diff --git a/config - Copy/AE2Stuff/readme.txt b/config - Copy/AE2Stuff/readme.txt deleted file mode 100644 index 455f4f25..00000000 --- a/config - Copy/AE2Stuff/readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -Any .cfg files in this directory will be loaded after the internal configuration, in alphabetic order -Files in 'overrides' directory with matching names cab be used to override internal configuration diff --git a/config - Copy/AE2WirelessTerminals.cfg b/config - Copy/AE2WirelessTerminals.cfg deleted file mode 100644 index cf56bdaa..00000000 --- a/config - Copy/AE2WirelessTerminals.cfg +++ /dev/null @@ -1,47 +0,0 @@ -# Configuration file - -"client configs" { - # Wireless Terminal will show a warning when Infinty Energy drops below this point and infinite range is active [range: 10 ~ 1000000, default: 5000] - I:InfinityEnergyWarningAmount=5000 - - # Will shift-clicking a bauble try to put said bauble in a bauble slot before trying to store in system [default: true] - B:ShiftClickBaubles=true -} - - -general { - # Should Infinity Booster Card Recipe be disabled? [default: false] - B:DisableBoosterRecipe=false - - # Should Dragons drop Infinity Booster Card? [default: true] - B:DragonDropsBooster=true - - # Enable Infinity Booster Card [default: true] - B:EnableBooster=true - - # If true, AE2 controller will chunk load itself [default: false] - B:EnableControllerChunkLoading=false - - # Percentage chance that booster card will drop upon killing an Enderman. (between 1 and 100) [range: 1 ~ 100, default: 5] - I:EndermanBoosterDropChance=5 - - # Will Enderman randomly drop infinity booster cards on death? [default: true] - B:EndermanDropBoosters=true - - # Amount of Infinity Energy Consumed every 10 ticks when not in range of a WAP [range: 5 ~ 100, default: 15] - I:InfinityEnergyDrainAmount=5 - - # Amount of Infinity Energy 1 Infinity Booster Card will convert to [range: 5 ~ 1000, default: 100] - I:InfinityEnergyPerBooster=500 - - # If true, then simply inserting 1 Infinity Booster Card into the slot, will give limitless infinite range. [default: false] - B:UseOldInfinityMechanic=false - - # Percentage chance that booster card will drop upon killing a wither. (between 1 and 100) [range: 1 ~ 100, default: 30] - I:WitherBoosterDropChance=30 - - # Should Withers drop Infinity Booster Card? [default: true] - B:WitherDropsBooster=true -} - - diff --git a/config - Copy/Animus.cfg b/config - Copy/Animus.cfg deleted file mode 100644 index cfd8bfd6..00000000 --- a/config - Copy/Animus.cfg +++ /dev/null @@ -1,107 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# General Options -########################################################################################################## - -general { - I:bloodPerApple=50 - B:canKillBuffedMobs=false - B:muteDragon=false - B:muteWither=false -} - - -########################################################################################################## -# iframes -#--------------------------------------------------------------------------------------------------------# -# Hurt Cooldown (iframes) -########################################################################################################## - -iframes { - # If true, bosses will have no iframes. - B:affectBosses=false - - # If true, players will have no iframes. - B:affectPlayers=false - - # How will the Hurt Cooldown (iframes) of vanilla be affected, per damage source. - # An empty list on [Blacklist] mode will remove the cooldown for all damage types. - # Valid values: - # DISABLED - # WHITELIST - # BLACKLIST - S:mode=BLACKLIST - - # List to be used when evaluating whitelist/blacklist functionality. - S:sources < - inFire - inWall - cactus - lightningBolt - lava - outOfWorld - > -} - - -########################################################################################################## -# rituals -#--------------------------------------------------------------------------------------------------------# -# Rituals -########################################################################################################## - -rituals { - # Added debug logging for culling ritual. - B:CullingDebug=false - - # Will the ritual of Culling Destroy Primed TNT true/false - B:CullingKillsTnT=true - - # Eldritch Will cost per update. Should be non zero positive number. - I:eldritchWillCost=60 - - # Eldritch Will update speed. Should be non zero positive number. - I:eldritchWillSpeed=30 - - # Maximum amount of flux drained per update for Eldritch Will. Must be non zero positive number - I:fluxDrainMax=10 - - # How much should each point of flux be multiplied by when converting to demon will 0 for no will generation. - I:fluxToWillConversionMultiplier=1 - B:killWither=true - - # Upkeep cost for ritual of peace. - I:peaceCost=1000 - - # Eldritch Will ritual radius in chunks default is 0 for single chunk, or 1 for a 3x3 chunk area. - I:willRadius=1 - I:witherCost=25000 -} - - -########################################################################################################## -# sigils -#--------------------------------------------------------------------------------------------------------# -# Sigils -########################################################################################################## - -sigils { - I:antimatterConsumption=25 - I:antimatterRange=8 - I:builderRange=64 - S:leechBlacklist < - ic2:te - minecraft:grass - > - - # Determines if the transposition sigil is allowed to move unbreakable blocks. - # 0: Never move unbreakable blocks. - # 1: Allow moving unbreakables, but prevent setting source _position_ to an unbreakable block. - # 2: Always allow moving unbreakable blocks. - I:transpositionMovesUnbreakables=1 -} - - diff --git a/config - Copy/AppliedEnergistics2/AppliedEnergistics2.cfg b/config - Copy/AppliedEnergistics2/AppliedEnergistics2.cfg deleted file mode 100644 index 528efb2d..00000000 --- a/config - Copy/AppliedEnergistics2/AppliedEnergistics2.cfg +++ /dev/null @@ -1,602 +0,0 @@ -# Configuration file - -########################################################################################################## -# autocrafting -#--------------------------------------------------------------------------------------------------------# -# Enable patterns with substitutions on to have their substitutes to be auto craftable. -# This changes the crafting tree, and can show missing ingredients for the substitute, instead of the patterned item -########################################################################################################## - -autocrafting { - B:EnableAutocraftinSubstitutes=false -} - - -automation { - I:formationPlaneEntityLimit=128 -} - - -battery { - I:chargedStaff=8000 - I:colorApplicator=20000 - I:entropyManipulator=200000 - I:matterCannon=200000 - I:portableCell=20000 - I:wirelessTerminal=1600000 -} - - -########################################################################################################## -# blockingmode -#--------------------------------------------------------------------------------------------------------# -# Map of items to not block when blockingmode is enabled. -# [modid] -# modid:item:metadata(optional,default:0) -# Supports more than one modid, so you can block different things between, for example, gregtech or enderio -########################################################################################################## - -blockingmode { - # NonBlockingItems - S:nonBlockingItems < - [gregtech|actuallyadditions] - gregtech:circuit.integrated - gregtech:shape.mold.plate - gregtech:shape.mold.gear - gregtech:shape.mold.credit - gregtech:shape.mold.bottle - gregtech:shape.mold.ingot - gregtech:shape.mold.ball - gregtech:shape.mold.block - gregtech:shape.mold.nugget - gregtech:shape.mold.cylinder - gregtech:shape.mold.anvil - gregtech:shape.mold.name - gregtech:shape.mold.gear.small - gregtech:shape.mold.rotor - gregtech:shape.extruder.plate - gregtech:shape.extruder.rod - gregtech:shape.extruder.bolt - gregtech:shape.extruder.ring - gregtech:shape.extruder.cell - gregtech:shape.extruder.ingot - gregtech:shape.extruder.wire - gregtech:shape.extruder.pipe.tiny - gregtech:shape.extruder.pipe.small - gregtech:shape.extruder.pipe.medium - gregtech:shape.extruder.pipe.normal - gregtech:shape.extruder.pipe.large - gregtech:shape.extruder.pipe.huge - gregtech:shape.extruder.block - gregtech:shape.extruder.sword - gregtech:shape.extruder.pickaxe - gregtech:shape.extruder.shovel - gregtech:shape.extruder.axe - gregtech:shape.extruder.hoe - gregtech:shape.extruder.hammer - gregtech:shape.extruder.file - gregtech:shape.extruder.saw - gregtech:shape.extruder.gear - gregtech:shape.extruder.bottle - gregtech:shape.extruder.foil - gregtech:shape.extruder.gear_small - gregtech:shape.extruder.rod_long - gregtech:shape.extruder.rotor - gregtech:glass_lens.white - gregtech:glass_lens.orange - gregtech:glass_lens.magenta - gregtech:glass_lens.light_blue - gregtech:glass_lens.yellow - gregtech:glass_lens.lime - gregtech:glass_lens.pink - gregtech:glass_lens.gray - gregtech:glass_lens.light_gray - gregtech:glass_lens.cyan - gregtech:glass_lens.purple - gregtech:glass_lens.blue - gregtech:glass_lens.brown - gregtech:glass_lens.green - gregtech:glass_lens.red - gregtech:glass_lens.black - contenttweaker:smallgearextrudershape - contenttweaker:creativeportabletankmold - ore:lensAlmandine - ore:lensBlueTopaz - ore:lensDiamond - ore:lensEmerald - ore:lensGreenSapphire - ore:lensRutile - ore:lensRuby - ore:lensSapphire - ore:lensTopaz - ore:lensJasper - ore:lensGlass - ore:lensOlivine - ore:lensOpal - ore:lensAmethyst - ore:lensLapis - ore:lensEnderPearl - ore:lensEnderEye - ore:lensGarnetRed - ore:lensGarnetYellow - ore:lensVinteum - ore:lensNetherStar - bloodmagic:soul_gem - > -} - - -client { - # Possible Values: AE, EU, RF, GTEU - S:PowerUnit=AE - - # Possible Values: AUTOSEARCH, AUTOSEARCH_KEEP, MANUAL_SEARCH, MANUAL_SEARCH_KEEP, JEI_AUTOSEARCH, JEI_AUTOSEARCH_KEEP, JEI_MANUAL_SEARCH, JEI_MANUAL_SEARCH_KEEP - S:SEARCH_MODE=AUTOSEARCH_KEEP - - # Possible Values: YES, NO, UNDECIDED - S:SEARCH_TOOLTIPS=NO - - # Possible Values: TALL, FULL, SMALL - S:TERMINAL_STYLE=TALL - - # Controls buttons on Crafting Screen : Capped at 9 - I:craftAmtButton1=1 - - # Controls buttons on Crafting Screen : Capped at 99 - I:craftAmtButton2=10 - - # Controls buttons on Crafting Screen : Capped at 999 - I:craftAmtButton3=100 - - # Controls buttons on Crafting Screen : Capped at 9999 - I:craftAmtButton4=1000 - B:disableColoredCableRecipesInJEI=true - B:enableEffects=true - - # Controls buttons on Level Emitter Screen : Capped at 9 - I:levelAmtButton1=1 - - # Controls buttons on Level Emitter Screen : Capped at 99 - I:levelAmtButton2=10 - - # Controls buttons on Level Emitter Screen : Capped at 999 - I:levelAmtButton3=100 - - # Controls buttons on Level Emitter Screen : Capped at 9999 - I:levelAmtButton4=1000 - - # Controls buttons on Priority Screen : Capped at 9 - I:priorityAmtButton1=1 - - # Controls buttons on Priority Screen : Capped at 99 - I:priorityAmtButton2=10 - - # Controls buttons on Priority Screen : Capped at 999 - I:priorityAmtButton3=100 - - # Controls buttons on Priority Screen : Capped at 9999 - I:priorityAmtButton4=1000 - - # Whether to show a preview of cell contents in tooltips. - B:showCellContentsPreview=true - - # Whether to add "Craftable" to item tooltips when they can be crafted automatically. - B:showCraftableTooltip=true - - # Whether to show a preview of part and facade placement. - B:showPlacementPreview=true - B:useColoredCraftingStatus=true - B:useTerminalUseLargeFont=false -} - - -condenser { - I:MatterBalls=256 - I:Singularity=256000 -} - - -########################################################################################################## -# controllersize -#--------------------------------------------------------------------------------------------------------# -# Set the max size of a controller in any of the 3 axis. -# Each is between [1, 64) -########################################################################################################## - -controllersize { - I:maxControllerSizeX=7 - I:maxControllerSizeY=7 - I:maxControllerSizeZ=7 -} - - -craftingcpu { - I:craftingCalculationTimePerTick=5 -} - - -########################################################################################################## -# features -#--------------------------------------------------------------------------------------------------------# -# Warning: Disabling a feature may disable other features depending on it. -########################################################################################################## - -features { - - world { - B:CertusOre=true - B:CertusQuartzWorldGen=true - B:ChargedCertusOre=true - B:ChestLoot=true - - # Blocks that are not used in any essential recipes, also slabs and stairs. - B:DecorativeBlocks=true - B:DecorativeLights=true - B:Flour=true - B:MeteoriteWorldGen=true - B:SkyStoneChests=true - B:SpawnPressesInMeteorites=true - B:TinyTNT=true - B:VillagerTrading=true - } - - machines { - B:Charger=true - B:CrystalGrowthAccelerator=true - B:GrindStone=true - B:Inscriber=true - B:VibrationChamber=true - } - - toolsclassifications { - B:CertusQuartzTools=true - B:NetherQuartzTools=true - B:PoweredTools=true - } - - tools { - B:ChargedStaff=true - B:ColorApplicator=true - B:EntropyManipulator=true - B:MatterCannon=true - B:MeteoriteCompass=true - B:PaintBalls=true - B:QuartzAxe=true - B:QuartzHoe=true - B:QuartzKnife=true - B:QuartzPickaxe=true - B:QuartzSpade=true - B:QuartzSword=true - B:QuartzWrench=true - B:WirelessAccessTerminal=true - B:WirelessCraftingTerminal=true - B:WirelessFluidTerminal=true - B:WirelessPatternTerminal=true - } - - networkfeatures { - B:Channels=true - B:QuantumLinkingCard=true - B:QuantumNetworkBridge=true - B:Security=true - B:SpatialIO=true - } - - networkbuses { - B:AnnihilationPlane=true - B:CableAnchor=true - B:CraftingTerminal=true - B:ExportBus=true - B:FluidAnnihilationPlane=true - B:FluidExportBus=true - B:FluidFormationPlane=true - B:FluidImportBus=true - B:FluidInterface=true - B:FluidLevelEmitter=true - B:FluidStorageBus=true - B:FluidTerminal=true - B:FormationPlane=true - B:IdentityAnnihilationPlane=true - B:ImportBus=true - B:Interface=true - B:LevelEmitter=true - B:P2PTunnel=true - B:Panels=true - B:PartConversionMonitor=true - B:QuartzFiber=true - B:StorageBus=true - B:StorageMonitor=true - B:Terminal=true - B:ToggleBus=true - } - - portablecell { - B:PortableCell=true - } - - storage { - B:Condenser=true - B:IOPort=true - B:MEChest=true - B:MEDrive=true - B:StorageCells=true - } - - networktool { - B:MemoryCard=true - B:NetworkTool=true - } - - cables { - B:CoveredCables=true - B:DenseCables=true - B:GlassCables=true - B:SmartCables=true - } - - energy { - B:DenseEnergyCells=true - B:EnergyAcceptor=true - B:EnergyCells=true - } - - p2ptunnels { - B:P2PTunnelEU=true - B:P2PTunnelFE=true - B:P2PTunnelFluids=true - B:P2PTunnelGTEU=true - B:P2PTunnelItems=true - B:P2PTunnelLight=true - B:P2PTunnelME=true - B:P2PTunnelOpenComputers=true - B:P2PTunnelPressure=true - B:P2PTunnelRedstone=true - } - - blockfeatures { - B:MassCannonBlockDamage=true - B:TinyTNTBlockDamage=true - } - - facades { - B:Facades=true - } - - misc { - B:Achievements=true - B:CraftingLog=false - B:Creative=true - B:DebugLogging=false - B:GrinderLogging=false - B:IntegrationLogging=false - B:LightDetector=true - B:LogSecurityAudits=false - B:Logging=true - B:PacketLogging=false - B:UnsupportedDeveloperTools=false - B:UpdateLogging=false - B:WebsiteRecipes=false - } - - crafting { - B:EnableDisassemblyCrafting=true - B:EnableFacadeCrafting=true - B:InWorldFluix=true - B:InWorldPurification=true - B:InWorldSingularity=true - B:InterfaceTerminal=true - } - - rendering { - B:AlphaPass=true - } - - craftingfeatures { - B:CraftingCPU=true - B:CraftingManagerFallback=true - B:CraftingToasts=true - B:MolecularAssembler=true - B:Patterns=true - } - - upgrades { - B:AdvancedCards=true - B:BasicCards=true - B:ViewCell=true - } - - materials { - B:Certus=true - B:CrystalSeeds=true - B:Dusts=true - B:Fluix=true - B:Nuggets=true - B:PureCrystals=true - B:QuartzGlass=true - B:Silicon=true - B:SkyStone=true - } - - craftingcomponents { - B:Cores=true - B:MatterBall=true - B:Presses=true - B:PrintedCircuits=true - B:Processors=true - } - - commands { - B:ChunkLoggerTrace=false - } - -} - - -general { - # Max channel number may not exceed 256 - I:denseChannelCapacity=32 - - # Max channel number may not exceed 256 - I:normalChannelCapacity=8 - - # Will auto-remove items that crash when being loaded from storage. This will destroy those items instead of crashing the game! - B:removeCrashingItemsOnLoad=false -} - - -########################################################################################################## -# grindstone -#--------------------------------------------------------------------------------------------------------# -# Creates recipe of the following pattern automatically: '1 oreTYPE => 2 dustTYPE' and '(1 ingotTYPE or 1 crystalTYPE or 1 gemTYPE) => 1 dustTYPE' -########################################################################################################## - -grindstone { - # Blacklists the exact oredict name from being handled by any recipe. - S:blacklist < - > - - # The list of types to handle. Specify without a prefix like ore or dust. - S:grinderOres < - Obsidian - Ender - EnderPearl - Coal - Iron - Gold - Charcoal - NetherQuartz - CertusQuartz - Wheat - Fluix - Copper - Tin - Silver - Lead - Bronze - Brass - Platinum - Nickel - Invar - Aluminium - Electrum - Osmium - Zinc - > - - # Chance to actually get an output with stacksize > 1. - D:oreDoublePercentage=90.0 -} - - -########################################################################################################## -# modintegration -#--------------------------------------------------------------------------------------------------------# -# Valid Values are 'AUTO', 'ON', or 'OFF' - defaults to 'AUTO' ; Suggested that you leave this alone unless your experiencing an issue, or wish to disable the integration for a reason. -########################################################################################################## - -modintegration { - S:CraftTweaker=AUTO - S:GregTech=AUTO - S:IndustrialCraft2=AUTO - S:InventoryTweaks=AUTO - S:JustEnoughItems=AUTO - S:Mekanism=AUTO - S:MineFactoryReloaded=AUTO - S:OpenComputers=AUTO - S:Railcraft=AUTO - S:Tesla=AUTO - S:TheOneProbe=AUTO - S:Waila=AUTO -} - - -powerratios { - D:ForgeEnergy=0.5 - D:GTEU=2.0 - D:IC2=2.0 - D:UsageMultiplier=1.0 -} - - -spatialio { - D:spatialPowerExponent=1.35 - D:spatialPowerMultiplier=1250.0 - I:storageDimensionID=-26 - I:storageProviderID=-11 -} - - -########################################################################################################## -# tickrates -#--------------------------------------------------------------------------------------------------------# -# Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested. -########################################################################################################## - -tickrates { - I:AnnihilationPlane.max=120 - I:AnnihilationPlane.min=2 - I:Charger.max=120 - I:Charger.min=10 - I:ExportBus.max=60 - I:ExportBus.min=5 - I:FluidExportBus.max=60 - I:FluidExportBus.min=5 - I:FluidImportBus.max=40 - I:FluidImportBus.min=5 - I:FluidStorageBus.max=60 - I:FluidStorageBus.min=5 - I:IOPort.max=5 - I:IOPort.min=1 - I:ImportBus.max=40 - I:ImportBus.min=5 - I:Inscriber.max=1 - I:Inscriber.min=1 - I:Interface.max=120 - I:Interface.min=5 - I:ItemTunnel.max=60 - I:ItemTunnel.min=5 - I:LightTunnel.max=60 - I:LightTunnel.min=5 - I:METunnel.max=20 - I:METunnel.min=5 - I:OpenComputersTunnel.max=5 - I:OpenComputersTunnel.min=1 - I:PressureTunnel.max=120 - I:PressureTunnel.min=1 - I:StorageBus.max=60 - I:StorageBus.min=5 - I:VibrationChamber.max=40 - I:VibrationChamber.min=10 -} - - -########################################################################################################## -# wireless -#--------------------------------------------------------------------------------------------------------# -# Range= wirelessBaseRange + wirelessBoosterRangeMultiplier * Math.pow( boosters, wirelessBoosterExp ) -# PowerDrain= wirelessBaseCost + wirelessCostMultiplier * Math.pow( boosters, 1 + boosters / wirelessHighWirelessCount ) -########################################################################################################## - -wireless { - D:wirelessBaseCost=8.0 - D:wirelessBaseRange=32.0 - D:wirelessBoosterExp=1.5 - D:wirelessBoosterRangeMultiplier=1.0 - D:wirelessCostMultiplier=1.0 - D:wirelessTerminalDrainMultiplier=1.0 -} - - -worldgen { - D:meteoriteClusterChance=0.1 - I:meteoriteDimensionWhitelist < - 0 - > - I:meteoriteMaximumSpawnHeight=180 - I:minMeteoriteDistance=707 - I:quartzOresClusterAmount=15 - I:quartzOresPerCluster=4 - D:spawnChargedChance=0.07999998331069946 -} - - diff --git a/config - Copy/AppliedEnergistics2/CustomRecipes.cfg b/config - Copy/AppliedEnergistics2/CustomRecipes.cfg deleted file mode 100644 index 444bc1e9..00000000 --- a/config - Copy/AppliedEnergistics2/CustomRecipes.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# Configuration file - -cache { - S:digest=8bfa2d7164636c29ee4350c0542b77d7 - - # Caching can save processing time, if there are a lot of items. [default: true] - B:enableCache=true -} - - -general { - # Will output more detailed information into the CSV like corresponding items [default: false] - B:enableAdditionalInfo=false - - # If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false] - B:enableForceRefresh=false - - # If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true] - B:exportItemNames=true -} - - diff --git a/config - Copy/AppliedEnergistics2/Facades.cfg b/config - Copy/AppliedEnergistics2/Facades.cfg deleted file mode 100644 index 7c62decc..00000000 --- a/config - Copy/AppliedEnergistics2/Facades.cfg +++ /dev/null @@ -1,45 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1 - -########################################################################################################## -# common -#--------------------------------------------------------------------------------------------------------# -# Settings applied to all facades. -# -# By default full blocks with no tile entity and a model do not need whitelisting. -# This will only be read once during client startup. -########################################################################################################## - -common { - # Unsupported: Allows whitelisting TileEntity as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK. - B:allowTileEntityFacades=false -} - - -########################################################################################################## -# facades -#--------------------------------------------------------------------------------------------------------# -# A way to explicitly handle certain blocks as facades. -# -# Blocks can be added by their resource location under the following rules. -# - One category per domain like minecraft or appliedenergistics2 -# - One key per id. E.g. glass in case of minecraft:glass -# - An integer value ranging from 0 to 16 representing the metadata 0-15 and 16 as wildcard for all - Multiple entries for the same id but different metadata are possible when needed -########################################################################################################## - -facades { - - minecraft { - I:glass=16 - I:stained_glass=16 - } - - appliedenergistics2 { - I:quartz_glass=16 - I:quartz_vibrant_glass=16 - } - -} - - diff --git a/config - Copy/AppliedEnergistics2/VersionChecker.cfg b/config - Copy/AppliedEnergistics2/VersionChecker.cfg deleted file mode 100644 index 52076e0f..00000000 --- a/config - Copy/AppliedEnergistics2/VersionChecker.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# Configuration file - -cache { - # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] - I:interval=24 - S:lastCheck=1729618810335 -} - - -channel { - # Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta] - S:level=Beta -} - - -client { - # If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true] - B:changelog=true - - # If true, the player is getting a notification, that a new version is available. [default: true] - B:notify=true -} - - -general { - # If true, the version checker is enabled. Acts as a master switch. [default: true] - B:enabled=true -} - - diff --git a/config - Copy/AppliedEnergistics2/extracells.cfg b/config - Copy/AppliedEnergistics2/extracells.cfg deleted file mode 100644 index aedc20eb..00000000 --- a/config - Copy/AppliedEnergistics2/extracells.cfg +++ /dev/null @@ -1,50 +0,0 @@ -# Configuration file - -integration { - # Enable BuildCraftFuel Integration. - B:"enableBuildCraftAPI|fuels"=true - - # Enable BuildCraft Wrench Integration. - B:"enableBuildCraftAPI|tools"=true - - # Enable MekanismGas Integration. - B:"enableMekanismAPI|gas"=true - - # Enable COFH Hammer Integration. - B:"enablecofhapi|item"=true - - # Enable IngameWikiMod Integration. - B:enableigwmod=true - - # Enable Just Enough Items Integration. - B:enablejei=true - - # Enable mekanism Integration. - B:enablemekanism=true - - # Enable opencomputers Integration. - B:enableopencomputers=true - - # Enable Thaumatic Energistics Integration. - B:enablethaumicenergistics=true - - # Enable waila Integration. - B:enablewaila=true - - # Enable AE2 Wireless Crafting Terminal Integration. - B:enablewct=true -} - - -"storage cells" { - # Should the mount of bytes needed for a new type depend on the cellsize? - B:dynamicTypes=true -} - - -tooltips { - # Shall the guis shorten large mB values? - B:shortenedBuckets=true -} - - diff --git a/config - Copy/AppliedEnergistics2/items.csv b/config - Copy/AppliedEnergistics2/items.csv deleted file mode 100644 index 30340b80..00000000 --- a/config - Copy/AppliedEnergistics2/items.csv +++ /dev/null @@ -1,51212 +0,0 @@ -Mod:Item:MetaData, Localized Name -minecraft:air, Air -minecraft:stone:0, Stone -minecraft:stone:1, Granite -minecraft:stone:2, Polished Granite -minecraft:stone:3, Diorite -minecraft:stone:4, Polished Diorite -minecraft:stone:5, Andesite -minecraft:stone:6, Polished Andesite -minecraft:grass, Grass Block -minecraft:dirt:0, Dirt -minecraft:dirt:1, Coarse Dirt -minecraft:dirt:2, Podzol -minecraft:cobblestone, Cobblestone -minecraft:planks:0, Oak Wood Planks -minecraft:planks:1, Spruce Wood Planks -minecraft:planks:2, Birch Wood Planks -minecraft:planks:3, Jungle Wood Planks -minecraft:planks:4, Acacia Wood Planks -minecraft:planks:5, Dark Oak Wood Planks -minecraft:sapling:0, Oak Sapling -minecraft:sapling:1, Spruce Sapling -minecraft:sapling:2, Birch Sapling -minecraft:sapling:3, Jungle Sapling -minecraft:sapling:4, Acacia Sapling -minecraft:sapling:5, Dark Oak Sapling -minecraft:bedrock, Bedrock -minecraft:sand:0, Sand -minecraft:sand:1, Red Sand -minecraft:gravel, Gravel -minecraft:gold_ore, Gold Ore -minecraft:iron_ore, Iron Ore -minecraft:coal_ore, Coal Ore -minecraft:log:0, Oak Wood -minecraft:log:1, Spruce Wood -minecraft:log:2, Birch Wood -minecraft:log:3, Jungle Wood -minecraft:leaves:0, Oak Leaves -minecraft:leaves:1, Spruce Leaves -minecraft:leaves:2, Birch Leaves -minecraft:leaves:3, Jungle Leaves -minecraft:sponge:0, Sponge -minecraft:sponge:1, Wet Sponge -minecraft:glass, Glass -minecraft:lapis_ore, Lapis Lazuli Ore -minecraft:lapis_block, Lapis Lazuli Block -minecraft:dispenser, Dispenser -minecraft:sandstone:0, Sandstone -minecraft:sandstone:1, Chiseled Sandstone -minecraft:sandstone:2, Smooth Sandstone -minecraft:noteblock, Note Block -minecraft:golden_rail, Booster Track -minecraft:detector_rail, Detector Track -minecraft:sticky_piston, Sticky Piston -minecraft:web, Cobweb -minecraft:tallgrass:1, Grass -minecraft:tallgrass:2, Fern -minecraft:deadbush, Dead Bush -minecraft:piston, Piston -minecraft:wool:0, White Wool -minecraft:wool:1, Orange Wool -minecraft:wool:2, Magenta Wool -minecraft:wool:3, Light Blue Wool -minecraft:wool:4, Yellow Wool -minecraft:wool:5, Lime Wool -minecraft:wool:6, Pink Wool -minecraft:wool:7, Gray Wool -minecraft:wool:8, Light Gray Wool -minecraft:wool:9, Cyan Wool -minecraft:wool:10, Purple Wool -minecraft:wool:11, Blue Wool -minecraft:wool:12, Brown Wool -minecraft:wool:13, Green Wool -minecraft:wool:14, Red Wool -minecraft:wool:15, Black Wool -minecraft:yellow_flower:0, Dandelion -minecraft:red_flower:0, Poppy -minecraft:red_flower:1, Blue Orchid -minecraft:red_flower:2, Allium -minecraft:red_flower:3, Azure Bluet -minecraft:red_flower:4, Red Tulip -minecraft:red_flower:5, Orange Tulip -minecraft:red_flower:6, White Tulip -minecraft:red_flower:7, Pink Tulip -minecraft:red_flower:8, Oxeye Daisy -minecraft:brown_mushroom, Mushroom -minecraft:red_mushroom, Mushroom -minecraft:gold_block, Block of Gold -minecraft:iron_block, Block of Iron -minecraft:stone_slab:0, Stone Slab -minecraft:stone_slab:1, Sandstone Slab -minecraft:stone_slab:3, Cobblestone Slab -minecraft:stone_slab:4, Bricks Slab -minecraft:stone_slab:5, Stone Bricks Slab -minecraft:stone_slab:6, Nether Brick Slab -minecraft:stone_slab:7, Quartz Slab -minecraft:brick_block, Bricks -minecraft:tnt, TNT -minecraft:bookshelf, Bookshelf -minecraft:mossy_cobblestone, Moss Stone -minecraft:obsidian, Obsidian -minecraft:torch, Torch -minecraft:mob_spawner, Monster Spawner -minecraft:oak_stairs, Oak Wood Stairs -minecraft:chest, Chest -minecraft:diamond_ore, Diamond Ore -minecraft:diamond_block, Block of Diamond -minecraft:crafting_table, Crafting Table -minecraft:farmland, Farmland -minecraft:furnace, Furnace -minecraft:ladder, Ladder -minecraft:rail, Track -minecraft:stone_stairs, Cobblestone Stairs -minecraft:lever, Lever -minecraft:stone_pressure_plate, Stone Pressure Plate -minecraft:wooden_pressure_plate, Wooden Pressure Plate -minecraft:redstone_ore, Redstone Ore -minecraft:redstone_torch, Redstone Torch -minecraft:stone_button, Button -minecraft:snow_layer, Snow -minecraft:ice, Ice -minecraft:snow, Snow -minecraft:cactus, Cactus -minecraft:clay, Clay -minecraft:jukebox, Jukebox -minecraft:fence, Oak Fence -minecraft:pumpkin, Pumpkin -minecraft:netherrack, Netherrack -minecraft:soul_sand, Soul Sand -minecraft:glowstone, Glowstone -minecraft:lit_pumpkin, Jack o'Lantern -minecraft:stained_glass:0, White Stained Glass -minecraft:stained_glass:1, Orange Stained Glass -minecraft:stained_glass:2, Magenta Stained Glass -minecraft:stained_glass:3, Light Blue Stained Glass -minecraft:stained_glass:4, Yellow Stained Glass -minecraft:stained_glass:5, Lime Stained Glass -minecraft:stained_glass:6, Pink Stained Glass -minecraft:stained_glass:7, Gray Stained Glass -minecraft:stained_glass:8, Light Gray Stained Glass -minecraft:stained_glass:9, Cyan Stained Glass -minecraft:stained_glass:10, Purple Stained Glass -minecraft:stained_glass:11, Blue Stained Glass -minecraft:stained_glass:12, Brown Stained Glass -minecraft:stained_glass:13, Green Stained Glass -minecraft:stained_glass:14, Red Stained Glass -minecraft:stained_glass:15, Black Stained Glass -minecraft:trapdoor, Wooden Trapdoor -minecraft:monster_egg:0, Stone Monster Egg -minecraft:monster_egg:1, Cobblestone Monster Egg -minecraft:monster_egg:2, Stone Brick Monster Egg -minecraft:monster_egg:3, Mossy Stone Brick Monster Egg -minecraft:monster_egg:4, Cracked Stone Brick Monster Egg -minecraft:monster_egg:5, Chiseled Stone Brick Monster Egg -minecraft:stonebrick:0, Stone Bricks -minecraft:stonebrick:1, Mossy Stone Bricks -minecraft:stonebrick:2, Cracked Stone Bricks -minecraft:stonebrick:3, Chiseled Stone Bricks -minecraft:brown_mushroom_block, Mushroom -minecraft:red_mushroom_block, Mushroom -minecraft:iron_bars, Iron Bars -minecraft:glass_pane, Glass Pane -minecraft:melon_block, Melon -minecraft:vine, Vines -minecraft:fence_gate, Oak Fence Gate -minecraft:brick_stairs, Brick Stairs -minecraft:stone_brick_stairs, Stone Brick Stairs -minecraft:mycelium, Mycelium -minecraft:waterlily, Lily Pad -minecraft:nether_brick, Nether Brick -minecraft:nether_brick_fence, Nether Brick Fence -minecraft:nether_brick_stairs, Nether Brick Stairs -minecraft:enchanting_table, Enchantment Table -minecraft:end_portal_frame, End Portal -minecraft:end_stone, End Stone -minecraft:dragon_egg, Dragon Egg -minecraft:redstone_lamp, Redstone Lamp -minecraft:wooden_slab:0, Oak Wood Slab -minecraft:wooden_slab:1, Spruce Wood Slab -minecraft:wooden_slab:2, Birch Wood Slab -minecraft:wooden_slab:3, Jungle Wood Slab -minecraft:wooden_slab:4, Acacia Wood Slab -minecraft:wooden_slab:5, Dark Oak Wood Slab -minecraft:sandstone_stairs, Sandstone Stairs -minecraft:emerald_ore, Emerald Ore -minecraft:ender_chest, Ender Chest -minecraft:tripwire_hook, Tripwire Hook -minecraft:emerald_block, Block of Emerald -minecraft:spruce_stairs, Spruce Wood Stairs -minecraft:birch_stairs, Birch Wood Stairs -minecraft:jungle_stairs, Jungle Wood Stairs -minecraft:command_block, Command Block -minecraft:beacon, Beacon -minecraft:cobblestone_wall:0, Cobblestone Wall -minecraft:cobblestone_wall:1, Mossy Cobblestone Wall -minecraft:wooden_button, Button -minecraft:anvil:0, Anvil -minecraft:anvil:1, Slightly Damaged Anvil -minecraft:anvil:2, Very Damaged Anvil -minecraft:trapped_chest, Trapped Chest -minecraft:light_weighted_pressure_plate, Weighted Pressure Plate (Light) -minecraft:heavy_weighted_pressure_plate, Weighted Pressure Plate (Heavy) -minecraft:daylight_detector, Daylight Sensor -minecraft:redstone_block, Block of Redstone -minecraft:quartz_ore, Nether Quartz Ore -minecraft:hopper, Hopper -minecraft:quartz_block:0, Block of Quartz -minecraft:quartz_block:1, Chiseled Quartz Block -minecraft:quartz_block:2, Pillar Quartz Block -minecraft:quartz_stairs, Quartz Stairs -minecraft:activator_rail, Activator Track -minecraft:dropper, Dropper -minecraft:stained_hardened_clay:0, White Terracotta -minecraft:stained_hardened_clay:1, Orange Terracotta -minecraft:stained_hardened_clay:2, Magenta Terracotta -minecraft:stained_hardened_clay:3, Light Blue Terracotta -minecraft:stained_hardened_clay:4, Yellow Terracotta -minecraft:stained_hardened_clay:5, Lime Terracotta -minecraft:stained_hardened_clay:6, Pink Terracotta -minecraft:stained_hardened_clay:7, Gray Terracotta -minecraft:stained_hardened_clay:8, Light Gray Terracotta -minecraft:stained_hardened_clay:9, Cyan Terracotta -minecraft:stained_hardened_clay:10, Purple Terracotta -minecraft:stained_hardened_clay:11, Blue Terracotta -minecraft:stained_hardened_clay:12, Brown Terracotta -minecraft:stained_hardened_clay:13, Green Terracotta -minecraft:stained_hardened_clay:14, Red Terracotta -minecraft:stained_hardened_clay:15, Black Terracotta -minecraft:stained_glass_pane:0, White Stained Glass Pane -minecraft:stained_glass_pane:1, Orange Stained Glass Pane -minecraft:stained_glass_pane:2, Magenta Stained Glass Pane -minecraft:stained_glass_pane:3, Light Blue Stained Glass Pane -minecraft:stained_glass_pane:4, Yellow Stained Glass Pane -minecraft:stained_glass_pane:5, Lime Stained Glass Pane -minecraft:stained_glass_pane:6, Pink Stained Glass Pane -minecraft:stained_glass_pane:7, Gray Stained Glass Pane -minecraft:stained_glass_pane:8, Light Gray Stained Glass Pane -minecraft:stained_glass_pane:9, Cyan Stained Glass Pane -minecraft:stained_glass_pane:10, Purple Stained Glass Pane -minecraft:stained_glass_pane:11, Blue Stained Glass Pane -minecraft:stained_glass_pane:12, Brown Stained Glass Pane -minecraft:stained_glass_pane:13, Green Stained Glass Pane -minecraft:stained_glass_pane:14, Red Stained Glass Pane -minecraft:stained_glass_pane:15, Black Stained Glass Pane -minecraft:leaves2:0, Acacia Leaves -minecraft:leaves2:1, Dark Oak Leaves -minecraft:log2:0, Acacia Wood -minecraft:log2:1, Dark Oak Wood -minecraft:acacia_stairs, Acacia Wood Stairs -minecraft:dark_oak_stairs, Dark Oak Wood Stairs -minecraft:slime, Slime Block -minecraft:barrier, Warding Aura -minecraft:iron_trapdoor, Iron Trapdoor -minecraft:prismarine:0, Prismarine -minecraft:prismarine:1, Prismarine Bricks -minecraft:prismarine:2, Dark Prismarine -minecraft:sea_lantern, Sea Lantern -minecraft:hay_block, Hay Bale -minecraft:carpet:0, White Carpet -minecraft:carpet:1, Orange Carpet -minecraft:carpet:2, Magenta Carpet -minecraft:carpet:3, Light Blue Carpet -minecraft:carpet:4, Yellow Carpet -minecraft:carpet:5, Lime Carpet -minecraft:carpet:6, Pink Carpet -minecraft:carpet:7, Gray Carpet -minecraft:carpet:8, Light Gray Carpet -minecraft:carpet:9, Cyan Carpet -minecraft:carpet:10, Purple Carpet -minecraft:carpet:11, Blue Carpet -minecraft:carpet:12, Brown Carpet -minecraft:carpet:13, Green Carpet -minecraft:carpet:14, Red Carpet -minecraft:carpet:15, Black Carpet -minecraft:hardened_clay, Terracotta -minecraft:coal_block, Block of Coal -minecraft:packed_ice, Packed Ice -minecraft:double_plant:0, Sunflower -minecraft:double_plant:1, Lilac -minecraft:double_plant:2, Double Tallgrass -minecraft:double_plant:3, Large Fern -minecraft:double_plant:4, Rose Bush -minecraft:double_plant:5, Peony -minecraft:red_sandstone:0, Red Sandstone -minecraft:red_sandstone:1, Chiseled Red Sandstone -minecraft:red_sandstone:2, Smooth Red Sandstone -minecraft:red_sandstone_stairs, Red Sandstone Stairs -minecraft:stone_slab2:0, Red Sandstone Slab -minecraft:spruce_fence_gate, Spruce Fence Gate -minecraft:birch_fence_gate, Birch Fence Gate -minecraft:jungle_fence_gate, Jungle Fence Gate -minecraft:dark_oak_fence_gate, Dark Oak Fence Gate -minecraft:acacia_fence_gate, Acacia Fence Gate -minecraft:spruce_fence, Spruce Fence -minecraft:birch_fence, Birch Fence -minecraft:jungle_fence, Jungle Fence -minecraft:dark_oak_fence, Dark Oak Fence -minecraft:acacia_fence, Acacia Fence -minecraft:end_rod, End Rod -minecraft:chorus_plant, Chorus Plant -minecraft:chorus_flower, Chorus Flower -minecraft:purpur_block, Purpur Block -minecraft:purpur_pillar, Purpur Pillar -minecraft:purpur_stairs, Purpur Stairs -minecraft:purpur_slab:0, Purpur Slab -minecraft:end_bricks, End Stone Bricks -minecraft:grass_path, Grass Path -minecraft:repeating_command_block, Repeating Command Block -minecraft:chain_command_block, Chain Command Block -minecraft:magma, Magma Block -minecraft:nether_wart_block, Nether Wart Block -minecraft:red_nether_brick, Red Nether Brick -minecraft:bone_block, Bone Block -minecraft:structure_void, Structure Void -minecraft:observer, Observer -minecraft:white_shulker_box, White Shulker Box -minecraft:orange_shulker_box, Orange Shulker Box -minecraft:magenta_shulker_box, Magenta Shulker Box -minecraft:light_blue_shulker_box, Light Blue Shulker Box -minecraft:yellow_shulker_box, Yellow Shulker Box -minecraft:lime_shulker_box, Lime Shulker Box -minecraft:pink_shulker_box, Pink Shulker Box -minecraft:gray_shulker_box, Gray Shulker Box -minecraft:silver_shulker_box, Light Gray Shulker Box -minecraft:cyan_shulker_box, Cyan Shulker Box -minecraft:purple_shulker_box, Purple Shulker Box -minecraft:blue_shulker_box, Blue Shulker Box -minecraft:brown_shulker_box, Brown Shulker Box -minecraft:green_shulker_box, Green Shulker Box -minecraft:red_shulker_box, Red Shulker Box -minecraft:black_shulker_box, Black Shulker Box -minecraft:white_glazed_terracotta, White Glazed Terracotta -minecraft:orange_glazed_terracotta, Orange Glazed Terracotta -minecraft:magenta_glazed_terracotta, Magenta Glazed Terracotta -minecraft:light_blue_glazed_terracotta, Light Blue Glazed Terracotta -minecraft:yellow_glazed_terracotta, Yellow Glazed Terracotta -minecraft:lime_glazed_terracotta, Lime Glazed Terracotta -minecraft:pink_glazed_terracotta, Pink Glazed Terracotta -minecraft:gray_glazed_terracotta, Gray Glazed Terracotta -minecraft:silver_glazed_terracotta, Light Gray Glazed Terracotta -minecraft:cyan_glazed_terracotta, Cyan Glazed Terracotta -minecraft:purple_glazed_terracotta, Purple Glazed Terracotta -minecraft:blue_glazed_terracotta, Blue Glazed Terracotta -minecraft:brown_glazed_terracotta, Brown Glazed Terracotta -minecraft:green_glazed_terracotta, Green Glazed Terracotta -minecraft:red_glazed_terracotta, Red Glazed Terracotta -minecraft:black_glazed_terracotta, Black Glazed Terracotta -minecraft:concrete:0, White Concrete -minecraft:concrete:1, Orange Concrete -minecraft:concrete:2, Magenta Concrete -minecraft:concrete:3, Light Blue Concrete -minecraft:concrete:4, Yellow Concrete -minecraft:concrete:5, Lime Concrete -minecraft:concrete:6, Pink Concrete -minecraft:concrete:7, Gray Concrete -minecraft:concrete:8, Light Gray Concrete -minecraft:concrete:9, Cyan Concrete -minecraft:concrete:10, Purple Concrete -minecraft:concrete:11, Blue Concrete -minecraft:concrete:12, Brown Concrete -minecraft:concrete:13, Green Concrete -minecraft:concrete:14, Red Concrete -minecraft:concrete:15, Black Concrete -minecraft:concrete_powder:0, White Concrete Powder -minecraft:concrete_powder:1, Orange Concrete Powder -minecraft:concrete_powder:2, Magenta Concrete Powder -minecraft:concrete_powder:3, Light Blue Concrete Powder -minecraft:concrete_powder:4, Yellow Concrete Powder -minecraft:concrete_powder:5, Lime Concrete Powder -minecraft:concrete_powder:6, Pink Concrete Powder -minecraft:concrete_powder:7, Gray Concrete Powder -minecraft:concrete_powder:8, Light Gray Concrete Powder -minecraft:concrete_powder:9, Cyan Concrete Powder -minecraft:concrete_powder:10, Purple Concrete Powder -minecraft:concrete_powder:11, Blue Concrete Powder -minecraft:concrete_powder:12, Brown Concrete Powder -minecraft:concrete_powder:13, Green Concrete Powder -minecraft:concrete_powder:14, Red Concrete Powder -minecraft:concrete_powder:15, Black Concrete Powder -minecraft:structure_block, Structure Block -minecraft:iron_shovel, Iron Shovel -minecraft:iron_pickaxe, Iron Pickaxe -minecraft:iron_axe, Iron Axe -minecraft:flint_and_steel, Flint and Steel -minecraft:apple, Apple -minecraft:bow, Bow -minecraft:arrow, Arrow -minecraft:coal:0, Coal -minecraft:coal:1, Charcoal -minecraft:diamond, Diamond -minecraft:iron_ingot, Iron Ingot -minecraft:gold_ingot, Gold Ingot -minecraft:iron_sword, Iron Sword -minecraft:wooden_sword, Wooden Sword -minecraft:wooden_shovel, Wooden Shovel -minecraft:wooden_pickaxe, Wooden Pickaxe -minecraft:wooden_axe, Wooden Axe -minecraft:stone_sword, Stone Sword -minecraft:stone_shovel, Stone Shovel -minecraft:stone_pickaxe, Stone Pickaxe -minecraft:stone_axe, Stone Axe -minecraft:diamond_sword, Diamond Sword -minecraft:diamond_shovel, Diamond Shovel -minecraft:diamond_pickaxe, Diamond Pickaxe -minecraft:diamond_axe, Diamond Axe -minecraft:stick, Stick -minecraft:bowl, Bowl -minecraft:mushroom_stew, Mushroom Stew -minecraft:golden_sword, Golden Sword -minecraft:golden_shovel, Golden Shovel -minecraft:golden_pickaxe, Golden Pickaxe -minecraft:golden_axe, Golden Axe -minecraft:string, String -minecraft:feather, Feather -minecraft:gunpowder, Gunpowder -minecraft:wooden_hoe, Wooden Hoe -minecraft:stone_hoe, Stone Hoe -minecraft:iron_hoe, Iron Hoe -minecraft:diamond_hoe, Diamond Hoe -minecraft:golden_hoe, Golden Hoe -minecraft:wheat_seeds, Seeds -minecraft:wheat, Wheat -minecraft:bread, Bread -minecraft:leather_helmet, Leather Cap -minecraft:leather_chestplate, Leather Tunic -minecraft:leather_leggings, Leather Pants -minecraft:leather_boots, Leather Boots -minecraft:chainmail_helmet, Chain Helmet -minecraft:chainmail_chestplate, Chain Chestplate -minecraft:chainmail_leggings, Chain Leggings -minecraft:chainmail_boots, Chain Boots -minecraft:iron_helmet, Iron Helmet -minecraft:iron_chestplate, Iron Chestplate -minecraft:iron_leggings, Iron Leggings -minecraft:iron_boots, Iron Boots -minecraft:diamond_helmet, Diamond Helmet -minecraft:diamond_chestplate, Diamond Chestplate -minecraft:diamond_leggings, Diamond Leggings -minecraft:diamond_boots, Diamond Boots -minecraft:golden_helmet, Golden Helmet -minecraft:golden_chestplate, Golden Chestplate -minecraft:golden_leggings, Golden Leggings -minecraft:golden_boots, Golden Boots -minecraft:flint, Flint -minecraft:porkchop, Raw Porkchop -minecraft:cooked_porkchop, Cooked Porkchop -minecraft:painting, Painting -minecraft:golden_apple:0, Golden Apple -minecraft:golden_apple:1, Golden Apple -minecraft:sign, Sign -minecraft:wooden_door, Oak Door -minecraft:bucket, Bucket -minecraft:water_bucket, Water Bucket -minecraft:lava_bucket, Lava Bucket -minecraft:minecart, Minecart -minecraft:saddle, Saddle -minecraft:iron_door, Iron Door -minecraft:redstone, Redstone -minecraft:snowball, Snowball -minecraft:boat, Oak Boat -minecraft:leather, Leather -minecraft:milk_bucket, Milk -minecraft:brick, Brick -minecraft:clay_ball, Clay -minecraft:reeds, Sugar Canes -minecraft:paper, Paper -minecraft:book, Book -minecraft:slime_ball, Slimeball -minecraft:chest_minecart, Chest Cart -minecraft:furnace_minecart, Furnace Cart -minecraft:egg, Egg -minecraft:compass, Compass -minecraft:fishing_rod, Fishing Rod -minecraft:clock, Clock -minecraft:glowstone_dust, Glowstone Dust -minecraft:fish:0, Raw Fish -minecraft:fish:1, Raw Salmon -minecraft:fish:2, Clownfish -minecraft:fish:3, Pufferfish -minecraft:cooked_fish:0, Cooked Fish -minecraft:cooked_fish:1, Cooked Salmon -minecraft:dye:0, Ink Sac -minecraft:dye:1, Rose Red -minecraft:dye:2, Cactus Green -minecraft:dye:3, Cocoa Beans -minecraft:dye:4, Lapis Lazuli -minecraft:dye:5, Purple Dye -minecraft:dye:6, Cyan Dye -minecraft:dye:7, Light Gray Dye -minecraft:dye:8, Gray Dye -minecraft:dye:9, Pink Dye -minecraft:dye:10, Lime Dye -minecraft:dye:11, Dandelion Yellow -minecraft:dye:12, Light Blue Dye -minecraft:dye:13, Magenta Dye -minecraft:dye:14, Orange Dye -minecraft:dye:15, Bone Meal -minecraft:bone, Bone -minecraft:sugar, Sugar -minecraft:cake, Cake -minecraft:bed:0, White Bed -minecraft:bed:1, Orange Bed -minecraft:bed:2, Magenta Bed -minecraft:bed:3, Light Blue Bed -minecraft:bed:4, Yellow Bed -minecraft:bed:5, Lime Bed -minecraft:bed:6, Pink Bed -minecraft:bed:7, Gray Bed -minecraft:bed:8, Light Gray Bed -minecraft:bed:9, Cyan Bed -minecraft:bed:10, Purple Bed -minecraft:bed:11, Blue Bed -minecraft:bed:12, Brown Bed -minecraft:bed:13, Green Bed -minecraft:bed:14, Red Bed -minecraft:bed:15, Black Bed -minecraft:repeater, Redstone Repeater -minecraft:cookie, Cookie -minecraft:filled_map:0, Map -minecraft:shears, Shears -minecraft:melon, Melon -minecraft:pumpkin_seeds, Pumpkin Seeds -minecraft:melon_seeds, Melon Seeds -minecraft:beef, Raw Beef -minecraft:cooked_beef, Steak -minecraft:chicken, Raw Chicken -minecraft:cooked_chicken, Cooked Chicken -minecraft:rotten_flesh, Rotten Flesh -minecraft:ender_pearl, Ender Pearl -minecraft:blaze_rod, Blaze Rod -minecraft:ghast_tear, Ghast Tear -minecraft:gold_nugget, Gold Nugget -minecraft:nether_wart, Nether Wart -minecraft:potion, Potion -minecraft:glass_bottle, Glass Bottle -minecraft:spider_eye, Spider Eye -minecraft:fermented_spider_eye, Fermented Spider Eye -minecraft:blaze_powder, Blaze Powder -minecraft:magma_cream, Magma Cream -minecraft:brewing_stand, Brewing Stand -minecraft:cauldron, Cauldron -minecraft:ender_eye, Eye of Ender -minecraft:speckled_melon, Glistering Melon -minecraft:spawn_egg, Spawn -minecraft:experience_bottle, Bottle o' Enchanting -minecraft:fire_charge, Fire Charge -minecraft:writable_book, Book and Quill -minecraft:written_book, Written Book -minecraft:emerald, Emerald -minecraft:item_frame, Item Frame -minecraft:flower_pot, Flower Pot -minecraft:carrot, Carrot -minecraft:potato, Potato -minecraft:baked_potato, Baked Potato -minecraft:poisonous_potato, Poisonous Potato -minecraft:map, Empty Map -minecraft:golden_carrot, Golden Carrot -minecraft:skull:0, Skeleton Skull -minecraft:skull:1, Wither Skeleton Skull -minecraft:skull:2, Zombie Head -minecraft:skull:3, Head -minecraft:skull:4, Creeper Head -minecraft:skull:5, Dragon Head -minecraft:carrot_on_a_stick, Carrot on a Stick -minecraft:nether_star, Nether Star -minecraft:pumpkin_pie, Pumpkin Pie -minecraft:fireworks, Firework Rocket -minecraft:firework_charge, Firework Star -minecraft:enchanted_book, Enchanted Book -minecraft:comparator, Redstone Comparator -minecraft:netherbrick, Nether Brick -minecraft:quartz, Nether Quartz -minecraft:tnt_minecart, TNT Cart -minecraft:hopper_minecart, Hopper Cart -minecraft:prismarine_shard, Prismarine Shard -minecraft:prismarine_crystals, Prismarine Crystals -minecraft:rabbit, Raw Rabbit -minecraft:cooked_rabbit, Cooked Rabbit -minecraft:rabbit_stew, Rabbit Stew -minecraft:rabbit_foot, Rabbit's Foot -minecraft:rabbit_hide, Rabbit Hide -minecraft:armor_stand, Armor Stand -minecraft:iron_horse_armor, Iron Horse Armor -minecraft:golden_horse_armor, Gold Horse Armor -minecraft:diamond_horse_armor, Diamond Horse Armor -minecraft:lead, Lead -minecraft:name_tag, Name Tag -minecraft:command_block_minecart, Minecart with Command Block -minecraft:mutton, Raw Mutton -minecraft:cooked_mutton, Cooked Mutton -minecraft:banner:15, White Banner -minecraft:banner:14, Orange Banner -minecraft:banner:13, Magenta Banner -minecraft:banner:12, Light Blue Banner -minecraft:banner:11, Yellow Banner -minecraft:banner:10, Lime Banner -minecraft:banner:9, Pink Banner -minecraft:banner:8, Gray Banner -minecraft:banner:7, Light Gray Banner -minecraft:banner:6, Cyan Banner -minecraft:banner:5, Purple Banner -minecraft:banner:4, Blue Banner -minecraft:banner:3, Brown Banner -minecraft:banner:2, Green Banner -minecraft:banner:1, Red Banner -minecraft:banner:0, Black Banner -minecraft:end_crystal, End Crystal -minecraft:spruce_door, Spruce Door -minecraft:birch_door, Birch Door -minecraft:jungle_door, Jungle Door -minecraft:acacia_door, Acacia Door -minecraft:dark_oak_door, Dark Oak Door -minecraft:chorus_fruit, Chorus Fruit -minecraft:chorus_fruit_popped, Popped Chorus Fruit -minecraft:beetroot, Beetroot -minecraft:beetroot_seeds, Beetroot Seeds -minecraft:beetroot_soup, Beetroot Soup -minecraft:dragon_breath, Dragon's Breath -minecraft:splash_potion, Splash Potion -minecraft:spectral_arrow, Spectral Arrow -minecraft:tipped_arrow, Tipped Arrow -minecraft:lingering_potion, Lingering Potion -minecraft:shield, Shield -minecraft:elytra, Elytra -minecraft:spruce_boat, Spruce Boat -minecraft:birch_boat, Birch Boat -minecraft:jungle_boat, Jungle Boat -minecraft:acacia_boat, Acacia Boat -minecraft:dark_oak_boat, Dark Oak Boat -minecraft:totem_of_undying, Totem of Undying -minecraft:shulker_shell, Shulker Shell -minecraft:iron_nugget, Iron Nugget -minecraft:knowledge_book, Knowledge Book -minecraft:record_13, Music Disc -minecraft:record_cat, Music Disc -minecraft:record_blocks, Music Disc -minecraft:record_chirp, Music Disc -minecraft:record_far, Music Disc -minecraft:record_mall, Music Disc -minecraft:record_mellohi, Music Disc -minecraft:record_stal, Music Disc -minecraft:record_strad, Music Disc -minecraft:record_ward, Music Disc -minecraft:record_11, Music Disc -minecraft:record_wait, Music Disc -thermalfoundation:ore:0, Copper Ore -thermalfoundation:ore:1, Tin Ore -thermalfoundation:ore:2, Silver Ore -thermalfoundation:ore:3, Lead Ore -thermalfoundation:ore:4, Aluminum Ore -thermalfoundation:ore:5, Nickel Ore -thermalfoundation:ore:6, Platinum Ore -thermalfoundation:ore:7, Iridium Ore -thermalfoundation:ore:8, Mithril Ore -thermalfoundation:ore_fluid:0, Oil Sand -thermalfoundation:ore_fluid:1, Oil Shale -thermalfoundation:ore_fluid:2, Destabilized Redstone Ore -thermalfoundation:ore_fluid:3, Energized Netherrack -thermalfoundation:ore_fluid:4, Resonant End Stone -thermalfoundation:ore_fluid:5, Oil Sand -thermalfoundation:storage:0, Block of Copper -thermalfoundation:storage:1, Block of Tin -thermalfoundation:storage:2, Block of Silver -thermalfoundation:storage:3, Block of Lead -thermalfoundation:storage:4, Block of Aluminum -thermalfoundation:storage:5, Block of Nickel -thermalfoundation:storage:6, Block of Platinum -thermalfoundation:storage:7, Block of Iridium -thermalfoundation:storage:8, Block of Mithril -thermalfoundation:storage_alloy:0, Block of Steel -thermalfoundation:storage_alloy:1, Block of Electrum -thermalfoundation:storage_alloy:2, Block of Invar -thermalfoundation:storage_alloy:3, Block of Bronze -thermalfoundation:storage_alloy:4, Block of Constantan -thermalfoundation:storage_alloy:5, Block of Signalum -thermalfoundation:storage_alloy:6, Block of Lumium -thermalfoundation:storage_alloy:7, Block of Enderium -thermalfoundation:storage_resource:0, Block of Charcoal -thermalfoundation:storage_resource:1, Block of Coal Coke -thermalfoundation:glass:0, Hardened Copper Glass -thermalfoundation:glass:1, Hardened Tin Glass -thermalfoundation:glass:2, Hardened Silver Glass -thermalfoundation:glass:3, Hardened Glass -thermalfoundation:glass:4, Hardened Aluminum Glass -thermalfoundation:glass:5, Hardened Nickel Glass -thermalfoundation:glass:6, Hardened Platinum Glass -thermalfoundation:glass:7, Hardened Iridium Glass -thermalfoundation:glass:8, Hardened Mithril Glass -thermalfoundation:glass_alloy:0, Hardened Steel Glass -thermalfoundation:glass_alloy:1, Hardened Electrum Glass -thermalfoundation:glass_alloy:2, Hardened Invar Glass -thermalfoundation:glass_alloy:3, Hardened Bronze Glass -thermalfoundation:glass_alloy:4, Hardened Constantan Glass -thermalfoundation:glass_alloy:5, Hardened Signalum Glass -thermalfoundation:glass_alloy:6, Hardened Lumium Glass -thermalfoundation:glass_alloy:7, Hardened Enderium Glass -thermalfoundation:rockwool:0, Black Rockwool -thermalfoundation:rockwool:1, Red Rockwool -thermalfoundation:rockwool:2, Green Rockwool -thermalfoundation:rockwool:3, Brown Rockwool -thermalfoundation:rockwool:4, Blue Rockwool -thermalfoundation:rockwool:5, Purple Rockwool -thermalfoundation:rockwool:6, Cyan Rockwool -thermalfoundation:rockwool:7, Light Gray Rockwool -thermalfoundation:rockwool:8, Gray Rockwool -thermalfoundation:rockwool:9, Pink Rockwool -thermalfoundation:rockwool:10, Lime Rockwool -thermalfoundation:rockwool:11, Yellow Rockwool -thermalfoundation:rockwool:12, Light Blue Rockwool -thermalfoundation:rockwool:13, Magenta Rockwool -thermalfoundation:rockwool:14, Orange Rockwool -thermalfoundation:rockwool:15, White Rockwool -thermalfoundation:wrench:0, Crescent Hammer -thermalfoundation:meter:0, Multimeter -thermalfoundation:upgrade:0, Hardened Upgrade Kit -thermalfoundation:upgrade:1, Reinforced Upgrade Kit -thermalfoundation:upgrade:2, Signalum Upgrade Kit -thermalfoundation:upgrade:3, Resonant Upgrade Kit -thermalfoundation:upgrade:33, Reinforced Conversion Kit -thermalfoundation:upgrade:34, Signalum Conversion Kit -thermalfoundation:upgrade:35, Resonant Conversion Kit -thermalfoundation:upgrade:256, Creative Conversion Kit -thermalfoundation:security:0, Signalum Security Lock -thermalfoundation:diagram_redprint, Redprint -thermalfoundation:tome_lexicon, Forge Lexicon -thermalfoundation:tome_experience, Tome of Knowledge -thermalfoundation:coin:0, Iron Coin -thermalfoundation:coin:1, Gold Coin -thermalfoundation:coin:64, Copper Coin -thermalfoundation:coin:65, Tin Coin -thermalfoundation:coin:66, Silver Coin -thermalfoundation:coin:67, Lead Coin -thermalfoundation:coin:68, Aluminum Coin -thermalfoundation:coin:69, Nickel Coin -thermalfoundation:coin:70, Platinum Coin -thermalfoundation:coin:71, Iridium Coin -thermalfoundation:coin:72, Mithril Coin -thermalfoundation:coin:96, Steel Coin -thermalfoundation:coin:97, Electrum Coin -thermalfoundation:coin:98, Invar Coin -thermalfoundation:coin:99, Bronze Coin -thermalfoundation:coin:100, Constantan Coin -thermalfoundation:coin:101, Signalum Coin -thermalfoundation:coin:102, Lumium Coin -thermalfoundation:coin:103, Enderium Coin -thermalfoundation:fertilizer:0, Phyto-Gro -thermalfoundation:fertilizer:1, Rich Phyto-Gro -thermalfoundation:fertilizer:2, Fluxed Phyto-Gro -thermalfoundation:bait:0, Aqua-Chow -thermalfoundation:bait:1, Rich Aqua-Chow -thermalfoundation:bait:2, Fluxed Aqua-Chow -thermalfoundation:dye:0, Black Pigment -thermalfoundation:dye:1, Red Pigment -thermalfoundation:dye:2, Green Pigment -thermalfoundation:dye:3, Brown Pigment -thermalfoundation:dye:4, Blue Pigment -thermalfoundation:dye:5, Purple Pigment -thermalfoundation:dye:6, Cyan Pigment -thermalfoundation:dye:7, Light Gray Pigment -thermalfoundation:dye:8, Gray Pigment -thermalfoundation:dye:9, Pink Pigment -thermalfoundation:dye:10, Lime Pigment -thermalfoundation:dye:11, Yellow Pigment -thermalfoundation:dye:12, Light Blue Pigment -thermalfoundation:dye:13, Magenta Pigment -thermalfoundation:dye:14, Orange Pigment -thermalfoundation:dye:15, White Pigment -thermalfoundation:material:0, Pulverized Iron -thermalfoundation:material:1, Pulverized Gold -thermalfoundation:material:16, Diamond Nugget -thermalfoundation:material:17, Emerald Nugget -thermalfoundation:material:22, Wooden Gear -thermalfoundation:material:23, Stone Gear -thermalfoundation:material:24, Iron Gear -thermalfoundation:material:25, Gold Gear -thermalfoundation:material:26, Diamond Gear -thermalfoundation:material:27, Emerald Gear -thermalfoundation:material:32, Iron Plate -thermalfoundation:material:33, Gold Plate -thermalfoundation:material:64, Pulverized Copper -thermalfoundation:material:65, Pulverized Tin -thermalfoundation:material:66, Pulverized Silver -thermalfoundation:material:67, Pulverized Lead -thermalfoundation:material:68, Pulverized Aluminum -thermalfoundation:material:69, Pulverized Nickel -thermalfoundation:material:70, Pulverized Platinum -thermalfoundation:material:71, Pulverized Iridium -thermalfoundation:material:72, Pulverized Mithril Metal -thermalfoundation:material:96, Steel Blend -thermalfoundation:material:97, Electrum Blend -thermalfoundation:material:98, Invar Blend -thermalfoundation:material:99, Bronze Blend -thermalfoundation:material:100, Constantan Blend -thermalfoundation:material:101, Signalum Blend -thermalfoundation:material:102, Lumium Blend -thermalfoundation:material:103, Enderium Blend -thermalfoundation:material:128, Copper Ingot -thermalfoundation:material:129, Tin Ingot -thermalfoundation:material:130, Silver Ingot -thermalfoundation:material:131, Lead Ingot -thermalfoundation:material:132, Aluminum Ingot -thermalfoundation:material:133, Nickel Ingot -thermalfoundation:material:134, Platinum Ingot -thermalfoundation:material:135, Iridium Ingot -thermalfoundation:material:136, Mithril Ingot -thermalfoundation:material:160, Steel Ingot -thermalfoundation:material:161, Electrum Ingot -thermalfoundation:material:162, Invar Ingot -thermalfoundation:material:163, Bronze Ingot -thermalfoundation:material:164, Constantan Ingot -thermalfoundation:material:165, Signalum Ingot -thermalfoundation:material:166, Lumium Ingot -thermalfoundation:material:167, Enderium Ingot -thermalfoundation:material:192, Copper Nugget -thermalfoundation:material:193, Tin Nugget -thermalfoundation:material:194, Silver Nugget -thermalfoundation:material:195, Lead Nugget -thermalfoundation:material:196, Aluminum Nugget -thermalfoundation:material:197, Nickel Nugget -thermalfoundation:material:198, Platinum Nugget -thermalfoundation:material:199, Iridium Nugget -thermalfoundation:material:200, Mithril Nugget -thermalfoundation:material:224, Steel Nugget -thermalfoundation:material:225, Electrum Nugget -thermalfoundation:material:226, Invar Nugget -thermalfoundation:material:227, Bronze Nugget -thermalfoundation:material:228, Constantan Nugget -thermalfoundation:material:229, Signalum Nugget -thermalfoundation:material:230, Lumium Nugget -thermalfoundation:material:231, Enderium Nugget -thermalfoundation:material:256, Copper Gear -thermalfoundation:material:257, Tin Gear -thermalfoundation:material:258, Silver Gear -thermalfoundation:material:259, Lead Gear -thermalfoundation:material:260, Aluminum Gear -thermalfoundation:material:261, Nickel Gear -thermalfoundation:material:262, Platinum Gear -thermalfoundation:material:263, Iridium Gear -thermalfoundation:material:264, Mithril Gear -thermalfoundation:material:288, Steel Gear -thermalfoundation:material:289, Electrum Gear -thermalfoundation:material:290, Invar Gear -thermalfoundation:material:291, Bronze Gear -thermalfoundation:material:292, Constantan Gear -thermalfoundation:material:293, Signalum Gear -thermalfoundation:material:294, Lumium Gear -thermalfoundation:material:295, Enderium Gear -thermalfoundation:material:320, Copper Plate -thermalfoundation:material:321, Tin Plate -thermalfoundation:material:322, Silver Plate -thermalfoundation:material:323, Lead Plate -thermalfoundation:material:324, Aluminum Plate -thermalfoundation:material:325, Nickel Plate -thermalfoundation:material:326, Platinum Plate -thermalfoundation:material:327, Iridium Plate -thermalfoundation:material:328, Mithril Plate -thermalfoundation:material:352, Steel Plate -thermalfoundation:material:353, Electrum Plate -thermalfoundation:material:354, Invar Plate -thermalfoundation:material:355, Bronze Plate -thermalfoundation:material:356, Constantan Plate -thermalfoundation:material:357, Signalum Plate -thermalfoundation:material:358, Lumium Plate -thermalfoundation:material:359, Enderium Plate -thermalfoundation:material:512, Redstone Servo -thermalfoundation:material:513, Redstone Reception Coil -thermalfoundation:material:514, Redstone Transmission Coil -thermalfoundation:material:515, Redstone Conductance Coil -thermalfoundation:material:640, Tool Casing -thermalfoundation:material:656, Drill Head -thermalfoundation:material:657, Saw Blade -thermalfoundation:material:768, Pulverized Coal -thermalfoundation:material:769, Pulverized Charcoal -thermalfoundation:material:770, Pulverized Obsidian -thermalfoundation:material:771, Sulfur -thermalfoundation:material:772, Niter -thermalfoundation:material:800, Sawdust -thermalfoundation:material:801, Compressed Sawdust -thermalfoundation:material:802, Coal Coke -thermalfoundation:material:816, Pulped Biomass -thermalfoundation:material:817, Rich Biomass -thermalfoundation:material:818, Pulped Bioblend -thermalfoundation:material:819, Rich Bioblend -thermalfoundation:material:832, Rosin -thermalfoundation:material:833, Tar -thermalfoundation:material:864, Slag -thermalfoundation:material:865, Rich Slag -thermalfoundation:material:866, Cinnabar -thermalfoundation:material:892, Bitumen -thermalfoundation:material:893, Destabilized Clathrate -thermalfoundation:material:894, Energized Clathrate -thermalfoundation:material:895, Resonant Clathrate -thermalfoundation:material:1024, Pyrotheum Dust -thermalfoundation:material:1025, Cryotheum Dust -thermalfoundation:material:1026, Aerotheum Dust -thermalfoundation:material:1027, Petrotheum Dust -thermalfoundation:material:1028, Mana Dust -thermalfoundation:material:2048, Blizz Rod -thermalfoundation:material:2049, Blizz Powder -thermalfoundation:material:2050, Blitz Rod -thermalfoundation:material:2051, Blitz Powder -thermalfoundation:material:2052, Basalz Rod -thermalfoundation:material:2053, Basalz Powder -thermalfoundation:geode:0, Geode -thermalfoundation:armor.helmet_copper, Copper Helmet -thermalfoundation:armor.plate_copper, Copper Chestplate -thermalfoundation:armor.legs_copper, Copper Leggings -thermalfoundation:armor.boots_copper, Copper Boots -thermalfoundation:armor.helmet_tin, Tin Helmet -thermalfoundation:armor.plate_tin, Tin Chestplate -thermalfoundation:armor.legs_tin, Tin Leggings -thermalfoundation:armor.boots_tin, Tin Boots -thermalfoundation:armor.helmet_silver, Silver Helmet -thermalfoundation:armor.plate_silver, Silver Chestplate -thermalfoundation:armor.legs_silver, Silver Leggings -thermalfoundation:armor.boots_silver, Silver Boots -thermalfoundation:armor.helmet_lead, Lead Helmet -thermalfoundation:armor.plate_lead, Lead Chestplate -thermalfoundation:armor.legs_lead, Lead Leggings -thermalfoundation:armor.boots_lead, Lead Boots -thermalfoundation:armor.helmet_aluminum, Aluminum Helmet -thermalfoundation:armor.plate_aluminum, Aluminum Chestplate -thermalfoundation:armor.legs_aluminum, Aluminum Leggings -thermalfoundation:armor.boots_aluminum, Aluminum Boots -thermalfoundation:armor.helmet_nickel, Nickel Helmet -thermalfoundation:armor.plate_nickel, Nickel Chestplate -thermalfoundation:armor.legs_nickel, Nickel Leggings -thermalfoundation:armor.boots_nickel, Nickel Boots -thermalfoundation:armor.helmet_platinum, Platinum Helmet -thermalfoundation:armor.plate_platinum, Platinum Chestplate -thermalfoundation:armor.legs_platinum, Platinum Leggings -thermalfoundation:armor.boots_platinum, Platinum Boots -thermalfoundation:armor.helmet_steel, Steel Helmet -thermalfoundation:armor.plate_steel, Steel Chestplate -thermalfoundation:armor.legs_steel, Steel Leggings -thermalfoundation:armor.boots_steel, Steel Boots -thermalfoundation:armor.helmet_electrum, Electrum Helmet -thermalfoundation:armor.plate_electrum, Electrum Chestplate -thermalfoundation:armor.legs_electrum, Electrum Leggings -thermalfoundation:armor.boots_electrum, Electrum Boots -thermalfoundation:armor.helmet_invar, Invar Helmet -thermalfoundation:armor.plate_invar, Invar Chestplate -thermalfoundation:armor.legs_invar, Invar Leggings -thermalfoundation:armor.boots_invar, Invar Boots -thermalfoundation:armor.helmet_bronze, Bronze Helmet -thermalfoundation:armor.plate_bronze, Bronze Chestplate -thermalfoundation:armor.legs_bronze, Bronze Leggings -thermalfoundation:armor.boots_bronze, Bronze Boots -thermalfoundation:armor.helmet_constantan, Constantan Helmet -thermalfoundation:armor.plate_constantan, Constantan Chestplate -thermalfoundation:armor.legs_constantan, Constantan Leggings -thermalfoundation:armor.boots_constantan, Constantan Boots -thermalfoundation:tool.sword_copper, Copper Sword -thermalfoundation:tool.shovel_copper, Copper Shovel -thermalfoundation:tool.pickaxe_copper, Copper Pickaxe -thermalfoundation:tool.axe_copper, Copper Axe -thermalfoundation:tool.hoe_copper, Copper Hoe -thermalfoundation:tool.bow_copper, Copper Reinforced Bow -thermalfoundation:tool.fishing_rod_copper, Copper Fishing Rod -thermalfoundation:tool.shears_copper, Copper Shears -thermalfoundation:tool.sickle_copper, Copper Sickle -thermalfoundation:tool.hammer_copper, Copper Hammer -thermalfoundation:tool.excavator_copper, Copper Excavator -thermalfoundation:tool.shield_copper, Copper Shield -thermalfoundation:tool.sword_tin, Tin Sword -thermalfoundation:tool.shovel_tin, Tin Shovel -thermalfoundation:tool.pickaxe_tin, Tin Pickaxe -thermalfoundation:tool.axe_tin, Tin Axe -thermalfoundation:tool.hoe_tin, Tin Hoe -thermalfoundation:tool.bow_tin, Tin Reinforced Bow -thermalfoundation:tool.fishing_rod_tin, Tin Fishing Rod -thermalfoundation:tool.shears_tin, Tin Shears -thermalfoundation:tool.sickle_tin, Tin Sickle -thermalfoundation:tool.hammer_tin, Tin Hammer -thermalfoundation:tool.excavator_tin, Tin Excavator -thermalfoundation:tool.shield_tin, Tin Shield -thermalfoundation:tool.sword_silver, Silver Sword -thermalfoundation:tool.shovel_silver, Silver Shovel -thermalfoundation:tool.pickaxe_silver, Silver Pickaxe -thermalfoundation:tool.axe_silver, Silver Axe -thermalfoundation:tool.hoe_silver, Silver Hoe -thermalfoundation:tool.bow_silver, Silver Reinforced Bow -thermalfoundation:tool.fishing_rod_silver, Silver Fishing Rod -thermalfoundation:tool.shears_silver, Silver Shears -thermalfoundation:tool.sickle_silver, Silver Sickle -thermalfoundation:tool.hammer_silver, Silver Hammer -thermalfoundation:tool.excavator_silver, Silver Excavator -thermalfoundation:tool.shield_silver, Silver Shield -thermalfoundation:tool.sword_lead, Lead Sword -thermalfoundation:tool.shovel_lead, Lead Shovel -thermalfoundation:tool.pickaxe_lead, Lead Pickaxe -thermalfoundation:tool.axe_lead, Lead Axe -thermalfoundation:tool.hoe_lead, Lead Hoe -thermalfoundation:tool.bow_lead, Lead Reinforced Bow -thermalfoundation:tool.fishing_rod_lead, Lead Fishing Rod -thermalfoundation:tool.shears_lead, Lead Shears -thermalfoundation:tool.sickle_lead, Lead Sickle -thermalfoundation:tool.hammer_lead, Lead Hammer -thermalfoundation:tool.excavator_lead, Lead Excavator -thermalfoundation:tool.shield_lead, Lead Shield -thermalfoundation:tool.sword_aluminum, Aluminum Sword -thermalfoundation:tool.shovel_aluminum, Aluminum Shovel -thermalfoundation:tool.pickaxe_aluminum, Aluminum Pickaxe -thermalfoundation:tool.axe_aluminum, Aluminum Axe -thermalfoundation:tool.hoe_aluminum, Aluminum Hoe -thermalfoundation:tool.bow_aluminum, Aluminum Reinforced Bow -thermalfoundation:tool.fishing_rod_aluminum, Aluminum Fishing Rod -thermalfoundation:tool.shears_aluminum, Aluminum Shears -thermalfoundation:tool.sickle_aluminum, Aluminum Sickle -thermalfoundation:tool.hammer_aluminum, Aluminum Hammer -thermalfoundation:tool.excavator_aluminum, Aluminum Excavator -thermalfoundation:tool.shield_aluminum, Aluminum Shield -thermalfoundation:tool.sword_nickel, Nickel Sword -thermalfoundation:tool.shovel_nickel, Nickel Shovel -thermalfoundation:tool.pickaxe_nickel, Nickel Pickaxe -thermalfoundation:tool.axe_nickel, Nickel Axe -thermalfoundation:tool.hoe_nickel, Nickel Hoe -thermalfoundation:tool.bow_nickel, Nickel Reinforced Bow -thermalfoundation:tool.fishing_rod_nickel, Nickel Fishing Rod -thermalfoundation:tool.shears_nickel, Nickel Shears -thermalfoundation:tool.sickle_nickel, Nickel Sickle -thermalfoundation:tool.hammer_nickel, Nickel Hammer -thermalfoundation:tool.excavator_nickel, Nickel Excavator -thermalfoundation:tool.shield_nickel, Nickel Shield -thermalfoundation:tool.sword_platinum, Platinum Sword -thermalfoundation:tool.shovel_platinum, Platinum Shovel -thermalfoundation:tool.pickaxe_platinum, Platinum Pickaxe -thermalfoundation:tool.axe_platinum, Platinum Axe -thermalfoundation:tool.hoe_platinum, Platinum Hoe -thermalfoundation:tool.bow_platinum, Platinum Reinforced Bow -thermalfoundation:tool.fishing_rod_platinum, Platinum Fishing Rod -thermalfoundation:tool.shears_platinum, Platinum Shears -thermalfoundation:tool.sickle_platinum, Platinum Sickle -thermalfoundation:tool.hammer_platinum, Platinum Hammer -thermalfoundation:tool.excavator_platinum, Platinum Excavator -thermalfoundation:tool.shield_platinum, Platinum Shield -thermalfoundation:tool.sword_steel, Steel Sword -thermalfoundation:tool.shovel_steel, Steel Shovel -thermalfoundation:tool.pickaxe_steel, Steel Pickaxe -thermalfoundation:tool.axe_steel, Steel Axe -thermalfoundation:tool.hoe_steel, Steel Hoe -thermalfoundation:tool.bow_steel, Steel Reinforced Bow -thermalfoundation:tool.fishing_rod_steel, Steel Fishing Rod -thermalfoundation:tool.shears_steel, Steel Shears -thermalfoundation:tool.sickle_steel, Steel Sickle -thermalfoundation:tool.hammer_steel, Steel Hammer -thermalfoundation:tool.excavator_steel, Steel Excavator -thermalfoundation:tool.shield_steel, Steel Shield -thermalfoundation:tool.sword_electrum, Electrum Sword -thermalfoundation:tool.shovel_electrum, Electrum Shovel -thermalfoundation:tool.pickaxe_electrum, Electrum Pickaxe -thermalfoundation:tool.axe_electrum, Electrum Axe -thermalfoundation:tool.hoe_electrum, Electrum Hoe -thermalfoundation:tool.bow_electrum, Electrum Reinforced Bow -thermalfoundation:tool.fishing_rod_electrum, Electrum Fishing Rod -thermalfoundation:tool.shears_electrum, Electrum Shears -thermalfoundation:tool.sickle_electrum, Electrum Sickle -thermalfoundation:tool.hammer_electrum, Electrum Hammer -thermalfoundation:tool.excavator_electrum, Electrum Excavator -thermalfoundation:tool.shield_electrum, Electrum Shield -thermalfoundation:tool.sword_invar, Invar Sword -thermalfoundation:tool.shovel_invar, Invar Shovel -thermalfoundation:tool.pickaxe_invar, Invar Pickaxe -thermalfoundation:tool.axe_invar, Invar Axe -thermalfoundation:tool.hoe_invar, Invar Hoe -thermalfoundation:tool.bow_invar, Invar Reinforced Bow -thermalfoundation:tool.fishing_rod_invar, Invar Fishing Rod -thermalfoundation:tool.shears_invar, Invar Shears -thermalfoundation:tool.sickle_invar, Invar Sickle -thermalfoundation:tool.hammer_invar, Invar Hammer -thermalfoundation:tool.excavator_invar, Invar Excavator -thermalfoundation:tool.shield_invar, Invar Shield -thermalfoundation:tool.sword_bronze, Bronze Sword -thermalfoundation:tool.shovel_bronze, Bronze Shovel -thermalfoundation:tool.pickaxe_bronze, Bronze Pickaxe -thermalfoundation:tool.axe_bronze, Bronze Axe -thermalfoundation:tool.hoe_bronze, Bronze Hoe -thermalfoundation:tool.bow_bronze, Bronze Reinforced Bow -thermalfoundation:tool.fishing_rod_bronze, Bronze Fishing Rod -thermalfoundation:tool.shears_bronze, Bronze Shears -thermalfoundation:tool.sickle_bronze, Bronze Sickle -thermalfoundation:tool.hammer_bronze, Bronze Hammer -thermalfoundation:tool.excavator_bronze, Bronze Excavator -thermalfoundation:tool.shield_bronze, Bronze Shield -thermalfoundation:tool.sword_constantan, Constantan Sword -thermalfoundation:tool.shovel_constantan, Constantan Shovel -thermalfoundation:tool.pickaxe_constantan, Constantan Pickaxe -thermalfoundation:tool.axe_constantan, Constantan Axe -thermalfoundation:tool.hoe_constantan, Constantan Hoe -thermalfoundation:tool.bow_constantan, Constantan Reinforced Bow -thermalfoundation:tool.fishing_rod_constantan, Constantan Fishing Rod -thermalfoundation:tool.shears_constantan, Constantan Shears -thermalfoundation:tool.sickle_constantan, Constantan Sickle -thermalfoundation:tool.hammer_constantan, Constantan Hammer -thermalfoundation:tool.excavator_constantan, Constantan Excavator -thermalfoundation:tool.shield_constantan, Constantan Shield -thermalfoundation:tool.shears_wood, Wooden Shears -thermalfoundation:tool.sickle_wood, Wooden Sickle -thermalfoundation:tool.hammer_wood, Wooden Hammer -thermalfoundation:tool.excavator_wood, Wooden Excavator -thermalfoundation:tool.bow_stone, Stone Reinforced Bow -thermalfoundation:tool.fishing_rod_stone, Stone Fishing Rod -thermalfoundation:tool.shears_stone, Stone Shears -thermalfoundation:tool.sickle_stone, Stone Sickle -thermalfoundation:tool.hammer_stone, Stone Hammer -thermalfoundation:tool.excavator_stone, Stone Excavator -thermalfoundation:tool.shield_stone, Stone Shield -thermalfoundation:tool.bow_iron, Iron Reinforced Bow -thermalfoundation:tool.fishing_rod_iron, Iron Fishing Rod -thermalfoundation:tool.sickle_iron, Iron Sickle -thermalfoundation:tool.hammer_iron, Iron Hammer -thermalfoundation:tool.excavator_iron, Iron Excavator -thermalfoundation:tool.shield_iron, Iron Shield -thermalfoundation:tool.bow_diamond, Diamond Reinforced Bow -thermalfoundation:tool.fishing_rod_diamond, Diamond Fishing Rod -thermalfoundation:tool.shears_diamond, Diamond Shears -thermalfoundation:tool.sickle_diamond, Diamond Sickle -thermalfoundation:tool.hammer_diamond, Diamond Hammer -thermalfoundation:tool.excavator_diamond, Diamond Excavator -thermalfoundation:tool.shield_diamond, Diamond Shield -thermalfoundation:tool.bow_gold, Gold Reinforced Bow -thermalfoundation:tool.fishing_rod_gold, Gold Fishing Rod -thermalfoundation:tool.shears_gold, Gold Shears -thermalfoundation:tool.sickle_gold, Gold Sickle -thermalfoundation:tool.hammer_gold, Gold Hammer -thermalfoundation:tool.excavator_gold, Gold Excavator -thermalfoundation:tool.shield_gold, Gold Shield -thermalfoundation:horse_armor_copper, Copper Horse Armor -thermalfoundation:horse_armor_tin, Tin Horse Armor -thermalfoundation:horse_armor_silver, Silver Horse Armor -thermalfoundation:horse_armor_lead, Lead Horse Armor -thermalfoundation:horse_armor_aluminum, Aluminum Horse Armor -thermalfoundation:horse_armor_nickel, Nickel Horse Armor -thermalfoundation:horse_armor_platinum, Platinum Horse Armor -thermalfoundation:horse_armor_steel, Steel Horse Armor -thermalfoundation:horse_armor_electrum, Electrum Horse Armor -thermalfoundation:horse_armor_invar, Invar Horse Armor -thermalfoundation:horse_armor_bronze, Bronze Horse Armor -thermalfoundation:horse_armor_constantan, Constantan Horse Armor -thermalfoundation:fluid_crude_oil, Crude Oil -thermalfoundation:fluid_redstone, Destabilized Redstone -thermalfoundation:fluid_glowstone, Energized Glowstone -thermalfoundation:fluid_ender, Resonant Ender -thermalfoundation:fluid_pyrotheum, Blazing Pyrotheum -thermalfoundation:fluid_cryotheum, Gelid Cryotheum -thermalfoundation:fluid_aerotheum, Zephyrean Aerotheum -thermalfoundation:fluid_petrotheum, Tectonic Petrotheum -thermalfoundation:fluid_mana, Primal Mana -draconicevolution:draconium_ore:0, Draconium Ore -draconicevolution:draconium_ore:1, Nether Draconium Ore -draconicevolution:draconium_ore:2, Ender Draconium Ore -draconicevolution:draconium_block:0, Draconium Block -draconicevolution:draconium_block:1, Chaotic Draconium Block -draconicevolution:draconic_block, Awakened Draconium Block -draconicevolution:infused_obsidian, Draconium Infused Obsidian -draconicevolution:portal, Portal -draconicevolution:item_dislocation_inhibitor, Dislocation Normalization Field Projector -draconicevolution:generator, Generator -draconicevolution:grinder, Mob Grinder -draconicevolution:particle_generator:0, Particle Generator -draconicevolution:particle_generator:2, Energy Core Stabilizer -draconicevolution:energy_infuser, Energy Infuser -draconicevolution:dislocator_receptacle, Dislocator Receptacle -draconicevolution:dislocator_pedestal, Dislocator Pedestal -draconicevolution:rain_sensor, Rain Sensor -draconicevolution:diss_enchanter, Disenchanter -draconicevolution:potentiometer, Potentiometer -draconicevolution:entity_detector:0, Entity Detector -draconicevolution:entity_detector:1, Advanced Entity Detector -draconicevolution:energy_storage_core, Energy Core -draconicevolution:energy_pylon, Energy Pylon -draconicevolution:invis_e_core_block, tile.draconicevolution:invis_e_core_block.name -draconicevolution:fusion_crafting_core, Fusion Crafting Core -draconicevolution:crafting_injector:0, Basic Fusion Crafting Injector -draconicevolution:crafting_injector:1, Wyvern Fusion Crafting Injector -draconicevolution:crafting_injector:2, Draconic Fusion Crafting Injector -draconicevolution:crafting_injector:3, Chaotic Fusion Crafting Injector -draconicevolution:celestial_manipulator, Celestial Manipulator -draconicevolution:energy_crystal:0, Basic Energy Relay Crystal -draconicevolution:energy_crystal:1, Wyvern Energy Relay Crystal -draconicevolution:energy_crystal:2, Draconic Energy Relay Crystal -draconicevolution:energy_crystal:3, Basic Energy I/O Crystal -draconicevolution:energy_crystal:4, Wyvern Energy I/O Crystal -draconicevolution:energy_crystal:5, Draconic Energy I/O Crystal -draconicevolution:energy_crystal:6, Basic Wireless Energy Crystal -draconicevolution:energy_crystal:7, Wyvern Wireless Energy Crystal -draconicevolution:energy_crystal:8, Draconic Wireless Energy Crystal -draconicevolution:flow_gate:0, Flux Gate -draconicevolution:flow_gate:8, Fluid Gate -draconicevolution:reactor_core, Draconic Reactor Core -draconicevolution:reactor_part:0, Reactor Stabilizer Frame -draconicevolution:reactor_part:1, Reactor Stabilizer Inner Rotor -draconicevolution:reactor_part:2, Reactor Stabilizer Outer Rotor -draconicevolution:reactor_part:3, Reactor Stabilizer Rotor Assembly -draconicevolution:reactor_part:4, Reactor Stabilizer Focus Ring -draconicevolution:reactor_component:0, Reactor Stabilizer -draconicevolution:reactor_component:1, Reactor Energy Injector -draconicevolution:draconic_spawner, Stabilized Mob Spawner -draconicevolution:draconium_chest, Draconium Chest -draconicevolution:chaos_crystal, Chaos Crystal -draconicevolution:chaos_shard_atmos, tile.draconicevolution:chaos_shard_atmos.name -draconicevolution:creative_rf_source, Creative RF Source -draconicevolution:placed_item, tile.draconicevolution:placed_item.name -draconicevolution:draconium_dust, Draconium Dust -draconicevolution:draconium_ingot, Draconium Ingot -draconicevolution:draconic_ingot, Awakened Draconium Ingot -draconicevolution:draconic_core, Draconic Core -draconicevolution:wyvern_core, Wyvern Core -draconicevolution:awakened_core, Awakened Core -draconicevolution:chaotic_core, Chaotic Core -draconicevolution:wyvern_energy_core, Wyvern Energy Core -draconicevolution:draconic_energy_core, Draconic Energy Core -draconicevolution:dragon_heart, Dragon Heart -draconicevolution:debugger, item.draconicevolution:debugger.name -draconicevolution:nugget:0, Draconium Nugget -draconicevolution:nugget:1, Awakened Draconium Nugget -draconicevolution:chaos_shard:0, Chaos Shard -draconicevolution:chaos_shard:1, Large Chaos Fragment -draconicevolution:chaos_shard:2, Small Chaos Fragment -draconicevolution:chaos_shard:3, Tiny Chaos Fragment -draconicevolution:draconium_capacitor:0, Wyvern Flux Capacitor -draconicevolution:draconium_capacitor:0, Wyvern Flux Capacitor -draconicevolution:draconium_capacitor:0, Wyvern Flux Capacitor -draconicevolution:draconium_capacitor:1, Draconic Flux Capacitor -draconicevolution:draconium_capacitor:1, Draconic Flux Capacitor -draconicevolution:draconium_capacitor:1, Draconic Flux Capacitor -draconicevolution:draconium_capacitor:2, Creative Flux Capacitor -draconicevolution:wyvern_axe, Axe of the Wyvern -draconicevolution:wyvern_bow, Bow of the Wyvern -draconicevolution:wyvern_pick, Pickaxe of the Wyvern -draconicevolution:wyvern_shovel, Shovel of the Wyvern -draconicevolution:wyvern_sword, Sword of the Wyvern -draconicevolution:draconic_axe, Draconic Axe -draconicevolution:draconic_bow, Draconic Bow -draconicevolution:draconic_hoe, Draconic Hoe -draconicevolution:draconic_pick, Draconic Pickaxe -draconicevolution:draconic_shovel, Draconic Shovel -draconicevolution:draconic_staff_of_power, Draconic Staff of Power -draconicevolution:draconic_sword, Draconic Sword -draconicevolution:tool_upgrade:0, Upgrade Key (RF Capacity) -draconicevolution:tool_upgrade:1, Upgrade Key (Dig Speed) -draconicevolution:tool_upgrade:2, Upgrade Key (Dig AOE) -draconicevolution:tool_upgrade:3, Upgrade Key (Attack Damage) -draconicevolution:tool_upgrade:4, Upgrade Key (Attack AOE) -draconicevolution:tool_upgrade:5, Upgrade Key (Arrow Damage) -draconicevolution:tool_upgrade:6, Upgrade Key (Draw Speed) -draconicevolution:tool_upgrade:7, Upgrade Key (Arrow Speed) -draconicevolution:tool_upgrade:8, Upgrade Key (Shield Capacity) -draconicevolution:tool_upgrade:9, Upgrade Key (Shield Recovery) -draconicevolution:tool_upgrade:10, Upgrade Key (Movement Speed) -draconicevolution:tool_upgrade:11, Upgrade Key (Jump Boost) -draconicevolution:dislocator, Dislocator -draconicevolution:dislocator_advanced, Advanced Dislocator -draconicevolution:dislocator_bound:1, Bound Dislocator (Point to Point) -draconicevolution:dislocator_bound:2, Bound Dislocator (Player) -draconicevolution:magnet:0, Item Dislocator -draconicevolution:magnet:1, Awakened Item Dislocator -draconicevolution:crystal_binder, Crystal Binder -draconicevolution:wyvern_helm, Wyvern Helm -draconicevolution:wyvern_chest, Wyvern Chestplate -draconicevolution:wyvern_legs, Wyvern Leggings -draconicevolution:wyvern_boots, Wyvern Boots -draconicevolution:draconic_helm, Draconic Helm -draconicevolution:draconic_chest, Draconic Chestplate -draconicevolution:draconic_legs, Draconic Leggings -draconicevolution:draconic_boots, Draconic Boots -draconicevolution:info_tablet, Draconic Evolution Information Tablet -draconicevolution:mob_soul, Soul -draconicevolution:creative_exchanger, Creative Block Exchanger -draconicevolution:ender_energy_manipulator, Ender Energy Manipulator -thermalexpansion:machine:0, Redstone Furnace (Basic) -thermalexpansion:machine:1, Pulverizer (Basic) -thermalexpansion:machine:2, Sawmill (Basic) -thermalexpansion:machine:3, Induction Smelter (Basic) -thermalexpansion:machine:4, Phytogenic Insolator (Basic) -thermalexpansion:machine:5, Compactor (Basic) -thermalexpansion:machine:6, Magma Crucible (Basic) -thermalexpansion:machine:7, Fractionating Still (Basic) -thermalexpansion:machine:8, Fluid Transposer (Basic) -thermalexpansion:machine:9, Energetic Infuser (Basic) -thermalexpansion:machine:10, Centrifugal Separator (Basic) -thermalexpansion:machine:11, Sequential Fabricator (Basic) -thermalexpansion:machine:12, Alchemical Imbuer (Basic) -thermalexpansion:machine:13, Arcane Ensorcellator (Basic) -thermalexpansion:machine:14, Glacial Precipitator (Basic) -thermalexpansion:machine:15, Igneous Extruder (Basic) -thermalexpansion:device:0, Aqueous Accumulator -thermalexpansion:device:1, Nullifier -thermalexpansion:device:2, Thermal Mediator -thermalexpansion:device:3, Arboreal Extractor -thermalexpansion:device:4, Aquatic Entangler -thermalexpansion:device:5, Item Allocator -thermalexpansion:device:6, Fluid Allocator -thermalexpansion:device:7, Lexical Transmuter -thermalexpansion:device:8, Insightful Condenser -thermalexpansion:device:9, Decoctive Diffuser -thermalexpansion:device:10, Factorizer -thermalexpansion:device:11, Creature Encaptulator -thermalexpansion:device:12, Vacuumulator -thermalexpansion:dynamo:0, Steam Dynamo (Basic) -thermalexpansion:dynamo:1, Magmatic Dynamo (Basic) -thermalexpansion:dynamo:2, Compression Dynamo (Basic) -thermalexpansion:dynamo:3, Reactant Dynamo (Basic) -thermalexpansion:dynamo:4, Enervation Dynamo (Basic) -thermalexpansion:dynamo:5, Numismatic Dynamo (Basic) -thermalexpansion:cell:0, Energy Cell (Basic) -thermalexpansion:tank:0, Portable Tank (Basic) -thermalexpansion:cache:0, Cache (Basic) -thermalexpansion:strongbox:0, Strongbox (Basic) -thermalexpansion:capacitor:0, Flux Capacitor (Basic) -thermalexpansion:capacitor:1, Flux Capacitor (Hardened) -thermalexpansion:capacitor:2, Flux Capacitor (Reinforced) -thermalexpansion:capacitor:3, Flux Capacitor (Signalum) -thermalexpansion:capacitor:4, Flux Capacitor (Resonant) -thermalexpansion:capacitor:32000, Flux Capacitor (Creative) -thermalexpansion:reservoir:0, Reservoir (Basic) -thermalexpansion:reservoir:1, Reservoir (Hardened) -thermalexpansion:reservoir:2, Reservoir (Reinforced) -thermalexpansion:reservoir:3, Reservoir (Signalum) -thermalexpansion:reservoir:4, Reservoir (Resonant) -thermalexpansion:reservoir:32000, Reservoir (Creative) -thermalexpansion:satchel:0, Satchel (Basic) -thermalexpansion:satchel:1, Satchel (Hardened) -thermalexpansion:satchel:2, Satchel (Reinforced) -thermalexpansion:satchel:3, Satchel (Signalum) -thermalexpansion:satchel:4, Satchel (Resonant) -thermalexpansion:satchel:100, Satchel (Void) -thermalexpansion:satchel:32000, Satchel (Creative) -thermalexpansion:frame:0, Machine Frame -thermalexpansion:frame:64, Device Frame -thermalexpansion:frame:128, Energy Cell Frame -thermalexpansion:frame:129, Hardened Cell Frame -thermalexpansion:frame:130, Reinforced Cell Frame (Empty) -thermalexpansion:frame:131, Signalum Cell Frame (Empty) -thermalexpansion:frame:132, Resonant Cell Frame (Empty) -thermalexpansion:frame:146, Reinforced Cell Frame (Full) -thermalexpansion:frame:147, Signalum Cell Frame (Full) -thermalexpansion:frame:148, Resonant Cell Frame (Full) -thermalexpansion:augment:128, Augment: Auxiliary Reception Coil -thermalexpansion:augment:129, Augment: Auxiliary Sieve -thermalexpansion:augment:130, Augment: Nullification Chamber -thermalexpansion:augment:256, Augment: Trivection Chamber -thermalexpansion:augment:257, Augment: Flux Anodizers -thermalexpansion:augment:258, Augment: Pyrolytic Conversion -thermalexpansion:augment:273, Augment: Tectonic Initiator -thermalexpansion:augment:288, Augment: Resin Funnel -thermalexpansion:augment:303, Augment: Metallurgical Recovery -thermalexpansion:augment:304, Augment: Pyro-Concentrator -thermalexpansion:augment:320, Augment: Nutrient Recovery -thermalexpansion:augment:323, Augment: Sapling Infuser -thermalexpansion:augment:324, Augment: Monoculture Cycle -thermalexpansion:augment:336, Augment: Numismatic Press -thermalexpansion:augment:337, Augment: Gearworking Die -thermalexpansion:augment:352, Augment: Pyroconvective Loop -thermalexpansion:augment:368, Augment: Reflux Column -thermalexpansion:augment:369, Augment: Alchemical Retort -thermalexpansion:augment:400, Augment: Flux Linkage Concentrator -thermalexpansion:augment:401, Augment: Flux Reconstruction -thermalexpansion:augment:402, Augment: Parabolic Flux Coupling -thermalexpansion:augment:416, Augment: Enstabulation Apparatus -thermalexpansion:augment:432, Augment: Pattern Validation -thermalexpansion:augment:433, Augment: Fluidic Fabrication -thermalexpansion:augment:448, Augment: Reagent Recovery -thermalexpansion:augment:496, Augment: Pyroclastic Injection -thermalexpansion:augment:497, Augment: Clastic Deposition -thermalexpansion:augment:512, Augment: Auxiliary Transmission Coil -thermalexpansion:augment:513, Augment: Fuel Catalyzer -thermalexpansion:augment:514, Augment: Transmission Coil Ducting -thermalexpansion:augment:515, Augment: Excitation Field Limiter -thermalexpansion:augment:576, Augment: Boiler Conversion -thermalexpansion:augment:640, Augment: Turbine Conversion -thermalexpansion:augment:656, Augment: Isentropic Reservoir -thermalexpansion:augment:672, Augment: Closed-Loop Cooling -thermalexpansion:augment:673, Augment: Ignition Plugs -thermalexpansion:augment:674, Augment: Agitative Manifold -thermalexpansion:augment:688, Augment: Elemental Catalyzer -thermalexpansion:augment:704, Augment: Disjunctive Extraction -thermalexpansion:augment:720, Augment: Lapidary Calibration -thermalexpansion:florb:0, Florb (Empty§r) -thermalexpansion:florb:1, Magmatic Florb (Empty§r) -thermalexpansion:morb:0, Morb (Empty§r) -thermalexpansion:morb:1, Reusable Morb (Empty§r) -techreborn:thermal_generator, Thermal Generator -techreborn:quantum_tank, Quantum Tank -techreborn:creative_quantum_tank, Creative Quantum Tank -techreborn:quantum_chest, Quantum Chest -techreborn:creative_quantum_chest, Creative Quantum Chest -techreborn:digital_chest, Digital Chest -techreborn:industrial_centrifuge, Industrial Centrifuge -techreborn:rolling_machine, Rolling Machine -techreborn:industrial_blast_furnace, Industrial Blast Furnace -techreborn:alloy_smelter, Alloy Smelter -techreborn:industrial_grinder, Industrial Grinder -techreborn:implosion_compressor, Implosion Compressor -techreborn:matter_fabricator, Matter Fabricator -techreborn:chunk_loader, Industrial Chunkloader -techreborn:charge_o_mat, Charge-O-Mat -techreborn:player_detector:0, Player Detector (All) -techreborn:player_detector:1, Player Detector (Others) -techreborn:player_detector:2, Player Detector (You) -techreborn:cable:0, Copper Cable -techreborn:cable:1, Tin Cable -techreborn:cable:2, Gold Cable -techreborn:cable:3, HV Cable -techreborn:cable:4, Glass Fiber Cable -techreborn:cable:5, Insulated Copper Cable -techreborn:cable:6, Insulated Gold Cable -techreborn:cable:7, Insulated HV Cable -techreborn:cable:8, Superconductor Cable -techreborn:machine_casing:0, Standard Machine Casing -techreborn:machine_casing:1, Reinforced Machine Casing -techreborn:machine_casing:2, Advanced Machine Casing -techreborn:ore:0, Galena Ore -techreborn:ore:1, Iridium Ore -techreborn:ore:2, Reborn Ruby Ore -techreborn:ore:3, Reborn Sapphire Ore -techreborn:ore:4, Bauxite Ore -techreborn:ore:5, Pyrite Ore -techreborn:ore:6, Cinnabar Ore -techreborn:ore:7, Sphalerite Ore -techreborn:ore:8, Tungsten Ore -techreborn:ore:9, Sheldonite Ore -techreborn:ore:10, Reborn Peridot Ore -techreborn:ore:11, Sodalite Ore -techreborn:ore:12, Lead Ore -techreborn:ore:13, Silver Ore -techreborn:ore2:0, Copper Ore -techreborn:ore2:1, Tin Ore -techreborn:storage:0, Block of Silver -techreborn:storage:1, Block of Aluminium -techreborn:storage:2, Block of Titanium -techreborn:storage:3, Block of Chrome -techreborn:storage:4, Block of Steel -techreborn:storage:5, Block of Brass -techreborn:storage:6, Block of Lead -techreborn:storage:7, Block of Electrum -techreborn:storage:8, Block of Zinc -techreborn:storage:9, Block of Platinum -techreborn:storage:10, Block of Tungsten -techreborn:storage:11, Block of Nickel -techreborn:storage:12, Block of Invar -techreborn:storage:13, Block of Iridium -techreborn:storage:14, Block of Bronze -techreborn:storage2:0, Block of Tungstensteel -techreborn:storage2:1, Iridium Reinforced Tungstensteel Block -techreborn:storage2:2, Iridium Reinforced Stone -techreborn:storage2:3, Block of Reborn Ruby -techreborn:storage2:4, Block of Reborn Sapphire -techreborn:storage2:5, Block of Reborn Peridot -techreborn:storage2:6, Block of Yellow Garnet -techreborn:storage2:7, Block of Red Garnet -techreborn:storage2:8, Block of Copper -techreborn:storage2:9, Block of Tin -techreborn:storage2:10, Block of Refined Iron -techreborn:dragon_egg_syphon, Dragon Egg Energy Siphon -techreborn:magic_energy_converter, Magic Energy Converter -techreborn:assembling_machine, Assembling Machine -techreborn:diesel_generator, Diesel Generator -techreborn:industrial_electrolyzer, Industrial Electrolyzer -techreborn:magic_energy_absorber, Magic Energy Absorber -techreborn:semi_fluid_generator, Semi Fluid Generator -techreborn:gas_turbine, Gas Turbine -techreborn:iron_alloy_furnace, Iron Alloy Furnace -techreborn:chemical_reactor, Chemical Reactor -techreborn:interdimensional_su, Interdimensional SU -techreborn:adjustable_su, Adjustable SU -techreborn:lapotronic_su, LESU Controller -techreborn:lsu_storage, LESU Storage -techreborn:distillation_tower, Distillation Tower -techreborn:vacuum_freezer, Vacuum Freezer -techreborn:fusion_control_computer, Solid-State Fusion Control Computer -techreborn:fusion_coil, Solid-state Fusion Coil -techreborn:lightning_rod, Lightning Rod -techreborn:industrial_sawmill, Sawmill -techreborn:machine_frame:0, Basic Machine Frame -techreborn:machine_frame:1, Advanced Machine Frame -techreborn:machine_frame:2, Highly Advanced Machine Frame -techreborn:grinder, Grinder -techreborn:solid_fuel_generator, Generator -techreborn:extractor, Extractor -techreborn:compressor, Compressor -techreborn:plate_bending_machine, Plate Bending Machine -techreborn:electric_furnace, Electric Furnace -techreborn:solar_panel:0, Solar Panel -techreborn:solar_panel:1, LV Solar Array -techreborn:solar_panel:2, MV Solar Array -techreborn:solar_panel:3, HV Solar Array -techreborn:solar_panel:4, EV Solar Array -techreborn:creative_solar_panel, Creative Solar Array -techreborn:solid_canning_machine, Solid Canning Machine -techreborn:water_mill, Water Mill -techreborn:wind_mill, Wind Mill -techreborn:wire_mill, Wire Mill -techreborn:rubber_log, Rubber Wood -techreborn:rubber_planks, Rubber Wood Planks -techreborn:rubber_plank_double_slab:0, Rubber Plank Slab -techreborn:rubber_plank_stair, Rubber Plank Stair -techreborn:rubber_leaves, Rubber Leaves -techreborn:rubber_sapling, Rubber Sapling -techreborn:refined_iron_fence, Iron Fence -techreborn:reinforced_glass, Reinforced Glass -techreborn:recycler, Recycler -techreborn:low_voltage_su, Battery Box -techreborn:medium_voltage_su, MFE -techreborn:high_voltage_su, MFSU -techreborn:lv_transformer, LV Transformer -techreborn:mv_transformer, MV Transformer -techreborn:hv_transformer, HV Transformer -techreborn:ev_transformer, EV Transformer -techreborn:auto_crafting_table, Auto Crafting Table -techreborn:pump, Pump -techreborn:iron_furnace, Iron Furnace -techreborn:nuke, Nuke -techreborn:scrapboxinator, Scrapbox-inator -techreborn:computer_cube, Tech Reborn Computer Cube -techreborn:plasma_generator, Plasma Generator -techreborn:lamp_incandescent, Incandescent Lamp -techreborn:lamp_led, LED Lamp -techreborn:alarm, Alarm -techreborn:fluid_replicator, Fluid Replicator -techreborn:techreborn_techreborn.berylium, Beryllium -techreborn:techreborn_techreborn.calcium, Calcium -techreborn:techreborn_techreborn.calciumcarbonate, Calciumcarbonate -techreborn:techreborn_techreborn.chlorite, Chlorite -techreborn:techreborn_techreborn.deuterium, Deuterium -techreborn:techreborn_techreborn.glyceryl, Glyceryl -techreborn:techreborn_techreborn.helium, Helium -techreborn:techreborn_techreborn.helium3, Helium3 -techreborn:techreborn_techreborn.heliumplasma, Heliumplasma -techreborn:techreborn_techreborn.hydrogen, Hydrogen -techreborn:techreborn_techreborn.lithium, Lithium -techreborn:techreborn_techreborn.mercury, Mercury -techreborn:techreborn_techreborn.methane, Methane -techreborn:techreborn_techreborn.nitrocoalfuel, Nitrocoalfuel -techreborn:techreborn_techreborn.nitrofuel, Nitrofuel -techreborn:techreborn_techreborn.nitrogen, Nitrogen -techreborn:techreborn_techreborn.nitrogendioxide, Nitrogendioxide -techreborn:techreborn_techreborn.potassium, Potassium -techreborn:techreborn_techreborn.silicon, Silicon -techreborn:techreborn_techreborn.sodium, Sodium -techreborn:techreborn_techreborn.sodiumpersulfate, Sodiumpersulfate -techreborn:techreborn_techreborn.tritium, Tritium -techreborn:techreborn_techreborn.wolframium, Wolframium -techreborn:techreborn_techreborn.carbon, Carbon -techreborn:techreborn_techreborn.carbonfiber, Carbon Fiber -techreborn:techreborn_techreborn.nitrocarbon, Nitrocarbon -techreborn:techreborn_techreborn.sulfur, Sulfur -techreborn:techreborn_techreborn.sodiumsulfide, Sodium Sulfide -techreborn:techreborn_techreborn.diesel, Diesel -techreborn:techreborn_techreborn.nitrodiesel, Nitrodiesel -techreborn:techreborn_techreborn.oil, Oil -techreborn:techreborn_techreborn.sulfuricacid, Sulfuric Acid -techreborn:techreborn_techreborn.compressedair, Compressed Air -techreborn:techreborn_techreborn.electrolyzedwater, Electrolyzed Water -techreborn:techreborn_techreborn.biofuel, Biofuel -forestry:fertilizer_bio, Compost -forestry:fertilizer_compound, Fertilizer -forestry:apatite, Apatite -forestry:research_note, %s's Notes -forestry:portable_alyzer, Portable Analyzer -forestry:ingot_copper, Copper Ingot -forestry:ingot_tin, Tin Ingot -forestry:ingot_bronze, Bronze Ingot -forestry:wrench, Wrench -forestry:pipette, Pipette -forestry:sturdy_machine, Sturdy Casing -forestry:hardened_machine, Hardened Casing -forestry:impregnated_casing, Impregnated Casing -forestry:flexible_casing, Flexible Casing -forestry:crafting_material:0, Pulsating Dust -forestry:crafting_material:1, Pulsating Mesh -forestry:crafting_material:2, Silk Wisp -forestry:crafting_material:3, Woven Silk -forestry:crafting_material:4, Dissipation Charge -forestry:crafting_material:5, Ice Shard -forestry:crafting_material:6, Scented Paneling -forestry:crafting_material:7, Camouflaged Paneling -forestry:naturalist_helmet, Spectacles -forestry:peat, Peat -forestry:ash, Ash -forestry:bituminous_peat, Bituminous Peat -forestry:gear_bronze, Bronze Gear -forestry:gear_copper, Copper Gear -forestry:gear_tin, Tin Gear -forestry:chipsets:0, Basic Circuit Board -forestry:chipsets:1, Enhanced Circuit Board -forestry:chipsets:2, Refined Circuit Board -forestry:chipsets:3, Intricate Circuit Board -forestry:soldering_iron, Soldering Iron -forestry:thermionic_tubes:0, Copper Electron Tube -forestry:thermionic_tubes:1, Tin Electron Tube -forestry:thermionic_tubes:2, Bronze Electron Tube -forestry:thermionic_tubes:4, Golden Electron Tube -forestry:thermionic_tubes:5, Diamantine Electron Tube -forestry:thermionic_tubes:6, Obsidian Electron Tube -forestry:thermionic_tubes:7, Blazing Electron Tube -forestry:thermionic_tubes:8, Rubberised Electron Tube -forestry:thermionic_tubes:9, Emerald Electron Tube -forestry:thermionic_tubes:10, Apatine Electron Tube -forestry:thermionic_tubes:11, Lapis Electron Tube -forestry:thermionic_tubes:12, Ender Electron Tube -forestry:thermionic_tubes:13, Orchid Electron Tube -forestry:carton, Carton -forestry:oak_stick, Impregnated Stick -forestry:wood_pulp, Wood Pulp -forestry:broken_bronze_pickaxe, Broken Pickaxe -forestry:broken_bronze_shovel, Broken Shovel -forestry:bronze_pickaxe, Survivalist's Pickaxe -forestry:bronze_shovel, Survivalist's Shovel -forestry:kit_shovel, Shovel Kit -forestry:kit_pickaxe, Pickaxe Kit -forestry:mouldy_wheat, Mouldy Wheat -forestry:decaying_wheat, Decaying Wheat -forestry:mulch, Mulch -forestry:iodine_capsule, Iodine Capsule -forestry:phosphor, Phosphor -forestry:beeswax, Beeswax -forestry:refractory_wax, Refractory Wax -forestry:fruits:0, Cherry -forestry:fruits:1, Walnut -forestry:fruits:2, Chestnut -forestry:fruits:3, Lemon -forestry:fruits:4, Plum -forestry:fruits:5, Date -forestry:fruits:6, Papaya -forestry:analyzer:0, Analyzer -forestry:escritoire:0, Escritoire -forestry:bog_earth:0, Bog Earth -forestry:humus:0, Humus -forestry:resources:0, Apatite Ore -forestry:resources:1, Copper Ore -forestry:resources:2, Tin Ore -forestry:resource_storage:0, Block of Apatite -forestry:resource_storage:1, Block of Copper -forestry:resource_storage:2, Block of Tin -forestry:resource_storage:3, Block of Bronze -forestry:ash_brick:0, Ash Bricks -forestry:ash_stairs:0, Ash Brick Stairs -forestry:crate, Crate -forestry:habitat_former:0, Habitat Former -forestry:habitat_screen, Habitat Screen -forestry:database:0, Database -forestry:engine_peat:0, Peat-fired Engine -forestry:engine_biogas:0, Biogas Engine -forestry:engine_clockwork:0, Clockwork Engine -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:sapling:0, Apple Oak Sapling -forestry:sapling:0, Dark Oak Sapling -forestry:sapling:0, Silver Birch Sapling -forestry:sapling:0, Silver Lime Sapling -forestry:sapling:0, Common Walnut Sapling -forestry:sapling:0, Sweet Chestnut Sapling -forestry:sapling:0, Hill Cherry Sapling -forestry:sapling:0, Lemon Sapling -forestry:sapling:0, Plum Sapling -forestry:sapling:0, Sugar Maple Sapling -forestry:sapling:0, Red Spruce Sapling -forestry:sapling:0, Mundane Larch Sapling -forestry:sapling:0, Bull Pine Sapling -forestry:sapling:0, Coast Sequoia Sapling -forestry:sapling:0, Giant Sequoia Sapling -forestry:sapling:0, Jungle Sapling -forestry:sapling:0, Teak Sapling -forestry:sapling:0, Ipe Sapling -forestry:sapling:0, Kapok Sapling -forestry:sapling:0, Myrtle Ebony Sapling -forestry:sapling:0, Zebrawood Sapling -forestry:sapling:0, Yellow Meranti Sapling -forestry:sapling:0, Acacia Sapling -forestry:sapling:0, Desert Acacia Sapling -forestry:sapling:0, Padauk Sapling -forestry:sapling:0, Balsa Sapling -forestry:sapling:0, Cocobolo Sapling -forestry:sapling:0, Wenge Sapling -forestry:sapling:0, Grandidier's Baobab Sapling -forestry:sapling:0, Blue Mahoe Sapling -forestry:sapling:0, White Willow Sapling -forestry:sapling:0, Sipiri Sapling -forestry:sapling:0, Papaya Sapling -forestry:sapling:0, Date Palm Sapling -forestry:sapling:0, White Poplar Sapling -forestry:pollen_fertile:0, Apple Oak Pollen -forestry:pollen_fertile:0, Dark Oak Pollen -forestry:pollen_fertile:0, Silver Birch Pollen -forestry:pollen_fertile:0, Silver Lime Pollen -forestry:pollen_fertile:0, Common Walnut Pollen -forestry:pollen_fertile:0, Sweet Chestnut Pollen -forestry:pollen_fertile:0, Hill Cherry Pollen -forestry:pollen_fertile:0, Lemon Pollen -forestry:pollen_fertile:0, Plum Pollen -forestry:pollen_fertile:0, Sugar Maple Pollen -forestry:pollen_fertile:0, Red Spruce Pollen -forestry:pollen_fertile:0, Mundane Larch Pollen -forestry:pollen_fertile:0, Bull Pine Pollen -forestry:pollen_fertile:0, Coast Sequoia Pollen -forestry:pollen_fertile:0, Giant Sequoia Pollen -forestry:pollen_fertile:0, Jungle Pollen -forestry:pollen_fertile:0, Teak Pollen -forestry:pollen_fertile:0, Ipe Pollen -forestry:pollen_fertile:0, Kapok Pollen -forestry:pollen_fertile:0, Myrtle Ebony Pollen -forestry:pollen_fertile:0, Zebrawood Pollen -forestry:pollen_fertile:0, Yellow Meranti Pollen -forestry:pollen_fertile:0, Acacia Pollen -forestry:pollen_fertile:0, Desert Acacia Pollen -forestry:pollen_fertile:0, Padauk Pollen -forestry:pollen_fertile:0, Balsa Pollen -forestry:pollen_fertile:0, Cocobolo Pollen -forestry:pollen_fertile:0, Wenge Pollen -forestry:pollen_fertile:0, Grandidier's Baobab Pollen -forestry:pollen_fertile:0, Blue Mahoe Pollen -forestry:pollen_fertile:0, White Willow Pollen -forestry:pollen_fertile:0, Sipiri Pollen -forestry:pollen_fertile:0, Papaya Pollen -forestry:pollen_fertile:0, Date Palm Pollen -forestry:pollen_fertile:0, White Poplar Pollen -forestry:grafter, Grafter -forestry:grafter_proven, Proven Grafter -forestry:logs.0:0, Larch Wood -forestry:logs.0:1, Teak Wood -forestry:logs.0:2, Desert Acacia Wood -forestry:logs.0:3, Lime Wood -forestry:logs.1:0, Chestnut Wood -forestry:logs.1:1, Wenge Wood -forestry:logs.1:2, Baobab Wood -forestry:logs.1:3, Sequoia Wood -forestry:logs.2:0, Kapok Wood -forestry:logs.2:1, Ebony Wood -forestry:logs.2:2, Mahogany Wood -forestry:logs.2:3, Balsa Wood -forestry:logs.3:0, Willow Wood -forestry:logs.3:1, Walnut Wood -forestry:logs.3:2, Greenheart Wood -forestry:logs.3:3, Cherry Wood -forestry:logs.4:0, Mahoe Wood -forestry:logs.4:1, Poplar Wood -forestry:logs.4:2, Palm Wood -forestry:logs.4:3, Papaya Wood -forestry:logs.5:0, Pine Wood -forestry:logs.5:1, Plum Wood -forestry:logs.5:2, Maple Wood -forestry:logs.5:3, Citrus Wood -forestry:logs.6:0, Giant Sequoia Wood -forestry:logs.6:1, Ipe Wood -forestry:logs.6:2, Padauk Wood -forestry:logs.6:3, Cocobolo Wood -forestry:logs.7:0, Zebrawood Wood -forestry:logs.fireproof.0:0, Larch Wood (Fireproof) -forestry:logs.fireproof.0:1, Teak Wood (Fireproof) -forestry:logs.fireproof.0:2, Desert Acacia Wood (Fireproof) -forestry:logs.fireproof.0:3, Lime Wood (Fireproof) -forestry:logs.fireproof.1:0, Chestnut Wood (Fireproof) -forestry:logs.fireproof.1:1, Wenge Wood (Fireproof) -forestry:logs.fireproof.1:2, Baobab Wood (Fireproof) -forestry:logs.fireproof.1:3, Sequoia Wood (Fireproof) -forestry:logs.fireproof.2:0, Kapok Wood (Fireproof) -forestry:logs.fireproof.2:1, Ebony Wood (Fireproof) -forestry:logs.fireproof.2:2, Mahogany Wood (Fireproof) -forestry:logs.fireproof.2:3, Balsa Wood (Fireproof) -forestry:logs.fireproof.3:0, Willow Wood (Fireproof) -forestry:logs.fireproof.3:1, Walnut Wood (Fireproof) -forestry:logs.fireproof.3:2, Greenheart Wood (Fireproof) -forestry:logs.fireproof.3:3, Cherry Wood (Fireproof) -forestry:logs.fireproof.4:0, Mahoe Wood (Fireproof) -forestry:logs.fireproof.4:1, Poplar Wood (Fireproof) -forestry:logs.fireproof.4:2, Palm Wood (Fireproof) -forestry:logs.fireproof.4:3, Papaya Wood (Fireproof) -forestry:logs.fireproof.5:0, Pine Wood (Fireproof) -forestry:logs.fireproof.5:1, Plum Wood (Fireproof) -forestry:logs.fireproof.5:2, Maple Wood (Fireproof) -forestry:logs.fireproof.5:3, Citrus Wood (Fireproof) -forestry:logs.fireproof.6:0, Giant Sequoia Wood (Fireproof) -forestry:logs.fireproof.6:1, Ipe Wood (Fireproof) -forestry:logs.fireproof.6:2, Padauk Wood (Fireproof) -forestry:logs.fireproof.6:3, Cocobolo Wood (Fireproof) -forestry:logs.fireproof.7:0, Zebrawood Wood (Fireproof) -forestry:logs.vanilla.fireproof.0:0, Oak Wood (Fireproof) -forestry:logs.vanilla.fireproof.0:1, Spruce Wood (Fireproof) -forestry:logs.vanilla.fireproof.0:2, Birch Wood (Fireproof) -forestry:logs.vanilla.fireproof.0:3, Jungle Wood (Fireproof) -forestry:logs.vanilla.fireproof.1:0, Acacia Wood (Fireproof) -forestry:logs.vanilla.fireproof.1:1, Dark Oak Wood (Fireproof) -forestry:planks.0:0, Larch Wood Planks -forestry:planks.0:1, Teak Wood Planks -forestry:planks.0:2, Desert Acacia Wood Planks -forestry:planks.0:3, Lime Wood Planks -forestry:planks.0:4, Chestnut Wood Planks -forestry:planks.0:5, Wenge Wood Planks -forestry:planks.0:6, Baobab Wood Planks -forestry:planks.0:7, Sequoia Wood Planks -forestry:planks.0:8, Kapok Wood Planks -forestry:planks.0:9, Ebony Wood Planks -forestry:planks.0:10, Mahogany Wood Planks -forestry:planks.0:11, Balsa Wood Planks -forestry:planks.0:12, Willow Wood Planks -forestry:planks.0:13, Walnut Wood Planks -forestry:planks.0:14, Greenheart Wood Planks -forestry:planks.0:15, Cherry Wood Planks -forestry:planks.1:0, Mahoe Wood Planks -forestry:planks.1:1, Poplar Wood Planks -forestry:planks.1:2, Palm Wood Planks -forestry:planks.1:3, Papaya Wood Planks -forestry:planks.1:4, Pine Wood Planks -forestry:planks.1:5, Plum Wood Planks -forestry:planks.1:6, Maple Wood Planks -forestry:planks.1:7, Citrus Wood Planks -forestry:planks.1:8, Giant Sequoia Wood Planks -forestry:planks.1:9, Ipe Wood Planks -forestry:planks.1:10, Padauk Wood Planks -forestry:planks.1:11, Cocobolo Wood Planks -forestry:planks.1:12, Zebrawood Wood Planks -forestry:planks.fireproof.0:0, Larch Wood Planks (Fireproof) -forestry:planks.fireproof.0:1, Teak Wood Planks (Fireproof) -forestry:planks.fireproof.0:2, Desert Acacia Wood Planks (Fireproof) -forestry:planks.fireproof.0:3, Lime Wood Planks (Fireproof) -forestry:planks.fireproof.0:4, Chestnut Wood Planks (Fireproof) -forestry:planks.fireproof.0:5, Wenge Wood Planks (Fireproof) -forestry:planks.fireproof.0:6, Baobab Wood Planks (Fireproof) -forestry:planks.fireproof.0:7, Sequoia Wood Planks (Fireproof) -forestry:planks.fireproof.0:8, Kapok Wood Planks (Fireproof) -forestry:planks.fireproof.0:9, Ebony Wood Planks (Fireproof) -forestry:planks.fireproof.0:10, Mahogany Wood Planks (Fireproof) -forestry:planks.fireproof.0:11, Balsa Wood Planks (Fireproof) -forestry:planks.fireproof.0:12, Willow Wood Planks (Fireproof) -forestry:planks.fireproof.0:13, Walnut Wood Planks (Fireproof) -forestry:planks.fireproof.0:14, Greenheart Wood Planks (Fireproof) -forestry:planks.fireproof.0:15, Cherry Wood Planks (Fireproof) -forestry:planks.fireproof.1:0, Mahoe Wood Planks (Fireproof) -forestry:planks.fireproof.1:1, Poplar Wood Planks (Fireproof) -forestry:planks.fireproof.1:2, Palm Wood Planks (Fireproof) -forestry:planks.fireproof.1:3, Papaya Wood Planks (Fireproof) -forestry:planks.fireproof.1:4, Pine Wood Planks (Fireproof) -forestry:planks.fireproof.1:5, Plum Wood Planks (Fireproof) -forestry:planks.fireproof.1:6, Maple Wood Planks (Fireproof) -forestry:planks.fireproof.1:7, Citrus Wood Planks (Fireproof) -forestry:planks.fireproof.1:8, Giant Sequoia Wood Planks (Fireproof) -forestry:planks.fireproof.1:9, Ipe Wood Planks (Fireproof) -forestry:planks.fireproof.1:10, Padauk Wood Planks (Fireproof) -forestry:planks.fireproof.1:11, Cocobolo Wood Planks (Fireproof) -forestry:planks.fireproof.1:12, Zebrawood Wood Planks (Fireproof) -forestry:planks.vanilla.fireproof.0:0, Oak Wood Planks (Fireproof) -forestry:planks.vanilla.fireproof.0:1, Spruce Wood Planks (Fireproof) -forestry:planks.vanilla.fireproof.0:2, Birch Wood Planks (Fireproof) -forestry:planks.vanilla.fireproof.0:3, Jungle Wood Planks (Fireproof) -forestry:planks.vanilla.fireproof.0:4, Acacia Wood Planks (Fireproof) -forestry:planks.vanilla.fireproof.0:5, Dark Oak Wood Planks (Fireproof) -forestry:slabs.0:0, Larch Wood Slab -forestry:slabs.0:1, Teak Wood Slab -forestry:slabs.0:2, Desert Acacia Wood Slab -forestry:slabs.0:3, Lime Wood Slab -forestry:slabs.0:4, Chestnut Wood Slab -forestry:slabs.0:5, Wenge Wood Slab -forestry:slabs.0:6, Baobab Wood Slab -forestry:slabs.0:7, Sequoia Wood Slab -forestry:slabs.1:0, Kapok Wood Slab -forestry:slabs.1:1, Ebony Wood Slab -forestry:slabs.1:2, Mahogany Wood Slab -forestry:slabs.1:3, Balsa Wood Slab -forestry:slabs.1:4, Willow Wood Slab -forestry:slabs.1:5, Walnut Wood Slab -forestry:slabs.1:6, Greenheart Wood Slab -forestry:slabs.1:7, Cherry Wood Slab -forestry:slabs.2:0, Mahoe Wood Slab -forestry:slabs.2:1, Poplar Wood Slab -forestry:slabs.2:2, Palm Wood Slab -forestry:slabs.2:3, Papaya Wood Slab -forestry:slabs.2:4, Pine Wood Slab -forestry:slabs.2:5, Plum Wood Slab -forestry:slabs.2:6, Maple Wood Slab -forestry:slabs.2:7, Citrus Wood Slab -forestry:slabs.3:0, Giant Sequoia Wood Slab -forestry:slabs.3:1, Ipe Wood Slab -forestry:slabs.3:2, Padauk Wood Slab -forestry:slabs.3:3, Cocobolo Wood Slab -forestry:slabs.3:4, Zebrawood Wood Slab -forestry:slabs.fireproof.0:0, Larch Wood Slab (Fireproof) -forestry:slabs.fireproof.0:1, Teak Wood Slab (Fireproof) -forestry:slabs.fireproof.0:2, Desert Acacia Wood Slab (Fireproof) -forestry:slabs.fireproof.0:3, Lime Wood Slab (Fireproof) -forestry:slabs.fireproof.0:4, Chestnut Wood Slab (Fireproof) -forestry:slabs.fireproof.0:5, Wenge Wood Slab (Fireproof) -forestry:slabs.fireproof.0:6, Baobab Wood Slab (Fireproof) -forestry:slabs.fireproof.0:7, Sequoia Wood Slab (Fireproof) -forestry:slabs.fireproof.1:0, Kapok Wood Slab (Fireproof) -forestry:slabs.fireproof.1:1, Ebony Wood Slab (Fireproof) -forestry:slabs.fireproof.1:2, Mahogany Wood Slab (Fireproof) -forestry:slabs.fireproof.1:3, Balsa Wood Slab (Fireproof) -forestry:slabs.fireproof.1:4, Willow Wood Slab (Fireproof) -forestry:slabs.fireproof.1:5, Walnut Wood Slab (Fireproof) -forestry:slabs.fireproof.1:6, Greenheart Wood Slab (Fireproof) -forestry:slabs.fireproof.1:7, Cherry Wood Slab (Fireproof) -forestry:slabs.fireproof.2:0, Mahoe Wood Slab (Fireproof) -forestry:slabs.fireproof.2:1, Poplar Wood Slab (Fireproof) -forestry:slabs.fireproof.2:2, Palm Wood Slab (Fireproof) -forestry:slabs.fireproof.2:3, Papaya Wood Slab (Fireproof) -forestry:slabs.fireproof.2:4, Pine Wood Slab (Fireproof) -forestry:slabs.fireproof.2:5, Plum Wood Slab (Fireproof) -forestry:slabs.fireproof.2:6, Maple Wood Slab (Fireproof) -forestry:slabs.fireproof.2:7, Citrus Wood Slab (Fireproof) -forestry:slabs.fireproof.3:0, Giant Sequoia Wood Slab (Fireproof) -forestry:slabs.fireproof.3:1, Ipe Wood Slab (Fireproof) -forestry:slabs.fireproof.3:2, Padauk Wood Slab (Fireproof) -forestry:slabs.fireproof.3:3, Cocobolo Wood Slab (Fireproof) -forestry:slabs.fireproof.3:4, Zebrawood Wood Slab (Fireproof) -forestry:slabs.vanilla.fireproof.0:0, Oak Wood Slab (Fireproof) -forestry:slabs.vanilla.fireproof.0:1, Spruce Wood Slab (Fireproof) -forestry:slabs.vanilla.fireproof.0:2, Birch Wood Slab (Fireproof) -forestry:slabs.vanilla.fireproof.0:3, Jungle Wood Slab (Fireproof) -forestry:slabs.vanilla.fireproof.0:4, Acacia Wood Slab (Fireproof) -forestry:slabs.vanilla.fireproof.0:5, Dark Oak Wood Slab (Fireproof) -forestry:fences.0:0, Larch Fence -forestry:fences.0:1, Teak Fence -forestry:fences.0:2, Desert Acacia Fence -forestry:fences.0:3, Lime Fence -forestry:fences.0:4, Chestnut Fence -forestry:fences.0:5, Wenge Fence -forestry:fences.0:6, Baobab Fence -forestry:fences.0:7, Sequoia Fence -forestry:fences.0:8, Kapok Fence -forestry:fences.0:9, Ebony Fence -forestry:fences.0:10, Mahogany Fence -forestry:fences.0:11, Balsa Fence -forestry:fences.0:12, Willow Fence -forestry:fences.0:13, Walnut Fence -forestry:fences.0:14, Greenheart Fence -forestry:fences.0:15, Cherry Fence -forestry:fences.1:0, Mahoe Fence -forestry:fences.1:1, Poplar Fence -forestry:fences.1:2, Palm Fence -forestry:fences.1:3, Papaya Fence -forestry:fences.1:4, Pine Fence -forestry:fences.1:5, Plum Fence -forestry:fences.1:6, Maple Fence -forestry:fences.1:7, Citrus Fence -forestry:fences.1:8, Giant Sequoia Fence -forestry:fences.1:9, Ipe Fence -forestry:fences.1:10, Padauk Fence -forestry:fences.1:11, Cocobolo Fence -forestry:fences.1:12, Zebrawood Fence -forestry:fences.fireproof.0:0, Larch Fence (Fireproof) -forestry:fences.fireproof.0:1, Teak Fence (Fireproof) -forestry:fences.fireproof.0:2, Desert Acacia Fence (Fireproof) -forestry:fences.fireproof.0:3, Lime Fence (Fireproof) -forestry:fences.fireproof.0:4, Chestnut Fence (Fireproof) -forestry:fences.fireproof.0:5, Wenge Fence (Fireproof) -forestry:fences.fireproof.0:6, Baobab Fence (Fireproof) -forestry:fences.fireproof.0:7, Sequoia Fence (Fireproof) -forestry:fences.fireproof.0:8, Kapok Fence (Fireproof) -forestry:fences.fireproof.0:9, Ebony Fence (Fireproof) -forestry:fences.fireproof.0:10, Mahogany Fence (Fireproof) -forestry:fences.fireproof.0:11, Balsa Fence (Fireproof) -forestry:fences.fireproof.0:12, Willow Fence (Fireproof) -forestry:fences.fireproof.0:13, Walnut Fence (Fireproof) -forestry:fences.fireproof.0:14, Greenheart Fence (Fireproof) -forestry:fences.fireproof.0:15, Cherry Fence (Fireproof) -forestry:fences.fireproof.1:0, Mahoe Fence (Fireproof) -forestry:fences.fireproof.1:1, Poplar Fence (Fireproof) -forestry:fences.fireproof.1:2, Palm Fence (Fireproof) -forestry:fences.fireproof.1:3, Papaya Fence (Fireproof) -forestry:fences.fireproof.1:4, Pine Fence (Fireproof) -forestry:fences.fireproof.1:5, Plum Fence (Fireproof) -forestry:fences.fireproof.1:6, Maple Fence (Fireproof) -forestry:fences.fireproof.1:7, Citrus Fence (Fireproof) -forestry:fences.fireproof.1:8, Giant Sequoia Fence (Fireproof) -forestry:fences.fireproof.1:9, Ipe Fence (Fireproof) -forestry:fences.fireproof.1:10, Padauk Fence (Fireproof) -forestry:fences.fireproof.1:11, Cocobolo Fence (Fireproof) -forestry:fences.fireproof.1:12, Zebrawood Fence (Fireproof) -forestry:fences.vanilla.fireproof.0:0, Oak Fence (Fireproof) -forestry:fences.vanilla.fireproof.0:1, Spruce Fence (Fireproof) -forestry:fences.vanilla.fireproof.0:2, Birch Fence (Fireproof) -forestry:fences.vanilla.fireproof.0:3, Jungle Fence (Fireproof) -forestry:fences.vanilla.fireproof.0:4, Acacia Fence (Fireproof) -forestry:fences.vanilla.fireproof.0:5, Dark Oak Fence (Fireproof) -forestry:fence.gates.larch:0, Larch Fence Gate -forestry:fence.gates.fireproof.larch:0, Larch Fence Gate (Fireproof) -forestry:fence.gates.teak:0, Teak Fence Gate -forestry:fence.gates.fireproof.teak:0, Teak Fence Gate (Fireproof) -forestry:fence.gates.acacia:0, Desert Acacia Fence Gate -forestry:fence.gates.fireproof.acacia:0, Desert Acacia Fence Gate (Fireproof) -forestry:fence.gates.lime:0, Lime Fence Gate -forestry:fence.gates.fireproof.lime:0, Lime Fence Gate (Fireproof) -forestry:fence.gates.chestnut:0, Chestnut Fence Gate -forestry:fence.gates.fireproof.chestnut:0, Chestnut Fence Gate (Fireproof) -forestry:fence.gates.wenge:0, Wenge Fence Gate -forestry:fence.gates.fireproof.wenge:0, Wenge Fence Gate (Fireproof) -forestry:fence.gates.baobab:0, Baobab Fence Gate -forestry:fence.gates.fireproof.baobab:0, Baobab Fence Gate (Fireproof) -forestry:fence.gates.sequoia:0, Sequoia Fence Gate -forestry:fence.gates.fireproof.sequoia:0, Sequoia Fence Gate (Fireproof) -forestry:fence.gates.kapok:0, Kapok Fence Gate -forestry:fence.gates.fireproof.kapok:0, Kapok Fence Gate (Fireproof) -forestry:fence.gates.ebony:0, Ebony Fence Gate -forestry:fence.gates.fireproof.ebony:0, Ebony Fence Gate (Fireproof) -forestry:fence.gates.mahogany:0, Mahogany Fence Gate -forestry:fence.gates.fireproof.mahogany:0, Mahogany Fence Gate (Fireproof) -forestry:fence.gates.balsa:0, Balsa Fence Gate -forestry:fence.gates.fireproof.balsa:0, Balsa Fence Gate (Fireproof) -forestry:fence.gates.willow:0, Willow Fence Gate -forestry:fence.gates.fireproof.willow:0, Willow Fence Gate (Fireproof) -forestry:fence.gates.walnut:0, Walnut Fence Gate -forestry:fence.gates.fireproof.walnut:0, Walnut Fence Gate (Fireproof) -forestry:fence.gates.greenheart:0, Greenheart Fence Gate -forestry:fence.gates.fireproof.greenheart:0, Greenheart Fence Gate (Fireproof) -forestry:fence.gates.cherry:0, Cherry Fence Gate -forestry:fence.gates.fireproof.cherry:0, Cherry Fence Gate (Fireproof) -forestry:fence.gates.mahoe:0, Mahoe Fence Gate -forestry:fence.gates.fireproof.mahoe:0, Mahoe Fence Gate (Fireproof) -forestry:fence.gates.poplar:0, Poplar Fence Gate -forestry:fence.gates.fireproof.poplar:0, Poplar Fence Gate (Fireproof) -forestry:fence.gates.palm:0, Palm Fence Gate -forestry:fence.gates.fireproof.palm:0, Palm Fence Gate (Fireproof) -forestry:fence.gates.papaya:0, Papaya Fence Gate -forestry:fence.gates.fireproof.papaya:0, Papaya Fence Gate (Fireproof) -forestry:fence.gates.pine:0, Pine Fence Gate -forestry:fence.gates.fireproof.pine:0, Pine Fence Gate (Fireproof) -forestry:fence.gates.plum:0, Plum Fence Gate -forestry:fence.gates.fireproof.plum:0, Plum Fence Gate (Fireproof) -forestry:fence.gates.maple:0, Maple Fence Gate -forestry:fence.gates.fireproof.maple:0, Maple Fence Gate (Fireproof) -forestry:fence.gates.citrus:0, Citrus Fence Gate -forestry:fence.gates.fireproof.citrus:0, Citrus Fence Gate (Fireproof) -forestry:fence.gates.giganteum:0, Giant Sequoia Fence Gate -forestry:fence.gates.fireproof.giganteum:0, Giant Sequoia Fence Gate (Fireproof) -forestry:fence.gates.ipe:0, Ipe Fence Gate -forestry:fence.gates.fireproof.ipe:0, Ipe Fence Gate (Fireproof) -forestry:fence.gates.padauk:0, Padauk Fence Gate -forestry:fence.gates.fireproof.padauk:0, Padauk Fence Gate (Fireproof) -forestry:fence.gates.cocobolo:0, Cocobolo Fence Gate -forestry:fence.gates.fireproof.cocobolo:0, Cocobolo Fence Gate (Fireproof) -forestry:fence.gates.zebrawood:0, Zebrawood Fence Gate -forestry:fence.gates.fireproof.zebrawood:0, Zebrawood Fence Gate (Fireproof) -forestry:fence.gates.vanilla.fireproof.oak:0, Oak Fence Gate (Fireproof) -forestry:fence.gates.vanilla.fireproof.spruce:0, Spruce Fence Gate (Fireproof) -forestry:fence.gates.vanilla.fireproof.birch:0, Birch Fence Gate (Fireproof) -forestry:fence.gates.vanilla.fireproof.jungle:0, Jungle Fence Gate (Fireproof) -forestry:fence.gates.vanilla.fireproof.acacia:0, Acacia Fence Gate (Fireproof) -forestry:fence.gates.vanilla.fireproof.dark_oak:0, Dark Oak Fence Gate (Fireproof) -forestry:stairs.larch:0, Larch Stairs -forestry:stairs.teak:0, Teak Stairs -forestry:stairs.acacia:0, Desert Acacia Stairs -forestry:stairs.lime:0, Lime Stairs -forestry:stairs.chestnut:0, Chestnut Stairs -forestry:stairs.wenge:0, Wenge Stairs -forestry:stairs.baobab:0, Baobab Stairs -forestry:stairs.sequoia:0, Sequoia Stairs -forestry:stairs.kapok:0, Kapok Stairs -forestry:stairs.ebony:0, Ebony Stairs -forestry:stairs.mahogany:0, Mahogany Stairs -forestry:stairs.balsa:0, Balsa Stairs -forestry:stairs.willow:0, Willow Stairs -forestry:stairs.walnut:0, Walnut Stairs -forestry:stairs.greenheart:0, Greenheart Stairs -forestry:stairs.cherry:0, Cherry Stairs -forestry:stairs.mahoe:0, Mahoe Stairs -forestry:stairs.poplar:0, Poplar Stairs -forestry:stairs.palm:0, Palm Stairs -forestry:stairs.papaya:0, Papaya Stairs -forestry:stairs.pine:0, Pine Stairs -forestry:stairs.plum:0, Plum Stairs -forestry:stairs.maple:0, Maple Stairs -forestry:stairs.citrus:0, Citrus Stairs -forestry:stairs.giganteum:0, Giant Sequoia Stairs -forestry:stairs.ipe:0, Ipe Stairs -forestry:stairs.padauk:0, Padauk Stairs -forestry:stairs.cocobolo:0, Cocobolo Stairs -forestry:stairs.zebrawood:0, Zebrawood Stairs -forestry:stairs.fireproof.larch:0, Larch Stairs (Fireproof) -forestry:stairs.fireproof.teak:0, Teak Stairs (Fireproof) -forestry:stairs.fireproof.acacia:0, Desert Acacia Stairs (Fireproof) -forestry:stairs.fireproof.lime:0, Lime Stairs (Fireproof) -forestry:stairs.fireproof.chestnut:0, Chestnut Stairs (Fireproof) -forestry:stairs.fireproof.wenge:0, Wenge Stairs (Fireproof) -forestry:stairs.fireproof.baobab:0, Baobab Stairs (Fireproof) -forestry:stairs.fireproof.sequoia:0, Sequoia Stairs (Fireproof) -forestry:stairs.fireproof.kapok:0, Kapok Stairs (Fireproof) -forestry:stairs.fireproof.ebony:0, Ebony Stairs (Fireproof) -forestry:stairs.fireproof.mahogany:0, Mahogany Stairs (Fireproof) -forestry:stairs.fireproof.balsa:0, Balsa Stairs (Fireproof) -forestry:stairs.fireproof.willow:0, Willow Stairs (Fireproof) -forestry:stairs.fireproof.walnut:0, Walnut Stairs (Fireproof) -forestry:stairs.fireproof.greenheart:0, Greenheart Stairs (Fireproof) -forestry:stairs.fireproof.cherry:0, Cherry Stairs (Fireproof) -forestry:stairs.fireproof.mahoe:0, Mahoe Stairs (Fireproof) -forestry:stairs.fireproof.poplar:0, Poplar Stairs (Fireproof) -forestry:stairs.fireproof.palm:0, Palm Stairs (Fireproof) -forestry:stairs.fireproof.papaya:0, Papaya Stairs (Fireproof) -forestry:stairs.fireproof.pine:0, Pine Stairs (Fireproof) -forestry:stairs.fireproof.plum:0, Plum Stairs (Fireproof) -forestry:stairs.fireproof.maple:0, Maple Stairs (Fireproof) -forestry:stairs.fireproof.citrus:0, Citrus Stairs (Fireproof) -forestry:stairs.fireproof.giganteum:0, Giant Sequoia Stairs (Fireproof) -forestry:stairs.fireproof.ipe:0, Ipe Stairs (Fireproof) -forestry:stairs.fireproof.padauk:0, Padauk Stairs (Fireproof) -forestry:stairs.fireproof.cocobolo:0, Cocobolo Stairs (Fireproof) -forestry:stairs.fireproof.zebrawood:0, Zebrawood Stairs (Fireproof) -forestry:stairs.vanilla.fireproof.oak:0, Oak Wood Stairs (Fireproof) -forestry:stairs.vanilla.fireproof.spruce:0, Spruce Wood Stairs (Fireproof) -forestry:stairs.vanilla.fireproof.birch:0, Birch Wood Stairs (Fireproof) -forestry:stairs.vanilla.fireproof.jungle:0, Jungle Wood Stairs (Fireproof) -forestry:stairs.vanilla.fireproof.acacia:0, Acacia Wood Stairs (Fireproof) -forestry:stairs.vanilla.fireproof.dark_oak:0, Dark Oak Wood Stairs (Fireproof) -forestry:doors.larch:0, Larch Door -forestry:doors.teak:0, Teak Door -forestry:doors.acacia:0, Desert Acacia Door -forestry:doors.lime:0, Lime Door -forestry:doors.chestnut:0, Chestnut Door -forestry:doors.wenge:0, Wenge Door -forestry:doors.baobab:0, Baobab Door -forestry:doors.sequoia:0, Sequoia Door -forestry:doors.kapok:0, Kapok Door -forestry:doors.ebony:0, Ebony Door -forestry:doors.mahogany:0, Mahogany Door -forestry:doors.balsa:0, Balsa Door -forestry:doors.willow:0, Willow Door -forestry:doors.walnut:0, Walnut Door -forestry:doors.greenheart:0, Greenheart Door -forestry:doors.cherry:0, Cherry Door -forestry:doors.mahoe:0, Mahoe Door -forestry:doors.poplar:0, Poplar Door -forestry:doors.palm:0, Palm Door -forestry:doors.papaya:0, Papaya Door -forestry:doors.pine:0, Pine Door -forestry:doors.plum:0, Plum Door -forestry:doors.maple:0, Maple Door -forestry:doors.citrus:0, Citrus Door -forestry:doors.giganteum:0, Giant Sequoia Door -forestry:doors.ipe:0, Ipe Door -forestry:doors.padauk:0, Padauk Door -forestry:doors.cocobolo:0, Cocobolo Door -forestry:doors.zebrawood:0, Zebrawood Door -forestry:sapling_ge:0, tile.for.sapling_ge.name -forestry:leaves.decorative.0:0, Apple Oak Leaves -forestry:leaves.decorative.0:1, Dark Oak Leaves -forestry:leaves.decorative.0:2, Silver Birch Leaves -forestry:leaves.decorative.0:3, Silver Lime Leaves -forestry:leaves.decorative.0:4, Common Walnut Leaves -forestry:leaves.decorative.0:5, Sweet Chestnut Leaves -forestry:leaves.decorative.0:6, Hill Cherry Leaves -forestry:leaves.decorative.0:7, Lemon Leaves -forestry:leaves.decorative.0:8, Plum Leaves -forestry:leaves.decorative.0:9, Sugar Maple Leaves -forestry:leaves.decorative.0:10, Red Spruce Leaves -forestry:leaves.decorative.0:11, Mundane Larch Leaves -forestry:leaves.decorative.0:12, Bull Pine Leaves -forestry:leaves.decorative.0:13, Coast Sequoia Leaves -forestry:leaves.decorative.0:14, Giant Sequoia Leaves -forestry:leaves.decorative.0:15, Jungle Leaves -forestry:leaves.decorative.1:0, Teak Leaves -forestry:leaves.decorative.1:1, Ipe Leaves -forestry:leaves.decorative.1:2, Kapok Leaves -forestry:leaves.decorative.1:3, Myrtle Ebony Leaves -forestry:leaves.decorative.1:4, Zebrawood Leaves -forestry:leaves.decorative.1:5, Yellow Meranti Leaves -forestry:leaves.decorative.1:6, Acacia Leaves -forestry:leaves.decorative.1:7, Desert Acacia Leaves -forestry:leaves.decorative.1:8, Padauk Leaves -forestry:leaves.decorative.1:9, Balsa Leaves -forestry:leaves.decorative.1:10, Cocobolo Leaves -forestry:leaves.decorative.1:11, Wenge Leaves -forestry:leaves.decorative.1:12, Grandidier's Baobab Leaves -forestry:leaves.decorative.1:13, Blue Mahoe Leaves -forestry:leaves.decorative.1:14, White Willow Leaves -forestry:leaves.decorative.1:15, Sipiri Leaves -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:stamps:0, Stamp (1n) -forestry:stamps:1, Stamp (2n) -forestry:stamps:2, Stamp (5n) -forestry:stamps:3, Stamp (10n) -forestry:stamps:4, Stamp (20n) -forestry:stamps:5, Stamp (50n) -forestry:stamps:6, Stamp (100n) -forestry:letters, Letter -forestry:catalogue, Catalogue -forestry:mailbox:0, Mailbox -forestry:trade_station:0, Trade Station -forestry:stamp_collector:0, Stamp Collector -forestry:bee_queen_ge:0, Forest Queen -forestry:bee_queen_ge:0, Meadows Queen -forestry:bee_queen_ge:0, Common Queen -forestry:bee_queen_ge:0, Cultivated Queen -forestry:bee_queen_ge:0, Noble Queen -forestry:bee_queen_ge:0, Majestic Queen -forestry:bee_queen_ge:0, Imperial Queen -forestry:bee_queen_ge:0, Diligent Queen -forestry:bee_queen_ge:0, Unweary Queen -forestry:bee_queen_ge:0, Industrious Queen -forestry:bee_queen_ge:0, Steadfast Queen -forestry:bee_queen_ge:0, Valiant Queen -forestry:bee_queen_ge:0, Heroic Queen -forestry:bee_queen_ge:0, Sinister Queen -forestry:bee_queen_ge:0, Fiendish Queen -forestry:bee_queen_ge:0, Demonic Queen -forestry:bee_queen_ge:0, Modest Queen -forestry:bee_queen_ge:0, Frugal Queen -forestry:bee_queen_ge:0, Austere Queen -forestry:bee_queen_ge:0, Tropical Queen -forestry:bee_queen_ge:0, Exotic Queen -forestry:bee_queen_ge:0, Edenic Queen -forestry:bee_queen_ge:0, Ender Queen -forestry:bee_queen_ge:0, Spectral Queen -forestry:bee_queen_ge:0, Phantasmal Queen -forestry:bee_queen_ge:0, Wintry Queen -forestry:bee_queen_ge:0, Icy Queen -forestry:bee_queen_ge:0, Glacial Queen -forestry:bee_queen_ge:0, Vindictive Queen -forestry:bee_queen_ge:0, Vengeful Queen -forestry:bee_queen_ge:0, Avenging Queen -forestry:bee_queen_ge:0, Rural Queen -forestry:bee_queen_ge:0, Farmerly Queen -forestry:bee_queen_ge:0, Agrarian Queen -forestry:bee_queen_ge:0, Marshy Queen -forestry:bee_queen_ge:0, Miry Queen -forestry:bee_queen_ge:0, Boggy Queen -forestry:bee_queen_ge:0, Monastic Queen -forestry:bee_queen_ge:0, Secluded Queen -forestry:bee_queen_ge:0, Hermitic Queen -forestry:bee_drone_ge:0, Forest Drone -forestry:bee_drone_ge:0, Meadows Drone -forestry:bee_drone_ge:0, Common Drone -forestry:bee_drone_ge:0, Cultivated Drone -forestry:bee_drone_ge:0, Noble Drone -forestry:bee_drone_ge:0, Majestic Drone -forestry:bee_drone_ge:0, Imperial Drone -forestry:bee_drone_ge:0, Diligent Drone -forestry:bee_drone_ge:0, Unweary Drone -forestry:bee_drone_ge:0, Industrious Drone -forestry:bee_drone_ge:0, Steadfast Drone -forestry:bee_drone_ge:0, Valiant Drone -forestry:bee_drone_ge:0, Heroic Drone -forestry:bee_drone_ge:0, Sinister Drone -forestry:bee_drone_ge:0, Fiendish Drone -forestry:bee_drone_ge:0, Demonic Drone -forestry:bee_drone_ge:0, Modest Drone -forestry:bee_drone_ge:0, Frugal Drone -forestry:bee_drone_ge:0, Austere Drone -forestry:bee_drone_ge:0, Tropical Drone -forestry:bee_drone_ge:0, Exotic Drone -forestry:bee_drone_ge:0, Edenic Drone -forestry:bee_drone_ge:0, Ender Drone -forestry:bee_drone_ge:0, Spectral Drone -forestry:bee_drone_ge:0, Phantasmal Drone -forestry:bee_drone_ge:0, Wintry Drone -forestry:bee_drone_ge:0, Icy Drone -forestry:bee_drone_ge:0, Glacial Drone -forestry:bee_drone_ge:0, Vindictive Drone -forestry:bee_drone_ge:0, Vengeful Drone -forestry:bee_drone_ge:0, Avenging Drone -forestry:bee_drone_ge:0, Rural Drone -forestry:bee_drone_ge:0, Farmerly Drone -forestry:bee_drone_ge:0, Agrarian Drone -forestry:bee_drone_ge:0, Marshy Drone -forestry:bee_drone_ge:0, Miry Drone -forestry:bee_drone_ge:0, Boggy Drone -forestry:bee_drone_ge:0, Monastic Drone -forestry:bee_drone_ge:0, Secluded Drone -forestry:bee_drone_ge:0, Hermitic Drone -forestry:bee_princess_ge:0, Forest Princess -forestry:bee_princess_ge:0, Meadows Princess -forestry:bee_princess_ge:0, Common Princess -forestry:bee_princess_ge:0, Cultivated Princess -forestry:bee_princess_ge:0, Noble Princess -forestry:bee_princess_ge:0, Majestic Princess -forestry:bee_princess_ge:0, Imperial Princess -forestry:bee_princess_ge:0, Diligent Princess -forestry:bee_princess_ge:0, Unweary Princess -forestry:bee_princess_ge:0, Industrious Princess -forestry:bee_princess_ge:0, Steadfast Princess -forestry:bee_princess_ge:0, Valiant Princess -forestry:bee_princess_ge:0, Heroic Princess -forestry:bee_princess_ge:0, Sinister Princess -forestry:bee_princess_ge:0, Fiendish Princess -forestry:bee_princess_ge:0, Demonic Princess -forestry:bee_princess_ge:0, Modest Princess -forestry:bee_princess_ge:0, Frugal Princess -forestry:bee_princess_ge:0, Austere Princess -forestry:bee_princess_ge:0, Tropical Princess -forestry:bee_princess_ge:0, Exotic Princess -forestry:bee_princess_ge:0, Edenic Princess -forestry:bee_princess_ge:0, Ender Princess -forestry:bee_princess_ge:0, Spectral Princess -forestry:bee_princess_ge:0, Phantasmal Princess -forestry:bee_princess_ge:0, Wintry Princess -forestry:bee_princess_ge:0, Icy Princess -forestry:bee_princess_ge:0, Glacial Princess -forestry:bee_princess_ge:0, Vindictive Princess -forestry:bee_princess_ge:0, Vengeful Princess -forestry:bee_princess_ge:0, Avenging Princess -forestry:bee_princess_ge:0, Rural Princess -forestry:bee_princess_ge:0, Farmerly Princess -forestry:bee_princess_ge:0, Agrarian Princess -forestry:bee_princess_ge:0, Marshy Princess -forestry:bee_princess_ge:0, Miry Princess -forestry:bee_princess_ge:0, Boggy Princess -forestry:bee_princess_ge:0, Monastic Princess -forestry:bee_princess_ge:0, Secluded Princess -forestry:bee_princess_ge:0, Hermitic Princess -forestry:bee_larvae_ge:0, Forest Larvae -forestry:bee_larvae_ge:0, Meadows Larvae -forestry:bee_larvae_ge:0, Common Larvae -forestry:bee_larvae_ge:0, Cultivated Larvae -forestry:bee_larvae_ge:0, Noble Larvae -forestry:bee_larvae_ge:0, Majestic Larvae -forestry:bee_larvae_ge:0, Imperial Larvae -forestry:bee_larvae_ge:0, Diligent Larvae -forestry:bee_larvae_ge:0, Unweary Larvae -forestry:bee_larvae_ge:0, Industrious Larvae -forestry:bee_larvae_ge:0, Steadfast Larvae -forestry:bee_larvae_ge:0, Valiant Larvae -forestry:bee_larvae_ge:0, Heroic Larvae -forestry:bee_larvae_ge:0, Sinister Larvae -forestry:bee_larvae_ge:0, Fiendish Larvae -forestry:bee_larvae_ge:0, Demonic Larvae -forestry:bee_larvae_ge:0, Modest Larvae -forestry:bee_larvae_ge:0, Frugal Larvae -forestry:bee_larvae_ge:0, Austere Larvae -forestry:bee_larvae_ge:0, Tropical Larvae -forestry:bee_larvae_ge:0, Exotic Larvae -forestry:bee_larvae_ge:0, Edenic Larvae -forestry:bee_larvae_ge:0, Ender Larvae -forestry:bee_larvae_ge:0, Spectral Larvae -forestry:bee_larvae_ge:0, Phantasmal Larvae -forestry:bee_larvae_ge:0, Wintry Larvae -forestry:bee_larvae_ge:0, Icy Larvae -forestry:bee_larvae_ge:0, Glacial Larvae -forestry:bee_larvae_ge:0, Vindictive Larvae -forestry:bee_larvae_ge:0, Vengeful Larvae -forestry:bee_larvae_ge:0, Avenging Larvae -forestry:bee_larvae_ge:0, Rural Larvae -forestry:bee_larvae_ge:0, Farmerly Larvae -forestry:bee_larvae_ge:0, Agrarian Larvae -forestry:bee_larvae_ge:0, Marshy Larvae -forestry:bee_larvae_ge:0, Miry Larvae -forestry:bee_larvae_ge:0, Boggy Larvae -forestry:bee_larvae_ge:0, Monastic Larvae -forestry:bee_larvae_ge:0, Secluded Larvae -forestry:bee_larvae_ge:0, Hermitic Larvae -forestry:habitat_locator, Habitat Locator -forestry:imprinter, Imprinter -forestry:cart.beehouse:0, Minecart with Bee House -forestry:cart.beehouse:1, Minecart with Apiary -forestry:frame_untreated, Untreated Frame -forestry:frame_impregnated, Impregnated Frame -forestry:frame_proven, Proven Frame -forestry:honey_drop:0, Honey Drop -forestry:pollen:0, Pollen Cluster -forestry:pollen:1, Crystalline Pollen Cluster -forestry:propolis:0, Propolis -forestry:propolis:1, Sticky Propolis -forestry:propolis:3, Silky Propolis -forestry:honeydew, Honeydew -forestry:royal_jelly, Royal Jelly -forestry:wax_cast, Wax Cast -forestry:bee_combs:0, Honey Comb -forestry:bee_combs:2, Simmering Comb -forestry:bee_combs:3, Stringy Comb -forestry:bee_combs:4, Frozen Comb -forestry:bee_combs:5, Dripping Comb -forestry:bee_combs:6, Silky Comb -forestry:bee_combs:7, Parched Comb -forestry:bee_combs:15, Mossy Comb -forestry:bee_combs:16, Mellow Comb -forestry:apiarist_helmet, Apiarist's Hat -forestry:apiarist_chest, Apiarist's Shirt -forestry:apiarist_legs, Apiarist's Pants -forestry:apiarist_boots, Apiarist's Shoes -forestry:scoop, Scoop -forestry:smoker, Bee Smoker -forestry:apiary:0, Apiary -forestry:bee_house:0, Bee House -forestry:bee_chest:0, Apiarist's Chest -forestry:beehives:0, Forest Hive -forestry:beehives:1, Meadows Hive -forestry:beehives:2, Modest Hive -forestry:beehives:3, Tropical Hive -forestry:beehives:4, Ender Hive -forestry:beehives:5, Wintry Hive -forestry:beehives:6, Marshy Hive -forestry:candle:0, Unlit Candle -forestry:stump:0, Candle Stump -forestry:bee_combs_0:0, Honey Comb Block -forestry:bee_combs_0:2, Simmering Comb Block -forestry:bee_combs_0:3, Stringy Comb Block -forestry:bee_combs_0:4, Frozen Comb Block -forestry:bee_combs_0:5, Dripping Comb Block -forestry:bee_combs_0:6, Silky Comb Block -forestry:bee_combs_0:7, Parched Comb Block -forestry:bee_combs_0:15, Mossy Comb Block -forestry:bee_combs_1:0, Mellow Comb Block -forestry:alveary.plain:0, Alveary -forestry:alveary.swarmer:0, Alveary Swarmer -forestry:alveary.fan:0, Alveary Fan -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:genetic_filter:0, Genetic Filter -forestry:greenhouse:0, Greenhouse Block -forestry:greenhouse:3, Greenhouse Energy Distributor -forestry:greenhouse:4, Greenhouse Control -forestry:greenhouse:5, Greenhouse Screen -forestry:climatiser:0, Greenhouse Hygroregulator -forestry:climatiser:1, Greenhouse Heater -forestry:climatiser:2, Greenhouse Fan -forestry:climatiser:3, Greenhouse Humidifier -forestry:climatiser:4, Greenhouse Dehumidifier -forestry:greenhouse.window:0, Greenhouse Window -forestry:greenhouse.window_up:0, Greenhouse Roof Window -forestry:worktable:0, Worktable -forestry:fluid.bio.ethanol, Ethanol -forestry:fluid.biomass, Biomass -forestry:fluid.glass, Liquid Glass -forestry:fluid.for.honey, Honey -forestry:fluid.ice, Crushed Ice -forestry:fluid.juice, Fruit Juice -forestry:fluid.milk, Milk -forestry:fluid.seed.oil, Seed Oil -forestry:fluid.short.mead, Short Mead -forestry:can, item.for.can.name -forestry:capsule, item.for.capsule.name -forestry:refractory, item.for.refractory.name -forestry: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:book_forester, Forester's Manual -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:charcoal:0, Block of Charcoal -forestry:wood_pile:0, Wood Pile -forestry:wood_pile_decorative:0, Decorative Wood Pile -forestry:ash_block_0:0, Ash Block -forestry:ash_block_1:0, Ash Block -forestry:ash_block_2:0, Ash Block -forestry:ash_block_3:0, Ash Block -forestry:loam:0, Loam -forestry: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:arboretum:0, Arboretum (Managed) -forestry:arboretum:1, Arboretum (Manual) -forestry:farm_crops:0, Farm (Managed) -forestry:farm_crops:1, Farm (Manual) -forestry:farm_mushroom:0, Mushroom Farm (Managed) -forestry:farm_mushroom:1, Mushroom Farm (Manual) -forestry:farm_gourd:0, Gourd Farm (Managed) -forestry:farm_gourd:1, Gourd Farm (Manual) -forestry:farm_nether:0, Infernal Farm (Managed) -forestry:farm_nether:1, Infernal Farm (Manual) -forestry:farm_ender:0, Ender Farm (Managed) -forestry:farm_ender:1, Ender Farm (Manual) -forestry:peat_bog:0, Peat Bog (Managed) -forestry:peat_bog:1, Peat Bog (Manual) -railcraft:tool_crowbar_iron, Iron Crowbar -railcraft:tool_crowbar_steel, Steel Crowbar -railcraft:tool_axe_steel, Steel Axe -railcraft:tool_hoe_steel, Steel Hoe -railcraft:tool_pickaxe_steel, Steel Pickaxe -railcraft:tool_shears_steel, Steel Shears -railcraft:tool_shovel_steel, Steel Shovel -railcraft:tool_sword_steel, Steel Sword -railcraft:armor_helmet_steel, Steel Helmet -railcraft:armor_chestplate_steel, Steel Chestplate -railcraft:armor_leggings_steel, Steel Leggings -railcraft:armor_boots_steel, Steel Boots -railcraft:tool_magnifying_glass, Magnifying Glass -railcraft:armor_goggles, Trackman's Goggles -railcraft:armor_overalls, Engineer's Overalls -railcraft:tool_notepad, Trackman's Notepad -railcraft:rail:0, Standard Rail -railcraft:rail:1, Advanced Rail -railcraft:rail:2, Wooden Rail -railcraft:rail:3, H.S. Rail -railcraft:rail:4, Reinforced Rail -railcraft:rail:5, Electric Rail -railcraft:tie:0, Wooden Tie -railcraft:tie:1, Stone Tie -railcraft:rebar, Rebar -railcraft:cart_spawner:0, Spawner Cart -railcraft:creosote, Creosote -railcraft:steam, Steam -railcraft:detector:0, Cart Detector - Item -railcraft:detector:1, Cart Detector - Any -railcraft:detector:2, Cart Detector - Empty -railcraft:detector:3, Cart Detector - Mob -railcraft:detector:4, Cart Detector - Player -railcraft:detector:5, Cart Detector - Animal -railcraft:detector:6, Cart Detector - Tank -railcraft:detector:7, Cart Detector - Advanced -railcraft:detector:8, Cart Detector - Age -railcraft:detector:9, Cart Detector - Train -railcraft:detector:10, Cart Detector - Sheep -railcraft:detector:11, Cart Detector - Villager -railcraft:detector:12, Cart Detector - Locomotive -railcraft:detector:13, Cart Detector - Routing -railcraft:manipulator:0, Item Loader -railcraft:manipulator:1, Item Unloader -railcraft:manipulator:2, Adv. Item Loader -railcraft:manipulator:3, Adv. Item Unloader -railcraft:manipulator:4, Fluid Loader -railcraft:manipulator:5, Fluid Unloader -railcraft:manipulator:10, Redstone Flux Loader -railcraft:manipulator:11, Redstone Flux Unloader -railcraft:manipulator:8, Cart Dispenser -railcraft:manipulator:9, Train Dispenser -railcraft:equipment:0, Manual Rolling Machine -railcraft:equipment:1, Powered Rolling Machine -railcraft:equipment:2, Feed Station -railcraft:equipment:3, Smoker -railcraft:trade_station, Trade Station -railcraft:force_track_emitter, Force Track Emitter -railcraft:track_force, tile.railcraft.track.force.name -railcraft:filter_blank, Blank Filter -railcraft:filter_type, Item Type Filter -railcraft:filter_ore_dict, Ore Dictionary Filter -railcraft:bore:0, Tunnel Bore -railcraft:borehead_bronze, Bronze Bore Head -railcraft:borehead_iron, Iron Bore Head -railcraft:borehead_steel, Steel Bore Head -railcraft:borehead_diamond, Diamond Bore Head -railcraft:mow_track_layer:0, Track Layer Cart -railcraft:mow_track_relayer:0, Track Relayer Cart -railcraft:mow_track_remover:0, Track Remover Cart -railcraft:mow_undercutter:0, Undercutter Cart -railcraft:cart_trade_station:0, Trade Station Cart -railcraft:cart_work:0, Work Cart -railcraft:cart_jukebox:0, Jukebox Cart -railcraft:cart_bed:0, Bed Cart -railcraft:battery_nickel_iron, Nickel-Iron Battery -railcraft:battery_nickel_zinc, Nickel-Zinc Battery -railcraft:battery_zinc_carbon, Zinc-Carbon Battery -railcraft:battery_zinc_carbon_empty, Expended Zinc-Carbon Battery -railcraft:battery_zinc_silver, Zinc-Silver Battery -railcraft:battery_zinc_silver_empty, Expended Zinc-Silver Battery -railcraft:charge_feeder:1, Admin Charge Feeder Unit -railcraft:charge_trap, Charge Trap -railcraft:frame, Wire Support Frame -railcraft:steam_turbine, Steam Turbine Housing -railcraft:wire, Charge Shunting Wire -railcraft:charge:0, Charge Coil -railcraft:charge:1, Charge Terminal -railcraft:charge:2, Small Charge Wire Spool -railcraft:charge:3, Medium Charge Wire Spool -railcraft:charge:4, Large Charge Wire Spool -railcraft:charge:5, Charge Motor -railcraft:charge:6, Nickel Electrode -railcraft:charge:7, Iron Electrode -railcraft:charge:8, Zinc Electrode -railcraft:charge:9, Carbon Electrode -railcraft:charge:10, Silver Electrode -railcraft:tool_charge_meter, Charge Meter -railcraft:turbine_blade, Turbine Blade -railcraft:turbine_disk, Turbine Disk -railcraft:turbine_rotor, Turbine Rotor -railcraft:emblem, Emblem -railcraft:anvil:0, Steel Anvil -railcraft:anvil:1, Slightly Damaged Steel Anvil -railcraft:anvil:2, Very Damaged Steel Anvil -railcraft:fuel_coke, Coal Coke -railcraft:coke_block, Block of Coal Coke -railcraft:coke_oven, Coke Oven Brick -railcraft:coke_oven_red, Red Coke Oven Brick -railcraft:blast_furnace, Blast Furnace Brick -railcraft:rock_crusher, Rock Crusher -railcraft:steam_oven, Steam Oven -railcraft:chest_metals, Metals Chest -railcraft:cart_chest_metals:0, Metals Chest Cart -railcraft:filter_bee, Bee Filter -railcraft:filter_bee_genome, Bee Genome Filter -railcraft:backpack_apothecary_t1, Apothecary's Backpack -railcraft:backpack_apothecary_t2, Woven Apothecary's Backpack -railcraft:backpack_iceman_t1, Iceman's Backpack -railcraft:backpack_iceman_t2, Woven Iceman's Backpack -railcraft:backpack_trackman_t1, Trackman's Backpack -railcraft:backpack_trackman_t2, Woven Trackman's Backpack -railcraft:backpack_signalman_t1, item.railcraft.backpack.signalman.t1.name -railcraft:backpack_signalman_t2, item.railcraft.backpack.signalman.t2.name -railcraft:firestone_cracked, Cracked Firestone -railcraft:firestone_cut, Cut Firestone -railcraft:firestone_raw, Raw Firestone -railcraft:firestone_refined, Refined Firestone -railcraft:cart_redstone_flux:0, Redstone Flux Cart -railcraft:flux_transformer, Flux Transformer -railcraft:metal:0, Block of Copper -railcraft:metal:1, Block of Tin -railcraft:metal:2, Block of Lead -railcraft:metal:4, Block of Silver -railcraft:metal:3, Block of Steel -railcraft:metal:5, Block of Bronze -railcraft:metal:6, Block of Nickel -railcraft:metal:7, Block of Invar -railcraft:metal:8, Block of Zinc -railcraft:metal:9, Block of Brass -railcraft:fluid_bottle_creosote, Creosote Bottle -railcraft:fluid_bottle_steam, Steam Bottle -railcraft:nugget:0, Steel Nugget -railcraft:nugget:1, Copper Nugget -railcraft:nugget:2, Tin Nugget -railcraft:nugget:3, Lead Nugget -railcraft:nugget:4, Silver Nugget -railcraft:nugget:5, Bronze Nugget -railcraft:nugget:6, Nickel Nugget -railcraft:nugget:7, Invar Nugget -railcraft:nugget:8, Zinc Nugget -railcraft:nugget:9, Brass Nugget -railcraft:ingot:0, Steel Ingot -railcraft:ingot:1, Copper Ingot -railcraft:ingot:2, Tin Ingot -railcraft:ingot:3, Lead Ingot -railcraft:ingot:4, Silver Ingot -railcraft:ingot:5, Bronze Ingot -railcraft:ingot:6, Nickel Ingot -railcraft:ingot:7, Invar Ingot -railcraft:ingot:8, Zinc Ingot -railcraft:ingot:9, Brass Ingot -railcraft:gear:0, Brass Gear -railcraft:gear:1, Iron Gear -railcraft:gear:2, Steel Gear -railcraft:gear:3, Gear Bushing -railcraft:gear:4, Bronze Gear -railcraft:gear:5, Invar Gear -railcraft:plate:0, Iron Plate -railcraft:plate:1, Steel Plate -railcraft:plate:2, Tin Plate -railcraft:plate:3, Copper Plate -railcraft:plate:4, Lead Plate -railcraft:plate:5, Silver Plate -railcraft:plate:6, Bronze Plate -railcraft:plate:7, Gold Plate -railcraft:plate:8, Nickel Plate -railcraft:plate:9, Invar Plate -railcraft:plate:10, Zinc Plate -railcraft:plate:11, Brass Plate -railcraft:dust:0, Obsidian Dust -railcraft:dust:1, Sulfur -railcraft:dust:2, Saltpeter -railcraft:dust:3, Charcoal Dust -railcraft:dust:4, Granulated Slag -railcraft:dust:5, Coal Dust -railcraft:dust:6, Ender Powder -railcraft:dust:7, Void Powder -railcraft:tool_crowbar_seasons, Crowbar of Seasons -railcraft:cart_pumpkin:0, Pumpkin Cart -railcraft:cart_gift:0, Gift Cart -railcraft:signal:0, Block Signal -railcraft:signal:1, Distant Signal -railcraft:signal:2, Token Signal -railcraft:signal_dual:0, Dual-Head Block Signal -railcraft:signal_dual:1, Dual-Head Distant Signal -railcraft:signal_dual:2, Dual-Head Token Signal -railcraft:signal_box:2, Signal Controller Box -railcraft:signal_box:4, Signal Receiver Box -railcraft:signal_box:0, Analog Signal Controller Box -railcraft:signal_box:1, Signal Capacitor Box -railcraft:signal_box:3, Signal Interlock Box -railcraft:signal_box:6, Signal Sequencer Box -railcraft:signal_box:5, Signal Block Relay Box -railcraft:tool_signal_surveyor:0, Signal Surveyor -railcraft:tool_signal_tuner:0, Signal Tuner -railcraft:signal_lamp, Signal Lamp -railcraft:tool_signal_label, Signal Label -railcraft:circuit:0, Controller Circuit -railcraft:circuit:1, Receiver Circuit -railcraft:circuit:2, Signal Circuit -railcraft:circuit:3, Radio Circuit -railcraft:engine_steam_hobby, Hobbyist's Steam Engine -railcraft:engine_steam_low, Commercial Steam Engine -railcraft:engine_steam_high, Industrial Steam Engine -railcraft:admin_steam_producer, Admin Steam Producer -railcraft:boiler_firebox_fluid, Fluid Fueled Boiler Firebox -railcraft:boiler_firebox_solid, Solid Fueled Boiler Firebox -railcraft:boiler_tank_pressure_high, High Pressure Boiler Tank -railcraft:boiler_tank_pressure_low, Low Pressure Boiler Tank -railcraft:track_kit:1, Activator Track Kit§r -railcraft:track_kit:2, Booster Track Kit§r -railcraft:track_kit:3, Buffer Stop Track Kit§r -railcraft:track_kit:4, Control Track Kit§r -railcraft:track_kit:5, Detector Track Kit§r -railcraft:track_kit:6, Disembarking Track Kit§r -railcraft:track_kit:7, Dumping Track Kit§r -railcraft:track_kit:8, Embarking Track Kit§r -railcraft:track_kit:9, Gated Track Kit§r -railcraft:track_kit:10, Locking Track Kit§r -railcraft:track_kit:11, One-Way Track Kit§r -railcraft:track_kit:15, Messenger Track Kit§r -railcraft:track_kit:16, Delayed Locking Track Kit§r -railcraft:track_kit:17, Priming Track Kit§r -railcraft:track_kit:18, Launcher Track Kit§r -railcraft:track_kit:19, Whistle Track Kit§r -railcraft:track_kit:20, Locomotive Track Kit§r -railcraft:track_kit:21, Throttle Track Kit§r -railcraft:track_kit:22, Routing Track Kit§r -railcraft:track_kit:23, Transition Track Kit§r -railcraft:track_kit:24, Coupler Track Kit§r -railcraft:tool_spike_maul_iron, Iron Spike Maul -railcraft:tool_spike_maul_steel, Steel Spike Maul -railcraft:railbed:0, Wooden Railbed -railcraft:railbed:1, Stone Railbed -railcraft:track_parts, Track Parts -railcraft:actuator:0, Switch Actuator Lever -railcraft:actuator:1, Switch Actuator Motor -railcraft:actuator:2, Routing Switch Actuator Motor -railcraft:track_outfitted:0, Abandoned Activator Track -railcraft:track_outfitted:0, Electric Activator Track -railcraft:track_outfitted:0, H. S. Activator Track -railcraft:track_outfitted:0, H. S. E. Activator Track -railcraft:track_outfitted:0, Iron Activator Track -railcraft:track_outfitted:0, Reinforced Activator Track -railcraft:track_outfitted:0, Strap Iron Activator Track -railcraft:track_outfitted:0, Abandoned Booster Track -railcraft:track_outfitted:0, Electric Booster Track -railcraft:track_outfitted:0, H. S. Booster Track -railcraft:track_outfitted:0, H. S. E. Booster Track -railcraft:track_outfitted:0, Iron Booster Track -railcraft:track_outfitted:0, Reinforced Booster Track -railcraft:track_outfitted:0, Strap Iron Booster Track -railcraft:track_outfitted:0, Abandoned Buffer Stop Track -railcraft:track_outfitted:0, Electric Buffer Stop Track -railcraft:track_outfitted:0, Iron Buffer Stop Track -railcraft:track_outfitted:0, Reinforced Buffer Stop Track -railcraft:track_outfitted:0, Strap Iron Buffer Stop Track -railcraft:track_outfitted:0, Abandoned Control Track -railcraft:track_outfitted:0, Electric Control Track -railcraft:track_outfitted:0, Iron Control Track -railcraft:track_outfitted:0, Reinforced Control Track -railcraft:track_outfitted:0, Strap Iron Control Track -railcraft:track_outfitted:0, Abandoned Detector Track -railcraft:track_outfitted:0, Electric Detector Track -railcraft:track_outfitted:0, H. S. Detector Track -railcraft:track_outfitted:0, H. S. E. Detector Track -railcraft:track_outfitted:0, Iron Detector Track -railcraft:track_outfitted:0, Reinforced Detector Track -railcraft:track_outfitted:0, Strap Iron Detector Track -railcraft:track_outfitted:0, Abandoned Disembarking Track -railcraft:track_outfitted:0, Electric Disembarking Track -railcraft:track_outfitted:0, Iron Disembarking Track -railcraft:track_outfitted:0, Reinforced Disembarking Track -railcraft:track_outfitted:0, Strap Iron Disembarking Track -railcraft:track_outfitted:0, Abandoned Dumping Track -railcraft:track_outfitted:0, Electric Dumping Track -railcraft:track_outfitted:0, Iron Dumping Track -railcraft:track_outfitted:0, Reinforced Dumping Track -railcraft:track_outfitted:0, Strap Iron Dumping Track -railcraft:track_outfitted:0, Abandoned Embarking Track -railcraft:track_outfitted:0, Electric Embarking Track -railcraft:track_outfitted:0, Iron Embarking Track -railcraft:track_outfitted:0, Reinforced Embarking Track -railcraft:track_outfitted:0, Strap Iron Embarking Track -railcraft:track_outfitted:0, Abandoned Gated Track -railcraft:track_outfitted:0, Electric Gated Track -railcraft:track_outfitted:0, Iron Gated Track -railcraft:track_outfitted:0, Reinforced Gated Track -railcraft:track_outfitted:0, Strap Iron Gated Track -railcraft:track_outfitted:0, Abandoned Locking Track -railcraft:track_outfitted:0, Electric Locking Track -railcraft:track_outfitted:0, H. S. Locking Track -railcraft:track_outfitted:0, H. S. E. Locking Track -railcraft:track_outfitted:0, Iron Locking Track -railcraft:track_outfitted:0, Reinforced Locking Track -railcraft:track_outfitted:0, Strap Iron Locking Track -railcraft:track_outfitted:0, Abandoned One-Way Track -railcraft:track_outfitted:0, Electric One-Way Track -railcraft:track_outfitted:0, Iron One-Way Track -railcraft:track_outfitted:0, Reinforced One-Way Track -railcraft:track_outfitted:0, Strap Iron One-Way Track -railcraft:track_outfitted:0, Abandoned Messenger Track -railcraft:track_outfitted:0, Electric Messenger Track -railcraft:track_outfitted:0, H. S. Messenger Track -railcraft:track_outfitted:0, H. S. E. Messenger Track -railcraft:track_outfitted:0, Iron Messenger Track -railcraft:track_outfitted:0, Reinforced Messenger Track -railcraft:track_outfitted:0, Strap Iron Messenger Track -railcraft:track_outfitted:0, Abandoned Delayed Locking Track -railcraft:track_outfitted:0, Electric Delayed Locking Track -railcraft:track_outfitted:0, H. S. Delayed Locking Track -railcraft:track_outfitted:0, H. S. E. Delayed Locking Track -railcraft:track_outfitted:0, Iron Delayed Locking Track -railcraft:track_outfitted:0, Reinforced Delayed Locking Track -railcraft:track_outfitted:0, Strap Iron Delayed Locking Track -railcraft:track_outfitted:0, Abandoned Priming Track -railcraft:track_outfitted:0, Electric Priming Track -railcraft:track_outfitted:0, H. S. Priming Track -railcraft:track_outfitted:0, H. S. E. Priming Track -railcraft:track_outfitted:0, Iron Priming Track -railcraft:track_outfitted:0, Reinforced Priming Track -railcraft:track_outfitted:0, Strap Iron Priming Track -railcraft:track_outfitted:0, Abandoned Launcher Track -railcraft:track_outfitted:0, Electric Launcher Track -railcraft:track_outfitted:0, Iron Launcher Track -railcraft:track_outfitted:0, Reinforced Launcher Track -railcraft:track_outfitted:0, Strap Iron Launcher Track -railcraft:track_outfitted:0, Abandoned Whistle Track -railcraft:track_outfitted:0, Electric Whistle Track -railcraft:track_outfitted:0, H. S. Whistle Track -railcraft:track_outfitted:0, H. S. E. Whistle Track -railcraft:track_outfitted:0, Iron Whistle Track -railcraft:track_outfitted:0, Reinforced Whistle Track -railcraft:track_outfitted:0, Strap Iron Whistle Track -railcraft:track_outfitted:0, Abandoned Locomotive Track -railcraft:track_outfitted:0, Electric Locomotive Track -railcraft:track_outfitted:0, H. S. Locomotive Track -railcraft:track_outfitted:0, H. S. E. Locomotive Track -railcraft:track_outfitted:0, Iron Locomotive Track -railcraft:track_outfitted:0, Reinforced Locomotive Track -railcraft:track_outfitted:0, Strap Iron Locomotive Track -railcraft:track_outfitted:0, Abandoned Throttle Track -railcraft:track_outfitted:0, Electric Throttle Track -railcraft:track_outfitted:0, H. S. Throttle Track -railcraft:track_outfitted:0, H. S. E. Throttle Track -railcraft:track_outfitted:0, Iron Throttle Track -railcraft:track_outfitted:0, Reinforced Throttle Track -railcraft:track_outfitted:0, Strap Iron Throttle Track -railcraft:track_outfitted:0, Abandoned Routing Track -railcraft:track_outfitted:0, Electric Routing Track -railcraft:track_outfitted:0, Iron Routing Track -railcraft:track_outfitted:0, Reinforced Routing Track -railcraft:track_outfitted:0, Strap Iron Routing Track -railcraft:track_outfitted:0, H. S. Transition Track -railcraft:track_outfitted:0, H. S. E. Transition Track -railcraft:track_outfitted:0, Abandoned Coupler Track -railcraft:track_outfitted:0, Electric Coupler Track -railcraft:track_outfitted:0, Iron Coupler Track -railcraft:track_outfitted:0, Reinforced Coupler Track -railcraft:track_outfitted:0, Strap Iron Coupler Track -railcraft:cart_tnt_wood:0, Wooden TNT Cart -railcraft:track_elevator, Elevator Track -railcraft:logbook, Logbook -railcraft:tool_whistle_tuner, Whistle Tuner -railcraft:routing_table, Routing Table -railcraft:routing_ticket, Railway Ticket -railcraft:routing_ticket_gold, Golden Railway Ticket -railcraft:track_flex_abandoned, Abandoned Track -railcraft:track_flex_electric, Electric Track -railcraft:track_flex_high_speed, High Speed Track -railcraft:track_flex_hs_electric, High Speed Electric Track -railcraft:track_flex_reinforced, Reinforced Track -railcraft:track_flex_strap_iron, Strap Iron Track -railcraft:cart_cargo:0, Cargo Cart -railcraft:cart_tank:0, Tank Cart -railcraft:tank_iron_valve:0, Iron Tank Valve -railcraft:tank_iron_valve:1, Iron Tank Valve -railcraft:tank_iron_valve:2, Iron Tank Valve -railcraft:tank_iron_valve:3, Iron Tank Valve -railcraft:tank_iron_valve:4, Iron Tank Valve -railcraft:tank_iron_valve:5, Iron Tank Valve -railcraft:tank_iron_valve:6, Iron Tank Valve -railcraft:tank_iron_valve:7, Iron Tank Valve -railcraft:tank_iron_valve:8, Iron Tank Valve -railcraft:tank_iron_valve:9, Iron Tank Valve -railcraft:tank_iron_valve:10, Iron Tank Valve -railcraft:tank_iron_valve:11, Iron Tank Valve -railcraft:tank_iron_valve:12, Iron Tank Valve -railcraft:tank_iron_valve:13, Iron Tank Valve -railcraft:tank_iron_valve:14, Iron Tank Valve -railcraft:tank_iron_valve:15, Iron Tank Valve -railcraft:tank_iron_wall:0, Iron Tank Wall -railcraft:tank_iron_wall:1, Iron Tank Wall -railcraft:tank_iron_wall:2, Iron Tank Wall -railcraft:tank_iron_wall:3, Iron Tank Wall -railcraft:tank_iron_wall:4, Iron Tank Wall -railcraft:tank_iron_wall:5, Iron Tank Wall -railcraft:tank_iron_wall:6, Iron Tank Wall -railcraft:tank_iron_wall:7, Iron Tank Wall -railcraft:tank_iron_wall:8, Iron Tank Wall -railcraft:tank_iron_wall:9, Iron Tank Wall -railcraft:tank_iron_wall:10, Iron Tank Wall -railcraft:tank_iron_wall:11, Iron Tank Wall -railcraft:tank_iron_wall:12, Iron Tank Wall -railcraft:tank_iron_wall:13, Iron Tank Wall -railcraft:tank_iron_wall:14, Iron Tank Wall -railcraft:tank_iron_wall:15, Iron Tank Wall -railcraft:tank_steel_valve:0, Steel Tank Valve -railcraft:tank_steel_valve:1, Steel Tank Valve -railcraft:tank_steel_valve:2, Steel Tank Valve -railcraft:tank_steel_valve:3, Steel Tank Valve -railcraft:tank_steel_valve:4, Steel Tank Valve -railcraft:tank_steel_valve:5, Steel Tank Valve -railcraft:tank_steel_valve:6, Steel Tank Valve -railcraft:tank_steel_valve:7, Steel Tank Valve -railcraft:tank_steel_valve:8, Steel Tank Valve -railcraft:tank_steel_valve:9, Steel Tank Valve -railcraft:tank_steel_valve:10, Steel Tank Valve -railcraft:tank_steel_valve:11, Steel Tank Valve -railcraft:tank_steel_valve:12, Steel Tank Valve -railcraft:tank_steel_valve:13, Steel Tank Valve -railcraft:tank_steel_valve:14, Steel Tank Valve -railcraft:tank_steel_valve:15, Steel Tank Valve -railcraft:tank_steel_wall:0, Steel Tank Wall -railcraft:tank_steel_wall:1, Steel Tank Wall -railcraft:tank_steel_wall:2, Steel Tank Wall -railcraft:tank_steel_wall:3, Steel Tank Wall -railcraft:tank_steel_wall:4, Steel Tank Wall -railcraft:tank_steel_wall:5, Steel Tank Wall -railcraft:tank_steel_wall:6, Steel Tank Wall -railcraft:tank_steel_wall:7, Steel Tank Wall -railcraft:tank_steel_wall:8, Steel Tank Wall -railcraft:tank_steel_wall:9, Steel Tank Wall -railcraft:tank_steel_wall:10, Steel Tank Wall -railcraft:tank_steel_wall:11, Steel Tank Wall -railcraft:tank_steel_wall:12, Steel Tank Wall -railcraft:tank_steel_wall:13, Steel Tank Wall -railcraft:tank_steel_wall:14, Steel Tank Wall -railcraft:tank_steel_wall:15, Steel Tank Wall -railcraft:tank_water, Water Tank Siding -railcraft:chest_void, Void Chest -railcraft:cart_chest_void:0, Void Chest Cart -railcraft:abyssal_stone, Abyssal Stone -railcraft:jaded_stone, Jaded Stone -railcraft:quarried_stone, Quarried Stone -railcraft:generic:7, Crushed Obsidian -railcraft:ore:0, Sulfur Ore -railcraft:ore:1, Saltpeter Ore -railcraft:ore:2, Dark Diamond Ore -railcraft:ore:3, Dark Emerald Ore -railcraft:ore:4, Dark Lapis Lazuli Ore -railcraft:ore_metal:0, Copper Ore -railcraft:ore_metal:1, Tin Ore -railcraft:ore_metal:2, Lead Ore -railcraft:ore_metal:3, Silver Ore -railcraft:ore_metal:4, Nickel Ore -railcraft:ore_metal:5, Zinc Ore -railcraft:ore_metal_poor:0, Poor Iron Ore -railcraft:ore_metal_poor:1, Poor Gold Ore -railcraft:ore_metal_poor:2, Poor Copper Ore -railcraft:ore_metal_poor:3, Poor Tin Ore -railcraft:ore_metal_poor:4, Poor Lead Ore -railcraft:ore_metal_poor:5, Poor Silver Ore -railcraft:ore_metal_poor:6, Poor Nickel Ore -railcraft:ore_metal_poor:7, Poor Zinc Ore -railcraft:ore_magic:0, tile.railcraft.ore.magic.name -railcraft:worldlogic, Saltpeter Ore Spawner -railcraft:abyssal:0, Abyssal Stone Paver -railcraft:abyssal:1, Abyssal Stone Brick -railcraft:abyssal:2, Polished Abyssal Stone -railcraft:abyssal:3, Chiseled Abyssal Stone -railcraft:abyssal:4, Etched Abyssal Stone -railcraft:abyssal:5, Abyssal Cobblestone -railcraft:bleachedbone:0, Bleached Bone Stone Paver -railcraft:bleachedbone:1, Bleached Bone Stone Brick -railcraft:bleachedbone:2, Polished Bleached Bone Stone -railcraft:bleachedbone:3, Chiseled Bleached Bone Stone -railcraft:bleachedbone:4, Etched Bleached Bone Stone -railcraft:bleachedbone:5, Bleached Bone Cobblestone -railcraft:bloodstained:0, Blood Stained Stone Paver -railcraft:bloodstained:1, Blood Stained Stone Brick -railcraft:bloodstained:2, Polished Blood Stained Stone -railcraft:bloodstained:3, Chiseled Blood Stained Stone -railcraft:bloodstained:4, Etched Blood Stained Stone -railcraft:bloodstained:5, Blood Stained Cobblestone -railcraft:frostbound:0, Frost Bound Stone Paver -railcraft:frostbound:1, Frost Bound Stone Brick -railcraft:frostbound:2, Polished Frost Bound Stone -railcraft:frostbound:3, Chiseled Frost Bound Stone -railcraft:frostbound:4, Etched Frost Bound Stone -railcraft:frostbound:5, Frost Bound Cobblestone -railcraft:infernal:0, Infernal Stone Paver -railcraft:infernal:1, Infernal Stone Brick -railcraft:infernal:2, Polished Infernal Stone -railcraft:infernal:3, Chiseled Infernal Stone -railcraft:infernal:4, Etched Infernal Stone -railcraft:infernal:5, Infernal Cobblestone -railcraft:jaded:0, Jaded Stone Paver -railcraft:jaded:1, Jaded Stone Brick -railcraft:jaded:2, Polished Jaded Stone -railcraft:jaded:3, Chiseled Jaded Stone -railcraft:jaded:4, Etched Jaded Stone -railcraft:jaded:5, Jaded Cobblestone -railcraft:quarried:0, Quarried Paver -railcraft:quarried:1, Quarried Brick -railcraft:quarried:2, Polished Quarried Stone -railcraft:quarried:3, Chiseled Quarried Stone -railcraft:quarried:4, Etched Quarried Stone -railcraft:quarried:5, Quarried Cobblestone -railcraft:sandy:0, Sandy Stone Paver -railcraft:sandy:1, Sandy Stone Brick -railcraft:sandy:2, Polished Sandy Stone -railcraft:sandy:3, Chiseled Sandy Stone -railcraft:sandy:4, Etched Sandy Stone -railcraft:sandy:5, Sandy Cobblestone -railcraft:badlands:0, Badlands Stone Paver -railcraft:badlands:1, Badlands Stone Brick -railcraft:badlands:2, Polished Badlands Stone -railcraft:badlands:3, Chiseled Badlands Stone -railcraft:badlands:4, Etched Badlands Stone -railcraft:badlands:5, Badlands Cobblestone -railcraft:nether:0, Nether Brick -railcraft:nether:1, Fitted Nether Brick -railcraft:nether:2, Polished Nether Stone -railcraft:nether:3, Chiseled Nether Stone -railcraft:nether:4, Etched Nether Stone -railcraft:nether:5, Nether Cobblestone -railcraft:red_nether:0, Red Nether Brick -railcraft:red_nether:1, Red Nether Brick -railcraft:red_nether:2, Polished Red Nether Stone -railcraft:red_nether:3, Chiseled Red Nether Stone -railcraft:red_nether:4, Etched Red Nether Stone -railcraft:red_nether:5, Red Nether Cobblestone -railcraft:andesite:0, Andesite Paver -railcraft:andesite:1, Andesite Brick -railcraft:andesite:6, Polished Andesite -railcraft:andesite:3, Chiseled Andesite -railcraft:andesite:4, Etched Andesite -railcraft:andesite:5, Andesite Cobblestone -railcraft:diorite:0, Diorite Paver -railcraft:diorite:1, Diorite Brick -railcraft:diorite:4, Polished Diorite -railcraft:diorite:3, Chiseled Diorite -railcraft:diorite:4, Etched Diorite -railcraft:diorite:5, Diorite Cobblestone -railcraft:granite:0, Granite Paver -railcraft:granite:1, Granite Brick -railcraft:granite:2, Polished Granite -railcraft:granite:3, Chiseled Granite -railcraft:granite:4, Etched Granite -railcraft:granite:5, Granite Cobblestone -railcraft:pearlized:0, Pearlized Paver -railcraft:pearlized:1, Pearlized Stone Brick -railcraft:pearlized:2, Polished Pearlized Stone -railcraft:pearlized:3, Chiseled Pearlized Stone -railcraft:pearlized:4, Etched Pearlized Stone -railcraft:pearlized:5, Pearlized Cobblestone -railcraft:concrete, Bag of Cement -railcraft:glass:0, Strengthened Glass -railcraft:glass:1, Orange Strengthened Glass -railcraft:glass:2, Magenta Strengthened Glass -railcraft:glass:3, Light Blue Strengthened Glass -railcraft:glass:4, Yellow Strengthened Glass -railcraft:glass:5, Lime Strengthened Glass -railcraft:glass:6, Pink Strengthened Glass -railcraft:glass:7, Gray Strengthened Glass -railcraft:glass:8, Light Gray Strengthened Glass -railcraft:glass:9, Cyan Strengthened Glass -railcraft:glass:10, Purple Strengthened Glass -railcraft:glass:11, Blue Strengthened Glass -railcraft:glass:12, Brown Strengthened Glass -railcraft:glass:13, Green Strengthened Glass -railcraft:glass:14, Red Strengthened Glass -railcraft:glass:15, Black Strengthened Glass -railcraft:creosote_block, Creosote Wood Block -railcraft:creosote_stairs, Creosote Wood Stairs -railcraft:creosote_slab:0, Creosote Wood Slab -railcraft:reinforced_concrete:0, White Reinforced Concrete -railcraft:reinforced_concrete:1, Orange Reinforced Concrete -railcraft:reinforced_concrete:2, Magenta Reinforced Concrete -railcraft:reinforced_concrete:3, Light Blue Reinforced Concrete -railcraft:reinforced_concrete:4, Yellow Reinforced Concrete -railcraft:reinforced_concrete:5, Lime Reinforced Concrete -railcraft:reinforced_concrete:6, Pink Reinforced Concrete -railcraft:reinforced_concrete:7, Gray Reinforced Concrete -railcraft:reinforced_concrete:8, Reinforced Concrete -railcraft:reinforced_concrete:9, Cyan Reinforced Concrete -railcraft:reinforced_concrete:10, Purple Reinforced Concrete -railcraft:reinforced_concrete:11, Blue Reinforced Concrete -railcraft:reinforced_concrete:12, Brown Reinforced Concrete -railcraft:reinforced_concrete:13, Green Reinforced Concrete -railcraft:reinforced_concrete:14, Red Reinforced Concrete -railcraft:reinforced_concrete:15, Black Reinforced Concrete -railcraft:post_metal:0, White Metal Post -railcraft:post_metal:1, Orange Metal Post -railcraft:post_metal:2, Magenta Metal Post -railcraft:post_metal:3, Light Blue Metal Post -railcraft:post_metal:4, Yellow Metal Post -railcraft:post_metal:5, Lime Metal Post -railcraft:post_metal:6, Pink Metal Post -railcraft:post_metal:7, Gray Metal Post -railcraft:post_metal:8, Light Gray Metal Post -railcraft:post_metal:9, Cyan Metal Post -railcraft:post_metal:10, Purple Metal Post -railcraft:post_metal:11, Blue Metal Post -railcraft:post_metal:12, Brown Metal Post -railcraft:post_metal:13, Green Metal Post -railcraft:post_metal:14, Red Metal Post -railcraft:post_metal:15, Black Metal Post -railcraft:post_metal_platform:0, White Metal Post Platform -railcraft:post_metal_platform:1, Orange Metal Post Platform -railcraft:post_metal_platform:2, Magenta Metal Post Platform -railcraft:post_metal_platform:3, Light Blue Metal Post Platform -railcraft:post_metal_platform:4, Yellow Metal Post Platform -railcraft:post_metal_platform:5, Lime Metal Post Platform -railcraft:post_metal_platform:6, Pink Metal Post Platform -railcraft:post_metal_platform:7, Gray Metal Post Platform -railcraft:post_metal_platform:8, Light Gray Metal Post Platform -railcraft:post_metal_platform:9, Cyan Metal Post Platform -railcraft:post_metal_platform:10, Purple Metal Post Platform -railcraft:post_metal_platform:11, Blue Metal Post Platform -railcraft:post_metal_platform:12, Brown Metal Post Platform -railcraft:post_metal_platform:13, Green Metal Post Platform -railcraft:post_metal_platform:14, Red Metal Post Platform -railcraft:post_metal_platform:15, Black Metal Post Platform -railcraft:abyssal_brick_stairs, Abyssal Brick Stairs -railcraft:bleachedbone_brick_stairs, Bleached Bone Brick Stairs -railcraft:bloodstained_brick_stairs, Bloodstained Brick Stairs -railcraft:frostbound_brick_stairs, Frost Bound Brick Stairs -railcraft:infernal_brick_stairs, Infernal Brick Stairs -railcraft:jaded_brick_stairs, Jaded Brick Stairs -railcraft:pearlized_brick_stairs, Pearlized Brick Stairs -railcraft:quarried_brick_stairs, Quarried Brick Stairs -railcraft:badlands_brick_stairs, Badlands Brick Stairs -railcraft:sandy_brick_stairs, Sandy Brick Stairs -railcraft:abyssal_paver_stairs, Abyssal Paver Stairs -railcraft:bleachedbone_paver_stairs, Bleached Bone Paver Stairs -railcraft:bloodstained_paver_stairs, Bloodstained Paver Stairs -railcraft:frostbound_paver_stairs, Frost Bound Paver Stairs -railcraft:infernal_paver_stairs, Infernal Paver Stairs -railcraft:jaded_paver_stairs, Jaded Paver Stairs -railcraft:pearlized_paver_stairs, Pearlized Paver Stairs -railcraft:quarried_paver_stairs, Quarried Paver Stairs -railcraft:badlands_paver_stairs, Badlands Paver Stairs -railcraft:sandy_paver_stairs, Sandy Paver Stairs -railcraft:abyssal_slab:0, Abyssal Brick Slab -railcraft:abyssal_slab:1, Abyssal Paver Slab -railcraft:badlands_slab:0, Badlands Brick Slab -railcraft:badlands_slab:1, Badlands Paver Slab -railcraft:bleachedbone_slab:0, Bleached Bone Brick Slab -railcraft:bleachedbone_slab:1, Bleached Bone Paver Slab -railcraft:bloodstained_slab:0, Blood Stained Brick Slab -railcraft:bloodstained_slab:1, Blood Stained Paver Slab -railcraft:frostbound_slab:0, Frost Bound Brick Slab -railcraft:frostbound_slab:1, Frost Bound Paver Slab -railcraft:infernal_slab:0, Infernal Brick Slab -railcraft:infernal_slab:1, Infernal Paver Slab -railcraft:jaded_slab:0, Jaded Brick Slab -railcraft:jaded_slab:1, Jaded Paver Slab -railcraft:pearlized_slab:0, Pearlized Brick Slab -railcraft:pearlized_slab:1, Pearlized Paver Slab -railcraft:quarried_slab:0, Quarried Brick Slab -railcraft:quarried_slab:1, Quarried Paver Slab -railcraft:sandy_slab:0, Sandy Brick Slab -railcraft:sandy_slab:1, Sandy Paver Slab -railcraft:worldspike:0, Admin Worldspike -railcraft:worldspike:1, Passive Worldspike -railcraft:worldspike:2, Personal Worldspike -railcraft:worldspike:3, Standard Worldspike -railcraft:worldspike_point, Worldspike Point -railcraft:cart_worldspike_standard:0, Standard Worldspike Cart -railcraft:cart_worldspike_admin:0, Admin Worldspike Cart -railcraft:cart_worldspike_personal:0, Personal Worldspike Cart -aenetvistool:net_visualizer, Network Visualization Tool -ae2stuff:encoder, Pattern Encoder -ae2stuff:grower, Crystal Growth Chamber -ae2stuff:inscriber, Advanced Inscriber -ae2stuff:wireless, Wireless Connector -ae2stuff:wireless_kit, Wireless Setup Kit -ae2stuff:visualiser, Network Visualisation Tool -avaritia:resource:0, Diamond Lattice -avaritia:resource:1, Crystal Matrix Ingot -avaritia:resource:2, Pile of Neutrons -avaritia:resource:3, Neutronium Nugget -avaritia:resource:4, Neutronium Ingot -avaritia:resource:5, Infinity Catalyst -avaritia:resource:6, Infinity Ingot -avaritia:resource:7, Record Fragment -avaritia:singularity:0, Iron Singularity -avaritia:singularity:1, Golden Singularity -avaritia:singularity:2, Lapis Singularity -avaritia:singularity:3, Redstone Singularity -avaritia:singularity:4, Nether Quartz Singularity -avaritia:singularity:5, Copper Singularity -avaritia:singularity:6, Tin Singularity -avaritia:singularity:7, Lead Singularity -avaritia:singularity:8, Silver Singularity -avaritia:singularity:9, Nickel Singularity -avaritia:singularity:10, Diamond Singularity -avaritia:singularity:11, Emerald Singularity -avaritia:singularity:12, Fluxed Singularity -avaritia:singularity:13, Platinum Singularity -avaritia:singularity:14, Iridium Singularity -avaritia:infinity_sword, Sword of the Cosmos -avaritia:infinity_bow, Longbow of the Heavens -avaritia:infinity_pickaxe, World Breaker -avaritia:infinity_shovel, Planet Eater -avaritia:infinity_axe, Nature's Ruin -avaritia:infinity_hoe, Hoe of the Green Earth -avaritia:infinity_helmet, Infinity Helmet -avaritia:infinity_chestplate, Infinity Breastplate -avaritia:infinity_pants, Infinity Leggings -avaritia:infinity_boots, Infinity Boots -avaritia:skullfire_sword, Skullfire Sword -avaritia:endest_pearl, Endest Pearl -avaritia:ultimate_stew, Ultimate Stew -avaritia:cosmic_meatballs, Cosmic Meatballs -avaritia:matter_cluster, Matter Cluster -avaritia:compressed_crafting_table, Compressed Crafting Table -avaritia:double_compressed_crafting_table, Double Compressed Crafting Table -avaritia:extreme_crafting_table, Extreme Crafting Table -avaritia:block_resource:0, Neutronium Block -avaritia:block_resource:1, Infinity Block -avaritia:block_resource:2, Crystal Matrix -avaritia:neutron_collector, Neutron Collector -avaritia:neutronium_compressor, Neutronium Compressor -bewitchment:blessed_stone, Blessed Stone -bewitchment:block_of_amethyst, Block of Amethyst -bewitchment:block_of_garnet, Block of Garnet -bewitchment:block_of_opal, Block of Opal -bewitchment:block_of_silver, Block of Silver -bewitchment:block_of_silver_symbol, Block of Silver -bewitchment:block_of_silver_bevel, Block of Silver -bewitchment:block_of_silver_sun, Block of Silver -bewitchment:block_of_silver_moon, Block of Silver -bewitchment:block_of_silver_cup, Block of Silver -bewitchment:block_of_silver_pentacle, Block of Silver -bewitchment:block_of_silver_sword, Block of Silver -bewitchment:block_of_silver_wand, Block of Silver -bewitchment:block_of_silver_pentagram, Block of Silver -bewitchment:block_of_silver_old, Block of Silver -bewitchment:block_of_cold_iron, Block of Cold Iron -bewitchment:block_of_cold_iron_symbol, Block of Cold Iron -bewitchment:block_of_cold_iron_bevel, Block of Cold Iron -bewitchment:block_of_cold_iron_sun, Block of Cold Iron -bewitchment:block_of_cold_iron_moon, Block of Cold Iron -bewitchment:block_of_cold_iron_cup, Block of Cold Iron -bewitchment:block_of_cold_iron_pentacle, Block of Cold Iron -bewitchment:block_of_cold_iron_sword, Block of Cold Iron -bewitchment:block_of_cold_iron_wand, Block of Cold Iron -bewitchment:block_of_cold_iron_pentagram, Block of Cold Iron -bewitchment:block_of_salt, Block of Salt -bewitchment:amethyst_ore, Amethyst Ore -bewitchment:garnet_ore, Garnet Ore -bewitchment:opal_ore, Opal Ore -bewitchment:silver_ore, Silver Ore -bewitchment:salt_ore, Salt Ore -bewitchment:purifying_earth, Purifying Earth -bewitchment:coquina, Coquina -bewitchment:coquina_smooth, Coquina -bewitchment:coquina_shell, Coquina -bewitchment:coquina_bricks, Coquina Bricks -bewitchment:chiseled_coquina, Chiseled Coquina -bewitchment:nethersteel, Nethersteel -bewitchment:nethersteel_symbol, Nethersteel -bewitchment:nethersteel_bevel, Nethersteel -bewitchment:nethersteel_polished, Nethersteel -bewitchment:nethersteel_sentient, Nethersteel -bewitchment:nethersteel_pentacle, Nethersteel -bewitchment:nethersteel_pentagram, Nethersteel -bewitchment:nethersteel_skull, Nethersteel -bewitchment:nethersteel_eye, Nethersteel -bewitchment:nethersteel_watching_eye, Nethersteel -bewitchment:nethersteel_hellish, Nethersteel -bewitchment:nethersteel_watching_hellish, Nethersteel -bewitchment:perpetual_ice, Perpetual Ice -bewitchment:perpetual_ice_stairs, Perpetual Ice Stairs -bewitchment:perpetual_ice_slab:0, Perpetual Ice Slab -bewitchment:perpetual_ice_fence, Perpetual Ice Fence -bewitchment:embittered_bricks, Embittered Bricks -bewitchment:cracked_embittered_bricks, Cracked Embittered Bricks -bewitchment:chiseled_embittered_bricks, Chiseled Embittered Bricks -bewitchment:embittered_brick_stairs, Embittered Brick Stairs -bewitchment:embittered_bricks_slab:0, Embittered Bricks Slab -bewitchment:embittered_brick_fence, Embittered Brick Fence -bewitchment:scorned_bricks, Scorned Bricks -bewitchment:scorned_bricks_symbol, Scorned Bricks -bewitchment:scorned_bricks_bevel, Scorned Bricks -bewitchment:scorned_bricks_hellish, Scorned Bricks -bewitchment:scorned_bricks_raw, Scorned Bricks -bewitchment:scorned_bricks_raw_cracked, Scorned Bricks -bewitchment:scorned_bricks_small, Scorned Bricks -bewitchment:scorned_bricks_soft, Scorned Bricks -bewitchment:scorned_bricks_small_tiles, Scorned Bricks -bewitchment:scorned_bricks_medium_tiles, Scorned Bricks -bewitchment:scorned_bricks_triple, Scorned Bricks -bewitchment:scorned_bricks_braid, Scorned Bricks -bewitchment:scorned_bricks_layers, Scorned Bricks -bewitchment:scorned_bricks_road, Scorned Bricks -bewitchment:scorned_bricks_ornate, Scorned Bricks -bewitchment:scorned_bricks_panel, Scorned Bricks -bewitchment:scorned_bricks_prism, Scorned Bricks -bewitchment:scorned_bricks_slanted, Scorned Bricks -bewitchment:cracked_scorned_bricks, Cracked Scorned Bricks -bewitchment:chiseled_scorned_bricks, Chiseled Scorned Bricks -bewitchment:scorned_brick_stairs, Scorned Brick Stairs -bewitchment:scorned_bricks_slab:0, Scorned Bricks Slab -bewitchment:scorned_brick_fence, Scorned Brick Fence -bewitchment:mossy_scorned_bricks, Mossy Scorned Bricks -bewitchment:crying_scorned_bricks, Warped Scorned Bricks -bewitchment:despair_bricks, Despair Bricks -bewitchment:ochre_despair_bricks, Ochre Despair Bricks -bewitchment:nethersteel_fence, Nethersteel Fence -bewitchment:coquina_fence, Coquina Fence -bewitchment:mossy_scorned_brick_fence, Mossy Scorned Brick Fence -bewitchment:crying_scorned_brick_fence, Warped Scorned Brick Fence -bewitchment:despair_brick_fence, Despair Brick Fence -bewitchment:ochre_despair_brick_fence, Ochre Despair Brick Fence -bewitchment:alchemists_carpet, Alchemist Carpet -bewitchment:hedgewitches_carpet, Hedgewitch Carpet -bewitchment:besmirched_carpet, Besmirched Carpet -bewitchment:mossy_scorned_brick_stairs, Mossy Scorned Brick Stairs -bewitchment:crying_scorned_brick_stairs, Warped Scorned Brick Stairs -bewitchment:despair_brick_stairs, Despair Brick Stairs -bewitchment:ochre_despair_brick_stairs, Ochre Despair Brick Stairs -bewitchment:nethersteel_stairs, Nethersteel Stairs -bewitchment:coquina_stairs, Coquina Stairs -bewitchment:coquina_brick_stairs, Coquina Brick Stairs -bewitchment:coquina_brick_slab:0, Coquina Brick Slab -bewitchment:coquina_brick_wall, Coquina Brick Wall -bewitchment:coquina_brick_fence, Coquina Brick Fence -bewitchment:coquina_slab:0, Coquina Slab -bewitchment:nethersteel_slab:0, Nethersteel Slab -bewitchment:mossy_scorned_brick_slab:0, Mossy Scorned Brick Slab -bewitchment:crying_scorned_brick_slab:0, Warped Scorned Brick Slab -bewitchment:despair_brick_slab:0, Despair Brick Slab -bewitchment:ochre_despair_brick_slab:0, Ochre Despair Brick Slab -bewitchment:coquina_wall, Coquina Wall -bewitchment:scorned_brick_wall, Scorned Brick Wall -bewitchment:despair_brick_wall, Despair Brick Wall -bewitchment:ochre_despair_brick_wall, Ochre Despair Brick Wall -bewitchment:embittered_brick_wall, Embittered Brick Wall -bewitchment:mossy_scorned_brick_wall, Mossy Scorned Brick Wall -bewitchment:crying_scorned_brick_wall, Warped Scorned Brick Wall -bewitchment:nethersteel_wall, Nethersteel Wall -bewitchment:greenwitch_fleece, Hedgewitch Fleece -bewitchment:besmirched_fleece, Besmirched Fleece -bewitchment:alchemists_fleece, Alchemist Fleece -bewitchment:dragons_blood_resin_block, Block of Dragon's Blood Resin -bewitchment:goblet, Goblet -bewitchment:filled_goblet, Filled Goblet -bewitchment:white_candle, White Candle -bewitchment:orange_candle, Orange Candle -bewitchment:magenta_candle, Magenta Candle -bewitchment:light_blue_candle, Light Blue Candle -bewitchment:yellow_candle, Yellow Candle -bewitchment:lime_candle, Lime Candle -bewitchment:pink_candle, Pink Candle -bewitchment:gray_candle, Gray Candle -bewitchment:light_gray_candle, Light Gray Candle -bewitchment:cyan_candle, Cyan Candle -bewitchment:purple_candle, Purple Candle -bewitchment:blue_candle, Blue Candle -bewitchment:brown_candle, Brown Candle -bewitchment:green_candle, Green Candle -bewitchment:red_candle, Red Candle -bewitchment:black_candle, Black Candle -bewitchment:embergrass, Embergrass -bewitchment:torchwood, Torchwood -bewitchment:spanish_moss, Spanish Moss -bewitchment:blue_ink_cap, Blue Ink Cap -bewitchment:frostflower, Frost Flower -bewitchment:flower_siphoning_allium, Allium? -bewitchment:flower_siphoning_blue_orchid, Blue Orchid? -bewitchment:flower_siphoning_dandelion, Dandelion? -bewitchment:flower_siphoning_azure_bluet, Azure Bluet? -bewitchment:flower_siphoning_oxeye_daisy, Oxeye Daisy? -bewitchment:flower_siphoning_tulip_orange, Orange Tulip? -bewitchment:flower_siphoning_tulip_pink, Pink Tulip? -bewitchment:flower_siphoning_tulip_red, Red Tulip? -bewitchment:flower_siphoning_tulip_white, White Tulip? -bewitchment:flower_siphoning_poppy, Poppy? -bewitchment:candelabra_gold, Golden Candelabra -bewitchment:candelabra_iron, Iron Candelabra -bewitchment:candelabra_silver, Silver Candelabra -bewitchment:goddess_statue, Goddess Statue -bewitchment:cypress_sapling, Cypress Sapling -bewitchment:elder_sapling, Elder Sapling -bewitchment:juniper_sapling, Juniper Sapling -bewitchment:dragons_blood_sapling, Dragons Blood Sapling -bewitchment:cypress_wood, Cypress Wood -bewitchment:elder_wood, Elder Wood -bewitchment:juniper_wood, Juniper Wood -bewitchment:dragons_blood_wood, Dragons Blood Wood -bewitchment:cypress_planks, Cypress Planks -bewitchment:elder_planks, Elder Planks -bewitchment:juniper_planks, Juniper Planks -bewitchment:dragons_blood_planks, Dragons Blood Planks -bewitchment:cypress_leaves, Cypress Leaves -bewitchment:elder_leaves, Elder Leaves -bewitchment:juniper_leaves, Juniper Leaves -bewitchment:dragons_blood_leaves, Dragons Blood Leaves -bewitchment:juniper_chest, Juniper Chest -bewitchment:dragons_blood_chest, Dragon's Blood Chest -bewitchment:cypress_wood_stairs, Cypress Wood Stairs -bewitchment:elder_wood_stairs, Elder Wood Stairs -bewitchment:juniper_wood_stairs, Juniper Wood Stairs -bewitchment:dragons_blood_stairs, Dragon's Blood Stairs -bewitchment:cypress_wood_slab:0, Cypress Wood Slab -bewitchment:elder_wood_slab:0, Elder Wood Slab -bewitchment:juniper_wood_slab:0, Juniper Wood Slab -bewitchment:dragons_blood_slab:0, Dragon's Blood Slab -bewitchment:cypress_trapdoor, Cypress Trapdoor -bewitchment:elder_trapdoor, Elder Trapdoor -bewitchment:juniper_trapdoor, Juniper Trapdoor -bewitchment:dragons_blood_trapdoor, Dragon's Blood Trapdoor -bewitchment:cypress_fence_gate, Cypress Fence Gate -bewitchment:elder_fence_gate, Elder Fence Gate -bewitchment:juniper_fence_gate, Juniper Fence Gate -bewitchment:dragons_blood_fence_gate, Dragon's Blood Fence Gate -bewitchment:cypress_fence, Cypress Fence -bewitchment:elder_fence, Elder Fence -bewitchment:juniper_fence, Juniper Fence -bewitchment:dragons_blood_fence, Dragon's Blood Fence -bewitchment:cypress_pressure_plate, Cypress Pressure Plate -bewitchment:elder_pressure_plate, Elder Pressure Plate -bewitchment:juniper_pressure_plate, Juniper Pressure Plate -bewitchment:dragons_blood_pressure_plate, Dragon's Blood Pressure Plate -bewitchment:cypress_button, Cypress Button -bewitchment:elder_button, Elder Button -bewitchment:juniper_button, Juniper Button -bewitchment:dragons_blood_button, Dragon's Blood Button -bewitchment:stone_witches_altar, Stone Witches' Altar -bewitchment:nether_brick_witches_altar, Nether Brick Witches' Altar -bewitchment:obsidian_witches_altar, Obsidian Witches' Altar -bewitchment:coquina_witches_altar, Coquina Witches' Altar -bewitchment:embittered_brick_witches_altar, Embittered Brick Witches' Altar -bewitchment:scorned_brick_witches_altar, Scorned Brick Witches' Altar -bewitchment:witches_cauldron, Witches' Cauldron -bewitchment:witches_oven, Witches' Oven -bewitchment:distillery, Distillery -bewitchment:spinning_wheel, Spinning Wheel -bewitchment:crystal_ball, Crystal Ball -bewitchment:brazier, Brazier -bewitchment:sigil_table, Sigil Table -bewitchment:poppet_shelf_oak, Oak Poppet Shelf -bewitchment:poppet_shelf_spruce, Spruce Poppet Shelf -bewitchment:poppet_shelf_dark_oak, Dark Oak Poppet Shelf -bewitchment:poppet_shelf_jungle, Jungle Poppet Shelf -bewitchment:poppet_shelf_birch, Birch Poppet Shelf -bewitchment:poppet_shelf_acacia, Acacia Poppet Shelf -bewitchment:poppet_shelf_juniper, Juniper Poppet Shelf -bewitchment:poppet_shelf_cypress, Cypress Poppet Shelf -bewitchment:poppet_shelf_elder, Elder Poppet Shelf -bewitchment:poppet_shelf_dragons_blood, Dragon's Blood Poppet Shelf -bewitchment:stone_leonard_statue, Stone Leonard Statue -bewitchment:nether_brick_leonard_statue, Nether Brick Leonard Statue -bewitchment:scorned_brick_leonard_statue, Scorned Brick Leonard Statue -bewitchment:gold_leonard_statue, Gold Leonard Statue -bewitchment:stone_lilith_statue, Stone Lilith Statue -bewitchment:nether_brick_lilith_statue, Nether Brick Lilith Statue -bewitchment:scorned_brick_lilith_statue, Scorned Brick Lilith Statue -bewitchment:gold_lilith_statue, Gold Lilith Statue -bewitchment:stone_baphomet_statue, Stone Baphomet Statue -bewitchment:nether_brick_baphomet_statue, Nether Brick Baphomet Statue -bewitchment:scorned_brick_baphomet_statue, Scorned Brick Baphomet Statue -bewitchment:gold_baphomet_statue, Gold Baphomet Statue -bewitchment:stone_herne_statue, Stone Herne Statue -bewitchment:nether_brick_herne_statue, Nether Brick Herne Statue -bewitchment:scorned_brick_herne_statue, Scorned Brick Herne Statue -bewitchment:gold_herne_statue, Gold Herne Statue -bewitchment:stone_moloch_statue, Stone Moloch Statue -bewitchment:nether_brick_moloch_statue, Nether Brick Moloch Statue -bewitchment:scorned_brick_moloch_statue, Scorned Brick Moloch Statue -bewitchment:gold_moloch_statue, Gold Moloch Statue -bewitchment:stone_leonard_idol, Stone Leonard Idol -bewitchment:nether_brick_leonard_idol, Nether Brick Leonard Idol -bewitchment:scorned_brick_leonard_idol, Scorned Brick Leonard Idol -bewitchment:gold_leonard_idol, Gold Leonard Idol -bewitchment:stone_herne_idol, Stone Herne Idol -bewitchment:nether_brick_herne_idol, Nether Brick Herne Idol -bewitchment:scorned_brick_herne_idol, Scorned Brick Herne Idol -bewitchment:gold_herne_idol, Gold Herne Idol -bewitchment:stone_baphomet_idol, Stone Baphomet Idol -bewitchment:nether_brick_baphomet_idol, Nether Brick Baphomet Idol -bewitchment:scorned_brick_baphomet_idol, Scorned Brick Baphomet Idol -bewitchment:gold_baphomet_idol, Gold Baphomet Idol -bewitchment:stone_lilith_idol, Stone Lilith Idol -bewitchment:nether_brick_lilith_idol, Nether Brick Lilith Idol -bewitchment:scorned_brick_lilith_idol, Scorned Brick Lilith Idol -bewitchment:gold_lilith_idol, Gold Lilith Idol -bewitchment:stone_moloch_idol, Stone Moloch Idol -bewitchment:nether_brick_moloch_idol, Nether Brick Moloch Idol -bewitchment:scorned_brick_moloch_idol, Scorned Brick Moloch Idol -bewitchment:gold_moloch_idol, Gold Moloch Idol -binniecore:glass:0, Empty Conservation Bottle -binniecore:glass:1, Apple Juice Conservation Bottle -binniecore:glass:1, Apricot Juice Conservation Bottle -binniecore:glass:1, Banana Juice Conservation Bottle -binniecore:glass:1, Cherry Juice Conservation Bottle -binniecore:glass:1, Elderberry Juice Conservation Bottle -binniecore:glass:1, Lemon Juice Conservation Bottle -binniecore:glass:1, Lime Juice Conservation Bottle -binniecore:glass:1, Orange Juice Conservation Bottle -binniecore:glass:1, Peach Juice Conservation Bottle -binniecore:glass:1, Plum Juice Conservation Bottle -binniecore:glass:1, Carrot Juice Conservation Bottle -binniecore:glass:1, Tomato Juice Conservation Bottle -binniecore:glass:1, Cranberry Juice Conservation Bottle -binniecore:glass:1, Grapefruit Juice Conservation Bottle -binniecore:glass:1, Olive Oil Conservation Bottle -binniecore:glass:1, Pineapple Juice Conservation Bottle -binniecore:glass:1, Pear Juice Conservation Bottle -binniecore:glass:1, White Grape Juice Conservation Bottle -binniecore:glass:1, Red Grape Juice Conservation Bottle -binniecore:glass:1, Cider Conservation Bottle -binniecore:glass:1, Apricot Wine Conservation Bottle -binniecore:glass:1, Banana Wine Conservation Bottle -binniecore:glass:1, Cherry Wine Conservation Bottle -binniecore:glass:1, Elderberry Wine Conservation Bottle -binniecore:glass:1, Peach Cider Conservation Bottle -binniecore:glass:1, Pear Cider Conservation Bottle -binniecore:glass:1, Plum Wine Conservation Bottle -binniecore:glass:1, Carrot Wine Conservation Bottle -binniecore:glass:1, White Wine Conservation Bottle -binniecore:glass:1, Red Wine Conservation Bottle -binniecore:glass:1, Sparkling Wine Conservation Bottle -binniecore:glass:1, Agave Wine Conservation Bottle -binniecore:glass:1, Fermented Potatoes Conservation Bottle -binniecore:glass:1, Citrus Wine Conservation Bottle -binniecore:glass:1, Cranberry Wine Conservation Bottle -binniecore:glass:1, Pineapple Wine Conservation Bottle -binniecore:glass:1, Tomato Wine Conservation Bottle -binniecore:glass:1, Fruit Wine Conservation Bottle -binniecore:glass:1, Ale Conservation Bottle -binniecore:glass:1, Lager Conservation Bottle -binniecore:glass:1, Wheat Beer Conservation Bottle -binniecore:glass:1, Rye Beer Conservation Bottle -binniecore:glass:1, Corn Beer Conservation Bottle -binniecore:glass:1, Stout Conservation Bottle -binniecore:glass:1, Fermented Grain Mash Conservation Bottle -binniecore:glass:1, Fermented Wheat Mash Conservation Bottle -binniecore:glass:1, Fermented Rye Mash Conservation Bottle -binniecore:glass:1, Fermented Corn Mash Conservation Bottle -binniecore:glass:1, Neutral Spirit Conservation Bottle -binniecore:glass:1, Vodka Conservation Bottle -binniecore:glass:1, White Rum Conservation Bottle -binniecore:glass:1, Dark Rum Conservation Bottle -binniecore:glass:1, Whiskey Conservation Bottle -binniecore:glass:1, Bourbon Conservation Bottle -binniecore:glass:1, Rye Whiskey Conservation Bottle -binniecore:glass:1, Wheat Whiskey Conservation Bottle -binniecore:glass:1, Fortified Wine Conservation Bottle -binniecore:glass:1, Tequila Conservation Bottle -binniecore:glass:1, Brandy Conservation Bottle -binniecore:glass:1, Apple Brandy Conservation Bottle -binniecore:glass:1, Pear Brandy Conservation Bottle -binniecore:glass:1, Apricot Brandy Conservation Bottle -binniecore:glass:1, Plum Brandy Conservation Bottle -binniecore:glass:1, Cherry Brandy Conservation Bottle -binniecore:glass:1, Elderberry Brandy Conservation Bottle -binniecore:glass:1, Citrus Brandy Conservation Bottle -binniecore:glass:1, Fruit Brandy Conservation Bottle -binniecore:glass:1, Cachaca Conservation Bottle -binniecore:glass:1, Gin Conservation Bottle -binniecore:glass:1, Apple Liquor Conservation Bottle -binniecore:glass:1, Pear Liquor Conservation Bottle -binniecore:glass:1, Cherry Liquor Conservation Bottle -binniecore:glass:1, Elderberry Liquor Conservation Bottle -binniecore:glass:1, Apricot Liquor Conservation Bottle -binniecore:glass:1, Fruit Liquor Conservation Bottle -binniecore:glass:1, Almond Liqueur Conservation Bottle -binniecore:glass:1, Orange Liqueur Conservation Bottle -binniecore:glass:1, Banana Liqueur Conservation Bottle -binniecore:glass:1, Chocolate Liqueur Conservation Bottle -binniecore:glass:1, Mint Liqueur Conservation Bottle -binniecore:glass:1, Hazelnut Liqueur Conservation Bottle -binniecore:glass:1, Cinnamon Liqueur Conservation Bottle -binniecore:glass:1, Coffee Liqueur Conservation Bottle -binniecore:glass:1, Melon Liqueur Conservation Bottle -binniecore:glass:1, Anise Liqueur Conservation Bottle -binniecore:glass:1, Peach Liqueur Conservation Bottle -binniecore:glass:1, Lemon Liqueur Conservation Bottle -binniecore:glass:1, Herbal Liqueur Conservation Bottle -binniecore:glass:1, Cherry Liqueur Conservation Bottle -binniecore:glass:1, Blackcurrant Liqueur Conservation Bottle -binniecore:glass:1, Blackberry Liqueur Conservation Bottle -binniecore:glass:1, Raspberry Liqueur Conservation Bottle -binniecore:cylinder:0, Empty Cylinder -binniecore:cylinder:1, Growth Medium Cylinder -binniecore:cylinder:1, Bacteria Cylinder -binniecore:cylinder:1, Polymerising Bacteria Cylinder -binniecore:cylinder:1, Raw DNA Cylinder -binniecore:cylinder:1, Bacteria Vector Cylinder -binniecore:storage:0, Compartment -binniecore:storage:1, Copper Compartment -binniecore:storage:2, Bronze Compartment -binniecore:storage:3, Iron Compartment -binniecore:storage:4, Gold Compartment -binniecore:storage:5, Diamond Compartment -binniecore:field_kit, item.field_kit.name -binniecore:genesis, item.genesis.name -genetics:punnett_square, item.punnett_square.name -genetics:serum, item.serum.name -genetics:serum_array, item.serum_array.name -genetics:geneticdatabase:0, Gene Database -genetics:geneticdatabase:1, Master Gene Database -genetics:analyst, item.analyst.name -genetics:registry, item.registry.name -genetics:master_registry, item.master_registry.name -genetics:misc:0, Reinforced Casing -genetics:misc:1, DNA Dye -genetics:misc:2, Fluorescent Dye -genetics:misc:3, Enzyme -genetics:misc:4, Growth Medium -genetics:misc:5, Blank Sequence -genetics:misc:6, Empty Serum Vial -genetics:misc:7, Empty Serum Array -genetics:misc:8, Integrated Circuit Board -genetics:misc:9, Integrated CPU -genetics:misc:10, Integrated Casing -genetics:sequence, item.sequence.name -genetics:binnie.growth.medium, tile.genetics.fluid.geneticliquid.growthmedium.name -genetics:binnie.bacteria, tile.genetics.fluid.geneticliquid.bacteria.name -genetics:binnie.bacteria.poly, tile.genetics.fluid.geneticliquid.bacteriapoly.name -genetics:binnie.dna.raw, tile.genetics.fluid.geneticliquid.rawdna.name -genetics:binnie.bacteria.vector, tile.genetics.fluid.geneticliquid.bacteriavector.name -genetics:machine:0, Isolator -genetics:machine:1, Sequencer -genetics:machine:2, Polymeriser -genetics:machine:3, Inoculator -genetics:lab_machine:0, Lab Stand -genetics:lab_machine:1, Analyzer -genetics:lab_machine:2, Incubator -genetics:lab_machine:3, Genepool -genetics:lab_machine:4, Acclimatiser -genetics:adv_machine:0, Splicer -botany:machine:0, Tileworker -botany:ceramic:0, Aquamarine Ceramic Block -botany:ceramic:1, Black Ceramic Block -botany:ceramic:2, Deep Blue Ceramic Block -botany:ceramic:3, Red-Brown Ceramic Block -botany:ceramic:4, Dull Blue Ceramic Block -botany:ceramic:5, Light Brown Ceramic Block -botany:ceramic:6, Coral Ceramic Block -botany:ceramic:7, Crimson Ceramic Block -botany:ceramic:8, Cyan Ceramic Block -botany:ceramic:9, Dark Bronze Ceramic Block -botany:ceramic:10, Gray Ceramic Block -botany:ceramic:11, Dark Green Ceramic Block -botany:ceramic:12, Dark Beige Ceramic Block -botany:ceramic:13, Dark Olive Ceramic Block -botany:ceramic:14, Red-Orange Ceramic Block -botany:ceramic:15, Dark Salmon Ceramic Block -botany:ceramic:16, Dull Green Ceramic Block -botany:ceramic:17, Dark Slate Ceramic Block -botany:ceramic:18, Dark Teal Ceramic Block -botany:ceramic:19, Turquoise Ceramic Block -botany:ceramic:20, Purple Ceramic Block -botany:ceramic:21, Deep Pink Ceramic Block -botany:ceramic:22, Light Blue Ceramic Block -botany:ceramic:23, Dark Gray Ceramic Block -botany:ceramic:24, Blue Ceramic Block -botany:ceramic:25, Gold Ceramic Block -botany:ceramic:26, Bronze Ceramic Block -botany:ceramic:27, Dim Gray Ceramic Block -botany:ceramic:28, Green Ceramic Block -botany:ceramic:29, Pink Ceramic Block -botany:ceramic:30, Brick Red Ceramic Block -botany:ceramic:31, Indigo Ceramic Block -botany:ceramic:32, Beige Ceramic Block -botany:ceramic:33, Alice Blue Ceramic Block -botany:ceramic:34, Pale Yellow Ceramic Block -botany:ceramic:35, Light Gray Ceramic Block -botany:ceramic:36, Dark Turquoise Ceramic Block -botany:ceramic:37, Pale Blue Ceramic Block -botany:ceramic:38, Lime Ceramic Block -botany:ceramic:39, Light Green Ceramic Block -botany:ceramic:40, Magenta Ceramic Block -botany:ceramic:41, Maroon Ceramic Block -botany:ceramic:42, Light Mint Ceramic Block -botany:ceramic:43, Light Purple Ceramic Block -botany:ceramic:44, Light Slate Ceramic Block -botany:ceramic:45, Mint Ceramic Block -botany:ceramic:46, Purple-Red Ceramic Block -botany:ceramic:47, Pale Rose Ceramic Block -botany:ceramic:48, Navy Ceramic Block -botany:ceramic:49, Dark Yellow Ceramic Block -botany:ceramic:50, Olive Ceramic Block -botany:ceramic:51, Orange Ceramic Block -botany:ceramic:52, Pale Green Ceramic Block -botany:ceramic:53, Pale Turquoise Ceramic Block -botany:ceramic:54, Dull Pink Ceramic Block -botany:ceramic:55, Tan Ceramic Block -botany:ceramic:56, Pale Pink Ceramic Block -botany:ceramic:57, Light Mauve Ceramic Block -botany:ceramic:58, Dark Purple Ceramic Block -botany:ceramic:59, Red Ceramic Block -botany:ceramic:60, Dull Red Ceramic Block -botany:ceramic:61, Royal Blue Ceramic Block -botany:ceramic:62, Salmon Ceramic Block -botany:ceramic:63, Pale Brown Ceramic Block -botany:ceramic:64, Dark Mint Ceramic Block -botany:ceramic:65, Brown Ceramic Block -botany:ceramic:66, Sky Blue Ceramic Block -botany:ceramic:67, Slate Blue Ceramic Block -botany:ceramic:68, Slate Ceramic Block -botany:ceramic:69, Spring Green Ceramic Block -botany:ceramic:70, Steel Blue Ceramic Block -botany:ceramic:71, Pale Tan Ceramic Block -botany:ceramic:72, Teal Ceramic Block -botany:ceramic:73, Pale Purple Ceramic Block -botany:ceramic:74, Light Turquoise Ceramic Block -botany:ceramic:75, Mauve Ceramic Block -botany:ceramic:76, Pale Orange Ceramic Block -botany:ceramic:77, White Ceramic Block -botany:ceramic:78, Yellow Ceramic Block -botany:ceramic:79, Yellow-Green Ceramic Block -botany:stained, tile.null.name -botany:ceramicpattern, tile.null.name -botany:ceramicbrick:0, Aquamarine Ceramic Tile -botany:ceramicbrick:0, Black Ceramic Tile -botany:ceramicbrick:0, Deep Blue Ceramic Tile -botany:ceramicbrick:0, Red-Brown Ceramic Tile -botany:ceramicbrick:0, Dull Blue Ceramic Tile -botany:ceramicbrick:0, Light Brown Ceramic Tile -botany:ceramicbrick:0, Coral Ceramic Tile -botany:ceramicbrick:0, Crimson Ceramic Tile -botany:ceramicbrick:0, Cyan Ceramic Tile -botany:ceramicbrick:0, Dark Bronze Ceramic Tile -botany:ceramicbrick:0, Gray Ceramic Tile -botany:ceramicbrick:0, Dark Green Ceramic Tile -botany:ceramicbrick:0, Dark Beige Ceramic Tile -botany:ceramicbrick:0, Dark Olive Ceramic Tile -botany:ceramicbrick:0, Red-Orange Ceramic Tile -botany:ceramicbrick:0, Dark Salmon Ceramic Tile -botany:ceramicbrick:0, Dull Green Ceramic Tile -botany:ceramicbrick:0, Dark Slate Ceramic Tile -botany:ceramicbrick:0, Dark Teal Ceramic Tile -botany:ceramicbrick:0, Turquoise Ceramic Tile -botany:ceramicbrick:0, Purple Ceramic Tile -botany:ceramicbrick:0, Deep Pink Ceramic Tile -botany:ceramicbrick:0, Light Blue Ceramic Tile -botany:ceramicbrick:0, Dark Gray Ceramic Tile -botany:ceramicbrick:0, Blue Ceramic Tile -botany:ceramicbrick:0, Gold Ceramic Tile -botany:ceramicbrick:0, Bronze Ceramic Tile -botany:ceramicbrick:0, Dim Gray Ceramic Tile -botany:ceramicbrick:0, Green Ceramic Tile -botany:ceramicbrick:0, Pink Ceramic Tile -botany:ceramicbrick:0, Brick Red Ceramic Tile -botany:ceramicbrick:0, Indigo Ceramic Tile -botany:ceramicbrick:0, Beige Ceramic Tile -botany:ceramicbrick:0, Alice Blue Ceramic Tile -botany:ceramicbrick:0, Pale Yellow Ceramic Tile -botany:ceramicbrick:0, Light Gray Ceramic Tile -botany:ceramicbrick:0, Dark Turquoise Ceramic Tile -botany:ceramicbrick:0, Pale Blue Ceramic Tile -botany:ceramicbrick:0, Lime Ceramic Tile -botany:ceramicbrick:0, Light Green Ceramic Tile -botany:ceramicbrick:0, Magenta Ceramic Tile -botany:ceramicbrick:0, Maroon Ceramic Tile -botany:ceramicbrick:0, Light Mint Ceramic Tile -botany:ceramicbrick:0, Light Purple Ceramic Tile -botany:ceramicbrick:0, Light Slate Ceramic Tile -botany:ceramicbrick:0, Mint Ceramic Tile -botany:ceramicbrick:0, Purple-Red Ceramic Tile -botany:ceramicbrick:0, Pale Rose Ceramic Tile -botany:ceramicbrick:0, Navy Ceramic Tile -botany:ceramicbrick:0, Dark Yellow Ceramic Tile -botany:ceramicbrick:0, Olive Ceramic Tile -botany:ceramicbrick:0, Orange Ceramic Tile -botany:ceramicbrick:0, Pale Green Ceramic Tile -botany:ceramicbrick:0, Pale Turquoise Ceramic Tile -botany:ceramicbrick:0, Dull Pink Ceramic Tile -botany:ceramicbrick:0, Tan Ceramic Tile -botany:ceramicbrick:0, Pale Pink Ceramic Tile -botany:ceramicbrick:0, Light Mauve Ceramic Tile -botany:ceramicbrick:0, Dark Purple Ceramic Tile -botany:ceramicbrick:0, Red Ceramic Tile -botany:ceramicbrick:0, Dull Red Ceramic Tile -botany:ceramicbrick:0, Royal Blue Ceramic Tile -botany:ceramicbrick:0, Salmon Ceramic Tile -botany:ceramicbrick:0, Pale Brown Ceramic Tile -botany:ceramicbrick:0, Dark Mint Ceramic Tile -botany:ceramicbrick:0, Brown Ceramic Tile -botany:ceramicbrick:0, Sky Blue Ceramic Tile -botany:ceramicbrick:0, Slate Blue Ceramic Tile -botany:ceramicbrick:0, Slate Ceramic Tile -botany:ceramicbrick:0, Spring Green Ceramic Tile -botany:ceramicbrick:0, Steel Blue Ceramic Tile -botany:ceramicbrick:0, Pale Tan Ceramic Tile -botany:ceramicbrick:0, Teal Ceramic Tile -botany:ceramicbrick:0, Pale Purple Ceramic Tile -botany:ceramicbrick:0, Light Turquoise Ceramic Tile -botany:ceramicbrick:0, Mauve Ceramic Tile -botany:ceramicbrick:0, Pale Orange Ceramic Tile -botany:ceramicbrick:0, White Ceramic Tile -botany:ceramicbrick:0, Yellow Ceramic Tile -botany:ceramicbrick:0, Yellow-Green Ceramic Tile -botany:ceramicbrick:0, Red-Brown & Gold Ceramic Bricks -botany:ceramicbrick:0, Red-Brown & Gold Striped Ceramic Bricks -botany:ceramicbrick:0, Red-Brown & Gold Large Ceramic Bricks -botany:ceramicbrick:0, Red-Brown & Gold Split Ceramic Tile -botany:ceramicbrick:0, Red-Brown & Gold Chequered Ceramic Tile -botany:ceramicbrick:0, Red-Brown & Gold Mixed Ceramic Tile -botany:ceramicbrick:0, Red-Brown & Gold Vertical Ceramic Bricks -botany:ceramicbrick:0, Red-Brown & Gold Vertical Striped Ceramic Bricks -botany:ceramicbrick:0, Red-Brown & Gold Large Vertical Ceramic Bricks -botany:ceramicbrick:0, Gold Split Ceramic Tile -botany:ceramicbrick:0, Red-Brown Chequered Ceramic Tile -botany:ceramicbrick:0, Gold & Red-Brown Large Ceramic Bricks -botany:pigment:0, Aquamarine Pigment -botany:pigment:1, Black Pigment -botany:pigment:2, Deep Blue Pigment -botany:pigment:3, Red-Brown Pigment -botany:pigment:4, Dull Blue Pigment -botany:pigment:5, Light Brown Pigment -botany:pigment:6, Coral Pigment -botany:pigment:7, Crimson Pigment -botany:pigment:8, Cyan Pigment -botany:pigment:9, Dark Bronze Pigment -botany:pigment:10, Gray Pigment -botany:pigment:11, Dark Green Pigment -botany:pigment:12, Dark Beige Pigment -botany:pigment:13, Dark Olive Pigment -botany:pigment:14, Red-Orange Pigment -botany:pigment:15, Dark Salmon Pigment -botany:pigment:16, Dull Green Pigment -botany:pigment:17, Dark Slate Pigment -botany:pigment:18, Dark Teal Pigment -botany:pigment:19, Turquoise Pigment -botany:pigment:20, Purple Pigment -botany:pigment:21, Deep Pink Pigment -botany:pigment:22, Light Blue Pigment -botany:pigment:23, Dark Gray Pigment -botany:pigment:24, Blue Pigment -botany:pigment:25, Gold Pigment -botany:pigment:26, Bronze Pigment -botany:pigment:27, Dim Gray Pigment -botany:pigment:28, Green Pigment -botany:pigment:29, Pink Pigment -botany:pigment:30, Brick Red Pigment -botany:pigment:31, Indigo Pigment -botany:pigment:32, Beige Pigment -botany:pigment:33, Alice Blue Pigment -botany:pigment:34, Pale Yellow Pigment -botany:pigment:35, Light Gray Pigment -botany:pigment:36, Dark Turquoise Pigment -botany:pigment:37, Pale Blue Pigment -botany:pigment:38, Lime Pigment -botany:pigment:39, Light Green Pigment -botany:pigment:40, Magenta Pigment -botany:pigment:41, Maroon Pigment -botany:pigment:42, Light Mint Pigment -botany:pigment:43, Light Purple Pigment -botany:pigment:44, Light Slate Pigment -botany:pigment:45, Mint Pigment -botany:pigment:46, Purple-Red Pigment -botany:pigment:47, Pale Rose Pigment -botany:pigment:48, Navy Pigment -botany:pigment:49, Dark Yellow Pigment -botany:pigment:50, Olive Pigment -botany:pigment:51, Orange Pigment -botany:pigment:52, Pale Green Pigment -botany:pigment:53, Pale Turquoise Pigment -botany:pigment:54, Dull Pink Pigment -botany:pigment:55, Tan Pigment -botany:pigment:56, Pale Pink Pigment -botany:pigment:57, Light Mauve Pigment -botany:pigment:58, Dark Purple Pigment -botany:pigment:59, Red Pigment -botany:pigment:60, Dull Red Pigment -botany:pigment:61, Royal Blue Pigment -botany:pigment:62, Salmon Pigment -botany:pigment:63, Pale Brown Pigment -botany:pigment:64, Dark Mint Pigment -botany:pigment:65, Brown Pigment -botany:pigment:66, Sky Blue Pigment -botany:pigment:67, Slate Blue Pigment -botany:pigment:68, Slate Pigment -botany:pigment:69, Spring Green Pigment -botany:pigment:70, Steel Blue Pigment -botany:pigment:71, Pale Tan Pigment -botany:pigment:72, Teal Pigment -botany:pigment:73, Pale Purple Pigment -botany:pigment:74, Light Turquoise Pigment -botany:pigment:75, Mauve Pigment -botany:pigment:76, Pale Orange Pigment -botany:pigment:77, White Pigment -botany:pigment:78, Yellow Pigment -botany:pigment:79, Yellow-Green Pigment -botany:clay:0, Aquamarine Clay -botany:clay:1, Black Clay -botany:clay:2, Deep Blue Clay -botany:clay:3, Red-Brown Clay -botany:clay:4, Dull Blue Clay -botany:clay:5, Light Brown Clay -botany:clay:6, Coral Clay -botany:clay:7, Crimson Clay -botany:clay:8, Cyan Clay -botany:clay:9, Dark Bronze Clay -botany:clay:10, Gray Clay -botany:clay:11, Dark Green Clay -botany:clay:12, Dark Beige Clay -botany:clay:13, Dark Olive Clay -botany:clay:14, Red-Orange Clay -botany:clay:15, Dark Salmon Clay -botany:clay:16, Dull Green Clay -botany:clay:17, Dark Slate Clay -botany:clay:18, Dark Teal Clay -botany:clay:19, Turquoise Clay -botany:clay:20, Purple Clay -botany:clay:21, Deep Pink Clay -botany:clay:22, Light Blue Clay -botany:clay:23, Dark Gray Clay -botany:clay:24, Blue Clay -botany:clay:25, Gold Clay -botany:clay:26, Bronze Clay -botany:clay:27, Dim Gray Clay -botany:clay:28, Green Clay -botany:clay:29, Pink Clay -botany:clay:30, Brick Red Clay -botany:clay:31, Indigo Clay -botany:clay:32, Beige Clay -botany:clay:33, Alice Blue Clay -botany:clay:34, Pale Yellow Clay -botany:clay:35, Light Gray Clay -botany:clay:36, Dark Turquoise Clay -botany:clay:37, Pale Blue Clay -botany:clay:38, Lime Clay -botany:clay:39, Light Green Clay -botany:clay:40, Magenta Clay -botany:clay:41, Maroon Clay -botany:clay:42, Light Mint Clay -botany:clay:43, Light Purple Clay -botany:clay:44, Light Slate Clay -botany:clay:45, Mint Clay -botany:clay:46, Purple-Red Clay -botany:clay:47, Pale Rose Clay -botany:clay:48, Navy Clay -botany:clay:49, Dark Yellow Clay -botany:clay:50, Olive Clay -botany:clay:51, Orange Clay -botany:clay:52, Pale Green Clay -botany:clay:53, Pale Turquoise Clay -botany:clay:54, Dull Pink Clay -botany:clay:55, Tan Clay -botany:clay:56, Pale Pink Clay -botany:clay:57, Light Mauve Clay -botany:clay:58, Dark Purple Clay -botany:clay:59, Red Clay -botany:clay:60, Dull Red Clay -botany:clay:61, Royal Blue Clay -botany:clay:62, Salmon Clay -botany:clay:63, Pale Brown Clay -botany:clay:64, Dark Mint Clay -botany:clay:65, Brown Clay -botany:clay:66, Sky Blue Clay -botany:clay:67, Slate Blue Clay -botany:clay:68, Slate Clay -botany:clay:69, Spring Green Clay -botany:clay:70, Steel Blue Clay -botany:clay:71, Pale Tan Clay -botany:clay:72, Teal Clay -botany:clay:73, Pale Purple Clay -botany:clay:74, Light Turquoise Clay -botany:clay:75, Mauve Clay -botany:clay:76, Pale Orange Clay -botany:clay:77, White Clay -botany:clay:78, Yellow Clay -botany:clay:79, Yellow-Green Clay -botany:misc_ceramic:0, Mortar -botany:plant:0, Weed -botany:plant:1, Weed Long -botany:plant:2, Weed Very Long -botany:plant:3, Dead Flower -botany:plant:4, Decaying Flower -botany:soil:0, Soil -botany:soil:1, Soil -botany:soil:2, Soil -botany:soil:3, Soil -botany:soil:4, Soil -botany:soil:5, Soil -botany:soil:6, Soil -botany:soil:7, Soil -botany:soil:8, Soil -botany:loam:0, Loam -botany:loam:1, Loam -botany:loam:2, Loam -botany:loam:3, Loam -botany:loam:4, Loam -botany:loam:5, Loam -botany:loam:6, Loam -botany:loam:7, Loam -botany:loam:8, Loam -botany:flowerbed:0, Flowerbed -botany:flowerbed:1, Flowerbed -botany:flowerbed:2, Flowerbed -botany:flowerbed:3, Flowerbed -botany:flowerbed:4, Flowerbed -botany:flowerbed:5, Flowerbed -botany:flowerbed:6, Flowerbed -botany:flowerbed:7, Flowerbed -botany:flowerbed:8, Flowerbed -botany:soil_no_weed:0, Soil -botany:soil_no_weed:1, Soil -botany:soil_no_weed:2, Soil -botany:soil_no_weed:3, Soil -botany:soil_no_weed:4, Soil -botany:soil_no_weed:5, Soil -botany:soil_no_weed:6, Soil -botany:soil_no_weed:7, Soil -botany:soil_no_weed:8, Soil -botany:loam_no_weed:0, Loam -botany:loam_no_weed:1, Loam -botany:loam_no_weed:2, Loam -botany:loam_no_weed:3, Loam -botany:loam_no_weed:4, Loam -botany:loam_no_weed:5, Loam -botany:loam_no_weed:6, Loam -botany:loam_no_weed:7, Loam -botany:loam_no_weed:8, Loam -botany:flowerbed_no_weed:0, Flowerbed -botany:flowerbed_no_weed:1, Flowerbed -botany:flowerbed_no_weed:2, Flowerbed -botany:flowerbed_no_weed:3, Flowerbed -botany:flowerbed_no_weed:4, Flowerbed -botany:flowerbed_no_weed:5, Flowerbed -botany:flowerbed_no_weed:6, Flowerbed -botany:flowerbed_no_weed:7, Flowerbed -botany:flowerbed_no_weed:8, Flowerbed -botany:soil_meter, Soil Meter -botany:trowel_wood, Wooden Trowel -botany:trowel_stone, Stone Trowel -botany:trowel_iron, Iron Trowel -botany:trowel_diamond, Diamond Trowel -botany:trowel_gold, Gold Trowel -botany:misc:0, Ash Powder -botany:misc:1, Wood Pulp Powder -botany:misc:2, Mulch Powder -botany:misc:3, Sulphur Powder -botany:misc:4, Fertilizer Powder -botany:misc:5, Compost Powder -botany:misc:6, Mortar -botany:misc:7, Weedkiller -botany:botanist_bag, Botanist's Backpack -botany:insulated_tube:0, Copper Clay Insulated Electron Tube -botany:insulated_tube:128, Copper Cobblestone Insulated Electron Tube -botany:insulated_tube:256, Copper Sandstone Insulated Electron Tube -botany:insulated_tube:384, Copper Hardened Clay Insulated Electron Tube -botany:insulated_tube:512, Copper Smooth Stone Insulated Electron Tube -botany:insulated_tube:640, Copper Sandstone Insulated Electron Tube -botany:insulated_tube:1, Tin Clay Insulated Electron Tube -botany:insulated_tube:129, Tin Cobblestone Insulated Electron Tube -botany:insulated_tube:257, Tin Sandstone Insulated Electron Tube -botany:insulated_tube:385, Tin Hardened Clay Insulated Electron Tube -botany:insulated_tube:513, Tin Smooth Stone Insulated Electron Tube -botany:insulated_tube:641, Tin Sandstone Insulated Electron Tube -botany:insulated_tube:2, Bronze Clay Insulated Electron Tube -botany:insulated_tube:130, Bronze Cobblestone Insulated Electron Tube -botany:insulated_tube:258, Bronze Sandstone Insulated Electron Tube -botany:insulated_tube:386, Bronze Hardened Clay Insulated Electron Tube -botany:insulated_tube:514, Bronze Smooth Stone Insulated Electron Tube -botany:insulated_tube:642, Bronze Sandstone Insulated Electron Tube -botany:insulated_tube:3, Iron Clay Insulated Electron Tube -botany:insulated_tube:131, Iron Cobblestone Insulated Electron Tube -botany:insulated_tube:259, Iron Sandstone Insulated Electron Tube -botany:insulated_tube:387, Iron Hardened Clay Insulated Electron Tube -botany:insulated_tube:515, Iron Smooth Stone Insulated Electron Tube -botany:insulated_tube:643, Iron Sandstone Insulated Electron Tube -botany:database:0, Botanist Database -botany:database:1, Master Botanist Database -extrabees:honey_crystal, item.honey_crystal.name -extrabees:honey_drop:0, Energy Drop -extrabees:honey_drop:1, Acidic Drop -extrabees:honey_drop:2, Venomous Drop -extrabees:honey_drop:3, Juicy Drop -extrabees:honey_drop:5, Kelvin Drop -extrabees:honey_drop:6, Milkdew -extrabees:honey_drop:7, Nutdew -extrabees:honey_drop:8, Tipsy Drop -extrabees:honey_drop:13, Red Tinted Honey -extrabees:honey_drop:14, Yellow Tinted Honey -extrabees:honey_drop:15, Blue Tinted Honey -extrabees:honey_drop:16, Green Tinted Honey -extrabees:honey_drop:17, Black Tinted Honey -extrabees:honey_drop:18, White Tinted Honey -extrabees:honey_drop:19, Brown Tinted Honey -extrabees:honey_drop:20, Orange Tinted Honey -extrabees:honey_drop:21, Cyan Tinted Honey -extrabees:honey_drop:22, Purple Tinted Honey -extrabees:honey_drop:23, Gray Tinted Honey -extrabees:honey_drop:24, Light Blue Tinted Honey -extrabees:honey_drop:25, Pink Tinted Honey -extrabees:honey_drop:26, Lime Green Tinted Honey -extrabees:honey_drop:27, Magenta Tinted Honey -extrabees:honey_drop:28, Light Gray Tinted Honey -extrabees:honey_comb:0, Barren Comb -extrabees:honey_comb:1, Rotten Comb -extrabees:honey_comb:2, Bone Comb -extrabees:honey_comb:3, Oily Comb -extrabees:honey_comb:4, Fossilised Comb -extrabees:honey_comb:5, Petroleum Comb -extrabees:honey_comb:6, Damp Comb -extrabees:honey_comb:7, Milky Comb -extrabees:honey_comb:8, Fruity Comb -extrabees:honey_comb:9, Seedy Comb -extrabees:honey_comb:10, Alcoholic Comb -extrabees:honey_comb:11, Rocky Comb -extrabees:honey_comb:12, Energetic Comb -extrabees:honey_comb:13, Amber Comb -extrabees:honey_comb:14, Static Comb -extrabees:honey_comb:15, Iron Comb -extrabees:honey_comb:16, Golden Comb -extrabees:honey_comb:17, Copper Comb -extrabees:honey_comb:18, Tin Comb -extrabees:honey_comb:19, Silver Comb -extrabees:honey_comb:21, Radioactive Comb -extrabees:honey_comb:22, Clay Comb -extrabees:honey_comb:23, Old Comb -extrabees:honey_comb:24, Fungal Comb -extrabees:honey_comb:25, Tar Comb -extrabees:honey_comb:26, Latex Comb -extrabees:honey_comb:27, Brimstone Comb -extrabees:honey_comb:28, Venomous Comb -extrabees:honey_comb:29, Mucous Comb -extrabees:honey_comb:30, Blaze Comb -extrabees:honey_comb:31, Caffeinated Comb -extrabees:honey_comb:32, Glacial Comb -extrabees:honey_comb:36, Shadow Comb -extrabees:honey_comb:37, Leaden Comb -extrabees:honey_comb:40, Zinc Comb -extrabees:honey_comb:41, Titanium Comb -extrabees:honey_comb:42, Tungsten Comb -extrabees:honey_comb:45, Platinum Comb -extrabees:honey_comb:46, Lapis Comb -extrabees:honey_comb:47, Sodalite Comb -extrabees:honey_comb:48, Pyrite Comb -extrabees:honey_comb:49, Bauxite Comb -extrabees:honey_comb:50, Cinnabar Comb -extrabees:honey_comb:51, Sphalerite Comb -extrabees:honey_comb:52, Emerald Comb -extrabees:honey_comb:53, Ruby Comb -extrabees:honey_comb:54, Sapphire Comb -extrabees:honey_comb:56, Diamond Comb -extrabees:honey_comb:57, Red Tinted Comb -extrabees:honey_comb:58, Yellow Tinted Comb -extrabees:honey_comb:59, Blue Tinted Comb -extrabees:honey_comb:60, Green Tinted Comb -extrabees:honey_comb:61, Black Tinted Comb -extrabees:honey_comb:62, White Tinted Comb -extrabees:honey_comb:63, Brown Tinted Comb -extrabees:honey_comb:64, Orange Tinted Comb -extrabees:honey_comb:65, Cyan Tinted Comb -extrabees:honey_comb:66, Purple Tinted Comb -extrabees:honey_comb:67, Gray Tinted Comb -extrabees:honey_comb:68, Light Blue Tinted Comb -extrabees:honey_comb:69, Pink Tinted Comb -extrabees:honey_comb:70, Lime Green Tinted Comb -extrabees:honey_comb:71, Magenta Tinted Comb -extrabees:honey_comb:72, Light Gray Tinted Comb -extrabees:honey_comb:73, Nickel Comb -extrabees:honey_comb:75, Glowing Comb -extrabees:honey_comb:76, Unstable Comb -extrabees:honey_comb:79, Decomposed Comb -extrabees:honey_comb:80, Dusty Comb -extrabees:honey_comb:81, Certus Comb -extrabees:honey_comb:82, Shimmering Comb -extrabees:honey_comb:83, Yellorium Comb -extrabees:honey_comb:84, Cyanite Comb -extrabees:honey_comb:85, Blutonium Comb -extrabees:propolis:0, Watery Propolis -extrabees:propolis:1, Oily Propolis -extrabees:propolis:7, Creosote Propolis -extrabees:ectoplasm, Ectoplasm -extrabees:hive:0, Water Hive -extrabees:hive:1, Rock Hive -extrabees:hive:2, Nether Hive -extrabees:hive:3, Marble Hive -extrabees:misc:0, Scented Gear -extrabees:misc:1, Diamond Fragment -extrabees:misc:2, Emerald Fragment -extrabees:misc:3, Ruby Fragment -extrabees:misc:4, Sapphire Fragment -extrabees:misc:5, Lapis Fragment -extrabees:misc:6, Iron Grains -extrabees:misc:7, Gold Grains -extrabees:misc:8, Silver Grains -extrabees:misc:9, Platinum Grains -extrabees:misc:10, Copper Grains -extrabees:misc:11, Tin Grains -extrabees:misc:12, Nickel Grains -extrabees:misc:13, Lead Grains -extrabees:misc:14, Zinc Grains -extrabees:misc:15, Titanium Grains -extrabees:misc:16, Tungsten Grains -extrabees:misc:17, Radioactive Fragments -extrabees:misc:18, Coal Grains -extrabees:misc:19, Red Dye -extrabees:misc:20, Yellow Dye -extrabees:misc:21, Blue Dye -extrabees:misc:22, Green Dye -extrabees:misc:23, White Dye -extrabees:misc:24, Black Dye -extrabees:misc:25, Brown Dye -extrabees:misc:26, Clay Dust -extrabees:misc:27, Yellorium Grains -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 -extrabees:alveary:3, Alveary Lighting -extrabees:alveary:4, Electrical Stimulator -extrabees:alveary:5, Hatchery -extrabees:alveary:6, Alveary Transmission -extratrees:misc:0, Sawdust -extratrees:misc:1, Bark -extratrees:misc:2, Proven Gear -extratrees:misc:3, Wood Polish -extratrees:misc:4, Yeast -extratrees:misc:5, Lager LagerYeast -extratrees:misc:6, Wheat Grain -extratrees:misc:7, Barley Grain -extratrees:misc:8, Rye Grain -extratrees:misc:9, Corn Grain -extratrees:misc:10, Roasted Grain -extratrees:misc:11, Glass Fittings -extratrees:binnie.sap, Sap -extratrees:binnie.resin, Resin -extratrees:binnie.latex, Latex -extratrees:binnie.turpentine, Turpentine -extratrees:food:0, Crabapple -extratrees:food:1, Orange -extratrees:food:2, Kumquat -extratrees:food:3, Lime -extratrees:food:4, Wild Cherry -extratrees:food:5, Sour Cherry -extratrees:food:6, Black Cherry -extratrees:food:7, Blackthorn -extratrees:food:8, Cherry Plum -extratrees:food:9, Almond -extratrees:food:10, Apricot -extratrees:food:11, Grapefruit -extratrees:food:12, Peach -extratrees:food:13, Satsuma -extratrees:food:14, Buddhas Hand -extratrees:food:15, Citron -extratrees:food:16, Finger Lime -extratrees:food:17, Key Lime -extratrees:food:18, Manderin -extratrees:food:19, Nectarine -extratrees:food:20, Pomelo -extratrees:food:21, Tangerine -extratrees:food:22, Pear -extratrees:food:23, Sand Pear -extratrees:food:24, Hazelnut -extratrees:food:25, Butternut -extratrees:food:26, Beechnut -extratrees:food:27, Pecan Nut -extratrees:food:28, Banana -extratrees:food:29, Red Banana -extratrees:food:30, Plantain -extratrees:food:31, Brazil Nut -extratrees:food:32, Fig -extratrees:food:33, Acorn -extratrees:food:34, Elderberry -extratrees:food:35, Olive -extratrees:food:36, Gingko Nut -extratrees:food:37, Coffee -extratrees:food:38, Osange Orange -extratrees:food:39, Clove -extratrees:food:40, Papayimar -extratrees:food:41, Blackcurrant -extratrees:food:42, Redcurrant -extratrees:food:43, Blackberry -extratrees:food:44, Raspberry -extratrees:food:45, Blueberry -extratrees:food:46, Cranberry -extratrees:food:47, Juniper -extratrees:food:48, Gooseberry -extratrees:food:49, Golden Raspberry -extratrees:food:50, Coconut -extratrees:food:51, Cashew -extratrees:food:52, Avocado -extratrees:food:53, Nutmeg -extratrees:food:54, Allspice -extratrees:food:55, Chilli -extratrees:food:56, Star Anise -extratrees:food:57, Mango -extratrees:food:58, Starfruit -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:logs.0:0, Apple Wood -extratrees:logs.0:1, Fig Wood -extratrees:logs.0:2, Butternut Wood -extratrees:logs.0:3, Whitebeam Wood -extratrees:logs.1:0, Rowan Wood -extratrees:logs.1:1, Hemlock Wood -extratrees:logs.1:2, Ash Wood -extratrees:logs.1:3, Alder Wood -extratrees:logs.2:0, Beech Wood -extratrees:logs.2:1, Hawthorn Wood -extratrees:logs.2:2, Banana Wood -extratrees:logs.2:3, Yew Wood -extratrees:logs.3:0, Cypress Wood -extratrees:logs.3:1, Fir Wood -extratrees:logs.3:2, Hazel Wood -extratrees:logs.3:3, Hickory Wood -extratrees:logs.4:0, Elm Wood -extratrees:logs.4:1, Elder Wood -extratrees:logs.4:2, Holly Wood -extratrees:logs.4:3, Hornbeam Wood -extratrees:logs.5:0, Cedar Wood -extratrees:logs.5:1, Olive Wood -extratrees:logs.5:2, Sweetgum Wood -extratrees:logs.5:3, Locust Wood -extratrees:logs.6:0, Pear Wood -extratrees:logs.6:1, Maclura Wood -extratrees:logs.6:2, Brazilwood Wood -extratrees:logs.6:3, Logwood Wood -extratrees:logs.7:0, Rosewood Wood -extratrees:logs.7:1, Purpleheart Wood -extratrees:logs.7:2, Iroko Wood -extratrees:logs.7:3, Gingko Wood -extratrees:logs.8:0, Eucalyptus Wood -extratrees:logs.8:1, Box Wood -extratrees:logs.8:2, Syzgium Wood -extratrees:logs.8:3, Pink Ivory Wood -extratrees:logs.9:0, Eucalyptus Wood -extratrees:logs.9:1, Eucalyptus Wood -extratrees:logs.9:2, Cherry Wood -extratrees:logs.9:3, Cinnamon Wood -extratrees:logs.fireproof.0:0, Apple Wood (Fireproof) -extratrees:logs.fireproof.0:1, Fig Wood (Fireproof) -extratrees:logs.fireproof.0:2, Butternut Wood (Fireproof) -extratrees:logs.fireproof.0:3, Whitebeam Wood (Fireproof) -extratrees:logs.fireproof.1:0, Rowan Wood (Fireproof) -extratrees:logs.fireproof.1:1, Hemlock Wood (Fireproof) -extratrees:logs.fireproof.1:2, Ash Wood (Fireproof) -extratrees:logs.fireproof.1:3, Alder Wood (Fireproof) -extratrees:logs.fireproof.2:0, Beech Wood (Fireproof) -extratrees:logs.fireproof.2:1, Hawthorn Wood (Fireproof) -extratrees:logs.fireproof.2:2, Banana Wood (Fireproof) -extratrees:logs.fireproof.2:3, Yew Wood (Fireproof) -extratrees:logs.fireproof.3:0, Cypress Wood (Fireproof) -extratrees:logs.fireproof.3:1, Fir Wood (Fireproof) -extratrees:logs.fireproof.3:2, Hazel Wood (Fireproof) -extratrees:logs.fireproof.3:3, Hickory Wood (Fireproof) -extratrees:logs.fireproof.4:0, Elm Wood (Fireproof) -extratrees:logs.fireproof.4:1, Elder Wood (Fireproof) -extratrees:logs.fireproof.4:2, Holly Wood (Fireproof) -extratrees:logs.fireproof.4:3, Hornbeam Wood (Fireproof) -extratrees:logs.fireproof.5:0, Cedar Wood (Fireproof) -extratrees:logs.fireproof.5:1, Olive Wood (Fireproof) -extratrees:logs.fireproof.5:2, Sweetgum Wood (Fireproof) -extratrees:logs.fireproof.5:3, Locust Wood (Fireproof) -extratrees:logs.fireproof.6:0, Pear Wood (Fireproof) -extratrees:logs.fireproof.6:1, Maclura Wood (Fireproof) -extratrees:logs.fireproof.6:2, Brazilwood Wood (Fireproof) -extratrees:logs.fireproof.6:3, Logwood Wood (Fireproof) -extratrees:logs.fireproof.7:0, Rosewood Wood (Fireproof) -extratrees:logs.fireproof.7:1, Purpleheart Wood (Fireproof) -extratrees:logs.fireproof.7:2, Iroko Wood (Fireproof) -extratrees:logs.fireproof.7:3, Gingko Wood (Fireproof) -extratrees:logs.fireproof.8:0, Eucalyptus Wood (Fireproof) -extratrees:logs.fireproof.8:1, Box Wood (Fireproof) -extratrees:logs.fireproof.8:2, Syzgium Wood (Fireproof) -extratrees:logs.fireproof.8:3, Pink Ivory Wood (Fireproof) -extratrees:logs.fireproof.9:0, Eucalyptus Wood (Fireproof) -extratrees:logs.fireproof.9:1, Eucalyptus Wood (Fireproof) -extratrees:logs.fireproof.9:2, Cherry Wood (Fireproof) -extratrees:logs.fireproof.9:3, Cinnamon Wood (Fireproof) -extratrees:planks.0:0, Apple Wood Planks -extratrees:planks.0:1, Fig Wood Planks -extratrees:planks.0:2, Butternut Wood Planks -extratrees:planks.0:3, Whitebeam Wood Planks -extratrees:planks.0:4, Rowan Wood Planks -extratrees:planks.0:5, Hemlock Wood Planks -extratrees:planks.0:6, Ash Wood Planks -extratrees:planks.0:7, Alder Wood Planks -extratrees:planks.0:8, Beech Wood Planks -extratrees:planks.0:9, Hawthorn Wood Planks -extratrees:planks.0:10, Banana Wood Planks -extratrees:planks.0:11, Yew Wood Planks -extratrees:planks.0:12, Cypress Wood Planks -extratrees:planks.0:13, Fir Wood Planks -extratrees:planks.0:14, Hazel Wood Planks -extratrees:planks.0:15, Hickory Wood Planks -extratrees:planks.1:0, Elm Wood Planks -extratrees:planks.1:1, Elder Wood Planks -extratrees:planks.1:2, Holly Wood Planks -extratrees:planks.1:3, Hornbeam Wood Planks -extratrees:planks.1:4, Cedar Wood Planks -extratrees:planks.1:5, Olive Wood Planks -extratrees:planks.1:6, Sweetgum Wood Planks -extratrees:planks.1:7, Locust Wood Planks -extratrees:planks.1:8, Pear Wood Planks -extratrees:planks.1:9, Maclura Wood Planks -extratrees:planks.1:10, Brazilwood Wood Planks -extratrees:planks.1:11, Logwood Wood Planks -extratrees:planks.1:12, Rosewood Wood Planks -extratrees:planks.1:13, Purpleheart Wood Planks -extratrees:planks.1:14, Iroko Wood Planks -extratrees:planks.1:15, Gingko Wood Planks -extratrees:planks.2:0, Eucalyptus Wood Planks -extratrees:planks.2:1, Box Wood Planks -extratrees:planks.2:2, Syzgium Wood Planks -extratrees:planks.2:3, Pink Ivory Wood Planks -extratrees:planks.fireproof.0:0, Apple Wood Planks (Fireproof) -extratrees:planks.fireproof.0:1, Fig Wood Planks (Fireproof) -extratrees:planks.fireproof.0:2, Butternut Wood Planks (Fireproof) -extratrees:planks.fireproof.0:3, Whitebeam Wood Planks (Fireproof) -extratrees:planks.fireproof.0:4, Rowan Wood Planks (Fireproof) -extratrees:planks.fireproof.0:5, Hemlock Wood Planks (Fireproof) -extratrees:planks.fireproof.0:6, Ash Wood Planks (Fireproof) -extratrees:planks.fireproof.0:7, Alder Wood Planks (Fireproof) -extratrees:planks.fireproof.0:8, Beech Wood Planks (Fireproof) -extratrees:planks.fireproof.0:9, Hawthorn Wood Planks (Fireproof) -extratrees:planks.fireproof.0:10, Banana Wood Planks (Fireproof) -extratrees:planks.fireproof.0:11, Yew Wood Planks (Fireproof) -extratrees:planks.fireproof.0:12, Cypress Wood Planks (Fireproof) -extratrees:planks.fireproof.0:13, Fir Wood Planks (Fireproof) -extratrees:planks.fireproof.0:14, Hazel Wood Planks (Fireproof) -extratrees:planks.fireproof.0:15, Hickory Wood Planks (Fireproof) -extratrees:planks.fireproof.1:0, Elm Wood Planks (Fireproof) -extratrees:planks.fireproof.1:1, Elder Wood Planks (Fireproof) -extratrees:planks.fireproof.1:2, Holly Wood Planks (Fireproof) -extratrees:planks.fireproof.1:3, Hornbeam Wood Planks (Fireproof) -extratrees:planks.fireproof.1:4, Cedar Wood Planks (Fireproof) -extratrees:planks.fireproof.1:5, Olive Wood Planks (Fireproof) -extratrees:planks.fireproof.1:6, Sweetgum Wood Planks (Fireproof) -extratrees:planks.fireproof.1:7, Locust Wood Planks (Fireproof) -extratrees:planks.fireproof.1:8, Pear Wood Planks (Fireproof) -extratrees:planks.fireproof.1:9, Maclura Wood Planks (Fireproof) -extratrees:planks.fireproof.1:10, Brazilwood Wood Planks (Fireproof) -extratrees:planks.fireproof.1:11, Logwood Wood Planks (Fireproof) -extratrees:planks.fireproof.1:12, Rosewood Wood Planks (Fireproof) -extratrees:planks.fireproof.1:13, Purpleheart Wood Planks (Fireproof) -extratrees:planks.fireproof.1:14, Iroko Wood Planks (Fireproof) -extratrees:planks.fireproof.1:15, Gingko Wood Planks (Fireproof) -extratrees:planks.fireproof.2:0, Eucalyptus Wood Planks (Fireproof) -extratrees:planks.fireproof.2:1, Box Wood Planks (Fireproof) -extratrees:planks.fireproof.2:2, Syzgium Wood Planks (Fireproof) -extratrees:planks.fireproof.2:3, Pink Ivory Wood Planks (Fireproof) -extratrees:slabs.0:0, Apple Wood Slab -extratrees:slabs.0:1, Fig Wood Slab -extratrees:slabs.0:2, Butternut Wood Slab -extratrees:slabs.0:3, Whitebeam Wood Slab -extratrees:slabs.0:4, Rowan Wood Slab -extratrees:slabs.0:5, Hemlock Wood Slab -extratrees:slabs.0:6, Ash Wood Slab -extratrees:slabs.0:7, Alder Wood Slab -extratrees:slabs.1:0, Beech Wood Slab -extratrees:slabs.1:1, Hawthorn Wood Slab -extratrees:slabs.1:2, Banana Wood Slab -extratrees:slabs.1:3, Yew Wood Slab -extratrees:slabs.1:4, Cypress Wood Slab -extratrees:slabs.1:5, Fir Wood Slab -extratrees:slabs.1:6, Hazel Wood Slab -extratrees:slabs.1:7, Hickory Wood Slab -extratrees:slabs.2:0, Elm Wood Slab -extratrees:slabs.2:1, Elder Wood Slab -extratrees:slabs.2:2, Holly Wood Slab -extratrees:slabs.2:3, Hornbeam Wood Slab -extratrees:slabs.2:4, Cedar Wood Slab -extratrees:slabs.2:5, Olive Wood Slab -extratrees:slabs.2:6, Sweetgum Wood Slab -extratrees:slabs.2:7, Locust Wood Slab -extratrees:slabs.3:0, Pear Wood Slab -extratrees:slabs.3:1, Maclura Wood Slab -extratrees:slabs.3:2, Brazilwood Wood Slab -extratrees:slabs.3:3, Logwood Wood Slab -extratrees:slabs.3:4, Rosewood Wood Slab -extratrees:slabs.3:5, Purpleheart Wood Slab -extratrees:slabs.3:6, Iroko Wood Slab -extratrees:slabs.3:7, Gingko Wood Slab -extratrees:slabs.4:0, Eucalyptus Wood Slab -extratrees:slabs.4:1, Box Wood Slab -extratrees:slabs.4:2, Syzgium Wood Slab -extratrees:slabs.4:3, Pink Ivory Wood Slab -extratrees:slabs.fireproof.0:0, Apple Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:1, Fig Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:2, Butternut Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:3, Whitebeam Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:4, Rowan Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:5, Hemlock Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:6, Ash Wood Slab (Fireproof) -extratrees:slabs.fireproof.0:7, Alder Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:0, Beech Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:1, Hawthorn Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:2, Banana Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:3, Yew Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:4, Cypress Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:5, Fir Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:6, Hazel Wood Slab (Fireproof) -extratrees:slabs.fireproof.1:7, Hickory Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:0, Elm Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:1, Elder Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:2, Holly Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:3, Hornbeam Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:4, Cedar Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:5, Olive Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:6, Sweetgum Wood Slab (Fireproof) -extratrees:slabs.fireproof.2:7, Locust Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:0, Pear Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:1, Maclura Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:2, Brazilwood Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:3, Logwood Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:4, Rosewood Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:5, Purpleheart Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:6, Iroko Wood Slab (Fireproof) -extratrees:slabs.fireproof.3:7, Gingko Wood Slab (Fireproof) -extratrees:slabs.fireproof.4:0, Eucalyptus Wood Slab (Fireproof) -extratrees:slabs.fireproof.4:1, Box Wood Slab (Fireproof) -extratrees:slabs.fireproof.4:2, Syzgium Wood Slab (Fireproof) -extratrees:slabs.fireproof.4:3, Pink Ivory Wood Slab (Fireproof) -extratrees:stairs.apple:0, Apple Stairs -extratrees:stairs.fig:0, Fig Stairs -extratrees:stairs.butternut:0, Butternut Stairs -extratrees:stairs.whitebeam:0, Whitebeam Stairs -extratrees:stairs.rowan:0, Rowan Stairs -extratrees:stairs.hemlock:0, Hemlock Stairs -extratrees:stairs.ash:0, Ash Stairs -extratrees:stairs.alder:0, Alder Stairs -extratrees:stairs.beech:0, Beech Stairs -extratrees:stairs.hawthorn:0, Hawthorn Stairs -extratrees:stairs.banana:0, Banana Stairs -extratrees:stairs.yew:0, Yew Stairs -extratrees:stairs.cypress:0, Cypress Stairs -extratrees:stairs.fir:0, Fir Stairs -extratrees:stairs.hazel:0, Hazel Stairs -extratrees:stairs.hickory:0, Hickory Stairs -extratrees:stairs.elm:0, Elm Stairs -extratrees:stairs.elder:0, Elder Stairs -extratrees:stairs.holly:0, Holly Stairs -extratrees:stairs.hornbeam:0, Hornbeam Stairs -extratrees:stairs.cedar:0, Cedar Stairs -extratrees:stairs.olive:0, Olive Stairs -extratrees:stairs.sweetgum:0, Sweetgum Stairs -extratrees:stairs.locust:0, Locust Stairs -extratrees:stairs.pear:0, Pear Stairs -extratrees:stairs.maclura:0, Maclura Stairs -extratrees:stairs.brazilwood:0, Brazilwood Stairs -extratrees:stairs.logwood:0, Logwood Stairs -extratrees:stairs.rosewood:0, Rosewood Stairs -extratrees:stairs.purpleheart:0, Purpleheart Stairs -extratrees:stairs.iroko:0, Iroko Stairs -extratrees:stairs.gingko:0, Gingko Stairs -extratrees:stairs.eucalyptus:0, Eucalyptus Stairs -extratrees:stairs.box:0, Box Stairs -extratrees:stairs.syzgium:0, Syzgium Stairs -extratrees:stairs.pinkivory:0, Pink Ivory Stairs -extratrees:stairs.fireproof.apple:0, Apple Stairs (Fireproof) -extratrees:stairs.fireproof.fig:0, Fig Stairs (Fireproof) -extratrees:stairs.fireproof.butternut:0, Butternut Stairs (Fireproof) -extratrees:stairs.fireproof.whitebeam:0, Whitebeam Stairs (Fireproof) -extratrees:stairs.fireproof.rowan:0, Rowan Stairs (Fireproof) -extratrees:stairs.fireproof.hemlock:0, Hemlock Stairs (Fireproof) -extratrees:stairs.fireproof.ash:0, Ash Stairs (Fireproof) -extratrees:stairs.fireproof.alder:0, Alder Stairs (Fireproof) -extratrees:stairs.fireproof.beech:0, Beech Stairs (Fireproof) -extratrees:stairs.fireproof.hawthorn:0, Hawthorn Stairs (Fireproof) -extratrees:stairs.fireproof.banana:0, Banana Stairs (Fireproof) -extratrees:stairs.fireproof.yew:0, Yew Stairs (Fireproof) -extratrees:stairs.fireproof.cypress:0, Cypress Stairs (Fireproof) -extratrees:stairs.fireproof.fir:0, Fir Stairs (Fireproof) -extratrees:stairs.fireproof.hazel:0, Hazel Stairs (Fireproof) -extratrees:stairs.fireproof.hickory:0, Hickory Stairs (Fireproof) -extratrees:stairs.fireproof.elm:0, Elm Stairs (Fireproof) -extratrees:stairs.fireproof.elder:0, Elder Stairs (Fireproof) -extratrees:stairs.fireproof.holly:0, Holly Stairs (Fireproof) -extratrees:stairs.fireproof.hornbeam:0, Hornbeam Stairs (Fireproof) -extratrees:stairs.fireproof.cedar:0, Cedar Stairs (Fireproof) -extratrees:stairs.fireproof.olive:0, Olive Stairs (Fireproof) -extratrees:stairs.fireproof.sweetgum:0, Sweetgum Stairs (Fireproof) -extratrees:stairs.fireproof.locust:0, Locust Stairs (Fireproof) -extratrees:stairs.fireproof.pear:0, Pear Stairs (Fireproof) -extratrees:stairs.fireproof.maclura:0, Maclura Stairs (Fireproof) -extratrees:stairs.fireproof.brazilwood:0, Brazilwood Stairs (Fireproof) -extratrees:stairs.fireproof.logwood:0, Logwood Stairs (Fireproof) -extratrees:stairs.fireproof.rosewood:0, Rosewood Stairs (Fireproof) -extratrees:stairs.fireproof.purpleheart:0, Purpleheart Stairs (Fireproof) -extratrees:stairs.fireproof.iroko:0, Iroko Stairs (Fireproof) -extratrees:stairs.fireproof.gingko:0, Gingko Stairs (Fireproof) -extratrees:stairs.fireproof.eucalyptus:0, Eucalyptus Stairs (Fireproof) -extratrees:stairs.fireproof.box:0, Box Stairs (Fireproof) -extratrees:stairs.fireproof.syzgium:0, Syzgium Stairs (Fireproof) -extratrees:stairs.fireproof.pinkivory:0, Pink Ivory Stairs (Fireproof) -extratrees:fences.0:0, Apple Fence -extratrees:fences.0:1, Fig Fence -extratrees:fences.0:2, Butternut Fence -extratrees:fences.0:3, Whitebeam Fence -extratrees:fences.0:4, Rowan Fence -extratrees:fences.0:5, Hemlock Fence -extratrees:fences.0:6, Ash Fence -extratrees:fences.0:7, Alder Fence -extratrees:fences.0:8, Beech Fence -extratrees:fences.0:9, Hawthorn Fence -extratrees:fences.0:10, Banana Fence -extratrees:fences.0:11, Yew Fence -extratrees:fences.0:12, Cypress Fence -extratrees:fences.0:13, Fir Fence -extratrees:fences.0:14, Hazel Fence -extratrees:fences.0:15, Hickory Fence -extratrees:fences.1:0, Elm Fence -extratrees:fences.1:1, Elder Fence -extratrees:fences.1:2, Holly Fence -extratrees:fences.1:3, Hornbeam Fence -extratrees:fences.1:4, Cedar Fence -extratrees:fences.1:5, Olive Fence -extratrees:fences.1:6, Sweetgum Fence -extratrees:fences.1:7, Locust Fence -extratrees:fences.1:8, Pear Fence -extratrees:fences.1:9, Maclura Fence -extratrees:fences.1:10, Brazilwood Fence -extratrees:fences.1:11, Logwood Fence -extratrees:fences.1:12, Rosewood Fence -extratrees:fences.1:13, Purpleheart Fence -extratrees:fences.1:14, Iroko Fence -extratrees:fences.1:15, Gingko Fence -extratrees:fences.2:0, Eucalyptus Fence -extratrees:fences.2:1, Box Fence -extratrees:fences.2:2, Syzgium Fence -extratrees:fences.2:3, Pink Ivory Fence -extratrees:fences.fireproof.0:0, Apple Fence (Fireproof) -extratrees:fences.fireproof.0:1, Fig Fence (Fireproof) -extratrees:fences.fireproof.0:2, Butternut Fence (Fireproof) -extratrees:fences.fireproof.0:3, Whitebeam Fence (Fireproof) -extratrees:fences.fireproof.0:4, Rowan Fence (Fireproof) -extratrees:fences.fireproof.0:5, Hemlock Fence (Fireproof) -extratrees:fences.fireproof.0:6, Ash Fence (Fireproof) -extratrees:fences.fireproof.0:7, Alder Fence (Fireproof) -extratrees:fences.fireproof.0:8, Beech Fence (Fireproof) -extratrees:fences.fireproof.0:9, Hawthorn Fence (Fireproof) -extratrees:fences.fireproof.0:10, Banana Fence (Fireproof) -extratrees:fences.fireproof.0:11, Yew Fence (Fireproof) -extratrees:fences.fireproof.0:12, Cypress Fence (Fireproof) -extratrees:fences.fireproof.0:13, Fir Fence (Fireproof) -extratrees:fences.fireproof.0:14, Hazel Fence (Fireproof) -extratrees:fences.fireproof.0:15, Hickory Fence (Fireproof) -extratrees:fences.fireproof.1:0, Elm Fence (Fireproof) -extratrees:fences.fireproof.1:1, Elder Fence (Fireproof) -extratrees:fences.fireproof.1:2, Holly Fence (Fireproof) -extratrees:fences.fireproof.1:3, Hornbeam Fence (Fireproof) -extratrees:fences.fireproof.1:4, Cedar Fence (Fireproof) -extratrees:fences.fireproof.1:5, Olive Fence (Fireproof) -extratrees:fences.fireproof.1:6, Sweetgum Fence (Fireproof) -extratrees:fences.fireproof.1:7, Locust Fence (Fireproof) -extratrees:fences.fireproof.1:8, Pear Fence (Fireproof) -extratrees:fences.fireproof.1:9, Maclura Fence (Fireproof) -extratrees:fences.fireproof.1:10, Brazilwood Fence (Fireproof) -extratrees:fences.fireproof.1:11, Logwood Fence (Fireproof) -extratrees:fences.fireproof.1:12, Rosewood Fence (Fireproof) -extratrees:fences.fireproof.1:13, Purpleheart Fence (Fireproof) -extratrees:fences.fireproof.1:14, Iroko Fence (Fireproof) -extratrees:fences.fireproof.1:15, Gingko Fence (Fireproof) -extratrees:fences.fireproof.2:0, Eucalyptus Fence (Fireproof) -extratrees:fences.fireproof.2:1, Box Fence (Fireproof) -extratrees:fences.fireproof.2:2, Syzgium Fence (Fireproof) -extratrees:fences.fireproof.2:3, Pink Ivory Fence (Fireproof) -extratrees:fence.gates.fir:0, Fir Fence Gate -extratrees:fence.gates.fireproof.fir:0, Fir Fence Gate (Fireproof) -extratrees:fence.gates.cedar:0, Cedar Fence Gate -extratrees:fence.gates.fireproof.cedar:0, Cedar Fence Gate (Fireproof) -extratrees:fence.gates.hemlock:0, Hemlock Fence Gate -extratrees:fence.gates.fireproof.hemlock:0, Hemlock Fence Gate (Fireproof) -extratrees:fence.gates.cypress:0, Cypress Fence Gate -extratrees:fence.gates.fireproof.cypress:0, Cypress Fence Gate (Fireproof) -extratrees:fence.gates.fig:0, Fig Fence Gate -extratrees:fence.gates.fireproof.fig:0, Fig Fence Gate (Fireproof) -extratrees:fence.gates.beech:0, Beech Fence Gate -extratrees:fence.gates.fireproof.beech:0, Beech Fence Gate (Fireproof) -extratrees:fence.gates.alder:0, Alder Fence Gate -extratrees:fence.gates.fireproof.alder:0, Alder Fence Gate (Fireproof) -extratrees:fence.gates.hazel:0, Hazel Fence Gate -extratrees:fence.gates.fireproof.hazel:0, Hazel Fence Gate (Fireproof) -extratrees:fence.gates.hornbeam:0, Hornbeam Fence Gate -extratrees:fence.gates.fireproof.hornbeam:0, Hornbeam Fence Gate (Fireproof) -extratrees:fence.gates.box:0, Box Fence Gate -extratrees:fence.gates.fireproof.box:0, Box Fence Gate (Fireproof) -extratrees:fence.gates.butternut:0, Butternut Fence Gate -extratrees:fence.gates.fireproof.butternut:0, Butternut Fence Gate (Fireproof) -extratrees:fence.gates.hickory:0, Hickory Fence Gate -extratrees:fence.gates.fireproof.hickory:0, Hickory Fence Gate (Fireproof) -extratrees:fence.gates.whitebeam:0, Whitebeam Fence Gate -extratrees:fence.gates.fireproof.whitebeam:0, Whitebeam Fence Gate (Fireproof) -extratrees:fence.gates.elm:0, Elm Fence Gate -extratrees:fence.gates.fireproof.elm:0, Elm Fence Gate (Fireproof) -extratrees:fence.gates.apple:0, Apple Fence Gate -extratrees:fence.gates.fireproof.apple:0, Apple Fence Gate (Fireproof) -extratrees:fence.gates.yew:0, Yew Fence Gate -extratrees:fence.gates.fireproof.yew:0, Yew Fence Gate (Fireproof) -extratrees:fence.gates.pear:0, Pear Fence Gate -extratrees:fence.gates.fireproof.pear:0, Pear Fence Gate (Fireproof) -extratrees:fence.gates.hawthorn:0, Hawthorn Fence Gate -extratrees:fence.gates.fireproof.hawthorn:0, Hawthorn Fence Gate (Fireproof) -extratrees:fence.gates.rowan:0, Rowan Fence Gate -extratrees:fence.gates.fireproof.rowan:0, Rowan Fence Gate (Fireproof) -extratrees:fence.gates.elder:0, Elder Fence Gate -extratrees:fence.gates.fireproof.elder:0, Elder Fence Gate (Fireproof) -extratrees:fence.gates.maclura:0, Maclura Fence Gate -extratrees:fence.gates.fireproof.maclura:0, Maclura Fence Gate (Fireproof) -extratrees:fence.gates.syzgium:0, Syzgium Fence Gate -extratrees:fence.gates.fireproof.syzgium:0, Syzgium Fence Gate (Fireproof) -extratrees:fence.gates.brazilwood:0, Brazilwood Fence Gate -extratrees:fence.gates.fireproof.brazilwood:0, Brazilwood Fence Gate (Fireproof) -extratrees:fence.gates.logwood:0, Logwood Fence Gate -extratrees:fence.gates.fireproof.logwood:0, Logwood Fence Gate (Fireproof) -extratrees:fence.gates.iroko:0, Iroko Fence Gate -extratrees:fence.gates.fireproof.iroko:0, Iroko Fence Gate (Fireproof) -extratrees:fence.gates.locust:0, Locust Fence Gate -extratrees:fence.gates.fireproof.locust:0, Locust Fence Gate (Fireproof) -extratrees:fence.gates.eucalyptus:0, Eucalyptus Fence Gate -extratrees:fence.gates.fireproof.eucalyptus:0, Eucalyptus Fence Gate (Fireproof) -extratrees:fence.gates.purpleheart:0, Purpleheart Fence Gate -extratrees:fence.gates.fireproof.purpleheart:0, Purpleheart Fence Gate (Fireproof) -extratrees:fence.gates.ash:0, Ash Fence Gate -extratrees:fence.gates.fireproof.ash:0, Ash Fence Gate (Fireproof) -extratrees:fence.gates.holly:0, Holly Fence Gate -extratrees:fence.gates.fireproof.holly:0, Holly Fence Gate (Fireproof) -extratrees:fence.gates.olive:0, Olive Fence Gate -extratrees:fence.gates.fireproof.olive:0, Olive Fence Gate (Fireproof) -extratrees:fence.gates.sweetgum:0, Sweetgum Fence Gate -extratrees:fence.gates.fireproof.sweetgum:0, Sweetgum Fence Gate (Fireproof) -extratrees:fence.gates.rosewood:0, Rosewood Fence Gate -extratrees:fence.gates.fireproof.rosewood:0, Rosewood Fence Gate (Fireproof) -extratrees:fence.gates.gingko:0, Gingko Fence Gate -extratrees:fence.gates.fireproof.gingko:0, Gingko Fence Gate (Fireproof) -extratrees:fence.gates.pinkivory:0, Pink Ivory Fence Gate -extratrees:fence.gates.fireproof.pinkivory:0, Pink Ivory Fence Gate (Fireproof) -extratrees:fence.gates.banana:0, Banana Fence Gate -extratrees:fence.gates.fireproof.banana:0, Banana Fence Gate (Fireproof) -extratrees:doors.apple:0, Apple Door -extratrees:doors.fig:0, Fig Door -extratrees:doors.butternut:0, Butternut Door -extratrees:doors.whitebeam:0, Whitebeam Door -extratrees:doors.rowan:0, Rowan Door -extratrees:doors.hemlock:0, Hemlock Door -extratrees:doors.ash:0, Ash Door -extratrees:doors.alder:0, Alder Door -extratrees:doors.beech:0, Beech Door -extratrees:doors.hawthorn:0, Hawthorn Door -extratrees:doors.banana:0, Banana Door -extratrees:doors.yew:0, Yew Door -extratrees:doors.cypress:0, Cypress Door -extratrees:doors.fir:0, Fir Door -extratrees:doors.hazel:0, Hazel Door -extratrees:doors.hickory:0, Hickory Door -extratrees:doors.elm:0, Elm Door -extratrees:doors.elder:0, Elder Door -extratrees:doors.holly:0, Holly Door -extratrees:doors.hornbeam:0, Hornbeam Door -extratrees:doors.cedar:0, Cedar Door -extratrees:doors.olive:0, Olive Door -extratrees:doors.sweetgum:0, Sweetgum Door -extratrees:doors.locust:0, Locust Door -extratrees:doors.pear:0, Pear Door -extratrees:doors.maclura:0, Maclura Door -extratrees:doors.brazilwood:0, Brazilwood Door -extratrees:doors.logwood:0, Logwood Door -extratrees:doors.rosewood:0, Rosewood Door -extratrees:doors.purpleheart:0, Purpleheart Door -extratrees:doors.iroko:0, Iroko Door -extratrees:doors.gingko:0, Gingko Door -extratrees:doors.eucalyptus:0, Eucalyptus Door -extratrees:doors.box:0, Box Door -extratrees:doors.syzgium:0, Syzgium Door -extratrees:doors.pinkivory:0, Pink Ivory Door -extratrees:multifence, tile.null.name -extratrees:leaves.decorative.0:0, Leaves -extratrees:leaves.decorative.0:1, Leaves -extratrees:leaves.decorative.0:2, Leaves -extratrees:leaves.decorative.0:3, Leaves -extratrees:leaves.decorative.0:4, Leaves -extratrees:leaves.decorative.0:5, Leaves -extratrees:leaves.decorative.0:6, Leaves -extratrees:leaves.decorative.0:7, Leaves -extratrees:leaves.decorative.0:8, Leaves -extratrees:leaves.decorative.0:9, Leaves -extratrees:leaves.decorative.0:10, Leaves -extratrees:leaves.decorative.0:11, Leaves -extratrees:leaves.decorative.0:12, Leaves -extratrees:leaves.decorative.0:13, Leaves -extratrees:leaves.decorative.0:14, Leaves -extratrees:leaves.decorative.0:15, Leaves -extratrees:leaves.decorative.1:0, Leaves -extratrees:leaves.decorative.1:1, Leaves -extratrees:leaves.decorative.1:2, Leaves -extratrees:leaves.decorative.1:3, Leaves -extratrees:leaves.decorative.1:4, Leaves -extratrees:leaves.decorative.1:5, Leaves -extratrees:leaves.decorative.1:6, Leaves -extratrees:leaves.decorative.1:7, Leaves -extratrees:leaves.decorative.1:8, Leaves -extratrees:leaves.decorative.1:9, Leaves -extratrees:leaves.decorative.1:10, Leaves -extratrees:leaves.decorative.1:11, Leaves -extratrees:leaves.decorative.1:12, Leaves -extratrees:leaves.decorative.1:13, Leaves -extratrees:leaves.decorative.1:14, Leaves -extratrees:leaves.decorative.1:15, Leaves -extratrees:leaves.decorative.2:0, Leaves -extratrees:leaves.decorative.2:1, Leaves -extratrees:leaves.decorative.2:2, Leaves -extratrees:leaves.decorative.2:3, Leaves -extratrees:leaves.decorative.2:4, Leaves -extratrees:leaves.decorative.2:5, Leaves -extratrees:leaves.decorative.2:6, Leaves -extratrees:leaves.decorative.2:7, Leaves -extratrees:leaves.decorative.2:8, Leaves -extratrees:leaves.decorative.2:9, Leaves -extratrees:leaves.decorative.2:10, Leaves -extratrees:leaves.decorative.2:11, Leaves -extratrees:leaves.decorative.2:12, Leaves -extratrees:leaves.decorative.2:13, Leaves -extratrees:leaves.decorative.2:14, Leaves -extratrees:leaves.decorative.2:15, Leaves -extratrees:leaves.decorative.3:0, Leaves -extratrees:leaves.decorative.3:1, Leaves -extratrees:leaves.decorative.3:2, Leaves -extratrees:leaves.decorative.3:3, Leaves -extratrees:leaves.decorative.3:4, Leaves -extratrees:leaves.decorative.3:5, Leaves -extratrees:leaves.decorative.3:6, Leaves -extratrees:leaves.decorative.3:7, Leaves -extratrees:leaves.decorative.3:8, Leaves -extratrees:leaves.decorative.3:9, Leaves -extratrees:leaves.decorative.3:10, Leaves -extratrees:leaves.decorative.3:11, Leaves -extratrees:leaves.decorative.3:12, Leaves -extratrees:leaves.decorative.3:13, Leaves -extratrees:leaves.decorative.3:14, Leaves -extratrees:leaves.decorative.3:15, Leaves -extratrees:leaves.decorative.4:0, Leaves -extratrees:leaves.decorative.4:1, Leaves -extratrees:leaves.decorative.4:2, Leaves -extratrees:leaves.decorative.4:3, Leaves -extratrees:leaves.decorative.4:4, Leaves -extratrees:leaves.decorative.4:5, Leaves -extratrees:leaves.decorative.4:6, Leaves -extratrees:leaves.decorative.4:7, Leaves -extratrees:leaves.decorative.4:8, Leaves -extratrees:leaves.decorative.4:9, Leaves -extratrees:leaves.decorative.4:10, Leaves -extratrees:leaves.decorative.4:11, Leaves -extratrees:leaves.decorative.4:12, Leaves -extratrees:leaves.decorative.4:13, Leaves -extratrees:leaves.decorative.4:14, Leaves -extratrees:leaves.decorative.4:15, Leaves -extratrees:leaves.decorative.5:0, Leaves -extratrees:leaves.decorative.5:1, Leaves -extratrees:leaves.decorative.5:2, Leaves -extratrees:leaves.decorative.5:3, Leaves -extratrees:leaves.decorative.5:4, Leaves -extratrees:leaves.decorative.5:5, Leaves -extratrees:leaves.decorative.5:6, Leaves -extratrees:leaves.decorative.5:7, Leaves -extratrees:leaves.decorative.5:8, Leaves -extratrees:leaves.decorative.5:9, Leaves -extratrees:leaves.decorative.5:10, Leaves -extratrees:leaves.decorative.5:11, Leaves -extratrees:leaves.decorative.5:12, Leaves -extratrees:leaves.decorative.5:13, Leaves -extratrees:leaves.decorative.5:14, Leaves -extratrees:leaves.decorative.5:15, Leaves -extratrees:leaves.decorative.6:0, Leaves -extratrees:shrub_log:0, Shrub Wood -extratrees:databasetree, item.databaseTree.name -extratrees:carpentry, tile.null.name -extratrees:carpentrypanel, tile.null.name -extratrees:stainedglass, tile.null.name -extratrees:drink:0, Beer Mug -extratrees:drink:0, Pint Glass -extratrees:drink:0, Snifter Glass -extratrees:drink:0, Flute Glass -extratrees:drink:0, Cocktail Glass -extratrees:drink:0, Cordial Glass -extratrees:drink:0, Collins Glass -extratrees:drink:0, Highball Glass -extratrees:drink:0, Hurricane Glass -extratrees:drink:0, Margarita Glass -extratrees:drink:0, Old Fashioned Glass -extratrees:drink:0, Wine Glass -extratrees:drink:0, Shot Glass -extratrees:drink:0, Sherry Glass -extratrees:drink:0, Coupe Glass -extratrees:drink:0, Glass of Red Wine -extratrees:databaselepi, item.databaseLepi.name -extratrees:binnie.juice.apple, Apple Juice -extratrees:binnie.juice.apricot, Apricot Juice -extratrees:binnie.juice.banana, Banana Juice -extratrees:binnie.juice.cherry, Cherry Juice -extratrees:binnie.juice.elderberry, Elderberry Juice -extratrees:binnie.juice.lemon, Lemon Juice -extratrees:binnie.juice.lime, Lime Juice -extratrees:binnie.juice.orange, Orange Juice -extratrees:binnie.juice.peach, Peach Juice -extratrees:binnie.juice.plum, Plum Juice -extratrees:binnie.juice.carrot, Carrot Juice -extratrees:binnie.juice.tomato, Tomato Juice -extratrees:binnie.juice.cranberry, Cranberry Juice -extratrees:binnie.juice.grapefruit, Grapefruit Juice -extratrees:binnie.juice.olive, Olive Oil -extratrees:binnie.juice.pineapple, Pineapple Juice -extratrees:binnie.juice.pear, Pear Juice -extratrees:binnie.juice.white.grape, White Grape Juice -extratrees:binnie.juice.red.grape, Red Grape Juice -extratrees:binnie.cider.apple, Cider -extratrees:binnie.wine.apricot, Apricot Wine -extratrees:binnie.wine.banana, Banana Wine -extratrees:binnie.wine.cherry, Cherry Wine -extratrees:binnie.wine.elderberry, Elderberry Wine -extratrees:binnie.cider.peach, Peach Cider -extratrees:binnie.ciderpear, Pear Cider -extratrees:binnie.wine.plum, Plum Wine -extratrees:binnie.wine.carrot, Carrot Wine -extratrees:binnie.wine.white, White Wine -extratrees:binnie.wine.red, Red Wine -extratrees:binnie.wine.sparkling, Sparkling Wine -extratrees:binnie.wine.agave, Agave Wine -extratrees:binnie.fermented.potatoes, Fermented Potatoes -extratrees:binnie.wine.citrus, Citrus Wine -extratrees:binnie.wine.cranberry, Cranberry Wine -extratrees:binnie.wine.pineapple, Pineapple Wine -extratrees:binnie.wine.tomato, Tomato Wine -extratrees:binnie.juice, Fruit Wine -extratrees:binnie.beer.ale, Ale -extratrees:binnie.beer.lager, Lager -extratrees:binnie.beer.wheat, Wheat Beer -extratrees:binnie.beer.rye, Rye Beer -extratrees:binnie.beer.corn, Corn Beer -extratrees:binnie.beer.stout, Stout -extratrees:binnie.mash.grain, Fermented Grain Mash -extratrees:binnie.mash.wheat, Fermented Wheat Mash -extratrees:binnie.mash.rye, Fermented Rye Mash -extratrees:binnie.mash.corn, Fermented Corn Mash -extratrees:binnie.spirit.neutral, Neutral Spirit -extratrees:binnie.vodka, Vodka -extratrees:binnie.rum.white, White Rum -extratrees:binnie.rum.dark, Dark Rum -extratrees:binnie.whiskey, Whiskey -extratrees:binnie.whiskey.corn, Bourbon -extratrees:binnie.whiskey.rye, Rye Whiskey -extratrees:binnie.whiskey.wheat, Wheat Whiskey -extratrees:binnie.wine.fortified, Fortified Wine -extratrees:binnie.tequila, Tequila -extratrees:binnie.brandy.grape, Brandy -extratrees:binnie.brandy.apple, Apple Brandy -extratrees:binnie.brandy.pear, Pear Brandy -extratrees:binnie.brandy.apricot, Apricot Brandy -extratrees:binnie.brandy.plum, Plum Brandy -extratrees:binnie.brandy.cherry, Cherry Brandy -extratrees:binnie.brandy.elderberry, Elderberry Brandy -extratrees:binnie.brandy.citrus, Citrus Brandy -extratrees:binnie.brandy.fruit, Fruit Brandy -extratrees:binnie.spirit.sugarcane, Cachaca -extratrees:binnie.spirit.gin, Gin -extratrees:binnie.liquor.apple, Apple Liquor -extratrees:binnie.liquor.pear, Pear Liquor -extratrees:binnie.liquor.cherry, Cherry Liquor -extratrees:binnie.liquor.elderberry, Elderberry Liquor -extratrees:binnie.liquor.apricot, Apricot Liquor -extratrees:binnie.liquor.fruit, Fruit Liquor -extratrees:binnie.liqueur.almond, Almond Liqueur -extratrees:binnie.liqueur.orange, Orange Liqueur -extratrees:binnie.liqueur.banana, Banana Liqueur -extratrees:binnie.liqueur.chocolate, Chocolate Liqueur -extratrees:binnie.liqueur.mint, Mint Liqueur -extratrees:binnie.liqueur.hazelnut, Hazelnut Liqueur -extratrees:binnie.liqueur.cinnamon, Cinnamon Liqueur -extratrees:binnie.liqueur.coffee, Coffee Liqueur -extratrees:binnie.liqueur.melon, Melon Liqueur -extratrees:binnie.liqueur.anise, Anise Liqueur -extratrees:binnie.liqueur.peach, Peach Liqueur -extratrees:binnie.liqueur.lemon, Lemon Liqueur -extratrees:binnie.liqueur.herbal, Herbal Liqueur -extratrees:binnie.liqueur.cherry, Cherry Liqueur -extratrees:binnie.liqueur.blackcurrant, Blackcurrant Liqueur -extratrees:binnie.liqueur.blackberry, Blackberry Liqueur -extratrees:binnie.liqueur.raspberry, Raspberry Liqueur -biomesoplenty:grass:0, Spectral Moss -biomesoplenty:grass:1, Overgrown Stone -biomesoplenty:grass:2, Loamy Grass Block -biomesoplenty:grass:3, Sandy Grass Block -biomesoplenty:grass:4, Silty Grass Block -biomesoplenty:grass:5, Origin Grass Block -biomesoplenty:grass:6, Overgrown Netherrack -biomesoplenty:grass:7, Flowering Grass Block -biomesoplenty:grass:8, Mycelial Netherrack -biomesoplenty:dirt:8, Coarse Loamy Dirt -biomesoplenty:dirt:0, Loamy Dirt -biomesoplenty:dirt:9, Coarse Sandy Dirt -biomesoplenty:dirt:1, Sandy Dirt -biomesoplenty:dirt:10, Coarse Silty Dirt -biomesoplenty:dirt:2, Silty Dirt -biomesoplenty:grass_path:0, Loamy Grass Path -biomesoplenty:grass_path:1, Sandy Grass Path -biomesoplenty:grass_path:2, Silty Grass Path -biomesoplenty:farmland_0:0, Loamy Farmland -biomesoplenty:farmland_0:1, Sandy Farmland -biomesoplenty:farmland_1:0, Silty Farmland -biomesoplenty:white_sand:0, White Sand -biomesoplenty:white_sandstone:0, White Sandstone -biomesoplenty:white_sandstone:1, Chiseled White Sandstone -biomesoplenty:white_sandstone:2, Smooth White Sandstone -biomesoplenty:white_sandstone_stairs:0, White Sandstone Stairs -biomesoplenty:dried_sand:0, Dried Sand -biomesoplenty:hard_ice:0, Hardened Ice -biomesoplenty:ash_block:0, Ash Block -biomesoplenty:mud:0, Mud -biomesoplenty:flesh:0, Flesh -biomesoplenty:crystal:0, Crystallized Obsidian -biomesoplenty:biome_block:0, Biome Essence Ore -biomesoplenty:gem_ore:0, Ender Amethyst Ore -biomesoplenty:gem_ore:1, Ruby Ore -biomesoplenty:gem_ore:2, Peridot Ore -biomesoplenty:gem_ore:3, Topaz Ore -biomesoplenty:gem_ore:4, Tanzanite Ore -biomesoplenty:gem_ore:5, Malachite Ore -biomesoplenty:gem_ore:6, Sapphire Ore -biomesoplenty:gem_ore:7, Amber Ore -biomesoplenty:gem_block:0, Block of Amethyst -biomesoplenty:gem_block:1, Block of Ruby -biomesoplenty:gem_block:2, Block of Peridot -biomesoplenty:gem_block:3, Block of Topaz -biomesoplenty:gem_block:4, Block of Tanzanite -biomesoplenty:gem_block:5, Block of Malachite -biomesoplenty:gem_block:6, Block of Sapphire -biomesoplenty:gem_block:7, Block of Amber -biomesoplenty:hive:0, Hive Block -biomesoplenty:hive:1, Honeycomb Block -biomesoplenty:hive:2, Empty Honeycomb Block -biomesoplenty:hive:3, Filled Honeycomb Block -biomesoplenty:honey_block:0, Honey Block -biomesoplenty:blue_fire:0, Blue Fire -biomesoplenty:bamboo_thatching:0, Bamboo Thatching -biomesoplenty:mud_brick_block:0, Mud Bricks -biomesoplenty:mud_brick_stairs:0, Mud Bricks Stairs -biomesoplenty:other_slab:0, Mud Bricks Slab -biomesoplenty:other_slab:1, White Sandstone Slab -biomesoplenty:log_0:4, Sacred Oak Wood -biomesoplenty:log_0:5, Cherry Wood -biomesoplenty:log_0:6, Umbran Wood -biomesoplenty:log_0:7, Fir Wood -biomesoplenty:log_1:4, Ethereal Wood -biomesoplenty:log_1:5, Magic Wood -biomesoplenty:log_1:6, Mangrove Wood -biomesoplenty:log_1:7, Palm Wood -biomesoplenty:log_2:4, Redwood Wood -biomesoplenty:log_2:5, Willow Wood -biomesoplenty:log_2:6, Pine Wood -biomesoplenty:log_2:7, Hellbark Wood -biomesoplenty:log_3:4, Jacaranda Wood -biomesoplenty:log_3:5, Mahogany Wood -biomesoplenty:log_3:6, Ebony Wood -biomesoplenty:log_3:7, Eucalyptus Wood -biomesoplenty:log_4:4, Giant Flower Stem -biomesoplenty:log_4:5, Dead Wood -biomesoplenty:leaves_0:8, Yellow Autumn Leaves -biomesoplenty:leaves_0:9, Orange Autumn Leaves -biomesoplenty:leaves_0:10, Bamboo Leaves -biomesoplenty:leaves_0:11, Magic Leaves -biomesoplenty:leaves_1:8, Umbran Leaves -biomesoplenty:leaves_1:9, Dead Leaves -biomesoplenty:leaves_1:10, Fir Leaves -biomesoplenty:leaves_1:11, Ethereal Leaves -biomesoplenty:leaves_2:8, Origin Leaves -biomesoplenty:leaves_2:9, Pink Cherry Leaves -biomesoplenty:leaves_2:10, White Cherry Leaves -biomesoplenty:leaves_2:11, Maple Leaves -biomesoplenty:leaves_3:8, Hellbark Leaves -biomesoplenty:leaves_3:9, Flowering Oak Leaves -biomesoplenty:leaves_3:10, Jacaranda Leaves -biomesoplenty:leaves_3:11, Sacred Oak Leaves -biomesoplenty:leaves_4:8, Mangrove Leaves -biomesoplenty:leaves_4:9, Palm Leaves -biomesoplenty:leaves_4:10, Redwood Leaves -biomesoplenty:leaves_4:11, Willow Leaves -biomesoplenty:leaves_5:8, Pine Leaves -biomesoplenty:leaves_5:9, Mahogany Leaves -biomesoplenty:leaves_5:10, Ebony Leaves -biomesoplenty:leaves_5:11, Eucalyptus Leaves -biomesoplenty:leaves_6:8, Giant Red Flower Petal -biomesoplenty:leaves_6:9, Giant Yellow Flower Petal -biomesoplenty:planks_0:0, Sacred Oak Wood Planks -biomesoplenty:planks_0:1, Cherry Wood Planks -biomesoplenty:planks_0:2, Umbran Wood Planks -biomesoplenty:planks_0:3, Fir Wood Planks -biomesoplenty:planks_0:4, Ethereal Wood Planks -biomesoplenty:planks_0:5, Magic Wood Planks -biomesoplenty:planks_0:6, Mangrove Wood Planks -biomesoplenty:planks_0:7, Palm Wood Planks -biomesoplenty:planks_0:8, Redwood Wood Planks -biomesoplenty:planks_0:9, Willow Wood Planks -biomesoplenty:planks_0:10, Pine Wood Planks -biomesoplenty:planks_0:11, Hellbark Wood Planks -biomesoplenty:planks_0:12, Jacaranda Wood Planks -biomesoplenty:planks_0:13, Mahogany Wood Planks -biomesoplenty:planks_0:14, Ebony Wood Planks -biomesoplenty:planks_0:15, Eucalyptus Wood Planks -biomesoplenty:sacred_oak_stairs:0, Sacred Oak Wood Stairs -biomesoplenty:cherry_stairs:0, Cherry Wood Stairs -biomesoplenty:umbran_stairs:0, Umbran Wood Stairs -biomesoplenty:fir_stairs:0, Fir Wood Stairs -biomesoplenty:ethereal_stairs:0, Ethereal Wood Stairs -biomesoplenty:magic_stairs:0, Magic Wood Stairs -biomesoplenty:mangrove_stairs:0, Mangrove Wood Stairs -biomesoplenty:palm_stairs:0, Palm Wood Stairs -biomesoplenty:redwood_stairs:0, Redwood Wood Stairs -biomesoplenty:willow_stairs:0, Willow Wood Stairs -biomesoplenty:pine_stairs:0, Pine Wood Stairs -biomesoplenty:hellbark_stairs:0, Hellbark Wood Stairs -biomesoplenty:jacaranda_stairs:0, Jacaranda Wood Stairs -biomesoplenty:mahogany_stairs:0, Mahogany Wood Stairs -biomesoplenty:ebony_stairs:0, Ebony Wood Stairs -biomesoplenty:eucalyptus_stairs:0, Eucalyptus Stairs -biomesoplenty:wood_slab_0:0, Sacred Oak Wood Slab -biomesoplenty:wood_slab_0:1, Cherry Wood Slab -biomesoplenty:wood_slab_0:2, Umbran Wood Slab -biomesoplenty:wood_slab_0:3, Fir Wood Slab -biomesoplenty:wood_slab_0:4, Ethereal Wood Slab -biomesoplenty:wood_slab_0:5, Magic Wood Slab -biomesoplenty:wood_slab_0:6, Mangrove Wood Slab -biomesoplenty:wood_slab_0:7, Palm Wood Slab -biomesoplenty:wood_slab_1:0, Redwood Wood Slab -biomesoplenty:wood_slab_1:1, Willow Wood Slab -biomesoplenty:wood_slab_1:2, Pine Wood Slab -biomesoplenty:wood_slab_1:3, Hellbark Wood Slab -biomesoplenty:wood_slab_1:4, Jacaranda Wood Slab -biomesoplenty:wood_slab_1:5, Mahogany Wood Slab -biomesoplenty:wood_slab_1:6, Ebony Wood Slab -biomesoplenty:wood_slab_1:7, Eucalyptus Wood Slab -biomesoplenty:sacred_oak_fence:0, Sacred Oak Fence -biomesoplenty:cherry_fence:0, Cherry Fence -biomesoplenty:umbran_fence:0, Umbran Fence -biomesoplenty:fir_fence:0, Fir Fence -biomesoplenty:ethereal_fence:0, Ethereal Fence -biomesoplenty:magic_fence:0, Magic Fence -biomesoplenty:mangrove_fence:0, Mangrove Fence -biomesoplenty:palm_fence:0, Palm Fence -biomesoplenty:redwood_fence:0, Redwood Fence -biomesoplenty:willow_fence:0, Willow Fence -biomesoplenty:pine_fence:0, Pine Fence -biomesoplenty:hellbark_fence:0, Hellbark Fence -biomesoplenty:jacaranda_fence:0, Jacaranda Fence -biomesoplenty:mahogany_fence:0, Mahogany Fence -biomesoplenty:ebony_fence:0, Ebony Fence -biomesoplenty:eucalyptus_fence:0, Eucalyptus Fence -biomesoplenty:sacred_oak_fence_gate:0, Sacred Oak Fence Gate -biomesoplenty:cherry_fence_gate:0, Cherry Fence Gate -biomesoplenty:umbran_fence_gate:0, Umbran Fence Gate -biomesoplenty:fir_fence_gate:0, Fir Fence Gate -biomesoplenty:ethereal_fence_gate:0, Ethereal Fence Gate -biomesoplenty:magic_fence_gate:0, Magic Fence Gate -biomesoplenty:mangrove_fence_gate:0, Mangrove Fence Gate -biomesoplenty:palm_fence_gate:0, Palm Fence Gate -biomesoplenty:redwood_fence_gate:0, Redwood Fence Gate -biomesoplenty:willow_fence_gate:0, Willow Fence Gate -biomesoplenty:pine_fence_gate:0, Pine Fence Gate -biomesoplenty:hellbark_fence_gate:0, Hellbark Fence Gate -biomesoplenty:jacaranda_fence_gate:0, Jacaranda Fence Gate -biomesoplenty:mahogany_fence_gate:0, Mahogany Fence Gate -biomesoplenty:ebony_fence_gate:0, Ebony Fence Gate -biomesoplenty:eucalyptus_fence_gate:0, Eucalyptus Fence Gate -biomesoplenty:sacred_oak_door, Sacred Oak Door -biomesoplenty:cherry_door, Cherry Door -biomesoplenty:umbran_door, Umbran Door -biomesoplenty:fir_door, Fir Door -biomesoplenty:ethereal_door, Ethereal Door -biomesoplenty:magic_door, Magic Door -biomesoplenty:mangrove_door, Mangrove Door -biomesoplenty:palm_door, Palm Door -biomesoplenty:redwood_door, Redwood Door -biomesoplenty:willow_door, Willow Door -biomesoplenty:pine_door, Pine Door -biomesoplenty:hellbark_door, Hellbark Door -biomesoplenty:jacaranda_door, Jacaranda Door -biomesoplenty:mahogany_door, Mahogany Door -biomesoplenty:ebony_door, Ebony Door -biomesoplenty:eucalyptus_door, Eucalyptus Door -biomesoplenty:coral:0, Pink Coral -biomesoplenty:coral:1, Orange Coral -biomesoplenty:coral:2, Blue Coral -biomesoplenty:coral:3, Glowing Coral -biomesoplenty:coral:4, Algae -biomesoplenty:seaweed:0, Kelp -biomesoplenty:waterlily:0, Medium Lily Pad -biomesoplenty:waterlily:1, Small Lily Pad -biomesoplenty:waterlily:2, Tiny Lily Pad -biomesoplenty:waterlily:3, Flowered Lily -biomesoplenty:bamboo:0, Bamboo -biomesoplenty:sapling_0:0, Yellow Autumn Sapling -biomesoplenty:sapling_0:1, Orange Autumn Sapling -biomesoplenty:sapling_0:2, Bamboo Sapling -biomesoplenty:sapling_0:3, Magic Sapling -biomesoplenty:sapling_0:4, Umbran Sapling -biomesoplenty:sapling_0:5, Dead Sapling -biomesoplenty:sapling_0:6, Fir Sapling -biomesoplenty:sapling_0:7, Ethereal Sapling -biomesoplenty:sapling_1:0, Origin Sapling -biomesoplenty:sapling_1:1, Pink Cherry Sapling -biomesoplenty:sapling_1:2, White Cherry Sapling -biomesoplenty:sapling_1:3, Maple Sapling -biomesoplenty:sapling_1:4, Hellbark Sapling -biomesoplenty:sapling_1:5, Flowering Oak Sapling -biomesoplenty:sapling_1:6, Jacaranda Sapling -biomesoplenty:sapling_1:7, Sacred Oak Sapling -biomesoplenty:sapling_2:0, Mangrove Sapling -biomesoplenty:sapling_2:1, Palm Sapling -biomesoplenty:sapling_2:2, Redwood Sapling -biomesoplenty:sapling_2:3, Willow Sapling -biomesoplenty:sapling_2:4, Pine Sapling -biomesoplenty:sapling_2:5, Mahogany Sapling -biomesoplenty:sapling_2:6, Ebony Sapling -biomesoplenty:sapling_2:7, Eucalyptus Sapling -biomesoplenty:plant_0:0, Short Grass -biomesoplenty:plant_0:1, Medium Grass -biomesoplenty:plant_0:2, Bush -biomesoplenty:plant_0:3, Sprout -biomesoplenty:plant_0:4, Poison Ivy -biomesoplenty:plant_0:5, Berry Bush -biomesoplenty:plant_0:6, Shrub -biomesoplenty:plant_0:7, Wheat Grass -biomesoplenty:plant_0:8, Damp Grass -biomesoplenty:plant_0:9, Koru -biomesoplenty:plant_0:10, Clover Patch -biomesoplenty:plant_0:11, Leaf Pile -biomesoplenty:plant_0:12, Dead Leaf Pile -biomesoplenty:plant_0:13, Dead Grass -biomesoplenty:plant_0:14, Desert Grass -biomesoplenty:plant_0:15, Desert Sprouts -biomesoplenty:plant_1:0, Dune Grass -biomesoplenty:plant_1:1, Spectral Fern -biomesoplenty:plant_1:2, Thorns -biomesoplenty:plant_1:3, Wild Rice -biomesoplenty:plant_1:4, Cattail -biomesoplenty:plant_1:5, River Cane -biomesoplenty:plant_1:6, Tiny Cactus -biomesoplenty:plant_1:7, Devilweed -biomesoplenty:plant_1:8, Reed -biomesoplenty:plant_1:9, Root -biomesoplenty:plant_1:10, Rafflesia -biomesoplenty:plant_1:11, Barley -biomesoplenty:double_plant:0, Flax -biomesoplenty:double_plant:1, Tall Cattail -biomesoplenty:double_plant:2, Eyebulb -biomesoplenty:double_plant:3, Sea Oats -biomesoplenty:mushroom:0, Toadstool -biomesoplenty:mushroom:1, Portobello -biomesoplenty:mushroom:2, Blue Milk Cap -biomesoplenty:mushroom:3, Glowshroom -biomesoplenty:mushroom:4, Flat Mushroom -biomesoplenty:mushroom:5, Shadow Shroom -biomesoplenty:bramble_plant:0, Bramble -biomesoplenty:flower_0:0, Clover -biomesoplenty:flower_0:1, Swampflower -biomesoplenty:flower_0:2, Deathbloom -biomesoplenty:flower_0:3, Glowflower -biomesoplenty:flower_0:4, Blue Hydrangea -biomesoplenty:flower_0:5, Orange Cosmos -biomesoplenty:flower_0:6, Pink Dafodil -biomesoplenty:flower_0:7, Wildflower -biomesoplenty:flower_0:8, Violet -biomesoplenty:flower_0:9, White Anemone -biomesoplenty:flower_0:10, Enderlotus -biomesoplenty:flower_0:11, Bromeliad -biomesoplenty:flower_0:12, Wilted Lily -biomesoplenty:flower_0:13, Pink Hibiscus -biomesoplenty:flower_0:14, Lily of the Valley -biomesoplenty:flower_0:15, Burning Blossom -biomesoplenty:flower_1:0, Lavender -biomesoplenty:flower_1:1, Goldenrod -biomesoplenty:flower_1:2, Bluebells -biomesoplenty:flower_1:3, Miner's Delight -biomesoplenty:flower_1:4, Icy Iris -biomesoplenty:flower_1:5, Rose -biomesoplenty:ivy:0, Ivy -biomesoplenty:willow_vine:0, Willow Vine -biomesoplenty:terrarium:0, Fern Terrarium -biomesoplenty:terrarium:1, Mushroom Terrarium -biomesoplenty:terrarium:2, Cactus Terrarium -biomesoplenty:terrarium:3, Flax Terrarium -biomesoplenty:terrarium:4, Flower Terrarium -biomesoplenty:terrarium:5, Koru Terrarium -biomesoplenty:terrarium:6, Bamboo Terrarium -biomesoplenty:terrarium:7, Beach Terrarium -biomesoplenty:terrarium:8, Glowshroom Terrarium -biomesoplenty:terrarium:9, Dead Terrarium -biomesoplenty:terrarium:10, Mystic Terrarium -biomesoplenty:terrarium:11, Ominous Terrarium -biomesoplenty:terrarium:12, Wasteland Terrarium -biomesoplenty:terrarium:13, Origin Terrarium -biomesoplenty:terrarium:14, Nether Terrarium -biomesoplenty:terrarium:15, Ender Terrarium -biomesoplenty:jar_filled:0, Honey Jar -biomesoplenty:jar_filled:1, Blue Fire Jar -biomesoplenty:jar_empty, Empty Jar -biomesoplenty:boat_sacred_oak, Sacred Oak Boat -biomesoplenty:boat_cherry, Cherry Boat -biomesoplenty:boat_umbran, Umbran Boat -biomesoplenty:boat_fir, Fir Boat -biomesoplenty:boat_ethereal, Ethereal Boat -biomesoplenty:boat_magic, Magic Boat -biomesoplenty:boat_mangrove, Mangrove Boat -biomesoplenty:boat_palm, Palm Boat -biomesoplenty:boat_redwood, Redwood Boat -biomesoplenty:boat_willow, Willow Boat -biomesoplenty:boat_pine, Pine Boat -biomesoplenty:boat_hellbark, Hellbark Boat -biomesoplenty:boat_jacaranda, Jacaranda Boat -biomesoplenty:boat_mahogany, Mahogany Boat -biomesoplenty:boat_ebony, Ebony Boat -biomesoplenty:boat_eucalyptus, Eucalyptus Boat -biomesoplenty:biome_finder, Biome Finder -biomesoplenty:record_wanderer, Music Disc -biomesoplenty:mudball, Mud Ball -biomesoplenty:mud_brick, Mud Brick -biomesoplenty:ash, Pile of Ashes -biomesoplenty:fleshchunk, Chunk of Flesh -biomesoplenty:gem:0, Ender Amethyst -biomesoplenty:gem:1, Ruby -biomesoplenty:gem:2, Peridot -biomesoplenty:gem:3, Topaz -biomesoplenty:gem:4, Tanzanite -biomesoplenty:gem:5, Malachite -biomesoplenty:gem:6, Sapphire -biomesoplenty:gem:7, Amber -biomesoplenty:terrestrial_artifact, Terrestrial Artifact -biomesoplenty:crystal_shard, Celestial Crystal Shard -biomesoplenty:biome_essence, Biome Essence -biomesoplenty:berries, Berry -biomesoplenty:pear, Pear -biomesoplenty:peach, Peach -biomesoplenty:persimmon, Persimmon -biomesoplenty:honeycomb, Empty Honeycomb -biomesoplenty:filled_honeycomb, Filled Honeycomb -biomesoplenty:shroompowder, Shroom Powder -biomesoplenty:ricebowl, Bowl of Rice -biomesoplenty:blue_dye, Blue Dye -biomesoplenty:brown_dye, Brown Dye -biomesoplenty:green_dye, Green Dye -biomesoplenty:white_dye, White Dye -biomesoplenty:black_dye, Black Dye -biomesoplenty:earth, Earth -bloodarsenal:bloodarsenal.molten_blood_infused_iron, Molten Blood Infused Iron -careerbees:flower_pedastal, Flower Pedastal -careerbees:alveary_frame, Alveary Frame Holder -careerbees:mutation_frame, Mutation Frame -careerbees:eternalframe, Eternal Frame -careerbees:beegun, Bee-Bee Gun -careerbees:poison_frame, Poison Frame -careerbees:pheremone_frame, Pheremone Frame -careerbees:ingredients:4, Iron Dust -careerbees:ingredients:5, Gold Dust -careerbees:ingredients:6, Copper Dust -careerbees:ingredients:7, Tin Dust -careerbees:ingredients:8, Bronze Dust -careerbees:ingredients:9, Police Incident Report -careerbees:ingredients:10, Honey-Comb Ingot -careerbees:ingredients:11, Ying Essence -careerbees:ingredients:12, Yang Essence -careerbees:ingredients:13, Triquetra -careerbees:settings_frame, Settings Frame -careerbees:bee.armor.feet, Bee Armor Boots -careerbees:bee.armor.legs, Bee Armor Leggings -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 -hammercore:iron_bordered_cobblestone, Iron-Bordered Cobblestone -hammercore:gold_bordered_cobblestone, Gold-Bordered Cobblestone -hammercore:diamond_bordered_cobblestone, Diamond-Bordered Cobblestone -hammercore:emerald_bordered_cobblestone, Emerald-Bordered Cobblestone -hammercore:quartz_bordered_cobblestone, Quartz-Bordered Cobblestone -hammercore:manual, Hammer Core Manual -extracells:part.base:0, ME Fluid Export Bus -extracells:part.base:1, ME Fluid Import Bus -extracells:part.base:2, ME Fluid Storage Bus -extracells:part.base:3, ME Fluid Terminal -extracells:part.base:4, ME Fluid Level Emitter -extracells:part.base:5, ME Fluid Annihilation Plane -extracells:part.base:6, ME Fluid Formation Plane -extracells:part.base:7, ME Drive Fixture -extracells:part.base:8, ME Energy Cell Fixture -extracells:part.base:9, ME Fluid Interface -extracells:part.base:10, ME Fluid Storage Monitor -extracells:part.base:11, ME Fluid Conversion Monitor -extracells:part.base:12, ME Ore Dictionary Export Bus -extracells:storage.fluid:0, ME 1k Fluid Storage Cell -extracells:storage.fluid:1, ME 4k Fluid Storage Cell -extracells:storage.fluid:2, ME 16k Fluid Storage Cell -extracells:storage.fluid:3, ME 64k Fluid Storage Cell -extracells:storage.fluid:4, ME 256k Fluid Storage Cell -extracells:storage.fluid:5, ME 1024k Fluid Storage Cell -extracells:storage.fluid:6, ME 4096k Fluid Storage Cell -extracells:storage.physical:0, ME 256k Storage Cell -extracells:storage.physical:1, ME 1024k Storage Cell -extracells:storage.physical:2, ME 4096k Storage Cell -extracells:storage.physical:3, ME 16384k Storage Cell -extracells:storage.physical:4, ME Block Container - Empty -extracells:storage.physical:4, ME Block Container - Empty -extracells:pattern.fluid:0, ME Fluid Pattern -extracells:pattern.fluid:0, ME Fluid Pattern: Water -extracells:pattern.fluid:0, ME Fluid Pattern: Lava -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Gold -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Pigiron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Cobalt -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ardite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Manyullyn -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Knightslime -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Aluminum Brass -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Brass -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Copper -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Tin -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Bronze -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Zinc -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lead -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Nickel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Silver -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Electrum -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Aluminum -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Coralium -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Antimatter -extracells:pattern.fluid:0, ME Fluid Pattern: Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Creosote Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Liquifacted Coal -extracells:pattern.fluid:0, ME Fluid Pattern: Crude Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Naphtha -extracells:pattern.fluid:0, ME Fluid Pattern: Refined Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Sap -extracells:pattern.fluid:0, ME Fluid Pattern: Syrup -extracells:pattern.fluid:0, ME Fluid Pattern: Resin -extracells:pattern.fluid:0, ME Fluid Pattern: Tree Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Seed Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Biocrude -extracells:pattern.fluid:0, ME Fluid Pattern: Grassoline -extracells:pattern.fluid:0, ME Fluid Pattern: Mushroom Stew -extracells:pattern.fluid:0, ME Fluid Pattern: Essence of Knowledge -extracells:pattern.fluid:0, ME Fluid Pattern: Potion -extracells:pattern.fluid:0, ME Fluid Pattern: Splash Potion -extracells:pattern.fluid:0, ME Fluid Pattern: Lingering Potion -extracells:pattern.fluid:0, ME Fluid Pattern: Destabilized Redstone -extracells:pattern.fluid:0, ME Fluid Pattern: Energized Glowstone -extracells:pattern.fluid:0, ME Fluid Pattern: Resonant Ender -extracells:pattern.fluid:0, ME Fluid Pattern: Blazing Pyrotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Gelid Cryotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Zephyrean Aerotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Tectonic Petrotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Primal Mana -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Platinum -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Iridium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Invar -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Constantan -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Signalum -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lumium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Enderium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Electrical Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Energetic Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vibrant Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Redstone Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Conductive Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Pulsating Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Dark Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Soularium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten End Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Iron Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Crude Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Crystalline Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Melodic Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Stellar Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Crystalline Pink Slime -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Energetic Silver -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vivid Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Fiery -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Knightmetal -extracells:pattern.fluid:0, ME Fluid Pattern: Fiery Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Abyssalnite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Refined Coralium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Dreadium -extracells:pattern.fluid:0, ME Fluid Pattern: Canola Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Refined Canola Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Crystallized Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Empowered Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Crude Oil (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Crude Oil (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Crude Oil (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Residue (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Residue (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Residue (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Heavy Oil (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Heavy Oil (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Heavy Oil (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Oil (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Oil (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Oil (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Distilled Oil (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Distilled Oil (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Distilled Oil (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Fuel (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Fuel (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Fuel (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Mixed Heavy Fuels (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Mixed Heavy Fuels (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Mixed Heavy Fuels (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Light Fuel (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Light Fuel (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Light Fuel (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Mixed Light Fuels (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Mixed Light Fuels (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Mixed Light Fuels (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Gaseous Fuel (§bCool§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Gaseous Fuel (§6Hot§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Gaseous Fuel (§cSearing§r) -extracells:pattern.fluid:0, ME Fluid Pattern: Beryllium -extracells:pattern.fluid:0, ME Fluid Pattern: Calcium -extracells:pattern.fluid:0, ME Fluid Pattern: Calciumcarbonate -extracells:pattern.fluid:0, ME Fluid Pattern: Chlorite -extracells:pattern.fluid:0, ME Fluid Pattern: Deuterium -extracells:pattern.fluid:0, ME Fluid Pattern: Glyceryl -extracells:pattern.fluid:0, ME Fluid Pattern: Helium -extracells:pattern.fluid:0, ME Fluid Pattern: Helium3 -extracells:pattern.fluid:0, ME Fluid Pattern: Heliumplasma -extracells:pattern.fluid:0, ME Fluid Pattern: Hydrogen -extracells:pattern.fluid:0, ME Fluid Pattern: Lithium -extracells:pattern.fluid:0, ME Fluid Pattern: Mercury -extracells:pattern.fluid:0, ME Fluid Pattern: Methane -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrocoalfuel -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrofuel -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrogen -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrogendioxide -extracells:pattern.fluid:0, ME Fluid Pattern: Potassium -extracells:pattern.fluid:0, ME Fluid Pattern: Silicon -extracells:pattern.fluid:0, ME Fluid Pattern: Sodium -extracells:pattern.fluid:0, ME Fluid Pattern: Sodiumpersulfate -extracells:pattern.fluid:0, ME Fluid Pattern: Tritium -extracells:pattern.fluid:0, ME Fluid Pattern: Wolframium -extracells:pattern.fluid:0, ME Fluid Pattern: Carbon -extracells:pattern.fluid:0, ME Fluid Pattern: Carbon Fiber -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrocarbon -extracells:pattern.fluid:0, ME Fluid Pattern: Sulfur -extracells:pattern.fluid:0, ME Fluid Pattern: Sodium Sulfide -extracells:pattern.fluid:0, ME Fluid Pattern: Diesel -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrodiesel -extracells:pattern.fluid:0, ME Fluid Pattern: Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Sulfuric Acid -extracells:pattern.fluid:0, ME Fluid Pattern: Compressed Air -extracells:pattern.fluid:0, ME Fluid Pattern: Electrolyzed Water -extracells:pattern.fluid:0, ME Fluid Pattern: Biofuel -extracells:pattern.fluid:0, ME Fluid Pattern: Ethanol -extracells:pattern.fluid:0, ME Fluid Pattern: Biomass -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Glass -extracells:pattern.fluid:0, ME Fluid Pattern: Honey -extracells:pattern.fluid:0, ME Fluid Pattern: Crushed Ice -extracells:pattern.fluid:0, ME Fluid Pattern: Fruit Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Milk -extracells:pattern.fluid:0, ME Fluid Pattern: Seed Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Short Mead -extracells:pattern.fluid:0, ME Fluid Pattern: Plant Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Ethanol -extracells:pattern.fluid:0, ME Fluid Pattern: Biodiesel -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Concrete -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium -extracells:pattern.fluid:0, ME Fluid Pattern: Amber -extracells:pattern.fluid:0, ME Fluid Pattern: Crystallized Obsidian -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid XP -extracells:pattern.fluid:0, ME Fluid Pattern: Candied Water -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Baronyte -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Blazium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Elecanium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Emberstone -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ghastly Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ghoulish Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Limonite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lunar Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lyon -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Mystite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Rosite -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: Growth Medium -extracells:pattern.fluid:0, ME Fluid Pattern: Bacteria -extracells:pattern.fluid:0, ME Fluid Pattern: Polymerising Bacteria -extracells:pattern.fluid:0, ME Fluid Pattern: Raw DNA -extracells:pattern.fluid:0, ME Fluid Pattern: Bacteria Vector -extracells:pattern.fluid:0, ME Fluid Pattern: Sap -extracells:pattern.fluid:0, ME Fluid Pattern: Resin -extracells:pattern.fluid:0, ME Fluid Pattern: Latex -extracells:pattern.fluid:0, ME Fluid Pattern: Turpentine -extracells:pattern.fluid:0, ME Fluid Pattern: Apple Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Apricot Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Banana Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Cherry Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Elderberry Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Lemon Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Lime Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Orange Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Peach Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Plum Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Carrot Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Tomato Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Cranberry Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Grapefruit Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Olive Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Pineapple Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Pear Juice -extracells:pattern.fluid:0, ME Fluid Pattern: White Grape Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Red Grape Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Cider -extracells:pattern.fluid:0, ME Fluid Pattern: Apricot Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Banana Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Cherry Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Elderberry Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Peach Cider -extracells:pattern.fluid:0, ME Fluid Pattern: Pear Cider -extracells:pattern.fluid:0, ME Fluid Pattern: Plum Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Carrot Wine -extracells:pattern.fluid:0, ME Fluid Pattern: White Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Red Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Sparkling Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Agave Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Fermented Potatoes -extracells:pattern.fluid:0, ME Fluid Pattern: Citrus Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Cranberry Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Pineapple Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Tomato Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Fruit Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Ale -extracells:pattern.fluid:0, ME Fluid Pattern: Lager -extracells:pattern.fluid:0, ME Fluid Pattern: Wheat Beer -extracells:pattern.fluid:0, ME Fluid Pattern: Rye Beer -extracells:pattern.fluid:0, ME Fluid Pattern: Corn Beer -extracells:pattern.fluid:0, ME Fluid Pattern: Stout -extracells:pattern.fluid:0, ME Fluid Pattern: Fermented Grain Mash -extracells:pattern.fluid:0, ME Fluid Pattern: Fermented Wheat Mash -extracells:pattern.fluid:0, ME Fluid Pattern: Fermented Rye Mash -extracells:pattern.fluid:0, ME Fluid Pattern: Fermented Corn Mash -extracells:pattern.fluid:0, ME Fluid Pattern: Neutral Spirit -extracells:pattern.fluid:0, ME Fluid Pattern: Vodka -extracells:pattern.fluid:0, ME Fluid Pattern: White Rum -extracells:pattern.fluid:0, ME Fluid Pattern: Dark Rum -extracells:pattern.fluid:0, ME Fluid Pattern: Whiskey -extracells:pattern.fluid:0, ME Fluid Pattern: Bourbon -extracells:pattern.fluid:0, ME Fluid Pattern: Rye Whiskey -extracells:pattern.fluid:0, ME Fluid Pattern: Wheat Whiskey -extracells:pattern.fluid:0, ME Fluid Pattern: Fortified Wine -extracells:pattern.fluid:0, ME Fluid Pattern: Tequila -extracells:pattern.fluid:0, ME Fluid Pattern: Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Apple Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Pear Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Apricot Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Plum Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Cherry Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Elderberry Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Citrus Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Fruit Brandy -extracells:pattern.fluid:0, ME Fluid Pattern: Cachaca -extracells:pattern.fluid:0, ME Fluid Pattern: Gin -extracells:pattern.fluid:0, ME Fluid Pattern: Apple Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Pear Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Cherry Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Elderberry Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Apricot Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Fruit Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Almond Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Orange Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Banana Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Chocolate Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Mint Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Hazelnut Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Cinnamon Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Coffee Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Melon Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Anise Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Peach Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Lemon Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Herbal Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Cherry Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Blackcurrant Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Blackberry Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Raspberry Liqueur -extracells:pattern.fluid:0, ME Fluid Pattern: Quicksand -extracells:pattern.fluid:0, ME Fluid Pattern: Honey -extracells:pattern.fluid:0, ME Fluid Pattern: Blood -extracells:pattern.fluid:0, ME Fluid Pattern: Poison -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Spring Water -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Blood Infused Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid PE -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid LP -extracells:pattern.fluid:0, ME Fluid Pattern: Eternal Dragon Fire -extracells:pattern.fluid:0, ME Fluid Pattern: Dimensional Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Void -extracells:pattern.fluid:0, ME Fluid Pattern: Overworldian Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Enriched Canola Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Nethengeic Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid UU Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Spatial Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Dense Plasma -extracells:pattern.fluid:0, ME Fluid Pattern: Dragon's Blood Plastic -extracells:pattern.fluid:0, ME Fluid Pattern: Fossile Refined Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Aerial Moonshine -extracells:pattern.fluid:0, ME Fluid Pattern: Spicy Pyrotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Luminous Lava -extracells:pattern.fluid:0, ME Fluid Pattern: Cosmic Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Nightly Water -extracells:pattern.fluid:0, ME Fluid Pattern: Sunstruck Water -extracells:pattern.fluid:0, ME Fluid Pattern: Crepuscular Water -extracells:pattern.fluid:0, ME Fluid Pattern: Seared Grave Stone -extracells:pattern.fluid:0, ME Fluid Pattern: Astral Water -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Madness -extracells:pattern.fluid:0, ME Fluid Pattern: Ethereal Fabric -extracells:pattern.fluid:0, ME Fluid Pattern: Ghostly Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Life -extracells:pattern.fluid:0, ME Fluid Pattern: Lymph of Pixonia -extracells:pattern.fluid:0, ME Fluid Pattern: Galactic Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Milkiest Chocolate -extracells:pattern.fluid:0, ME Fluid Pattern: Alchemical Goo -extracells:pattern.fluid:0, ME Fluid Pattern: Twilight Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Weakened Cryotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Living Gold NaK Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Chaotic Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmarish Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Twilight Fire -extracells:pattern.fluid:0, ME Fluid Pattern: Universal Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Shyre Weed Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Energized Mulch -extracells:pattern.fluid:0, ME Fluid Pattern: Hyperdense Plasma -extracells:pattern.fluid:0, ME Fluid Pattern: Cursed Myrmitite -extracells:pattern.fluid:0, ME Fluid Pattern: Neutrino Plasma -extracells:pattern.fluid:0, ME Fluid Pattern: Decomposed Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Alpha Particles -extracells:pattern.fluid:0, ME Fluid Pattern: Electrons -extracells:pattern.fluid:0, ME Fluid Pattern: Bosons -extracells:pattern.fluid:0, ME Fluid Pattern: Protons -extracells:pattern.fluid:0, ME Fluid Pattern: Neutrons -extracells:pattern.fluid:0, ME Fluid Pattern: Higgs Bosons -extracells:pattern.fluid:0, ME Fluid Pattern: Gravitons -extracells:pattern.fluid:0, ME Fluid Pattern: Strings -extracells:pattern.fluid:0, ME Fluid Pattern: Muons -extracells:pattern.fluid:0, ME Fluid Pattern: Fiery Peat -extracells:pattern.fluid:0, ME Fluid Pattern: Halite Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Hint of Insanity -extracells:pattern.fluid:0, ME Fluid Pattern: Hint of Divinity -extracells:pattern.fluid:0, ME Fluid Pattern: Magnatar Stabilizer -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Realmite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Arlemite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Rupee -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Netherite -extracells:pattern.fluid:0, ME Fluid Pattern: Lumiotheum -extracells:pattern.fluid:0, ME Fluid Pattern: Eptane -extracells:pattern.fluid:0, ME Fluid Pattern: Gluons -extracells:pattern.fluid:0, ME Fluid Pattern: Quarks -extracells:pattern.fluid:0, ME Fluid Pattern: Leptons -extracells:pattern.fluid:0, ME Fluid Pattern: §kIlarity -extracells:pattern.fluid:0, ME Fluid Pattern: Evanescent Bifrost -extracells:pattern.fluid:0, ME Fluid Pattern: Vibrating Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Unstable Hassium Isotopes -extracells:pattern.fluid:0, ME Fluid Pattern: Radioactive Ethereal Goo -extracells:pattern.fluid:0, ME Fluid Pattern: Astatine -extracells:pattern.fluid:0, ME Fluid Pattern: Theobromine -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrogen 16 -extracells:pattern.fluid:0, ME Fluid Pattern: Potassium 41 -extracells:pattern.fluid:0, ME Fluid Pattern: Unholy Radioactive Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Vital Lymph -extracells:pattern.fluid:0, ME Fluid Pattern: Resonating Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Pyrite Chaotic Honey -extracells:pattern.fluid:0, ME Fluid Pattern: Soul Chaotic Honey -extracells:pattern.fluid:0, ME Fluid Pattern: Mysterious Chaotic Honey -extracells:pattern.fluid:0, ME Fluid Pattern: Temporal Chaotic Honey -extracells:pattern.fluid:0, ME Fluid Pattern: Fluid Subconscious -extracells:pattern.fluid:0, ME Fluid Pattern: Meatane -extracells:pattern.fluid:0, ME Fluid Pattern: Hydralic Acid -extracells:pattern.fluid:0, ME Fluid Pattern: Neon -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Silicon -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Phosphorus -extracells:pattern.fluid:0, ME Fluid Pattern: Chlorine -extracells:pattern.fluid:0, ME Fluid Pattern: Argon -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Scandium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vanadium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Gallium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Germanium -extracells:pattern.fluid:0, ME Fluid Pattern: Selenium -extracells:pattern.fluid:0, ME Fluid Pattern: Bromine -extracells:pattern.fluid:0, ME Fluid Pattern: Krypton -extracells:pattern.fluid:0, ME Fluid Pattern: Noble Gas Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Supercooled Noble Gas Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Krypton Xenon Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Xenon -extracells:pattern.fluid:0, ME Fluid Pattern: Salt Water -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Calcite -extracells:pattern.fluid:0, ME Fluid Pattern: Brine -extracells:pattern.fluid:0, ME Fluid Pattern: Mineral Water -extracells:pattern.fluid:0, ME Fluid Pattern: Saline Remains -extracells:pattern.fluid:0, ME Fluid Pattern: Francium -extracells:pattern.fluid:0, ME Fluid Pattern: Yttrium -extracells:pattern.fluid:0, ME Fluid Pattern: Yttrium Oxide -extracells:pattern.fluid:0, ME Fluid Pattern: Yttrium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Hydrochloric Acid -extracells:pattern.fluid:0, ME Fluid Pattern: Barium -extracells:pattern.fluid:0, ME Fluid Pattern: Mildly Recursive Goo -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Zirconium -extracells:pattern.fluid:0, ME Fluid Pattern: Niobium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Molybdenum -extracells:pattern.fluid:0, ME Fluid Pattern: Tungsten Molybdenum Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Einsteinium -extracells:pattern.fluid:0, ME Fluid Pattern: Lanthanum -extracells:pattern.fluid:0, ME Fluid Pattern: Meitnerium -extracells:pattern.fluid:0, ME Fluid Pattern: Triple Point Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ruthenium -extracells:pattern.fluid:0, ME Fluid Pattern: Rhodium -extracells:pattern.fluid:0, ME Fluid Pattern: Cadmium -extracells:pattern.fluid:0, ME Fluid Pattern: Seaborgium -extracells:pattern.fluid:0, ME Fluid Pattern: Indium -extracells:pattern.fluid:0, ME Fluid Pattern: Antimony -extracells:pattern.fluid:0, ME Fluid Pattern: Tellurium -extracells:pattern.fluid:0, ME Fluid Pattern: Arbiterium -extracells:pattern.fluid:0, ME Fluid Pattern: Iodine -extracells:pattern.fluid:0, ME Fluid Pattern: Hafnium -extracells:pattern.fluid:0, ME Fluid Pattern: Messy Rainbow Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Tantalum -extracells:pattern.fluid:0, ME Fluid Pattern: Thallium -extracells:pattern.fluid:0, ME Fluid Pattern: Manganese Thallium Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Bismuth -extracells:pattern.fluid:0, ME Fluid Pattern: Radon -extracells:pattern.fluid:0, ME Fluid Pattern: Fastly-Decaying Thorium -extracells:pattern.fluid:0, ME Fluid Pattern: Radium -extracells:pattern.fluid:0, ME Fluid Pattern: Actinium -extracells:pattern.fluid:0, ME Fluid Pattern: Rutherfordium -extracells:pattern.fluid:0, ME Fluid Pattern: Fastly-Decaying Plutonium -extracells:pattern.fluid:0, ME Fluid Pattern: Rutherfordium Chloride -extracells:pattern.fluid:0, ME Fluid Pattern: Dubnium -extracells:pattern.fluid:0, ME Fluid Pattern: Bohrium -extracells:pattern.fluid:0, ME Fluid Pattern: Relativistic Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Praseodymium -extracells:pattern.fluid:0, ME Fluid Pattern: Neodymium -extracells:pattern.fluid:0, ME Fluid Pattern: Cerium -extracells:pattern.fluid:0, ME Fluid Pattern: Samarium -extracells:pattern.fluid:0, ME Fluid Pattern: Europium -extracells:pattern.fluid:0, ME Fluid Pattern: Inorganic Remains -extracells:pattern.fluid:0, ME Fluid Pattern: Hydrogen Chloride -extracells:pattern.fluid:0, ME Fluid Pattern: T.O.T. -extracells:pattern.fluid:0, ME Fluid Pattern: Gadolinium -extracells:pattern.fluid:0, ME Fluid Pattern: Ruthenium Oxide -extracells:pattern.fluid:0, ME Fluid Pattern: Yttrium-Ruthenium Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Terbium -extracells:pattern.fluid:0, ME Fluid Pattern: Einsteinium-253 -extracells:pattern.fluid:0, ME Fluid Pattern: Einsteinium-254 -extracells:pattern.fluid:0, ME Fluid Pattern: Fermium -extracells:pattern.fluid:0, ME Fluid Pattern: Protactinium -extracells:pattern.fluid:0, ME Fluid Pattern: Mendelevium -extracells:pattern.fluid:0, ME Fluid Pattern: Sideral Life Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Nobelium -extracells:pattern.fluid:0, ME Fluid Pattern: Lawrencium -extracells:pattern.fluid:0, ME Fluid Pattern: Dysprosium -extracells:pattern.fluid:0, ME Fluid Pattern: Holmium -extracells:pattern.fluid:0, ME Fluid Pattern: Erbium -extracells:pattern.fluid:0, ME Fluid Pattern: Thulium -extracells:pattern.fluid:0, ME Fluid Pattern: Ytterbium -extracells:pattern.fluid:0, ME Fluid Pattern: Lutetium -extracells:pattern.fluid:0, ME Fluid Pattern: Darmstadtium -extracells:pattern.fluid:0, ME Fluid Pattern: Oganesson -extracells:pattern.fluid:0, ME Fluid Pattern: Roentgenium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Awakened -extracells:pattern.fluid:0, ME Fluid Pattern: Decay-Inducing Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Energetic Ogerite -extracells:pattern.fluid:0, ME Fluid Pattern: Copernicium -extracells:pattern.fluid:0, ME Fluid Pattern: Nihonium -extracells:pattern.fluid:0, ME Fluid Pattern: Flerovium -extracells:pattern.fluid:0, ME Fluid Pattern: Moscovium -extracells:pattern.fluid:0, ME Fluid Pattern: Livermorium -extracells:pattern.fluid:0, ME Fluid Pattern: Technetium -extracells:pattern.fluid:0, ME Fluid Pattern: Technetium Disulfide -extracells:pattern.fluid:0, ME Fluid Pattern: Primed Technetium -extracells:pattern.fluid:0, ME Fluid Pattern: Tennessine -extracells:pattern.fluid:0, ME Fluid Pattern: Meatballium -extracells:pattern.fluid:0, ME Fluid Pattern: Hassium -extracells:pattern.fluid:0, ME Fluid Pattern: Negatively Charged Fermionic Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Hydrogen -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Oxygen -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Deuterium -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Tritium -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Nickel -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Lead -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Mercury -extracells:pattern.fluid:0, ME Fluid Pattern: Nightmare Binder: Tin -extracells:pattern.fluid:0, ME Fluid Pattern: Possessed Starlight -extracells:pattern.fluid:0, ME Fluid Pattern: Whispering Starlight -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Adamantium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vibranium Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Fluix Plasma -extracells:pattern.fluid:0, ME Fluid Pattern: Slumbering Abyssite -extracells:pattern.fluid:0, ME Fluid Pattern: Blazing Refined Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Combustible Glowstone -extracells:pattern.fluid:0, ME Fluid Pattern: Copper Lava Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Energized Lava -extracells:pattern.fluid:0, ME Fluid Pattern: High Pressure Energetic Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Recursive Life Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Crystallized Obsidian -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Parafrosynium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Psigem -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Rosidian -extracells:pattern.fluid:0, ME Fluid Pattern: Jeweled Blend -extracells:pattern.fluid:0, ME Fluid Pattern: Innerved Jeweled Blend -extracells:pattern.fluid:0, ME Fluid Pattern: Ouranic Jeweled Blend -extracells:pattern.fluid:0, ME Fluid Pattern: Eikaic Jeweled Blend -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Phasing Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Wrought Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Barathosynium -extracells:pattern.fluid:0, ME Fluid Pattern: Darkstarlight -extracells:pattern.fluid:0, ME Fluid Pattern: Californium-256 -extracells:pattern.fluid:0, ME Fluid Pattern: Spent Polonium -extracells:pattern.fluid:0, ME Fluid Pattern: Spent FLiBe Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Fluorine -extracells:pattern.fluid:0, ME Fluid Pattern: Diluted Lithium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Diluted Beryllium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Diluted FLiBe Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Diluted Sodium -extracells:pattern.fluid:0, ME Fluid Pattern: Diluted Potassium -extracells:pattern.fluid:0, ME Fluid Pattern: Diluted NaK Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Crystalline Ichorium -extracells:pattern.fluid:0, ME Fluid Pattern: Pristine Aura -extracells:pattern.fluid:0, ME Fluid Pattern: Mineral Oil -extracells:pattern.fluid:0, ME Fluid Pattern: Wet Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Supercritical Steam -extracells:pattern.fluid:0, ME Fluid Pattern: High Particulate Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Fluid Crystal Matrix -extracells:pattern.fluid:0, ME Fluid Pattern: Sweet Cherry Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Sweet Herby Cherry Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Berserker Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Stormlight -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Brightsteel Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Runandium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ascended Draconic Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Pulsating Starlight -extracells:pattern.fluid:0, ME Fluid Pattern: Strange Matter -extracells:pattern.fluid:0, ME Fluid Pattern: Fluid Californium Lattice -extracells:pattern.fluid:0, ME Fluid Pattern: Blood of the Great Snake -extracells:pattern.fluid:0, ME Fluid Pattern: Sacrificial Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Hihi'Irokane -extracells:pattern.fluid:0, ME Fluid Pattern: Orichalcum -extracells:pattern.fluid:0, ME Fluid Pattern: Arkencrusher Mix -extracells:pattern.fluid:0, ME Fluid Pattern: Bewitched Growth Catalyst -extracells:pattern.fluid:0, ME Fluid Pattern: Aeternalis Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Imperial Abyssite -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Hungering Flesh -extracells:pattern.fluid:0, ME Fluid Pattern: Essence of Betrayal -extracells:pattern.fluid:0, ME Fluid Pattern: Ritual Essence of Betrayal -extracells:pattern.fluid:0, ME Fluid Pattern: Essence of Gluttony -extracells:pattern.fluid:0, ME Fluid Pattern: Hungering Flesh Catalyst -extracells:pattern.fluid:0, ME Fluid Pattern: Infinitely Unholy Radioactive Mix -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 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vengeful Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Steadfast Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Bloodmaster Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Dreadite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Dreaded Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sednanite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Fluctuatite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vibranium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Rhenium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Myrmitite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Candyte -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Palladium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Vityte -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Polonium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ogerite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Primal Ogerite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lunastone -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Chalcedony -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Brightsteel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Caesium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Strontium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Rubidium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Chaos -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Abyssite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sacrifice Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Black Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Promethium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sideral Damascus Steel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ichorium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Blood Infused Glitch -extracells:pattern.fluid:0, ME Fluid Pattern: Smoldering Tar -extracells:pattern.fluid:0, ME Fluid Pattern: Anti-Venom -extracells:pattern.fluid:0, ME Fluid Pattern: Beetle Juice -extracells:pattern.fluid:0, ME Fluid Pattern: Formic Acid -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 -extracells:pattern.fluid:0, ME Fluid Pattern: Diesel -extracells:pattern.fluid:0, ME Fluid Pattern: Lubricant -extracells:pattern.fluid:0, ME Fluid Pattern: Gasoline -extracells:pattern.fluid:0, ME Fluid Pattern: Napalm -extracells:pattern.fluid:0, ME Fluid Pattern: Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Meat -extracells:pattern.fluid:0, ME Fluid Pattern: Latex -extracells:pattern.fluid:0, ME Fluid Pattern: Sewage -extracells:pattern.fluid:0, ME Fluid Pattern: Sludge -extracells:pattern.fluid:0, ME Fluid Pattern: Biofuel -extracells:pattern.fluid:0, ME Fluid Pattern: Pink Slime -extracells:pattern.fluid:0, ME Fluid Pattern: Protein -extracells:pattern.fluid:0, ME Fluid Pattern: Raw Ore Meat -extracells:pattern.fluid:0, ME Fluid Pattern: Fermented Ore Meat -extracells:pattern.fluid:0, ME Fluid Pattern: Menril Resin -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Chorus -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Soulium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Base Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Inferium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Prudentium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Intermedium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Superium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Supremium -extracells:pattern.fluid:0, ME Fluid Pattern: Oxygen -extracells:pattern.fluid:0, ME Fluid Pattern: Hydrogen -extracells:pattern.fluid:0, ME Fluid Pattern: Deuterium -extracells:pattern.fluid:0, ME Fluid Pattern: Tritium -extracells:pattern.fluid:0, ME Fluid Pattern: Helium-3 -extracells:pattern.fluid:0, ME Fluid Pattern: Helium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Boron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Boron-10 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Boron-11 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lithium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lithium-6 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lithium-7 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ferroboron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Tough Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Hard Carbon -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Beryllium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Manganese -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Manganese Dioxide -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sulfur -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Arsenic -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Helium -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Nitrogen -extracells:pattern.fluid:0, ME Fluid Pattern: Plasma -extracells:pattern.fluid:0, ME Fluid Pattern: Neutron Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Methanol -extracells:pattern.fluid:0, ME Fluid Pattern: RadAway Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Slow-Acting RadAway Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Nitrogen -extracells:pattern.fluid:0, ME Fluid Pattern: Fluorine -extracells:pattern.fluid:0, ME Fluid Pattern: Carbon Dioxide -extracells:pattern.fluid:0, ME Fluid Pattern: Carbon Monoxide -extracells:pattern.fluid:0, ME Fluid Pattern: Ethylene -extracells:pattern.fluid:0, ME Fluid Pattern: Fluoromethane -extracells:pattern.fluid:0, ME Fluid Pattern: Ammonia -extracells:pattern.fluid:0, ME Fluid Pattern: Oxygen Difluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Diborane -extracells:pattern.fluid:0, ME Fluid Pattern: Sulfur Dioxide -extracells:pattern.fluid:0, ME Fluid Pattern: Sulfur Trioxide -extracells:pattern.fluid:0, ME Fluid Pattern: Hydrofluoric Acid -extracells:pattern.fluid:0, ME Fluid Pattern: Boric Acid -extracells:pattern.fluid:0, ME Fluid Pattern: Sulfuric Acid -extracells:pattern.fluid:0, ME Fluid Pattern: Boron Nitride Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Fluorite Water -extracells:pattern.fluid:0, ME Fluid Pattern: Calcium Sulfate Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Sodium Fluoride Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Potassium Fluoride Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Sodium Hydroxide Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Potassium Hydroxide Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Borax Solution -extracells:pattern.fluid:0, ME Fluid Pattern: Corium -extracells:pattern.fluid:0, ME Fluid Pattern: Chocolate Liquor -extracells:pattern.fluid:0, ME Fluid Pattern: Cocoa Butter -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Unsweetened Chocolate -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Dark Chocolate -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Milk Chocolate -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sugar -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Gelatin -extracells:pattern.fluid:0, ME Fluid Pattern: Hydrated Gelatin -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Marshmallow -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lithium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Beryllium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sodium Hydroxide -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Potassium Hydroxide -extracells:pattern.fluid:0, ME Fluid Pattern: High Pressure Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Exhaust Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Low Pressure Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Low Quality Steam -extracells:pattern.fluid:0, ME Fluid Pattern: Preheated Water -extracells:pattern.fluid:0, ME Fluid Pattern: Condensate Water -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Sodium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Potassium -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Boron Arsenide -extracells:pattern.fluid:0, ME Fluid Pattern: Silicon Carbide Vapor -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Alugentum -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Alumina -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Thorium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Thorium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Thorium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Uranium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Plutonium Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Thorium-230 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Thorium-230 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Thorium-230 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium-233 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium-233 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Uranium-233 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium-235 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium-235 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Uranium-235 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium-238 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Uranium-238 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Uranium-238 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Neptunium-236 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Neptunium-236 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Neptunium-236 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Neptunium-237 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Neptunium-237 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Neptunium-237 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-238 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-238 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Plutonium-238 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-239 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-239 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Plutonium-239 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-241 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-241 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Plutonium-241 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-242 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Plutonium-242 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Plutonium-242 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Americium-241 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Americium-241 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Americium-241 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Americium-242 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Americium-242 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Americium-242 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Americium-243 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Americium-243 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Americium-243 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-243 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-243 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Curium-243 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-245 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-245 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Curium-245 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-246 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-246 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Curium-246 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-247 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Curium-247 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Curium-247 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Berkelium-247 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Berkelium-247 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Berkelium-247 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Berkelium-248 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Berkelium-248 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Berkelium-248 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-249 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-249 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Californium-249 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-250 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-250 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Californium-250 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-251 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-251 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Californium-251 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-252 -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Californium-252 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Californium-252 Fluoride -extracells:pattern.fluid:0, ME Fluid Pattern: Molten TBU Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten TBU Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of TBU Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEU-233 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEU-233 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEU-235 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEU-235 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEN-236 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEN-236 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEP-239 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEP-239 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEP-241 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEP-241 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEA-242 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEA-242 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECm-243 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECm-243 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECm-245 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECm-245 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECm-247 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECm-247 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEB-248 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEB-248 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECf-249 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECf-249 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECf-251 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten LECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of LECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECf-251 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten HECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of HECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted TBU Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted TBU Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted TBU Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEU-233 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEU-233 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEU-233 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEU-235 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEU-235 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEU-235 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEN-236 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEN-236 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEN-236 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEP-239 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEP-239 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEP-239 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEP-241 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEP-241 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEP-241 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEA-242 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEA-242 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEA-242 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECm-243 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECm-243 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HECm-243 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECm-245 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECm-245 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HECm-245 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECm-247 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECm-247 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HECm-247 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEB-248 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEB-248 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HEB-248 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECf-249 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECf-249 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HECf-249 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECf-251 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted LECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted LECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECf-251 Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Depleted HECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten FLiBe Salt Solution of Depleted HECf-251 Fluoride Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Redstone Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Redstone Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Quartz -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Quartz Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Quartz Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Gold Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Gold Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Glowstone Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Glowstone Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Lapis -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Lapis Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Lapis Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Diamond -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Diamond Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Diamond Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Helium Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Helium Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Ender Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Ender Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Cryotheum Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Cryotheum Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Iron Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Iron Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Emerald -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Emerald Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Emerald Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Copper Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Copper Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Tin Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Tin Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Magnesium -extracells:pattern.fluid:0, ME Fluid Pattern: Eutectic NaK-Magnesium Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Hot Eutectic NaK-Magnesium Mixture -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Reinforced Pink Slime -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Mithril -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Refined Obsidian -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Refined Glowstone -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Osmium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Manasteel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Terrasteel -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Gaia Spirit -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Yellorium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Cyanite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Blutonium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ludicrite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Psimetal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ivory Psimetal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Ebony Psimetal -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Fluxed Electrum -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Refined Iron -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Tungsten -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Titanium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Chrome -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Advanced Alloy -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Alumite -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Elementium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Mirion -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Infinity -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Thaumium -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Starmetal -extracells:pattern.fluid:0, ME Fluid Pattern: Swamp Water -extracells:pattern.fluid:0, ME Fluid Pattern: Stagnant Water -extracells:pattern.fluid:0, ME Fluid Pattern: Tar -extracells:pattern.fluid:0, ME Fluid Pattern: Rubber -extracells:pattern.fluid:0, ME Fluid Pattern: Fog -extracells:pattern.fluid:0, ME Fluid Pattern: Shallowbreath -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Corruption -extracells:pattern.fluid:0, ME Fluid Pattern: Crystal Water -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Kamium -extracells:pattern.fluid:0, ME Fluid Pattern: Nutrient Distillation -extracells:pattern.fluid:0, ME Fluid Pattern: Dew of the Void -extracells:pattern.fluid:0, ME Fluid Pattern: Vapor of Levity -extracells:pattern.fluid:0, ME Fluid Pattern: Hootch -extracells:pattern.fluid:0, ME Fluid Pattern: Rocket Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Fire Water -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Sunshine -extracells:pattern.fluid:0, ME Fluid Pattern: Cloud Seed -extracells:pattern.fluid:0, ME Fluid Pattern: Concentrated Cloud Seed -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Fertilizer -extracells:pattern.fluid:0, ME Fluid Pattern: Rocket Fuel -extracells:pattern.fluid:0, ME Fluid Pattern: Enriched Lava -extracells:pattern.fluid:0, ME Fluid Pattern: Flux Goo -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Death -extracells:pattern.fluid:0, ME Fluid Pattern: Purifying Fluid -extracells:pattern.fluid:0, ME Fluid Pattern: Seared Stone -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Obsidian -extracells:pattern.fluid:0, ME Fluid Pattern: Molten Clay -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Dirt -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Blue Slime -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Purple Slime -extracells:pattern.fluid:0, ME Fluid Pattern: Life Essence -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Dirt -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Antimatter -extracells:pattern.fluid:0, ME Fluid Pattern: Refined Life Essence -extracells:pattern.fluid:0, ME Fluid Pattern: fluid.fuelcolumn -extracells:pattern.fluid:0, ME Fluid Pattern: Quicksilver -extracells:pattern.fluid:0, ME Fluid Pattern: Pure Metal -extracells:pattern.fluid:0, ME Fluid Pattern: Liquid Starlight -extracells:terminal.fluid.wireless, item.extracells.terminal.fluid.wireless.name -extracells:storage.component:0, 256k ME Storage Component -extracells:storage.component:1, 1024k ME Storage Component -extracells:storage.component:2, 4096k ME Storage Component -extracells:storage.component:3, 16384k ME Storage Component -extracells:storage.component:4, 1k ME Fluid Storage Component -extracells:storage.component:5, 4k ME Fluid Storage Component -extracells:storage.component:6, 16k ME Fluid Storage Component -extracells:storage.component:7, 64k ME Fluid Storage Component -extracells:storage.component:8, 256k ME Fluid Storage Component -extracells:storage.component:9, 1024k ME Fluid Storage Component -extracells:storage.component:10, 4096k ME Fluid Storage Component -extracells:storage.casing:0, Advanced Storage Housing -extracells:storage.casing:1, Fluid Storage Housing -extracells:fluid.item, item.extracells.fluid.item.name -extracells:storage.fluid.portable:0, ME Portable Fluid Storage -extracells:storage.fluid.portable:0, ME Portable Fluid Storage -extracells:pattern.crafting, item.extracells.pattern.crafting.name -extracells:terminal.universal.wireless, item.extracells.terminal.universal.wireless.name -extracells:oc.upgrade:2, ME Upgrade (Tier 1) -extracells:oc.upgrade:1, ME Upgrade (Tier 2) -extracells:oc.upgrade:0, ME Upgrade (Tier 3) -extracells:certustank, extracells.block.certustank.name -extracells:walrus, Walrus -extracells:fluidcrafter, ME Fluid Assembler -extracells:ecbaseblock, ME Fluid Interface -extracells:fluidfiller, ME Fluid Auto Filler -extracells:hardmedrive, Blast resistant ME Drive -extracells:vibrantchamberfluid, Fluid Vibration Chamber -extrautils2:snowglobe:0, Magical Snow Globe -extrautils2:snowglobe:1, Magical Snow Globe -extrautils2:wateringcan, Watering Can -extrautils2:itemcreativedestructionwand, Creative Destruction Wand -extrautils2:unstableingots:0, Unstable Ingot -extrautils2:unstableingots:1, Stable-'Unstable Nugget' -extrautils2:unstableingots:2, Stable-'Unstable Ingot' -extrautils2:itembuilderswand, Builders Wand -extrautils2:itemdestructionwand, Destruction Wand -extrautils2:itemcreativebuilderswand, Creative Builders Wand -extrautils2:soundmuffler, Sound Muffler -extrautils2:enderlilly, Ender Lilly -extrautils2:decorativesolidwood:0, Magical Planks -extrautils2:decorativesolidwood:1, Magical Wood -extrautils2:decorativesolidwood:2, Diagonal Wood -extrautils2:trashcan, Trash Can -extrautils2:trashcanfluid, Trash Can (Fluid) -extrautils2:trashcanenergy, Trash Can (Energy) -extrautils2:angelblock, Angel Block -extrautils2:passivegenerator:0, Solar Panel -extrautils2:passivegenerator:1, Lunar Panel -extrautils2:passivegenerator:2, Lava Mill -extrautils2:passivegenerator:3, Water Mill -extrautils2:passivegenerator:4, Wind Mill -extrautils2:passivegenerator:5, Fire Mill -extrautils2:passivegenerator:6, Creative Mill -extrautils2:passivegenerator:7, Manual Mill -extrautils2:passivegenerator:8, Dragon Egg Mill -extrautils2:supermobspawner, Resturbed Mob Spawner -extrautils2:cursedearth, Cursed Earth -extrautils2:redstoneclock, Redstone Clock -extrautils2:compressedcobblestone:0, Compressed Cobblestone -extrautils2:compressedcobblestone:1, Double Compressed Cobblestone -extrautils2:compressedcobblestone:2, Triple Compressed Cobblestone -extrautils2:compressedcobblestone:3, Quadruple Compressed Cobblestone -extrautils2:compressedcobblestone:4, Quintuple Compressed Cobblestone -extrautils2:compressedcobblestone:5, Sextuple Compressed Cobblestone -extrautils2:compressedcobblestone:6, Septuple Compressed Cobblestone -extrautils2:compressedcobblestone:7, Octuple Compressed Cobblestone -extrautils2:compresseddirt:0, Compressed Dirt -extrautils2:compresseddirt:1, Double Compressed Dirt -extrautils2:compresseddirt:2, Triple Compressed Dirt -extrautils2:compresseddirt:3, Quadruple Compressed Dirt -extrautils2:compressedsand:0, Compressed Sand -extrautils2:compressedsand:1, Double Compressed Sand -extrautils2:compressedgravel:0, Compressed Gravel -extrautils2:compressedgravel:1, Double Compressed Gravel -extrautils2:compressednetherrack:0, Compressed Netherrack -extrautils2:compressednetherrack:1, Double Compressed Netherrack -extrautils2:compressednetherrack:2, Triple Compressed Netherrack -extrautils2:compressednetherrack:3, Quadruple Compressed Netherrack -extrautils2:compressednetherrack:4, Quintuple Compressed Netherrack -extrautils2:compressednetherrack:5, Sextuple Compressed Netherrack -extrautils2:glasscutter, Glass Cutter -extrautils2:endershard, Ender Shard -extrautils2:redorchid, Red Orchid -extrautils2:sickle_wood, Wooden Sickle -extrautils2:sickle_stone, Stone Sickle -extrautils2:sickle_iron, Iron Sickle -extrautils2:sickle_gold, Golden Sickle -extrautils2:sickle_diamond, Diamond Sickle -extrautils2:poweroverload, Power Overload -extrautils2:resonator, Resonator -extrautils2:suncrystal, Sun Crystal -extrautils2:spotlight, Spotlight -extrautils2:screen, Screen -extrautils2:decorativesolid:0, Border Stone -extrautils2:decorativesolid:1, Crossed Stone -extrautils2:decorativesolid:2, Polished Stone -extrautils2:decorativesolid:3, Stoneburnt -extrautils2:decorativesolid:4, Sandy Glass -extrautils2:decorativesolid:5, Truchet -extrautils2:decorativesolid:6, Blue Quartz -extrautils2:decorativesolid:7, Quartzburnt -extrautils2:decorativesolid:8, Rainbow Stone -extrautils2:ingredients:0, Resonating Redstone Crystal -extrautils2:ingredients:1, Redstone Gear -extrautils2:ingredients:2, Eye of Redstone -extrautils2:ingredients:3, Lunar Reactive Dust -extrautils2:ingredients:4, Red Coal -extrautils2:ingredients:5, Moon Stone -extrautils2:ingredients:6, Upgrade Speed -extrautils2:ingredients:7, Upgrade Stack -extrautils2:ingredients:8, Upgrade Mining -extrautils2:ingredients:9, Upgrade Base -extrautils2:ingredients:10, Drop of Evil -extrautils2:ingredients:11, Demon Ingot -extrautils2:ingredients:12, Enchanted Ingot -extrautils2:ingredients:13, Wireless RF Heating Coil -extrautils2:ingredients:14, Blue Dye -extrautils2:ingredients:15, Upgrade Speed (Magical) -extrautils2:ingredients:16, Upgrade Speed (Ultimate) -extrautils2:ingredients:17, Evil Infused Iron Ingot -extrautils2:goldenlasso:0, Golden Lasso -extrautils2:goldenlasso:1, Cursed Lasso -extrautils2:chickenring:0, Chicken Wing Ring -extrautils2:chickenring:1, Ring of the Flying Squid -extrautils2:angelring:0, Angel Ring -extrautils2:angelring:1, Angel Ring -extrautils2:angelring:2, Angel Ring -extrautils2:angelring:3, Angel Ring -extrautils2:angelring:4, Angel Ring -extrautils2:angelring:5, Angel Ring -extrautils2:powermanager, Power Manager -extrautils2:bagofholding, Bag Of Holding -extrautils2:decorativeglass:0, Thickened Glass -extrautils2:decorativeglass:1, Thickened Glass (Bordered) -extrautils2:decorativeglass:2, Thickened Glass (Patterned) -extrautils2:decorativeglass:3, Dark Glass -extrautils2:decorativeglass:4, Glowing Glass -extrautils2:decorativeglass:5, Redstone Glass -extrautils2:ineffableglass:0, Ethereal Glass -extrautils2:ineffableglass:1, Reverse Ethereal Glass -extrautils2:ineffableglass:2, Ineffable Glass -extrautils2:ineffableglass:3, Dark Ineffable Glass -extrautils2:pipe, Transfer Pipe -extrautils2:playerchest, Player Chest -extrautils2:wrench, Wrench -extrautils2:boomerang, Magical Boomerang -extrautils2:book, Extra Utilities 2 Manual -extrautils2:contract, Contract -extrautils2:chunkloader, Chunk Loading Ward -extrautils2:filter, Filter -extrautils2:filterfluids, Filter Fluids -extrautils2:grocket:0, Transfer Node (Items) -extrautils2:grocket:1, Transfer Filter -extrautils2:grocket:2, Transfer Node (Fluids) -extrautils2:grocket:3, Retrieval Node (Items) -extrautils2:grocket:4, Retrieval Node (Fluids) -extrautils2:grocket:5, Transfer Pipe Filter -extrautils2:grocket:6, Transfer Node (Energy) -extrautils2:indexer, Indexer -extrautils2:indexerremote, Indexer Remote -extrautils2:crafter, Mechanical Crafter -extrautils2:scanner, Scanner -extrautils2:miner, Mechanical Miner -extrautils2:user, Mechanical User -extrautils2:klein:0, Klein Bottle -extrautils2:drum:0, Stone Drum -extrautils2:drum:1, Iron Drum -extrautils2:drum:2, Reinforced Large Drum -extrautils2:drum:3, Demonically Gargantuan Drum -extrautils2:drum:4, Creative Drum -extrautils2:machine:0, Machine Block -extrautils2:machine:0, Furnace -extrautils2:machine:0, Crusher -extrautils2:machine:0, Enchanter -extrautils2:machine:0, Survival Generator -extrautils2:machine:0, Furnace Generator -extrautils2:machine:0, Culinary Generator -extrautils2:machine:0, Magmatic Generator -extrautils2:machine:0, Heated Redstone Generator -extrautils2:machine:0, Ender Generator -extrautils2:machine:0, Potion Generator -extrautils2:machine:0, Pink Generator -extrautils2:machine:0, Overclocked Generator -extrautils2:machine:0, Explosive Generator -extrautils2:machine:0, Netherstar Generator -extrautils2:machine:0, Halitosis Generator -extrautils2:machine:0, Frosty Generator -extrautils2:machine:0, Death Generator -extrautils2:machine:0, Dischantment Generator -extrautils2:machine:0, Slimey Generator -extrautils2:teleporter:0, Overworld Portal -extrautils2:teleporter:1, Deep Dark Portal -extrautils2:powertransmitter, Wireless RF Transmitter -extrautils2:powerbattery, Wireless RF Battery -extrautils2:quarryproxy, Quantum Quarry Actuator -extrautils2:quarry, Quantum Quarry -extrautils2:spike_wood, Wooden Spikes -extrautils2:spike_stone, Stone Spikes -extrautils2:spike_iron, Iron Spikes -extrautils2:spike_gold, Golden Spikes -extrautils2:spike_diamond, Diamond Spikes -extrautils2:spike_creative, Creative Spikes -extrautils2:redstonelantern, Redstone Lantern -extrautils2:largishchest, Slightly-Larger Chest -extrautils2:minichest, Mini Chest -extrautils2:rainbowgenerator:0, Rainbow Generator! -extrautils2:rainbowgenerator:1, Rainbow Generator (bottom half) -extrautils2:rainbowgenerator:2, Rainbow Generator (top half) -extrautils2:magicapple, Magical Apple -extrautils2:simpledecorative:0, Block of Enchanted Metal -extrautils2:simpledecorative:1, Block of Demon Metal -extrautils2:simpledecorative:2, Block of Evil Infused Iron -extrautils2:creativechest, Creative Chest -extrautils2:creativeenergy, Creative Energy Source -extrautils2:creativeharvest, Creative Harvest -extrautils2:trowel, Trowel -extrautils2:biomemarker, Biome Marker -extrautils2:terraformer:0, Terraformer -extrautils2:terraformer:1, Antenna -extrautils2:terraformer:2, Humidifier -extrautils2:terraformer:3, Dehumidifier -extrautils2:terraformer:4, Heater -extrautils2:terraformer:5, Cooler -extrautils2:terraformer:6, Dehostilifier -extrautils2:terraformer:7, Magic Absorbtion -extrautils2:terraformer:8, Magic Infuser -extrautils2:terraformer:9, Climograph Base Unit -extrautils2:trashchest, Trash Chest -extrautils2:opinium:0, Opinium Core (Pathetic) -extrautils2:opinium:1, Opinium Core (Mediocre) -extrautils2:opinium:2, Opinium Core (Passable) -extrautils2:opinium:3, Opinium Core (Decent) -extrautils2:opinium:4, Opinium Core (Good) -extrautils2:opinium:5, Opinium Core (Damn Good) -extrautils2:opinium:6, Opinium Core (Amazing) -extrautils2:opinium:7, Opinium Core (Inspiring) -extrautils2:opinium:8, Opinium Core (Perfected) -extrautils2:lawsword, Kikoku -extrautils2:flattransfernode:0, Flat Transfer Node (Items) -extrautils2:flattransfernode:1, Flat Transfer Node (Fluids) -extrautils2:analogcrafter, Analog Crafter -extrautils2:decorativebedrock:0, Bedrock Bricks -extrautils2:decorativebedrock:1, Bedrock Slabs -extrautils2:decorativebedrock:2, Bedrock Cobblestone -extrautils2:compoundbow, Compound Bow -extrautils2:fireaxe, Fire Axe -extrautils2:interactionproxy, Ender Porcupine -extrautils2:luxsaber:0, Lux Saber -extrautils2:luxsaber:0, Lux Saber -extrautils2:luxsaber:1, Lux Saber -extrautils2:luxsaber:1, Lux Saber -extrautils2:luxsaber:2, Lux Saber -extrautils2:luxsaber:2, Lux Saber -extrautils2:luxsaber:3, Lux Saber -extrautils2:luxsaber:3, Lux Saber -extrautils2:luxsaber:4, Lux Saber -extrautils2:luxsaber:4, Lux Saber -extrautils2:luxsaber:5, Lux Saber -extrautils2:luxsaber:5, Lux Saber -extrautils2:luxsaber:6, Lux Saber -extrautils2:luxsaber:6, Lux Saber -extrautils2:luxsaber:7, Lux Saber -extrautils2:luxsaber:7, Lux Saber -extrautils2:ironwood_leaves:0, Ferrous-Juniper Leaves -extrautils2:ironwood_leaves:1, Burnt Ferrous-Juniper Leaves -extrautils2:ironwood_log:0, Ferrous-Juniper Log -extrautils2:ironwood_log:1, Ferrous-Juniper Log -extrautils2:ironwood_sapling:0, Ferrous-Juniper Sapling -extrautils2:ironwood_sapling:1, Dead Ferrous-Juniper Sapling -extrautils2:ironwood_planks:0, Ferrous-Juniper Planks -extrautils2:ironwood_planks:1, Raw Ferrous-Juniper Planks -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: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 -nuclearcraft:ore:0, Copper Ore -nuclearcraft:ore:1, Tin Ore -nuclearcraft:ore:2, Lead Ore -nuclearcraft:ore:3, Thorium Ore -nuclearcraft:ore:4, Uranium Ore -nuclearcraft:ore:5, Boron Ore -nuclearcraft:ore:6, Lithium Ore -nuclearcraft:ore:7, Magnesium Ore -nuclearcraft:ingot_block:0, Copper Block -nuclearcraft:ingot_block:1, Tin Block -nuclearcraft:ingot_block:2, Lead Block -nuclearcraft:ingot_block:3, Thorium Block -nuclearcraft:ingot_block:4, Uranium Block -nuclearcraft:ingot_block:5, Boron Block -nuclearcraft:ingot_block:6, Lithium Block -nuclearcraft:ingot_block:7, Magnesium Block -nuclearcraft:ingot_block:8, Graphite Block -nuclearcraft:ingot_block:9, Beryllium Block -nuclearcraft:ingot_block:10, Zirconium Block -nuclearcraft:ingot_block:11, Manganese Block -nuclearcraft:ingot_block:12, Aluminum Block -nuclearcraft:ingot_block:13, Silver Block -nuclearcraft:fission_block:0, Fission Reactor Casing -nuclearcraft:fission_block:1, Blast Block -nuclearcraft:reactor_casing_transparent, Transparent Fission Reactor Casing -nuclearcraft:cell_block, Reactor Cell -nuclearcraft:cooler:0, Empty Cooler -nuclearcraft:cooler:1, Water Cooler -nuclearcraft:cooler:2, Redstone Cooler -nuclearcraft:cooler:3, Quartz Cooler -nuclearcraft:cooler:4, Gold Cooler -nuclearcraft:cooler:5, Glowstone Cooler -nuclearcraft:cooler:6, Lapis Cooler -nuclearcraft:cooler:7, Diamond Cooler -nuclearcraft:cooler:8, Liquid Helium Cooler -nuclearcraft:cooler:9, Enderium Cooler -nuclearcraft:cooler:10, Cryotheum Cooler -nuclearcraft:cooler:11, Iron Cooler -nuclearcraft:cooler:12, Emerald Cooler -nuclearcraft:cooler:13, Copper Cooler -nuclearcraft:cooler:14, Tin Cooler -nuclearcraft:cooler:15, Magnesium Cooler -nuclearcraft:reactor_door, Reactor Door -nuclearcraft:reactor_trapdoor, Reactor Trapdoor -nuclearcraft:block_depleted_thorium, Thorium-230 Block -nuclearcraft:block_depleted_uranium, Uranium-238 Block -nuclearcraft:block_depleted_neptunium, Neptunium-237 Block -nuclearcraft:block_depleted_plutonium, Plutonium-242 Block -nuclearcraft:block_depleted_americium, Americium-243 Block -nuclearcraft:block_depleted_curium, Curium-246 Block -nuclearcraft:block_depleted_berkelium, Berkelium-247 Block -nuclearcraft:block_depleted_californium, Californium-252 Block -nuclearcraft:block_ice, Supercold Ice -nuclearcraft:nuclear_furnace_idle, Nuclear Furnace -nuclearcraft:nuclear_furnace_active, Nuclear Furnace -nuclearcraft:manufactory_idle, Manufactory -nuclearcraft:manufactory_active, Manufactory -nuclearcraft:isotope_separator_idle, Isotope Separator -nuclearcraft:isotope_separator_active, Isotope Separator -nuclearcraft:decay_hastener_idle, Decay Hastener -nuclearcraft:decay_hastener_active, Decay Hastener -nuclearcraft:fuel_reprocessor_idle, Fuel Reprocessor -nuclearcraft:fuel_reprocessor_active, Fuel Reprocessor -nuclearcraft:alloy_furnace_idle, Alloy Furnace -nuclearcraft:alloy_furnace_active, Alloy Furnace -nuclearcraft:infuser_idle, Fluid Infuser -nuclearcraft:infuser_active, Fluid Infuser -nuclearcraft:melter_idle, Melter -nuclearcraft:melter_active, Melter -nuclearcraft:supercooler_idle, Supercooler -nuclearcraft:supercooler_active, Supercooler -nuclearcraft:electrolyser_idle, Electrolyzer -nuclearcraft:electrolyser_active, Electrolyzer -nuclearcraft:irradiator_idle, Neutron Irradiator -nuclearcraft:irradiator_active, Neutron Irradiator -nuclearcraft:ingot_former_idle, Ingot Former -nuclearcraft:ingot_former_active, Ingot Former -nuclearcraft:pressurizer_idle, Pressurizer -nuclearcraft:pressurizer_active, Pressurizer -nuclearcraft:chemical_reactor_idle, Chemical Reactor -nuclearcraft:chemical_reactor_active, Chemical Reactor -nuclearcraft:salt_mixer_idle, Salt Mixer -nuclearcraft:salt_mixer_active, Salt Mixer -nuclearcraft:crystallizer_idle, Crystallizer -nuclearcraft:crystallizer_active, Crystallizer -nuclearcraft:dissolver_idle, Fluid Enricher -nuclearcraft:dissolver_active, Fluid Enricher -nuclearcraft:extractor_idle, Fluid Extractor -nuclearcraft:extractor_active, Fluid Extractor -nuclearcraft:centrifuge_idle, Centrifuge -nuclearcraft:centrifuge_active, Centrifuge -nuclearcraft:rock_crusher_idle, Rock Crusher -nuclearcraft:rock_crusher_active, Rock Crusher -nuclearcraft:machine_interface, Machine Interface -nuclearcraft:fission_controller_idle, Fission Controller (Old) -nuclearcraft:fission_controller_active, Fission Controller -nuclearcraft:fission_controller_new_idle, Fission Controller -nuclearcraft:fission_controller_new_active, Fission Controller -nuclearcraft:fission_controller_new_fixed, Fission Controller -nuclearcraft:fission_port, Fission Reactor Port -nuclearcraft:fusion_core, Fusion Core -nuclearcraft:fusion_dummy_side, Fusion Core -nuclearcraft:fusion_dummy_top, Fusion Core -nuclearcraft:fusion_connector, Fusion Connector -nuclearcraft:rtg_uranium, Uranium RTG -nuclearcraft:rtg_plutonium, Plutonium RTG -nuclearcraft:rtg_americium, Americium RTG -nuclearcraft:rtg_californium, Californium RTG -nuclearcraft:solar_panel_basic, Basic Solar Panel -nuclearcraft:solar_panel_advanced, Advanced Solar Panel -nuclearcraft:solar_panel_du, DU Solar Panel -nuclearcraft:solar_panel_elite, Elite Solar Panel -nuclearcraft:decay_generator, Decay Generator -nuclearcraft:voltaic_pile_basic, Basic Voltaic Pile -nuclearcraft:voltaic_pile_advanced, Advanced Voltaic Pile -nuclearcraft:voltaic_pile_du, DU Voltaic Pile -nuclearcraft:voltaic_pile_elite, Elite Voltaic Pile -nuclearcraft:lithium_ion_battery_basic, Basic Lithium Ion Battery -nuclearcraft:lithium_ion_battery_advanced, Advanced Lithium Ion Battery -nuclearcraft:lithium_ion_battery_du, DU Lithium Ion Battery -nuclearcraft:lithium_ion_battery_elite, Elite Lithium Ion Battery -nuclearcraft:buffer, Buffer -nuclearcraft:active_cooler, Active Fluid Cooler -nuclearcraft:bin, Universal Bin -nuclearcraft:fusion_electromagnet_idle, Fusion Electromagnet -nuclearcraft:fusion_electromagnet_active, Fusion Electromagnet -nuclearcraft:fusion_electromagnet_transparent_idle, Transparent Fusion Electromagnet -nuclearcraft:fusion_electromagnet_transparent_active, Transparent Fusion Electromagnet -nuclearcraft:salt_fission_controller, Molten Salt Reactor Controller -nuclearcraft:salt_fission_wall, Molten Salt Reactor Wall -nuclearcraft:salt_fission_glass, Molten Salt Reactor Glass -nuclearcraft:salt_fission_frame, Molten Salt Reactor Frame -nuclearcraft:salt_fission_beam, Molten Salt Reactor Beam -nuclearcraft:salt_fission_vent, Molten Salt Reactor Vent -nuclearcraft:salt_fission_vessel, Molten Salt Fission Vessel -nuclearcraft:salt_fission_heater, Molten Salt Coolant Heater -nuclearcraft:salt_fission_moderator, Molten Salt Reactor Moderator Housing -nuclearcraft:salt_fission_distributor, Molten Salt Fuel Distributor -nuclearcraft:salt_fission_retriever, Molten Salt Depleted Fuel Retriever -nuclearcraft:salt_fission_redstone_port, Molten Salt Reactor Redstone Port -nuclearcraft:salt_fission_computer_port, Molten Salt Reactor Computer Port -nuclearcraft:heat_exchanger_controller, Heat Exchanger Controller -nuclearcraft:heat_exchanger_wall, Heat Exchanger Shell -nuclearcraft:heat_exchanger_glass, Heat Exchanger Glass -nuclearcraft:heat_exchanger_frame, Heat Exchanger Frame -nuclearcraft:heat_exchanger_vent, Heat Exchanger Vent -nuclearcraft:heat_exchanger_tube_copper, Copper Heat Exchanger Tube -nuclearcraft:heat_exchanger_tube_hard_carbon, Hard Carbon Heat Exchanger Tube -nuclearcraft:heat_exchanger_tube_thermoconducting, Thermoconducting Alloy Heat Exchanger Tube -nuclearcraft:heat_exchanger_condenser_tube_copper, Copper Condensation Tube -nuclearcraft:heat_exchanger_condenser_tube_hard_carbon, Hard Carbon Condensation Tube -nuclearcraft:heat_exchanger_condenser_tube_thermoconducting, Thermoconducting Alloy Condensation Tube -nuclearcraft:heat_exchanger_computer_port, Heat Exchanger Computer Port -nuclearcraft:turbine_controller, Turbine Controller -nuclearcraft:turbine_wall, Turbine Wall -nuclearcraft:turbine_glass, Transparent Turbine Wall -nuclearcraft:turbine_frame, Turbine Frame -nuclearcraft:turbine_rotor_shaft, Turbine Rotor Shaft -nuclearcraft:turbine_rotor_blade_steel, Steel Turbine Rotor Blade -nuclearcraft:turbine_rotor_blade_extreme, Extreme Alloy Turbine Rotor Blade -nuclearcraft:turbine_rotor_blade_sic_sic_cmc, SiC-SiC CMC Turbine Rotor Blade -nuclearcraft:turbine_rotor_stator, Turbine Rotor Stator -nuclearcraft:turbine_rotor_bearing, Turbine Rotor Bearing -nuclearcraft:turbine_dynamo_coil:0, Magnesium Turbine Dynamo Coil -nuclearcraft:turbine_dynamo_coil:1, Beryllium Turbine Dynamo Coil -nuclearcraft:turbine_dynamo_coil:2, Aluminum Turbine Dynamo Coil -nuclearcraft:turbine_dynamo_coil:3, Gold Turbine Dynamo Coil -nuclearcraft:turbine_dynamo_coil:4, Copper Turbine Dynamo Coil -nuclearcraft:turbine_dynamo_coil:5, Silver Turbine Dynamo Coil -nuclearcraft:turbine_coil_connector, Turbine Dynamo Coil Connector -nuclearcraft:turbine_inlet, Turbine Fluid Inlet -nuclearcraft:turbine_outlet, Turbine Fluid Outlet -nuclearcraft:turbine_computer_port, Turbine Computer Port -nuclearcraft:accelerator_electromagnet_idle, Superconducting Electromagnet -nuclearcraft:accelerator_electromagnet_active, Superconducting Electromagnet -nuclearcraft:electromagnet_supercooler_idle, Superconducting Supercooler -nuclearcraft:electromagnet_supercooler_active, Superconducting Supercooler -nuclearcraft:helium_collector, Helium Collector -nuclearcraft:helium_collector_compact, Compact Helium Collector -nuclearcraft:helium_collector_dense, Dense Helium Collector -nuclearcraft:cobblestone_generator, Cobblestone Generator -nuclearcraft:cobblestone_generator_compact, Compact Cobblestone Generator -nuclearcraft:cobblestone_generator_dense, Dense Cobblestone Generator -nuclearcraft:water_source, Infinite Water Source -nuclearcraft:water_source_compact, Compact Infinite Water Source -nuclearcraft:water_source_dense, Dense Infinite Water Source -nuclearcraft:nitrogen_collector, Nitrogen Collector -nuclearcraft:nitrogen_collector_compact, Compact Nitrogen Collector -nuclearcraft:nitrogen_collector_dense, Dense Nitrogen Collector -nuclearcraft:radiation_scrubber, Radiation Scrubber -nuclearcraft:geiger_block, Geiger Counter Block -nuclearcraft:glowing_mushroom, Glowing Mushroom -nuclearcraft:dry_earth, Wasteland Earth -nuclearcraft:tritium_lamp, Tritium Lamp -nuclearcraft:ingot:0, Copper Ingot -nuclearcraft:ingot:1, Tin Ingot -nuclearcraft:ingot:2, Lead Ingot -nuclearcraft:ingot:3, Thorium Ingot -nuclearcraft:ingot:4, Uranium Ingot -nuclearcraft:ingot:5, Boron Ingot -nuclearcraft:ingot:6, Lithium Ingot -nuclearcraft:ingot:7, Magnesium Ingot -nuclearcraft:ingot:8, Graphite Ingot -nuclearcraft:ingot:9, Beryllium Ingot -nuclearcraft:ingot:10, Zirconium Ingot -nuclearcraft:ingot:11, Manganese Ingot -nuclearcraft:ingot:12, Aluminum Ingot -nuclearcraft:ingot:13, Silver Ingot -nuclearcraft:ingot_oxide:0, Thorium Oxide Ingot -nuclearcraft:ingot_oxide:1, Uranium Oxide Ingot -nuclearcraft:ingot_oxide:2, Manganese Oxide Ingot -nuclearcraft:ingot_oxide:3, Manganese Dioxide Ingot -nuclearcraft:dust:0, Copper Dust -nuclearcraft:dust:1, Tin Dust -nuclearcraft:dust:2, Lead Dust -nuclearcraft:dust:3, Thorium Dust -nuclearcraft:dust:4, Uranium Dust -nuclearcraft:dust:5, Boron Dust -nuclearcraft:dust:6, Lithium Dust -nuclearcraft:dust:7, Magnesium Dust -nuclearcraft:dust:8, Graphite Dust -nuclearcraft:dust:9, Beryllium Dust -nuclearcraft:dust:10, Zirconium Dust -nuclearcraft:dust:11, Manganese Dust -nuclearcraft:dust:12, Aluminum Dust -nuclearcraft:dust:13, Silver Dust -nuclearcraft:dust_oxide:0, Thorium Oxide Dust -nuclearcraft:dust_oxide:1, Uranium Oxide Dust -nuclearcraft:dust_oxide:2, Manganese Oxide Dust -nuclearcraft:dust_oxide:3, Manganese Dioxide Dust -nuclearcraft:gem:0, Rhodochrosite -nuclearcraft:gem:1, Cubic Boron Nitride -nuclearcraft:gem:2, Fluorite -nuclearcraft:gem:3, Villiaumite -nuclearcraft:gem:4, Carobbiite -nuclearcraft:gem:5, Boron Arsenide -nuclearcraft:gem:6, Silicon -nuclearcraft:gem_dust:0, Crushed Diamond -nuclearcraft:gem_dust:1, Crushed Rhodochrosite -nuclearcraft:gem_dust:2, Crushed Quartz -nuclearcraft:gem_dust:3, Crushed Obsidian -nuclearcraft:gem_dust:4, Hexagonal Boron Nitride -nuclearcraft:gem_dust:5, Crushed Fluorite -nuclearcraft:gem_dust:6, Sulfur -nuclearcraft:gem_dust:7, Crushed Coal -nuclearcraft:gem_dust:8, Crushed Villiaumite -nuclearcraft:gem_dust:9, Crushed Carobbiite -nuclearcraft:gem_dust:10, Crushed Arsenic -nuclearcraft:gem_dust:11, Crushed End Stone -nuclearcraft:alloy:0, Bronze Ingot -nuclearcraft:alloy:1, Tough Alloy -nuclearcraft:alloy:2, Hard Carbon Alloy -nuclearcraft:alloy:3, Magnesium Diboride Alloy -nuclearcraft:alloy:4, Lithium Manganese Dioxide Alloy -nuclearcraft:alloy:5, Steel Ingot -nuclearcraft:alloy:6, Ferroboron Alloy -nuclearcraft:alloy:7, Shibuichi Alloy -nuclearcraft:alloy:8, Tin Silver Alloy -nuclearcraft:alloy:9, Lead Platinum Alloy -nuclearcraft:alloy:10, Extreme Alloy -nuclearcraft:alloy:11, Thermoconducting Alloy -nuclearcraft:alloy:12, Zircaloy -nuclearcraft:alloy:13, Silicon Carbide Ingot -nuclearcraft:alloy:14, SiC-SiC Ceramic Matrix Composite -nuclearcraft:alloy:15, HSLA Steel Ingot -nuclearcraft:compound:0, Calcium Sulfate -nuclearcraft:compound:1, Crystal Binder -nuclearcraft:compound:2, Energetic Blend -nuclearcraft:compound:3, Sodium Fluoride -nuclearcraft:compound:4, Potassium Fluoride -nuclearcraft:compound:5, Sodium Hydroxide -nuclearcraft:compound:6, Potassium Hydroxide -nuclearcraft:compound:7, Borax -nuclearcraft:compound:8, Dimensional Blend -nuclearcraft:compound:9, Carbon-Manganese Blend -nuclearcraft:compound:10, Alugentum Dust -nuclearcraft:part:0, Basic Plating -nuclearcraft:part:1, Advanced Plating -nuclearcraft:part:2, DU Plating -nuclearcraft:part:3, Elite Plating -nuclearcraft:part:4, Copper Solenoid -nuclearcraft:part:5, Magnesium Diboride Solenoid -nuclearcraft:part:6, Bioplastic -nuclearcraft:part:7, Servomechanism -nuclearcraft:part:8, Electric Motor -nuclearcraft:part:9, Linear Actuator -nuclearcraft:part:10, Machine Chassis -nuclearcraft:part:11, Empty Frame -nuclearcraft:part:12, Steel Frame -nuclearcraft:part:13, Silicon Carbide Fiber -nuclearcraft:upgrade:0, Speed Upgrade -nuclearcraft:upgrade:1, Energy Upgrade -nuclearcraft:tiny_dust_lead, Tiny Pile of Lead Dust -nuclearcraft:fuel_rod, item.nuclearcraft.fuel_rod.name -nuclearcraft:reactor_door_item, Reactor Door -nuclearcraft:thorium:0, Thorium-230 -nuclearcraft:thorium:1, Thorium-230 Oxide -nuclearcraft:thorium:2, Tiny Clump of Thorium-230 -nuclearcraft:thorium:3, Tiny Clump of Thorium-230 Oxide -nuclearcraft:thorium:4, Thorium-232 -nuclearcraft:thorium:5, Thorium-232 Oxide -nuclearcraft:thorium:6, Tiny Clump of Thorium-232 -nuclearcraft:thorium:7, Tiny Clump of Thorium-232 Oxide -nuclearcraft:uranium:0, Uranium-233 -nuclearcraft:uranium:1, Uranium-233 Oxide -nuclearcraft:uranium:2, Tiny Clump of Uranium-233 -nuclearcraft:uranium:3, Tiny Clump of Uranium-233 Oxide -nuclearcraft:uranium:4, Uranium-235 -nuclearcraft:uranium:5, Uranium-235 Oxide -nuclearcraft:uranium:6, Tiny Clump of Uranium-235 -nuclearcraft:uranium:7, Tiny Clump of Uranium-235 Oxide -nuclearcraft:uranium:8, Uranium-238 -nuclearcraft:uranium:9, Uranium-238 Oxide -nuclearcraft:uranium:10, Tiny Clump of Uranium-238 -nuclearcraft:uranium:11, Tiny Clump of Uranium-238 Oxide -nuclearcraft:neptunium:0, Neptunium-236 -nuclearcraft:neptunium:1, Neptunium-236 Oxide -nuclearcraft:neptunium:2, Tiny Clump of Neptunium-236 -nuclearcraft:neptunium:3, Tiny Clump of Neptunium-236 Oxide -nuclearcraft:neptunium:4, Neptunium-237 -nuclearcraft:neptunium:5, Neptunium-237 Oxide -nuclearcraft:neptunium:6, Tiny Clump of Neptunium-237 -nuclearcraft:neptunium:7, Tiny Clump of Neptunium-237 Oxide -nuclearcraft:plutonium:0, Plutonium-238 -nuclearcraft:plutonium:1, Plutonium-238 Oxide -nuclearcraft:plutonium:2, Tiny Clump of Plutonium-238 -nuclearcraft:plutonium:3, Tiny Clump of Plutonium-238 Oxide -nuclearcraft:plutonium:4, Plutonium-239 -nuclearcraft:plutonium:5, Plutonium-239 Oxide -nuclearcraft:plutonium:6, Tiny Clump of Plutonium-239 -nuclearcraft:plutonium:7, Tiny Clump of Plutonium-239 Oxide -nuclearcraft:plutonium:8, Plutonium-241 -nuclearcraft:plutonium:9, Plutonium-241 Oxide -nuclearcraft:plutonium:10, Tiny Clump of Plutonium-241 -nuclearcraft:plutonium:11, Tiny Clump of Plutonium-241 Oxide -nuclearcraft:plutonium:12, Plutonium-242 -nuclearcraft:plutonium:13, Plutonium-242 Oxide -nuclearcraft:plutonium:14, Tiny Clump of Plutonium-242 -nuclearcraft:plutonium:15, Tiny Clump of Plutonium-242 Oxide -nuclearcraft:americium:0, Americium-241 -nuclearcraft:americium:1, Americium-241 Oxide -nuclearcraft:americium:2, Tiny Clump of Americium-241 -nuclearcraft:americium:3, Tiny Clump of Americium-241 Oxide -nuclearcraft:americium:4, Americium-242 -nuclearcraft:americium:5, Americium-242 Oxide -nuclearcraft:americium:6, Tiny Clump of Americium-242 -nuclearcraft:americium:7, Tiny Clump of Americium-242 Oxide -nuclearcraft:americium:8, Americium-243 -nuclearcraft:americium:9, Americium-243 Oxide -nuclearcraft:americium:10, Tiny Clump of Americium-243 -nuclearcraft:americium:11, Tiny Clump of Americium-243 Oxide -nuclearcraft:curium:0, Curium-243 -nuclearcraft:curium:1, Curium-243 Oxide -nuclearcraft:curium:2, Tiny Clump of Curium-243 -nuclearcraft:curium:3, Tiny Clump of Curium-243 Oxide -nuclearcraft:curium:4, Curium-245 -nuclearcraft:curium:5, Curium-245 Oxide -nuclearcraft:curium:6, Tiny Clump of Curium-245 -nuclearcraft:curium:7, Tiny Clump of Curium-245 Oxide -nuclearcraft:curium:8, Curium-246 -nuclearcraft:curium:9, Curium-246 Oxide -nuclearcraft:curium:10, Tiny Clump of Curium-246 -nuclearcraft:curium:11, Tiny Clump of Curium-246 Oxide -nuclearcraft:curium:12, Curium-247 -nuclearcraft:curium:13, Curium-247 Oxide -nuclearcraft:curium:14, Tiny Clump of Curium-247 -nuclearcraft:curium:15, Tiny Clump of Curium-247 Oxide -nuclearcraft:berkelium:0, Berkelium-247 -nuclearcraft:berkelium:1, Berkelium-247 Oxide -nuclearcraft:berkelium:2, Tiny Clump of Berkelium-247 -nuclearcraft:berkelium:3, Tiny Clump of Berkelium-247 Oxide -nuclearcraft:berkelium:4, Berkelium-248 -nuclearcraft:berkelium:5, Berkelium-248 Oxide -nuclearcraft:berkelium:6, Tiny Clump of Berkelium-248 -nuclearcraft:berkelium:7, Tiny Clump of Berkelium-248 Oxide -nuclearcraft:californium:0, Californium-249 -nuclearcraft:californium:1, Californium-249 Oxide -nuclearcraft:californium:2, Tiny Clump of Californium-249 -nuclearcraft:californium:3, Tiny Clump of Californium-249 Oxide -nuclearcraft:californium:4, Californium-250 -nuclearcraft:californium:5, Californium-250 Oxide -nuclearcraft:californium:6, Tiny Clump of Californium-250 -nuclearcraft:californium:7, Tiny Clump of Californium-250 Oxide -nuclearcraft:californium:8, Californium-251 -nuclearcraft:californium:9, Californium-251 Oxide -nuclearcraft:californium:10, Tiny Clump of Californium-251 -nuclearcraft:californium:11, Tiny Clump of Californium-251 Oxide -nuclearcraft:californium:12, Californium-252 -nuclearcraft:californium:13, Californium-252 Oxide -nuclearcraft:californium:14, Tiny Clump of Californium-252 -nuclearcraft:californium:15, Tiny Clump of Californium-252 Oxide -nuclearcraft:fuel_thorium:0, TBU Fuel -nuclearcraft:fuel_thorium:1, TBU Oxide Fuel -nuclearcraft:fuel_uranium:0, LEU-233 Fuel -nuclearcraft:fuel_uranium:1, LEU-233 Oxide Fuel -nuclearcraft:fuel_uranium:2, HEU-233 Fuel -nuclearcraft:fuel_uranium:3, HEU-233 Oxide Fuel -nuclearcraft:fuel_uranium:4, LEU-235 Fuel -nuclearcraft:fuel_uranium:5, LEU-235 Oxide Fuel -nuclearcraft:fuel_uranium:6, HEU-235 Fuel -nuclearcraft:fuel_uranium:7, HEU-235 Oxide Fuel -nuclearcraft:fuel_neptunium:0, LEN-236 Fuel -nuclearcraft:fuel_neptunium:1, LEN-236 Oxide Fuel -nuclearcraft:fuel_neptunium:2, HEN-236 Fuel -nuclearcraft:fuel_neptunium:3, HEN-236 Oxide Fuel -nuclearcraft:fuel_plutonium:0, LEP-239 Fuel -nuclearcraft:fuel_plutonium:1, LEP-239 Oxide Fuel -nuclearcraft:fuel_plutonium:2, HEP-239 Fuel -nuclearcraft:fuel_plutonium:3, HEP-239 Oxide Fuel -nuclearcraft:fuel_plutonium:4, LEP-241 Fuel -nuclearcraft:fuel_plutonium:5, LEP-241 Oxide Fuel -nuclearcraft:fuel_plutonium:6, HEP-241 Fuel -nuclearcraft:fuel_plutonium:7, HEP-241 Oxide Fuel -nuclearcraft:fuel_mixed_oxide:0, MOX-239 Fuel -nuclearcraft:fuel_mixed_oxide:1, MOX-241 Fuel -nuclearcraft:fuel_americium:0, LEA-242 Fuel -nuclearcraft:fuel_americium:1, LEA-242 Oxide Fuel -nuclearcraft:fuel_americium:2, HEA-242 Fuel -nuclearcraft:fuel_americium:3, HEA-242 Oxide Fuel -nuclearcraft:fuel_curium:0, LECm-243 Fuel -nuclearcraft:fuel_curium:1, LECm-243 Oxide Fuel -nuclearcraft:fuel_curium:2, HECm-243 Fuel -nuclearcraft:fuel_curium:3, HECm-243 Oxide Fuel -nuclearcraft:fuel_curium:4, LECm-245 Fuel -nuclearcraft:fuel_curium:5, LECm-245 Oxide Fuel -nuclearcraft:fuel_curium:6, HECm-245 Fuel -nuclearcraft:fuel_curium:7, HECm-245 Oxide Fuel -nuclearcraft:fuel_curium:8, LECm-247 Fuel -nuclearcraft:fuel_curium:9, LECm-247 Oxide Fuel -nuclearcraft:fuel_curium:10, HECm-247 Fuel -nuclearcraft:fuel_curium:11, HECm-247 Oxide Fuel -nuclearcraft:fuel_berkelium:0, LEB-248 Fuel -nuclearcraft:fuel_berkelium:1, LEB-248 Oxide Fuel -nuclearcraft:fuel_berkelium:2, HEB-248 Fuel -nuclearcraft:fuel_berkelium:3, HEB-248 Oxide Fuel -nuclearcraft:fuel_californium:0, LECf-249 Fuel -nuclearcraft:fuel_californium:1, LECf-249 Oxide Fuel -nuclearcraft:fuel_californium:2, HECf-249 Fuel -nuclearcraft:fuel_californium:3, HECf-249 Oxide Fuel -nuclearcraft:fuel_californium:4, LECf-251 Fuel -nuclearcraft:fuel_californium:5, LECf-251 Oxide Fuel -nuclearcraft:fuel_californium:6, HECf-251 Fuel -nuclearcraft:fuel_californium:7, HECf-251 Oxide Fuel -nuclearcraft:depleted_fuel_thorium:0, Depleted TBU Fuel -nuclearcraft:depleted_fuel_thorium:1, Depleted TBU Oxide Fuel -nuclearcraft:depleted_fuel_uranium:0, Depleted LEU-233 Fuel -nuclearcraft:depleted_fuel_uranium:1, Depleted LEU-233 Oxide Fuel -nuclearcraft:depleted_fuel_uranium:2, Depleted HEU-233 Fuel -nuclearcraft:depleted_fuel_uranium:3, Depleted HEU-233 Oxide Fuel -nuclearcraft:depleted_fuel_uranium:4, Depleted LEU-235 Fuel -nuclearcraft:depleted_fuel_uranium:5, Depleted LEU-235 Oxide Fuel -nuclearcraft:depleted_fuel_uranium:6, Depleted HEU-235 Fuel -nuclearcraft:depleted_fuel_uranium:7, Depleted HEU-235 Oxide Fuel -nuclearcraft:depleted_fuel_neptunium:0, Depleted LEN-236 Fuel -nuclearcraft:depleted_fuel_neptunium:1, Depleted LEN-236 Oxide Fuel -nuclearcraft:depleted_fuel_neptunium:2, Depleted HEN-236 Fuel -nuclearcraft:depleted_fuel_neptunium:3, Depleted HEN-236 Oxide Fuel -nuclearcraft:depleted_fuel_plutonium:0, Depleted LEP-239 Fuel -nuclearcraft:depleted_fuel_plutonium:1, Depleted LEP-239 Oxide Fuel -nuclearcraft:depleted_fuel_plutonium:2, Depleted HEP-239 Fuel -nuclearcraft:depleted_fuel_plutonium:3, Depleted HEP-239 Oxide Fuel -nuclearcraft:depleted_fuel_plutonium:4, Depleted LEP-241 Fuel -nuclearcraft:depleted_fuel_plutonium:5, Depleted LEP-241 Oxide Fuel -nuclearcraft:depleted_fuel_plutonium:6, Depleted HEP-241 Fuel -nuclearcraft:depleted_fuel_plutonium:7, Depleted HEP-241 Oxide Fuel -nuclearcraft:depleted_fuel_mixed_oxide:0, Depleted MOX-239 Fuel -nuclearcraft:depleted_fuel_mixed_oxide:1, Depleted MOX-241 Fuel -nuclearcraft:depleted_fuel_americium:0, Depleted LEA-242 Fuel -nuclearcraft:depleted_fuel_americium:1, Depleted LEA-242 Oxide Fuel -nuclearcraft:depleted_fuel_americium:2, Depleted HEA-242 Fuel -nuclearcraft:depleted_fuel_americium:3, Depleted HEA-242 Oxide Fuel -nuclearcraft:depleted_fuel_curium:0, Depleted LECm-243 Fuel -nuclearcraft:depleted_fuel_curium:1, Depleted LECm-243 Oxide Fuel -nuclearcraft:depleted_fuel_curium:2, Depleted HECm-243 Fuel -nuclearcraft:depleted_fuel_curium:3, Depleted HECm-243 Oxide Fuel -nuclearcraft:depleted_fuel_curium:4, Depleted LECm-245 Fuel -nuclearcraft:depleted_fuel_curium:5, Depleted LECm-245 Oxide Fuel -nuclearcraft:depleted_fuel_curium:6, Depleted HECm-245 Fuel -nuclearcraft:depleted_fuel_curium:7, Depleted HECm-245 Oxide Fuel -nuclearcraft:depleted_fuel_curium:8, Depleted LECm-247 Fuel -nuclearcraft:depleted_fuel_curium:9, Depleted LECm-247 Oxide Fuel -nuclearcraft:depleted_fuel_curium:10, Depleted HECm-247 Fuel -nuclearcraft:depleted_fuel_curium:11, Depleted HECm-247 Oxide Fuel -nuclearcraft:depleted_fuel_berkelium:0, Depleted LEB-248 Fuel -nuclearcraft:depleted_fuel_berkelium:1, Depleted LEB-248 Oxide Fuel -nuclearcraft:depleted_fuel_berkelium:2, Depleted HEB-248 Fuel -nuclearcraft:depleted_fuel_berkelium:3, Depleted HEB-248 Oxide Fuel -nuclearcraft:depleted_fuel_californium:0, Depleted LECf-249 Fuel -nuclearcraft:depleted_fuel_californium:1, Depleted LECf-249 Oxide Fuel -nuclearcraft:depleted_fuel_californium:2, Depleted HECf-249 Fuel -nuclearcraft:depleted_fuel_californium:3, Depleted HECf-249 Oxide Fuel -nuclearcraft:depleted_fuel_californium:4, Depleted LECf-251 Fuel -nuclearcraft:depleted_fuel_californium:5, Depleted LECf-251 Oxide Fuel -nuclearcraft:depleted_fuel_californium:6, Depleted HECf-251 Fuel -nuclearcraft:depleted_fuel_californium:7, Depleted HECf-251 Oxide Fuel -nuclearcraft:depleted_fuel_ic2:0, Depleted Uranium Nuclear Fuel -nuclearcraft:depleted_fuel_ic2:1, Depleted MOX Nuclear Fuel -nuclearcraft:boron:0, Boron-10 -nuclearcraft:boron:1, Tiny Clump of Boron-10 -nuclearcraft:boron:2, Boron-11 -nuclearcraft:boron:3, Tiny Clump of Boron-11 -nuclearcraft:lithium:0, Lithium-6 -nuclearcraft:lithium:1, Tiny Clump of Lithium-6 -nuclearcraft:lithium:2, Lithium-7 -nuclearcraft:lithium:3, Tiny Clump of Lithium-7 -nuclearcraft:lithium_ion_cell, Lithium Ion Cell -nuclearcraft:geiger_counter, Geiger Counter -nuclearcraft:rad_shielding:0, Light Radiation Shielding -nuclearcraft:rad_shielding:1, Medium Radiation Shielding -nuclearcraft:rad_shielding:2, Heavy Radiation Shielding -nuclearcraft:radiation_badge, Radiation Badge -nuclearcraft:radaway, RadAway -nuclearcraft:radaway_slow, Slow-Acting RadAway -nuclearcraft:rad_x, Rad-X -nuclearcraft:portable_ender_chest, Portable Ender Chest -nuclearcraft:dominos, Domino's Special -nuclearcraft:flour, Flour -nuclearcraft:graham_cracker, Graham Cracker -nuclearcraft:roasted_cocoa_beans, Roasted Cocoa Beans -nuclearcraft:ground_cocoa_nibs, Ground Cocoa Nibs -nuclearcraft:cocoa_butter, Solidified Cocoa Butter -nuclearcraft:cocoa_solids, Cocoa Solids -nuclearcraft:unsweetened_chocolate, Unsweetened Chocolate -nuclearcraft:dark_chocolate, Dark Chocolate -nuclearcraft:milk_chocolate, Milk Chocolate -nuclearcraft:gelatin, Gelatin -nuclearcraft:marshmallow, Marshmallow -nuclearcraft:smore, S'more S'mingot -nuclearcraft:moresmore, MoreS'more DoubleS'mingot -nuclearcraft:foursmore, FourS'more QuadS'mingot -nuclearcraft:record_wanderer, Music Disc -nuclearcraft:record_end_of_the_world, Music Disc -nuclearcraft:record_money_for_nothing, Music Disc -nuclearcraft:record_hyperspace, Music Disc -nuclearcraft:configuration_blueprint_empty, Configuration Blueprint (Empty) -nuclearcraft:configuration_blueprint, Configuration Blueprint -nuclearcraft:sword_boron, Boron Sword -nuclearcraft:pickaxe_boron, Boron Pickaxe -nuclearcraft:shovel_boron, Boron Shovel -nuclearcraft:axe_boron, Boron Axe -nuclearcraft:hoe_boron, Boron Hoe -nuclearcraft:spaxelhoe_boron, Boron Spaxelhoe -nuclearcraft:sword_tough, Tough Alloy Sword -nuclearcraft:pickaxe_tough, Tough Alloy Pickaxe -nuclearcraft:shovel_tough, Tough Alloy Shovel -nuclearcraft:axe_tough, Tough Alloy Axe -nuclearcraft:hoe_tough, Tough Alloy Hoe -nuclearcraft:spaxelhoe_tough, Tough Alloy Spaxelhoe -nuclearcraft:sword_hard_carbon, Hard Carbon Sword -nuclearcraft:pickaxe_hard_carbon, Hard Carbon Pickaxe -nuclearcraft:shovel_hard_carbon, Hard Carbon Shovel -nuclearcraft:axe_hard_carbon, Hard Carbon Axe -nuclearcraft:hoe_hard_carbon, Hard Carbon Hoe -nuclearcraft:spaxelhoe_hard_carbon, Hard Carbon Spaxelhoe -nuclearcraft:sword_boron_nitride, Boron Nitride Sword -nuclearcraft:pickaxe_boron_nitride, Boron Nitride Pickaxe -nuclearcraft:shovel_boron_nitride, Boron Nitride Shovel -nuclearcraft:axe_boron_nitride, Boron Nitride Axe -nuclearcraft:hoe_boron_nitride, Boron Nitride Hoe -nuclearcraft:spaxelhoe_boron_nitride, Boron Nitride Spaxelhoe -nuclearcraft:helm_boron, Boron Helmet -nuclearcraft:chest_boron, Boron Chestplate -nuclearcraft:legs_boron, Boron Leggings -nuclearcraft:boots_boron, Boron Boots -nuclearcraft:helm_tough, Tough Alloy Helmet -nuclearcraft:chest_tough, Tough Alloy Chestplate -nuclearcraft:legs_tough, Tough Alloy Leggings -nuclearcraft:boots_tough, Tough Alloy Boots -nuclearcraft:helm_hard_carbon, Hard Carbon Helmet -nuclearcraft:chest_hard_carbon, Hard Carbon Chestplate -nuclearcraft:legs_hard_carbon, Hard Carbon Leggings -nuclearcraft:boots_hard_carbon, Hard Carbon Boots -nuclearcraft:helm_boron_nitride, Boron Nitride Helmet -nuclearcraft:chest_boron_nitride, Boron Nitride Chestplate -nuclearcraft:legs_boron_nitride, Boron Nitride Leggings -nuclearcraft:boots_boron_nitride, Boron Nitride Boots -nuclearcraft:helm_hazmat, Hazmat Suit Headwear -nuclearcraft:chest_hazmat, Hazmat Suit Chestpiece -nuclearcraft:legs_hazmat, Hazmat Suit Leggings -nuclearcraft:boots_hazmat, Hazmat Suit Boots -nuclearcraft:fluid_oxygen, Oxygen -nuclearcraft:fluid_hydrogen, Hydrogen -nuclearcraft:fluid_deuterium, Deuterium -nuclearcraft:fluid_tritium, Tritium -nuclearcraft:fluid_helium3, Helium-3 -nuclearcraft:fluid_helium, Helium -nuclearcraft:fluid_boron, Molten Boron -nuclearcraft:fluid_boron10, Molten Boron-10 -nuclearcraft:fluid_boron11, Molten Boron-11 -nuclearcraft:fluid_lithium, Molten Lithium -nuclearcraft:fluid_lithium6, Molten Lithium-6 -nuclearcraft:fluid_lithium7, Molten Lithium-7 -nuclearcraft:fluid_steel, Molten Steel -nuclearcraft:fluid_ferroboron, Molten Ferroboron -nuclearcraft:fluid_tough, Molten Tough Alloy -nuclearcraft:fluid_hard_carbon, Molten Hard Carbon -nuclearcraft:fluid_beryllium, Molten Beryllium -nuclearcraft:fluid_manganese, Molten Manganese -nuclearcraft:fluid_manganese_dioxide, Molten Manganese Dioxide -nuclearcraft:fluid_sulfur, Molten Sulfur -nuclearcraft:fluid_arsenic, Molten Arsenic -nuclearcraft:fluid_liquidhelium, Liquid Helium -nuclearcraft:fluid_liquid_nitrogen, Liquid Nitrogen -nuclearcraft:fluid_plasma, Plasma -nuclearcraft:fluid_neutron, Neutron Fluid -nuclearcraft:fluid_ethanol, Ethanol -nuclearcraft:fluid_methanol, Methanol -nuclearcraft:fluid_radaway, RadAway Fluid -nuclearcraft:fluid_radaway_slow, Slow-Acting RadAway Fluid -nuclearcraft:fluid_nitrogen, Nitrogen -nuclearcraft:fluid_fluorine, Fluorine -nuclearcraft:fluid_carbon_dioxide, Carbon Dioxide -nuclearcraft:fluid_carbon_monoxide, Carbon Monoxide -nuclearcraft:fluid_ethene, Ethylene -nuclearcraft:fluid_fluoromethane, Fluoromethane -nuclearcraft:fluid_ammonia, Ammonia -nuclearcraft:fluid_oxygen_difluoride, Oxygen Difluoride -nuclearcraft:fluid_diborane, Diborane -nuclearcraft:fluid_sulfur_dioxide, Sulfur Dioxide -nuclearcraft:fluid_sulfur_trioxide, Sulfur Trioxide -nuclearcraft:fluid_hydrofluoric_acid, Hydrofluoric Acid -nuclearcraft:fluid_boric_acid, Boric Acid -nuclearcraft:fluid_sulfuric_acid, Sulfuric Acid -nuclearcraft:fluid_boron_nitride_solution, Boron Nitride Solution -nuclearcraft:fluid_fluorite_water, Fluorite Water -nuclearcraft:fluid_calcium_sulfate_solution, Calcium Sulfate Solution -nuclearcraft:fluid_sodium_fluoride_solution, Sodium Fluoride Solution -nuclearcraft:fluid_potassium_fluoride_solution, Potassium Fluoride Solution -nuclearcraft:fluid_sodium_hydroxide_solution, Sodium Hydroxide Solution -nuclearcraft:fluid_potassium_hydroxide_solution, Potassium Hydroxide Solution -nuclearcraft:fluid_borax_solution, Borax Solution -nuclearcraft:fluid_corium, Corium -nuclearcraft:fluid_chocolate_liquor, Chocolate Liquor -nuclearcraft:fluid_cocoa_butter, Cocoa Butter -nuclearcraft:fluid_unsweetened_chocolate, Molten Unsweetened Chocolate -nuclearcraft:fluid_dark_chocolate, Molten Dark Chocolate -nuclearcraft:fluid_milk_chocolate, Molten Milk Chocolate -nuclearcraft:fluid_sugar, Molten Sugar -nuclearcraft:fluid_gelatin, Molten Gelatin -nuclearcraft:fluid_hydrated_gelatin, Hydrated Gelatin -nuclearcraft:fluid_marshmallow, Liquid Marshmallow -nuclearcraft:fluid_milk, Milk -nuclearcraft:fluid_lif, Molten Lithium Fluoride -nuclearcraft:fluid_bef2, Molten Beryllium Fluoride -nuclearcraft:fluid_flibe, Molten FLiBe Salt Mixture -nuclearcraft:fluid_naoh, Molten Sodium Hydroxide -nuclearcraft:fluid_koh, Molten Potassium Hydroxide -nuclearcraft:fluid_high_pressure_steam, High Pressure Steam -nuclearcraft:fluid_exhaust_steam, Exhaust Steam -nuclearcraft:fluid_low_pressure_steam, Low Pressure Steam -nuclearcraft:fluid_low_quality_steam, Low Quality Steam -nuclearcraft:fluid_preheated_water, Preheated Water -nuclearcraft:fluid_condensate_water, Condensate Water -nuclearcraft:fluid_sodium, Molten Sodium -nuclearcraft:fluid_potassium, Molten Potassium -nuclearcraft:fluid_nak, Eutectic NaK Alloy -nuclearcraft:fluid_nak_hot, Hot Eutectic NaK Alloy -nuclearcraft:fluid_bas, Molten Boron Arsenide -nuclearcraft:fluid_sic_vapor, Silicon Carbide Vapor -nuclearcraft:fluid_alugentum, Molten Alugentum -nuclearcraft:fluid_alumina, Molten Alumina -nuclearcraft:fluid_aluminum, Molten Aluminum -nuclearcraft:fluid_silver, Molten Silver -randomthings:fertilizeddirt, Fertilized Dirt -randomthings:fertilizeddirttilled, Fertilized Dirt -randomthings:playerinterface, Player Interface -randomthings:creativeplayerinterface, Creative Player Interface -randomthings:lapisglass, Lapis Glass -randomthings:lapislamp, Lapis Lamp -randomthings:dyeingmachine, Dyeing Machine -randomthings:onlinedetector, Online Detector -randomthings:chatdetector, Chat Detector -randomthings:enderbridge, Ender Bridge -randomthings:prismarineenderbridge, Prismarine Ender Bridge -randomthings:enderanchor, Ender Anchor -randomthings:beanstalk, Magic Bean Stalk -randomthings:lesserbeanstalk, Lesser Bean Stalk -randomthings:beanpod, Bean Pod -randomthings:lightredirector, Light Redirector -randomthings:imbuingstation, Imbuing Station -randomthings:spectreblock, Spectre Block -randomthings:specialchest:0, Nature Chest -randomthings:specialchest:1, Water Chest -randomthings:analogemitter, Analog Emitter -randomthings:fluiddisplay, Fluid Display -randomthings:customworkbench, Crafting Table -randomthings:endermailbox, Ender Mailbox -randomthings:pitcherplant, Pitcher Plant -randomthings:platform:0, Oak Platform -randomthings:platform:1, Spruce Platform -randomthings:platform:2, Birch Platform -randomthings:platform:3, Jungle Platform -randomthings:platform:4, Acacia Platform -randomthings:platform:5, Dark Oak Platform -randomthings:entitydetector, Entity Detector -randomthings:quartzlamp, Quartz Lamp -randomthings:quartzglass, Quartz Glass -randomthings:potionvaporizer, Potion Vaporizer -randomthings:voxelprojector, [WIP] Voxel Projector -randomthings:contactbutton, Contact Button -randomthings:contactlever, Contact Lever -randomthings:sakanade, Sakanade -randomthings:rainshield, Rain Shield -randomthings:blockbreaker, Block Breaker -randomthings:superlubricentice, Superlubricent Ice -randomthings:compressedslimeblock, Compressed Slime Block -randomthings:superlubricentplatform, Super Lubricent Platform -randomthings:filteredsuperlubricentplatform, Filtered Super Lubricent Platform -randomthings:redstoneobserver, Redstone Observer -randomthings:biomeradar, Biome Radar -randomthings:irondropper, Iron Dropper -randomthings:igniter, Igniter -randomthings:blockofsticks:0, Block of Sticks -randomthings:blockofsticks:1, Returning Block of Sticks -randomthings:blazingfire, tile.blazingFire.name -randomthings:luminousblock:0, White Luminous Block -randomthings:luminousblock:1, Orange Luminous Block -randomthings:luminousblock:2, Magenta Luminous Block -randomthings:luminousblock:3, Light Blue Luminous Block -randomthings:luminousblock:4, Yellow Luminous Block -randomthings:luminousblock:5, Lime Luminous Block -randomthings:luminousblock:6, Pink Luminous Block -randomthings:luminousblock:7, Gray Luminous Block -randomthings:luminousblock:8, Light Gray Luminous Block -randomthings:luminousblock:9, Cyan Luminous Block -randomthings:luminousblock:10, Purple Luminous Block -randomthings:luminousblock:11, Blue Luminous Block -randomthings:luminousblock:12, Brown Luminous Block -randomthings:luminousblock:13, Green Luminous Block -randomthings:luminousblock:14, Red Luminous Block -randomthings:luminousblock:15, Black Luminous Block -randomthings:translucentluminousblock:0, White Translucent Luminous Block -randomthings:translucentluminousblock:1, Orange Translucent Luminous Block -randomthings:translucentluminousblock:2, Magenta Translucent Luminous Block -randomthings:translucentluminousblock:3, Light Blue Translucent Luminous Block -randomthings:translucentluminousblock:4, Yellow Translucent Luminous Block -randomthings:translucentluminousblock:5, Lime Translucent Luminous Block -randomthings:translucentluminousblock:6, Pink Translucent Luminous Block -randomthings:translucentluminousblock:7, Gray Translucent Luminous Block -randomthings:translucentluminousblock:8, Light Gray Translucent Luminous Block -randomthings:translucentluminousblock:9, Cyan Translucent Luminous Block -randomthings:translucentluminousblock:10, Purple Translucent Luminous Block -randomthings:translucentluminousblock:11, Blue Translucent Luminous Block -randomthings:translucentluminousblock:12, Brown Translucent Luminous Block -randomthings:translucentluminousblock:13, Green Translucent Luminous Block -randomthings:translucentluminousblock:14, Red Translucent Luminous Block -randomthings:translucentluminousblock:15, Black Translucent Luminous Block -randomthings:inventoryrerouter, Inventory Rerouter -randomthings:slimecube, §aSlime Cube§7 -randomthings:peacecandle, Peace Candle -randomthings:notificationinterface, Notification Interface -randomthings:glowingmushroom, Glowing Mushroom -randomthings:inventorytester, Inventory Tester -randomthings:superlubricentstone, Super Lubricent Stone -randomthings:globalchatdetector, Global Chat Detector -randomthings:triggerglass, Trigger Glass -randomthings:blockdestabilizer, Block Destabilizer -randomthings:lotus, Lotus -randomthings:ancientbrick, Ancient Brick [INTERNAL] -randomthings:soundbox, Sound Box -randomthings:sounddampener, Sound Dampener -randomthings:diaphanousblock, Diaphanous Block -randomthings:sidedredstone, Sided Block of Redstone -randomthings:spectrelens, Spectre Lens -randomthings:spectreenergyinjector, Spectre Energy Injector -randomthings:plate_processing, Processing Plate -randomthings:spectrecoil_normal, Spectre Coil -randomthings:spectrecoil_redstone, Redstone Spectre Coil -randomthings:spectrecoil_ender, Ender Spectre Coil -randomthings:spectrecoil_number, Spectre Coil Nr. %s -randomthings:spectrecoil_genesis, Genesis Spectre Coil -randomthings:advancedredstonerepeater, Advanced Redstone Repeater -randomthings:advancedredstonetorch_on, Advanced Redstone Torch -randomthings:floobrick, Floo Brick -randomthings:spectreplank, Spectre Planks -randomthings:spectresapling, Spectre Sapling -randomthings:spectrelog, Spectre Wood -randomthings:spectreleaf, Spectre Leaves -randomthings:itemcollector, Item Collector -randomthings:advanceditemcollector, Advanced Item Collector -randomthings:naturecore, Nature Core -randomthings:biomestone:0, Biome Cobblestone -randomthings:biomestone:1, Biome Stone -randomthings:biomestone:2, Biome Stone Bricks -randomthings:biomestone:3, Cracked Biome Stone Bricks -randomthings:biomestone:4, Chiseled Biome Stone Bricks -randomthings:biomeglass, Biome Glass -randomthings:coloredgrass:0, White Grass -randomthings:coloredgrass:1, Orange Grass -randomthings:coloredgrass:2, Magenta Grass -randomthings:coloredgrass:3, Light Blue Grass -randomthings:coloredgrass:4, Yellow Grass -randomthings:coloredgrass:5, Lime Grass -randomthings:coloredgrass:6, Pink Grass -randomthings:coloredgrass:7, Gray Grass -randomthings:coloredgrass:8, Light Gray Grass -randomthings:coloredgrass:9, Cyan Grass -randomthings:coloredgrass:10, Purple Grass -randomthings:coloredgrass:11, Blue Grass -randomthings:coloredgrass:12, Brown Grass -randomthings:coloredgrass:13, Green Grass -randomthings:coloredgrass:14, Red Grass -randomthings:coloredgrass:15, Black Grass -randomthings:spectrecore, Spectre Core -randomthings:rainbowlamp, Rainbow Lamp -randomthings:basicredstoneinterface, Basic Redstone Interface -randomthings:advancedredstoneinterface, Advanced Redstone Interface -randomthings:stainedbrick:0, White Stained Bricks -randomthings:stainedbrick:1, Orange Stained Bricks -randomthings:stainedbrick:2, Magenta Stained Bricks -randomthings:stainedbrick:3, Light Blue Stained Bricks -randomthings:stainedbrick:4, Yellow Stained Bricks -randomthings:stainedbrick:5, Lime Stained Brickss -randomthings:stainedbrick:6, Pink Stained Bricks -randomthings:stainedbrick:7, Gray Stained Bricks -randomthings:stainedbrick:8, Light Gray Stained Bricks -randomthings:stainedbrick:9, Cyan Stained Bricks -randomthings:stainedbrick:10, Purple Stained Bricks -randomthings:stainedbrick:11, Blue Stained Bricks -randomthings:stainedbrick:12, Brown Stained Bricks -randomthings:stainedbrick:13, Green Stained Bricks -randomthings:stainedbrick:14, Red Stained Bricks -randomthings:stainedbrick:15, Black Stained Bricks -randomthings:luminousstainedbrick:0, Luminous White Stained Bricks -randomthings:luminousstainedbrick:1, Luminous Orange Stained Bricks -randomthings:luminousstainedbrick:2, Luminous Magenta Stained Bricks -randomthings:luminousstainedbrick:3, Luminous Light Blue Stained Bricks -randomthings:luminousstainedbrick:4, Luminous Yellow Stained Bricks -randomthings:luminousstainedbrick:5, Luminous Lime Stained Bricks -randomthings:luminousstainedbrick:6, Luminous Pink Stained Bricks -randomthings:luminousstainedbrick:7, Luminous Gray Stained Bricks -randomthings:luminousstainedbrick:8, Luminous Light Gray Stained Bricks -randomthings:luminousstainedbrick:9, Luminous Cyan Stained Bricks -randomthings:luminousstainedbrick:10, Luminous Purple Stained Bricks -randomthings:luminousstainedbrick:11, Luminous Blue Stained Bricks -randomthings:luminousstainedbrick:12, Luminous Brown Stained Bricks -randomthings:luminousstainedbrick:13, Luminous Green Stained Bricks -randomthings:luminousstainedbrick:14, Luminous Red Stained Bricks -randomthings:luminousstainedbrick:15, Luminous Black Stained Bricks -randomthings:plate_redirector, Redirector Plate -randomthings:plate_filteredredirector, Filtered Redirector Plate -randomthings:plate_redstone, Redstone Plate -randomthings:plate_corrector, Corrector Plate -randomthings:plate_itemsealer, Item Sealer Plate -randomthings:plate_itemrejuvenator, Item Rejuvenator Plate -randomthings:plate_accelerator, Accelerator Plate -randomthings:plate_accelerator_directional, Directional Accelerator Plate -randomthings:plate_bouncy, Bouncy Plate -randomthings:plate_collection, Collection Plate -randomthings:plate_extraction, Extraction Plate -randomthings:stableenderpearl, Stable Ender Pearl -randomthings:biomecrystal, Biome Crystal -randomthings:positionfilter, Position Filter -randomthings:summoningpendulum, Summoning Pendulum -randomthings:beans:0, Bean -randomthings:beans:1, Lesser Magic Bean -randomthings:beans:2, Magic Bean -randomthings:beanstew, Bean Stew -randomthings:redstonetool, Redstone Tool -randomthings:waterwalkingboots, Water Walking Boots -randomthings:dungeonchestgenerator, Loot Generator -randomthings:lavacharm, Lava Charm -randomthings:lavawader, Lava Waders -randomthings:obsidianskull, Obsidian Skull -randomthings:obsidianskullring, Obsidian Skull Ring -randomthings:obsidianwaterwalkingboots, Obsidian Water Walking Boots -randomthings:magichood, Magic Hood -randomthings:imbue:0, Fire Imbue -randomthings:imbue:1, Poison Imbue -randomthings:imbue:2, Experience Imbue -randomthings:imbue:3, Wither Imbue -randomthings:bottleofair, Bottle of Air -randomthings:rezstone, Blood Stone -randomthings:enderletter, Ender Letter -randomthings:entityfilter, Entity Filter -randomthings:ingredient:0, Sakanade Spores -randomthings:ingredient:1, Evil Tear -randomthings:ingredient:2, Ectoplasm -randomthings:ingredient:3, Spectre Ingot -randomthings:ingredient:4, Biome Sensor -randomthings:ingredient:5, Luminous Powder -randomthings:ingredient:6, Super Lubricent Tincture -randomthings:ingredient:7, Floo Powder -randomthings:ingredient:8, Plate Base -randomthings:ingredient:9, Precious Emerald -randomthings:ingredient:10, Lotus Blossom -randomthings:ingredient:11, Golden Egg -randomthings:ingredient:12, Spectre String -randomthings:ingredient:13, Blackout Powder -randomthings:itemfilter, Item Filter -randomthings:redstoneactivator, Redstone Activator -randomthings:redstoneremote, Redstone Remote -randomthings:goldencompass, Golden Compass -randomthings:blazeandsteel, Blaze and Steel -randomthings:runepattern, Rune Pattern -randomthings:superlubricentboots, Super Lubricent Boots -randomthings:floosign, Floo Sign -randomthings:idcard, ID Card -randomthings:emeraldcompass, Emerald Compass -randomthings:flootoken, Floo Token -randomthings:portkey, Portkey -randomthings:lotusseeds, Lotus Seeds -randomthings:soundpattern, Sound Pattern -randomthings:soundrecorder, Sound Recorder -randomthings:portablesounddampener, Portable Sound Dampener -randomthings:escaperope, Escape Rope -randomthings:weatheregg:0, Weather Egg -randomthings:weatheregg:1, Weather Egg -randomthings:weatheregg:2, Weather Egg -randomthings:enderbucket, Ender Bucket -randomthings:reinforcedenderbucket, Reinforced Ender Bucket -randomthings:chunkanalyzer, Chunk Analyzer -randomthings:floopouch, Floo Pouch -randomthings:timeinabottle, Time in a bottle -randomthings:spectreilluminator, Spectre Illuminator -randomthings:spectrecharger:0, Spectre Charger -randomthings:spectrecharger:1, Redstone Spectre Charger -randomthings:spectrecharger:2, Ender Spectre Charger -randomthings:spectrecharger:3, Genesis Spectre Charger -randomthings:eclipsedclock, Eclipsed Clock -randomthings:grassseeds:0, Grass Seeds -randomthings:grassseeds:1, White Grass Seeds -randomthings:grassseeds:2, Orange Grass Seeds -randomthings:grassseeds:3, Magenta Grass Seeds -randomthings:grassseeds:4, Light Grass Seeds -randomthings:grassseeds:5, Yellow Grass Seeds -randomthings:grassseeds:6, Lime Grass Seeds -randomthings:grassseeds:7, Pink Grass Seeds -randomthings:grassseeds:8, Gray Grass Seeds -randomthings:grassseeds:9, Light Gray Grass Seeds -randomthings:grassseeds:10, Cyan Grass Seeds -randomthings:grassseeds:11, Purple Grass Seeds -randomthings:grassseeds:12, Blue Grass Seeds -randomthings:grassseeds:13, Brown Grass Seeds -randomthings:grassseeds:14, Green Grass Seeds -randomthings:grassseeds:15, Red Grass Seeds -randomthings:grassseeds:16, Black Grass Seeds -randomthings:spectrekey, Spectre Key -randomthings:spectreanchor, Spectre Anchor -randomthings:spectresword, Spectre Sword -randomthings:spectrepickaxe, Spectre Pickaxe -randomthings:spectreaxe, Spectre Axe -randomthings:spectreshovel, Spectre Shovel -randomthings:runedust:0, White Runic Dust -randomthings:runedust:1, Orange Runic Dust -randomthings:runedust:2, Magenta Runic Dust -randomthings:runedust:3, Light Blue Runic Dust -randomthings:runedust:4, Yellow Runic Dust -randomthings:runedust:5, Lime Runic Dust -randomthings:runedust:6, Pink Runic Dust -randomthings:runedust:7, Gray Runic Dust -randomthings:runedust:8, Silver Runic Dust -randomthings:runedust:9, Cyan Runic Dust -randomthings:runedust:10, Purple Runic Dust -randomthings:runedust:11, Blue Runic Dust -randomthings:runedust:12, Brown Runic Dust -randomthings:runedust:13, Green Runic Dust -randomthings:runedust:14, Red Runic Dust -randomthings:runedust:15, Black Runic Dust -malisisblocks:vanishing_block, tile.vanishing_block.name -malisisblocks:vanishingcopier, item.vanishingCopier.name -malisisblocks:block_mixer, Block Mixer -malisisblocks:mixed_block, Mixed Block -malisisblocks:player_sensor, Player Sensor -malisisblocks:swapper, Swapper -malisisdoors:wood_sliding_door, Wooden Glass Door -malisisdoors:iron_sliding_door, Iron Glass Door -malisisdoors:jail_door, Jail Door -malisisdoors:laboratory_door, Laboratory Door -malisisdoors:factory_door, Factory Door -malisisdoors:shoji_door, Shoji Door -malisisdoors:curtain_white, White Curtain -malisisdoors:curtain_orange, Orange Curtain -malisisdoors:curtain_magenta, Magenta Curtain -malisisdoors:curtain_light_blue, Light Blue Curtain -malisisdoors:curtain_yellow, Yellow Curtain -malisisdoors:curtain_lime, Lime Curtain -malisisdoors:curtain_pink, Pink Curtain -malisisdoors:curtain_gray, Gray Curtain -malisisdoors:curtain_silver, SilverCurtain -malisisdoors:curtain_cyan, Cyan Curtain -malisisdoors:curtain_purple, Purple Curtain -malisisdoors:curtain_blue, Blue Curtain -malisisdoors:curtain_brown, Brown Curtain -malisisdoors:curtain_green, Green Curtain -malisisdoors:curtain_red, Red Curtain -malisisdoors:curtain_black, Black Curtain -malisisdoors:customdooritem, Custom Door -malisisdoors:saloon, Saloon Door -malisisdoors:sliding_trapdoor, Sliding Trapdoor -malisisdoors:trapdoor_acacia, Acacia Trapdoor -malisisdoors:trapdoor_birch, Birch Trapdoor -malisisdoors:trapdoor_dark_oak, Dark Oak Trapdoor -malisisdoors:trapdoor_jungle, Jungle Trapdoor -malisisdoors:trapdoor_spruce, Spruce Trapdoor -malisisdoors:camofencegate, Camo Fence Gate -malisisdoors:verticalhatch, Reinforced Door -malisisdoors:garage_door, Garage Door -malisisdoors:carriage_door, Carriage Door -malisisdoors:medieval_door, Medieval Door -malisisdoors:big_door_oak_3x3, Large Oak Double Doors -malisisdoors:big_door_spruce_3x3, Large Spruce Double Doors -malisisdoors:big_door_birch_3x3, Large Birch Double Doors -malisisdoors:big_door_jungle_3x3, Large Jungle Double Doors -malisisdoors:big_door_acacia_3x3, Large Acacia Double Doors -malisisdoors:big_door_dark_oak_3x3, Large Dark Oak Double Doors -malisisdoors:big_door_iron_3x3, Large Iron Double Doors -malisisdoors:big_door_rusty_3x3, Large Rusty Iron Double Doors -malisisdoors:rustyhatch, Rusty Hatch -malisisdoors:rustyhandle, Rusty Handle -malisisdoors:rustyladder, Rusty Ladder -malisisdoors:door_factory, Door Factory -malisisdoors:forcefielditem, Forcefield Controller -malisisdoors:hitechdoor, Hi-tech Door -openblocks:ladder, Jaded Ladder -openblocks:guide, Building Guide -openblocks:builder_guide, Enhanced Building Guide -openblocks:elevator:0, Elevator -openblocks:elevator:1, Elevator -openblocks:elevator:2, Elevator -openblocks:elevator:3, Elevator -openblocks:elevator:4, Elevator -openblocks:elevator:5, Elevator -openblocks:elevator:6, Elevator -openblocks:elevator:7, Elevator -openblocks:elevator:8, Elevator -openblocks:elevator:9, Elevator -openblocks:elevator:10, Elevator -openblocks:elevator:11, Elevator -openblocks:elevator:12, Elevator -openblocks:elevator:13, Elevator -openblocks:elevator:14, Elevator -openblocks:elevator:15, Elevator -openblocks:elevator_rotating:0, Rotating Elevator -openblocks:elevator_rotating:1, Rotating Elevator -openblocks:elevator_rotating:2, Rotating Elevator -openblocks:elevator_rotating:3, Rotating Elevator -openblocks:elevator_rotating:4, Rotating Elevator -openblocks:elevator_rotating:5, Rotating Elevator -openblocks:elevator_rotating:6, Rotating Elevator -openblocks:elevator_rotating:7, Rotating Elevator -openblocks:elevator_rotating:8, Rotating Elevator -openblocks:elevator_rotating:9, Rotating Elevator -openblocks:elevator_rotating:10, Rotating Elevator -openblocks:elevator_rotating:11, Rotating Elevator -openblocks:elevator_rotating:12, Rotating Elevator -openblocks:elevator_rotating:13, Rotating Elevator -openblocks:elevator_rotating:14, Rotating Elevator -openblocks:elevator_rotating:15, Rotating Elevator -openblocks:heal, Healer -openblocks:target, Target -openblocks:grave, Grave -openblocks:flag:5, Flag -openblocks:tank, Tank -openblocks:trophy, Trophy -openblocks:beartrap, Bear Trap -openblocks:sprinkler, Sprinkler -openblocks:cannon, Item Cannon -openblocks:vacuum_hopper, Vacuum Hopper -openblocks:sponge, Sponge -openblocks:big_button, Stone Big Button -openblocks:big_button_wood, Wooden Big Button -openblocks:imaginary:0, Magic Pencil -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:imaginary:1, Magic Crayon -openblocks:fan, Fan -openblocks:xp_bottler, XP Bottler -openblocks:village_highlighter, Village Highlighter -openblocks:path, Path -openblocks:auto_anvil, Auto Anvil -openblocks:auto_enchantment_table, Auto Enchantment Table -openblocks:xp_drain, XP Drain -openblocks:block_breaker, Block Breaker -openblocks:block_placer, Block Placer -openblocks:item_dropper, Item Dropper -openblocks:rope_ladder, Rope Ladder -openblocks:donation_station, Donation Station -openblocks:paint_mixer, Paint Mixer -openblocks:canvas, Canvas -openblocks:paint_can, Paint Can -openblocks:canvas_glass, Canvas -openblocks:projector, Height Map Projector -openblocks:drawing_table, Drawing Table -openblocks:sky:0, Sky Block -openblocks:sky:1, Sky Block -openblocks:xp_shower, XP Shower -openblocks:golden_egg, Golden Egg -openblocks:scaffolding, Scaffolding -openblocks:hang_glider, Hang Glider -openblocks:generic:0, Glider Wing -openblocks:generic:1, Beam -openblocks:generic:2, Crane Engine -openblocks:generic:3, Crane Magnet -openblocks:generic:5, Line -openblocks:generic:6, Map Controller Module -openblocks:generic:7, Map Memory Module -openblocks:generic:9, Assistant's base -openblocks:generic:10, Unprepared Stencil -openblocks:generic:11, Sketching Pencil -openblocks:luggage, Luggage -openblocks:sonic_glasses, Sonic Glasses -openblocks:pencil_glasses:0, Pencil Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:crayon_glasses:0, Crayon Glasses -openblocks:technicolor_glasses:0, Amazing Technicolor Glasses -openblocks:serious_glasses:0, Badass Glasses -openblocks:crane_control, Crane Control -openblocks:crane_backpack, Crane Backpack -openblocks:slimalyzer, Slimalyzer -openblocks:xp_bucket, XP Bucket -openblocks:sleeping_bag, Sleeping Bag -openblocks:paintbrush, Paint Brush -openblocks:stencil:0, Stencil -openblocks:stencil:1, Stencil -openblocks:stencil:2, Stencil -openblocks:stencil:3, Stencil -openblocks:stencil:4, Stencil -openblocks:stencil:5, Stencil -openblocks:stencil:6, Stencil -openblocks:stencil:7, Stencil -openblocks:stencil:8, Stencil -openblocks:stencil:9, Stencil -openblocks:stencil:10, Stencil -openblocks:stencil:11, Stencil -openblocks:stencil:12, Stencil -openblocks:stencil:13, Stencil -openblocks:stencil:14, Stencil -openblocks:squeegee, Squeegee -openblocks:empty_map, Empty Map -openblocks:cartographer:0, Cartographer -openblocks:tasty_clay, Tasty Clay -openblocks:golden_eye, Golden eye -openblocks:generic_unstackable:0, Pointer -openblocks:cursor, Cursor -openblocks:info_book, World Domination with OpenBlocks -openblocks:dev_null, /dev/null -openblocks:sponge_on_a_stick, Sponge -openblocks:pedometer, Pedometer -openblocks:epic_eraser, Epic Eraser -openblocks:wrench, Big Metal Bar -openblocks:glyph:32, ' ' Glyph -openblocks:glyph:48, '0' Glyph -openblocks:glyph:49, '1' Glyph -openblocks:glyph:50, '2' Glyph -openblocks:glyph:51, '3' Glyph -openblocks:glyph:52, '4' Glyph -openblocks:glyph:53, '5' Glyph -openblocks:glyph:54, '6' Glyph -openblocks:glyph:55, '7' Glyph -openblocks:glyph:56, '8' Glyph -openblocks:glyph:57, '9' Glyph -openblocks:glyph:65, 'A' Glyph -openblocks:glyph:66, 'B' Glyph -openblocks:glyph:67, 'C' Glyph -openblocks:glyph:68, 'D' Glyph -openblocks:glyph:69, 'E' Glyph -openblocks:glyph:70, 'F' Glyph -openblocks:glyph:71, 'G' Glyph -openblocks:glyph:72, 'H' Glyph -openblocks:glyph:73, 'I' Glyph -openblocks:glyph:74, 'J' Glyph -openblocks:glyph:75, 'K' Glyph -openblocks:glyph:76, 'L' Glyph -openblocks:glyph:77, 'M' Glyph -openblocks:glyph:78, 'N' Glyph -openblocks:glyph:79, 'O' Glyph -openblocks:glyph:80, 'P' Glyph -openblocks:glyph:81, 'Q' Glyph -openblocks:glyph:82, 'R' Glyph -openblocks:glyph:83, 'S' Glyph -openblocks:glyph:84, 'T' Glyph -openblocks:glyph:85, 'U' Glyph -openblocks:glyph:86, 'V' Glyph -openblocks:glyph:87, 'W' Glyph -openblocks:glyph:88, 'X' Glyph -openblocks:glyph:89, 'Y' Glyph -openblocks:glyph:90, 'Z' Glyph -openblocks:glyph:97, 'a' Glyph -openblocks:glyph:98, 'b' Glyph -openblocks:glyph:99, 'c' Glyph -openblocks:glyph:100, 'd' Glyph -openblocks:glyph:101, 'e' Glyph -openblocks:glyph:102, 'f' Glyph -openblocks:glyph:103, 'g' Glyph -openblocks:glyph:104, 'h' Glyph -openblocks:glyph:105, 'i' Glyph -openblocks:glyph:106, 'j' Glyph -openblocks:glyph:107, 'k' Glyph -openblocks:glyph:108, 'l' Glyph -openblocks:glyph:109, 'm' Glyph -openblocks:glyph:110, 'n' Glyph -openblocks:glyph:111, 'o' Glyph -openblocks:glyph:112, 'p' Glyph -openblocks:glyph:113, 'q' Glyph -openblocks:glyph:114, 'r' Glyph -openblocks:glyph:115, 's' Glyph -openblocks:glyph:116, 't' Glyph -openblocks:glyph:117, 'u' Glyph -openblocks:glyph:118, 'v' Glyph -openblocks:glyph:119, 'w' Glyph -openblocks:glyph:120, 'x' Glyph -openblocks:glyph:121, 'y' Glyph -openblocks:glyph:122, 'z' Glyph -packagedauto:packager, Packager -packagedauto:encoder, Package Recipe Encoder -packagedauto:unpackager, Unpackager -packagedauto:packager_extension, Packager Extension -packagedauto:distributor, Positioned Package Distributor -packagedauto:recipe_holder, Package Recipe Holder -packagedauto:distributor_marker, Distributor Marker -packagedauto:package, Recipe Package -packagedauto:package_component, Packaging Component -packagedauto:me_package_component, ME Packaging Component -packagedavaritia:extreme_crafter, Extreme Package Crafter -packagedexcrafting:basic_crafter, Basic Package Crafter -packagedexcrafting:advanced_crafter, Advanced Package Crafter -packagedexcrafting:elite_crafter, Elite Package Crafter -packagedexcrafting:ultimate_crafter, Ultimate Package Crafter -packagedexcrafting:ender_crafter, Ender Package Crafter -packagedexcrafting:combination_crafter, Combination Package Crafter -packagedexcrafting:marked_pedestal, Marked Pedestal -projectred-core:resource_item:0, Circuit Plate -projectred-core:resource_item:1, Conductive Plate -projectred-core:resource_item:2, Wired Plate -projectred-core:resource_item:3, Bundled Plate -projectred-core:resource_item:4, Platformed Plate -projectred-core:resource_item:10, Anode -projectred-core:resource_item:11, Cathode -projectred-core:resource_item:12, Pointer -projectred-core:resource_item:20, Silicon Chip -projectred-core:resource_item:21, Energized Silicon Chip -projectred-core:resource_item:100, Copper Ingot -projectred-core:resource_item:101, Tin Ingot -projectred-core:resource_item:102, Silver Ingot -projectred-core:resource_item:103, Red Alloy Ingot -projectred-core:resource_item:104, Electrotine Alloy Ingot -projectred-core:resource_item:105, Electrotine -projectred-core:resource_item:200, Ruby -projectred-core:resource_item:201, Sapphire -projectred-core:resource_item:202, Peridot -projectred-core:resource_item:250, Sandy Coal Compound -projectred-core:resource_item:251, Red Iron Compound -projectred-core:resource_item:252, Electrotine Iron Compound -projectred-core:resource_item:300, Silicon Boule -projectred-core:resource_item:301, Silicon -projectred-core:resource_item:310, Red Silicon Compound -projectred-core:resource_item:311, Glowing Silicon Compound -projectred-core:resource_item:312, Electrotine Silicon Compound -projectred-core:resource_item:320, Infused Silicon -projectred-core:resource_item:341, Energized Silicon -projectred-core:resource_item:342, Electro Silicon -projectred-core:resource_item:400, Copper Coil -projectred-core:resource_item:401, Iron Coil -projectred-core:resource_item:402, Gold Coil -projectred-core:resource_item:410, Motor -projectred-core:resource_item:420, Woven Cloth -projectred-core:resource_item:421, Sail -projectred-core:resource_item:500, White Illumar -projectred-core:resource_item:501, Orange Illumar -projectred-core:resource_item:502, Magenta Illumar -projectred-core:resource_item:503, Light Blue Illumar -projectred-core:resource_item:504, Yellow Illumar -projectred-core:resource_item:505, Lime Illumar -projectred-core:resource_item:506, Pink Illumar -projectred-core:resource_item:507, Grey Illumar -projectred-core:resource_item:508, Light Grey Illumar -projectred-core:resource_item:509, Cyan Illumar -projectred-core:resource_item:510, Purple Illumar -projectred-core:resource_item:511, Blue Illumar -projectred-core:resource_item:512, Brown Illumar -projectred-core:resource_item:513, Green Illumar -projectred-core:resource_item:514, Red Illumar -projectred-core:resource_item:515, Black Illumar -projectred-core:resource_item:600, Null-Logic Routing Chip -projectred-core:drawplate, Draw Plate -projectred-core:screwdriver, Screwdriver -projectred-core:multimeter, Multimeter -redstonearsenal:storage:0, Fluxed Electrum Block -redstonearsenal:storage:1, Flux Crystal Block -redstonearsenal:material:0, Fluxed Electrum Blend -redstonearsenal:material:32, Fluxed Electrum Ingot -redstonearsenal:material:64, Fluxed Electrum Nugget -redstonearsenal:material:96, Fluxed Electrum Gear -redstonearsenal:material:128, Fluxed Electrum Plate -redstonearsenal:material:160, Flux Crystal -redstonearsenal:material:192, Obsidian Rod -redstonearsenal:material:193, Flux-Infused Obsidian Rod -redstonearsenal:material:224, Fluxed Armor Plating -redstonearsenal:util.quiver_flux, Flux-Infused Quiver -redstonearsenal:armor.helmet_flux, Flux-Infused Helm -redstonearsenal:armor.plate_flux, Flux-Infused Chestplate -redstonearsenal:armor.legs_flux, Flux-Infused Leggings -redstonearsenal:armor.boots_flux, Flux-Infused Boots -redstonearsenal:tool.wrench_flux, Flux-Infused OmniWrench -redstonearsenal:tool.battlewrench_flux, Flux-Infused BattleWrench -redstonearsenal:tool.sword_flux, Flux-Infused Sword -redstonearsenal:tool.shovel_flux, Flux-Infused Shovel -redstonearsenal:tool.pickaxe_flux, Flux-Infused Pickaxe -redstonearsenal:tool.axe_flux, Flux-Infused Axe -redstonearsenal:tool.bow_flux, Flux-Infused Bow -redstonearsenal:tool.fishing_rod_flux, Flux-Infused Fishing Rod -redstonearsenal:tool.sickle_flux, Flux-Infused Sickle -redstonearsenal:tool.hammer_flux, Flux-Infused Hammer -redstonearsenal:tool.excavator_flux, Flux-Infused Excavator -redstonearsenal:tool.shield_flux, Flux-Infused Shield -thermaldynamics:duct_0:0, Leadstone Fluxduct -thermaldynamics:duct_0:1, Hardened Fluxduct -thermaldynamics:duct_0:2, Redstone Energy Fluxduct -thermaldynamics:duct_0:3, Signalum Fluxduct -thermaldynamics:duct_0:4, Resonant Fluxduct -thermaldynamics:duct_0:5, Cryo-Stabilized Fluxduct -thermaldynamics:duct_0:6, Redstone Energy Fluxduct (Empty) -thermaldynamics:duct_0:7, Signalum Fluxduct (Empty) -thermaldynamics:duct_0:8, Resonant Fluxduct (Empty) -thermaldynamics:duct_0:9, Cryo-Stabilized Fluxduct (Empty) -thermaldynamics:duct_16:0, Fluiduct -thermaldynamics:duct_16:1, Fluiduct (Opaque) -thermaldynamics:duct_16:2, Hardened Fluiduct -thermaldynamics:duct_16:3, Hardened Fluiduct (Opaque) -thermaldynamics:duct_16:4, Signalum-Plated Fluiduct -thermaldynamics:duct_16:5, Signalum-Plated Fluiduct (Opaque) -thermaldynamics:duct_16:6, Super-Laminar Fluiduct -thermaldynamics:duct_16:7, Super-Laminar Fluiduct (Opaque) -thermaldynamics:duct_32:0, Vacuum Itemduct -thermaldynamics:duct_32:0, Dense Itemduct -thermaldynamics:duct_32:0, Itemduct -thermaldynamics:duct_32:1, Vacuum Itemduct (Opaque) -thermaldynamics:duct_32:1, Dense Itemduct (Opaque) -thermaldynamics:duct_32:1, Itemduct (Opaque) -thermaldynamics:duct_32:2, Vacuum Impulse Itemduct -thermaldynamics:duct_32:2, Dense Impulse Itemduct -thermaldynamics:duct_32:2, Impulse Itemduct -thermaldynamics:duct_32:3, Vacuum Impulse Itemduct (Opaque) -thermaldynamics:duct_32:3, Dense Impulse Itemduct (Opaque) -thermaldynamics:duct_32:3, Impulse Itemduct (Opaque) -thermaldynamics:duct_32:4, Vacuum Signalum-Plated Itemduct -thermaldynamics:duct_32:4, Dense Signalum-Plated Itemduct -thermaldynamics:duct_32:4, Signalum-Plated Itemduct -thermaldynamics:duct_32:5, Vacuum Signalum-Plated Itemduct (Opaque) -thermaldynamics:duct_32:5, Dense Signalum-Plated Itemduct (Opaque) -thermaldynamics:duct_32:5, Signalum-Plated Itemduct (Opaque) -thermaldynamics:duct_32:6, Vacuum Signalum-Plated Impulse Itemduct -thermaldynamics:duct_32:6, Dense Signalum-Plated Impulse Itemduct -thermaldynamics:duct_32:6, Signalum-Plated Impulse Itemduct -thermaldynamics:duct_32:7, Vacuum Signalum-Plated Impulse Itemduct (Opaque) -thermaldynamics:duct_32:7, Dense Signalum-Plated Impulse Itemduct (Opaque) -thermaldynamics:duct_32:7, Signalum-Plated Impulse Itemduct (Opaque) -thermaldynamics:duct_48:0, Structuralduct -thermaldynamics:duct_64:0, Viaduct -thermaldynamics:duct_64:1, Long Range Viaduct -thermaldynamics:duct_64:2, Long Range Linking Viaduct -thermaldynamics:duct_64:3, Viaduct (Untreated) -thermaldynamics:servo:0, Servo -thermaldynamics:servo:1, Hardened Servo -thermaldynamics:servo:2, Reinforced Servo -thermaldynamics:servo:3, Signalum Servo -thermaldynamics:servo:4, Resonant Servo -thermaldynamics:filter:0, Filter -thermaldynamics:filter:1, Hardened Filter -thermaldynamics:filter:2, Reinforced Filter -thermaldynamics:filter:3, Signalum Filter -thermaldynamics:filter:4, Resonant Filter -thermaldynamics:retriever:0, Retriever -thermaldynamics:retriever:1, Hardened Retriever -thermaldynamics:retriever:2, Reinforced Retriever -thermaldynamics:retriever:3, Signalum Retriever -thermaldynamics:retriever:4, Resonant Retriever -thermaldynamics:relay:0, Redstone Relay -thermaldynamics:cover:0, Stone Cover -thermaldynamics:cover:0, Granite Cover -thermaldynamics:cover:0, Polished Granite Cover -thermaldynamics:cover:0, Diorite Cover -thermaldynamics:cover:0, Polished Diorite Cover -thermaldynamics:cover:0, Andesite Cover -thermaldynamics:cover:0, Polished Andesite Cover -thermaldynamics:cover:0, Grass Block Cover -thermaldynamics:cover:0, Dirt Cover -thermaldynamics:cover:0, Coarse Dirt Cover -thermaldynamics:cover:0, Podzol Cover -thermaldynamics:cover:0, Cobblestone Cover -thermaldynamics:cover:0, Oak Wood Planks Cover -thermaldynamics:cover:0, Spruce Wood Planks Cover -thermaldynamics:cover:0, Birch Wood Planks Cover -thermaldynamics:cover:0, Jungle Wood Planks Cover -thermaldynamics:cover:0, Acacia Wood Planks Cover -thermaldynamics:cover:0, Dark Oak Wood Planks Cover -thermaldynamics:cover:0, Bedrock Cover -thermaldynamics:cover:0, Sand Cover -thermaldynamics:cover:0, Red Sand Cover -thermaldynamics:cover:0, Gravel Cover -thermaldynamics:cover:0, Gold Ore Cover -thermaldynamics:cover:0, Iron Ore Cover -thermaldynamics:cover:0, Coal Ore Cover -thermaldynamics:cover:0, Oak Wood Cover -thermaldynamics:cover:0, Spruce Wood Cover -thermaldynamics:cover:0, Birch Wood Cover -thermaldynamics:cover:0, Jungle Wood Cover -thermaldynamics:cover:0, Oak Leaves Cover -thermaldynamics:cover:0, Spruce Leaves Cover -thermaldynamics:cover:0, Birch Leaves Cover -thermaldynamics:cover:0, Jungle Leaves Cover -thermaldynamics:cover:0, Sponge Cover -thermaldynamics:cover:0, Wet Sponge Cover -thermaldynamics:cover:0, Glass Cover -thermaldynamics:cover:0, Lapis Lazuli Ore Cover -thermaldynamics:cover:0, Lapis Lazuli Block Cover -thermaldynamics:cover:0, Sandstone Cover -thermaldynamics:cover:0, Chiseled Sandstone Cover -thermaldynamics:cover:0, Smooth Sandstone Cover -thermaldynamics:cover:0, White Wool Cover -thermaldynamics:cover:0, Orange Wool Cover -thermaldynamics:cover:0, Magenta Wool Cover -thermaldynamics:cover:0, Light Blue Wool Cover -thermaldynamics:cover:0, Yellow Wool Cover -thermaldynamics:cover:0, Lime Wool Cover -thermaldynamics:cover:0, Pink Wool Cover -thermaldynamics:cover:0, Gray Wool Cover -thermaldynamics:cover:0, Light Gray Wool Cover -thermaldynamics:cover:0, Cyan Wool Cover -thermaldynamics:cover:0, Purple Wool Cover -thermaldynamics:cover:0, Blue Wool Cover -thermaldynamics:cover:0, Brown Wool Cover -thermaldynamics:cover:0, Green Wool Cover -thermaldynamics:cover:0, Red Wool Cover -thermaldynamics:cover:0, Black Wool Cover -thermaldynamics:cover:0, Block of Gold Cover -thermaldynamics:cover:0, Block of Iron Cover -thermaldynamics:cover:0, Stone Slab Cover -thermaldynamics:cover:0, Sandstone Slab Cover -thermaldynamics:cover:0, Cobblestone Slab Cover -thermaldynamics:cover:0, Bricks Slab Cover -thermaldynamics:cover:0, Stone Bricks Slab Cover -thermaldynamics:cover:0, Nether Brick Slab Cover -thermaldynamics:cover:0, Quartz Slab Cover -thermaldynamics:cover:0, Bricks Cover -thermaldynamics:cover:0, TNT Cover -thermaldynamics:cover:0, Bookshelf Cover -thermaldynamics:cover:0, Moss Stone Cover -thermaldynamics:cover:0, Obsidian Cover -thermaldynamics:cover:0, Oak Wood Stairs Cover -thermaldynamics:cover:0, Diamond Ore Cover -thermaldynamics:cover:0, Block of Diamond Cover -thermaldynamics:cover:0, Crafting Table Cover -thermaldynamics:cover:0, Cobblestone Stairs Cover -thermaldynamics:cover:0, Redstone Ore Cover -thermaldynamics:cover:0, Ice Cover -thermaldynamics:cover:0, Snow Cover -thermaldynamics:cover:0, Cactus Cover -thermaldynamics:cover:0, Clay Cover -thermaldynamics:cover:0, Pumpkin Cover -thermaldynamics:cover:0, Netherrack Cover -thermaldynamics:cover:0, Soul Sand Cover -thermaldynamics:cover:0, Glowstone Cover -thermaldynamics:cover:0, Jack o'Lantern Cover -thermaldynamics:cover:0, White Stained Glass Cover -thermaldynamics:cover:0, Orange Stained Glass Cover -thermaldynamics:cover:0, Magenta Stained Glass Cover -thermaldynamics:cover:0, Light Blue Stained Glass Cover -thermaldynamics:cover:0, Yellow Stained Glass Cover -thermaldynamics:cover:0, Lime Stained Glass Cover -thermaldynamics:cover:0, Pink Stained Glass Cover -thermaldynamics:cover:0, Gray Stained Glass Cover -thermaldynamics:cover:0, Light Gray Stained Glass Cover -thermaldynamics:cover:0, Cyan Stained Glass Cover -thermaldynamics:cover:0, Purple Stained Glass Cover -thermaldynamics:cover:0, Blue Stained Glass Cover -thermaldynamics:cover:0, Brown Stained Glass Cover -thermaldynamics:cover:0, Green Stained Glass Cover -thermaldynamics:cover:0, Red Stained Glass Cover -thermaldynamics:cover:0, Black Stained Glass Cover -thermaldynamics:cover:0, Stone Monster Egg Cover -thermaldynamics:cover:0, Cobblestone Monster Egg Cover -thermaldynamics:cover:0, Stone Brick Monster Egg Cover -thermaldynamics:cover:0, Mossy Stone Brick Monster Egg Cover -thermaldynamics:cover:0, Cracked Stone Brick Monster Egg Cover -thermaldynamics:cover:0, Chiseled Stone Brick Monster Egg Cover -thermaldynamics:cover:0, Stone Bricks Cover -thermaldynamics:cover:0, Mossy Stone Bricks Cover -thermaldynamics:cover:0, Cracked Stone Bricks Cover -thermaldynamics:cover:0, Chiseled Stone Bricks Cover -thermaldynamics:cover:0, Iron Bars Cover -thermaldynamics:cover:0, Glass Pane Cover -thermaldynamics:cover:0, Melon Cover -thermaldynamics:cover:0, Brick Stairs Cover -thermaldynamics:cover:0, Stone Brick Stairs Cover -thermaldynamics:cover:0, Mycelium Cover -thermaldynamics:cover:0, Nether Brick Cover -thermaldynamics:cover:0, Nether Brick Stairs Cover -thermaldynamics:cover:0, End Portal Cover -thermaldynamics:cover:0, End Stone Cover -thermaldynamics:cover:0, Redstone Lamp Cover -thermaldynamics:cover:0, Oak Wood Slab Cover -thermaldynamics:cover:0, Spruce Wood Slab Cover -thermaldynamics:cover:0, Birch Wood Slab Cover -thermaldynamics:cover:0, Jungle Wood Slab Cover -thermaldynamics:cover:0, Acacia Wood Slab Cover -thermaldynamics:cover:0, Dark Oak Wood Slab Cover -thermaldynamics:cover:0, Sandstone Stairs Cover -thermaldynamics:cover:0, Emerald Ore Cover -thermaldynamics:cover:0, Tripwire Hook Cover -thermaldynamics:cover:0, Block of Emerald Cover -thermaldynamics:cover:0, Spruce Wood Stairs Cover -thermaldynamics:cover:0, Birch Wood Stairs Cover -thermaldynamics:cover:0, Jungle Wood Stairs Cover -thermaldynamics:cover:0, Block of Redstone Cover -thermaldynamics:cover:0, Nether Quartz Ore Cover -thermaldynamics:cover:0, Block of Quartz Cover -thermaldynamics:cover:0, Chiseled Quartz Block Cover -thermaldynamics:cover:0, Pillar Quartz Block Cover -thermaldynamics:cover:0, Quartz Stairs Cover -thermaldynamics:cover:0, White Terracotta Cover -thermaldynamics:cover:0, Orange Terracotta Cover -thermaldynamics:cover:0, Magenta Terracotta Cover -thermaldynamics:cover:0, Light Blue Terracotta Cover -thermaldynamics:cover:0, Yellow Terracotta Cover -thermaldynamics:cover:0, Lime Terracotta Cover -thermaldynamics:cover:0, Pink Terracotta Cover -thermaldynamics:cover:0, Gray Terracotta Cover -thermaldynamics:cover:0, Light Gray Terracotta Cover -thermaldynamics:cover:0, Cyan Terracotta Cover -thermaldynamics:cover:0, Purple Terracotta Cover -thermaldynamics:cover:0, Blue Terracotta Cover -thermaldynamics:cover:0, Brown Terracotta Cover -thermaldynamics:cover:0, Green Terracotta Cover -thermaldynamics:cover:0, Red Terracotta Cover -thermaldynamics:cover:0, Black Terracotta Cover -thermaldynamics:cover:0, White Stained Glass Pane Cover -thermaldynamics:cover:0, Orange Stained Glass Pane Cover -thermaldynamics:cover:0, Magenta Stained Glass Pane Cover -thermaldynamics:cover:0, Light Blue Stained Glass Pane Cover -thermaldynamics:cover:0, Yellow Stained Glass Pane Cover -thermaldynamics:cover:0, Lime Stained Glass Pane Cover -thermaldynamics:cover:0, Pink Stained Glass Pane Cover -thermaldynamics:cover:0, Gray Stained Glass Pane Cover -thermaldynamics:cover:0, Light Gray Stained Glass Pane Cover -thermaldynamics:cover:0, Cyan Stained Glass Pane Cover -thermaldynamics:cover:0, Purple Stained Glass Pane Cover -thermaldynamics:cover:0, Blue Stained Glass Pane Cover -thermaldynamics:cover:0, Brown Stained Glass Pane Cover -thermaldynamics:cover:0, Green Stained Glass Pane Cover -thermaldynamics:cover:0, Red Stained Glass Pane Cover -thermaldynamics:cover:0, Black Stained Glass Pane Cover -thermaldynamics:cover:0, Acacia Leaves Cover -thermaldynamics:cover:0, Dark Oak Leaves Cover -thermaldynamics:cover:0, Acacia Wood Cover -thermaldynamics:cover:0, Dark Oak Wood Cover -thermaldynamics:cover:0, Acacia Wood Stairs Cover -thermaldynamics:cover:0, Dark Oak Wood Stairs Cover -thermaldynamics:cover:0, Slime Block Cover -thermaldynamics:cover:0, Prismarine Cover -thermaldynamics:cover:0, Prismarine Bricks Cover -thermaldynamics:cover:0, Dark Prismarine Cover -thermaldynamics:cover:0, Sea Lantern Cover -thermaldynamics:cover:0, Hay Bale Cover -thermaldynamics:cover:0, Terracotta Cover -thermaldynamics:cover:0, Block of Coal Cover -thermaldynamics:cover:0, Packed Ice Cover -thermaldynamics:cover:0, Red Sandstone Cover -thermaldynamics:cover:0, Chiseled Red Sandstone Cover -thermaldynamics:cover:0, Smooth Red Sandstone Cover -thermaldynamics:cover:0, Red Sandstone Stairs Cover -thermaldynamics:cover:0, Red Sandstone Slab Cover -thermaldynamics:cover:0, Purpur Block Cover -thermaldynamics:cover:0, Purpur Pillar Cover -thermaldynamics:cover:0, Purpur Stairs Cover -thermaldynamics:cover:0, Purpur Slab Cover -thermaldynamics:cover:0, End Stone Bricks Cover -thermaldynamics:cover:0, Magma Block Cover -thermaldynamics:cover:0, Nether Wart Block Cover -thermaldynamics:cover:0, Red Nether Brick Cover -thermaldynamics:cover:0, Bone Block Cover -thermaldynamics:cover:0, Observer Cover -thermaldynamics:cover:0, White Glazed Terracotta Cover -thermaldynamics:cover:0, Orange Glazed Terracotta Cover -thermaldynamics:cover:0, Magenta Glazed Terracotta Cover -thermaldynamics:cover:0, Light Blue Glazed Terracotta Cover -thermaldynamics:cover:0, Yellow Glazed Terracotta Cover -thermaldynamics:cover:0, Lime Glazed Terracotta Cover -thermaldynamics:cover:0, Pink Glazed Terracotta Cover -thermaldynamics:cover:0, Gray Glazed Terracotta Cover -thermaldynamics:cover:0, Light Gray Glazed Terracotta Cover -thermaldynamics:cover:0, Cyan Glazed Terracotta Cover -thermaldynamics:cover:0, Purple Glazed Terracotta Cover -thermaldynamics:cover:0, Blue Glazed Terracotta Cover -thermaldynamics:cover:0, Brown Glazed Terracotta Cover -thermaldynamics:cover:0, Green Glazed Terracotta Cover -thermaldynamics:cover:0, Red Glazed Terracotta Cover -thermaldynamics:cover:0, Black Glazed Terracotta Cover -thermaldynamics:cover:0, White Concrete Cover -thermaldynamics:cover:0, Orange Concrete Cover -thermaldynamics:cover:0, Magenta Concrete Cover -thermaldynamics:cover:0, Light Blue Concrete Cover -thermaldynamics:cover:0, Yellow Concrete Cover -thermaldynamics:cover:0, Lime Concrete Cover -thermaldynamics:cover:0, Pink Concrete Cover -thermaldynamics:cover:0, Gray Concrete Cover -thermaldynamics:cover:0, Light Gray Concrete Cover -thermaldynamics:cover:0, Cyan Concrete Cover -thermaldynamics:cover:0, Purple Concrete Cover -thermaldynamics:cover:0, Blue Concrete Cover -thermaldynamics:cover:0, Brown Concrete Cover -thermaldynamics:cover:0, Green Concrete Cover -thermaldynamics:cover:0, Red Concrete Cover -thermaldynamics:cover:0, Black Concrete Cover -thermaldynamics:cover:0, White Concrete Powder Cover -thermaldynamics:cover:0, Orange Concrete Powder Cover -thermaldynamics:cover:0, Magenta Concrete Powder Cover -thermaldynamics:cover:0, Light Blue Concrete Powder Cover -thermaldynamics:cover:0, Yellow Concrete Powder Cover -thermaldynamics:cover:0, Lime Concrete Powder Cover -thermaldynamics:cover:0, Pink Concrete Powder Cover -thermaldynamics:cover:0, Gray Concrete Powder Cover -thermaldynamics:cover:0, Light Gray Concrete Powder Cover -thermaldynamics:cover:0, Cyan Concrete Powder Cover -thermaldynamics:cover:0, Purple Concrete Powder Cover -thermaldynamics:cover:0, Blue Concrete Powder Cover -thermaldynamics:cover:0, Brown Concrete Powder Cover -thermaldynamics:cover:0, Green Concrete Powder Cover -thermaldynamics:cover:0, Red Concrete Powder Cover -thermaldynamics:cover:0, Black Concrete Powder Cover -thermaldynamics:cover:0, Copper Ore Cover -thermaldynamics:cover:0, Tin Ore Cover -thermaldynamics:cover:0, Silver Ore Cover -thermaldynamics:cover:0, Lead Ore Cover -thermaldynamics:cover:0, Aluminum Ore Cover -thermaldynamics:cover:0, Nickel Ore Cover -thermaldynamics:cover:0, Platinum Ore Cover -thermaldynamics:cover:0, Iridium Ore Cover -thermaldynamics:cover:0, Mithril Ore Cover -thermaldynamics:cover:0, Oil Sand Cover -thermaldynamics:cover:0, Oil Shale Cover -thermaldynamics:cover:0, Destabilized Redstone Ore Cover -thermaldynamics:cover:0, Energized Netherrack Cover -thermaldynamics:cover:0, Resonant End Stone Cover -thermaldynamics:cover:0, Oil Sand Cover -thermaldynamics:cover:0, Block of Copper Cover -thermaldynamics:cover:0, Block of Tin Cover -thermaldynamics:cover:0, Block of Silver Cover -thermaldynamics:cover:0, Block of Lead Cover -thermaldynamics:cover:0, Block of Aluminum Cover -thermaldynamics:cover:0, Block of Nickel Cover -thermaldynamics:cover:0, Block of Platinum Cover -thermaldynamics:cover:0, Block of Iridium Cover -thermaldynamics:cover:0, Block of Mithril Cover -thermaldynamics:cover:0, Block of Steel Cover -thermaldynamics:cover:0, Block of Electrum Cover -thermaldynamics:cover:0, Block of Invar Cover -thermaldynamics:cover:0, Block of Bronze Cover -thermaldynamics:cover:0, Block of Constantan Cover -thermaldynamics:cover:0, Block of Signalum Cover -thermaldynamics:cover:0, Block of Lumium Cover -thermaldynamics:cover:0, Block of Enderium Cover -thermaldynamics:cover:0, Block of Charcoal Cover -thermaldynamics:cover:0, Block of Coal Coke Cover -thermaldynamics:cover:0, Hardened Copper Glass Cover -thermaldynamics:cover:0, Hardened Tin Glass Cover -thermaldynamics:cover:0, Hardened Silver Glass Cover -thermaldynamics:cover:0, Hardened Glass Cover -thermaldynamics:cover:0, Hardened Aluminum Glass Cover -thermaldynamics:cover:0, Hardened Nickel Glass Cover -thermaldynamics:cover:0, Hardened Platinum Glass Cover -thermaldynamics:cover:0, Hardened Iridium Glass Cover -thermaldynamics:cover:0, Hardened Mithril Glass Cover -thermaldynamics:cover:0, Hardened Steel Glass Cover -thermaldynamics:cover:0, Hardened Electrum Glass Cover -thermaldynamics:cover:0, Hardened Invar Glass Cover -thermaldynamics:cover:0, Hardened Bronze Glass Cover -thermaldynamics:cover:0, Hardened Constantan Glass Cover -thermaldynamics:cover:0, Hardened Signalum Glass Cover -thermaldynamics:cover:0, Hardened Lumium Glass Cover -thermaldynamics:cover:0, Hardened Enderium Glass Cover -thermaldynamics:cover:0, Black Rockwool Cover -thermaldynamics:cover:0, Red Rockwool Cover -thermaldynamics:cover:0, Green Rockwool Cover -thermaldynamics:cover:0, Brown Rockwool Cover -thermaldynamics:cover:0, Blue Rockwool Cover -thermaldynamics:cover:0, Purple Rockwool Cover -thermaldynamics:cover:0, Cyan Rockwool Cover -thermaldynamics:cover:0, Light Gray Rockwool Cover -thermaldynamics:cover:0, Gray Rockwool Cover -thermaldynamics:cover:0, Pink Rockwool Cover -thermaldynamics:cover:0, Lime Rockwool Cover -thermaldynamics:cover:0, Yellow Rockwool Cover -thermaldynamics:cover:0, Light Blue Rockwool Cover -thermaldynamics:cover:0, Magenta Rockwool Cover -thermaldynamics:cover:0, Orange Rockwool Cover -thermaldynamics:cover:0, White Rockwool Cover -thermaldynamics:cover:0, Draconium Ore Cover -thermaldynamics:cover:0, Nether Draconium Ore Cover -thermaldynamics:cover:0, Ender Draconium Ore Cover -thermaldynamics:cover:0, Draconium Block Cover -thermaldynamics:cover:0, Chaotic Draconium Block Cover -thermaldynamics:cover:0, Awakened Draconium Block Cover -thermaldynamics:cover:0, Draconium Infused Obsidian Cover -thermaldynamics:cover:0, Dislocation Normalization Field Projector Cover -thermaldynamics:cover:0, Rain Sensor Cover -thermaldynamics:cover:0, Galena Ore Cover -thermaldynamics:cover:0, Iridium Ore Cover -thermaldynamics:cover:0, Reborn Ruby Ore Cover -thermaldynamics:cover:0, Reborn Sapphire Ore Cover -thermaldynamics:cover:0, Bauxite Ore Cover -thermaldynamics:cover:0, Pyrite Ore Cover -thermaldynamics:cover:0, Cinnabar Ore Cover -thermaldynamics:cover:0, Sphalerite Ore Cover -thermaldynamics:cover:0, Tungsten Ore Cover -thermaldynamics:cover:0, Sheldonite Ore Cover -thermaldynamics:cover:0, Reborn Peridot Ore Cover -thermaldynamics:cover:0, Sodalite Ore Cover -thermaldynamics:cover:0, Lead Ore Cover -thermaldynamics:cover:0, Silver Ore Cover -thermaldynamics:cover:0, Copper Ore Cover -thermaldynamics:cover:0, Tin Ore Cover -thermaldynamics:cover:0, Block of Silver Cover -thermaldynamics:cover:0, Block of Aluminium Cover -thermaldynamics:cover:0, Block of Titanium Cover -thermaldynamics:cover:0, Block of Chrome Cover -thermaldynamics:cover:0, Block of Steel Cover -thermaldynamics:cover:0, Block of Brass Cover -thermaldynamics:cover:0, Block of Lead Cover -thermaldynamics:cover:0, Block of Electrum Cover -thermaldynamics:cover:0, Block of Zinc Cover -thermaldynamics:cover:0, Block of Platinum Cover -thermaldynamics:cover:0, Block of Tungsten Cover -thermaldynamics:cover:0, Block of Nickel Cover -thermaldynamics:cover:0, Block of Invar Cover -thermaldynamics:cover:0, Block of Iridium Cover -thermaldynamics:cover:0, Block of Bronze Cover -thermaldynamics:cover:0, Block of Tungstensteel Cover -thermaldynamics:cover:0, Iridium Reinforced Tungstensteel Block Cover -thermaldynamics:cover:0, Iridium Reinforced Stone Cover -thermaldynamics:cover:0, Block of Reborn Ruby Cover -thermaldynamics:cover:0, Block of Reborn Sapphire Cover -thermaldynamics:cover:0, Block of Reborn Peridot Cover -thermaldynamics:cover:0, Block of Yellow Garnet Cover -thermaldynamics:cover:0, Block of Red Garnet Cover -thermaldynamics:cover:0, Block of Copper Cover -thermaldynamics:cover:0, Block of Tin Cover -thermaldynamics:cover:0, Block of Refined Iron Cover -thermaldynamics:cover:0, Solid-state Fusion Coil Cover -thermaldynamics:cover:0, Basic Machine Frame Cover -thermaldynamics:cover:0, Advanced Machine Frame Cover -thermaldynamics:cover:0, Highly Advanced Machine Frame Cover -thermaldynamics:cover:0, Rubber Wood Cover -thermaldynamics:cover:0, Rubber Wood Planks Cover -thermaldynamics:cover:0, Rubber Plank Slab Cover -thermaldynamics:cover:0, Rubber Plank Stair Cover -thermaldynamics:cover:0, Rubber Leaves Cover -thermaldynamics:cover:0, Rubber Sapling Cover -thermaldynamics:cover:0, Iron Fence Cover -thermaldynamics:cover:0, Reinforced Glass Cover -thermaldynamics:cover:0, Nuke Cover -thermaldynamics:cover:0, Bog Earth Cover -thermaldynamics:cover:0, Humus Cover -thermaldynamics:cover:0, Apatite Ore Cover -thermaldynamics:cover:0, Copper Ore Cover -thermaldynamics:cover:0, Tin Ore Cover -thermaldynamics:cover:0, Block of Apatite Cover -thermaldynamics:cover:0, Block of Copper Cover -thermaldynamics:cover:0, Block of Tin Cover -thermaldynamics:cover:0, Block of Bronze Cover -thermaldynamics:cover:0, Ash Bricks Cover -thermaldynamics:cover:0, Ash Brick Stairs Cover -thermaldynamics:cover:0, Larch Wood Cover -thermaldynamics:cover:0, Teak Wood Cover -thermaldynamics:cover:0, Desert Acacia Wood Cover -thermaldynamics:cover:0, Lime Wood Cover -thermaldynamics:cover:0, Chestnut Wood Cover -thermaldynamics:cover:0, Wenge Wood Cover -thermaldynamics:cover:0, Baobab Wood Cover -thermaldynamics:cover:0, Sequoia Wood Cover -thermaldynamics:cover:0, Kapok Wood Cover -thermaldynamics:cover:0, Ebony Wood Cover -thermaldynamics:cover:0, Mahogany Wood Cover -thermaldynamics:cover:0, Balsa Wood Cover -thermaldynamics:cover:0, Willow Wood Cover -thermaldynamics:cover:0, Walnut Wood Cover -thermaldynamics:cover:0, Greenheart Wood Cover -thermaldynamics:cover:0, Cherry Wood Cover -thermaldynamics:cover:0, Mahoe Wood Cover -thermaldynamics:cover:0, Poplar Wood Cover -thermaldynamics:cover:0, Palm Wood Cover -thermaldynamics:cover:0, Papaya Wood Cover -thermaldynamics:cover:0, Pine Wood Cover -thermaldynamics:cover:0, Plum Wood Cover -thermaldynamics:cover:0, Maple Wood Cover -thermaldynamics:cover:0, Citrus Wood Cover -thermaldynamics:cover:0, Giant Sequoia Wood Cover -thermaldynamics:cover:0, Ipe Wood Cover -thermaldynamics:cover:0, Padauk Wood Cover -thermaldynamics:cover:0, Cocobolo Wood Cover -thermaldynamics:cover:0, Zebrawood Wood Cover -thermaldynamics:cover:0, Larch Wood (Fireproof) Cover -thermaldynamics:cover:0, Teak Wood (Fireproof) Cover -thermaldynamics:cover:0, Desert Acacia Wood (Fireproof) Cover -thermaldynamics:cover:0, Lime Wood (Fireproof) Cover -thermaldynamics:cover:0, Chestnut Wood (Fireproof) Cover -thermaldynamics:cover:0, Wenge Wood (Fireproof) Cover -thermaldynamics:cover:0, Baobab Wood (Fireproof) Cover -thermaldynamics:cover:0, Sequoia Wood (Fireproof) Cover -thermaldynamics:cover:0, Kapok Wood (Fireproof) Cover -thermaldynamics:cover:0, Ebony Wood (Fireproof) Cover -thermaldynamics:cover:0, Mahogany Wood (Fireproof) Cover -thermaldynamics:cover:0, Balsa Wood (Fireproof) Cover -thermaldynamics:cover:0, Willow Wood (Fireproof) Cover -thermaldynamics:cover:0, Walnut Wood (Fireproof) Cover -thermaldynamics:cover:0, Greenheart Wood (Fireproof) Cover -thermaldynamics:cover:0, Cherry Wood (Fireproof) Cover -thermaldynamics:cover:0, Mahoe Wood (Fireproof) Cover -thermaldynamics:cover:0, Poplar Wood (Fireproof) Cover -thermaldynamics:cover:0, Palm Wood (Fireproof) Cover -thermaldynamics:cover:0, Papaya Wood (Fireproof) Cover -thermaldynamics:cover:0, Pine Wood (Fireproof) Cover -thermaldynamics:cover:0, Plum Wood (Fireproof) Cover -thermaldynamics:cover:0, Maple Wood (Fireproof) Cover -thermaldynamics:cover:0, Citrus Wood (Fireproof) Cover -thermaldynamics:cover:0, Giant Sequoia Wood (Fireproof) Cover -thermaldynamics:cover:0, Ipe Wood (Fireproof) Cover -thermaldynamics:cover:0, Padauk Wood (Fireproof) Cover -thermaldynamics:cover:0, Cocobolo Wood (Fireproof) Cover -thermaldynamics:cover:0, Zebrawood Wood (Fireproof) Cover -thermaldynamics:cover:0, Oak Wood (Fireproof) Cover -thermaldynamics:cover:0, Spruce Wood (Fireproof) Cover -thermaldynamics:cover:0, Birch Wood (Fireproof) Cover -thermaldynamics:cover:0, Jungle Wood (Fireproof) Cover -thermaldynamics:cover:0, Acacia Wood (Fireproof) Cover -thermaldynamics:cover:0, Dark Oak Wood (Fireproof) Cover -thermaldynamics:cover:0, Larch Wood Planks Cover -thermaldynamics:cover:0, Teak Wood Planks Cover -thermaldynamics:cover:0, Desert Acacia Wood Planks Cover -thermaldynamics:cover:0, Lime Wood Planks Cover -thermaldynamics:cover:0, Chestnut Wood Planks Cover -thermaldynamics:cover:0, Wenge Wood Planks Cover -thermaldynamics:cover:0, Baobab Wood Planks Cover -thermaldynamics:cover:0, Sequoia Wood Planks Cover -thermaldynamics:cover:0, Kapok Wood Planks Cover -thermaldynamics:cover:0, Ebony Wood Planks Cover -thermaldynamics:cover:0, Mahogany Wood Planks Cover -thermaldynamics:cover:0, Balsa Wood Planks Cover -thermaldynamics:cover:0, Willow Wood Planks Cover -thermaldynamics:cover:0, Walnut Wood Planks Cover -thermaldynamics:cover:0, Greenheart Wood Planks Cover -thermaldynamics:cover:0, Cherry Wood Planks Cover -thermaldynamics:cover:0, Mahoe Wood Planks Cover -thermaldynamics:cover:0, Poplar Wood Planks Cover -thermaldynamics:cover:0, Palm Wood Planks Cover -thermaldynamics:cover:0, Papaya Wood Planks Cover -thermaldynamics:cover:0, Pine Wood Planks Cover -thermaldynamics:cover:0, Plum Wood Planks Cover -thermaldynamics:cover:0, Maple Wood Planks Cover -thermaldynamics:cover:0, Citrus Wood Planks Cover -thermaldynamics:cover:0, Giant Sequoia Wood Planks Cover -thermaldynamics:cover:0, Ipe Wood Planks Cover -thermaldynamics:cover:0, Padauk Wood Planks Cover -thermaldynamics:cover:0, Cocobolo Wood Planks Cover -thermaldynamics:cover:0, Zebrawood Wood Planks Cover -thermaldynamics:cover:0, Larch Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Teak Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Desert Acacia Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Lime Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Chestnut Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Wenge Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Baobab Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Sequoia Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Kapok Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Ebony Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Mahogany Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Balsa Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Willow Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Walnut Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Greenheart Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Cherry Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Mahoe Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Poplar Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Palm Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Papaya Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Pine Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Plum Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Maple Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Citrus Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Giant Sequoia Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Ipe Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Padauk Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Cocobolo Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Zebrawood Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Oak Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Spruce Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Birch Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Jungle Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Acacia Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Dark Oak Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Larch Wood Slab Cover -thermaldynamics:cover:0, Teak Wood Slab Cover -thermaldynamics:cover:0, Desert Acacia Wood Slab Cover -thermaldynamics:cover:0, Lime Wood Slab Cover -thermaldynamics:cover:0, Chestnut Wood Slab Cover -thermaldynamics:cover:0, Wenge Wood Slab Cover -thermaldynamics:cover:0, Baobab Wood Slab Cover -thermaldynamics:cover:0, Sequoia Wood Slab Cover -thermaldynamics:cover:0, Kapok Wood Slab Cover -thermaldynamics:cover:0, Ebony Wood Slab Cover -thermaldynamics:cover:0, Mahogany Wood Slab Cover -thermaldynamics:cover:0, Balsa Wood Slab Cover -thermaldynamics:cover:0, Willow Wood Slab Cover -thermaldynamics:cover:0, Walnut Wood Slab Cover -thermaldynamics:cover:0, Greenheart Wood Slab Cover -thermaldynamics:cover:0, Cherry Wood Slab Cover -thermaldynamics:cover:0, Mahoe Wood Slab Cover -thermaldynamics:cover:0, Poplar Wood Slab Cover -thermaldynamics:cover:0, Palm Wood Slab Cover -thermaldynamics:cover:0, Papaya Wood Slab Cover -thermaldynamics:cover:0, Pine Wood Slab Cover -thermaldynamics:cover:0, Plum Wood Slab Cover -thermaldynamics:cover:0, Maple Wood Slab Cover -thermaldynamics:cover:0, Citrus Wood Slab Cover -thermaldynamics:cover:0, Giant Sequoia Wood Slab Cover -thermaldynamics:cover:0, Ipe Wood Slab Cover -thermaldynamics:cover:0, Padauk Wood Slab Cover -thermaldynamics:cover:0, Cocobolo Wood Slab Cover -thermaldynamics:cover:0, Zebrawood Wood Slab Cover -thermaldynamics:cover:0, Larch Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Teak Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Desert Acacia Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Lime Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Chestnut Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Wenge Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Baobab Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Sequoia Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Kapok Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Ebony Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Mahogany Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Balsa Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Willow Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Walnut Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Greenheart Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Cherry Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Mahoe Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Poplar Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Palm Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Papaya Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Pine Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Plum Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Maple Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Citrus Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Giant Sequoia Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Ipe Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Padauk Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Cocobolo Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Zebrawood Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Oak Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Spruce Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Birch Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Jungle Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Acacia Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Dark Oak Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Larch Fence Cover -thermaldynamics:cover:0, Teak Fence Cover -thermaldynamics:cover:0, Desert Acacia Fence Cover -thermaldynamics:cover:0, Lime Fence Cover -thermaldynamics:cover:0, Chestnut Fence Cover -thermaldynamics:cover:0, Wenge Fence Cover -thermaldynamics:cover:0, Baobab Fence Cover -thermaldynamics:cover:0, Sequoia Fence Cover -thermaldynamics:cover:0, Kapok Fence Cover -thermaldynamics:cover:0, Ebony Fence Cover -thermaldynamics:cover:0, Mahogany Fence Cover -thermaldynamics:cover:0, Balsa Fence Cover -thermaldynamics:cover:0, Willow Fence Cover -thermaldynamics:cover:0, Walnut Fence Cover -thermaldynamics:cover:0, Greenheart Fence Cover -thermaldynamics:cover:0, Cherry Fence Cover -thermaldynamics:cover:0, Mahoe Fence Cover -thermaldynamics:cover:0, Poplar Fence Cover -thermaldynamics:cover:0, Palm Fence Cover -thermaldynamics:cover:0, Papaya Fence Cover -thermaldynamics:cover:0, Pine Fence Cover -thermaldynamics:cover:0, Plum Fence Cover -thermaldynamics:cover:0, Maple Fence Cover -thermaldynamics:cover:0, Citrus Fence Cover -thermaldynamics:cover:0, Giant Sequoia Fence Cover -thermaldynamics:cover:0, Ipe Fence Cover -thermaldynamics:cover:0, Padauk Fence Cover -thermaldynamics:cover:0, Cocobolo Fence Cover -thermaldynamics:cover:0, Zebrawood Fence Cover -thermaldynamics:cover:0, Larch Fence (Fireproof) Cover -thermaldynamics:cover:0, Teak Fence (Fireproof) Cover -thermaldynamics:cover:0, Desert Acacia Fence (Fireproof) Cover -thermaldynamics:cover:0, Lime Fence (Fireproof) Cover -thermaldynamics:cover:0, Chestnut Fence (Fireproof) Cover -thermaldynamics:cover:0, Wenge Fence (Fireproof) Cover -thermaldynamics:cover:0, Baobab Fence (Fireproof) Cover -thermaldynamics:cover:0, Sequoia Fence (Fireproof) Cover -thermaldynamics:cover:0, Kapok Fence (Fireproof) Cover -thermaldynamics:cover:0, Ebony Fence (Fireproof) Cover -thermaldynamics:cover:0, Mahogany Fence (Fireproof) Cover -thermaldynamics:cover:0, Balsa Fence (Fireproof) Cover -thermaldynamics:cover:0, Willow Fence (Fireproof) Cover -thermaldynamics:cover:0, Walnut Fence (Fireproof) Cover -thermaldynamics:cover:0, Greenheart Fence (Fireproof) Cover -thermaldynamics:cover:0, Cherry Fence (Fireproof) Cover -thermaldynamics:cover:0, Mahoe Fence (Fireproof) Cover -thermaldynamics:cover:0, Poplar Fence (Fireproof) Cover -thermaldynamics:cover:0, Palm Fence (Fireproof) Cover -thermaldynamics:cover:0, Papaya Fence (Fireproof) Cover -thermaldynamics:cover:0, Pine Fence (Fireproof) Cover -thermaldynamics:cover:0, Plum Fence (Fireproof) Cover -thermaldynamics:cover:0, Maple Fence (Fireproof) Cover -thermaldynamics:cover:0, Citrus Fence (Fireproof) Cover -thermaldynamics:cover:0, Giant Sequoia Fence (Fireproof) Cover -thermaldynamics:cover:0, Ipe Fence (Fireproof) Cover -thermaldynamics:cover:0, Padauk Fence (Fireproof) Cover -thermaldynamics:cover:0, Cocobolo Fence (Fireproof) Cover -thermaldynamics:cover:0, Zebrawood Fence (Fireproof) Cover -thermaldynamics:cover:0, Oak Fence (Fireproof) Cover -thermaldynamics:cover:0, Spruce Fence (Fireproof) Cover -thermaldynamics:cover:0, Birch Fence (Fireproof) Cover -thermaldynamics:cover:0, Jungle Fence (Fireproof) Cover -thermaldynamics:cover:0, Acacia Fence (Fireproof) Cover -thermaldynamics:cover:0, Dark Oak Fence (Fireproof) Cover -thermaldynamics:cover:0, Larch Fence Gate Cover -thermaldynamics:cover:0, Larch Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Teak Fence Gate Cover -thermaldynamics:cover:0, Teak Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Desert Acacia Fence Gate Cover -thermaldynamics:cover:0, Desert Acacia Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Lime Fence Gate Cover -thermaldynamics:cover:0, Lime Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Chestnut Fence Gate Cover -thermaldynamics:cover:0, Chestnut Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Wenge Fence Gate Cover -thermaldynamics:cover:0, Wenge Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Baobab Fence Gate Cover -thermaldynamics:cover:0, Baobab Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Sequoia Fence Gate Cover -thermaldynamics:cover:0, Sequoia Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Kapok Fence Gate Cover -thermaldynamics:cover:0, Kapok Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Ebony Fence Gate Cover -thermaldynamics:cover:0, Ebony Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Mahogany Fence Gate Cover -thermaldynamics:cover:0, Mahogany Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Balsa Fence Gate Cover -thermaldynamics:cover:0, Balsa Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Willow Fence Gate Cover -thermaldynamics:cover:0, Willow Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Walnut Fence Gate Cover -thermaldynamics:cover:0, Walnut Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Greenheart Fence Gate Cover -thermaldynamics:cover:0, Greenheart Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Cherry Fence Gate Cover -thermaldynamics:cover:0, Cherry Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Mahoe Fence Gate Cover -thermaldynamics:cover:0, Mahoe Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Poplar Fence Gate Cover -thermaldynamics:cover:0, Poplar Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Palm Fence Gate Cover -thermaldynamics:cover:0, Palm Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Papaya Fence Gate Cover -thermaldynamics:cover:0, Papaya Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Pine Fence Gate Cover -thermaldynamics:cover:0, Pine Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Plum Fence Gate Cover -thermaldynamics:cover:0, Plum Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Maple Fence Gate Cover -thermaldynamics:cover:0, Maple Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Citrus Fence Gate Cover -thermaldynamics:cover:0, Citrus Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Giant Sequoia Fence Gate Cover -thermaldynamics:cover:0, Giant Sequoia Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Ipe Fence Gate Cover -thermaldynamics:cover:0, Ipe Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Padauk Fence Gate Cover -thermaldynamics:cover:0, Padauk Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Cocobolo Fence Gate Cover -thermaldynamics:cover:0, Cocobolo Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Zebrawood Fence Gate Cover -thermaldynamics:cover:0, Zebrawood Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Oak Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Spruce Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Birch Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Jungle Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Acacia Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Dark Oak Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Larch Stairs Cover -thermaldynamics:cover:0, Teak Stairs Cover -thermaldynamics:cover:0, Desert Acacia Stairs Cover -thermaldynamics:cover:0, Lime Stairs Cover -thermaldynamics:cover:0, Chestnut Stairs Cover -thermaldynamics:cover:0, Wenge Stairs Cover -thermaldynamics:cover:0, Baobab Stairs Cover -thermaldynamics:cover:0, Sequoia Stairs Cover -thermaldynamics:cover:0, Kapok Stairs Cover -thermaldynamics:cover:0, Ebony Stairs Cover -thermaldynamics:cover:0, Mahogany Stairs Cover -thermaldynamics:cover:0, Balsa Stairs Cover -thermaldynamics:cover:0, Willow Stairs Cover -thermaldynamics:cover:0, Walnut Stairs Cover -thermaldynamics:cover:0, Greenheart Stairs Cover -thermaldynamics:cover:0, Cherry Stairs Cover -thermaldynamics:cover:0, Mahoe Stairs Cover -thermaldynamics:cover:0, Poplar Stairs Cover -thermaldynamics:cover:0, Palm Stairs Cover -thermaldynamics:cover:0, Papaya Stairs Cover -thermaldynamics:cover:0, Pine Stairs Cover -thermaldynamics:cover:0, Plum Stairs Cover -thermaldynamics:cover:0, Maple Stairs Cover -thermaldynamics:cover:0, Citrus Stairs Cover -thermaldynamics:cover:0, Giant Sequoia Stairs Cover -thermaldynamics:cover:0, Ipe Stairs Cover -thermaldynamics:cover:0, Padauk Stairs Cover -thermaldynamics:cover:0, Cocobolo Stairs Cover -thermaldynamics:cover:0, Zebrawood Stairs Cover -thermaldynamics:cover:0, Larch Stairs (Fireproof) Cover -thermaldynamics:cover:0, Teak Stairs (Fireproof) Cover -thermaldynamics:cover:0, Desert Acacia Stairs (Fireproof) Cover -thermaldynamics:cover:0, Lime Stairs (Fireproof) Cover -thermaldynamics:cover:0, Chestnut Stairs (Fireproof) Cover -thermaldynamics:cover:0, Wenge Stairs (Fireproof) Cover -thermaldynamics:cover:0, Baobab Stairs (Fireproof) Cover -thermaldynamics:cover:0, Sequoia Stairs (Fireproof) Cover -thermaldynamics:cover:0, Kapok Stairs (Fireproof) Cover -thermaldynamics:cover:0, Ebony Stairs (Fireproof) Cover -thermaldynamics:cover:0, Mahogany Stairs (Fireproof) Cover -thermaldynamics:cover:0, Balsa Stairs (Fireproof) Cover -thermaldynamics:cover:0, Willow Stairs (Fireproof) Cover -thermaldynamics:cover:0, Walnut Stairs (Fireproof) Cover -thermaldynamics:cover:0, Greenheart Stairs (Fireproof) Cover -thermaldynamics:cover:0, Cherry Stairs (Fireproof) Cover -thermaldynamics:cover:0, Mahoe Stairs (Fireproof) Cover -thermaldynamics:cover:0, Poplar Stairs (Fireproof) Cover -thermaldynamics:cover:0, Palm Stairs (Fireproof) Cover -thermaldynamics:cover:0, Papaya Stairs (Fireproof) Cover -thermaldynamics:cover:0, Pine Stairs (Fireproof) Cover -thermaldynamics:cover:0, Plum Stairs (Fireproof) Cover -thermaldynamics:cover:0, Maple Stairs (Fireproof) Cover -thermaldynamics:cover:0, Citrus Stairs (Fireproof) Cover -thermaldynamics:cover:0, Giant Sequoia Stairs (Fireproof) Cover -thermaldynamics:cover:0, Ipe Stairs (Fireproof) Cover -thermaldynamics:cover:0, Padauk Stairs (Fireproof) Cover -thermaldynamics:cover:0, Cocobolo Stairs (Fireproof) Cover -thermaldynamics:cover:0, Zebrawood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Oak Wood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Spruce Wood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Birch Wood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Jungle Wood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Acacia Wood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Dark Oak Wood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Larch Door Cover -thermaldynamics:cover:0, Teak Door Cover -thermaldynamics:cover:0, Desert Acacia Door Cover -thermaldynamics:cover:0, Lime Door Cover -thermaldynamics:cover:0, Chestnut Door Cover -thermaldynamics:cover:0, Wenge Door Cover -thermaldynamics:cover:0, Baobab Door Cover -thermaldynamics:cover:0, Sequoia Door Cover -thermaldynamics:cover:0, Kapok Door Cover -thermaldynamics:cover:0, Ebony Door Cover -thermaldynamics:cover:0, Mahogany Door Cover -thermaldynamics:cover:0, Balsa Door Cover -thermaldynamics:cover:0, Willow Door Cover -thermaldynamics:cover:0, Walnut Door Cover -thermaldynamics:cover:0, Greenheart Door Cover -thermaldynamics:cover:0, Cherry Door Cover -thermaldynamics:cover:0, Mahoe Door Cover -thermaldynamics:cover:0, Poplar Door Cover -thermaldynamics:cover:0, Palm Door Cover -thermaldynamics:cover:0, Papaya Door Cover -thermaldynamics:cover:0, Pine Door Cover -thermaldynamics:cover:0, Plum Door Cover -thermaldynamics:cover:0, Maple Door Cover -thermaldynamics:cover:0, Citrus Door Cover -thermaldynamics:cover:0, Giant Sequoia Door Cover -thermaldynamics:cover:0, Ipe Door Cover -thermaldynamics:cover:0, Padauk Door Cover -thermaldynamics:cover:0, Cocobolo Door Cover -thermaldynamics:cover:0, Zebrawood Door Cover -thermaldynamics:cover:0, Apple Oak Leaves Cover -thermaldynamics:cover:0, Dark Oak Leaves Cover -thermaldynamics:cover:0, Silver Birch Leaves Cover -thermaldynamics:cover:0, Silver Lime Leaves Cover -thermaldynamics:cover:0, Common Walnut Leaves Cover -thermaldynamics:cover:0, Sweet Chestnut Leaves Cover -thermaldynamics:cover:0, Hill Cherry Leaves Cover -thermaldynamics:cover:0, Lemon Leaves Cover -thermaldynamics:cover:0, Plum Leaves Cover -thermaldynamics:cover:0, Sugar Maple Leaves Cover -thermaldynamics:cover:0, Red Spruce Leaves Cover -thermaldynamics:cover:0, Mundane Larch Leaves Cover -thermaldynamics:cover:0, Bull Pine Leaves Cover -thermaldynamics:cover:0, Coast Sequoia Leaves Cover -thermaldynamics:cover:0, Giant Sequoia Leaves Cover -thermaldynamics:cover:0, Jungle Leaves Cover -thermaldynamics:cover:0, Teak Leaves Cover -thermaldynamics:cover:0, Ipe Leaves Cover -thermaldynamics:cover:0, Kapok Leaves Cover -thermaldynamics:cover:0, Myrtle Ebony Leaves Cover -thermaldynamics:cover:0, Zebrawood Leaves Cover -thermaldynamics:cover:0, Yellow Meranti Leaves Cover -thermaldynamics:cover:0, Acacia Leaves Cover -thermaldynamics:cover:0, Desert Acacia Leaves Cover -thermaldynamics:cover:0, Padauk Leaves Cover -thermaldynamics:cover:0, Balsa Leaves Cover -thermaldynamics:cover:0, Cocobolo Leaves Cover -thermaldynamics:cover:0, Wenge Leaves Cover -thermaldynamics:cover:0, Grandidier's Baobab Leaves Cover -thermaldynamics:cover:0, Blue Mahoe Leaves Cover -thermaldynamics:cover:0, White Willow Leaves Cover -thermaldynamics:cover:0, Sipiri Leaves Cover -thermaldynamics:cover:0, Papaya Leaves Cover -thermaldynamics:cover:0, Date Palm Leaves Cover -thermaldynamics:cover:0, White Poplar Leaves Cover -thermaldynamics:cover:0, Candle Stump Cover -thermaldynamics:cover:0, Honey Comb Block Cover -thermaldynamics:cover:0, Simmering Comb Block Cover -thermaldynamics:cover:0, Stringy Comb Block Cover -thermaldynamics:cover:0, Frozen Comb Block Cover -thermaldynamics:cover:0, Dripping Comb Block Cover -thermaldynamics:cover:0, Silky Comb Block Cover -thermaldynamics:cover:0, Parched Comb Block Cover -thermaldynamics:cover:0, Mossy Comb Block Cover -thermaldynamics:cover:0, Mellow Comb Block Cover -thermaldynamics:cover:0, Block of Charcoal Cover -thermaldynamics:cover:0, Wood Pile Cover -thermaldynamics:cover:0, Decorative Wood Pile Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Nickel-Iron Battery Cover -thermaldynamics:cover:0, Nickel-Zinc Battery Cover -thermaldynamics:cover:0, Zinc-Carbon Battery Cover -thermaldynamics:cover:0, Expended Zinc-Carbon Battery Cover -thermaldynamics:cover:0, Zinc-Silver Battery Cover -thermaldynamics:cover:0, Expended Zinc-Silver Battery Cover -thermaldynamics:cover:0, Charge Trap Cover -thermaldynamics:cover:0, Wire Support Frame Cover -thermaldynamics:cover:0, Charge Shunting Wire Cover -thermaldynamics:cover:0, Steel Anvil Cover -thermaldynamics:cover:0, Steel Anvil Cover -thermaldynamics:cover:0, Steel Anvil Cover -thermaldynamics:cover:0, Block of Coal Coke Cover -thermaldynamics:cover:0, Block of Copper Cover -thermaldynamics:cover:0, Block of Tin Cover -thermaldynamics:cover:0, Block of Lead Cover -thermaldynamics:cover:0, Block of Silver Cover -thermaldynamics:cover:0, Block of Steel Cover -thermaldynamics:cover:0, Block of Bronze Cover -thermaldynamics:cover:0, Block of Nickel Cover -thermaldynamics:cover:0, Block of Invar Cover -thermaldynamics:cover:0, Block of Zinc Cover -thermaldynamics:cover:0, Block of Brass Cover -thermaldynamics:cover:0, Elevator Track Cover -thermaldynamics:cover:0, Abandoned Track Cover -thermaldynamics:cover:0, Electric Track Cover -thermaldynamics:cover:0, High Speed Track Cover -thermaldynamics:cover:0, High Speed Electric Track Cover -thermaldynamics:cover:0, Reinforced Track Cover -thermaldynamics:cover:0, Strap Iron Track Cover -thermaldynamics:cover:0, Abyssal Stone Cover -thermaldynamics:cover:0, Jaded Stone Cover -thermaldynamics:cover:0, Quarried Stone Cover -thermaldynamics:cover:0, Crushed Obsidian Cover -thermaldynamics:cover:0, Sulfur Ore Cover -thermaldynamics:cover:0, Saltpeter Ore Cover -thermaldynamics:cover:0, Dark Diamond Ore Cover -thermaldynamics:cover:0, Dark Emerald Ore Cover -thermaldynamics:cover:0, Dark Lapis Lazuli Ore Cover -thermaldynamics:cover:0, Copper Ore Cover -thermaldynamics:cover:0, Tin Ore Cover -thermaldynamics:cover:0, Lead Ore Cover -thermaldynamics:cover:0, Silver Ore Cover -thermaldynamics:cover:0, Nickel Ore Cover -thermaldynamics:cover:0, Zinc Ore Cover -thermaldynamics:cover:0, Poor Iron Ore Cover -thermaldynamics:cover:0, Poor Gold Ore Cover -thermaldynamics:cover:0, Poor Copper Ore Cover -thermaldynamics:cover:0, Poor Tin Ore Cover -thermaldynamics:cover:0, Poor Lead Ore Cover -thermaldynamics:cover:0, Poor Silver Ore Cover -thermaldynamics:cover:0, Poor Nickel Ore Cover -thermaldynamics:cover:0, Poor Zinc Ore Cover -thermaldynamics:cover:0, tile.railcraft.ore.magic.name Cover -thermaldynamics:cover:0, Saltpeter Ore Spawner Cover -thermaldynamics:cover:0, Abyssal Stone Paver Cover -thermaldynamics:cover:0, Abyssal Stone Brick Cover -thermaldynamics:cover:0, Polished Abyssal Stone Cover -thermaldynamics:cover:0, Chiseled Abyssal Stone Cover -thermaldynamics:cover:0, Etched Abyssal Stone Cover -thermaldynamics:cover:0, Abyssal Cobblestone Cover -thermaldynamics:cover:0, Bleached Bone Stone Paver Cover -thermaldynamics:cover:0, Bleached Bone Stone Brick Cover -thermaldynamics:cover:0, Polished Bleached Bone Stone Cover -thermaldynamics:cover:0, Chiseled Bleached Bone Stone Cover -thermaldynamics:cover:0, Etched Bleached Bone Stone Cover -thermaldynamics:cover:0, Bleached Bone Cobblestone Cover -thermaldynamics:cover:0, Blood Stained Stone Paver Cover -thermaldynamics:cover:0, Blood Stained Stone Brick Cover -thermaldynamics:cover:0, Polished Blood Stained Stone Cover -thermaldynamics:cover:0, Chiseled Blood Stained Stone Cover -thermaldynamics:cover:0, Etched Blood Stained Stone Cover -thermaldynamics:cover:0, Blood Stained Cobblestone Cover -thermaldynamics:cover:0, Frost Bound Stone Paver Cover -thermaldynamics:cover:0, Frost Bound Stone Brick Cover -thermaldynamics:cover:0, Polished Frost Bound Stone Cover -thermaldynamics:cover:0, Chiseled Frost Bound Stone Cover -thermaldynamics:cover:0, Etched Frost Bound Stone Cover -thermaldynamics:cover:0, Frost Bound Cobblestone Cover -thermaldynamics:cover:0, Infernal Stone Paver Cover -thermaldynamics:cover:0, Infernal Stone Brick Cover -thermaldynamics:cover:0, Polished Infernal Stone Cover -thermaldynamics:cover:0, Chiseled Infernal Stone Cover -thermaldynamics:cover:0, Etched Infernal Stone Cover -thermaldynamics:cover:0, Infernal Cobblestone Cover -thermaldynamics:cover:0, Jaded Stone Paver Cover -thermaldynamics:cover:0, Jaded Stone Brick Cover -thermaldynamics:cover:0, Polished Jaded Stone Cover -thermaldynamics:cover:0, Chiseled Jaded Stone Cover -thermaldynamics:cover:0, Etched Jaded Stone Cover -thermaldynamics:cover:0, Jaded Cobblestone Cover -thermaldynamics:cover:0, Quarried Paver Cover -thermaldynamics:cover:0, Quarried Brick Cover -thermaldynamics:cover:0, Polished Quarried Stone Cover -thermaldynamics:cover:0, Chiseled Quarried Stone Cover -thermaldynamics:cover:0, Etched Quarried Stone Cover -thermaldynamics:cover:0, Quarried Cobblestone Cover -thermaldynamics:cover:0, Sandy Stone Paver Cover -thermaldynamics:cover:0, Sandy Stone Brick Cover -thermaldynamics:cover:0, Polished Sandy Stone Cover -thermaldynamics:cover:0, Chiseled Sandy Stone Cover -thermaldynamics:cover:0, Etched Sandy Stone Cover -thermaldynamics:cover:0, Sandy Cobblestone Cover -thermaldynamics:cover:0, Badlands Stone Paver Cover -thermaldynamics:cover:0, Badlands Stone Brick Cover -thermaldynamics:cover:0, Polished Badlands Stone Cover -thermaldynamics:cover:0, Chiseled Badlands Stone Cover -thermaldynamics:cover:0, Etched Badlands Stone Cover -thermaldynamics:cover:0, Badlands Cobblestone Cover -thermaldynamics:cover:0, Fitted Nether Brick Cover -thermaldynamics:cover:0, Polished Nether Stone Cover -thermaldynamics:cover:0, Chiseled Nether Stone Cover -thermaldynamics:cover:0, Etched Nether Stone Cover -thermaldynamics:cover:0, Nether Cobblestone Cover -thermaldynamics:cover:0, Red Nether Brick Cover -thermaldynamics:cover:0, Polished Red Nether Stone Cover -thermaldynamics:cover:0, Chiseled Red Nether Stone Cover -thermaldynamics:cover:0, Etched Red Nether Stone Cover -thermaldynamics:cover:0, Red Nether Cobblestone Cover -thermaldynamics:cover:0, Andesite Paver Cover -thermaldynamics:cover:0, Andesite Brick Cover -thermaldynamics:cover:0, Chiseled Andesite Cover -thermaldynamics:cover:0, Etched Andesite Cover -thermaldynamics:cover:0, Andesite Cobblestone Cover -thermaldynamics:cover:0, Diorite Paver Cover -thermaldynamics:cover:0, Diorite Brick Cover -thermaldynamics:cover:0, Chiseled Diorite Cover -thermaldynamics:cover:0, Etched Diorite Cover -thermaldynamics:cover:0, Diorite Cobblestone Cover -thermaldynamics:cover:0, Granite Paver Cover -thermaldynamics:cover:0, Granite Brick Cover -thermaldynamics:cover:0, Chiseled Granite Cover -thermaldynamics:cover:0, Etched Granite Cover -thermaldynamics:cover:0, Granite Cobblestone Cover -thermaldynamics:cover:0, Pearlized Paver Cover -thermaldynamics:cover:0, Pearlized Stone Brick Cover -thermaldynamics:cover:0, Polished Pearlized Stone Cover -thermaldynamics:cover:0, Chiseled Pearlized Stone Cover -thermaldynamics:cover:0, Etched Pearlized Stone Cover -thermaldynamics:cover:0, Pearlized Cobblestone Cover -thermaldynamics:cover:0, Strengthened Glass Cover -thermaldynamics:cover:0, Orange Strengthened Glass Cover -thermaldynamics:cover:0, Magenta Strengthened Glass Cover -thermaldynamics:cover:0, Light Blue Strengthened Glass Cover -thermaldynamics:cover:0, Yellow Strengthened Glass Cover -thermaldynamics:cover:0, Lime Strengthened Glass Cover -thermaldynamics:cover:0, Pink Strengthened Glass Cover -thermaldynamics:cover:0, Gray Strengthened Glass Cover -thermaldynamics:cover:0, Light Gray Strengthened Glass Cover -thermaldynamics:cover:0, Cyan Strengthened Glass Cover -thermaldynamics:cover:0, Purple Strengthened Glass Cover -thermaldynamics:cover:0, Blue Strengthened Glass Cover -thermaldynamics:cover:0, Brown Strengthened Glass Cover -thermaldynamics:cover:0, Green Strengthened Glass Cover -thermaldynamics:cover:0, Red Strengthened Glass Cover -thermaldynamics:cover:0, Black Strengthened Glass Cover -thermaldynamics:cover:0, Creosote Wood Block Cover -thermaldynamics:cover:0, Creosote Wood Stairs Cover -thermaldynamics:cover:0, Creosote Wood Slab Cover -thermaldynamics:cover:0, White Reinforced Concrete Cover -thermaldynamics:cover:0, Orange Reinforced Concrete Cover -thermaldynamics:cover:0, Magenta Reinforced Concrete Cover -thermaldynamics:cover:0, Light Blue Reinforced Concrete Cover -thermaldynamics:cover:0, Yellow Reinforced Concrete Cover -thermaldynamics:cover:0, Lime Reinforced Concrete Cover -thermaldynamics:cover:0, Pink Reinforced Concrete Cover -thermaldynamics:cover:0, Gray Reinforced Concrete Cover -thermaldynamics:cover:0, Reinforced Concrete Cover -thermaldynamics:cover:0, Cyan Reinforced Concrete Cover -thermaldynamics:cover:0, Purple Reinforced Concrete Cover -thermaldynamics:cover:0, Blue Reinforced Concrete Cover -thermaldynamics:cover:0, Brown Reinforced Concrete Cover -thermaldynamics:cover:0, Green Reinforced Concrete Cover -thermaldynamics:cover:0, Red Reinforced Concrete Cover -thermaldynamics:cover:0, Black Reinforced Concrete Cover -thermaldynamics:cover:0, White Metal Post Cover -thermaldynamics:cover:0, Orange Metal Post Cover -thermaldynamics:cover:0, Magenta Metal Post Cover -thermaldynamics:cover:0, Light Blue Metal Post Cover -thermaldynamics:cover:0, Yellow Metal Post Cover -thermaldynamics:cover:0, Lime Metal Post Cover -thermaldynamics:cover:0, Pink Metal Post Cover -thermaldynamics:cover:0, Gray Metal Post Cover -thermaldynamics:cover:0, Light Gray Metal Post Cover -thermaldynamics:cover:0, Cyan Metal Post Cover -thermaldynamics:cover:0, Purple Metal Post Cover -thermaldynamics:cover:0, Blue Metal Post Cover -thermaldynamics:cover:0, Brown Metal Post Cover -thermaldynamics:cover:0, Green Metal Post Cover -thermaldynamics:cover:0, Red Metal Post Cover -thermaldynamics:cover:0, Black Metal Post Cover -thermaldynamics:cover:0, White Metal Post Platform Cover -thermaldynamics:cover:0, Orange Metal Post Platform Cover -thermaldynamics:cover:0, Magenta Metal Post Platform Cover -thermaldynamics:cover:0, Light Blue Metal Post Platform Cover -thermaldynamics:cover:0, Yellow Metal Post Platform Cover -thermaldynamics:cover:0, Lime Metal Post Platform Cover -thermaldynamics:cover:0, Pink Metal Post Platform Cover -thermaldynamics:cover:0, Gray Metal Post Platform Cover -thermaldynamics:cover:0, Light Gray Metal Post Platform Cover -thermaldynamics:cover:0, Cyan Metal Post Platform Cover -thermaldynamics:cover:0, Purple Metal Post Platform Cover -thermaldynamics:cover:0, Blue Metal Post Platform Cover -thermaldynamics:cover:0, Brown Metal Post Platform Cover -thermaldynamics:cover:0, Green Metal Post Platform Cover -thermaldynamics:cover:0, Red Metal Post Platform Cover -thermaldynamics:cover:0, Black Metal Post Platform Cover -thermaldynamics:cover:0, Abyssal Brick Stairs Cover -thermaldynamics:cover:0, Bleached Bone Brick Stairs Cover -thermaldynamics:cover:0, Bloodstained Brick Stairs Cover -thermaldynamics:cover:0, Frost Bound Brick Stairs Cover -thermaldynamics:cover:0, Infernal Brick Stairs Cover -thermaldynamics:cover:0, Jaded Brick Stairs Cover -thermaldynamics:cover:0, Pearlized Brick Stairs Cover -thermaldynamics:cover:0, Quarried Brick Stairs Cover -thermaldynamics:cover:0, Badlands Brick Stairs Cover -thermaldynamics:cover:0, Sandy Brick Stairs Cover -thermaldynamics:cover:0, Abyssal Paver Stairs Cover -thermaldynamics:cover:0, Bleached Bone Paver Stairs Cover -thermaldynamics:cover:0, Bloodstained Paver Stairs Cover -thermaldynamics:cover:0, Frost Bound Paver Stairs Cover -thermaldynamics:cover:0, Infernal Paver Stairs Cover -thermaldynamics:cover:0, Jaded Paver Stairs Cover -thermaldynamics:cover:0, Pearlized Paver Stairs Cover -thermaldynamics:cover:0, Quarried Paver Stairs Cover -thermaldynamics:cover:0, Badlands Paver Stairs Cover -thermaldynamics:cover:0, Sandy Paver Stairs Cover -thermaldynamics:cover:0, Abyssal Brick Slab Cover -thermaldynamics:cover:0, Abyssal Paver Slab Cover -thermaldynamics:cover:0, Badlands Brick Slab Cover -thermaldynamics:cover:0, Badlands Paver Slab Cover -thermaldynamics:cover:0, Bleached Bone Brick Slab Cover -thermaldynamics:cover:0, Bleached Bone Paver Slab Cover -thermaldynamics:cover:0, Blood Stained Brick Slab Cover -thermaldynamics:cover:0, Blood Stained Paver Slab Cover -thermaldynamics:cover:0, Frost Bound Brick Slab Cover -thermaldynamics:cover:0, Frost Bound Paver Slab Cover -thermaldynamics:cover:0, Infernal Brick Slab Cover -thermaldynamics:cover:0, Infernal Paver Slab Cover -thermaldynamics:cover:0, Jaded Brick Slab Cover -thermaldynamics:cover:0, Jaded Paver Slab Cover -thermaldynamics:cover:0, Pearlized Brick Slab Cover -thermaldynamics:cover:0, Pearlized Paver Slab Cover -thermaldynamics:cover:0, Quarried Brick Slab Cover -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, Compressed Crafting Table Cover -thermaldynamics:cover:0, Double Compressed Crafting Table Cover -thermaldynamics:cover:0, Neutronium Block Cover -thermaldynamics:cover:0, Infinity Block Cover -thermaldynamics:cover:0, Crystal Matrix Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Invalid Cover -thermaldynamics:cover:0, Weed Cover -thermaldynamics:cover:0, Weed Long Cover -thermaldynamics:cover:0, Weed Very Long Cover -thermaldynamics:cover:0, Dead Flower Cover -thermaldynamics:cover:0, Decaying Flower Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Soil Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Flowerbed Cover -thermaldynamics:cover:0, Ectoplasm Cover -thermaldynamics:cover:0, Apple Wood Cover -thermaldynamics:cover:0, Fig Wood Cover -thermaldynamics:cover:0, Butternut Wood Cover -thermaldynamics:cover:0, Whitebeam Wood Cover -thermaldynamics:cover:0, Rowan Wood Cover -thermaldynamics:cover:0, Hemlock Wood Cover -thermaldynamics:cover:0, Ash Wood Cover -thermaldynamics:cover:0, Alder Wood Cover -thermaldynamics:cover:0, Beech Wood Cover -thermaldynamics:cover:0, Hawthorn Wood Cover -thermaldynamics:cover:0, Banana Wood Cover -thermaldynamics:cover:0, Yew Wood Cover -thermaldynamics:cover:0, Cypress Wood Cover -thermaldynamics:cover:0, Fir Wood Cover -thermaldynamics:cover:0, Hazel Wood Cover -thermaldynamics:cover:0, Hickory Wood Cover -thermaldynamics:cover:0, Elm Wood Cover -thermaldynamics:cover:0, Elder Wood Cover -thermaldynamics:cover:0, Holly Wood Cover -thermaldynamics:cover:0, Hornbeam Wood Cover -thermaldynamics:cover:0, Cedar Wood Cover -thermaldynamics:cover:0, Olive Wood Cover -thermaldynamics:cover:0, Sweetgum Wood Cover -thermaldynamics:cover:0, Locust Wood Cover -thermaldynamics:cover:0, Pear Wood Cover -thermaldynamics:cover:0, Maclura Wood Cover -thermaldynamics:cover:0, Brazilwood Wood Cover -thermaldynamics:cover:0, Logwood Wood Cover -thermaldynamics:cover:0, Rosewood Wood Cover -thermaldynamics:cover:0, Purpleheart Wood Cover -thermaldynamics:cover:0, Iroko Wood Cover -thermaldynamics:cover:0, Gingko Wood Cover -thermaldynamics:cover:0, Eucalyptus Wood Cover -thermaldynamics:cover:0, Box Wood Cover -thermaldynamics:cover:0, Syzgium Wood Cover -thermaldynamics:cover:0, Pink Ivory Wood Cover -thermaldynamics:cover:0, Eucalyptus Wood Cover -thermaldynamics:cover:0, Eucalyptus Wood Cover -thermaldynamics:cover:0, Cherry Wood Cover -thermaldynamics:cover:0, Cinnamon Wood Cover -thermaldynamics:cover:0, Apple Wood (Fireproof) Cover -thermaldynamics:cover:0, Fig Wood (Fireproof) Cover -thermaldynamics:cover:0, Butternut Wood (Fireproof) Cover -thermaldynamics:cover:0, Whitebeam Wood (Fireproof) Cover -thermaldynamics:cover:0, Rowan Wood (Fireproof) Cover -thermaldynamics:cover:0, Hemlock Wood (Fireproof) Cover -thermaldynamics:cover:0, Ash Wood (Fireproof) Cover -thermaldynamics:cover:0, Alder Wood (Fireproof) Cover -thermaldynamics:cover:0, Beech Wood (Fireproof) Cover -thermaldynamics:cover:0, Hawthorn Wood (Fireproof) Cover -thermaldynamics:cover:0, Banana Wood (Fireproof) Cover -thermaldynamics:cover:0, Yew Wood (Fireproof) Cover -thermaldynamics:cover:0, Cypress Wood (Fireproof) Cover -thermaldynamics:cover:0, Fir Wood (Fireproof) Cover -thermaldynamics:cover:0, Hazel Wood (Fireproof) Cover -thermaldynamics:cover:0, Hickory Wood (Fireproof) Cover -thermaldynamics:cover:0, Elm Wood (Fireproof) Cover -thermaldynamics:cover:0, Elder Wood (Fireproof) Cover -thermaldynamics:cover:0, Holly Wood (Fireproof) Cover -thermaldynamics:cover:0, Hornbeam Wood (Fireproof) Cover -thermaldynamics:cover:0, Cedar Wood (Fireproof) Cover -thermaldynamics:cover:0, Olive Wood (Fireproof) Cover -thermaldynamics:cover:0, Sweetgum Wood (Fireproof) Cover -thermaldynamics:cover:0, Locust Wood (Fireproof) Cover -thermaldynamics:cover:0, Pear Wood (Fireproof) Cover -thermaldynamics:cover:0, Maclura Wood (Fireproof) Cover -thermaldynamics:cover:0, Brazilwood Wood (Fireproof) Cover -thermaldynamics:cover:0, Logwood Wood (Fireproof) Cover -thermaldynamics:cover:0, Rosewood Wood (Fireproof) Cover -thermaldynamics:cover:0, Purpleheart Wood (Fireproof) Cover -thermaldynamics:cover:0, Iroko Wood (Fireproof) Cover -thermaldynamics:cover:0, Gingko Wood (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Wood (Fireproof) Cover -thermaldynamics:cover:0, Box Wood (Fireproof) Cover -thermaldynamics:cover:0, Syzgium Wood (Fireproof) Cover -thermaldynamics:cover:0, Pink Ivory Wood (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Wood (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Wood (Fireproof) Cover -thermaldynamics:cover:0, Cherry Wood (Fireproof) Cover -thermaldynamics:cover:0, Cinnamon Wood (Fireproof) Cover -thermaldynamics:cover:0, Apple Wood Planks Cover -thermaldynamics:cover:0, Fig Wood Planks Cover -thermaldynamics:cover:0, Butternut Wood Planks Cover -thermaldynamics:cover:0, Whitebeam Wood Planks Cover -thermaldynamics:cover:0, Rowan Wood Planks Cover -thermaldynamics:cover:0, Hemlock Wood Planks Cover -thermaldynamics:cover:0, Ash Wood Planks Cover -thermaldynamics:cover:0, Alder Wood Planks Cover -thermaldynamics:cover:0, Beech Wood Planks Cover -thermaldynamics:cover:0, Hawthorn Wood Planks Cover -thermaldynamics:cover:0, Banana Wood Planks Cover -thermaldynamics:cover:0, Yew Wood Planks Cover -thermaldynamics:cover:0, Cypress Wood Planks Cover -thermaldynamics:cover:0, Fir Wood Planks Cover -thermaldynamics:cover:0, Hazel Wood Planks Cover -thermaldynamics:cover:0, Hickory Wood Planks Cover -thermaldynamics:cover:0, Elm Wood Planks Cover -thermaldynamics:cover:0, Elder Wood Planks Cover -thermaldynamics:cover:0, Holly Wood Planks Cover -thermaldynamics:cover:0, Hornbeam Wood Planks Cover -thermaldynamics:cover:0, Cedar Wood Planks Cover -thermaldynamics:cover:0, Olive Wood Planks Cover -thermaldynamics:cover:0, Sweetgum Wood Planks Cover -thermaldynamics:cover:0, Locust Wood Planks Cover -thermaldynamics:cover:0, Pear Wood Planks Cover -thermaldynamics:cover:0, Maclura Wood Planks Cover -thermaldynamics:cover:0, Brazilwood Wood Planks Cover -thermaldynamics:cover:0, Logwood Wood Planks Cover -thermaldynamics:cover:0, Rosewood Wood Planks Cover -thermaldynamics:cover:0, Purpleheart Wood Planks Cover -thermaldynamics:cover:0, Iroko Wood Planks Cover -thermaldynamics:cover:0, Gingko Wood Planks Cover -thermaldynamics:cover:0, Eucalyptus Wood Planks Cover -thermaldynamics:cover:0, Box Wood Planks Cover -thermaldynamics:cover:0, Syzgium Wood Planks Cover -thermaldynamics:cover:0, Pink Ivory Wood Planks Cover -thermaldynamics:cover:0, Apple Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Fig Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Butternut Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Whitebeam Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Rowan Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Hemlock Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Ash Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Alder Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Beech Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Hawthorn Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Banana Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Yew Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Cypress Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Fir Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Hazel Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Hickory Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Elm Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Elder Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Holly Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Hornbeam Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Cedar Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Olive Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Sweetgum Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Locust Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Pear Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Maclura Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Brazilwood Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Logwood Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Rosewood Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Purpleheart Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Iroko Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Gingko Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Box Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Syzgium Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Pink Ivory Wood Planks (Fireproof) Cover -thermaldynamics:cover:0, Apple Wood Slab Cover -thermaldynamics:cover:0, Fig Wood Slab Cover -thermaldynamics:cover:0, Butternut Wood Slab Cover -thermaldynamics:cover:0, Whitebeam Wood Slab Cover -thermaldynamics:cover:0, Rowan Wood Slab Cover -thermaldynamics:cover:0, Hemlock Wood Slab Cover -thermaldynamics:cover:0, Ash Wood Slab Cover -thermaldynamics:cover:0, Alder Wood Slab Cover -thermaldynamics:cover:0, Beech Wood Slab Cover -thermaldynamics:cover:0, Hawthorn Wood Slab Cover -thermaldynamics:cover:0, Banana Wood Slab Cover -thermaldynamics:cover:0, Yew Wood Slab Cover -thermaldynamics:cover:0, Cypress Wood Slab Cover -thermaldynamics:cover:0, Fir Wood Slab Cover -thermaldynamics:cover:0, Hazel Wood Slab Cover -thermaldynamics:cover:0, Hickory Wood Slab Cover -thermaldynamics:cover:0, Elm Wood Slab Cover -thermaldynamics:cover:0, Elder Wood Slab Cover -thermaldynamics:cover:0, Holly Wood Slab Cover -thermaldynamics:cover:0, Hornbeam Wood Slab Cover -thermaldynamics:cover:0, Cedar Wood Slab Cover -thermaldynamics:cover:0, Olive Wood Slab Cover -thermaldynamics:cover:0, Sweetgum Wood Slab Cover -thermaldynamics:cover:0, Locust Wood Slab Cover -thermaldynamics:cover:0, Pear Wood Slab Cover -thermaldynamics:cover:0, Maclura Wood Slab Cover -thermaldynamics:cover:0, Brazilwood Wood Slab Cover -thermaldynamics:cover:0, Logwood Wood Slab Cover -thermaldynamics:cover:0, Rosewood Wood Slab Cover -thermaldynamics:cover:0, Purpleheart Wood Slab Cover -thermaldynamics:cover:0, Iroko Wood Slab Cover -thermaldynamics:cover:0, Gingko Wood Slab Cover -thermaldynamics:cover:0, Eucalyptus Wood Slab Cover -thermaldynamics:cover:0, Box Wood Slab Cover -thermaldynamics:cover:0, Syzgium Wood Slab Cover -thermaldynamics:cover:0, Pink Ivory Wood Slab Cover -thermaldynamics:cover:0, Apple Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Fig Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Butternut Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Whitebeam Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Rowan Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Hemlock Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Ash Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Alder Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Beech Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Hawthorn Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Banana Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Yew Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Cypress Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Fir Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Hazel Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Hickory Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Elm Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Elder Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Holly Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Hornbeam Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Cedar Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Olive Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Sweetgum Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Locust Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Pear Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Maclura Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Brazilwood Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Logwood Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Rosewood Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Purpleheart Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Iroko Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Gingko Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Box Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Syzgium Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Pink Ivory Wood Slab (Fireproof) Cover -thermaldynamics:cover:0, Apple Stairs Cover -thermaldynamics:cover:0, Fig Stairs Cover -thermaldynamics:cover:0, Butternut Stairs Cover -thermaldynamics:cover:0, Whitebeam Stairs Cover -thermaldynamics:cover:0, Rowan Stairs Cover -thermaldynamics:cover:0, Hemlock Stairs Cover -thermaldynamics:cover:0, Ash Stairs Cover -thermaldynamics:cover:0, Alder Stairs Cover -thermaldynamics:cover:0, Beech Stairs Cover -thermaldynamics:cover:0, Hawthorn Stairs Cover -thermaldynamics:cover:0, Banana Stairs Cover -thermaldynamics:cover:0, Yew Stairs Cover -thermaldynamics:cover:0, Cypress Stairs Cover -thermaldynamics:cover:0, Fir Stairs Cover -thermaldynamics:cover:0, Hazel Stairs Cover -thermaldynamics:cover:0, Hickory Stairs Cover -thermaldynamics:cover:0, Elm Stairs Cover -thermaldynamics:cover:0, Elder Stairs Cover -thermaldynamics:cover:0, Holly Stairs Cover -thermaldynamics:cover:0, Hornbeam Stairs Cover -thermaldynamics:cover:0, Cedar Stairs Cover -thermaldynamics:cover:0, Olive Stairs Cover -thermaldynamics:cover:0, Sweetgum Stairs Cover -thermaldynamics:cover:0, Locust Stairs Cover -thermaldynamics:cover:0, Pear Stairs Cover -thermaldynamics:cover:0, Maclura Stairs Cover -thermaldynamics:cover:0, Brazilwood Stairs Cover -thermaldynamics:cover:0, Logwood Stairs Cover -thermaldynamics:cover:0, Rosewood Stairs Cover -thermaldynamics:cover:0, Purpleheart Stairs Cover -thermaldynamics:cover:0, Iroko Stairs Cover -thermaldynamics:cover:0, Gingko Stairs Cover -thermaldynamics:cover:0, Eucalyptus Stairs Cover -thermaldynamics:cover:0, Box Stairs Cover -thermaldynamics:cover:0, Syzgium Stairs Cover -thermaldynamics:cover:0, Pink Ivory Stairs Cover -thermaldynamics:cover:0, Apple Stairs (Fireproof) Cover -thermaldynamics:cover:0, Fig Stairs (Fireproof) Cover -thermaldynamics:cover:0, Butternut Stairs (Fireproof) Cover -thermaldynamics:cover:0, Whitebeam Stairs (Fireproof) Cover -thermaldynamics:cover:0, Rowan Stairs (Fireproof) Cover -thermaldynamics:cover:0, Hemlock Stairs (Fireproof) Cover -thermaldynamics:cover:0, Ash Stairs (Fireproof) Cover -thermaldynamics:cover:0, Alder Stairs (Fireproof) Cover -thermaldynamics:cover:0, Beech Stairs (Fireproof) Cover -thermaldynamics:cover:0, Hawthorn Stairs (Fireproof) Cover -thermaldynamics:cover:0, Banana Stairs (Fireproof) Cover -thermaldynamics:cover:0, Yew Stairs (Fireproof) Cover -thermaldynamics:cover:0, Cypress Stairs (Fireproof) Cover -thermaldynamics:cover:0, Fir Stairs (Fireproof) Cover -thermaldynamics:cover:0, Hazel Stairs (Fireproof) Cover -thermaldynamics:cover:0, Hickory Stairs (Fireproof) Cover -thermaldynamics:cover:0, Elm Stairs (Fireproof) Cover -thermaldynamics:cover:0, Elder Stairs (Fireproof) Cover -thermaldynamics:cover:0, Holly Stairs (Fireproof) Cover -thermaldynamics:cover:0, Hornbeam Stairs (Fireproof) Cover -thermaldynamics:cover:0, Cedar Stairs (Fireproof) Cover -thermaldynamics:cover:0, Olive Stairs (Fireproof) Cover -thermaldynamics:cover:0, Sweetgum Stairs (Fireproof) Cover -thermaldynamics:cover:0, Locust Stairs (Fireproof) Cover -thermaldynamics:cover:0, Pear Stairs (Fireproof) Cover -thermaldynamics:cover:0, Maclura Stairs (Fireproof) Cover -thermaldynamics:cover:0, Brazilwood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Logwood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Rosewood Stairs (Fireproof) Cover -thermaldynamics:cover:0, Purpleheart Stairs (Fireproof) Cover -thermaldynamics:cover:0, Iroko Stairs (Fireproof) Cover -thermaldynamics:cover:0, Gingko Stairs (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Stairs (Fireproof) Cover -thermaldynamics:cover:0, Box Stairs (Fireproof) Cover -thermaldynamics:cover:0, Syzgium Stairs (Fireproof) Cover -thermaldynamics:cover:0, Pink Ivory Stairs (Fireproof) Cover -thermaldynamics:cover:0, Apple Fence Cover -thermaldynamics:cover:0, Fig Fence Cover -thermaldynamics:cover:0, Butternut Fence Cover -thermaldynamics:cover:0, Whitebeam Fence Cover -thermaldynamics:cover:0, Rowan Fence Cover -thermaldynamics:cover:0, Hemlock Fence Cover -thermaldynamics:cover:0, Ash Fence Cover -thermaldynamics:cover:0, Alder Fence Cover -thermaldynamics:cover:0, Beech Fence Cover -thermaldynamics:cover:0, Hawthorn Fence Cover -thermaldynamics:cover:0, Banana Fence Cover -thermaldynamics:cover:0, Yew Fence Cover -thermaldynamics:cover:0, Cypress Fence Cover -thermaldynamics:cover:0, Fir Fence Cover -thermaldynamics:cover:0, Hazel Fence Cover -thermaldynamics:cover:0, Hickory Fence Cover -thermaldynamics:cover:0, Elm Fence Cover -thermaldynamics:cover:0, Elder Fence Cover -thermaldynamics:cover:0, Holly Fence Cover -thermaldynamics:cover:0, Hornbeam Fence Cover -thermaldynamics:cover:0, Cedar Fence Cover -thermaldynamics:cover:0, Olive Fence Cover -thermaldynamics:cover:0, Sweetgum Fence Cover -thermaldynamics:cover:0, Locust Fence Cover -thermaldynamics:cover:0, Pear Fence Cover -thermaldynamics:cover:0, Maclura Fence Cover -thermaldynamics:cover:0, Brazilwood Fence Cover -thermaldynamics:cover:0, Logwood Fence Cover -thermaldynamics:cover:0, Rosewood Fence Cover -thermaldynamics:cover:0, Purpleheart Fence Cover -thermaldynamics:cover:0, Iroko Fence Cover -thermaldynamics:cover:0, Gingko Fence Cover -thermaldynamics:cover:0, Eucalyptus Fence Cover -thermaldynamics:cover:0, Box Fence Cover -thermaldynamics:cover:0, Syzgium Fence Cover -thermaldynamics:cover:0, Pink Ivory Fence Cover -thermaldynamics:cover:0, Apple Fence (Fireproof) Cover -thermaldynamics:cover:0, Fig Fence (Fireproof) Cover -thermaldynamics:cover:0, Butternut Fence (Fireproof) Cover -thermaldynamics:cover:0, Whitebeam Fence (Fireproof) Cover -thermaldynamics:cover:0, Rowan Fence (Fireproof) Cover -thermaldynamics:cover:0, Hemlock Fence (Fireproof) Cover -thermaldynamics:cover:0, Ash Fence (Fireproof) Cover -thermaldynamics:cover:0, Alder Fence (Fireproof) Cover -thermaldynamics:cover:0, Beech Fence (Fireproof) Cover -thermaldynamics:cover:0, Hawthorn Fence (Fireproof) Cover -thermaldynamics:cover:0, Banana Fence (Fireproof) Cover -thermaldynamics:cover:0, Yew Fence (Fireproof) Cover -thermaldynamics:cover:0, Cypress Fence (Fireproof) Cover -thermaldynamics:cover:0, Fir Fence (Fireproof) Cover -thermaldynamics:cover:0, Hazel Fence (Fireproof) Cover -thermaldynamics:cover:0, Hickory Fence (Fireproof) Cover -thermaldynamics:cover:0, Elm Fence (Fireproof) Cover -thermaldynamics:cover:0, Elder Fence (Fireproof) Cover -thermaldynamics:cover:0, Holly Fence (Fireproof) Cover -thermaldynamics:cover:0, Hornbeam Fence (Fireproof) Cover -thermaldynamics:cover:0, Cedar Fence (Fireproof) Cover -thermaldynamics:cover:0, Olive Fence (Fireproof) Cover -thermaldynamics:cover:0, Sweetgum Fence (Fireproof) Cover -thermaldynamics:cover:0, Locust Fence (Fireproof) Cover -thermaldynamics:cover:0, Pear Fence (Fireproof) Cover -thermaldynamics:cover:0, Maclura Fence (Fireproof) Cover -thermaldynamics:cover:0, Brazilwood Fence (Fireproof) Cover -thermaldynamics:cover:0, Logwood Fence (Fireproof) Cover -thermaldynamics:cover:0, Rosewood Fence (Fireproof) Cover -thermaldynamics:cover:0, Purpleheart Fence (Fireproof) Cover -thermaldynamics:cover:0, Iroko Fence (Fireproof) Cover -thermaldynamics:cover:0, Gingko Fence (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Fence (Fireproof) Cover -thermaldynamics:cover:0, Box Fence (Fireproof) Cover -thermaldynamics:cover:0, Syzgium Fence (Fireproof) Cover -thermaldynamics:cover:0, Pink Ivory Fence (Fireproof) Cover -thermaldynamics:cover:0, Fir Fence Gate Cover -thermaldynamics:cover:0, Fir Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Cedar Fence Gate Cover -thermaldynamics:cover:0, Cedar Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Hemlock Fence Gate Cover -thermaldynamics:cover:0, Hemlock Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Cypress Fence Gate Cover -thermaldynamics:cover:0, Cypress Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Fig Fence Gate Cover -thermaldynamics:cover:0, Fig Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Beech Fence Gate Cover -thermaldynamics:cover:0, Beech Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Alder Fence Gate Cover -thermaldynamics:cover:0, Alder Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Hazel Fence Gate Cover -thermaldynamics:cover:0, Hazel Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Hornbeam Fence Gate Cover -thermaldynamics:cover:0, Hornbeam Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Box Fence Gate Cover -thermaldynamics:cover:0, Box Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Butternut Fence Gate Cover -thermaldynamics:cover:0, Butternut Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Hickory Fence Gate Cover -thermaldynamics:cover:0, Hickory Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Whitebeam Fence Gate Cover -thermaldynamics:cover:0, Whitebeam Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Elm Fence Gate Cover -thermaldynamics:cover:0, Elm Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Apple Fence Gate Cover -thermaldynamics:cover:0, Apple Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Yew Fence Gate Cover -thermaldynamics:cover:0, Yew Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Pear Fence Gate Cover -thermaldynamics:cover:0, Pear Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Hawthorn Fence Gate Cover -thermaldynamics:cover:0, Hawthorn Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Rowan Fence Gate Cover -thermaldynamics:cover:0, Rowan Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Elder Fence Gate Cover -thermaldynamics:cover:0, Elder Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Maclura Fence Gate Cover -thermaldynamics:cover:0, Maclura Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Syzgium Fence Gate Cover -thermaldynamics:cover:0, Syzgium Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Brazilwood Fence Gate Cover -thermaldynamics:cover:0, Brazilwood Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Logwood Fence Gate Cover -thermaldynamics:cover:0, Logwood Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Iroko Fence Gate Cover -thermaldynamics:cover:0, Iroko Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Locust Fence Gate Cover -thermaldynamics:cover:0, Locust Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Eucalyptus Fence Gate Cover -thermaldynamics:cover:0, Eucalyptus Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Purpleheart Fence Gate Cover -thermaldynamics:cover:0, Purpleheart Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Ash Fence Gate Cover -thermaldynamics:cover:0, Ash Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Holly Fence Gate Cover -thermaldynamics:cover:0, Holly Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Olive Fence Gate Cover -thermaldynamics:cover:0, Olive Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Sweetgum Fence Gate Cover -thermaldynamics:cover:0, Sweetgum Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Rosewood Fence Gate Cover -thermaldynamics:cover:0, Rosewood Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Gingko Fence Gate Cover -thermaldynamics:cover:0, Gingko Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Pink Ivory Fence Gate Cover -thermaldynamics:cover:0, Pink Ivory Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Banana Fence Gate Cover -thermaldynamics:cover:0, Banana Fence Gate (Fireproof) Cover -thermaldynamics:cover:0, Apple Door Cover -thermaldynamics:cover:0, Fig Door Cover -thermaldynamics:cover:0, Butternut Door Cover -thermaldynamics:cover:0, Whitebeam Door Cover -thermaldynamics:cover:0, Rowan Door Cover -thermaldynamics:cover:0, Hemlock Door Cover -thermaldynamics:cover:0, Ash Door Cover -thermaldynamics:cover:0, Alder Door Cover -thermaldynamics:cover:0, Beech Door Cover -thermaldynamics:cover:0, Hawthorn Door Cover -thermaldynamics:cover:0, Banana Door Cover -thermaldynamics:cover:0, Yew Door Cover -thermaldynamics:cover:0, Cypress Door Cover -thermaldynamics:cover:0, Fir Door Cover -thermaldynamics:cover:0, Hazel Door Cover -thermaldynamics:cover:0, Hickory Door Cover -thermaldynamics:cover:0, Elm Door Cover -thermaldynamics:cover:0, Elder Door Cover -thermaldynamics:cover:0, Holly Door Cover -thermaldynamics:cover:0, Hornbeam Door Cover -thermaldynamics:cover:0, Cedar Door Cover -thermaldynamics:cover:0, Olive Door Cover -thermaldynamics:cover:0, Sweetgum Door Cover -thermaldynamics:cover:0, Locust Door Cover -thermaldynamics:cover:0, Pear Door Cover -thermaldynamics:cover:0, Maclura Door Cover -thermaldynamics:cover:0, Brazilwood Door Cover -thermaldynamics:cover:0, Logwood Door Cover -thermaldynamics:cover:0, Rosewood Door Cover -thermaldynamics:cover:0, Purpleheart Door Cover -thermaldynamics:cover:0, Iroko Door Cover -thermaldynamics:cover:0, Gingko Door Cover -thermaldynamics:cover:0, Eucalyptus Door Cover -thermaldynamics:cover:0, Box Door Cover -thermaldynamics:cover:0, Syzgium Door Cover -thermaldynamics:cover:0, Pink Ivory Door Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Leaves Cover -thermaldynamics:cover:0, Spectral Moss Cover -thermaldynamics:cover:0, Overgrown Stone Cover -thermaldynamics:cover:0, Loamy Grass Block Cover -thermaldynamics:cover:0, Sandy Grass Block Cover -thermaldynamics:cover:0, Silty Grass Block Cover -thermaldynamics:cover:0, Origin Grass Block Cover -thermaldynamics:cover:0, Overgrown Netherrack Cover -thermaldynamics:cover:0, Flowering Grass Block Cover -thermaldynamics:cover:0, Mycelial Netherrack Cover -thermaldynamics:cover:0, Coarse Loamy Dirt Cover -thermaldynamics:cover:0, Loamy Dirt Cover -thermaldynamics:cover:0, Coarse Sandy Dirt Cover -thermaldynamics:cover:0, Sandy Dirt Cover -thermaldynamics:cover:0, Coarse Silty Dirt Cover -thermaldynamics:cover:0, Silty Dirt Cover -thermaldynamics:cover:0, White Sand Cover -thermaldynamics:cover:0, White Sandstone Cover -thermaldynamics:cover:0, Chiseled White Sandstone Cover -thermaldynamics:cover:0, Smooth White Sandstone Cover -thermaldynamics:cover:0, White Sandstone Stairs Cover -thermaldynamics:cover:0, Dried Sand Cover -thermaldynamics:cover:0, Hardened Ice Cover -thermaldynamics:cover:0, Ash Block Cover -thermaldynamics:cover:0, Mud Cover -thermaldynamics:cover:0, Flesh Cover -thermaldynamics:cover:0, Crystallized Obsidian Cover -thermaldynamics:cover:0, Biome Essence Ore Cover -thermaldynamics:cover:0, Ender Amethyst Ore Cover -thermaldynamics:cover:0, Ruby Ore Cover -thermaldynamics:cover:0, Peridot Ore Cover -thermaldynamics:cover:0, Topaz Ore Cover -thermaldynamics:cover:0, Tanzanite Ore Cover -thermaldynamics:cover:0, Malachite Ore Cover -thermaldynamics:cover:0, Sapphire Ore Cover -thermaldynamics:cover:0, Amber Ore Cover -thermaldynamics:cover:0, Block of Amethyst Cover -thermaldynamics:cover:0, Block of Ruby Cover -thermaldynamics:cover:0, Block of Peridot Cover -thermaldynamics:cover:0, Block of Topaz Cover -thermaldynamics:cover:0, Block of Tanzanite Cover -thermaldynamics:cover:0, Block of Malachite Cover -thermaldynamics:cover:0, Block of Sapphire Cover -thermaldynamics:cover:0, Block of Amber Cover -thermaldynamics:cover:0, Hive Block Cover -thermaldynamics:cover:0, Honeycomb Block Cover -thermaldynamics:cover:0, Empty Honeycomb Block Cover -thermaldynamics:cover:0, Filled Honeycomb Block Cover -thermaldynamics:cover:0, Honey Block Cover -thermaldynamics:cover:0, Bamboo Thatching Cover -thermaldynamics:cover:0, Mud Bricks Cover -thermaldynamics:cover:0, Mud Bricks Stairs Cover -thermaldynamics:cover:0, Mud Bricks Slab Cover -thermaldynamics:cover:0, White Sandstone Slab Cover -thermaldynamics:cover:0, Sacred Oak Wood Cover -thermaldynamics:cover:0, Cherry Wood Cover -thermaldynamics:cover:0, Umbran Wood Cover -thermaldynamics:cover:0, Fir Wood Cover -thermaldynamics:cover:0, Ethereal Wood Cover -thermaldynamics:cover:0, Magic Wood Cover -thermaldynamics:cover:0, Mangrove Wood Cover -thermaldynamics:cover:0, Palm Wood Cover -thermaldynamics:cover:0, Redwood Wood Cover -thermaldynamics:cover:0, Willow Wood Cover -thermaldynamics:cover:0, Pine Wood Cover -thermaldynamics:cover:0, Hellbark Wood Cover -thermaldynamics:cover:0, Jacaranda Wood Cover -thermaldynamics:cover:0, Mahogany Wood Cover -thermaldynamics:cover:0, Ebony Wood Cover -thermaldynamics:cover:0, Eucalyptus Wood Cover -thermaldynamics:cover:0, Giant Flower Stem Cover -thermaldynamics:cover:0, Dead Wood Cover -thermaldynamics:cover:0, Yellow Autumn Leaves Cover -thermaldynamics:cover:0, Orange Autumn Leaves Cover -thermaldynamics:cover:0, Bamboo Leaves Cover -thermaldynamics:cover:0, Magic Leaves Cover -thermaldynamics:cover:0, Umbran Leaves Cover -thermaldynamics:cover:0, Dead Leaves Cover -thermaldynamics:cover:0, Fir Leaves Cover -thermaldynamics:cover:0, Ethereal Leaves Cover -thermaldynamics:cover:0, Origin Leaves Cover -thermaldynamics:cover:0, Pink Cherry Leaves Cover -thermaldynamics:cover:0, White Cherry Leaves Cover -thermaldynamics:cover:0, Maple Leaves Cover -thermaldynamics:cover:0, Hellbark Leaves Cover -thermaldynamics:cover:0, Flowering Oak Leaves Cover -thermaldynamics:cover:0, Jacaranda Leaves Cover -thermaldynamics:cover:0, Sacred Oak Leaves Cover -thermaldynamics:cover:0, Mangrove Leaves Cover -thermaldynamics:cover:0, Palm Leaves Cover -thermaldynamics:cover:0, Redwood Leaves Cover -thermaldynamics:cover:0, Willow Leaves Cover -thermaldynamics:cover:0, Pine Leaves Cover -thermaldynamics:cover:0, Mahogany Leaves Cover -thermaldynamics:cover:0, Ebony Leaves Cover -thermaldynamics:cover:0, Eucalyptus Leaves Cover -thermaldynamics:cover:0, Giant Red Flower Petal Cover -thermaldynamics:cover:0, Giant Yellow Flower Petal Cover -thermaldynamics:cover:0, Sacred Oak Wood Planks Cover -thermaldynamics:cover:0, Cherry Wood Planks Cover -thermaldynamics:cover:0, Umbran Wood Planks Cover -thermaldynamics:cover:0, Fir Wood Planks Cover -thermaldynamics:cover:0, Ethereal Wood Planks Cover -thermaldynamics:cover:0, Magic Wood Planks Cover -thermaldynamics:cover:0, Mangrove Wood Planks Cover -thermaldynamics:cover:0, Palm Wood Planks Cover -thermaldynamics:cover:0, Redwood Wood Planks Cover -thermaldynamics:cover:0, Willow Wood Planks Cover -thermaldynamics:cover:0, Pine Wood Planks Cover -thermaldynamics:cover:0, Hellbark Wood Planks Cover -thermaldynamics:cover:0, Jacaranda Wood Planks Cover -thermaldynamics:cover:0, Mahogany Wood Planks Cover -thermaldynamics:cover:0, Ebony Wood Planks Cover -thermaldynamics:cover:0, Eucalyptus Wood Planks Cover -thermaldynamics:cover:0, Sacred Oak Wood Stairs Cover -thermaldynamics:cover:0, Cherry Wood Stairs Cover -thermaldynamics:cover:0, Umbran Wood Stairs Cover -thermaldynamics:cover:0, Fir Wood Stairs Cover -thermaldynamics:cover:0, Ethereal Wood Stairs Cover -thermaldynamics:cover:0, Magic Wood Stairs Cover -thermaldynamics:cover:0, Mangrove Wood Stairs Cover -thermaldynamics:cover:0, Palm Wood Stairs Cover -thermaldynamics:cover:0, Redwood Wood Stairs Cover -thermaldynamics:cover:0, Willow Wood Stairs Cover -thermaldynamics:cover:0, Pine Wood Stairs Cover -thermaldynamics:cover:0, Hellbark Wood Stairs Cover -thermaldynamics:cover:0, Jacaranda Wood Stairs Cover -thermaldynamics:cover:0, Mahogany Wood Stairs Cover -thermaldynamics:cover:0, Ebony Wood Stairs Cover -thermaldynamics:cover:0, Eucalyptus Stairs Cover -thermaldynamics:cover:0, Sacred Oak Wood Slab Cover -thermaldynamics:cover:0, Cherry Wood Slab Cover -thermaldynamics:cover:0, Umbran Wood Slab Cover -thermaldynamics:cover:0, Fir Wood Slab Cover -thermaldynamics:cover:0, Ethereal Wood Slab Cover -thermaldynamics:cover:0, Magic Wood Slab Cover -thermaldynamics:cover:0, Mangrove Wood Slab Cover -thermaldynamics:cover:0, Palm Wood Slab Cover -thermaldynamics:cover:0, Redwood Wood Slab Cover -thermaldynamics:cover:0, Willow Wood Slab Cover -thermaldynamics:cover:0, Pine Wood Slab Cover -thermaldynamics:cover:0, Hellbark Wood Slab Cover -thermaldynamics:cover:0, Jacaranda Wood Slab Cover -thermaldynamics:cover:0, Mahogany Wood Slab Cover -thermaldynamics:cover:0, Ebony Wood Slab Cover -thermaldynamics:cover:0, Eucalyptus Wood Slab Cover -thermaldynamics:cover:0, Sacred Oak Fence Cover -thermaldynamics:cover:0, Cherry Fence Cover -thermaldynamics:cover:0, Umbran Fence Cover -thermaldynamics:cover:0, Fir Fence Cover -thermaldynamics:cover:0, Ethereal Fence Cover -thermaldynamics:cover:0, Magic Fence Cover -thermaldynamics:cover:0, Mangrove Fence Cover -thermaldynamics:cover:0, Palm Fence Cover -thermaldynamics:cover:0, Redwood Fence Cover -thermaldynamics:cover:0, Willow Fence Cover -thermaldynamics:cover:0, Pine Fence Cover -thermaldynamics:cover:0, Hellbark Fence Cover -thermaldynamics:cover:0, Jacaranda Fence Cover -thermaldynamics:cover:0, Mahogany Fence Cover -thermaldynamics:cover:0, Ebony Fence Cover -thermaldynamics:cover:0, Eucalyptus Fence Cover -thermaldynamics:cover:0, Sacred Oak Fence Gate Cover -thermaldynamics:cover:0, Cherry Fence Gate Cover -thermaldynamics:cover:0, Umbran Fence Gate Cover -thermaldynamics:cover:0, Fir Fence Gate Cover -thermaldynamics:cover:0, Ethereal Fence Gate Cover -thermaldynamics:cover:0, Magic Fence Gate Cover -thermaldynamics:cover:0, Mangrove Fence Gate Cover -thermaldynamics:cover:0, Palm Fence Gate Cover -thermaldynamics:cover:0, Redwood Fence Gate Cover -thermaldynamics:cover:0, Willow Fence Gate Cover -thermaldynamics:cover:0, Pine Fence Gate Cover -thermaldynamics:cover:0, Hellbark Fence Gate Cover -thermaldynamics:cover:0, Jacaranda Fence Gate Cover -thermaldynamics:cover:0, Mahogany Fence Gate Cover -thermaldynamics:cover:0, Ebony Fence Gate Cover -thermaldynamics:cover:0, Eucalyptus Fence Gate Cover -thermaldynamics:cover:0, Pink Coral Cover -thermaldynamics:cover:0, Orange Coral Cover -thermaldynamics:cover:0, Blue Coral Cover -thermaldynamics:cover:0, Glowing Coral Cover -thermaldynamics:cover:0, Algae Cover -thermaldynamics:cover:0, Kelp Cover -thermaldynamics:cover:0, Medium Lily Pad Cover -thermaldynamics:cover:0, Small Lily Pad Cover -thermaldynamics:cover:0, Tiny Lily Pad Cover -thermaldynamics:cover:0, Flowered Lily Cover -thermaldynamics:cover:0, Bamboo Cover -thermaldynamics:cover:0, Yellow Autumn Sapling Cover -thermaldynamics:cover:0, Orange Autumn Sapling Cover -thermaldynamics:cover:0, Bamboo Sapling Cover -thermaldynamics:cover:0, Magic Sapling Cover -thermaldynamics:cover:0, Umbran Sapling Cover -thermaldynamics:cover:0, Dead Sapling Cover -thermaldynamics:cover:0, Fir Sapling Cover -thermaldynamics:cover:0, Ethereal Sapling Cover -thermaldynamics:cover:0, Origin Sapling Cover -thermaldynamics:cover:0, Pink Cherry Sapling Cover -thermaldynamics:cover:0, White Cherry Sapling Cover -thermaldynamics:cover:0, Maple Sapling Cover -thermaldynamics:cover:0, Hellbark Sapling Cover -thermaldynamics:cover:0, Flowering Oak Sapling Cover -thermaldynamics:cover:0, Jacaranda Sapling Cover -thermaldynamics:cover:0, Sacred Oak Sapling Cover -thermaldynamics:cover:0, Mangrove Sapling Cover -thermaldynamics:cover:0, Palm Sapling Cover -thermaldynamics:cover:0, Redwood Sapling Cover -thermaldynamics:cover:0, Willow Sapling Cover -thermaldynamics:cover:0, Pine Sapling Cover -thermaldynamics:cover:0, Mahogany Sapling Cover -thermaldynamics:cover:0, Ebony Sapling Cover -thermaldynamics:cover:0, Eucalyptus Sapling Cover -thermaldynamics:cover:0, Short Grass Cover -thermaldynamics:cover:0, Medium Grass Cover -thermaldynamics:cover:0, Bush Cover -thermaldynamics:cover:0, Sprout Cover -thermaldynamics:cover:0, Poison Ivy Cover -thermaldynamics:cover:0, Berry Bush Cover -thermaldynamics:cover:0, Shrub Cover -thermaldynamics:cover:0, Wheat Grass Cover -thermaldynamics:cover:0, Damp Grass Cover -thermaldynamics:cover:0, Koru Cover -thermaldynamics:cover:0, Clover Patch Cover -thermaldynamics:cover:0, Leaf Pile Cover -thermaldynamics:cover:0, Dead Leaf Pile Cover -thermaldynamics:cover:0, Dead Grass Cover -thermaldynamics:cover:0, Desert Grass Cover -thermaldynamics:cover:0, Desert Sprouts Cover -thermaldynamics:cover:0, Dune Grass Cover -thermaldynamics:cover:0, Spectral Fern Cover -thermaldynamics:cover:0, Thorns Cover -thermaldynamics:cover:0, Wild Rice Cover -thermaldynamics:cover:0, Cattail Cover -thermaldynamics:cover:0, River Cane Cover -thermaldynamics:cover:0, Tiny Cactus Cover -thermaldynamics:cover:0, Devilweed Cover -thermaldynamics:cover:0, Reed Cover -thermaldynamics:cover:0, Root Cover -thermaldynamics:cover:0, Rafflesia Cover -thermaldynamics:cover:0, Barley Cover -thermaldynamics:cover:0, Flax Cover -thermaldynamics:cover:0, Tall Cattail Cover -thermaldynamics:cover:0, Eyebulb Cover -thermaldynamics:cover:0, Sea Oats Cover -thermaldynamics:cover:0, Toadstool Cover -thermaldynamics:cover:0, Portobello Cover -thermaldynamics:cover:0, Blue Milk Cap Cover -thermaldynamics:cover:0, Glowshroom Cover -thermaldynamics:cover:0, Flat Mushroom Cover -thermaldynamics:cover:0, Shadow Shroom Cover -thermaldynamics:cover:0, Bramble Cover -thermaldynamics:cover:0, Clover Cover -thermaldynamics:cover:0, Swampflower Cover -thermaldynamics:cover:0, Deathbloom Cover -thermaldynamics:cover:0, Glowflower Cover -thermaldynamics:cover:0, Blue Hydrangea Cover -thermaldynamics:cover:0, Orange Cosmos Cover -thermaldynamics:cover:0, Pink Dafodil Cover -thermaldynamics:cover:0, Wildflower Cover -thermaldynamics:cover:0, Violet Cover -thermaldynamics:cover:0, White Anemone Cover -thermaldynamics:cover:0, Enderlotus Cover -thermaldynamics:cover:0, Bromeliad Cover -thermaldynamics:cover:0, Wilted Lily Cover -thermaldynamics:cover:0, Pink Hibiscus Cover -thermaldynamics:cover:0, Lily of the Valley Cover -thermaldynamics:cover:0, Burning Blossom Cover -thermaldynamics:cover:0, Lavender Cover -thermaldynamics:cover:0, Goldenrod Cover -thermaldynamics:cover:0, Bluebells Cover -thermaldynamics:cover:0, Miner's Delight Cover -thermaldynamics:cover:0, Icy Iris Cover -thermaldynamics:cover:0, Rose Cover -thermaldynamics:cover:0, Ivy Cover -thermaldynamics:cover:0, Willow Vine Cover -thermaldynamics:cover:0, Fern Terrarium Cover -thermaldynamics:cover:0, Mushroom Terrarium Cover -thermaldynamics:cover:0, Cactus Terrarium Cover -thermaldynamics:cover:0, Flax Terrarium Cover -thermaldynamics:cover:0, Flower Terrarium Cover -thermaldynamics:cover:0, Koru Terrarium Cover -thermaldynamics:cover:0, Bamboo Terrarium Cover -thermaldynamics:cover:0, Beach Terrarium Cover -thermaldynamics:cover:0, Glowshroom Terrarium Cover -thermaldynamics:cover:0, Dead Terrarium Cover -thermaldynamics:cover:0, Mystic Terrarium Cover -thermaldynamics:cover:0, Ominous Terrarium Cover -thermaldynamics:cover:0, Wasteland Terrarium Cover -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 -thermaldynamics:cover:0, Emerald-Bordered Cobblestone Cover -thermaldynamics:cover:0, Quartz-Bordered Cobblestone Cover -thermaldynamics:cover:0, Ender Lilly Cover -thermaldynamics:cover:0, Magical Planks Cover -thermaldynamics:cover:0, Magical Wood Cover -thermaldynamics:cover:0, Diagonal Wood Cover -thermaldynamics:cover:0, Angel Block Cover -thermaldynamics:cover:0, Cursed Earth Cover -thermaldynamics:cover:0, Redstone Clock Cover -thermaldynamics:cover:0, Compressed Cobblestone Cover -thermaldynamics:cover:0, Double Compressed Cobblestone Cover -thermaldynamics:cover:0, Triple Compressed Cobblestone Cover -thermaldynamics:cover:0, Quadruple Compressed Cobblestone Cover -thermaldynamics:cover:0, Quintuple Compressed Cobblestone Cover -thermaldynamics:cover:0, Sextuple Compressed Cobblestone Cover -thermaldynamics:cover:0, Septuple Compressed Cobblestone Cover -thermaldynamics:cover:0, Octuple Compressed Cobblestone Cover -thermaldynamics:cover:0, Compressed Dirt Cover -thermaldynamics:cover:0, Double Compressed Dirt Cover -thermaldynamics:cover:0, Triple Compressed Dirt Cover -thermaldynamics:cover:0, Quadruple Compressed Dirt Cover -thermaldynamics:cover:0, Compressed Sand Cover -thermaldynamics:cover:0, Double Compressed Sand Cover -thermaldynamics:cover:0, Compressed Gravel Cover -thermaldynamics:cover:0, Double Compressed Gravel Cover -thermaldynamics:cover:0, Compressed Netherrack Cover -thermaldynamics:cover:0, Double Compressed Netherrack Cover -thermaldynamics:cover:0, Triple Compressed Netherrack Cover -thermaldynamics:cover:0, Quadruple Compressed Netherrack Cover -thermaldynamics:cover:0, Quintuple Compressed Netherrack Cover -thermaldynamics:cover:0, Sextuple Compressed Netherrack Cover -thermaldynamics:cover:0, Red Orchid Cover -thermaldynamics:cover:0, Power Overload Cover -thermaldynamics:cover:0, Border Stone Cover -thermaldynamics:cover:0, Crossed Stone Cover -thermaldynamics:cover:0, Polished Stone Cover -thermaldynamics:cover:0, Stoneburnt Cover -thermaldynamics:cover:0, Sandy Glass Cover -thermaldynamics:cover:0, Truchet Cover -thermaldynamics:cover:0, Blue Quartz Cover -thermaldynamics:cover:0, Quartzburnt Cover -thermaldynamics:cover:0, Rainbow Stone Cover -thermaldynamics:cover:0, Thickened Glass Cover -thermaldynamics:cover:0, Thickened Glass (Bordered) Cover -thermaldynamics:cover:0, Thickened Glass (Patterned) Cover -thermaldynamics:cover:0, Dark Glass Cover -thermaldynamics:cover:0, Glowing Glass Cover -thermaldynamics:cover:0, Redstone Glass Cover -thermaldynamics:cover:0, Ethereal Glass Cover -thermaldynamics:cover:0, Reverse Ethereal Glass Cover -thermaldynamics:cover:0, Ineffable Glass Cover -thermaldynamics:cover:0, Dark Ineffable Glass Cover -thermaldynamics:cover:0, Transfer Pipe Cover -thermaldynamics:cover:0, Wooden Spikes Cover -thermaldynamics:cover:0, Stone Spikes Cover -thermaldynamics:cover:0, Iron Spikes Cover -thermaldynamics:cover:0, Golden Spikes Cover -thermaldynamics:cover:0, Diamond Spikes Cover -thermaldynamics:cover:0, Creative Spikes Cover -thermaldynamics:cover:0, Redstone Lantern Cover -thermaldynamics:cover:0, Block of Enchanted Metal Cover -thermaldynamics:cover:0, Block of Demon Metal Cover -thermaldynamics:cover:0, Block of Evil Infused Iron Cover -thermaldynamics:cover:0, Bedrock Bricks Cover -thermaldynamics:cover:0, Bedrock Slabs Cover -thermaldynamics:cover:0, Bedrock Cobblestone Cover -thermaldynamics:cover:0, Ferrous-Juniper Leaves Cover -thermaldynamics:cover:0, Burnt Ferrous-Juniper Leaves Cover -thermaldynamics:cover:0, Ferrous-Juniper Log Cover -thermaldynamics:cover:0, Ferrous-Juniper Log Cover -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 -thermaldynamics:cover:0, Thorium Ore Cover -thermaldynamics:cover:0, Uranium Ore Cover -thermaldynamics:cover:0, Boron Ore Cover -thermaldynamics:cover:0, Lithium Ore Cover -thermaldynamics:cover:0, Magnesium Ore Cover -thermaldynamics:cover:0, Copper Block Cover -thermaldynamics:cover:0, Tin Block Cover -thermaldynamics:cover:0, Lead Block Cover -thermaldynamics:cover:0, Thorium Block Cover -thermaldynamics:cover:0, Uranium Block Cover -thermaldynamics:cover:0, Boron Block Cover -thermaldynamics:cover:0, Lithium Block Cover -thermaldynamics:cover:0, Magnesium Block Cover -thermaldynamics:cover:0, Graphite Block Cover -thermaldynamics:cover:0, Beryllium Block Cover -thermaldynamics:cover:0, Zirconium Block Cover -thermaldynamics:cover:0, Manganese Block Cover -thermaldynamics:cover:0, Aluminum Block Cover -thermaldynamics:cover:0, Silver Block Cover -thermaldynamics:cover:0, Fission Reactor Casing Cover -thermaldynamics:cover:0, Blast Block Cover -thermaldynamics:cover:0, Transparent Fission Reactor Casing Cover -thermaldynamics:cover:0, Reactor Cell Cover -thermaldynamics:cover:0, Empty Cooler Cover -thermaldynamics:cover:0, Water Cooler Cover -thermaldynamics:cover:0, Redstone Cooler Cover -thermaldynamics:cover:0, Quartz Cooler Cover -thermaldynamics:cover:0, Gold Cooler Cover -thermaldynamics:cover:0, Glowstone Cooler Cover -thermaldynamics:cover:0, Lapis Cooler Cover -thermaldynamics:cover:0, Diamond Cooler Cover -thermaldynamics:cover:0, Liquid Helium Cooler Cover -thermaldynamics:cover:0, Enderium Cooler Cover -thermaldynamics:cover:0, Cryotheum Cooler Cover -thermaldynamics:cover:0, Iron Cooler Cover -thermaldynamics:cover:0, Emerald Cooler Cover -thermaldynamics:cover:0, Copper Cooler Cover -thermaldynamics:cover:0, Tin Cooler Cover -thermaldynamics:cover:0, Magnesium Cooler Cover -thermaldynamics:cover:0, Reactor Trapdoor Cover -thermaldynamics:cover:0, Thorium-230 Block Cover -thermaldynamics:cover:0, Uranium-238 Block Cover -thermaldynamics:cover:0, Neptunium-237 Block Cover -thermaldynamics:cover:0, Plutonium-242 Block Cover -thermaldynamics:cover:0, Americium-243 Block Cover -thermaldynamics:cover:0, Curium-246 Block Cover -thermaldynamics:cover:0, Berkelium-247 Block Cover -thermaldynamics:cover:0, Californium-252 Block Cover -thermaldynamics:cover:0, Supercold Ice Cover -thermaldynamics:cover:0, Fusion Connector Cover -thermaldynamics:cover:0, Glowing Mushroom Cover -thermaldynamics:cover:0, Wasteland Earth Cover -thermaldynamics:cover:0, Tritium Lamp Cover -thermaldynamics:cover:0, Fertilized Dirt Cover -thermaldynamics:cover:0, Lapis Glass Cover -thermaldynamics:cover:0, Lapis Lamp Cover -thermaldynamics:cover:0, Dyeing Machine Cover -thermaldynamics:cover:0, Bean Pod Cover -thermaldynamics:cover:0, Spectre Block Cover -thermaldynamics:cover:0, Pitcher Plant Cover -thermaldynamics:cover:0, Oak Platform Cover -thermaldynamics:cover:0, Spruce Platform Cover -thermaldynamics:cover:0, Birch Platform Cover -thermaldynamics:cover:0, Jungle Platform Cover -thermaldynamics:cover:0, Acacia Platform Cover -thermaldynamics:cover:0, Dark Oak Platform Cover -thermaldynamics:cover:0, Quartz Lamp Cover -thermaldynamics:cover:0, Quartz Glass Cover -thermaldynamics:cover:0, Contact Button Cover -thermaldynamics:cover:0, Contact Lever Cover -thermaldynamics:cover:0, Superlubricent Ice Cover -thermaldynamics:cover:0, Compressed Slime Block Cover -thermaldynamics:cover:0, Super Lubricent Platform Cover -thermaldynamics:cover:0, Block of Sticks Cover -thermaldynamics:cover:0, Returning Block of Sticks Cover -thermaldynamics:cover:0, White Luminous Block Cover -thermaldynamics:cover:0, Orange Luminous Block Cover -thermaldynamics:cover:0, Magenta Luminous Block Cover -thermaldynamics:cover:0, Light Blue Luminous Block Cover -thermaldynamics:cover:0, Yellow Luminous Block Cover -thermaldynamics:cover:0, Lime Luminous Block Cover -thermaldynamics:cover:0, Pink Luminous Block Cover -thermaldynamics:cover:0, Gray Luminous Block Cover -thermaldynamics:cover:0, Light Gray Luminous Block Cover -thermaldynamics:cover:0, Cyan Luminous Block Cover -thermaldynamics:cover:0, Purple Luminous Block Cover -thermaldynamics:cover:0, Blue Luminous Block Cover -thermaldynamics:cover:0, Brown Luminous Block Cover -thermaldynamics:cover:0, Green Luminous Block Cover -thermaldynamics:cover:0, Red Luminous Block Cover -thermaldynamics:cover:0, Black Luminous Block Cover -thermaldynamics:cover:0, White Translucent Luminous Block Cover -thermaldynamics:cover:0, Orange Translucent Luminous Block Cover -thermaldynamics:cover:0, Magenta Translucent Luminous Block Cover -thermaldynamics:cover:0, Light Blue Translucent Luminous Block Cover -thermaldynamics:cover:0, Yellow Translucent Luminous Block Cover -thermaldynamics:cover:0, Lime Translucent Luminous Block Cover -thermaldynamics:cover:0, Pink Translucent Luminous Block Cover -thermaldynamics:cover:0, Gray Translucent Luminous Block Cover -thermaldynamics:cover:0, Light Gray Translucent Luminous Block Cover -thermaldynamics:cover:0, Cyan Translucent Luminous Block Cover -thermaldynamics:cover:0, Purple Translucent Luminous Block Cover -thermaldynamics:cover:0, Blue Translucent Luminous Block Cover -thermaldynamics:cover:0, Brown Translucent Luminous Block Cover -thermaldynamics:cover:0, Green Translucent Luminous Block Cover -thermaldynamics:cover:0, Red Translucent Luminous Block Cover -thermaldynamics:cover:0, Black Translucent Luminous Block Cover -thermaldynamics:cover:0, Glowing Mushroom Cover -thermaldynamics:cover:0, Super Lubricent Stone Cover -thermaldynamics:cover:0, Trigger Glass Cover -thermaldynamics:cover:0, Ancient Brick [INTERNAL] Cover -thermaldynamics:cover:0, Sided Block of Redstone Cover -thermaldynamics:cover:0, Spectre Planks Cover -thermaldynamics:cover:0, Spectre Sapling Cover -thermaldynamics:cover:0, Spectre Wood Cover -thermaldynamics:cover:0, Spectre Leaves Cover -thermaldynamics:cover:0, Biome Cobblestone Cover -thermaldynamics:cover:0, Biome Stone Cover -thermaldynamics:cover:0, Biome Stone Bricks Cover -thermaldynamics:cover:0, Cracked Biome Stone Bricks Cover -thermaldynamics:cover:0, Chiseled Biome Stone Bricks Cover -thermaldynamics:cover:0, Biome Glass Cover -thermaldynamics:cover:0, White Grass Cover -thermaldynamics:cover:0, Orange Grass Cover -thermaldynamics:cover:0, Magenta Grass Cover -thermaldynamics:cover:0, Light Blue Grass Cover -thermaldynamics:cover:0, Yellow Grass Cover -thermaldynamics:cover:0, Lime Grass Cover -thermaldynamics:cover:0, Pink Grass Cover -thermaldynamics:cover:0, Gray Grass Cover -thermaldynamics:cover:0, Light Gray Grass Cover -thermaldynamics:cover:0, Cyan Grass Cover -thermaldynamics:cover:0, Purple Grass Cover -thermaldynamics:cover:0, Blue Grass Cover -thermaldynamics:cover:0, Brown Grass Cover -thermaldynamics:cover:0, Green Grass Cover -thermaldynamics:cover:0, Red Grass Cover -thermaldynamics:cover:0, Black Grass Cover -thermaldynamics:cover:0, Rainbow Lamp Cover -thermaldynamics:cover:0, White Stained Bricks Cover -thermaldynamics:cover:0, Orange Stained Bricks Cover -thermaldynamics:cover:0, Magenta Stained Bricks Cover -thermaldynamics:cover:0, Light Blue Stained Bricks Cover -thermaldynamics:cover:0, Yellow Stained Bricks Cover -thermaldynamics:cover:0, Lime Stained Brickss Cover -thermaldynamics:cover:0, Pink Stained Bricks Cover -thermaldynamics:cover:0, Gray Stained Bricks Cover -thermaldynamics:cover:0, Light Gray Stained Bricks Cover -thermaldynamics:cover:0, Cyan Stained Bricks Cover -thermaldynamics:cover:0, Purple Stained Bricks Cover -thermaldynamics:cover:0, Blue Stained Bricks Cover -thermaldynamics:cover:0, Brown Stained Bricks Cover -thermaldynamics:cover:0, Green Stained Bricks Cover -thermaldynamics:cover:0, Red Stained Bricks Cover -thermaldynamics:cover:0, Black Stained Bricks Cover -thermaldynamics:cover:0, Luminous White Stained Bricks Cover -thermaldynamics:cover:0, Luminous Orange Stained Bricks Cover -thermaldynamics:cover:0, Luminous Magenta Stained Bricks Cover -thermaldynamics:cover:0, Luminous Light Blue Stained Bricks Cover -thermaldynamics:cover:0, Luminous Yellow Stained Bricks Cover -thermaldynamics:cover:0, Luminous Lime Stained Bricks Cover -thermaldynamics:cover:0, Luminous Pink Stained Bricks Cover -thermaldynamics:cover:0, Luminous Gray Stained Bricks Cover -thermaldynamics:cover:0, Luminous Light Gray Stained Bricks Cover -thermaldynamics:cover:0, Luminous Cyan Stained Bricks Cover -thermaldynamics:cover:0, Luminous Purple Stained Bricks Cover -thermaldynamics:cover:0, Luminous Blue Stained Bricks Cover -thermaldynamics:cover:0, Luminous Brown Stained Bricks Cover -thermaldynamics:cover:0, Luminous Green Stained Bricks Cover -thermaldynamics:cover:0, Luminous Red Stained Bricks Cover -thermaldynamics:cover:0, Luminous Black Stained Bricks Cover -thermaldynamics:cover:0, Redirector Plate Cover -thermaldynamics:cover:0, Redstone Plate Cover -thermaldynamics:cover:0, Corrector Plate Cover -thermaldynamics:cover:0, Item Sealer Plate Cover -thermaldynamics:cover:0, Item Rejuvenator Plate Cover -thermaldynamics:cover:0, Accelerator Plate Cover -thermaldynamics:cover:0, Directional Accelerator Plate Cover -thermaldynamics:cover:0, Bouncy Plate Cover -thermaldynamics:cover:0, Collection Plate Cover -thermaldynamics:cover:0, Player Sensor Cover -thermaldynamics:cover:0, Rusty Hatch Cover -thermaldynamics:cover:0, Rusty Ladder Cover -thermaldynamics:cover:0, Hi-tech Door Cover -thermaldynamics:cover:0, Jaded Ladder Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Elevator Cover -thermaldynamics:cover:0, Sponge Cover -thermaldynamics:cover:0, Path Cover -thermaldynamics:cover:0, Rope Ladder Cover -thermaldynamics:cover:0, Scaffolding Cover -thermaldynamics:cover:0, Fluxed Electrum Block Cover -thermaldynamics:cover:0, Flux Crystal Block Cover -simplyjetpacks:itemjetpack:0, Creative Jetpack -simplyjetpacks:itemjetpack:1, Iron Jetpack -simplyjetpacks:itemjetpack:2, Gold Jetpack -simplyjetpacks:itemjetpack:3, Diamond Jetpack -simplyjetpacks:itemjetpack:4, Iron Jetpack (Armored) -simplyjetpacks:itemjetpack:5, Gold Jetpack (Armored) -simplyjetpacks:itemjetpack:6, Diamond Jetpack (Armored) -simplyjetpacks:itemjetpack:7, Conductive Iron Jetpack -simplyjetpacks:itemjetpack:8, Electrical Steel Jetpack -simplyjetpacks:itemjetpack:9, Energetic Jetpack -simplyjetpacks:itemjetpack:10, Vibrant Jetpack -simplyjetpacks:itemjetpack:11, Conductive Iron Jetpack (Armored) -simplyjetpacks:itemjetpack:12, Electrical Steel Jetpack (Armored) -simplyjetpacks:itemjetpack:13, Energetic Jetpack (Armored) -simplyjetpacks:itemjetpack:14, Vibrant Jetpack (Armored) -simplyjetpacks:itemjetpack:15, Dark Soularium JetPlate -simplyjetpacks:itemjetpack:16, Leadstone Jetpack -simplyjetpacks:itemjetpack:17, Hardened Jetpack -simplyjetpacks:itemjetpack:18, Reinforced Jetpack -simplyjetpacks:itemjetpack:19, Resonant Jetpack -simplyjetpacks:itemjetpack:20, Leadstone Jetpack (Armored) -simplyjetpacks:itemjetpack:21, Hardened Jetpack (Armored) -simplyjetpacks:itemjetpack:22, Reinforced Jetpack (Armored) -simplyjetpacks:itemjetpack:23, Resonant Jetpack (Armored) -simplyjetpacks:itemjetpack:24, Flux-Infused JetPlate -simplyjetpacks:itemjetpack:34, Low Voltage Jetpack -simplyjetpacks:itemjetpack:35, Medium Voltage Jetpack -simplyjetpacks:itemjetpack:36, High Voltage Jetpack -simplyjetpacks:itemjetpack:37, Low Voltage Jetpack (Armored) -simplyjetpacks:itemjetpack:38, Medium Voltage Jetpack (Armored) -simplyjetpacks:itemjetpack:39, High Voltage Jetpack (Armored) -simplyjetpacks:itemfluxpack:0, Creative Fluxpack -simplyjetpacks:itemfluxpack:1, Basic Capacitor Pack -simplyjetpacks:itemfluxpack:2, Double-Layer Capacitor Pack -simplyjetpacks:itemfluxpack:3, Octadic Capacitor Pack -simplyjetpacks:itemfluxpack:4, Basic Capacitor Pack (Armored) -simplyjetpacks:itemfluxpack:5, Double-Layer Capacitor Pack (Armored) -simplyjetpacks:itemfluxpack:6, Octadic Capacitor Pack (Armored) -simplyjetpacks:itemfluxpack:7, Leadstone Fluxpack -simplyjetpacks:itemfluxpack:8, Hardened Fluxpack -simplyjetpacks:itemfluxpack:9, Reinforced Fluxpack -simplyjetpacks:itemfluxpack:10, Resonant Fluxpack -simplyjetpacks:itemfluxpack:11, Leadstone Fluxpack (Armored) -simplyjetpacks:itemfluxpack:12, Hardened Fluxpack (Armored) -simplyjetpacks:itemfluxpack:13, Reinforced Fluxpack (Armored) -simplyjetpacks:itemfluxpack:14, Resonant Fluxpack (Armored) -simplyjetpacks:metaitem:0, Particle Customizer (Default) -simplyjetpacks:metaitem:1, Particle Customizer (None) -simplyjetpacks:metaitem:2, Particle Customizer (Smoke) -simplyjetpacks:metaitem:3, Particle Customizer (Rainbow) -simplyjetpacks:metaitem:4, Leather Strap -simplyjetpacks:metaitemmods:0, Iron Thruster -simplyjetpacks:metaitemmods:1, Gold Thruster -simplyjetpacks:metaitemmods:2, Diamond Thruster -simplyjetpacks:metaitemmods:3, Silicon Armor Plating -simplyjetpacks:metaitemmods:4, Conductive Iron Armor Plating -simplyjetpacks:metaitemmods:5, Electrical Steel Armor Plating -simplyjetpacks:metaitemmods:6, Dark Steel Armor Plating -simplyjetpacks:metaitemmods:7, Conductive Iron Thruster -simplyjetpacks:metaitemmods:8, Electrical Steel Thruster -simplyjetpacks:metaitemmods:9, Energetic Thruster -simplyjetpacks:metaitemmods:10, Vibrant Thruster -simplyjetpacks:metaitemmods:11, Dark Soularium Thruster -simplyjetpacks:metaitemmods:12, Dark Soularium Ingot -simplyjetpacks:metaitemmods:13, Reinforced Glider Wing -simplyjetpacks:metaitemmods:14, Flight Control Unit (Empty) -simplyjetpacks:metaitemmods:15, Flight Control Unit -simplyjetpacks:metaitemmods:39, Tough Fabric Padding -simplyjetpacks:metaitemmods:40, Iron Armor Plating -simplyjetpacks:metaitemmods:41, Steel Armor Plating -simplyjetpacks:metaitemmods:42, Low Voltage Thruster -simplyjetpacks:metaitemmods:43, Medium Voltage Thruster -simplyjetpacks:metaitemmods:44, High Voltage Thruster -simplyjetpacks:metaitemmods:24, Fluxed Thruster -simplyjetpacks:metaitemmods:25, Flux-Infused Chestplate Assembly -simplyjetpacks:metaitemmods:26, Fluxed Armor Plating -simplyjetpacks:metaitemmods:27, Glowstone Elevation Unit (Empty) -simplyjetpacks:metaitemmods:28, Glowstone Elevation Unit -simplyjetpacks:metaitemmods:29, Cryotheum Coolant Unit (Empty) -simplyjetpacks:metaitemmods:30, Cryotheum Coolant Unit -simplyjetpacks:pilot_goggles, Pilot Goggles -plustic:alumitenugget, Alumite Nugget -plustic:alumiteingot, Alumite Ingot -plustic:alumiteblock, Alumite Block -plustic:plustic.molten_alumite, Molten Alumite -plustic:plustic.molten_terrasteel, fluid.terra.name -plustic:plustic.molten_elementium, Molten Elementium -plustic:plustic.molten_manasteel, fluid.mana.name -plustic:plustic.molten_mirion, Molten Mirion -plustic:plustic.molten_infinity, Molten Infinity -plustic:plustic.molten_thaumium, Molten Thaumium -plustic:plustic.molten_starmetal, Molten Starmetal -projectred-integration:gate:0, OR Gate -projectred-integration:gate:1, NOR Gate -projectred-integration:gate:2, NOT Gate -projectred-integration:gate:3, AND Gate -projectred-integration:gate:4, NAND Gate -projectred-integration:gate:5, XOR Gate -projectred-integration:gate:6, XNOR Gate -projectred-integration:gate:7, Buffer Gate -projectred-integration:gate:8, Multiplexer -projectred-integration:gate:9, Pulse Former -projectred-integration:gate:10, Repeater -projectred-integration:gate:11, Randomizer -projectred-integration:gate:12, RS Latch -projectred-integration:gate:13, Toggle Latch -projectred-integration:gate:14, Transparent Latch -projectred-integration:gate:15, Light Sensor -projectred-integration:gate:16, Rain Sensor -projectred-integration:gate:17, Timer -projectred-integration:gate:18, Sequencer -projectred-integration:gate:19, Counter -projectred-integration:gate:20, State Cell -projectred-integration:gate:21, Synchronizer -projectred-integration:gate:22, Bus Transceiver -projectred-integration:gate:23, Null Cell -projectred-integration:gate:24, Invert Cell -projectred-integration:gate:25, Buffer Cell -projectred-integration:gate:26, Comparator -projectred-integration:gate:27, AND Cell -projectred-integration:gate:28, Bus Randomizer -projectred-integration:gate:29, Bus Converter -projectred-integration:gate:30, Bus Input Panel -projectred-integration:gate:31, Data Cell -projectred-integration:gate:32, Segment Display Gate -projectred-integration:gate:33, Dec Randomizer -projectred-integration:gate:34, IC Gate -projectred-transmission:wire:0, Red Alloy Wire -projectred-transmission:wire:1, White Insulated Wire -projectred-transmission:wire:2, Orange Insulated Wire -projectred-transmission:wire:3, Magenta Insulated Wire -projectred-transmission:wire:4, Light Blue Insulated Wire -projectred-transmission:wire:5, Yellow Insulated Wire -projectred-transmission:wire:6, Lime Insulated Wire -projectred-transmission:wire:7, Pink Insulated Wire -projectred-transmission:wire:8, Grey Insulated Wire -projectred-transmission:wire:9, Light Grey Insulated Wire -projectred-transmission:wire:10, Cyan Insulated Wire -projectred-transmission:wire:11, Purple Insulated Wire -projectred-transmission:wire:12, Blue Insulated Wire -projectred-transmission:wire:13, Brown Insulated Wire -projectred-transmission:wire:14, Green Insulated Wire -projectred-transmission:wire:15, Red Insulated Wire -projectred-transmission:wire:16, Black Insulated Wire -projectred-transmission:wire:17, Bundled Cable -projectred-transmission:wire:18, White Bundled Cable -projectred-transmission:wire:19, Orange Bundled Cable -projectred-transmission:wire:20, Magenta Bundled Cable -projectred-transmission:wire:21, Light Blue Bundled Cable -projectred-transmission:wire:22, Yellow Bundled Cable -projectred-transmission:wire:23, Lime Bundled Cable -projectred-transmission:wire:24, Pink Bundled Cable -projectred-transmission:wire:25, Grey Bundled Cable -projectred-transmission:wire:26, Light Grey Bundled Cable -projectred-transmission:wire:27, Cyan Bundled Cable -projectred-transmission:wire:28, Purple Bundled Cable -projectred-transmission:wire:29, Blue Bundled Cable -projectred-transmission:wire:30, Brown Bundled Cable -projectred-transmission:wire:31, Green Bundled Cable -projectred-transmission:wire:32, Red Bundled Cable -projectred-transmission:wire:33, Black Bundled Cable -projectred-transmission:wire:34, Low Load Power Line -projectred-transmission:framed_wire:0, Framed Red Alloy Wire -projectred-transmission:framed_wire:1, Framed White Insulated Wire -projectred-transmission:framed_wire:2, Framed Orange Insulated Wire -projectred-transmission:framed_wire:3, Framed Magenta Insulated Wire -projectred-transmission:framed_wire:4, Framed Light Blue Insulated Wire -projectred-transmission:framed_wire:5, Framed Yellow Insulated Wire -projectred-transmission:framed_wire:6, Framed Lime Insulated Wire -projectred-transmission:framed_wire:7, Framed Pink Insulated Wire -projectred-transmission:framed_wire:8, Framed Grey Insulated Wire -projectred-transmission:framed_wire:9, Framed Light Grey Insulated Wire -projectred-transmission:framed_wire:10, Framed Cyan Insulated Wire -projectred-transmission:framed_wire:11, Framed Purple Insulated Wire -projectred-transmission:framed_wire:12, Framed Blue Insulated Wire -projectred-transmission:framed_wire:13, Framed Brown Insulated Wire -projectred-transmission:framed_wire:14, Framed Green Insulated Wire -projectred-transmission:framed_wire:15, Framed Red Insulated Wire -projectred-transmission:framed_wire:16, Framed Black Insulated Wire -projectred-transmission:framed_wire:17, Framed Bundled Cable -projectred-transmission:framed_wire:34, Framed Low Load Power Line -projectred-fabrication:ic_machine:0, IC Workbench -projectred-fabrication:ic_machine:1, IC Printer -projectred-fabrication:ic_blueprint, IC Blueprint -projectred-fabrication:ic_chip:0, IC Chip -projectred-fabrication:ic_chip:1, Creative Mode IC Chip -projectred-illumination:lamp:0, White Lamp -projectred-illumination:lamp:1, Orange Lamp -projectred-illumination:lamp:2, Magenta Lamp -projectred-illumination:lamp:3, Light Blue Lamp -projectred-illumination:lamp:4, Yellow Lamp -projectred-illumination:lamp:5, Lime Lamp -projectred-illumination:lamp:6, Pink Lamp -projectred-illumination:lamp:7, Grey Lamp -projectred-illumination:lamp:8, Light Grey Lamp -projectred-illumination:lamp:9, Cyan Lamp -projectred-illumination:lamp:10, Purple Lamp -projectred-illumination:lamp:11, Blue Lamp -projectred-illumination:lamp:12, Brown Lamp -projectred-illumination:lamp:13, Green Lamp -projectred-illumination:lamp:14, Red Lamp -projectred-illumination:lamp:15, Black Lamp -projectred-illumination:lamp:16, Inverted White Lamp -projectred-illumination:lamp:17, Inverted Orange Lamp -projectred-illumination:lamp:18, Inverted Magenta Lamp -projectred-illumination:lamp:19, Inverted Light Blue Lamp -projectred-illumination:lamp:20, Inverted Yellow Lamp -projectred-illumination:lamp:21, Inverted Lime Lamp -projectred-illumination:lamp:22, Inverted Pink Lamp -projectred-illumination:lamp:23, Inverted Grey Lamp -projectred-illumination:lamp:24, Inverted Light Grey Lamp -projectred-illumination:lamp:25, Inverted Cyan Lamp -projectred-illumination:lamp:26, Inverted Purple Lamp -projectred-illumination:lamp:27, Inverted Blue Lamp -projectred-illumination:lamp:28, Inverted Brown Lamp -projectred-illumination:lamp:29, Inverted Green Lamp -projectred-illumination:lamp:30, Inverted Red Lamp -projectred-illumination:lamp:31, Inverted Black Lamp -projectred-illumination:light_button:0, White Illumar Button -projectred-illumination:light_button:1, Orange Illumar Button -projectred-illumination:light_button:2, Magenta Illumar Button -projectred-illumination:light_button:3, Light Blue Illumar Button -projectred-illumination:light_button:4, Yellow Illumar Button -projectred-illumination:light_button:5, Lime Illumar Button -projectred-illumination:light_button:6, Pink Illumar Button -projectred-illumination:light_button:7, Grey Illumar Button -projectred-illumination:light_button:8, Light Grey Illumar Button -projectred-illumination:light_button:9, Cyan Illumar Button -projectred-illumination:light_button:10, Purple Illumar Button -projectred-illumination:light_button:11, Blue Illumar Button -projectred-illumination:light_button:12, Brown Illumar Button -projectred-illumination:light_button:13, Green Illumar Button -projectred-illumination:light_button:14, Red Illumar Button -projectred-illumination:light_button:15, Black Illumar Button -projectred-illumination:feedback_light_button:0, White Illumar Feedback Button -projectred-illumination:feedback_light_button:1, Orange Illumar Feedback Button -projectred-illumination:feedback_light_button:2, Magenta Illumar Feedback Button -projectred-illumination:feedback_light_button:3, Light Blue Illumar Feedback Button -projectred-illumination:feedback_light_button:4, Yellow Illumar Feedback Button -projectred-illumination:feedback_light_button:5, Lime Illumar Feedback Button -projectred-illumination:feedback_light_button:6, Pink Illumar Feedback Button -projectred-illumination:feedback_light_button:7, Grey Illumar Feedback Button -projectred-illumination:feedback_light_button:8, Light Grey Illumar Feedback Button -projectred-illumination:feedback_light_button:9, Cyan Illumar Feedback Button -projectred-illumination:feedback_light_button:10, Purple Illumar Feedback Button -projectred-illumination:feedback_light_button:11, Blue Illumar Feedback Button -projectred-illumination:feedback_light_button:12, Brown Illumar Feedback Button -projectred-illumination:feedback_light_button:13, Green Illumar Feedback Button -projectred-illumination:feedback_light_button:14, Red Illumar Feedback Button -projectred-illumination:feedback_light_button:15, Black Illumar Feedback Button -projectred-illumination:lantern:0, White Lantern -projectred-illumination:lantern:1, Orange Lantern -projectred-illumination:lantern:2, Magenta Lantern -projectred-illumination:lantern:3, Light Blue Lantern -projectred-illumination:lantern:4, Yellow Lantern -projectred-illumination:lantern:5, Lime Lantern -projectred-illumination:lantern:6, Pink Lantern -projectred-illumination:lantern:7, Grey Lantern -projectred-illumination:lantern:8, Light Grey Lantern -projectred-illumination:lantern:9, Cyan Lantern -projectred-illumination:lantern:10, Purple Lantern -projectred-illumination:lantern:11, Blue Lantern -projectred-illumination:lantern:12, Brown Lantern -projectred-illumination:lantern:13, Green Lantern -projectred-illumination:lantern:14, Red Lantern -projectred-illumination:lantern:15, Black Lantern -projectred-illumination:inverted_lantern:0, Inverted White Lantern -projectred-illumination:inverted_lantern:1, Inverted Orange Lantern -projectred-illumination:inverted_lantern:2, Inverted Magenta Lantern -projectred-illumination:inverted_lantern:3, Inverted Light Blue Lantern -projectred-illumination:inverted_lantern:4, Inverted Yellow Lantern -projectred-illumination:inverted_lantern:5, Inverted Lime Lantern -projectred-illumination:inverted_lantern:6, Inverted Pink Lantern -projectred-illumination:inverted_lantern:7, Inverted Grey Lantern -projectred-illumination:inverted_lantern:8, Inverted Light Grey Lantern -projectred-illumination:inverted_lantern:9, Inverted Cyan Lantern -projectred-illumination:inverted_lantern:10, Inverted Purple Lantern -projectred-illumination:inverted_lantern:11, Inverted Blue Lantern -projectred-illumination:inverted_lantern:12, Inverted Brown Lantern -projectred-illumination:inverted_lantern:13, Inverted Green Lantern -projectred-illumination:inverted_lantern:14, Inverted Red Lantern -projectred-illumination:inverted_lantern:15, Inverted Black Lantern -projectred-illumination:fixture_light:0, White Fixture -projectred-illumination:fixture_light:1, Orange Fixture -projectred-illumination:fixture_light:2, Magenta Fixture -projectred-illumination:fixture_light:3, Light Blue Fixture -projectred-illumination:fixture_light:4, Yellow Fixture -projectred-illumination:fixture_light:5, Lime Fixture -projectred-illumination:fixture_light:6, Pink Fixture -projectred-illumination:fixture_light:7, Grey Fixture -projectred-illumination:fixture_light:8, Light Grey Fixture -projectred-illumination:fixture_light:9, Cyan Fixture -projectred-illumination:fixture_light:10, Purple Fixture -projectred-illumination:fixture_light:11, Blue Fixture -projectred-illumination:fixture_light:12, Brown Fixture -projectred-illumination:fixture_light:13, Green Fixture -projectred-illumination:fixture_light:14, Red Fixture -projectred-illumination:fixture_light:15, Black Fixture -projectred-illumination:inverted_fixture_light:0, Inverted White Fixture -projectred-illumination:inverted_fixture_light:1, Inverted Orange Fixture -projectred-illumination:inverted_fixture_light:2, Inverted Magenta Fixture -projectred-illumination:inverted_fixture_light:3, Inverted Light Blue Fixture -projectred-illumination:inverted_fixture_light:4, Inverted Yellow Fixture -projectred-illumination:inverted_fixture_light:5, Inverted Lime Fixture -projectred-illumination:inverted_fixture_light:6, Inverted Pink Fixture -projectred-illumination:inverted_fixture_light:7, Inverted Grey Fixture -projectred-illumination:inverted_fixture_light:8, Inverted Light Grey Fixture -projectred-illumination:inverted_fixture_light:9, Inverted Cyan Fixture -projectred-illumination:inverted_fixture_light:10, Inverted Purple Fixture -projectred-illumination:inverted_fixture_light:11, Inverted Blue Fixture -projectred-illumination:inverted_fixture_light:12, Inverted Brown Fixture -projectred-illumination:inverted_fixture_light:13, Inverted Green Fixture -projectred-illumination:inverted_fixture_light:14, Inverted Red Fixture -projectred-illumination:inverted_fixture_light:15, Inverted Black Fixture -projectred-illumination:fallout_lamp:0, White Fallout Light -projectred-illumination:fallout_lamp:1, Orange Fallout Light -projectred-illumination:fallout_lamp:2, Magenta Fallout Light -projectred-illumination:fallout_lamp:3, Light Blue Fallout Light -projectred-illumination:fallout_lamp:4, Yellow Fallout Light -projectred-illumination:fallout_lamp:5, Lime Fallout Light -projectred-illumination:fallout_lamp:6, Pink Fallout Light -projectred-illumination:fallout_lamp:7, Grey Fallout Light -projectred-illumination:fallout_lamp:8, Light Grey Fallout Light -projectred-illumination:fallout_lamp:9, Cyan Fallout Light -projectred-illumination:fallout_lamp:10, Purple Fallout Light -projectred-illumination:fallout_lamp:11, Blue Fallout Light -projectred-illumination:fallout_lamp:12, Brown Fallout Light -projectred-illumination:fallout_lamp:13, Green Fallout Light -projectred-illumination:fallout_lamp:14, Red Fallout Light -projectred-illumination:fallout_lamp:15, Black Fallout Light -projectred-illumination:inverted_fallout_lamp:0, Inverted White Fallout Light -projectred-illumination:inverted_fallout_lamp:1, Inverted Orange Fallout Light -projectred-illumination:inverted_fallout_lamp:2, Inverted Magenta Fallout Light -projectred-illumination:inverted_fallout_lamp:3, Inverted Light Blue Fallout Light -projectred-illumination:inverted_fallout_lamp:4, Inverted Yellow Fallout Light -projectred-illumination:inverted_fallout_lamp:5, Inverted Lime Fallout Light -projectred-illumination:inverted_fallout_lamp:6, Inverted Pink Fallout Light -projectred-illumination:inverted_fallout_lamp:7, Inverted Grey Fallout Light -projectred-illumination:inverted_fallout_lamp:8, Inverted Light Grey Fallout Light -projectred-illumination:inverted_fallout_lamp:9, Inverted Cyan Fallout Light -projectred-illumination:inverted_fallout_lamp:10, Inverted Purple Fallout Light -projectred-illumination:inverted_fallout_lamp:11, Inverted Blue Fallout Light -projectred-illumination:inverted_fallout_lamp:12, Inverted Brown Fallout Light -projectred-illumination:inverted_fallout_lamp:13, Inverted Green Fallout Light -projectred-illumination:inverted_fallout_lamp:14, Inverted Red Fallout Light -projectred-illumination:inverted_fallout_lamp:15, Inverted Black Fallout Light -projectred-illumination:cage_lamp:0, White Cage Lamp -projectred-illumination:cage_lamp:1, Orange Cage Lamp -projectred-illumination:cage_lamp:2, Magenta Cage Lamp -projectred-illumination:cage_lamp:3, Light Blue Cage Lamp -projectred-illumination:cage_lamp:4, Yellow Cage Lamp -projectred-illumination:cage_lamp:5, Lime Cage Lamp -projectred-illumination:cage_lamp:6, Pink Cage Lamp -projectred-illumination:cage_lamp:7, Grey Cage Lamp -projectred-illumination:cage_lamp:8, Light Grey Cage Lamp -projectred-illumination:cage_lamp:9, Cyan Cage Lamp -projectred-illumination:cage_lamp:10, Purple Cage Lamp -projectred-illumination:cage_lamp:11, Blue Cage Lamp -projectred-illumination:cage_lamp:12, Brown Cage Lamp -projectred-illumination:cage_lamp:13, Green Cage Lamp -projectred-illumination:cage_lamp:14, Red Cage Lamp -projectred-illumination:cage_lamp:15, Black Cage Lamp -projectred-illumination:inverted_cage_lamp:0, Inverted White Cage Lamp -projectred-illumination:inverted_cage_lamp:1, Inverted Orange Cage Lamp -projectred-illumination:inverted_cage_lamp:2, Inverted Magenta Cage Lamp -projectred-illumination:inverted_cage_lamp:3, Inverted Light Blue Cage Lamp -projectred-illumination:inverted_cage_lamp:4, Inverted Yellow Cage Lamp -projectred-illumination:inverted_cage_lamp:5, Inverted Lime Cage Lamp -projectred-illumination:inverted_cage_lamp:6, Inverted Pink Cage Lamp -projectred-illumination:inverted_cage_lamp:7, Inverted Grey Cage Lamp -projectred-illumination:inverted_cage_lamp:8, Inverted Light Grey Cage Lamp -projectred-illumination:inverted_cage_lamp:9, Inverted Cyan Cage Lamp -projectred-illumination:inverted_cage_lamp:10, Inverted Purple Cage Lamp -projectred-illumination:inverted_cage_lamp:11, Inverted Blue Cage Lamp -projectred-illumination:inverted_cage_lamp:12, Inverted Brown Cage Lamp -projectred-illumination:inverted_cage_lamp:13, Inverted Green Cage Lamp -projectred-illumination:inverted_cage_lamp:14, Inverted Red Cage Lamp -projectred-illumination:inverted_cage_lamp:15, Inverted Black Cage Lamp -projectred-expansion:solar_panel, Solar Panel -projectred-expansion:empty_battery, Battery -projectred-expansion:charged_battery, Battery -projectred-expansion:jetpack, Jetpack -projectred-expansion:electric_screwdriver, Electric Screwdriver -projectred-expansion:infused_ender_pearl, Infused Ender Pearl -projectred-expansion:plan, Recipe Plan -projectred-expansion:machine1:0, Inductive Furnace -projectred-expansion:machine1:1, Electrotine Generator -projectred-expansion:machine2:0, Block Breaker -projectred-expansion:machine2:1, Item Importer -projectred-expansion:machine2:2, Block Placer -projectred-expansion:machine2:3, Filtered Importer -projectred-expansion:machine2:4, Fire Starter -projectred-expansion:machine2:5, Battery Box -projectred-expansion:machine2:6, Charging Bench -projectred-expansion:machine2:7, Teleposer -projectred-expansion:machine2:8, Frame Motor -projectred-expansion:machine2:9, Frame Linear Actuator -projectred-expansion:machine2:10, Project Bench -projectred-expansion:machine2:11, Auto Crafting Bench -projectred-expansion:machine2:12, Diamond Block Breaker -projectred-relocation:frame, Frame -projectred-transportation:pipe:0, Item Transport pipe -projectred-transportation:pipe:1, Routed Junction pipe -projectred-transportation:pipe:2, Routed Interface pipe -projectred-transportation:pipe:3, Routed Request pipe -projectred-transportation:pipe:4, Routed Firewall pipe -projectred-transportation:pipe:32, Network Valve pipe -projectred-transportation:pipe:33, Network Latency pipe -projectred-transportation:pipe:64, Pressure tube -projectred-transportation:pipe:65, Pressure Resistance tube -projectred-transportation:routing_chip:0, Item Responder chip -projectred-transportation:routing_chip:1, Dynamic Item Responder chip -projectred-transportation:routing_chip:2, Item Overflow Responder chip -projectred-transportation:routing_chip:3, Item Terminator chip -projectred-transportation:routing_chip:4, Item Extractor chip -projectred-transportation:routing_chip:5, Item Broadcaster chip -projectred-transportation:routing_chip:6, Item Stock Keeper chip -projectred-transportation:routing_chip:7, Item Crafting chip -projectred-transportation:routing_chip:8, Item Crafting Extension chip -projectred-transportation:router_utility, Router Utility -projectred-exploration:wool_gin, Wool Gin -projectred-exploration:backpack:0, White Backpack -projectred-exploration:backpack:1, Orange Backpack -projectred-exploration:backpack:2, Magenta Backpack -projectred-exploration:backpack:3, Light Blue Backpack -projectred-exploration:backpack:4, Yellow Backpack -projectred-exploration:backpack:5, Lime Backpack -projectred-exploration:backpack:6, Pink Backpack -projectred-exploration:backpack:7, Grey Backpack -projectred-exploration:backpack:8, Light Grey Backpack -projectred-exploration:backpack:9, Cyan Backpack -projectred-exploration:backpack:10, Purple Backpack -projectred-exploration:backpack:11, Blue Backpack -projectred-exploration:backpack:12, Brown Backpack -projectred-exploration:backpack:13, Green Backpack -projectred-exploration:backpack:14, Red Backpack -projectred-exploration:backpack:15, Black Backpack -projectred-exploration:athame, Athame -projectred-exploration:ore:0, Ruby Ore -projectred-exploration:ore:1, Sapphire Ore -projectred-exploration:ore:2, Peridot Ore -projectred-exploration:ore:3, Copper Ore -projectred-exploration:ore:4, Tin Ore -projectred-exploration:ore:5, Silver Ore -projectred-exploration:ore:6, Electrotine Ore -projectred-exploration:stone:0, Marble -projectred-exploration:stone:1, Marble Brick -projectred-exploration:stone:2, Basalt Cobblestone -projectred-exploration:stone:3, Basalt -projectred-exploration:stone:4, Basalt Brick -projectred-exploration:stone:5, Block of Ruby -projectred-exploration:stone:6, Block of Sapphire -projectred-exploration:stone:7, Block of Peridot -projectred-exploration:stone:8, Block of Copper -projectred-exploration:stone:9, Block of Tin -projectred-exploration:stone:10, Block of Silver -projectred-exploration:stone:11, Block of Electrotine -projectred-exploration:stone_wall:0, Marble Wall -projectred-exploration:stone_wall:1, Marble Brick Wall -projectred-exploration:stone_wall:2, Basalt Cobblestone Wall -projectred-exploration:stone_wall:3, Basalt Wall -projectred-exploration:stone_wall:4, Basalt Brick Wall -projectred-exploration:stone_wall:5, Ruby Wall -projectred-exploration:stone_wall:6, Sapphire Wall -projectred-exploration:stone_wall:7, Peridot Wall -projectred-exploration:stone_wall:8, Copper Wall -projectred-exploration:stone_wall:9, Tin Wall -projectred-exploration:stone_wall:10, Silver Wall -projectred-exploration:stone_wall:11, Electrotine Wall -projectred-exploration:barrel:0, Item Barrel -projectred-exploration:ruby_axe, Ruby Axe -projectred-exploration:sapphire_axe, Sapphire Axe -projectred-exploration:peridot_axe, Peridot Axe -projectred-exploration:ruby_hoe, Ruby Hoe -projectred-exploration:sapphire_hoe, Sapphire Hoe -projectred-exploration:peridot_hoe, Peridot Hoe -projectred-exploration:ruby_pickaxe, Ruby Pickaxe -projectred-exploration:sapphire_pickaxe, Sapphire Pickaxe -projectred-exploration:peridot_pickaxe, Peridot Pickaxe -projectred-exploration:ruby_shovel, Ruby Shovel -projectred-exploration:sapphire_shovel, Sapphire Shovel -projectred-exploration:peridot_shovel, Peridot Shovel -projectred-exploration:ruby_sword, Ruby Sword -projectred-exploration:sapphire_sword, Sapphire Sword -projectred-exploration:peridot_sword, Peridot Sword -projectred-exploration:golden_saw, Golden Saw -projectred-exploration:ruby_saw, Ruby Saw -projectred-exploration:sapphire_saw, Sapphire Saw -projectred-exploration:peridot_saw, Peridot Saw -projectred-exploration:wooden_sickle, Wooden Sickle -projectred-exploration:stone_sickle, Stone Sickle -projectred-exploration:iron_sickle, Iron Sickle -projectred-exploration:golden_sickle, Golden Sickle -projectred-exploration:ruby_sickle, Ruby Sickle -projectred-exploration:sapphire_sickle, Sapphire Sickle -projectred-exploration:peridot_sickle, Peridot Sickle -projectred-exploration:diamond_sickle, Diamond Sickle -projectred-exploration:ruby_helmet, Ruby Helmet -projectred-exploration:ruby_chestplate, Ruby Chestplate -projectred-exploration:ruby_leggings, Ruby Leggings -projectred-exploration:ruby_boots, Ruby Boots -projectred-exploration:sapphire_helmet, Sapphire Helmet -projectred-exploration:sapphire_chestplate, Sapphire Chestplate -projectred-exploration:sapphire_leggings, Sapphire Leggings -projectred-exploration:sapphire_boots, Sapphire Boots -projectred-exploration:peridot_helmet, Peridot Helmet -projectred-exploration:peridot_chestplate, Peridot Chestplate -projectred-exploration:peridot_leggings, Peridot Leggings -projectred-exploration:peridot_boots, Peridot Boots -simplevoidworld:portal, Portal to the void -thaumadditions:mithrillium_nugget, Mithrillium Nugget -thaumadditions:adaminite_nugget, Adaminite Nugget -thaumadditions:mithminite_nugget, Mithminite Nugget -thaumadditions:mithrillium_ingot, Mithrillium Ingot -thaumadditions:adaminite_ingot, Adaminite Ingot -thaumadditions:mithminite_ingot, Mithminite Ingot -thaumadditions:mithrillium_plate, Mithrillium Plate -thaumadditions:adaminite_plate, Adaminite Plate -thaumadditions:mithminite_plate, Mithminite Plate -thaumadditions:adaminite_fabric, Adaminite Fabric -thaumadditions:mithminite_fabric, Mithminite Fabric -thaumadditions:mithrillium_resonator, Mithrillium Resonator -thaumadditions:levitation_device, Flight Device -thaumadditions:seal_globe, Seal Globe -thaumadditions:odour_powder, Odour Powder -thaumadditions:phantom_ink_phial, Phial of Phantom Ink -thaumadditions:mithminite_blade, Mithminite Blade -thaumadditions:mithminite_handle, Mithminite Handle -thaumadditions:zeith_fur, Blue Wolf Fur -thaumadditions:blue_bone, Blue Bone -thaumadditions:fragnant_pendant, Fragrant Pendant -thaumadditions:recharge_charm, Recharge Charm -thaumadditions:traveller_belt, Belt of the Traveller -thaumadditions:striding_belt, Striding Belt -thaumadditions:meteor_belt, Belt of the Meteor -thaumadditions:bone_eye, Bone-eye -thaumadditions:vis_scribing_tools, Vis Scribing Tools -thaumadditions:void_thaumometer, Void Thaumometer -thaumadditions:wormhole_mirror, Wormhole Mirror -thaumadditions:void_elemental_pickaxe, Void Pickaxe of the Core -thaumadditions:void_elemental_shovel, Void Shovel of the Earthmover -thaumadditions:void_elemental_axe, Void Axe of the Stream -thaumadditions:void_elemental_hoe, Void Hoe of Growth -thaumadditions:shadow_beam_staff, Shadow Beam Staff -thaumadditions:essentia_pistol, Essentia Pistol -thaumadditions:the_beheader, The Beheader -thaumadditions:adaminite_sword, Adaminite Sword -thaumadditions:mithminite_scythe, Mithminite Scythe -thaumadditions:adaminite_hood, Adaminite Hood -thaumadditions:adaminite_robe, Adaminite Robe -thaumadditions:adaminite_belt, Adaminite Belt -thaumadditions:adaminite_boots, Adaminite Boots -thaumadditions:mithminite_hood, Mithminite Hood -thaumadditions:mithminite_robe, Mithminite Robe -thaumadditions:mithminite_belt, Mithminite Belt -thaumadditions:mithminite_boots, Mithminite Boots -thaumadditions:dna_sample, Entity Cell -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:salt_essence:0, Vis Salt -thaumadditions:seal_symbol, Seal Symbol: @ASPECT -thaumadditions:vis_pod, %s Vis Pod -thaumadditions:vis_seeds, %s Vis Seeds -thaumadditions:void_seed, Void Seedling -thaumadditions:chester, Chester -thaumadditions:knowledge_tome, Tome of Sharing -thaumadditions:disenchant_fabric, Fabric of Disenchantment -thaumadditions:crystal_bag, Crystal Bag -thaumadditions:void_fruit, Void Fruit -thaumadditions:mithrillium_smelter, Mithrillium Smeltery -thaumadditions:adaminite_smelter, Adaminite Smeltery -thaumadditions:mithminite_smelter, Mithminite Smeltery -thaumadditions:aura_disperser, Aura Disperser -thaumadditions:aspect_combiner, Essentia Combiner -thaumadditions:aura_charger, Aura Charger -thaumadditions:crystal_crusher, Crystal Crusher -thaumadditions:crystal_bore, Crystal Bore -thaumadditions:entity_summoner, Entity Summoner -thaumadditions:puriflower, Puriflower -thaumadditions:flux_concentrator, Flux Concentrator -thaumadditions:cake, Arcane Cake -thaumadditions:dawn_totem, Totem of Dawn -thaumadditions:twilight_totem, Twilight Totem -thaumadditions:growth_chamber, Crystal Growth Chamber -thaumadditions:seal, Arcane Seal -thaumadditions:shadow_enchanter, Shadow Enchanter -thaumadditions:thaumic_lectern, Thaumonomicon Lectern -thaumadditions:void_anvil, Void Anvil -thaumadditions:essentia_sink, Essentia Sink -thaumadditions:jar_brass, Brass Warded Jar -thaumadditions:jar_thaumium, Thaumium Reinforced Jar -thaumadditions:jar_eldritch, Void Reinforced Jar -thaumadditions:jar_mithrillium, Mithrillium Fortified Jar -thaumadditions:jar_adaminite, Adaminite Fortified Jar -thaumadditions:jar_mithminite, Mithminite Fortified Jar -thaumadditions:crystal_block, @ASPECT Crystal Block -thaumadditions:taintkin, Taintkin -thaumadditions:taintkin_lit, Taint o' Lantern -thaumadditions:mithrillium_block, Mithrillium Block -thaumadditions:adaminite_block, Adaminite Block -thaumadditions:mithminite_block, Mithminite Block -thaumadditions:taintwood_planks, Taintwood Planks -thaumadditions:chiseled_amber_block, Chiseled Amber Block -thaumadditions:iron_framed_greatwood, Iron Framed Greatwood -thaumadditions:brass_plated_silverwood, Brass Plated Silverwood -thaumadditions:chiseled_greatwood, Chiseled Greatwood -thaumadditions:amber_lamp, Amber Lamp -thaumadditions:crystal_lamp, Crystal Lamp -thaumadditions:vis_seeds/aer, item.thaumadditions:vis_seeds/aer.name -thaumadditions:vis_seeds/terra, item.thaumadditions:vis_seeds/terra.name -thaumadditions:vis_seeds/ignis, item.thaumadditions:vis_seeds/ignis.name -thaumadditions:vis_seeds/aqua, item.thaumadditions:vis_seeds/aqua.name -thaumadditions:vis_seeds/ordo, item.thaumadditions:vis_seeds/ordo.name -thaumadditions:vis_seeds/perditio, item.thaumadditions:vis_seeds/perditio.name -thaumadditions:vis_seeds/vacuos, item.thaumadditions:vis_seeds/vacuos.name -thaumadditions:vis_seeds/lux, item.thaumadditions:vis_seeds/lux.name -thaumadditions:vis_seeds/motus, item.thaumadditions:vis_seeds/motus.name -thaumadditions:vis_seeds/gelum, item.thaumadditions:vis_seeds/gelum.name -thaumadditions:vis_seeds/vitreus, item.thaumadditions:vis_seeds/vitreus.name -thaumadditions:vis_seeds/metallum, item.thaumadditions:vis_seeds/metallum.name -thaumadditions:vis_seeds/victus, item.thaumadditions:vis_seeds/victus.name -thaumadditions:vis_seeds/mortuus, item.thaumadditions:vis_seeds/mortuus.name -thaumadditions:vis_seeds/potentia, item.thaumadditions:vis_seeds/potentia.name -thaumadditions:vis_seeds/permutatio, item.thaumadditions:vis_seeds/permutatio.name -thaumadditions:vis_seeds/praecantatio, item.thaumadditions:vis_seeds/praecantatio.name -thaumadditions:vis_seeds/auram, item.thaumadditions:vis_seeds/auram.name -thaumadditions:vis_seeds/alkimia, item.thaumadditions:vis_seeds/alkimia.name -thaumadditions:vis_seeds/vitium, item.thaumadditions:vis_seeds/vitium.name -thaumadditions:vis_seeds/tenebrae, item.thaumadditions:vis_seeds/tenebrae.name -thaumadditions:vis_seeds/alienis, item.thaumadditions:vis_seeds/alienis.name -thaumadditions:vis_seeds/volatus, item.thaumadditions:vis_seeds/volatus.name -thaumadditions:vis_seeds/herba, item.thaumadditions:vis_seeds/herba.name -thaumadditions:vis_seeds/instrumentum, item.thaumadditions:vis_seeds/instrumentum.name -thaumadditions:vis_seeds/fabrico, item.thaumadditions:vis_seeds/fabrico.name -thaumadditions:vis_seeds/machina, item.thaumadditions:vis_seeds/machina.name -thaumadditions:vis_seeds/vinculum, item.thaumadditions:vis_seeds/vinculum.name -thaumadditions:vis_seeds/spiritus, item.thaumadditions:vis_seeds/spiritus.name -thaumadditions:vis_seeds/cognitio, item.thaumadditions:vis_seeds/cognitio.name -thaumadditions:vis_seeds/sensus, item.thaumadditions:vis_seeds/sensus.name -thaumadditions:vis_seeds/aversio, item.thaumadditions:vis_seeds/aversio.name -thaumadditions:vis_seeds/praemunio, item.thaumadditions:vis_seeds/praemunio.name -thaumadditions:vis_seeds/desiderium, item.thaumadditions:vis_seeds/desiderium.name -thaumadditions:vis_seeds/exanimis, item.thaumadditions:vis_seeds/exanimis.name -thaumadditions:vis_seeds/bestia, item.thaumadditions:vis_seeds/bestia.name -thaumadditions:vis_seeds/humanus, item.thaumadditions:vis_seeds/humanus.name -thaumadditions:vis_seeds/coralos, item.thaumadditions:vis_seeds/coralos.name -thaumadditions:vis_seeds/dreadia, item.thaumadditions:vis_seeds/dreadia.name -thaumadditions:vis_seeds/sol, item.thaumadditions:vis_seeds/sol.name -thaumadditions:vis_seeds/luna, item.thaumadditions:vis_seeds/luna.name -thaumadditions:vis_seeds/stellae, item.thaumadditions:vis_seeds/stellae.name -thaumadditions:vis_seeds/diabolus, item.thaumadditions:vis_seeds/diabolus.name -thaumadditions:vis_seeds/mythus, item.thaumadditions:vis_seeds/mythus.name -thaumadditions:vis_seeds/fluctus, item.thaumadditions:vis_seeds/fluctus.name -thaumadditions:vis_seeds/sonus, item.thaumadditions:vis_seeds/sonus.name -thaumadditions:vis_seeds/exitium, item.thaumadditions:vis_seeds/exitium.name -thaumadditions:vis_seeds/caeles, item.thaumadditions:vis_seeds/caeles.name -thaumadditions:vis_seeds/draco, item.thaumadditions:vis_seeds/draco.name -thaumadditions:vis_seeds/infernum, item.thaumadditions:vis_seeds/infernum.name -thaumadditions:vis_seeds/ventus, item.thaumadditions:vis_seeds/ventus.name -thaumadditions:vis_seeds/visum, item.thaumadditions:vis_seeds/visum.name -thaumadditions:vis_seeds/imperium, item.thaumadditions:vis_seeds/imperium.name -thermalcultivation:watering_can:0, Watering Can (Basic) -thermalcultivation:watering_can:1, Watering Can (Hardened) -thermalcultivation:watering_can:2, Watering Can (Reinforced) -thermalcultivation:watering_can:3, Watering Can (Signalum) -thermalcultivation:watering_can:4, Watering Can (Resonant) -thermalcultivation:watering_can:32000, Watering Can (Creative) -thermalinnovation:drill:0, Fluxbore (Basic) -thermalinnovation:drill:1, Fluxbore (Hardened) -thermalinnovation:drill:2, Fluxbore (Reinforced) -thermalinnovation:drill:3, Fluxbore (Signalum) -thermalinnovation:drill:4, Fluxbore (Resonant) -thermalinnovation:drill:32000, Fluxbore (Creative) -thermalinnovation:saw:0, Fluxsaw (Basic) -thermalinnovation:saw:1, Fluxsaw (Hardened) -thermalinnovation:saw:2, Fluxsaw (Reinforced) -thermalinnovation:saw:3, Fluxsaw (Signalum) -thermalinnovation:saw:4, Fluxsaw (Resonant) -thermalinnovation:saw:32000, Fluxsaw (Creative) -thermalinnovation:magnet:0, Fluxomagnet (Basic) -thermalinnovation:magnet:1, Fluxomagnet (Hardened) -thermalinnovation:magnet:2, Fluxomagnet (Reinforced) -thermalinnovation:magnet:3, Fluxomagnet (Signalum) -thermalinnovation:magnet:4, Fluxomagnet (Resonant) -thermalinnovation:magnet:32000, Fluxomagnet (Creative) -thermalinnovation:injector:0, Hypoinfuser (Basic) -thermalinnovation:injector:1, Hypoinfuser (Hardened) -thermalinnovation:injector:2, Hypoinfuser (Reinforced) -thermalinnovation:injector:3, Hypoinfuser (Signalum) -thermalinnovation:injector:4, Hypoinfuser (Resonant) -thermalinnovation:injector:32000, Hypoinfuser (Creative) -thermalinnovation:quiver:0, Alchemical Quiver (Basic) -thermalinnovation:quiver:1, Alchemical Quiver (Hardened) -thermalinnovation:quiver:2, Alchemical Quiver (Reinforced) -thermalinnovation:quiver:3, Alchemical Quiver (Signalum) -thermalinnovation:quiver:4, Alchemical Quiver (Resonant) -thermalinnovation:quiver:32000, Alchemical Quiver (Creative) -tce:tce_torch_lvl1, §9Torcherino lvl 1 -tce:tce_torch_lvl2, §aTorcherino lvl 2 -tce:tce_torch_lvl3, §cTorcherino lvl 3 -tce:tce_torch_lvl4, §6Torcherino lvl 4 -tce:tce_torch_lvl5, §bTorcherino lvl 5 -tce:tce_compressed_torch_lvl1, §9Improved torcherino lvl 1 -tce:tce_compressed_torch_lvl2, §aImproved torcherino lvl 2 -tce:tce_compressed_torch_lvl3, §cImproved torcherino lvl 3 -tce:tce_compressed_torch_lvl4, §6Improved torcherino lvl 4 -tce:tce_compressed_torch_lvl5, §bImproved torcherino lvl 5 -tce:tce_d_compressed_torch_lvl1, §9Advanced torcherino lvl 1 -tce:tce_d_compressed_torch_lvl2, §aAdvanced torcherino lvl 2 -tce:tce_d_compressed_torch_lvl3, §cAdvanced torcherino lvl 3 -tce:tce_d_compressed_torch_lvl4, §6Advanced torcherino lvl 4 -tce:tce_d_compressed_torch_lvl5, §bAdvanced torcherino lvl 5 -tce:tce_time_acceleration, §6Time Accelerator -tce:tce_time_collectors, §6Temporary collector -tce:tce_time_manipulator, §5Time manipulator -tce:tce_time_storage, §6Time Storage -tce:tce_particle_collector, §6Particle collector -wrcbe:wireless_logic:0, Wireless Transmitter -wrcbe:wireless_logic:1, Wireless Receiver -wrcbe:wireless_logic:2, Wireless Jammer -wrcbe:material:0, Obsidian Stick -wrcbe:material:1, Stone Bowl -wrcbe:material:2, REther Pearl -wrcbe:material:3, Wireless Transceiver -wrcbe:material:4, Blaze Transceiver -wrcbe:material:5, Receiver Dish -wrcbe:material:6, Blaze Receiver Dish -wrcbe:triangulator, Wireless Triangulator -wrcbe:remote, Wireless Remote -wrcbe:sniffer, Wireless Sniffer -wrcbe:empty_map, Empty Wireless Map -wrcbe:map:0, Wireless Map #0 -wrcbe:tracker, Wireless Tracker -wrcbe:rep, REP -wrcbe:p_sniffer, Private Sniffer -libvulpes:blockphantom, tile.blockPhantom.name -libvulpes:hatch:0, Input Hatch -libvulpes:hatch:1, Output Hatch -libvulpes:hatch:2, Fluid Input Hatch -libvulpes:hatch:3, Fluid Output Hatch -libvulpes:placeholder, Machine -libvulpes:structuremachine, Machine Structure -libvulpes:advstructuremachine, Advanced Machine Structure -libvulpes:creativepowerbattery, Creative Power Input Plug -libvulpes:forgepowerinput, Power Input Plug -libvulpes:forgepoweroutput, Power Output Plug -libvulpes:coalgenerator, Coal Generator -libvulpes:motor, Motor -libvulpes:advancedmotor, Advanced Motor -libvulpes:enhancedmotor, Enhanced Motor -libvulpes:elitemotor, Elite Motor -libvulpes:productdust:0, Dilithium Dust -libvulpes:productdust:1, Iron Dust -libvulpes:productdust:2, Gold Dust -libvulpes:productdust:3, Silicon Dust -libvulpes:productdust:4, Copper Dust -libvulpes:productdust:5, Tin Dust -libvulpes:productdust:6, Steel Dust -libvulpes:productdust:7, Titanium Dust -libvulpes:productdust:9, Aluminum Dust -libvulpes:productdust:10, Iridium Dust -libvulpes:productingot:3, Silicon Ingot -libvulpes:productingot:4, Copper Ingot -libvulpes:productingot:5, Tin Ingot -libvulpes:productingot:6, Steel Ingot -libvulpes:productingot:7, Titanium Ingot -libvulpes:productingot:9, Aluminum Ingot -libvulpes:productingot:10, Iridium Ingot -libvulpes:productgem:0, Dilithium Crystal -libvulpes:productboule:3, Silicon Boule -libvulpes:productnugget:3, Silicon Nugget -libvulpes:productnugget:4, Copper Nugget -libvulpes:productnugget:5, Tin Nugget -libvulpes:productnugget:6, Steel Nugget -libvulpes:productnugget:7, Titanium Nugget -libvulpes:productnugget:9, Aluminum Nugget -libvulpes:productnugget:10, Iridium Nugget -libvulpes:productplate:1, Iron Plate -libvulpes:productplate:2, Gold Plate -libvulpes:productplate:3, Silicon Plate -libvulpes:productplate:4, Copper Plate -libvulpes:productplate:5, Tin Plate -libvulpes:productplate:6, Steel Plate -libvulpes:productplate:7, Titanium Plate -libvulpes:productplate:9, Aluminum Plate -libvulpes:productplate:10, Iridium Plate -libvulpes:productrod:1, Iron Rod -libvulpes:productrod:4, Copper Rod -libvulpes:productrod:6, Steel Rod -libvulpes:productrod:7, Titanium Rod -libvulpes:productrod:10, Iridium Rod -libvulpes:productfan:6, Steel Fan -libvulpes:productsheet:1, Iron Sheet -libvulpes:productsheet:4, Copper Sheet -libvulpes:productsheet:6, Steel Sheet -libvulpes:productsheet:7, Titanium Sheet -libvulpes:productsheet:9, Aluminum Sheet -libvulpes:productgear:6, Steel Gear -libvulpes:productgear:7, Titanium Gear -libvulpes:ore0:0, Dilithium Ore -libvulpes:ore0:4, Copper Ore -libvulpes:ore0:5, Tin Ore -libvulpes:ore0:8, Rutile Ore -libvulpes:ore0:9, Aluminum Ore -libvulpes:ore0:10, Iridium Ore -libvulpes:metal0:4, Copper Block -libvulpes:metal0:5, Tin Block -libvulpes:metal0:6, Steel Block -libvulpes:metal0:7, Titanium Block -libvulpes:metal0:9, Aluminum Block -libvulpes:metal0:10, Iridium Block -libvulpes:coil0:2, Gold Coil -libvulpes:coil0:4, Copper Coil -libvulpes:coil0:7, Titanium Coil -libvulpes:coil0:9, Aluminum Coil -libvulpes:coil0:10, Iridium Coil -advancedrocketry:concrete, Concrete -advancedrocketry:blastbrick, HeatProof Brick -advancedrocketry:structuretower, Structure Tower -advancedrocketry:blocklens, Lens -advancedrocketry:solarpanel, Solar Panel -advancedrocketry:solararraypanel, Solar Array Panel -advancedrocketry:sawblade, Saw Blade Assembly -advancedrocketry:platepress, Small Plate Presser -advancedrocketry:forcefieldprojector, Force Field Projector -advancedrocketry:forcefield, Force Field -advancedrocketry:vacuumlaser, Vacuum-Chamber High Power Laser Emitter -advancedrocketry:blockpump, Fluid Pump -advancedrocketry:suitworkstation, Suit Workstation -advancedrocketry:liquidtank, Pressurized Tank -advancedrocketry:solargenerator, Solar Generator -advancedrocketry:wirelesstransciever, Wireless Transceiver -advancedrocketry:arcfurnace, Electric Arc Furnace -advancedrocketry:rollingmachine, Rolling Machine -advancedrocketry:lathe, Lathe -advancedrocketry:crystallizer, Crystallizer -advancedrocketry:cuttingmachine, Cutting Machine -advancedrocketry:precisionassemblingmachine, Precision Assembler -advancedrocketry:electrolyser, Electrolyser -advancedrocketry:chemicalreactor, Chemical Reactor -advancedrocketry:precisionlaseretcher, Precision Laser Etcher -advancedrocketry:observatory, Observatory -advancedrocketry:planetanalyser, Astrobody Data Processor -advancedrocketry:centrifuge, Essentia Centrifuge -advancedrocketry:satellitebuilder, Satellite Builder -advancedrocketry:blackholegenerator, Black Hole Generator -advancedrocketry:microwavereciever, Microwave Receiver -advancedrocketry:solararray, Solar Array -advancedrocketry:warpcore, Warp Core -advancedrocketry:beacon, Beacon -advancedrocketry:biomescanner, Biome Scanner -advancedrocketry:railgun, Railgun -advancedrocketry:spaceelevatorcontroller, Space Elevator -advancedrocketry:terraformer, Atmosphere Terraformer -advancedrocketry:gravitymachine, Area Gravity Controller -advancedrocketry:spacelaser, Orbital Laser Drill -advancedrocketry:launchpad, Launch Pad -advancedrocketry:landingpad, Docking Pad -advancedrocketry:stationmarker, Station Docking Port -advancedrocketry:seat, Seat -advancedrocketry:rocketmotor, Monopropellant Rocket Engine -advancedrocketry:bipropellantrocketmotor, Bipropellant Rocket Engine -advancedrocketry:advrocketmotor, Advanced Monopropellant Rocket Engine -advancedrocketry:advbipropellantrocketmotor, Advanced Bipropellant Rocket Engine -advancedrocketry:nuclearrocketmotor, Nuclear Thermal Rocket Engine -advancedrocketry:fueltank, Monopropellant Fuel Tank -advancedrocketry:bipropellantfueltank, Bipropellant Fuel Tank -advancedrocketry:oxidizerfueltank, Oxidizer Fuel Tank -advancedrocketry:nuclearfueltank, Nuclear Thermal Working Fluid Tank -advancedrocketry:nuclearcore, Nuclear Thermal Fission Core -advancedrocketry:guidancecomputer, Guidance Computer -advancedrocketry:intake, Gas Intake -advancedrocketry:drill, Drill -advancedrocketry:landingfloat, Landing Float -advancedrocketry:servicemonitor, Service monitor -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: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:servicestation, Service Station -advancedrocketry:fuelingstation, Fueling station -advancedrocketry:monitoringstation, Rocket Monitoring Station -advancedrocketry:satellitecontrolcenter, Satellite Terminal -advancedrocketry:terraformingterminal, Terraforming Terminal -advancedrocketry:warpmonitor, Warp Controller -advancedrocketry:orientationcontroller, Orientation Controller -advancedrocketry:gravitycontroller, Station Gravity Controller -advancedrocketry:altitudecontroller, Altitude Controller -advancedrocketry:planetselector, Planet Selector -advancedrocketry:planetholoselector, Holographic Planet Selector -advancedrocketry:oxygenscrubber, CO2 Scrubber -advancedrocketry:oxygenvent, Oxygen Vent -advancedrocketry:oxygencharger, Gas Charge Pad -advancedrocketry:oxygendetection, Atmosphere Detector -advancedrocketry:pipesealer, Pipe Seal -advancedrocketry:airlock_door, tile.smallAirlockDoor.name -advancedrocketry:unlittorch, Extinguished Torch -advancedrocketry:thermitetorch, Thermite Torch -advancedrocketry:circlelight, Station Light -advancedrocketry:lightsource, tile.lightSource.name -advancedrocketry:moonturf, Moon Turf -advancedrocketry:moonturf_dark, Dark Moon Turf -advancedrocketry:hotturf, Oxidized Ferric Sand -advancedrocketry:basalt, Basalt -advancedrocketry:geode, Geode Block -advancedrocketry:crystal:0, Violet Crystal Block -advancedrocketry:crystal:1, Blue Crystal Block -advancedrocketry:crystal:2, Green Crystal Block -advancedrocketry:crystal:3, Red Crystal Block -advancedrocketry:crystal:4, Yellow Crystal Block -advancedrocketry:crystal:5, Orange Crystal Block -advancedrocketry:vitrifiedsand, Vitrified Sand -advancedrocketry:charcoallog, Charcoal Log -advancedrocketry:electricmushroom, Electric Mushroom -advancedrocketry:alienwood, Lightwood Wood -advancedrocketry:alienleaves, Lightwood Leaves -advancedrocketry:aliensapling, Lightwood Sapling -advancedrocketry:planks, Lightwood planks -advancedrocketry:productdust:0, Titanium Aluminide Dust -advancedrocketry:productdust:1, Titanium Iridium Alloy Dust -advancedrocketry:productingot:0, Titanium Aluminide Ingot -advancedrocketry:productingot:1, Titanium Iridium Alloy Ingot -advancedrocketry:productnugget:0, Titanium Aluminide Nugget -advancedrocketry:productnugget:1, Titanium Iridium Alloy Nugget -advancedrocketry:productplate:0, Titanium Aluminide Plate -advancedrocketry:productplate:1, Titanium Iridium Alloy Plate -advancedrocketry:productrod:0, Titanium Aluminide Rod -advancedrocketry:productrod:1, Titanium Iridium Alloy Rod -advancedrocketry:productsheet:0, Titanium Aluminide Sheet -advancedrocketry:productsheet:1, Titanium Iridium Alloy Sheet -advancedrocketry:productgear:0, Titanium Aluminide Gear -advancedrocketry:productgear:1, Titanium Iridium Alloy Gear -advancedrocketry:metal0:0, Titanium Aluminide Block -advancedrocketry:metal0:1, Titanium Iridium Alloy Block -chisel:blockaluminum:0, Block of Aluminum -chisel:blockaluminum:1, Block of Aluminum -chisel:blockaluminum:2, Block of Aluminum -chisel:blockaluminum:3, Block of Aluminum -chisel:blockaluminum:4, Block of Aluminum -chisel:blockaluminum:5, Block of Aluminum -chisel:blockaluminum:6, Block of Aluminum -chisel:andesite:0, Andesite -chisel:andesite:1, Andesite -chisel:andesite:2, Andesite -chisel:andesite:3, Andesite -chisel:andesite:4, Andesite -chisel:andesite:5, Andesite -chisel:andesite:6, Andesite -chisel:andesite:7, Andesite -chisel:andesite:8, Andesite -chisel:andesite:9, Andesite -chisel:andesite:10, Andesite -chisel:andesite:11, Andesite -chisel:andesite:12, Andesite -chisel:andesite:13, Andesite -chisel:andesite:14, Andesite -chisel:andesite:15, Andesite -chisel:andesite1:0, Andesite -chisel:andesite1:1, Andesite -chisel:andesite1:2, Andesite -chisel:andesite1:3, Andesite -chisel:andesite1:4, Andesite -chisel:andesite1:5, Andesite -chisel:andesite1:6, Andesite -chisel:andesite1:7, Andesite -chisel:andesite1:8, Andesite -chisel:andesite1:9, Andesite -chisel:andesite1:10, Andesite -chisel:andesite1:11, Andesite -chisel:andesite1:12, Andesite -chisel:andesite1:13, Andesite -chisel:andesite1:14, Andesite -chisel:andesite1:15, Andesite -chisel:andesite2:0, Andesite -chisel:antiblock:0, Antiblock -chisel:antiblock:1, Antiblock -chisel:antiblock:2, Antiblock -chisel:antiblock:3, Antiblock -chisel:antiblock:4, Antiblock -chisel:antiblock:5, Antiblock -chisel:antiblock:6, Antiblock -chisel:antiblock:7, Antiblock -chisel:antiblock:8, Antiblock -chisel:antiblock:9, Antiblock -chisel:antiblock:10, Antiblock -chisel:antiblock:11, Antiblock -chisel:antiblock:12, Antiblock -chisel:antiblock:13, Antiblock -chisel:antiblock:14, Antiblock -chisel:antiblock:15, Antiblock -chisel:arcane_stone:0, Arcane Stone -chisel:arcane_stone:1, Arcane Stone -chisel:arcane_stone:2, Arcane Stone -chisel:arcane_stone:3, Arcane Stone -chisel:arcane_stone:4, Arcane Stone -chisel:arcane_stone:5, Arcane Stone -chisel:arcane_stone:6, Arcane Stone -chisel:arcane_stone:7, Arcane Stone -chisel:arcane_stone:8, Arcane Stone -chisel:arcane_stone:9, Arcane Stone -chisel:arcane_stone:10, Arcane Stone -chisel:arcane_stone:11, Arcane Stone -chisel:arcane_stone:12, Arcane Stone -chisel:arcane_stone:13, Arcane Stone -chisel:arcane_stone:14, Arcane Stone -chisel:arcane_stone:15, Arcane Stone -chisel:arcane_stone1:0, Arcane Stone -chisel:arcane_stone1:1, Arcane Stone -chisel:arcane_stone1:2, Arcane Stone -chisel:arcane_stone1:3, Arcane Stone -chisel:arcane_stone1:4, Arcane Stone -chisel:arcane_stone1:5, Arcane Stone -chisel:arcane_stone1:6, Arcane Stone -chisel:arcane_stone1:7, Arcane Stone -chisel:arcane_stone1:8, Arcane Stone -chisel:arcane_stone1:9, Arcane Stone -chisel:arcane_stone1:10, Arcane Stone -chisel:arcane_stone1:11, Arcane Stone -chisel:arcane_stone1:12, Arcane Stone -chisel:arcane_stone1:13, Arcane Stone -chisel:arcane_stone1:14, Arcane Stone -chisel:arcane_stone1:15, Arcane Stone -chisel:arcane_stone2:0, Arcane Stone -chisel:basalt:0, Basalt -chisel:basalt:1, Basalt -chisel:basalt:2, Basalt -chisel:basalt:3, Basalt -chisel:basalt:4, Basalt -chisel:basalt:5, Basalt -chisel:basalt:6, Basalt -chisel:basalt:7, Basalt -chisel:basalt:8, Basalt -chisel:basalt:9, Basalt -chisel:basalt:10, Basalt -chisel:basalt:11, Basalt -chisel:basalt:12, Basalt -chisel:basalt:13, Basalt -chisel:basalt:14, Basalt -chisel:basalt:15, Basalt -chisel:basalt1:0, Basalt -chisel:basalt1:1, Basalt -chisel:basalt1:2, Basalt -chisel:basalt1:3, Basalt -chisel:basalt1:4, Basalt -chisel:basalt1:5, Basalt -chisel:basalt1:6, Basalt -chisel:basalt1:7, Basalt -chisel:basalt1:8, Basalt -chisel:basalt1:9, Basalt -chisel:basalt2:0, Basalt -chisel:basalt2:1, Basalt -chisel:basalt2:2, Basalt -chisel:basalt2:3, Basalt -chisel:basalt2:4, Basalt -chisel:basalt2:5, Basalt -chisel:basalt2:6, Basalt -chisel:basalt2:7, Basalt -chisel:bloodmagic:0, Chiseled Blood Rune -chisel:bloodmagic:1, Chiseled Blood Rune -chisel:bloodmagic:2, Chiseled Blood Rune -chisel:bloodmagic:3, Chiseled Blood Rune -chisel:bloodmagic:4, Chiseled Blood Rune -chisel:bloodmagic:5, Chiseled Blood Rune -chisel:bookshelf_oak:0, Oak Bookshelf -chisel:bookshelf_oak:1, Oak Bookshelf -chisel:bookshelf_oak:2, Oak Bookshelf -chisel:bookshelf_oak:3, Oak Bookshelf -chisel:bookshelf_oak:4, Oak Bookshelf -chisel:bookshelf_oak:5, Oak Bookshelf -chisel:bookshelf_oak:6, Oak Bookshelf -chisel:bookshelf_oak:7, Oak Bookshelf -chisel:bookshelf_oak:8, Oak Bookshelf -chisel:bookshelf_oak:9, Oak Bookshelf -chisel:bookshelf_spruce:0, Spruce Bookshelf -chisel:bookshelf_spruce:1, Spruce Bookshelf -chisel:bookshelf_spruce:2, Spruce Bookshelf -chisel:bookshelf_spruce:3, Spruce Bookshelf -chisel:bookshelf_spruce:4, Spruce Bookshelf -chisel:bookshelf_spruce:5, Spruce Bookshelf -chisel:bookshelf_spruce:6, Spruce Bookshelf -chisel:bookshelf_spruce:7, Spruce Bookshelf -chisel:bookshelf_spruce:8, Spruce Bookshelf -chisel:bookshelf_spruce:9, Spruce Bookshelf -chisel:bookshelf_birch:0, Birch Bookshelf -chisel:bookshelf_birch:1, Birch Bookshelf -chisel:bookshelf_birch:2, Birch Bookshelf -chisel:bookshelf_birch:3, Birch Bookshelf -chisel:bookshelf_birch:4, Birch Bookshelf -chisel:bookshelf_birch:5, Birch Bookshelf -chisel:bookshelf_birch:6, Birch Bookshelf -chisel:bookshelf_birch:7, Birch Bookshelf -chisel:bookshelf_birch:8, Birch Bookshelf -chisel:bookshelf_birch:9, Birch Bookshelf -chisel:bookshelf_jungle:0, Jungle Bookshelf -chisel:bookshelf_jungle:1, Jungle Bookshelf -chisel:bookshelf_jungle:2, Jungle Bookshelf -chisel:bookshelf_jungle:3, Jungle Bookshelf -chisel:bookshelf_jungle:4, Jungle Bookshelf -chisel:bookshelf_jungle:5, Jungle Bookshelf -chisel:bookshelf_jungle:6, Jungle Bookshelf -chisel:bookshelf_jungle:7, Jungle Bookshelf -chisel:bookshelf_jungle:8, Jungle Bookshelf -chisel:bookshelf_jungle:9, Jungle Bookshelf -chisel:bookshelf_acacia:0, Acacia Bookshelf -chisel:bookshelf_acacia:1, Acacia Bookshelf -chisel:bookshelf_acacia:2, Acacia Bookshelf -chisel:bookshelf_acacia:3, Acacia Bookshelf -chisel:bookshelf_acacia:4, Acacia Bookshelf -chisel:bookshelf_acacia:5, Acacia Bookshelf -chisel:bookshelf_acacia:6, Acacia Bookshelf -chisel:bookshelf_acacia:7, Acacia Bookshelf -chisel:bookshelf_acacia:8, Acacia Bookshelf -chisel:bookshelf_acacia:9, Acacia Bookshelf -chisel:bookshelf_darkoak:0, Dark Oak Bookshelf -chisel:bookshelf_darkoak:1, Dark Oak Bookshelf -chisel:bookshelf_darkoak:2, Dark Oak Bookshelf -chisel:bookshelf_darkoak:3, Dark Oak Bookshelf -chisel:bookshelf_darkoak:4, Dark Oak Bookshelf -chisel:bookshelf_darkoak:5, Dark Oak Bookshelf -chisel:bookshelf_darkoak:6, Dark Oak Bookshelf -chisel:bookshelf_darkoak:7, Dark Oak Bookshelf -chisel:bookshelf_darkoak:8, Dark Oak Bookshelf -chisel:bookshelf_darkoak:9, Dark Oak Bookshelf -chisel:bricks:0, Bricks -chisel:bricks:1, Bricks -chisel:bricks:2, Bricks -chisel:bricks:3, Bricks -chisel:bricks:4, Bricks -chisel:bricks:5, Bricks -chisel:bricks:6, Bricks -chisel:bricks:7, Bricks -chisel:bricks:8, Bricks -chisel:bricks:9, Bricks -chisel:bricks:10, Bricks -chisel:bricks:11, Bricks -chisel:bricks:12, Bricks -chisel:bricks:13, Bricks -chisel:bricks:14, Bricks -chisel:bricks:15, Bricks -chisel:bricks1:0, Bricks -chisel:bricks1:1, Bricks -chisel:bricks1:2, Bricks -chisel:bricks1:3, Bricks -chisel:bricks1:4, Bricks -chisel:bricks1:5, Bricks -chisel:bricks1:6, Bricks -chisel:bricks1:7, Bricks -chisel:bricks1:8, Bricks -chisel:bricks1:9, Bricks -chisel:bricks2:0, Bricks -chisel:bricks2:1, Bricks -chisel:bricks2:2, Bricks -chisel:bricks2:3, Bricks -chisel:bricks2:4, Bricks -chisel:bricks2:5, Bricks -chisel:blockbronze:0, Block of Bronze -chisel:blockbronze:1, Block of Bronze -chisel:blockbronze:2, Block of Bronze -chisel:blockbronze:3, Block of Bronze -chisel:blockbronze:4, Block of Bronze -chisel:blockbronze:5, Block of Bronze -chisel:blockbronze:6, Block of Bronze -chisel:brownstone:0, Brownstone -chisel:brownstone:1, Brownstone -chisel:brownstone:2, Brownstone -chisel:brownstone:3, Brownstone -chisel:brownstone:4, Brownstone -chisel:brownstone:5, Brownstone -chisel:brownstone:6, Brownstone -chisel:brownstone:7, Brownstone -chisel:brownstone:8, Brownstone -chisel:brownstone:9, Brownstone -chisel:certus:0, Block of Certus Quartz -chisel:certus:1, Block of Certus Quartz -chisel:certus:2, Block of Certus Quartz -chisel:certus:3, Block of Certus Quartz -chisel:certus:4, Block of Certus Quartz -chisel:certus:5, Block of Certus Quartz -chisel:certus:6, Block of Certus Quartz -chisel:certus:7, Block of Certus Quartz -chisel:certus:8, Block of Certus Quartz -chisel:certus:9, Block of Certus Quartz -chisel:certus:10, Block of Certus Quartz -chisel:certus:11, Block of Certus Quartz -chisel:certus:12, Block of Certus Quartz -chisel:certus:13, Block of Certus Quartz -chisel:certus:14, Block of Certus Quartz -chisel:certus:15, Block of Certus Quartz -chisel:certus1:0, Block of Certus Quartz -chisel:certus1:1, Block of Certus Quartz -chisel:certus1:2, Block of Certus Quartz -chisel:certus1:3, Block of Certus Quartz -chisel:certus1:4, Block of Certus Quartz -chisel:certus1:5, Block of Certus Quartz -chisel:certus1:6, Block of Certus Quartz -chisel:certus1:7, Block of Certus Quartz -chisel:certus1:8, Block of Certus Quartz -chisel:certus1:9, Block of Certus Quartz -chisel:certus1:10, Block of Certus Quartz -chisel:certus1:11, Block of Certus Quartz -chisel:certus1:12, Block of Certus Quartz -chisel:certus1:13, Block of Certus Quartz -chisel:certus1:14, Block of Certus Quartz -chisel:certus1:15, Block of Certus Quartz -chisel:certus2:0, Block of Certus Quartz -chisel:certus2:1, Block of Certus Quartz -chisel:carpet_black:0, Black Carpet -chisel:carpet_black:1, Black Carpet -chisel:carpet_red:0, Red Carpet -chisel:carpet_red:1, Red Carpet -chisel:carpet_green:0, Green Carpet -chisel:carpet_green:1, Green Carpet -chisel:carpet_brown:0, Brown Carpet -chisel:carpet_brown:1, Brown Carpet -chisel:carpet_blue:0, Blue Carpet -chisel:carpet_blue:1, Blue Carpet -chisel:carpet_purple:0, Purple Carpet -chisel:carpet_purple:1, Purple Carpet -chisel:carpet_cyan:0, Cyan Carpet -chisel:carpet_cyan:1, Cyan Carpet -chisel:carpet_lightgray:0, Light Gray Carpet -chisel:carpet_lightgray:1, Light Gray Carpet -chisel:carpet_gray:0, Gray Carpet -chisel:carpet_gray:1, Gray Carpet -chisel:carpet_pink:0, Pink Carpet -chisel:carpet_pink:1, Pink Carpet -chisel:carpet_lime:0, Lime Carpet -chisel:carpet_lime:1, Lime Carpet -chisel:carpet_yellow:0, Yellow Carpet -chisel:carpet_yellow:1, Yellow Carpet -chisel:carpet_lightblue:0, Light Blue Carpet -chisel:carpet_lightblue:1, Light Blue Carpet -chisel:carpet_magenta:0, Magenta Carpet -chisel:carpet_magenta:1, Magenta Carpet -chisel:carpet_orange:0, Orange Carpet -chisel:carpet_orange:1, Orange Carpet -chisel:carpet_white:0, White Carpet -chisel:carpet_white:1, White Carpet -chisel:block_charcoal:0, Block of Charcoal -chisel:block_charcoal:1, Block of Charcoal -chisel:block_charcoal:2, Block of Charcoal -chisel:block_charcoal:3, Block of Charcoal -chisel:block_charcoal:4, Block of Charcoal -chisel:block_charcoal:5, Block of Charcoal -chisel:block_charcoal:6, Block of Charcoal -chisel:block_charcoal:7, Block of Charcoal -chisel:block_charcoal:8, Block of Charcoal -chisel:block_charcoal:9, Block of Charcoal -chisel:block_charcoal:10, Block of Charcoal -chisel:block_charcoal:11, Block of Charcoal -chisel:block_charcoal:12, Block of Charcoal -chisel:block_charcoal:13, Block of Charcoal -chisel:block_charcoal:14, Block of Charcoal -chisel:block_charcoal:15, Block of Charcoal -chisel:block_charcoal1:0, Block of Charcoal -chisel:block_charcoal1:1, Block of Charcoal -chisel:block_charcoal1:2, Block of Charcoal -chisel:block_charcoal1:3, Block of Charcoal -chisel:block_charcoal1:4, Block of Charcoal -chisel:block_charcoal1:5, Block of Charcoal -chisel:block_charcoal1:6, Block of Charcoal -chisel:block_charcoal1:7, Block of Charcoal -chisel:block_charcoal1:8, Block of Charcoal -chisel:block_charcoal1:9, Block of Charcoal -chisel:block_charcoal1:10, Block of Charcoal -chisel:block_charcoal1:11, Block of Charcoal -chisel:block_charcoal1:12, Block of Charcoal -chisel:block_charcoal1:13, Block of Charcoal -chisel:block_charcoal1:14, Block of Charcoal -chisel:block_charcoal1:15, Block of Charcoal -chisel:block_charcoal2:0, Block of Charcoal -chisel:block_charcoal2:1, Block of Charcoal -chisel:cloud:0, Cloud -chisel:cloud:1, Cloud -chisel:cloud:2, Cloud -chisel:cloud:3, Cloud -chisel:cloud:4, Cloud -chisel:blockcobalt:0, Block of Cobalt -chisel:blockcobalt:1, Block of Cobalt -chisel:blockcobalt:2, Block of Cobalt -chisel:blockcobalt:3, Block of Cobalt -chisel:blockcobalt:4, Block of Cobalt -chisel:blockcobalt:5, Block of Cobalt -chisel:blockcobalt:6, Block of Cobalt -chisel:cobblestone:0, Cobblestone -chisel:cobblestone:1, Cobblestone -chisel:cobblestone:2, Cobblestone -chisel:cobblestone:3, Cobblestone -chisel:cobblestone:4, Cobblestone -chisel:cobblestone:5, Cobblestone -chisel:cobblestone:6, Cobblestone -chisel:cobblestone:7, Cobblestone -chisel:cobblestone:8, Cobblestone -chisel:cobblestone:9, Cobblestone -chisel:cobblestone:10, Cobblestone -chisel:cobblestone:11, Cobblestone -chisel:cobblestone:12, Cobblestone -chisel:cobblestone:13, Cobblestone -chisel:cobblestone:14, Cobblestone -chisel:cobblestone:15, Cobblestone -chisel:cobblestone1:0, Cobblestone -chisel:cobblestone1:1, Cobblestone -chisel:cobblestone1:2, Cobblestone -chisel:cobblestone1:3, Cobblestone -chisel:cobblestone1:4, Cobblestone -chisel:cobblestone1:5, Cobblestone -chisel:cobblestone1:6, Cobblestone -chisel:cobblestone1:7, Cobblestone -chisel:cobblestone1:8, Cobblestone -chisel:cobblestone1:9, Cobblestone -chisel:cobblestone2:0, Cobblestone -chisel:cobblestone2:1, Cobblestone -chisel:cobblestone2:2, Cobblestone -chisel:cobblestone2:3, Cobblestone -chisel:cobblestone2:4, Cobblestone -chisel:cobblestone2:5, Cobblestone -chisel:cobblestone2:6, Cobblestone -chisel:cobblestone2:7, Cobblestone -chisel:cobblestone2:8, Cobblestone -chisel:cobblestone2:9, Cobblestone -chisel:block_coal:0, Block of Coal -chisel:block_coal:1, Block of Coal -chisel:block_coal:2, Block of Coal -chisel:block_coal:3, Block of Coal -chisel:block_coal:4, Block of Coal -chisel:block_coal:5, Block of Coal -chisel:block_coal:6, Block of Coal -chisel:block_coal:7, Block of Coal -chisel:block_coal:8, Block of Coal -chisel:block_coal:9, Block of Coal -chisel:block_coal:10, Block of Coal -chisel:block_coal:11, Block of Coal -chisel:block_coal:12, Block of Coal -chisel:block_coal:13, Block of Coal -chisel:block_coal:14, Block of Coal -chisel:block_coal:15, Block of Coal -chisel:block_coal1:0, Block of Coal -chisel:block_coal1:1, Block of Coal -chisel:block_coal1:2, Block of Coal -chisel:block_coal1:3, Block of Coal -chisel:block_coal1:4, Block of Coal -chisel:block_coal1:5, Block of Coal -chisel:block_coal1:6, Block of Coal -chisel:block_coal1:7, Block of Coal -chisel:block_coal1:8, Block of Coal -chisel:block_coal1:9, Block of Coal -chisel:block_coal1:10, Block of Coal -chisel:block_coal1:11, Block of Coal -chisel:block_coal1:12, Block of Coal -chisel:block_coal1:13, Block of Coal -chisel:block_coal1:14, Block of Coal -chisel:block_coal1:15, Block of Coal -chisel:block_coal2:0, Block of Coal -chisel:block_coal2:1, Block of Coal -chisel:block_coal_coke:0, Block of Coal Coke -chisel:block_coal_coke:1, Block of Coal Coke -chisel:block_coal_coke:2, Block of Coal Coke -chisel:block_coal_coke:3, Block of Coal Coke -chisel:block_coal_coke:4, Block of Coal Coke -chisel:block_coal_coke:5, Block of Coal Coke -chisel:block_coal_coke:6, Block of Coal Coke -chisel:block_coal_coke:7, Block of Coal Coke -chisel:block_coal_coke:8, Block of Coal Coke -chisel:block_coal_coke:9, Block of Coal Coke -chisel:block_coal_coke:10, Block of Coal Coke -chisel:block_coal_coke:11, Block of Coal Coke -chisel:block_coal_coke:12, Block of Coal Coke -chisel:block_coal_coke:13, Block of Coal Coke -chisel:block_coal_coke:14, Block of Coal Coke -chisel:block_coal_coke:15, Block of Coal Coke -chisel:block_coal_coke1:0, Block of Coal Coke -chisel:block_coal_coke1:1, Block of Coal Coke -chisel:block_coal_coke1:2, Block of Coal Coke -chisel:block_coal_coke1:3, Block of Coal Coke -chisel:block_coal_coke1:4, Block of Coal Coke -chisel:block_coal_coke1:5, Block of Coal Coke -chisel:block_coal_coke1:6, Block of Coal Coke -chisel:block_coal_coke1:7, Block of Coal Coke -chisel:block_coal_coke1:8, Block of Coal Coke -chisel:block_coal_coke1:9, Block of Coal Coke -chisel:block_coal_coke1:10, Block of Coal Coke -chisel:block_coal_coke1:11, Block of Coal Coke -chisel:block_coal_coke1:12, Block of Coal Coke -chisel:block_coal_coke1:13, Block of Coal Coke -chisel:block_coal_coke1:14, Block of Coal Coke -chisel:block_coal_coke1:15, Block of Coal Coke -chisel:block_coal_coke2:0, Block of Coal Coke -chisel:block_coal_coke2:1, Block of Coal Coke -chisel:cobblestonemossy:0, Moss Stone -chisel:cobblestonemossy:1, Moss Stone -chisel:cobblestonemossy:2, Moss Stone -chisel:cobblestonemossy:3, Moss Stone -chisel:cobblestonemossy:4, Moss Stone -chisel:cobblestonemossy:5, Moss Stone -chisel:cobblestonemossy:6, Moss Stone -chisel:cobblestonemossy:7, Moss Stone -chisel:cobblestonemossy:8, Moss Stone -chisel:cobblestonemossy:9, Moss Stone -chisel:cobblestonemossy:10, Moss Stone -chisel:cobblestonemossy:11, Moss Stone -chisel:cobblestonemossy:12, Moss Stone -chisel:cobblestonemossy:13, Moss Stone -chisel:cobblestonemossy:14, Moss Stone -chisel:cobblestonemossy:15, Moss Stone -chisel:cobblestonemossy1:0, Moss Stone -chisel:cobblestonemossy1:1, Moss Stone -chisel:cobblestonemossy1:2, Moss Stone -chisel:cobblestonemossy1:3, Moss Stone -chisel:cobblestonemossy1:4, Moss Stone -chisel:cobblestonemossy1:5, Moss Stone -chisel:cobblestonemossy1:6, Moss Stone -chisel:cobblestonemossy1:7, Moss Stone -chisel:cobblestonemossy1:8, Moss Stone -chisel:cobblestonemossy1:9, Moss Stone -chisel:cobblestonemossy1:10, Moss Stone -chisel:cobblestonemossy1:11, Moss Stone -chisel:cobblestonemossy1:12, Moss Stone -chisel:cobblestonemossy1:13, Moss Stone -chisel:cobblestonemossy1:14, Moss Stone -chisel:cobblestonemossy1:15, Moss Stone -chisel:cobblestonemossy2:0, Moss Stone -chisel:concrete_black:0, Black Concrete -chisel:concrete_black:1, Black Concrete -chisel:concrete_black:2, Black Concrete -chisel:concrete_black:3, Black Concrete -chisel:concrete_black:4, Black Concrete -chisel:concrete_black:5, Black Concrete -chisel:concrete_black:6, Black Concrete -chisel:concrete_black:7, Black Concrete -chisel:concrete_black:8, Black Concrete -chisel:concrete_black:9, Black Concrete -chisel:concrete_black:10, Black Concrete -chisel:concrete_black:11, Black Concrete -chisel:concrete_black:12, Black Concrete -chisel:concrete_black:13, Black Concrete -chisel:concrete_black:14, Black Concrete -chisel:concrete_black:15, Black Concrete -chisel:concrete_black1:0, Black Concrete -chisel:concrete_black1:1, Black Concrete -chisel:concrete_black1:2, Black Concrete -chisel:concrete_black1:3, Black Concrete -chisel:concrete_black1:4, Black Concrete -chisel:concrete_black1:5, Black Concrete -chisel:concrete_black1:6, Black Concrete -chisel:concrete_black1:7, Black Concrete -chisel:concrete_black1:8, Black Concrete -chisel:concrete_black1:9, Black Concrete -chisel:concrete_black1:10, Black Concrete -chisel:concrete_black1:11, Black Concrete -chisel:concrete_black1:12, Black Concrete -chisel:concrete_black1:13, Black Concrete -chisel:concrete_black1:14, Black Concrete -chisel:concrete_black1:15, Black Concrete -chisel:concrete_black2:0, Black Concrete -chisel:concrete_red:0, Red Concrete -chisel:concrete_red:1, Red Concrete -chisel:concrete_red:2, Red Concrete -chisel:concrete_red:3, Red Concrete -chisel:concrete_red:4, Red Concrete -chisel:concrete_red:5, Red Concrete -chisel:concrete_red:6, Red Concrete -chisel:concrete_red:7, Red Concrete -chisel:concrete_red:8, Red Concrete -chisel:concrete_red:9, Red Concrete -chisel:concrete_red:10, Red Concrete -chisel:concrete_red:11, Red Concrete -chisel:concrete_red:12, Red Concrete -chisel:concrete_red:13, Red Concrete -chisel:concrete_red:14, Red Concrete -chisel:concrete_red:15, Red Concrete -chisel:concrete_red1:0, Red Concrete -chisel:concrete_red1:1, Red Concrete -chisel:concrete_red1:2, Red Concrete -chisel:concrete_red1:3, Red Concrete -chisel:concrete_red1:4, Red Concrete -chisel:concrete_red1:5, Red Concrete -chisel:concrete_red1:6, Red Concrete -chisel:concrete_red1:7, Red Concrete -chisel:concrete_red1:8, Red Concrete -chisel:concrete_red1:9, Red Concrete -chisel:concrete_red1:10, Red Concrete -chisel:concrete_red1:11, Red Concrete -chisel:concrete_red1:12, Red Concrete -chisel:concrete_red1:13, Red Concrete -chisel:concrete_red1:14, Red Concrete -chisel:concrete_red1:15, Red Concrete -chisel:concrete_red2:0, Red Concrete -chisel:concrete_green:0, Green Concrete -chisel:concrete_green:1, Green Concrete -chisel:concrete_green:2, Green Concrete -chisel:concrete_green:3, Green Concrete -chisel:concrete_green:4, Green Concrete -chisel:concrete_green:5, Green Concrete -chisel:concrete_green:6, Green Concrete -chisel:concrete_green:7, Green Concrete -chisel:concrete_green:8, Green Concrete -chisel:concrete_green:9, Green Concrete -chisel:concrete_green:10, Green Concrete -chisel:concrete_green:11, Green Concrete -chisel:concrete_green:12, Green Concrete -chisel:concrete_green:13, Green Concrete -chisel:concrete_green:14, Green Concrete -chisel:concrete_green:15, Green Concrete -chisel:concrete_green1:0, Green Concrete -chisel:concrete_green1:1, Green Concrete -chisel:concrete_green1:2, Green Concrete -chisel:concrete_green1:3, Green Concrete -chisel:concrete_green1:4, Green Concrete -chisel:concrete_green1:5, Green Concrete -chisel:concrete_green1:6, Green Concrete -chisel:concrete_green1:7, Green Concrete -chisel:concrete_green1:8, Green Concrete -chisel:concrete_green1:9, Green Concrete -chisel:concrete_green1:10, Green Concrete -chisel:concrete_green1:11, Green Concrete -chisel:concrete_green1:12, Green Concrete -chisel:concrete_green1:13, Green Concrete -chisel:concrete_green1:14, Green Concrete -chisel:concrete_green1:15, Green Concrete -chisel:concrete_green2:0, Green Concrete -chisel:concrete_brown:0, Brown Concrete -chisel:concrete_brown:1, Brown Concrete -chisel:concrete_brown:2, Brown Concrete -chisel:concrete_brown:3, Brown Concrete -chisel:concrete_brown:4, Brown Concrete -chisel:concrete_brown:5, Brown Concrete -chisel:concrete_brown:6, Brown Concrete -chisel:concrete_brown:7, Brown Concrete -chisel:concrete_brown:8, Brown Concrete -chisel:concrete_brown:9, Brown Concrete -chisel:concrete_brown:10, Brown Concrete -chisel:concrete_brown:11, Brown Concrete -chisel:concrete_brown:12, Brown Concrete -chisel:concrete_brown:13, Brown Concrete -chisel:concrete_brown:14, Brown Concrete -chisel:concrete_brown:15, Brown Concrete -chisel:concrete_brown1:0, Brown Concrete -chisel:concrete_brown1:1, Brown Concrete -chisel:concrete_brown1:2, Brown Concrete -chisel:concrete_brown1:3, Brown Concrete -chisel:concrete_brown1:4, Brown Concrete -chisel:concrete_brown1:5, Brown Concrete -chisel:concrete_brown1:6, Brown Concrete -chisel:concrete_brown1:7, Brown Concrete -chisel:concrete_brown1:8, Brown Concrete -chisel:concrete_brown1:9, Brown Concrete -chisel:concrete_brown1:10, Brown Concrete -chisel:concrete_brown1:11, Brown Concrete -chisel:concrete_brown1:12, Brown Concrete -chisel:concrete_brown1:13, Brown Concrete -chisel:concrete_brown1:14, Brown Concrete -chisel:concrete_brown1:15, Brown Concrete -chisel:concrete_brown2:0, Brown Concrete -chisel:concrete_blue:0, Blue Concrete -chisel:concrete_blue:1, Blue Concrete -chisel:concrete_blue:2, Blue Concrete -chisel:concrete_blue:3, Blue Concrete -chisel:concrete_blue:4, Blue Concrete -chisel:concrete_blue:5, Blue Concrete -chisel:concrete_blue:6, Blue Concrete -chisel:concrete_blue:7, Blue Concrete -chisel:concrete_blue:8, Blue Concrete -chisel:concrete_blue:9, Blue Concrete -chisel:concrete_blue:10, Blue Concrete -chisel:concrete_blue:11, Blue Concrete -chisel:concrete_blue:12, Blue Concrete -chisel:concrete_blue:13, Blue Concrete -chisel:concrete_blue:14, Blue Concrete -chisel:concrete_blue:15, Blue Concrete -chisel:concrete_blue1:0, Blue Concrete -chisel:concrete_blue1:1, Blue Concrete -chisel:concrete_blue1:2, Blue Concrete -chisel:concrete_blue1:3, Blue Concrete -chisel:concrete_blue1:4, Blue Concrete -chisel:concrete_blue1:5, Blue Concrete -chisel:concrete_blue1:6, Blue Concrete -chisel:concrete_blue1:7, Blue Concrete -chisel:concrete_blue1:8, Blue Concrete -chisel:concrete_blue1:9, Blue Concrete -chisel:concrete_blue1:10, Blue Concrete -chisel:concrete_blue1:11, Blue Concrete -chisel:concrete_blue1:12, Blue Concrete -chisel:concrete_blue1:13, Blue Concrete -chisel:concrete_blue1:14, Blue Concrete -chisel:concrete_blue1:15, Blue Concrete -chisel:concrete_blue2:0, Blue Concrete -chisel:concrete_purple:0, Purple Concrete -chisel:concrete_purple:1, Purple Concrete -chisel:concrete_purple:2, Purple Concrete -chisel:concrete_purple:3, Purple Concrete -chisel:concrete_purple:4, Purple Concrete -chisel:concrete_purple:5, Purple Concrete -chisel:concrete_purple:6, Purple Concrete -chisel:concrete_purple:7, Purple Concrete -chisel:concrete_purple:8, Purple Concrete -chisel:concrete_purple:9, Purple Concrete -chisel:concrete_purple:10, Purple Concrete -chisel:concrete_purple:11, Purple Concrete -chisel:concrete_purple:12, Purple Concrete -chisel:concrete_purple:13, Purple Concrete -chisel:concrete_purple:14, Purple Concrete -chisel:concrete_purple:15, Purple Concrete -chisel:concrete_purple1:0, Purple Concrete -chisel:concrete_purple1:1, Purple Concrete -chisel:concrete_purple1:2, Purple Concrete -chisel:concrete_purple1:3, Purple Concrete -chisel:concrete_purple1:4, Purple Concrete -chisel:concrete_purple1:5, Purple Concrete -chisel:concrete_purple1:6, Purple Concrete -chisel:concrete_purple1:7, Purple Concrete -chisel:concrete_purple1:8, Purple Concrete -chisel:concrete_purple1:9, Purple Concrete -chisel:concrete_purple1:10, Purple Concrete -chisel:concrete_purple1:11, Purple Concrete -chisel:concrete_purple1:12, Purple Concrete -chisel:concrete_purple1:13, Purple Concrete -chisel:concrete_purple1:14, Purple Concrete -chisel:concrete_purple1:15, Purple Concrete -chisel:concrete_purple2:0, Purple Concrete -chisel:concrete_cyan:0, Cyan Concrete -chisel:concrete_cyan:1, Cyan Concrete -chisel:concrete_cyan:2, Cyan Concrete -chisel:concrete_cyan:3, Cyan Concrete -chisel:concrete_cyan:4, Cyan Concrete -chisel:concrete_cyan:5, Cyan Concrete -chisel:concrete_cyan:6, Cyan Concrete -chisel:concrete_cyan:7, Cyan Concrete -chisel:concrete_cyan:8, Cyan Concrete -chisel:concrete_cyan:9, Cyan Concrete -chisel:concrete_cyan:10, Cyan Concrete -chisel:concrete_cyan:11, Cyan Concrete -chisel:concrete_cyan:12, Cyan Concrete -chisel:concrete_cyan:13, Cyan Concrete -chisel:concrete_cyan:14, Cyan Concrete -chisel:concrete_cyan:15, Cyan Concrete -chisel:concrete_cyan1:0, Cyan Concrete -chisel:concrete_cyan1:1, Cyan Concrete -chisel:concrete_cyan1:2, Cyan Concrete -chisel:concrete_cyan1:3, Cyan Concrete -chisel:concrete_cyan1:4, Cyan Concrete -chisel:concrete_cyan1:5, Cyan Concrete -chisel:concrete_cyan1:6, Cyan Concrete -chisel:concrete_cyan1:7, Cyan Concrete -chisel:concrete_cyan1:8, Cyan Concrete -chisel:concrete_cyan1:9, Cyan Concrete -chisel:concrete_cyan1:10, Cyan Concrete -chisel:concrete_cyan1:11, Cyan Concrete -chisel:concrete_cyan1:12, Cyan Concrete -chisel:concrete_cyan1:13, Cyan Concrete -chisel:concrete_cyan1:14, Cyan Concrete -chisel:concrete_cyan1:15, Cyan Concrete -chisel:concrete_cyan2:0, Cyan Concrete -chisel:concrete_lightgray:0, Light Gray Concrete -chisel:concrete_lightgray:1, Light Gray Concrete -chisel:concrete_lightgray:2, Light Gray Concrete -chisel:concrete_lightgray:3, Light Gray Concrete -chisel:concrete_lightgray:4, Light Gray Concrete -chisel:concrete_lightgray:5, Light Gray Concrete -chisel:concrete_lightgray:6, Light Gray Concrete -chisel:concrete_lightgray:7, Light Gray Concrete -chisel:concrete_lightgray:8, Light Gray Concrete -chisel:concrete_lightgray:9, Light Gray Concrete -chisel:concrete_lightgray:10, Light Gray Concrete -chisel:concrete_lightgray:11, Light Gray Concrete -chisel:concrete_lightgray:12, Light Gray Concrete -chisel:concrete_lightgray:13, Light Gray Concrete -chisel:concrete_lightgray:14, Light Gray Concrete -chisel:concrete_lightgray:15, Light Gray Concrete -chisel:concrete_lightgray1:0, Light Gray Concrete -chisel:concrete_lightgray1:1, Light Gray Concrete -chisel:concrete_lightgray1:2, Light Gray Concrete -chisel:concrete_lightgray1:3, Light Gray Concrete -chisel:concrete_lightgray1:4, Light Gray Concrete -chisel:concrete_lightgray1:5, Light Gray Concrete -chisel:concrete_lightgray1:6, Light Gray Concrete -chisel:concrete_lightgray1:7, Light Gray Concrete -chisel:concrete_lightgray1:8, Light Gray Concrete -chisel:concrete_lightgray1:9, Light Gray Concrete -chisel:concrete_lightgray1:10, Light Gray Concrete -chisel:concrete_lightgray1:11, Light Gray Concrete -chisel:concrete_lightgray1:12, Light Gray Concrete -chisel:concrete_lightgray1:13, Light Gray Concrete -chisel:concrete_lightgray1:14, Light Gray Concrete -chisel:concrete_lightgray1:15, Light Gray Concrete -chisel:concrete_lightgray2:0, Light Gray Concrete -chisel:concrete_gray:0, Gray Concrete -chisel:concrete_gray:1, Gray Concrete -chisel:concrete_gray:2, Gray Concrete -chisel:concrete_gray:3, Gray Concrete -chisel:concrete_gray:4, Gray Concrete -chisel:concrete_gray:5, Gray Concrete -chisel:concrete_gray:6, Gray Concrete -chisel:concrete_gray:7, Gray Concrete -chisel:concrete_gray:8, Gray Concrete -chisel:concrete_gray:9, Gray Concrete -chisel:concrete_gray:10, Gray Concrete -chisel:concrete_gray:11, Gray Concrete -chisel:concrete_gray:12, Gray Concrete -chisel:concrete_gray:13, Gray Concrete -chisel:concrete_gray:14, Gray Concrete -chisel:concrete_gray:15, Gray Concrete -chisel:concrete_gray1:0, Gray Concrete -chisel:concrete_gray1:1, Gray Concrete -chisel:concrete_gray1:2, Gray Concrete -chisel:concrete_gray1:3, Gray Concrete -chisel:concrete_gray1:4, Gray Concrete -chisel:concrete_gray1:5, Gray Concrete -chisel:concrete_gray1:6, Gray Concrete -chisel:concrete_gray1:7, Gray Concrete -chisel:concrete_gray1:8, Gray Concrete -chisel:concrete_gray1:9, Gray Concrete -chisel:concrete_gray1:10, Gray Concrete -chisel:concrete_gray1:11, Gray Concrete -chisel:concrete_gray1:12, Gray Concrete -chisel:concrete_gray1:13, Gray Concrete -chisel:concrete_gray1:14, Gray Concrete -chisel:concrete_gray1:15, Gray Concrete -chisel:concrete_gray2:0, Gray Concrete -chisel:concrete_pink:0, Pink Concrete -chisel:concrete_pink:1, Pink Concrete -chisel:concrete_pink:2, Pink Concrete -chisel:concrete_pink:3, Pink Concrete -chisel:concrete_pink:4, Pink Concrete -chisel:concrete_pink:5, Pink Concrete -chisel:concrete_pink:6, Pink Concrete -chisel:concrete_pink:7, Pink Concrete -chisel:concrete_pink:8, Pink Concrete -chisel:concrete_pink:9, Pink Concrete -chisel:concrete_pink:10, Pink Concrete -chisel:concrete_pink:11, Pink Concrete -chisel:concrete_pink:12, Pink Concrete -chisel:concrete_pink:13, Pink Concrete -chisel:concrete_pink:14, Pink Concrete -chisel:concrete_pink:15, Pink Concrete -chisel:concrete_pink1:0, Pink Concrete -chisel:concrete_pink1:1, Pink Concrete -chisel:concrete_pink1:2, Pink Concrete -chisel:concrete_pink1:3, Pink Concrete -chisel:concrete_pink1:4, Pink Concrete -chisel:concrete_pink1:5, Pink Concrete -chisel:concrete_pink1:6, Pink Concrete -chisel:concrete_pink1:7, Pink Concrete -chisel:concrete_pink1:8, Pink Concrete -chisel:concrete_pink1:9, Pink Concrete -chisel:concrete_pink1:10, Pink Concrete -chisel:concrete_pink1:11, Pink Concrete -chisel:concrete_pink1:12, Pink Concrete -chisel:concrete_pink1:13, Pink Concrete -chisel:concrete_pink1:14, Pink Concrete -chisel:concrete_pink1:15, Pink Concrete -chisel:concrete_pink2:0, Pink Concrete -chisel:concrete_lime:0, Lime Concrete -chisel:concrete_lime:1, Lime Concrete -chisel:concrete_lime:2, Lime Concrete -chisel:concrete_lime:3, Lime Concrete -chisel:concrete_lime:4, Lime Concrete -chisel:concrete_lime:5, Lime Concrete -chisel:concrete_lime:6, Lime Concrete -chisel:concrete_lime:7, Lime Concrete -chisel:concrete_lime:8, Lime Concrete -chisel:concrete_lime:9, Lime Concrete -chisel:concrete_lime:10, Lime Concrete -chisel:concrete_lime:11, Lime Concrete -chisel:concrete_lime:12, Lime Concrete -chisel:concrete_lime:13, Lime Concrete -chisel:concrete_lime:14, Lime Concrete -chisel:concrete_lime:15, Lime Concrete -chisel:concrete_lime1:0, Lime Concrete -chisel:concrete_lime1:1, Lime Concrete -chisel:concrete_lime1:2, Lime Concrete -chisel:concrete_lime1:3, Lime Concrete -chisel:concrete_lime1:4, Lime Concrete -chisel:concrete_lime1:5, Lime Concrete -chisel:concrete_lime1:6, Lime Concrete -chisel:concrete_lime1:7, Lime Concrete -chisel:concrete_lime1:8, Lime Concrete -chisel:concrete_lime1:9, Lime Concrete -chisel:concrete_lime1:10, Lime Concrete -chisel:concrete_lime1:11, Lime Concrete -chisel:concrete_lime1:12, Lime Concrete -chisel:concrete_lime1:13, Lime Concrete -chisel:concrete_lime1:14, Lime Concrete -chisel:concrete_lime1:15, Lime Concrete -chisel:concrete_lime2:0, Lime Concrete -chisel:concrete_yellow:0, Yellow Concrete -chisel:concrete_yellow:1, Yellow Concrete -chisel:concrete_yellow:2, Yellow Concrete -chisel:concrete_yellow:3, Yellow Concrete -chisel:concrete_yellow:4, Yellow Concrete -chisel:concrete_yellow:5, Yellow Concrete -chisel:concrete_yellow:6, Yellow Concrete -chisel:concrete_yellow:7, Yellow Concrete -chisel:concrete_yellow:8, Yellow Concrete -chisel:concrete_yellow:9, Yellow Concrete -chisel:concrete_yellow:10, Yellow Concrete -chisel:concrete_yellow:11, Yellow Concrete -chisel:concrete_yellow:12, Yellow Concrete -chisel:concrete_yellow:13, Yellow Concrete -chisel:concrete_yellow:14, Yellow Concrete -chisel:concrete_yellow:15, Yellow Concrete -chisel:concrete_yellow1:0, Yellow Concrete -chisel:concrete_yellow1:1, Yellow Concrete -chisel:concrete_yellow1:2, Yellow Concrete -chisel:concrete_yellow1:3, Yellow Concrete -chisel:concrete_yellow1:4, Yellow Concrete -chisel:concrete_yellow1:5, Yellow Concrete -chisel:concrete_yellow1:6, Yellow Concrete -chisel:concrete_yellow1:7, Yellow Concrete -chisel:concrete_yellow1:8, Yellow Concrete -chisel:concrete_yellow1:9, Yellow Concrete -chisel:concrete_yellow1:10, Yellow Concrete -chisel:concrete_yellow1:11, Yellow Concrete -chisel:concrete_yellow1:12, Yellow Concrete -chisel:concrete_yellow1:13, Yellow Concrete -chisel:concrete_yellow1:14, Yellow Concrete -chisel:concrete_yellow1:15, Yellow Concrete -chisel:concrete_yellow2:0, Yellow Concrete -chisel:concrete_lightblue:0, Light Blue Concrete -chisel:concrete_lightblue:1, Light Blue Concrete -chisel:concrete_lightblue:2, Light Blue Concrete -chisel:concrete_lightblue:3, Light Blue Concrete -chisel:concrete_lightblue:4, Light Blue Concrete -chisel:concrete_lightblue:5, Light Blue Concrete -chisel:concrete_lightblue:6, Light Blue Concrete -chisel:concrete_lightblue:7, Light Blue Concrete -chisel:concrete_lightblue:8, Light Blue Concrete -chisel:concrete_lightblue:9, Light Blue Concrete -chisel:concrete_lightblue:10, Light Blue Concrete -chisel:concrete_lightblue:11, Light Blue Concrete -chisel:concrete_lightblue:12, Light Blue Concrete -chisel:concrete_lightblue:13, Light Blue Concrete -chisel:concrete_lightblue:14, Light Blue Concrete -chisel:concrete_lightblue:15, Light Blue Concrete -chisel:concrete_lightblue1:0, Light Blue Concrete -chisel:concrete_lightblue1:1, Light Blue Concrete -chisel:concrete_lightblue1:2, Light Blue Concrete -chisel:concrete_lightblue1:3, Light Blue Concrete -chisel:concrete_lightblue1:4, Light Blue Concrete -chisel:concrete_lightblue1:5, Light Blue Concrete -chisel:concrete_lightblue1:6, Light Blue Concrete -chisel:concrete_lightblue1:7, Light Blue Concrete -chisel:concrete_lightblue1:8, Light Blue Concrete -chisel:concrete_lightblue1:9, Light Blue Concrete -chisel:concrete_lightblue1:10, Light Blue Concrete -chisel:concrete_lightblue1:11, Light Blue Concrete -chisel:concrete_lightblue1:12, Light Blue Concrete -chisel:concrete_lightblue1:13, Light Blue Concrete -chisel:concrete_lightblue1:14, Light Blue Concrete -chisel:concrete_lightblue1:15, Light Blue Concrete -chisel:concrete_lightblue2:0, Light Blue Concrete -chisel:concrete_magenta:0, Magenta Concrete -chisel:concrete_magenta:1, Magenta Concrete -chisel:concrete_magenta:2, Magenta Concrete -chisel:concrete_magenta:3, Magenta Concrete -chisel:concrete_magenta:4, Magenta Concrete -chisel:concrete_magenta:5, Magenta Concrete -chisel:concrete_magenta:6, Magenta Concrete -chisel:concrete_magenta:7, Magenta Concrete -chisel:concrete_magenta:8, Magenta Concrete -chisel:concrete_magenta:9, Magenta Concrete -chisel:concrete_magenta:10, Magenta Concrete -chisel:concrete_magenta:11, Magenta Concrete -chisel:concrete_magenta:12, Magenta Concrete -chisel:concrete_magenta:13, Magenta Concrete -chisel:concrete_magenta:14, Magenta Concrete -chisel:concrete_magenta:15, Magenta Concrete -chisel:concrete_magenta1:0, Magenta Concrete -chisel:concrete_magenta1:1, Magenta Concrete -chisel:concrete_magenta1:2, Magenta Concrete -chisel:concrete_magenta1:3, Magenta Concrete -chisel:concrete_magenta1:4, Magenta Concrete -chisel:concrete_magenta1:5, Magenta Concrete -chisel:concrete_magenta1:6, Magenta Concrete -chisel:concrete_magenta1:7, Magenta Concrete -chisel:concrete_magenta1:8, Magenta Concrete -chisel:concrete_magenta1:9, Magenta Concrete -chisel:concrete_magenta1:10, Magenta Concrete -chisel:concrete_magenta1:11, Magenta Concrete -chisel:concrete_magenta1:12, Magenta Concrete -chisel:concrete_magenta1:13, Magenta Concrete -chisel:concrete_magenta1:14, Magenta Concrete -chisel:concrete_magenta1:15, Magenta Concrete -chisel:concrete_magenta2:0, Magenta Concrete -chisel:concrete_orange:0, Orange Concrete -chisel:concrete_orange:1, Orange Concrete -chisel:concrete_orange:2, Orange Concrete -chisel:concrete_orange:3, Orange Concrete -chisel:concrete_orange:4, Orange Concrete -chisel:concrete_orange:5, Orange Concrete -chisel:concrete_orange:6, Orange Concrete -chisel:concrete_orange:7, Orange Concrete -chisel:concrete_orange:8, Orange Concrete -chisel:concrete_orange:9, Orange Concrete -chisel:concrete_orange:10, Orange Concrete -chisel:concrete_orange:11, Orange Concrete -chisel:concrete_orange:12, Orange Concrete -chisel:concrete_orange:13, Orange Concrete -chisel:concrete_orange:14, Orange Concrete -chisel:concrete_orange:15, Orange Concrete -chisel:concrete_orange1:0, Orange Concrete -chisel:concrete_orange1:1, Orange Concrete -chisel:concrete_orange1:2, Orange Concrete -chisel:concrete_orange1:3, Orange Concrete -chisel:concrete_orange1:4, Orange Concrete -chisel:concrete_orange1:5, Orange Concrete -chisel:concrete_orange1:6, Orange Concrete -chisel:concrete_orange1:7, Orange Concrete -chisel:concrete_orange1:8, Orange Concrete -chisel:concrete_orange1:9, Orange Concrete -chisel:concrete_orange1:10, Orange Concrete -chisel:concrete_orange1:11, Orange Concrete -chisel:concrete_orange1:12, Orange Concrete -chisel:concrete_orange1:13, Orange Concrete -chisel:concrete_orange1:14, Orange Concrete -chisel:concrete_orange1:15, Orange Concrete -chisel:concrete_orange2:0, Orange Concrete -chisel:concrete_white:0, White Concrete -chisel:concrete_white:1, White Concrete -chisel:concrete_white:2, White Concrete -chisel:concrete_white:3, White Concrete -chisel:concrete_white:4, White Concrete -chisel:concrete_white:5, White Concrete -chisel:concrete_white:6, White Concrete -chisel:concrete_white:7, White Concrete -chisel:concrete_white:8, White Concrete -chisel:concrete_white:9, White Concrete -chisel:concrete_white:10, White Concrete -chisel:concrete_white:11, White Concrete -chisel:concrete_white:12, White Concrete -chisel:concrete_white:13, White Concrete -chisel:concrete_white:14, White Concrete -chisel:concrete_white:15, White Concrete -chisel:concrete_white1:0, White Concrete -chisel:concrete_white1:1, White Concrete -chisel:concrete_white1:2, White Concrete -chisel:concrete_white1:3, White Concrete -chisel:concrete_white1:4, White Concrete -chisel:concrete_white1:5, White Concrete -chisel:concrete_white1:6, White Concrete -chisel:concrete_white1:7, White Concrete -chisel:concrete_white1:8, White Concrete -chisel:concrete_white1:9, White Concrete -chisel:concrete_white1:10, White Concrete -chisel:concrete_white1:11, White Concrete -chisel:concrete_white1:12, White Concrete -chisel:concrete_white1:13, White Concrete -chisel:concrete_white1:14, White Concrete -chisel:concrete_white1:15, White Concrete -chisel:concrete_white2:0, White Concrete -chisel:blockcopper:0, Block of Copper -chisel:blockcopper:1, Block of Copper -chisel:blockcopper:2, Block of Copper -chisel:blockcopper:3, Block of Copper -chisel:blockcopper:4, Block of Copper -chisel:blockcopper:5, Block of Copper -chisel:blockcopper:6, Block of Copper -chisel:diamond:0, Block of Diamond -chisel:diamond:1, Block of Diamond -chisel:diamond:2, Block of Diamond -chisel:diamond:3, Block of Diamond -chisel:diamond:4, Block of Diamond -chisel:diamond:5, Block of Diamond -chisel:diamond:6, Block of Diamond -chisel:diamond:7, Block of Diamond -chisel:diamond:8, Block of Diamond -chisel:diamond:9, Block of Diamond -chisel:diamond:10, Block of Diamond -chisel:diamond:11, Block of Diamond -chisel:diorite:0, Diorite -chisel:diorite:1, Diorite -chisel:diorite:2, Diorite -chisel:diorite:3, Diorite -chisel:diorite:4, Diorite -chisel:diorite:5, Diorite -chisel:diorite:6, Diorite -chisel:diorite:7, Diorite -chisel:diorite:8, Diorite -chisel:diorite:9, Diorite -chisel:diorite:10, Diorite -chisel:diorite:11, Diorite -chisel:diorite:12, Diorite -chisel:diorite:13, Diorite -chisel:diorite:14, Diorite -chisel:diorite:15, Diorite -chisel:diorite1:0, Diorite -chisel:diorite1:1, Diorite -chisel:diorite1:2, Diorite -chisel:diorite1:3, Diorite -chisel:diorite1:4, Diorite -chisel:diorite1:5, Diorite -chisel:diorite1:6, Diorite -chisel:diorite1:7, Diorite -chisel:diorite1:8, Diorite -chisel:diorite1:9, Diorite -chisel:diorite1:10, Diorite -chisel:diorite1:11, Diorite -chisel:diorite1:12, Diorite -chisel:diorite1:13, Diorite -chisel:diorite1:14, Diorite -chisel:diorite1:15, Diorite -chisel:diorite2:0, Diorite -chisel:dirt:0, Dirt -chisel:dirt:1, Dirt -chisel:dirt:2, Dirt -chisel:dirt:3, Dirt -chisel:dirt:4, Dirt -chisel:dirt:5, Dirt -chisel:dirt:6, Dirt -chisel:dirt:7, Dirt -chisel:dirt:8, Dirt -chisel:dirt:9, Dirt -chisel:dirt:10, Dirt -chisel:dirt:11, Dirt -chisel:dirt:12, Dirt -chisel:dirt:13, Dirt -chisel:dirt:14, Dirt -chisel:dirt:15, Dirt -chisel:blockelectrum:0, Block of Electrum -chisel:blockelectrum:1, Block of Electrum -chisel:blockelectrum:2, Block of Electrum -chisel:blockelectrum:3, Block of Electrum -chisel:blockelectrum:4, Block of Electrum -chisel:blockelectrum:5, Block of Electrum -chisel:blockelectrum:6, Block of Electrum -chisel:emerald:0, Block of Emerald -chisel:emerald:1, Block of Emerald -chisel:emerald:2, Block of Emerald -chisel:emerald:3, Block of Emerald -chisel:emerald:4, Block of Emerald -chisel:emerald:5, Block of Emerald -chisel:emerald:6, Block of Emerald -chisel:emerald:7, Block of Emerald -chisel:emerald:8, Block of Emerald -chisel:emerald:9, Block of Emerald -chisel:emerald:10, Block of Emerald -chisel:emerald:11, Block of Emerald -chisel:emerald:12, Block of Emerald -chisel:emerald:13, Block of Emerald -chisel:purpur:0, Purpur Block -chisel:purpur:1, Purpur Block -chisel:purpur:2, Purpur Block -chisel:purpur:3, Purpur Block -chisel:purpur:4, Purpur Block -chisel:purpur:5, Purpur Block -chisel:purpur:6, Purpur Block -chisel:purpur:7, Purpur Block -chisel:purpur:8, Purpur Block -chisel:purpur:9, Purpur Block -chisel:purpur:10, Purpur Block -chisel:purpur:11, Purpur Block -chisel:purpur:12, Purpur Block -chisel:purpur:13, Purpur Block -chisel:purpur:14, Purpur Block -chisel:purpur:15, Purpur Block -chisel:purpur1:0, Purpur Block -chisel:purpur1:1, Purpur Block -chisel:purpur1:2, Purpur Block -chisel:purpur1:3, Purpur Block -chisel:purpur1:4, Purpur Block -chisel:purpur1:5, Purpur Block -chisel:purpur1:6, Purpur Block -chisel:purpur1:7, Purpur Block -chisel:purpur1:8, Purpur Block -chisel:purpur1:9, Purpur Block -chisel:purpur2:0, Purpur Block -chisel:purpur2:1, Purpur Block -chisel:purpur2:2, Purpur Block -chisel:purpur2:3, Purpur Block -chisel:purpur2:4, Purpur Block -chisel:endstone:0, Endstone -chisel:endstone:1, Endstone -chisel:endstone:2, Endstone -chisel:endstone:3, Endstone -chisel:endstone:4, Endstone -chisel:endstone:5, Endstone -chisel:endstone:6, Endstone -chisel:endstone:7, Endstone -chisel:endstone:8, Endstone -chisel:endstone:9, Endstone -chisel:endstone:10, Endstone -chisel:endstone:11, Endstone -chisel:endstone:12, Endstone -chisel:endstone:13, Endstone -chisel:endstone:14, Endstone -chisel:endstone:15, Endstone -chisel:endstone1:0, Endstone -chisel:endstone1:1, Endstone -chisel:endstone1:2, Endstone -chisel:endstone1:3, Endstone -chisel:endstone1:4, Endstone -chisel:endstone1:5, Endstone -chisel:endstone1:6, Endstone -chisel:endstone1:7, Endstone -chisel:endstone1:8, Endstone -chisel:endstone1:9, Endstone -chisel:endstone2:0, Endstone -chisel:endstone2:1, Endstone -chisel:endstone2:2, Endstone -chisel:endstone2:3, Endstone -chisel:endstone2:4, Endstone -chisel:endstone2:5, Endstone -chisel:endstone2:6, Endstone -chisel:factory:0, Factory Block -chisel:factory:1, Factory Block -chisel:factory:2, Factory Block -chisel:factory:3, Factory Block -chisel:factory:4, Factory Block -chisel:factory:5, Factory Block -chisel:factory:6, Factory Block -chisel:factory:7, Factory Block -chisel:factory:8, Factory Block -chisel:factory:9, Factory Block -chisel:factory:10, Factory Block -chisel:factory:11, Factory Block -chisel:factory:12, Factory Block -chisel:factory:13, Factory Block -chisel:factory:14, Factory Block -chisel:factory:15, Factory Block -chisel:factory1:0, Factory Block -chisel:factory1:1, Factory Block -chisel:factory1:2, Factory Block -chisel:factory1:3, Factory Block -chisel:factory1:4, Factory Block -chisel:futura:0, Futura Block -chisel:futura:1, Futura Block -chisel:futura:2, Futura Block -chisel:futura:3, Futura Block -chisel:futura:4, Futura Block -chisel:futura:5, Futura Block -chisel:glass:0, Glass -chisel:glass:1, Glass -chisel:glass:2, Glass -chisel:glass:3, Glass -chisel:glass:4, Glass -chisel:glass:5, Glass -chisel:glass:6, Glass -chisel:glass:7, Glass -chisel:glass:8, Glass -chisel:glass:9, Glass -chisel:glass:10, Glass -chisel:glass:11, Glass -chisel:glass:12, Glass -chisel:glass:13, Glass -chisel:glass:14, Glass -chisel:glass:15, Glass -chisel:glass1:0, Glass -chisel:glass1:1, Glass -chisel:glasspane:0, Glass Pane -chisel:glasspane:1, Glass Pane -chisel:glasspane:2, Glass Pane -chisel:glasspane:3, Glass Pane -chisel:glasspane:4, Glass Pane -chisel:glasspane:5, Glass Pane -chisel:glasspane:6, Glass Pane -chisel:glasspane:7, Glass Pane -chisel:glasspane:8, Glass Pane -chisel:glasspane:9, Glass Pane -chisel:glasspane:10, Glass Pane -chisel:glasspane:11, Glass Pane -chisel:glasspane:12, Glass Pane -chisel:glasspane:13, Glass Pane -chisel:glasspane:14, Glass Pane -chisel:glasspane:15, Glass Pane -chisel:glasspane1:0, Glass Pane -chisel:glasspane1:1, Glass Pane -chisel:glassdyedblack:0, Black Stained Glass -chisel:glassdyedblack:1, Black Stained Glass -chisel:glassdyedblack:2, Black Stained Glass -chisel:glassdyedblack:3, Black Stained Glass -chisel:glassdyedblack:4, Black Stained Glass -chisel:glassdyedblack:5, Black Stained Glass -chisel:glasspanedyedblack:0, Black Stained Glass Pane -chisel:glasspanedyedblack:1, Black Stained Glass Pane -chisel:glasspanedyedblack:2, Black Stained Glass Pane -chisel:glasspanedyedblack:3, Black Stained Glass Pane -chisel:glasspanedyedblack:4, Black Stained Glass Pane -chisel:glasspanedyedblack:5, Black Stained Glass Pane -chisel:glassdyedred:0, Red Stained Glass -chisel:glassdyedred:1, Red Stained Glass -chisel:glassdyedred:2, Red Stained Glass -chisel:glassdyedred:3, Red Stained Glass -chisel:glassdyedred:4, Red Stained Glass -chisel:glassdyedred:5, Red Stained Glass -chisel:glasspanedyedred:0, Red Stained Glass Pane -chisel:glasspanedyedred:1, Red Stained Glass Pane -chisel:glasspanedyedred:2, Red Stained Glass Pane -chisel:glasspanedyedred:3, Red Stained Glass Pane -chisel:glasspanedyedred:4, Red Stained Glass Pane -chisel:glasspanedyedred:5, Red Stained Glass Pane -chisel:glassdyedgreen:0, Green Stained Glass -chisel:glassdyedgreen:1, Green Stained Glass -chisel:glassdyedgreen:2, Green Stained Glass -chisel:glassdyedgreen:3, Green Stained Glass -chisel:glassdyedgreen:4, Green Stained Glass -chisel:glassdyedgreen:5, Green Stained Glass -chisel:glasspanedyedgreen:0, Green Stained Glass Pane -chisel:glasspanedyedgreen:1, Green Stained Glass Pane -chisel:glasspanedyedgreen:2, Green Stained Glass Pane -chisel:glasspanedyedgreen:3, Green Stained Glass Pane -chisel:glasspanedyedgreen:4, Green Stained Glass Pane -chisel:glasspanedyedgreen:5, Green Stained Glass Pane -chisel:glassdyedbrown:0, Brown Stained Glass -chisel:glassdyedbrown:1, Brown Stained Glass -chisel:glassdyedbrown:2, Brown Stained Glass -chisel:glassdyedbrown:3, Brown Stained Glass -chisel:glassdyedbrown:4, Brown Stained Glass -chisel:glassdyedbrown:5, Brown Stained Glass -chisel:glasspanedyedbrown:0, Brown Stained Glass Pane -chisel:glasspanedyedbrown:1, Brown Stained Glass Pane -chisel:glasspanedyedbrown:2, Brown Stained Glass Pane -chisel:glasspanedyedbrown:3, Brown Stained Glass Pane -chisel:glasspanedyedbrown:4, Brown Stained Glass Pane -chisel:glasspanedyedbrown:5, Brown Stained Glass Pane -chisel:glassdyedblue:0, Blue Stained Glass -chisel:glassdyedblue:1, Blue Stained Glass -chisel:glassdyedblue:2, Blue Stained Glass -chisel:glassdyedblue:3, Blue Stained Glass -chisel:glassdyedblue:4, Blue Stained Glass -chisel:glassdyedblue:5, Blue Stained Glass -chisel:glasspanedyedblue:0, Blue Stained Glass Pane -chisel:glasspanedyedblue:1, Blue Stained Glass Pane -chisel:glasspanedyedblue:2, Blue Stained Glass Pane -chisel:glasspanedyedblue:3, Blue Stained Glass Pane -chisel:glasspanedyedblue:4, Blue Stained Glass Pane -chisel:glasspanedyedblue:5, Blue Stained Glass Pane -chisel:glassdyedpurple:0, Purple Stained Glass -chisel:glassdyedpurple:1, Purple Stained Glass -chisel:glassdyedpurple:2, Purple Stained Glass -chisel:glassdyedpurple:3, Purple Stained Glass -chisel:glassdyedpurple:4, Purple Stained Glass -chisel:glassdyedpurple:5, Purple Stained Glass -chisel:glasspanedyedpurple:0, Purple Stained Glass Pane -chisel:glasspanedyedpurple:1, Purple Stained Glass Pane -chisel:glasspanedyedpurple:2, Purple Stained Glass Pane -chisel:glasspanedyedpurple:3, Purple Stained Glass Pane -chisel:glasspanedyedpurple:4, Purple Stained Glass Pane -chisel:glasspanedyedpurple:5, Purple Stained Glass Pane -chisel:glassdyedcyan:0, Cyan Stained Glass -chisel:glassdyedcyan:1, Cyan Stained Glass -chisel:glassdyedcyan:2, Cyan Stained Glass -chisel:glassdyedcyan:3, Cyan Stained Glass -chisel:glassdyedcyan:4, Cyan Stained Glass -chisel:glassdyedcyan:5, Cyan Stained Glass -chisel:glasspanedyedcyan:0, Cyan Stained Glass Pane -chisel:glasspanedyedcyan:1, Cyan Stained Glass Pane -chisel:glasspanedyedcyan:2, Cyan Stained Glass Pane -chisel:glasspanedyedcyan:3, Cyan Stained Glass Pane -chisel:glasspanedyedcyan:4, Cyan Stained Glass Pane -chisel:glasspanedyedcyan:5, Cyan Stained Glass Pane -chisel:glassdyedlightgray:0, Light Gray Stained Glass -chisel:glassdyedlightgray:1, Light Gray Stained Glass -chisel:glassdyedlightgray:2, Light Gray Stained Glass -chisel:glassdyedlightgray:3, Light Gray Stained Glass -chisel:glassdyedlightgray:4, Light Gray Stained Glass -chisel:glassdyedlightgray:5, Light Gray Stained Glass -chisel:glasspanedyedlightgray:0, Light Gray Stained Glass Pane -chisel:glasspanedyedlightgray:1, Light Gray Stained Glass Pane -chisel:glasspanedyedlightgray:2, Light Gray Stained Glass Pane -chisel:glasspanedyedlightgray:3, Light Gray Stained Glass Pane -chisel:glasspanedyedlightgray:4, Light Gray Stained Glass Pane -chisel:glasspanedyedlightgray:5, Light Gray Stained Glass Pane -chisel:glassdyedgray:0, Gray Stained Glass -chisel:glassdyedgray:1, Gray Stained Glass -chisel:glassdyedgray:2, Gray Stained Glass -chisel:glassdyedgray:3, Gray Stained Glass -chisel:glassdyedgray:4, Gray Stained Glass -chisel:glassdyedgray:5, Gray Stained Glass -chisel:glasspanedyedgray:0, Gray Stained Glass Pane -chisel:glasspanedyedgray:1, Gray Stained Glass Pane -chisel:glasspanedyedgray:2, Gray Stained Glass Pane -chisel:glasspanedyedgray:3, Gray Stained Glass Pane -chisel:glasspanedyedgray:4, Gray Stained Glass Pane -chisel:glasspanedyedgray:5, Gray Stained Glass Pane -chisel:glassdyedpink:0, Pink Stained Glass -chisel:glassdyedpink:1, Pink Stained Glass -chisel:glassdyedpink:2, Pink Stained Glass -chisel:glassdyedpink:3, Pink Stained Glass -chisel:glassdyedpink:4, Pink Stained Glass -chisel:glassdyedpink:5, Pink Stained Glass -chisel:glasspanedyedpink:0, Pink Stained Glass Pane -chisel:glasspanedyedpink:1, Pink Stained Glass Pane -chisel:glasspanedyedpink:2, Pink Stained Glass Pane -chisel:glasspanedyedpink:3, Pink Stained Glass Pane -chisel:glasspanedyedpink:4, Pink Stained Glass Pane -chisel:glasspanedyedpink:5, Pink Stained Glass Pane -chisel:glassdyedlime:0, Lime Stained Glass -chisel:glassdyedlime:1, Lime Stained Glass -chisel:glassdyedlime:2, Lime Stained Glass -chisel:glassdyedlime:3, Lime Stained Glass -chisel:glassdyedlime:4, Lime Stained Glass -chisel:glassdyedlime:5, Lime Stained Glass -chisel:glasspanedyedlime:0, Lime Stained Glass Pane -chisel:glasspanedyedlime:1, Lime Stained Glass Pane -chisel:glasspanedyedlime:2, Lime Stained Glass Pane -chisel:glasspanedyedlime:3, Lime Stained Glass Pane -chisel:glasspanedyedlime:4, Lime Stained Glass Pane -chisel:glasspanedyedlime:5, Lime Stained Glass Pane -chisel:glassdyedyellow:0, Yellow Stained Glass -chisel:glassdyedyellow:1, Yellow Stained Glass -chisel:glassdyedyellow:2, Yellow Stained Glass -chisel:glassdyedyellow:3, Yellow Stained Glass -chisel:glassdyedyellow:4, Yellow Stained Glass -chisel:glassdyedyellow:5, Yellow Stained Glass -chisel:glasspanedyedyellow:0, Yellow Stained Glass Pane -chisel:glasspanedyedyellow:1, Yellow Stained Glass Pane -chisel:glasspanedyedyellow:2, Yellow Stained Glass Pane -chisel:glasspanedyedyellow:3, Yellow Stained Glass Pane -chisel:glasspanedyedyellow:4, Yellow Stained Glass Pane -chisel:glasspanedyedyellow:5, Yellow Stained Glass Pane -chisel:glassdyedlightblue:0, Light Blue Stained Glass -chisel:glassdyedlightblue:1, Light Blue Stained Glass -chisel:glassdyedlightblue:2, Light Blue Stained Glass -chisel:glassdyedlightblue:3, Light Blue Stained Glass -chisel:glassdyedlightblue:4, Light Blue Stained Glass -chisel:glassdyedlightblue:5, Light Blue Stained Glass -chisel:glasspanedyedlightblue:0, Light Blue Stained Glass Pane -chisel:glasspanedyedlightblue:1, Light Blue Stained Glass Pane -chisel:glasspanedyedlightblue:2, Light Blue Stained Glass Pane -chisel:glasspanedyedlightblue:3, Light Blue Stained Glass Pane -chisel:glasspanedyedlightblue:4, Light Blue Stained Glass Pane -chisel:glasspanedyedlightblue:5, Light Blue Stained Glass Pane -chisel:glassdyedmagenta:0, Magenta Stained Glass -chisel:glassdyedmagenta:1, Magenta Stained Glass -chisel:glassdyedmagenta:2, Magenta Stained Glass -chisel:glassdyedmagenta:3, Magenta Stained Glass -chisel:glassdyedmagenta:4, Magenta Stained Glass -chisel:glassdyedmagenta:5, Magenta Stained Glass -chisel:glasspanedyedmagenta:0, Magenta Stained Glass Pane -chisel:glasspanedyedmagenta:1, Magenta Stained Glass Pane -chisel:glasspanedyedmagenta:2, Magenta Stained Glass Pane -chisel:glasspanedyedmagenta:3, Magenta Stained Glass Pane -chisel:glasspanedyedmagenta:4, Magenta Stained Glass Pane -chisel:glasspanedyedmagenta:5, Magenta Stained Glass Pane -chisel:glassdyedorange:0, Orange Stained Glass -chisel:glassdyedorange:1, Orange Stained Glass -chisel:glassdyedorange:2, Orange Stained Glass -chisel:glassdyedorange:3, Orange Stained Glass -chisel:glassdyedorange:4, Orange Stained Glass -chisel:glassdyedorange:5, Orange Stained Glass -chisel:glasspanedyedorange:0, Orange Stained Glass Pane -chisel:glasspanedyedorange:1, Orange Stained Glass Pane -chisel:glasspanedyedorange:2, Orange Stained Glass Pane -chisel:glasspanedyedorange:3, Orange Stained Glass Pane -chisel:glasspanedyedorange:4, Orange Stained Glass Pane -chisel:glasspanedyedorange:5, Orange Stained Glass Pane -chisel:glassdyedwhite:0, White Stained Glass -chisel:glassdyedwhite:1, White Stained Glass -chisel:glassdyedwhite:2, White Stained Glass -chisel:glassdyedwhite:3, White Stained Glass -chisel:glassdyedwhite:4, White Stained Glass -chisel:glassdyedwhite:5, White Stained Glass -chisel:glasspanedyedwhite:0, White Stained Glass Pane -chisel:glasspanedyedwhite:1, White Stained Glass Pane -chisel:glasspanedyedwhite:2, White Stained Glass Pane -chisel:glasspanedyedwhite:3, White Stained Glass Pane -chisel:glasspanedyedwhite:4, White Stained Glass Pane -chisel:glasspanedyedwhite:5, White Stained Glass Pane -chisel:glowstone:0, Glowstone -chisel:glowstone:1, Glowstone -chisel:glowstone:2, Glowstone -chisel:glowstone:3, Glowstone -chisel:glowstone:4, Glowstone -chisel:glowstone:5, Glowstone -chisel:glowstone:6, Glowstone -chisel:glowstone:7, Glowstone -chisel:glowstone:8, Glowstone -chisel:glowstone:9, Glowstone -chisel:glowstone:10, Glowstone -chisel:glowstone:11, Glowstone -chisel:glowstone:12, Glowstone -chisel:glowstone:13, Glowstone -chisel:glowstone:14, Glowstone -chisel:glowstone:15, Glowstone -chisel:glowstone1:0, Glowstone -chisel:glowstone1:1, Glowstone -chisel:glowstone1:2, Glowstone -chisel:glowstone1:3, Glowstone -chisel:glowstone1:4, Glowstone -chisel:glowstone1:5, Glowstone -chisel:glowstone1:6, Glowstone -chisel:glowstone1:7, Glowstone -chisel:glowstone1:8, Glowstone -chisel:glowstone1:9, Glowstone -chisel:glowstone1:10, Glowstone -chisel:glowstone1:11, Glowstone -chisel:glowstone1:12, Glowstone -chisel:glowstone1:13, Glowstone -chisel:glowstone1:14, Glowstone -chisel:glowstone1:15, Glowstone -chisel:glowstone2:0, Glowstone -chisel:blockgold:0, Block of Gold -chisel:blockgold:1, Block of Gold -chisel:blockgold:2, Block of Gold -chisel:blockgold:3, Block of Gold -chisel:blockgold:4, Block of Gold -chisel:blockgold:5, Block of Gold -chisel:blockgold:6, Block of Gold -chisel:gold:0, Block of Gold -chisel:gold:1, Block of Gold -chisel:gold:2, Block of Gold -chisel:gold:3, Block of Gold -chisel:gold:4, Block of Gold -chisel:gold:5, Block of Gold -chisel:gold:6, Block of Gold -chisel:gold:7, Block of Gold -chisel:gold:8, Block of Gold -chisel:gold:9, Block of Gold -chisel:gold:10, Block of Gold -chisel:gold:11, Block of Gold -chisel:gold:12, Block of Gold -chisel:gold:13, Block of Gold -chisel:granite:0, Granite -chisel:granite:1, Granite -chisel:granite:2, Granite -chisel:granite:3, Granite -chisel:granite:4, Granite -chisel:granite:5, Granite -chisel:granite:6, Granite -chisel:granite:7, Granite -chisel:granite:8, Granite -chisel:granite:9, Granite -chisel:granite:10, Granite -chisel:granite:11, Granite -chisel:granite:12, Granite -chisel:granite:13, Granite -chisel:granite:14, Granite -chisel:granite:15, Granite -chisel:granite1:0, Granite -chisel:granite1:1, Granite -chisel:granite1:2, Granite -chisel:granite1:3, Granite -chisel:granite1:4, Granite -chisel:granite1:5, Granite -chisel:granite1:6, Granite -chisel:granite1:7, Granite -chisel:granite1:8, Granite -chisel:granite1:9, Granite -chisel:granite1:10, Granite -chisel:granite1:11, Granite -chisel:granite1:12, Granite -chisel:granite1:13, Granite -chisel:granite1:14, Granite -chisel:granite1:15, Granite -chisel:granite2:0, Granite -chisel:hardenedclay:0, Terracotta -chisel:hardenedclay:1, Terracotta -chisel:hardenedclay:2, Terracotta -chisel:hardenedclay:3, Terracotta -chisel:hardenedclay:4, Terracotta -chisel:hardenedclay:5, Terracotta -chisel:hardenedclay:6, Terracotta -chisel:hardenedclay:7, Terracotta -chisel:hardenedclay:8, Terracotta -chisel:hardenedclay:9, Terracotta -chisel:hardenedclay:10, Terracotta -chisel:hardenedclay:11, Terracotta -chisel:hardenedclay:12, Terracotta -chisel:hardenedclay:13, Terracotta -chisel:hardenedclay:14, Terracotta -chisel:hardenedclay:15, Terracotta -chisel:hardenedclay1:0, Terracotta -chisel:hardenedclay1:1, Terracotta -chisel:hardenedclay1:2, Terracotta -chisel:hardenedclay1:3, Terracotta -chisel:hardenedclay1:4, Terracotta -chisel:hardenedclay1:5, Terracotta -chisel:hardenedclay1:6, Terracotta -chisel:hardenedclay1:7, Terracotta -chisel:hardenedclay1:8, Terracotta -chisel:hardenedclay1:9, Terracotta -chisel:hardenedclay2:0, Terracotta -chisel:hardenedclay2:1, Terracotta -chisel:hardenedclay2:2, Terracotta -chisel:hardenedclay2:3, Terracotta -chisel:hardenedclay2:4, Terracotta -chisel:hardenedclay2:5, Terracotta -chisel:hardenedclay2:6, Terracotta -chisel:ice:0, Ice -chisel:ice:1, Ice -chisel:ice:2, Ice -chisel:ice:3, Ice -chisel:ice:4, Ice -chisel:ice:5, Ice -chisel:ice:6, Ice -chisel:ice:7, Ice -chisel:ice:8, Ice -chisel:ice:9, Ice -chisel:ice:10, Ice -chisel:ice:11, Ice -chisel:ice:12, Ice -chisel:ice:13, Ice -chisel:ice:14, Ice -chisel:ice:15, Ice -chisel:ice1:0, Ice -chisel:ice1:1, Ice -chisel:ice1:2, Ice -chisel:ice1:3, Ice -chisel:ice1:4, Ice -chisel:ice1:5, Ice -chisel:ice1:6, Ice -chisel:ice1:7, Ice -chisel:ice1:8, Ice -chisel:ice1:9, Ice -chisel:ice1:10, Ice -chisel:ice1:11, Ice -chisel:ice1:12, Ice -chisel:ice1:13, Ice -chisel:ice1:14, Ice -chisel:ice1:15, Ice -chisel:ice2:0, Ice -chisel:icepillar:0, Ice Pillar -chisel:icepillar:1, Ice Pillar -chisel:icepillar:2, Ice Pillar -chisel:icepillar:3, Ice Pillar -chisel:icepillar:4, Ice Pillar -chisel:icepillar:5, Ice Pillar -chisel:icepillar:6, Ice Pillar -chisel:blockinvar:0, Block of Invar -chisel:blockinvar:1, Block of Invar -chisel:blockinvar:2, Block of Invar -chisel:blockinvar:3, Block of Invar -chisel:blockinvar:4, Block of Invar -chisel:blockinvar:5, Block of Invar -chisel:blockinvar:6, Block of Invar -chisel:blockiron:0, Block of Iron -chisel:blockiron:1, Block of Iron -chisel:blockiron:2, Block of Iron -chisel:blockiron:3, Block of Iron -chisel:blockiron:4, Block of Iron -chisel:blockiron:5, Block of Iron -chisel:blockiron:6, Block of Iron -chisel:iron:0, Block of Iron -chisel:iron:1, Block of Iron -chisel:iron:2, Block of Iron -chisel:iron:3, Block of Iron -chisel:iron:4, Block of Iron -chisel:iron:5, Block of Iron -chisel:iron:6, Block of Iron -chisel:iron:7, Block of Iron -chisel:iron:8, Block of Iron -chisel:iron:9, Block of Iron -chisel:iron:10, Block of Iron -chisel:iron:11, Block of Iron -chisel:iron:12, Block of Iron -chisel:iron:13, Block of Iron -chisel:iron:14, Block of Iron -chisel:ironpane:0, Iron Bars -chisel:ironpane:1, Iron Bars -chisel:ironpane:2, Iron Bars -chisel:ironpane:3, Iron Bars -chisel:ironpane:4, Iron Bars -chisel:ironpane:5, Iron Bars -chisel:ironpane:6, Iron Bars -chisel:ironpane:7, Iron Bars -chisel:ironpane:8, Iron Bars -chisel:ironpane:9, Iron Bars -chisel:ironpane:10, Iron Bars -chisel:ironpane:11, Iron Bars -chisel:ironpane:12, Iron Bars -chisel:laboratory:0, Laboratory Block -chisel:laboratory:1, Laboratory Block -chisel:laboratory:2, Laboratory Block -chisel:laboratory:3, Laboratory Block -chisel:laboratory:4, Laboratory Block -chisel:laboratory:5, Laboratory Block -chisel:laboratory:6, Laboratory Block -chisel:laboratory:7, Laboratory Block -chisel:laboratory:8, Laboratory Block -chisel:laboratory:9, Laboratory Block -chisel:laboratory:10, Laboratory Block -chisel:laboratory:11, Laboratory Block -chisel:laboratory:12, Laboratory Block -chisel:laboratory:13, Laboratory Block -chisel:laboratory:14, Laboratory Block -chisel:laboratory:15, Laboratory Block -chisel:lapis:0, Lapis Lazuli Block -chisel:lapis:1, Lapis Lazuli Block -chisel:lapis:2, Lapis Lazuli Block -chisel:lapis:3, Lapis Lazuli Block -chisel:lapis:4, Lapis Lazuli Block -chisel:lapis:5, Lapis Lazuli Block -chisel:lapis:6, Lapis Lazuli Block -chisel:lapis:7, Lapis Lazuli Block -chisel:lapis:8, Lapis Lazuli Block -chisel:lavastone:0, Lavastone -chisel:lavastone:1, Lavastone -chisel:lavastone:2, Lavastone -chisel:lavastone:3, Lavastone -chisel:lavastone:4, Lavastone -chisel:lavastone:5, Lavastone -chisel:lavastone:6, Lavastone -chisel:lavastone:7, Lavastone -chisel:lavastone:8, Lavastone -chisel:lavastone:9, Lavastone -chisel:lavastone:10, Lavastone -chisel:lavastone:11, Lavastone -chisel:lavastone:12, Lavastone -chisel:lavastone:13, Lavastone -chisel:lavastone:14, Lavastone -chisel:lavastone:15, Lavastone -chisel:lavastone1:0, Lavastone -chisel:lavastone1:1, Lavastone -chisel:lavastone1:2, Lavastone -chisel:lavastone1:3, Lavastone -chisel:lavastone1:4, Lavastone -chisel:lavastone1:5, Lavastone -chisel:lavastone1:6, Lavastone -chisel:lavastone1:7, Lavastone -chisel:lavastone1:8, Lavastone -chisel:lavastone1:9, Lavastone -chisel:lavastone1:10, Lavastone -chisel:lavastone1:11, Lavastone -chisel:lavastone1:12, Lavastone -chisel:lavastone1:13, Lavastone -chisel:lavastone1:14, Lavastone -chisel:lavastone1:15, Lavastone -chisel:lavastone2:0, Lavastone -chisel:blocklead:0, Block of Lead -chisel:blocklead:1, Block of Lead -chisel:blocklead:2, Block of Lead -chisel:blocklead:3, Block of Lead -chisel:blocklead:4, Block of Lead -chisel:blocklead:5, Block of Lead -chisel:blocklead:6, Block of Lead -chisel:limestone:0, Limestone -chisel:limestone:1, Limestone -chisel:limestone:2, Limestone -chisel:limestone:3, Limestone -chisel:limestone:4, Limestone -chisel:limestone:5, Limestone -chisel:limestone:6, Limestone -chisel:limestone:7, Limestone -chisel:limestone:8, Limestone -chisel:limestone:9, Limestone -chisel:limestone:10, Limestone -chisel:limestone:11, Limestone -chisel:limestone:12, Limestone -chisel:limestone:13, Limestone -chisel:limestone:14, Limestone -chisel:limestone:15, Limestone -chisel:limestone1:0, Limestone -chisel:limestone1:1, Limestone -chisel:limestone1:2, Limestone -chisel:limestone1:3, Limestone -chisel:limestone1:4, Limestone -chisel:limestone1:5, Limestone -chisel:limestone1:6, Limestone -chisel:limestone1:7, Limestone -chisel:limestone1:8, Limestone -chisel:limestone1:9, Limestone -chisel:limestone2:0, Limestone -chisel:limestone2:1, Limestone -chisel:limestone2:2, Limestone -chisel:limestone2:3, Limestone -chisel:limestone2:4, Limestone -chisel:limestone2:5, Limestone -chisel:limestone2:6, Limestone -chisel:limestone2:7, Limestone -chisel:marble:0, Marble -chisel:marble:1, Marble -chisel:marble:2, Marble -chisel:marble:3, Marble -chisel:marble:4, Marble -chisel:marble:5, Marble -chisel:marble:6, Marble -chisel:marble:7, Marble -chisel:marble:8, Marble -chisel:marble:9, Marble -chisel:marble:10, Marble -chisel:marble:11, Marble -chisel:marble:12, Marble -chisel:marble:13, Marble -chisel:marble:14, Marble -chisel:marble:15, Marble -chisel:marble1:0, Marble -chisel:marble1:1, Marble -chisel:marble1:2, Marble -chisel:marble1:3, Marble -chisel:marble1:4, Marble -chisel:marble1:5, Marble -chisel:marble1:6, Marble -chisel:marble1:7, Marble -chisel:marble1:8, Marble -chisel:marble1:9, Marble -chisel:marble2:0, Marble -chisel:marble2:1, Marble -chisel:marble2:2, Marble -chisel:marble2:3, Marble -chisel:marble2:4, Marble -chisel:marble2:5, Marble -chisel:marble2:6, Marble -chisel:marble2:7, Marble -chisel:marblepillar:0, Marble Pillar -chisel:marblepillar:1, Marble Pillar -chisel:marblepillar:2, Marble Pillar -chisel:marblepillar:3, Marble Pillar -chisel:marblepillar:4, Marble Pillar -chisel:marblepillar:5, Marble Pillar -chisel:marblepillar:6, Marble Pillar -chisel:marblepillar:7, Marble Pillar -chisel:marblepillar:8, Marble Pillar -chisel:marblepillar:9, Marble Pillar -chisel:marblepillar:10, Marble Pillar -chisel:marblepillar:11, Marble Pillar -chisel:marblepillar:12, Marble Pillar -chisel:marblepillar:13, Marble Pillar -chisel:marblepillar:14, Marble Pillar -chisel:marblepillar:15, Marble Pillar -chisel:netherbrick:0, Nether Brick -chisel:netherbrick:1, Nether Brick -chisel:netherbrick:2, Nether Brick -chisel:netherbrick:3, Nether Brick -chisel:netherbrick:4, Nether Brick -chisel:netherbrick:5, Nether Brick -chisel:netherbrick:6, Nether Brick -chisel:netherbrick:7, Nether Brick -chisel:netherbrick:8, Nether Brick -chisel:netherbrick:9, Nether Brick -chisel:netherbrick:10, Nether Brick -chisel:netherbrick:11, Nether Brick -chisel:netherbrick:12, Nether Brick -chisel:netherbrick:13, Nether Brick -chisel:netherbrick:14, Nether Brick -chisel:netherbrick:15, Nether Brick -chisel:netherrack:0, Netherrack -chisel:netherrack:1, Netherrack -chisel:netherrack:2, Netherrack -chisel:netherrack:3, Netherrack -chisel:netherrack:4, Netherrack -chisel:netherrack:5, Netherrack -chisel:netherrack:6, Netherrack -chisel:netherrack:7, Netherrack -chisel:netherrack:8, Netherrack -chisel:netherrack:9, Netherrack -chisel:netherrack:10, Netherrack -chisel:netherrack:11, Netherrack -chisel:netherrack:12, Netherrack -chisel:netherrack:13, Netherrack -chisel:blocknickel:0, Block of Nickel -chisel:blocknickel:1, Block of Nickel -chisel:blocknickel:2, Block of Nickel -chisel:blocknickel:3, Block of Nickel -chisel:blocknickel:4, Block of Nickel -chisel:blocknickel:5, Block of Nickel -chisel:blocknickel:6, Block of Nickel -chisel:obsidian:0, Obsidian -chisel:obsidian:1, Obsidian -chisel:obsidian:2, Obsidian -chisel:obsidian:3, Obsidian -chisel:obsidian:4, Obsidian -chisel:obsidian:5, Obsidian -chisel:obsidian:6, Obsidian -chisel:obsidian:7, Obsidian -chisel:obsidian:8, Obsidian -chisel:obsidian:9, Obsidian -chisel:obsidian:10, Obsidian -chisel:obsidian:11, Obsidian -chisel:obsidian:12, Obsidian -chisel:obsidian:13, Obsidian -chisel:obsidian:14, Obsidian -chisel:paper:0, Paper Wall -chisel:paper:1, Paper Wall -chisel:paper:2, Paper Wall -chisel:paper:3, Paper Wall -chisel:paper:4, Paper Wall -chisel:paper:5, Paper Wall -chisel:paper:6, Paper Wall -chisel:paper:7, Paper Wall -chisel:paper:8, Paper Wall -chisel:planks-oak:0, Oak Wood Planks -chisel:planks-oak:1, Oak Wood Planks -chisel:planks-oak:2, Oak Wood Planks -chisel:planks-oak:3, Oak Wood Planks -chisel:planks-oak:4, Oak Wood Planks -chisel:planks-oak:5, Oak Wood Planks -chisel:planks-oak:6, Oak Wood Planks -chisel:planks-oak:7, Oak Wood Planks -chisel:planks-oak:8, Oak Wood Planks -chisel:planks-oak:9, Oak Wood Planks -chisel:planks-oak:10, Oak Wood Planks -chisel:planks-oak:11, Oak Wood Planks -chisel:planks-oak:12, Oak Wood Planks -chisel:planks-oak:13, Oak Wood Planks -chisel:planks-oak:14, Oak Wood Planks -chisel:planks-spruce:0, Spruce Wood Planks -chisel:planks-spruce:1, Spruce Wood Planks -chisel:planks-spruce:2, Spruce Wood Planks -chisel:planks-spruce:3, Spruce Wood Planks -chisel:planks-spruce:4, Spruce Wood Planks -chisel:planks-spruce:5, Spruce Wood Planks -chisel:planks-spruce:6, Spruce Wood Planks -chisel:planks-spruce:7, Spruce Wood Planks -chisel:planks-spruce:8, Spruce Wood Planks -chisel:planks-spruce:9, Spruce Wood Planks -chisel:planks-spruce:10, Spruce Wood Planks -chisel:planks-spruce:11, Spruce Wood Planks -chisel:planks-spruce:12, Spruce Wood Planks -chisel:planks-spruce:13, Spruce Wood Planks -chisel:planks-spruce:14, Spruce Wood Planks -chisel:planks-birch:0, Birch Wood Planks -chisel:planks-birch:1, Birch Wood Planks -chisel:planks-birch:2, Birch Wood Planks -chisel:planks-birch:3, Birch Wood Planks -chisel:planks-birch:4, Birch Wood Planks -chisel:planks-birch:5, Birch Wood Planks -chisel:planks-birch:6, Birch Wood Planks -chisel:planks-birch:7, Birch Wood Planks -chisel:planks-birch:8, Birch Wood Planks -chisel:planks-birch:9, Birch Wood Planks -chisel:planks-birch:10, Birch Wood Planks -chisel:planks-birch:11, Birch Wood Planks -chisel:planks-birch:12, Birch Wood Planks -chisel:planks-birch:13, Birch Wood Planks -chisel:planks-birch:14, Birch Wood Planks -chisel:planks-jungle:0, Jungle Wood Planks -chisel:planks-jungle:1, Jungle Wood Planks -chisel:planks-jungle:2, Jungle Wood Planks -chisel:planks-jungle:3, Jungle Wood Planks -chisel:planks-jungle:4, Jungle Wood Planks -chisel:planks-jungle:5, Jungle Wood Planks -chisel:planks-jungle:6, Jungle Wood Planks -chisel:planks-jungle:7, Jungle Wood Planks -chisel:planks-jungle:8, Jungle Wood Planks -chisel:planks-jungle:9, Jungle Wood Planks -chisel:planks-jungle:10, Jungle Wood Planks -chisel:planks-jungle:11, Jungle Wood Planks -chisel:planks-jungle:12, Jungle Wood Planks -chisel:planks-jungle:13, Jungle Wood Planks -chisel:planks-jungle:14, Jungle Wood Planks -chisel:planks-acacia:0, Acacia Wood Planks -chisel:planks-acacia:1, Acacia Wood Planks -chisel:planks-acacia:2, Acacia Wood Planks -chisel:planks-acacia:3, Acacia Wood Planks -chisel:planks-acacia:4, Acacia Wood Planks -chisel:planks-acacia:5, Acacia Wood Planks -chisel:planks-acacia:6, Acacia Wood Planks -chisel:planks-acacia:7, Acacia Wood Planks -chisel:planks-acacia:8, Acacia Wood Planks -chisel:planks-acacia:9, Acacia Wood Planks -chisel:planks-acacia:10, Acacia Wood Planks -chisel:planks-acacia:11, Acacia Wood Planks -chisel:planks-acacia:12, Acacia Wood Planks -chisel:planks-acacia:13, Acacia Wood Planks -chisel:planks-acacia:14, Acacia Wood Planks -chisel:planks-dark-oak:0, Dark Oak Wood Planks -chisel:planks-dark-oak:1, Dark Oak Wood Planks -chisel:planks-dark-oak:2, Dark Oak Wood Planks -chisel:planks-dark-oak:3, Dark Oak Wood Planks -chisel:planks-dark-oak:4, Dark Oak Wood Planks -chisel:planks-dark-oak:5, Dark Oak Wood Planks -chisel:planks-dark-oak:6, Dark Oak Wood Planks -chisel:planks-dark-oak:7, Dark Oak Wood Planks -chisel:planks-dark-oak:8, Dark Oak Wood Planks -chisel:planks-dark-oak:9, Dark Oak Wood Planks -chisel:planks-dark-oak:10, Dark Oak Wood Planks -chisel:planks-dark-oak:11, Dark Oak Wood Planks -chisel:planks-dark-oak:12, Dark Oak Wood Planks -chisel:planks-dark-oak:13, Dark Oak Wood Planks -chisel:planks-dark-oak:14, Dark Oak Wood Planks -chisel:blockplatinum:0, Block of Platinum -chisel:blockplatinum:1, Block of Platinum -chisel:blockplatinum:2, Block of Platinum -chisel:blockplatinum:3, Block of Platinum -chisel:blockplatinum:4, Block of Platinum -chisel:blockplatinum:5, Block of Platinum -chisel:blockplatinum:6, Block of Platinum -chisel:prismarine:0, Prismarine -chisel:prismarine:1, Prismarine -chisel:prismarine:2, Prismarine -chisel:prismarine:3, Prismarine -chisel:prismarine:4, Prismarine -chisel:prismarine:5, Prismarine -chisel:prismarine:6, Prismarine -chisel:prismarine:7, Prismarine -chisel:prismarine:8, Prismarine -chisel:prismarine:9, Prismarine -chisel:prismarine:10, Prismarine -chisel:prismarine:11, Prismarine -chisel:prismarine:12, Prismarine -chisel:prismarine:13, Prismarine -chisel:prismarine:14, Prismarine -chisel:prismarine:15, Prismarine -chisel:prismarine1:0, Prismarine -chisel:prismarine1:1, Prismarine -chisel:prismarine1:2, Prismarine -chisel:prismarine1:3, Prismarine -chisel:prismarine1:4, Prismarine -chisel:prismarine1:5, Prismarine -chisel:prismarine1:6, Prismarine -chisel:prismarine1:7, Prismarine -chisel:prismarine1:8, Prismarine -chisel:prismarine1:9, Prismarine -chisel:prismarine2:0, Prismarine -chisel:prismarine2:1, Prismarine -chisel:prismarine2:2, Prismarine -chisel:prismarine2:3, Prismarine -chisel:prismarine2:4, Prismarine -chisel:prismarine2:5, Prismarine -chisel:quartz:0, Block of Quartz -chisel:quartz:1, Block of Quartz -chisel:quartz:2, Block of Quartz -chisel:quartz:3, Block of Quartz -chisel:quartz:4, Block of Quartz -chisel:quartz:5, Block of Quartz -chisel:quartz:6, Block of Quartz -chisel:quartz:7, Block of Quartz -chisel:quartz:8, Block of Quartz -chisel:quartz:9, Block of Quartz -chisel:quartz:10, Block of Quartz -chisel:quartz:11, Block of Quartz -chisel:quartz:12, Block of Quartz -chisel:quartz:13, Block of Quartz -chisel:quartz:14, Block of Quartz -chisel:quartz:15, Block of Quartz -chisel:quartz1:0, Block of Quartz -chisel:quartz1:1, Block of Quartz -chisel:quartz1:2, Block of Quartz -chisel:quartz1:3, Block of Quartz -chisel:quartz1:4, Block of Quartz -chisel:quartz1:5, Block of Quartz -chisel:quartz1:6, Block of Quartz -chisel:quartz1:7, Block of Quartz -chisel:quartz1:8, Block of Quartz -chisel:quartz1:9, Block of Quartz -chisel:quartz1:10, Block of Quartz -chisel:quartz1:11, Block of Quartz -chisel:quartz1:12, Block of Quartz -chisel:quartz1:13, Block of Quartz -chisel:quartz1:14, Block of Quartz -chisel:quartz1:15, Block of Quartz -chisel:redstone:0, Block of Redstone -chisel:redstone:1, Block of Redstone -chisel:redstone:2, Block of Redstone -chisel:redstone:3, Block of Redstone -chisel:redstone:4, Block of Redstone -chisel:redstone:5, Block of Redstone -chisel:redstone:6, Block of Redstone -chisel:redstone:7, Block of Redstone -chisel:redstone:8, Block of Redstone -chisel:redstone:9, Block of Redstone -chisel:redstone:10, Block of Redstone -chisel:redstone:11, Block of Redstone -chisel:redstone:12, Block of Redstone -chisel:redstone:13, Block of Redstone -chisel:redstone:14, Block of Redstone -chisel:redstone:15, Block of Redstone -chisel:redstone1:0, Block of Redstone -chisel:redstone1:1, Block of Redstone -chisel:redstone1:2, Block of Redstone -chisel:redstone1:3, Block of Redstone -chisel:redstone1:4, Block of Redstone -chisel:redstone1:5, Block of Redstone -chisel:redstone1:6, Block of Redstone -chisel:redstone1:7, Block of Redstone -chisel:redstone1:8, Block of Redstone -chisel:redstone1:9, Block of Redstone -chisel:redstone1:10, Block of Redstone -chisel:redstone1:11, Block of Redstone -chisel:sandstoneyellow:0, Sandstone -chisel:sandstoneyellow:1, Sandstone -chisel:sandstoneyellow:2, Sandstone -chisel:sandstoneyellow:3, Sandstone -chisel:sandstoneyellow:4, Sandstone -chisel:sandstoneyellow:5, Sandstone -chisel:sandstoneyellow:6, Sandstone -chisel:sandstoneyellow:7, Sandstone -chisel:sandstoneyellow:8, Sandstone -chisel:sandstoneyellow:9, Sandstone -chisel:sandstoneyellow:10, Sandstone -chisel:sandstoneyellow:11, Sandstone -chisel:sandstoneyellow:12, Sandstone -chisel:sandstoneyellow:13, Sandstone -chisel:sandstoneyellow:14, Sandstone -chisel:sandstoneyellow:15, Sandstone -chisel:sandstoneyellow1:0, Sandstone -chisel:sandstoneyellow1:1, Sandstone -chisel:sandstoneyellow1:2, Sandstone -chisel:sandstoneyellow1:3, Sandstone -chisel:sandstoneyellow1:4, Sandstone -chisel:sandstoneyellow1:5, Sandstone -chisel:sandstoneyellow1:6, Sandstone -chisel:sandstoneyellow1:7, Sandstone -chisel:sandstoneyellow1:8, Sandstone -chisel:sandstoneyellow1:9, Sandstone -chisel:sandstoneyellow2:0, Sandstone -chisel:sandstoneyellow2:1, Sandstone -chisel:sandstoneyellow2:2, Sandstone -chisel:sandstoneyellow2:3, Sandstone -chisel:sandstoneyellow2:4, Sandstone -chisel:sandstoneyellow2:5, Sandstone -chisel:sandstoneyellow2:6, Sandstone -chisel:sandstoneyellow2:7, Sandstone -chisel:sandstonered:0, Red Sandstone -chisel:sandstonered:1, Red Sandstone -chisel:sandstonered:2, Red Sandstone -chisel:sandstonered:3, Red Sandstone -chisel:sandstonered:4, Red Sandstone -chisel:sandstonered:5, Red Sandstone -chisel:sandstonered:6, Red Sandstone -chisel:sandstonered:7, Red Sandstone -chisel:sandstonered:8, Red Sandstone -chisel:sandstonered:9, Red Sandstone -chisel:sandstonered:10, Red Sandstone -chisel:sandstonered:11, Red Sandstone -chisel:sandstonered:12, Red Sandstone -chisel:sandstonered:13, Red Sandstone -chisel:sandstonered:14, Red Sandstone -chisel:sandstonered:15, Red Sandstone -chisel:sandstonered1:0, Red Sandstone -chisel:sandstonered1:1, Red Sandstone -chisel:sandstonered1:2, Red Sandstone -chisel:sandstonered1:3, Red Sandstone -chisel:sandstonered1:4, Red Sandstone -chisel:sandstonered1:5, Red Sandstone -chisel:sandstonered1:6, Red Sandstone -chisel:sandstonered1:7, Red Sandstone -chisel:sandstonered1:8, Red Sandstone -chisel:sandstonered1:9, Red Sandstone -chisel:sandstonered2:0, Red Sandstone -chisel:sandstonered2:1, Red Sandstone -chisel:sandstonered2:2, Red Sandstone -chisel:sandstonered2:3, Red Sandstone -chisel:sandstonered2:4, Red Sandstone -chisel:sandstonered2:5, Red Sandstone -chisel:sandstonered2:6, Red Sandstone -chisel:sandstonered2:7, Red Sandstone -chisel:sandstone-scribbles:0, Sandstone Scribbles -chisel:sandstone-scribbles:1, Sandstone Scribbles -chisel:sandstone-scribbles:2, Sandstone Scribbles -chisel:sandstone-scribbles:3, Sandstone Scribbles -chisel:sandstone-scribbles:4, Sandstone Scribbles -chisel:sandstone-scribbles:5, Sandstone Scribbles -chisel:sandstone-scribbles:6, Sandstone Scribbles -chisel:sandstone-scribbles:7, Sandstone Scribbles -chisel:sandstone-scribbles:8, Sandstone Scribbles -chisel:sandstone-scribbles:9, Sandstone Scribbles -chisel:sandstone-scribbles:10, Sandstone Scribbles -chisel:sandstone-scribbles:11, Sandstone Scribbles -chisel:sandstone-scribbles:12, Sandstone Scribbles -chisel:sandstone-scribbles:13, Sandstone Scribbles -chisel:sandstone-scribbles:14, Sandstone Scribbles -chisel:sandstone-scribbles:15, Sandstone Scribbles -chisel:sandstonered-scribbles:0, Red Sandstone Scribbles -chisel:sandstonered-scribbles:1, Red Sandstone Scribbles -chisel:sandstonered-scribbles:2, Red Sandstone Scribbles -chisel:sandstonered-scribbles:3, Red Sandstone Scribbles -chisel:sandstonered-scribbles:4, Red Sandstone Scribbles -chisel:sandstonered-scribbles:5, Red Sandstone Scribbles -chisel:sandstonered-scribbles:6, Red Sandstone Scribbles -chisel:sandstonered-scribbles:7, Red Sandstone Scribbles -chisel:sandstonered-scribbles:8, Red Sandstone Scribbles -chisel:sandstonered-scribbles:9, Red Sandstone Scribbles -chisel:sandstonered-scribbles:10, Red Sandstone Scribbles -chisel:sandstonered-scribbles:11, Red Sandstone Scribbles -chisel:sandstonered-scribbles:12, Red Sandstone Scribbles -chisel:sandstonered-scribbles:13, Red Sandstone Scribbles -chisel:sandstonered-scribbles:14, Red Sandstone Scribbles -chisel:sandstonered-scribbles:15, Red Sandstone Scribbles -chisel:blocksilver:0, Block of Silver -chisel:blocksilver:1, Block of Silver -chisel:blocksilver:2, Block of Silver -chisel:blocksilver:3, Block of Silver -chisel:blocksilver:4, Block of Silver -chisel:blocksilver:5, Block of Silver -chisel:blocksilver:6, Block of Silver -chisel:blocksteel:0, Block of Steel -chisel:blocksteel:1, Block of Steel -chisel:blocksteel:2, Block of Steel -chisel:blocksteel:3, Block of Steel -chisel:blocksteel:4, Block of Steel -chisel:blocksteel:5, Block of Steel -chisel:blocksteel:6, Block of Steel -chisel:stonebrick:0, Chiseled Stone -chisel:stonebrick:1, Chiseled Stone -chisel:stonebrick:2, Chiseled Stone -chisel:stonebrick:3, Chiseled Stone -chisel:stonebrick:4, Chiseled Stone -chisel:stonebrick:5, Chiseled Stone -chisel:stonebrick:6, Chiseled Stone -chisel:stonebrick:7, Chiseled Stone -chisel:stonebrick:8, Chiseled Stone -chisel:stonebrick:9, Chiseled Stone -chisel:stonebrick:10, Chiseled Stone -chisel:stonebrick:11, Chiseled Stone -chisel:stonebrick:12, Chiseled Stone -chisel:stonebrick:13, Chiseled Stone -chisel:stonebrick:14, Chiseled Stone -chisel:stonebrick:15, Chiseled Stone -chisel:stonebrick1:0, Chiseled Stone -chisel:stonebrick1:1, Chiseled Stone -chisel:stonebrick1:2, Chiseled Stone -chisel:stonebrick1:3, Chiseled Stone -chisel:stonebrick1:4, Chiseled Stone -chisel:stonebrick1:5, Chiseled Stone -chisel:stonebrick1:6, Chiseled Stone -chisel:stonebrick1:7, Chiseled Stone -chisel:stonebrick1:8, Chiseled Stone -chisel:stonebrick1:9, Chiseled Stone -chisel:stonebrick2:0, Chiseled Stone -chisel:stonebrick2:1, Chiseled Stone -chisel:stonebrick2:2, Chiseled Stone -chisel:stonebrick2:3, Chiseled Stone -chisel:stonebrick2:4, Chiseled Stone -chisel:stonebrick2:5, Chiseled Stone -chisel:stonebrick2:6, Chiseled Stone -chisel:stonebrick2:7, Chiseled Stone -chisel:stonebrick2:8, Chiseled Stone -chisel:stonebrick2:9, Chiseled Stone -chisel:technical:0, Factory Block -chisel:technical:1, Factory Block -chisel:technical:2, Factory Block -chisel:technical:3, Factory Block -chisel:technical:4, Factory Block -chisel:technical:5, Factory Block -chisel:technical:6, Factory Block -chisel:technical:7, Factory Block -chisel:technical:8, Factory Block -chisel:technical:9, Factory Block -chisel:technical:10, Factory Block -chisel:technical:11, Factory Block -chisel:technical:12, Factory Block -chisel:technical:13, Factory Block -chisel:technical:14, Factory Block -chisel:technical:15, Factory Block -chisel:technical1:0, Factory Block -chisel:technical1:1, Factory Block -chisel:technical1:2, Factory Block -chisel:technical1:3, Factory Block -chisel:technical1:4, Factory Block -chisel:technicalnew:0, Factory Block -chisel:technicalnew:1, Factory Block -chisel:technicalnew:2, Factory Block -chisel:technicalnew:3, Factory Block -chisel:technicalnew:4, Factory Block -chisel:technicalnew:5, Factory Block -chisel:technicalnew:6, Factory Block -chisel:technicalnew:7, Factory Block -chisel:technicalnew:8, Factory Block -chisel:temple:0, Temple Block -chisel:temple:1, Temple Block -chisel:temple:2, Temple Block -chisel:temple:3, Temple Block -chisel:temple:4, Temple Block -chisel:temple:5, Temple Block -chisel:temple:6, Temple Block -chisel:temple:7, Temple Block -chisel:temple:8, Temple Block -chisel:temple:9, Temple Block -chisel:temple:10, Temple Block -chisel:temple:11, Temple Block -chisel:temple:12, Temple Block -chisel:temple:13, Temple Block -chisel:temple:14, Temple Block -chisel:temple:15, Temple Block -chisel:templemossy:0, Mossy Temple Block -chisel:templemossy:1, Mossy Temple Block -chisel:templemossy:2, Mossy Temple Block -chisel:templemossy:3, Mossy Temple Block -chisel:templemossy:4, Mossy Temple Block -chisel:templemossy:5, Mossy Temple Block -chisel:templemossy:6, Mossy Temple Block -chisel:templemossy:7, Mossy Temple Block -chisel:templemossy:8, Mossy Temple Block -chisel:templemossy:9, Mossy Temple Block -chisel:templemossy:10, Mossy Temple Block -chisel:templemossy:11, Mossy Temple Block -chisel:templemossy:12, Mossy Temple Block -chisel:templemossy:13, Mossy Temple Block -chisel:templemossy:14, Mossy Temple Block -chisel:templemossy:15, Mossy Temple Block -chisel:blocktin:0, Block of Tin -chisel:blocktin:1, Block of Tin -chisel:blocktin:2, Block of Tin -chisel:blocktin:3, Block of Tin -chisel:blocktin:4, Block of Tin -chisel:blocktin:5, Block of Tin -chisel:blocktin:6, Block of Tin -chisel:tyrian:0, Tyrian -chisel:tyrian:1, Tyrian -chisel:tyrian:2, Tyrian -chisel:tyrian:3, Tyrian -chisel:tyrian:4, Tyrian -chisel:tyrian:5, Tyrian -chisel:tyrian:6, Tyrian -chisel:tyrian:7, Tyrian -chisel:tyrian:8, Tyrian -chisel:tyrian:9, Tyrian -chisel:tyrian:10, Tyrian -chisel:tyrian:11, Tyrian -chisel:tyrian:12, Tyrian -chisel:tyrian:13, Tyrian -chisel:tyrian:14, Tyrian -chisel:tyrian:15, Tyrian -chisel:blockuranium:0, Block of Uranium -chisel:blockuranium:1, Block of Uranium -chisel:blockuranium:2, Block of Uranium -chisel:blockuranium:3, Block of Uranium -chisel:blockuranium:4, Block of Uranium -chisel:blockuranium:5, Block of Uranium -chisel:blockuranium:6, Block of Uranium -chisel:valentines:0, Valentines' Block -chisel:valentines:1, Valentines' Block -chisel:valentines:2, Valentines' Block -chisel:valentines:3, Valentines' Block -chisel:valentines:4, Valentines' Block -chisel:valentines:5, Valentines' Block -chisel:valentines:6, Valentines' Block -chisel:valentines:7, Valentines' Block -chisel:valentines:8, Valentines' Block -chisel:valentines:9, Valentines' Block -chisel:voidstone:0, Voidstone -chisel:voidstone:1, Voidstone -chisel:voidstone:2, Voidstone -chisel:voidstone:3, Voidstone -chisel:voidstone:4, Voidstone -chisel:voidstone:5, Voidstone -chisel:voidstone:6, Voidstone -chisel:voidstone:7, Voidstone -chisel:energizedvoidstone:0, Primal Voidstone -chisel:energizedvoidstone:1, Primal Voidstone -chisel:energizedvoidstone:2, Primal Voidstone -chisel:energizedvoidstone:3, Primal Voidstone -chisel:energizedvoidstone:4, Primal Voidstone -chisel:energizedvoidstone:5, Primal Voidstone -chisel:energizedvoidstone:6, Primal Voidstone -chisel:energizedvoidstone:7, Primal Voidstone -chisel:voidstonerunic:0, Runed Voidstone -chisel:voidstonerunic:1, Runed Voidstone -chisel:voidstonerunic:2, Runed Voidstone -chisel:voidstonerunic:3, Runed Voidstone -chisel:voidstonerunic:4, Runed Voidstone -chisel:voidstonerunic:5, Runed Voidstone -chisel:voidstonerunic:6, Runed Voidstone -chisel:voidstonerunic:7, Runed Voidstone -chisel:voidstonerunic:8, Runed Voidstone -chisel:voidstonerunic:9, Runed Voidstone -chisel:voidstonerunic:10, Runed Voidstone -chisel:voidstonerunic:11, Runed Voidstone -chisel:voidstonerunic:12, Runed Voidstone -chisel:voidstonerunic:13, Runed Voidstone -chisel:voidstonerunic:14, Runed Voidstone -chisel:waterstone:0, Waterstone -chisel:waterstone:1, Waterstone -chisel:waterstone:2, Waterstone -chisel:waterstone:3, Waterstone -chisel:waterstone:4, Waterstone -chisel:waterstone:5, Waterstone -chisel:waterstone:6, Waterstone -chisel:waterstone:7, Waterstone -chisel:waterstone:8, Waterstone -chisel:waterstone:9, Waterstone -chisel:waterstone:10, Waterstone -chisel:waterstone:11, Waterstone -chisel:waterstone:12, Waterstone -chisel:waterstone:13, Waterstone -chisel:waterstone:14, Waterstone -chisel:waterstone:15, Waterstone -chisel:waterstone1:0, Waterstone -chisel:waterstone1:1, Waterstone -chisel:waterstone1:2, Waterstone -chisel:waterstone1:3, Waterstone -chisel:waterstone1:4, Waterstone -chisel:waterstone1:5, Waterstone -chisel:waterstone1:6, Waterstone -chisel:waterstone1:7, Waterstone -chisel:waterstone1:8, Waterstone -chisel:waterstone1:9, Waterstone -chisel:waterstone1:10, Waterstone -chisel:waterstone1:11, Waterstone -chisel:waterstone1:12, Waterstone -chisel:waterstone1:13, Waterstone -chisel:waterstone1:14, Waterstone -chisel:waterstone1:15, Waterstone -chisel:waterstone2:0, Waterstone -chisel:wool_black:0, Black Wool -chisel:wool_black:1, Black Wool -chisel:wool_red:0, Red Wool -chisel:wool_red:1, Red Wool -chisel:wool_green:0, Green Wool -chisel:wool_green:1, Green Wool -chisel:wool_brown:0, Brown Wool -chisel:wool_brown:1, Brown Wool -chisel:wool_blue:0, Blue Wool -chisel:wool_blue:1, Blue Wool -chisel:wool_purple:0, Purple Wool -chisel:wool_purple:1, Purple Wool -chisel:wool_cyan:0, Cyan Wool -chisel:wool_cyan:1, Cyan Wool -chisel:wool_lightgray:0, Light Gray Wool -chisel:wool_lightgray:1, Light Gray Wool -chisel:wool_gray:0, Gray Wool -chisel:wool_gray:1, Gray Wool -chisel:wool_pink:0, Pink Wool -chisel:wool_pink:1, Pink Wool -chisel:wool_lime:0, Lime Wool -chisel:wool_lime:1, Lime Wool -chisel:wool_yellow:0, Yellow Wool -chisel:wool_yellow:1, Yellow Wool -chisel:wool_lightblue:0, Light Blue Wool -chisel:wool_lightblue:1, Light Blue Wool -chisel:wool_magenta:0, Magenta Wool -chisel:wool_magenta:1, Magenta Wool -chisel:wool_orange:0, Orange Wool -chisel:wool_orange:1, Orange Wool -chisel:wool_white:0, Wool -chisel:wool_white:1, Wool -thaumcraft:ore_amber, Amber Bearing Stone -thaumcraft:ore_cinnabar, Cinnabar Ore -thaumcraft:ore_quartz, Quartz Ore -thaumcraft:crystal_aer, Air Crystal -thaumcraft:crystal_ignis, Fire Crystal -thaumcraft:crystal_aqua, Water Crystal -thaumcraft:crystal_terra, Earth Crystal -thaumcraft:crystal_ordo, Order Crystal -thaumcraft:crystal_perditio, Entropy Crystal -thaumcraft:crystal_vitium, Flux Crystal -thaumcraft:stone_arcane, Arcane Stone -thaumcraft:stone_arcane_brick, Arcane Stone Brick -thaumcraft:stone_ancient, Ancient Stone -thaumcraft:stone_ancient_tile, Ancient Stone Tile -thaumcraft:stone_ancient_rock, Ancient Rock -thaumcraft:stone_ancient_glyphed, Glyphed Stone -thaumcraft:stone_ancient_doorway, Ancient Barrier -thaumcraft:stone_eldritch_tile, Eldritch Stone -thaumcraft:stone_porous, Porous Stone -thaumcraft:stairs_arcane, Arcane Stone Stairs -thaumcraft:stairs_arcane_brick, Arcane Brick Stairs -thaumcraft:stairs_ancient, Ancient Stone Stairs -thaumcraft:slab_arcane_stone:0, Arcane Stone Slab -thaumcraft:slab_arcane_brick:0, Arcane Brick Slab -thaumcraft:slab_ancient:0, Ancient Stone Slab -thaumcraft:slab_eldritch:0, Eldritch Stone Slab -thaumcraft:sapling_greatwood, Greatwood Sapling -thaumcraft:sapling_silverwood, Silverwood Sapling -thaumcraft:log_greatwood, Greatwood Log -thaumcraft:log_silverwood, Silverwood Log -thaumcraft:leaves_greatwood, Greatwood Leaves -thaumcraft:leaves_silverwood, Silverwood Leaves -thaumcraft:shimmerleaf, Shimmerleaf -thaumcraft:cinderpearl, Cinderpearl -thaumcraft:vishroom, Vishroom -thaumcraft:plank_greatwood, Greatwood Planks -thaumcraft:plank_silverwood, Silverwood Planks -thaumcraft:stairs_greatwood, Greatwood Stairs -thaumcraft:stairs_silverwood, Silverwood Stairs -thaumcraft:slab_greatwood:0, Greatwood Slab -thaumcraft:slab_silverwood:0, Silverwood Slab -thaumcraft:amber_block, Amber Block -thaumcraft:amber_brick, Amber Bricks -thaumcraft:flesh_block, Block of Flesh -thaumcraft:loot_crate_common, Common Crate -thaumcraft:loot_crate_uncommon, Uncommon Crate -thaumcraft:loot_crate_rare, Rare Crate -thaumcraft:loot_urn_common, Common Urn -thaumcraft:loot_urn_uncommon, Uncommon Urn -thaumcraft:loot_urn_rare, Rare Urn -thaumcraft:taint_fibre, Fibrous Taint -thaumcraft:taint_crust, Crusted Taint -thaumcraft:taint_soil, Tainted Soil -thaumcraft:taint_rock, Tainted Rock -thaumcraft:taint_geyser, Taint Geyser -thaumcraft:taint_feature, Swollen Taint -thaumcraft:taint_log, Taintwood Log -thaumcraft:grass_ambient, Ambient Grass Block -thaumcraft:table_wood, Wood Table -thaumcraft:table_stone, Stone Table -thaumcraft:pedestal_arcane, Arcane Pedestal -thaumcraft:pedestal_ancient, Ancient Pedestal -thaumcraft:pedestal_eldritch, Eldritch Pedestal -thaumcraft:metal_brass, Brass Block -thaumcraft:metal_thaumium, Thaumium Block -thaumcraft:metal_void, Void Metal Block -thaumcraft:metal_alchemical, Alchemical Construct -thaumcraft:metal_alchemical_advanced, Advanced Alchemical Construct -thaumcraft:paving_stone_travel, Paving Stone of Travel -thaumcraft:paving_stone_barrier, Barrier Stone -thaumcraft:pillar_arcane, Infusion Pillar -thaumcraft:pillar_ancient, Ancient Infusion Pillar -thaumcraft:pillar_eldritch, Eldritch Infusion Pillar -thaumcraft:matrix_speed, Infusion Speed Stone -thaumcraft:matrix_cost, Infusion Cost Stone -thaumcraft:candle_white, White Tallow Candle -thaumcraft:candle_orange, Orange Tallow Candle -thaumcraft:candle_magenta, Magenta Tallow Candle -thaumcraft:candle_lightblue, Light Blue Tallow Candle -thaumcraft:candle_yellow, Yellow Tallow Candle -thaumcraft:candle_lime, Lime Tallow Candle -thaumcraft:candle_pink, Pink Tallow Candle -thaumcraft:candle_gray, Gray Tallow Candle -thaumcraft:candle_silver, Light Gray Tallow Candle -thaumcraft:candle_cyan, Cyan Tallow Candle -thaumcraft:candle_purple, Purple Tallow Candle -thaumcraft:candle_blue, Blue Tallow Candle -thaumcraft:candle_brown, Brown Tallow Candle -thaumcraft:candle_green, Green Tallow Candle -thaumcraft:candle_red, Red Tallow Candle -thaumcraft:candle_black, Black Tallow Candle -thaumcraft:banner_white, White Banner -thaumcraft:banner_orange, Orange Banner -thaumcraft:banner_magenta, Magenta Banner -thaumcraft:banner_lightblue, Light Blue Banner -thaumcraft:banner_yellow, Yellow Banner -thaumcraft:banner_lime, Lime Banner -thaumcraft:banner_pink, Pink Banner -thaumcraft:banner_gray, Gray Banner -thaumcraft:banner_silver, Light Gray Banner -thaumcraft:banner_cyan, Cyan Banner -thaumcraft:banner_purple, Purple Banner -thaumcraft:banner_blue, Blue Banner -thaumcraft:banner_brown, Brown Banner -thaumcraft:banner_green, Green Banner -thaumcraft:banner_red, Red Banner -thaumcraft:banner_black, Black Banner -thaumcraft:banner_crimson_cult, Crimson Cult Banner -thaumcraft:nitor_white, White Nitor -thaumcraft:nitor_orange, Orange Nitor -thaumcraft:nitor_magenta, Magenta Nitor -thaumcraft:nitor_lightblue, Light Blue Nitor -thaumcraft:nitor_yellow, Yellow Nitor -thaumcraft:nitor_lime, Lime Nitor -thaumcraft:nitor_pink, Pink Nitor -thaumcraft:nitor_gray, Gray Nitor -thaumcraft:nitor_silver, Light Gray Nitor -thaumcraft:nitor_cyan, Cyan Nitor -thaumcraft:nitor_purple, Purple Nitor -thaumcraft:nitor_blue, Blue Nitor -thaumcraft:nitor_brown, Brown Nitor -thaumcraft:nitor_green, Green Nitor -thaumcraft:nitor_red, Red Nitor -thaumcraft:nitor_black, Black Nitor -thaumcraft:vis_battery, Vis Battery -thaumcraft:inlay, Redstone Inlay -thaumcraft:arcane_workbench, Arcane Workbench -thaumcraft:arcane_workbench_charger, Workbench Charger -thaumcraft:dioptra, Thaumic Dioptra -thaumcraft:research_table, Research Table -thaumcraft:crucible, Crucible -thaumcraft:arcane_ear, Arcane Ear -thaumcraft:arcane_ear_toggle, Arcane Ear (Toggle) -thaumcraft:lamp_arcane, Arcane Lamp -thaumcraft:lamp_fertility, Lamp of Fertility -thaumcraft:lamp_growth, Lamp of Growth -thaumcraft:levitator, Arcane Levitator -thaumcraft:centrifuge, Essentia Centrifuge -thaumcraft:bellows, Arcane Bellows -thaumcraft:smelter_basic, Essentia Smeltery -thaumcraft:smelter_thaumium, Thaumium Essentia Smeltery -thaumcraft:smelter_void, Void Metal Essentia Smeltery -thaumcraft:smelter_aux, Auxiliary Slurry Pump -thaumcraft:smelter_vent, Auxiliary Venting Port -thaumcraft:alembic, Arcane Alembic -thaumcraft:recharge_pedestal, Recharge Pedestal -thaumcraft:wand_workbench, Focal Manipulator -thaumcraft:hungry_chest, Hungry Chest -thaumcraft:tube, Essentia Tube -thaumcraft:tube_valve, Essentia Valve -thaumcraft:tube_restrict, Restricted Essentia Tube -thaumcraft:tube_oneway, Directional Essentia Tube -thaumcraft:tube_filter, Filtered Essentia Tube -thaumcraft:tube_buffer, Essentia Buffer -thaumcraft:jar_normal, Warded Jar -thaumcraft:jar_void, Void Jar -thaumcraft:jar_brain, Brain in a Jar -thaumcraft:infusion_matrix, Runic Matrix -thaumcraft:infernal_furnace, Infernal Furnace -thaumcraft:everfull_urn, Everfull Urn -thaumcraft:thaumatorium, Thaumatorium -thaumcraft:thaumatorium_top, Thaumatorium -thaumcraft:brain_box, Mnemonic Matrix -thaumcraft:spa, Arcane Spa -thaumcraft:golem_builder, Golem Press -thaumcraft:mirror, Magic Mirror -thaumcraft:mirror_essentia, Essentia Mirror -thaumcraft:essentia_input, Filling Essentia Transfuser -thaumcraft:essentia_output, Emptying Essentia Transfuser -thaumcraft:redstone_relay, Redstone Relay -thaumcraft:pattern_crafter, Arcane Pattern Crafter -thaumcraft:potion_sprayer, Potion Sprayer -thaumcraft:activator_rail, Arcane Activator Rail -thaumcraft:stabilizer, Stabilizer -thaumcraft:vis_generator, Vis Generator -thaumcraft:condenser, Flux Condenser -thaumcraft:condenser_lattice, Flux Condenser Lattice -thaumcraft:condenser_lattice_dirty, Clogged Flux Condenser Lattice -thaumcraft:void_siphon, Void Siphon -thaumcraft:hole, Dimensional Tear -thaumcraft:effect_shock, Static Field -thaumcraft:effect_sap, Sapping Field -thaumcraft:effect_glimmer, Glimmer -thaumcraft:placeholder_brick, Infernal Furnace -thaumcraft:placeholder_obsidian, Infernal Furnace -thaumcraft:placeholder_bars, Golem Press -thaumcraft:placeholder_anvil, Golem Press -thaumcraft:placeholder_cauldron, Golem Press -thaumcraft:placeholder_table, Golem Press -thaumcraft:empty, Empty Space -thaumcraft:barrier, Warding Aura -libvulpes:linker, Linker -libvulpes:battery:0, Battery -libvulpes:battery:1, Battery Pack -libvulpes:holoprojector, Holo-Projector -divinerpg:arlemite_ore, Arlemite Ore -divinerpg:realmite_ore, Realmite Ore -divinerpg:rupee_ore, Rupee Ore -divinerpg:bloodgem_ore, Bloodgem Ore -divinerpg:netherite_ore, Netherite Ore -divinerpg:arlemite_block, Arlemite Block -divinerpg:realmite_block, Realmite Block -divinerpg:rupee_block, Rupee Block -divinerpg:bloodgem_block, Bloodgem Block -divinerpg:netherite_block, Netherite Block -divinerpg:sunstorm_spawner, Sunstorm Spawner -divinerpg:termasect_spawner, Termasect Spawner -divinerpg:eternal_archer_spawner, Eternal Archer Spawner -divinerpg:experienced_cori_spawner, Experienced Cori Spawner -divinerpg:blaze_pumpkin, Blaze Pumpkin -divinerpg:creeper_pumpkin, Creeper Pumpkin -divinerpg:cyclops_pumpkin, Cyclops Pumpkin -divinerpg:ender_pumpkin, Ender Pumpkin -divinerpg:ender_watcher_pumpkin, Ender Watcher Pumpkin -divinerpg:frost_pumpkin, Frost Pumpkin -divinerpg:ghast_pumpkin, Ghast Pumpkin -divinerpg:glacon_pumpkin, Glacon Pumpkin -divinerpg:hellspider_pumpkin, Hellspider Pumpkin -divinerpg:jungle_spider_pumpkin, Jungle Spider Pumpkin -divinerpg:skeleton_pumpkin, Skeleton Pumpkin -divinerpg:spider_pumpkin, Spider Pumpkin -divinerpg:zombie_pumpkin, Zombie Pumpkin -divinerpg:aqua_torch, Aqua Torch -divinerpg:skeleton_torch, Skeleton Torch -divinerpg:black_steel, Black Steel -divinerpg:blue_steel, Blue Steel -divinerpg:bright_red_steel, Bright Red Steel -divinerpg:green_steel, Green Steel -divinerpg:orange_steel, Orange Steel -divinerpg:purple_steel, Purple Steel -divinerpg:red_steel, Red Steel -divinerpg:white_steel, White Steel -divinerpg:yellow_steel, Yellow Steel -divinerpg:teal_steel, Teal Steel -divinerpg:blue_vane, Blue Vane -divinerpg:cyan_vane, Cyan Vane -divinerpg:purple_vane, Purple Vane -divinerpg:red_vane, Red Vane -divinerpg:yellow_vane, Yellow Vane -divinerpg:aquatonic_bricks, Aquatonic Bricks -divinerpg:lava_bricks, Lava Bricks -divinerpg:arlemite_bricks, Arlemite Bricks -divinerpg:darkstone_bricks, Darkstone Bricks -divinerpg:diamond_bricks, Diamond Bricks -divinerpg:gold_bricks, Gold Bricks -divinerpg:green_bricks, Green Bricks -divinerpg:iron_bricks, Iron Bricks -divinerpg:lapis_lazuli_bricks, Lapis Lazuli Bricks -divinerpg:milk_stone_bricks, Milk Stone Bricks -divinerpg:netherite_bricks, Netherite Bricks -divinerpg:pink_bricks, Pink Bricks -divinerpg:purple_bricks, Purple Bricks -divinerpg:realmite_bricks, Realmite Bricks -divinerpg:redstone_bricks, Redstone Bricks -divinerpg:eden_bricks, Eden Bricks -divinerpg:wildwood_bricks, Wildwood Bricks -divinerpg:apalachia_bricks, Apalachia Bricks -divinerpg:skythern_bricks, Skythern Bricks -divinerpg:mortum_bricks, Mortum Bricks -divinerpg:minibricks, Minibricks -divinerpg:arlemite_minibricks, Arlemite Minibricks -divinerpg:bedrock_minibricks, Bedrock Minibricks -divinerpg:netherite_minibricks, Netherite Minibricks -divinerpg:realmite_minibricks, Realmite Minibricks -divinerpg:bloodgem_minibricks, Bloodgem Minibricks -divinerpg:rupee_minibricks, Rupee Minibricks -divinerpg:aqua_lamp, Aqua Lamp -divinerpg:arlemite_lamp, Arlemite Lamp -divinerpg:blaze_lamp, Blaze Lamp -divinerpg:bluefire_lamp, Bluefire Lamp -divinerpg:diamond_lamp, Diamond Lamp -divinerpg:divine_lamp, Divine Lamp -divinerpg:draken_lamp, Draken Lamp -divinerpg:eden_lamp, Eden Lamp -divinerpg:ender_lamp, Ender Lamp -divinerpg:ender_stone_lamp, Ender Stone Lamp -divinerpg:gold_lamp, Gold Lamp -divinerpg:ice_lamp, Ice Lamp -divinerpg:jungle_lamp, Jungle Lamp -divinerpg:kraken_lamp, Kraken Lamp -divinerpg:lapis_lazuli_lamp, Lapis Lazuli Lamp -divinerpg:lava_lamp, Lava Lamp -divinerpg:milky_lamp, Milky Lamp -divinerpg:molten_lamp, Molten Lamp -divinerpg:netherite_lamp, Netherite Lamp -divinerpg:realmite_lamp, Realmite Lamp -divinerpg:redstone_ore_lamp, Redstone Ore Lamp -divinerpg:rupee_lamp, Rupee Lamp -divinerpg:terran_lamp, Terran Lamp -divinerpg:blue_fence, Blue Fence -divinerpg:blue_fence_on, Blue Fence -divinerpg:green_fence, Green Fence -divinerpg:green_fence_on, Green Fence -divinerpg:red_fence, Red Fence -divinerpg:red_fence_on, Red Fence -divinerpg:asphalt, Asphalt -divinerpg:blue_stone, Blue Stone -divinerpg:checker, Checker -divinerpg:crate, Crate -divinerpg:darkstone, Darkstone -divinerpg:fancy_wool, Fancy Wool -divinerpg:milk_stone, Milk Stone -divinerpg:plank_design, Plank Design -divinerpg:rainbow_wool, Rainbow Wool -divinerpg:spike_block, Spike Block -divinerpg:hot_spike_block, Hot Spike Block -divinerpg:altar_of_corruption, Altar of Corruption -divinerpg:bone_chest, Bone Chest -divinerpg:frosted_allure, Frosted Allure -divinerpg:divine_sapling, Divine Sapling -divinerpg:divine_log, Divine Log -divinerpg:divine_leaves, Divine Leaves -divinerpg:divine_planks, Divine Planks -divinerpg:divine_stairs, Divine Stairs -divinerpg:divine_moss_stone, Divine Moss Stone -divinerpg:divine_rock, Divine Rock -divinerpg:slime_light, Slime Light -divinerpg:dark_bridge, Dark Bridge -divinerpg:tomato_plant, Tomato Plant -divinerpg:white_mushroom_plant, White Mushroom -divinerpg:ancient_entity_statue, Ancient Entity Statue -divinerpg:ayeraco_statue_blue, Blue Ayeraco Statue -divinerpg:ayeraco_statue_red, Red Ayeraco Statue -divinerpg:ayeraco_statue_yellow, Yellow Ayeraco Statue -divinerpg:ayeraco_statue_green, Green Ayeraco Statue -divinerpg:ayeraco_statue_purple, Purple Ayeraco Statue -divinerpg:densos_statue, Densos Statue -divinerpg:dramix_statue, Dramix Statue -divinerpg:eternal_archer_statue, Eternal Archer Statue -divinerpg:karot_statue, Karot Statue -divinerpg:king_of_scorchers_statue, King of Scorchers Statue -divinerpg:parasecta_statue, Parasecta Statue -divinerpg:reyvor_statue, Reyvor Statue -divinerpg:soul_fiend_statue, Soul Fiend Statue -divinerpg:the_watcher_statue, The Watcher Statue -divinerpg:twilight_demon_statue, Twilight Demon Statue -divinerpg:vamacheron_statue, Vamacheron Statue -divinerpg:termasect_statue, Termasect Statue -divinerpg:sunstorm_statue, Sunstorm Statue -divinerpg:experienced_cori_statue, Experienced Cori Statue -divinerpg:smoldering_tar, Smoldering Tar -divinerpg:frozen_dirt, Frozen Dirt -divinerpg:frozen_grass, Frozen Grass -divinerpg:frozen_stone, Frozen Stone -divinerpg:frozen_log, Frozen Log -divinerpg:brittle_leaves, Brittle Leaves -divinerpg:frozen_planks, Frozen Planks -divinerpg:frozen_stairs, Frozen Stairs -divinerpg:frozen_sapling, Frozen Sapling -divinerpg:coalstone, Coalstone -divinerpg:coalstone_stairs, Coalstone Stairs -divinerpg:coalstone_furnace, Coalstone Furnace -divinerpg:coalstone_furnace_on, Coalstone Furnace -divinerpg:frost_archer_spawner, Frost Archer Spawner -divinerpg:frosted_chest, Frosted Chest -divinerpg:frosted_glass, Frosted Glass -divinerpg:icy_bricks, Icy Bricks -divinerpg:icy_stone, Icy Stone -divinerpg:rollum_spawner, Rollum Spawner -divinerpg:snow_bricks, Snow Bricks -divinerpg:workshop_bookcase, Workshop Bookcase -divinerpg:workshop_carpet, Workshop Carpet -divinerpg:workshop_lamp, Workshop Lamp -divinerpg:blue_candy_cane, Blue Candy Cane -divinerpg:green_candy_cane, Green Candy Cane -divinerpg:pink_candy_cane, Pink Candy Cane -divinerpg:red_candy_cane, Red Candy Cane -divinerpg:yellow_candy_cane, Yellow Candy Cane -divinerpg:blue_christmas_lights, Blue Christmas Lights -divinerpg:green_christmas_lights, Green Christmas Lights -divinerpg:purple_christmas_lights, Purple Christmas Lights -divinerpg:red_christmas_lights, Red Christmas Lights -divinerpg:yellow_christmas_lights, Yellow Christmas Lights -divinerpg:present_box, Present Box -divinerpg:winterberry_bush, Winterberry Bush -divinerpg:ripe_winterberry_bush, Ripe Winterberry Bush -divinerpg:iceika_fire, Iceika Fire -divinerpg:eden_dirt, Eden Dirt -divinerpg:wildwood_dirt, Wildwood Dirt -divinerpg:apalachia_dirt, Apalachia Dirt -divinerpg:skythern_dirt, Skythern Dirt -divinerpg:mortum_dirt, Mortum Dirt -divinerpg:eden_grass, Eden Grass -divinerpg:wildwood_grass, Wildwood Grass -divinerpg:apalachia_grass, Apalachia Grass -divinerpg:skythern_grass, Skythern Grass -divinerpg:mortum_grass, Mortum Grass -divinerpg:twilight_stone, Twilight Stone -divinerpg:eden_ore, Eden Ore -divinerpg:wildwood_ore, Wildwood Ore -divinerpg:apalachia_ore, Apalachia Ore -divinerpg:skythern_ore, Skythern Ore -divinerpg:mortum_ore, Mortum Ore -divinerpg:eden_sapling, Eden Sapling -divinerpg:wildwood_sapling, Wildwood Sapling -divinerpg:apalachia_sapling, Apalachia Sapling -divinerpg:skythern_sapling, Skythern Sapling -divinerpg:mortum_sapling, Mortum Sapling -divinerpg:eden_log, Eden Log -divinerpg:wildwood_log, Wildwood Log -divinerpg:apalachia_log, Apalachia Log -divinerpg:skythern_log, Skythern Log -divinerpg:mortum_log, Mortum Log -divinerpg:eden_leaves, Eden Leaves -divinerpg:wildwood_leaves, Wildwood Leaves -divinerpg:apalachia_leaves, Apalachia Leaves -divinerpg:skythern_leaves, Skythern Leaves -divinerpg:mortum_leaves, Mortum Leaves -divinerpg:eden_planks, Eden Planks -divinerpg:wildwood_planks, Wildwood Planks -divinerpg:apalachia_planks, Apalachia Planks -divinerpg:skythern_planks, Skythern Planks -divinerpg:mortum_planks, Mortum Planks -divinerpg:eden_stairs, Eden Stairs -divinerpg:wildwood_stairs, Wildwood Stairs -divinerpg:apalachia_stairs, Apalachia Stairs -divinerpg:skythern_stairs, Skythern Stairs -divinerpg:mortum_stairs, Mortum Stairs -divinerpg:eden_block, Eden Block -divinerpg:wildwood_block, Wildwood Block -divinerpg:apalachia_block, Apalachia Block -divinerpg:skythern_block, Skythern Block -divinerpg:mortum_block, Mortum Block -divinerpg:sun_blossom, Sun Blossom -divinerpg:sunbloom, Sunbloom -divinerpg:eden_brush, Eden Brush -divinerpg:moon_bud, Moon Bud -divinerpg:moonlight_fern, Moonlight Fern -divinerpg:wildwood_tallgrass, Wildwood Tallgrass -divinerpg:dusk_bloom, Dusk Bloom -divinerpg:dusk_flower, Dusk Flower -divinerpg:apalachia_tallgrass, Apalachia Tallgrass -divinerpg:dust_brambles, Dust Brambles -divinerpg:dust_lily, Dust Lily -divinerpg:skythern_brush, Skythern Brush -divinerpg:demon_brambles, Demon Brambles -divinerpg:eye_plant, Eye Plant -divinerpg:mortum_brush, Mortum Brush -divinerpg:moonbulb_plant, Moonbulb Plant -divinerpg:pink_glowbone_plant, Pink Glowbone Plant -divinerpg:purple_glowbone_plant, Purple Glowbone Plant -divinerpg:sky_plant, Sky Plant -divinerpg:wildwood_vine, Wildwood Vine -divinerpg:blue_fire, Blue Fire -divinerpg:eden_torch, Eden Torch -divinerpg:eden_chest, Eden Chest -divinerpg:truffle, Truffle -divinerpg:arcanite_dirt, Arcanite Dirt -divinerpg:arcanite_grass, Arcanite Grass -divinerpg:raw_arcanium, Raw Arcanium -divinerpg:arcanium_block, Arcanium Block -divinerpg:ancient_bricks, Ancient Bricks -divinerpg:ancient_brick_stairs, Ancient Brick Stairs -divinerpg:ancient_stone, Ancient Stone -divinerpg:ancient_tile, Ancient Tile -divinerpg:arcanite_tubes, Arcanite Tubes -divinerpg:arcanite_ladder, Arcanite Ladder -divinerpg:arcanium_metal, Arcanium Metal -divinerpg:arcanium_power, Arcanium Power -divinerpg:dark_degraded_brick, Dark Degraded Brick -divinerpg:degraded_bricks, Degraded Bricks -divinerpg:degraded_brick_stairs, Degraded Brick Stairs -divinerpg:dungeon_bookshelf, Dungeon Bookshelf -divinerpg:dungeon_lamp, Dungeon Lamp -divinerpg:heat_trap, Heat Trap -divinerpg:heat_trap_on, Heat Trap -divinerpg:light_degraded_brick, Light Degraded Brick -divinerpg:soul_sludge, Soul Sludge -divinerpg:soul_stone, Soul Stone -divinerpg:ancient_bricks_breakable, Ancient Bricks (Breakable) -divinerpg:ancient_brick_stairs_breakable, Ancient Brick Stairs (Breakable) -divinerpg:ancient_brick_wall_breakable, Ancient Brick Wall (Breakable) -divinerpg:ancient_stone_breakable, Ancient Stone (Breakable) -divinerpg:ancient_tile_breakable, Ancient Tile (Breakable) -divinerpg:arcanium_metal_breakable, Arcanium Metal (Breakable) -divinerpg:arcanium_power_breakable, Arcanium Power (Breakable) -divinerpg:degraded_bricks_breakable, Degraded Bricks (Breakable) -divinerpg:degraded_brick_stairs_breakable, Degraded Brick Stairs (Breakable) -divinerpg:degraded_brick_wall_breakable, Degraded Brick Wall (Breakable) -divinerpg:dungeon_lamp_breakable, Dungeon Lamp (Breakable) -divinerpg:soul_sludge_breakable, Soul Sludge (Breakable) -divinerpg:soul_stone_breakable, Soul Stone (Breakable) -divinerpg:arcanium_extractor, Arcanium Extractor -divinerpg:dramix_altar, Dramix Altar -divinerpg:parasecta_altar, Parasecta Altar -divinerpg:stained_glass, Stained Glass -divinerpg:stained_glass2, Stained Glass -divinerpg:stained_glass3, Stained Glass -divinerpg:stained_glass4, Stained Glass -divinerpg:stained_glass5, Stained Glass -divinerpg:stained_glass6, Stained Glass -divinerpg:stained_glass7, Stained Glass -divinerpg:stained_glass8, Stained Glass -divinerpg:arcana_portal, Arcana Portal -divinerpg:arcana_portal_frame, Arcana Portal Frame -divinerpg:arcana_hard_portal_frame, Arcana Portal Frame -divinerpg:eucalyptus_log, Eucalyptus Log -divinerpg:eucalyptus_planks, Eucalyptus Planks -divinerpg:eucalyptus_stairs, Eucalyptus Stairs -divinerpg:aquamarine_plant, Aquamarine Plant -divinerpg:eucalyptus_plant, Eucalyptus Plant -divinerpg:firestock_plant, Firestock Plant -divinerpg:hitchak_plant, Hitchak Plant -divinerpg:lamona_plant, Lamona Plant -divinerpg:marsine_plant, Marsine Plant -divinerpg:pinfly_plant, Pinfly Plant -divinerpg:veilo_plant, Veilo Plant -divinerpg:greenlight_furnace, Greenlight Furnace -divinerpg:greenlight_furnace_on, Greenlight Furnace -divinerpg:oceanfire_furnace, Oceanfire Furnace -divinerpg:oceanfire_furnace_on, Oceanfire Furnace -divinerpg:molten_furnace, Molten Furnace -divinerpg:molten_furnace_on, Molten Furnace -divinerpg:whitefire_furnace, Whitefire Furnace -divinerpg:whitefire_furnace_on, Whitefire Furnace -divinerpg:moonlight_furnace, Moonlight Furnace -divinerpg:moonlight_furnace_on, Moonlight Furnace -divinerpg:demon_furnace, Demon Furnace -divinerpg:demon_furnace_on, Demon Furnace -divinerpg:acceleron, Acceleron -divinerpg:arcanium_torch, Arcanium Torch -divinerpg:elevantium, Elevantium -divinerpg:star_bridge, Star Bridge -divinerpg:dream_dirt, Dream Dirt -divinerpg:dream_grass, Dream Grass -divinerpg:dream_stone, Dream Stone -divinerpg:dreamwood_log, Dreamwood Log -divinerpg:firewood_log, Firewood Log -divinerpg:hyrewood_log, Hyrewood Log -divinerpg:mintwood_log, Mintwood Log -divinerpg:dreamwood_leaves, Dreamwood Leaves -divinerpg:firewood_leaves, Firewood Leaves -divinerpg:hyrewood_leaves, Hyrewood Leaves -divinerpg:mintwood_leaves, Mintwood Leaves -divinerpg:bulbatobe, Bulbatobe -divinerpg:cracklespike, Crackle Spike -divinerpg:dreamglow, Dreamglow -divinerpg:fernite, Fernite -divinerpg:green_dulah, Green Dulah -divinerpg:green_gemtop, Green Gem Top -divinerpg:purple_gemtop, Purple Gem Top -divinerpg:shimmer, Shimmer -divinerpg:shine_grass, Shine Grass -divinerpg:yellow_dulah, Yellow Dulah -divinerpg:weedwood_vine, Weedwood Vine -divinerpg:blossomed_weedwood_vine, Blossomed Weedwood Vine -divinerpg:dark_dream_bricks, Dark Dream Bricks -divinerpg:light_dream_bricks, Light Dream Bricks -divinerpg:red_dream_bricks, Red Dream Bricks -divinerpg:smooth_glass, Smooth Glass -divinerpg:fire_crystal, Fire Crystal -divinerpg:firelight, Firelight -divinerpg:dream_lamp, Dream Lamp -divinerpg:everstone, Green Everstone -divinerpg:dark_everstone, Dark Everstone -divinerpg:white_everstone, White Everstone -divinerpg:black_hungerstone, Black Hungerstone -divinerpg:green_hungerstone, Green Hungerstone -divinerpg:crypt_floor, Crypt Floor -divinerpg:crypt_wall, Crypt Wall -divinerpg:metal_caging, Metal Caging -divinerpg:village_lamp, Village Lamp -divinerpg:cell_lamp, Cell Lamp -divinerpg:hive_wall, Hive Wall -divinerpg:black_karos_bricks, Black Karos Bricks -divinerpg:blue_karos_bricks, Blue Karos Bricks -divinerpg:heliotic_beam, Heliotic Beam -divinerpg:karos_dispenser, Karos Dispenser -divinerpg:karos_heat_tile_green, Karos Heat Tile Green -divinerpg:karos_heat_tile_red, Karos Heat Tile Red -divinerpg:luna_bricks, Luna Brick -divinerpg:luna_stone, Luna Stone -divinerpg:chamber_wall, Chamber Wall -divinerpg:shifted_chamber_wall, Shifted Chamber Wall -divinerpg:stacked_chamber_wall, Stacked Chamber Wall -divinerpg:hall_wall, Hall Wall -divinerpg:infusion_table, Infusion Table -divinerpg:hive_egg, Hive Egg -divinerpg:karos_altar, Karos Altar -divinerpg:lunic_altar, Lunic Altar -divinerpg:quadrotic_altar, Quadrotic Altar -divinerpg:raglok_altar, Raglok Altar -divinerpg:wreck_altar, Wreck Altar -divinerpg:biphron_spawner, Biphron Spawner -divinerpg:dreamwrecker_spawner, Dream Wrecker Spawner -divinerpg:gorgosion_spawner, Gorgosion Spawner -divinerpg:twins_spawner, Twins Spawner -divinerpg:vermenous_spawner, Vermenous Spawner -divinerpg:acid_block, Acid Block -divinerpg:bacterial_acid, Bacterial Acid -divinerpg:lunic_acid, Lunic Acid -divinerpg:iceika_portal, Iceika Portal -divinerpg:eden_portal, Eden Portal -divinerpg:wildwood_portal, Wildwood Portal -divinerpg:apalachia_portal, Apalachia Portal -divinerpg:skythern_portal, Skythern Portal -divinerpg:mortum_portal, Mortum Portal -divinerpg:vethea_portal, Vethea Portal -divinerpg:ancient_brick_wall, Ancient Brick Wall -divinerpg:degraded_brick_wall, Degraded Brick Wall -divinerpg:teleportation_crystal, Teleportation Crystal -divinerpg:teleportation_star, Teleportation Star -divinerpg:corrupted_shards, Corrupted Shards -divinerpg:divine_shards, Divine Shards -divinerpg:ender_shards, Ender Shards -divinerpg:ice_shards, Ice Shards -divinerpg:jungle_shards, Jungle Shards -divinerpg:molten_shards, Molten Shards -divinerpg:terran_shards, Terran Shards -divinerpg:corrupted_stone, Corrupted Stone -divinerpg:divine_stone, Divine Stone -divinerpg:ender_stone, Ender Stone -divinerpg:ice_stone, Ice Stone -divinerpg:jungle_stone, Jungle Stone -divinerpg:molten_stone, Molten Stone -divinerpg:shadow_stone, Shadow Stone -divinerpg:terran_stone, Terran Stone -divinerpg:arlemite_ingot, Arlemite Ingot -divinerpg:hellstone_ingot, Hellstone Ingot -divinerpg:netherite_ingot, Netherite Ingot -divinerpg:realmite_ingot, Realmite Ingot -divinerpg:rupee_ingot, Rupee Ingot -divinerpg:shadow_bar, Shadow Bar -divinerpg:arlemite_nugget, Arlemite Nugget -divinerpg:realmite_nugget, Realmite Nugget -divinerpg:rupee_nugget, Rupee Nugget -divinerpg:netherite_nugget, Netherite Nugget -divinerpg:call_of_the_watcher, Call of the Watcher -divinerpg:horde_horn, Horde Horn -divinerpg:infernal_flame, Infernal Flame -divinerpg:mysterious_clock, Mysterious Clock -divinerpg:watching_eye, Watching Eye -divinerpg:blue_diamond_chunk, Blue Diamond Chunk -divinerpg:gray_diamond_chunk, Gray Diamond Chunk -divinerpg:red_diamond_chunk, Red Diamond Chunk -divinerpg:yellow_diamond_chunk, Yellow Diamond Chunk -divinerpg:green_diamond_chunk, Green Diamond Chunk -divinerpg:brown_grizzle_egg, Brown Grizzle Spawn Egg -divinerpg:ehu_egg, Ehu Spawn Egg -divinerpg:husk_egg, Husk Spawn Egg -divinerpg:smelter_egg, Smelter Spawn Egg -divinerpg:snapper_egg, Snapper Spawn Egg -divinerpg:stone_golem_egg, Stone Golem Spawn Egg -divinerpg:white_grizzle_egg, White Grizzle Spawn Egg -divinerpg:aqua_ball, Aqua Ball -divinerpg:aquatic_blaze_rod, Aquatic Blaze Rod -divinerpg:aquatic_ingot, Aquatic Ingot -divinerpg:aquatic_pellets, Aquatic Pellets -divinerpg:bedrock_chunk, Bedrock Chunk -divinerpg:bloodgem, Bloodgem -divinerpg:bluefire_stone, Bluefire Stone -divinerpg:corrupted_bullet, Corrupted Bullet -divinerpg:crab_claw, Crab Claw -divinerpg:cyclops_eye, Cyclops Eye -divinerpg:cyclops_eye_shards, Cyclops Eye Shards -divinerpg:fury_fire, Fury Fire -divinerpg:healing_stone, Healing Stone -divinerpg:kraken_scale, Kraken Scale -divinerpg:kraken_skin, Kraken Skin -divinerpg:legendary_ender_eye, Legendary Ender Eye -divinerpg:liopleurodon_skull, Liopleurodon Skull -divinerpg:liopleurodon_teeth, Liopleurodon Teeth -divinerpg:netherite_chunk, Netherite Chunk -divinerpg:pure_aquatic_pellets, Pure Aquatic Pellets -divinerpg:purple_blaze, Purple Blaze -divinerpg:shadow_coins, Shadow Coins -divinerpg:shark_fin, Shark Fin -divinerpg:whale_fin, Whale Fin -divinerpg:snowflake, Snowflake -divinerpg:snow_globe, Snow Globe -divinerpg:advanced_mushroom_stew, Advanced Mushroom Stew -divinerpg:bacon, Bacon -divinerpg:boiled_egg, Boiled Egg -divinerpg:cheese, Cheese -divinerpg:chicken_dinner, Chicken Dinner -divinerpg:chocolate_log, Chocolate Log -divinerpg:donut, Donut -divinerpg:egg_nog, Egg Nog -divinerpg:raw_empowered_meat, Raw Empowered Meat -divinerpg:empowered_meat, Empowered Meat -divinerpg:enriched_magic_meat, Enriched Magic Meat -divinerpg:forbidden_fruit, Forbidden Fruit -divinerpg:fruit_cake, Fruit Cake -divinerpg:hot_pumpkin_pie, Hot Pumpkin Pie -divinerpg:magic_meat, Magic Meat -divinerpg:moonbulb, Moonbulb -divinerpg:peppermints, Peppermints -divinerpg:pink_glowbone, Pink Glowbone -divinerpg:purple_glowbone, Purple Glowbone -divinerpg:sky_flower, Sky Flower -divinerpg:snow_cones, Snow Cones -divinerpg:tomato, Tomato -divinerpg:white_mushroom, White Mushroom -divinerpg:winterberry, Winterberry -divinerpg:eden_soul, Eden Soul -divinerpg:wildwood_soul, Wildwood Soul -divinerpg:apalachia_soul, Apalachia Soul -divinerpg:skythern_soul, Skythern Soul -divinerpg:mortum_soul, Mortum Soul -divinerpg:eden_heart, Eden Heart -divinerpg:wildwood_heart, Wildwood Heart -divinerpg:apalachia_heart, Apalachia Heart -divinerpg:skythern_heart, Skythern Heart -divinerpg:mortum_heart, Mortum Heart -divinerpg:eden_fragments, Eden Fragments -divinerpg:wildwood_fragments, Wildwood Fragments -divinerpg:apalachia_fragments, Apalachia Fragments -divinerpg:skythern_fragments, Skythern Fragments -divinerpg:mortum_fragments, Mortum Fragments -divinerpg:eden_gem, Eden Gem -divinerpg:wildwood_gem, Wildwood Gem -divinerpg:apalachia_gem, Apalachia Gem -divinerpg:skythern_gem, Skythern Gem -divinerpg:mortum_gem, Mortum Gem -divinerpg:eden_chunk, Eden Chunk -divinerpg:wildwood_chunk, Wildwood Chunk -divinerpg:apalachia_chunk, Apalachia Chunk -divinerpg:skythern_chunk, Skythern Chunk -divinerpg:mortum_chunk, Mortum Chunk -divinerpg:eden_dust, Eden Dust -divinerpg:wildwood_dust, Wildwood Dust -divinerpg:apalachia_dust, Apalachia Dust -divinerpg:skythern_dust, Skythern Dust -divinerpg:mortum_dust, Mortum Dust -divinerpg:karot_crystal, Karot Crystal -divinerpg:reyvor_crystal, Reyvor Crystal -divinerpg:densos_crystal, Densos Crystal -divinerpg:soul_fiend_crystal, Soul Fiend Crystal -divinerpg:twilight_demon_crystal, Twilight Demon Crystal -divinerpg:vamacheron_crystal, Vamacheron Crystal -divinerpg:twilight_clock, Twilight Clock -divinerpg:eden_arrow, Eden Arrow -divinerpg:fury_arrow, Fury Arrow -divinerpg:wildwood_arrow, Wildwood Arrow -divinerpg:base_spawn_crystal, Base Spawn Crystal -divinerpg:eden_sparkles, Eden Sparkles -divinerpg:arcanium_attractor, Arcanium Attractor -divinerpg:arcanium_reflector, Arcanium Reflector -divinerpg:divine_accumulator, Divine Accumulator -divinerpg:ghostbane, Ghostbane -divinerpg:orb_of_light, Orb of Light -divinerpg:staff_of_enrichment, Staff of Enrichment -divinerpg:frozen_charge, Frozen Charge -divinerpg:wizards_book, Wizards Book -divinerpg:fyracryx_egg, Fyracryx Spawn Egg -divinerpg:paratiku_egg, Paratiku Spawn Egg -divinerpg:seimer_egg, Seimer Spawn Egg -divinerpg:golem_of_rejuvenation_egg, Golem Of Rejuvenation Spawn Egg -divinerpg:aquamarine, Aquamarine -divinerpg:firestock, Firestock -divinerpg:lamona, Lamona -divinerpg:marsine, Marsine -divinerpg:pinfly, Pinfly -divinerpg:veilo, Veilo -divinerpg:hitchak, Hitchak -divinerpg:ancient_key, Ancient Key -divinerpg:degraded_key, Degraded Key -divinerpg:soul_key, Soul Key -divinerpg:sludge_key, Sludge Key -divinerpg:ancient_brick_door, Ancient Brick Door -divinerpg:degraded_brick_door, Degraded Brick Door -divinerpg:soul_sludge_door, Soul Sludge Door -divinerpg:soul_stone_door, Soul Stone Door -divinerpg:steel_door, Steel Door -divinerpg:weak_arcana_potion, Weak Arcana Potion -divinerpg:strong_arcana_potion, Strong Arcana Potion -divinerpg:arcanium, Arcanium -divinerpg:collector, Collector -divinerpg:collector_fragments, Collector Fragments -divinerpg:dungeon_tokens, Dungeon Tokens -divinerpg:aquamarine_seeds, Aquamarine Seeds -divinerpg:eucalyptus_root_seeds, Eucalyptus Root Seeds -divinerpg:firestock_seeds, Firestock Seeds -divinerpg:hitchak_seeds, Hitchak Seeds -divinerpg:lamona_seeds, Lamona Seeds -divinerpg:marsine_seeds, Marsine Seeds -divinerpg:moonbulb_seeds, Moonbulb Seeds -divinerpg:pinfly_seeds, Pinfly Seeds -divinerpg:pink_glowbone_seeds, Pink Glowbone Seeds -divinerpg:purple_glowbone_seeds, Purple Glowbone Seeds -divinerpg:sky_plant_seeds, Sky Plant Seeds -divinerpg:tomato_seeds, Tomato Seeds -divinerpg:veilo_seeds, Veilo Seeds -divinerpg:white_mushroom_seeds, White Mushroom Seeds -divinerpg:dirty_pearls, Dirty Pearls -divinerpg:clean_pearls, Clean Pearls -divinerpg:polished_pearls, Polished Pearls -divinerpg:shiny_pearls, Shiny Pearls -divinerpg:teaker_lump, Teaker Lump -divinerpg:amthirmis_lump, Amthirmis Lump -divinerpg:darven_lump, Darven Lump -divinerpg:cermile_lump, Cermile Lump -divinerpg:pardimal_lump, Pardimal Lump -divinerpg:quadrotic_lump, Quadrotic Lump -divinerpg:karos_lump, Karos Lump -divinerpg:heliosis_lump, Heliosis Lump -divinerpg:arksiane_lump, Arksiane Lump -divinerpg:backsword_template, Backsword Template -divinerpg:bow_template, Bow Template -divinerpg:cannon_template, Cannon Template -divinerpg:claw_template, Claw Template -divinerpg:disk_template, Disk Template -divinerpg:hammer_template, Hammer Template -divinerpg:staff_template, Staff Template -divinerpg:degraded_template, Degraded Template -divinerpg:finished_template, Finished Template -divinerpg:glistening_template, Glistening Template -divinerpg:demonized_template, Demonized Template -divinerpg:tormented_template, Tormented Template -divinerpg:dream_carrot, Dream Carrot -divinerpg:dream_melon, Dream Melon -divinerpg:dream_pie, Dream Pie -divinerpg:dream_cake, Dream Cake -divinerpg:dream_sweets, Dream Sweets -divinerpg:dream_sours, Dream Sours -divinerpg:honeysuckle, Honeysuckle -divinerpg:honeychunk, Honeychunk -divinerpg:dream_flint, Dream Flint -divinerpg:moon_clock, Moon Clock -divinerpg:teaker_arrow, Teaker Arrow -divinerpg:darven_arrow, Darven Arrow -divinerpg:pardimal_arrow, Pardimal Arrow -divinerpg:karos_arrow, Karos Arrow -divinerpg:ever_arrow, Ever Arrow -divinerpg:nightmare_bed, Nightmare Bed -divinerpg:barred_door, Barred Door -divinerpg:acid, Acid -divinerpg:band_of_heiva_hunting, Band of Heiva Hunting -divinerpg:rock_chunks, Rock Chunks -divinerpg:eden_slab:0, Eden Slab -divinerpg:wildwood_slab:0, Wildwood Slab -divinerpg:apalachia_slab:0, Apalachia Slab -divinerpg:skythern_slab:0, Skythern Slab -divinerpg:mortum_slab:0, Mortum Slab -divinerpg:divine_slab:0, Divine Slab -divinerpg:frozen_slab:0, Frozen Slab -divinerpg:eucalyptus_slab:0, Eucalyptus Slab -divinerpg:ancient_brick_slab:0, Ancient Brick Slab -divinerpg:degraded_brick_slab:0, Degraded Brick Slab -divinerpg:ancient_brick_slab_breakable:0, Ancient Brick Slab (Breakable) -divinerpg:degraded_brick_slab_breakable:0, Degraded Brick Slab (Breakable) -divinerpg:arlemite_shield, Arlemite Deflector -divinerpg:realmite_shield, Realmite Shield -divinerpg:rupee_shield, Rupee Reflector -divinerpg:halite_shield, Halite Greatshield -divinerpg:eden_shield, Eden Aegis -divinerpg:wildwood_shield, Wildwood Guard -divinerpg:apalachia_shield, Apalachia Shield -divinerpg:skythern_shield, Scutum of the Skythern -divinerpg:mortum_shield, Mortalos -divinerpg:miners_amulet, Miner's Amulet -advancedrocketry:wafer:0, Silicon Wafer -advancedrocketry:itemcircuitplate:0, Basic Circuit Plate -advancedrocketry:itemcircuitplate:1, Advanced Circuit Plate -advancedrocketry:ic:0, Basic Circuit -advancedrocketry:ic:1, Tracking Circuit -advancedrocketry:ic:2, Advanced Circuit -advancedrocketry:ic:3, Control Circuit Board -advancedrocketry:ic:4, Item IO Circuit Board -advancedrocketry:ic:5, Liquid IO Circuit Board -advancedrocketry:satelliteidchip, Satellite Id Chip -advancedrocketry:planetidchip, Planet Id Chip -advancedrocketry:asteroidchip, Asteroid Chip -advancedrocketry:elevatorchip, Space Elevator Chip -advancedrocketry:spacestationchip:0, Space Station Id Chip -advancedrocketry:dataunit:0, Data Storage Unit -advancedrocketry:satellite, Satellite -advancedrocketry:satellitepowersource:0, Basic Solar Panel -advancedrocketry:satellitepowersource:1, Large Solar Panel -advancedrocketry:satelliteprimaryfunction:0, Optical Sensor -advancedrocketry:satelliteprimaryfunction:1, Composition Sensor -advancedrocketry:satelliteprimaryfunction:2, Mass Detector -advancedrocketry:satelliteprimaryfunction:3, Microwave Transmitter -advancedrocketry:satelliteprimaryfunction:4, Ore Mapper -advancedrocketry:satelliteprimaryfunction:5, Biome Changer -advancedrocketry:satelliteprimaryfunction:6, Weather Controller -advancedrocketry:spacehelmet, Space Suit Helmet -advancedrocketry:spacechestplate, Space Suit Chest-Piece -advancedrocketry:spaceleggings, Space Suit Leggings -advancedrocketry:spaceboots, Space Suit Boots -advancedrocketry:pressuretank:0, Low Pressure Tank -advancedrocketry:pressuretank:1, Pressure Tank -advancedrocketry:pressuretank:2, High Pressure Tank -advancedrocketry:pressuretank:3, Super High Pressure Tank -advancedrocketry:itemupgrade:0, Hover Upgrade -advancedrocketry:itemupgrade:1, Flight Speed Control Upgrade -advancedrocketry:itemupgrade:2, Bionic Leg Upgrade -advancedrocketry:itemupgrade:3, Padded Landing Boots -advancedrocketry:itemupgrade:4, Anti-Fog Visor -advancedrocketry:itemupgrade:5, Earthbright Visor -advancedrocketry:beaconfinder, Beacon Finder -advancedrocketry:jetpack, Suit Jetpack -advancedrocketry:atmanalyser, Atmosphere Analyzer -advancedrocketry:sealdetector, Seal Detector -advancedrocketry:orescanner, Ore Scanner -advancedrocketry:biomechanger, Biome Changer Remote -advancedrocketry:weathercontroller, Weather Satellite Remote -advancedrocketry:jackhammer, Jackhammer -advancedrocketry:basiclasergun, Basic Laser Gun -advancedrocketry:misc:0, User Interface -advancedrocketry:misc:1, Carbon Brick -advancedrocketry:sawbladeiron:0, Iron Saw Blade -advancedrocketry:iquartzcrucible, Quartz Crucible -advancedrocketry:lens:0, Basic Lens -advancedrocketry:thermite, Thermite -advancedrocketry:carbonscrubbercartridge, Carbon Collection Cartridge -advancedrocketry:smallairlockdoor, Small Airlock Door -advancedrocketry:hovercraft, Hovercraft -advancedrocketry:spacestation:0, Space Station Container -forge:bucketfilled, %s Bucket -itemblacklist:blacklisted, item.blacklisted.name -chisel:auto_chisel, Auto Chisel -chisel:chisel_iron, Chisel -chisel:chisel_diamond, Diamond Chisel -chisel:chisel_hitech, iChisel -chisel:offsettool, Ender Offset Wand -baubles:ring:0, Miner's Ring -thaumcraft:thaumonomicon:0, Thaumonomicon -thaumcraft:curio:0, Arcane Curiosity -thaumcraft:curio:1, Preserved Curiosity -thaumcraft:curio:2, Ancient Curiosity -thaumcraft:curio:3, Eldritch Curiosity -thaumcraft:curio:4, Illuminating Curiosity -thaumcraft:curio:5, Twisted Curiosity -thaumcraft:curio:6, Crimson Rites -thaumcraft:loot_bag:0, Common Treasure -thaumcraft:loot_bag:1, Uncommon Treasure -thaumcraft:loot_bag:2, Rare Treasure -thaumcraft:primordial_pearl:0, Primordial Pearl -thaumcraft:pech_wand, Pech Wand -thaumcraft:celestial_notes:0, Celestial Notes -thaumcraft:celestial_notes:1, Celestial Notes -thaumcraft:celestial_notes:2, Celestial Notes -thaumcraft:celestial_notes:3, Celestial Notes -thaumcraft:celestial_notes:4, Celestial Notes -thaumcraft:celestial_notes:5, Celestial Notes -thaumcraft:celestial_notes:6, Celestial Notes -thaumcraft:celestial_notes:7, Celestial Notes -thaumcraft:celestial_notes:8, Celestial Notes -thaumcraft:celestial_notes:9, Celestial Notes -thaumcraft:celestial_notes:10, Celestial Notes -thaumcraft:celestial_notes:11, Celestial Notes -thaumcraft:celestial_notes:12, Celestial Notes -thaumcraft:amber, Arcane Amber -thaumcraft:quicksilver, Quicksilver -thaumcraft:ingot:0, Thaumium Ingot -thaumcraft:ingot:1, Void Metal Ingot -thaumcraft:ingot:2, Alchemical Brass Ingot -thaumcraft:nugget:0, Iron Nugget -thaumcraft:nugget:1, Copper Nugget -thaumcraft:nugget:2, Tin Nugget -thaumcraft:nugget:3, Silver Nugget -thaumcraft:nugget:4, Lead Nugget -thaumcraft:nugget:5, Quicksilver Drop -thaumcraft:nugget:6, Thaumium Nugget -thaumcraft:nugget:7, Void Metal Nugget -thaumcraft:nugget:8, Alchemical Brass Nugget -thaumcraft:nugget:9, Quartz Sliver -thaumcraft:nugget:10, Rare Earths -thaumcraft:cluster:0, Native Iron Cluster -thaumcraft:cluster:1, Native Gold Cluster -thaumcraft:cluster:2, Native Copper Cluster -thaumcraft:cluster:3, Native Tin Cluster -thaumcraft:cluster:4, Native Silver Cluster -thaumcraft:cluster:5, Native Lead Cluster -thaumcraft:cluster:6, Native Cinnabar Cluster -thaumcraft:cluster:7, Native Quartz Cluster -thaumcraft:fabric, Enchanted Fabric -thaumcraft:vis_resonator, Vis Resonator -thaumcraft:tallow, Magic Tallow -thaumcraft:mechanism_simple, Simple Arcane Mechanism -thaumcraft:mechanism_complex, Complex Arcane Mechanism -thaumcraft:plate:0, Brass Plate -thaumcraft:plate:1, Iron Plate -thaumcraft:plate:2, Thaumium Plate -thaumcraft:plate:3, Void Metal Plate -thaumcraft:filter, Essentia Filter -thaumcraft:morphic_resonator, Morphic Resonator -thaumcraft:salis_mundus, Salis Mundus -thaumcraft:mirrored_glass, Mirrored Glass -thaumcraft:void_seed, Void Seed -thaumcraft:mind:0, Clockwork Mind -thaumcraft:mind:1, Biothaumic Mind -thaumcraft:module:0, Vision Module -thaumcraft:module:1, Aggression Module -thaumcraft:crystal_essence, %s Vis Crystal -thaumcraft:chunk:0, Beef Nugget -thaumcraft:chunk:1, Chicken Nugget -thaumcraft:chunk:2, Pork Nugget -thaumcraft:chunk:3, Fish Nugget -thaumcraft:chunk:4, Rabbit Nugget -thaumcraft:chunk:5, Mutton Nugget -thaumcraft:triple_meat_treat, Triple Meat Treat -thaumcraft:brain, Zombie Brain -thaumcraft:label:0, Blank Label -thaumcraft:phial:0, Glass Phial -thaumcraft:phial:1, Phial of Aer Essentia -thaumcraft:phial:1, Phial of Terra Essentia -thaumcraft:phial:1, Phial of Ignis Essentia -thaumcraft:phial:1, Phial of Aqua Essentia -thaumcraft:phial:1, Phial of Ordo Essentia -thaumcraft:phial:1, Phial of Perditio Essentia -thaumcraft:phial:1, Phial of Vacuos Essentia -thaumcraft:phial:1, Phial of Lux Essentia -thaumcraft:phial:1, Phial of Motus Essentia -thaumcraft:phial:1, Phial of Gelum Essentia -thaumcraft:phial:1, Phial of Vitreus Essentia -thaumcraft:phial:1, Phial of Metallum Essentia -thaumcraft:phial:1, Phial of Victus Essentia -thaumcraft:phial:1, Phial of Mortuus Essentia -thaumcraft:phial:1, Phial of Potentia Essentia -thaumcraft:phial:1, Phial of Permutatio Essentia -thaumcraft:phial:1, Phial of Praecantatio Essentia -thaumcraft:phial:1, Phial of Auram Essentia -thaumcraft:phial:1, Phial of Alkimia Essentia -thaumcraft:phial:1, Phial of Vitium Essentia -thaumcraft:phial:1, Phial of Tenebrae Essentia -thaumcraft:phial:1, Phial of Alienis Essentia -thaumcraft:phial:1, Phial of Volatus Essentia -thaumcraft:phial:1, Phial of Herba Essentia -thaumcraft:phial:1, Phial of Instrumentum Essentia -thaumcraft:phial:1, Phial of Fabrico Essentia -thaumcraft:phial:1, Phial of Machina Essentia -thaumcraft:phial:1, Phial of Vinculum Essentia -thaumcraft:phial:1, Phial of Spiritus Essentia -thaumcraft:phial:1, Phial of Cognitio Essentia -thaumcraft:phial:1, Phial of Sensus Essentia -thaumcraft:phial:1, Phial of Aversio Essentia -thaumcraft:phial:1, Phial of Praemunio Essentia -thaumcraft:phial:1, Phial of Desiderium Essentia -thaumcraft:phial:1, Phial of Exanimis Essentia -thaumcraft:phial:1, Phial of Bestia Essentia -thaumcraft:phial:1, Phial of Humanus Essentia -thaumcraft:phial:1, Phial of Coralos Essentia -thaumcraft:phial:1, Phial of Dreadia Essentia -thaumcraft:phial:1, Phial of Sol Essentia -thaumcraft:phial:1, Phial of Luna Essentia -thaumcraft:phial:1, Phial of Stellae Essentia -thaumcraft:phial:1, Phial of Diabolus Essentia -thaumcraft:phial:1, Phial of Mythus Essentia -thaumcraft:phial:1, Phial of Fluctus Essentia -thaumcraft:phial:1, Phial of Sonus Essentia -thaumcraft:phial:1, Phial of Exitium Essentia -thaumcraft:phial:1, Phial of Caeles Essentia -thaumcraft:phial:1, Phial of Draco Essentia -thaumcraft:phial:1, Phial of Infernum Essentia -thaumcraft:phial:1, Phial of Ventus Essentia -thaumcraft:phial:1, Phial of Visum Essentia -thaumcraft:phial:1, Phial of Imperium Essentia -thaumcraft:alumentum:0, Alumentum -thaumcraft:jar_brace, Brass Lid Brace -thaumcraft:bottle_taint, Bottle of Taint -thaumcraft:sanity_soap, Sanitizing Soap -thaumcraft:bath_salts, Purifying Bath Salts -thaumcraft:turret:0, Automated Crossbow -thaumcraft:turret:1, Advanced Automated Crossbow -thaumcraft:turret:2, Arcane Bore -thaumcraft:causality_collapser, Causality Collapser -thaumcraft:scribing_tools, Scribing Tools -thaumcraft:thaumometer, Thaumometer -thaumcraft:resonator, Essentia Resonator -thaumcraft:sanity_checker, Sanity Checker -thaumcraft:hand_mirror, Magic Hand Mirror -thaumcraft:thaumium_axe, Thaumium Axe -thaumcraft:thaumium_sword, Thaumium Sword -thaumcraft:thaumium_shovel, Thaumium Shovel -thaumcraft:thaumium_pick, Thaumium Pickaxe -thaumcraft:thaumium_hoe, Thaumium Hoe -thaumcraft:void_axe, Void Axe -thaumcraft:void_sword, Void Sword -thaumcraft:void_shovel, Void Shovel -thaumcraft:void_pick, Void Pickaxe -thaumcraft:void_hoe, Void Hoe -thaumcraft:elemental_axe, Axe of the Stream -thaumcraft:elemental_sword, Sword of the Zephyr -thaumcraft:elemental_shovel, Shovel of the Earthmover -thaumcraft:elemental_pick, Pickaxe of the Core -thaumcraft:elemental_hoe, Hoe of Growth -thaumcraft:primal_crusher, Primal Crusher -thaumcraft:crimson_blade, Crimson Blade -thaumcraft:grapple_gun, Arcane Grappler -thaumcraft:grapple_gun_tip, Grappler Head -thaumcraft:grapple_gun_spool, Grappler Spool -thaumcraft:goggles, Goggles of Revealing -thaumcraft:thaumium_helm, Thaumium Helm -thaumcraft:thaumium_chest, Thaumium Chestplate -thaumcraft:thaumium_legs, Thaumium Leggings -thaumcraft:thaumium_boots, Thaumium Boots -thaumcraft:cloth_chest, Thaumaturge's Robe -thaumcraft:cloth_legs, Thaumaturge's Leggings -thaumcraft:cloth_boots, Thaumaturge's Boots -thaumcraft:traveller_boots, Boots of the Traveller -thaumcraft:fortress_helm, Thaumium Fortress Helm -thaumcraft:fortress_chest, Thaumium Fortress Cuirass -thaumcraft:fortress_legs, Thaumium Fortress Thigh Guards -thaumcraft:void_helm, Void Helm -thaumcraft:void_chest, Void Chestplate -thaumcraft:void_legs, Void Leggings -thaumcraft:void_boots, Void Boots -thaumcraft:void_robe_helm, Void Thaumaturge Hood -thaumcraft:void_robe_chest, Void Thaumaturge Robe -thaumcraft:void_robe_legs, Void Thaumaturge Leggings -thaumcraft:crimson_plate_helm, Crimson Cult Helm -thaumcraft:crimson_plate_chest, Crimson Cult Chestplate -thaumcraft:crimson_plate_legs, Crimson Cult Greaves -thaumcraft:crimson_boots, Crimson Cult Boots -thaumcraft:crimson_robe_helm, Crimson Cult Hood -thaumcraft:crimson_robe_chest, Crimson Cult Robe -thaumcraft:crimson_robe_legs, Crimson Cult Leggings -thaumcraft:crimson_praetor_helm, Crimson Praetor Helm -thaumcraft:crimson_praetor_chest, Crimson Praetor Chestplate -thaumcraft:crimson_praetor_legs, Crimson Praetor Greaves -thaumcraft:baubles:0, Mundane Amulet -thaumcraft:baubles:1, Mundane Ring -thaumcraft:baubles:2, Mundane Belt -thaumcraft:baubles:3, Apprentice's Ring -thaumcraft:baubles:4, Fancy Amulet -thaumcraft:baubles:5, Fancy Ring -thaumcraft:baubles:6, Fancy Belt -thaumcraft:amulet_vis:0, Vis Stone -thaumcraft:amulet_vis:1, Amulet of Vis -thaumcraft:verdant_charm, Verdant Heart Charm -thaumcraft:curiosity_band, Headband of Curiosity -thaumcraft:voidseer_charm, Voidseer's Pearl -thaumcraft:cloud_ring, Cloudstepper Ring -thaumcraft:charm_undying, Charm of Undying -thaumcraft:creative_flux_sponge, Flux Sponge -thaumcraft:enchanted_placeholder, Any enchanted item -thaumcraft:caster_basic, Caster's Gauntlet -thaumcraft:focus_1, Blank Lesser Focus -thaumcraft:focus_2, Blank Advanced Focus -thaumcraft:focus_3, Blank Greater Focus -thaumcraft:focus_pouch, Focus Pouch -thaumcraft:golem_bell, Golemancer's Bell -thaumcraft:golem, Golem -thaumcraft:seal:0, Blank Seal -thaumcraft:seal:1, Control Seal: Collect -thaumcraft:seal:2, Advanced Control Seal: Collect -thaumcraft:seal:3, Control Seal: Store -thaumcraft:seal:4, Advanced Control Seal: Store -thaumcraft:seal:5, Control Seal: Empty -thaumcraft:seal:6, Advanced Control Seal: Empty -thaumcraft:seal:7, Control Seal: Harvest -thaumcraft:seal:8, Control Seal: Butcher -thaumcraft:seal:9, Control Seal: Guard -thaumcraft:seal:10, Advanced Control Seal: Guard -thaumcraft:seal:11, Control Seal: Lumberjack -thaumcraft:seal:12, Control Seal: Block Breaker -thaumcraft:seal:13, Control Seal: Use -thaumcraft:seal:14, Control Seal: Provide -thaumcraft:seal:15, Control Seal: Stock -thaumcraft:seal:16, Control Seal: Advanced Block Breaker -thaumcraft:seal:17, Control Seal: Secure -thaumcraft:seal:18, Advanced Control Seal: Secure -tombstone:decorative_grave_simple:0, §6Simple Grave -tombstone:decorative_grave_simple:1, §6Simple Grave -tombstone:decorative_grave_normal:0, §6Normal Grave -tombstone:decorative_grave_normal:1, §6Normal Grave -tombstone:decorative_grave_cross:0, §6Cross Grave -tombstone:decorative_grave_cross:1, §6Cross Grave -tombstone:decorative_tombstone:0, §6Tombstone -tombstone:decorative_tombstone:1, §6Tombstone -tombstone:decorative_subaraki_grave:0, §6Subaraki's Grave -tombstone:decorative_subaraki_grave:1, §6Subaraki's Grave -tombstone:decorative_grave_original:0, §6Original Grave -tombstone:decorative_grave_original:1, §6Original Grave -tombstone:dark_marble:0, Dark Marble -tombstone:dark_marble:1, White Marble -tombstone:grave_key, Grave's Key -tombstone:grave_plate, Grave Plate -tombstone:scroll_of_knowledge, Scroll of Knowledge -tombstone:scroll_buff:0, §6Enchanted Scroll of Preservation -tombstone:scroll_buff:0, §6Ancient Scroll of Preservation -tombstone:scroll_buff:1, §6Enchanted Scroll of Unstable Intangibility -tombstone:scroll_buff:1, §6Ancient Scroll of Unstable Intangibility -tombstone:scroll_buff:2, §6Enchanted Scroll of Feather Falling -tombstone:scroll_buff:2, §6Ancient Scroll of Feather Falling -tombstone:scroll_buff:3, §6Enchanted Scroll of Purification -tombstone:scroll_buff:3, §6Ancient Scroll of Purification -tombstone:scroll_buff:4, §6Enchanted Scroll of True Sight -tombstone:scroll_buff:4, §6Ancient Scroll of True Sight -tombstone:scroll_buff:5, §6Enchanted Scroll of Reach -tombstone:scroll_buff:5, §6Ancient Scroll of Reach -tombstone:scroll_buff:6, §6Enchanted Scroll of Lightning Resistance -tombstone:scroll_buff:6, §6Ancient Scroll of Lightning Resistance -tombstone:scroll_buff:7, §6Enchanted Scroll of Frost Resistance -tombstone:scroll_buff:7, §6Ancient Scroll of Frost Resistance -tombstone:scroll_buff:8, §6Enchanted Scroll of Aquatic Life -tombstone:scroll_buff:8, §6Ancient Scroll of Aquatic Life -tombstone:scroll_buff:9, §6Enchanted Scroll of Mercy -tombstone:scroll_buff:9, §6Ancient Scroll of Mercy -tombstone:magic_scroll, tombstone.item.magic_scroll.name -tombstone:tablet_of_recall, Tablet of Recall -tombstone:tablet_of_home, Tablet of Home -tombstone:tablet_of_assistance, Tablet of Assistance -tombstone:tablet_of_cupidity, Tablet of Cupidity -tombstone:fishing_rod_of_misadventure, Fishing Rod of Misadventure -tombstone:lost_tablet, Lost Tablet -tombstone:dust_of_vanishing, Dust of Vanishing -tombstone:soul_receptacle, Soul Receptacle -tombstone:familiar_receptacle, Familiar Receptacle -tombstone:voodoo_poppet, Voodoo Poppet -tombstone:book_of_disenchantment, Book of Disenchantment -tombstone:book_of_repairing, Book of Repairing -tombstone:book_of_magic_impregnation, Book of Magic Impregnation -tombstone:ankh_of_pray, Ankh of Pray -tombstone:lollipop:0, Halloween Lollipop -tombstone:lollipop:1, Halloween Lollipop -tombstone:lollipop:2, Halloween Lollipop -tombstone:lollipop:3, Halloween Lollipop -tombstone:lollipop:4, Halloween Lollipop -tombstone:lollipop:5, Halloween Lollipop -tombstone:crafting_ingredient:0, Strange Scroll -tombstone:crafting_ingredient:1, Strange Tablet -tombstone:crafting_ingredient:3, Grave's Dust -tombstone:crafting_ingredient:4, §6Essence of Undeath -tombstone:bone_needle, Bone Needle -tombstone:impregnated_diamond, Impregnated Diamond -tombstone:christmas_gift, Mysterious Gift -tombstone:christmas_hat, Strange Christmas Hat -tombstone:gift, Reward -tombstone:familiar_stone, Familiar Stone -enderio:item_enderface, Enderface -enderio:item_conduit_facade:0, Conduit Facade -enderio:item_conduit_facade:1, Hardened Conduit Facade -enderio:item_conduit_facade:2, Transparent Conduit Facade -enderio:item_conduit_facade:3, Transparent Hardened Conduit Facade -enderio:item_basic_capacitor:0, Basic Capacitor -enderio:item_basic_capacitor:1, Double-Layer Capacitor -enderio:item_basic_capacitor:2, Octadic Capacitor -enderio:block_alloy:0, Electrical Steel Block -enderio:block_alloy:1, Energetic Alloy Block -enderio:block_alloy:2, Vibrant Alloy Block -enderio:block_alloy:3, Redstone Alloy Block -enderio:block_alloy:4, Conductive Iron Block -enderio:block_alloy:5, Pulsating Iron Block -enderio:block_alloy:6, Dark Steel Block -enderio:block_alloy:7, Soularium Block -enderio:block_alloy:8, End Steel Block -enderio:block_alloy:9, Iron Alloy Block -enderio:item_alloy_ingot:0, Electrical Steel Ingot -enderio:item_alloy_ingot:1, Energetic Alloy Ingot -enderio:item_alloy_ingot:2, Vibrant Alloy Ingot -enderio:item_alloy_ingot:3, Redstone Alloy Ingot -enderio:item_alloy_ingot:4, Conductive Iron Ingot -enderio:item_alloy_ingot:5, Pulsating Iron Ingot -enderio:item_alloy_ingot:6, Dark Steel Ingot -enderio:item_alloy_ingot:7, Soularium Ingot -enderio:item_alloy_ingot:8, End Steel Ingot -enderio:item_alloy_ingot:9, Iron Alloy Ingot -enderio:item_alloy_nugget:0, Electrical Steel Nugget -enderio:item_alloy_nugget:1, Energetic Alloy Nugget -enderio:item_alloy_nugget:2, Vibrant Alloy Nugget -enderio:item_alloy_nugget:3, Redstone Alloy Nugget -enderio:item_alloy_nugget:4, Conductive Iron Nugget -enderio:item_alloy_nugget:5, Pulsating Iron Nugget -enderio:item_alloy_nugget:6, Dark Steel Nugget -enderio:item_alloy_nugget:7, Soularium Nugget -enderio:item_alloy_nugget:8, End Steel Nugget -enderio:item_alloy_nugget:9, Iron Alloy Nugget -enderio:item_alloy_ball:0, Electrical Steel Grinding Ball -enderio:item_alloy_ball:1, Energetic Alloy Grinding Ball -enderio:item_alloy_ball:2, Vibrant Alloy Grinding Ball -enderio:item_alloy_ball:3, Redstone Alloy Grinding Ball -enderio:item_alloy_ball:4, Conductive Iron Grinding Ball -enderio:item_alloy_ball:5, Pulsating Iron Grinding Ball -enderio:item_alloy_ball:6, Dark Steel Grinding Ball -enderio:item_alloy_ball:7, Soularium Grinding Ball -enderio:item_alloy_ball:8, End Steel Grinding Ball -enderio:item_alloy_ball:9, Iron Alloy Grinding Ball -enderio:item_material:0, Simple Machine Chassis -enderio:item_material:1, Industrial Machine Chassis -enderio:item_material:2, Machine Parts -enderio:item_material:3, Photovoltaic Plate -enderio:item_material:4, Conduit Binder -enderio:item_material:5, Silicon -enderio:item_material:6, Glider Wing -enderio:item_material:7, Glider Wings -enderio:item_material:8, Nutritious Stick -enderio:item_material:9, Wooden Gear -enderio:item_material:10, Stone Compound Gear -enderio:item_material:11, Infinity Bimetal Gear -enderio:item_material:12, Energized Bimetal Gear -enderio:item_material:13, Vibrant Bimetal Gear -enderio:item_material:14, Pulsating Crystal -enderio:item_material:15, Vibrant Crystal -enderio:item_material:16, Ender Crystal -enderio:item_material:17, Enticing Crystal -enderio:item_material:18, Weather Crystal -enderio:item_material:19, Prescient Crystal -enderio:item_material:20, Grains of Infinity -enderio:item_material:21, Flour -enderio:item_material:22, Conduit Binder Composite -enderio:item_material:23, Coal Powder -enderio:item_material:24, Iron Powder -enderio:item_material:25, Gold Powder -enderio:item_material:26, Copper Powder -enderio:item_material:27, Tin Powder -enderio:item_material:28, Ender Pearl Powder -enderio:item_material:29, Obsidian Powder -enderio:item_material:30, Ardite Powder -enderio:item_material:31, Cobalt Powder -enderio:item_material:32, Lapis Lazuli Powder -enderio:item_material:33, Quartz Powder -enderio:item_material:34, Grains of Prescience -enderio:item_material:35, Grains of Vibrancy -enderio:item_material:36, Grains of Piezallity -enderio:item_material:37, Grains of the End -enderio:item_material:38, Photovoltaic Composite -enderio:item_material:39, Enderium Base -enderio:item_material:40, Zombie Electrode -enderio:item_material:41, Z-Logic Controller -enderio:item_material:42, Frank'N'Zombie -enderio:item_material:43, Ender Resonator -enderio:item_material:44, Sentient Ender -enderio:item_material:45, Skeletal Contractor -enderio:item_material:46, Clippings and Trimmings -enderio:item_material:47, Twigs and Prunings -enderio:item_material:48, Organic Green Dye -enderio:item_material:49, Organic Brown Dye -enderio:item_material:50, Organic Black Dye -enderio:item_material:51, Industrial Dye Blend -enderio:item_material:52, Soul Attuned Dye Blend -enderio:item_material:53, Soul Machine Chassis -enderio:item_material:54, Enhanced Machine Chassis -enderio:item_material:55, Soulless Machine Chassis -enderio:item_material:56, Guardian Diode -enderio:item_material:57, Signalum Grinding Ball -enderio:item_material:58, Enderium Grinding Ball -enderio:item_material:59, Lumium Grinding Ball -enderio:item_material:60, Redstone Filter Base -enderio:item_material:61, Confusing Powder -enderio:item_material:62, Ender Fragment -enderio:item_material:63, Withering Dust -enderio:item_material:64, Remote Awareness Upgrade -enderio:item_material:65, Wireless Energy Transmitter Dish Assembly -enderio:item_material:66, End Steel Chassis -enderio:item_material:67, Enhanced Dye Blend -enderio:item_material:68, Enhanced Machine Parts -enderio:item_material:69, Simple Machine Parts -enderio:item_material:70, Cake Base -enderio:item_material:71, Infinity Rod -enderio:item_material:72, Nethercotta -enderio:item_material:73, Dark Bimetal Gear -enderio:item_material:74, Soul Powder -enderio:item_material:75, Infinity Reagent -enderio:item_material:76, Clay-Coated Glowstone Dust -enderio:item_material:77, Black Paper -enderio:item_material:78, Animal Token -enderio:item_material:79, Monster Token -enderio:item_material:80, Player Token -enderio:item_material:81, Unfired Death Urn -enderio:item_broken_spawner:0, Broken Spawner -enderio:block_infinity_fog:0, Infinity Dust -enderio:block_infinity:0, Infinity Dust Block -enderio:block_infinity:1, Compressed Infinity Dust Block -enderio:block_infinity:2, Double Compressed Infinity Dust Block -enderio:block_holy_fog, Glowstone Nano-Particles (old) -enderio:block_holier_fog, Glowstone Nano-Particles -enderio:block_dark_steel_anvil:0, Dark Steel Anvil -enderio:block_dark_steel_anvil:1, Slightly Damaged Dark Steel Anvil -enderio:block_dark_steel_anvil:2, Very Damaged Dark Steel Anvil -enderio:block_dark_paper_anvil:0, Dark Paper Anvil -enderio:block_dark_paper_anvil:1, Slightly Damaged Dark Paper Anvil -enderio:block_dark_paper_anvil:2, Very Damaged Dark Paper Anvil -enderio:block_dark_steel_ladder, Dark Steel Ladder -enderio:block_dark_iron_bars, Dark Iron Bars -enderio:block_dark_steel_trapdoor, Dark Steel Trapdoor -enderio:block_dark_steel_door, Dark Steel Door -enderio:block_reinforced_obsidian, Reinforced Obsidian -enderio:block_self_resetting_lever5, Self-resetting Lever (5 seconds) -enderio:block_self_resetting_lever10, Self-resetting Lever (10 seconds) -enderio:block_self_resetting_lever30, Self-resetting Lever (30 seconds) -enderio:block_self_resetting_lever60, Self-resetting Lever (1 Minute) -enderio:block_self_resetting_lever300, Self-resetting Lever (5 Minutes) -enderio:block_self_resetting_lever5i, Inverted Self-resetting Lever (5 seconds) -enderio:block_self_resetting_lever10i, Inverted Self-resetting Lever (10 seconds) -enderio:block_self_resetting_lever30i, Inverted Self-resetting Lever (30 seconds) -enderio:block_self_resetting_lever60i, Inverted Self-resetting Lever (1 Minute) -enderio:block_self_resetting_lever300i, Inverted Self-resetting Lever (5 Minutes) -enderio:block_decoration1:0, Machine Chassis (decoration block) -enderio:block_decoration1:1, Blank Machine (decoration block) -enderio:block_decoration1:2, Machine Tops (decoration block) -enderio:block_decoration1:3, Machine Sides (decoration block) -enderio:block_decoration1:4, Machine Backs (decoration block) -enderio:block_decoration1:5, Machine with sides (decoration block) -enderio:block_decoration1:6, Machine width backs (decoration block) -enderio:block_decoration1:7, Blank Soul Machine (decoration block) -enderio:block_decoration1:8, Soul Machine Tops (decoration block) -enderio:block_decoration1:9, Soul Machine Sides (decoration block) -enderio:block_decoration1:10, Soul Machine Backs (decoration block) -enderio:block_decoration1:11, Soul Machine with sides (decoration block) -enderio:block_decoration1:12, Soul Machine width backs (decoration block) -enderio:block_decoration1:13, Red Machine (decoration block) -enderio:block_decoration1:14, Broken Spawner (decoration block) -enderio:block_decoration1:15, Invisible Block (decoration block) -enderio:block_decoration2:0, Alloy Smelter (decoration block) -enderio:block_decoration2:1, Item Buffer (decoration block) -enderio:block_decoration2:2, Power Buffer (decoration block) -enderio:block_decoration2:3, Omni Buffer (decoration block) -enderio:block_decoration2:4, Creative Buffer (decoration block) -enderio:block_decoration2:5, Crafter (decoration block) -enderio:block_decoration2:6, Painting Machine (decoration block) -enderio:block_decoration2:7, Power Monitor (decoration block) -enderio:block_decoration2:8, SAG Mill (decoration block) -enderio:block_decoration2:9, Slice'N'Splice (decoration block) -enderio:block_decoration2:10, Stirling Generator (decoration block) -enderio:block_decoration2:11, Fluid Tank (decoration block) -enderio:block_decoration2:12, Pressurized Fluid Tank (decoration block) -enderio:block_decoration2:13, Travel Anchor (decoration block) -enderio:block_decoration2:14, Vacuum Chest (decoration block) -enderio:block_decoration2:15, Wireless Charger (decoration block) -enderio:block_decoration3:0, XP Vacuum (decoration block) -enderio:block_decoration3:1, Simple Alloy Smelter (decoration block) -enderio:block_decoration3:2, Simple Stirling Generator (decoration block) -enderio:block_decoration3:3, Wired Charger (decoration block) -enderio:block_decoration3:4, Simple Sagmill (decoration block) -enderio:block_industrial_insulation, Industrial Insulation -enderio:block_end_iron_bars, End Steel Bars -enderio:block_confusion_charge, Confusion Charge -enderio:block_concussion_charge, Concussion Charge -enderio:block_ender_charge, Ender Charge -enderio:block_painted_slab, Painted Slab -enderio:block_painted_stone_slab, Painted Stone Slab -enderio:block_painted_pressure_plate:1, Wooden Pressure Plate (Silent) -enderio:block_painted_pressure_plate:3, Stone Pressure Plate (Silent) -enderio:block_painted_pressure_plate:5, Weighted Pressure Plate (Heavy) (Silent) -enderio:block_painted_pressure_plate:7, Weighted Pressure Plate (Light) (Silent) -enderio:block_painted_pressure_plate:8, Dark Pressure Plate -enderio:block_painted_pressure_plate:9, Dark Pressure Plate (Silent) -enderio:block_painted_pressure_plate:10, Soularium Pressure Plate -enderio:block_painted_pressure_plate:11, Soularium Pressure Plate (Silent) -enderio:block_painted_pressure_plate:12, Soularium Pressure Plate (Tuned) -enderio:block_painted_pressure_plate:13, Soularium Pressure Plate (Tuned) (Silent) -enderio:block_painted_wooden_door, Painted Wooden Door -enderio:block_painted_iron_door, Painted Iron Door -enderio:block_painted_dark_steel_door, Painted Dark Steel Door -enderio:block_exit_rail, Exit Rail -enderio:item_conduit_probe:0, Conduit Probe -enderio:item_yeta_wrench, Yeta Wrench -enderio:item_xp_transfer:0, Experience Rod -enderio:item_cold_fire_igniter, Cold Fire Igniter -enderio:item_coord_selector, Coordinate Selector -enderio:item_location_printout, Location Printout -enderio:item_travel_staff:0, Staff of Traveling -enderio:item_travel_staff:0, Staff of Traveling -enderio:item_rod_of_return:0, Rod of Return -enderio:item_rod_of_return:0, Rod of Return -enderio:item_magnet:0, Electromagnet -enderio:item_magnet:0, Electromagnet -enderio:block_enderman_skull:0, Enderman Head -enderio:block_enderman_skull:2, Tormented Enderman Head -enderio:item_ender_food:0, "Enderios" -enderio:item_basic_item_filter:0, Basic Item Filter -enderio:item_advanced_item_filter:0, Advanced Item Filter -enderio:item_limited_item_filter:0, Limited Item Filter -enderio:item_big_item_filter:0, Big Item Filter -enderio:item_big_advanced_item_filter:0, Advanced Big Item Filter -enderio:item_existing_item_filter:0, Existing Item Filter -enderio:item_mod_item_filter:0, Mod Item Filter -enderio:item_power_item_filter:0, Power Item Filter -enderio:item_soul_filter_normal:0, Soul Item Filter -enderio:item_soul_filter_big:0, Big Soul Item Filter -enderio:item_enchantment_filter_normal:0, Enchantment Item Filter -enderio:item_enchantment_filter_big:0, Big Enchantment Item Filter -enderio:item_fluid_filter:0, Basic Fluid Filter -enderio:item_redstone_not_filter:0, Redstone NOT Filter -enderio:item_redstone_or_filter:0, Redstone OR Filter -enderio:item_redstone_and_filter:0, Redstone AND Filter -enderio:item_redstone_nor_filter:0, Redstone NOR Filter -enderio:item_redstone_nand_filter:0, Redstone NAND Filter -enderio:item_redstone_xor_filter:0, Redstone XOR Filter -enderio:item_redstone_xnor_filter:0, Redstone XNOR Filter -enderio:item_redstone_toggle_filter:0, Redstone Toggle Latch Filter -enderio:item_redstone_counting_filter:0, Redstone Counting Filter -enderio:item_redstone_sensor_filter:0, Redstone Sensor Filter -enderio:item_redstone_timer_filter:0, Redstone Timer Filter -enderio:block_fused_quartz:0, Fused Quartz -enderio:block_fused_quartz:1, Fused Quartz -enderio:block_fused_quartz:2, Fused Quartz -enderio:block_fused_quartz:3, Fused Quartz -enderio:block_fused_quartz:4, Fused Quartz -enderio:block_fused_quartz:5, Fused Quartz -enderio:block_fused_quartz:6, Fused Quartz -enderio:block_fused_quartz:7, Fused Quartz -enderio:block_fused_quartz:8, Fused Quartz -enderio:block_fused_quartz:9, Fused Quartz -enderio:block_fused_quartz:10, Fused Quartz -enderio:block_fused_quartz:11, Fused Quartz -enderio:block_fused_quartz:12, Fused Quartz -enderio:block_fused_quartz:13, Fused Quartz -enderio:block_fused_quartz:14, Fused Quartz -enderio:block_fused_quartz:15, Fused Quartz -enderio:block_fused_glass:0, Quite Clear Glass -enderio:block_fused_glass:1, Quite Clear Glass -enderio:block_fused_glass:2, Quite Clear Glass -enderio:block_fused_glass:3, Quite Clear Glass -enderio:block_fused_glass:4, Quite Clear Glass -enderio:block_fused_glass:5, Quite Clear Glass -enderio:block_fused_glass:6, Quite Clear Glass -enderio:block_fused_glass:7, Quite Clear Glass -enderio:block_fused_glass:8, Quite Clear Glass -enderio:block_fused_glass:9, Quite Clear Glass -enderio:block_fused_glass:10, Quite Clear Glass -enderio:block_fused_glass:11, Quite Clear Glass -enderio:block_fused_glass:12, Quite Clear Glass -enderio:block_fused_glass:13, Quite Clear Glass -enderio:block_fused_glass:14, Quite Clear Glass -enderio:block_fused_glass:15, Quite Clear Glass -enderio:block_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_dark_fused_glass:0, Dark Clear Glass -enderio:block_dark_fused_glass:1, Dark Clear Glass -enderio:block_dark_fused_glass:2, Dark Clear Glass -enderio:block_dark_fused_glass:3, Dark Clear Glass -enderio:block_dark_fused_glass:4, Dark Clear Glass -enderio:block_dark_fused_glass:5, Dark Clear Glass -enderio:block_dark_fused_glass:6, Dark Clear Glass -enderio:block_dark_fused_glass:7, Dark Clear Glass -enderio:block_dark_fused_glass:8, Dark Clear Glass -enderio:block_dark_fused_glass:9, Dark Clear Glass -enderio:block_dark_fused_glass:10, Dark Clear Glass -enderio:block_dark_fused_glass:11, Dark Clear Glass -enderio:block_dark_fused_glass:12, Dark Clear Glass -enderio:block_dark_fused_glass:13, Dark Clear Glass -enderio:block_dark_fused_glass:14, Dark Clear Glass -enderio:block_dark_fused_glass:15, Dark Clear Glass -enderio:block_holy_fused_quartz:0, Fused Quartz -enderio:block_holy_fused_quartz:1, Fused Quartz -enderio:block_holy_fused_quartz:2, Fused Quartz -enderio:block_holy_fused_quartz:3, Fused Quartz -enderio:block_holy_fused_quartz:4, Fused Quartz -enderio:block_holy_fused_quartz:5, Fused Quartz -enderio:block_holy_fused_quartz:6, Fused Quartz -enderio:block_holy_fused_quartz:7, Fused Quartz -enderio:block_holy_fused_quartz:8, Fused Quartz -enderio:block_holy_fused_quartz:9, Fused Quartz -enderio:block_holy_fused_quartz:10, Fused Quartz -enderio:block_holy_fused_quartz:11, Fused Quartz -enderio:block_holy_fused_quartz:12, Fused Quartz -enderio:block_holy_fused_quartz:13, Fused Quartz -enderio:block_holy_fused_quartz:14, Fused Quartz -enderio:block_holy_fused_quartz:15, Fused Quartz -enderio:block_holy_fused_glass:0, Quite Clear Glass -enderio:block_holy_fused_glass:1, Quite Clear Glass -enderio:block_holy_fused_glass:2, Quite Clear Glass -enderio:block_holy_fused_glass:3, Quite Clear Glass -enderio:block_holy_fused_glass:4, Quite Clear Glass -enderio:block_holy_fused_glass:5, Quite Clear Glass -enderio:block_holy_fused_glass:6, Quite Clear Glass -enderio:block_holy_fused_glass:7, Quite Clear Glass -enderio:block_holy_fused_glass:8, Quite Clear Glass -enderio:block_holy_fused_glass:9, Quite Clear Glass -enderio:block_holy_fused_glass:10, Quite Clear Glass -enderio:block_holy_fused_glass:11, Quite Clear Glass -enderio:block_holy_fused_glass:12, Quite Clear Glass -enderio:block_holy_fused_glass:13, Quite Clear Glass -enderio:block_holy_fused_glass:14, Quite Clear Glass -enderio:block_holy_fused_glass:15, Quite Clear Glass -enderio:block_holy_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_holy_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_holy_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_holy_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_holy_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_holy_dark_fused_glass:0, Dark Clear Glass -enderio:block_holy_dark_fused_glass:1, Dark Clear Glass -enderio:block_holy_dark_fused_glass:2, Dark Clear Glass -enderio:block_holy_dark_fused_glass:3, Dark Clear Glass -enderio:block_holy_dark_fused_glass:4, Dark Clear Glass -enderio:block_holy_dark_fused_glass:5, Dark Clear Glass -enderio:block_holy_dark_fused_glass:6, Dark Clear Glass -enderio:block_holy_dark_fused_glass:7, Dark Clear Glass -enderio:block_holy_dark_fused_glass:8, Dark Clear Glass -enderio:block_holy_dark_fused_glass:9, Dark Clear Glass -enderio:block_holy_dark_fused_glass:10, Dark Clear Glass -enderio:block_holy_dark_fused_glass:11, Dark Clear Glass -enderio:block_holy_dark_fused_glass:12, Dark Clear Glass -enderio:block_holy_dark_fused_glass:13, Dark Clear Glass -enderio:block_holy_dark_fused_glass:14, Dark Clear Glass -enderio:block_holy_dark_fused_glass:15, Dark Clear Glass -enderio:block_unholy_fused_quartz:0, Fused Quartz -enderio:block_unholy_fused_quartz:1, Fused Quartz -enderio:block_unholy_fused_quartz:2, Fused Quartz -enderio:block_unholy_fused_quartz:3, Fused Quartz -enderio:block_unholy_fused_quartz:4, Fused Quartz -enderio:block_unholy_fused_quartz:5, Fused Quartz -enderio:block_unholy_fused_quartz:6, Fused Quartz -enderio:block_unholy_fused_quartz:7, Fused Quartz -enderio:block_unholy_fused_quartz:8, Fused Quartz -enderio:block_unholy_fused_quartz:9, Fused Quartz -enderio:block_unholy_fused_quartz:10, Fused Quartz -enderio:block_unholy_fused_quartz:11, Fused Quartz -enderio:block_unholy_fused_quartz:12, Fused Quartz -enderio:block_unholy_fused_quartz:13, Fused Quartz -enderio:block_unholy_fused_quartz:14, Fused Quartz -enderio:block_unholy_fused_quartz:15, Fused Quartz -enderio:block_unholy_fused_glass:0, Quite Clear Glass -enderio:block_unholy_fused_glass:1, Quite Clear Glass -enderio:block_unholy_fused_glass:2, Quite Clear Glass -enderio:block_unholy_fused_glass:3, Quite Clear Glass -enderio:block_unholy_fused_glass:4, Quite Clear Glass -enderio:block_unholy_fused_glass:5, Quite Clear Glass -enderio:block_unholy_fused_glass:6, Quite Clear Glass -enderio:block_unholy_fused_glass:7, Quite Clear Glass -enderio:block_unholy_fused_glass:8, Quite Clear Glass -enderio:block_unholy_fused_glass:9, Quite Clear Glass -enderio:block_unholy_fused_glass:10, Quite Clear Glass -enderio:block_unholy_fused_glass:11, Quite Clear Glass -enderio:block_unholy_fused_glass:12, Quite Clear Glass -enderio:block_unholy_fused_glass:13, Quite Clear Glass -enderio:block_unholy_fused_glass:14, Quite Clear Glass -enderio:block_unholy_fused_glass:15, Quite Clear Glass -enderio:block_unholy_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_unholy_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_unholy_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_unholy_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_unholy_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_unholy_dark_fused_glass:0, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:1, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:2, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:3, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:4, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:5, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:6, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:7, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:8, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:9, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:10, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:11, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:12, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:13, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:14, Dark Clear Glass -enderio:block_unholy_dark_fused_glass:15, Dark Clear Glass -enderio:block_pasture_fused_quartz:0, Fused Quartz -enderio:block_pasture_fused_quartz:1, Fused Quartz -enderio:block_pasture_fused_quartz:2, Fused Quartz -enderio:block_pasture_fused_quartz:3, Fused Quartz -enderio:block_pasture_fused_quartz:4, Fused Quartz -enderio:block_pasture_fused_quartz:5, Fused Quartz -enderio:block_pasture_fused_quartz:6, Fused Quartz -enderio:block_pasture_fused_quartz:7, Fused Quartz -enderio:block_pasture_fused_quartz:8, Fused Quartz -enderio:block_pasture_fused_quartz:9, Fused Quartz -enderio:block_pasture_fused_quartz:10, Fused Quartz -enderio:block_pasture_fused_quartz:11, Fused Quartz -enderio:block_pasture_fused_quartz:12, Fused Quartz -enderio:block_pasture_fused_quartz:13, Fused Quartz -enderio:block_pasture_fused_quartz:14, Fused Quartz -enderio:block_pasture_fused_quartz:15, Fused Quartz -enderio:block_pasture_fused_glass:0, Quite Clear Glass -enderio:block_pasture_fused_glass:1, Quite Clear Glass -enderio:block_pasture_fused_glass:2, Quite Clear Glass -enderio:block_pasture_fused_glass:3, Quite Clear Glass -enderio:block_pasture_fused_glass:4, Quite Clear Glass -enderio:block_pasture_fused_glass:5, Quite Clear Glass -enderio:block_pasture_fused_glass:6, Quite Clear Glass -enderio:block_pasture_fused_glass:7, Quite Clear Glass -enderio:block_pasture_fused_glass:8, Quite Clear Glass -enderio:block_pasture_fused_glass:9, Quite Clear Glass -enderio:block_pasture_fused_glass:10, Quite Clear Glass -enderio:block_pasture_fused_glass:11, Quite Clear Glass -enderio:block_pasture_fused_glass:12, Quite Clear Glass -enderio:block_pasture_fused_glass:13, Quite Clear Glass -enderio:block_pasture_fused_glass:14, Quite Clear Glass -enderio:block_pasture_fused_glass:15, Quite Clear Glass -enderio:block_pasture_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_pasture_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_pasture_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_pasture_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_pasture_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_pasture_dark_fused_glass:0, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:1, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:2, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:3, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:4, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:5, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:6, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:7, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:8, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:9, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:10, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:11, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:12, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:13, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:14, Dark Clear Glass -enderio:block_pasture_dark_fused_glass:15, Dark Clear Glass -enderio:block_not_holy_fused_quartz:0, Fused Quartz -enderio:block_not_holy_fused_quartz:1, Fused Quartz -enderio:block_not_holy_fused_quartz:2, Fused Quartz -enderio:block_not_holy_fused_quartz:3, Fused Quartz -enderio:block_not_holy_fused_quartz:4, Fused Quartz -enderio:block_not_holy_fused_quartz:5, Fused Quartz -enderio:block_not_holy_fused_quartz:6, Fused Quartz -enderio:block_not_holy_fused_quartz:7, Fused Quartz -enderio:block_not_holy_fused_quartz:8, Fused Quartz -enderio:block_not_holy_fused_quartz:9, Fused Quartz -enderio:block_not_holy_fused_quartz:10, Fused Quartz -enderio:block_not_holy_fused_quartz:11, Fused Quartz -enderio:block_not_holy_fused_quartz:12, Fused Quartz -enderio:block_not_holy_fused_quartz:13, Fused Quartz -enderio:block_not_holy_fused_quartz:14, Fused Quartz -enderio:block_not_holy_fused_quartz:15, Fused Quartz -enderio:block_not_holy_fused_glass:0, Quite Clear Glass -enderio:block_not_holy_fused_glass:1, Quite Clear Glass -enderio:block_not_holy_fused_glass:2, Quite Clear Glass -enderio:block_not_holy_fused_glass:3, Quite Clear Glass -enderio:block_not_holy_fused_glass:4, Quite Clear Glass -enderio:block_not_holy_fused_glass:5, Quite Clear Glass -enderio:block_not_holy_fused_glass:6, Quite Clear Glass -enderio:block_not_holy_fused_glass:7, Quite Clear Glass -enderio:block_not_holy_fused_glass:8, Quite Clear Glass -enderio:block_not_holy_fused_glass:9, Quite Clear Glass -enderio:block_not_holy_fused_glass:10, Quite Clear Glass -enderio:block_not_holy_fused_glass:11, Quite Clear Glass -enderio:block_not_holy_fused_glass:12, Quite Clear Glass -enderio:block_not_holy_fused_glass:13, Quite Clear Glass -enderio:block_not_holy_fused_glass:14, Quite Clear Glass -enderio:block_not_holy_fused_glass:15, Quite Clear Glass -enderio:block_not_holy_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_not_holy_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_not_holy_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_not_holy_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_not_holy_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_not_holy_dark_fused_glass:0, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:1, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:2, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:3, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:4, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:5, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:6, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:7, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:8, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:9, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:10, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:11, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:12, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:13, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:14, Dark Clear Glass -enderio:block_not_holy_dark_fused_glass:15, Dark Clear Glass -enderio:block_not_unholy_fused_quartz:0, Fused Quartz -enderio:block_not_unholy_fused_quartz:1, Fused Quartz -enderio:block_not_unholy_fused_quartz:2, Fused Quartz -enderio:block_not_unholy_fused_quartz:3, Fused Quartz -enderio:block_not_unholy_fused_quartz:4, Fused Quartz -enderio:block_not_unholy_fused_quartz:5, Fused Quartz -enderio:block_not_unholy_fused_quartz:6, Fused Quartz -enderio:block_not_unholy_fused_quartz:7, Fused Quartz -enderio:block_not_unholy_fused_quartz:8, Fused Quartz -enderio:block_not_unholy_fused_quartz:9, Fused Quartz -enderio:block_not_unholy_fused_quartz:10, Fused Quartz -enderio:block_not_unholy_fused_quartz:11, Fused Quartz -enderio:block_not_unholy_fused_quartz:12, Fused Quartz -enderio:block_not_unholy_fused_quartz:13, Fused Quartz -enderio:block_not_unholy_fused_quartz:14, Fused Quartz -enderio:block_not_unholy_fused_quartz:15, Fused Quartz -enderio:block_not_unholy_fused_glass:0, Quite Clear Glass -enderio:block_not_unholy_fused_glass:1, Quite Clear Glass -enderio:block_not_unholy_fused_glass:2, Quite Clear Glass -enderio:block_not_unholy_fused_glass:3, Quite Clear Glass -enderio:block_not_unholy_fused_glass:4, Quite Clear Glass -enderio:block_not_unholy_fused_glass:5, Quite Clear Glass -enderio:block_not_unholy_fused_glass:6, Quite Clear Glass -enderio:block_not_unholy_fused_glass:7, Quite Clear Glass -enderio:block_not_unholy_fused_glass:8, Quite Clear Glass -enderio:block_not_unholy_fused_glass:9, Quite Clear Glass -enderio:block_not_unholy_fused_glass:10, Quite Clear Glass -enderio:block_not_unholy_fused_glass:11, Quite Clear Glass -enderio:block_not_unholy_fused_glass:12, Quite Clear Glass -enderio:block_not_unholy_fused_glass:13, Quite Clear Glass -enderio:block_not_unholy_fused_glass:14, Quite Clear Glass -enderio:block_not_unholy_fused_glass:15, Quite Clear Glass -enderio:block_not_unholy_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_not_unholy_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_not_unholy_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_not_unholy_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_not_unholy_dark_fused_glass:0, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:1, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:2, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:3, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:4, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:5, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:6, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:7, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:8, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:9, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:10, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:11, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:12, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:13, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:14, Dark Clear Glass -enderio:block_not_unholy_dark_fused_glass:15, Dark Clear Glass -enderio:block_not_pasture_fused_quartz:0, Fused Quartz -enderio:block_not_pasture_fused_quartz:1, Fused Quartz -enderio:block_not_pasture_fused_quartz:2, Fused Quartz -enderio:block_not_pasture_fused_quartz:3, Fused Quartz -enderio:block_not_pasture_fused_quartz:4, Fused Quartz -enderio:block_not_pasture_fused_quartz:5, Fused Quartz -enderio:block_not_pasture_fused_quartz:6, Fused Quartz -enderio:block_not_pasture_fused_quartz:7, Fused Quartz -enderio:block_not_pasture_fused_quartz:8, Fused Quartz -enderio:block_not_pasture_fused_quartz:9, Fused Quartz -enderio:block_not_pasture_fused_quartz:10, Fused Quartz -enderio:block_not_pasture_fused_quartz:11, Fused Quartz -enderio:block_not_pasture_fused_quartz:12, Fused Quartz -enderio:block_not_pasture_fused_quartz:13, Fused Quartz -enderio:block_not_pasture_fused_quartz:14, Fused Quartz -enderio:block_not_pasture_fused_quartz:15, Fused Quartz -enderio:block_not_pasture_fused_glass:0, Quite Clear Glass -enderio:block_not_pasture_fused_glass:1, Quite Clear Glass -enderio:block_not_pasture_fused_glass:2, Quite Clear Glass -enderio:block_not_pasture_fused_glass:3, Quite Clear Glass -enderio:block_not_pasture_fused_glass:4, Quite Clear Glass -enderio:block_not_pasture_fused_glass:5, Quite Clear Glass -enderio:block_not_pasture_fused_glass:6, Quite Clear Glass -enderio:block_not_pasture_fused_glass:7, Quite Clear Glass -enderio:block_not_pasture_fused_glass:8, Quite Clear Glass -enderio:block_not_pasture_fused_glass:9, Quite Clear Glass -enderio:block_not_pasture_fused_glass:10, Quite Clear Glass -enderio:block_not_pasture_fused_glass:11, Quite Clear Glass -enderio:block_not_pasture_fused_glass:12, Quite Clear Glass -enderio:block_not_pasture_fused_glass:13, Quite Clear Glass -enderio:block_not_pasture_fused_glass:14, Quite Clear Glass -enderio:block_not_pasture_fused_glass:15, Quite Clear Glass -enderio:block_not_pasture_enlightened_fused_quartz:0, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:1, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:2, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:3, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:4, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:5, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:6, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:7, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:8, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:9, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:10, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:11, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:12, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:13, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:14, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_quartz:15, Enlightened Fused Quartz -enderio:block_not_pasture_enlightened_fused_glass:0, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:1, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:2, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:3, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:4, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:5, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:6, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:7, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:8, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:9, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:10, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:11, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:12, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:13, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:14, Enlightened Clear Glass -enderio:block_not_pasture_enlightened_fused_glass:15, Enlightened Clear Glass -enderio:block_not_pasture_dark_fused_quartz:0, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:1, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:2, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:3, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:4, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:5, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:6, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:7, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:8, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:9, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:10, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:11, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:12, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:13, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:14, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_quartz:15, Dark Fused Quartz -enderio:block_not_pasture_dark_fused_glass:0, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:1, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:2, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:3, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:4, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:5, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:6, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:7, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:8, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:9, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:10, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:11, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:12, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:13, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:14, Dark Clear Glass -enderio:block_not_pasture_dark_fused_glass:15, Dark Clear Glass -enderio:item_soul_vial, Soul Vial -enderio:block_detector_block:0, Block Detector -enderio:block_detector_block_silent:0, Block Detector (Silent) -enderio:item_dark_steel_helmet, Dark Helm -enderio:item_dark_steel_chestplate, Dark Plate -enderio:item_dark_steel_leggings, Dark Leggings -enderio:item_dark_steel_boots, Dark Boots -enderio:item_dark_steel_shield, Dark Shield -enderio:item_dark_steel_sword, The Ender -enderio:item_dark_steel_pickaxe, Dark Pick -enderio:item_dark_steel_axe, Dark Axe -enderio:item_dark_steel_bow, Dark Bow -enderio:item_dark_steel_shears, Dark Shears -enderio:item_dark_steel_treetap, Dark Treetap -enderio:item_dark_steel_crook, Dark Crook -enderio:item_dark_steel_hand, Dark Backhoe -enderio:item_inventory_charger_simple, Simple Inventory Charger -enderio:item_inventory_charger_basic, Basic Inventory Charger -enderio:item_inventory_charger, Inventory Charger -enderio:item_inventory_charger_vibrant, Vibrant Inventory Charger -enderio:item_end_steel_sword, The Ender Mk2 -enderio:item_end_steel_pickaxe, Ender Pickaxe -enderio:item_end_steel_axe, Ender Axe -enderio:item_end_steel_bow, Ender Bow -enderio:item_end_steel_helmet, Ender Helm -enderio:item_end_steel_chestplate, Ender Plate -enderio:item_end_steel_leggings, Ender Leggings -enderio:item_end_steel_boots, Ender Boots -enderio:item_end_steel_shield, Ender Shield -enderio:item_staff_of_levity:0, Staff of Levity -enderio:item_staff_of_levity:0, Staff of Levity -enderio:item_dark_steel_upgrade:0, Blank Dark Steel Upgrade -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Micro Anvil" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Micro Anvil" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Mini Anvil" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Mini Anvil" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Pocket Anvil" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Pocket Anvil" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Shirt" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Shirt" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Shoes" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Shoes" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Hat" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Hat" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Pants" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Apiarist's Pants" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Carpeting" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Carpeting" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Depth" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Depth" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Direct" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Direct" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Elytra" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Elytra" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered IV" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered IV" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered V" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Empowered V" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Glider" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Glider" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Revealing" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Revealing" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Fork" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Fork" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory I" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory I" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Inventory III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Jump III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Naturalist's Eye" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Naturalist's Eye" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Night Vision" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Night Vision" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Padding" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Padding" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Simple Solar" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Simple Solar" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar I" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar I" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Solar III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Sound Locator" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Sound Locator" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Speed III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Spoon" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Spoon" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Step Assist" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Step Assist" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Flippers" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Flippers" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Robe" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Robe" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Boots" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Boots" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Leggings" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Thaumaturge's Leggings" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive I" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive I" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive II" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive III" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive IV" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive IV" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive V" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Explosive V" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "The One Probe" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "The One Probe" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Travel" -enderio:item_dark_steel_upgrade:1, Dark Steel Upgrade "Travel" -enderio:block_death_pouch, Death Urn -enderio:item_owl_egg, Owl Egg -enderio:block_alloy_endergy:0, Crude Steel Block -enderio:block_alloy_endergy:1, Crystalline Alloy Block -enderio:block_alloy_endergy:2, Melodic Alloy Block -enderio:block_alloy_endergy:3, Stellar Alloy Block -enderio:block_alloy_endergy:4, Crystalline Pink Slime Block -enderio:block_alloy_endergy:5, Energetic Silver Block -enderio:block_alloy_endergy:6, Vivid Alloy Block -enderio:item_alloy_endergy_ingot:0, Crude Steel Ingot -enderio:item_alloy_endergy_ingot:1, Crystalline Alloy Ingot -enderio:item_alloy_endergy_ingot:2, Melodic Alloy Ingot -enderio:item_alloy_endergy_ingot:3, Stellar Alloy Ingot -enderio:item_alloy_endergy_ingot:4, Crystalline Pink Slime Ingot -enderio:item_alloy_endergy_ingot:5, Energetic Silver Ingot -enderio:item_alloy_endergy_ingot:6, Vivid Alloy Ingot -enderio:item_alloy_endergy_nugget:0, Crude Steel Nugget -enderio:item_alloy_endergy_nugget:1, Crystalline Alloy Nugget -enderio:item_alloy_endergy_nugget:2, Melodic Alloy Nugget -enderio:item_alloy_endergy_nugget:3, Stellar Alloy Nugget -enderio:item_alloy_endergy_nugget:4, Crystalline Pink Slime Nugget -enderio:item_alloy_endergy_nugget:5, Energetic Silver Nugget -enderio:item_alloy_endergy_nugget:6, Vivid Alloy Nugget -enderio:item_alloy_endergy_ball:0, Crude Steel Grinding Ball -enderio:item_alloy_endergy_ball:1, Crystalline Alloy Grinding Ball -enderio:item_alloy_endergy_ball:2, Melodic Alloy Grinding Ball -enderio:item_alloy_endergy_ball:3, Stellar Alloy Grinding Ball -enderio:item_alloy_endergy_ball:4, Crystalline Pink Slime Grinding Ball -enderio:item_alloy_endergy_ball:5, Energetic Silver Grinding Ball -enderio:item_alloy_endergy_ball:6, Vivid Alloy Grinding Ball -enderio:item_item_conduit:0, Item Conduit -enderio:item_liquid_conduit:0, Fluid Conduit -enderio:item_liquid_conduit:1, Pressurized Fluid Conduit -enderio:item_liquid_conduit:2, Ender Fluid Conduit -enderio:item_power_conduit:0, Energy Conduit -enderio:item_power_conduit:1, Enhanced Energy Conduit -enderio:item_power_conduit:2, Ender Energy Conduit -enderio:item_redstone_conduit:0, Redstone Conduit -enderio:item_extract_speed_upgrade:0, Extract Speed Upgrade -enderio:item_extract_speed_downgrade:0, Extract Speed Downgrade -enderio:item_me_conduit:0, ME Conduit -enderio:item_me_conduit:1, Dense ME Conduit -enderio:item_opencomputers_conduit:0, OC Conduit -enderio:item_species_item_filter:0, Species Item Filter -enderio:block_inventory_panel, Inventory Panel -enderio:block_inventory_panel_sensor, Inventory Sensor -enderio:block_inventory_chest_tiny, Tiny Inventory System Storage -enderio:block_inventory_chest_small, Small Inventory System Storage -enderio:block_inventory_chest_medium, Medium Inventory System Storage -enderio:block_inventory_chest_big, Big Inventory System Storage -enderio:block_inventory_chest_large, Large Inventory System Storage -enderio:block_inventory_chest_huge, Huge Inventory System Storage -enderio:block_inventory_chest_enormous, Enormous Inventory System Storage -enderio:block_inventory_chest_warehouse, Inventory System Storage Warehouse -enderio:block_inventory_chest_warehouse13, Inventory System Storage Extended Warehouse -enderio:item_inventory_remote:0, Inventory Panel Remote -enderio:item_inventory_remote:0, Inventory Panel Remote -enderio:item_inventory_remote:1, Advanced Inventory Panel Remote -enderio:item_inventory_remote:1, Advanced Inventory Panel Remote -enderio:item_inventory_remote:2, Ender Inventory Panel Remote -enderio:item_inventory_remote:2, Ender Inventory Panel Remote -enderio:item_data_conduit:0, Data Conduit -enderio:block_simple_furnace, Simple Powered Furnace -enderio:block_simple_alloy_smelter, Simple Alloy Smelter -enderio:block_alloy_smelter, Alloy Smelter -enderio:block_enhanced_alloy_smelter, Enhanced Alloy Smelter -enderio:block_buffer:0, Item Buffer -enderio:block_buffer:1, Power Buffer -enderio:block_buffer:2, Omni Buffer -enderio:block_buffer:3, Creative Buffer -enderio:block_enchanter, Enchanter -enderio:block_farm_station, Farming Station -enderio:block_combustion_generator, Combustion Generator -enderio:block_enhanced_combustion_generator, Enhanced Combustion Generator -enderio:block_simple_stirling_generator, Simple Stirling Generator -enderio:block_stirling_generator, Stirling Generator -enderio:block_zombie_generator, Zombie Generator -enderio:block_franken_zombie_generator, Frank'n'Zombie Generator -enderio:block_ender_generator, Ender Generator -enderio:block_lava_generator, Lava Heat Exchanger -enderio:block_killer_joe, Killer Joe -enderio:block_electric_light:0, Electric Light -enderio:block_electric_light:1, Electric Light (Inverted) -enderio:block_electric_light:2, Light -enderio:block_electric_light:3, Light (Inverted) -enderio:block_electric_light:4, Wireless Light -enderio:block_electric_light:5, Wireless Light (Inverted) -enderio:block_attractor_obelisk, Attractor Obelisk -enderio:block_aversion_obelisk, Aversion Obelisk -enderio:block_inhibitor_obelisk, Inhibitor Obelisk -enderio:block_relocator_obelisk, Relocator Obelisk -enderio:block_weather_obelisk, Weather Obelisk -enderio:block_experience_obelisk, Experience Obelisk -enderio:block_painter, Painting Machine -enderio:block_reservoir, Endervoir -enderio:block_omni_reservoir, Omnivoir -enderio:block_simple_sag_mill, Simple SAG Mill -enderio:block_sag_mill, SAG Mill -enderio:block_enhanced_sag_mill, Enhanced SAG Mill -enderio:block_slice_and_splice, Slice'N'Splice -enderio:block_solar_panel:0, Simple Photovoltaic Cell -enderio:block_solar_panel:1, Photovoltaic Cell -enderio:block_solar_panel:2, Advanced Photovoltaic Cell -enderio:block_solar_panel:3, Vibrant Photovoltaic Cell -enderio:block_solar_panel:4, Crystalline Photovoltaic Cell -enderio:block_solar_panel:5, Melodic Photovoltaic Cell -enderio:block_solar_panel:6, Stellar Photovoltaic Cell -enderio:block_soul_binder, Soul Binder -enderio:block_powered_spawner, Powered Spawner -enderio:block_vat, The Vat -enderio:block_enhanced_vat, The Enhanced Vat -enderio:block_simple_wired_charger, Simple Wired Charger -enderio:block_wired_charger, Wired Charger -enderio:block_enhanced_wired_charger, Enhanced Wired Charger -enderio:block_wireless_charger, Wireless Charger -enderio:block_normal_wireless_charger, Wireless Charging Antenna -enderio:block_enhanced_wireless_charger, Enhanced Wireless Charging Antenna -enderio:block_wireless_charger_extension, Wireless Charging Antenna Extension -enderio:block_tank:0, Fluid Tank -enderio:block_tank:1, Pressurized Fluid Tank -enderio:block_transceiver, Dimensional Transceiver -enderio:block_vacuum_chest, Vacuum Chest -enderio:block_xp_vacuum, XP Vacuum -enderio:block_niard, The Niard -enderio:block_travel_anchor, Travel Anchor -enderio:block_tele_pad, Telepad Block -enderio:block_dialing_device, Dialing Device -enderio:block_impulse_hopper, Impulse Hopper -enderio:block_simple_crafter, Simple Crafter -enderio:block_crafter, Crafter -enderio:block_creative_spawner, Creative Spawner -enderio:block_cap_bank:0, Creative Capacitor Bank -enderio:block_cap_bank:1, Basic Capacitor Bank -enderio:block_cap_bank:1, Basic Capacitor Bank -enderio:block_cap_bank:2, Capacitor Bank -enderio:block_cap_bank:2, Capacitor Bank -enderio:block_cap_bank:3, Vibrant Capacitor Bank -enderio:block_cap_bank:3, Vibrant Capacitor Bank -enderio:block_gauge, Energy Gauge -enderio:block_power_monitor, Power Monitor -enderio:block_advanced_power_monitor, Graphical Power Monitor -enderio:item_capacitor_grainy, Grainy Capacitor -enderio:item_capacitor_crystalline, Crystalline Capacitor -enderio:item_capacitor_melodic, Melodic Capacitor -enderio:item_capacitor_stellar, Stellar Capacitor -enderio:item_capacitor_totemic, Totemic Capacitor -enderio:item_endergy_conduit:0, Crude Energy Conduit -enderio:item_endergy_conduit:1, Iron Energy Conduit -enderio:item_endergy_conduit:2, Aluminium Energy Conduit -enderio:item_endergy_conduit:3, Gold Energy Conduit -enderio:item_endergy_conduit:4, Copper Energy Conduit -enderio:item_endergy_conduit:5, Silver Energy Conduit -enderio:item_endergy_conduit:6, Electrum Energy Conduit -enderio:item_endergy_conduit:7, Energetic Silver Energy Conduit -enderio:item_endergy_conduit:8, Crystalline Energy Conduit -enderio:item_endergy_conduit:9, Crystalline Pink Slime Energy Conduit -enderio:item_endergy_conduit:10, Melodic Energy Conduit -enderio:item_endergy_conduit:11, Stellar Energy Conduit -enderio:item_capacitor_silver, Silver Capacitor -enderio:item_capacitor_energetic_silver, Endergetic Silver Capacitor -enderio:item_capacitor_vivid, Endergised Capacitor -enderio:item_stellar_alloy_sword, The Ender Mark IV -enderio:item_stellar_alloy_pickaxe, Stellar Pickaxe -enderio:item_stellar_alloy_axe, Stellar Axe -enderio:item_stellar_alloy_helmet, Stellar Helmet -enderio:item_stellar_alloy_boots, Stellar Boots -enderio:item_stellar_alloy_chestplate, Stellar Chestplate -enderio:item_stellar_alloy_leggings, Stellar Leggings -twilightforest:naga_scale, Naga Scale -twilightforest:naga_chestplate, Naga Scale Tunic -twilightforest:naga_leggings, Naga Scale Leggings -twilightforest:twilight_scepter, Scepter of Twilight -twilightforest:lifedrain_scepter, Scepter of Life Draining -twilightforest:zombie_scepter, Zombie Scepter -twilightforest:shield_scepter, Scepter of Fortification -twilightforest:ore_meter, Ore Meter [WIP] -twilightforest:magic_map:0, Magic Map -twilightforest:maze_map:0, Maze Map -twilightforest:ore_map:0, Maze/Ore Map -twilightforest:raven_feather, Raven Feather -twilightforest:magic_map_focus, Magic Map Focus -twilightforest:maze_map_focus, Maze Map Focus -twilightforest:liveroot, Liveroot -twilightforest:ironwood_raw, Raw Ironwood Materials -twilightforest:ironwood_ingot, Ironwood Ingot -twilightforest:ironwood_helmet, Ironwood Helm -twilightforest:ironwood_chestplate, Ironwood Plate -twilightforest:ironwood_leggings, Ironwood Legs -twilightforest:ironwood_boots, Ironwood Boots -twilightforest:ironwood_sword, Ironwood Sword -twilightforest:ironwood_shovel, Ironwood Shovel -twilightforest:ironwood_pickaxe, Ironwood Pick -twilightforest:ironwood_axe, Ironwood Axe -twilightforest:ironwood_hoe, Ironwood Hoe -twilightforest:torchberries, Torchberries -twilightforest:raw_venison, Raw Venison -twilightforest:cooked_venison, Venison Steak -twilightforest:hydra_chop, Hydra Chop -twilightforest:fiery_blood, Fiery Blood -twilightforest:fiery_tears, Fiery Tears -twilightforest:trophy:0, Naga Trophy -twilightforest:trophy:1, Twilight Lich Trophy -twilightforest:trophy:2, Fire Hydra Trophy -twilightforest:trophy:3, Ur-Ghast Trophy -twilightforest:trophy:4, Knight Phantom Trophy -twilightforest:trophy:5, Snow Queen Trophy -twilightforest:trophy:6, Minoshroom Trophy -twilightforest:trophy:8, Questing Ram Trophy -twilightforest:fiery_ingot, Fiery Ingot -twilightforest:fiery_helmet, Fiery Helm -twilightforest:fiery_chestplate, Fiery Plate -twilightforest:fiery_leggings, Fiery Legs -twilightforest:fiery_boots, Fiery Boots -twilightforest:fiery_sword, Fiery Sword -twilightforest:fiery_pickaxe, Fiery Pick -twilightforest:steeleaf_ingot, Steeleaf -twilightforest:steeleaf_helmet, Steeleaf Helm -twilightforest:steeleaf_chestplate, Steeleaf Plate -twilightforest:steeleaf_leggings, Steeleaf Legs -twilightforest:steeleaf_boots, Steeleaf Boots -twilightforest:steeleaf_sword, Steeleaf Sword -twilightforest:steeleaf_shovel, Steeleaf Shovel -twilightforest:steeleaf_pickaxe, Steeleaf Pick -twilightforest:steeleaf_axe, Steeleaf Axe -twilightforest:steeleaf_hoe, Steeleaf Hoe -twilightforest:minotaur_axe_gold, Golden Minotaur Axe -twilightforest:minotaur_axe, Diamond Minotaur Axe -twilightforest:mazebreaker_pickaxe, Mazebreaker -twilightforest:transformation_powder, Transformation Powder -twilightforest:raw_meef, Raw Meef -twilightforest:cooked_meef, Meef Steak -twilightforest:meef_stroganoff, Meef Stroganoff -twilightforest:maze_wafer, Maze Wafer -twilightforest:magic_map_empty, Blank Magic Map -twilightforest:maze_map_empty, Blank Maze Map -twilightforest:ore_map_empty, Blank Maze/Ore Map -twilightforest:ore_magnet, Ore Magnet -twilightforest:crumble_horn, Crumble Horn -twilightforest:peacock_fan, Peacock Feather Fan -twilightforest:moonworm_queen, Moonworm Queen -twilightforest:charm_of_life_1, Charm of Life I -twilightforest:charm_of_life_2, Charm of Life II -twilightforest:charm_of_keeping_1, Charm of Keeping I -twilightforest:charm_of_keeping_2, Charm of Keeping II -twilightforest:charm_of_keeping_3, Charm of Keeping III -twilightforest:tower_key, Tower Key -twilightforest:borer_essence, Borer Essence -twilightforest:carminite, Carminite -twilightforest:experiment_115, Experiment 115 -twilightforest:armor_shard, Armor Shard -twilightforest:knightmetal_ingot, Knightmetal Ingot -twilightforest:armor_shard_cluster, Armor Shard Cluster -twilightforest:knightmetal_helmet, Knightly Helm -twilightforest:knightmetal_chestplate, Knightly Plate -twilightforest:knightmetal_leggings, Knightly Greaves -twilightforest:knightmetal_boots, Knightly Boots -twilightforest:knightmetal_sword, Knightly Sword -twilightforest:knightmetal_pickaxe, Knightly Pick -twilightforest:knightmetal_axe, Knightly Axe -twilightforest:knightmetal_shield, Knightly Shield -twilightforest:phantom_helmet, Phantom Helm -twilightforest:phantom_chestplate, Phantom Plate -twilightforest:lamp_of_cinders, Lamp of Cinders -twilightforest:alpha_fur, Alpha Yeti Fur -twilightforest:yeti_helmet, Yeti Horned Helm -twilightforest:yeti_chestplate, Yeti Jacket -twilightforest:yeti_leggings, Yeti Leggings -twilightforest:yeti_boots, Yeti Boots -twilightforest:ice_bomb, Ice Bomb -twilightforest:arctic_fur, Arctic Fur -twilightforest:arctic_helmet, Arctic Hood -twilightforest:arctic_chestplate, Arctic Jacket -twilightforest:arctic_leggings, Arctic Leggings -twilightforest:arctic_boots, Arctic Boots -twilightforest:magic_beans, Magic Beans -twilightforest:giant_pickaxe, Giant's Pickaxe -twilightforest:giant_sword, Giant's Sword -twilightforest:triple_bow, Tri-bow -twilightforest:seeker_bow, Seeker Bow -twilightforest:ice_bow, Ice Bow -twilightforest:ender_bow, Ender Bow -twilightforest:ice_sword, Ice Sword -twilightforest:glass_sword, Glass Sword -twilightforest:knightmetal_ring, Knightmetal Loop -twilightforest:block_and_chain, Block and Chain -twilightforest:cube_talisman, Talisman of the Cube -twilightforest:cube_of_annihilation, Cube of Annihilation -twilightforest:moon_dial, Moon Dial -twilightforest:twilight_log:0, Twilight Oak Wood -twilightforest:twilight_log:1, Canopy Tree Wood -twilightforest:twilight_log:2, Mangrove Wood -twilightforest:twilight_log:3, Darkwood -twilightforest:root:0, Roots -twilightforest:root:1, Liveroots -twilightforest:twilight_leaves:0, Twilight Oak Leaves -twilightforest:twilight_leaves:1, Canopy Tree Leaves -twilightforest:twilight_leaves:2, Mangrove Leaves -twilightforest:twilight_leaves:3, Rainbow Oak Leaves -twilightforest:firefly, Firefly -twilightforest:cicada, Cicada -twilightforest:maze_stone:0, Mazestone -twilightforest:maze_stone:1, Mazestone Brick -twilightforest:maze_stone:2, Chiseled Mazestone -twilightforest:maze_stone:3, Decorative Mazestone Brick -twilightforest:maze_stone:4, Cracked Mazestone Brick -twilightforest:maze_stone:5, Mossy Mazestone Brick -twilightforest:maze_stone:6, Mazestone Mosaic -twilightforest:maze_stone:7, Mazestone Border -twilightforest:hedge:0, Hedge -twilightforest:boss_spawner:0, Naga Spawner -twilightforest:boss_spawner:1, Lich Spawner -twilightforest:boss_spawner:2, Hydra Spawner -twilightforest:boss_spawner:3, Ur-Ghast Spawner -twilightforest:boss_spawner:4, Knight Phantoms Spawner -twilightforest:boss_spawner:5, Snow Queen Spawner -twilightforest:boss_spawner:6, Minoshroom Spawner -twilightforest:boss_spawner:7, Alpha Yeti Spawner -twilightforest:boss_spawner:9, tile.twilightforest.BossSpawner.9.name -twilightforest:firefly_jar, Firefly Jar -twilightforest:twilight_plant:0, Moss Patch -twilightforest:twilight_plant:1, Mayapple -twilightforest:twilight_plant:2, Clover Patch [WIP] -twilightforest:twilight_plant:3, Fiddlehead -twilightforest:twilight_plant:4, Mushgloom -twilightforest:twilight_plant:5, Forest Grass -twilightforest:twilight_plant:6, Dried Bush -twilightforest:twilight_plant:7, Torchberry Plant -twilightforest:twilight_plant:8, Root Strands -twilightforest:twilight_plant:9, Leaf Pile -twilightforest:uncrafting_table, Uncrafting Table -twilightforest:fire_jet:0, Smoking Block -twilightforest:fire_jet:3, Fire Jet -twilightforest:fire_jet:1, Encased Smoker -twilightforest:fire_jet:6, Encased Fire Jet -twilightforest:naga_stone:0, Nagastone Head -twilightforest:naga_stone:1, Nagastone -twilightforest:twilight_sapling:0, Sickly Twilight Oak Sapling -twilightforest:twilight_sapling:1, Canopy Tree Sapling -twilightforest:twilight_sapling:2, Twilight Mangrove Sapling -twilightforest:twilight_sapling:3, Darkwood Sapling -twilightforest:twilight_sapling:4, Robust Twilight Oak Sapling -twilightforest:twilight_sapling:5, Tree of Time Sapling -twilightforest:twilight_sapling:6, Tree of Transformation Sapling -twilightforest:twilight_sapling:7, Miner's Tree Sapling -twilightforest:twilight_sapling:8, Sorting Tree Sapling -twilightforest:twilight_sapling:9, Rainbow Oak Sapling -twilightforest:moonworm, Moonworm -twilightforest:magic_log:0, Timewood -twilightforest:magic_log:1, Transwood -twilightforest:magic_log:2, Minewood -twilightforest:magic_log:3, Sortingwood -twilightforest:magic_leaves:0, Timewood Leaves -twilightforest:magic_leaves:1, Leaves of Transformation -twilightforest:magic_leaves:2, Miner's Leaves -twilightforest:magic_leaves:3, Sorting Leaves -twilightforest:magic_log_core:0, Timewood Clock -twilightforest:magic_log_core:1, Heart of Transformation -twilightforest:magic_log_core:2, Minewood Core -twilightforest:magic_log_core:3, Sortingwood Engine -twilightforest:tower_wood:0, Towerwood Planks -twilightforest:tower_wood:1, Encased Towerwood -twilightforest:tower_wood:2, Cracked Towerwood -twilightforest:tower_wood:3, Mossy Towerwood -twilightforest:tower_wood:4, Infested Towerwood -twilightforest:tower_device:0, Reappearing Block -twilightforest:tower_device:2, Vanishing Block -twilightforest:tower_device:4, Locked Vanishing Block -twilightforest:tower_device:5, Unlocked Vanishing Block -twilightforest:tower_device:6, Carminite Builder -twilightforest:tower_device:9, Anti-builder -twilightforest:tower_device:10, Ghast Trap -twilightforest:tower_device:12, Carminite Reactor -twilightforest:stronghold_shield, Stronghold Shield -twilightforest:trophy_pedestal:0, Trophy Pedestal -twilightforest:aurora_block, Aurora Block -twilightforest:underbrick:0, Underbrick -twilightforest:underbrick:1, Mossy Underbrick -twilightforest:underbrick:2, Cracked Underbrick -twilightforest:underbrick:3, Underbrick Floor -twilightforest:thorns:0, Thorns -twilightforest:thorns:1, Green Thorns -twilightforest:burnt_thorns, Burnt Thorns -twilightforest:thorn_rose, Thorn Rose -twilightforest:twilight_leaves_3:0, Thorn Leaves -twilightforest:twilight_leaves_3:1, Beanstalk Leaves -twilightforest:deadrock:0, Weathered Deadrock -twilightforest:deadrock:1, Cracked Deadrock -twilightforest:deadrock:2, Deadrock -twilightforest:dark_leaves, Darkwood Leaves -twilightforest:aurora_pillar, Aurora Pillar -twilightforest:aurora_slab:0, Aurora Slab -twilightforest:trollsteinn, Trollsteinn -twilightforest:wispy_cloud, Wispy Cloud -twilightforest:fluffy_cloud, Fluffy Cloud -twilightforest:giant_cobblestone, Giant Cobblestone -twilightforest:giant_log, Giant Log -twilightforest:giant_leaves, Giant Leaves -twilightforest:giant_obsidian, Giant Obsidian -twilightforest:uberous_soil, Uberous Soil -twilightforest:huge_stalk, Huge Stalk -twilightforest:huge_mushgloom, Huge Mushgloom -twilightforest:trollvidr, Trollvidr -twilightforest:unripe_trollber, Unripe Trollber -twilightforest:trollber, Trollber -twilightforest:knightmetal_block, Block of Knightmetal -twilightforest:huge_lilypad, Huge Lily Pad -twilightforest:huge_waterlily, Huge Water Lily -twilightforest:slider:0, Slide Trap -twilightforest:slider:1, Slide Trap 1 -twilightforest:slider:2, Slide Trap 2 -twilightforest:slider:3, Slide Trap 3 -twilightforest:castle_brick:0, Castle Brick -twilightforest:castle_brick:1, Worn Castle Brick -twilightforest:castle_brick:2, Cracked Castle Brick -twilightforest:castle_brick:3, Castle Roof Tile -twilightforest:castle_brick:4, Mossy Castle Brick -twilightforest:castle_brick:5, Thick Castle Brick -twilightforest:castle_stairs_brick, Castle Brick Stairs -twilightforest:castle_stairs_cracked, Cracked Castle Brick Stairs -twilightforest:castle_stairs_worn, Worn Castle Brick Stairs -twilightforest:castle_stairs_mossy, Mossy Castle Brick Stairs -twilightforest:castle_pillar:0, Encased Castle Brick Pillar -twilightforest:castle_pillar:1, Encased Castle Brick Tile -twilightforest:castle_pillar:2, Bold Castle Brick Pillar -twilightforest:castle_pillar:3, Bold Castle Brick Tiles -twilightforest:castle_stairs:0, Encased Castle Brick Stairs -twilightforest:castle_stairs:8, Bold Castle Brick Stairs -twilightforest:castle_rune_brick:0, Pink Castle Rune Brick -twilightforest:castle_rune_brick:1, Blue Castle Rune Brick -twilightforest:castle_rune_brick:2, Yellow Castle Rune Brick -twilightforest:castle_rune_brick:3, Violet Castle Rune Brick -twilightforest:force_field:0, Violet Force Field -twilightforest:force_field:1, Pink Force Field -twilightforest:force_field:2, Orange Force Field -twilightforest:force_field:3, Green Force Field -twilightforest:force_field:4, Blue Force Field -twilightforest:cinder_furnace, Cinder Furnace [NYI] -twilightforest:cinder_log, Cinder Log [NYI] -twilightforest:castle_door:0, Yellow Castle Door -twilightforest:castle_door:1, Violet Castle Door -twilightforest:castle_door:2, Pink Castle Door -twilightforest:castle_door:3, Blue Castle Door -twilightforest:miniature_structure:0, Miniature Twilight Portal [NYI] -twilightforest:miniature_structure:1, Miniature Hedge Maze [NYI] -twilightforest:miniature_structure:2, Miniature Hollow Hill [NYI] -twilightforest:miniature_structure:3, Miniature Quest Grove [NYI] -twilightforest:miniature_structure:4, Miniature Mushroom Castle [NYI] -twilightforest:miniature_structure:5, Miniature Naga Courtyard [NYI] -twilightforest:miniature_structure:6, Miniature Lich Tower [NYI] -twilightforest:miniature_structure:7, Miniature Minotaur Labyrinth [NYI] -twilightforest:miniature_structure:8, Miniature Hydra's Lair [NYI] -twilightforest:miniature_structure:9, Miniature Goblin Stronghold [NYI] -twilightforest:miniature_structure:10, Miniature Dark Tower [NYI] -twilightforest:miniature_structure:11, Miniature Yeti Cave [NYI] -twilightforest:miniature_structure:12, Miniature Aurora Palace [NYI] -twilightforest:miniature_structure:13, Miniature Troll Cave and House in the Clouds [NYI] -twilightforest:miniature_structure:14, Miniature Final Castle [NYI] -twilightforest:block_storage:0, Block of Ironwood -twilightforest:block_storage:1, Block of Fiery Metal -twilightforest:block_storage:2, Block of Steeleaf -twilightforest:block_storage:3, Block of Arctic Fur -twilightforest:block_storage:4, Block of Carminite -twilightforest:spiral_bricks, Spiral Stone Bricks -twilightforest:etched_nagastone, Etched Nagastone -twilightforest:nagastone_pillar, Nagastone Pillar -twilightforest:nagastone_stairs:0, Nagastone Stairs (Left) -twilightforest:nagastone_stairs:8, Nagastone Stairs (Right) -twilightforest:etched_nagastone_mossy, Mossy Etched Nagastone -twilightforest:nagastone_pillar_mossy, Mossy Nagastone Pillar -twilightforest:nagastone_stairs_mossy:0, Mossy Nagastone Stairs (Left) -twilightforest:nagastone_stairs_mossy:8, Mossy Nagastone Stairs (Right) -twilightforest:etched_nagastone_weathered, Ruined Etched Nagastone -twilightforest:nagastone_pillar_weathered, Ruined Nagastone Pillar -twilightforest:nagastone_stairs_weathered:0, Weathered Nagastone Stairs (Left) -twilightforest:nagastone_stairs_weathered:8, Weathered Nagastone Stairs (Right) -twilightforest:auroralized_glass, Auroralized Glass -twilightforest:iron_ladder, Iron Ladder -twilightforest:terrorcotta_circle, Terrorcotta (Circular) -twilightforest:terrorcotta_diagonal, Terrorcotta (Diagonal) -twilightforest:stone_twist, tile.twilightforest.StonePillar.name -twilightforest:stone_twist_thin, tile.twilightforest.StonePillarThin.name -twilightforest:twilight_oak_planks, Twilight Oak Planks -twilightforest:twilight_oak_stairs, Twilight Oak Stairs -twilightforest:twilight_oak_slab:0, Twilight Oak Slab -twilightforest:twilight_oak_button, Twilight Oak Button -twilightforest:twilight_oak_door, Twilight Oak Door -twilightforest:twilight_oak_trapdoor, Twilight Oak Trapdoor -twilightforest:twilight_oak_fence, Twilight Oak Fence -twilightforest:twilight_oak_gate, Twilight Oak Gate -twilightforest:twilight_oak_plate, Twilight Oak Pressure Plate -twilightforest:canopy_planks, Canopy Planks -twilightforest:canopy_stairs, Canopy Stairs -twilightforest:canopy_slab:0, Canopy Slab -twilightforest:canopy_button, Canopy Button -twilightforest:canopy_door, Canopy Door -twilightforest:canopy_trapdoor, Canopy Trapdoor -twilightforest:canopy_fence, Canopy Fence -twilightforest:canopy_gate, Canopy Gate -twilightforest:canopy_plate, Canopy Pressure Plate -twilightforest:mangrove_planks, Mangrove Planks -twilightforest:mangrove_stairs, Mangrove Stairs -twilightforest:mangrove_slab:0, Mangrove Slab -twilightforest:mangrove_button, Mangrove Button -twilightforest:mangrove_door, Mangrove Door -twilightforest:mangrove_trapdoor, Mangrove Trapdoor -twilightforest:mangrove_fence, Mangrove Fence -twilightforest:mangrove_gate, Mangrove Gate -twilightforest:mangrove_plate, Mangrove Pressure Plate -twilightforest:dark_planks, Darkwood Planks -twilightforest:dark_stairs, Darkwood Stairs -twilightforest:dark_slab:0, Darkwood Slab -twilightforest:dark_button, Darkwood Button -twilightforest:dark_door, Darkwood Door -twilightforest:dark_trapdoor, Darkwood Trapdoor -twilightforest:dark_fence, Darkwood Fence -twilightforest:dark_gate, Darkwood Gate -twilightforest:dark_plate, Darkwood Pressure Plate -twilightforest:time_planks, Timewood Planks -twilightforest:time_stairs, Timewood Stairs -twilightforest:time_slab:0, Timewood Slab -twilightforest:time_button, Timewood Button -twilightforest:time_door, Timewood Door -twilightforest:time_trapdoor, Timewood Trapdoor -twilightforest:time_fence, Timewood Fence -twilightforest:time_gate, Timewood Gate -twilightforest:time_plate, Timewood Pressure Plate -twilightforest:trans_planks, Transwood Planks -twilightforest:trans_stairs, Transwood Stairs -twilightforest:trans_slab:0, Transwood Slab -twilightforest:trans_button, Transwood Button -twilightforest:trans_door, Transwood Door -twilightforest:trans_trapdoor, Transwood Trapdoor -twilightforest:trans_fence, Transwood Fence -twilightforest:trans_gate, Transwood Gate -twilightforest:trans_plate, Transwood Pressure Plate -twilightforest:mine_planks, Minewood Planks -twilightforest:mine_stairs, Minewood Stairs -twilightforest:mine_slab:0, Minewood Slab -twilightforest:mine_button, Minewood Button -twilightforest:mine_door, Minewood Door -twilightforest:mine_trapdoor, Minewood Trapdoor -twilightforest:mine_fence, Minewood Fence -twilightforest:mine_gate, Minewood Gate -twilightforest:mine_plate, Minewood Pressure Plate -twilightforest:sort_planks, Sortingwood Planks -twilightforest:sort_stairs, Sortingwood Stairs -twilightforest:sort_slab:0, Sortingwood Slab -twilightforest:sort_button, Sortingwood Button -twilightforest:sort_door, Sortingwood Door -twilightforest:sort_trapdoor, Sortingwood Trapdoor -twilightforest:sort_fence, Sortingwood Fence -twilightforest:sort_gate, Sortingwood Gate -twilightforest:sort_plate, Sortingwood Pressure Plate -twilightforest:shader:0, Twilit Shader: Twilight -twilightforest:shader:0, Twilit Shader: Firefly -twilightforest:shader:0, Twilit Shader: Pinch Beetle -twilightforest:shader:0, Twilit Shader: Snakestone -twilightforest:shader:0, Twilit Shader: Mazestone -twilightforest:shader:0, Twilit Shader: Underbrick -twilightforest:shader:0, Twilit Shader: Towerwood -twilightforest:shader:0, Twilit Shader: Carminite -twilightforest:shader:0, Twilit Shader: Auroralized -twilightforest:shader:0, Twilit Shader: Ironwood -twilightforest:shader:0, Twilit Shader: Steeleaf -twilightforest:shader:0, Twilit Shader: Knightly -twilightforest:shader:0, Twilit Shader: Fiery -twilightforest:shader:0, Twilit Shader: Final Castle -twilightforest:shader:0, Twilit Shader: Cube of Annihilation -twilightforest:shader:0, Twilit Shader: Questing Ram -twilightforest:shader:0, Twilit Shader: Naga -twilightforest:shader:0, Twilit Shader: Lich -twilightforest:shader:0, Twilit Shader: Minoshroom -twilightforest:shader:0, Twilit Shader: Hydra -twilightforest:shader:0, Twilit Shader: Knight Phantom -twilightforest:shader:0, Twilit Shader: Ur-Ghast -twilightforest:shader:0, Twilit Shader: Alpha Yeti -twilightforest:shader:0, Twilit Shader: Snow Queen -tconstruct:book, Materials and You -tconstruct:soil:0, Grout -tconstruct:soil:1, Green Slimy Mud -tconstruct:soil:2, Blue Slimy Mud -tconstruct:soil:3, Graveyard Soil -tconstruct:soil:4, Consecrated Soil -tconstruct:soil:5, Slimy Magma Mud -tconstruct:slime:1, Slime Block -tconstruct:slime:2, Slime Block -tconstruct:slime:3, Blood Slime Block -tconstruct:slime:4, Slime Block -tconstruct:slime_congealed:0, Congealed Slime Block -tconstruct:slime_congealed:1, Congealed Slime Block -tconstruct:slime_congealed:2, Congealed Slime Block -tconstruct:slime_congealed:3, Congealed Bloodblock -tconstruct:slime_congealed:4, Congealed Slime Block -tconstruct:ore:0, Cobalt Ore -tconstruct:ore:1, Ardite Ore -tconstruct:firewood:0, Lavawood -tconstruct:firewood:1, Firewood -tconstruct:deco_ground:0, Mud Bricks -tconstruct:clear_glass:0, Clear Glass -tconstruct:clear_stained_glass:0, Clear White Stained Glass -tconstruct:clear_stained_glass:1, Clear Orange Stained Glass -tconstruct:clear_stained_glass:2, Clear Magenta Stained Glass -tconstruct:clear_stained_glass:3, Clear Light Blue Stained Glass -tconstruct:clear_stained_glass:4, Clear Yellow Stained Glass -tconstruct:clear_stained_glass:5, Clear Light Green Stained Glass -tconstruct:clear_stained_glass:6, Clear Pink Stained Glass -tconstruct:clear_stained_glass:7, Clear Gray Stained Glass -tconstruct:clear_stained_glass:8, Clear Light Gray Stained Glass -tconstruct:clear_stained_glass:9, Clear Cyan Stained Glass -tconstruct:clear_stained_glass:10, Clear Purple Stained Glass -tconstruct:clear_stained_glass:11, Clear Blue Stained Glass -tconstruct:clear_stained_glass:12, Clear Brown Stained Glass -tconstruct:clear_stained_glass:13, Clear Green Stained Glass -tconstruct:clear_stained_glass:14, Clear Red Stained Glass -tconstruct:clear_stained_glass:15, Clear Black Stained Glass -tconstruct:deco_ground_slab:0, Mud Bricks Slab -tconstruct:firewood_slab:0, Lavawood Slab -tconstruct:firewood_slab:1, Firewood Slab -tconstruct:mudbrick_stairs:0, Mud Bricks Stairs -tconstruct:firewood_stairs:0, Firewood Stairs -tconstruct:lavawood_stairs:0, Lavawood Stairs -tconstruct:nuggets:0, Cobalt Nugget -tconstruct:nuggets:1, Ardite Nugget -tconstruct:nuggets:2, Manyullyn Nugget -tconstruct:nuggets:3, Knightslime Nugget -tconstruct:nuggets:4, Pigiron Nugget -tconstruct:ingots:0, Cobalt Ingot -tconstruct:ingots:1, Ardite Ingot -tconstruct:ingots:2, Manyullyn Ingot -tconstruct:ingots:3, Knightslime Ingot -tconstruct:ingots:4, Pigiron Ingot -tconstruct:materials:0, Seared Brick -tconstruct:materials:1, Mud Brick -tconstruct:materials:2, Dried Brick -tconstruct:materials:9, Green Slime Crystal -tconstruct:materials:10, Blue Slime Crystal -tconstruct:materials:11, Magma Slime Crystal -tconstruct:materials:12, Expander (Horizontal) -tconstruct:materials:13, Expander (Vertical) -tconstruct:materials:14, Reinforcement -tconstruct:materials:15, Silky Cloth -tconstruct:materials:16, Silky Jewel -tconstruct:materials:17, Necrotic Bone -tconstruct:materials:18, Ball of Moss -tconstruct:materials:19, Mending Moss -tconstruct:materials:50, Creative Modifier -tconstruct:edible:0, Bacon -tconstruct:edible:1, Slimeball -tconstruct:edible:2, Slimeball -tconstruct:edible:3, Coagulated Blood -tconstruct:edible:4, Slimeball -tconstruct:edible:5, Slimeball -tconstruct:edible:10, Monster Jerky -tconstruct:edible:11, Beef Jerky -tconstruct:edible:12, Chicken Jerky -tconstruct:edible:13, Bacon Jerky -tconstruct:edible:14, Mutton Jerky -tconstruct:edible:15, Rabbit Jerky -tconstruct:edible:20, Fish Jerky -tconstruct:edible:21, Salmon Jerky -tconstruct:edible:22, Clownfish Jerky -tconstruct:edible:23, Fugu Jerky -tconstruct:edible:30, Gelatinous Slime Drop -tconstruct:edible:31, Gelatinous Slime Drop -tconstruct:edible:32, Gelatinous Slime Drop -tconstruct:edible:33, Coagulated Blood Drop -tconstruct:edible:34, Gelatinous Slime Drop -tconstruct:metal:0, Block of Cobalt -tconstruct:metal:1, Block of Ardite -tconstruct:metal:2, Block of Manyullyn -tconstruct:metal:3, Block of Knightslime -tconstruct:metal:4, Block of Pigiron -tconstruct:metal:6, Silky Block of Jewel -tconstruct:slime_dirt:0, Green Slimy Dirt -tconstruct:slime_dirt:1, Blue Slimy Dirt -tconstruct:slime_dirt:2, Purple Slimy Dirt -tconstruct:slime_dirt:3, Magma Slimy Dirt -tconstruct:slime_grass:0, Slimy Grass -tconstruct:slime_grass:1, Green Slimy Grass -tconstruct:slime_grass:2, Blue Slimy Grass -tconstruct:slime_grass:3, Purple Slimy Grass -tconstruct:slime_grass:4, Magma Slimy Grass -tconstruct:slime_grass:5, Slimy Grass -tconstruct:slime_grass:6, Green Slimy Grass -tconstruct:slime_grass:7, Blue Slimy Grass -tconstruct:slime_grass:8, Purple Slimy Grass -tconstruct:slime_grass:9, Magma Slimy Grass -tconstruct:slime_grass:10, Slimy Grass -tconstruct:slime_grass:11, Green Slimy Grass -tconstruct:slime_grass:12, Blue Slimy Grass -tconstruct:slime_grass:13, Purple Slimy Grass -tconstruct:slime_grass:14, Magma Slimy Grass -tconstruct:slime_leaves:0, Slimy Leaves -tconstruct:slime_leaves:1, Slimy Leaves -tconstruct:slime_leaves:2, Slimy Leaves -tconstruct:slime_grass_tall:0, Tall Slimy Grass -tconstruct:slime_grass_tall:4, Tall Slimy Grass -tconstruct:slime_grass_tall:8, Tall Slimy Grass -tconstruct:slime_grass_tall:1, Slimy Fern -tconstruct:slime_grass_tall:5, Slimy Fern -tconstruct:slime_grass_tall:9, Slimy Fern -tconstruct:slime_sapling:0, Blue Slime Sapling -tconstruct:slime_sapling:1, Purple Slime Sapling -tconstruct:slime_sapling:2, Magma Slime Sapling -tconstruct:slime_vine_blue_end:0, Blue Slimy Vine -tconstruct:slime_vine_blue_mid:0, Blue Slimy Vine -tconstruct:slime_vine_blue:0, Blue Slimy Vine -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, Fletching Pattern -tconstruct:pattern:0, Scythe Head Pattern -tconstruct:pattern:0, Bowstring Pattern -tconstruct:pattern:0, Pan Pattern -tconstruct:pattern:0, Knife Blade Pattern -tconstruct:pattern:0, Arrow Head Pattern -tconstruct:pattern:0, Tough Binding Pattern -tconstruct:pattern:0, Arrow Shaft Pattern -tconstruct:pattern:0, Polishing Kit Pattern -tconstruct:pattern:0, Tool Rod Pattern -tconstruct:pattern:0, Shovel Head Pattern -tconstruct:pattern:0, Sword Blade Pattern -tconstruct:pattern:0, Large Sword Blade Pattern -tconstruct:pattern:0, Broad Axe Head Pattern -tconstruct:pattern:0, Shard Pattern -tconstruct:pattern:0, Armor Trim Pattern -tconstruct:pattern:0, Excavator Head Pattern -tconstruct:pattern:0, Binding Pattern -tconstruct:pattern:0, Chestplate Core Pattern -tconstruct:pattern:0, Bowlimb Pattern -tconstruct:pattern:0, Armor Plates Pattern -tconstruct:pattern:0, Pickaxe Head Pattern -tconstruct:pattern:0, Large Plate Pattern -tconstruct:pattern:0, Laser Medium Pattern -tconstruct:pattern:0, Hammer Head Pattern -tconstruct:pattern:0, Hand Guard Pattern -tconstruct:pattern:0, Pipe Piece Pattern -tconstruct:pattern:0, Battery Cell Pattern -tconstruct:pattern:0, Leggings Core Pattern -tconstruct:pattern:0, Axe Head Pattern -tconstruct:pattern:0, Sharpening Kit Pattern -tconstruct:pattern:0, Kama Head Pattern -tconstruct:pattern:0, Wide Guard Pattern -tconstruct:pattern:0, Tough Tool Rod Pattern -tconstruct:pattern:0, Sign Plate Pattern -tconstruct:pattern:0, Cross Guard Pattern -tconstruct:pattern:0, Boots Core Pattern -tconstruct:pattern:0, Helmet Core Pattern -tconstruct:shard:0, Electrical Shard -tconstruct:shard:0, Energetic Shard -tconstruct:shard:0, Vibrant Shard -tconstruct:shard:0, Red Shard -tconstruct:shard:0, Conductive Shard -tconstruct:shard:0, Pulsating Shard -tconstruct:shard:0, Dark Shard -tconstruct:shard:0, Souled Shard -tconstruct:shard:0, Shard of the End -tconstruct:shard:0, Fake-Iron Shard -tconstruct:shard:0, Naga Scale Shard -tconstruct:shard:0, Steeleaf Shard -tconstruct:shard:0, Fiery Shard -tconstruct:shard:0, Knightly Shard -tconstruct:shard:0, Wooden Shard -tconstruct:shard:0, Stone Shard -tconstruct:shard:0, Flint Shard -tconstruct:shard:0, Cactus Shard -tconstruct:shard:0, Bone Shard -tconstruct:shard:0, Obsidian Shard -tconstruct:shard:0, Prismarine Shard -tconstruct:shard:0, End Shard -tconstruct:shard:0, Paper Shard -tconstruct:shard:0, Sponge Shard -tconstruct:shard:0, Firewood Shard -tconstruct:shard:0, Iron Shard -tconstruct:shard:0, Pig Iron Shard -tconstruct:shard:0, Knightslime Shard -tconstruct:shard:0, Slime Shard -tconstruct:shard:0, Slime Shard -tconstruct:shard:0, Magma Slime Shard -tconstruct:shard:0, Netherrack Shard -tconstruct:shard:0, Cobalt Shard -tconstruct:shard:0, Ardite Shard -tconstruct:shard:0, Manyullyn Shard -tconstruct:shard:0, Copper Shard -tconstruct:shard:0, Bronze Shard -tconstruct:shard:0, Lead Shard -tconstruct:shard:0, Silver Shard -tconstruct:shard:0, Electrum Shard -tconstruct:shard:0, Steel Shard -tconstruct:shard:0, Abyssalnite Shard -tconstruct:shard:0, Refined Coralium Shard -tconstruct:shard:0, Dreadium Shard -tconstruct:shard:0, Treated Wood Shard -tconstruct:shard:0, Constantan Shard -tconstruct:shard:0, Baronyte Shard -tconstruct:shard:0, Blazium Shard -tconstruct:shard:0, Elecanium Shard -tconstruct:shard:0, Emberstone Shard -tconstruct:shard:0, Ghastly Shard -tconstruct:shard:0, Ghoulish Shard -tconstruct:shard:0, Limonite Shard -tconstruct:shard:0, Lunar Shard -tconstruct:shard:0, Lyon Shard -tconstruct:shard:0, Mystite Shard -tconstruct:shard:0, Rosite Shard -tconstruct:shard:0, Shyrestone Shard -tconstruct:shard:0, Skeletal Shard -tconstruct:shard:0, Varsium Shard -tconstruct:shard:0, Charger Shard -tconstruct:shard:0, Blood Infused Wooden Shard -tconstruct:shard:0, Blood Infused Iron Shard -tconstruct:shard:0, Realmite Shard -tconstruct:shard:0, Arlemite Shard -tconstruct:shard:0, Rupee Shard -tconstruct:shard:0, Netherite Shard -tconstruct:shard:0, Bloodmaster Shard -tconstruct:shard:0, Adamantium Shard -tconstruct:shard:0, Vibranium Shard -tconstruct:shard:0, Vibranium Alloy Shard -tconstruct:shard:0, Parafrosynium Shard -tconstruct:shard:0, Rosidian Shard -tconstruct:shard:0, Phasing Alloy Shard -tconstruct:shard:0, Wrought Iron Shard -tconstruct:shard:0, Barathosynium Shard -tconstruct:shard:0, Abyssal Flesh Shard -tconstruct:shard:0, Crystalline Ichorium Shard -tconstruct:shard:0, Kaiyu Shard -tconstruct:shard:0, Berserker Steel Shard -tconstruct:shard:0, Endlessly Hungry Shard -tconstruct:shard:0, Infused Dread Shard -tconstruct:shard:0, Brightsteel Alloy Shard -tconstruct:shard:0, Runandium Shard -tconstruct:shard:0, Ascended Draconic Alloy Shard -tconstruct:shard:0, Neutronium Shard -tconstruct:shard:0, Hihi'Irokane Shard -tconstruct:shard:0, Orichalcum Shard -tconstruct:shard:0, Demonic Ember Shard -tconstruct:shard:0, Dark Matter Shard -tconstruct:shard:0, Blood Infused Glitch Shard -tconstruct:shard:0, Shadowium Shard -tconstruct:shard:0, Orichalcos Shard -tconstruct:shard:0, Magical Wooden Shard -tconstruct:shard:0, Evil Infused Shard -tconstruct:shard:0, Enchanted Shard -tconstruct:shard:0, Demonic Shard -tconstruct:shard:0, Molten Meat Shard -tconstruct:shard:0, Vespa Carapace Shard -tconstruct:shard:0, Scythe Claw Shard -tconstruct:shard:0, Ectoplasm Shard -tconstruct:shard:0, Dragon Bone Shard -tconstruct:shard:0, Desert Myrmex Chitin Shard -tconstruct:shard:0, Jungle Myrmex Chitin Shard -tconstruct:shard:0, Fire Dragonsteel Shard -tconstruct:shard:0, Ice Dragonsteel Shard -tconstruct:shard:0, Lightning Dragonsteel Shard -tconstruct:shard:0, Weezer Shard -tconstruct:shard:0, Prosperity Shard Shard -tconstruct:shard:0, Soulium Shard -tconstruct:shard:0, Base Essence Shard -tconstruct:shard:0, Inferium Shard -tconstruct:shard:0, Prudentium Shard -tconstruct:shard:0, Intermedium Shard -tconstruct:shard:0, Superium Shard -tconstruct:shard:0, Supremium Shard -tconstruct:shard:0, Boron Shard -tconstruct:shard:0, Tough Alloy Shard -tconstruct:shard:0, Hard Carbon Shard -tconstruct:shard:0, Boron Nitride Shard -tconstruct:shard:0, Thorium Shard -tconstruct:shard:0, Uranium Shard -tconstruct:shard:0, Magnesium Shard -tconstruct:shard:0, Chocolate Shard -tconstruct:shard:0, Plastic Shard -tconstruct:shard:0, Pink Slime Shard -tconstruct:shard:0, Reinforced Pink Slime Shard -tconstruct:shard:0, Platinum Shard -tconstruct:shard:0, Iridium Shard -tconstruct:shard:0, Mithril Shard -tconstruct:shard:0, Invar Shard -tconstruct:shard:0, Nickel Shard -tconstruct:shard:0, Tin Shard -tconstruct:shard:0, Brass Shard -tconstruct:shard:0, Aluminum Shard -tconstruct:shard:0, Zinc Shard -tconstruct:shard:0, Refined Obsidian Shard -tconstruct:shard:0, Refined Glowstone Shard -tconstruct:shard:0, Osmium Shard -tconstruct:shard:0, Manasteel Shard -tconstruct:shard:0, Terrasteel Shard -tconstruct:shard:0, Gaia Spirit Shard -tconstruct:shard:0, Yellorium Shard -tconstruct:shard:0, Cyanite Shard -tconstruct:shard:0, Blutonium Shard -tconstruct:shard:0, Ludicrite Shard -tconstruct:shard:0, Quartz Enriched Iron Shard -tconstruct:shard:0, Psimetal Shard -tconstruct:shard:0, Psigem Shard -tconstruct:shard:0, Ivory Psimetal Shard -tconstruct:shard:0, Ebony Psimetal Shard -tconstruct:shard:0, Red Matter Shard -tconstruct:shard:0, Fluxed Electrum Shard -tconstruct:shard:0, Refined Iron Shard -tconstruct:shard:0, Tungsten Shard -tconstruct:shard:0, Titanium Shard -tconstruct:shard:0, Chrome Shard -tconstruct:shard:0, Advanced Alloy Shard -tconstruct:shard:0, Ruby Shard -tconstruct:shard:0, Sapphire Shard -tconstruct:shard:0, Peridot Shard -tconstruct:shard:0, Yellow Garnet Shard -tconstruct:shard:0, Red Garnet Shard -tconstruct:shard:0, Rubber Shard -tconstruct:shard:0, Alumite Shard -tconstruct:shard:0, Ascended Sapphire Shard -tconstruct:shard:0, Jade Shard -tconstruct:shard:0, Malachite Shard -tconstruct:shard:0, Amber Shard -tconstruct:shard:0, Topaz Shard -tconstruct:shard:0, Tanzanite Shard -tconstruct:shard:0, Amethyst Shard -tconstruct:shard:0, Lumium Shard -tconstruct:shard:0, Enderium Shard -tconstruct:shard:0, Black Quartz Shard -tconstruct:shard:0, Void Shard -tconstruct:shard:0, Enori Shard -tconstruct:shard:0, Palis Shard -tconstruct:shard:0, Emeradic Shard -tconstruct:shard:0, Diamatine Shard -tconstruct:shard:0, Infinity Shard -tconstruct:shard:0, Certus Quartz Shard -tconstruct:shard:0, Fluix Crystal Shard -tconstruct:shard:0, Mica Shard -tconstruct:shard:0, Litherite Shard -tconstruct:shard:0, Erodium Shard -tconstruct:shard:0, Kyronite Shard -tconstruct:shard:0, Pladium Shard -tconstruct:shard:0, Ionite Shard -tconstruct:shard:0, Aethium Shard -tconstruct:shard:0, Thaumium Shard -tconstruct:shard:0, Starmetal Shard -tconstruct:shard:0, Corrupted Shard -tconstruct:shard:0, Mirion Shard -tconstruct:shard:0, Livingwood Shard -tconstruct:shard:0, Elementium Shard -tconstruct:shard:0, Wyvern Shard -tconstruct:shard:0, Awakened Shard -tconstruct:shard:0, Chaotic Shard -tconstruct:shard:0, Fusewood Shard -tconstruct:shard:0, Ghostwood Shard -tconstruct:shard:0, Darkwood Shard -tconstruct:shard:0, Emerald Shard -tconstruct:sharpening_kit:0, Electrical Sharpening Kit -tconstruct:sharpening_kit:0, Energetic Sharpening Kit -tconstruct:sharpening_kit:0, Vibrant Sharpening Kit -tconstruct:sharpening_kit:0, Red Sharpening Kit -tconstruct:sharpening_kit:0, Conductive Sharpening Kit -tconstruct:sharpening_kit:0, Pulsating Sharpening Kit -tconstruct:sharpening_kit:0, Dark Sharpening Kit -tconstruct:sharpening_kit:0, Souled Sharpening Kit -tconstruct:sharpening_kit:0, Sharpening Kit of the End -tconstruct:sharpening_kit:0, Fake-Iron Sharpening Kit -tconstruct:sharpening_kit:0, Naga Scale Sharpening Kit -tconstruct:sharpening_kit:0, Steeleaf Sharpening Kit -tconstruct:sharpening_kit:0, Fiery Sharpening Kit -tconstruct:sharpening_kit:0, Knightly Sharpening Kit -tconstruct:sharpening_kit:0, Wooden Sharpening Kit -tconstruct:sharpening_kit:0, Stone Sharpening Kit -tconstruct:sharpening_kit:0, Flint Sharpening Kit -tconstruct:sharpening_kit:0, Cactus Sharpening Kit -tconstruct:sharpening_kit:0, Bone Sharpening Kit -tconstruct:sharpening_kit:0, Obsidian Sharpening Kit -tconstruct:sharpening_kit:0, Prismarine Sharpening Kit -tconstruct:sharpening_kit:0, End Sharpening Kit -tconstruct:sharpening_kit:0, Paper Sharpening Kit -tconstruct:sharpening_kit:0, Sponge Sharpening Kit -tconstruct:sharpening_kit:0, Firewood Sharpening Kit -tconstruct:sharpening_kit:0, Iron Sharpening Kit -tconstruct:sharpening_kit:0, Pig Iron Sharpening Kit -tconstruct:sharpening_kit:0, Knightslime Sharpening Kit -tconstruct:sharpening_kit:0, Slime Sharpening Kit -tconstruct:sharpening_kit:0, Slime Sharpening Kit -tconstruct:sharpening_kit:0, Magma Slime Sharpening Kit -tconstruct:sharpening_kit:0, Netherrack Sharpening Kit -tconstruct:sharpening_kit:0, Cobalt Sharpening Kit -tconstruct:sharpening_kit:0, Ardite Sharpening Kit -tconstruct:sharpening_kit:0, Manyullyn Sharpening Kit -tconstruct:sharpening_kit:0, Copper Sharpening Kit -tconstruct:sharpening_kit:0, Bronze Sharpening Kit -tconstruct:sharpening_kit:0, Lead Sharpening Kit -tconstruct:sharpening_kit:0, Silver Sharpening Kit -tconstruct:sharpening_kit:0, Electrum Sharpening Kit -tconstruct:sharpening_kit:0, Steel Sharpening Kit -tconstruct:sharpening_kit:0, Abyssalnite Sharpening Kit -tconstruct:sharpening_kit:0, Refined Coralium Sharpening Kit -tconstruct:sharpening_kit:0, Dreadium Sharpening Kit -tconstruct:sharpening_kit:0, Treated Wood Sharpening Kit -tconstruct:sharpening_kit:0, Constantan Sharpening Kit -tconstruct:sharpening_kit:0, Baronyte Sharpening Kit -tconstruct:sharpening_kit:0, Blazium Sharpening Kit -tconstruct:sharpening_kit:0, Elecanium Sharpening Kit -tconstruct:sharpening_kit:0, Emberstone Sharpening Kit -tconstruct:sharpening_kit:0, Ghastly Sharpening Kit -tconstruct:sharpening_kit:0, Ghoulish Sharpening Kit -tconstruct:sharpening_kit:0, Limonite Sharpening Kit -tconstruct:sharpening_kit:0, Lunar Sharpening Kit -tconstruct:sharpening_kit:0, Lyon Sharpening Kit -tconstruct:sharpening_kit:0, Mystite Sharpening Kit -tconstruct:sharpening_kit:0, Rosite Sharpening Kit -tconstruct:sharpening_kit:0, Shyrestone Sharpening Kit -tconstruct:sharpening_kit:0, Skeletal Sharpening Kit -tconstruct:sharpening_kit:0, Varsium Sharpening Kit -tconstruct:sharpening_kit:0, Charger Sharpening Kit -tconstruct:sharpening_kit:0, Blood Infused Wooden Sharpening Kit -tconstruct:sharpening_kit:0, Blood Infused Iron Sharpening Kit -tconstruct:sharpening_kit:0, Realmite Sharpening Kit -tconstruct:sharpening_kit:0, Arlemite Sharpening Kit -tconstruct:sharpening_kit:0, Rupee Sharpening Kit -tconstruct:sharpening_kit:0, Netherite Sharpening Kit -tconstruct:sharpening_kit:0, Bloodmaster Sharpening Kit -tconstruct:sharpening_kit:0, Adamantium Sharpening Kit -tconstruct:sharpening_kit:0, Vibranium Sharpening Kit -tconstruct:sharpening_kit:0, Vibranium Alloy Sharpening Kit -tconstruct:sharpening_kit:0, Parafrosynium Sharpening Kit -tconstruct:sharpening_kit:0, Rosidian Sharpening Kit -tconstruct:sharpening_kit:0, Phasing Alloy Sharpening Kit -tconstruct:sharpening_kit:0, Wrought Iron Sharpening Kit -tconstruct:sharpening_kit:0, Barathosynium Sharpening Kit -tconstruct:sharpening_kit:0, Abyssal Flesh Sharpening Kit -tconstruct:sharpening_kit:0, Crystalline Ichorium Sharpening Kit -tconstruct:sharpening_kit:0, Kaiyu Sharpening Kit -tconstruct:sharpening_kit:0, Berserker Steel Sharpening Kit -tconstruct:sharpening_kit:0, Endlessly Hungry Sharpening Kit -tconstruct:sharpening_kit:0, Infused Dread Sharpening Kit -tconstruct:sharpening_kit:0, Brightsteel Alloy Sharpening Kit -tconstruct:sharpening_kit:0, Runandium Sharpening Kit -tconstruct:sharpening_kit:0, Ascended Draconic Alloy Sharpening Kit -tconstruct:sharpening_kit:0, Neutronium Sharpening Kit -tconstruct:sharpening_kit:0, Hihi'Irokane Sharpening Kit -tconstruct:sharpening_kit:0, Orichalcum Sharpening Kit -tconstruct:sharpening_kit:0, Demonic Ember Sharpening Kit -tconstruct:sharpening_kit:0, Dark Matter 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 -tconstruct:sharpening_kit:0, Magical Wooden Sharpening Kit -tconstruct:sharpening_kit:0, Evil Infused Sharpening Kit -tconstruct:sharpening_kit:0, Enchanted Sharpening Kit -tconstruct:sharpening_kit:0, Demonic Sharpening Kit -tconstruct:sharpening_kit:0, Molten Meat Sharpening Kit -tconstruct:sharpening_kit:0, Vespa Carapace Sharpening Kit -tconstruct:sharpening_kit:0, Scythe Claw Sharpening Kit -tconstruct:sharpening_kit:0, Ectoplasm Sharpening Kit -tconstruct:sharpening_kit:0, Dragon Bone Sharpening Kit -tconstruct:sharpening_kit:0, Desert Myrmex Chitin Sharpening Kit -tconstruct:sharpening_kit:0, Jungle Myrmex Chitin Sharpening Kit -tconstruct:sharpening_kit:0, Fire Dragonsteel Sharpening Kit -tconstruct:sharpening_kit:0, Ice Dragonsteel Sharpening Kit -tconstruct:sharpening_kit:0, Lightning Dragonsteel Sharpening Kit -tconstruct:sharpening_kit:0, Weezer Sharpening Kit -tconstruct:sharpening_kit:0, Prosperity Shard Sharpening Kit -tconstruct:sharpening_kit:0, Soulium Sharpening Kit -tconstruct:sharpening_kit:0, Base Essence Sharpening Kit -tconstruct:sharpening_kit:0, Inferium Sharpening Kit -tconstruct:sharpening_kit:0, Prudentium Sharpening Kit -tconstruct:sharpening_kit:0, Intermedium Sharpening Kit -tconstruct:sharpening_kit:0, Superium Sharpening Kit -tconstruct:sharpening_kit:0, Supremium Sharpening Kit -tconstruct:sharpening_kit:0, Boron Sharpening Kit -tconstruct:sharpening_kit:0, Tough Alloy Sharpening Kit -tconstruct:sharpening_kit:0, Hard Carbon Sharpening Kit -tconstruct:sharpening_kit:0, Boron Nitride Sharpening Kit -tconstruct:sharpening_kit:0, Thorium Sharpening Kit -tconstruct:sharpening_kit:0, Uranium Sharpening Kit -tconstruct:sharpening_kit:0, Magnesium Sharpening Kit -tconstruct:sharpening_kit:0, Chocolate Sharpening Kit -tconstruct:sharpening_kit:0, Plastic Sharpening Kit -tconstruct:sharpening_kit:0, Pink Slime Sharpening Kit -tconstruct:sharpening_kit:0, Reinforced Pink Slime Sharpening Kit -tconstruct:sharpening_kit:0, Platinum Sharpening Kit -tconstruct:sharpening_kit:0, Iridium Sharpening Kit -tconstruct:sharpening_kit:0, Mithril Sharpening Kit -tconstruct:sharpening_kit:0, Invar Sharpening Kit -tconstruct:sharpening_kit:0, Nickel Sharpening Kit -tconstruct:sharpening_kit:0, Tin Sharpening Kit -tconstruct:sharpening_kit:0, Brass Sharpening Kit -tconstruct:sharpening_kit:0, Aluminum Sharpening Kit -tconstruct:sharpening_kit:0, Zinc Sharpening Kit -tconstruct:sharpening_kit:0, Refined Obsidian Sharpening Kit -tconstruct:sharpening_kit:0, Refined Glowstone Sharpening Kit -tconstruct:sharpening_kit:0, Osmium Sharpening Kit -tconstruct:sharpening_kit:0, Manasteel Sharpening Kit -tconstruct:sharpening_kit:0, Terrasteel Sharpening Kit -tconstruct:sharpening_kit:0, Gaia Spirit Sharpening Kit -tconstruct:sharpening_kit:0, Yellorium Sharpening Kit -tconstruct:sharpening_kit:0, Cyanite Sharpening Kit -tconstruct:sharpening_kit:0, Blutonium Sharpening Kit -tconstruct:sharpening_kit:0, Ludicrite Sharpening Kit -tconstruct:sharpening_kit:0, Quartz Enriched Iron Sharpening Kit -tconstruct:sharpening_kit:0, Psimetal Sharpening Kit -tconstruct:sharpening_kit:0, Psigem Sharpening Kit -tconstruct:sharpening_kit:0, Ivory Psimetal Sharpening Kit -tconstruct:sharpening_kit:0, Ebony Psimetal Sharpening Kit -tconstruct:sharpening_kit:0, Red Matter Sharpening Kit -tconstruct:sharpening_kit:0, Fluxed Electrum Sharpening Kit -tconstruct:sharpening_kit:0, Refined Iron Sharpening Kit -tconstruct:sharpening_kit:0, Tungsten Sharpening Kit -tconstruct:sharpening_kit:0, Titanium Sharpening Kit -tconstruct:sharpening_kit:0, Chrome Sharpening Kit -tconstruct:sharpening_kit:0, Advanced Alloy Sharpening Kit -tconstruct:sharpening_kit:0, Ruby Sharpening Kit -tconstruct:sharpening_kit:0, Sapphire Sharpening Kit -tconstruct:sharpening_kit:0, Peridot Sharpening Kit -tconstruct:sharpening_kit:0, Yellow Garnet Sharpening Kit -tconstruct:sharpening_kit:0, Red Garnet Sharpening Kit -tconstruct:sharpening_kit:0, Rubber Sharpening Kit -tconstruct:sharpening_kit:0, Alumite Sharpening Kit -tconstruct:sharpening_kit:0, Ascended Sapphire Sharpening Kit -tconstruct:sharpening_kit:0, Jade Sharpening Kit -tconstruct:sharpening_kit:0, Malachite Sharpening Kit -tconstruct:sharpening_kit:0, Amber Sharpening Kit -tconstruct:sharpening_kit:0, Topaz Sharpening Kit -tconstruct:sharpening_kit:0, Tanzanite Sharpening Kit -tconstruct:sharpening_kit:0, Amethyst Sharpening Kit -tconstruct:sharpening_kit:0, Lumium Sharpening Kit -tconstruct:sharpening_kit:0, Enderium Sharpening Kit -tconstruct:sharpening_kit:0, Black Quartz Sharpening Kit -tconstruct:sharpening_kit:0, Void Sharpening Kit -tconstruct:sharpening_kit:0, Enori Sharpening Kit -tconstruct:sharpening_kit:0, Palis Sharpening Kit -tconstruct:sharpening_kit:0, Emeradic Sharpening Kit -tconstruct:sharpening_kit:0, Diamatine Sharpening Kit -tconstruct:sharpening_kit:0, Infinity Sharpening Kit -tconstruct:sharpening_kit:0, Certus Quartz Sharpening Kit -tconstruct:sharpening_kit:0, Fluix Crystal Sharpening Kit -tconstruct:sharpening_kit:0, Mica Sharpening Kit -tconstruct:sharpening_kit:0, Litherite Sharpening Kit -tconstruct:sharpening_kit:0, Erodium Sharpening Kit -tconstruct:sharpening_kit:0, Kyronite Sharpening Kit -tconstruct:sharpening_kit:0, Pladium Sharpening Kit -tconstruct:sharpening_kit:0, Ionite Sharpening Kit -tconstruct:sharpening_kit:0, Aethium Sharpening Kit -tconstruct:sharpening_kit:0, Thaumium Sharpening Kit -tconstruct:sharpening_kit:0, Starmetal Sharpening Kit -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, Wyvern Sharpening Kit -tconstruct:sharpening_kit:0, Awakened Sharpening Kit -tconstruct:sharpening_kit:0, Chaotic Sharpening Kit -tconstruct:sharpening_kit:0, Fusewood Sharpening Kit -tconstruct:sharpening_kit:0, Ghostwood Sharpening Kit -tconstruct:sharpening_kit:0, Darkwood Sharpening Kit -tconstruct:sharpening_kit:0, Emerald Sharpening Kit -tconstruct:pick_head:0, Electrical Pickaxe Head -tconstruct:pick_head:0, Energetic Pickaxe Head -tconstruct:pick_head:0, Vibrant Pickaxe Head -tconstruct:pick_head:0, Red Pickaxe Head -tconstruct:pick_head:0, Conductive Pickaxe Head -tconstruct:pick_head:0, Pulsating Pickaxe Head -tconstruct:pick_head:0, Dark Pickaxe Head -tconstruct:pick_head:0, Souled Pickaxe Head -tconstruct:pick_head:0, Pickaxe Head of the End -tconstruct:pick_head:0, Fake-Iron Pickaxe Head -tconstruct:pick_head:0, Naga Scale Pickaxe Head -tconstruct:pick_head:0, Steeleaf Pickaxe Head -tconstruct:pick_head:0, Fiery Pickaxe Head -tconstruct:pick_head:0, Knightly Pickaxe Head -tconstruct:pick_head:0, Wooden Pickaxe Head -tconstruct:pick_head:0, Stone Pickaxe Head -tconstruct:pick_head:0, Flint Pickaxe Head -tconstruct:pick_head:0, Cactus Pickaxe Head -tconstruct:pick_head:0, Bone Pickaxe Head -tconstruct:pick_head:0, Obsidian Pickaxe Head -tconstruct:pick_head:0, Prismarine Pickaxe Head -tconstruct:pick_head:0, End Pickaxe Head -tconstruct:pick_head:0, Paper Pickaxe Head -tconstruct:pick_head:0, Sponge Pickaxe Head -tconstruct:pick_head:0, Firewood Pickaxe Head -tconstruct:pick_head:0, Iron Pickaxe Head -tconstruct:pick_head:0, Pig Iron Pickaxe Head -tconstruct:pick_head:0, Knightslime Pickaxe Head -tconstruct:pick_head:0, Slime Pickaxe Head -tconstruct:pick_head:0, Slime Pickaxe Head -tconstruct:pick_head:0, Magma Slime Pickaxe Head -tconstruct:pick_head:0, Netherrack Pickaxe Head -tconstruct:pick_head:0, Cobalt Pickaxe Head -tconstruct:pick_head:0, Ardite Pickaxe Head -tconstruct:pick_head:0, Manyullyn Pickaxe Head -tconstruct:pick_head:0, Copper Pickaxe Head -tconstruct:pick_head:0, Bronze Pickaxe Head -tconstruct:pick_head:0, Lead Pickaxe Head -tconstruct:pick_head:0, Silver Pickaxe Head -tconstruct:pick_head:0, Electrum Pickaxe Head -tconstruct:pick_head:0, Steel Pickaxe Head -tconstruct:pick_head:0, Abyssalnite Pickaxe Head -tconstruct:pick_head:0, Refined Coralium Pickaxe Head -tconstruct:pick_head:0, Dreadium Pickaxe Head -tconstruct:pick_head:0, Treated Wood Pickaxe Head -tconstruct:pick_head:0, Constantan Pickaxe Head -tconstruct:pick_head:0, Baronyte Pickaxe Head -tconstruct:pick_head:0, Blazium Pickaxe Head -tconstruct:pick_head:0, Elecanium Pickaxe Head -tconstruct:pick_head:0, Emberstone Pickaxe Head -tconstruct:pick_head:0, Ghastly Pickaxe Head -tconstruct:pick_head:0, Ghoulish Pickaxe Head -tconstruct:pick_head:0, Limonite Pickaxe Head -tconstruct:pick_head:0, Lunar Pickaxe Head -tconstruct:pick_head:0, Lyon Pickaxe Head -tconstruct:pick_head:0, Mystite Pickaxe Head -tconstruct:pick_head:0, Rosite Pickaxe Head -tconstruct:pick_head:0, Shyrestone Pickaxe Head -tconstruct:pick_head:0, Skeletal Pickaxe Head -tconstruct:pick_head:0, Varsium Pickaxe Head -tconstruct:pick_head:0, Charger Pickaxe Head -tconstruct:pick_head:0, Blood Infused Wooden Pickaxe Head -tconstruct:pick_head:0, Blood Infused Iron Pickaxe Head -tconstruct:pick_head:0, Realmite Pickaxe Head -tconstruct:pick_head:0, Arlemite Pickaxe Head -tconstruct:pick_head:0, Rupee Pickaxe Head -tconstruct:pick_head:0, Netherite Pickaxe Head -tconstruct:pick_head:0, Bloodmaster Pickaxe Head -tconstruct:pick_head:0, Adamantium Pickaxe Head -tconstruct:pick_head:0, Vibranium Pickaxe Head -tconstruct:pick_head:0, Vibranium Alloy Pickaxe Head -tconstruct:pick_head:0, Parafrosynium Pickaxe Head -tconstruct:pick_head:0, Rosidian Pickaxe Head -tconstruct:pick_head:0, Phasing Alloy Pickaxe Head -tconstruct:pick_head:0, Wrought Iron Pickaxe Head -tconstruct:pick_head:0, Barathosynium Pickaxe Head -tconstruct:pick_head:0, Abyssal Flesh Pickaxe Head -tconstruct:pick_head:0, Crystalline Ichorium Pickaxe Head -tconstruct:pick_head:0, Kaiyu Pickaxe Head -tconstruct:pick_head:0, Berserker Steel Pickaxe Head -tconstruct:pick_head:0, Endlessly Hungry Pickaxe Head -tconstruct:pick_head:0, Infused Dread Pickaxe Head -tconstruct:pick_head:0, Brightsteel Alloy Pickaxe Head -tconstruct:pick_head:0, Runandium Pickaxe Head -tconstruct:pick_head:0, Ascended Draconic Alloy Pickaxe Head -tconstruct:pick_head:0, Neutronium Pickaxe Head -tconstruct:pick_head:0, Hihi'Irokane Pickaxe Head -tconstruct:pick_head:0, Orichalcum Pickaxe Head -tconstruct:pick_head:0, Demonic Ember Pickaxe Head -tconstruct:pick_head:0, Dark Matter 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 -tconstruct:pick_head:0, Magical Wooden Pickaxe Head -tconstruct:pick_head:0, Evil Infused Pickaxe Head -tconstruct:pick_head:0, Enchanted Pickaxe Head -tconstruct:pick_head:0, Demonic Pickaxe Head -tconstruct:pick_head:0, Molten Meat Pickaxe Head -tconstruct:pick_head:0, Vespa Carapace Pickaxe Head -tconstruct:pick_head:0, Scythe Claw Pickaxe Head -tconstruct:pick_head:0, Ectoplasm Pickaxe Head -tconstruct:pick_head:0, Dragon Bone Pickaxe Head -tconstruct:pick_head:0, Desert Myrmex Chitin Pickaxe Head -tconstruct:pick_head:0, Jungle Myrmex Chitin Pickaxe Head -tconstruct:pick_head:0, Fire Dragonsteel Pickaxe Head -tconstruct:pick_head:0, Ice Dragonsteel Pickaxe Head -tconstruct:pick_head:0, Lightning Dragonsteel Pickaxe Head -tconstruct:pick_head:0, Weezer Pickaxe Head -tconstruct:pick_head:0, Prosperity Shard Pickaxe Head -tconstruct:pick_head:0, Soulium Pickaxe Head -tconstruct:pick_head:0, Base Essence Pickaxe Head -tconstruct:pick_head:0, Inferium Pickaxe Head -tconstruct:pick_head:0, Prudentium Pickaxe Head -tconstruct:pick_head:0, Intermedium Pickaxe Head -tconstruct:pick_head:0, Superium Pickaxe Head -tconstruct:pick_head:0, Supremium Pickaxe Head -tconstruct:pick_head:0, Boron Pickaxe Head -tconstruct:pick_head:0, Tough Alloy Pickaxe Head -tconstruct:pick_head:0, Hard Carbon Pickaxe Head -tconstruct:pick_head:0, Boron Nitride Pickaxe Head -tconstruct:pick_head:0, Thorium Pickaxe Head -tconstruct:pick_head:0, Uranium Pickaxe Head -tconstruct:pick_head:0, Magnesium Pickaxe Head -tconstruct:pick_head:0, Chocolate Pickaxe Head -tconstruct:pick_head:0, Plastic Pickaxe Head -tconstruct:pick_head:0, Pink Slime Pickaxe Head -tconstruct:pick_head:0, Reinforced Pink Slime Pickaxe Head -tconstruct:pick_head:0, Platinum Pickaxe Head -tconstruct:pick_head:0, Iridium Pickaxe Head -tconstruct:pick_head:0, Mithril Pickaxe Head -tconstruct:pick_head:0, Invar Pickaxe Head -tconstruct:pick_head:0, Nickel Pickaxe Head -tconstruct:pick_head:0, Tin Pickaxe Head -tconstruct:pick_head:0, Brass Pickaxe Head -tconstruct:pick_head:0, Aluminum Pickaxe Head -tconstruct:pick_head:0, Zinc Pickaxe Head -tconstruct:pick_head:0, Refined Obsidian Pickaxe Head -tconstruct:pick_head:0, Refined Glowstone Pickaxe Head -tconstruct:pick_head:0, Osmium Pickaxe Head -tconstruct:pick_head:0, Manasteel Pickaxe Head -tconstruct:pick_head:0, Terrasteel Pickaxe Head -tconstruct:pick_head:0, Gaia Spirit Pickaxe Head -tconstruct:pick_head:0, Yellorium Pickaxe Head -tconstruct:pick_head:0, Cyanite Pickaxe Head -tconstruct:pick_head:0, Blutonium Pickaxe Head -tconstruct:pick_head:0, Ludicrite Pickaxe Head -tconstruct:pick_head:0, Quartz Enriched Iron Pickaxe Head -tconstruct:pick_head:0, Psimetal Pickaxe Head -tconstruct:pick_head:0, Psigem Pickaxe Head -tconstruct:pick_head:0, Ivory Psimetal Pickaxe Head -tconstruct:pick_head:0, Ebony Psimetal Pickaxe Head -tconstruct:pick_head:0, Red Matter Pickaxe Head -tconstruct:pick_head:0, Fluxed Electrum Pickaxe Head -tconstruct:pick_head:0, Refined Iron Pickaxe Head -tconstruct:pick_head:0, Tungsten Pickaxe Head -tconstruct:pick_head:0, Titanium Pickaxe Head -tconstruct:pick_head:0, Chrome Pickaxe Head -tconstruct:pick_head:0, Advanced Alloy Pickaxe Head -tconstruct:pick_head:0, Ruby Pickaxe Head -tconstruct:pick_head:0, Sapphire Pickaxe Head -tconstruct:pick_head:0, Peridot Pickaxe Head -tconstruct:pick_head:0, Yellow Garnet Pickaxe Head -tconstruct:pick_head:0, Red Garnet Pickaxe Head -tconstruct:pick_head:0, Rubber Pickaxe Head -tconstruct:pick_head:0, Alumite Pickaxe Head -tconstruct:pick_head:0, Ascended Sapphire Pickaxe Head -tconstruct:pick_head:0, Jade Pickaxe Head -tconstruct:pick_head:0, Malachite Pickaxe Head -tconstruct:pick_head:0, Amber Pickaxe Head -tconstruct:pick_head:0, Topaz Pickaxe Head -tconstruct:pick_head:0, Tanzanite Pickaxe Head -tconstruct:pick_head:0, Amethyst Pickaxe Head -tconstruct:pick_head:0, Lumium Pickaxe Head -tconstruct:pick_head:0, Enderium Pickaxe Head -tconstruct:pick_head:0, Black Quartz Pickaxe Head -tconstruct:pick_head:0, Void Pickaxe Head -tconstruct:pick_head:0, Enori Pickaxe Head -tconstruct:pick_head:0, Palis Pickaxe Head -tconstruct:pick_head:0, Emeradic Pickaxe Head -tconstruct:pick_head:0, Diamatine Pickaxe Head -tconstruct:pick_head:0, Infinity Pickaxe Head -tconstruct:pick_head:0, Certus Quartz Pickaxe Head -tconstruct:pick_head:0, Fluix Crystal Pickaxe Head -tconstruct:pick_head:0, Mica Pickaxe Head -tconstruct:pick_head:0, Litherite Pickaxe Head -tconstruct:pick_head:0, Erodium Pickaxe Head -tconstruct:pick_head:0, Kyronite Pickaxe Head -tconstruct:pick_head:0, Pladium Pickaxe Head -tconstruct:pick_head:0, Ionite Pickaxe Head -tconstruct:pick_head:0, Aethium Pickaxe Head -tconstruct:pick_head:0, Thaumium Pickaxe Head -tconstruct:pick_head:0, Starmetal Pickaxe Head -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, Wyvern Pickaxe Head -tconstruct:pick_head:0, Awakened Pickaxe Head -tconstruct:pick_head:0, Chaotic Pickaxe Head -tconstruct:pick_head:0, Fusewood Pickaxe Head -tconstruct:pick_head:0, Ghostwood Pickaxe Head -tconstruct:pick_head:0, Darkwood Pickaxe Head -tconstruct:pick_head:0, Emerald Pickaxe Head -tconstruct:shovel_head:0, Electrical Shovel Head -tconstruct:shovel_head:0, Energetic Shovel Head -tconstruct:shovel_head:0, Vibrant Shovel Head -tconstruct:shovel_head:0, Red Shovel Head -tconstruct:shovel_head:0, Conductive Shovel Head -tconstruct:shovel_head:0, Pulsating Shovel Head -tconstruct:shovel_head:0, Dark Shovel Head -tconstruct:shovel_head:0, Souled Shovel Head -tconstruct:shovel_head:0, Shovel Head of the End -tconstruct:shovel_head:0, Fake-Iron Shovel Head -tconstruct:shovel_head:0, Naga Scale Shovel Head -tconstruct:shovel_head:0, Steeleaf Shovel Head -tconstruct:shovel_head:0, Fiery Shovel Head -tconstruct:shovel_head:0, Knightly Shovel Head -tconstruct:shovel_head:0, Wooden Shovel Head -tconstruct:shovel_head:0, Stone Shovel Head -tconstruct:shovel_head:0, Flint Shovel Head -tconstruct:shovel_head:0, Cactus Shovel Head -tconstruct:shovel_head:0, Bone Shovel Head -tconstruct:shovel_head:0, Obsidian Shovel Head -tconstruct:shovel_head:0, Prismarine Shovel Head -tconstruct:shovel_head:0, End Shovel Head -tconstruct:shovel_head:0, Paper Shovel Head -tconstruct:shovel_head:0, Sponge Shovel Head -tconstruct:shovel_head:0, Firewood Shovel Head -tconstruct:shovel_head:0, Iron Shovel Head -tconstruct:shovel_head:0, Pig Iron Shovel Head -tconstruct:shovel_head:0, Knightslime Shovel Head -tconstruct:shovel_head:0, Slime Shovel Head -tconstruct:shovel_head:0, Slime Shovel Head -tconstruct:shovel_head:0, Magma Slime Shovel Head -tconstruct:shovel_head:0, Netherrack Shovel Head -tconstruct:shovel_head:0, Cobalt Shovel Head -tconstruct:shovel_head:0, Ardite Shovel Head -tconstruct:shovel_head:0, Manyullyn Shovel Head -tconstruct:shovel_head:0, Copper Shovel Head -tconstruct:shovel_head:0, Bronze Shovel Head -tconstruct:shovel_head:0, Lead Shovel Head -tconstruct:shovel_head:0, Silver Shovel Head -tconstruct:shovel_head:0, Electrum Shovel Head -tconstruct:shovel_head:0, Steel Shovel Head -tconstruct:shovel_head:0, Abyssalnite Shovel Head -tconstruct:shovel_head:0, Refined Coralium Shovel Head -tconstruct:shovel_head:0, Dreadium Shovel Head -tconstruct:shovel_head:0, Treated Wood Shovel Head -tconstruct:shovel_head:0, Constantan Shovel Head -tconstruct:shovel_head:0, Baronyte Shovel Head -tconstruct:shovel_head:0, Blazium Shovel Head -tconstruct:shovel_head:0, Elecanium Shovel Head -tconstruct:shovel_head:0, Emberstone Shovel Head -tconstruct:shovel_head:0, Ghastly Shovel Head -tconstruct:shovel_head:0, Ghoulish Shovel Head -tconstruct:shovel_head:0, Limonite Shovel Head -tconstruct:shovel_head:0, Lunar Shovel Head -tconstruct:shovel_head:0, Lyon Shovel Head -tconstruct:shovel_head:0, Mystite Shovel Head -tconstruct:shovel_head:0, Rosite Shovel Head -tconstruct:shovel_head:0, Shyrestone Shovel Head -tconstruct:shovel_head:0, Skeletal Shovel Head -tconstruct:shovel_head:0, Varsium Shovel Head -tconstruct:shovel_head:0, Charger Shovel Head -tconstruct:shovel_head:0, Blood Infused Wooden Shovel Head -tconstruct:shovel_head:0, Blood Infused Iron Shovel Head -tconstruct:shovel_head:0, Realmite Shovel Head -tconstruct:shovel_head:0, Arlemite Shovel Head -tconstruct:shovel_head:0, Rupee Shovel Head -tconstruct:shovel_head:0, Netherite Shovel Head -tconstruct:shovel_head:0, Bloodmaster Shovel Head -tconstruct:shovel_head:0, Adamantium Shovel Head -tconstruct:shovel_head:0, Vibranium Shovel Head -tconstruct:shovel_head:0, Vibranium Alloy Shovel Head -tconstruct:shovel_head:0, Parafrosynium Shovel Head -tconstruct:shovel_head:0, Rosidian Shovel Head -tconstruct:shovel_head:0, Phasing Alloy Shovel Head -tconstruct:shovel_head:0, Wrought Iron Shovel Head -tconstruct:shovel_head:0, Barathosynium Shovel Head -tconstruct:shovel_head:0, Abyssal Flesh Shovel Head -tconstruct:shovel_head:0, Crystalline Ichorium Shovel Head -tconstruct:shovel_head:0, Kaiyu Shovel Head -tconstruct:shovel_head:0, Berserker Steel Shovel Head -tconstruct:shovel_head:0, Endlessly Hungry Shovel Head -tconstruct:shovel_head:0, Infused Dread Shovel Head -tconstruct:shovel_head:0, Brightsteel Alloy Shovel Head -tconstruct:shovel_head:0, Runandium Shovel Head -tconstruct:shovel_head:0, Ascended Draconic Alloy Shovel Head -tconstruct:shovel_head:0, Neutronium Shovel Head -tconstruct:shovel_head:0, Hihi'Irokane Shovel Head -tconstruct:shovel_head:0, Orichalcum Shovel Head -tconstruct:shovel_head:0, Demonic Ember Shovel Head -tconstruct:shovel_head:0, Dark Matter 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 -tconstruct:shovel_head:0, Magical Wooden Shovel Head -tconstruct:shovel_head:0, Evil Infused Shovel Head -tconstruct:shovel_head:0, Enchanted Shovel Head -tconstruct:shovel_head:0, Demonic Shovel Head -tconstruct:shovel_head:0, Molten Meat Shovel Head -tconstruct:shovel_head:0, Vespa Carapace Shovel Head -tconstruct:shovel_head:0, Scythe Claw Shovel Head -tconstruct:shovel_head:0, Ectoplasm Shovel Head -tconstruct:shovel_head:0, Dragon Bone Shovel Head -tconstruct:shovel_head:0, Desert Myrmex Chitin Shovel Head -tconstruct:shovel_head:0, Jungle Myrmex Chitin Shovel Head -tconstruct:shovel_head:0, Fire Dragonsteel Shovel Head -tconstruct:shovel_head:0, Ice Dragonsteel Shovel Head -tconstruct:shovel_head:0, Lightning Dragonsteel Shovel Head -tconstruct:shovel_head:0, Weezer Shovel Head -tconstruct:shovel_head:0, Prosperity Shard Shovel Head -tconstruct:shovel_head:0, Soulium Shovel Head -tconstruct:shovel_head:0, Base Essence Shovel Head -tconstruct:shovel_head:0, Inferium Shovel Head -tconstruct:shovel_head:0, Prudentium Shovel Head -tconstruct:shovel_head:0, Intermedium Shovel Head -tconstruct:shovel_head:0, Superium Shovel Head -tconstruct:shovel_head:0, Supremium Shovel Head -tconstruct:shovel_head:0, Boron Shovel Head -tconstruct:shovel_head:0, Tough Alloy Shovel Head -tconstruct:shovel_head:0, Hard Carbon Shovel Head -tconstruct:shovel_head:0, Boron Nitride Shovel Head -tconstruct:shovel_head:0, Thorium Shovel Head -tconstruct:shovel_head:0, Uranium Shovel Head -tconstruct:shovel_head:0, Magnesium Shovel Head -tconstruct:shovel_head:0, Chocolate Shovel Head -tconstruct:shovel_head:0, Plastic Shovel Head -tconstruct:shovel_head:0, Pink Slime Shovel Head -tconstruct:shovel_head:0, Reinforced Pink Slime Shovel Head -tconstruct:shovel_head:0, Platinum Shovel Head -tconstruct:shovel_head:0, Iridium Shovel Head -tconstruct:shovel_head:0, Mithril Shovel Head -tconstruct:shovel_head:0, Invar Shovel Head -tconstruct:shovel_head:0, Nickel Shovel Head -tconstruct:shovel_head:0, Tin Shovel Head -tconstruct:shovel_head:0, Brass Shovel Head -tconstruct:shovel_head:0, Aluminum Shovel Head -tconstruct:shovel_head:0, Zinc Shovel Head -tconstruct:shovel_head:0, Refined Obsidian Shovel Head -tconstruct:shovel_head:0, Refined Glowstone Shovel Head -tconstruct:shovel_head:0, Osmium Shovel Head -tconstruct:shovel_head:0, Manasteel Shovel Head -tconstruct:shovel_head:0, Terrasteel Shovel Head -tconstruct:shovel_head:0, Gaia Spirit Shovel Head -tconstruct:shovel_head:0, Yellorium Shovel Head -tconstruct:shovel_head:0, Cyanite Shovel Head -tconstruct:shovel_head:0, Blutonium Shovel Head -tconstruct:shovel_head:0, Ludicrite Shovel Head -tconstruct:shovel_head:0, Quartz Enriched Iron Shovel Head -tconstruct:shovel_head:0, Psimetal Shovel Head -tconstruct:shovel_head:0, Psigem Shovel Head -tconstruct:shovel_head:0, Ivory Psimetal Shovel Head -tconstruct:shovel_head:0, Ebony Psimetal Shovel Head -tconstruct:shovel_head:0, Red Matter Shovel Head -tconstruct:shovel_head:0, Fluxed Electrum Shovel Head -tconstruct:shovel_head:0, Refined Iron Shovel Head -tconstruct:shovel_head:0, Tungsten Shovel Head -tconstruct:shovel_head:0, Titanium Shovel Head -tconstruct:shovel_head:0, Chrome Shovel Head -tconstruct:shovel_head:0, Advanced Alloy Shovel Head -tconstruct:shovel_head:0, Ruby Shovel Head -tconstruct:shovel_head:0, Sapphire Shovel Head -tconstruct:shovel_head:0, Peridot Shovel Head -tconstruct:shovel_head:0, Yellow Garnet Shovel Head -tconstruct:shovel_head:0, Red Garnet Shovel Head -tconstruct:shovel_head:0, Rubber Shovel Head -tconstruct:shovel_head:0, Alumite Shovel Head -tconstruct:shovel_head:0, Ascended Sapphire Shovel Head -tconstruct:shovel_head:0, Jade Shovel Head -tconstruct:shovel_head:0, Malachite Shovel Head -tconstruct:shovel_head:0, Amber Shovel Head -tconstruct:shovel_head:0, Topaz Shovel Head -tconstruct:shovel_head:0, Tanzanite Shovel Head -tconstruct:shovel_head:0, Amethyst Shovel Head -tconstruct:shovel_head:0, Lumium Shovel Head -tconstruct:shovel_head:0, Enderium Shovel Head -tconstruct:shovel_head:0, Black Quartz Shovel Head -tconstruct:shovel_head:0, Void Shovel Head -tconstruct:shovel_head:0, Enori Shovel Head -tconstruct:shovel_head:0, Palis Shovel Head -tconstruct:shovel_head:0, Emeradic Shovel Head -tconstruct:shovel_head:0, Diamatine Shovel Head -tconstruct:shovel_head:0, Infinity Shovel Head -tconstruct:shovel_head:0, Certus Quartz Shovel Head -tconstruct:shovel_head:0, Fluix Crystal Shovel Head -tconstruct:shovel_head:0, Mica Shovel Head -tconstruct:shovel_head:0, Litherite Shovel Head -tconstruct:shovel_head:0, Erodium Shovel Head -tconstruct:shovel_head:0, Kyronite Shovel Head -tconstruct:shovel_head:0, Pladium Shovel Head -tconstruct:shovel_head:0, Ionite Shovel Head -tconstruct:shovel_head:0, Aethium Shovel Head -tconstruct:shovel_head:0, Thaumium Shovel Head -tconstruct:shovel_head:0, Starmetal Shovel Head -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, Wyvern Shovel Head -tconstruct:shovel_head:0, Awakened Shovel Head -tconstruct:shovel_head:0, Chaotic Shovel Head -tconstruct:shovel_head:0, Fusewood Shovel Head -tconstruct:shovel_head:0, Ghostwood Shovel Head -tconstruct:shovel_head:0, Darkwood Shovel Head -tconstruct:shovel_head:0, Emerald Shovel Head -tconstruct:axe_head:0, Electrical Axe Head -tconstruct:axe_head:0, Energetic Axe Head -tconstruct:axe_head:0, Vibrant Axe Head -tconstruct:axe_head:0, Red Axe Head -tconstruct:axe_head:0, Conductive Axe Head -tconstruct:axe_head:0, Pulsating Axe Head -tconstruct:axe_head:0, Dark Axe Head -tconstruct:axe_head:0, Souled Axe Head -tconstruct:axe_head:0, Axe Head of the End -tconstruct:axe_head:0, Fake-Iron Axe Head -tconstruct:axe_head:0, Naga Scale Axe Head -tconstruct:axe_head:0, Steeleaf Axe Head -tconstruct:axe_head:0, Fiery Axe Head -tconstruct:axe_head:0, Knightly Axe Head -tconstruct:axe_head:0, Wooden Axe Head -tconstruct:axe_head:0, Stone Axe Head -tconstruct:axe_head:0, Flint Axe Head -tconstruct:axe_head:0, Cactus Axe Head -tconstruct:axe_head:0, Bone Axe Head -tconstruct:axe_head:0, Obsidian Axe Head -tconstruct:axe_head:0, Prismarine Axe Head -tconstruct:axe_head:0, End Axe Head -tconstruct:axe_head:0, Paper Axe Head -tconstruct:axe_head:0, Sponge Axe Head -tconstruct:axe_head:0, Firewood Axe Head -tconstruct:axe_head:0, Iron Axe Head -tconstruct:axe_head:0, Pig Iron Axe Head -tconstruct:axe_head:0, Knightslime Axe Head -tconstruct:axe_head:0, Slime Axe Head -tconstruct:axe_head:0, Slime Axe Head -tconstruct:axe_head:0, Magma Slime Axe Head -tconstruct:axe_head:0, Netherrack Axe Head -tconstruct:axe_head:0, Cobalt Axe Head -tconstruct:axe_head:0, Ardite Axe Head -tconstruct:axe_head:0, Manyullyn Axe Head -tconstruct:axe_head:0, Copper Axe Head -tconstruct:axe_head:0, Bronze Axe Head -tconstruct:axe_head:0, Lead Axe Head -tconstruct:axe_head:0, Silver Axe Head -tconstruct:axe_head:0, Electrum Axe Head -tconstruct:axe_head:0, Steel Axe Head -tconstruct:axe_head:0, Abyssalnite Axe Head -tconstruct:axe_head:0, Refined Coralium Axe Head -tconstruct:axe_head:0, Dreadium Axe Head -tconstruct:axe_head:0, Treated Wood Axe Head -tconstruct:axe_head:0, Constantan Axe Head -tconstruct:axe_head:0, Baronyte Axe Head -tconstruct:axe_head:0, Blazium Axe Head -tconstruct:axe_head:0, Elecanium Axe Head -tconstruct:axe_head:0, Emberstone Axe Head -tconstruct:axe_head:0, Ghastly Axe Head -tconstruct:axe_head:0, Ghoulish Axe Head -tconstruct:axe_head:0, Limonite Axe Head -tconstruct:axe_head:0, Lunar Axe Head -tconstruct:axe_head:0, Lyon Axe Head -tconstruct:axe_head:0, Mystite Axe Head -tconstruct:axe_head:0, Rosite Axe Head -tconstruct:axe_head:0, Shyrestone Axe Head -tconstruct:axe_head:0, Skeletal Axe Head -tconstruct:axe_head:0, Varsium Axe Head -tconstruct:axe_head:0, Charger Axe Head -tconstruct:axe_head:0, Blood Infused Wooden Axe Head -tconstruct:axe_head:0, Blood Infused Iron Axe Head -tconstruct:axe_head:0, Realmite Axe Head -tconstruct:axe_head:0, Arlemite Axe Head -tconstruct:axe_head:0, Rupee Axe Head -tconstruct:axe_head:0, Netherite Axe Head -tconstruct:axe_head:0, Bloodmaster Axe Head -tconstruct:axe_head:0, Adamantium Axe Head -tconstruct:axe_head:0, Vibranium Axe Head -tconstruct:axe_head:0, Vibranium Alloy Axe Head -tconstruct:axe_head:0, Parafrosynium Axe Head -tconstruct:axe_head:0, Rosidian Axe Head -tconstruct:axe_head:0, Phasing Alloy Axe Head -tconstruct:axe_head:0, Wrought Iron Axe Head -tconstruct:axe_head:0, Barathosynium Axe Head -tconstruct:axe_head:0, Abyssal Flesh Axe Head -tconstruct:axe_head:0, Crystalline Ichorium Axe Head -tconstruct:axe_head:0, Kaiyu Axe Head -tconstruct:axe_head:0, Berserker Steel Axe Head -tconstruct:axe_head:0, Endlessly Hungry Axe Head -tconstruct:axe_head:0, Infused Dread Axe Head -tconstruct:axe_head:0, Brightsteel Alloy Axe Head -tconstruct:axe_head:0, Runandium Axe Head -tconstruct:axe_head:0, Ascended Draconic Alloy Axe Head -tconstruct:axe_head:0, Neutronium Axe Head -tconstruct:axe_head:0, Hihi'Irokane Axe Head -tconstruct:axe_head:0, Orichalcum Axe Head -tconstruct:axe_head:0, Demonic Ember Axe Head -tconstruct:axe_head:0, Dark Matter 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 -tconstruct:axe_head:0, Magical Wooden Axe Head -tconstruct:axe_head:0, Evil Infused Axe Head -tconstruct:axe_head:0, Enchanted Axe Head -tconstruct:axe_head:0, Demonic Axe Head -tconstruct:axe_head:0, Molten Meat Axe Head -tconstruct:axe_head:0, Vespa Carapace Axe Head -tconstruct:axe_head:0, Scythe Claw Axe Head -tconstruct:axe_head:0, Ectoplasm Axe Head -tconstruct:axe_head:0, Dragon Bone Axe Head -tconstruct:axe_head:0, Desert Myrmex Chitin Axe Head -tconstruct:axe_head:0, Jungle Myrmex Chitin Axe Head -tconstruct:axe_head:0, Fire Dragonsteel Axe Head -tconstruct:axe_head:0, Ice Dragonsteel Axe Head -tconstruct:axe_head:0, Lightning Dragonsteel Axe Head -tconstruct:axe_head:0, Weezer Axe Head -tconstruct:axe_head:0, Prosperity Shard Axe Head -tconstruct:axe_head:0, Soulium Axe Head -tconstruct:axe_head:0, Base Essence Axe Head -tconstruct:axe_head:0, Inferium Axe Head -tconstruct:axe_head:0, Prudentium Axe Head -tconstruct:axe_head:0, Intermedium Axe Head -tconstruct:axe_head:0, Superium Axe Head -tconstruct:axe_head:0, Supremium Axe Head -tconstruct:axe_head:0, Boron Axe Head -tconstruct:axe_head:0, Tough Alloy Axe Head -tconstruct:axe_head:0, Hard Carbon Axe Head -tconstruct:axe_head:0, Boron Nitride Axe Head -tconstruct:axe_head:0, Thorium Axe Head -tconstruct:axe_head:0, Uranium Axe Head -tconstruct:axe_head:0, Magnesium Axe Head -tconstruct:axe_head:0, Chocolate Axe Head -tconstruct:axe_head:0, Plastic Axe Head -tconstruct:axe_head:0, Pink Slime Axe Head -tconstruct:axe_head:0, Reinforced Pink Slime Axe Head -tconstruct:axe_head:0, Platinum Axe Head -tconstruct:axe_head:0, Iridium Axe Head -tconstruct:axe_head:0, Mithril Axe Head -tconstruct:axe_head:0, Invar Axe Head -tconstruct:axe_head:0, Nickel Axe Head -tconstruct:axe_head:0, Tin Axe Head -tconstruct:axe_head:0, Brass Axe Head -tconstruct:axe_head:0, Aluminum Axe Head -tconstruct:axe_head:0, Zinc Axe Head -tconstruct:axe_head:0, Refined Obsidian Axe Head -tconstruct:axe_head:0, Refined Glowstone Axe Head -tconstruct:axe_head:0, Osmium Axe Head -tconstruct:axe_head:0, Manasteel Axe Head -tconstruct:axe_head:0, Terrasteel Axe Head -tconstruct:axe_head:0, Gaia Spirit Axe Head -tconstruct:axe_head:0, Yellorium Axe Head -tconstruct:axe_head:0, Cyanite Axe Head -tconstruct:axe_head:0, Blutonium Axe Head -tconstruct:axe_head:0, Ludicrite Axe Head -tconstruct:axe_head:0, Quartz Enriched Iron Axe Head -tconstruct:axe_head:0, Psimetal Axe Head -tconstruct:axe_head:0, Psigem Axe Head -tconstruct:axe_head:0, Ivory Psimetal Axe Head -tconstruct:axe_head:0, Ebony Psimetal Axe Head -tconstruct:axe_head:0, Red Matter Axe Head -tconstruct:axe_head:0, Fluxed Electrum Axe Head -tconstruct:axe_head:0, Refined Iron Axe Head -tconstruct:axe_head:0, Tungsten Axe Head -tconstruct:axe_head:0, Titanium Axe Head -tconstruct:axe_head:0, Chrome Axe Head -tconstruct:axe_head:0, Advanced Alloy Axe Head -tconstruct:axe_head:0, Ruby Axe Head -tconstruct:axe_head:0, Sapphire Axe Head -tconstruct:axe_head:0, Peridot Axe Head -tconstruct:axe_head:0, Yellow Garnet Axe Head -tconstruct:axe_head:0, Red Garnet Axe Head -tconstruct:axe_head:0, Rubber Axe Head -tconstruct:axe_head:0, Alumite Axe Head -tconstruct:axe_head:0, Ascended Sapphire Axe Head -tconstruct:axe_head:0, Jade Axe Head -tconstruct:axe_head:0, Malachite Axe Head -tconstruct:axe_head:0, Amber Axe Head -tconstruct:axe_head:0, Topaz Axe Head -tconstruct:axe_head:0, Tanzanite Axe Head -tconstruct:axe_head:0, Amethyst Axe Head -tconstruct:axe_head:0, Lumium Axe Head -tconstruct:axe_head:0, Enderium Axe Head -tconstruct:axe_head:0, Black Quartz Axe Head -tconstruct:axe_head:0, Void Axe Head -tconstruct:axe_head:0, Enori Axe Head -tconstruct:axe_head:0, Palis Axe Head -tconstruct:axe_head:0, Emeradic Axe Head -tconstruct:axe_head:0, Diamatine Axe Head -tconstruct:axe_head:0, Infinity Axe Head -tconstruct:axe_head:0, Certus Quartz Axe Head -tconstruct:axe_head:0, Fluix Crystal Axe Head -tconstruct:axe_head:0, Mica Axe Head -tconstruct:axe_head:0, Litherite Axe Head -tconstruct:axe_head:0, Erodium Axe Head -tconstruct:axe_head:0, Kyronite Axe Head -tconstruct:axe_head:0, Pladium Axe Head -tconstruct:axe_head:0, Ionite Axe Head -tconstruct:axe_head:0, Aethium Axe Head -tconstruct:axe_head:0, Thaumium Axe Head -tconstruct:axe_head:0, Starmetal Axe Head -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, Wyvern Axe Head -tconstruct:axe_head:0, Awakened Axe Head -tconstruct:axe_head:0, Chaotic Axe Head -tconstruct:axe_head:0, Fusewood Axe Head -tconstruct:axe_head:0, Ghostwood Axe Head -tconstruct:axe_head:0, Darkwood Axe Head -tconstruct:axe_head:0, Emerald 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 -tconstruct:broad_axe_head:0, Red Broad Axe Head -tconstruct:broad_axe_head:0, Conductive Broad Axe Head -tconstruct:broad_axe_head:0, Pulsating Broad Axe Head -tconstruct:broad_axe_head:0, Dark Broad Axe Head -tconstruct:broad_axe_head:0, Souled Broad Axe Head -tconstruct:broad_axe_head:0, Broad Axe Head of the End -tconstruct:broad_axe_head:0, Fake-Iron Broad Axe Head -tconstruct:broad_axe_head:0, Naga Scale Broad Axe Head -tconstruct:broad_axe_head:0, Steeleaf Broad Axe Head -tconstruct:broad_axe_head:0, Fiery Broad Axe Head -tconstruct:broad_axe_head:0, Knightly Broad Axe Head -tconstruct:broad_axe_head:0, Wooden Broad Axe Head -tconstruct:broad_axe_head:0, Stone Broad Axe Head -tconstruct:broad_axe_head:0, Flint Broad Axe Head -tconstruct:broad_axe_head:0, Cactus Broad Axe Head -tconstruct:broad_axe_head:0, Bone Broad Axe Head -tconstruct:broad_axe_head:0, Obsidian Broad Axe Head -tconstruct:broad_axe_head:0, Prismarine Broad Axe Head -tconstruct:broad_axe_head:0, End Broad Axe Head -tconstruct:broad_axe_head:0, Paper Broad Axe Head -tconstruct:broad_axe_head:0, Sponge Broad Axe Head -tconstruct:broad_axe_head:0, Firewood Broad Axe Head -tconstruct:broad_axe_head:0, Iron Broad Axe Head -tconstruct:broad_axe_head:0, Pig Iron Broad Axe Head -tconstruct:broad_axe_head:0, Knightslime Broad Axe Head -tconstruct:broad_axe_head:0, Slime Broad Axe Head -tconstruct:broad_axe_head:0, Slime Broad Axe Head -tconstruct:broad_axe_head:0, Magma Slime Broad Axe Head -tconstruct:broad_axe_head:0, Netherrack Broad Axe Head -tconstruct:broad_axe_head:0, Cobalt Broad Axe Head -tconstruct:broad_axe_head:0, Ardite Broad Axe Head -tconstruct:broad_axe_head:0, Manyullyn Broad Axe Head -tconstruct:broad_axe_head:0, Copper Broad Axe Head -tconstruct:broad_axe_head:0, Bronze Broad Axe Head -tconstruct:broad_axe_head:0, Lead Broad Axe Head -tconstruct:broad_axe_head:0, Silver Broad Axe Head -tconstruct:broad_axe_head:0, Electrum Broad Axe Head -tconstruct:broad_axe_head:0, Steel Broad Axe Head -tconstruct:broad_axe_head:0, Abyssalnite Broad Axe Head -tconstruct:broad_axe_head:0, Refined Coralium Broad Axe Head -tconstruct:broad_axe_head:0, Dreadium Broad Axe Head -tconstruct:broad_axe_head:0, Treated Wood Broad Axe Head -tconstruct:broad_axe_head:0, Constantan Broad Axe Head -tconstruct:broad_axe_head:0, Baronyte Broad Axe Head -tconstruct:broad_axe_head:0, Blazium Broad Axe Head -tconstruct:broad_axe_head:0, Elecanium Broad Axe Head -tconstruct:broad_axe_head:0, Emberstone Broad Axe Head -tconstruct:broad_axe_head:0, Ghastly Broad Axe Head -tconstruct:broad_axe_head:0, Ghoulish Broad Axe Head -tconstruct:broad_axe_head:0, Limonite Broad Axe Head -tconstruct:broad_axe_head:0, Lunar Broad Axe Head -tconstruct:broad_axe_head:0, Lyon Broad Axe Head -tconstruct:broad_axe_head:0, Mystite Broad Axe Head -tconstruct:broad_axe_head:0, Rosite Broad Axe Head -tconstruct:broad_axe_head:0, Shyrestone Broad Axe Head -tconstruct:broad_axe_head:0, Skeletal Broad Axe Head -tconstruct:broad_axe_head:0, Varsium Broad Axe Head -tconstruct:broad_axe_head:0, Charger Broad Axe Head -tconstruct:broad_axe_head:0, Blood Infused Wooden Broad Axe Head -tconstruct:broad_axe_head:0, Blood Infused Iron Broad Axe Head -tconstruct:broad_axe_head:0, Realmite Broad Axe Head -tconstruct:broad_axe_head:0, Arlemite Broad Axe Head -tconstruct:broad_axe_head:0, Rupee Broad Axe Head -tconstruct:broad_axe_head:0, Netherite Broad Axe Head -tconstruct:broad_axe_head:0, Bloodmaster Broad Axe Head -tconstruct:broad_axe_head:0, Adamantium Broad Axe Head -tconstruct:broad_axe_head:0, Vibranium Broad Axe Head -tconstruct:broad_axe_head:0, Vibranium Alloy Broad Axe Head -tconstruct:broad_axe_head:0, Parafrosynium Broad Axe Head -tconstruct:broad_axe_head:0, Rosidian Broad Axe Head -tconstruct:broad_axe_head:0, Phasing Alloy Broad Axe Head -tconstruct:broad_axe_head:0, Wrought Iron Broad Axe Head -tconstruct:broad_axe_head:0, Barathosynium Broad Axe Head -tconstruct:broad_axe_head:0, Abyssal Flesh Broad Axe Head -tconstruct:broad_axe_head:0, Crystalline Ichorium Broad Axe Head -tconstruct:broad_axe_head:0, Kaiyu Broad Axe Head -tconstruct:broad_axe_head:0, Berserker Steel Broad Axe Head -tconstruct:broad_axe_head:0, Endlessly Hungry Broad Axe Head -tconstruct:broad_axe_head:0, Infused Dread Broad Axe Head -tconstruct:broad_axe_head:0, Brightsteel Alloy Broad Axe Head -tconstruct:broad_axe_head:0, Runandium Broad Axe Head -tconstruct:broad_axe_head:0, Ascended Draconic Alloy Broad Axe Head -tconstruct:broad_axe_head:0, Neutronium Broad Axe Head -tconstruct:broad_axe_head:0, Hihi'Irokane Broad Axe Head -tconstruct:broad_axe_head:0, Orichalcum Broad Axe Head -tconstruct:broad_axe_head:0, Demonic Ember Broad Axe Head -tconstruct:broad_axe_head:0, Dark Matter 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 -tconstruct:broad_axe_head:0, Magical Wooden Broad Axe Head -tconstruct:broad_axe_head:0, Evil Infused Broad Axe Head -tconstruct:broad_axe_head:0, Enchanted Broad Axe Head -tconstruct:broad_axe_head:0, Demonic Broad Axe Head -tconstruct:broad_axe_head:0, Molten Meat Broad Axe Head -tconstruct:broad_axe_head:0, Vespa Carapace Broad Axe Head -tconstruct:broad_axe_head:0, Scythe Claw Broad Axe Head -tconstruct:broad_axe_head:0, Ectoplasm Broad Axe Head -tconstruct:broad_axe_head:0, Dragon Bone Broad Axe Head -tconstruct:broad_axe_head:0, Desert Myrmex Chitin Broad Axe Head -tconstruct:broad_axe_head:0, Jungle Myrmex Chitin Broad Axe Head -tconstruct:broad_axe_head:0, Fire Dragonsteel Broad Axe Head -tconstruct:broad_axe_head:0, Ice Dragonsteel Broad Axe Head -tconstruct:broad_axe_head:0, Lightning Dragonsteel Broad Axe Head -tconstruct:broad_axe_head:0, Weezer Broad Axe Head -tconstruct:broad_axe_head:0, Prosperity Shard Broad Axe Head -tconstruct:broad_axe_head:0, Soulium Broad Axe Head -tconstruct:broad_axe_head:0, Base Essence Broad Axe Head -tconstruct:broad_axe_head:0, Inferium Broad Axe Head -tconstruct:broad_axe_head:0, Prudentium Broad Axe Head -tconstruct:broad_axe_head:0, Intermedium Broad Axe Head -tconstruct:broad_axe_head:0, Superium Broad Axe Head -tconstruct:broad_axe_head:0, Supremium Broad Axe Head -tconstruct:broad_axe_head:0, Boron Broad Axe Head -tconstruct:broad_axe_head:0, Tough Alloy Broad Axe Head -tconstruct:broad_axe_head:0, Hard Carbon Broad Axe Head -tconstruct:broad_axe_head:0, Boron Nitride Broad Axe Head -tconstruct:broad_axe_head:0, Thorium Broad Axe Head -tconstruct:broad_axe_head:0, Uranium Broad Axe Head -tconstruct:broad_axe_head:0, Magnesium Broad Axe Head -tconstruct:broad_axe_head:0, Chocolate Broad Axe Head -tconstruct:broad_axe_head:0, Plastic Broad Axe Head -tconstruct:broad_axe_head:0, Pink Slime Broad Axe Head -tconstruct:broad_axe_head:0, Reinforced Pink Slime Broad Axe Head -tconstruct:broad_axe_head:0, Platinum Broad Axe Head -tconstruct:broad_axe_head:0, Iridium Broad Axe Head -tconstruct:broad_axe_head:0, Mithril Broad Axe Head -tconstruct:broad_axe_head:0, Invar Broad Axe Head -tconstruct:broad_axe_head:0, Nickel Broad Axe Head -tconstruct:broad_axe_head:0, Tin Broad Axe Head -tconstruct:broad_axe_head:0, Brass Broad Axe Head -tconstruct:broad_axe_head:0, Aluminum Broad Axe Head -tconstruct:broad_axe_head:0, Zinc Broad Axe Head -tconstruct:broad_axe_head:0, Refined Obsidian Broad Axe Head -tconstruct:broad_axe_head:0, Refined Glowstone Broad Axe Head -tconstruct:broad_axe_head:0, Osmium Broad Axe Head -tconstruct:broad_axe_head:0, Manasteel Broad Axe Head -tconstruct:broad_axe_head:0, Terrasteel Broad Axe Head -tconstruct:broad_axe_head:0, Gaia Spirit Broad Axe Head -tconstruct:broad_axe_head:0, Yellorium Broad Axe Head -tconstruct:broad_axe_head:0, Cyanite Broad Axe Head -tconstruct:broad_axe_head:0, Blutonium Broad Axe Head -tconstruct:broad_axe_head:0, Ludicrite Broad Axe Head -tconstruct:broad_axe_head:0, Quartz Enriched Iron Broad Axe Head -tconstruct:broad_axe_head:0, Psimetal Broad Axe Head -tconstruct:broad_axe_head:0, Psigem Broad Axe Head -tconstruct:broad_axe_head:0, Ivory Psimetal Broad Axe Head -tconstruct:broad_axe_head:0, Ebony Psimetal Broad Axe Head -tconstruct:broad_axe_head:0, Red Matter Broad Axe Head -tconstruct:broad_axe_head:0, Fluxed Electrum Broad Axe Head -tconstruct:broad_axe_head:0, Refined Iron Broad Axe Head -tconstruct:broad_axe_head:0, Tungsten Broad Axe Head -tconstruct:broad_axe_head:0, Titanium Broad Axe Head -tconstruct:broad_axe_head:0, Chrome Broad Axe Head -tconstruct:broad_axe_head:0, Advanced Alloy Broad Axe Head -tconstruct:broad_axe_head:0, Ruby Broad Axe Head -tconstruct:broad_axe_head:0, Sapphire Broad Axe Head -tconstruct:broad_axe_head:0, Peridot Broad Axe Head -tconstruct:broad_axe_head:0, Yellow Garnet Broad Axe Head -tconstruct:broad_axe_head:0, Red Garnet Broad Axe Head -tconstruct:broad_axe_head:0, Rubber Broad Axe Head -tconstruct:broad_axe_head:0, Alumite Broad Axe Head -tconstruct:broad_axe_head:0, Ascended Sapphire Broad Axe Head -tconstruct:broad_axe_head:0, Jade Broad Axe Head -tconstruct:broad_axe_head:0, Malachite Broad Axe Head -tconstruct:broad_axe_head:0, Amber Broad Axe Head -tconstruct:broad_axe_head:0, Topaz Broad Axe Head -tconstruct:broad_axe_head:0, Tanzanite Broad Axe Head -tconstruct:broad_axe_head:0, Amethyst Broad Axe Head -tconstruct:broad_axe_head:0, Lumium Broad Axe Head -tconstruct:broad_axe_head:0, Enderium Broad Axe Head -tconstruct:broad_axe_head:0, Black Quartz Broad Axe Head -tconstruct:broad_axe_head:0, Void Broad Axe Head -tconstruct:broad_axe_head:0, Enori Broad Axe Head -tconstruct:broad_axe_head:0, Palis Broad Axe Head -tconstruct:broad_axe_head:0, Emeradic Broad Axe Head -tconstruct:broad_axe_head:0, Diamatine Broad Axe Head -tconstruct:broad_axe_head:0, Infinity Broad Axe Head -tconstruct:broad_axe_head:0, Certus Quartz Broad Axe Head -tconstruct:broad_axe_head:0, Fluix Crystal Broad Axe Head -tconstruct:broad_axe_head:0, Mica Broad Axe Head -tconstruct:broad_axe_head:0, Litherite Broad Axe Head -tconstruct:broad_axe_head:0, Erodium Broad Axe Head -tconstruct:broad_axe_head:0, Kyronite Broad Axe Head -tconstruct:broad_axe_head:0, Pladium Broad Axe Head -tconstruct:broad_axe_head:0, Ionite Broad Axe Head -tconstruct:broad_axe_head:0, Aethium Broad Axe Head -tconstruct:broad_axe_head:0, Thaumium Broad Axe Head -tconstruct:broad_axe_head:0, Starmetal Broad Axe Head -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, Wyvern Broad Axe Head -tconstruct:broad_axe_head:0, Awakened Broad Axe Head -tconstruct:broad_axe_head:0, Chaotic Broad Axe Head -tconstruct:broad_axe_head:0, Fusewood Broad Axe Head -tconstruct:broad_axe_head:0, Ghostwood Broad Axe Head -tconstruct:broad_axe_head:0, Darkwood Broad Axe Head -tconstruct:broad_axe_head:0, Emerald Broad Axe Head -tconstruct:sword_blade:0, Electrical Sword Blade -tconstruct:sword_blade:0, Energetic Sword Blade -tconstruct:sword_blade:0, Vibrant Sword Blade -tconstruct:sword_blade:0, Red Sword Blade -tconstruct:sword_blade:0, Conductive Sword Blade -tconstruct:sword_blade:0, Pulsating Sword Blade -tconstruct:sword_blade:0, Dark Sword Blade -tconstruct:sword_blade:0, Souled Sword Blade -tconstruct:sword_blade:0, Sword Blade of the End -tconstruct:sword_blade:0, Fake-Iron Sword Blade -tconstruct:sword_blade:0, Naga Scale Sword Blade -tconstruct:sword_blade:0, Steeleaf Sword Blade -tconstruct:sword_blade:0, Fiery Sword Blade -tconstruct:sword_blade:0, Knightly Sword Blade -tconstruct:sword_blade:0, Wooden Sword Blade -tconstruct:sword_blade:0, Stone Sword Blade -tconstruct:sword_blade:0, Flint Sword Blade -tconstruct:sword_blade:0, Cactus Sword Blade -tconstruct:sword_blade:0, Bone Sword Blade -tconstruct:sword_blade:0, Obsidian Sword Blade -tconstruct:sword_blade:0, Prismarine Sword Blade -tconstruct:sword_blade:0, End Sword Blade -tconstruct:sword_blade:0, Paper Sword Blade -tconstruct:sword_blade:0, Sponge Sword Blade -tconstruct:sword_blade:0, Firewood Sword Blade -tconstruct:sword_blade:0, Iron Sword Blade -tconstruct:sword_blade:0, Pig Iron Sword Blade -tconstruct:sword_blade:0, Knightslime Sword Blade -tconstruct:sword_blade:0, Slime Sword Blade -tconstruct:sword_blade:0, Slime Sword Blade -tconstruct:sword_blade:0, Magma Slime Sword Blade -tconstruct:sword_blade:0, Netherrack Sword Blade -tconstruct:sword_blade:0, Cobalt Sword Blade -tconstruct:sword_blade:0, Ardite Sword Blade -tconstruct:sword_blade:0, Manyullyn Sword Blade -tconstruct:sword_blade:0, Copper Sword Blade -tconstruct:sword_blade:0, Bronze Sword Blade -tconstruct:sword_blade:0, Lead Sword Blade -tconstruct:sword_blade:0, Silver Sword Blade -tconstruct:sword_blade:0, Electrum Sword Blade -tconstruct:sword_blade:0, Steel Sword Blade -tconstruct:sword_blade:0, Abyssalnite Sword Blade -tconstruct:sword_blade:0, Refined Coralium Sword Blade -tconstruct:sword_blade:0, Dreadium Sword Blade -tconstruct:sword_blade:0, Treated Wood Sword Blade -tconstruct:sword_blade:0, Constantan Sword Blade -tconstruct:sword_blade:0, Baronyte Sword Blade -tconstruct:sword_blade:0, Blazium Sword Blade -tconstruct:sword_blade:0, Elecanium Sword Blade -tconstruct:sword_blade:0, Emberstone Sword Blade -tconstruct:sword_blade:0, Ghastly Sword Blade -tconstruct:sword_blade:0, Ghoulish Sword Blade -tconstruct:sword_blade:0, Limonite Sword Blade -tconstruct:sword_blade:0, Lunar Sword Blade -tconstruct:sword_blade:0, Lyon Sword Blade -tconstruct:sword_blade:0, Mystite Sword Blade -tconstruct:sword_blade:0, Rosite Sword Blade -tconstruct:sword_blade:0, Shyrestone Sword Blade -tconstruct:sword_blade:0, Skeletal Sword Blade -tconstruct:sword_blade:0, Varsium Sword Blade -tconstruct:sword_blade:0, Charger Sword Blade -tconstruct:sword_blade:0, Blood Infused Wooden Sword Blade -tconstruct:sword_blade:0, Blood Infused Iron Sword Blade -tconstruct:sword_blade:0, Realmite Sword Blade -tconstruct:sword_blade:0, Arlemite Sword Blade -tconstruct:sword_blade:0, Rupee Sword Blade -tconstruct:sword_blade:0, Netherite Sword Blade -tconstruct:sword_blade:0, Bloodmaster Sword Blade -tconstruct:sword_blade:0, Adamantium Sword Blade -tconstruct:sword_blade:0, Vibranium Sword Blade -tconstruct:sword_blade:0, Vibranium Alloy Sword Blade -tconstruct:sword_blade:0, Parafrosynium Sword Blade -tconstruct:sword_blade:0, Rosidian Sword Blade -tconstruct:sword_blade:0, Phasing Alloy Sword Blade -tconstruct:sword_blade:0, Wrought Iron Sword Blade -tconstruct:sword_blade:0, Barathosynium Sword Blade -tconstruct:sword_blade:0, Abyssal Flesh Sword Blade -tconstruct:sword_blade:0, Crystalline Ichorium Sword Blade -tconstruct:sword_blade:0, Kaiyu Sword Blade -tconstruct:sword_blade:0, Berserker Steel Sword Blade -tconstruct:sword_blade:0, Endlessly Hungry Sword Blade -tconstruct:sword_blade:0, Infused Dread Sword Blade -tconstruct:sword_blade:0, Brightsteel Alloy Sword Blade -tconstruct:sword_blade:0, Runandium Sword Blade -tconstruct:sword_blade:0, Ascended Draconic Alloy Sword Blade -tconstruct:sword_blade:0, Neutronium Sword Blade -tconstruct:sword_blade:0, Hihi'Irokane Sword Blade -tconstruct:sword_blade:0, Orichalcum Sword Blade -tconstruct:sword_blade:0, Demonic Ember Sword Blade -tconstruct:sword_blade:0, Dark Matter 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 -tconstruct:sword_blade:0, Magical Wooden Sword Blade -tconstruct:sword_blade:0, Evil Infused Sword Blade -tconstruct:sword_blade:0, Enchanted Sword Blade -tconstruct:sword_blade:0, Demonic Sword Blade -tconstruct:sword_blade:0, Molten Meat Sword Blade -tconstruct:sword_blade:0, Vespa Carapace Sword Blade -tconstruct:sword_blade:0, Scythe Claw Sword Blade -tconstruct:sword_blade:0, Ectoplasm Sword Blade -tconstruct:sword_blade:0, Dragon Bone Sword Blade -tconstruct:sword_blade:0, Desert Myrmex Chitin Sword Blade -tconstruct:sword_blade:0, Jungle Myrmex Chitin Sword Blade -tconstruct:sword_blade:0, Fire Dragonsteel Sword Blade -tconstruct:sword_blade:0, Ice Dragonsteel Sword Blade -tconstruct:sword_blade:0, Lightning Dragonsteel Sword Blade -tconstruct:sword_blade:0, Weezer Sword Blade -tconstruct:sword_blade:0, Prosperity Shard Sword Blade -tconstruct:sword_blade:0, Soulium Sword Blade -tconstruct:sword_blade:0, Base Essence Sword Blade -tconstruct:sword_blade:0, Inferium Sword Blade -tconstruct:sword_blade:0, Prudentium Sword Blade -tconstruct:sword_blade:0, Intermedium Sword Blade -tconstruct:sword_blade:0, Superium Sword Blade -tconstruct:sword_blade:0, Supremium Sword Blade -tconstruct:sword_blade:0, Boron Sword Blade -tconstruct:sword_blade:0, Tough Alloy Sword Blade -tconstruct:sword_blade:0, Hard Carbon Sword Blade -tconstruct:sword_blade:0, Boron Nitride Sword Blade -tconstruct:sword_blade:0, Thorium Sword Blade -tconstruct:sword_blade:0, Uranium Sword Blade -tconstruct:sword_blade:0, Magnesium Sword Blade -tconstruct:sword_blade:0, Chocolate Sword Blade -tconstruct:sword_blade:0, Plastic Sword Blade -tconstruct:sword_blade:0, Pink Slime Sword Blade -tconstruct:sword_blade:0, Reinforced Pink Slime Sword Blade -tconstruct:sword_blade:0, Platinum Sword Blade -tconstruct:sword_blade:0, Iridium Sword Blade -tconstruct:sword_blade:0, Mithril Sword Blade -tconstruct:sword_blade:0, Invar Sword Blade -tconstruct:sword_blade:0, Nickel Sword Blade -tconstruct:sword_blade:0, Tin Sword Blade -tconstruct:sword_blade:0, Brass Sword Blade -tconstruct:sword_blade:0, Aluminum Sword Blade -tconstruct:sword_blade:0, Zinc Sword Blade -tconstruct:sword_blade:0, Refined Obsidian Sword Blade -tconstruct:sword_blade:0, Refined Glowstone Sword Blade -tconstruct:sword_blade:0, Osmium Sword Blade -tconstruct:sword_blade:0, Manasteel Sword Blade -tconstruct:sword_blade:0, Terrasteel Sword Blade -tconstruct:sword_blade:0, Gaia Spirit Sword Blade -tconstruct:sword_blade:0, Yellorium Sword Blade -tconstruct:sword_blade:0, Cyanite Sword Blade -tconstruct:sword_blade:0, Blutonium Sword Blade -tconstruct:sword_blade:0, Ludicrite Sword Blade -tconstruct:sword_blade:0, Quartz Enriched Iron Sword Blade -tconstruct:sword_blade:0, Psimetal Sword Blade -tconstruct:sword_blade:0, Psigem Sword Blade -tconstruct:sword_blade:0, Ivory Psimetal Sword Blade -tconstruct:sword_blade:0, Ebony Psimetal Sword Blade -tconstruct:sword_blade:0, Red Matter Sword Blade -tconstruct:sword_blade:0, Fluxed Electrum Sword Blade -tconstruct:sword_blade:0, Refined Iron Sword Blade -tconstruct:sword_blade:0, Tungsten Sword Blade -tconstruct:sword_blade:0, Titanium Sword Blade -tconstruct:sword_blade:0, Chrome Sword Blade -tconstruct:sword_blade:0, Advanced Alloy Sword Blade -tconstruct:sword_blade:0, Ruby Sword Blade -tconstruct:sword_blade:0, Sapphire Sword Blade -tconstruct:sword_blade:0, Peridot Sword Blade -tconstruct:sword_blade:0, Yellow Garnet Sword Blade -tconstruct:sword_blade:0, Red Garnet Sword Blade -tconstruct:sword_blade:0, Rubber Sword Blade -tconstruct:sword_blade:0, Alumite Sword Blade -tconstruct:sword_blade:0, Ascended Sapphire Sword Blade -tconstruct:sword_blade:0, Jade Sword Blade -tconstruct:sword_blade:0, Malachite Sword Blade -tconstruct:sword_blade:0, Amber Sword Blade -tconstruct:sword_blade:0, Topaz Sword Blade -tconstruct:sword_blade:0, Tanzanite Sword Blade -tconstruct:sword_blade:0, Amethyst Sword Blade -tconstruct:sword_blade:0, Lumium Sword Blade -tconstruct:sword_blade:0, Enderium Sword Blade -tconstruct:sword_blade:0, Black Quartz Sword Blade -tconstruct:sword_blade:0, Void Sword Blade -tconstruct:sword_blade:0, Enori Sword Blade -tconstruct:sword_blade:0, Palis Sword Blade -tconstruct:sword_blade:0, Emeradic Sword Blade -tconstruct:sword_blade:0, Diamatine Sword Blade -tconstruct:sword_blade:0, Infinity Sword Blade -tconstruct:sword_blade:0, Certus Quartz Sword Blade -tconstruct:sword_blade:0, Fluix Crystal Sword Blade -tconstruct:sword_blade:0, Mica Sword Blade -tconstruct:sword_blade:0, Litherite Sword Blade -tconstruct:sword_blade:0, Erodium Sword Blade -tconstruct:sword_blade:0, Kyronite Sword Blade -tconstruct:sword_blade:0, Pladium Sword Blade -tconstruct:sword_blade:0, Ionite Sword Blade -tconstruct:sword_blade:0, Aethium Sword Blade -tconstruct:sword_blade:0, Thaumium Sword Blade -tconstruct:sword_blade:0, Starmetal Sword Blade -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, Wyvern Sword Blade -tconstruct:sword_blade:0, Awakened Sword Blade -tconstruct:sword_blade:0, Chaotic Sword Blade -tconstruct:sword_blade:0, Fusewood Sword Blade -tconstruct:sword_blade:0, Ghostwood Sword Blade -tconstruct:sword_blade:0, Darkwood Sword Blade -tconstruct:sword_blade:0, Emerald 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 -tconstruct:large_sword_blade:0, Red Large Sword Blade -tconstruct:large_sword_blade:0, Conductive Large Sword Blade -tconstruct:large_sword_blade:0, Pulsating Large Sword Blade -tconstruct:large_sword_blade:0, Dark Large Sword Blade -tconstruct:large_sword_blade:0, Souled Large Sword Blade -tconstruct:large_sword_blade:0, Large Sword Blade of the End -tconstruct:large_sword_blade:0, Fake-Iron Large Sword Blade -tconstruct:large_sword_blade:0, Naga Scale Large Sword Blade -tconstruct:large_sword_blade:0, Steeleaf Large Sword Blade -tconstruct:large_sword_blade:0, Fiery Large Sword Blade -tconstruct:large_sword_blade:0, Knightly Large Sword Blade -tconstruct:large_sword_blade:0, Wooden Large Sword Blade -tconstruct:large_sword_blade:0, Stone Large Sword Blade -tconstruct:large_sword_blade:0, Flint Large Sword Blade -tconstruct:large_sword_blade:0, Cactus Large Sword Blade -tconstruct:large_sword_blade:0, Bone Large Sword Blade -tconstruct:large_sword_blade:0, Obsidian Large Sword Blade -tconstruct:large_sword_blade:0, Prismarine Large Sword Blade -tconstruct:large_sword_blade:0, End Large Sword Blade -tconstruct:large_sword_blade:0, Paper Large Sword Blade -tconstruct:large_sword_blade:0, Sponge Large Sword Blade -tconstruct:large_sword_blade:0, Firewood Large Sword Blade -tconstruct:large_sword_blade:0, Iron Large Sword Blade -tconstruct:large_sword_blade:0, Pig Iron Large Sword Blade -tconstruct:large_sword_blade:0, Knightslime Large Sword Blade -tconstruct:large_sword_blade:0, Slime Large Sword Blade -tconstruct:large_sword_blade:0, Slime Large Sword Blade -tconstruct:large_sword_blade:0, Magma Slime Large Sword Blade -tconstruct:large_sword_blade:0, Netherrack Large Sword Blade -tconstruct:large_sword_blade:0, Cobalt Large Sword Blade -tconstruct:large_sword_blade:0, Ardite Large Sword Blade -tconstruct:large_sword_blade:0, Manyullyn Large Sword Blade -tconstruct:large_sword_blade:0, Copper Large Sword Blade -tconstruct:large_sword_blade:0, Bronze Large Sword Blade -tconstruct:large_sword_blade:0, Lead Large Sword Blade -tconstruct:large_sword_blade:0, Silver Large Sword Blade -tconstruct:large_sword_blade:0, Electrum Large Sword Blade -tconstruct:large_sword_blade:0, Steel Large Sword Blade -tconstruct:large_sword_blade:0, Abyssalnite Large Sword Blade -tconstruct:large_sword_blade:0, Refined Coralium Large Sword Blade -tconstruct:large_sword_blade:0, Dreadium Large Sword Blade -tconstruct:large_sword_blade:0, Treated Wood Large Sword Blade -tconstruct:large_sword_blade:0, Constantan Large Sword Blade -tconstruct:large_sword_blade:0, Baronyte Large Sword Blade -tconstruct:large_sword_blade:0, Blazium Large Sword Blade -tconstruct:large_sword_blade:0, Elecanium Large Sword Blade -tconstruct:large_sword_blade:0, Emberstone Large Sword Blade -tconstruct:large_sword_blade:0, Ghastly Large Sword Blade -tconstruct:large_sword_blade:0, Ghoulish Large Sword Blade -tconstruct:large_sword_blade:0, Limonite Large Sword Blade -tconstruct:large_sword_blade:0, Lunar Large Sword Blade -tconstruct:large_sword_blade:0, Lyon Large Sword Blade -tconstruct:large_sword_blade:0, Mystite Large Sword Blade -tconstruct:large_sword_blade:0, Rosite Large Sword Blade -tconstruct:large_sword_blade:0, Shyrestone Large Sword Blade -tconstruct:large_sword_blade:0, Skeletal Large Sword Blade -tconstruct:large_sword_blade:0, Varsium Large Sword Blade -tconstruct:large_sword_blade:0, Charger Large Sword Blade -tconstruct:large_sword_blade:0, Blood Infused Wooden Large Sword Blade -tconstruct:large_sword_blade:0, Blood Infused Iron Large Sword Blade -tconstruct:large_sword_blade:0, Realmite Large Sword Blade -tconstruct:large_sword_blade:0, Arlemite Large Sword Blade -tconstruct:large_sword_blade:0, Rupee Large Sword Blade -tconstruct:large_sword_blade:0, Netherite Large Sword Blade -tconstruct:large_sword_blade:0, Bloodmaster Large Sword Blade -tconstruct:large_sword_blade:0, Adamantium Large Sword Blade -tconstruct:large_sword_blade:0, Vibranium Large Sword Blade -tconstruct:large_sword_blade:0, Vibranium Alloy Large Sword Blade -tconstruct:large_sword_blade:0, Parafrosynium Large Sword Blade -tconstruct:large_sword_blade:0, Rosidian Large Sword Blade -tconstruct:large_sword_blade:0, Phasing Alloy Large Sword Blade -tconstruct:large_sword_blade:0, Wrought Iron Large Sword Blade -tconstruct:large_sword_blade:0, Barathosynium Large Sword Blade -tconstruct:large_sword_blade:0, Abyssal Flesh Large Sword Blade -tconstruct:large_sword_blade:0, Crystalline Ichorium Large Sword Blade -tconstruct:large_sword_blade:0, Kaiyu Large Sword Blade -tconstruct:large_sword_blade:0, Berserker Steel Large Sword Blade -tconstruct:large_sword_blade:0, Endlessly Hungry Large Sword Blade -tconstruct:large_sword_blade:0, Infused Dread Large Sword Blade -tconstruct:large_sword_blade:0, Brightsteel Alloy Large Sword Blade -tconstruct:large_sword_blade:0, Runandium Large Sword Blade -tconstruct:large_sword_blade:0, Ascended Draconic Alloy Large Sword Blade -tconstruct:large_sword_blade:0, Neutronium Large Sword Blade -tconstruct:large_sword_blade:0, Hihi'Irokane Large Sword Blade -tconstruct:large_sword_blade:0, Orichalcum Large Sword Blade -tconstruct:large_sword_blade:0, Demonic Ember Large Sword Blade -tconstruct:large_sword_blade:0, Dark Matter 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 -tconstruct:large_sword_blade:0, Magical Wooden Large Sword Blade -tconstruct:large_sword_blade:0, Evil Infused Large Sword Blade -tconstruct:large_sword_blade:0, Enchanted Large Sword Blade -tconstruct:large_sword_blade:0, Demonic Large Sword Blade -tconstruct:large_sword_blade:0, Molten Meat Large Sword Blade -tconstruct:large_sword_blade:0, Vespa Carapace Large Sword Blade -tconstruct:large_sword_blade:0, Scythe Claw Large Sword Blade -tconstruct:large_sword_blade:0, Ectoplasm Large Sword Blade -tconstruct:large_sword_blade:0, Dragon Bone Large Sword Blade -tconstruct:large_sword_blade:0, Desert Myrmex Chitin Large Sword Blade -tconstruct:large_sword_blade:0, Jungle Myrmex Chitin Large Sword Blade -tconstruct:large_sword_blade:0, Fire Dragonsteel Large Sword Blade -tconstruct:large_sword_blade:0, Ice Dragonsteel Large Sword Blade -tconstruct:large_sword_blade:0, Lightning Dragonsteel Large Sword Blade -tconstruct:large_sword_blade:0, Weezer Large Sword Blade -tconstruct:large_sword_blade:0, Prosperity Shard Large Sword Blade -tconstruct:large_sword_blade:0, Soulium Large Sword Blade -tconstruct:large_sword_blade:0, Base Essence Large Sword Blade -tconstruct:large_sword_blade:0, Inferium Large Sword Blade -tconstruct:large_sword_blade:0, Prudentium Large Sword Blade -tconstruct:large_sword_blade:0, Intermedium Large Sword Blade -tconstruct:large_sword_blade:0, Superium Large Sword Blade -tconstruct:large_sword_blade:0, Supremium Large Sword Blade -tconstruct:large_sword_blade:0, Boron Large Sword Blade -tconstruct:large_sword_blade:0, Tough Alloy Large Sword Blade -tconstruct:large_sword_blade:0, Hard Carbon Large Sword Blade -tconstruct:large_sword_blade:0, Boron Nitride Large Sword Blade -tconstruct:large_sword_blade:0, Thorium Large Sword Blade -tconstruct:large_sword_blade:0, Uranium Large Sword Blade -tconstruct:large_sword_blade:0, Magnesium Large Sword Blade -tconstruct:large_sword_blade:0, Chocolate Large Sword Blade -tconstruct:large_sword_blade:0, Plastic Large Sword Blade -tconstruct:large_sword_blade:0, Pink Slime Large Sword Blade -tconstruct:large_sword_blade:0, Reinforced Pink Slime Large Sword Blade -tconstruct:large_sword_blade:0, Platinum Large Sword Blade -tconstruct:large_sword_blade:0, Iridium Large Sword Blade -tconstruct:large_sword_blade:0, Mithril Large Sword Blade -tconstruct:large_sword_blade:0, Invar Large Sword Blade -tconstruct:large_sword_blade:0, Nickel Large Sword Blade -tconstruct:large_sword_blade:0, Tin Large Sword Blade -tconstruct:large_sword_blade:0, Brass Large Sword Blade -tconstruct:large_sword_blade:0, Aluminum Large Sword Blade -tconstruct:large_sword_blade:0, Zinc Large Sword Blade -tconstruct:large_sword_blade:0, Refined Obsidian Large Sword Blade -tconstruct:large_sword_blade:0, Refined Glowstone Large Sword Blade -tconstruct:large_sword_blade:0, Osmium Large Sword Blade -tconstruct:large_sword_blade:0, Manasteel Large Sword Blade -tconstruct:large_sword_blade:0, Terrasteel Large Sword Blade -tconstruct:large_sword_blade:0, Gaia Spirit Large Sword Blade -tconstruct:large_sword_blade:0, Yellorium Large Sword Blade -tconstruct:large_sword_blade:0, Cyanite Large Sword Blade -tconstruct:large_sword_blade:0, Blutonium Large Sword Blade -tconstruct:large_sword_blade:0, Ludicrite Large Sword Blade -tconstruct:large_sword_blade:0, Quartz Enriched Iron Large Sword Blade -tconstruct:large_sword_blade:0, Psimetal Large Sword Blade -tconstruct:large_sword_blade:0, Psigem Large Sword Blade -tconstruct:large_sword_blade:0, Ivory Psimetal Large Sword Blade -tconstruct:large_sword_blade:0, Ebony Psimetal Large Sword Blade -tconstruct:large_sword_blade:0, Red Matter Large Sword Blade -tconstruct:large_sword_blade:0, Fluxed Electrum Large Sword Blade -tconstruct:large_sword_blade:0, Refined Iron Large Sword Blade -tconstruct:large_sword_blade:0, Tungsten Large Sword Blade -tconstruct:large_sword_blade:0, Titanium Large Sword Blade -tconstruct:large_sword_blade:0, Chrome Large Sword Blade -tconstruct:large_sword_blade:0, Advanced Alloy Large Sword Blade -tconstruct:large_sword_blade:0, Ruby Large Sword Blade -tconstruct:large_sword_blade:0, Sapphire Large Sword Blade -tconstruct:large_sword_blade:0, Peridot Large Sword Blade -tconstruct:large_sword_blade:0, Yellow Garnet Large Sword Blade -tconstruct:large_sword_blade:0, Red Garnet Large Sword Blade -tconstruct:large_sword_blade:0, Rubber Large Sword Blade -tconstruct:large_sword_blade:0, Alumite Large Sword Blade -tconstruct:large_sword_blade:0, Ascended Sapphire Large Sword Blade -tconstruct:large_sword_blade:0, Jade Large Sword Blade -tconstruct:large_sword_blade:0, Malachite Large Sword Blade -tconstruct:large_sword_blade:0, Amber Large Sword Blade -tconstruct:large_sword_blade:0, Topaz Large Sword Blade -tconstruct:large_sword_blade:0, Tanzanite Large Sword Blade -tconstruct:large_sword_blade:0, Amethyst Large Sword Blade -tconstruct:large_sword_blade:0, Lumium Large Sword Blade -tconstruct:large_sword_blade:0, Enderium Large Sword Blade -tconstruct:large_sword_blade:0, Black Quartz Large Sword Blade -tconstruct:large_sword_blade:0, Void Large Sword Blade -tconstruct:large_sword_blade:0, Enori Large Sword Blade -tconstruct:large_sword_blade:0, Palis Large Sword Blade -tconstruct:large_sword_blade:0, Emeradic Large Sword Blade -tconstruct:large_sword_blade:0, Diamatine Large Sword Blade -tconstruct:large_sword_blade:0, Infinity Large Sword Blade -tconstruct:large_sword_blade:0, Certus Quartz Large Sword Blade -tconstruct:large_sword_blade:0, Fluix Crystal Large Sword Blade -tconstruct:large_sword_blade:0, Mica Large Sword Blade -tconstruct:large_sword_blade:0, Litherite Large Sword Blade -tconstruct:large_sword_blade:0, Erodium Large Sword Blade -tconstruct:large_sword_blade:0, Kyronite Large Sword Blade -tconstruct:large_sword_blade:0, Pladium Large Sword Blade -tconstruct:large_sword_blade:0, Ionite Large Sword Blade -tconstruct:large_sword_blade:0, Aethium Large Sword Blade -tconstruct:large_sword_blade:0, Thaumium Large Sword Blade -tconstruct:large_sword_blade:0, Starmetal Large Sword Blade -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, Wyvern Large Sword Blade -tconstruct:large_sword_blade:0, Awakened Large Sword Blade -tconstruct:large_sword_blade:0, Chaotic Large Sword Blade -tconstruct:large_sword_blade:0, Fusewood Large Sword Blade -tconstruct:large_sword_blade:0, Ghostwood Large Sword Blade -tconstruct:large_sword_blade:0, Darkwood Large Sword Blade -tconstruct:large_sword_blade:0, Emerald Large Sword Blade -tconstruct:hammer_head:0, Electrical Hammer Head -tconstruct:hammer_head:0, Energetic Hammer Head -tconstruct:hammer_head:0, Vibrant Hammer Head -tconstruct:hammer_head:0, Red Hammer Head -tconstruct:hammer_head:0, Conductive Hammer Head -tconstruct:hammer_head:0, Pulsating Hammer Head -tconstruct:hammer_head:0, Dark Hammer Head -tconstruct:hammer_head:0, Souled Hammer Head -tconstruct:hammer_head:0, Hammer Head of the End -tconstruct:hammer_head:0, Fake-Iron Hammer Head -tconstruct:hammer_head:0, Naga Scale Hammer Head -tconstruct:hammer_head:0, Steeleaf Hammer Head -tconstruct:hammer_head:0, Fiery Hammer Head -tconstruct:hammer_head:0, Knightly Hammer Head -tconstruct:hammer_head:0, Wooden Hammer Head -tconstruct:hammer_head:0, Stone Hammer Head -tconstruct:hammer_head:0, Flint Hammer Head -tconstruct:hammer_head:0, Cactus Hammer Head -tconstruct:hammer_head:0, Bone Hammer Head -tconstruct:hammer_head:0, Obsidian Hammer Head -tconstruct:hammer_head:0, Prismarine Hammer Head -tconstruct:hammer_head:0, End Hammer Head -tconstruct:hammer_head:0, Paper Hammer Head -tconstruct:hammer_head:0, Sponge Hammer Head -tconstruct:hammer_head:0, Firewood Hammer Head -tconstruct:hammer_head:0, Iron Hammer Head -tconstruct:hammer_head:0, Pig Iron Hammer Head -tconstruct:hammer_head:0, Knightslime Hammer Head -tconstruct:hammer_head:0, Slime Hammer Head -tconstruct:hammer_head:0, Slime Hammer Head -tconstruct:hammer_head:0, Magma Slime Hammer Head -tconstruct:hammer_head:0, Netherrack Hammer Head -tconstruct:hammer_head:0, Cobalt Hammer Head -tconstruct:hammer_head:0, Ardite Hammer Head -tconstruct:hammer_head:0, Manyullyn Hammer Head -tconstruct:hammer_head:0, Copper Hammer Head -tconstruct:hammer_head:0, Bronze Hammer Head -tconstruct:hammer_head:0, Lead Hammer Head -tconstruct:hammer_head:0, Silver Hammer Head -tconstruct:hammer_head:0, Electrum Hammer Head -tconstruct:hammer_head:0, Steel Hammer Head -tconstruct:hammer_head:0, Abyssalnite Hammer Head -tconstruct:hammer_head:0, Refined Coralium Hammer Head -tconstruct:hammer_head:0, Dreadium Hammer Head -tconstruct:hammer_head:0, Treated Wood Hammer Head -tconstruct:hammer_head:0, Constantan Hammer Head -tconstruct:hammer_head:0, Baronyte Hammer Head -tconstruct:hammer_head:0, Blazium Hammer Head -tconstruct:hammer_head:0, Elecanium Hammer Head -tconstruct:hammer_head:0, Emberstone Hammer Head -tconstruct:hammer_head:0, Ghastly Hammer Head -tconstruct:hammer_head:0, Ghoulish Hammer Head -tconstruct:hammer_head:0, Limonite Hammer Head -tconstruct:hammer_head:0, Lunar Hammer Head -tconstruct:hammer_head:0, Lyon Hammer Head -tconstruct:hammer_head:0, Mystite Hammer Head -tconstruct:hammer_head:0, Rosite Hammer Head -tconstruct:hammer_head:0, Shyrestone Hammer Head -tconstruct:hammer_head:0, Skeletal Hammer Head -tconstruct:hammer_head:0, Varsium Hammer Head -tconstruct:hammer_head:0, Charger Hammer Head -tconstruct:hammer_head:0, Blood Infused Wooden Hammer Head -tconstruct:hammer_head:0, Blood Infused Iron Hammer Head -tconstruct:hammer_head:0, Realmite Hammer Head -tconstruct:hammer_head:0, Arlemite Hammer Head -tconstruct:hammer_head:0, Rupee Hammer Head -tconstruct:hammer_head:0, Netherite Hammer Head -tconstruct:hammer_head:0, Bloodmaster Hammer Head -tconstruct:hammer_head:0, Adamantium Hammer Head -tconstruct:hammer_head:0, Vibranium Hammer Head -tconstruct:hammer_head:0, Vibranium Alloy Hammer Head -tconstruct:hammer_head:0, Parafrosynium Hammer Head -tconstruct:hammer_head:0, Rosidian Hammer Head -tconstruct:hammer_head:0, Phasing Alloy Hammer Head -tconstruct:hammer_head:0, Wrought Iron Hammer Head -tconstruct:hammer_head:0, Barathosynium Hammer Head -tconstruct:hammer_head:0, Abyssal Flesh Hammer Head -tconstruct:hammer_head:0, Crystalline Ichorium Hammer Head -tconstruct:hammer_head:0, Kaiyu Hammer Head -tconstruct:hammer_head:0, Berserker Steel Hammer Head -tconstruct:hammer_head:0, Endlessly Hungry Hammer Head -tconstruct:hammer_head:0, Infused Dread Hammer Head -tconstruct:hammer_head:0, Brightsteel Alloy Hammer Head -tconstruct:hammer_head:0, Runandium Hammer Head -tconstruct:hammer_head:0, Ascended Draconic Alloy Hammer Head -tconstruct:hammer_head:0, Neutronium Hammer Head -tconstruct:hammer_head:0, Hihi'Irokane Hammer Head -tconstruct:hammer_head:0, Orichalcum Hammer Head -tconstruct:hammer_head:0, Demonic Ember Hammer Head -tconstruct:hammer_head:0, Dark Matter 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 -tconstruct:hammer_head:0, Magical Wooden Hammer Head -tconstruct:hammer_head:0, Evil Infused Hammer Head -tconstruct:hammer_head:0, Enchanted Hammer Head -tconstruct:hammer_head:0, Demonic Hammer Head -tconstruct:hammer_head:0, Molten Meat Hammer Head -tconstruct:hammer_head:0, Vespa Carapace Hammer Head -tconstruct:hammer_head:0, Scythe Claw Hammer Head -tconstruct:hammer_head:0, Ectoplasm Hammer Head -tconstruct:hammer_head:0, Dragon Bone Hammer Head -tconstruct:hammer_head:0, Desert Myrmex Chitin Hammer Head -tconstruct:hammer_head:0, Jungle Myrmex Chitin Hammer Head -tconstruct:hammer_head:0, Fire Dragonsteel Hammer Head -tconstruct:hammer_head:0, Ice Dragonsteel Hammer Head -tconstruct:hammer_head:0, Lightning Dragonsteel Hammer Head -tconstruct:hammer_head:0, Weezer Hammer Head -tconstruct:hammer_head:0, Prosperity Shard Hammer Head -tconstruct:hammer_head:0, Soulium Hammer Head -tconstruct:hammer_head:0, Base Essence Hammer Head -tconstruct:hammer_head:0, Inferium Hammer Head -tconstruct:hammer_head:0, Prudentium Hammer Head -tconstruct:hammer_head:0, Intermedium Hammer Head -tconstruct:hammer_head:0, Superium Hammer Head -tconstruct:hammer_head:0, Supremium Hammer Head -tconstruct:hammer_head:0, Boron Hammer Head -tconstruct:hammer_head:0, Tough Alloy Hammer Head -tconstruct:hammer_head:0, Hard Carbon Hammer Head -tconstruct:hammer_head:0, Boron Nitride Hammer Head -tconstruct:hammer_head:0, Thorium Hammer Head -tconstruct:hammer_head:0, Uranium Hammer Head -tconstruct:hammer_head:0, Magnesium Hammer Head -tconstruct:hammer_head:0, Chocolate Hammer Head -tconstruct:hammer_head:0, Plastic Hammer Head -tconstruct:hammer_head:0, Pink Slime Hammer Head -tconstruct:hammer_head:0, Reinforced Pink Slime Hammer Head -tconstruct:hammer_head:0, Platinum Hammer Head -tconstruct:hammer_head:0, Iridium Hammer Head -tconstruct:hammer_head:0, Mithril Hammer Head -tconstruct:hammer_head:0, Invar Hammer Head -tconstruct:hammer_head:0, Nickel Hammer Head -tconstruct:hammer_head:0, Tin Hammer Head -tconstruct:hammer_head:0, Brass Hammer Head -tconstruct:hammer_head:0, Aluminum Hammer Head -tconstruct:hammer_head:0, Zinc Hammer Head -tconstruct:hammer_head:0, Refined Obsidian Hammer Head -tconstruct:hammer_head:0, Refined Glowstone Hammer Head -tconstruct:hammer_head:0, Osmium Hammer Head -tconstruct:hammer_head:0, Manasteel Hammer Head -tconstruct:hammer_head:0, Terrasteel Hammer Head -tconstruct:hammer_head:0, Gaia Spirit Hammer Head -tconstruct:hammer_head:0, Yellorium Hammer Head -tconstruct:hammer_head:0, Cyanite Hammer Head -tconstruct:hammer_head:0, Blutonium Hammer Head -tconstruct:hammer_head:0, Ludicrite Hammer Head -tconstruct:hammer_head:0, Quartz Enriched Iron Hammer Head -tconstruct:hammer_head:0, Psimetal Hammer Head -tconstruct:hammer_head:0, Psigem Hammer Head -tconstruct:hammer_head:0, Ivory Psimetal Hammer Head -tconstruct:hammer_head:0, Ebony Psimetal Hammer Head -tconstruct:hammer_head:0, Red Matter Hammer Head -tconstruct:hammer_head:0, Fluxed Electrum Hammer Head -tconstruct:hammer_head:0, Refined Iron Hammer Head -tconstruct:hammer_head:0, Tungsten Hammer Head -tconstruct:hammer_head:0, Titanium Hammer Head -tconstruct:hammer_head:0, Chrome Hammer Head -tconstruct:hammer_head:0, Advanced Alloy Hammer Head -tconstruct:hammer_head:0, Ruby Hammer Head -tconstruct:hammer_head:0, Sapphire Hammer Head -tconstruct:hammer_head:0, Peridot Hammer Head -tconstruct:hammer_head:0, Yellow Garnet Hammer Head -tconstruct:hammer_head:0, Red Garnet Hammer Head -tconstruct:hammer_head:0, Rubber Hammer Head -tconstruct:hammer_head:0, Alumite Hammer Head -tconstruct:hammer_head:0, Ascended Sapphire Hammer Head -tconstruct:hammer_head:0, Jade Hammer Head -tconstruct:hammer_head:0, Malachite Hammer Head -tconstruct:hammer_head:0, Amber Hammer Head -tconstruct:hammer_head:0, Topaz Hammer Head -tconstruct:hammer_head:0, Tanzanite Hammer Head -tconstruct:hammer_head:0, Amethyst Hammer Head -tconstruct:hammer_head:0, Lumium Hammer Head -tconstruct:hammer_head:0, Enderium Hammer Head -tconstruct:hammer_head:0, Black Quartz Hammer Head -tconstruct:hammer_head:0, Void Hammer Head -tconstruct:hammer_head:0, Enori Hammer Head -tconstruct:hammer_head:0, Palis Hammer Head -tconstruct:hammer_head:0, Emeradic Hammer Head -tconstruct:hammer_head:0, Diamatine Hammer Head -tconstruct:hammer_head:0, Infinity Hammer Head -tconstruct:hammer_head:0, Certus Quartz Hammer Head -tconstruct:hammer_head:0, Fluix Crystal Hammer Head -tconstruct:hammer_head:0, Mica Hammer Head -tconstruct:hammer_head:0, Litherite Hammer Head -tconstruct:hammer_head:0, Erodium Hammer Head -tconstruct:hammer_head:0, Kyronite Hammer Head -tconstruct:hammer_head:0, Pladium Hammer Head -tconstruct:hammer_head:0, Ionite Hammer Head -tconstruct:hammer_head:0, Aethium Hammer Head -tconstruct:hammer_head:0, Thaumium Hammer Head -tconstruct:hammer_head:0, Starmetal Hammer Head -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, Wyvern Hammer Head -tconstruct:hammer_head:0, Awakened Hammer Head -tconstruct:hammer_head:0, Chaotic Hammer Head -tconstruct:hammer_head:0, Fusewood Hammer Head -tconstruct:hammer_head:0, Ghostwood Hammer Head -tconstruct:hammer_head:0, Darkwood Hammer Head -tconstruct:hammer_head:0, Emerald Hammer Head -tconstruct:excavator_head:0, Electrical Excavator Head -tconstruct:excavator_head:0, Energetic Excavator Head -tconstruct:excavator_head:0, Vibrant Excavator Head -tconstruct:excavator_head:0, Red Excavator Head -tconstruct:excavator_head:0, Conductive Excavator Head -tconstruct:excavator_head:0, Pulsating Excavator Head -tconstruct:excavator_head:0, Dark Excavator Head -tconstruct:excavator_head:0, Souled Excavator Head -tconstruct:excavator_head:0, Excavator Head of the End -tconstruct:excavator_head:0, Fake-Iron Excavator Head -tconstruct:excavator_head:0, Naga Scale Excavator Head -tconstruct:excavator_head:0, Steeleaf Excavator Head -tconstruct:excavator_head:0, Fiery Excavator Head -tconstruct:excavator_head:0, Knightly Excavator Head -tconstruct:excavator_head:0, Wooden Excavator Head -tconstruct:excavator_head:0, Stone Excavator Head -tconstruct:excavator_head:0, Flint Excavator Head -tconstruct:excavator_head:0, Cactus Excavator Head -tconstruct:excavator_head:0, Bone Excavator Head -tconstruct:excavator_head:0, Obsidian Excavator Head -tconstruct:excavator_head:0, Prismarine Excavator Head -tconstruct:excavator_head:0, End Excavator Head -tconstruct:excavator_head:0, Paper Excavator Head -tconstruct:excavator_head:0, Sponge Excavator Head -tconstruct:excavator_head:0, Firewood Excavator Head -tconstruct:excavator_head:0, Iron Excavator Head -tconstruct:excavator_head:0, Pig Iron Excavator Head -tconstruct:excavator_head:0, Knightslime Excavator Head -tconstruct:excavator_head:0, Slime Excavator Head -tconstruct:excavator_head:0, Slime Excavator Head -tconstruct:excavator_head:0, Magma Slime Excavator Head -tconstruct:excavator_head:0, Netherrack Excavator Head -tconstruct:excavator_head:0, Cobalt Excavator Head -tconstruct:excavator_head:0, Ardite Excavator Head -tconstruct:excavator_head:0, Manyullyn Excavator Head -tconstruct:excavator_head:0, Copper Excavator Head -tconstruct:excavator_head:0, Bronze Excavator Head -tconstruct:excavator_head:0, Lead Excavator Head -tconstruct:excavator_head:0, Silver Excavator Head -tconstruct:excavator_head:0, Electrum Excavator Head -tconstruct:excavator_head:0, Steel Excavator Head -tconstruct:excavator_head:0, Abyssalnite Excavator Head -tconstruct:excavator_head:0, Refined Coralium Excavator Head -tconstruct:excavator_head:0, Dreadium Excavator Head -tconstruct:excavator_head:0, Treated Wood Excavator Head -tconstruct:excavator_head:0, Constantan Excavator Head -tconstruct:excavator_head:0, Baronyte Excavator Head -tconstruct:excavator_head:0, Blazium Excavator Head -tconstruct:excavator_head:0, Elecanium Excavator Head -tconstruct:excavator_head:0, Emberstone Excavator Head -tconstruct:excavator_head:0, Ghastly Excavator Head -tconstruct:excavator_head:0, Ghoulish Excavator Head -tconstruct:excavator_head:0, Limonite Excavator Head -tconstruct:excavator_head:0, Lunar Excavator Head -tconstruct:excavator_head:0, Lyon Excavator Head -tconstruct:excavator_head:0, Mystite Excavator Head -tconstruct:excavator_head:0, Rosite Excavator Head -tconstruct:excavator_head:0, Shyrestone Excavator Head -tconstruct:excavator_head:0, Skeletal Excavator Head -tconstruct:excavator_head:0, Varsium Excavator Head -tconstruct:excavator_head:0, Charger Excavator Head -tconstruct:excavator_head:0, Blood Infused Wooden Excavator Head -tconstruct:excavator_head:0, Blood Infused Iron Excavator Head -tconstruct:excavator_head:0, Realmite Excavator Head -tconstruct:excavator_head:0, Arlemite Excavator Head -tconstruct:excavator_head:0, Rupee Excavator Head -tconstruct:excavator_head:0, Netherite Excavator Head -tconstruct:excavator_head:0, Bloodmaster Excavator Head -tconstruct:excavator_head:0, Adamantium Excavator Head -tconstruct:excavator_head:0, Vibranium Excavator Head -tconstruct:excavator_head:0, Vibranium Alloy Excavator Head -tconstruct:excavator_head:0, Parafrosynium Excavator Head -tconstruct:excavator_head:0, Rosidian Excavator Head -tconstruct:excavator_head:0, Phasing Alloy Excavator Head -tconstruct:excavator_head:0, Wrought Iron Excavator Head -tconstruct:excavator_head:0, Barathosynium Excavator Head -tconstruct:excavator_head:0, Abyssal Flesh Excavator Head -tconstruct:excavator_head:0, Crystalline Ichorium Excavator Head -tconstruct:excavator_head:0, Kaiyu Excavator Head -tconstruct:excavator_head:0, Berserker Steel Excavator Head -tconstruct:excavator_head:0, Endlessly Hungry Excavator Head -tconstruct:excavator_head:0, Infused Dread Excavator Head -tconstruct:excavator_head:0, Brightsteel Alloy Excavator Head -tconstruct:excavator_head:0, Runandium Excavator Head -tconstruct:excavator_head:0, Ascended Draconic Alloy Excavator Head -tconstruct:excavator_head:0, Neutronium Excavator Head -tconstruct:excavator_head:0, Hihi'Irokane Excavator Head -tconstruct:excavator_head:0, Orichalcum Excavator Head -tconstruct:excavator_head:0, Demonic Ember Excavator Head -tconstruct:excavator_head:0, Dark Matter 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 -tconstruct:excavator_head:0, Magical Wooden Excavator Head -tconstruct:excavator_head:0, Evil Infused Excavator Head -tconstruct:excavator_head:0, Enchanted Excavator Head -tconstruct:excavator_head:0, Demonic Excavator Head -tconstruct:excavator_head:0, Molten Meat Excavator Head -tconstruct:excavator_head:0, Vespa Carapace Excavator Head -tconstruct:excavator_head:0, Scythe Claw Excavator Head -tconstruct:excavator_head:0, Ectoplasm Excavator Head -tconstruct:excavator_head:0, Dragon Bone Excavator Head -tconstruct:excavator_head:0, Desert Myrmex Chitin Excavator Head -tconstruct:excavator_head:0, Jungle Myrmex Chitin Excavator Head -tconstruct:excavator_head:0, Fire Dragonsteel Excavator Head -tconstruct:excavator_head:0, Ice Dragonsteel Excavator Head -tconstruct:excavator_head:0, Lightning Dragonsteel Excavator Head -tconstruct:excavator_head:0, Weezer Excavator Head -tconstruct:excavator_head:0, Prosperity Shard Excavator Head -tconstruct:excavator_head:0, Soulium Excavator Head -tconstruct:excavator_head:0, Base Essence Excavator Head -tconstruct:excavator_head:0, Inferium Excavator Head -tconstruct:excavator_head:0, Prudentium Excavator Head -tconstruct:excavator_head:0, Intermedium Excavator Head -tconstruct:excavator_head:0, Superium Excavator Head -tconstruct:excavator_head:0, Supremium Excavator Head -tconstruct:excavator_head:0, Boron Excavator Head -tconstruct:excavator_head:0, Tough Alloy Excavator Head -tconstruct:excavator_head:0, Hard Carbon Excavator Head -tconstruct:excavator_head:0, Boron Nitride Excavator Head -tconstruct:excavator_head:0, Thorium Excavator Head -tconstruct:excavator_head:0, Uranium Excavator Head -tconstruct:excavator_head:0, Magnesium Excavator Head -tconstruct:excavator_head:0, Chocolate Excavator Head -tconstruct:excavator_head:0, Plastic Excavator Head -tconstruct:excavator_head:0, Pink Slime Excavator Head -tconstruct:excavator_head:0, Reinforced Pink Slime Excavator Head -tconstruct:excavator_head:0, Platinum Excavator Head -tconstruct:excavator_head:0, Iridium Excavator Head -tconstruct:excavator_head:0, Mithril Excavator Head -tconstruct:excavator_head:0, Invar Excavator Head -tconstruct:excavator_head:0, Nickel Excavator Head -tconstruct:excavator_head:0, Tin Excavator Head -tconstruct:excavator_head:0, Brass Excavator Head -tconstruct:excavator_head:0, Aluminum Excavator Head -tconstruct:excavator_head:0, Zinc Excavator Head -tconstruct:excavator_head:0, Refined Obsidian Excavator Head -tconstruct:excavator_head:0, Refined Glowstone Excavator Head -tconstruct:excavator_head:0, Osmium Excavator Head -tconstruct:excavator_head:0, Manasteel Excavator Head -tconstruct:excavator_head:0, Terrasteel Excavator Head -tconstruct:excavator_head:0, Gaia Spirit Excavator Head -tconstruct:excavator_head:0, Yellorium Excavator Head -tconstruct:excavator_head:0, Cyanite Excavator Head -tconstruct:excavator_head:0, Blutonium Excavator Head -tconstruct:excavator_head:0, Ludicrite Excavator Head -tconstruct:excavator_head:0, Quartz Enriched Iron Excavator Head -tconstruct:excavator_head:0, Psimetal Excavator Head -tconstruct:excavator_head:0, Psigem Excavator Head -tconstruct:excavator_head:0, Ivory Psimetal Excavator Head -tconstruct:excavator_head:0, Ebony Psimetal Excavator Head -tconstruct:excavator_head:0, Red Matter Excavator Head -tconstruct:excavator_head:0, Fluxed Electrum Excavator Head -tconstruct:excavator_head:0, Refined Iron Excavator Head -tconstruct:excavator_head:0, Tungsten Excavator Head -tconstruct:excavator_head:0, Titanium Excavator Head -tconstruct:excavator_head:0, Chrome Excavator Head -tconstruct:excavator_head:0, Advanced Alloy Excavator Head -tconstruct:excavator_head:0, Ruby Excavator Head -tconstruct:excavator_head:0, Sapphire Excavator Head -tconstruct:excavator_head:0, Peridot Excavator Head -tconstruct:excavator_head:0, Yellow Garnet Excavator Head -tconstruct:excavator_head:0, Red Garnet Excavator Head -tconstruct:excavator_head:0, Rubber Excavator Head -tconstruct:excavator_head:0, Alumite Excavator Head -tconstruct:excavator_head:0, Ascended Sapphire Excavator Head -tconstruct:excavator_head:0, Jade Excavator Head -tconstruct:excavator_head:0, Malachite Excavator Head -tconstruct:excavator_head:0, Amber Excavator Head -tconstruct:excavator_head:0, Topaz Excavator Head -tconstruct:excavator_head:0, Tanzanite Excavator Head -tconstruct:excavator_head:0, Amethyst Excavator Head -tconstruct:excavator_head:0, Lumium Excavator Head -tconstruct:excavator_head:0, Enderium Excavator Head -tconstruct:excavator_head:0, Black Quartz Excavator Head -tconstruct:excavator_head:0, Void Excavator Head -tconstruct:excavator_head:0, Enori Excavator Head -tconstruct:excavator_head:0, Palis Excavator Head -tconstruct:excavator_head:0, Emeradic Excavator Head -tconstruct:excavator_head:0, Diamatine Excavator Head -tconstruct:excavator_head:0, Infinity Excavator Head -tconstruct:excavator_head:0, Certus Quartz Excavator Head -tconstruct:excavator_head:0, Fluix Crystal Excavator Head -tconstruct:excavator_head:0, Mica Excavator Head -tconstruct:excavator_head:0, Litherite Excavator Head -tconstruct:excavator_head:0, Erodium Excavator Head -tconstruct:excavator_head:0, Kyronite Excavator Head -tconstruct:excavator_head:0, Pladium Excavator Head -tconstruct:excavator_head:0, Ionite Excavator Head -tconstruct:excavator_head:0, Aethium Excavator Head -tconstruct:excavator_head:0, Thaumium Excavator Head -tconstruct:excavator_head:0, Starmetal Excavator Head -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, Wyvern Excavator Head -tconstruct:excavator_head:0, Awakened Excavator Head -tconstruct:excavator_head:0, Chaotic Excavator Head -tconstruct:excavator_head:0, Fusewood Excavator Head -tconstruct:excavator_head:0, Ghostwood Excavator Head -tconstruct:excavator_head:0, Darkwood Excavator Head -tconstruct:excavator_head:0, Emerald Excavator Head -tconstruct:kama_head:0, Electrical Kama Head -tconstruct:kama_head:0, Energetic Kama Head -tconstruct:kama_head:0, Vibrant Kama Head -tconstruct:kama_head:0, Red Kama Head -tconstruct:kama_head:0, Conductive Kama Head -tconstruct:kama_head:0, Pulsating Kama Head -tconstruct:kama_head:0, Dark Kama Head -tconstruct:kama_head:0, Souled Kama Head -tconstruct:kama_head:0, Kama Head of the End -tconstruct:kama_head:0, Fake-Iron Kama Head -tconstruct:kama_head:0, Naga Scale Kama Head -tconstruct:kama_head:0, Steeleaf Kama Head -tconstruct:kama_head:0, Fiery Kama Head -tconstruct:kama_head:0, Knightly Kama Head -tconstruct:kama_head:0, Wooden Kama Head -tconstruct:kama_head:0, Stone Kama Head -tconstruct:kama_head:0, Flint Kama Head -tconstruct:kama_head:0, Cactus Kama Head -tconstruct:kama_head:0, Bone Kama Head -tconstruct:kama_head:0, Obsidian Kama Head -tconstruct:kama_head:0, Prismarine Kama Head -tconstruct:kama_head:0, End Kama Head -tconstruct:kama_head:0, Paper Kama Head -tconstruct:kama_head:0, Sponge Kama Head -tconstruct:kama_head:0, Firewood Kama Head -tconstruct:kama_head:0, Iron Kama Head -tconstruct:kama_head:0, Pig Iron Kama Head -tconstruct:kama_head:0, Knightslime Kama Head -tconstruct:kama_head:0, Slime Kama Head -tconstruct:kama_head:0, Slime Kama Head -tconstruct:kama_head:0, Magma Slime Kama Head -tconstruct:kama_head:0, Netherrack Kama Head -tconstruct:kama_head:0, Cobalt Kama Head -tconstruct:kama_head:0, Ardite Kama Head -tconstruct:kama_head:0, Manyullyn Kama Head -tconstruct:kama_head:0, Copper Kama Head -tconstruct:kama_head:0, Bronze Kama Head -tconstruct:kama_head:0, Lead Kama Head -tconstruct:kama_head:0, Silver Kama Head -tconstruct:kama_head:0, Electrum Kama Head -tconstruct:kama_head:0, Steel Kama Head -tconstruct:kama_head:0, Abyssalnite Kama Head -tconstruct:kama_head:0, Refined Coralium Kama Head -tconstruct:kama_head:0, Dreadium Kama Head -tconstruct:kama_head:0, Treated Wood Kama Head -tconstruct:kama_head:0, Constantan Kama Head -tconstruct:kama_head:0, Baronyte Kama Head -tconstruct:kama_head:0, Blazium Kama Head -tconstruct:kama_head:0, Elecanium Kama Head -tconstruct:kama_head:0, Emberstone Kama Head -tconstruct:kama_head:0, Ghastly Kama Head -tconstruct:kama_head:0, Ghoulish Kama Head -tconstruct:kama_head:0, Limonite Kama Head -tconstruct:kama_head:0, Lunar Kama Head -tconstruct:kama_head:0, Lyon Kama Head -tconstruct:kama_head:0, Mystite Kama Head -tconstruct:kama_head:0, Rosite Kama Head -tconstruct:kama_head:0, Shyrestone Kama Head -tconstruct:kama_head:0, Skeletal Kama Head -tconstruct:kama_head:0, Varsium Kama Head -tconstruct:kama_head:0, Charger Kama Head -tconstruct:kama_head:0, Blood Infused Wooden Kama Head -tconstruct:kama_head:0, Blood Infused Iron Kama Head -tconstruct:kama_head:0, Realmite Kama Head -tconstruct:kama_head:0, Arlemite Kama Head -tconstruct:kama_head:0, Rupee Kama Head -tconstruct:kama_head:0, Netherite Kama Head -tconstruct:kama_head:0, Bloodmaster Kama Head -tconstruct:kama_head:0, Adamantium Kama Head -tconstruct:kama_head:0, Vibranium Kama Head -tconstruct:kama_head:0, Vibranium Alloy Kama Head -tconstruct:kama_head:0, Parafrosynium Kama Head -tconstruct:kama_head:0, Rosidian Kama Head -tconstruct:kama_head:0, Phasing Alloy Kama Head -tconstruct:kama_head:0, Wrought Iron Kama Head -tconstruct:kama_head:0, Barathosynium Kama Head -tconstruct:kama_head:0, Abyssal Flesh Kama Head -tconstruct:kama_head:0, Crystalline Ichorium Kama Head -tconstruct:kama_head:0, Kaiyu Kama Head -tconstruct:kama_head:0, Berserker Steel Kama Head -tconstruct:kama_head:0, Endlessly Hungry Kama Head -tconstruct:kama_head:0, Infused Dread Kama Head -tconstruct:kama_head:0, Brightsteel Alloy Kama Head -tconstruct:kama_head:0, Runandium Kama Head -tconstruct:kama_head:0, Ascended Draconic Alloy Kama Head -tconstruct:kama_head:0, Neutronium Kama Head -tconstruct:kama_head:0, Hihi'Irokane Kama Head -tconstruct:kama_head:0, Orichalcum Kama Head -tconstruct:kama_head:0, Demonic Ember Kama Head -tconstruct:kama_head:0, Dark Matter 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 -tconstruct:kama_head:0, Magical Wooden Kama Head -tconstruct:kama_head:0, Evil Infused Kama Head -tconstruct:kama_head:0, Enchanted Kama Head -tconstruct:kama_head:0, Demonic Kama Head -tconstruct:kama_head:0, Molten Meat Kama Head -tconstruct:kama_head:0, Vespa Carapace Kama Head -tconstruct:kama_head:0, Scythe Claw Kama Head -tconstruct:kama_head:0, Ectoplasm Kama Head -tconstruct:kama_head:0, Dragon Bone Kama Head -tconstruct:kama_head:0, Desert Myrmex Chitin Kama Head -tconstruct:kama_head:0, Jungle Myrmex Chitin Kama Head -tconstruct:kama_head:0, Fire Dragonsteel Kama Head -tconstruct:kama_head:0, Ice Dragonsteel Kama Head -tconstruct:kama_head:0, Lightning Dragonsteel Kama Head -tconstruct:kama_head:0, Weezer Kama Head -tconstruct:kama_head:0, Prosperity Shard Kama Head -tconstruct:kama_head:0, Soulium Kama Head -tconstruct:kama_head:0, Base Essence Kama Head -tconstruct:kama_head:0, Inferium Kama Head -tconstruct:kama_head:0, Prudentium Kama Head -tconstruct:kama_head:0, Intermedium Kama Head -tconstruct:kama_head:0, Superium Kama Head -tconstruct:kama_head:0, Supremium Kama Head -tconstruct:kama_head:0, Boron Kama Head -tconstruct:kama_head:0, Tough Alloy Kama Head -tconstruct:kama_head:0, Hard Carbon Kama Head -tconstruct:kama_head:0, Boron Nitride Kama Head -tconstruct:kama_head:0, Thorium Kama Head -tconstruct:kama_head:0, Uranium Kama Head -tconstruct:kama_head:0, Magnesium Kama Head -tconstruct:kama_head:0, Chocolate Kama Head -tconstruct:kama_head:0, Plastic Kama Head -tconstruct:kama_head:0, Pink Slime Kama Head -tconstruct:kama_head:0, Reinforced Pink Slime Kama Head -tconstruct:kama_head:0, Platinum Kama Head -tconstruct:kama_head:0, Iridium Kama Head -tconstruct:kama_head:0, Mithril Kama Head -tconstruct:kama_head:0, Invar Kama Head -tconstruct:kama_head:0, Nickel Kama Head -tconstruct:kama_head:0, Tin Kama Head -tconstruct:kama_head:0, Brass Kama Head -tconstruct:kama_head:0, Aluminum Kama Head -tconstruct:kama_head:0, Zinc Kama Head -tconstruct:kama_head:0, Refined Obsidian Kama Head -tconstruct:kama_head:0, Refined Glowstone Kama Head -tconstruct:kama_head:0, Osmium Kama Head -tconstruct:kama_head:0, Manasteel Kama Head -tconstruct:kama_head:0, Terrasteel Kama Head -tconstruct:kama_head:0, Gaia Spirit Kama Head -tconstruct:kama_head:0, Yellorium Kama Head -tconstruct:kama_head:0, Cyanite Kama Head -tconstruct:kama_head:0, Blutonium Kama Head -tconstruct:kama_head:0, Ludicrite Kama Head -tconstruct:kama_head:0, Quartz Enriched Iron Kama Head -tconstruct:kama_head:0, Psimetal Kama Head -tconstruct:kama_head:0, Psigem Kama Head -tconstruct:kama_head:0, Ivory Psimetal Kama Head -tconstruct:kama_head:0, Ebony Psimetal Kama Head -tconstruct:kama_head:0, Red Matter Kama Head -tconstruct:kama_head:0, Fluxed Electrum Kama Head -tconstruct:kama_head:0, Refined Iron Kama Head -tconstruct:kama_head:0, Tungsten Kama Head -tconstruct:kama_head:0, Titanium Kama Head -tconstruct:kama_head:0, Chrome Kama Head -tconstruct:kama_head:0, Advanced Alloy Kama Head -tconstruct:kama_head:0, Ruby Kama Head -tconstruct:kama_head:0, Sapphire Kama Head -tconstruct:kama_head:0, Peridot Kama Head -tconstruct:kama_head:0, Yellow Garnet Kama Head -tconstruct:kama_head:0, Red Garnet Kama Head -tconstruct:kama_head:0, Rubber Kama Head -tconstruct:kama_head:0, Alumite Kama Head -tconstruct:kama_head:0, Ascended Sapphire Kama Head -tconstruct:kama_head:0, Jade Kama Head -tconstruct:kama_head:0, Malachite Kama Head -tconstruct:kama_head:0, Amber Kama Head -tconstruct:kama_head:0, Topaz Kama Head -tconstruct:kama_head:0, Tanzanite Kama Head -tconstruct:kama_head:0, Amethyst Kama Head -tconstruct:kama_head:0, Lumium Kama Head -tconstruct:kama_head:0, Enderium Kama Head -tconstruct:kama_head:0, Black Quartz Kama Head -tconstruct:kama_head:0, Void Kama Head -tconstruct:kama_head:0, Enori Kama Head -tconstruct:kama_head:0, Palis Kama Head -tconstruct:kama_head:0, Emeradic Kama Head -tconstruct:kama_head:0, Diamatine Kama Head -tconstruct:kama_head:0, Infinity Kama Head -tconstruct:kama_head:0, Certus Quartz Kama Head -tconstruct:kama_head:0, Fluix Crystal Kama Head -tconstruct:kama_head:0, Mica Kama Head -tconstruct:kama_head:0, Litherite Kama Head -tconstruct:kama_head:0, Erodium Kama Head -tconstruct:kama_head:0, Kyronite Kama Head -tconstruct:kama_head:0, Pladium Kama Head -tconstruct:kama_head:0, Ionite Kama Head -tconstruct:kama_head:0, Aethium Kama Head -tconstruct:kama_head:0, Thaumium Kama Head -tconstruct:kama_head:0, Starmetal Kama Head -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, Wyvern Kama Head -tconstruct:kama_head:0, Awakened Kama Head -tconstruct:kama_head:0, Chaotic Kama Head -tconstruct:kama_head:0, Fusewood Kama Head -tconstruct:kama_head:0, Ghostwood Kama Head -tconstruct:kama_head:0, Darkwood Kama Head -tconstruct:kama_head:0, Emerald Kama Head -tconstruct:scythe_head:0, Electrical Scythe Head -tconstruct:scythe_head:0, Energetic Scythe Head -tconstruct:scythe_head:0, Vibrant Scythe Head -tconstruct:scythe_head:0, Red Scythe Head -tconstruct:scythe_head:0, Conductive Scythe Head -tconstruct:scythe_head:0, Pulsating Scythe Head -tconstruct:scythe_head:0, Dark Scythe Head -tconstruct:scythe_head:0, Souled Scythe Head -tconstruct:scythe_head:0, Scythe Head of the End -tconstruct:scythe_head:0, Fake-Iron Scythe Head -tconstruct:scythe_head:0, Naga Scale Scythe Head -tconstruct:scythe_head:0, Steeleaf Scythe Head -tconstruct:scythe_head:0, Fiery Scythe Head -tconstruct:scythe_head:0, Knightly Scythe Head -tconstruct:scythe_head:0, Wooden Scythe Head -tconstruct:scythe_head:0, Stone Scythe Head -tconstruct:scythe_head:0, Flint Scythe Head -tconstruct:scythe_head:0, Cactus Scythe Head -tconstruct:scythe_head:0, Bone Scythe Head -tconstruct:scythe_head:0, Obsidian Scythe Head -tconstruct:scythe_head:0, Prismarine Scythe Head -tconstruct:scythe_head:0, End Scythe Head -tconstruct:scythe_head:0, Paper Scythe Head -tconstruct:scythe_head:0, Sponge Scythe Head -tconstruct:scythe_head:0, Firewood Scythe Head -tconstruct:scythe_head:0, Iron Scythe Head -tconstruct:scythe_head:0, Pig Iron Scythe Head -tconstruct:scythe_head:0, Knightslime Scythe Head -tconstruct:scythe_head:0, Slime Scythe Head -tconstruct:scythe_head:0, Slime Scythe Head -tconstruct:scythe_head:0, Magma Slime Scythe Head -tconstruct:scythe_head:0, Netherrack Scythe Head -tconstruct:scythe_head:0, Cobalt Scythe Head -tconstruct:scythe_head:0, Ardite Scythe Head -tconstruct:scythe_head:0, Manyullyn Scythe Head -tconstruct:scythe_head:0, Copper Scythe Head -tconstruct:scythe_head:0, Bronze Scythe Head -tconstruct:scythe_head:0, Lead Scythe Head -tconstruct:scythe_head:0, Silver Scythe Head -tconstruct:scythe_head:0, Electrum Scythe Head -tconstruct:scythe_head:0, Steel Scythe Head -tconstruct:scythe_head:0, Abyssalnite Scythe Head -tconstruct:scythe_head:0, Refined Coralium Scythe Head -tconstruct:scythe_head:0, Dreadium Scythe Head -tconstruct:scythe_head:0, Treated Wood Scythe Head -tconstruct:scythe_head:0, Constantan Scythe Head -tconstruct:scythe_head:0, Baronyte Scythe Head -tconstruct:scythe_head:0, Blazium Scythe Head -tconstruct:scythe_head:0, Elecanium Scythe Head -tconstruct:scythe_head:0, Emberstone Scythe Head -tconstruct:scythe_head:0, Ghastly Scythe Head -tconstruct:scythe_head:0, Ghoulish Scythe Head -tconstruct:scythe_head:0, Limonite Scythe Head -tconstruct:scythe_head:0, Lunar Scythe Head -tconstruct:scythe_head:0, Lyon Scythe Head -tconstruct:scythe_head:0, Mystite Scythe Head -tconstruct:scythe_head:0, Rosite Scythe Head -tconstruct:scythe_head:0, Shyrestone Scythe Head -tconstruct:scythe_head:0, Skeletal Scythe Head -tconstruct:scythe_head:0, Varsium Scythe Head -tconstruct:scythe_head:0, Charger Scythe Head -tconstruct:scythe_head:0, Blood Infused Wooden Scythe Head -tconstruct:scythe_head:0, Blood Infused Iron Scythe Head -tconstruct:scythe_head:0, Realmite Scythe Head -tconstruct:scythe_head:0, Arlemite Scythe Head -tconstruct:scythe_head:0, Rupee Scythe Head -tconstruct:scythe_head:0, Netherite Scythe Head -tconstruct:scythe_head:0, Bloodmaster Scythe Head -tconstruct:scythe_head:0, Adamantium Scythe Head -tconstruct:scythe_head:0, Vibranium Scythe Head -tconstruct:scythe_head:0, Vibranium Alloy Scythe Head -tconstruct:scythe_head:0, Parafrosynium Scythe Head -tconstruct:scythe_head:0, Rosidian Scythe Head -tconstruct:scythe_head:0, Phasing Alloy Scythe Head -tconstruct:scythe_head:0, Wrought Iron Scythe Head -tconstruct:scythe_head:0, Barathosynium Scythe Head -tconstruct:scythe_head:0, Abyssal Flesh Scythe Head -tconstruct:scythe_head:0, Crystalline Ichorium Scythe Head -tconstruct:scythe_head:0, Kaiyu Scythe Head -tconstruct:scythe_head:0, Berserker Steel Scythe Head -tconstruct:scythe_head:0, Endlessly Hungry Scythe Head -tconstruct:scythe_head:0, Infused Dread Scythe Head -tconstruct:scythe_head:0, Brightsteel Alloy Scythe Head -tconstruct:scythe_head:0, Runandium Scythe Head -tconstruct:scythe_head:0, Ascended Draconic Alloy Scythe Head -tconstruct:scythe_head:0, Neutronium Scythe Head -tconstruct:scythe_head:0, Hihi'Irokane Scythe Head -tconstruct:scythe_head:0, Orichalcum Scythe Head -tconstruct:scythe_head:0, Demonic Ember Scythe Head -tconstruct:scythe_head:0, Dark Matter 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 -tconstruct:scythe_head:0, Magical Wooden Scythe Head -tconstruct:scythe_head:0, Evil Infused Scythe Head -tconstruct:scythe_head:0, Enchanted Scythe Head -tconstruct:scythe_head:0, Demonic Scythe Head -tconstruct:scythe_head:0, Molten Meat Scythe Head -tconstruct:scythe_head:0, Vespa Carapace Scythe Head -tconstruct:scythe_head:0, Scythe Claw Scythe Head -tconstruct:scythe_head:0, Ectoplasm Scythe Head -tconstruct:scythe_head:0, Dragon Bone Scythe Head -tconstruct:scythe_head:0, Desert Myrmex Chitin Scythe Head -tconstruct:scythe_head:0, Jungle Myrmex Chitin Scythe Head -tconstruct:scythe_head:0, Fire Dragonsteel Scythe Head -tconstruct:scythe_head:0, Ice Dragonsteel Scythe Head -tconstruct:scythe_head:0, Lightning Dragonsteel Scythe Head -tconstruct:scythe_head:0, Weezer Scythe Head -tconstruct:scythe_head:0, Prosperity Shard Scythe Head -tconstruct:scythe_head:0, Soulium Scythe Head -tconstruct:scythe_head:0, Base Essence Scythe Head -tconstruct:scythe_head:0, Inferium Scythe Head -tconstruct:scythe_head:0, Prudentium Scythe Head -tconstruct:scythe_head:0, Intermedium Scythe Head -tconstruct:scythe_head:0, Superium Scythe Head -tconstruct:scythe_head:0, Supremium Scythe Head -tconstruct:scythe_head:0, Boron Scythe Head -tconstruct:scythe_head:0, Tough Alloy Scythe Head -tconstruct:scythe_head:0, Hard Carbon Scythe Head -tconstruct:scythe_head:0, Boron Nitride Scythe Head -tconstruct:scythe_head:0, Thorium Scythe Head -tconstruct:scythe_head:0, Uranium Scythe Head -tconstruct:scythe_head:0, Magnesium Scythe Head -tconstruct:scythe_head:0, Chocolate Scythe Head -tconstruct:scythe_head:0, Plastic Scythe Head -tconstruct:scythe_head:0, Pink Slime Scythe Head -tconstruct:scythe_head:0, Reinforced Pink Slime Scythe Head -tconstruct:scythe_head:0, Platinum Scythe Head -tconstruct:scythe_head:0, Iridium Scythe Head -tconstruct:scythe_head:0, Mithril Scythe Head -tconstruct:scythe_head:0, Invar Scythe Head -tconstruct:scythe_head:0, Nickel Scythe Head -tconstruct:scythe_head:0, Tin Scythe Head -tconstruct:scythe_head:0, Brass Scythe Head -tconstruct:scythe_head:0, Aluminum Scythe Head -tconstruct:scythe_head:0, Zinc Scythe Head -tconstruct:scythe_head:0, Refined Obsidian Scythe Head -tconstruct:scythe_head:0, Refined Glowstone Scythe Head -tconstruct:scythe_head:0, Osmium Scythe Head -tconstruct:scythe_head:0, Manasteel Scythe Head -tconstruct:scythe_head:0, Terrasteel Scythe Head -tconstruct:scythe_head:0, Gaia Spirit Scythe Head -tconstruct:scythe_head:0, Yellorium Scythe Head -tconstruct:scythe_head:0, Cyanite Scythe Head -tconstruct:scythe_head:0, Blutonium Scythe Head -tconstruct:scythe_head:0, Ludicrite Scythe Head -tconstruct:scythe_head:0, Quartz Enriched Iron Scythe Head -tconstruct:scythe_head:0, Psimetal Scythe Head -tconstruct:scythe_head:0, Psigem Scythe Head -tconstruct:scythe_head:0, Ivory Psimetal Scythe Head -tconstruct:scythe_head:0, Ebony Psimetal Scythe Head -tconstruct:scythe_head:0, Red Matter Scythe Head -tconstruct:scythe_head:0, Fluxed Electrum Scythe Head -tconstruct:scythe_head:0, Refined Iron Scythe Head -tconstruct:scythe_head:0, Tungsten Scythe Head -tconstruct:scythe_head:0, Titanium Scythe Head -tconstruct:scythe_head:0, Chrome Scythe Head -tconstruct:scythe_head:0, Advanced Alloy Scythe Head -tconstruct:scythe_head:0, Ruby Scythe Head -tconstruct:scythe_head:0, Sapphire Scythe Head -tconstruct:scythe_head:0, Peridot Scythe Head -tconstruct:scythe_head:0, Yellow Garnet Scythe Head -tconstruct:scythe_head:0, Red Garnet Scythe Head -tconstruct:scythe_head:0, Rubber Scythe Head -tconstruct:scythe_head:0, Alumite Scythe Head -tconstruct:scythe_head:0, Ascended Sapphire Scythe Head -tconstruct:scythe_head:0, Jade Scythe Head -tconstruct:scythe_head:0, Malachite Scythe Head -tconstruct:scythe_head:0, Amber Scythe Head -tconstruct:scythe_head:0, Topaz Scythe Head -tconstruct:scythe_head:0, Tanzanite Scythe Head -tconstruct:scythe_head:0, Amethyst Scythe Head -tconstruct:scythe_head:0, Lumium Scythe Head -tconstruct:scythe_head:0, Enderium Scythe Head -tconstruct:scythe_head:0, Black Quartz Scythe Head -tconstruct:scythe_head:0, Void Scythe Head -tconstruct:scythe_head:0, Enori Scythe Head -tconstruct:scythe_head:0, Palis Scythe Head -tconstruct:scythe_head:0, Emeradic Scythe Head -tconstruct:scythe_head:0, Diamatine Scythe Head -tconstruct:scythe_head:0, Infinity Scythe Head -tconstruct:scythe_head:0, Certus Quartz Scythe Head -tconstruct:scythe_head:0, Fluix Crystal Scythe Head -tconstruct:scythe_head:0, Mica Scythe Head -tconstruct:scythe_head:0, Litherite Scythe Head -tconstruct:scythe_head:0, Erodium Scythe Head -tconstruct:scythe_head:0, Kyronite Scythe Head -tconstruct:scythe_head:0, Pladium Scythe Head -tconstruct:scythe_head:0, Ionite Scythe Head -tconstruct:scythe_head:0, Aethium Scythe Head -tconstruct:scythe_head:0, Thaumium Scythe Head -tconstruct:scythe_head:0, Starmetal Scythe Head -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, Wyvern Scythe Head -tconstruct:scythe_head:0, Awakened Scythe Head -tconstruct:scythe_head:0, Chaotic Scythe Head -tconstruct:scythe_head:0, Fusewood Scythe Head -tconstruct:scythe_head:0, Ghostwood Scythe Head -tconstruct:scythe_head:0, Darkwood Scythe Head -tconstruct:scythe_head:0, Emerald Scythe Head -tconstruct:pan_head:0, Electrical Pan -tconstruct:pan_head:0, Energetic Pan -tconstruct:pan_head:0, Vibrant Pan -tconstruct:pan_head:0, Red Pan -tconstruct:pan_head:0, Conductive Pan -tconstruct:pan_head:0, Pulsating Pan -tconstruct:pan_head:0, Dark Pan -tconstruct:pan_head:0, Souled Pan -tconstruct:pan_head:0, Pan of the End -tconstruct:pan_head:0, Fake-Iron Pan -tconstruct:pan_head:0, Naga Scale Pan -tconstruct:pan_head:0, Steeleaf Pan -tconstruct:pan_head:0, Fiery Pan -tconstruct:pan_head:0, Knightly Pan -tconstruct:pan_head:0, Wooden Pan -tconstruct:pan_head:0, Stone Pan -tconstruct:pan_head:0, Flint Pan -tconstruct:pan_head:0, Cactus Pan -tconstruct:pan_head:0, Bone Pan -tconstruct:pan_head:0, Obsidian Pan -tconstruct:pan_head:0, Prismarine Pan -tconstruct:pan_head:0, End Pan -tconstruct:pan_head:0, Paper Pan -tconstruct:pan_head:0, Sponge Pan -tconstruct:pan_head:0, Firewood Pan -tconstruct:pan_head:0, Iron Pan -tconstruct:pan_head:0, Pig Iron Pan -tconstruct:pan_head:0, Knightslime Pan -tconstruct:pan_head:0, Slime Pan -tconstruct:pan_head:0, Slime Pan -tconstruct:pan_head:0, Magma Slime Pan -tconstruct:pan_head:0, Netherrack Pan -tconstruct:pan_head:0, Cobalt Pan -tconstruct:pan_head:0, Ardite Pan -tconstruct:pan_head:0, Manyullyn Pan -tconstruct:pan_head:0, Copper Pan -tconstruct:pan_head:0, Bronze Pan -tconstruct:pan_head:0, Lead Pan -tconstruct:pan_head:0, Silver Pan -tconstruct:pan_head:0, Electrum Pan -tconstruct:pan_head:0, Steel Pan -tconstruct:pan_head:0, Abyssalnite Pan -tconstruct:pan_head:0, Refined Coralium Pan -tconstruct:pan_head:0, Dreadium Pan -tconstruct:pan_head:0, Treated Wood Pan -tconstruct:pan_head:0, Constantan Pan -tconstruct:pan_head:0, Baronyte Pan -tconstruct:pan_head:0, Blazium Pan -tconstruct:pan_head:0, Elecanium Pan -tconstruct:pan_head:0, Emberstone Pan -tconstruct:pan_head:0, Ghastly Pan -tconstruct:pan_head:0, Ghoulish Pan -tconstruct:pan_head:0, Limonite Pan -tconstruct:pan_head:0, Lunar Pan -tconstruct:pan_head:0, Lyon Pan -tconstruct:pan_head:0, Mystite Pan -tconstruct:pan_head:0, Rosite Pan -tconstruct:pan_head:0, Shyrestone Pan -tconstruct:pan_head:0, Skeletal Pan -tconstruct:pan_head:0, Varsium Pan -tconstruct:pan_head:0, Charger Pan -tconstruct:pan_head:0, Blood Infused Wooden Pan -tconstruct:pan_head:0, Blood Infused Iron Pan -tconstruct:pan_head:0, Realmite Pan -tconstruct:pan_head:0, Arlemite Pan -tconstruct:pan_head:0, Rupee Pan -tconstruct:pan_head:0, Netherite Pan -tconstruct:pan_head:0, Bloodmaster Pan -tconstruct:pan_head:0, Adamantium Pan -tconstruct:pan_head:0, Vibranium Pan -tconstruct:pan_head:0, Vibranium Alloy Pan -tconstruct:pan_head:0, Parafrosynium Pan -tconstruct:pan_head:0, Rosidian Pan -tconstruct:pan_head:0, Phasing Alloy Pan -tconstruct:pan_head:0, Wrought Iron Pan -tconstruct:pan_head:0, Barathosynium Pan -tconstruct:pan_head:0, Abyssal Flesh Pan -tconstruct:pan_head:0, Crystalline Ichorium Pan -tconstruct:pan_head:0, Kaiyu Pan -tconstruct:pan_head:0, Berserker Steel Pan -tconstruct:pan_head:0, Endlessly Hungry Pan -tconstruct:pan_head:0, Infused Dread Pan -tconstruct:pan_head:0, Brightsteel Alloy Pan -tconstruct:pan_head:0, Runandium Pan -tconstruct:pan_head:0, Ascended Draconic Alloy Pan -tconstruct:pan_head:0, Neutronium Pan -tconstruct:pan_head:0, Hihi'Irokane Pan -tconstruct:pan_head:0, Orichalcum Pan -tconstruct:pan_head:0, Demonic Ember Pan -tconstruct:pan_head:0, Dark Matter Pan -tconstruct:pan_head:0, Blood Infused Glitch Pan -tconstruct:pan_head:0, Shadowium Pan -tconstruct:pan_head:0, Orichalcos Pan -tconstruct:pan_head:0, Magical Wooden Pan -tconstruct:pan_head:0, Evil Infused Pan -tconstruct:pan_head:0, Enchanted Pan -tconstruct:pan_head:0, Demonic Pan -tconstruct:pan_head:0, Molten Meat Pan -tconstruct:pan_head:0, Vespa Carapace Pan -tconstruct:pan_head:0, Scythe Claw Pan -tconstruct:pan_head:0, Ectoplasm Pan -tconstruct:pan_head:0, Dragon Bone Pan -tconstruct:pan_head:0, Desert Myrmex Chitin Pan -tconstruct:pan_head:0, Jungle Myrmex Chitin Pan -tconstruct:pan_head:0, Fire Dragonsteel Pan -tconstruct:pan_head:0, Ice Dragonsteel Pan -tconstruct:pan_head:0, Lightning Dragonsteel Pan -tconstruct:pan_head:0, Weezer Pan -tconstruct:pan_head:0, Prosperity Shard Pan -tconstruct:pan_head:0, Soulium Pan -tconstruct:pan_head:0, Base Essence Pan -tconstruct:pan_head:0, Inferium Pan -tconstruct:pan_head:0, Prudentium Pan -tconstruct:pan_head:0, Intermedium Pan -tconstruct:pan_head:0, Superium Pan -tconstruct:pan_head:0, Supremium Pan -tconstruct:pan_head:0, Boron Pan -tconstruct:pan_head:0, Tough Alloy Pan -tconstruct:pan_head:0, Hard Carbon Pan -tconstruct:pan_head:0, Boron Nitride Pan -tconstruct:pan_head:0, Thorium Pan -tconstruct:pan_head:0, Uranium Pan -tconstruct:pan_head:0, Magnesium Pan -tconstruct:pan_head:0, Chocolate Pan -tconstruct:pan_head:0, Plastic Pan -tconstruct:pan_head:0, Pink Slime Pan -tconstruct:pan_head:0, Reinforced Pink Slime Pan -tconstruct:pan_head:0, Platinum Pan -tconstruct:pan_head:0, Iridium Pan -tconstruct:pan_head:0, Mithril Pan -tconstruct:pan_head:0, Invar Pan -tconstruct:pan_head:0, Nickel Pan -tconstruct:pan_head:0, Tin Pan -tconstruct:pan_head:0, Brass Pan -tconstruct:pan_head:0, Aluminum Pan -tconstruct:pan_head:0, Zinc Pan -tconstruct:pan_head:0, Refined Obsidian Pan -tconstruct:pan_head:0, Refined Glowstone Pan -tconstruct:pan_head:0, Osmium Pan -tconstruct:pan_head:0, Manasteel Pan -tconstruct:pan_head:0, Terrasteel Pan -tconstruct:pan_head:0, Gaia Spirit Pan -tconstruct:pan_head:0, Yellorium Pan -tconstruct:pan_head:0, Cyanite Pan -tconstruct:pan_head:0, Blutonium Pan -tconstruct:pan_head:0, Ludicrite Pan -tconstruct:pan_head:0, Quartz Enriched Iron Pan -tconstruct:pan_head:0, Psimetal Pan -tconstruct:pan_head:0, Psigem Pan -tconstruct:pan_head:0, Ivory Psimetal Pan -tconstruct:pan_head:0, Ebony Psimetal Pan -tconstruct:pan_head:0, Red Matter Pan -tconstruct:pan_head:0, Fluxed Electrum Pan -tconstruct:pan_head:0, Refined Iron Pan -tconstruct:pan_head:0, Tungsten Pan -tconstruct:pan_head:0, Titanium Pan -tconstruct:pan_head:0, Chrome Pan -tconstruct:pan_head:0, Advanced Alloy Pan -tconstruct:pan_head:0, Ruby Pan -tconstruct:pan_head:0, Sapphire Pan -tconstruct:pan_head:0, Peridot Pan -tconstruct:pan_head:0, Yellow Garnet Pan -tconstruct:pan_head:0, Red Garnet Pan -tconstruct:pan_head:0, Rubber Pan -tconstruct:pan_head:0, Alumite Pan -tconstruct:pan_head:0, Ascended Sapphire Pan -tconstruct:pan_head:0, Jade Pan -tconstruct:pan_head:0, Malachite Pan -tconstruct:pan_head:0, Amber Pan -tconstruct:pan_head:0, Topaz Pan -tconstruct:pan_head:0, Tanzanite Pan -tconstruct:pan_head:0, Amethyst Pan -tconstruct:pan_head:0, Lumium Pan -tconstruct:pan_head:0, Enderium Pan -tconstruct:pan_head:0, Black Quartz Pan -tconstruct:pan_head:0, Void Pan -tconstruct:pan_head:0, Enori Pan -tconstruct:pan_head:0, Palis Pan -tconstruct:pan_head:0, Emeradic Pan -tconstruct:pan_head:0, Diamatine Pan -tconstruct:pan_head:0, Infinity Pan -tconstruct:pan_head:0, Certus Quartz Pan -tconstruct:pan_head:0, Fluix Crystal Pan -tconstruct:pan_head:0, Mica Pan -tconstruct:pan_head:0, Litherite Pan -tconstruct:pan_head:0, Erodium Pan -tconstruct:pan_head:0, Kyronite Pan -tconstruct:pan_head:0, Pladium Pan -tconstruct:pan_head:0, Ionite Pan -tconstruct:pan_head:0, Aethium Pan -tconstruct:pan_head:0, Thaumium Pan -tconstruct:pan_head:0, Starmetal Pan -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, Wyvern Pan -tconstruct:pan_head:0, Awakened Pan -tconstruct:pan_head:0, Chaotic Pan -tconstruct:pan_head:0, Fusewood Pan -tconstruct:pan_head:0, Ghostwood Pan -tconstruct:pan_head:0, Darkwood Pan -tconstruct:pan_head:0, Emerald Pan -tconstruct:sign_head:0, Electrical Sign Plate -tconstruct:sign_head:0, Energetic Sign Plate -tconstruct:sign_head:0, Vibrant Sign Plate -tconstruct:sign_head:0, Red Sign Plate -tconstruct:sign_head:0, Conductive Sign Plate -tconstruct:sign_head:0, Pulsating Sign Plate -tconstruct:sign_head:0, Dark Sign Plate -tconstruct:sign_head:0, Souled Sign Plate -tconstruct:sign_head:0, Sign Plate of the End -tconstruct:sign_head:0, Fake-Iron Sign Plate -tconstruct:sign_head:0, Naga Scale Sign Plate -tconstruct:sign_head:0, Steeleaf Sign Plate -tconstruct:sign_head:0, Fiery Sign Plate -tconstruct:sign_head:0, Knightly Sign Plate -tconstruct:sign_head:0, Wooden Sign Plate -tconstruct:sign_head:0, Stone Sign Plate -tconstruct:sign_head:0, Flint Sign Plate -tconstruct:sign_head:0, Cactus Sign Plate -tconstruct:sign_head:0, Bone Sign Plate -tconstruct:sign_head:0, Obsidian Sign Plate -tconstruct:sign_head:0, Prismarine Sign Plate -tconstruct:sign_head:0, End Sign Plate -tconstruct:sign_head:0, Paper Sign Plate -tconstruct:sign_head:0, Sponge Sign Plate -tconstruct:sign_head:0, Firewood Sign Plate -tconstruct:sign_head:0, Iron Sign Plate -tconstruct:sign_head:0, Pig Iron Sign Plate -tconstruct:sign_head:0, Knightslime Sign Plate -tconstruct:sign_head:0, Slime Sign Plate -tconstruct:sign_head:0, Slime Sign Plate -tconstruct:sign_head:0, Magma Slime Sign Plate -tconstruct:sign_head:0, Netherrack Sign Plate -tconstruct:sign_head:0, Cobalt Sign Plate -tconstruct:sign_head:0, Ardite Sign Plate -tconstruct:sign_head:0, Manyullyn Sign Plate -tconstruct:sign_head:0, Copper Sign Plate -tconstruct:sign_head:0, Bronze Sign Plate -tconstruct:sign_head:0, Lead Sign Plate -tconstruct:sign_head:0, Silver Sign Plate -tconstruct:sign_head:0, Electrum Sign Plate -tconstruct:sign_head:0, Steel Sign Plate -tconstruct:sign_head:0, Abyssalnite Sign Plate -tconstruct:sign_head:0, Refined Coralium Sign Plate -tconstruct:sign_head:0, Dreadium Sign Plate -tconstruct:sign_head:0, Treated Wood Sign Plate -tconstruct:sign_head:0, Constantan Sign Plate -tconstruct:sign_head:0, Baronyte Sign Plate -tconstruct:sign_head:0, Blazium Sign Plate -tconstruct:sign_head:0, Elecanium Sign Plate -tconstruct:sign_head:0, Emberstone Sign Plate -tconstruct:sign_head:0, Ghastly Sign Plate -tconstruct:sign_head:0, Ghoulish Sign Plate -tconstruct:sign_head:0, Limonite Sign Plate -tconstruct:sign_head:0, Lunar Sign Plate -tconstruct:sign_head:0, Lyon Sign Plate -tconstruct:sign_head:0, Mystite Sign Plate -tconstruct:sign_head:0, Rosite Sign Plate -tconstruct:sign_head:0, Shyrestone Sign Plate -tconstruct:sign_head:0, Skeletal Sign Plate -tconstruct:sign_head:0, Varsium Sign Plate -tconstruct:sign_head:0, Charger Sign Plate -tconstruct:sign_head:0, Blood Infused Wooden Sign Plate -tconstruct:sign_head:0, Blood Infused Iron Sign Plate -tconstruct:sign_head:0, Realmite Sign Plate -tconstruct:sign_head:0, Arlemite Sign Plate -tconstruct:sign_head:0, Rupee Sign Plate -tconstruct:sign_head:0, Netherite Sign Plate -tconstruct:sign_head:0, Bloodmaster Sign Plate -tconstruct:sign_head:0, Adamantium Sign Plate -tconstruct:sign_head:0, Vibranium Sign Plate -tconstruct:sign_head:0, Vibranium Alloy Sign Plate -tconstruct:sign_head:0, Parafrosynium Sign Plate -tconstruct:sign_head:0, Rosidian Sign Plate -tconstruct:sign_head:0, Phasing Alloy Sign Plate -tconstruct:sign_head:0, Wrought Iron Sign Plate -tconstruct:sign_head:0, Barathosynium Sign Plate -tconstruct:sign_head:0, Abyssal Flesh Sign Plate -tconstruct:sign_head:0, Crystalline Ichorium Sign Plate -tconstruct:sign_head:0, Kaiyu Sign Plate -tconstruct:sign_head:0, Berserker Steel Sign Plate -tconstruct:sign_head:0, Endlessly Hungry Sign Plate -tconstruct:sign_head:0, Infused Dread Sign Plate -tconstruct:sign_head:0, Brightsteel Alloy Sign Plate -tconstruct:sign_head:0, Runandium Sign Plate -tconstruct:sign_head:0, Ascended Draconic Alloy Sign Plate -tconstruct:sign_head:0, Neutronium Sign Plate -tconstruct:sign_head:0, Hihi'Irokane Sign Plate -tconstruct:sign_head:0, Orichalcum Sign Plate -tconstruct:sign_head:0, Demonic Ember Sign Plate -tconstruct:sign_head:0, Dark Matter 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 -tconstruct:sign_head:0, Magical Wooden Sign Plate -tconstruct:sign_head:0, Evil Infused Sign Plate -tconstruct:sign_head:0, Enchanted Sign Plate -tconstruct:sign_head:0, Demonic Sign Plate -tconstruct:sign_head:0, Molten Meat Sign Plate -tconstruct:sign_head:0, Vespa Carapace Sign Plate -tconstruct:sign_head:0, Scythe Claw Sign Plate -tconstruct:sign_head:0, Ectoplasm Sign Plate -tconstruct:sign_head:0, Dragon Bone Sign Plate -tconstruct:sign_head:0, Desert Myrmex Chitin Sign Plate -tconstruct:sign_head:0, Jungle Myrmex Chitin Sign Plate -tconstruct:sign_head:0, Fire Dragonsteel Sign Plate -tconstruct:sign_head:0, Ice Dragonsteel Sign Plate -tconstruct:sign_head:0, Lightning Dragonsteel Sign Plate -tconstruct:sign_head:0, Weezer Sign Plate -tconstruct:sign_head:0, Prosperity Shard Sign Plate -tconstruct:sign_head:0, Soulium Sign Plate -tconstruct:sign_head:0, Base Essence Sign Plate -tconstruct:sign_head:0, Inferium Sign Plate -tconstruct:sign_head:0, Prudentium Sign Plate -tconstruct:sign_head:0, Intermedium Sign Plate -tconstruct:sign_head:0, Superium Sign Plate -tconstruct:sign_head:0, Supremium Sign Plate -tconstruct:sign_head:0, Boron Sign Plate -tconstruct:sign_head:0, Tough Alloy Sign Plate -tconstruct:sign_head:0, Hard Carbon Sign Plate -tconstruct:sign_head:0, Boron Nitride Sign Plate -tconstruct:sign_head:0, Thorium Sign Plate -tconstruct:sign_head:0, Uranium Sign Plate -tconstruct:sign_head:0, Magnesium Sign Plate -tconstruct:sign_head:0, Chocolate Sign Plate -tconstruct:sign_head:0, Plastic Sign Plate -tconstruct:sign_head:0, Pink Slime Sign Plate -tconstruct:sign_head:0, Reinforced Pink Slime Sign Plate -tconstruct:sign_head:0, Platinum Sign Plate -tconstruct:sign_head:0, Iridium Sign Plate -tconstruct:sign_head:0, Mithril Sign Plate -tconstruct:sign_head:0, Invar Sign Plate -tconstruct:sign_head:0, Nickel Sign Plate -tconstruct:sign_head:0, Tin Sign Plate -tconstruct:sign_head:0, Brass Sign Plate -tconstruct:sign_head:0, Aluminum Sign Plate -tconstruct:sign_head:0, Zinc Sign Plate -tconstruct:sign_head:0, Refined Obsidian Sign Plate -tconstruct:sign_head:0, Refined Glowstone Sign Plate -tconstruct:sign_head:0, Osmium Sign Plate -tconstruct:sign_head:0, Manasteel Sign Plate -tconstruct:sign_head:0, Terrasteel Sign Plate -tconstruct:sign_head:0, Gaia Spirit Sign Plate -tconstruct:sign_head:0, Yellorium Sign Plate -tconstruct:sign_head:0, Cyanite Sign Plate -tconstruct:sign_head:0, Blutonium Sign Plate -tconstruct:sign_head:0, Ludicrite Sign Plate -tconstruct:sign_head:0, Quartz Enriched Iron Sign Plate -tconstruct:sign_head:0, Psimetal Sign Plate -tconstruct:sign_head:0, Psigem Sign Plate -tconstruct:sign_head:0, Ivory Psimetal Sign Plate -tconstruct:sign_head:0, Ebony Psimetal Sign Plate -tconstruct:sign_head:0, Red Matter Sign Plate -tconstruct:sign_head:0, Fluxed Electrum Sign Plate -tconstruct:sign_head:0, Refined Iron Sign Plate -tconstruct:sign_head:0, Tungsten Sign Plate -tconstruct:sign_head:0, Titanium Sign Plate -tconstruct:sign_head:0, Chrome Sign Plate -tconstruct:sign_head:0, Advanced Alloy Sign Plate -tconstruct:sign_head:0, Ruby Sign Plate -tconstruct:sign_head:0, Sapphire Sign Plate -tconstruct:sign_head:0, Peridot Sign Plate -tconstruct:sign_head:0, Yellow Garnet Sign Plate -tconstruct:sign_head:0, Red Garnet Sign Plate -tconstruct:sign_head:0, Rubber Sign Plate -tconstruct:sign_head:0, Alumite Sign Plate -tconstruct:sign_head:0, Ascended Sapphire Sign Plate -tconstruct:sign_head:0, Jade Sign Plate -tconstruct:sign_head:0, Malachite Sign Plate -tconstruct:sign_head:0, Amber Sign Plate -tconstruct:sign_head:0, Topaz Sign Plate -tconstruct:sign_head:0, Tanzanite Sign Plate -tconstruct:sign_head:0, Amethyst Sign Plate -tconstruct:sign_head:0, Lumium Sign Plate -tconstruct:sign_head:0, Enderium Sign Plate -tconstruct:sign_head:0, Black Quartz Sign Plate -tconstruct:sign_head:0, Void Sign Plate -tconstruct:sign_head:0, Enori Sign Plate -tconstruct:sign_head:0, Palis Sign Plate -tconstruct:sign_head:0, Emeradic Sign Plate -tconstruct:sign_head:0, Diamatine Sign Plate -tconstruct:sign_head:0, Infinity Sign Plate -tconstruct:sign_head:0, Certus Quartz Sign Plate -tconstruct:sign_head:0, Fluix Crystal Sign Plate -tconstruct:sign_head:0, Mica Sign Plate -tconstruct:sign_head:0, Litherite Sign Plate -tconstruct:sign_head:0, Erodium Sign Plate -tconstruct:sign_head:0, Kyronite Sign Plate -tconstruct:sign_head:0, Pladium Sign Plate -tconstruct:sign_head:0, Ionite Sign Plate -tconstruct:sign_head:0, Aethium Sign Plate -tconstruct:sign_head:0, Thaumium Sign Plate -tconstruct:sign_head:0, Starmetal Sign Plate -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, Wyvern Sign Plate -tconstruct:sign_head:0, Awakened Sign Plate -tconstruct:sign_head:0, Chaotic Sign Plate -tconstruct:sign_head:0, Fusewood Sign Plate -tconstruct:sign_head:0, Ghostwood Sign Plate -tconstruct:sign_head:0, Darkwood Sign Plate -tconstruct:sign_head:0, Emerald Sign Plate -tconstruct:tool_rod:0, Electrical Tool Rod -tconstruct:tool_rod:0, Energetic Tool Rod -tconstruct:tool_rod:0, Vibrant Tool Rod -tconstruct:tool_rod:0, Red Tool Rod -tconstruct:tool_rod:0, Conductive Tool Rod -tconstruct:tool_rod:0, Pulsating Tool Rod -tconstruct:tool_rod:0, Dark Tool Rod -tconstruct:tool_rod:0, Souled Tool Rod -tconstruct:tool_rod:0, Tool Rod of the End -tconstruct:tool_rod:0, Fake-Iron Tool Rod -tconstruct:tool_rod:0, Steeleaf Tool Rod -tconstruct:tool_rod:0, Fiery Tool Rod -tconstruct:tool_rod:0, Knightly Tool Rod -tconstruct:tool_rod:0, Wooden Tool Rod -tconstruct:tool_rod:0, Stone Tool Rod -tconstruct:tool_rod:0, Flint Tool Rod -tconstruct:tool_rod:0, Cactus Tool Rod -tconstruct:tool_rod:0, Bone Tool Rod -tconstruct:tool_rod:0, Obsidian Tool Rod -tconstruct:tool_rod:0, Prismarine Tool Rod -tconstruct:tool_rod:0, End Tool Rod -tconstruct:tool_rod:0, Paper Tool Rod -tconstruct:tool_rod:0, Sponge Tool Rod -tconstruct:tool_rod:0, Firewood Tool Rod -tconstruct:tool_rod:0, Iron Tool Rod -tconstruct:tool_rod:0, Pig Iron Tool Rod -tconstruct:tool_rod:0, Knightslime Tool Rod -tconstruct:tool_rod:0, Slime Tool Rod -tconstruct:tool_rod:0, Slime Tool Rod -tconstruct:tool_rod:0, Magma Slime Tool Rod -tconstruct:tool_rod:0, Netherrack Tool Rod -tconstruct:tool_rod:0, Cobalt Tool Rod -tconstruct:tool_rod:0, Ardite Tool Rod -tconstruct:tool_rod:0, Manyullyn Tool Rod -tconstruct:tool_rod:0, Copper Tool Rod -tconstruct:tool_rod:0, Bronze Tool Rod -tconstruct:tool_rod:0, Lead Tool Rod -tconstruct:tool_rod:0, Silver Tool Rod -tconstruct:tool_rod:0, Electrum Tool Rod -tconstruct:tool_rod:0, Steel Tool Rod -tconstruct:tool_rod:0, Abyssalnite Tool Rod -tconstruct:tool_rod:0, Refined Coralium Tool Rod -tconstruct:tool_rod:0, Dreadium Tool Rod -tconstruct:tool_rod:0, Treated Wood Tool Rod -tconstruct:tool_rod:0, Constantan Tool Rod -tconstruct:tool_rod:0, Baronyte Tool Rod -tconstruct:tool_rod:0, Blazium Tool Rod -tconstruct:tool_rod:0, Elecanium Tool Rod -tconstruct:tool_rod:0, Emberstone Tool Rod -tconstruct:tool_rod:0, Ghastly Tool Rod -tconstruct:tool_rod:0, Ghoulish Tool Rod -tconstruct:tool_rod:0, Limonite Tool Rod -tconstruct:tool_rod:0, Lunar Tool Rod -tconstruct:tool_rod:0, Lyon Tool Rod -tconstruct:tool_rod:0, Mystite Tool Rod -tconstruct:tool_rod:0, Rosite Tool Rod -tconstruct:tool_rod:0, Shyrestone Tool Rod -tconstruct:tool_rod:0, Skeletal Tool Rod -tconstruct:tool_rod:0, Varsium Tool Rod -tconstruct:tool_rod:0, Charger Tool Rod -tconstruct:tool_rod:0, Blood Infused Wooden Tool Rod -tconstruct:tool_rod:0, Blood Infused Iron Tool Rod -tconstruct:tool_rod:0, Realmite Tool Rod -tconstruct:tool_rod:0, Arlemite Tool Rod -tconstruct:tool_rod:0, Rupee Tool Rod -tconstruct:tool_rod:0, Netherite Tool Rod -tconstruct:tool_rod:0, Bloodmaster Tool Rod -tconstruct:tool_rod:0, Adamantium Tool Rod -tconstruct:tool_rod:0, Vibranium Tool Rod -tconstruct:tool_rod:0, Vibranium Alloy Tool Rod -tconstruct:tool_rod:0, Parafrosynium Tool Rod -tconstruct:tool_rod:0, Rosidian Tool Rod -tconstruct:tool_rod:0, Phasing Alloy Tool Rod -tconstruct:tool_rod:0, Wrought Iron Tool Rod -tconstruct:tool_rod:0, Barathosynium Tool Rod -tconstruct:tool_rod:0, Abyssal Flesh Tool Rod -tconstruct:tool_rod:0, Crystalline Ichorium Tool Rod -tconstruct:tool_rod:0, Kaiyu Tool Rod -tconstruct:tool_rod:0, Berserker Steel Tool Rod -tconstruct:tool_rod:0, Endlessly Hungry Tool Rod -tconstruct:tool_rod:0, Infused Dread Tool Rod -tconstruct:tool_rod:0, Brightsteel Alloy Tool Rod -tconstruct:tool_rod:0, Runandium Tool Rod -tconstruct:tool_rod:0, Ascended Draconic Alloy Tool Rod -tconstruct:tool_rod:0, Neutronium Tool Rod -tconstruct:tool_rod:0, Hihi'Irokane Tool Rod -tconstruct:tool_rod:0, Orichalcum Tool Rod -tconstruct:tool_rod:0, Demonic Ember Tool Rod -tconstruct:tool_rod:0, Dark Matter 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 -tconstruct:tool_rod:0, Magical Wooden Tool Rod -tconstruct:tool_rod:0, Evil Infused Tool Rod -tconstruct:tool_rod:0, Enchanted Tool Rod -tconstruct:tool_rod:0, Demonic Tool Rod -tconstruct:tool_rod:0, Molten Meat Tool Rod -tconstruct:tool_rod:0, Vespa Carapace Tool Rod -tconstruct:tool_rod:0, Scythe Claw Tool Rod -tconstruct:tool_rod:0, Ectoplasm Tool Rod -tconstruct:tool_rod:0, Dragon Bone Tool Rod -tconstruct:tool_rod:0, Desert Myrmex Chitin Tool Rod -tconstruct:tool_rod:0, Jungle Myrmex Chitin Tool Rod -tconstruct:tool_rod:0, Fire Dragonsteel Tool Rod -tconstruct:tool_rod:0, Ice Dragonsteel Tool Rod -tconstruct:tool_rod:0, Lightning Dragonsteel Tool Rod -tconstruct:tool_rod:0, Weezer Tool Rod -tconstruct:tool_rod:0, Prosperity Shard Tool Rod -tconstruct:tool_rod:0, Soulium Tool Rod -tconstruct:tool_rod:0, Base Essence Tool Rod -tconstruct:tool_rod:0, Inferium Tool Rod -tconstruct:tool_rod:0, Prudentium Tool Rod -tconstruct:tool_rod:0, Intermedium Tool Rod -tconstruct:tool_rod:0, Superium Tool Rod -tconstruct:tool_rod:0, Supremium Tool Rod -tconstruct:tool_rod:0, Boron Tool Rod -tconstruct:tool_rod:0, Tough Alloy Tool Rod -tconstruct:tool_rod:0, Hard Carbon Tool Rod -tconstruct:tool_rod:0, Boron Nitride Tool Rod -tconstruct:tool_rod:0, Thorium Tool Rod -tconstruct:tool_rod:0, Uranium Tool Rod -tconstruct:tool_rod:0, Magnesium Tool Rod -tconstruct:tool_rod:0, Chocolate Tool Rod -tconstruct:tool_rod:0, Plastic Tool Rod -tconstruct:tool_rod:0, Pink Slime Tool Rod -tconstruct:tool_rod:0, Reinforced Pink Slime Tool Rod -tconstruct:tool_rod:0, Platinum Tool Rod -tconstruct:tool_rod:0, Iridium Tool Rod -tconstruct:tool_rod:0, Mithril Tool Rod -tconstruct:tool_rod:0, Invar Tool Rod -tconstruct:tool_rod:0, Nickel Tool Rod -tconstruct:tool_rod:0, Tin Tool Rod -tconstruct:tool_rod:0, Brass Tool Rod -tconstruct:tool_rod:0, Aluminum Tool Rod -tconstruct:tool_rod:0, Zinc Tool Rod -tconstruct:tool_rod:0, Refined Obsidian Tool Rod -tconstruct:tool_rod:0, Refined Glowstone Tool Rod -tconstruct:tool_rod:0, Osmium Tool Rod -tconstruct:tool_rod:0, Manasteel Tool Rod -tconstruct:tool_rod:0, Terrasteel Tool Rod -tconstruct:tool_rod:0, Gaia Spirit Tool Rod -tconstruct:tool_rod:0, Yellorium Tool Rod -tconstruct:tool_rod:0, Cyanite Tool Rod -tconstruct:tool_rod:0, Blutonium Tool Rod -tconstruct:tool_rod:0, Ludicrite Tool Rod -tconstruct:tool_rod:0, Quartz Enriched Iron Tool Rod -tconstruct:tool_rod:0, Psimetal Tool Rod -tconstruct:tool_rod:0, Psigem Tool Rod -tconstruct:tool_rod:0, Ivory Psimetal Tool Rod -tconstruct:tool_rod:0, Ebony Psimetal Tool Rod -tconstruct:tool_rod:0, Red Matter Tool Rod -tconstruct:tool_rod:0, Fluxed Electrum Tool Rod -tconstruct:tool_rod:0, Refined Iron Tool Rod -tconstruct:tool_rod:0, Tungsten Tool Rod -tconstruct:tool_rod:0, Titanium Tool Rod -tconstruct:tool_rod:0, Chrome Tool Rod -tconstruct:tool_rod:0, Advanced Alloy Tool Rod -tconstruct:tool_rod:0, Ruby Tool Rod -tconstruct:tool_rod:0, Sapphire Tool Rod -tconstruct:tool_rod:0, Peridot Tool Rod -tconstruct:tool_rod:0, Yellow Garnet Tool Rod -tconstruct:tool_rod:0, Red Garnet Tool Rod -tconstruct:tool_rod:0, Rubber Tool Rod -tconstruct:tool_rod:0, Alumite Tool Rod -tconstruct:tool_rod:0, Ascended Sapphire Tool Rod -tconstruct:tool_rod:0, Jade Tool Rod -tconstruct:tool_rod:0, Malachite Tool Rod -tconstruct:tool_rod:0, Amber Tool Rod -tconstruct:tool_rod:0, Topaz Tool Rod -tconstruct:tool_rod:0, Tanzanite Tool Rod -tconstruct:tool_rod:0, Amethyst Tool Rod -tconstruct:tool_rod:0, Lumium Tool Rod -tconstruct:tool_rod:0, Enderium Tool Rod -tconstruct:tool_rod:0, Black Quartz Tool Rod -tconstruct:tool_rod:0, Void Tool Rod -tconstruct:tool_rod:0, Enori Tool Rod -tconstruct:tool_rod:0, Palis Tool Rod -tconstruct:tool_rod:0, Emeradic Tool Rod -tconstruct:tool_rod:0, Diamatine Tool Rod -tconstruct:tool_rod:0, Infinity Tool Rod -tconstruct:tool_rod:0, Certus Quartz Tool Rod -tconstruct:tool_rod:0, Fluix Crystal Tool Rod -tconstruct:tool_rod:0, Mica Tool Rod -tconstruct:tool_rod:0, Litherite Tool Rod -tconstruct:tool_rod:0, Erodium Tool Rod -tconstruct:tool_rod:0, Kyronite Tool Rod -tconstruct:tool_rod:0, Pladium Tool Rod -tconstruct:tool_rod:0, Ionite Tool Rod -tconstruct:tool_rod:0, Aethium Tool Rod -tconstruct:tool_rod:0, Thaumium Tool Rod -tconstruct:tool_rod:0, Starmetal Tool Rod -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, Wyvern Tool Rod -tconstruct:tool_rod:0, Awakened Tool Rod -tconstruct:tool_rod:0, Chaotic Tool Rod -tconstruct:tool_rod:0, Fusewood Tool Rod -tconstruct:tool_rod:0, Ghostwood Tool Rod -tconstruct:tool_rod:0, Darkwood Tool Rod -tconstruct:tool_rod:0, Emerald 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 -tconstruct:tough_tool_rod:0, Red Tough Tool Rod -tconstruct:tough_tool_rod:0, Conductive Tough Tool Rod -tconstruct:tough_tool_rod:0, Pulsating Tough Tool Rod -tconstruct:tough_tool_rod:0, Dark Tough Tool Rod -tconstruct:tough_tool_rod:0, Souled Tough Tool Rod -tconstruct:tough_tool_rod:0, Tough Tool Rod of the End -tconstruct:tough_tool_rod:0, Fake-Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Steeleaf Tough Tool Rod -tconstruct:tough_tool_rod:0, Fiery Tough Tool Rod -tconstruct:tough_tool_rod:0, Knightly Tough Tool Rod -tconstruct:tough_tool_rod:0, Wooden Tough Tool Rod -tconstruct:tough_tool_rod:0, Stone Tough Tool Rod -tconstruct:tough_tool_rod:0, Flint Tough Tool Rod -tconstruct:tough_tool_rod:0, Cactus Tough Tool Rod -tconstruct:tough_tool_rod:0, Bone Tough Tool Rod -tconstruct:tough_tool_rod:0, Obsidian Tough Tool Rod -tconstruct:tough_tool_rod:0, Prismarine Tough Tool Rod -tconstruct:tough_tool_rod:0, End Tough Tool Rod -tconstruct:tough_tool_rod:0, Paper Tough Tool Rod -tconstruct:tough_tool_rod:0, Sponge Tough Tool Rod -tconstruct:tough_tool_rod:0, Firewood Tough Tool Rod -tconstruct:tough_tool_rod:0, Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Pig Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Knightslime Tough Tool Rod -tconstruct:tough_tool_rod:0, Slime Tough Tool Rod -tconstruct:tough_tool_rod:0, Slime Tough Tool Rod -tconstruct:tough_tool_rod:0, Magma Slime Tough Tool Rod -tconstruct:tough_tool_rod:0, Netherrack Tough Tool Rod -tconstruct:tough_tool_rod:0, Cobalt Tough Tool Rod -tconstruct:tough_tool_rod:0, Ardite Tough Tool Rod -tconstruct:tough_tool_rod:0, Manyullyn Tough Tool Rod -tconstruct:tough_tool_rod:0, Copper Tough Tool Rod -tconstruct:tough_tool_rod:0, Bronze Tough Tool Rod -tconstruct:tough_tool_rod:0, Lead Tough Tool Rod -tconstruct:tough_tool_rod:0, Silver Tough Tool Rod -tconstruct:tough_tool_rod:0, Electrum Tough Tool Rod -tconstruct:tough_tool_rod:0, Steel Tough Tool Rod -tconstruct:tough_tool_rod:0, Abyssalnite Tough Tool Rod -tconstruct:tough_tool_rod:0, Refined Coralium Tough Tool Rod -tconstruct:tough_tool_rod:0, Dreadium Tough Tool Rod -tconstruct:tough_tool_rod:0, Treated Wood Tough Tool Rod -tconstruct:tough_tool_rod:0, Constantan Tough Tool Rod -tconstruct:tough_tool_rod:0, Baronyte Tough Tool Rod -tconstruct:tough_tool_rod:0, Blazium Tough Tool Rod -tconstruct:tough_tool_rod:0, Elecanium Tough Tool Rod -tconstruct:tough_tool_rod:0, Emberstone Tough Tool Rod -tconstruct:tough_tool_rod:0, Ghastly Tough Tool Rod -tconstruct:tough_tool_rod:0, Ghoulish Tough Tool Rod -tconstruct:tough_tool_rod:0, Limonite Tough Tool Rod -tconstruct:tough_tool_rod:0, Lunar Tough Tool Rod -tconstruct:tough_tool_rod:0, Lyon Tough Tool Rod -tconstruct:tough_tool_rod:0, Mystite Tough Tool Rod -tconstruct:tough_tool_rod:0, Rosite Tough Tool Rod -tconstruct:tough_tool_rod:0, Shyrestone Tough Tool Rod -tconstruct:tough_tool_rod:0, Skeletal Tough Tool Rod -tconstruct:tough_tool_rod:0, Varsium Tough Tool Rod -tconstruct:tough_tool_rod:0, Charger Tough Tool Rod -tconstruct:tough_tool_rod:0, Blood Infused Wooden Tough Tool Rod -tconstruct:tough_tool_rod:0, Blood Infused Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Realmite Tough Tool Rod -tconstruct:tough_tool_rod:0, Arlemite Tough Tool Rod -tconstruct:tough_tool_rod:0, Rupee Tough Tool Rod -tconstruct:tough_tool_rod:0, Netherite Tough Tool Rod -tconstruct:tough_tool_rod:0, Bloodmaster Tough Tool Rod -tconstruct:tough_tool_rod:0, Adamantium Tough Tool Rod -tconstruct:tough_tool_rod:0, Vibranium Tough Tool Rod -tconstruct:tough_tool_rod:0, Vibranium Alloy Tough Tool Rod -tconstruct:tough_tool_rod:0, Parafrosynium Tough Tool Rod -tconstruct:tough_tool_rod:0, Rosidian Tough Tool Rod -tconstruct:tough_tool_rod:0, Phasing Alloy Tough Tool Rod -tconstruct:tough_tool_rod:0, Wrought Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Barathosynium Tough Tool Rod -tconstruct:tough_tool_rod:0, Abyssal Flesh Tough Tool Rod -tconstruct:tough_tool_rod:0, Crystalline Ichorium Tough Tool Rod -tconstruct:tough_tool_rod:0, Kaiyu Tough Tool Rod -tconstruct:tough_tool_rod:0, Berserker Steel Tough Tool Rod -tconstruct:tough_tool_rod:0, Endlessly Hungry Tough Tool Rod -tconstruct:tough_tool_rod:0, Infused Dread Tough Tool Rod -tconstruct:tough_tool_rod:0, Brightsteel Alloy Tough Tool Rod -tconstruct:tough_tool_rod:0, Runandium Tough Tool Rod -tconstruct:tough_tool_rod:0, Ascended Draconic Alloy Tough Tool Rod -tconstruct:tough_tool_rod:0, Neutronium Tough Tool Rod -tconstruct:tough_tool_rod:0, Hihi'Irokane Tough Tool Rod -tconstruct:tough_tool_rod:0, Orichalcum Tough Tool Rod -tconstruct:tough_tool_rod:0, Demonic Ember Tough Tool Rod -tconstruct:tough_tool_rod:0, Dark Matter 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 -tconstruct:tough_tool_rod:0, Magical Wooden Tough Tool Rod -tconstruct:tough_tool_rod:0, Evil Infused Tough Tool Rod -tconstruct:tough_tool_rod:0, Enchanted Tough Tool Rod -tconstruct:tough_tool_rod:0, Demonic Tough Tool Rod -tconstruct:tough_tool_rod:0, Molten Meat Tough Tool Rod -tconstruct:tough_tool_rod:0, Vespa Carapace Tough Tool Rod -tconstruct:tough_tool_rod:0, Scythe Claw Tough Tool Rod -tconstruct:tough_tool_rod:0, Ectoplasm Tough Tool Rod -tconstruct:tough_tool_rod:0, Dragon Bone Tough Tool Rod -tconstruct:tough_tool_rod:0, Desert Myrmex Chitin Tough Tool Rod -tconstruct:tough_tool_rod:0, Jungle Myrmex Chitin Tough Tool Rod -tconstruct:tough_tool_rod:0, Fire Dragonsteel Tough Tool Rod -tconstruct:tough_tool_rod:0, Ice Dragonsteel Tough Tool Rod -tconstruct:tough_tool_rod:0, Lightning Dragonsteel Tough Tool Rod -tconstruct:tough_tool_rod:0, Weezer Tough Tool Rod -tconstruct:tough_tool_rod:0, Prosperity Shard Tough Tool Rod -tconstruct:tough_tool_rod:0, Soulium Tough Tool Rod -tconstruct:tough_tool_rod:0, Base Essence Tough Tool Rod -tconstruct:tough_tool_rod:0, Inferium Tough Tool Rod -tconstruct:tough_tool_rod:0, Prudentium Tough Tool Rod -tconstruct:tough_tool_rod:0, Intermedium Tough Tool Rod -tconstruct:tough_tool_rod:0, Superium Tough Tool Rod -tconstruct:tough_tool_rod:0, Supremium Tough Tool Rod -tconstruct:tough_tool_rod:0, Boron Tough Tool Rod -tconstruct:tough_tool_rod:0, Tough Alloy Tough Tool Rod -tconstruct:tough_tool_rod:0, Hard Carbon Tough Tool Rod -tconstruct:tough_tool_rod:0, Boron Nitride Tough Tool Rod -tconstruct:tough_tool_rod:0, Thorium Tough Tool Rod -tconstruct:tough_tool_rod:0, Uranium Tough Tool Rod -tconstruct:tough_tool_rod:0, Magnesium Tough Tool Rod -tconstruct:tough_tool_rod:0, Chocolate Tough Tool Rod -tconstruct:tough_tool_rod:0, Plastic Tough Tool Rod -tconstruct:tough_tool_rod:0, Pink Slime Tough Tool Rod -tconstruct:tough_tool_rod:0, Reinforced Pink Slime Tough Tool Rod -tconstruct:tough_tool_rod:0, Platinum Tough Tool Rod -tconstruct:tough_tool_rod:0, Iridium Tough Tool Rod -tconstruct:tough_tool_rod:0, Mithril Tough Tool Rod -tconstruct:tough_tool_rod:0, Invar Tough Tool Rod -tconstruct:tough_tool_rod:0, Nickel Tough Tool Rod -tconstruct:tough_tool_rod:0, Tin Tough Tool Rod -tconstruct:tough_tool_rod:0, Brass Tough Tool Rod -tconstruct:tough_tool_rod:0, Aluminum Tough Tool Rod -tconstruct:tough_tool_rod:0, Zinc Tough Tool Rod -tconstruct:tough_tool_rod:0, Refined Obsidian Tough Tool Rod -tconstruct:tough_tool_rod:0, Refined Glowstone Tough Tool Rod -tconstruct:tough_tool_rod:0, Osmium Tough Tool Rod -tconstruct:tough_tool_rod:0, Manasteel Tough Tool Rod -tconstruct:tough_tool_rod:0, Terrasteel Tough Tool Rod -tconstruct:tough_tool_rod:0, Gaia Spirit Tough Tool Rod -tconstruct:tough_tool_rod:0, Yellorium Tough Tool Rod -tconstruct:tough_tool_rod:0, Cyanite Tough Tool Rod -tconstruct:tough_tool_rod:0, Blutonium Tough Tool Rod -tconstruct:tough_tool_rod:0, Ludicrite Tough Tool Rod -tconstruct:tough_tool_rod:0, Quartz Enriched Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Psimetal Tough Tool Rod -tconstruct:tough_tool_rod:0, Psigem Tough Tool Rod -tconstruct:tough_tool_rod:0, Ivory Psimetal Tough Tool Rod -tconstruct:tough_tool_rod:0, Ebony Psimetal Tough Tool Rod -tconstruct:tough_tool_rod:0, Red Matter Tough Tool Rod -tconstruct:tough_tool_rod:0, Fluxed Electrum Tough Tool Rod -tconstruct:tough_tool_rod:0, Refined Iron Tough Tool Rod -tconstruct:tough_tool_rod:0, Tungsten Tough Tool Rod -tconstruct:tough_tool_rod:0, Titanium Tough Tool Rod -tconstruct:tough_tool_rod:0, Chrome Tough Tool Rod -tconstruct:tough_tool_rod:0, Advanced Alloy Tough Tool Rod -tconstruct:tough_tool_rod:0, Ruby Tough Tool Rod -tconstruct:tough_tool_rod:0, Sapphire Tough Tool Rod -tconstruct:tough_tool_rod:0, Peridot Tough Tool Rod -tconstruct:tough_tool_rod:0, Yellow Garnet Tough Tool Rod -tconstruct:tough_tool_rod:0, Red Garnet Tough Tool Rod -tconstruct:tough_tool_rod:0, Rubber Tough Tool Rod -tconstruct:tough_tool_rod:0, Alumite Tough Tool Rod -tconstruct:tough_tool_rod:0, Ascended Sapphire Tough Tool Rod -tconstruct:tough_tool_rod:0, Jade Tough Tool Rod -tconstruct:tough_tool_rod:0, Malachite Tough Tool Rod -tconstruct:tough_tool_rod:0, Amber Tough Tool Rod -tconstruct:tough_tool_rod:0, Topaz Tough Tool Rod -tconstruct:tough_tool_rod:0, Tanzanite Tough Tool Rod -tconstruct:tough_tool_rod:0, Amethyst Tough Tool Rod -tconstruct:tough_tool_rod:0, Lumium Tough Tool Rod -tconstruct:tough_tool_rod:0, Enderium Tough Tool Rod -tconstruct:tough_tool_rod:0, Black Quartz Tough Tool Rod -tconstruct:tough_tool_rod:0, Void Tough Tool Rod -tconstruct:tough_tool_rod:0, Enori Tough Tool Rod -tconstruct:tough_tool_rod:0, Palis Tough Tool Rod -tconstruct:tough_tool_rod:0, Emeradic Tough Tool Rod -tconstruct:tough_tool_rod:0, Diamatine Tough Tool Rod -tconstruct:tough_tool_rod:0, Infinity Tough Tool Rod -tconstruct:tough_tool_rod:0, Certus Quartz Tough Tool Rod -tconstruct:tough_tool_rod:0, Fluix Crystal Tough Tool Rod -tconstruct:tough_tool_rod:0, Mica Tough Tool Rod -tconstruct:tough_tool_rod:0, Litherite Tough Tool Rod -tconstruct:tough_tool_rod:0, Erodium Tough Tool Rod -tconstruct:tough_tool_rod:0, Kyronite Tough Tool Rod -tconstruct:tough_tool_rod:0, Pladium Tough Tool Rod -tconstruct:tough_tool_rod:0, Ionite Tough Tool Rod -tconstruct:tough_tool_rod:0, Aethium Tough Tool Rod -tconstruct:tough_tool_rod:0, Thaumium Tough Tool Rod -tconstruct:tough_tool_rod:0, Starmetal Tough Tool Rod -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, Wyvern Tough Tool Rod -tconstruct:tough_tool_rod:0, Awakened Tough Tool Rod -tconstruct:tough_tool_rod:0, Chaotic Tough Tool Rod -tconstruct:tough_tool_rod:0, Fusewood Tough Tool Rod -tconstruct:tough_tool_rod:0, Ghostwood Tough Tool Rod -tconstruct:tough_tool_rod:0, Darkwood Tough Tool Rod -tconstruct:tough_tool_rod:0, Emerald Tough Tool Rod -tconstruct:binding:0, Electrical Binding -tconstruct:binding:0, Energetic Binding -tconstruct:binding:0, Vibrant Binding -tconstruct:binding:0, Red Binding -tconstruct:binding:0, Conductive Binding -tconstruct:binding:0, Pulsating Binding -tconstruct:binding:0, Dark Binding -tconstruct:binding:0, Souled Binding -tconstruct:binding:0, Binding of the End -tconstruct:binding:0, Fake-Iron Binding -tconstruct:binding:0, Steeleaf Binding -tconstruct:binding:0, Fiery Binding -tconstruct:binding:0, Knightly Binding -tconstruct:binding:0, Wooden Binding -tconstruct:binding:0, Stone Binding -tconstruct:binding:0, Flint Binding -tconstruct:binding:0, Cactus Binding -tconstruct:binding:0, Bone Binding -tconstruct:binding:0, Obsidian Binding -tconstruct:binding:0, Prismarine Binding -tconstruct:binding:0, End Binding -tconstruct:binding:0, Paper Binding -tconstruct:binding:0, Sponge Binding -tconstruct:binding:0, Firewood Binding -tconstruct:binding:0, Iron Binding -tconstruct:binding:0, Pig Iron Binding -tconstruct:binding:0, Knightslime Binding -tconstruct:binding:0, Slime Binding -tconstruct:binding:0, Slime Binding -tconstruct:binding:0, Magma Slime Binding -tconstruct:binding:0, Netherrack Binding -tconstruct:binding:0, Cobalt Binding -tconstruct:binding:0, Ardite Binding -tconstruct:binding:0, Manyullyn Binding -tconstruct:binding:0, Copper Binding -tconstruct:binding:0, Bronze Binding -tconstruct:binding:0, Lead Binding -tconstruct:binding:0, Silver Binding -tconstruct:binding:0, Electrum Binding -tconstruct:binding:0, Steel Binding -tconstruct:binding:0, Abyssalnite Binding -tconstruct:binding:0, Refined Coralium Binding -tconstruct:binding:0, Dreadium Binding -tconstruct:binding:0, Treated Wood Binding -tconstruct:binding:0, Constantan Binding -tconstruct:binding:0, Baronyte Binding -tconstruct:binding:0, Blazium Binding -tconstruct:binding:0, Elecanium Binding -tconstruct:binding:0, Emberstone Binding -tconstruct:binding:0, Ghastly Binding -tconstruct:binding:0, Ghoulish Binding -tconstruct:binding:0, Limonite Binding -tconstruct:binding:0, Lunar Binding -tconstruct:binding:0, Lyon Binding -tconstruct:binding:0, Mystite Binding -tconstruct:binding:0, Rosite Binding -tconstruct:binding:0, Shyrestone Binding -tconstruct:binding:0, Skeletal Binding -tconstruct:binding:0, Varsium Binding -tconstruct:binding:0, Charger Binding -tconstruct:binding:0, Blood Infused Wooden Binding -tconstruct:binding:0, Blood Infused Iron Binding -tconstruct:binding:0, Bloodmaster Binding -tconstruct:binding:0, Adamantium Binding -tconstruct:binding:0, Vibranium Binding -tconstruct:binding:0, Vibranium Alloy Binding -tconstruct:binding:0, Parafrosynium Binding -tconstruct:binding:0, Rosidian Binding -tconstruct:binding:0, Phasing Alloy Binding -tconstruct:binding:0, Wrought Iron Binding -tconstruct:binding:0, Barathosynium Binding -tconstruct:binding:0, Abyssal Flesh Binding -tconstruct:binding:0, Crystalline Ichorium Binding -tconstruct:binding:0, Kaiyu Binding -tconstruct:binding:0, Berserker Steel Binding -tconstruct:binding:0, Endlessly Hungry Binding -tconstruct:binding:0, Infused Dread Binding -tconstruct:binding:0, Brightsteel Alloy Binding -tconstruct:binding:0, Runandium Binding -tconstruct:binding:0, Ascended Draconic Alloy Binding -tconstruct:binding:0, Neutronium Binding -tconstruct:binding:0, Hihi'Irokane Binding -tconstruct:binding:0, Orichalcum Binding -tconstruct:binding:0, Demonic Ember Binding -tconstruct:binding:0, Dark Matter Binding -tconstruct:binding:0, Blood Infused Glitch Binding -tconstruct:binding:0, Shadowium Binding -tconstruct:binding:0, Orichalcos Binding -tconstruct:binding:0, Magical Wooden Binding -tconstruct:binding:0, Evil Infused Binding -tconstruct:binding:0, Enchanted Binding -tconstruct:binding:0, Demonic Binding -tconstruct:binding:0, Molten Meat Binding -tconstruct:binding:0, Vespa Carapace Binding -tconstruct:binding:0, Scythe Claw Binding -tconstruct:binding:0, Ectoplasm Binding -tconstruct:binding:0, Dragon Bone Binding -tconstruct:binding:0, Desert Myrmex Chitin Binding -tconstruct:binding:0, Jungle Myrmex Chitin Binding -tconstruct:binding:0, Fire Dragonsteel Binding -tconstruct:binding:0, Ice Dragonsteel Binding -tconstruct:binding:0, Lightning Dragonsteel Binding -tconstruct:binding:0, Weezer Binding -tconstruct:binding:0, Prosperity Shard Binding -tconstruct:binding:0, Soulium Binding -tconstruct:binding:0, Base Essence Binding -tconstruct:binding:0, Inferium Binding -tconstruct:binding:0, Prudentium Binding -tconstruct:binding:0, Intermedium Binding -tconstruct:binding:0, Superium Binding -tconstruct:binding:0, Supremium Binding -tconstruct:binding:0, Boron Binding -tconstruct:binding:0, Tough Alloy Binding -tconstruct:binding:0, Hard Carbon Binding -tconstruct:binding:0, Boron Nitride Binding -tconstruct:binding:0, Thorium Binding -tconstruct:binding:0, Uranium Binding -tconstruct:binding:0, Magnesium Binding -tconstruct:binding:0, Chocolate Binding -tconstruct:binding:0, Plastic Binding -tconstruct:binding:0, Pink Slime Binding -tconstruct:binding:0, Reinforced Pink Slime Binding -tconstruct:binding:0, Platinum Binding -tconstruct:binding:0, Iridium Binding -tconstruct:binding:0, Mithril Binding -tconstruct:binding:0, Invar Binding -tconstruct:binding:0, Nickel Binding -tconstruct:binding:0, Tin Binding -tconstruct:binding:0, Brass Binding -tconstruct:binding:0, Aluminum Binding -tconstruct:binding:0, Zinc Binding -tconstruct:binding:0, Refined Obsidian Binding -tconstruct:binding:0, Refined Glowstone Binding -tconstruct:binding:0, Osmium Binding -tconstruct:binding:0, Manasteel Binding -tconstruct:binding:0, Terrasteel Binding -tconstruct:binding:0, Gaia Spirit Binding -tconstruct:binding:0, Yellorium Binding -tconstruct:binding:0, Cyanite Binding -tconstruct:binding:0, Blutonium Binding -tconstruct:binding:0, Ludicrite Binding -tconstruct:binding:0, Quartz Enriched Iron Binding -tconstruct:binding:0, Psimetal Binding -tconstruct:binding:0, Psigem Binding -tconstruct:binding:0, Ivory Psimetal Binding -tconstruct:binding:0, Ebony Psimetal Binding -tconstruct:binding:0, Red Matter Binding -tconstruct:binding:0, Fluxed Electrum Binding -tconstruct:binding:0, Refined Iron Binding -tconstruct:binding:0, Tungsten Binding -tconstruct:binding:0, Titanium Binding -tconstruct:binding:0, Chrome Binding -tconstruct:binding:0, Advanced Alloy Binding -tconstruct:binding:0, Ruby Binding -tconstruct:binding:0, Sapphire Binding -tconstruct:binding:0, Peridot Binding -tconstruct:binding:0, Yellow Garnet Binding -tconstruct:binding:0, Red Garnet Binding -tconstruct:binding:0, Rubber Binding -tconstruct:binding:0, Alumite Binding -tconstruct:binding:0, Ascended Sapphire Binding -tconstruct:binding:0, Jade Binding -tconstruct:binding:0, Malachite Binding -tconstruct:binding:0, Amber Binding -tconstruct:binding:0, Topaz Binding -tconstruct:binding:0, Tanzanite Binding -tconstruct:binding:0, Amethyst Binding -tconstruct:binding:0, Lumium Binding -tconstruct:binding:0, Enderium Binding -tconstruct:binding:0, Black Quartz Binding -tconstruct:binding:0, Void Binding -tconstruct:binding:0, Enori Binding -tconstruct:binding:0, Palis Binding -tconstruct:binding:0, Emeradic Binding -tconstruct:binding:0, Diamatine Binding -tconstruct:binding:0, Infinity Binding -tconstruct:binding:0, Certus Quartz Binding -tconstruct:binding:0, Fluix Crystal Binding -tconstruct:binding:0, Mica Binding -tconstruct:binding:0, Litherite Binding -tconstruct:binding:0, Erodium Binding -tconstruct:binding:0, Kyronite Binding -tconstruct:binding:0, Pladium Binding -tconstruct:binding:0, Ionite Binding -tconstruct:binding:0, Aethium Binding -tconstruct:binding:0, Thaumium Binding -tconstruct:binding:0, Starmetal Binding -tconstruct:binding:0, Corrupted Binding -tconstruct:binding:0, Mirion Binding -tconstruct:binding:0, Livingwood Binding -tconstruct:binding:0, Elementium Binding -tconstruct:binding:0, Wyvern Binding -tconstruct:binding:0, Awakened Binding -tconstruct:binding:0, Chaotic Binding -tconstruct:binding:0, Fusewood Binding -tconstruct:binding:0, Ghostwood Binding -tconstruct:binding:0, Darkwood Binding -tconstruct:binding:0, Emerald Binding -tconstruct:tough_binding:0, Electrical Tough Binding -tconstruct:tough_binding:0, Energetic Tough Binding -tconstruct:tough_binding:0, Vibrant Tough Binding -tconstruct:tough_binding:0, Red Tough Binding -tconstruct:tough_binding:0, Conductive Tough Binding -tconstruct:tough_binding:0, Pulsating Tough Binding -tconstruct:tough_binding:0, Dark Tough Binding -tconstruct:tough_binding:0, Souled Tough Binding -tconstruct:tough_binding:0, Tough Binding of the End -tconstruct:tough_binding:0, Fake-Iron Tough Binding -tconstruct:tough_binding:0, Steeleaf Tough Binding -tconstruct:tough_binding:0, Fiery Tough Binding -tconstruct:tough_binding:0, Knightly Tough Binding -tconstruct:tough_binding:0, Wooden Tough Binding -tconstruct:tough_binding:0, Stone Tough Binding -tconstruct:tough_binding:0, Flint Tough Binding -tconstruct:tough_binding:0, Cactus Tough Binding -tconstruct:tough_binding:0, Bone Tough Binding -tconstruct:tough_binding:0, Obsidian Tough Binding -tconstruct:tough_binding:0, Prismarine Tough Binding -tconstruct:tough_binding:0, End Tough Binding -tconstruct:tough_binding:0, Paper Tough Binding -tconstruct:tough_binding:0, Sponge Tough Binding -tconstruct:tough_binding:0, Firewood Tough Binding -tconstruct:tough_binding:0, Iron Tough Binding -tconstruct:tough_binding:0, Pig Iron Tough Binding -tconstruct:tough_binding:0, Knightslime Tough Binding -tconstruct:tough_binding:0, Slime Tough Binding -tconstruct:tough_binding:0, Slime Tough Binding -tconstruct:tough_binding:0, Magma Slime Tough Binding -tconstruct:tough_binding:0, Netherrack Tough Binding -tconstruct:tough_binding:0, Cobalt Tough Binding -tconstruct:tough_binding:0, Ardite Tough Binding -tconstruct:tough_binding:0, Manyullyn Tough Binding -tconstruct:tough_binding:0, Copper Tough Binding -tconstruct:tough_binding:0, Bronze Tough Binding -tconstruct:tough_binding:0, Lead Tough Binding -tconstruct:tough_binding:0, Silver Tough Binding -tconstruct:tough_binding:0, Electrum Tough Binding -tconstruct:tough_binding:0, Steel Tough Binding -tconstruct:tough_binding:0, Abyssalnite Tough Binding -tconstruct:tough_binding:0, Refined Coralium Tough Binding -tconstruct:tough_binding:0, Dreadium Tough Binding -tconstruct:tough_binding:0, Treated Wood Tough Binding -tconstruct:tough_binding:0, Constantan Tough Binding -tconstruct:tough_binding:0, Baronyte Tough Binding -tconstruct:tough_binding:0, Blazium Tough Binding -tconstruct:tough_binding:0, Elecanium Tough Binding -tconstruct:tough_binding:0, Emberstone Tough Binding -tconstruct:tough_binding:0, Ghastly Tough Binding -tconstruct:tough_binding:0, Ghoulish Tough Binding -tconstruct:tough_binding:0, Limonite Tough Binding -tconstruct:tough_binding:0, Lunar Tough Binding -tconstruct:tough_binding:0, Lyon Tough Binding -tconstruct:tough_binding:0, Mystite Tough Binding -tconstruct:tough_binding:0, Rosite Tough Binding -tconstruct:tough_binding:0, Shyrestone Tough Binding -tconstruct:tough_binding:0, Skeletal Tough Binding -tconstruct:tough_binding:0, Varsium Tough Binding -tconstruct:tough_binding:0, Charger Tough Binding -tconstruct:tough_binding:0, Blood Infused Wooden Tough Binding -tconstruct:tough_binding:0, Blood Infused Iron Tough Binding -tconstruct:tough_binding:0, Bloodmaster Tough Binding -tconstruct:tough_binding:0, Adamantium Tough Binding -tconstruct:tough_binding:0, Vibranium Tough Binding -tconstruct:tough_binding:0, Vibranium Alloy Tough Binding -tconstruct:tough_binding:0, Parafrosynium Tough Binding -tconstruct:tough_binding:0, Rosidian Tough Binding -tconstruct:tough_binding:0, Phasing Alloy Tough Binding -tconstruct:tough_binding:0, Wrought Iron Tough Binding -tconstruct:tough_binding:0, Barathosynium Tough Binding -tconstruct:tough_binding:0, Abyssal Flesh Tough Binding -tconstruct:tough_binding:0, Crystalline Ichorium Tough Binding -tconstruct:tough_binding:0, Kaiyu Tough Binding -tconstruct:tough_binding:0, Berserker Steel Tough Binding -tconstruct:tough_binding:0, Endlessly Hungry Tough Binding -tconstruct:tough_binding:0, Infused Dread Tough Binding -tconstruct:tough_binding:0, Brightsteel Alloy Tough Binding -tconstruct:tough_binding:0, Runandium Tough Binding -tconstruct:tough_binding:0, Ascended Draconic Alloy Tough Binding -tconstruct:tough_binding:0, Neutronium Tough Binding -tconstruct:tough_binding:0, Hihi'Irokane Tough Binding -tconstruct:tough_binding:0, Orichalcum Tough Binding -tconstruct:tough_binding:0, Demonic Ember Tough Binding -tconstruct:tough_binding:0, Dark Matter 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 -tconstruct:tough_binding:0, Magical Wooden Tough Binding -tconstruct:tough_binding:0, Evil Infused Tough Binding -tconstruct:tough_binding:0, Enchanted Tough Binding -tconstruct:tough_binding:0, Demonic Tough Binding -tconstruct:tough_binding:0, Molten Meat Tough Binding -tconstruct:tough_binding:0, Vespa Carapace Tough Binding -tconstruct:tough_binding:0, Scythe Claw Tough Binding -tconstruct:tough_binding:0, Ectoplasm Tough Binding -tconstruct:tough_binding:0, Dragon Bone Tough Binding -tconstruct:tough_binding:0, Desert Myrmex Chitin Tough Binding -tconstruct:tough_binding:0, Jungle Myrmex Chitin Tough Binding -tconstruct:tough_binding:0, Fire Dragonsteel Tough Binding -tconstruct:tough_binding:0, Ice Dragonsteel Tough Binding -tconstruct:tough_binding:0, Lightning Dragonsteel Tough Binding -tconstruct:tough_binding:0, Weezer Tough Binding -tconstruct:tough_binding:0, Prosperity Shard Tough Binding -tconstruct:tough_binding:0, Soulium Tough Binding -tconstruct:tough_binding:0, Base Essence Tough Binding -tconstruct:tough_binding:0, Inferium Tough Binding -tconstruct:tough_binding:0, Prudentium Tough Binding -tconstruct:tough_binding:0, Intermedium Tough Binding -tconstruct:tough_binding:0, Superium Tough Binding -tconstruct:tough_binding:0, Supremium Tough Binding -tconstruct:tough_binding:0, Boron Tough Binding -tconstruct:tough_binding:0, Tough Alloy Tough Binding -tconstruct:tough_binding:0, Hard Carbon Tough Binding -tconstruct:tough_binding:0, Boron Nitride Tough Binding -tconstruct:tough_binding:0, Thorium Tough Binding -tconstruct:tough_binding:0, Uranium Tough Binding -tconstruct:tough_binding:0, Magnesium Tough Binding -tconstruct:tough_binding:0, Chocolate Tough Binding -tconstruct:tough_binding:0, Plastic Tough Binding -tconstruct:tough_binding:0, Pink Slime Tough Binding -tconstruct:tough_binding:0, Reinforced Pink Slime Tough Binding -tconstruct:tough_binding:0, Platinum Tough Binding -tconstruct:tough_binding:0, Iridium Tough Binding -tconstruct:tough_binding:0, Mithril Tough Binding -tconstruct:tough_binding:0, Invar Tough Binding -tconstruct:tough_binding:0, Nickel Tough Binding -tconstruct:tough_binding:0, Tin Tough Binding -tconstruct:tough_binding:0, Brass Tough Binding -tconstruct:tough_binding:0, Aluminum Tough Binding -tconstruct:tough_binding:0, Zinc Tough Binding -tconstruct:tough_binding:0, Refined Obsidian Tough Binding -tconstruct:tough_binding:0, Refined Glowstone Tough Binding -tconstruct:tough_binding:0, Osmium Tough Binding -tconstruct:tough_binding:0, Manasteel Tough Binding -tconstruct:tough_binding:0, Terrasteel Tough Binding -tconstruct:tough_binding:0, Gaia Spirit Tough Binding -tconstruct:tough_binding:0, Yellorium Tough Binding -tconstruct:tough_binding:0, Cyanite Tough Binding -tconstruct:tough_binding:0, Blutonium Tough Binding -tconstruct:tough_binding:0, Ludicrite Tough Binding -tconstruct:tough_binding:0, Quartz Enriched Iron Tough Binding -tconstruct:tough_binding:0, Psimetal Tough Binding -tconstruct:tough_binding:0, Psigem Tough Binding -tconstruct:tough_binding:0, Ivory Psimetal Tough Binding -tconstruct:tough_binding:0, Ebony Psimetal Tough Binding -tconstruct:tough_binding:0, Red Matter Tough Binding -tconstruct:tough_binding:0, Fluxed Electrum Tough Binding -tconstruct:tough_binding:0, Refined Iron Tough Binding -tconstruct:tough_binding:0, Tungsten Tough Binding -tconstruct:tough_binding:0, Titanium Tough Binding -tconstruct:tough_binding:0, Chrome Tough Binding -tconstruct:tough_binding:0, Advanced Alloy Tough Binding -tconstruct:tough_binding:0, Ruby Tough Binding -tconstruct:tough_binding:0, Sapphire Tough Binding -tconstruct:tough_binding:0, Peridot Tough Binding -tconstruct:tough_binding:0, Yellow Garnet Tough Binding -tconstruct:tough_binding:0, Red Garnet Tough Binding -tconstruct:tough_binding:0, Rubber Tough Binding -tconstruct:tough_binding:0, Alumite Tough Binding -tconstruct:tough_binding:0, Ascended Sapphire Tough Binding -tconstruct:tough_binding:0, Jade Tough Binding -tconstruct:tough_binding:0, Malachite Tough Binding -tconstruct:tough_binding:0, Amber Tough Binding -tconstruct:tough_binding:0, Topaz Tough Binding -tconstruct:tough_binding:0, Tanzanite Tough Binding -tconstruct:tough_binding:0, Amethyst Tough Binding -tconstruct:tough_binding:0, Lumium Tough Binding -tconstruct:tough_binding:0, Enderium Tough Binding -tconstruct:tough_binding:0, Black Quartz Tough Binding -tconstruct:tough_binding:0, Void Tough Binding -tconstruct:tough_binding:0, Enori Tough Binding -tconstruct:tough_binding:0, Palis Tough Binding -tconstruct:tough_binding:0, Emeradic Tough Binding -tconstruct:tough_binding:0, Diamatine Tough Binding -tconstruct:tough_binding:0, Infinity Tough Binding -tconstruct:tough_binding:0, Certus Quartz Tough Binding -tconstruct:tough_binding:0, Fluix Crystal Tough Binding -tconstruct:tough_binding:0, Mica Tough Binding -tconstruct:tough_binding:0, Litherite Tough Binding -tconstruct:tough_binding:0, Erodium Tough Binding -tconstruct:tough_binding:0, Kyronite Tough Binding -tconstruct:tough_binding:0, Pladium Tough Binding -tconstruct:tough_binding:0, Ionite Tough Binding -tconstruct:tough_binding:0, Aethium Tough Binding -tconstruct:tough_binding:0, Thaumium Tough Binding -tconstruct:tough_binding:0, Starmetal Tough Binding -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, Wyvern Tough Binding -tconstruct:tough_binding:0, Awakened Tough Binding -tconstruct:tough_binding:0, Chaotic Tough Binding -tconstruct:tough_binding:0, Fusewood Tough Binding -tconstruct:tough_binding:0, Ghostwood Tough Binding -tconstruct:tough_binding:0, Darkwood Tough Binding -tconstruct:tough_binding:0, Emerald Tough Binding -tconstruct:wide_guard:0, Electrical Wide Guard -tconstruct:wide_guard:0, Energetic Wide Guard -tconstruct:wide_guard:0, Vibrant Wide Guard -tconstruct:wide_guard:0, Red Wide Guard -tconstruct:wide_guard:0, Conductive Wide Guard -tconstruct:wide_guard:0, Pulsating Wide Guard -tconstruct:wide_guard:0, Dark Wide Guard -tconstruct:wide_guard:0, Souled Wide Guard -tconstruct:wide_guard:0, Wide Guard of the End -tconstruct:wide_guard:0, Fake-Iron Wide Guard -tconstruct:wide_guard:0, Steeleaf Wide Guard -tconstruct:wide_guard:0, Fiery Wide Guard -tconstruct:wide_guard:0, Knightly Wide Guard -tconstruct:wide_guard:0, Wooden Wide Guard -tconstruct:wide_guard:0, Stone Wide Guard -tconstruct:wide_guard:0, Flint Wide Guard -tconstruct:wide_guard:0, Cactus Wide Guard -tconstruct:wide_guard:0, Bone Wide Guard -tconstruct:wide_guard:0, Obsidian Wide Guard -tconstruct:wide_guard:0, Prismarine Wide Guard -tconstruct:wide_guard:0, End Wide Guard -tconstruct:wide_guard:0, Paper Wide Guard -tconstruct:wide_guard:0, Sponge Wide Guard -tconstruct:wide_guard:0, Firewood Wide Guard -tconstruct:wide_guard:0, Iron Wide Guard -tconstruct:wide_guard:0, Pig Iron Wide Guard -tconstruct:wide_guard:0, Knightslime Wide Guard -tconstruct:wide_guard:0, Slime Wide Guard -tconstruct:wide_guard:0, Slime Wide Guard -tconstruct:wide_guard:0, Magma Slime Wide Guard -tconstruct:wide_guard:0, Netherrack Wide Guard -tconstruct:wide_guard:0, Cobalt Wide Guard -tconstruct:wide_guard:0, Ardite Wide Guard -tconstruct:wide_guard:0, Manyullyn Wide Guard -tconstruct:wide_guard:0, Copper Wide Guard -tconstruct:wide_guard:0, Bronze Wide Guard -tconstruct:wide_guard:0, Lead Wide Guard -tconstruct:wide_guard:0, Silver Wide Guard -tconstruct:wide_guard:0, Electrum Wide Guard -tconstruct:wide_guard:0, Steel Wide Guard -tconstruct:wide_guard:0, Abyssalnite Wide Guard -tconstruct:wide_guard:0, Refined Coralium Wide Guard -tconstruct:wide_guard:0, Dreadium Wide Guard -tconstruct:wide_guard:0, Treated Wood Wide Guard -tconstruct:wide_guard:0, Constantan Wide Guard -tconstruct:wide_guard:0, Baronyte Wide Guard -tconstruct:wide_guard:0, Blazium Wide Guard -tconstruct:wide_guard:0, Elecanium Wide Guard -tconstruct:wide_guard:0, Emberstone Wide Guard -tconstruct:wide_guard:0, Ghastly Wide Guard -tconstruct:wide_guard:0, Ghoulish Wide Guard -tconstruct:wide_guard:0, Limonite Wide Guard -tconstruct:wide_guard:0, Lunar Wide Guard -tconstruct:wide_guard:0, Lyon Wide Guard -tconstruct:wide_guard:0, Mystite Wide Guard -tconstruct:wide_guard:0, Rosite Wide Guard -tconstruct:wide_guard:0, Shyrestone Wide Guard -tconstruct:wide_guard:0, Skeletal Wide Guard -tconstruct:wide_guard:0, Varsium Wide Guard -tconstruct:wide_guard:0, Charger Wide Guard -tconstruct:wide_guard:0, Blood Infused Wooden Wide Guard -tconstruct:wide_guard:0, Blood Infused Iron Wide Guard -tconstruct:wide_guard:0, Bloodmaster Wide Guard -tconstruct:wide_guard:0, Adamantium Wide Guard -tconstruct:wide_guard:0, Vibranium Wide Guard -tconstruct:wide_guard:0, Vibranium Alloy Wide Guard -tconstruct:wide_guard:0, Parafrosynium Wide Guard -tconstruct:wide_guard:0, Rosidian Wide Guard -tconstruct:wide_guard:0, Phasing Alloy Wide Guard -tconstruct:wide_guard:0, Wrought Iron Wide Guard -tconstruct:wide_guard:0, Barathosynium Wide Guard -tconstruct:wide_guard:0, Abyssal Flesh Wide Guard -tconstruct:wide_guard:0, Crystalline Ichorium Wide Guard -tconstruct:wide_guard:0, Kaiyu Wide Guard -tconstruct:wide_guard:0, Berserker Steel Wide Guard -tconstruct:wide_guard:0, Endlessly Hungry Wide Guard -tconstruct:wide_guard:0, Infused Dread Wide Guard -tconstruct:wide_guard:0, Brightsteel Alloy Wide Guard -tconstruct:wide_guard:0, Runandium Wide Guard -tconstruct:wide_guard:0, Ascended Draconic Alloy Wide Guard -tconstruct:wide_guard:0, Neutronium Wide Guard -tconstruct:wide_guard:0, Hihi'Irokane Wide Guard -tconstruct:wide_guard:0, Orichalcum Wide Guard -tconstruct:wide_guard:0, Demonic Ember Wide Guard -tconstruct:wide_guard:0, Dark Matter 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 -tconstruct:wide_guard:0, Magical Wooden Wide Guard -tconstruct:wide_guard:0, Evil Infused Wide Guard -tconstruct:wide_guard:0, Enchanted Wide Guard -tconstruct:wide_guard:0, Demonic Wide Guard -tconstruct:wide_guard:0, Molten Meat Wide Guard -tconstruct:wide_guard:0, Vespa Carapace Wide Guard -tconstruct:wide_guard:0, Scythe Claw Wide Guard -tconstruct:wide_guard:0, Ectoplasm Wide Guard -tconstruct:wide_guard:0, Dragon Bone Wide Guard -tconstruct:wide_guard:0, Desert Myrmex Chitin Wide Guard -tconstruct:wide_guard:0, Jungle Myrmex Chitin Wide Guard -tconstruct:wide_guard:0, Fire Dragonsteel Wide Guard -tconstruct:wide_guard:0, Ice Dragonsteel Wide Guard -tconstruct:wide_guard:0, Lightning Dragonsteel Wide Guard -tconstruct:wide_guard:0, Weezer Wide Guard -tconstruct:wide_guard:0, Prosperity Shard Wide Guard -tconstruct:wide_guard:0, Soulium Wide Guard -tconstruct:wide_guard:0, Base Essence Wide Guard -tconstruct:wide_guard:0, Inferium Wide Guard -tconstruct:wide_guard:0, Prudentium Wide Guard -tconstruct:wide_guard:0, Intermedium Wide Guard -tconstruct:wide_guard:0, Superium Wide Guard -tconstruct:wide_guard:0, Supremium Wide Guard -tconstruct:wide_guard:0, Boron Wide Guard -tconstruct:wide_guard:0, Tough Alloy Wide Guard -tconstruct:wide_guard:0, Hard Carbon Wide Guard -tconstruct:wide_guard:0, Boron Nitride Wide Guard -tconstruct:wide_guard:0, Thorium Wide Guard -tconstruct:wide_guard:0, Uranium Wide Guard -tconstruct:wide_guard:0, Magnesium Wide Guard -tconstruct:wide_guard:0, Chocolate Wide Guard -tconstruct:wide_guard:0, Plastic Wide Guard -tconstruct:wide_guard:0, Pink Slime Wide Guard -tconstruct:wide_guard:0, Reinforced Pink Slime Wide Guard -tconstruct:wide_guard:0, Platinum Wide Guard -tconstruct:wide_guard:0, Iridium Wide Guard -tconstruct:wide_guard:0, Mithril Wide Guard -tconstruct:wide_guard:0, Invar Wide Guard -tconstruct:wide_guard:0, Nickel Wide Guard -tconstruct:wide_guard:0, Tin Wide Guard -tconstruct:wide_guard:0, Brass Wide Guard -tconstruct:wide_guard:0, Aluminum Wide Guard -tconstruct:wide_guard:0, Zinc Wide Guard -tconstruct:wide_guard:0, Refined Obsidian Wide Guard -tconstruct:wide_guard:0, Refined Glowstone Wide Guard -tconstruct:wide_guard:0, Osmium Wide Guard -tconstruct:wide_guard:0, Manasteel Wide Guard -tconstruct:wide_guard:0, Terrasteel Wide Guard -tconstruct:wide_guard:0, Gaia Spirit Wide Guard -tconstruct:wide_guard:0, Yellorium Wide Guard -tconstruct:wide_guard:0, Cyanite Wide Guard -tconstruct:wide_guard:0, Blutonium Wide Guard -tconstruct:wide_guard:0, Ludicrite Wide Guard -tconstruct:wide_guard:0, Quartz Enriched Iron Wide Guard -tconstruct:wide_guard:0, Psimetal Wide Guard -tconstruct:wide_guard:0, Psigem Wide Guard -tconstruct:wide_guard:0, Ivory Psimetal Wide Guard -tconstruct:wide_guard:0, Ebony Psimetal Wide Guard -tconstruct:wide_guard:0, Red Matter Wide Guard -tconstruct:wide_guard:0, Fluxed Electrum Wide Guard -tconstruct:wide_guard:0, Refined Iron Wide Guard -tconstruct:wide_guard:0, Tungsten Wide Guard -tconstruct:wide_guard:0, Titanium Wide Guard -tconstruct:wide_guard:0, Chrome Wide Guard -tconstruct:wide_guard:0, Advanced Alloy Wide Guard -tconstruct:wide_guard:0, Ruby Wide Guard -tconstruct:wide_guard:0, Sapphire Wide Guard -tconstruct:wide_guard:0, Peridot Wide Guard -tconstruct:wide_guard:0, Yellow Garnet Wide Guard -tconstruct:wide_guard:0, Red Garnet Wide Guard -tconstruct:wide_guard:0, Rubber Wide Guard -tconstruct:wide_guard:0, Alumite Wide Guard -tconstruct:wide_guard:0, Ascended Sapphire Wide Guard -tconstruct:wide_guard:0, Jade Wide Guard -tconstruct:wide_guard:0, Malachite Wide Guard -tconstruct:wide_guard:0, Amber Wide Guard -tconstruct:wide_guard:0, Topaz Wide Guard -tconstruct:wide_guard:0, Tanzanite Wide Guard -tconstruct:wide_guard:0, Amethyst Wide Guard -tconstruct:wide_guard:0, Lumium Wide Guard -tconstruct:wide_guard:0, Enderium Wide Guard -tconstruct:wide_guard:0, Black Quartz Wide Guard -tconstruct:wide_guard:0, Void Wide Guard -tconstruct:wide_guard:0, Enori Wide Guard -tconstruct:wide_guard:0, Palis Wide Guard -tconstruct:wide_guard:0, Emeradic Wide Guard -tconstruct:wide_guard:0, Diamatine Wide Guard -tconstruct:wide_guard:0, Infinity Wide Guard -tconstruct:wide_guard:0, Certus Quartz Wide Guard -tconstruct:wide_guard:0, Fluix Crystal Wide Guard -tconstruct:wide_guard:0, Mica Wide Guard -tconstruct:wide_guard:0, Litherite Wide Guard -tconstruct:wide_guard:0, Erodium Wide Guard -tconstruct:wide_guard:0, Kyronite Wide Guard -tconstruct:wide_guard:0, Pladium Wide Guard -tconstruct:wide_guard:0, Ionite Wide Guard -tconstruct:wide_guard:0, Aethium Wide Guard -tconstruct:wide_guard:0, Thaumium Wide Guard -tconstruct:wide_guard:0, Starmetal Wide Guard -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, Wyvern Wide Guard -tconstruct:wide_guard:0, Awakened Wide Guard -tconstruct:wide_guard:0, Chaotic Wide Guard -tconstruct:wide_guard:0, Fusewood Wide Guard -tconstruct:wide_guard:0, Ghostwood Wide Guard -tconstruct:wide_guard:0, Darkwood Wide Guard -tconstruct:wide_guard:0, Emerald Wide Guard -tconstruct:hand_guard:0, Electrical Hand Guard -tconstruct:hand_guard:0, Energetic Hand Guard -tconstruct:hand_guard:0, Vibrant Hand Guard -tconstruct:hand_guard:0, Red Hand Guard -tconstruct:hand_guard:0, Conductive Hand Guard -tconstruct:hand_guard:0, Pulsating Hand Guard -tconstruct:hand_guard:0, Dark Hand Guard -tconstruct:hand_guard:0, Souled Hand Guard -tconstruct:hand_guard:0, Hand Guard of the End -tconstruct:hand_guard:0, Fake-Iron Hand Guard -tconstruct:hand_guard:0, Steeleaf Hand Guard -tconstruct:hand_guard:0, Fiery Hand Guard -tconstruct:hand_guard:0, Knightly Hand Guard -tconstruct:hand_guard:0, Wooden Hand Guard -tconstruct:hand_guard:0, Stone Hand Guard -tconstruct:hand_guard:0, Flint Hand Guard -tconstruct:hand_guard:0, Cactus Hand Guard -tconstruct:hand_guard:0, Bone Hand Guard -tconstruct:hand_guard:0, Obsidian Hand Guard -tconstruct:hand_guard:0, Prismarine Hand Guard -tconstruct:hand_guard:0, End Hand Guard -tconstruct:hand_guard:0, Paper Hand Guard -tconstruct:hand_guard:0, Sponge Hand Guard -tconstruct:hand_guard:0, Firewood Hand Guard -tconstruct:hand_guard:0, Iron Hand Guard -tconstruct:hand_guard:0, Pig Iron Hand Guard -tconstruct:hand_guard:0, Knightslime Hand Guard -tconstruct:hand_guard:0, Slime Hand Guard -tconstruct:hand_guard:0, Slime Hand Guard -tconstruct:hand_guard:0, Magma Slime Hand Guard -tconstruct:hand_guard:0, Netherrack Hand Guard -tconstruct:hand_guard:0, Cobalt Hand Guard -tconstruct:hand_guard:0, Ardite Hand Guard -tconstruct:hand_guard:0, Manyullyn Hand Guard -tconstruct:hand_guard:0, Copper Hand Guard -tconstruct:hand_guard:0, Bronze Hand Guard -tconstruct:hand_guard:0, Lead Hand Guard -tconstruct:hand_guard:0, Silver Hand Guard -tconstruct:hand_guard:0, Electrum Hand Guard -tconstruct:hand_guard:0, Steel Hand Guard -tconstruct:hand_guard:0, Abyssalnite Hand Guard -tconstruct:hand_guard:0, Refined Coralium Hand Guard -tconstruct:hand_guard:0, Dreadium Hand Guard -tconstruct:hand_guard:0, Treated Wood Hand Guard -tconstruct:hand_guard:0, Constantan Hand Guard -tconstruct:hand_guard:0, Baronyte Hand Guard -tconstruct:hand_guard:0, Blazium Hand Guard -tconstruct:hand_guard:0, Elecanium Hand Guard -tconstruct:hand_guard:0, Emberstone Hand Guard -tconstruct:hand_guard:0, Ghastly Hand Guard -tconstruct:hand_guard:0, Ghoulish Hand Guard -tconstruct:hand_guard:0, Limonite Hand Guard -tconstruct:hand_guard:0, Lunar Hand Guard -tconstruct:hand_guard:0, Lyon Hand Guard -tconstruct:hand_guard:0, Mystite Hand Guard -tconstruct:hand_guard:0, Rosite Hand Guard -tconstruct:hand_guard:0, Shyrestone Hand Guard -tconstruct:hand_guard:0, Skeletal Hand Guard -tconstruct:hand_guard:0, Varsium Hand Guard -tconstruct:hand_guard:0, Charger Hand Guard -tconstruct:hand_guard:0, Blood Infused Wooden Hand Guard -tconstruct:hand_guard:0, Blood Infused Iron Hand Guard -tconstruct:hand_guard:0, Bloodmaster Hand Guard -tconstruct:hand_guard:0, Adamantium Hand Guard -tconstruct:hand_guard:0, Vibranium Hand Guard -tconstruct:hand_guard:0, Vibranium Alloy Hand Guard -tconstruct:hand_guard:0, Parafrosynium Hand Guard -tconstruct:hand_guard:0, Rosidian Hand Guard -tconstruct:hand_guard:0, Phasing Alloy Hand Guard -tconstruct:hand_guard:0, Wrought Iron Hand Guard -tconstruct:hand_guard:0, Barathosynium Hand Guard -tconstruct:hand_guard:0, Abyssal Flesh Hand Guard -tconstruct:hand_guard:0, Crystalline Ichorium Hand Guard -tconstruct:hand_guard:0, Kaiyu Hand Guard -tconstruct:hand_guard:0, Berserker Steel Hand Guard -tconstruct:hand_guard:0, Endlessly Hungry Hand Guard -tconstruct:hand_guard:0, Infused Dread Hand Guard -tconstruct:hand_guard:0, Brightsteel Alloy Hand Guard -tconstruct:hand_guard:0, Runandium Hand Guard -tconstruct:hand_guard:0, Ascended Draconic Alloy Hand Guard -tconstruct:hand_guard:0, Neutronium Hand Guard -tconstruct:hand_guard:0, Hihi'Irokane Hand Guard -tconstruct:hand_guard:0, Orichalcum Hand Guard -tconstruct:hand_guard:0, Demonic Ember Hand Guard -tconstruct:hand_guard:0, Dark Matter 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 -tconstruct:hand_guard:0, Magical Wooden Hand Guard -tconstruct:hand_guard:0, Evil Infused Hand Guard -tconstruct:hand_guard:0, Enchanted Hand Guard -tconstruct:hand_guard:0, Demonic Hand Guard -tconstruct:hand_guard:0, Molten Meat Hand Guard -tconstruct:hand_guard:0, Vespa Carapace Hand Guard -tconstruct:hand_guard:0, Scythe Claw Hand Guard -tconstruct:hand_guard:0, Ectoplasm Hand Guard -tconstruct:hand_guard:0, Dragon Bone Hand Guard -tconstruct:hand_guard:0, Desert Myrmex Chitin Hand Guard -tconstruct:hand_guard:0, Jungle Myrmex Chitin Hand Guard -tconstruct:hand_guard:0, Fire Dragonsteel Hand Guard -tconstruct:hand_guard:0, Ice Dragonsteel Hand Guard -tconstruct:hand_guard:0, Lightning Dragonsteel Hand Guard -tconstruct:hand_guard:0, Weezer Hand Guard -tconstruct:hand_guard:0, Prosperity Shard Hand Guard -tconstruct:hand_guard:0, Soulium Hand Guard -tconstruct:hand_guard:0, Base Essence Hand Guard -tconstruct:hand_guard:0, Inferium Hand Guard -tconstruct:hand_guard:0, Prudentium Hand Guard -tconstruct:hand_guard:0, Intermedium Hand Guard -tconstruct:hand_guard:0, Superium Hand Guard -tconstruct:hand_guard:0, Supremium Hand Guard -tconstruct:hand_guard:0, Boron Hand Guard -tconstruct:hand_guard:0, Tough Alloy Hand Guard -tconstruct:hand_guard:0, Hard Carbon Hand Guard -tconstruct:hand_guard:0, Boron Nitride Hand Guard -tconstruct:hand_guard:0, Thorium Hand Guard -tconstruct:hand_guard:0, Uranium Hand Guard -tconstruct:hand_guard:0, Magnesium Hand Guard -tconstruct:hand_guard:0, Chocolate Hand Guard -tconstruct:hand_guard:0, Plastic Hand Guard -tconstruct:hand_guard:0, Pink Slime Hand Guard -tconstruct:hand_guard:0, Reinforced Pink Slime Hand Guard -tconstruct:hand_guard:0, Platinum Hand Guard -tconstruct:hand_guard:0, Iridium Hand Guard -tconstruct:hand_guard:0, Mithril Hand Guard -tconstruct:hand_guard:0, Invar Hand Guard -tconstruct:hand_guard:0, Nickel Hand Guard -tconstruct:hand_guard:0, Tin Hand Guard -tconstruct:hand_guard:0, Brass Hand Guard -tconstruct:hand_guard:0, Aluminum Hand Guard -tconstruct:hand_guard:0, Zinc Hand Guard -tconstruct:hand_guard:0, Refined Obsidian Hand Guard -tconstruct:hand_guard:0, Refined Glowstone Hand Guard -tconstruct:hand_guard:0, Osmium Hand Guard -tconstruct:hand_guard:0, Manasteel Hand Guard -tconstruct:hand_guard:0, Terrasteel Hand Guard -tconstruct:hand_guard:0, Gaia Spirit Hand Guard -tconstruct:hand_guard:0, Yellorium Hand Guard -tconstruct:hand_guard:0, Cyanite Hand Guard -tconstruct:hand_guard:0, Blutonium Hand Guard -tconstruct:hand_guard:0, Ludicrite Hand Guard -tconstruct:hand_guard:0, Quartz Enriched Iron Hand Guard -tconstruct:hand_guard:0, Psimetal Hand Guard -tconstruct:hand_guard:0, Psigem Hand Guard -tconstruct:hand_guard:0, Ivory Psimetal Hand Guard -tconstruct:hand_guard:0, Ebony Psimetal Hand Guard -tconstruct:hand_guard:0, Red Matter Hand Guard -tconstruct:hand_guard:0, Fluxed Electrum Hand Guard -tconstruct:hand_guard:0, Refined Iron Hand Guard -tconstruct:hand_guard:0, Tungsten Hand Guard -tconstruct:hand_guard:0, Titanium Hand Guard -tconstruct:hand_guard:0, Chrome Hand Guard -tconstruct:hand_guard:0, Advanced Alloy Hand Guard -tconstruct:hand_guard:0, Ruby Hand Guard -tconstruct:hand_guard:0, Sapphire Hand Guard -tconstruct:hand_guard:0, Peridot Hand Guard -tconstruct:hand_guard:0, Yellow Garnet Hand Guard -tconstruct:hand_guard:0, Red Garnet Hand Guard -tconstruct:hand_guard:0, Rubber Hand Guard -tconstruct:hand_guard:0, Alumite Hand Guard -tconstruct:hand_guard:0, Ascended Sapphire Hand Guard -tconstruct:hand_guard:0, Jade Hand Guard -tconstruct:hand_guard:0, Malachite Hand Guard -tconstruct:hand_guard:0, Amber Hand Guard -tconstruct:hand_guard:0, Topaz Hand Guard -tconstruct:hand_guard:0, Tanzanite Hand Guard -tconstruct:hand_guard:0, Amethyst Hand Guard -tconstruct:hand_guard:0, Lumium Hand Guard -tconstruct:hand_guard:0, Enderium Hand Guard -tconstruct:hand_guard:0, Black Quartz Hand Guard -tconstruct:hand_guard:0, Void Hand Guard -tconstruct:hand_guard:0, Enori Hand Guard -tconstruct:hand_guard:0, Palis Hand Guard -tconstruct:hand_guard:0, Emeradic Hand Guard -tconstruct:hand_guard:0, Diamatine Hand Guard -tconstruct:hand_guard:0, Infinity Hand Guard -tconstruct:hand_guard:0, Certus Quartz Hand Guard -tconstruct:hand_guard:0, Fluix Crystal Hand Guard -tconstruct:hand_guard:0, Mica Hand Guard -tconstruct:hand_guard:0, Litherite Hand Guard -tconstruct:hand_guard:0, Erodium Hand Guard -tconstruct:hand_guard:0, Kyronite Hand Guard -tconstruct:hand_guard:0, Pladium Hand Guard -tconstruct:hand_guard:0, Ionite Hand Guard -tconstruct:hand_guard:0, Aethium Hand Guard -tconstruct:hand_guard:0, Thaumium Hand Guard -tconstruct:hand_guard:0, Starmetal Hand Guard -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, Wyvern Hand Guard -tconstruct:hand_guard:0, Awakened Hand Guard -tconstruct:hand_guard:0, Chaotic Hand Guard -tconstruct:hand_guard:0, Fusewood Hand Guard -tconstruct:hand_guard:0, Ghostwood Hand Guard -tconstruct:hand_guard:0, Darkwood Hand Guard -tconstruct:hand_guard:0, Emerald Hand Guard -tconstruct:cross_guard:0, Electrical Cross Guard -tconstruct:cross_guard:0, Energetic Cross Guard -tconstruct:cross_guard:0, Vibrant Cross Guard -tconstruct:cross_guard:0, Red Cross Guard -tconstruct:cross_guard:0, Conductive Cross Guard -tconstruct:cross_guard:0, Pulsating Cross Guard -tconstruct:cross_guard:0, Dark Cross Guard -tconstruct:cross_guard:0, Souled Cross Guard -tconstruct:cross_guard:0, Cross Guard of the End -tconstruct:cross_guard:0, Fake-Iron Cross Guard -tconstruct:cross_guard:0, Steeleaf Cross Guard -tconstruct:cross_guard:0, Fiery Cross Guard -tconstruct:cross_guard:0, Knightly Cross Guard -tconstruct:cross_guard:0, Wooden Cross Guard -tconstruct:cross_guard:0, Stone Cross Guard -tconstruct:cross_guard:0, Flint Cross Guard -tconstruct:cross_guard:0, Cactus Cross Guard -tconstruct:cross_guard:0, Bone Cross Guard -tconstruct:cross_guard:0, Obsidian Cross Guard -tconstruct:cross_guard:0, Prismarine Cross Guard -tconstruct:cross_guard:0, End Cross Guard -tconstruct:cross_guard:0, Paper Cross Guard -tconstruct:cross_guard:0, Sponge Cross Guard -tconstruct:cross_guard:0, Firewood Cross Guard -tconstruct:cross_guard:0, Iron Cross Guard -tconstruct:cross_guard:0, Pig Iron Cross Guard -tconstruct:cross_guard:0, Knightslime Cross Guard -tconstruct:cross_guard:0, Slime Cross Guard -tconstruct:cross_guard:0, Slime Cross Guard -tconstruct:cross_guard:0, Magma Slime Cross Guard -tconstruct:cross_guard:0, Netherrack Cross Guard -tconstruct:cross_guard:0, Cobalt Cross Guard -tconstruct:cross_guard:0, Ardite Cross Guard -tconstruct:cross_guard:0, Manyullyn Cross Guard -tconstruct:cross_guard:0, Copper Cross Guard -tconstruct:cross_guard:0, Bronze Cross Guard -tconstruct:cross_guard:0, Lead Cross Guard -tconstruct:cross_guard:0, Silver Cross Guard -tconstruct:cross_guard:0, Electrum Cross Guard -tconstruct:cross_guard:0, Steel Cross Guard -tconstruct:cross_guard:0, Abyssalnite Cross Guard -tconstruct:cross_guard:0, Refined Coralium Cross Guard -tconstruct:cross_guard:0, Dreadium Cross Guard -tconstruct:cross_guard:0, Treated Wood Cross Guard -tconstruct:cross_guard:0, Constantan Cross Guard -tconstruct:cross_guard:0, Baronyte Cross Guard -tconstruct:cross_guard:0, Blazium Cross Guard -tconstruct:cross_guard:0, Elecanium Cross Guard -tconstruct:cross_guard:0, Emberstone Cross Guard -tconstruct:cross_guard:0, Ghastly Cross Guard -tconstruct:cross_guard:0, Ghoulish Cross Guard -tconstruct:cross_guard:0, Limonite Cross Guard -tconstruct:cross_guard:0, Lunar Cross Guard -tconstruct:cross_guard:0, Lyon Cross Guard -tconstruct:cross_guard:0, Mystite Cross Guard -tconstruct:cross_guard:0, Rosite Cross Guard -tconstruct:cross_guard:0, Shyrestone Cross Guard -tconstruct:cross_guard:0, Skeletal Cross Guard -tconstruct:cross_guard:0, Varsium Cross Guard -tconstruct:cross_guard:0, Charger Cross Guard -tconstruct:cross_guard:0, Blood Infused Wooden Cross Guard -tconstruct:cross_guard:0, Blood Infused Iron Cross Guard -tconstruct:cross_guard:0, Bloodmaster Cross Guard -tconstruct:cross_guard:0, Adamantium Cross Guard -tconstruct:cross_guard:0, Vibranium Cross Guard -tconstruct:cross_guard:0, Vibranium Alloy Cross Guard -tconstruct:cross_guard:0, Parafrosynium Cross Guard -tconstruct:cross_guard:0, Rosidian Cross Guard -tconstruct:cross_guard:0, Phasing Alloy Cross Guard -tconstruct:cross_guard:0, Wrought Iron Cross Guard -tconstruct:cross_guard:0, Barathosynium Cross Guard -tconstruct:cross_guard:0, Abyssal Flesh Cross Guard -tconstruct:cross_guard:0, Crystalline Ichorium Cross Guard -tconstruct:cross_guard:0, Kaiyu Cross Guard -tconstruct:cross_guard:0, Berserker Steel Cross Guard -tconstruct:cross_guard:0, Endlessly Hungry Cross Guard -tconstruct:cross_guard:0, Infused Dread Cross Guard -tconstruct:cross_guard:0, Brightsteel Alloy Cross Guard -tconstruct:cross_guard:0, Runandium Cross Guard -tconstruct:cross_guard:0, Ascended Draconic Alloy Cross Guard -tconstruct:cross_guard:0, Neutronium Cross Guard -tconstruct:cross_guard:0, Hihi'Irokane Cross Guard -tconstruct:cross_guard:0, Orichalcum Cross Guard -tconstruct:cross_guard:0, Demonic Ember Cross Guard -tconstruct:cross_guard:0, Dark Matter 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 -tconstruct:cross_guard:0, Magical Wooden Cross Guard -tconstruct:cross_guard:0, Evil Infused Cross Guard -tconstruct:cross_guard:0, Enchanted Cross Guard -tconstruct:cross_guard:0, Demonic Cross Guard -tconstruct:cross_guard:0, Molten Meat Cross Guard -tconstruct:cross_guard:0, Vespa Carapace Cross Guard -tconstruct:cross_guard:0, Scythe Claw Cross Guard -tconstruct:cross_guard:0, Ectoplasm Cross Guard -tconstruct:cross_guard:0, Dragon Bone Cross Guard -tconstruct:cross_guard:0, Desert Myrmex Chitin Cross Guard -tconstruct:cross_guard:0, Jungle Myrmex Chitin Cross Guard -tconstruct:cross_guard:0, Fire Dragonsteel Cross Guard -tconstruct:cross_guard:0, Ice Dragonsteel Cross Guard -tconstruct:cross_guard:0, Lightning Dragonsteel Cross Guard -tconstruct:cross_guard:0, Weezer Cross Guard -tconstruct:cross_guard:0, Prosperity Shard Cross Guard -tconstruct:cross_guard:0, Soulium Cross Guard -tconstruct:cross_guard:0, Base Essence Cross Guard -tconstruct:cross_guard:0, Inferium Cross Guard -tconstruct:cross_guard:0, Prudentium Cross Guard -tconstruct:cross_guard:0, Intermedium Cross Guard -tconstruct:cross_guard:0, Superium Cross Guard -tconstruct:cross_guard:0, Supremium Cross Guard -tconstruct:cross_guard:0, Boron Cross Guard -tconstruct:cross_guard:0, Tough Alloy Cross Guard -tconstruct:cross_guard:0, Hard Carbon Cross Guard -tconstruct:cross_guard:0, Boron Nitride Cross Guard -tconstruct:cross_guard:0, Thorium Cross Guard -tconstruct:cross_guard:0, Uranium Cross Guard -tconstruct:cross_guard:0, Magnesium Cross Guard -tconstruct:cross_guard:0, Chocolate Cross Guard -tconstruct:cross_guard:0, Plastic Cross Guard -tconstruct:cross_guard:0, Pink Slime Cross Guard -tconstruct:cross_guard:0, Reinforced Pink Slime Cross Guard -tconstruct:cross_guard:0, Platinum Cross Guard -tconstruct:cross_guard:0, Iridium Cross Guard -tconstruct:cross_guard:0, Mithril Cross Guard -tconstruct:cross_guard:0, Invar Cross Guard -tconstruct:cross_guard:0, Nickel Cross Guard -tconstruct:cross_guard:0, Tin Cross Guard -tconstruct:cross_guard:0, Brass Cross Guard -tconstruct:cross_guard:0, Aluminum Cross Guard -tconstruct:cross_guard:0, Zinc Cross Guard -tconstruct:cross_guard:0, Refined Obsidian Cross Guard -tconstruct:cross_guard:0, Refined Glowstone Cross Guard -tconstruct:cross_guard:0, Osmium Cross Guard -tconstruct:cross_guard:0, Manasteel Cross Guard -tconstruct:cross_guard:0, Terrasteel Cross Guard -tconstruct:cross_guard:0, Gaia Spirit Cross Guard -tconstruct:cross_guard:0, Yellorium Cross Guard -tconstruct:cross_guard:0, Cyanite Cross Guard -tconstruct:cross_guard:0, Blutonium Cross Guard -tconstruct:cross_guard:0, Ludicrite Cross Guard -tconstruct:cross_guard:0, Quartz Enriched Iron Cross Guard -tconstruct:cross_guard:0, Psimetal Cross Guard -tconstruct:cross_guard:0, Psigem Cross Guard -tconstruct:cross_guard:0, Ivory Psimetal Cross Guard -tconstruct:cross_guard:0, Ebony Psimetal Cross Guard -tconstruct:cross_guard:0, Red Matter Cross Guard -tconstruct:cross_guard:0, Fluxed Electrum Cross Guard -tconstruct:cross_guard:0, Refined Iron Cross Guard -tconstruct:cross_guard:0, Tungsten Cross Guard -tconstruct:cross_guard:0, Titanium Cross Guard -tconstruct:cross_guard:0, Chrome Cross Guard -tconstruct:cross_guard:0, Advanced Alloy Cross Guard -tconstruct:cross_guard:0, Ruby Cross Guard -tconstruct:cross_guard:0, Sapphire Cross Guard -tconstruct:cross_guard:0, Peridot Cross Guard -tconstruct:cross_guard:0, Yellow Garnet Cross Guard -tconstruct:cross_guard:0, Red Garnet Cross Guard -tconstruct:cross_guard:0, Rubber Cross Guard -tconstruct:cross_guard:0, Alumite Cross Guard -tconstruct:cross_guard:0, Ascended Sapphire Cross Guard -tconstruct:cross_guard:0, Jade Cross Guard -tconstruct:cross_guard:0, Malachite Cross Guard -tconstruct:cross_guard:0, Amber Cross Guard -tconstruct:cross_guard:0, Topaz Cross Guard -tconstruct:cross_guard:0, Tanzanite Cross Guard -tconstruct:cross_guard:0, Amethyst Cross Guard -tconstruct:cross_guard:0, Lumium Cross Guard -tconstruct:cross_guard:0, Enderium Cross Guard -tconstruct:cross_guard:0, Black Quartz Cross Guard -tconstruct:cross_guard:0, Void Cross Guard -tconstruct:cross_guard:0, Enori Cross Guard -tconstruct:cross_guard:0, Palis Cross Guard -tconstruct:cross_guard:0, Emeradic Cross Guard -tconstruct:cross_guard:0, Diamatine Cross Guard -tconstruct:cross_guard:0, Infinity Cross Guard -tconstruct:cross_guard:0, Certus Quartz Cross Guard -tconstruct:cross_guard:0, Fluix Crystal Cross Guard -tconstruct:cross_guard:0, Mica Cross Guard -tconstruct:cross_guard:0, Litherite Cross Guard -tconstruct:cross_guard:0, Erodium Cross Guard -tconstruct:cross_guard:0, Kyronite Cross Guard -tconstruct:cross_guard:0, Pladium Cross Guard -tconstruct:cross_guard:0, Ionite Cross Guard -tconstruct:cross_guard:0, Aethium Cross Guard -tconstruct:cross_guard:0, Thaumium Cross Guard -tconstruct:cross_guard:0, Starmetal Cross Guard -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, Wyvern Cross Guard -tconstruct:cross_guard:0, Awakened Cross Guard -tconstruct:cross_guard:0, Chaotic Cross Guard -tconstruct:cross_guard:0, Fusewood Cross Guard -tconstruct:cross_guard:0, Ghostwood Cross Guard -tconstruct:cross_guard:0, Darkwood Cross Guard -tconstruct:cross_guard:0, Emerald Cross Guard -tconstruct:large_plate:0, Electrical Large Plate -tconstruct:large_plate:0, Energetic Large Plate -tconstruct:large_plate:0, Vibrant Large Plate -tconstruct:large_plate:0, Red Large Plate -tconstruct:large_plate:0, Conductive Large Plate -tconstruct:large_plate:0, Pulsating Large Plate -tconstruct:large_plate:0, Dark Large Plate -tconstruct:large_plate:0, Souled Large Plate -tconstruct:large_plate:0, Large Plate of the End -tconstruct:large_plate:0, Fake-Iron Large Plate -tconstruct:large_plate:0, Naga Scale Large Plate -tconstruct:large_plate:0, Steeleaf Large Plate -tconstruct:large_plate:0, Fiery Large Plate -tconstruct:large_plate:0, Knightly Large Plate -tconstruct:large_plate:0, Wooden Large Plate -tconstruct:large_plate:0, Stone Large Plate -tconstruct:large_plate:0, Flint Large Plate -tconstruct:large_plate:0, Cactus Large Plate -tconstruct:large_plate:0, Bone Large Plate -tconstruct:large_plate:0, Obsidian Large Plate -tconstruct:large_plate:0, Prismarine Large Plate -tconstruct:large_plate:0, End Large Plate -tconstruct:large_plate:0, Paper Large Plate -tconstruct:large_plate:0, Sponge Large Plate -tconstruct:large_plate:0, Firewood Large Plate -tconstruct:large_plate:0, Iron Large Plate -tconstruct:large_plate:0, Pig Iron Large Plate -tconstruct:large_plate:0, Knightslime Large Plate -tconstruct:large_plate:0, Slime Large Plate -tconstruct:large_plate:0, Slime Large Plate -tconstruct:large_plate:0, Magma Slime Large Plate -tconstruct:large_plate:0, Netherrack Large Plate -tconstruct:large_plate:0, Cobalt Large Plate -tconstruct:large_plate:0, Ardite Large Plate -tconstruct:large_plate:0, Manyullyn Large Plate -tconstruct:large_plate:0, Copper Large Plate -tconstruct:large_plate:0, Bronze Large Plate -tconstruct:large_plate:0, Lead Large Plate -tconstruct:large_plate:0, Silver Large Plate -tconstruct:large_plate:0, Electrum Large Plate -tconstruct:large_plate:0, Steel Large Plate -tconstruct:large_plate:0, Abyssalnite Large Plate -tconstruct:large_plate:0, Refined Coralium Large Plate -tconstruct:large_plate:0, Dreadium Large Plate -tconstruct:large_plate:0, Treated Wood Large Plate -tconstruct:large_plate:0, Constantan Large Plate -tconstruct:large_plate:0, Baronyte Large Plate -tconstruct:large_plate:0, Blazium Large Plate -tconstruct:large_plate:0, Elecanium Large Plate -tconstruct:large_plate:0, Emberstone Large Plate -tconstruct:large_plate:0, Ghastly Large Plate -tconstruct:large_plate:0, Ghoulish Large Plate -tconstruct:large_plate:0, Limonite Large Plate -tconstruct:large_plate:0, Lunar Large Plate -tconstruct:large_plate:0, Lyon Large Plate -tconstruct:large_plate:0, Mystite Large Plate -tconstruct:large_plate:0, Rosite Large Plate -tconstruct:large_plate:0, Shyrestone Large Plate -tconstruct:large_plate:0, Skeletal Large Plate -tconstruct:large_plate:0, Varsium Large Plate -tconstruct:large_plate:0, Charger Large Plate -tconstruct:large_plate:0, Blood Infused Wooden Large Plate -tconstruct:large_plate:0, Blood Infused Iron Large Plate -tconstruct:large_plate:0, Realmite Large Plate -tconstruct:large_plate:0, Arlemite Large Plate -tconstruct:large_plate:0, Rupee Large Plate -tconstruct:large_plate:0, Netherite Large Plate -tconstruct:large_plate:0, Bloodmaster Large Plate -tconstruct:large_plate:0, Adamantium Large Plate -tconstruct:large_plate:0, Vibranium Large Plate -tconstruct:large_plate:0, Vibranium Alloy Large Plate -tconstruct:large_plate:0, Parafrosynium Large Plate -tconstruct:large_plate:0, Rosidian Large Plate -tconstruct:large_plate:0, Phasing Alloy Large Plate -tconstruct:large_plate:0, Wrought Iron Large Plate -tconstruct:large_plate:0, Barathosynium Large Plate -tconstruct:large_plate:0, Abyssal Flesh Large Plate -tconstruct:large_plate:0, Crystalline Ichorium Large Plate -tconstruct:large_plate:0, Kaiyu Large Plate -tconstruct:large_plate:0, Berserker Steel Large Plate -tconstruct:large_plate:0, Endlessly Hungry Large Plate -tconstruct:large_plate:0, Infused Dread Large Plate -tconstruct:large_plate:0, Brightsteel Alloy Large Plate -tconstruct:large_plate:0, Runandium Large Plate -tconstruct:large_plate:0, Ascended Draconic Alloy Large Plate -tconstruct:large_plate:0, Neutronium Large Plate -tconstruct:large_plate:0, Hihi'Irokane Large Plate -tconstruct:large_plate:0, Orichalcum Large Plate -tconstruct:large_plate:0, Demonic Ember Large Plate -tconstruct:large_plate:0, Dark Matter 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 -tconstruct:large_plate:0, Magical Wooden Large Plate -tconstruct:large_plate:0, Evil Infused Large Plate -tconstruct:large_plate:0, Enchanted Large Plate -tconstruct:large_plate:0, Demonic Large Plate -tconstruct:large_plate:0, Molten Meat Large Plate -tconstruct:large_plate:0, Vespa Carapace Large Plate -tconstruct:large_plate:0, Scythe Claw Large Plate -tconstruct:large_plate:0, Ectoplasm Large Plate -tconstruct:large_plate:0, Dragon Bone Large Plate -tconstruct:large_plate:0, Desert Myrmex Chitin Large Plate -tconstruct:large_plate:0, Jungle Myrmex Chitin Large Plate -tconstruct:large_plate:0, Fire Dragonsteel Large Plate -tconstruct:large_plate:0, Ice Dragonsteel Large Plate -tconstruct:large_plate:0, Lightning Dragonsteel Large Plate -tconstruct:large_plate:0, Weezer Large Plate -tconstruct:large_plate:0, Prosperity Shard Large Plate -tconstruct:large_plate:0, Soulium Large Plate -tconstruct:large_plate:0, Base Essence Large Plate -tconstruct:large_plate:0, Inferium Large Plate -tconstruct:large_plate:0, Prudentium Large Plate -tconstruct:large_plate:0, Intermedium Large Plate -tconstruct:large_plate:0, Superium Large Plate -tconstruct:large_plate:0, Supremium Large Plate -tconstruct:large_plate:0, Boron Large Plate -tconstruct:large_plate:0, Tough Alloy Large Plate -tconstruct:large_plate:0, Hard Carbon Large Plate -tconstruct:large_plate:0, Boron Nitride Large Plate -tconstruct:large_plate:0, Thorium Large Plate -tconstruct:large_plate:0, Uranium Large Plate -tconstruct:large_plate:0, Magnesium Large Plate -tconstruct:large_plate:0, Chocolate Large Plate -tconstruct:large_plate:0, Plastic Large Plate -tconstruct:large_plate:0, Pink Slime Large Plate -tconstruct:large_plate:0, Reinforced Pink Slime Large Plate -tconstruct:large_plate:0, Platinum Large Plate -tconstruct:large_plate:0, Iridium Large Plate -tconstruct:large_plate:0, Mithril Large Plate -tconstruct:large_plate:0, Invar Large Plate -tconstruct:large_plate:0, Nickel Large Plate -tconstruct:large_plate:0, Tin Large Plate -tconstruct:large_plate:0, Brass Large Plate -tconstruct:large_plate:0, Aluminum Large Plate -tconstruct:large_plate:0, Zinc Large Plate -tconstruct:large_plate:0, Refined Obsidian Large Plate -tconstruct:large_plate:0, Refined Glowstone Large Plate -tconstruct:large_plate:0, Osmium Large Plate -tconstruct:large_plate:0, Manasteel Large Plate -tconstruct:large_plate:0, Terrasteel Large Plate -tconstruct:large_plate:0, Gaia Spirit Large Plate -tconstruct:large_plate:0, Yellorium Large Plate -tconstruct:large_plate:0, Cyanite Large Plate -tconstruct:large_plate:0, Blutonium Large Plate -tconstruct:large_plate:0, Ludicrite Large Plate -tconstruct:large_plate:0, Quartz Enriched Iron Large Plate -tconstruct:large_plate:0, Psimetal Large Plate -tconstruct:large_plate:0, Psigem Large Plate -tconstruct:large_plate:0, Ivory Psimetal Large Plate -tconstruct:large_plate:0, Ebony Psimetal Large Plate -tconstruct:large_plate:0, Red Matter Large Plate -tconstruct:large_plate:0, Fluxed Electrum Large Plate -tconstruct:large_plate:0, Refined Iron Large Plate -tconstruct:large_plate:0, Tungsten Large Plate -tconstruct:large_plate:0, Titanium Large Plate -tconstruct:large_plate:0, Chrome Large Plate -tconstruct:large_plate:0, Advanced Alloy Large Plate -tconstruct:large_plate:0, Ruby Large Plate -tconstruct:large_plate:0, Sapphire Large Plate -tconstruct:large_plate:0, Peridot Large Plate -tconstruct:large_plate:0, Yellow Garnet Large Plate -tconstruct:large_plate:0, Red Garnet Large Plate -tconstruct:large_plate:0, Rubber Large Plate -tconstruct:large_plate:0, Alumite Large Plate -tconstruct:large_plate:0, Ascended Sapphire Large Plate -tconstruct:large_plate:0, Jade Large Plate -tconstruct:large_plate:0, Malachite Large Plate -tconstruct:large_plate:0, Amber Large Plate -tconstruct:large_plate:0, Topaz Large Plate -tconstruct:large_plate:0, Tanzanite Large Plate -tconstruct:large_plate:0, Amethyst Large Plate -tconstruct:large_plate:0, Lumium Large Plate -tconstruct:large_plate:0, Enderium Large Plate -tconstruct:large_plate:0, Black Quartz Large Plate -tconstruct:large_plate:0, Void Large Plate -tconstruct:large_plate:0, Enori Large Plate -tconstruct:large_plate:0, Palis Large Plate -tconstruct:large_plate:0, Emeradic Large Plate -tconstruct:large_plate:0, Diamatine Large Plate -tconstruct:large_plate:0, Infinity Large Plate -tconstruct:large_plate:0, Certus Quartz Large Plate -tconstruct:large_plate:0, Fluix Crystal Large Plate -tconstruct:large_plate:0, Mica Large Plate -tconstruct:large_plate:0, Litherite Large Plate -tconstruct:large_plate:0, Erodium Large Plate -tconstruct:large_plate:0, Kyronite Large Plate -tconstruct:large_plate:0, Pladium Large Plate -tconstruct:large_plate:0, Ionite Large Plate -tconstruct:large_plate:0, Aethium Large Plate -tconstruct:large_plate:0, Thaumium Large Plate -tconstruct:large_plate:0, Starmetal Large Plate -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, Wyvern Large Plate -tconstruct:large_plate:0, Awakened Large Plate -tconstruct:large_plate:0, Chaotic Large Plate -tconstruct:large_plate:0, Fusewood Large Plate -tconstruct:large_plate:0, Ghostwood Large Plate -tconstruct:large_plate:0, Darkwood Large Plate -tconstruct:large_plate:0, Emerald Large Plate -tconstruct:knife_blade:0, Electrical Knife Blade -tconstruct:knife_blade:0, Energetic Knife Blade -tconstruct:knife_blade:0, Vibrant Knife Blade -tconstruct:knife_blade:0, Red Knife Blade -tconstruct:knife_blade:0, Conductive Knife Blade -tconstruct:knife_blade:0, Pulsating Knife Blade -tconstruct:knife_blade:0, Dark Knife Blade -tconstruct:knife_blade:0, Souled Knife Blade -tconstruct:knife_blade:0, Knife Blade of the End -tconstruct:knife_blade:0, Fake-Iron Knife Blade -tconstruct:knife_blade:0, Steeleaf Knife Blade -tconstruct:knife_blade:0, Fiery Knife Blade -tconstruct:knife_blade:0, Knightly Knife Blade -tconstruct:knife_blade:0, Wooden Knife Blade -tconstruct:knife_blade:0, Stone Knife Blade -tconstruct:knife_blade:0, Flint Knife Blade -tconstruct:knife_blade:0, Cactus Knife Blade -tconstruct:knife_blade:0, Bone Knife Blade -tconstruct:knife_blade:0, Obsidian Knife Blade -tconstruct:knife_blade:0, Prismarine Knife Blade -tconstruct:knife_blade:0, End Knife Blade -tconstruct:knife_blade:0, Paper Knife Blade -tconstruct:knife_blade:0, Sponge Knife Blade -tconstruct:knife_blade:0, Firewood Knife Blade -tconstruct:knife_blade:0, Iron Knife Blade -tconstruct:knife_blade:0, Pig Iron Knife Blade -tconstruct:knife_blade:0, Knightslime Knife Blade -tconstruct:knife_blade:0, Slime Knife Blade -tconstruct:knife_blade:0, Slime Knife Blade -tconstruct:knife_blade:0, Magma Slime Knife Blade -tconstruct:knife_blade:0, Netherrack Knife Blade -tconstruct:knife_blade:0, Cobalt Knife Blade -tconstruct:knife_blade:0, Ardite Knife Blade -tconstruct:knife_blade:0, Manyullyn Knife Blade -tconstruct:knife_blade:0, Copper Knife Blade -tconstruct:knife_blade:0, Bronze Knife Blade -tconstruct:knife_blade:0, Lead Knife Blade -tconstruct:knife_blade:0, Silver Knife Blade -tconstruct:knife_blade:0, Electrum Knife Blade -tconstruct:knife_blade:0, Steel Knife Blade -tconstruct:knife_blade:0, Abyssalnite Knife Blade -tconstruct:knife_blade:0, Refined Coralium Knife Blade -tconstruct:knife_blade:0, Dreadium Knife Blade -tconstruct:knife_blade:0, Treated Wood Knife Blade -tconstruct:knife_blade:0, Constantan Knife Blade -tconstruct:knife_blade:0, Baronyte Knife Blade -tconstruct:knife_blade:0, Blazium Knife Blade -tconstruct:knife_blade:0, Elecanium Knife Blade -tconstruct:knife_blade:0, Emberstone Knife Blade -tconstruct:knife_blade:0, Ghastly Knife Blade -tconstruct:knife_blade:0, Ghoulish Knife Blade -tconstruct:knife_blade:0, Limonite Knife Blade -tconstruct:knife_blade:0, Lunar Knife Blade -tconstruct:knife_blade:0, Lyon Knife Blade -tconstruct:knife_blade:0, Mystite Knife Blade -tconstruct:knife_blade:0, Rosite Knife Blade -tconstruct:knife_blade:0, Shyrestone Knife Blade -tconstruct:knife_blade:0, Skeletal Knife Blade -tconstruct:knife_blade:0, Varsium Knife Blade -tconstruct:knife_blade:0, Charger Knife Blade -tconstruct:knife_blade:0, Blood Infused Wooden Knife Blade -tconstruct:knife_blade:0, Blood Infused Iron Knife Blade -tconstruct:knife_blade:0, Bloodmaster Knife Blade -tconstruct:knife_blade:0, Adamantium Knife Blade -tconstruct:knife_blade:0, Vibranium Knife Blade -tconstruct:knife_blade:0, Vibranium Alloy Knife Blade -tconstruct:knife_blade:0, Parafrosynium Knife Blade -tconstruct:knife_blade:0, Rosidian Knife Blade -tconstruct:knife_blade:0, Phasing Alloy Knife Blade -tconstruct:knife_blade:0, Wrought Iron Knife Blade -tconstruct:knife_blade:0, Barathosynium Knife Blade -tconstruct:knife_blade:0, Abyssal Flesh Knife Blade -tconstruct:knife_blade:0, Crystalline Ichorium Knife Blade -tconstruct:knife_blade:0, Kaiyu Knife Blade -tconstruct:knife_blade:0, Berserker Steel Knife Blade -tconstruct:knife_blade:0, Endlessly Hungry Knife Blade -tconstruct:knife_blade:0, Infused Dread Knife Blade -tconstruct:knife_blade:0, Brightsteel Alloy Knife Blade -tconstruct:knife_blade:0, Runandium Knife Blade -tconstruct:knife_blade:0, Ascended Draconic Alloy Knife Blade -tconstruct:knife_blade:0, Neutronium Knife Blade -tconstruct:knife_blade:0, Hihi'Irokane Knife Blade -tconstruct:knife_blade:0, Orichalcum Knife Blade -tconstruct:knife_blade:0, Demonic Ember Knife Blade -tconstruct:knife_blade:0, Dark Matter 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 -tconstruct:knife_blade:0, Magical Wooden Knife Blade -tconstruct:knife_blade:0, Evil Infused Knife Blade -tconstruct:knife_blade:0, Enchanted Knife Blade -tconstruct:knife_blade:0, Demonic Knife Blade -tconstruct:knife_blade:0, Molten Meat Knife Blade -tconstruct:knife_blade:0, Vespa Carapace Knife Blade -tconstruct:knife_blade:0, Scythe Claw Knife Blade -tconstruct:knife_blade:0, Ectoplasm Knife Blade -tconstruct:knife_blade:0, Dragon Bone Knife Blade -tconstruct:knife_blade:0, Desert Myrmex Chitin Knife Blade -tconstruct:knife_blade:0, Jungle Myrmex Chitin Knife Blade -tconstruct:knife_blade:0, Fire Dragonsteel Knife Blade -tconstruct:knife_blade:0, Ice Dragonsteel Knife Blade -tconstruct:knife_blade:0, Lightning Dragonsteel Knife Blade -tconstruct:knife_blade:0, Weezer Knife Blade -tconstruct:knife_blade:0, Prosperity Shard Knife Blade -tconstruct:knife_blade:0, Soulium Knife Blade -tconstruct:knife_blade:0, Base Essence Knife Blade -tconstruct:knife_blade:0, Inferium Knife Blade -tconstruct:knife_blade:0, Prudentium Knife Blade -tconstruct:knife_blade:0, Intermedium Knife Blade -tconstruct:knife_blade:0, Superium Knife Blade -tconstruct:knife_blade:0, Supremium Knife Blade -tconstruct:knife_blade:0, Boron Knife Blade -tconstruct:knife_blade:0, Tough Alloy Knife Blade -tconstruct:knife_blade:0, Hard Carbon Knife Blade -tconstruct:knife_blade:0, Boron Nitride Knife Blade -tconstruct:knife_blade:0, Thorium Knife Blade -tconstruct:knife_blade:0, Uranium Knife Blade -tconstruct:knife_blade:0, Magnesium Knife Blade -tconstruct:knife_blade:0, Chocolate Knife Blade -tconstruct:knife_blade:0, Plastic Knife Blade -tconstruct:knife_blade:0, Pink Slime Knife Blade -tconstruct:knife_blade:0, Reinforced Pink Slime Knife Blade -tconstruct:knife_blade:0, Platinum Knife Blade -tconstruct:knife_blade:0, Iridium Knife Blade -tconstruct:knife_blade:0, Mithril Knife Blade -tconstruct:knife_blade:0, Invar Knife Blade -tconstruct:knife_blade:0, Nickel Knife Blade -tconstruct:knife_blade:0, Tin Knife Blade -tconstruct:knife_blade:0, Brass Knife Blade -tconstruct:knife_blade:0, Aluminum Knife Blade -tconstruct:knife_blade:0, Zinc Knife Blade -tconstruct:knife_blade:0, Refined Obsidian Knife Blade -tconstruct:knife_blade:0, Refined Glowstone Knife Blade -tconstruct:knife_blade:0, Osmium Knife Blade -tconstruct:knife_blade:0, Manasteel Knife Blade -tconstruct:knife_blade:0, Terrasteel Knife Blade -tconstruct:knife_blade:0, Gaia Spirit Knife Blade -tconstruct:knife_blade:0, Yellorium Knife Blade -tconstruct:knife_blade:0, Cyanite Knife Blade -tconstruct:knife_blade:0, Blutonium Knife Blade -tconstruct:knife_blade:0, Ludicrite Knife Blade -tconstruct:knife_blade:0, Quartz Enriched Iron Knife Blade -tconstruct:knife_blade:0, Psimetal Knife Blade -tconstruct:knife_blade:0, Psigem Knife Blade -tconstruct:knife_blade:0, Ivory Psimetal Knife Blade -tconstruct:knife_blade:0, Ebony Psimetal Knife Blade -tconstruct:knife_blade:0, Red Matter Knife Blade -tconstruct:knife_blade:0, Fluxed Electrum Knife Blade -tconstruct:knife_blade:0, Refined Iron Knife Blade -tconstruct:knife_blade:0, Tungsten Knife Blade -tconstruct:knife_blade:0, Titanium Knife Blade -tconstruct:knife_blade:0, Chrome Knife Blade -tconstruct:knife_blade:0, Advanced Alloy Knife Blade -tconstruct:knife_blade:0, Ruby Knife Blade -tconstruct:knife_blade:0, Sapphire Knife Blade -tconstruct:knife_blade:0, Peridot Knife Blade -tconstruct:knife_blade:0, Yellow Garnet Knife Blade -tconstruct:knife_blade:0, Red Garnet Knife Blade -tconstruct:knife_blade:0, Rubber Knife Blade -tconstruct:knife_blade:0, Alumite Knife Blade -tconstruct:knife_blade:0, Ascended Sapphire Knife Blade -tconstruct:knife_blade:0, Jade Knife Blade -tconstruct:knife_blade:0, Malachite Knife Blade -tconstruct:knife_blade:0, Amber Knife Blade -tconstruct:knife_blade:0, Topaz Knife Blade -tconstruct:knife_blade:0, Tanzanite Knife Blade -tconstruct:knife_blade:0, Amethyst Knife Blade -tconstruct:knife_blade:0, Lumium Knife Blade -tconstruct:knife_blade:0, Enderium Knife Blade -tconstruct:knife_blade:0, Black Quartz Knife Blade -tconstruct:knife_blade:0, Void Knife Blade -tconstruct:knife_blade:0, Enori Knife Blade -tconstruct:knife_blade:0, Palis Knife Blade -tconstruct:knife_blade:0, Emeradic Knife Blade -tconstruct:knife_blade:0, Diamatine Knife Blade -tconstruct:knife_blade:0, Infinity Knife Blade -tconstruct:knife_blade:0, Certus Quartz Knife Blade -tconstruct:knife_blade:0, Fluix Crystal Knife Blade -tconstruct:knife_blade:0, Mica Knife Blade -tconstruct:knife_blade:0, Litherite Knife Blade -tconstruct:knife_blade:0, Erodium Knife Blade -tconstruct:knife_blade:0, Kyronite Knife Blade -tconstruct:knife_blade:0, Pladium Knife Blade -tconstruct:knife_blade:0, Ionite Knife Blade -tconstruct:knife_blade:0, Aethium Knife Blade -tconstruct:knife_blade:0, Thaumium Knife Blade -tconstruct:knife_blade:0, Starmetal Knife Blade -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, Wyvern Knife Blade -tconstruct:knife_blade:0, Awakened Knife Blade -tconstruct:knife_blade:0, Chaotic Knife Blade -tconstruct:knife_blade:0, Fusewood Knife Blade -tconstruct:knife_blade:0, Ghostwood Knife Blade -tconstruct:knife_blade:0, Darkwood Knife Blade -tconstruct:knife_blade:0, Emerald Knife Blade -tconstruct:bow_limb:0, Electrical Bowlimb -tconstruct:bow_limb:0, Energetic Bowlimb -tconstruct:bow_limb:0, Vibrant Bowlimb -tconstruct:bow_limb:0, Red Bowlimb -tconstruct:bow_limb:0, Conductive Bowlimb -tconstruct:bow_limb:0, Pulsating Bowlimb -tconstruct:bow_limb:0, Dark Bowlimb -tconstruct:bow_limb:0, Souled Bowlimb -tconstruct:bow_limb:0, Bowlimb of the End -tconstruct:bow_limb:0, Fake-Iron Bowlimb -tconstruct:bow_limb:0, Naga Scale Bowlimb -tconstruct:bow_limb:0, Steeleaf Bowlimb -tconstruct:bow_limb:0, Fiery Bowlimb -tconstruct:bow_limb:0, Wooden Bowlimb -tconstruct:bow_limb:0, Stone Bowlimb -tconstruct:bow_limb:0, Flint Bowlimb -tconstruct:bow_limb:0, Cactus Bowlimb -tconstruct:bow_limb:0, Bone Bowlimb -tconstruct:bow_limb:0, Obsidian Bowlimb -tconstruct:bow_limb:0, Prismarine Bowlimb -tconstruct:bow_limb:0, End Bowlimb -tconstruct:bow_limb:0, Paper Bowlimb -tconstruct:bow_limb:0, Sponge Bowlimb -tconstruct:bow_limb:0, Firewood Bowlimb -tconstruct:bow_limb:0, Iron Bowlimb -tconstruct:bow_limb:0, Pig Iron Bowlimb -tconstruct:bow_limb:0, Knightslime Bowlimb -tconstruct:bow_limb:0, Slime Bowlimb -tconstruct:bow_limb:0, Slime Bowlimb -tconstruct:bow_limb:0, Magma Slime Bowlimb -tconstruct:bow_limb:0, Netherrack Bowlimb -tconstruct:bow_limb:0, Cobalt Bowlimb -tconstruct:bow_limb:0, Ardite Bowlimb -tconstruct:bow_limb:0, Manyullyn Bowlimb -tconstruct:bow_limb:0, Copper Bowlimb -tconstruct:bow_limb:0, Bronze Bowlimb -tconstruct:bow_limb:0, Lead Bowlimb -tconstruct:bow_limb:0, Silver Bowlimb -tconstruct:bow_limb:0, Electrum Bowlimb -tconstruct:bow_limb:0, Steel Bowlimb -tconstruct:bow_limb:0, Abyssalnite Bowlimb -tconstruct:bow_limb:0, Refined Coralium Bowlimb -tconstruct:bow_limb:0, Dreadium Bowlimb -tconstruct:bow_limb:0, Treated Wood Bowlimb -tconstruct:bow_limb:0, Constantan Bowlimb -tconstruct:bow_limb:0, Baronyte Bowlimb -tconstruct:bow_limb:0, Blazium Bowlimb -tconstruct:bow_limb:0, Elecanium Bowlimb -tconstruct:bow_limb:0, Emberstone Bowlimb -tconstruct:bow_limb:0, Ghastly Bowlimb -tconstruct:bow_limb:0, Ghoulish Bowlimb -tconstruct:bow_limb:0, Limonite Bowlimb -tconstruct:bow_limb:0, Lunar Bowlimb -tconstruct:bow_limb:0, Lyon Bowlimb -tconstruct:bow_limb:0, Mystite Bowlimb -tconstruct:bow_limb:0, Rosite Bowlimb -tconstruct:bow_limb:0, Shyrestone Bowlimb -tconstruct:bow_limb:0, Skeletal Bowlimb -tconstruct:bow_limb:0, Varsium Bowlimb -tconstruct:bow_limb:0, Realmite Bowlimb -tconstruct:bow_limb:0, Arlemite Bowlimb -tconstruct:bow_limb:0, Rupee Bowlimb -tconstruct:bow_limb:0, Netherite Bowlimb -tconstruct:bow_limb:0, Bloodmaster Bowlimb -tconstruct:bow_limb:0, Adamantium Bowlimb -tconstruct:bow_limb:0, Vibranium Bowlimb -tconstruct:bow_limb:0, Vibranium Alloy Bowlimb -tconstruct:bow_limb:0, Kaiyu Bowlimb -tconstruct:bow_limb:0, Dark Matter Bowlimb -tconstruct:bow_limb:0, Blood Infused Glitch Bowlimb -tconstruct:bow_limb:0, Shadowium Bowlimb -tconstruct:bow_limb:0, Orichalcos Bowlimb -tconstruct:bow_limb:0, Magical Wooden Bowlimb -tconstruct:bow_limb:0, Demonic Bowlimb -tconstruct:bow_limb:0, Molten Meat Bowlimb -tconstruct:bow_limb:0, Vespa Carapace Bowlimb -tconstruct:bow_limb:0, Scythe Claw Bowlimb -tconstruct:bow_limb:0, Ectoplasm Bowlimb -tconstruct:bow_limb:0, Dragon Bone Bowlimb -tconstruct:bow_limb:0, Desert Myrmex Chitin Bowlimb -tconstruct:bow_limb:0, Jungle Myrmex Chitin Bowlimb -tconstruct:bow_limb:0, Fire Dragonsteel Bowlimb -tconstruct:bow_limb:0, Ice Dragonsteel Bowlimb -tconstruct:bow_limb:0, Lightning Dragonsteel Bowlimb -tconstruct:bow_limb:0, Weezer Bowlimb -tconstruct:bow_limb:0, Prosperity Shard Bowlimb -tconstruct:bow_limb:0, Soulium Bowlimb -tconstruct:bow_limb:0, Base Essence Bowlimb -tconstruct:bow_limb:0, Inferium Bowlimb -tconstruct:bow_limb:0, Prudentium Bowlimb -tconstruct:bow_limb:0, Intermedium Bowlimb -tconstruct:bow_limb:0, Superium Bowlimb -tconstruct:bow_limb:0, Supremium Bowlimb -tconstruct:bow_limb:0, Boron Bowlimb -tconstruct:bow_limb:0, Tough Alloy Bowlimb -tconstruct:bow_limb:0, Hard Carbon Bowlimb -tconstruct:bow_limb:0, Boron Nitride Bowlimb -tconstruct:bow_limb:0, Thorium Bowlimb -tconstruct:bow_limb:0, Uranium Bowlimb -tconstruct:bow_limb:0, Magnesium Bowlimb -tconstruct:bow_limb:0, Chocolate Bowlimb -tconstruct:bow_limb:0, Plastic Bowlimb -tconstruct:bow_limb:0, Pink Slime Bowlimb -tconstruct:bow_limb:0, Reinforced Pink Slime Bowlimb -tconstruct:bow_limb:0, Platinum Bowlimb -tconstruct:bow_limb:0, Iridium Bowlimb -tconstruct:bow_limb:0, Mithril Bowlimb -tconstruct:bow_limb:0, Invar Bowlimb -tconstruct:bow_limb:0, Nickel Bowlimb -tconstruct:bow_limb:0, Tin Bowlimb -tconstruct:bow_limb:0, Brass Bowlimb -tconstruct:bow_limb:0, Aluminum Bowlimb -tconstruct:bow_limb:0, Zinc Bowlimb -tconstruct:bow_limb:0, Refined Obsidian Bowlimb -tconstruct:bow_limb:0, Refined Glowstone Bowlimb -tconstruct:bow_limb:0, Osmium Bowlimb -tconstruct:bow_limb:0, Manasteel Bowlimb -tconstruct:bow_limb:0, Terrasteel Bowlimb -tconstruct:bow_limb:0, Gaia Spirit Bowlimb -tconstruct:bow_limb:0, Yellorium Bowlimb -tconstruct:bow_limb:0, Cyanite Bowlimb -tconstruct:bow_limb:0, Blutonium Bowlimb -tconstruct:bow_limb:0, Ludicrite Bowlimb -tconstruct:bow_limb:0, Quartz Enriched Iron Bowlimb -tconstruct:bow_limb:0, Psimetal Bowlimb -tconstruct:bow_limb:0, Psigem Bowlimb -tconstruct:bow_limb:0, Ivory Psimetal Bowlimb -tconstruct:bow_limb:0, Ebony Psimetal Bowlimb -tconstruct:bow_limb:0, Red Matter Bowlimb -tconstruct:bow_limb:0, Fluxed Electrum Bowlimb -tconstruct:bow_limb:0, Refined Iron Bowlimb -tconstruct:bow_limb:0, Tungsten Bowlimb -tconstruct:bow_limb:0, Titanium Bowlimb -tconstruct:bow_limb:0, Chrome Bowlimb -tconstruct:bow_limb:0, Advanced Alloy Bowlimb -tconstruct:bow_limb:0, Ruby Bowlimb -tconstruct:bow_limb:0, Sapphire Bowlimb -tconstruct:bow_limb:0, Peridot Bowlimb -tconstruct:bow_limb:0, Yellow Garnet Bowlimb -tconstruct:bow_limb:0, Red Garnet Bowlimb -tconstruct:bow_limb:0, Rubber Bowlimb -tconstruct:bow_limb:0, Alumite Bowlimb -tconstruct:bow_limb:0, Ascended Sapphire Bowlimb -tconstruct:bow_limb:0, Jade Bowlimb -tconstruct:bow_limb:0, Malachite Bowlimb -tconstruct:bow_limb:0, Amber Bowlimb -tconstruct:bow_limb:0, Topaz Bowlimb -tconstruct:bow_limb:0, Tanzanite Bowlimb -tconstruct:bow_limb:0, Amethyst Bowlimb -tconstruct:bow_limb:0, Lumium Bowlimb -tconstruct:bow_limb:0, Enderium Bowlimb -tconstruct:bow_limb:0, Black Quartz Bowlimb -tconstruct:bow_limb:0, Void Bowlimb -tconstruct:bow_limb:0, Enori Bowlimb -tconstruct:bow_limb:0, Palis Bowlimb -tconstruct:bow_limb:0, Emeradic Bowlimb -tconstruct:bow_limb:0, Diamatine Bowlimb -tconstruct:bow_limb:0, Infinity Bowlimb -tconstruct:bow_limb:0, Certus Quartz Bowlimb -tconstruct:bow_limb:0, Fluix Crystal Bowlimb -tconstruct:bow_limb:0, Mica Bowlimb -tconstruct:bow_limb:0, Litherite Bowlimb -tconstruct:bow_limb:0, Erodium Bowlimb -tconstruct:bow_limb:0, Kyronite Bowlimb -tconstruct:bow_limb:0, Pladium Bowlimb -tconstruct:bow_limb:0, Ionite Bowlimb -tconstruct:bow_limb:0, Aethium Bowlimb -tconstruct:bow_limb:0, Thaumium Bowlimb -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, Wyvern Bowlimb -tconstruct:bow_limb:0, Awakened Bowlimb -tconstruct:bow_limb:0, Chaotic Bowlimb -tconstruct:bow_limb:0, Fusewood Bowlimb -tconstruct:bow_limb:0, Ghostwood Bowlimb -tconstruct:bow_limb:0, Darkwood Bowlimb -tconstruct:bow_limb:0, Emerald Bowlimb -tconstruct:bow_string:0, Souled Bowstring -tconstruct:bow_string:0, String Bowstring -tconstruct:bow_string:0, Slimevine Bowstring -tconstruct:bow_string:0, Slimevine Bowstring -tconstruct:bow_string:0, Vines Bowstring -tconstruct:bow_string:0, Hemp Fiber Bowstring -tconstruct:bow_string:0, Rubber Bowstring -tconstruct:bow_string:0, Flamestring Bowstring -tconstruct:arrow_head:0, Electrical Arrow Head -tconstruct:arrow_head:0, Energetic Arrow Head -tconstruct:arrow_head:0, Vibrant Arrow Head -tconstruct:arrow_head:0, Red Arrow Head -tconstruct:arrow_head:0, Conductive Arrow Head -tconstruct:arrow_head:0, Pulsating Arrow Head -tconstruct:arrow_head:0, Dark Arrow Head -tconstruct:arrow_head:0, Souled Arrow Head -tconstruct:arrow_head:0, Arrow Head of the End -tconstruct:arrow_head:0, Fake-Iron Arrow Head -tconstruct:arrow_head:0, Naga Scale Arrow Head -tconstruct:arrow_head:0, Steeleaf Arrow Head -tconstruct:arrow_head:0, Fiery Arrow Head -tconstruct:arrow_head:0, Knightly Arrow Head -tconstruct:arrow_head:0, Wooden Arrow Head -tconstruct:arrow_head:0, Stone Arrow Head -tconstruct:arrow_head:0, Flint Arrow Head -tconstruct:arrow_head:0, Cactus Arrow Head -tconstruct:arrow_head:0, Bone Arrow Head -tconstruct:arrow_head:0, Obsidian Arrow Head -tconstruct:arrow_head:0, Prismarine Arrow Head -tconstruct:arrow_head:0, End Arrow Head -tconstruct:arrow_head:0, Paper Arrow Head -tconstruct:arrow_head:0, Sponge Arrow Head -tconstruct:arrow_head:0, Firewood Arrow Head -tconstruct:arrow_head:0, Iron Arrow Head -tconstruct:arrow_head:0, Pig Iron Arrow Head -tconstruct:arrow_head:0, Knightslime Arrow Head -tconstruct:arrow_head:0, Slime Arrow Head -tconstruct:arrow_head:0, Slime Arrow Head -tconstruct:arrow_head:0, Magma Slime Arrow Head -tconstruct:arrow_head:0, Netherrack Arrow Head -tconstruct:arrow_head:0, Cobalt Arrow Head -tconstruct:arrow_head:0, Ardite Arrow Head -tconstruct:arrow_head:0, Manyullyn Arrow Head -tconstruct:arrow_head:0, Copper Arrow Head -tconstruct:arrow_head:0, Bronze Arrow Head -tconstruct:arrow_head:0, Lead Arrow Head -tconstruct:arrow_head:0, Silver Arrow Head -tconstruct:arrow_head:0, Electrum Arrow Head -tconstruct:arrow_head:0, Steel Arrow Head -tconstruct:arrow_head:0, Abyssalnite Arrow Head -tconstruct:arrow_head:0, Refined Coralium Arrow Head -tconstruct:arrow_head:0, Dreadium Arrow Head -tconstruct:arrow_head:0, Treated Wood Arrow Head -tconstruct:arrow_head:0, Constantan Arrow Head -tconstruct:arrow_head:0, Baronyte Arrow Head -tconstruct:arrow_head:0, Blazium Arrow Head -tconstruct:arrow_head:0, Elecanium Arrow Head -tconstruct:arrow_head:0, Emberstone Arrow Head -tconstruct:arrow_head:0, Ghastly Arrow Head -tconstruct:arrow_head:0, Ghoulish Arrow Head -tconstruct:arrow_head:0, Limonite Arrow Head -tconstruct:arrow_head:0, Lunar Arrow Head -tconstruct:arrow_head:0, Lyon Arrow Head -tconstruct:arrow_head:0, Mystite Arrow Head -tconstruct:arrow_head:0, Rosite Arrow Head -tconstruct:arrow_head:0, Shyrestone Arrow Head -tconstruct:arrow_head:0, Skeletal Arrow Head -tconstruct:arrow_head:0, Varsium Arrow Head -tconstruct:arrow_head:0, Charger Arrow Head -tconstruct:arrow_head:0, Blood Infused Wooden Arrow Head -tconstruct:arrow_head:0, Blood Infused Iron Arrow Head -tconstruct:arrow_head:0, Bloodmaster Arrow Head -tconstruct:arrow_head:0, Adamantium Arrow Head -tconstruct:arrow_head:0, Vibranium Arrow Head -tconstruct:arrow_head:0, Vibranium Alloy Arrow Head -tconstruct:arrow_head:0, Parafrosynium Arrow Head -tconstruct:arrow_head:0, Rosidian Arrow Head -tconstruct:arrow_head:0, Phasing Alloy Arrow Head -tconstruct:arrow_head:0, Wrought Iron Arrow Head -tconstruct:arrow_head:0, Barathosynium Arrow Head -tconstruct:arrow_head:0, Abyssal Flesh Arrow Head -tconstruct:arrow_head:0, Crystalline Ichorium Arrow Head -tconstruct:arrow_head:0, Kaiyu Arrow Head -tconstruct:arrow_head:0, Berserker Steel Arrow Head -tconstruct:arrow_head:0, Endlessly Hungry Arrow Head -tconstruct:arrow_head:0, Infused Dread Arrow Head -tconstruct:arrow_head:0, Brightsteel Alloy Arrow Head -tconstruct:arrow_head:0, Runandium Arrow Head -tconstruct:arrow_head:0, Ascended Draconic Alloy Arrow Head -tconstruct:arrow_head:0, Neutronium Arrow Head -tconstruct:arrow_head:0, Hihi'Irokane Arrow Head -tconstruct:arrow_head:0, Orichalcum Arrow Head -tconstruct:arrow_head:0, Demonic Ember Arrow Head -tconstruct:arrow_head:0, Dark Matter 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 -tconstruct:arrow_head:0, Magical Wooden Arrow Head -tconstruct:arrow_head:0, Evil Infused Arrow Head -tconstruct:arrow_head:0, Enchanted Arrow Head -tconstruct:arrow_head:0, Demonic Arrow Head -tconstruct:arrow_head:0, Molten Meat Arrow Head -tconstruct:arrow_head:0, Vespa Carapace Arrow Head -tconstruct:arrow_head:0, Scythe Claw Arrow Head -tconstruct:arrow_head:0, Ectoplasm Arrow Head -tconstruct:arrow_head:0, Dragon Bone Arrow Head -tconstruct:arrow_head:0, Desert Myrmex Chitin Arrow Head -tconstruct:arrow_head:0, Jungle Myrmex Chitin Arrow Head -tconstruct:arrow_head:0, Fire Dragonsteel Arrow Head -tconstruct:arrow_head:0, Ice Dragonsteel Arrow Head -tconstruct:arrow_head:0, Lightning Dragonsteel Arrow Head -tconstruct:arrow_head:0, Weezer Arrow Head -tconstruct:arrow_head:0, Prosperity Shard Arrow Head -tconstruct:arrow_head:0, Soulium Arrow Head -tconstruct:arrow_head:0, Base Essence Arrow Head -tconstruct:arrow_head:0, Inferium Arrow Head -tconstruct:arrow_head:0, Prudentium Arrow Head -tconstruct:arrow_head:0, Intermedium Arrow Head -tconstruct:arrow_head:0, Superium Arrow Head -tconstruct:arrow_head:0, Supremium Arrow Head -tconstruct:arrow_head:0, Boron Arrow Head -tconstruct:arrow_head:0, Tough Alloy Arrow Head -tconstruct:arrow_head:0, Hard Carbon Arrow Head -tconstruct:arrow_head:0, Boron Nitride Arrow Head -tconstruct:arrow_head:0, Thorium Arrow Head -tconstruct:arrow_head:0, Uranium Arrow Head -tconstruct:arrow_head:0, Magnesium Arrow Head -tconstruct:arrow_head:0, Chocolate Arrow Head -tconstruct:arrow_head:0, Plastic Arrow Head -tconstruct:arrow_head:0, Pink Slime Arrow Head -tconstruct:arrow_head:0, Reinforced Pink Slime Arrow Head -tconstruct:arrow_head:0, Platinum Arrow Head -tconstruct:arrow_head:0, Iridium Arrow Head -tconstruct:arrow_head:0, Mithril Arrow Head -tconstruct:arrow_head:0, Invar Arrow Head -tconstruct:arrow_head:0, Nickel Arrow Head -tconstruct:arrow_head:0, Tin Arrow Head -tconstruct:arrow_head:0, Brass Arrow Head -tconstruct:arrow_head:0, Aluminum Arrow Head -tconstruct:arrow_head:0, Zinc Arrow Head -tconstruct:arrow_head:0, Refined Obsidian Arrow Head -tconstruct:arrow_head:0, Refined Glowstone Arrow Head -tconstruct:arrow_head:0, Osmium Arrow Head -tconstruct:arrow_head:0, Manasteel Arrow Head -tconstruct:arrow_head:0, Terrasteel Arrow Head -tconstruct:arrow_head:0, Gaia Spirit Arrow Head -tconstruct:arrow_head:0, Yellorium Arrow Head -tconstruct:arrow_head:0, Cyanite Arrow Head -tconstruct:arrow_head:0, Blutonium Arrow Head -tconstruct:arrow_head:0, Ludicrite Arrow Head -tconstruct:arrow_head:0, Quartz Enriched Iron Arrow Head -tconstruct:arrow_head:0, Psimetal Arrow Head -tconstruct:arrow_head:0, Psigem Arrow Head -tconstruct:arrow_head:0, Ivory Psimetal Arrow Head -tconstruct:arrow_head:0, Ebony Psimetal Arrow Head -tconstruct:arrow_head:0, Red Matter Arrow Head -tconstruct:arrow_head:0, Fluxed Electrum Arrow Head -tconstruct:arrow_head:0, Refined Iron Arrow Head -tconstruct:arrow_head:0, Tungsten Arrow Head -tconstruct:arrow_head:0, Titanium Arrow Head -tconstruct:arrow_head:0, Chrome Arrow Head -tconstruct:arrow_head:0, Advanced Alloy Arrow Head -tconstruct:arrow_head:0, Ruby Arrow Head -tconstruct:arrow_head:0, Sapphire Arrow Head -tconstruct:arrow_head:0, Peridot Arrow Head -tconstruct:arrow_head:0, Yellow Garnet Arrow Head -tconstruct:arrow_head:0, Red Garnet Arrow Head -tconstruct:arrow_head:0, Rubber Arrow Head -tconstruct:arrow_head:0, Alumite Arrow Head -tconstruct:arrow_head:0, Ascended Sapphire Arrow Head -tconstruct:arrow_head:0, Jade Arrow Head -tconstruct:arrow_head:0, Malachite Arrow Head -tconstruct:arrow_head:0, Amber Arrow Head -tconstruct:arrow_head:0, Topaz Arrow Head -tconstruct:arrow_head:0, Tanzanite Arrow Head -tconstruct:arrow_head:0, Amethyst Arrow Head -tconstruct:arrow_head:0, Lumium Arrow Head -tconstruct:arrow_head:0, Enderium Arrow Head -tconstruct:arrow_head:0, Black Quartz Arrow Head -tconstruct:arrow_head:0, Void Arrow Head -tconstruct:arrow_head:0, Enori Arrow Head -tconstruct:arrow_head:0, Palis Arrow Head -tconstruct:arrow_head:0, Emeradic Arrow Head -tconstruct:arrow_head:0, Diamatine Arrow Head -tconstruct:arrow_head:0, Infinity Arrow Head -tconstruct:arrow_head:0, Certus Quartz Arrow Head -tconstruct:arrow_head:0, Fluix Crystal Arrow Head -tconstruct:arrow_head:0, Mica Arrow Head -tconstruct:arrow_head:0, Litherite Arrow Head -tconstruct:arrow_head:0, Erodium Arrow Head -tconstruct:arrow_head:0, Kyronite Arrow Head -tconstruct:arrow_head:0, Pladium Arrow Head -tconstruct:arrow_head:0, Ionite Arrow Head -tconstruct:arrow_head:0, Aethium Arrow Head -tconstruct:arrow_head:0, Thaumium Arrow Head -tconstruct:arrow_head:0, Starmetal Arrow Head -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, Wyvern Arrow Head -tconstruct:arrow_head:0, Awakened Arrow Head -tconstruct:arrow_head:0, Chaotic Arrow Head -tconstruct:arrow_head:0, Fusewood Arrow Head -tconstruct:arrow_head:0, Ghostwood Arrow Head -tconstruct:arrow_head:0, Darkwood Arrow Head -tconstruct:arrow_head:0, Emerald Arrow Head -tconstruct:arrow_shaft:0, Naga Scale Arrow Shaft -tconstruct:arrow_shaft:0, Steeleaf Arrow Shaft -tconstruct:arrow_shaft:0, Fiery Arrow Shaft -tconstruct:arrow_shaft:0, Wooden Arrow Shaft -tconstruct:arrow_shaft:0, Bone Arrow Shaft -tconstruct:arrow_shaft:0, Blazerod Arrow Shaft -tconstruct:arrow_shaft:0, Reeds Arrow Shaft -tconstruct:arrow_shaft:0, Ice Arrow Shaft -tconstruct:arrow_shaft:0, Endrod Arrow Shaft -tconstruct:arrow_shaft:0, Treated Wood Arrow Shaft -tconstruct:arrow_shaft:0, Limonite Rod Arrow Shaft -tconstruct:arrow_shaft:0, Shadowium Arrow Shaft -tconstruct:arrow_shaft:0, Orichalcos Arrow Shaft -tconstruct:arrow_shaft:0, Dragon Bone Arrow Shaft -tconstruct:arrow_shaft:0, TNT Arrow Shaft -tconstruct:arrow_shaft:0, Amber Arrow Shaft -tconstruct:arrow_shaft:0, Enderium Arrow Shaft -tconstruct:arrow_shaft:0, Livingwood Arrow Shaft -tconstruct:fletching:0, Steeleaf Fletching -tconstruct:fletching:0, Raven Feather Fletching -tconstruct:fletching:0, Feather Fletching -tconstruct:fletching:0, Slimeleaf Fletching -tconstruct:fletching:0, Slimeleaf Fletching -tconstruct:fletching:0, Slimeleaf Fletching -tconstruct:fletching:0, Leaf Fletching -tconstruct:fletching:0, Torn Cloth Fletching -tconstruct:fletching:0, Stymphalian Bird Feather Fletching -tconstruct:fletching:0, Amphithere Feather Fletching -tconstruct:bolt_core:0, Naga Scale-Iron Bolt Core -tconstruct:bolt_core:0, Steeleaf-Iron Bolt Core -tconstruct:bolt_core:0, Fiery-Iron Bolt Core -tconstruct:bolt_core:0, Wood-Iron Bolt Core -tconstruct:bolt_core:0, Bone-Iron Bolt Core -tconstruct:bolt_core:0, Blazerod-Iron Bolt Core -tconstruct:bolt_core:0, Reeds-Iron Bolt Core -tconstruct:bolt_core:0, Ice-Iron Bolt Core -tconstruct:bolt_core:0, Endrod-Iron Bolt Core -tconstruct:bolt_core:0, Treated Wood-Iron Bolt Core -tconstruct:bolt_core:0, Limonite Rod-Iron Bolt Core -tconstruct:bolt_core:0, Shadowium-Iron Bolt Core -tconstruct:bolt_core:0, Orichalcos-Iron Bolt Core -tconstruct:bolt_core:0, Dragon Bone-Iron Bolt Core -tconstruct:bolt_core:0, TNT-Iron Bolt Core -tconstruct:bolt_core:0, Amber-Iron Bolt Core -tconstruct:bolt_core:0, Enderium-Iron Bolt Core -tconstruct:bolt_core:0, Livingwood-Iron Bolt Core -tconstruct:tooltables:0, Crafting Station -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:1, Stencil Table -tconstruct:tooltables:4, Pattern Chest -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:2, Part Builder -tconstruct:tooltables:5, Part Chest -tconstruct:tooltables:3, Tool Station -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:toolforge:0, Tool Forge -tconstruct:pickaxe, Pickaxe -tconstruct:shovel, Shovel -tconstruct:hatchet, Hatchet -tconstruct:mattock, Mattock -tconstruct:kama, Kama -tconstruct:hammer, Hammer -tconstruct:excavator, Excavator -tconstruct:lumberaxe, Lumberaxe -tconstruct:scythe, Scythe -tconstruct:broadsword, Broadsword -tconstruct:longsword, Longsword -tconstruct:rapier, Rapier -tconstruct:frypan, Frypan -tconstruct:battlesign, Battlesign -tconstruct:cleaver, Cleaver -tconstruct:shortbow, Shortbow -tconstruct:longbow, Longbow -tconstruct:crossbow, Crossbow -tconstruct:arrow, Arrow -tconstruct:bolt, Bolt -tconstruct:shuriken, Shuriken -tconstruct:seared:0, Seared Stone -tconstruct:seared:1, Seared Cobblestone -tconstruct:seared:2, Seared Paver -tconstruct:seared:3, Seared Bricks -tconstruct:seared:4, Cracked Seared Bricks -tconstruct:seared:5, Fancy Seared Bricks -tconstruct:seared:6, Square Seared Bricks -tconstruct:seared:7, Seared Road -tconstruct:seared:8, Seared Creeperface -tconstruct:seared:9, Triangle Seared Bricks -tconstruct:seared:10, Small Seared Bricks -tconstruct:seared:11, Seared Tiles -tconstruct:smeltery_controller:0, Smeltery Controller -tconstruct:seared_tank:0, Seared Tank -tconstruct:seared_tank:1, Seared Gauge -tconstruct:seared_tank:2, Seared Window -tconstruct:faucet:0, Seared Faucet -tconstruct:channel:0, Casting Channel -tconstruct:casting:0, Casting Table -tconstruct:casting:1, Casting Basin -tconstruct:smeltery_io:0, Seared Drain -tconstruct:seared_glass:0, Seared Glass -tconstruct:seared_furnace_controller:0, Seared Furnace Controller -tconstruct:tinker_tank_controller:0, Tinker Tank Controller -tconstruct:seared_slab:0, Seared Stone Slab -tconstruct:seared_slab:1, Seared Cobblestone Slab -tconstruct:seared_slab:2, Seared Paver Slab -tconstruct:seared_slab:3, Seared Bricks Slab -tconstruct:seared_slab:4, Cracked Seared Bricks Slab -tconstruct:seared_slab:5, Fancy Seared Bricks Slab -tconstruct:seared_slab:6, Square Seared Bricks Slab -tconstruct:seared_slab:7, Seared Road Slab -tconstruct:seared_slab2:0, Seared Creeperface Slab -tconstruct:seared_slab2:1, Triangle Seared Bricks Slab -tconstruct:seared_slab2:2, Small Seared Bricks Slab -tconstruct:seared_slab2:3, Seared Tile Slab -tconstruct:seared_stairs_stone:0, Seared Stone Stairs -tconstruct:seared_stairs_cobble:0, Seared Cobblestone Stairs -tconstruct:seared_stairs_paver:0, Seared Paver Stairs -tconstruct:seared_stairs_brick:0, Seared Bricks Stairs -tconstruct:seared_stairs_brick_cracked:0, Cracked Seared Bricks Stairs -tconstruct:seared_stairs_brick_fancy:0, Fancy Seared Bricks Stairs -tconstruct:seared_stairs_brick_square:0, Square Seared Bricks Stairs -tconstruct:seared_stairs_brick_triangle:0, Triangle Seared Bricks Stairs -tconstruct:seared_stairs_brick_small:0, Small Seared Bricks Stairs -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, Scythe Head Cast -tconstruct:cast:0, Bowstring Cast -tconstruct:cast:0, Pan Cast -tconstruct:cast:0, Knife Blade Cast -tconstruct:cast:0, Arrow Head Cast -tconstruct:cast:0, Tough Binding Cast -tconstruct:cast:0, Arrow Shaft Cast -tconstruct:cast:0, Polishing Kit Cast -tconstruct:cast:0, Tool Rod Cast -tconstruct:cast:0, Shovel Head Cast -tconstruct:cast:0, Sword Blade Cast -tconstruct:cast:0, Large Sword Blade Cast -tconstruct:cast:0, Broad Axe Head Cast -tconstruct:cast:0, Shard Cast -tconstruct:cast:0, Armor Trim Cast -tconstruct:cast:0, Excavator Head Cast -tconstruct:cast:0, Binding Cast -tconstruct:cast:0, Chestplate Core Cast -tconstruct:cast:0, Bowlimb Cast -tconstruct:cast:0, Armor Plates Cast -tconstruct:cast:0, Pickaxe Head Cast -tconstruct:cast:0, Large Plate Cast -tconstruct:cast:0, Laser Medium Cast -tconstruct:cast:0, Hammer Head Cast -tconstruct:cast:0, Hand Guard Cast -tconstruct:cast:0, Pipe Piece Cast -tconstruct:cast:0, Battery Cell Cast -tconstruct:cast:0, Leggings Core Cast -tconstruct:cast:0, Axe Head Cast -tconstruct:cast:0, Sharpening Kit Cast -tconstruct:cast:0, Kama Head Cast -tconstruct:cast:0, Wide Guard Cast -tconstruct:cast:0, Tough Tool Rod Cast -tconstruct:cast:0, Sign Plate Cast -tconstruct:cast:0, Cross Guard Cast -tconstruct:cast:0, Boots Core Cast -tconstruct:cast:0, Helmet Core Cast -tconstruct:cast_custom:0, Ingot Cast -tconstruct:cast_custom:1, Nugget Cast -tconstruct:cast_custom:2, Gem Cast -tconstruct:cast_custom:3, Plate Cast -tconstruct:cast_custom:4, Gear Cast -tconstruct:clay_cast:0, item.tconstruct.clay_cast.blank -tconstruct:clay_cast:0, Scythe Head Clay Cast -tconstruct:clay_cast:0, Bowstring Clay Cast -tconstruct:clay_cast:0, Pan Clay Cast -tconstruct:clay_cast:0, Knife Blade Clay Cast -tconstruct:clay_cast:0, Arrow Head Clay Cast -tconstruct:clay_cast:0, Tough Binding Clay Cast -tconstruct:clay_cast:0, Arrow Shaft Clay Cast -tconstruct:clay_cast:0, Polishing Kit Clay Cast -tconstruct:clay_cast:0, Tool Rod Clay Cast -tconstruct:clay_cast:0, Shovel Head Clay Cast -tconstruct:clay_cast:0, Sword Blade Clay Cast -tconstruct:clay_cast:0, Large Sword Blade Clay Cast -tconstruct:clay_cast:0, Broad Axe Head Clay Cast -tconstruct:clay_cast:0, Shard Clay Cast -tconstruct:clay_cast:0, Armor Trim Clay Cast -tconstruct:clay_cast:0, Excavator Head Clay Cast -tconstruct:clay_cast:0, Binding Clay Cast -tconstruct:clay_cast:0, Chestplate Core Clay Cast -tconstruct:clay_cast:0, Bowlimb Clay Cast -tconstruct:clay_cast:0, Armor Plates Clay Cast -tconstruct:clay_cast:0, Pickaxe Head Clay Cast -tconstruct:clay_cast:0, Large Plate Clay Cast -tconstruct:clay_cast:0, Laser Medium Clay Cast -tconstruct:clay_cast:0, Hammer Head Clay Cast -tconstruct:clay_cast:0, Hand Guard Clay Cast -tconstruct:clay_cast:0, Pipe Piece Clay Cast -tconstruct:clay_cast:0, Battery Cell Clay Cast -tconstruct:clay_cast:0, Leggings Core Clay Cast -tconstruct:clay_cast:0, Axe Head Clay Cast -tconstruct:clay_cast:0, Sharpening Kit Clay Cast -tconstruct:clay_cast:0, Kama Head Clay Cast -tconstruct:clay_cast:0, Wide Guard Clay Cast -tconstruct:clay_cast:0, Tough Tool Rod Clay Cast -tconstruct:clay_cast:0, Sign Plate Clay Cast -tconstruct:clay_cast:0, Cross Guard Clay Cast -tconstruct:clay_cast:0, Boots Core Clay Cast -tconstruct:clay_cast:0, Helmet Core Clay Cast -tconstruct:stone_torch:0, Stone Torch -tconstruct:stone_ladder:0, Stone Ladder -tconstruct:punji:0, Punji Sticks -tconstruct:rack:0, Item Rack -tconstruct:rack:1, Drying Rack -tconstruct:wood_rail:0, Wooden Rail -tconstruct:wood_rail_trapdoor:0, Wooden Rail with a Trapdoor -tconstruct:wooden_hopper:0, Wooden Hopper -tconstruct:slime_channel:0, Slime Channel -tconstruct:slime_channel:1, Slime Channel -tconstruct:slime_channel:2, Slime Channel -tconstruct:slime_channel:3, Blood Channel -tconstruct:slime_channel:4, Slime Channel -tconstruct:dried_clay:0, Dried Clay -tconstruct:dried_clay:1, Dried Bricks -tconstruct:dried_clay_slab:0, Dried Clay Slab -tconstruct:dried_clay_slab:1, Dried Bricks Slab -tconstruct:dried_clay_stairs:0, Dried Clay Stairs -tconstruct:dried_brick_stairs:0, Dried Bricks Stairs -tconstruct:brownstone:0, Smooth Brownstone -tconstruct:brownstone:1, Rough Brownstone -tconstruct:brownstone:2, Brownstone Paver -tconstruct:brownstone:3, Brownstone Bricks -tconstruct:brownstone:4, Cracked Brownstone Bricks -tconstruct:brownstone:5, Fancy Brownstone Bricks -tconstruct:brownstone:6, Square Brownstone Bricks -tconstruct:brownstone:7, Brownstone Road -tconstruct:brownstone:8, Brownstone Creeperface -tconstruct:brownstone:9, Triangle Brownstone Bricks -tconstruct:brownstone:10, Small Brownstone Bricks -tconstruct:brownstone:11, Brownstone Tiles -tconstruct:brownstone_slab:0, Smooth Brownstone Slab -tconstruct:brownstone_slab:1, Rough Brownstone Slab -tconstruct:brownstone_slab:2, Brownstone Paver Slab -tconstruct:brownstone_slab:3, Brownstone Bricks Slab -tconstruct:brownstone_slab:4, Cracked Brownstone Bricks Slab -tconstruct:brownstone_slab:5, Fancy Brownstone Bricks Slab -tconstruct:brownstone_slab:6, Square Brownstone Bricks Slab -tconstruct:brownstone_slab:7, Brownstone Road Slab -tconstruct:brownstone_slab2:0, Brownstone Creeperface Slab -tconstruct:brownstone_slab2:1, Triangle Brownstone Bricks Slab -tconstruct:brownstone_slab2:2, Small Brownstone Bricks Slab -tconstruct:brownstone_slab2:3, Brownstone Tile Slab -tconstruct:brownstone_stairs_smooth:0, Smooth Brownstone Stairs -tconstruct:brownstone_stairs_rough:0, Rough Brownstone Stairs -tconstruct:brownstone_stairs_paver:0, Brownstone Paver Stairs -tconstruct:brownstone_stairs_brick:0, Brownstone Bricks Stairs -tconstruct:brownstone_stairs_brick_cracked:0, Cracked Brownstone Bricks Stairs -tconstruct:brownstone_stairs_brick_fancy:0, Fancy Brownstone Bricks Stairs -tconstruct:brownstone_stairs_brick_square:0, Square Brownstone Bricks Stairs -tconstruct:brownstone_stairs_brick_triangle:0, Triangle Brownstone Bricks Stairs -tconstruct:brownstone_stairs_brick_small:0, Small Brownstone Bricks Stairs -tconstruct:brownstone_stairs_road:0, Brownstone Road Stairs -tconstruct:brownstone_stairs_tile:0, Brownstone Tile Stairs -tconstruct:brownstone_stairs_creeper:0, Brownstone Creeperface Stairs -tconstruct:slimesling:0, Slimesling -tconstruct:slimesling:1, Slimesling -tconstruct:slimesling:2, Slimesling -tconstruct:slimesling:3, Congealed Bloodsling -tconstruct:slimesling:4, Slimesling -tconstruct:slime_boots:0, Slime Boots -tconstruct:slime_boots:1, Slime Boots -tconstruct:slime_boots:2, Slime Boots -tconstruct:slime_boots:3, Congealed Blood Boots -tconstruct:slime_boots:4, Slime Boots -tconstruct:piggybackpack, Piggybackpack -tconstruct:throwball:0, Glowball -tconstruct:throwball:1, EFLN -tconstruct:stone_stick, Stone Rod -tconstruct:fancy_frame:0, Fancy Item Frame -tconstruct:fancy_frame:1, Aluminium Brass Item Frame -tconstruct:fancy_frame:2, Cobalt Item Frame -tconstruct:fancy_frame:3, Ardite Item Frame -tconstruct:fancy_frame:4, Manyullyn Item Frame -tconstruct:fancy_frame:5, Golden Item Frame -tconstruct:fancy_frame:6, Clear Item Frame -tconstruct:moms_spaghetti, Mom's Spaghetti -buildcraftlib:guide, BuildCraft Guide Book -buildcraftlib:guide_note, BuildCraft Guide Book Note -buildcraftlib:debugger, Debugger -natura:clouds:0, Cloud -natura:clouds:1, Dark Cloud -natura:clouds:2, Ash Cloud -natura:clouds:3, Sulfur Cloud -natura:materials:0, Barley -natura:materials:1, Barley Flour -natura:materials:2, Wheat Flour -natura:materials:3, Cotton -natura:materials:4, Sulfur -natura:materials:5, Ghostwood Fletching -natura:materials:6, Imp Leather -natura:materials:7, Flamestring -natura:materials:8, Blue Dye -natura:empty_bowls:0, Empty Ghostwood Bowl -natura:empty_bowls:1, Empty Bloodwood Bowl -natura:empty_bowls:2, Empty Darkwood Bowl -natura:empty_bowls:3, Empty Fusewood Bowl -natura:edibles:0, Raw Imphide -natura:edibles:1, Cooked Imphide -natura:edibles:2, Raspberry -natura:edibles:3, Blueberry -natura:edibles:4, Blackberry -natura:edibles:5, Maloberry -natura:edibles:6, Blightberry -natura:edibles:7, Duskberry -natura:edibles:8, Skyberry -natura:edibles:9, Stingberry -natura:edibles:10, Potash Apple -natura:edibles:11, Cactus Juice -natura:soups:0, Mushroom Stew -natura:soups:1, Mushroom Stew -natura:soups:2, Mushroom Stew -natura:soups:3, Mushroom Stew -natura:soups:4, Glowshroom Stew -natura:soups:5, Glowshroom Stew -natura:soups:6, Glowshroom Stew -natura:soups:7, Glowshroom Stew -natura:soups:8, Glowshroom Stew -natura:soups:9, Berry Medley -natura:seed_bags:0, Wheat Seed Bag -natura:seed_bags:1, Carrot Bag -natura:seed_bags:2, Potato Bag -natura:seed_bags:3, Nether Wart Bag -natura:sticks:0, Maple Sticks -natura:sticks:1, Silverbell Sticks -natura:sticks:2, Amaranth Sticks -natura:sticks:3, Tiger Sticks -natura:sticks:4, Willow Sticks -natura:sticks:5, Eucalyptus Sticks -natura:sticks:6, Hopseed Sticks -natura:sticks:7, Sakura Sticks -natura:sticks:8, Redwood Sticks -natura:sticks:9, Ghostwood Sticks -natura:sticks:10, Darkwood Sticks -natura:sticks:11, Fusewood Sticks -natura:sticks:12, Bloodwood Sticks -natura:bonemeal_bag, Bone Meal Bag -natura:colored_grass:0, Topiary Grass -natura:colored_grass:1, Bluegrass -natura:colored_grass:2, Autumnal Grass -natura:colored_grass_slab:0, Topiary Grass Slab -natura:colored_grass_slab:1, Bluegrass Slab -natura:colored_grass_slab:2, Autumnal Grass Slab -natura:colored_grass_stairs_topiary:0, Topiary Grass Stairs -natura:colored_grass_stairs_bluegrass:0, Bluegrass Stairs -natura:colored_grass_stairs_autumnal:0, Autumnal Grass Stairs -natura:overworld_logs:0, Maple Wood -natura:overworld_logs:1, Silverbell Wood -natura:overworld_logs:2, Amaranth Wood -natura:overworld_logs:3, Tiger Wood -natura:overworld_logs2:0, Willow Wood -natura:overworld_logs2:1, Eucalyptus Wood -natura:overworld_logs2:2, Hopseed Wood -natura:overworld_logs2:3, Sakura Wood -natura:redwood_logs:0, Redwood Bark -natura:redwood_logs:1, Redwood -natura:redwood_logs:2, Redwood Root -natura:overworld_leaves:0, Maple Leaves -natura:overworld_leaves:1, Silverbell Leaves -natura:overworld_leaves:2, Amaranth Leaves -natura:overworld_leaves:3, Tiger Leaves -natura:overworld_leaves2:0, Willow Leaves -natura:overworld_leaves2:1, Eucalyptus Leaves -natura:overworld_leaves2:2, Hopseed Leaves -natura:overworld_leaves2:3, Sakura Leaves -natura:redwood_leaves:0, Redwood Leaves -natura:overworld_sapling:0, Maple Sapling -natura:overworld_sapling:1, Silverbell Sapling -natura:overworld_sapling:2, Amaranth Sapling -natura:overworld_sapling:3, Tigerwood Sapling -natura:overworld_sapling2:0, Willow Sapling -natura:overworld_sapling2:1, Eucalyptus Sapling -natura:overworld_sapling2:2, Hopseed Sapling -natura:overworld_sapling2:3, Sakura Sapling -natura:redwood_sapling:0, Redwood Sapling -natura:bluebells_flower:0, Bluebells -natura:overworld_planks:0, Maple Planks -natura:overworld_planks:1, Silverbell Planks -natura:overworld_planks:2, Amaranth Planks -natura:overworld_planks:3, Tigerwood Planks -natura:overworld_planks:4, Willow Planks -natura:overworld_planks:5, Eucalyptus Planks -natura:overworld_planks:6, Hopseed Planks -natura:overworld_planks:7, Sakura Planks -natura:overworld_planks:8, Redwood Planks -natura:overworld_slab:0, Maple Slab -natura:overworld_slab:1, Silverbell Slab -natura:overworld_slab:2, Amaranth Slab -natura:overworld_slab:3, Tigerwood Slab -natura:overworld_slab:4, Willow Slab -natura:overworld_slab2:0, Eucalyptus Slab -natura:overworld_slab2:1, Hopseed Slab -natura:overworld_slab2:2, Sakura Slab -natura:overworld_slab2:3, Redwood Slab -natura:overworld_stairs_maple:0, Maple Stairs -natura:overworld_stairs_silverbell:0, Silverbell Stairs -natura:overworld_stairs_amaranth:0, Amaranth Stairs -natura:overworld_stairs_tiger:0, Tiger Stairs -natura:overworld_stairs_willow:0, Willow Stairs -natura:overworld_stairs_eucalyptus:0, Eucalyptus Stairs -natura:overworld_stairs_hopseed:0, Hopseed Stairs -natura:overworld_stairs_sakura:0, Sakura Stairs -natura:overworld_stairs_redwood:0, Redwood Stairs -natura:overworld_berrybush_raspberry:0, Raspberry Bush -natura:overworld_berrybush_blueberry:0, Blueberry Bush -natura:overworld_berrybush_blackberry:0, Blackberry Bush -natura:overworld_berrybush_maloberry:0, Maloberry Bush -natura:barley_crop:0, tile.natura.barley_crop.name -natura:cotton_crop:0, tile.natura.cotton_crop.name -natura:overworld_door_eucalyptus:0, tile.natura.overworld_door_eucalyptus.name -natura:overworld_door_hopseed:0, tile.natura.overworld_door_hopseed.name -natura:overworld_door_sakura:0, tile.natura.overworld_door_sakura.name -natura:overworld_door_redwood:0, tile.natura.overworld_door_redwood.name -natura:overworld_door_redwood_bark:0, tile.natura.overworld_door_redwood_bark.name -natura:overworld_door_tiger:0, tile.natura.overworld_door_tiger.name -natura:overworld_door_maple:0, tile.natura.overworld_door_maple.name -natura:overworld_door_silverbell:0, tile.natura.overworld_door_silverbell.name -natura:saguaro:0, Saguaro Cactus -natura:saguaro_baby:0, Baby Saguaro Cactus -natura:saguaro_fruit:0, Saguaro Fruit -natura:overworld_seeds:0, Barley Seeds -natura:overworld_seeds:1, Cotton Seeds -natura:overworld_seed_bags:0, Barley Seed Bag -natura:overworld_seed_bags:1, Cotton Seed Bag -natura:overworld_doors:0, Eucalyptus Door -natura:overworld_doors:1, Hopseed Door -natura:overworld_doors:2, Sakura Door -natura:overworld_doors:3, Redwood Door -natura:overworld_doors:4, Redwood Bark Door -natura:overworld_doors:5, Tiger Door -natura:overworld_doors:6, Maple Door -natura:overworld_doors:7, Silverbell Door -natura:saguaro_fruit_item, Saguaro Fruit -natura:nether_logs:0, Ghostwood -natura:nether_logs:1, Darkwood -natura:nether_logs:2, Fusewood -natura:nether_logs2:0, Bloodwood -natura:nether_logs2:15, Bloodwood -natura:nether_leaves:0, Ghostwood Leaves -natura:nether_leaves:1, Blood Leaves -natura:nether_leaves:2, Fusewood Leaves -natura:nether_leaves2:0, Darkwood Leaves -natura:nether_leaves2:1, Darkwood Leaves -natura:nether_leaves2:2, Darkwood Leaves -natura:nether_sapling:0, Ghostwood Sapling -natura:nether_sapling:1, Fusewood Sapling -natura:nether_sapling:2, Darkwood Sapling -natura:nether_sapling2:0, Bloodwood Sapling -natura:nether_planks:0, Ghostwood Planks -natura:nether_planks:1, Bloodwood Planks -natura:nether_planks:2, Darkwood Planks -natura:nether_planks:3, Fusewood Planks -natura:nether_slab:0, Ghostwood Slab -natura:nether_slab:1, Blood Slab -natura:nether_slab:2, Darkwood Slab -natura:nether_slab:3, Fusewood Slab -natura:nether_heat_sand:0, Heat Sand -natura:nether_tainted_soil:0, Tainted Soil -natura:nether_tainted_soil:1, Tainted Soil -natura:nether_tainted_soil:2, Tainted Soil -natura:nether_thorn_vines:0, Thornvines -natura:nether_glass:0, Soul Glass -natura:nether_glass:1, Heat Glass -natura:nether_stairs_ghostwood:0, Ghostwood Stairs -natura:nether_stairs_bloodwood:0, Blood Stairs -natura:nether_stairs_darkwood:0, Darkwood Stairs -natura:nether_stairs_fusewood:0, Fusewood Stairs -natura:nether_berrybush_blightberry:0, Blightberry Bush -natura:nether_berrybush_duskberry:0, Duskberry Bush -natura:nether_berrybush_skyberry:0, Skyberry Bush -natura:nether_berrybush_stingberry:0, Stingberry Bush -natura:respawn_obelisk:0, Inactive Respawn Obelisk -natura:nether_glowshroom:0, Green Glowshroom -natura:nether_glowshroom:1, Blue Glowshroom -natura:nether_glowshroom:2, Purple Glowshroom -natura:nether_green_large_glowshroom:0, Green Glowshroom -natura:nether_blue_large_glowshroom:0, Blue Glowshroom -natura:nether_purple_large_glowshroom:0, Purple Glowshroom -natura:nether_door_ghostwood:0, tile.natura.nether_door_ghostwood.name -natura:nether_door_bloodwood:0, tile.natura.nether_door_bloodwood.name -natura:nether_door_darkwood:0, tile.natura.nether_door_darkwood.name -natura:nether_door_fusewood:0, tile.natura.nether_door_fusewood.name -natura:blaze_hopper:0, Blaze Hopper -natura:nether_lever:0, Lever -natura:nether_button:0, Button -natura:nether_pressure_plate:0, Pressure Plate -natura:blaze_rail:0, Blaze Rail -natura:blaze_rail_golden:0, Powered Blaze Rail -natura:blaze_rail_activator:0, Activator Blaze Rail -natura:blaze_rail_detector:0, Detector Blaze Rail -natura:netherrack_furnace:0, Nether Furnace -natura:lit_netherrack_furnace:0, Nether Furnace -natura:nether_doors:0, Ghostwood Door -natura:nether_doors:1, Bloodwood Door -natura:nether_doors:2, Darkwood Door -natura:nether_doors:3, Fusewood Door -natura:maple_button:0, Maple Button -natura:maple_pressure_plate:0, Maple Pressure Plate -natura:maple_trap_door:0, Maple Trap Door -natura:maple_fence:0, Maple Fence -natura:maple_fence_gate:0, Maple Fence Gate -natura:silverbell_button:0, Silverbell Button -natura:silverbell_pressure_plate:0, Silverbell Pressure Plate -natura:silverbell_trap_door:0, Silverbell Trap Door -natura:silverbell_fence:0, Silverbell Fence -natura:silverbell_fence_gate:0, Silverbell Fence Gate -natura:amaranth_button:0, Amaranth Button -natura:amaranth_pressure_plate:0, Amaranth Pressure Plate -natura:amaranth_trap_door:0, Amaranth Trap Door -natura:amaranth_fence:0, Amaranth Fence -natura:amaranth_fence_gate:0, Amaranth Fence Gate -natura:tiger_button:0, Tiger Button -natura:tiger_pressure_plate:0, Tiger Pressure Plate -natura:tiger_trap_door:0, Tiger Trap Door -natura:tiger_fence:0, Tiger Fence -natura:tiger_fence_gate:0, Tiger Fence Gate -natura:willow_button:0, Willow Button -natura:willow_pressure_plate:0, Willow Pressure Plate -natura:willow_trap_door:0, Willow Trap Door -natura:willow_fence:0, Willow Fence -natura:willow_fence_gate:0, Willow Fence Gate -natura:eucalyptus_button:0, Eucalyptus Button -natura:eucalyptus_pressure_plate:0, Eucalyptus Pressure Plate -natura:eucalyptus_trap_door:0, Eucalyptus Trap Door -natura:eucalyptus_fence:0, Eucalyptus Fence -natura:eucalyptus_fence_gate:0, Eucalyptus Fence Gate -natura:hopseed_button:0, Hopseed Button -natura:hopseed_pressure_plate:0, Hopseed Pressure Plate -natura:hopseed_trap_door:0, Hopseed Trap Door -natura:hopseed_fence:0, Hopseed Fence -natura:hopseed_fence_gate:0, Hopseed Fence Gate -natura:sakura_button:0, Sakura Button -natura:sakura_pressure_plate:0, Sakura Pressure Plate -natura:sakura_trap_door:0, Sakura Trap Door -natura:sakura_fence:0, Sakura Fence -natura:sakura_fence_gate:0, Sakura Fence Gate -natura:redwood_button:0, Redwood Button -natura:redwood_pressure_plate:0, Redwood Pressure Plate -natura:redwood_trap_door:0, Redwood Trap Door -natura:redwood_fence:0, Redwood Fence -natura:redwood_fence_gate:0, Redwood Fence Gate -natura:overworld_bookshelves:0, Maple Bookshelf -natura:overworld_bookshelves:1, Silverbell Bookshelf -natura:overworld_bookshelves:2, Amaranth Bookshelf -natura:overworld_bookshelves:3, Tiger Bookshelf -natura:overworld_bookshelves:4, Willow Bookshelf -natura:overworld_bookshelves:5, Eucalyptus Bookshelf -natura:overworld_bookshelves:6, Hopseed Bookshelf -natura:overworld_bookshelves:7, Sakura Bookshelf -natura:overworld_bookshelves:8, Redwood Bookshelf -natura:overworld_workbenches:0, Maple Workbench -natura:overworld_workbenches:1, Silverbell Workbench -natura:overworld_workbenches:2, Amaranth Workbench -natura:overworld_workbenches:3, Tiger Workbench -natura:overworld_workbenches:4, Willow Workbench -natura:overworld_workbenches:5, Eucalyptus Workbench -natura:overworld_workbenches:6, Hopseed Workbench -natura:overworld_workbenches:7, Sakura Workbench -natura:overworld_workbenches:8, Redwood Workbench -natura:ghostwood_button:0, Ghostwood Button -natura:ghostwood_pressure_plate:0, Ghostwood Pressure Plate -natura:ghostwood_trap_door:0, Ghostwood Trap Door -natura:ghostwood_fence:0, Ghostwood Fence -natura:ghostwood_fence_gate:0, Ghostwood Fence Gate -natura:bloodwood_button:0, Bloodwood Button -natura:bloodwood_pressure_plate:0, Bloodwood Pressure Plate -natura:bloodwood_trap_door:0, Bloodwood Trap Door -natura:bloodwood_fence:0, Bloodwood Fence -natura:bloodwood_fence_gate:0, Bloodwood Fence Gate -natura:fusewood_button:0, Fusewood Button -natura:fusewood_pressure_plate:0, Fusewood Pressure Plate -natura:fusewood_trap_door:0, Fusewood Trap Door -natura:fusewood_fence:0, Fusewood Fence -natura:fusewood_fence_gate:0, Fusewood Fence Gate -natura:darkwood_button:0, Darkwood Button -natura:darkwood_pressure_plate:0, Darkwood Pressure Plate -natura:darkwood_trap_door:0, Darkwood Trap Door -natura:darkwood_fence:0, Darkwood Fence -natura:darkwood_fence_gate:0, Darkwood Fence Gate -natura:nether_bookshelves:0, Ghostwood Bookshelf -natura:nether_bookshelves:1, Bloodwood Bookshelf -natura:nether_bookshelves:2, Darkwood Bookshelf -natura:nether_bookshelves:3, Fusewood Bookshelf -natura:nether_workbenches:0, Ghostwood Workbench -natura:nether_workbenches:1, Bloodwood Workbench -natura:nether_workbenches:2, Darkwood Workbench -natura:nether_workbenches:3, Fusewood Workbench -natura:imp_armor_helmet, Impskin Helmet -natura:imp_armor_chestplate, Impskin Jerkin -natura:imp_armor_leggings, Impskin Leggings -natura:imp_armor_boots, Impskin Boots -natura:ghostwood_sword, Ghostwood Sword -natura:ghostwood_pickaxe, Ghostwood Pickaxe -natura:ghostwood_shovel, Ghostwood Shovel -natura:ghostwood_axe, Ghostwood Hatchet -natura:ghostwood_kama, Ghostwood Kama -natura:ghostwood_bow, Ghostwood Bow -natura:bloodwood_sword, Bloodwood Sword -natura:bloodwood_pickaxe, Bloodwood Pickaxe -natura:bloodwood_shovel, Bloodwood Shovel -natura:bloodwood_axe, Bloodwood Hatchet -natura:bloodwood_kama, Bloodwood Kama -natura:bloodwood_bow, Bloodwood Bow -natura:darkwood_sword, Darkwood Sword -natura:darkwood_pickaxe, Darkwood Pickaxe -natura:darkwood_shovel, Darkwood Shovel -natura:darkwood_axe, Darkwood Hatchet -natura:darkwood_kama, Darkwood Kama -natura:darkwood_bow, Darkwood Bow -natura:fusewood_sword, Fusewood Sword -natura:fusewood_pickaxe, Fusewood Pickaxe -natura:fusewood_shovel, Fusewood Shovel -natura:fusewood_axe, Fusewood Hatchet -natura:fusewood_kama, Fusewood Kama -natura:fusewood_bow, Fusewood Bow -natura:netherquartz_sword, Quartz Sword -natura:netherquartz_pickaxe, Quartz Pickaxe -natura:netherquartz_shovel, Quartz Shovel -natura:netherquartz_axe, Quartz Hatchet -natura:netherquartz_kama, Quartz Kama -natura:flint_and_blaze, Flint and Blaze -immersiveengineering:ore:0, Copper Ore -immersiveengineering:ore:1, Bauxite Ore -immersiveengineering:ore:2, Lead Ore -immersiveengineering:ore:3, Silver Ore -immersiveengineering:ore:4, Nickel Ore -immersiveengineering:ore:5, Uranium Ore -immersiveengineering:storage:0, Block of Copper -immersiveengineering:storage:1, Block of Aluminium -immersiveengineering:storage:2, Block of Lead -immersiveengineering:storage:3, Block of Silver -immersiveengineering:storage:4, Block of Nickel -immersiveengineering:storage:5, Block of Uranium -immersiveengineering:storage:6, Block of Constantan -immersiveengineering:storage:7, Block of Electrum -immersiveengineering:storage:8, Block of Steel -immersiveengineering:storage_slab:0, Copper Slab -immersiveengineering:storage_slab:1, Aluminium Slab -immersiveengineering:storage_slab:2, Lead Slab -immersiveengineering:storage_slab:3, Silver Slab -immersiveengineering:storage_slab:4, Nickel Slab -immersiveengineering:storage_slab:5, Uranium Slab -immersiveengineering:storage_slab:6, Constantan Slab -immersiveengineering:storage_slab:7, Electrum Slab -immersiveengineering:storage_slab:8, Steel Slab -immersiveengineering:stone_decoration:0, Coke Brick -immersiveengineering:stone_decoration:1, Blast Brick -immersiveengineering:stone_decoration:2, Reinforced Blast Brick -immersiveengineering:stone_decoration:3, Block of Coal Coke -immersiveengineering:stone_decoration:4, Hempcrete -immersiveengineering:stone_decoration:5, Concrete -immersiveengineering:stone_decoration:6, Concrete Tile -immersiveengineering:stone_decoration:7, Leaded Concrete -immersiveengineering:stone_decoration:8, Insulating Glass -immersiveengineering:stone_decoration:10, Kiln Brick -immersiveengineering:stone_decoration_slab:0, Coke Brick Slab -immersiveengineering:stone_decoration_slab:1, Blast Brick Slab -immersiveengineering:stone_decoration_slab:2, Reinforced Blast Brick Slab -immersiveengineering:stone_decoration_slab:4, Hempcrete Slab -immersiveengineering:stone_decoration_slab:5, Concrete Slab -immersiveengineering:stone_decoration_slab:6, Concrete Tile Slab -immersiveengineering:stone_decoration_slab:7, Leaded Concrete Slab -immersiveengineering:stone_decoration_slab:10, Kiln Brick Slab -immersiveengineering:stone_decoration_stairs_hempcrete, Hempcrete Stairs -immersiveengineering:stone_decoration_stairs_concrete, Concrete Stairs -immersiveengineering:stone_decoration_stairs_concrete_tile, Concrete Tile Stairs -immersiveengineering:stone_decoration_stairs_concrete_leaded, Leaded Concrete Stairs -immersiveengineering:stone_device:3, Concrete Sheet -immersiveengineering:stone_device:4, Concrete Panel -immersiveengineering:stone_device:5, Concrete Chunk -immersiveengineering:treated_wood:0, Treated Wood Planks -immersiveengineering:treated_wood:1, Treated Wood Planks -immersiveengineering:treated_wood:2, Treated Wood Planks -immersiveengineering:treated_wood_slab:0, Treated Wood Slab -immersiveengineering:treated_wood_slab:1, Treated Wood Slab -immersiveengineering:treated_wood_slab:2, Treated Wood Slab -immersiveengineering:treated_wood_stairs0, Treated Wood Stairs -immersiveengineering:treated_wood_stairs1, Treated Wood Stairs -immersiveengineering:treated_wood_stairs2, Treated Wood Stairs -immersiveengineering:wooden_decoration:0, Treated Wood Fence -immersiveengineering:wooden_decoration:1, Treated Wood Scaffolding -immersiveengineering:wooden_device0:0, Wooden Storage Crate -immersiveengineering:wooden_device0:1, Wooden Barrel -immersiveengineering:wooden_device0:2, Engineer's Workbench -immersiveengineering:wooden_device0:3, Item Router -immersiveengineering:wooden_device0:4, Gunpowder Barrel -immersiveengineering:wooden_device0:5, Reinforced Storage Crate -immersiveengineering:wooden_device0:6, Turntable -immersiveengineering:wooden_device0:7, Fluid Router -immersiveengineering:wooden_device1:0, Water Wheel -immersiveengineering:wooden_device1:1, Windmill -immersiveengineering:wooden_device1:3, Wooden Post -immersiveengineering:wooden_device1:4, Wooden Wallmount -immersiveengineering:hemp, Industrial Hemp -immersiveengineering:cloth_device:0, Jump Cushion -immersiveengineering:cloth_device:1, Balloon -immersiveengineering:cloth_device:2, Strip Curtain -immersiveengineering:fake_light, tile.immersiveengineering.fake_light.name -immersiveengineering:sheetmetal:0, Copper Sheetmetal -immersiveengineering:sheetmetal:1, Aluminium Sheetmetal -immersiveengineering:sheetmetal:2, Lead Sheetmetal -immersiveengineering:sheetmetal:3, Silver Sheetmetal -immersiveengineering:sheetmetal:4, Nickel Sheetmetal -immersiveengineering:sheetmetal:5, Uranium Sheetmetal -immersiveengineering:sheetmetal:6, Constantan Sheetmetal -immersiveengineering:sheetmetal:7, Electrum Sheetmetal -immersiveengineering:sheetmetal:8, Steel Sheetmetal -immersiveengineering:sheetmetal:9, Iron Sheetmetal -immersiveengineering:sheetmetal:10, Gold Sheetmetal -immersiveengineering:sheetmetal_slab:0, Copper Sheetmetal Slab -immersiveengineering:sheetmetal_slab:1, Aluminium Sheetmetal Slab -immersiveengineering:sheetmetal_slab:2, Lead Sheetmetal Slab -immersiveengineering:sheetmetal_slab:3, Silver Sheetmetal Slab -immersiveengineering:sheetmetal_slab:4, Nickel Sheetmetal Slab -immersiveengineering:sheetmetal_slab:5, Uranium Sheetmetal Slab -immersiveengineering:sheetmetal_slab:6, Constantan Sheetmetal Slab -immersiveengineering:sheetmetal_slab:7, Electrum Sheetmetal Slab -immersiveengineering:sheetmetal_slab:8, Steel Sheetmetal Slab -immersiveengineering:sheetmetal_slab:9, Iron Sheetmetal Slab -immersiveengineering:sheetmetal_slab:10, Gold Sheetmetal Slab -immersiveengineering:metal_decoration0:0, Copper Coil Block -immersiveengineering:metal_decoration0:1, Electrum Coil Block -immersiveengineering:metal_decoration0:2, High-Voltage Coil Block -immersiveengineering:metal_decoration0:3, Redstone Engineering Block -immersiveengineering:metal_decoration0:4, Light Engineering Block -immersiveengineering:metal_decoration0:5, Heavy Engineering Block -immersiveengineering:metal_decoration0:6, Generator Block -immersiveengineering:metal_decoration0:7, Radiator Block -immersiveengineering:metal_decoration1:0, Steel Fence -immersiveengineering:metal_decoration1:1, Steel Scaffolding -immersiveengineering:metal_decoration1:2, Steel Scaffolding -immersiveengineering:metal_decoration1:3, Steel Scaffolding -immersiveengineering:metal_decoration1:4, Aluminium Fence -immersiveengineering:metal_decoration1:5, Aluminium Scaffolding -immersiveengineering:metal_decoration1:6, Aluminium Scaffolding -immersiveengineering:metal_decoration1:7, Aluminium Scaffolding -immersiveengineering:metal_decoration2:0, Steel Post -immersiveengineering:metal_decoration2:1, Steel Wallmount -immersiveengineering:metal_decoration2:2, Aluminium Post -immersiveengineering:metal_decoration2:3, Aluminium Wallmount -immersiveengineering:metal_decoration2:4, Lantern -immersiveengineering:metal_decoration2:5, Razor Wire -immersiveengineering:metal_decoration2:7, Steel Structural Arm -immersiveengineering:metal_decoration2:8, Aluminium Structural Arm -immersiveengineering:metal_decoration1_slab:1, Steel Scaffolding Slab -immersiveengineering:metal_decoration1_slab:2, Steel Scaffolding Slab -immersiveengineering:metal_decoration1_slab:3, Steel Scaffolding Slab -immersiveengineering:metal_decoration1_slab:5, Aluminium Scaffolding Slab -immersiveengineering:metal_decoration1_slab:6, Aluminium Scaffolding Slab -immersiveengineering:metal_decoration1_slab:7, Aluminium Scaffolding Slab -immersiveengineering:steel_scaffolding_stairs0, Steel Scaffolding Stairs -immersiveengineering:steel_scaffolding_stairs1, Steel Scaffolding Stairs -immersiveengineering:steel_scaffolding_stairs2, Steel Scaffolding Stairs -immersiveengineering:aluminum_scaffolding_stairs0, Aluminium Scaffolding Stairs -immersiveengineering:aluminum_scaffolding_stairs1, Aluminium Scaffolding Stairs -immersiveengineering:aluminum_scaffolding_stairs2, Aluminium Scaffolding Stairs -immersiveengineering:metal_ladder:0, Metal Ladder -immersiveengineering:metal_ladder:1, Scaffold Covered Ladder -immersiveengineering:metal_ladder:2, Scaffold Covered Ladder -immersiveengineering:connector:0, LV Wire Connector -immersiveengineering:connector:1, LV Wire Relay -immersiveengineering:connector:2, MV Wire Connector -immersiveengineering:connector:3, MV Wire Relay -immersiveengineering:connector:4, HV Wire Connector -immersiveengineering:connector:5, HV Wire Relay -immersiveengineering:connector:6, Structural Cable Connector -immersiveengineering:connector:7, Transformer -immersiveengineering:connector:8, HV Transformer -immersiveengineering:connector:9, Breaker Switch -immersiveengineering:connector:10, Redstone Breaker -immersiveengineering:connector:11, Current Transformer -immersiveengineering:connector:12, Redstone Wire Connector -immersiveengineering:connector:13, Redstone Probe Connector -immersiveengineering:metal_device0:0, LV Capacitor -immersiveengineering:metal_device0:1, MV Capacitor -immersiveengineering:metal_device0:2, HV Capacitor -immersiveengineering:metal_device0:3, Creative Capacitor -immersiveengineering:metal_device0:4, Metal Barrel -immersiveengineering:metal_device0:5, Fluid Pump -immersiveengineering:metal_device0:6, Fluid Outlet -immersiveengineering:metal_device1:0, Blast Furnace Preheater -immersiveengineering:metal_device1:1, External Heater -immersiveengineering:metal_device1:2, Kinetic Dynamo -immersiveengineering:metal_device1:3, Thermoelectric Generator -immersiveengineering:metal_device1:4, Powered Lantern -immersiveengineering:metal_device1:5, Charging Station -immersiveengineering:metal_device1:6, Fluid Pipe -immersiveengineering:metal_device1:7, Core Sample Drill -immersiveengineering:metal_device1:8, Tesla Coil -immersiveengineering:metal_device1:9, Floodlight -immersiveengineering:metal_device1:10, Chemthrower Turret -immersiveengineering:metal_device1:11, Gun Turret -immersiveengineering:metal_device1:13, Garden Cloche -immersiveengineering:conveyor, tile.immersiveengineering.conveyor.name -immersiveengineering:material:0, Treated Stick -immersiveengineering:material:1, Iron Rod -immersiveengineering:material:2, Steel Rod -immersiveengineering:material:3, Aluminium Rod -immersiveengineering:material:4, Industrial Hemp Fiber -immersiveengineering:material:5, Tough Fabric -immersiveengineering:material:6, Coal Coke -immersiveengineering:material:7, Slag -immersiveengineering:material:8, Iron Mechanical Component -immersiveengineering:material:9, Steel Mechanical Component -immersiveengineering:material:10, Waterwheel Segment -immersiveengineering:material:11, Windmill Blade -immersiveengineering:material:12, Windmill Sail -immersiveengineering:material:13, Wooden Grip -immersiveengineering:material:14, Revolver Barrel -immersiveengineering:material:15, Revolver Drum -immersiveengineering:material:16, Revolver Hammer -immersiveengineering:material:17, Coke Dust -immersiveengineering:material:18, HOP Graphite Dust -immersiveengineering:material:19, HOP Graphite Ingot -immersiveengineering:material:20, Copper Wire -immersiveengineering:material:21, Electrum Wire -immersiveengineering:material:22, Aluminium Wire -immersiveengineering:material:23, Steel Wire -immersiveengineering:material:24, Nitrate Dust -immersiveengineering:material:25, Sulfur Dust -immersiveengineering:material:26, Vacuum Tube -immersiveengineering:material:27, Circuit Board -immersiveengineering:metal:0, Copper Ingot -immersiveengineering:metal:1, Aluminium Ingot -immersiveengineering:metal:2, Lead Ingot -immersiveengineering:metal:3, Silver Ingot -immersiveengineering:metal:4, Nickel Ingot -immersiveengineering:metal:5, Uranium Ingot -immersiveengineering:metal:6, Constantan Ingot -immersiveengineering:metal:7, Electrum Ingot -immersiveengineering:metal:8, Steel Ingot -immersiveengineering:metal:9, Copper Grit -immersiveengineering:metal:10, Aluminium Grit -immersiveengineering:metal:11, Lead Grit -immersiveengineering:metal:12, Silver Grit -immersiveengineering:metal:13, Nickel Grit -immersiveengineering:metal:14, Uranium Grit -immersiveengineering:metal:15, Constantan Grit -immersiveengineering:metal:16, Electrum Grit -immersiveengineering:metal:17, Steel Grit -immersiveengineering:metal:18, Iron Grit -immersiveengineering:metal:19, Gold Grit -immersiveengineering:metal:20, Copper Nugget -immersiveengineering:metal:21, Aluminium Nugget -immersiveengineering:metal:22, Lead Nugget -immersiveengineering:metal:23, Silver Nugget -immersiveengineering:metal:24, Nickel Nugget -immersiveengineering:metal:25, Uranium Nugget -immersiveengineering:metal:26, Constantan Nugget -immersiveengineering:metal:27, Electrum Nugget -immersiveengineering:metal:28, Steel Nugget -immersiveengineering:metal:29, Iron Nugget -immersiveengineering:metal:30, Copper Plate -immersiveengineering:metal:31, Aluminium Plate -immersiveengineering:metal:32, Lead Plate -immersiveengineering:metal:33, Silver Plate -immersiveengineering:metal:34, Nickel Plate -immersiveengineering:metal:35, Uranium Plate -immersiveengineering:metal:36, Constantan Plate -immersiveengineering:metal:37, Electrum Plate -immersiveengineering:metal:38, Steel Plate -immersiveengineering:metal:39, Iron Plate -immersiveengineering:metal:40, Gold Plate -immersiveengineering:tool:0, Engineer's Hammer -immersiveengineering:tool:1, Engineer's Wire Cutters -immersiveengineering:tool:2, Engineer's Voltmeter -immersiveengineering:tool:3, Engineer's Manual -immersiveengineering:pickaxe_steel, Steel Pickaxe -immersiveengineering:shovel_steel, Steel Shovel -immersiveengineering:axe_steel, Steel Axe -immersiveengineering:hoe_steel, Steel Hoe -immersiveengineering:sword_steel, Steel Sword -immersiveengineering:toolbox, Engineer's Toolbox -immersiveengineering:wirecoil:0, LV Wire Coil -immersiveengineering:wirecoil:1, MV Wire Coil -immersiveengineering:wirecoil:2, HV Wire Coil -immersiveengineering:wirecoil:3, Hemp Rope Coil -immersiveengineering:wirecoil:4, Steel Cable Coil -immersiveengineering:wirecoil:5, Redstone Wire Coil -immersiveengineering:wirecoil:6, Insulated LV Wire Coil -immersiveengineering:wirecoil:7, Insulated MV Wire Coil -immersiveengineering:seed:0, Industrial Hemp Seeds -immersiveengineering:drill:0, Mining Drill -immersiveengineering:drillhead:0, Steel Drill Head -immersiveengineering:drillhead:1, Iron Drill Head -immersiveengineering:jerrycan, Jerrycan -immersiveengineering:mold:0, Metal Press Mold: Plate -immersiveengineering:mold:1, Metal Press Mold: Gear -immersiveengineering:mold:2, Metal Press Mold: Rod -immersiveengineering:mold:3, Metal Press Mold: Bullet Casing -immersiveengineering:mold:4, Metal Press Mold: Wire -immersiveengineering:mold:5, Metal Press Mold: Packing 2x2 -immersiveengineering:mold:6, Metal Press Mold: Packing 3x3 -immersiveengineering:mold:7, Metal Press Mold: Unpacking -immersiveengineering:blueprint, Engineer's Blueprint -immersiveengineering:revolver, Revolver -immersiveengineering:speedloader, Revolver Speedloader -immersiveengineering:bullet:0, Empty Casing -immersiveengineering:bullet:1, Empty Shell -immersiveengineering:bullet:2, Casull Cartridge -immersiveengineering:bullet:2, Armor-Piercing Cartridge -immersiveengineering:bullet:2, Buckshot Cartridge -immersiveengineering:bullet:2, High-Explosive Cartridge -immersiveengineering:bullet:2, Silver Cartridge -immersiveengineering:bullet:2, Dragon's Breath Cartridge -immersiveengineering:bullet:2, Phial Cartridge -immersiveengineering:bullet:2, Flare Cartridge -immersiveengineering:bullet:2, Homing Cartridge -immersiveengineering:bullet:2, Crystalized Will Cartridge -immersiveengineering:bullet:2, Wolfpack Cartridge -immersiveengineering:chemthrower, Chemical Thrower -immersiveengineering:railgun, Railgun -immersiveengineering:skyhook, Engineer's Skyhook -immersiveengineering:toolupgrade:0, Pressurized Air Tank -immersiveengineering:toolupgrade:1, Advanced Lubrication System -immersiveengineering:toolupgrade:2, Additional Augers -immersiveengineering:toolupgrade:3, Large Tank -immersiveengineering:toolupgrade:4, Bayonet -immersiveengineering:toolupgrade:5, Extended Magazine -immersiveengineering:toolupgrade:6, Amplifier Electron Tubes -immersiveengineering:toolupgrade:7, Focused Nozzle -immersiveengineering:toolupgrade:8, Precision Scope -immersiveengineering:toolupgrade:9, Additional Capacitors -immersiveengineering:toolupgrade:10, Flashbulb -immersiveengineering:toolupgrade:11, Shock Emitters -immersiveengineering:toolupgrade:12, Magnetic Glove -immersiveengineering:toolupgrade:13, Multitank -immersiveengineering:shader, Shader -immersiveengineering:shader_bag, Shader Grabbag -immersiveengineering:earmuffs, Ear Defenders -immersiveengineering:coresample, Core Sample -immersiveengineering:graphite_electrode, Graphite Electrode -immersiveengineering:faraday_suit_feet, Faraday Boots -immersiveengineering:faraday_suit_legs, Faraday Leggings -immersiveengineering:faraday_suit_chest, Faraday Chestplate -immersiveengineering:faraday_suit_head, Faraday Helmet -immersiveengineering:fluorescent_tube, Fluorescent Tube -immersiveengineering:powerpack, Capacitor Backpack -immersiveengineering:shield, Heavy Plated Shield -immersiveengineering:maintenance_kit, Maintenance Kit -immersiveengineering:steel_armor_feet, Steel Boots -immersiveengineering:steel_armor_legs, Steel Leggings -immersiveengineering:steel_armor_chest, Steel Chestplate -immersiveengineering:steel_armor_head, Steel Helmet -appliedenergistics2:quartz_ore, Certus Quartz Ore -appliedenergistics2:charged_quartz_ore, Charged Certus Quartz Ore -appliedenergistics2:matrix_frame, Matrix Frame -appliedenergistics2:quartz_block, Certus Quartz Block -appliedenergistics2:quartz_pillar, Certus Quartz Pillar -appliedenergistics2:chiseled_quartz_block, Chiseled Certus Quartz Block -appliedenergistics2:quartz_glass, Quartz Glass -appliedenergistics2:quartz_vibrant_glass, Vibrant Quartz Glass -appliedenergistics2:quartz_fixture, Charged Quartz Fixture -appliedenergistics2:fluix_block, Fluix Block -appliedenergistics2:sky_stone_block, Sky Stone -appliedenergistics2:smooth_sky_stone_block, Sky Stone Block -appliedenergistics2:sky_stone_brick, Sky Stone Brick -appliedenergistics2:sky_stone_small_brick, Sky Stone Small Brick -appliedenergistics2:sky_stone_chest, Sky Stone Chest -appliedenergistics2:smooth_sky_stone_chest, Sky Stone Block Chest -appliedenergistics2:sky_compass, Meteorite Compass -appliedenergistics2:grindstone, Quartz Grindstone -appliedenergistics2:crank, Wooden Crank -appliedenergistics2:inscriber, Inscriber -appliedenergistics2:wireless_access_point, ME Wireless Access Point -appliedenergistics2:charger, Charger -appliedenergistics2:tiny_tnt, Tiny TNT -appliedenergistics2:security_station, ME Security Terminal -appliedenergistics2:quantum_ring, ME Quantum Ring -appliedenergistics2:quantum_link, ME Quantum Link Chamber -appliedenergistics2:spatial_pylon, Spatial Pylon -appliedenergistics2:spatial_io_port, Spatial IO Port -appliedenergistics2:controller, ME Controller -appliedenergistics2:drive, ME Drive -appliedenergistics2:chest, ME Chest -appliedenergistics2:interface, ME Interface -appliedenergistics2:fluid_interface, ME Fluid Interface -appliedenergistics2:cell_workbench, Cell Workbench -appliedenergistics2:io_port, ME IO Port -appliedenergistics2:condenser, Matter Condenser -appliedenergistics2:energy_acceptor, Energy Acceptor -appliedenergistics2:vibration_chamber, Vibration Chamber -appliedenergistics2:quartz_growth_accelerator, Crystal Growth Accelerator -appliedenergistics2:energy_cell, Energy Cell -appliedenergistics2:dense_energy_cell, Dense Energy Cell -appliedenergistics2:creative_energy_cell, Creative Energy Cell -appliedenergistics2:crafting_unit, Crafting Unit -appliedenergistics2:crafting_accelerator, Crafting Co-Processing Unit -appliedenergistics2:crafting_storage_1k, §61k§r Crafting Storage -appliedenergistics2:crafting_storage_4k, §e4k§r Crafting Storage -appliedenergistics2:crafting_storage_16k, §a16k§r Crafting Storage -appliedenergistics2:crafting_storage_64k, §b64k§r Crafting Storage -appliedenergistics2:crafting_monitor, Crafting Monitor -appliedenergistics2:molecular_assembler, Molecular Assembler -appliedenergistics2:light_detector, Light Detecting Fixture -appliedenergistics2:paint, tile.appliedenergistics2.paint.name -appliedenergistics2:sky_stone_stairs, Sky Stone Stairs -appliedenergistics2:smooth_sky_stone_stairs, Sky Stone Block Stairs -appliedenergistics2:sky_stone_brick_stairs, Sky Stone Brick Stairs -appliedenergistics2:sky_stone_small_brick_stairs, Sky Stone Small Brick Stairs -appliedenergistics2:fluix_stairs, Fluix Stairs -appliedenergistics2:quartz_stairs, Certus Quartz Stairs -appliedenergistics2:chiseled_quartz_stairs, Chiseled Certus Quartz Stairs -appliedenergistics2:quartz_pillar_stairs, Certus Quartz Pillar Stairs -appliedenergistics2:cable_bus, AE2 Cable and/or Bus -appliedenergistics2:sky_stone_slab:0, Sky Stone Slab -appliedenergistics2:smooth_sky_stone_slab:0, Sky Stone Block Slab -appliedenergistics2:sky_stone_brick_slab:0, Sky Stone Brick Slab -appliedenergistics2:sky_stone_small_brick_slab:0, Sky Stone Small Brick Slab -appliedenergistics2:fluix_slab:0, Fluix Slab -appliedenergistics2:quartz_slab:0, Certus Quartz Slab -appliedenergistics2:chiseled_quartz_slab:0, Chiseled Certus Quartz Slab -appliedenergistics2:quartz_pillar_slab:0, Certus Quartz Pillar Slab -appliedenergistics2:certus_quartz_axe, Certus Quartz Axe -appliedenergistics2:certus_quartz_hoe, Certus Quartz Hoe -appliedenergistics2:certus_quartz_spade, Certus Quartz Shovel -appliedenergistics2:certus_quartz_pickaxe, Certus Quartz Pickaxe -appliedenergistics2:certus_quartz_sword, Certus Quartz Sword -appliedenergistics2:certus_quartz_wrench, Certus Quartz Wrench -appliedenergistics2:certus_quartz_cutting_knife, Certus Quartz Cutting Knife -appliedenergistics2:nether_quartz_axe, Nether Quartz Axe -appliedenergistics2:nether_quartz_hoe, Nether Quartz Hoe -appliedenergistics2:nether_quartz_spade, Nether Quartz Shovel -appliedenergistics2:nether_quartz_pickaxe, Nether Quartz Pickaxe -appliedenergistics2:nether_quartz_sword, Nether Quartz Sword -appliedenergistics2:nether_quartz_wrench, Nether Quartz Wrench -appliedenergistics2:nether_quartz_cutting_knife, Nether Quartz Cutting Knife -appliedenergistics2:entropy_manipulator, Entropy Manipulator -appliedenergistics2:wireless_terminal, Wireless Terminal -appliedenergistics2:wireless_crafting_terminal, Wireless Crafting Terminal -appliedenergistics2:wireless_pattern_terminal, Wireless Pattern Terminal -appliedenergistics2:wireless_fluid_terminal, Wireless Fluid Terminal -appliedenergistics2:charged_staff, Charged Staff -appliedenergistics2:matter_cannon, Matter Cannon -appliedenergistics2:portable_cell, Portable Cell -appliedenergistics2:color_applicator, Color Applicator -appliedenergistics2:biometric_card, Biometric Card -appliedenergistics2:memory_card, Memory Card -appliedenergistics2:network_tool, Network Tool -appliedenergistics2:creative_storage_cell, Creative ME Storage Cell -appliedenergistics2:view_cell, View Cell -appliedenergistics2:storage_cell_1k, §61k§r ME Storage Cell -appliedenergistics2:storage_cell_4k, §e4k§r ME Storage Cell -appliedenergistics2:storage_cell_16k, §a16k§r ME Storage Cell -appliedenergistics2:storage_cell_64k, §b64k§r ME Storage Cell -appliedenergistics2:fluid_storage_cell_1k, §61k§r ME Fluid Storage Cell -appliedenergistics2:fluid_storage_cell_4k, §e4k§r ME Fluid Storage Cell -appliedenergistics2:fluid_storage_cell_16k, §a16k§r ME Fluid Storage Cell -appliedenergistics2:fluid_storage_cell_64k, §b64k§r ME Fluid Storage Cell -appliedenergistics2:spatial_storage_cell_2_cubed, §62³§r Spatial Storage Cell -appliedenergistics2:spatial_storage_cell_16_cubed, §916³§r Spatial Storage Cell -appliedenergistics2:spatial_storage_cell_128_cubed, §d128³§r Spatial Storage Cell -appliedenergistics2:facade:0, Cable Facade - Stone -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Polished Granite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Polished Diorite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Polished Andesite -appliedenergistics2:facade:0, Cable Facade - Grass Block -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Coarse Dirt -appliedenergistics2:facade:0, Cable Facade - Podzol -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Bedrock -appliedenergistics2:facade:0, Cable Facade - Sand -appliedenergistics2:facade:0, Cable Facade - Red Sand -appliedenergistics2:facade:0, Cable Facade - Gravel -appliedenergistics2:facade:0, Cable Facade - Gold Ore -appliedenergistics2:facade:0, Cable Facade - Iron Ore -appliedenergistics2:facade:0, Cable Facade - Coal Ore -appliedenergistics2:facade:0, Cable Facade - Oak Wood -appliedenergistics2:facade:0, Cable Facade - Spruce Wood -appliedenergistics2:facade:0, Cable Facade - Birch Wood -appliedenergistics2:facade:0, Cable Facade - Jungle Wood -appliedenergistics2:facade:0, Cable Facade - Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Spruce Leaves -appliedenergistics2:facade:0, Cable Facade - Birch Leaves -appliedenergistics2:facade:0, Cable Facade - Jungle Leaves -appliedenergistics2:facade:0, Cable Facade - Sponge -appliedenergistics2:facade:0, Cable Facade - Wet Sponge -appliedenergistics2:facade:0, Cable Facade - Glass -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Ore -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Chiseled Sandstone -appliedenergistics2:facade:0, Cable Facade - Smooth Sandstone -appliedenergistics2:facade:0, Cable Facade - White Wool -appliedenergistics2:facade:0, Cable Facade - Orange Wool -appliedenergistics2:facade:0, Cable Facade - Magenta Wool -appliedenergistics2:facade:0, Cable Facade - Light Blue Wool -appliedenergistics2:facade:0, Cable Facade - Yellow Wool -appliedenergistics2:facade:0, Cable Facade - Lime Wool -appliedenergistics2:facade:0, Cable Facade - Pink Wool -appliedenergistics2:facade:0, Cable Facade - Gray Wool -appliedenergistics2:facade:0, Cable Facade - Light Gray Wool -appliedenergistics2:facade:0, Cable Facade - Cyan Wool -appliedenergistics2:facade:0, Cable Facade - Purple Wool -appliedenergistics2:facade:0, Cable Facade - Blue Wool -appliedenergistics2:facade:0, Cable Facade - Brown Wool -appliedenergistics2:facade:0, Cable Facade - Green Wool -appliedenergistics2:facade:0, Cable Facade - Red Wool -appliedenergistics2:facade:0, Cable Facade - Black Wool -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - TNT -appliedenergistics2:facade:0, Cable Facade - Bookshelf -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Diamond Ore -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Crafting Table -appliedenergistics2:facade:0, Cable Facade - Redstone Ore -appliedenergistics2:facade:0, Cable Facade - Ice -appliedenergistics2:facade:0, Cable Facade - Snow -appliedenergistics2:facade:0, Cable Facade - Clay -appliedenergistics2:facade:0, Cable Facade - Pumpkin -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Soul Sand -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Jack o'Lantern -appliedenergistics2:facade:0, Cable Facade - White Stained Glass -appliedenergistics2:facade:0, Cable Facade - Orange Stained Glass -appliedenergistics2:facade:0, Cable Facade - Magenta Stained Glass -appliedenergistics2:facade:0, Cable Facade - Light Blue Stained Glass -appliedenergistics2:facade:0, Cable Facade - Yellow Stained Glass -appliedenergistics2:facade:0, Cable Facade - Lime Stained Glass -appliedenergistics2:facade:0, Cable Facade - Pink Stained Glass -appliedenergistics2:facade:0, Cable Facade - Gray Stained Glass -appliedenergistics2:facade:0, Cable Facade - Light Gray Stained Glass -appliedenergistics2:facade:0, Cable Facade - Cyan Stained Glass -appliedenergistics2:facade:0, Cable Facade - Purple Stained Glass -appliedenergistics2:facade:0, Cable Facade - Blue Stained Glass -appliedenergistics2:facade:0, Cable Facade - Brown Stained Glass -appliedenergistics2:facade:0, Cable Facade - Green Stained Glass -appliedenergistics2:facade:0, Cable Facade - Red Stained Glass -appliedenergistics2:facade:0, Cable Facade - Black Stained Glass -appliedenergistics2:facade:0, Cable Facade - Stone Monster Egg -appliedenergistics2:facade:0, Cable Facade - Cobblestone Monster Egg -appliedenergistics2:facade:0, Cable Facade - Stone Brick Monster Egg -appliedenergistics2:facade:0, Cable Facade - Mossy Stone Brick Monster Egg -appliedenergistics2:facade:0, Cable Facade - Cracked Stone Brick Monster Egg -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone Brick Monster Egg -appliedenergistics2:facade:0, Cable Facade - Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Mossy Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Mushroom -appliedenergistics2:facade:0, Cable Facade - Mushroom -appliedenergistics2:facade:0, Cable Facade - Melon -appliedenergistics2:facade:0, Cable Facade - Mycelium -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - End Stone -appliedenergistics2:facade:0, Cable Facade - Redstone Lamp -appliedenergistics2:facade:0, Cable Facade - Emerald Ore -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Nether Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Quartz Block -appliedenergistics2:facade:0, Cable Facade - Pillar Quartz Block -appliedenergistics2:facade:0, Cable Facade - White Terracotta -appliedenergistics2:facade:0, Cable Facade - Orange Terracotta -appliedenergistics2:facade:0, Cable Facade - Magenta Terracotta -appliedenergistics2:facade:0, Cable Facade - Light Blue Terracotta -appliedenergistics2:facade:0, Cable Facade - Yellow Terracotta -appliedenergistics2:facade:0, Cable Facade - Lime Terracotta -appliedenergistics2:facade:0, Cable Facade - Pink Terracotta -appliedenergistics2:facade:0, Cable Facade - Gray Terracotta -appliedenergistics2:facade:0, Cable Facade - Light Gray Terracotta -appliedenergistics2:facade:0, Cable Facade - Cyan Terracotta -appliedenergistics2:facade:0, Cable Facade - Purple Terracotta -appliedenergistics2:facade:0, Cable Facade - Blue Terracotta -appliedenergistics2:facade:0, Cable Facade - Brown Terracotta -appliedenergistics2:facade:0, Cable Facade - Green Terracotta -appliedenergistics2:facade:0, Cable Facade - Red Terracotta -appliedenergistics2:facade:0, Cable Facade - Black Terracotta -appliedenergistics2:facade:0, Cable Facade - Acacia Leaves -appliedenergistics2:facade:0, Cable Facade - Dark Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Acacia Wood -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood -appliedenergistics2:facade:0, Cable Facade - Slime Block -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine Bricks -appliedenergistics2:facade:0, Cable Facade - Dark Prismarine -appliedenergistics2:facade:0, Cable Facade - Sea Lantern -appliedenergistics2:facade:0, Cable Facade - Hay Bale -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Packed Ice -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Chiseled Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Smooth Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Pillar -appliedenergistics2:facade:0, Cable Facade - End Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Magma Block -appliedenergistics2:facade:0, Cable Facade - Nether Wart Block -appliedenergistics2:facade:0, Cable Facade - Red Nether Brick -appliedenergistics2:facade:0, Cable Facade - Bone Block -appliedenergistics2:facade:0, Cable Facade - Observer -appliedenergistics2:facade:0, Cable Facade - White Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Orange Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Magenta Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Light Blue Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Yellow Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Lime Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Pink Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Gray Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Light Gray Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Cyan Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Purple Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Blue Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Brown Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Green Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Red Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - Black Glazed Terracotta -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Orange Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Lime Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Pink Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Gray Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Purple Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Blue Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Brown Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Green Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Red Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Black Concrete Powder -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Lead Ore -appliedenergistics2:facade:0, Cable Facade - Aluminum Ore -appliedenergistics2:facade:0, Cable Facade - Nickel Ore -appliedenergistics2:facade:0, Cable Facade - Platinum Ore -appliedenergistics2:facade:0, Cable Facade - Iridium Ore -appliedenergistics2:facade:0, Cable Facade - Mithril Ore -appliedenergistics2:facade:0, Cable Facade - Oil Sand -appliedenergistics2:facade:0, Cable Facade - Oil Shale -appliedenergistics2:facade:0, Cable Facade - Destabilized Redstone Ore -appliedenergistics2:facade:0, Cable Facade - Energized Netherrack -appliedenergistics2:facade:0, Cable Facade - Resonant End Stone -appliedenergistics2:facade:0, Cable Facade - Oil Sand -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Iridium -appliedenergistics2:facade:0, Cable Facade - Block of Mithril -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Constantan -appliedenergistics2:facade:0, Cable Facade - Block of Signalum -appliedenergistics2:facade:0, Cable Facade - Block of Lumium -appliedenergistics2:facade:0, Cable Facade - Block of Enderium -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Black Rockwool -appliedenergistics2:facade:0, Cable Facade - Red Rockwool -appliedenergistics2:facade:0, Cable Facade - Green Rockwool -appliedenergistics2:facade:0, Cable Facade - Brown Rockwool -appliedenergistics2:facade:0, Cable Facade - Blue Rockwool -appliedenergistics2:facade:0, Cable Facade - Purple Rockwool -appliedenergistics2:facade:0, Cable Facade - Cyan Rockwool -appliedenergistics2:facade:0, Cable Facade - Light Gray Rockwool -appliedenergistics2:facade:0, Cable Facade - Gray Rockwool -appliedenergistics2:facade:0, Cable Facade - Pink Rockwool -appliedenergistics2:facade:0, Cable Facade - Lime Rockwool -appliedenergistics2:facade:0, Cable Facade - Yellow Rockwool -appliedenergistics2:facade:0, Cable Facade - Light Blue Rockwool -appliedenergistics2:facade:0, Cable Facade - Magenta Rockwool -appliedenergistics2:facade:0, Cable Facade - Orange Rockwool -appliedenergistics2:facade:0, Cable Facade - White Rockwool -appliedenergistics2:facade:0, Cable Facade - Draconium Ore -appliedenergistics2:facade:0, Cable Facade - Nether Draconium Ore -appliedenergistics2:facade:0, Cable Facade - Ender Draconium Ore -appliedenergistics2:facade:0, Cable Facade - Draconium Block -appliedenergistics2:facade:0, Cable Facade - Chaotic Draconium Block -appliedenergistics2:facade:0, Cable Facade - Awakened Draconium Block -appliedenergistics2:facade:0, Cable Facade - Draconium Infused Obsidian -appliedenergistics2:facade:0, Cable Facade - Dislocation Normalization Field Projector -appliedenergistics2:facade:0, Cable Facade - Galena Ore -appliedenergistics2:facade:0, Cable Facade - Iridium Ore -appliedenergistics2:facade:0, Cable Facade - Reborn Ruby Ore -appliedenergistics2:facade:0, Cable Facade - Reborn Sapphire Ore -appliedenergistics2:facade:0, Cable Facade - Bauxite Ore -appliedenergistics2:facade:0, Cable Facade - Pyrite Ore -appliedenergistics2:facade:0, Cable Facade - Cinnabar Ore -appliedenergistics2:facade:0, Cable Facade - Sphalerite Ore -appliedenergistics2:facade:0, Cable Facade - Tungsten Ore -appliedenergistics2:facade:0, Cable Facade - Sheldonite Ore -appliedenergistics2:facade:0, Cable Facade - Reborn Peridot Ore -appliedenergistics2:facade:0, Cable Facade - Sodalite Ore -appliedenergistics2:facade:0, Cable Facade - Lead Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Aluminium -appliedenergistics2:facade:0, Cable Facade - Block of Titanium -appliedenergistics2:facade:0, Cable Facade - Block of Chrome -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Brass -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Zinc -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Tungsten -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Iridium -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Tungstensteel -appliedenergistics2:facade:0, Cable Facade - Iridium Reinforced Tungstensteel Block -appliedenergistics2:facade:0, Cable Facade - Iridium Reinforced Stone -appliedenergistics2:facade:0, Cable Facade - Block of Reborn Ruby -appliedenergistics2:facade:0, Cable Facade - Block of Reborn Sapphire -appliedenergistics2:facade:0, Cable Facade - Block of Reborn Peridot -appliedenergistics2:facade:0, Cable Facade - Block of Yellow Garnet -appliedenergistics2:facade:0, Cable Facade - Block of Red Garnet -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Refined Iron -appliedenergistics2:facade:0, Cable Facade - Solid-state Fusion Coil -appliedenergistics2:facade:0, Cable Facade - Basic Machine Frame -appliedenergistics2:facade:0, Cable Facade - Advanced Machine Frame -appliedenergistics2:facade:0, Cable Facade - Highly Advanced Machine Frame -appliedenergistics2:facade:0, Cable Facade - Rubber Wood -appliedenergistics2:facade:0, Cable Facade - Rubber Wood Planks -appliedenergistics2:facade:0, Cable Facade - Rubber Leaves -appliedenergistics2:facade:0, Cable Facade - Nuke -appliedenergistics2:facade:0, Cable Facade - Bog Earth -appliedenergistics2:facade:0, Cable Facade - Humus -appliedenergistics2:facade:0, Cable Facade - Apatite Ore -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Block of Apatite -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Ash Bricks -appliedenergistics2:facade:0, Cable Facade - Larch Wood -appliedenergistics2:facade:0, Cable Facade - Teak Wood -appliedenergistics2:facade:0, Cable Facade - Desert Acacia Wood -appliedenergistics2:facade:0, Cable Facade - Lime Wood -appliedenergistics2:facade:0, Cable Facade - Chestnut Wood -appliedenergistics2:facade:0, Cable Facade - Wenge Wood -appliedenergistics2:facade:0, Cable Facade - Baobab Wood -appliedenergistics2:facade:0, Cable Facade - Sequoia Wood -appliedenergistics2:facade:0, Cable Facade - Kapok Wood -appliedenergistics2:facade:0, Cable Facade - Ebony Wood -appliedenergistics2:facade:0, Cable Facade - Mahogany Wood -appliedenergistics2:facade:0, Cable Facade - Balsa Wood -appliedenergistics2:facade:0, Cable Facade - Willow Wood -appliedenergistics2:facade:0, Cable Facade - Walnut Wood -appliedenergistics2:facade:0, Cable Facade - Greenheart Wood -appliedenergistics2:facade:0, Cable Facade - Cherry Wood -appliedenergistics2:facade:0, Cable Facade - Mahoe Wood -appliedenergistics2:facade:0, Cable Facade - Poplar Wood -appliedenergistics2:facade:0, Cable Facade - Palm Wood -appliedenergistics2:facade:0, Cable Facade - Papaya Wood -appliedenergistics2:facade:0, Cable Facade - Pine Wood -appliedenergistics2:facade:0, Cable Facade - Plum Wood -appliedenergistics2:facade:0, Cable Facade - Maple Wood -appliedenergistics2:facade:0, Cable Facade - Citrus Wood -appliedenergistics2:facade:0, Cable Facade - Giant Sequoia Wood -appliedenergistics2:facade:0, Cable Facade - Ipe Wood -appliedenergistics2:facade:0, Cable Facade - Padauk Wood -appliedenergistics2:facade:0, Cable Facade - Cocobolo Wood -appliedenergistics2:facade:0, Cable Facade - Zebrawood Wood -appliedenergistics2:facade:0, Cable Facade - Larch Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Teak Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Desert Acacia Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Lime Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Chestnut Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Wenge Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Baobab Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Sequoia Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Kapok Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Ebony Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Mahogany Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Balsa Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Willow Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Walnut Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Greenheart Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cherry Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Mahoe Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Poplar Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Palm Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Papaya Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Pine Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Plum Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Maple Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Citrus Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Giant Sequoia Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Ipe Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Padauk Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cocobolo Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Zebrawood Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Oak Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Spruce Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Birch Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Jungle Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Acacia Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Larch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Teak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Desert Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Lime Wood Planks -appliedenergistics2:facade:0, Cable Facade - Chestnut Wood Planks -appliedenergistics2:facade:0, Cable Facade - Wenge Wood Planks -appliedenergistics2:facade:0, Cable Facade - Baobab Wood Planks -appliedenergistics2:facade:0, Cable Facade - Sequoia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Kapok Wood Planks -appliedenergistics2:facade:0, Cable Facade - Ebony Wood Planks -appliedenergistics2:facade:0, Cable Facade - Mahogany Wood Planks -appliedenergistics2:facade:0, Cable Facade - Balsa Wood Planks -appliedenergistics2:facade:0, Cable Facade - Willow Wood Planks -appliedenergistics2:facade:0, Cable Facade - Walnut Wood Planks -appliedenergistics2:facade:0, Cable Facade - Greenheart Wood Planks -appliedenergistics2:facade:0, Cable Facade - Cherry Wood Planks -appliedenergistics2:facade:0, Cable Facade - Mahoe Wood Planks -appliedenergistics2:facade:0, Cable Facade - Poplar Wood Planks -appliedenergistics2:facade:0, Cable Facade - Palm Wood Planks -appliedenergistics2:facade:0, Cable Facade - Papaya Wood Planks -appliedenergistics2:facade:0, Cable Facade - Pine Wood Planks -appliedenergistics2:facade:0, Cable Facade - Plum Wood Planks -appliedenergistics2:facade:0, Cable Facade - Maple Wood Planks -appliedenergistics2:facade:0, Cable Facade - Citrus Wood Planks -appliedenergistics2:facade:0, Cable Facade - Giant Sequoia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Ipe Wood Planks -appliedenergistics2:facade:0, Cable Facade - Padauk Wood Planks -appliedenergistics2:facade:0, Cable Facade - Cocobolo Wood Planks -appliedenergistics2:facade:0, Cable Facade - Zebrawood Wood Planks -appliedenergistics2:facade:0, Cable Facade - Larch Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Teak Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Desert Acacia Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Lime Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Chestnut Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Wenge Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Baobab Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Sequoia Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Kapok Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Ebony Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Mahogany Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Balsa Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Willow Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Walnut Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Greenheart Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cherry Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Mahoe Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Poplar Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Palm Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Papaya Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Pine Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Plum Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Maple Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Citrus Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Giant Sequoia Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Ipe Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Padauk Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cocobolo Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Zebrawood Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Apple Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Dark Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Silver Birch Leaves -appliedenergistics2:facade:0, Cable Facade - Silver Lime Leaves -appliedenergistics2:facade:0, Cable Facade - Common Walnut Leaves -appliedenergistics2:facade:0, Cable Facade - Sweet Chestnut Leaves -appliedenergistics2:facade:0, Cable Facade - Hill Cherry Leaves -appliedenergistics2:facade:0, Cable Facade - Lemon Leaves -appliedenergistics2:facade:0, Cable Facade - Plum Leaves -appliedenergistics2:facade:0, Cable Facade - Sugar Maple Leaves -appliedenergistics2:facade:0, Cable Facade - Red Spruce Leaves -appliedenergistics2:facade:0, Cable Facade - Mundane Larch Leaves -appliedenergistics2:facade:0, Cable Facade - Bull Pine Leaves -appliedenergistics2:facade:0, Cable Facade - Coast Sequoia Leaves -appliedenergistics2:facade:0, Cable Facade - Giant Sequoia Leaves -appliedenergistics2:facade:0, Cable Facade - Jungle Leaves -appliedenergistics2:facade:0, Cable Facade - Teak Leaves -appliedenergistics2:facade:0, Cable Facade - Ipe Leaves -appliedenergistics2:facade:0, Cable Facade - Kapok Leaves -appliedenergistics2:facade:0, Cable Facade - Myrtle Ebony Leaves -appliedenergistics2:facade:0, Cable Facade - Zebrawood Leaves -appliedenergistics2:facade:0, Cable Facade - Yellow Meranti Leaves -appliedenergistics2:facade:0, Cable Facade - Acacia Leaves -appliedenergistics2:facade:0, Cable Facade - Desert Acacia Leaves -appliedenergistics2:facade:0, Cable Facade - Padauk Leaves -appliedenergistics2:facade:0, Cable Facade - Balsa Leaves -appliedenergistics2:facade:0, Cable Facade - Cocobolo Leaves -appliedenergistics2:facade:0, Cable Facade - Wenge Leaves -appliedenergistics2:facade:0, Cable Facade - Grandidier's Baobab Leaves -appliedenergistics2:facade:0, Cable Facade - Blue Mahoe Leaves -appliedenergistics2:facade:0, Cable Facade - White Willow Leaves -appliedenergistics2:facade:0, Cable Facade - Sipiri Leaves -appliedenergistics2:facade:0, Cable Facade - Papaya Leaves -appliedenergistics2:facade:0, Cable Facade - Date Palm Leaves -appliedenergistics2:facade:0, Cable Facade - White Poplar Leaves -appliedenergistics2:facade:0, Cable Facade - Honey Comb Block -appliedenergistics2:facade:0, Cable Facade - Simmering Comb Block -appliedenergistics2:facade:0, Cable Facade - Stringy Comb Block -appliedenergistics2:facade:0, Cable Facade - Frozen Comb Block -appliedenergistics2:facade:0, Cable Facade - Dripping Comb Block -appliedenergistics2:facade:0, Cable Facade - Silky Comb Block -appliedenergistics2:facade:0, Cable Facade - Parched Comb Block -appliedenergistics2:facade:0, Cable Facade - Mossy Comb Block -appliedenergistics2:facade:0, Cable Facade - Mellow Comb Block -appliedenergistics2:facade:0, Cable Facade - Greenhouse Block -appliedenergistics2:facade:0, Cable Facade - Greenhouse Energy Distributor -appliedenergistics2:facade:0, Cable Facade - Greenhouse Control -appliedenergistics2:facade:0, Cable Facade - Greenhouse Screen -appliedenergistics2:facade:0, Cable Facade - Greenhouse Hygroregulator -appliedenergistics2:facade:0, Cable Facade - Greenhouse Heater -appliedenergistics2:facade:0, Cable Facade - Greenhouse Fan -appliedenergistics2:facade:0, Cable Facade - Greenhouse Humidifier -appliedenergistics2:facade:0, Cable Facade - Greenhouse Dehumidifier -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Wood Pile -appliedenergistics2:facade:0, Cable Facade - Decorative Wood Pile -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Loam -appliedenergistics2:facade:0, Cable Facade - Nickel-Iron Battery -appliedenergistics2:facade:0, Cable Facade - Nickel-Zinc Battery -appliedenergistics2:facade:0, Cable Facade - Zinc-Carbon Battery -appliedenergistics2:facade:0, Cable Facade - Expended Zinc-Carbon Battery -appliedenergistics2:facade:0, Cable Facade - Zinc-Silver Battery -appliedenergistics2:facade:0, Cable Facade - Expended Zinc-Silver Battery -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Zinc -appliedenergistics2:facade:0, Cable Facade - Block of Brass -appliedenergistics2:facade:0, Cable Facade - Abyssal Stone -appliedenergistics2:facade:0, Cable Facade - Jaded Stone -appliedenergistics2:facade:0, Cable Facade - Quarried Stone -appliedenergistics2:facade:0, Cable Facade - Crushed Obsidian -appliedenergistics2:facade:0, Cable Facade - Sulfur Ore -appliedenergistics2:facade:0, Cable Facade - Saltpeter Ore -appliedenergistics2:facade:0, Cable Facade - Dark Diamond Ore -appliedenergistics2:facade:0, Cable Facade - Dark Emerald Ore -appliedenergistics2:facade:0, Cable Facade - Dark Lapis Lazuli Ore -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Lead Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Nickel Ore -appliedenergistics2:facade:0, Cable Facade - Zinc Ore -appliedenergistics2:facade:0, Cable Facade - Poor Iron Ore -appliedenergistics2:facade:0, Cable Facade - Poor Gold Ore -appliedenergistics2:facade:0, Cable Facade - Poor Copper Ore -appliedenergistics2:facade:0, Cable Facade - Poor Tin Ore -appliedenergistics2:facade:0, Cable Facade - Poor Lead Ore -appliedenergistics2:facade:0, Cable Facade - Poor Silver Ore -appliedenergistics2:facade:0, Cable Facade - Poor Nickel Ore -appliedenergistics2:facade:0, Cable Facade - Poor Zinc Ore -appliedenergistics2:facade:0, Cable Facade - tile.railcraft.ore.magic.name -appliedenergistics2:facade:0, Cable Facade - Saltpeter Ore Spawner -appliedenergistics2:facade:0, Cable Facade - Abyssal Stone Paver -appliedenergistics2:facade:0, Cable Facade - Abyssal Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Abyssal Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Abyssal Stone -appliedenergistics2:facade:0, Cable Facade - Etched Abyssal Stone -appliedenergistics2:facade:0, Cable Facade - Abyssal Cobblestone -appliedenergistics2:facade:0, Cable Facade - Bleached Bone Stone Paver -appliedenergistics2:facade:0, Cable Facade - Bleached Bone Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Bleached Bone Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Bleached Bone Stone -appliedenergistics2:facade:0, Cable Facade - Etched Bleached Bone Stone -appliedenergistics2:facade:0, Cable Facade - Bleached Bone Cobblestone -appliedenergistics2:facade:0, Cable Facade - Blood Stained Stone Paver -appliedenergistics2:facade:0, Cable Facade - Blood Stained Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Blood Stained Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Stained Stone -appliedenergistics2:facade:0, Cable Facade - Etched Blood Stained Stone -appliedenergistics2:facade:0, Cable Facade - Blood Stained Cobblestone -appliedenergistics2:facade:0, Cable Facade - Frost Bound Stone Paver -appliedenergistics2:facade:0, Cable Facade - Frost Bound Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Frost Bound Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Frost Bound Stone -appliedenergistics2:facade:0, Cable Facade - Etched Frost Bound Stone -appliedenergistics2:facade:0, Cable Facade - Frost Bound Cobblestone -appliedenergistics2:facade:0, Cable Facade - Infernal Stone Paver -appliedenergistics2:facade:0, Cable Facade - Infernal Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Infernal Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Infernal Stone -appliedenergistics2:facade:0, Cable Facade - Etched Infernal Stone -appliedenergistics2:facade:0, Cable Facade - Infernal Cobblestone -appliedenergistics2:facade:0, Cable Facade - Jaded Stone Paver -appliedenergistics2:facade:0, Cable Facade - Jaded Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Jaded Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Jaded Stone -appliedenergistics2:facade:0, Cable Facade - Etched Jaded Stone -appliedenergistics2:facade:0, Cable Facade - Jaded Cobblestone -appliedenergistics2:facade:0, Cable Facade - Quarried Paver -appliedenergistics2:facade:0, Cable Facade - Quarried Brick -appliedenergistics2:facade:0, Cable Facade - Polished Quarried Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Quarried Stone -appliedenergistics2:facade:0, Cable Facade - Etched Quarried Stone -appliedenergistics2:facade:0, Cable Facade - Quarried Cobblestone -appliedenergistics2:facade:0, Cable Facade - Sandy Stone Paver -appliedenergistics2:facade:0, Cable Facade - Sandy Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Sandy Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Sandy Stone -appliedenergistics2:facade:0, Cable Facade - Etched Sandy Stone -appliedenergistics2:facade:0, Cable Facade - Sandy Cobblestone -appliedenergistics2:facade:0, Cable Facade - Badlands Stone Paver -appliedenergistics2:facade:0, Cable Facade - Badlands Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Badlands Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Badlands Stone -appliedenergistics2:facade:0, Cable Facade - Etched Badlands Stone -appliedenergistics2:facade:0, Cable Facade - Badlands Cobblestone -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Fitted Nether Brick -appliedenergistics2:facade:0, Cable Facade - Polished Nether Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Nether Stone -appliedenergistics2:facade:0, Cable Facade - Etched Nether Stone -appliedenergistics2:facade:0, Cable Facade - Nether Cobblestone -appliedenergistics2:facade:0, Cable Facade - Red Nether Brick -appliedenergistics2:facade:0, Cable Facade - Red Nether Brick -appliedenergistics2:facade:0, Cable Facade - Polished Red Nether Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Red Nether Stone -appliedenergistics2:facade:0, Cable Facade - Etched Red Nether Stone -appliedenergistics2:facade:0, Cable Facade - Red Nether Cobblestone -appliedenergistics2:facade:0, Cable Facade - Andesite Paver -appliedenergistics2:facade:0, Cable Facade - Andesite Brick -appliedenergistics2:facade:0, Cable Facade - Polished Andesite -appliedenergistics2:facade:0, Cable Facade - Chiseled Andesite -appliedenergistics2:facade:0, Cable Facade - Etched Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite Cobblestone -appliedenergistics2:facade:0, Cable Facade - Diorite Paver -appliedenergistics2:facade:0, Cable Facade - Diorite Brick -appliedenergistics2:facade:0, Cable Facade - Polished Diorite -appliedenergistics2:facade:0, Cable Facade - Chiseled Diorite -appliedenergistics2:facade:0, Cable Facade - Etched Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite Cobblestone -appliedenergistics2:facade:0, Cable Facade - Granite Paver -appliedenergistics2:facade:0, Cable Facade - Granite Brick -appliedenergistics2:facade:0, Cable Facade - Polished Granite -appliedenergistics2:facade:0, Cable Facade - Chiseled Granite -appliedenergistics2:facade:0, Cable Facade - Etched Granite -appliedenergistics2:facade:0, Cable Facade - Granite Cobblestone -appliedenergistics2:facade:0, Cable Facade - Pearlized Paver -appliedenergistics2:facade:0, Cable Facade - Pearlized Stone Brick -appliedenergistics2:facade:0, Cable Facade - Polished Pearlized Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Pearlized Stone -appliedenergistics2:facade:0, Cable Facade - Etched Pearlized Stone -appliedenergistics2:facade:0, Cable Facade - Pearlized Cobblestone -appliedenergistics2:facade:0, Cable Facade - Creosote Wood Block -appliedenergistics2:facade:0, Cable Facade - White Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Reinforced Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Reinforced Concrete -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 - Compressed Crafting Table -appliedenergistics2:facade:0, Cable Facade - Double Compressed Crafting Table -appliedenergistics2:facade:0, Cable Facade - Neutronium Block -appliedenergistics2:facade:0, Cable Facade - Infinity Block -appliedenergistics2:facade:0, Cable Facade - Crystal Matrix -appliedenergistics2:facade:0, Cable Facade - Apple Wood -appliedenergistics2:facade:0, Cable Facade - Fig Wood -appliedenergistics2:facade:0, Cable Facade - Butternut Wood -appliedenergistics2:facade:0, Cable Facade - Whitebeam Wood -appliedenergistics2:facade:0, Cable Facade - Rowan Wood -appliedenergistics2:facade:0, Cable Facade - Hemlock Wood -appliedenergistics2:facade:0, Cable Facade - Ash Wood -appliedenergistics2:facade:0, Cable Facade - Alder Wood -appliedenergistics2:facade:0, Cable Facade - Beech Wood -appliedenergistics2:facade:0, Cable Facade - Hawthorn Wood -appliedenergistics2:facade:0, Cable Facade - Banana Wood -appliedenergistics2:facade:0, Cable Facade - Yew Wood -appliedenergistics2:facade:0, Cable Facade - Cypress Wood -appliedenergistics2:facade:0, Cable Facade - Fir Wood -appliedenergistics2:facade:0, Cable Facade - Hazel Wood -appliedenergistics2:facade:0, Cable Facade - Hickory Wood -appliedenergistics2:facade:0, Cable Facade - Elm Wood -appliedenergistics2:facade:0, Cable Facade - Elder Wood -appliedenergistics2:facade:0, Cable Facade - Holly Wood -appliedenergistics2:facade:0, Cable Facade - Hornbeam Wood -appliedenergistics2:facade:0, Cable Facade - Cedar Wood -appliedenergistics2:facade:0, Cable Facade - Olive Wood -appliedenergistics2:facade:0, Cable Facade - Sweetgum Wood -appliedenergistics2:facade:0, Cable Facade - Locust Wood -appliedenergistics2:facade:0, Cable Facade - Pear Wood -appliedenergistics2:facade:0, Cable Facade - Maclura Wood -appliedenergistics2:facade:0, Cable Facade - Brazilwood Wood -appliedenergistics2:facade:0, Cable Facade - Logwood Wood -appliedenergistics2:facade:0, Cable Facade - Rosewood Wood -appliedenergistics2:facade:0, Cable Facade - Purpleheart Wood -appliedenergistics2:facade:0, Cable Facade - Iroko Wood -appliedenergistics2:facade:0, Cable Facade - Gingko Wood -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood -appliedenergistics2:facade:0, Cable Facade - Box Wood -appliedenergistics2:facade:0, Cable Facade - Syzgium Wood -appliedenergistics2:facade:0, Cable Facade - Pink Ivory Wood -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood -appliedenergistics2:facade:0, Cable Facade - Cherry Wood -appliedenergistics2:facade:0, Cable Facade - Cinnamon Wood -appliedenergistics2:facade:0, Cable Facade - Apple Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Fig Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Butternut Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Whitebeam Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Rowan Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hemlock Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Ash Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Alder Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Beech Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hawthorn Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Banana Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Yew Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cypress Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Fir Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hazel Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hickory Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Elm Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Elder Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Holly Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hornbeam Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cedar Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Olive Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Sweetgum Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Locust Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Pear Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Maclura Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Brazilwood Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Logwood Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Rosewood Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Purpleheart Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Iroko Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Gingko Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Box Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Syzgium Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Pink Ivory Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cherry Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cinnamon Wood (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Apple Wood Planks -appliedenergistics2:facade:0, Cable Facade - Fig Wood Planks -appliedenergistics2:facade:0, Cable Facade - Butternut Wood Planks -appliedenergistics2:facade:0, Cable Facade - Whitebeam Wood Planks -appliedenergistics2:facade:0, Cable Facade - Rowan Wood Planks -appliedenergistics2:facade:0, Cable Facade - Hemlock Wood Planks -appliedenergistics2:facade:0, Cable Facade - Ash Wood Planks -appliedenergistics2:facade:0, Cable Facade - Alder Wood Planks -appliedenergistics2:facade:0, Cable Facade - Beech Wood Planks -appliedenergistics2:facade:0, Cable Facade - Hawthorn Wood Planks -appliedenergistics2:facade:0, Cable Facade - Banana Wood Planks -appliedenergistics2:facade:0, Cable Facade - Yew Wood Planks -appliedenergistics2:facade:0, Cable Facade - Cypress Wood Planks -appliedenergistics2:facade:0, Cable Facade - Fir Wood Planks -appliedenergistics2:facade:0, Cable Facade - Hazel Wood Planks -appliedenergistics2:facade:0, Cable Facade - Hickory Wood Planks -appliedenergistics2:facade:0, Cable Facade - Elm Wood Planks -appliedenergistics2:facade:0, Cable Facade - Elder Wood Planks -appliedenergistics2:facade:0, Cable Facade - Holly Wood Planks -appliedenergistics2:facade:0, Cable Facade - Hornbeam Wood Planks -appliedenergistics2:facade:0, Cable Facade - Cedar Wood Planks -appliedenergistics2:facade:0, Cable Facade - Olive Wood Planks -appliedenergistics2:facade:0, Cable Facade - Sweetgum Wood Planks -appliedenergistics2:facade:0, Cable Facade - Locust Wood Planks -appliedenergistics2:facade:0, Cable Facade - Pear Wood Planks -appliedenergistics2:facade:0, Cable Facade - Maclura Wood Planks -appliedenergistics2:facade:0, Cable Facade - Brazilwood Wood Planks -appliedenergistics2:facade:0, Cable Facade - Logwood Wood Planks -appliedenergistics2:facade:0, Cable Facade - Rosewood Wood Planks -appliedenergistics2:facade:0, Cable Facade - Purpleheart Wood Planks -appliedenergistics2:facade:0, Cable Facade - Iroko Wood Planks -appliedenergistics2:facade:0, Cable Facade - Gingko Wood Planks -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood Planks -appliedenergistics2:facade:0, Cable Facade - Box Wood Planks -appliedenergistics2:facade:0, Cable Facade - Syzgium Wood Planks -appliedenergistics2:facade:0, Cable Facade - Pink Ivory Wood Planks -appliedenergistics2:facade:0, Cable Facade - Apple Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Fig Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Butternut Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Whitebeam Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Rowan Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hemlock Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Ash Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Alder Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Beech Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hawthorn Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Banana Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Yew Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cypress Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Fir Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hazel Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hickory Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Elm Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Elder Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Holly Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Hornbeam Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Cedar Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Olive Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Sweetgum Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Locust Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Pear Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Maclura Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Brazilwood Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Logwood Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Rosewood Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Purpleheart Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Iroko Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Gingko Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Box Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Syzgium Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Pink Ivory Wood Planks (Fireproof) -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves -appliedenergistics2:facade:0, Cable Facade - Spectral Moss -appliedenergistics2:facade:0, Cable Facade - Loamy Dirt -appliedenergistics2:facade:0, Cable Facade - White Sand -appliedenergistics2:facade:0, Cable Facade - White Sandstone -appliedenergistics2:facade:0, Cable Facade - Dried Sand -appliedenergistics2:facade:0, Cable Facade - Hardened Ice -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Mud -appliedenergistics2:facade:0, Cable Facade - Flesh -appliedenergistics2:facade:0, Cable Facade - Crystallized Obsidian -appliedenergistics2:facade:0, Cable Facade - Biome Essence Ore -appliedenergistics2:facade:0, Cable Facade - Ender Amethyst Ore -appliedenergistics2:facade:0, Cable Facade - Block of Amethyst -appliedenergistics2:facade:0, Cable Facade - Hive Block -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 -appliedenergistics2:facade:0, Cable Facade - Emerald-Bordered Cobblestone -appliedenergistics2:facade:0, Cable Facade - Quartz-Bordered Cobblestone -appliedenergistics2:facade:0, Cable Facade - Magical Planks -appliedenergistics2:facade:0, Cable Facade - Magical Wood -appliedenergistics2:facade:0, Cable Facade - Diagonal Wood -appliedenergistics2:facade:0, Cable Facade - Angel Block -appliedenergistics2:facade:0, Cable Facade - Cursed Earth -appliedenergistics2:facade:0, Cable Facade - Redstone Clock -appliedenergistics2:facade:0, Cable Facade - Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Double Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Triple Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Quadruple Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Quintuple Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Sextuple Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Septuple Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Octuple Compressed Cobblestone -appliedenergistics2:facade:0, Cable Facade - Compressed Dirt -appliedenergistics2:facade:0, Cable Facade - Double Compressed Dirt -appliedenergistics2:facade:0, Cable Facade - Triple Compressed Dirt -appliedenergistics2:facade:0, Cable Facade - Quadruple Compressed Dirt -appliedenergistics2:facade:0, Cable Facade - Compressed Sand -appliedenergistics2:facade:0, Cable Facade - Double Compressed Sand -appliedenergistics2:facade:0, Cable Facade - Compressed Gravel -appliedenergistics2:facade:0, Cable Facade - Double Compressed Gravel -appliedenergistics2:facade:0, Cable Facade - Compressed Netherrack -appliedenergistics2:facade:0, Cable Facade - Double Compressed Netherrack -appliedenergistics2:facade:0, Cable Facade - Triple Compressed Netherrack -appliedenergistics2:facade:0, Cable Facade - Quadruple Compressed Netherrack -appliedenergistics2:facade:0, Cable Facade - Quintuple Compressed Netherrack -appliedenergistics2:facade:0, Cable Facade - Sextuple Compressed Netherrack -appliedenergistics2:facade:0, Cable Facade - Border Stone -appliedenergistics2:facade:0, Cable Facade - Crossed Stone -appliedenergistics2:facade:0, Cable Facade - Polished Stone -appliedenergistics2:facade:0, Cable Facade - Stoneburnt -appliedenergistics2:facade:0, Cable Facade - Sandy Glass -appliedenergistics2:facade:0, Cable Facade - Truchet -appliedenergistics2:facade:0, Cable Facade - Blue Quartz -appliedenergistics2:facade:0, Cable Facade - Quartzburnt -appliedenergistics2:facade:0, Cable Facade - Rainbow Stone -appliedenergistics2:facade:0, Cable Facade - Thickened Glass -appliedenergistics2:facade:0, Cable Facade - Thickened Glass (Bordered) -appliedenergistics2:facade:0, Cable Facade - Thickened Glass (Patterned) -appliedenergistics2:facade:0, Cable Facade - Dark Glass -appliedenergistics2:facade:0, Cable Facade - Glowing Glass -appliedenergistics2:facade:0, Cable Facade - Redstone Glass -appliedenergistics2:facade:0, Cable Facade - Block of Enchanted Metal -appliedenergistics2:facade:0, Cable Facade - Block of Demon Metal -appliedenergistics2:facade:0, Cable Facade - Block of Evil Infused Iron -appliedenergistics2:facade:0, Cable Facade - Bedrock Bricks -appliedenergistics2:facade:0, Cable Facade - Bedrock Slabs -appliedenergistics2:facade:0, Cable Facade - Bedrock Cobblestone -appliedenergistics2:facade:0, Cable Facade - Ferrous-Juniper Log -appliedenergistics2:facade:0, Cable Facade - Ferrous-Juniper Log -appliedenergistics2:facade:0, Cable Facade - Ferrous-Juniper Planks -appliedenergistics2:facade:0, Cable Facade - Raw Ferrous-Juniper Planks -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Lead Ore -appliedenergistics2:facade:0, Cable Facade - Thorium Ore -appliedenergistics2:facade:0, Cable Facade - Uranium Ore -appliedenergistics2:facade:0, Cable Facade - Boron Ore -appliedenergistics2:facade:0, Cable Facade - Lithium Ore -appliedenergistics2:facade:0, Cable Facade - Magnesium Ore -appliedenergistics2:facade:0, Cable Facade - Copper Block -appliedenergistics2:facade:0, Cable Facade - Tin Block -appliedenergistics2:facade:0, Cable Facade - Lead Block -appliedenergistics2:facade:0, Cable Facade - Thorium Block -appliedenergistics2:facade:0, Cable Facade - Uranium Block -appliedenergistics2:facade:0, Cable Facade - Boron Block -appliedenergistics2:facade:0, Cable Facade - Lithium Block -appliedenergistics2:facade:0, Cable Facade - Magnesium Block -appliedenergistics2:facade:0, Cable Facade - Graphite Block -appliedenergistics2:facade:0, Cable Facade - Beryllium Block -appliedenergistics2:facade:0, Cable Facade - Zirconium Block -appliedenergistics2:facade:0, Cable Facade - Manganese Block -appliedenergistics2:facade:0, Cable Facade - Aluminum Block -appliedenergistics2:facade:0, Cable Facade - Silver Block -appliedenergistics2:facade:0, Cable Facade - Fission Reactor Casing -appliedenergistics2:facade:0, Cable Facade - Blast Block -appliedenergistics2:facade:0, Cable Facade - Empty Cooler -appliedenergistics2:facade:0, Cable Facade - Water Cooler -appliedenergistics2:facade:0, Cable Facade - Redstone Cooler -appliedenergistics2:facade:0, Cable Facade - Quartz Cooler -appliedenergistics2:facade:0, Cable Facade - Gold Cooler -appliedenergistics2:facade:0, Cable Facade - Glowstone Cooler -appliedenergistics2:facade:0, Cable Facade - Lapis Cooler -appliedenergistics2:facade:0, Cable Facade - Diamond Cooler -appliedenergistics2:facade:0, Cable Facade - Liquid Helium Cooler -appliedenergistics2:facade:0, Cable Facade - Enderium Cooler -appliedenergistics2:facade:0, Cable Facade - Cryotheum Cooler -appliedenergistics2:facade:0, Cable Facade - Iron Cooler -appliedenergistics2:facade:0, Cable Facade - Emerald Cooler -appliedenergistics2:facade:0, Cable Facade - Copper Cooler -appliedenergistics2:facade:0, Cable Facade - Tin Cooler -appliedenergistics2:facade:0, Cable Facade - Magnesium Cooler -appliedenergistics2:facade:0, Cable Facade - Thorium-230 Block -appliedenergistics2:facade:0, Cable Facade - Uranium-238 Block -appliedenergistics2:facade:0, Cable Facade - Neptunium-237 Block -appliedenergistics2:facade:0, Cable Facade - Plutonium-242 Block -appliedenergistics2:facade:0, Cable Facade - Americium-243 Block -appliedenergistics2:facade:0, Cable Facade - Curium-246 Block -appliedenergistics2:facade:0, Cable Facade - Berkelium-247 Block -appliedenergistics2:facade:0, Cable Facade - Californium-252 Block -appliedenergistics2:facade:0, Cable Facade - Supercold Ice -appliedenergistics2:facade:0, Cable Facade - Fusion Connector -appliedenergistics2:facade:0, Cable Facade - Wasteland Earth -appliedenergistics2:facade:0, Cable Facade - Tritium Lamp -appliedenergistics2:facade:0, Cable Facade - Fertilized Dirt -appliedenergistics2:facade:0, Cable Facade - Lapis Glass -appliedenergistics2:facade:0, Cable Facade - Lapis Lamp -appliedenergistics2:facade:0, Cable Facade - Dyeing Machine -appliedenergistics2:facade:0, Cable Facade - Bean Pod -appliedenergistics2:facade:0, Cable Facade - Spectre Block -appliedenergistics2:facade:0, Cable Facade - Quartz Lamp -appliedenergistics2:facade:0, Cable Facade - Quartz Glass -appliedenergistics2:facade:0, Cable Facade - Contact Button -appliedenergistics2:facade:0, Cable Facade - Contact Lever -appliedenergistics2:facade:0, Cable Facade - Superlubricent Ice -appliedenergistics2:facade:0, Cable Facade - Block of Sticks -appliedenergistics2:facade:0, Cable Facade - Returning Block of Sticks -appliedenergistics2:facade:0, Cable Facade - White Luminous Block -appliedenergistics2:facade:0, Cable Facade - Orange Luminous Block -appliedenergistics2:facade:0, Cable Facade - Magenta Luminous Block -appliedenergistics2:facade:0, Cable Facade - Light Blue Luminous Block -appliedenergistics2:facade:0, Cable Facade - Yellow Luminous Block -appliedenergistics2:facade:0, Cable Facade - Lime Luminous Block -appliedenergistics2:facade:0, Cable Facade - Pink Luminous Block -appliedenergistics2:facade:0, Cable Facade - Gray Luminous Block -appliedenergistics2:facade:0, Cable Facade - Light Gray Luminous Block -appliedenergistics2:facade:0, Cable Facade - Cyan Luminous Block -appliedenergistics2:facade:0, Cable Facade - Purple Luminous Block -appliedenergistics2:facade:0, Cable Facade - Blue Luminous Block -appliedenergistics2:facade:0, Cable Facade - Brown Luminous Block -appliedenergistics2:facade:0, Cable Facade - Green Luminous Block -appliedenergistics2:facade:0, Cable Facade - Red Luminous Block -appliedenergistics2:facade:0, Cable Facade - Black Luminous Block -appliedenergistics2:facade:0, Cable Facade - White Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Orange Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Magenta Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Light Blue Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Yellow Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Lime Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Pink Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Gray Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Light Gray Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Cyan Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Purple Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Blue Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Brown Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Green Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Red Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Black Translucent Luminous Block -appliedenergistics2:facade:0, Cable Facade - Super Lubricent Stone -appliedenergistics2:facade:0, Cable Facade - Trigger Glass -appliedenergistics2:facade:0, Cable Facade - Ancient Brick [INTERNAL] -appliedenergistics2:facade:0, Cable Facade - Sided Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Spectre Planks -appliedenergistics2:facade:0, Cable Facade - Spectre Wood -appliedenergistics2:facade:0, Cable Facade - Spectre Leaves -appliedenergistics2:facade:0, Cable Facade - Biome Cobblestone -appliedenergistics2:facade:0, Cable Facade - Biome Stone -appliedenergistics2:facade:0, Cable Facade - Biome Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Biome Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Biome Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Biome Glass -appliedenergistics2:facade:0, Cable Facade - White Grass -appliedenergistics2:facade:0, Cable Facade - Orange Grass -appliedenergistics2:facade:0, Cable Facade - Magenta Grass -appliedenergistics2:facade:0, Cable Facade - Light Blue Grass -appliedenergistics2:facade:0, Cable Facade - Yellow Grass -appliedenergistics2:facade:0, Cable Facade - Lime Grass -appliedenergistics2:facade:0, Cable Facade - Pink Grass -appliedenergistics2:facade:0, Cable Facade - Gray Grass -appliedenergistics2:facade:0, Cable Facade - Light Gray Grass -appliedenergistics2:facade:0, Cable Facade - Cyan Grass -appliedenergistics2:facade:0, Cable Facade - Purple Grass -appliedenergistics2:facade:0, Cable Facade - Blue Grass -appliedenergistics2:facade:0, Cable Facade - Brown Grass -appliedenergistics2:facade:0, Cable Facade - Green Grass -appliedenergistics2:facade:0, Cable Facade - Red Grass -appliedenergistics2:facade:0, Cable Facade - Black Grass -appliedenergistics2:facade:0, Cable Facade - Rainbow Lamp -appliedenergistics2:facade:0, Cable Facade - White Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Orange Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Magenta Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Light Blue Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Yellow Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Lime Stained Brickss -appliedenergistics2:facade:0, Cable Facade - Pink Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Gray Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Light Gray Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Cyan Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Purple Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Blue Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Brown Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Green Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Red Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Black Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous White Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Orange Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Magenta Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Light Blue Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Yellow Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Lime Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Pink Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Gray Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Light Gray Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Cyan Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Purple Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Blue Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Brown Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Green Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Red Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Luminous Black Stained Bricks -appliedenergistics2:facade:0, Cable Facade - Elevator -appliedenergistics2:facade:0, Cable Facade - Sponge -appliedenergistics2:facade:0, Cable Facade - Scaffolding -appliedenergistics2:facade:0, Cable Facade - Fluxed Electrum Block -appliedenergistics2:facade:0, Cable Facade - Flux Crystal Block -appliedenergistics2:facade:0, Cable Facade - Alumite Block -appliedenergistics2:facade:0, Cable Facade - Ruby Ore -appliedenergistics2:facade:0, Cable Facade - Sapphire Ore -appliedenergistics2:facade:0, Cable Facade - Peridot Ore -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Electrotine Ore -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble Brick -appliedenergistics2:facade:0, Cable Facade - Basalt Cobblestone -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt Brick -appliedenergistics2:facade:0, Cable Facade - Block of Ruby -appliedenergistics2:facade:0, Cable Facade - Block of Sapphire -appliedenergistics2:facade:0, Cable Facade - Block of Peridot -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Electrotine -appliedenergistics2:facade:0, Cable Facade - Portal to the void -appliedenergistics2:facade:0, Cable Facade - Totem of Dawn -appliedenergistics2:facade:0, Cable Facade - Twilight Totem -appliedenergistics2:facade:0, Cable Facade - Taintkin -appliedenergistics2:facade:0, Cable Facade - Taint o' Lantern -appliedenergistics2:facade:0, Cable Facade - Mithrillium Block -appliedenergistics2:facade:0, Cable Facade - Adaminite Block -appliedenergistics2:facade:0, Cable Facade - Mithminite Block -appliedenergistics2:facade:0, Cable Facade - Taintwood Planks -appliedenergistics2:facade:0, Cable Facade - Chiseled Amber Block -appliedenergistics2:facade:0, Cable Facade - Iron Framed Greatwood -appliedenergistics2:facade:0, Cable Facade - Brass Plated Silverwood -appliedenergistics2:facade:0, Cable Facade - Chiseled Greatwood -appliedenergistics2:facade:0, Cable Facade - Amber Lamp -appliedenergistics2:facade:0, Cable Facade - Machine Structure -appliedenergistics2:facade:0, Cable Facade - Advanced Machine Structure -appliedenergistics2:facade:0, Cable Facade - Motor -appliedenergistics2:facade:0, Cable Facade - Advanced Motor -appliedenergistics2:facade:0, Cable Facade - Enhanced Motor -appliedenergistics2:facade:0, Cable Facade - Elite Motor -appliedenergistics2:facade:0, Cable Facade - Dilithium Ore -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Rutile Ore -appliedenergistics2:facade:0, Cable Facade - Aluminum Ore -appliedenergistics2:facade:0, Cable Facade - Iridium Ore -appliedenergistics2:facade:0, Cable Facade - Copper Block -appliedenergistics2:facade:0, Cable Facade - Tin Block -appliedenergistics2:facade:0, Cable Facade - Steel Block -appliedenergistics2:facade:0, Cable Facade - Titanium Block -appliedenergistics2:facade:0, Cable Facade - Aluminum Block -appliedenergistics2:facade:0, Cable Facade - Iridium Block -appliedenergistics2:facade:0, Cable Facade - Gold Coil -appliedenergistics2:facade:0, Cable Facade - Copper Coil -appliedenergistics2:facade:0, Cable Facade - Titanium Coil -appliedenergistics2:facade:0, Cable Facade - Aluminum Coil -appliedenergistics2:facade:0, Cable Facade - Iridium Coil -appliedenergistics2:facade:0, Cable Facade - Concrete -appliedenergistics2:facade:0, Cable Facade - HeatProof Brick -appliedenergistics2:facade:0, Cable Facade - Structure Tower -appliedenergistics2:facade:0, Cable Facade - Solar Panel -appliedenergistics2:facade:0, Cable Facade - Solar Array Panel -appliedenergistics2:facade:0, Cable Facade - Saw Blade Assembly -appliedenergistics2:facade:0, Cable Facade - Vacuum-Chamber High Power Laser Emitter -appliedenergistics2:facade:0, Cable Facade - Launch Pad -appliedenergistics2:facade:0, Cable Facade - Monopropellant Fuel Tank -appliedenergistics2:facade:0, Cable Facade - Bipropellant Fuel Tank -appliedenergistics2:facade:0, Cable Facade - Oxidizer Fuel Tank -appliedenergistics2:facade:0, Cable Facade - Nuclear Thermal Working Fluid Tank -appliedenergistics2:facade:0, Cable Facade - Nuclear Thermal Fission Core -appliedenergistics2:facade:0, Cable Facade - Gas Intake -appliedenergistics2:facade:0, Cable Facade - Drill -appliedenergistics2:facade:0, Cable Facade - Landing Float -appliedenergistics2:facade:0, Cable Facade - Service monitor -appliedenergistics2:facade:0, Cable Facade - Station Light -appliedenergistics2:facade:0, Cable Facade - Moon Turf -appliedenergistics2:facade:0, Cable Facade - Dark Moon Turf -appliedenergistics2:facade:0, Cable Facade - Oxidized Ferric Sand -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Geode Block -appliedenergistics2:facade:0, Cable Facade - Violet Crystal Block -appliedenergistics2:facade:0, Cable Facade - Blue Crystal Block -appliedenergistics2:facade:0, Cable Facade - Green Crystal Block -appliedenergistics2:facade:0, Cable Facade - Red Crystal Block -appliedenergistics2:facade:0, Cable Facade - Yellow Crystal Block -appliedenergistics2:facade:0, Cable Facade - Orange Crystal Block -appliedenergistics2:facade:0, Cable Facade - Vitrified Sand -appliedenergistics2:facade:0, Cable Facade - Charcoal Log -appliedenergistics2:facade:0, Cable Facade - Lightwood Wood -appliedenergistics2:facade:0, Cable Facade - Lightwood Leaves -appliedenergistics2:facade:0, Cable Facade - Lightwood planks -appliedenergistics2:facade:0, Cable Facade - Titanium Aluminide Block -appliedenergistics2:facade:0, Cable Facade - Titanium Iridium Alloy Block -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Block of Aluminum -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Andesite -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Antiblock -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Basalt -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Rune -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Rune -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Rune -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Rune -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Rune -appliedenergistics2:facade:0, Cable Facade - Chiseled Blood Rune -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Spruce Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Birch Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Jungle Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Acacia Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dark Oak Bookshelf -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Bricks -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Block of Bronze -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Certus Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Cobblestone -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Moss Stone -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Black Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Red Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Green Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Brown Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Purple Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Cyan Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Light Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Gray Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Pink Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Lime Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Yellow Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Light Blue Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Magenta Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - Orange Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - White Concrete -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Diamond -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Diorite -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Dirt -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Block of Emerald -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Purpur Block -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Endstone -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Futura Block -appliedenergistics2:facade:0, Cable Facade - Futura Block -appliedenergistics2:facade:0, Cable Facade - Futura Block -appliedenergistics2:facade:0, Cable Facade - Futura Block -appliedenergistics2:facade:0, Cable Facade - Futura Block -appliedenergistics2:facade:0, Cable Facade - Futura Block -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Glowstone -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Block of Gold -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Granite -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Terracotta -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Invar -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Block of Iron -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Laboratory Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Block -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Lavastone -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Nether Brick -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Netherrack -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Obsidian -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Paper Wall -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Spruce Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Birch Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Jungle Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Acacia Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dark Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Block of Platinum -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Prismarine -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Block of Redstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Red Sandstone -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Red Sandstone Scribbles -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Chiseled Stone -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Factory Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Mossy Temple Block -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Block of Tin -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Tyrian -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Valentines' Block -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Primal Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Runed Voidstone -appliedenergistics2:facade:0, Cable Facade - Black Wool -appliedenergistics2:facade:0, Cable Facade - Black Wool -appliedenergistics2:facade:0, Cable Facade - Red Wool -appliedenergistics2:facade:0, Cable Facade - Red Wool -appliedenergistics2:facade:0, Cable Facade - Green Wool -appliedenergistics2:facade:0, Cable Facade - Green Wool -appliedenergistics2:facade:0, Cable Facade - Brown Wool -appliedenergistics2:facade:0, Cable Facade - Brown Wool -appliedenergistics2:facade:0, Cable Facade - Blue Wool -appliedenergistics2:facade:0, Cable Facade - Blue Wool -appliedenergistics2:facade:0, Cable Facade - Purple Wool -appliedenergistics2:facade:0, Cable Facade - Purple Wool -appliedenergistics2:facade:0, Cable Facade - Cyan Wool -appliedenergistics2:facade:0, Cable Facade - Cyan Wool -appliedenergistics2:facade:0, Cable Facade - Light Gray Wool -appliedenergistics2:facade:0, Cable Facade - Light Gray Wool -appliedenergistics2:facade:0, Cable Facade - Gray Wool -appliedenergistics2:facade:0, Cable Facade - Gray Wool -appliedenergistics2:facade:0, Cable Facade - Pink Wool -appliedenergistics2:facade:0, Cable Facade - Pink Wool -appliedenergistics2:facade:0, Cable Facade - Lime Wool -appliedenergistics2:facade:0, Cable Facade - Lime Wool -appliedenergistics2:facade:0, Cable Facade - Yellow Wool -appliedenergistics2:facade:0, Cable Facade - Yellow Wool -appliedenergistics2:facade:0, Cable Facade - Light Blue Wool -appliedenergistics2:facade:0, Cable Facade - Light Blue Wool -appliedenergistics2:facade:0, Cable Facade - Magenta Wool -appliedenergistics2:facade:0, Cable Facade - Magenta Wool -appliedenergistics2:facade:0, Cable Facade - Orange Wool -appliedenergistics2:facade:0, Cable Facade - Orange Wool -appliedenergistics2:facade:0, Cable Facade - Wool -appliedenergistics2:facade:0, Cable Facade - Wool -appliedenergistics2:facade:0, Cable Facade - Amber Bearing Stone -appliedenergistics2:facade:0, Cable Facade - Cinnabar Ore -appliedenergistics2:facade:0, Cable Facade - Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Arcane Stone -appliedenergistics2:facade:0, Cable Facade - Arcane Stone Brick -appliedenergistics2:facade:0, Cable Facade - Ancient Stone -appliedenergistics2:facade:0, Cable Facade - Ancient Stone Tile -appliedenergistics2:facade:0, Cable Facade - Ancient Rock -appliedenergistics2:facade:0, Cable Facade - Glyphed Stone -appliedenergistics2:facade:0, Cable Facade - Ancient Barrier -appliedenergistics2:facade:0, Cable Facade - Eldritch Stone -appliedenergistics2:facade:0, Cable Facade - Porous Stone -appliedenergistics2:facade:0, Cable Facade - Greatwood Log -appliedenergistics2:facade:0, Cable Facade - Silverwood Log -appliedenergistics2:facade:0, Cable Facade - Greatwood Leaves -appliedenergistics2:facade:0, Cable Facade - Silverwood Leaves -appliedenergistics2:facade:0, Cable Facade - Greatwood Planks -appliedenergistics2:facade:0, Cable Facade - Silverwood Planks -appliedenergistics2:facade:0, Cable Facade - Amber Block -appliedenergistics2:facade:0, Cable Facade - Amber Bricks -appliedenergistics2:facade:0, Cable Facade - Block of Flesh -appliedenergistics2:facade:0, Cable Facade - Crusted Taint -appliedenergistics2:facade:0, Cable Facade - Tainted Soil -appliedenergistics2:facade:0, Cable Facade - Tainted Rock -appliedenergistics2:facade:0, Cable Facade - Taint Geyser -appliedenergistics2:facade:0, Cable Facade - Taintwood Log -appliedenergistics2:facade:0, Cable Facade - Ambient Grass Block -appliedenergistics2:facade:0, Cable Facade - Brass Block -appliedenergistics2:facade:0, Cable Facade - Thaumium Block -appliedenergistics2:facade:0, Cable Facade - Void Metal Block -appliedenergistics2:facade:0, Cable Facade - Alchemical Construct -appliedenergistics2:facade:0, Cable Facade - Advanced Alchemical Construct -appliedenergistics2:facade:0, Cable Facade - Infusion Speed Stone -appliedenergistics2:facade:0, Cable Facade - Infusion Cost Stone -appliedenergistics2:facade:0, Cable Facade - Vis Battery -appliedenergistics2:facade:0, Cable Facade - Empty Space -appliedenergistics2:facade:0, Cable Facade - Dark Marble -appliedenergistics2:facade:0, Cable Facade - Electrical Steel Block -appliedenergistics2:facade:0, Cable Facade - Infinity Dust Block -appliedenergistics2:facade:0, Cable Facade - Compressed Infinity Dust Block -appliedenergistics2:facade:0, Cable Facade - Double Compressed Infinity Dust Block -appliedenergistics2:facade:0, Cable Facade - Reinforced Obsidian -appliedenergistics2:facade:0, Cable Facade - Machine Chassis (decoration block) -appliedenergistics2:facade:0, Cable Facade - Blank Machine (decoration block) -appliedenergistics2:facade:0, Cable Facade - Machine Tops (decoration block) -appliedenergistics2:facade:0, Cable Facade - Machine Sides (decoration block) -appliedenergistics2:facade:0, Cable Facade - Machine Backs (decoration block) -appliedenergistics2:facade:0, Cable Facade - Machine with sides (decoration block) -appliedenergistics2:facade:0, Cable Facade - Machine width backs (decoration block) -appliedenergistics2:facade:0, Cable Facade - Blank Soul Machine (decoration block) -appliedenergistics2:facade:0, Cable Facade - Soul Machine Tops (decoration block) -appliedenergistics2:facade:0, Cable Facade - Soul Machine Sides (decoration block) -appliedenergistics2:facade:0, Cable Facade - Soul Machine Backs (decoration block) -appliedenergistics2:facade:0, Cable Facade - Soul Machine with sides (decoration block) -appliedenergistics2:facade:0, Cable Facade - Soul Machine width backs (decoration block) -appliedenergistics2:facade:0, Cable Facade - Red Machine (decoration block) -appliedenergistics2:facade:0, Cable Facade - Broken Spawner (decoration block) -appliedenergistics2:facade:0, Cable Facade - Invisible Block (decoration block) -appliedenergistics2:facade:0, Cable Facade - Alloy Smelter (decoration block) -appliedenergistics2:facade:0, Cable Facade - Item Buffer (decoration block) -appliedenergistics2:facade:0, Cable Facade - Power Buffer (decoration block) -appliedenergistics2:facade:0, Cable Facade - Omni Buffer (decoration block) -appliedenergistics2:facade:0, Cable Facade - Creative Buffer (decoration block) -appliedenergistics2:facade:0, Cable Facade - Crafter (decoration block) -appliedenergistics2:facade:0, Cable Facade - Painting Machine (decoration block) -appliedenergistics2:facade:0, Cable Facade - Power Monitor (decoration block) -appliedenergistics2:facade:0, Cable Facade - SAG Mill (decoration block) -appliedenergistics2:facade:0, Cable Facade - Slice'N'Splice (decoration block) -appliedenergistics2:facade:0, Cable Facade - Stirling Generator (decoration block) -appliedenergistics2:facade:0, Cable Facade - Fluid Tank (decoration block) -appliedenergistics2:facade:0, Cable Facade - Pressurized Fluid Tank (decoration block) -appliedenergistics2:facade:0, Cable Facade - Travel Anchor (decoration block) -appliedenergistics2:facade:0, Cable Facade - Vacuum Chest (decoration block) -appliedenergistics2:facade:0, Cable Facade - Wireless Charger (decoration block) -appliedenergistics2:facade:0, Cable Facade - XP Vacuum (decoration block) -appliedenergistics2:facade:0, Cable Facade - Simple Alloy Smelter (decoration block) -appliedenergistics2:facade:0, Cable Facade - Simple Stirling Generator (decoration block) -appliedenergistics2:facade:0, Cable Facade - Wired Charger (decoration block) -appliedenergistics2:facade:0, Cable Facade - Simple Sagmill (decoration block) -appliedenergistics2:facade:0, Cable Facade - Industrial Insulation -appliedenergistics2:facade:0, Cable Facade - Confusion Charge -appliedenergistics2:facade:0, Cable Facade - Concussion Charge -appliedenergistics2:facade:0, Cable Facade - Ender Charge -appliedenergistics2:facade:0, Cable Facade - Crude Steel Block -appliedenergistics2:facade:0, Cable Facade - Wireless Charging Antenna Extension -appliedenergistics2:facade:0, Cable Facade - Twilight Oak Wood -appliedenergistics2:facade:0, Cable Facade - Canopy Tree Wood -appliedenergistics2:facade:0, Cable Facade - Mangrove Wood -appliedenergistics2:facade:0, Cable Facade - Darkwood -appliedenergistics2:facade:0, Cable Facade - Roots -appliedenergistics2:facade:0, Cable Facade - Liveroots -appliedenergistics2:facade:0, Cable Facade - Twilight Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Canopy Tree Leaves -appliedenergistics2:facade:0, Cable Facade - Mangrove Leaves -appliedenergistics2:facade:0, Cable Facade - Rainbow Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Mazestone -appliedenergistics2:facade:0, Cable Facade - Mazestone Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Mazestone -appliedenergistics2:facade:0, Cable Facade - Decorative Mazestone Brick -appliedenergistics2:facade:0, Cable Facade - Cracked Mazestone Brick -appliedenergistics2:facade:0, Cable Facade - Mossy Mazestone Brick -appliedenergistics2:facade:0, Cable Facade - Mazestone Mosaic -appliedenergistics2:facade:0, Cable Facade - Mazestone Border -appliedenergistics2:facade:0, Cable Facade - Hedge -appliedenergistics2:facade:0, Cable Facade - Uncrafting Table -appliedenergistics2:facade:0, Cable Facade - Nagastone Head -appliedenergistics2:facade:0, Cable Facade - Nagastone -appliedenergistics2:facade:0, Cable Facade - Timewood -appliedenergistics2:facade:0, Cable Facade - Transwood -appliedenergistics2:facade:0, Cable Facade - Minewood -appliedenergistics2:facade:0, Cable Facade - Sortingwood -appliedenergistics2:facade:0, Cable Facade - Timewood Leaves -appliedenergistics2:facade:0, Cable Facade - Leaves of Transformation -appliedenergistics2:facade:0, Cable Facade - Miner's Leaves -appliedenergistics2:facade:0, Cable Facade - Sorting Leaves -appliedenergistics2:facade:0, Cable Facade - Timewood Clock -appliedenergistics2:facade:0, Cable Facade - Heart of Transformation -appliedenergistics2:facade:0, Cable Facade - Minewood Core -appliedenergistics2:facade:0, Cable Facade - Sortingwood Engine -appliedenergistics2:facade:0, Cable Facade - Towerwood Planks -appliedenergistics2:facade:0, Cable Facade - Encased Towerwood -appliedenergistics2:facade:0, Cable Facade - Cracked Towerwood -appliedenergistics2:facade:0, Cable Facade - Mossy Towerwood -appliedenergistics2:facade:0, Cable Facade - Infested Towerwood -appliedenergistics2:facade:0, Cable Facade - Reappearing Block -appliedenergistics2:facade:0, Cable Facade - Vanishing Block -appliedenergistics2:facade:0, Cable Facade - Locked Vanishing Block -appliedenergistics2:facade:0, Cable Facade - Unlocked Vanishing Block -appliedenergistics2:facade:0, Cable Facade - Carminite Builder -appliedenergistics2:facade:0, Cable Facade - Anti-builder -appliedenergistics2:facade:0, Cable Facade - Ghast Trap -appliedenergistics2:facade:0, Cable Facade - Carminite Reactor -appliedenergistics2:facade:0, Cable Facade - Stronghold Shield -appliedenergistics2:facade:0, Cable Facade - Aurora Block -appliedenergistics2:facade:0, Cable Facade - Underbrick -appliedenergistics2:facade:0, Cable Facade - Mossy Underbrick -appliedenergistics2:facade:0, Cable Facade - Cracked Underbrick -appliedenergistics2:facade:0, Cable Facade - Underbrick Floor -appliedenergistics2:facade:0, Cable Facade - Thorn Leaves -appliedenergistics2:facade:0, Cable Facade - Beanstalk Leaves -appliedenergistics2:facade:0, Cable Facade - Weathered Deadrock -appliedenergistics2:facade:0, Cable Facade - Cracked Deadrock -appliedenergistics2:facade:0, Cable Facade - Deadrock -appliedenergistics2:facade:0, Cable Facade - Darkwood Leaves -appliedenergistics2:facade:0, Cable Facade - Aurora Pillar -appliedenergistics2:facade:0, Cable Facade - Trollsteinn -appliedenergistics2:facade:0, Cable Facade - Wispy Cloud -appliedenergistics2:facade:0, Cable Facade - Fluffy Cloud -appliedenergistics2:facade:0, Cable Facade - Giant Cobblestone -appliedenergistics2:facade:0, Cable Facade - Giant Log -appliedenergistics2:facade:0, Cable Facade - Giant Leaves -appliedenergistics2:facade:0, Cable Facade - Giant Obsidian -appliedenergistics2:facade:0, Cable Facade - Huge Stalk -appliedenergistics2:facade:0, Cable Facade - Huge Mushgloom -appliedenergistics2:facade:0, Cable Facade - Castle Brick -appliedenergistics2:facade:0, Cable Facade - Worn Castle Brick -appliedenergistics2:facade:0, Cable Facade - Cracked Castle Brick -appliedenergistics2:facade:0, Cable Facade - Castle Roof Tile -appliedenergistics2:facade:0, Cable Facade - Mossy Castle Brick -appliedenergistics2:facade:0, Cable Facade - Thick Castle Brick -appliedenergistics2:facade:0, Cable Facade - Encased Castle Brick Pillar -appliedenergistics2:facade:0, Cable Facade - Encased Castle Brick Tile -appliedenergistics2:facade:0, Cable Facade - Bold Castle Brick Pillar -appliedenergistics2:facade:0, Cable Facade - Bold Castle Brick Tiles -appliedenergistics2:facade:0, Cable Facade - Pink Castle Rune Brick -appliedenergistics2:facade:0, Cable Facade - Blue Castle Rune Brick -appliedenergistics2:facade:0, Cable Facade - Yellow Castle Rune Brick -appliedenergistics2:facade:0, Cable Facade - Violet Castle Rune Brick -appliedenergistics2:facade:0, Cable Facade - Cinder Furnace [NYI] -appliedenergistics2:facade:0, Cable Facade - Cinder Log [NYI] -appliedenergistics2:facade:0, Cable Facade - Yellow Castle Door -appliedenergistics2:facade:0, Cable Facade - Violet Castle Door -appliedenergistics2:facade:0, Cable Facade - Pink Castle Door -appliedenergistics2:facade:0, Cable Facade - Blue Castle Door -appliedenergistics2:facade:0, Cable Facade - Block of Ironwood -appliedenergistics2:facade:0, Cable Facade - Block of Fiery Metal -appliedenergistics2:facade:0, Cable Facade - Block of Steeleaf -appliedenergistics2:facade:0, Cable Facade - Block of Arctic Fur -appliedenergistics2:facade:0, Cable Facade - Block of Carminite -appliedenergistics2:facade:0, Cable Facade - Etched Nagastone -appliedenergistics2:facade:0, Cable Facade - Nagastone Pillar -appliedenergistics2:facade:0, Cable Facade - Mossy Etched Nagastone -appliedenergistics2:facade:0, Cable Facade - Mossy Nagastone Pillar -appliedenergistics2:facade:0, Cable Facade - Ruined Etched Nagastone -appliedenergistics2:facade:0, Cable Facade - Ruined Nagastone Pillar -appliedenergistics2:facade:0, Cable Facade - Twilight Oak Planks -appliedenergistics2:facade:0, Cable Facade - Canopy Planks -appliedenergistics2:facade:0, Cable Facade - Mangrove Planks -appliedenergistics2:facade:0, Cable Facade - Darkwood Planks -appliedenergistics2:facade:0, Cable Facade - Timewood Planks -appliedenergistics2:facade:0, Cable Facade - Transwood Planks -appliedenergistics2:facade:0, Cable Facade - Minewood Planks -appliedenergistics2:facade:0, Cable Facade - Sortingwood Planks -appliedenergistics2:facade:0, Cable Facade - Terrorcotta (Circular) -appliedenergistics2:facade:0, Cable Facade - Terrorcotta (Diagonal) -appliedenergistics2:facade:0, Cable Facade - tile.twilightforest.StonePillar.name -appliedenergistics2:facade:0, Cable Facade - Grout -appliedenergistics2:facade:0, Cable Facade - Green Slimy Mud -appliedenergistics2:facade:0, Cable Facade - Blue Slimy Mud -appliedenergistics2:facade:0, Cable Facade - Graveyard Soil -appliedenergistics2:facade:0, Cable Facade - Consecrated Soil -appliedenergistics2:facade:0, Cable Facade - Slimy Magma Mud -appliedenergistics2:facade:0, Cable Facade - Slime Block -appliedenergistics2:facade:0, Cable Facade - Slime Block -appliedenergistics2:facade:0, Cable Facade - Blood Slime Block -appliedenergistics2:facade:0, Cable Facade - Slime Block -appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block -appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block -appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block -appliedenergistics2:facade:0, Cable Facade - Congealed Bloodblock -appliedenergistics2:facade:0, Cable Facade - Congealed Slime Block -appliedenergistics2:facade:0, Cable Facade - Cobalt Ore -appliedenergistics2:facade:0, Cable Facade - Ardite Ore -appliedenergistics2:facade:0, Cable Facade - Lavawood -appliedenergistics2:facade:0, Cable Facade - Firewood -appliedenergistics2:facade:0, Cable Facade - Mud Bricks -appliedenergistics2:facade:0, Cable Facade - Block of Cobalt -appliedenergistics2:facade:0, Cable Facade - Block of Ardite -appliedenergistics2:facade:0, Cable Facade - Block of Manyullyn -appliedenergistics2:facade:0, Cable Facade - Block of Knightslime -appliedenergistics2:facade:0, Cable Facade - Block of Pigiron -appliedenergistics2:facade:0, Cable Facade - Silky Block of Jewel -appliedenergistics2:facade:0, Cable Facade - Green Slimy Dirt -appliedenergistics2:facade:0, Cable Facade - Blue Slimy Dirt -appliedenergistics2:facade:0, Cable Facade - Purple Slimy Dirt -appliedenergistics2:facade:0, Cable Facade - Magma Slimy Dirt -appliedenergistics2:facade:0, Cable Facade - Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Green Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Blue Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Purple Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Magma Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Green Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Blue Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Purple Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Magma Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Green Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Blue Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Purple Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Magma Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Slimy Leaves -appliedenergistics2:facade:0, Cable Facade - Slimy Leaves -appliedenergistics2:facade:0, Cable Facade - Slimy Leaves -appliedenergistics2:facade:0, Cable Facade - Dried Clay -appliedenergistics2:facade:0, Cable Facade - Dried Bricks -appliedenergistics2:facade:0, Cable Facade - Smooth Brownstone -appliedenergistics2:facade:0, Cable Facade - Rough Brownstone -appliedenergistics2:facade:0, Cable Facade - Brownstone Paver -appliedenergistics2:facade:0, Cable Facade - Brownstone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Brownstone Bricks -appliedenergistics2:facade:0, Cable Facade - Fancy Brownstone Bricks -appliedenergistics2:facade:0, Cable Facade - Square Brownstone Bricks -appliedenergistics2:facade:0, Cable Facade - Brownstone Road -appliedenergistics2:facade:0, Cable Facade - Brownstone Creeperface -appliedenergistics2:facade:0, Cable Facade - Triangle Brownstone Bricks -appliedenergistics2:facade:0, Cable Facade - Small Brownstone Bricks -appliedenergistics2:facade:0, Cable Facade - Brownstone Tiles -appliedenergistics2:facade:0, Cable Facade - Topiary Grass -appliedenergistics2:facade:0, Cable Facade - Bluegrass -appliedenergistics2:facade:0, Cable Facade - Autumnal Grass -appliedenergistics2:facade:0, Cable Facade - Maple Wood -appliedenergistics2:facade:0, Cable Facade - Silverbell Wood -appliedenergistics2:facade:0, Cable Facade - Amaranth Wood -appliedenergistics2:facade:0, Cable Facade - Tiger Wood -appliedenergistics2:facade:0, Cable Facade - Willow Wood -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood -appliedenergistics2:facade:0, Cable Facade - Hopseed Wood -appliedenergistics2:facade:0, Cable Facade - Sakura Wood -appliedenergistics2:facade:0, Cable Facade - Redwood Bark -appliedenergistics2:facade:0, Cable Facade - Redwood -appliedenergistics2:facade:0, Cable Facade - Redwood Root -appliedenergistics2:facade:0, Cable Facade - Maple Leaves -appliedenergistics2:facade:0, Cable Facade - Silverbell Leaves -appliedenergistics2:facade:0, Cable Facade - Amaranth Leaves -appliedenergistics2:facade:0, Cable Facade - Tiger Leaves -appliedenergistics2:facade:0, Cable Facade - Willow Leaves -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Leaves -appliedenergistics2:facade:0, Cable Facade - Hopseed Leaves -appliedenergistics2:facade:0, Cable Facade - Sakura Leaves -appliedenergistics2:facade:0, Cable Facade - Redwood Leaves -appliedenergistics2:facade:0, Cable Facade - Maple Planks -appliedenergistics2:facade:0, Cable Facade - Silverbell Planks -appliedenergistics2:facade:0, Cable Facade - Amaranth Planks -appliedenergistics2:facade:0, Cable Facade - Tigerwood Planks -appliedenergistics2:facade:0, Cable Facade - Willow Planks -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Planks -appliedenergistics2:facade:0, Cable Facade - Hopseed Planks -appliedenergistics2:facade:0, Cable Facade - Sakura Planks -appliedenergistics2:facade:0, Cable Facade - Redwood Planks -appliedenergistics2:facade:0, Cable Facade - Ghostwood -appliedenergistics2:facade:0, Cable Facade - Darkwood -appliedenergistics2:facade:0, Cable Facade - Fusewood -appliedenergistics2:facade:0, Cable Facade - Bloodwood -appliedenergistics2:facade:0, Cable Facade - Bloodwood -appliedenergistics2:facade:0, Cable Facade - Ghostwood Leaves -appliedenergistics2:facade:0, Cable Facade - Blood Leaves -appliedenergistics2:facade:0, Cable Facade - Fusewood Leaves -appliedenergistics2:facade:0, Cable Facade - Darkwood Leaves -appliedenergistics2:facade:0, Cable Facade - Darkwood Leaves -appliedenergistics2:facade:0, Cable Facade - Darkwood Leaves -appliedenergistics2:facade:0, Cable Facade - Ghostwood Planks -appliedenergistics2:facade:0, Cable Facade - Bloodwood Planks -appliedenergistics2:facade:0, Cable Facade - Darkwood Planks -appliedenergistics2:facade:0, Cable Facade - Fusewood Planks -appliedenergistics2:facade:0, Cable Facade - Heat Sand -appliedenergistics2:facade:0, Cable Facade - Tainted Soil -appliedenergistics2:facade:0, Cable Facade - Tainted Soil -appliedenergistics2:facade:0, Cable Facade - Tainted Soil -appliedenergistics2:facade:0, Cable Facade - Inactive Respawn Obelisk -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Bauxite Ore -appliedenergistics2:facade:0, Cable Facade - Lead Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Nickel Ore -appliedenergistics2:facade:0, Cable Facade - Uranium Ore -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Aluminium -appliedenergistics2:facade:0, Cable Facade - Block of Lead -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Nickel -appliedenergistics2:facade:0, Cable Facade - Block of Uranium -appliedenergistics2:facade:0, Cable Facade - Block of Constantan -appliedenergistics2:facade:0, Cable Facade - Block of Electrum -appliedenergistics2:facade:0, Cable Facade - Block of Steel -appliedenergistics2:facade:0, Cable Facade - Coke Brick -appliedenergistics2:facade:0, Cable Facade - Blast Brick -appliedenergistics2:facade:0, Cable Facade - Reinforced Blast Brick -appliedenergistics2:facade:0, Cable Facade - Block of Coal Coke -appliedenergistics2:facade:0, Cable Facade - Hempcrete -appliedenergistics2:facade:0, Cable Facade - Concrete -appliedenergistics2:facade:0, Cable Facade - Concrete Tile -appliedenergistics2:facade:0, Cable Facade - Leaded Concrete -appliedenergistics2:facade:0, Cable Facade - Insulating Glass -appliedenergistics2:facade:0, Cable Facade - Kiln Brick -appliedenergistics2:facade:0, Cable Facade - Treated Wood Planks -appliedenergistics2:facade:0, Cable Facade - Treated Wood Planks -appliedenergistics2:facade:0, Cable Facade - Treated Wood Planks -appliedenergistics2:facade:0, Cable Facade - Copper Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Aluminium Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Lead Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Silver Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Nickel Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Uranium Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Constantan Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Electrum Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Steel Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Iron Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Gold Sheetmetal -appliedenergistics2:facade:0, Cable Facade - Copper Coil Block -appliedenergistics2:facade:0, Cable Facade - Electrum Coil Block -appliedenergistics2:facade:0, Cable Facade - High-Voltage Coil Block -appliedenergistics2:facade:0, Cable Facade - Redstone Engineering Block -appliedenergistics2:facade:0, Cable Facade - Light Engineering Block -appliedenergistics2:facade:0, Cable Facade - Heavy Engineering Block -appliedenergistics2:facade:0, Cable Facade - Generator Block -appliedenergistics2:facade:0, Cable Facade - Radiator Block -appliedenergistics2:facade:0, Cable Facade - Certus Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Charged Certus Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Certus Quartz Block -appliedenergistics2:facade:0, Cable Facade - Certus Quartz Pillar -appliedenergistics2:facade:0, Cable Facade - Chiseled Certus Quartz Block -appliedenergistics2:facade:0, Cable Facade - Quartz Glass -appliedenergistics2:facade:0, Cable Facade - Vibrant Quartz Glass -appliedenergistics2:facade:0, Cable Facade - Fluix Block -appliedenergistics2:facade:0, Cable Facade - Sky Stone -appliedenergistics2:facade:0, Cable Facade - Sky Stone Block -appliedenergistics2:facade:0, Cable Facade - Sky Stone Brick -appliedenergistics2:facade:0, Cable Facade - Sky Stone Small Brick -appliedenergistics2:facade:0, Cable Facade - Blank Rune -appliedenergistics2:facade:0, Cable Facade - Speed Rune -appliedenergistics2:facade:0, Cable Facade - Efficiency Rune -appliedenergistics2:facade:0, Cable Facade - Rune of Sacrifice -appliedenergistics2:facade:0, Cable Facade - Rune of Self Sacrifice -appliedenergistics2:facade:0, Cable Facade - Displacement Rune -appliedenergistics2:facade:0, Cable Facade - Rune of Capacity -appliedenergistics2:facade:0, Cable Facade - Rune of Augmented Capacity -appliedenergistics2:facade:0, Cable Facade - Rune of the Orb -appliedenergistics2:facade:0, Cable Facade - Acceleration Rune -appliedenergistics2:facade:0, Cable Facade - Charging Rune -appliedenergistics2:facade:0, Cable Facade - Ritual Stone -appliedenergistics2:facade:0, Cable Facade - Ritual Stone of Water -appliedenergistics2:facade:0, Cable Facade - Ritual Stone of Fire -appliedenergistics2:facade:0, Cable Facade - Ritual Stone of Earth -appliedenergistics2:facade:0, Cable Facade - Ritual Stone of Air -appliedenergistics2:facade:0, Cable Facade - Ritual Stone of Dusk -appliedenergistics2:facade:0, Cable Facade - Ritual Stone of Dawn -appliedenergistics2:facade:0, Cable Facade - Large Bloodstone Tile -appliedenergistics2:facade:0, Cable Facade - Bloodstone Brick -appliedenergistics2:facade:0, Cable Facade - Crystal Cluster -appliedenergistics2:facade:0, Cable Facade - Crystal Cluster Brick -appliedenergistics2:facade:0, Cable Facade - Wooden Path -appliedenergistics2:facade:0, Cable Facade - Tiled Wooden Path -appliedenergistics2:facade:0, Cable Facade - Stone Brick Path -appliedenergistics2:facade:0, Cable Facade - Tiled Stone Path -appliedenergistics2:facade:0, Cable Facade - Worn Stone Brick Path -appliedenergistics2:facade:0, Cable Facade - Tiled Worn Stone Path -appliedenergistics2:facade:0, Cable Facade - Obsidian Brick Path -appliedenergistics2:facade:0, Cable Facade - Tiled Obsidian Path -appliedenergistics2:facade:0, Cable Facade - Raw Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Corrosive Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Destructive Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Vengeful Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Steadfast Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Small Raw Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Small Corrosive Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Small Destructive Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Small Vengeful Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Small Steadfast Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Raw Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Corrosive Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Destructive Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Vengeful Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Steadfast Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Accented Raw Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Accented Corrosive Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Accented Destructive Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Accented Vengeful Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Accented Steadfast Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Raw Stone -appliedenergistics2:facade:0, Cable Facade - Corrosive Stone -appliedenergistics2:facade:0, Cable Facade - Destructive Stone -appliedenergistics2:facade:0, Cable Facade - Vengeful Stone -appliedenergistics2:facade:0, Cable Facade - Steadfast Stone -appliedenergistics2:facade:0, Cable Facade - Polished Raw Stone -appliedenergistics2:facade:0, Cable Facade - Polished Corrosive Stone -appliedenergistics2:facade:0, Cable Facade - Polished Destructive Stone -appliedenergistics2:facade:0, Cable Facade - Polished Vengeful Stone -appliedenergistics2:facade:0, Cable Facade - Polished Steadfast Stone -appliedenergistics2:facade:0, Cable Facade - Raw Demon Alloy -appliedenergistics2:facade:0, Cable Facade - Corrosive Demon Alloy -appliedenergistics2:facade:0, Cable Facade - Destructive Demon Alloy -appliedenergistics2:facade:0, Cable Facade - Vengeful Demon Alloy -appliedenergistics2:facade:0, Cable Facade - Steadfast Demon Alloy -appliedenergistics2:facade:0, Cable Facade - Raw Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Corrosive Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Destructive Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Vengeful Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Steadfast Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Accented Raw Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Accented Corrosive Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Accented Destructive Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Accented Vengeful Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Accented Steadfast Stone Pillar -appliedenergistics2:facade:0, Cable Facade - Raw Stone Pillar Cap -appliedenergistics2:facade:0, Cable Facade - Corrosive Stone Pillar Cap -appliedenergistics2:facade:0, Cable Facade - Destructive Stone Pillar Cap -appliedenergistics2:facade:0, Cable Facade - Vengeful Stone Pillar Cap -appliedenergistics2:facade:0, Cable Facade - Steadfast Stone Pillar Cap -appliedenergistics2:facade:0, Cable Facade - Raw Demon Eye -appliedenergistics2:facade:0, Cable Facade - Corrosive Demon Eye -appliedenergistics2:facade:0, Cable Facade - Destructive Demon Eye -appliedenergistics2:facade:0, Cable Facade - Vengeful Demon Eye -appliedenergistics2:facade:0, Cable Facade - Steadfast Demon Eye -appliedenergistics2:facade:0, Cable Facade - Blood Wood -appliedenergistics2:facade:0, Cable Facade - Abyssal Stone -appliedenergistics2:facade:0, Cable Facade - Barathos Hellstone -appliedenergistics2:facade:0, Cable Facade - Baron Stone -appliedenergistics2:facade:0, Cable Facade - Borean Stone -appliedenergistics2:facade:0, Cable Facade - Creep Stone -appliedenergistics2:facade:0, Cable Facade - Crystevian Rock -appliedenergistics2:facade:0, Cable Facade - Deep Rock -appliedenergistics2:facade:0, Cable Facade - Dustopian Stone -appliedenergistics2:facade:0, Cable Facade - Gardencian Stone -appliedenergistics2:facade:0, Cable Facade - Greckon Stone -appliedenergistics2:facade:0, Cable Facade - Haven Stone -appliedenergistics2:facade:0, Cable Facade - Iro Stone -appliedenergistics2:facade:0, Cable Facade - Lelyetian Stone -appliedenergistics2:facade:0, Cable Facade - Mysterium Stone -appliedenergistics2:facade:0, Cable Facade - Precasian Stone -appliedenergistics2:facade:0, Cable Facade - Precasian Stone -appliedenergistics2:facade:0, Cable Facade - Primed Stone -appliedenergistics2:facade:0, Cable Facade - Runic Bricks -appliedenergistics2:facade:0, Cable Facade - Shyre Rock -appliedenergistics2:facade:0, Cable Facade - Toxic Stone -appliedenergistics2:facade:0, Cable Facade - Unstable Stone -appliedenergistics2:facade:0, Cable Facade - Borean Dirt -appliedenergistics2:facade:0, Cable Facade - Candied Dirt -appliedenergistics2:facade:0, Cable Facade - Celeve Dirt -appliedenergistics2:facade:0, Cable Facade - Creeponia Dirt -appliedenergistics2:facade:0, Cable Facade - Dustopia Dirt -appliedenergistics2:facade:0, Cable Facade - Gardencia Dirt -appliedenergistics2:facade:0, Cable Facade - Greckon Dirt -appliedenergistics2:facade:0, Cable Facade - Haven Dirt -appliedenergistics2:facade:0, Cable Facade - Lunalyte Dirt -appliedenergistics2:facade:0, Cable Facade - Lunasole Dirt -appliedenergistics2:facade:0, Cable Facade - Mysterium Dirt -appliedenergistics2:facade:0, Cable Facade - Toxic Dirt -appliedenergistics2:facade:0, Cable Facade - Abyssal Grass -appliedenergistics2:facade:0, Cable Facade - Borean Grass -appliedenergistics2:facade:0, Cable Facade - Candied Grass -appliedenergistics2:facade:0, Cable Facade - Celeve Grass -appliedenergistics2:facade:0, Cable Facade - Creeponia Grass -appliedenergistics2:facade:0, Cable Facade - Dustopia Grass -appliedenergistics2:facade:0, Cable Facade - Gardencia Grass -appliedenergistics2:facade:0, Cable Facade - Greckon Grass -appliedenergistics2:facade:0, Cable Facade - Haven Grass -appliedenergistics2:facade:0, Cable Facade - Iromine Grass -appliedenergistics2:facade:0, Cable Facade - Lelyetia Grass -appliedenergistics2:facade:0, Cable Facade - Inverted Lelyetia Grass -appliedenergistics2:facade:0, Cable Facade - Lunalyte Grass -appliedenergistics2:facade:0, Cable Facade - Lunasole Grass -appliedenergistics2:facade:0, Cable Facade - Mysterium Grass -appliedenergistics2:facade:0, Cable Facade - Precasia Grass -appliedenergistics2:facade:0, Cable Facade - Runic Grass -appliedenergistics2:facade:0, Cable Facade - Shyre Grass -appliedenergistics2:facade:0, Cable Facade - Toxic Grass -appliedenergistics2:facade:0, Cable Facade - Ascended Amethyst Ore -appliedenergistics2:facade:0, Cable Facade - Baronyte Ore -appliedenergistics2:facade:0, Cable Facade - Blazium Ore -appliedenergistics2:facade:0, Cable Facade - Bloodstone Ore -appliedenergistics2:facade:0, Cable Facade - Blue Gemstone Ore -appliedenergistics2:facade:0, Cable Facade - Charged Runium Ore -appliedenergistics2:facade:0, Cable Facade - Chestbone Fragments Ore -appliedenergistics2:facade:0, Cable Facade - Crystallite Ore -appliedenergistics2:facade:0, Cable Facade - Elecanium Ore -appliedenergistics2:facade:0, Cable Facade - Emberstone Ore -appliedenergistics2:facade:0, Cable Facade - Footbone Fragments Ore -appliedenergistics2:facade:0, Cable Facade - Gemenyte Ore -appliedenergistics2:facade:0, Cable Facade - Ghastly Ore -appliedenergistics2:facade:0, Cable Facade - Ghoulish Ore -appliedenergistics2:facade:0, Cable Facade - Green Gemstone Ore -appliedenergistics2:facade:0, Cable Facade - Ascended Jade Ore -appliedenergistics2:facade:0, Cable Facade - Jewelyte Ore -appliedenergistics2:facade:0, Cable Facade - Legbone Fragments Ore -appliedenergistics2:facade:0, Cable Facade - Limonite Ore -appliedenergistics2:facade:0, Cable Facade - Lyon Ore -appliedenergistics2:facade:0, Cable Facade - Mystite Ore -appliedenergistics2:facade:0, Cable Facade - Ornamyte Ore -appliedenergistics2:facade:0, Cable Facade - Purple Gemstone Ore -appliedenergistics2:facade:0, Cable Facade - Red Gemstone Ore -appliedenergistics2:facade:0, Cable Facade - Rosite Ore -appliedenergistics2:facade:0, Cable Facade - Runium Ore -appliedenergistics2:facade:0, Cable Facade - Ascended Sapphire Ore -appliedenergistics2:facade:0, Cable Facade - Shyregem Ore -appliedenergistics2:facade:0, Cable Facade - Shyrestone Ore -appliedenergistics2:facade:0, Cable Facade - Skullbone Fragments Ore -appliedenergistics2:facade:0, Cable Facade - Varsium Ore -appliedenergistics2:facade:0, Cable Facade - White Gemstone Ore -appliedenergistics2:facade:0, Cable Facade - Yellow Gemstone Ore -appliedenergistics2:facade:0, Cable Facade - Baron Bricks -appliedenergistics2:facade:0, Cable Facade - Black Bricks -appliedenergistics2:facade:0, Cable Facade - Bloodstone Bricks -appliedenergistics2:facade:0, Cable Facade - Blue Bricks -appliedenergistics2:facade:0, Cable Facade - Brown Bricks -appliedenergistics2:facade:0, Cable Facade - Coral Bricks -appliedenergistics2:facade:0, Cable Facade - Creeponia Bricks -appliedenergistics2:facade:0, Cable Facade - Crystallite Bricks -appliedenergistics2:facade:0, Cable Facade - Crystevia Bricks -appliedenergistics2:facade:0, Cable Facade - Cyan Bricks -appliedenergistics2:facade:0, Cable Facade - Dark Bricks -appliedenergistics2:facade:0, Cable Facade - Dark Blue Bricks -appliedenergistics2:facade:0, Cable Facade - Dark Grey Bricks -appliedenergistics2:facade:0, Cable Facade - Darkwash Bricks -appliedenergistics2:facade:0, Cable Facade - Gardencia Bricks -appliedenergistics2:facade:0, Cable Facade - Greckon Bricks -appliedenergistics2:facade:0, Cable Facade - Green Bricks -appliedenergistics2:facade:0, Cable Facade - Grey Bricks -appliedenergistics2:facade:0, Cable Facade - Haunted Bricks -appliedenergistics2:facade:0, Cable Facade - Iro Bricks -appliedenergistics2:facade:0, Cable Facade - Iro Bricks -appliedenergistics2:facade:0, Cable Facade - Lelyetia Bricks -appliedenergistics2:facade:0, Cable Facade - Lime Bricks -appliedenergistics2:facade:0, Cable Facade - Lunar Bricks -appliedenergistics2:facade:0, Cable Facade - Magenta Bricks -appliedenergistics2:facade:0, Cable Facade - Black Mysterium Bricks -appliedenergistics2:facade:0, Cable Facade - Green Mysterium Bricks -appliedenergistics2:facade:0, Cable Facade - Orange Bricks -appliedenergistics2:facade:0, Cable Facade - Pink Bricks -appliedenergistics2:facade:0, Cable Facade - Purple Bricks -appliedenergistics2:facade:0, Cable Facade - Red Bricks -appliedenergistics2:facade:0, Cable Facade - Rosidian Bricks -appliedenergistics2:facade:0, Cable Facade - Runic Construct Bricks -appliedenergistics2:facade:0, Cable Facade - Shyre Wall -appliedenergistics2:facade:0, Cable Facade - Shyre Wall -appliedenergistics2:facade:0, Cable Facade - Skeletal Bricks -appliedenergistics2:facade:0, Cable Facade - White Bricks -appliedenergistics2:facade:0, Cable Facade - Whitewash Bricks -appliedenergistics2:facade:0, Cable Facade - Yellow Bricks -appliedenergistics2:facade:0, Cable Facade - Intricate Amethyst Ivory -appliedenergistics2:facade:0, Cable Facade - Natural Amethyst Ivory -appliedenergistics2:facade:0, Cable Facade - Ornate Amethyst Ivory -appliedenergistics2:facade:0, Cable Facade - Patterned Amethyst Ivory -appliedenergistics2:facade:0, Cable Facade - Intricate Ivory -appliedenergistics2:facade:0, Cable Facade - Intricate Jade Ivory -appliedenergistics2:facade:0, Cable Facade - Natural Jade Ivory -appliedenergistics2:facade:0, Cable Facade - Ornate Jade Ivory -appliedenergistics2:facade:0, Cable Facade - Patterned Jade Ivory -appliedenergistics2:facade:0, Cable Facade - Intricate Limonite Ivory -appliedenergistics2:facade:0, Cable Facade - Natural Limonite Ivory -appliedenergistics2:facade:0, Cable Facade - Ornate Limonite Ivory -appliedenergistics2:facade:0, Cable Facade - Patterned Limonite Ivory -appliedenergistics2:facade:0, Cable Facade - Natural Ivory -appliedenergistics2:facade:0, Cable Facade - Ornate Ivory -appliedenergistics2:facade:0, Cable Facade - Patterned Ivory -appliedenergistics2:facade:0, Cable Facade - Intricate Rosite Ivory -appliedenergistics2:facade:0, Cable Facade - Natural Rosite Ivory -appliedenergistics2:facade:0, Cable Facade - Ornate Rosite Ivory -appliedenergistics2:facade:0, Cable Facade - Patterned Rosite Ivory -appliedenergistics2:facade:0, Cable Facade - Intricate Sapphire Ivory -appliedenergistics2:facade:0, Cable Facade - Natural Sapphire Ivory -appliedenergistics2:facade:0, Cable Facade - Ornate Sapphire Ivory -appliedenergistics2:facade:0, Cable Facade - Patterned Sapphire Ivory -appliedenergistics2:facade:0, Cable Facade - Achony Leaves -appliedenergistics2:facade:0, Cable Facade - Blood Leaves -appliedenergistics2:facade:0, Cable Facade - Blue Celevus Leaves -appliedenergistics2:facade:0, Cable Facade - Green Celevus Leaves -appliedenergistics2:facade:0, Cable Facade - Purple Celevus Leaves -appliedenergistics2:facade:0, Cable Facade - Red Celevus Leaves -appliedenergistics2:facade:0, Cable Facade - White Celevus Leaves -appliedenergistics2:facade:0, Cable Facade - Yellow Celevus Leaves -appliedenergistics2:facade:0, Cable Facade - Churry Leaves -appliedenergistics2:facade:0, Cable Facade - Creep Leaves -appliedenergistics2:facade:0, Cable Facade - Cycade Leaves -appliedenergistics2:facade:0, Cable Facade - Dawn Leaves -appliedenergistics2:facade:0, Cable Facade - Haunted Leaves -appliedenergistics2:facade:0, Cable Facade - Haunted Eyes Leaves -appliedenergistics2:facade:0, Cable Facade - Blue Haven Leaves -appliedenergistics2:facade:0, Cable Facade - Pink Haven Leaves -appliedenergistics2:facade:0, Cable Facade - Purple Haven Leaves -appliedenergistics2:facade:0, Cable Facade - Red Haven Leaves -appliedenergistics2:facade:0, Cable Facade - Turquoise Haven Leaves -appliedenergistics2:facade:0, Cable Facade - Yellow Haven Leaves -appliedenergistics2:facade:0, Cable Facade - Irodust Leaves -appliedenergistics2:facade:0, Cable Facade - Irogold Leaves -appliedenergistics2:facade:0, Cable Facade - Lelyetian Core -appliedenergistics2:facade:0, Cable Facade - Lucalus Leaves -appliedenergistics2:facade:0, Cable Facade - Lunicia Leaves -appliedenergistics2:facade:0, Cable Facade - Lunosso Leaves -appliedenergistics2:facade:0, Cable Facade - Runic Leaves -appliedenergistics2:facade:0, Cable Facade - Shadow Leaves -appliedenergistics2:facade:0, Cable Facade - Shadowblood Leaves -appliedenergistics2:facade:0, Cable Facade - Shyre Leaves -appliedenergistics2:facade:0, Cable Facade - Shyre Leaves -appliedenergistics2:facade:0, Cable Facade - Stranglewood Leaves -appliedenergistics2:facade:0, Cable Facade - Vein Leaves -appliedenergistics2:facade:0, Cable Facade - Achony Log -appliedenergistics2:facade:0, Cable Facade - Blood Log -appliedenergistics2:facade:0, Cable Facade - Churry Log -appliedenergistics2:facade:0, Cable Facade - Creep Log -appliedenergistics2:facade:0, Cable Facade - Cycade Log -appliedenergistics2:facade:0, Cable Facade - Dawn Log -appliedenergistics2:facade:0, Cable Facade - Eyeball Log -appliedenergistics2:facade:0, Cable Facade - Haunted Log -appliedenergistics2:facade:0, Cable Facade - Haunted Large-Eyed Log -appliedenergistics2:facade:0, Cable Facade - Haunted Red Eyes Log -appliedenergistics2:facade:0, Cable Facade - Haunted Flashing Log -appliedenergistics2:facade:0, Cable Facade - Haunted Purpling Log -appliedenergistics2:facade:0, Cable Facade - Iro Log -appliedenergistics2:facade:0, Cable Facade - Lucalus Log -appliedenergistics2:facade:0, Cable Facade - Lunide Log -appliedenergistics2:facade:0, Cable Facade - Runic Log -appliedenergistics2:facade:0, Cable Facade - Shadow Log -appliedenergistics2:facade:0, Cable Facade - Shyre Log -appliedenergistics2:facade:0, Cable Facade - Stranglewood Log -appliedenergistics2:facade:0, Cable Facade - Toxic Log -appliedenergistics2:facade:0, Cable Facade - Achony Planks -appliedenergistics2:facade:0, Cable Facade - Bloodwood Planks -appliedenergistics2:facade:0, Cable Facade - Churry Planks -appliedenergistics2:facade:0, Cable Facade - Creep Planks -appliedenergistics2:facade:0, Cable Facade - Cycade Planks -appliedenergistics2:facade:0, Cable Facade - Dawnwood Planks -appliedenergistics2:facade:0, Cable Facade - Hauntedwood Planks -appliedenergistics2:facade:0, Cable Facade - Irowood Planks -appliedenergistics2:facade:0, Cable Facade - Lucalus Planks -appliedenergistics2:facade:0, Cable Facade - Lunide Planks -appliedenergistics2:facade:0, Cable Facade - Runic Planks -appliedenergistics2:facade:0, Cable Facade - Shadow Planks -appliedenergistics2:facade:0, Cable Facade - Shyre Planks -appliedenergistics2:facade:0, Cable Facade - Stranglewood Planks -appliedenergistics2:facade:0, Cable Facade - Toxicwood Planks -appliedenergistics2:facade:0, Cable Facade - Flower Core -appliedenergistics2:facade:0, Cable Facade - Black Mushroom -appliedenergistics2:facade:0, Cable Facade - Blue Mushroom -appliedenergistics2:facade:0, Cable Facade - Blue Mushroom -appliedenergistics2:facade:0, Cable Facade - Green Mushroom -appliedenergistics2:facade:0, Cable Facade - Green Mushroom -appliedenergistics2:facade:0, Cable Facade - Orange Mushroom -appliedenergistics2:facade:0, Cable Facade - Orange Mushroom -appliedenergistics2:facade:0, Cable Facade - Purple Mushroom -appliedenergistics2:facade:0, Cable Facade - Purple Mushroom -appliedenergistics2:facade:0, Cable Facade - Black Mushroom Stem -appliedenergistics2:facade:0, Cable Facade - Blue Mushroom Stem -appliedenergistics2:facade:0, Cable Facade - Green Mushroom Stem -appliedenergistics2:facade:0, Cable Facade - Orange Mushroom Stem -appliedenergistics2:facade:0, Cable Facade - Purple Mushroom Stem -appliedenergistics2:facade:0, Cable Facade - Yellow Mushroom Stem -appliedenergistics2:facade:0, Cable Facade - Yellow Mushroom -appliedenergistics2:facade:0, Cable Facade - Yellow Mushroom -appliedenergistics2:facade:0, Cable Facade - Plant Stem -appliedenergistics2:facade:0, Cable Facade - Ancient Light -appliedenergistics2:facade:0, Cable Facade - Archaic Light -appliedenergistics2:facade:0, Cable Facade - Archaic Light -appliedenergistics2:facade:0, Cable Facade - Creep Crystal -appliedenergistics2:facade:0, Cable Facade - Darkstone -appliedenergistics2:facade:0, Cable Facade - Deep Crystal -appliedenergistics2:facade:0, Cable Facade - Hive Light -appliedenergistics2:facade:0, Cable Facade - Steel Light -appliedenergistics2:facade:0, Cable Facade - Twinklestone -appliedenergistics2:facade:0, Cable Facade - Vox Light -appliedenergistics2:facade:0, Cable Facade - Amethyst Lamp -appliedenergistics2:facade:0, Cable Facade - Amethyst Lamp -appliedenergistics2:facade:0, Cable Facade - Aquatic Lamp -appliedenergistics2:facade:0, Cable Facade - Aquatic Lamp -appliedenergistics2:facade:0, Cable Facade - Baronyte Lamp -appliedenergistics2:facade:0, Cable Facade - Baronyte Lamp -appliedenergistics2:facade:0, Cable Facade - Blazium Lamp -appliedenergistics2:facade:0, Cable Facade - Blazium Lamp -appliedenergistics2:facade:0, Cable Facade - Bloodstone Lamp -appliedenergistics2:facade:0, Cable Facade - Bloodstone Lamp -appliedenergistics2:facade:0, Cable Facade - Crystallite Lamp -appliedenergistics2:facade:0, Cable Facade - Crystallite Lamp -appliedenergistics2:facade:0, Cable Facade - Elecanium Lamp -appliedenergistics2:facade:0, Cable Facade - Elecanium Lamp -appliedenergistics2:facade:0, Cable Facade - Emberstone Lamp -appliedenergistics2:facade:0, Cable Facade - Emberstone Lamp -appliedenergistics2:facade:0, Cable Facade - Fire Lamp -appliedenergistics2:facade:0, Cable Facade - Fire Lamp -appliedenergistics2:facade:0, Cable Facade - Ghastly Lamp -appliedenergistics2:facade:0, Cable Facade - Ghastly Lamp -appliedenergistics2:facade:0, Cable Facade - Ghoulish Lamp -appliedenergistics2:facade:0, Cable Facade - Ghoulish Lamp -appliedenergistics2:facade:0, Cable Facade - Iro Lamp -appliedenergistics2:facade:0, Cable Facade - Iro Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Amethyst Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Amethyst Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Jade Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Jade Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Limonite Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Limonite Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Rosite Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Rosite Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Sapphire Lamp -appliedenergistics2:facade:0, Cable Facade - Ivory Sapphire Lamp -appliedenergistics2:facade:0, Cable Facade - Jade Lamp -appliedenergistics2:facade:0, Cable Facade - Jade Lamp -appliedenergistics2:facade:0, Cable Facade - Aqua Life Lamp -appliedenergistics2:facade:0, Cable Facade - Aqua Life Lamp -appliedenergistics2:facade:0, Cable Facade - Black Life Lamp -appliedenergistics2:facade:0, Cable Facade - Black Life Lamp -appliedenergistics2:facade:0, Cable Facade - Blue Life Lamp -appliedenergistics2:facade:0, Cable Facade - Blue Life Lamp -appliedenergistics2:facade:0, Cable Facade - Brown Life Lamp -appliedenergistics2:facade:0, Cable Facade - Brown Life Lamp -appliedenergistics2:facade:0, Cable Facade - Cyan Life Lamp -appliedenergistics2:facade:0, Cable Facade - Cyan Life Lamp -appliedenergistics2:facade:0, Cable Facade - Dark Grey Life Lamp -appliedenergistics2:facade:0, Cable Facade - Dark Grey Life Lamp -appliedenergistics2:facade:0, Cable Facade - Green Life Lamp -appliedenergistics2:facade:0, Cable Facade - Green Life Lamp -appliedenergistics2:facade:0, Cable Facade - Grey Life Lamp -appliedenergistics2:facade:0, Cable Facade - Grey Life Lamp -appliedenergistics2:facade:0, Cable Facade - Lime Life Lamp -appliedenergistics2:facade:0, Cable Facade - Lime Life Lamp -appliedenergistics2:facade:0, Cable Facade - Magenta Life Lamp -appliedenergistics2:facade:0, Cable Facade - Magenta Life Lamp -appliedenergistics2:facade:0, Cable Facade - Orange Life Lamp -appliedenergistics2:facade:0, Cable Facade - Orange Life Lamp -appliedenergistics2:facade:0, Cable Facade - Pink Life Lamp -appliedenergistics2:facade:0, Cable Facade - Pink Life Lamp -appliedenergistics2:facade:0, Cable Facade - Purple Life Lamp -appliedenergistics2:facade:0, Cable Facade - Purple Life Lamp -appliedenergistics2:facade:0, Cable Facade - Red Life Lamp -appliedenergistics2:facade:0, Cable Facade - Red Life Lamp -appliedenergistics2:facade:0, Cable Facade - White Life Lamp -appliedenergistics2:facade:0, Cable Facade - White Life Lamp -appliedenergistics2:facade:0, Cable Facade - Yellow Life Lamp -appliedenergistics2:facade:0, Cable Facade - Yellow Life Lamp -appliedenergistics2:facade:0, Cable Facade - Limonite Lamp -appliedenergistics2:facade:0, Cable Facade - Limonite Lamp -appliedenergistics2:facade:0, Cable Facade - Lunar Lamp -appliedenergistics2:facade:0, Cable Facade - Lunar Lamp -appliedenergistics2:facade:0, Cable Facade - Lyon Lamp -appliedenergistics2:facade:0, Cable Facade - Lyon Lamp -appliedenergistics2:facade:0, Cable Facade - Mystic Lamp -appliedenergistics2:facade:0, Cable Facade - Mystic Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Circling Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Circling Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lapis Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lapis Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lapis Circling Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lapis Circling Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lapis Triangles Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Lapis Triangles Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Runic Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Runic Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Triangles Lamp -appliedenergistics2:facade:0, Cable Facade - Neon Triangles Lamp -appliedenergistics2:facade:0, Cable Facade - Rosite Lamp -appliedenergistics2:facade:0, Cable Facade - Rosite Lamp -appliedenergistics2:facade:0, Cable Facade - Sapphire Lamp -appliedenergistics2:facade:0, Cable Facade - Sapphire Lamp -appliedenergistics2:facade:0, Cable Facade - Skeletal Lamp -appliedenergistics2:facade:0, Cable Facade - Skeletal Lamp -appliedenergistics2:facade:0, Cable Facade - Ascended Amethyst Block -appliedenergistics2:facade:0, Cable Facade - Baronyte Block -appliedenergistics2:facade:0, Cable Facade - Blazium Block -appliedenergistics2:facade:0, Cable Facade - Bloodstone Block -appliedenergistics2:facade:0, Cable Facade - Crystallite Block -appliedenergistics2:facade:0, Cable Facade - Elecanium Block -appliedenergistics2:facade:0, Cable Facade - Emberstone Block -appliedenergistics2:facade:0, Cable Facade - Gemenyte Block -appliedenergistics2:facade:0, Cable Facade - Ghastly Block -appliedenergistics2:facade:0, Cable Facade - Ghoulish Block -appliedenergistics2:facade:0, Cable Facade - Ascended Jade Block -appliedenergistics2:facade:0, Cable Facade - Jewelyte Block -appliedenergistics2:facade:0, Cable Facade - Limonite Block -appliedenergistics2:facade:0, Cable Facade - Lunar Block -appliedenergistics2:facade:0, Cable Facade - Lyon Block -appliedenergistics2:facade:0, Cable Facade - Mystite Block -appliedenergistics2:facade:0, Cable Facade - Ornamyte Block -appliedenergistics2:facade:0, Cable Facade - Rosite Block -appliedenergistics2:facade:0, Cable Facade - Ascended Sapphire Block -appliedenergistics2:facade:0, Cable Facade - Shyregem Block -appliedenergistics2:facade:0, Cable Facade - Shyrestone Block -appliedenergistics2:facade:0, Cable Facade - Skeletal Ingot Block -appliedenergistics2:facade:0, Cable Facade - Varsium Block -appliedenergistics2:facade:0, Cable Facade - Crystallanium -appliedenergistics2:facade:0, Cable Facade - Emberium -appliedenergistics2:facade:0, Cable Facade - Shadonantium -appliedenergistics2:facade:0, Cable Facade - Skeletanium -appliedenergistics2:facade:0, Cable Facade - Ancient Rock -appliedenergistics2:facade:0, Cable Facade - Ancient Tile -appliedenergistics2:facade:0, Cable Facade - Ancient Tile Core -appliedenergistics2:facade:0, Cable Facade - Ancient Tile -appliedenergistics2:facade:0, Cable Facade - Ancient Tile Shrine -appliedenergistics2:facade:0, Cable Facade - Ancient Tile -appliedenergistics2:facade:0, Cable Facade - Archaic Dirt -appliedenergistics2:facade:0, Cable Facade - Archaic Dirt -appliedenergistics2:facade:0, Cable Facade - Archaic Stream: Horizontal -appliedenergistics2:facade:0, Cable Facade - Archaic Stream: Horizontal -appliedenergistics2:facade:0, Cable Facade - Archaic Rectangles -appliedenergistics2:facade:0, Cable Facade - Archaic Rectangles -appliedenergistics2:facade:0, Cable Facade - Archaic Squares -appliedenergistics2:facade:0, Cable Facade - Archaic Squares -appliedenergistics2:facade:0, Cable Facade - Archaic Tiles -appliedenergistics2:facade:0, Cable Facade - Archaic Tiles -appliedenergistics2:facade:0, Cable Facade - Archaic Stream: Vertical -appliedenergistics2:facade:0, Cable Facade - Archaic Stream: Vertical -appliedenergistics2:facade:0, Cable Facade - Baron Castle Wall -appliedenergistics2:facade:0, Cable Facade - Baron Cube -appliedenergistics2:facade:0, Cable Facade - Baron Ground -appliedenergistics2:facade:0, Cable Facade - Bloodstone Bar Bricks -appliedenergistics2:facade:0, Cable Facade - Bloodstone Bars -appliedenergistics2:facade:0, Cable Facade - Green Candy -appliedenergistics2:facade:0, Cable Facade - Red Candy -appliedenergistics2:facade:0, Cable Facade - White Candy -appliedenergistics2:facade:0, Cable Facade - Chocolate Block -appliedenergistics2:facade:0, Cable Facade - Dark Chocolate Block -appliedenergistics2:facade:0, Cable Facade - White Chocolate Block -appliedenergistics2:facade:0, Cable Facade - Cog Block -appliedenergistics2:facade:0, Cable Facade - Blue Coral -appliedenergistics2:facade:0, Cable Facade - Green Coral -appliedenergistics2:facade:0, Cable Facade - Orange Coral -appliedenergistics2:facade:0, Cable Facade - Pink Coral -appliedenergistics2:facade:0, Cable Facade - White Coral -appliedenergistics2:facade:0, Cable Facade - Yellow Coral -appliedenergistics2:facade:0, Cable Facade - Cotton Candy -appliedenergistics2:facade:0, Cable Facade - Cotton Candy -appliedenergistics2:facade:0, Cable Facade - Crate -appliedenergistics2:facade:0, Cable Facade - Blue Crystal -appliedenergistics2:facade:0, Cable Facade - Green Crystal -appliedenergistics2:facade:0, Cable Facade - Purple Crystal -appliedenergistics2:facade:0, Cable Facade - Red Crystal -appliedenergistics2:facade:0, Cable Facade - White Crystal -appliedenergistics2:facade:0, Cable Facade - Yellow Crystal -appliedenergistics2:facade:0, Cable Facade - Dark Face Brick -appliedenergistics2:facade:0, Cable Facade - Deep Rock -appliedenergistics2:facade:0, Cable Facade - Deep Rock -appliedenergistics2:facade:0, Cable Facade - Deep Rock -appliedenergistics2:facade:0, Cable Facade - Degraded Steel -appliedenergistics2:facade:0, Cable Facade - Eye Block -appliedenergistics2:facade:0, Cable Facade - Gingerbread -appliedenergistics2:facade:0, Cable Facade - Hive Wall -appliedenergistics2:facade:0, Cable Facade - Iro Bricks -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Kaiyu Temple Block -appliedenergistics2:facade:0, Cable Facade - Darklight Orb -appliedenergistics2:facade:0, Cable Facade - Dusk Orb -appliedenergistics2:facade:0, Cable Facade - Lunar Orb -appliedenergistics2:facade:0, Cable Facade - Moonlight Orb -appliedenergistics2:facade:0, Cable Facade - Sunfire Orb -appliedenergistics2:facade:0, Cable Facade - Lunar Pad -appliedenergistics2:facade:0, Cable Facade - Paravite Hive -appliedenergistics2:facade:0, Cable Facade - Petals -appliedenergistics2:facade:0, Cable Facade - Blue Petals -appliedenergistics2:facade:0, Cable Facade - Light Blue Petals -appliedenergistics2:facade:0, Cable Facade - Magenta Petals -appliedenergistics2:facade:0, Cable Facade - Purple Petals -appliedenergistics2:facade:0, Cable Facade - Red Petals -appliedenergistics2:facade:0, Cable Facade - Rose Petals -appliedenergistics2:facade:0, Cable Facade - Yellow Petals -appliedenergistics2:facade:0, Cable Facade - Plastic -appliedenergistics2:facade:0, Cable Facade - Compass Post -appliedenergistics2:facade:0, Cable Facade - Distortion Post -appliedenergistics2:facade:0, Cable Facade - Energy Post -appliedenergistics2:facade:0, Cable Facade - Fire Post -appliedenergistics2:facade:0, Cable Facade - Kinetic Post -appliedenergistics2:facade:0, Cable Facade - Life Post -appliedenergistics2:facade:0, Cable Facade - Poison Post -appliedenergistics2:facade:0, Cable Facade - Lunar Post -appliedenergistics2:facade:0, Cable Facade - Power Post -appliedenergistics2:facade:0, Cable Facade - Storm Post -appliedenergistics2:facade:0, Cable Facade - Strike Post -appliedenergistics2:facade:0, Cable Facade - Water Post -appliedenergistics2:facade:0, Cable Facade - Wind Post -appliedenergistics2:facade:0, Cable Facade - Wither Post -appliedenergistics2:facade:0, Cable Facade - Skeletal Block -appliedenergistics2:facade:0, Cable Facade - Tentacle -appliedenergistics2:facade:0, Cable Facade - Tentacle -appliedenergistics2:facade:0, Cable Facade - Tentacle -appliedenergistics2:facade:0, Cable Facade - Tentacle -appliedenergistics2:facade:0, Cable Facade - Tentacle -appliedenergistics2:facade:0, Cable Facade - Tentacle -appliedenergistics2:facade:0, Cable Facade - Toxic Stem -appliedenergistics2:facade:0, Cable Facade - Iro Bricks -appliedenergistics2:facade:0, Cable Facade - Plant Stem -appliedenergistics2:facade:0, Cable Facade - Runic Bricks -appliedenergistics2:facade:0, Cable Facade - Boney Block -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Direction -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Empowering -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Focus -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Power -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Reality -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Space -appliedenergistics2:facade:0, Cable Facade - Carved Rune of Travel -appliedenergistics2:facade:0, Cable Facade - Shyre Cloud -appliedenergistics2:facade:0, Cable Facade - Dustopian Lamp -appliedenergistics2:facade:0, Cable Facade - Dustopian Lamp -appliedenergistics2:facade:0, Cable Facade - Damage Enhancer -appliedenergistics2:facade:0, Cable Facade - Divine Enhancer -appliedenergistics2:facade:0, Cable Facade - Durability Enhancer -appliedenergistics2:facade:0, Cable Facade - Luck Enhancer -appliedenergistics2:facade:0, Cable Facade - Magic Enhancer -appliedenergistics2:facade:0, Cable Facade - Resistance Enhancer -appliedenergistics2:facade:0, Cable Facade - Speed Enhancer -appliedenergistics2:facade:0, Cable Facade - Weight Enhancer -appliedenergistics2:facade:0, Cable Facade - Celeve Stem -appliedenergistics2:facade:0, Cable Facade - Lunar Pillar -appliedenergistics2:facade:0, Cable Facade - Spikey Pillar -appliedenergistics2:facade:0, Cable Facade - Toxic Block -appliedenergistics2:facade:0, Cable Facade - Toxic Waste -appliedenergistics2:facade:0, Cable Facade - Army Block -appliedenergistics2:facade:0, Cable Facade - Baroness Altar -appliedenergistics2:facade:0, Cable Facade - Candy Block -appliedenergistics2:facade:0, Cable Facade - Clunkhead Altar -appliedenergistics2:facade:0, Cable Facade - Craexxeus Altar -appliedenergistics2:facade:0, Cable Facade - C.R.E.E.P Altar -appliedenergistics2:facade:0, Cable Facade - Dracyon Altar -appliedenergistics2:facade:0, Cable Facade - Graw Altar -appliedenergistics2:facade:0, Cable Facade - Guardian Altar -appliedenergistics2:facade:0, Cable Facade - Hive Spawner -appliedenergistics2:facade:0, Cable Facade - Hydro Table -appliedenergistics2:facade:0, Cable Facade - Illusion Altar -appliedenergistics2:facade:0, Cable Facade - Kror Altar -appliedenergistics2:facade:0, Cable Facade - Mechbot Altar -appliedenergistics2:facade:0, Cable Facade - Power Station -appliedenergistics2:facade:0, Cable Facade - Primordial Shrine -appliedenergistics2:facade:0, Cable Facade - Rockrider Shrine -appliedenergistics2:facade:0, Cable Facade - Shadow Altar -appliedenergistics2:facade:0, Cable Facade - Silverfoot Altar -appliedenergistics2:facade:0, Cable Facade - Toy Box -appliedenergistics2:facade:0, Cable Facade - Vinocorne Shrine -appliedenergistics2:facade:0, Cable Facade - Visualent Altar -appliedenergistics2:facade:0, Cable Facade - Voxxulon Altar -appliedenergistics2:facade:0, Cable Facade - Ancient Altar -appliedenergistics2:facade:0, Cable Facade - Erebon Shrine -appliedenergistics2:facade:0, Cable Facade - Luxon Shrine -appliedenergistics2:facade:0, Cable Facade - Pluton Shrine -appliedenergistics2:facade:0, Cable Facade - Selyan Shrine -appliedenergistics2:facade:0, Cable Facade - Ascension Shrine -appliedenergistics2:facade:0, Cable Facade - Vox Crate -appliedenergistics2:facade:0, Cable Facade - Creation Forge -appliedenergistics2:facade:0, Cable Facade - Crystal Creator -appliedenergistics2:facade:0, Cable Facade - Crystal Creator -appliedenergistics2:facade:0, Cable Facade - Crystal Creator -appliedenergistics2:facade:0, Cable Facade - Crystal Creator -appliedenergistics2:facade:0, Cable Facade - Crystal Creator -appliedenergistics2:facade:0, Cable Facade - Crystal Creator -appliedenergistics2:facade:0, Cable Facade - Crystal Extension Shrine -appliedenergistics2:facade:0, Cable Facade - Declogging Table -appliedenergistics2:facade:0, Cable Facade - Deep Case -appliedenergistics2:facade:0, Cable Facade - Divine Station -appliedenergistics2:facade:0, Cable Facade - Enigma Table -appliedenergistics2:facade:0, Cable Facade - Exoid Station -appliedenergistics2:facade:0, Cable Facade - Extraction Device -appliedenergistics2:facade:0, Cable Facade - Extraction Device -appliedenergistics2:facade:0, Cable Facade - Frame Bench -appliedenergistics2:facade:0, Cable Facade - Gold Accumulator -appliedenergistics2:facade:0, Cable Facade - Haunting Table -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Immortallis Progressor -appliedenergistics2:facade:0, Cable Facade - Infusion Table -appliedenergistics2:facade:0, Cable Facade - Iro Crate -appliedenergistics2:facade:0, Cable Facade - Lunar Creation Table -appliedenergistics2:facade:0, Cable Facade - Lunar Enrichment Table -appliedenergistics2:facade:0, Cable Facade - Mending Table -appliedenergistics2:facade:0, Cable Facade - Mineralization Station -appliedenergistics2:facade:0, Cable Facade - Petal Crafting Station -appliedenergistics2:facade:0, Cable Facade - Pure Gold Accumulator -appliedenergistics2:facade:0, Cable Facade - Recreation Station -appliedenergistics2:facade:0, Cable Facade - Rune Randomizer -appliedenergistics2:facade:0, Cable Facade - Rune Shrine -appliedenergistics2:facade:0, Cable Facade - Runic Block -appliedenergistics2:facade:0, Cable Facade - Strange Block -appliedenergistics2:facade:0, Cable Facade - Vox Store Crate -appliedenergistics2:facade:0, Cable Facade - Whitewashing Table -appliedenergistics2:facade:0, Cable Facade - Crystal Ore -appliedenergistics2:facade:0, Cable Facade - Block of Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Fiery Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Icy Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Stormy Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Dark Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Verdant Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Mystical Crystal -appliedenergistics2:facade:0, Cable Facade - Block of Radiant Crystal -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Runestone Pedestal -appliedenergistics2:facade:0, Cable Facade - Gilded Oak Wood -appliedenergistics2:facade:0, Cable Facade - Gilded Spruce Wood -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 - Livingrock -appliedenergistics2:facade:0, Cable Facade - Livingrock Brick -appliedenergistics2:facade:0, Cable Facade - Mossy Livingrock Brick -appliedenergistics2:facade:0, Cable Facade - Cracked Livingrock Brick -appliedenergistics2:facade:0, Cable Facade - Chiseled Livingrock Brick -appliedenergistics2:facade:0, Cable Facade - Livingwood -appliedenergistics2:facade:0, Cable Facade - Livingwood Planks -appliedenergistics2:facade:0, Cable Facade - Mossy Livingwood Planks -appliedenergistics2:facade:0, Cable Facade - Framed Livingwood -appliedenergistics2:facade:0, Cable Facade - Pattern Framed Livingwood -appliedenergistics2:facade:0, Cable Facade - Glimmering Livingwood -appliedenergistics2:facade:0, Cable Facade - Force Relay -appliedenergistics2:facade:0, Cable Facade - Alchemy Catalyst -appliedenergistics2:facade:0, Cable Facade - Block of Manasteel -appliedenergistics2:facade:0, Cable Facade - Block of Terrasteel -appliedenergistics2:facade:0, Cable Facade - Block of Elementium -appliedenergistics2:facade:0, Cable Facade - Block of Mana Diamond -appliedenergistics2:facade:0, Cable Facade - Block of Dragonstone -appliedenergistics2:facade:0, Cable Facade - Dreamwood -appliedenergistics2:facade:0, Cable Facade - Dreamwood Planks -appliedenergistics2:facade:0, Cable Facade - Mossy Dreamwood Planks -appliedenergistics2:facade:0, Cable Facade - Framed Dreamwood -appliedenergistics2:facade:0, Cable Facade - Pattern Framed Dreamwood -appliedenergistics2:facade:0, Cable Facade - Glimmering Dreamwood -appliedenergistics2:facade:0, Cable Facade - Conjuration Catalyst -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Azulejo -appliedenergistics2:facade:0, Cable Facade - Enchanted Soil -appliedenergistics2:facade:0, Cable Facade - White Petal Block -appliedenergistics2:facade:0, Cable Facade - Orange Petal Block -appliedenergistics2:facade:0, Cable Facade - Magenta Petal Block -appliedenergistics2:facade:0, Cable Facade - Light Blue Petal Block -appliedenergistics2:facade:0, Cable Facade - Yellow Petal Block -appliedenergistics2:facade:0, Cable Facade - Lime Petal Block -appliedenergistics2:facade:0, Cable Facade - Pink Petal Block -appliedenergistics2:facade:0, Cable Facade - Gray Petal Block -appliedenergistics2:facade:0, Cable Facade - Light Gray Petal Block -appliedenergistics2:facade:0, Cable Facade - Cyan Petal Block -appliedenergistics2:facade:0, Cable Facade - Purple Petal Block -appliedenergistics2:facade:0, Cable Facade - Blue Petal Block -appliedenergistics2:facade:0, Cable Facade - Brown Petal Block -appliedenergistics2:facade:0, Cable Facade - Green Petal Block -appliedenergistics2:facade:0, Cable Facade - Red Petal Block -appliedenergistics2:facade:0, Cable Facade - Black Petal Block -appliedenergistics2:facade:0, Cable Facade - Blaze Mesh -appliedenergistics2:facade:0, Cable Facade - Living Root -appliedenergistics2:facade:0, Cable Facade - Fel Pumpkin -appliedenergistics2:facade:0, Cable Facade - Manastorm Charge -appliedenergistics2:facade:0, Cable Facade - Shimmerrock -appliedenergistics2:facade:0, Cable Facade - Shimmerwood Planks -appliedenergistics2:facade:0, Cable Facade - Dry Grass -appliedenergistics2:facade:0, Cable Facade - Golden Grass -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 -appliedenergistics2:facade:0, Cable Facade - Block of Garnet -appliedenergistics2:facade:0, Cable Facade - Block of Opal -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Silver -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Cold Iron -appliedenergistics2:facade:0, Cable Facade - Block of Salt -appliedenergistics2:facade:0, Cable Facade - Amethyst Ore -appliedenergistics2:facade:0, Cable Facade - Garnet Ore -appliedenergistics2:facade:0, Cable Facade - Opal Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Salt Ore -appliedenergistics2:facade:0, Cable Facade - Purifying Earth -appliedenergistics2:facade:0, Cable Facade - Coquina -appliedenergistics2:facade:0, Cable Facade - Coquina -appliedenergistics2:facade:0, Cable Facade - Coquina -appliedenergistics2:facade:0, Cable Facade - Coquina Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Coquina -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Nethersteel -appliedenergistics2:facade:0, Cable Facade - Embittered Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Embittered Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Embittered Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Mossy Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Warped Scorned Bricks -appliedenergistics2:facade:0, Cable Facade - Despair Bricks -appliedenergistics2:facade:0, Cable Facade - Ochre Despair Bricks -appliedenergistics2:facade:0, Cable Facade - Hedgewitch Fleece -appliedenergistics2:facade:0, Cable Facade - Besmirched Fleece -appliedenergistics2:facade:0, Cable Facade - Alchemist Fleece -appliedenergistics2:facade:0, Cable Facade - Block of Dragon's Blood Resin -appliedenergistics2:facade:0, Cable Facade - Cypress Wood -appliedenergistics2:facade:0, Cable Facade - Elder Wood -appliedenergistics2:facade:0, Cable Facade - Juniper Wood -appliedenergistics2:facade:0, Cable Facade - Dragons Blood Wood -appliedenergistics2:facade:0, Cable Facade - Cypress Planks -appliedenergistics2:facade:0, Cable Facade - Elder Planks -appliedenergistics2:facade:0, Cable Facade - Juniper Planks -appliedenergistics2:facade:0, Cable Facade - Dragons Blood Planks -appliedenergistics2:facade:0, Cable Facade - Cypress Leaves -appliedenergistics2:facade:0, Cable Facade - Elder Leaves -appliedenergistics2:facade:0, Cable Facade - Juniper Leaves -appliedenergistics2:facade:0, Cable Facade - Dragons Blood Leaves -appliedenergistics2:facade:0, Cable Facade - Blood Infused Wooden Planks -appliedenergistics2:facade:0, Cable Facade - Compressed Slate -appliedenergistics2:facade:0, Cable Facade - Compressed Slate -appliedenergistics2:facade:0, Cable Facade - Compressed Slate -appliedenergistics2:facade:0, Cable Facade - Compressed Slate -appliedenergistics2:facade:0, Cable Facade - Compressed Slate -appliedenergistics2:facade:0, Cable Facade - Blood Infused Wood -appliedenergistics2:facade:0, Cable Facade - Blood Infused Iron Block -appliedenergistics2:facade:0, Cable Facade - Blood Infused Glowstone -appliedenergistics2:facade:0, Cable Facade - Dense Construction Block -appliedenergistics2:facade:0, Cable Facade - Solid Compact Machine Wall -appliedenergistics2:facade:0, Cable Facade - Compact Machine Wall -appliedenergistics2:facade:0, Cable Facade - Alchemical Coal Block -appliedenergistics2:facade:0, Cable Facade - Mobius Fuel Block -appliedenergistics2:facade:0, Cable Facade - Aeternalis Fuel Block -appliedenergistics2:facade:0, Cable Facade - Dark Matter Block -appliedenergistics2:facade:0, Cable Facade - Red Matter Block -appliedenergistics2:facade:0, Cable Facade - Nova Catalyst -appliedenergistics2:facade:0, Cable Facade - Nova Cataclysm -appliedenergistics2:facade:0, Cable Facade - Glitch Infused Block -appliedenergistics2:facade:0, Cable Facade - Soot-covered Machine Casing -appliedenergistics2:facade:0, Cable Facade - §cBlock of Blood Infused Glitch Ingot§r -appliedenergistics2:facade:0, Cable Facade - Arlemite Ore -appliedenergistics2:facade:0, Cable Facade - Realmite Ore -appliedenergistics2:facade:0, Cable Facade - Rupee Ore -appliedenergistics2:facade:0, Cable Facade - Bloodgem Ore -appliedenergistics2:facade:0, Cable Facade - Netherite Ore -appliedenergistics2:facade:0, Cable Facade - Arlemite Block -appliedenergistics2:facade:0, Cable Facade - Realmite Block -appliedenergistics2:facade:0, Cable Facade - Rupee Block -appliedenergistics2:facade:0, Cable Facade - Bloodgem Block -appliedenergistics2:facade:0, Cable Facade - Netherite Block -appliedenergistics2:facade:0, Cable Facade - Blaze Pumpkin -appliedenergistics2:facade:0, Cable Facade - Creeper Pumpkin -appliedenergistics2:facade:0, Cable Facade - Cyclops Pumpkin -appliedenergistics2:facade:0, Cable Facade - Ender Pumpkin -appliedenergistics2:facade:0, Cable Facade - Ender Watcher Pumpkin -appliedenergistics2:facade:0, Cable Facade - Frost Pumpkin -appliedenergistics2:facade:0, Cable Facade - Ghast Pumpkin -appliedenergistics2:facade:0, Cable Facade - Glacon Pumpkin -appliedenergistics2:facade:0, Cable Facade - Hellspider Pumpkin -appliedenergistics2:facade:0, Cable Facade - Jungle Spider Pumpkin -appliedenergistics2:facade:0, Cable Facade - Skeleton Pumpkin -appliedenergistics2:facade:0, Cable Facade - Spider Pumpkin -appliedenergistics2:facade:0, Cable Facade - Zombie Pumpkin -appliedenergistics2:facade:0, Cable Facade - Black Steel -appliedenergistics2:facade:0, Cable Facade - Blue Steel -appliedenergistics2:facade:0, Cable Facade - Bright Red Steel -appliedenergistics2:facade:0, Cable Facade - Green Steel -appliedenergistics2:facade:0, Cable Facade - Orange Steel -appliedenergistics2:facade:0, Cable Facade - Purple Steel -appliedenergistics2:facade:0, Cable Facade - Red Steel -appliedenergistics2:facade:0, Cable Facade - White Steel -appliedenergistics2:facade:0, Cable Facade - Yellow Steel -appliedenergistics2:facade:0, Cable Facade - Teal Steel -appliedenergistics2:facade:0, Cable Facade - Blue Vane -appliedenergistics2:facade:0, Cable Facade - Cyan Vane -appliedenergistics2:facade:0, Cable Facade - Purple Vane -appliedenergistics2:facade:0, Cable Facade - Red Vane -appliedenergistics2:facade:0, Cable Facade - Yellow Vane -appliedenergistics2:facade:0, Cable Facade - Aquatonic Bricks -appliedenergistics2:facade:0, Cable Facade - Lava Bricks -appliedenergistics2:facade:0, Cable Facade - Arlemite Bricks -appliedenergistics2:facade:0, Cable Facade - Darkstone Bricks -appliedenergistics2:facade:0, Cable Facade - Diamond Bricks -appliedenergistics2:facade:0, Cable Facade - Gold Bricks -appliedenergistics2:facade:0, Cable Facade - Green Bricks -appliedenergistics2:facade:0, Cable Facade - Iron Bricks -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Bricks -appliedenergistics2:facade:0, Cable Facade - Milk Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Netherite Bricks -appliedenergistics2:facade:0, Cable Facade - Pink Bricks -appliedenergistics2:facade:0, Cable Facade - Purple Bricks -appliedenergistics2:facade:0, Cable Facade - Realmite Bricks -appliedenergistics2:facade:0, Cable Facade - Redstone Bricks -appliedenergistics2:facade:0, Cable Facade - Eden Bricks -appliedenergistics2:facade:0, Cable Facade - Wildwood Bricks -appliedenergistics2:facade:0, Cable Facade - Apalachia Bricks -appliedenergistics2:facade:0, Cable Facade - Skythern Bricks -appliedenergistics2:facade:0, Cable Facade - Mortum Bricks -appliedenergistics2:facade:0, Cable Facade - Minibricks -appliedenergistics2:facade:0, Cable Facade - Arlemite Minibricks -appliedenergistics2:facade:0, Cable Facade - Bedrock Minibricks -appliedenergistics2:facade:0, Cable Facade - Netherite Minibricks -appliedenergistics2:facade:0, Cable Facade - Realmite Minibricks -appliedenergistics2:facade:0, Cable Facade - Bloodgem Minibricks -appliedenergistics2:facade:0, Cable Facade - Rupee Minibricks -appliedenergistics2:facade:0, Cable Facade - Aqua Lamp -appliedenergistics2:facade:0, Cable Facade - Arlemite Lamp -appliedenergistics2:facade:0, Cable Facade - Blaze Lamp -appliedenergistics2:facade:0, Cable Facade - Bluefire Lamp -appliedenergistics2:facade:0, Cable Facade - Diamond Lamp -appliedenergistics2:facade:0, Cable Facade - Divine Lamp -appliedenergistics2:facade:0, Cable Facade - Draken Lamp -appliedenergistics2:facade:0, Cable Facade - Eden Lamp -appliedenergistics2:facade:0, Cable Facade - Ender Lamp -appliedenergistics2:facade:0, Cable Facade - Ender Stone Lamp -appliedenergistics2:facade:0, Cable Facade - Gold Lamp -appliedenergistics2:facade:0, Cable Facade - Ice Lamp -appliedenergistics2:facade:0, Cable Facade - Jungle Lamp -appliedenergistics2:facade:0, Cable Facade - Kraken Lamp -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Lamp -appliedenergistics2:facade:0, Cable Facade - Lava Lamp -appliedenergistics2:facade:0, Cable Facade - Milky Lamp -appliedenergistics2:facade:0, Cable Facade - Molten Lamp -appliedenergistics2:facade:0, Cable Facade - Netherite Lamp -appliedenergistics2:facade:0, Cable Facade - Realmite Lamp -appliedenergistics2:facade:0, Cable Facade - Redstone Ore Lamp -appliedenergistics2:facade:0, Cable Facade - Rupee Lamp -appliedenergistics2:facade:0, Cable Facade - Terran Lamp -appliedenergistics2:facade:0, Cable Facade - Asphalt -appliedenergistics2:facade:0, Cable Facade - Blue Stone -appliedenergistics2:facade:0, Cable Facade - Checker -appliedenergistics2:facade:0, Cable Facade - Crate -appliedenergistics2:facade:0, Cable Facade - Darkstone -appliedenergistics2:facade:0, Cable Facade - Fancy Wool -appliedenergistics2:facade:0, Cable Facade - Milk Stone -appliedenergistics2:facade:0, Cable Facade - Plank Design -appliedenergistics2:facade:0, Cable Facade - Rainbow Wool -appliedenergistics2:facade:0, Cable Facade - Spike Block -appliedenergistics2:facade:0, Cable Facade - Hot Spike Block -appliedenergistics2:facade:0, Cable Facade - Frosted Allure -appliedenergistics2:facade:0, Cable Facade - Divine Log -appliedenergistics2:facade:0, Cable Facade - Divine Leaves -appliedenergistics2:facade:0, Cable Facade - Divine Planks -appliedenergistics2:facade:0, Cable Facade - Divine Moss Stone -appliedenergistics2:facade:0, Cable Facade - Divine Rock -appliedenergistics2:facade:0, Cable Facade - Slime Light -appliedenergistics2:facade:0, Cable Facade - Frozen Dirt -appliedenergistics2:facade:0, Cable Facade - Frozen Grass -appliedenergistics2:facade:0, Cable Facade - Frozen Stone -appliedenergistics2:facade:0, Cable Facade - Frozen Log -appliedenergistics2:facade:0, Cable Facade - Brittle Leaves -appliedenergistics2:facade:0, Cable Facade - Frozen Planks -appliedenergistics2:facade:0, Cable Facade - Coalstone -appliedenergistics2:facade:0, Cable Facade - Icy Bricks -appliedenergistics2:facade:0, Cable Facade - Icy Stone -appliedenergistics2:facade:0, Cable Facade - Snow Bricks -appliedenergistics2:facade:0, Cable Facade - Workshop Bookcase -appliedenergistics2:facade:0, Cable Facade - Workshop Carpet -appliedenergistics2:facade:0, Cable Facade - Workshop Lamp -appliedenergistics2:facade:0, Cable Facade - Blue Candy Cane -appliedenergistics2:facade:0, Cable Facade - Green Candy Cane -appliedenergistics2:facade:0, Cable Facade - Pink Candy Cane -appliedenergistics2:facade:0, Cable Facade - Red Candy Cane -appliedenergistics2:facade:0, Cable Facade - Yellow Candy Cane -appliedenergistics2:facade:0, Cable Facade - Eden Dirt -appliedenergistics2:facade:0, Cable Facade - Wildwood Dirt -appliedenergistics2:facade:0, Cable Facade - Apalachia Dirt -appliedenergistics2:facade:0, Cable Facade - Skythern Dirt -appliedenergistics2:facade:0, Cable Facade - Mortum Dirt -appliedenergistics2:facade:0, Cable Facade - Eden Grass -appliedenergistics2:facade:0, Cable Facade - Wildwood Grass -appliedenergistics2:facade:0, Cable Facade - Apalachia Grass -appliedenergistics2:facade:0, Cable Facade - Skythern Grass -appliedenergistics2:facade:0, Cable Facade - Mortum Grass -appliedenergistics2:facade:0, Cable Facade - Twilight Stone -appliedenergistics2:facade:0, Cable Facade - Eden Ore -appliedenergistics2:facade:0, Cable Facade - Wildwood Ore -appliedenergistics2:facade:0, Cable Facade - Apalachia Ore -appliedenergistics2:facade:0, Cable Facade - Skythern Ore -appliedenergistics2:facade:0, Cable Facade - Mortum Ore -appliedenergistics2:facade:0, Cable Facade - Eden Log -appliedenergistics2:facade:0, Cable Facade - Wildwood Log -appliedenergistics2:facade:0, Cable Facade - Apalachia Log -appliedenergistics2:facade:0, Cable Facade - Skythern Log -appliedenergistics2:facade:0, Cable Facade - Mortum Log -appliedenergistics2:facade:0, Cable Facade - Eden Leaves -appliedenergistics2:facade:0, Cable Facade - Wildwood Leaves -appliedenergistics2:facade:0, Cable Facade - Apalachia Leaves -appliedenergistics2:facade:0, Cable Facade - Skythern Leaves -appliedenergistics2:facade:0, Cable Facade - Mortum Leaves -appliedenergistics2:facade:0, Cable Facade - Eden Planks -appliedenergistics2:facade:0, Cable Facade - Wildwood Planks -appliedenergistics2:facade:0, Cable Facade - Apalachia Planks -appliedenergistics2:facade:0, Cable Facade - Skythern Planks -appliedenergistics2:facade:0, Cable Facade - Mortum Planks -appliedenergistics2:facade:0, Cable Facade - Eden Block -appliedenergistics2:facade:0, Cable Facade - Wildwood Block -appliedenergistics2:facade:0, Cable Facade - Apalachia Block -appliedenergistics2:facade:0, Cable Facade - Skythern Block -appliedenergistics2:facade:0, Cable Facade - Mortum Block -appliedenergistics2:facade:0, Cable Facade - Truffle -appliedenergistics2:facade:0, Cable Facade - Arcanite Dirt -appliedenergistics2:facade:0, Cable Facade - Arcanite Grass -appliedenergistics2:facade:0, Cable Facade - Raw Arcanium -appliedenergistics2:facade:0, Cable Facade - Arcanium Block -appliedenergistics2:facade:0, Cable Facade - Ancient Bricks -appliedenergistics2:facade:0, Cable Facade - Ancient Stone -appliedenergistics2:facade:0, Cable Facade - Ancient Tile -appliedenergistics2:facade:0, Cable Facade - Arcanium Metal -appliedenergistics2:facade:0, Cable Facade - Arcanium Power -appliedenergistics2:facade:0, Cable Facade - Dark Degraded Brick -appliedenergistics2:facade:0, Cable Facade - Degraded Bricks -appliedenergistics2:facade:0, Cable Facade - Dungeon Bookshelf -appliedenergistics2:facade:0, Cable Facade - Dungeon Lamp -appliedenergistics2:facade:0, Cable Facade - Heat Trap -appliedenergistics2:facade:0, Cable Facade - Heat Trap -appliedenergistics2:facade:0, Cable Facade - Light Degraded Brick -appliedenergistics2:facade:0, Cable Facade - Soul Sludge -appliedenergistics2:facade:0, Cable Facade - Soul Stone -appliedenergistics2:facade:0, Cable Facade - Ancient Bricks (Breakable) -appliedenergistics2:facade:0, Cable Facade - Ancient Stone (Breakable) -appliedenergistics2:facade:0, Cable Facade - Ancient Tile (Breakable) -appliedenergistics2:facade:0, Cable Facade - Arcanium Metal (Breakable) -appliedenergistics2:facade:0, Cable Facade - Arcanium Power (Breakable) -appliedenergistics2:facade:0, Cable Facade - Degraded Bricks (Breakable) -appliedenergistics2:facade:0, Cable Facade - Dungeon Lamp (Breakable) -appliedenergistics2:facade:0, Cable Facade - Soul Sludge (Breakable) -appliedenergistics2:facade:0, Cable Facade - Soul Stone (Breakable) -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Log -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Planks -appliedenergistics2:facade:0, Cable Facade - Acceleron -appliedenergistics2:facade:0, Cable Facade - Dream Dirt -appliedenergistics2:facade:0, Cable Facade - Dream Grass -appliedenergistics2:facade:0, Cable Facade - Dream Stone -appliedenergistics2:facade:0, Cable Facade - Dreamwood Log -appliedenergistics2:facade:0, Cable Facade - Firewood Log -appliedenergistics2:facade:0, Cable Facade - Hyrewood Log -appliedenergistics2:facade:0, Cable Facade - Mintwood Log -appliedenergistics2:facade:0, Cable Facade - Dreamwood Leaves -appliedenergistics2:facade:0, Cable Facade - Firewood Leaves -appliedenergistics2:facade:0, Cable Facade - Hyrewood Leaves -appliedenergistics2:facade:0, Cable Facade - Mintwood Leaves -appliedenergistics2:facade:0, Cable Facade - Dark Dream Bricks -appliedenergistics2:facade:0, Cable Facade - Light Dream Bricks -appliedenergistics2:facade:0, Cable Facade - Red Dream Bricks -appliedenergistics2:facade:0, Cable Facade - Fire Crystal -appliedenergistics2:facade:0, Cable Facade - Firelight -appliedenergistics2:facade:0, Cable Facade - Green Everstone -appliedenergistics2:facade:0, Cable Facade - Dark Everstone -appliedenergistics2:facade:0, Cable Facade - White Everstone -appliedenergistics2:facade:0, Cable Facade - Black Hungerstone -appliedenergistics2:facade:0, Cable Facade - Green Hungerstone -appliedenergistics2:facade:0, Cable Facade - Crypt Floor -appliedenergistics2:facade:0, Cable Facade - Crypt Wall -appliedenergistics2:facade:0, Cable Facade - Village Lamp -appliedenergistics2:facade:0, Cable Facade - Cell Lamp -appliedenergistics2:facade:0, Cable Facade - Hive Wall -appliedenergistics2:facade:0, Cable Facade - Black Karos Bricks -appliedenergistics2:facade:0, Cable Facade - Blue Karos Bricks -appliedenergistics2:facade:0, Cable Facade - Heliotic Beam -appliedenergistics2:facade:0, Cable Facade - Karos Dispenser -appliedenergistics2:facade:0, Cable Facade - Karos Heat Tile Green -appliedenergistics2:facade:0, Cable Facade - Karos Heat Tile Red -appliedenergistics2:facade:0, Cable Facade - Luna Brick -appliedenergistics2:facade:0, Cable Facade - Luna Stone -appliedenergistics2:facade:0, Cable Facade - Chamber Wall -appliedenergistics2:facade:0, Cable Facade - Shifted Chamber Wall -appliedenergistics2:facade:0, Cable Facade - Stacked Chamber Wall -appliedenergistics2:facade:0, Cable Facade - Hall Wall -appliedenergistics2:facade:0, Cable Facade - Karos Altar -appliedenergistics2:facade:0, Cable Facade - Lunic Altar -appliedenergistics2:facade:0, Cable Facade - Quadrotic Altar -appliedenergistics2:facade:0, Cable Facade - Raglok Altar -appliedenergistics2:facade:0, Cable Facade - Wreck Altar -appliedenergistics2:facade:0, Cable Facade - Molecular Exciter -appliedenergistics2:facade:0, Cable Facade - Phasing Block -appliedenergistics2:facade:0, Cable Facade - Phasing Block (inverted) -appliedenergistics2:facade:0, Cable Facade - Umberstone -appliedenergistics2:facade:0, Cable Facade - Umbercobble -appliedenergistics2:facade:0, Cable Facade - Mossy Umbercobble -appliedenergistics2:facade:0, Cable Facade - Webbed Umbercobble -appliedenergistics2:facade:0, Cable Facade - Umberbricks -appliedenergistics2:facade:0, Cable Facade - Smooth Umbertile -appliedenergistics2:facade:0, Cable Facade - Small Umbertiles -appliedenergistics2:facade:0, Cable Facade - Baobab Planks -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Planks -appliedenergistics2:facade:0, Cable Facade - Mahogany Planks -appliedenergistics2:facade:0, Cable Facade - Mossbark Planks -appliedenergistics2:facade:0, Cable Facade - Asper Planks -appliedenergistics2:facade:0, Cable Facade - Cypress Planks -appliedenergistics2:facade:0, Cable Facade - Balsam Planks -appliedenergistics2:facade:0, Cable Facade - White Planks -appliedenergistics2:facade:0, Cable Facade - Bamboo Planks -appliedenergistics2:facade:0, Cable Facade - Rotten Planks -appliedenergistics2:facade:0, Cable Facade - Marshwood Planks -appliedenergistics2:facade:0, Cable Facade - Scorched Planks -appliedenergistics2:facade:0, Cable Facade - Varnished Planks -appliedenergistics2:facade:0, Cable Facade - Erebus Portal Block -appliedenergistics2:facade:0, Cable Facade - Umberpebbles -appliedenergistics2:facade:0, Cable Facade - Umberpaver -appliedenergistics2:facade:0, Cable Facade - Mossy Umberpaver -appliedenergistics2:facade:0, Cable Facade - Webbed Umberpaver -appliedenergistics2:facade:0, Cable Facade - Umberpillar -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Rock -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Rock -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Rock -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Rock -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Rock -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Rock -appliedenergistics2:facade:0, Cable Facade - Red Petrified Bark -appliedenergistics2:facade:0, Cable Facade - Brown Petrified Bark -appliedenergistics2:facade:0, Cable Facade - Petrified Heartwood -appliedenergistics2:facade:0, Cable Facade - Dust -appliedenergistics2:facade:0, Cable Facade - Dung -appliedenergistics2:facade:0, Cable Facade - Iron Ore -appliedenergistics2:facade:0, Cable Facade - Gold Ore -appliedenergistics2:facade:0, Cable Facade - Coal Ore -appliedenergistics2:facade:0, Cable Facade - Diamond Ore -appliedenergistics2:facade:0, Cable Facade - Emerald Ore -appliedenergistics2:facade:0, Cable Facade - Lapis Lazuli Ore -appliedenergistics2:facade:0, Cable Facade - Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Petrified Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Tin Ore -appliedenergistics2:facade:0, Cable Facade - Lead Ore -appliedenergistics2:facade:0, Cable Facade - Aluminum Ore -appliedenergistics2:facade:0, Cable Facade - Jade Ore -appliedenergistics2:facade:0, Cable Facade - Volcanic Diamond Ore -appliedenergistics2:facade:0, Cable Facade - Fossil Ore -appliedenergistics2:facade:0, Cable Facade - Gneiss Ore -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Ore -appliedenergistics2:facade:0, Cable Facade - Temple Ore -appliedenergistics2:facade:0, Cable Facade - Block of Jade -appliedenergistics2:facade:0, Cable Facade - Amber -appliedenergistics2:facade:0, Cable Facade - Amber Bricks -appliedenergistics2:facade:0, Cable Facade - Amber Glass -appliedenergistics2:facade:0, Cable Facade - Mud -appliedenergistics2:facade:0, Cable Facade - Quicksand -appliedenergistics2:facade:0, Cable Facade - Red Gem -appliedenergistics2:facade:0, Cable Facade - Red Gem Lamp -appliedenergistics2:facade:0, Cable Facade - Red Gem Lamp -appliedenergistics2:facade:0, Cable Facade - Swamp Vent -appliedenergistics2:facade:0, Cable Facade - Ghost sand -appliedenergistics2:facade:0, Cable Facade - Jadeberry Bush -appliedenergistics2:facade:0, Cable Facade - Heartberry Bush -appliedenergistics2:facade:0, Cable Facade - Swampberry Bush -appliedenergistics2:facade:0, Cable Facade - Black Petal Block -appliedenergistics2:facade:0, Cable Facade - Red Petal Block -appliedenergistics2:facade:0, Cable Facade - Brown Petal Block -appliedenergistics2:facade:0, Cable Facade - Blue Petal Block -appliedenergistics2:facade:0, Cable Facade - Purple Petal Block -appliedenergistics2:facade:0, Cable Facade - Cyan Petal Block -appliedenergistics2:facade:0, Cable Facade - Light Gray Petal Block -appliedenergistics2:facade:0, Cable Facade - Gray Petal Block -appliedenergistics2:facade:0, Cable Facade - Pink Petal Block -appliedenergistics2:facade:0, Cable Facade - Yellow Petal Block -appliedenergistics2:facade:0, Cable Facade - Light Blue Petal Block -appliedenergistics2:facade:0, Cable Facade - Magenta Petal Block -appliedenergistics2:facade:0, Cable Facade - Orange Petal Block -appliedenergistics2:facade:0, Cable Facade - White Petal Block -appliedenergistics2:facade:0, Cable Facade - Exploding Stigma -appliedenergistics2:facade:0, Cable Facade - Stem -appliedenergistics2:facade:0, Cable Facade - Black Stigma -appliedenergistics2:facade:0, Cable Facade - Red Stigma -appliedenergistics2:facade:0, Cable Facade - Brown Stigma -appliedenergistics2:facade:0, Cable Facade - Blue Stigma -appliedenergistics2:facade:0, Cable Facade - Purple Stigma -appliedenergistics2:facade:0, Cable Facade - Cyan Stigma -appliedenergistics2:facade:0, Cable Facade - Light Gray Stigma -appliedenergistics2:facade:0, Cable Facade - Gray Stigma -appliedenergistics2:facade:0, Cable Facade - Pink Stigma -appliedenergistics2:facade:0, Cable Facade - Yellow Stigma -appliedenergistics2:facade:0, Cable Facade - Light Blue Stigma -appliedenergistics2:facade:0, Cable Facade - Magenta Stigma -appliedenergistics2:facade:0, Cable Facade - Orange Stigma -appliedenergistics2:facade:0, Cable Facade - White Stigma -appliedenergistics2:facade:0, Cable Facade - Rainbow Stigma -appliedenergistics2:facade:0, Cable Facade - Moss -appliedenergistics2:facade:0, Cable Facade - Mould -appliedenergistics2:facade:0, Cable Facade - Cultivated Moss -appliedenergistics2:facade:0, Cable Facade - Cultivated Mould -appliedenergistics2:facade:0, Cable Facade - Dark Capped Mushroom Block -appliedenergistics2:facade:0, Cable Facade - Sarcastic Czech Mushroom Block -appliedenergistics2:facade:0, Cable Facade - Grandma's Shoes Mushroom Block -appliedenergistics2:facade:0, Cable Facade - Dutch Cap Mushroom Block -appliedenergistics2:facade:0, Cable Facade - Kaizer's Fingers Mushroom Block -appliedenergistics2:facade:0, Cable Facade - Glowshroom -appliedenergistics2:facade:0, Cable Facade - Silk -appliedenergistics2:facade:0, Cable Facade - Mirbrick -appliedenergistics2:facade:0, Cable Facade - Petrified Wood Planks -appliedenergistics2:facade:0, Cable Facade - Reinforced Exo Blocks -appliedenergistics2:facade:0, Cable Facade - Mud Brick -appliedenergistics2:facade:0, Cable Facade - Temple Brick -appliedenergistics2:facade:0, Cable Facade - Temple Pillar -appliedenergistics2:facade:0, Cable Facade - Temple Tile -appliedenergistics2:facade:0, Cable Facade - Volcanic Rock -appliedenergistics2:facade:0, Cable Facade - Gneiss -appliedenergistics2:facade:0, Cable Facade - Carved Gneiss -appliedenergistics2:facade:0, Cable Facade - Layered Gneiss -appliedenergistics2:facade:0, Cable Facade - Gneiss Brick -appliedenergistics2:facade:0, Cable Facade - Smooth Gneiss -appliedenergistics2:facade:0, Cable Facade - Gneiss Tiles -appliedenergistics2:facade:0, Cable Facade - Cracked Gneiss Tiles -appliedenergistics2:facade:0, Cable Facade - Gneiss Vent -appliedenergistics2:facade:0, Cable Facade - Hollow Acacia Log -appliedenergistics2:facade:0, Cable Facade - Balsam Wood Resinless -appliedenergistics2:facade:0, Cable Facade - Petrified Crafting Table -appliedenergistics2:facade:0, Cable Facade - Mucus Bomb -appliedenergistics2:facade:0, Cable Facade - Velocity Block -appliedenergistics2:facade:0, Cable Facade - Lightning Velocity Block -appliedenergistics2:facade:0, Cable Facade - Giant Lily Pad -appliedenergistics2:facade:0, Cable Facade - Wasp Nest -appliedenergistics2:facade:0, Cable Facade - Antlion Egg -appliedenergistics2:facade:0, Cable Facade - Tarantula Egg -appliedenergistics2:facade:0, Cable Facade - Capstone -appliedenergistics2:facade:0, Cable Facade - Mud Capstone -appliedenergistics2:facade:0, Cable Facade - Iron Capstone -appliedenergistics2:facade:0, Cable Facade - Gold Capstone -appliedenergistics2:facade:0, Cable Facade - Jade Capstone -appliedenergistics2:facade:0, Cable Facade - Active Mud Capstone -appliedenergistics2:facade:0, Cable Facade - Active Iron Capstone -appliedenergistics2:facade:0, Cable Facade - Active Gold Capstone -appliedenergistics2:facade:0, Cable Facade - Active Jade Capstone -appliedenergistics2:facade:0, Cable Facade - Ant Hill (N.Y.I.) -appliedenergistics2:facade:0, Cable Facade - Force Field -appliedenergistics2:facade:0, Cable Facade - Force Lock (N.Y.I.) -appliedenergistics2:facade:0, Cable Facade - Baobab Wood -appliedenergistics2:facade:0, Cable Facade - Baobab Leaves -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Wood -appliedenergistics2:facade:0, Cable Facade - Eucalyptus Leaves -appliedenergistics2:facade:0, Cable Facade - Mahogany Wood -appliedenergistics2:facade:0, Cable Facade - Mahogany Leaves -appliedenergistics2:facade:0, Cable Facade - Mossbark Wood -appliedenergistics2:facade:0, Cable Facade - Mossbark Leaves -appliedenergistics2:facade:0, Cable Facade - Asper Wood -appliedenergistics2:facade:0, Cable Facade - Asper Leaves -appliedenergistics2:facade:0, Cable Facade - Cypress Wood -appliedenergistics2:facade:0, Cable Facade - Cypress Leaves -appliedenergistics2:facade:0, Cable Facade - Balsam Wood -appliedenergistics2:facade:0, Cable Facade - Balsam Leaves -appliedenergistics2:facade:0, Cable Facade - Rotten Wood -appliedenergistics2:facade:0, Cable Facade - Marshwood Wood -appliedenergistics2:facade:0, Cable Facade - Marshwood Leaves -appliedenergistics2:facade:0, Cable Facade - Scorched Wood -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Luminessence -appliedenergistics2:facade:0, Cable Facade - Block of Nether Stars -appliedenergistics2:facade:0, Cable Facade - Block of Crystaltine -appliedenergistics2:facade:0, Cable Facade - Block of The Ultimate -appliedenergistics2:facade:0, Cable Facade - Block of Ender -appliedenergistics2:facade:0, Cable Facade - Block of Ender Stars -appliedenergistics2:facade:0, Cable Facade - Block of Enhanced Ender -appliedenergistics2:facade:0, Cable Facade - Black Iron Frame -appliedenergistics2:facade:0, Cable Facade - Black Iron Lamp -appliedenergistics2:facade:0, Cable Facade - Black Iron Lamp -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Crafting Table -appliedenergistics2:facade:0, Cable Facade - Block of Orichalcos -appliedenergistics2:facade:0, Cable Facade - Block of Shadowium -appliedenergistics2:facade:0, Cable Facade - Block of Photonium -appliedenergistics2:facade:0, Cable Facade - Dimension Catalyst -appliedenergistics2:facade:0, Cable Facade - Yellorite Ore -appliedenergistics2:facade:0, Cable Facade - Anglesite Ore -appliedenergistics2:facade:0, Cable Facade - Benitoite Ore -appliedenergistics2:facade:0, Cable Facade - Yellorium Block -appliedenergistics2:facade:0, Cable Facade - Cyanite Block -appliedenergistics2:facade:0, Cable Facade - Graphite Block -appliedenergistics2:facade:0, Cable Facade - Blutonium Block -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 - Oak Trim -appliedenergistics2:facade:0, Cable Facade - Spruce Trim -appliedenergistics2:facade:0, Cable Facade - Birch Trim -appliedenergistics2:facade:0, Cable Facade - Jungle Trim -appliedenergistics2:facade:0, Cable Facade - Acacia Trim -appliedenergistics2:facade:0, Cable Facade - Dark Oak Trim -appliedenergistics2:facade:0, Cable Facade - Flux Block -appliedenergistics2:facade:0, Cable Facade - Fertilized Dirt -appliedenergistics2:facade:0, Cable Facade - Chicken Manure Block -appliedenergistics2:facade:0, Cable Facade - Silver Ore -appliedenergistics2:facade:0, Cable Facade - Singing Sapphire Ore -appliedenergistics2:facade:0, Cable Facade - Silver Block -appliedenergistics2:facade:0, Cable Facade - Singing Sapphire Block -appliedenergistics2:facade:0, Cable Facade - Charred Dirt -appliedenergistics2:facade:0, Cable Facade - Charred Grass -appliedenergistics2:facade:0, Cable Facade - Charred Stone -appliedenergistics2:facade:0, Cable Facade - Charred Cobblestone -appliedenergistics2:facade:0, Cable Facade - Charred Gravel -appliedenergistics2:facade:0, Cable Facade - Ash -appliedenergistics2:facade:0, Cable Facade - Frozen Dirt -appliedenergistics2:facade:0, Cable Facade - Frozen Grass -appliedenergistics2:facade:0, Cable Facade - Frozen Stone -appliedenergistics2:facade:0, Cable Facade - Frozen Cobblestone -appliedenergistics2:facade:0, Cable Facade - Frozen Gravel -appliedenergistics2:facade:0, Cable Facade - Frozen Splinters -appliedenergistics2:facade:0, Cable Facade - Dragon Nest -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Bones -appliedenergistics2:facade:0, Cable Facade - Desert Myrmex Resin -appliedenergistics2:facade:0, Cable Facade - Jungle Myrmex Resin -appliedenergistics2:facade:0, Cable Facade - Sticky Desert Myrmex Resin -appliedenergistics2:facade:0, Cable Facade - Sticky Jungle Myrmex Resin -appliedenergistics2:facade:0, Cable Facade - Hardened Desert Myrmex Resin -appliedenergistics2:facade:0, Cable Facade - Hardened Jungle Myrmex Resin -appliedenergistics2:facade:0, Cable Facade - Desert Myrmex Resin Glass -appliedenergistics2:facade:0, Cable Facade - Jungle Myrmex Resin Glass -appliedenergistics2:facade:0, Cable Facade - Block of Fire Dragonsteel -appliedenergistics2:facade:0, Cable Facade - Block of Ice Dragonsteel -appliedenergistics2:facade:0, Cable Facade - Dreadstone -appliedenergistics2:facade:0, Cable Facade - Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Mossy Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Dreadstone Tile -appliedenergistics2:facade:0, Cable Facade - Dreadstone Chiseled Skull -appliedenergistics2:facade:0, Cable Facade - Dreadstone Bricks Slab -appliedenergistics2:facade:0, Cable Facade - Dreadwood Log -appliedenergistics2:facade:0, Cable Facade - Dreadwood Planks -appliedenergistics2:facade:0, Cable Facade - Dreadwood Keyhole -appliedenergistics2:facade:0, Cable Facade - Crackled Dirt -appliedenergistics2:facade:0, Cable Facade - Crackled Grass -appliedenergistics2:facade:0, Cable Facade - Crackled Stone -appliedenergistics2:facade:0, Cable Facade - Crackled Cobblestone -appliedenergistics2:facade:0, Cable Facade - Crackled Gravel -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Block of Dragon Scales -appliedenergistics2:facade:0, Cable Facade - Copper Ore -appliedenergistics2:facade:0, Cable Facade - Amethyst Ore -appliedenergistics2:facade:0, Cable Facade - Block of Copper -appliedenergistics2:facade:0, Cable Facade - Block of Amethyst -appliedenergistics2:facade:0, Cable Facade - Block of Lightning Dragonsteel -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Block of Sea Serpent Scales -appliedenergistics2:facade:0, Cable Facade - Asphalt Concrete -appliedenergistics2:facade:0, Cable Facade - Logic Programmer -appliedenergistics2:facade:0, Cable Facade - Menril Wood -appliedenergistics2:facade:0, Cable Facade - Enriched Menril Wood -appliedenergistics2:facade:0, Cable Facade - Menril Leaves -appliedenergistics2:facade:0, Cable Facade - Menril Wood Planks -appliedenergistics2:facade:0, Cable Facade - Block of Crystalized Menril -appliedenergistics2:facade:0, Cable Facade - Crystalized Menril Brick -appliedenergistics2:facade:0, Cable Facade - Block of Crystalized Chorus -appliedenergistics2:facade:0, Cable Facade - Crystalized Chorus Brick -appliedenergistics2:facade:0, Cable Facade - §eBlock of Inferium Essence -appliedenergistics2:facade:0, Cable Facade - §aBlock of Prudentium Essence -appliedenergistics2:facade:0, Cable Facade - §6Block of Intermedium Essence -appliedenergistics2:facade:0, Cable Facade - §bBlock of Superium Essence -appliedenergistics2:facade:0, Cable Facade - §cBlock of Supremium Essence -appliedenergistics2:facade:0, Cable Facade - Block of Prosperity -appliedenergistics2:facade:0, Cable Facade - Block of Base Essence -appliedenergistics2:facade:0, Cable Facade - §eBlock of Inferium -appliedenergistics2:facade:0, Cable Facade - §aBlock of Prudentium -appliedenergistics2:facade:0, Cable Facade - §6Block of Intermedium -appliedenergistics2:facade:0, Cable Facade - §bBlock of Superium -appliedenergistics2:facade:0, Cable Facade - §cBlock of Supremium -appliedenergistics2:facade:0, Cable Facade - §dBlock of Soulium -appliedenergistics2:facade:0, Cable Facade - §eBlock of Inferium Coal -appliedenergistics2:facade:0, Cable Facade - §aBlock of Prudentium Coal -appliedenergistics2:facade:0, Cable Facade - §6Block of Intermedium Coal -appliedenergistics2:facade:0, Cable Facade - §bBlock of Superium Coal -appliedenergistics2:facade:0, Cable Facade - §cBlock of Supremium Coal -appliedenergistics2:facade:0, Cable Facade - Soulstone -appliedenergistics2:facade:0, Cable Facade - Cobbled Soulstone -appliedenergistics2:facade:0, Cable Facade - Polished Soulstone -appliedenergistics2:facade:0, Cable Facade - Soulstone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Soulstone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Soulstone -appliedenergistics2:facade:0, Cable Facade - Soulstone Slab Block -appliedenergistics2:facade:0, Cable Facade - Prosperity Ore -appliedenergistics2:facade:0, Cable Facade - Nether Prosperity Ore -appliedenergistics2:facade:0, Cable Facade - End Prosperity Ore -appliedenergistics2:facade:0, Cable Facade - §eInferium Ore -appliedenergistics2:facade:0, Cable Facade - §eNether Inferium Ore -appliedenergistics2:facade:0, Cable Facade - §eEnd Inferium Ore -appliedenergistics2:facade:0, Cable Facade - §eGrowth Accelerator -appliedenergistics2:facade:0, Cable Facade - Mystical Machine Frame -appliedenergistics2:facade:0, Cable Facade - Glowstone Lamp -appliedenergistics2:facade:0, Cable Facade - Witherproof Block -appliedenergistics2:facade:0, Cable Facade - §5Block of Insanium Essence -appliedenergistics2:facade:0, Cable Facade - §5Block of Insanium -appliedenergistics2:facade:0, Cable Facade - §5Block of Insanium Coal -appliedenergistics2:facade:0, Cable Facade - Nether Star Crux -appliedenergistics2:facade:0, Cable Facade - Dragon Egg Crux -appliedenergistics2:facade:0, Cable Facade - Awakened Draconium Crux -appliedenergistics2:facade:0, Cable Facade - Neutronium Crux -appliedenergistics2:facade:0, Cable Facade - Machine Frame -appliedenergistics2:facade:0, Cable Facade - Machine Base -appliedenergistics2:facade:0, Cable Facade - Dimensional Shard Ore -appliedenergistics2:facade:0, Cable Facade - Dimensional Shard Ore -appliedenergistics2:facade:0, Cable Facade - Dimensional Shard Ore -appliedenergistics2:facade:0, Cable Facade - Destination Analyzer -appliedenergistics2:facade:0, Cable Facade - Matter Booster -appliedenergistics2:facade:0, Cable Facade - Space Chamber Corner Block -appliedenergistics2:facade:0, Cable Facade - Support Block -appliedenergistics2:facade:0, Cable Facade - Shield Template -appliedenergistics2:facade:0, Cable Facade - Shield Template -appliedenergistics2:facade:0, Cable Facade - Shield Template -appliedenergistics2:facade:0, Cable Facade - Shield Template -appliedenergistics2:facade:0, Cable Facade - tile.blue_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.green_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.light_blue_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.light_grey_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.lime_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.red_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.dark_grey_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - tile.white_bunker_wall.name -appliedenergistics2:facade:0, Cable Facade - Megelium Block -appliedenergistics2:facade:0, Cable Facade - Polished Megelium Block -appliedenergistics2:facade:0, Cable Facade - Megelium Stone -appliedenergistics2:facade:0, Cable Facade - tile.megelium_slab_double.name -appliedenergistics2:facade:0, Cable Facade - Crushing Wheels -appliedenergistics2:facade:0, Cable Facade - Redstone Proxy -appliedenergistics2:facade:0, Cable Facade - Redstone Proxy (update) -appliedenergistics2:facade:0, Cable Facade - Antenna -appliedenergistics2:facade:0, Cable Facade - Antenna Base -appliedenergistics2:facade:0, Cable Facade - Antenna Dish -appliedenergistics2:facade:0, Cable Facade - Dimensional Blank Block -appliedenergistics2:facade:0, Cable Facade - Dimensional Block -appliedenergistics2:facade:0, Cable Facade - Dimensional Cross 2 Block -appliedenergistics2:facade:0, Cable Facade - Dimensional Cross Block -appliedenergistics2:facade:0, Cable Facade - Dimensional Pattern 1 Block -appliedenergistics2:facade:0, Cable Facade - Dimensional Pattern 2 Block -appliedenergistics2:facade:0, Cable Facade - Dimensional Small Blocks -appliedenergistics2:facade:0, Cable Facade - Activity Probe -appliedenergistics2:facade:0, Cable Facade - levarG -appliedenergistics2:facade:0, Cable Facade - dnaS -appliedenergistics2:facade:0, Cable Facade - Roundel -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Meglos -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - tile.tardis.toyota_light_off.name -appliedenergistics2:facade:0, Cable Facade - tile.tardis.toyota_light_on.name -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Toyota Block§r -appliedenergistics2:facade:0, Cable Facade - Cinnabar Ore -appliedenergistics2:facade:0, Cable Facade - Hellbent Floor -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Glass -appliedenergistics2:facade:0, Cable Facade - Hellbent Roundel -appliedenergistics2:facade:0, Cable Facade - Hellbent Roundel -appliedenergistics2:facade:0, Cable Facade - Hellbent Roundel -appliedenergistics2:facade:0, Cable Facade - Hellbent Wall Silver -appliedenergistics2:facade:0, Cable Facade - Hellbent Vents -appliedenergistics2:facade:0, Cable Facade - Hellbent Wall -appliedenergistics2:facade:0, Cable Facade - S13 Roundel -appliedenergistics2:facade:0, Cable Facade - S13 Roundel -appliedenergistics2:facade:0, Cable Facade - S13 Roundel -appliedenergistics2:facade:0, Cable Facade - S13 Roundel -appliedenergistics2:facade:0, Cable Facade - S13 Roundel -appliedenergistics2:facade:0, Cable Facade - S13 Roundel -appliedenergistics2:facade:0, Cable Facade - S13 Floor -appliedenergistics2:facade:0, Cable Facade - S13 Floor -appliedenergistics2:facade:0, Cable Facade - Dalek hull -appliedenergistics2:facade:0, Cable Facade - Zero Room -appliedenergistics2:facade:0, Cable Facade - Telos Sand -appliedenergistics2:facade:0, Cable Facade - Moon Dirt -appliedenergistics2:facade:0, Cable Facade - tile.tardis.gallifreyan_sand.name -appliedenergistics2:facade:0, Cable Facade - Strange Grass -appliedenergistics2:facade:0, Cable Facade - Strange Dirt -appliedenergistics2:facade:0, Cable Facade - tile.tardis.gallifreyan_grass_snow.name -appliedenergistics2:facade:0, Cable Facade - Strange Stone -appliedenergistics2:facade:0, Cable Facade - Mysterious Suitcase -appliedenergistics2:facade:0, Cable Facade - Artron Bank -appliedenergistics2:facade:0, Cable Facade - Gilded Twilight Oak Wood -appliedenergistics2:facade:0, Cable Facade - Gilded Canopy Wood -appliedenergistics2:facade:0, Cable Facade - Gilded Mangrove Wood -appliedenergistics2:facade:0, Cable Facade - Gilded Darkwood -appliedenergistics2:facade:0, Cable Facade - Gilded Timewood -appliedenergistics2:facade:0, Cable Facade - Gilded Transwood -appliedenergistics2:facade:0, Cable Facade - Gilded Minewood -appliedenergistics2:facade:0, Cable Facade - Gilded Sortingwood -appliedenergistics2:facade:0, Cable Facade - Void Stone -appliedenergistics2:facade:0, Cable Facade - Tainted Void Stone -appliedenergistics2:facade:0, Cable Facade - Tainted Void Stone Soil -appliedenergistics2:facade:0, Cable Facade - Ancient Runes -appliedenergistics2:facade:0, Cable Facade - Intricate Glyphed Stone -appliedenergistics2:facade:0, Cable Facade - Ancient Bricks -appliedenergistics2:facade:0, Cable Facade - Crusted Stone -appliedenergistics2:facade:0, Cable Facade - Glowing Crusted Stone -appliedenergistics2:facade:0, Cable Facade - Ancient Pillar -appliedenergistics2:facade:0, Cable Facade - Smooth Ancient Bricks -appliedenergistics2:facade:0, Cable Facade - Ancient Cobblestone -appliedenergistics2:facade:0, Cable Facade - Ancient Lantern -appliedenergistics2:facade:0, Cable Facade - Black Quartz Block -appliedenergistics2:facade:0, Cable Facade - Kami Essence Block -appliedenergistics2:facade:0, Cable Facade - Hexamite -appliedenergistics2:facade:0, Cable Facade - Flux Capacitor -appliedenergistics2:facade:0, Cable Facade - Coalescence Matrix -appliedenergistics2:facade:0, Cable Facade - What a beautiful block -appliedenergistics2:facade:0, Cable Facade - Compressed Vis Battery -appliedenergistics2:facade:0, Cable Facade - Featherweight.name -appliedenergistics2:facade:0, Cable Facade - Soul Stone -appliedenergistics2:facade:0, Cable Facade - Stygian Iron Block -appliedenergistics2:facade:0, Cable Facade - Stygian Iron Ore -appliedenergistics2:facade:0, Cable Facade - Xtone Tile -appliedenergistics2:facade:0, Cable Facade - Agon 1 -appliedenergistics2:facade:0, Cable Facade - Azur 1 -appliedenergistics2:facade:0, Cable Facade - Bitt 1 -appliedenergistics2:facade:0, Cable Facade - Cray 1 -appliedenergistics2:facade:0, Cable Facade - Fort 1 -appliedenergistics2:facade:0, Cable Facade - Iszm 1 -appliedenergistics2:facade:0, Cable Facade - Jelt 1 -appliedenergistics2:facade:0, Cable Facade - Korp 1 -appliedenergistics2:facade:0, Cable Facade - Kryp 1 -appliedenergistics2:facade:0, Cable Facade - Lair 1 -appliedenergistics2:facade:0, Cable Facade - Lave 1 -appliedenergistics2:facade:0, Cable Facade - Mint 1 -appliedenergistics2:facade:0, Cable Facade - Myst 1 -appliedenergistics2:facade:0, Cable Facade - Reds 1 -appliedenergistics2:facade:0, Cable Facade - Reed 1 -appliedenergistics2:facade:0, Cable Facade - Roen 1 -appliedenergistics2:facade:0, Cable Facade - Sols 1 -appliedenergistics2:facade:0, Cable Facade - Sync 1 -appliedenergistics2:facade:0, Cable Facade - Tank 1 -appliedenergistics2:facade:0, Cable Facade - Vect 1 -appliedenergistics2:facade:0, Cable Facade - Vena 1 -appliedenergistics2:facade:0, Cable Facade - Zane 1 -appliedenergistics2:facade:0, Cable Facade - Zech 1 -appliedenergistics2:facade:0, Cable Facade - Zest 1 -appliedenergistics2:facade:0, Cable Facade - Zeta 1 -appliedenergistics2:facade:0, Cable Facade - Zion 1 -appliedenergistics2:facade:0, Cable Facade - Zkul 1 -appliedenergistics2:facade:0, Cable Facade - Zoea 1 -appliedenergistics2:facade:0, Cable Facade - Zome 1 -appliedenergistics2:facade:0, Cable Facade - Zone 1 -appliedenergistics2:facade:0, Cable Facade - Zorg 1 -appliedenergistics2:facade:0, Cable Facade - Ztyl 1 -appliedenergistics2:facade:0, Cable Facade - Zyth 1 -appliedenergistics2:facade:0, Cable Facade - Darkstone -appliedenergistics2:facade:0, Cable Facade - §9Abyssal Stone -appliedenergistics2:facade:0, Cable Facade - Dreadstone -appliedenergistics2:facade:0, Cable Facade - Abyssalnite Stone -appliedenergistics2:facade:0, Cable Facade - Coralium Stone -appliedenergistics2:facade:0, Cable Facade - §bEthaxium -appliedenergistics2:facade:0, Cable Facade - Omothol Stone -appliedenergistics2:facade:0, Cable Facade - Monolith Stone -appliedenergistics2:facade:0, Cable Facade - Darkstone Cobblestone -appliedenergistics2:facade:0, Cable Facade - §9Abyssal Cobblestone -appliedenergistics2:facade:0, Cable Facade - Dreadstone Cobblestone -appliedenergistics2:facade:0, Cable Facade - Abyssalnite Cobblestone -appliedenergistics2:facade:0, Cable Facade - Coralium Cobblestone -appliedenergistics2:facade:0, Cable Facade - Darkstone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Darkstone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Darkstone Bricks -appliedenergistics2:facade:0, Cable Facade - Glowing Darkstone Bricks -appliedenergistics2:facade:0, Cable Facade - Darkstone Brick Slab -appliedenergistics2:facade:0, Cable Facade - Darkstone Cobblestone Slab -appliedenergistics2:facade:0, Cable Facade - Darklands Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Darklands Oak Wood -appliedenergistics2:facade:0, Cable Facade - Darklands Oak Wood -appliedenergistics2:facade:0, Cable Facade - §9Abyssal Stone Bricks -appliedenergistics2:facade:0, Cable Facade - §9Chiseled Abyssal Stone Bricks -appliedenergistics2:facade:0, Cable Facade - §9Cracked Abyssal Stone Bricks -appliedenergistics2:facade:0, Cable Facade - §9Abyssal Stone Brick Slab -appliedenergistics2:facade:0, Cable Facade - Coralium Ore -appliedenergistics2:facade:0, Cable Facade - Abyssalnite Ore -appliedenergistics2:facade:0, Cable Facade - §3Block of Abyssalnite -appliedenergistics2:facade:0, Cable Facade - §bBlock of Refined Coralium -appliedenergistics2:facade:0, Cable Facade - §4Block of Dreadium -appliedenergistics2:facade:0, Cable Facade - §bBlock of Ethaxium -appliedenergistics2:facade:0, Cable Facade - Coralium Infused Stone -appliedenergistics2:facade:0, Cable Facade - Darkstone Slab -appliedenergistics2:facade:0, Cable Facade - Darklands Oak Wood Planks -appliedenergistics2:facade:0, Cable Facade - Darklands Oak Wood Slab -appliedenergistics2:facade:0, Cable Facade - Abyssal Coralium Ore -appliedenergistics2:facade:0, Cable Facade - Dreadlands Abyssalnite Ore -appliedenergistics2:facade:0, Cable Facade - Dreaded Abyssalnite Ore -appliedenergistics2:facade:0, Cable Facade - Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Dreadstone Bricks -appliedenergistics2:facade:0, Cable Facade - Abyssalnite Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Abyssalnite Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Abyssalnite Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Dreadlands Grass -appliedenergistics2:facade:0, Cable Facade - Dreadlands Wood Log -appliedenergistics2:facade:0, Cable Facade - Dreadlands Wood Leaves -appliedenergistics2:facade:0, Cable Facade - Dreadlands Wood Planks -appliedenergistics2:facade:0, Cable Facade - Dreadstone Brick Slab -appliedenergistics2:facade:0, Cable Facade - Abyssalnite Stone Brick Slab -appliedenergistics2:facade:0, Cable Facade - Coralium Bricks -appliedenergistics2:facade:0, Cable Facade - Chiseled Coralium Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Coralium Bricks -appliedenergistics2:facade:0, Cable Facade - Coralium Brick Slab -appliedenergistics2:facade:0, Cable Facade - Nitre Ore -appliedenergistics2:facade:0, Cable Facade - Abyssal Iron Ore -appliedenergistics2:facade:0, Cable Facade - Abyssal Gold Ore -appliedenergistics2:facade:0, Cable Facade - Abyssal Diamond Ore -appliedenergistics2:facade:0, Cable Facade - Abyssal Nitre Ore -appliedenergistics2:facade:0, Cable Facade - Abyssal Tin Ore -appliedenergistics2:facade:0, Cable Facade - Abyssal Copper Ore -appliedenergistics2:facade:0, Cable Facade - Pearlescent Coralium Ore -appliedenergistics2:facade:0, Cable Facade - Liquified Coralium Ore -appliedenergistics2:facade:0, Cable Facade - Solid lava -appliedenergistics2:facade:0, Cable Facade - §bEthaxium Bricks -appliedenergistics2:facade:0, Cable Facade - §bChiseled Ethaxium Bricks -appliedenergistics2:facade:0, Cable Facade - §bCracked Ethaxium Bricks -appliedenergistics2:facade:0, Cable Facade - §bEthaxium Pillar -appliedenergistics2:facade:0, Cable Facade - §bEthaxium Brick Slab -appliedenergistics2:facade:0, Cable Facade - §4Dark Ethaxium Bricks -appliedenergistics2:facade:0, Cable Facade - §4Chiseled Dark Ethaxium Bricks -appliedenergistics2:facade:0, Cable Facade - §4Cracked Dark Ethaxium Bricks -appliedenergistics2:facade:0, Cable Facade - §4Dark Ethaxium Pillar -appliedenergistics2:facade:0, Cable Facade - §bDark Ethaxium Brick Slab -appliedenergistics2:facade:0, Cable Facade - Abyssal Sand -appliedenergistics2:facade:0, Cable Facade - Fused Abyssal Sand -appliedenergistics2:facade:0, Cable Facade - Dreadlands Dirt -appliedenergistics2:facade:0, Cable Facade - Abyssal Cobblestone Slab -appliedenergistics2:facade:0, Cable Facade - Dreadstone Cobblestone Slab -appliedenergistics2:facade:0, Cable Facade - Abyssalnite Cobblestone Slab -appliedenergistics2:facade:0, Cable Facade - Coralium Cobblestone Slab -appliedenergistics2:facade:0, Cable Facade - Calcified Stone -appliedenergistics2:facade:0, Cable Facade - Restonia Crystal Block -appliedenergistics2:facade:0, Cable Facade - Palis Crystal Block -appliedenergistics2:facade:0, Cable Facade - Diamatine Crystal Block -appliedenergistics2:facade:0, Cable Facade - Void Crystal Block -appliedenergistics2:facade:0, Cable Facade - Emeradic Crystal Block -appliedenergistics2:facade:0, Cable Facade - Enori Crystal Block -appliedenergistics2:facade:0, Cable Facade - Empowered Restonia Crystal Block -appliedenergistics2:facade:0, Cable Facade - Empowered Palis Crystal Block -appliedenergistics2:facade:0, Cable Facade - Empowered Diamatine Crystal Block -appliedenergistics2:facade:0, Cable Facade - Empowered Void Crystal Block -appliedenergistics2:facade:0, Cable Facade - Empowered Emeradic Crystal Block -appliedenergistics2:facade:0, Cable Facade - Empowered Enori Crystal Block -appliedenergistics2:facade:0, Cable Facade - Ethetic Green Block -appliedenergistics2:facade:0, Cable Facade - Ethetic Quartz -appliedenergistics2:facade:0, Cable Facade - White Lamp -appliedenergistics2:facade:0, Cable Facade - Orange Lamp -appliedenergistics2:facade:0, Cable Facade - Magenta Lamp -appliedenergistics2:facade:0, Cable Facade - Light Blue Lamp -appliedenergistics2:facade:0, Cable Facade - Yellow Lamp -appliedenergistics2:facade:0, Cable Facade - Lime Lamp -appliedenergistics2:facade:0, Cable Facade - Pink Lamp -appliedenergistics2:facade:0, Cable Facade - Gray Lamp -appliedenergistics2:facade:0, Cable Facade - Light Gray Lamp -appliedenergistics2:facade:0, Cable Facade - Cyan Lamp -appliedenergistics2:facade:0, Cable Facade - Purple Lamp -appliedenergistics2:facade:0, Cable Facade - Blue Lamp -appliedenergistics2:facade:0, Cable Facade - Brown Lamp -appliedenergistics2:facade:0, Cable Facade - Green Lamp -appliedenergistics2:facade:0, Cable Facade - Red Lamp -appliedenergistics2:facade:0, Cable Facade - Black Lamp -appliedenergistics2:facade:0, Cable Facade - White Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Orange Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Magenta Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Light Blue Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Yellow Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Lime Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Pink Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Gray Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Light Gray Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Cyan Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Purple Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Blue Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Brown Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Green Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Red Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Black Lamp (On) -appliedenergistics2:facade:0, Cable Facade - Lamp Controller -appliedenergistics2:facade:0, Cable Facade - Treasure Chest -appliedenergistics2:facade:0, Cable Facade - Pillar of Black Quartz -appliedenergistics2:facade:0, Cable Facade - Chiseled Block of Black Quartz -appliedenergistics2:facade:0, Cable Facade - Block of Black Quartz -appliedenergistics2:facade:0, Cable Facade - Black Quartz Ore -appliedenergistics2:facade:0, Cable Facade - Wood Casing -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Block of Enderpearl -appliedenergistics2:facade:0, Cable Facade - Casing -appliedenergistics2:facade:0, Cable Facade - Ender Casing -appliedenergistics2:facade:0, Cable Facade - Iron Casing -appliedenergistics2:facade:0, Cable Facade - Water Spring -appliedenergistics2:facade:0, Cable Facade - Oil Spring -appliedenergistics2:facade:0, Cable Facade - tile.decorated.destroy.name -appliedenergistics2:facade:0, Cable Facade - Blueprint (Decoration) -appliedenergistics2:facade:0, Cable Facade - Template (Decoration) -appliedenergistics2:facade:0, Cable Facade - tile.decorated.paper.name -appliedenergistics2:facade:0, Cable Facade - tile.decorated.leather.name -appliedenergistics2:facade:0, Cable Facade - Laser (Decoration) -appliedenergistics2:facade:0, Cable Facade - Aether Grass -appliedenergistics2:facade:0, Cable Facade - Enchanted Aether Grass -appliedenergistics2:facade:0, Cable Facade - Aether Dirt -appliedenergistics2:facade:0, Cable Facade - Holystone -appliedenergistics2:facade:0, Cable Facade - Mossy Holystone -appliedenergistics2:facade:0, Cable Facade - Holystone Brick -appliedenergistics2:facade:0, Cable Facade - Quicksoil -appliedenergistics2:facade:0, Cable Facade - Icestone -appliedenergistics2:facade:0, Cable Facade - Ambrosium Ore -appliedenergistics2:facade:0, Cable Facade - Zanite Ore -appliedenergistics2:facade:0, Cable Facade - Gravitite Ore -appliedenergistics2:facade:0, Cable Facade - Skyroot Leaves -appliedenergistics2:facade:0, Cable Facade - Golden Oak Leaves -appliedenergistics2:facade:0, Cable Facade - Skyroot Log -appliedenergistics2:facade:0, Cable Facade - Golden Oak Log -appliedenergistics2:facade:0, Cable Facade - Skyroot Plank -appliedenergistics2:facade:0, Cable Facade - Aerogel -appliedenergistics2:facade:0, Cable Facade - Enchanted Gravitite -appliedenergistics2:facade:0, Cable Facade - Zanite Block -appliedenergistics2:facade:0, Cable Facade - Carved Stone -appliedenergistics2:facade:0, Cable Facade - Sentry Stone -appliedenergistics2:facade:0, Cable Facade - Angelic Stone -appliedenergistics2:facade:0, Cable Facade - Light Angelic Stone -appliedenergistics2:facade:0, Cable Facade - Hellfire Stone -appliedenergistics2:facade:0, Cable Facade - Light Hellfire Stone -appliedenergistics2:facade:0, Cable Facade - Carved Stone -appliedenergistics2:facade:0, Cable Facade - Sentry Stone -appliedenergistics2:facade:0, Cable Facade - Angelic Stone -appliedenergistics2:facade:0, Cable Facade - Light Angelic Stone -appliedenergistics2:facade:0, Cable Facade - Hellfire Stone -appliedenergistics2:facade:0, Cable Facade - Light Hellfire Stone -appliedenergistics2:facade:0, Cable Facade - Carved Stone -appliedenergistics2:facade:0, Cable Facade - Sentry Stone -appliedenergistics2:facade:0, Cable Facade - Angelic Stone -appliedenergistics2:facade:0, Cable Facade - Light Angelic Stone -appliedenergistics2:facade:0, Cable Facade - Hellfire Stone -appliedenergistics2:facade:0, Cable Facade - Light Hellfire Stone -appliedenergistics2:facade:0, Cable Facade - Crystal Leaves -appliedenergistics2:facade:0, Cable Facade - Crystal Fruit Leaves -appliedenergistics2:facade:0, Cable Facade - Holiday Leaves -appliedenergistics2:facade:0, Cable Facade - Decorated Holiday Leaves -appliedenergistics2:facade:0, Cable Facade - Present -appliedenergistics2:facade:0, Cable Facade - Pillar -appliedenergistics2:facade:0, Cable Facade - Pillar Top -appliedenergistics2:facade:0, Cable Facade - Skyroot Double Slab -appliedenergistics2:facade:0, Cable Facade - Carved Double Slab -appliedenergistics2:facade:0, Cable Facade - Angelic Double Slab -appliedenergistics2:facade:0, Cable Facade - Hellfire Double Slab -appliedenergistics2:facade:0, Cable Facade - Holystone Double Slab -appliedenergistics2:facade:0, Cable Facade - Mossy Holystone Double Slab -appliedenergistics2:facade:0, Cable Facade - Holystone Brick Double Slab -appliedenergistics2:facade:0, Cable Facade - Sun Altar -appliedenergistics2:facade:0, Cable Facade - Skyroot Bookshelf -appliedenergistics2:facade:0, Cable Facade - Nether Redstone Ore -appliedenergistics2:facade:0, Cable Facade - Nether Iron Ore -appliedenergistics2:facade:0, Cable Facade - Nether Gold Ore -appliedenergistics2:facade:0, Cable Facade - Nether Coal Ore -appliedenergistics2:facade:0, Cable Facade - Nether Lapis Ore -appliedenergistics2:facade:0, Cable Facade - Nether Emerald Ore -appliedenergistics2:facade:0, Cable Facade - Nether Diamond Ore -appliedenergistics2:facade:0, Cable Facade - End Redstone Ore -appliedenergistics2:facade:0, Cable Facade - End Coal Ore -appliedenergistics2:facade:0, Cable Facade - End Lapis Ore -appliedenergistics2:facade:0, Cable Facade - End Emerald Ore -appliedenergistics2:facade:0, Cable Facade - End Diamond Ore -appliedenergistics2:facade:0, Cable Facade - End Gold Ore -appliedenergistics2:facade:0, Cable Facade - End Iron Ore -appliedenergistics2:facade:0, Cable Facade - Dry Peat Bog -appliedenergistics2:facade:0, Cable Facade - Saturated Peat Deposit -appliedenergistics2:facade:0, Cable Facade - Soundproofing -appliedenergistics2:facade:0, Cable Facade - Shearing Block -appliedenergistics2:facade:0, Cable Facade - Rock Crystal Ore -appliedenergistics2:facade:0, Cable Facade - Starmetal Ore -appliedenergistics2:facade:0, Cable Facade - Aquamarine Shale -appliedenergistics2:facade:0, Cable Facade - Marble -appliedenergistics2:facade:0, Cable Facade - Marble Bricks -appliedenergistics2:facade:0, Cable Facade - Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Marble Arch -appliedenergistics2:facade:0, Cable Facade - Chiseled Marble -appliedenergistics2:facade:0, Cable Facade - Engraved Marble -appliedenergistics2:facade:0, Cable Facade - Runed Marble -appliedenergistics2:facade:0, Cable Facade - Sooty Marble -appliedenergistics2:facade:0, Cable Facade - Sooty Marble Bricks -appliedenergistics2:facade:0, Cable Facade - Sooty Marble Pillar -appliedenergistics2:facade:0, Cable Facade - Sooty Marble Arch -appliedenergistics2:facade:0, Cable Facade - Chiseled Sooty Marble -appliedenergistics2:facade:0, Cable Facade - Engraved Sooty Marble -appliedenergistics2:facade:0, Cable Facade - Runed Sooty Marble -appliedenergistics2:facade:0, Cable Facade - Infused Wood -appliedenergistics2:facade:0, Cable Facade - Infused Wood Planks -appliedenergistics2:facade:0, Cable Facade - Infused Wood Column -appliedenergistics2:facade:0, Cable Facade - Infused Wood Arch -appliedenergistics2:facade:0, Cable Facade - Engraved Infused Wood -appliedenergistics2:facade:0, Cable Facade - Enriched Infused Wood -appliedenergistics2:facade:0, Cable Facade - Vibrant Infused Wood -appliedenergistics2:facade:0, Cable Facade - Neromantic Prime -appliedenergistics2:facade:0, Cable Facade - Fysallidic Prime -appliedenergistics2:facade:0, Cable Facade - Nethersky Amber -appliedenergistics2:facade:0, Cable Facade - Mithrillium Catalyst -appliedenergistics2:facade:0, Cable Facade - Crimson Quartz -appliedenergistics2:facade:0, Cable Facade - Sacred Wood -appliedenergistics2:facade:0, Cable Facade - Plasma Wood -appliedenergistics2:facade:0, Cable Facade - Ayeraco Stone -appliedenergistics2:facade:0, Cable Facade - Precasian Cap -appliedenergistics2:facade:0, Cable Facade - Dark Soul Machine Chassis -appliedenergistics2:facade:0, Cable Facade - Abyssal Cap -appliedenergistics2:facade:0, Cable Facade - Lelyetian Cap -appliedenergistics2:facade:0, Cable Facade - Deeplands Cap -appliedenergistics2:facade:0, Cable Facade - Creeponian Cap -appliedenergistics2:facade:0, Cable Facade - Barathos Cap -appliedenergistics2:facade:0, Cable Facade - Tartarite Monolith -appliedenergistics2:facade:0, Cable Facade - Celian Block -appliedenergistics2:facade:0, Cable Facade - Crystevian Crystal -appliedenergistics2:facade:0, Cable Facade - Garden Block -appliedenergistics2:facade:0, Cable Facade - Haven Block -appliedenergistics2:facade:0, Cable Facade - Iro Block -appliedenergistics2:facade:0, Cable Facade - Mysterium Block -appliedenergistics2:facade:0, Cable Facade - Vox Block -appliedenergistics2:facade:0, Cable Facade - Candyland Cap -appliedenergistics2:facade:0, Cable Facade - Celeve Cap -appliedenergistics2:facade:0, Cable Facade - Gardencia Cap -appliedenergistics2:facade:0, Cable Facade - Crystevia Cap -appliedenergistics2:facade:0, Cable Facade - Haven Cap -appliedenergistics2:facade:0, Cable Facade - Iromine Cap -appliedenergistics2:facade:0, Cable Facade - Mysterium Cap -appliedenergistics2:facade:0, Cable Facade - Vox Ponds Cap -appliedenergistics2:facade:0, Cable Facade - Mythic Machine Case -appliedenergistics2:facade:0, Cable Facade - Arc Reactor Coil -appliedenergistics2:facade:0, Cable Facade - Infusion Catalyst -appliedenergistics2:facade:0, Cable Facade - Bloodmaster Block -appliedenergistics2:facade:0, Cable Facade - Rhenium Ore -appliedenergistics2:facade:0, Cable Facade - Tartarite Ore -appliedenergistics2:facade:0, Cable Facade - Sednanite Ore -appliedenergistics2:facade:0, Cable Facade - Myrmitite Ore -appliedenergistics2:facade:0, Cable Facade - Ogerite Ore -appliedenergistics2:facade:0, Cable Facade - Mythic Excavation Engine -appliedenergistics2:facade:0, Cable Facade - Mythic Excavation Power Unit -appliedenergistics2:facade:0, Cable Facade - Runandor Cap -appliedenergistics2:facade:0, Cable Facade - Lunalus Cap -appliedenergistics2:facade:0, Cable Facade - L'Borean Cap -appliedenergistics2:facade:0, Cable Facade - Dreaded Steel Block -appliedenergistics2:facade:0, Cable Facade - Stone of the Master Wizard -appliedenergistics2:facade:0, Cable Facade - Unidentified Body -appliedenergistics2:facade:0, Cable Facade - Alchemical Crystal -appliedenergistics2:facade:0, Cable Facade - Living Gold -appliedenergistics2:facade:0, Cable Facade - Mythic Excavation Reactor -appliedenergistics2:facade:0, Cable Facade - Chaotic Stone -appliedenergistics2:facade:0, Cable Facade - Chaotic Bricks -appliedenergistics2:facade:0, Cable Facade - Ancient Cavern Cap -appliedenergistics2:facade:0, Cable Facade - Immortallis Cap -appliedenergistics2:facade:0, Cable Facade - Greckon Cap -appliedenergistics2:facade:0, Cable Facade - Dustopia Cap -appliedenergistics2:facade:0, Cable Facade - Gaia Spirit Block -appliedenergistics2:facade:0, Cable Facade - Nightmare Block -appliedenergistics2:facade:0, Cable Facade - Nightmare Machine Case -appliedenergistics2:facade:0, Cable Facade - Negative Exotic Body -appliedenergistics2:facade:0, Cable Facade - Collapser Casing -appliedenergistics2:facade:0, Cable Facade - Collapser Conduit -appliedenergistics2:facade:0, Cable Facade - Gravity Inverter -appliedenergistics2:facade:0, Cable Facade - Shyre Bricks -appliedenergistics2:facade:0, Cable Facade - Reinforced Shyre Bricks -appliedenergistics2:facade:0, Cable Facade - Infinity Furnace Bricks -appliedenergistics2:facade:0, Cable Facade - White Fuel -appliedenergistics2:facade:0, Cable Facade - Vibrating Stone -appliedenergistics2:facade:0, Cable Facade - Resonating Stone -appliedenergistics2:facade:0, Cable Facade - Block of Candy -appliedenergistics2:facade:0, Cable Facade - Rainbow Bricks -appliedenergistics2:facade:0, Cable Facade - Bedrock Cobblestone -appliedenergistics2:facade:0, Cable Facade - Dark Mithrillium Block -appliedenergistics2:facade:0, Cable Facade - Miniature Star -appliedenergistics2:facade:0, Cable Facade - Dyson Shell -appliedenergistics2:facade:0, Cable Facade - Dyson Beam -appliedenergistics2:facade:0, Cable Facade - Ultracapacitor Bank -appliedenergistics2:facade:0, Cable Facade - More Defined Machine Case -appliedenergistics2:facade:0, Cable Facade - Dyson Conduit -appliedenergistics2:facade:0, Cable Facade - Dyson Collector -appliedenergistics2:facade:0, Cable Facade - High Energy Ray Collector -appliedenergistics2:facade:0, Cable Facade - Irradiated Filler -appliedenergistics2:facade:0, Cable Facade - Irradiator Casing -appliedenergistics2:facade:0, Cable Facade - Miniature Pulsar -appliedenergistics2:facade:0, Cable Facade - Collecting Stone -appliedenergistics2:facade:0, Cable Facade - Lilith Altar Bricks -appliedenergistics2:facade:0, Cable Facade - Moloch Altar Bricks -appliedenergistics2:facade:0, Cable Facade - Vibranium Servo -appliedenergistics2:facade:0, Cable Facade - Neutronium Cannon -appliedenergistics2:facade:0, Cable Facade - Neutronium Casing -appliedenergistics2:facade:0, Cable Facade - Neutronium Bombarder -appliedenergistics2:facade:0, Cable Facade - Accelerator Tube -appliedenergistics2:facade:0, Cable Facade - Experiment Casing -appliedenergistics2:facade:0, Cable Facade - Linear Accelerator Tube -appliedenergistics2:facade:0, Cable Facade - Warped Stone -appliedenergistics2:facade:0, Cable Facade - Baphomet Altar Bricks -appliedenergistics2:facade:0, Cable Facade - Miniature Black Hole -appliedenergistics2:facade:0, Cable Facade - Horizon Stabilizer -appliedenergistics2:facade:0, Cable Facade - Infinity Dyson Conduit -appliedenergistics2:facade:0, Cable Facade - Dyson Compressor -appliedenergistics2:facade:0, Cable Facade - Unfathomable Stone -appliedenergistics2:facade:0, Cable Facade - Destructive Stone Bricks -appliedenergistics2:facade:0, Cable Facade - Destructive Demon Alloy -appliedenergistics2:facade:0, Cable Facade - Vengeful Stone Tiles -appliedenergistics2:facade:0, Cable Facade - Destructive Demon Eye -appliedenergistics2:facade:0, Cable Facade - Vengeful Portal -appliedenergistics2:facade:0, Cable Facade - Retaliation Portal -appliedenergistics2:facade:0, Cable Facade - Demonic Crystal Cluster -appliedenergistics2:facade:0, Cable Facade - Corrosive Crystal Cluster -appliedenergistics2:facade:0, Cable Facade - Destructive Crystal Cluster -appliedenergistics2:facade:0, Cable Facade - Vengeful Crystal Cluster -appliedenergistics2:facade:0, Cable Facade - Steadfast Crystal Cluster -appliedenergistics2:facade:0, Cable Facade - Icy Bricks -appliedenergistics2:facade:0, Cable Facade - Icy Tiles -appliedenergistics2:facade:0, Cable Facade - Icy Stone -appliedenergistics2:facade:0, Cable Facade - Icy Gateway -appliedenergistics2:facade:0, Cable Facade - Dense Gravitite Ore -appliedenergistics2:facade:0, Cable Facade - Darkstar Stone -appliedenergistics2:facade:0, Cable Facade - Arkenstone -appliedenergistics2:facade:0, Cable Facade - Purity Offer -appliedenergistics2:facade:0, Cable Facade - Ragnarok Sigil -appliedenergistics2:facade:0, Cable Facade - Master Rune Box -appliedenergistics2:facade:0, Cable Facade - Tier 1 Mythic Coil -appliedenergistics2:facade:0, Cable Facade - Tier 2 Mythic Coil -appliedenergistics2:facade:0, Cable Facade - Tier 3 Mythic Coil -appliedenergistics2:facade:0, Cable Facade - Draconium Electromagnet -appliedenergistics2:facade:0, Cable Facade - Awakened Electromagnet -appliedenergistics2:facade:0, Cable Facade - Shining Sandstone -appliedenergistics2:facade:0, Cable Facade - Highly Advanced Machine Casing -appliedenergistics2:facade:0, Cable Facade - Draconic Machine Frame -appliedenergistics2:facade:0, Cable Facade - Eternal Tulite -appliedenergistics2:facade:0, Cable Facade - Valtellina Ore -appliedenergistics2:facade:0, Cable Facade - Broken Arcana Portal -appliedenergistics2:facade:0, Cable Facade - Ender Dolomite -appliedenergistics2:facade:0, Cable Facade - Serpentine -appliedenergistics2:facade:0, Cable Facade - Travertine -appliedenergistics2:facade:0, Cable Facade - Pink Marble -appliedenergistics2:facade:0, Cable Facade - Onyx -appliedenergistics2:facade:0, Cable Facade - Agate -appliedenergistics2:facade:0, Cable Facade - Feldspar -appliedenergistics2:facade:0, Cable Facade - Metagabbro -appliedenergistics2:facade:0, Cable Facade - Fiery Pyrite -appliedenergistics2:facade:0, Cable Facade - Muon Extractor -appliedenergistics2:facade:0, Cable Facade - Titanium Iridium Coil -appliedenergistics2:facade:0, Cable Facade - Order Wood -appliedenergistics2:facade:0, Cable Facade - Chaos Wood -appliedenergistics2:facade:0, Cable Facade - Brightsteel Case -appliedenergistics2:facade:0, Cable Facade - Gravitational Vibrator -appliedenergistics2:facade:0, Cable Facade - Scale of the Ancient Heart -appliedenergistics2:facade:0, Cable Facade - Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Everburner -appliedenergistics2:facade:0, Cable Facade - Sentient Factory Core -appliedenergistics2:facade:0, Cable Facade - Brightsteel Conduit -appliedenergistics2:facade:0, Cable Facade - Asgard Furnace Bricks -appliedenergistics2:facade:0, Cable Facade - Defined Block -appliedenergistics2:facade:0, Cable Facade - Definer Casing -appliedenergistics2:facade:0, Cable Facade - Well-Defined Machine Case -appliedenergistics2:facade:0, Cable Facade - Sandman's Sand -appliedenergistics2:facade:0, Cable Facade - Holographic Ore -appliedenergistics2:facade:0, Cable Facade - Ultimate Ore -appliedenergistics2:facade:0, Cable Facade - Matrix Ore -appliedenergistics2:facade:0, Cable Facade - Sednanite Stabilizer -appliedenergistics2:facade:0, Cable Facade - Plasma Collider -appliedenergistics2:facade:0, Cable Facade - Plasma Injector -appliedenergistics2:facade:0, Cable Facade - Ichor -appliedenergistics2:facade:0, Cable Facade - Inertial Laser Projector -appliedenergistics2:facade:0, Cable Facade - Hohlraum -appliedenergistics2:facade:0, Cable Facade - Demon Stone -appliedenergistics2:facade:0, Cable Facade - Energy Hive -appliedenergistics2:facade:0, Cable Facade - Fluix Etcher -appliedenergistics2:facade:0, Cable Facade - Naquadah Catalyst -appliedenergistics2:facade:0, Cable Facade - Recursive Meatball -appliedenergistics2:facade:0, Cable Facade - Fusion Core Placeholder -appliedenergistics2:facade:0, Cable Facade - Etherium Ore -appliedenergistics2:facade:0, Cable Facade - Charged Draconium Block -appliedenergistics2:facade:0, Cable Facade - Myrmitite Casing -appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.returning_point.name -appliedenergistics2:facade:0, Cable Facade - Shungite -appliedenergistics2:facade:0, Cable Facade - Herne Altar Stone -appliedenergistics2:facade:0, Cable Facade - Lilith Altar Stone -appliedenergistics2:facade:0, Cable Facade - Moloch Altar Stone -appliedenergistics2:facade:0, Cable Facade - Baphomet Altar Stone -appliedenergistics2:facade:0, Cable Facade - Abyssal Wasteland Containment Stone -appliedenergistics2:facade:0, Cable Facade - Dreadlands Containment Stone -appliedenergistics2:facade:0, Cable Facade - Omothol Containment Stone -appliedenergistics2:facade:0, Cable Facade - Draconian Headstone -appliedenergistics2:facade:0, Cable Facade - Psichic Stone -appliedenergistics2:facade:0, Cable Facade - Empowered Mazestone -appliedenergistics2:facade:0, Cable Facade - Crazed Marble -appliedenergistics2:facade:0, Cable Facade - Darkstar Catalyst -appliedenergistics2:facade:0, Cable Facade - Abyssal Flesh -appliedenergistics2:facade:0, Cable Facade - Active Cryotheum Cooler -appliedenergistics2:facade:0, Cable Facade - Salt Exchanger Vessel -appliedenergistics2:facade:0, Cable Facade - Fuel Exchanger Vessel -appliedenergistics2:facade:0, Cable Facade - Heat Sink Vessel -appliedenergistics2:facade:0, Cable Facade - Ichorium Catalyst -appliedenergistics2:facade:0, Cable Facade - Gold NaK Cooler -appliedenergistics2:facade:0, Cable Facade - Redstone NaK Cooler -appliedenergistics2:facade:0, Cable Facade - Raw NaK Cooler -appliedenergistics2:facade:0, Cable Facade - Cryotheum NaK Cooler -appliedenergistics2:facade:0, Cable Facade - Helium NaK Cooler -appliedenergistics2:facade:0, Cable Facade - Ogerite or Vital Lymph Vessel -appliedenergistics2:facade:0, Cable Facade - Polonium Vessel -appliedenergistics2:facade:0, Cable Facade - Unholy Radioactive Mix Vessel -appliedenergistics2:facade:0, Cable Facade - Possessed Starlight Vessel -appliedenergistics2:facade:0, Cable Facade - Hot Heat Exchanger Tube -appliedenergistics2:facade:0, Cable Facade - Cold Heat Exchanger Tube -appliedenergistics2:facade:0, Cable Facade - Turbine Bearing Design -appliedenergistics2:facade:0, Cable Facade - Inlets or Outlets -appliedenergistics2:facade:0, Cable Facade - Runic Ore -appliedenergistics2:facade:0, Cable Facade - Catalyzed Runic Ore -appliedenergistics2:facade:0, Cable Facade - Sparkled Oak Planks -appliedenergistics2:facade:0, Cable Facade - Shielded Honey Bricks -appliedenergistics2:facade:0, Cable Facade - Vegetarian Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Stone of Aura -appliedenergistics2:facade:0, Cable Facade - Sacred Eucalyptus -appliedenergistics2:facade:0, Cable Facade - Lifebringer Leaves -appliedenergistics2:facade:0, Cable Facade - Innerved Sky Stone -appliedenergistics2:facade:0, Cable Facade - Diabetic Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Cosmic Fabric -appliedenergistics2:facade:0, Cable Facade - Enthralled Divine Ore -appliedenergistics2:facade:0, Cable Facade - Celestial Divine Ore -appliedenergistics2:facade:0, Cable Facade - Frigid Divine Ore -appliedenergistics2:facade:0, Cable Facade - Untamed Divine Ore -appliedenergistics2:facade:0, Cable Facade - Infernal Divine Ore -appliedenergistics2:facade:0, Cable Facade - Shadowed Divine Ore -appliedenergistics2:facade:0, Cable Facade - Grounded Divine Ore -appliedenergistics2:facade:0, Cable Facade - Shungite Casing -appliedenergistics2:facade:0, Cable Facade - Plasma Accelerator Tube -appliedenergistics2:facade:0, Cable Facade - Inertial Plasma Cannon -appliedenergistics2:facade:0, Cable Facade - Fluid Matrix Conduit -appliedenergistics2:facade:0, Cable Facade - Matrix Plasma Fusor -appliedenergistics2:facade:0, Cable Facade - Radioactive Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Hypergrowth Component -appliedenergistics2:facade:0, Cable Facade - Hypercapacitor Discharger: X1 -appliedenergistics2:facade:0, Cable Facade - Hypercapacitor Discharger: X4 -appliedenergistics2:facade:0, Cable Facade - Hypercapacitor Discharger: X16 -appliedenergistics2:facade:0, Cable Facade - Hypercapacitor Discharger: X64 -appliedenergistics2:facade:0, Cable Facade - Hypercapacitor Discharger: X256 -appliedenergistics2:facade:0, Cable Facade - Hypercapacitor Discharger: X1024 -appliedenergistics2:facade:0, Cable Facade - Tainted Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Hihi'Irokane Block -appliedenergistics2:facade:0, Cable Facade - Botanical Dream Stone -appliedenergistics2:facade:0, Cable Facade - Botanical Nightmare Stone -appliedenergistics2:facade:0, Cable Facade - Darkstar Collector -appliedenergistics2:facade:0, Cable Facade - Elemental Harmonizer -appliedenergistics2:facade:0, Cable Facade - High Particulate Steam Condensation Tube -appliedenergistics2:facade:0, Cable Facade - Place a Destabilized Redstone Bucket Here -appliedenergistics2:facade:0, Cable Facade - Stargate Sand -appliedenergistics2:facade:0, Cable Facade - Sideral Steel -appliedenergistics2:facade:0, Cable Facade - Stargate Chevron Block -appliedenergistics2:facade:0, Cable Facade - Stargate Ring Block -appliedenergistics2:facade:0, Cable Facade - Stargate Controller Block -appliedenergistics2:facade:0, Cable Facade - Heart of the Desert -appliedenergistics2:facade:0, Cable Facade - Recursive Stone -appliedenergistics2:facade:0, Cable Facade - Monumentally Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Harbinger Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Hot Input -appliedenergistics2:facade:0, Cable Facade - Cold Input -appliedenergistics2:facade:0, Cable Facade - Cooled Output -appliedenergistics2:facade:0, Cable Facade - Heated Output -appliedenergistics2:facade:0, Cable Facade - Sacred Cinders Apiary -appliedenergistics2:facade:0, Cable Facade - Adamantium-Reinforced Petrified Wood -appliedenergistics2:facade:0, Cable Facade - Dreadful Ice -appliedenergistics2:facade:0, Cable Facade - Alchemical Ore -appliedenergistics2:facade:0, Cable Facade - Fractallite Furnace Bricks -appliedenergistics2:facade:0, Cable Facade - Fractallite Furnace Conduit -appliedenergistics2:facade:0, Cable Facade - Fractallite Furnace Empowerer -appliedenergistics2:facade:0, Cable Facade - Fractallite Furnace Core -appliedenergistics2:facade:0, Cable Facade - Core of Halite Definition -appliedenergistics2:facade:0, Cable Facade - Plated Photonium -appliedenergistics2:facade:0, Cable Facade - Gallifreyan Irradiator -appliedenergistics2:facade:0, Cable Facade - Sentient Meatball Flesh -appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.gluttonous_sentient_meatball.name -appliedenergistics2:facade:0, Cable Facade - Withering Fabrial -appliedenergistics2:facade:0, Cable Facade - Hyperuranion Actualizing Fabrial -appliedenergistics2:facade:0, Cable Facade - Gambling Sentient Meatball -appliedenergistics2:facade:0, Cable Facade - Freed Betrayed Soul -appliedenergistics2:facade:0, Cable Facade - Quantum Condenser -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Missing -appliedenergistics2:facade:0, Cable Facade - Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Orange Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Magenta Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Light Blue Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Yellow Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Lime Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Pink Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Gray Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Light Gray Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Cyan Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Purple Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Blue Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Brown Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Green Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Red Altered Fabric -appliedenergistics2:facade:0, Cable Facade - Fabric of Reality -appliedenergistics2:facade:0, Cable Facade - Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Orange Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Magenta Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Light Blue Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Yellow Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Lime Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Pink Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Gray Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Light Gray Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Cyan Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Purple Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Blue Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Brown Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Green Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Red Altered Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Ancient Fabric -appliedenergistics2:facade:0, Cable Facade - Unraveled Fabric -appliedenergistics2:facade:0, Cable Facade - Eternal Fabric -appliedenergistics2:facade:0, Cable Facade - tile.marking_plate.name -appliedenergistics2:facade:0, Cable Facade - Litherite -appliedenergistics2:facade:0, Cable Facade - Litherite Paver -appliedenergistics2:facade:0, Cable Facade - Litherite Bricks -appliedenergistics2:facade:0, Cable Facade - Litherite Tiles -appliedenergistics2:facade:0, Cable Facade - Erodium -appliedenergistics2:facade:0, Cable Facade - Erodium Paver -appliedenergistics2:facade:0, Cable Facade - Erodium Bricks -appliedenergistics2:facade:0, Cable Facade - Erodium Tiles -appliedenergistics2:facade:0, Cable Facade - Kyronite -appliedenergistics2:facade:0, Cable Facade - Kyronite Paver -appliedenergistics2:facade:0, Cable Facade - Kyronite Bricks -appliedenergistics2:facade:0, Cable Facade - Kyronite Tiles -appliedenergistics2:facade:0, Cable Facade - Pladium -appliedenergistics2:facade:0, Cable Facade - Pladium Paver -appliedenergistics2:facade:0, Cable Facade - Pladium Bricks -appliedenergistics2:facade:0, Cable Facade - Pladium Tiles -appliedenergistics2:facade:0, Cable Facade - Ionite -appliedenergistics2:facade:0, Cable Facade - Ionite Paver -appliedenergistics2:facade:0, Cable Facade - Ionite Bricks -appliedenergistics2:facade:0, Cable Facade - Ionite Tiles -appliedenergistics2:facade:0, Cable Facade - Aethium -appliedenergistics2:facade:0, Cable Facade - Aethium Paver -appliedenergistics2:facade:0, Cable Facade - Aethium Bricks -appliedenergistics2:facade:0, Cable Facade - Aethium Tiles -appliedenergistics2:facade:0, Cable Facade - Lonsdaleite -appliedenergistics2:facade:0, Cable Facade - Lonsdaleite Paver -appliedenergistics2:facade:0, Cable Facade - Lonsdaleite Bricks -appliedenergistics2:facade:0, Cable Facade - Lonsdaleite Tiles -appliedenergistics2:facade:0, Cable Facade - Mica -appliedenergistics2:facade:0, Cable Facade - Interconnect -appliedenergistics2:facade:0, Cable Facade - Compact Raw Porkchop -appliedenergistics2:facade:0, Cable Facade - Rune Stone -appliedenergistics2:facade:0, Cable Facade - Rune Stone -appliedenergistics2:facade:0, Cable Facade - Rune Stone -appliedenergistics2:facade:0, Cable Facade - Rune Stone -appliedenergistics2:facade:0, Cable Facade - Rune Stone -appliedenergistics2:facade:0, Cable Facade - Rune Stone -appliedenergistics2:facade:0, Cable Facade - Betweenlands Bedrock -appliedenergistics2:facade:0, Cable Facade - Betweenstone -appliedenergistics2:facade:0, Cable Facade - Corrupt Betweenstone -appliedenergistics2:facade:0, Cable Facade - Mud -appliedenergistics2:facade:0, Cable Facade - Peat -appliedenergistics2:facade:0, Cable Facade - Smoldering Peat -appliedenergistics2:facade:0, Cable Facade - Sludgy Dirt -appliedenergistics2:facade:0, Cable Facade - Spreading Sludgy Dirt -appliedenergistics2:facade:0, Cable Facade - Slimy Dirt -appliedenergistics2:facade:0, Cable Facade - Slimy Grass -appliedenergistics2:facade:0, Cable Facade - Cragrock -appliedenergistics2:facade:0, Cable Facade - Mossy Cragrock Top -appliedenergistics2:facade:0, Cable Facade - Mossy Cragrock Bottom -appliedenergistics2:facade:0, Cable Facade - Pitstone -appliedenergistics2:facade:0, Cable Facade - Limestone -appliedenergistics2:facade:0, Cable Facade - Swamp Dirt -appliedenergistics2:facade:0, Cable Facade - Coarse Swamp Dirt -appliedenergistics2:facade:0, Cable Facade - Swamp Grass -appliedenergistics2:facade:0, Cable Facade - Octine Ore -appliedenergistics2:facade:0, Cable Facade - Valonite Ore -appliedenergistics2:facade:0, Cable Facade - Sulfur Ore -appliedenergistics2:facade:0, Cable Facade - Slimy Bone Ore -appliedenergistics2:facade:0, Cable Facade - Scabyst Ore -appliedenergistics2:facade:0, Cable Facade - Syrmorite Ore -appliedenergistics2:facade:0, Cable Facade - Aqua Middle Gem Ore -appliedenergistics2:facade:0, Cable Facade - Crimson Middle Gem Ore -appliedenergistics2:facade:0, Cable Facade - Green Middle Gem Ore -appliedenergistics2:facade:0, Cable Facade - Silt -appliedenergistics2:facade:0, Cable Facade - Filtered Silt -appliedenergistics2:facade:0, Cable Facade - Dead Grass -appliedenergistics2:facade:0, Cable Facade - Solid Tar -appliedenergistics2:facade:0, Cable Facade - Block of Pearls -appliedenergistics2:facade:0, Cable Facade - Weedwood Log -appliedenergistics2:facade:0, Cable Facade - Weedwood Log -appliedenergistics2:facade:0, Cable Facade - Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Spreading Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Hearthgrove Log -appliedenergistics2:facade:0, Cable Facade - Tarred Hearthgrove Log -appliedenergistics2:facade:0, Cable Facade - Hearthgrove Log -appliedenergistics2:facade:0, Cable Facade - Tarred Hearthgrove Log -appliedenergistics2:facade:0, Cable Facade - Nibbletwig Log -appliedenergistics2:facade:0, Cable Facade - Nibbletwig Log -appliedenergistics2:facade:0, Cable Facade - Spirit Tree Log -appliedenergistics2:facade:0, Cable Facade - Spirit Tree Log -appliedenergistics2:facade:0, Cable Facade - Weedwood -appliedenergistics2:facade:0, Cable Facade - Sap Tree Log -appliedenergistics2:facade:0, Cable Facade - Sap Tree Log -appliedenergistics2:facade:0, Cable Facade - Weedwood Leaves -appliedenergistics2:facade:0, Cable Facade - Sap Tree Leaves -appliedenergistics2:facade:0, Cable Facade - Rubber Tree Leaves -appliedenergistics2:facade:0, Cable Facade - Hearthgrove Leaves -appliedenergistics2:facade:0, Cable Facade - Nibbletwig Leaves -appliedenergistics2:facade:0, Cable Facade - Upper Spirit Tree Leaves -appliedenergistics2:facade:0, Cable Facade - Middle Spirit Tree Leaves -appliedenergistics2:facade:0, Cable Facade - Lower Spirit Tree Leaves -appliedenergistics2:facade:0, Cable Facade - Weedwood Planks -appliedenergistics2:facade:0, Cable Facade - Rubber Tree Planks -appliedenergistics2:facade:0, Cable Facade - Giant Root Planks -appliedenergistics2:facade:0, Cable Facade - Hearthgrove Planks -appliedenergistics2:facade:0, Cable Facade - Nibbletwig Planks -appliedenergistics2:facade:0, Cable Facade - Angry Betweenstone -appliedenergistics2:facade:0, Cable Facade - Betweenstone Bricks -appliedenergistics2:facade:0, Cable Facade - Betweenstone Bricks Mirage -appliedenergistics2:facade:0, Cable Facade - Betweenstone Tiles -appliedenergistics2:facade:0, Cable Facade - Chiseled Betweenstone -appliedenergistics2:facade:0, Cable Facade - Chiseled Cragrock -appliedenergistics2:facade:0, Cable Facade - Cracked Chiseled Cragrock -appliedenergistics2:facade:0, Cable Facade - Mossy Chiseled Cragrock -appliedenergistics2:facade:0, Cable Facade - Chiseled Limestone -appliedenergistics2:facade:0, Cable Facade - Chiseled Pitstone -appliedenergistics2:facade:0, Cable Facade - Chiseled Scabyst -appliedenergistics2:facade:0, Cable Facade - Chiseled Scabyst -appliedenergistics2:facade:0, Cable Facade - Chiseled Scabyst -appliedenergistics2:facade:0, Cable Facade - Scabyst Lined Pitstone -appliedenergistics2:facade:0, Cable Facade - Scabyst Lined Pitstone -appliedenergistics2:facade:0, Cable Facade - Scabyst Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Betweenstone Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Betweenstone Tiles -appliedenergistics2:facade:0, Cable Facade - Cracked Limestone Bricks -appliedenergistics2:facade:0, Cable Facade - Cragrock Bricks -appliedenergistics2:facade:0, Cable Facade - Cracked Cragrock Bricks -appliedenergistics2:facade:0, Cable Facade - Mossy Cragrock Bricks -appliedenergistics2:facade:0, Cable Facade - Cragrock Tiles -appliedenergistics2:facade:0, Cable Facade - Cracked Cragrock Tiles -appliedenergistics2:facade:0, Cable Facade - Mossy Cragrock Tiles -appliedenergistics2:facade:0, Cable Facade - Glowing Betweenstone Tile -appliedenergistics2:facade:0, Cable Facade - Inactive Glowing Smooth Cragrock -appliedenergistics2:facade:0, Cable Facade - Glowing Smooth Cragrock -appliedenergistics2:facade:0, Cable Facade - Limestone Bricks -appliedenergistics2:facade:0, Cable Facade - Limestone Tiles -appliedenergistics2:facade:0, Cable Facade - Mossy Betweenstone Bricks -appliedenergistics2:facade:0, Cable Facade - Mossy Betweenstone Tiles -appliedenergistics2:facade:0, Cable Facade - Mossy Limestone Bricks -appliedenergistics2:facade:0, Cable Facade - Mossy Smooth Betweenstone -appliedenergistics2:facade:0, Cable Facade - Mud Bricks -appliedenergistics2:facade:0, Cable Facade - Mud Brick Shingles -appliedenergistics2:facade:0, Cable Facade - Rubber Block -appliedenergistics2:facade:0, Cable Facade - Pitstone Bricks -appliedenergistics2:facade:0, Cable Facade - Pitstone Tiles -appliedenergistics2:facade:0, Cable Facade - Polished Limestone -appliedenergistics2:facade:0, Cable Facade - Smooth Betweenstone -appliedenergistics2:facade:0, Cable Facade - Smooth Cragrock -appliedenergistics2:facade:0, Cable Facade - Block of Octine -appliedenergistics2:facade:0, Cable Facade - Block of Syrmorite -appliedenergistics2:facade:0, Cable Facade - Block of Valonite -appliedenergistics2:facade:0, Cable Facade - Block of Scabyst -appliedenergistics2:facade:0, Cable Facade - Weak Betweenstone Tiles -appliedenergistics2:facade:0, Cable Facade - Weak Polished Limestone -appliedenergistics2:facade:0, Cable Facade - Weak Mossy Betweenstone Tiles -appliedenergistics2:facade:0, Cable Facade - Weak Smooth Cragrock -appliedenergistics2:facade:0, Cable Facade - Block of Sulfur -appliedenergistics2:facade:0, Cable Facade - Temple Bricks -appliedenergistics2:facade:0, Cable Facade - Smooth Pitstone -appliedenergistics2:facade:0, Cable Facade - Mire Coral Block -appliedenergistics2:facade:0, Cable Facade - Deep Water Coral Block -appliedenergistics2:facade:0, Cable Facade - Slimy Bone Block -appliedenergistics2:facade:0, Cable Facade - Aqua Middle Gem Block -appliedenergistics2:facade:0, Cable Facade - Crimson Middle Gem Block -appliedenergistics2:facade:0, Cable Facade - Green Middle Gem Block -appliedenergistics2:facade:0, Cable Facade - Block of Compost -appliedenergistics2:facade:0, Cable Facade - Thatch -appliedenergistics2:facade:0, Cable Facade - Worm Pillar -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar 1 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar 2 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar 3 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar 4 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar 5 -appliedenergistics2:facade:0, Cable Facade - Worm Pillar Cap -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar Cap 1 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar Cap 2 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar Cap 3 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar Cap 4 -appliedenergistics2:facade:0, Cable Facade - Sludgy Worm Pillar Cap 5 -appliedenergistics2:facade:0, Cable Facade - Compacted Mud -appliedenergistics2:facade:0, Cable Facade - Mud Tiles -appliedenergistics2:facade:0, Cable Facade - Decayed Mud Tiles -appliedenergistics2:facade:0, Cable Facade - Cracked Mud Tiles -appliedenergistics2:facade:0, Cable Facade - Decayed Cracked Mud Tiles -appliedenergistics2:facade:0, Cable Facade - Carved Mud Bricks -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks 1 -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks 2 -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks 3 -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks 4 -appliedenergistics2:facade:0, Cable Facade - Carved Mud Bricks Edge -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks Edge 1 -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks Edge 2 -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks Edge 3 -appliedenergistics2:facade:0, Cable Facade - Sludgy Carved Mud Bricks Edge 4 -appliedenergistics2:facade:0, Cable Facade - Sludgy Mud Bricks 1 -appliedenergistics2:facade:0, Cable Facade - Sludgy Mud Bricks 2 -appliedenergistics2:facade:0, Cable Facade - Sludgy Mud Bricks 3 -appliedenergistics2:facade:0, Cable Facade - Sludgy Mud Bricks 4 -appliedenergistics2:facade:0, Cable Facade - Beam Passage -appliedenergistics2:facade:0, Cable Facade - Beam Lens Support -appliedenergistics2:facade:0, Cable Facade - Runged Mud Bricks -appliedenergistics2:facade:0, Cable Facade - Broken Mud Tiles -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Carved Rotten Bark -appliedenergistics2:facade:0, Cable Facade - Energy Barrier -appliedenergistics2:facade:0, Cable Facade - Compacted Mud Mirage -appliedenergistics2:facade:0, Cable Facade - Rotten Planks -appliedenergistics2:facade:0, Cable Facade - Brazier -appliedenergistics2:facade:0, Cable Facade - Bulb-Capped Mushroom Stalk -appliedenergistics2:facade:0, Cable Facade - Shelf Fungus -appliedenergistics2:facade:0, Cable Facade - Giant Root -appliedenergistics2:facade:0, Cable Facade - Hanger -appliedenergistics2:facade:0, Cable Facade - Seeded Hanger -appliedenergistics2:facade:0, Cable Facade - Purified Swamp Dirt -appliedenergistics2:facade:0, Cable Facade - Black Ice -appliedenergistics2:facade:0, Cable Facade - Portal Frame -appliedenergistics2:facade:0, Cable Facade - Portal Frame -appliedenergistics2:facade:0, Cable Facade - Top Left Portal Frame -appliedenergistics2:facade:0, Cable Facade - Top Portal Frame -appliedenergistics2:facade:0, Cable Facade - Top Right Portal Frame -appliedenergistics2:facade:0, Cable Facade - Right Side Portal Frame -appliedenergistics2:facade:0, Cable Facade - Left Side Portal Frame -appliedenergistics2:facade:0, Cable Facade - Bottom Left Portal Frame -appliedenergistics2:facade:0, Cable Facade - Bottom Portal Frame -appliedenergistics2:facade:0, Cable Facade - Bottom Right Portal Frame -appliedenergistics2:facade:0, Cable Facade - Energy Barrier -appliedenergistics2:facade:0, Cable Facade - Lyestone -appliedenergistics2:facade:0, Cable Facade - Mist Bridge -appliedenergistics2:facade:0, Cable Facade - Shadow Walker -appliedenergistics2:facade:0, Cable Facade - Mirion Block -appliedenergistics2:crystal_seed:0, Certus Quartz Seed -appliedenergistics2:crystal_seed:600, Nether Quartz Seed -appliedenergistics2:crystal_seed:1200, Fluix Seed -appliedenergistics2:crystal_seed:0, Certus Quartz Seed -appliedenergistics2:crystal_seed:600, Nether Quartz Seed -appliedenergistics2:crystal_seed:1200, Fluix Seed -appliedenergistics2:crystal_seed:0, Certus Quartz Seed -appliedenergistics2:crystal_seed:600, Nether Quartz Seed -appliedenergistics2:crystal_seed:1200, Fluix Seed -appliedenergistics2:encoded_pattern, Encoded Pattern -appliedenergistics2:paint_ball:0, Paint Ball - White -appliedenergistics2:paint_ball:1, Paint Ball - Orange -appliedenergistics2:paint_ball:2, Paint Ball - Magenta -appliedenergistics2:paint_ball:3, Paint Ball - Light Blue -appliedenergistics2:paint_ball:4, Paint Ball - Yellow -appliedenergistics2:paint_ball:5, Paint Ball - Lime -appliedenergistics2:paint_ball:6, Paint Ball - Pink -appliedenergistics2:paint_ball:7, Paint Ball - Gray -appliedenergistics2:paint_ball:8, Paint Ball - Light Gray -appliedenergistics2:paint_ball:9, Paint Ball - Cyan -appliedenergistics2:paint_ball:10, Paint Ball - Purple -appliedenergistics2:paint_ball:11, Paint Ball - Blue -appliedenergistics2:paint_ball:12, Paint Ball - Brown -appliedenergistics2:paint_ball:13, Paint Ball - Green -appliedenergistics2:paint_ball:14, Paint Ball - Red -appliedenergistics2:paint_ball:15, Paint Ball - Black -appliedenergistics2:paint_ball:20, Paint Ball - Lumen White -appliedenergistics2:paint_ball:21, Paint Ball - Lumen Orange -appliedenergistics2:paint_ball:22, Paint Ball - Lumen Magenta -appliedenergistics2:paint_ball:23, Paint Ball - Lumen Light Blue -appliedenergistics2:paint_ball:24, Paint Ball - Lumen Yellow -appliedenergistics2:paint_ball:25, Paint Ball - Lumen Lime -appliedenergistics2:paint_ball:26, Paint Ball - Lumen Pink -appliedenergistics2:paint_ball:27, Paint Ball - Lumen Gray -appliedenergistics2:paint_ball:28, Paint Ball - Lumen Light Gray -appliedenergistics2:paint_ball:29, Paint Ball - Lumen Cyan -appliedenergistics2:paint_ball:30, Paint Ball - Lumen Purple -appliedenergistics2:paint_ball:31, Paint Ball - Lumen Blue -appliedenergistics2:paint_ball:32, Paint Ball - Lumen Brown -appliedenergistics2:paint_ball:33, Paint Ball - Lumen Green -appliedenergistics2:paint_ball:34, Paint Ball - Lumen Red -appliedenergistics2:paint_ball:35, Paint Ball - Lumen Black -appliedenergistics2:dummy_fluid_item, item.appliedenergistics2.dummy_fluid_item.name -appliedenergistics2:material:28, Advanced Card -appliedenergistics2:material:44, Annihilation Core -appliedenergistics2:material:25, Basic Card -appliedenergistics2:material:52, Blank Pattern -appliedenergistics2:material:23, Calculation Processor -appliedenergistics2:material:13, Inscriber Calculation Press -appliedenergistics2:material:16, Printed Calculation Circuit -appliedenergistics2:material:27, Capacity Card -appliedenergistics2:material:53, Crafting Card -appliedenergistics2:material:29, Fuzzy Card -appliedenergistics2:material:31, Inverter Card -appliedenergistics2:material:60, Magnet Card -appliedenergistics2:material:58, Pattern Expansion Card -appliedenergistics2:material:59, Quantum Link Card -appliedenergistics2:material:26, Redstone Card -appliedenergistics2:material:30, Acceleration Card -appliedenergistics2:material:61, Sticky Card -appliedenergistics2:material:34, §d128³§r Spatial Component -appliedenergistics2:material:37, §a16k§r ME Storage Component -appliedenergistics2:material:33, §916³§r Spatial Component -appliedenergistics2:material:35, §61k§r ME Storage Component -appliedenergistics2:material:32, §62³§r Spatial Component -appliedenergistics2:material:36, §e4k§r ME Storage Component -appliedenergistics2:material:38, §b64k§r ME Storage Component -appliedenergistics2:material:0, Certus Quartz Crystal -appliedenergistics2:material:1, Charged Certus Quartz Crystal -appliedenergistics2:material:2, Certus Quartz Dust -appliedenergistics2:material:39, ME Storage Housing -appliedenergistics2:material:46, Ender Dust -appliedenergistics2:material:24, Engineering Processor -appliedenergistics2:material:14, Inscriber Engineering Press -appliedenergistics2:material:17, Printed Engineering Circuit -appliedenergistics2:material:4, Flour -appliedenergistics2:material:56, §a16k§r ME Fluid Storage Component -appliedenergistics2:material:54, §61k§r ME Fluid Storage Component -appliedenergistics2:material:55, §e4k§r ME Fluid Storage Component -appliedenergistics2:material:57, §b64k§r ME Fluid Storage Component -appliedenergistics2:material:7, Fluix Crystal -appliedenergistics2:material:8, Fluix Dust -appliedenergistics2:material:9, Fluix Pearl -appliedenergistics2:material:43, Formation Core -appliedenergistics2:material:51, Gold Dust -appliedenergistics2:material:49, Iron Dust -appliedenergistics2:material:22, Logic Processor -appliedenergistics2:material:15, Inscriber Logic Press -appliedenergistics2:material:18, Printed Logic Circuit -appliedenergistics2:material:6, Matter Ball -appliedenergistics2:material:21, Inscriber Name Press -appliedenergistics2:material:3, Nether Quartz Dust -appliedenergistics2:material:10, Pure Certus Quartz Crystal -appliedenergistics2:material:12, Pure Fluix Crystal -appliedenergistics2:material:11, Pure Nether Quartz Crystal -appliedenergistics2:material:48, Quantum Entangled Singularity -appliedenergistics2:material:5, Silicon -appliedenergistics2:material:19, Inscriber Silicon Press -appliedenergistics2:material:20, Printed Silicon -appliedenergistics2:material:47, Singularity -appliedenergistics2:material:45, Sky Stone Dust -appliedenergistics2:material:41, Wireless Receiver -appliedenergistics2:material:42, Wireless Booster -appliedenergistics2:material:40, Wooden Gear -appliedenergistics2:part:300, ME Annihilation Plane -appliedenergistics2:part:120, Cable Anchor -appliedenergistics2:part:20, ME Covered Cable - White -appliedenergistics2:part:21, ME Covered Cable - Orange -appliedenergistics2:part:22, ME Covered Cable - Magenta -appliedenergistics2:part:23, ME Covered Cable - Light Blue -appliedenergistics2:part:24, ME Covered Cable - Yellow -appliedenergistics2:part:25, ME Covered Cable - Lime -appliedenergistics2:part:26, ME Covered Cable - Pink -appliedenergistics2:part:27, ME Covered Cable - Gray -appliedenergistics2:part:28, ME Covered Cable - Light Gray -appliedenergistics2:part:29, ME Covered Cable - Cyan -appliedenergistics2:part:30, ME Covered Cable - Purple -appliedenergistics2:part:31, ME Covered Cable - Blue -appliedenergistics2:part:32, ME Covered Cable - Brown -appliedenergistics2:part:33, ME Covered Cable - Green -appliedenergistics2:part:34, ME Covered Cable - Red -appliedenergistics2:part:35, ME Covered Cable - Black -appliedenergistics2:part:36, ME Covered Cable - Fluix -appliedenergistics2:part:500, ME Dense Covered Cable - White -appliedenergistics2:part:501, ME Dense Covered Cable - Orange -appliedenergistics2:part:502, ME Dense Covered Cable - Magenta -appliedenergistics2:part:503, ME Dense Covered Cable - Light Blue -appliedenergistics2:part:504, ME Dense Covered Cable - Yellow -appliedenergistics2:part:505, ME Dense Covered Cable - Lime -appliedenergistics2:part:506, ME Dense Covered Cable - Pink -appliedenergistics2:part:507, ME Dense Covered Cable - Gray -appliedenergistics2:part:508, ME Dense Covered Cable - Light Gray -appliedenergistics2:part:509, ME Dense Covered Cable - Cyan -appliedenergistics2:part:510, ME Dense Covered Cable - Purple -appliedenergistics2:part:511, ME Dense Covered Cable - Blue -appliedenergistics2:part:512, ME Dense Covered Cable - Brown -appliedenergistics2:part:513, ME Dense Covered Cable - Green -appliedenergistics2:part:514, ME Dense Covered Cable - Red -appliedenergistics2:part:515, ME Dense Covered Cable - Black -appliedenergistics2:part:516, ME Dense Covered Cable - Fluix -appliedenergistics2:part:60, ME Dense Smart Cable - White -appliedenergistics2:part:61, ME Dense Smart Cable - Orange -appliedenergistics2:part:62, ME Dense Smart Cable - Magenta -appliedenergistics2:part:63, ME Dense Smart Cable - Light Blue -appliedenergistics2:part:64, ME Dense Smart Cable - Yellow -appliedenergistics2:part:65, ME Dense Smart Cable - Lime -appliedenergistics2:part:66, ME Dense Smart Cable - Pink -appliedenergistics2:part:67, ME Dense Smart Cable - Gray -appliedenergistics2:part:68, ME Dense Smart Cable - Light Gray -appliedenergistics2:part:69, ME Dense Smart Cable - Cyan -appliedenergistics2:part:70, ME Dense Smart Cable - Purple -appliedenergistics2:part:71, ME Dense Smart Cable - Blue -appliedenergistics2:part:72, ME Dense Smart Cable - Brown -appliedenergistics2:part:73, ME Dense Smart Cable - Green -appliedenergistics2:part:74, ME Dense Smart Cable - Red -appliedenergistics2:part:75, ME Dense Smart Cable - Black -appliedenergistics2:part:76, ME Dense Smart Cable - Fluix -appliedenergistics2:part:0, ME Glass Cable - White -appliedenergistics2:part:1, ME Glass Cable - Orange -appliedenergistics2:part:2, ME Glass Cable - Magenta -appliedenergistics2:part:3, ME Glass Cable - Light Blue -appliedenergistics2:part:4, ME Glass Cable - Yellow -appliedenergistics2:part:5, ME Glass Cable - Lime -appliedenergistics2:part:6, ME Glass Cable - Pink -appliedenergistics2:part:7, ME Glass Cable - Gray -appliedenergistics2:part:8, ME Glass Cable - Light Gray -appliedenergistics2:part:9, ME Glass Cable - Cyan -appliedenergistics2:part:10, ME Glass Cable - Purple -appliedenergistics2:part:11, ME Glass Cable - Blue -appliedenergistics2:part:12, ME Glass Cable - Brown -appliedenergistics2:part:13, ME Glass Cable - Green -appliedenergistics2:part:14, ME Glass Cable - Red -appliedenergistics2:part:15, ME Glass Cable - Black -appliedenergistics2:part:16, ME Glass Cable - Fluix -appliedenergistics2:part:40, ME Smart Cable - White -appliedenergistics2:part:41, ME Smart Cable - Orange -appliedenergistics2:part:42, ME Smart Cable - Magenta -appliedenergistics2:part:43, ME Smart Cable - Light Blue -appliedenergistics2:part:44, ME Smart Cable - Yellow -appliedenergistics2:part:45, ME Smart Cable - Lime -appliedenergistics2:part:46, ME Smart Cable - Pink -appliedenergistics2:part:47, ME Smart Cable - Gray -appliedenergistics2:part:48, ME Smart Cable - Light Gray -appliedenergistics2:part:49, ME Smart Cable - Cyan -appliedenergistics2:part:50, ME Smart Cable - Purple -appliedenergistics2:part:51, ME Smart Cable - Blue -appliedenergistics2:part:52, ME Smart Cable - Brown -appliedenergistics2:part:53, ME Smart Cable - Green -appliedenergistics2:part:54, ME Smart Cable - Red -appliedenergistics2:part:55, ME Smart Cable - Black -appliedenergistics2:part:56, ME Smart Cable - Fluix -appliedenergistics2:part:420, ME Conversion Monitor -appliedenergistics2:part:360, ME Crafting Terminal -appliedenergistics2:part:200, Dark Illuminated Panel -appliedenergistics2:part:341, ME Extended Processing Pattern Terminal -appliedenergistics2:part:260, ME Export Bus -appliedenergistics2:part:302, ME Fluid Annihilation Plane -appliedenergistics2:part:261, ME Fluid Export Bus -appliedenergistics2:part:321, ME Fluid Formation Plane -appliedenergistics2:part:241, ME Fluid Import Bus -appliedenergistics2:part:441, ME Fluid Interface -appliedenergistics2:part:522, ME Fluid Interface Configuration Terminal -appliedenergistics2:part:281, ME Fluid Level Emitter -appliedenergistics2:part:221, ME Fluid Storage Bus -appliedenergistics2:part:520, ME Fluid Terminal -appliedenergistics2:part:320, ME Formation Plane -appliedenergistics2:part:301, ME Identity Annihilation Plane -appliedenergistics2:part:240, ME Import Bus -appliedenergistics2:part:440, ME Interface -appliedenergistics2:part:521, ME Interface Configuration Terminal -appliedenergistics2:part:480, ME Interface Terminal -appliedenergistics2:part:100, ME Inverted Toggle Bus -appliedenergistics2:part:280, ME Level Emitter -appliedenergistics2:part:160, Bright Illuminated Panel -appliedenergistics2:part:222, ME OreDict Storage Bus -appliedenergistics2:part:469, P2P Tunnel - FE -appliedenergistics2:part:463, P2P Tunnel - Fluid -appliedenergistics2:part:462, P2P Tunnel - Item -appliedenergistics2:part:467, P2P Tunnel - Light -appliedenergistics2:part:460, P2P Tunnel - ME -appliedenergistics2:part:461, P2P Tunnel - Redstone -appliedenergistics2:part:340, ME Pattern Terminal -appliedenergistics2:part:140, Quartz Fiber -appliedenergistics2:part:180, Illuminated Panel -appliedenergistics2:part:220, ME Storage Bus -appliedenergistics2:part:400, ME Storage Monitor -appliedenergistics2:part:380, ME Terminal -appliedenergistics2:part:80, ME Toggle Bus -agricraft:seed_analyzer, Seed Analyzer -agricraft:peripheral, Computer Controlled Seed Analyzer -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_tank:0, Wooden Water Tank -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_normal:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_full:0, Wooden Irrigation Channel -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:water_channel_valve:0, Wooden Channel Valve -agricraft:sprinkler, Sprinkler -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:grate:0, Wooden Grate -agricraft:crop_sticks, Crop Sticks -agricraft:journal, Agricultural Journal -agricraft:trowel, Gardening Trowel -agricraft:debugger, Debugger -agricraft:rake:0, Wooden Hand Rake -agricraft:rake:1, Iron Hand Rake -agricraft:clipper, Clipper -agricraft:clipping, Clipping -agricraft:agri_nugget:0, Emerald Nugget -agricraft:agri_nugget:1, Diamond Nugget -agricraft:agri_nugget:2, Quartz Shard -agricraft:agri_nugget:3, Iron Nugget -agricraft:agri_nugget:4, Copper Nugget -agricraft:agri_nugget:5, Tin Nugget -agricraft:agri_nugget:6, Lead Nugget -agricraft:agri_nugget:7, Silver Nugget -agricraft:agri_nugget:8, Aluminum Nugget -agricraft:agri_nugget:9, Nickel Nugget -agricraft:agri_nugget:10, Platinum Nugget -agricraft:agri_nugget:11, Osmium Nugget -agricraft:agri_nugget:12, Unknown Fragment -agricraft:magnifying_glass, Magnifying Glass -modularrouters:item_router, Item Router -modularrouters:template_frame, Template Frame -modularrouters:blank_module, Blank Module -modularrouters:blank_upgrade, Blank Upgrade -modularrouters:augment_core, Augment Core -modularrouters:override_card, Security Override Card -modularrouters:module:0, Dropper Module -modularrouters:module:1, Flinger Module -modularrouters:module:2, Vacuum Module -modularrouters:module:3, Placer Module -modularrouters:module:4, Breaker Module -modularrouters:module:5, Sender Module Mk1 -modularrouters:module:6, Sender Module Mk2 -modularrouters:module:7, Sender Module Mk3 -modularrouters:module:8, Puller Module Mk1 -modularrouters:module:9, Puller Module Mk2 -modularrouters:module:10, Extruder Module Mk1 -modularrouters:module:11, Extruder Module Mk2 -modularrouters:module:12, Detector Module -modularrouters:module:13, Player Module -modularrouters:module:14, Fluid Screen Module -modularrouters:module:15, Void Module -modularrouters:module:16, Activator Module -modularrouters:module:17, Distributor Module -modularrouters:upgrade:0, Stack Upgrade -modularrouters:upgrade:1, Speed Upgrade -modularrouters:upgrade:2, Security Upgrade -modularrouters:upgrade:3, Camouflage Upgrade -modularrouters:upgrade:4, Sync Upgrade -modularrouters:upgrade:5, Fluid Transfer Upgrade -modularrouters:upgrade:6, Muffler Upgrade -modularrouters:upgrade:7, Blast Upgrade -modularrouters:filter:0, Bulk Item Filter -modularrouters:filter:1, Mod Filter -modularrouters:filter:2, Regex Filter -modularrouters:filter:3, Inspection Filter -modularrouters:augment:0, Fast Pickup Augment -modularrouters:augment:1, Pickup Delay Augment -modularrouters:augment:2, Range Up Augment -modularrouters:augment:3, Range Down Augment -modularrouters:augment:4, Redstone Augment -modularrouters:augment:5, Regulator Augment -modularrouters:augment:6, Stack Augment -modularrouters:augment:7, XP Vacuum Augment -modularrouters:augment:8, Mimic Augment -modularrouters:augment:9, Pushing Augment -bloodmagic:altar, Blood Altar -bloodmagic:blood_rune:0, Blank Rune -bloodmagic:blood_rune:1, Speed Rune -bloodmagic:blood_rune:2, Efficiency Rune -bloodmagic:blood_rune:3, Rune of Sacrifice -bloodmagic:blood_rune:4, Rune of Self Sacrifice -bloodmagic:blood_rune:5, Displacement Rune -bloodmagic:blood_rune:6, Rune of Capacity -bloodmagic:blood_rune:7, Rune of Augmented Capacity -bloodmagic:blood_rune:8, Rune of the Orb -bloodmagic:blood_rune:9, Acceleration Rune -bloodmagic:blood_rune:10, Charging Rune -bloodmagic:ritual_controller:0, Master Ritual Stone -bloodmagic:ritual_controller:1, Imperfect Ritual Stone -bloodmagic:ritual_controller:2, Inverted Master Ritual Stone -bloodmagic:ritual_stone:0, Ritual Stone -bloodmagic:ritual_stone:1, Ritual Stone of Water -bloodmagic:ritual_stone:2, Ritual Stone of Fire -bloodmagic:ritual_stone:3, Ritual Stone of Earth -bloodmagic:ritual_stone:4, Ritual Stone of Air -bloodmagic:ritual_stone:5, Ritual Stone of Dusk -bloodmagic:ritual_stone:6, Ritual Stone of Dawn -bloodmagic:teleposer, Teleposer -bloodmagic:soul_forge, Hellfire Forge -bloodmagic:incense_altar, Incense Altar -bloodmagic:demon_crucible, Demon Crucible -bloodmagic:demon_pylon, Demon Pylon -bloodmagic:demon_crystallizer, Demon Crystallizer -bloodmagic:demon_crystal:0, Demon Will Crystal Cluster -bloodmagic:demon_crystal:1, Corrosive Will Crystal Cluster -bloodmagic:demon_crystal:2, Destructive Will Crystal Cluster -bloodmagic:demon_crystal:3, Vengeful Will Crystal Cluster -bloodmagic:demon_crystal:4, Steadfast Will Crystal Cluster -bloodmagic:alchemy_table, Alchemy Table -bloodmagic:decorative_brick:0, Large Bloodstone Tile -bloodmagic:decorative_brick:1, Bloodstone Brick -bloodmagic:decorative_brick:2, Crystal Cluster -bloodmagic:decorative_brick:3, Crystal Cluster Brick -bloodmagic:path:0, Wooden Path -bloodmagic:path:1, Tiled Wooden Path -bloodmagic:path:2, Stone Brick Path -bloodmagic:path:3, Tiled Stone Path -bloodmagic:path:4, Worn Stone Brick Path -bloodmagic:path:5, Tiled Worn Stone Path -bloodmagic:path:6, Obsidian Brick Path -bloodmagic:path:7, Tiled Obsidian Path -bloodmagic:master_routing_node, Master Routing Node -bloodmagic:input_routing_node, Input Routing Node -bloodmagic:output_routing_node, Output Routing Node -bloodmagic:item_routing_node, Routing Node -bloodmagic:blood_tank:0, Blood Tank Tier 1 -bloodmagic:blood_tank:1, Blood Tank Tier 2 -bloodmagic:blood_tank:2, Blood Tank Tier 3 -bloodmagic:blood_tank:3, Blood Tank Tier 4 -bloodmagic:blood_tank:4, Blood Tank Tier 5 -bloodmagic:blood_tank:5, Blood Tank Tier 6 -bloodmagic:blood_tank:6, Blood Tank Tier 7 -bloodmagic:blood_tank:7, Blood Tank Tier 8 -bloodmagic:blood_tank:8, Blood Tank Tier 9 -bloodmagic:blood_tank:9, Blood Tank Tier 10 -bloodmagic:blood_tank:10, Blood Tank Tier 11 -bloodmagic:blood_tank:11, Blood Tank Tier 12 -bloodmagic:blood_tank:12, Blood Tank Tier 13 -bloodmagic:blood_tank:13, Blood Tank Tier 14 -bloodmagic:blood_tank:14, Blood Tank Tier 15 -bloodmagic:blood_tank:15, Blood Tank Tier 16 -bloodmagic:mimic:0, Ethereal Opaque Mimic Block -bloodmagic:mimic:1, Opaque Mimic Block -bloodmagic:mimic:2, Clear Mimic Block -bloodmagic:mimic:3, Lighted Mimic Block -bloodmagic:mimic:4, Sentient Mimic Block -bloodmagic:demon_brick_1:0, Raw Stone Bricks -bloodmagic:demon_brick_1:1, Corrosive Stone Bricks -bloodmagic:demon_brick_1:2, Destructive Stone Bricks -bloodmagic:demon_brick_1:3, Vengeful Stone Bricks -bloodmagic:demon_brick_1:4, Steadfast Stone Bricks -bloodmagic:demon_brick_2:0, Small Raw Stone Bricks -bloodmagic:demon_brick_2:1, Small Corrosive Stone Bricks -bloodmagic:demon_brick_2:2, Small Destructive Stone Bricks -bloodmagic:demon_brick_2:3, Small Vengeful Stone Bricks -bloodmagic:demon_brick_2:4, Small Steadfast Stone Bricks -bloodmagic:demon_brick_2:5, Raw Stone Tiles -bloodmagic:demon_brick_2:6, Corrosive Stone Tiles -bloodmagic:demon_brick_2:7, Destructive Stone Tiles -bloodmagic:demon_brick_2:8, Vengeful Stone Tiles -bloodmagic:demon_brick_2:9, Steadfast Stone Tiles -bloodmagic:demon_brick_2:10, Accented Raw Stone Tiles -bloodmagic:demon_brick_2:11, Accented Corrosive Stone Tiles -bloodmagic:demon_brick_2:12, Accented Destructive Stone Tiles -bloodmagic:demon_brick_2:13, Accented Vengeful Stone Tiles -bloodmagic:demon_brick_2:14, Accented Steadfast Stone Tiles -bloodmagic:demon_extras:0, Raw Stone -bloodmagic:demon_extras:1, Corrosive Stone -bloodmagic:demon_extras:2, Destructive Stone -bloodmagic:demon_extras:3, Vengeful Stone -bloodmagic:demon_extras:4, Steadfast Stone -bloodmagic:demon_extras:5, Polished Raw Stone -bloodmagic:demon_extras:6, Polished Corrosive Stone -bloodmagic:demon_extras:7, Polished Destructive Stone -bloodmagic:demon_extras:8, Polished Vengeful Stone -bloodmagic:demon_extras:9, Polished Steadfast Stone -bloodmagic:demon_extras:10, Raw Demon Alloy -bloodmagic:demon_extras:11, Corrosive Demon Alloy -bloodmagic:demon_extras:12, Destructive Demon Alloy -bloodmagic:demon_extras:13, Vengeful Demon Alloy -bloodmagic:demon_extras:14, Steadfast Demon Alloy -bloodmagic:demon_pillar_1:0, Raw Stone Pillar -bloodmagic:demon_pillar_1:1, Corrosive Stone Pillar -bloodmagic:demon_pillar_1:2, Destructive Stone Pillar -bloodmagic:demon_pillar_1:3, Vengeful Stone Pillar -bloodmagic:demon_pillar_1:4, Steadfast Stone Pillar -bloodmagic:demon_pillar_2:0, Accented Raw Stone Pillar -bloodmagic:demon_pillar_2:1, Accented Corrosive Stone Pillar -bloodmagic:demon_pillar_2:2, Accented Destructive Stone Pillar -bloodmagic:demon_pillar_2:3, Accented Vengeful Stone Pillar -bloodmagic:demon_pillar_2:4, Accented Steadfast Stone Pillar -bloodmagic:demon_pillar_cap_1:0, Raw Stone Pillar Cap -bloodmagic:demon_pillar_cap_1:1, Corrosive Stone Pillar Cap -bloodmagic:demon_pillar_cap_2:0, Destructive Stone Pillar Cap -bloodmagic:demon_pillar_cap_2:1, Vengeful Stone Pillar Cap -bloodmagic:demon_pillar_cap_3, tile.bloodmagic.pillarCap3..name -bloodmagic:demon_light:0, Raw Demon Eye -bloodmagic:demon_light:1, Corrosive Demon Eye -bloodmagic:demon_light:2, Destructive Demon Eye -bloodmagic:demon_light:3, Vengeful Demon Eye -bloodmagic:demon_light:4, Steadfast Demon Eye -bloodmagic:demon_wall_1:0, Raw Stone Brick Wall -bloodmagic:demon_wall_1:1, Corrosive Stone Brick Wall -bloodmagic:demon_wall_1:2, Destructive Stone Brick Wall -bloodmagic:demon_wall_1:3, Vengeful Stone Brick Wall -bloodmagic:demon_wall_1:4, Steadfast Stone Brick Wall -bloodmagic:demon_wall_1:5, Raw Small Stone Brick Wall -bloodmagic:demon_wall_1:6, Corrosive Small Stone Brick Wall -bloodmagic:demon_wall_1:7, Destructive Small Stone Brick Wall -bloodmagic:demon_wall_1:8, Vengeful Small Stone Brick Wall -bloodmagic:demon_wall_1:9, Steadfast Small Stone Brick Wall -bloodmagic:demon_wall_1:10, Raw Stone Wall -bloodmagic:demon_wall_1:11, Corrosive Stone Wall -bloodmagic:demon_wall_1:12, Destructive Stone Wall -bloodmagic:demon_wall_1:13, Vengeful Stone Wall -bloodmagic:demon_wall_1:14, Steadfast Stone Wall -bloodmagic:demon_stairs_1:0, Raw Stone Stairs -bloodmagic:demon_stairs_1:1, Corrosive Stone Stairs -bloodmagic:demon_stairs_2:0, Destructive Stone Stairs -bloodmagic:demon_stairs_2:1, Vengeful Stone Stairs -bloodmagic:demon_stairs_3, tile.bloodmagic.stairs3..name -bloodmagic:inversion_pillar:0, Raw Inversion Pillar -bloodmagic:inversion_pillar:1, Corrosive Inversion Pillar -bloodmagic:inversion_pillar:2, Destructive Inversion Pillar -bloodmagic:inversion_pillar:3, Vengeful Inversion Pillar -bloodmagic:inversion_pillar:4, Steadfast Inversion Pillar -bloodmagic:inversion_pillar_end:0, Raw Inversion Pillar Base -bloodmagic:inversion_pillar_end:1, Raw Inversion Pillar Cap -bloodmagic:inversion_pillar_end:2, Corrosive Inversion Pillar Base -bloodmagic:inversion_pillar_end:3, Corrosive Inversion Pillar Cap -bloodmagic:inversion_pillar_end:4, Destructive Inversion Pillar Base -bloodmagic:inversion_pillar_end:5, Destructive Inversion Pillar Cap -bloodmagic:inversion_pillar_end:6, Vengeful Inversion Pillar Base -bloodmagic:inversion_pillar_end:7, Vengeful Inversion Pillar Cap -bloodmagic:inversion_pillar_end:8, Steadfast Inversion Pillar Base -bloodmagic:inversion_pillar_end:9, Steadfast Inversion Pillar Cap -bloodmagic:blood_orb:0, Weak Blood Orb -bloodmagic:blood_orb:0, Apprentice Blood Orb -bloodmagic:blood_orb:0, Magician Blood Orb -bloodmagic:blood_orb:0, Master Blood Orb -bloodmagic:blood_orb:0, Archmage Blood Orb -bloodmagic:blood_orb:0, Transcendent Blood Orb -bloodmagic:activation_crystal:0, Weak Activation Crystal -bloodmagic:activation_crystal:1, Awakened Activation Crystal -bloodmagic:activation_crystal:2, Creative Activation Crystal -bloodmagic:slate:0, Blank Slate -bloodmagic:slate:1, Reinforced Slate -bloodmagic:slate:2, Imbued Slate -bloodmagic:slate:3, Demonic Slate -bloodmagic:slate:4, Ethereal Slate -bloodmagic:inscription_tool:1, Elemental Inscription Tool: Water -bloodmagic:inscription_tool:2, Elemental Inscription Tool: Fire -bloodmagic:inscription_tool:3, Elemental Inscription Tool: Earth -bloodmagic:inscription_tool:4, Elemental Inscription Tool: Air -bloodmagic:inscription_tool:5, Elemental Inscription Tool: Dusk -bloodmagic:inscription_tool:6, Elemental Inscription Tool: Dawn -bloodmagic:sacrificial_dagger:0, Sacrificial Dagger -bloodmagic:sacrificial_dagger:1, Creative Sacrificial Dagger -bloodmagic:pack_sacrifice, Coat of Arms -bloodmagic:pack_self_sacrifice, Blood Letter's Pack -bloodmagic:dagger_of_sacrifice, Dagger of Sacrifice -bloodmagic:ritual_diviner:0, Ritual Diviner -bloodmagic:ritual_diviner:1, Ritual Diviner [Dusk] -bloodmagic:ritual_diviner:2, Ritual Diviner [Dawn] -bloodmagic:ritual_dismantler, Ritual Dismantler -bloodmagic:ritual_reader, Ritual Tinkerer -bloodmagic:lava_crystal, Lava Crystal -bloodmagic:bound_sword, Bound Blade -bloodmagic:bound_pickaxe, Bound Pickaxe -bloodmagic:bound_axe, Bound Axe -bloodmagic:bound_shovel, Bound Shovel -bloodmagic:sigil_divination, Divination Sigil -bloodmagic:sigil_air, Air Sigil -bloodmagic:sigil_water, Water Sigil -bloodmagic:sigil_lava, Lava Sigil -bloodmagic:sigil_void, Void Sigil -bloodmagic:sigil_green_grove, Sigil of the Green Grove -bloodmagic:sigil_blood_light, Sigil of the Blood Lamp -bloodmagic:sigil_elemental_affinity, Sigil of Elemental Affinity -bloodmagic:sigil_magnetism, Sigil of Magnetism -bloodmagic:sigil_suppression, Sigil of Suppression -bloodmagic:sigil_haste, Sigil of Haste -bloodmagic:sigil_fast_miner, Sigil of the Fast Miner -bloodmagic:sigil_seer, Seer's Sigil -bloodmagic:sigil_phantom_bridge, Sigil of the Phantom Bridge -bloodmagic:sigil_whirlwind, Sigil of the Whirlwind -bloodmagic:sigil_compression, Sigil of Compression -bloodmagic:sigil_ender_severance, Sigil of Ender Severance -bloodmagic:sigil_holding, Sigil of Holding -bloodmagic:sigil_teleposition, Teleposition Sigil -bloodmagic:sigil_transposition, Transposition Sigil -bloodmagic:sigil_claw, Sigil of the Claw -bloodmagic:sigil_bounce, Sigil of Elasticity -bloodmagic:sigil_frost, Sigil of Winter's Breath -bloodmagic:component:0, Water Reagent -bloodmagic:component:1, Lava Reagent -bloodmagic:component:2, Air Reagent -bloodmagic:component:3, Mining Reagent -bloodmagic:component:4, Void Reagent -bloodmagic:component:5, Growth Reagent -bloodmagic:component:6, Elemental Affinity Reagent -bloodmagic:component:7, Sight Reagent -bloodmagic:component:8, Binding Reagent -bloodmagic:component:9, Suppression Reagent -bloodmagic:component:10, Frame Parts -bloodmagic:component:11, Blood Lamp Reagent -bloodmagic:component:12, Magnetism Reagent -bloodmagic:component:13, Haste Reagent -bloodmagic:component:14, Compression Reagent -bloodmagic:component:15, Phantom Bridge Reagent -bloodmagic:component:16, Severance Reagent -bloodmagic:component:17, Teleposition Reagent -bloodmagic:component:18, Transposition Reagent -bloodmagic:component:19, Iron Sand -bloodmagic:component:20, Gold Sand -bloodmagic:component:21, Coal Sand -bloodmagic:component:22, Plant Oil -bloodmagic:component:23, Sulfur -bloodmagic:component:24, Saltpeter -bloodmagic:component:25, Neuro Toxin -bloodmagic:component:26, Antiseptic -bloodmagic:component:27, Holding Reagent -bloodmagic:component:28, Simple Lengthening Catalyst -bloodmagic:component:29, Simple Power Catalyst -bloodmagic:component:30, Claw Reagent -bloodmagic:component:31, Elasticity Reagent -bloodmagic:component:32, Frost Reagent -bloodmagic:item_demon_crystal:0, Demon Will Crystal -bloodmagic:item_demon_crystal:1, Corrosive Will Crystal -bloodmagic:item_demon_crystal:2, Destructive Will Crystal -bloodmagic:item_demon_crystal:3, Vengeful Will Crystal -bloodmagic:item_demon_crystal:4, Steadfast Will Crystal -bloodmagic:teleposition_focus:0, Teleposition Focus -bloodmagic:teleposition_focus:1, Enhanced Teleposition Focus -bloodmagic:teleposition_focus:2, Reinforced Teleposition Focus -bloodmagic:teleposition_focus:3, Demonic Teleposition Focus -bloodmagic:experience_tome, Tome of Peritia -bloodmagic:blood_shard:0, Weak Blood Shard -bloodmagic:blood_shard:1, Demon Blood Shard -bloodmagic:living_armour_helmet, item.bloodmagic.livingArmour..name -bloodmagic:living_armour_chest, item.bloodmagic.livingArmour..name -bloodmagic:living_armour_leggings, item.bloodmagic.livingArmour..name -bloodmagic:living_armour_boots, item.bloodmagic.livingArmour..name -bloodmagic:sentient_armour_helmet, item.bloodmagic.sentientArmour..name -bloodmagic:sentient_armour_chest, item.bloodmagic.sentientArmour..name -bloodmagic:sentient_armour_leggings, item.bloodmagic.sentientArmour..name -bloodmagic:sentient_armour_boots, item.bloodmagic.sentientArmour..name -bloodmagic:altar_maker, Altar Maker -bloodmagic:upgrade_trainer:0, Living Armour Training Bracelet -bloodmagic:arcane_ashes, Arcane Ashes -bloodmagic:monster_soul:0, Demonic Will -bloodmagic:monster_soul:1, Corrosive Demonic Will -bloodmagic:monster_soul:2, Destructive Demonic Will -bloodmagic:monster_soul:3, Vengeful Demonic Will -bloodmagic:monster_soul:4, Steadfast Demonic Will -bloodmagic:soul_gem:0, Petty Tartaric Gem -bloodmagic:soul_gem:1, Lesser Tartaric Gem -bloodmagic:soul_gem:2, Common Tartaric Gem -bloodmagic:soul_gem:3, Greater Tartaric Gem -bloodmagic:soul_gem:4, Grand Tartaric Gem -bloodmagic:soul_gem:0, Petty Tartaric Gem -bloodmagic:soul_gem:1, Lesser Tartaric Gem -bloodmagic:soul_gem:2, Common Tartaric Gem -bloodmagic:soul_gem:3, Greater Tartaric Gem -bloodmagic:soul_gem:4, Grand Tartaric Gem -bloodmagic:soul_gem:0, Petty Tartaric Gem -bloodmagic:soul_gem:1, Lesser Tartaric Gem -bloodmagic:soul_gem:2, Common Tartaric Gem -bloodmagic:soul_gem:3, Greater Tartaric Gem -bloodmagic:soul_gem:4, Grand Tartaric Gem -bloodmagic:soul_gem:0, Petty Tartaric Gem -bloodmagic:soul_gem:1, Lesser Tartaric Gem -bloodmagic:soul_gem:2, Common Tartaric Gem -bloodmagic:soul_gem:3, Greater Tartaric Gem -bloodmagic:soul_gem:4, Grand Tartaric Gem -bloodmagic:soul_gem:0, Petty Tartaric Gem -bloodmagic:soul_gem:1, Lesser Tartaric Gem -bloodmagic:soul_gem:2, Common Tartaric Gem -bloodmagic:soul_gem:3, Greater Tartaric Gem -bloodmagic:soul_gem:4, Grand Tartaric Gem -bloodmagic:soul_gem:0, Petty Tartaric Gem -bloodmagic:soul_gem:1, Lesser Tartaric Gem -bloodmagic:soul_gem:2, Common Tartaric Gem -bloodmagic:soul_gem:3, Greater Tartaric Gem -bloodmagic:soul_gem:4, Grand Tartaric Gem -bloodmagic:soul_snare:0, Rudimentary Snare -bloodmagic:sentient_sword, Sentient Sword -bloodmagic:sentient_bow, Sentient Bow -bloodmagic:sentient_armour_gem, Sentient Armour Gem -bloodmagic:sentient_axe, Sentient Axe -bloodmagic:sentient_pickaxe, Sentient Pickaxe -bloodmagic:sentient_shovel, Sentient Shovel -bloodmagic:node_router, Node Router -bloodmagic:base_item_filter:0, Precise Item Filter -bloodmagic:base_item_filter:1, NBT Item Filter -bloodmagic:base_item_filter:2, Mod Item Filter -bloodmagic:base_item_filter:3, Ore Dictionary Item Filter -bloodmagic:base_fluid_filter:0, Fluid Filter -bloodmagic:cutting_fluid:0, Basic Cutting Fluid -bloodmagic:cutting_fluid:1, Explosive Powder -bloodmagic:sanguine_book, Inspectoris Scandalum -bloodmagic:points_upgrade, item.bloodmagic.living_point_upgrade.name -bloodmagic:demon_will_gauge, Demon Will Aura Gauge -bloodmagic:potion_flask, Potion Flask -bloodmagic:alchemic_vial, item.bloodmagic.alchemic_vial.name -bloodmagic:icarus_scroll, Scroll of Icarus -animus:blockbloodcore, Blood Core -animus:blockbloodsapling, Blood Sapling -animus:blockbloodwood, Blood Wood -animus:blockantimatter, Antimatter -animus:kama_wood, Wooden Khopesh -animus:kama_stone, Stone Khopesh -animus:kama_iron, Iron Khopesh -animus:kama_gold, Gold Khopesh -animus:kama_diamond, Diamond Khopesh -animus:kama_bound, Bound Khopesh -animus:altardiviner, Altar Diviner -animus:sigil_chains, Sigil of Phantom Chains -animus:sigil_transposition, Sigil of Acquisition -animus:sigil_builder, Sigil of the Fast Builder -animus:sigil_consumption, Sigil of Consumption -animus:fragmenthealing, Healing Fragment -animus:sigil_storm, Sigil of the Storm -animus:sigil_leech, Sigil of Nature's Leech -animus:keybinding, Key of Binding -animus:mobsoul, Mob Soul -animus:bloodapple, Blood Apple -animus:component:0, Builder Reagent -animus:component:1, Chains Reagent -animus:component:2, Consumption Reagent -animus:component:3, Leech Reagent -animus:component:4, Storm Reagent -animus:component:5, Acquisition Reagent -aoa3:abyss_stone, Abyssal Stone -aoa3:barathos_hellstone, Barathos Hellstone -aoa3:baron_stone, Baron Stone -aoa3:borean_stone, Borean Stone -aoa3:creep_stone, Creep Stone -aoa3:crystevia_stone, Crystevian Rock -aoa3:deeplands_stone, Deep Rock -aoa3:dustopia_stone, Dustopian Stone -aoa3:gardencia_stone, Gardencian Stone -aoa3:greckon_stone, Greckon Stone -aoa3:haven_stone, Haven Stone -aoa3:iromine_stone, Iro Stone -aoa3:lelyetia_stone, Lelyetian Stone -aoa3:mysterium_stone, Mysterium Stone -aoa3:high_precasia_stone, Precasian Stone -aoa3:low_precasia_stone, Precasian Stone -aoa3:primed_stone, Primed Stone -aoa3:runic_stone, Runic Bricks -aoa3:shyrelands_stone, Shyre Rock -aoa3:toxic_stone, Toxic Stone -aoa3:unstable_stone, Unstable Stone -aoa3:borean_dirt, Borean Dirt -aoa3:candyland_dirt, Candied Dirt -aoa3:celeve_dirt, Celeve Dirt -aoa3:creeponia_dirt, Creeponia Dirt -aoa3:dustopia_dirt, Dustopia Dirt -aoa3:gardencia_dirt, Gardencia Dirt -aoa3:greckon_dirt, Greckon Dirt -aoa3:haven_dirt, Haven Dirt -aoa3:lunalyte_dirt, Lunalyte Dirt -aoa3:lunasole_dirt, Lunasole Dirt -aoa3:mysterium_dirt, Mysterium Dirt -aoa3:toxic_dirt, Toxic Dirt -aoa3:abyss_grass, Abyssal Grass -aoa3:borean_grass, Borean Grass -aoa3:candyland_grass, Candied Grass -aoa3:celeve_grass, Celeve Grass -aoa3:creeponia_grass, Creeponia Grass -aoa3:dustopia_grass, Dustopia Grass -aoa3:gardencia_grass, Gardencia Grass -aoa3:greckon_grass, Greckon Grass -aoa3:haven_grass, Haven Grass -aoa3:iromine_grass, Iromine Grass -aoa3:lelyetia_grass, Lelyetia Grass -aoa3:lelyetia_down_grass, Inverted Lelyetia Grass -aoa3:lunalyte_grass, Lunalyte Grass -aoa3:lunasole_grass, Lunasole Grass -aoa3:mysterium_grass, Mysterium Grass -aoa3:precasia_grass, Precasia Grass -aoa3:runic_grass, Runic Grass -aoa3:shyrelands_grass, Shyre Grass -aoa3:toxic_grass, Toxic Grass -aoa3:amethyst_ore, Ascended Amethyst Ore -aoa3:baronyte_ore, Baronyte Ore -aoa3:blazium_ore, Blazium Ore -aoa3:bloodstone_ore, Bloodstone Ore -aoa3:blue_crystal_ore, Blue Gemstone Ore -aoa3:charged_runium_ore, Charged Runium Ore -aoa3:chestbone_fragments_ore, Chestbone Fragments Ore -aoa3:crystallite_ore, Crystallite Ore -aoa3:elecanium_ore, Elecanium Ore -aoa3:emberstone_ore, Emberstone Ore -aoa3:footbone_fragments_ore, Footbone Fragments Ore -aoa3:gemenyte_ore, Gemenyte Ore -aoa3:ghastly_ore, Ghastly Ore -aoa3:ghoulish_ore, Ghoulish Ore -aoa3:green_crystal_ore, Green Gemstone Ore -aoa3:jade_ore, Ascended Jade Ore -aoa3:jewelyte_ore, Jewelyte Ore -aoa3:legbone_fragments_ore, Legbone Fragments Ore -aoa3:limonite_ore, Limonite Ore -aoa3:lyon_ore, Lyon Ore -aoa3:mystite_ore, Mystite Ore -aoa3:ornamyte_ore, Ornamyte Ore -aoa3:purple_crystal_ore, Purple Gemstone Ore -aoa3:red_crystal_ore, Red Gemstone Ore -aoa3:rosite_ore, Rosite Ore -aoa3:runium_ore, Runium Ore -aoa3:sapphire_ore, Ascended Sapphire Ore -aoa3:shyregem_ore, Shyregem Ore -aoa3:shyrestone_ore, Shyrestone Ore -aoa3:skullbone_fragments_ore, Skullbone Fragments Ore -aoa3:varsium_ore, Varsium Ore -aoa3:white_crystal_ore, White Gemstone Ore -aoa3:yellow_crystal_ore, Yellow Gemstone Ore -aoa3:baron_bricks, Baron Bricks -aoa3:black_bricks, Black Bricks -aoa3:bloodstone_bricks, Bloodstone Bricks -aoa3:blue_bricks, Blue Bricks -aoa3:brown_bricks, Brown Bricks -aoa3:coral_bricks, Coral Bricks -aoa3:creeponia_bricks, Creeponia Bricks -aoa3:crystallite_bricks, Crystallite Bricks -aoa3:crystevia_bricks, Crystevia Bricks -aoa3:cyan_bricks, Cyan Bricks -aoa3:dark_bricks, Dark Bricks -aoa3:dark_blue_bricks, Dark Blue Bricks -aoa3:dark_grey_bricks, Dark Grey Bricks -aoa3:darkwash_bricks, Darkwash Bricks -aoa3:gardencia_bricks, Gardencia Bricks -aoa3:greckon_bricks, Greckon Bricks -aoa3:green_bricks, Green Bricks -aoa3:grey_bricks, Grey Bricks -aoa3:haunted_bricks, Haunted Bricks -aoa3:iro_dotted_bricks, Iro Bricks -aoa3:iro_striped_bricks, Iro Bricks -aoa3:lelyetia_bricks, Lelyetia Bricks -aoa3:lime_bricks, Lime Bricks -aoa3:lunar_bricks, Lunar Bricks -aoa3:magenta_bricks, Magenta Bricks -aoa3:black_mysterium_bricks, Black Mysterium Bricks -aoa3:green_mysterium_bricks, Green Mysterium Bricks -aoa3:orange_bricks, Orange Bricks -aoa3:pink_bricks, Pink Bricks -aoa3:purple_bricks, Purple Bricks -aoa3:red_bricks, Red Bricks -aoa3:rosidian_bricks, Rosidian Bricks -aoa3:runic_construct_bricks, Runic Construct Bricks -aoa3:white_shyre_bricks, Shyre Wall -aoa3:yellow_shyre_bricks, Shyre Wall -aoa3:skeletal_bricks, Skeletal Bricks -aoa3:white_bricks, White Bricks -aoa3:whitewash_bricks, Whitewash Bricks -aoa3:yellow_bricks, Yellow Bricks -aoa3:intricate_amethyst_ivory, Intricate Amethyst Ivory -aoa3:natural_amethyst_ivory, Natural Amethyst Ivory -aoa3:ornate_amethyst_ivory, Ornate Amethyst Ivory -aoa3:patterned_amethyst_ivory, Patterned Amethyst Ivory -aoa3:intricate_ivory, Intricate Ivory -aoa3:intricate_jade_ivory, Intricate Jade Ivory -aoa3:natural_jade_ivory, Natural Jade Ivory -aoa3:ornate_jade_ivory, Ornate Jade Ivory -aoa3:patterned_jade_ivory, Patterned Jade Ivory -aoa3:intricate_limonite_ivory, Intricate Limonite Ivory -aoa3:natural_limonite_ivory, Natural Limonite Ivory -aoa3:ornate_limonite_ivory, Ornate Limonite Ivory -aoa3:patterned_limonite_ivory, Patterned Limonite Ivory -aoa3:natural_ivory, Natural Ivory -aoa3:ornate_ivory, Ornate Ivory -aoa3:patterned_ivory, Patterned Ivory -aoa3:intricate_rosite_ivory, Intricate Rosite Ivory -aoa3:natural_rosite_ivory, Natural Rosite Ivory -aoa3:ornate_rosite_ivory, Ornate Rosite Ivory -aoa3:patterned_rosite_ivory, Patterned Rosite Ivory -aoa3:intricate_sapphire_ivory, Intricate Sapphire Ivory -aoa3:natural_sapphire_ivory, Natural Sapphire Ivory -aoa3:ornate_sapphire_ivory, Ornate Sapphire Ivory -aoa3:patterned_sapphire_ivory, Patterned Sapphire Ivory -aoa3:achony_sapling, Achony Sapling -aoa3:bloodtwister_sapling, Bloodtwister Sapling -aoa3:blue_celevus_sapling, Blue Celevus Sapling -aoa3:blue_haven_sapling, Blue Haven Sapling -aoa3:bright_shyre_sapling, Bright Shyre Sapling -aoa3:churry_sapling, Churry Sapling -aoa3:creep_sapling, Creep Sapling -aoa3:dawnwood_sapling, Dawnwood Sapling -aoa3:eyebush_sapling, Eyebush Sapling -aoa3:eye_hanger_sapling, Eye Hanger Sapling -aoa3:green_celevus_sapling, Green Celevus Sapling -aoa3:haunted_sapling, Haunted Sapling -aoa3:irodust_sapling, Irodust Sapling -aoa3:irogold_sapling, Irogold Sapling -aoa3:lucalus_sapling, Lucalus Sapling -aoa3:lunicia_sapling, Lunicia Sapling -aoa3:lunosso_sapling, Lunosso Sapling -aoa3:pink_haven_sapling, Pink Haven Sapling -aoa3:purple_celevus_sapling, Purple Celevus Sapling -aoa3:purple_haven_sapling, Purple Haven Sapling -aoa3:red_celevus_sapling, Red Celevus Sapling -aoa3:red_haven_sapling, Red Haven Sapling -aoa3:runic_sapling, Runic Sapling -aoa3:shadow_sapling, Shadow Sapling -aoa3:shyre_sapling, Shyre Sapling -aoa3:stranglewood_sapling, Stranglewood Sapling -aoa3:turquoise_haven_sapling, Turquoise Haven Sapling -aoa3:yellow_celevus_sapling, Yellow Celevus Sapling -aoa3:yellow_haven_sapling, Yellow Haven Sapling -aoa3:achony_leaves, Achony Leaves -aoa3:blood_leaves, Blood Leaves -aoa3:blue_celevus_leaves, Blue Celevus Leaves -aoa3:green_celevus_leaves, Green Celevus Leaves -aoa3:purple_celevus_leaves, Purple Celevus Leaves -aoa3:red_celevus_leaves, Red Celevus Leaves -aoa3:white_celevus_leaves, White Celevus Leaves -aoa3:yellow_celevus_leaves, Yellow Celevus Leaves -aoa3:churry_leaves, Churry Leaves -aoa3:creep_leaves, Creep Leaves -aoa3:cycade_leaves, Cycade Leaves -aoa3:dawn_leaves, Dawn Leaves -aoa3:haunted_leaves, Haunted Leaves -aoa3:haunted_eyes_leaves, Haunted Eyes Leaves -aoa3:blue_haven_leaves, Blue Haven Leaves -aoa3:pink_haven_leaves, Pink Haven Leaves -aoa3:purple_haven_leaves, Purple Haven Leaves -aoa3:red_haven_leaves, Red Haven Leaves -aoa3:turquoise_haven_leaves, Turquoise Haven Leaves -aoa3:yellow_haven_leaves, Yellow Haven Leaves -aoa3:irodust_leaves, Irodust Leaves -aoa3:irogold_leaves, Irogold Leaves -aoa3:lelyetian_leaves, Lelyetian Core -aoa3:lucalus_leaves, Lucalus Leaves -aoa3:lunicia_leaves, Lunicia Leaves -aoa3:lunosso_leaves, Lunosso Leaves -aoa3:runic_leaves, Runic Leaves -aoa3:shadow_leaves, Shadow Leaves -aoa3:shadowblood_leaves, Shadowblood Leaves -aoa3:shyre_leaves, Shyre Leaves -aoa3:bright_shyre_leaves, Shyre Leaves -aoa3:stranglewood_leaves, Stranglewood Leaves -aoa3:vein_leaves, Vein Leaves -aoa3:achony_log, Achony Log -aoa3:blood_log, Blood Log -aoa3:churry_log, Churry Log -aoa3:creep_log, Creep Log -aoa3:cycade_log, Cycade Log -aoa3:dawn_log, Dawn Log -aoa3:eyeball_log, Eyeball Log -aoa3:haunted_log, Haunted Log -aoa3:haunted_eye_log, Haunted Large-Eyed Log -aoa3:haunted_eyes_log, Haunted Red Eyes Log -aoa3:haunted_flashing_log, Haunted Flashing Log -aoa3:haunted_purpling_log, Haunted Purpling Log -aoa3:iro_log, Iro Log -aoa3:lucalus_log, Lucalus Log -aoa3:lunide_log, Lunide Log -aoa3:runic_log, Runic Log -aoa3:shadow_log, Shadow Log -aoa3:shyre_log, Shyre Log -aoa3:stranglewood_log, Stranglewood Log -aoa3:toxic_log, Toxic Log -aoa3:achony_planks, Achony Planks -aoa3:bloodwood_planks, Bloodwood Planks -aoa3:churry_planks, Churry Planks -aoa3:creep_planks, Creep Planks -aoa3:cycade_planks, Cycade Planks -aoa3:dawnwood_planks, Dawnwood Planks -aoa3:hauntedwood_planks, Hauntedwood Planks -aoa3:irowood_planks, Irowood Planks -aoa3:lucalus_planks, Lucalus Planks -aoa3:lunide_planks, Lunide Planks -aoa3:runic_planks, Runic Planks -aoa3:shadow_planks, Shadow Planks -aoa3:shyre_planks, Shyre Planks -aoa3:stranglewood_planks, Stranglewood Planks -aoa3:toxicwood_planks, Toxicwood Planks -aoa3:achony_slab:0, Achony Slab -aoa3:baron_bricks_slab:0, Baron Bricks Slab -aoa3:black_bricks_slab:0, Black Bricks Slab -aoa3:bloodstone_bricks_slab:0, Bloodstone Bricks Slab -aoa3:bloodwood_slab:0, Bloodwood Slab -aoa3:blue_bricks_slab:0, Blue Bricks Slab -aoa3:brown_bricks_slab:0, Brown Bricks Slab -aoa3:churry_slab:0, Churry Slab -aoa3:coral_bricks_slab:0, Coral Bricks Slab -aoa3:creep_slab:0, Creep Slab -aoa3:creeponia_bricks_slab:0, Creeponia Bricks Slab -aoa3:crystallite_bricks_slab:0, Crystallite Bricks Slab -aoa3:crystevia_bricks_slab:0, Crystevia Bricks Slab -aoa3:cyan_bricks_slab:0, Cyan Bricks Slab -aoa3:cycade_slab:0, Cycade Slab -aoa3:dark_blue_bricks_slab:0, Dark Blue Bricks Slab -aoa3:dark_bricks_slab:0, Dark Bricks Slab -aoa3:dark_grey_bricks_slab:0, Dark Grey Bricks Slab -aoa3:darkwash_bricks_slab:0, Darkwash Bricks Slab -aoa3:dawnwood_slab:0, Dawnwood Slab -aoa3:gardencia_bricks_slab:0, Gardencia Bricks Slab -aoa3:greckon_bricks_slab:0, Greckon Bricks Slab -aoa3:green_bricks_slab:0, Green Bricks Slab -aoa3:grey_bricks_slab:0, Grey Bricks Slab -aoa3:haunted_bricks_slab:0, Haunted Bricks Slab -aoa3:hauntedwood_slab:0, Hauntedwood Slab -aoa3:iro_dotted_bricks_slab:0, Iro Bricks Slab -aoa3:iro_striped_bricks_slab:0, Iro Bricks Slab -aoa3:irowood_slab:0, Irowood Slab -aoa3:intricate_amethyst_ivory_slab:0, Intricate Amethyst Ivory Slab -aoa3:natural_amethyst_ivory_slab:0, Natural Amethyst Ivory Slab -aoa3:ornate_amethyst_ivory_slab:0, Ornate Amethyst Ivory Slab -aoa3:patterned_amethyst_ivory_slab:0, Patterned Amethyst Ivory Slab -aoa3:intricate_ivory_slab:0, Intricate Ivory Slab -aoa3:intricate_jade_ivory_slab:0, Intricate Jade Ivory Slab -aoa3:natural_jade_ivory_slab:0, Natural Jade Ivory Slab -aoa3:ornate_jade_ivory_slab:0, Ornate Jade Ivory Slab -aoa3:patterned_jade_ivory_slab:0, Patterned Jade Ivory Slab -aoa3:intricate_limonite_ivory_slab:0, Intricate Limonite Ivory Slab -aoa3:natural_limonite_ivory_slab:0, Natural Limonite Ivory Slab -aoa3:ornate_limonite_ivory_slab:0, Ornate Limonite Ivory Slab -aoa3:patterned_limonite_ivory_slab:0, Patterned Limonite Ivory Slab -aoa3:natural_ivory_slab:0, Natural Ivory Slab -aoa3:ornate_ivory_slab:0, Ornate Ivory Slab -aoa3:patterned_ivory_slab:0, Patterned Ivory Slab -aoa3:intricate_rosite_ivory_slab:0, Intricate Rosite Ivory Slab -aoa3:natural_rosite_ivory_slab:0, Natural Rosite Ivory Slab -aoa3:ornate_rosite_ivory_slab:0, Ornate Rosite Ivory Slab -aoa3:patterned_rosite_ivory_slab:0, Patterned Rosite Ivory Slab -aoa3:intricate_sapphire_ivory_slab:0, Intricate Sapphire Ivory Slab -aoa3:natural_sapphire_ivory_slab:0, Natural Sapphire Ivory Slab -aoa3:ornate_sapphire_ivory_slab:0, Ornate Sapphire Ivory Slab -aoa3:patterned_sapphire_ivory_slab:0, Patterned Sapphire Ivory Slab -aoa3:lelyetia_bricks_slab:0, Lelyetia Bricks Slab -aoa3:lime_bricks_slab:0, Lime Bricks Slab -aoa3:lucalus_slab:0, Lucalus Slab -aoa3:lunar_bricks_slab:0, Lunar Bricks Slab -aoa3:lunide_slab:0, Lunide Slab -aoa3:magenta_bricks_slab:0, Magenta Bricks Slab -aoa3:black_mysterium_bricks_slab:0, Mysterium Black Bricks Slab -aoa3:green_mysterium_bricks_slab:0, Mysterium Green Bricks Slab -aoa3:orange_bricks_slab:0, Orange Bricks Slab -aoa3:pink_bricks_slab:0, Pink Bricks Slab -aoa3:purple_bricks_slab:0, Purple Bricks Slab -aoa3:red_bricks_slab:0, Red Bricks Slab -aoa3:rosidian_bricks_slab:0, Rosidian Bricks Slab -aoa3:runic_slab:0, Runic Slab -aoa3:runic_construct_bricks_slab:0, Runic Construct Bricks Slab -aoa3:shadow_slab:0, Shadow Slab -aoa3:shyre_slab:0, Shyre Slab -aoa3:white_shyre_bricks_slab:0, Shyre Wall Slab -aoa3:yellow_shyre_bricks_slab:0, Shyre Wall Slab -aoa3:skeletal_bricks_slab:0, Skeletal Bricks Slab -aoa3:stranglewood_slab:0, Stranglewood Slab -aoa3:toxicwood_slab:0, Toxicwood Slab -aoa3:whitewash_bricks_slab:0, Whitewash Bricks Slab -aoa3:yellow_bricks_slab:0, Yellow Bricks Slab -aoa3:achony_stairs, Achony Stairs -aoa3:baron_bricks_stairs, Baron Bricks Stairs -aoa3:black_bricks_stairs, Black Bricks Stairs -aoa3:bloodstone_bricks_stairs, Bloodstone Bricks Stairs -aoa3:bloodwood_stairs, Bloodwood Stairs -aoa3:blue_bricks_stairs, Blue Bricks Stairs -aoa3:brown_bricks_stairs, Brown Bricks Stairs -aoa3:churry_stairs, Churry Stairs -aoa3:coral_bricks_stairs, Coral Bricks Stairs -aoa3:creep_stairs, Creep Stairs -aoa3:creeponia_bricks_stairs, Creeponia Bricks Stairs -aoa3:crystallite_bricks_stairs, Crystallite Bricks Stairs -aoa3:crystevia_bricks_stairs, Crystevia Bricks Stairs -aoa3:cyan_bricks_stairs, Cyan Bricks Stairs -aoa3:cycade_stairs, Cycade Stairs -aoa3:dark_blue_bricks_stairs, Dark Blue Bricks Stairs -aoa3:dark_bricks_stairs, Dark Bricks Stairs -aoa3:dark_grey_bricks_stairs, Dark Grey Bricks Stairs -aoa3:darkwash_bricks_stairs, Darkwash Bricks Stairs -aoa3:dawnwood_stairs, Dawnwood Stairs -aoa3:gardencia_bricks_stairs, Gardencia Bricks Stairs -aoa3:greckon_bricks_stairs, Greckon Bricks Stairs -aoa3:green_bricks_stairs, Green Bricks Stairs -aoa3:grey_bricks_stairs, Grey Bricks Stairs -aoa3:haunted_bricks_stairs, Haunted Bricks Stairs -aoa3:hauntedwood_stairs, Hauntedwood Stairs -aoa3:iro_dotted_bricks_stairs, Iro Bricks Stairs -aoa3:iro_striped_bricks_stairs, Iro Bricks Stairs -aoa3:irowood_stairs, Irowood Stairs -aoa3:intricate_amethyst_ivory_stairs, Intricate Amethyst Ivory Stairs -aoa3:natural_amethyst_ivory_stairs, Natural Amethyst Ivory Stairs -aoa3:ornate_amethyst_ivory_stairs, Ornate Amethyst Ivory Stairs -aoa3:patterned_amethyst_ivory_stairs, Patterned Amethyst Ivory Stairs -aoa3:intricate_ivory_stairs, Intricate Ivory Stairs -aoa3:intricate_jade_ivory_stairs, Intricate Jade Ivory Stairs -aoa3:natural_jade_ivory_stairs, Natural Jade Ivory Stairs -aoa3:ornate_jade_ivory_stairs, Ornate Jade Ivory Stairs -aoa3:patterned_jade_ivory_stairs, Patterned Jade Ivory Stairs -aoa3:intricate_limonite_ivory_stairs, Intricate Limonite Ivory Stairs -aoa3:natural_limonite_ivory_stairs, Natural Limonite Ivory Stairs -aoa3:ornate_limonite_ivory_stairs, Ornate Limonite Ivory Stairs -aoa3:patterned_limonite_ivory_stairs, Patterned Limonite Ivory Stairs -aoa3:natural_ivory_stairs, Natural Ivory Stairs -aoa3:ornate_ivory_stairs, Ornate Ivory Stairs -aoa3:patterned_ivory_stairs, Patterned Ivory Stairs -aoa3:intricate_rosite_ivory_stairs, Intricate Rosite Ivory Stairs -aoa3:natural_rosite_ivory_stairs, Natural Rosite Ivory Stairs -aoa3:ornate_rosite_ivory_stairs, Ornate Rosite Ivory Stairs -aoa3:patterned_rosite_ivory_stairs, Patterned Rosite Ivory Stairs -aoa3:intricate_sapphire_ivory_stairs, Intricate Sapphire Ivory Stairs -aoa3:natural_sapphire_ivory_stairs, Natural Sapphire Ivory Stairs -aoa3:ornate_sapphire_ivory_stairs, Ornate Sapphire Ivory Stairs -aoa3:patterned_sapphire_ivory_stairs, Patterned Sapphire Ivory Stairs -aoa3:lelyetia_bricks_stairs, Lelyetia Bricks Stairs -aoa3:lime_bricks_stairs, Lime Bricks Stairs -aoa3:lucalus_stairs, Lucalus Stairs -aoa3:lunar_bricks_stairs, Lunar Bricks Stairs -aoa3:lunide_stairs, Lunide Stairs -aoa3:magenta_bricks_stairs, Magenta Bricks Stairs -aoa3:black_mysterium_bricks_stairs, Mysterium Black Bricks Stairs -aoa3:green_mysterium_bricks_stairs, Mysterium Green Bricks Stairs -aoa3:orange_bricks_stairs, Orange Bricks Stairs -aoa3:pink_bricks_stairs, Pink Bricks Stairs -aoa3:purple_bricks_stairs, Purple Bricks Stairs -aoa3:red_bricks_stairs, Red Bricks Stairs -aoa3:rosidian_bricks_stairs, Rosidian Bricks Stairs -aoa3:runic_stairs, Runic Stairs -aoa3:runic_construct_bricks_stairs, Runic Construct Bricks Stairs -aoa3:shadow_stairs, Shadow Stairs -aoa3:shyre_stairs, Shyre Stairs -aoa3:white_shyre_bricks_stairs, Shyre White Bricks Stairs -aoa3:yellow_shyre_bricks_stairs, Shyre Yellow Bricks Stairs -aoa3:skeletal_bricks_stairs, Skeletal Bricks Stairs -aoa3:stranglewood_stairs, Stranglewood Stairs -aoa3:toxicwood_stairs, Toxicwood Stairs -aoa3:whitewash_bricks_stairs, Whitewash Bricks Stairs -aoa3:yellow_bricks_stairs, Yellow Bricks Stairs -aoa3:achony_fence, Achony Fence -aoa3:bloodwood_fence, Bloodwood Fence -aoa3:churry_fence, Churry Fence -aoa3:creep_fence, Creep Fence -aoa3:cycade_fence, Cycade Fence -aoa3:dawnwood_fence, Dawnwood Fence -aoa3:hauntedwood_fence, Hauntedwood Fence -aoa3:irowood_fence, Irowood Fence -aoa3:lucalus_fence, Lucalus Fence -aoa3:lunide_fence, Lunide Fence -aoa3:runic_fence, Runic Fence -aoa3:shadow_fence, Shadow Fence -aoa3:shyre_fence, Shyre Fence -aoa3:stranglewood_fence, Stranglewood Fence -aoa3:toxicwood_fence, Toxicwood Fence -aoa3:twinklestone_fence, Twinklestone Fence -aoa3:achony_gate, Achony Gate -aoa3:bloodwood_gate, Bloodwood Gate -aoa3:churry_gate, Churry Gate -aoa3:creep_gate, Creep Gate -aoa3:cycade_gate, Cycade Gate -aoa3:dawnwood_gate, Dawnwood Gate -aoa3:hauntedwood_gate, Hauntedwood Gate -aoa3:irowood_gate, Irowood Gate -aoa3:lucalus_gate, Lucalus Gate -aoa3:lunide_gate, Lunide Gate -aoa3:runic_gate, Runic Gate -aoa3:shadow_gate, Shadow Gate -aoa3:shyre_gate, Shyre Gate -aoa3:stranglewood_gate, Stranglewood Gate -aoa3:toxicwood_gate, Toxicwood Gate -aoa3:flower_core, Flower Core -aoa3:black_mushroom, Black Mushroom -aoa3:blue_mushroom_inside, Blue Mushroom -aoa3:blue_mushroom_outside, Blue Mushroom -aoa3:green_mushroom_inside, Green Mushroom -aoa3:green_mushroom_outside, Green Mushroom -aoa3:orange_mushroom_inside, Orange Mushroom -aoa3:orange_mushroom_outside, Orange Mushroom -aoa3:purple_mushroom_inside, Purple Mushroom -aoa3:purple_mushroom_outside, Purple Mushroom -aoa3:black_mushroom_stem, Black Mushroom Stem -aoa3:blue_mushroom_stem, Blue Mushroom Stem -aoa3:green_mushroom_stem, Green Mushroom Stem -aoa3:orange_mushroom_stem, Orange Mushroom Stem -aoa3:purple_mushroom_stem, Purple Mushroom Stem -aoa3:yellow_mushroom_stem, Yellow Mushroom Stem -aoa3:yellow_mushroom_inside, Yellow Mushroom -aoa3:yellow_mushroom_outside, Yellow Mushroom -aoa3:plant_stem, Plant Stem -aoa3:ancient_light, Ancient Light -aoa3:archaic_light, Archaic Light -aoa3:archaic_light_breakable, Archaic Light -aoa3:creep_crystal, Creep Crystal -aoa3:darkstone, Darkstone -aoa3:deep_crystal, Deep Crystal -aoa3:hive_light, Hive Light -aoa3:steel_light, Steel Light -aoa3:twinklestone, Twinklestone -aoa3:vox_light, Vox Light -aoa3:amethyst_lamp_off, Amethyst Lamp -aoa3:amethyst_lamp, Amethyst Lamp -aoa3:aquatic_lamp_off, Aquatic Lamp -aoa3:aquatic_lamp, Aquatic Lamp -aoa3:baronyte_lamp_off, Baronyte Lamp -aoa3:baronyte_lamp, Baronyte Lamp -aoa3:blazium_lamp_off, Blazium Lamp -aoa3:blazium_lamp, Blazium Lamp -aoa3:bloodstone_lamp_off, Bloodstone Lamp -aoa3:bloodstone_lamp, Bloodstone Lamp -aoa3:crystallite_lamp_off, Crystallite Lamp -aoa3:crystallite_lamp, Crystallite Lamp -aoa3:elecanium_lamp_off, Elecanium Lamp -aoa3:elecanium_lamp, Elecanium Lamp -aoa3:emberstone_lamp_off, Emberstone Lamp -aoa3:emberstone_lamp, Emberstone Lamp -aoa3:fire_lamp_off, Fire Lamp -aoa3:fire_lamp, Fire Lamp -aoa3:ghastly_lamp_off, Ghastly Lamp -aoa3:ghastly_lamp, Ghastly Lamp -aoa3:ghoulish_lamp_off, Ghoulish Lamp -aoa3:ghoulish_lamp, Ghoulish Lamp -aoa3:iro_lamp_off, Iro Lamp -aoa3:iro_lamp, Iro Lamp -aoa3:ivory_lamp_off, Ivory Lamp -aoa3:ivory_lamp, Ivory Lamp -aoa3:ivory_amethyst_lamp_off, Ivory Amethyst Lamp -aoa3:ivory_amethyst_lamp, Ivory Amethyst Lamp -aoa3:ivory_jade_lamp_off, Ivory Jade Lamp -aoa3:ivory_jade_lamp, Ivory Jade Lamp -aoa3:ivory_limonite_lamp_off, Ivory Limonite Lamp -aoa3:ivory_limonite_lamp, Ivory Limonite Lamp -aoa3:ivory_rosite_lamp_off, Ivory Rosite Lamp -aoa3:ivory_rosite_lamp, Ivory Rosite Lamp -aoa3:ivory_sapphire_lamp_off, Ivory Sapphire Lamp -aoa3:ivory_sapphire_lamp, Ivory Sapphire Lamp -aoa3:jade_lamp_off, Jade Lamp -aoa3:jade_lamp, Jade Lamp -aoa3:aqua_life_lamp_off, Aqua Life Lamp -aoa3:aqua_life_lamp, Aqua Life Lamp -aoa3:black_life_lamp_off, Black Life Lamp -aoa3:black_life_lamp, Black Life Lamp -aoa3:blue_life_lamp_off, Blue Life Lamp -aoa3:blue_life_lamp, Blue Life Lamp -aoa3:brown_life_lamp_off, Brown Life Lamp -aoa3:brown_life_lamp, Brown Life Lamp -aoa3:cyan_life_lamp_off, Cyan Life Lamp -aoa3:cyan_life_lamp, Cyan Life Lamp -aoa3:dark_grey_life_lamp_off, Dark Grey Life Lamp -aoa3:dark_grey_life_lamp, Dark Grey Life Lamp -aoa3:green_life_lamp_off, Green Life Lamp -aoa3:green_life_lamp, Green Life Lamp -aoa3:grey_life_lamp_off, Grey Life Lamp -aoa3:grey_life_lamp, Grey Life Lamp -aoa3:lime_life_lamp_off, Lime Life Lamp -aoa3:lime_life_lamp, Lime Life Lamp -aoa3:magenta_life_lamp_off, Magenta Life Lamp -aoa3:magenta_life_lamp, Magenta Life Lamp -aoa3:orange_life_lamp_off, Orange Life Lamp -aoa3:orange_life_lamp, Orange Life Lamp -aoa3:pink_life_lamp_off, Pink Life Lamp -aoa3:pink_life_lamp, Pink Life Lamp -aoa3:purple_life_lamp_off, Purple Life Lamp -aoa3:purple_life_lamp, Purple Life Lamp -aoa3:red_life_lamp_off, Red Life Lamp -aoa3:red_life_lamp, Red Life Lamp -aoa3:white_life_lamp_off, White Life Lamp -aoa3:white_life_lamp, White Life Lamp -aoa3:yellow_life_lamp_off, Yellow Life Lamp -aoa3:yellow_life_lamp, Yellow Life Lamp -aoa3:limonite_lamp_off, Limonite Lamp -aoa3:limonite_lamp, Limonite Lamp -aoa3:lunar_lamp_off, Lunar Lamp -aoa3:lunar_lamp, Lunar Lamp -aoa3:lyon_lamp_off, Lyon Lamp -aoa3:lyon_lamp, Lyon Lamp -aoa3:mystic_lamp_off, Mystic Lamp -aoa3:mystic_lamp, Mystic Lamp -aoa3:neon_lamp_off, Neon Lamp -aoa3:neon_lamp, Neon Lamp -aoa3:neon_circling_lamp_off, Neon Circling Lamp -aoa3:neon_circling_lamp, Neon Circling Lamp -aoa3:neon_lapis_lamp_off, Neon Lapis Lamp -aoa3:neon_lapis_lamp, Neon Lapis Lamp -aoa3:neon_lapis_circling_lamp_off, Neon Lapis Circling Lamp -aoa3:neon_lapis_circling_lamp, Neon Lapis Circling Lamp -aoa3:neon_lapis_triangles_lamp_off, Neon Lapis Triangles Lamp -aoa3:neon_lapis_triangles_lamp, Neon Lapis Triangles Lamp -aoa3:neon_runic_lamp_off, Neon Runic Lamp -aoa3:neon_runic_lamp, Neon Runic Lamp -aoa3:neon_triangles_lamp_off, Neon Triangles Lamp -aoa3:neon_triangles_lamp, Neon Triangles Lamp -aoa3:rosite_lamp_off, Rosite Lamp -aoa3:rosite_lamp, Rosite Lamp -aoa3:sapphire_lamp_off, Sapphire Lamp -aoa3:sapphire_lamp, Sapphire Lamp -aoa3:skeletal_lamp_off, Skeletal Lamp -aoa3:skeletal_lamp, Skeletal Lamp -aoa3:abyssal_glass, Abyssal Glass -aoa3:ancient_glass, Ancient Glass -aoa3:aquatic_glass, Aquatic Glass -aoa3:archaic_glass, Archaic Glass -aoa3:archaic_glass_breakable, Archaic Glass -aoa3:baron_glass, Baron Glass -aoa3:decayed_glass, Decayed Glass -aoa3:gardencian_glass, Gardencian Glass -aoa3:haven_glass, Haven Glass -aoa3:iro_glass, Iro Glass -aoa3:lelyetian_glass, Lelyetian Glass -aoa3:lunar_glass, Lunar Glass -aoa3:runic_glass, Runic Glass -aoa3:unbreakable_runic_glass, Unbreakable Runic Glass -aoa3:shyre_glass, Shyre Glass -aoa3:vox_glass, Vox Glass -aoa3:zhinx_glass, Zhinx Glass -aoa3:amethyst_block, Ascended Amethyst Block -aoa3:baronyte_block, Baronyte Block -aoa3:blazium_block, Blazium Block -aoa3:bloodstone_block, Bloodstone Block -aoa3:crystallite_block, Crystallite Block -aoa3:elecanium_block, Elecanium Block -aoa3:emberstone_block, Emberstone Block -aoa3:gemenyte_block, Gemenyte Block -aoa3:ghastly_block, Ghastly Block -aoa3:ghoulish_block, Ghoulish Block -aoa3:jade_block, Ascended Jade Block -aoa3:jewelyte_block, Jewelyte Block -aoa3:limonite_block, Limonite Block -aoa3:lunar_block, Lunar Block -aoa3:lyon_block, Lyon Block -aoa3:mystite_block, Mystite Block -aoa3:ornamyte_block, Ornamyte Block -aoa3:rosite_block, Rosite Block -aoa3:sapphire_block, Ascended Sapphire Block -aoa3:shyregem_block, Shyregem Block -aoa3:shyrestone_block, Shyrestone Block -aoa3:skeletal_ingot_block, Skeletal Ingot Block -aoa3:varsium_block, Varsium Block -aoa3:baron_carpet, Baron Carpet -aoa3:borean_carpet, Borean Carpet -aoa3:gardencian_carpet, Gardencian Carpet -aoa3:iro_carpet, Iro Carpet -aoa3:lunar_carpet, Lunar Carpet -aoa3:crystallanium, Crystallanium -aoa3:emberium, Emberium -aoa3:shadonantium, Shadonantium -aoa3:skeletanium, Skeletanium -aoa3:ancient_rock, Ancient Rock -aoa3:black_ancient_tile, Ancient Tile -aoa3:ancient_tile_core, Ancient Tile Core -aoa3:green_ancient_tile, Ancient Tile -aoa3:ancient_tile_shrine, Ancient Tile Shrine -aoa3:white_ancient_tile, Ancient Tile -aoa3:archaic_dirt, Archaic Dirt -aoa3:archaic_dirt_breakable, Archaic Dirt -aoa3:archaic_stream_horizontal, Archaic Stream: Horizontal -aoa3:archaic_stream_horizontal_breakable, Archaic Stream: Horizontal -aoa3:archaic_rectangles, Archaic Rectangles -aoa3:archaic_rectangles_breakable, Archaic Rectangles -aoa3:archaic_squares, Archaic Squares -aoa3:archaic_squares_breakable, Archaic Squares -aoa3:archaic_tiles, Archaic Tiles -aoa3:archaic_tiles_breakable, Archaic Tiles -aoa3:archaic_stream_vertical, Archaic Stream: Vertical -aoa3:archaic_stream_vertical_breakable, Archaic Stream: Vertical -aoa3:baron_castle_wall, Baron Castle Wall -aoa3:baron_cube, Baron Cube -aoa3:baron_ground, Baron Ground -aoa3:bloodstone_bar_bricks, Bloodstone Bar Bricks -aoa3:bloodstone_bars, Bloodstone Bars -aoa3:green_candy, Green Candy -aoa3:red_candy, Red Candy -aoa3:white_candy, White Candy -aoa3:chocolate_block, Chocolate Block -aoa3:dark_chocolate_block, Dark Chocolate Block -aoa3:white_chocolate_block, White Chocolate Block -aoa3:cog_block, Cog Block -aoa3:blue_coral, Blue Coral -aoa3:green_coral, Green Coral -aoa3:orange_coral, Orange Coral -aoa3:pink_coral, Pink Coral -aoa3:white_coral, White Coral -aoa3:yellow_coral, Yellow Coral -aoa3:aqua_cotton_candy, Cotton Candy -aoa3:pink_cotton_candy, Cotton Candy -aoa3:crate, Crate -aoa3:blue_crystal_block, Blue Crystal -aoa3:green_crystal_block, Green Crystal -aoa3:purple_crystal_block, Purple Crystal -aoa3:red_crystal_block, Red Crystal -aoa3:white_crystal_block, White Crystal -aoa3:yellow_crystal_block, Yellow Crystal -aoa3:dark_face_brick, Dark Face Brick -aoa3:deeplands_trap_explosion, Deep Rock -aoa3:deeplands_trap_lava, Deep Rock -aoa3:deeplands_trap_nipper, Deep Rock -aoa3:degraded_steel, Degraded Steel -aoa3:eye_block, Eye Block -aoa3:giant_snail_acid, Giant Snail Acid -aoa3:gingerbread, Gingerbread -aoa3:hive_wall, Hive Wall -aoa3:iro_brick_trap, Iro Bricks -aoa3:iropole, Iropole -aoa3:kaiyu_temple_block_face, Kaiyu Temple Block -aoa3:kaiyu_temple_block_flow, Kaiyu Temple Block -aoa3:kaiyu_temple_block_maze, Kaiyu Temple Block -aoa3:kaiyu_temple_block_pass, Kaiyu Temple Block -aoa3:kaiyu_temple_block_plain, Kaiyu Temple Block -aoa3:kaiyu_temple_block_squares, Kaiyu Temple Block -aoa3:kaiyu_temple_block_track, Kaiyu Temple Block -aoa3:kaiyu_temple_trap_flow, Kaiyu Temple Block -aoa3:kaiyu_temple_trap_maze, Kaiyu Temple Block -aoa3:kaiyu_temple_trap_pass, Kaiyu Temple Block -aoa3:kaiyu_temple_trap_squares, Kaiyu Temple Block -aoa3:darklight_orb, Darklight Orb -aoa3:dusk_orb, Dusk Orb -aoa3:lunar_orb, Lunar Orb -aoa3:moonlight_orb, Moonlight Orb -aoa3:sunfire_orb, Sunfire Orb -aoa3:lunar_pad, Lunar Pad -aoa3:orange_acid, Acid -aoa3:paravite_hive, Paravite Hive -aoa3:black_petals, Petals -aoa3:blue_petals, Blue Petals -aoa3:light_blue_petals, Light Blue Petals -aoa3:magenta_petals, Magenta Petals -aoa3:purple_petals, Purple Petals -aoa3:red_petals, Red Petals -aoa3:rose_petals, Rose Petals -aoa3:yellow_petals, Yellow Petals -aoa3:plastic, Plastic -aoa3:rune_post_compass, Compass Post -aoa3:rune_post_distortion, Distortion Post -aoa3:rune_post_energy, Energy Post -aoa3:rune_post_fire, Fire Post -aoa3:rune_post_kinetic, Kinetic Post -aoa3:rune_post_life, Life Post -aoa3:rune_post_poison, Poison Post -aoa3:rune_post_lunar, Lunar Post -aoa3:rune_post_power, Power Post -aoa3:rune_post_storm, Storm Post -aoa3:rune_post_strike, Strike Post -aoa3:rune_post_water, Water Post -aoa3:rune_post_wind, Wind Post -aoa3:rune_post_wither, Wither Post -aoa3:skeletal_block, Skeletal Block -aoa3:tentacles, Tentacle -aoa3:tentacles_dots_left, Tentacle -aoa3:tentacles_dots_right, Tentacle -aoa3:tentacles_eye_orange, Tentacle -aoa3:tentacles_eye_red, Tentacle -aoa3:tentacles_green, Tentacle -aoa3:toxic_stem, Toxic Stem -aoa3:unbreakable_iro_bricks, Iro Bricks -aoa3:unbreakable_plant_stem, Plant Stem -aoa3:unbreakable_runic_bricks, Runic Bricks -aoa3:blue_shroom, Blue Shroom -aoa3:green_shroom, Green Shroom -aoa3:orange_shroom, Orange Shroom -aoa3:purple_shroom, Purple Shroom -aoa3:shroom_stem, Shroom Stem -aoa3:vox_shroom, Vox Shroom -aoa3:yellow_shroom, Yellow Shroom -aoa3:vox_log, Vox Log -aoa3:boney_block, Boney Block -aoa3:carved_rune_direction, Carved Rune of Direction -aoa3:carved_rune_empowering, Carved Rune of Empowering -aoa3:carved_rune_focus, Carved Rune of Focus -aoa3:carved_rune_power, Carved Rune of Power -aoa3:carved_rune_reality, Carved Rune of Reality -aoa3:carved_rune_space, Carved Rune of Space -aoa3:carved_rune_travel, Carved Rune of Travel -aoa3:charging_table, Charging Table -aoa3:shyre_cloud, Shyre Cloud -aoa3:dustopian_lamp, Dustopian Lamp -aoa3:dustopian_lamp_off, Dustopian Lamp -aoa3:damage_enhancer, Damage Enhancer -aoa3:divine_enhancer, Divine Enhancer -aoa3:durability_enhancer, Durability Enhancer -aoa3:luck_enhancer, Luck Enhancer -aoa3:magic_enhancer, Magic Enhancer -aoa3:resistance_enhancer, Resistance Enhancer -aoa3:speed_enhancer, Speed Enhancer -aoa3:weight_enhancer, Weight Enhancer -aoa3:archaic_ladder, Archaic Ladder -aoa3:archaic_ladder_breakable, Archaic Ladder -aoa3:celeve_stem, Celeve Stem -aoa3:lunar_pillar, Lunar Pillar -aoa3:spikey_pillar, Spikey Pillar -aoa3:toxic_block, Toxic Block -aoa3:toxic_waste, Toxic Waste -aoa3:amphibior_spawner, Amphibior Spawner -aoa3:amphibiyte_spawner, Amphibiyte Spawner -aoa3:angelica_spawner, Angelica Spawner -aoa3:arc_wizard_spawner, Arc Wizard Spawner -aoa3:arkzyne_spawner, Arkzyne Spawner -aoa3:arocknid_spawner, Arocknid Spawner -aoa3:banshee_spawner, Banshee Spawner -aoa3:baumba_spawner, Baumba Spawner -aoa3:bloodsucker_spawner, Bloodsucker Spawner -aoa3:cane_bug_spawner, Cane Bug Spawner -aoa3:crusilisk_spawner, Crusilisk Spawner -aoa3:dawnlight_spawner, Dawnlight Spawner -aoa3:daysee_spawner, Daysee Spawner -aoa3:diocus_spawner, Diocus Spawner -aoa3:enforcer_spawner, Enforcer Spawner -aoa3:exohead_spawner, Exohead Spawner -aoa3:faceless_floater_spawner, Faceless Floater Spawner -aoa3:fenix_spawner, Fenix Spawner -aoa3:flesh_eater_spawner, Flesh Eater Spawner -aoa3:flowerface_spawner, Flowerface Spawner -aoa3:fungock_spawner, Fungock Spawner -aoa3:ghastus_spawner, Ghastus Spawner -aoa3:gingerbird_spawner, Gingerbird Spawner -aoa3:gingerbread_man_spawner, Gingerbread Man Spawner -aoa3:goldum_spawner, Goldum Spawner -aoa3:goldus_spawner, Goldus Spawner -aoa3:inmate_x_spawner, Inmate X Spawner -aoa3:inmate_y_spawner, Inmate Y Spawner -aoa3:iosaur_spawner, Iosaur Spawner -aoa3:jawe_spawner, Jawe Spawner -aoa3:kaiyu_spawner, Kaiyu Spawner -aoa3:lightwalker_spawner, Lightwalker Spawner -aoa3:luxocron_spawner, Luxocron Spawner -aoa3:mechyon_spawner, Mechyon Spawner -aoa3:merkyre_spawner, Merkyre Spawner -aoa3:mermage_spawner, Mermage Spawner -aoa3:mushroom_spider_spawner, Mushroom Spider Spawner -aoa3:nethengeic_beast_spawner, Nethengeic Beast Spawner -aoa3:nightmare_spider_spawner, Nightmare Spider Spawner -aoa3:nightwing_spawner, Nightwing Spawner -aoa3:opteryx_spawner, Opteryx Spawner -aoa3:paravite_spawner, Paravite Spawner -aoa3:phantom_spawner, Phantom Spawner -aoa3:pod_plant_spawner, Pod Plant Spawner -aoa3:rawbone_spawner, Rawbone Spawner -aoa3:reaver_spawner, Reaver Spawner -aoa3:refluct_spawner, Refluct Spawner -aoa3:rock_critter_spawner, Rock Critter Spawner -aoa3:runic_golem_spawner, Runic Golem Spawner -aoa3:runic_guardian_spawner, Runic Guardian Spawner -aoa3:seeker_spawner, Seeker Spawner -aoa3:shavo_spawner, Shavo Spawner -aoa3:shyre_troll_spawner, Shyre Troll Spawner -aoa3:skeledon_spawner, Skeledon Spawner -aoa3:skelekyte_spawner, Skelekyte Spawner -aoa3:soulscorne_spawner, Soulscorne Spawner -aoa3:spectral_wizard_spawner, Spectral Wizard Spawner -aoa3:spinoledon_spawner, Spinoledon Spawner -aoa3:surveyor_spawner, Surveyor Spawner -aoa3:tharafly_spawner, Tharafly Spawner -aoa3:undead_troll_spawner, Undead Troll Spawner -aoa3:urioh_spawner, Urioh Spawner -aoa3:urv_spawner, Urv Spawner -aoa3:vine_wizard_spawner, Vine Wizard Spawner -aoa3:visage_spawner, Visage Spawner -aoa3:volar_spawner, Volar Spawner -aoa3:zarg_spawner, Zarg Spawner -aoa3:zhinx_spawner, Zhinx Spawner -aoa3:zorp_spawner, Zorp Spawner -aoa3:army_block, Army Block -aoa3:baroness_altar, Baroness Altar -aoa3:candy_block, Candy Block -aoa3:clunkhead_altar, Clunkhead Altar -aoa3:craexxeus_altar, Craexxeus Altar -aoa3:creep_altar, C.R.E.E.P Altar -aoa3:dracyon_altar, Dracyon Altar -aoa3:graw_altar, Graw Altar -aoa3:guardian_altar, Guardian Altar -aoa3:hive_spawner, Hive Spawner -aoa3:hydro_table, Hydro Table -aoa3:illusion_altar, Illusion Altar -aoa3:kror_altar, Kror Altar -aoa3:mechbot_altar, Mechbot Altar -aoa3:power_station, Power Station -aoa3:primordial_shrine, Primordial Shrine -aoa3:rockrider_shrine, Rockrider Shrine -aoa3:shadow_altar, Shadow Altar -aoa3:silverfoot_altar, Silverfoot Altar -aoa3:toy_box, Toy Box -aoa3:vinocorne_shrine, Vinocorne Shrine -aoa3:visualent_altar, Visualent Altar -aoa3:voxxulon_altar, Voxxulon Altar -aoa3:abyss_portal, Abyss Portal -aoa3:ancient_cavern_portal, Ancient Cavern Portal -aoa3:barathos_portal, Barathos Portal -aoa3:borean_portal, L'Borean Portal -aoa3:candyland_portal, Candyland Portal -aoa3:celeve_portal, Celeve Portal -aoa3:creeponia_portal, Creeponia Portal -aoa3:crystevia_portal, Crystevia Portal -aoa3:deeplands_portal, Deeplands Portal -aoa3:dustopia_portal, Dustopia Portal -aoa3:gardencia_portal, Gardencia Portal -aoa3:greckon_portal, Greckon Portal -aoa3:haven_portal, Haven Portal -aoa3:immortallis_portal, Immortallis Portal -aoa3:iromine_portal, Iromine Portal -aoa3:lelyetia_portal, Lelyetia Portal -aoa3:lunalus_portal, Lunalus Portal -aoa3:mysterium_portal, Mysterium Portal -aoa3:nether_portal, Nether Portal -aoa3:precasia_portal, Precasia Portal -aoa3:runandor_portal, Runandor Portal -aoa3:shyrelands_portal, Shyrelands Portal -aoa3:vox_ponds_portal, Vox Ponds Portal -aoa3:ancient_altar, Ancient Altar -aoa3:erebon_shrine, Erebon Shrine -aoa3:luxon_shrine, Luxon Shrine -aoa3:pluton_shrine, Pluton Shrine -aoa3:selyan_shrine, Selyan Shrine -aoa3:ascension_shrine, Ascension Shrine -aoa3:vox_crate, Vox Crate -aoa3:creation_forge, Creation Forge -aoa3:blue_crystal_creator, Crystal Creator -aoa3:green_crystal_creator, Crystal Creator -aoa3:purple_crystal_creator, Crystal Creator -aoa3:red_crystal_creator, Crystal Creator -aoa3:white_crystal_creator, Crystal Creator -aoa3:yellow_crystal_creator, Crystal Creator -aoa3:crystal_extension_shrine, Crystal Extension Shrine -aoa3:declogging_table, Declogging Table -aoa3:deep_case, Deep Case -aoa3:divine_station, Divine Station -aoa3:enigma_table, Enigma Table -aoa3:exoid_station, Exoid Station -aoa3:extraction_device, Extraction Device -aoa3:extraction_device_on, Extraction Device -aoa3:filtration_system, Filtration System -aoa3:frame_bench, Frame Bench -aoa3:gold_accumulator, Gold Accumulator -aoa3:haunting_table, Haunting Table -aoa3:immortallis_progressor_1, Immortallis Progressor -aoa3:immortallis_progressor_2, Immortallis Progressor -aoa3:immortallis_progressor_3, Immortallis Progressor -aoa3:immortallis_progressor_4, Immortallis Progressor -aoa3:immortallis_progressor_5, Immortallis Progressor -aoa3:immortallis_progressor_6, Immortallis Progressor -aoa3:immortallis_progressor_7, Immortallis Progressor -aoa3:immortallis_progressor_8, Immortallis Progressor -aoa3:immortallis_progressor_9, Immortallis Progressor -aoa3:infusion_table, Infusion Table -aoa3:iro_crate, Iro Crate -aoa3:lunar_creation_table, Lunar Creation Table -aoa3:lunar_enrichment_table, Lunar Enrichment Table -aoa3:mending_table, Mending Table -aoa3:mineralization_station, Mineralization Station -aoa3:petal_crafting_station, Petal Crafting Station -aoa3:pure_gold_accumulator, Pure Gold Accumulator -aoa3:recreation_station, Recreation Station -aoa3:rune_randomizer, Rune Randomizer -aoa3:rune_shrine, Rune Shrine -aoa3:runic_block, Runic Block -aoa3:strange_block, Strange Block -aoa3:tea_sink, Tea Sink -aoa3:vox_store_crate, Vox Store Crate -aoa3:whitewashing_table, Whitewashing Table -aoa3:arcbulb, Arcbulb -aoa3:arcflower, Arcflower -aoa3:bureal_stocks, Bureal Stocks -aoa3:candycane, Candycane -aoa3:candy_grass, Candy Grass -aoa3:blue_candy_grass, Candy Grass -aoa3:celevians_blue, Celevians -aoa3:celevians_purple, Celevians -aoa3:celevians_red, Celevians -aoa3:celevians_white, Celevians -aoa3:creep_flowers, Creep Flowers -aoa3:creep_grass, Creep Grass -aoa3:blue_crystal_plant, Blue Crystal -aoa3:green_crystal_plant, Green Crystal -aoa3:purple_crystal_plant, Purple Crystal -aoa3:red_crystal_plant, Red Crystal -aoa3:white_crystal_plant, White Crystal -aoa3:yellow_crystal_plant, Yellow Crystal -aoa3:daileers, Daileers -aoa3:dawn_bush, Dawn Bush -aoa3:dawn_flower, Dawn Flower -aoa3:dawn_grass, Dawn Grass -aoa3:daylooms_blue, Daylooms -aoa3:daylooms_pink, Daylooms -aoa3:daylooms_yellow, Daylooms -aoa3:dead_grass, Dead Grass -aoa3:deep_blooms, Deep Blooms -aoa3:deep_grass, Deep Grass -aoa3:haunted_flower, Haunted Flower -aoa3:haven_grass_plant, Haven Grass -aoa3:horizon_daisies, Horizon Daisies -aoa3:iro_grass, Iro Grass -aoa3:irotops, Irotops -aoa3:lelyetian_grass, Lelyetian Weeds -aoa3:lelyetian_grass_down, Inverted Lelyetian Weeds -aoa3:lucon_grass, Lucon Grass -aoa3:lunalip, Lunalip -aoa3:luntar, Luntar -aoa3:lurchians, Lurchians -aoa3:lylips, Lylips -aoa3:magias, Magias -aoa3:mystic_bush, Mystic Bush -aoa3:mystic_ferns, Mystic Ferns -aoa3:ocealites_blue, Ocealites -aoa3:rainbow_grass, Rainbow Grass -aoa3:rainbow_grass2, Rainbow Grass -aoa3:rainbow_grass3, Rainbow Grass -aoa3:rune_bulbs, Rune Bulbs -aoa3:runic_bush, Runic Bush -aoa3:shyre_weed, Shyre Weed -aoa3:tangle_thorns, Tangle Thorns -aoa3:trilliad_bloom, Trilliad Bloom -aoa3:tubeicles, Tubeicles -aoa3:green_waterweeds, Waterweeds -aoa3:red_waterweeds, Waterweeds -aoa3:white_waterweeds, Waterweeds -aoa3:yellow_waterweeds, Waterweeds -aoa3:blue_lollypop, Lollypop -aoa3:red_lollypop, Lollypop -aoa3:yellow_lollypop, Lollypop -aoa3:ancient_vines, Ancient Vines -aoa3:ancient_vines_cap, Ancient Vines -aoa3:blood_pine_stem, Blood Pine -aoa3:blood_pine, Blood Pine -aoa3:blood_spikes, Blood Spikes -aoa3:blood_strands, Blood Strands -aoa3:bulb_stock, Eye Bulb -aoa3:bulb_stock_cap, Eye Bulb -aoa3:celebulbs_stem, Celebulbs -aoa3:celebulbs_green, Celebulbs -aoa3:celebulbs_yellow, Celebulbs -aoa3:coral_cage, Coral Cage -aoa3:dawnwood_bars, Dawnwood Bars -aoa3:eye_shrub_stem, Eye Shrub -aoa3:eye_shrub, Eye Shrub -aoa3:garden_grass, Garden Grass -aoa3:havendales_blue_stem, Havendales -aoa3:havendales_blue, Havendales -aoa3:havendales_pink_stem, Havendales -aoa3:havendales_pink, Havendales -aoa3:havendales_yellow_stem, Havendales -aoa3:havendales_yellow, Havendales -aoa3:lelyetian_stem, Lelyetian Stem -aoa3:lelyetian_stem_cap, Lelyetian Stem Cap -aoa3:lelyetian_stem_cap_down, Inverted Lelyetian Stem Cap -aoa3:lelyetian_wiggler, Lelyetian Wiggler -aoa3:lelyetian_wiggler_bottom, Lelyetian Inverted Wiggler -aoa3:lelyetian_wiggler_top, Lelyetian Wiggler -aoa3:green_peppermint, Peppermint -aoa3:red_peppermint, Peppermint -aoa3:plastic_stick, Plastic -aoa3:candy_tube, Candy Tube -aoa3:shyre_stock, Shyre Stock -aoa3:shyre_cap, Shyre Cap -aoa3:shyre_cap_down, Inverted Shyre Cap -aoa3:vox_fungi_stem, Vox Fungi -aoa3:vox_fungi, Vox Fungi -aoa3:vox_tentacles_stem, Vox Tentacles -aoa3:vox_tentacles, Vox Tentacles -aoa3:creep_vines, Creep Vines -aoa3:bane_statue, Bane Statue -aoa3:gold_bane_statue, Gold Bane Statue -aoa3:ornate_bane_statue, Ornate Bane Statue -aoa3:baroness_statue, Baroness Statue -aoa3:gold_baroness_statue, Gold Baroness Statue -aoa3:ornate_baroness_statue, Ornate Baroness Statue -aoa3:clunkhead_statue, Clunkhead Statue -aoa3:gold_clunkhead_statue, Gold Clunkhead Statue -aoa3:ornate_clunkhead_statue, Ornate Clunkhead Statue -aoa3:coniferon_statue, Coniferon Statue -aoa3:gold_coniferon_statue, Gold Coniferon Statue -aoa3:ornate_coniferon_statue, Ornate Coniferon Statue -aoa3:corallus_statue, Corallus Statue -aoa3:gold_corallus_statue, Gold Corallus Statue -aoa3:ornate_corallus_statue, Ornate Corallus Statue -aoa3:cotton_candor_statue, Cotton Candor Statue -aoa3:gold_cotton_candor_statue, Gold Cotton Candor Statue -aoa3:ornate_cotton_candor_statue, Ornate Cotton Candor Statue -aoa3:craexxeus_statue, Craexxeus Statue -aoa3:gold_craexxeus_statue, Gold Craexxeus Statue -aoa3:ornate_craexxeus_statue, Ornate Craexxeus Statue -aoa3:creep_statue, C.R.E.E.P Statue -aoa3:gold_creep_statue, Gold C.R.E.E.P Statue -aoa3:ornate_creep_statue, Ornate C.R.E.E.P Statue -aoa3:crystocore_statue, Crystocore Statue -aoa3:gold_crystocore_statue, Gold Crystocore Statue -aoa3:ornate_crystocore_statue, Ornate Crystocore Statue -aoa3:dracyon_statue, Dracyon Statue -aoa3:gold_dracyon_statue, Gold Dracyon Statue -aoa3:ornate_dracyon_statue, Ornate Dracyon Statue -aoa3:elusive_statue, Elusive Statue -aoa3:gold_elusive_statue, Gold Elusive Statue -aoa3:ornate_elusive_statue, Ornate Elusive Statue -aoa3:flash_statue, Flash Statue -aoa3:ornate_flash_statue, Ornate Flash Statue -aoa3:gold_flash_statue, Gold Flash Statue -aoa3:goldorth_statue, Goldorth Statue -aoa3:gold_goldorth_statue, Gold Goldorth Statue -aoa3:ornate_goldorth_statue, Ornate Goldorth Statue -aoa3:graw_statue, Graw Statue -aoa3:gold_graw_statue, Gold Graw Statue -aoa3:ornate_graw_statue, Ornate Graw Statue -aoa3:guardian_statue, Guardian Statue -aoa3:gold_guardian_statue, Gold Guardian Statue -aoa3:ornate_guardian_statue, Ornate Guardian Statue -aoa3:gyro_statue, Gyro Statue -aoa3:gold_gyro_statue, Gold Gyro Statue -aoa3:ornate_gyro_statue, Ornate Gyro Statue -aoa3:harkos_statue, Harkos Statue -aoa3:gold_harkos_statue, Gold Harkos Statue -aoa3:ornate_harkos_statue, Ornate Harkos Statue -aoa3:hive_king_statue, Hive King Statue -aoa3:gold_hive_king_statue, Gold Hive King Statue -aoa3:ornate_hive_king_statue, Ornate Hive King Statue -aoa3:horon_statue, Horon Statue -aoa3:gold_horon_statue, Gold Horon Statue -aoa3:ornate_horon_statue, Ornate Horon Statue -aoa3:hydrolisk_statue, Hydrolisk Statue -aoa3:gold_hydrolisk_statue, Gold Hydrolisk Statue -aoa3:ornate_hydrolisk_statue, Ornate Hydrolisk Statue -aoa3:kajaros_statue, Kajaros Statue -aoa3:gold_kajaros_statue, Gold Kajaros Statue -aoa3:ornate_kajaros_statue, Ornate Kajaros Statue -aoa3:king_bambambam_statue, King BamBamBam Statue -aoa3:gold_king_bambambam_statue, Gold King BamBamBam Statue -aoa3:ornate_king_bambambam_statue, Ornate King BamBamBam Statue -aoa3:king_shroomus_statue, King Shroomus Statue -aoa3:gold_king_shroomus_statue, Gold King Shroomus Statue -aoa3:ornate_king_shroomus_statue, Ornate King Shroomus Statue -aoa3:klobber_statue, Klobber Statue -aoa3:gold_klobber_statue, Gold Klobber Statue -aoa3:ornate_klobber_statue, Ornate Klobber Statue -aoa3:kror_statue, Kror Statue -aoa3:gold_kror_statue, Gold Kror Statue -aoa3:ornate_kror_statue, Ornate Kror Statue -aoa3:mechbot_statue, Mechbot Statue -aoa3:gold_mechbot_statue, Gold Mechbot Statue -aoa3:ornate_mechbot_statue, Ornate Mechbot Statue -aoa3:mirage_statue, Mirage Statue -aoa3:gold_mirage_statue, Gold Mirage Statue -aoa3:ornate_mirage_statue, Ornate Mirage Statue -aoa3:miskel_statue, Miskel Statue -aoa3:gold_miskel_statue, Gold Miskel Statue -aoa3:ornate_miskel_statue, Ornate Miskel Statue -aoa3:nethengeic_wither_statue, Nethengeic Wither Statue -aoa3:gold_nethengeic_wither_statue, Gold Nethengeic Wither Statue -aoa3:ornate_nethengeic_wither_statue, Ornate Nethengeic Wither Statue -aoa3:okazor_statue, Okazor Statue -aoa3:gold_okazor_statue, Gold Okazor Statue -aoa3:ornate_okazor_statue, Ornate Okazor Statue -aoa3:penumbra_statue, Penumbra Statue -aoa3:gold_penumbra_statue, Gold Penumbra Statue -aoa3:ornate_penumbra_statue, Ornate Penumbra Statue -aoa3:proshield_statue, Proshield Statue -aoa3:gold_proshield_statue, Gold Proshield Statue -aoa3:ornate_proshield_statue, Ornate Proshield Statue -aoa3:raxxan_statue, Raxxan Statue -aoa3:gold_raxxan_statue, Gold Raxxan Statue -aoa3:ornate_raxxan_statue, Ornate Raxxan Statue -aoa3:rockrider_statue, Rockrider Statue -aoa3:gold_rockrider_statue, Gold Rockrider Statue -aoa3:ornate_rockrider_statue, Ornate Rockrider Statue -aoa3:shadowlord_statue, Shadowlord Statue -aoa3:gold_shadowlord_statue, Gold Shadowlord Statue -aoa3:ornate_shadowlord_statue, Ornate Shadowlord Statue -aoa3:silverfoot_statue, Silverfoot Statue -aoa3:gold_silverfoot_statue, Gold Silverfoot Statue -aoa3:ornate_silverfoot_statue, Ornate Silverfoot Statue -aoa3:skeletron_statue, Skeletron Statue -aoa3:gold_skeletron_statue, Gold Skeletron Statue -aoa3:ornate_skeletron_statue, Ornate Skeletron Statue -aoa3:smash_statue, Smash Statue -aoa3:ornate_smash_statue, Ornate Smash Statue -aoa3:gold_smash_statue, Gold Smash Statue -aoa3:tyrosaur_statue, Tyrosaur Statue -aoa3:gold_tyrosaur_statue, Gold Tyrosaur Statue -aoa3:ornate_tyrosaur_statue, Ornate Tyrosaur Statue -aoa3:vinocorne_statue, Vinocorne Statue -aoa3:gold_vinocorne_statue, Gold Vinocorne Statue -aoa3:ornate_vinocorne_statue, Ornate Vinocorne Statue -aoa3:visualent_statue, Visualent Statue -aoa3:gold_visualent_statue, Gold Visualent Statue -aoa3:ornate_visualent_statue, Ornate Visualent Statue -aoa3:voxxulon_statue, Voxxulon Statue -aoa3:gold_voxxulon_statue, Gold Voxxulon Statue -aoa3:ornate_voxxulon_statue, Ornate Voxxulon Statue -aoa3:xxeus_statue, Xxeus Statue -aoa3:gold_xxeus_statue, Gold Xxeus Statue -aoa3:ornate_xxeus_statue, Ornate Xxeus Statue -aoa3:ancient_banner, Ancient Banner -aoa3:gilded_ancient_banner, Gilded Ancient Banner -aoa3:encrusted_ancient_banner, Encrusted Ancient Banner -aoa3:bejewelled_ancient_banner, Bejewelled Ancient Banner -aoa3:baron_banner, Baron Banner -aoa3:gilded_baron_banner, Gilded Baron Banner -aoa3:encrusted_baron_banner, Encrusted Baron Banner -aoa3:bejewelled_baron_banner, Bejewelled Baron Banner -aoa3:blood_banner, Blood Banner -aoa3:gilded_blood_banner, Gilded Blood Banner -aoa3:encrusted_blood_banner, Encrusted Blood Banner -aoa3:bejewelled_blood_banner, Bejewelled Blood Banner -aoa3:boreic_banner, Boreic Banner -aoa3:gilded_boreic_banner, Gilded Boreic Banner -aoa3:encrusted_boreic_banner, Encrusted Boreic Banner -aoa3:bejewelled_boreic_banner, Bejewelled Boreic Banner -aoa3:candy_banner, Candy Banner -aoa3:gilded_candy_banner, Gilded Candy Banner -aoa3:encrusted_candy_banner, Encrusted Candy Banner -aoa3:bejewelled_candy_banner, Bejewelled Candy Banner -aoa3:clown_banner, Clown Banner -aoa3:gilded_clown_banner, Gilded Clown Banner -aoa3:encrusted_clown_banner, Encrusted Clown Banner -aoa3:bejewelled_clown_banner, Bejewelled Clown Banner -aoa3:creation_banner, Creation Banner -aoa3:gilded_creation_banner, Gilded Creation Banner -aoa3:encrusted_creation_banner, Encrusted Creation Banner -aoa3:bejewelled_creation_banner, Bejewelled Creation Banner -aoa3:creepoid_banner, Creepoid Banner -aoa3:gilded_creepoid_banner, Gilded Creepoid Banner -aoa3:encrusted_creepoid_banner, Encrusted Creepoid Banner -aoa3:bejewelled_creepoid_banner, Bejewelled Creepoid Banner -aoa3:creepy_banner, Creepy Banner -aoa3:gilded_creepy_banner, Gilded Creepy Banner -aoa3:encrusted_creepy_banner, Encrusted Creepy Banner -aoa3:bejewelled_creepy_banner, Bejewelled Creepy Banner -aoa3:crystal_banner, Crystal Banner -aoa3:gilded_crystal_banner, Gilded Crystal Banner -aoa3:encrusted_crystal_banner, Encrusted Crystal Banner -aoa3:bejewelled_crystal_banner, Bejewelled Crystal Banner -aoa3:deep_banner, Deep Banner -aoa3:gilded_deep_banner, Gilded Deep Banner -aoa3:encrusted_deep_banner, Encrusted Deep Banner -aoa3:bejewelled_deep_banner, Bejewelled Deep Banner -aoa3:dustopian_banner, Dustopian Banner -aoa3:gilded_dustopian_banner, Gilded Dustopian Banner -aoa3:encrusted_dustopian_banner, Encrusted Dustopian Banner -aoa3:bejewelled_dustopian_banner, Bejewelled Dustopian Banner -aoa3:energy_banner, Energy Banner -aoa3:gilded_energy_banner, Gilded Energy Banner -aoa3:encrusted_energy_banner, Encrusted Energy Banner -aoa3:bejewelled_energy_banner, Bejewelled Energy Banner -aoa3:fungal_banner, Fungal Banner -aoa3:gilded_fungal_banner, Gilded Fungal Banner -aoa3:encrusted_fungal_banner, Encrusted Fungal Banner -aoa3:bejewelled_fungal_banner, Bejewelled Fungal Banner -aoa3:ghostly_banner, Ghostly Banner -aoa3:gilded_ghostly_banner, Gilded Ghostly Banner -aoa3:encrusted_ghostly_banner, Encrusted Ghostly Banner -aoa3:bejewelled_ghostly_banner, Bejewelled Ghostly Banner -aoa3:ghoul_banner, Ghoul Banner -aoa3:gilded_ghoul_banner, Gilded Ghoul Banner -aoa3:encrusted_ghoul_banner, Encrusted Ghoul Banner -aoa3:bejewelled_ghoul_banner, Bejewelled Ghoul Banner -aoa3:gingerbread_banner, Gingerbread Banner -aoa3:gilded_gingerbread_banner, Gilded Gingerbread Banner -aoa3:encrusted_gingerbread_banner, Encrusted Gingerbread Banner -aoa3:bejewelled_gingerbread_banner, Bejewelled Gingerbread Banner -aoa3:haunted_banner, Haunted Banner -aoa3:gilded_haunted_banner, Gilded Haunted Banner -aoa3:encrusted_haunted_banner, Encrusted Haunted Banner -aoa3:bejewelled_haunted_banner, Bejewelled Haunted Banner -aoa3:illusion_banner, Illusion Banner -aoa3:gilded_illusion_banner, Gilded Illusion Banner -aoa3:encrusted_illusion_banner, Encrusted Illusion Banner -aoa3:bejewelled_illusion_banner, Bejewelled Illusion Banner -aoa3:immortal_banner, Immortal Banner -aoa3:gilded_immortal_banner, Gilded Immortal Banner -aoa3:encrusted_immortal_banner, Encrusted Immortal Banner -aoa3:bejewelled_immortal_banner, Bejewelled Immortal Banner -aoa3:lelyetian_banner, Lelyetian Banner -aoa3:gilded_lelyetian_banner, Gilded Lelyetian Banner -aoa3:encrusted_lelyetian_banner, Encrusted Lelyetian Banner -aoa3:bejewelled_lelyetian_banner, Bejewelled Lelyetian Banner -aoa3:light_banner, Light Banner -aoa3:gilded_light_banner, Gilded Light Banner -aoa3:encrusted_light_banner, Encrusted Light Banner -aoa3:bejewelled_light_banner, Bejewelled Light Banner -aoa3:lotto_banner, Lotto Banner -aoa3:gilded_lotto_banner, Gilded Lotto Banner -aoa3:encrusted_lotto_banner, Encrusted Lotto Banner -aoa3:bejewelled_lotto_banner, Bejewelled Lotto Banner -aoa3:lunar_banner, Lunar Banner -aoa3:gilded_lunar_banner, Gilded Lunar Banner -aoa3:encrusted_lunar_banner, Encrusted Lunar Banner -aoa3:bejewelled_lunar_banner, Bejewelled Lunar Banner -aoa3:mecha_banner, Mecha Banner -aoa3:gilded_mecha_banner, Gilded Mecha Banner -aoa3:encrusted_mecha_banner, Encrusted Mecha Banner -aoa3:bejewelled_mecha_banner, Bejewelled Mecha Banner -aoa3:nethengeic_banner, Nethengeic Banner -aoa3:gilded_nethengeic_banner, Gilded Nethengeic Banner -aoa3:encrusted_nethengeic_banner, Encrusted Nethengeic Banner -aoa3:bejewelled_nethengeic_banner, Bejewelled Nethengeic Banner -aoa3:nether_banner, Nether Banner -aoa3:gilded_nether_banner, Gilded Nether Banner -aoa3:encrusted_nether_banner, Encrusted Nether Banner -aoa3:bejewelled_nether_banner, Bejewelled Nether Banner -aoa3:rosidian_banner, Rosidian Banner -aoa3:gilded_rosidian_banner, Gilded Rosidian Banner -aoa3:encrusted_rosidian_banner, Encrusted Rosidian Banner -aoa3:bejewelled_rosidian_banner, Bejewelled Rosidian Banner -aoa3:runic_banner, Runic Banner -aoa3:gilded_runic_banner, Gilded Runic Banner -aoa3:encrusted_runic_banner, Encrusted Runic Banner -aoa3:bejewelled_runic_banner, Bejewelled Runic Banner -aoa3:sea_banner, Sea Banner -aoa3:gilded_sea_banner, Gilded Sea Banner -aoa3:encrusted_sea_banner, Encrusted Sea Banner -aoa3:bejewelled_sea_banner, Bejewelled Sea Banner -aoa3:shadow_banner, Shadow Banner -aoa3:gilded_shadow_banner, Gilded Shadow Banner -aoa3:encrusted_shadow_banner, Encrusted Shadow Banner -aoa3:bejewelled_shadow_banner, Bejewelled Shadow Banner -aoa3:shiny_banner, Shiny Banner -aoa3:gilded_shiny_banner, Gilded Shiny Banner -aoa3:encrusted_shiny_banner, Encrusted Shiny Banner -aoa3:bejewelled_shiny_banner, Bejewelled Shiny Banner -aoa3:shyre_banner, Shyre Banner -aoa3:gilded_shyre_banner, Gilded Shyre Banner -aoa3:encrusted_shyre_banner, Encrusted Shyre Banner -aoa3:bejewelled_shyre_banner, Bejewelled Shyre Banner -aoa3:skeletal_banner, Skeletal Banner -aoa3:gilded_skeletal_banner, Gilded Skeletal Banner -aoa3:encrusted_skeletal_banner, Encrusted Skeletal Banner -aoa3:bejewelled_skeletal_banner, Bejewelled Skeletal Banner -aoa3:soul_banner, Soul Banner -aoa3:gilded_soul_banner, Gilded Soul Banner -aoa3:encrusted_soul_banner, Encrusted Soul Banner -aoa3:bejewelled_soul_banner, Bejewelled Soul Banner -aoa3:utopian_banner, Utopian Banner -aoa3:gilded_utopian_banner, Gilded Utopian Banner -aoa3:encrusted_utopian_banner, Encrusted Utopian Banner -aoa3:bejewelled_utopian_banner, Bejewelled Utopian Banner -aoa3:void_banner, Void Banner -aoa3:gilded_void_banner, Gilded Void Banner -aoa3:encrusted_void_banner, Encrusted Void Banner -aoa3:bejewelled_void_banner, Bejewelled Void Banner -aoa3:vox_banner, Vox Banner -aoa3:gilded_vox_banner, Gilded Vox Banner -aoa3:encrusted_vox_banner, Encrusted Vox Banner -aoa3:bejewelled_vox_banner, Bejewelled Vox Banner -aoa3:pluton_banner, Pluton Banner -aoa3:luxon_banner, Luxon Banner -aoa3:erebon_banner, Erebon Banner -aoa3:selyan_banner, Selyan Banner -aoa3:amethyst_sword, Amethyst Sword -aoa3:baron_sword, Baron Sword -aoa3:bloodfury, Bloodfury -aoa3:bloodstone_sword, Bloodstone Sword -aoa3:candlefire_sword, Candlefire Sword -aoa3:caramel_carver, Caramel Carver -aoa3:coralstorm_sword, Coralstorm Sword -aoa3:creepified_sword, Creepified Sword -aoa3:crystallite_sword, Crystallite Sword -aoa3:emberstone_sword, Emberstone Sword -aoa3:explochron_sword, Explochron Sword -aoa3:fireborne_sword, Fireborne Sword -aoa3:guardians_sword, Guardian's Sword -aoa3:harvester_sword, Harvester Sword -aoa3:holy_sword, Holy Sword -aoa3:illusion_sword, Illusion Sword -aoa3:jade_sword, Jade Sword -aoa3:legbone_sword, Legbone Sword -aoa3:lights_way, Light's Way -aoa3:limonite_sword, Limonite Sword -aoa3:nethengeic_sword, Nethengeic Sword -aoa3:primal_sword, Primal Sword -aoa3:rockbasher_sword, Rockbasher Sword -aoa3:rock_pick_sword, Rock-Pick Sword -aoa3:rosidian_sword, Rosidian Sword -aoa3:rosite_sword, Rosite Sword -aoa3:runic_sword, Runic Sword -aoa3:sapphire_sword, Sapphire Sword -aoa3:shadow_sword, Shadow Sword -aoa3:shroomus_sword, Shroomus Sword -aoa3:skeletal_sword, Skeletal Sword -aoa3:supremacy_sword, Supremacy Sword -aoa3:sweet_sword, Sweet Sword -aoa3:troll_basher_axe, Troll-Basher Axe -aoa3:ultraflame, Ultraflame -aoa3:void_sword, Void Sword -aoa3:baron_greatblade, Baron Greatblade -aoa3:bloodlurker, Bloodlurker -aoa3:candy_blade, Candy Blade -aoa3:coral_greatblade, Coral Greatblade -aoa3:cotton_crusher, Cotton Crusher -aoa3:creepoid_greatblade, Creepoid Greatblade -aoa3:crystal_greatblade, Crystal Greatblade -aoa3:erebon_scythe, Erebon Scythe -aoa3:gods_greatblade, God's Greatblade -aoa3:goofy_greatblade, Goofy Greatblade -aoa3:haunted_greatblade, Haunted Greatblade -aoa3:knights_guard, Knight's Guard -aoa3:lelyetian_greatblade, Lelyetian Greatblade -aoa3:lunar_greatblade, Lunar Greatblade -aoa3:luxon_scythe, Luxon Scythe -aoa3:lyonic_greatblade, Lyonic Greatblade -aoa3:millennium_greatblade, Millennium Greatblade -aoa3:noxious_greatblade, Noxious Greatblade -aoa3:pluton_scythe, Pluton Scythe -aoa3:primordial_greatblade, Primordial Greatblade -aoa3:rosidian_greatblade, Rosidian Greatblade -aoa3:royal_greatblade, Royal Greatblade -aoa3:runic_greatblade, Runic Greatblade -aoa3:selyan_scythe, Selyan Scythe -aoa3:shroomic_greatblade, Shroomic Greatblade -aoa3:shyre_sword, Shyre Sword -aoa3:subterranean_greatblade, Subterranean Greatblade -aoa3:tidal_greatblade, Tidal Greatblade -aoa3:underworld_greatblade, Underworld Greatblade -aoa3:coralstone_maul, Coralstone Maul -aoa3:crystal_maul, Crystal Maul -aoa3:electron_maul, Electron Maul -aoa3:horizon_maul, Horizon Maul -aoa3:vulcammer_maul, Vulcammer Maul -aoa3:abominator, Abominator -aoa3:apoco_assault_rifle, Apoco Assault Rifle -aoa3:apoco_rifle, Apoco Rifle -aoa3:aqua_magnum, Aqua Magnum -aoa3:artifact, Artifact -aoa3:baronator, Baronator -aoa3:bayonette_rifle, Bayonette Rifle -aoa3:big_top, Big Top -aoa3:blood_iron, Blood Iron -aoa3:chain_wrecker, Chain Wrecker -aoa3:chilli_chugger, Chilli Chugger -aoa3:clownershot, Clownershot -aoa3:construct, Construct -aoa3:coral_clogger, Coral Clogger -aoa3:core_rifle, Core Rifle -aoa3:crystal_carver, Crystal Carver -aoa3:cyclone, Cyclone -aoa3:darkener, Darkener -aoa3:dart_gun, Dart Gun -aoa3:destruction_rifle, Destruction Rifle -aoa3:discharge_rifle, Discharge Rifle -aoa3:draco, Draco -aoa3:dragilator, Dragilator -aoa3:dustometer, Dustometer -aoa3:echo_gull, Echo Gull -aoa3:electinator, Electinator -aoa3:flame_wrecker, Flame Wrecker -aoa3:flaming_fury, Flaming Fury -aoa3:floro_rifle, Floro Rifle -aoa3:flowers_fury, Flower's Fury -aoa3:frosticator, Frosticator -aoa3:gardener, Gardener -aoa3:gauge_rifle, Gauge Rifle -aoa3:germinator, Germinator -aoa3:golden_fury, Golden Fury -aoa3:happy_haunter, Happy Haunter -aoa3:haunter_rifle, Haunter Rifle -aoa3:heat_wave, Heat Wave -aoa3:hiver, Hiver -aoa3:hot_shot, Hot Shot -aoa3:hunters_rifle, Hunter's Rifle -aoa3:iominator, Iominator -aoa3:ion_revolver, Ion Revolver -aoa3:iro_rifle, Iro Rifle -aoa3:krilinator, Krilinator -aoa3:light_iron, Light Iron -aoa3:lunar_assault_rifle, Lunar Assault Rifle -aoa3:mechanical_assault_rifle, Mechanical Assault Rifle -aoa3:megagun, Megagun -aoa3:miasma, Miasma -aoa3:minigun, Minigun -aoa3:mint_magnum, Mint Magnum -aoa3:mk, MK -aoa3:mk_fung, MK-Fung -aoa3:nethenette_rifle, Nethenette Rifle -aoa3:nethengeic_slugger, Nethengeic Slugger -aoa3:overshot, Overshot -aoa3:precasian_slugger, Precasian Slugger -aoa3:predator, Predator -aoa3:predigun, Predigun -aoa3:pulsator, Pulsator -aoa3:purity_rifle, Purity Rifle -aoa3:rocker_rifle, Rocker Rifle -aoa3:roulette, Roulette -aoa3:shoe_flinger, Shoe Flinger -aoa3:skullette, Skullette -aoa3:skullifact, Skullifact -aoa3:spectacle, Spectacle -aoa3:spine_gun, Spine Gun -aoa3:squad_gun, Squad Gun -aoa3:stampede, Stampede -aoa3:stormer, Stormer -aoa3:sublimus, Sublimus -aoa3:tiger_tommy, Tiger Tommy -aoa3:tommy, Tommy -aoa3:vile_vanquisher, Vile Vanquisher -aoa3:wart_gun, Wart Gun -aoa3:wrecker, Wrecker -aoa3:abyssro, Abyssro -aoa3:amplifier, Amplifier -aoa3:blast_barrel, Blast Barrel -aoa3:blue_barrel, Blue Barrel -aoa3:boulder, Boulder -aoa3:brown_blaster, Brown Blaster -aoa3:demolisher, Demolisher -aoa3:destruction_shotgun, Destruction Shotgun -aoa3:discharge_shotgun, Discharge Shotgun -aoa3:gimmick, Gimmick -aoa3:ginger_blaster, Ginger Blaster -aoa3:long_shot, Long Shot -aoa3:mechyro, Mechyro -aoa3:purity_shotgun, Purity Shotgun -aoa3:purple_punisher, Purple Punisher -aoa3:red_rocket, Red Rocket -aoa3:vivo, Vivo -aoa3:baron_ssr, Baron SSR -aoa3:bayonette_sr, Bayonette SR -aoa3:bolt_rifle, Bolt Rifle -aoa3:camo_rifle, Camo Rifle -aoa3:clown_cracker, Clown Cracker -aoa3:clownimator, Clownimator -aoa3:crystaneer, Crystaneer -aoa3:dark_beast, Dark Beast -aoa3:deadlock, Deadlock -aoa3:decimator, Decimator -aoa3:discharge_sniper, Discharge Sniper -aoa3:dual_sight, Dual Sight -aoa3:duster, Duster -aoa3:floro500, Floro500 -aoa3:head_hunter, Head Hunter -aoa3:hive_cracker, Hive Cracker -aoa3:ka500, Ka500 -aoa3:mark_maker, Mark Maker -aoa3:mineral, Mineral -aoa3:monster, Monster -aoa3:moon_maker, Moon Maker -aoa3:rosid_rifle, Rosid Rifle -aoa3:sabbath, Sabbath -aoa3:sludge_sniper, Sludge Sniper -aoa3:sweet_tooth, Sweet Tooth -aoa3:terminator, Terminator -aoa3:viper1, Viper-1 -aoa3:ancient_bomber, Ancient Bomber -aoa3:ancient_discharger, Ancient Discharger -aoa3:aqua_cannon, Aqua Cannon -aoa3:balloon_bomber, Balloon Bomber -aoa3:big_blast, Big Blast -aoa3:blast_cannon, Blast Cannon -aoa3:blissful_blast, Blissful Blast -aoa3:bomb_launcher, Bomb Launcher -aoa3:boom_boom, Boom Boom -aoa3:boom_cannon, Boom Cannon -aoa3:boulder_bomber, Boulder Bomber -aoa3:bozo_blaster, Bozo Blaster -aoa3:bulb_cannon, Bulb Cannon -aoa3:carrot_cannon, Carrot Cannon -aoa3:clown_cannon, Clown Cannon -aoa3:clowno_pulse, Clowno-Pulse -aoa3:coral_cannon, Coral Cannon -aoa3:discharge_cannon, Discharge Cannon -aoa3:energy_cannon, Energy Cannon -aoa3:erebon_stickler, Erebon Stickler -aoa3:floro_rpg, Floro RPG -aoa3:flower_cannon, Flower Cannon -aoa3:fungal_cannon, Fungal Cannon -aoa3:ghast_blaster, Ghast Blaster -aoa3:ghoul_cannon, Ghoul Cannon -aoa3:giga_cannon, Giga-Cannon -aoa3:golder_bomber, Golder Bomber -aoa3:hive_blaster, Hive Blaster -aoa3:hive_howitzer, Hive Howitzer -aoa3:iro_cannon, Iro Cannon -aoa3:jack_funger, Jack Funger -aoa3:jack_rocker, Jack Rocker -aoa3:luxon_stickler, Luxon Stickler -aoa3:mecha_cannon, Mecha Cannon -aoa3:mini_cannon, Mini-Cannon -aoa3:missile_maker, Missile Maker -aoa3:moon_cannon, Moon Cannon -aoa3:pluton_stickler, Pluton Stickler -aoa3:predatorian_blaster, Predatorian Blaster -aoa3:pulse_cannon, Pulse Cannon -aoa3:rpg, RPG -aoa3:selyan_stickler, Selyan Stickler -aoa3:shadow_blaster, Shadow Blaster -aoa3:shyre_blaster, Shyre Blaster -aoa3:smile_blaster, Smile Blaster -aoa3:super_cannon, Super-Cannon -aoa3:ultra_cannon, Ultra-Cannon -aoa3:vox_cannon, Vox Cannon -aoa3:water_balloon_bomber, Water-Balloon Bomber -aoa3:wither_cannon, Wither Cannon -aoa3:grenade, Grenade -aoa3:slice_star, Slice Star -aoa3:chakram, Chakram -aoa3:goo_ball, Goo Ball -aoa3:vulkram, Vulkram -aoa3:hellfire, Hellfire -aoa3:runic_bomb, Runic Bomb -aoa3:vulcane, Vulcane -aoa3:battle_vulcane, Vulcane: Battle -aoa3:equality_vulcane, Vulcane: Equality -aoa3:fire_vulcane, Vulcane: Fire -aoa3:impairment_vulcane, Vulcane: Impairment -aoa3:poison_vulcane, Vulcane: Poison -aoa3:power_vulcane, Vulcane: Power -aoa3:wither_vulcane, Vulcane: Wither -aoa3:alacrity_bow, Alacrity Bow -aoa3:ancient_bow, Ancient Bow -aoa3:atlantic_bow, Atlantic Bow -aoa3:baron_bow, Baron Bow -aoa3:boreic_bow, Boreic Bow -aoa3:daybreaker_bow, Daybreaker Bow -aoa3:deep_bow, Deep Bow -aoa3:explosive_bow, Explosive Bow -aoa3:haunted_bow, Haunted Bow -aoa3:ice_bow, Ice Bow -aoa3:infernal_bow, Infernal Bow -aoa3:justice_bow, Justice Bow -aoa3:lunar_bow, Lunar Bow -aoa3:mecha_bow, Mecha Bow -aoa3:nightmare_bow, Nightmare Bow -aoa3:poison_bow, Poison Bow -aoa3:predatious_bow, Predatious Bow -aoa3:primordial_bow, Primordial Bow -aoa3:rosidian_bow, Rosidian Bow -aoa3:runic_bow, Runic Bow -aoa3:screamer_bow, Screamer Bow -aoa3:shyregem_bow, Shyregem Bow -aoa3:skeletal_bow, Skeletal Bow -aoa3:skydriver_bow, Skydriver Bow -aoa3:slingshot, Slingshot -aoa3:soulfire_bow, Soulfire Bow -aoa3:spectral_bow, Spectral Bow -aoa3:speed_bow, Speed Bow -aoa3:sunshine_bow, Sunshine Bow -aoa3:toxin_bow, Toxin Bow -aoa3:void_bow, Void Bow -aoa3:weaken_bow, Weaken Bow -aoa3:wither_bow, Wither Bow -aoa3:coral_archergun, Coral Archergun -aoa3:lunar_archergun, Lunar Archergun -aoa3:mecha_archergun, Mecha Archergun -aoa3:pyro_archergun, Pyro Archergun -aoa3:rosidian_archergun, Rosidian Archergun -aoa3:skeletal_archergun, Skeletal Archergun -aoa3:spectral_archergun, Spectral Archergun -aoa3:trolls_archergun, Trolls Archergun -aoa3:viral_archergun, Viral Archergun -aoa3:aquatic_staff, Aquatic Staff -aoa3:atlantic_staff, Atlantic Staff -aoa3:baron_staff, Baron Staff -aoa3:candy_staff, Candy Staff -aoa3:celestial_staff, Celestial Staff -aoa3:concussion_staff, Concussion Staff -aoa3:coral_staff, Coral Staff -aoa3:crystal_staff, Crystal Staff -aoa3:crystik_staff, Crystik Staff -aoa3:cryston_staff, Cryston Staff -aoa3:destruction_staff, Destruction Staff -aoa3:ember_staff, Ember Staff -aoa3:everfight_staff, Everfight Staff -aoa3:evermight_staff, Evermight Staff -aoa3:fire_staff, Fire Staff -aoa3:firefly_staff, Firefly Staff -aoa3:firestorm_staff, Firestorm Staff -aoa3:fungal_staff, Fungal Staff -aoa3:ghoul_staff, Ghoul Staff -aoa3:haunters_staff, Haunter's Staff -aoa3:hive_staff, Hive Staff -aoa3:joker_staff, Joker Staff -aoa3:kaiyu_staff, Kaiyu Staff -aoa3:lightning_staff, Lightning Staff -aoa3:lightshine, Lightshine -aoa3:lunar_staff, Lunar Staff -aoa3:lyonic_staff, Lyonic Staff -aoa3:mecha_staff, Mecha Staff -aoa3:meteor_staff, Meteor Staff -aoa3:moonlight_staff, Moonlight Staff -aoa3:nature_staff, Nature Staff -aoa3:nightmare_staff, Nightmare Staff -aoa3:noxious_staff, Noxious Staff -aoa3:phantom_staff, Phantom Staff -aoa3:poison_staff, Poison Staff -aoa3:power_staff, Power Staff -aoa3:primordial_staff, Primordial Staff -aoa3:reef_staff, Reef Staff -aoa3:rejuvenation_staff, Rejuvenation Staff -aoa3:rosidian_staff, Rosidian Staff -aoa3:runic_staff, Runic Staff -aoa3:shadowlord_staff, Shadowlord Staff -aoa3:show_staff, Show Staff -aoa3:shyre_staff, Shyre Staff -aoa3:sky_staff, Sky Staff -aoa3:striker_staff, Striker Staff -aoa3:sun_staff, Sun Staff -aoa3:surge_staff, Surge Staff -aoa3:tangle_staff, Tangle Staff -aoa3:ultimatum_staff, Ultimatum Staff -aoa3:underworld_staff, Underworld Staff -aoa3:warlock_staff, Warlock Staff -aoa3:water_staff, Water Staff -aoa3:web_staff, Web Staff -aoa3:wind_staff, Wind Staff -aoa3:wither_staff, Wither Staff -aoa3:wizards_staff, Wizard's Staff -aoa3:apoco_shower, Apoco Shower -aoa3:atomizer, Atomizer -aoa3:beamer, Beamer -aoa3:blast_chiller, Blast Chiller -aoa3:blood_drainer, Blood Drainer -aoa3:bone_blaster, Bone Blaster -aoa3:bubble_horn, Bubble Horn -aoa3:colour_cannon, Colour Cannon -aoa3:confetti_cannon, Confetti Cannon -aoa3:confetti_cluster, Confetti Cluster -aoa3:dark_destroyer, Dark Destroyer -aoa3:darkly_guster, Darkly Guster -aoa3:death_ray, Death Ray -aoa3:doom_bringer, Doom Bringer -aoa3:eradicator, Eradicator -aoa3:experiment_w801, Experiment W-801 -aoa3:flowercorne, Flowercorne -aoa3:fragment, Fragment -aoa3:froster, Froster -aoa3:gas_blaster, Gas Blaster -aoa3:ghoul_gasser, Ghoul Gasser -aoa3:gold_bringer, Gold Bringer -aoa3:gravity_blaster, Gravity Blaster -aoa3:hell_horn, Hell Horn -aoa3:illusion_revolver, Illusion Revolver -aoa3:illusion_smg, Illusion SMG -aoa3:ion_blaster, Ion Blaster -aoa3:iro_miner, Iro Miner -aoa3:laser_blaster, Laser Blaster -aoa3:light_blaster, Light Blaster -aoa3:light_spark, Light Spark -aoa3:luna_blaster, Luna Blaster -aoa3:mecha_blaster, Mecha Blaster -aoa3:mind_blaster, Mind Blaster -aoa3:moon_destroyer, Moon Destroyer -aoa3:moon_shiner, Moon Shiner -aoa3:odious, Odious -aoa3:orbocron, Orb-O-Cron -aoa3:paralyzer, Paralyzer -aoa3:party_popper, Party Popper -aoa3:poison_plunger, Poison Plunger -aoa3:power_ray, Power Ray -aoa3:proton, Proton -aoa3:reefer, Reefer -aoa3:revolution, Revolution -aoa3:seaocron, Sea-O-Cron -aoa3:skullo_blaster, Skullo Blaster -aoa3:soul_drainer, Soul Drainer -aoa3:soul_spark, Soul Spark -aoa3:soul_storm, Soul Storm -aoa3:spirit_shower, Spirit Shower -aoa3:swarmotron, Swarm-O-Tron -aoa3:toxic_terrorizer, Toxic Terrorizer -aoa3:vortex_blaster, Vortex Blaster -aoa3:whimsy_winder, Whimsy Winder -aoa3:withers_wrath, Wither's Wrath -aoa3: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 -aoa3:chilli, Chilli -aoa3:discharge_capsule, Discharge Capsule -aoa3:holly_arrow, Holly Arrow -aoa3:spectral_holly_arrow, Glowing Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:metal_slug, Metal Slug -aoa3:pop_shot, Pop Shot -aoa3:spreadshot, Spreadshot -aoa3:amethyst, Ascended Amethyst -aoa3:bloodstone, Bloodstone -aoa3:crystallite, Crystallite -aoa3:gemenyte, Gemenyte -aoa3:jade, Ascended Jade -aoa3:jewelyte, Jewelyte -aoa3:ornamyte, Ornamyte -aoa3:sapphire, Ascended Sapphire -aoa3:shyregem, Shyregem -aoa3:baronyte_ingot, Baronyte Ingot -aoa3:blazium_ingot, Blazium Ingot -aoa3:elecanium_ingot, Elecanium Ingot -aoa3:emberstone_ingot, Emberstone Ingot -aoa3:ghastly_ingot, Ghastly Ingot -aoa3:ghoulish_ingot, Ghoulish Ingot -aoa3:limonite_ingot, Limonite Ingot -aoa3:lunar_ingot, Lunar Ingot -aoa3:lyon_ingot, Lyon Ingot -aoa3:mystite_ingot, Mystite Ingot -aoa3:rosite_ingot, Rosite Ingot -aoa3:rusted_iron_ingot, Rusted Iron Ingot -aoa3:shyrestone_ingot, Shyrestone Ingot -aoa3:skeletal_ingot, Skeletal Ingot -aoa3:varsium_ingot, Varsium Ingot -aoa3:runium_chunk, Runium Chunk -aoa3:chestbone_fragment, Chestbone Fragment -aoa3:footbone_fragment, Footbone Fragment -aoa3:legbone_fragment, Legbone Fragment -aoa3:skullbone_fragment, Skullbone Fragment -aoa3:charged_runium_chunk, Charged Runium Chunk -aoa3:blue_crystal, Blue Crystal -aoa3:green_crystal, Green Crystal -aoa3:purple_crystal, Purple Crystal -aoa3:red_crystal, Red Crystal -aoa3:white_crystal, White Crystal -aoa3:yellow_crystal, Yellow Crystal -aoa3:baronyte_nugget, Baronyte Nugget -aoa3:blazium_nugget, Blazium Nugget -aoa3:elecanium_nugget, Elecanium Nugget -aoa3:emberstone_nugget, Emberstone Nugget -aoa3:ghastly_nugget, Ghastly Nugget -aoa3:ghoulish_nugget, Ghoulish Nugget -aoa3:limonite_nugget, Limonite Nugget -aoa3:lunar_nugget, Lunar Nugget -aoa3:lyon_nugget, Lyon Nugget -aoa3:mystite_nugget, Mystite Nugget -aoa3:rosite_nugget, Rosite Nugget -aoa3:shyrestone_nugget, Shyrestone Nugget -aoa3:varsium_nugget, Varsium Nugget -aoa3:charged_rune, Charged Rune -aoa3:compass_rune, Compass Rune -aoa3:distortion_rune, Distortion Rune -aoa3:energy_rune, Energy Rune -aoa3:fire_rune, Fire Rune -aoa3:kinetic_rune, Kinetic Rune -aoa3:life_rune, Life Rune -aoa3:lunar_rune, Lunar Rune -aoa3:poison_rune, Poison Rune -aoa3:power_rune, Power Rune -aoa3:storm_rune, Storm Rune -aoa3:strike_rune, Strike Rune -aoa3:unpowered_rune, Unpowered Rune -aoa3:water_rune, Water Rune -aoa3:wind_rune, Wind Rune -aoa3:wither_rune, Wither Rune -aoa3:active_rune_stone, Active Rune Stone -aoa3:alien_orb, Alien Orb -aoa3:amphibiyte_lung, Amphibiyte Lung -aoa3:apoco_stone, Apoco Stone -aoa3:armour_plating, Armour Plating -aoa3:blank_slab, Blank Slab -aoa3:chitin, Chitin -aoa3:circus_coin, Circus Coin -aoa3:copper_coin, Copper Coin -aoa3:gold_coin, Gold Coin -aoa3:lunaver_coin, Lunaver Coin -aoa3:silver_coin, Silver Coin -aoa3:confetti_pile, Confetti Pile -aoa3:coral_stone, Coral Stone -aoa3:cosmic_dust, Cosmic Dust -aoa3:cup, Cup -aoa3:dark_bones, Dark Bones -aoa3:darkly_powder, Darkly Powder -aoa3:dense_rock, Dense Rock -aoa3:desert_shell, Desert Shell -aoa3:distorting_artifact, Distorting Artifact -aoa3:doom_stone, Doom Stone -aoa3:blue_druse, Blue Druse -aoa3:green_druse, Green Druse -aoa3:purple_druse, Purple Druse -aoa3:rainbow_druse, Rainbow Druse -aoa3:red_druse, Red Druse -aoa3:white_druse, White Druse -aoa3:yellow_druse, Yellow Druse -aoa3:enchanted_gunpowder, Enchanted Gunpowder -aoa3:eye_bulb, Eye Bulb -aoa3:flammable_dust, Flammable Dust -aoa3:fleshy_bones, Fleshy Bones -aoa3:floating_stone, Floating Stone -aoa3:fragmented_anima_stone, Fragmented Anima Stone -aoa3:blue_gemstones, Blue Gemstones -aoa3:green_gemstones, Green Gemstones -aoa3:purple_gemstones, Purple Gemstones -aoa3:red_gemstones, Red Gemstones -aoa3:white_gemstones, White Gemstones -aoa3:yellow_gemstones, Yellow Gemstones -aoa3:ghostly_powder, Ghostly Powder -aoa3:ghostly_stone, Ghostly Stone -aoa3:ghoulasm, Ghoulasm -aoa3:gravitator, Gravitator -aoa3:hardened_confetti_ball, Hardened Confetti Ball -aoa3:hive_chunk, Hive Chunk -aoa3:holly_top_petals, Holly Top Petals -aoa3:hydro_stone, Hydro Stone -aoa3:ice_crystal, Ice Crystal -aoa3:impure_gold, Impure Gold -aoa3:ivory, Ivory -aoa3:jungle_thorns, Jungle Thorns -aoa3:limonite_rod, Limonite Rod -aoa3:lotto_totem, Lotto Totem -aoa3:lunarade_mug, Lunarade Mug -aoa3:metal_tub, Metal Tub -aoa3:magic_mending_compound, Magic Mending Compound -aoa3:magic_mending_solution, Magic Mending Solution -aoa3:magic_repair_dust, Magic Repair Dust -aoa3:magnet_shard, Magnet Shard -aoa3:mecha_gear, Mecha Gear -aoa3:mega_rune_fragment_blue, Mega Rune Fragment -aoa3:mega_rune_fragment_green, Mega Rune Fragment -aoa3:mega_rune_fragment_red, Mega Rune Fragment -aoa3:mega_rune_fragment_yellow, Mega Rune Fragment -aoa3:millennium_upgrader, Millennium Upgrader -aoa3:molten_upgrader, Molten Upgrader -aoa3:moonstone, Moonstone -aoa3:mud_ball, Mud Ball -aoa3:mushroom_spores, Mushroom Spores -aoa3:nightmare_flakes, Nightmare Flakes -aoa3:old_boot, Old Boot -aoa3:opteryx_feather, Opteryx Feather -aoa3:orange_spores, Orange Spores -aoa3:orbulon, Orbulon -aoa3:padded_cloth, Padded Cloth -aoa3:phantasm, Phantasm -aoa3:power_core, Power Core -aoa3:primed_ghoulasm, Primed Ghoulasm -aoa3:primordial_skull, Primordial Skull -aoa3:pure_coral_stone, Pure Coral Stone -aoa3:pure_gold, Pure Gold -aoa3:pure_rain_stone, Pure Rain Stone -aoa3:rammerhead_hide, Rammerhead Hide -aoa3:realm_travel_ticket, Realm Travel Ticket -aoa3:reinforced_cloth, Reinforced Cloth -aoa3:return_crystal, Return Crystal -aoa3:rock_bones, Rock Bones -aoa3:rosid_root, Rosid Root -aoa3:rune_stone, Rune Stone -aoa3:runic_energy, Runic Energy -aoa3:scrap_metal, Scrap Metal -aoa3:scream_shield, Scream Shield -aoa3:sharp_claw, Sharp Claw -aoa3:sludge_parasite, Sludge Parasite -aoa3:small_blue_petal, Small Blue Petal -aoa3:small_green_petal, Small Green Petal -aoa3:small_orange_petal, Small Orange Petal -aoa3:small_purple_petal, Small Purple Petal -aoa3:small_red_petal, Small Red Petal -aoa3:soulbone, Soulbone -aoa3:sticky_slime, Sticky Slime -aoa3:blue_strange_stone, Blue Strange Stone -aoa3:white_strange_stone, White Strange Stone -aoa3:yellow_strange_stone, Yellow Strange Stone -aoa3:tea_shreddings, Tea Shreddings -aoa3:thorny_petals, Thorny Petals -aoa3:torn_cloth, Torn Cloth -aoa3:toxic_lump, Toxic Lump -aoa3:troll_skull, Troll Skull -aoa3:uncharged_orb, Uncharged Orb -aoa3:uncharged_stone, Uncharged Stone -aoa3:unstable_gunpowder, Unstable Gunpowder -aoa3:urka_hide, Urka Hide -aoa3:void_scales, Void Scales -aoa3:vulcane_augment_battle, Vulcane Augment: Battle -aoa3:vulcane_augment_equality, Vulcane Augment: Equality -aoa3:vulcane_augment_fire, Vulcane Augment: Fire -aoa3:vulcane_augment_impairment, Vulcane Augment: Impairment -aoa3:vulcane_augment_poison, Vulcane Augment: Poison -aoa3:vulcane_augment_power, Vulcane Augment: Power -aoa3:vulcane_augment_wither, Vulcane Augment: Wither -aoa3:weapon_parts, Weapon Parts -aoa3:whitewashing_solution, Whitewashing Solution -aoa3:worn_book, Worn Book -aoa3:yellow_spores, Yellow Spores -aoa3:zhinx_dust, Zhinx Dust -aoa3:archergun_frame, Archergun Frame -aoa3:blaster_frame, Blaster Frame -aoa3:boots_frame, Boots Frame -aoa3:leggings_frame, Leggings Frame -aoa3:chestplate_frame, Chestplate Frame -aoa3:helmet_frame, Helmet Frame -aoa3:cannon_frame, Cannon Frame -aoa3:gun_frame, Gun Frame -aoa3:shotgun_frame, Shotgun Frame -aoa3:sniper_frame, Sniper Frame -aoa3:ancient_orb, Ancient Orb -aoa3:ancient_ring, Ancient Ring -aoa3:bone_horn, Bone Horn -aoa3:book_of_shadows, Book of Shadows -aoa3:boulder_dash, Boulder Dash -aoa3:call_of_the_drake, Call of the Drake -aoa3:explosive_gems, Explosive Gems -aoa3:explosive_idol, Explosive Idol -aoa3:giant_crystal, Giant Crystal -aoa3:gold_spring, Gold Spring -aoa3:guardians_eye, Guardian's Eye -aoa3:haunted_idol, Haunted Idol -aoa3:heavy_boulder, Heavy Boulder -aoa3:hive_egg, Hive Egg -aoa3:mega_rune_stone, Mega Rune Stone -aoa3:nethengeic_callstone, Nethengeic Callstone -aoa3:observing_eye, Observing Eye -aoa3:petals, Petals -aoa3:primordial_dust, Primordial Dust -aoa3:pure_water_stone, Pure Water Stone -aoa3:shroom_stone, Shroom Stone -aoa3:silvro_coin, Silvro Coin -aoa3:staring_eye, Staring Eye -aoa3:toy_gyrocopter, Toy Gyrocopter -aoa3:treat_bag, Treat Bag -aoa3:troll_idol, Troll Idol -aoa3:vile_stone, Vile Stone -aoa3:voliant_heart, Voliant Heart -aoa3:warlock_gem, Warlock Gem -aoa3:abyss_tokens, Abyss Tokens -aoa3:baron_tokens, Baron Tokens -aoa3:borean_tokens, Borean Tokens -aoa3:candyland_tokens, Candyland Tokens -aoa3:celeve_tokens, Celeve Tokens -aoa3:creeponia_tokens, Creeponia Tokens -aoa3:crystevia_tokens, Crystevia Tokens -aoa3:deeplands_tokens, Deeplands Tokens -aoa3:dungeon_tokens, Dungeon Tokens -aoa3:dustopia_tokens, Dustopia Tokens -aoa3:gardencia_tokens, Gardencia Tokens -aoa3:greckon_tokens, Greckon Tokens -aoa3:haven_tokens, Haven Tokens -aoa3:iromine_tokens, Iromine Tokens -aoa3:lelyetia_tokens, Lelyetia Tokens -aoa3:lunar_tokens, Lunar Tokens -aoa3:mysterium_tokens, Mysterium Tokens -aoa3:nether_tokens, Nether Tokens -aoa3:precasian_tokens, Precasian Tokens -aoa3:runandor_tokens, Runandor Tokens -aoa3:shyrelands_tokens, Shyrelands Tokens -aoa3:vox_ponds_tokens, Vox Ponds Tokens -aoa3:abyssal_upgrade_kit, Abyssal Upgrade Kit -aoa3:ancient_upgrade_kit, Ancient Upgrade Kit -aoa3:apoco_upgrade_kit, Apoco Upgrade Kit -aoa3:clown_upgrade_kit, Clown Upgrade Kit -aoa3:darkly_upgrade_kit, Darkly Upgrade Kit -aoa3:floro_upgrade_kit, Floro Upgrade Kit -aoa3:golden_upgrade_kit, Golden Upgrade Kit -aoa3:haunted_upgrade_kit, Haunted Upgrade Kit -aoa3:lelyetian_upgrade_kit, Lelyetian Upgrade Kit -aoa3:light_upgrade_kit, Light Upgrade Kit -aoa3:lunar_upgrade_kit, Lunar Upgrade Kit -aoa3:nether_upgrade_kit, Nether Upgrade Kit -aoa3:precasian_upgrade_kit, Precasian Upgrade Kit -aoa3:predator_upgrade_kit, Predator Upgrade Kit -aoa3:rocky_upgrade_kit, Rocky Upgrade Kit -aoa3:runic_upgrade_kit, Runic Upgrade Kit -aoa3:seaside_upgrade_kit, Seaside Upgrade Kit -aoa3:smiley_upgrade_kit, Smiley Upgrade Kit -aoa3:waterlogged_aqua_cannon, Aqua Cannon (Waterlogged) -aoa3:waterlogged_coral_archergun, Coral Archergun (Waterlogged) -aoa3:waterlogged_coral_cannon, Coral Cannon (Waterlogged) -aoa3:waterlogged_coral_clogger, Coral Clogger (Waterlogged) -aoa3:waterlogged_reefer, Reefer (Waterlogged) -aoa3:incomplete_mecha_archergun, Mecha Archergun (Incomplete) -aoa3:incomplete_mecha_bow, Mecha Bow (Incomplete) -aoa3:incomplete_mecha_cannon, Mecha Cannon (Incomplete) -aoa3:incomplete_mechanical_assault_rifle, Mechanical Assault Rifle (Incomplete) -aoa3:incomplete_mecha_staff, Mecha Staff (Incomplete) -aoa3:incomplete_mechyro, Mechyro (Incomplete) -aoa3:blank_realmstone, Blank Realmstone -aoa3:abyss_realmstone, Abyss Realmstone -aoa3:nether_realmstone, Nether Realmstone -aoa3:ancient_cavern_realmstone, Ancient Cavern Realmstone -aoa3:barathos_realmstone, Barathos Realmstone -aoa3:borean_realmstone, Borean Realmstone -aoa3:candyland_realmstone, Candyland Realmstone -aoa3:celeve_realmstone, Celeve Realmstone -aoa3:creeponia_realmstone, Creeponia Realmstone -aoa3:crystevia_realmstone, Crystevia Realmstone -aoa3:deeplands_realmstone, Deeplands Realmstone -aoa3:dustopia_realmstone, Dustopia Realmstone -aoa3:gardencia_realmstone, Gardencia Realmstone -aoa3:greckon_realmstone, Greckon Realmstone -aoa3:haven_realmstone, Haven Realmstone -aoa3:immortallis_realmstone, Immortallis Realmstone -aoa3:iromine_realmstone, Iromine Realmstone -aoa3:lelyetia_realmstone, Lelyetia Realmstone -aoa3:lunalus_realmstone, Lunalus Realmstone -aoa3:mysterium_realmstone, Mysterium Realmstone -aoa3:precasia_realmstone, Precasia Realmstone -aoa3:runandor_realmstone, Runandor Realmstone -aoa3:shyrelands_realmstone, Shyrelands Realmstone -aoa3:vox_ponds_realmstone, Vox Ponds Realmstone -aoa3:ancient_essence, Ancient Essence -aoa3:charged_essence, Charged Essence -aoa3:dark_essence, Dark Essence -aoa3:divine_essence, Divine Essence -aoa3:empowered_essence, Empowered Essence -aoa3:ethereal_essence, Ethereal Essence -aoa3:luminate_essence, Luminate Essence -aoa3:molten_essence, Molten Essence -aoa3:ominous_essence, Ominous Essence -aoa3:weak_essence, Weak Essence -aoa3:agility_tablet, Tablet of Agility -aoa3:awareness_tablet, Tablet of Awareness -aoa3:breeding_tablet, Tablet of Breeding -aoa3:cleansing_tablet, Tablet of Cleansing -aoa3:distortion_tablet, Tablet of Distortion -aoa3:energy_tablet, Tablet of Energy -aoa3:gravity_tablet, Tablet of Gravity -aoa3:oxygen_tablet, Tablet of Oxygen -aoa3:pressure_tablet, Tablet of Pressure -aoa3:proficiency_tablet, Tablet of Proficiency -aoa3:resistance_tablet, Tablet of Resistance -aoa3:sanctity_tablet, Tablet of Sanctity -aoa3:satiation_tablet, Tablet of Satiation -aoa3:sight_tablet, Tablet of Sight -aoa3:strength_tablet, Tablet of Strength -aoa3:untiring_tablet, Tablet of Untiring -aoa3:vitality_tablet, Tablet of Vitality -aoa3:progress_coin0, Starting Coin -aoa3:progress_coin1, Progress Coin -aoa3:progress_coin2, Progress Coin -aoa3:progress_coin3, Progress Coin -aoa3:progress_coin4, Progress Coin -aoa3:ambient_power_stone, Ambient Power Stone -aoa3:blooming_power_stone, Blooming Power Stone -aoa3:glaring_power_stone, Glaring Power Stone -aoa3:gleaming_power_stone, Gleaming Power Stone -aoa3:glistening_power_stone, Glistening Power Stone -aoa3:glowing_power_stone, Glowing Power Stone -aoa3:radiant_power_stone, Radiant Power Stone -aoa3:shining_power_stone, Shining Power Stone -aoa3:ambient_infusion_stone, Ambient Infusion Stone -aoa3:blooming_infusion_stone, Blooming Infusion Stone -aoa3:glaring_infusion_stone, Glaring Infusion Stone -aoa3:gleaming_infusion_stone, Gleaming Infusion Stone -aoa3:glistening_infusion_stone, Glistening Infusion Stone -aoa3:glowing_infusion_stone, Glowing Infusion Stone -aoa3:radiant_infusion_stone, Radiant Infusion Stone -aoa3:shining_infusion_stone, Shining Infusion Stone -aoa3:giant_skill_crystal, Giant Skill Crystal -aoa3:large_skill_crystal, Large Skill Crystal -aoa3:medium_skill_crystal, Medium Skill Crystal -aoa3:small_skill_crystal, Small Skill Crystal -aoa3:crystal_box, Crystal Box -aoa3:fish_case, Fish Case -aoa3:gem_bag, Gem Bag -aoa3:rune_box, Rune Box -aoa3:shiny_box, Shiny Box -aoa3:treasure_box, Treasure Box -aoa3:weapons_case, Weapons Case -aoa3:raw_candlefish, Raw Candlefish -aoa3:raw_crimson_skipper, Raw Crimson Skipper -aoa3:raw_crimson_stripefish, Raw Crimson Stripefish -aoa3:raw_dark_hatchetfish, Raw Dark Hatchetfish -aoa3:raw_fingerfish, Raw Fingerfish -aoa3:raw_golden_gullfish, Raw Golden Gullfish -aoa3:raw_ironback, Raw Ironback -aoa3:raw_limefish, Raw Limefish -aoa3:raw_pearl_stripefish, Raw Pearl Stripefish -aoa3:raw_rainbowfish, Raw Rainbowfish -aoa3:raw_razorfish, Raw Razorfish -aoa3:raw_rocketfish, Raw Rocketfish -aoa3:raw_sailback, Raw Sailback -aoa3:raw_sapphire_strider, Raw Sapphire Strider -aoa3:raw_turquoise_stripefish, Raw Turquoise Stripefish -aoa3:raw_violet_skipper, Raw Violet Skipper -aoa3:candlefish, Candlefish -aoa3:crimson_skipper, Crimson Skipper -aoa3:crimson_stripefish, Crimson Stripefish -aoa3:dark_hatchetfish, Dark Hatchetfish -aoa3:fingerfish, Fingerfish -aoa3:golden_gullfish, Golden Gullfish -aoa3:ironback, Ironback -aoa3:limefish, Limefish -aoa3:pearl_stripefish, Pearl Stripefish -aoa3:rainbowfish, Rainbowfish -aoa3:razorfish, Razorfish -aoa3:rocketfish, Rocketfish -aoa3:sailback, Sailback -aoa3:sapphire_strider, Sapphire Strider -aoa3:turquoise_stripefish, Turquoise Stripefish -aoa3:violet_skipper, Violet Skipper -aoa3:bubble_berries, Bubble Berries -aoa3:candy_cane, Candy Cane -aoa3:candy_corn, Candy Corn -aoa3:raw_charger_shank, Raw Charger Shank -aoa3:charger_shank, Charger Shank -aoa3:raw_chimera_chop, Raw Chimera Chop -aoa3:chimera_chop, Chimera Chop -aoa3:raw_ursa_meat, Raw Ursa Meat -aoa3:ursa_meat, Ursa Meat -aoa3:raw_furlion_chop, Raw Furlion Chop -aoa3:furlion_chop, Furlion Chop -aoa3:raw_halycon_beef, Raw Halycon Beef -aoa3:halycon_beef, Halycon Beef -aoa3:eye_candy, Eye Candy -aoa3:fiery_chops, Fiery Chops -aoa3:floracle_sticks, Floracle Sticks -aoa3:fungal_tea, Fungal Tea -aoa3:gingerbread_cookie, Gingerbread Cookie -aoa3:gingerbread_wing, Gingerbread Wing -aoa3:goldicap_petals, Goldicap Petals -aoa3:halycon_milk, Halycon Milk -aoa3:heart_fruit, Heart Fruit -aoa3:hot_rod, Hot Rod -aoa3:lunacrike, Lunacrike -aoa3:luna_globe, Luna Globe -aoa3:lunalons, Lunalons -aoa3:lunarade, Lunarade -aoa3:magic_marang, Magic Marang -aoa3:mystic_shrooms, Mystic Shrooms -aoa3:natural_tea, Natural Tea -aoa3:nature_melon_slice, Nature Melon Slice -aoa3:peppermint_candy, Peppermint Candy -aoa3:rosidons, Rosidons -aoa3:sour_candy, Sour Candy -aoa3:sour_gummy, Sour Gummy -aoa3:sour_pop, Sour Pop -aoa3:spearmint_candy, Spearmint Candy -aoa3:tea, Tea -aoa3:trilliad_leaves, Trilliad Leaves -aoa3:yeti_fingernails, Yeti Fingernails -aoa3:diamond_bowl, Diamond Bowl -aoa3:stone_bowl, Stone Bowl -aoa3:exp_flask, Exp Flask -aoa3:alluricorn_slab, Alluricorn Slab -aoa3:blissard_slab, Blissard Slab -aoa3:compeer_slab, Compeer Slab -aoa3:construct_of_servility_slab, Construct of Servility Slab -aoa3:corby_slab, Corby Slab -aoa3:craggy_slab, Craggy Slab -aoa3:draggy_slab, Draggy Slab -aoa3:ender_carrier_slab, Ender Carrier Slab -aoa3:gnawer_slab, Gnawer Slab -aoa3:goofer_slab, Goofer Slab -aoa3:healing_golem_slab, Healing Golem Slab -aoa3:hellquin_slab, Hellquin Slab -aoa3:horntail_slab, Horntail Slab -aoa3:mecha_cyclops_slab, Mecha Cyclops Slab -aoa3:mecha_skellox_slab, Mecha Skellox Slab -aoa3:penguin_slab, Penguin Slab -aoa3:plateosaur_slab, Plateosaur Slab -aoa3:rammerhorn_slab, Rammerhorn Slab -aoa3:shaddy_slab, Shaddy Slab -aoa3:spikeback_slab, Spikeback Slab -aoa3:spraggy_slab, Spraggy Slab -aoa3:waggy_slab, Waggy Slab -aoa3:bubble_berry_seeds, Bubble Berry Seeds -aoa3:chilli_seeds, Chilli Seeds -aoa3:floracle_seeds, Floracle Seeds -aoa3:goldicap_seeds, Goldicap Seeds -aoa3:heart_fruit_seeds, Heart Fruit Seeds -aoa3:holly_top_seeds, Holly Top Seeds -aoa3:lunacrike_seeds, Lunacrike Seeds -aoa3:luna_globe_seeds, Luna Globe Seeds -aoa3:lunalon_seeds, Lunalon Seeds -aoa3:magic_marang_seeds, Magic Marang Seeds -aoa3:rosidon_seeds, Rosidon Seeds -aoa3:tea_seeds, Tea Seeds -aoa3:thorny_plant_seeds, Thorny Plant Seeds -aoa3:trilliad_seeds, Trilliad Seeds -aoa3:outlaw_disc, Music Disc -aoa3:caverns_disc, Music Disc -ebwizardry:arcane_workbench, Arcane Workbench -ebwizardry:crystal_ore, Crystal Ore -ebwizardry:crystal_flower, Crystal Flower -ebwizardry:transportation_stone, Stone of Transportation -ebwizardry:crystal_block:0, Block of Crystal -ebwizardry:crystal_block:1, Block of Fiery Crystal -ebwizardry:crystal_block:2, Block of Icy Crystal -ebwizardry:crystal_block:3, Block of Stormy Crystal -ebwizardry:crystal_block:4, Block of Dark Crystal -ebwizardry:crystal_block:5, Block of Verdant Crystal -ebwizardry:crystal_block:6, Block of Mystical Crystal -ebwizardry:crystal_block:7, Block of Radiant Crystal -ebwizardry:runestone:1, Runestone -ebwizardry:runestone:2, Runestone -ebwizardry:runestone:3, Runestone -ebwizardry:runestone:4, Runestone -ebwizardry:runestone:5, Runestone -ebwizardry:runestone:6, Runestone -ebwizardry:runestone:7, Runestone -ebwizardry:runestone_pedestal:1, Runestone Pedestal -ebwizardry:runestone_pedestal:2, Runestone Pedestal -ebwizardry:runestone_pedestal:3, Runestone Pedestal -ebwizardry:runestone_pedestal:4, Runestone Pedestal -ebwizardry:runestone_pedestal:5, Runestone Pedestal -ebwizardry:runestone_pedestal:6, Runestone Pedestal -ebwizardry:runestone_pedestal:7, Runestone Pedestal -ebwizardry:gilded_wood:0, Gilded Oak Wood -ebwizardry:gilded_wood:1, Gilded Spruce Wood -ebwizardry:gilded_wood:2, Gilded Birch Wood -ebwizardry:gilded_wood:3, Gilded Jungle Wood -ebwizardry:gilded_wood:4, Gilded Acacia Wood -ebwizardry:gilded_wood:5, Gilded Dark Oak Wood -ebwizardry:oak_bookshelf, Oak Bookshelf -ebwizardry:spruce_bookshelf, Spruce Bookshelf -ebwizardry:birch_bookshelf, Birch Bookshelf -ebwizardry:jungle_bookshelf, Jungle Bookshelf -ebwizardry:acacia_bookshelf, Acacia Bookshelf -ebwizardry:dark_oak_bookshelf, Dark Oak Bookshelf -ebwizardry:oak_lectern, Oak Lectern -ebwizardry:spruce_lectern, Spruce Lectern -ebwizardry:birch_lectern, Birch Lectern -ebwizardry:jungle_lectern, Jungle Lectern -ebwizardry:acacia_lectern, Acacia Lectern -ebwizardry:dark_oak_lectern, Dark Oak Lectern -ebwizardry:receptacle, Receptacle -ebwizardry:imbuement_altar, Imbuement Altar -ebwizardry:magic_crystal:0, Magic Crystal -ebwizardry:magic_crystal:1, Fiery Crystal -ebwizardry:magic_crystal:2, Icy Crystal -ebwizardry:magic_crystal:3, Stormy Crystal -ebwizardry:magic_crystal:4, Dark Crystal -ebwizardry:magic_crystal:5, Verdant Crystal -ebwizardry:magic_crystal:6, Mystical Crystal -ebwizardry:magic_crystal:7, Radiant Crystal -ebwizardry:crystal_shard, Magic Crystal Shard -ebwizardry:grand_crystal, Grand Magic Crystal -ebwizardry:wizard_handbook, The Wizard's Handbook -ebwizardry:arcane_tome:1, Tome of Arcana -ebwizardry:arcane_tome:2, Tome of Arcana -ebwizardry:arcane_tome:3, Tome of Arcana -ebwizardry:spell_book:1, Spell Book -ebwizardry:spell_book:2, Spell Book -ebwizardry:spell_book:3, Spell Book -ebwizardry:spell_book:4, Spell Book -ebwizardry:spell_book:5, Spell Book -ebwizardry:spell_book:6, Spell Book -ebwizardry:spell_book:7, Spell Book -ebwizardry:spell_book:8, Spell Book -ebwizardry:spell_book:9, Spell Book -ebwizardry:spell_book:10, Spell Book -ebwizardry:spell_book:11, Spell Book -ebwizardry:spell_book:12, Spell Book -ebwizardry:spell_book:13, Spell Book -ebwizardry:spell_book:14, Spell Book -ebwizardry:spell_book:15, Spell Book -ebwizardry:spell_book:16, Spell Book -ebwizardry:spell_book:17, Spell Book -ebwizardry:spell_book:18, Spell Book -ebwizardry:spell_book:19, Spell Book -ebwizardry:spell_book:20, Spell Book -ebwizardry:spell_book:21, Spell Book -ebwizardry:spell_book:22, Spell Book -ebwizardry:spell_book:23, Spell Book -ebwizardry:spell_book:24, Spell Book -ebwizardry:spell_book:25, Spell Book -ebwizardry:spell_book:26, Spell Book -ebwizardry:spell_book:27, Spell Book -ebwizardry:spell_book:28, Spell Book -ebwizardry:spell_book:29, Spell Book -ebwizardry:spell_book:30, Spell Book -ebwizardry:spell_book:31, Spell Book -ebwizardry:spell_book:32, Spell Book -ebwizardry:spell_book:33, Spell Book -ebwizardry:spell_book:34, Spell Book -ebwizardry:spell_book:35, Spell Book -ebwizardry:spell_book:36, Spell Book -ebwizardry:spell_book:37, Spell Book -ebwizardry:spell_book:38, Spell Book -ebwizardry:spell_book:39, Spell Book -ebwizardry:spell_book:40, Spell Book -ebwizardry:spell_book:41, Spell Book -ebwizardry:spell_book:42, Spell Book -ebwizardry:spell_book:43, Spell Book -ebwizardry:spell_book:44, Spell Book -ebwizardry:spell_book:45, Spell Book -ebwizardry:spell_book:46, Spell Book -ebwizardry:spell_book:47, Spell Book -ebwizardry:spell_book:48, Spell Book -ebwizardry:spell_book:49, Spell Book -ebwizardry:spell_book:50, Spell Book -ebwizardry:spell_book:51, Spell Book -ebwizardry:spell_book:52, Spell Book -ebwizardry:spell_book:53, Spell Book -ebwizardry:spell_book:54, Spell Book -ebwizardry:spell_book:55, Spell Book -ebwizardry:spell_book:56, Spell Book -ebwizardry:spell_book:57, Spell Book -ebwizardry:spell_book:58, Spell Book -ebwizardry:spell_book:59, Spell Book -ebwizardry:spell_book:60, Spell Book -ebwizardry:spell_book:61, Spell Book -ebwizardry:spell_book:62, Spell Book -ebwizardry:spell_book:63, Spell Book -ebwizardry:spell_book:64, Spell Book -ebwizardry:spell_book:65, Spell Book -ebwizardry:spell_book:66, Spell Book -ebwizardry:spell_book:67, Spell Book -ebwizardry:spell_book:68, Spell Book -ebwizardry:spell_book:69, Spell Book -ebwizardry:spell_book:70, Spell Book -ebwizardry:spell_book:71, Spell Book -ebwizardry:spell_book:72, Spell Book -ebwizardry:spell_book:73, Spell Book -ebwizardry:spell_book:74, Spell Book -ebwizardry:spell_book:75, Spell Book -ebwizardry:spell_book:76, Spell Book -ebwizardry:spell_book:77, Spell Book -ebwizardry:spell_book:78, Spell Book -ebwizardry:spell_book:79, Spell Book -ebwizardry:spell_book:80, Spell Book -ebwizardry:spell_book:81, Spell Book -ebwizardry:spell_book:82, Spell Book -ebwizardry:spell_book:83, Spell Book -ebwizardry:spell_book:84, Spell Book -ebwizardry:spell_book:85, Spell Book -ebwizardry:spell_book:86, Spell Book -ebwizardry:spell_book:87, Spell Book -ebwizardry:spell_book:88, Spell Book -ebwizardry:spell_book:89, Spell Book -ebwizardry:spell_book:90, Spell Book -ebwizardry:spell_book:91, Spell Book -ebwizardry:spell_book:92, Spell Book -ebwizardry:spell_book:93, Spell Book -ebwizardry:spell_book:94, Spell Book -ebwizardry:spell_book:95, Spell Book -ebwizardry:spell_book:96, Spell Book -ebwizardry:spell_book:97, Spell Book -ebwizardry:spell_book:98, Spell Book -ebwizardry:spell_book:99, Spell Book -ebwizardry:spell_book:100, Spell Book -ebwizardry:spell_book:101, Spell Book -ebwizardry:spell_book:102, Spell Book -ebwizardry:spell_book:103, Spell Book -ebwizardry:spell_book:104, Spell Book -ebwizardry:spell_book:105, Spell Book -ebwizardry:spell_book:106, Spell Book -ebwizardry:spell_book:107, Spell Book -ebwizardry:spell_book:108, Spell Book -ebwizardry:spell_book:109, Spell Book -ebwizardry:spell_book:110, Spell Book -ebwizardry:spell_book:111, Spell Book -ebwizardry:spell_book:112, Spell Book -ebwizardry:spell_book:113, Spell Book -ebwizardry:spell_book:114, Spell Book -ebwizardry:spell_book:115, Spell Book -ebwizardry:spell_book:116, Spell Book -ebwizardry:spell_book:117, Spell Book -ebwizardry:spell_book:118, Spell Book -ebwizardry:spell_book:119, Spell Book -ebwizardry:spell_book:120, Spell Book -ebwizardry:spell_book:121, Spell Book -ebwizardry:spell_book:122, Spell Book -ebwizardry:spell_book:123, Spell Book -ebwizardry:spell_book:124, Spell Book -ebwizardry:spell_book:125, Spell Book -ebwizardry:spell_book:126, Spell Book -ebwizardry:spell_book:127, Spell Book -ebwizardry:spell_book:128, Spell Book -ebwizardry:spell_book:129, Spell Book -ebwizardry:spell_book:130, Spell Book -ebwizardry:spell_book:131, Spell Book -ebwizardry:spell_book:132, Spell Book -ebwizardry:spell_book:133, Spell Book -ebwizardry:spell_book:134, Spell Book -ebwizardry:spell_book:135, Spell Book -ebwizardry:spell_book:136, Spell Book -ebwizardry:spell_book:137, Spell Book -ebwizardry:spell_book:138, Spell Book -ebwizardry:spell_book:139, Spell Book -ebwizardry:spell_book:140, Spell Book -ebwizardry:spell_book:141, Spell Book -ebwizardry:spell_book:142, Spell Book -ebwizardry:spell_book:143, Spell Book -ebwizardry:spell_book:144, Spell Book -ebwizardry:spell_book:145, Spell Book -ebwizardry:spell_book:146, Spell Book -ebwizardry:spell_book:147, Spell Book -ebwizardry:spell_book:148, Spell Book -ebwizardry:spell_book:149, Spell Book -ebwizardry:spell_book:150, Spell Book -ebwizardry:spell_book:151, Spell Book -ebwizardry:spell_book:152, Spell Book -ebwizardry:spell_book:153, Spell Book -ebwizardry:spell_book:154, Spell Book -ebwizardry:spell_book:155, Spell Book -ebwizardry:spell_book:156, Spell Book -ebwizardry:spell_book:157, Spell Book -ebwizardry:spell_book:158, Spell Book -ebwizardry:spell_book:159, Spell Book -ebwizardry:spell_book:160, Spell Book -ebwizardry:spell_book:161, Spell Book -ebwizardry:spell_book:162, Spell Book -ebwizardry:spell_book:163, Spell Book -ebwizardry:spell_book:164, Spell Book -ebwizardry:spell_book:165, Spell Book -ebwizardry:spell_book:166, Spell Book -ebwizardry:spell_book:167, Spell Book -ebwizardry:spell_book:168, Spell Book -ebwizardry:spell_book:169, Spell Book -ebwizardry:spell_book:170, Spell Book -ebwizardry:spell_book:171, Spell Book -ebwizardry:spell_book:172, Spell Book -ebwizardry:spell_book:173, Spell Book -ebwizardry:spell_book:174, Spell Book -ebwizardry:spell_book:175, Spell Book -ebwizardry:spell_book:176, Spell Book -ebwizardry:spell_book:177, Spell Book -ebwizardry:spell_book:178, Spell Book -ebwizardry:spell_book:179, Spell Book -ebwizardry:spell_book:180, Spell Book -ebwizardry:spell_book:181, Spell Book -ebwizardry:spell_book:182, Spell Book -ebwizardry:spell_book:183, Spell Book -ebwizardry:spell_book:184, Spell Book -ebwizardry:spell_book:185, Spell Book -ebwizardry:spell_book:186, Spell Book -ebwizardry:spell_book:187, Spell Book -ebwizardry:spell_book:188, Spell Book -ebwizardry:spell_book:189, Spell Book -ebwizardry:spell_book:190, Spell Book -ebwizardry:spell_book:191, Spell Book -ebwizardry:spell_book:192, Spell Book -ebwizardry:spell_book:193, Spell Book -ebwizardry:spell_book:194, Spell Book -ebwizardry:spell_book:195, Spell Book -ebwizardry:spell_book:196, Spell Book -ebwizardry:spell_book:197, Spell Book -ebwizardry:spell_book:198, Spell Book -ebwizardry:spell_book:199, Spell Book -ebwizardry:spell_book:200, Spell Book -ebwizardry:spell_book:201, Spell Book -ebwizardry:spell_book:202, Spell Book -ebwizardry:spell_book:203, Spell Book -ebwizardry:spell_book:204, Spell Book -ebwizardry:spell_book:205, Spell Book -ebwizardry:spell_book:206, Spell Book -ebwizardry:spell_book:207, Spell Book -ebwizardry:spell_book:208, Spell Book -ebwizardry:spell_book:209, Spell Book -ebwizardry:spell_book:210, Spell Book -ebwizardry:spell_book:211, Spell Book -ebwizardry:spell_book:212, Spell Book -ebwizardry:spell_book:213, Spell Book -ebwizardry:spell_book:214, Spell Book -ebwizardry:spell_book:215, Spell Book -ebwizardry:spell_book:216, Spell Book -ebwizardry:spell_book:217, Spell Book -ebwizardry:spell_book:218, Spell Book -ebwizardry:spell_book:219, Spell Book -ebwizardry:spell_book:220, Spell Book -ebwizardry:spell_book:221, Spell Book -ebwizardry:spell_book:222, Spell Book -ebwizardry:spell_book:223, Spell Book -ebwizardry:spell_book:224, Spell Book -ebwizardry:spell_book:225, Spell Book -ebwizardry:spell_book:226, Spell Book -ebwizardry:spell_book:227, Spell Book -ebwizardry:spell_book:228, Spell Book -ebwizardry:spell_book:229, Spell Book -ebwizardry:spell_book:230, Spell Book -ebwizardry:spell_book:231, Spell Book -ebwizardry:spell_book:232, Spell Book -ebwizardry:spell_book:233, Spell Book -ebwizardry:spell_book:234, Spell Book -ebwizardry:spell_book:235, Spell Book -ebwizardry:spell_book:236, Spell Book -ebwizardry:spell_book:237, Spell Book -ebwizardry:spell_book:238, Spell Book -ebwizardry:spell_book:239, Spell Book -ebwizardry:spell_book:240, Spell Book -ebwizardry:spell_book:241, Spell Book -ebwizardry:spell_book:242, Spell Book -ebwizardry:spell_book:243, Spell Book -ebwizardry:spell_book:244, Spell Book -ebwizardry:spell_book:245, Spell Book -ebwizardry:spell_book:246, Spell Book -ebwizardry:spell_book:247, Spell Book -ebwizardry:spell_book:248, Spell Book -ebwizardry:spell_book:249, Spell Book -ebwizardry:spell_book:250, Spell Book -ebwizardry:spell_book:251, Spell Book -ebwizardry:scroll:1, Scroll of Magic Missile -ebwizardry:scroll:2, Scroll of Ignite -ebwizardry:scroll:3, Scroll of Freeze -ebwizardry:scroll:4, Scroll of Snowball -ebwizardry:scroll:5, Scroll of Arc -ebwizardry:scroll:6, Scroll of Thunderbolt -ebwizardry:scroll:7, Scroll of Summon Zombie -ebwizardry:scroll:8, Scroll of Snare -ebwizardry:scroll:9, Scroll of Dart -ebwizardry:scroll:10, Scroll of Light -ebwizardry:scroll:11, Scroll of Telekinesis -ebwizardry:scroll:12, Scroll of Heal -ebwizardry:scroll:13, Scroll of Fireball -ebwizardry:scroll:14, Scroll of Flame Ray -ebwizardry:scroll:15, Scroll of Firebomb -ebwizardry:scroll:16, Scroll of Fire Sigil -ebwizardry:scroll:17, Scroll of Firebolt -ebwizardry:scroll:18, Scroll of Frost Ray -ebwizardry:scroll:19, Scroll of Summon Snow Golem -ebwizardry:scroll:20, Scroll of Ice Shard -ebwizardry:scroll:21, Scroll of Ice Statue -ebwizardry:scroll:22, Scroll of Frost Sigil -ebwizardry:scroll:23, Scroll of Lightning Ray -ebwizardry:scroll:24, Scroll of Spark Bomb -ebwizardry:scroll:25, Scroll of Homing Spark -ebwizardry:scroll:26, Scroll of Lightning Sigil -ebwizardry:scroll:27, Scroll of Lightning Arrow -ebwizardry:scroll:28, Scroll of Life Drain -ebwizardry:scroll:29, Scroll of Summon Skeleton -ebwizardry:scroll:30, Scroll of Metamorphosis -ebwizardry:scroll:31, Scroll of Wither -ebwizardry:scroll:32, Scroll of Poison -ebwizardry:scroll:33, Scroll of Growth Aura -ebwizardry:scroll:34, Scroll of Bubble -ebwizardry:scroll:35, Scroll of Whirlwind -ebwizardry:scroll:36, Scroll of Poison Bomb -ebwizardry:scroll:37, Scroll of Summon Spirit Wolf -ebwizardry:scroll:38, Scroll of Blink -ebwizardry:scroll:39, Scroll of Agility -ebwizardry:scroll:40, Scroll of Conjure Sword -ebwizardry:scroll:41, Scroll of Conjure Pickaxe -ebwizardry:scroll:42, Scroll of Conjure Bow -ebwizardry:scroll:43, Scroll of Force Arrow -ebwizardry:scroll:44, Scroll of Shield -ebwizardry:scroll:45, Scroll of Replenish Hunger -ebwizardry:scroll:46, Scroll of Cure Effects -ebwizardry:scroll:47, Scroll of Heal Ally -ebwizardry:scroll:48, Scroll of Summon Blaze -ebwizardry:scroll:49, Scroll of Ring of Fire -ebwizardry:scroll:50, Scroll of Detonate -ebwizardry:scroll:51, Scroll of Fire Resistance -ebwizardry:scroll:52, Scroll of Fireskin -ebwizardry:scroll:53, Scroll of Flaming Axe -ebwizardry:scroll:54, Scroll of Blizzard -ebwizardry:scroll:55, Scroll of Summon Ice Wraith -ebwizardry:scroll:56, Scroll of Ice Shroud -ebwizardry:scroll:57, Scroll of Ice Charge -ebwizardry:scroll:58, Scroll of Frost Axe -ebwizardry:scroll:59, Scroll of Invoke Weather -ebwizardry:scroll:60, Scroll of Chain Lightning -ebwizardry:scroll:61, Scroll of Lightning Bolt -ebwizardry:scroll:62, Scroll of Summon Lightning Wraith -ebwizardry:scroll:63, Scroll of Static Aura -ebwizardry:scroll:64, Scroll of Lightning Disk -ebwizardry:scroll:65, Scroll of Mind Control -ebwizardry:scroll:66, Scroll of Summon Wither Skeleton -ebwizardry:scroll:67, Scroll of Entrapment -ebwizardry:scroll:68, Scroll of Wither Skull -ebwizardry:scroll:69, Scroll of Darkness Orb -ebwizardry:scroll:70, Scroll of Shadow Ward -ebwizardry:scroll:71, Scroll of Decay -ebwizardry:scroll:72, Scroll of Water Breathing -ebwizardry:scroll:73, Scroll of Tornado -ebwizardry:scroll:74, Scroll of Glide -ebwizardry:scroll:75, Scroll of Summon Spirit Horse -ebwizardry:scroll:76, Scroll of Spider Swarm -ebwizardry:scroll:77, Scroll of Slime -ebwizardry:scroll:78, Scroll of Petrify -ebwizardry:scroll:79, Scroll of Invisibility -ebwizardry:scroll:80, Scroll of Levitation -ebwizardry:scroll:81, Scroll of Force Orb -ebwizardry:scroll:82, Scroll of Transportation -ebwizardry:scroll:83, Scroll of Spectral Pathway -ebwizardry:scroll:84, Scroll of Phase Step -ebwizardry:scroll:85, Scroll of Vanishing Box -ebwizardry:scroll:86, Scroll of Greater Heal -ebwizardry:scroll:87, Scroll of Healing Aura -ebwizardry:scroll:88, Scroll of Forcefield -ebwizardry:scroll:89, Scroll of Ironflesh -ebwizardry:scroll:90, Scroll of Transience -ebwizardry:scroll:91, Scroll of Meteor -ebwizardry:scroll:92, Scroll of Fire Breath -ebwizardry:scroll:93, Scroll of Summon Phoenix -ebwizardry:scroll:94, Scroll of Ice Age -ebwizardry:scroll:95, Scroll of Wall of Frost -ebwizardry:scroll:96, Scroll of Summon Ice Giant -ebwizardry:scroll:97, Scroll of Thunderstorm -ebwizardry:scroll:98, Scroll of Lightning Hammer -ebwizardry:scroll:99, Scroll of Plague of Darkness -ebwizardry:scroll:100, Scroll of Summon Skeleton Legion -ebwizardry:scroll:101, Scroll of Summon Shadow Wraith -ebwizardry:scroll:102, Scroll of Forest's Curse -ebwizardry:scroll:103, Scroll of Flight -ebwizardry:scroll:104, Scroll of Silverfish Swarm -ebwizardry:scroll:105, Scroll of Black Hole -ebwizardry:scroll:106, Scroll of Shockwave -ebwizardry:scroll:107, Scroll of Summon Spectral Golem -ebwizardry:scroll:108, Scroll of Arrow Rain -ebwizardry:scroll:109, Scroll of Diamondflesh -ebwizardry:scroll:110, Scroll of Font of Vitality -ebwizardry:scroll:111, Scroll of Smoke Bomb -ebwizardry:scroll:112, Scroll of Mind Trick -ebwizardry:scroll:113, Scroll of Leap -ebwizardry:scroll:114, Scroll of Pocket Furnace -ebwizardry:scroll:115, Scroll of Intimidate -ebwizardry:scroll:116, Scroll of Banish -ebwizardry:scroll:117, Scroll of Sixth Sense -ebwizardry:scroll:118, Scroll of Darkvision -ebwizardry:scroll:119, Scroll of Clairvoyance -ebwizardry:scroll:120, Scroll of Pocket Workbench -ebwizardry:scroll:121, Scroll of Imbue Weapon -ebwizardry:scroll:122, Scroll of Invigorating Presence -ebwizardry:scroll:123, Scroll of Oakflesh -ebwizardry:scroll:124, Scroll of Greater Fireball -ebwizardry:scroll:125, Scroll of Flaming Weapon -ebwizardry:scroll:126, Scroll of Ice Lance -ebwizardry:scroll:127, Scroll of Freezing Weapon -ebwizardry:scroll:128, Scroll of Ice Spikes -ebwizardry:scroll:129, Scroll of Lightning Pulse -ebwizardry:scroll:130, Scroll of Curse of Soulbinding -ebwizardry:scroll:131, Scroll of Cobwebs -ebwizardry:scroll:132, Scroll of Decoy -ebwizardry:scroll:133, Scroll of Conjure Armor -ebwizardry:scroll:134, Scroll of Arcane Jammer -ebwizardry:scroll:135, Scroll of Group Heal -ebwizardry:scroll:136, Scroll of Hailstorm -ebwizardry:scroll:137, Scroll of Lightning Web -ebwizardry:scroll:138, Scroll of Summon Storm Elemental -ebwizardry:scroll:139, Scroll of Earthquake -ebwizardry:scroll:140, Scroll of Font of Mana -ebwizardry:scroll:141, Scroll of Mine -ebwizardry:scroll:142, Scroll of Conjure Block -ebwizardry:scroll:143, Scroll of Muffle -ebwizardry:scroll:144, Scroll of Ward -ebwizardry:scroll:145, Scroll of Evade -ebwizardry:scroll:146, Scroll of Iceball -ebwizardry:scroll:147, Scroll of Charge -ebwizardry:scroll:148, Scroll of Reversal -ebwizardry:scroll:149, Scroll of Grapple -ebwizardry:scroll:150, Scroll of Divination -ebwizardry:scroll:151, Scroll of Empowering Presence -ebwizardry:scroll:152, Scroll of Disintegration -ebwizardry:scroll:153, Scroll of Combustion Rune -ebwizardry:scroll:154, Scroll of Frost Step -ebwizardry:scroll:155, Scroll of Paralysis -ebwizardry:scroll:156, Scroll of Shulker Bullet -ebwizardry:scroll:157, Scroll of Curse of Undeath -ebwizardry:scroll:158, Scroll of Dragon Fireball -ebwizardry:scroll:159, Scroll of Greater Telekinesis -ebwizardry:scroll:160, Scroll of Vex Swarm -ebwizardry:scroll:161, Scroll of Arcane Lock -ebwizardry:scroll:162, Scroll of Containment -ebwizardry:scroll:163, Scroll of Satiety -ebwizardry:scroll:164, Scroll of Greater Ward -ebwizardry:scroll:165, Scroll of Ray of Purification -ebwizardry:scroll:166, Scroll of Remove Curse -ebwizardry:scroll:167, Scroll of Possession -ebwizardry:scroll:168, Scroll of Curse of Enfeeblement -ebwizardry:scroll:169, Scroll of Forest of Thorns -ebwizardry:scroll:170, Scroll of Speed Time -ebwizardry:scroll:171, Scroll of Slow Time -ebwizardry:scroll:172, Scroll of Resurrection -ebwizardry:scroll:173, Scroll of Frost Barrier -ebwizardry:scroll:174, Scroll of Blinding Flash -ebwizardry:scroll:175, Scroll of Enrage -ebwizardry:scroll:176, Scroll of Mark Sacrifice -ebwizardry:scroll:177, Scroll of Permafrost -ebwizardry:scroll:178, Scroll of Stormcloud -ebwizardry:scroll:179, Scroll of Withering Totem -ebwizardry:scroll:180, Scroll of Fangs -ebwizardry:scroll:181, Scroll of Guardian Beam -ebwizardry:scroll:182, Scroll of Mirage -ebwizardry:scroll:183, Scroll of Radiant Totem -ebwizardry:scroll:184, Scroll of Firestorm -ebwizardry:scroll:185, Scroll of Flamecatcher -ebwizardry:scroll:186, Scroll of Zombie Apocalypse -ebwizardry:scroll:187, Scroll of Boulder -ebwizardry:scroll:188, Scroll of Celestial Smite -ebwizardry:scroll:189, Scroll of Absolute Zero -ebwizardry:scroll:190, Scroll of Blizzard Beam -ebwizardry:scroll:191, Scroll of Cyclone Bolt -ebwizardry:scroll:192, Scroll of Cyclone Shield -ebwizardry:scroll:193, Scroll of Dragon Roar -ebwizardry:scroll:194, Scroll of Fire Pledge -ebwizardry:scroll:195, Scroll of Flame Cleave -ebwizardry:scroll:196, Scroll of Flash Step -ebwizardry:scroll:197, Scroll of Frizz -ebwizardry:scroll:198, Scroll of Frizzle -ebwizardry:scroll:199, Scroll of Frost Blast -ebwizardry:scroll:200, Scroll of Frost Fan -ebwizardry:scroll:201, Scroll of Frost Form -ebwizardry:scroll:202, Scroll of Icicle Storm -ebwizardry:scroll:203, Scroll of Inferno Form -ebwizardry:scroll:204, Scroll of Inferno Pillar -ebwizardry:scroll:205, Scroll of KaFrizz -ebwizardry:scroll:206, Scroll of KaFrizzle -ebwizardry:scroll:207, Scroll of KaQuake -ebwizardry:scroll:208, Scroll of KaSploosh -ebwizardry:scroll:209, Scroll of KaSplooshle -ebwizardry:scroll:210, Scroll of KaThwack -ebwizardry:scroll:211, Scroll of KaZam -ebwizardry:scroll:212, Scroll of KaZammle -ebwizardry:scroll:213, Scroll of Lightning Vortex -ebwizardry:scroll:214, Scroll of Ocean Burst -ebwizardry:scroll:215, Scroll of Quake -ebwizardry:scroll:216, Scroll of Radiance Storm -ebwizardry:scroll:217, Scroll of Radiant Beam -ebwizardry:scroll:218, Scroll of Saintess' Sun -ebwizardry:scroll:219, Scroll of Shake -ebwizardry:scroll:220, Scroll of Shatter -ebwizardry:scroll:221, Scroll of Solar Beam -ebwizardry:scroll:222, Scroll of Oomph -ebwizardry:scroll:223, Scroll of Splash -ebwizardry:scroll:224, Scroll of Sploosh -ebwizardry:scroll:225, Scroll of Storm Blink -ebwizardry:scroll:226, Scroll of Thunder Burst -ebwizardry:scroll:227, Scroll of Thundering Chain -ebwizardry:scroll:228, Scroll of Unrelenting Force -ebwizardry:scroll:229, Scroll of Wave Of Relief -ebwizardry:scroll:230, Scroll of Whirlpool -ebwizardry:scroll:231, Scroll of Zam -ebwizardry:scroll:232, Scroll of Zammle -ebwizardry:scroll:233, Scroll of Zoom -ebwizardry:scroll:234, Scroll of Time Manipulator -ebwizardry:scroll:235, Scroll of Vampirism -ebwizardry:scroll:236, Scroll of Super Jump -ebwizardry:scroll:237, Scroll of Chargable Strike -ebwizardry:scroll:238, Scroll of Tribal Bless -ebwizardry:scroll:239, Scroll of Scale Bless -ebwizardry:scroll:240, Scroll of Thief Bless -ebwizardry:scroll:241, Scroll of Return -ebwizardry:scroll:242, Scroll of Armor Piercing Missile -ebwizardry:scroll:243, Scroll of Surface Teleport -ebwizardry:scroll:244, Scroll of Magical Offence -ebwizardry:scroll:245, Scroll of Hunters Revenge -ebwizardry:scroll:246, Scroll of Solid Core -ebwizardry:scroll:247, Scroll of Magic Shield -ebwizardry:scroll:248, Scroll of Advanced Return -ebwizardry:scroll:249, Scroll of Time Travel -ebwizardry:scroll:250, Scroll of Pacifism -ebwizardry:scroll:251, Scroll of Photosynthesis -ebwizardry:ruined_spell_book, Ruined Spell Book -ebwizardry:magic_wand, Magic Wand -ebwizardry:apprentice_wand, Apprentice Wand -ebwizardry:advanced_wand, Advanced Wand -ebwizardry:master_wand, Master Wand -ebwizardry:novice_fire_wand, Wand of Embers -ebwizardry:apprentice_fire_wand, Apprentice Pyromancer Wand -ebwizardry:advanced_fire_wand, Wand of the Pyromancer -ebwizardry:master_fire_wand, Master Pyromancer Wand -ebwizardry:novice_ice_wand, Wand of Frost -ebwizardry:apprentice_ice_wand, Apprentice Ice Mage Wand -ebwizardry:advanced_ice_wand, Wand of the Ice Mage -ebwizardry:master_ice_wand, Master Ice Mage Wand -ebwizardry:novice_lightning_wand, Wand of Sparks -ebwizardry:apprentice_lightning_wand, Apprentice Storm Mage Wand -ebwizardry:advanced_lightning_wand, Wand of the Storm Mage -ebwizardry:master_lightning_wand, Master Storm Mage Wand -ebwizardry:novice_necromancy_wand, Wand of Shadows -ebwizardry:apprentice_necromancy_wand, Apprentice Necromancer Wand -ebwizardry:advanced_necromancy_wand, Wand of the Necromancer -ebwizardry:master_necromancy_wand, Master Necromancer Wand -ebwizardry:novice_earth_wand, Wand of the Forest -ebwizardry:apprentice_earth_wand, Apprentice Earth Mage Wand -ebwizardry:advanced_earth_wand, Wand of the Earth Mage -ebwizardry:master_earth_wand, Master Earth Mage Wand -ebwizardry:novice_sorcery_wand, Wand of Mystery -ebwizardry:apprentice_sorcery_wand, Apprentice Sorcerer Wand -ebwizardry:advanced_sorcery_wand, Wand of the Sorcerer -ebwizardry:master_sorcery_wand, Master Sorcerer Wand -ebwizardry:novice_healing_wand, Wand of Healing -ebwizardry:apprentice_healing_wand, Apprentice Healer Wand -ebwizardry:advanced_healing_wand, Wand of the Healer -ebwizardry:master_healing_wand, Master Healer Wand -ebwizardry:spectral_sword, Spectral Sword -ebwizardry:spectral_pickaxe, Spectral Pickaxe -ebwizardry:spectral_bow, Spectral Bow -ebwizardry:blank_scroll, Blank Scroll -ebwizardry:magic_silk, Magical Silk -ebwizardry:small_mana_flask, Small Mana Flask -ebwizardry:medium_mana_flask, Medium Mana Flask -ebwizardry:large_mana_flask, Large Mana Flask -ebwizardry:storage_upgrade, Wand Storage Upgrade -ebwizardry:siphon_upgrade, Wand Siphon Upgrade -ebwizardry:condenser_upgrade, Wand Condenser Upgrade -ebwizardry:range_upgrade, Wand Range Upgrade -ebwizardry:duration_upgrade, Wand Duration Upgrade -ebwizardry:cooldown_upgrade, Wand Cooldown Upgrade -ebwizardry:blast_upgrade, Wand Blast Upgrade -ebwizardry:attunement_upgrade, Wand Attunement Upgrade -ebwizardry:melee_upgrade, Wand Melee Upgrade -ebwizardry:flaming_axe, Flaming Axe -ebwizardry:frost_axe, Frost Axe -ebwizardry:identification_scroll, Scroll of Identification -ebwizardry:resplendent_thread, Resplendent Thread -ebwizardry:crystal_silver_plating, Crystal Silver Plating -ebwizardry:ethereal_crystalweave, Ethereal Crystalweave -ebwizardry:astral_diamond, Astral Diamond -ebwizardry:purifying_elixir, Purifying Elixir -ebwizardry:firebomb, Firebomb -ebwizardry:poison_bomb, Poison Bomb -ebwizardry:smoke_bomb, Smoke Bomb -ebwizardry:spark_bomb, Spark Bomb -ebwizardry:spectral_dust:1, Spectral Dust -ebwizardry:spectral_dust:2, Spectral Dust -ebwizardry:spectral_dust:3, Spectral Dust -ebwizardry:spectral_dust:4, Spectral Dust -ebwizardry:spectral_dust:5, Spectral Dust -ebwizardry:spectral_dust:6, Spectral Dust -ebwizardry:spectral_dust:7, Spectral Dust -ebwizardry:wizard_hat, Wizard Hat -ebwizardry:wizard_robe, Wizard Robes -ebwizardry:wizard_leggings, Wizard Leggings -ebwizardry:wizard_boots, Wizard Boots -ebwizardry:wizard_hat_fire, Pyromancer Hat -ebwizardry:wizard_robe_fire, Pyromancer Robes -ebwizardry:wizard_leggings_fire, Pyromancer Leggings -ebwizardry:wizard_boots_fire, Pyromancer Boots -ebwizardry:wizard_hat_ice, Ice Mage Hat -ebwizardry:wizard_robe_ice, Ice Mage Robes -ebwizardry:wizard_leggings_ice, Ice Mage Leggings -ebwizardry:wizard_boots_ice, Ice Mage Boots -ebwizardry:wizard_hat_lightning, Storm Mage Hat -ebwizardry:wizard_robe_lightning, Storm Mage Robes -ebwizardry:wizard_leggings_lightning, Storm Mage Leggings -ebwizardry:wizard_boots_lightning, Storm Mage Boots -ebwizardry:wizard_hat_necromancy, Necromancer Hat -ebwizardry:wizard_robe_necromancy, Necromancer Robes -ebwizardry:wizard_leggings_necromancy, Necromancer Leggings -ebwizardry:wizard_boots_necromancy, Necromancer Boots -ebwizardry:wizard_hat_earth, Earth Mage Hat -ebwizardry:wizard_robe_earth, Earth Mage Robes -ebwizardry:wizard_leggings_earth, Earth Mage Leggings -ebwizardry:wizard_boots_earth, Earth Mage Boots -ebwizardry:wizard_hat_sorcery, Sorcerer Hat -ebwizardry:wizard_robe_sorcery, Sorcerer Robes -ebwizardry:wizard_leggings_sorcery, Sorcerer Leggings -ebwizardry:wizard_boots_sorcery, Sorcerer Boots -ebwizardry:wizard_hat_healing, Healer Hat -ebwizardry:wizard_robe_healing, Healer Robes -ebwizardry:wizard_leggings_healing, Healer Leggings -ebwizardry:wizard_boots_healing, Healer Boots -ebwizardry:sage_hat, Sage Hat -ebwizardry:sage_robe, Sage Robes -ebwizardry:sage_leggings, Sage Leggings -ebwizardry:sage_boots, Sage Boots -ebwizardry:sage_hat_fire, Pyromancer Sage Hat -ebwizardry:sage_robe_fire, Pyromancer Sage Robes -ebwizardry:sage_leggings_fire, Pyromancer Sage Leggings -ebwizardry:sage_boots_fire, Pyromancer Sage Boots -ebwizardry:sage_hat_ice, Ice Sage Hat -ebwizardry:sage_robe_ice, Ice Sage Robes -ebwizardry:sage_leggings_ice, Ice Sage Leggings -ebwizardry:sage_boots_ice, Ice Sage Boots -ebwizardry:sage_hat_lightning, Storm Sage Hat -ebwizardry:sage_robe_lightning, Storm Sage Robes -ebwizardry:sage_leggings_lightning, Storm Sage Leggings -ebwizardry:sage_boots_lightning, Storm Sage Boots -ebwizardry:sage_hat_necromancy, Necromancer Sage Hat -ebwizardry:sage_robe_necromancy, Necromancer Sage Robes -ebwizardry:sage_leggings_necromancy, Necromancer Sage Leggings -ebwizardry:sage_boots_necromancy, Necromancer Sage Boots -ebwizardry:sage_hat_earth, Earth Sage Hat -ebwizardry:sage_robe_earth, Earth Sage Robes -ebwizardry:sage_leggings_earth, Earth Sage Leggings -ebwizardry:sage_boots_earth, Earth Sage Boots -ebwizardry:sage_hat_sorcery, Sorcerer Sage Hat -ebwizardry:sage_robe_sorcery, Sorcerer Sage Robes -ebwizardry:sage_leggings_sorcery, Sorcerer Sage Leggings -ebwizardry:sage_boots_sorcery, Sorcerer Sage Boots -ebwizardry:sage_hat_healing, Healer Sage Hat -ebwizardry:sage_robe_healing, Healer Sage Robes -ebwizardry:sage_leggings_healing, Healer Sage Leggings -ebwizardry:sage_boots_healing, Healer Sage Boots -ebwizardry:battlemage_helmet, Battlemage Helmet -ebwizardry:battlemage_chestplate, Battlemage Chestplate -ebwizardry:battlemage_leggings, Battlemage Leggings -ebwizardry:battlemage_boots, Battlemage Boots -ebwizardry:battlemage_helmet_fire, Pyromancer Battlemage Helmet -ebwizardry:battlemage_chestplate_fire, Pyromancer Battlemage Chestplate -ebwizardry:battlemage_leggings_fire, Pyromancer Battlemage Leggings -ebwizardry:battlemage_boots_fire, Pyromancer Battlemage Boots -ebwizardry:battlemage_helmet_ice, Ice Battlemage Helmet -ebwizardry:battlemage_chestplate_ice, Ice Battlemage Chestplate -ebwizardry:battlemage_leggings_ice, Ice Battlemage Leggings -ebwizardry:battlemage_boots_ice, Ice Battlemage Boots -ebwizardry:battlemage_helmet_lightning, Storm Battlemage Helmet -ebwizardry:battlemage_chestplate_lightning, Storm Battlemage Chestplate -ebwizardry:battlemage_leggings_lightning, Storm Battlemage Leggings -ebwizardry:battlemage_boots_lightning, Storm Battlemage Boots -ebwizardry:battlemage_helmet_necromancy, Necromancer Battlemage Helmet -ebwizardry:battlemage_chestplate_necromancy, Necromancer Battlemage Chestplate -ebwizardry:battlemage_leggings_necromancy, Necromancer Battlemage Leggings -ebwizardry:battlemage_boots_necromancy, Necromancer Battlemage Boots -ebwizardry:battlemage_helmet_earth, Earth Battlemage Helmet -ebwizardry:battlemage_chestplate_earth, Earth Battlemage Chestplate -ebwizardry:battlemage_leggings_earth, Earth Battlemage Leggings -ebwizardry:battlemage_boots_earth, Earth Battlemage Boots -ebwizardry:battlemage_helmet_sorcery, Sorcerer Battlemage Helmet -ebwizardry:battlemage_chestplate_sorcery, Sorcerer Battlemage Chestplate -ebwizardry:battlemage_leggings_sorcery, Sorcerer Battlemage Leggings -ebwizardry:battlemage_boots_sorcery, Sorcerer Battlemage Boots -ebwizardry:battlemage_helmet_healing, Healer Battlemage Helmet -ebwizardry:battlemage_chestplate_healing, Healer Battlemage Chestplate -ebwizardry:battlemage_leggings_healing, Healer Battlemage Leggings -ebwizardry:battlemage_boots_healing, Healer Battlemage Boots -ebwizardry:warlock_hood, Warlock Hood -ebwizardry:warlock_robe, Warlock Robes -ebwizardry:warlock_leggings, Warlock Leggings -ebwizardry:warlock_boots, Warlock Boots -ebwizardry:warlock_hood_fire, Pyromancer Warlock Hood -ebwizardry:warlock_robe_fire, Pyromancer Warlock Robes -ebwizardry:warlock_leggings_fire, Pyromancer Warlock Leggings -ebwizardry:warlock_boots_fire, Pyromancer Warlock Boots -ebwizardry:warlock_hood_ice, Ice Warlock Hood -ebwizardry:warlock_robe_ice, Ice Warlock Robes -ebwizardry:warlock_leggings_ice, Ice Warlock Leggings -ebwizardry:warlock_boots_ice, Ice Warlock Boots -ebwizardry:warlock_hood_lightning, Storm Warlock Hood -ebwizardry:warlock_robe_lightning, Storm Warlock Robes -ebwizardry:warlock_leggings_lightning, Storm Warlock Leggings -ebwizardry:warlock_boots_lightning, Storm Warlock Boots -ebwizardry:warlock_hood_necromancy, Necromancer Warlock Hood -ebwizardry:warlock_robe_necromancy, Necromancer Warlock Robes -ebwizardry:warlock_leggings_necromancy, Necromancer Warlock Leggings -ebwizardry:warlock_boots_necromancy, Necromancer Warlock Boots -ebwizardry:warlock_hood_earth, Earth Warlock Hood -ebwizardry:warlock_robe_earth, Earth Warlock Robes -ebwizardry:warlock_leggings_earth, Earth Warlock Leggings -ebwizardry:warlock_boots_earth, Earth Warlock Boots -ebwizardry:warlock_hood_sorcery, Sorcerer Warlock Hood -ebwizardry:warlock_robe_sorcery, Sorcerer Warlock Robes -ebwizardry:warlock_leggings_sorcery, Sorcerer Warlock Leggings -ebwizardry:warlock_boots_sorcery, Sorcerer Warlock Boots -ebwizardry:warlock_hood_healing, Healer Warlock Hood -ebwizardry:warlock_robe_healing, Healer Warlock Robes -ebwizardry:warlock_leggings_healing, Healer Warlock Leggings -ebwizardry:warlock_boots_healing, Healer Warlock Boots -ebwizardry:spectral_helmet, Spectral Helmet -ebwizardry:spectral_chestplate, Spectral Chestplate -ebwizardry:spectral_leggings, Spectral Leggings -ebwizardry:spectral_boots, Spectral Boots -ebwizardry:lightning_hammer, Lightning Hammer -ebwizardry:flamecatcher, Flamecatcher -ebwizardry:ring_condensing, Ring of Condensing -ebwizardry:ring_siphoning, Ring of Siphoning -ebwizardry:ring_battlemage, Ring of the Battlemage -ebwizardry:ring_combustion, Ring of Combustion -ebwizardry:ring_fire_melee, Ring of Fiery Touch -ebwizardry:ring_fire_biome, Ring of the Desert Sun -ebwizardry:ring_disintegration, Ring of Searing Embers -ebwizardry:ring_meteor, Ring of Volthraa -ebwizardry:ring_ice_melee, Ring of Icy Touch -ebwizardry:ring_ice_biome, Ring of Glaciation -ebwizardry:ring_arcane_frost, Ring of Arcane Frost -ebwizardry:ring_shattering, Ring of Shattering -ebwizardry:ring_lightning_melee, Ring of Chaining -ebwizardry:ring_storm, Ring of the Gathering Storm -ebwizardry:ring_seeking, Ring of Attraction -ebwizardry:ring_hammer, Ring of Thalek the Almighty -ebwizardry:ring_stormcloud, Lokenzen's Ring -ebwizardry:ring_soulbinding, Soulwalker's Ring -ebwizardry:ring_leeching, Ring of Leeching -ebwizardry:ring_necromancy_melee, Ring of Necrotic Touch -ebwizardry:ring_mind_control, Ring of the Psychic -ebwizardry:ring_poison, Serpentine Ring -ebwizardry:ring_earth_melee, Ring of Venomous Touch -ebwizardry:ring_earth_biome, Dryad's Ring -ebwizardry:ring_full_moon, Ring of the Howling Wolf -ebwizardry:ring_evoker, Evoker's Ring -ebwizardry:ring_extraction, Ring of Extraction -ebwizardry:ring_mana_return, Ring of the Perfectionist -ebwizardry:ring_blockwrangler, Blockwrangler's Ring -ebwizardry:ring_conjurer, Conjurer's Ring -ebwizardry:ring_defender, Ring of the Defender -ebwizardry:ring_paladin, Paladin's Ring -ebwizardry:ring_interdiction, Ring of Interdiction -ebwizardry:amulet_arcane_defence, Amulet of Arcane Defense -ebwizardry:amulet_warding, Amulet of Warding -ebwizardry:amulet_wisdom, Amulet of Wisdom -ebwizardry:amulet_fire_protection, Flamefast Amulet -ebwizardry:amulet_fire_cloaking, Amulet of Cloaking Flame -ebwizardry:amulet_ice_immunity, Permafrost Amulet -ebwizardry:amulet_ice_protection, Frostbound Amulet -ebwizardry:amulet_frost_warding, Amulet of Esundor -ebwizardry:amulet_potential, Amulet of Potential -ebwizardry:amulet_channeling, Amulet of Channeling -ebwizardry:amulet_lich, Amulet of the Lich -ebwizardry:amulet_wither_immunity, Wither Pearl Amulet -ebwizardry:amulet_glide, Windfeather Amulet -ebwizardry:amulet_banishing, Enderbound Amulet -ebwizardry:amulet_anchoring, Amulet of Anchoring -ebwizardry:amulet_recovery, Amulet of Recovery -ebwizardry:amulet_transience, Amulet of Transience -ebwizardry:amulet_resurrection, Amulet of the Immortal -ebwizardry:amulet_auto_shield, Hyeleth's Amulet -ebwizardry:amulet_absorption, Amulet of Vitality -ebwizardry:charm_haggler, Haggler's Sign -ebwizardry:charm_experience_tome, Tome of the Diligent -ebwizardry:charm_move_speed, Icarus Medallion -ebwizardry:charm_spell_discovery, Archivist's Eyeglass -ebwizardry:charm_auto_smelt, Metallurgist's Mark -ebwizardry:charm_lava_walking, Nether Ice Core -ebwizardry:charm_storm, Bottled Thundercloud -ebwizardry:charm_minion_health, Obsidian Zombie Head -ebwizardry:charm_minion_variants, Talisman of Transformation -ebwizardry:charm_undead_helmets, Cursed Helm -ebwizardry:charm_hunger_casting, Demonic Seal -ebwizardry:charm_flight, Emerald Beetle Wing -ebwizardry:charm_growth, Crystal Flower Charm -ebwizardry:charm_abseiling, Enchanted Twine -ebwizardry:charm_silk_touch, Moonstone Orb -ebwizardry:charm_sixth_sense, Dire Wolf Pelt -ebwizardry:charm_stop_time, Peculiar Pocketwatch -ebwizardry:charm_light, Elevinia's Everburning Lantern -ebwizardry:charm_transportation, Ancient Compass -ebwizardry:charm_black_hole, Void Opal -ebwizardry:charm_mount_teleporting, Spectral Tether -ebwizardry:charm_feeding, Bottomless Provisions -arcane_essentials:master_lightning_sword, Master Lightning Sword -arcane_essentials:master_sorcery_sword, Master Sorcery Sword -arcane_essentials:master_nature_sword, Master Earth Sword -arcane_essentials:master_fire_sword, Master Fire Sword -arcane_essentials:master_ice_sword, Master Ice Sword -arcane_essentials:master_healing_sword, Master Healing Sword -arcane_essentials:master_necromancy_sword, Master Necromancy Sword -akashictome:tome, item.tome.name -bhc:red_heart, Red Heart -bhc:yellow_heart, Yellow Heart -bhc:green_heart, Green Heart -bhc:blue_heart, Blue Heart -bhc:canister, Canister -bhc:red_heart_canister, Red Heart Canister -bhc:yellow_heart_canister, Yellow Heart Canister -bhc:green_heart_canister, Green Heart Canister -bhc:blue_heart_canister, Blue Heart Canister -bhc:relic_apple, Relic Apple -bhc:wither_bone, Wither Bone -bhc:heart_amulet, Heart Amulet -betterp2p:advanced_memory_card, Advanced Memory Card -betterquesting:placeholder, Item Placeholder -betterquesting:extra_life:0, Extra Life -betterquesting:extra_life:1, Half Heart -betterquesting:extra_life:2, Quarter Heart -betterquesting:guide_book, Better Questing Starter Guide -bq_standard:loot_chest, Loot Chest -betterquesting:quest_book, Quest Book -betterquesting:submit_station, Object Submission Station (OSS) -botania:lexicon, item.lexicon.name -botania:petal:0, Mystical White Petal -botania:petal:1, Mystical Orange Petal -botania:petal:2, Mystical Magenta Petal -botania:petal:3, Mystical Light Blue Petal -botania:petal:4, Mystical Yellow Petal -botania:petal:5, Mystical Lime Petal -botania:petal:6, Mystical Pink Petal -botania:petal:7, Mystical Gray Petal -botania:petal:8, Mystical Light Gray Petal -botania:petal:9, Mystical Cyan Petal -botania:petal:10, Mystical Purple Petal -botania:petal:11, Mystical Blue Petal -botania:petal:12, Mystical Brown Petal -botania:petal:13, Mystical Green Petal -botania:petal:14, Mystical Red Petal -botania:petal:15, Mystical Black Petal -botania:dye:0, Floral White Powder -botania:dye:1, Floral Orange Powder -botania:dye:2, Floral Magenta Powder -botania:dye:3, Floral Light Blue Powder -botania:dye:4, Floral Yellow Powder -botania:dye:5, Floral Lime Powder -botania:dye:6, Floral Pink Powder -botania:dye:7, Floral Gray Powder -botania:dye:8, Floral Light Gray Powder -botania:dye:9, Floral Cyan Powder -botania:dye:10, Floral Purple Powder -botania:dye:11, Floral Blue Powder -botania:dye:12, Floral Brown Powder -botania:dye:13, Floral Green Powder -botania:dye:14, Floral Red Powder -botania:dye:15, Floral Black Powder -botania:pestleandmortar, item.pestleAndMortar.name -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:twigwand:0, Wand of the Forest -botania:manaresource:0, Manasteel Ingot -botania:manaresource:1, Mana Pearl -botania:manaresource:2, Mana Diamond -botania:manaresource:3, Livingwood Twig -botania:manaresource:4, Terrasteel Ingot -botania:manaresource:5, Gaia Spirit -botania:manaresource:6, Redstone Root -botania:manaresource:7, Elementium Ingot -botania:manaresource:8, Pixie Dust -botania:manaresource:9, Dragonstone -botania:manaresource:11, Crafting Placeholder -botania:manaresource:12, Red String -botania:manaresource:13, Dreamwood Twig -botania:manaresource:14, Gaia Spirit Ingot -botania:manaresource:15, Ender Air Bottle -botania:manaresource:16, Mana Infused String -botania:manaresource:17, Manasteel Nugget -botania:manaresource:18, Terrasteel Nugget -botania:manaresource:19, Elementium Nugget -botania:manaresource:22, Manaweave Cloth -botania:manaresource:23, Mana Powder -botania:lens:0, Mana Lens -botania:lens:1, Mana Lens: Velocity -botania:lens:2, Mana Lens: Potency -botania:lens:3, Mana Lens: Resistance -botania:lens:4, Mana Lens: Efficiency -botania:lens:5, Mana Lens: Bounce -botania:lens:6, Mana Lens: Gravity -botania:lens:7, Mana Lens: Bore -botania:lens:8, Mana Lens: Damaging -botania:lens:9, Mana Lens: Phantom -botania:lens:10, Mana Lens: Magnetizing -botania:lens:11, Mana Lens: Entropic -botania:lens:12, Mana Lens: Influence -botania:lens:13, Mana Lens: Weight -botania:lens:14, Mana Lens: Paintslinger -botania:lens:15, Mana Lens: Kindle -botania:lens:16, Mana Lens: Force -botania:lens:17, Mana Lens: Flash -botania:lens:18, Mana Lens: Warp -botania:lens:19, Mana Lens: Redirective -botania:lens:20, Mana Lens: Celebratory -botania:lens:21, Mana Lens: Flare -botania:lens:22, Mana Lens: Messenger -botania:lens:23, Mana Lens: Tripwire -botania:rune:0, Rune of Water -botania:rune:1, Rune of Fire -botania:rune:2, Rune of Earth -botania:rune:3, Rune of Air -botania:rune:4, Rune of Spring -botania:rune:5, Rune of Summer -botania:rune:6, Rune of Autumn -botania:rune:7, Rune of Winter -botania:rune:8, Rune of Mana -botania:rune:9, Rune of Lust -botania:rune:10, Rune of Gluttony -botania:rune:11, Rune of Greed -botania:rune:12, Rune of Sloth -botania:rune:13, Rune of Wrath -botania:rune:14, Rune of Envy -botania:rune:15, Rune of Pride -botania:manatablet, item.manaTablet.name -botania:managun, item.manaGun.name -botania:manacookie, item.manaCookie.name -botania:fertilizer, item.fertilizer.name -botania:grassseeds:0, Pasture Seeds -botania:grassseeds:1, Boreal Seeds -botania:grassseeds:2, Infestation Spores -botania:grassseeds:3, Dry Pasture Seeds -botania:grassseeds:4, Golden Pasture Seeds -botania:grassseeds:5, Vivid Pasture Seeds -botania:grassseeds:6, Scorched Pasture Seeds -botania:grassseeds:7, Infused Pasture Seeds -botania:grassseeds:8, Mutated Pasture Seeds -botania:dirtrod, item.dirtRod.name -botania:terraformrod, item.terraformRod.name -botania:grasshorn:0, Horn of the Wild -botania:grasshorn:1, Horn of the Canopy -botania:grasshorn:2, Horn of the Covering -botania:manamirror, item.manaMirror.name -botania:manasteelhelm, item.manasteelHelm.name -botania:manasteelhelmreveal, item.manasteelHelmReveal.name -botania:manasteelchest, item.manasteelChest.name -botania:manasteellegs, item.manasteelLegs.name -botania:manasteelboots, item.manasteelBoots.name -botania:manasteelpick, item.manasteelPick.name -botania:manasteelshovel, item.manasteelShovel.name -botania:manasteelaxe, item.manasteelAxe.name -botania:manasteelsword, item.manasteelSword.name -botania:manasteelshears, item.manasteelShears.name -botania:terrasteelhelm, item.terrasteelHelm.name -botania:terrasteelhelmreveal, item.terrasteelHelmReveal.name -botania:terrasteelchest, item.terrasteelChest.name -botania:terrasteellegs, item.terrasteelLegs.name -botania:terrasteelboots, item.terrasteelBoots.name -botania:terrasword, item.terraSword.name -botania:tinyplanet, item.tinyPlanet.name -botania:manaring, item.manaRing.name -botania:auraring, item.auraRing.name -botania:manaringgreater, item.manaRingGreater.name -botania:auraringgreater, item.auraRingGreater.name -botania:travelbelt, item.travelBelt.name -botania:knockbackbelt, item.knockbackBelt.name -botania:icependant, item.icePendant.name -botania:lavapendant, item.lavaPendant.name -botania:magnetring, item.magnetRing.name -botania:waterring, item.waterRing.name -botania:miningring, item.miningRing.name -botania:terrapick, item.terraPick.name -botania:divacharm, item.divaCharm.name -botania:flighttiara:0, Flügel Tiara -botania:flighttiara:1, Flügel Tiara -botania:flighttiara:2, Flügel Tiara -botania:flighttiara:3, Flügel Tiara -botania:flighttiara:4, Flügel Tiara -botania:flighttiara:5, Flügel Tiara -botania:flighttiara:6, Flügel Tiara -botania:flighttiara:7, Flügel Tiara -botania:flighttiara:8, Flügel Tiara -botania:enderdagger, item.enderDagger.name -botania:quartz:0, Smokey Quartz -botania:quartz:1, Mana Quartz -botania:quartz:2, Blaze Quartz -botania:quartz:3, Lavender Quartz -botania:quartz:4, Redquartz -botania:quartz:5, Elven Quartz -botania:quartz:6, Sunny Quartz -botania:waterrod, item.waterRod.name -botania:elementiumhelm, item.elementiumHelm.name -botania:elementiumhelmreveal, item.elementiumHelmReveal.name -botania:elementiumchest, item.elementiumChest.name -botania:elementiumlegs, item.elementiumLegs.name -botania:elementiumboots, item.elementiumBoots.name -botania:elementiumpick, item.elementiumPick.name -botania:elementiumshovel, item.elementiumShovel.name -botania:elementiumaxe, item.elementiumAxe.name -botania:elementiumsword, item.elementiumSword.name -botania:elementiumshears, item.elementiumShears.name -botania:openbucket, item.openBucket.name -botania:spawnermover, item.spawnerMover.name -botania:pixiering, item.pixieRing.name -botania:supertravelbelt, item.superTravelBelt.name -botania:rainbowrod, item.rainbowRod.name -botania:tornadorod, item.tornadoRod.name -botania:firerod, item.fireRod.name -botania:vineball, item.vineBall.name -botania:slingshot, item.slingshot.name -botania:manabottle, item.manaBottle.name -botania:laputashard:0, Shard of Laputa -botania:laputashard:4, Shard of Laputa -botania:laputashard:9, Shard of Laputa -botania:laputashard:14, Shard of Laputa -botania:laputashard:19, Shard of Laputa -botania:virus:0, Necrodermal Virus -botania:virus:1, Nullodermal Virus -botania:reachring, item.reachRing.name -botania:skydirtrod, item.skyDirtRod.name -botania:itemfinder, item.itemFinder.name -botania:superlavapendant, item.superLavaPendant.name -botania:enderhand, item.enderHand.name -botania:glasspick, item.glassPick.name -botania:spark, item.spark.name -botania:sparkupgrade:0, Spark Augment: Dispersive -botania:sparkupgrade:1, Spark Augment: Dominant -botania:sparkupgrade:2, Spark Augment: Recessive -botania:sparkupgrade:3, Spark Augment: Isolated -botania:diviningrod, item.diviningRod.name -botania:gravityrod, item.gravityRod.name -botania:manainkwell, item.manaInkwell.name -botania:vial:0, Managlass Vial -botania:vial:1, Alfglass Flask -botania:brewvial, item.brewVial.name -botania:brewflask, item.brewFlask.name -botania:bloodpendant, item.bloodPendant.name -botania:missilerod, item.missileRod.name -botania:holycloak, item.holyCloak.name -botania:unholycloak, item.unholyCloak.name -botania:balancecloak, item.balanceCloak.name -botania:craftinghalo, item.craftingHalo.name -botania:blacklotus:0, Black Lotus -botania:blacklotus:1, Blacker Lotus -botania:monocle, item.monocle.name -botania:clip, item.clip.name -botania:cobblerod, item.cobbleRod.name -botania:smeltrod, item.smeltRod.name -botania:worldseed, item.worldSeed.name -botania:spellcloth, item.spellCloth.name -botania:thornchakram:0, Thorn Chakram -botania:thornchakram:1, Flare Chakram -botania:overgrowthseed, item.overgrowthSeed.name -botania:craftpattern:0, Crafting Pattern #1: 1x1 -botania:craftpattern:1, Crafting Pattern #2: 2x2 -botania:craftpattern:2, Crafting Pattern #3: 1x2 -botania:craftpattern:3, Crafting Pattern #4: 2x1 -botania:craftpattern:4, Crafting Pattern #5: 1x3 -botania:craftpattern:5, Crafting Pattern #6: 3x1 -botania:craftpattern:6, Crafting Pattern #7: 2x3 -botania:craftpattern:7, Crafting Pattern #8: 3x2 -botania:craftpattern:8, Crafting Pattern #9: Donut -botania:ancientwill:0, Will of Ahrim -botania:ancientwill:1, Will of Dharok -botania:ancientwill:2, Will of Guthan -botania:ancientwill:3, Will of Torag -botania:ancientwill:4, Will of Verac -botania:ancientwill:5, Will of Karil -botania:corporeaspark:0, Corporea Spark -botania:corporeaspark:1, Master Corporea Spark -botania:livingwoodbow, item.livingwoodBow.name -botania:crystalbow, item.crystalBow.name -botania:cosmetic:0, Black Bowtie -botania:cosmetic:1, Black Tie -botania:cosmetic:2, Red Glasses -botania:cosmetic:3, Puffy Scarf -botania:cosmetic:4, Engineer Goggles -botania:cosmetic:5, Eyepatch -botania:cosmetic:6, Wicked Eyepatch -botania:cosmetic:7, Red Ribbons -botania:cosmetic:8, Pink Flower Bud -botania:cosmetic:9, Polka-Dotted Bows -botania:cosmetic:10, Blue Butterfly -botania:cosmetic:11, Cat Ears -botania:cosmetic:12, Witch Pin -botania:cosmetic:13, Devil Tail -botania:cosmetic:14, Kamui Eye -botania:cosmetic:15, Googly Eyes -botania:cosmetic:16, Four-Leafed Clover -botania:cosmetic:17, Clock Eye -botania:cosmetic:18, Unicorn Horn -botania:cosmetic:19, Devil Horns -botania:cosmetic:20, Hyper Plus -botania:cosmetic:21, Botanist Emblem -botania:cosmetic:22, Ancient Mask -botania:cosmetic:23, Eerie Mask -botania:cosmetic:24, Alien Antenna -botania:cosmetic:25, Anaglyph Glasses -botania:cosmetic:26, Orange Shades -botania:cosmetic:27, Groucho Glasses -botania:cosmetic:28, Thick Eyebrows -botania:cosmetic:29, Lusitanic Shield -botania:cosmetic:30, Tiny Potato Mask -botania:cosmetic:31, Questgiver Mark -botania:cosmetic:32, Thinking Hand -botania:swapring, item.swapRing.name -botania:flowerbag, item.flowerBag.name -botania:phantomink, item.phantomInk.name -botania:poolminecart, item.poolMinecart.name -botania:pinkinator, item.pinkinator.name -botania:infinitefruit, item.infiniteFruit.name -botania:kingkey, item.kingKey.name -botania:flugeleye, item.flugelEye.name -botania:thorring, item.thorRing.name -botania:odinring, item.odinRing.name -botania:lokiring, item.lokiRing.name -botania:dice, item.dice.name -botania:keepivy, item.keepIvy.name -botania:blackholetalisman:0, Black Hole Talisman -botania:recordgaia1, item.recordGaia1.name -botania:recordgaia2, item.recordGaia2.name -botania:temperancestone:0, Stone of Temperance -botania:incensestick, item.incenseStick.name -botania:terraaxe, item.terraAxe.name -botania:waterbowl, item.waterBowl.name -botania:obediencestick, item.obedienceStick.name -botania:cacophonium, item.cacophonium.name -botania:slimebottle:0, Slime in a Bottle -botania:starsword, item.starSword.name -botania:exchangerod, item.exchangeRod.name -botania:magnetringgreater, item.magnetRingGreater.name -botania:thundersword, item.thunderSword.name -botania:manaweavehelm, item.manaweaveHelm.name -botania:manaweavechest, item.manaweaveChest.name -botania:manaweavelegs, item.manaweaveLegs.name -botania:manaweaveboots, item.manaweaveBoots.name -botania:autocraftinghalo, item.autocraftingHalo.name -botania:gaiahead, item.gaiaHead.name -botania:sextant, item.sextant.name -botania:speedupbelt, item.speedUpBelt.name -botania:baublebox, item.baubleBox.name -botania:dodgering, item.dodgeRing.name -botania:invisibilitycloak, item.invisibilityCloak.name -botania:cloudpendant, item.cloudPendant.name -botania:supercloudpendant, item.superCloudPendant.name -botania:thirdeye, item.thirdEye.name -botania:astrolabe, item.astrolabe.name -botania:goddesscharm, item.goddessCharm.name -botania: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 -mowziesmobs:foliaath_seed, Foliaath Seed -mowziesmobs:test_structure, Test Structures -mowziesmobs:mob_remover, Mob Remover -mowziesmobs:wrought_axe, Axe of a Thousand Metals -mowziesmobs:wrought_helmet, Wrought Helm -mowziesmobs:barako_mask, Sol Visage -mowziesmobs:dart, Dart -mowziesmobs:spear, Spear -mowziesmobs:blowgun, Blowgun -mowziesmobs:spawn_egg:0, Spawn Foliaath -mowziesmobs:spawn_egg:0, Spawn Ferrous Wroughtnaut -mowziesmobs:spawn_egg:0, Spawn Barakoana -mowziesmobs:spawn_egg:0, Spawn Barakoa -mowziesmobs:spawn_egg:0, Spawn Barako, the Sun Chief -mowziesmobs:spawn_egg:0, Spawn Frostmaw -mowziesmobs:spawn_egg:0, Spawn Grottol -mowziesmobs:spawn_egg:0, Spawn Lantern -mowziesmobs:spawn_egg:0, Spawn Wyvern -mowziesmobs:grant_suns_blessing, Receive Sun's Blessing -mowziesmobs:ice_crystal, Ice Crystal -mowziesmobs:earth_talisman, Earth Talisman -mowziesmobs:captured_grottol, Captured Grottol -mowziesmobs:glowing_jelly, Luminous Jelly -mowziesmobs:naga_fang, Wyvern Fang -mowziesmobs:naga_fang_dagger, Wyvern Fang Dagger -mowziesmobs:logo, item.logo.name -mowziesmobs:painted_acacia, Painted Acacia Wood -mowziesmobs:painted_acacia_slab, Painted Acacia Wood Slab -mowziesmobs:barakoa_mask_fury, Mask of Fury -mowziesmobs:barakoa_mask_fear, Mask of Fear -mowziesmobs:barakoa_mask_rage, Mask of Rage -mowziesmobs:barakoa_mask_bliss, Mask of Bliss -mowziesmobs:barakoa_mask_misery, Mask of Misery -bewitchment:cypress_door, Cypress Door -bewitchment:elder_door, Elder Door -bewitchment:juniper_door, Juniper Door -bewitchment:dragons_blood_door, Dragon's Blood Door -bewitchment:silver_helmet, Silver Helmet -bewitchment:silver_chestplate, Silver Chestplate -bewitchment:silver_leggings, Silver Leggings -bewitchment:silver_boots, Silver Boots -bewitchment:cold_iron_helmet, Cold Iron Helmet -bewitchment:cold_iron_chestplate, Cold Iron Chestplate -bewitchment:cold_iron_leggings, Cold Iron Leggings -bewitchment:cold_iron_boots, Cold Iron Boots -bewitchment:witches_cowl, Witches' Cowl -bewitchment:witches_hat, Witches' Hat -bewitchment:witches_robes, Witches' Robes -bewitchment:witches_pants, Witches' Pants -bewitchment:besmirched_hood, Besmirched Hood -bewitchment:besmirched_hat, Besmirched Hat -bewitchment:besmirched_robes, Besmirched Robes -bewitchment:besmirched_pants, Besmirched Pants -bewitchment:alchemist_hood, Alchemist's Hood -bewitchment:alchemist_hat, Alchemist's Hat -bewitchment:alchemist_robes, Alchemist's Robes -bewitchment:alchemist_pants, Alchemist's Pants -bewitchment:green_witch_hood, Hedgewitches' Hood -bewitchment:green_witch_hat, Hedgewitches' Hat -bewitchment:green_witch_robes, Hedgewitches' Robes -bewitchment:green_witch_pants, Hedgewitches' Pants -bewitchment:silver_sword, Silver Sword -bewitchment:silver_pickaxe, Silver Pickaxe -bewitchment:silver_axe, Silver Axe -bewitchment:silver_shovel, Silver Shovel -bewitchment:silver_hoe, Silver Hoe -bewitchment:cold_iron_sword, Cold Iron Sword -bewitchment:cold_iron_pickaxe, Cold Iron Pickaxe -bewitchment:cold_iron_axe, Cold Iron Axe -bewitchment:cold_iron_shovel, Cold Iron Shovel -bewitchment:cold_iron_hoe, Cold Iron Hoe -bewitchment:athame, Athame -bewitchment:boline, Boline -bewitchment:cleaver_sword, Cleaver Blade -bewitchment:broom, Broom -bewitchment:cypress_broom, Cypress Broom -bewitchment:elder_broom, Elder Broom -bewitchment:juniper_broom, Juniper Broom -bewitchment:dragons_blood_broom, Dragon's Blood Broom -bewitchment:waystone, Waystone -bewitchment:focal_chalk, Focal Chalk -bewitchment:ritual_chalk, Ritual Chalk -bewitchment:fiery_chalk, Fiery Chalk -bewitchment:phasing_chalk, Phasing Chalk -bewitchment:caduceus, Caduceus -bewitchment:leonards_wand, Leonard's Wand -bewitchment:thyrsus, Thyrsus -bewitchment:silver_arrow, Silver Arrow -bewitchment:cold_iron_arrow, Cold Iron Arrow -bewitchment:girdle_of_the_dryads, Girdle of the Dryads -bewitchment:hellish_bauble, Hellish Bauble -bewitchment:fortunes_favor, Fortune's Favor -bewitchment:horseshoe, Horseshoe -bewitchment:nazar, Nazar -bewitchment:token_of_remedies, Token of Remedies -bewitchment:hecates_visage, Hecate's Visage -bewitchment:triskelion, Triskelion Amulet -bewitchment:vampiric_amulet, Vampiric Amulet -bewitchment:gluttons_sash, Gluttons Sash -bewitchment:grimoire_magia, Grimoire Magia -bewitchment:bastards_grimoire, Bastardus Grimoira -bewitchment:juniper_key, Juniper Key -bewitchment:juniper_key_ring, Juniper Keyring -bewitchment:bottled_frostfire, Bottled Frostfire -bewitchment:bottled_hellfire, Bottled Hellfire -bewitchment:bone_needle, Bone Needle -bewitchment:taglock, Taglock -bewitchment:amethyst, Amethyst -bewitchment:garnet, Garnet -bewitchment:opal, Opal -bewitchment:silver_ingot, Silver Ingot -bewitchment:cold_iron_ingot, Cold Iron Ingot -bewitchment:silver_nugget, Silver Nugget -bewitchment:cold_iron_nugget, Cold Iron Nugget -bewitchment:salt, Salt -bewitchment:cold_iron_plate, Cold Iron Plate -bewitchment:silver_plate, Silver Plate -bewitchment:hidden_bat, item.bewitchment.hidden_bat.name -bewitchment:unfired_jar, Unfired Jar -bewitchment:empty_jar, Empty Jar -bewitchment:oak_spirit, Oak Spirit -bewitchment:spruce_heart, Spruce Heart -bewitchment:birch_soul, Birch Soul -bewitchment:cloudy_oil, Cloudy Oil -bewitchment:acacia_resin, Acacia Resin -bewitchment:ebb_of_death, Ebb of Death -bewitchment:droplet_of_wisdom, Droplet of Wisdom -bewitchment:liquid_witchcraft, Liquid Witchcraft -bewitchment:essence_of_vitality, Essence of Vitality -bewitchment:cleansing_balm, Cleansing Balm -bewitchment:demonic_elixir, Demonic Elixir -bewitchment:fiery_unguent, Fiery Unguent -bewitchment:swirl_of_depths, Swirl of the Depths -bewitchment:oil_of_vitriol, Oil of Vitriol -bewitchment:otherworldly_tears, Otherworldly Tears -bewitchment:heaven_extract, Heaven Extract -bewitchment:stone_ichor, Stone Ichor -bewitchment:diabolical_vein, Diabolical Vein -bewitchment:pure_filament, Pure Filament -bewitchment:witches_stitching, Witches' Stitching -bewitchment:sanguine_cloth, Sanguine Cloth -bewitchment:spirit_string, Spirit String -bewitchment:golden_thread, Golden Thread -bewitchment:poppet, Poppet -bewitchment:poppet_binding, Poppet of Binding -bewitchment:poppet_clumsy, Poppet of Clumsiness -bewitchment:poppet_deathprotection, Death Protection Poppet -bewitchment:poppet_earthprotection, Earth Protection Poppet -bewitchment:poppet_flameprotection, Flame Protection Poppet -bewitchment:poppet_hungerprotection, Hunger Protection Poppet -bewitchment:poppet_spiritbane, Poppet of Spirit's Bane -bewitchment:poppet_tool, Tool Poppet -bewitchment:poppet_vampiric, Vampiric Poppet -bewitchment:poppet_voodooprotection, Voodoo Protection Poppet -bewitchment:poppet_voodoo, Voodoo Poppet -bewitchment:poppet_wasting, Poppet of Wasting -bewitchment:poppet_waterprotection, Water Protection Poppet -bewitchment:aconitum, Aconitum -bewitchment:belladonna, Belladonna -bewitchment:garlic, Garlic -bewitchment:hellebore, Hellebore -bewitchment:mandrake_root, Mandrake Root -bewitchment:white_sage, White Sage -bewitchment:wormwood, Wormwood -bewitchment:aconitum_seeds, Aconitum Seeds -bewitchment:belladonna_seeds, Belladonna Seeds -bewitchment:garlic_seeds, Garlic Seeds -bewitchment:hellebore_seeds, Hellebore Seeds -bewitchment:mandrake_seeds, Mandrake Seeds -bewitchment:white_sage_seeds, White Sage Seeds -bewitchment:wormwood_seeds, Wormwood Seeds -bewitchment:elderberries, Elderberries -bewitchment:juniper_berries, Juniper Berries -bewitchment:stew_of_the_grotesque, Stew of the Grotesque -bewitchment:lizard_leg, Lizard Leg -bewitchment:owlets_wing, Owlet's Wing -bewitchment:ravens_feather, Raven's Feather -bewitchment:adders_fork, Adder's Fork -bewitchment:toe_of_frog, Toe of Frog -bewitchment:hellhound_horn, Demonic Horn -bewitchment:heart, Heart -bewitchment:demon_heart, Demon Heart -bewitchment:snake_venom, Snake Venom -bewitchment:bottle_of_blood, Bottle of Blood -bewitchment:bottle_of_vampire_blood, Bottle of Vampire Blood -bewitchment:hoof, Hoof -bewitchment:eye_of_old, Eye of Old -bewitchment:tongue_of_dog, Tongue of Dog -bewitchment:catechu_brown, Catechu Brown -bewitchment:ink_cap_dye, Blue Ink Cap Extract -bewitchment:dimensional_sand, Dimensional Sand -bewitchment:ectoplasm, Ectoplasm -bewitchment:flying_ointment, Flying Ointment -bewitchment:iron_gall_ink, Iron Gall Ink -bewitchment:oak_apple_gall, Oak Apple Gall -bewitchment:pentacle, Pentacle -bewitchment:spectral_dust, Spectral Dust -bewitchment:tallow, Tallow -bewitchment:wood_ash, Wood Ash -bewitchment:dragons_blood_resin, Dragon's Blood Resin -bewitchment:box_of_sealed_evil, Box of Sealed Evil -bewitchment:contract, Demon Contract -bewitchment:skeleton_key, Skeleton Key -bewitchment:garlic_grilled, Grilled Garlic -bewitchment:elderberry_jelly, Elderberry Jelly -bewitchment:juniper_tea, Juniper Tea -bewitchment:garlic_bread, Garlic Bread -bewitchment:sigil_mending, Sigil of Mending -bewitchment:sigil_ruin, Sigil of Ruin -bewitchment:sigil_binding, Sigil of Binding -bewitchment:sigil_cleansing, Sigil of Cleansing -bewitchment:sigil_failure, Sigil of Failure -bewitchment:sigil_purity, Sigil of Purity -bewitchment:sigil_luck, Sigil of Luck -bewitchment:sigil_battle, Sigil of Battle -bewitchment:sigil_disorientation, Sigil of Disorientation -bewitchment:sigil_shrieking, Sigil of Shrieking -bewitchment:sigil_sentinel, Sigil of Sentinel -bibliocraft:bookcase:0, Oak Bookcase -bibliocraft:bookcase:1, Spruce Bookcase -bibliocraft:bookcase:2, Birch Bookcase -bibliocraft:bookcase:3, Jungle Bookcase -bibliocraft:bookcase:4, Acacia Bookcase -bibliocraft:bookcase:5, Dark Oak Bookcase -bibliocraft:bookcase:6, Framed Bookcase -bibliocraft:bookcasecreative:0, Oak Creative Bookcase -bibliocraft:bookcasecreative:1, Spruce Creative Bookcase -bibliocraft:bookcasecreative:2, Birch Creative Bookcase -bibliocraft:bookcasecreative:3, Jungle Creative Bookcase -bibliocraft:bookcasecreative:4, Acacia Creative Bookcase -bibliocraft:bookcasecreative:5, Dark Oak Creative Bookcase -bibliocraft:bookcasecreative:6, Framed Creative Bookcase -bibliocraft:shelf:0, Oak Shelf -bibliocraft:shelf:1, Spruce Shelf -bibliocraft:shelf:2, Birch Shelf -bibliocraft:shelf:3, Jungle Shelf -bibliocraft:shelf:4, Acacia Shelf -bibliocraft:shelf:5, Dark Oak Shelf -bibliocraft:shelf:6, Framed Shelf -bibliocraft:markerpole, tile.BiblioCraft:MarkerPole.name -bibliocraft:clipboard, tile.BiblioCraft:Clipboard.name -bibliocraft:lanterngold:0, Fancy Lantern -bibliocraft:lanterngold:1, Fancy Lantern -bibliocraft:lanterngold:2, Fancy Lantern -bibliocraft:lanterngold:3, Fancy Lantern -bibliocraft:lanterngold:4, Fancy Lantern -bibliocraft:lanterngold:5, Fancy Lantern -bibliocraft:lanterngold:6, Fancy Lantern -bibliocraft:lanterngold:7, Fancy Lantern -bibliocraft:lanterngold:8, Fancy Lantern -bibliocraft:lanterngold:9, Fancy Lantern -bibliocraft:lanterngold:10, Fancy Lantern -bibliocraft:lanterngold:11, Fancy Lantern -bibliocraft:lanterngold:12, Fancy Lantern -bibliocraft:lanterngold:13, Fancy Lantern -bibliocraft:lanterngold:14, Fancy Lantern -bibliocraft:lanterngold:15, Fancy Lantern -bibliocraft:lanterniron:0, Fancy Lantern -bibliocraft:lanterniron:1, Fancy Lantern -bibliocraft:lanterniron:2, Fancy Lantern -bibliocraft:lanterniron:3, Fancy Lantern -bibliocraft:lanterniron:4, Fancy Lantern -bibliocraft:lanterniron:5, Fancy Lantern -bibliocraft:lanterniron:6, Fancy Lantern -bibliocraft:lanterniron:7, Fancy Lantern -bibliocraft:lanterniron:8, Fancy Lantern -bibliocraft:lanterniron:9, Fancy Lantern -bibliocraft:lanterniron:10, Fancy Lantern -bibliocraft:lanterniron:11, Fancy Lantern -bibliocraft:lanterniron:12, Fancy Lantern -bibliocraft:lanterniron:13, Fancy Lantern -bibliocraft:lanterniron:14, Fancy Lantern -bibliocraft:lanterniron:15, Fancy Lantern -bibliocraft:lampgold:0, Fancy Lamp -bibliocraft:lampgold:1, Fancy Lamp -bibliocraft:lampgold:2, Fancy Lamp -bibliocraft:lampgold:3, Fancy Lamp -bibliocraft:lampgold:4, Fancy Lamp -bibliocraft:lampgold:5, Fancy Lamp -bibliocraft:lampgold:6, Fancy Lamp -bibliocraft:lampgold:7, Fancy Lamp -bibliocraft:lampgold:8, Fancy Lamp -bibliocraft:lampgold:9, Fancy Lamp -bibliocraft:lampgold:10, Fancy Lamp -bibliocraft:lampgold:11, Fancy Lamp -bibliocraft:lampgold:12, Fancy Lamp -bibliocraft:lampgold:13, Fancy Lamp -bibliocraft:lampgold:14, Fancy Lamp -bibliocraft:lampgold:15, Fancy Lamp -bibliocraft:lampiron:0, Fancy Lamp -bibliocraft:lampiron:1, Fancy Lamp -bibliocraft:lampiron:2, Fancy Lamp -bibliocraft:lampiron:3, Fancy Lamp -bibliocraft:lampiron:4, Fancy Lamp -bibliocraft:lampiron:5, Fancy Lamp -bibliocraft:lampiron:6, Fancy Lamp -bibliocraft:lampiron:7, Fancy Lamp -bibliocraft:lampiron:8, Fancy Lamp -bibliocraft:lampiron:9, Fancy Lamp -bibliocraft:lampiron:10, Fancy Lamp -bibliocraft:lampiron:11, Fancy Lamp -bibliocraft:lampiron:12, Fancy Lamp -bibliocraft:lampiron:13, Fancy Lamp -bibliocraft:lampiron:14, Fancy Lamp -bibliocraft:lampiron:15, Fancy Lamp -bibliocraft:furniturepaneler:0, Oak Furniture Paneler -bibliocraft:furniturepaneler:1, Spruce Furniture Paneler -bibliocraft:furniturepaneler:2, Birch Furniture Paneler -bibliocraft:furniturepaneler:3, Jungle Furniture Paneler -bibliocraft:furniturepaneler:4, Acacia Furniture Paneler -bibliocraft:furniturepaneler:5, Dark Oak Furniture Paneler -bibliocraft:furniturepaneler:6, Framed Furniture Paneler -bibliocraft:framedchest:0, Oak Framed Chest -bibliocraft:framedchest:1, Spruce Framed Chest -bibliocraft:framedchest:2, Birch Framed Chest -bibliocraft:framedchest:3, Jungle Framed Chest -bibliocraft:framedchest:4, Acacia Framed Chest -bibliocraft:framedchest:5, Dark Oak Framed Chest -bibliocraft:framedchest:6, Framed Framed Chest -bibliocraft:fancysign:0, Oak Fancy Sign -bibliocraft:fancysign:1, Spruce Fancy Sign -bibliocraft:fancysign:2, Birch Fancy Sign -bibliocraft:fancysign:3, Jungle Fancy Sign -bibliocraft:fancysign:4, Acacia Fancy Sign -bibliocraft:fancysign:5, Dark Oak Fancy Sign -bibliocraft:fancysign:6, Framed Fancy Sign -bibliocraft:fancyworkbench:0, Oak Fancy Workbench -bibliocraft:fancyworkbench:1, Spruce Fancy Workbench -bibliocraft:fancyworkbench:2, Birch Fancy Workbench -bibliocraft:fancyworkbench:3, Jungle Fancy Workbench -bibliocraft:fancyworkbench:4, Acacia Fancy Workbench -bibliocraft:fancyworkbench:5, Dark Oak Workbench -bibliocraft:fancyworkbench:6, Framed Fancy Workbench -bibliocraft:potionshelf:0, Oak Potion Shelf -bibliocraft:potionshelf:1, Spruce Potion Shelf -bibliocraft:potionshelf:2, Birch Potion Shelf -bibliocraft:potionshelf:3, Jungle Potion Shelf -bibliocraft:potionshelf:4, Acacia Potion Shelf -bibliocraft:potionshelf:5, Dark Oak Potion Shelf -bibliocraft:potionshelf:6, Framed Potion Shelf -bibliocraft:toolrack:0, Oak Tool Rack -bibliocraft:toolrack:1, Spruce Tool Rack -bibliocraft:toolrack:2, Birch Tool Rack -bibliocraft:toolrack:3, Jungle Tool Rack -bibliocraft:toolrack:4, Acacia Tool Rack -bibliocraft:toolrack:5, Dark Oak Tool Rack -bibliocraft:toolrack:6, Framed Tool Rack -bibliocraft:label:0, Oak Wood Label -bibliocraft:label:1, Spruce Wood Label -bibliocraft:label:2, Birch Wood Label -bibliocraft:label:3, Jungle Wood Label -bibliocraft:label:4, Acacia Label -bibliocraft:label:5, Dark Oak Label -bibliocraft:label:6, Framed Label -bibliocraft:desk:0, Oak Desk -bibliocraft:desk:1, Spruce Desk -bibliocraft:desk:2, Birch Desk -bibliocraft:desk:3, Jungle Desk -bibliocraft:desk:4, Acacia Desk -bibliocraft:desk:5, Dark Oak Desk -bibliocraft:desk:6, Framed Desk -bibliocraft:table:0, Oak Table -bibliocraft:table:1, Spruce Table -bibliocraft:table:2, Birch Table -bibliocraft:table:3, Jungle Table -bibliocraft:table:4, Acacia Table -bibliocraft:table:5, Dark Oak Table -bibliocraft:table:6, Framed Table -bibliocraft:seat:0, Oak Seat -bibliocraft:seat:1, Spruce Seat -bibliocraft:seat:2, Birch Seat -bibliocraft:seat:3, Jungle Seat -bibliocraft:seat:4, Acacia Seat -bibliocraft:seat:5, Dark Oak Seat -bibliocraft:seat:6, Framed Seat -bibliocraft:clock:0, Oak Clock -bibliocraft:clock:1, Spruce Clock -bibliocraft:clock:2, Birch Clock -bibliocraft:clock:3, Jungle Clock -bibliocraft:clock:4, Acacia Clock -bibliocraft:clock:5, Dark Oak Clock -bibliocraft:clock:6, Framed Clock -bibliocraft:case:0, Oak Case -bibliocraft:case:1, Spruce Case -bibliocraft:case:2, Birch Case -bibliocraft:case:3, Jungle Case -bibliocraft:case:4, Acacia Case -bibliocraft:case:5, Dark Oak Case -bibliocraft:case:6, Framed Case -bibliocraft:mapframe:0, Oak Map Frame -bibliocraft:mapframe:1, Spruce Map Frame -bibliocraft:mapframe:2, Birch Map Frame -bibliocraft:mapframe:3, Jungle Map Frame -bibliocraft:mapframe:4, Acacia Map Frame -bibliocraft:mapframe:5, Dark Oak Map Frame -bibliocraft:mapframe:6, Framed Map Frame -bibliocraft:paintingframeflat:0, Oak Painting Frame -bibliocraft:paintingframeflat:1, Spruce Painting Frame -bibliocraft:paintingframeflat:2, Birch Painting Frame -bibliocraft:paintingframeflat:3, Jungle Painting Frame -bibliocraft:paintingframeflat:4, Acacia Painting Frame -bibliocraft:paintingframeflat:5, Dark Oak Painting Frame -bibliocraft:paintingframeflat:6, Framed Painting Frame -bibliocraft:paintingframesimple:0, Oak Painting Frame -bibliocraft:paintingframesimple:1, Spruce Painting Frame -bibliocraft:paintingframesimple:2, Birch Painting Frame -bibliocraft:paintingframesimple:3, Jungle Painting Frame -bibliocraft:paintingframesimple:4, Acacia Painting Frame -bibliocraft:paintingframesimple:5, Dark Oak Painting Frame -bibliocraft:paintingframesimple:6, Framed Painting Frame -bibliocraft:paintingframemiddle:0, Oak Painting Frame -bibliocraft:paintingframemiddle:1, Spruce Painting Frame -bibliocraft:paintingframemiddle:2, Birch Painting Frame -bibliocraft:paintingframemiddle:3, Jungle Painting Frame -bibliocraft:paintingframemiddle:4, Acacia Painting Frame -bibliocraft:paintingframemiddle:5, Dark Oak Painting Frame -bibliocraft:paintingframemiddle:6, Framed Painting Frame -bibliocraft:paintingframefancy:0, Oak Painting Frame -bibliocraft:paintingframefancy:1, Spruce Painting Frame -bibliocraft:paintingframefancy:2, Birch Painting Frame -bibliocraft:paintingframefancy:3, Jungle Painting Frame -bibliocraft:paintingframefancy:4, Acacia Painting Frame -bibliocraft:paintingframefancy:5, Dark Oak Painting Frame -bibliocraft:paintingframefancy:6, Framed Painting Frame -bibliocraft:paintingframeborderless:0, Oak Painting Frame -bibliocraft:paintingframeborderless:1, Spruce Painting Frame -bibliocraft:paintingframeborderless:2, Birch Painting Frame -bibliocraft:paintingframeborderless:3, Jungle Painting Frame -bibliocraft:paintingframeborderless:4, Acacia Painting Frame -bibliocraft:paintingframeborderless:5, Dark Oak Painting Frame -bibliocraft:paintingframeborderless:6, Framed Painting Frame -bibliocraft:paintingpress, Painting Press -bibliocraft:typewriter:0, White Typewriter -bibliocraft:typewriter:1, Light Gray Typewriter -bibliocraft:typewriter:2, Gray Typewriter -bibliocraft:typewriter:3, Black Typewriter -bibliocraft:typewriter:4, Red Typewriter -bibliocraft:typewriter:5, Orange Typewriter -bibliocraft:typewriter:6, Yellow Typewriter -bibliocraft:typewriter:7, Lime Typewriter -bibliocraft:typewriter:8, Green Typewriter -bibliocraft:typewriter:9, Cyan Typewriter -bibliocraft:typewriter:10, Light Blue Typewriter -bibliocraft:typewriter:11, Blue Typewriter -bibliocraft:typewriter:12, Purple Typewriter -bibliocraft:typewriter:13, Magenta Typewriter -bibliocraft:typewriter:14, Pink Typewriter -bibliocraft:typewriter:15, Brown Typewriter -bibliocraft:swordpedestal:0, Sword Pedestal -bibliocraft:swordpedestal:1, Sword Pedestal -bibliocraft:swordpedestal:2, Sword Pedestal -bibliocraft:swordpedestal:3, Sword Pedestal -bibliocraft:swordpedestal:4, Sword Pedestal -bibliocraft:swordpedestal:5, Sword Pedestal -bibliocraft:swordpedestal:6, Sword Pedestal -bibliocraft:swordpedestal:7, Sword Pedestal -bibliocraft:swordpedestal:8, Sword Pedestal -bibliocraft:swordpedestal:9, Sword Pedestal -bibliocraft:swordpedestal:10, Sword Pedestal -bibliocraft:swordpedestal:11, Sword Pedestal -bibliocraft:swordpedestal:12, Sword Pedestal -bibliocraft:swordpedestal:13, Sword Pedestal -bibliocraft:swordpedestal:14, Sword Pedestal -bibliocraft:swordpedestal:15, Sword Pedestal -bibliocraft:armorstand:0, Oak Armor Stand -bibliocraft:armorstand:1, Spruce Armor Stand -bibliocraft:armorstand:2, Birch Armor Stand -bibliocraft:armorstand:3, Jungle Armor Stand -bibliocraft:armorstand:4, Acacia Armor Stand -bibliocraft:armorstand:5, Dark Oak Armor Stand -bibliocraft:armorstand:6, Framed Armor Stand -bibliocraft:bell, Desk Bell -bibliocraft:typesettingtable, Typesetting Table -bibliocraft:printingpress, Printing Press -bibliocraft:cookiejar, Cookie Jar -bibliocraft:dinnerplate, Dinner Plate -bibliocraft:discrack, Disc Rack -bibliocraft:compass, Compass -bibliocraft:maptool, Drafting Compass -bibliocraft:seatback1:0, Oak Seat Back -bibliocraft:seatback1:1, Spruce Seat Back -bibliocraft:seatback1:2, Birch Seat Back -bibliocraft:seatback1:3, Jungle Seat Back -bibliocraft:seatback1:4, Acacia Seat Back -bibliocraft:seatback1:5, Dark Oak Seat Back -bibliocraft:seatback1:6, Framed Seat Back -bibliocraft:seatback2:0, Oak Seat Back -bibliocraft:seatback2:1, Spruce Seat Back -bibliocraft:seatback2:2, Birch Seat Back -bibliocraft:seatback2:3, Jungle Seat Back -bibliocraft:seatback2:4, Acacia Seat Back -bibliocraft:seatback2:5, Dark Oak Seat Back -bibliocraft:seatback2:6, Framed Seat Back -bibliocraft:seatback3:0, Oak Seat Back -bibliocraft:seatback3:1, Spruce Seat Back -bibliocraft:seatback3:2, Birch Seat Back -bibliocraft:seatback3:3, Jungle Seat Back -bibliocraft:seatback3:4, Acacia Seat Back -bibliocraft:seatback3:5, Dark Oak Seat Back -bibliocraft:seatback3:6, Framed Seat Back -bibliocraft:seatback4:0, Oak Seat Back -bibliocraft:seatback4:1, Spruce Seat Back -bibliocraft:seatback4:2, Birch Seat Back -bibliocraft:seatback4:3, Jungle Seat Back -bibliocraft:seatback4:4, Acacia Seat Back -bibliocraft:seatback4:5, Dark Oak Seat Back -bibliocraft:seatback4:6, Framed Seat Back -bibliocraft:seatback5:0, Oak Seat Back -bibliocraft:seatback5:1, Spruce Seat Back -bibliocraft:seatback5:2, Birch Seat Back -bibliocraft:seatback5:3, Jungle Seat Back -bibliocraft:seatback5:4, Acacia Seat Back -bibliocraft:seatback5:5, Dark Oak Seat Back -bibliocraft:seatback5:6, Framed Seat Back -bibliocraft:stockroomcatalog, Stockroom Catalog -bibliocraft:plumbline, Plumb line -bibliocraft:framingsaw, Framing Saw -bibliocraft:framingboard, Framing Board -bibliocraft:framingsheet, Framing Sheet -bibliocraft:testeritem, ItemStack Name Tester -bibliocraft:atlasbook:0, Atlas -bibliocraft:atlasplate, Atlas Plate -bibliocraft:deathcompass, Eternal Compass -bibliocraft:paintingcanvas, Painting Canvas -bibliocraft:bigbook, Big Writing Book -bibliocraft:recipebook, Empty Recipe Book -bibliocraft:slottedbook, Slotted Book -bibliocraft:handdrill, Hand Drill -bibliocraft:tapemeasure, Tape Measure -bibliocraft:tape, Tape Measure Reel -bibliocraft:bibliochase, Print Press Chase -bibliocraft:printplate, Print Press Plate -bibliocraft:enchantedplate, Enchanted Plate -bibliocraft:biblioredbook, Redstone: Volume I -bibliocraft:biblioglasses:0, Reading Glasses -bibliocraft:biblioglasses:1, Tinted Glasses -bibliocraft:biblioglasses:2, Monocle -bibliocraft:bibliodrill, Screw Gun -bibliocraft:bibliocreativelock, Lock and Key -bibliocraft:biblioclipboard, Clipboard -bloodarsenal:slate, Compressed Slate -bloodarsenal:blood_infused_wooden_log, Blood Infused Wood -bloodarsenal:blood_infused_wooden_stairs, Blood Infused Wooden Stairs -bloodarsenal:blood_infused_wooden_fence, Blood Infused Wooden Fence -bloodarsenal:blood_infused_wooden_fence_gate, Blood Infused Wooden Fence Gate -bloodarsenal:blood_stained_glass, Blood Stained Glass -bloodarsenal:blood_stained_glass_pane, Blood Stained Glass Pane -bloodarsenal:blood_torch, Blood Torch -bloodarsenal:blood_infused_iron_block, Blood Infused Iron Block -bloodarsenal:blood_infused_glowstone, Blood Infused Glowstone -bloodarsenal:glass_shards, Glass Shards -bloodarsenal:block_blood_burned_string, Blood Burned String -bloodarsenal:altare_aenigmatica, Altare Aenigmatica -bloodarsenal:stasis_plate, Stasis Plate -bloodarsenal:blood_capacitor, Blood Capacitor -bloodarsenal:blood_infused_wooden_planks, Blood Infused Wooden Planks -bloodarsenal:blood_infused_wooden_slab:0, Blood Infused Wooden Slab -bloodarsenal:blood_diamond:0, Blood Diamond -bloodarsenal:blood_diamond:1, Inert Blood Diamond -bloodarsenal:blood_diamond:2, Blood Infused Diamond -bloodarsenal:blood_diamond:3, Bound Diamond -bloodarsenal:base_item:0, Glass Shard -bloodarsenal:base_item:1, Blood Infused Stick -bloodarsenal:base_item:2, Blood Infused Glowstone Dust -bloodarsenal:base_item:3, Inert Blood-Iron Ingot -bloodarsenal:base_item:4, Blood Infused Iron Ingot -bloodarsenal:base_item:5, Stasis Plate -bloodarsenal:base_item:6, Swimming Reagent -bloodarsenal:base_item:7, Ender Reagent -bloodarsenal:base_item:8, Lightning Reagent -bloodarsenal:base_item:9, Divinity Reagent -bloodarsenal:blood_burned_string, Blood Burned String -bloodarsenal:blood_orange, Blood Orange -bloodarsenal:blood_infused_wooden_pickaxe, Blood Infused Wooden Pickaxe -bloodarsenal:blood_infused_wooden_axe, Blood Infused Wooden Axe -bloodarsenal:blood_infused_wooden_shovel, Blood Infused Wooden Shovel -bloodarsenal:blood_infused_wooden_sickle, Blood Infused Wooden Sickle -bloodarsenal:blood_infused_wooden_sword, Blood Infused Wooden Sword -bloodarsenal:blood_infused_iron_pickaxe, Blood Infused Iron Pickaxe -bloodarsenal:blood_infused_iron_axe, Blood Infused Iron Axe -bloodarsenal:blood_infused_iron_shovel, Blood Infused Iron Shovel -bloodarsenal:blood_infused_iron_sickle, Blood Infused Iron Sickle -bloodarsenal:blood_infused_iron_sword, Blood Infused Iron Sword -bloodarsenal:glass_sacrificial_dagger, Glass Sacrificial Dagger -bloodarsenal:glass_dagger_of_sacrifice, Glass Dagger of Sacrifice -bloodarsenal:gem:0, Gem of Self Sacrifice -bloodarsenal:gem:1, Gem of Sacrifice -bloodarsenal:gem:2, Gem of Tartaric Will -bloodarsenal:sigil_swimming, Sigil of Swimming -bloodarsenal:sigil_ender, Ender Sigil -bloodarsenal:sigil_augmented_holding, Sigil of Augmented Holding -bloodarsenal:sigil_lightning, Lightning Sigil -bloodarsenal:sigil_divinity, Sigil of Divinity -bloodarsenal:sigil_sentience, Sigil of Sentience -bloodarsenal:bound_stick, Bound Stick -bloodarsenal:bound_sickle, Bound Sickle -bloodarsenal:bound_igniter, Bound Igniter -bloodarsenal:bound_shears, Bound Shears -bloodarsenal:stasis_axe, Stasis Axe -bloodarsenal:stasis_pickaxe, Stasis Pickaxe -bloodarsenal:stasis_shovel, Stasis Shovel -bloodarsenal:stasis_sword, Stasis Blade -bloodarsenal:modifier_tome, Modifier Tome -bloodarsenal:warp_blade, Warp Blade -bloodarsenal:sacrifice_amulet:0, Amulet of Sacrifice -bloodarsenal:self_sacrifice_amulet:0, Amulet of Self Sacrifice -bloodarsenal:vampire_ring, Vampire Ring -bloodarsenal:soul_pendant:0, Petty Soul Pendant -bloodarsenal:soul_pendant:1, Lesser Soul Pendant -bloodarsenal:soul_pendant:2, Common Soul Pendant -bloodarsenal:soul_pendant:3, Greater Soul Pendant -bloodarsenal:soul_pendant:4, Grand Soul Pendant -bloodarsenal:soul_pendant:0, Petty Soul Pendant -bloodarsenal:soul_pendant:1, Lesser Soul Pendant -bloodarsenal:soul_pendant:2, Common Soul Pendant -bloodarsenal:soul_pendant:3, Greater Soul Pendant -bloodarsenal:soul_pendant:4, Grand Soul Pendant -bloodarsenal:soul_pendant:0, Petty Soul Pendant -bloodarsenal:soul_pendant:1, Lesser Soul Pendant -bloodarsenal:soul_pendant:2, Common Soul Pendant -bloodarsenal:soul_pendant:3, Greater Soul Pendant -bloodarsenal:soul_pendant:4, Grand Soul Pendant -bloodarsenal:soul_pendant:0, Petty Soul Pendant -bloodarsenal:soul_pendant:1, Lesser Soul Pendant -bloodarsenal:soul_pendant:2, Common Soul Pendant -bloodarsenal:soul_pendant:3, Greater Soul Pendant -bloodarsenal:soul_pendant:4, Grand Soul Pendant -bloodarsenal:soul_pendant:0, Petty Soul Pendant -bloodarsenal:soul_pendant:1, Lesser Soul Pendant -bloodarsenal:soul_pendant:2, Common Soul Pendant -bloodarsenal:soul_pendant:3, Greater Soul Pendant -bloodarsenal:soul_pendant:4, Grand Soul Pendant -bloodarsenal:soul_pendant:0, Petty Soul Pendant -bloodarsenal:soul_pendant:1, Lesser Soul Pendant -bloodarsenal:soul_pendant:2, Common Soul Pendant -bloodarsenal:soul_pendant:3, Greater Soul Pendant -bloodarsenal:soul_pendant:4, Grand Soul Pendant -buildinggadgets:buildingtool, Building Gadget -buildinggadgets:exchangertool, Exchanging Gadget -buildinggadgets:copypastetool, Copy-Paste Gadget -buildinggadgets:templatemanager, Template Manager -buildinggadgets:template, Template -buildinggadgets:destructiontool, Destruction Gadget -buildinggadgets:constructionblock_dense, Dense Construction Block -buildinggadgets:constructionblock, Construction Block -buildinggadgets:constructionblockpowder, Construction Block Powder -buildinggadgets:constructionpaste, Construction Paste -buildinggadgets:construction_chunk_dense, Dense Construction Chunk -buildinggadgets:constructionpastecontainer, Paste Container -buildinggadgets:constructionpastecontainert2, Paste Container T2 -buildinggadgets:constructionpastecontainert3, Paste Container T3 -buildinggadgets:constructionpastecontainercreative, Creative Paste Container -computercraft:computer:0, Computer -computercraft:computer:16384, Advanced Computer -computercraft:command_computer:0, Command Computer -computercraft:pocket_computer:0, Pocket Computer -computercraft:pocket_computer:0, Wireless Pocket Computer -computercraft:pocket_computer:0, Ender Pocket Computer -computercraft:pocket_computer:0, Noisy Pocket Computer -computercraft:pocket_computer:1, Advanced Pocket Computer -computercraft:pocket_computer:1, Advanced Wireless Pocket Computer -computercraft:pocket_computer:1, Advanced Ender Pocket Computer -computercraft:pocket_computer:1, Advanced Noisy Pocket Computer -computercraft:turtle_expanded:0, Turtle -computercraft:turtle_expanded:0, Mining Turtle -computercraft:turtle_expanded:0, Felling Turtle -computercraft:turtle_expanded:0, Melee Turtle -computercraft:turtle_expanded:0, Digging Turtle -computercraft:turtle_expanded:0, Farming Turtle -computercraft:turtle_expanded:0, Crafty Turtle -computercraft:turtle_expanded:0, Wireless Turtle -computercraft:turtle_expanded:0, Ender Turtle -computercraft:turtle_expanded:0, Noisy Turtle -computercraft:turtle_advanced:0, Advanced Turtle -computercraft:turtle_advanced:0, Advanced Mining Turtle -computercraft:turtle_advanced:0, Advanced Felling Turtle -computercraft:turtle_advanced:0, Advanced Melee Turtle -computercraft:turtle_advanced:0, Advanced Digging Turtle -computercraft:turtle_advanced:0, Advanced Farming Turtle -computercraft:turtle_advanced:0, Advanced Crafty Turtle -computercraft:turtle_advanced:0, Advanced Wireless Turtle -computercraft:turtle_advanced:0, Advanced Ender Turtle -computercraft:turtle_advanced:0, Advanced Noisy Turtle -computercraft:printout:0, Printed Page -computercraft:printout:1, Printed Pages -computercraft:printout:2, Printed Book -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:disk_expanded:0, Floppy Disk -computercraft:peripheral:0, Disk Drive -computercraft:peripheral:3, Printer -computercraft:peripheral:2, Monitor -computercraft:peripheral:4, Advanced Monitor -computercraft:peripheral:1, Wireless Modem -computercraft:peripheral:5, Speaker -computercraft:advanced_modem, Ender Modem -computercraft:cable:1, Wired Modem -computercraft:cable:0, Networking Cable -computercraft:wired_modem_full, tile.computercraft:wired_modem_full.name -champions:champion_egg, Spawn Champion -chickens:colored_egg:4, Lapis Blue Chicken Egg -chickens:colored_egg:6, Cyan Chicken Egg -chickens:colored_egg:3, Cocoa Brown Chicken Egg -chickens:colored_egg:2, Cactus Green Chicken Egg -chickens:colored_egg:7, Light Gray Chicken Egg -chickens:colored_egg:12, Light Blue Chicken Egg -chickens:colored_egg:9, Pink Chicken Egg -chickens:colored_egg:14, Orange Chicken Egg -chickens:colored_egg:15, Bone White Chicken Egg -chickens:colored_egg:0, Ink Black Chicken Egg -chickens:colored_egg:11, Yellow Chicken Egg -chickens:colored_egg:8, Gray Chicken Egg -chickens:colored_egg:13, Magenta Chicken Egg -chickens:colored_egg:10, Lime Chicken Egg -chickens:colored_egg:5, Purple Chicken Egg -chickens:colored_egg:1, Red Chicken Egg -chickens:spawn_egg:0, Realmite Chicken -chickens:spawn_egg:0, Lapis Blue Chicken -chickens:spawn_egg:0, Heraldry Chicken -chickens:spawn_egg:0, Bloodstone Chicken -chickens:spawn_egg:0, Footbone Fragment Chicken -chickens:spawn_egg:0, Infinity Chicken -chickens:spawn_egg:0, Ornamyte Chicken -chickens:spawn_egg:0, Lunastone Chicken -chickens:spawn_egg:0, Soul Sand Chicken -chickens:spawn_egg:0, Ascended Jade Chicken -chickens:spawn_egg:0, Ghast Tear Chicken -chickens:spawn_egg:0, Unidentified Chicken -chickens:spawn_egg:0, Flint Chicken -chickens:spawn_egg:0, Cyan Chicken -chickens:spawn_egg:0, Lava Chicken -chickens:spawn_egg:0, Osmium Chicken -chickens:spawn_egg:0, Clay Chicken -chickens:spawn_egg:0, Strontium Chicken -chickens:spawn_egg:0, Magma Cream Chicken -chickens:spawn_egg:0, Vityte Chicken -chickens:spawn_egg:0, Cocoa Brown Chicken -chickens:spawn_egg:0, Netherite Chicken -chickens:spawn_egg:0, Gold Chicken -chickens:spawn_egg:0, Gemenyte Chicken -chickens:spawn_egg:0, Gunpowder Chicken -chickens:spawn_egg:0, Mithrillium Chicken -chickens:spawn_egg:0, Yellow Gemstone Chicken -chickens:spawn_egg:0, Rupee Chicken -chickens:spawn_egg:0, Rubidium Chicken -chickens:spawn_egg:0, Log Chicken -chickens:spawn_egg:0, Prismarine Crystal Chicken -chickens:spawn_egg:0, Cactus Green Chicken -chickens:spawn_egg:0, Chaos Chicken -chickens:spawn_egg:0, Light Gray Chicken -chickens:spawn_egg:0, Skullbone Fragment Chicken -chickens:spawn_egg:0, Jewelyte Chicken -chickens:spawn_egg:0, Light Blue Chicken -chickens:spawn_egg:0, Crystallite Chicken -chickens:spawn_egg:0, Diamond Chicken -chickens:spawn_egg:0, Caesium Chicken -chickens:spawn_egg:0, Ascended Amethyst Chicken -chickens:spawn_egg:0, Ender Pearl Chicken -chickens:spawn_egg:0, Arlemite Chicken -chickens:spawn_egg:0, Glitch Chicken -chickens:spawn_egg:0, Pink Chicken -chickens:spawn_egg:0, Smart Chicken -chickens:spawn_egg:0, Rosite Chicken -chickens:spawn_egg:0, Orange Chicken -chickens:spawn_egg:0, Slime Chicken -chickens:spawn_egg:0, Palladium Chicken -chickens:spawn_egg:0, Polonium Chicken -chickens:spawn_egg:0, Elecanium Chicken -chickens:spawn_egg:0, Baronyte Chicken -chickens:spawn_egg:0, Ascended Sapphire Chicken -chickens:spawn_egg:0, Lyon Chicken -chickens:spawn_egg:0, Red Gemstone Chicken -chickens:spawn_egg:0, Chalcedony Chicken -chickens:spawn_egg:0, Bone White Chicken -chickens:spawn_egg:0, Water Chicken -chickens:spawn_egg:0, Limonite Chicken -chickens:spawn_egg:0, Arcane Amber Chicken -chickens:spawn_egg:0, Charged Runium Chicken -chickens:spawn_egg:0, Purple Gemstone Chicken -chickens:spawn_egg:0, Ink Black Chicken -chickens:spawn_egg:0, Iron Chicken -chickens:spawn_egg:0, Blaze Rod Chicken -chickens:spawn_egg:0, Candyte Chicken -chickens:spawn_egg:0, Snowball Chicken -chickens:spawn_egg:0, Yellow Chicken -chickens:spawn_egg:0, Blue Gemstone Chicken -chickens:spawn_egg:0, Lovely Chicken -chickens:spawn_egg:0, Nether Quartz Chicken -chickens:spawn_egg:0, Rhenium Chicken -chickens:spawn_egg:0, White Gemstone Chicken -chickens:spawn_egg:0, Hassium Chicken -chickens:spawn_egg:0, Ghastly Chicken -chickens:spawn_egg:0, Glass Chicken -chickens:spawn_egg:0, Obsidian Chicken -chickens:spawn_egg:0, Mystite Chicken -chickens:spawn_egg:0, Green Gemstone Chicken -chickens:spawn_egg:0, Blazium Chicken -chickens:spawn_egg:0, Brightsteel Chicken -chickens:spawn_egg:0, Glowstone Chicken -chickens:spawn_egg:0, Focusing Chicken -chickens:spawn_egg:0, Coal Chicken -chickens:spawn_egg:0, Legbone Fragment Chicken -chickens:spawn_egg:0, Ogerite Chicken -chickens:spawn_egg:0, Gray Chicken -chickens:spawn_egg:0, Runium Chicken -chickens:spawn_egg:0, Chestbone Fragment Chicken -chickens:spawn_egg:0, Fluctuatite Chicken -chickens:spawn_egg:0, Emerald Chicken -chickens:spawn_egg:0, String Chicken -chickens:spawn_egg:0, Magenta Chicken -chickens:spawn_egg:0, Lime Chicken -chickens:spawn_egg:0, Prismarine Shard Chicken -chickens:spawn_egg:0, Energy Chicken -chickens:spawn_egg:0, Purple Chicken -chickens:spawn_egg:0, Sand Chicken -chickens:spawn_egg:0, Redstone Chicken -chickens:spawn_egg:0, Red Chicken -chickens:spawn_egg:0, Leather Chicken -chickens:spawn_egg:0, Emberstone Chicken -chickens:spawn_egg:0, Nether Wart Chicken -chickens:spawn_egg:0, Pure Chicken -chickens:spawn_egg:0, Varsium Chicken -chickens:spawn_egg:0, Bloodgem Chicken -chickens:spawn_egg:0, Cold Iron Chicken -chickens:spawn_egg:0, Ghoulish Chicken -chickens:spawn_egg:0, Flesh Abomination Chicken -chickens:liquid_egg:0, Water Egg -chickens:liquid_egg:1, Lava Egg -chickens:analyzer, Chicken Analyzer -chickens:henhouse, Henhouse -chickens:henhouse_acacia, Acacia Henhouse -chickens:henhouse_birch, Birch Henhouse -chickens:henhouse_dark_oak, Dark Oak Henhouse -chickens:henhouse_jungle, Jungle Henhouse -chickens:henhouse_spruce, Spruce Henhouse -compactmachines3:tunnel, Tunnel -compactmachines3:redstonetunnel, Redstone Tunnel -compactmachines3:wall, Solid Compact Machine Wall -compactmachines3:wallbreakable, Compact Machine Wall -compactmachines3:machine:0, Tiny Compact Machine -compactmachines3:machine:1, Small Compact Machine -compactmachines3:machine:2, Normal Compact Machine -compactmachines3:machine:3, Large Compact Machine -compactmachines3:machine:4, Giant Compact Machine -compactmachines3:machine:5, Maximum Compact Machine -compactmachines3:fieldprojector, Miniaturization Field Projector -compactmachines3:psd, Personal Shrinking Device -compactmachines3:tunneltool, Tunnel -compactmachines3:redstonetunneltool, Redstone Tunnel -conarm:helmet_core:0, Wooden Helmet Core -conarm:helmet_core:0, Stone Helmet Core -conarm:helmet_core:0, Flint Helmet Core -conarm:helmet_core:0, Cactus Helmet Core -conarm:helmet_core:0, Bone Helmet Core -conarm:helmet_core:0, Obsidian Helmet Core -conarm:helmet_core:0, Prismarine Helmet Core -conarm:helmet_core:0, End Helmet Core -conarm:helmet_core:0, Paper Helmet Core -conarm:helmet_core:0, Sponge Helmet Core -conarm:helmet_core:0, Firewood Helmet Core -conarm:helmet_core:0, Iron Helmet Core -conarm:helmet_core:0, Pig Iron Helmet Core -conarm:helmet_core:0, Knightslime Helmet Core -conarm:helmet_core:0, Slime Helmet Core -conarm:helmet_core:0, Slime Helmet Core -conarm:helmet_core:0, Magma Slime Helmet Core -conarm:helmet_core:0, Netherrack Helmet Core -conarm:helmet_core:0, Cobalt Helmet Core -conarm:helmet_core:0, Ardite Helmet Core -conarm:helmet_core:0, Manyullyn Helmet Core -conarm:helmet_core:0, Copper Helmet Core -conarm:helmet_core:0, Bronze Helmet Core -conarm:helmet_core:0, Lead Helmet Core -conarm:helmet_core:0, Silver Helmet Core -conarm:helmet_core:0, Electrum Helmet Core -conarm:helmet_core:0, Steel Helmet Core -conarm:helmet_core:0, Boron Helmet Core -conarm:helmet_core:0, Tough Alloy Helmet Core -conarm:helmet_core:0, Hard Carbon Helmet Core -conarm:helmet_core:0, Boron Nitride Helmet Core -conarm:helmet_core:0, Thorium Helmet Core -conarm:helmet_core:0, Uranium Helmet Core -conarm:helmet_core:0, Magnesium Helmet Core -conarm:helmet_core:0, Chocolate Helmet Core -conarm:helmet_core:0, Alumite Helmet Core -conarm:helmet_core:0, Emerald Helmet Core -conarm:armor_trim:0, Wooden Armor Trim -conarm:armor_trim:0, Stone Armor Trim -conarm:armor_trim:0, Flint Armor Trim -conarm:armor_trim:0, Cactus Armor Trim -conarm:armor_trim:0, Bone Armor Trim -conarm:armor_trim:0, Obsidian Armor Trim -conarm:armor_trim:0, Prismarine Armor Trim -conarm:armor_trim:0, End Armor Trim -conarm:armor_trim:0, Paper Armor Trim -conarm:armor_trim:0, Sponge Armor Trim -conarm:armor_trim:0, Firewood Armor Trim -conarm:armor_trim:0, Iron Armor Trim -conarm:armor_trim:0, Pig Iron Armor Trim -conarm:armor_trim:0, Knightslime Armor Trim -conarm:armor_trim:0, Slime Armor Trim -conarm:armor_trim:0, Slime Armor Trim -conarm:armor_trim:0, Magma Slime Armor Trim -conarm:armor_trim:0, Netherrack Armor Trim -conarm:armor_trim:0, Cobalt Armor Trim -conarm:armor_trim:0, Ardite Armor Trim -conarm:armor_trim:0, Manyullyn Armor Trim -conarm:armor_trim:0, Copper Armor Trim -conarm:armor_trim:0, Bronze Armor Trim -conarm:armor_trim:0, Lead Armor Trim -conarm:armor_trim:0, Silver Armor Trim -conarm:armor_trim:0, Electrum Armor Trim -conarm:armor_trim:0, Steel Armor Trim -conarm:armor_trim:0, Boron Armor Trim -conarm:armor_trim:0, Tough Alloy Armor Trim -conarm:armor_trim:0, Hard Carbon Armor Trim -conarm:armor_trim:0, Boron Nitride Armor Trim -conarm:armor_trim:0, Thorium Armor Trim -conarm:armor_trim:0, Uranium Armor Trim -conarm:armor_trim:0, Magnesium Armor Trim -conarm:armor_trim:0, Chocolate Armor Trim -conarm:armor_trim:0, Alumite Armor Trim -conarm:armor_trim:0, Emerald Armor Trim -conarm:armor_plate:0, Wooden Armor Plates -conarm:armor_plate:0, Stone Armor Plates -conarm:armor_plate:0, Flint Armor Plates -conarm:armor_plate:0, Cactus Armor Plates -conarm:armor_plate:0, Bone Armor Plates -conarm:armor_plate:0, Obsidian Armor Plates -conarm:armor_plate:0, Prismarine Armor Plates -conarm:armor_plate:0, End Armor Plates -conarm:armor_plate:0, Paper Armor Plates -conarm:armor_plate:0, Sponge Armor Plates -conarm:armor_plate:0, Firewood Armor Plates -conarm:armor_plate:0, Iron Armor Plates -conarm:armor_plate:0, Pig Iron Armor Plates -conarm:armor_plate:0, Knightslime Armor Plates -conarm:armor_plate:0, Slime Armor Plates -conarm:armor_plate:0, Slime Armor Plates -conarm:armor_plate:0, Magma Slime Armor Plates -conarm:armor_plate:0, Netherrack Armor Plates -conarm:armor_plate:0, Cobalt Armor Plates -conarm:armor_plate:0, Ardite Armor Plates -conarm:armor_plate:0, Manyullyn Armor Plates -conarm:armor_plate:0, Copper Armor Plates -conarm:armor_plate:0, Bronze Armor Plates -conarm:armor_plate:0, Lead Armor Plates -conarm:armor_plate:0, Silver Armor Plates -conarm:armor_plate:0, Electrum Armor Plates -conarm:armor_plate:0, Steel Armor Plates -conarm:armor_plate:0, Boron Armor Plates -conarm:armor_plate:0, Tough Alloy Armor Plates -conarm:armor_plate:0, Hard Carbon Armor Plates -conarm:armor_plate:0, Boron Nitride Armor Plates -conarm:armor_plate:0, Thorium Armor Plates -conarm:armor_plate:0, Uranium Armor Plates -conarm:armor_plate:0, Magnesium Armor Plates -conarm:armor_plate:0, Chocolate Armor Plates -conarm:armor_plate:0, Alumite Armor Plates -conarm:armor_plate:0, Emerald Armor Plates -conarm:chest_core:0, Wooden Chestplate Core -conarm:chest_core:0, Stone Chestplate Core -conarm:chest_core:0, Flint Chestplate Core -conarm:chest_core:0, Cactus Chestplate Core -conarm:chest_core:0, Bone Chestplate Core -conarm:chest_core:0, Obsidian Chestplate Core -conarm:chest_core:0, Prismarine Chestplate Core -conarm:chest_core:0, End Chestplate Core -conarm:chest_core:0, Paper Chestplate Core -conarm:chest_core:0, Sponge Chestplate Core -conarm:chest_core:0, Firewood Chestplate Core -conarm:chest_core:0, Iron Chestplate Core -conarm:chest_core:0, Pig Iron Chestplate Core -conarm:chest_core:0, Knightslime Chestplate Core -conarm:chest_core:0, Slime Chestplate Core -conarm:chest_core:0, Slime Chestplate Core -conarm:chest_core:0, Magma Slime Chestplate Core -conarm:chest_core:0, Netherrack Chestplate Core -conarm:chest_core:0, Cobalt Chestplate Core -conarm:chest_core:0, Ardite Chestplate Core -conarm:chest_core:0, Manyullyn Chestplate Core -conarm:chest_core:0, Copper Chestplate Core -conarm:chest_core:0, Bronze Chestplate Core -conarm:chest_core:0, Lead Chestplate Core -conarm:chest_core:0, Silver Chestplate Core -conarm:chest_core:0, Electrum Chestplate Core -conarm:chest_core:0, Steel Chestplate Core -conarm:chest_core:0, Boron Chestplate Core -conarm:chest_core:0, Tough Alloy Chestplate Core -conarm:chest_core:0, Hard Carbon Chestplate Core -conarm:chest_core:0, Boron Nitride Chestplate Core -conarm:chest_core:0, Thorium Chestplate Core -conarm:chest_core:0, Uranium Chestplate Core -conarm:chest_core:0, Magnesium Chestplate Core -conarm:chest_core:0, Chocolate Chestplate Core -conarm:chest_core:0, Alumite Chestplate Core -conarm:chest_core:0, Emerald Chestplate Core -conarm:leggings_core:0, Wooden Leggings Core -conarm:leggings_core:0, Stone Leggings Core -conarm:leggings_core:0, Flint Leggings Core -conarm:leggings_core:0, Cactus Leggings Core -conarm:leggings_core:0, Bone Leggings Core -conarm:leggings_core:0, Obsidian Leggings Core -conarm:leggings_core:0, Prismarine Leggings Core -conarm:leggings_core:0, End Leggings Core -conarm:leggings_core:0, Paper Leggings Core -conarm:leggings_core:0, Sponge Leggings Core -conarm:leggings_core:0, Firewood Leggings Core -conarm:leggings_core:0, Iron Leggings Core -conarm:leggings_core:0, Pig Iron Leggings Core -conarm:leggings_core:0, Knightslime Leggings Core -conarm:leggings_core:0, Slime Leggings Core -conarm:leggings_core:0, Slime Leggings Core -conarm:leggings_core:0, Magma Slime Leggings Core -conarm:leggings_core:0, Netherrack Leggings Core -conarm:leggings_core:0, Cobalt Leggings Core -conarm:leggings_core:0, Ardite Leggings Core -conarm:leggings_core:0, Manyullyn Leggings Core -conarm:leggings_core:0, Copper Leggings Core -conarm:leggings_core:0, Bronze Leggings Core -conarm:leggings_core:0, Lead Leggings Core -conarm:leggings_core:0, Silver Leggings Core -conarm:leggings_core:0, Electrum Leggings Core -conarm:leggings_core:0, Steel Leggings Core -conarm:leggings_core:0, Boron Leggings Core -conarm:leggings_core:0, Tough Alloy Leggings Core -conarm:leggings_core:0, Hard Carbon Leggings Core -conarm:leggings_core:0, Boron Nitride Leggings Core -conarm:leggings_core:0, Thorium Leggings Core -conarm:leggings_core:0, Uranium Leggings Core -conarm:leggings_core:0, Magnesium Leggings Core -conarm:leggings_core:0, Chocolate Leggings Core -conarm:leggings_core:0, Alumite Leggings Core -conarm:leggings_core:0, Emerald Leggings Core -conarm:boots_core:0, Wooden Boots Core -conarm:boots_core:0, Stone Boots Core -conarm:boots_core:0, Flint Boots Core -conarm:boots_core:0, Cactus Boots Core -conarm:boots_core:0, Bone Boots Core -conarm:boots_core:0, Obsidian Boots Core -conarm:boots_core:0, Prismarine Boots Core -conarm:boots_core:0, End Boots Core -conarm:boots_core:0, Paper Boots Core -conarm:boots_core:0, Sponge Boots Core -conarm:boots_core:0, Firewood Boots Core -conarm:boots_core:0, Iron Boots Core -conarm:boots_core:0, Pig Iron Boots Core -conarm:boots_core:0, Knightslime Boots Core -conarm:boots_core:0, Slime Boots Core -conarm:boots_core:0, Slime Boots Core -conarm:boots_core:0, Magma Slime Boots Core -conarm:boots_core:0, Netherrack Boots Core -conarm:boots_core:0, Cobalt Boots Core -conarm:boots_core:0, Ardite Boots Core -conarm:boots_core:0, Manyullyn Boots Core -conarm:boots_core:0, Copper Boots Core -conarm:boots_core:0, Bronze Boots Core -conarm:boots_core:0, Lead Boots Core -conarm:boots_core:0, Silver Boots Core -conarm:boots_core:0, Electrum Boots Core -conarm:boots_core:0, Steel Boots Core -conarm:boots_core:0, Boron Boots Core -conarm:boots_core:0, Tough Alloy Boots Core -conarm:boots_core:0, Hard Carbon Boots Core -conarm:boots_core:0, Boron Nitride Boots Core -conarm:boots_core:0, Thorium Boots Core -conarm:boots_core:0, Uranium Boots Core -conarm:boots_core:0, Magnesium Boots Core -conarm:boots_core:0, Chocolate Boots Core -conarm:boots_core:0, Alumite Boots Core -conarm:boots_core:0, Emerald Boots Core -conarm:helmet, Helmet -conarm:chestplate, Chestplate -conarm:leggings, Leggings -conarm:boots, Boots -conarm:book, Materials and You - Armory Addendum -conarm:invisible_ink, Invisible Ink -conarm:resist_mat, Resistance -conarm:resist_mat_fire, Fire Resistance -conarm:resist_mat_proj, Projectile Resistance -conarm:resist_mat_blast, Blast Resistance -conarm:gauntlet_mat, Gauntlet (Base) -conarm:gauntlet_mat_speed, Gauntlet of Dexterity -conarm:gauntlet_mat_attack, Gauntlet of Power -conarm:gauntlet_mat_reach, Gauntlet of Far Reach -conarm:frosty_soles, Frosty Soles -conarm:travel_belt_base, Traveller's Belt (Base) -conarm:travel_belt, Traveller's Belt (Storage) -conarm:travel_potion, Traveller's Belt (Alchemy) -conarm:travel_sack, Traveller's Knapsack -conarm:travel_goggles_base, Traveller's Goggles (Base) -conarm:travel_goggles, Traveller's Goggles (Zoom) -conarm:travel_night, Traveller's Goggles (Night Vision) -conarm:travel_cloak, Traveller's Cloak (Base) -conarm:travel_sneak, Traveller's Cloak (Invisibility) -conarm:travel_slowfall, Traveller's Cloak (Slow Fall) -conarm:travel_soul, Traveller's Goggles (Soul Sight) -conarm:polishing_kit:0, Wooden Polishing Kit -conarm:polishing_kit:0, Stone Polishing Kit -conarm:polishing_kit:0, Flint Polishing Kit -conarm:polishing_kit:0, Cactus Polishing Kit -conarm:polishing_kit:0, Bone Polishing Kit -conarm:polishing_kit:0, Obsidian Polishing Kit -conarm:polishing_kit:0, Prismarine Polishing Kit -conarm:polishing_kit:0, End Polishing Kit -conarm:polishing_kit:0, Paper Polishing Kit -conarm:polishing_kit:0, Sponge Polishing Kit -conarm:polishing_kit:0, Firewood Polishing Kit -conarm:polishing_kit:0, Iron Polishing Kit -conarm:polishing_kit:0, Pig Iron Polishing Kit -conarm:polishing_kit:0, Knightslime Polishing Kit -conarm:polishing_kit:0, Slime Polishing Kit -conarm:polishing_kit:0, Slime Polishing Kit -conarm:polishing_kit:0, Magma Slime Polishing Kit -conarm:polishing_kit:0, Netherrack Polishing Kit -conarm:polishing_kit:0, Cobalt Polishing Kit -conarm:polishing_kit:0, Ardite Polishing Kit -conarm:polishing_kit:0, Manyullyn Polishing Kit -conarm:polishing_kit:0, Copper Polishing Kit -conarm:polishing_kit:0, Bronze Polishing Kit -conarm:polishing_kit:0, Lead Polishing Kit -conarm:polishing_kit:0, Silver Polishing Kit -conarm:polishing_kit:0, Electrum Polishing Kit -conarm:polishing_kit:0, Steel Polishing Kit -conarm:polishing_kit:0, Boron Polishing Kit -conarm:polishing_kit:0, Tough Alloy Polishing Kit -conarm:polishing_kit:0, Hard Carbon Polishing Kit -conarm:polishing_kit:0, Boron Nitride Polishing Kit -conarm:polishing_kit:0, Thorium Polishing Kit -conarm:polishing_kit:0, Uranium Polishing Kit -conarm:polishing_kit:0, Magnesium Polishing Kit -conarm:polishing_kit:0, Chocolate Polishing Kit -conarm:polishing_kit:0, Alumite Polishing Kit -conarm:polishing_kit:0, Emerald Polishing Kit -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorforge:0, Armor Forge -conarm:armorstation:0, Armor Station -crimsonwarfare:boss_activator, Ancient Altar -projecte:alchemical_chest, Alchemical Chest -projecte:collector_mk1, Energy Collector MK1 -projecte:collector_mk2, Energy Collector MK2 -projecte:collector_mk3, Energy Collector MK3 -projecte:condenser_mk1, Energy Condenser -projecte:condenser_mk2, Energy Condenser MK2 -projecte:dm_furnace, Dark Matter Furnace -projecte:dm_pedestal, Dark Matter Pedestal -projecte:fuel_block:0, Alchemical Coal Block -projecte:fuel_block:1, Mobius Fuel Block -projecte:fuel_block:2, Aeternalis Fuel Block -projecte:interdiction_torch, Interdiction Torch -projecte:matter_block:0, Dark Matter Block -projecte:matter_block:1, Red Matter Block -projecte:nova_catalyst, Nova Catalyst -projecte:nova_cataclysm, Nova Cataclysm -projecte:relay_mk1, Anti-Matter Relay MK1 -projecte:relay_mk2, Anti-Matter Relay MK2 -projecte:relay_mk3, Anti-Matter Relay MK3 -projecte:rm_furnace, Red Matter Furnace -projecte:transmutation_table, Transmutation Table -projecte:item.pe_philosophers_stone, Philosopher's Stone -projecte:item.pe_alchemical_bag:0, Alchemical Bag (White) -projecte:item.pe_alchemical_bag:1, Alchemical Bag (Orange) -projecte:item.pe_alchemical_bag:2, Alchemical Bag (Magenta) -projecte:item.pe_alchemical_bag:3, Alchemical Bag (Light Blue) -projecte:item.pe_alchemical_bag:4, Alchemical Bag (Yellow) -projecte:item.pe_alchemical_bag:5, Alchemical Bag (Lime) -projecte:item.pe_alchemical_bag:6, Alchemical Bag (Pink) -projecte:item.pe_alchemical_bag:7, Alchemical Bag (Gray) -projecte:item.pe_alchemical_bag:8, Alchemical Bag (Light Gray) -projecte:item.pe_alchemical_bag:9, Alchemical Bag (Cyan) -projecte:item.pe_alchemical_bag:10, Alchemical Bag (Purple) -projecte:item.pe_alchemical_bag:11, Alchemical Bag (Blue) -projecte:item.pe_alchemical_bag:12, Alchemical Bag (Brown) -projecte:item.pe_alchemical_bag:13, Alchemical Bag (Green) -projecte:item.pe_alchemical_bag:14, Alchemical Bag (Red) -projecte:item.pe_alchemical_bag:15, Alchemical Bag (Black) -projecte:item.pe_repair_talisman, Repair Talisman -projecte:item.pe_klein_star:0, Klein Star Ein -projecte:item.pe_klein_star:1, Klein Star Zwei -projecte:item.pe_klein_star:2, Klein Star Drei -projecte:item.pe_klein_star:3, Klein Star Vier -projecte:item.pe_klein_star:4, Klein Star Sphere -projecte:item.pe_klein_star:5, Klein Star Omega -projecte:item.pe_fuel:0, Alchemical Coal -projecte:item.pe_fuel:1, Mobius Fuel -projecte:item.pe_fuel:2, Aeternalis Fuel -projecte:item.pe_covalence_dust:0, Low Covalence Dust -projecte:item.pe_covalence_dust:1, Medium Covalence Dust -projecte:item.pe_covalence_dust:2, High Covalence Dust -projecte:item.pe_matter:0, Dark Matter -projecte:item.pe_matter:1, Red Matter -projecte:item.pe_dm_pick, Dark Matter Pickaxe -projecte:item.pe_dm_axe, Dark Matter Axe -projecte:item.pe_dm_shovel, Dark Matter Shovel -projecte:item.pe_dm_sword, Dark Matter Sword -projecte:item.pe_dm_hoe, Dark Matter Hoe -projecte:item.pe_dm_shears, Dark Matter Shears -projecte:item.pe_dm_hammer, Dark Matter Hammer -projecte:item.pe_rm_pick, Red Matter Pickaxe -projecte:item.pe_rm_axe, Red Matter Axe -projecte:item.pe_rm_shovel, Red Matter Shovel -projecte:item.pe_rm_sword, Red Matter Sword -projecte:item.pe_rm_hoe, Red Matter Hoe -projecte:item.pe_rm_shears, Red Matter Shears -projecte:item.pe_rm_hammer, Red Matter Hammer -projecte:item.pe_rm_katar, Red Katar -projecte:item.pe_rm_morning_star, Red Morningstar -projecte:item.pe_dm_armor_3, Dark Matter Helmet -projecte:item.pe_dm_armor_2, Dark Matter Chestplate -projecte:item.pe_dm_armor_1, Dark Matter Leggings -projecte:item.pe_dm_armor_0, Dark Matter Boots -projecte:item.pe_rm_armor_3, Red Matter Helmet -projecte:item.pe_rm_armor_2, Red Matter Chestplate -projecte:item.pe_rm_armor_1, Red Matter Leggings -projecte:item.pe_rm_armor_0, Red Matter Boots -projecte:item.pe_gem_armor_3, Gem Helmet -projecte:item.pe_gem_armor_2, Gem Chestplate -projecte:item.pe_gem_armor_1, Gem Leggings -projecte:item.pe_gem_armor_0, Gem Boots -projecte:item.pe_ring_iron_band, Iron Band -projecte:item.pe_black_hole, Black Hole Band -projecte:item.pe_archangel_smite, Archangel's Smite -projecte:item.pe_harvest_god, Harvest Goddess Band -projecte:item.pe_ignition, Ignition Ring -projecte:item.pe_zero_ring, Zero Ring -projecte:item.pe_swrg, Swiftwolf's Rending Gale -projecte:item.pe_time_watch, Watch of Flowing Time -projecte:item.pe_gem_density, Gem of Eternal Density -projecte:item.pe_divining_rod_1, Divining Rod (low) -projecte:item.pe_divining_rod_2, Divining Rod (medium) -projecte:item.pe_divining_rod_3, Divining Rod (high) -projecte:item.pe_mercurial_eye, Mercurial Eye -projecte:item.pe_void_ring, Void Ring -projecte:item.pe_arcana_ring, Ring of Arcana -projecte:item.pe_body_stone, Body Stone -projecte:item.pe_soul_stone, Soul Stone -projecte:item.pe_mind_stone, Mind Stone -projecte:item.pe_life_stone, Life Stone -projecte:item.pe_evertide_amulet, Evertide Amulet -projecte:item.pe_volcanite_amulet, Volcanite Amulet -projecte:item.pe_water_orb, Water Orb -projecte:item.pe_lava_orb, Lava Orb -projecte:item.pe_randomizer, Randomizer Orb -projecte:item.pe_lens_explosive, Explosive Lens -projecte:item.pe_fire_projectile, item.pe_fire_projectile.name -projecte:item.pe_wind_projectile, item.pe_wind_projectile.name -projecte:item.pe_destruction_catalyst, Destruction Catalyst -projecte:item.pe_hyperkinetic_lens, Hyperkinetic Lens -projecte:item.pe_catalitic_lens, Catalytic Lens -projecte:item.pe_tome, Tome of Knowledge -projecte:item.pe_transmutation_tablet, Transmutation Tablet -projecte:item.pe_manual, Book of the Alchemist [WIP] -danknull:dank_null_0, /dank/null/ -danknull:dank_null_1, /dank/null/MK II -danknull:dank_null_2, /dank/null/MK III -danknull:dank_null_3, /dank/null/MK IV -danknull:dank_null_4, /dank/null/MK V -danknull:dank_null_5, /dank/null/MK VI -danknull:dank_null_6, /dank/null/Creative -danknull:dank_null_panel_0, RedStone /dank/null Panel -danknull:dank_null_panel_1, Lapis /dank/null Panel -danknull:dank_null_panel_2, Iron /dank/null Panel -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_4, Dank 4 -dankstorage:dank_7, Dank 7 -dankstorage:dank_5, Dank 5 -dankstorage:dank_1, Dank 1 -dankstorage:dank_3, Dank 3 -dankstorage:dank_6, Dank 6 -dankstorage:dank_2, Dank 2 -deepmoblearning:polymer_clay, Polymer Clay -deepmoblearning:data_model_blank, Blank Data Model -deepmoblearning:deep_learner, Deep Learner -deepmoblearning:creative_model_learner, Creative Model Learner -deepmoblearning:soot_covered_redstone, Soot-covered Redstone -deepmoblearning:soot_covered_plate, Soot-covered Plate -deepmoblearning:glitch_infused_ingot, Glitch Infused Ingot -deepmoblearning:glitch_fragment, Unstable Glitch Fragment -deepmoblearning:glitch_heart, Corrupted Glitch Heart -deepmoblearning:trial_key, Trial Key -deepmoblearning:glitch_infused_helmet, Glitch Infused Helmet -deepmoblearning:glitch_infused_chestplate, Glitch Infused Chestplate -deepmoblearning:glitch_infused_leggings, Glitch Infused Leggings -deepmoblearning:glitch_infused_boots, Glitch Infused Greaves -deepmoblearning:glitch_infused_sword, Glitch Infused Sword -deepmoblearning:living_matter_overworldian, item.deepmoblearning.living_matter_overworldian.name -deepmoblearning:living_matter_hellish, item.deepmoblearning.living_matter_hellish.name -deepmoblearning:living_matter_extraterrestrial, item.deepmoblearning.living_matter_extraterrestrial.name -deepmoblearning:living_matter_twilight, item.deepmoblearning.living_matter_twilight.name -deepmoblearning:data_model_blaze, item.deepmoblearning.data_model_blaze.name -deepmoblearning:data_model_creeper, item.deepmoblearning.data_model_creeper.name -deepmoblearning:data_model_dragon, item.deepmoblearning.data_model_dragon.name -deepmoblearning:data_model_enderman, item.deepmoblearning.data_model_enderman.name -deepmoblearning:data_model_ghast, item.deepmoblearning.data_model_ghast.name -deepmoblearning:data_model_guardian, item.deepmoblearning.data_model_guardian.name -deepmoblearning:data_model_shulker, item.deepmoblearning.data_model_shulker.name -deepmoblearning:data_model_skeleton, item.deepmoblearning.data_model_skeleton.name -deepmoblearning:data_model_slime, item.deepmoblearning.data_model_slime.name -deepmoblearning:data_model_spider, item.deepmoblearning.data_model_spider.name -deepmoblearning:data_model_witch, item.deepmoblearning.data_model_witch.name -deepmoblearning:data_model_wither, item.deepmoblearning.data_model_wither.name -deepmoblearning:data_model_wither_skeleton, item.deepmoblearning.data_model_wither_skeleton.name -deepmoblearning:data_model_zombie, item.deepmoblearning.data_model_zombie.name -deepmoblearning:data_model_thermal_elemental, item.deepmoblearning.data_model_thermal_elemental.name -deepmoblearning:data_model_twilight_forest, item.deepmoblearning.data_model_twilight_forest.name -deepmoblearning:data_model_twilight_swamp, item.deepmoblearning.data_model_twilight_swamp.name -deepmoblearning:data_model_twilight_glacier, item.deepmoblearning.data_model_twilight_glacier.name -deepmoblearning:data_model_twilight_darkwood, item.deepmoblearning.data_model_twilight_darkwood.name -deepmoblearning:data_model_tinker_slime, item.deepmoblearning.data_model_tinker_slime.name -deepmoblearning:data_model_mo_android, item.deepmoblearning.data_model_mo_android.name -deepmoblearning:data_model_illager, item.deepmoblearning.data_model_illager.name -deepmoblearning:data_model_hydra, item.deepmoblearning.data_model_hydra.name -deepmoblearning:data_model_ayeraco, item.deepmoblearning.data_model_ayeraco.name -deepmoblearning:data_model_nethengeicbeast, item.deepmoblearning.data_model_nethengeicbeast.name -deepmoblearning:data_model_kingbambambam, item.deepmoblearning.data_model_kingbambambam.name -deepmoblearning:data_model_smash, item.deepmoblearning.data_model_smash.name -deepmoblearning:data_model_corallus, item.deepmoblearning.data_model_corallus.name -deepmoblearning:data_model_nethengeicwither, item.deepmoblearning.data_model_nethengeicwither.name -deepmoblearning:data_model_mothervoidwalker, item.deepmoblearning.data_model_mothervoidwalker.name -deepmoblearning:data_model_betweenswamp, item.deepmoblearning.data_model_betweenswamp.name -deepmoblearning:data_model_elusive, item.deepmoblearning.data_model_elusive.name -deepmoblearning:data_model_shadowlord, item.deepmoblearning.data_model_shadowlord.name -deepmoblearning:data_model_graw, item.deepmoblearning.data_model_graw.name -deepmoblearning:data_model_tyrosaur, item.deepmoblearning.data_model_tyrosaur.name -deepmoblearning:data_model_skeletron, item.deepmoblearning.data_model_skeletron.name -deepmoblearning:data_model_baroness, item.deepmoblearning.data_model_baroness.name -deepmoblearning:data_model_hiveking, item.deepmoblearning.data_model_hiveking.name -deepmoblearning:data_model_creep, item.deepmoblearning.data_model_creep.name -deepmoblearning:data_model_kror, item.deepmoblearning.data_model_kror.name -deepmoblearning:data_model_voxxulon, item.deepmoblearning.data_model_voxxulon.name -deepmoblearning:data_model_kingshroomus, item.deepmoblearning.data_model_kingshroomus.name -deepmoblearning:data_model_silverfoot, item.deepmoblearning.data_model_silverfoot.name -deepmoblearning:data_model_mechbot, item.deepmoblearning.data_model_mechbot.name -deepmoblearning:data_model_havenguardians, item.deepmoblearning.data_model_havenguardians.name -deepmoblearning:data_model_rockrider, item.deepmoblearning.data_model_rockrider.name -deepmoblearning:data_model_cottoncandor, item.deepmoblearning.data_model_cottoncandor.name -deepmoblearning:data_model_gyro, item.deepmoblearning.data_model_gyro.name -deepmoblearning:data_model_vinocorne, item.deepmoblearning.data_model_vinocorne.name -deepmoblearning:data_model_crystocore, item.deepmoblearning.data_model_crystocore.name -deepmoblearning:data_model_visualent, item.deepmoblearning.data_model_visualent.name -deepmoblearning:data_model_clunkhead, item.deepmoblearning.data_model_clunkhead.name -deepmoblearning:data_model_dracyon, item.deepmoblearning.data_model_dracyon.name -deepmoblearning:data_model_hydrolisk, item.deepmoblearning.data_model_hydrolisk.name -deepmoblearning:data_model_terrafractallites, item.deepmoblearning.data_model_terrafractallites.name -deepmoblearning:data_model_immortalfractallites, item.deepmoblearning.data_model_immortalfractallites.name -deepmoblearning:data_model_temporalfractallites, item.deepmoblearning.data_model_temporalfractallites.name -deepmoblearning:data_model_primordialfractallites, item.deepmoblearning.data_model_primordialfractallites.name -deepmoblearning:pristine_matter_blaze, item.deepmoblearning.pristine_matter_blaze.name -deepmoblearning:pristine_matter_creeper, item.deepmoblearning.pristine_matter_creeper.name -deepmoblearning:pristine_matter_dragon, item.deepmoblearning.pristine_matter_dragon.name -deepmoblearning:pristine_matter_enderman, item.deepmoblearning.pristine_matter_enderman.name -deepmoblearning:pristine_matter_ghast, item.deepmoblearning.pristine_matter_ghast.name -deepmoblearning:pristine_matter_guardian, item.deepmoblearning.pristine_matter_guardian.name -deepmoblearning:pristine_matter_shulker, item.deepmoblearning.pristine_matter_shulker.name -deepmoblearning:pristine_matter_skeleton, item.deepmoblearning.pristine_matter_skeleton.name -deepmoblearning:pristine_matter_slime, item.deepmoblearning.pristine_matter_slime.name -deepmoblearning:pristine_matter_spider, item.deepmoblearning.pristine_matter_spider.name -deepmoblearning:pristine_matter_witch, item.deepmoblearning.pristine_matter_witch.name -deepmoblearning:pristine_matter_wither, item.deepmoblearning.pristine_matter_wither.name -deepmoblearning:pristine_matter_wither_skeleton, item.deepmoblearning.pristine_matter_wither_skeleton.name -deepmoblearning:pristine_matter_zombie, item.deepmoblearning.pristine_matter_zombie.name -deepmoblearning:pristine_matter_thermal_elemental, item.deepmoblearning.pristine_matter_thermal_elemental.name -deepmoblearning:pristine_matter_twilight_forest, item.deepmoblearning.pristine_matter_twilight_forest.name -deepmoblearning:pristine_matter_twilight_swamp, item.deepmoblearning.pristine_matter_twilight_swamp.name -deepmoblearning:pristine_matter_twilight_glacier, item.deepmoblearning.pristine_matter_twilight_glacier.name -deepmoblearning:pristine_matter_twilight_darkwood, item.deepmoblearning.pristine_matter_twilight_darkwood.name -deepmoblearning:pristine_matter_tinker_slime, item.deepmoblearning.pristine_matter_tinker_slime.name -deepmoblearning:pristine_matter_mo_android, item.deepmoblearning.pristine_matter_mo_android.name -deepmoblearning:pristine_matter_illager, item.deepmoblearning.pristine_matter_illager.name -deepmoblearning:pristine_matter_hydra, item.deepmoblearning.pristine_matter_hydra.name -deepmoblearning:pristine_matter_ayeraco, item.deepmoblearning.pristine_matter_ayeraco.name -deepmoblearning:pristine_matter_nethengeicbeast, item.deepmoblearning.pristine_matter_nethengeicbeast.name -deepmoblearning:pristine_matter_kingbambambam, item.deepmoblearning.pristine_matter_kingbambambam.name -deepmoblearning:pristine_matter_smash, item.deepmoblearning.pristine_matter_smash.name -deepmoblearning:pristine_matter_corallus, item.deepmoblearning.pristine_matter_corallus.name -deepmoblearning:pristine_matter_nethengeicwither, item.deepmoblearning.pristine_matter_nethengeicwither.name -deepmoblearning:pristine_matter_mothervoidwalker, item.deepmoblearning.pristine_matter_mothervoidwalker.name -deepmoblearning:pristine_matter_betweenswamp, item.deepmoblearning.pristine_matter_betweenswamp.name -deepmoblearning:pristine_matter_elusive, item.deepmoblearning.pristine_matter_elusive.name -deepmoblearning:pristine_matter_shadowlord, item.deepmoblearning.pristine_matter_shadowlord.name -deepmoblearning:pristine_matter_graw, item.deepmoblearning.pristine_matter_graw.name -deepmoblearning:pristine_matter_tyrosaur, item.deepmoblearning.pristine_matter_tyrosaur.name -deepmoblearning:pristine_matter_skeletron, item.deepmoblearning.pristine_matter_skeletron.name -deepmoblearning:pristine_matter_baroness, item.deepmoblearning.pristine_matter_baroness.name -deepmoblearning:pristine_matter_hiveking, item.deepmoblearning.pristine_matter_hiveking.name -deepmoblearning:pristine_matter_creep, item.deepmoblearning.pristine_matter_creep.name -deepmoblearning:pristine_matter_kror, item.deepmoblearning.pristine_matter_kror.name -deepmoblearning:pristine_matter_voxxulon, item.deepmoblearning.pristine_matter_voxxulon.name -deepmoblearning:pristine_matter_kingshroomus, item.deepmoblearning.pristine_matter_kingshroomus.name -deepmoblearning:pristine_matter_silverfoot, item.deepmoblearning.pristine_matter_silverfoot.name -deepmoblearning:pristine_matter_mechbot, item.deepmoblearning.pristine_matter_mechbot.name -deepmoblearning:pristine_matter_havenguardians, item.deepmoblearning.pristine_matter_havenguardians.name -deepmoblearning:pristine_matter_rockrider, item.deepmoblearning.pristine_matter_rockrider.name -deepmoblearning:pristine_matter_cottoncandor, item.deepmoblearning.pristine_matter_cottoncandor.name -deepmoblearning:pristine_matter_gyro, item.deepmoblearning.pristine_matter_gyro.name -deepmoblearning:pristine_matter_vinocorne, item.deepmoblearning.pristine_matter_vinocorne.name -deepmoblearning:pristine_matter_crystocore, item.deepmoblearning.pristine_matter_crystocore.name -deepmoblearning:pristine_matter_visualent, item.deepmoblearning.pristine_matter_visualent.name -deepmoblearning:pristine_matter_clunkhead, item.deepmoblearning.pristine_matter_clunkhead.name -deepmoblearning:pristine_matter_dracyon, item.deepmoblearning.pristine_matter_dracyon.name -deepmoblearning:pristine_matter_hydrolisk, item.deepmoblearning.pristine_matter_hydrolisk.name -deepmoblearning:pristine_matter_terrafractallites, item.deepmoblearning.pristine_matter_terrafractallites.name -deepmoblearning:pristine_matter_immortalfractallites, item.deepmoblearning.pristine_matter_immortalfractallites.name -deepmoblearning:pristine_matter_temporalfractallites, item.deepmoblearning.pristine_matter_temporalfractallites.name -deepmoblearning:pristine_matter_primordialfractallites, item.deepmoblearning.pristine_matter_primordialfractallites.name -deepmoblearning:infused_ingot_block, Glitch Infused Block -deepmoblearning:machine_casing, Soot-covered Machine Casing -deepmoblearning:simulation_chamber, Simulation Chamber -deepmoblearning:extraction_chamber, Loot Fabricator -deepmoblearning:trial_keystone, Trial Keystone -deepmoblearningbm:digital_agonizer, Digital Mob Agonizer -deepmoblearningbm:digital_will_injector, Digital Demon Will Injector -deepmoblearningbm:block_blood_infused_glitch_ingot, §cBlock of Blood Infused Glitch Ingot§r -deepmoblearningbm:altar_linker, Altar Linker -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: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 -divinerpg:aquatic_dagger, Aquatic Dagger -divinerpg:aquatic_maul, Aquatic Maul -divinerpg:aquatic_trident, Aquatic Trident -divinerpg:aquaton, Aquaton -divinerpg:aquatooth_maul, Aquatooth Maul -divinerpg:aquatooth_sword, Aquatooth Sword -divinerpg:arlemite_stabber, Arlemite Stabber -divinerpg:bedrock_sword, Bedrock Sword -divinerpg:bedrock_maul, Bedrock Maul -divinerpg:bloodgem_sword, Bloodgem Sword -divinerpg:bluefire_sword, Bluefire Sword -divinerpg:corrupted_maul, Corrupted Maul -divinerpg:crabclaw_maul, Crabclaw Maul -divinerpg:cyclopsian_sword, Cyclopsian Sword -divinerpg:death_bringer, Death Bringer -divinerpg:blue_divine_sword, Blue Divine Sword -divinerpg:divine_sword, Divine Sword -divinerpg:gray_divine_sword, Gray Divine Sword -divinerpg:green_divine_sword, Green Divine Sword -divinerpg:red_divine_sword, Red Divine Sword -divinerpg:yellow_divine_sword, Yellow Divine Sword -divinerpg:dual_claw, Dual Claw -divinerpg:black_ender_sword, Black Ender Sword -divinerpg:blue_ender_sword, Blue Ender Sword -divinerpg:ender_sword, Ender Sword -divinerpg:green_ender_sword, Green Ender Sword -divinerpg:red_ender_sword, Red Ender Sword -divinerpg:yellow_ender_sword, Yellow Ender Sword -divinerpg:frost_sword, Frost Sword -divinerpg:flaming_fury, Flaming Fury -divinerpg:fury_maul, Fury Maul -divinerpg:inferno_sword, Inferno Sword -divinerpg:jungle_knife, Jungle Knife -divinerpg:jungle_rapier, Jungle Rapier -divinerpg:molten_sword, Molten Sword -divinerpg:ocean_knife, Ocean Knife -divinerpg:poison_saber, Poison Saber -divinerpg:realmite_sword, Realmite Sword -divinerpg:rupee_rapier, Rupee Rapier -divinerpg:sandslash, Sandslash -divinerpg:scorching_sword, Scorching Sword -divinerpg:shark_sword, Shark Sword -divinerpg:slime_sword, Slime Sword -divinerpg:terran_dagger, Terran Dagger -divinerpg:terran_knife, Terran Knife -divinerpg:terran_maul, Terran Maul -divinerpg:bluefire_bow, Bluefire Bow -divinerpg:ender_bow, Ender Bow -divinerpg:hunter_bow, Hunter Bow -divinerpg:inferno_bow, Inferno Bow -divinerpg:shadow_bow, Shadow Bow -divinerpg:scythe, Scythe -divinerpg:shuriken, Shuriken -divinerpg:vile_storm, Vile Storm -divinerpg:bowhead_anchor, Bowhead Anchor -divinerpg:bowhead_cannon, Bowhead Cannon -divinerpg:corrupted_cannon, Corrupted Cannon -divinerpg:crab_anchor, Crab Anchor -divinerpg:crabclaw_cannon, Crabclaw Cannon -divinerpg:cyclopsian_staff, Cyclopsian Staff -divinerpg:frost_cannon, Frost Cannon -divinerpg:ghast_cannon, Ghast Cannon -divinerpg:golden_fury, Golden Fury -divinerpg:liopleurodon_anchor, Liopleurodon Anchor -divinerpg:maelstrom, Maelstrom -divinerpg:shark_anchor, Shark Anchor -divinerpg:serenade_of_death, Serenade of Death -divinerpg:serenade_of_health, Serenade of Health -divinerpg:serenade_of_infusion, Serenade of Infusion -divinerpg:serenade_striker, Serenade Striker -divinerpg:massivence, Massivence -divinerpg:palavence, Palavence -divinerpg:enderice, Enderice -divinerpg:frostking_sword, Frostking Sword -divinerpg:frozen_maul, Frozen Maul -divinerpg:glacier_sword, Glacier Sword -divinerpg:icine_sword, Icine Sword -divinerpg:snowslash, Snowslash -divinerpg:icicle_bane, Icicle Bane -divinerpg:frossivence, Frossivence -divinerpg:snowstorm_bow, Snowstorm Bow -divinerpg:icicle_bow, Icicle Bow -divinerpg:snowflake_shuriken, Snowflake Shuriken -divinerpg:fractite_cannon, Fractite Cannon -divinerpg:frostclaw_cannon, Frostclaw Cannon -divinerpg:sound_of_music, Sound of Music -divinerpg:sound_of_carols, Sound of Carols -divinerpg:serenade_of_ice, Serenade of Ice -divinerpg:eden_blade, Eden Blade -divinerpg:wildwood_blade, Wildwood Blade -divinerpg:apalachia_blade, Apalachia Blade -divinerpg:skythern_blade, Skythern Blade -divinerpg:mortum_blade, Mortum Blade -divinerpg:halite_blade, Halite Blade -divinerpg:eden_bow, Eden Bow -divinerpg:wildwood_bow, Wildwood Bow -divinerpg:apalachia_bow, Apalachia Bow -divinerpg:skythern_bow, Skythern Bow -divinerpg:mortum_bow, Mortum Bow -divinerpg:halite_bow, Halite Bow -divinerpg:twilight_bow, Twilight Bow -divinerpg:eden_slicer, Eden Slicer -divinerpg:wildwood_slicer, Wildwood Slicer -divinerpg:apalachia_slicer, Apalachia Slicer -divinerpg:skythern_slicer, Skythern Slicer -divinerpg:mortum_slicer, Mortum Slicer -divinerpg:halite_slicer, Halite Slicer -divinerpg:eden_blitz, Eden Blitz -divinerpg:wildwood_blitz, Wildwood Blitz -divinerpg:apalachia_blitz, Apalachia Blitz -divinerpg:skythern_blitz, Skythern Blitz -divinerpg:mortum_blitz, Mortum Blitz -divinerpg:halite_blitz, Halite Blitz -divinerpg:eden_phaser, Eden Phaser -divinerpg:wildwood_phaser, Wildwood Phaser -divinerpg:apalachia_phaser, Apalachia Phaser -divinerpg:skythern_phaser, Skythern Phaser -divinerpg:mortum_phaser, Mortum Phaser -divinerpg:halite_phaser, Halite Phaser -divinerpg:arcanite_blade, Arcanite Blade -divinerpg:arcanium_saber, Arcanium Saber -divinerpg:ender_scepter, Ender Scepter -divinerpg:livicia_sword, Livicia Sword -divinerpg:storm_sword, Storm Sword -divinerpg:shadow_saber, Shadow Saber -divinerpg:arcanite_blaster, Arcanite Blaster -divinerpg:captains_sparkler, Captains Sparkler -divinerpg:firefly, Firefly -divinerpg:generals_staff, General's Staff -divinerpg:la_vekor, La Vekor -divinerpg:meriks_missile, Meriks Missile -divinerpg:meteor_mash, Meteor Mash -divinerpg:starlight, Starlight -divinerpg:staff_of_starlight, Staff of Starlight -divinerpg:grenade, Grenade -divinerpg:teaker_backsword, Teaker Backsword -divinerpg:amthirmis_backsword, Amthirmis Backsword -divinerpg:darven_backsword, Darven Backsword -divinerpg:cermile_backsword, Cermile Backsword -divinerpg:pardimal_backsword, Pardimal Backsword -divinerpg:quadrotic_backsword, Quadrotic Backsword -divinerpg:karos_backsword, Karos Backsword -divinerpg:heliosis_backsword, Heliosis Backsword -divinerpg:arksiane_backsword, Arksiane Backsword -divinerpg:teaker_bow, Teaker Bow -divinerpg:amthirmis_bow, Amthirmis Bow -divinerpg:darven_bow, Darven Bow -divinerpg:cermile_bow, Cermile Bow -divinerpg:pardimal_bow, Pardimal Bow -divinerpg:quadrotic_bow, Quadrotic Bow -divinerpg:karos_bow, Karos Bow -divinerpg:heliosis_bow, Heliosis Bow -divinerpg:arksiane_bow, Arksiane Bow -divinerpg:everfright, Everfright -divinerpg:teaker_cannon, Teaker Cannon -divinerpg:amthirmis_cannon, Amthirmis Cannon -divinerpg:darven_cannon, Darven Cannon -divinerpg:cermile_cannon, Cermile Cannon -divinerpg:pardimal_cannon, Pardimal Cannon -divinerpg:quadrotic_cannon, Quadrotic Cannon -divinerpg:karos_cannon, Karos Cannon -divinerpg:heliosis_cannon, Heliosis Cannon -divinerpg:arksiane_cannon, Arksiane Cannon -divinerpg:eversight, Eversight -divinerpg:teaker_claw, Teaker Claw -divinerpg:amthirmis_claw, Amthirmis Claw -divinerpg:darven_claw, Darven Claw -divinerpg:cermile_claw, Cermile Claw -divinerpg:pardimal_claw, Pardimal Claw -divinerpg:quadrotic_claw, Quadrotic Claw -divinerpg:karos_claw, Karos Claw -divinerpg:heliosis_claw, Heliosis Claw -divinerpg:arksiane_claw, Arksiane Claw -divinerpg:everbright, Everbright -divinerpg:teaker_disk, Teaker Disk -divinerpg:amthirmis_disk, Amthirmis Disk -divinerpg:darven_disk, Darven Disk -divinerpg:cermile_disk, Cermile Disk -divinerpg:pardimal_disk, Pardimal Disk -divinerpg:quadrotic_disk, Quadrotic Disk -divinerpg:karos_disk, Karos Disk -divinerpg:heliosis_disk, Heliosis Disk -divinerpg:arksiane_disk, Arksiane Disk -divinerpg:teaker_hammer, Teaker Hammer -divinerpg:amthirmis_hammer, Amthirmis Hammer -divinerpg:darven_hammer, Darven Hammer -divinerpg:cermile_hammer, Cermile Hammer -divinerpg:pardimal_hammer, Pardimal Hammer -divinerpg:quadrotic_hammer, Quadrotic Hammer -divinerpg:karos_hammer, Karos Hammer -divinerpg:heliosis_hammer, Heliosis Hammer -divinerpg:arksiane_hammer, Arksiane Hammer -divinerpg:everlight, Everlight -divinerpg:karos_rockmaul, Karos Rockmaul -divinerpg:teaker_staff, Teaker Staff -divinerpg:amthirmis_staff, Amthirmis Staff -divinerpg:darven_staff, Darven Staff -divinerpg:cermile_staff, Cermile Staff -divinerpg:pardimal_staff, Pardimal Staff -divinerpg:quadrotic_staff, Quadrotic Staff -divinerpg:karos_staff, Karos Staff -divinerpg:heliosis_staff, Heliosis Staff -divinerpg:arksiane_staff, Arksiane Staff -divinerpg:evernight, Evernight -projectex:energy_link, Basic Energy EMC Link -projectex:personal_link, Personal EMC Link -projectex:refined_link, Refined EMC Link -projectex:compressed_refined_link, Compressed Refined EMC Link -projectex:collector:0, Basic Collector [MK1] -projectex:collector:1, Dark Matter Collector [MK2] -projectex:collector:2, Red Matter Collector [MK3] -projectex:collector:3, Magenta Matter Collector [MK4] -projectex:collector:4, Pink Matter Collector [MK5] -projectex:collector:5, Purple Matter Collector [MK6] -projectex:collector:6, Violet Matter Collector [MK7] -projectex:collector:7, Blue Matter Collector [MK8] -projectex:collector:8, Cyan Matter Collector [MK9] -projectex:collector:9, Green Matter Collector [MK10] -projectex:collector:10, Lime Matter Collector [MK11] -projectex:collector:11, Yellow Matter Collector [MK12] -projectex:collector:12, Orange Matter Collector [MK13] -projectex:collector:13, White Matter Collector [MK14] -projectex:collector:14, Fading Matter Collector [MK15] -projectex:collector:15, The Final Collector -projectex:relay:0, Basic Relay [MK1] -projectex:relay:1, Dark Matter Relay [MK2] -projectex:relay:2, Red Matter Relay [MK3] -projectex:relay:3, Magenta Matter Relay [MK4] -projectex:relay:4, Pink Matter Relay [MK5] -projectex:relay:5, Purple Matter Relay [MK6] -projectex:relay:6, Violet Matter Relay [MK7] -projectex:relay:7, Blue Matter Relay [MK8] -projectex:relay:8, Cyan Matter Relay [MK9] -projectex:relay:9, Green Matter Relay [MK10] -projectex:relay:10, Lime Matter Relay [MK11] -projectex:relay:11, Yellow Matter Relay [MK12] -projectex:relay:12, Orange Matter Relay [MK13] -projectex:relay:13, White Matter Relay [MK14] -projectex:relay:14, Fading Matter Relay [MK15] -projectex:relay:15, The Final Relay -projectex:compressed_collector:0, Basic Collector [MK1] -projectex:compressed_collector:1, Dark Matter Collector [MK2] -projectex:compressed_collector:2, Red Matter Collector [MK3] -projectex:compressed_collector:3, Magenta Matter Collector [MK4] -projectex:compressed_collector:4, Pink Matter Collector [MK5] -projectex:compressed_collector:5, Purple Matter Collector [MK6] -projectex:compressed_collector:6, Violet Matter Collector [MK7] -projectex:compressed_collector:7, Blue Matter Collector [MK8] -projectex:compressed_collector:8, Cyan Matter Collector [MK9] -projectex:compressed_collector:9, Green Matter Collector [MK10] -projectex:compressed_collector:10, Lime Matter Collector [MK11] -projectex:compressed_collector:11, Yellow Matter Collector [MK12] -projectex:compressed_collector:12, Orange Matter Collector [MK13] -projectex:compressed_collector:13, White Matter Collector [MK14] -projectex:compressed_collector:14, Fading Matter Collector [MK15] -projectex:compressed_collector:15, The Final Collector -projectex:power_flower:0, Basic Power Flower Bonsai Pot [MK1] -projectex:power_flower:1, Dark Matter Power Flower Bonsai Pot [MK2] -projectex:power_flower:2, Red Matter Power Flower Bonsai Pot [MK3] -projectex:power_flower:3, Magenta Matter Power Flower Bonsai Pot [MK4] -projectex:power_flower:4, Pink Matter Power Flower Bonsai Pot [MK5] -projectex:power_flower:5, Purple Matter Power Flower Bonsai Pot [MK6] -projectex:power_flower:6, Violet Matter Power Flower Bonsai Pot [MK7] -projectex:power_flower:7, Blue Matter Power Flower Bonsai Pot [MK8] -projectex:power_flower:8, Cyan Matter Power Flower Bonsai Pot [MK9] -projectex:power_flower:9, Green Matter Power Flower Bonsai Pot [MK10] -projectex:power_flower:10, Lime Matter Power Flower Bonsai Pot [MK11] -projectex:power_flower:11, Yellow Matter Power Flower Bonsai Pot [MK12] -projectex:power_flower:12, Orange Matter Power Flower Bonsai Pot [MK13] -projectex:power_flower:13, White Matter Power Flower Bonsai Pot [MK14] -projectex:power_flower:14, Fading Matter Power Flower Bonsai Pot [MK15] -projectex:power_flower:15, The Final Power Flower Bonsai Pot -projectex:stone_table, Stone Transmutation Table -projectex:alchemy_table, Alchemy Table -projectex:magnum_star_ein, Magnum Star Ein -projectex:magnum_star_zwei, Magnum Star Zwei -projectex:magnum_star_drei, Magnum Star Drei -projectex:magnum_star_vier, Magnum Star Vier -projectex:magnum_star_sphere, Magnum Star Sphere -projectex:magnum_star_omega, Magnum Star Omega -projectex:colossal_star_ein, Colossal Star Ein -projectex:colossal_star_zwei, Colossal Star Zwei -projectex:colossal_star_drei, Colossal Star Drei -projectex:colossal_star_vier, Colossal Star Vier -projectex:colossal_star_sphere, Colossal Star Sphere -projectex:colossal_star_omega, Colossal Star Omega -projectex:matter:0, Magenta Matter -projectex:matter:1, Pink Matter -projectex:matter:2, Purple Matter -projectex:matter:3, Violet Matter -projectex:matter:4, Blue Matter -projectex:matter:5, Cyan Matter -projectex:matter:6, Green Matter -projectex:matter:7, Lime Matter -projectex:matter:8, Yellow Matter -projectex:matter:9, Orange Matter -projectex:matter:10, White Matter -projectex:matter:11, Fading Matter -projectex:final_star_shard, The Final Star Shard -projectex:final_star, The Final Star -projectex:knowledge_sharing_book, Knowledge Sharing Book -projectex:arcane_tablet, Arcane Transmutation Tablet -enderutilities:asu:0, Adjustable Storage Unit -enderutilities:barrel:0, Barrel -enderutilities:draw_bridge:0, Drawbridge -enderutilities:draw_bridge:1, Advanced Drawbridge -enderutilities:ender_elevator:0, Ender Elevator (white) -enderutilities:ender_elevator_slab:0, Ender Elevator Slab (white) -enderutilities:ender_elevator_layer:0, Ender Elevator Layer (white) -enderutilities:inserter:0, Inserter -enderutilities:inserter:1, Inserter (Filtered) -enderutilities:floor:0, Floor -enderutilities:floor:1, Cracked Floor -enderutilities:energy_bridge:0, Energy Bridge Resonator -enderutilities:energy_bridge:1, Energy Bridge Receiver -enderutilities:energy_bridge:2, Energy Bridge Transmitter -enderutilities:machine_0:0, Ender Furnace -enderutilities:machine_1:0, Ender Infuser -enderutilities:machine_1:1, Tool Workstation -enderutilities:machine_1:2, Creation Station -enderutilities:machine_1:3, Advanced Quick Stacker -enderutilities:molecular_exciter, tile.null.name -enderutilities:msu:0, Massive Storage Unit -enderutilities:msu:1, Massive Storage Bundle -enderutilities:phasing:0, Phasing Block -enderutilities:phasing:1, Phasing Block (inverted) -enderutilities:frame, tile.null.name -enderutilities:portal_panel, tile.null.name -enderutilities:sound_block:0, Sound Block -enderutilities:storage_0:0, Small Memory Chest -enderutilities:storage_0:1, Memory Chest -enderutilities:storage_0:2, Large Memory Chest -enderutilities:storage_0:3, Handy Chest (Small) -enderutilities:storage_0:4, Handy Chest (Normal) -enderutilities:storage_0:5, Handy Chest (Large) -enderutilities:storage_0:6, Handy Chest (Extended) -enderutilities:storage_0:7, Junk Storage Unit -enderutilities:endercapacitor:0, Ender Capacitor (Basic) -enderutilities:endercapacitor:0, Ender Capacitor (Basic) -enderutilities:endercapacitor:1, Ender Capacitor (Enhanced) -enderutilities:endercapacitor:1, Ender Capacitor (Enhanced) -enderutilities:endercapacitor:2, Ender Capacitor (Advanced) -enderutilities:endercapacitor:2, Ender Capacitor (Advanced) -enderutilities:endercapacitor:3, Ender Capacitor (Creative) -enderutilities:endercapacitor:3, Ender Capacitor (Creative) -enderutilities:enderpart:0, Ender Alloy (Basic) -enderutilities:enderpart:1, Ender Alloy (Enhanced) -enderutilities:enderpart:2, Ender Alloy (Advanced) -enderutilities:enderpart:10, Inactive Ender Core (Basic) -enderutilities:enderpart:11, Inactive Ender Core (Enhanced) -enderutilities:enderpart:12, Inactive Ender Core (Advanced) -enderutilities:enderpart:15, Ender Core (Basic) -enderutilities:enderpart:16, Ender Core (Enhanced) -enderutilities:enderpart:17, Ender Core (Advanced) -enderutilities:enderpart:20, Ender Infused Stick -enderutilities:enderpart:21, Ender Rope -enderutilities:enderpart:30, Creative Breaking Module -enderutilities:enderpart:40, Ender Relic -enderutilities:enderpart:45, Jailer module -enderutilities:enderpart:50, Memory Card (misc) -enderutilities:enderpart:51, Memory Card (items) 6 B -enderutilities:enderpart:52, Memory Card (items) 8 B -enderutilities:enderpart:53, Memory Card (items) 10 B -enderutilities:enderpart:54, Memory Card (items) 12 B -enderutilities:enderpart:70, Barrel Label -enderutilities:enderpart:71, Barrel Structural Upgrade -enderutilities:enderpart:72, Barrel Capacity Upgrade -enderutilities:enderpart:73, Barrel Void Upgrade -enderutilities:enderpart:80, Storage Key -enderutilities:enderpart:81, Creative Storage Key -enderutilities:linkcrystal:0, Link Crystal (Location) -enderutilities:linkcrystal:1, Link Crystal (Block) -enderutilities:linkcrystal:2, Link Crystal (Portal) -enderutilities:builderswand, Wand of the Lazy Builder -enderutilities:chairwand, Chair Wand -enderutilities:dolly, Dolly -enderutilities:enderarrow, Ender Arrow -enderutilities:enderbag, Ender Bag -enderutilities:enderbow, Ender Bow -enderutilities:enderbucket, Ender Bucket -enderutilities:enderlasso, Ender Lasso -enderutilities:enderpearlreusable:0, Ender Pearl (reusable) -enderutilities:enderpearlreusable:1, Elite Ender Pearl (reusable) -enderutilities:enderporter:0, Ender Porter -enderutilities:enderporter:1, Advanced Ender Porter -enderutilities:endersword, Ender Sword -enderutilities:endertool:0, Ender Pickaxe -enderutilities:endertool:0, Ender Axe -enderutilities:endertool:0, Ender Shovel -enderutilities:endertool:0, Ender Hoe -enderutilities:handybag:0, Handy Bag -enderutilities:handybag:1, Handy Bag (Large) -enderutilities:icemelter:0, Cheaty Water Wand -enderutilities:icemelter:1, Super Cheaty Water Wand -enderutilities:inventoryswapper, Inventory Swapper -enderutilities:livingmanipulator, Living Matter Manipulator -enderutilities:mobharness, Mob Harness -enderutilities:nullifier, Nullifier -enderutilities:pet_contract, item.enderutilities.pet_contract.name -enderutilities:pickupmanager, Item Pickup Manager -enderutilities:quickstacker, Quick Stacker -enderutilities:portalscaler, Portal Scaler -enderutilities:ruler, Ruler -enderutilities:syringe:0, Syringe (empty) -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 -erebus:umberstone:3, Webbed Umbercobble -erebus:umberstone:4, Umberbricks -erebus:umberstone:5, Smooth Umbertile -erebus:umberstone:6, Small Umbertiles -erebus:planks:0, Baobab Planks -erebus:planks:1, Eucalyptus Planks -erebus:planks:2, Mahogany Planks -erebus:planks:3, Mossbark Planks -erebus:planks:4, Asper Planks -erebus:planks:5, Cypress Planks -erebus:planks:6, Balsam Planks -erebus:planks:7, White Planks -erebus:planks:8, Bamboo Planks -erebus:planks:9, Rotten Planks -erebus:planks:10, Marshwood Planks -erebus:planks:11, Scorched Planks -erebus:planks:12, Varnished Planks -erebus:portal, Erebus Portal Block -erebus:gaean_keystone, Gaean Keystone -erebus:umbergravel, Umberpebbles -erebus:umberpaver:0, Umberpaver -erebus:umberpaver:1, Mossy Umberpaver -erebus:umberpaver:2, Webbed Umberpaver -erebus:umberstone_pillar, Umberpillar -erebus:petrified_wood_rock, Petrified Wood Rock -erebus:petrified_wood_rock_2, Petrified Wood Rock -erebus:petrified_wood_rock_3, Petrified Wood Rock -erebus:petrified_wood_rock_4, Petrified Wood Rock -erebus:petrified_wood_rock_5, Petrified Wood Rock -erebus:petrified_wood_rock_6, Petrified Wood Rock -erebus:petrified_bark_red, Red Petrified Bark -erebus:petrified_bark_brown, Brown Petrified Bark -erebus:petrified_log_inner, Petrified Heartwood -erebus:dust_layer, Dust Layer -erebus:dust, Dust -erebus:dung, Dung -erebus:ore_iron, Iron Ore -erebus:ore_gold, Gold Ore -erebus:ore_coal, Coal Ore -erebus:ore_diamond, Diamond Ore -erebus:ore_emerald, Emerald Ore -erebus:ore_lapis, Lapis Lazuli Ore -erebus:ore_quartz, Quartz Ore -erebus:ore_petrified_quartz, Petrified Quartz Ore -erebus:ore_copper, Copper Ore -erebus:ore_silver, Silver Ore -erebus:ore_tin, Tin Ore -erebus:ore_lead, Lead Ore -erebus:ore_aluminium, Aluminum Ore -erebus:ore_jade, Jade Ore -erebus:ore_encrusted_diamond, Volcanic Diamond Ore -erebus:ore_fossil, Fossil Ore -erebus:ore_gneiss, Gneiss Ore -erebus:ore_petrified_wood, Petrified Wood Ore -erebus:ore_temple, Temple Ore -erebus:jade_block, Block of Jade -erebus:amber, Amber -erebus:amber_bricks, Amber Bricks -erebus:amber_glass, Amber Glass -erebus:door_amber, Amber Door -erebus:preserved_block:0, Amber Preservation Block -erebus:mud, Mud -erebus:quick_sand, Quicksand -erebus:red_gem:0, Red Gem -erebus:red_gem:1, Red Gem Lamp -erebus:red_gem:2, Red Gem Lamp -erebus:swamp_vent, Swamp Vent -erebus:ghost_sand, Ghost sand -erebus:crop_turnip, Turnips -erebus:crop_cabbage, Cabbage -erebus:crop_mandrake, Mandrake -erebus:jade_berry_bush, Jadeberry Bush -erebus:heart_berry_bush, Heartberry Bush -erebus:swamp_berry_bush, Swampberry Bush -erebus:dark_fruit_vine, Dark Fruit Vine -erebus:prickly_pear, Prickly Pear Cactus -erebus:giant_flower:0, Black Petal Block -erebus:giant_flower:1, Red Petal Block -erebus:giant_flower:2, Brown Petal Block -erebus:giant_flower:3, Blue Petal Block -erebus:giant_flower:4, Purple Petal Block -erebus:giant_flower:5, Cyan Petal Block -erebus:giant_flower:6, Light Gray Petal Block -erebus:giant_flower:7, Gray Petal Block -erebus:giant_flower:8, Pink Petal Block -erebus:giant_flower:9, Yellow Petal Block -erebus:giant_flower:10, Light Blue Petal Block -erebus:giant_flower:11, Magenta Petal Block -erebus:giant_flower:12, Orange Petal Block -erebus:giant_flower:13, White Petal Block -erebus:giant_flower:14, Exploding Stigma -erebus:giant_flower:15, Stem -erebus:giant_flower_stigma:0, Black Stigma -erebus:giant_flower_stigma:1, Red Stigma -erebus:giant_flower_stigma:2, Brown Stigma -erebus:giant_flower_stigma:3, Blue Stigma -erebus:giant_flower_stigma:4, Purple Stigma -erebus:giant_flower_stigma:5, Cyan Stigma -erebus:giant_flower_stigma:6, Light Gray Stigma -erebus:giant_flower_stigma:7, Gray Stigma -erebus:giant_flower_stigma:8, Pink Stigma -erebus:giant_flower_stigma:9, Yellow Stigma -erebus:giant_flower_stigma:10, Light Blue Stigma -erebus:giant_flower_stigma:11, Magenta Stigma -erebus:giant_flower_stigma:12, Orange Stigma -erebus:giant_flower_stigma:13, White Stigma -erebus:giant_flower_stigma:14, Rainbow Stigma -erebus:planted_flower:0, Black Flower -erebus:planted_flower:1, Red Flower -erebus:planted_flower:2, Brown Flower -erebus:planted_flower:3, Blue Flower -erebus:planted_flower:4, Purple Flower -erebus:planted_flower:5, Cyan Flower -erebus:planted_flower:6, Light Gray Flower -erebus:planted_flower:7, Gray Flower -erebus:planted_flower:8, Pink Flower -erebus:planted_flower:9, Yellow Flower -erebus:planted_flower:10, Light Blue Flower -erebus:planted_flower:11, Magenta Flower -erebus:planted_flower:12, Orange Flower -erebus:planted_flower:13, White Flower -erebus:planted_flower:14, Rainbow Flower -erebus:small_plant:0, Nettle -erebus:small_plant:1, Blooming Nettle -erebus:small_plant:2, Swamp Plant -erebus:small_plant:3, Desert Shrub -erebus:small_plant:4, Firebloom -erebus:small_plant:5, Fiddlehead -erebus:small_plant:6, Fern -erebus:thorns, Thorns -erebus:hanging_web, Hanging Webs -erebus:double_plant:0, Bullrush -erebus:double_plant:1, Weeping Bluebell -erebus:double_plant:2, Sundew -erebus:double_plant:3, Droughted Shrub -erebus:double_plant:4, Tall Bloom -erebus:double_plant:5, Tangled Stalk Mushroom -erebus:double_plant:6, High Capped Mushroom -erebus:double_plant:7, Tall Fern -erebus:wall_plants:1, Moss -erebus:wall_plants:7, Mould -erebus:wall_plants_cultivated:1, Cultivated Moss -erebus:wall_plants_cultivated:7, Cultivated Mould -erebus:algae, Swamp Algae -erebus:honey_treat, Honey Treat -erebus:dark_capped_mushroom, Dark Capped Mushroom -erebus:sarcastic_czech_mushroom, Sarcastic Czech Mushroom -erebus:grandmas_shoes_mushroom, Grandma's Shoes Mushroom -erebus:dutch_cap_mushroom, Dutch Cap Mushroom -erebus:kaizers_fingers_mushroom, Kaizer's Fingers Mushroom -erebus:dark_capped_mushroom_block, Dark Capped Mushroom Block -erebus:sarcastic_czech_mushroom_block, Sarcastic Czech Mushroom Block -erebus:grandmas_shoes_mushroom_block, Grandma's Shoes Mushroom Block -erebus:dutch_cap_mushroom_block, Dutch Cap Mushroom Block -erebus:kaizers_fingers_mushroom_block, Kaizer's Fingers Mushroom Block -erebus:glowshroom, Glowshroom -erebus:glowshroom_stalk_main, Glowshroom Stalk -erebus:wither_web, Wither Web -erebus:silk, Silk -erebus:mir_brick, Mirbrick -erebus:planks_petrified_wood, Petrified Wood Planks -erebus:door_petrified_wood, Petrified Wood Door -erebus:rein_exo, Reinforced Exo Blocks -erebus:mud_brick, Mud Brick -erebus:temple_brick, Temple Brick -erebus:temple_pillar, Temple Pillar -erebus:temple_tile, Temple Tile -erebus:volcanic_rock, Volcanic Rock -erebus:gneiss:0, Gneiss -erebus:gneiss:1, Carved Gneiss -erebus:gneiss:2, Layered Gneiss -erebus:gneiss:3, Gneiss Brick -erebus:gneiss:4, Smooth Gneiss -erebus:gneiss:5, Gneiss Tiles -erebus:gneiss:6, Cracked Gneiss Tiles -erebus:gneiss_vent, Gneiss Vent -erebus:hollow_log, Hollow Acacia Log -erebus:log_balsam_resinless, Balsam Wood Resinless -erebus:umber_furnace, Umber Furnace -erebus:umber_furnace_active, Umber Furnace -erebus:petrified_crafting_table, Petrified Crafting Table -erebus:bamboo_crate, Bamboo Crate -erebus:bamboo_bridge, Bamboo Bridge -erebus:bamboo_ladder, Bamboo Ladder -erebus:bamboo_nerd_pole, Bamboo Nerd Pole -erebus:bamboo_extender, Bamboo Extender -erebus:bamboo_torch, Bamboo Torch -erebus:silo_roof, Silo Roof -erebus:silo_tank:0, Silo Tank -erebus:silo_supports, Silo Supports -erebus:honey_comb, Honeycomb -erebus:umber_golem_statue, Umbergolem Statue -erebus:insect_repellent, Insect Repellent -erebus:petrified_wood_chest, Petrified Wood Chest -erebus:glowing_jar, Glowing Jar -erebus:fluid_jar, Fluid Jar -erebus:composter, Organic Composter -erebus:smoothie_maker, ErebusCo. Smoothie-matic 2000 -erebus:umberstone_button, Umberstone Button -erebus:bamboo_pipe, Bamboo Fluid Pipe -erebus:bamboo_pipe_extract, Bamboo Fluid Extraction Pipe -erebus:bamboo_pipe_extract_active, Bamboo Fluid Extraction Pipe -erebus:liquifier, Honey Liquifier -erebus:glow_gem_active, Glowing Gem -erebus:glow_gem_inactive, Glowing Gem -erebus:mucus_bomb, Mucus Bomb -erebus:velocity_block, Velocity Block -erebus:lightning_speed_block, Lightning Velocity Block -erebus:altar_base, Altar Base -erebus:altar_lightning, Altar of Lightning -erebus:altar_healing, Altar of Healing -erebus:altar_xp, Altar of Experience -erebus:altar_repair, Altar of Repair -erebus:altar_offering, Offering Altar -erebus:spider_spawner, Scytodes Spawner -erebus:jumping_spider_spawner, Jumping Spider Spawner -erebus:tarantula_spawner, Tarantula Spawner -erebus:wasp_spawner, Wasp Spawner -erebus:antlion_spawner, Antlion Spawner -erebus:dragon_fly_spawner, Dragonfly Spawner -erebus:giant_lily_pad, Giant Lily Pad -erebus:zombie_ant_spawner, Zombie Ant Spawner -erebus:zombie_ant_soldier_spawner, Zombie Ant Soldier Spawner -erebus:wasp_nest, Wasp Nest -erebus:stairs_wasp_nest, Wasp Nest Stairs -erebus:antlion_egg, Antlion Egg -erebus:tarantula_egg, Tarantula Egg -erebus:capstone:0, Capstone -erebus:capstone:1, Mud Capstone -erebus:capstone:2, Iron Capstone -erebus:capstone:3, Gold Capstone -erebus:capstone:4, Jade Capstone -erebus:capstone:5, Active Mud Capstone -erebus:capstone:6, Active Iron Capstone -erebus:capstone:7, Active Gold Capstone -erebus:capstone:8, Active Jade Capstone -erebus:ant_hill_block, Ant Hill (N.Y.I.) -erebus:force_field, Force Field -erebus:force_lock, Force Lock (N.Y.I.) -erebus:block_of_bones, Block O' Bones -erebus:magma_crawler_spawner, Magma Crawler Spawner -erebus:dung_spawner_bot_fly, Botfly Spawner -erebus:dung_spawner_fly, Fly Spawner -erebus:locust_spawner, Locust Spawner -erebus:wall_umberstone, Umberstone Wall -erebus:wall_umbercobble, Umbercobble Wall -erebus:wall_umbercobble_mossy, Mossy Umbercobble Wall -erebus:wall_umbercobble_webbed, Webbed Umbercobble Wall -erebus:wall_umberstone_bricks, Umbrick Wall -erebus:wall_umbertile_smooth, Umbertile Wall -erebus:wall_umbertile_smooth_small, Small Umbertile Wall -erebus:wall_umberpaver, Umberpaver Wall -erebus:wall_umberpaver_mossy, Mossy Umberpaver Wall -erebus:wall_umberpaver_webbed, Webbed Umberpaver Wall -erebus:wall_amber, Amber Wall -erebus:wall_amber_bricks, Amber Brick Wall -erebus:slab_umberstone, Umberstone Slab -erebus:slab_umbercobble, Umbercobble Slab -erebus:slab_umbercobble_mossy, Mossy Umbercobble Slab -erebus:slab_umbercobble_webbed, Webbed Umbercobble Slab -erebus:slab_umberstone_bricks, Umberbrick Slab -erebus:slab_umbertile_smooth, Smooth Umbertile Slab -erebus:slab_umbertile_smooth_small, Small Umbertiles Slab -erebus:slab_umberpaver, Umberpaver Slab -erebus:slab_umberpaver_mossy, Mossy Umberpaver Slab -erebus:slab_umberpaver_webbed, Webbed Umberpaver Slab -erebus:slab_amber, Amber Slab -erebus:slab_amber_bricks, Amber Brick Slab -erebus:slab_planks_petrified_wood, Petrified Wood Slab -erebus:slab_mud_bricks, Mud Brick Slab -erebus:slab_mir_bricks, Mir Brick Slab -erebus:stairs_umberstone, Umberstone Stairs -erebus:stairs_umbercobble, Umbercobble Stairs -erebus:stairs_umbercobble_mossy, Mossy Umbercobble Stairs -erebus:stairs_umbercobble_webbed, Webbed Umbercobble Stairs -erebus:stairs_umberstone_bricks, Umberbrick Stairs -erebus:stairs_umbertile_smooth, Smooth Umbertile Stairs -erebus:stairs_umbertile_smooth_small, Small Umbertiles Stairs -erebus:stairs_umberpaver, Umberpaver Stairs -erebus:stairs_umberpaver_mossy, Mossy Umberpaver Stairs -erebus:stairs_umberpaver_webbed, Webbed Umberpaver Stairs -erebus:stairs_amber, Amber Stairs -erebus:stairs_amber_bricks, Amber Brick Stairs -erebus:stairs_petrified_wood, Petrified Wood Stairs -erebus:stairs_mud_bricks, Mud Brick Stairs -erebus:stairs_mir_bricks, Mirbrick Stairs -erebus:formic_acid, Formic Acid -erebus:honey, Honey -erebus:log_baobab, Baobab Wood -erebus:sapling_baobab, Baobab Sapling -erebus:leaves_baobab, Baobab Leaves -erebus:stairs_baobab, Baobab Stairs -erebus:slab_planks_baobab, Baobab Slab -erebus:door_baobab, Baobab Door -erebus:fence_baobab, Baobab Fence -erebus:fence_gate_baobab, Baobab Fence Gate -erebus:log_eucalyptus, Eucalyptus Wood -erebus:sapling_eucalyptus, Eucalyptus Sapling -erebus:leaves_eucalyptus, Eucalyptus Leaves -erebus:stairs_eucalyptus, Eucalyptus Stairs -erebus:slab_planks_eucalyptus, Eucalyptus Slab -erebus:door_eucalyptus, Eucalyptus Door -erebus:fence_eucalyptus, Eucalyptus Fence -erebus:fence_gate_eucalyptus, Eucalyptus Fence Gate -erebus:log_mahogany, Mahogany Wood -erebus:sapling_mahogany, Mahogany Sapling -erebus:leaves_mahogany, Mahogany Leaves -erebus:stairs_mahogany, Mahogany Stairs -erebus:slab_planks_mahogany, Mahogany Slab -erebus:door_mahogany, Mahogany Door -erebus:fence_mahogany, Mahogany Fence -erebus:fence_gate_mahogany, Mahogany Fence Gate -erebus:log_mossbark, Mossbark Wood -erebus:sapling_mossbark, Mossbark Sapling -erebus:leaves_mossbark, Mossbark Leaves -erebus:stairs_mossbark, Mossbark Stairs -erebus:slab_planks_mossbark, Mossbark Slab -erebus:door_mossbark, Mossbark Door -erebus:fence_mossbark, Mossbark Fence -erebus:fence_gate_mossbark, Mossbark Fence Gate -erebus:log_asper, Asper Wood -erebus:sapling_asper, Asper Sapling -erebus:leaves_asper, Asper Leaves -erebus:stairs_asper, Asper Stairs -erebus:slab_planks_asper, Asper Slab -erebus:door_asper, Asper Door -erebus:fence_asper, Asper Fence -erebus:fence_gate_asper, Asper Fence Gate -erebus:log_cypress, Cypress Wood -erebus:sapling_cypress, Cypress Sapling -erebus:leaves_cypress, Cypress Leaves -erebus:stairs_cypress, Cypress Stairs -erebus:slab_planks_cypress, Cypress Slab -erebus:door_cypress, Cypress Door -erebus:fence_cypress, Cypress Fence -erebus:fence_gate_cypress, Cypress Fence Gate -erebus:log_balsam, Balsam Wood -erebus:sapling_balsam, Balsam Sapling -erebus:leaves_balsam, Balsam Leaves -erebus:stairs_balsam, Balsam Stairs -erebus:slab_planks_balsam, Balsam Slab -erebus:fence_balsam, Balsam Fence -erebus:fence_gate_balsam, Balsam Fence Gate -erebus:stairs_white, White Stairs -erebus:slab_planks_white, White Slab -erebus:fence_white, White Fence -erebus:fence_gate_white, White Fence Gate -erebus:log_bamboo, Colossal Bamboo -erebus:sapling_bamboo, Colossal Bamboo Shoot -erebus:stairs_bamboo, Bamboo Stairs -erebus:slab_planks_bamboo, Bamboo Slab -erebus:fence_bamboo, Bamboo Fence -erebus:fence_gate_bamboo, Bamboo Fence Gate -erebus:log_rotten, Rotten Wood -erebus:stairs_rotten, Rotten Stairs -erebus:slab_planks_rotten, Rotten Slab -erebus:door_rotten, Rotten Door -erebus:fence_rotten, Rotten Fence -erebus:fence_gate_rotten, Rotten Fence Gate -erebus:log_marshwood, Marshwood Wood -erebus:sapling_marshwood, Marshwood Sapling -erebus:leaves_marshwood, Marshwood Leaves -erebus:stairs_marshwood, Marshwood Stairs -erebus:slab_planks_marshwood, Marshwood Slab -erebus:door_marshwood, Marshwood Door -erebus:fence_marshwood, Marshwood Fence -erebus:fence_gate_marshwood, Marshwood Fence Gate -erebus:log_scorched, Scorched Wood -erebus:stairs_scorched, Scorched Stairs -erebus:slab_planks_scorched, Scorched Slab -erebus:door_scorched, Scorched Door -erebus:fence_scorched, Scorched Fence -erebus:fence_gate_scorched, Scorched Fence Gate -erebus:stairs_varnished, Varnished Stairs -erebus:slab_planks_varnished, Varnished Slab -erebus:fence_varnished, Varnished Fence -erebus:fence_gate_varnished, Varnished Fence Gate -extendedcrafting:storage:0, Block of Black Iron -extendedcrafting:storage:1, Block of Luminessence -extendedcrafting:storage:2, Block of Nether Stars -extendedcrafting:storage:3, Block of Crystaltine -extendedcrafting:storage:4, Block of The Ultimate -extendedcrafting:storage:5, Block of Ender -extendedcrafting:storage:6, Block of Ender Stars -extendedcrafting:storage:7, Block of Enhanced Ender -extendedcrafting:frame, Black Iron Frame -extendedcrafting:lamp:0, Black Iron Lamp -extendedcrafting:lamp:1, Black Iron Lamp -extendedcrafting:trimmed:0, Block of Black Iron -extendedcrafting:trimmed:1, Block of Black Iron -extendedcrafting:trimmed:2, Block of Black Iron -extendedcrafting:trimmed:3, Block of Black Iron -extendedcrafting:trimmed:4, Block of Black Iron -extendedcrafting:trimmed:5, Block of Black Iron -extendedcrafting:crafting_table, Crafting Table -extendedcrafting:pedestal, Pedestal -extendedcrafting:crafting_core, Crafting Core -extendedcrafting:interface, Automation Interface -extendedcrafting:table_basic, Basic Crafting Table -extendedcrafting:table_advanced, Advanced Crafting Table -extendedcrafting:table_elite, Elite Crafting Table -extendedcrafting:table_ultimate, Ultimate Crafting Table -extendedcrafting:compressor, Quantum Compressor -extendedcrafting:ender_alternator, Ender Alternator -extendedcrafting:ender_crafter, Ender Crafter -extendedcrafting:guide, Extended Crafting Guide -extendedcrafting:material:0, Black Iron Ingot -extendedcrafting:material:1, Black Iron Nugget -extendedcrafting:material:2, Black Iron Slate -extendedcrafting:material:3, Black Iron Rod -extendedcrafting:material:7, Luminessence -extendedcrafting:material:8, Basic Catalyst -extendedcrafting:material:9, Advanced Catalyst -extendedcrafting:material:10, Elite Catalyst -extendedcrafting:material:11, Ultimate Catalyst -extendedcrafting:material:12, Crystaltine Catalyst -extendedcrafting:material:13, The Ultimate Catalyst -extendedcrafting:material:14, Basic Component -extendedcrafting:material:15, Advanced Component -extendedcrafting:material:16, Elite Component -extendedcrafting:material:17, Ultimate Component -extendedcrafting:material:18, Crystaltine Component -extendedcrafting:material:19, The Ultimate Component -extendedcrafting:material:24, Crystaltine Ingot -extendedcrafting:material:25, Crystaltine Nugget -extendedcrafting:material:32, The Ultimate Ingot -extendedcrafting:material:33, The Ultimate Nugget -extendedcrafting:material:36, Ender Ingot -extendedcrafting:material:37, Ender Nugget -extendedcrafting:material:40, Ender Star -extendedcrafting:material:41, Ender Star Nugget -extendedcrafting:material:48, Enhanced Ender Ingot -extendedcrafting:material:49, Enhanced Ender Nugget -extendedcrafting:material:128, Diamond Nugget -extendedcrafting:material:129, Emerald Nugget -extendedcrafting:material:140, Nether Star Nugget -extendedcrafting:handheld_table, Handheld Crafting Table -extendedcrafting:recipe_maker:0, Recipe Maker -extendedcrafting:singularity:0, Coal Singularity -extendedcrafting:singularity:1, Iron Singularity -extendedcrafting:singularity:2, Lapis Lazuli Singularity -extendedcrafting:singularity:3, Redstone Singularity -extendedcrafting:singularity:4, Glowstone Singularity -extendedcrafting:singularity:5, Gold Singularity -extendedcrafting:singularity:6, Diamond Singularity -extendedcrafting:singularity:7, Emerald Singularity -extendedcrafting:singularity:16, Aluminum Singularity -extendedcrafting:singularity:17, Copper Singularity -extendedcrafting:singularity:18, Tin Singularity -extendedcrafting:singularity:19, Bronze Singularity -extendedcrafting:singularity:20, Zinc Singularity -extendedcrafting:singularity:21, Brass Singularity -extendedcrafting:singularity:22, Silver Singularity -extendedcrafting:singularity:23, Lead Singularity -extendedcrafting:singularity:24, Steel Singularity -extendedcrafting:singularity:25, Nickel Singularity -extendedcrafting:singularity:26, Constantan Singularity -extendedcrafting:singularity:27, Electrum Singularity -extendedcrafting:singularity:28, Invar Singularity -extendedcrafting:singularity:29, Mithril Singularity -extendedcrafting:singularity:30, Tungsten Singularity -extendedcrafting:singularity:31, Titanium Singularity -extendedcrafting:singularity:32, Uranium Singularity -extendedcrafting:singularity:33, Chrome Singularity -extendedcrafting:singularity:34, Platinum Singularity -extendedcrafting:singularity:35, Iridium Singularity -extendedcrafting:singularity:48, Signalum Singularity -extendedcrafting:singularity:49, Lumium Singularity -extendedcrafting:singularity:50, Enderium Singularity -extendedcrafting:singularity:64, Ardite Singularity -extendedcrafting:singularity:65, Cobalt Singularity -extendedcrafting:singularity:66, Manyullyn Singularity -extendedcrafting:singularity_custom:999, White Fuel Singularity -extendedcrafting:singularity_custom:998, Cosmic Meatball Singularity -extendedcrafting:singularity_custom:997, Valonite Singularity -extendedcrafting:singularity_custom:996, Knightslime Singularity -extendedcrafting:singularity_custom:995, Fiery Singularity -extendedcrafting:singularity_custom:994, Coralium Singularity -extendedcrafting:singularity_custom:990, Apatite Singularity -extendedcrafting:singularity_custom:991, Bluefire Singularity -extendedcrafting:singularity_custom:992, Arcanium Singularity -extendedcrafting:singularity_custom:666, Bloodmaster Singularity -extendedcrafting:singularity_custom:665, Demonic Singularity -extendedcrafting:singularity_custom:664, Corrosive Singularity -extendedcrafting:singularity_custom:663, Destructive Singularity -extendedcrafting:singularity_custom:662, Vengeful Singularity -extendedcrafting:singularity_custom:661, Steadfast Singularity -extendedcrafting:singularity_custom:660, Aethium Singularity -extendedcrafting:singularity_custom:659, Thermoconducting Singularity -extendedcrafting:singularity_custom:658, Terrasteel Singularity -extendedcrafting:singularity_custom:657, Mithrillium Singularity -extendedcrafting:singularity_custom:656, Blood Infused Singularity -extendedcrafting:singularity_custom:654, Neutronium Singularity -extendedcrafting:singularity_custom:653, Ethaxium Singularity -extendedcrafting:singularity_custom:652, Insanium Singularity -extendedcrafting:singularity_custom:651, Divine Singularity -extendedcrafting:singularity_custom:650, Arc Singularity -extendedcrafting:singularity_custom:640, Endengeic Singularity -extendedcrafting:singularity_custom:630, Sednanite Singularity -extendedcrafting:singularity_custom:628, Ichor Singularity -extendedcrafting:singularity_custom:1001, Abyss Singularity -extendedcrafting:singularity_custom:1002, Precasia Singularity -extendedcrafting:singularity_custom:1003, Barathos Singularity -extendedcrafting:singularity_custom:1004, Creeponia Singularity -extendedcrafting:singularity_custom:1005, Deeplands Singularity -extendedcrafting:singularity_custom:1006, Lelyetia Singularity -extendedcrafting:singularity_custom:1007, Candyland Singularity -extendedcrafting:singularity_custom:1008, Celeve Singularity -extendedcrafting:singularity_custom:1009, Crystevia Singularity -extendedcrafting:singularity_custom:1010, Gardencia Singularity -extendedcrafting:singularity_custom:1011, Haven Singularity -extendedcrafting:singularity_custom:1012, Iromine Singularity -extendedcrafting:singularity_custom:1013, Mysterium Singularity -extendedcrafting:singularity_custom:1014, Vox Ponds Singularity -extendedcrafting:singularity_custom:1015, Borean Singularity -extendedcrafting:singularity_custom:1016, Runandor Singularity -extendedcrafting:singularity_custom:1017, Lunalus Singularity -extendedcrafting:singularity_custom:1018, Ancient Cavern Singularity -extendedcrafting:singularity_custom:1019, Dustopia Singularity -extendedcrafting:singularity_custom:1020, Greckon Singularity -extendedcrafting:singularity_custom:1021, Immortallis Singularity -extendedcrafting:singularity_custom:1030, Ender Dolomite Singularity -extendedcrafting:singularity_custom:1031, Nebulous Singularity -extendedcrafting:singularity_custom:1032, Quartz Singularity -extendedcrafting:singularity_custom:1022, Vethea Singularity -extendedcrafting:singularity_custom:1023, Shyrelands Singularity -extendedcrafting:singularity_custom:1024, Skeletal Singularity -extendedcrafting:singularity_custom:1025, Etherium Singularity -extendedcrafting:singularity_custom:1026, Champion Token Singularity -extendedcrafting:singularity_custom:2000, Mortum Singularity -extendedcrafting:singularity_custom:2001, Skythern Singularity -extendedcrafting:singularity_custom:2002, Apalachia Singularity -extendedcrafting:singularity_custom:2003, Wildwood Singularity -extendedcrafting:singularity_custom:2004, Eden Singularity -extendedcrafting:singularity_custom:2005, Abyss Token Singularity -extendedcrafting:singularity_custom:2006, Baron Token Singularity -extendedcrafting:singularity_custom:2007, Borean Token Singularity -extendedcrafting:singularity_custom:2008, Candyland Token Singularity -extendedcrafting:singularity_custom:2009, Celeve Token Singularity -extendedcrafting:singularity_custom:2010, Creeponia Token Singularity -extendedcrafting:singularity_custom:2011, Crystevia Token Singularity -extendedcrafting:singularity_custom:2012, Deeplands Token Singularity -extendedcrafting:singularity_custom:2013, Dustopia Token Singularity -extendedcrafting:singularity_custom:2014, Gardencia Token Singularity -extendedcrafting:singularity_custom:2015, Greckon Token Singularity -extendedcrafting:singularity_custom:2016, Haven Token Singularity -extendedcrafting:singularity_custom:2017, Iromine Token Singularity -extendedcrafting:singularity_custom:2018, Lelyetia Token Singularity -extendedcrafting:singularity_custom:2019, Lunar Token Singularity -extendedcrafting:singularity_custom:2020, Mysterium Token Singularity -extendedcrafting:singularity_custom:2021, Nether Token Singularity -extendedcrafting:singularity_custom:2022, Precasia Token Singularity -extendedcrafting:singularity_custom:2023, Runandor Token Singularity -extendedcrafting:singularity_custom:2024, Shyrelands Token Singularity -extendedcrafting:singularity_custom:2025, Vox Ponds Token Singularity -extendedcrafting:singularity_custom:2026, Ice Dragonsteel Singularity -extendedcrafting:singularity_custom:2027, Fire Dragonsteel Singularity -extendedcrafting:singularity_custom:2028, Lightning Dragonsteel Singularity -extendedcrafting:singularity_custom:2029, Draconium Singularity -extendedcrafting:singularity_custom:2030, Infused Diamond Singularity -extendedcrafting:singularity_custom:2031, Pure Fluix Singularity -extendedcrafting:singularity_custom:2032, Sugar Singularity -extendedcrafting:singularity_custom:2033, Knightmetal Singularity -extendedcrafting:singularity_custom:2034, Steeleaf Singularity -extendedcrafting:singularity_custom:2035, Ironwood Singularity -extendedcrafting:singularity_custom:2036, Syrmorite Singularity -extendedcrafting:singularity_custom:2037, Octine Singularity -extendedcrafting:singularity_custom:2038, Dreadium Singularity -extendedcrafting:singularity_custom:2039, Abyssalnite Singularity -extendedcrafting:singularity_custom:2040, Nether Star Singularity -extendedcrafting:singularity_ultimate, The Ultimate Singularity -extrabotany:pedestal, tile.pedestal.name -extrabotany:blockorichalcos, tile.blockorichalcos.name -extrabotany:manabarrel, tile.manabarrel.name -extrabotany:cocoondesire, tile.cocoondesire.name -extrabotany:managenerator, tile.managenerator.name -extrabotany:manaliquefaction, tile.manaliquefaction.name -extrabotany:fluidedmana, Fluided Mana -extrabotany:elfjar, tile.elfjar.name -extrabotany:trophy, tile.trophy.name -extrabotany:quantummanabuffer, tile.quantummanabuffer.name -extrabotany:dimensioncatalyst, tile.dimensioncatalyst.name -extrabotany:blockshadowium, tile.blockshadowium.name -extrabotany:blockphotonium, tile.blockphotonium.name -extrabotany:chargepad, tile.chargepad.name -extrabotany:manareader, item.manareader.name -extrabotany:spiritfuel, item.spiritfuel.name -extrabotany:nightmarefuel, item.nightmarefuel.name -extrabotany:material:0, Spirit Fragment -extrabotany:material:1, Orichalcos Ingot -extrabotany:material:2, Gilded Potato -extrabotany:material:3, Medal for Heroism -extrabotany:material:4, Empty Mana Glass Bottle -extrabotany:material:5, Shadowium -extrabotany:material:6, Challenge Ticket -extrabotany:material:7, Das Rheingold -extrabotany:material:8, Photonium -extrabotany:material:9, Call of the Void -extrabotany:material:10, Tri-Bloodstone -extrabotany:friedchicken, item.friedchicken.name -extrabotany:froststar, item.froststar.name -extrabotany:deathring, item.deathring.name -extrabotany:manasteelhammer, item.manasteelhammer.name -extrabotany:elementiumhammer, item.elementiumhammer.name -extrabotany:terrasteelhammer, item.terrasteelhammer.name -extrabotany:gildedmashedpotato, item.gildedmashedpotato.name -extrabotany:ultimatehammer, item.ultimatehammer.name -extrabotany:binder, item.binder.name -extrabotany:kinggarden, item.kinggarden.name -extrabotany:camera, item.camera.name -extrabotany:natureorb, item.natureorb.name -extrabotany:failnaught, item.failnaught.name -extrabotany:buddhistrelics, item.buddhistrelics.name -extrabotany:treasurebox, item.treasurebox.name -extrabotany:recordgaia3, item.recordgaia3.name -extrabotany:manasteelshield, item.manasteelshield.name -extrabotany:terrasteelshield, item.terrasteelshield.name -extrabotany:elementiumshield, item.elementiumshield.name -extrabotany:achilleshield, item.achilleshield.name -extrabotany:mastermanaring, item.mastermanaring.name -extrabotany:combatmaidboots, item.combatmaidboots.name -extrabotany:combatmaidchest, item.combatmaidchest.name -extrabotany:combatmaidhelm, item.combatmaidhelm.name -extrabotany:combatmaidlegs, item.combatmaidlegs.name -extrabotany:cosmeticmaidhelm, item.cosmeticmaidhelm.name -extrabotany:cosmeticmaidchest, item.cosmeticmaidchest.name -extrabotany:cosmeticmaidlegs, item.cosmeticmaidlegs.name -extrabotany:cosmeticmaidboots, item.cosmeticmaidboots.name -extrabotany:manadrink, item.manadrink.name -extrabotany:splashgrenade, item.splashgrenade.name -extrabotany:cocktail, item.cocktail.name -extrabotany:infinitewine, item.infinitewine.name -extrabotany:flyingboat:0, Manasteel Airship -extrabotany:flyingboat:1, Elementium Airship -extrabotany:flyingboat:2, Terrasteel Airship -extrabotany:cosmeticmaidhelmrevealing, item.cosmeticmaidhelmrevealing.name -extrabotany:combatmaidhelmrevealing, item.combatmaidhelmrevealing.name -extrabotany:shadowwarriorboots, item.shadowwarriorboots.name -extrabotany:shadowwarriorchest, item.shadowwarriorchest.name -extrabotany:shadowwarriorhelm, item.shadowwarriorhelm.name -extrabotany:shadowwarriorlegs, item.shadowwarriorlegs.name -extrabotany:combatmaidchestdarkened, item.combatmaidchestdarkened.name -extrabotany:shadowkatana, item.shadowkatana.name -extrabotany:excaliber, item.excaliber.name -extrabotany:puredaisypendant, item.puredaisypendant.name -extrabotany:supercrown, item.supercrown.name -extrabotany:redscarf, item.redscarf.name -extrabotany:masterhandbag, item.masterhandbag.name -extrabotany:spearsubspace, item.spearsubspace.name -extrabotany:coregod:0, Core of God -extrabotany:coregod:1, Core of God -extrabotany:coregod:2, Core of God -extrabotany:coregod:3, Core of God -extrabotany:coregod:4, Core of God -extrabotany:candy:0, Halloween Candy Eins -extrabotany:candy:1, Halloween Candy Zwei -extrabotany:candy:2, Halloween Candy Drei -extrabotany:rewardbag:0, Reward Bag Eins -extrabotany:rewardbag:1, Reward Bag Zwei -extrabotany:rewardbag:2, Reward Bag Drei -extrabotany:rewardbag:3, Reward Bag Vier -extrabotany:candybag, item.candybag.name -extrabotany:judahoath:0, Judah Oath -extrabotany:judahoath:1, Judah Oath KIRA -extrabotany:judahoath:2, Oath of Sakura -extrabotany:wallrunning, item.wallrunning.name -extrabotany:walljumping, item.walljumping.name -extrabotany:parkour, item.parkour.name -extrabotany:walkingcane, item.walkingcane.name -extrabotany:allforone, item.allforone.name -extrabotany:elvenking, item.elvenking.name -extrabotany:rewardbag943, item.rewardbag943.name -extrabotany:goblinslayerhelm, item.goblinslayerhelm.name -extrabotany:goblinslayerchest, item.goblinslayerchest.name -extrabotany:goblinslayerlegs, item.goblinslayerlegs.name -extrabotany:goblinslayerboots, item.goblinslayerboots.name -extrabotany:foxear, item.foxear.name -extrabotany:lens:0, Mana Lens: Push -extrabotany:lens:1, Mana Lens: Smelt -extrabotany:lens:2, Mana Lens: Mana -extrabotany:lens:3, Mana Lens: Potion -extrabotany:lens:4, Mana Lens: Cloud -extrabotany:lens:5, Mana Lens: Track -extrabotany:lens:6, Mana Lens: SUPERCONDUCTOR -extrabotany:bottledflame, item.bottledflame.name -extrabotany:bottledstar, item.bottledstar.name -extrabotany:bottledpixie, item.bottledpixie.name -extrabotany:cosmetic:0, Mask -extrabotany:cosmetic:1, Sims -extrabotany:cosmetic:2, Jungle Goggles -extrabotany:cosmetic:3, Diving Goggles -extrabotany:cosmetic:4, Snow Goggles -extrabotany:cosmetic:5, Goggles -extrabotany:cosmetic:6, Black Glasses -extrabotany:cosmetic:7, Question Mark -extrabotany:cosmetic:8, Lemon -extrabotany:cosmetic:9, Thug Life -extrabotany:recordherrscher, item.recordherrscher.name -extrabotany:jingweifeather, item.jingweifeather.name -extrabotany:manadriverring, item.manadriverring.name -extrabotany:magicfinger, item.magicfinger.name -extrabotany:silenteternity, item.silenteternity.name -extrabotany:specialbag, item.specialbag.name -extrabotany:firstfractal, item.firstfractal.name -zerocore:debugtool, Debug Tool -bigreactors:ingotyellorium, Yellorium Ingot -bigreactors:ingotcyanite, Cyanite Ingot -bigreactors:ingotgraphite, Graphite Bar -bigreactors:ingotblutonium, Blutonium Ingot -bigreactors:ingotludicrite, Ludicrite Ingot -bigreactors:ingotsteel, Steel Ingot -bigreactors:dustyellorium, Yellorium Dust -bigreactors:dustcyanite, Cyanite Dust -bigreactors:dustgraphite, Graphite Dust -bigreactors:dustblutonium, Blutonium Dust -bigreactors:dustludicrite, Ludicrite Dust -bigreactors:duststeel, Steel Dust -bigreactors:mineralanglesite, Anglesite (PbSO4) -bigreactors:mineralbenitoite, Benitoite (BaTiSi3O9) -bigreactors:reactorcasingcores, Reactor Casing Core (Legacy) -bigreactors:turbinehousingcores, Turbine Housing Core (Legacy) -bigreactors:wrench, Extreme Wrench -bigreactors:blockyellorium, Yellorium Block -bigreactors:oreanglesite, Anglesite Ore -bigreactors:turbinecreativesteamgenerator, Turbine Creative Steam Generator (Legacy) -bigreactors:turbinerotorblade, Turbine Rotor Blade (Legacy) -bigreactors:blockblutonium, Blutonium Block -bigreactors:orebenitoite, Benitoite Ore -bigreactors:turbinebearing, Turbine Rotor Bearing (Legacy) -bigreactors:reactorrednetport, Reactor RedNet Port (Legacy) -bigreactors:turbinehousing, Turbine Housing (Legacy) -bigreactors:blocksteel, Steel Block -bigreactors:reactoraccessport, Reactor Access Port (Legacy) -bigreactors:turbinecomputerport, Turbine Computer Port (Legacy) -bigreactors:turbinerotorshaft, Turbine Rotor Shaft (Legacy) -bigreactors:reactorcreativecoolantport, Reactor Creative Coolant Port (Legacy) -bigreactors:turbinefluidport, Turbine Fluid Port (Legacy) -bigreactors:blockgraphite, Graphite Block -bigreactors:blockcyanite, Cyanite Block -bigreactors:reactorcoolantport, Reactor Coolant Port (Legacy) -bigreactors:turbinecontroller, Turbine Controller (Legacy) -bigreactors:reactorpowertaptesla, Reactor Tesla Power Tap (Legacy) -bigreactors:turbineglass, Turbine Glass (Legacy) -bigreactors:reactorcasing, Reactor Casing (Legacy) -bigreactors:reactorpowertaprf, Reactor Redstone Flux Power Tap (Legacy) -bigreactors:reactorcontroller, Reactor Controller (Legacy) -bigreactors:reactorredstoneport, Reactor Redstone Port (Legacy) -bigreactors:oreyellorite, Yellorite Ore -bigreactors:blockludicrite, Ludicrite Block -bigreactors:turbinepowertaprf, Turbine Redstone Flux Power Tap (Legacy) -bigreactors:turbinepowertaptesla, Turbine Tesla Power Tap (Legacy) -bigreactors:reactorcomputerport, Reactor Computer Port (Legacy) -bigreactors:reactorglass, Reactor Glass (Legacy) -bigreactors:reactorcontrolrod, Reactor Control Rod (Legacy) -bigreactors:reactorfuelrod, Reactor Fuel Rod (Legacy) -mod_lavacow:netherstew, Nether Stew -mod_lavacow:canebeef, Cane Beef -mod_lavacow:canepork, Cane Pork -mod_lavacow:canerottenmeat, Cane Rotten Flesh -mod_lavacow:fissionpotion, Potion of Fission -mod_lavacow:hyphae, Hyphae -mod_lavacow:parasite_item:0, Parasite -mod_lavacow:parasite_item:1, Parasite -mod_lavacow:parasite_item:2, Parasite -mod_lavacow:parasite_item_cooked, Cooked Parasite -mod_lavacow:piranha, Piranha -mod_lavacow:piranha_cooked, Cooked Piranha -mod_lavacow:cheirolepis, Cheirolepis -mod_lavacow:cheirolepis_cooked, Cooked Cheirolepis -mod_lavacow:mousse, Minced meat -mod_lavacow:meatball, Meat Ball -mod_lavacow:sharptooth, Fangtooth -mod_lavacow:bonesword, Bone Sword -mod_lavacow:intestine, Intestine -mod_lavacow:frozenthigh, Frozen Thigh -mod_lavacow:poisonspore, Poisonous Spore -mod_lavacow:undyingheart, Undying Heart -mod_lavacow:goldenheart, Golden Heart -mod_lavacow:moltenbeef, Molten Meat -mod_lavacow:moltenaxe, Molten Axe -mod_lavacow:moltenhammer, Molten Hammer -mod_lavacow:mootenheart, Molten Heart -mod_lavacow:potion_of_mooten_lava, Potion of MOOten Lava -mod_lavacow:swinemask, Swine Mask -mod_lavacow:plagued_porkchop, Plagued Porkchop -mod_lavacow:green_bacon_and_eggs, Green Bacon & Eggs -mod_lavacow:pigboarhide, Plagued Hide -mod_lavacow:scythe_claw, Scythe Claw -mod_lavacow:reapers_scythe, Azrael's Scythe -mod_lavacow:famine, "Famine" -mod_lavacow:mimic_claw, Mimicrab Claw -mod_lavacow:mimic_claw_cooked, Baked Mimicrab Claw -mod_lavacow:silky_sludge, Silky Sludge -mod_lavacow:mossy_stick, Mossy Stick -mod_lavacow:sludge_wand, "Pestilence" -mod_lavacow:burntovipositor, Burnt Ovipositor -mod_lavacow:war, "War" -mod_lavacow:moltenpan, Molten Frypan -mod_lavacow:felarmor_helmet, Molten Helmet -mod_lavacow:felarmor_chestplate, Molten Chestplate -mod_lavacow:felarmor_leggings, Molten Leggings -mod_lavacow:felarmor_boots, Molten Boots -mod_lavacow:ptera_wing:0, Ptera Wing -mod_lavacow:ptera_wing:1, Ptera Wing -mod_lavacow:ptera_wing_cooked, Fried Ptera Wing -mod_lavacow:poisonstinger, Poison Stinger -mod_lavacow:vespa_carapace, Vespa Carapace -mod_lavacow:tooth_dagger, Tooth Dagger -mod_lavacow:vespa_dagger, Bee Sting -mod_lavacow:sausage_roll, Sausage Roll -mod_lavacow:swinearmor_chestplate, Swine Tunics -mod_lavacow:swinearmor_leggings, Swine Pants -mod_lavacow:swinearmor_boots, Swine Boots -mod_lavacow:zombiepiranha_item, Swarmer -mod_lavacow:zombiepiranha_item_cooked, Cooked Swarmer -mod_lavacow:piranhalauncher, Swarmer Launcher -mod_lavacow:cursed_fabric, Curseweave Fabric -mod_lavacow:cursed_bandage:0, Pet Bandage -mod_lavacow:cursed_bandage:1, Pet Bandage -mod_lavacow:cursed_bandage:2, Pet Bandage -mod_lavacow:cursed_bandage:3, Pet Bandage -mod_lavacow:holy_sludge, Holy Sludge -mod_lavacow:holy_grenade, Holy Grenade -mod_lavacow:feather_black, Black Feather -mod_lavacow:shattered_ice, Shattered Ice -mod_lavacow:halo_necklace, Halo Necklace -mod_lavacow:dreamcatcher, Dream Catcher -mod_lavacow:raven_whistle, Raven Whistle -mod_lavacow:acidicheart, Acidic Heart -mod_lavacow:faminearmor_helmet, Famine Helmet -mod_lavacow:faminearmor_chestplate, Famine Tunics -mod_lavacow:faminearmor_leggings, Famine Pants -mod_lavacow:faminearmor_boots, Famine Boots -mod_lavacow:foul_bristle, Foul Bristle -mod_lavacow:crabcake, Crab Cake -mod_lavacow:ectoplasm, Ectoplasm -mod_lavacow:ghostjelly, Ghost Jelly -mod_lavacow:banshee_vocal_cord, Banshee Vocal Cord -mod_lavacow:weta_jaw, Weta Jaw -mod_lavacow:chitin, Chitin -mod_lavacow:ghostbomb, Ghost Bomb -mod_lavacow:sonicbomb, Sonic Bomb -mod_lavacow:weta_hoe, Weta Hoe -mod_lavacow:bonestew, Bone Stew -mod_lavacow:vespa_shield, Vespa Shield -mod_lavacow:frozen_dagger, Frozen Dagger -mod_lavacow:spectral_dagger, Spectral Dagger -mod_lavacow:hatred_shard, Memory of a Thousand Armies -mod_lavacow:kings_crown:0, King's Crown -mod_lavacow:kings_crown:1, King's Crown -mod_lavacow:skeletonking_crown, The Crown of Rule -mod_lavacow:emblem_of_king, Emblem of King -mod_lavacow:beast_claw, Beast Claw -mod_lavacow:curseweave_cloth, Curseweave Cloth -mod_lavacow:undertaker_shovel, Midnight Mourne -mod_lavacow:skeletonking_mace, "Death" -mod_lavacow:glowshroom, Glow Shroom -mod_lavacow:pileofsludge, Sludge Pile -mod_lavacow:glowshroom_block_stem, Glow Shroom Stem -mod_lavacow:glowshroom_block_cap, Glow Shroom Cap -mod_lavacow:bloodtooth_shroom, Bloodtooth -mod_lavacow:cordy_shroom, Cordyceps -mod_lavacow:veil_shroom, Veil Shroom -mod_lavacow:scarecrowhead_common, Scarecrow Head -mod_lavacow:scarecrowhead_straw, Scarecrow Head -mod_lavacow:scarecrowhead_plague, Scarecrow Head -mod_lavacow:tombstone, Tombstone -storagedrawers:basicdrawers:0, Basic Drawer -storagedrawers:basicdrawers:0, Basic Drawer -storagedrawers:basicdrawers:0, Basic Drawer -storagedrawers:basicdrawers:0, Basic Drawer -storagedrawers:basicdrawers:0, Basic Drawer -storagedrawers:basicdrawers:0, Basic Drawer -storagedrawers:basicdrawers:1, Basic Drawers 1x2 -storagedrawers:basicdrawers:1, Basic Drawers 1x2 -storagedrawers:basicdrawers:1, Basic Drawers 1x2 -storagedrawers:basicdrawers:1, Basic Drawers 1x2 -storagedrawers:basicdrawers:1, Basic Drawers 1x2 -storagedrawers:basicdrawers:1, Basic Drawers 1x2 -storagedrawers:basicdrawers:2, Basic Drawers 2x2 -storagedrawers:basicdrawers:2, Basic Drawers 2x2 -storagedrawers:basicdrawers:2, Basic Drawers 2x2 -storagedrawers:basicdrawers:2, Basic Drawers 2x2 -storagedrawers:basicdrawers:2, Basic Drawers 2x2 -storagedrawers:basicdrawers:2, Basic Drawers 2x2 -storagedrawers:basicdrawers:3, Half Drawers 1x2 -storagedrawers:basicdrawers:3, Half Drawers 1x2 -storagedrawers:basicdrawers:3, Half Drawers 1x2 -storagedrawers:basicdrawers:3, Half Drawers 1x2 -storagedrawers:basicdrawers:3, Half Drawers 1x2 -storagedrawers:basicdrawers:3, Half Drawers 1x2 -storagedrawers:basicdrawers:4, Half Drawers 2x2 -storagedrawers:basicdrawers:4, Half Drawers 2x2 -storagedrawers:basicdrawers:4, Half Drawers 2x2 -storagedrawers:basicdrawers:4, Half Drawers 2x2 -storagedrawers:basicdrawers:4, Half Drawers 2x2 -storagedrawers:basicdrawers:4, Half Drawers 2x2 -storagedrawers:keybutton:0, Drawer Key Button -storagedrawers:keybutton:1, Concealment Key Button -storagedrawers:keybutton:2, Personal Key Button -storagedrawers:keybutton:3, Quantify Key Button -storagedrawers:compdrawers, Compacting Drawer -storagedrawers:controller, Drawer Controller -storagedrawers:controllerslave, Controller Slave -storagedrawers:trim:0, Oak Trim -storagedrawers:trim:1, Spruce Trim -storagedrawers:trim:2, Birch Trim -storagedrawers:trim:3, Jungle Trim -storagedrawers:trim:4, Acacia Trim -storagedrawers:trim:5, Dark Oak Trim -storagedrawers:customdrawers:0, Framed Drawer -storagedrawers:customdrawers:1, Framed Drawers 1x2 -storagedrawers:customdrawers:2, Framed Drawers 2x2 -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 -fluxnetworks:adminconfigurator, Admin Configurator -fluxnetworks:fluxblock, Flux Block -fluxnetworks:fluxplug, Flux Plug -fluxnetworks:fluxpoint, Flux Point -fluxnetworks:fluxcontroller, Flux Controller -fluxnetworks:fluxstorage, Basic Flux Storage -fluxnetworks:herculeanfluxstorage, Herculean Flux Storage -fluxnetworks:gargantuanfluxstorage, Gargantuan Flux Storage -framedcompactdrawers:framed_compact_drawer, Framed Compacting Drawer -framedcompactdrawers:framed_drawer_controller:0, Framed Drawer Controller -framedcompactdrawers:framed_slave:0, Framed Controller Slave -glassential:glass_clear, Clear Glass -glassential:glass_light, Luminous Glass -glassential:glass_redstone, Redstone Glass -glassential:glass_dark, Dyson Sphere Glass -glassential:glass_ghostly, Ghostly Glass -glassential:glass_ethereal, Ethereal Glass -glassential:glass_ethereal_reverse, Reverse Ethereal Glass -glassential:glass_cutter_iron, Glass Cutter -hatchery:hatcheryegg, Egg -hatchery:animalnet, Animal Net -hatchery:chickenmanure, Chicken Manure -hatchery:sprayer, Fertilizer Sprayer -hatchery:feather_meal, Feather Meal -hatchery:plastic, Plastic -hatchery:feather_fiber, Feather Fibers -hatchery:chicken_feed, Chicken Feed -hatchery:circuit_board, Circuit Board -hatchery:fiber_pad, Fiber Pad -hatchery:feather_pulp, Feather Pulp -hatchery:prize_egg, Lucky Egg -hatchery:chicken_machine, Lucky Egg Machine -hatchery:rf_upgrade:0, RF Efficiency Upgrade Tier 1 -hatchery:rf_upgrade:1, RF Efficiency Upgrade Tier 2 -hatchery:rf_upgrade:2, RF Efficiency Upgrade Tier 3 -hatchery:speed_upgrade:0, Speed Upgrade Tier 1 -hatchery:speed_upgrade:1, Speed Upgrade Tier 2 -hatchery:speed_upgrade:2, Speed Upgrade Tier 3 -hatchery:tank_upgrade:0, Tank Upgrade Tier 1 -hatchery:tank_upgrade:1, Tank Upgrade Tier 2 -hatchery:tank_upgrade:2, Tank Upgrade Tier 3 -hatchery:rf_capacity_upgrade:0, RF Capacity Tier 1 -hatchery:rf_capacity_upgrade:1, RF Capacity Tier 2 -hatchery:rf_capacity_upgrade:2, RF Capacity Tier 3 -hatchery:nest, Egg Nest -hatchery:pen, Nesting Pen -hatchery:feeder, Chicken Feeder -hatchery:fertilized_dirt, Fertilized Dirt -hatchery:fertilized_farmland, Fertilized Farmland -hatchery:manure_block, Chicken Manure Block -hatchery:nursery_block, Nursery Monitor -hatchery:fertilizer_mixer, Fertilizer Mixer -hatchery:digester_generator, Methane Digester Generator -hatchery:shredder, Shredder -iceandfire:lectern, Lectern -iceandfire:podium:0, Oak Podium -iceandfire:podium:1, Spruce Podium -iceandfire:podium:2, Birch Podium -iceandfire:podium:3, Jungle Podium -iceandfire:podium:4, Acacia Podium -iceandfire:podium:5, Dark Oak Podium -iceandfire:fire_lily, Fire Lily -iceandfire:frost_lily, Frost Lily -iceandfire:goldpile, Pile of Gold -iceandfire:silverpile, Pile of Silver -iceandfire:silver_ore, Silver Ore -iceandfire:sapphire_ore, Singing Sapphire Ore -iceandfire:silver_block, Silver Block -iceandfire:sapphire_block, Singing Sapphire Block -iceandfire:chared_dirt, Charred Dirt -iceandfire:chared_grass, Charred Grass -iceandfire:chared_stone, Charred Stone -iceandfire:chared_cobblestone, Charred Cobblestone -iceandfire:chared_gravel, Charred Gravel -iceandfire:chared_grass_path, Charred Grass Path -iceandfire:ash, Ash -iceandfire:frozen_dirt, Frozen Dirt -iceandfire:frozen_grass, Frozen Grass -iceandfire:frozen_stone, Frozen Stone -iceandfire:frozen_cobblestone, Frozen Cobblestone -iceandfire:frozen_gravel, Frozen Gravel -iceandfire:frozen_grass_path, Frozen Grass Path -iceandfire:frozen_splinters, Frozen Splinters -iceandfire:dragon_ice, Dragon Ice -iceandfire:dragon_ice_spikes, Dragon Ice Spikes -iceandfire:nest, Dragon Nest -iceandfire:dragonscale_red, Block of Dragon Scales -iceandfire:dragonscale_green, Block of Dragon Scales -iceandfire:dragonscale_bronze, Block of Dragon Scales -iceandfire:dragonscale_gray, Block of Dragon Scales -iceandfire:dragonscale_blue, Block of Dragon Scales -iceandfire:dragonscale_white, Block of Dragon Scales -iceandfire:dragonscale_sapphire, Block of Dragon Scales -iceandfire:dragonscale_silver, Block of Dragon Scales -iceandfire:dragon_bone_block, Block of Dragon Bones -iceandfire:dragon_bone_wall, Dragon Bone Wall -iceandfire:dragonforge_fire_brick, Dragonforge Fire Brick -iceandfire:dragonforge_ice_brick, Dragonforge Ice Brick -iceandfire:dragonforge_fire_input, Dragonforge Fire Aperture -iceandfire:dragonforge_ice_input, Dragonforge Ice Aperture -iceandfire:dragonforge_fire_core_disabled, Dragonforge Fire Core -iceandfire:dragonforge_ice_core_disabled, Dragonforge Ice Core -iceandfire:dragonforge_fire_core, Dragonforge Fire Core -iceandfire:dragonforge_ice_core, Dragonforge Ice Core -iceandfire:egginice, Frozen Dragon Egg -iceandfire:pixie_house:0, Brown Mushroom Pixie Hovel -iceandfire:pixie_house:1, Red Mushroom Pixie Hovel -iceandfire:pixie_house:2, Birch Pixie Hovel -iceandfire:pixie_house:3, Oak Pixie Hovel -iceandfire:pixie_house:4, Dark Oak Pixie Hovel -iceandfire:pixie_house:5, Spruce Pixie Hovel -iceandfire:venerable_stump, Venerable Stump -iceandfire:jar_empty, Jar -iceandfire:jar_pixie:0, Pixie Jar -iceandfire:jar_pixie:1, Pixie Jar -iceandfire:jar_pixie:2, Pixie Jar -iceandfire:jar_pixie:3, Pixie Jar -iceandfire:jar_pixie:4, Pixie Jar -iceandfire:myrmex_resin:0, Desert Myrmex Resin -iceandfire:myrmex_resin:1, Jungle Myrmex Resin -iceandfire:myrmex_resin_sticky:0, Sticky Desert Myrmex Resin -iceandfire:myrmex_resin_sticky:1, Sticky Jungle Myrmex Resin -iceandfire:desert_myrmex_cocoon, Desert Myrmex Cocoon -iceandfire:jungle_myrmex_cocoon, Jungle Myrmex Cocoon -iceandfire:myrmex_desert_biolight, Desert Myrmex Bioluminescence -iceandfire:myrmex_jungle_biolight, Jungle Myrmex Bioluminescence -iceandfire:myrmex_desert_resin_block, Hardened Desert Myrmex Resin -iceandfire:myrmex_jungle_resin_block, Hardened Jungle Myrmex Resin -iceandfire:myrmex_desert_resin_glass, Desert Myrmex Resin Glass -iceandfire:myrmex_jungle_resin_glass, Jungle Myrmex Resin Glass -iceandfire:dragonsteel_fire_block, Block of Fire Dragonsteel -iceandfire:dragonsteel_ice_block, Block of Ice Dragonsteel -iceandfire:dread_stone, Dreadstone -iceandfire:dread_stone_bricks, Dreadstone Bricks -iceandfire:dread_stone_bricks_chiseled, Chiseled Dreadstone Bricks -iceandfire:dread_stone_bricks_cracked, Cracked Dreadstone Bricks -iceandfire:dread_stone_bricks_mossy, Mossy Dreadstone Bricks -iceandfire:dread_stone_tile, Dreadstone Tile -iceandfire:dread_stone_face, Dreadstone Chiseled Skull -iceandfire:dread_torch, Dreadstone Torch -iceandfire:dread_stone_stairs, Dreadstone Bricks Stairs -iceandfire:dread_stone_slab_double:0, Dreadstone Bricks Slab -iceandfire:dread_stone_slab:0, Dreadstone Bricks Slab -iceandfire:dreadwood_log, Dreadwood Log -iceandfire:dreadwood_planks, Dreadwood Planks -iceandfire:dreadwood_planks_lock, Dreadwood Keyhole -iceandfire:dread_portal, Dread Lands Portal -iceandfire:dread_spawner, Dreadstone Mob Spawner -iceandfire:burnt_torch, Burnt Out Torch -iceandfire:crackled_dirt, Crackled Dirt -iceandfire:crackled_grass, Crackled Grass -iceandfire:crackled_stone, Crackled Stone -iceandfire:crackled_cobblestone, Crackled Cobblestone -iceandfire:crackled_gravel, Crackled Gravel -iceandfire:crackled_grass_path, Crackled Grass Path -iceandfire:dragonforge_lightning_brick, Dragonforge Lightning Brick -iceandfire:dragonforge_lightning_input, Dragonforge Lightning Aperture -iceandfire:dragonforge_lightning_core_disabled, Dragonforge Lightning Core -iceandfire:dragonforge_lightning_core, Dragonforge Lightning Core -iceandfire:copperpile, Pile of Copper -iceandfire:lightning_lily, Lightning Lily -iceandfire:dragonscale_electric, Block of Dragon Scales -iceandfire:dragonscale_amythest, Block of Dragon Scales -iceandfire:dragonscale_copper, Block of Dragon Scales -iceandfire:dragonscale_black, Block of Dragon Scales -iceandfire:copper_ore, Copper Ore -iceandfire:amythest_ore, Amethyst Ore -iceandfire:copper_block, Block of Copper -iceandfire:amythest_block, Block of Amethyst -iceandfire:dragonsteel_lightning_block, Block of Lightning Dragonsteel -iceandfire:sea_serpent_scale_block_blue, Block of Sea Serpent Scales -iceandfire:sea_serpent_scale_block_bronze, Block of Sea Serpent Scales -iceandfire:sea_serpent_scale_block_deepblue, Block of Sea Serpent Scales -iceandfire:sea_serpent_scale_block_green, Block of Sea Serpent Scales -iceandfire:sea_serpent_scale_block_purple, Block of Sea Serpent Scales -iceandfire:sea_serpent_scale_block_red, Block of Sea Serpent Scales -iceandfire:sea_serpent_scale_block_teal, Block of Sea Serpent Scales -iceandfire:bestiary, Bestiary -iceandfire:manuscript, Manuscript -iceandfire:sapphire_gem, Singing Sapphire -iceandfire:silver_ingot, Silver Ingot -iceandfire:silver_nugget, Silver Nugget -iceandfire:armor_silver_metal_helmet, Silver Helmet -iceandfire:armor_silver_metal_chestplate, Silver Chestplate -iceandfire:armor_silver_metal_leggings, Silver Leggings -iceandfire:armor_silver_metal_boots, Silver Boots -iceandfire:silver_sword, Silver Sword -iceandfire:silver_shovel, Silver Shovel -iceandfire:silver_pickaxe, Silver Pickaxe -iceandfire:silver_axe, Silver Axe -iceandfire:silver_hoe, Silver Hoe -iceandfire:fire_stew, Fire Lily Mixture -iceandfire:frost_stew, Frost Lily Mixture -iceandfire:dragonegg_red:0, Dragon Egg -iceandfire:dragonegg_green:0, Dragon Egg -iceandfire:dragonegg_bronze:0, Dragon Egg -iceandfire:dragonegg_gray:0, Dragon Egg -iceandfire:dragonegg_blue:0, Dragon Egg -iceandfire:dragonegg_white:0, Dragon Egg -iceandfire:dragonegg_sapphire:0, Dragon Egg -iceandfire:dragonegg_silver:0, Dragon Egg -iceandfire:dragonscales_red:0, Dragon Scales -iceandfire:dragonscales_green:0, Dragon Scales -iceandfire:dragonscales_bronze:0, Dragon Scales -iceandfire:dragonscales_gray:0, Dragon Scales -iceandfire:dragonscales_blue:0, Dragon Scales -iceandfire:dragonscales_white:0, Dragon Scales -iceandfire:dragonscales_sapphire:0, Dragon Scales -iceandfire:dragonscales_silver:0, Dragon Scales -iceandfire:dragonbone, Dragon Bone -iceandfire:witherbone, Witherbone -iceandfire:fishing_spear, Fishing Spear -iceandfire:wither_shard, Witherbone Shard -iceandfire:dragonbone_sword, Dragon Bone Sword -iceandfire:dragonbone_shovel, Dragon Bone Shovel -iceandfire:dragonbone_pickaxe, Dragon Bone Pickaxe -iceandfire:dragonbone_axe, Dragon Bone Axe -iceandfire:dragonbone_hoe, Dragon Bone Hoe -iceandfire:dragonbone_sword_fire, Flamed Dragon Bone Sword -iceandfire:dragonbone_sword_ice, Iced Dragon Bone Sword -iceandfire:dragonbone_arrow, Dragon Bone Arrow -iceandfire:dragonbone_bow, Dragon Bone Bow -iceandfire:dragon_skull:0, Dragon Skull -iceandfire:dragon_skull:1, Dragon Skull -iceandfire:dragon_skull:2, Dragon Skull -iceandfire:dragonarmor_iron:0, Iron Dragon Armor -iceandfire:dragonarmor_iron:1, Iron Dragon Armor -iceandfire:dragonarmor_iron:2, Iron Dragon Armor -iceandfire:dragonarmor_iron:3, Iron Dragon Armor -iceandfire:dragonarmor_gold:0, Gold Dragon Armor -iceandfire:dragonarmor_gold:1, Gold Dragon Armor -iceandfire:dragonarmor_gold:2, Gold Dragon Armor -iceandfire:dragonarmor_gold:3, Gold Dragon Armor -iceandfire:dragonarmor_diamond:0, Diamond Dragon Armor -iceandfire:dragonarmor_diamond:1, Diamond Dragon Armor -iceandfire:dragonarmor_diamond:2, Diamond Dragon Armor -iceandfire:dragonarmor_diamond:3, Diamond Dragon Armor -iceandfire:dragonarmor_silver:0, Silver Dragon Armor -iceandfire:dragonarmor_silver:1, Silver Dragon Armor -iceandfire:dragonarmor_silver:2, Silver Dragon Armor -iceandfire:dragonarmor_silver:3, Silver Dragon Armor -iceandfire:dragonarmor_dragonsteel_fire:0, Fire Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_fire:1, Fire Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_fire:2, Fire Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_fire:3, Fire Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_ice:0, Ice Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_ice:1, Ice Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_ice:2, Ice Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_ice:3, Ice Dragonsteel Dragon Armor -iceandfire:dragon_meal, Dragon Meal -iceandfire:sickly_dragon_meal, Sickly Dragon Meal -iceandfire:creative_dragon_meal, Creative Dragon Meal -iceandfire:fire_dragon_flesh, Fire Dragon Flesh -iceandfire:ice_dragon_flesh, Ice Dragon Flesh -iceandfire:fire_dragon_heart, Fire Dragon Heart -iceandfire:ice_dragon_heart, Ice Dragon Heart -iceandfire:fire_dragon_blood, Fire Dragon Blood -iceandfire:ice_dragon_blood, Ice Dragon Blood -iceandfire:dragon_stick, Dragon Command Staff -iceandfire:dragon_horn_fire, Legacy Dragon Horn -iceandfire:dragon_horn_ice, Legacy Dragon Horn -iceandfire:dragon_horn, Dragon Horn -iceandfire:dragon_flute, Dragon Bone Flute -iceandfire:summoning_crystal_fire, Fire Dragon Summoning Crystal -iceandfire:summoning_crystal_ice, Ice Dragon Summoning Crystal -iceandfire:hippogryph_egg:0, Hippogryph Egg -iceandfire:hippogryph_egg:1, Hippogryph Egg -iceandfire:hippogryph_egg:2, Hippogryph Egg -iceandfire:hippogryph_egg:3, Hippogryph Egg -iceandfire:hippogryph_egg:4, Hippogryph Egg -iceandfire:hippogryph_egg:5, Hippogryph Egg -iceandfire:hippogryph_egg:6, Hippogryph Egg -iceandfire:iron_hippogryph_armor, Iron Hippogryph Armor -iceandfire:gold_hippogryph_armor, Gold Hippogryph Armor -iceandfire:diamond_hippogryph_armor, Diamond Hippogryph Armor -iceandfire:hippogryph_talon, Hippogryph Talon -iceandfire:hippogryph_sword, Hippogryph Talon Sword -iceandfire:gorgon_head, Gorgon Head -iceandfire:stone_statue, Stone Statue -iceandfire:blindfold, Blindfold -iceandfire:pixie_dust, Pixie Dust -iceandfire:pixie_wings, Pixie Wings -iceandfire:pixie_wand, Pixie Wand -iceandfire:ambrosia, Ambrosia -iceandfire:cyclops_eye, Eye of Cyclops -iceandfire:sheep_helmet, Sheep Disguise Helmet -iceandfire:sheep_chestplate, Sheep Disguise Chestplate -iceandfire:sheep_leggings, Sheep Disguise Leggings -iceandfire:sheep_boots, Sheep Disguise Boots -iceandfire:shiny_scales, Shiny Scales -iceandfire:siren_tear, Siren Tear -iceandfire:siren_flute, Siren Flute -iceandfire:hippocampus_fin, Hippocampus Fin -iceandfire:hippocampus_slapper, Hippocampus Slapper -iceandfire:earplugs, Earplugs -iceandfire:deathworm_chitin:0, Tan Death Worm Chitin -iceandfire:deathworm_chitin:1, White Death Worm Chitin -iceandfire:deathworm_chitin:2, Red Death Worm Chitin -iceandfire:deathworm_yellow_helmet, Tan Death Worm Chitin Helmet -iceandfire:deathworm_yellow_chestplate, Tan Death Worm Chitin Chestplate -iceandfire:deathworm_yellow_leggings, Tan Death Worm Chitin Leggings -iceandfire:deathworm_yellow_boots, Tan Death Worm Chitin Boots -iceandfire:deathworm_white_helmet, White Death Worm Chitin Helmet -iceandfire:deathworm_white_chestplate, White Death Worm Chitin Chestplate -iceandfire:deathworm_white_leggings, White Death Worm Chitin Leggings -iceandfire:deathworm_white_boots, White Death Worm Chitin Boots -iceandfire:deathworm_red_helmet, Red Death Worm Chitin Helmet -iceandfire:deathworm_red_chestplate, Red Death Worm Chitin Chestplate -iceandfire:deathworm_red_leggings, Red Death Worm Chitin Leggings -iceandfire:deathworm_red_boots, Red Death Worm Chitin Boots -iceandfire:iceandfire.deathworm_egg:0, Death Worm Egg -iceandfire:iceandfire.deathworm_egg:1, Giant Death Worm Egg -iceandfire:deathworm_tounge, Death Worm Tongue -iceandfire:deathworm_gauntlet_yellow, Death Worm Gauntlet -iceandfire:deathworm_gauntlet_white, Death Worm Gauntlet -iceandfire:deathworm_gauntlet_red, Death Worm Gauntlet -iceandfire:rotten_egg, Rotten Egg -iceandfire:cockatrice_eye, Cockatrice Eye -iceandfire:cockatrice_scepter, Cockatrice Scepter -iceandfire:stymphalian_bird_feather, Stymphalian Bird Feather -iceandfire:stymphalian_arrow, Stymphalian Arrow -iceandfire:stymphalian_feather_bundle, Stymphalian Bird Feather Bundle -iceandfire:stymphalian_bird_dagger, Stymphalian Bird Dagger -iceandfire:troll_tusk, Troll Tusk -iceandfire:myrmex_desert_egg:0, Desert Myrmex Egg -iceandfire:myrmex_desert_egg:1, Desert Myrmex Egg -iceandfire:myrmex_desert_egg:2, Desert Myrmex Egg -iceandfire:myrmex_desert_egg:3, Desert Myrmex Egg -iceandfire:myrmex_desert_egg:4, Desert Myrmex Egg -iceandfire:myrmex_jungle_egg:0, Jungle Myrmex Egg -iceandfire:myrmex_jungle_egg:1, Jungle Myrmex Egg -iceandfire:myrmex_jungle_egg:2, Jungle Myrmex Egg -iceandfire:myrmex_jungle_egg:3, Jungle Myrmex Egg -iceandfire:myrmex_jungle_egg:4, Jungle Myrmex Egg -iceandfire:myrmex_desert_resin, Desert Myrmex Resin Chunk -iceandfire:myrmex_jungle_resin, Jungle Myrmex Resin Chunk -iceandfire:myrmex_desert_chitin, Desert Myrmex Chitin -iceandfire:myrmex_jungle_chitin, Jungle Myrmex Chitin -iceandfire:myrmex_stinger, Myrmex Stinger -iceandfire:myrmex_desert_sword, Desert Myrmex Chitin Sword -iceandfire:myrmex_desert_sword_venom, Desert Myrmex Stinger Sword -iceandfire:myrmex_desert_shovel, Desert Myrmex Chitin Shovel -iceandfire:myrmex_desert_pickaxe, Desert Myrmex Chitin Pickaxe -iceandfire:myrmex_desert_axe, Desert Myrmex Chitin Axe -iceandfire:myrmex_desert_hoe, Desert Myrmex Chitin Hoe -iceandfire:myrmex_jungle_sword, Jungle Myrmex Chitin Sword -iceandfire:myrmex_jungle_sword_venom, Jungle Myrmex Stinger Sword -iceandfire:myrmex_jungle_shovel, Jungle Myrmex Chitin Shovel -iceandfire:myrmex_jungle_pickaxe, Jungle Myrmex Chitin Pickaxe -iceandfire:myrmex_jungle_axe, Jungle Myrmex Chitin Axe -iceandfire:myrmex_jungle_hoe, Jungle Myrmex Chitin Hoe -iceandfire:myrmex_desert_staff, Desert Myrmex Staff -iceandfire:myrmex_jungle_staff, Jungle Myrmex Staff -iceandfire:myrmex_desert_helmet, Desert Myrmex Chitin Helmet -iceandfire:myrmex_desert_chestplate, Desert Myrmex Chitin Chestplate -iceandfire:myrmex_desert_leggings, Desert Myrmex Chitin Leggings -iceandfire:myrmex_desert_boots, Desert Myrmex Chitin Boots -iceandfire:myrmex_jungle_helmet, Jungle Myrmex Chitin Helmet -iceandfire:myrmex_jungle_chestplate, Jungle Myrmex Chitin Chestplate -iceandfire:myrmex_jungle_leggings, Jungle Myrmex Chitin Leggings -iceandfire:myrmex_jungle_boots, Jungle Myrmex Chitin Boots -iceandfire:myrmex_desert_swarm, Myrmex Swarm -iceandfire:myrmex_jungle_swarm, Myrmex Swarm -iceandfire:amphithere_feather, Amphithere Feather -iceandfire:amphithere_arrow, Amphithere Arrow -iceandfire:amphithere_macuahuitl, Amphithere Macuahuitl -iceandfire:sea_serpent_fang, Sea Serpent Fang -iceandfire:sea_serpent_arrow, Tide Arrow -iceandfire:tide_trident, Tide Trident -iceandfire:chain_link, Iron Chain Link -iceandfire:chain_sticky, Sticky Iron Chain -iceandfire:chain, Iron Chain -iceandfire:dragonsteel_fire_ingot, Fire Dragonsteel Ingot -iceandfire:dragonsteel_fire_sword, Fire Dragonsteel Sword -iceandfire:dragonsteel_fire_pickaxe, Fire Dragonsteel Pickaxe -iceandfire:dragonsteel_fire_axe, Fire Dragonsteel Axe -iceandfire:dragonsteel_fire_shovel, Fire Dragonsteel Shovel -iceandfire:dragonsteel_fire_hoe, Fire Dragonsteel Hoe -iceandfire:dragonsteel_fire_helmet, Fire Dragonsteel Helmet -iceandfire:dragonsteel_fire_chestplate, Fire Dragonsteel Chestplate -iceandfire:dragonsteel_fire_leggings, Fire Dragonsteel Leggings -iceandfire:dragonsteel_fire_boots, Fire Dragonsteel Boots -iceandfire:dragonsteel_ice_ingot, Ice Dragonsteel Ingot -iceandfire:dragonsteel_ice_sword, Ice Dragonsteel Sword -iceandfire:dragonsteel_ice_pickaxe, Ice Dragonsteel Pickaxe -iceandfire:dragonsteel_ice_axe, Ice Dragonsteel Axe -iceandfire:dragonsteel_ice_shovel, Ice Dragonsteel Shovel -iceandfire:dragonsteel_ice_hoe, Ice Dragonsteel Hoe -iceandfire:dragonsteel_ice_helmet, Ice Dragonsteel Helmet -iceandfire:dragonsteel_ice_chestplate, Ice Dragonsteel Chestplate -iceandfire:dragonsteel_ice_leggings, Ice Dragonsteel Leggings -iceandfire:dragonsteel_ice_boots, Ice Dragonsteel Boots -iceandfire:weezer_blue_album, Weezer -iceandfire:dragon_debug_stick, Dragon Debug Stick -iceandfire:dread_sword, Dread Thrall's Sword -iceandfire:dread_knight_sword, Dread Knight's Sword -iceandfire:lich_staff, Dread Lich Staff -iceandfire:dread_queen_sword, Blade of the Dreaded Queen -iceandfire:dread_queen_staff, Staff of the Dreaded Queen -iceandfire:dread_shard, Dread Shard -iceandfire:dread_key, §bGravemaster's Key§r -iceandfire:hydra_fang, Hydra Fang -iceandfire:hydra_heart, Hydra Heart -iceandfire:hydra_arrow, Hydra Arrow -iceandfire:dragonsteel_lightning_ingot, Lightning Dragonsteel Ingot -iceandfire:dragonsteel_lightning_sword, Lightning Dragonsteel Sword -iceandfire:dragonsteel_lightning_pickaxe, Lightning Dragonsteel Pickaxe -iceandfire:dragonsteel_lightning_axe, Lightning Dragonsteel Axe -iceandfire:dragonsteel_lightning_shovel, Lightning Dragonsteel Shovel -iceandfire:dragonsteel_lightning_hoe, Lightning Dragonsteel Hoe -iceandfire:dragonsteel_lightning_helmet, Lightning Dragonsteel Helmet -iceandfire:dragonsteel_lightning_chestplate, Lightning Dragonsteel Chestplate -iceandfire:dragonsteel_lightning_leggings, Lightning Dragonsteel Leggings -iceandfire:dragonsteel_lightning_boots, Lightning Dragonsteel Boots -iceandfire:dragonbone_sword_lightning, Lightning Dragon Bone Sword -iceandfire:copper_ingot, Copper Ingot -iceandfire:copper_nugget, Copper Nugget -iceandfire:copper_sword, Copper Sword -iceandfire:copper_shovel, Copper Shovel -iceandfire:copper_pickaxe, Copper Pickaxe -iceandfire:copper_axe, Copper Axe -iceandfire:copper_hoe, Copper Hoe -iceandfire:armor_copper_metal_helmet, Copper Helmet -iceandfire:armor_copper_metal_chestplate, Copper Chestplate -iceandfire:armor_copper_metal_leggings, Copper Leggings -iceandfire:armor_copper_metal_boots, Copper Boots -iceandfire:dragonarmor_copper:0, Copper Dragon Armor -iceandfire:dragonarmor_copper:1, Copper Dragon Armor -iceandfire:dragonarmor_copper:2, Copper Dragon Armor -iceandfire:dragonarmor_copper:3, Copper Dragon Armor -iceandfire:dragonarmor_dragonsteel_lightning:0, Lightning Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_lightning:1, Lightning Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_lightning:2, Lightning Dragonsteel Dragon Armor -iceandfire:dragonarmor_dragonsteel_lightning:3, Lightning Dragonsteel Dragon Armor -iceandfire:dragon_horn_lightning, Legacy Dragon Horn -iceandfire:summoning_crystal_lightning, Lightning Dragon Summoning Crystal -iceandfire:lightning_dragon_flesh, Lightning Dragon Flesh -iceandfire:lightning_dragon_heart, Lightning Dragon Heart -iceandfire:lightning_dragon_blood, Lightning Dragon Blood -iceandfire:lightning_stew, Lightning Lily Mixture -iceandfire:dragonscales_electric:0, Dragon Scales -iceandfire:dragonscales_amythest:0, Dragon Scales -iceandfire:dragonscales_copper:0, Dragon Scales -iceandfire:dragonscales_black:0, Dragon Scales -iceandfire:dragonegg_electric:0, Dragon Egg -iceandfire:dragonegg_amythest:0, Dragon Egg -iceandfire:dragonegg_copper:0, Dragon Egg -iceandfire:dragonegg_black:0, Dragon Egg -iceandfire:amythest_gem, Amethyst -iceandfire:armor_red_helmet, Dragon Scale Helmet -iceandfire:armor_red_chestplate, Dragon Scale Chestplate -iceandfire:armor_red_leggings, Dragon Scale Leggings -iceandfire:armor_red_boots, Dragon Scale Boots -iceandfire:armor_bronze_helmet, Dragon Scale Helmet -iceandfire:armor_bronze_chestplate, Dragon Scale Chestplate -iceandfire:armor_bronze_leggings, Dragon Scale Leggings -iceandfire:armor_bronze_boots, Dragon Scale Boots -iceandfire:armor_green_helmet, Dragon Scale Helmet -iceandfire:armor_green_chestplate, Dragon Scale Chestplate -iceandfire:armor_green_leggings, Dragon Scale Leggings -iceandfire:armor_green_boots, Dragon Scale Boots -iceandfire:armor_gray_helmet, Dragon Scale Helmet -iceandfire:armor_gray_chestplate, Dragon Scale Chestplate -iceandfire:armor_gray_leggings, Dragon Scale Leggings -iceandfire:armor_gray_boots, Dragon Scale Boots -iceandfire:armor_blue_helmet, Dragon Scale Helmet -iceandfire:armor_blue_chestplate, Dragon Scale Chestplate -iceandfire:armor_blue_leggings, Dragon Scale Leggings -iceandfire:armor_blue_boots, Dragon Scale Boots -iceandfire:armor_white_helmet, Dragon Scale Helmet -iceandfire:armor_white_chestplate, Dragon Scale Chestplate -iceandfire:armor_white_leggings, Dragon Scale Leggings -iceandfire:armor_white_boots, Dragon Scale Boots -iceandfire:armor_sapphire_helmet, Dragon Scale Helmet -iceandfire:armor_sapphire_chestplate, Dragon Scale Chestplate -iceandfire:armor_sapphire_leggings, Dragon Scale Leggings -iceandfire:armor_sapphire_boots, Dragon Scale Boots -iceandfire:armor_silver_helmet, Dragon Scale Helmet -iceandfire:armor_silver_chestplate, Dragon Scale Chestplate -iceandfire:armor_silver_leggings, Dragon Scale Leggings -iceandfire:armor_silver_boots, Dragon Scale Boots -iceandfire:armor_electric_helmet, Dragon Scale Helmet -iceandfire:armor_electric_chestplate, Dragon Scale Chestplate -iceandfire:armor_electric_leggings, Dragon Scale Leggings -iceandfire:armor_electric_boots, Dragon Scale Boots -iceandfire:armor_amythest_helmet, Dragon Scale Helmet -iceandfire:armor_amythest_chestplate, Dragon Scale Chestplate -iceandfire:armor_amythest_leggings, Dragon Scale Leggings -iceandfire:armor_amythest_boots, Dragon Scale Boots -iceandfire:armor_copper_helmet, Dragon Scale Helmet -iceandfire:armor_copper_chestplate, Dragon Scale Chestplate -iceandfire:armor_copper_leggings, Dragon Scale Leggings -iceandfire:armor_copper_boots, Dragon Scale Boots -iceandfire:armor_black_helmet, Dragon Scale Helmet -iceandfire:armor_black_chestplate, Dragon Scale Chestplate -iceandfire:armor_black_leggings, Dragon Scale Leggings -iceandfire:armor_black_boots, Dragon Scale Boots -iceandfire:sea_serpent_scales_blue, Sea Serpent Scales -iceandfire:tide_blue_helmet, Tide Guardian Helmet -iceandfire:tide_blue_chestplate, Tide Guardian Chestplate -iceandfire:tide_blue_leggings, Tide Guardian Leggings -iceandfire:tide_blue_boots, Tide Guardian Boots -iceandfire:sea_serpent_scales_bronze, Sea Serpent Scales -iceandfire:tide_bronze_helmet, Tide Guardian Helmet -iceandfire:tide_bronze_chestplate, Tide Guardian Chestplate -iceandfire:tide_bronze_leggings, Tide Guardian Leggings -iceandfire:tide_bronze_boots, Tide Guardian Boots -iceandfire:sea_serpent_scales_deepblue, Sea Serpent Scales -iceandfire:tide_deepblue_helmet, Tide Guardian Helmet -iceandfire:tide_deepblue_chestplate, Tide Guardian Chestplate -iceandfire:tide_deepblue_leggings, Tide Guardian Leggings -iceandfire:tide_deepblue_boots, Tide Guardian Boots -iceandfire:sea_serpent_scales_green, Sea Serpent Scales -iceandfire:tide_green_helmet, Tide Guardian Helmet -iceandfire:tide_green_chestplate, Tide Guardian Chestplate -iceandfire:tide_green_leggings, Tide Guardian Leggings -iceandfire:tide_green_boots, Tide Guardian Boots -iceandfire:sea_serpent_scales_purple, Sea Serpent Scales -iceandfire:tide_purple_helmet, Tide Guardian Helmet -iceandfire:tide_purple_chestplate, Tide Guardian Chestplate -iceandfire:tide_purple_leggings, Tide Guardian Leggings -iceandfire:tide_purple_boots, Tide Guardian Boots -iceandfire:sea_serpent_scales_red, Sea Serpent Scales -iceandfire:tide_red_helmet, Tide Guardian Helmet -iceandfire:tide_red_chestplate, Tide Guardian Chestplate -iceandfire:tide_red_leggings, Tide Guardian Leggings -iceandfire:tide_red_boots, Tide Guardian Boots -iceandfire:sea_serpent_scales_teal, Sea Serpent Scales -iceandfire:tide_teal_helmet, Tide Guardian Helmet -iceandfire:tide_teal_chestplate, Tide Guardian Chestplate -iceandfire:tide_teal_leggings, Tide Guardian Leggings -iceandfire:tide_teal_boots, Tide Guardian Boots -iceandfire:troll_weapon.axe, Troll's Axe -iceandfire:troll_weapon.column, Troll's Stone Column -iceandfire:troll_weapon.column_forest, Troll's Mossy Column -iceandfire:troll_weapon.column_frost, Troll's Frosted Col -iceandfire:troll_weapon.hammer, Troll's Hammer -iceandfire:troll_weapon.trunk, Troll's Tree Trunk -iceandfire:troll_weapon.trunk_frost, Troll's Frosted Tree Trunk -iceandfire:troll_leather_forest, Forest Troll Leather -iceandfire:forest_troll_leather_helmet, Forest Troll Leather Helmet -iceandfire:forest_troll_leather_chestplate, Forest Troll Leather Chestplate -iceandfire:forest_troll_leather_leggings, Forest Troll Leather Leggings -iceandfire:forest_troll_leather_boots, Forest Troll Leather Boots -iceandfire:troll_leather_frost, Frost Troll Leather -iceandfire:frost_troll_leather_helmet, Frost Troll Leather Helmet -iceandfire:frost_troll_leather_chestplate, Frost Troll Leather Chestplate -iceandfire:frost_troll_leather_leggings, Frost Troll Leather Leggings -iceandfire:frost_troll_leather_boots, Frost Troll Leather Boots -iceandfire:troll_leather_mountain, Mountain Troll Leather -iceandfire:mountain_troll_leather_helmet, Mountain Troll Leather Helmet -iceandfire:mountain_troll_leather_chestplate, Mountain Troll Leather Chestplate -iceandfire:mountain_troll_leather_leggings, Mountain Troll Leather Leggings -iceandfire:mountain_troll_leather_boots, Mountain Troll Leather Boots -iceandfire:hippogryph_skull, Hippogryph Skull -iceandfire:cyclops_skull, Cyclops Skull -iceandfire:cockatrice_skull, Cockatrice Skull -iceandfire:stymphalian_skull, Stymphalian Bird Skull -iceandfire:troll_skull, Troll Skull -iceandfire:amphithere_skull, Amphithere Skull -iceandfire:seaserpent_skull, Sea Serpent Skull -iceandfire:hydra_skull, Hydra Skull -immersivepetroleum:metal_device:0, Automatic Lubricator -immersivepetroleum:metal_device:1, Portable Generator -immersivepetroleum:stone_decoration, tile.immersivepetroleum.stone_decoration.name -immersivepetroleum:material:0, Bitumen -immersivepetroleum:schematic, %s Projector -immersivepetroleum:speedboat, Motorboat -immersivepetroleum:upgrades:0, Reinforced Hull -immersivepetroleum:upgrades:1, Icebreaker Bow -immersivepetroleum:upgrades:2, Expanded Fuel Tank -immersivepetroleum:upgrades:3, Maneuvering Rudders -immersivepetroleum:upgrades:4, Emergency Paddles -immersivepetroleum:oil_can, Lubricant Can -teslacorelib:base_addon, Base Addon -teslacorelib:energy_tier1, Energy Upgrade I -teslacorelib:energy_tier2, Energy Upgrade II -teslacorelib:machine_case, Machine Case -teslacorelib:speed_tier1, Speed Upgrade I -teslacorelib:speed_tier2, Speed Upgrade II -teslacorelib:wrench, Tesla Wrench -integrateddynamics:part_audio_reader_item, parttype.parttypes.integrateddynamics.audio_reader.name.name -integrateddynamics:part_block_reader_item, parttype.parttypes.integrateddynamics.block_reader.name.name -integrateddynamics:part_entity_reader_item, parttype.parttypes.integrateddynamics.entity_reader.name.name -integrateddynamics:part_extradimensional_reader_item, parttype.parttypes.integrateddynamics.extradimensional_reader.name.name -integrateddynamics:part_fluid_reader_item, parttype.parttypes.integrateddynamics.fluid_reader.name.name -integrateddynamics:part_inventory_reader_item, parttype.parttypes.integrateddynamics.inventory_reader.name.name -integrateddynamics:part_machine_reader_item, parttype.parttypes.integrateddynamics.machine_reader.name.name -integrateddynamics:part_network_reader_item, parttype.parttypes.integrateddynamics.network_reader.name.name -integrateddynamics:part_redstone_reader_item, parttype.parttypes.integrateddynamics.redstone_reader.name.name -integrateddynamics:part_world_reader_item, parttype.parttypes.integrateddynamics.world_reader.name.name -integrateddynamics:part_audio_writer_item, parttype.parttypes.integrateddynamics.audio_writer.name.name -integrateddynamics:part_effect_writer_item, parttype.parttypes.integrateddynamics.effect_writer.name.name -integrateddynamics:part_entity_writer_item, parttype.parttypes.integrateddynamics.entity_writer.name.name -integrateddynamics:part_machine_writer_item, parttype.parttypes.integrateddynamics.machine_writer.name.name -integrateddynamics:part_inventory_writer_item, parttype.parttypes.integrateddynamics.inventory_writer.name.name -integrateddynamics:part_redstone_writer_item, parttype.parttypes.integrateddynamics.redstone_writer.name.name -integrateddynamics:part_static_light_panel_item, parttype.parttypes.integrateddynamics.static_light_panel.name.name -integrateddynamics:part_dynamic_light_panel_item, parttype.parttypes.integrateddynamics.dynamic_light_panel.name.name -integrateddynamics:part_display_panel_item, parttype.parttypes.integrateddynamics.display_panel.name.name -integrateddynamics:part_connector_mono_directional_item, parttype.parttypes.integrateddynamics.connector_mono_directional.name.name -integrateddynamics:part_connector_omni_directional_item, parttype.parttypes.integrateddynamics.connector_omni_directional.name.name -integrateddynamics:cable, Logic Cable -integrateddynamics:variablestore:0, Variable Store -integrateddynamics:logic_programmer:0, Logic Programmer -integrateddynamics:energy_battery, Energy Battery -integrateddynamics:creative_energy_battery, Creative Energy Battery -integrateddynamics:coal_generator:0, Generator -integrateddynamics:proxy:0, Proxy -integrateddynamics:materializer:0, Materializer -integrateddynamics:menril_log:0, Menril Wood -integrateddynamics:menril_log_filled:0, Enriched Menril Wood -integrateddynamics:menril_leaves:0, Menril Leaves -integrateddynamics:menril_sapling:0, Menril Sapling -integrateddynamics:menril_planks, Menril Wood Planks -integrateddynamics:crystalized_menril_block, Block of Crystalized Menril -integrateddynamics:crystalized_menril_brick, Crystalized Menril Brick -integrateddynamics:block_menril_resin:0, Menril Resin -integrateddynamics:drying_basin, Drying Basin -integrateddynamics:squeezer:0, Squeezer -integrateddynamics:menril_door, Menril Door -integrateddynamics:menril_torch:0, Menril Torch -integrateddynamics:menril_torch_stone:0, Menril Stone Torch -integrateddynamics:menril_planks_stairs:0, Menril Wood Stairs -integrateddynamics:crystalized_menril_block_stairs:0, Crystalized Menril Stairs -integrateddynamics:crystalized_menril_brick_stairs:0, Crystalized Menril Brick Stairs -integrateddynamics:delay:0, Delayer -integrateddynamics:block_liquid_chorus:0, Liquid Chorus -integrateddynamics:crystalized_chorus_block, Block of Crystalized Chorus -integrateddynamics:crystalized_chorus_brick, Crystalized Chorus Brick -integrateddynamics:crystalized_chorus_block_stairs:0, Crystalized Chorus Stairs -integrateddynamics:crystalized_chorus_brick_stairs:0, Crystalized Chorus Brick Stairs -integrateddynamics:mechanical_squeezer:0, Mechanical Squeezer -integrateddynamics:mechanical_drying_basin:0, Mechanical Drying Basin -integrateddynamics:wrench, Wrench -integrateddynamics:variable, Variable Card -integrateddynamics:labeller, Labeller -integrateddynamics:facade, Facade -integrateddynamics:crystalized_menril_chunk, Crystalized Menril Chunk -integrateddynamics:variable_transformer:0, Output Variable Transformer -integrateddynamics:variable_transformer:1, Input Variable Transformer -integrateddynamics:menril_berries, Menril Berries -integrateddynamics:portable_logic_programmer, Portable Logic Programmer -integrateddynamics:on_the_dynamics_of_integration, On the Dynamics of Integration -integrateddynamics:crystalized_chorus_chunk, Crystalized Chorus Chunk -integrateddynamics:logic_director, Logic Director -integratedtunnels:part_interface_energy_item, parttype.parttypes.integratedtunnels.interface_energy.name.name -integratedtunnels:part_importer_energy_item, parttype.parttypes.integratedtunnels.importer_energy.name.name -integratedtunnels:part_exporter_energy_item, parttype.parttypes.integratedtunnels.exporter_energy.name.name -integratedtunnels:part_importer_world_energy_item, parttype.parttypes.integratedtunnels.importer_world_energy.name.name -integratedtunnels:part_exporter_world_energy_item, parttype.parttypes.integratedtunnels.exporter_world_energy.name.name -integratedtunnels:part_interface_item_item, parttype.parttypes.integratedtunnels.interface_item.name.name -integratedtunnels:part_importer_item_item, parttype.parttypes.integratedtunnels.importer_item.name.name -integratedtunnels:part_exporter_item_item, parttype.parttypes.integratedtunnels.exporter_item.name.name -integratedtunnels:part_importer_world_item_item, parttype.parttypes.integratedtunnels.importer_world_item.name.name -integratedtunnels:part_exporter_world_item_item, parttype.parttypes.integratedtunnels.exporter_world_item.name.name -integratedtunnels:part_interface_fluid_item, parttype.parttypes.integratedtunnels.interface_fluid.name.name -integratedtunnels:part_importer_fluid_item, parttype.parttypes.integratedtunnels.importer_fluid.name.name -integratedtunnels:part_exporter_fluid_item, parttype.parttypes.integratedtunnels.exporter_fluid.name.name -integratedtunnels:part_importer_world_fluid_item, parttype.parttypes.integratedtunnels.importer_world_fluid.name.name -integratedtunnels:part_exporter_world_fluid_item, parttype.parttypes.integratedtunnels.exporter_world_fluid.name.name -integratedtunnels:part_importer_world_block_item, parttype.parttypes.integratedtunnels.importer_world_block.name.name -integratedtunnels:part_exporter_world_block_item, parttype.parttypes.integratedtunnels.exporter_world_block.name.name -integratedtunnels:part_player_simulator_item, parttype.parttypes.integratedtunnels.player_simulator.name.name -mysticalagriculture:storage:0, §eBlock of Inferium Essence -mysticalagriculture:storage:1, §aBlock of Prudentium Essence -mysticalagriculture:storage:2, §6Block of Intermedium Essence -mysticalagriculture:storage:3, §bBlock of Superium Essence -mysticalagriculture:storage:4, §cBlock of Supremium Essence -mysticalagriculture:storage:5, Block of Prosperity -mysticalagriculture:ingot_storage:0, Block of Base Essence -mysticalagriculture:ingot_storage:1, §eBlock of Inferium -mysticalagriculture:ingot_storage:2, §aBlock of Prudentium -mysticalagriculture:ingot_storage:3, §6Block of Intermedium -mysticalagriculture:ingot_storage:4, §bBlock of Superium -mysticalagriculture:ingot_storage:5, §cBlock of Supremium -mysticalagriculture:ingot_storage:6, §dBlock of Soulium -mysticalagriculture:coal_block:0, §eBlock of Inferium Coal -mysticalagriculture:coal_block:1, §aBlock of Prudentium Coal -mysticalagriculture:coal_block:2, §6Block of Intermedium Coal -mysticalagriculture:coal_block:3, §bBlock of Superium Coal -mysticalagriculture:coal_block:4, §cBlock of Supremium Coal -mysticalagriculture:soulstone:0, Soulstone -mysticalagriculture:soulstone:1, Cobbled Soulstone -mysticalagriculture:soulstone:2, Polished Soulstone -mysticalagriculture:soulstone:3, Soulstone Bricks -mysticalagriculture:soulstone:4, Cracked Soulstone Bricks -mysticalagriculture:soulstone:5, Chiseled Soulstone -mysticalagriculture:soulstone:6, Soulstone Slab Block -mysticalagriculture:soulstone_slab:0, Soulstone Slab -mysticalagriculture:cobbled_soulstone_slab:0, Cobbled Soulstone Slab -mysticalagriculture:soulstone_brick_slab:0, Soulstone Brick Slab -mysticalagriculture:cobbled_soulstone_stairs, Cobbled Soulstone Stairs -mysticalagriculture:soulstone_brick_stairs, Soulstone Brick Stairs -mysticalagriculture:cobbled_soulstone_wall, Cobbled Soulstone Wall -mysticalagriculture:soulstone_brick_wall, Soulstone Brick Wall -mysticalagriculture:soul_glass, Soul Glass -mysticalagriculture:soul_glass_pane, Soul Glass Pane -mysticalagriculture:inferium_furnace, §eInferium Furnace -mysticalagriculture:prudentium_furnace, §aPrudentium Furnace -mysticalagriculture:intermedium_furnace, §6Intermedium Furnace -mysticalagriculture:superium_furnace, §bSuperium Furnace -mysticalagriculture:supremium_furnace, §cSupremium Furnace -mysticalagriculture:ultimate_furnace, §8Ultimate Furnace -mysticalagriculture:prosperity_ore, Prosperity Ore -mysticalagriculture:nether_prosperity_ore, Nether Prosperity Ore -mysticalagriculture:end_prosperity_ore, End Prosperity Ore -mysticalagriculture:inferium_ore, §eInferium Ore -mysticalagriculture:nether_inferium_ore, §eNether Inferium Ore -mysticalagriculture:end_inferium_ore, §eEnd Inferium Ore -mysticalagriculture:growth_accelerator, §eGrowth Accelerator -mysticalagriculture:mystical_machine_frame, Mystical Machine Frame -mysticalagriculture:glowstone_lamp, Glowstone Lamp -mysticalagriculture:seed_reprocessor, Seed Reprocessor -mysticalagriculture:inferium_reprocessor, §eInferium Seed Reprocessor -mysticalagriculture:prudentium_reprocessor, §aPrudentium Seed Reprocessor -mysticalagriculture:intermedium_reprocessor, §6Intermedium Seed Reprocessor -mysticalagriculture:superium_reprocessor, §bSuperium Seed Reprocessor -mysticalagriculture:supremium_reprocessor, §cSupremium Seed Reprocessor -mysticalagriculture:ultimate_reprocessor, §8Ultimate Seed Reprocessor -mysticalagriculture:witherproof_block, Witherproof Block -mysticalagriculture:witherproof_glass, Witherproof Glass -mysticalagriculture:tinkering_table:0, Tinkering Table -mysticalagriculture:tinkering_table:1, Tinkering Table -mysticalagriculture:tinkering_table:2, Tinkering Table -mysticalagriculture:tinkering_table:3, Tinkering Table -mysticalagriculture:tinkering_table:4, Tinkering Table -mysticalagriculture:tier1_inferium_crop, Tier 1 Inferium Crop -mysticalagriculture:tier2_inferium_crop, Tier 2 Inferium Crop -mysticalagriculture:tier3_inferium_crop, Tier 3 Inferium Crop -mysticalagriculture:tier4_inferium_crop, Tier 4 Inferium Crop -mysticalagriculture:tier5_inferium_crop, Tier 5 Inferium Crop -mysticalagriculture:stone_crop, Stone Crop -mysticalagriculture:dirt_crop, Dirt Crop -mysticalagriculture:nature_crop, Nature Crop -mysticalagriculture:wood_crop, Wood Crop -mysticalagriculture:water_crop, Water Crop -mysticalagriculture:ice_crop, Ice Crop -mysticalagriculture:fire_crop, Fire Crop -mysticalagriculture:dye_crop, Dye Crop -mysticalagriculture:nether_crop, Nether Crop -mysticalagriculture:coal_crop, Coal Crop -mysticalagriculture:iron_crop, Iron Crop -mysticalagriculture:nether_quartz_crop, Nether Quartz Crop -mysticalagriculture:glowstone_crop, Glowstone Crop -mysticalagriculture:redstone_crop, Redstone Crop -mysticalagriculture:obsidian_crop, Obsidian Crop -mysticalagriculture:gold_crop, Gold Crop -mysticalagriculture:lapis_lazuli_crop, Lapis Lazuli Crop -mysticalagriculture:end_crop, End Crop -mysticalagriculture:experience_crop, Experience Crop -mysticalagriculture:diamond_crop, Diamond Crop -mysticalagriculture:emerald_crop, Emerald Crop -mysticalagriculture:zombie_crop, Zombie Crop -mysticalagriculture:pig_crop, Pig Crop -mysticalagriculture:chicken_crop, Chicken Crop -mysticalagriculture:cow_crop, Cow Crop -mysticalagriculture:sheep_crop, Sheep Crop -mysticalagriculture:slime_crop, Slime Crop -mysticalagriculture:skeleton_crop, Skeleton Crop -mysticalagriculture:creeper_crop, Creeper Crop -mysticalagriculture:spider_crop, Spider Crop -mysticalagriculture:rabbit_crop, Rabbit Crop -mysticalagriculture:guardian_crop, Guardian Crop -mysticalagriculture:blaze_crop, Blaze Crop -mysticalagriculture:ghast_crop, Ghast Crop -mysticalagriculture:enderman_crop, Enderman Crop -mysticalagriculture:wither_skeleton_crop, Wither Skeleton Crop -mysticalagriculture:rubber_crop, Rubber Crop -mysticalagriculture:silicon_crop, Silicon Crop -mysticalagriculture:sulfur_crop, Sulfur Crop -mysticalagriculture:aluminum_crop, Aluminum Crop -mysticalagriculture:copper_crop, Copper Crop -mysticalagriculture:saltpeter_crop, Saltpeter Crop -mysticalagriculture:tin_crop, Tin Crop -mysticalagriculture:bronze_crop, Bronze Crop -mysticalagriculture:zinc_crop, Zinc Crop -mysticalagriculture:brass_crop, Brass Crop -mysticalagriculture:silver_crop, Silver Crop -mysticalagriculture:lead_crop, Lead Crop -mysticalagriculture:graphite_crop, Graphite Crop -mysticalagriculture:steel_crop, Steel Crop -mysticalagriculture:nickel_crop, Nickel Crop -mysticalagriculture:constantan_crop, Constantan Crop -mysticalagriculture:electrum_crop, Electrum Crop -mysticalagriculture:invar_crop, Invar Crop -mysticalagriculture:mithril_crop, Mithril Crop -mysticalagriculture:tungsten_crop, Tungsten Crop -mysticalagriculture:titanium_crop, Titanium Crop -mysticalagriculture:uranium_crop, Uranium Crop -mysticalagriculture:chrome_crop, Chrome Crop -mysticalagriculture:platinum_crop, Platinum Crop -mysticalagriculture:iridium_crop, Iridium Crop -mysticalagriculture:ruby_crop, Ruby Crop -mysticalagriculture:sapphire_crop, Sapphire Crop -mysticalagriculture:peridot_crop, Peridot Crop -mysticalagriculture:amber_crop, Amber Crop -mysticalagriculture:topaz_crop, Topaz Crop -mysticalagriculture:malachite_crop, Malachite Crop -mysticalagriculture:tanzanite_crop, Tanzanite Crop -mysticalagriculture:blizz_crop, Blizz Crop -mysticalagriculture:blitz_crop, Blitz Crop -mysticalagriculture:basalz_crop, Basalz Crop -mysticalagriculture:signalum_crop, Signalum Crop -mysticalagriculture:lumium_crop, Lumium Crop -mysticalagriculture:enderium_crop, Enderium Crop -mysticalagriculture:fluxed_electrum_crop, Fluxed Electrum Crop -mysticalagriculture:hop_graphite_crop, HOP Graphite Crop -mysticalagriculture:aluminum_brass_crop, Aluminum Brass Crop -mysticalagriculture:knightslime_crop, Knightslime Crop -mysticalagriculture:ardite_crop, Ardite Crop -mysticalagriculture:cobalt_crop, Cobalt Crop -mysticalagriculture:manyullyn_crop, Manyullyn Crop -mysticalagriculture:grains_of_infinity_crop, Grains of Infinity Crop -mysticalagriculture:electrical_steel_crop, Electrical Steel Crop -mysticalagriculture:redstone_alloy_crop, Redstone Alloy Crop -mysticalagriculture:conductive_iron_crop, Conductive Iron Crop -mysticalagriculture:soularium_crop, Soularium Crop -mysticalagriculture:dark_steel_crop, Dark Steel Crop -mysticalagriculture:pulsating_iron_crop, Pulsating Iron Crop -mysticalagriculture:energetic_alloy_crop, Energetic Alloy Crop -mysticalagriculture:vibrant_alloy_crop, Vibrant Alloy Crop -mysticalagriculture:end_steel_crop, End Steel Crop -mysticalagriculture:mystical_flower_crop, Mystical Flower Crop -mysticalagriculture:manasteel_crop, Manasteel Crop -mysticalagriculture:elementium_crop, Elementium Crop -mysticalagriculture:terrasteel_crop, Terrasteel Crop -mysticalagriculture:quicksilver_crop, Quicksilver Crop -mysticalagriculture:thaumium_crop, Thaumium Crop -mysticalagriculture:void_metal_crop, Void Metal Crop -mysticalagriculture:marble_crop, Marble Crop -mysticalagriculture:limestone_crop, Limestone Crop -mysticalagriculture:basalt_crop, Basalt Crop -mysticalagriculture:apatite_crop, Apatite Crop -mysticalagriculture:electrotine_crop, Electrotine Crop -mysticalagriculture:alumite_crop, Alumite Crop -mysticalagriculture:steeleaf_crop, Steeleaf Crop -mysticalagriculture:ironwood_crop, Ironwood Crop -mysticalagriculture:knightmetal_crop, Knightmetal Crop -mysticalagriculture:fiery_ingot_crop, Fiery Ingot Crop -mysticalagriculture:coralium_crop, Coralium Crop -mysticalagriculture:abyssalnite_crop, Abyssalnite Crop -mysticalagriculture:dreadium_crop, Dreadium Crop -mysticalagriculture:slimy_bone_crop, Slimy Bone Crop -mysticalagriculture:syrmorite_crop, Syrmorite Crop -mysticalagriculture:octine_crop, Octine Crop -mysticalagriculture:valonite_crop, Valonite Crop -mysticalagriculture:thorium_crop, Thorium Crop -mysticalagriculture:boron_crop, Boron Crop -mysticalagriculture:lithium_crop, Lithium Crop -mysticalagriculture:magnesium_crop, Magnesium Crop -mysticalagriculture:black_quartz_crop, Black Quartz Crop -mysticalagriculture:menril_crop, Menril Crop -mysticalagriculture:aquamarine_crop, Aquamarine Crop -mysticalagriculture:starmetal_crop, Starmetal Crop -mysticalagriculture:rock_crystal_crop, Rock Crystal Crop -mysticalagriculture:jade_crop, Jade Crop -mysticalagriculture:ender_amethyst_crop, Ender Amethyst Crop -mysticalagriculture:draconium_crop, Draconium Crop -mysticalagriculture:yellorium_crop, Yellorium Crop -mysticalagriculture:sky_stone_crop, Sky Stone Crop -mysticalagriculture:certus_quartz_crop, Certus Quartz Crop -mysticalagriculture:fluix_crop, Fluix Crop -mysticalagriculture:miners_torch, Miner's Torch -mysticalagriculture:crafting:0, §eInferium Essence -mysticalagriculture:crafting:1, §aPrudentium Essence -mysticalagriculture:crafting:2, §6Intermedium Essence -mysticalagriculture:crafting:3, §bSuperium Essence -mysticalagriculture:crafting:4, §cSupremium Essence -mysticalagriculture:crafting:5, Prosperity Shard -mysticalagriculture:crafting:6, Nature Cluster -mysticalagriculture:crafting:7, Dye Cluster -mysticalagriculture:crafting:8, Nether Cluster -mysticalagriculture:crafting:9, End Cluster -mysticalagriculture:crafting:10, Mystical Flower Cluster -mysticalagriculture:crafting:14, Blank Record -mysticalagriculture:crafting:15, Blank Skull -mysticalagriculture:crafting:16, Base Crafting Seed -mysticalagriculture:crafting:17, Tier 1 Crafting Seed -mysticalagriculture:crafting:18, Tier 2 Crafting Seed -mysticalagriculture:crafting:19, Tier 3 Crafting Seed -mysticalagriculture:crafting:20, Tier 4 Crafting Seed -mysticalagriculture:crafting:21, Tier 5 Crafting Seed -mysticalagriculture:crafting:22, Mystical Stick -mysticalagriculture:crafting:23, Mystical String -mysticalagriculture:crafting:24, Mystical Feather -mysticalagriculture:crafting:28, Soul Dust -mysticalagriculture:crafting:29, §dSoulium Dust -mysticalagriculture:crafting:32, Base Essence Ingot -mysticalagriculture:crafting:33, §eInferium Ingot -mysticalagriculture:crafting:34, §aPrudentium Ingot -mysticalagriculture:crafting:35, §6Intermedium Ingot -mysticalagriculture:crafting:36, §bSuperium Ingot -mysticalagriculture:crafting:37, §cSupremium Ingot -mysticalagriculture:crafting:38, §dSoulium Ingot -mysticalagriculture:crafting:39, Base Essence Nugget -mysticalagriculture:crafting:40, §eInferium Nugget -mysticalagriculture:crafting:41, §aPrudentium Nugget -mysticalagriculture:crafting:42, §6Intermedium Nugget -mysticalagriculture:crafting:43, §bSuperium Nugget -mysticalagriculture:crafting:44, §cSupremium Nugget -mysticalagriculture:crafting:45, §dSoulium Nugget -mysticalagriculture:crafting:48, Theoretical Infinite Water Source -mysticalagriculture:crafting:50, §eInferium Fertilization Core -mysticalagriculture:crafting:51, §aPrudentium Fertilization Core -mysticalagriculture:crafting:52, §6Intermedium Fertilization Core -mysticalagriculture:crafting:53, §bSuperium Fertilization Core -mysticalagriculture:crafting:54, §cSupremium Fertilization Core -mysticalagriculture:infusion_crystal, Infusion Crystal -mysticalagriculture:master_infusion_crystal, §cMaster Infusion Crystal -mysticalagriculture:core_remover, §cCore Remover -mysticalagriculture:fertilized_essence, §dFertilized Essence -mysticalagriculture:mystical_fertilizer, §dMystical Fertilizer -mysticalagriculture:inferium_apple, §eInferium Apple -mysticalagriculture:prudentium_apple, §aPrudentium Apple -mysticalagriculture:intermedium_apple, §6Intermedium Apple -mysticalagriculture:superium_apple, §bSuperium Apple -mysticalagriculture:supremium_apple, §cSupremium Apple -mysticalagriculture:coal:0, §eInferium Coal -mysticalagriculture:coal:1, §aPrudentium Coal -mysticalagriculture:coal:2, §6Intermedium Coal -mysticalagriculture:coal:3, §bSuperium Coal -mysticalagriculture:coal:4, §cSupremium Coal -mysticalagriculture:watering_can:0, §eInferium Watering Can -mysticalagriculture:watering_can:1, §aPrudentium Watering Can -mysticalagriculture:watering_can:2, §6Intermedium Watering Can -mysticalagriculture:watering_can:3, §bSuperium Watering Can -mysticalagriculture:watering_can:4, §cSupremium Watering Can -mysticalagriculture:soulium_dagger, §dSoulium Dagger -mysticalagriculture:xp_droplet, Experience Droplet -mysticalagriculture:chunk:0, Tier 1 Mob Chunk -mysticalagriculture:chunk:1, Tier 2 Mob Chunk -mysticalagriculture:chunk:2, Tier 3 Mob Chunk -mysticalagriculture:chunk:3, Tier 4 Mob Chunk -mysticalagriculture:chunk:4, Tier 5 Mob Chunk -mysticalagriculture:chunk:5, Experience Chunk -mysticalagriculture:chunk:6, Zombie Chunk -mysticalagriculture:chunk:7, Pig Chunk -mysticalagriculture:chunk:8, Chicken Chunk -mysticalagriculture:chunk:9, Cow Chunk -mysticalagriculture:chunk:10, Sheep Chunk -mysticalagriculture:chunk:11, Slime Chunk -mysticalagriculture:chunk:12, Skeleton Chunk -mysticalagriculture:chunk:13, Creeper Chunk -mysticalagriculture:chunk:14, Spider Chunk -mysticalagriculture:chunk:15, Rabbit Chunk -mysticalagriculture:chunk:16, Guardian Chunk -mysticalagriculture:chunk:17, Blaze Chunk -mysticalagriculture:chunk:18, Ghast Chunk -mysticalagriculture:chunk:19, Enderman Chunk -mysticalagriculture:chunk:20, Wither Skeleton Chunk -mysticalagriculture:chunk:21, Blizz Chunk -mysticalagriculture:chunk:22, Blitz Chunk -mysticalagriculture:chunk:23, Basalz Chunk -mysticalagriculture:stone_essence, Stone Essence -mysticalagriculture:dirt_essence, Dirt Essence -mysticalagriculture:nature_essence, Nature Essence -mysticalagriculture:wood_essence, Wood Essence -mysticalagriculture:water_essence, Water Essence -mysticalagriculture:ice_essence, Ice Essence -mysticalagriculture:fire_essence, Fire Essence -mysticalagriculture:dye_essence, Dye Essence -mysticalagriculture:nether_essence, Nether Essence -mysticalagriculture:coal_essence, Coal Essence -mysticalagriculture:iron_essence, Iron Essence -mysticalagriculture:nether_quartz_essence, Nether Quartz Essence -mysticalagriculture:glowstone_essence, Glowstone Essence -mysticalagriculture:redstone_essence, Redstone Essence -mysticalagriculture:obsidian_essence, Obsidian Essence -mysticalagriculture:gold_essence, Gold Essence -mysticalagriculture:lapis_lazuli_essence, Lapis Lazuli Essence -mysticalagriculture:end_essence, End Essence -mysticalagriculture:experience_essence, Experience Essence -mysticalagriculture:diamond_essence, Diamond Essence -mysticalagriculture:emerald_essence, Emerald Essence -mysticalagriculture:zombie_essence, Zombie Essence -mysticalagriculture:pig_essence, Pig Essence -mysticalagriculture:chicken_essence, Chicken Essence -mysticalagriculture:cow_essence, Cow Essence -mysticalagriculture:sheep_essence, Sheep Essence -mysticalagriculture:slime_essence, Slime Essence -mysticalagriculture:skeleton_essence, Skeleton Essence -mysticalagriculture:creeper_essence, Creeper Essence -mysticalagriculture:spider_essence, Spider Essence -mysticalagriculture:rabbit_essence, Rabbit Essence -mysticalagriculture:guardian_essence, Guardian Essence -mysticalagriculture:blaze_essence, Blaze Essence -mysticalagriculture:ghast_essence, Ghast Essence -mysticalagriculture:enderman_essence, Enderman Essence -mysticalagriculture:wither_skeleton_essence, Wither Skeleton Essence -mysticalagriculture:rubber_essence, Rubber Essence -mysticalagriculture:silicon_essence, Silicon Essence -mysticalagriculture:sulfur_essence, Sulfur Essence -mysticalagriculture:aluminum_essence, Aluminum Essence -mysticalagriculture:copper_essence, Copper Essence -mysticalagriculture:saltpeter_essence, Saltpeter Essence -mysticalagriculture:tin_essence, Tin Essence -mysticalagriculture:bronze_essence, Bronze Essence -mysticalagriculture:zinc_essence, Zinc Essence -mysticalagriculture:brass_essence, Brass Essence -mysticalagriculture:silver_essence, Silver Essence -mysticalagriculture:lead_essence, Lead Essence -mysticalagriculture:graphite_essence, Graphite Essence -mysticalagriculture:steel_essence, Steel Essence -mysticalagriculture:nickel_essence, Nickel Essence -mysticalagriculture:constantan_essence, Constantan Essence -mysticalagriculture:electrum_essence, Electrum Essence -mysticalagriculture:invar_essence, Invar Essence -mysticalagriculture:mithril_essence, Mithril Essence -mysticalagriculture:tungsten_essence, Tungsten Essence -mysticalagriculture:titanium_essence, Titanium Essence -mysticalagriculture:uranium_essence, Uranium Essence -mysticalagriculture:chrome_essence, Chrome Essence -mysticalagriculture:platinum_essence, Platinum Essence -mysticalagriculture:iridium_essence, Iridium Essence -mysticalagriculture:ruby_essence, Ruby Essence -mysticalagriculture:sapphire_essence, Sapphire Essence -mysticalagriculture:peridot_essence, Peridot Essence -mysticalagriculture:amber_essence, Amber Essence -mysticalagriculture:topaz_essence, Topaz Essence -mysticalagriculture:malachite_essence, Malachite Essence -mysticalagriculture:tanzanite_essence, Tanzanite Essence -mysticalagriculture:blizz_essence, Blizz Essence -mysticalagriculture:blitz_essence, Blitz Essence -mysticalagriculture:basalz_essence, Basalz Essence -mysticalagriculture:signalum_essence, Signalum Essence -mysticalagriculture:lumium_essence, Lumium Essence -mysticalagriculture:enderium_essence, Enderium Essence -mysticalagriculture:fluxed_electrum_essence, Fluxed Electrum Essence -mysticalagriculture:hop_graphite_essence, HOP Graphite Essence -mysticalagriculture:aluminum_brass_essence, Aluminum Brass Essence -mysticalagriculture:knightslime_essence, Knightslime Essence -mysticalagriculture:ardite_essence, Ardite Essence -mysticalagriculture:cobalt_essence, Cobalt Essence -mysticalagriculture:manyullyn_essence, Manyullyn Essence -mysticalagriculture:grains_of_infinity_essence, Grains of Infinity Essence -mysticalagriculture:electrical_steel_essence, Electrical Steel Essence -mysticalagriculture:redstone_alloy_essence, Redstone Alloy Essence -mysticalagriculture:conductive_iron_essence, Conductive Iron Essence -mysticalagriculture:soularium_essence, Soularium Essence -mysticalagriculture:dark_steel_essence, Dark Steel Essence -mysticalagriculture:pulsating_iron_essence, Pulsating Iron Essence -mysticalagriculture:energetic_alloy_essence, Energetic Alloy Essence -mysticalagriculture:vibrant_alloy_essence, Vibrant Alloy Essence -mysticalagriculture:end_steel_essence, End Steel Essence -mysticalagriculture:mystical_flower_essence, Mystical Flower Essence -mysticalagriculture:manasteel_essence, Manasteel Essence -mysticalagriculture:elementium_essence, Elementium Essence -mysticalagriculture:terrasteel_essence, Terrasteel Essence -mysticalagriculture:quicksilver_essence, Quicksilver Essence -mysticalagriculture:thaumium_essence, Thaumium Essence -mysticalagriculture:void_metal_essence, Void Metal Essence -mysticalagriculture:marble_essence, Marble Essence -mysticalagriculture:limestone_essence, Limestone Essence -mysticalagriculture:basalt_essence, Basalt Essence -mysticalagriculture:apatite_essence, Apatite Essence -mysticalagriculture:electrotine_essence, Electrotine Essence -mysticalagriculture:alumite_essence, Alumite Essence -mysticalagriculture:steeleaf_essence, Steeleaf Essence -mysticalagriculture:ironwood_essence, Ironwood Essence -mysticalagriculture:knightmetal_essence, Knightmetal Essence -mysticalagriculture:fiery_ingot_essence, Fiery Ingot Essence -mysticalagriculture:coralium_essence, Coralium Essence -mysticalagriculture:abyssalnite_essence, Abyssalnite Essence -mysticalagriculture:dreadium_essence, Dreadium Essence -mysticalagriculture:slimy_bone_essence, Slimy Bone Essence -mysticalagriculture:syrmorite_essence, Syrmorite Essence -mysticalagriculture:octine_essence, Octine Essence -mysticalagriculture:valonite_essence, Valonite Essence -mysticalagriculture:thorium_essence, Thorium Essence -mysticalagriculture:boron_essence, Boron Essence -mysticalagriculture:lithium_essence, Lithium Essence -mysticalagriculture:magnesium_essence, Magnesium Essence -mysticalagriculture:black_quartz_essence, Black Quartz Essence -mysticalagriculture:menril_essence, Menril Essence -mysticalagriculture:aquamarine_essence, Aquamarine Essence -mysticalagriculture:starmetal_essence, Starmetal Essence -mysticalagriculture:rock_crystal_essence, Rock Crystal Essence -mysticalagriculture:jade_essence, Jade Essence -mysticalagriculture:ender_amethyst_essence, Ender Amethyst Essence -mysticalagriculture:draconium_essence, Draconium Essence -mysticalagriculture:yellorium_essence, Yellorium Essence -mysticalagriculture:sky_stone_essence, Sky Stone Essence -mysticalagriculture:certus_quartz_essence, Certus Quartz Essence -mysticalagriculture:fluix_essence, Fluix Essence -mysticalagriculture:tier1_inferium_seeds, Inferium Seeds -mysticalagriculture:tier2_inferium_seeds, Inferium Seeds -mysticalagriculture:tier3_inferium_seeds, Inferium Seeds -mysticalagriculture:tier4_inferium_seeds, Inferium Seeds -mysticalagriculture:tier5_inferium_seeds, Inferium Seeds -mysticalagriculture:stone_seeds, Stone Seeds -mysticalagriculture:dirt_seeds, Dirt Seeds -mysticalagriculture:nature_seeds, Nature Seeds -mysticalagriculture:wood_seeds, Wood Seeds -mysticalagriculture:water_seeds, Water Seeds -mysticalagriculture:ice_seeds, Ice Seeds -mysticalagriculture:fire_seeds, Fire Seeds -mysticalagriculture:dye_seeds, Dye Seeds -mysticalagriculture:nether_seeds, Nether Seeds -mysticalagriculture:coal_seeds, Coal Seeds -mysticalagriculture:iron_seeds, Iron Seeds -mysticalagriculture:nether_quartz_seeds, Nether Quartz Seeds -mysticalagriculture:glowstone_seeds, Glowstone Seeds -mysticalagriculture:redstone_seeds, Redstone Seeds -mysticalagriculture:obsidian_seeds, Obsidian Seeds -mysticalagriculture:gold_seeds, Gold Seeds -mysticalagriculture:lapis_lazuli_seeds, Lapis Lazuli Seeds -mysticalagriculture:end_seeds, End Seeds -mysticalagriculture:experience_seeds, Experience Seeds -mysticalagriculture:diamond_seeds, Diamond Seeds -mysticalagriculture:emerald_seeds, Emerald Seeds -mysticalagriculture:zombie_seeds, Zombie Seeds -mysticalagriculture:pig_seeds, Pig Seeds -mysticalagriculture:chicken_seeds, Chicken Seeds -mysticalagriculture:cow_seeds, Cow Seeds -mysticalagriculture:sheep_seeds, Sheep Seeds -mysticalagriculture:slime_seeds, Slime Seeds -mysticalagriculture:skeleton_seeds, Skeleton Seeds -mysticalagriculture:creeper_seeds, Creeper Seeds -mysticalagriculture:spider_seeds, Spider Seeds -mysticalagriculture:rabbit_seeds, Rabbit Seeds -mysticalagriculture:guardian_seeds, Guardian Seeds -mysticalagriculture:blaze_seeds, Blaze Seeds -mysticalagriculture:ghast_seeds, Ghast Seeds -mysticalagriculture:enderman_seeds, Enderman Seeds -mysticalagriculture:wither_skeleton_seeds, Wither Skeleton Seeds -mysticalagriculture:rubber_seeds, Rubber Seeds -mysticalagriculture:silicon_seeds, Silicon Seeds -mysticalagriculture:sulfur_seeds, Sulfur Seeds -mysticalagriculture:aluminum_seeds, Aluminum Seeds -mysticalagriculture:copper_seeds, Copper Seeds -mysticalagriculture:saltpeter_seeds, Saltpeter Seeds -mysticalagriculture:tin_seeds, Tin Seeds -mysticalagriculture:bronze_seeds, Bronze Seeds -mysticalagriculture:zinc_seeds, Zinc Seeds -mysticalagriculture:brass_seeds, Brass Seeds -mysticalagriculture:silver_seeds, Silver Seeds -mysticalagriculture:lead_seeds, Lead Seeds -mysticalagriculture:graphite_seeds, Graphite Seeds -mysticalagriculture:steel_seeds, Steel Seeds -mysticalagriculture:nickel_seeds, Nickel Seeds -mysticalagriculture:constantan_seeds, Constantan Seeds -mysticalagriculture:electrum_seeds, Electrum Seeds -mysticalagriculture:invar_seeds, Invar Seeds -mysticalagriculture:mithril_seeds, Mithril Seeds -mysticalagriculture:tungsten_seeds, Tungsten Seeds -mysticalagriculture:titanium_seeds, Titanium Seeds -mysticalagriculture:uranium_seeds, Uranium Seeds -mysticalagriculture:chrome_seeds, Chrome Seeds -mysticalagriculture:platinum_seeds, Platinum Seeds -mysticalagriculture:iridium_seeds, Iridium Seeds -mysticalagriculture:ruby_seeds, Ruby Seeds -mysticalagriculture:sapphire_seeds, Sapphire Seeds -mysticalagriculture:peridot_seeds, Peridot Seeds -mysticalagriculture:amber_seeds, Amber Seeds -mysticalagriculture:topaz_seeds, Topaz Seeds -mysticalagriculture:malachite_seeds, Malachite Seeds -mysticalagriculture:tanzanite_seeds, Tanzanite Seeds -mysticalagriculture:blizz_seeds, Blizz Seeds -mysticalagriculture:blitz_seeds, Blitz Seeds -mysticalagriculture:basalz_seeds, Basalz Seeds -mysticalagriculture:signalum_seeds, Signalum Seeds -mysticalagriculture:lumium_seeds, Lumium Seeds -mysticalagriculture:enderium_seeds, Enderium Seeds -mysticalagriculture:fluxed_electrum_seeds, Fluxed Electrum Seeds -mysticalagriculture:hop_graphite_seeds, HOP Graphite Seeds -mysticalagriculture:aluminum_brass_seeds, Aluminum Brass Seeds -mysticalagriculture:knightslime_seeds, Knightslime Seeds -mysticalagriculture:ardite_seeds, Ardite Seeds -mysticalagriculture:cobalt_seeds, Cobalt Seeds -mysticalagriculture:manyullyn_seeds, Manyullyn Seeds -mysticalagriculture:grains_of_infinity_seeds, Grains of Infinity Seeds -mysticalagriculture:electrical_steel_seeds, Electrical Steel Seeds -mysticalagriculture:redstone_alloy_seeds, Redstone Alloy Seeds -mysticalagriculture:conductive_iron_seeds, Conductive Iron Seeds -mysticalagriculture:soularium_seeds, Soularium Seeds -mysticalagriculture:dark_steel_seeds, Dark Steel Seeds -mysticalagriculture:pulsating_iron_seeds, Pulsating Iron Seeds -mysticalagriculture:energetic_alloy_seeds, Energetic Alloy Seeds -mysticalagriculture:vibrant_alloy_seeds, Vibrant Alloy Seeds -mysticalagriculture:end_steel_seeds, End Steel Seeds -mysticalagriculture:mystical_flower_seeds, Mystical Flower Seeds -mysticalagriculture:manasteel_seeds, Manasteel Seeds -mysticalagriculture:elementium_seeds, Elementium Seeds -mysticalagriculture:terrasteel_seeds, Terrasteel Seeds -mysticalagriculture:quicksilver_seeds, Quicksilver Seeds -mysticalagriculture:thaumium_seeds, Thaumium Seeds -mysticalagriculture:void_metal_seeds, Void Metal Seeds -mysticalagriculture:marble_seeds, Marble Seeds -mysticalagriculture:limestone_seeds, Limestone Seeds -mysticalagriculture:basalt_seeds, Basalt Seeds -mysticalagriculture:apatite_seeds, Apatite Seeds -mysticalagriculture:electrotine_seeds, Electrotine Seeds -mysticalagriculture:alumite_seeds, Alumite Seeds -mysticalagriculture:steeleaf_seeds, Steeleaf Seeds -mysticalagriculture:ironwood_seeds, Ironwood Seeds -mysticalagriculture:knightmetal_seeds, Knightmetal Seeds -mysticalagriculture:fiery_ingot_seeds, Fiery Ingot Seeds -mysticalagriculture:coralium_seeds, Coralium Seeds -mysticalagriculture:abyssalnite_seeds, Abyssalnite Seeds -mysticalagriculture:dreadium_seeds, Dreadium Seeds -mysticalagriculture:slimy_bone_seeds, Slimy Bone Seeds -mysticalagriculture:syrmorite_seeds, Syrmorite Seeds -mysticalagriculture:octine_seeds, Octine Seeds -mysticalagriculture:valonite_seeds, Valonite Seeds -mysticalagriculture:thorium_seeds, Thorium Seeds -mysticalagriculture:boron_seeds, Boron Seeds -mysticalagriculture:lithium_seeds, Lithium Seeds -mysticalagriculture:magnesium_seeds, Magnesium Seeds -mysticalagriculture:black_quartz_seeds, Black Quartz Seeds -mysticalagriculture:menril_seeds, Menril Seeds -mysticalagriculture:aquamarine_seeds, Aquamarine Seeds -mysticalagriculture:starmetal_seeds, Starmetal Seeds -mysticalagriculture:rock_crystal_seeds, Rock Crystal Seeds -mysticalagriculture:jade_seeds, Jade Seeds -mysticalagriculture:ender_amethyst_seeds, Ender Amethyst Seeds -mysticalagriculture:draconium_seeds, Draconium Seeds -mysticalagriculture:yellorium_seeds, Yellorium Seeds -mysticalagriculture:sky_stone_seeds, Sky Stone Seeds -mysticalagriculture:certus_quartz_seeds, Certus Quartz Seeds -mysticalagriculture:fluix_seeds, Fluix Seeds -mysticalagriculture:gear:0, §eInferium Tool Core -mysticalagriculture:gear:1, §aPrudentium Tool Core -mysticalagriculture:gear:2, §6Intermedium Tool Core -mysticalagriculture:gear:3, §bSuperium Tool Core -mysticalagriculture:gear:4, §cSupremium Tool Core -mysticalagriculture:gear:5, §eInferium Armor Core -mysticalagriculture:gear:6, §aPrudentium Armor Core -mysticalagriculture:gear:7, §6Intermedium Armor Core -mysticalagriculture:gear:8, §bSuperium Armor Core -mysticalagriculture:gear:9, §cSupremium Armor Core -mysticalagriculture:gear:15, §eInferium Arrow Head -mysticalagriculture:gear:16, §aPrudentium Arrow Head -mysticalagriculture:gear:17, §6Intermedium Arrow Head -mysticalagriculture:gear:18, §bSuperium Arrow Head -mysticalagriculture:gear:19, §cSupremium Arrow Head -mysticalagriculture:charm:0, Blank Charm -mysticalagriculture:charm:1, Charm: Night Vision -mysticalagriculture:charm:2, Charm: Absorption -mysticalagriculture:charm:3, Charm: Wither Resistance -mysticalagriculture:charm:4, Charm: Antivenom -mysticalagriculture:charm:5, Charm: Fire Resistance -mysticalagriculture:charm:6, Charm: Resistance -mysticalagriculture:charm:7, Charm: Strength -mysticalagriculture:charm:8, Charm: Strength 2 -mysticalagriculture:charm:9, Charm: Speed -mysticalagriculture:charm:10, Charm: Jump Boost -mysticalagriculture:charm:11, Charm: Miner's Vision -mysticalagriculture:charm:12, Charm: Rainbow -mysticalagriculture:charm:13, Charm: Quick Draw -mysticalagriculture:charm:14, Charm: Triple Shot -mysticalagriculture:charm:15, Charm: Mining AOE -mysticalagriculture:charm:16, Charm: Attack AOE -mysticalagriculture:charm:17, Charm: Tilling AOE -mysticalagriculture:charm:18, Charm: Shearing AOE -mysticalagriculture:charm:19, Charm: Reaping AOE -mysticalagriculture:charm:20, Charm: Scything AOE -mysticalagriculture:inferium_arrow, §eInferium Arrow -mysticalagriculture:prudentium_arrow, §aPrudentium Arrow -mysticalagriculture:intermedium_arrow, §6Intermedium Arrow -mysticalagriculture:superium_arrow, §bSuperium Arrow -mysticalagriculture:supremium_arrow, §cSupremium Arrow -mysticalagriculture:inferium_sword, §eInferium Sword -mysticalagriculture:inferium_pickaxe, §eInferium Pickaxe -mysticalagriculture:inferium_shovel, §eInferium Shovel -mysticalagriculture:inferium_axe, §eInferium Axe -mysticalagriculture:inferium_hoe, §eInferium Hoe -mysticalagriculture:inferium_shears, §eInferium Shears -mysticalagriculture:inferium_bow, §eInferium Bow -mysticalagriculture:inferium_sickle, §eInferium Sickle -mysticalagriculture:inferium_scythe, §eInferium Scythe -mysticalagriculture:inferium_fishing_rod, §eInferium Fishing Rod -mysticalagriculture:prudentium_sword, §aPrudentium Sword -mysticalagriculture:prudentium_pickaxe, §aPrudentium Pickaxe -mysticalagriculture:prudentium_shovel, §aPrudentium Shovel -mysticalagriculture:prudentium_axe, §aPrudentium Axe -mysticalagriculture:prudentium_hoe, §aPrudentium Hoe -mysticalagriculture:prudentium_shears, §aPrudentium Shears -mysticalagriculture:prudentium_bow, §aPrudentium Bow -mysticalagriculture:prudentium_sickle, §aPrudentium Sickle -mysticalagriculture:prudentium_scythe, §aPrudentium Scythe -mysticalagriculture:prudentium_fishing_rod, §aPrudentium Fishing Rod -mysticalagriculture:intermedium_sword, §6Intermedium Sword -mysticalagriculture:intermedium_pickaxe, §6Intermedium Pickaxe -mysticalagriculture:intermedium_shovel, §6Intermedium Shovel -mysticalagriculture:intermedium_axe, §6Intermedium Axe -mysticalagriculture:intermedium_hoe, §6Intermedium Hoe -mysticalagriculture:intermedium_shears, §6Intermedium Shears -mysticalagriculture:intermedium_bow, §6Intermedium Bow -mysticalagriculture:intermedium_sickle, §6Intermedium Sickle -mysticalagriculture:intermedium_scythe, §6Intermedium Scythe -mysticalagriculture:intermedium_fishing_rod, §6Intermedium Fishing Rod -mysticalagriculture:superium_sword, §bSuperium Sword -mysticalagriculture:superium_pickaxe, §bSuperium Pickaxe -mysticalagriculture:superium_shovel, §bSuperium Shovel -mysticalagriculture:superium_axe, §bSuperium Axe -mysticalagriculture:superium_hoe, §bSuperium Hoe -mysticalagriculture:superium_shears, §bSuperium Shears -mysticalagriculture:superium_bow, §bSuperium Bow -mysticalagriculture:superium_sickle, §bSuperium Sickle -mysticalagriculture:superium_scythe, §bSuperium Scythe -mysticalagriculture:superium_fishing_rod, §bSuperium Fishing Rod -mysticalagriculture:supremium_sword, §cSupremium Sword -mysticalagriculture:supremium_pickaxe, §cSupremium Pickaxe -mysticalagriculture:supremium_shovel, §cSupremium Shovel -mysticalagriculture:supremium_axe, §cSupremium Axe -mysticalagriculture:supremium_hoe, §cSupremium Hoe -mysticalagriculture:supremium_shears, §cSupremium Shears -mysticalagriculture:supremium_bow, §cSupremium Bow -mysticalagriculture:supremium_sickle, §cSupremium Sickle -mysticalagriculture:supremium_scythe, §cSupremium Scythe -mysticalagriculture:supremium_fishing_rod, §cSupremium Fishing Rod -mysticalagriculture:inferium_helmet, §eInferium Helmet -mysticalagriculture:inferium_chestplate, §eInferium Chestplate -mysticalagriculture:inferium_leggings, §eInferium Leggings -mysticalagriculture:inferium_boots, §eInferium Boots -mysticalagriculture:prudentium_helmet, §aPrudentium Helmet -mysticalagriculture:prudentium_chestplate, §aPrudentium Chestplate -mysticalagriculture:prudentium_leggings, §aPrudentium Leggings -mysticalagriculture:prudentium_boots, §aPrudentium Boots -mysticalagriculture:intermedium_helmet, §6Intermedium Helmet -mysticalagriculture:intermedium_chestplate, §6Intermedium Chestplate -mysticalagriculture:intermedium_leggings, §6Intermedium Leggings -mysticalagriculture:intermedium_boots, §6Intermedium Boots -mysticalagriculture:superium_helmet, §bSuperium Helmet -mysticalagriculture:superium_chestplate, §bSuperium Chestplate -mysticalagriculture:superium_leggings, §bSuperium Leggings -mysticalagriculture:superium_boots, §bSuperium Boots -mysticalagriculture:supremium_helmet, §cSupremium Helmet -mysticalagriculture:supremium_chestplate, §cSupremium Chestplate -mysticalagriculture:supremium_leggings, §cSupremium Leggings -mysticalagriculture:supremium_boots, §cSupremium Boots -mysticalagradditions:storage:0, §5Block of Insanium Essence -mysticalagradditions:storage:1, §5Block of Insanium -mysticalagradditions:storage:2, §5Block of Insanium Coal -mysticalagradditions:special:0, Nether Star Crux -mysticalagradditions:special:1, Dragon Egg Crux -mysticalagradditions:special:4, Awakened Draconium Crux -mysticalagradditions:special:5, Neutronium Crux -mysticalagradditions:tinkering_table, Tinkering Table -mysticalagradditions:tier6_inferium_crop, Tier 6 Inferium Crop -mysticalagradditions:nether_star_crop, Nether Star Crop -mysticalagradditions:dragon_egg_crop, Dragon Egg Crop -mysticalagradditions:awakened_draconium_crop, Awakened Draconium Crop -mysticalagradditions:neutronium_crop, Neutronium Crop -mysticalagradditions:insanium:0, §5Insanium Essence -mysticalagradditions:insanium:1, Tier 6 Crafting Seed -mysticalagradditions:insanium:2, §5Insanium Ingot -mysticalagradditions:insanium:3, §5Insanium Nugget -mysticalagradditions:insanium:4, Tier 6 Mob Chunk -mysticalagradditions:insanium:5, §5Insanium Coal -mysticalagradditions:stuff:0, Nether Star Shard -mysticalagradditions:stuff:1, Withering Soul -mysticalagradditions:stuff:2, Dragon Egg Chunk -mysticalagradditions:stuff:3, Dragon Scale -mysticalagradditions:stuff:69, Creative Essence -mysticalagradditions:nether_star_essence, Nether Star Essence -mysticalagradditions:dragon_egg_essence, Dragon Egg Essence -mysticalagradditions:awakened_draconium_essence, Awakened Draconium Essence -mysticalagradditions:neutronium_essence, Neutronium Essence -mysticalagradditions:tier6_inferium_seeds, Inferium Seeds -mysticalagradditions:nether_star_seeds, Nether Star Seeds -mysticalagradditions:dragon_egg_seeds, Dragon Egg Seeds -mysticalagradditions:awakened_draconium_seeds, Awakened Draconium Seeds -mysticalagradditions:neutronium_seeds, Neutronium Seeds -mysticalagradditions:charm:0, Charm: Mining AOE -mysticalagradditions:inferium_paxel, §eInferium Paxel -mysticalagradditions:prudentium_paxel, §aPrudentium Paxel -mysticalagradditions:intermedium_paxel, §6Intermedium Paxel -mysticalagradditions:superium_paxel, §bSuperium Paxel -mysticalagradditions:supremium_paxel, §cSupremium Paxel -rftools:smartwrench, Smart Wrench -rftools:rftools_manual, RFTools Manual -rftools:rftools_shape_manual, RFTools Shape Manual -rftools:dimensional_shard, Dimensional Shard -rftools:shard_wand, Shard Wand -rftools:infused_diamond, Infused Diamond -rftools:infused_enderpearl, Infused Enderpearl -rftools:syringe, Syringe -rftools:peace_essence, Peace Essence -rftools:developers_delight, Developers Delight -rftools:network_monitor, RF Network Monitor -rftools:modifier_module, Modifier -rftools:storage_module_tablet, Storage Tablet -rftools:storage_module:0, Tier 1 Storage Module -rftools:storage_module:1, Tier 2 Storage Module -rftools:storage_module:2, Tier 3 Storage Module -rftools:storage_module:6, Remote Storage Module -rftools:oredict_module, Ore Dictionary Type Module -rftools:generic_module, Generic Type Module -rftools:filter_module, Filter Module -rftools:teleport_probe, Teleporter Probe -rftools:charged_porter, Charged Porter -rftools:advanced_charged_porter, Advanced Charged Porter -rftools:text_module, Text Screen Module -rftools:inventory_module, Inventory Screen Module -rftools:inventoryplus_module, Inventory Plus Screen Module -rftools:energy_module, Energy Screen Module -rftools:energyplus_module, Energy Plus Screen Module -rftools:clock_module, Clock Screen Module -rftools:fluid_module, Fluid Screen Module -rftools:fluidplus_module, Fluid Plus Screen Module -rftools:machineinformation_module, Machine Information Screen Module -rftools:computer_module, Computer Screen Module -rftools:button_module, Button Screen Module -rftools:elevator_button_module, Elevator Button Screen Module -rftools:redstone_module, Redstone Screen Module -rftools:counter_module, Counter Screen Module -rftools:counterplus_module, Counter Plus Screen Module -rftools:storage_control_module, Storage Control Screen Module -rftools:dump_module, Dump Screen Module -rftools:space_chamber_card, Space Chamber Card -rftools:shape_card:0, Shape Card -rftools:shape_card:1, Shape Card (Void) -rftools:shape_card:2, Shape Card (Quarry) -rftools:shape_card:3, Shape Card (Silk Quarry) -rftools:shape_card:4, Shape Card (Fortune Quarry) -rftools:shape_card:5, Shape Card (Clearing Quarry) -rftools:shape_card:6, Shape Card (Clearing Silk Quarry) -rftools:shape_card:7, Shape Card (Clearing Fortune Quarry) -rftools:shape_card:8, Shape Card (Pump) -rftools:shape_card:9, Shape Card (Clearing Pump) -rftools:shape_card:10, Shape Card (Placing Liquids) -rftools:powercell_card, Powercell Card -rftools:regeneration_module, Regeneration Environmental Module -rftools:regenerationplus_module, Regeneration Plus Environmental Module -rftools:speed_module, Speed Environmental Module -rftools:speedplus_module, Speed Plus Environmental Module -rftools:haste_module, Haste Environmental Module -rftools:hasteplus_module, Haste Plus Environmental Module -rftools:saturation_module, Saturation Environmental Module -rftools:saturationplus_module, Saturation Plus Environmental Module -rftools:featherfalling_module, Feather Falling Environmental Module -rftools:featherfallingplus_module, Feather Falling Plus Environmental Module -rftools:flight_module, Flight Environmental Module -rftools:peaceful_module, Peaceful Environmental Module -rftools:waterbreathing_module, Water Breathing Environmental Module -rftools:nightvision_module, Night Vision Environmental Module -rftools:blindness_module, Blindness Environmental Module -rftools:weakness_module, Weakness Environmental Module -rftools:poison_module, Poison Environmental Module -rftools:slowness_module, Slowness Environmental Module -rftools:glowing_module, Glowing Environmental Module -rftools:luck_module, Luck Environmental Module -rftools:noteleport_module, No Teleport Environmental Module -rftools:orphaning_card, Orphaning Card -rftools:security_card, Security Card -rftools:machine_frame, Machine Frame -rftools:machine_base, Machine Base -rftools:dimensional_shard_ore:0, Dimensional Shard Ore -rftools:dimensional_shard_ore:1, Dimensional Shard Ore -rftools:dimensional_shard_ore:2, Dimensional Shard Ore -rftools:coalgenerator, Coal Generator -rftools:crafter1, Crafter Tier 1 -rftools:crafter2, Crafter Tier 2 -rftools:crafter3, Crafter Tier 3 -rftools:modular_storage, Modular Storage -rftools:remote_storage, Remote Storage -rftools:storage_terminal, Storage Terminal -rftools:level_emitter, Level Emitter -rftools:matter_transmitter, Matter Transmitter -rftools:matter_receiver, Matter Receiver -rftools:dialing_device, Dialing Device -rftools:simple_dialer, Simple Dialer -rftools:destination_analyzer, Destination Analyzer -rftools:matter_booster, Matter Booster -rftools:screen, Screen -rftools:creative_screen, Creative Screen -rftools:screen_controller, Screen Controller -rftools:redstone_transmitter_block, Redstone Transmitter -rftools:redstone_receiver_block, Redstone Receiver -rftools:sequencer_block, Sequencer -rftools:counter_block, Counter -rftools:logic_block, Logic Gate -rftools:invchecker_block, Inventory Checker -rftools:sensor_block, Sensor -rftools:analog_block, Analog -rftools:digit_block, Digit -rftools:wire_block, Wire -rftools:timer_block, Timer -rftools:machine_infuser, Machine Infuser -rftools:space_chamber, Space Chamber Corner Block -rftools:space_chamber_controller, Space Chamber Controller Block -rftools:support_block, Support Block -rftools:builder, Builder -rftools:composer, Composer -rftools:locator, Locator -rftools:projector, Projector -rftools:scanner, Scanner -rftools:remote_scanner, Remote Scanner -rftools:powercell, Powercell -rftools:powercell_advanced, Advanced Powercell -rftools:powercell_creative, Creative Powercell -rftools:powercell_simple, Simple Powercell -rftools:relay, Power Relay -rftools:rf_monitor, RF Monitor -rftools:liquid_monitor, Liquid Monitor -rftools:shield_block1, Shield Projector Tier 1 -rftools:shield_block2, Shield Projector Tier 2 -rftools:shield_block3, Shield Projector Tier 3 -rftools:shield_block4, Shield Projector Tier 4 -rftools:invisible_shield_block, Invisible Shield Block -rftools:notick_invisible_shield_block, Invisible Shield Block -rftools:invisible_shield_block_opaque, Invisible Shield Block -rftools:notick_invisible_shield_block_opaque, Invisible Shield Block -rftools:shield_template_block:0, Shield Template -rftools:shield_template_block:1, Shield Template -rftools:shield_template_block:2, Shield Template -rftools:shield_template_block:3, Shield Template -rftools:solid_shield_block, Solid Shield Block -rftools:notick_solid_shield_block, Solid Shield Block -rftools:camo_shield_block, Camo Shield Block -rftools:notick_camo_shield_block, Camo Shield Block -rftools:solid_shield_block_opaque, Solid Shield Block -rftools:notick_solid_shield_block_opaque, Solid Shield Block -rftools:camo_shield_block_opaque, Camo Shield Block -rftools:notick_camo_shield_block_opaque, Camo Shield Block -rftools:environmental_controller, Environmental Controller -rftools:spawner, Spawner -rftools:matter_beamer, Matter Beamer -rftools:block_protector, Block Protector -rftools:item_filter, Item Filter -rftools:security_manager, Security Manager -rftools:endergenic, Endergenic Generator -rftools:pearl_injector, Pearl Injector -rftools:ender_monitor, Ender Monitor -rftools:storage_scanner, Storage Scanner -rftools:elevator, Elevator -rftools:booster, Booster -ironchest:iron_chest:0, Iron Chest -ironchest:iron_chest:1, Gold Chest -ironchest:iron_chest:2, Diamond Chest -ironchest:iron_chest:3, Copper Chest -ironchest:iron_chest:4, Silver Chest -ironchest:iron_chest:5, Crystal Chest -ironchest:iron_chest:6, Obsidian Chest -ironchest:iron_chest:7, DirtChest 9000! -ironchest:iron_shulker_box_white:0, White Iron Shulker Box -ironchest:iron_shulker_box_white:1, White Gold Shulker Box -ironchest:iron_shulker_box_white:2, White Diamond Shulker Box -ironchest:iron_shulker_box_white:3, White Copper Shulker Box -ironchest:iron_shulker_box_white:4, White Silver Shulker Box -ironchest:iron_shulker_box_white:5, White Crystal Shulker Box -ironchest:iron_shulker_box_white:6, White Obsidian Shulker Box -ironchest:iron_shulker_box_orange:0, Orange Iron Shulker Box -ironchest:iron_shulker_box_orange:1, Orange Gold Shulker Box -ironchest:iron_shulker_box_orange:2, Orange Diamond Shulker Box -ironchest:iron_shulker_box_orange:3, Orange Copper Shulker Box -ironchest:iron_shulker_box_orange:4, Orange Silver Shulker Box -ironchest:iron_shulker_box_orange:5, Orange Crystal Shulker Box -ironchest:iron_shulker_box_orange:6, Orange Obsidian Shulker Box -ironchest:iron_shulker_box_magenta:0, Magenta Iron Shulker Box -ironchest:iron_shulker_box_magenta:1, Magenta Gold Shulker Box -ironchest:iron_shulker_box_magenta:2, Magenta Diamond Shulker Box -ironchest:iron_shulker_box_magenta:3, Magenta Copper Shulker Box -ironchest:iron_shulker_box_magenta:4, Magenta Silver Shulker Box -ironchest:iron_shulker_box_magenta:5, Magenta Crystal Shulker Box -ironchest:iron_shulker_box_magenta:6, Magenta Obsidian Shulker Box -ironchest:iron_shulker_box_light_blue:0, Light Blue Iron Shulker Box -ironchest:iron_shulker_box_light_blue:1, Light Blue Gold Shulker Box -ironchest:iron_shulker_box_light_blue:2, Light Blue Diamond Shulker Box -ironchest:iron_shulker_box_light_blue:3, Light Blue Copper Shulker Box -ironchest:iron_shulker_box_light_blue:4, Light Blue Silver Shulker Box -ironchest:iron_shulker_box_light_blue:5, Light Blue Crystal Shulker Box -ironchest:iron_shulker_box_light_blue:6, Light Blue Obsidian Shulker Box -ironchest:iron_shulker_box_yellow:0, Yellow Iron Shulker Box -ironchest:iron_shulker_box_yellow:1, Yellow Gold Shulker Box -ironchest:iron_shulker_box_yellow:2, Yellow Diamond Shulker Box -ironchest:iron_shulker_box_yellow:3, Yellow Copper Shulker Box -ironchest:iron_shulker_box_yellow:4, Yellow Silver Shulker Box -ironchest:iron_shulker_box_yellow:5, Yellow Crystal Shulker Box -ironchest:iron_shulker_box_yellow:6, Yellow Obsidian Shulker Box -ironchest:iron_shulker_box_lime:0, Lime Iron Shulker Box -ironchest:iron_shulker_box_lime:1, Lime Gold Shulker Box -ironchest:iron_shulker_box_lime:2, Lime Diamond Shulker Box -ironchest:iron_shulker_box_lime:3, Lime Copper Shulker Box -ironchest:iron_shulker_box_lime:4, Lime Silver Shulker Box -ironchest:iron_shulker_box_lime:5, Lime Crystal Shulker Box -ironchest:iron_shulker_box_lime:6, Lime Obsidian Shulker Box -ironchest:iron_shulker_box_pink:0, Pink Iron Shulker Box -ironchest:iron_shulker_box_pink:1, Pink Gold Shulker Box -ironchest:iron_shulker_box_pink:2, Pink Diamond Shulker Box -ironchest:iron_shulker_box_pink:3, Pink Copper Shulker Box -ironchest:iron_shulker_box_pink:4, Pink Silver Shulker Box -ironchest:iron_shulker_box_pink:5, Pink Crystal Shulker Box -ironchest:iron_shulker_box_pink:6, Pink Obsidian Shulker Box -ironchest:iron_shulker_box_gray:0, Gray Iron Shulker Box -ironchest:iron_shulker_box_gray:1, Gray Gold Shulker Box -ironchest:iron_shulker_box_gray:2, Gray Diamond Shulker Box -ironchest:iron_shulker_box_gray:3, Gray Copper Shulker Box -ironchest:iron_shulker_box_gray:4, Gray Silver Shulker Box -ironchest:iron_shulker_box_gray:5, Gray Crystal Shulker Box -ironchest:iron_shulker_box_gray:6, Gray Obsidian Shulker Box -ironchest:iron_shulker_box_silver:0, Light Gray Iron Shulker Box -ironchest:iron_shulker_box_silver:1, Light Gray Gold Shulker Box -ironchest:iron_shulker_box_silver:2, Light Gray Diamond Shulker Box -ironchest:iron_shulker_box_silver:3, Light Gray Copper Shulker Box -ironchest:iron_shulker_box_silver:4, Light Gray Silver Shulker Box -ironchest:iron_shulker_box_silver:5, Light Gray Crystal Shulker Box -ironchest:iron_shulker_box_silver:6, Light Gray Obsidian Shulker Box -ironchest:iron_shulker_box_cyan:0, Cyan Iron Shulker Box -ironchest:iron_shulker_box_cyan:1, Cyan Gold Shulker Box -ironchest:iron_shulker_box_cyan:2, Cyan Diamond Shulker Box -ironchest:iron_shulker_box_cyan:3, Cyan Copper Shulker Box -ironchest:iron_shulker_box_cyan:4, Cyan Silver Shulker Box -ironchest:iron_shulker_box_cyan:5, Cyan Crystal Shulker Box -ironchest:iron_shulker_box_cyan:6, Cyan Obsidian Shulker Box -ironchest:iron_shulker_box_purple:0, Purple Iron Shulker Box -ironchest:iron_shulker_box_purple:1, Purple Gold Shulker Box -ironchest:iron_shulker_box_purple:2, Purple Diamond Shulker Box -ironchest:iron_shulker_box_purple:3, Purple Copper Shulker Box -ironchest:iron_shulker_box_purple:4, Purple Silver Shulker Box -ironchest:iron_shulker_box_purple:5, Purple Crystal Shulker Box -ironchest:iron_shulker_box_purple:6, Purple Obsidian Shulker Box -ironchest:iron_shulker_box_blue:0, Blue Iron Shulker Box -ironchest:iron_shulker_box_blue:1, Blue Gold Shulker Box -ironchest:iron_shulker_box_blue:2, Blue Diamond Shulker Box -ironchest:iron_shulker_box_blue:3, Blue Copper Shulker Box -ironchest:iron_shulker_box_blue:4, Blue Silver Shulker Box -ironchest:iron_shulker_box_blue:5, Blue Crystal Shulker Box -ironchest:iron_shulker_box_blue:6, Blue Obsidian Shulker Box -ironchest:iron_shulker_box_brown:0, Brown Iron Shulker Box -ironchest:iron_shulker_box_brown:1, Brown Gold Shulker Box -ironchest:iron_shulker_box_brown:2, Brown Diamond Shulker Box -ironchest:iron_shulker_box_brown:3, Brown Copper Shulker Box -ironchest:iron_shulker_box_brown:4, Brown Silver Shulker Box -ironchest:iron_shulker_box_brown:5, Brown Crystal Shulker Box -ironchest:iron_shulker_box_brown:6, Brown Obsidian Shulker Box -ironchest:iron_shulker_box_green:0, Green Iron Shulker Box -ironchest:iron_shulker_box_green:1, Green Gold Shulker Box -ironchest:iron_shulker_box_green:2, Green Diamond Shulker Box -ironchest:iron_shulker_box_green:3, Green Copper Shulker Box -ironchest:iron_shulker_box_green:4, Green Silver Shulker Box -ironchest:iron_shulker_box_green:5, Green Crystal Shulker Box -ironchest:iron_shulker_box_green:6, Green Obsidian Shulker Box -ironchest:iron_shulker_box_red:0, Red Iron Shulker Box -ironchest:iron_shulker_box_red:1, Red Gold Shulker Box -ironchest:iron_shulker_box_red:2, Red Diamond Shulker Box -ironchest:iron_shulker_box_red:3, Red Copper Shulker Box -ironchest:iron_shulker_box_red:4, Red Silver Shulker Box -ironchest:iron_shulker_box_red:5, Red Crystal Shulker Box -ironchest:iron_shulker_box_red:6, Red Obsidian Shulker Box -ironchest:iron_shulker_box_black:0, Black Iron Shulker Box -ironchest:iron_shulker_box_black:1, Black Gold Shulker Box -ironchest:iron_shulker_box_black:2, Black Diamond Shulker Box -ironchest:iron_shulker_box_black:3, Black Copper Shulker Box -ironchest:iron_shulker_box_black:4, Black Silver Shulker Box -ironchest:iron_shulker_box_black:5, Black Crystal Shulker Box -ironchest:iron_shulker_box_black:6, Black Obsidian Shulker Box -ironchest:iron_gold_chest_upgrade, Iron to Gold Chest Upgrade -ironchest:gold_diamond_chest_upgrade, Gold to Diamond Chest Upgrade -ironchest:copper_silver_chest_upgrade, Copper to Silver Chest Upgrade -ironchest:silver_gold_chest_upgrade, Silver to Gold Chest Upgrade -ironchest:copper_iron_chest_upgrade, Copper to Iron Chest Upgrade -ironchest:diamond_crystal_chest_upgrade, Diamond to Crystal Chest Upgrade -ironchest:wood_iron_chest_upgrade, Wood to Iron Chest Upgrade -ironchest:wood_copper_chest_upgrade, Wood to Copper Chest Upgrade -ironchest:diamond_obsidian_chest_upgrade, Diamond to Obsidian Chest Upgrade -ironchest:iron_gold_shulker_upgrade, Iron to Gold Shulker Box Upgrade -ironchest:gold_diamond_shulker_upgrade, Gold to Diamond Shulker Box Upgrade -ironchest:copper_silver_shulker_upgrade, Copper to Silver Shulker Box Upgrade -ironchest:silver_gold_shulker_upgrade, Silver to Gold Shulker Box Upgrade -ironchest:copper_iron_shulker_upgrade, Copper to Iron Shulker Box Upgrade -ironchest:diamond_crystal_shulker_upgrade, Diamond to Crystal Shulker Box Upgrade -ironchest:vanilla_iron_shulker_upgrade, Vanilla to Iron Shulker Box Upgrade -ironchest:vanilla_copper_shulker_upgrade, Vanilla to Copper Shulker Box Upgrade -ironchest:diamond_obsidian_shulker_upgrade, Diamond to Obsidian Shulker Box Upgrade -itemfilters:filter, Item Filter -itemfilters:missing, Missing Item -jecalculation:item_calculator:0, Crafting Calculator -jecalculation:item_calculator:1, Math Calculator -leshen:life_drain, Life Drain Staff -leshen:root_attack, WildRoot Staff -leshen:wolf_summon, WolfCaller Staff -matc:inferiumcrystal, §eInferium Infusion Crystal -matc:prudentiumcrystal, §2Prudentium Infusion Crystal -matc:intermediumcrystal, §6Intermedium Infusion Crystal -matc:superiumcrystal, §9Superium Infusion Crystal -matc:supremiumcrystal, §cSupremium Infusion Crystal -bnkrblks:fried_nugget, Fried Nugget -bnkrblks:fallout_sign, Fallout Sign -bnkrblks:megelium_rod, Megelium Rod -bnkrblks:megelium_pickaxe, Megelium Tool -bnkrblks:blue_bunker_wall, tile.blue_bunker_wall.name -bnkrblks:bunker_wall, tile.bunker_wall.name -bnkrblks:green_bunker_wall, tile.green_bunker_wall.name -bnkrblks:reinforced_bunker_glass, tile.reinforced_bunker_glass.name -bnkrblks:light_blue_bunker_wall, tile.light_blue_bunker_wall.name -bnkrblks:light_grey_bunker_wall, tile.light_grey_bunker_wall.name -bnkrblks:lime_bunker_wall, tile.lime_bunker_wall.name -bnkrblks:red_bunker_wall, tile.red_bunker_wall.name -bnkrblks:dark_grey_bunker_wall, tile.dark_grey_bunker_wall.name -bnkrblks:white_bunker_wall, tile.white_bunker_wall.name -bnkrblks:megelium_block, Megelium Block -bnkrblks:megelium_polished, Polished Megelium Block -bnkrblks:megelium_fence, Megelium Fence -bnkrblks:megelium_glass, Megelium Glass -bnkrblks:megelium_stone, Megelium Stone -bnkrblks:megelium_stairs, Megelium Stairs -bnkrblks:megelium_glass_pane, Megelium Glass Pane -bnkrblks:megelium_slab_half, Megelium Slab -bnkrblks:megelium_slab_double, tile.megelium_slab_double.name -modularmachinery:itemblueprint, Machine Blueprint -modularmachinery:itemmodularium, Modularium -modularmachinery:itemconstructtool, Construct Selection Tool -modularmachinery:machine_projector, Machine Projector -modularmachinery:blockcontroller, Machine Controller -modularmachinery:blockfactorycontroller, Factory Controller -modularmachinery:blockcasing:0, Machine Casing -modularmachinery:blockcasing:1, Machine Vent -modularmachinery:blockcasing:2, Firebox Casing -modularmachinery:blockcasing:3, Machine Gearbox -modularmachinery:blockcasing:4, Reinforced Machine Casing -modularmachinery:blockcasing:5, Machine Circuitry -modularmachinery:blockinputbus:0, Tiny Item Input -modularmachinery:blockinputbus:1, Small Item Input -modularmachinery:blockinputbus:2, Normal Item Input -modularmachinery:blockinputbus:3, Reinforced Item Input -modularmachinery:blockinputbus:4, Big Item Input -modularmachinery:blockinputbus:5, Huge Item Input -modularmachinery:blockinputbus:6, Ludicrous Item Input -modularmachinery:blockoutputbus:0, Tiny Item Output -modularmachinery:blockoutputbus:1, Small Item Output -modularmachinery:blockoutputbus:2, Normal Item Output -modularmachinery:blockoutputbus:3, Reinforced Item Output -modularmachinery:blockoutputbus:4, Big Item Output -modularmachinery:blockoutputbus:5, Huge Item Output -modularmachinery:blockoutputbus:6, Ludicrous Item Output -modularmachinery:blockfluidinputhatch:0, Tiny Fluid Input Hatch -modularmachinery:blockfluidinputhatch:1, Small Fluid Input Hatch -modularmachinery:blockfluidinputhatch:2, Normal Fluid Input Hatch -modularmachinery:blockfluidinputhatch:3, Reinforced Fluid Input Hatch -modularmachinery:blockfluidinputhatch:4, Big Fluid Input Hatch -modularmachinery:blockfluidinputhatch:5, Huge Fluid Input Hatch -modularmachinery:blockfluidinputhatch:6, Ludicrous Fluid Input Hatch -modularmachinery:blockfluidinputhatch:7, Vacuum Fluid Input Hatch -modularmachinery:blockfluidoutputhatch:0, Tiny Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:1, Small Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:2, Normal Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:3, Reinforced Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:4, Big Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:5, Huge Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:6, Ludicrous Fluid Output Hatch -modularmachinery:blockfluidoutputhatch:7, Vacuum Fluid Output Hatch -modularmachinery:blockenergyinputhatch:0, Tiny Energy Input Hatch -modularmachinery:blockenergyinputhatch:1, Small Energy Input Hatch -modularmachinery:blockenergyinputhatch:2, Normal Energy Input Hatch -modularmachinery:blockenergyinputhatch:3, Reinforced Energy Input Hatch -modularmachinery:blockenergyinputhatch:4, Big Energy Input Hatch -modularmachinery:blockenergyinputhatch:5, Huge Energy Input Hatch -modularmachinery:blockenergyinputhatch:6, Ludicrous Energy Input Hatch -modularmachinery:blockenergyinputhatch:7, Ultimate Energy Input Hatch -modularmachinery:blockenergyoutputhatch:0, Tiny Energy Output Hatch -modularmachinery:blockenergyoutputhatch:1, Small Energy Output Hatch -modularmachinery:blockenergyoutputhatch:2, Normal Energy Output Hatch -modularmachinery:blockenergyoutputhatch:3, Reinforced Energy Output Hatch -modularmachinery:blockenergyoutputhatch:4, Big Energy Output Hatch -modularmachinery:blockenergyoutputhatch:5, Huge Energy Output Hatch -modularmachinery:blockenergyoutputhatch:6, Ludicrous Energy Output Hatch -modularmachinery:blockenergyoutputhatch:7, Ultimate Energy Output Hatch -modularmachinery:blocksmartinterface:0, Smart Data Interface (Number) -modularmachinery:blockparallelcontroller:0, §aNormal Parallel Controller -modularmachinery:blockparallelcontroller:1, §6Reinforced Parallel Controller -modularmachinery:blockparallelcontroller:2, §bElite Parallel Controller -modularmachinery:blockparallelcontroller:3, §5Super Parallel Controller -modularmachinery:blockparallelcontroller:4, §cUltimate Parallel Controller -modularmachinery:blockupgradebus:0, §aNormal Upgrade Bus -modularmachinery:blockupgradebus:1, §6Reinforced Upgrade Bus -modularmachinery:blockupgradebus:2, §bElite Upgrade Bus -modularmachinery:blockupgradebus:3, §5Super Upgrade Bus -modularmachinery:blockupgradebus:4, §eUltimate Upgrade Bus -modularmachinery:blockmeitemoutputbus, ME Machinery Item Output Bus -modularmachinery:blockmeiteminputbus, ME Machinery Item Input Bus -modularmachinery:blockmefluidoutputbus, ME Machinery Fluid Output Bus -modularmachinery:blockmefluidinputbus, ME Machinery Fluid Input Bus -modularmachinery:blockmepatternprovider, ME Machinery Pattern Provider -modularmachinery:blockwillproviderinput, Demon Will Input Hatch -modularmachinery:blockwillprovideroutput, Demon Will Output Hatch -modularmachinery:blocklifeessenceproviderinput, Life Essence Input Hatch -modularmachinery:blocklifeessenceprovideroutput, Life Essence Output Hatch -modularmachinery:blockaspectproviderinput, Essentia Input Hatch -modularmachinery:blockaspectprovideroutput, Essentia Output Hatch -modularmachinery:blockimpetusproviderinput, Impetus Input Hatch -modularmachinery:blockimpetusprovideroutput, Impetus Output Hatch -modularmachinery:blockgridproviderinput, Grid Power Input Hatch -modularmachinery:blockgridprovideroutput, Grid Power Output Hatch -modularmachinery:blockrainbowprovider, Rainbow Input Hatch -modularmachinery:blockstarlightproviderinput, Starlight Collector Hatch -modularmachinery:blockstarlightprovideroutput, Starlight Distributor Hatch -modularmachinery:blockconstellationprovider, Constellation Detector Hatch -modularmachinery:blockmanaproviderinput, Mana Input Hatch -modularmachinery:blockmanaprovideroutput, Mana Output Hatch -modularmachinery:mythical_resource_miner_tier4_controller, tile.null.name -modularmachinery:neutronium_cannon_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier3_controller, tile.null.name -modularmachinery:mythic_processor_gravitite_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier2_controller, tile.null.name -modularmachinery:lp_harvester_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier1_controller, tile.null.name -modularmachinery:me_entropic_sythesizer_controller, tile.null.name -modularmachinery:hypergrowth_insolator_factory_controller, tile.null.name -modularmachinery:hypergrowth_insolator_controller, tile.null.name -modularmachinery:relativistic_collapser_controller, tile.null.name -modularmachinery:blood_god_altar_network_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier9_controller, tile.null.name -modularmachinery:sentient_meatball_monument_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier8_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier7_controller, tile.null.name -modularmachinery:creation_altar_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier6_controller, tile.null.name -modularmachinery:twelve_gates_of_heaven_controller, tile.null.name -modularmachinery:infinity_furnace_factory_controller, tile.null.name -modularmachinery:infinity_furnace_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier5_controller, tile.null.name -modularmachinery:gaia_altar_controller, tile.null.name -modularmachinery:safe_fission_amfm_controller, tile.null.name -modularmachinery:mythic_processor_drying_rack_controller, tile.null.name -modularmachinery:mythic_processor_arkencrusher_controller, tile.null.name -modularmachinery:lilith_altar_controller, tile.null.name -modularmachinery:cold_iron_forge_controller, tile.null.name -modularmachinery:essentia_solidifier_controller, tile.null.name -modularmachinery:impetus_syphon_controller, tile.null.name -modularmachinery:linear_fusion_accelerator_controller, tile.null.name -modularmachinery:dreading_crucible_controller, tile.null.name -modularmachinery:safe_fission_lees_controller, tile.null.name -modularmachinery:the_cube_controller, tile.null.name -modularmachinery:arc_reactor_controller, tile.null.name -modularmachinery:arcane_autoinfuser_controller, tile.null.name -modularmachinery:mythic_processor_alloy_furnace_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:safe_fission_polonium_controller, tile.null.name -modularmachinery:berserker_forge_controller, tile.null.name -modularmachinery:ender_stone_crucible_controller, tile.null.name -modularmachinery:two_phase_fission_reactor_controller, tile.null.name -modularmachinery:essentia_crystallizer_controller, tile.null.name -modularmachinery:plated_carpenter_controller, tile.null.name -modularmachinery:mythic_processor_grinder_controller, tile.null.name -modularmachinery:safe_fission_mox241_controller, tile.null.name -modularmachinery:dragonfire_crucible_controller, tile.null.name -modularmachinery:safe_fission_tbu_controller, tile.null.name -modularmachinery:sterilized_altar_controller, tile.null.name -modularmachinery:tree_of_life_controller, tile.null.name -modularmachinery:herne_altar_controller, tile.null.name -modularmachinery:mythic_processor_empowerer_controller, tile.null.name -modularmachinery:safe_fission_hea242_controller, tile.null.name -modularmachinery:salt_repolarizer_controller, tile.null.name -modularmachinery:active_cooled_hecf249_controller, tile.null.name -modularmachinery:botanic_condenser_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier12_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier13_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier10_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier11_controller, tile.null.name -modularmachinery:definer_two_controller, tile.null.name -modularmachinery:elemental_altar_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier16_controller, tile.null.name -modularmachinery:altar_to_the_name_of_names_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier17_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier14_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier15_controller, tile.null.name -modularmachinery:baphomet_altar_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier18_controller, tile.null.name -modularmachinery:carminite_empowerer_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier19_controller, tile.null.name -modularmachinery:gravitite_enchanter_controller, tile.null.name -modularmachinery:spatial_crucible_controller, tile.null.name -modularmachinery:thaumic_replicator_controller, tile.null.name -modularmachinery:safe_fission_lecm243_controller, tile.null.name -modularmachinery:safe_fission_hecf249_controller, tile.null.name -modularmachinery:moloch_altar_controller, tile.null.name -modularmachinery:active_cooled_herrr_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:particle_accelerator_controller, tile.null.name -modularmachinery:soul_accumulator_controller, tile.null.name -modularmachinery:mythic_processor_purifier_controller, tile.null.name -modularmachinery:gravitational_collapser_controller, tile.null.name -modularmachinery:arcane_autoworkbench_controller, tile.null.name -modularmachinery:safe_fission_heuf_controller, tile.null.name -modularmachinery:corrupted_library_controller, tile.null.name -modularmachinery:shadow_fracturer_factory_controller, tile.null.name -modularmachinery:shadow_fracturer_controller, tile.null.name -modularmachinery:mythic_processor_blaster_controller, tile.null.name -modularmachinery:safe_fission_len236_controller, tile.null.name -modularmachinery:dyson_compressor_controller, tile.null.name -modularmachinery:enchanted_greenhouse_factory_controller, tile.null.name -modularmachinery:enchanted_greenhouse_controller, tile.null.name -modularmachinery:meteoric_befaller_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:safe_fission_heu233_controller, tile.null.name -modularmachinery:dimensional_stabilizer_controller, tile.null.name -modularmachinery:transformer_controller, tile.null.name -modularmachinery:active_cooled_polonium_controller, tile.null.name -modularmachinery:neutronium_bombarder_controller, tile.null.name -modularmachinery:quantum_condenser_controller, tile.null.name -modularmachinery:iron_centrifuge_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:sacred_cinders_apiary_factory_controller, tile.null.name -modularmachinery:sacred_cinders_apiary_controller, tile.null.name -modularmachinery:mythic_processor_wiremill_controller, tile.null.name -modularmachinery:valonite_gateway_controller, tile.null.name -modularmachinery:mythic_processor_isotope_separator_controller, tile.null.name -modularmachinery:bloodmaster_crucible_controller, tile.null.name -modularmachinery:mythic_processor_muon_extractor_controller, tile.null.name -modularmachinery:advanced_compression_engine_controller, tile.null.name -modularmachinery:blood_reprocessor_controller, tile.null.name -modularmachinery:sparkled_spinning_wheel_controller, tile.null.name -modularmachinery:safe_fission_hefm_controller, tile.null.name -modularmachinery:inertial_confinement_reactor_controller, tile.null.name -modularmachinery:empowered_monolith_controller, tile.null.name -modularmachinery:mythic_accelerator_controller, tile.null.name -modularmachinery:processor_clean_room_controller, tile.null.name -modularmachinery:active_cooled_heu233_controller, tile.null.name -modularmachinery:mythic_processor_melter_controller, tile.null.name -modularmachinery:mythic_processor_electrolyzer_controller, tile.null.name -modularmachinery:fractallite_furnace_controller, tile.null.name -modularmachinery:token_totem_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier20_controller, tile.null.name -modularmachinery:auto_astral_altar_controller, tile.null.name -modularmachinery:bastion_of_flesh_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier23_controller, tile.null.name -modularmachinery:mythic_processor_gearworking_die_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier24_controller, tile.null.name -modularmachinery:plasmatic_controller_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier21_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier22_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier27_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier28_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier25_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier26_controller, tile.null.name -modularmachinery:aluminum_lathe_controller, tile.null.name -modularmachinery:compression_engine_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier29_controller, tile.null.name -modularmachinery:mythical_resource_crucible_controller, tile.null.name -modularmachinery:safe_fission_lep239_controller, tile.null.name -modularmachinery:dyson_discharger_t5_controller, tile.null.name -modularmachinery:dyson_discharger_t6_controller, tile.null.name -modularmachinery:safe_fission_herrr_controller, tile.null.name -modularmachinery:honeysmelter_oven_controller, tile.null.name -modularmachinery:dyson_irradiator_controller, tile.null.name -modularmachinery:dyson_discharger_t3_controller, tile.null.name -modularmachinery:dyson_discharger_t4_controller, tile.null.name -modularmachinery:mythic_processor_compactor_controller, tile.null.name -modularmachinery:nightmare_electrolyzer_controller, tile.null.name -modularmachinery:dyson_discharger_t2_controller, tile.null.name -modularmachinery:me_mythic_assembler_controller, tile.null.name -modularmachinery:mythic_processor_furnace_controller, tile.null.name -modularmachinery:safe_fission_mox239_controller, tile.null.name -modularmachinery:safe_nuke_environment_controller, tile.null.name -modularmachinery:dyson_sphere_controller, tile.null.name -modularmachinery: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:safe_fission_leb248_controller, tile.null.name -modularmachinery:infusinator_controller, tile.null.name -modularmachinery:wizardry_combiner_controller, tile.null.name -modularmachinery:high_impulse_accelerator_controller, tile.null.name -modularmachinery:font_of_divinity_controller, tile.null.name -modularmachinery:active_cooled_hecm245_controller, tile.null.name -modularmachinery:mythic_processor_rolling_machine_controller, tile.null.name -modularmachinery:mechanized_coop_factory_controller, tile.null.name -modularmachinery:mechanized_coop_controller, tile.null.name -modularmachinery:safe_fission_hep239_controller, tile.null.name -modularmachinery:active_cooled_hea242_controller, tile.null.name -modularmachinery:compression_turbine_controller, tile.null.name -modularmachinery:mechanized_essentia_smeltery_controller, tile.null.name -modularmachinery:definer_controller, tile.null.name -modularmachinery:fluid_matrix_plasma_collider_controller, tile.null.name -modularmachinery:safe_fission_lefhm_controller, tile.null.name -modularmachinery:safe_fission_hecm245_controller, tile.null.name -modularmachinery:everburning_forge_controller, tile.null.name -modularmachinery:crushing_wheels:0, Crushing Wheels -naturescompass:naturescompass, Nature's Compass -xnet:xnet_manual, XNet Manual -xnet:connector_upgrade, Connector Upgrade Kit -xnet:facade, Facade -xnet:redstone_proxy, Redstone Proxy -xnet:redstone_proxy_upd, Redstone Proxy (update) -xnet:netcable:0, Blue Network Cable -xnet:netcable:1, Red Network Cable -xnet:netcable:2, Yellow Network Cable -xnet:netcable:3, Green Network Cable -xnet:netcable:4, Routing Network Cable -xnet:connector:0, Blue Connector -xnet:connector:1, Red Connector -xnet:connector:2, Yellow Connector -xnet:connector:3, Green Connector -xnet:connector:4, Routing Connector -xnet:advanced_connector:0, Advanced Blue Connector -xnet:advanced_connector:1, Advanced Red Connector -xnet:advanced_connector:2, Advanced Yellow Connector -xnet:advanced_connector:3, Advanced Green Connector -xnet:controller, Controller -xnet:router, Router -xnet:wireless_router, Wireless Router -xnet:antenna, Antenna -xnet:antenna_base, Antenna Base -xnet:antenna_dish, Antenna Dish -omniwand:wand, Omniwand -plethora:neuralinterface, Neural interface -plethora:neuralconnector, Neural connector -plethora:module:0, Introspection module -plethora:module:1, Frickin' laser beam -plethora:module:2, Block scanner -plethora:module:3, Entity sensor -plethora:module:4, Kinetic augment -plethora:module:5, Chat recorder -plethora:module:6, Overlay glasses -plethora:module:7, Creative chat recorder -plethora:keyboard, Keyboard -plethora:manipulator:0, Manipulator Mk I -plethora:manipulator:1, Manipulator Mk II -plethora:redstone_integrator:0, Redstone integrator -plustic:pipe_piece:0, Electrical Pipe Piece -plustic:pipe_piece:0, Energetic Pipe Piece -plustic:pipe_piece:0, Vibrant Pipe Piece -plustic:pipe_piece:0, Red Pipe Piece -plustic:pipe_piece:0, Conductive Pipe Piece -plustic:pipe_piece:0, Pulsating Pipe Piece -plustic:pipe_piece:0, Dark Pipe Piece -plustic:pipe_piece:0, Souled Pipe Piece -plustic:pipe_piece:0, Pipe Piece of the End -plustic:pipe_piece:0, Fake-Iron Pipe Piece -plustic:pipe_piece:0, Naga Scale Pipe Piece -plustic:pipe_piece:0, Steeleaf Pipe Piece -plustic:pipe_piece:0, Fiery Pipe Piece -plustic:pipe_piece:0, Knightly Pipe Piece -plustic:pipe_piece:0, Wooden Pipe Piece -plustic:pipe_piece:0, Stone Pipe Piece -plustic:pipe_piece:0, Flint Pipe Piece -plustic:pipe_piece:0, Cactus Pipe Piece -plustic:pipe_piece:0, Bone Pipe Piece -plustic:pipe_piece:0, Obsidian Pipe Piece -plustic:pipe_piece:0, Prismarine Pipe Piece -plustic:pipe_piece:0, End Pipe Piece -plustic:pipe_piece:0, Paper Pipe Piece -plustic:pipe_piece:0, Sponge Pipe Piece -plustic:pipe_piece:0, Firewood Pipe Piece -plustic:pipe_piece:0, Iron Pipe Piece -plustic:pipe_piece:0, Pig Iron Pipe Piece -plustic:pipe_piece:0, Knightslime Pipe Piece -plustic:pipe_piece:0, Slime Pipe Piece -plustic:pipe_piece:0, Slime Pipe Piece -plustic:pipe_piece:0, Magma Slime Pipe Piece -plustic:pipe_piece:0, Netherrack Pipe Piece -plustic:pipe_piece:0, Cobalt Pipe Piece -plustic:pipe_piece:0, Ardite Pipe Piece -plustic:pipe_piece:0, Manyullyn Pipe Piece -plustic:pipe_piece:0, Copper Pipe Piece -plustic:pipe_piece:0, Bronze Pipe Piece -plustic:pipe_piece:0, Lead Pipe Piece -plustic:pipe_piece:0, Silver Pipe Piece -plustic:pipe_piece:0, Electrum Pipe Piece -plustic:pipe_piece:0, Steel Pipe Piece -plustic:pipe_piece:0, Abyssalnite Pipe Piece -plustic:pipe_piece:0, Refined Coralium Pipe Piece -plustic:pipe_piece:0, Dreadium Pipe Piece -plustic:pipe_piece:0, Treated Wood Pipe Piece -plustic:pipe_piece:0, Constantan Pipe Piece -plustic:pipe_piece:0, Baronyte Pipe Piece -plustic:pipe_piece:0, Blazium Pipe Piece -plustic:pipe_piece:0, Elecanium Pipe Piece -plustic:pipe_piece:0, Emberstone Pipe Piece -plustic:pipe_piece:0, Ghastly Pipe Piece -plustic:pipe_piece:0, Ghoulish Pipe Piece -plustic:pipe_piece:0, Limonite Pipe Piece -plustic:pipe_piece:0, Lunar Pipe Piece -plustic:pipe_piece:0, Lyon Pipe Piece -plustic:pipe_piece:0, Mystite Pipe Piece -plustic:pipe_piece:0, Rosite Pipe Piece -plustic:pipe_piece:0, Shyrestone Pipe Piece -plustic:pipe_piece:0, Skeletal Pipe Piece -plustic:pipe_piece:0, Varsium Pipe Piece -plustic:pipe_piece:0, Charger Pipe Piece -plustic:pipe_piece:0, Blood Infused Wooden Pipe Piece -plustic:pipe_piece:0, Blood Infused Iron Pipe Piece -plustic:pipe_piece:0, Realmite Pipe Piece -plustic:pipe_piece:0, Arlemite Pipe Piece -plustic:pipe_piece:0, Rupee Pipe Piece -plustic:pipe_piece:0, Netherite Pipe Piece -plustic:pipe_piece:0, Bloodmaster Pipe Piece -plustic:pipe_piece:0, Adamantium Pipe Piece -plustic:pipe_piece:0, Vibranium Pipe Piece -plustic:pipe_piece:0, Vibranium Alloy Pipe Piece -plustic:pipe_piece:0, Parafrosynium Pipe Piece -plustic:pipe_piece:0, Rosidian Pipe Piece -plustic:pipe_piece:0, Phasing Alloy Pipe Piece -plustic:pipe_piece:0, Wrought Iron Pipe Piece -plustic:pipe_piece:0, Barathosynium Pipe Piece -plustic:pipe_piece:0, Abyssal Flesh Pipe Piece -plustic:pipe_piece:0, Crystalline Ichorium Pipe Piece -plustic:pipe_piece:0, Kaiyu Pipe Piece -plustic:pipe_piece:0, Berserker Steel Pipe Piece -plustic:pipe_piece:0, Endlessly Hungry Pipe Piece -plustic:pipe_piece:0, Infused Dread Pipe Piece -plustic:pipe_piece:0, Brightsteel Alloy Pipe Piece -plustic:pipe_piece:0, Runandium Pipe Piece -plustic:pipe_piece:0, Ascended Draconic Alloy Pipe Piece -plustic:pipe_piece:0, Neutronium Pipe Piece -plustic:pipe_piece:0, Hihi'Irokane Pipe Piece -plustic:pipe_piece:0, Orichalcum Pipe Piece -plustic:pipe_piece:0, Demonic Ember Pipe Piece -plustic:pipe_piece:0, Dark Matter 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 -plustic:pipe_piece:0, Magical Wooden Pipe Piece -plustic:pipe_piece:0, Evil Infused Pipe Piece -plustic:pipe_piece:0, Enchanted Pipe Piece -plustic:pipe_piece:0, Demonic Pipe Piece -plustic:pipe_piece:0, Molten Meat Pipe Piece -plustic:pipe_piece:0, Vespa Carapace Pipe Piece -plustic:pipe_piece:0, Scythe Claw Pipe Piece -plustic:pipe_piece:0, Ectoplasm Pipe Piece -plustic:pipe_piece:0, Dragon Bone Pipe Piece -plustic:pipe_piece:0, Desert Myrmex Chitin Pipe Piece -plustic:pipe_piece:0, Jungle Myrmex Chitin Pipe Piece -plustic:pipe_piece:0, Fire Dragonsteel Pipe Piece -plustic:pipe_piece:0, Ice Dragonsteel Pipe Piece -plustic:pipe_piece:0, Lightning Dragonsteel Pipe Piece -plustic:pipe_piece:0, Weezer Pipe Piece -plustic:pipe_piece:0, Prosperity Shard Pipe Piece -plustic:pipe_piece:0, Soulium Pipe Piece -plustic:pipe_piece:0, Base Essence Pipe Piece -plustic:pipe_piece:0, Inferium Pipe Piece -plustic:pipe_piece:0, Prudentium Pipe Piece -plustic:pipe_piece:0, Intermedium Pipe Piece -plustic:pipe_piece:0, Superium Pipe Piece -plustic:pipe_piece:0, Supremium Pipe Piece -plustic:pipe_piece:0, Boron Pipe Piece -plustic:pipe_piece:0, Tough Alloy Pipe Piece -plustic:pipe_piece:0, Hard Carbon Pipe Piece -plustic:pipe_piece:0, Boron Nitride Pipe Piece -plustic:pipe_piece:0, Thorium Pipe Piece -plustic:pipe_piece:0, Uranium Pipe Piece -plustic:pipe_piece:0, Magnesium Pipe Piece -plustic:pipe_piece:0, Chocolate Pipe Piece -plustic:pipe_piece:0, Plastic Pipe Piece -plustic:pipe_piece:0, Pink Slime Pipe Piece -plustic:pipe_piece:0, Reinforced Pink Slime Pipe Piece -plustic:pipe_piece:0, Platinum Pipe Piece -plustic:pipe_piece:0, Iridium Pipe Piece -plustic:pipe_piece:0, Mithril Pipe Piece -plustic:pipe_piece:0, Invar Pipe Piece -plustic:pipe_piece:0, Nickel Pipe Piece -plustic:pipe_piece:0, Tin Pipe Piece -plustic:pipe_piece:0, Brass Pipe Piece -plustic:pipe_piece:0, Aluminum Pipe Piece -plustic:pipe_piece:0, Zinc Pipe Piece -plustic:pipe_piece:0, Refined Obsidian Pipe Piece -plustic:pipe_piece:0, Refined Glowstone Pipe Piece -plustic:pipe_piece:0, Osmium Pipe Piece -plustic:pipe_piece:0, Manasteel Pipe Piece -plustic:pipe_piece:0, Terrasteel Pipe Piece -plustic:pipe_piece:0, Gaia Spirit Pipe Piece -plustic:pipe_piece:0, Yellorium Pipe Piece -plustic:pipe_piece:0, Cyanite Pipe Piece -plustic:pipe_piece:0, Blutonium Pipe Piece -plustic:pipe_piece:0, Ludicrite Pipe Piece -plustic:pipe_piece:0, Quartz Enriched Iron Pipe Piece -plustic:pipe_piece:0, Psimetal Pipe Piece -plustic:pipe_piece:0, Psigem Pipe Piece -plustic:pipe_piece:0, Ivory Psimetal Pipe Piece -plustic:pipe_piece:0, Ebony Psimetal Pipe Piece -plustic:pipe_piece:0, Red Matter Pipe Piece -plustic:pipe_piece:0, Fluxed Electrum Pipe Piece -plustic:pipe_piece:0, Refined Iron Pipe Piece -plustic:pipe_piece:0, Tungsten Pipe Piece -plustic:pipe_piece:0, Titanium Pipe Piece -plustic:pipe_piece:0, Chrome Pipe Piece -plustic:pipe_piece:0, Advanced Alloy Pipe Piece -plustic:pipe_piece:0, Ruby Pipe Piece -plustic:pipe_piece:0, Sapphire Pipe Piece -plustic:pipe_piece:0, Peridot Pipe Piece -plustic:pipe_piece:0, Yellow Garnet Pipe Piece -plustic:pipe_piece:0, Red Garnet Pipe Piece -plustic:pipe_piece:0, Rubber Pipe Piece -plustic:pipe_piece:0, Alumite Pipe Piece -plustic:pipe_piece:0, Ascended Sapphire Pipe Piece -plustic:pipe_piece:0, Jade Pipe Piece -plustic:pipe_piece:0, Malachite Pipe Piece -plustic:pipe_piece:0, Amber Pipe Piece -plustic:pipe_piece:0, Topaz Pipe Piece -plustic:pipe_piece:0, Tanzanite Pipe Piece -plustic:pipe_piece:0, Amethyst Pipe Piece -plustic:pipe_piece:0, Lumium Pipe Piece -plustic:pipe_piece:0, Enderium Pipe Piece -plustic:pipe_piece:0, Black Quartz Pipe Piece -plustic:pipe_piece:0, Void Pipe Piece -plustic:pipe_piece:0, Enori Pipe Piece -plustic:pipe_piece:0, Palis Pipe Piece -plustic:pipe_piece:0, Emeradic Pipe Piece -plustic:pipe_piece:0, Diamatine Pipe Piece -plustic:pipe_piece:0, Infinity Pipe Piece -plustic:pipe_piece:0, Certus Quartz Pipe Piece -plustic:pipe_piece:0, Fluix Crystal Pipe Piece -plustic:pipe_piece:0, Mica Pipe Piece -plustic:pipe_piece:0, Litherite Pipe Piece -plustic:pipe_piece:0, Erodium Pipe Piece -plustic:pipe_piece:0, Kyronite Pipe Piece -plustic:pipe_piece:0, Pladium Pipe Piece -plustic:pipe_piece:0, Ionite Pipe Piece -plustic:pipe_piece:0, Aethium Pipe Piece -plustic:pipe_piece:0, Thaumium Pipe Piece -plustic:pipe_piece:0, Starmetal Pipe Piece -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, Wyvern Pipe Piece -plustic:pipe_piece:0, Awakened Pipe Piece -plustic:pipe_piece:0, Chaotic Pipe Piece -plustic:pipe_piece:0, Fusewood Pipe Piece -plustic:pipe_piece:0, Ghostwood Pipe Piece -plustic:pipe_piece:0, Darkwood Pipe Piece -plustic:pipe_piece:0, Emerald Pipe Piece -plustic:laser_medium:0, Stone Laser Medium -plustic:laser_medium:0, Prismarine Laser Medium -plustic:laser_medium:0, Blazerod Laser Medium -plustic:laser_medium:0, Endrod Laser Medium -plustic:laser_medium:0, Jade Laser Medium -plustic:laser_medium:0, Palis Laser Medium -plustic:laser_medium:0, Emeradic Laser Medium -plustic:laser_medium:0, Diamatine Laser Medium -plustic:laser_medium:0, Infinity Laser Medium -plustic:laser_medium:0, Certus Quartz Laser Medium -plustic:laser_medium:0, Fluix Crystal Laser Medium -plustic:laser_medium:0, Starmetal Laser Medium -plustic:laser_medium:0, Chaotic Laser Medium -plustic:battery_cell:0, Stone Battery Cell -plustic:battery_cell:0, Manyullyn Battery Cell -plustic:battery_cell:0, Copper Battery Cell -plustic:battery_cell:0, Silver Battery Cell -plustic:battery_cell:0, Blazerod Battery Cell -plustic:battery_cell:0, Endrod Battery Cell -plustic:battery_cell:0, Enori Battery Cell -plustic:battery_cell:0, Fluix Crystal Battery Cell -plustic:laser_gun, Laser Gun -plustic:katana, Katana -plustic:mirionnugget, Mirion Nugget -plustic:mirioningot, Mirion Ingot -plustic:mirionblock, Mirion Block -xreliquary:altar, Altar -xreliquary:apothecary_cauldron, tile.apothecary_cauldron.name -xreliquary:apothecary_mortar, tile.apothecary_mortar.name -xreliquary:fertile_lilypad, tile.fertile_lilypad.name -xreliquary:interdiction_torch, tile.interdiction_torch.name -xreliquary:wraith_node, tile.wraith_node.name -xreliquary:pedestal:0, Pedestal -xreliquary:pedestal:1, Pedestal -xreliquary:pedestal:2, Pedestal -xreliquary:pedestal:3, Pedestal -xreliquary:pedestal:4, Pedestal -xreliquary:pedestal:5, Pedestal -xreliquary:pedestal:6, Pedestal -xreliquary:pedestal:7, Pedestal -xreliquary:pedestal:8, Pedestal -xreliquary:pedestal:9, Pedestal -xreliquary:pedestal:10, Pedestal -xreliquary:pedestal:11, Pedestal -xreliquary:pedestal:12, Pedestal -xreliquary:pedestal:13, Pedestal -xreliquary:pedestal:14, Pedestal -xreliquary:pedestal:15, Pedestal -xreliquary:pedestal_passive:0, Pedestal (Display only) -xreliquary:pedestal_passive:1, Pedestal (Display only) -xreliquary:pedestal_passive:2, Pedestal (Display only) -xreliquary:pedestal_passive:3, Pedestal (Display only) -xreliquary:pedestal_passive:4, Pedestal (Display only) -xreliquary:pedestal_passive:5, Pedestal (Display only) -xreliquary:pedestal_passive:6, Pedestal (Display only) -xreliquary:pedestal_passive:7, Pedestal (Display only) -xreliquary:pedestal_passive:8, Pedestal (Display only) -xreliquary:pedestal_passive:9, Pedestal (Display only) -xreliquary:pedestal_passive:10, Pedestal (Display only) -xreliquary:pedestal_passive:11, Pedestal (Display only) -xreliquary:pedestal_passive:12, Pedestal (Display only) -xreliquary:pedestal_passive:13, Pedestal (Display only) -xreliquary:pedestal_passive:14, Pedestal (Display only) -xreliquary:pedestal_passive:15, Pedestal (Display only) -xreliquary:alkahestry_tome, item.alkahestry_tome.name -xreliquary:mob_ingredient:0, Rib Bone -xreliquary:mob_ingredient:1, Withered Rib -xreliquary:mob_ingredient:2, Chelicerae -xreliquary:mob_ingredient:3, Catalyzing Gland -xreliquary:mob_ingredient:4, Slime Pearl -xreliquary:mob_ingredient:5, Bat Wing -xreliquary:mob_ingredient:6, Zombie Heart -xreliquary:mob_ingredient:7, Molten Core -xreliquary:mob_ingredient:8, Eye of the Storm -xreliquary:mob_ingredient:9, Fertile Essence -xreliquary:mob_ingredient:10, Frozen Core -xreliquary:mob_ingredient:11, Nebulous Heart -xreliquary:mob_ingredient:12, Squid Beak -xreliquary:mob_ingredient:13, Infernal Claw -xreliquary:mob_ingredient:14, Kraken Shell Fragment -xreliquary:mob_ingredient:15, Crimson Cloth -xreliquary:mob_ingredient:16, Guardian Spike -xreliquary:mercy_cross, item.mercy_cross.name -xreliquary:angelheart_vial, item.angelheart_vial.name -xreliquary:angelic_feather, item.angelic_feather.name -xreliquary:destruction_catalyst, item.destruction_catalyst.name -xreliquary:emperor_chalice, item.emperor_chalice.name -xreliquary:ender_staff, item.ender_staff.name -xreliquary:fortune_coin, item.fortune_coin.name -xreliquary:glacial_staff, item.glacial_staff.name -xreliquary:glowing_bread, item.glowing_bread.name -xreliquary:glowing_water, item.glowing_water.name -xreliquary:harvest_rod, item.harvest_rod.name -xreliquary:mob_charm_fragment:0, §aZombie Charm Fragment -xreliquary:mob_charm_fragment:1, §aSkeleton Charm Fragment -xreliquary:mob_charm_fragment:2, §aWither Skeleton Charm Fragment -xreliquary:mob_charm_fragment:3, §aCreeper Charm Fragment -xreliquary:mob_charm_fragment:4, §aWitch Charm Fragment -xreliquary:mob_charm_fragment:5, §aZombie Pigman Charm Fragment -xreliquary:mob_charm_fragment:6, §aCave Spider Charm Fragment -xreliquary:mob_charm_fragment:7, §aSpider Charm Fragment -xreliquary:mob_charm_fragment:8, §aEnderman Charm Fragment -xreliquary:mob_charm_fragment:9, §aGhast Charm Fragment -xreliquary:mob_charm_fragment:10, §aSlime Charm Fragment -xreliquary:mob_charm_fragment:11, §aMagma Cube Charm Fragment -xreliquary:mob_charm_fragment:12, §aBlaze Charm Fragment -xreliquary:mob_charm_fragment:13, §aGuardian Charm Fragment -xreliquary:hero_medallion, item.hero_medallion.name -xreliquary:holy_hand_grenade, item.holy_hand_grenade.name -xreliquary:ice_magus_rod, item.ice_magus_rod.name -xreliquary:infernal_chalice, item.infernal_chalice.name -xreliquary:infernal_claws, item.infernal_claws.name -xreliquary:infernal_tear, item.infernal_tear.name -xreliquary:kraken_shell, item.kraken_shell.name -xreliquary:lantern_of_paranoia, item.lantern_of_paranoia.name -xreliquary:magicbane, item.magicbane.name -xreliquary:midas_touchstone, item.midas_touchstone.name -xreliquary:mob_charm:0, §aZombie Charm -xreliquary:mob_charm:0, §aSkeleton Charm -xreliquary:mob_charm:0, §aWither Skeleton Charm -xreliquary:mob_charm:0, §aCreeper Charm -xreliquary:mob_charm:0, §aWitch Charm -xreliquary:mob_charm:0, §aZombie Pigman Charm -xreliquary:mob_charm:0, §aCave Spider Charm -xreliquary:mob_charm:0, §aSpider Charm -xreliquary:mob_charm:0, §aEnderman Charm -xreliquary:mob_charm:0, §aGhast Charm -xreliquary:mob_charm:0, §aSlime Charm -xreliquary:mob_charm:0, §aMagma Cube Charm -xreliquary:mob_charm:0, §aBlaze Charm -xreliquary:mob_charm:0, §aGuardian Charm -xreliquary:mob_charm_belt, item.mob_charm_belt.name -xreliquary:phoenix_down, item.phoenix_down.name -xreliquary:pyromancer_staff, item.pyromancer_staff.name -xreliquary:rending_gale, item.rending_gale.name -xreliquary:rod_of_lyssa, item.rod_of_lyssa.name -xreliquary:salamander_eye, item.salamander_eye.name -xreliquary:serpent_staff, item.serpent_staff.name -xreliquary:shears_of_winter, item.shears_of_winter.name -xreliquary:sojourner_staff, item.sojourner_staff.name -xreliquary:twilight_cloak, item.twilight_cloak.name -xreliquary:void_tear, item.void_tear.name -xreliquary:witch_hat, item.witch_hat.name -xreliquary:witherless_rose, item.witherless_rose.name -xreliquary:bullet:0, Empty Casing -xreliquary:bullet:1, Neutral Shot -xreliquary:bullet:2, Exorcism Shot -xreliquary:bullet:3, Blaze Shot -xreliquary:bullet:4, Ender Shot -xreliquary:bullet:5, Concussive Shot -xreliquary:bullet:6, Buster Shot -xreliquary:bullet:7, Seeker Shot -xreliquary:bullet:8, Sand Shot -xreliquary:bullet:9, Storm Shot -xreliquary:magazine:0, Empty Magazine -xreliquary:magazine:1, Neutral Magazine -xreliquary:magazine:2, Exorcism Magazine -xreliquary:magazine:3, Blaze Magazine -xreliquary:magazine:4, Ender Magazine -xreliquary:magazine:5, Concussive Magazine -xreliquary:magazine:6, Buster Magazine -xreliquary:magazine:7, Seeker Magazine -xreliquary:magazine:8, Sand Magazine -xreliquary:magazine:9, Storm Magazine -xreliquary:gun_part:0, Grip Assembly -xreliquary:gun_part:1, Barrel Assembly -xreliquary:gun_part:2, Hammer Assembly -xreliquary:handgun, item.handgun.name -xreliquary:attraction_potion, item.attraction_potion.name -xreliquary:fertile_potion, item.fertile_potion.name -xreliquary:potion:0, Condensed Potion Vial -xreliquary:tipped_arrow, Tipped Arrow -rftoolsdim:dimlet_base, Dimlet Base Part -rftoolsdim:dimlet_control_circuit:0, Dimlet Control Circuit Rarity 0 -rftoolsdim:dimlet_control_circuit:1, Dimlet Control Circuit Rarity 1 -rftoolsdim:dimlet_control_circuit:2, Dimlet Control Circuit Rarity 2 -rftoolsdim:dimlet_control_circuit:3, Dimlet Control Circuit Rarity 3 -rftoolsdim:dimlet_control_circuit:4, Dimlet Control Circuit Rarity 4 -rftoolsdim:dimlet_control_circuit:5, Dimlet Control Circuit Rarity 5 -rftoolsdim:dimlet_control_circuit:6, Dimlet Control Circuit Rarity 6 -rftoolsdim:dimlet_energy_module:0, Dimlet Basic Energy Module -rftoolsdim:dimlet_energy_module:1, Dimlet Regular Energy Module -rftoolsdim:dimlet_energy_module:2, Dimlet Advanced Energy Module -rftoolsdim:dimlet_memory_unit:0, Dimlet Basic Memory Unit -rftoolsdim:dimlet_memory_unit:1, Dimlet Regular Memory Unit -rftoolsdim:dimlet_memory_unit:2, Dimlet Advanced Memory Unit -rftoolsdim:dimlet_type_controller:0, Dimlet Biome Type Controller -rftoolsdim:dimlet_type_controller:1, Dimlet Liquid Type Controller -rftoolsdim:dimlet_type_controller:2, Dimlet Material Type Controller -rftoolsdim:dimlet_type_controller:3, Dimlet Mob Type Controller -rftoolsdim:dimlet_type_controller:4, Dimlet Sky Type Controller -rftoolsdim:dimlet_type_controller:5, Dimlet Structure Type Controller -rftoolsdim:dimlet_type_controller:6, Dimlet Terrain Type Controller -rftoolsdim:dimlet_type_controller:7, Dimlet Feature Type Controller -rftoolsdim:dimlet_type_controller:8, Dimlet Time Type Controller -rftoolsdim:dimlet_type_controller:9, Dimlet Digit Type Controller -rftoolsdim:dimlet_type_controller:10, Dimlet Effect Type Controller -rftoolsdim:dimlet_type_controller:11, Dimlet Special Type Controller -rftoolsdim:dimlet_type_controller:12, Dimlet Controller Type Controller -rftoolsdim:dimlet_type_controller:13, Dimlet Weather Type Controller -rftoolsdim:dimlet_type_controller:14, Dimlet Patreon Type Controller -rftoolsdim:structure_essence:0, Structure None Essence -rftoolsdim:structure_essence:1, Structure Village Essence -rftoolsdim:structure_essence:2, Structure Stronghold Essence -rftoolsdim:structure_essence:3, Structure Dungeon Essence -rftoolsdim:structure_essence:4, Structure Fortress Essence -rftoolsdim:structure_essence:5, Structure Mineshaft Essence -rftoolsdim:structure_essence:6, Structure Scattered Essence -rftoolsdim:structure_essence:7, Structure Ocean Monument Essence -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:1, Liquid Dimlet (Water) -rftoolsdim:known_dimlet:12, Controller Dimlet (Default) -rftoolsdim:known_dimlet:9, Digit Dimlet (9) -rftoolsdim:known_dimlet:10, Effect Dimlet (None) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) -rftoolsdim:known_dimlet:9, Digit Dimlet (5) -rftoolsdim:known_dimlet:9, Digit Dimlet (6) -rftoolsdim:known_dimlet:9, Digit Dimlet (7) -rftoolsdim:known_dimlet:12, Controller Dimlet (Single) -rftoolsdim:known_dimlet:9, Digit Dimlet (8) -rftoolsdim:known_dimlet:7, Feature Dimlet (None) -rftoolsdim:known_dimlet:13, Weather Dimlet (Default) -rftoolsdim:known_dimlet:5, Structure Dimlet (None) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) -rftoolsdim:known_dimlet:8, Time Dimlet (Normal) -rftoolsdim:known_dimlet:2, Material Dimlet (Stone) -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:9, Digit Dimlet (3) -rftoolsdim:known_dimlet:9, Digit Dimlet (4) -rftoolsdim:known_dimlet:9, Digit Dimlet (0) -rftoolsdim:known_dimlet:3, Mob Dimlet (Default) -rftoolsdim:efficiency_essence, Efficiency Essence -rftoolsdim:mediocre_efficiency_essence, Mediocre Efficiency Essence -rftoolsdim:empty_dimension_tab, Empty Dimension Tab -rftoolsdim:realized_dimension_tab, Realized Dimension Tab -rftoolsdim:dimlet_template, Dimlet Template -rftoolsdim:dimlet_parcel, Dimlet Parcel -rftoolsdim:rftoolsdim_manual, RFTools Dimension Manual -rftoolsdim:dimension_monitor, Dimension Monitor -rftoolsdim:dimension_module, Dimension Screen Module -rftoolsdim:phased_field_generator, Phased Field Generator -rftoolsdim:dimensional_blank_block, Dimensional Blank Block -rftoolsdim:dimensional_block, Dimensional Block -rftoolsdim:dimensional_cross2_block, Dimensional Cross 2 Block -rftoolsdim:dimensional_cross_block, Dimensional Cross Block -rftoolsdim:dimensional_pattern1_block, Dimensional Pattern 1 Block -rftoolsdim:dimensional_pattern2_block, Dimensional Pattern 2 Block -rftoolsdim:dimensional_small_blocks, Dimensional Small Blocks -rftoolsdim:dimension_enscriber, Dimension Enscriber -rftoolsdim:dimension_builder, Dimension Builder -rftoolsdim:dimension_editor, Dimension Editor -rftoolsdim:dimlet_workbench, Dimlet Workbench -rftoolsdim:activity_probe, Activity Probe -rftoolsdim:energy_extractor, Energy Extractor -rftoolsdim:material_absorber, Material Absorber -rftoolsdim:liquid_absorber, Liquid Absorber -rftoolsdim:biome_absorber, Biome Absorber -rftoolsdim:terrain_absorber, Terrain Absorber -rftoolsdim:feature_absorber, Feature Absorber -rftoolsdim:time_absorber, Time Absorber -rftoolsdim:fake_water, retaW -rftoolsdim:fake_gravel, levarG -rftoolsdim:fake_sand, dnaS -roost:roost, Roost -roost:breeder, Chicken Breeder -roost:collector, Roost Collector -roost:catcher, Chicken Catcher -roost:chicken:0, Chicken -roost:chicken:0, Ink Black Chicken -roost:chicken:0, Lapis Blue Chicken -roost:chicken:0, Flint Chicken -roost:chicken:0, Cactus Green Chicken -roost:chicken:0, Log Chicken -roost:chicken:0, Nether Quartz Chicken -roost:chicken:0, Red Chicken -roost:chicken:0, Sand Chicken -roost:chicken:0, Smart Chicken -roost:chicken:0, Bone White Chicken -roost:chicken:0, Yellow Chicken -roost:chicken:0, Arcane Amber Chicken -roost:chicken:0, Ascended Amethyst Chicken -roost:chicken:0, Arlemite Chicken -roost:chicken:0, Baronyte Chicken -roost:chicken:0, Blazium Chicken -roost:chicken:0, Bloodgem Chicken -roost:chicken:0, Bloodstone Chicken -roost:chicken:0, Blue Gemstone Chicken -roost:chicken:0, Brightsteel Chicken -roost:chicken:0, Caesium Chicken -roost:chicken:0, Candyte Chicken -roost:chicken:0, Chalcedony Chicken -roost:chicken:0, Chaos Chicken -roost:chicken:0, Charged Runium Chicken -roost:chicken:0, Chestbone Fragment Chicken -roost:chicken:0, Cold Iron Chicken -roost:chicken:0, Crystallite Chicken -roost:chicken:0, Elecanium Chicken -roost:chicken:0, Emberstone Chicken -roost:chicken:0, Energy Chicken -roost:chicken:0, Flesh Abomination Chicken -roost:chicken:0, Fluctuatite Chicken -roost:chicken:0, Focusing Chicken -roost:chicken:0, Footbone Fragment Chicken -roost:chicken:0, Gemenyte Chicken -roost:chicken:0, Ghastly Chicken -roost:chicken:0, Ghoulish Chicken -roost:chicken:0, Glitch Chicken -roost:chicken:0, Green Gemstone Chicken -roost:chicken:0, Hassium Chicken -roost:chicken:0, Heraldry Chicken -roost:chicken:0, Infinity Chicken -roost:chicken:0, Ascended Jade Chicken -roost:chicken:0, Jewelyte Chicken -roost:chicken:0, Legbone Fragment Chicken -roost:chicken:0, Limonite Chicken -roost:chicken:0, Lovely Chicken -roost:chicken:0, Lunastone Chicken -roost:chicken:0, Lyon Chicken -roost:chicken:0, Mithrillium Chicken -roost:chicken:0, Mystite Chicken -roost:chicken:0, Netherite Chicken -roost:chicken:0, Ogerite Chicken -roost:chicken:0, Ornamyte Chicken -roost:chicken:0, Osmium Chicken -roost:chicken:0, Palladium Chicken -roost:chicken:0, Polonium Chicken -roost:chicken:0, Pure Chicken -roost:chicken:0, Purple Gemstone Chicken -roost:chicken:0, Realmite Chicken -roost:chicken:0, Red Gemstone Chicken -roost:chicken:0, Rhenium Chicken -roost:chicken:0, Rosite Chicken -roost:chicken:0, Rubidium Chicken -roost:chicken:0, Runium Chicken -roost:chicken:0, Rupee Chicken -roost:chicken:0, Ascended Sapphire Chicken -roost:chicken:0, Skullbone Fragment Chicken -roost:chicken:0, Soul Sand Chicken -roost:chicken:0, Strontium Chicken -roost:chicken:0, Unidentified Chicken -roost:chicken:0, Varsium Chicken -roost:chicken:0, Vityte Chicken -roost:chicken:0, White Gemstone Chicken -roost:chicken:0, Yellow Gemstone Chicken -roost:chicken:0, Cocoa Brown Chicken -roost:chicken:0, Coal Chicken -roost:chicken:0, Cyan Chicken -roost:chicken:0, Glowstone Chicken -roost:chicken:0, Gray Chicken -roost:chicken:0, Gunpowder Chicken -roost:chicken:0, Iron Chicken -roost:chicken:0, Light Blue Chicken -roost:chicken:0, Lime Chicken -roost:chicken:0, Orange Chicken -roost:chicken:0, Pink Chicken -roost:chicken:0, Purple Chicken -roost:chicken:0, Redstone Chicken -roost:chicken:0, Snowball Chicken -roost:chicken:0, String Chicken -roost:chicken:0, Clay Chicken -roost:chicken:0, Glass Chicken -roost:chicken:0, Gold Chicken -roost:chicken:0, Lava Chicken -roost:chicken:0, Leather Chicken -roost:chicken:0, Magenta Chicken -roost:chicken:0, Nether Wart Chicken -roost:chicken:0, Light Gray Chicken -roost:chicken:0, Water Chicken -roost:chicken:0, Blaze Rod Chicken -roost:chicken:0, Diamond Chicken -roost:chicken:0, Slime Chicken -roost:chicken:0, Obsidian Chicken -roost:chicken:0, Prismarine Shard Chicken -roost:chicken:0, Emerald Chicken -roost:chicken:0, Ender Pearl Chicken -roost:chicken:0, Ghast Tear Chicken -roost:chicken:0, Magma Cream Chicken -roost:chicken:0, Prismarine Crystal Chicken -backported:scaffolding, Scaffolding -scannable:scanner, Scanner -scannable:module_blank, Blank Scanner Module -scannable:module_range, Scanner Module: Range -scannable:module_animal, Scanner Module: Animals -scannable:module_monster, Scanner Module: Monsters -scannable:module_ore_common, Scanner Module: Common Ores -scannable:module_ore_rare, Scanner Module: Rare Ores -scannable:module_block, Scanner Module: Block -scannable:module_structure, Scanner Module: Structures -scannable:module_fluid, Scanner Module: Fluids -scannable:module_entity, Scanner Module: Entity -simple_trophies:trophy, Trophy -soulshardsrespawn:soul_cage, Soul Cage -soulshardsrespawn:vile_sword, Vile Sword -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:soul_shard:0, Unbound Soul Shard -soulshardsrespawn:materials:0, Corrupted Ingot -soulshardsrespawn:materials:1, Corrupted Essence -soulshardsrespawn:materials:2, Vile Dust -supersoundmuffler:sound_muffler_bauble, Super Sound Muffler -supersoundmuffler:sound_muffler, Super Sound Muffler -tardis:bessie, Bessie -tardis:tardis_repairkit, TARDIS Toolkit -tardis:brak_doors_closed, TARDIS Ancillary doors -tardis:repair_capsule, Repair Capsule -tardis:antenna, Interstitial Antenna -tardis:chameleon_circuit, Chameleon Circuit -tardis:temporal_grace_circuits, Temporal Grace Circuits -tardis:stabilizers, Stabilizer circuits -tardis:thermo, Thermocouplings -tardis:sonic_second, item.tardis.sonic_second.name -tardis:sonic_third, Third Doctor's Sonic Screwdriver -tardis:sonic_fourth, item.tardis.sonic_fourth.name -tardis:sonic_fifth, item.tardis.sonic_fifth.name -tardis:sonic_seven, item.tardis.sonic_seven.name -tardis:sonic_war, item.tardis.sonic_war.name -tardis:sonic_10, item.tardis.sonic_10.name -tardis:sonic_romana, item.tardis.sonic_romana.name -tardis:sonic_lance, item.tardis.sonic_lance.name -tardis:sonic_lipstick, item.tardis.sonic_lipstick.name -tardis:sonic_trowel, item.tardis.sonic_trowel.name -tardis:sonic_pen, Sonic Torch Pen -tardis:tracker, TARDIS Diagnostic Tool -tardis:tardis, TARDIS -tardis:panel, Roundel -tardis:food_machine, Food Machine -tardis:megalos:0, Meglos -tardis:megalos:1, Meglos -tardis:megalos:2, Meglos -tardis:megalos:3, Meglos -tardis:megalos:4, Meglos -tardis:megalos:5, Meglos -tardis:megalos:6, Meglos -tardis:megalos:7, Meglos -tardis:megalos:8, Meglos -tardis:megalos:9, Meglos -tardis:megalos:10, Meglos -tardis:megalos:11, Meglos -tardis:megalos:12, Meglos -tardis:megalos:13, Meglos -tardis:megalos:14, Meglos -tardis:toyota_hexagon_1, Toyota Block -tardis:toyota_hexagon_2, tile.tardis.toyota_hexagon_2.name -tardis:toyota_hexagon_3, tile.tardis.toyota_hexagon_3.name -tardis:toyota_hexagon_4, tile.tardis.toyota_hexagon_4.name -tardis:toyota_hexalight_1, tile.tardis.toyota_hexalight_1.name -tardis:toyota_hexalight_2, tile.tardis.toyota_hexalight_2.name -tardis:toyota_hexalight_3, tile.tardis.toyota_hexalight_3.name -tardis:toyota_hexalight_4, tile.tardis.toyota_hexalight_4.name -tardis:toyota_hexalight_off1, tile.tardis.toyota_hexalight_off1.name -tardis:toyota_hexalight_off2, tile.tardis.toyota_hexalight_off2.name -tardis:toyota_hexalight_off3, tile.tardis.toyota_hexalight_off3.name -tardis:toyota_light_emergency, tile.tardis.toyota_light_emergency.name -tardis:toyota_light_off, tile.tardis.toyota_light_off.name -tardis:toyota_light_on, tile.tardis.toyota_light_on.name -tardis:toyota_upper_divider, tile.tardis.toyota_upper_divider.name -tardis:toyota_platform, tile.tardis.toyota_platform.name -tardis:toyota_platform_top, tile.tardis.toyota_platform_top.name -tardis:toyota_platform_light, tile.tardis.toyota_platform_light.name -tardis:toyota_roof, tile.tardis.toyota_roof.name -tardis:toyota_roof_light, tile.tardis.toyota_roof_light.name -tardis:toyota_wall, tile.tardis.toyota_wall.name -tardis:toyota_wallroundel_1, tile.tardis.toyota_wallroundel_1.name -tardis:toyota_wallroundel_2, tile.tardis.toyota_wallroundel_2.name -tardis:toyota_wallroundel_3, tile.tardis.toyota_wallroundel_3.name -tardis:toyota_wallroundel_4, tile.tardis.toyota_wallroundel_4.name -tardis:toyota_wallroundel_5, tile.tardis.toyota_wallroundel_5.name -tardis:toyota_wallroundel_6, tile.tardis.toyota_wallroundel_6.name -tardis:toyota_spin, Toyota Spinny Thingamajig -tardis:electric_panel, Electric Interface Panel -tardis:cinnabar_ore, Cinnabar Ore -tardis:tardis_coral, TARDIS Coral -tardis:alembic, Alembic -tardis:hellbent_floor, Hellbent Floor -tardis:hellbent_glass01, Hellbent Glass -tardis:hellbent_glass02, Hellbent Glass -tardis:hellbent_glass03, Hellbent Glass -tardis:hellbent_glass04, Hellbent Glass -tardis:hellbent_glass05, Hellbent Glass -tardis:hellbent_glass06, Hellbent Glass -tardis:hellbent_glass07, Hellbent Glass -tardis:hellbent_glass08, Hellbent Glass -tardis:hellbent_roundel01, Hellbent Roundel -tardis:hellbent_roundel02, Hellbent Roundel -tardis:hellbent_roundel03, Hellbent Roundel -tardis:hellbent_silverwall, Hellbent Wall Silver -tardis:hellbent_vents, Hellbent Vents -tardis:hellbent_wall, Hellbent Wall -tardis:s13roundellit1, S13 Roundel -tardis:s13roundellit2, S13 Roundel -tardis:s13roundellit3, S13 Roundel -tardis:s13blankroundel1, S13 Roundel -tardis:s13blankroundel2, S13 Roundel -tardis:s13blankroundel3, S13 Roundel -tardis:s13floor, S13 Floor -tardis:s13flooralt, S13 Floor -tardis:dalek_hull, Dalek hull -tardis:dalek_hull_slab, Dalek Hull Slab -tardis:table_brachacki, Table -tardis:zero_room_slab, Zero Room Slab -tardis:zero_room, Zero Room -tardis:hellbent_light, Hellbent Fault Locator Lights -tardis:hellbent_monitor, Hellbent Monitor -tardis:hellbent_pole, Hellbent Pole -tardis:hellbent_roof, Hellbent Ceiling Thing -tardis:telos_sand, Telos Sand -tardis:moon_dirt, Moon Dirt -tardis:gallifreyan_sand, tile.tardis.gallifreyan_sand.name -tardis:gallifreyan_grass, Strange Grass -tardis:gallifreyan_dirt, Strange Dirt -tardis:gallifreyan_grass_snow, tile.tardis.gallifreyan_grass_snow.name -tardis:gallifreyan_stone, Strange Stone -tardis:suitcase, Mysterious Suitcase -tardis:br_chair, Chair -tardis:am_sphere, Armillary Sphere -tardis:tardis_top, TARDIS -tardis:tardis_top_01, tile.tardis.tardis_top_01.name -tardis:tardis_top_02, tile.tardis.tardis_top_02.name -tardis:tardis_top_03, tile.tardis.tardis_top_03.name -tardis:tardis_top_04, tile.tardis.tardis_top_04.name -tardis:tardis_top_cc, tile.tardis.tardis_top_cc.name -tardis:tardis_top_clock, tile.tardis.tardis_top_clock.name -tardis:tardis_top_tt, tile.tardis.tardis_top_tt.name -tardis:tardis_top_wood_door, tile.tardis.tardis_top_wood_door.name -tardis:tardis_top_wardrobe, tile.tardis.tardis_top_wardrobe.name -tardis:console, TARDIS Console -tardis:console_01, tile.tardis.console_01.name -tardis:console_02, tile.tardis.console_02.name -tardis:console_03, tile.tardis.console_03.name -tardis:console_04, tile.tardis.console_04.name -tardis:console_05, tile.tardis.console_05.name -tardis:circuit_repair, Steady State Micro-Welding Station -tardis:multiblock, tile.tardis.multiblock.name -tardis:multiblock_master, tile.tardis.multiblock_master.name -tardis:sonic_workbench, Sonic Workbench -tardis:tree_egg, ARS Tree Egg -tardis:tractor_beam, Dalek Tractor Beam -tardis:artron_bank, Artron Bank -tardis:key, TARDIS Key -tardis:circuts, Exotronic Circuitry -tardis:gunstick, Dalek Gunstick -tardis:power_cell, Trionic Power Cell -tardis:ray_gun, Dalek Ray Gun -tardis:void_specs, Void Spectacles -tardis:fez, Fez -tardis:bowtie, Bowtie -tardis:sonic_cane, Sonic Cane -tardis:sonic_screwdriver, Sonic Screwdriver -tardis:tardis_manual, TARDIS Manual -tardis:key_01, TARDIS Key -tardis:first_cane, First Doctor's Cane -tardis:fourth_hat, Fourth Doctor's Hat -tardis:thirteen_coat, Thirteen's Coat -tardis:stattenheim_remote, Stattenheim Remote -tardis:time_vector_generator, Time Vector Generator -tardis:sonic_shades, Sonic Shades -tardis:biodampener, Bio-Dampener -tardis:mercury_bottle, Bottle of Mercury -tardis:cinnabar, Cinnabar Dust -tardis:hellbent_corridor, Hellbent Corridor Entrance -tardis:hellbent_door, Hellbent Roundel Door -tardis:interiordoor, Interior Door -tardis:sonic_screwdriver_13, Thirteen's Sonic -tardis:fluid_link, Fluid Links -tardis:artron_capacitor, Artron Capacitor -tardis:demat_circuit, Dematerialization Circuit -tesslocator:basic_item_tesslocator, Basic Item Tesslocator -tesslocator:basic_fluid_tesslocator, Basic Fluid Tesslocator -tesslocator:basic_energy_tesslocator, Basic Energy Tesslocator -tesslocator:advanced_item_tesslocator, Advanced Item Tesslocator -tesslocator:advanced_fluid_tesslocator, Advanced Fluid Tesslocator -tesslocator:advanced_energy_tesslocator, Advanced Energy Tesslocator -tfspellpack:gilded_twilight_oak_wood, Gilded Twilight Oak Wood -tfspellpack:gilded_canopy_wood, Gilded Canopy Wood -tfspellpack:gilded_mangrove_wood, Gilded Mangrove Wood -tfspellpack:gilded_darkwood, Gilded Darkwood -tfspellpack:gilded_timewood, Gilded Timewood -tfspellpack:gilded_transwood, Gilded Transwood -tfspellpack:gilded_minewood, Gilded Minewood -tfspellpack:gilded_sortingwood, Gilded Sortingwood -tfspellpack:twilight_oak_bookshelf, Twilight Oak Bookshelf -tfspellpack:canopy_bookshelf, Canopy Bookshelf -tfspellpack:mangrove_bookshelf, Mangrove Bookshelf -tfspellpack:darkwood_bookshelf, Darkwood Bookshelf -tfspellpack:timewood_bookshelf, Timewood Bookshelf -tfspellpack:transwood_bookshelf, Transwood Bookshelf -tfspellpack:minewood_bookshelf, Minewood Bookshelf -tfspellpack:sortingwood_bookshelf, Sortingwood Bookshelf -tfspellpack:twilight_oak_lectern, Twilight Oak Lectern -tfspellpack:canopy_lectern, Canopy Lectern -tfspellpack:mangrove_lectern, Mangrove Lectern -tfspellpack:darkwood_lectern, Darkwood Lectern -tfspellpack:timewood_lectern, Timewood Lectern -tfspellpack:transwood_lectern, Transwood Lectern -tfspellpack:minewood_lectern, Minewood Lectern -tfspellpack:sortingwood_lectern, Sortingwood Lectern -tfspellpack:twilight_spell_book:252, Twilight Spell Book -tfspellpack:twilight_spell_book:253, Twilight Spell Book -tfspellpack:twilight_spell_book:254, Twilight Spell Book -tfspellpack:twilight_spell_book:255, Twilight Spell Book -tfspellpack:twilight_spell_book:256, Twilight Spell Book -tfspellpack:twilight_spell_book:257, Twilight Spell Book -tfspellpack:twilight_spell_book:258, Twilight Spell Book -tfspellpack:twilight_spell_book:259, Twilight Spell Book -tfspellpack:twilight_spell_book:260, Twilight Spell Book -tfspellpack:twilight_spell_book:261, Twilight Spell Book -tfspellpack:twilight_spell_book:262, Twilight Spell Book -tfspellpack:twilight_spell_book:263, Twilight Spell Book -tfspellpack:twilight_spell_book:264, Twilight Spell Book -tfspellpack:twilight_spell_book:265, Twilight Spell Book -tfspellpack:twilight_spell_book:266, Twilight Spell Book -tfspellpack:twilight_spell_book:267, Twilight Spell Book -tfspellpack:twilight_spell_book:268, Twilight Spell Book -tfspellpack:twilight_spell_book:269, Twilight Spell Book -tfspellpack:twilight_spell_book:270, Twilight Spell Book -tfspellpack:twilight_spell_book:271, Twilight Spell Book -tfspellpack:twilight_spell_book:272, Twilight Spell Book -tfspellpack:twilight_spell_book:273, Twilight Spell Book -tfspellpack:twilight_spell_book:274, Twilight Spell Book -tfspellpack:twilight_spell_book:275, Twilight Spell Book -tfspellpack:twilight_spell_book:276, Twilight Spell Book -tfspellpack:twilight_spell_book:277, Twilight Spell Book -tfspellpack:twilight_spell_book:278, Twilight Spell Book -tfspellpack:twilight_spell_book:279, Twilight Spell Book -tfspellpack:twilight_spell_book:280, Twilight Spell Book -tfspellpack:twilight_spell_book:281, Twilight Spell Book -tfspellpack:twilight_spell_book:282, Twilight Spell Book -tfspellpack:twilight_spell_book:283, Twilight Spell Book -tfspellpack:twilight_spell_book:284, Twilight Spell Book -tfspellpack:twilight_scroll:252, Scroll of Frost Breath -tfspellpack:twilight_scroll:253, Scroll of Summon Skeleton Druid -tfspellpack:twilight_scroll:254, Scroll of Summon Goblin -tfspellpack:twilight_scroll:255, Scroll of Druid Hex -tfspellpack:twilight_scroll:256, Scroll of Moonworm -tfspellpack:twilight_scroll:257, Scroll of Mist Cloak -tfspellpack:twilight_scroll:258, Scroll of Transformation -tfspellpack:twilight_scroll:259, Scroll of Death Page -tfspellpack:twilight_scroll:260, Scroll of Twilight Orb -tfspellpack:twilight_scroll:261, Scroll of Ironwood Heart -tfspellpack:twilight_scroll:262, Scroll of Summon Fire Beetle -tfspellpack:twilight_scroll:263, Scroll of Hydra Bomb -tfspellpack:twilight_scroll:264, Scroll of Cinder Cloud -tfspellpack:twilight_scroll:265, Scroll of Summon Ice Core -tfspellpack:twilight_scroll:266, Scroll of Ice Bomb -tfspellpack:twilight_scroll:267, Scroll of Acid Rain -tfspellpack:twilight_scroll:268, Scroll of Twilight Catalyst -tfspellpack:twilight_scroll:269, Scroll of Summon Twilight Wraith -tfspellpack:twilight_scroll:270, Scroll of Summon Cave Troll -tfspellpack:twilight_scroll:271, Scroll of Summon Slime Beetle -tfspellpack:twilight_scroll:272, Scroll of Fortification -tfspellpack:twilight_scroll:273, Scroll of Life Charm -tfspellpack:twilight_scroll:274, Scroll of Rain of Tears -tfspellpack:twilight_scroll:275, Scroll of Fire Jets -tfspellpack:twilight_scroll:276, Scroll of Snow Guardian Horde -tfspellpack:twilight_scroll:277, Scroll of Chariot of Ice -tfspellpack:twilight_scroll:278, Scroll of Carminite Singularity -tfspellpack:twilight_scroll:279, Scroll of Ghast Trap -tfspellpack:twilight_scroll:280, Scroll of Suffocating Mist -tfspellpack:twilight_scroll:281, Scroll of Call of the Horn -tfspellpack:twilight_scroll:282, Scroll of Annihilation -tfspellpack:twilight_scroll:283, Scroll of Pocket Tinkerer -tfspellpack:twilight_scroll:284, Scroll of Hydra's Vigor -tfspellpack:ring_twilight, Ring of Twilight -tfspellpack:ring_hydra_kaboom, Ring of Malevolent Eyes -tfspellpack:ring_aurora, Ring of the Aurora -tfspellpack:ring_trollsteinn, Trollsteinn Ring -tfspellpack:ring_stealth_attack, Ring of Cloaking Night -tfspellpack:amulet_steeleaf, Steeleaf Amulet -tfspellpack:amulet_carminite, Carminite Amulet -tfspellpack:amulet_life_charm, Golden Heart Pendant -tfspellpack:charm_ice_exploder, Malignant Ice Pearl -tfspellpack:charm_goblin, Redcap Miner's Satchel -tfspellpack:charm_troll, Icy Trollber -tfspellpack:charm_accursed_tome, Accursed Tome -thaumicenergistics:essentia_cell_1k, 1k ME Essentia Storage Cell -thaumicenergistics:essentia_cell_4k, 4k ME Essentia Storage Cell -thaumicenergistics:essentia_cell_16k, 16k ME Essentia Storage Cell -thaumicenergistics:essentia_cell_64k, 64k ME Essentia Storage Cell -thaumicenergistics:essentia_cell_creative, Creative ME Essentia Storage Cell -thaumicenergistics:essentia_import, ME Essentia Import Bus -thaumicenergistics:essentia_export, ME Essentia Export Bus -thaumicenergistics:essentia_storage, ME Essentia Storage Bus -thaumicenergistics:essentia_terminal, ME Essentia Terminal -thaumicenergistics:arcane_terminal, Arcane Crafting Terminal -thaumicenergistics:arcane_inscriber, Arcane Inscriber -thaumicenergistics:diffusion_core, Diffusion Core -thaumicenergistics:coalescence_core, Coalescence Core -thaumicenergistics:essentia_component_1k, 1k ME Essentia Storage Component -thaumicenergistics:essentia_component_4k, 4k ME Essentia Storage Component -thaumicenergistics:essentia_component_16k, 16k ME Essentia Storage Component -thaumicenergistics:essentia_component_64k, 64k ME Essentia Storage Component -thaumicenergistics:upgrade_arcane, Arcane Charging Upgrade -thaumicenergistics:knowledge_core, Knowledge Core -thaumicenergistics:blank_knowledge_core, Blank Knowledge Core -thaumicenergistics:dummy_aspect, item.thaumicenergistics.dummy_aspect.name -thaumicenergistics:infusion_provider, Essentia Infusion Provider -thaumicenergistics:arcane_assembler, Arcane Assembler -thaumicaugmentation:vis_regenerator, Vis Regenerator -thaumicaugmentation:warded_chest, Warded Chest -thaumicaugmentation:temporary_light, Casted Light -thaumicaugmentation:stone:0, Void Stone -thaumicaugmentation:stone:1, Tainted Void Stone -thaumicaugmentation:stone:2, Tainted Void Stone Soil -thaumicaugmentation:stone:3, Ancient Runes -thaumicaugmentation:stone:4, Intricate Glyphed Stone -thaumicaugmentation:stone:5, Ancient Bricks -thaumicaugmentation:stone:6, Crusted Stone -thaumicaugmentation:stone:7, Glowing Crusted Stone -thaumicaugmentation:stone:8, Ancient Pillar -thaumicaugmentation:stone:9, Smooth Ancient Bricks -thaumicaugmentation:stone:10, Ancient Cobblestone -thaumicaugmentation:stone:11, Ancient Lantern -thaumicaugmentation:arcane_trapdoor_wood, Greatwood Arcane Trapdoor -thaumicaugmentation:arcane_trapdoor_metal, Thaumium Arcane Trapdoor -thaumicaugmentation:arcane_trapdoor_silverwood, Silverwood Arcane Trapdoor -thaumicaugmentation:taint_flower, Tainted Flower -thaumicaugmentation:impetus_drainer, Impetus Drainer -thaumicaugmentation:impetus_relay, Impetus Relay -thaumicaugmentation:impetus_diffuser, Impetus Diffuser -thaumicaugmentation:impetus_matrix, Impetus Matrix -thaumicaugmentation:impetus_matrix_base, Impetus Matrix Base -thaumicaugmentation:rift_feeder, Flux Inducer -thaumicaugmentation:rift_mover_input, Metaspatial Accumulator -thaumicaugmentation:rift_mover_output, Metaspatial Extruder -thaumicaugmentation:void_recharge_pedestal, Void Recharge Pedestal -thaumicaugmentation:arcane_terraformer, Arcane Terraformer -thaumicaugmentation:rift_monitor, Extradimensional Monitor -thaumicaugmentation:impetus_generator, Impetus Generator -thaumicaugmentation:stability_field_generator, Stability Field Generator -thaumicaugmentation:impetus_gate, Impetus Gate -thaumicaugmentation:stairs_ancient, Ancient Stone Stairs -thaumicaugmentation:slab:0, Ancient Stone Tile Slab -thaumicaugmentation:stairs_eldritch_tile, Eldritch Stone Stairs -thaumicaugmentation:bars:0, Ancient Bars -thaumicaugmentation:fortified_glass, Fortified Glass -thaumicaugmentation:fortified_glass_pane, Fortified Glass Pane -thaumicaugmentation:starfield_glass:0, Starfield Glass (Rift) -thaumicaugmentation:starfield_glass:1, Starfield Glass (Dimensional Fracture) -thaumicaugmentation:starfield_glass:2, Starfield Glass (Magic Mirror) -thaumicaugmentation:capstone:0, Eldritch Capstone -thaumicaugmentation:capstone:1, Ancient Capstone -thaumicaugmentation:capstone:2, Eldritch Altar -thaumicaugmentation:capstone:3, Ancient Altar -thaumicaugmentation:strange_crystal, Strange Crystal -thaumicaugmentation:crab_vent, Crusted Opening -thaumicaugmentation:eldritch_lock:0, Eldritch Lock -thaumicaugmentation:eldritch_lock:1, Eldritch Lock -thaumicaugmentation:eldritch_lock:2, Eldritch Lock -thaumicaugmentation:eldritch_lock:3, Eldritch Lock -thaumicaugmentation:eldritch_lock_impetus, Eldritch Lock -thaumicaugmentation:button_greatwood, Greatwood Button -thaumicaugmentation:button_silverwood, Silverwood Button -thaumicaugmentation:button_arcane_stone, Arcane Stone Button -thaumicaugmentation:warded_button_greatwood, Greatwood Arcane Button -thaumicaugmentation:warded_button_silverwood, Silverwood Arcane Button -thaumicaugmentation:warded_button_arcane_stone, Arcane Stone Arcane Button -thaumicaugmentation:pressure_plate_greatwood, Greatwood Pressure Plate -thaumicaugmentation:pressure_plate_silverwood, Silverwood Pressure Plate -thaumicaugmentation:pressure_plate_arcane_stone, Arcane Stone Pressure Plate -thaumicaugmentation:warded_pressure_plate_greatwood, Greatwood Arcane Pressure Plate -thaumicaugmentation:warded_pressure_plate_silverwood, Silverwood Arcane Pressure Plate -thaumicaugmentation:warded_pressure_plate_arcane_stone, Arcane Stone Arcane Pressure Plate -thaumicaugmentation:urn:0, Common Urn -thaumicaugmentation:urn:1, Uncommon Urn -thaumicaugmentation:urn:2, Rare Urn -thaumicaugmentation:item_grate, Item Grate -thaumicaugmentation:glass_tube, Glass Essentia Tube -thaumicaugmentation:impetus_creative:0, Creative Impetus Source -thaumicaugmentation:impetus_creative:1, Creative Impetus Sink -thaumicaugmentation:gauntlet:0, Thaumium Caster's Gauntlet -thaumicaugmentation:gauntlet:1, Voidseer Caster's Gauntlet -thaumicaugmentation:material:0, Vis Regeneration Lattice -thaumicaugmentation:material:1, Warding Sigil -thaumicaugmentation:material:2, Amalgamated Gear -thaumicaugmentation:material:3, Impetus Cell -thaumicaugmentation:material:4, Harness Base -thaumicaugmentation:material:5, Impetus Jewel -thaumicaugmentation:seal_copier, Seal Copier -thaumicaugmentation:arcane_door:0, Greatwood Arcane Door -thaumicaugmentation:arcane_door:1, Thaumium Arcane Door -thaumicaugmentation:arcane_door:2, Silverwood Arcane Door -thaumicaugmentation:key:0, Iron Key -thaumicaugmentation:key:1, Brass key -thaumicaugmentation:key:2, Thaumium Key -thaumicaugmentation:void_boots, Void Thaumaturge Boots -thaumicaugmentation:rift_seed:0, Flux Rift Seed -thaumicaugmentation:rift_seed:0, Flux Rift Seed -thaumicaugmentation:rift_seed:1, Flux Seed -thaumicaugmentation:rift_seed:1, Flux Seed -thaumicaugmentation:augment_caster_rift_energy_storage, Impetus Conductor -thaumicaugmentation:fracture_locator:0, Fracture Locator -thaumicaugmentation:augment_builder_power:0, Modifier: Experience -thaumicaugmentation:augment_builder_power:0, Modifier: Elemental -thaumicaugmentation:augment_builder_power:0, Modifier: Overworld -thaumicaugmentation:augment_builder_power:0, Modifier: Nether -thaumicaugmentation:augment_builder_power:0, Modifier: The End -thaumicaugmentation:augment_builder_power:0, Modifier: Emptiness -thaumicaugmentation:augment_builder_power:0, Modifier: Frenzy -thaumicaugmentation:augment_builder_effect:0, Effect Crystal: Focus Power -thaumicaugmentation:augment_builder_effect:0, Effect Crystal: Cast Speed -thaumicaugmentation:augment_builder_effect:0, Effect Crystal: Vis Discount -thaumicaugmentation:morphic_tool, Morphic Tool -thaumicaugmentation:primal_cutter:0, Primal Cutter -thaumicaugmentation:primal_cutter:0, Primal Cutter -thaumicaugmentation:rift_jar:0, Reinforced Jar -thaumicaugmentation:rift_jar:0, Rift in a Jar -thaumicaugmentation:impetus_mirror:0, Impetus Mirror -thaumicaugmentation:impetus_linker:0, Impetus Resonator -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:biome_selector:0, Biome Focus -thaumicaugmentation:thaumostatic_harness:0, Thaumostatic Harness -thaumicaugmentation:thaumostatic_harness_augment:0, Gyroscope Upgrade -thaumicaugmentation:thaumostatic_harness_augment:1, Girdle Upgrade -thaumicaugmentation:elytra_harness:0, Elytra Harness -thaumicaugmentation:elytra_harness_augment:0, Impetus Thruster Upgrade -thaumicaugmentation:autocaster_placer:0, Autocaster -thaumicaugmentation:autocaster_placer:1, Eldritch Autocaster -thaumicaugmentation:impulse_cannon:0, Impulse Cannon -thaumicaugmentation:impulse_cannon_augment:0, Railgun Conversion -thaumicaugmentation:impulse_cannon_augment:1, Burst Fire Conversion -thaumicaugmentation:focus_ancient, Ancient Focus -thaumicaugmentation:eldritch_lock_key:0, Runed Tablet -thaumicaugmentation:eldritch_lock_key:1, Spiked Sigil -thaumicaugmentation:eldritch_lock_key:2, Tome of Forbidden Knowledge -thaumicaugmentation:eldritch_lock_key:3, Sinister Blade -thaumicaugmentation:obelisk_placer:0, Eldritch Obelisk -thaumicaugmentation:obelisk_placer:1, Ancient Obelisk -thaumicaugmentation:research_notes:0, Tattered Scrolls -thaumicaugmentation:augment_vis_battery, Vis Battery Augment -thaumicaugmentation:thaumium_robes_hood, Hood of the Adept -thaumicaugmentation:thaumium_robes_chestplate, Robe of the Adept -thaumicaugmentation:thaumium_robes_leggings, Leggings of the Adept -thaumicaugmentation:celestial_observer_placer, Celestial Observer -thaumictinkerer:share_book, Tome of Knowledge Sharing -thaumictinkerer:black_quartz, Smokey Quartz -thaumictinkerer:cleaning_talisman, Cleansing Charm -thaumictinkerer:connector, Transvector Binder -thaumictinkerer:soul_mould, Soul Mould -thaumictinkerer:energetic_nitor, Energetic Nitor -thaumictinkerer:gas_shadow_item, Shadow Gas Phial -thaumictinkerer:gas_light_item, Light Gas Phial -thaumictinkerer:gas_remover, Gas Remover -thaumictinkerer:spellbinding_cloth, Spellbinding Cloth -thaumictinkerer:experience_charm, XP Talisman -thaumictinkerer:blood_sword, Cursed Spirit's Blade -thaumictinkerer:mob_aspect, Mob Aspect -thaumictinkerer:condensed_mob_aspect, Condensed Mob Aspect -thaumictinkerer:kamiresource:0, Ender Shard -thaumictinkerer:kamiresource:1, Nether Shard -thaumictinkerer:kamiresource:2, Kami Essence -thaumictinkerer:kamiresource:3, Kamium Ingot -thaumictinkerer:kamiresource:4, Kami Cloth -thaumictinkerer:kamiresource:5, Kamium Nugget -thaumictinkerer:proto_clay, Proto Clay -thaumictinkerer:focus_pouch, Kamicloth Pouch -thaumictinkerer:placement_mirror, Worldshaper's Looking Glass -thaumictinkerer:cat_amulet, Feline Amulet -thaumictinkerer:ichorium_axe, Kamium Axe -thaumictinkerer:ichorium_sword, Kamium Sword -thaumictinkerer:ichorium_shovel, Kamium Shovel -thaumictinkerer:ichorium_pick, Kamium Pickaxe -thaumictinkerer:ichorium_pick_adv, Awakened Kamium Pickaxe -thaumictinkerer:ichorium_axe_adv, Awakened Kamium Axe -thaumictinkerer:ichorium_shovel_adv, Awakened Kamium Shovel -thaumictinkerer:ichorium_sword_adv, Awakened Kamium Sword -thaumictinkerer:ichor_helm, Kamicloth Cowl -thaumictinkerer:ichor_chest, Kamicloth Robe -thaumictinkerer:ichor_legs, Kamicloth Leggings -thaumictinkerer:ichor_boots, Kamicloth Boots -thaumictinkerer:kami_helm, Cowl of the Abyssal Depths -thaumictinkerer:kami_chest, Robes of the Stratosphere -thaumictinkerer:kami_legs, Leggings of the Burning Mantle -thaumictinkerer:kami_boots, Boots of the Horizontal Shield -thaumictinkerer:block_talisman:0, Black Hole Ring -thaumictinkerer:revealing_helm, Helmet of Revealing -thaumictinkerer:sky_pearl, Celestial Pearl -thaumictinkerer:funnel, Essentia Funnel -thaumictinkerer:dissimulation, Dissimulation Block -thaumictinkerer:transvector_interface, Transvector Interface -thaumictinkerer:transvector_dislocator, Transvector Dislocator -thaumictinkerer:repairer, Thaumic Restorer -thaumictinkerer:magnet, Kinetic Attractor -thaumictinkerer:mob_magnet, Corporeal Attractor -thaumictinkerer:osmotic_enchanter, Osmotic Enchanter -thaumictinkerer:enchantment_pillar, Enchanting Pillar -thaumictinkerer:animation_tablet, Dynamism Tablet -thaumictinkerer:black_quartz_block, Black Quartz Block -thaumictinkerer:summoner, Tablet of Necromancy -thaumictinkerer:ichor_block, Kami Essence Block -thaumictinkerer:bedrock_portal, Bedrock Portal -thaumictinkerer:warp_gate, Celestial Gateway -thaumicwonders:flux_distiller, Flux Distiller -thaumicwonders:hexamite, Hexamite -thaumicwonders:flux_capacitor, Flux Capacitor -thaumicwonders:primordial_accelerator_tunnel, Primordial Accelerator Tunnel -thaumicwonders:dimensional_ripper, Dimensional Ripper -thaumicwonders:meaty_orb, Meaty Orb -thaumicwonders:cinderpearl_crop, Cinderpearl -thaumicwonders:vishroom_crop, Vishroom -thaumicwonders:placeholder_adv_alch_construct, Primordial Accretion Chamber -thaumicwonders:creative_essentia_jar, Creative Essentia Jar -thaumicwonders:portal_generator, Portal Generator -thaumicwonders:placeholder_arcane_stone, Catalyzation Chamber -thaumicwonders:void_beacon, Void Beacon -thaumicwonders:placeholder_void_metal_block, Primordial Accretion Chamber -thaumicwonders:placeholder_obsidian, Catalyzation Chamber -thaumicwonders:inspiration_engine, Inspiration Engine -thaumicwonders:coalescence_matrix_precursor, Coalescence Matrix -thaumicwonders:primordial_accelerator_terminus, Primordial Accelerator Terminus -thaumicwonders:meteorb, Meteorb -thaumicwonders:portal_anchor, Portal Anchor -thaumicwonders:catalyzation_chamber, Catalyzation Chamber -thaumicwonders:primordial_accelerator, Primordial Accelerator -thaumicwonders:shimmerleaf_crop, Shimmerleaf -thaumicwonders:primordial_accretion_chamber, Primordial Accretion Chamber -thaumicwonders:everburning_urn, Everburning Urn -thaumicwonders:coalescence_matrix, Coalescence Matrix -thaumicwonders:placeholder_thaumium_block, Primordial Accretion Chamber -thaumicwonders:madness_engine, Madness Engine -thaumicwonders:alkahest_vat, Alkahest Vat -thaumicwonders:ore_diviner, Ore Diviner -thaumicwonders:disjunction_cloth, Disjunction Cloth -thaumicwonders:primal_destroyer, Primal Destroyer -thaumicwonders:flying_carpet, Flying Carpet -thaumicwonders:timewinder, Timewinder -thaumicwonders:alchemist_stone, Alchemist's Stone -thaumicwonders:transmuter_stone, Transmuter's Stone -thaumicwonders:eldritch_cluster:0, Eldritch Iron Cluster -thaumicwonders:eldritch_cluster:1, Eldritch Gold Cluster -thaumicwonders:eldritch_cluster:2, Eldritch Copper Cluster -thaumicwonders:eldritch_cluster:3, Eldritch Tin Cluster -thaumicwonders:eldritch_cluster:4, Eldritch Silver Cluster -thaumicwonders:eldritch_cluster:5, Eldritch Lead Cluster -thaumicwonders:eldritch_cluster:6, Eldritch Cinnabar Cluster -thaumicwonders:eldritch_cluster:7, Eldritch Quartz Cluster -thaumicwonders:eldritch_cluster:8, Eldritch Void Cluster -thaumicwonders:alienist_stone, Alienist's Stone -thaumicwonders:void_fortress_helm, Void Fortress Helm -thaumicwonders:void_fortress_chest, Void Fortress Cuirass -thaumicwonders:void_fortress_legs, Void Fortress Thigh Guards -thaumicwonders:structure_diviner, Structure Diviner -thaumicwonders:night_vision_goggles, Night-Vision Goggles -thaumicwonders:cleansing_charm, Cleansing Charm -thaumicwonders:bone_bow, Bow of Bone -thaumicwonders:primal_arrow:0, Air Arrow -thaumicwonders:primal_arrow:1, Earth Arrow -thaumicwonders:primal_arrow:2, Fire Arrow -thaumicwonders:primal_arrow:3, Water Arrow -thaumicwonders:primal_arrow:4, Order Arrow -thaumicwonders:primal_arrow:5, Entropy Arrow -thaumicwonders:primordial_grain, Primordial Grain -thaumicwonders:shimmerleaf_seed, Shimmerleaf Seed -thaumicwonders:cinderpearl_seed, Cinderpearl Seed -thaumicwonders:vishroom_spore, Vishroom Spore -thaumicwonders:panacea:0, Panacea -thaumicwonders:panacea:1, Enchanted Panacea -thaumicwonders:lethe_water, Lethe Water -tinker_io:cd_lonesome_avenue, Music Disc -tinker_io:upg:0, Base Upgrade -tinker_io:upg:1, Slot Upgrade I -tinker_io:upg:2, Slot Upgrade II -tinker_io:upg:3, Slot Upgrade III -tinker_io:upg:4, Slot Upgrade IV -tinker_io:upg:5, Redstone Upgrade -tinker_io:upg:6, Fortune Upgrade -tinker_io:upg:7, Basin Upgrade -tinker_io:solidfuel, Solid Fuel -tinker_io:speedupg, Speed Upgrade -tinker_io:crushed_ore, Crushed Ore -tinker_io:fuel_input_machine, Fuel Input Machine -tinker_io:smart_output, Smart Output -tinker_io:what_a_beautiful_block, What a beautiful block -tinker_io:ore_crusher, Ore Crusher -tinker_io:stirling_engine, Stirling Engine -tinymobfarm:lasso, Lasso -tinymobfarm:wood_farm, Wooden Mob Farm -tinymobfarm:stone_farm, Stone Mob Farm -tinymobfarm:iron_farm, Iron Mob Farm -tinymobfarm:gold_farm, Golden Mob Farm -tinymobfarm:diamond_farm, Diamond Mob Farm -tinymobfarm:emerald_farm, Emerald Mob Farm -tinymobfarm:inferno_farm, Inferno Mob Farm -tinymobfarm:ultimate_farm, Ultimate Mob Farm -tce:tce_time_wand_lvl1, §9The Staff of Time lvl 1 -tce:tce_time_wand_lvl2, §aThe Staff of Time lvl 2 -tce:tce_time_wand_lvl3, §cThe Staff of Time lvl 3 -tce:tce_time_wand_lvl4, §6The Staff of Time lvl 4 -tce:tce_time_wand_lvl5, §bThe Staff of Time lvl 5 -tce:tce_time_wand_infinite, §5Infinite time staff -tce:tce_time_storage_lvl1, §9Time storage lvl 1 -tce:tce_time_storage_lvl2, §aTime storage lvl 2 -tce:tce_time_storage_lvl3, §cTime storage lvl 3 -tce:tce_time_storage_lvl4, §6Time storage lvl 4 -tce:tce_time_storage_lvl5, §bTime storage lvl 5 -tce:tce_time_storage_infinite, §5Infinite time storage -tce:tce_time_element, Time element -tce:tce_time_nugget, Time nugget -tce:tce_time_ingot, Time ingot -tce:tce_diamondclock, §bDiamond clock -tce:tce_emeraldclock, §aEmerald clock -tce:tce_lapisclock, §9Lapis clock -tce:tce_dragonclock, §5Dragon clock -tce:tce_redstoneclock, §cRedstone clock -tce:tce_goldclock, §6Gold clock -tce:tce_compressedtorch, §eCompressed torch -tce:tce_bindingelement, §cBinding element -tce:tce_bindingelement2, §aImproved binding element -tce:tce_bindingelement3, §5Advanced binding element -tce:tce_time_stick, Time stick -tce:tce_time_casing, Time casing -tce:tce_time_core, Time core -tce:tce_time_particle, Time particle -tce:tce_time_particle_gold, Time particle gold -tce:tce_time_particle_redstone, Time particle redstone -tce:tce_time_particle_diamond, Time particle diamond -tce:tce_time_particle_emerald, Time particle emerald -tce:tce_uk1, Module collector x2 -tce:tce_uk2, Module collector x4 -tce:tce_uk3, Module collector x8 -tce:tce_uk4, Module collector x16 -tce:tce_uk5, Module collector x32 -tce:tce_uk6, Module collector x64 -torchmaster:mega_torch:0, Mega Torch -torchmaster:mega_torch:1, Unlit Mega Torch -torchmaster:terrain_lighter, Terrain Lighter -torchmaster:dread_lamp, Dread Lamp -torchmaster:feral_flare_lantern, Feral Flare Lantern -torchmaster:frozen_pearl, Frozen Pearl -uberconduitprobe:uber_conduit_probe_item:0, Uber Conduit Probe -variegated:compressed_vis_battery, Compressed Vis Battery -variegated:blood_apple, Blood Apple -variegated:silvered_apple:0, Silvered Apple -variegated:silvered_apple:1, Silvered Apple -variegated:defiled_ground, Defiled Ground -variegated:featherweight, tile.featherweight.name -woot:die:0, Mesh Die -woot:die:1, Plate Die -woot:die:2, Core Die -woot:die:3, Shard Die -woot:factorycore:0, Heart Core -woot:factorycore:1, Controller Core -woot:factorycore:2, Tier I Upgrade Core -woot:factorycore:3, Tier II Upgrade Core -woot:factorycore:4, Tier III Upgrade Core -woot:factorycore:5, Power Core -woot:factorycore:6, Cap Core -woot:factorybase, Factory Base -woot:stygianironingot, Stygian Iron Ingot -woot:stygianironplate, Stygian Iron Plate -woot:endershard, Ender Shard -woot:prism, Prism -woot:soulsanddust, Soul Dust -woot:stygianirondust, Stygian Iron Dust -woot:shard:0, Diamond Shard -woot:shard:1, Emerald Shard -woot:shard:2, Quartz Shard -woot:shard:3, Nether Star Shard -woot:shard:4, Tier II Shard -woot:shard:5, Tier III Shard -woot:shard:6, Tier IV Shard -woot:yahhammer, Ya Hammer -woot:xpshard, XP Shard (16XP) -woot:fakemanual, Readme -woot:builder, The Intern -woot:anvil, Stygian Iron Anvil -woot:layout, Factory Layout -woot:factory, Factory Heart -woot:soulstone, Soul Stone -woot:stygianiron, Stygian Iron Block -woot:stygianironore, Stygian Iron Ore -woot:importer, Factory Importer -woot:exporter, Factory Exporter -woot:controller, Factory Controller -woot:structure:0, Factory Flesh Casing -woot:structure:1, Factory Bone Casing -woot:structure:2, Factory Blaze Casing -woot:structure:3, Factory Ender Casing -woot:structure:4, Factory Nether Casing -woot:structure:5, Factory Upgrade Base -woot:structure:6, Factory Tier I Cap -woot:structure:7, Factory Tier II Cap -woot:structure:8, Factory Tier III Cap -woot:structure:9, Factory Tier IV Cap -woot:cell:0, Basic Power Cell -woot:cell:1, Advanced Power Cell -woot:cell:2, Premium Power Cell -woot:upgrade:0, Rate I Upgrade -woot:upgrade:1, Rate II Upgrade -woot:upgrade:2, Rate III Upgrade -woot:upgrade:3, Looting I Upgrade -woot:upgrade:4, Looting II Upgrade -woot:upgrade:5, Looting III Upgrade -woot:upgrade:6, XP I Upgrade -woot:upgrade:7, XP II Upgrade -woot:upgrade:8, XP III Upgrade -woot:upgrade:9, Mass I Upgrade -woot:upgrade:10, Mass II Upgrade -woot:upgrade:11, Mass III Upgrade -woot:upgrade:12, Decapitate I Upgrade -woot:upgrade:13, Decapitate II Upgrade -woot:upgrade:14, Decapitate III Upgrade -woot:upgradeb:0, Efficiency I Upgrade -woot:upgradeb:1, Efficiency II Upgrade -woot:upgradeb:2, Efficiency III Upgrade -woot:upgradeb:3, Blood Magic Life Essence Tank I Upgrade -woot:upgradeb:4, Blood Magic Life Essence Tank II Upgrade -woot:upgradeb:5, Blood Magic Life Essence Tank III Upgrade -woot:upgradeb:6, Blood Magic Life Essence Altar I Upgrade -woot:upgradeb:7, Blood Magic Life Essence Altar II Upgrade -woot:upgradeb:8, Blood Magic Life Essence Altar III Upgrade -woot:upgradeb:9, EvilCraft Blood Tank I Upgrade -woot:upgradeb:10, EvilCraft Blood Tank II Upgrade -woot:upgradeb:11, EvilCraft Blood Tank III Upgrade -woot:upgradeb:12, Blood Magic Crystal I Upgrade -woot:upgradeb:13, Blood Magic Crystal II Upgrade -woot:upgradeb:14, Blood Magic Crystal III Upgrade -xtones:base, Xtone Tile -xtones:lamp_flat, Flat Lamp -xtones:agon:0, Agon 1 -xtones:agon:1, Agon 2 -xtones:agon:2, Agon 3 -xtones:agon:3, Agon 4 -xtones:agon:4, Agon 5 -xtones:agon:5, Agon 6 -xtones:agon:6, Agon 7 -xtones:agon:7, Agon 8 -xtones:agon:8, Agon 9 -xtones:agon:9, Agon 10 -xtones:agon:10, Agon 11 -xtones:agon:11, Agon 12 -xtones:agon:12, Agon 13 -xtones:agon:13, Agon 14 -xtones:agon:14, Agon 15 -xtones:agon:15, Agon 16 -xtones:azur:0, Azur 1 -xtones:azur:1, Azur 2 -xtones:azur:2, Azur 3 -xtones:azur:3, Azur 4 -xtones:azur:4, Azur 5 -xtones:azur:5, Azur 6 -xtones:azur:6, Azur 7 -xtones:azur:7, Azur 8 -xtones:azur:8, Azur 9 -xtones:azur:9, Azur 10 -xtones:azur:10, Azur 11 -xtones:azur:11, Azur 12 -xtones:azur:12, Azur 13 -xtones:azur:13, Azur 14 -xtones:azur:14, Azur 15 -xtones:azur:15, Azur 16 -xtones:bitt:0, Bitt 1 -xtones:bitt:1, Bitt 2 -xtones:bitt:2, Bitt 3 -xtones:bitt:3, Bitt 4 -xtones:bitt:4, Bitt 5 -xtones:bitt:5, Bitt 6 -xtones:bitt:6, Bitt 7 -xtones:bitt:7, Bitt 8 -xtones:bitt:8, Bitt 9 -xtones:bitt:9, Bitt 10 -xtones:bitt:10, Bitt 11 -xtones:bitt:11, Bitt 12 -xtones:bitt:12, Bitt 13 -xtones:bitt:13, Bitt 14 -xtones:bitt:14, Bitt 15 -xtones:bitt:15, Bitt 16 -xtones:cray:0, Cray 1 -xtones:cray:1, Cray 2 -xtones:cray:2, Cray 3 -xtones:cray:3, Cray 4 -xtones:cray:4, Cray 5 -xtones:cray:5, Cray 6 -xtones:cray:6, Cray 7 -xtones:cray:7, Cray 8 -xtones:cray:8, Cray 9 -xtones:cray:9, Cray 10 -xtones:cray:10, Cray 11 -xtones:cray:11, Cray 12 -xtones:cray:12, Cray 13 -xtones:cray:13, Cray 14 -xtones:cray:14, Cray 15 -xtones:cray:15, Cray 16 -xtones:fort:0, Fort 1 -xtones:fort:1, Fort 2 -xtones:fort:2, Fort 3 -xtones:fort:3, Fort 4 -xtones:fort:4, Fort 5 -xtones:fort:5, Fort 6 -xtones:fort:6, Fort 7 -xtones:fort:7, Fort 8 -xtones:fort:8, Fort 9 -xtones:fort:9, Fort 10 -xtones:fort:10, Fort 11 -xtones:fort:11, Fort 12 -xtones:fort:12, Fort 13 -xtones:fort:13, Fort 14 -xtones:fort:14, Fort 15 -xtones:fort:15, Fort 16 -xtones:glaxx:0, Glaxx 1 -xtones:glaxx:1, Glaxx 2 -xtones:glaxx:2, Glaxx 3 -xtones:glaxx:3, Glaxx 4 -xtones:glaxx:4, Glaxx 5 -xtones:glaxx:5, Glaxx 6 -xtones:glaxx:6, Glaxx 7 -xtones:glaxx:7, Glaxx 8 -xtones:glaxx:8, Glaxx 9 -xtones:glaxx:9, Glaxx 10 -xtones:glaxx:10, Glaxx 11 -xtones:glaxx:11, Glaxx 12 -xtones:glaxx:12, Glaxx 13 -xtones:glaxx:13, Glaxx 14 -xtones:glaxx:14, Glaxx 15 -xtones:glaxx:15, Glaxx 16 -xtones:iszm:0, Iszm 1 -xtones:iszm:1, Iszm 2 -xtones:iszm:2, Iszm 3 -xtones:iszm:3, Iszm 4 -xtones:iszm:4, Iszm 5 -xtones:iszm:5, Iszm 6 -xtones:iszm:6, Iszm 7 -xtones:iszm:7, Iszm 8 -xtones:iszm:8, Iszm 9 -xtones:iszm:9, Iszm 10 -xtones:iszm:10, Iszm 11 -xtones:iszm:11, Iszm 12 -xtones:iszm:12, Iszm 13 -xtones:iszm:13, Iszm 14 -xtones:iszm:14, Iszm 15 -xtones:iszm:15, Iszm 16 -xtones:jelt:0, Jelt 1 -xtones:jelt:1, Jelt 2 -xtones:jelt:2, Jelt 3 -xtones:jelt:3, Jelt 4 -xtones:jelt:4, Jelt 5 -xtones:jelt:5, Jelt 6 -xtones:jelt:6, Jelt 7 -xtones:jelt:7, Jelt 8 -xtones:jelt:8, Jelt 9 -xtones:jelt:9, Jelt 10 -xtones:jelt:10, Jelt 11 -xtones:jelt:11, Jelt 12 -xtones:jelt:12, Jelt 13 -xtones:jelt:13, Jelt 14 -xtones:jelt:14, Jelt 15 -xtones:jelt:15, Jelt 16 -xtones:korp:0, Korp 1 -xtones:korp:1, Korp 2 -xtones:korp:2, Korp 3 -xtones:korp:3, Korp 4 -xtones:korp:4, Korp 5 -xtones:korp:5, Korp 6 -xtones:korp:6, Korp 7 -xtones:korp:7, Korp 8 -xtones:korp:8, Korp 9 -xtones:korp:9, Korp 10 -xtones:korp:10, Korp 11 -xtones:korp:11, Korp 12 -xtones:korp:12, Korp 13 -xtones:korp:13, Korp 14 -xtones:korp:14, Korp 15 -xtones:korp:15, Korp 16 -xtones:kryp:0, Kryp 1 -xtones:kryp:1, Kryp 2 -xtones:kryp:2, Kryp 3 -xtones:kryp:3, Kryp 4 -xtones:kryp:4, Kryp 5 -xtones:kryp:5, Kryp 6 -xtones:kryp:6, Kryp 7 -xtones:kryp:7, Kryp 8 -xtones:kryp:8, Kryp 9 -xtones:kryp:9, Kryp 10 -xtones:kryp:10, Kryp 11 -xtones:kryp:11, Kryp 12 -xtones:kryp:12, Kryp 13 -xtones:kryp:13, Kryp 14 -xtones:kryp:14, Kryp 15 -xtones:kryp:15, Kryp 16 -xtones:lair:0, Lair 1 -xtones:lair:1, Lair 2 -xtones:lair:2, Lair 3 -xtones:lair:3, Lair 4 -xtones:lair:4, Lair 5 -xtones:lair:5, Lair 6 -xtones:lair:6, Lair 7 -xtones:lair:7, Lair 8 -xtones:lair:8, Lair 9 -xtones:lair:9, Lair 10 -xtones:lair:10, Lair 11 -xtones:lair:11, Lair 12 -xtones:lair:12, Lair 13 -xtones:lair:13, Lair 14 -xtones:lair:14, Lair 15 -xtones:lair:15, Lair 16 -xtones:lave:0, Lave 1 -xtones:lave:1, Lave 2 -xtones:lave:2, Lave 3 -xtones:lave:3, Lave 4 -xtones:lave:4, Lave 5 -xtones:lave:5, Lave 6 -xtones:lave:6, Lave 7 -xtones:lave:7, Lave 8 -xtones:lave:8, Lave 9 -xtones:lave:9, Lave 10 -xtones:lave:10, Lave 11 -xtones:lave:11, Lave 12 -xtones:lave:12, Lave 13 -xtones:lave:13, Lave 14 -xtones:lave:14, Lave 15 -xtones:lave:15, Lave 16 -xtones:mint:0, Mint 1 -xtones:mint:1, Mint 2 -xtones:mint:2, Mint 3 -xtones:mint:3, Mint 4 -xtones:mint:4, Mint 5 -xtones:mint:5, Mint 6 -xtones:mint:6, Mint 7 -xtones:mint:7, Mint 8 -xtones:mint:8, Mint 9 -xtones:mint:9, Mint 10 -xtones:mint:10, Mint 11 -xtones:mint:11, Mint 12 -xtones:mint:12, Mint 13 -xtones:mint:13, Mint 14 -xtones:mint:14, Mint 15 -xtones:mint:15, Mint 16 -xtones:myst:0, Myst 1 -xtones:myst:1, Myst 2 -xtones:myst:2, Myst 3 -xtones:myst:3, Myst 4 -xtones:myst:4, Myst 5 -xtones:myst:5, Myst 6 -xtones:myst:6, Myst 7 -xtones:myst:7, Myst 8 -xtones:myst:8, Myst 9 -xtones:myst:9, Myst 10 -xtones:myst:10, Myst 11 -xtones:myst:11, Myst 12 -xtones:myst:12, Myst 13 -xtones:myst:13, Myst 14 -xtones:myst:14, Myst 15 -xtones:myst:15, Myst 16 -xtones:reds:0, Reds 1 -xtones:reds:1, Reds 2 -xtones:reds:2, Reds 3 -xtones:reds:3, Reds 4 -xtones:reds:4, Reds 5 -xtones:reds:5, Reds 6 -xtones:reds:6, Reds 7 -xtones:reds:7, Reds 8 -xtones:reds:8, Reds 9 -xtones:reds:9, Reds 10 -xtones:reds:10, Reds 11 -xtones:reds:11, Reds 12 -xtones:reds:12, Reds 13 -xtones:reds:13, Reds 14 -xtones:reds:14, Reds 15 -xtones:reds:15, Reds 16 -xtones:reed:0, Reed 1 -xtones:reed:1, Reed 2 -xtones:reed:2, Reed 3 -xtones:reed:3, Reed 4 -xtones:reed:4, Reed 5 -xtones:reed:5, Reed 6 -xtones:reed:6, Reed 7 -xtones:reed:7, Reed 8 -xtones:reed:8, Reed 9 -xtones:reed:9, Reed 10 -xtones:reed:10, Reed 11 -xtones:reed:11, Reed 12 -xtones:reed:12, Reed 13 -xtones:reed:13, Reed 14 -xtones:reed:14, Reed 15 -xtones:reed:15, Reed 16 -xtones:roen:0, Roen 1 -xtones:roen:1, Roen 2 -xtones:roen:2, Roen 3 -xtones:roen:3, Roen 4 -xtones:roen:4, Roen 5 -xtones:roen:5, Roen 6 -xtones:roen:6, Roen 7 -xtones:roen:7, Roen 8 -xtones:roen:8, Roen 9 -xtones:roen:9, Roen 10 -xtones:roen:10, Roen 11 -xtones:roen:11, Roen 12 -xtones:roen:12, Roen 13 -xtones:roen:13, Roen 14 -xtones:roen:14, Roen 15 -xtones:roen:15, Roen 16 -xtones:sols:0, Sols 1 -xtones:sols:1, Sols 2 -xtones:sols:2, Sols 3 -xtones:sols:3, Sols 4 -xtones:sols:4, Sols 5 -xtones:sols:5, Sols 6 -xtones:sols:6, Sols 7 -xtones:sols:7, Sols 8 -xtones:sols:8, Sols 9 -xtones:sols:9, Sols 10 -xtones:sols:10, Sols 11 -xtones:sols:11, Sols 12 -xtones:sols:12, Sols 13 -xtones:sols:13, Sols 14 -xtones:sols:14, Sols 15 -xtones:sols:15, Sols 16 -xtones:sync:0, Sync 1 -xtones:sync:1, Sync 2 -xtones:sync:2, Sync 3 -xtones:sync:3, Sync 4 -xtones:sync:4, Sync 5 -xtones:sync:5, Sync 6 -xtones:sync:6, Sync 7 -xtones:sync:7, Sync 8 -xtones:sync:8, Sync 9 -xtones:sync:9, Sync 10 -xtones:sync:10, Sync 11 -xtones:sync:11, Sync 12 -xtones:sync:12, Sync 13 -xtones:sync:13, Sync 14 -xtones:sync:14, Sync 15 -xtones:sync:15, Sync 16 -xtones:tank:0, Tank 1 -xtones:tank:1, Tank 2 -xtones:tank:2, Tank 3 -xtones:tank:3, Tank 4 -xtones:tank:4, Tank 5 -xtones:tank:5, Tank 6 -xtones:tank:6, Tank 7 -xtones:tank:7, Tank 8 -xtones:tank:8, Tank 9 -xtones:tank:9, Tank 10 -xtones:tank:10, Tank 11 -xtones:tank:11, Tank 12 -xtones:tank:12, Tank 13 -xtones:tank:13, Tank 14 -xtones:tank:14, Tank 15 -xtones:tank:15, Tank 16 -xtones:vect:0, Vect 1 -xtones:vect:1, Vect 2 -xtones:vect:2, Vect 3 -xtones:vect:3, Vect 4 -xtones:vect:4, Vect 5 -xtones:vect:5, Vect 6 -xtones:vect:6, Vect 7 -xtones:vect:7, Vect 8 -xtones:vect:8, Vect 9 -xtones:vect:9, Vect 10 -xtones:vect:10, Vect 11 -xtones:vect:11, Vect 12 -xtones:vect:12, Vect 13 -xtones:vect:13, Vect 14 -xtones:vect:14, Vect 15 -xtones:vect:15, Vect 16 -xtones:vena:0, Vena 1 -xtones:vena:1, Vena 2 -xtones:vena:2, Vena 3 -xtones:vena:3, Vena 4 -xtones:vena:4, Vena 5 -xtones:vena:5, Vena 6 -xtones:vena:6, Vena 7 -xtones:vena:7, Vena 8 -xtones:vena:8, Vena 9 -xtones:vena:9, Vena 10 -xtones:vena:10, Vena 11 -xtones:vena:11, Vena 12 -xtones:vena:12, Vena 13 -xtones:vena:13, Vena 14 -xtones:vena:14, Vena 15 -xtones:vena:15, Vena 16 -xtones:zane:0, Zane 1 -xtones:zane:1, Zane 2 -xtones:zane:2, Zane 3 -xtones:zane:3, Zane 4 -xtones:zane:4, Zane 5 -xtones:zane:5, Zane 6 -xtones:zane:6, Zane 7 -xtones:zane:7, Zane 8 -xtones:zane:8, Zane 9 -xtones:zane:9, Zane 10 -xtones:zane:10, Zane 11 -xtones:zane:11, Zane 12 -xtones:zane:12, Zane 13 -xtones:zane:13, Zane 14 -xtones:zane:14, Zane 15 -xtones:zane:15, Zane 16 -xtones:zech:0, Zech 1 -xtones:zech:1, Zech 2 -xtones:zech:2, Zech 3 -xtones:zech:3, Zech 4 -xtones:zech:4, Zech 5 -xtones:zech:5, Zech 6 -xtones:zech:6, Zech 7 -xtones:zech:7, Zech 8 -xtones:zech:8, Zech 9 -xtones:zech:9, Zech 10 -xtones:zech:10, Zech 11 -xtones:zech:11, Zech 12 -xtones:zech:12, Zech 13 -xtones:zech:13, Zech 14 -xtones:zech:14, Zech 15 -xtones:zech:15, Zech 16 -xtones:zest:0, Zest 1 -xtones:zest:1, Zest 2 -xtones:zest:2, Zest 3 -xtones:zest:3, Zest 4 -xtones:zest:4, Zest 5 -xtones:zest:5, Zest 6 -xtones:zest:6, Zest 7 -xtones:zest:7, Zest 8 -xtones:zest:8, Zest 9 -xtones:zest:9, Zest 10 -xtones:zest:10, Zest 11 -xtones:zest:11, Zest 12 -xtones:zest:12, Zest 13 -xtones:zest:13, Zest 14 -xtones:zest:14, Zest 15 -xtones:zest:15, Zest 16 -xtones:zeta:0, Zeta 1 -xtones:zeta:1, Zeta 2 -xtones:zeta:2, Zeta 3 -xtones:zeta:3, Zeta 4 -xtones:zeta:4, Zeta 5 -xtones:zeta:5, Zeta 6 -xtones:zeta:6, Zeta 7 -xtones:zeta:7, Zeta 8 -xtones:zeta:8, Zeta 9 -xtones:zeta:9, Zeta 10 -xtones:zeta:10, Zeta 11 -xtones:zeta:11, Zeta 12 -xtones:zeta:12, Zeta 13 -xtones:zeta:13, Zeta 14 -xtones:zeta:14, Zeta 15 -xtones:zeta:15, Zeta 16 -xtones:zion:0, Zion 1 -xtones:zion:1, Zion 2 -xtones:zion:2, Zion 3 -xtones:zion:3, Zion 4 -xtones:zion:4, Zion 5 -xtones:zion:5, Zion 6 -xtones:zion:6, Zion 7 -xtones:zion:7, Zion 8 -xtones:zion:8, Zion 9 -xtones:zion:9, Zion 10 -xtones:zion:10, Zion 11 -xtones:zion:11, Zion 12 -xtones:zion:12, Zion 13 -xtones:zion:13, Zion 14 -xtones:zion:14, Zion 15 -xtones:zion:15, Zion 16 -xtones:zkul:0, Zkul 1 -xtones:zkul:1, Zkul 2 -xtones:zkul:2, Zkul 3 -xtones:zkul:3, Zkul 4 -xtones:zkul:4, Zkul 5 -xtones:zkul:5, Zkul 6 -xtones:zkul:6, Zkul 7 -xtones:zkul:7, Zkul 8 -xtones:zkul:8, Zkul 9 -xtones:zkul:9, Zkul 10 -xtones:zkul:10, Zkul 11 -xtones:zkul:11, Zkul 12 -xtones:zkul:12, Zkul 13 -xtones:zkul:13, Zkul 14 -xtones:zkul:14, Zkul 15 -xtones:zkul:15, Zkul 16 -xtones:zoea:0, Zoea 1 -xtones:zoea:1, Zoea 2 -xtones:zoea:2, Zoea 3 -xtones:zoea:3, Zoea 4 -xtones:zoea:4, Zoea 5 -xtones:zoea:5, Zoea 6 -xtones:zoea:6, Zoea 7 -xtones:zoea:7, Zoea 8 -xtones:zoea:8, Zoea 9 -xtones:zoea:9, Zoea 10 -xtones:zoea:10, Zoea 11 -xtones:zoea:11, Zoea 12 -xtones:zoea:12, Zoea 13 -xtones:zoea:13, Zoea 14 -xtones:zoea:14, Zoea 15 -xtones:zoea:15, Zoea 16 -xtones:zome:0, Zome 1 -xtones:zome:1, Zome 2 -xtones:zome:2, Zome 3 -xtones:zome:3, Zome 4 -xtones:zome:4, Zome 5 -xtones:zome:5, Zome 6 -xtones:zome:6, Zome 7 -xtones:zome:7, Zome 8 -xtones:zome:8, Zome 9 -xtones:zome:9, Zome 10 -xtones:zome:10, Zome 11 -xtones:zome:11, Zome 12 -xtones:zome:12, Zome 13 -xtones:zome:13, Zome 14 -xtones:zome:14, Zome 15 -xtones:zome:15, Zome 16 -xtones:zone:0, Zone 1 -xtones:zone:1, Zone 2 -xtones:zone:2, Zone 3 -xtones:zone:3, Zone 4 -xtones:zone:4, Zone 5 -xtones:zone:5, Zone 6 -xtones:zone:6, Zone 7 -xtones:zone:7, Zone 8 -xtones:zone:8, Zone 9 -xtones:zone:9, Zone 10 -xtones:zone:10, Zone 11 -xtones:zone:11, Zone 12 -xtones:zone:12, Zone 13 -xtones:zone:13, Zone 14 -xtones:zone:14, Zone 15 -xtones:zone:15, Zone 16 -xtones:zorg:0, Zorg 1 -xtones:zorg:1, Zorg 2 -xtones:zorg:2, Zorg 3 -xtones:zorg:3, Zorg 4 -xtones:zorg:4, Zorg 5 -xtones:zorg:5, Zorg 6 -xtones:zorg:6, Zorg 7 -xtones:zorg:7, Zorg 8 -xtones:zorg:8, Zorg 9 -xtones:zorg:9, Zorg 10 -xtones:zorg:10, Zorg 11 -xtones:zorg:11, Zorg 12 -xtones:zorg:12, Zorg 13 -xtones:zorg:13, Zorg 14 -xtones:zorg:14, Zorg 15 -xtones:zorg:15, Zorg 16 -xtones:ztyl:0, Ztyl 1 -xtones:ztyl:1, Ztyl 2 -xtones:ztyl:2, Ztyl 3 -xtones:ztyl:3, Ztyl 4 -xtones:ztyl:4, Ztyl 5 -xtones:ztyl:5, Ztyl 6 -xtones:ztyl:6, Ztyl 7 -xtones:ztyl:7, Ztyl 8 -xtones:ztyl:8, Ztyl 9 -xtones:ztyl:9, Ztyl 10 -xtones:ztyl:10, Ztyl 11 -xtones:ztyl:11, Ztyl 12 -xtones:ztyl:12, Ztyl 13 -xtones:ztyl:13, Ztyl 14 -xtones:ztyl:14, Ztyl 15 -xtones:ztyl:15, Ztyl 16 -xtones:zyth:0, Zyth 1 -xtones:zyth:1, Zyth 2 -xtones:zyth:2, Zyth 3 -xtones:zyth:3, Zyth 4 -xtones:zyth:4, Zyth 5 -xtones:zyth:5, Zyth 6 -xtones:zyth:6, Zyth 7 -xtones:zyth:7, Zyth 8 -xtones:zyth:8, Zyth 9 -xtones:zyth:9, Zyth 10 -xtones:zyth:10, Zyth 11 -xtones:zyth:11, Zyth 12 -xtones:zyth:12, Zyth 13 -xtones:zyth:13, Zyth 14 -xtones:zyth:14, Zyth 15 -xtones:zyth:15, Zyth 16 -solcarrot:food_book, Food Book -abyssalcraft:stone:0, Darkstone -abyssalcraft:stone:1, §9Abyssal Stone -abyssalcraft:stone:2, Dreadstone -abyssalcraft:stone:3, Abyssalnite Stone -abyssalcraft:stone:4, Coralium Stone -abyssalcraft:stone:5, §bEthaxium -abyssalcraft:stone:6, Omothol Stone -abyssalcraft:stone:7, Monolith Stone -abyssalcraft:cobblestone:0, Darkstone Cobblestone -abyssalcraft:cobblestone:1, §9Abyssal Cobblestone -abyssalcraft:cobblestone:2, Dreadstone Cobblestone -abyssalcraft:cobblestone:3, Abyssalnite Cobblestone -abyssalcraft:cobblestone:4, Coralium Cobblestone -abyssalcraft:darkstone_brick:0, Darkstone Bricks -abyssalcraft:darkstone_brick:1, Chiseled Darkstone Bricks -abyssalcraft:darkstone_brick:2, Cracked Darkstone Bricks -abyssalcraft:dsglow, Glowing Darkstone Bricks -abyssalcraft:darkbrickslab1:0, Darkstone Brick Slab -abyssalcraft:darkbrickslab2:0, Darkstone Brick Slab -abyssalcraft:darkcobbleslab1:0, Darkstone Cobblestone Slab -abyssalcraft:darkcobbleslab2:0, Darkstone Cobblestone Slab -abyssalcraft:dbstairs, Darkstone Brick Stairs -abyssalcraft:dcstairs, Darkstone Cobblestone Stairs -abyssalcraft:dltleaves, Darklands Oak Leaves -abyssalcraft:dltlog, Darklands Oak Wood -abyssalcraft:dltlog2, Darklands Oak Wood -abyssalcraft:dltsapling, Darklands Oak Sapling -abyssalcraft:abybrick:0, §9Abyssal Stone Bricks -abyssalcraft:abybrick:1, §9Chiseled Abyssal Stone Bricks -abyssalcraft:abybrick:2, §9Cracked Abyssal Stone Bricks -abyssalcraft:abyslab1:0, §9Abyssal Stone Brick Slab -abyssalcraft:abyslab2:0, §9Abyssal Stone Brick Slab -abyssalcraft:abystairs, Abyssal Stone Brick Stairs -abyssalcraft:coraliumore, Coralium Ore -abyssalcraft:abyore, Abyssalnite Ore -abyssalcraft:abyfence, Abyssal Stone Brick Fence -abyssalcraft:dscwall, Darkstone Cobblestone Wall -abyssalcraft:odb, Oblivion Deathbomb -abyssalcraft:ingotblock:0, §3Block of Abyssalnite -abyssalcraft:ingotblock:1, §bBlock of Refined Coralium -abyssalcraft:ingotblock:2, §4Block of Dreadium -abyssalcraft:ingotblock:3, §bBlock of Ethaxium -abyssalcraft:coraliumstone, Coralium Infused Stone -abyssalcraft:odbcore, ODB Core -abyssalcraft:crate, Wooden Crate -abyssalcraft:abyportal, Abyssal Gateway -abyssalcraft:darkstoneslab1:0, Darkstone Slab -abyssalcraft:darkstoneslab2:0, Darkstone Slab -abyssalcraft:coraliumfire, Coralium Fire -abyssalcraft:dsbutton, Darkstone Button -abyssalcraft:dspplate, Darkstone Pressure Plate -abyssalcraft:dltplank, Darklands Oak Wood Planks -abyssalcraft:dltbutton, Darklands Oak Wood Button -abyssalcraft:dltpplate, Darklands Oak Wood Pressure Plate -abyssalcraft:dltstairs, Darklands Oak Wood Stairs -abyssalcraft:dltslab1:0, Darklands Oak Wood Slab -abyssalcraft:dltslab2:0, Darklands Oak Wood Slab -abyssalcraft:cwater, Liquid Coralium -abyssalcraft:psdl, Dreadlands Infused Powerstone -abyssalcraft:abycorore, Abyssal Coralium Ore -abyssalcraft:altar, Altar -abyssalcraft:abybutton, Abyssal Stone Button -abyssalcraft:abypplate, Abyssal Stone Pressure Plate -abyssalcraft:dsbfence, Darkstone Brick Fence -abyssalcraft:dltfence, Darklands Oak Wood Fence -abyssalcraft:abydreadore, Dreadlands Abyssalnite Ore -abyssalcraft:dreadore, Dreaded Abyssalnite Ore -abyssalcraft:dreadbrick:0, Dreadstone Bricks -abyssalcraft:dreadbrick:1, Chiseled Dreadstone Bricks -abyssalcraft:dreadbrick:2, Cracked Dreadstone Bricks -abyssalcraft:abydreadbrick:0, Abyssalnite Stone Bricks -abyssalcraft:abydreadbrick:1, Chiseled Abyssalnite Stone Bricks -abyssalcraft:abydreadbrick:2, Cracked Abyssalnite Stone Bricks -abyssalcraft:dreadgrass, Dreadlands Grass -abyssalcraft:dreadlog, Dreadlands Wood Log -abyssalcraft:dreadleaves, Dreadlands Wood Leaves -abyssalcraft:dreadsapling, Dreadlands Wood Sapling -abyssalcraft:dreadplanks, Dreadlands Wood Planks -abyssalcraft:dreadportal, Dreadlands Gateway -abyssalcraft:dreadfire, Dreaded Fire -abyssalcraft:dghead, Depths Ghoul head -abyssalcraft:phead, Pete's head -abyssalcraft:whead, Mr. Wilson's head -abyssalcraft:ohead, Dr. Orange's head -abyssalcraft:dreadbrickstairs, Dreadstone Brick Stairs -abyssalcraft:dreadbrickfence, Dreadstone Brick Fence -abyssalcraft:dreadbrickslab1:0, Dreadstone Brick Slab -abyssalcraft:dreadbrickslab2:0, Dreadstone Brick Slab -abyssalcraft:abydreadbrickstairs, Abyssalnite Stone Brick Stairs -abyssalcraft:abydreadbrickfence, Abyssalnite Stone Brick Fence -abyssalcraft:abydreadbrickslab1:0, Abyssalnite Stone Brick Slab -abyssalcraft:abydreadbrickslab2:0, Abyssalnite Stone Brick Slab -abyssalcraft:antiwater, Liquid Antimatter -abyssalcraft:cstonebrick:0, Coralium Bricks -abyssalcraft:cstonebrick:1, Chiseled Coralium Bricks -abyssalcraft:cstonebrick:2, Cracked Coralium Bricks -abyssalcraft:cstonebrickfence, Coralium Brick Fence -abyssalcraft:cstonebrickslab1:0, Coralium Brick Slab -abyssalcraft:cstonebrickslab2:0, Coralium Brick Slab -abyssalcraft:cstonebrickstairs, Coralium Brick Stairs -abyssalcraft:cstonebutton, Coralium Stone Button -abyssalcraft:cstonepplate, Coralium Stone Pressure Plate -abyssalcraft:dreadaltartop, Altar of Cha'garoth (top) -abyssalcraft:dreadaltarbottom, Altar of Cha'garoth (bottom) -abyssalcraft:crystallizer, Crystallizer -abyssalcraft:crystallizer_on, tile.crystallizer_on.name -abyssalcraft:transmutator, Transmutator -abyssalcraft:transmutator_on, tile.transmutator_on.name -abyssalcraft:dreadguardspawner, Dreadguard Spawner Block -abyssalcraft:chagarothspawner, Cha'garoth Spawner Block -abyssalcraft:drtfence, Dreadlands Wood Fence -abyssalcraft:nitreore, Nitre Ore -abyssalcraft:abyiroore, Abyssal Iron Ore -abyssalcraft:abygolore, Abyssal Gold Ore -abyssalcraft:abydiaore, Abyssal Diamond Ore -abyssalcraft:abynitore, Abyssal Nitre Ore -abyssalcraft:abytinore, Abyssal Tin Ore -abyssalcraft:abycopore, Abyssal Copper Ore -abyssalcraft:abypcorore, Pearlescent Coralium Ore -abyssalcraft:abylcorore, Liquified Coralium Ore -abyssalcraft:solidlava, Solid lava -abyssalcraft:ethaxiumbrick:0, §bEthaxium Bricks -abyssalcraft:ethaxiumbrick:1, §bChiseled Ethaxium Bricks -abyssalcraft:ethaxiumbrick:2, §bCracked Ethaxium Bricks -abyssalcraft:ethaxiumpillar, Ethaxium Pillar -abyssalcraft:ethaxiumbrickstairs, Ethaxium Brick Stairs -abyssalcraft:ethaxiumbrickslab1:0, §bEthaxium Brick Slab -abyssalcraft:ethaxiumbrickslab2:0, §bEthaxium Brick Slab -abyssalcraft:ethaxiumfence, Ethaxium Brick Fence -abyssalcraft:omotholportal, Omothol Gateway -abyssalcraft:omotholfire, Omothol Fire -abyssalcraft:engraver, Engraver -abyssalcraft:engraver_on, A House -abyssalcraft:materializer, Materializer -abyssalcraft:darkethaxiumbrick:0, §4Dark Ethaxium Bricks -abyssalcraft:darkethaxiumbrick:1, §4Chiseled Dark Ethaxium Bricks -abyssalcraft:darkethaxiumbrick:2, §4Cracked Dark Ethaxium Bricks -abyssalcraft:darkethaxiumpillar, Dark Ethaxium Pillar -abyssalcraft:darkethaxiumbrickstairs, Dark Ethaxium Brick Stairs -abyssalcraft:darkethaxiumbrickslab1:0, §bDark Ethaxium Brick Slab -abyssalcraft:darkethaxiumbrickslab2:0, §bDark Ethaxium Brick Slab -abyssalcraft:darkethaxiumbrickfence, Dark Ethaxium Brick Fence -abyssalcraft:ritualaltar:0, Ritual Altar -abyssalcraft:ritualaltar:1, Ritual Altar -abyssalcraft:ritualaltar:2, Ritual Altar -abyssalcraft:ritualaltar:3, Ritual Altar -abyssalcraft:ritualaltar:4, Ritual Altar -abyssalcraft:ritualaltar:5, Ritual Altar -abyssalcraft:ritualaltar:6, Ritual Altar -abyssalcraft:ritualaltar:7, Ritual Altar -abyssalcraft:ritualpedestal:0, Ritual Pedestal -abyssalcraft:ritualpedestal:1, Ritual Pedestal -abyssalcraft:ritualpedestal:2, Ritual Pedestal -abyssalcraft:ritualpedestal:3, Ritual Pedestal -abyssalcraft:ritualpedestal:4, Ritual Pedestal -abyssalcraft:ritualpedestal:5, Ritual Pedestal -abyssalcraft:ritualpedestal:6, Ritual Pedestal -abyssalcraft:ritualpedestal:7, Ritual Pedestal -abyssalcraft:shoggothblock:0, Shoggoth Ooze -abyssalcraft:statue:0, Cthulhu Statue -abyssalcraft:statue:1, Hastur Statue -abyssalcraft:statue:2, J'zahar Statue -abyssalcraft:statue:3, Azathoth Statue -abyssalcraft:statue:4, Nyarlathotep Statue -abyssalcraft:statue:5, Yog-Sothoth Statue -abyssalcraft:statue:6, Shub-Niggurath Statue -abyssalcraft:shoggothbiomass, Shoggoth Biomass -abyssalcraft:energypedestal, Energy Pedestal -abyssalcraft:monolithpillar, Monolith Stone Pillar -abyssalcraft:sacrificialaltar, Sacrificial Altar -abyssalcraft:tieredenergypedestal:0, Overworld Energy Pedestal -abyssalcraft:tieredenergypedestal:1, Abyssal Wasteland Energy Pedestal -abyssalcraft:tieredenergypedestal:2, Dreadlands Energy Pedestal -abyssalcraft:tieredenergypedestal:3, Omothol Energy Pedestal -abyssalcraft:tieredsacrificialaltar:0, Overworld Sacrificial Altar -abyssalcraft:tieredsacrificialaltar:1, Abyssal Wasteland Sacrificial Altar -abyssalcraft:tieredsacrificialaltar:2, Dreadlands Sacrificial Altar -abyssalcraft:tieredsacrificialaltar:3, Omothol Sacrificial Altar -abyssalcraft:jzaharspawner, J'zahar Spawner Block -abyssalcraft:gatekeeperminionspawner, Minion of The Gatekeeper Spawner Block -abyssalcraft:fire, Fire -abyssalcraft:decorativestatue:0, Decorative Cthulhu Statue -abyssalcraft:decorativestatue:1, Decorative Hastur Statue -abyssalcraft:decorativestatue:2, Decorative J'zahar Statue -abyssalcraft:decorativestatue:3, Decorative Azathoth Statue -abyssalcraft:decorativestatue:4, Decorative Nyarlathotep Statue -abyssalcraft:decorativestatue:5, Decorative Yog-Sothoth Statue -abyssalcraft:decorativestatue:6, Decorative Shub-Niggurath Statue -abyssalcraft:crystalcluster:0, Crystallized Iron Cluster -abyssalcraft:crystalcluster:1, Crystallized Gold Cluster -abyssalcraft:crystalcluster:2, Crystallized Sulfur Cluster -abyssalcraft:crystalcluster:3, Crystallized Carbon Cluster -abyssalcraft:crystalcluster:4, Crystallized Oxygen Cluster -abyssalcraft:crystalcluster:5, Crystallized Hydrogen Cluster -abyssalcraft:crystalcluster:6, Crystallized Nitrogen Cluster -abyssalcraft:crystalcluster:7, Crystallized Phosphorus Cluster -abyssalcraft:crystalcluster:8, Crystallized Potassium Cluster -abyssalcraft:crystalcluster:9, Crystallized Nitrate Cluster -abyssalcraft:crystalcluster:10, Crystallized Methane Cluster -abyssalcraft:crystalcluster:11, Crystallized Redstone Cluster -abyssalcraft:crystalcluster:12, Crystallized Abyssalnite Cluster -abyssalcraft:crystalcluster:13, Crystallized Coralium Cluster -abyssalcraft:crystalcluster:14, Crystallized Dreadium Cluster -abyssalcraft:crystalcluster:15, Crystallized Blaze Cluster -abyssalcraft:crystalcluster2:0, Crystallized Tin Cluster -abyssalcraft:crystalcluster2:1, Crystallized Copper Cluster -abyssalcraft:crystalcluster2:2, Crystallized Silicon Cluster -abyssalcraft:crystalcluster2:3, Crystallized Magnesium Cluster -abyssalcraft:crystalcluster2:4, Crystallized Aluminium Cluster -abyssalcraft:crystalcluster2:5, Crystallized Silica Cluster -abyssalcraft:crystalcluster2:6, Crystallized Alumina Cluster -abyssalcraft:crystalcluster2:7, Crystallized Magnesia Cluster -abyssalcraft:crystalcluster2:8, Crystallized Zinc Cluster -abyssalcraft:crystalcluster2:9, Crystallized Calcium Cluster -abyssalcraft:crystalcluster2:10, Crystallized Beryllium Cluster -abyssalcraft:crystalcluster2:11, Crystallized Beryl Cluster -abyssalcraft:energycollector, Energy Collector -abyssalcraft:energyrelay, Energy Relay -abyssalcraft:energycontainer, Energy Container -abyssalcraft:tieredenergycollector:0, Overworld Energy Collector -abyssalcraft:tieredenergycollector:1, Abyssal Wasteland Energy Collector -abyssalcraft:tieredenergycollector:2, Dreadlands Energy Collector -abyssalcraft:tieredenergycollector:3, Omothol Energy Collector -abyssalcraft:tieredenergyrelay:0, Overworld Energy Relay -abyssalcraft:tieredenergyrelay:1, Abyssal Wasteland Energy Relay -abyssalcraft:tieredenergyrelay:2, Dreadlands Energy Relay -abyssalcraft:tieredenergyrelay:3, Omothol Energy Relay -abyssalcraft:tieredenergycontainer:0, Overworld Energy Container -abyssalcraft:tieredenergycontainer:1, Abyssal Wasteland Energy Container -abyssalcraft:tieredenergycontainer:2, Dreadlands Energy Container -abyssalcraft:tieredenergycontainer:3, Omothol Energy Container -abyssalcraft:abyssalsand, Abyssal Sand -abyssalcraft:fusedabyssalsand, Fused Abyssal Sand -abyssalcraft:abyssalsandglass, Abyssal Sand Glass -abyssalcraft:dreadlandsdirt, Dreadlands Dirt -abyssalcraft:abyssalcobblestonestairs, Abyssal Cobblestone Stairs -abyssalcraft:abyssalcobblestoneslab1:0, Abyssal Cobblestone Slab -abyssalcraft:abyssalcobblestoneslab2:0, Abyssal Cobblestone Slab -abyssalcraft:abyssalcobblestonewall, Abyssal Cobblestone Wall -abyssalcraft:dreadstonecobblestonestairs, Dreadstone Cobblestone Stairs -abyssalcraft:dreadstonecobblestoneslab1:0, Dreadstone Cobblestone Slab -abyssalcraft:dreadstonecobblestoneslab2:0, Dreadstone Cobblestone Slab -abyssalcraft:dreadstonecobblestonewall, Dreadstone Cobblestone Wall -abyssalcraft:abyssalnitecobblestonestairs, Abyssalnite Cobblestone Stairs -abyssalcraft:abyssalnitecobblestoneslab1:0, Abyssalnite Cobblestone Slab -abyssalcraft:abyssalnitecobblestoneslab2:0, Abyssalnite Cobblestone Slab -abyssalcraft:abyssalnitecobblestonewall, Abyssalnite Cobblestone Wall -abyssalcraft:coraliumcobblestonestairs, Coralium Cobblestone Stairs -abyssalcraft:coraliumcobblestoneslab1:0, Coralium Cobblestone Slab -abyssalcraft:coraliumcobblestoneslab2:0, Coralium Cobblestone Slab -abyssalcraft:coraliumcobblestonewall, Coralium Cobblestone Wall -abyssalcraft:luminousthistle, Luminous Thistle -abyssalcraft:wastelandsthorn, Wasteland's Thorn -abyssalcraft:rendingpedestal, Rending Pedestal -abyssalcraft:statetransformer, State Transformer -abyssalcraft:energydepositioner, Energy Depositioner -abyssalcraft:calcifiedstone, Calcified Stone -abyssalcraft:multiblock, Multiblock -abyssalcraft:devsword, The Dev Blade -abyssalcraft:shoggoth_projectile, item.shoggoth_projectile.name -abyssalcraft:oc, Oblivion Catalyst -abyssalcraft:gatewaykey, Gateway Key -abyssalcraft:staff, Staff of The Gatekeeper -abyssalcraft:powerstonetracker, Powerstone Tracker -abyssalcraft:eoa, Eye of The Abyss -abyssalcraft:gatewaykeydl, Asorah's Dreaded Gateway Key -abyssalcraft:dreadshard, Dreaded Shard of Abyssalnite -abyssalcraft:dreadchunk, Dreaded Chunk of Abyssalnite -abyssalcraft:abychunk, Chunk of Abyssalnite -abyssalcraft:abyingot, Abyssalnite Ingot -abyssalcraft:coralium, Coralium Gem -abyssalcraft:ccluster2, item.ccluster2.name -abyssalcraft:ccluster3, item.ccluster3.name -abyssalcraft:ccluster4, item.ccluster4.name -abyssalcraft:ccluster5, item.ccluster5.name -abyssalcraft:ccluster6, item.ccluster6.name -abyssalcraft:ccluster7, item.ccluster7.name -abyssalcraft:ccluster8, item.ccluster8.name -abyssalcraft:ccluster9, item.ccluster9.name -abyssalcraft:cpearl, Coralium Pearl -abyssalcraft:cchunk, Chunk of Coralium -abyssalcraft:cingot, Refined Coralium Ingot -abyssalcraft:platec, Coralium Plate -abyssalcraft:transmutationgem, Transmutation Gem -abyssalcraft:corflesh, Coralium-plagued Flesh -abyssalcraft:corbone, Coralium-plagued Flesh on a Bone -abyssalcraft:dpick, Darkstone Pickaxe -abyssalcraft:daxe, Darkstone Axe -abyssalcraft:dshovel, Darkstone Shovel -abyssalcraft:dsword, Darkstone Sword -abyssalcraft:dhoe, Darkstone Hoe -abyssalcraft:apick, Abyssalnite Pickaxe -abyssalcraft:aaxe, Abyssalnite Axe -abyssalcraft:ashovel, Abyssalnite Shovel -abyssalcraft:asword, Abyssalnite Sword -abyssalcraft:ahoe, Abyssalnite Hoe -abyssalcraft:corpick, Refined Coralium Pickaxe -abyssalcraft:coraxe, Refined Coralium Axe -abyssalcraft:corshovel, Refined Coralium Shovel -abyssalcraft:corsword, Refined Coralium Sword -abyssalcraft:corhoe, Refined Coralium Hoe -abyssalcraft:ahelmet, Abyssalnite Helmet -abyssalcraft:aplate, Abyssalnite Chestplate -abyssalcraft:alegs, Abyssalnite Leggings -abyssalcraft:aboots, Abyssalnite Boots -abyssalcraft:dhelmet, Dreaded Abyssalnite Helmet -abyssalcraft:dplate, Dreaded Abyssalnite Chestplate -abyssalcraft:dlegs, Dreaded Abyssalnite Leggings -abyssalcraft:dboots, Dreaded Abyssalnite Boots -abyssalcraft:corhelmet, Refined Coralium Helmet -abyssalcraft:corplate, Refined Coralium Chestplate -abyssalcraft:corlegs, Refined Coralium Leggings -abyssalcraft:corboots, Refined Coralium Boots -abyssalcraft:corhelmetp, Plated Coralium Helmet -abyssalcraft:corplatep, Plated Coralium Chestplate -abyssalcraft:corlegsp, Plated Coralium Leggings -abyssalcraft:corbootsp, Plated Coralium Boots -abyssalcraft:depthshelmet, Visage of The Depths -abyssalcraft:depthsplate, Chestplate of The Depths -abyssalcraft:depthslegs, Legguards of The Depths -abyssalcraft:depthsboots, Boots of The Depths -abyssalcraft:cobbleu, Cobblestone Upgrade Kit -abyssalcraft:ironu, Iron Upgrade Kit -abyssalcraft:goldu, Gold Upgrade Kit -abyssalcraft:diamondu, Diamond Upgrade Kit -abyssalcraft:abyssalniteu, Abyssalnite Upgrade Kit -abyssalcraft:coraliumu, Coralium Upgrade Kit -abyssalcraft:dreadiumu, Dreadium Upgrade Kit -abyssalcraft:ethaxiumu, Ethaxium Upgrade Kit -abyssalcraft:mre, MRE -abyssalcraft:ironp, Iron Plate -abyssalcraft:chickenp, Chicken on A Plate -abyssalcraft:porkp, Porkchop on A Plate -abyssalcraft:beefp, Beef on A Plate -abyssalcraft:fishp, Fish on A Plate -abyssalcraft:dirtyplate, Dirty Plate -abyssalcraft:friedegg, Fried Egg -abyssalcraft:eggp, Fried Egg on A Plate -abyssalcraft:cloth, Washcloth -abyssalcraft:shadowfragment, Shadow Fragment -abyssalcraft:shadowshard, Shadow Gem Shard -abyssalcraft:shadowgem, Shadow Gem -abyssalcraft:oblivionshard, Shard of Oblivion -abyssalcraft:corbow, Coralium Longbow -abyssalcraft:cbrick, Coralium Brick -abyssalcraft:cudgel, Cudgel -abyssalcraft:dreadiumingot, Dreadium Ingot -abyssalcraft:dreadfragment, Dread Fragment -abyssalcraft:dreadiumhelmet, Dreadium Helmet -abyssalcraft:dreadiumplate, Dreadium Chestplate -abyssalcraft:dreadiumlegs, Dreadium Leggings -abyssalcraft:dreadiumboots, Dreadium Boots -abyssalcraft:dreadiumpickaxe, Dreadium Pickaxe -abyssalcraft:dreadiumaxe, Dreadium Axe -abyssalcraft:dreadiumshovel, Dreadium Shovel -abyssalcraft:dreadiumsword, Dreadium Sword -abyssalcraft:dreadiumhoe, Dreadium Hoe -abyssalcraft:carboncluster, Carbon Cluster -abyssalcraft:densecarboncluster, Dense Carbon Cluster -abyssalcraft:methane, Methane -abyssalcraft:nitre, Nitre -abyssalcraft:sulfur, Sulfur -abyssalcraft:crystal:0, Crystallized Iron -abyssalcraft:crystal:1, Crystallized Gold -abyssalcraft:crystal:2, Crystallized Sulfur -abyssalcraft:crystal:3, Crystallized Carbon -abyssalcraft:crystal:4, Crystallized Oxygen -abyssalcraft:crystal:5, Crystallized Hydrogen -abyssalcraft:crystal:6, Crystallized Nitrogen -abyssalcraft:crystal:7, Crystallized Phosphorus -abyssalcraft:crystal:8, Crystallized Potassium -abyssalcraft:crystal:9, Crystallized Nitrate -abyssalcraft:crystal:10, Crystallized Methane -abyssalcraft:crystal:11, Crystallized Redstone -abyssalcraft:crystal:12, Crystallized Abyssalnite -abyssalcraft:crystal:13, Crystallized Coralium -abyssalcraft:crystal:14, Crystallized Dreadium -abyssalcraft:crystal:15, Crystallized Blaze -abyssalcraft:crystal:16, Crystallized Tin -abyssalcraft:crystal:17, Crystallized Copper -abyssalcraft:crystal:18, Crystallized Silicon -abyssalcraft:crystal:19, Crystallized Magnesium -abyssalcraft:crystal:20, Crystallized Aluminium -abyssalcraft:crystal:21, Crystallized Silica -abyssalcraft:crystal:22, Crystallized Alumina -abyssalcraft:crystal:23, Crystallized Magnesia -abyssalcraft:crystal:24, Crystallized Zinc -abyssalcraft:crystal:25, Crystallized Calcium -abyssalcraft:crystal:26, Crystallized Beryllium -abyssalcraft:crystal:27, Crystallized Beryl -abyssalcraft:crystalshard:0, Crystallized Iron Shard -abyssalcraft:crystalshard:1, Crystallized Gold Shard -abyssalcraft:crystalshard:2, Crystallized Sulfur Shard -abyssalcraft:crystalshard:3, Crystallized Carbon Shard -abyssalcraft:crystalshard:4, Crystallized Oxygen Shard -abyssalcraft:crystalshard:5, Crystallized Hydrogen Shard -abyssalcraft:crystalshard:6, Crystallized Nitrogen Shard -abyssalcraft:crystalshard:7, Crystallized Phosphorus Shard -abyssalcraft:crystalshard:8, Crystallized Potassium Shard -abyssalcraft:crystalshard:9, Crystallized Nitrate Shard -abyssalcraft:crystalshard:10, Crystallized Methane Shard -abyssalcraft:crystalshard:11, Crystallized Redstone Shard -abyssalcraft:crystalshard:12, Crystallized Abyssalnite Shard -abyssalcraft:crystalshard:13, Crystallized Coralium Shard -abyssalcraft:crystalshard:14, Crystallized Dreadium Shard -abyssalcraft:crystalshard:15, Crystallized Blaze Shard -abyssalcraft:crystalshard:16, Crystallized Tin Shard -abyssalcraft:crystalshard:17, Crystallized Copper Shard -abyssalcraft:crystalshard:18, Crystallized Silicon Shard -abyssalcraft:crystalshard:19, Crystallized Magnesium Shard -abyssalcraft:crystalshard:20, Crystallized Aluminium Shard -abyssalcraft:crystalshard:21, Crystallized Silica Shard -abyssalcraft:crystalshard:22, Crystallized Alumina Shard -abyssalcraft:crystalshard:23, Crystallized Magnesia Shard -abyssalcraft:crystalshard:24, Crystallized Zinc Shard -abyssalcraft:crystalshard:25, Crystallized Calcium Shard -abyssalcraft:crystalshard:26, Crystallized Beryllium Shard -abyssalcraft:crystalshard:27, Crystallized Beryl Shard -abyssalcraft:dreadcloth, Dread Cloth -abyssalcraft:dreadplate, Dreadium Plate -abyssalcraft:dreadblade, Dreadium Katana Blade -abyssalcraft:dreadhilt, Dreadium Katana Hilt -abyssalcraft:dreadkatana, Dreadium Katana -abyssalcraft:dreadkey, Dread-plagued Gateway Key -abyssalcraft:gatewaykeyjzh, Cha'garoth's R'lyehian Gateway Key -abyssalcraft:dreadiumsamuraihelmet, Dreadium Samurai Helmet -abyssalcraft:dreadiumsamuraiplate, Dreadium Samurai Chestplate -abyssalcraft:dreadiumsamurailegs, Dreadium Samurai Leggings -abyssalcraft:dreadiumsamuraiboots, Dreadium Samurai Boots -abyssalcraft:tiningot, Tin Ingot -abyssalcraft:copperingot, Copper Ingot -abyssalcraft:antibeef, Anti-Beef -abyssalcraft:antichicken, Anti-Chicken -abyssalcraft:antipork, Anti-Pork -abyssalcraft:antiflesh, Rotten Anti-Flesh -abyssalcraft:antibone, Anti-Bone -abyssalcraft:antispidereye, Anti-Spider Eye -abyssalcraft:soulreaper, Sacthoth's Soul Reaper Blade -abyssalcraft:ethbrick, Ethaxium Brick -abyssalcraft:ethaxiumingot, Ethaxium Ingot -abyssalcraft:lifecrystal, Life Crystal -abyssalcraft:ethaxiumhelmet, Ethaxium Helmet -abyssalcraft:ethaxiumplate, Ethaxium Chestplate -abyssalcraft:ethaxiumlegs, Ethaxium Leggings -abyssalcraft:ethaxiumboots, Ethaxium Boots -abyssalcraft:ethaxiumpickaxe, Ethaxium Pickaxe -abyssalcraft:ethaxiumaxe, Ethaxium Axe -abyssalcraft:ethaxiumshovel, Ethaxium Shovel -abyssalcraft:ethaxiumsword, Ethaxium Sword -abyssalcraft:ethaxiumhoe, Ethaxium Hoe -abyssalcraft:coin, Coin -abyssalcraft:cthulhucoin, Cthulhu Engraved Coin -abyssalcraft:eldercoin, Elder Engraved Coin -abyssalcraft:jzaharcoin, J'zahar Engraved Coin -abyssalcraft:engraving_blank, Blank Coin Engraving -abyssalcraft:engraving_cthulhu, Cthulhu Coin Engraving -abyssalcraft:engraving_elder, Elder Coin Engraving -abyssalcraft:engraving_jzahar, J'zahar Coin Engraving -abyssalcraft:eldritchscale, Eldritch Scale -abyssalcraft:omotholflesh, Omothol Ghoul Flesh -abyssalcraft:anticorflesh, Anti-plagued Flesh -abyssalcraft:anticorbone, Anti-plagued Flesh on A Bone -abyssalcraft:necronomicon, Necronomicon -abyssalcraft:necronomicon_cor, Abyssal Wasteland Necronomicon -abyssalcraft:necronomicon_dre, Dreadlands Necronomicon -abyssalcraft:necronomicon_omt, Omothol Necronomicon -abyssalcraft:abyssalnomicon, Abyssalnomicon -abyssalcraft:crystalbag_small, Small Crystal Bag -abyssalcraft:crystalbag_medium, Medium Crystal Bag -abyssalcraft:crystalbag_large, Large Crystal Bag -abyssalcraft:crystalbag_huge, Huge Crystal Bag -abyssalcraft:shoggothflesh:0, Shoggoth Flesh -abyssalcraft:shoggothflesh:1, Abyssal Shoggoth Flesh -abyssalcraft:shoggothflesh:2, Dreaded Shoggoth Flesh -abyssalcraft:shoggothflesh:3, Omothol Shoggoth Flesh -abyssalcraft:shoggothflesh:4, Shadow Shoggoth Flesh -abyssalcraft:ingotnugget:0, Abyssalnite Nugget -abyssalcraft:ingotnugget:1, Refined Coralium Nugget -abyssalcraft:ingotnugget:2, Dreadium Nugget -abyssalcraft:ingotnugget:3, Ethaxium Nugget -abyssalcraft:drainstaff:0, Staff of Rending -abyssalcraft:drainstaff:1, Abyssal Wasteland Staff of Rending -abyssalcraft:drainstaff:2, Dreadlands Staff of Rending -abyssalcraft:drainstaff:3, Omothol Staff of Rending -abyssalcraft:essence:0, Abyssal Wasteland Essence -abyssalcraft:essence:1, Dreadlands Essence -abyssalcraft:essence:2, Omothol Essence -abyssalcraft:skin:0, Skin of The Abyssal Wasteland -abyssalcraft:skin:1, Skin of The Dreadlands -abyssalcraft:skin:2, Skin of Omothol -abyssalcraft:charm:0, Ritual Charm -abyssalcraft:charm:1, Ritual Charm -abyssalcraft:charm:2, Ritual Charm -abyssalcraft:charm:3, Ritual Charm -abyssalcraft:cthulhucharm:0, Cthulhu Charm -abyssalcraft:cthulhucharm:1, Cthulhu Charm -abyssalcraft:cthulhucharm:2, Cthulhu Charm -abyssalcraft:cthulhucharm:3, Cthulhu Charm -abyssalcraft:hasturcharm:0, Hastur Charm -abyssalcraft:hasturcharm:1, Hastur Charm -abyssalcraft:hasturcharm:2, Hastur Charm -abyssalcraft:hasturcharm:3, Hastur Charm -abyssalcraft:jzaharcharm:0, J'zahar Charm -abyssalcraft:jzaharcharm:1, J'zahar Charm -abyssalcraft:jzaharcharm:2, J'zahar Charm -abyssalcraft:jzaharcharm:3, J'zahar Charm -abyssalcraft:azathothcharm:0, Azathoth Charm -abyssalcraft:azathothcharm:1, Azathoth Charm -abyssalcraft:azathothcharm:2, Azathoth Charm -abyssalcraft:azathothcharm:3, Azathoth Charm -abyssalcraft:nyarlathotepcharm:0, Nyarlathotep Charm -abyssalcraft:nyarlathotepcharm:1, Nyarlathotep Charm -abyssalcraft:nyarlathotepcharm:2, Nyarlathotep Charm -abyssalcraft:nyarlathotepcharm:3, Nyarlathotep Charm -abyssalcraft:yogsothothcharm:0, Yog-Sothoth Charm -abyssalcraft:yogsothothcharm:1, Yog-Sothoth Charm -abyssalcraft:yogsothothcharm:2, Yog-Sothoth Charm -abyssalcraft:yogsothothcharm:3, Yog-Sothoth Charm -abyssalcraft:shubniggurathcharm:0, Shub-Niggurath Charm -abyssalcraft:shubniggurathcharm:1, Shub-Niggurath Charm -abyssalcraft:shubniggurathcharm:2, Shub-Niggurath Charm -abyssalcraft:shubniggurathcharm:3, Shub-Niggurath Charm -abyssalcraft:hasturcoin, Hastur Engraved Coin -abyssalcraft:azathothcoin, Azathoth Engraved Coin -abyssalcraft:nyarlathotepcoin, Nyarlathotep Engraved Coin -abyssalcraft:yogsothothcoin, Yog-Sothoth Engraved Coin -abyssalcraft:shubniggurathcoin, Shub-Niggurath Engraved Coin -abyssalcraft:engraving_hastur, Hastur Coin Engraving -abyssalcraft:engraving_azathoth, Azathoth Coin Engraving -abyssalcraft:engraving_nyarlathotep, Nyarlathotep Coin Engraving -abyssalcraft:engraving_yogsothoth, Yog-Sothoth Coin Engraving -abyssalcraft:engraving_shubniggurath, Shub-Niggurath Coin Engraving -abyssalcraft:gatekeeperessence, Essence of The Gatekeeper -abyssalcraft:interdimensionalcage, Interdimensional Cage -abyssalcraft:crystalfragment:0, Crystallized Iron Fragment -abyssalcraft:crystalfragment:1, Crystallized Gold Fragment -abyssalcraft:crystalfragment:2, Crystallized Sulfur Fragment -abyssalcraft:crystalfragment:3, Crystallized Carbon Fragment -abyssalcraft:crystalfragment:4, Crystallized Oxygen Fragment -abyssalcraft:crystalfragment:5, Crystallized Hydrogen Fragment -abyssalcraft:crystalfragment:6, Crystallized Nitrogen Fragment -abyssalcraft:crystalfragment:7, Crystallized Phosphorus Fragment -abyssalcraft:crystalfragment:8, Crystallized Potassium Fragment -abyssalcraft:crystalfragment:9, Crystallized Nitrate Fragment -abyssalcraft:crystalfragment:10, Crystallized Methane Fragment -abyssalcraft:crystalfragment:11, Crystallized Redstone Fragment -abyssalcraft:crystalfragment:12, Crystallized Abyssalnite Fragment -abyssalcraft:crystalfragment:13, Crystallized Coralium Fragment -abyssalcraft:crystalfragment:14, Crystallized Dreadium Fragment -abyssalcraft:crystalfragment:15, Crystallized Blaze Fragment -abyssalcraft:crystalfragment:16, Crystallized Tin Fragment -abyssalcraft:crystalfragment:17, Crystallized Copper Fragment -abyssalcraft:crystalfragment:18, Crystallized Silicon Fragment -abyssalcraft:crystalfragment:19, Crystallized Magnesium Fragment -abyssalcraft:crystalfragment:20, Crystallized Aluminium Fragment -abyssalcraft:crystalfragment:21, Crystallized Silica Fragment -abyssalcraft:crystalfragment:22, Crystallized Alumina Fragment -abyssalcraft:crystalfragment:23, Crystallized Magnesia Fragment -abyssalcraft:crystalfragment:24, Crystallized Zinc Fragment -abyssalcraft:crystalfragment:25, Crystallized Calcium Fragment -abyssalcraft:crystalfragment:26, Crystallized Beryllium Fragment -abyssalcraft:crystalfragment:27, Crystallized Beryl Fragment -abyssalcraft:stonetablet, Stone Tablet -abyssalcraft:scroll:0, Basic Scroll -abyssalcraft:scroll:1, Lesser Scroll -abyssalcraft:scroll:2, Moderate Scroll -abyssalcraft:scroll:3, Greater Scroll -abyssalcraft:unique_scroll:0, Antimatter Scroll -abyssalcraft:unique_scroll:1, Oblivion Scroll -abyssalcraft:antidote:0, Coralium Plague Antidote -abyssalcraft:antidote:1, Dread Plague Antidote -abyssalcraft:door_dlt, Darklands Oak Wood Door -abyssalcraft:door_drt, Dreadlands Wood Door -abyssalcraft:charcoal, Cha'rcoal -abyssalcraft:configurator, Spirit Tablet -abyssalcraft:configurator_shard:0, Spirit Tablet Shard #1 -abyssalcraft:configurator_shard:1, Spirit Tablet Shard #2 -abyssalcraft:configurator_shard:2, Spirit Tablet Shard #3 -abyssalcraft:configurator_shard:3, Spirit Tablet Shard #4 -acintegration:dust:0, Abyssalnite Dust -acintegration:dust:1, Refined Coralium Dust -acintegration:dust:2, Dreadium Dust -acintegration:moltenabyssalnite, Molten Abyssalnite -acintegration:moltencoralium, Molten Refined Coralium -acintegration:moltendreadium, Molten Dreadium -actuallyadditions:magnet_ring_bauble:0, Ring of Magnetizing -actuallyadditions:magnet_ring_bauble:0, Ring of Magnetizing -actuallyadditions:potion_ring_advanced_bauble:0, Advanced Ring of Speed -actuallyadditions:potion_ring_advanced_bauble:0, Advanced Ring of Speed -actuallyadditions:potion_ring_advanced_bauble:1, Advanced Ring of Haste -actuallyadditions:potion_ring_advanced_bauble:1, Advanced Ring of Haste -actuallyadditions:potion_ring_advanced_bauble:2, Advanced Ring of Strength -actuallyadditions:potion_ring_advanced_bauble:2, Advanced Ring of Strength -actuallyadditions:potion_ring_advanced_bauble:3, Advanced Ring of Jump Boost -actuallyadditions:potion_ring_advanced_bauble:3, Advanced Ring of Jump Boost -actuallyadditions:potion_ring_advanced_bauble:4, Advanced Ring of Regeneration -actuallyadditions:potion_ring_advanced_bauble:4, Advanced Ring of Regeneration -actuallyadditions:potion_ring_advanced_bauble:5, Advanced Ring of Resistance -actuallyadditions:potion_ring_advanced_bauble:5, Advanced Ring of Resistance -actuallyadditions:potion_ring_advanced_bauble:6, Advanced Ring of Fire Resistance -actuallyadditions:potion_ring_advanced_bauble:6, Advanced Ring of Fire Resistance -actuallyadditions:potion_ring_advanced_bauble:7, Advanced Ring of Water Breathing -actuallyadditions:potion_ring_advanced_bauble:7, Advanced Ring of Water Breathing -actuallyadditions:potion_ring_advanced_bauble:8, Advanced Ring of Invisibility -actuallyadditions:potion_ring_advanced_bauble:8, Advanced Ring of Invisibility -actuallyadditions:potion_ring_advanced_bauble:9, Advanced Ring of Night Vision -actuallyadditions:potion_ring_advanced_bauble:9, Advanced Ring of Night Vision -actuallyadditions:battery_bauble:0, Single Battery -actuallyadditions:battery_bauble:0, Single Battery -actuallyadditions:battery_double_bauble:0, Double Battery -actuallyadditions:battery_double_bauble:0, Double Battery -actuallyadditions:battery_triple_bauble:0, Triple Battery -actuallyadditions:battery_triple_bauble:0, Triple Battery -actuallyadditions:battery_quadruple_bauble:0, Quadruple Battery -actuallyadditions:battery_quadruple_bauble:0, Quadruple Battery -actuallyadditions:battery_quintuple_bauble:0, Quintuple Battery -actuallyadditions:battery_quintuple_bauble:0, Quintuple Battery -actuallyadditions:block_canola_oil, Canola Oil -actuallyadditions:block_refined_canola_oil, Refined Canola Oil -actuallyadditions:block_crystal_oil, Crystallized Oil -actuallyadditions:block_empowered_oil, Empowered Oil -actuallyadditions:block_crystal_cluster_redstone, Red Crystal Cluster -actuallyadditions:block_crystal_cluster_lapis, Blue Crystal Cluster -actuallyadditions:block_crystal_cluster_diamond, Light Blue Crystal Cluster -actuallyadditions:block_crystal_cluster_coal, Black Crystal Cluster -actuallyadditions:block_crystal_cluster_emerald, Green Crystal Cluster -actuallyadditions:block_crystal_cluster_iron, White Crystal Cluster -actuallyadditions:block_battery_box, Battery Box -actuallyadditions:block_item_viewer_hopping, Hopping Item Interface -actuallyadditions:block_farmer, Farmer -actuallyadditions:block_bio_reactor, Bio Reactor -actuallyadditions:block_empowerer, Empowerer -actuallyadditions:block_tiny_torch, Tiny Torch -actuallyadditions:block_shock_suppressor, Shock Absorber -actuallyadditions:block_display_stand, Display Stand -actuallyadditions:block_player_interface, Player Interface -actuallyadditions:block_item_viewer, Item Interface -actuallyadditions:block_firework_box, Firework Box -actuallyadditions:block_miner, Vertical Digger -actuallyadditions:block_atomic_reconstructor, Atomic Reconstructor -actuallyadditions:block_crystal:0, Restonia Crystal Block -actuallyadditions:block_crystal:1, Palis Crystal Block -actuallyadditions:block_crystal:2, Diamatine Crystal Block -actuallyadditions:block_crystal:3, Void Crystal Block -actuallyadditions:block_crystal:4, Emeradic Crystal Block -actuallyadditions:block_crystal:5, Enori Crystal Block -actuallyadditions:block_crystal_empowered:0, Empowered Restonia Crystal Block -actuallyadditions:block_crystal_empowered:1, Empowered Palis Crystal Block -actuallyadditions:block_crystal_empowered:2, Empowered Diamatine Crystal Block -actuallyadditions:block_crystal_empowered:3, Empowered Void Crystal Block -actuallyadditions:block_crystal_empowered:4, Empowered Emeradic Crystal Block -actuallyadditions:block_crystal_empowered:5, Empowered Enori Crystal Block -actuallyadditions:block_black_lotus, Black Lotus -actuallyadditions:block_laser_relay, Energy Laser Relay -actuallyadditions:block_laser_relay_advanced, Advanced Energy Laser Relay -actuallyadditions:block_laser_relay_extreme, Extreme Energy Laser Relay -actuallyadditions:block_laser_relay_fluids, Fluid Laser Relay -actuallyadditions:block_laser_relay_item, Item Laser Relay -actuallyadditions:block_laser_relay_item_whitelist, Advanced Item Laser Relay -actuallyadditions:block_ranged_collector, Ranged Collector -actuallyadditions:block_directional_breaker, Long-Range Breaker -actuallyadditions:block_leaf_generator, Leaf-Eating Generator -actuallyadditions:block_smiley_cloud, Smiley Cloud -actuallyadditions:block_xp_solidifier, Experience Solidifier -actuallyadditions:block_testifi_bucks_green_wall, Ethetic Green Block -actuallyadditions:block_testifi_bucks_white_wall, Ethetic Quartz -actuallyadditions:block_testifi_bucks_green_stairs, Ethetic Green Stairs -actuallyadditions:block_testifi_bucks_white_stairs, Ethetic Quartz Stairs -actuallyadditions:block_testifi_bucks_green_slab, Ethetic Green Slab -actuallyadditions:block_testifi_bucks_white_slab, Ethetic Quartz Slab -actuallyadditions:block_testifi_bucks_green_fence, Ethetic Green Wall -actuallyadditions:block_testifi_bucks_white_fence, Ethetic Quartz Wall -actuallyadditions:block_colored_lamp:0, White Lamp -actuallyadditions:block_colored_lamp:1, Orange Lamp -actuallyadditions:block_colored_lamp:2, Magenta Lamp -actuallyadditions:block_colored_lamp:3, Light Blue Lamp -actuallyadditions:block_colored_lamp:4, Yellow Lamp -actuallyadditions:block_colored_lamp:5, Lime Lamp -actuallyadditions:block_colored_lamp:6, Pink Lamp -actuallyadditions:block_colored_lamp:7, Gray Lamp -actuallyadditions:block_colored_lamp:8, Light Gray Lamp -actuallyadditions:block_colored_lamp:9, Cyan Lamp -actuallyadditions:block_colored_lamp:10, Purple Lamp -actuallyadditions:block_colored_lamp:11, Blue Lamp -actuallyadditions:block_colored_lamp:12, Brown Lamp -actuallyadditions:block_colored_lamp:13, Green Lamp -actuallyadditions:block_colored_lamp:14, Red Lamp -actuallyadditions:block_colored_lamp:15, Black Lamp -actuallyadditions:block_colored_lamp_on:0, White Lamp (On) -actuallyadditions:block_colored_lamp_on:1, Orange Lamp (On) -actuallyadditions:block_colored_lamp_on:2, Magenta Lamp (On) -actuallyadditions:block_colored_lamp_on:3, Light Blue Lamp (On) -actuallyadditions:block_colored_lamp_on:4, Yellow Lamp (On) -actuallyadditions:block_colored_lamp_on:5, Lime Lamp (On) -actuallyadditions:block_colored_lamp_on:6, Pink Lamp (On) -actuallyadditions:block_colored_lamp_on:7, Gray Lamp (On) -actuallyadditions:block_colored_lamp_on:8, Light Gray Lamp (On) -actuallyadditions:block_colored_lamp_on:9, Cyan Lamp (On) -actuallyadditions:block_colored_lamp_on:10, Purple Lamp (On) -actuallyadditions:block_colored_lamp_on:11, Blue Lamp (On) -actuallyadditions:block_colored_lamp_on:12, Brown Lamp (On) -actuallyadditions:block_colored_lamp_on:13, Green Lamp (On) -actuallyadditions:block_colored_lamp_on:14, Red Lamp (On) -actuallyadditions:block_colored_lamp_on:15, Black Lamp (On) -actuallyadditions:block_lamp_powerer, Lamp Controller -actuallyadditions:block_treasure_chest, Treasure Chest -actuallyadditions:block_energizer, Energizer -actuallyadditions:block_enervator, Enervator -actuallyadditions:block_lava_factory_controller, Lava Factory Controller -actuallyadditions:block_canola_press, Canola Press -actuallyadditions:block_phantomface, Phantomface -actuallyadditions:block_phantom_placer, Phantom Placer -actuallyadditions:block_phantom_liquiface, Phantom Liquiface -actuallyadditions:block_phantom_energyface, Phantom Energyface -actuallyadditions:block_phantom_redstoneface, Phantom Redstoneface -actuallyadditions:block_phantom_breaker, Phantom Breaker -actuallyadditions:block_coal_generator, Coal Generator -actuallyadditions:block_oil_generator, Oil Generator -actuallyadditions:block_fermenting_barrel, Fermenting Barrel -actuallyadditions:block_rice, Rice Plant -actuallyadditions:block_canola, Canola Plant -actuallyadditions:block_flax, Flax Plant -actuallyadditions:block_coffee, Coffee Plant -actuallyadditions:block_compost, Compost -actuallyadditions:block_misc:0, Pillar of Black Quartz -actuallyadditions:block_misc:1, Chiseled Block of Black Quartz -actuallyadditions:block_misc:2, Block of Black Quartz -actuallyadditions:block_misc:3, Black Quartz Ore -actuallyadditions:block_misc:4, Wood Casing -actuallyadditions:block_misc:5, Block of Charcoal -actuallyadditions:block_misc:6, Block of Enderpearl -actuallyadditions:block_misc:7, Casing -actuallyadditions:block_misc:8, Ender Casing -actuallyadditions:block_misc:9, Iron Casing -actuallyadditions:block_feeder, Automatic Feeder -actuallyadditions:block_giant_chest, Small Storage Crate -actuallyadditions:block_giant_chest_medium, Medium Storage Crate -actuallyadditions:block_giant_chest_large, Large Storage Crate -actuallyadditions:block_grinder, Crusher -actuallyadditions:block_grinder_double, Double Crusher -actuallyadditions:block_furnace_double, Powered Furnace -actuallyadditions:block_inputter, ESD -actuallyadditions:block_inputter_advanced, Advanced ESD -actuallyadditions:block_fishing_net, Fishing Net -actuallyadditions:block_furnace_solar, Solar Panel -actuallyadditions:block_heat_collector, Heat Collector -actuallyadditions:block_item_repairer, Item Repairer -actuallyadditions:block_greenhouse_glass, Greenhouse Glass -actuallyadditions:block_breaker, Auto-Breaker -actuallyadditions:block_placer, Auto-Placer -actuallyadditions:block_dropper, Automatic Precision Dropper -actuallyadditions:block_fluid_placer, Fluid Placer -actuallyadditions:block_fluid_collector, Fluid Collector -actuallyadditions:block_coffee_machine, Coffee Maker -actuallyadditions:block_phantom_booster, Phantom Booster -actuallyadditions:block_wild:0, Wild Canola -actuallyadditions:block_wild:1, Wild Flax -actuallyadditions:block_wild:2, Wild Rice -actuallyadditions:block_wild:3, Wild Coffee -actuallyadditions:block_quartz_wall, Black Quartz Wall -actuallyadditions:block_chiseled_quartz_wall, Chiseled Black Quartz Wall -actuallyadditions:block_pillar_quartz_wall, Black Quartz Pillar Wall -actuallyadditions:block_quartz_stair, Black Quartz Stairs -actuallyadditions:block_chiseled_quartz_stair, Chiseled Black Quartz Stairs -actuallyadditions:block_pillar_quartz_stair, Black Quartz Pillar Stairs -actuallyadditions:block_quartz_slab, Black Quartz Slab -actuallyadditions:block_chiseled_quartz_slab, Chiseled Black Quartz Slab -actuallyadditions:block_pillar_quartz_slab, Black Quartz Pillar Slab -actuallyadditions:item_crystal_shard:0, Red Crystal Shard -actuallyadditions:item_crystal_shard:1, Blue Crystal Shard -actuallyadditions:item_crystal_shard:2, Light Blue Crystal Shard -actuallyadditions:item_crystal_shard:3, Black Crystal Shard -actuallyadditions:item_crystal_shard:4, Green Crystal Shard -actuallyadditions:item_crystal_shard:5, White Crystal Shard -actuallyadditions:item_engineer_goggles_advanced, Engineer's Infrared Goggles -actuallyadditions:item_engineer_goggles, Engineer's Goggles -actuallyadditions:item_laser_upgrade_range, Laser Relay Modifier: Range -actuallyadditions:item_laser_upgrade_invisibility, Laser Relay Modifier: Invisibility -actuallyadditions:item_filling_wand:0, Handheld Filler -actuallyadditions:item_filling_wand:0, Handheld Filler -actuallyadditions:item_bag, Traveler's Sack -actuallyadditions:item_void_bag, Void Sack -actuallyadditions:item_worm, Worm -actuallyadditions:item_player_probe, Player Probe -actuallyadditions:item_filter, Item Filter -actuallyadditions:item_water_bowl, Bowl of Water -actuallyadditions:item_spawner_changer, Spawner Changer -actuallyadditions:item_misc:0, Paper Cone -actuallyadditions:item_misc:1, Bio-Mash -actuallyadditions:item_misc:2, Knife Blade -actuallyadditions:item_misc:3, Knife Handle -actuallyadditions:item_misc:4, Dough -actuallyadditions:item_misc:5, Black Quartz -actuallyadditions:item_misc:6, Ring -actuallyadditions:item_misc:7, Basic Coil -actuallyadditions:item_misc:8, Advanced Coil -actuallyadditions:item_misc:9, Rice Dough -actuallyadditions:item_misc:10, Tiny Coal -actuallyadditions:item_misc:11, Tiny Charcoal -actuallyadditions:item_misc:12, Rice Slimeball -actuallyadditions:item_misc:13, Canola -actuallyadditions:item_misc:14, Empty Cup -actuallyadditions:item_misc:15, Bat's Wing -actuallyadditions:item_misc:16, Drill Core -actuallyadditions:item_misc:17, Black Dye -actuallyadditions:item_misc:18, Lens -actuallyadditions:item_misc:19, Ender Star -actuallyadditions:item_misc:20, Spawner Shards -actuallyadditions:item_misc:21, Biomass -actuallyadditions:item_misc:22, Bio Coal -actuallyadditions:item_misc:23, Crystallized Canola Seed -actuallyadditions:item_misc:24, Empowered Canola Seed -actuallyadditions:item_crate_keeper, Storage Crate Keeper -actuallyadditions:item_color_lens, Lens of Color -actuallyadditions:item_explosion_lens, Lens of Detonation -actuallyadditions:item_damage_lens, Lens of Certain Death -actuallyadditions:item_more_damage_lens, Lens of the Killer -actuallyadditions:item_disenchanting_lens, Lens of Disenchanting -actuallyadditions:item_mining_lens, Lens of the Miner -actuallyadditions:item_crystal:0, Restonia Crystal -actuallyadditions:item_crystal:1, Palis Crystal -actuallyadditions:item_crystal:2, Diamatine Crystal -actuallyadditions:item_crystal:3, Void Crystal -actuallyadditions:item_crystal:4, Emeradic Crystal -actuallyadditions:item_crystal:5, Enori Crystal -actuallyadditions:item_crystal_empowered:0, Empowered Restonia Crystal -actuallyadditions:item_crystal_empowered:1, Empowered Palis Crystal -actuallyadditions:item_crystal_empowered:2, Empowered Diamatine Crystal -actuallyadditions:item_crystal_empowered:3, Empowered Void Crystal -actuallyadditions:item_crystal_empowered:4, Empowered Emeradic Crystal -actuallyadditions:item_crystal_empowered:5, Empowered Enori Crystal -actuallyadditions:item_laser_wrench, Laser Wrench -actuallyadditions:item_chest_to_crate_upgrade, Chest To Storage Crate Upgrade -actuallyadditions:item_small_to_medium_crate_upgrade, Small To Medium Storage Crate Upgrade -actuallyadditions:item_medium_to_large_crate_upgrade, Medium To Large Storage Crate Upgrade -actuallyadditions:item_booklet, Actually Additions Manual -actuallyadditions:item_growth_ring:0, Ring of Growth -actuallyadditions:item_growth_ring:0, Ring of Growth -actuallyadditions:item_suction_ring:0, Ring of Magnetizing -actuallyadditions:item_suction_ring:0, Ring of Magnetizing -actuallyadditions:item_water_removal_ring:0, Ring of Liquid Banning -actuallyadditions:item_water_removal_ring:0, Ring of Liquid Banning -actuallyadditions:item_helm_emerald, Emerald Helmet -actuallyadditions:item_chest_emerald, Emerald Chestplate -actuallyadditions:item_pants_emerald, Emerald Pants -actuallyadditions:item_boots_emerald, Emerald Boots -actuallyadditions:item_helm_obsidian, Obsidian Helmet -actuallyadditions:item_chest_obsidian, Obsidian Chestplate -actuallyadditions:item_pants_obsidian, Obsidian Pants -actuallyadditions:item_boots_obsidian, Obsidian Boots -actuallyadditions:item_helm_quartz, Black Quartz Helmet -actuallyadditions:item_chest_quartz, Black Quartz Chestplate -actuallyadditions:item_pants_quartz, Black Quartz Pants -actuallyadditions:item_boots_quartz, Black Quartz Boots -actuallyadditions:item_tele_staff:0, Teleport Staff -actuallyadditions:item_tele_staff:0, Teleport Staff -actuallyadditions:item_wings_of_the_bats, Wings Of The Bats -actuallyadditions:item_drill:0, Drill -actuallyadditions:item_drill:0, Drill -actuallyadditions:item_drill:1, Drill -actuallyadditions:item_drill:1, Drill -actuallyadditions:item_drill:2, Drill -actuallyadditions:item_drill:2, Drill -actuallyadditions:item_drill:3, Drill -actuallyadditions:item_drill:3, Drill -actuallyadditions:item_drill:4, Drill -actuallyadditions:item_drill:4, Drill -actuallyadditions:item_drill:5, Drill -actuallyadditions:item_drill:5, Drill -actuallyadditions:item_drill:6, Drill -actuallyadditions:item_drill:6, Drill -actuallyadditions:item_drill:7, Drill -actuallyadditions:item_drill:7, Drill -actuallyadditions:item_drill:8, Drill -actuallyadditions:item_drill:8, Drill -actuallyadditions:item_drill:9, Drill -actuallyadditions:item_drill:9, Drill -actuallyadditions:item_drill:10, Drill -actuallyadditions:item_drill:10, Drill -actuallyadditions:item_drill:11, Drill -actuallyadditions:item_drill:11, Drill -actuallyadditions:item_drill:12, Drill -actuallyadditions:item_drill:12, Drill -actuallyadditions:item_drill:13, Drill -actuallyadditions:item_drill:13, Drill -actuallyadditions:item_drill:14, Drill -actuallyadditions:item_drill:14, Drill -actuallyadditions:item_drill:15, Drill -actuallyadditions:item_drill:15, Drill -actuallyadditions:item_battery:0, Single Battery -actuallyadditions:item_battery:0, Single Battery -actuallyadditions:item_battery_double:0, Double Battery -actuallyadditions:item_battery_double:0, Double Battery -actuallyadditions:item_battery_triple:0, Triple Battery -actuallyadditions:item_battery_triple:0, Triple Battery -actuallyadditions:item_battery_quadruple:0, Quadruple Battery -actuallyadditions:item_battery_quadruple:0, Quadruple Battery -actuallyadditions:item_battery_quintuple:0, Quintuple Battery -actuallyadditions:item_battery_quintuple:0, Quintuple Battery -actuallyadditions:item_drill_upgrade_speed, Drill Speed Augment I -actuallyadditions:item_drill_upgrade_speed_ii, Drill Speed Augment II -actuallyadditions:item_drill_upgrade_speed_iii, Drill Speed Augment III -actuallyadditions:item_drill_upgrade_silk_touch, Drill Silk Touch Augment -actuallyadditions:item_drill_upgrade_fortune, Drill Fortune Augment I -actuallyadditions:item_drill_upgrade_fortune_ii, Drill Fortune Augment II (Gives Fortune III!) -actuallyadditions:item_drill_upgrade_three_by_three, Drill Mining Augment I -actuallyadditions:item_drill_upgrade_five_by_five, Drill Mining Augment II -actuallyadditions:item_drill_upgrade_block_placing, Drill Block Placing Augment -actuallyadditions:item_fertilizer, Fertilizer -actuallyadditions:item_coffee, Cup with Coffee -actuallyadditions:item_phantom_connector, Phantom Connector -actuallyadditions:item_resonant_rice, Resonant Rice -actuallyadditions:item_food:0, Cheese -actuallyadditions:item_food:1, Pumpkin Stew -actuallyadditions:item_food:2, Carrot Juice -actuallyadditions:item_food:3, Fish 'N' Chips -actuallyadditions:item_food:4, French Fries -actuallyadditions:item_food:5, French Fry -actuallyadditions:item_food:6, Spaghetti -actuallyadditions:item_food:7, Noodle -actuallyadditions:item_food:8, Chocolate Cake -actuallyadditions:item_food:9, Chocolate -actuallyadditions:item_food:10, Toast -actuallyadditions:item_food:11, Submarine Sandwich -actuallyadditions:item_food:12, Big Cookie -actuallyadditions:item_food:13, Hamburger -actuallyadditions:item_food:14, Pizza -actuallyadditions:item_food:15, Baguette -actuallyadditions:item_food:16, Rice -actuallyadditions:item_food:17, Rice Bread -actuallyadditions:item_food:18, Doughnut -actuallyadditions:item_food:19, Toast o' Chocolate -actuallyadditions:item_food:20, Bacon -actuallyadditions:item_jam:0, CuBaRa-Jam -actuallyadditions:item_jam:1, GraKiBa-Jam -actuallyadditions:item_jam:2, PlApLe-Jam -actuallyadditions:item_jam:3, ChApCi-Jam -actuallyadditions:item_jam:4, HoMeKi-Jam -actuallyadditions:item_jam:5, PiCo-Jam -actuallyadditions:item_jam:6, HoMeCo-Jam -actuallyadditions:item_knife, Knife -actuallyadditions:item_crafter_on_a_stick, Crafting Table On A Stick -actuallyadditions:item_dust:0, Crushed Iron -actuallyadditions:item_dust:1, Crushed Gold -actuallyadditions:item_dust:2, Crushed Diamond -actuallyadditions:item_dust:3, Crushed Emerald -actuallyadditions:item_dust:4, Crushed Lapis -actuallyadditions:item_dust:5, Crushed Quartz -actuallyadditions:item_dust:6, Crushed Coal -actuallyadditions:item_dust:7, Crushed Black Quartz -actuallyadditions:item_solidified_experience, Solidified Experience -actuallyadditions:item_leaf_blower, Leaf Blower -actuallyadditions:item_leaf_blower_advanced, Advanced Leaf Blower -actuallyadditions:item_potion_ring:0, Ring of Speed -actuallyadditions:item_potion_ring:0, Ring of Speed -actuallyadditions:item_potion_ring:1, Ring of Haste -actuallyadditions:item_potion_ring:1, Ring of Haste -actuallyadditions:item_potion_ring:2, Ring of Strength -actuallyadditions:item_potion_ring:2, Ring of Strength -actuallyadditions:item_potion_ring:3, Ring of Jump Boost -actuallyadditions:item_potion_ring:3, Ring of Jump Boost -actuallyadditions:item_potion_ring:4, Ring of Regeneration -actuallyadditions:item_potion_ring:4, Ring of Regeneration -actuallyadditions:item_potion_ring:5, Ring of Resistance -actuallyadditions:item_potion_ring:5, Ring of Resistance -actuallyadditions:item_potion_ring:6, Ring of Fire Resistance -actuallyadditions:item_potion_ring:6, Ring of Fire Resistance -actuallyadditions:item_potion_ring:7, Ring of Water Breathing -actuallyadditions:item_potion_ring:7, Ring of Water Breathing -actuallyadditions:item_potion_ring:8, Ring of Invisibility -actuallyadditions:item_potion_ring:8, Ring of Invisibility -actuallyadditions:item_potion_ring:9, Ring of Night Vision -actuallyadditions:item_potion_ring:9, Ring of Night Vision -actuallyadditions:item_potion_ring_advanced:0, Advanced Ring of Speed -actuallyadditions:item_potion_ring_advanced:0, Advanced Ring of Speed -actuallyadditions:item_potion_ring_advanced:1, Advanced Ring of Haste -actuallyadditions:item_potion_ring_advanced:1, Advanced Ring of Haste -actuallyadditions:item_potion_ring_advanced:2, Advanced Ring of Strength -actuallyadditions:item_potion_ring_advanced:2, Advanced Ring of Strength -actuallyadditions:item_potion_ring_advanced:3, Advanced Ring of Jump Boost -actuallyadditions:item_potion_ring_advanced:3, Advanced Ring of Jump Boost -actuallyadditions:item_potion_ring_advanced:4, Advanced Ring of Regeneration -actuallyadditions:item_potion_ring_advanced:4, Advanced Ring of Regeneration -actuallyadditions:item_potion_ring_advanced:5, Advanced Ring of Resistance -actuallyadditions:item_potion_ring_advanced:5, Advanced Ring of Resistance -actuallyadditions:item_potion_ring_advanced:6, Advanced Ring of Fire Resistance -actuallyadditions:item_potion_ring_advanced:6, Advanced Ring of Fire Resistance -actuallyadditions:item_potion_ring_advanced:7, Advanced Ring of Water Breathing -actuallyadditions:item_potion_ring_advanced:7, Advanced Ring of Water Breathing -actuallyadditions:item_potion_ring_advanced:8, Advanced Ring of Invisibility -actuallyadditions:item_potion_ring_advanced:8, Advanced Ring of Invisibility -actuallyadditions:item_potion_ring_advanced:9, Advanced Ring of Night Vision -actuallyadditions:item_potion_ring_advanced:9, Advanced Ring of Night Vision -actuallyadditions:item_hairy_ball, Ball of Fur -actuallyadditions:item_coffee_beans, Coffee Beans -actuallyadditions:item_rice_seed, Rice Seeds -actuallyadditions:item_canola_seed, Canola Seeds -actuallyadditions:item_flax_seed, Flax Seeds -actuallyadditions:item_coffee_seed, Coffee Seeds -actuallyadditions:item_pickaxe_emerald, Emerald Pickaxe -actuallyadditions:item_axe_emerald, Emerald Axe -actuallyadditions:item_shovel_emerald, Emerald Shovel -actuallyadditions:item_sword_emerald, Emerald Sword -actuallyadditions:item_hoe_emerald, Emerald Hoe -actuallyadditions:item_pickaxe_obsidian, Obsidian Pickaxe -actuallyadditions:item_axe_obsidian, Obsidian Axe -actuallyadditions:item_shovel_obsidian, Obsidian Shovel -actuallyadditions:item_sword_obsidian, Obsidian Sword -actuallyadditions:item_hoe_obsidian, Obsidian Hoe -actuallyadditions:item_pickaxe_quartz, Black Quartz Pickaxe -actuallyadditions:item_axe_quartz, Black Quartz Axe -actuallyadditions:item_shovel_quartz, Black Quartz Shovel -actuallyadditions:item_sword_quartz, Black Quartz Sword -actuallyadditions:item_hoe_quartz, Black Quartz Hoe -actuallyadditions:wooden_paxel, Wooden AIOT -actuallyadditions:stone_paxel, Stone AIOT -actuallyadditions:iron_paxel, Iron AIOT -actuallyadditions:gold_paxel, Golden AIOT -actuallyadditions:diamond_paxel, Diamond AIOT -actuallyadditions:emerald_paxel, Emerald AIOT -actuallyadditions:obsidian_paxel, Obsidian AIOT -actuallyadditions:quartz_paxel, Black Quartz AIOT -actuallyadditions:item_pickaxe_crystal_red, Restonia Crystal Pickaxe -actuallyadditions:item_axe_crystal_red, Restonia Crystal Axe -actuallyadditions:item_shovel_crystal_red, Restonia Crystal Shovel -actuallyadditions:item_sword_crystal_red, Restonia Crystal Sword -actuallyadditions:item_hoe_crystal_red, Restonia Crystal Hoe -actuallyadditions:item_helm_crystal_red, Restonia Crystal Helmet -actuallyadditions:item_chest_crystal_red, Restonia Crystal Chestplate -actuallyadditions:item_pants_crystal_red, Restonia Crystal Pants -actuallyadditions:item_boots_crystal_red, Restonia Crystal Boots -actuallyadditions:item_paxel_crystal_red, Restonia Crystal AIOT -actuallyadditions:item_pickaxe_crystal_blue, Palis Crystal Pickaxe -actuallyadditions:item_axe_crystal_blue, Palis Crystal Axe -actuallyadditions:item_shovel_crystal_blue, Palis Crystal Shovel -actuallyadditions:item_sword_crystal_blue, Palis Crystal Sword -actuallyadditions:item_hoe_crystal_blue, Palis Crystal Hoe -actuallyadditions:item_helm_crystal_blue, Palis Crystal Helmet -actuallyadditions:item_chest_crystal_blue, Palis Crystal Chestplate -actuallyadditions:item_pants_crystal_blue, Palis Crystal Pants -actuallyadditions:item_boots_crystal_blue, Palis Crystal Boots -actuallyadditions:item_paxel_crystal_blue, Palis Crystal AIOT -actuallyadditions:item_pickaxe_crystal_light_blue, Diamatine Crystal Pickaxe -actuallyadditions:item_axe_crystal_light_blue, Diamatine Crystal Axe -actuallyadditions:item_shovel_crystal_light_blue, Diamatine Crystal Shovel -actuallyadditions:item_sword_crystal_light_blue, Diamatine Crystal Sword -actuallyadditions:item_hoe_crystal_light_blue, Diamatine Crystal Hoe -actuallyadditions:item_helm_crystal_light_blue, Diamatine Crystal Helmet -actuallyadditions:item_chest_crystal_light_blue, Diamatine Crystal Chestplate -actuallyadditions:item_pants_crystal_light_blue, Diamatine Crystal Pants -actuallyadditions:item_boots_crystal_light_blue, Diamatine Crystal Boots -actuallyadditions:item_paxel_crystal_light_blue, Diamatine Crystal AIOT -actuallyadditions:item_pickaxe_crystal_black, Void Crystal Pickaxe -actuallyadditions:item_axe_crystal_black, Void Crystal Axe -actuallyadditions:item_shovel_crystal_black, Void Crystal Shovel -actuallyadditions:item_sword_crystal_black, Void Crystal Sword -actuallyadditions:item_hoe_crystal_black, Void Crystal Hoe -actuallyadditions:item_helm_crystal_black, Void Crystal Helmet -actuallyadditions:item_chest_crystal_black, Void Crystal Chestplate -actuallyadditions:item_pants_crystal_black, Void Crystal Pants -actuallyadditions:item_boots_crystal_black, Void Crystal Boots -actuallyadditions:item_paxel_crystal_black, Void Crystal AIOT -actuallyadditions:item_pickaxe_crystal_green, Emeradic Crystal Pickaxe -actuallyadditions:item_axe_crystal_green, Emeradic Crystal Axe -actuallyadditions:item_shovel_crystal_green, Emeradic Crystal Shovel -actuallyadditions:item_sword_crystal_green, Emeradic Crystal Sword -actuallyadditions:item_hoe_crystal_green, Emeradic Crystal Hoe -actuallyadditions:item_helm_crystal_green, Emeradic Crystal Helmet -actuallyadditions:item_chest_crystal_green, Emeradic Crystal Chest -actuallyadditions:item_pants_crystal_green, Emeradic Crystal Pants -actuallyadditions:item_boots_crystal_green, Emeradic Crystal Boots -actuallyadditions:item_paxel_crystal_green, Emeradic Crystal AIOT -actuallyadditions:item_pickaxe_crystal_white, Enori Crystal Pickaxe -actuallyadditions:item_axe_crystal_white, Enori Crystal Axe -actuallyadditions:item_shovel_crystal_white, Enori Crystal Shovel -actuallyadditions:item_sword_crystal_white, Enori Crystal Sword -actuallyadditions:item_hoe_crystal_white, Enori Crystal Hoe -actuallyadditions:item_helm_crystal_white, Enori Crystal Helmet -actuallyadditions:item_chest_crystal_white, Enori Crystal Chest -actuallyadditions:item_pants_crystal_white, Enori Crystal Pants -actuallyadditions:item_boots_crystal_white, Enori Crystal Boots -actuallyadditions:item_paxel_crystal_white, Enori Crystal AIOT -buildcraftcore:spring:0, Water Spring -buildcraftcore:spring:1, Oil Spring -buildcraftcore:decorated:0, tile.decorated.destroy.name -buildcraftcore:decorated:1, Blueprint (Decoration) -buildcraftcore:decorated:2, Template (Decoration) -buildcraftcore:decorated:3, tile.decorated.paper.name -buildcraftcore:decorated:4, tile.decorated.leather.name -buildcraftcore:decorated:5, Laser (Decoration) -buildcraftcore:marker_volume, Land Mark -buildcraftcore:marker_path, Path Mark -buildcraftcore:engine:0, Redstone Engine -buildcraftcore:engine:1, Stirling Engine -buildcraftcore:engine:2, Combustion Engine -buildcraftcore:engine:3, Creative Engine -buildcraftcore:wrench, Wrench -buildcraftcore:gear_wood, Wood Gear -buildcraftcore:gear_stone, Stone Gear -buildcraftcore:gear_iron, Iron Gear -buildcraftcore:gear_gold, Gold Gear -buildcraftcore:gear_diamond, Diamond Gear -buildcraftcore:paintbrush:64, Paintbrush -buildcraftcore:paintbrush:0, §z§0§fWhite§r Paintbrush -buildcraftcore:paintbrush:0, §z§1§6Orange§r Paintbrush -buildcraftcore:paintbrush:0, §z§2§dMagenta§r Paintbrush -buildcraftcore:paintbrush:0, §z§3§bLight Blue§r Paintbrush -buildcraftcore:paintbrush:0, §z§4§eYellow§r Paintbrush -buildcraftcore:paintbrush:0, §z§5§aLime§r Paintbrush -buildcraftcore:paintbrush:0, §z§6§dPink§r Paintbrush -buildcraftcore:paintbrush:0, §z§7§7Gray§r Paintbrush -buildcraftcore:paintbrush:0, §z§8§7Light Gray§r Paintbrush -buildcraftcore:paintbrush:0, §z§9§3Cyan§r Paintbrush -buildcraftcore:paintbrush:0, §z§a§dPurple§r Paintbrush -buildcraftcore:paintbrush:0, §9§9Blue§r Paintbrush -buildcraftcore:paintbrush:0, §z§c§6Brown§r Paintbrush -buildcraftcore:paintbrush:0, §z§d§aGreen§r Paintbrush -buildcraftcore:paintbrush:0, §z§e§cRed§r Paintbrush -buildcraftcore:paintbrush:0, §0§7Black§r Paintbrush -buildcraftcore:list, List -buildcraftcore:map_location:0, Map Location -buildcraftcore:marker_connector, Marker Connector -buildcraftcore:volume_box, item.volume_box.name -buildcraftcore:fragile_fluid_shard, Fragile %s Shard -buildcraftbuilders:snapshot:2, Blueprint -buildcraftbuilders:snapshot:0, Template -buildcraftbuilders:schematic_single:0, Single Block Schematic -buildcraftbuilders:filler_planner, Filler Planner -buildcraftbuilders:filler, Filler -buildcraftbuilders:builder, Builder -buildcraftbuilders:architect, Architect Table -buildcraftbuilders:library, Electronic Library -buildcraftbuilders:replacer, tile.replacerBlock.name -buildcraftbuilders:frame, Frame -buildcraftbuilders:quarry, Quarry -buildcraftenergy:glob_of_oil, item.globOil.name -buildcraftfactory:autoworkbench_item, Auto Workbench -buildcraftfactory:mining_well, Mining Well -buildcraftfactory:pump, Pump -buildcraftfactory:flood_gate, Flood Gate -buildcraftfactory:tank, Tank -buildcraftfactory:chute, Chute -buildcraftfactory:distiller, Distiller -buildcraftfactory:heat_exchange, Heat Exchanger -buildcraftfactory:water_gel_spawn, Water Gelifier -buildcraftfactory:gel, Gelled Water -techreborn:dust:0, Almandine Dust -techreborn:dust:1, Aluminium Dust -techreborn:dust:2, Andradite Dust -techreborn:dust:3, Ashes -techreborn:dust:4, Basalt Dust -techreborn:dust:5, Bauxite Dust -techreborn:dust:6, Brass Dust -techreborn:dust:7, Bronze Dust -techreborn:dust:8, Calcite Dust -techreborn:dust:9, Charcoal Dust -techreborn:dust:10, Chrome Dust -techreborn:dust:11, Cinnabar Dust -techreborn:dust:12, Clay Dust -techreborn:dust:13, Coal Dust -techreborn:dust:14, Copper Dust -techreborn:dust:15, Dark Ashes -techreborn:dust:16, Diamond Dust -techreborn:dust:17, Electrum Dust -techreborn:dust:18, Emerald Dust -techreborn:dust:19, Ender Eye Dust -techreborn:dust:20, Ender Pearl Dust -techreborn:dust:21, Endstone Dust -techreborn:dust:22, Flint Dust -techreborn:dust:23, Galena Dust -techreborn:dust:24, Gold Dust -techreborn:dust:25, Grossular Dust -techreborn:dust:26, Invar Dust -techreborn:dust:27, Iron Dust -techreborn:dust:28, Lazurite Dust -techreborn:dust:29, Lead Dust -techreborn:dust:30, Magnesium Dust -techreborn:dust:31, Manganese Dust -techreborn:dust:32, Marble Dust -techreborn:dust:33, Netherrack Dust -techreborn:dust:34, Nickel Dust -techreborn:dust:35, Obsidian Dust -techreborn:dust:36, Peridot Dust -techreborn:dust:37, Phosphorous Dust -techreborn:dust:38, Platinum Dust -techreborn:dust:39, Pyrite Dust -techreborn:dust:40, Pyrope Dust -techreborn:dust:41, Red Garnet Dust -techreborn:dust:43, Ruby Dust -techreborn:dust:44, Saltpeter Dust -techreborn:dust:45, Sapphire Dust -techreborn:dust:46, Saw Dust -techreborn:dust:47, Silver Dust -techreborn:dust:48, Sodalite Dust -techreborn:dust:49, Spessartine Dust -techreborn:dust:50, Sphalerite Dust -techreborn:dust:51, Steel Dust -techreborn:dust:52, Sulfur Dust -techreborn:dust:53, Tin Dust -techreborn:dust:54, Titanium Dust -techreborn:dust:55, Tungsten Dust -techreborn:dust:56, Uvarovite Dust -techreborn:dust:58, Yellow Garnet Dust -techreborn:dust:59, Zinc Dust -techreborn:dust:61, Andesite Dust -techreborn:dust:62, Diorite Dust -techreborn:dust:63, Granite Dust -techreborn:dust:64, Iridium Dust -techreborn:dust:65, Thorium Dust -techreborn:dust:66, Uranium Dust -techreborn:dust:67, Plutonium Dust -techreborn:gem:0, Reborn Ruby -techreborn:gem:1, Reborn Sapphire -techreborn:gem:2, Reborn Peridot -techreborn:gem:3, Red Garnet -techreborn:gem:4, Yellow Garnet -techreborn:ingot:0, Aluminium Ingot -techreborn:ingot:1, Brass Ingot -techreborn:ingot:2, Bronze Ingot -techreborn:ingot:3, Chrome Ingot -techreborn:ingot:4, Copper Ingot -techreborn:ingot:5, Electrum Ingot -techreborn:ingot:6, Invar Ingot -techreborn:ingot:7, Iridium Ingot -techreborn:ingot:8, Lead Ingot -techreborn:ingot:9, Nickel Ingot -techreborn:ingot:10, Platinum Ingot -techreborn:ingot:11, Silver Ingot -techreborn:ingot:12, Steel Ingot -techreborn:ingot:13, Tin Ingot -techreborn:ingot:14, Titanium Ingot -techreborn:ingot:15, Tungsten Ingot -techreborn:ingot:16, Hot Tungstensteel Ingot -techreborn:ingot:17, Tungstensteel Ingot -techreborn:ingot:18, Zinc Ingot -techreborn:ingot:19, Refined Iron Ingot -techreborn:ingot:20, Advanced Alloy Ingot -techreborn:ingot:21, Mixed Metal Ingot -techreborn:ingot:22, Iridium Alloy Ingot -techreborn:ingot:23, Thorium Ingot -techreborn:ingot:24, Uranium Ingot -techreborn:ingot:25, Plutonium Ingot -techreborn:nuggets:0, Aluminium Nugget -techreborn:nuggets:1, Brass Nugget -techreborn:nuggets:2, Bronze Nugget -techreborn:nuggets:3, Chrome Nugget -techreborn:nuggets:4, Copper Nugget -techreborn:nuggets:5, Electrum Nugget -techreborn:nuggets:6, Invar Nugget -techreborn:nuggets:7, Iridium Nugget -techreborn:nuggets:8, Lead Nugget -techreborn:nuggets:9, Nickel Nugget -techreborn:nuggets:10, Platinum Nugget -techreborn:nuggets:11, Silver Nugget -techreborn:nuggets:12, Steel Nugget -techreborn:nuggets:13, Tin Nugget -techreborn:nuggets:14, Titanium Nugget -techreborn:nuggets:15, Tungsten Nugget -techreborn:nuggets:16, Hot Tungstensteel Nugget -techreborn:nuggets:17, Tungstensteel Nugget -techreborn:nuggets:18, Zinc Nugget -techreborn:nuggets:19, Refined Iron Nugget -techreborn:nuggets:23, Iron Nugget -techreborn:nuggets:24, Diamond Nugget -techreborn:part:0, Energy Flow Circuit -techreborn:part:1, Data Control Circuit -techreborn:part:2, Data Storage Circuit -techreborn:part:3, Data Orb -techreborn:part:4, Diamond Grinding Head -techreborn:part:5, Diamond Saw Blade -techreborn:part:6, Tungsten Grinding Head -techreborn:part:7, 60k Helium Coolant Cell -techreborn:part:8, 180k Helium Coolant Cell -techreborn:part:9, 360k Helium Coolant Cell -techreborn:part:10, 60k nak Coolant Cell -techreborn:part:11, 180k nak Coolant Cell -techreborn:part:12, 360k nak Coolant Cell -techreborn:part:13, Cupronickel Heating Coil -techreborn:part:14, Nichrome Heating Coil -techreborn:part:15, Kanthal Heating Coil -techreborn:part:17, Superconductor -techreborn:part:21, Fuel Rod (Plutonium) -techreborn:part:22, Dual Fuel Rod (Plutonium) -techreborn:part:23, Quad Fuel Rod (Plutonium) -techreborn:part:24, Computer Monitor -techreborn:part:25, Machine Parts -techreborn:part:26, Neutron Reflector -techreborn:part:28, Thick Neutron Reflector -techreborn:part:29, Electronic Circuit -techreborn:part:30, Advanced Electronic Circuit -techreborn:part:31, Sap -techreborn:part:32, Rubber -techreborn:part:33, Scrap -techreborn:part:34, Carbon Mesh -techreborn:part:35, Carbon Fiber -techreborn:part:36, 10k Coolant Cell -techreborn:part:37, 30k Coolant Cell -techreborn:part:38, 60k Coolant Cell -techreborn:part:39, Enhanced Superconductor -techreborn:part:40, Basic Circuit Board -techreborn:part:41, Advanced Circuit Board -techreborn:part:42, Advanced Circuit Parts -techreborn:part:43, Processor Circuit Board -techreborn:part:44, Plantball -techreborn:part:45, Compressed Plantball -techreborn:part:46, Bio Cell -techreborn:plates:0, Iron Plate -techreborn:plates:1, Gold Plate -techreborn:plates:2, Carbon Plate -techreborn:plates:3, Wooden Plate -techreborn:plates:4, Redstone Plate -techreborn:plates:5, Diamond Plate -techreborn:plates:6, Emerald Plate -techreborn:plates:8, Coal Plate -techreborn:plates:9, Obsidian Plate -techreborn:plates:10, Lazurite Plate -techreborn:plates:11, Silicon Plate -techreborn:plates:12, Ruby Plate -techreborn:plates:13, Sapphire Plate -techreborn:plates:14, Peridot Plate -techreborn:plates:15, Red Garnet Plate -techreborn:plates:16, Yellow Garnet Plate -techreborn:plates:17, Aluminium Plate -techreborn:plates:18, Brass Plate -techreborn:plates:19, Bronze Plate -techreborn:plates:20, Chrome Plate -techreborn:plates:21, Copper Plate -techreborn:plates:22, Electrum Plate -techreborn:plates:23, Invar Plate -techreborn:plates:24, Iridium Plate -techreborn:plates:25, Lead Plate -techreborn:plates:26, Nickel Plate -techreborn:plates:27, Platinum Plate -techreborn:plates:28, Silver Plate -techreborn:plates:29, Steel Plate -techreborn:plates:30, Tin Plate -techreborn:plates:31, Titanium Plate -techreborn:plates:32, Tungsten Plate -techreborn:plates:33, Tungstensteel Plate -techreborn:plates:34, Zinc Plate -techreborn:plates:35, Refined Iron Plate -techreborn:plates:36, Advanced Alloy Plate -techreborn:plates:37, Magnalium Plate -techreborn:plates:38, Iridium Alloy Plate -techreborn:smalldust:0, Small Pile of Almandine Dust -techreborn:smalldust:1, Small Pile of Aluminium Dust -techreborn:smalldust:2, Small Pile of Andradite Dust -techreborn:smalldust:3, Small Pile of Ashes -techreborn:smalldust:4, Small Pile of Basalt Dust -techreborn:smalldust:5, Small Pile of Bauxite Dust -techreborn:smalldust:6, Small Pile of Brass Dust -techreborn:smalldust:7, Small Pile of Bronze Dust -techreborn:smalldust:8, Small Pile of Calcite Dust -techreborn:smalldust:9, Small Pile of Charcoal Dust -techreborn:smalldust:10, Small Pile of Chrome Dust -techreborn:smalldust:11, Small Pile of Cinnabar Dust -techreborn:smalldust:12, Small Pile of Clay Dust -techreborn:smalldust:13, Small Pile of Coal Dust -techreborn:smalldust:14, Small Pile of Copper Dust -techreborn:smalldust:15, Small Pile of Dark Ashes -techreborn:smalldust:16, Small Pile of Diamond Dust -techreborn:smalldust:17, Small Pile of Electrum Dust -techreborn:smalldust:18, Small Pile of Emerald Dust -techreborn:smalldust:19, Small Pile of Ender Eye Dust -techreborn:smalldust:20, Small Pile of Ender Pearl Dust -techreborn:smalldust:21, Small Pile of Endstone Dust -techreborn:smalldust:22, Small Pile of Flint Dust -techreborn:smalldust:23, Small Pile of Galena Dust -techreborn:smalldust:24, Small Pile of Gold Dust -techreborn:smalldust:25, Small Pile of Grossular Dust -techreborn:smalldust:26, Small Pile of Invar Dust -techreborn:smalldust:27, Small Pile of Iron Dust -techreborn:smalldust:28, Small Pile of Lazurite Dust -techreborn:smalldust:29, Small Pile of Lead Dust -techreborn:smalldust:30, Small Pile of Magnesium Dust -techreborn:smalldust:31, Small Pile of Manganese Dust -techreborn:smalldust:32, Small Pile of Marble Dust -techreborn:smalldust:33, Small Pile of Netherrack Dust -techreborn:smalldust:34, Small Pile of Nickel Dust -techreborn:smalldust:35, Small Pile of Obsidian Dust -techreborn:smalldust:36, Small Pile of Peridot -techreborn:smalldust:37, Small Pile of Phosphorous Dust -techreborn:smalldust:38, Small Pile of Platinum Dust -techreborn:smalldust:39, Small Pile of Pyrite Dust -techreborn:smalldust:40, Small Pile of Pyrope Dust -techreborn:smalldust:41, Small Pile of Red Garnet Dust -techreborn:smalldust:43, Small Pile of Ruby Dust -techreborn:smalldust:44, Small Pile of Saltpeter Dust -techreborn:smalldust:45, Small Pile of Sapphire Dust -techreborn:smalldust:46, Small Pile of Saw Dust -techreborn:smalldust:47, Small Pile of Silver Dust -techreborn:smalldust:48, Small Pile of Sodalite Dust -techreborn:smalldust:49, Small Pile of Spessartine Dust -techreborn:smalldust:50, Small Pile of Sphalerite Dust -techreborn:smalldust:51, Small Pile of Steel Dust -techreborn:smalldust:52, Small Pile of Sulfur Dust -techreborn:smalldust:53, Small Pile of Tin Dust -techreborn:smalldust:54, Small Pile of Titanium Dust -techreborn:smalldust:55, Small Pile of Tungsten Dust -techreborn:smalldust:56, Small Pile of Uvarovite Dust -techreborn:smalldust:58, Small Pile of Yellow Garnet Dust -techreborn:smalldust:59, Small Pile of Zinc Dust -techreborn:smalldust:61, Small Pile of Redstone -techreborn:smalldust:62, Small Pile of Glowstone Dust -techreborn:smalldust:63, Small Pile of Andesite Dust -techreborn:smalldust:64, Small Pile of Diorite Dust -techreborn:smalldust:65, Small Pile of Granite Dust -techreborn:smalldust:66, Pile of Iridium Dust -techreborn:smalldust:67, Small Pile of Thorium Dust -techreborn:smalldust:68, Small Pile of Uranium Dust -techreborn:smalldust:69, Small Pile of Plutonium Dust -techreborn:uumatter, UU-Matter -techreborn:cloakingdevice, Cloaking Device -techreborn:lapotronpack, Lapotronic Orbpack -techreborn:lithiumbatpack, Lithium Batpack -techreborn:energycrystal, Energy Crystal -techreborn:lapotroncrystal, Lapotron Crystal -techreborn:lapotronicorb, Lapotronic Energy Orb -techreborn:lithiumbattery, Lithium Battery -techreborn:rebattery, Battery -techreborn:advancedchainsaw, Advanced Chainsaw -techreborn:advanceddrill, Advanced Drill -techreborn:ironjackhammer, Advanced Jackhammer -techreborn:debug, Debug Tool -techreborn:diamondchainsaw, Diamond Chainsaw -techreborn:diamonddrill, Diamond Drill -techreborn:diamondjackhammer, Diamond Jackhammer -techreborn:electrictreetap, Electric Treetap -techreborn:nanosaber, Nanosaber -techreborn:omnitool, Omni-Tool -techreborn:rockcutter, Rockcutter -techreborn:ironchainsaw, Steel Chainsaw -techreborn:irondrill, Steel Drill -techreborn:steeljackhammer, Steel Jackhammer -techreborn:treetap, Treetap -techreborn:wrench, Wrench -techreborn:singlethoriumfuelrod, Thorium Fuel Rod (Single) -techreborn:dualthoriumfuelrod, Thorium Fuel Rod (Dual) -techreborn:quadthoriumfuelrod, Thorium Fuel Rod (Quad) -techreborn:depletedsinglethoriumfuelrod, Depleted Thorium Fuel Rod (Single) -techreborn:depleteddualthoriumfuelrod, Depleted Thorium Fuel Rod (Dual) -techreborn:depletedquadthoriumfuelrod, Depleted Thorium Fuel Rod (Quad) -techreborn:iridiumneutronreflector, Iridium Neutron Reflector -techreborn:dynamiccell, Empty Cell -techreborn:frequencytransmitter, Frequency Transmitter -techreborn:techmanuel, Tech Reborn Manual -techreborn:missingrecipe, item.missingRecipe.name -techreborn:scrapbox, Scrap Box -techreborn:upgrades:0, Overclocker Upgrade -techreborn:upgrades:1, Transformer Upgrade -techreborn:upgrades:2, Energy Storage Upgrade -techreborn:upgrades:3, Superconductor Upgrade -techreborn:bronzesword, Bronze Sword -techreborn:bronzepickaxe, Bronze Pickaxe -techreborn:bronzespade, Bronze Shovel -techreborn:bronzeaxe, Bronze Axe -techreborn:bronzehoe, Bronze Hoe -techreborn:bronzehelmet, Bronze Helmet -techreborn:bronzechestplate, Bronze Chestplate -techreborn:bronzeleggings, Bronze Leggings -techreborn:bronzeboots, Bronze Boots -techreborn:rubysword, Reborn Ruby Sword -techreborn:rubypickaxe, Reborn Ruby Pickaxe -techreborn:rubyspade, Reborn Ruby Shovel -techreborn:rubyaxe, Reborn Ruby Axe -techreborn:rubyhoe, Reborn Ruby Hoe -techreborn:rubyhelmet, Reborn Ruby Helmet -techreborn:rubychestplate, Reborn Ruby Chestplate -techreborn:rubyleggings, Reborn Ruby Leggings -techreborn:rubyboots, Reborn Ruby Boots -techreborn:sapphiresword, Reborn Sapphire Sword -techreborn:sapphirepickaxe, Reborn Sapphire Pickaxe -techreborn:sapphirespade, Reborn Sapphire Shovel -techreborn:sapphireaxe, Reborn Sapphire Axe -techreborn:sapphirehoe, Reborn Sapphire Hoe -techreborn:sapphirehelmet, Reborn Sapphire Helmet -techreborn:sapphirechestplate, Reborn Sapphire Chestplate -techreborn:sapphireleggings, Reborn Sapphire Leggings -techreborn:sapphireboots, Reborn Sapphire Boots -techreborn:peridotsword, Reborn Peridot Sword -techreborn:peridotpickaxe, Reborn Peridot Pickaxe -techreborn:peridotspade, Reborn Peridot Shovel -techreborn:peridotaxe, Reborn Peridot Axe -techreborn:peridothoe, Reborn Peridot Hoe -techreborn:peridothelmet, Reborn Peridot Helmet -techreborn:peridotchestplate, Reborn Peridot Chestplate -techreborn:peridotleggings, Reborn Peridot Leggings -techreborn:peridotboots, Reborn Peridot Boots -theoneprobe:probe, The One Probe -theoneprobe:creativeprobe, The Creative Probe -theoneprobe:probenote, The One Probe Read Me -theoneprobe:diamond_helmet_probe:0, Diamond Helmet with Probe -theoneprobe:gold_helmet_probe:0, Gold Helmet with Probe -theoneprobe:iron_helmet_probe:0, Iron Helmet with Probe -theoneprobe:probe_goggles, The One Probe (Bauble) -aether_legacy:aether_grass, Aether Grass -aether_legacy:enchanted_aether_grass, Enchanted Aether Grass -aether_legacy:aether_dirt, Aether Dirt -aether_legacy:holystone, Holystone -aether_legacy:mossy_holystone, Mossy Holystone -aether_legacy:holystone_brick, Holystone Brick -aether_legacy:aercloud:0, Cold Aercloud -aether_legacy:aercloud:1, Blue Aercloud -aether_legacy:aercloud:2, Golden Aercloud -aether_legacy:aercloud:3, Pink Aercloud -aether_legacy:quicksoil, Quicksoil -aether_legacy:icestone, Icestone -aether_legacy:ambrosium_ore, Ambrosium Ore -aether_legacy:zanite_ore, Zanite Ore -aether_legacy:gravitite_ore, Gravitite Ore -aether_legacy:aether_leaves:0, Skyroot Leaves -aether_legacy:aether_leaves:1, Golden Oak Leaves -aether_legacy:aether_log:0, Skyroot Log -aether_legacy:aether_log:1, Golden Oak Log -aether_legacy:skyroot_plank, Skyroot Plank -aether_legacy:quicksoil_glass, Quicksoil Glass -aether_legacy:aerogel, Aerogel -aether_legacy:enchanted_gravitite, Enchanted Gravitite -aether_legacy:zanite_block, Zanite Block -aether_legacy:berry_bush, Berry Bush -aether_legacy:berry_bush_stem, Berry Bush Stem -aether_legacy:enchanter, Altar -aether_legacy:freezer, Freezer -aether_legacy:incubator, Incubator -aether_legacy:dungeon_block:0, Carved Stone -aether_legacy:dungeon_block:1, Sentry Stone -aether_legacy:dungeon_block:2, Angelic Stone -aether_legacy:dungeon_block:3, Light Angelic Stone -aether_legacy:dungeon_block:4, Hellfire Stone -aether_legacy:dungeon_block:5, Light Hellfire Stone -aether_legacy:locked_dungeon_block:0, Carved Stone -aether_legacy:locked_dungeon_block:1, Sentry Stone -aether_legacy:locked_dungeon_block:2, Angelic Stone -aether_legacy:locked_dungeon_block:3, Light Angelic Stone -aether_legacy:locked_dungeon_block:4, Hellfire Stone -aether_legacy:locked_dungeon_block:5, Light Hellfire Stone -aether_legacy:dungeon_trap:0, Carved Stone -aether_legacy:dungeon_trap:1, Sentry Stone -aether_legacy:dungeon_trap:2, Angelic Stone -aether_legacy:dungeon_trap:3, Light Angelic Stone -aether_legacy:dungeon_trap:4, Hellfire Stone -aether_legacy:dungeon_trap:5, Light Hellfire Stone -aether_legacy:aether_portal, Aether Portal -aether_legacy:ambrosium_torch, Ambrosium Torch -aether_legacy:chest_mimic, Chest Mimic -aether_legacy:treasure_chest, Treasure Chest -aether_legacy:purple_flower, Purple Flower -aether_legacy:white_flower, White Flower -aether_legacy:skyroot_sapling, Skyroot Sapling -aether_legacy:golden_oak_sapling, Golden Oak Sapling -aether_legacy:crystal_leaves:0, Crystal Leaves -aether_legacy:crystal_leaves:1, Crystal Fruit Leaves -aether_legacy:holiday_leaves:0, Holiday Leaves -aether_legacy:holiday_leaves:1, Decorated Holiday Leaves -aether_legacy:present, Present -aether_legacy:pillar, Pillar -aether_legacy:pillar_top, Pillar Top -aether_legacy:skyroot_fence, Skyroot Fence -aether_legacy:skyroot_fence_gate, Skyroot Fence Gate -aether_legacy:carved_wall, Carved Wall -aether_legacy:angelic_wall, Angelic Wall -aether_legacy:hellfire_wall, Hellfire Wall -aether_legacy:holystone_wall, Holystone Wall -aether_legacy:holystone_brick_wall, Holystone Brick Wall -aether_legacy:mossy_holystone_wall, Mossy Holystone Wall -aether_legacy:aerogel_wall, Aerogel Wall -aether_legacy:carved_stairs, Carved Stairs -aether_legacy:angelic_stairs, Angelic Stairs -aether_legacy:hellfire_stairs, Hellfire Stairs -aether_legacy:skyroot_stairs, Skyroot Stairs -aether_legacy:mossy_holystone_stairs, Mossy Holystone Stairs -aether_legacy:holystone_stairs, Holystone Stairs -aether_legacy:holystone_brick_stairs, Holystone Brick Stairs -aether_legacy:aerogel_stairs, Aerogel Stairs -aether_legacy:skyroot_double_slab, Skyroot Double Slab -aether_legacy:carved_double_slab, Carved Double Slab -aether_legacy:angelic_double_slab, Angelic Double Slab -aether_legacy:hellfire_double_slab, Hellfire Double Slab -aether_legacy:holystone_double_slab, Holystone Double Slab -aether_legacy:mossy_holystone_double_slab, Mossy Holystone Double Slab -aether_legacy:holystone_brick_double_slab, Holystone Brick Double Slab -aether_legacy:aerogel_double_slab, Aerogel Double Slab -aether_legacy:skyroot_slab:0, Skyroot Slab -aether_legacy:carved_slab:0, Carved Slab -aether_legacy:angelic_slab:0, Angelic Slab -aether_legacy:hellfire_slab:0, Hellfire Slab -aether_legacy:holystone_slab:0, Holystone Slab -aether_legacy:mossy_holystone_slab:0, Mossy Holystone Slab -aether_legacy:holystone_brick_slab:0, Holystone Brick Slab -aether_legacy:aerogel_slab:0, Aerogel Slab -aether_legacy:sun_altar, Sun Altar -aether_legacy:skyroot_bookshelf, Skyroot Bookshelf -aether_legacy:zanite_gemstone, Zanite Gemstone -aether_legacy:ambrosium_shard, Ambrosium Shard -aether_legacy:golden_amber, Golden Amber -aether_legacy:aechor_petal, Aechor Petal -aether_legacy:swetty_ball, Swet Ball -aether_legacy:skyroot_pickaxe, Skyroot Pickaxe -aether_legacy:skyroot_axe, Skyroot Axe -aether_legacy:skyroot_shovel, Skyroot Shovel -aether_legacy:holystone_pickaxe, Holystone Pickaxe -aether_legacy:holystone_axe, Holystone Axe -aether_legacy:holystone_shovel, Holystone Shovel -aether_legacy:zanite_pickaxe, Zanite Pickaxe -aether_legacy:zanite_axe, Zanite Axe -aether_legacy:zanite_shovel, Zanite Shovel -aether_legacy:gravitite_pickaxe, Gravitite Pickaxe -aether_legacy:gravitite_axe, Gravitite Axe -aether_legacy:gravitite_shovel, Gravitite Shovel -aether_legacy:valkyrie_pickaxe, Valkyrie Pickaxe -aether_legacy:valkyrie_axe, Valkyrie Axe -aether_legacy:valkyrie_shovel, Valkyrie Shovel -aether_legacy:zanite_helmet, Zanite Helmet -aether_legacy:zanite_chestplate, Zanite Chestplate -aether_legacy:zanite_leggings, Zanite Leggings -aether_legacy:zanite_boots, Zanite Boots -aether_legacy:gravitite_helmet, Gravitite Helmet -aether_legacy:gravitite_chestplate, Gravitite Chestplate -aether_legacy:gravitite_leggings, Gravitite Leggings -aether_legacy:gravitite_boots, Gravitite Boots -aether_legacy:neptune_helmet, Neptune Helmet -aether_legacy:neptune_chestplate, Neptune Chestplate -aether_legacy:neptune_leggings, Neptune Leggings -aether_legacy:neptune_boots, Neptune Boots -aether_legacy:phoenix_helmet, Phoenix Helmet -aether_legacy:phoenix_chestplate, Phoenix Chestplate -aether_legacy:phoenix_leggings, Phoenix Leggings -aether_legacy:phoenix_boots, Phoenix Boots -aether_legacy:obsidian_helmet, Sky Obsidian Helmet -aether_legacy:obsidian_chestplate, Sky Obsidian Chestplate -aether_legacy:obsidian_leggings, Sky Obsidian Leggings -aether_legacy:obsidian_boots, Sky Obsidian Boots -aether_legacy:valkyrie_helmet, Valkyrie Helmet -aether_legacy:valkyrie_chestplate, Valkyrie Chestplate -aether_legacy:valkyrie_leggings, Valkyrie Leggings -aether_legacy:valkyrie_boots, Valkyrie Boots -aether_legacy:blue_berry, Blue Berry -aether_legacy:enchanted_blueberry, Enchanted Berry -aether_legacy:white_apple, White Apple -aether_legacy:gummy_swet:0, Blue Gummy Swet -aether_legacy:gummy_swet:1, Golden Gummy Swet -aether_legacy:healing_stone, Healing Stone -aether_legacy:candy_cane, Candy Cane -aether_legacy:ginger_bread_man, Ginger Bread Man -aether_legacy:skyroot_stick, Skyroot Stick -aether_legacy:victory_medal, Victory Medal -aether_legacy:dungeon_key:0, Bronze Key -aether_legacy:dungeon_key:1, Silver Key -aether_legacy:dungeon_key:2, Golden Key -aether_legacy:skyroot_bucket:0, Skyroot Bucket -aether_legacy:skyroot_bucket:1, Skyroot Water Bucket -aether_legacy:skyroot_bucket:2, Skyroot Poison Bucket -aether_legacy:skyroot_bucket:3, Skyroot Remedy Bucket -aether_legacy:skyroot_bucket:4, Skyroot Milk Bucket -aether_legacy:cold_parachute, Cold Parachute -aether_legacy:golden_parachute, Golden Parachute -aether_legacy:moa_egg, item.moa_egg.name -aether_legacy:dart_shooter:0, Golden Dart Shooter -aether_legacy:dart_shooter:1, Poison Dart Shooter -aether_legacy:dart_shooter:2, Enchanted Dart Shooter -aether_legacy:phoenix_bow, Phoenix Bow -aether_legacy:dart:0, Golden Dart -aether_legacy:dart:1, Poison Dart -aether_legacy:dart:2, Enchanted Dart -aether_legacy:skyroot_sword, Skyroot Sword -aether_legacy:holystone_sword, Holystone Sword -aether_legacy:zanite_sword, Zanite Sword -aether_legacy:gravitite_sword, Gravitite Sword -aether_legacy:flaming_sword, Flaming Sword -aether_legacy:lightning_sword, Lightning Sword -aether_legacy:holy_sword, Holy Sword -aether_legacy:vampire_blade, Vampire Blade -aether_legacy:pig_slayer, Pig Slayer -aether_legacy:candy_cane_sword, Candy Cane Sword -aether_legacy:notch_hammer, Hammer of Notch -aether_legacy:leather_gloves, Leather Gloves -aether_legacy:iron_gloves, Iron Gloves -aether_legacy:golden_gloves, Golden Gloves -aether_legacy:chain_gloves, Chain Gloves -aether_legacy:diamond_gloves, Diamond Gloves -aether_legacy:zanite_gloves, Zanite Gloves -aether_legacy:gravitite_gloves, Gravitite Gloves -aether_legacy:neptune_gloves, Neptune Gloves -aether_legacy:phoenix_gloves, Phoenix Gloves -aether_legacy:obsidian_gloves, Obsidian Gloves -aether_legacy:valkyrie_gloves, Valkyrie Gloves -aether_legacy:iron_ring, Iron Ring -aether_legacy:golden_ring, Golden Ring -aether_legacy:zanite_ring, Zanite Ring -aether_legacy:ice_ring, Ice Ring -aether_legacy:iron_pendant, Iron Pendant -aether_legacy:golden_pendant, Golden Pendant -aether_legacy:zanite_pendant, Zanite Pendant -aether_legacy:ice_pendant, Ice Pendant -aether_legacy:red_cape, Red Cape -aether_legacy:blue_cape, Blue Cape -aether_legacy:yellow_cape, Yellow Cape -aether_legacy:white_cape, White Cape -aether_legacy:swet_cape, Swet Cape -aether_legacy:invisibility_cape, Invisibility Cloak -aether_legacy:agility_cape, Agility Cape -aether_legacy:valkyrie_cape, Valkyrie Cape -aether_legacy:golden_feather, Golden Feather -aether_legacy:regeneration_stone, Regeneration Stone -aether_legacy:iron_bubble, Iron Bubble -aether_legacy:life_shard, Life Shard -aether_legacy:cloud_staff, Cloud Staff -aether_legacy:nature_staff, Nature Staff -aether_legacy:lightning_knife, Lightning Knife -aether_legacy:valkyrie_lance, Valkyrie Lance -aether_legacy:sentry_boots, Sentry Boots -aether_legacy:aether_tune, Blue Music Disc -aether_legacy:ascending_dawn, Valkyrie Music Disc -aether_legacy:welcoming_skies, Welcoming Skies -aether_legacy:legacy, Legacy -aether_legacy:repulsion_shield, Shield of Repulsion -aether_legacy:lore_book, Book of Lore -aether_legacy:developer_stick, Developer Stick -aether_legacy:skyroot_bed_item, Skyroot Bed -aether_legacy:aether_portal_frame, Aether Portal Frame -cyclicmagic:nether_redstone_ore, Nether Redstone Ore -cyclicmagic:nether_iron_ore, Nether Iron Ore -cyclicmagic:nether_gold_ore, Nether Gold Ore -cyclicmagic:nether_coal_ore, Nether Coal Ore -cyclicmagic:nether_lapis_ore, Nether Lapis Ore -cyclicmagic:nether_emerald_ore, Nether Emerald Ore -cyclicmagic:nether_diamond_ore, Nether Diamond Ore -cyclicmagic:end_redstone_ore, End Redstone Ore -cyclicmagic:end_coal_ore, End Coal Ore -cyclicmagic:end_lapis_ore, End Lapis Ore -cyclicmagic:end_emerald_ore, End Emerald Ore -cyclicmagic:end_diamond_ore, End Diamond Ore -cyclicmagic:end_gold_ore, End Gold Ore -cyclicmagic:end_iron_ore, End Iron Ore -cyclicmagic:fluid_drain, Fluid Collector -cyclicmagic:crystallized_amber, Crystallized Amber -cyclicmagic:crystallized_obsidian, Crystallized Obsidian -cyclicmagic:emerald_helmet, Emerald Helmet -cyclicmagic:emerald_chestplate, Emerald Chestplate -cyclicmagic:emerald_leggings, Emerald Leggings -cyclicmagic:emerald_boots, Emerald Boots -cyclicmagic:emerald_sword, Emerald Sword -cyclicmagic:emerald_pickaxe, Emerald Pickaxe -cyclicmagic:emerald_axe, Emerald Axe -cyclicmagic:emerald_spade, Emerald Shovel -cyclicmagic:emerald_hoe, Emerald Hoe -cyclicmagic:purple_boots, Crystallized Obsidian Boots -cyclicmagic:purple_leggings, Crystallized Obsidian Leggings -cyclicmagic:purple_chestplate, Crystallized Obsidian Chestplate -cyclicmagic:purple_helmet, Crystallized Obsidian Helmet -cyclicmagic:crystal_pickaxe, Crystal Pickaxe -cyclicmagic:crystal_axe, Crystal Axe -cyclicmagic:crystal_spade, Crystal Shovel -cyclicmagic:crystal_hoe, Crystal Hoe -cyclicmagic:crystal_sword, Crystal Sword -cyclicmagic:glowing_helmet, Vision Helmet -cyclicmagic:sword_weakness, Sword of Atrophy -cyclicmagic:sword_slowness, Sword of Decay -cyclicmagic:sword_ender, Sword of Evasion -cyclicmagic:netherbrick_pickaxe, Nether Pickaxe -cyclicmagic:netherbrick_axe, Nether Axe -cyclicmagic:netherbrick_spade, Nether Shovel -cyclicmagic:netherbrick_hoe, Nether Hoe -cyclicmagic:sandstone_pickaxe, Sandstone Pickaxe -cyclicmagic:sandstone_axe, Sandstone Axe -cyclicmagic:sandstone_spade, Sandstone Shovel -cyclicmagic:sandstone_hoe, Sandstone Hoe -cyclicmagic:sandstone_sword, Sandstone Sword -cyclicmagic:chest_sack, Sack of Holding -cyclicmagic:chest_sack_empty, Empty Sack of Holding -cyclicmagic:storage_bag, Storage Bag -cyclicmagic:ender_pearl_reuse, Ender Orb -cyclicmagic:ender_pearl_mounted, Ender Orb Translocator -cyclicmagic:tool_harvest_weeds, Brush Scythe -cyclicmagic:tool_harvest_crops, Garden Scythe -cyclicmagic:tool_harvest_leaves, Tree Scythe -cyclicmagic:tool_swap, Standard Exchange Scepter -cyclicmagic:tool_swap_match, Gentle Exchange Scepter -cyclicmagic:dynamite_safe, Combat Dynamite -cyclicmagic:dynamite_mining, Mining Dynamite -cyclicmagic:horse_upgrade_type, Infected Carrot -cyclicmagic:horse_upgrade_variant, Lapis Carrot -cyclicmagic:horse_upgrade_health, Diamond Carrot -cyclicmagic:horse_upgrade_speed, Redstone Carrot -cyclicmagic:horse_upgrade_jump, Ender Carrot -cyclicmagic:heart_toxic, Empty Heart Container -cyclicmagic:fire_starter, Fire Starter -cyclicmagic:fire_dark_anim, Duskflame Essence -cyclicmagic:ender_blaze, Duskflame Hex -cyclicmagic:fire_frost, Frost Fire -cyclicmagic:fire_dark, Dark Fire -cyclicmagic:plate_launch_med, Slime Plate -cyclicmagic:plate_launch_small, Soft Slime Plate -cyclicmagic:plate_launch_large, Hardened Slime Plate -cyclicmagic:plate_launch_extra, Extreme Slime Plate -cyclicmagic:plate_push, Conveyor Belt -cyclicmagic:plate_push_corner, Conveyor Belt Corner -cyclicmagic:plate_push_med_angle, Conveyor Belt Ramp -cyclicmagic:plate_push_fast, Fast Conveyor Belt -cyclicmagic:plate_push_fast_corner, Fast Conveyor Belt Corner -cyclicmagic:plate_push_fast_angle, Fast Conveyor Belt Ramp -cyclicmagic:plate_push_slow, Slow Conveyor Belt -cyclicmagic:plate_push_slow_corner, Slow Conveyor Belt Corner -cyclicmagic:plate_push_slow_angle, Slow Conveyor Belt Ramp -cyclicmagic:plate_push_slowest, Slowest Conveyor Belt -cyclicmagic:plate_push_slowest_corner, Slowest Conveyor Belt Corner -cyclicmagic:plate_push_slowest_angle, Slowest Conveyor Belt Ramp -cyclicmagic:wireless_transmitter, Wireless Transmitter -cyclicmagic:wireless_receiver, Wireless Receiver -cyclicmagic:spikes_iron, Iron Spikes -cyclicmagic:spikes_diamond, Diamond Spikes -cyclicmagic:peat_biomass, Biomass -cyclicmagic:peat_fuel, Peat -cyclicmagic:peat_fuel_enriched, Enriched Peat -cyclicmagic:peat_unbaked, Dry Peat Bog -cyclicmagic:peat_baked, Saturated Peat Deposit -cyclicmagic:peat_generator, Peat-fired Generator -cyclicmagic:peat_farm, Peat Farmer -cyclicmagic:cable_wireless, Item Transfer Node -cyclicmagic:cable_wireless_energy, Energy Transfer Node -cyclicmagic:cable_wireless_fluid, Fluid Transfer Node -cyclicmagic:block_fragile, Fragile Scaffolding -cyclicmagic:block_fragile_auto, Responsive Scaffolding -cyclicmagic:block_fragile_weak, Replaceable Scaffolding -cyclicmagic:item_pipe_sort, Item Sorter -cyclicmagic:item_pipe, Item Cable -cyclicmagic:item_pump, Item Extraction Cable -cyclicmagic:energy_pipe, Energy Cable -cyclicmagic:energy_pump, Energy Extraction Cable -cyclicmagic:fluid_pipe, Fluid Cable -cyclicmagic:fluid_pump, Fluid Extraction Cable -cyclicmagic:bundled_pipe, Bundled Cable -cyclicmagic:card_location, GPS Marker -cyclicmagic:block_library, Ender Bookshelf -cyclicmagic:block_library_ctrl, Ender Library -cyclicmagic:amber, Amber -cyclicmagic:biomass, Biomass -cyclicmagic:crystal, Crystallized Obsidian -cyclicmagic:milk, Milk -cyclicmagic:robot_spawner, Target Dummy Spawner -cyclicmagic:laser_cannon, Rainbow Cannon -cyclicmagic:tool_trade, Merchant Almanac -cyclicmagic:soulstone, Soulstone -cyclicmagic:tool_launcher, Player Launcher -cyclicmagic:password_remote, Remote Lever -cyclicmagic:tool_rotate, Wooden Wrench -cyclicmagic:evoker_fang, Evoker Fang -cyclicmagic:water_spreader, Water Spreader -cyclicmagic:ender_eye_orb, Solid Ender Eye -cyclicmagic:glove_climb, Climbing Gloves -cyclicmagic:tool_torch_launcher, Torch launcher -cyclicmagic:water_freezer, Water Froster -cyclicmagic:fire_killer, Fire Slayer -cyclicmagic:sack_ender, Ender Sack -cyclicmagic:tool_mount, Stirrups -cyclicmagic:tool_prospector, Prospector -cyclicmagic:book_ender, Ender Book -cyclicmagic:carbon_paper, Carbon Paper -cyclicmagic:tool_spelunker, Cavefinder -cyclicmagic:ender_dungeon, Spawner Seeker -cyclicmagic:ender_fishing, Alluring Fishhook -cyclicmagic:ender_lightning, Engraved Thunder -cyclicmagic:cyclic_wand_build, Ranged Building Scepter -cyclicmagic:shears_obsidian, Obsidian Shears -cyclicmagic:tool_warp_home, Ender Wing Prime -cyclicmagic:tool_warp_spawn, Ender Wing -cyclicmagic:tool_push, Piston Scepter -cyclicmagic:sleeping_mat, Sleeping Mat -cyclicmagic:tool_spawn_inspect, Spawn Detector -cyclicmagic:mattock, Mattock -cyclicmagic:wand_hypno, Chaos Reaper -cyclicmagic:tool_randomize, Block Randomizer -cyclicmagic:ender_tnt_1, Dynamite I -cyclicmagic:ender_tnt_2, Dynamite II -cyclicmagic:ender_tnt_3, Dynamite III -cyclicmagic:ender_tnt_4, Dynamite IV -cyclicmagic:ender_tnt_5, Dynamite V -cyclicmagic:ender_tnt_6, Dynamite VI -cyclicmagic:ender_wool, Enhanced Shears -cyclicmagic:ender_torch, Throwing Torch -cyclicmagic:magic_net, Monster Ball -cyclicmagic:apple_emerald, Emerald Apple -cyclicmagic:glowing_chorus, Glowing Chorus Fruit -cyclicmagic:ender_snow, Frost Bringer -cyclicmagic:ender_water, Antimatter Evaporator -cyclicmagic:tool_auto_torch, Automatic Torch -cyclicmagic:charm_antidote, Antidote Charm -cyclicmagic:wand_missile, Spirit Seeker -cyclicmagic:charm_water, Water Charm -cyclicmagic:sign_editor, Rainbow Crayon -cyclicmagic:charm_air, Air Charm -cyclicmagic:charm_void, Void Charm -cyclicmagic:charm_boat, Sailor Charm -cyclicmagic:charm_fire, Fire Charm -cyclicmagic:charm_speed, Speed Charm -cyclicmagic:charm_wing, Wing Charm -cyclicmagic:food_step, Apple of Lofty Stature -cyclicmagic:tool_mount_inverse, Inverted Stirrups -cyclicmagic:apple_lapis, Lapis Apple -cyclicmagic:boomerang, Boomerang -cyclicmagic:stone_pebble, Pebble -cyclicmagic:slingshot_weapon, Slingshot -cyclicmagic:plate_vector, Aerial Faith Plate -cyclicmagic:builder_pattern, Pattern Replicator -cyclicmagic:magnet_block, Item Magnet -cyclicmagic:magnet_anti_block, Interdiction Pulsar -cyclicmagic:doorbell_simple, Doorbell -cyclicmagic:dehydrator, Dehydrator -cyclicmagic:block_vacuum, Item Collector -cyclicmagic:beacon_potion, Pharos Beacon -cyclicmagic:button_large, Large Button -cyclicmagic:moon_sensor, Moon Phase Sensor -cyclicmagic:clock, Redstone Clock -cyclicmagic:sprout, Magic Bean Sprout -cyclicmagic:sprout_seed, Magic Bean -cyclicmagic:target, Bullseye Target -cyclicmagic:apple, Apple Sprout -cyclicmagic:beacon_redstone, Empty Beacon -cyclicmagic:sprinkler, Sprinkler -cyclicmagic:block_forester, Forester -cyclicmagic:auto_packager, Packager -cyclicmagic:block_miner, Block Miner -cyclicmagic:block_hydrator, Hydrator -cyclicmagic:block_anvil_magma, Magma Anvil -cyclicmagic:melter, Melter -cyclicmagic:solidifier, Solidifier -cyclicmagic:block_anvil, Powered Diamond Anvil -cyclicmagic:harvester_block, Harvester -cyclicmagic:xpjuice, Experience -cyclicmagic:block_enchanter, Enchanter -cyclicmagic:exp_pylon, Experience Pylon -cyclicmagic:builder_block, Structure Builder -cyclicmagic:uncrafting_block, Uncrafting Grinder -cyclicmagic:block_miner_smart, Controlled Miner -cyclicmagic:placer_block, Block Placer -cyclicmagic:password_block, Password Trigger -cyclicmagic:block_user, Automated User -cyclicmagic:battery_infinite, Infinite Battery -cyclicmagic:battery, Battery -cyclicmagic:trash, Trash Void -cyclicmagic:block_workbench, Workbench -cyclicmagic:block_screen, Text Projector -cyclicmagic:screen_target, Sensor Display -cyclicmagic:glass_strong, Tempered Glass -cyclicmagic:block_soundproofing, Soundproofing -cyclicmagic:auto_crafter, Auto Crafter -cyclicmagic:entity_detector, Entity Detector -cyclicmagic:fan, Fan -cyclicmagic:block_shears, Shearing Block -cyclicmagic:block_fishing, Automatic Fishing Net -cyclicmagic:block_disenchanter, Unchant Pylon -cyclicmagic:block_storeempty, Fluid Storage Tank -cyclicmagic:laser, Laser Cell -cyclicmagic:sound_player, SFX Block -cyclicmagic:dice, Dice -cyclicmagic:imbuer, Imbue Station -cyclicmagic:void_anvil, Void Anvil -cyclicmagic:dropper_exact, Precise Dropper -cyclicmagic:fluid_placer, Fluid Placer -cyclicmagic:water_candle, Water Candle -architecturecraft:sawblade, Circular Saw Blade -architecturecraft:largepulley, Large Pulley -architecturecraft:chisel, Architect's Chisel -architecturecraft:hammer, Architect's Hammer -architecturecraft:sawbench, Architect's Sawbench -astralsorcery:itemcraftingcomponent:0, Aquamarine -astralsorcery:itemcraftingcomponent:1, Starmetal Ingot -astralsorcery:itemcraftingcomponent:2, Stardust -astralsorcery:itemcraftingcomponent:3, Glass Lens -astralsorcery:itemcraftingcomponent:4, Resonating Gem -astralsorcery:itemcraftingcomponent:5, Parchment -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:itemconstellationpaper:0, Constellation Paper -astralsorcery:iteminfusedglass, Infused Glass -astralsorcery:itemrockcrystalsimple:0, Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemtunedrockcrystal:0, Attuned Rock Crystal -astralsorcery:itemcelestialcrystal:0, Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemtunedcelestialcrystal:0, Attuned Celestial Crystal -astralsorcery:itemjournal, Astral Tome -astralsorcery:itemhandtelescope, Looking Glass -astralsorcery:itemlinkingtool, Linking Tool -astralsorcery:itemwand, Resonating Wand -astralsorcery:itemsextant, Sextant -astralsorcery:itemilluminationwand, Illumination Wand -astralsorcery:itemcoloredlens:0, Colored Lens -astralsorcery:itemcoloredlens:1, Colored Lens -astralsorcery:itemcoloredlens:2, Colored Lens -astralsorcery:itemcoloredlens:3, Colored Lens -astralsorcery:itemcoloredlens:4, Colored Lens -astralsorcery:itemcoloredlens:5, Colored Lens -astralsorcery:itemcoloredlens:6, Colored Lens -astralsorcery:itemskyresonator, Fosic Resonator -astralsorcery:itemshiftingstar, Shifting Star -astralsorcery:itemarchitectwand, Formation Wand -astralsorcery:itemexchangewand, Conversion Wand -astralsorcery:itemgrapplewand, Impulsion Wand -astralsorcery:itemusabledust:0, Illumination Powder -astralsorcery:itemusabledust:1, Nocturnal Powder -astralsorcery:itemknowledgeshare, Scroll of Written Expertise -astralsorcery:itemperkseal, Sealing Sigil -astralsorcery:itemknowledgefragment, Lucent Scroll -astralsorcery:itemfragmentcapsule, Shining Casing -astralsorcery:itemperkgem:0, Ourium Gem -astralsorcery:itemperkgem:1, Ilium Gem -astralsorcery:itemperkgem:2, Fengarum Gem -astralsorcery:itemcrystalpickaxe, Crystal Pickaxe -astralsorcery:itemcrystalshovel, Crystal Shovel -astralsorcery:itemcrystalaxe, Crystal Axe -astralsorcery:itemcrystalsword, Crystal Sword -astralsorcery:itemchargedcrystalaxe, Infused Crystal Axe -astralsorcery:itemchargedcrystalsword, Infused Crystal Sword -astralsorcery:itemchargedcrystalpickaxe, Infused Crystal Pickaxe -astralsorcery:itemchargedcrystalshovel, Infused Crystal Shovel -astralsorcery:itemcape, Mantle of Stars -astralsorcery:itemenchantmentamulet, Resplendent Prism -astralsorcery:blockmarblestairs, Marble Stairs -astralsorcery:blockflarelight, Volatile Flare -astralsorcery:blockvanishing, tile.blockvanishing.name -astralsorcery:blockchalice, Containment Chalice -astralsorcery:blockbore, Evershifting Fountain -astralsorcery:blockattunementaltar, Attunement Altar -astralsorcery:blockattunementrelay, Spectral Relay -astralsorcery:blockwell, Lightwell -astralsorcery:blockworldilluminator, Cave Illuminator -astralsorcery:blockfaketree, -astralsorcery:blockstarlightinfuser, Starlight Infuser -astralsorcery:blockrituallink, Ritual Anchor -astralsorcery:blockportalnode, -astralsorcery:blocktreebeacon, Tree Beacon -astralsorcery:blocktranslucentblock, Translucent Block -astralsorcery:blockmapdrawingtable, Stellar Refraction Table -astralsorcery:blockcelestialgateway, Celestial Gateway -astralsorcery:blockobservatory, Observatory -astralsorcery:blocklens, Lens -astralsorcery:blockprism, PrismLens -astralsorcery:blockmarbleslab:0, Marble Slab -astralsorcery:blockcustomore:0, Rock Crystal Ore -astralsorcery:blockcustomore:1, Starmetal Ore -astralsorcery:blockcustomsandore:0, Aquamarine Shale -astralsorcery:blockcustomflower:0, Faint Amaranth -astralsorcery:blockmarble:0, Marble -astralsorcery:blockmarble:1, Marble Bricks -astralsorcery:blockmarble:2, Marble Pillar -astralsorcery:blockmarble:3, Marble Arch -astralsorcery:blockmarble:4, Chiseled Marble -astralsorcery:blockmarble:5, Engraved Marble -astralsorcery:blockmarble:6, Runed Marble -astralsorcery:blockblackmarble:0, Sooty Marble -astralsorcery:blockblackmarble:1, Sooty Marble Bricks -astralsorcery:blockblackmarble:2, Sooty Marble Pillar -astralsorcery:blockblackmarble:3, Sooty Marble Arch -astralsorcery:blockblackmarble:4, Chiseled Sooty Marble -astralsorcery:blockblackmarble:5, Engraved Sooty Marble -astralsorcery:blockblackmarble:6, Runed Sooty Marble -astralsorcery:blockinfusedwood:0, Infused Wood -astralsorcery:blockinfusedwood:1, Infused Wood Planks -astralsorcery:blockinfusedwood:2, Infused Wood Column -astralsorcery:blockinfusedwood:3, Infused Wood Arch -astralsorcery:blockinfusedwood:4, Engraved Infused Wood -astralsorcery:blockinfusedwood:5, Enriched Infused Wood -astralsorcery:blockinfusedwood:6, Vibrant Infused Wood -astralsorcery:blockborehead:0, Neromantic Prime -astralsorcery:blockborehead:1, Fysallidic Prime -astralsorcery:blockmachine:0, Telescope -astralsorcery:blockmachine:1, Grindstone -astralsorcery:blockcelestialcrystals:0, Celestial Crystal Cluster -astralsorcery:blockcelestialcrystals:1, Celestial Crystal Cluster -astralsorcery:blockcelestialcrystals:2, Celestial Crystal Cluster -astralsorcery:blockcelestialcrystals:3, Celestial Crystal Cluster -astralsorcery:blockcelestialcrystals:4, Celestial Crystal Cluster -astralsorcery:blockgemcrystals:0, Gem Crystal Cluster -astralsorcery:blockgemcrystals:1, Gem Crystal Cluster -astralsorcery:blockgemcrystals:2, Gem Crystal Cluster -astralsorcery:blockgemcrystals:3, Gem Crystal Cluster -astralsorcery:blockgemcrystals:4, Gem Crystal Cluster -astralsorcery:blockstructural:0, Telescope -astralsorcery:blockritualpedestal, Ritual Pedestal -astralsorcery:blockaltar:0, Luminous Crafting Table -astralsorcery:blockaltar:1, Starlight Crafting Altar -astralsorcery:blockaltar:2, Celestial Altar -astralsorcery:blockaltar:3, Iridescent Altar -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -astralsorcery:blockcelestialcollectorcrystal:0, Floating Crystal -base:wrench, Wrench -betterbuilderswands:wandstone, Stone Wand -betterbuilderswands:wandiron, Iron Wand -betterbuilderswands:wanddiamond, Diamond Wand -betterbuilderswands:wandunbreakable, Unbreakable Wand -patchouli:guide_book, Guide Book -buildcrafttransport:pipe_structure:0, Cobblestone Structure Pipe -buildcrafttransport:pipe_wood_item:0, Wooden Transport Pipe -buildcrafttransport:pipe_cobble_item:0, Cobblestone Transport Pipe -buildcrafttransport:pipe_stone_item:0, Stone Transport Pipe -buildcrafttransport:pipe_quartz_item:0, Quartz Transport Pipe -buildcrafttransport:pipe_iron_item:0, Iron Transport Pipe -buildcrafttransport:pipe_gold_item:0, Golden Transport Pipe -buildcrafttransport:pipe_clay_item:0, Clay Transport Pipe -buildcrafttransport:pipe_sandstone_item:0, Sandstone Transport Pipe -buildcrafttransport:pipe_void_item:0, Void Transport Pipe -buildcrafttransport:pipe_obsidian_item:0, Obsidian Transport Pipe -buildcrafttransport:pipe_diamond_item:0, Diamond Transport Pipe -buildcrafttransport:pipe_diamond_wood_item:0, Wooden Diamond Transport Pipe -buildcrafttransport:pipe_lapis_item:0, Lazuli Transport Pipe -buildcrafttransport:pipe_daizuli_item:0, Daizuli Transport Pipe -buildcrafttransport:pipe_emzuli_item:0, Emzuli Transport Pipe -buildcrafttransport:pipe_stripes_item:0, Stripes Transport Pipe -buildcrafttransport:pipe_wood_fluid:0, Wooden Fluid Pipe -buildcrafttransport:pipe_cobble_fluid:0, Cobblestone Fluid Pipe -buildcrafttransport:pipe_stone_fluid:0, Stone Fluid Pipe -buildcrafttransport:pipe_quartz_fluid:0, Quartz Fluid Pipe -buildcrafttransport:pipe_gold_fluid:0, Golden Fluid Pipe -buildcrafttransport:pipe_iron_fluid:0, Iron Fluid Pipe -buildcrafttransport:pipe_clay_fluid:0, Clay Fluid Pipe -buildcrafttransport:pipe_sandstone_fluid:0, Sandstone Fluid Pipe -buildcrafttransport:pipe_void_fluid:0, Void Fluid Pipe -buildcrafttransport:pipe_diamond_fluid:0, Diamond Fluid Pipe -buildcrafttransport:pipe_diamond_wood_fluid:0, Wooden Diamond Fluid Pipe -buildcrafttransport:pipe_wood_power:0, Wooden Kinesis Pipe -buildcrafttransport:pipe_cobble_power:0, Cobblestone Kinesis Pipe -buildcrafttransport:pipe_stone_power:0, Stone Kinesis Pipe -buildcrafttransport:pipe_quartz_power:0, Quartz Kinesis Pipe -buildcrafttransport:pipe_gold_power:0, Golden Kinesis Pipe -buildcrafttransport:pipe_sandstone_power:0, Sandstone Kinesis Pipe -buildcraftcompat:pipe_item_propolis:0, Apiarist's Pipe -buildcrafttransport:filtered_buffer, Filtered Buffer -buildcrafttransport:waterproof, Pipe Sealant -buildcrafttransport:plug_blocker, Pipe Plug -buildcrafttransport:plug_power_adaptor, Power Adapter -buildcrafttransport:wire:0, §z§0§fWhite§r Pipe Wire -buildcrafttransport:wire:1, §z§1§6Orange§r Pipe Wire -buildcrafttransport:wire:2, §z§2§dMagenta§r Pipe Wire -buildcrafttransport:wire:3, §z§3§bLight Blue§r Pipe Wire -buildcrafttransport:wire:4, §z§4§eYellow§r Pipe Wire -buildcrafttransport:wire:5, §z§5§aLime§r Pipe Wire -buildcrafttransport:wire:6, §z§6§dPink§r Pipe Wire -buildcrafttransport:wire:7, §z§7§7Gray§r Pipe Wire -buildcrafttransport:wire:8, §z§8§7Light Gray§r Pipe Wire -buildcrafttransport:wire:9, §z§9§3Cyan§r Pipe Wire -buildcrafttransport:wire:10, §z§a§dPurple§r Pipe Wire -buildcrafttransport:wire:11, §9§9Blue§r Pipe Wire -buildcrafttransport:wire:12, §z§c§6Brown§r Pipe Wire -buildcrafttransport:wire:13, §z§d§aGreen§r Pipe Wire -buildcrafttransport:wire:14, §z§e§cRed§r Pipe Wire -buildcrafttransport:wire:15, §0§7Black§r Pipe Wire -buildcraftsilicon:laser, Laser -buildcraftsilicon:assembly_table, Assembly Table -buildcraftsilicon:advanced_crafting_table, Advanced Crafting Table -buildcraftsilicon:integration_table, Integration Table -buildcraftsilicon:redstone_chipset:0, Redstone Chipset -buildcraftsilicon:redstone_chipset:1, Iron Chipset -buildcraftsilicon:redstone_chipset:2, Golden Chipset -buildcraftsilicon:redstone_chipset:3, Quartz Chipset -buildcraftsilicon:redstone_chipset:4, Diamond Chipset -buildcraftsilicon:gate_copier, Gate Copier -buildcraftsilicon:plug_gate, item.gate.name -buildcraftsilicon:plug_lens:0, §0§7Black§r Lens -buildcraftsilicon:plug_lens:1, §z§e§cRed§r Lens -buildcraftsilicon:plug_lens:2, §z§d§aGreen§r Lens -buildcraftsilicon:plug_lens:3, §z§c§6Brown§r Lens -buildcraftsilicon:plug_lens:4, §9§9Blue§r Lens -buildcraftsilicon:plug_lens:5, §z§a§dPurple§r Lens -buildcraftsilicon:plug_lens:6, §z§9§3Cyan§r Lens -buildcraftsilicon:plug_lens:7, §z§8§7Light Gray§r Lens -buildcraftsilicon:plug_lens:8, §z§7§7Gray§r Lens -buildcraftsilicon:plug_lens:9, §z§6§dPink§r Lens -buildcraftsilicon:plug_lens:10, §z§5§aLime§r Lens -buildcraftsilicon:plug_lens:11, §z§4§eYellow§r Lens -buildcraftsilicon:plug_lens:12, §z§3§bLight Blue§r Lens -buildcraftsilicon:plug_lens:13, §z§2§dMagenta§r Lens -buildcraftsilicon:plug_lens:14, §z§1§6Orange§r Lens -buildcraftsilicon:plug_lens:15, §z§0§fWhite§r Lens -buildcraftsilicon:plug_lens:16, §0§7Black§r Filter -buildcraftsilicon:plug_lens:17, §z§e§cRed§r Filter -buildcraftsilicon:plug_lens:18, §z§d§aGreen§r Filter -buildcraftsilicon:plug_lens:19, §z§c§6Brown§r Filter -buildcraftsilicon:plug_lens:20, §9§9Blue§r Filter -buildcraftsilicon:plug_lens:21, §z§a§dPurple§r Filter -buildcraftsilicon:plug_lens:22, §z§9§3Cyan§r Filter -buildcraftsilicon:plug_lens:23, §z§8§7Light Gray§r Filter -buildcraftsilicon:plug_lens:24, §z§7§7Gray§r Filter -buildcraftsilicon:plug_lens:25, §z§6§dPink§r Filter -buildcraftsilicon:plug_lens:26, §z§5§aLime§r Filter -buildcraftsilicon:plug_lens:27, §z§4§eYellow§r Filter -buildcraftsilicon:plug_lens:28, §z§3§bLight Blue§r Filter -buildcraftsilicon:plug_lens:29, §z§2§dMagenta§r Filter -buildcraftsilicon:plug_lens:30, §z§1§6Orange§r Filter -buildcraftsilicon:plug_lens:31, §z§0§fWhite§r Filter -buildcraftsilicon:plug_lens:32, Clear Lens -buildcraftsilicon:plug_lens:33, Clear Filter -buildcraftsilicon:plug_pulsar, Pipe Pulsar -buildcraftsilicon:plug_light_sensor, Light Sensor -contenttweaker:mark_of_the_samurai, Mark of the Samurai -contenttweaker:terraformassiflora, Terraformassiflora -contenttweaker:biome_checker, Biome Checker -contenttweaker:spatial_phaser, Spatial Phaser -contenttweaker:gem_of_voracity, Gem of Voracity -contenttweaker:aquatic_stone, Aquatic Stone -contenttweaker:broken_oath, Broken Oathstone -contenttweaker:rhythm_of_the_great_worm, Rhythm of the Great Worm -contenttweaker:diabetic_callstone, Diabetic Callstone -contenttweaker:memory_restoration_ritual, Memory Restoration Ritual -contenttweaker:creeponia_callstone, Creeponia Callstone -contenttweaker:stormborn_callstone, Stormborn Callstone -contenttweaker:deeplands_callstone, Deeplands Callstone -contenttweaker:crystevia_callstone, Crystevia Callstone -contenttweaker:iromine_callstone, Iromine Callstone -contenttweaker:borean_callstone, Borean Callstone -contenttweaker:lunalus_callstone, Lunalus Callstone -contenttweaker:wildwood_callstone, Wildwood Callstone -contenttweaker:skythern_callstone, Skythern Callstone -contenttweaker:tulite_flower, Tulite Flower -contenttweaker:immortallis_callstone, Immortallis Callstone -contenttweaker:horrific_callstone, Horrific Callstone -contenttweaker:harbinger_callstone, Harbinger Callstone -contenttweaker:dream_callstone, Dream Callstone -contenttweaker:nightmare_callstone, Nightmare Callstone -contenttweaker:sacred_callstone, Sacred Callstone -contenttweaker:call_of_the_haunted, Call of the Haunted -contenttweaker:recursion_prison_key, Recursion Prison Key -contenttweaker:sticky_callstone, Sticky Callstone -contenttweaker:runic_key, Runic Key -contenttweaker:secret_weapon, Secret Weapon -contenttweaker:arcane_prison_key, Arcane Prison Key -contenttweaker:call_of_the_arbiter, Call of the Arbiter -contenttweaker:aesir_rift, Aesir Rift -contenttweaker:mossy_grave_dust, Mossy Grave Dust -contenttweaker:unusually_heavy_bone, Unusually Heavy Bone -contenttweaker:summoning_computer, Summoning Computer -contenttweaker:skeletal_callstone, Skeletal Callstone -contenttweaker:fluix_callstone, Fluix Callstone -contenttweaker:terrestrial_animator_0, Terrestrial Animator -contenttweaker:terrestrial_animator_1, Terrestrial Animator I -contenttweaker:terrestrial_animator_2, Terrestrial Animator II -contenttweaker:terrestrial_animator_3, Terrestrial Animator III -contenttweaker:terrestrial_animator_4, Terrestrial Animator IV -contenttweaker:terrestrial_animator_5, Terrestrial Animator V -contenttweaker:terrestrial_animator_6, Terrestrial Animator VI -contenttweaker:terrestrial_animator_7, Terrestrial Animator VII -contenttweaker:vibrating_mithminite_schythe, Vibrating Mithminite Scythe -contenttweaker:tainted_callstone, Tainted Callstone -contenttweaker:radiating_callstone, Radiating Callstone -contenttweaker:demonologist_callstone, Demonologist Callstone -contenttweaker:armorer_callstone, Armorer Callstone -contenttweaker:undead_callstone, Undead Callstone -contenttweaker:betweenlands_callstone_0, Spatial Diviner: Nihil -contenttweaker:betweenlands_callstone_1, Spatial Diviner: Spiritus -contenttweaker:betweenlands_callstone_2, Spatial Diviner: Vitas -contenttweaker:betweenlands_callstone_3, Spatial Diviner: Alkemia -contenttweaker:betweenlands_callstone_4, Spatial Diviner: Umbram -contenttweaker:betweenlands_callstone_5, Spatial Diviner: Famen -contenttweaker:betweenlands_callstone_6, Spatial Diviner: Mortem -contenttweaker:betweenlands_callstone_7, Spatial Diviner: Lutum -contenttweaker:betweenlands_callstone_8, Spatial Diviner: Primus -contenttweaker:constructor_summoner, Dungeon Constructor Summoner -contenttweaker:wargeneral_summoner, War General Summoner -contenttweaker:lord_summoner, Lord Vatticus Summoner -contenttweaker:strange_charm, Strange Charm -contenttweaker:pharos_callstone, Pharos Callstone -contenttweaker:trinity_callstone, Trinity Callstone -contenttweaker:peaceful_oath_callstone, Peaceful Oath Callstone -contenttweaker:gun_devil_callstone, Gun Devil Callstone -contenttweaker:unburied_callstone, Unburied Callstone -contenttweaker:anemic_callstone, Anemic Callstone -contenttweaker:orbital_callstone, Orbital Callstone -contenttweaker:energy_chicken_callstone, Energy Chicken Callstone -contenttweaker:biome_ritual_callstone, Biome Ritual Callstone -contenttweaker:hidden_power_callstone, Hidden Power Callstone -contenttweaker:harbinger_charm, Harbinger Charm -contenttweaker:thorny_callstone, Thorny Callstone -contenttweaker:umberstone_callstone, Umberstone Callstone -contenttweaker:cleansing_callstone, Cleansing Callstone -contenttweaker:furnace_callstone, Furnace Callstone -contenttweaker:grand_magician_callstone, Grand Magician Callstone -contenttweaker:rulers_of_terra_callstone, Rulers of Terra Callstone -contenttweaker:nero_callstone, Nero Callstone -contenttweaker:deep_knowledge_callstone, Deep Knowledge Callstone -contenttweaker:butterfly_repellent, Butterfly Repellent -contenttweaker:greenlight_callstone, Greenlight Callstone -contenttweaker:call_of_the_full_moon, Recursive Paper: Full Moon -contenttweaker:call_of_the_bloodhunt, Recursive Paper: Bloodhunt -contenttweaker:mark_of_the_soul_scurry, Recursive Paper: Soul Scurry -contenttweaker:signal_beacon, Recursive Paper: Invasion -contenttweaker:call_of_the_death_games, Recursive Paper: Death Games -contenttweaker:creepy_explosive, Recursive Paper: Creepy Invasion -contenttweaker:embiggener, Recursive Paper: Embiggening -contenttweaker:wrought_summoner, Wrought Summoner -contenttweaker:call_of_enigma, Recursive Paper: Enigmatic Summons -contenttweaker:witchery_summons, Recursive Paper: Witchery Summons -contenttweaker:funny_pumpkin, Funny Pumpkin -contenttweaker:wormhole_fragment, Wormhole Fragment -contenttweaker:akathartos_callstone, Akathartos Callstone -contenttweaker:anomaly_detector_stage_1, Sentient Anomaly Detector: Whispering -contenttweaker:anomaly_detector_stage_2, Sentient Anomaly Detector: Ensnaring -contenttweaker:anomaly_detector_stage_3, Sentient Anomaly Detector: Betraying -contenttweaker:apothecary_prison_key, Apothecary Prison Key -contenttweaker:voraceous_worm_callstone, Voracious Beast Callstone -contenttweaker:dreadful_prison_key, Dreadful Prison Key -contenttweaker:blockstatechecker, item.contenttweaker.blockstatechecker.name -contenttweaker:blocknamechecker, item.contenttweaker.blocknamechecker.name -contenttweaker:wyvern_monument_activation_fabrial, Wyvern Monument Activation Fabrial -contenttweaker:ancient_wyvern_callstone, Ancient Wyvern Callstone -contenttweaker:oblivion_candle, Oblivion Candle -contenttweaker:oblivionaire_callstone, Oblivionaire Callstone -contenttweaker:key_of_flesh_dominion, Key of Flesh Dominion -contenttweaker:gravitational_callstone, Gravitational Callstone -contenttweaker:warlord_callstone, Warlord Callstone -contenttweaker:horde_domination_callstone, Horde Domination Callstone -contenttweaker:fluix_historian_callstone, Fluix Historian Callstone -contenttweaker:hunger_summoner, The Hunger Summoner -contenttweaker:mysteriousman_summoner, Mysterious Man 1 Summoner -contenttweaker:mysteriousman2_summoner, Mysterious Man 2 Summoner -contenttweaker:mysteriousman3_summoner, Mysterious Man 3 Summoner -contenttweaker:whitefire_callstone, Whitefire Callstone -contenttweaker:undead_botanist_callstone, Undead Botanist Callstone -contenttweaker:forbidden_garden_callstone, Forbidden Garden Callstone -contenttweaker:energetic_prison_key, Energetic Prison Key -contenttweaker:draconian_prison_key, Draconian Prison Key -contenttweaker:chaotic_summoner, Chaotic Summoner -contenttweaker:soulsucking_callstone, Soul-Sucking Callstone -contenttweaker:crepuscular_callstone, Crepuscular Callstone -contenttweaker:zoi_callstone, Zoi Callstone -contenttweaker:secret_lurker_callstone, Secret Lurker Callstone -contenttweaker:eldritch_crab_callstone, Eldritch Crab Callstone -contenttweaker:tainted_loop_callstone, Tainted Loop Callstone -contenttweaker:pauram_callstone, Pauram Callstone -contenttweaker:first_recursive_lock, First Recursive Lock -contenttweaker:second_recursive_lock, Second Recursive Lock -contenttweaker:third_recursive_lock, Third Recursive Lock -contenttweaker:fourth_recursive_lock, Fourth Recursive Lock -contenttweaker:fifth_recursive_lock, Fifth Recursive Lock -contenttweaker:woot_flusher, Woot Flusher -contenttweaker:infernal_furnace_callstone, Infernal Furnace Callstone -contenttweaker:monumental_meatball_callstone, Monumental Meatball Callstone -contenttweaker:furnace_secret_callstone, Furnace Secret Callstone -contenttweaker:summon_of_the_gatekeeper, Summon of the Undead Gatekeeper -contenttweaker:summons_of_the_shyre_warden, Summons of the Shyre Warden -contenttweaker:hidden_errors_callstone, Hidden Errors Callstone -contenttweaker:tarantula_callstone, Tarantula Hive Callstone -contenttweaker:antlion_callstone, Antlion Hive Callstone -contenttweaker:recursive_paper_illager, Recursive Paper: Pillage -contenttweaker:recursive_paper_abyssal, Recursive Paper: Abyssal -contenttweaker:recursive_paper_buggy, Recursive Paper: Buggy Mess -contenttweaker:weaponsmith_callstone, Weaponsmith Callstone -contenttweaker:forbidden_meatball_man_rites, Forbidden Meatball Man Rites -contenttweaker:requiem_of_the_arbiter, Requiem of the Arbiter -contenttweaker:hymn_of_the_true_tongue, Hymn of the True Tongue -contenttweaker:master_of_the_true_tongue_callstone, Master of the True Tongue Callstone -contenttweaker:gambling_addiction_prison_key, Gambling Addiction Prison key -contenttweaker:lucky_box_aether_bronze, Lucky Box: Bronze Aether -contenttweaker:lucky_box_aether_silver, Lucky Box: Silver Aether -contenttweaker:lucky_box_aether_gold, Lucky Box: Gold Aether -contenttweaker:lucky_box_twilight_books, Lucky Box: Twilight Magician -contenttweaker:lucky_box_twilight_weapons, Lucky Box: Twilight Warrior -contenttweaker:dread_cleansing_callstone, Dread-Cleansing Callstone -contenttweaker:rites_of_liberation, Rites of Liberation -contenttweaker:nethersky_amber:0, Nethersky Amber -contenttweaker:mithrillium_catalyst:0, Mithrillium Catalyst -contenttweaker:crimson_quartz:0, Crimson Quartz -contenttweaker:sacred_wood:0, Sacred Wood -contenttweaker:plasma_wood:0, Plasma Wood -contenttweaker:ayeraco_stone:0, Ayeraco Stone -contenttweaker:precasian_cap:0, Precasian Cap -contenttweaker:dark_soul_machine_chassis:0, Dark Soul Machine Chassis -contenttweaker:abyssal_cap:0, Abyssal Cap -contenttweaker:lelyetian_cap:0, Lelyetian Cap -contenttweaker:deepland_cap:0, Deeplands Cap -contenttweaker:creeponian_cap:0, Creeponian Cap -contenttweaker:barathos_cap:0, Barathos Cap -contenttweaker:tartarite_monolith:0, Tartarite Monolith -contenttweaker:celian_block:0, Celian Block -contenttweaker:crystevian_crystal:0, Crystevian Crystal -contenttweaker:garden_block:0, Garden Block -contenttweaker:haven_block:0, Haven Block -contenttweaker:iromine_block:0, Iro Block -contenttweaker:mysterium_block:0, Mysterium Block -contenttweaker:vox_block:0, Vox Block -contenttweaker:candyland_cap:0, Candyland Cap -contenttweaker:celeve_cap:0, Celeve Cap -contenttweaker:gardencia_cap:0, Gardencia Cap -contenttweaker:crystevia_cap:0, Crystevia Cap -contenttweaker:haven_cap:0, Haven Cap -contenttweaker:iromine_cap:0, Iromine Cap -contenttweaker:mysterium_cap:0, Mysterium Cap -contenttweaker:voxponds_cap:0, Vox Ponds Cap -contenttweaker:mythic_machine_case:0, Mythic Machine Case -contenttweaker:arc_reactor_coil:0, Arc Reactor Coil -contenttweaker:infusion_catalyst:0, Infusion Catalyst -contenttweaker:bloodmaster_block:0, Bloodmaster Block -contenttweaker:rhenium_ore:0, Rhenium Ore -contenttweaker:tartarite_ore:0, Tartarite Ore -contenttweaker:sednanite_ore:0, Sednanite Ore -contenttweaker:myrmitite_ore:0, Myrmitite Ore -contenttweaker:ogerite_ore:0, Ogerite Ore -contenttweaker:mythic_excavation_engine:0, Mythic Excavation Engine -contenttweaker:mythic_excavation_computer:0, Mythic Excavation Power Unit -contenttweaker:runador_cap:0, Runandor Cap -contenttweaker:lunalus_cap:0, Lunalus Cap -contenttweaker:borean_cap:0, L'Borean Cap -contenttweaker:dreaded_steel_block:0, Dreaded Steel Block -contenttweaker:stone_of_the_wizard:0, Stone of the Master Wizard -contenttweaker:unidentified_body:0, Unidentified Body -contenttweaker:alchemical_crystal:0, Alchemical Crystal -contenttweaker:living_gold:0, Living Gold -contenttweaker:mythic_excavation_reactor:0, Mythic Excavation Reactor -contenttweaker:chaotic_stone:0, Chaotic Stone -contenttweaker:chaotic_bricks:0, Chaotic Bricks -contenttweaker:ancient_cavern_cap:0, Ancient Cavern Cap -contenttweaker:immortallis_cap:0, Immortallis Cap -contenttweaker:greckon_cap:0, Greckon Cap -contenttweaker:dustopia_cap:0, Dustopia Cap -contenttweaker:gaia_spirit_block:0, Gaia Spirit Block -contenttweaker:nightmare_block:0, Nightmare Block -contenttweaker:nightmare_machine_case:0, Nightmare Machine Case -contenttweaker:white_hole:0, Negative Exotic Body -contenttweaker:collapser_casing:0, Collapser Casing -contenttweaker:collapser_conduit:0, Collapser Conduit -contenttweaker:gravity_inverter:0, Gravity Inverter -contenttweaker:shyre_bricks:0, Shyre Bricks -contenttweaker:reinforced_shyre_bricks:0, Reinforced Shyre Bricks -contenttweaker:infinity_furnace_bricks:0, Infinity Furnace Bricks -contenttweaker:white_fuel:0, White Fuel -contenttweaker:vibrating_stone:0, Vibrating Stone -contenttweaker:resonating_stone:0, Resonating Stone -contenttweaker:candy_block:0, Block of Candy -contenttweaker:rainbow_bricks:0, Rainbow Bricks -contenttweaker:bedrock_cobblestone:0, Bedrock Cobblestone -contenttweaker:dark_mithrillium_block:0, Dark Mithrillium Block -contenttweaker:miniature_star:0, Miniature Star -contenttweaker:dyson_shell:0, Dyson Shell -contenttweaker:dyson_beam:0, Dyson Beam -contenttweaker:ultracapacitor_bank:0, Ultracapacitor Bank -contenttweaker:defined_machine_case:0, More Defined Machine Case -contenttweaker:dyson_conduit:0, Dyson Conduit -contenttweaker:dyson_collector:0, Dyson Collector -contenttweaker:high_energy_ray_collector:0, High Energy Ray Collector -contenttweaker:irradiated_filler:0, Irradiated Filler -contenttweaker:irradiator_casing:0, Irradiator Casing -contenttweaker:miniature_pulsar:0, Miniature Pulsar -contenttweaker:collecting_stone:0, Collecting Stone -contenttweaker:lilith_altar_bricks:0, Lilith Altar Bricks -contenttweaker:moloch_altar_bricks:0, Moloch Altar Bricks -contenttweaker:vibranium_servo:0, Vibranium Servo -contenttweaker:neutronium_cannon:0, Neutronium Cannon -contenttweaker:neutronium_casing:0, Neutronium Casing -contenttweaker:neutronium_bombarder:0, Neutronium Bombarder -contenttweaker:accelerator_tube:0, Accelerator Tube -contenttweaker:experiment_casing:0, Experiment Casing -contenttweaker:linear_accelerator_tube:0, Linear Accelerator Tube -contenttweaker:warped_stone:0, Warped Stone -contenttweaker:baphomet_altar_bricks:0, Baphomet Altar Bricks -contenttweaker:miniature_black_hole:0, Miniature Black Hole -contenttweaker:horizon_stabilizer:0, Horizon Stabilizer -contenttweaker:infinity_dyson_conduit:0, Infinity Dyson Conduit -contenttweaker:dyson_compressor:0, Dyson Compressor -contenttweaker:unfathomable_stone:0, Unfathomable Stone -contenttweaker:destructive_stone_bricks:0, Destructive Stone Bricks -contenttweaker:destructive_demon_alloy:0, Destructive Demon Alloy -contenttweaker:vengeful_stone_tiles:0, Vengeful Stone Tiles -contenttweaker:destructive_demon_eye:0, Destructive Demon Eye -contenttweaker:vengeful_portal:0, Vengeful Portal -contenttweaker:retaliation_portal:0, Retaliation Portal -contenttweaker:demonic_crystal_cluster:0, Demonic Crystal Cluster -contenttweaker:corrosive_crystal_cluster:0, Corrosive Crystal Cluster -contenttweaker:destructive_crystal_cluster:0, Destructive Crystal Cluster -contenttweaker:vengeful_crystal_cluster:0, Vengeful Crystal Cluster -contenttweaker:steadfast_crystal_cluster:0, Steadfast Crystal Cluster -contenttweaker:icy_bricks:0, Icy Bricks -contenttweaker:icy_tiles:0, Icy Tiles -contenttweaker:icy_stone:0, Icy Stone -contenttweaker:icy_gateway:0, Icy Gateway -contenttweaker:dense_gravitite_ore:0, Dense Gravitite Ore -contenttweaker:darkstar_stone:0, Darkstar Stone -contenttweaker:arkenstone:0, Arkenstone -contenttweaker:purity_offer:0, Purity Offer -contenttweaker:ragnarok_sigil:0, Ragnarok Sigil -contenttweaker:master_rune_box:0, Master Rune Box -contenttweaker:mythic_coil_t1:0, Tier 1 Mythic Coil -contenttweaker:mythic_coil_t2:0, Tier 2 Mythic Coil -contenttweaker:mythic_coil_t3:0, Tier 3 Mythic Coil -contenttweaker:draconium_electromagnet:0, Draconium Electromagnet -contenttweaker:awakened_electromagnet:0, Awakened Electromagnet -contenttweaker:shining_sandstone:0, Shining Sandstone -contenttweaker:highly_advanced_machine_casing:0, Highly Advanced Machine Casing -contenttweaker:draconic_machine_frame:0, Draconic Machine Frame -contenttweaker:eternal_tulite:0, Eternal Tulite -contenttweaker:valtellina_ore:0, Valtellina Ore -contenttweaker:broken_portal_arcana:0, Broken Arcana Portal -contenttweaker:ender_dolomite:0, Ender Dolomite -contenttweaker:serpentine:0, Serpentine -contenttweaker:travertine:0, Travertine -contenttweaker:pink_marble:0, Pink Marble -contenttweaker:onyx:0, Onyx -contenttweaker:agate:0, Agate -contenttweaker:feldspar:0, Feldspar -contenttweaker:metagabbro:0, Metagabbro -contenttweaker:fiery_pyrite:0, Fiery Pyrite -contenttweaker:muon_extractor:0, Muon Extractor -contenttweaker:titanium_iridium_coil:0, Titanium Iridium Coil -contenttweaker:order_wood:0, Order Wood -contenttweaker:chaos_wood:0, Chaos Wood -contenttweaker:brightsteel_case:0, Brightsteel Case -contenttweaker:gravitite_stone:0, Gravitational Vibrator -contenttweaker:scale_of_the_ancient_heart:0, Scale of the Ancient Heart -contenttweaker:sentient_meatball:0, Sentient Meatball -contenttweaker:everburner:0, Everburner -contenttweaker:sentient_factory_core:0, Sentient Factory Core -contenttweaker:brightsteel_conduit:0, Brightsteel Conduit -contenttweaker:asgard_furnace_brick:0, Asgard Furnace Bricks -contenttweaker:defined_block:0, Defined Block -contenttweaker:definer_casing:0, Definer Casing -contenttweaker:well_defined_machine_case:0, Well-Defined Machine Case -contenttweaker:astral_collapser_wall:0, Sandman's Sand -contenttweaker:holographic_ore:0, Holographic Ore -contenttweaker:ultimate_ore:0, Ultimate Ore -contenttweaker:matrix_ore:0, Matrix Ore -contenttweaker:sednanite_stabilizer:0, Sednanite Stabilizer -contenttweaker:plasma_collider:0, Plasma Collider -contenttweaker:plasma_injector:0, Plasma Injector -contenttweaker:ichor:0, Ichor -contenttweaker:inertial_laser_projector:0, Inertial Laser Projector -contenttweaker:hohlraum:0, Hohlraum -contenttweaker:demon_stone:0, Demon Stone -contenttweaker:energy_hive:0, Energy Hive -contenttweaker:fluix_etcher:0, Fluix Etcher -contenttweaker:naquadah_catalyst:0, Naquadah Catalyst -contenttweaker:recursive_meatball:0, Recursive Meatball -contenttweaker:fusion_core_placeholder:0, Fusion Core Placeholder -contenttweaker:etherium_ore:0, Etherium Ore -contenttweaker:charged_draconium_block:0, Charged Draconium Block -contenttweaker:myrmitite_casing:0, Myrmitite Casing -contenttweaker:returning_point:0, tile.contenttweaker.returning_point.name -contenttweaker:shungite:0, Shungite -contenttweaker:herne_altar_stone:0, Herne Altar Stone -contenttweaker:lilith_altar_stone:0, Lilith Altar Stone -contenttweaker:moloch_altar_stone:0, Moloch Altar Stone -contenttweaker:baphomet_altar_stone:0, Baphomet Altar Stone -contenttweaker:abyssal_wasteland_containment_stone:0, Abyssal Wasteland Containment Stone -contenttweaker:dreadlands_containment_stone:0, Dreadlands Containment Stone -contenttweaker:omothol_containment_stone:0, Omothol Containment Stone -contenttweaker:headstone:0, Draconian Headstone -contenttweaker:psichic_stone:0, Psichic Stone -contenttweaker:empowered_mazestone:0, Empowered Mazestone -contenttweaker:crazed_marble:0, Crazed Marble -contenttweaker:darkstar_catalyst:0, Darkstar Catalyst -contenttweaker:abyssal_flesh:0, Abyssal Flesh -contenttweaker:active_cryotheum_cooler:0, Active Cryotheum Cooler -contenttweaker:salt_exchanger_vessel:0, Salt Exchanger Vessel -contenttweaker:fuel_exchanger_vessel:0, Fuel Exchanger Vessel -contenttweaker:heat_sink_vessel:0, Heat Sink Vessel -contenttweaker:ichorium_catalyst:0, Ichorium Catalyst -contenttweaker:gold_nak_cooler:0, Gold NaK Cooler -contenttweaker:redstone_nak_cooler:0, Redstone NaK Cooler -contenttweaker:raw_nak_cooler:0, Raw NaK Cooler -contenttweaker:cryotheum_nak_cooler:0, Cryotheum NaK Cooler -contenttweaker:liquidhelium_nak_cooler:0, Helium NaK Cooler -contenttweaker:ogerite_vital_vessel:0, Ogerite or Vital Lymph Vessel -contenttweaker:polonium_vessel:0, Polonium Vessel -contenttweaker:radioactive_mix_vessel:0, Unholy Radioactive Mix Vessel -contenttweaker:pssessed_starlight_vessel:0, Possessed Starlight Vessel -contenttweaker:hot_heat_exchanger:0, Hot Heat Exchanger Tube -contenttweaker:cold_heat_exchanger:0, Cold Heat Exchanger Tube -contenttweaker:turbine_bearing:0, Turbine Bearing Design -contenttweaker:inlet_outlet:0, Inlets or Outlets -contenttweaker:runic_ore:0, Runic Ore -contenttweaker:catalyzed_runic_ore:0, Catalyzed Runic Ore -contenttweaker:sparkled_oak_planks:0, Sparkled Oak Planks -contenttweaker:shielded_honey_bricks:0, Shielded Honey Bricks -contenttweaker:vegetarian_sentient_meatball:0, Vegetarian Sentient Meatball -contenttweaker:stone_of_aura:0, Stone of Aura -contenttweaker:sacred_eucalyptus:0, Sacred Eucalyptus -contenttweaker:leaves_of_life:0, Lifebringer Leaves -contenttweaker:innerved_sky_stone:0, Innerved Sky Stone -contenttweaker:diabetic_sentient_meatball:0, Diabetic Sentient Meatball -contenttweaker:cosmic_fabric:0, Cosmic Fabric -contenttweaker:corrupted_divine_ore:0, Enthralled Divine Ore -contenttweaker:ender_divine_ore:0, Celestial Divine Ore -contenttweaker:ice_divine_ore:0, Frigid Divine Ore -contenttweaker:jungle_divine_ore:0, Untamed Divine Ore -contenttweaker:molten_divine_ore:0, Infernal Divine Ore -contenttweaker:shadow_divine_ore:0, Shadowed Divine Ore -contenttweaker:terran_divine_ore:0, Grounded Divine Ore -contenttweaker:shungite_casing:0, Shungite Casing -contenttweaker:plasma_accelerator_tube:0, Plasma Accelerator Tube -contenttweaker:inertial_plasma_cannon:0, Inertial Plasma Cannon -contenttweaker:fluid_matrix_conduit:0, Fluid Matrix Conduit -contenttweaker:matrix_plasma_fusor:0, Matrix Plasma Fusor -contenttweaker:radioactive_sentient_meatball:0, Radioactive Sentient Meatball -contenttweaker:hypergrowth_component:0, Hypergrowth Component -contenttweaker:hypercapacitor_discharger_x1:0, Hypercapacitor Discharger: X1 -contenttweaker:hypercapacitor_discharger_x4:0, Hypercapacitor Discharger: X4 -contenttweaker:hypercapacitor_discharger_x16:0, Hypercapacitor Discharger: X16 -contenttweaker:hypercapacitor_discharger_x64:0, Hypercapacitor Discharger: X64 -contenttweaker:hypercapacitor_discharger_x256:0, Hypercapacitor Discharger: X256 -contenttweaker:hypercapacitor_discharger_x1024:0, Hypercapacitor Discharger: X1024 -contenttweaker:tainted_sentient_meatball:0, Tainted Sentient Meatball -contenttweaker:hihi_irokane_block:0, Hihi'Irokane Block -contenttweaker:botanical_dream_stone:0, Botanical Dream Stone -contenttweaker:botanical_nightmare_stone:0, Botanical Nightmare Stone -contenttweaker:darkstar_collector:0, Darkstar Collector -contenttweaker:elemental_harmonizer:0, Elemental Harmonizer -contenttweaker:particulate_steam_condensation_tube:0, High Particulate Steam Condensation Tube -contenttweaker:destabilized_redstone_bucket_placeholder:0, Place a Destabilized Redstone Bucket Here -contenttweaker:stargate_sand:0, Stargate Sand -contenttweaker:sideral_steel:0, Sideral Steel -contenttweaker:stargate_chevron_block:0, Stargate Chevron Block -contenttweaker:stargate_ring_block:0, Stargate Ring Block -contenttweaker:stargate_controller_block:0, Stargate Controller Block -contenttweaker:heart_of_the_desert:0, Heart of the Desert -contenttweaker:recursive_stone:0, Recursive Stone -contenttweaker:monumentally_sentient_meatball:0, Monumentally Sentient Meatball -contenttweaker:harbinger_sentient_meatball:0, Harbinger Sentient Meatball -contenttweaker:hot_input:0, Hot Input -contenttweaker:cold_input:0, Cold Input -contenttweaker:cooled_output:0, Cooled Output -contenttweaker:heated_output:0, Heated Output -contenttweaker:sacred_cinders_apiary:0, Sacred Cinders Apiary -contenttweaker:adamantium_reinforced_petrified_wood:0, Adamantium-Reinforced Petrified Wood -contenttweaker:dreadful_ice:0, Dreadful Ice -contenttweaker:alchemical_ore:0, Alchemical Ore -contenttweaker:fractallite_furnace_bricks:0, Fractallite Furnace Bricks -contenttweaker:fractallite_furnace_conduit:0, Fractallite Furnace Conduit -contenttweaker:fractallite_furnace_empowerer:0, Fractallite Furnace Empowerer -contenttweaker:fractallite_furnace_core:0, Fractallite Furnace Core -contenttweaker:core_of_halite_definition:0, Core of Halite Definition -contenttweaker:plated_photonium:0, Plated Photonium -contenttweaker:gallifreyan_irradiator:0, Gallifreyan Irradiator -contenttweaker:sentient_meatball_flesh:0, Sentient Meatball Flesh -contenttweaker:gluttonous_sentient_meatball:0, tile.contenttweaker.gluttonous_sentient_meatball.name -contenttweaker:withering_fabrial:0, Withering Fabrial -contenttweaker:hyperuranon_actualizing_fabrial:0, Hyperuranion Actualizing Fabrial -contenttweaker:gambling_sentient_meatball:0, Gambling Sentient Meatball -contenttweaker:freed_betrayed_soul:0, Freed Betrayed Soul -contenttweaker:quantum_condenser:0, Quantum Condenser -contenttweaker:jade_egg, Jade Egg -contenttweaker:amethyst_egg, Amethyst Egg -contenttweaker:rosite_egg, Rosite Egg -contenttweaker:limonite_egg, Limonite Egg -contenttweaker:runium_egg, Runium Egg -contenttweaker:arlemite_egg, Arlemite Egg -contenttweaker:realmite_egg, Realmite Egg -contenttweaker:rupee_egg, Rupee Egg -contenttweaker:sapphire_egg, Sapphire Egg -contenttweaker:mithrillium_egg, Mithrillium Egg -contenttweaker:amber_egg, Arcane Amber Egg -contenttweaker:rhenium_egg, Rhenium Egg -contenttweaker:bloodgem_egg, Bloodgem Egg -contenttweaker:netherite_egg, Netherite Egg -contenttweaker:emberstone_egg, Emberstone Egg -contenttweaker:chestbone_fragment_egg, Chestbone Fragment Egg -contenttweaker:legbone_fragment_egg, Legbone Fragment Egg -contenttweaker:footbone_fragment_egg, Footbone Fragment Egg -contenttweaker:skullbone_fragment_egg, Skullbone Fragment Egg -contenttweaker:blazium_egg, Blazium Egg -contenttweaker:varsium_egg, Varsium Egg -contenttweaker:baronyte_egg, Baronyte Egg -contenttweaker:fluctuatite_egg, Fluctuatite Egg -contenttweaker:gemenyte_egg, Gemenyte Egg -contenttweaker:jewelyte_egg, Jewelyte Egg -contenttweaker:ornamyte_egg, Ornamyte Egg -contenttweaker:charged_runium_egg, Charged Runium Egg -contenttweaker:bloodstone_egg, Bloodstone Egg -contenttweaker:cold_iron_egg, Cold Iron Egg -contenttweaker:blue_gemstone_egg, Blue gemstone Egg -contenttweaker:green_gemstone_egg, Green Gemstone Egg -contenttweaker:purple_gemstone_egg, Purple Gemstone Egg -contenttweaker:red_gemstone_egg, Red Gemstone Egg -contenttweaker:white_gemstone_egg, White Gemstone Egg -contenttweaker:yellow_gemstone_egg, Yellow Gemstone Egg -contenttweaker:crystallite_egg, Crystallite Egg -contenttweaker:lyon_egg, Lyon Egg -contenttweaker:mystite_egg, Mystite Egg -contenttweaker:candyte_egg, Candyte Egg -contenttweaker:palladium_egg, Palladium Egg -contenttweaker:vityte_egg, Vityte Egg -contenttweaker:polonium_egg, Polonium Egg -contenttweaker:ogerite_egg, Ogerite Egg -contenttweaker:lunastone_egg, Lunastone Egg -contenttweaker:chalcedony_egg, Chalcedony Egg -contenttweaker:brightsteel_egg, BrightSteel Egg -contenttweaker:unidentified_egg, Unidentified Egg -contenttweaker:chaotic_egg, Chaotic Egg -contenttweaker:glitch_infused_egg, Glitch Infused Egg -contenttweaker:abominable_egg, Abominable Egg -contenttweaker:test_food, item.contenttweaker.test_food.name -contenttweaker:hearty_meatball, Hearty Meatball -contenttweaker:meatball, Meatball -contenttweaker:meatball_pasta, Pasta & Meatballs -contenttweaker:spicy_meatball_pasta, Spicy Meatball Pasta -contenttweaker:fiery_meatball_pasta, Fiery Meatball Pasta -contenttweaker:intense_meatball_pasta, Intense Meatball Pasta -contenttweaker:aglio_olio_peperoncino_pasta, Pasta Aglio Olio Peperoncino -contenttweaker:strange_meatball, Strange Meatball -contenttweaker:dried_vishroom, Dried Vishroom -contenttweaker:strange_brownie, Strange BrOwnIe -contenttweaker:golden_steak, Golden Steak -contenttweaker:really_golden_steak, Really Golden Steak -contenttweaker:bento_s, Bento S -contenttweaker:bento_m, Bento M -contenttweaker:bento_l, Bento L -contenttweaker:bento_xl, Bento XL -contenttweaker:bento_xxl, Bento XXL -contenttweaker:bento_xxxl, Bento XXXL -contenttweaker:buffalo_charger, Buffalo Charger Wing -contenttweaker:dragon_egg_omelette, Dragon Egg Omelette -contenttweaker:sour_candy_x, Sour Candy X -contenttweaker:burned_enchanted_feather, Burnt Enchanted Feather -contenttweaker:lollypop_y, Lollypop Y -contenttweaker:gummy_worm_z, Gummy Worm Z -contenttweaker:addiction_cookie, Addiction Cookie -contenttweaker:sausage_sandwich, Sausage Sandwich -contenttweaker:chocolate_cherry_truffle, Chocolate Cherry Truffle -contenttweaker:lovely_latke, Lovely Latke -contenttweaker:nice_clean_salad, Nice Clean Salad -contenttweaker:big_boy_steak, Big Boy Steak -contenttweaker:fortune_cookie, Fortune Cookie -contenttweaker:pan_di_stelle, Pan di Stelle -contenttweaker:plentiful_praline, Plentiful Praline -contenttweaker:friendly_frittata, Friendly Frittata -contenttweaker:sacred_cinders_fruit, Sacred Cinders Fruit -contenttweaker:ethical_empanada, Ethical Empanada -contenttweaker:nimble_hummus_dip, Nimble Hummus Dip -contenttweaker:heavy_polenta, Heavy Polenta -contenttweaker:multi_fruit_milkshake, Multi-Fruit Milkshake -contenttweaker:feast_of_hell, Feast of Hell -contenttweaker:tasty_eye_delight, Tasty Eye Delight -contenttweaker:monolithic_meal, Monolithic Meal -contenttweaker:hellspot_chop, Hellspot Chop -contenttweaker:disgusting_omelette, Disgusting Omelette -contenttweaker:cube_jello_cubes, Jello CUBE -contenttweaker:radioactive_nachos, Radioactive Nachos -contenttweaker:yummy_concrete, Yummy Concrete -contenttweaker:just_jambalaya, Righteous Jambalaya -contenttweaker:nethersky_steel_ingot, Nethersky Steel Ingot -contenttweaker:nethersky_steel_dust, Nethersky Steel Dust -contenttweaker:void_dust, Void Dust -contenttweaker:everwatching_eye, Everwatching Eye -contenttweaker:demon_will_powder, Demon Will Powder -contenttweaker:corrosive_will_powder, Corrosive Will Powder -contenttweaker:destructive_will_powder, Destructive Will Powder -contenttweaker:vengeful_will_powder, Vengeful Will Powder -contenttweaker:steadfast_will_powder, Steadfast Will Powder -contenttweaker:enriched_canola_seed, Enriched Canola Seeds -contenttweaker:realmstone, Realmstone -contenttweaker:gravitite_lens, Gravitite Lens -contenttweaker:fire_construct, Fire Construct -contenttweaker:ice_construct, Ice Construct -contenttweaker:nethengeic_rune, Nethengeic Rune -contenttweaker:blue_matter, Deep Blue Matter -contenttweaker:divine_star, Divine Star -contenttweaker:dragons_blood_plastic, Dragons Blood Plastic -contenttweaker:precasian_artifact, Precasian Artifact -contenttweaker:eden_core, Eden Core -contenttweaker:abyssal_artifact, Abyssal Artifact -contenttweaker:lelyetian_artifact, Lelyetian Artifact -contenttweaker:barathos_artifact, Barathos Artifact -contenttweaker:creeponian_artifact, Creeponian Artifact -contenttweaker:deeplands_artifact, Deeplands Artifact -contenttweaker:tartarus_artifact, item.contenttweaker.tartarus_artifact.name -contenttweaker:eldritch_will_crystal, Eldritch Will Crystal -contenttweaker:eldritch_will_crystal_seeds, Eldritch Will Crystal Seeds -contenttweaker:jeweled_runium, Jeweled Runium -contenttweaker:eden_star, Eden Star -contenttweaker:candyland_artifact, Candyland Artifact -contenttweaker:celeve_artifact, Celeve Artifact -contenttweaker:crystevia_artifact, Crystevia Artifact -contenttweaker:gardencia_artifact, Gardencia Artifact -contenttweaker:haven_artifact, Haven Artifact -contenttweaker:iromine_artifact, Iromine Artifact -contenttweaker:mysterium_artifact, Mysterium Artifact -contenttweaker:voxponds_artifact, Vox Ponds Artifact -contenttweaker:resplendent_ingot, Resplendent Ingot -contenttweaker:wildwood_core, Wildwood Core -contenttweaker:fragment_madness, Fragment of Madness -contenttweaker:precasia_garnet, Precasia Garnet -contenttweaker:barathos_garnet, Barathos Garnet -contenttweaker:lelyetia_garnet, Lelyetia Garnet -contenttweaker:creeponia_garnet, Creeponia Garnet -contenttweaker:deeplands_garnet, Deeplands Garnet -contenttweaker:abyss_garnet, Abyss Garnet -contenttweaker:candyland_garnet, Candyland Garnet -contenttweaker:celeve_garnet, Celeve Garnet -contenttweaker:crystevia_garnet, Crystevia Garnet -contenttweaker:gardencia_garnet, Gardencia Garnet -contenttweaker:haven_garnet, Haven Garnet -contenttweaker:iromine_garnet, Iromine Garnet -contenttweaker:mysterium_garnet, Mysterium Garnet -contenttweaker:vox_ponds_garnet, Vox Ponds Garnet -contenttweaker:depleted_polonium, Depleted Polonium -contenttweaker:arc_coil, Arc Coil -contenttweaker:lyonite_plate, Lyonite Plate -contenttweaker:supertranslucent_catalyst, Supertranslucent Catalyst -contenttweaker:rainbow_gemstones, Rainbow Gemstones -contenttweaker:apalachia_core, Apalachia Core -contenttweaker:rhenium_catalyst, Rhenium Catalyst -contenttweaker:myrmitite_catalyst, Myrmitite Catalyst -contenttweaker:wildwood_star, Wildwood Star -contenttweaker:pixonia_heart, Heart of Pixonia -contenttweaker:pixonia_infusion_key, Pixonia Infusion Key -contenttweaker:ethereal_infusion_stone, Ethereal Infusion Stone -contenttweaker:universal_booster, Universal Booster -contenttweaker:borean_artifact, Borean Artifact -contenttweaker:runandor_artifact, Runandor Artifact -contenttweaker:lunalus_artifact, Lunalus Artifact -contenttweaker:refraction_focus_key, Refraction Focus Key -contenttweaker:instant_power_junction, Instant Power Junction -contenttweaker:high_strength_transmission, High Strength Transmission -contenttweaker:borean_garnet, Borean Garnet -contenttweaker:runandor_garnet, Runandor Garnet -contenttweaker:lunalus_garnet, Lunalus Garnet -contenttweaker:unidentified_ingot, Unidentified Ingot -contenttweaker:ancient_cavern_artifact, Ancient Cavern Artifact -contenttweaker:dustopia_artifact, Dustopia Artifact -contenttweaker:greckon_artifact, Greckon Artifact -contenttweaker:immortallis_artifact, Immortallis Artifact -contenttweaker:botanic_alchemic_catalyst, Botanic-Alchemic Catalyst -contenttweaker:inert_botanic_alchemic_catalyst, Inert Botanic Alchemic Catalyst -contenttweaker:recursion_darkness, Recursion of Darkness -contenttweaker:recursion_fear, Recursion of Fear -contenttweaker:recursion_helplessness, Recursion of Helplessness -contenttweaker:recursion_solitude, Recursion of Solitude -contenttweaker:ancient_cavern_garnet, Ancient Cavern Garnet -contenttweaker:dustopia_garnet, Dustopia Garnet -contenttweaker:greckon_garnet, Greckon Garnet -contenttweaker:immortallis_garnet, Immortallis Garnet -contenttweaker:apalachia_star, Apalachia Star -contenttweaker:skythern_star, Skythern Star -contenttweaker:mortum_star, Mortum Star -contenttweaker:dream_cluster, Dream Cluster -contenttweaker:skythern_core, Skythern Core -contenttweaker:crystalized_emberstone, Crystalized Emberstone -contenttweaker:doge_coin, Doge Coin -contenttweaker:chaos_pearl, Chaos Pearl -contenttweaker:pastaitem, Pasta -contenttweaker:vethea_garnet, Vethea Garnet -contenttweaker:twilight_gear, Twilight Gear -contenttweaker:nightmare_coil, Nightmare Coil -contenttweaker:eden_refined_gem, Eden Refined Gem -contenttweaker:wildwood_refined_gem, Wildwood Refined Gem -contenttweaker:apalachia_refined_gem, Apalachia Refined Gem -contenttweaker:skythern_refined_gem, Skythern Refined Gem -contenttweaker:unidentified_plate, Unidentified Plate -contenttweaker:mortum_core, Mortum Core -contenttweaker:dynatos_catalyst, Dynatos Catalyst -contenttweaker:shyrelands_garnet, Shyrelands Garnet -contenttweaker:shyre_crystal, Shyre Crystal -contenttweaker:bright_matter, Bright Matter -contenttweaker:unreachable, Unreachable -contenttweaker:empowered_gravitite, Empowered Gravitite -contenttweaker:superfused_alloy_ingot, Superfused Alloy Ingot -contenttweaker:dreadia_gem, Dreadia Gem -contenttweaker:caeles_gem, Caeles Gem -contenttweaker:vitium_gem, Vitium Gem -contenttweaker:mythus_gem, Mythus Gem -contenttweaker:primordial_star, Primordial Star -contenttweaker:experienced_spider_eye, Experienced Spider Eye -contenttweaker:concentrated_essence, Dense Solidified Experience -contenttweaker:crimson_gem, Crimson Gem -contenttweaker:gold_leaf, Gold Leaf -contenttweaker:curd, Curd -contenttweaker:ground_beef, Ground Beef -contenttweaker:ground_pork, Ground Pork -contenttweaker:mystical_gem, Mystical Gem -contenttweaker:hyperchitinous_plate, Hyperchitinous Plate -contenttweaker:conductive_powder, Conductive Powder -contenttweaker:forbidden_matter, Forbidden Matter -contenttweaker:abyssal_wasteland_matter, Abyssal Wasteland Matter -contenttweaker:dreadlands_matter, Dreadlands Matter -contenttweaker:omothol_matter, Omothol Matter -contenttweaker:crystalline_lens, Crystalline Lens -contenttweaker:purified_titanium_ingot, Purified Titanium Ingot -contenttweaker:heart_of_darkness, Heart of Darkness -contenttweaker:arc_residue, Arc Residue -contenttweaker:magnetic_monopole, Magnetic Monopole -contenttweaker:ayeraco_heart, Ayeraco Heart -contenttweaker:dyson_capacitor, Dyson Capacitor -contenttweaker:charged_dyson_capacitor, Charged Dyson Capacitor -contenttweaker:atomic_mirror, Atomic Mirror -contenttweaker:defined_ingot, Defined Ingot -contenttweaker:hassium_alloy_ingot, Hassium Alloy Ingot -contenttweaker:defined_plate, Defined Plate -contenttweaker:defined_gear, Defined Gear -contenttweaker:definer_core, Definer Core -contenttweaker:brightsteel_alloy_ingot, Brightsteel Alloy Ingot -contenttweaker:deuterium_crystal, Deuterium Crystal -contenttweaker:deuterium_chunk, Deuterium Chunk -contenttweaker:tritium_crystal, Tritium Crystal -contenttweaker:tritium_chunk, Tritium Chunk -contenttweaker:hydrogen_crystal, Hydrogen Crystal -contenttweaker:hydrogen_chunk, Hydrogen Chunk -contenttweaker:twilight_alloy_ingot, Twilight Alloy Ingot -contenttweaker:abyssal_alloy_ingot, Abyssal Alloy Ingot -contenttweaker:thermionic_alloy_ingot, Thermionic Alloy Ingot -contenttweaker:between_alloy_ingot, Between Alloy Ingot -contenttweaker:defined_redstone_chipset, Defined Redstone Chipset -contenttweaker:defined_servo, Defined Servo -contenttweaker:mithminite_prism, Mithminite Prism -contenttweaker:mirroring_mithminite_prism, Mirroring Mithminite Prism -contenttweaker:quantum_shard, Quantum Shard -contenttweaker:radiant_scales, Radiant Scales -contenttweaker:botanical_pillar, Botanical Pillar -contenttweaker:resonating_eldritch_artifact, Resonating Eldritch Artifact -contenttweaker:high_density_frame, High Density Frame -contenttweaker:annealed_high_density_frame, Annealed High Density Frame -contenttweaker:aeldunari, Aeldunari -contenttweaker:living_case, Living Case -contenttweaker:radiation_crafter, Radiation Crafter -contenttweaker:high_refraction_alloy_ingot, High Refraction Alloy Ingot -contenttweaker:infinity_plate, Infinity Plate -contenttweaker:shyre_mulch, Shyre Mulch -contenttweaker:plasmatic_neutronium_ingot, Plasmatic Neutronium Ingot -contenttweaker:infinity_core, Infinity Core -contenttweaker:defined_engine, Defined Engine -contenttweaker:starmetal_alloy_ingot, Starmetal Alloy Ingot -contenttweaker:fluix_lens, Fluix Lens -contenttweaker:aether_rock, Aether -contenttweaker:divine_flake, Divine Flakes -contenttweaker:twilight_essence, Twilight Essence -contenttweaker:organic_jade_plate, Organic Jade Plate -contenttweaker:rift_essence, Rift Essence -contenttweaker:cursed_organic_matter, Cursed Organic Matter -contenttweaker:rainbow_lens, Rainbow Lens -contenttweaker:steamed_slime, Steamed Slime -contenttweaker:cursed_myrmitite_catalyst, Cursed Myrmitite Catalyst -contenttweaker:myrmex_coolant_cell, Myrmex Coolant Cell -contenttweaker:infinity_egg, Infinity Egg -contenttweaker:infinity_seed, Infinity Seed -contenttweaker:infinity_sprout, Infinity Sprout -contenttweaker:innerved_infinity_seed, Innerved Infinity Seed -contenttweaker:infinity_sapling, Infinity Sapling -contenttweaker:infinity_leaf, Infinity Leaf -contenttweaker:infinity_fruit, Infinity Fruit -contenttweaker:living_infinity_fruit, Living Infinity Fruit -contenttweaker:enchanted_myrmitite, Enchanted Myrmitite -contenttweaker:infused_myrmitite, Infused Myrmitite -contenttweaker:fiery_rhenium_ingot, Fiery Rhenium Ingot -contenttweaker:inert_crystal, Inert Crystal -contenttweaker:muon_crystal, Muon Crystal -contenttweaker:strings_crystal, Strings Crystal -contenttweaker:evil_resonator, Evil Resonator -contenttweaker:nethengeic_bone, Nethengeic Bone -contenttweaker:watcher_eye, Watcher Eye -contenttweaker:ancient_remnants, Ancient Remnants -contenttweaker:ayeraco_scale, Ayeraco Scale -contenttweaker:densos_eye, Densos Eye -contenttweaker:dramix_skin, Dramix Skin -contenttweaker:eternal_shoulder, Eternal Shoulder -contenttweaker:karot_horn, Karot Horn -contenttweaker:scorcher_eternal_flame, Scorcher Eternal Flame -contenttweaker:parasecta_wing, Parasecta Wing -contenttweaker:reyvor_eye, Reyvor Eye -contenttweaker:fiend_soul, Fiend Soul -contenttweaker:twilight_antenna, Twilight Antenna -contenttweaker:vamacheron_fur, Vamacheron Fur -contenttweaker:termasect_bark, Termasect Bark -contenttweaker:sunstorm_ray, Sunstorm Ray -contenttweaker:cori_experience, Cori Experience -contenttweaker:tier_i_defined_seed, Tier I Defined Seed -contenttweaker:tier_ii_defined_seed, Tier II Defined Seed -contenttweaker:tier_iii_defined_seed, Tier III Defined Seed -contenttweaker:tier_iv_defined_seed, Tier IV Defined Seed -contenttweaker:tier_v_defined_seed, Tier V Defined Seed -contenttweaker:tier_vi_defined_seed, Tier VI Defined Seed -contenttweaker:energized_peat, Energized Peat -contenttweaker:lost_memory, Lost Memory -contenttweaker:human_imperfection, Human Imperfection -contenttweaker:embraced_imperfection, Embraced Imperfection -contenttweaker:malum, Malum -contenttweaker:bane_tusk, Bane Tusk -contenttweaker:baroness_brain, Baroness Brain -contenttweaker:clunkhead_brick, Clunkhead Brick -contenttweaker:coniferon_bark, Coniferon Bark -contenttweaker:corallus_polyp, Corallus Polyp -contenttweaker:cotton_candor_frosting, Cotton Candor Frosting -contenttweaker:xxeus_heart, Xxeus Heart -contenttweaker:creep_explosive_gland, Creep Explosive Gland -contenttweaker:crystocore_shard, Crystocore Shard -contenttweaker:dracyon_tooth, Dracyon Tooth -contenttweaker:elusive_horn, Elusive Horn -contenttweaker:flash_skull, Flash Skull -contenttweaker:goldorth_golden_eye, Goldorth Golden Eye -contenttweaker:graw_fang, Graw Fang -contenttweaker:guardian_rune, Guardian Rune -contenttweaker:gyro_red_nose, Gyro Red Nose -contenttweaker:harkos_rib, Harkos Rib -contenttweaker:hive_king_tendril, Hive King Tendril -contenttweaker:horon_tendon, Horon Tendon -contenttweaker:hydrolisk_pincher, Hydrolisk Pincher -contenttweaker:kajaros_rib, Kajaros Rib -contenttweaker:king_bambambam_pelvis, King Bambambam Pelvis -contenttweaker:king_shroomus_cap, King Shroomus Cap -contenttweaker:klobber_hand, Klobber Hand -contenttweaker:kror_sediment, Kror Sediment -contenttweaker:mechbot_cpu, Mechbot CPU -contenttweaker:mirage_femur, Mirage Femur -contenttweaker:miskel_rib, Miskel Rib -contenttweaker:okazor_rib, Okazor Rib -contenttweaker:penumbra_spike, Penumbra Spike -contenttweaker:proshield_hand, Proshield Hand -contenttweaker:raxxan_rib, Raxxan Rib -contenttweaker:rockrider_stone, Rockrider Stone -contenttweaker:shadowlord_eye, Shadowlord Eye -contenttweaker:silver_foot, Silver Foot -contenttweaker:skeletron_skull, Skeletron Skull -contenttweaker:smash_jaw, Smash Jaw -contenttweaker:tyrosaur_horn, Tyrosaur Horn -contenttweaker:vinocorne_petal, Vinocorne Petal -contenttweaker:visualent_fang, Visualent Fang -contenttweaker:voxxulon_slime, Voxxulon Slime -contenttweaker:oblitus, Oblitus -contenttweaker:essence_fear, Essence of Fear -contenttweaker:essence_solitude, Essence of Solitude -contenttweaker:essence_helplessness, Essence of Helplessness -contenttweaker:essence_darkness, Essence of Darkness -contenttweaker:clausurae, Clausurae -contenttweaker:pure_warp, Pure Warp -contenttweaker:divine_ironwood_ingot, Divine Ironwood Ingot -contenttweaker:mythic_electronic_circuit, Mythic Electronic Circuit -contenttweaker:advanced_mythic_electronic_circuit, Advanced Mythic Electronic Circuit -contenttweaker:halite_warrior, Essence of the Halite Warrior -contenttweaker:interdimensional_energy_orb, Interdimensional Energy Orb -contenttweaker:sideral_energy_orb, Sideral Energy Orb -contenttweaker:draconic_energy_orb, Draconic Energy Orb -contenttweaker:chaotic_energy_orb, Chaotic Energy Orb -contenttweaker:mythic_energy_orb, Mythic Energy Orb -contenttweaker:nightmare_energy_orb, Nightmare Energy Orb -contenttweaker:hypercubic_energy_orb, Hypercubic Energy Orb -contenttweaker:arcane_entropinator, Arcane Entropinator -contenttweaker:entropy_construct, Entropy Construct -contenttweaker:recursion_infinity, Infinite Recursion -contenttweaker:horcrux, Horcrux -contenttweaker:petrified_snake, Petrified Snake -contenttweaker:essence_of_petrification, Essence of Petrification -contenttweaker:crystaltine_dust, Crystaltine Dust -contenttweaker:modularium_primer, Modularium Primer -contenttweaker:demonic_manastone, Demonic Manastone -contenttweaker:mana_rune, Mana Rune -contenttweaker:compressed_mana_rune, Compressed Mana Rune -contenttweaker:manastone_dust, Manastone Dust -contenttweaker:greater_gaia_spirit, Greater Gaia Spirit -contenttweaker:terrasteel_crystal, Terrasteel Crystal -contenttweaker:fragment_of_unraveling, Fragment of Unraveling -contenttweaker:unstable_fragment_of_unraveling, Unstable Fragment of Unraveling -contenttweaker:forgotten_will, Forgotten Will -contenttweaker:forgotten_slime, Forgotten Slime -contenttweaker:rhenium_vibranium_base, Rhenium Vibranium Base -contenttweaker:soul_of_the_grand_wizard, Soul of the Grand Wizard -contenttweaker:object_of_great_mass, Object of Great Mass -contenttweaker:void_shuriken, Void Shuriken -contenttweaker:primordial_sliver, Primordial Sliver -contenttweaker:gravitite_deposit, Gravitite Deposit -contenttweaker:gravitite_pearl, Gravitite Pearl -contenttweaker:gravitite_sediment, Gravitite Sediment -contenttweaker:gravitite_clathrate, Gravitite Clathrate -contenttweaker:gravitite_matrix, Gravitite Matrix -contenttweaker:superheated_gravitite_chunk, Superheated Gravitite Chunk -contenttweaker:gravitite_chunk, Gravitite Chunk -contenttweaker:gravitite_dust, Gravitite Dust -contenttweaker:the_dark_star, The Dark Star Crystal -contenttweaker:fiery_unguent_bottle, Fiery Unguent Bottle -contenttweaker:cleansing_balm_bottle, Cleansing Balm Bottle -contenttweaker:elecanium_egg, Elecanium Egg -contenttweaker:dynatos_crystal, Dynatos Crystal -contenttweaker:reprocessed_cosmic_meatball, Reprocessed Cosmic Meatball -contenttweaker:clump_of_mythic_matter, Clump of Mythic Matter -contenttweaker:compressed_clump_mythic, Compressed Clump of Mythic Matter -contenttweaker:double_compressed_clump_mythic, Double Compressed Clump of Mythic Matter -contenttweaker:triple_compressed_clump_mythic, Triple Compressed Clump of Mythic Matter -contenttweaker:plate_clump_mythic, Plate of Compressed Mythic Matter -contenttweaker:uncured_organic_mythic_board, Uncured Organic Mythic Board -contenttweaker:once_coated_organic_mythic_board, Once-Coated Organic Mythic Board -contenttweaker:twice_coated_organic_mythic_board, Twice-Coated Organic Mythic Board -contenttweaker:thrice_coated_organic_mythic_board, Thrice-Coated Organic Mythic Board -contenttweaker:fixed_organic_mythic_board, Fixed Organic Mythic Board -contenttweaker:hydrocarbon_coated_organic_mythic_board, Hydrocarbonated Organic Mythic Board -contenttweaker:heated_organic_mythic_board, Heated Organic Mythic Board -contenttweaker:warm_organic_mythic_board, Warm Organic Mythic Board -contenttweaker:hot_organic_mythic_board, Hot Organic Mythic Board -contenttweaker:searing_organic_mythic_board, Searing Organic Mythic Board -contenttweaker:quenched_organic_mythic_board, Quenched Organic Mythic Board -contenttweaker:cured_organic_mythic_board, Cured Organic Mythic Board -contenttweaker:digital_organic_currency, Digital Organic Currency -contenttweaker:amulet_of_cinders, Amulet of Cinders -contenttweaker:jewel_of_the_twilight_forest, Jewel of the Twilight Forest -contenttweaker:twilight_diamond, Twilight Diamond -contenttweaker:infused_lightwood_sapling, Infused Lightwood Sapling -contenttweaker:infused_rhenium_ingot, Infused Rhenium Ingot -contenttweaker:master_spell_focus, Master Spell Focus -contenttweaker:liquid_witchcraft_bottle, Liquid Witchcraft Bottle -contenttweaker:ineffable_light, Ineffable Light -contenttweaker:ineffable_sun, Ineffable Sun -contenttweaker:compact_port, Compact Port -contenttweaker:recursion_fragment_precasia, Recursion Fragment: Precasia -contenttweaker:precasia_wormhole, Precasia Wormhole -contenttweaker:gemenyte_dust, Gemenyte Dust -contenttweaker:ornamyte_dust, Ornamyte Dust -contenttweaker:jewelyte_dust, Jewelyte Dust -contenttweaker:lelyetia_wormhole, Lelyetia Wormhole -contenttweaker:creeponia_wormhole, Creeponia Wormhole -contenttweaker:barathos_wormhole, Barathos Wormhole -contenttweaker:deeplands_wormhole, Deeplands Wormhole -contenttweaker:abyss_wormhole, Abyss Wormhole -contenttweaker:recursion_fragment_abyss, Recursion Fragment: Abyss -contenttweaker:recursion_fragment_lelyetia, Recursion Fragment: Lelyetia -contenttweaker:recursion_fragment_deeplands, Recursion Fragment: Deeplands -contenttweaker:recursion_fragment_creeponia, Recursion Fragment: Creeponia -contenttweaker:recursion_fragment_barathos, Recursion Fragment: Barathos -contenttweaker:celestial_shield_fragment, Celestial Shield Fragment -contenttweaker:aesir_tribute, Aesir Tribute -contenttweaker:crystevia_wormhole, Crystevia Wormhole -contenttweaker:vox_wormhole, Vox Ponds Wormhole -contenttweaker:mysterium_wormhole, Mysterium Wormhole -contenttweaker:gardencia_wormhole, Gardencia Wormhole -contenttweaker:celeve_wormhole, Celeve Wormhole -contenttweaker:candyland_wormhole, Candyland Wormhole -contenttweaker:iromine_wormhole, Iromine Wormhole -contenttweaker:haven_wormhole, Haven Wormhole -contenttweaker:recursion_fragment_crystevia, Recursion Fragment: Crystevia -contenttweaker:recursion_fragment_haven, Recursion Fragment: Haven -contenttweaker:recursion_fragment_vox, Recursion Fragment: Vox Ponds -contenttweaker:recursion_fragment_mysterium, Recursion Fragment: Mysterium -contenttweaker:recursion_fragment_iromine, Recursion Fragment: Iromine -contenttweaker:recursion_fragment_candyland, Recursion Fragment: Candyland -contenttweaker:recursion_fragment_celeve, Recursion Fragment: Celeve -contenttweaker:recursion_fragment_gardencia, Recursion Fragment: Gardencia -contenttweaker:imperfect_neutronium_nugget, Imperfect Neutronium Nugget -contenttweaker:corporea_flower, Corporea Flower -contenttweaker:tier1_token, Tier 1 Excavation Token -contenttweaker:tier2_token, Tier 2 Excavation Token -contenttweaker:tier3_token, Tier 3 Excavation Token -contenttweaker:tier4_token, Tier 4 Excavation Token -contenttweaker:tier5_token, Tier 5 Excavation Token -contenttweaker:tier6_token, Tier 6 Excavation Token -contenttweaker:tier7_token, Tier 7 Excavation Token -contenttweaker:tier8_token, Tier 8 Excavation Token -contenttweaker:tier9_token, Tier 9 Excavation Token -contenttweaker:tier10_token, Tier 10 Excavation Token -contenttweaker:tier11_token, Tier 11 Excavation Token -contenttweaker:tier12_token, Tier 12 Excavation Token -contenttweaker:tier13_token, Tier 13 Excavation Token -contenttweaker:tier14_token, Tier 14 Excavation Token -contenttweaker:tier15_token, Tier 15 Excavation Token -contenttweaker:tier16_token, Tier 16 Excavation Token -contenttweaker:tier17_token, Tier 17 Excavation Token -contenttweaker:tier18_token, Tier 18 Excavation Token -contenttweaker:tier19_token, Tier 19 Excavation Token -contenttweaker:tier20_token, Tier 20 Excavation Token -contenttweaker:tier21_token, Tier 21 Excavation Token -contenttweaker:tier22_token, Tier 22 Excavation Token -contenttweaker:tier23_token, Tier 23 Excavation Token -contenttweaker:tier24_token, Tier 24 Excavation Token -contenttweaker:tier25_token, Tier 25 Excavation Token -contenttweaker:tier26_token, Tier 26 Excavation Token -contenttweaker:tier27_token, Tier 27 Excavation Token -contenttweaker:tier28_token, Tier 28 Excavation Token -contenttweaker:tier29_token, Tier 29 Excavation Token -contenttweaker:runandor_wormhole, Runandor Wormhole -contenttweaker:lunalus_wormhole, Lunalus Wormhole -contenttweaker:borean_wormhole, L'Borean Wormhole -contenttweaker:ancient_cavern_wormhole, Ancient Cavern Wormhole -contenttweaker:immortallis_wormhole, Immortallis Wormhole -contenttweaker:dustopia_wormhole, Dustopia Wormhole -contenttweaker:greckon_wormhole, Greckon Wormhole -contenttweaker:vethea_wormhole, Vethea Wormhole -contenttweaker:shyre_wormhole, Shyre Wormhole -contenttweaker:recursion_fragment_runandor, Recursion Fragment: Runandor -contenttweaker:recursion_fragment_lunalus, Recursion Fragment: Lunalus -contenttweaker:recursion_fragment_borean, Recursion Fragment: L'Borean -contenttweaker:recursion_fragment_greckon, Recursion Fragment: Greckon -contenttweaker:recursion_fragment_dustopia, Recursion Fragment: Dustopia -contenttweaker:recursion_fragment_immortallis, Recursion Fragment: Immortallis -contenttweaker:recursion_fragment_cavern, Recursion Fragment: Ancient Cavern -contenttweaker:recursion_fragment_vethea, Recursion Fragment: Vethea -contenttweaker:recursion_fragment_shyre, Recursion Fragment: Shyrelands -contenttweaker:really_hard_rock, Really Hard Rock -contenttweaker:unidentified_norse_relic, Unidentified Norse Relic -contenttweaker:aesir_gemstone, Aesir Gemstone -contenttweaker:bifrost_gem, Bifrost Gem -contenttweaker:bifrost_dust, Bifrost Dust -contenttweaker:recursive_powder, Recursive Powder -contenttweaker:dense_diamond_powder, Dense Diamond Powder -contenttweaker:starfield_gem, Starfield Gem -contenttweaker:demonic_elixir_bottle, Demonic Elixir Bottle -contenttweaker:cloudy_oil_bottle, Cloudy Oil Bottle -contenttweaker:evanescent_sednanite_dust, Evanescent Sednanite Dust -contenttweaker:evanescent_sednanite_powder, Evanescent Sednanite Powder -contenttweaker:sacrifice_metal_clump, Sacrifice Metal Clump -contenttweaker:dense_redstone, Dense Redstone -contenttweaker:sacrificial_contract, Sacrificial Contract -contenttweaker:eternally_stained_soul, Eternally Stained Soul -contenttweaker:lesser_mana_core, Lesser Mana Core -contenttweaker:greater_mana_core, Greater Mana Core -contenttweaker:chaotic_feather, Chaotic Feather -contenttweaker:enhanced_chaos_shard, §kChaos§r Shard -contenttweaker:essence_of_the_room, Essence of the Room -contenttweaker:sacrificial_shard, Sacrificial Shard -contenttweaker:weight_of_the_heart, Weight of the Ancient Heart -contenttweaker:dreadlands_gem, Dreadlands Gem -contenttweaker:shadow_steel, Shadow Steel -contenttweaker:enhanced_chaos_fragment, §kChaos§r Fragment -contenttweaker:rainbow_core, Rainbow Core -contenttweaker:unstable_hassium_chunk, Unstable Hassium Chunk -contenttweaker:recursive_demantoid, Recursive Demantoid -contenttweaker:shining_sandstone_chunk, Shining Sandstone Chunk -contenttweaker:cursed_sapphire, Cursed Sapphire -contenttweaker:madness_gem, Madness Gem -contenttweaker:inanimate_soul, Inanimate Soul -contenttweaker:living_flesh, Living Flesh -contenttweaker:dense_vibrating_chunk, Dense Vibrating Chunk -contenttweaker:seared_rock, Seared Rock -contenttweaker:skotaninomicom, Skotaninomicom -contenttweaker:anadrominomicom, Anadrominomicom -contenttweaker:crystallized_corruption, Crystallized Corruption -contenttweaker:corrupted_aragonite, Corrupted Aragonite -contenttweaker:astral_lizardite, Astral Lizardite -contenttweaker:imperfect_gem_of_the_cosmos, Imperfect Gem of the Cosmos -contenttweaker:eternal_nightmare, Eternal Nightmare -contenttweaker:cosmic_fracture, Cosmic Fracture -contenttweaker:perfected_gem_of_the_cosmos, Perfected Gem of the Cosmos -contenttweaker:chaotic_comb, Chaotic Comb -contenttweaker:calcite_gem, Calcite Gem -contenttweaker:dreadful_bone, Dreadful Bone -contenttweaker:menacing_sludge, Menacing Sludge -contenttweaker:cursed_slime, Cursed Slime -contenttweaker:charger_ring, Charger Ring -contenttweaker:harbinger_crystal, Harbinger Crystal -contenttweaker:ender_feather, Ender Feather -contenttweaker:compressed_wafer, Compressed Wafer -contenttweaker:double_compressed_wafer, Double Compressed Wafer -contenttweaker:triple_compressed_wafer, Triple Compressed Wafer -contenttweaker:empowerment_core, Empowerment Core -contenttweaker:ender_dolomite_dust, Ender Dolomite Dust -contenttweaker:cut_abyss_garnet, Cut Abyss Garnet -contenttweaker:cut_precasia_garnet, Cut Precasia Garnet -contenttweaker:cut_lelyetia_garnet, Cut Lelyetia Garnet -contenttweaker:cut_creeponia_garnet, Cut Creeponia Garnet -contenttweaker:cut_deeplands_garnet, Cut Deeplands Garnet -contenttweaker:cut_barathos_garnet, Cut Barathos Garnet -contenttweaker:cut_crystevia_garnet, Cut Crystevia Garnet -contenttweaker:cut_candyland_garnet, Cut Candyland Garnet -contenttweaker:cut_celeve_garnet, Cut Celeve Garnet -contenttweaker:cut_haven_garnet, Cut Haven Garnet -contenttweaker:cut_gardencia_garnet, Cut Gardencia Garnet -contenttweaker:cut_voxponds_garnet, Cut Vox Ponds Garnet -contenttweaker:cut_iromine_garnet, Cut Iromine Garnet -contenttweaker:cut_mysterium_garnet, Cut Mysterium Garnet -contenttweaker:cut_borean_garnet, Cut Borean Garnet -contenttweaker:cut_runandor_garnet, Cut Runandor Garnet -contenttweaker:cut_lunalus_garnet, Cut Lunalus Garnet -contenttweaker:cut_immortallis_garnet, Cut Immortallis Garnet -contenttweaker:cut_ancientcavern_garnet, Cut Ancient Cavern Garnet -contenttweaker:cut_greckon_garnet, Cut Greckon Garnet -contenttweaker:cut_dustopia_garnet, Cut Dustopia Garnet -contenttweaker:lefhm_fuel, LEFHM Fuel -contenttweaker:tsleu_235_fuel, TSLEU-235 Fuel -contenttweaker:mutated_meatball, Mutated Meatball -contenttweaker:meatane_pellet, Meatane Pellet -contenttweaker:depleted_lefhm_fuel, Depleted LEFHM Fuel -contenttweaker:meatballium_324, Meatballium-324 -contenttweaker:meatballium_322, Meatballium-322 -contenttweaker:meatballium_328, Meatballium-328 -contenttweaker:infinity_fragment, Infinity Fragment -contenttweaker:complex_gearbox, Complex Gearbox -contenttweaker:complex_crank_shaft, Complex Crank Shaft -contenttweaker:shyre_chunk, Shyre Chunk -contenttweaker:xxeus_stone, Xxeus Stone -contenttweaker:left_sacred_sapling, Left Sacred Sapling -contenttweaker:right_sacred_sapling, Right Sacred Sapling -contenttweaker:sacred_acorn, Sacred Acorn -contenttweaker:big_slime, Big Slime -contenttweaker:clunky_chunky_brick, Clunky Chunky Brick -contenttweaker:primordial_prism, Primordial Prism -contenttweaker:golem_core, Golem Core -contenttweaker:dimensional_ingot, Dimensional Ingot -contenttweaker:blood_infused_dimensional_ingot, Blood Infused Dimensional Ingot -contenttweaker:cursed_rock, Cursed Rock -contenttweaker:silica_dust, Silica Dust -contenttweaker:silica_gelatin, Silica Gelatin -contenttweaker:krypton_xenon_capture, Krypton Xenon Capture -contenttweaker:krypton_capture, Krypton Capture -contenttweaker:ignitable_dust, Ignitable Dust -contenttweaker:phosphorous_crystal, Phosphorous Crystal -contenttweaker:vanadium_dust, Vanadium Dust -contenttweaker:tiny_gallium_dust, Tiny Gallium Dust -contenttweaker:tiny_germanium_dust, Tiny Germanium Dust -contenttweaker:shell_dust, Shell Dust -contenttweaker:selenium_dust, Selenium Dust -contenttweaker:yttrium_oxide, Yttrium Oxide -contenttweaker:barium_oxide, Barium Oxide -contenttweaker:barium_chunk, Barium Chunk -contenttweaker:rainbow_petal, Rainbow Petal -contenttweaker:recursive_feather, Recursive Feather -contenttweaker:planetary_essence, Planetary Essence -contenttweaker:universal_realgar, Universal Realgar -contenttweaker:sympan_spirit, Sympan Spirit -contenttweaker:fine_mineral_dust, Fine Mineral Dust -contenttweaker:matter_cluster, Matter Cluster -contenttweaker:brightseel_alloy_plate, Brightsteel Alloy Plate -contenttweaker:brightseel_alloy_gear, Brightsteel Alloy Gear -contenttweaker:iro_component, Iro Component -contenttweaker:lothlorien_dust, Lothlorien Dust -contenttweaker:fluxed_electrum_shaft, Fluxed Electrum Shaft -contenttweaker:cyanite_cell, Cyanite Cell -contenttweaker:coralium_shielding, Coralium Shielding -contenttweaker:restless_steel_ingot, Restless Steel Ingot -contenttweaker:restless_steel_frame, Restless Steel Frame -contenttweaker:superconducting_thread, Superconducting Thread -contenttweaker:stellar_alloy_shaft, Stellar Alloy Shaft -contenttweaker:crystallized_tungstensteel, Crystallized Tungstensteel -contenttweaker:tungsten_molybdenum_dust, Tungsten Molybdenum Dust -contenttweaker:lanthanum_salt, Lanthanum Salt -contenttweaker:technetium_remains, Technetium Remains -contenttweaker:compressed_realgar, Compressed Realgar -contenttweaker:fragment_of_the_arbiter, Arbiter Fragment -contenttweaker:flood_stone, Flood Stone -contenttweaker:sacred_cinders_log, Sacred Cinders Remains -contenttweaker:sacred_cinders_seed, Sacred Cinders Seeds -contenttweaker:everburning_seed, Everburning Seed -contenttweaker:alumite_fork, Alumite Fork -contenttweaker:hard_bone, Hard Bone -contenttweaker:beryllium_fluoride_crystal, Beryllium Fluoride Crystal -contenttweaker:ruthenium_ingot, Ruthenium Ingot -contenttweaker:crystalline_beryllium, Crystalline Beryllium -contenttweaker:rhodium_mixture, Rhodium Mixture -contenttweaker:fluix_microcontroller, Fluix Microcontroller -contenttweaker:erodite_chunk, Erodite Chunk -contenttweaker:kyrothite_chunk, Kyrothite Chunk -contenttweaker:pladite_chunk, Pladite Chunk -contenttweaker:iotherite_chunk, Iotherite Chunk -contenttweaker:aethite_chunk, Aethite Chunk -contenttweaker:seaborgium_chunk, Seaborgium Chunk -contenttweaker:indium_dust, Indium Dust -contenttweaker:antimony_crystal, Antimony Crystal -contenttweaker:tellurium_crystal, Tellurium Crystal -contenttweaker:core_of_undeath, Core of Undeath -contenttweaker:heuf_fuel, HEUF Fuel -contenttweaker:depleted_heuf_fuel, Depleted HEUF Fuel -contenttweaker:meatballium_323, Meatballium-323 -contenttweaker:meatballium_ingot, Meatballium Ingot -contenttweaker:double_compressed_realgar, Double Compressed Realgar -contenttweaker:triple_compressed_realgar, Triple Compressed Realgar -contenttweaker:chaotic_propolis, Chaotic Propolis -contenttweaker:chaotic_honey_shard_1, Pyrite Honey Shard -contenttweaker:chaotic_honey_shard_2, Soul Honey Shard -contenttweaker:chaotic_honey_shard_3, Mysterious Honey Shard -contenttweaker:chaotic_honey_shard_4, Temporal Honey Shard -contenttweaker:sideral_reflector, Sideral Reflector -contenttweaker:sideral_collector, Sideral Collector -contenttweaker:nightly_gem, Nightly Gem -contenttweaker:sunstruck_gem, Sunstruck Gem -contenttweaker:crepuscular_gem, Crepuscular Gem -contenttweaker:arbiterite_crystal, Arbiterite Crystal -contenttweaker:hafnium_chunk, Hafnium Chunk -contenttweaker:tantalum_chunk, Tantalum Chunk -contenttweaker:bismuth_cluster, Bismuth Cluster -contenttweaker:cerium_ingot, Cerium Ingot -contenttweaker:neodymium_earth, Neodymium Earth -contenttweaker:projector_gem, Projector Gem -contenttweaker:whispering_meatball, Whispering Meatball -contenttweaker:possessed_fluix, Possessed Fluix -contenttweaker:samarium_dust, Samarium Dust -contenttweaker:hempcrete_dust, Hempcrete Dust -contenttweaker:seraphinite_gem, Seraphinite Gem -contenttweaker:gadolinium_gem, Gadolinium Gem -contenttweaker:yttrium_ruthenium_cluster, Yttrium Ruthenium Cluster -contenttweaker:terbium_crystal, Terbium Crystal -contenttweaker:myrminiobite_ingot, Myrminiobite Ingot -contenttweaker:neodymium_magnetic_alloy, Neodymium Magnetic Alloy Ingot -contenttweaker:polonium_beryllium_alloy_ingot, Polonium Beryllium Alloy Ingot -contenttweaker:einstenium_253, Einsteinium-253 -contenttweaker:einstenium_254, Einsteinium-254 -contenttweaker:lees_fuel, LEES Fuel -contenttweaker:depleted_lees_fuel, Depleted LEES Fuel -contenttweaker:fermium_252, Fermium-252 -contenttweaker:fermium_254, Fermium-254 -contenttweaker:fermium_255, Fermium-255 -contenttweaker:fermium_257, Fermium-257 -contenttweaker:hefm_fuel, HEFm Fuel -contenttweaker:proactinium_dust, Protactinium Dust -contenttweaker:stable_fusor, Stable Fusor -contenttweaker:everlasting_fusor, Everlasting Fusor -contenttweaker:stable_oganesson, Stable Oganesson -contenttweaker:depleted_hefm_fuel, Depleted HEFm Fuel -contenttweaker:fermium_260, Fermium-260 -contenttweaker:lawrencium_262, Lawrencium-262 -contenttweaker:lawrencium_258, Lawrencium-258 -contenttweaker:amfm_fuel, AmFm Fuel -contenttweaker:depleted_amfm_fuel, Depleted AmFm Fuel -contenttweaker:nobelium_254, Nobelium-254 -contenttweaker:nobelium_255, Nobelium-255 -contenttweaker:herrr_fuel, HERRR Fuel -contenttweaker:depleted_herrr_fuel, Depleted HERRR Fuel -contenttweaker:dysprosium_remains, Dysprosium Remains -contenttweaker:holmium_ingot, Holmium Ingot -contenttweaker:erbium_dust, Erbium Dust -contenttweaker:sedna_dust, Sedna Dust -contenttweaker:sedna_cluster, Sedna Cluster -contenttweaker:ytterbium_dust, Ytterbium Dust -contenttweaker:lutetium_cluster, Lutetium Cluster -contenttweaker:stable_darmstadtium, Stable Darmstadtium -contenttweaker:abyssite_crystal, Abyssite Crystal -contenttweaker:ogerite_crystal_matrix, Ogerite Crystal Matrix -contenttweaker:stable_nihonium, Stable Nihonium -contenttweaker:flerovium_matrix, Flerovium Matrix -contenttweaker:nethengeic_gem, Nethengeic Gem -contenttweaker:rainbow_egg, Rainbow Egg -contenttweaker:moscovium_traces, Moscovium Traces -contenttweaker:livermorium_sliver, Livermorium Sliver -contenttweaker:technetium_disulfide, Technetium Disulfide -contenttweaker:tennessine_gem, Tennessine Gem -contenttweaker:low_density_salt, Low Density Salt -contenttweaker:pure_egg, Pure Egg -contenttweaker:superconducting_fluix, Superconducting Fluix -contenttweaker:flying_meatball, Flying Meatball -contenttweaker:mithminite_core, Mithminite Core -contenttweaker:negatively_charged_mithril, Negatively Charged Mithril -contenttweaker:positively_charged_mithril, Positively Charged Mithril -contenttweaker:superconducting_mithril, Superconducting Mithril -contenttweaker:osmium_ingot, Osmium Ingot -contenttweaker:osmium_egg, Osmium Egg -contenttweaker:meatball_attuned_crystal, Meatball Attuned Crystal -contenttweaker:nightfly_egg, Nightfly Egg -contenttweaker:ogerite_crystal_lattice, Pristine Ogerite Chunk -contenttweaker:ghoul_spirit, Ghoul Spirit -contenttweaker:branch_of_life, Branch of Life -contenttweaker:adamantium_stinger, Adamantium Stinger -contenttweaker:gem_of_midas, Gem of Midas -contenttweaker:adamantium_ingot, Adamantium Ingot -contenttweaker:adamantium_plate, Adamantium Plate -contenttweaker:sword_shield, Sword-Shield -contenttweaker:faultless_ichor_gem, Faultless Ichor Gem -contenttweaker:heart_of_the_elder_one, Heart of the Elder One -contenttweaker:naquadah_chunk, Naquadah Chunk -contenttweaker:unidentified_gem, Unidentified Gem -contenttweaker:superconducting_sednanite, Superconducting Sednanite -contenttweaker:reactive_fluix, Reactive Fluix -contenttweaker:endergenic_sediment, Endergenic Sediment -contenttweaker:uranium_honey_cluster, Uranium Honey Cluster -contenttweaker:thorium_honey_cluster, Thorium Honey Cluster -contenttweaker:infused_uranium, Honey Infused Uranium -contenttweaker:infused_thorium, Honey Infused Thorium -contenttweaker:ascended_draconium_ingot, Ascended Draconium Ingot -contenttweaker:energetic_draconium_ingot, Energetic Draconium Ingot -contenttweaker:deeply_etched_adamantium, Deeply-Etched Adamantium -contenttweaker:better_lithium_battery, Better Lithium Battery -contenttweaker:better_battery, Better RE Battery -contenttweaker:better_energy_crystal, Better Energy Crystal -contenttweaker:better_lapotron_crystal, Better Lapotron Crystal -contenttweaker:better_lapotronic_orb, Better Lapotronic Orb -contenttweaker:cat_ears, Cat Ears -contenttweaker:blue_hair, Blue Hair -contenttweaker:sigil_power, Sigil of Power -contenttweaker:baku_heart, Baku Heart -contenttweaker:bee_chestplate, Bee Chestplate -contenttweaker:bee_helmet, Bee Helmet -contenttweaker:bee_leggings, Bee Leggings -contenttweaker:bee_boots, Bee Boots -contenttweaker:osiris_spinel, Osiris Spinel -contenttweaker:ptah_spinel, Ptah Spinel -contenttweaker:hator_spinel, Hator Spinel -contenttweaker:europa_spinel, Europa Spinel -contenttweaker:oi_spinel, Oi Spinel -contenttweaker:falacer_spinel, Falacer Spinel -contenttweaker:orcus_spinel, Orcus Spinel -contenttweaker:haumea_spinel, Haumea Spinel -contenttweaker:sedna_spinel, Sedna Spinel -contenttweaker:italian_flag, Italian Flag -contenttweaker:nebulous_soul, Nebulous Soul -contenttweaker:medal_of_freedom, Medal of Freedom -contenttweaker:infused_sol_stone, Infused Sol Stone -contenttweaker:otherwordly_tears_bottle, Otherworldly Tears Bottle -contenttweaker:skullbone_encrusted_egg, Enchanted Skullbone Fragment Egg -contenttweaker:legbone_encrusted_egg, Enchanted Legbone Fragment Egg -contenttweaker:chestbone_encrusted_egg, Enchanted Chestbone Fragment Egg -contenttweaker:footbone_encrusted_egg, Enchanted Footbone Fragment Egg -contenttweaker:fluctuatite_encrusted_egg, Enchanted Fluctuatite Egg -contenttweaker:blazium_encrusted_egg, Enchanted Blazium Egg -contenttweaker:varsium_encrusted_egg, Enchanted Varsium Egg -contenttweaker:baronyte_encrusted_egg, Enchanted Baronyte Egg -contenttweaker:genemyte_encrusted_egg, Enchanted Gemenyte Egg -contenttweaker:jewelyte_encrusted_egg, Enchanted Jewelyte Egg -contenttweaker:ornamyte_encrusted_egg, Enchanted Ornamyte Egg -contenttweaker:charged_runium_encrusted_egg, Enchanted Charged Runium Egg -contenttweaker:bloodstone_encrusted_egg, Enchanted Bloodstone Egg -contenttweaker:lyon_encrusted_egg, Enchanted Lyon Egg -contenttweaker:mystite_encrusted_egg, Enchanted Mystite Egg -contenttweaker:crystallite_encrusted_egg, Enchanted Crystallite Egg -contenttweaker:polonium_encrusted_egg, Enchanted Polonium Egg -contenttweaker:palladium_encrusted_egg, Enchanted Palladium Egg -contenttweaker:candyte_encrusted_egg, Enchanted Candyte Egg -contenttweaker:vityte_encrusted_egg, Enchanted Vityte Egg -contenttweaker:yellow_gemstone_encrusted_egg, Enchanted Yellow Gemstone Egg -contenttweaker:white_gemstone_encrusted_egg, Enchanted White Gemstone Egg -contenttweaker:red_gemstone_encrusted_egg, Enchanted Red Gemstone Egg -contenttweaker:green_gemstone_encrusted_egg, Enchanted Green Gemstone Egg -contenttweaker:purple_gemstone_encrusted_egg, Enchanted Purple Gemstone Egg -contenttweaker:blue_gemstone_encrusted_egg, Enchanted Blue Gemstone Egg -contenttweaker:chalcedony_encrusted_egg, Enchanted Chalcedony Egg -contenttweaker:brightsteel_encrusted_egg, Enchanted Brightsteel Egg -contenttweaker:elecanium_encrusted_egg, Enchanted Elecanium Egg -contenttweaker:lunastone_encrusted_egg, Enchanted Lunastone Egg -contenttweaker:ghastly_encrusted_egg, Enchanted Ghastly Egg -contenttweaker:ghoulish_encrusted_egg, Enchanted Ghoulish Egg -contenttweaker:rubidium_encrusted_egg, Enchanted Rubidium Egg -contenttweaker:strontium_encrusted_egg, Enchanted Strontium Egg -contenttweaker:caesium_encrusted_egg, Enchanted Caesium Egg -contenttweaker:hassium_encrusted_egg, Enchanted Hassium Egg -contenttweaker:ghastly_egg, Ghastly Egg -contenttweaker:ghoulish_egg, Ghoulish Egg -contenttweaker:rubidium_egg, Rubidium Egg -contenttweaker:caesium_egg, Caesium Egg -contenttweaker:strontium_egg, Strontium Egg -contenttweaker:hassium_egg, Hassium Egg -contenttweaker:dynatos_star, Dynatos Star -contenttweaker:gun_devil_fragment, Gun Devil Fragment -contenttweaker:corrupted_hyperspace_heart, Corrupted Hyperspace Heart -contenttweaker:rainbow_heart_canister, Rainbow Heart Canister -contenttweaker:gravity_manipulator_device, Gravitational Field Manipulator -contenttweaker:stable_orbiting_device, Stable Orbiting Device -contenttweaker:fluctuatite_stabilizer, Fluctuatite Stabilizer -contenttweaker:nightmare_gem, Nightmare Gem -contenttweaker:pride_stone, Pride Stone -contenttweaker:envy_stone, Envy Stone -contenttweaker:wrath_stone, Wrath Stone -contenttweaker:sloth_stone, Sloth Stone -contenttweaker:greed_stone, Greed Stone -contenttweaker:gluttony_stone, Gluttony Stone -contenttweaker:lust_stone, Lust Stone -contenttweaker:curious_bullet, Curious Bullet -contenttweaker:gun_devil_chunk, Gun Devil Chunk -contenttweaker:gun_devil_piece, Gun Devil Piece -contenttweaker:upper_fragment_cosmos, Upper Fragment of the Cosmos -contenttweaker:lower_fragment_cosmos, Lower Fragment of the Cosmos -contenttweaker:eldrich_blood_slime, Eldritch Blood Slime -contenttweaker:bubbell_banner, Bubbell Banner -contenttweaker:spinel_ring, Spinel Ring -contenttweaker:singular_gravity_honey, Singular Gravity Honey -contenttweaker:time_crystal, Time Crystal -contenttweaker:gem_of_the_sleeping_city, Gem of the Sleeping City -contenttweaker:stone_of_the_sleeping_city, Stone of the Sleeping City -contenttweaker:faultless_ichor, Faultless Ichor -contenttweaker:elder_spooder_string, Elder Spooder String -contenttweaker:divine_wisp, Divine Wisp -contenttweaker:spatial_processing_unit, Spatial Processing Unit -contenttweaker:singular_spatial_processor, Singular Spatial Processor -contenttweaker:quarry, Quarry -contenttweaker:ore_processing, Ore Processing -contenttweaker:skip_day, Skip Day -contenttweaker:make_it_night, Make it Night -contenttweaker:hammock, Hammock -contenttweaker:energy_egg, Energy Egg -contenttweaker:crown_of_the_energy_queen, Crown of the Energy Queen -contenttweaker:cursed_gem_of_betrayal, Cursed Gem of Betrayal -contenttweaker:launchpad, Launchpad -contenttweaker:rocket, Rocket -contenttweaker:space_station, Space Station -contenttweaker:warp_drive, Warp Drive -contenttweaker:mob_farm, Mob Farming 101 -contenttweaker:ritual_of_the_sleeper, Ritual of the Sleeper -contenttweaker:tainted_heart, Tainted Heart -contenttweaker:alchemical_mushroom, Alchemical Mushroom -contenttweaker:dense_alchemical_shielding, Dense Alchemical Shielding -contenttweaker:recursion_fragment_terra, Recursion Fragment Terra -contenttweaker:recursion_focus_lens, Recursion Focus Lens -contenttweaker:dream_projector_gem, Dream Projector Gem -contenttweaker:willful_naquadah_chunk, Willful Naquadah Chunk -contenttweaker:cracked_naquadah_chunk, Cracked Naquadah Chunk -contenttweaker:naquadah_core, Naquadah Core -contenttweaker:irradiated_naquadah_core, Irradiated Naquadah Core -contenttweaker:naquadah_ingot, Naquadah Ingot -contenttweaker:naquadah_plate, Naquadah Plate -contenttweaker:naquadah_gear, Naquadah Gear -contenttweaker:entropy_director_element, Entropy Director Element -contenttweaker:infernal_furnace, Infernal Furnace -contenttweaker:early_game_energy, Early Game Energy -contenttweaker:magic_strategy_technologist, Approaching Magic: Technologist -contenttweaker:magic_strategy_warped, Approaching Magic: Warped -contenttweaker:magic_strategy_warrior, Approaching Magic: Warrior -contenttweaker:mining_advice, Mining Advice -contenttweaker:ae2_base_management, Managing your AE2 Network -contenttweaker:puzzle_solution_blast_furnace, I can't figure it out, how do I make a blast furnace? -contenttweaker:puzzle_solution_haumea, Puzzle Solution: Haumea -contenttweaker:puzzle_solution_osiris, Puzzle Solution: Osiris -contenttweaker:puzzle_solution_ptah, Puzzle Solution: Ptah -contenttweaker:puzzle_solution_hator, Puzzle Solution: Hator -contenttweaker:puzzle_solution_europa, Puzzle Solution: Europa -contenttweaker:puzzle_solution_oi, Puzzle Solution: Oi -contenttweaker:puzzle_solution_falacer, Puzzle Solution: Falacer -contenttweaker:puzzle_solution_orcus, Puzzle Solution: Orcus -contenttweaker:puzzle_solution_sedna, Puzzle Solution: Sedna -contenttweaker:puzzle_solution_first_shell, Puzzle Solution: First Mythic Shell -contenttweaker:puzzle_solution_second_shell, Puzzle Solution: Second Mythic Shell -contenttweaker:puzzle_solution_third_shell, Puzzle Solution: Third Mythic Shell -contenttweaker:puzzle_solution_fourth_shell, Puzzle Solution: Fourth Mythic Shell -contenttweaker:puzzle_solution_vethea, Puzzle Solution: Vethea -contenttweaker:puzzle_solution_recursion_dungeon, Puzzle Solution: Sacred Sapling -contenttweaker:cut_vethea_garnet, Cut Vethea Garnet -contenttweaker:better_hellfire, Better Hellfire -contenttweaker:multiblock_preview, Multiblock Preview (Uncraftable - this is for Convenience) -contenttweaker:mk1_power_flower, Power Flower MK1 -contenttweaker:ancient_teleporter, Ancient Teleporter -contenttweaker:right_click_cobble_with_necronomicon, Right click cobblestone with the necronomicon -contenttweaker:must_be_overworld_abyssal_dimensions, Must be in the Overworld or Abyssalcraft Dimensions -contenttweaker:to_make_statues_safe, These configurations will make statues safe, right click monolith stone with Necronomicon -contenttweaker:ai_art, AI Art -contenttweaker:sick_fade, Sick Fade -contenttweaker:place_pedestals_following_central_symmetry, The outer pedestals can be placed in any configuration that follows central symmetry -contenttweaker:injectors_line_sight_within_16_block, The injectors need line of sight, and need to be within 16 blocks -contenttweaker:higher_tier_better, Some recipes require specific injector tiers (check JEI) -contenttweaker:energy_display_stands, Only the Display Stands need energy -contenttweaker:items_in_all, Items are placed in both Display Stands and Empowerer (follow JEI) -contenttweaker:any_size_these_rules, The smeltery can be any size, as long as it follows this shape -contenttweaker:basins_blocks_tables_casts, Basins make blocks out of molten metal, tables require casts to make parts and ingots -contenttweaker:rocket_works_with_these_blocks, To make a rocket you need at least these blocks -contenttweaker:planet_space_station_chip_computer, Plant and Space Station ID chips are placed in the Guidance Computer -contenttweaker:built_in_launchpad, Rockets must be assembled in a launchpad -contenttweaker:alveary_upgrades_can_replace_bottom_blocks, The blocks in the bottom two layers can be replaced with any upgrade -contenttweaker:water_doped_egg, Water Doped Egg -contenttweaker:lava_doped_egg, Lava Doped Egg -contenttweaker:kitty_smile, Kitty Smile -contenttweaker:any_lasers_more_faster, You can use any number of lasers, the more the better -contenttweaker:needs_los, Lasers need line of sight -contenttweaker:any_cobblestone_abyssalcraft, The gate can be made out of any Abyssalcraft Cobblestone -contenttweaker:better_glass_cutter, Better Glass Cutter -contenttweaker:recursive_recipes, Recursive Recipes -contenttweaker:primal_jewel, Primal Jewel -contenttweaker:making_will, Making Will -contenttweaker:making_colored_will, Making Aspected Will -contenttweaker:farming_will, Farming Will -contenttweaker:ritual_mass_enchanting, Ritual of Mass Enchanting -contenttweaker:etherium_ingot, Etherium Ingot -contenttweaker:etherium_saw_blade, Etherium Saw Blade -contenttweaker:etherium_dust, Etherium Dust -contenttweaker:arkengem, Arkengem -contenttweaker:nethengeic_mark, Nethengeic Mark -contenttweaker:promethium_shard, Promethium Shard -contenttweaker:radioactive_residue, Radioactive Residue -contenttweaker:corn_beer_blend, Corn Cereal Blend -contenttweaker:barley_beer_blend, Barley Cereal Blend -contenttweaker:roasted_beer_blend, Roasted Cereal Blend -contenttweaker:rye_beer_blend, Rye Cereal Blend -contenttweaker:wheat_beer_blend, Wheat Cereal Blend -contenttweaker:corn_hops_beer_blend, Corn Beer Blend -contenttweaker:barley_hops_beer_blend, Barley Beer Blend -contenttweaker:roasted_hops_beer_blend, Roasted Beer Blend -contenttweaker:rye_hops_beer_blend, Rye Beer Blend -contenttweaker:wheat_hops_beer_blend, Wheat Beer Blend -contenttweaker:inert_cursed_jewel, Inert Cursed Jewel -contenttweaker:active_cursed_jewel, Active Cursed Jewel -contenttweaker:puzzle_solution_sacredmushroom, Puzzle Solution: Sacred Mushroom -contenttweaker:puzzle_solution_radiationsuit, Puzzle Solution: Radiation Suit -contenttweaker:foraging_loot_table, Foraging Loot Table -contenttweaker:level90, Level 90 -contenttweaker:level85, Level 85 -contenttweaker:level80, Level 80 -contenttweaker:level70, Level 70 -contenttweaker:level65, Level 65 -contenttweaker:level60, Level 60 -contenttweaker:level50, Level 50 -contenttweaker:level45, Level 45 -contenttweaker:level35, Level 35 -contenttweaker:level30, Level 30 -contenttweaker:level20, Level 20 -contenttweaker:level15, Level 15 -contenttweaker:level5, Level 5 -contenttweaker:heraldry_egg, Heraldry Egg -contenttweaker:advanced_inscriber_doesnt_show_up, The Advanced Inscriber exists, it doesn't show up in JEI -contenttweaker:abyssal_wasteland_stronghold, Found in the Abyssal Wasteland Stronghold -contenttweaker:portable_furnace, Portable Furnace -contenttweaker:burning_furnace, Everburning Furnace -contenttweaker:burning_flint, Everburning Flint -contenttweaker:puzzle_solution_mysterium, Puzzle Solution: Mysterium -contenttweaker:puzzle_solution_runandor, Puzzle Solution: Runandor -contenttweaker:furnace_heart, Furnace Heart -contenttweaker:ember, Ember -contenttweaker:vibranium_chunk, Vibranium Chunk -contenttweaker:vibraniumalloy_chunk, Vibranium Alloy Chunk -contenttweaker:puzzle_solution_marksamurai, Puzzle Solution: Mark of the Samurai -contenttweaker:puzzle_solution_kikoku, Puzzle Solution: Kikoku -contenttweaker:farming_unattuned_celestial_crystals, Farming non-Attuned Celestial Crystals -contenttweaker:making_unattuned_celestial_crystals, Making Celestial Crystals -contenttweaker:levelling_up_crystals, How to level-up crystals -contenttweaker:any_number_pedestals, You can use any number of pedestals, depending on the recipe (up to 48) -contenttweaker:living_myrmitite_ingot, Living Myrmitite -contenttweaker:dimension_ids, Dimension IDs -contenttweaker:puzzle_solution_livingmyrmitite, Puzzle Solution: Living Myrmitite -contenttweaker:efficient_crop_setup, This is an efficient crop setup -contenttweaker:parafrosynium, Parafrosynium Ingot -contenttweaker:soul_of_nero, Soul of Nero -contenttweaker:heart_of_nero, Heart of Nero -contenttweaker:breath_of_nero, Breath of Nero -contenttweaker:body_of_nero, Body of Nero -contenttweaker:imperial_diamond_powder, Imperial Diamond Powder -contenttweaker:gem_of_recursion, Gem of Recursion -contenttweaker:recursive_convergence, Recursive Convergence -contenttweaker:recursion_of_notbeinganoob, Recursion of Not Being A Noob Anymore -contenttweaker:puzzle_solution_furnacedim, Puzzle Solution: Furnace Dimension -contenttweaker:fading_wool, Fading Wool -contenttweaker:astral_animator, Astral Animator -contenttweaker:yellorite_reactor, Yellorite Reactor -contenttweaker:search_bigreactorcooler_for_options, Search 'Big Reactor Coolant' in JEI for Available Options -contenttweaker:puzzle_solution_masterwizards, Puzzle Solution: Master Wizard -contenttweaker:mark_of_the_arbiter, Mark of the Arbiter -contenttweaker:basesetup_seeotherpreviewforadvanced, See other preview for faster setup -contenttweaker:usethis_forfaster, This Setup is Faster -contenttweaker:more_alternators_faster, The more Alternators, the Faster -contenttweaker:making_dynamism_gems, How to make Dynamism Gems -contenttweaker:dense_helpless_honey, Dense Helpless Honey -contenttweaker:nero_core, Nero Core -contenttweaker:flux_basics, Flux Basics -contenttweaker:remove_flux, How to remove Flux -contenttweaker:eldritch_will_ritual, Ritual of Eldritch Will -contenttweaker:aura_basics, Aura Basics -contenttweaker:thaumcraft_research, How Thaumcraft Research Works -contenttweaker:warp_basics, Warp Basics -contenttweaker:essentia_management, Essentia Management -contenttweaker:crucible_automation, Crucible Automation -contenttweaker:wyvern_head_stone, Wyvern Headstone -contenttweaker:psimetal, Psimetal Ingot -contenttweaker:ivory_psimetal, Ivory Psimetal Ingot -contenttweaker:ebony_psimetal, Ebony Psimetal Ingot -contenttweaker:psigem, Psigem -contenttweaker:ancient_recursion, Ancient Recursion -contenttweaker:immortal_recursion, Immortal Recursion -contenttweaker:temporal_recursion, Temporal Recursion -contenttweaker:primordial_recursion, Primordial Recursion -contenttweaker:better_red_coal, Better Red Coal -contenttweaker:dense_dark_honey, Dense Dark Honey -contenttweaker:dense_fearful_honey, Dense Fearful Honey -contenttweaker:dense_solitary_honey, Dense Solitary Honey -contenttweaker:akathartos_core, Akathartos Core -contenttweaker:pauram_core, Pauram Core -contenttweaker:zoi_core, Zoi Core -contenttweaker:black_hole_honey, Black Hole Honey -contenttweaker:rosidian_ingot, Rosidian Ingot -contenttweaker:rosidian_blend, Rosidian Blend -contenttweaker:puzzle_solution_branchoflife, Puzzle Solution: Branch of Life -contenttweaker:puzzle_solution_rosidianblend, Puzzle Solution: Rosidian Blend -contenttweaker:full_essentia_automation, Full Essentia Automation -contenttweaker:draconic_energy_ball, Draconic Energy Ball -contenttweaker:greenlight_ember, Greenlight Ember -contenttweaker:phasing_gem, Phasing Gem -contenttweaker:inert_spatial_phaser, Inert Spatial Phaser -contenttweaker:puzzle_solution_spatialphaser, Puzzle Solution: Spatial Phaser -contenttweaker:puzzle_solution_phasinggem, Puzzle Solution: Phasing gem -contenttweaker:wrought_iron_shard, Wrought Iron Shard -contenttweaker:wrought_iron_plate, Wrought Iron Plate -contenttweaker:deep_metamorphic_rock, Deep Metamorphic Rock -contenttweaker:puzzle_solution_deepmetamorphic, Puzzle Solution: Deep Metamorphic Rock -contenttweaker:jeweled_dust, Jeweled Dust -contenttweaker:phasing_alloy_plate, Phasing Alloy Plate -contenttweaker:baron_gem, Baron Gem -contenttweaker:barathosynium_ingot, Barathosynium Ingot -contenttweaker:phasing_alloy_ingot, Phasing Alloy Ingot -contenttweaker:puzzle_solution_barongem, Puzzle Solution: Baron gem -contenttweaker:polytom_shard, Polytom Shard -contenttweaker:flying_gunpowder, Flying Gunpowder -contenttweaker:fluctuating_alloy, Fluctuating Alloy Ingot -contenttweaker:nuclearcraft_fission_interior, Nuclearcraft Fission Interior -contenttweaker:polar_catalyst, Polar Catalyst -contenttweaker:stormlight_fragment, Stormlight Fragment -contenttweaker:champion_token, Champion Token -contenttweaker:use_this_summon_item, Use the summon item in this recipe to spawn the mob -contenttweaker:crimson_ichor, Crimson Ichor -contenttweaker:ichorium_gem, Ichorium Gem -contenttweaker:druden_horn, Druden Horn -contenttweaker:hand_of_dominion, Hand of Dominion -contenttweaker:wing_of_worship, Wing of Worship -contenttweaker:imp_skin, Imp Skin -contenttweaker:hidden_injei, These are hidden in JEI to remove clutter -contenttweaker:buffing_astral_ritual, Buffing Astral Sorcery Rituals -contenttweaker:crack_fractured_crystal, Crack of the Fractured Crystal -contenttweaker:gathering_forsaken_souls, Gathering of the Forsaken Souls -contenttweaker:ritual_culling, Ritual of Culling -contenttweaker:faceted_crystal, Resonance of the Faceted Crystal -contenttweaker:peaceful_soul, Ritual of Peaceful Soul -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_meatballstarlight, Safe Whispering Starlight Salt Reactor -contenttweaker:safe_polonium, Safe Polonium Salt Reactor -contenttweaker:fill_vessel_with_fluid, Fill Vessel with this Fluid -contenttweaker:fill_tube_with_any_nak, Fill Tube with any Hot NaK Coolant -contenttweaker:fill_tube_with_water, Fill Tube with Water -contenttweaker:fill_coolantheater_with_fluid, Fill Coolant Heater with this Fluid -contenttweaker:dispelling_manuscript, Dispelling Manuscript -contenttweaker:mark_fallen_tower, Mark of the Falling Tower -contenttweaker:life_essence_farm, Farming Life Essence -contenttweaker:simplest_salt_reactor, Simplest Salt Reactor -contenttweaker:simplest_hot_salt_reactor, Simplest All-In-One Salt Reactor -contenttweaker:triple_nak_heat_exchanger, Three-Nak Heat Exchanger -contenttweaker:quintuple_nak_heat_exchanger, Five-Nak Heat Exchanger -contenttweaker:five_turbine_design, Good Turbine Design: 5x5x7 -contenttweaker:seed_analyzer, Portable Seed Analyzer -contenttweaker:oneside_inlet_oneside_outlet, Use Inlets on one side, Outlets on the other -contenttweaker:spatial_anomaly, Spatial Anomaly -contenttweaker:imperfect_anomaly, Imperfect Anomaly -contenttweaker:recursive_anomaly, Recursive Anomaly -contenttweaker:warren_shard, Warren Shard -contenttweaker:puzzle_solution_stage1anomaly, Puzzle Solution: Stage 1 Anomaly -contenttweaker:puzzle_solution_stage2anomaly, Puzzle Solution: Stage 2 Anomaly -contenttweaker:first_order_mythic_fractal, First Order Mythic Fractal -contenttweaker:paraffin, Paraffin -contenttweaker:nomnomnomicon, NomNomNomicon -contenttweaker:gemheart, Gemheart -contenttweaker:infuser_fabrial, Infuser Fabrial -contenttweaker:stormlight_sphere, Stormlight Sphere -contenttweaker:puzzle_solution_infuserfabrial, Puzzle Solution: Infuser Fabrial -contenttweaker:shard_of_protection, Shard of Protection -contenttweaker:right_click_with_lots_of_infusionstones, Right click the Infusion Table with Infusion Stones to make Power Stones -contenttweaker:apothecary_stone, Apothecary Stone -contenttweaker:empowered_apothecary_stone, Empowered Apothecary Stone -contenttweaker:puzzle_solution_apothecaryprisonkey, Puzzle Solution: Apothecary Prison Key -contenttweaker:rainbow_fire, Rainbow Fire -contenttweaker:dragon_will_fragment, Dragon Will Fragment -contenttweaker:whispering_heart_of_hearts, Whispering Heart of Hearts -contenttweaker:soul_of_the_dragonslayer, Soul of the Dragonslayer -contenttweaker:berserker_steel_ingot, Berserker Steel Ingot -contenttweaker:superfocused_plate_mythic, Superfocused Plate of Mythic Matter -contenttweaker:puzzle_solution_dragonslayer, Puzzle Solution: Dragonslyer -contenttweaker:dread_crown, Dread Crown -contenttweaker:icy_dreadful_shard, Icy Dreadful Shard -contenttweaker:dreadful_shard, Unleashed Dreadful Shard -contenttweaker:stone_of_endless_hunger, Stone of Endless Hunger -contenttweaker:gem_of_gluttony, Gem of Gluttony -contenttweaker:slate_of_endless_hunger, Slate of Endless Hunger -contenttweaker:heat_exchanger_math, Heat Exchanger Math -contenttweaker:stargate_hieroglyphs, Stargate Hieroglyphs -contenttweaker:crimson_emperor_icon, Crimson Emperor Icon -contenttweaker:scarlet_letter, Scarlet Letter -contenttweaker:crimson_doctrine_tome, Crimson Doctrine Tome -contenttweaker:droplet_of_the_great_snake, Droplet of the Great Snake -contenttweaker:good_extreme_reactor_design, Good Yellorite Reactor Design -contenttweaker:extreme_turbine, Extreme Turbine -contenttweaker:good_extreme_turbine, Good Extreme Turbine Design -contenttweaker:puzzle_solution_gemvoracity, Puzzle Solution: Gem of Voracity -contenttweaker:puzzle_solution_gemvoracity2, Puzzle Solution: Voracious Worm Callstone -contenttweaker:puzzle_solution_icydreadshard, Puzzle SOlution: Icy Dread Shard -contenttweaker:infused_dread_shard, Shard of the Dreadful Undead -contenttweaker:second_order_mythic_fractal, Second Order Mythic Fractal -contenttweaker:catalyzation_chamber, Catalyzation Chamber -contenttweaker:draconian_metal_clump, Draconian Metal Clump -contenttweaker:draconian_metal_ingot, Draconian Metal Ingot -contenttweaker:lunar_star, Lunar Star -contenttweaker:pressed_spice, Pressed Spice -contenttweaker:recursive_imprisonment_gem, Bound Lunar Gem -contenttweaker:puzzle_solution_recursiveimprisonment, Puzzle Solution: Pressed Spice -contenttweaker:runandium_ingot, Runandium Ingot -contenttweaker:puzzle_solution_runicore, Puzzle Solution: Runic Ore -contenttweaker:charged_gemstone, Charged Gemstone -contenttweaker:charged_electric_mushroom, Charged Electric Mushroom -contenttweaker:stormlight_infused_crystal, Stormlight Infused Crystal -contenttweaker:shard_of_a_fallen_spren, Shard of a Fallen Spren -contenttweaker:fragment_of_creation, Fragment of Creation -contenttweaker:draconian_helmet_core, Draconian Helmet Core -contenttweaker:draconian_chestplate_core, Draconian Chestplate Core -contenttweaker:draconian_leggings_core, Draconian Leggings Core -contenttweaker:draconian_boots_core, Draconian Boots Core -contenttweaker:draconian_axe_core, Draconian Axe Core -contenttweaker:draconian_bow_core, Draconian Bow Core -contenttweaker:draconian_pickaxe_core, Draconian Pickaxe Core -contenttweaker:draconian_shovel_core, Draconian Shovel Core -contenttweaker:draconian_sword_core, Draconian Sword Core -contenttweaker:primordial_accelerator, Primordial Accelerator -contenttweaker:primordial_catalyst, Primordial Catalyst -contenttweaker:pulsating_fluix, Pulsating Fluix -contenttweaker:coralium_eye, Coralium Eye -contenttweaker:oblivion_catalyzer, Oblivion Catalyzer -contenttweaker:puzzle_solution_wyvernmonument, Puzzle Solution: Wyvern Monument -contenttweaker:puzzle_solution_oblivioncandle, Puzzle Solution: Oblivion Candle -contenttweaker:ascended_draconic_alloy, Ascended Draconic Alloy -contenttweaker:silky_forester_leaf, Silky Forester Leaf -contenttweaker:third_order_mythic_fractal, Third Order Mythic Fractal -contenttweaker:eldritch_will_ingot, Eldritch Will Ingot -contenttweaker:eye_of_flesh_manipulation, Eye of Flesh Manipulation -contenttweaker:eldritch_essence, Eldritch Essence -contenttweaker:paradigm_of_dominion, Paradigm of Dominion -contenttweaker:warren_splitter_fabrial, Warren Splitter Fabrial -contenttweaker:core_of_mirroring, Core of Mirroring -contenttweaker:stone_of_anima, Stone of Anima -contenttweaker:puzzle_solution_stoneofanima, Puzzle Solution: Stone of Anima -contenttweaker:sword_recursion, Sword Recursion -contenttweaker:shield_recursion, Shield Recursion -contenttweaker:recursion_of_war, Recursion of War -contenttweaker:mother_pixon_soul, Mother Pixon Soul -contenttweaker:soul_of_colonial_servitude, Soul of Colonial Servitude -contenttweaker:ensnaring_soul, Ensnaring Soul -contenttweaker:twilight_sigil_of_dominion, Twilight Sigil of Dominion -contenttweaker:will_ensnaring_fabrial, Will Ensnaring Fabrial -contenttweaker:fourth_order_mythic_fractal, Fourth Order Mythic Fractal -contenttweaker:pearlescent_artifact, Pearlescent Artifact -contenttweaker:digital_matter_transmission_module, Digital Matter Transmission Module -contenttweaker:phasing_snowflake, Phasing Snowflake -contenttweaker:phasing_fluix_construct, Phasing Fluix Construct -contenttweaker:master_wizardry_catalyst, Master Wizardry Catalyst -contenttweaker:petrified_fluix, Petrified Fluix -contenttweaker:attuned_fluix_construct, Attuned Fluix Construct -contenttweaker:puzzle_solution_attunedfluixconstruct, Puzzle Solution: Attuned Fluix Construct -contenttweaker:celestial_lattice, Celestial Lattice -contenttweaker:celestial_jewel, Celestial Jewel -contenttweaker:hihi_irokane, Hihi'Irokane Ingot -contenttweaker:orichalcum, Orichalcum Ingot -contenttweaker:dream_infusion_crafting, Dream Infusion Crafting -contenttweaker:mineralis_ritual, Mineralis Ritual Ores -contenttweaker:puzzle_solution_sparkledoak, Puzzle Solution: Sparkled Oak -contenttweaker:acacia_resin_bottle, Acacia Resin Bottle -contenttweaker:heaven_extract_bottle, Heaven Extract Bottle -contenttweaker:swirl_depths_bottle, Swirl of Depths Bottle -contenttweaker:stone_ichor_bottle, Stone Ichor Bottle -contenttweaker:bewitched_cord, Bewitched Cord -contenttweaker:whitefire_ember, Whitefire Ember -contenttweaker:better_goo_ball, Better Goo Ball -contenttweaker:eldritch_metal_plate, Eldritch Metal Plate -contenttweaker:undead_wing, Undead Wing -contenttweaker:cotton_candy_withering_spray, Cotton Candy Withering Spray -contenttweaker:starlight_sphere, Starlight Sphere -contenttweaker:thaumic_citrus, Thaumic Citrus -contenttweaker:alchemical_particle, Alchemical Particle -contenttweaker:tungsten_carrot, Tungsten Carrot -contenttweaker:light_of_shadesmar, Light of Shadesmar -contenttweaker:chaotic_poppet, Chaotic Poppet -contenttweaker:fifth_order_mythic_fractal, Fifth Order Mythic Fractal -contenttweaker:darkstar_compound, Darkstar Compound -contenttweaker:recursium_ingot, Recursium Ingot -contenttweaker:recursium_fragment_iter0, Recursium Fragment: O -contenttweaker:recursium_fragment_iter1, Recursium Fragment: I -contenttweaker:recursium_fragment_iter2, Recursium Fragment: II -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_fragment_iron, Cosmic Fragment: Iron -contenttweaker:cosmic_fragment_gold, Cosmic Fragment: Gold -contenttweaker:cosmic_fragment_lapis, Cosmic Fragment: Lapis -contenttweaker:cosmic_fragment_coal, Cosmic Fragment: Coal -contenttweaker:cosmic_fragment_oxygen, Cosmic Fragment: Oxygen -contenttweaker:cosmic_fragment_hydrogen, Cosmic Fragment: Hydrogen -contenttweaker:cosmic_fragment_nitrogen, Cosmic Fragment: Nitrogen -contenttweaker:cosmic_fragment_gunpowder, Cosmic Fragment: Gunpowder -contenttweaker:cosmic_fragment_nitre, Cosmic Fragment: Nitre -contenttweaker:cosmic_fragment_redstone, Cosmic Fragment: Redstone -contenttweaker:cosmic_fragment_abyss, Cosmic Fragment: Abyss -contenttweaker:cosmic_fragment_dread, Cosmic Fragment: Dread -contenttweaker:cosmic_fragment_tin, Cosmic Fragment: Tin -contenttweaker:cosmic_fragment_copper, Cosmic Fragment: Copper -contenttweaker:cosmic_fragment_silicon, Cosmic Fragment: Silicon -contenttweaker:cosmic_fragment_magnesium, Cosmic Fragment: Magnesium -contenttweaker:cosmic_fragment_aluminum, Cosmic Fragment: Aluminum -contenttweaker:cosmic_fragment_zinc, Cosmic Fragment: Zinc -contenttweaker:cosmic_fragment_bone, Cosmic Fragment: Bone -contenttweaker:cosmic_fragment_beryllium, Cosmic Fragment: Beryllium -contenttweaker:1_in_200, Chance: 1 in 200 -contenttweaker:1_in_35, Chance: 1 in 35 -contenttweaker:clunky_chunky_rune, Clunky Chunky Rune -contenttweaker:quicksilver_bucket, Quicksilver Bucket -contenttweaker:secretive_nightmare_heart, Secretive Nightmare Heart -contenttweaker:californium_lattice_capsule, Californium Lattice Capsule -contenttweaker:strange_matter_capsule, Strange Matter Capsule -contenttweaker:megelium_capsule, Megelium Capsule -contenttweaker:primed_megelium_capsule, Primed Megelium Capsule -contenttweaker:orichalcum_sliver, Orichalcum Sliver -contenttweaker:puzzle_solution_ghoulspirit, Puzzle Solution: Ghoul Spirit -contenttweaker:meatball_man_charm, Meatball Man Charm -contenttweaker:puzzle_solution_taintedmeatball, Puzzle Solution: Tainted Meatball -contenttweaker:increase_range, Increase Range -contenttweaker:infinite_range, Infinite Range -contenttweaker:sun_blessing, Sun Blessing -contenttweaker:gem_of_the_warrior, Gem of the Ascended Warrior -contenttweaker:first_order_ascended_fractal, First Order Ascended Fractal -contenttweaker:second_order_ascended_fractal, Second Order Ascended Fractal -contenttweaker:third_order_ascended_fractal, Third Order Ascended Fractal -contenttweaker:fourth_order_ascended_fractal, Fourth Order Ascended Fractal -contenttweaker:fifth_order_ascended_fractal, Fifth Order Ascended Fractal -contenttweaker:25x25_area_of_grass, 25 X 25 Area of Grass -contenttweaker:35x35_area_of_grass, 35 X 35 Area of Grass -contenttweaker:roof_can_be_placed_7_blocks_away, Roof can be Placed 9 Blocks Above the Arena -contenttweaker:how_to_finish_meatballcraft, How to Finish Meatballcraft -contenttweaker:fission_automation, Fission Automation -contenttweaker:draconic_upgrades_locations, Draconic Upgrades Locations -contenttweaker:berserker_forge_loop, Berserker Forge Loop -contenttweaker:duplicating_enchants, Duplicating Enchants -contenttweaker:cut_shyrelands_garnet, Cut Shyrelands Garnet -contenttweaker:eye_of_gallifrey, Eye of Gallifrey -contenttweaker:optical_event_horizon, Optical Event Horizon -contenttweaker:gallifrey_fabrial, Gallifrey Fabrial -contenttweaker:halite_imbuement_fabrial, Halite Imbuement Fabrial -contenttweaker:pure_halite_cluster, Pure Fractallite Halite Cluster -contenttweaker:warren_rift, Warren Rift -contenttweaker:spell_recycling_crystal, Spell Recycling Crystal -contenttweaker:puzzle_solution_spellrecyclercrystal, Puzzle Solution: Spell Recycler Crystal -contenttweaker:epic_tool_tipper, Epic Tooltipper -contenttweaker:fill_with_high_particulate_steam, Fill with High Particulate Steam -contenttweaker:fluidcrystalmatrix_condensation, Condensation of Fluid Crystal Matrix -contenttweaker:stargate_chevron, Stargate Chevron -contenttweaker:stargate_ring, Stargate Ring -contenttweaker:stargate_controller, Stargate Controller -contenttweaker:bee_stargate, Bee Stargate -contenttweaker:warren_shard_abyss, Warren Shard: Abyss -contenttweaker:warren_shard_lelyetia, Warren Shard: Lelyetia -contenttweaker:warren_shard_precasia, Warren Shard: Precasia -contenttweaker:warren_shard_deeplands, Warren Shard: Deeplands -contenttweaker:warren_shard_creeponia, Warren Shard: Creeponia -contenttweaker:warren_shard_barathos, Warren Shard: Barathos -contenttweaker:warren_shard_crystevia, Warren Shard: Crystevia -contenttweaker:warren_shard_gardencia, Warren Shard: Gardencia -contenttweaker:warren_shard_haven, Warren Shard: Haven -contenttweaker:warren_shard_iromine, Warren Shard: Iromine -contenttweaker:warren_shard_celeve, Warren Shard: Celeve -contenttweaker:warren_shard_candyland, Warren Shard: Candyland -contenttweaker:warren_shard_mysterium, Warren Shard: Mysterium -contenttweaker:warren_shard_voxponds, Warren Shard: Vox Ponds -contenttweaker:warren_shard_borean, Warren Shard: Borean -contenttweaker:warren_shard_runandor, Warren Shard: Runandor -contenttweaker:warren_shard_lunalus, Warren Shard: Lunalus -contenttweaker:warren_shard_eden, Warren Shard: Eden -contenttweaker:warren_shard_wildwood, Warren Shard: Wildwood -contenttweaker:warren_shard_apalachia, Warren Shard: Apalachia -contenttweaker:warren_shard_skythern, Warren Shard: Skythern -contenttweaker:warren_shard_greckon, Warren Shard: Greckon -contenttweaker:warren_shard_dustopia, Warren Shard: Dustopia -contenttweaker:warren_shard_immortallis, Warren Shard: Immortallis -contenttweaker:warren_shard_ancientcavern, Warren Shard: Ancient Cavern -contenttweaker:warren_shard_shyrelands, Warren Shard: Shyrelands -contenttweaker:warren_shard_mortum, Warren Shard: Mortum -contenttweaker:essence_of_the_mythic_shells, Essence of the Mythic Shells -contenttweaker:eye_of_limbo, Eye of Limbo -contenttweaker:puzzle_solution_warrenblindfold, Puzzle Solution: Warren Blindfold -contenttweaker:puzzle_solution_monumentallysentientbeatball, Puzzle Solution: Monumentally Sentient Meatball -contenttweaker:jei_tipsandtricks, JEI Tips & Tricks -contenttweaker:emptiness_tutorial, The Emptiness -contenttweaker:rare_loot_table, Rare Loot Table -contenttweaker:boss_drop, Boss Drop -contenttweaker:dungeon_drop, Dungeon Drop -contenttweaker:rftools_syringe, Syringe from RFTools -contenttweaker:flesh_of_the_gluttonous_one, Flesh of the Gluttonous One -contenttweaker:fluit_of_flesh, Fruit of Flesh -contenttweaker:passive_packagedauto, Passive PackagedAuto -contenttweaker:demonic_ember, Demonic Ember -contenttweaker:firey_furnace_sand, Firey Furnace Sand -contenttweaker:firey_furnace_glass, Firey Furnace Glass -contenttweaker:furnace_looking_glass, Furnace Looking Glass -contenttweaker:trader_drop, Obtaind from a Trader -contenttweaker:found_in_overworld, Found in the Overworld -contenttweaker:found_in_nether, Found in the Nether -contenttweaker:found_in_erebus, Found in the Erebus -contenttweaker:fractallite_furnace, Fractallite Furnace -contenttweaker:puzzle_solution_furnaceguy, Puzzle Solution: Furnace Guy -contenttweaker:sanitized_dark_matter, Dark Matter (Sanitized Edition) -contenttweaker:multithreading_controller_upgrade, Multithreading Controller Upgrade -contenttweaker:gaia_guardian_arena, Gaia Guardian Arena -contenttweaker:chaosstrikium_cluster, Chaosstrikium Cluster -contenttweaker:crownite_chunk, Crownite Chunk -contenttweaker:thrallium_fragment, Thrallium Fragment -contenttweaker:cactium_sliver, Cactium Sliver -contenttweaker:puzzle_solution_biomeritual, Puzzle Solution: Biome Ritual -contenttweaker:prophetic_paper, Prophetic Paper -contenttweaker:de_thorned_bramble, De-Thorned Bramble -contenttweaker:hellish_seasoning, Hellish Seasoning -contenttweaker:draconic_seasoning, Draconic Seasoning -contenttweaker:warren_noodles, Warren Noodles -contenttweaker:passive_extended_crafting, Passive Extended Crafting -contenttweaker:julienned_potato, Julienned Potato -contenttweaker:julienned_carrot, Julienned Carrot -contenttweaker:recursive_catalyzation_device, Recursive Catalyzation Device -contenttweaker:bewitched_growth_catalyst, Bewitched Growth Catalyst -contenttweaker:recursion_of_clarity, Recursion of Clarity -contenttweaker:defined_inferium_catalyst, Defined Inferium Catalyst -contenttweaker:defined_prudentium_catalyst, Defined Prudentium Catalyst -contenttweaker:defined_intermedium_catalyst, Defined Intermedium Catalyst -contenttweaker:defined_superium_catalyst, Defined Superium Catalyst -contenttweaker:defined_supremium_catalyst, Defined Supremium Catalyst -contenttweaker:defined_insanium_catalyst, Defined Insanium Catalyst -contenttweaker:defined_inferium_cluster, Defined Inferium Essence -contenttweaker:defined_prudentium_cluster, Defined Prudentium Essence -contenttweaker:defined_intermedium_cluster, Defined Intermedium Essence -contenttweaker:defined_superium_cluster, Defined Superium Essence -contenttweaker:defined_supremium_cluster, Defined Supremium Essence -contenttweaker:defined_insanium_cluster, Defined Insanium Essence -contenttweaker:deknighting_stick, De-Knighting Stick -contenttweaker:stone_of_the_shyre_warden, Stone of the Shyre Warden -contenttweaker:mark_of_gluttony, Mark of Gluttony -contenttweaker:fisher_drop, Dropped by Fishing Methods -contenttweaker:stone_of_life_essence, Stone of Life Essence -contenttweaker:focusing_egg, Focusing Egg -contenttweaker:buildcraft_heat_exchanger, Buildcraft Heat Exchanger -contenttweaker:heated_organic_board_fluid_progression, Fluid Progression for Heated Organic Board -contenttweaker:orbital_laser_drops, Orbital Laser Drops -contenttweaker:imperfect_gallifreyan_alloy, Imperfect Gallifreyan Alloy Ingot -contenttweaker:imperfect_gallifreyan_plate, Imperfect Gallifreyan Alloy Plate -contenttweaker:essential_cluster_t1, Inferium Definition Essence -contenttweaker:essential_cluster_t2, Prudentium Definition Essence -contenttweaker:essential_cluster_t3, Intermedium Definition Essence -contenttweaker:essential_cluster_t4, Superium Definition Essence -contenttweaker:essential_cluster_t5, Supremium Definition Essence -contenttweaker:essential_cluster_t6, Insanium Definition Essence -contenttweaker:essence_of_creation, Creative Definition Essence -contenttweaker:perfected_gallifreyan_alloy, Perfected Gallifreyan Alloy Ingot -contenttweaker:perfected_gallifreyan_plate, Perfected Gallifreyan Alloy Plate -contenttweaker:matter_digitalization_fabrial, Matter Digitalization Device -contenttweaker:getting_more_starlight, How to Get More Starlight -contenttweaker:harbinger_gluttnonous_flesh, Harbinger Gluttonous Flesh -contenttweaker:harbinger_sentient_flesh, Harbinger Sentient Flesh -contenttweaker:harbinger_flesh, Harbinger Flesh -contenttweaker:harbinger_hungering_flesh, Harbinger Hungering Flesh -contenttweaker:harbinger_tree_of_the_meatball_man, Harbinger Tree of the Meatball Man -contenttweaker:harbinger_egg_of_the_meatball_man, Harbinger Egg of the Meatball Man -contenttweaker:gluttonous_flesh_singularity, Gluttonous Flesh Singularity -contenttweaker:harbinger_leather, Harbinger Leather -contenttweaker:rites_of_the_meatball_man, Rites of the Meatball Man -contenttweaker:hungering_flesh_egg, Hungering Flesh Egg -contenttweaker:hungering_flesh_fruit, Hungering Flesh Fruit -contenttweaker:star_of_betrayal, Star of Betrayal -contenttweaker:hungering_flesh_ingot, Hungering Flesh Ingot -contenttweaker:hungering_flesh_plate, Hungering Flesh Plate -contenttweaker:hungering_flesh_gear, Hungering Flesh Gear -contenttweaker:singular_beecon, Singular Beecon -contenttweaker:recycler_drop, Obtained from the Recycler -contenttweaker:master_of_spellcraft, Are you a Master of Spellcraft? :) -contenttweaker:gamestage_recipe, Recipe will Became Available After Unlocking This Gamestage -contenttweaker:obtained_from_a_puzzle, Obtained from a Puzzle -contenttweaker:use_item, Use Item -contenttweaker:cajun_spice, Cajun Spice -contenttweaker:keep_in_one_chunk, WARNING: do not place on a chunk boundary -contenttweaker:blood_of_enlightenment, Blood of Enlightenment -contenttweaker:true_name, Call of the True Tongue -contenttweaker:fluix_medal, Fluix Medal -contenttweaker:chaotic_gem, Chaotic Gem -contenttweaker:withering_construct, Withering Construct -contenttweaker:hyperuranion_ingot, Hyperuranion Ingot -contenttweaker:actualizing_hyperuranion_ingot, Actualizing Hyperuranion Ingot -contenttweaker:self_actualizing_warren_rift, Self-Actualizing Warren Rift -contenttweaker:essence_of_worthiness, Essence of Worthiness -contenttweaker:recursion_of_worthiness, Recursion of Worthiness -contenttweaker:singular_recursion, Singular Recursion -contenttweaker:entropic_channeling_stone, Entropic Channeling Stone -contenttweaker:puzzle_solution_chaoticchanneling, Puzzle Solution: Entropic Channeling -contenttweaker:entropic_channeling_fabrial, Entropic Channeling Fabrial -contenttweaker:soul_of_entropy, Soul of Entropy -contenttweaker:fluix_soul_fabrial, Fluix Soul Fabrial -contenttweaker:touch_of_the_arbiter, Touch of the Arbiter -contenttweaker:rarified_fluix_crystal, Rarified Fluix Crystal -contenttweaker:tier30_token, item.contenttweaker.tier30_token.name -contenttweaker:lovely_egg, Lovely Egg -contenttweaker:runes_of_the_true_tongue, Runes of the True Tongue -contenttweaker:minted_fluix_crystal, Minted Fluix Crystal -contenttweaker:eldunari, Eldunarì -contenttweaker:abomination_of_true_power, Abomination of True Power -contenttweaker:puzzle_solution_truepowerabomination, Puzzle Solution: Abomination of True Power -contenttweaker:lively_twilight_rock, Lively Twilight Rock -contenttweaker:lively_twilight_gem, Lively Twilight Gem -contenttweaker:skelebone_fragment, Skelebone Fragment -contenttweaker:cuendillar_primer, Cuendillar Primer -contenttweaker:dread_cleansing_fabrial, Dread-Cleansing Fabrial -contenttweaker:scroll_of_truth_terra, Scroll of Truth: Terra -contenttweaker:scroll_of_truth_twilightforest, Scroll of Truth: Twilight Forest -contenttweaker:scroll_of_truth_hator, Scroll of Truth: Hator -contenttweaker:scroll_of_truth_asgard, Scroll of Truth: Asgard -contenttweaker:puzzle_solution_memoryrestorationritual, Puzzle Solution: Memory Restoration -contenttweaker:perfected_fluix_crystal, Perfected Fluix Crystal -contenttweaker:runes_of_liberation, Runes of Liberation -contenttweaker:puzzle_solution_runesofliberation, Puzzle Solution: Runes of Liberation -contenttweaker:chilled_helium_comb, Chilled Helium Comb -contenttweaker:flawless_fluix_crystal, Flawless Fluix Crystal -contenttweaker:construct_of_liberation, Construct of Liberation -contenttweaker:fabrial_of_liberation, Fabrial of Liberation -contenttweaker:sword_of_truth, Sword of Truth -contenttweaker:ascended_fluix_crystal, Ascended Fluix Crystal -contenttweaker:betweenlands_potions, Betweenlands Potion-Making -contenttweaker:battle_tower, From Battle Tower Loot -contenttweaker:superenchant_wrapper, Rite of Super-Enchanting -contenttweaker:enchdesc_coralium, Enchantment Description: Coralium -contenttweaker:enchdesc_dread, Enchantment Description: Dread -contenttweaker:enchdesc_iron_wall, Enchantment Description: Iron Wall -contenttweaker:enchdesc_light_pierce, Enchantment Description: Light Pierce -contenttweaker:enchdesc_multi_rend, Enchantment Description: Multi-Rend -contenttweaker:enchdesc_sapping, Enchantment Description: Sapping -contenttweaker:enchdesc_airtight_seal, Enchantment Description: Airtight Seal -contenttweaker:enchdesc_archmage, Enchantment Description: Archmage -contenttweaker:enchdesc_brace, Enchantment Description: Brace -contenttweaker:enchdesc_control, Enchantment Description: Control -contenttweaker:enchdesc_crush, Enchantment Description: Crush -contenttweaker:enchdesc_curse_of_greed, Enchantment Description: Curse of Greed -contenttweaker:enchdesc_form, Enchantment Description: Form -contenttweaker:enchdesc_intervention, Enchantment Description: Intervention -contenttweaker:enchdesc_recharge, Enchantment Description: Recharge -contenttweaker:enchdesc_sever, Enchantment Description: Sever -contenttweaker:enchdesc_shell, Enchantment Description: Shell -contenttweaker:enchdesc_night_vision, Enchantment Description: Night Vision -contenttweaker:enchdesc_scorching_heat, Enchantment Description: Scorching Heat -contenttweaker:enchdesc_magic_protection_bewitchment, Enchantment Description: Bewitched Magic Protection -contenttweaker:enchdesc_eternal_compass, Enchantment Description: Eternal Compass -contenttweaker:enchdesc_reading, Enchantment Description: Reading -contenttweaker:enchdesc_holding, Enchantment Description: Holding -contenttweaker:enchdesc_insight, Enchantment Description: Insight -contenttweaker:enchdesc_leech, Enchantment Description: Leech -contenttweaker:enchdesc_multishot, Enchantment Description: Multishot -contenttweaker:enchdesc_smashing, Enchantment Description: Smashing -contenttweaker:enchdesc_smelting, Enchantment Description: Smelting -contenttweaker:enchdesc_soulbound, Enchantment Description: Soulbound -contenttweaker:enchdesc_vorpal, Enchantment Description: Vorpal -contenttweaker:enchdesc_magic_siphon, Enchantment Description: Magic Siphon -contenttweaker:enchdesc_plague_bringer, Enchantment Description: Plague Bringer -contenttweaker:enchdesc_shadow_step, Enchantment Description: Shadow Step -contenttweaker:enchdesc_soulbound_corail_tombstone, Enchantment Description: Tombstone Soulbound -contenttweaker:enchdesc_autosmelt, Enchantment Description: Autosmelt -contenttweaker:enchdesc_excavation, Enchantment Description: Excavation -contenttweaker:enchdesc_experience_boost, Enchantment Description: Experience Boost -contenttweaker:enchdesc_lifeleech, Enchantment Description: Life Leech -contenttweaker:enchdesc_magnet, Enchantment Description: Magnet -contenttweaker:enchdesc_multijump, Enchantment Description: Multijump -contenttweaker:enchdesc_multishot_cyclic, Enchantment Description: Cyclic Multishot -contenttweaker:enchdesc_quickdraw, Enchantment Description: Quickdraw -contenttweaker:enchdesc_reach, Enchantment Description: Reach -contenttweaker:enchdesc_venom, Enchantment Description: Venom -contenttweaker:enchdesc_waterwalking, Enchantment Description: Waterwalking -contenttweaker:enchdesc_aftershock, Enchantment Description: Aftershock -contenttweaker:enchdesc_rive, Enchantment Description: Rive -contenttweaker:enchdesc_reaper, Enchantment Description: Reaper -contenttweaker:enchdesc_fire_imbuement, Enchantment Description: Fire Imbuement -contenttweaker:enchdesc_frost_imbuement, Enchantment Description: Frost Imbuement -contenttweaker:enchdesc_frost_protection, Enchantment Description: Frost Protection -contenttweaker:enchdesc_imbuement, Enchantment Description: Imbuement -contenttweaker:enchdesc_magic_protection, Enchantment Description: Magic Protection -contenttweaker:enchdesc_shock_protection, Enchantment Description: Shock Protection -contenttweaker:enchdesc_decay, Enchantment Description: Decay -contenttweaker:enchdesc_repellent, Enchantment Description: Repellent -contenttweaker:enchdesc_shimmer, Enchantment Description: Shimmer -contenttweaker:enchdesc_soulbound_ender_io, Enchantment Description: Ender Soulbound -contenttweaker:enchdesc_withering, Enchantment Description: Withering -contenttweaker:enchdesc_autosmelt_endercore, Enchantment Description: Endercore Autosmelt -contenttweaker:enchdesc_xp_boost, Enchantment Description: XP Boost -contenttweaker:enchdesc_kaboomerang, Enchantment Description: Kaboomerang -contenttweaker:enchdesc_zoomerang, Enchantment Description: Zoomerang -contenttweaker:enchdesc_burnerang, Enchantment Description: Burnerang -contenttweaker:enchdesc_bladerang, Enchantment Description: Bladerang -contenttweaker:enchdesc_boomereaperang, Enchantment Description: Boomereaperang -contenttweaker:enchdesc_corrosive, Enchantment Description: Corrosive -contenttweaker:enchdesc_lifesteal, Enchantment Description: Lifesteal -contenttweaker:enchdesc_poisonous, Enchantment Description: Poisonous -contenttweaker:enchdesc_flim_flam, Enchantment Description: Flim Flam -contenttweaker:enchdesc_last_stand, Enchantment Description: Last Stand -contenttweaker:enchdesc_unstable, Enchantment Description: Unstable -contenttweaker:enchdesc_electric_efficiency, Enchantment Description: Electric Efficiency -contenttweaker:enchdesc_destruction, Enchantment Description: Destruction -contenttweaker:enchdesc_implosion, Enchantment Description: Implosion -contenttweaker:enchdesc_smack, Enchantment Description: Smack -contenttweaker:enchdesc_wrecking, Enchantment Description: Wrecking -contenttweaker:enchdesc_magnetic, Enchantment Description: Magnetic -contenttweaker:enchdesc_fuel_efficiency, Enchantment Description: Fuel efficiency -contenttweaker:enchdesc_soul_stealer, Enchantment Description: Soul Stealer -contenttweaker:enchdesc_aqua_affinity, Enchantment Description: Aqua Affinity -contenttweaker:enchdesc_bane_of_arthropods, Enchantment Description: Bane of Arthropods -contenttweaker:enchdesc_blast_protection, Enchantment Description: Blast Protection -contenttweaker:enchdesc_curse_of_binding, Enchantment Description: Curse of Binding -contenttweaker:enchdesc_depth_strider, Enchantment Description: Depth Strider -contenttweaker:enchdesc_efficiency, Enchantment Description: Efficiency -contenttweaker:enchdesc_feather_falling, Enchantment Description: Feather Falling -contenttweaker:enchdesc_fire_aspect, Enchantment Description: Fire Aspect -contenttweaker:enchdesc_fire_protection, Enchantment Description: Fire Protection -contenttweaker:enchdesc_flame, Enchantment Description: Flame -contenttweaker:enchdesc_fortune, Enchantment Description: Fortune -contenttweaker:enchdesc_frost_walker, Enchantment Description: Frost Walker -contenttweaker:enchdesc_infinity, Enchantment Description: Infinity -contenttweaker:enchdesc_knockback, Enchantment Description: Knockback -contenttweaker:enchdesc_looting, Enchantment Description: Looting -contenttweaker:enchdesc_luck_of_the_sea, Enchantment Description: Luck of the Sea -contenttweaker:enchdesc_lure, Enchantment Description: Lure -contenttweaker:enchdesc_mending, Enchantment Description: Mending -contenttweaker:enchdesc_power, Enchantment Description: Power -contenttweaker:enchdesc_projectile_protection, Enchantment Description: Projectile Protection -contenttweaker:enchdesc_protection, Enchantment Description: Protection -contenttweaker:enchdesc_punch, Enchantment Description: Punch -contenttweaker:enchdesc_respiration, Enchantment Description: Respiration -contenttweaker:enchdesc_sharpness, Enchantment Description: Sharpness -contenttweaker:enchdesc_silk_touch, Enchantment Description: Silk Touch -contenttweaker:enchdesc_smite, Enchantment Description: Smite -contenttweaker:enchdesc_sweeping_edge, Enchantment Description: Sweeping Edge -contenttweaker:enchdesc_thorns, Enchantment Description: Thorns -contenttweaker:enchdesc_unbreaking, Enchantment Description: Unbreaking -contenttweaker:enchdesc_curse_of_vanishing, Enchantment Description: Curse of Vanishing -contenttweaker:enchdesc_manabound, Enchantment Description: Manabound -contenttweaker:enchdesc_headhunter, Enchantment Description: Headhunter -contenttweaker:enchdesc_aerial_affinity, Enchantment Description Aerial Affinity -contenttweaker:enchdesc_blessing, Enchantment Description: Blessing -contenttweaker:enchdesc_curse_bones, Enchantment Description: Curse of Bones -contenttweaker:sensus_vis_condensate, Sensus Vis Condensate -contenttweaker:machina_vis_condensate, Machina Vis Condensate -contenttweaker:alkimia_vis_condensate, Alkimia Vis Condensate -contenttweaker:praemunio_vis_condensate, Praemunio Vis Condensate -contenttweaker:exitium_vis_condensate, Exitium Vis Condensate -contenttweaker:sonus_vis_condensate, Sonus Vis Condensate -contenttweaker:humanus_vis_condensate, Humanus Vis Condensate -contenttweaker:bestia_vis_condensate, Bestia Vis Condensate -contenttweaker:draco_vis_condensate, Draco Vis Condensate -contenttweaker:ventus_vis_condensate, Ventus Vis Condensate -contenttweaker:dreadia_vis_condensate, Dreadia Vis Condensate -contenttweaker:victus_vis_condensate, Victus Vis Condensate -contenttweaker:imperium_vis_condensate, Imperium Vis Condensate -contenttweaker:vinculum_vis_condensate, Vinculum Vis Condensate -contenttweaker:desiderium_vis_condensate, Desiderium Vis Condensate -contenttweaker:ignis_vis_condensate, Ignis Vis Condensate -contenttweaker:exanimis_vis_condensate, Exanimis Vis Condensate -contenttweaker:ordo_vis_condensate, Ordo Vis Condensate -contenttweaker:stellae_vis_condensate, Stellae Vis Condensate -contenttweaker:tenebrae_vis_condensate, Tenebrae Vis Condensate -contenttweaker:metallum_vis_condensate, Metallum Vis Condensate -contenttweaker:potentia_vis_condensate, Potentia Vis Condensate -contenttweaker:vacuos_vis_condensate, Vacuos Vis Condensate -contenttweaker:terra_vis_condensate, Terra Vis Condensate -contenttweaker:permutatio_vis_condensate, Permutatio Vis Condensate -contenttweaker:sol_vis_condensate, Sol Vis Condensate -contenttweaker:visum_vis_condensate, Visum Vis Condensate -contenttweaker:aer_vis_condensate, Aer Vis Condensate -contenttweaker:mortuus_vis_condensate, Mortuus Vis Condensate -contenttweaker:lux_vis_condensate, Lux Vis Condensate -contenttweaker:diabolus_vis_condensate, Diabolus Vis Condensate -contenttweaker:fabrico_vis_condensate, Fabrico Vis Condensate -contenttweaker:luna_vis_condensate, Luna Vis Condensate -contenttweaker:volatus_vis_condensate, Volatus Vis Condensate -contenttweaker:infernum_vis_condensate, Infernum Vis Condensate -contenttweaker:praecantatio_vis_condensate, Praecantatio Vis Condensate -contenttweaker:aqua_vis_condensate, Aqua Vis Condensate -contenttweaker:aversio_vis_condensate, Aversio Vis Condensate -contenttweaker:fluctus_vis_condensate, Fluctus Vis Condensate -contenttweaker:cognitio_vis_condensate, Cognitio Vis Condensate -contenttweaker:mythus_vis_condensate, Mythus Vis Condensate -contenttweaker:spiritus_vis_condensate, Spiritus Vis Condensate -contenttweaker:alienis_vis_condensate, Alienis Vis Condensate -contenttweaker:perditio_vis_condensate, Perditio Vis Condensate -contenttweaker:caeles_vis_condensate, Caeles Vis Condensate -contenttweaker:vitium_vis_condensate, Vitium Vis Condensate -contenttweaker:coralos_vis_condensate, Coralos Vis Condensate -contenttweaker:vitreus_vis_condensate, Vitreus Vis Condensate -contenttweaker:auram_vis_condensate, Auram Vis Condensate -contenttweaker:herba_vis_condensate, Herba Vis Condensate -contenttweaker:gelum_vis_condensate, Gelum Vis Condensate -contenttweaker:instrumentum_vis_condensate, Instrumentum Vis Condensate -contenttweaker:motus_vis_condensate, Motus Vis Condensate -contenttweaker:controller_manual, Controller Manual -contenttweaker:alien_material_manual, Alien Material Manual -contenttweaker:bloodmaster_tome, Bloodmaster Tome -contenttweaker:singularity_master, Singularity Master -contenttweaker:draconic_key, Draconic Key -contenttweaker:minor_vethea_binding, Vethea Binding -contenttweaker:ancient_elven_knowledge, Ancient Elven Knowledge -contenttweaker:sedna_artifact, Sedna Artifact -contenttweaker:rhenia_artifact, Rhenia Artifact -contenttweaker:myrmex_artifact, Myrmex Artifact -contenttweaker:pixonia_artifact, Pixonia Artifact -contenttweaker:proxima_artifact, Proxima Artifact -contenttweaker:dynatos_artifact, Dynatos Artifact -contenttweaker:alkemia_artifact, Alkemia Artifact -contenttweaker:lore_of_the_meatball_man, Lore of the Meatball Man -contenttweaker:forgetful_serum, Forgetful Serum -contenttweaker:shungite_prism, Shungite Prism -contenttweaker:paparazzi_camera, Paparazzi Camera -contenttweaker:hand_framing_tool, Hand Framing Tool -contenttweaker:master_spell_motus, Master Spell: Motus -contenttweaker:master_spell_aqua, Master Spell: Aqua -contenttweaker:master_spell_gelu, Master Spell: Gelum -contenttweaker:master_spell_sol, Master Spell: Sol -contenttweaker:master_spell_luna, Master Spell: Luna -contenttweaker:master_spell_perditio, Master Spell: Perditio -contenttweaker:master_spell_desiderium, Master Spell: Desiderium -contenttweaker:master_spell_vitium, Master Spell: Vitium -contenttweaker:master_spell_terra, Master Spell: Terra -contenttweaker:master_spell_auram, Master Spell: Auram -contenttweaker:master_spell_lux, Master Spell: Lux -contenttweaker:master_spell_diabolus, Master Spell: Diabolus -contenttweaker:master_spell_praemunio, Master Spell: Praemunio -contenttweaker:master_spell_caeles, Master Spell: Caeles -contenttweaker:master_spell_dreadia, Master Spell: Dreadia -contenttweaker:void_portal_breaker, Void Portal Breaker -contenttweaker:master_spell_metallum, Master Spell Metallum -contenttweaker:master_spell_stellae, Master Spell: Stellae -contenttweaker:master_spell_potentia, Master Spell: Potentia -contenttweaker:master_spell_alienis, Master Spell: Alienis -contenttweaker:warren_blindfold, Warren Blindfold -contenttweaker:master_spell_victus, Master Spell: Victus -contenttweaker:wormhole_catalyst, Wormhole Catalyst -contenttweaker:taerrapiatta_warper, Taerrapiatta Warper -contenttweaker:diamerisma_warper, Diamerisma Warper -contenttweaker:furatto_warper, Furatto Warper -contenttweaker:vibe_warper, Vibe Warper -contenttweaker:apichisi_warper, Apichisi Warper -contenttweaker:finem_warper, Finem Warper -contenttweaker:imstuck_getmehome, I'M STUCK, GET ME HOME! -contenttweaker:flint_and_furnace, Flint and Furnace -contenttweaker:deathloop, Deathloop -contenttweaker:lyndenwyrm_warper, Lyndenwyrm Warper -contenttweaker:gallifrey_warper, Gallifrey Warper -contenttweaker:luna_warper, Luna Warper -contenttweaker:osiris_warper, Osiris Warper -contenttweaker:ptah_warper, Ptah Warper -contenttweaker:hator_warper, Hator Warper -contenttweaker:europa_warper, Europa Warper -contenttweaker:oi_warper, Oi Warper -contenttweaker:falacer_warper, Falacer Warper -contenttweaker:orcus_warper, Orcus Warper -contenttweaker:haumea_warper, Haumea Warper -contenttweaker:sedna_warper, Sedna Warper -contenttweaker:rhenia_warper, Rhenia Warper -contenttweaker:myrmex_warper, Myrmex Warper -contenttweaker:pixonia_warper, Pixonia Warper -contenttweaker:proximabelt_warper, Proxima Belt Warper -contenttweaker:nero_warper, Nero Warper -contenttweaker:zoi_warper, Zoi Warper -contenttweaker:akathartos_warper, Akathartos Warper -contenttweaker:pauram_warper, Pauram Warper -contenttweaker:alkemia_warper, Alkemia Warper -contenttweaker:magic_mushroom_dark, Really Scary Vishroom -contenttweaker:magic_mushroom, Scary Vishroom -contenttweaker:eldritch_flower, Crazylily -contenttweaker:solidified_memory, Solidified Memory -contenttweaker:evil_insight, Evil Insight -contenttweaker:deinthos, Deinthos -contenttweaker:unfathomable_breaker, Unfathomable Breaker -contenttweaker:gaia_tesseract, Gaia Tesseract -contenttweaker:limbo_warper, Call to Limbo -contenttweaker:vengeful_key, Vengeance Key -contenttweaker:retaliation_key, Retaliation Key -contenttweaker:staff_of_iceika, Staff of Iceika -contenttweaker:shield_of_terra, Shield of Terra -contenttweaker:twilight_jewel, Twilight Jewel -contenttweaker:stormland_focus, Stormland Focus -contenttweaker:nightmare_incense, Nightmare Incense -contenttweaker:terran_summoning, Terran Summoning -contenttweaker:tabula_rasa, item.contenttweaker.tabula_rasa.name -contenttweaker:recursive_tesseract, Recursive Tesseract -contenttweaker:star_core, Star Core -contenttweaker:pulsar_core, Pulsar Core -contenttweaker:black_hole_core, Black Hole Core -contenttweaker:condensed_essence, Condensed Essence -contenttweaker:furry_mass, Furry Mass -contenttweaker:bloodlust_coin, Bloodlust Coin -contenttweaker:heart_stone, Heart Stone -contenttweaker:butterfly_bloom, Butterfly Bloom -contenttweaker:trait_alien, Trait Description: Alien -contenttweaker:trait_antiair, Trait Description: Anti-Air -contenttweaker:trait_anticorrosion, Trait Description: Anti-Corrosion -contenttweaker:trait_apocalypse, Trait Description: Apocalypse -contenttweaker:trait_aquadynamic, Trait Description: Aquadynamic -contenttweaker:trait_aridiculous, Trait Description: Aridiculous -contenttweaker:trait_autosmelt, Trait Description: Autosmelt -contenttweaker:trait_baconlicious, Trait Description: Baconlicious -contenttweaker:trait_baron, Trait Description: Baron -contenttweaker:trait_blazing, Trait Description: Blazing -contenttweaker:trait_blind_bandit, Trait Description: Blind Bandit -contenttweaker:trait_blizzard, Trait Description: Blizzard -contenttweaker:trait_bloodlust, Trait Description: Bloodlust -contenttweaker:trait_body, Trait Description: Body -contenttweaker:trait_bone_shock, Trait Description: Bone Shock -contenttweaker:trait_botanical, Trait Description: Botanical -contenttweaker:trait_broodmother, Trait Description: Broodmother -contenttweaker:trait_brown_magic, Trait Description: Brown Magic -contenttweaker:trait_chad_thunder, Trait Description: Chad Thunder**** -contenttweaker:trait_cheap, Trait Description: Cheap -contenttweaker:trait_cheapskate, Trait Description: Cheapskate -contenttweaker:trait_chunky, Trait Description: Chunky -contenttweaker:trait_coldblooded, Trait Description: Cold-Blooded -contenttweaker:trait_coraliumplagued, Trait Description: Coralium-Plagued -contenttweaker:trait_counterweight, Trait Description: Counterweight -contenttweaker:trait_critikill, Trait Description: Critikill -contenttweaker:trait_crude, Trait Description: Crude -contenttweaker:trait_crumbling, Trait Description: Crumbling -contenttweaker:trait_dark_traveler, Trait Description: Dark Traveler -contenttweaker:trait_darkness, Trait Description: Darkness -contenttweaker:trait_democratic_peoples_republic_of_korea, Trait Description: Democratic People's Republic of Korea -contenttweaker:trait_dense, Trait Description: Dense -contenttweaker:trait_devils_strength, Trait Description: Devil's Strength -contenttweaker:trait_direct, Trait Description: Direct -contenttweaker:trait_discounted, Trait Description: Discounted -contenttweaker:trait_dreadplagued, Trait Description: Dread-Plagued -contenttweaker:trait_duritae, Trait Description: Duritae -contenttweaker:trait_ecological, Trait Description: Ecological -contenttweaker:trait_elemental, Trait Description: Elemental -contenttweaker:trait_enderference, Trait Description: Enderference -contenttweaker:trait_endspeed, Trait Description: Endspeed -contenttweaker:trait_energy_eater, Trait Description: Energy Eater -contenttweaker:trait_energy_repair, Trait Description: Energy Repair -contenttweaker:trait_ethereal_miner, Trait Description: Ethereal Miner -contenttweaker:trait_evil_aura, Trait Description: Evil Aura -contenttweaker:trait_evil_pressure, Trait Description: Evil Pressure -contenttweaker:trait_experience_boost, Trait Description: Experience Boost -contenttweaker:trait_famine, Trait Description: Famine -contenttweaker:trait_flaming_fury, Trait Description: Flaming Fury -contenttweaker:trait_flammable, Trait Description: Flammable -contenttweaker:trait_fractured, Trait Description: Fractured -contenttweaker:trait_freezing, Trait Description: Freezing -contenttweaker:trait_fruit_salad, Trait Description: Fruit Salad -contenttweaker:trait_ghastly, Trait Description: Ghastly -contenttweaker:trait_glitch, Trait Description: Glitch -contenttweaker:trait_global_traveler, Trait Description: Global Traveler -contenttweaker:trait_glowing, Trait Description: Glowing -contenttweaker:trait_hail_hydra, Trait Description: Hail Hydra -contenttweaker:trait_he_who_must_not_be_named, Trait Description: He Who Must Not Be Named -contenttweaker:trait_healer, Trait Description: Healer -contenttweaker:trait_heavy, Trait Description: Heavy -contenttweaker:trait_hellish, Trait Description: Hellish -contenttweaker:trait_high_in_calcium, Trait Description: High in Calcium -contenttweaker:trait_hive_defender, Trait Description: Hive Defender -contenttweaker:trait_holy, Trait Description: Holy -contenttweaker:trait_illuminati, Trait Description: Illuminati -contenttweaker:trait_im_a_superstar, Trait Description: I'm a Superstar -contenttweaker:trait_infernal_energy, Trait Description: Infernal Energy -contenttweaker:trait_inferno, Trait Description: Inferno -contenttweaker:trait_insatiable, Trait Description: Insatiable -contenttweaker:trait_instakill, Trait Description: Instakill -contenttweaker:trait_jaded, Trait Description: Jaded -contenttweaker:trait_jagged, Trait Description: Jagged -contenttweaker:trait_laced, Trait Description: Laced -contenttweaker:trait_launch, Trait Description: Launch -contenttweaker:trait_lightweight, Trait Description: Lightweight -contenttweaker:trait_living, Trait Description: Living -contenttweaker:trait_magically_brittle, Trait Description: Magically Brittle -contenttweaker:trait_magically_modifiable, Trait Description: Magically Modifiable -contenttweaker:trait_magnetic, Trait Description: Magnetic -contenttweaker:trait_mana, Trait Description: Mana -contenttweaker:trait_mana_eater, Trait Description: Mana Eater -contenttweaker:trait_mana_repair, Trait Description: Mana Repair -contenttweaker:trait_mind, Trait Description: Mind -contenttweaker:trait_mirabile_visu, Trait Description: Mirabile Visu -contenttweaker:trait_moldable, Trait Description: Moldable -contenttweaker:trait_momentum, Trait Description: Momentum -contenttweaker:trait_morgan_le_fay, Trait Description: Morgan Le Fay -contenttweaker:trait_music_of_the_spheres, Trait Description: Music of the Spheres -contenttweaker:trait_natures_blessing, Trait Description: Nature's Blessing -contenttweaker:trait_natures_power, Trait Description: Nature's Power -contenttweaker:trait_natures_wrath, Trait Description: Nature's Wrath -contenttweaker:trait_overflow, Trait Description: Overflow -contenttweaker:trait_payback, Trait Description: Payback -contenttweaker:trait_petramor, Trait Description: Petramor -contenttweaker:trait_poisonous, Trait Description: Poisonous -contenttweaker:trait_portly_gentleman, Trait Description: Portly Gentleman -contenttweaker:trait_power_of_the_sun, Trait Description: Power of the Sun -contenttweaker:trait_precipitate, Trait Description: Precipitate -contenttweaker:trait_prickly, Trait Description: Prickly -contenttweaker:trait_prosperous, Trait Description: Prosperous -contenttweaker:trait_psi_eater, Trait Description: Psi Eater -contenttweaker:trait_psi_repair, Trait Description: Psi Repair -contenttweaker:trait_purified, Trait Description: Purified -contenttweaker:trait_radioactive, Trait Description: Radioactive -contenttweaker:trait_reflect, Trait Description: Reflect -contenttweaker:trait_rude_awakening, Trait Description: Rude Awakening -contenttweaker:trait_runic, Trait Description: Runic -contenttweaker:trait_shadow, Trait Description: Shadow -contenttweaker:trait_sharp, Trait Description: Sharp -contenttweaker:trait_shock, Trait Description: Shock -contenttweaker:trait_shocking, Trait Description: Shocking -contenttweaker:trait_shyre_synthesis, Trait Description: Shyre Synthesis -contenttweaker:trait_slashing, Trait Description: Slashing -contenttweaker:trait_slimey, Trait Description: Slimey -contenttweaker:trait_slingshot, Trait Description: Slingshot -contenttweaker:trait_sos, Trait Description: SOS! -contenttweaker:trait_soul, Trait Description: Soul -contenttweaker:trait_soul_harvest, Trait Description: Soul Harvest -contenttweaker:trait_soul_sap, Trait Description: Soul Sap -contenttweaker:trait_spades, Trait Description: Spades -contenttweaker:trait_spiky, Trait Description: Spiky -contenttweaker:trait_splintering, Trait Description: Splintering -contenttweaker:trait_splinters, Trait Description: Splinters -contenttweaker:trait_squeaky, Trait Description: Squeaky -contenttweaker:trait_stalwart, Trait Description: Stalwart -contenttweaker:trait_starfishy, Trait Description: Starfishy -contenttweaker:trait_stiff, Trait Description: Stiff -contenttweaker:trait_stonebound, Trait Description: Stonebound -contenttweaker:trait_stop_being_selfish, Trait Description: Stop Being Selfish -contenttweaker:trait_superheat, Trait Description: Superheat -contenttweaker:trait_tasty, Trait Description: Tasty -contenttweaker:trait_terrafirma, Trait Description: Terrafirma -contenttweaker:trait_thaumic, Trait Description: Thaumic -contenttweaker:trait_thermal_inversion, Trait Description: Thermal Inversion -contenttweaker:trait_toxic, Trait Description: Toxic -contenttweaker:trait_tweeting, Trait Description: Tweeting -contenttweaker:trait_twilit, Trait Description: Twilit -contenttweaker:trait_unholy_touch, Trait Description: Unholy Touch -contenttweaker:trait_unnatural, Trait Description: Unnatural -contenttweaker:trait_uplifting, Trait Description: Uplifting -contenttweaker:trait_vanishing, Trait Description: Vanishing -contenttweaker:trait_vile, Trait Description: Vile -contenttweaker:trait_vindictive, Trait Description: Vindictive -contenttweaker:trait_weeee, Trait Description: Weeee! -contenttweaker:trait_wellestablished, Trait Description: Well-Established -contenttweaker:trait_whispering, Trait Description: Whispering -contenttweaker:trait_withering, Trait Description: Withering -contenttweaker:trait_writable, Trait Description: Writable -contenttweaker:trait_bloody_mary, Trait Description: Bloody Mary -contenttweaker:trait_synergy, Trait Description: Synergy -contenttweaker:trait_antigravity, Trait Description: Anti-Gravity -contenttweaker:trait_ingarage, Trait Description: In the Garage -contenttweaker:trait_surfwaxmurica, Trait Description: Surf Wax America -contenttweaker:trait_undone, Trait Description: Undone -contenttweaker:trait_thunder, Trait Description: Thunder -contenttweaker:trait_necrotic, Trait Description: Necrotic -contenttweaker:trait_sentience, Trait Description: Sentience -contenttweaker:trait_steady, Trait Description: Steady -contenttweaker:dreading_warp_cleanser, Dreading Warp Cleanser -contenttweaker:omothol_warp_cleanser, Omothol Warp Cleanser -contenttweaker:abyssal_wasteland_warp_cleanser, Abyssal Wasteland Warp Cleanser -contenttweaker:material_part:0, Demonic Steel Nugget -contenttweaker:material_part:256, Elite Apalachia Nugget -contenttweaker:material_part:1, Demonic Steel Ingot -contenttweaker:material_part:2, Demonic Steel Dust -contenttweaker:material_part:258, Elite Skythern Nugget -contenttweaker:material_part:3, Demonic Steel Rod -contenttweaker:material_part:260, Elite Mortum Nugget -contenttweaker:material_part:6, Corrosive Steel Nugget -contenttweaker:material_part:262, Abyss Token Nugget -contenttweaker:material_part:7, Corrosive Steel Ingot -contenttweaker:material_part:8, Corrosive Steel Dust -contenttweaker:material_part:264, Baron Token Nugget -contenttweaker:material_part:9, Corrosive Steel Rod -contenttweaker:material_part:266, Borean Token Nugget -contenttweaker:material_part:12, Destructive Steel Nugget -contenttweaker:material_part:268, Candyland Token Nugget -contenttweaker:material_part:13, Destructive Steel Ingot -contenttweaker:material_part:14, Destructive Steel Dust -contenttweaker:material_part:270, Celeve Token Nugget -contenttweaker:material_part:15, Destructive Steel Rod -contenttweaker:material_part:272, Creeponia Token Nugget -contenttweaker:material_part:18, Vengeful Steel Nugget -contenttweaker:material_part:274, Crystevia Token Nugget -contenttweaker:material_part:19, Vengeful Steel Ingot -contenttweaker:material_part:20, Vengeful Steel Dust -contenttweaker:material_part:276, Deeplands Token Nugget -contenttweaker:material_part:21, Vengeful Steel Rod -contenttweaker:material_part:278, Dustopia Token Nugget -contenttweaker:material_part:24, Steadfast Steel Nugget -contenttweaker:material_part:280, Gardencia Token Nugget -contenttweaker:material_part:25, Steadfast Steel Ingot -contenttweaker:material_part:26, Steadfast Steel Dust -contenttweaker:material_part:282, Greckon Token Nugget -contenttweaker:material_part:27, Steadfast Steel Rod -contenttweaker:material_part:284, Haven Token Nugget -contenttweaker:material_part:30, Bloodmaster Metal Nugget -contenttweaker:material_part:286, Iromine Token Nugget -contenttweaker:material_part:31, Bloodmaster Metal Ingot -contenttweaker:material_part:32, Bloodmaster Metal Dust -contenttweaker:material_part:288, Lelyetia Token Nugget -contenttweaker:material_part:33, Bloodmaster Metal Rod -contenttweaker:material_part:290, Lunar Token Nugget -contenttweaker:material_part:292, Mysterium Token Nugget -contenttweaker:material_part:37, Dreadite Gear -contenttweaker:material_part:38, Dreadite Plate -contenttweaker:material_part:294, Nether Token Nugget -contenttweaker:material_part:39, Dreadite Nugget -contenttweaker:material_part:40, Dreadite Ingot -contenttweaker:material_part:296, Precasia Token Nugget -contenttweaker:material_part:41, Dreadite Dust -contenttweaker:material_part:42, Dreadite Rod -contenttweaker:material_part:298, Runandor Token Nugget -contenttweaker:material_part:300, Shyrelands Token Nugget -contenttweaker:material_part:45, Dreaded Steel Gear -contenttweaker:material_part:46, Dreaded Steel Plate -contenttweaker:material_part:302, Vox Ponds Token Nugget -contenttweaker:material_part:47, Dreaded Steel Nugget -contenttweaker:material_part:48, Dreaded Steel Ingot -contenttweaker:material_part:304, Sentient Meatball Nugget -contenttweaker:material_part:49, Dreaded Steel Rod -contenttweaker:material_part:50, Dreaded Steel Dust -contenttweaker:material_part:306, Grave Dust Nugget -contenttweaker:material_part:308, Ichorium Nugget -contenttweaker:material_part:53, Sednanite Nugget -contenttweaker:material_part:309, Ichorium Ingot -contenttweaker:material_part:54, Sednanite Ingot -contenttweaker:material_part:310, Ichorium Dust -contenttweaker:material_part:55, Sednanite Dust -contenttweaker:material_part:311, Ichorium Rod -contenttweaker:material_part:56, Sednanite Rod -contenttweaker:material_part:312, Ichorium Plate -contenttweaker:material_part:59, Tartarite Dust -contenttweaker:material_part:315, Ascended Draconic Alloy Nugget -contenttweaker:material_part:60, Tartarite Rod -contenttweaker:material_part:317, Fractallite Halite Ingot -contenttweaker:material_part:62, Fluctuatite Nugget -contenttweaker:material_part:318, Fractallite Halite Rod -contenttweaker:material_part:63, Fluctuatite Ingot -contenttweaker:material_part:64, Fluctuatite Dust -contenttweaker:material_part:65, Fluctuatite Rod -contenttweaker:material_part:68, Vibranium Nugget -contenttweaker:material_part:69, Vibranium Ingot -contenttweaker:material_part:70, Vibranium Dust -contenttweaker:material_part:71, Vibranium Rod -contenttweaker:material_part:75, Rhenium Nugget -contenttweaker:material_part:76, Rhenium Ingot -contenttweaker:material_part:77, Rhenium Dust -contenttweaker:material_part:78, Rhenium Rod -contenttweaker:material_part:81, Myrmitite Nugget -contenttweaker:material_part:82, Myrmitite Ingot -contenttweaker:material_part:83, Myrmitite Dust -contenttweaker:material_part:84, Myrmitite Plate -contenttweaker:material_part:85, Myrmitite Rod -contenttweaker:material_part:89, Candyte Nugget -contenttweaker:material_part:90, Candyte Ingot -contenttweaker:material_part:91, Candyte Dust -contenttweaker:material_part:92, Candyte Rod -contenttweaker:material_part:96, Palladium Nugget -contenttweaker:material_part:97, Palladium Ingot -contenttweaker:material_part:98, Palladium Dust -contenttweaker:material_part:99, Palladium Rod -contenttweaker:material_part:103, Vityte Nugget -contenttweaker:material_part:104, Vityte Ingot -contenttweaker:material_part:105, Vityte Dust -contenttweaker:material_part:106, Vityte Rod -contenttweaker:material_part:110, Polonium Nugget -contenttweaker:material_part:111, Polonium Ingot -contenttweaker:material_part:112, Polonium Dust -contenttweaker:material_part:113, Polonium Rod -contenttweaker:material_part:117, Ogerite Nugget -contenttweaker:material_part:118, Ogerite Ingot -contenttweaker:material_part:119, Ogerite Dust -contenttweaker:material_part:120, Ogerite Rod -contenttweaker:material_part:124, Primal Ogerite Nugget -contenttweaker:material_part:125, Primal Ogerite Ingot -contenttweaker:material_part:126, Primal Ogerite Dust -contenttweaker:material_part:127, Primal Ogerite Rod -contenttweaker:material_part:129, Hot Vibranium Alloy Ingot -contenttweaker:material_part:130, Hot Vibranium Alloy Rod -contenttweaker:material_part:131, Vibranium Alloy Nugget -contenttweaker:material_part:132, Vibranium Alloy Ingot -contenttweaker:material_part:133, Vibranium Alloy Plate -contenttweaker:material_part:134, Vibranium Alloy Gear -contenttweaker:material_part:135, Vibranium Alloy Rod -contenttweaker:material_part:136, Lunastone Nugget -contenttweaker:material_part:137, Lunastone Ingot -contenttweaker:material_part:138, Lunastone Dust -contenttweaker:material_part:139, Lunastone Rod -contenttweaker:material_part:143, Chalcedony Nugget -contenttweaker:material_part:144, Chalcedony Ingot -contenttweaker:material_part:145, Chalcedony Dust -contenttweaker:material_part:146, Chalcedony Rod -contenttweaker:material_part:150, Brightsteel Nugget -contenttweaker:material_part:151, Brightsteel Ingot -contenttweaker:material_part:152, Brightsteel Dust -contenttweaker:material_part:153, Brightsteel Rod -contenttweaker:material_part:158, Caesium Nugget -contenttweaker:material_part:159, Caesium Ingot -contenttweaker:material_part:160, Caesium Dust -contenttweaker:material_part:161, Caesium Rod -contenttweaker:material_part:163, Strontium Nugget -contenttweaker:material_part:164, Strontium Ingot -contenttweaker:material_part:165, Strontium Dust -contenttweaker:material_part:166, Strontium Rod -contenttweaker:material_part:168, Rubidium Nugget -contenttweaker:material_part:169, Rubidium Ingot -contenttweaker:material_part:170, Rubidium Dust -contenttweaker:material_part:171, Rubidium Rod -contenttweaker:material_part:173, Chaos Nugget -contenttweaker:material_part:174, Chaos Ingot -contenttweaker:material_part:175, Chaos Dust -contenttweaker:material_part:176, Chaos Rod -contenttweaker:material_part:178, Hassium Nugget -contenttweaker:material_part:179, Hassium Ingot -contenttweaker:material_part:180, Hassium Plate -contenttweaker:material_part:181, Hassium Gear -contenttweaker:material_part:182, Hassium Rod -contenttweaker:material_part:185, Abyssite Ingot -contenttweaker:material_part:186, Abyssite Rod -contenttweaker:material_part:188, Sacrifice Metal Nugget -contenttweaker:material_part:189, Sacrifice Metal Ingot -contenttweaker:material_part:190, Sacrifice Metal Dust -contenttweaker:material_part:191, Sacrifice Metal Rod -contenttweaker:material_part:195, Black Metal Nugget -contenttweaker:material_part:196, Black Metal Ingot -contenttweaker:material_part:197, Black Metal Dust -contenttweaker:material_part:198, Black Metal Rod -contenttweaker:material_part:202, Promethium Nugget -contenttweaker:material_part:203, Promethium Ingot -contenttweaker:material_part:204, Promethium Dust -contenttweaker:material_part:205, Promethium Rod -contenttweaker:material_part:221, Sideral Damascus Steel Nugget -contenttweaker:material_part:222, Sideral Damascus Steel Ingot -contenttweaker:material_part:223, Sideral Damascus Steel Dust -contenttweaker:material_part:224, Sideral Damascus Steel Rod -contenttweaker:material_part:227, Osiris Plate -contenttweaker:material_part:229, Ptah Plate -contenttweaker:material_part:231, Hator Plate -contenttweaker:material_part:233, Europa Plate -contenttweaker:material_part:235, Oi Plate -contenttweaker:material_part:237, Falacer Plate -contenttweaker:material_part:239, Orcus Plate -contenttweaker:material_part:241, Haumea Plate -contenttweaker:material_part:243, Sedna Plate -contenttweaker:material_part:247, Wrought Plate Nugget -contenttweaker:material_part:249, Phasing Alloy Nugget -contenttweaker:material_part:250, Champion Token Nugget -contenttweaker:material_part:252, Elite Eden Nugget -contenttweaker:material_part:254, Elite Wildwood Nugget -contenttweaker:bloodmaster_metal_head, item.contenttweaker.bloodmaster_metal_head.name -contenttweaker:bloodmaster_metal_legs, item.contenttweaker.bloodmaster_metal_legs.name -contenttweaker:bloodmaster_metal_feet, item.contenttweaker.bloodmaster_metal_feet.name -contenttweaker:bloodmaster_metal_chest, item.contenttweaker.bloodmaster_metal_chest.name -contenttweaker:vibranium_head, item.contenttweaker.vibranium_head.name -contenttweaker:vibranium_legs, item.contenttweaker.vibranium_legs.name -contenttweaker:vibranium_feet, item.contenttweaker.vibranium_feet.name -contenttweaker:vibranium_chest, item.contenttweaker.vibranium_chest.name -contenttweaker:brightsteel_head, item.contenttweaker.brightsteel_head.name -contenttweaker:brightsteel_legs, item.contenttweaker.brightsteel_legs.name -contenttweaker:brightsteel_feet, item.contenttweaker.brightsteel_feet.name -contenttweaker:brightsteel_chest, item.contenttweaker.brightsteel_chest.name -contenttweaker:fractallite_halite_head, item.contenttweaker.fractallite_halite_head.name -contenttweaker:fractallite_halite_legs, item.contenttweaker.fractallite_halite_legs.name -contenttweaker:fractallite_halite_feet, item.contenttweaker.fractallite_halite_feet.name -contenttweaker:fractallite_halite_chest, item.contenttweaker.fractallite_halite_chest.name -contenttweaker:sacrifice_metal_head, item.contenttweaker.sacrifice_metal_head.name -contenttweaker:sacrifice_metal_legs, item.contenttweaker.sacrifice_metal_legs.name -contenttweaker:sacrifice_metal_feet, item.contenttweaker.sacrifice_metal_feet.name -contenttweaker:sacrifice_metal_chest, item.contenttweaker.sacrifice_metal_chest.name -contenttweaker:black_metal_head, item.contenttweaker.black_metal_head.name -contenttweaker:black_metal_legs, item.contenttweaker.black_metal_legs.name -contenttweaker:black_metal_feet, item.contenttweaker.black_metal_feet.name -contenttweaker:black_metal_chest, item.contenttweaker.black_metal_chest.name -contenttweaker:sideral_damascus_steel_head, item.contenttweaker.sideral_damascus_steel_head.name -contenttweaker:sideral_damascus_steel_legs, item.contenttweaker.sideral_damascus_steel_legs.name -contenttweaker:sideral_damascus_steel_feet, item.contenttweaker.sideral_damascus_steel_feet.name -contenttweaker:sideral_damascus_steel_chest, item.contenttweaker.sideral_damascus_steel_chest.name -contenttweaker:osiris_head, item.contenttweaker.osiris_head.name -contenttweaker:osiris_legs, item.contenttweaker.osiris_legs.name -contenttweaker:osiris_feet, item.contenttweaker.osiris_feet.name -contenttweaker:osiris_chest, item.contenttweaker.osiris_chest.name -contenttweaker:ptah_head, item.contenttweaker.ptah_head.name -contenttweaker:ptah_legs, item.contenttweaker.ptah_legs.name -contenttweaker:ptah_feet, item.contenttweaker.ptah_feet.name -contenttweaker:ptah_chest, item.contenttweaker.ptah_chest.name -contenttweaker:hator_head, item.contenttweaker.hator_head.name -contenttweaker:hator_legs, item.contenttweaker.hator_legs.name -contenttweaker:hator_feet, item.contenttweaker.hator_feet.name -contenttweaker:hator_chest, item.contenttweaker.hator_chest.name -contenttweaker:europa_head, item.contenttweaker.europa_head.name -contenttweaker:europa_legs, item.contenttweaker.europa_legs.name -contenttweaker:europa_feet, item.contenttweaker.europa_feet.name -contenttweaker:europa_chest, item.contenttweaker.europa_chest.name -contenttweaker:oi_head, item.contenttweaker.oi_head.name -contenttweaker:oi_legs, item.contenttweaker.oi_legs.name -contenttweaker:oi_feet, item.contenttweaker.oi_feet.name -contenttweaker:oi_chest, item.contenttweaker.oi_chest.name -contenttweaker:falacer_head, item.contenttweaker.falacer_head.name -contenttweaker:falacer_legs, item.contenttweaker.falacer_legs.name -contenttweaker:falacer_feet, item.contenttweaker.falacer_feet.name -contenttweaker:falacer_chest, item.contenttweaker.falacer_chest.name -contenttweaker:orcus_head, item.contenttweaker.orcus_head.name -contenttweaker:orcus_legs, item.contenttweaker.orcus_legs.name -contenttweaker:orcus_feet, item.contenttweaker.orcus_feet.name -contenttweaker:orcus_chest, item.contenttweaker.orcus_chest.name -contenttweaker:haumea_head, item.contenttweaker.haumea_head.name -contenttweaker:haumea_legs, item.contenttweaker.haumea_legs.name -contenttweaker:haumea_feet, item.contenttweaker.haumea_feet.name -contenttweaker:haumea_chest, item.contenttweaker.haumea_chest.name -contenttweaker:sedna_head, item.contenttweaker.sedna_head.name -contenttweaker:sedna_legs, item.contenttweaker.sedna_legs.name -contenttweaker:sedna_feet, item.contenttweaker.sedna_feet.name -contenttweaker:sedna_chest, item.contenttweaker.sedna_chest.name -contenttweaker:phasing_alloy_head, item.contenttweaker.phasing_alloy_head.name -contenttweaker:phasing_alloy_legs, item.contenttweaker.phasing_alloy_legs.name -contenttweaker:phasing_alloy_feet, item.contenttweaker.phasing_alloy_feet.name -contenttweaker:phasing_alloy_chest, item.contenttweaker.phasing_alloy_chest.name -contenttweaker:wrought_plate_head, item.contenttweaker.wrought_plate_head.name -contenttweaker:wrought_plate_legs, item.contenttweaker.wrought_plate_legs.name -contenttweaker:wrought_plate_feet, item.contenttweaker.wrought_plate_feet.name -contenttweaker:wrought_plate_chest, item.contenttweaker.wrought_plate_chest.name -contenttweaker:champion_token_head, item.contenttweaker.champion_token_head.name -contenttweaker:champion_token_legs, item.contenttweaker.champion_token_legs.name -contenttweaker:champion_token_feet, item.contenttweaker.champion_token_feet.name -contenttweaker:champion_token_chest, item.contenttweaker.champion_token_chest.name -contenttweaker:elite_eden_head, item.contenttweaker.elite_eden_head.name -contenttweaker:elite_eden_legs, item.contenttweaker.elite_eden_legs.name -contenttweaker:elite_eden_feet, item.contenttweaker.elite_eden_feet.name -contenttweaker:elite_eden_chest, item.contenttweaker.elite_eden_chest.name -contenttweaker:elite_wildwood_head, item.contenttweaker.elite_wildwood_head.name -contenttweaker:elite_wildwood_legs, item.contenttweaker.elite_wildwood_legs.name -contenttweaker:elite_wildwood_feet, item.contenttweaker.elite_wildwood_feet.name -contenttweaker:elite_wildwood_chest, item.contenttweaker.elite_wildwood_chest.name -contenttweaker:elite_apalachia_head, item.contenttweaker.elite_apalachia_head.name -contenttweaker:elite_apalachia_legs, item.contenttweaker.elite_apalachia_legs.name -contenttweaker:elite_apalachia_feet, item.contenttweaker.elite_apalachia_feet.name -contenttweaker:elite_apalachia_chest, item.contenttweaker.elite_apalachia_chest.name -contenttweaker:elite_skythern_head, item.contenttweaker.elite_skythern_head.name -contenttweaker:elite_skythern_legs, item.contenttweaker.elite_skythern_legs.name -contenttweaker:elite_skythern_feet, item.contenttweaker.elite_skythern_feet.name -contenttweaker:elite_skythern_chest, item.contenttweaker.elite_skythern_chest.name -contenttweaker:elite_mortum_head, item.contenttweaker.elite_mortum_head.name -contenttweaker:elite_mortum_legs, item.contenttweaker.elite_mortum_legs.name -contenttweaker:elite_mortum_feet, item.contenttweaker.elite_mortum_feet.name -contenttweaker:elite_mortum_chest, item.contenttweaker.elite_mortum_chest.name -contenttweaker:abyss_token_head, item.contenttweaker.abyss_token_head.name -contenttweaker:abyss_token_legs, item.contenttweaker.abyss_token_legs.name -contenttweaker:abyss_token_feet, item.contenttweaker.abyss_token_feet.name -contenttweaker:abyss_token_chest, item.contenttweaker.abyss_token_chest.name -contenttweaker:baron_token_head, item.contenttweaker.baron_token_head.name -contenttweaker:baron_token_legs, item.contenttweaker.baron_token_legs.name -contenttweaker:baron_token_feet, item.contenttweaker.baron_token_feet.name -contenttweaker:baron_token_chest, item.contenttweaker.baron_token_chest.name -contenttweaker:borean_token_head, item.contenttweaker.borean_token_head.name -contenttweaker:borean_token_legs, item.contenttweaker.borean_token_legs.name -contenttweaker:borean_token_feet, item.contenttweaker.borean_token_feet.name -contenttweaker:borean_token_chest, item.contenttweaker.borean_token_chest.name -contenttweaker:candyland_token_head, item.contenttweaker.candyland_token_head.name -contenttweaker:candyland_token_legs, item.contenttweaker.candyland_token_legs.name -contenttweaker:candyland_token_feet, item.contenttweaker.candyland_token_feet.name -contenttweaker:candyland_token_chest, item.contenttweaker.candyland_token_chest.name -contenttweaker:celeve_token_head, item.contenttweaker.celeve_token_head.name -contenttweaker:celeve_token_legs, item.contenttweaker.celeve_token_legs.name -contenttweaker:celeve_token_feet, item.contenttweaker.celeve_token_feet.name -contenttweaker:celeve_token_chest, item.contenttweaker.celeve_token_chest.name -contenttweaker:creeponia_token_head, item.contenttweaker.creeponia_token_head.name -contenttweaker:creeponia_token_legs, item.contenttweaker.creeponia_token_legs.name -contenttweaker:creeponia_token_feet, item.contenttweaker.creeponia_token_feet.name -contenttweaker:creeponia_token_chest, item.contenttweaker.creeponia_token_chest.name -contenttweaker:crystevia_token_head, item.contenttweaker.crystevia_token_head.name -contenttweaker:crystevia_token_legs, item.contenttweaker.crystevia_token_legs.name -contenttweaker:crystevia_token_feet, item.contenttweaker.crystevia_token_feet.name -contenttweaker:crystevia_token_chest, item.contenttweaker.crystevia_token_chest.name -contenttweaker:deeplands_token_head, item.contenttweaker.deeplands_token_head.name -contenttweaker:deeplands_token_legs, item.contenttweaker.deeplands_token_legs.name -contenttweaker:deeplands_token_feet, item.contenttweaker.deeplands_token_feet.name -contenttweaker:deeplands_token_chest, item.contenttweaker.deeplands_token_chest.name -contenttweaker:dustopia_token_head, item.contenttweaker.dustopia_token_head.name -contenttweaker:dustopia_token_legs, item.contenttweaker.dustopia_token_legs.name -contenttweaker:dustopia_token_feet, item.contenttweaker.dustopia_token_feet.name -contenttweaker:dustopia_token_chest, item.contenttweaker.dustopia_token_chest.name -contenttweaker:gardencia_token_head, item.contenttweaker.gardencia_token_head.name -contenttweaker:gardencia_token_legs, item.contenttweaker.gardencia_token_legs.name -contenttweaker:gardencia_token_feet, item.contenttweaker.gardencia_token_feet.name -contenttweaker:gardencia_token_chest, item.contenttweaker.gardencia_token_chest.name -contenttweaker:greckon_token_head, item.contenttweaker.greckon_token_head.name -contenttweaker:greckon_token_legs, item.contenttweaker.greckon_token_legs.name -contenttweaker:greckon_token_feet, item.contenttweaker.greckon_token_feet.name -contenttweaker:greckon_token_chest, item.contenttweaker.greckon_token_chest.name -contenttweaker:haven_token_head, item.contenttweaker.haven_token_head.name -contenttweaker:haven_token_legs, item.contenttweaker.haven_token_legs.name -contenttweaker:haven_token_feet, item.contenttweaker.haven_token_feet.name -contenttweaker:haven_token_chest, item.contenttweaker.haven_token_chest.name -contenttweaker:iromine_token_head, item.contenttweaker.iromine_token_head.name -contenttweaker:iromine_token_legs, item.contenttweaker.iromine_token_legs.name -contenttweaker:iromine_token_feet, item.contenttweaker.iromine_token_feet.name -contenttweaker:iromine_token_chest, item.contenttweaker.iromine_token_chest.name -contenttweaker:lelyetia_token_head, item.contenttweaker.lelyetia_token_head.name -contenttweaker:lelyetia_token_legs, item.contenttweaker.lelyetia_token_legs.name -contenttweaker:lelyetia_token_feet, item.contenttweaker.lelyetia_token_feet.name -contenttweaker:lelyetia_token_chest, item.contenttweaker.lelyetia_token_chest.name -contenttweaker:lunar_token_head, item.contenttweaker.lunar_token_head.name -contenttweaker:lunar_token_legs, item.contenttweaker.lunar_token_legs.name -contenttweaker:lunar_token_feet, item.contenttweaker.lunar_token_feet.name -contenttweaker:lunar_token_chest, item.contenttweaker.lunar_token_chest.name -contenttweaker:mysterium_token_head, item.contenttweaker.mysterium_token_head.name -contenttweaker:mysterium_token_legs, item.contenttweaker.mysterium_token_legs.name -contenttweaker:mysterium_token_feet, item.contenttweaker.mysterium_token_feet.name -contenttweaker:mysterium_token_chest, item.contenttweaker.mysterium_token_chest.name -contenttweaker:nether_token_head, item.contenttweaker.nether_token_head.name -contenttweaker:nether_token_legs, item.contenttweaker.nether_token_legs.name -contenttweaker:nether_token_feet, item.contenttweaker.nether_token_feet.name -contenttweaker:nether_token_chest, item.contenttweaker.nether_token_chest.name -contenttweaker:precasia_token_head, item.contenttweaker.precasia_token_head.name -contenttweaker:precasia_token_legs, item.contenttweaker.precasia_token_legs.name -contenttweaker:precasia_token_feet, item.contenttweaker.precasia_token_feet.name -contenttweaker:precasia_token_chest, item.contenttweaker.precasia_token_chest.name -contenttweaker:runandor_token_head, item.contenttweaker.runandor_token_head.name -contenttweaker:runandor_token_legs, item.contenttweaker.runandor_token_legs.name -contenttweaker:runandor_token_feet, item.contenttweaker.runandor_token_feet.name -contenttweaker:runandor_token_chest, item.contenttweaker.runandor_token_chest.name -contenttweaker:shyrelands_token_head, item.contenttweaker.shyrelands_token_head.name -contenttweaker:shyrelands_token_legs, item.contenttweaker.shyrelands_token_legs.name -contenttweaker:shyrelands_token_feet, item.contenttweaker.shyrelands_token_feet.name -contenttweaker:shyrelands_token_chest, item.contenttweaker.shyrelands_token_chest.name -contenttweaker:vox_ponds_token_head, item.contenttweaker.vox_ponds_token_head.name -contenttweaker:vox_ponds_token_legs, item.contenttweaker.vox_ponds_token_legs.name -contenttweaker:vox_ponds_token_feet, item.contenttweaker.vox_ponds_token_feet.name -contenttweaker:vox_ponds_token_chest, item.contenttweaker.vox_ponds_token_chest.name -contenttweaker:sentient_meatball_head, item.contenttweaker.sentient_meatball_head.name -contenttweaker:sentient_meatball_legs, item.contenttweaker.sentient_meatball_legs.name -contenttweaker:sentient_meatball_feet, item.contenttweaker.sentient_meatball_feet.name -contenttweaker:sentient_meatball_chest, item.contenttweaker.sentient_meatball_chest.name -contenttweaker:grave_dust_head, item.contenttweaker.grave_dust_head.name -contenttweaker:grave_dust_legs, item.contenttweaker.grave_dust_legs.name -contenttweaker:grave_dust_feet, item.contenttweaker.grave_dust_feet.name -contenttweaker:grave_dust_chest, item.contenttweaker.grave_dust_chest.name -contenttweaker:ichorium_head, item.contenttweaker.ichorium_head.name -contenttweaker:ichorium_legs, item.contenttweaker.ichorium_legs.name -contenttweaker:ichorium_feet, item.contenttweaker.ichorium_feet.name -contenttweaker:ichorium_chest, item.contenttweaker.ichorium_chest.name -contenttweaker:ascended_draconic_alloy_head, item.contenttweaker.ascended_draconic_alloy_head.name -contenttweaker:ascended_draconic_alloy_legs, item.contenttweaker.ascended_draconic_alloy_legs.name -contenttweaker:ascended_draconic_alloy_feet, item.contenttweaker.ascended_draconic_alloy_feet.name -contenttweaker:ascended_draconic_alloy_chest, item.contenttweaker.ascended_draconic_alloy_chest.name -dimdoors:quartz_door, Quartz Door -dimdoors:quartz_dimensional_door, Quartz Dimensional Door -dimdoors:gold_door, Gold Door -dimdoors:gold_dimensional_door, Gold Dimensional Door -dimdoors:iron_dimensional_door, Iron Dimensional Door -dimdoors:oak_dimensional_door, Wood Dimensional Door -dimdoors:stable_fabric, Stable Fabric -dimdoors:unstable_dimensional_door, Unstable Dimensional Door -dimdoors:world_thread, World Thread -dimdoors:rift_configuration_tool, Rift Configuration Tool -dimdoors:rift_blade, Rift Blade -dimdoors:rift_remover, Rift Remover -dimdoors:rift_signature, Rift Signature -dimdoors:stabilized_rift_signature, Stabilized Rift Signature -dimdoors:rift_stabilizer, Rift Stabilizer -dimdoors:woven_world_thread_helmet, Woven World Thread Helmet -dimdoors:woven_world_thread_chestplate, Woven World Thread Chestplate -dimdoors:woven_world_thread_leggings, Woven World Thread Leggings -dimdoors:woven_world_thread_boots, Woven World Thread Boots -dimdoors:fabric:0, Altered Fabric -dimdoors:fabric:1, Orange Altered Fabric -dimdoors:fabric:2, Magenta Altered Fabric -dimdoors:fabric:3, Light Blue Altered Fabric -dimdoors:fabric:4, Yellow Altered Fabric -dimdoors:fabric:5, Lime Altered Fabric -dimdoors:fabric:6, Pink Altered Fabric -dimdoors:fabric:7, Gray Altered Fabric -dimdoors:fabric:8, Light Gray Altered Fabric -dimdoors:fabric:9, Cyan Altered Fabric -dimdoors:fabric:10, Purple Altered Fabric -dimdoors:fabric:11, Blue Altered Fabric -dimdoors:fabric:12, Brown Altered Fabric -dimdoors:fabric:13, Green Altered Fabric -dimdoors:fabric:14, Red Altered Fabric -dimdoors:fabric:15, Fabric of Reality -dimdoors:ancient_fabric:0, Altered Ancient Fabric -dimdoors:ancient_fabric:1, Orange Altered Ancient Fabric -dimdoors:ancient_fabric:2, Magenta Altered Ancient Fabric -dimdoors:ancient_fabric:3, Light Blue Altered Ancient Fabric -dimdoors:ancient_fabric:4, Yellow Altered Ancient Fabric -dimdoors:ancient_fabric:5, Lime Altered Ancient Fabric -dimdoors:ancient_fabric:6, Pink Altered Ancient Fabric -dimdoors:ancient_fabric:7, Gray Altered Ancient Fabric -dimdoors:ancient_fabric:8, Light Gray Altered Ancient Fabric -dimdoors:ancient_fabric:9, Cyan Altered Ancient Fabric -dimdoors:ancient_fabric:10, Purple Altered Ancient Fabric -dimdoors:ancient_fabric:11, Blue Altered Ancient Fabric -dimdoors:ancient_fabric:12, Brown Altered Ancient Fabric -dimdoors:ancient_fabric:13, Green Altered Ancient Fabric -dimdoors:ancient_fabric:14, Red Altered Ancient Fabric -dimdoors:ancient_fabric:15, Ancient Fabric -dimdoors:unravelled_fabric, Unraveled Fabric -dimdoors:eternal_fabric, Eternal Fabric -dimdoors:dimensional_trapdoor, Oak Dimensional Trapdoor -dimdoors:record_creepy, Music Disc -dimdoors:marking_plate, tile.marking_plate.name -valkyrielib:guide, Digital Guide -valkyrielib:modifier_component, Modifier Component -valkyrielib:modifier_speed, Speed Modifier -environmentaltech:litherite, Litherite -environmentaltech:litherite_paver, Litherite Paver -environmentaltech:litherite_bricks, Litherite Bricks -environmentaltech:litherite_tiles, Litherite Tiles -environmentaltech:litherite_stairs, Litherite Stairs -environmentaltech:litherite_brick_stairs, Litherite Brick Stairs -environmentaltech:litherite_tile_stairs, Litherite Tile Stairs -environmentaltech:litherite_slab:0, Litherite Slab -environmentaltech:litherite_paver_slab:0, Litherite Paver Slab -environmentaltech:litherite_brick_slab:0, Litherite Brick Slab -environmentaltech:litherite_tile_slab:0, Litherite Tile Slab -environmentaltech:erodium, Erodium -environmentaltech:erodium_paver, Erodium Paver -environmentaltech:erodium_bricks, Erodium Bricks -environmentaltech:erodium_tiles, Erodium Tiles -environmentaltech:erodium_stairs, Erodium Stairs -environmentaltech:erodium_brick_stairs, Erodium Brick Stairs -environmentaltech:erodium_tile_stairs, Erodium Tile Stairs -environmentaltech:erodium_slab:0, Erodium Slab -environmentaltech:erodium_paver_slab:0, Erodium Paver Slab -environmentaltech:erodium_brick_slab:0, Erodium Brick Slab -environmentaltech:erodium_tile_slab:0, Erodium Tile Slab -environmentaltech:kyronite, Kyronite -environmentaltech:kyronite_paver, Kyronite Paver -environmentaltech:kyronite_bricks, Kyronite Bricks -environmentaltech:kyronite_tiles, Kyronite Tiles -environmentaltech:kyronite_stairs, Kyronite Stairs -environmentaltech:kyronite_brick_stairs, Kyronite Brick Stairs -environmentaltech:kyronite_tile_stairs, Kyronite Tile Stairs -environmentaltech:kyronite_slab:0, Kyronite Slab -environmentaltech:kyronite_paver_slab:0, Kyronite Paver Slab -environmentaltech:kyronite_brick_slab:0, Kyronite Brick Slab -environmentaltech:kyronite_tile_slab:0, Kyronite Tile Slab -environmentaltech:pladium, Pladium -environmentaltech:pladium_paver, Pladium Paver -environmentaltech:pladium_bricks, Pladium Bricks -environmentaltech:pladium_tiles, Pladium Tiles -environmentaltech:pladium_stairs, Pladium Stairs -environmentaltech:pladium_brick_stairs, Pladium Brick Stairs -environmentaltech:pladium_tile_stairs, Pladium Tile Stairs -environmentaltech:pladium_slab:0, Pladium Slab -environmentaltech:pladium_paver_slab:0, Pladium Paver Slab -environmentaltech:pladium_brick_slab:0, Pladium Brick Slab -environmentaltech:pladium_tile_slab:0, Pladium Tile Slab -environmentaltech:ionite, Ionite -environmentaltech:ionite_paver, Ionite Paver -environmentaltech:ionite_bricks, Ionite Bricks -environmentaltech:ionite_tiles, Ionite Tiles -environmentaltech:ionite_stairs, Ionite Stairs -environmentaltech:ionite_brick_stairs, Ionite Brick Stairs -environmentaltech:ionite_tile_stairs, Ionite Tile Stairs -environmentaltech:ionite_slab:0, Ionite Slab -environmentaltech:ionite_paver_slab:0, Ionite Paver Slab -environmentaltech:ionite_brick_slab:0, Ionite Brick Slab -environmentaltech:ionite_tile_slab:0, Ionite Tile Slab -environmentaltech:aethium, Aethium -environmentaltech:aethium_paver, Aethium Paver -environmentaltech:aethium_bricks, Aethium Bricks -environmentaltech:aethium_tiles, Aethium Tiles -environmentaltech:aethium_stairs, Aethium Stairs -environmentaltech:aethium_brick_stairs, Aethium Brick Stairs -environmentaltech:aethium_tile_stairs, Aethium Tile Stairs -environmentaltech:aethium_slab:0, Aethium Slab -environmentaltech:aethium_paver_slab:0, Aethium Paver Slab -environmentaltech:aethium_brick_slab:0, Aethium Brick Slab -environmentaltech:aethium_tile_slab:0, Aethium Tile Slab -environmentaltech:lonsdaleite, Lonsdaleite -environmentaltech:lonsdaleite_paver, Lonsdaleite Paver -environmentaltech:lonsdaleite_bricks, Lonsdaleite Bricks -environmentaltech:lonsdaleite_tiles, Lonsdaleite Tiles -environmentaltech:lonsdaleite_stairs, Lonsdaleite Stairs -environmentaltech:lonsdaleite_brick_stairs, Lonsdaleite Brick Stairs -environmentaltech:lonsdaleite_tile_stairs, Lonsdaleite Tile Stairs -environmentaltech:lonsdaleite_slab:0, Lonsdaleite Slab -environmentaltech:lonsdaleite_paver_slab:0, Lonsdaleite Paver Slab -environmentaltech:lonsdaleite_brick_slab:0, Lonsdaleite Brick Slab -environmentaltech:lonsdaleite_tile_slab:0, Lonsdaleite Tile Slab -environmentaltech:mica, Mica -environmentaltech:litherite_crystal, Litherite Crystal -environmentaltech:erodium_crystal, Erodium Crystal -environmentaltech:kyronite_crystal, Kyronite Crystal -environmentaltech:pladium_crystal, Pladium Crystal -environmentaltech:ionite_crystal, Ionite Crystal -environmentaltech:aethium_crystal, Aethium Crystal -environmentaltech:lonsdaleite_crystal, Lonsdaleite Crystal -environmentaltech:interconnect, Interconnect -environmentaltech:tool_multiblock_assembler, Assembler -environmentaltech:connector, Connector -environmentaltech:modifier_null, Null Modifier -environmentaltech:modifier_speed, Speed Modifier -environmentaltech:modifier_luck, Luck Modifier -environmentaltech:structure_frame_1, Structure Frame Tier 1 -environmentaltech:structure_frame_2, Structure Frame Tier 2 -environmentaltech:structure_frame_3, Structure Frame Tier 3 -environmentaltech:structure_frame_4, Structure Frame Tier 4 -environmentaltech:structure_frame_5, Structure Frame Tier 5 -environmentaltech:structure_frame_6, Structure Frame Tier 6 -environmentaltech:structure_panel, Structure Panel -environmentaltech:structure_panel_clear, Clear Structure Panel -environmentaltech:lightning_rod, Lightning Rod -environmentaltech:lightning_rod_insulated, Insulated Lightning Rod -environmentaltech:lightning_cont_1, Lightning Controller Tier 1 -environmentaltech:lightning_cont_2, Lightning Controller Tier 2 -environmentaltech:lightning_cont_3, Lightning Controller Tier 3 -environmentaltech:lightning_cont_4, Lightning Controller Tier 4 -environmentaltech:lightning_cont_5, Lightning Controller Tier 5 -environmentaltech:lightning_cont_6, Lightning Controller Tier 6 -environmentaltech:solar_cont_1, Solar Array Controller Tier 1 -environmentaltech:solar_cont_2, Solar Array Controller Tier 2 -environmentaltech:solar_cont_3, Solar Array Controller Tier 3 -environmentaltech:solar_cont_4, Solar Array Controller Tier 4 -environmentaltech:solar_cont_5, Solar Array Controller Tier 5 -environmentaltech:solar_cont_6, Solar Array Controller Tier 6 -environmentaltech:solar_cell_litherite, Litherite Solar Cell -environmentaltech:solar_cell_erodium, Erodium Solar Cell -environmentaltech:solar_cell_kyronite, Kyronite Solar Cell -environmentaltech:solar_cell_pladium, Pladium Solar Cell -environmentaltech:solar_cell_ionite, Ionite Solar Cell -environmentaltech:solar_cell_aethium, Aethium Solar Cell -environmentaltech:modifier_piezo, Piezo Modifier -environmentaltech:photovoltaic_cell, Photovoltaic Cell -environmentaltech:thermal_cell, Thermal Cell -environmentaltech:laser_core, Laser Core -environmentaltech:laser_lens, Clear Laser Lens -environmentaltech:laser_lens_crystal, Crystal Laser Lens -environmentaltech:laser_lens_colored:0, White Laser Lens -environmentaltech:laser_lens_colored:1, Orange Laser Lens -environmentaltech:laser_lens_colored:2, Magenta Laser Lens -environmentaltech:laser_lens_colored:3, Light Blue Laser Lens -environmentaltech:laser_lens_colored:4, Yellow Laser Lens -environmentaltech:laser_lens_colored:5, Lime Laser Lens -environmentaltech:laser_lens_colored:6, Pink Laser Lens -environmentaltech:laser_lens_colored:7, Gray Laser Lens -environmentaltech:laser_lens_colored:8, Light Gray Laser Lens -environmentaltech:laser_lens_colored:9, Cyan Laser Lens -environmentaltech:laser_lens_colored:10, Purple Laser Lens -environmentaltech:laser_lens_colored:11, Blue Laser Lens -environmentaltech:laser_lens_colored:12, Brown Laser Lens -environmentaltech:laser_lens_colored:13, Green Laser Lens -environmentaltech:laser_lens_colored:14, Red Laser Lens -environmentaltech:laser_lens_colored:15, Black Laser Lens -environmentaltech:modifier_accuracy, Accuracy Modifier -environmentaltech:diode, Diode -environmentaltech:void_ore_miner_cont_1, Void Ore Miner Controller Tier 1 -environmentaltech:void_ore_miner_cont_2, Void Ore Miner Controller Tier 2 -environmentaltech:void_ore_miner_cont_3, Void Ore Miner Controller Tier 3 -environmentaltech:void_ore_miner_cont_4, Void Ore Miner Controller Tier 4 -environmentaltech:void_ore_miner_cont_5, Void Ore Miner Controller Tier 5 -environmentaltech:void_ore_miner_cont_6, Void Ore Miner Controller Tier 6 -environmentaltech:void_res_miner_cont_1, Void Resource Miner Controller Tier 1 -environmentaltech:void_res_miner_cont_2, Void Resource Miner Controller Tier 2 -environmentaltech:void_res_miner_cont_3, Void Resource Miner Controller Tier 3 -environmentaltech:void_res_miner_cont_4, Void Resource Miner Controller Tier 4 -environmentaltech:void_res_miner_cont_5, Void Resource Miner Controller Tier 5 -environmentaltech:void_res_miner_cont_6, Void Resource Miner Controller Tier 6 -environmentaltech:void_botanic_miner_cont_1, Void Botanic Miner Controller Tier 1 -environmentaltech:void_botanic_miner_cont_2, Void Botanic Miner Controller Tier 2 -environmentaltech:void_botanic_miner_cont_3, Void Botanic Miner Controller Tier 3 -environmentaltech:void_botanic_miner_cont_4, Void Botanic Miner Controller Tier 4 -environmentaltech:void_botanic_miner_cont_5, Void Botanic Miner Controller Tier 5 -environmentaltech:void_botanic_miner_cont_6, Void Botanic Miner Controller Tier 6 -environmentaltech:modifier_creative_flight, Creative Flight Modifier -environmentaltech:modifier_flight_speed, Flight Speed Modifier -environmentaltech:modifier_haste, Haste Modifier -environmentaltech:modifier_strength, Strength Modifier -environmentaltech:modifier_jump_boost, Jump Boost Modifier -environmentaltech:modifier_regeneration, Regen Modifier -environmentaltech:modifier_resistance, Resistance Modifier -environmentaltech:modifier_fire_resistance, Fire Resistance Modifier -environmentaltech:modifier_water_breathing, Water Breathing Modifier -environmentaltech:modifier_invisibility, Invisibility Modifier -environmentaltech:modifier_night_vision, Night Vision Modifier -environmentaltech:modifier_health_boost, Health Boost Modifier -environmentaltech:modifier_absorption, Absoption Modifier -environmentaltech:modifier_saturation, Saturation Modifier -environmentaltech:modifier_glowing, Glowing Modifier -environmentaltech:nano_cont_ranged_1, Ranged Nano Bot Beacon Tier 1 -environmentaltech:nano_cont_ranged_2, Ranged Nano Bot Beacon Tier 2 -environmentaltech:nano_cont_ranged_3, Ranged Nano Bot Beacon Tier 3 -environmentaltech:nano_cont_ranged_4, Ranged Nano Bot Beacon Tier 4 -environmentaltech:nano_cont_ranged_5, Ranged Nano Bot Beacon Tier 5 -environmentaltech:nano_cont_ranged_6, Ranged Nano Bot Beacon Tier 6 -environmentaltech:nano_cont_personal_1, Personal Nano Bot Beacon Tier 1 -environmentaltech:nano_cont_personal_2, Personal Nano Bot Beacon Tier 2 -environmentaltech:nano_cont_personal_3, Personal Nano Bot Beacon Tier 3 -environmentaltech:nano_cont_personal_4, Personal Nano Bot Beacon Tier 4 -environmentaltech:nano_cont_personal_5, Personal Nano Bot Beacon Tier 5 -environmentaltech:nano_cont_personal_6, Personal Nano Bot Beacon Tier 6 -ae2fc:fluid_discretizer, ME Fluid Discretizer -ae2fc:fluid_pattern_encoder, Fluid Pattern Encoder -ae2fc:fluid_packet_decoder, ME Fluid Packet Decoder -ae2fc:ingredient_buffer, Ingredient Buffer -ae2fc:large_ingredient_buffer, Large Ingredient Buffer -ae2fc:burette, Precision Burette -ae2fc:dual_interface, ME Dual Interface -ae2fc:fluid_level_maintainer, ME Fluid Level Maintainer -ae2fc:fluid_assembler, ME Fluid Assembler -ae2fc:ultimate_encoder, ME Ultimate Encoder -ae2fc:fluid_drop, Drop of %s -ae2fc:fluid_packet, Fluid Packet -ae2fc:dense_encoded_pattern, Encoded Pattern -ae2fc:dense_craft_encoded_pattern, Encoded Pattern -ae2fc:part_dual_interface, ME Dual Interface -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 -threng:machine:3, Preemptive Assembly Unit -threng:machine:4, ME Level Maintainer -threng:machine:5, Crystal Energizer -threng:big_assembler:0, Mass Assembler Frame -threng:big_assembler:1, Mass Assembler Vent -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 -threng:material:0, Fluix Steel Ingot -threng:material:1, Carbonic Fluix Complex -threng:material:2, Fluix-Plated Iron Ingot -threng:material:3, Coal Dust -threng:material:4, Fluix Logic Unit -threng:material:5, Resonating Crystal -threng:material:6, Massively Parallel Processor -threng:material:7, Speculation Core (1x) -threng:material:8, Speculation Core (2x) -threng:material:9, Speculation Core (4x) -threng:material:10, Speculation Core (8x) -threng:material:11, Speculation Core (16x) -threng:material:12, Speculation Core (32x) -threng:material:13, Speculation Core (64x) -threng:material:14, Speculative Processor -ichunutil:compact_porkchop, Compact Raw Porkchop -industrialforegoing:petrified_fuel_generator, Petrified Fuel Generator -industrialforegoing:enchantment_refiner, Enchantment Sorter -industrialforegoing:enchantment_extractor, Enchantment Extractor -industrialforegoing:enchantment_aplicator, Enchantment Applicator -industrialforegoing:mob_relocator, Mob Crusher -industrialforegoing:potion_enervator, Potion Brewer -industrialforegoing:animal_independence_selector, Animal Baby Separator -industrialforegoing:animal_stock_increaser, Animal Feeder -industrialforegoing:crop_sower, Plant Sower -industrialforegoing:crop_enrich_material_injector, Plant Fertilizer -industrialforegoing:crop_recolector, Plant Gatherer -industrialforegoing:black_hole_unit, Black Hole Unit -industrialforegoing:water_condensator, Water Condensator -industrialforegoing:water_resources_collector, Resources Fisher -industrialforegoing:animal_resource_harvester, Animal Rancher -industrialforegoing:mob_slaughter_factory, Mob Slaughter Factory -industrialforegoing:mob_duplicator, Mob Duplicator -industrialforegoing:block_destroyer, Block Breaker -industrialforegoing:block_placer, Block Placer -industrialforegoing:tree_fluid_extractor, Tree Fluid Extractor -industrialforegoing:latex_processing_unit, Latex Processing Unit -industrialforegoing:sewage_composter_solidifier, Sewage Composter -industrialforegoing:animal_byproduct_recolector, Animal Sewer -industrialforegoing:sludge_refiner, Sludge Refiner -industrialforegoing:mob_detector, Mob Detector -industrialforegoing:lava_fabricator, Lava Fabricator -industrialforegoing:bioreactor, Bioreactor -industrialforegoing:biofuel_generator, Biofuel Generator -industrialforegoing:ore_processor, Ore Processor -industrialforegoing:black_hole_controller, Black Hole Controller (DEPRECATED) -industrialforegoing:black_hole_controller_reworked, Black Hole Controller v2.0 -industrialforegoing:dye_mixer, Dye Mixer -industrialforegoing:enchantment_invoker, Enchantment Factory -industrialforegoing:spores_recreator, Spores Recreator -industrialforegoing:animal_growth_increaser, Animal Grower -industrialforegoing:material_stonework_factory, Material StoneWork Factory -industrialforegoing:black_hole_tank, Black Hole Tank -industrialforegoing:resourceful_furnace, Resourceful Furnace -industrialforegoing:villager_trade_exchanger, Villager Trade Exchanger -industrialforegoing:energy_field_provider, Energy Field Provider -industrialforegoing:oredictionary_converter, Ore Dictionary Converter -industrialforegoing:protein_reactor, Protein Reactor -industrialforegoing:protein_generator, Protein Generator -industrialforegoing:hydrator, Hydrator -industrialforegoing:wither_builder, Wither Builder -industrialforegoing:fluid_pump, Fluid Pump -industrialforegoing:fluid_crafter, Fluid Crafter -industrialforegoing:plant_interactor, Plant Interactor -industrialforegoing:item_splitter, Item Splitter -industrialforegoing:fluiddictionary_converter, Fluid Dictionary Converter -industrialforegoing:froster, Froster -industrialforegoing:ore_washer, Washing Factory -industrialforegoing:ore_fermenter, Fermentation Station -industrialforegoing:ore_sieve, Fluid Sieving Machine -industrialforegoing:pitiful_fuel_generator, Pitiful Fuel Generator -industrialforegoing:tinydryrubber, Tiny Dry Rubber -industrialforegoing:dryrubber, Dry Rubber -industrialforegoing:plastic, Plastic -industrialforegoing:fertilizer, Fertilizer -industrialforegoing:meat_feeder, Meat Feeder -industrialforegoing:mob_imprisonment_tool, Mob Imprisonment Tool -industrialforegoing:laser_lens:0, White§r Laser Lens -industrialforegoing:laser_lens:1, Orange§r Laser Lens -industrialforegoing:laser_lens:2, Magenta§r Laser Lens -industrialforegoing:laser_lens:3, Light Blue§r Laser Lens -industrialforegoing:laser_lens:4, Yellow§r Laser Lens -industrialforegoing:laser_lens:5, Lime§r Laser Lens -industrialforegoing:laser_lens:6, Pink§r Laser Lens -industrialforegoing:laser_lens:7, Gray§r Laser Lens -industrialforegoing:laser_lens:8, Light Gray§r Laser Lens -industrialforegoing:laser_lens:9, Cyan§r Laser Lens -industrialforegoing:laser_lens:10, Purple§r Laser Lens -industrialforegoing:laser_lens:11, Blue§r Laser Lens -industrialforegoing:laser_lens:12, Brown§r Laser Lens -industrialforegoing:laser_lens:13, Green§r Laser Lens -industrialforegoing:laser_lens:14, Red§r Laser Lens -industrialforegoing:laser_lens:15, Black§r Laser Lens -industrialforegoing:laser_lens_inverted:0, White§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:1, Orange§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:2, Magenta§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:3, Light Blue§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:4, Yellow§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:5, Lime§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:6, Pink§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:7, Gray§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:8, Light Gray§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:9, Cyan§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:10, Purple§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:11, Blue§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:12, Brown§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:13, Green§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:14, Red§r Laser Lens (Inverted) -industrialforegoing:laser_lens_inverted:15, Black§r Laser Lens (Inverted) -industrialforegoing:straw, Straw -industrialforegoing:conveyor_upgrade:0, Extraction Conveyor Upgrade -industrialforegoing:conveyor_upgrade:1, Insertion Conveyor Upgrade -industrialforegoing:conveyor_upgrade:2, Detection Conveyor Upgrade -industrialforegoing:conveyor_upgrade:3, Bouncing Conveyor Upgrade -industrialforegoing:conveyor_upgrade:4, Dropping Conveyor Upgrade -industrialforegoing:conveyor_upgrade:5, Blinking Conveyor Upgrade -industrialforegoing:conveyor_upgrade:6, Splitting Conveyor Upgrade -industrialforegoing:pink_slime, Pink Slime -industrialforegoing:book_manual, Industrial Foregoing's Manual -industrialforegoing:pink_slime_ingot, Pink Slime Ingot -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:infinity_drill:0, Infinity Drill -industrialforegoing:adult_filter, Adult Filter -industrialforegoing:range_addon:0, Range Addon -industrialforegoing:range_addon:1, Range Addon -industrialforegoing:range_addon:2, Range Addon -industrialforegoing:range_addon:3, Range Addon -industrialforegoing:range_addon:4, Range Addon -industrialforegoing:range_addon:5, Range Addon -industrialforegoing:range_addon:6, Range Addon -industrialforegoing:range_addon:7, Range Addon -industrialforegoing:range_addon:8, Range Addon -industrialforegoing:range_addon:9, Range Addon -industrialforegoing:range_addon:10, Range Addon -industrialforegoing:range_addon:11, Range Addon -industrialforegoing:energy_field_addon, Energy Field Addon -industrialforegoing:leaf_shearing, Leaf Shearing Addon -industrialforegoing:itemstack_transfer_addon_pull:0, Itemstack Transfer Addon (Pull/Down) -industrialforegoing:itemstack_transfer_addon_push:0, Itemstack Transfer Addon (Push/Down) -industrialforegoing:fluid_transfer_addon_pull:0, Fluid Transfer Addon (Pull/Down) -industrialforegoing:fluid_transfer_addon_push:0, Fluid Transfer Addon (Push/Down) -industrialforegoing:fortune_addon, Fortune Addon -industrialforegoing:artificial_dye:0, White§r Artificial Dye -industrialforegoing:artificial_dye:1, Orange§r Artificial Dye -industrialforegoing:artificial_dye:2, Magenta§r Artificial Dye -industrialforegoing:artificial_dye:3, Light Blue§r Artificial Dye -industrialforegoing:artificial_dye:4, Yellow§r Artificial Dye -industrialforegoing:artificial_dye:5, Lime§r Artificial Dye -industrialforegoing:artificial_dye:6, Pink§r Artificial Dye -industrialforegoing:artificial_dye:7, Gray§r Artificial Dye -industrialforegoing:artificial_dye:8, Light Gray§r Artificial Dye -industrialforegoing:artificial_dye:9, Cyan§r Artificial Dye -industrialforegoing:artificial_dye:10, Purple§r Artificial Dye -industrialforegoing:artificial_dye:11, Blue§r Artificial Dye -industrialforegoing:artificial_dye:12, Brown§r Artificial Dye -industrialforegoing:artificial_dye:13, Green§r Artificial Dye -industrialforegoing:artificial_dye:14, Red§r Artificial Dye -industrialforegoing:artificial_dye:15, Black§r Artificial Dye -industrialforegoing:conveyor:0, White§r Conveyor Belt -industrialforegoing:conveyor:1, Orange§r Conveyor Belt -industrialforegoing:conveyor:2, Magenta§r Conveyor Belt -industrialforegoing:conveyor:3, Light Blue§r Conveyor Belt -industrialforegoing:conveyor:4, Yellow§r Conveyor Belt -industrialforegoing:conveyor:5, Lime§r Conveyor Belt -industrialforegoing:conveyor:6, Pink§r Conveyor Belt -industrialforegoing:conveyor:7, Gray§r Conveyor Belt -industrialforegoing:conveyor:8, Light Gray§r Conveyor Belt -industrialforegoing:conveyor:9, Cyan§r Conveyor Belt -industrialforegoing:conveyor:10, Purple§r Conveyor Belt -industrialforegoing:conveyor:11, Blue§r Conveyor Belt -industrialforegoing:conveyor:12, Brown§r Conveyor Belt -industrialforegoing:conveyor:13, Green§r Conveyor Belt -industrialforegoing:conveyor:14, Red§r Conveyor Belt -industrialforegoing:conveyor:15, Black§r Conveyor Belt -industrialforegoing:black_hole_label, Black Hole Label -integratednbt:nbt_extractor, NBT Extractor -integratednbt:nbt_extractor_remote, NBT Extractor Remote -mcjtylib_ng:multipart, tile.mcjtylib_ng.multipart.name -magicbees:beecomb:0, Mundane Comb -magicbees:beecomb:1, Molten Comb -magicbees:beecomb:2, Occult Comb -magicbees:beecomb:3, Otherworldly Comb -magicbees:beecomb:4, Transmuting Comb -magicbees:beecomb:5, Papery Comb -magicbees:beecomb:6, Soul Comb -magicbees:drop:0, Enchanting Drop -magicbees:drop:1, Intellect Drop -magicbees:drop:2, Destabilized Drop -magicbees:drop:3, Carbon Drop -magicbees:drop:4, Lux Drop -magicbees:drop:5, Endearing Drop -magicbees:pollen:0, Unusual Pollen -magicbees:pollen:1, Phased Pollen -magicbees:propolis:0, Unstable Propolis -magicbees:propolis:1, Breezey Propolis -magicbees:propolis:2, Burning Propolis -magicbees:propolis:3, Flowing Propolis -magicbees:propolis:4, Stony Propolis -magicbees:propolis:5, Ordered Propolis -magicbees:propolis:6, Chaotic Propolis -magicbees:wax:0, Magic Wax -magicbees:wax:1, Soulful Wax -magicbees:wax:2, Amnesic Wax -magicbees:resource:0, Lore Fragment -magicbees:resource:1, Aromatic Lump -magicbees:resource:2, Concentrated Compound -magicbees:resource:3, Wither Skeleton Bone Chip -magicbees:resource:4, Wither Skeleton Skull Fragment -magicbees:resource:5, Draconic Dust -magicbees:resource:6, Draconic Chunk -magicbees:resource:7, Essence of False Life -magicbees:resource:8, Essence of a Shallow Grave -magicbees:resource:9, Essence of Lost Time -magicbees:resource:10, Essence of Everlasting Durability -magicbees:resource:11, Essence of Scornful Oblivion -magicbees:resource:12, Essence of Fickle Permanence -magicbees:resource:13, Dimensional Singularity -magicbees:orepart:0, Diamond Shard -magicbees:orepart:1, Emerald Shard -magicbees:orepart:2, Apatite Shard -magicbees:orepart:3, Copper Nugget -magicbees:orepart:4, Tin Nugget -magicbees:orepart:5, Bronze Nugget -magicbees:mysteriousmagnet:0, Mysterious Magnet -magicbees:mysteriousmagnet:2, Mysterious Magnet -magicbees:mysteriousmagnet:4, Mysterious Magnet -magicbees:mysteriousmagnet:6, Mysterious Magnet -magicbees:mysteriousmagnet:8, Mysterious Magnet -magicbees:mysteriousmagnet:10, Mysterious Magnet -magicbees:mysteriousmagnet:12, Mysterious Magnet -magicbees:mysteriousmagnet:14, Mysterious Magnet -magicbees:mysteriousmagnet:16, Mysterious Magnet -magicbees:mysteriousmagnet:18, Mysterious Magnet -magicbees:moondial, Jade Moon Dial -magicbees:manasteelgrafter, Manasteel Grafter -magicbees:manasteelscoop, Manasteel Scoop -magicbees:frames.gentle, Gentle Frame -magicbees:frames.resilient, Resilient Frame -magicbees:frames.oblivion, Oblivion Frame -magicbees:frames.magic, Magic Frame -magicbees:frames.necrotic, Necrotic Frame -magicbees:frames.metabolic, Metabolic Frame -magicbees:frames.temporal, Temporal Frame -magicbees:hiveblock:0, Curious Hive -magicbees:hiveblock:1, Unusual Hive -magicbees:hiveblock:2, Resonating Hive -magicbees:hiveblock:3, Deep Hive -magicbees:hiveblock:4, Infernal Hive -magicbees:hiveblock:5, Oblivion Hive -magicbees:effectjar, Bee Collector's Jar -magicbees:enchanted_earth, Enchanted Earth -testdummy:dummy, Test Dummy -nae2:material:0, ME Void Storage Component -nae2:material:1, §c256k§r ME Storage Component -nae2:material:2, §61024k§r ME Storage Component -nae2:material:3, §e4096k§r ME Storage Component -nae2:material:4, §a16384k§r ME Storage Component -nae2:material:5, §c256k§r ME Fluid Storage Component -nae2:material:6, §61024k§r ME Fluid Storage Component -nae2:material:7, §e4096k§r ME Fluid Storage Component -nae2:material:8, §a16384k§r ME Fluid Storage Component -nae2:virtual_pattern, item.nae2.virtual_pattern.name -nae2:pattern_multiplier, Pattern Multi-Tool -nae2:storage_cell_void, ME Void Storage Cell -nae2:fluid_storage_cell_void, ME Fluid Void Storage Cell -nae2:storage_cell_256k, §c256k§r ME Storage Cell -nae2:storage_cell_1024k, §61024k§r ME Storage Cell -nae2:storage_cell_4096k, §e4096k§r ME Storage Cell -nae2:storage_cell_16384k, §a16384k§r ME Storage Cell -nae2:storage_cell_fluid_256k, §c256k§r ME Fluid Storage Cell -nae2:storage_cell_fluid_1024k, §61024k§r ME Fluid Storage Cell -nae2:storage_cell_fluid_4096k, §e4096k§r ME Fluid Storage Cell -nae2:storage_cell_fluid_16384k, §a16384k§r ME Fluid Storage Cell -nae2:part:0, ME Beam Former -nae2:part:2, ME Storage Exposer -nae2:upgrade:0, Hyper-Acceleration Card -nae2:upgrade:1, Job Auto-Complete Card -nae2:reconstruction_chamber, Reconstruction Chamber -nae2:storage_crafting_256k, §c256k§r Crafting Storage -nae2:storage_crafting_1024k, §61024k§r Crafting Storage -nae2:storage_crafting_4096k, §e4096k§r Crafting Storage -nae2:storage_crafting_16384k, §a16384k§r Crafting Storage -nae2:coprocessor_4x, §b4x§r Crafting Co-Processing Unit -nae2:coprocessor_16x, §d16x§r Crafting Co-Processing Unit -nae2:coprocessor_64x, §964x§r Crafting Co-Processing Unit -nae2:exposer, ME Storage Exposer -plustic:centrifuge:0, Centrifuge Tank -plustic:centrifuge:1, Centrifuge Core -rangedpumps:pump, Pump -thebetweenlands:druid_stone_1, Rune Stone -thebetweenlands:druid_stone_2, Rune Stone -thebetweenlands:druid_stone_3, Rune Stone -thebetweenlands:druid_stone_4, Rune Stone -thebetweenlands:druid_stone_5, Rune Stone -thebetweenlands:druid_stone_6, Rune Stone -thebetweenlands:betweenlands_bedrock, Betweenlands Bedrock -thebetweenlands:betweenstone, Betweenstone -thebetweenlands:generic_stone:0, Corrupt Betweenstone -thebetweenlands:mud, Mud -thebetweenlands:peat, Peat -thebetweenlands:peat_smouldering, Smoldering Peat -thebetweenlands:sludgy_dirt, Sludgy Dirt -thebetweenlands:spreading_sludgy_dirt, Spreading Sludgy Dirt -thebetweenlands:slimy_dirt, Slimy Dirt -thebetweenlands:slimy_grass, Slimy Grass -thebetweenlands:cragrock:0, Cragrock -thebetweenlands:cragrock:1, Mossy Cragrock Top -thebetweenlands:cragrock:2, Mossy Cragrock Bottom -thebetweenlands:pitstone, Pitstone -thebetweenlands:limestone, Limestone -thebetweenlands:swamp_dirt, Swamp Dirt -thebetweenlands:coarse_swamp_dirt, Coarse Swamp Dirt -thebetweenlands:swamp_grass, Swamp Grass -thebetweenlands:wisp, Wisp -thebetweenlands:octine_ore, Octine Ore -thebetweenlands:valonite_ore, Valonite Ore -thebetweenlands:sulfur_ore, Sulfur Ore -thebetweenlands:slimy_bone_ore, Slimy Bone Ore -thebetweenlands:scabyst_ore, Scabyst Ore -thebetweenlands:syrmorite_ore, Syrmorite Ore -thebetweenlands:aqua_middle_gem_ore, Aqua Middle Gem Ore -thebetweenlands:crimson_middle_gem_ore, Crimson Middle Gem Ore -thebetweenlands:green_middle_gem_ore, Green Middle Gem Ore -thebetweenlands:life_crystal_stalactite:0, Life Crystal Stalactite -thebetweenlands:life_crystal_stalactite:1, Life Crystal Ore -thebetweenlands:stalactite, Stalactite -thebetweenlands:silt, Silt -thebetweenlands:filtered_silt, Filtered Silt -thebetweenlands:dead_grass, Dead Grass -thebetweenlands:tar_solid, Solid Tar -thebetweenlands:puddle, Puddle -thebetweenlands:pearl_block, Block of Pearls -thebetweenlands:log_weedwood:0, Weedwood Log -thebetweenlands:log_weedwood:12, Weedwood Log -thebetweenlands:log_rotten_bark:0, Rotten Bark -thebetweenlands:log_spreading_rotten_bark, Spreading Rotten Bark -thebetweenlands:log_rubber, Rubber Tree Log -thebetweenlands:log_hearthgrove:1, Hearthgrove Log -thebetweenlands:log_hearthgrove:5, Tarred Hearthgrove Log -thebetweenlands:log_hearthgrove:3, Hearthgrove Log -thebetweenlands:log_hearthgrove:7, Tarred Hearthgrove Log -thebetweenlands:log_nibbletwig:0, Nibbletwig Log -thebetweenlands:log_nibbletwig:12, Nibbletwig Log -thebetweenlands:log_spirit_tree:0, Spirit Tree Log -thebetweenlands:log_spirit_tree:12, Spirit Tree Log -thebetweenlands:weedwood, Weedwood -thebetweenlands:log_sap:0, Sap Tree Log -thebetweenlands:log_sap:12, Sap Tree Log -thebetweenlands:sapling_weedwood, Weedwood Sapling -thebetweenlands:sapling_sap, Sap Tree Sapling -thebetweenlands:sapling_rubber, Rubber Tree Sapling -thebetweenlands:sapling_hearthgrove, Hearthgrove Sapling -thebetweenlands:sapling_nibbletwig, Nibbletwig Sapling -thebetweenlands:sapling_spirit_tree, Spirit Tree Sapling -thebetweenlands:root_pod, Root Pod -thebetweenlands:leaves_weedwood_tree, Weedwood Leaves -thebetweenlands:leaves_sap_tree, Sap Tree Leaves -thebetweenlands:leaves_rubber_tree, Rubber Tree Leaves -thebetweenlands:leaves_hearthgrove_tree, Hearthgrove Leaves -thebetweenlands:leaves_nibbletwig_tree, Nibbletwig Leaves -thebetweenlands:leaves_spirit_tree_top, Upper Spirit Tree Leaves -thebetweenlands:leaves_spirit_tree_middle, Middle Spirit Tree Leaves -thebetweenlands:leaves_spirit_tree_bottom, Lower Spirit Tree Leaves -thebetweenlands:weedwood_planks, Weedwood Planks -thebetweenlands:rubber_tree_planks, Rubber Tree Planks -thebetweenlands:giant_root_planks, Giant Root Planks -thebetweenlands:hearthgrove_planks, Hearthgrove Planks -thebetweenlands:nibbletwig_planks, Nibbletwig Planks -thebetweenlands:angry_betweenstone, Angry Betweenstone -thebetweenlands:betweenstone_bricks, Betweenstone Bricks -thebetweenlands:betweenstone_bricks_mirage, Betweenstone Bricks Mirage -thebetweenlands:betweenstone_tiles, Betweenstone Tiles -thebetweenlands:betweenstone_chiseled, Chiseled Betweenstone -thebetweenlands:cragrock_chiseled, Chiseled Cragrock -thebetweenlands:cragrock_chiseled_cracked, Cracked Chiseled Cragrock -thebetweenlands:cragrock_chiseled_mossy, Mossy Chiseled Cragrock -thebetweenlands:limestone_chiseled, Chiseled Limestone -thebetweenlands:pitstone_chiseled, Chiseled Pitstone -thebetweenlands:scabyst_chiseled_1, Chiseled Scabyst -thebetweenlands:scabyst_chiseled_2, Chiseled Scabyst -thebetweenlands:scabyst_chiseled_3, Chiseled Scabyst -thebetweenlands:scabyst_pitstone_dotted, Scabyst Lined Pitstone -thebetweenlands:scabyst_pitstone_horizontal, Scabyst Lined Pitstone -thebetweenlands:scabyst_bricks, Scabyst Bricks -thebetweenlands:cracked_betweenstone_bricks, Cracked Betweenstone Bricks -thebetweenlands:cracked_betweenstone_tiles, Cracked Betweenstone Tiles -thebetweenlands:cracked_limestone_bricks, Cracked Limestone Bricks -thebetweenlands:cragrock_bricks, Cragrock Bricks -thebetweenlands:cragrock_bricks_cracked, Cracked Cragrock Bricks -thebetweenlands:cragrock_bricks_mossy, Mossy Cragrock Bricks -thebetweenlands:cragrock_tiles, Cragrock Tiles -thebetweenlands:cragrock_tiles_cracked, Cracked Cragrock Tiles -thebetweenlands:cragrock_tiles_mossy, Mossy Cragrock Tiles -thebetweenlands:glowing_betweenstone_tile, Glowing Betweenstone Tile -thebetweenlands:inactive_glowing_smooth_cragrock, Inactive Glowing Smooth Cragrock -thebetweenlands:glowing_smooth_cragrock, Glowing Smooth Cragrock -thebetweenlands:limestone_bricks, Limestone Bricks -thebetweenlands:limestone_tiles, Limestone Tiles -thebetweenlands:mossy_betweenstone_bricks, Mossy Betweenstone Bricks -thebetweenlands:mossy_betweenstone_tiles, Mossy Betweenstone Tiles -thebetweenlands:mossy_limestone_bricks, Mossy Limestone Bricks -thebetweenlands:mossy_smooth_betweenstone, Mossy Smooth Betweenstone -thebetweenlands:mud_bricks, Mud Bricks -thebetweenlands:mud_brick_shingles, Mud Brick Shingles -thebetweenlands:rubber_block, Rubber Block -thebetweenlands:pitstone_bricks, Pitstone Bricks -thebetweenlands:pitstone_tiles, Pitstone Tiles -thebetweenlands:polished_limestone, Polished Limestone -thebetweenlands:smooth_betweenstone, Smooth Betweenstone -thebetweenlands:smooth_cragrock, Smooth Cragrock -thebetweenlands:octine_block, Block of Octine -thebetweenlands:syrmorite_block, Block of Syrmorite -thebetweenlands:valonite_block, Block of Valonite -thebetweenlands:scabyst_block, Block of Scabyst -thebetweenlands:weak_betweenstone_tiles, Weak Betweenstone Tiles -thebetweenlands:weak_polished_limestone, Weak Polished Limestone -thebetweenlands:weak_mossy_betweenstone_tiles, Weak Mossy Betweenstone Tiles -thebetweenlands:weak_smooth_cragrock, Weak Smooth Cragrock -thebetweenlands:dentrothyst:0, Green Dentrothyst -thebetweenlands:dentrothyst:1, Orange Dentrothyst -thebetweenlands:loot_pot:0, Pot of Chance -thebetweenlands:loot_pot:4, Pot of Chance -thebetweenlands:loot_pot:8, Pot of Chance -thebetweenlands:mob_spawner, Monster Spawner -thebetweenlands:temple_pillar, Temple Pillar -thebetweenlands:betweenstone_pillar, Betweenstone Pillar -thebetweenlands:pitstone_pillar, Pitstone Pillar -thebetweenlands:limestone_pillar, Limestone Pillar -thebetweenlands:cragrock_pillar, Cragrock Pillar -thebetweenlands:tar_beast_spawner, Tar Beast Spawner -thebetweenlands:tar_loot_pot:0, Tar Pot of Chance -thebetweenlands:tar_loot_pot:4, Tar Pot of Chance -thebetweenlands:tar_loot_pot:8, Tar Pot of Chance -thebetweenlands:cragrock_stairs, Cragrock Stairs -thebetweenlands:pitstone_stairs, Pitstone Stairs -thebetweenlands:betweenstone_stairs, Betweenstone Stairs -thebetweenlands:betweenstone_brick_stairs, Betweenstone Brick Stairs -thebetweenlands:mud_brick_stairs, Mud Brick Stairs -thebetweenlands:cragrock_brick_stairs, Cragrock Brick Stairs -thebetweenlands:limestone_brick_stairs, Limestone Brick Stairs -thebetweenlands:pitstone_brick_stairs, Pitstone Brick Stairs -thebetweenlands:limestone_stairs, Limestone Stairs -thebetweenlands:smooth_betweenstone_stairs, Smooth Betweenstone Stairs -thebetweenlands:smooth_cragrock_stairs, Smooth Cragrock Stairs -thebetweenlands:polished_limestone_stairs, Polished Limestone Stairs -thebetweenlands:mossy_betweenstone_brick_stairs, Mossy Betweenstone Brick Stairs -thebetweenlands:mossy_smooth_betweenstone_stairs, Mossy Smooth Betweenstone Stairs -thebetweenlands:cracked_betweenstone_brick_stairs, Cracked Betweenstone Brick Stairs -thebetweenlands:scabyst_brick_stairs, Scabyst Brick Stairs -thebetweenlands:sulfur_block, Block of Sulfur -thebetweenlands:temple_bricks, Temple Bricks -thebetweenlands:smooth_pitstone, Smooth Pitstone -thebetweenlands:mire_coral_block, Mire Coral Block -thebetweenlands:deep_water_coral_block, Deep Water Coral Block -thebetweenlands:slimy_bone_block, Slimy Bone Block -thebetweenlands:aqua_middle_gem_block, Aqua Middle Gem Block -thebetweenlands:crimson_middle_gem_block, Crimson Middle Gem Block -thebetweenlands:green_middle_gem_block, Green Middle Gem Block -thebetweenlands:compost_block, Block of Compost -thebetweenlands:polished_dentrothyst:0, Green Polished Dentrothyst -thebetweenlands:polished_dentrothyst:1, Orange Polished Dentrothyst -thebetweenlands:silt_glass, Silt Glass -thebetweenlands:silt_glass_pane, Silt Glass Pane -thebetweenlands:filtered_silt_glass, Filtered Silt Glass -thebetweenlands:filtered_silt_glass_pane, Filtered Silt Glass Pane -thebetweenlands:polished_dentrothyst_pane:0, Green Polished Dentrothyst Pane -thebetweenlands:polished_dentrothyst_pane:1, Orange Polished Dentrothyst Pane -thebetweenlands:amate_paper_pane_1, Connected Amate Paper Pane -thebetweenlands:amate_paper_pane_2, Squared Amate Paper Pane -thebetweenlands:amate_paper_pane_3, Rounded Amate Paper Pane -thebetweenlands:smooth_pitstone_stairs, Smooth Pitstone Stairs -thebetweenlands:tar_solid_stairs, Solid Tar Stairs -thebetweenlands:temple_brick_stairs, Temple Brick Stairs -thebetweenlands:spike_trap, Polished Limestone Spike Trap -thebetweenlands:weedwood_plank_stairs, Weedwood Plank Stairs -thebetweenlands:rubber_tree_plank_stairs, Rubber Tree Plank Stairs -thebetweenlands:giant_root_plank_stairs, Giant Root Plank Stairs -thebetweenlands:hearthgrove_plank_stairs, Hearthgrove Plank Stairs -thebetweenlands:nibbletwig_plank_stairs, Nibbletwig Plank Stairs -thebetweenlands:possessed_block, Possessed Block -thebetweenlands:item_cage, Item Cage -thebetweenlands:item_shelf, Item Shelf -thebetweenlands:thatch, Thatch -thebetweenlands:cragrock_slab, Cragrock Slab -thebetweenlands:pitstone_slab, Pitstone Slab -thebetweenlands:betweenstone_slab, Betweenstone Slab -thebetweenlands:smooth_pitstone_slab, Smooth Pitstone Slab -thebetweenlands:tar_solid_slab, Solid Tar Slab -thebetweenlands:temple_brick_slab, Temple Brick Slab -thebetweenlands:betweenstone_brick_slab, Betweenstone Brick Slab -thebetweenlands:mud_brick_slab, Mud Brick Slab -thebetweenlands:cragrock_brick_slab, Cragrock Brick Slab -thebetweenlands:limestone_brick_slab, Limestone Brick Slab -thebetweenlands:limestone_slab, Limestone Slab -thebetweenlands:smooth_betweenstone_slab, Smooth Betweenstone Slab -thebetweenlands:smooth_cragrock_slab, Smooth Cragrock Slab -thebetweenlands:polished_limestone_slab, Polished Limestone Slab -thebetweenlands:pitstone_brick_slab, Pitstone Brick Slab -thebetweenlands:mossy_betweenstone_brick_slab, Mossy Betweenstone Brick Slab -thebetweenlands:mossy_smooth_betweenstone_slab, Mossy Smooth Betweenstone Slab -thebetweenlands:cracked_betweenstone_brick_slab, Cracked Betweenstone Brick Slab -thebetweenlands:weedwood_plank_slab, Weedwood Plank Slab -thebetweenlands:rubber_tree_plank_slab, Rubber Tree Plank Slab -thebetweenlands:giant_root_plank_slab, Giant Root Plank Slab -thebetweenlands:hearthgrove_plank_slab, Hearthgrove Plank Slab -thebetweenlands:nibbletwig_plank_slab, Nibbletwig Plank Slab -thebetweenlands:mud_brick_shingle_slab, Mud Brick Shingle Slab -thebetweenlands:mud_brick_shingle_stairs, Mud Brick Shingle Stairs -thebetweenlands:mud_brick_shingle_wall, Mud Brick Shingle Wall -thebetweenlands:thatch_slab, Thatch Slab -thebetweenlands:scabyst_brick_slab, Scabyst Brick Slab -thebetweenlands:pitstone_wall, Pitstone Wall -thebetweenlands:betweenstone_wall, Betweenstone Wall -thebetweenlands:tar_solid_wall, Solid Tar Wall -thebetweenlands:temple_brick_wall, Temple Brick Wall -thebetweenlands:smooth_pitstone_wall, Smooth Pitstone Wall -thebetweenlands:betweenstone_brick_wall, Betweenstone Brick Wall -thebetweenlands:mud_brick_wall, Mud Brick Wall -thebetweenlands:cragrock_wall, Cragrock Wall -thebetweenlands:cragrock_brick_wall, Cragrock Brick Wall -thebetweenlands:limestone_brick_wall, Limestone Brick Wall -thebetweenlands:limestone_wall, Limestone Wall -thebetweenlands:polished_limestone_wall, Polished Limestone Wall -thebetweenlands:pitstone_brick_wall, Pitstone Brick Wall -thebetweenlands:smooth_betweenstone_wall, Smooth Betweenstone Wall -thebetweenlands:smooth_cragrock_wall, Smooth Cragrock Wall -thebetweenlands:mossy_betweenstone_brick_wall, Mossy Betweenstone Brick Wall -thebetweenlands:mossy_smooth_betweenstone_wall, Mossy Smooth Betweenstone Wall -thebetweenlands:cracked_betweenstone_brick_wall, Cracked Betweenstone Brick Wall -thebetweenlands:scabyst_brick_wall, Scabyst Brick Wall -thebetweenlands:weedwood_plank_fence, Weedwood Plank Fence -thebetweenlands:weedwood_log_fence, Weedwood Log Fence -thebetweenlands:rubber_tree_plank_fence, Rubber Tree Plank Fence -thebetweenlands:giant_root_plank_fence, Giant Root Plank Fence -thebetweenlands:hearthgrove_plank_fence, Hearthgrove Plank Fence -thebetweenlands:nibbletwig_plank_fence, Nibbletwig Plank Fence -thebetweenlands:weedwood_plank_fence_gate, Weedwood Plank Fence Gate -thebetweenlands:weedwood_log_fence_gate, Weedwood Log Fence Gate -thebetweenlands:rubber_tree_plank_fence_gate, Rubber Tree Plank Fence Gate -thebetweenlands:giant_root_plank_fence_gate, Giant Root Plank Fence Gate -thebetweenlands:hearthgrove_plank_fence_gate, Hearthgrove Plank Fence Gate -thebetweenlands:nibbletwig_plank_fence_gate, Nibbletwig Plank Fence Gate -thebetweenlands:weedwood_plank_pressure_plate, Weedwood Plank Pressure Plate -thebetweenlands:betweenstone_pressure_plate, Betweenstone Pressure Plate -thebetweenlands:syrmorite_pressure_plate, Syrmorite Pressure Plate -thebetweenlands:weedwood_plank_button, Weedwood Plank Button -thebetweenlands:betweenstone_button, Betweenstone Button -thebetweenlands:weedwood_ladder, Weedwood Ladder -thebetweenlands:weedwood_lever, Weedwood Lever -thebetweenlands:mud_loot_pot:0, Mud Pot of Chance -thebetweenlands:mud_loot_pot:4, Mud Pot of Chance -thebetweenlands:mud_loot_pot:8, Mud Pot of Chance -thebetweenlands:worm_dungeon_pillar:0, Worm Pillar -thebetweenlands:worm_dungeon_pillar:1, Sludgy Worm Pillar 1 -thebetweenlands:worm_dungeon_pillar:2, Sludgy Worm Pillar 2 -thebetweenlands:worm_dungeon_pillar:3, Sludgy Worm Pillar 3 -thebetweenlands:worm_dungeon_pillar:4, Sludgy Worm Pillar 4 -thebetweenlands:worm_dungeon_pillar:5, Sludgy Worm Pillar 5 -thebetweenlands:worm_dungeon_pillar:6, Worm Pillar Cap -thebetweenlands:worm_dungeon_pillar:7, Sludgy Worm Pillar Cap 1 -thebetweenlands:worm_dungeon_pillar:8, Sludgy Worm Pillar Cap 2 -thebetweenlands:worm_dungeon_pillar:9, Sludgy Worm Pillar Cap 3 -thebetweenlands:worm_dungeon_pillar:10, Sludgy Worm Pillar Cap 4 -thebetweenlands:worm_dungeon_pillar:11, Sludgy Worm Pillar Cap 5 -thebetweenlands:compacted_mud, Compacted Mud -thebetweenlands:mud_tiles:0, Mud Tiles -thebetweenlands:mud_tiles:1, Decayed Mud Tiles -thebetweenlands:mud_tiles:2, Cracked Mud Tiles -thebetweenlands:mud_tiles:3, Decayed Cracked Mud Tiles -thebetweenlands:puffshroom, Puffshroom -thebetweenlands:mud_bricks_carved:0, Carved Mud Bricks -thebetweenlands:mud_bricks_carved:1, Sludgy Carved Mud Bricks 1 -thebetweenlands:mud_bricks_carved:2, Sludgy Carved Mud Bricks 2 -thebetweenlands:mud_bricks_carved:3, Sludgy Carved Mud Bricks 3 -thebetweenlands:mud_bricks_carved:4, Sludgy Carved Mud Bricks 4 -thebetweenlands:mud_bricks_carved:5, Carved Mud Bricks Edge -thebetweenlands:mud_bricks_carved:6, Sludgy Carved Mud Bricks Edge 1 -thebetweenlands:mud_bricks_carved:7, Sludgy Carved Mud Bricks Edge 2 -thebetweenlands:mud_bricks_carved:8, Sludgy Carved Mud Bricks Edge 3 -thebetweenlands:mud_bricks_carved:9, Sludgy Carved Mud Bricks Edge 4 -thebetweenlands:mud_bricks_carved:10, Sludgy Mud Bricks 1 -thebetweenlands:mud_bricks_carved:11, Sludgy Mud Bricks 2 -thebetweenlands:mud_bricks_carved:12, Sludgy Mud Bricks 3 -thebetweenlands:mud_bricks_carved:13, Sludgy Mud Bricks 4 -thebetweenlands:mud_brick_stairs_decay_1, Sludgy Mud Brick Stairs 1 -thebetweenlands:mud_brick_stairs_decay_2, Sludgy Mud Brick Stairs 2 -thebetweenlands:mud_brick_stairs_decay_3, Sludgy Mud Brick Stairs 3 -thebetweenlands:mud_brick_stairs_decay_4, Sludgy Mud Brick Stairs 4 -thebetweenlands:mud_brick_slab_decay_1, Sludgy Mud Brick Slab 1 -thebetweenlands:mud_brick_slab_decay_2, Sludgy Mud Brick Slab 2 -thebetweenlands:mud_brick_slab_decay_3, Sludgy Mud Brick Slab 3 -thebetweenlands:mud_brick_slab_decay_4, Sludgy Mud Brick Slab 4 -thebetweenlands:edge_shroom, Edge Shrooms -thebetweenlands:edge_moss, Edge Moss -thebetweenlands:edge_leaf, Edge Leaf -thebetweenlands:mud_tower_beam_origin, Beam Origin -thebetweenlands:mud_tower_beam_relay, Beam Lens -thebetweenlands:mud_tower_beam_tube, Beam Passage -thebetweenlands:mud_tower_beam_lens_supports, Beam Lens Support -thebetweenlands:diagonal_energy_barrier, Energy Barrier -thebetweenlands:mud_brick_alcove, Dungeon Alcove -thebetweenlands:loot_urn:0, Urn of Chance -thebetweenlands:loot_urn:4, Urn of Chance -thebetweenlands:loot_urn:8, Urn of Chance -thebetweenlands:dungeon_door_runes, Dungeon Door -thebetweenlands:dungeon_door_runes_mimic, Dungeon Door Mimic -thebetweenlands:dungeon_door_runes_crawler, Dungeon Door Crypt -thebetweenlands:dungeon_door_combination, Dungeon Door Code -thebetweenlands:mud_bricks_climbable, Runged Mud Bricks -thebetweenlands:mud_tiles_water, Broken Mud Tiles -thebetweenlands:dungeon_wall_candle, Wall Candle -thebetweenlands:wooden_support_beam_rotten_1, Rotten Support Beam -thebetweenlands:wooden_support_beam_rotten_2, Rotten Support Beam -thebetweenlands:wooden_support_beam_rotten_3, Rotten Support Beam -thebetweenlands:log_rotten_bark_carved_1, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_2, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_3, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_4, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_5, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_6, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_7, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_8, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_9, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_10, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_11, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_12, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_13, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_14, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_15, Carved Rotten Bark -thebetweenlands:log_rotten_bark_carved_16, Carved Rotten Bark -thebetweenlands:energy_barrier_mud, Energy Barrier -thebetweenlands:mud_brick_spike_trap, Mud Brick Spike Trap -thebetweenlands:mud_tiles_spike_trap, Mud Tiles Spike Trap -thebetweenlands:compacted_mud_slope, Compacted Mud Slope -thebetweenlands:compacted_mud_slab, Compacted Mud Slab -thebetweenlands:compacted_mud_mirage, Compacted Mud Mirage -thebetweenlands:rotten_planks, Rotten Planks -thebetweenlands:rotten_plank_slab, Rotten Plank Slab -thebetweenlands:rotten_plank_stairs, Rotten Plank Stairs -thebetweenlands:rotten_plank_fence, Rotten Plank Fence -thebetweenlands:rotten_plank_fence_gate, Rotten Plank Fence Gate -thebetweenlands:mud_tower_brazier, Brazier -thebetweenlands:present, Present -thebetweenlands:pitcher_plant, Pitcher Plant -thebetweenlands:weeping_blue, Weeping Blue -thebetweenlands:sundew, Sundew -thebetweenlands:black_hat_mushroom, Black Hat Mushroom -thebetweenlands:bulb_capped_mushroom, Bulb-Capped Mushroom -thebetweenlands:flat_head_mushroom, Flathead Mushroom -thebetweenlands:venus_fly_trap, Venus Fly Trap -thebetweenlands:volarpad, Volarpad -thebetweenlands:swamp_plant, Swamp Plant -thebetweenlands:mire_coral, Mire Coral -thebetweenlands:deep_water_coral, Deep Water Coral -thebetweenlands:water_weeds, Water Weeds -thebetweenlands:bulb_capped_mushroom_cap, Bulb-Capped Mushroom Cap -thebetweenlands:bulb_capped_mushroom_stalk, Bulb-Capped Mushroom Stalk -thebetweenlands:shelf_fungus, Shelf Fungus -thebetweenlands:algae, Algae -thebetweenlands:poison_ivy, Poison Ivy -thebetweenlands:root, Root -thebetweenlands:giant_root, Giant Root -thebetweenlands:arrow_arum, Arrow Arum -thebetweenlands:blue_eyed_grass, Blue Eyed Grass -thebetweenlands:blue_iris, Blue Iris -thebetweenlands:boneset, Boneset -thebetweenlands:bottle_brush_grass, Bottlebrush Grass -thebetweenlands:broomsedge, Broomsedge -thebetweenlands:button_bush, Button Bush -thebetweenlands:cardinal_flower, Cardinal Flower -thebetweenlands:cattail, Cattail -thebetweenlands:cave_grass, Cave Grass -thebetweenlands:copper_iris, Copper Iris -thebetweenlands:marsh_hibiscus, Marsh Hibiscus -thebetweenlands:marsh_mallow, Marsh Mallow -thebetweenlands:bladderwort_flower, Bladderwort Flower -thebetweenlands:bladderwort_stalk, Bladderwort Stalk -thebetweenlands:bog_bean_flower, Bog Bean Flower -thebetweenlands:golden_club_flower, Golden Club Flower -thebetweenlands:marsh_marigold_flower, Marsh Marigold Flower -thebetweenlands:swamp_double_tallgrass, Double Swamp Tallgrass -thebetweenlands:milkweed, Milkweed -thebetweenlands:nettle, Nettle -thebetweenlands:nettle_flowered, Flowered Nettle -thebetweenlands:pickerel_weed, Pickerel Weed -thebetweenlands:phragmites, Phragmites -thebetweenlands:shoots, Shoots -thebetweenlands:sludgecreep, Sludgecreep -thebetweenlands:tall_sludgecreep, Tall Sludgecreep -thebetweenlands:soft_rush, Soft Rush -thebetweenlands:thorns, Thorns -thebetweenlands:tall_cattail, Tall Cattail -thebetweenlands:swamp_tallgrass, Swamp Tallgrass -thebetweenlands:dead_weedwood_bush, Dead Weedwood Bush -thebetweenlands:weedwood_bush, Weedwood Bush -thebetweenlands:nesting_block_sticks, Nesting Block -thebetweenlands:nesting_block_bones, Nesting Block -thebetweenlands:hollow_log, Hollow Log -thebetweenlands:cave_moss, Cave Moss -thebetweenlands:cryptweed, Cryptweed -thebetweenlands:string_roots, String Roots -thebetweenlands:pale_grass, Pale Grass -thebetweenlands:rotbulb, Rotbulb -thebetweenlands:moss, Moss -thebetweenlands:dead_moss, Dead Moss -thebetweenlands:lichen, Lichen -thebetweenlands:dead_lichen, Dead Lichen -thebetweenlands:hanger:0, Hanger -thebetweenlands:hanger:3, Seeded Hanger -thebetweenlands:purified_swamp_dirt, Purified Swamp Dirt -thebetweenlands:dug_swamp_dirt:0, Dug Swamp Dirt -thebetweenlands:dug_swamp_dirt:1, Dug Swamp Dirt -thebetweenlands:dug_swamp_dirt:2, Dug Swamp Dirt -thebetweenlands:dug_purified_swamp_dirt:0, Dug Purified Swamp Dirt -thebetweenlands:dug_purified_swamp_dirt:1, Dug Purified Swamp Dirt -thebetweenlands:dug_swamp_grass:0, Dug Swamp Grass -thebetweenlands:dug_swamp_grass:1, Dug Swamp Grass -thebetweenlands:dug_swamp_grass:2, Dug Swamp Grass -thebetweenlands:dug_purified_swamp_grass:0, Dug Purified Swamp Grass -thebetweenlands:dug_purified_swamp_grass:1, Dug Purified Swamp Grass -thebetweenlands:black_ice, Black Ice -thebetweenlands:snow, Snow -thebetweenlands:log_portal:0, Portal Frame -thebetweenlands:log_portal:12, Portal Frame -thebetweenlands:portal_frame:0, Top Left Portal Frame -thebetweenlands:portal_frame:1, Top Portal Frame -thebetweenlands:portal_frame:2, Top Right Portal Frame -thebetweenlands:portal_frame:3, Right Side Portal Frame -thebetweenlands:portal_frame:4, Left Side Portal Frame -thebetweenlands:portal_frame:5, Bottom Left Portal Frame -thebetweenlands:portal_frame:6, Bottom Portal Frame -thebetweenlands:portal_frame:7, Bottom Right Portal Frame -thebetweenlands:druid_altar, Dark Druid Altar -thebetweenlands:purifier, Purifier -thebetweenlands:weedwood_workbench, Weedwood Crafting Table -thebetweenlands:compost_bin, Compost Bin -thebetweenlands:weedwood_jukebox, Weedwood Jukebox -thebetweenlands:sulfur_furnace, Sulfur Furnace -thebetweenlands:sulfur_furnace_dual, Dual Sulfur Furnace -thebetweenlands:weedwood_chest, Weedwood Chest -thebetweenlands:sludge, Sludge -thebetweenlands:fallen_leaves, Fallen Leaves -thebetweenlands:energy_barrier, Energy Barrier -thebetweenlands:sulfur_torch, Sulfur Torch -thebetweenlands:sulfur_torch_extinguished, Extinguished Sulfur Torch -thebetweenlands:weedwood_trapdoor, Weedwood Trapdoor -thebetweenlands:rubber_tree_plank_trapdoor, Rubber Tree Plank Trapdoor -thebetweenlands:syrmorite_trapdoor, Syrmorite Trapdoor -thebetweenlands:giant_root_plank_trapdoor, Giant Root Plank Trapdoor -thebetweenlands:hearthgrove_plank_trapdoor, Hearthgrove Plank Trapdoor -thebetweenlands:nibbletwig_plank_trapdoor, Nibbletwig Plank Trapdoor -thebetweenlands:scabyst_trapdoor, Scabyst Trapdoor -thebetweenlands:syrmorite_hopper, Syrmorite Hopper -thebetweenlands:mud_flower_pot, Mud Brick Flower Pot -thebetweenlands:mud_flower_pot_candle, Mud Brick Flower Pot With Candle -thebetweenlands:gecko_cage, Gecko Cage -thebetweenlands:infuser, Infuser -thebetweenlands:mortar, Mortar -thebetweenlands:censer, Censer -thebetweenlands:weedwood_barrel, Weedwood Barrel -thebetweenlands:syrmorite_barrel, Syrmorite Barrel -thebetweenlands:animator, Animator -thebetweenlands:alembic, Alembic -thebetweenlands:damp_torch, Damp Torch -thebetweenlands:walkway, Weedwood Walkway -thebetweenlands:wood_chip_path, Weedwood Chip Path -thebetweenlands:thatch_roof, Thatch Roof -thebetweenlands:mud_brick_roof, Mud Brick Shingle Roof -thebetweenlands:repeller, Repeller -thebetweenlands:waystone, Menhir -thebetweenlands:simulacrum_deepman:2, Deepman Simulacrum -thebetweenlands:simulacrum_deepman:6, Deepman Simulacrum -thebetweenlands:simulacrum_deepman:10, Deepman Simulacrum -thebetweenlands:simulacrum_lake_cavern:2, Lake Cavern Simulacrum -thebetweenlands:simulacrum_lake_cavern:6, Lake Cavern Simulacrum -thebetweenlands:simulacrum_lake_cavern:10, Lake Cavern Simulacrum -thebetweenlands:simulacrum_rootman:2, Rootman Simulacrum -thebetweenlands:simulacrum_rootman:6, Rootman Simulacrum -thebetweenlands:simulacrum_rootman:10, Rootman Simulacrum -thebetweenlands:offering_table, Offering Table -thebetweenlands:wind_chime, Wind Chime -thebetweenlands:lantern_paper_1, Blank Amate Paper Lantern -thebetweenlands:lantern_paper_2, Checkered Amate Paper Lantern -thebetweenlands:lantern_paper_3, Framed Amate Paper Lantern -thebetweenlands:lantern_silt_glass, Silt Glass Lantern -thebetweenlands:bauble, Bauble -thebetweenlands:fishing_tackle_box, Fishing Tackle Box -thebetweenlands:smoking_rack, Smoking Rack -thebetweenlands:fish_trimming_table, Trimming Table -thebetweenlands:crab_pot, Crab Pot -thebetweenlands:crab_pot_filter, Crab Pot Filter -thebetweenlands:silt_glass_jar, Silt Glass Jar -thebetweenlands:barnacle_1_2, Barnacle Larvae -thebetweenlands:glowing_goop, Glowing Goop -thebetweenlands:reed_mat, Reed Mat -thebetweenlands:lyestone, Lyestone -thebetweenlands:mist_bridge, Mist Bridge -thebetweenlands:shadow_walker, Shadow Walker -thebetweenlands:items_misc:0, Crimson Snail Shell -thebetweenlands:items_misc:1, Ochre Snail Shell -thebetweenlands:items_misc:2, Compost -thebetweenlands:items_misc:3, Dragonfly Wing -thebetweenlands:items_misc:4, Lurker Skin -thebetweenlands:items_misc:6, Dried Swamp Reed -thebetweenlands:items_misc:7, Reed Rope -thebetweenlands:items_misc:10, Mud Brick -thebetweenlands:items_misc:11, Syrmorite Ingot -thebetweenlands:items_misc:13, Dry Bark -thebetweenlands:items_misc:14, Slimy Bone -thebetweenlands:items_misc:16, Snapper Root -thebetweenlands:items_misc:17, Stalker Eye -thebetweenlands:items_misc:18, Sulfur -thebetweenlands:items_misc:19, Valonite Shard -thebetweenlands:items_misc:20, Weedwood Stick -thebetweenlands:items_misc:21, Angler Tooth -thebetweenlands:items_misc:22, Weedwood Bowl -thebetweenlands:items_misc:23, Rubber Ball -thebetweenlands:items_misc:24, Tar Beast Heart -thebetweenlands:items_misc:25, Animated Tar Beast Heart -thebetweenlands:items_misc:26, Tar Drip -thebetweenlands:items_misc:27, Limestone Flux -thebetweenlands:items_misc:29, Inanimate Tarminion -thebetweenlands:items_misc:30, Poison Gland -thebetweenlands:items_misc:32, Amate Paper -thebetweenlands:items_misc:33, Shockwave Sword Piece -thebetweenlands:items_misc:34, Shockwave Sword Piece -thebetweenlands:items_misc:35, Shockwave Sword Piece -thebetweenlands:items_misc:36, Shockwave Sword Piece -thebetweenlands:items_misc:38, Amulet Socket -thebetweenlands:items_misc:39, Scabyst -thebetweenlands:items_misc:40, Item Scroll -thebetweenlands:items_misc:41, Syrmorite Nugget -thebetweenlands:items_misc:42, Octine Nugget -thebetweenlands:items_misc:43, Valonite Splinter -thebetweenlands:items_misc:44, Cremains -thebetweenlands:items_misc:45, Undying Embers -thebetweenlands:items_misc:46, Inanimate Angry Pebble -thebetweenlands:items_misc:47, Ancient Remnant -thebetweenlands:items_misc:48, Loot Scraps -thebetweenlands:items_misc:49, Fabricated Scroll -thebetweenlands:items_misc:50, Betweenstone Pebble -thebetweenlands:items_misc:51, Anadia Swim Bladder -thebetweenlands:items_misc:52, Anadia Eye -thebetweenlands:items_misc:53, Anadia Gills -thebetweenlands:items_misc:54, Anadia Scales -thebetweenlands:items_misc:55, Anadia Bones -thebetweenlands:items_misc:56, Anadia Remains -thebetweenlands:items_misc:57, Anadia Fins -thebetweenlands:items_misc:58, Snot -thebetweenlands:items_misc:59, Urchin Spike -thebetweenlands:items_misc:60, Fishing Float and Hook -thebetweenlands:items_misc:61, Olmlette Mixture -thebetweenlands:items_crushed:0, Ground Leaf -thebetweenlands:items_crushed:1, Ground Cattail -thebetweenlands:items_crushed:2, Ground Swamp Tallgrass -thebetweenlands:items_crushed:3, Ground Shoots -thebetweenlands:items_crushed:4, Ground Arrow Arum -thebetweenlands:items_crushed:5, Ground Button Bush -thebetweenlands:items_crushed:6, Ground Marsh Hibiscus -thebetweenlands:items_crushed:7, Ground Pickerel Weed -thebetweenlands:items_crushed:8, Ground Soft Rush -thebetweenlands:items_crushed:9, Ground Marsh Mallow -thebetweenlands:items_crushed:10, Ground Milkweed -thebetweenlands:items_crushed:11, Ground Blue Iris -thebetweenlands:items_crushed:12, Ground Copper Iris -thebetweenlands:items_crushed:13, Ground Blue Eyed Grass -thebetweenlands:items_crushed:14, Ground Boneset -thebetweenlands:items_crushed:15, Ground Bottlebrush Grass -thebetweenlands:items_crushed:16, Ground Weedwood Bark -thebetweenlands:items_crushed:17, Ground Dried Swamp Reed -thebetweenlands:items_crushed:18, Ground Algae -thebetweenlands:items_crushed:19, Ground Angler Tooth -thebetweenlands:items_crushed:20, Ground Black Hat Mushroom -thebetweenlands:items_crushed:21, Ground Crimson Snail Shell -thebetweenlands:items_crushed:22, Ground Bog Bean -thebetweenlands:items_crushed:23, Ground Broomsedge -thebetweenlands:items_crushed:24, Ground Bulb-Capped Mushroom -thebetweenlands:items_crushed:25, Ground Cardinal Flower -thebetweenlands:items_crushed:26, Ground Cave Grass -thebetweenlands:items_crushed:27, Ground Cave Moss -thebetweenlands:items_crushed:28, Ground Crimson Middle Gem -thebetweenlands:items_crushed:29, Ground Deep Water Coral -thebetweenlands:items_crushed:30, Ground Flathead Mushroom -thebetweenlands:items_crushed:31, Ground Golden Club -thebetweenlands:items_crushed:32, Ground Green Middle Gem -thebetweenlands:items_crushed:33, Ground Hanger -thebetweenlands:items_crushed:34, Ground Lichen -thebetweenlands:items_crushed:35, Ground Marsh Marigold -thebetweenlands:items_crushed:36, Ground Mire Coral -thebetweenlands:items_crushed:37, Ground Ochre Snail Shell -thebetweenlands:items_crushed:38, Ground Moss -thebetweenlands:items_crushed:39, Ground Nettle -thebetweenlands:items_crushed:40, Ground Phragmites -thebetweenlands:items_crushed:41, Ground Sludgecreep -thebetweenlands:items_crushed:42, Ground Sundew -thebetweenlands:items_crushed:43, Ground Swamp Kelp -thebetweenlands:items_crushed:44, Ground Roots -thebetweenlands:items_crushed:45, Ground Aqua Middle Gem -thebetweenlands:items_crushed:46, Ground Pitcher Plant -thebetweenlands:items_crushed:47, Ground Water Weeds -thebetweenlands:items_crushed:48, Ground Venus Fly Trap -thebetweenlands:items_crushed:49, Ground Volarpad -thebetweenlands:items_crushed:50, Ground Thorns -thebetweenlands:items_crushed:51, Ground Poison Ivy -thebetweenlands:items_crushed:52, Ground Bladderwort Flower -thebetweenlands:items_crushed:53, Ground Bladderwort Stalk -thebetweenlands:items_crushed:54, Ground Edge Shroom -thebetweenlands:items_crushed:55, Ground Edge Moss -thebetweenlands:items_crushed:56, Ground Edge Leaf -thebetweenlands:items_crushed:57, Ground Rotbulb -thebetweenlands:items_crushed:58, Ground Pale Grass -thebetweenlands:items_crushed:59, Ground String Roots -thebetweenlands:items_crushed:60, Ground Cryptweed -thebetweenlands:items_crushed:61, Ground Betweenstone Pebble -thebetweenlands:items_plant_drop:0, Leaf -thebetweenlands:items_plant_drop:1, Algae Clump -thebetweenlands:items_plant_drop:2, Arrow Arum Leaf -thebetweenlands:items_plant_drop:3, Blue Eyed Grass Flowers -thebetweenlands:items_plant_drop:4, Blue Iris Petals -thebetweenlands:items_plant_drop:5, Mire Coral -thebetweenlands:items_plant_drop:6, Deep Water Coral -thebetweenlands:items_plant_drop:7, Bog Bean Flower -thebetweenlands:items_plant_drop:8, Boneset Flowers -thebetweenlands:items_plant_drop:9, Bottlebrush Grass Blades -thebetweenlands:items_plant_drop:10, Broomsedge Leaves -thebetweenlands:items_plant_drop:11, Button Bush Flowers -thebetweenlands:items_plant_drop:12, Cardinal Flower Petals -thebetweenlands:items_plant_drop:13, Cattail Head -thebetweenlands:items_plant_drop:14, Cave Grass Blades -thebetweenlands:items_plant_drop:15, Copper Iris Petals -thebetweenlands:items_plant_drop:16, Golden Club Flowers -thebetweenlands:items_plant_drop:17, Lichen Clump -thebetweenlands:items_plant_drop:18, Marsh Hibiscus Flower -thebetweenlands:items_plant_drop:19, Marsh Mallow Flower -thebetweenlands:items_plant_drop:20, Marsh Marigold Flower -thebetweenlands:items_plant_drop:21, Nettle Leaf -thebetweenlands:items_plant_drop:22, Phragmite Stems -thebetweenlands:items_plant_drop:23, Pickerel Weed Flower -thebetweenlands:items_plant_drop:24, Shoots -thebetweenlands:items_plant_drop:25, Sludgecreep Leaves -thebetweenlands:items_plant_drop:26, Soft Rush Leaves -thebetweenlands:items_plant_drop:27, Sundew Head -thebetweenlands:items_plant_drop:28, Swamp Tallgrass Blades -thebetweenlands:items_plant_drop:29, Cave Moss -thebetweenlands:items_plant_drop:30, Moss -thebetweenlands:items_plant_drop:31, Milkweed Flower -thebetweenlands:items_plant_drop:32, Hanger -thebetweenlands:items_plant_drop:33, Pitcher Plant Trap -thebetweenlands:items_plant_drop:34, Water Weeds -thebetweenlands:items_plant_drop:35, Venus Fly Trap Head -thebetweenlands:items_plant_drop:36, Volarpad Leaf -thebetweenlands:items_plant_drop:37, Thorn Branch -thebetweenlands:items_plant_drop:38, Poison Ivy Leaves -thebetweenlands:items_plant_drop:39, Bladderwort Stalk -thebetweenlands:items_plant_drop:40, Bladderwort Flower -thebetweenlands:items_plant_drop:41, Edge Shroom Gills -thebetweenlands:items_plant_drop:42, Edge Moss Clump -thebetweenlands:items_plant_drop:43, Edge Leaf -thebetweenlands:items_plant_drop:44, Rotbulb Stalk -thebetweenlands:items_plant_drop:45, Pale Grass Blades -thebetweenlands:items_plant_drop:46, String Root Fibers -thebetweenlands:items_plant_drop:47, Cryptweed Blades -thebetweenlands:swamp_talisman:0, Swamp Talisman -thebetweenlands:swamp_talisman:1, Swamp Talisman Piece -thebetweenlands:swamp_talisman:2, Swamp Talisman Piece -thebetweenlands:swamp_talisman:3, Swamp Talisman Piece -thebetweenlands:swamp_talisman:4, Swamp Talisman Piece -thebetweenlands:weedwood_rowboat, Weedwood Rowboat -thebetweenlands:dentrothyst_shard_orange, Orange Dentrothyst Shard -thebetweenlands:dentrothyst_shard_green, Green Dentrothyst Shard -thebetweenlands:fish_bait, Fish Bait -thebetweenlands:fumigant, Fumigant -thebetweenlands:sap_ball, Ball of Sap -thebetweenlands:rotten_food, Rotten Food (%s) -thebetweenlands:middle_fruit_bush_seeds, White Pear Seeds -thebetweenlands:spores, Spores -thebetweenlands:aspectrus_seeds, Aspectrus Seeds -thebetweenlands:mire_snail_egg, Mire Snail Egg -thebetweenlands:mire_snail_egg_cooked, Cooked Mire Snail Egg -thebetweenlands:frog_legs_raw, Raw Frog's Leg -thebetweenlands:frog_legs_cooked, Fried Frog's Leg -thebetweenlands:snail_flesh_raw, Raw Snail Flesh -thebetweenlands:snail_flesh_cooked, Seared Snail Flesh -thebetweenlands:reed_donut, Reed Donut -thebetweenlands:jam_donut, Jam Donut -thebetweenlands:gerts_donut, Gert's Donut -thebetweenlands:aspectrus_fruit, Aspectrus Fruit -thebetweenlands:puffshroom_tendril, Puffshroom Tendril -thebetweenlands:kraken_tentacle, Kraken Tentacle -thebetweenlands:kraken_calamari, Kraken Calamari -thebetweenlands:middle_fruit, White Pear -thebetweenlands:mince_pie, Mince Pie -thebetweenlands:christmas_pudding, Christmas Pudding -thebetweenlands:candy_cane, Candy Cane -thebetweenlands:weeping_blue_petal, Weeping Blue Petal -thebetweenlands:wight_heart, Wight's Heart -thebetweenlands:yellow_dotted_fungus, Yellow Dotted Fungus -thebetweenlands:silt_crab_claw, Crab Claw -thebetweenlands:crab_stick, Crabstick -thebetweenlands:nettle_soup, Nettle Soup -thebetweenlands:sludge_jello, Sludge Jello -thebetweenlands:middle_fruit_jello, White Pear Jello -thebetweenlands:sap_jello, Sap Jello -thebetweenlands:marshmallow, Green Marshmallow -thebetweenlands:marshmallow_pink, Pink Marshmallow -thebetweenlands:flat_head_mushroom_item, Flathead Mushroom -thebetweenlands:black_hat_mushroom_item, Black Hat Mushroom -thebetweenlands:bulb_capped_mushroom_item, Bulb-Capped Mushrooms -thebetweenlands:swamp_reed_item, Swamp Reed -thebetweenlands:swamp_kelp_item, Swamp Kelp -thebetweenlands:fried_swamp_kelp, Fried Swamp Kelp -thebetweenlands:forbidden_fig, Forbidden Fig -thebetweenlands:candy_blue, Blue Candy -thebetweenlands:candy_red, Red Candy -thebetweenlands:candy_yellow, Yellow Candy -thebetweenlands:chiromaw_wing, Chiromaw Wing -thebetweenlands:tangled_root, Tangled Root -thebetweenlands:mire_scramble, Mire Scramble -thebetweenlands:weeping_blue_petal_salad, Weeping Blue Petal Salad -thebetweenlands:nibblestick, Nibblestick -thebetweenlands:spirit_fruit, Spirit Fruit -thebetweenlands:sushi, Sushi -thebetweenlands:rock_snot_pearl, Rocksnot Pearl -thebetweenlands:pearled_pear, Pearled Pear -thebetweenlands:anadia_meat_raw, Raw Anadia Meat -thebetweenlands:anadia_meat_cooked, Cooked Anadia Meat -thebetweenlands:anadia_meat_smoked, Smoked Anadia Meat -thebetweenlands:barnacle, Barnacle Flesh -thebetweenlands:barnacle_cooked, Cooked Barnacle Flesh -thebetweenlands:barnacle_smoked, Smoked Barnacle Flesh -thebetweenlands:crab_stick_smoked, Smoked Crabstick -thebetweenlands:frog_legs_smoked, Smoked Frog's Leg -thebetweenlands:puffshroom_tendril_smoked, Smoked Puffshroom Tendril -thebetweenlands:silt_crab_claw_smoked, Smoked Crab Claw -thebetweenlands:snail_flesh_smoked, Smoked Snail Flesh -thebetweenlands:olm_egg_raw, Olm Egg Cluster -thebetweenlands:olm_egg_cooked, Baked Olm Egg Cluster -thebetweenlands:olmlette, Olmlette -thebetweenlands:bone_helmet, Bone Helmet -thebetweenlands:bone_chestplate, Bone Chestplate -thebetweenlands:bone_leggings, Bone Leggings -thebetweenlands:bone_boots, Bone Boots -thebetweenlands:lurker_skin_helmet, Lurker Skin Helmet -thebetweenlands:lurker_skin_chestplate, Lurker Skin Chestplate -thebetweenlands:lurker_skin_leggings, Lurker Skin Leggings -thebetweenlands:lurker_skin_boots, Lurker Skin Boots -thebetweenlands:syrmorite_helmet, Syrmorite Helmet -thebetweenlands:syrmorite_chestplate, Syrmorite Chestplate -thebetweenlands:syrmorite_leggings, Syrmorite Leggings -thebetweenlands:syrmorite_boots, Syrmorite Boots -thebetweenlands:valonite_helmet, Valonite Helmet -thebetweenlands:valonite_chestplate, Valonite Chestplate -thebetweenlands:valonite_leggings, Valonite Leggings -thebetweenlands:valonite_boots, Valonite Boots -thebetweenlands:ancient_helmet, Ancient Helmet -thebetweenlands:ancient_chestplate, Ancient Chestplate -thebetweenlands:ancient_leggings, Ancient Leggings -thebetweenlands:ancient_boots, Ancient Boots -thebetweenlands:amphibious_helmet, Amphibious Helmet -thebetweenlands:amphibious_chestplate, Amphibious Chestplate -thebetweenlands:amphibious_leggings, Amphibious Leggings -thebetweenlands:amphibious_boots, Amphibious Boots -thebetweenlands:rubber_boots, Rubber Boots -thebetweenlands:marsh_runner_boots, Boots of the Marsh Runner -thebetweenlands:skull_mask, Skull Mask -thebetweenlands:explorers_hat, Explorer's Hat -thebetweenlands:spirit_tree_face_large_mask, Large Spirit Tree Face Mask -thebetweenlands:spirit_tree_face_small_mask, Small Spirit Tree Face Mask -thebetweenlands:spirit_tree_face_small_mask_animated, Small Animated Spirit Tree Face Mask -thebetweenlands:gallery_frame_small, Small Gallery Frame -thebetweenlands:gallery_frame_large, Large Gallery Frame -thebetweenlands:gallery_frame_very_large, Very Large Gallery Frame -thebetweenlands:weedwood_sword, Weedwood Sword -thebetweenlands:weedwood_shovel, Weedwood Shovel -thebetweenlands:weedwood_axe, Weedwood Axe -thebetweenlands:weedwood_pickaxe, Weedwood Pickaxe -thebetweenlands:bone_sword, Bone Sword -thebetweenlands:bone_shovel, Bone Shovel -thebetweenlands:bone_axe, Bone Axe -thebetweenlands:bone_pickaxe, Bone Pickaxe -thebetweenlands:octine_sword, Octine Sword -thebetweenlands:octine_shovel, Octine Shovel -thebetweenlands:octine_axe, Octine Axe -thebetweenlands:octine_pickaxe, Octine Pickaxe -thebetweenlands:valonite_sword, Valonite Sword -thebetweenlands:valonite_shovel, Valonite Shovel -thebetweenlands:valonite_axe, Valonite Axe -thebetweenlands:valonite_greataxe, Valonite Greataxe -thebetweenlands:valonite_pickaxe, Valonite Pickaxe -thebetweenlands:octine_shield, Octine Shield -thebetweenlands:valonite_shield, Valonite Shield -thebetweenlands:weedwood_shield, Weedwood Shield -thebetweenlands:living_weedwood_shield, Living Weedwood Shield -thebetweenlands:syrmorite_shield, Syrmorite Shield -thebetweenlands:bone_shield, Bone Shield -thebetweenlands:dentrothyst_shield_green, Green Dentrothyst Shield -thebetweenlands:dentrothyst_shield_green_polished, Green Polished Dentrothyst Shield -thebetweenlands:dentrothyst_shield_orange, Orange Dentrothyst Shield -thebetweenlands:dentrothyst_shield_orange_polished, Orange Polished Dentrothyst Shield -thebetweenlands:lurker_skin_shield, Lurker Skin Shield -thebetweenlands:manual_hl, Herblore Book -thebetweenlands:syrmorite_shears, Syrmorite Shears -thebetweenlands:sickle, Sickle -thebetweenlands:shockwave_sword, Shockwave Sword -thebetweenlands:angler_tooth_arrow, Angler Tooth Arrow -thebetweenlands:poisoned_angler_tooth_arrow, Poisoned Angler Tooth Arrow -thebetweenlands:octine_arrow, Octine Arrow -thebetweenlands:basilisk_arrow, Basilisk Arrow -thebetweenlands:sludge_worm_arrow, Sludge Worm Arrow -thebetweenlands:shock_arrow, Shock Arrow -thebetweenlands:chiromaw_barb, Chiromaw Barb -thebetweenlands:weedwood_bow, Weedwood Bow -thebetweenlands:predator_bow, Predator Bow -thebetweenlands:wights_bane, Wight's Bane -thebetweenlands:sludge_slicer, Sludge Slicer -thebetweenlands:critter_cruncher, Critter Cruncher -thebetweenlands:hag_hacker, Hag Hacker -thebetweenlands:voodoo_doll, Voodoo Doll -thebetweenlands:swift_pick, Swift Pick -thebetweenlands:ancient_greatsword, Ancient Greatsword -thebetweenlands:ancient_battle_axe, Ancient Battle Axe -thebetweenlands:pestle, Pestle -thebetweenlands:net, Net -thebetweenlands:lurker_skin_pouch, Lurker Skin Pouch -thebetweenlands:caving_rope, Caving Rope -thebetweenlands:grappling_hook, Grappling Hook -thebetweenlands:volarkite, Volarkite -thebetweenlands:simple_slingshot, Simple Slingshot -thebetweenlands:chirobarb_erupter, Chirobarb Erupter -thebetweenlands:chirobarb_shock_erupter, Chirobarb Shock Erupter -thebetweenlands:weedwood_fishing_rod, Weedwood Fishing Rod -thebetweenlands:fishing_spear, Fishing Spear -thebetweenlands:fishing_spear_amphibious, Amphibious Fishing Spear -thebetweenlands:fishing_spear_amphibious_robust, Robust Amphibious Fishing Spear -thebetweenlands:mist_staff, Staff of the Mist Walker -thebetweenlands:shadow_staff, Staff of the Shadow Walker -thebetweenlands:bl_bucket:0, Weedwood Bucket -thebetweenlands:bl_bucket:1, Syrmorite Bucket -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fLiquid Coralium§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fLiquid Antimatter§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fCreosote Oil§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fLiquifacted Coal§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fCrude Oil§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fNaphtha§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fRefined Fuel§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fSap§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fSyrup§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fResin§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fTree Oil§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fSeed Oil§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fBiocrude§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fGrassoline§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§fMushroom Stew§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§eEssence of Knowledge§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§ePotion§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§eSplash Potion§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§eLingering Potion§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§eDestabilized Redstone§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§eEnergized Glowstone§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§eResonant Ender§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§bGelid Cryotheum§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§bZephyrean Aerotheum§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§bTectonic Petrotheum§f) -thebetweenlands:bl_bucket:0, Weedwood Bucket (§dPrimal Mana§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fLiquid Coralium§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fLiquid Antimatter§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fSteam§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fCreosote Oil§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fLiquifacted Coal§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fCrude Oil§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fNaphtha§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fRefined Fuel§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fSap§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fSyrup§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fResin§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fTree Oil§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fSeed Oil§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fBiocrude§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fGrassoline§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fMushroom Stew§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eEssence of Knowledge§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§ePotion§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eSplash Potion§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eLingering Potion§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eDestabilized Redstone§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eEnergized Glowstone§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eResonant Ender§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§bBlazing Pyrotheum§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§bGelid Cryotheum§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§bZephyrean Aerotheum§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§bTectonic Petrotheum§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§dPrimal Mana§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eMolten Platinum§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eMolten Iridium§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fMolten Invar§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fMolten Constantan§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eMolten Signalum§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§eMolten Lumium§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§bMolten Enderium§f) -thebetweenlands:bl_bucket:1, Syrmorite Bucket (§fMolten Electrical Steel§f) -thebetweenlands:bl_bucket_rubber:0, Weedwood Bucket (§fRubber§f) -thebetweenlands:bl_bucket_rubber:1, Syrmorite Bucket (§fRubber§f) -thebetweenlands:bl_bucket_infusion:0, Weedwood Infusion Bucket -thebetweenlands:bl_bucket_plant_tonic:0, Plant Tonic -thebetweenlands:bl_bucket_plant_tonic:1, Plant Tonic -thebetweenlands:syrmorite_bucket_solid_rubber, Syrmorite Bucket with Solid Rubber -thebetweenlands:astatos, Legendary Disc -thebetweenlands:between_you_and_me, Tribeman's Disc -thebetweenlands:christmas_on_the_marsh, Frosty Disc -thebetweenlands:the_explorer, Explorer's Disc -thebetweenlands:hag_dance, Music Disc -thebetweenlands:lonely_fire, Music Disc -thebetweenlands:mysterious_record, Mysterious Disc -thebetweenlands:ancient, Temple Disc -thebetweenlands:beneath_a_green_sky, Music Disc -thebetweenlands:dj_wights_mixtape, DJ Wight's Hot New Mixtape -thebetweenlands:onwards, Music Disc -thebetweenlands:stuck_in_the_mud, Music Disc -thebetweenlands:wandering_wisps, Music Disc -thebetweenlands:waterlogged, Music Disc -thebetweenlands:deep_water_theme, Deep Water -thebetweenlands:weedwood_door_item, Weedwood Door -thebetweenlands:syrmorite_door_item, Syrmorite Door -thebetweenlands:rubber_tree_plank_door_item, Rubber Tree Plank Door -thebetweenlands:giant_root_plank_door_item, Giant Root Plank Door -thebetweenlands:hearthgrove_plank_door_item, Hearthgrove Plank Door -thebetweenlands:nibbletwig_plank_door_item, Nibbletwig Plank Door -thebetweenlands:scabyst_door_item, Scabyst Door -thebetweenlands:weedwood_sign_item, Weedwood Sign -thebetweenlands:crimson_middle_gem, Crimson Middle Gem -thebetweenlands:aqua_middle_gem, Aqua Middle Gem -thebetweenlands:green_middle_gem, Green Middle Gem -thebetweenlands:life_crystal, Life Crystal -thebetweenlands:life_crystal_fragment, Life Crystal Fragment -thebetweenlands:test_item, Test Item -thebetweenlands:test_item_chimp, Test Banana -thebetweenlands:test_item_chimp_ruler, Test Ruler -thebetweenlands:location_debug, Location Debug -thebetweenlands:pyrad_flame, Pyrad Flame -thebetweenlands:critter, item.thebetweenlands.critter.name -thebetweenlands:sludge_worm_egg_sac, Sludge Worm Egg Sac -thebetweenlands:tiny_sludge_worm, item.thebetweenlands.tiny_sludge_worm.name -thebetweenlands:tiny_sludge_worm_helper, item.thebetweenlands.tiny_sludge_worm_helper.name -thebetweenlands:anadia, item.thebetweenlands.anadia.name -thebetweenlands:jellyfish, item.thebetweenlands.jellyfish.name -thebetweenlands:silt_crab, item.thebetweenlands.silt_crab.name -thebetweenlands:bubbler_crab, item.thebetweenlands.bubbler_crab.name -thebetweenlands:freshwater_urchin, item.thebetweenlands.freshwater_urchin.name -thebetweenlands:chiromaw_egg, Chiromaw Hatchling -thebetweenlands:chiromaw_egg_lightning, Lightning Chiromaw Hatchling -thebetweenlands:chiromaw_tame, Tamed Chiromaw -thebetweenlands:chiromaw_tame_lightning, Tamed Lightning Chiromaw -thebetweenlands:shimmer_stone, Shimmerstone -thebetweenlands:tarminion, Tarminion -thebetweenlands:moss_bed_item, Moss Bed -thebetweenlands:sludge_ball, Sludge Ball -thebetweenlands:elixir:0, Elixir of Strength -thebetweenlands:elixir:0, Elixir of Strength -thebetweenlands:elixir:1, Elixir of Strength -thebetweenlands:elixir:1, Elixir of Strength -thebetweenlands:elixir:2, Nimblefeet Elixir -thebetweenlands:elixir:2, Nimblefeet Elixir -thebetweenlands:elixir:3, Nimblefeet Elixir -thebetweenlands:elixir:3, Nimblefeet Elixir -thebetweenlands:elixir:4, Elixir of Healing -thebetweenlands:elixir:4, Elixir of Healing -thebetweenlands:elixir:5, Elixir of Healing -thebetweenlands:elixir:5, Elixir of Healing -thebetweenlands:elixir:6, Elixir of Ripening -thebetweenlands:elixir:6, Elixir of Ripening -thebetweenlands:elixir:7, Elixir of Ripening -thebetweenlands:elixir:7, Elixir of Ripening -thebetweenlands:elixir:8, Toughskin Elixir -thebetweenlands:elixir:8, Toughskin Elixir -thebetweenlands:elixir:9, Toughskin Elixir -thebetweenlands:elixir:9, Toughskin Elixir -thebetweenlands:elixir:10, Elixir of Feasting -thebetweenlands:elixir:10, Elixir of Feasting -thebetweenlands:elixir:11, Elixir of Feasting -thebetweenlands:elixir:11, Elixir of Feasting -thebetweenlands:elixir:12, Hunter's Sense Brew -thebetweenlands:elixir:12, Hunter's Sense Brew -thebetweenlands:elixir:13, Hunter's Sense Brew -thebetweenlands:elixir:13, Hunter's Sense Brew -thebetweenlands:elixir:14, Masking Brew -thebetweenlands:elixir:14, Masking Brew -thebetweenlands:elixir:15, Masking Brew -thebetweenlands:elixir:15, Masking Brew -thebetweenlands:elixir:16, Swiftarm Brew -thebetweenlands:elixir:16, Swiftarm Brew -thebetweenlands:elixir:17, Swiftarm Brew -thebetweenlands:elixir:17, Swiftarm Brew -thebetweenlands:elixir:18, Brew of the Cat's Eye -thebetweenlands:elixir:18, Brew of the Cat's Eye -thebetweenlands:elixir:19, Brew of the Cat's Eye -thebetweenlands:elixir:19, Brew of the Cat's Eye -thebetweenlands:elixir:20, Draught of Sagittarius -thebetweenlands:elixir:20, Draught of Sagittarius -thebetweenlands:elixir:21, Draught of Sagittarius -thebetweenlands:elixir:21, Draught of Sagittarius -thebetweenlands:elixir:22, Spiderbreed Draught -thebetweenlands:elixir:22, Spiderbreed Draught -thebetweenlands:elixir:23, Spiderbreed Draught -thebetweenlands:elixir:23, Spiderbreed Draught -thebetweenlands:elixir:24, Lightweight Draught -thebetweenlands:elixir:24, Lightweight Draught -thebetweenlands:elixir:25, Lightweight Draught -thebetweenlands:elixir:25, Lightweight Draught -thebetweenlands:elixir:26, Draught of the Unclouded -thebetweenlands:elixir:26, Draught of the Unclouded -thebetweenlands:elixir:27, Draught of the Unclouded -thebetweenlands:elixir:27, Draught of the Unclouded -thebetweenlands:elixir:34, Elixir of Weakness -thebetweenlands:elixir:34, Elixir of Weakness -thebetweenlands:elixir:35, Elixir of Weakness -thebetweenlands:elixir:35, Elixir of Weakness -thebetweenlands:elixir:36, Lumbering Elixir -thebetweenlands:elixir:36, Lumbering Elixir -thebetweenlands:elixir:37, Lumbering Elixir -thebetweenlands:elixir:37, Lumbering Elixir -thebetweenlands:elixir:38, Elixir of Draining -thebetweenlands:elixir:38, Elixir of Draining -thebetweenlands:elixir:39, Elixir of Draining -thebetweenlands:elixir:39, Elixir of Draining -thebetweenlands:elixir:40, Elixir of Decay -thebetweenlands:elixir:40, Elixir of Decay -thebetweenlands:elixir:41, Elixir of Decay -thebetweenlands:elixir:41, Elixir of Decay -thebetweenlands:elixir:42, Poisonsting Elixir -thebetweenlands:elixir:42, Poisonsting Elixir -thebetweenlands:elixir:43, Poisonsting Elixir -thebetweenlands:elixir:43, Poisonsting Elixir -thebetweenlands:elixir:44, Elixir of Starvation -thebetweenlands:elixir:44, Elixir of Starvation -thebetweenlands:elixir:45, Elixir of Starvation -thebetweenlands:elixir:45, Elixir of Starvation -thebetweenlands:elixir:46, Drunkard's Brew -thebetweenlands:elixir:46, Drunkard's Brew -thebetweenlands:elixir:47, Drunkard's Brew -thebetweenlands:elixir:47, Drunkard's Brew -thebetweenlands:elixir:48, Stenching Brew -thebetweenlands:elixir:48, Stenching Brew -thebetweenlands:elixir:49, Stenching Brew -thebetweenlands:elixir:49, Stenching Brew -thebetweenlands:elixir:50, Slugarm Brew -thebetweenlands:elixir:50, Slugarm Brew -thebetweenlands:elixir:51, Slugarm Brew -thebetweenlands:elixir:51, Slugarm Brew -thebetweenlands:elixir:52, Blindman's Brew -thebetweenlands:elixir:52, Blindman's Brew -thebetweenlands:elixir:53, Blindman's Brew -thebetweenlands:elixir:53, Blindman's Brew -thebetweenlands:elixir:54, Weakbow Draught -thebetweenlands:elixir:54, Weakbow Draught -thebetweenlands:elixir:55, Weakbow Draught -thebetweenlands:elixir:55, Weakbow Draught -thebetweenlands:elixir:56, Basilisk Draught -thebetweenlands:elixir:56, Basilisk Draught -thebetweenlands:elixir:57, Basilisk Draught -thebetweenlands:elixir:57, Basilisk Draught -thebetweenlands:elixir:58, Heavyweight Draught -thebetweenlands:elixir:58, Heavyweight Draught -thebetweenlands:elixir:59, Heavyweight Draught -thebetweenlands:elixir:59, Heavyweight Draught -thebetweenlands:elixir:60, Draught of the Fogged Mind -thebetweenlands:elixir:60, Draught of the Fogged Mind -thebetweenlands:elixir:61, Draught of the Fogged Mind -thebetweenlands:elixir:61, Draught of the Fogged Mind -thebetweenlands:dentrothyst_vial:0, Green Dentrothyst Vial -thebetweenlands:dentrothyst_vial:1, Dirty Dentrothyst Vial -thebetweenlands:dentrothyst_vial:2, Orange Dentrothyst Vial -thebetweenlands:dentrothyst_fluid_vial:0, Bottled Fog -thebetweenlands:dentrothyst_fluid_vial:0, Bottled Shallowbreath -thebetweenlands:dentrothyst_fluid_vial:1, Bottled Fog -thebetweenlands:dentrothyst_fluid_vial:1, Bottled Shallowbreath -thebetweenlands:aspect_vial:0, Green Dentrothyst Aspect Vial -thebetweenlands:aspect_vial:1, Orange Dentrothyst Aspect Vial -thebetweenlands:aspect_vial:0, Azuwynn (2) -thebetweenlands:aspect_vial:1, Azuwynn (2) -thebetweenlands:aspect_vial:0, Armaniis (2) -thebetweenlands:aspect_vial:1, Armaniis (2) -thebetweenlands:aspect_vial:0, Byariis (2) -thebetweenlands:aspect_vial:1, Byariis (2) -thebetweenlands:aspect_vial:0, Byrginaz (2) -thebetweenlands:aspect_vial:1, Byrginaz (2) -thebetweenlands:aspect_vial:0, Celawynn (2) -thebetweenlands:aspect_vial:1, Celawynn (2) -thebetweenlands:aspect_vial:0, Dayuniis (2) -thebetweenlands:aspect_vial:1, Dayuniis (2) -thebetweenlands:aspect_vial:0, Fergalaz (2) -thebetweenlands:aspect_vial:1, Fergalaz (2) -thebetweenlands:aspect_vial:0, Firnalaz (2) -thebetweenlands:aspect_vial:1, Firnalaz (2) -thebetweenlands:aspect_vial:0, Freiwynn (2) -thebetweenlands:aspect_vial:1, Freiwynn (2) -thebetweenlands:aspect_vial:0, Geoliirgaz (2) -thebetweenlands:aspect_vial:1, Geoliirgaz (2) -thebetweenlands:aspect_vial:0, Ordaniis (2) -thebetweenlands:aspect_vial:1, Ordaniis (2) -thebetweenlands:aspect_vial:0, Yeowynn (2) -thebetweenlands:aspect_vial:1, Yeowynn (2) -thebetweenlands:aspect_vial:0, Yunugaz (2) -thebetweenlands:aspect_vial:1, Yunugaz (2) -thebetweenlands:aspect_vial:0, Yihinren (2) -thebetweenlands:aspect_vial:1, Yihinren (2) -thebetweenlands:aspect_vial:0, Wodren (2) -thebetweenlands:aspect_vial:1, Wodren (2) -thebetweenlands:aspect_vial:0, Uduriis (2) -thebetweenlands:aspect_vial:1, Uduriis (2) -thebetweenlands:glue, item.thebetweenlands.glue.name -thebetweenlands:amulet, Amulet -thebetweenlands:amulet_slot, Amulet Slot -thebetweenlands:rope_item, Climbing Rope -thebetweenlands:ring_of_power, Ring of Power -thebetweenlands:ring_of_flight, Ring of Ascent -thebetweenlands:ring_of_recruitment, Ring of Recruitment -thebetweenlands:ring_of_summoning, Ring of Summoning -thebetweenlands:ring_of_dispersion, Ring of Dispersion -thebetweenlands:ring_of_gathering, Ring of Gathering -thebetweenlands:angry_pebble, Angry Pebble -thebetweenlands:lore_scrap, item.thebetweenlands.lore_scrap.name -thebetweenlands:tainted_potion, Tainted Potion (%s) -thebetweenlands:octine_ingot, Octine Ingot -thebetweenlands:mummy_bait, Mummy Bait -thebetweenlands:sap_spit, Sap Spit -thebetweenlands:bark_amulet, Bark Amulet -thebetweenlands:empty_amate_map, Empty Amate Map -thebetweenlands:amate_map:0, Amate Map -thebetweenlands:bone_wayfinder, Bone Wayfinder -thebetweenlands:magic_item_magnet, Magic Item Magnet -thebetweenlands:gem_singer, Gem Singer -thebetweenlands:shambler_tongue, Shambler Tongue -thebetweenlands:rune_door_key, Rune Door Key -thebetweenlands:lurker_skin_patch, Lurker Skin Patch -thebetweenlands:draeton_balloon, Draeton Balloon -thebetweenlands:draeton_burner, Draeton Burner -thebetweenlands:draeton, Draeton -thebetweenlands:draeton_upgrade_furnace, Draeton Furnace Upgrade -thebetweenlands:draeton_upgrade_anchor, Draeton Anchor Upgrade -thebetweenlands:draeton_upgrade_crafting, Draeton Crafting Upgrade -thebetweenlands:weedwood_rowboat_upgrade_lantern, Weedwood Rowboat Lantern Upgrade -thebetweenlands:snot_pod, Rocksnot Pod -thebetweenlands:bl_name_tag, Amate Name Tag -thebetweenlands:aa_upgrade_electric, Electric Upgrade -thebetweenlands:aa_upgrade_glide, Glide Upgrade -thebetweenlands:aa_upgrade_leap, Ascent Upgrade -thebetweenlands:aa_upgrade_urchin, Urchin Spike Upgrade -thebetweenlands:aa_upgrade_vortex, Fish Vortex Upgrade -thebetweenlands:aa_upgrade_trigger, Biopathic Triggerstone -thebetweenlands:aa_upgrade_toggle, Biopathic Linkstone -storagecabinet:storagecabinet, Storage Cabinet -rf-capability-adapter:aecapabilityadapter, ME Capability Adapter -rf-capability-adapter:aecapabilityadapter_part, ME Capability Adapter -blockcraftery:editable_block, Framed Block -blockcraftery:editable_stairs, Framed Stairs -blockcraftery:editable_slab, Framed Slab -blockcraftery:editable_slant, Framed Slant -blockcraftery:editable_outer_corner, Framed Outer Corner -blockcraftery:editable_inner_corner, Framed Inner Corner -blockcraftery:editable_wall, Framed Wall -blockcraftery:editable_fence, Framed Fence -blockcraftery:editable_block_reinforced, Reinforced Framed Block -blockcraftery:editable_stairs_reinforced, Reinforced Framed Stairs -blockcraftery:editable_slab_reinforced, Reinforced Framed Slab -blockcraftery:editable_slant_reinforced, Reinforced Framed Slant -blockcraftery:editable_outer_corner_reinforced, Reinforced Framed Outer Corner -blockcraftery:editable_inner_corner_reinforced, Reinforced Framed Inner Corner -blockcraftery:editable_wall_reinforced, Reinforced Framed Wall -blockcraftery:editable_fence_reinforced, Reinforced Framed Fence -blockcraftery:editable_trap_door, Framed Trapdoor -blockcraftery:editable_trap_door_reinforced, Reinforced Framed Trapdoor -blockcraftery:editable_door, Framed Door -blockcraftery:editable_door_reinforced, Reinforced Framed Door -blockcraftery:editable_pressure_plate_all, Framed Pressure Plate (All) -blockcraftery:editable_pressure_plate_items, Framed Pressure Plate (Items) -blockcraftery:editable_pressure_plate_mobs, Framed Pressure Plate (Mobs) -blockcraftery:editable_pressure_plate_player, Framed Pressure Plate (Players) -blockcraftery:editable_pressure_plate_all_reinforced, Reinforced Framed Pressure Plate (All) -blockcraftery:editable_pressure_plate_items_reinforced, Reinforced Framed Pressure Plate (Items) -blockcraftery:editable_pressure_plate_mobs_reinforced, Reinforced Framed Pressure Plate (Mobs) -blockcraftery:editable_pressure_plate_player_reinforced, Reinforced Framed Pressure Plate (Players) -forestry:crated.forestry.peat.0, item.crated.forestry.peat.0.name -forestry:crated.forestry.apatite.0, item.crated.forestry.apatite.0.name -forestry:crated.forestry.fertilizer_compound.0, item.crated.forestry.fertilizer_compound.0.name -forestry:crated.forestry.mulch.0, item.crated.forestry.mulch.0.name -forestry:crated.forestry.phosphor.0, item.crated.forestry.phosphor.0.name -forestry:crated.forestry.ash.0, item.crated.forestry.ash.0.name -forestry:crated.ingottin, item.crated.ingotTin.name -forestry:crated.ingotcopper, item.crated.ingotCopper.name -forestry:crated.ingotbronze, item.crated.ingotBronze.name -forestry:crated.forestry.humus.0, item.crated.forestry.humus.0.name -forestry:crated.forestry.bog_earth.0, item.crated.forestry.bog_earth.0.name -forestry:crated.cropwheat, item.crated.cropWheat.name -forestry:crated.minecraft.cookie.0, item.crated.minecraft.cookie.0.name -forestry:crated.dustredstone, item.crated.dustRedstone.name -forestry:crated.minecraft.dye.4, item.crated.minecraft.dye.4.name -forestry:crated.sugarcane, item.crated.sugarcane.name -forestry:crated.minecraft.clay_ball.0, item.crated.minecraft.clay_ball.0.name -forestry:crated.dustglowstone, item.crated.dustGlowstone.name -forestry:crated.minecraft.apple.0, item.crated.minecraft.apple.0.name -forestry:crated.minecraft.nether_wart.0, item.crated.minecraft.nether_wart.0.name -forestry:crated.minecraft.coal.1, item.crated.minecraft.coal.1.name -forestry:crated.minecraft.coal.0, item.crated.minecraft.coal.0.name -forestry:crated.minecraft.wheat_seeds.0, item.crated.minecraft.wheat_seeds.0.name -forestry:crated.croppotato, item.crated.cropPotato.name -forestry:crated.cropcarrot, item.crated.cropCarrot.name -forestry:crated.minecraft.log.0, item.crated.minecraft.log.0.name -forestry:crated.minecraft.log.1, item.crated.minecraft.log.1.name -forestry:crated.minecraft.log.2, item.crated.minecraft.log.2.name -forestry:crated.minecraft.log.3, item.crated.minecraft.log.3.name -forestry:crated.minecraft.log2.0, item.crated.minecraft.log2.0.name -forestry:crated.minecraft.log2.1, item.crated.minecraft.log2.1.name -forestry:crated.cobblestone, item.crated.cobblestone.name -forestry:crated.dirt, item.crated.dirt.name -forestry:crated.minecraft.dirt.2, item.crated.minecraft.dirt.2.name -forestry:crated.stone, item.crated.stone.name -forestry:crated.stonegranite, item.crated.stoneGranite.name -forestry:crated.stonediorite, item.crated.stoneDiorite.name -forestry:crated.stoneandesite, item.crated.stoneAndesite.name -forestry:crated.blockprismarine, item.crated.blockPrismarine.name -forestry:crated.blockprismarinebrick, item.crated.blockPrismarineBrick.name -forestry:crated.blockprismarinedark, item.crated.blockPrismarineDark.name -forestry:crated.minecraft.brick_block.0, item.crated.minecraft.brick_block.0.name -forestry:crated.blockcactus, item.crated.blockCactus.name -forestry:crated.minecraft.sand.0, item.crated.minecraft.sand.0.name -forestry:crated.minecraft.sand.1, item.crated.minecraft.sand.1.name -forestry:crated.obsidian, item.crated.obsidian.name -forestry:crated.netherrack, item.crated.netherrack.name -forestry:crated.minecraft.soul_sand.0, item.crated.minecraft.soul_sand.0.name -forestry:crated.minecraft.sandstone.0, item.crated.minecraft.sandstone.0.name -forestry:crated.minecraft.nether_brick.0, item.crated.minecraft.nether_brick.0.name -forestry:crated.minecraft.mycelium.0, item.crated.minecraft.mycelium.0.name -forestry:crated.gravel, item.crated.gravel.name -forestry:crated.minecraft.sapling.0, item.crated.minecraft.sapling.0.name -forestry:crated.minecraft.sapling.1, item.crated.minecraft.sapling.1.name -forestry:crated.minecraft.sapling.2, item.crated.minecraft.sapling.2.name -forestry:crated.minecraft.sapling.3, item.crated.minecraft.sapling.3.name -forestry:crated.minecraft.sapling.4, item.crated.minecraft.sapling.4.name -forestry:crated.minecraft.sapling.5, item.crated.minecraft.sapling.5.name -forestry:crated.forestry.fruits.0, item.crated.forestry.fruits.0.name -forestry:crated.forestry.fruits.1, item.crated.forestry.fruits.1.name -forestry:crated.forestry.fruits.2, item.crated.forestry.fruits.2.name -forestry:crated.forestry.fruits.3, item.crated.forestry.fruits.3.name -forestry:crated.forestry.fruits.4, item.crated.forestry.fruits.4.name -forestry:crated.forestry.fruits.6, item.crated.forestry.fruits.6.name -forestry:crated.forestry.fruits.5, item.crated.forestry.fruits.5.name -forestry:crated.forestry.beeswax.0, item.crated.forestry.beeswax.0.name -forestry:crated.forestry.pollen.0, item.crated.forestry.pollen.0.name -forestry:crated.forestry.pollen.1, item.crated.forestry.pollen.1.name -forestry:crated.forestry.propolis.0, item.crated.forestry.propolis.0.name -forestry:crated.forestry.honeydew.0, item.crated.forestry.honeydew.0.name -forestry:crated.forestry.royal_jelly.0, item.crated.forestry.royal_jelly.0.name -forestry:crated.forestry.bee_combs.0, item.crated.forestry.bee_combs.0.name -forestry:crated.forestry.bee_combs.1, item.crated.forestry.bee_combs.1.name -forestry:crated.forestry.bee_combs.2, item.crated.forestry.bee_combs.2.name -forestry:crated.forestry.bee_combs.3, item.crated.forestry.bee_combs.3.name -forestry:crated.forestry.bee_combs.4, item.crated.forestry.bee_combs.4.name -forestry:crated.forestry.bee_combs.5, item.crated.forestry.bee_combs.5.name -forestry:crated.forestry.bee_combs.6, item.crated.forestry.bee_combs.6.name -forestry:crated.forestry.bee_combs.7, item.crated.forestry.bee_combs.7.name -forestry:crated.forestry.bee_combs.8, item.crated.forestry.bee_combs.8.name -forestry:crated.forestry.bee_combs.10, item.crated.forestry.bee_combs.10.name -forestry:crated.forestry.bee_combs.14, item.crated.forestry.bee_combs.14.name -forestry:crated.forestry.bee_combs.15, item.crated.forestry.bee_combs.15.name -forestry:crated.forestry.bee_combs.16, item.crated.forestry.bee_combs.16.name -forestry:crated.forestry.refractory_wax.0, item.crated.forestry.refractory_wax.0.name -forestry:crated.techreborn.part.33, item.crated.techreborn.part.33.name -forestry:crated.techreborn.uumatter.0, item.crated.techreborn.uumatter.0.name -forestry:crated.ingotlead, item.crated.ingotLead.name -forestry:crated.ingotaluminum, item.crated.ingotAluminum.name -forestry:crated.ingotbrass, item.crated.ingotBrass.name -forestry:crated.ingotnickel, item.crated.ingotNickel.name -forestry:crated.ingotsilver, item.crated.ingotSilver.name -forestry:crated.itemrubber, item.crated.itemRubber.name -forestry:crated.natura.edibles.0, item.crated.natura.edibles.0.name -forestry:crated.natura.edibles.1, item.crated.natura.edibles.1.name -forestry:crated.natura.edibles.11, item.crated.natura.edibles.11.name -forestry:crated.natura.soups.9, item.crated.natura.soups.9.name -forestry:crated.natura.overworld_logs.0, item.crated.natura.overworld_logs.0.name -forestry:crated.natura.overworld_logs.1, item.crated.natura.overworld_logs.1.name -forestry:crated.natura.overworld_logs.2, item.crated.natura.overworld_logs.2.name -forestry:crated.natura.overworld_logs.3, item.crated.natura.overworld_logs.3.name -forestry:crated.natura.overworld_logs2.0, item.crated.natura.overworld_logs2.0.name -forestry:crated.natura.overworld_logs2.1, item.crated.natura.overworld_logs2.1.name -forestry:crated.natura.overworld_logs2.2, item.crated.natura.overworld_logs2.2.name -forestry:crated.natura.overworld_logs2.3, item.crated.natura.overworld_logs2.3.name -forestry:crated.natura.redwood_logs.0, item.crated.natura.redwood_logs.0.name -forestry:crated.natura.redwood_logs.1, item.crated.natura.redwood_logs.1.name -forestry:crated.natura.redwood_logs.2, item.crated.natura.redwood_logs.2.name -forestry:crated.natura.nether_logs.0, item.crated.natura.nether_logs.0.name -forestry:crated.natura.nether_logs.1, item.crated.natura.nether_logs.1.name -forestry:crated.natura.nether_logs.2, item.crated.natura.nether_logs.2.name -forestry:crated.natura.nether_logs2.0, item.crated.natura.nether_logs2.0.name -forestry:crated.natura.nether_logs2.15, item.crated.natura.nether_logs2.15.name -forestry:crated.natura.overworld_sapling.0, item.crated.natura.overworld_sapling.0.name -forestry:crated.natura.overworld_sapling.1, item.crated.natura.overworld_sapling.1.name -forestry:crated.natura.overworld_sapling.2, item.crated.natura.overworld_sapling.2.name -forestry:crated.natura.overworld_sapling.3, item.crated.natura.overworld_sapling.3.name -forestry:crated.natura.overworld_sapling2.0, item.crated.natura.overworld_sapling2.0.name -forestry:crated.natura.overworld_sapling2.1, item.crated.natura.overworld_sapling2.1.name -forestry:crated.natura.overworld_sapling2.2, item.crated.natura.overworld_sapling2.2.name -forestry:crated.natura.overworld_sapling2.3, item.crated.natura.overworld_sapling2.3.name -forestry:crated.natura.redwood_sapling.0, item.crated.natura.redwood_sapling.0.name -forestry:crated.natura.nether_sapling.0, item.crated.natura.nether_sapling.0.name -forestry:crated.natura.nether_sapling.1, item.crated.natura.nether_sapling.1.name -forestry:crated.natura.nether_sapling.2, item.crated.natura.nether_sapling.2.name -forestry:crated.natura.nether_sapling2.0, item.crated.natura.nether_sapling2.0.name -forestry:crated.natura.nether_glowshroom.0, item.crated.natura.nether_glowshroom.0.name -forestry:crated.natura.nether_glowshroom.1, item.crated.natura.nether_glowshroom.1.name -forestry:crated.natura.nether_glowshroom.2, item.crated.natura.nether_glowshroom.2.name -forestry:crated.natura.materials.1, item.crated.natura.materials.1.name -forestry:crated.natura.materials.2, item.crated.natura.materials.2.name -forestry:crated.natura.materials.4, item.crated.natura.materials.4.name -forestry:crated.natura.materials.5, item.crated.natura.materials.5.name -forestry:crated.natura.materials.6, item.crated.natura.materials.6.name -forestry:crated.natura.materials.7, item.crated.natura.materials.7.name -forestry:crated.natura.materials.8, item.crated.natura.materials.8.name -forestry:crated.natura.overworld_seeds.0, item.crated.natura.overworld_seeds.0.name -forestry:crated.natura.overworld_seeds.1, item.crated.natura.overworld_seeds.1.name -forestry:crated.natura.edibles.2, item.crated.natura.edibles.2.name -forestry:crated.natura.edibles.3, item.crated.natura.edibles.3.name -forestry:crated.natura.edibles.4, item.crated.natura.edibles.4.name -forestry:crated.natura.edibles.5, item.crated.natura.edibles.5.name -forestry:crated.natura.edibles.6, item.crated.natura.edibles.6.name -forestry:crated.natura.edibles.7, item.crated.natura.edibles.7.name -forestry:crated.natura.edibles.8, item.crated.natura.edibles.8.name -forestry:crated.natura.edibles.9, item.crated.natura.edibles.9.name -forestry:crated.natura.edibles.10, item.crated.natura.edibles.10.name -forestry:crated.natura.saguaro_fruit_item.0, item.crated.natura.saguaro_fruit_item.0.name -forestry:crated.natura.materials.0, item.crated.natura.materials.0.name -forestry:crated.natura.materials.3, item.crated.natura.materials.3.name -guideapi:bloodarsenal-guide, item.guideapi.book.bloodarsenal.guide.name -guideapi:modularrouters-guidebook, item.guideapi.book.modularrouters.guidebook.name -guideapi:bloodmagic-guide, item.guideapi.book.bloodmagic.guide.name -guideapi:cyclicmagic-guide, item.guideapi.book.cyclicmagic.guide.name -guideapi:woot-guide, item.guideapi.book.woot.guide.name \ No newline at end of file diff --git a/config - Copy/BaubleyHeartCanisters.cfg b/config - Copy/BaubleyHeartCanisters.cfg deleted file mode 100644 index 73649c74..00000000 --- a/config - Copy/BaubleyHeartCanisters.cfg +++ /dev/null @@ -1,87 +0,0 @@ -# Configuration file - -options { - # Allow Starting Health Tweaks - B:allowStartingHealthTweaks=false - - # Blue Heart Canister Bauble Type (Requires Restart) - # Valid values: - # AMULET - # RING - # BELT - # TRINKET - # HEAD - # BODY - # CHARM - S:blueCanisterBaubleType=TRINKET - - # How often do blue hearts Drop? (1.0 = 100 % and 0.0 means 0%) - D:blueDropRate=1.0 - - # How often do wither bones Drop? (1.0 = 100 % and 0.0 means 0%) - D:boneDropRate=0.15 - - # Can Equip Heart Canisters - B:canEquipHeartCanisterWithoutAmulet=true - - # Green Heart Canister Bauble Type (Requires Restart) - # Valid values: - # AMULET - # RING - # BELT - # TRINKET - # HEAD - # BODY - # CHARM - S:greenCanisterBaubleType=TRINKET - - # How often do green hearts Drop? (1.0 = 100 % and 0.0 means 0%) - D:greenDropRate=1.0 - - # What Type of Bauble is the Heart Amulet? - # Valid values: - # AMULET - # RING - # BELT - # TRINKET - # HEAD - # BODY - # CHARM - S:heartCanisterBaubleType=TRINKET - - # The maximum stacksize for heart canisters, also the maximum amount of full hearts you can get per heart container type - I:heartStackSize=10 - - # Orange Heart Canister Bauble Type(Requires Restart) - # Valid values: - # AMULET - # RING - # BELT - # TRINKET - # HEAD - # BODY - # CHARM - S:orangeCanisterBaubleType=TRINKET - - # How often do orange hearts Drop? (1.0 = 100 % and 0.0 means 0%) - D:orangeDropRate=1.0 - - # Red Heart Canister Bauble Type (Requires Restart) - # Valid values: - # AMULET - # RING - # BELT - # TRINKET - # HEAD - # BODY - # CHARM - S:redCanisterBaubleType=TRINKET - - # How often do red hearts Drop? (1.0 = 100 % and 0.0 means 0%) - D:redDropRate=0.05 - - # Starting Health of Player (Default:20) - I:startingHealth=20 -} - - diff --git a/config - Copy/Bewitchment.cfg b/config - Copy/Bewitchment.cfg deleted file mode 100644 index cdad74fc..00000000 --- a/config - Copy/Bewitchment.cfg +++ /dev/null @@ -1,614 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # misc - #--------------------------------------------------------------------------------------------------------# - # Miscellaneous settings - ########################################################################################################## - - misc { - # The amount of blocks an altar should scan per tick. - # Min: 0 - # Max: 32767 - I:altarScansPerTick=64 - - # The list of blocks that the broom will sweep when right clicked on. - S:broomSweepables < - tile.redstoneDust - tile.bewitchment.glyph - tile.bewitchment.salt_barrier - > - - # The list of blocks that the witches' cauldron will count as heat sources. - S:heatSources < - tile.fire - tile.lava - tile.magma - tile.bewitchment.hellfire - tile.blazeBlock - tile.nitor_white - tile.nitor_orange - tile.nitor_magenta - tile.nitor_lightblue - tile.nitor_yellow - tile.nitor_lime - tile.nitor_pink - tile.nitor_gray - tile.nitor_silver - tile.nitor_cyan - tile.nitor_purple - tile.nitor_blue - tile.nitor_brown - tile.nitor_green - tile.nitor_red - tile.nitor_black - > - - # The maximum power a Grimoire Magia can have. - # Min: 0 - # Max: 2147483647 - I:maxGrimoirePower=1000 - - # The maximum damage a Skeleton Key can take. - # Min: 0 - # Max: 128 - I:maxSkeletonKeyUses=10 - } - - ########################################################################################################## - # worldgen - #--------------------------------------------------------------------------------------------------------# - # World generation settings - ########################################################################################################## - - worldgen { - # Allow bewitchment structures to be generated in the OverWorld - B:enableStructures=true - - # The dimensions that trees, ores, and coquina are allowed to spawn in. - I:worldGenWhitelist < - 0 - > - - treegen { - # The chance for cypress trees to spawn. Set to 0 to disable. - # Min: 0.0 - # Max: 1.0 - D:cypressChance=0.01 - - # The chance for elder trees to spawn. Set to 0 to disable. - # Min: 0.0 - # Max: 1.0 - D:elderChance=0.01 - - # The chance for juniper trees to spawn. Set to 0 to disable. - # Min: 0.0 - # Max: 1.0 - D:juniperChance=0.01 - - # The biome IDs that Bewitchment trees are blacklisted from spawning - S:treeGenBlacklist < - > - } - - oregen { - # The chance for amethyst ore veins to spawn. 0 to disable. - # Min: 0 - # Max: 127 - I:amethystChance=0 - - # The maximum height for amethyst ore veins to spawn. - # Min: 0 - # Max: 255 - I:amethystMax=42 - - # The minimum height for amethyst ore veins to spawn. - # Min: 0 - # Max: 255 - I:amethystMin=10 - - # The size of amethyst ore veins. - # Min: 0 - # Max: 127 - I:amethystSize=6 - - # The chance for garnet ore veins to spawn. 0 to disable. - # Min: 0 - # Max: 127 - I:garnetChance=2 - - # The maximum height for garnet ore veins to spawn. - # Min: 0 - # Max: 255 - I:garnetMax=42 - - # The minimum height for garnet ore veins to spawn. - # Min: 0 - # Max: 255 - I:garnetMin=12 - - # The size of garnet ore veins. - # Min: 0 - # Max: 127 - I:garnetSize=6 - - # The chance for opal ore veins to spawn. 0 to disable. - # Min: 0 - # Max: 127 - I:opalChance=2 - - # The maximum height for opal ore veins to spawn. - # Min: 0 - # Max: 255 - I:opalMax=42 - - # The minimum height for opal ore veins to spawn. - # Min: 0 - # Max: 255 - I:opalMin=16 - - # The size of opal ore veins. - # Min: 0 - # Max: 127 - I:opalSize=6 - - # The chance for salt ore veins to spawn. 0 to disable. - # Min: 0 - # Max: 127 - I:saltChance=10 - - # The maximum height for salt ore veins to spawn. - # Min: 0 - # Max: 255 - I:saltMax=120 - - # The minimum height for salt ore veins to spawn. - # Min: 0 - # Max: 255 - I:saltMin=10 - - # The size of salt ore veins. - # Min: 0 - # Max: 127 - I:saltSize=5 - - # The chance for silver ore veins to spawn. 0 to disable. - # Min: 0 - # Max: 127 - I:silverChance=0 - - # The maximum height for silver ore veins to spawn. - # Min: 0 - # Max: 255 - I:silverMax=128 - - # The minimum height for silver ore veins to spawn. - # Min: 0 - # Max: 255 - I:silverMin=10 - - # The size of silver ore veins. - # Min: 0 - # Max: 127 - I:silverSize=7 - } - - structuregen { - # The chance for a large cambion home to generate - # Min: 0.0 - # Max: 1.0 - D:cambionHomeChance=0.001 - - # The chance for a medium cambion home to generate - # Min: 0.0 - # Max: 1.0 - D:cambionHomeMediumChance=0.001 - - # The chance for menhir to generate - # Min: 0.0 - # Max: 1.0 - D:menhirChance=0.001 - - # The chance for a stone circle to generate - # Min: 0.0 - # Max: 1.0 - D:stonecircleChance=0.001 - - # The chance for wickermen to generate - # Min: 0.0 - # Max: 1.0 - D:wickermanChance=0.001 - } - - } - - ########################################################################################################## - # mobspawns - #--------------------------------------------------------------------------------------------------------# - # Mob spawn settings - ########################################################################################################## - - mobspawns { - - lizard { - # The list of BiomeDictionary types that the lizard will spawn in. - S:lizardBiomes < - FOREST - SWAMP - JUNGLE - > - - # The maximum amount of lizards to spawn at once. - # Min: 0 - # Max: 127 - I:lizardMax=2 - - # The minimum amount of lizards to spawn at once. - # Min: 0 - # Max: 127 - I:lizardMin=0 - - # The weight chance for lizards to spawn. - # Min: 0 - # Max: 127 - I:lizardWeight=20 - } - - owl { - # The list of BiomeDictionary types that the owl will spawn in. - S:owlBiomes < - FOREST - DENSE - SPOOKY - > - - # The maximum amount of owls to spawn at once. - # Min: 0 - # Max: 127 - I:owlMax=4 - - # The minimum amount of owls to spawn at once. - # Min: 0 - # Max: 127 - I:owlMin=1 - - # The weight chance for owls to spawn. - # Min: 0 - # Max: 127 - I:owlWeight=20 - } - - raven { - # The list of BiomeDictionary types that the raven will spawn in. - S:ravenBiomes < - PLAINS - WASTELAND - SPOOKY - > - - # The maximum amount of ravens to spawn at once. - # Min: 0 - # Max: 127 - I:ravenMax=4 - - # The minimum amount of ravens to spawn at once. - # Min: 0 - # Max: 127 - I:ravenMin=1 - - # The weight chance for ravens to spawn. - # Min: 0 - # Max: 127 - I:ravenWeight=20 - } - - snake { - # The list of BiomeDictionary types that the snake will spawn in. - S:snakeBiomes < - PLAINS - HILLS - SANDY - > - - # The maximum amount of snakes to spawn at once. - # Min: 0 - # Max: 127 - I:snakeMax=4 - - # The minimum amount of snakes to spawn at once. - # Min: 0 - # Max: 127 - I:snakeMin=1 - - # The weight chance for snakes to spawn. - # Min: 0 - # Max: 127 - I:snakeWeight=20 - } - - toad { - # The list of BiomeDictionary types that the toad will spawn in. - S:toadBiomes < - SWAMP - WET - JUNGLE - > - - # The maximum amount of toads to spawn at once. - # Min: 0 - # Max: 127 - I:toadMax=4 - - # The minimum amount of toads to spawn at once. - # Min: 0 - # Max: 127 - I:toadMin=1 - - # The weight chance for toads to spawn. - # Min: 0 - # Max: 127 - I:toadWeight=20 - } - - blackdog { - # The list of BiomeDictionary types that the black dog will spawn in. - S:blackDogBiomes < - PLAINS - WASTELAND - FOREST - SPOOKY - MAGICAL - > - - # The maximum amount of black dogs to spawn at once. - # Min: 0 - # Max: 127 - I:blackDogMax=4 - - # The minimum amount of black dogs to spawn at once. - # Min: 0 - # Max: 127 - I:blackDogMin=1 - - # The weight chance for black dogs to spawn. - # Min: 0 - # Max: 127 - I:blackDogWeight=20 - } - - ghost { - # The list of BiomeDictionary types that the ghost will spawn in. - S:ghostBiomes < - PLAINS - WASTELAND - FOREST - SPOOKY - MAGICAL - > - - # The maximum amount of ghosts to spawn at once. - # Min: 0 - # Max: 127 - I:ghostMax=8 - - # The minimum amount of ghosts to spawn at once. - # Min: 0 - # Max: 127 - I:ghostMin=1 - - # The weight chance for ghosts to spawn. - # Min: 0 - # Max: 127 - I:ghostWeight=20 - } - - hellhound { - # The list of BiomeDictionary types that the hellhound will spawn in. - S:hellhoundBiomes < - NETHER - > - - # The maximum amount of hellhounds to spawn at once. - # Min: 0 - # Max: 127 - I:hellhoundMax=4 - - # The minimum amount of hellhounds to spawn at once. - # Min: 0 - # Max: 127 - I:hellhoundMin=1 - - # The weight chance for hellhounds to spawn. - # Min: 0 - # Max: 127 - I:hellhoundWeight=20 - } - - feuerwurm { - # The list of BiomeDictionary types that the feuerwurm will spawn in. - S:feuerwurmBiomes < - NETHER - > - - # The maximum amount of feuerwurms to spawn at once. - # Min: 0 - # Max: 127 - I:feuerwurmMax=4 - - # The minimum amount of feuerwurms to spawn at once. - # Min: 0 - # Max: 127 - I:feuerwurmMin=0 - - # The weight chance for feuerwurms to spawn. - # Min: 0 - # Max: 127 - I:feuerwurmWeight=20 - } - - druden { - # The list of BiomeDictionary types that the druden will spawn in. - S:drudenBiomes < - FOREST - DENSE - CONIFEROUS - MAGICAL - SPOOKY - > - - # The maximum amount of druden to spawn at once. - # Min: 0 - # Max: 127 - I:drudenMax=1 - - # The minimum amount of druden to spawn at once. - # Min: 0 - # Max: 127 - I:drudenMin=0 - - # The weight chance for druden to spawn. - # Min: 0 - # Max: 127 - I:drudenWeight=10 - } - - cleaver { - # The list of BiomeDictionary types that the cleaver will spawn in. - S:cleaverBiomes < - NETHER - > - - # The maximum amount of cleavers to spawn at once. - # Min: 0 - # Max: 127 - I:cleaverMax=1 - - # The minimum amount of cleavers to spawn at once. - # Min: 0 - # Max: 127 - I:cleaverMin=0 - - # The weight chance for a cleaver to spawn. - # Min: 0 - # Max: 127 - I:cleaverWeight=10 - } - - bafometyr { - # The list of BiomeDictionary types that the bafometyr will spawn in. - S:bafometyrBiomes < - NETHER - > - - # The maximum amount of bafometyrs to spawn at once. - # Min: 0 - # Max: 127 - I:bafometyrMax=1 - - # The minimum amount of bafometyrs to spawn at once. - # Min: 0 - # Max: 127 - I:bafometyrMin=0 - - # The weight chance for a bafometyr to spawn. - # Min: 0 - # Max: 127 - I:bafometyrWeight=10 - } - - werewolf { - # The list of BiomeDictionary types that the werewolf will spawn in. - S:werewolfBiomes < - FOREST - CONIFEROUS - SNOWY - SPOOKY - MAGICAL - > - - # The maximum amount of werewolves to spawn at once. - # Min: 0 - # Max: 127 - I:werewolfMax=4 - - # The minimum amount of werewolves to spawn at once. - # Min: 0 - # Max: 127 - I:werewolfMin=1 - - # The weight chance for werewolves to spawn. - # Min: 0 - # Max: 127 - I:werewolfWeight=10 - } - - } - - ########################################################################################################## - # compat - #--------------------------------------------------------------------------------------------------------# - # Compat Settings - ########################################################################################################## - - compat { - # Enable world gen of dynamic Bewitchment trees instead of the regular trees - B:genDynamic=true - - # Enable replacing saplings with dynamic trees seeds upon planting (Must have DynamicTrees installed - B:replaceSapling=true - } - - ########################################################################################################## - # memes - #--------------------------------------------------------------------------------------------------------# - # Ael is banned - ########################################################################################################## - - memes { - # Decides whether or not the cats and dogs fortune will be enabled. - B:enableCatsAndDogsFortune=false - - # it is wednesday my dudes - B:wednesday=false - } - - ########################################################################################################## - # modifiers - #--------------------------------------------------------------------------------------------------------# - # Modifier Settings - ########################################################################################################## - - modifiers { - # Enable items from other mods to have cold iron bonuses - B:coldIronBonuses=true - - # Entities to be affected by cold iron - S:coldIronWeakness < - minecraft:blaze - minecraft:ghast - minecraft:vex - minecraft:enderman - thaumcraft:pech - thaumcraft:wisp - bewitchment:black_dog - bewitchment:ghost - bewitchment:hellhound - bewitchment:demon - bewitchment:demoness - bewitchment:imp - > - - # Enable items from other mods to have silver bonuses - B:silverBonuses=true - - # Entities to be affected by silver - S:silverWeakness < - bewitchment:werewolf - > - } - -} - - diff --git a/config - Copy/Building Gadgets.cfg b/config - Copy/Building Gadgets.cfg deleted file mode 100644 index b582514e..00000000 --- a/config - Copy/Building Gadgets.cfg +++ /dev/null @@ -1,204 +0,0 @@ -# Configuration file - -general { - # Disable absolute coords-mode for the Copy-Paste gadget - B:"Allow absolute Coord-Mode"=true - - # Whether the Building / CopyPaste Gadget can overwrite blocks like water, lava, grass, etc (like a player can). - # False will only allow it to overwrite air blocks. - B:"Allow non-Air-Block-Overwrite"=true - - # The maximum number of construction paste items dropped by a dense construction block. - # Min: 0 - # Max: 2147483647 - I:"Construction Paste Drop Count - Max"=3 - - # The minimum number of construction paste items dropped by a dense construction block. - # Min: 0 - # Max: 2147483647 - I:"Construction Paste Drop Count - Min"=1 - - # Determines if the Copy/Paste GUI's coordinate mode starts in 'Absolute' mode by default. - # Set to true for Absolute, set to False for Relative. - B:"Default to absolute Coord-Mode"=false - - # Set to false to disable the recipe for construction paste. - B:"Enable Construction Paste"=true - - # Set to false to disable the Destruction Gadget. - B:"Enable Destruction Gadget"=true - - # Defines how far away you can build - # Min: 1.0 - # Max: 48.0 - D:"Max Build Distance"=32.0 - - # Set to true for Forge Energy Support, set to False for vanilla Item Damage - B:"Powered by Forge Energy"=true - - ########################################################################################################## - # blacklist settings - #--------------------------------------------------------------------------------------------------------# - # Configure your Blacklist-Settings here - ########################################################################################################## - - "blacklist settings" { - # All Blocks added to this will be treated similar to TileEntities. Not at all. - # Notice that you can use Regular Expressions as defined by Java Patterns to express more complex name combinations. - # Use for example "awfulmod:.*" to blacklist all awfulmod Blocks. - S:"Blacklisted Blocks" < - minecraft:.*_door.* - minecraft:piston_head - > - } - - ########################################################################################################## - # gadgets - #--------------------------------------------------------------------------------------------------------# - # Configure the Gadgets here - ########################################################################################################## - - gadgets { - # The max energy of Building, Exchanging & Copy-Paste Gadget - # Min: 0 - # Max: 2147483647 - I:"Maximum Energy"=500000 - - # The max range of the Gadgets - # Min: 1 - # Max: 25 - I:"Maximum allowed Range"=15 - - ########################################################################################################## - # building gadget - #--------------------------------------------------------------------------------------------------------# - # Energy Cost & Durability of the Building Gadget - ########################################################################################################## - - "building gadget" { - # The Gadget's Damage cost per Operation - # Min: 0 - # Max: 2000 - I:"Damage Cost"=1 - - # The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE) - # Min: 0 - # Max: 100000 - I:Durability=10000 - - # The Gadget's Energy cost per Operation - # Min: 0 - # Max: 100000 - I:"Energy Cost"=50 - } - - ########################################################################################################## - # exchanging gadget - #--------------------------------------------------------------------------------------------------------# - # Energy Cost & Durability of the Exchanging Gadget - ########################################################################################################## - - "exchanging gadget" { - # The Gadget's Damage cost per Operation - # Min: 0 - # Max: 2000 - I:"Damage Cost"=2 - - # The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE) - # Min: 0 - # Max: 100000 - I:Durability=10000 - - # The Gadget's Energy cost per Operation - # Min: 0 - # Max: 100000 - I:"Energy Cost"=100 - } - - ########################################################################################################## - # destruction gadget - #--------------------------------------------------------------------------------------------------------# - # Energy Cost, Durability & Maximum Energy of the Destruction Gadget - ########################################################################################################## - - "destruction gadget" { - # The Gadget's Damage cost per Operation - # Min: 0 - # Max: 2000 - I:"Damage Cost"=2 - - # The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE) - # Min: 0 - # Max: 100000 - I:Durability=10000 - - # The Gadget's Energy cost per Operation - # Min: 0 - # Max: 100000 - I:"Energy Cost"=200 - - # The max energy of the Destruction Gadget - # Min: 0 - # Max: 2147483647 - I:"Maximum Energy"=1000000 - - # If enabled, the Destruction Gadget can be taken out of fuzzy mode, allowing only instances of the block clicked to be removed (at a higher cost) - B:"Non-Fuzzy Mode Enabled"=false - - # The cost in energy/durability will increase by this amount when not in fuzzy mode - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Non-Fuzzy Mode Multiplier"=2.0 - } - - ########################################################################################################## - # copy-paste gadget - #--------------------------------------------------------------------------------------------------------# - # Energy Cost & Durability of the Copy-Paste Gadget - ########################################################################################################## - - "copy-paste gadget" { - # The Gadget's Damage cost per Operation - # Min: 0 - # Max: 2000 - I:"Damage Cost"=1 - - # The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE) - # Min: 0 - # Max: 100000 - I:Durability=10000 - - # The Gadget's Energy cost per Operation - # Min: 0 - # Max: 100000 - I:"Energy Cost"=50 - } - - } - - ########################################################################################################## - # paste containers - #--------------------------------------------------------------------------------------------------------# - # Configure the Paste Containers here - ########################################################################################################## - - "paste containers" { - # The maximum capacity of a tier 1 (iron) Construction Paste Container - # Min: 1 - # Max: 2147483647 - I:"T1 Container Capacity"=512 - - # The maximum capacity of a tier 2 (gold) Construction Paste Container - # Min: 1 - # Max: 2147483647 - I:"T2 Container Capacity"=2048 - - # The maximum capacity of a tier 3 (diamond) Construction Paste Container - # Min: 1 - # Max: 2147483647 - I:"T3 Container Capacity"=8192 - } - -} - - diff --git a/config - Copy/ChickenChunks.cfg b/config - Copy/ChickenChunks.cfg deleted file mode 100644 index 7a13fa02..00000000 --- a/config - Copy/ChickenChunks.cfg +++ /dev/null @@ -1,40 +0,0 @@ -#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 - -#Sets lasers to render as an outline instead of a solid square. -lasersRenderHollow=false - -#The maximum number of chunks per chunkloader -maxchunks=400 - -#Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded. -op-interact=false - -#Set to false to disable the automatic reloading of mystcraft dimensions on server restart -reload-dimensions=true diff --git a/config - Copy/DIAdvancedCompatibility.cfg b/config - Copy/DIAdvancedCompatibility.cfg deleted file mode 100644 index cc4a2e42..00000000 --- a/config - Copy/DIAdvancedCompatibility.cfg +++ /dev/null @@ -1,22508 +0,0 @@ -# Configuration file - -abyssalcraft { - - ########################################################################################################## - # entityanticreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanticreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityevilsheep - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityevilsheep { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemonpig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemonpig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemonchicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemonchicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygatekeeperminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygatekeeperminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysacthoth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysacthoth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowmonster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowmonster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantipig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantipig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygreaterdreadspawn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygreaterdreadspawn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletongoliath - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletongoliath { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragonboss - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragonboss { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityabygolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityabygolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowcreature - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowcreature { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantizombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantizombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityremnant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityremnant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshuboffspring - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshuboffspring { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantighoul - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantighoul { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantispider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantispider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityomotholghoul - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityomotholghoul { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantiskeleton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantiskeleton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychagarothfist - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychagarothfist { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylessershoggoth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylessershoggoth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantiabyssalzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantiabyssalzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydepthsghoul - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydepthsghoul { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityevilchicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityevilchicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylesserdreadbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylesserdreadbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycoraliumsquid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycoraliumsquid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemonsheep - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemonsheep { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityevilcow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityevilcow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantichicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantichicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragonminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragonminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychagarothspawn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychagarothspawn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychagaroth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychagaroth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantiplayer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantiplayer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantibat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantibat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityevilpig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityevilpig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjzahar - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjzahar { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadguard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadguard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadspawn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadspawn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityabyssalzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityabyssalzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemoncow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemoncow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanticow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanticow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"advent of ascension" { - - ########################################################################################################## - # entitytipsy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytipsy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityexplodot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityexplodot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydawnlight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydawnlight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypodplant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypodplant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybaronlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybaronlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityreapertwins - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityreapertwins { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshade - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshade { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityruniclifeformred - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityruniclifeformred { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunicornrider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunicornrider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowlord - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowlord { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylostsoul - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylostsoul { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygrunt - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygrunt { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylelyetianwarrior - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylelyetianwarrior { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypolarursa - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypolarursa { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoldum - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoldum { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybane - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybane { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywitheringlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywitheringlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityneptuno - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityneptuno { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylurker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylurker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybanshee - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybanshee { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructflight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructflight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygadgetoid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygadgetoid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrainicorn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrainicorn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfungback - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfungback { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylelyetiantrader - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylelyetiantrader { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhost - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhost { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhellquin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhellquin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarchvine - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarchvine { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykingshroomus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykingshroomus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityparavite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityparavite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybanebig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybanebig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhydrolisk - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhydrolisk { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityinnervationmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityinnervationmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityphantom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityphantom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvisualent - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvisualent { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityexohead - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityexohead { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityruniclifeformyellow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityruniclifeformyellow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityyellowflower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityyellowflower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityaugurymaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityaugurymaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseatroll - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseatroll { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityblueautomaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityinfernal - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityinfernal { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityproshield - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityproshield { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspearmintsnail - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspearmintsnail { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygiantsnail - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygiantsnail { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysabretooth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysabretooth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymagicalcreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymagicalcreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityalarmo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityalarmo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityassassin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityassassin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystimulosus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystimulosus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynatura - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynatura { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypaladin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypaladin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeyecreature - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeyecreature { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarkzyne - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarkzyne { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityemperorbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityemperorbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityroloscope - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityroloscope { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructrange - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructrange { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygnawer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygnawer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypincher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypincher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprimitivecarrotop - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimitivecarrotop { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityslimer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityslimer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityokazor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityokazor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymiskel - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymiskel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylelyetianbanker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylelyetianbanker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalchild - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalchild { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytracker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytracker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshyrelandslottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshyrelandslottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflash - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflash { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfriendlycreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfriendlycreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycraggy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycraggy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfacelessrunner - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfacelessrunner { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeverbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeverbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityinmatey - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityinmatey { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostlygoblin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostlygoblin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysoulscorne - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysoulscorne { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseaspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseaspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycherrybarrager - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycherrybarrager { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycrystocore - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycrystocore { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghastus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghastus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvoidcharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvoidcharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhalycon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhalycon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychocko - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychocko { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhunch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhunch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytoxiclottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytoxiclottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityyellowguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityyellowguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunetemplargreen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunetemplargreen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytortione - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytortione { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvoltron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvoltron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvalkyrie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvalkyrie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityendercarrier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityendercarrier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoblin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoblin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypeppermintsnail - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypeppermintsnail { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshaddy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshaddy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytrotter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrotter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructstrength - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructstrength { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytricksterclone - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytricksterclone { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydiocus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydiocus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrockbiter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrockbiter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywitherwizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywitherwizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybrute - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybrute { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhillcharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhillcharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrammerhorn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrammerhorn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseacharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseacharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskolle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskolle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypigotron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypigotron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityundeadherald - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityundeadherald { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytyrosaur - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytyrosaur { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanemia - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanemia { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityclown - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityclown { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityechodar - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityechodar { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskullcreature - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskullcreature { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymechaskellox - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymechaskellox { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityharkos - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityharkos { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygreenguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygreenguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityurka - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityurka { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprimordialguide - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimordialguide { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytoxxulous - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytoxxulous { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreep - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreep { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvinewizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvinewizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysticky - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysticky { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityruniclottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityruniclottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystrongskelepig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystrongskelepig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhidingfungi - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhidingfungi { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhorntail - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhorntail { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityyeti - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityyeti { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblissard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblissard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitygreenautomaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityorbiter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityorbiter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityloggingmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityloggingmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostineancient - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostineancient { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydracyon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydracyon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshiningpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshiningpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflye - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflye { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylittlebam - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylittlebam { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityelusiveclone - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityelusiveclone { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityorbling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityorbling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityembrake - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityembrake { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrealmshifter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrealmshifter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityreaver - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityreaver { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydarkbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydarkbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshyreknight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshyreknight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylightwalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylightwalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydeathhunter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydeathhunter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrockylottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrockylottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystrongskelehopper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystrongskelehopper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityexpeditionmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityexpeditionmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityramradon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityramradon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhellspot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhellspot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylunarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylunarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityabyssallottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityabyssallottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityopteryx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityopteryx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydeinotherium - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydeinotherium { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygrillface - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygrillface { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydustopianlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydustopianlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityorangeflower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityorangeflower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityluxocron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityluxocron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfungung - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfungung { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywickett - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywickett { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykeeler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykeeler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarcbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarcbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityamphibiyte - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityamphibiyte { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymuckopede - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymuckopede { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprimordialbanker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimordialbanker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybloodsucker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybloodsucker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityelusive - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityelusive { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblackursa - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblackursa { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityleafygiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleafygiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshyrebanker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshyrebanker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystorekeeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystorekeeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvinocorne - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvinocorne { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityangelica - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityangelica { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygorbcitizen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygorbcitizen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructspeed - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructspeed { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypenumbra - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypenumbra { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityamphibior - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityamphibior { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityheadlesshunter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityheadlesshunter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshyrearcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshyrearcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityboreiclottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityboreiclottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycarrotop - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycarrotop { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeleelder - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeleelder { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjumbo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjumbo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybushbaby - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybushbaby { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflamewalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflamewalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletalcowman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletalcowman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzhinx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzhinx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorruptedtraveller - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorruptedtraveller { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityancientgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityancientgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityomnilight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityomnilight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalspellbinder - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalspellbinder { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityicegiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityicegiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskipper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskipper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytreespirit - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytreespirit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycoratee - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycoratee { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfishix - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfishix { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydusteiva - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydusteiva { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreepcow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreepcow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydevourer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydevourer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglowingpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglowingpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysugarface - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysugarface { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymermage - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymermage { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybonecreature - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybonecreature { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylivingfungi - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylivingfungi { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitypurpleautomaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglisteningpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglisteningpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvoxxulon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvoxxulon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywarclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywarclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarcworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarcworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytokencollector - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytokencollector { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrawbone - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrawbone { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynipper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynipper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityradiantpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityradiantpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityparasect - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityparasect { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzarg - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzarg { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityraxxan - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityraxxan { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblueflower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblueflower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybaneclone - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybaneclone { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygingerbreadman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygingerbreadman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhuntermaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhuntermaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvisage - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvisage { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreepuple - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreepuple { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityangler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityangler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeeo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeeo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfischer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfischer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseeker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseeker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityforagingmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityforagingmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalgrocer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalgrocer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfungat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfungat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprimordialwizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimordialwizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskelehopper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskelehopper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityariel - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityariel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhoron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhoron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybouncer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybouncer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarcflower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarcflower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunationmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunationmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysoulvyre - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysoulvyre { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybroccohead - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybroccohead { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflesheater - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflesheater { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhorndron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhorndron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhunter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhunter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvisulon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvisulon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhivesoldier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhivesoldier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityheadlessdestroyer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityheadlessdestroyer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvisular - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvisular { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityirkling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityirkling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshyretroll - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshyretroll { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityairhead - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityairhead { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystalkerprime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystalkerprime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymuncher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymuncher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityclunkhead - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityclunkhead { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycryptid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycryptid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityyellowautomaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostlycyclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostlycyclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydyrehorn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydyrehorn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfurlion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfurlion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjawe - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjawe { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspiritprotector - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspiritprotector { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflorolottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflorolottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycoralon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycoralon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflowerface - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflowerface { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysilencer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysilencer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybaroness - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybaroness { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityurv - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityurv { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfenix - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfenix { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynightwatcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynightwatcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfakezorp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfakezorp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityexoid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityexoid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvertebron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvertebron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydungeonkeeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydungeonkeeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnowcharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnowcharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycandycorny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycandycorny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydesertcharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydesertcharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoldus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoldus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityiosaur - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityiosaur { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygrobbler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygrobbler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskelepig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskelepig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykingbambambam - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykingbambambam { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfungik - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfungik { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycentinel - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycentinel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhag - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhag { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityruniclifeformblue - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityruniclifeformblue { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytriclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytriclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseaskeleton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseaskeleton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityurioh - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityurioh { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeleman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeleman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreepird - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreepird { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynightmarespider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynightmarespider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysunny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysunny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydweller - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydweller { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeliteskeleman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeliteskeleman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysquasher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysquasher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysysker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysysker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreeperlock - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreeperlock { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoalby - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoalby { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybloomingpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybloomingpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykranky - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykranky { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykingcharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykingcharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhealinggolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhealinggolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityterradon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityterradon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydoubler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydoubler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynightreaper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynightreaper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhiveworker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhiveworker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylollypopper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylollypopper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeledon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeledon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystinger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystinger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybloodmist - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybloodmist { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconiferon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconiferon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityduststrider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityduststrider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspikeback - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspikeback { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhellcat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhellcat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymetalloid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymetalloid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfungock - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfungock { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydistorter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydistorter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeilosapien - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeilosapien { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynaturalist - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynaturalist { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanimamaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanimamaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityextractionmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityextractionmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysphinx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysphinx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostlybugeye - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostlybugeye { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylelyetianlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylelyetianlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityredautomaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityelkanyne - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityelkanyne { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspraggy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspraggy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityinmatex - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityinmatex { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostlycharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostlycharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostlynightreaper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostlynightreaper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarkback - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarkback { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarocknid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarocknid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycandiedlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycandiedlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructterror - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructterror { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygrocculate - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygrocculate { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycrusilisk - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycrusilisk { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycavecreepoid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycavecreepoid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymerkyre - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymerkyre { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysilverfoot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysilverfoot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityterrestrial - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityterrestrial { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychomper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychomper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymechyon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymechyon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymothervoidwalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymothervoidwalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityportalmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityportalmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykaiyu - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykaiyu { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfakepigman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfakepigman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynightfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynightfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfacelessfloater - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfacelessfloater { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywoodgiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywoodgiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprofessor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprofessor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycraexxeus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycraexxeus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostlysasquatch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostlysasquatch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycherryblaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycherryblaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseaviper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseaviper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywingedcreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywingedcreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvoidwalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvoidwalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysurveyor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysurveyor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydeadtree - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydeadtree { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowstalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowstalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylinger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylinger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeliteskelehopper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeliteskelehopper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructresistance - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructresistance { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystitches - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystitches { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorallus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorallus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrockcrawler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrockcrawler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybutcherymaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybutcherymaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityklobber - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityklobber { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzorp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzorp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycavecreep - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycavecreep { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityduston - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityduston { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymirage - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymirage { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityinfusionmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityinfusionmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybloodlust - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybloodlust { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoldenlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoldenlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhauntedlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhauntedlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymushroomspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymushroomspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybobo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybobo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywebreaper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywebreaper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityruniclifeformgreen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityruniclifeformgreen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynightwing - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynightwing { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalherbalist - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalherbalist { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructofservility - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructofservility { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspinoledon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspinoledon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityapparition - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityapparition { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunetemplarblue - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunetemplarblue { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycrystaltrader - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycrystaltrader { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytwinklinglottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytwinklinglottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemonreaper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemonreaper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysandgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysandgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalbanker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalbanker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymodulo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymodulo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygyro - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygyro { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhiveking - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhiveking { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysmash - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysmash { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorby - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorby { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblueguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblueguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityscrubby - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityscrubby { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoofer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoofer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalcitizen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalcitizen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynospike - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynospike { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytrickster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrickster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprecasianlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprecasianlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreeponialottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreeponialottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytoymerchant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytoymerchant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglaringpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglaringpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypurpleflower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypurpleflower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityboneback - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityboneback { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhydrolon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhydrolon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycottoncandor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycottoncandor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskelekyte - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskelekyte { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrefluct - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrefluct { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshifter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshifter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorallusshot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorallusshot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenforcer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenforcer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrosid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrosid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfiend - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfiend { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspiritguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspiritguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygreenflower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygreenflower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynethengeicbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynethengeicbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybonecreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybonecreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystonegiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystonegiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymechachron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymechachron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshavo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshavo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityexplosivesexpert - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityexplosivesexpert { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysandgiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysandgiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityplateosaur - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityplateosaur { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygraw - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygraw { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityxxeus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityxxeus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycanebug - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycanebug { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityocculent - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityocculent { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityaxiolight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityaxiolight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywaggy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywaggy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygingerbird - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygingerbird { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymagicke - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymagicke { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrockcritter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrockcritter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunicguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunicguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityundeadtroll - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityundeadtroll { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeliteskelepig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeliteskelepig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybaumba - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybaumba { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprimordialmerchant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimordialmerchant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysquiggler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysquiggler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymechbot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymechbot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitynethengeicwither - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynethengeicwither { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityredguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityredguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykingcreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykingcreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymysticlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymysticlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreationmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreationmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybombcarrier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybombcarrier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycompeer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycompeer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytrolltrader - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrolltrader { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybasilisk - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybasilisk { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspinux - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspinux { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygorbarmsdealer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygorbarmsdealer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghost - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghost { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygorbengineer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygorbengineer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarcwizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarcwizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysasquatch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysasquatch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydaysee - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydaysee { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityconstructmind - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityconstructmind { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykror - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykror { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymechamaton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymechamaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycelevianlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycelevianlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspectralwizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspectralwizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycyclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycyclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvolar - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvolar { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhaulingmaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhaulingmaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityambientpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityambientpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunetemplarred - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunetemplarred { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymechacyclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymechacyclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybugeye - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybugeye { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoldorth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoldorth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunicorn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunicorn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygleamingpixon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygleamingpixon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylunarlottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylunarlottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycaseconstruct - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycaseconstruct { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylelyetiancaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylelyetiancaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycrystallottoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycrystallottoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityquickpocket - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityquickpocket { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypenguin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypenguin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzalvendor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzalvendor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychimera - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychimera { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrockrider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrockrider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystrongskeleman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystrongskeleman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydestructor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydestructor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskellox - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskellox { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvoliant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvoliant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystimulo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystimulo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytharafly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytharafly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunicgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunicgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypolytom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypolytom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityalluricorn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityalluricorn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityswampcharger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityswampcharger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykoko - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykoko { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnappy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnappy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycreepbanker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreepbanker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykajaros - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykajaros { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprimordialspellbinder - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimordialspellbinder { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrunetemplaryellow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrunetemplaryellow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrammerhead - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrammerhead { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydicer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydicer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydraggy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydraggy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityautomaton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityautomaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymeganeuropsis - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymeganeuropsis { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshik - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshik { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"aether legacy" { - - entityswet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitycockatrice { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityaerwhale { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityslider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitywhirlwind { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitysheepuff { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityvalkyriequeen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityfireball { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityvalkyrie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitythunderball { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityzephyr { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityiceyball { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitymimic { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityminicloud { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityphyg { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitysunspirit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitysentry { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitymoa { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityfireminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityflyingcow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityaechorplant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityaerbunny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"astral sorcery" { - - ########################################################################################################## - # entityflare - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflare { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspectraltool - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspectraltool { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityliquidspark - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityliquidspark { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"atum 2" { - - entityassassin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitypharaoh { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityforsaken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitysunspeaker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitydesertwolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitywraith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityscarab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitydesertrabbit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitywarlord { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitystoneguard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitycamel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitybarbarian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitybonestorm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitystonewarden { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitytarantula { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitymummy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitybrigand { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entitynomad { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"battle towers" { - - ########################################################################################################## - # asentitygolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - asentitygolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -bewitchment { - - ########################################################################################################## - # entitybaphomet - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybaphomet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnake - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnake { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycambion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycambion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityraven - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityraven { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytoad - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytoad { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityleonard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleonard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghost - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghost { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityowl - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityowl { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityimp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityimp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblackdog - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblackdog { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycleaver - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycleaver { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemoness - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemoness { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhellhound - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhellhound { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydruden - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydruden { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybafometyr - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybafometyr { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowperson - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowperson { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfeuerwurm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfeuerwurm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywerewolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywerewolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"biomes o plenty" { - - ########################################################################################################## - # entitywasp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywasp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"blood magic: alchemical wizardry" { - - ########################################################################################################## - # entitycorruptedchicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorruptedchicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysentientspecter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysentientspecter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorruptedspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorruptedspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymimic - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymimic { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorruptedzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorruptedzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycorruptedsheep - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycorruptedsheep { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -botania { - - ########################################################################################################## - # entitydoppleganger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydoppleganger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypixie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypixie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypinkwither - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypinkwither { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -chickens { - - ########################################################################################################## - # entitychickenschicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychickenschicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -cyclic { - - ########################################################################################################## - # entityrobot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrobot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"deep mob learning" { - - ########################################################################################################## - # entitytrialenderman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrialenderman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytrialcavespider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrialcavespider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytrialspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrialspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytrialslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytrialslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglitch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglitch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"dimensional doors" { - - ########################################################################################################## - # entitymonolith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymonolith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -divinerpg { - - ########################################################################################################## - # entityenthralleddramcryx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenthralleddramcryx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglacon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglacon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadahier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadahier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydungeonprisoner - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydungeonprisoner { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityadvancedcori - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityadvancedcori { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfractite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfractite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzelus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzelus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygolemofrejuvenation - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygolemofrejuvenation { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityleorna - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleorna { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityworkshoptinkerer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityworkshoptinkerer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhivesoldier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhivesoldier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycyclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycyclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityverek - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityverek { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydensos - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydensos { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywraith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywraith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysoulfiend - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysoulfiend { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylorga - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylorga { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskythernarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskythernarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityparatiku - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityparatiku { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywildfire - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywildfire { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityedentomo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityedentomo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityliopleurodon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityliopleurodon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysoulstealer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysoulstealer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityroamer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityroamer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywildwoodtomo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywildwoodtomo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvamacheron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvamacheron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfrost - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfrost { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytwins - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytwins { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycrab - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycrab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityscorcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityscorcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybasilisk - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybasilisk { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybrowngrizzle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybrowngrizzle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvhraak - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvhraak { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityworkshopmerchant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityworkshopmerchant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydatticon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydatticon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykingcrab - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykingcrab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywargeneral - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywargeneral { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspellbinder - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspellbinder { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitythewatcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitythewatcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityquadro - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityquadro { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityayeracoblue - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityayeracoblue { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrazorback - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrazorback { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityladyluna - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityladyluna { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydungeondemon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydungeondemon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhivequeen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhivequeen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylivingstatue - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylivingstatue { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymystic - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymystic { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityreyvor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityreyvor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfrostarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfrostarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysunarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysunarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityent - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityent { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydramix - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydramix { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysamek - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysamek { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjunglespider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjunglespider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfrosty - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfrosty { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymadivel - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymadivel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydesertcrawler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydesertcrawler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytocaxin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytocaxin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityayeracogreen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityayeracogreen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshark - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshark { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityacidhag - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityacidhag { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymandragora - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymandragora { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydemonofdarkness - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydemonofdarkness { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycaveclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycaveclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytwilightarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytwilightarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanciententity - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanciententity { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylorgaflight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylorgaflight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybiphron - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybiphron { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydeathhound - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydeathhound { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylordvatticus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylordvatticus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybohemite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybohemite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityweakcori - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityweakcori { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygalroid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygalroid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywhitegrizzle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywhitegrizzle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysmelter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysmelter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrotatick - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrotatick { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytermid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytermid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysorcerer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysorcerer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityapalachiacadillion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityapalachiacadillion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityehu - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityehu { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvermenous - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvermenous { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytermasect - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytermasect { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygorgosion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygorgosion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzoragon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzoragon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysunstorm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysunstorm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywhale - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywhale { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykarot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykarot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykaros - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykaros { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymage - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymage { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenchantedwarrior - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenchantedwarrior { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitythehunger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitythehunger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityayeracoyellow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityayeracoyellow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityexperiencedcori - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityexperiencedcori { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjunglebat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjunglebat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytwilightdemon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytwilightdemon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglacide - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglacide { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfyracryx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfyracryx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskytherngolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskytherngolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityminer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityminer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygreenfeet - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygreenfeet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysoulspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysoulspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeternalarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeternalarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityangrybunny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityangrybunny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzone - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzone { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenderspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenderspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywildwoodgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywildwoodgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydissiment - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydissiment { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenchantedarcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenchantedarcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityayeracopurple - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityayeracopurple { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitythegrue - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitythegrue { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityedencadillion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityedencadillion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykingofscorchers - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykingofscorchers { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhastreus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhastreus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityendertriplets - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityendertriplets { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjackoman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjackoman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymegalith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymegalith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityepiphite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityepiphite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysaguaroworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysaguaroworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydeathcryx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydeathcryx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityduo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityduo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykazrotic - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykazrotic { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfakevhraak - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfakevhraak { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhellspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhellspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymysteriousmanlayer3 - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymysteriousmanlayer3 { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhusk - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhusk { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymortumcadillion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymortumcadillion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreamwrecker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreamwrecker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityapalachiagolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityapalachiagolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykobblin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykobblin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywreck - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywreck { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybunny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybunny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycavecrawler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycavecrawler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylivestockmerchant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylivestockmerchant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhellpig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhellpig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywildwoodcadillion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywildwoodcadillion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrainbour - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrainbour { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydungeonconstructor - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydungeonconstructor { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypumpkinspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypumpkinspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityparasecta - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityparasecta { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityayeracored - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityayeracored { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhelio - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhelio { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytempleguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytempleguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymysteriousmanlayer1 - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymysteriousmanlayer1 { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnapper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnapper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityalicanto - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityalicanto { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymoonwolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymoonwolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycaptainmerik - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycaptainmerik { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystonegolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystonegolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityapalachiatomo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityapalachiatomo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjungledramcryx - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjungledramcryx { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycryptkeeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycryptkeeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityraglok - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityraglok { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybehemoth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybehemoth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityaridwarrior - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityaridwarrior { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskythernfiend - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskythernfiend { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrollum - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrollum { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylheiva - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylheiva { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenderwatcher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenderwatcher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseimer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseimer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytheeye - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytheeye { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhoverstinger - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhoverstinger { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymysteriousmanlayer2 - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymysteriousmanlayer2 { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycymesoid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycymesoid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitykazari - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitykazari { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"draconic evolution" { - - ########################################################################################################## - # entitychaosguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychaosguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityguardiancrystal { - B:Append_Baby_Name=true - S:Baby_Scale_Modifier=2.0 - S:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"electroblobs wizardry" { - - ########################################################################################################## - # entityspirithorse - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspirithorse { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywitherskeletonminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywitherskeletonminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityphoenix - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityphoenix { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspiritwolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspiritwolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhuskminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhuskminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshadowwraith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshadowwraith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityicegiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityicegiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityicewraith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityicewraith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblazeminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblazeminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityevilwizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityevilwizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystrayminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystrayminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspiderminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspiderminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylightningwraith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylightningwraith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvexminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvexminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydecoy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydecoy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymagicslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymagicslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywizard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywizard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysilverfishminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysilverfishminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystormelemental - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystormelemental { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletonminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletonminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombieminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombieminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityremnant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityremnant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"electroblobs wizardry: twilight forest spell pack" { - - ########################################################################################################## - # entitycavetrollminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycavetrollminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityminighastminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityminighastminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityslimebeetleminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityslimebeetleminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityunstableicecoreminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityunstableicecoreminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydruidmage - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydruidmage { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityredcapsapperminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityredcapsapperminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletondruidminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletondruidminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnowguardianminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnowguardianminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytwilightwraithminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytwilightwraithminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystableicecoreminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystableicecoreminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfirebeetleminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfirebeetleminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityredcapminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityredcapminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"ender utilities" { - - ########################################################################################################## - # entityendermanfighter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityendermanfighter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -erebus { - - ########################################################################################################## - # entitymoneyspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymoneyspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysolifugesmall - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysolifugesmall { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantlionminiboss - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantlionminiboss { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantlion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantlion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystagbeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystagbeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycropweevil - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycropweevil { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfireantsoldier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfireantsoldier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybotfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybotfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygasvent - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygasvent { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylavawebspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylavawebspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybotflylarva - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybotflylarva { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybombardierbeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybombardierbeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityscytodes - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityscytodes { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityumbergolemdungeontypes - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityumbergolemdungeontypes { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymidgeswarm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymidgeswarm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytarantulaminiboss - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytarantulaminiboss { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanimatedbamboocrate - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanimatedbamboocrate { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybedbug - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybedbug { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombieant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombieant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblackant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblackant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybeetlelarva - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybeetlelarva { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycrushroom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycrushroom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragonfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragonfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypondskater - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypondskater { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityscorpion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityscorpion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycentipede - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycentipede { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblackwidow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblackwidow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanimatedchest - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanimatedchest { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfungalweevil - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfungalweevil { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygrasshopper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygrasshopper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrhinobeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrhinobeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylocust - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylocust { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytitanbeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytitanbeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypunchroom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypunchroom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjumpingspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjumpingspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycicada - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycicada { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombieantsoldier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombieantsoldier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychameleontick - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychameleontick { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymosquito - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymosquito { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanimatedblock - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanimatedblock { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfireant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfireant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityworkerbee - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityworkerbee { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymagmacrawler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymagmacrawler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhoneypotant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhoneypotant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityumbergolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityumbergolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywoodlouse - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywoodlouse { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymoth - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymoth { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityglowworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityglowworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybogmaw - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybogmaw { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityprayingmantis - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprayingmantis { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytarantulababy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytarantulababy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvelvetworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvelvetworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityantlionboss - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityantlionboss { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywasp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywasp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysolifuge - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysolifuge { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybombardierbeetlelarva - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybombardierbeetlelarva { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytarantula - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytarantula { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -extrabotany { - - ########################################################################################################## - # entitygaiaiii - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygaiaiii { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydarkpixie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydarkpixie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvoidherrscher - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvoidherrscher { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskullminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskullminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypetpixie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypetpixie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"fishs undead rising" { - - ########################################################################################################## - # entityundertaker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityundertaker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymimic - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymimic { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypiranha - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypiranha { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybanshee - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybanshee { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymummy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymummy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityboneworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityboneworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysludgelord - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysludgelord { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityforsaken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityforsaken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityraven - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityraven { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityavaton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityavaton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletonking - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletonking { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityparasite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityparasite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityscarecrow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityscarecrow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityunburied - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityunburied { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvespacocoon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvespacocoon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysalamander - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysalamander { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombiepiranha - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombiepiranha { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghostray - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghostray { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylavacow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylavacow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvespa - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvespa { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylilsludge - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylilsludge { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypingu - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypingu { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityptera - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityptera { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityundeadswine - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityundeadswine { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombiemushroom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombiemushroom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombiefrozen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombiefrozen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywendigo - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywendigo { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityweta - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityweta { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfoglet - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfoglet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -forestry { - - ########################################################################################################## - # entitybutterfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybutterfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"gravestone mod" { - - entityghostplayer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -hatchery { - - ########################################################################################################## - # entityrooster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrooster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"ice and fire" { - - ########################################################################################################## - # entitystonestatue - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystonestatue { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexegg - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexegg { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypixie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypixie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexsentinel - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexsentinel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycyclops - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycyclops { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystymphalianbird - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystymphalianbird { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfiredragon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfiredragon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhippocampus - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhippocampus { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysiren - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysiren { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytroll - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytroll { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycockatrice - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycockatrice { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymobskull - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymobskull { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityseaserpent - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityseaserpent { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexswarmer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexswarmer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexqueen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexqueen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygorgon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygorgon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityamphithere - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityamphithere { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragonskull - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragonskull { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnowvillager - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnowvillager { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexroyal - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexroyal { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydeathworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydeathworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexworker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexworker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityicedragon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityicedragon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhippogryph - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhippogryph { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymyrmexsoldier - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymyrmexsoldier { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragonegg - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragonegg { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadlich - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadlich { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadthrall - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadthrall { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhydra - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhydra { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadknight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadknight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadhorse - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadhorse { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadghoul - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadghoul { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadscuttler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadscuttler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"industrial foregoing" { - - ########################################################################################################## - # entitypinkslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypinkslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -leshen { - - ########################################################################################################## - # entityleshen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleshen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityleshenspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleshenspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityleshenwolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleshenwolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhowler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhowler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"mahou tsukai" { - - kodokuentity { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - faeentity { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - familiarentity { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -mekanism { - - entitybabyskeleton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityrobit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -mightyenderchicken { - - ########################################################################################################## - # entitychaoschicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychaoschicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenderchicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenderchicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -mmmmmmmmmmmm { - - ########################################################################################################## - # entitydummy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydummy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -natura { - - ########################################################################################################## - # entitynitrocreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitynitrocreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityimp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityimp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -nuclearcraft { - - ########################################################################################################## - # entityferalghoul - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityferalghoul { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -openblocks { - - ########################################################################################################## - # entityluggage - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityluggage { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityminime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityminime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -plustic { - - ########################################################################################################## - # entitysupremeleader - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysupremeleader { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblindbandit - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblindbandit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"random things" { - - ########################################################################################################## - # entityspirit - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspirit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygoldenchicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygoldenchicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -thaumcraft { - - ########################################################################################################## - # entitycultistportalgreater - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycultistportalgreater { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityarcanebore - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityarcanebore { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityinhabitedzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityinhabitedzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypech - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypech { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeldritchcrab - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeldritchcrab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycultistcleric - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycultistcleric { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygiantbrainyzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygiantbrainyzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintaclesmall - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintaclesmall { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintseed - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintseed { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeldritchguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeldritchguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintaclegiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintaclegiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycultistportallesser - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycultistportallesser { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymindspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymindspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintseedprime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintseedprime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycultistleader - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycultistleader { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycultistknight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycultistknight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitythaumcraftgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitythaumcraftgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeldritchwarden - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeldritchwarden { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintswarm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintswarm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintacle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintacle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfirebat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfirebat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywisp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywisp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityturretcrossbow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityturretcrossbow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitythaumicslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitythaumicslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityturretcrossbowadvanced - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityturretcrossbowadvanced { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityeldritchgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityeldritchgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybrainyzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybrainyzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaintcrawler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaintcrawler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspellbat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspellbat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"thaumic additions: reconstructed" { - - ########################################################################################################## - # entitychester - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychester { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybluewolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybluewolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"thaumic augmentation" { - - ########################################################################################################## - # entityprimalwisp - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityprimalwisp { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaeldritchguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaeldritchguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaeldritchgolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaeldritchgolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytaeldritchwarden - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytaeldritchwarden { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityautocaster - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityautocaster { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycelestialobserver - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycelestialobserver { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityautocastereldritch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityautocastereldritch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityfocusshield { - B:Append_Baby_Name=true - S:Baby_Scale_Modifier=2.0 - S:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"thaumic gadgets" { - - entityobserver { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"the aether" { - - ########################################################################################################## - # entityslider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityslider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityaechorplant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityaechorplant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityaerwhale - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityaerwhale { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfireball - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfireball { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityphyg - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityphyg { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflyingcow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflyingcow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywhirlwind - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywhirlwind { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymoa - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymoa { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysentry - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysentry { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysheepuff - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysheepuff { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysunspirit - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysunspirit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitythunderball - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitythunderball { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzephyr - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzephyr { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfireminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfireminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymimic - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymimic { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityswet - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityswet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycockatrice - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycockatrice { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityminicloud - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityminicloud { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvalkyriequeen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvalkyriequeen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvalkyrie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvalkyrie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityiceyball - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityiceyball { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityaerbunny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityaerbunny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"the betweenlands" { - - ########################################################################################################## - # entitytriggeredsludgewalljet - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytriggeredsludgewalljet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygreebling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygreebling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytinywormeggsac - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytinywormeggsac { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymiresnail - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymiresnail { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspirittreefacelarge - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspirittreefacelarge { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragonfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragonfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityangler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityangler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysiltcrab - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysiltcrab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygecko - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygecko { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysplodeshroom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysplodeshroom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrootsprite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrootsprite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityemberlingshaman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityemberlingshaman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytarminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytarminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytermite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytermite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityemberlingwild - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityemberlingwild { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygianttoad - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygianttoad { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytamedspirittreeface - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytamedspirittreeface { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywalllivingroot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywalllivingroot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydarkdruid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydarkdruid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityswamphag - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityswamphag { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfrog - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfrog { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymiresnailegg - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymiresnailegg { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytarbeast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytarbeast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityleech - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityleech { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityashsprite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityashsprite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypeatmummy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypeatmummy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydreadfulmummy - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydreadfulmummy { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylurker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylurker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspirittreefacesmall - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspirittreefacesmall { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybouldersprite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybouldersprite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitylargesludgeworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitylargesludgeworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytinysludgeworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytinysludgeworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychiromaw - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychiromaw { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymovingspawnerhole - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymovingspawnerhole { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfortressbossspawner - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfortressbossspawner { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysporeling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysporeling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysludgeworm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysludgeworm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysludgemenace - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysludgemenace { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytinysludgewormhelper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytinysludgewormhelper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygascloud - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygascloud { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybarrishee - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybarrishee { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityblindcavefish { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybloodsnail - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybloodsnail { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytriggeredfallingblock - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytriggeredfallingblock { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityccgroundspawner - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityccgroundspawner { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfortressbossturret - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfortressbossturret { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymummyarm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymummyarm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfortressboss - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfortressboss { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysmollsludge - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysmollsludge { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywight - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywight { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycryptcrawler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycryptcrawler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfortressbossblockade - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfortressbossblockade { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshambler - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshambler { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysludge - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysludge { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityemberling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityemberling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypyrad - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypyrad { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywalllamprey - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywalllamprey { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfirefly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfirefly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityflamejet - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityflamejet { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypullerdragonfly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypullerdragonfly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychiromawhatchling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychiromawhatchling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypullerchiromaw - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypullerchiromaw { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywormgroundspawner - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywormgroundspawner { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypullerfirefly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypullerfirefly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychiromawmatriarch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychiromawmatriarch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychiromawtame - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychiromawtame { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychiromawgreeblingrider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychiromawgreeblingrider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityswarm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityswarm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystalker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystalker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjellyfishcave - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjellyfishcave { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityanadia - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityanadia { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityjellyfish - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityjellyfish { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityolm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityolm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymistbridge - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymistbridge { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybubblercrab - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybubblercrab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityfreshwaterurchin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityfreshwaterurchin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycavefish - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycavefish { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygreeblingcoracle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygreeblingcoracle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrocksnot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrocksnot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"the twilight forest" { - - ########################################################################################################## - # entitytftowergolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytftowergolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfkingspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfkingspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytftowerghast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytftowerghast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfarmoredgiant - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfarmoredgiant { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfmistwolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfmistwolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfredcap - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfredcap { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfhydra - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfhydra { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfrovingcube - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfrovingcube { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfpenguin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfpenguin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytflich - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytflich { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfredcapsapper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfredcapsapper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfsnowqueen - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfsnowqueen { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytflichminion - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytflichminion { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfyeti - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfyeti { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfmobilefirefly - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfmobilefirefly { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfblockgoblin - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfblockgoblin { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfgoblinknightlower - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfgoblinknightlower { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfminoshroom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfminoshroom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfknightphantom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfknightphantom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfurghast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfurghast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfharbingercube - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfharbingercube { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfbighorn - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfbighorn { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfminighast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfminighast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfmazeslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfmazeslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfskeletondruid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfskeletondruid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfhydrahead - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfhydrahead { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfadherent - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfadherent { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytffirebeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytffirebeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytficecrystal - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytficecrystal { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfmosquitoswarm - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfmosquitoswarm { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfbunny - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfbunny { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfminotaur - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfminotaur { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfboar - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfboar { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfwraith - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfwraith { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfrisingzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfrisingzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfloyalzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfloyalzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfgoblinknightupper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfgoblinknightupper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfswarmspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfswarmspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfyetialpha - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfyetialpha { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfpinchbeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfpinchbeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytficeexploder - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytficeexploder { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfgiantminer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfgiantminer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfdeathtome - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfdeathtome { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfhedgespider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfhedgespider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfraven - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfraven { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfdeer - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfdeer { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytficeshooter - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytficeshooter { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfslimebeetle - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfslimebeetle { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytftroll - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytftroll { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfsnowguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfsnowguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfnaga - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfnaga { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfboggard - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfboggard { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfwinterwolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfwinterwolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytftinybird - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytftinybird { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfhostilewolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfhostilewolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfquestram - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfquestram { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytftowertermite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytftowertermite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfcastleguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfcastleguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytftowerbroodling - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytftowerbroodling { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfkobold - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfkobold { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfhelmetcrab - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfhelmetcrab { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitytfsquirrel - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitytfsquirrel { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"thermal foundation" { - - ########################################################################################################## - # entityblitz - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblitz { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybasalz - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybasalz { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblizz - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblizz { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -"tinkers construct" { - - ########################################################################################################## - # entityblueslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblueslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -vanilla { - - ########################################################################################################## - # entityevoker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityevoker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityirongolem - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityirongolem { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=16.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityendermite - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityendermite { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeleton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeleton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityshulker - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityshulker { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvindicator - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvindicator { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywolf - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywolf { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycavespider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycavespider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysheep - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysheep { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypig - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypig { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydragon - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydragon { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywitch - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywitch { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysilverfish - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysilverfish { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypolarbear - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypolarbear { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvex - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvex { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitypigzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitypigzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitygiantzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitygiantzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityllama - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityllama { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityelderguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityelderguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityslime - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityslime { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=5.0 - S:Size_Modifier=2.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityghast - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityghast { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=7.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-20.0 - } - - ########################################################################################################## - # entityguardian - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityguardian { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityspider - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityspider { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityvillager - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityvillager { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymagmacube - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymagmacube { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=5.0 - S:Size_Modifier=2.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombiehorse - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombiehorse { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityenderman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityenderman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=15.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityparrot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityparrot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityillusionillager - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityillusionillager { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitydonkey - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitydonkey { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitycow - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycow { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitymooshroom - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymooshroom { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhorse - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhorse { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysquid - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysquid { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-17.0 - } - - ########################################################################################################## - # entitymule - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitymule { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombie - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombie { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywither - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywither { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=15.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=5.0 - } - - ########################################################################################################## - # entitycreeper - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitycreeper { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityocelot - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityocelot { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=25.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitybat - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitybat { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitychicken - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitychicken { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityrabbit - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityrabbit { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitysnowman - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitysnowman { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityzombievillager - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityzombievillager { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityskeletonhorse - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityskeletonhorse { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityhusk - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityhusk { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitywitherskeleton - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitywitherskeleton { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entitystray - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entitystray { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - ########################################################################################################## - # entityblaze - #--------------------------------------------------------------------------------------------------------# - # These settings are to help other modders and users to make custom mobs fit correctly in the preview window. - ########################################################################################################## - - entityblaze { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - entityplayersp { - B:Append_Baby_Name=true - S:Baby_Scale_Modifier=2.0 - S:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=20.0 - } - - entityarmorstand { - B:Append_Baby_Name=true - S:Baby_Scale_Modifier=2.0 - S:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - -zmonsters { - - "entitydormantchomper$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitykatakan$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entityarmoredarachas$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitytransformedbotchling$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitychomper$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitylycanrowoffspring$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entityhousebane$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitynekkerwarrior$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitybasilisk$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entityswamper$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entityfleder$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitylycanrow$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitybotchling$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entityhumanspider$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitygarkain$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitynekker$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entitystriga$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - - "entityekimarra$entitycustom" { - B:Append_Baby_Name=true - D:Baby_Scale_Modifier=2.0 - B:Disable_Mob=false - B:Ignore_This_Mob=false - S:Name= - S:Scale_Factor=22.0 - S:Size_Modifier=0.0 - S:X_Offset=0.0 - S:Y_Offset=-5.0 - } - -} - - diff --git a/config - Copy/DankNull.cfg b/config - Copy/DankNull.cfg deleted file mode 100644 index ac710230..00000000 --- a/config - Copy/DankNull.cfg +++ /dev/null @@ -1,44 +0,0 @@ -# Configuration file - -client { - # Call it a /dev/null in-game (Requested by TheMattaBase) [default: false] - B:CallItDevNull=false - - # Make items ultra shiny! [default: false] - B:SuperShine=false - - # When cycling selected item with /dank/null in-hand, should it try to only cycle blocks? [default: false] - B:onlyCycleBlocks=false - - # Show the /dank/null HUD overlay? [default: true] - B:showHUD=true -} - - -"server rules" { - # If true, you will be able to pipe items into the /dank/null Docking Station [default: true] - B:AllowDockInsertion=true - - # A semicolon separated list of items that are not allowed to be placed into the creative /dank/null - # Format: modid:name:meta (meta optional: modid:name is acceptable) - Example: minecraft:diamond;minecraft:coal:1 [default: ] - S:CreativeBlacklist= - - # A semicolon separated list of items that are allowed to be placed into the creative /dank/null - # Same format as Blacklist and whitelist superceeds blacklist. - # If whitelist is non-empty, then ONLY whitelisted items can be added to the Creative /dank/null [default: ] - S:CreativeWhitelist= - - # If set to true, then Ore Dictionary Mode will not be available (overrides Ore Dictionary White/Black lists) [default: false] - B:DisableOreDictMode=false - - # A semicolon separated list of Ore Dictionary entries (strings) which WILL NOT be allowed to be used with /dank/null's Ore Dictionary functionality. [default: itemSkull] - S:OreDictBlacklist=itemSkull; - dustDraconium - - # A semicolon separated list of Ore Dictionary entries (strings) which WILL BE allowed to be used with /dank/null's Ore Dictionary functionality. Whitelist superceeds blacklist. - # If whitelist is non-empty, then ONLY Ore Dictionary items matching the entries will - # be able to take advantage of /dank/null's Ore Dictionary functionality. [default: ] - S:OreDictWhitelist= -} - - diff --git a/config - Copy/DrawerFPS.cfg b/config - Copy/DrawerFPS.cfg deleted file mode 100644 index 296f2a7e..00000000 --- a/config - Copy/DrawerFPS.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # Range at which drawers should render their items. Default = 10 blocks - I:"Render Range"=10 -} - - diff --git a/config - Copy/EMC Gadgets.cfg b/config - Copy/EMC Gadgets.cfg deleted file mode 100644 index 50f2ab59..00000000 --- a/config - Copy/EMC Gadgets.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # This item is required when using EMC Gadget - S:"Key Item" < - projecte:item.pe_transmutation_tablet - projectex:arcane_tablet - > -} - - diff --git a/config - Copy/EffortlessBuilding.cfg b/config - Copy/EffortlessBuilding.cfg deleted file mode 100644 index b853ebc8..00000000 --- a/config - Copy/EffortlessBuilding.cfg +++ /dev/null @@ -1,80 +0,0 @@ -# Configuration file - -reach { - # Reach: how far away the player can place blocks using mirror/array etc. - # Enable the crafting of reach upgrades to increase reach. - # If disabled, reach is set to level 3 for survival players. - B:enableReachUpgrades=true - - # Maximum reach in creative - # Keep in mind that chunks need to be loaded to be able to place blocks inside. - I:maxReachCreative=200 - - # Maximum reach in survival without upgrades - # Reach upgrades are craftable consumables that permanently increase reach. - # Set to 0 to disable Effortless Building until the player has consumed a reach upgrade. - I:maxReachLevel0=20 - - # Maximum reach in survival with one upgrade - I:maxReachLevel1=50 - - # Maximum reach in survival with two upgrades - I:maxReachLevel2=100 - - # Maximum reach in survival with three upgrades - I:maxReachLevel3=200 -} - - -survivalbalancers { - # Allows a survival player to break blocks that are far away, in addition to placing blocks. - # Note: this allows insta-breaking of blocks in survival. - B:breakFar=false - - # Increases the time to mine a block when breaking multiple at once. - # Mining time depends on how many blocks, what type of blocks, and the percentage below. - # Example: breaking 1 dirt + 1 obsidian takes the time of breaking 1 dirt + 1 obsidian. - B:increasedMiningTime=true - - # How much the mining time of each additional block counts towards an increased mining time. - # A percentage between 0% and 100%, where 0% is the same as disabling it, - # and 100% takes as much time as breaking each block individually. - # The block in front of you always counts as 100%. - # Min: 0 - # Max: 200 - I:miningTimePercentage=50 - - # Determines what blocks can be replaced in survival. - # -1: only blocks that can be harvested by hand (default) - # 0: blocks that can be harvested with wooden or gold tools - # 1: blocks that can be harvested with stone tools - # 2: blocks that can be harvested with iron tools - # 3: blocks that can be harvested with diamond tools - # Min: -1 - # Max: 3 - I:quickReplaceMiningLevel=-1 - - # How many placements are remembered for the undo functionality. - I:undoStackSize=10 -} - - -visuals { - # Show a block preview if you have a block in hand on build mode NORMAL - B:alwaysShowBlockPreview=false - - # How long the dissolve effect takes when placing blocks. - # Default between 30 and 60 ticks, you can multiply that here. - # Recommended values: - # Snappy: 0.7 - # Relaxing: 1.5 - D:dissolveTimeMultiplier=1.0 - - # Switch to using the simple performance shader when placing more than this many blocks. - I:shaderTreshold=1500 - - # Use fancy shaders while placing blocks - B:useShaders=true -} - - diff --git a/config - Copy/ErebusEntityDimensions.cfg b/config - Copy/ErebusEntityDimensions.cfg deleted file mode 100644 index 13ed4943..00000000 --- a/config - Copy/ErebusEntityDimensions.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# entity.class=xOffset, yOffset, zOffset, scale -# Example: -# net.minecraft.entity.passive.EntityCow=0.5, 0.125, 0.5, 0.5 diff --git a/config - Copy/Fishs_Undead_Rising.cfg b/config - Copy/Fishs_Undead_Rising.cfg deleted file mode 100644 index 0d1fa1cc..00000000 --- a/config - Copy/Fishs_Undead_Rising.cfg +++ /dev/null @@ -1,686 +0,0 @@ -# Configuration file - -avaton { - # Avaton strength [1-1000] - D:"avaton attack"=5.0 - - # Maximum Avaton health [1-1000] - D:"avaton health"=30.0 - - # Set the spawn rate of Avaton [0-100] - I:"avaton spawn rate"=20 - - # Set the cooldown of summoning Weta [0-100] - I:"avaton summon cooldown"=8 - - # Set the max number of Weta summoned [0-100] - I:"avaton summon max"=16 - - # Set the number of Weta summoned per cast [0-100] - I:"avaton summon number"=2 -} - - -banshee { - # Banshee strength [1-1000] - D:"banshee attack"=7.0 - - # Maximum Banshee health [1-1000] - D:"banshee health"=34.0 - - # Set the height limit to X blocks above the ground for Banshees, 0 = Infinite [0-100] - I:"banshee height limit"=16 - - # Set the effect radius of Banshee scream [1-1000] - D:"banshee scream radius"=3.0 - - # Set the spawn rate of Banshee [0-100] - I:"banshee spawn rate"=20 -} - - -cactoid { - # Cactoid strength [1-1000] - D:"cactoid attack"=4.0 - - # Maximum Cactoid health [1-1000] - D:"cactoid health"=20.0 - - # Set the spawn rate of Cactoid [0-10000] - I:"cactoid spawn rate"=10 -} - - -cactyrant { - # Cactyrant strength [1-1000] - D:"cactyrant attack"=8.0 - - # Maximum Cactyrant health [1-1000] - D:"cactyrant health"=60.0 - - # Set the spawn rate of Cactyrant [0-10000] - I:"cactyrant spawn rate"=8 - - # Set the cooldown of thorn barrage [0-100] - I:"cactyrant summon cooldown"=3 -} - - -enigmoth { - # Enigmoth strength [1-1000] - D:"enigmoth attack"=8.0 - - # Maximum Enigmoth health [1-1000] - D:"enigmoth health"=60.0 - - # Set the height limit to X blocks above the ground for Enigmoths, 0 = Infinite [0-100] - I:"enigmoth height limit"=16 - - # Should Enigmoths spawn at the middle end island where the dragon is located [false/true] - B:"enigmoth middle end island spawn"=false - - # Set the spawn rate of Enigmoth [0-10000] - I:"enigmoth spawn rate"=1 - - # Set the cooldown of spreading scales [0-100] - I:"enigmoth spell cooldown"=0 - - # Set the cooldown of spreading scales when mounted [0-100] - I:"mounted enigmoth spell cooldown"=6 -} - - -"enigmoth caterpillar" { - # Enigmoth Caterpillar strength [1-1000] - D:"enigmoth caterpillar attack"=2.0 - - # Maximum Enigmoth Caterpillar health [1-1000] - D:"enigmoth caterpillar health"=12.0 - - # Should Enigmoth Caterpillars spawn at the middle end island where the dragon is located [false/true] - B:"enigmoth caterpillar middle end island spawn"=false - - # You can pick up Enigmoth Caterpillars by right clicking them with an empty main hand while sneaking [false/true] - B:"enigmoth caterpillar pickup"=false - - # Set the spawn rate of Enigmoth Caterpillar [0-10000] - I:"enigmoth caterpillar spawn rate"=0 - - # Set the cooldown of vanishing [0-100] - I:"enigmoth caterpillar spell cooldown"=6 -} - - -foglet { - # Foglet strength [1-1000] - D:"foglet attack"=2.0 - - # Should Foglet call reinforcement when attacking [false/true] - B:"foglet call reinforcement"=true - - # Maximum Foglet health [1-1000] - D:"foglet health"=16.0 - - # Set the spawn rate of Foglet [0-10000] - I:"foglet spawn rate"=20 -} - - -forsaken { - # Forsaken strength [1-1000] - D:"forsaken attack"=4.0 - - # Maximum Forsaken health [1-1000] - D:"forsaken health"=30.0 - - # Set the spawn rate of Forsaken [0-10000] - I:"forsaken spawn rate"=10 -} - - -frigid { - # Frigid strength [1-1000] - D:"frigid attack"=3.0 - - # Maximum Frigid health [1-1000] - D:"frigid health"=20.0 - - # Set the spawn rate of Frigid [0-10000] - I:"frigid spawn rate"=20 -} - - -general { - # Allow Molten Hammer active effect to hit players [false/true] - B:"allow molten hammer pvp"=false - - # BlackBanlist for items that Golden Heart are 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] - I:"bonesword bonus damage"=5 - - # Set the bonus damage cap of Bone Sword [0-10000] - I:"bonesword bonus damage cap"=300 - - # Set the drop rate of Acidic Heart [0-100] - I:"boneworm drop heart"=10 - - # All bowl food items from the mod will stack up to 64. [false/true] - B:"bowls stack"=true - - # Cemetery are only allowed to spawn in these dimensions' IDs - I:"cemetery spawn allow dimensions" < - 0 - > - - # Spawn rate of Cemetery (higher number = less frequent) [1-10000] - I:"cemetery spawn rate"=500 - - # Cemetery spawns Unburied occasionally. [0-100] - I:"cemetery spawns unburied"=40 - - # Spawn rate of Desert Tomb (higher number = less frequent) [0-10000] - I:"desert tomb spawn rate"=750 - - # Set the duribility of Dreamcatcher, 0 = Infinite [0-10000] - I:"dreamcatcher duribility"=80 - - # Set the drop rate of Undying Heart [0-100] - I:"drop heart"=10 - - # Set the drop rate of Poisonous Spore [0-100] - I:"drop poisonous spore"=2 - - # Adding new brewing recipe (existing property will be preserved). [false/true] - B:"enable brewing recipe"=true - - # Adding new enchantment (existing property will be preserved). [false/true] - B:"enable enchantment"=true - - # Set the drop rate of Intestine [0-100] - I:"entity drop intestine"=4 - - # Allow Potion of Fission to be used on entites from other mods [false/true] - B:"fission potion works on entities from other mods"=false - I:"flying height limit"=16 - - # Generate Cemetery in the Overworld. [false/true] - B:"generate cemetery"=true - - # Generate Desert Tomb in the Overworld. [false/true] - B:"generate desert tomb"=true - - # Set the duribility of Golden Heart, 0 = Infinite [0-10000] - I:"golden heart duribility"=250 - - # Enables the Regeneration effect of the Golden Heart. [false/true] - B:"golden heart grants regeneration"=true - - # Allow the Golden Heart to repair worn equipment. [false/true] - B:"golden heart repairs equipment"=true - - # Set the bonus damage of Halo Necklace to X% [0-10000] - I:"halo necklace bonus damage"=10 - - # Customize Items and their drop rates for the Intestine. Ex. "minecraft:slime_ball,0.4" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:slime_ball,0.4], [minecraft:dye,0.4,15], [mod_lavacow:sharptooth,0.1], [minecraft:beetroot_seeds,0.1], [minecraft:wheat_seeds,0.1], [minecraft:melon_seeds,0.1], [minecraft:pumpkin_seeds,0.1], [minecraft:clay_ball,0.1], [mod_lavacow:chitin,0.1], [minecraft:gold_nugget,0.05], [minecraft:iron_nugget,0.05], [minecraft:diamond,0.01]] - S:"loot table for intestine" < - minecraft:slime_ball,0.4 - minecraft:dye,0.4,15 - mod_lavacow:sharptooth,0.1 - minecraft:beetroot_seeds,0.1 - minecraft:wheat_seeds,0.1 - minecraft:melon_seeds,0.1 - minecraft:pumpkin_seeds,0.1 - minecraft:clay_ball,0.1 - mod_lavacow:chitin,0.1 - minecraft:gold_nugget,0.05 - minecraft:iron_nugget,0.05 - minecraft:diamond,0.01 - aoa3:runium_chunk,0.1 - aoa3:holly_top_seeds,0.1 - contenttweaker:golem_core,0.1 - draconicevolution:dragon_heart,0.01 - minecraft:nether_star,0.01 - contenttweaker:dragon_egg_omelette,0.1 - > - - # 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" < - 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 - > - - # Customize drop rates of the items which seagulls can find. Ex. "minecraft:fish@3,0.4,2" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:fish@0,0.15], [minecraft:fish@2,0.15]] - S:"loot table for seagulls" < - minecraft:fish@0,0.15 - minecraft:fish@2,0.15 - > - - # Customize drop rates of the items which spectral ravens can find. Ex. "minecraft:fish@3,0.4,2" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:gold_nugget,0.15,3], [minecraft:iron_nugget,0.15,3]] - S:"loot table for spectral ravens" < - minecraft:gold_nugget,0.15,3 - minecraft:iron_nugget,0.15,3 - > - - # Ability cooldown of Midnight Mourne [1-10000] - I:"midnight mourne cooldown"=60 - - # All mobs are only allowed to spawn in these dimensions' IDs - I:"mob spawn allow dimensions" < - 0 - -1 - 1 - > - - # Customize the banlist for which mobs that intestines shouldn't drop from. Ex. "minecraft:slime" or "mod_lavacow:vespa" [default: [minecraft:blaze], [minecraft:slime], [minecraft:magma_cube], [minecraft:ender_dragon], [minecraft:wither], [minecraft:skeleton], [minecraft:stray], [minecraft:chicken], [minecraft:squid], [minecraft:snow_golem], [minecraft:iron_golem], [minecraft:skeleton_horse], [minecraft:enderman], [minecraft:silverfish], [minecraft:endermite], [minecraft:shulker], [mod_lavacow:sludgelord], [mod_lavacow:lilsludge], [mod_lavacow:scarecrow], [mod_lavacow:parasite], [mod_lavacow:ghostray], [mod_lavacow:banshee], [mod_lavacow:avaton], [mod_lavacow:forsaken], [mod_lavacow:skeletonking], [mod_lavacow:cactoid], [mod_lavacow:cactyrant]] - S:"mobs that intestine should not drop from" < - minecraft:blaze - minecraft:slime - minecraft:skeleton - > - - # Set the fire damage reduction of Molten Heart to X% [0-10000] - I:"molten heart damage reduction"=20 - - # Ability cooldown of "Pestilence" [1-10000] - I:"pestilence cooldown"=60 - - # Should Piranha and Swarmer attack innocent animals [false/true] - B:"piranha attacks animals"=true - - # Add additional content that works with Quark. [false/true] - B:"quark compatibility"=true - - # Customize the Spawn list for the Dreamcatcher. Ex. "mod_lavacow:foglet,40,1,2" or "mod_lavacow:vespa,20,1,1" [default: [mod_lavacow:foglet,40,1,2], [mod_lavacow:undeadswine,20,1,1], [mod_lavacow:ithaqua,20,1,1], [mod_lavacow:sludgelord,20,1,1], [mod_lavacow:vespa,20,1,1], [mod_lavacow:scarecrow,20,1,1], [mod_lavacow:boneworm,20,1,1], [mod_lavacow:pingu,40,4,8], [mod_lavacow:undertaker,20,1,1], [mod_lavacow:banshee,20,1,1], [mod_lavacow:avaton,20,1,1]] - S:"spawn list for dreamcatcher" < - mod_lavacow:foglet,40,1,2 - mod_lavacow:undeadswine,20,1,1 - mod_lavacow:ithaqua,20,1,1 - mod_lavacow:sludgelord,20,1,1 - mod_lavacow:vespa,20,1,1 - mod_lavacow:scarecrow,20,1,1 - mod_lavacow:boneworm,20,1,1 - mod_lavacow:pingu,40,4,8 - mod_lavacow:undertaker,20,1,1 - mod_lavacow:banshee,20,1,1 - mod_lavacow:avaton,20,1,1 - > - - # Entities summoned by other mobs die when their summoner dies. [false/true] - B:"suicidal minion"=true - - # Mobs in this mod will not burn under daylight. [false/true] - B:"sunscreen mode"=false - - # Adding new materials to Tinkers Construct. [false/true] - B:"tinkers compatibility"=true -} - - -"ghost ray" { - # Set the spawn rate of Ghost Ray in the End dimension [0-100] - I:"ghost ray end dimension spawn rate"=4 - - # Maximum Ghost Ray health [1-1000] - D:"ghost ray health"=20.0 - - # Set the height limit to X blocks above the ground for Ghost Rays, 0 = Infinite [0-100] - I:"ghost ray height limit"=48 - - # Should Ghost Rays spawn at the middle end island where the dragon is located [false/true] - B:"ghost ray middle end island spawn"=false - - # Set the spawn rate of Ghost Ray [0-100] - I:"ghost ray spawn rate"=0 -} - - -glowshroom { - # Generate Glowshroom in the overworld [false/true] - B:"glowshroom generation"=true - - # Set the spawn rate of Glowshroom [0-100] - I:"glowshroom spawn rate"=20 - - # Set the spread rate of Glowshroom [0-100] - I:"glowshroom spread rate"=100 -} - - -ithaqua { - # Ithaqua strength [1-1000] - D:"ithaqua attack"=8.0 - - # Should Ithaqua attack innocent animals [false/true] - B:"ithaqua attacks animals"=true - - # Maximum Ithaqua health [1-1000] - D:"ithaqua health"=60.0 - - # Set the spawn rate of Ithaqua [0-10000] - I:"ithaqua spawn rate"=15 -} - - -"lil'sludge" { - # Lil'Sludge strength [1-1000] - D:"lil'sludge attack"=3.0 - - # Maximum Lil'Sludge health [1-1000] - D:"lil'sludge health"=20.0 - - # Lil'Sludge lifespan [1-10000] - I:"lil'sludge lifespan"=60 -} - - -mimicrab { - # Mimicrab strength [1-1000] - D:"mimicrab attack"=8.0 - - # Maximum Mimicrab health [1-1000] - D:"mimicrab health"=30.0 - - # Set the spawn rate of Mimicrab [0-10000] - I:"mimicrab spawn rate"=0 - - # Set the spawn rate of Mimicrab near player death [0-1000] - I:"mimicrab spawn rate near player death"=0 -} - - -moogma { - # Maximum Moogma health [1-1000] - D:"moogma health"=10.0 - - # Should lava buckets be obtainable from Moogma [false/true] - B:"moogma lava source"=true - - # Set the spawn rate of Moogma [0-10000] - I:"moogma spawn rate"=0 -} - - -mummy { - # Mummy strength [1-1000] - D:"mummy attack"=4.0 - - # Maximum Mummy health [1-1000] - D:"mummy health"=24.0 - - # Set the spawn rate of Mummy [0-10000] - I:"mummy spawn rate"=100 -} - - -mycosis { - # Mycosis strength [1-1000] - D:"mycosis attack"=3.0 - - # Maximum Mycosis health [1-1000] - D:"mycosis health"=20.0 - - # Set the spawn rate of Mycosis [0-10000] - I:"mycosis spawn rate"=40 -} - - -osvermis { - # OsVermis strength [1-1000] - D:"boneworm attack"=8.0 - - # Maximum OsVermis health [1-1000] - D:"boneworm health"=200.0 - - # Set the spawn rate of OsVermis [0-100] - I:"boneworm spawn rate"=20 -} - - -parasite { - # Allow Parasite to spawn from listed mob. Ex. "minecraft:zombie" or "mod_lavacow:zombiefrozen" [default: [minecraft:zombie], [minecraft:husk], [mod_lavacow:zombiefrozen], [mod_lavacow:zombiemushroom], [mod_lavacow:unburied], [mod_lavacow:mummy]] - S:"available host for parasite" < - minecraft:zombie - minecraft:husk - mod_lavacow:zombiefrozen - mod_lavacow:zombiemushroom - mod_lavacow:unburied - mod_lavacow:mummy - > - - # Parasite strength [1-1000] - D:"parasite attack"=1.0 - - # Parasite will attack their target by attaching on them [false/true] - B:"parasite attacks by attaching onto target"=true - - # Should Parasite attack ALL livings [false/true] - B:"parasite attacks everything"=false - - # Rate of spawning Parasite when destroying sand blocks in the desert [0-100] - I:"parasite from sand blocks"=2 - - # Maximum Parasite health [1-1000] - D:"parasite health"=6.0 - - # The amount of seconds before Parasites naturally die or form into cocoons - I:"parasite lifespan"=16 - - # You can pick up Parasites by right clicking them with an empty main hand while sneaking [false/true] - B:"parasite pickup"=true - - # Set the spawn rate of Parasite [0-100] - I:"parasite spawn rate"=10 -} - - -penghoul { - # Penghoul strength [1-1000] - D:"penghoul attack"=3.0 - - # Should Penghoul drop extra shattered ice while their ice armor is breaking [false/true] - B:"penghoul extra ice"=false - - # Maximum Penghoul health [1-1000] - D:"penghoul health"=10.0 - - # Set the spawn rate of Penghoul [0-100] - I:"penghoul spawn rate"=20 -} - - -piranha { - # Piranha strength [1-1000] - D:"piranha attack"=1.0 - - # Maximum Piranha health [1-1000] - D:"piranha health"=3.0 - - # Set the spawn rate of Piranha [0-100] - I:"piranha spawn rate"=80 -} - - -ptera { - # Ptera strength [1-1000] - D:"ptera attack"=3.0 - - # Maximum Ptera health [1-1000] - D:"ptera health"=10.0 - - # Set the height limit to X blocks above the ground for Pteras, 0 = Infinite [0-100] - I:"ptera height limit"=16 - - # Set the spawn rate of Ptera [0-10000] - I:"ptera spawn rate"=0 -} - - -raven { - # Maximum Raven health [1-1000] - D:"raven health"=6.0 - - # Should tamed Raven perch on owner's head [false/true] - B:"raven perching"=true - - # Should perching Raven slow down owner's falling speed [false/true] - B:"raven slow down falling"=true - - # Set the spawn rate of Raven [0-10000] - I:"raven spawn rate"=0 -} - - -salamander { - # Salamander strength [1-1000] - D:"salamander attack"=8.0 - - # Maximum Salamander health [1-1000] - D:"salamander health"=300.0 - - # Set the spawn rate of Salamander [0-10000] - I:"salamander spawn rate"=30 -} - - -scarecrow { - # Set the spawn rate of Plague Doctor Scarecrow when a Raven was killed. [0-100] - I:"plague doctor scarecrow spawn rate"=30 - - # Scarecrow strength [1-1000] - D:"scarecrow attack"=8.0 - - # Maximum Scarecrow health [1-1000] - D:"scarecrow health"=90.0 - - # Set the spawn rate of Scarecrow [0-100] - I:"scarecrow spawn rate"=15 -} - - -"skeleton king" { - # Skeleton King strength [1-1000] - D:"skeleton king attack"=16.0 - - # Maximum Skeleton King health [1-1000] - D:"skeleton king health"=360.0 - - # Should Skeleton King drop its loots inside a chest [false/true] - B:"skeleton king loot in chest"=true - - # Should Skeleton King be summoned with the crown [false/true] - B:"skeleton king summon"=true -} - - -"sludge lord" { - # Sludge Lord strength [1-1000] - D:"sludge lord attack"=10.0 - - # Maximum Sludge Lord health [1-1000] - D:"sludge lord health"=400.0 - - # Set the spawn rate of Sludge Lord [0-10000] - I:"sludge lord spawn rate"=15 - - # Set the cooldown of summoning Lil'Sludge [0-100] - I:"sludge lord summon cooldown"=17 - - # Set the max number of Lil'Sludge summoned [0-100] - I:"sludge lord summon max"=8 - - # Set the number of Lil'Sludge summoned per cast [0-100] - I:"sludge lord summon number"=3 -} - - -swarmer { - # Swarmer strength [1-1000] - D:"swarmer attack"=1.0 - - # Maximum Swarmer health [1-1000] - D:"swarmer health"=8.0 - - # Set the spawn rate of Swarmer [0-100] - I:"swarmer spawn rate"=40 -} - - -unburied { - # Unburied strength [1-1000] - D:"unburied attack"=3.0 - - # Maximum Unburied health [1-1000] - D:"unburied health"=20.0 - - # Unburied lifespan [1-10000] - I:"unburied lifespan"=20 -} - - -"undead swine" { - # Undead Swine strength [1-1000] - D:"undeadswine attack"=4.0 - - # Maximum Undead Swine health [1-1000] - D:"undeadswine health"=50.0 - - # Set the spawn rate of Undead swine [0-10000] - I:"undeadswine spawn rate"=15 -} - - -undertaker { - # Undertaker strength [1-1000] - D:"undertaker attack"=6.0 - - # Maximum Undertaker health [1-1000] - D:"undertaker health"=40.0 - - # Set the spawn rate of Undertaker [0-100] - I:"undertaker spawn rate"=8 - - # Set the cooldown of summoning Unburied [0-100] - I:"undertaker summon cooldown"=15 - - # Set the max number of Unburied summoned [0-100] - I:"undertaker summon max"=4 - - # Set the number of Unburied summoned per cast [0-100] - I:"undertaker summon number"=4 -} - - -vespa { - # Vespa strength [1-1000] - D:"vespa attack"=5.0 - - # Maximum Vespa health [1-1000] - D:"vespa health"=20.0 - - # Set the height limit to X blocks above the ground for Vespas, 0 = Infinite [0-100] - I:"vespa height limit"=16 - - # Set the spawn rate of Vespa [0-100] - I:"vespa spawn rate"=20 -} - - -weta { - # Weta strength [1-1000] - D:"weta attack"=1.0 - - # Maximum Weta health [1-1000] - D:"weta health"=12.0 - - # Set the spawn rate of Weta [0-100] - I:"weta spawn rate"=30 -} - - diff --git a/config - Copy/IntegrationForegoing.cfg b/config - Copy/IntegrationForegoing.cfg deleted file mode 100644 index d791676b..00000000 --- a/config - Copy/IntegrationForegoing.cfg +++ /dev/null @@ -1,87 +0,0 @@ -# Configuration file - -integrationforegoing { - - integrations { - B:actuallyAdditions=true - B:adventOfAscension=true - B:ae2=true - B:agriCraft=true - B:astralSorcery=true - B:bewitchment=true - B:biomesoPlenty=true - B:botania=true - B:climaticBiomes=true - B:craftTweaker=true - B:cyclic=true - B:enderIO=true - B:evilcraft=true - B:exNihiloCreatio=true - B:extraUtils2=true - B:forestry=true - B:harvestCraft=true - B:immersiveEngineering=true - B:immersivePetroleum=true - B:matterOverdrive=true - B:mysticalAgradditions=true - B:mysticalAgriculture=true - B:natura=true - B:nuclearCraft=true - B:oreShrubs=true - B:oreberries=true - B:randomThings=true - B:rftools=true - B:rustic=true - B:silentsGems=true - B:simpleCorn=true - B:tconstruct=true - B:thaumcraft=true - B:thermalFoundation=true - } - - misc { - - thermalfoundation { - # This number determines the teleportation range for drinking Resonant Ender. - # Range calculation method: - # Player's X / Z position - (this number clamped between 8 and 65536) + (this number clamped between 8 and 65536) * 2 - # Min: 64 - # Max: 65536 - I:strawEnderRange=16384 - } - - immersiveengineering { - # If true, both top and bottom blocks of Industrial Hemp gets harvested by the Plant Recollector. - # Set to false if you only want the top block to be harvested. - B:hempHarvestBothBlocks=false - - gardencloche { - # If true, allows Fertilizer from Industrial Foregoing to be used in Garden Cloche. - B:allowFertilizer=true - - # Set the growth multiplier for Fertilizer from Industrial Foregoing in Garden Cloche. - D:fertilizerGrowthMultiplier=1.5 - } - - } - - natura { - # If true, replant is needed for Natura crops, otherwise Plant Gatherer won't remove the crops. - B:naturaCropsReplant=false - } - - rustic { - # If true, replant is needed for Rustic herbs, otherwise Plant Gatherer won't remove the herbs. - B:rusticHerbsReplant=false - } - - randomthings { - # If true, replant is needed for Random Things lotus crops, otherwise Plant Gatherer won't remove the crops. - B:randomThingsLotusReplant=false - } - - } - -} - - diff --git a/config - Copy/InvTweaks.cfg b/config - Copy/InvTweaks.cfg deleted file mode 100644 index 049fa1dc..00000000 --- a/config - Copy/InvTweaks.cfg +++ /dev/null @@ -1,22 +0,0 @@ -#Inventory Tweaks Configuration -#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) -#Tue Oct 22 14:31:51 PDT 2024 -enableMiddleClick=true -showChestButtons=true -enableSortingOnPickup=false -enableAutoRefill=true -autoRefillBeforeBreak=false -autoRefillDamageThreshhold=5 -enableSounds=true -enableShortcuts=true -enableAutoEquipArmor=false -enableServerItemSwap=true -enableConfigLoadedMesssage=false -invertToolDamageSorting=true -shortcutKeyAllItems=LCONTROL+LSHIFT, RCONTROL+RSHIFT -shortcutKeyEverything=SPACE -shortcutKeyOneItem=LCONTROL, RCONTROL -shortcutKeyToUpperSection=UP -shortcutKeyToLowerSection=DOWN -shortcutKeyDrop=LALT, RALT -version=1.63+release.109.220f184 diff --git a/config - Copy/InvTweaksRules.txt b/config - Copy/InvTweaksRules.txt deleted file mode 100644 index 7512ef0b..00000000 --- a/config - Copy/InvTweaksRules.txt +++ /dev/null @@ -1,33 +0,0 @@ -|=================================================================| -| INVENTORY TWEAKS Mod - https://inventory-tweaks.readthedocs.org | -| Sorting rules and general configuration | -|=================================================================| - -====== [ SETTINGS ] ====== - -D LOCKED - -======== [ GETTING STARTED ] ======== - -# SORTING RULES -# Each line you type is a new constraint you add for sorting your inventory. -# After any change, just press the sorting key to reload the settings. Some examples: -# * "D1 sword" puts any sword in row D, column 1 (see grid below) -# * "A edibleFood" fills the A row with food -# * "1 ironPickaxe" fills the 1 column with an iron pickaxe -# * "A1-C4 blocks" fills the rectangle with any blocks -# * "D LOCKED" avoids items from the hotbar to move out of it when sorting - -# INVENTORY GRID -# 1 2 3 4 5 6 7 8 9 -# A [A1][A2][A3][A4][A5][A6][A7][A8][A9] -# B [B1][B2][B3][B4][B5][B6][B7][B8][B9] -# C [C1][C2][C3][C4][C5][C6][C7][C8][C9] -# -# D [D1][D2][D3][D4][D5][D6][D7][D8][D9] - -# AVAILABLE KEYWORDS -# Open the 'InvTweaksTree.txt' file for a list of available keywords. If an item -# is missing from the item tree (for example mod items), you can add it there. - -# ItemFavorites Config (Warning! Everything past this line will be deleted!) -> diff --git a/config - Copy/InvTweaksTree.txt b/config - Copy/InvTweaksTree.txt deleted file mode 100644 index a4881cc5..00000000 --- a/config - Copy/InvTweaksTree.txt +++ /dev/null @@ -1,1196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config - Copy/ItemBlacklist.json b/config - Copy/ItemBlacklist.json deleted file mode 100644 index da1def0c..00000000 --- a/config - Copy/ItemBlacklist.json +++ /dev/null @@ -1,682 +0,0 @@ -{ - "807": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "623": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "183": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "805": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "184": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "cyclicmagic:chest_sack_empty", - "damage": "*" - }, - { - "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": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "818": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "821": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "165": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "814": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "53": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "166": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "423": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "170": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "171": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "172": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "173": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "802": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "1": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - } - ], - "146": [ - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - } - ], - "426": [ - { - "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": "*" - } - ], - "-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": "*" - } - ], - "163": [ - { - "item": "extrautils2:terraformer", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "151": [ - { - "item": "extrautils2:terraformer", - "damage": "*" - } - ], - "111": [ - { - "item": "twilightforest:charm_of_life_1", - "damage": "*" - }, - { - "item": "twilightforest:charm_of_life_2", - "damage": "*" - }, - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "4": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "425": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "50": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "51": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "52": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "180": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "181": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "182": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "162": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ], - "164": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - } - ], - "624": [ - { - "item": "rftools:storage_scanner", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - }, - { - "item": "xreliquary:rod_of_lyssa", - "damage": "*" - }, - { - "item": "abyssalcraft:scroll", - "damage": "*" - }, - { - "item": "abyssalcraft:unique_scroll", - "damage": "*" - } - ], - "424": [ - { - "item": "draconicevolution:grinder", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_relocator", - "damage": "*" - }, - { - "item": "industrialforegoing:mob_slaughter_factory", - "damage": "*" - } - ] -} \ No newline at end of file diff --git a/config - Copy/Journey.cfg b/config - Copy/Journey.cfg deleted file mode 100644 index 73068948..00000000 --- a/config - Copy/Journey.cfg +++ /dev/null @@ -1,155 +0,0 @@ -# Configuration file - -common { - # If true, disables cave block glowing in the darkness. This can be set, if you are playing with shaders, so these blocks become very bright. - B:disableOverworldCaveBlockLuminance=false -} - - -dimension { - I:"Boiling Point ID"=22 - I:"Boiling Point biome ID"=62 - B:"Boiling Point blocks spawn smoke (More lag)"=true - I:"Cloudia ID"=26 - I:"Cloudia biome ID"=66 - I:"Corba ID"=24 - I:"Corba biome ID"=64 - I:"Depths ID"=21 - I:"Depths biome ID"=61 - I:"Euca ID"=20 - I:"Euca Silver biome ID"=60 - I:"Euca biome ID"=40 - I:"Frozen Lands ID"=23 - I:"Frozen Lands biome ID"=63 - B:"Keep loading Boiling Point"=false - B:"Keep loading Cloudia"=false - B:"Keep loading Corba"=false - B:"Keep loading Depths"=false - B:"Keep loading Euca"=false - B:"Keep loading Frozen Lands"=false - B:"Keep loading Senterian Labirynth"=false - B:"Keep loading Terrania"=false - B:"Keep loading Wastelands"=false - B:"Keep loading the Withanian Lands"=false - I:"Rarity for 'special' dimension biomes (The higher, the rarer)"=16 - I:"Senterian Labirynth ID"=29 - I:"Senterian Labirynth biome ID"=69 - I:"Terrania ID"=27 - I:"Terrania biome ID"=67 - I:"Wastelands ID"=25 - I:"Wastelands biome ID"=65 - I:"Withanian Lands ID"=30 -} - - -entity { - B:"Show the health bar above the entitys head?"=true - I:"The distance the player can see the mobs health"=10 -} - - -generation { - I:"Blacksmith House spawn rate (The higher, the rarer)"=40 - I:"Cave vine spawn rate (The lower, the rarer)"=55 - I:"Dungeon tower spawn rate (The higher, the rarer)"=10 - B:"Generate cave vines?"=true - B:"Generate glowshrooms?"=true - B:"Generate ruins?"=true - I:"Glowshroom spawn rate (The lower, the rarer)"=64 - I:"Mage House spawn rate (The higher, the rarer)"=40 - I:"Rockit dungeon spawn rate (The higher, the rarer)"=64 - I:"Ruins spawn rate (The higher, the rarer)"=256 - I:"Ultimate dungeon tower spawn rate (The higher, the rarer)"=20 -} - - -gui { - B:"Enable custom title screen?"=true - B:"Show Mana Bar?"=true -} - - -items { - B:"Swords spawn particles"=true -} - - -"loot pouches" { - B:"All living mobs can rarely drop loot pouches"=true - I:"Chance for living mobs to drop common loot pouches"=100 - I:"Chance for living mobs to drop diamond loot pouches"=200 - I:"Chance for living mobs to drop gold loot pouches"=150 -} - - -"maximum health" { - I:"Max health achievable with Sentry hearts:"=70 - I:"Max health achievable with normal battle hearts:"=60 -} - - -nether { - # The horizontal Nether biome size [range: 1 ~ 4096, default: 512] - I:BiomeSizeXZ=512 - - # The vertical Nether biome size [range: 1 ~ 4096, default: 32] - I:BiomeSizeY=32 - - # Enable second pass for smooth Nether terrain? [default: false] - B:SecondPass=false - - # Enable Nether biomes? [default: true] - B:biome_earthen=true - - # Enable Nether biomes? [default: true] - B:biome_empty_nether=true - - # Enable Nether biomes? [default: true] - B:biome_forest=true - - # Enable Nether biomes? [default: true] - B:biome_forest_edge=true - - # Enable Nether biomes? [default: true] - B:biome_heat_sands=true -} - - -"ore generation" { - I:"Ashual Ore Trys Per Chunk"=10 - I:"Ashual Ore Vein Max Amount"=7 - I:"Blazium Ore Trys Per Chunk"=10 - I:"Blazium Ore Vein Max Amount"=7 - I:"Celestium Ore Trys Per Chunk"=30 - I:"Celestium Ore Vein Max Amount"=10 - I:"Des Ore Trys Per Chunk"=25 - I:"Des Ore Vein Max Amount"=8 - I:"Flairium Ore Trys Per Chunk"=25 - I:"Flairium Ore Vein Max Amount"=8 - I:"Gorbite Ore Trys Per Chunk"=10 - I:"Gorbite Ore Vein Max Amount"=6 - I:"Iridium Ore Trys Per Chunk"=2 - I:"Iridium Ore Vein Max Amount"=4 - I:"Iridium Spawn Height"=16 - I:"Korite Ore Trys Per Chunk"=30 - I:"Korite Ore Vein Max Amount"=10 - I:"Lunite Ore Trys Per Chunk"=30 - I:"Lunite Ore Vein Max Amount"=40 - I:"Lunium Ore Trys Per Chunk"=2 - I:"Lunium Ore Vein Max Amount"=3 - I:"Lunium Spawn Height"=22 - I:"Mekyum Ore Trys Per Chunk"=30 - I:"Mekyum Ore Vein Max Amount"=10 - I:"Orbadite Ore Trys Per Chunk"=10 - I:"Orbadite Ore Vein Max Amount"=6 - I:"Sapphire Ore Trys Per Chunk"=2 - I:"Sapphire Ore Vein Max Amount"=3 - I:"Sapphire Spawn Height"=26 - I:"Shadium Ore Trys Per Chunk"=2 - I:"Shadium Ore Vein Max Amount"=3 - I:"Shadium Spawn Height"=13 - I:"Storon Ore Trys Per Chunk"=30 - I:"Storon Ore Vein Max Amount"=6 -} - - diff --git a/config - Copy/LLOverlayReloaded.cfg b/config - Copy/LLOverlayReloaded.cfg deleted file mode 100644 index 0dba6cb5..00000000 --- a/config - Copy/LLOverlayReloaded.cfg +++ /dev/null @@ -1,20 +0,0 @@ -# Configuration file - -general { - # The distance (in chunks) of rendering radius. (default: 3) - I:chunkRadius=3 - - # How to display numbers? (default: 0) - # 0 - Standard: Show green (safe) and red (spawnable) areas. - # 1 - Advanced: Show green (safe), red (always spawnable) and yellow (currently safe, but will be spawnable at night) areas. - # 2 - Minimal: Do not show green area. For other areas, use standard mode when not counting sky light, or advanced mode otherwise. - I:displayMode=0 - - # The update interval (in milliseconds) of light level. Farther chunks update less frequently. (default: 200) - I:pollingInterval=200 - - # If set to true, the sunlight/moonlight will be counted in light level. (default: false) - B:useSkyLight=false -} - - diff --git a/config - Copy/LagGoggles-client.cfg b/config - Copy/LagGoggles-client.cfg deleted file mode 100644 index 47ef40a0..00000000 --- a/config - Copy/LagGoggles-client.cfg +++ /dev/null @@ -1,27 +0,0 @@ -# Configuration file - -general { - # If you're colorblind, change this to fit your needs. - # Available options: - # - GREEN_TO_RED - # - BLUE_TO_RED - # - GREEN_TO_BLUE - # Valid values: - # GREEN_TO_RED - # BLUE_TO_RED - # GREEN_TO_BLUE - S:COLORS=GREEN_TO_RED - - # Define the number of microseconds at which an object is marked with a deep red colour for WORLD lag. - I:GRADIENT_MAXED_OUT_AT_MICROSECONDS=25 - - # Define the number of microseconds at which an object is marked with a deep red colour for FPS lag. - I:GRADIENT_MAXED_OUT_AT_NANOSECONDS_FPS=50000 - - # What is the minimum amount of microseconds required before an object is tracked in the client? - # This is only for WORLD lag. - # This also affects the analyze results window - I:MINIMUM_AMOUNT_OF_MICROSECONDS_THRESHOLD=1 -} - - diff --git a/config - Copy/LagGoggles-server.cfg b/config - Copy/LagGoggles-server.cfg deleted file mode 100644 index 9d9218c9..00000000 --- a/config - Copy/LagGoggles-server.cfg +++ /dev/null @@ -1,41 +0,0 @@ -# Configuration file - -general { - # Allow normal users to see event subscribers? - B:ALLOW_NON_OPS_TO_SEE_EVENT_SUBSCRIBERS=false - - # What is the maximum HORIZONTAL range in blocks normal users can get results for? - D:NON_OPS_MAX_HORIZONTAL_RANGE=50.0 - - # If normal users can start the profiler, what is the maximum time in seconds? - I:NON_OPS_MAX_PROFILE_TIME=20 - - # What is the maximum VERTICAL range in blocks normal users can get results for? - D:NON_OPS_MAX_VERTICAL_RANGE=20.0 - - # If normal users can start the profiler, what is the cool-down between requests in seconds? - I:NON_OPS_PROFILE_COOL_DOWN_SECONDS=120 - - # How often can normal users request the latest scan result in seconds? - I:NON_OPS_REQUEST_LAST_SCAN_DATA_TIMEOUT=30 - - # From where should we range-limit blocks vertically for normal users? - # This will override the MAX_VERTICAL_RANGE when the block is above this Y level - I:NON_OPS_WHITELIST_HEIGHT_ABOVE=64 - - # What's the permission level available to non-operators (Normal players)? - # Please note that this ONLY works on dedicated servers. If you're playing singleplayer or LAN, the FULL permission is used. - # Available permissions in ascending order are: - # 'NONE' No permissions are granted, all functionality is denied. - # 'GET' Allow getting the latest scan result, this will be stripped down to the player's surroundings - # 'START' Allow starting the profiler - # 'FULL' All permissions are granted, teleporting to entities, blocks - # Valid values: - # NONE - # GET - # START - # FULL - S:NON_OP_PERMISSION_LEVEL=START -} - - diff --git a/config - Copy/LogisticsPipes.cfg b/config - Copy/LogisticsPipes.cfg deleted file mode 100644 index 6bef2a0d..00000000 --- a/config - Copy/LogisticsPipes.cfg +++ /dev/null @@ -1,74 +0,0 @@ -# Configuration file - -async { - # Threshold for running asynchronous code. A lower value will make async calls with small networks where the impact is low. Low values might hurt performance - I:threshold=100 -} - - -general { - # The max. distance between a player and the HUD that get's shown in blocks. - I:HUDRenderDistance=15 - - # Render every LP pipe opaque. - B:OpaquePipes=false - - # The number of slots in a chassis pipe starting from MK1 to MK5. Because there are 5 tiers, there need to be 5 values (positive integers, zero is allowed). - I:chassisSlots < - 1 - 2 - 3 - 4 - 8 - > - - # Should LogisticsPipes check for updates? - B:checkForUpdates=true - - # The maximum number of buildcraft pipes (including forks) between logistics pipes. This is an indicator of the maximum amount of nodes the recursion algorithm will visit before giving up. As it is possible to fork a pipe connection using standard BC pipes the algorithm will attempt to discover all available destinations through that pipe. Do note that the logistics system will not interfere with the operation of non-logistics pipes. So a forked pipe will usually be sup-optimal, but it is possible. A low value might reduce CPU usage, a high value will be able to handle more complex pipe setups. If you never fork your connection between the logistics pipes this has the same meaning as detectionLength and the lower of the two will be used - I:detectionCount=100 - - # The maximum shortest length between logistics pipes. This is an indicator on the maxim depth of the recursion algorithm to discover logistics neighbours. A low value might use less CPU, a high value will allow longer pipe sections - I:detectionLength=50 - - # Set the default configuration for the popup of the Orderer Gui. Should it be used? - B:displayPopup=true - - # Do you fancy easter eggs? - B:easterEggs=true - - # Whether or not special particles will spawn. - B:enableParticleFX=true - - # Number of LPower units the Logistics Crafting Table uses per craft. - I:logisticsCraftingTablePowerUsage=250 - - # The max. distance between two robots when there is no zone defined. - I:maxRobotDistance=64 - - # Inverts the the mouse wheel scrolling for remote order number of items - B:ordererCountInvertWheel=false - - # Inverts the the mouse wheel scrolling for remote order pages - B:ordererPageInvertWheel=false - - # Disable the power usage trough LogisticsPipes - B:powerUsageDisabled=false - - # A Multiplyer for the power usage. - D:powerUsageMultiplyer=1.0 - - # The amount of time that passes between checks to see if it is still connected to its neighbours (Independently from block place detection). A low value will mean that it will correct wrong values faster but use more CPU. A high value means error correction takes longer, but CPU consumption is reduced. A value of 20 will check about every second (default 600 [30 seconds]) - I:reDetectionFrequency=600 -} - - -multithread { - # Number of routing table update Threads, 0 to disable. - I:count=4 - - # Priority of the multiThread Threads. 10 is highest, 5 normal, 1 lowest - I:priority=5 -} - - diff --git a/config - Copy/MoreOverlays.cfg b/config - Copy/MoreOverlays.cfg deleted file mode 100644 index 4d1f041f..00000000 --- a/config - Copy/MoreOverlays.cfg +++ /dev/null @@ -1,75 +0,0 @@ -# Configuration file - -########################################################################################################## -# chunkbounds -#--------------------------------------------------------------------------------------------------------# -# Settings for the chunk bounds overlay -########################################################################################################## - -chunkbounds { - # Show the middle of the current Chunk (yellow line) - B:middle=true - - # Radius (in Chunks) to show the edges (red line) - I:radius=1 -} - - -########################################################################################################## -# lightoverlay -#--------------------------------------------------------------------------------------------------------# -# Settings for the light / mobspawn overlay -########################################################################################################## - -lightoverlay { - # Range of the lightoverlay (negative Y) - I:downrange=16 - - # Range of the lightoverlay (Horizontal N,E,S,W) - I:hrange=16 - - # Ignore if there in no 2 Block space to spawn. (Less lag if true) - B:ignoreLayer=false - - # Ignore if mobs can actually spawn and just go by light value - B:ignoreSpawns=false - - # Minimum save light level where no mobs can spawn - I:saveLevel=8 - - # Range of the lightoverlay (positive Y) - I:uprange=4 -} - - -########################################################################################################## -# rendersettings -#--------------------------------------------------------------------------------------------------------# -# Settings for lines & colors -# Values: 0xRRGGBB (Hex) -########################################################################################################## - -rendersettings { - # Color for the chunk edge - I:chunk_edge_color=16711680 - - # Color for the chunk grid - I:chunk_grid_color=65280 - - # Line width for chunk boundaries - D:chunk_line_width=1.5 - - # Color for the middle chunk line - I:chunk_mid_color=16776960 - - # Color the X that marks "Spawns always possible" - I:spawn_always_color=16711680 - - # Line width for spawn indication - I:spawn_line_width=2 - - # Color the X that marks "Spawns at night possible" - I:spawn_night_color=16776960 -} - - diff --git a/config - Copy/MrTJPCore.cfg b/config - Copy/MrTJPCore.cfg deleted file mode 100644 index 28860b9f..00000000 --- a/config - Copy/MrTJPCore.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# General settings for MrTJPCore -########################################################################################################## - -general { - # Flag to set if the update checker should consider unstable builds as a new version. - B:"Include Unstable"=false - - # Flag to enable or disable the update checker. - B:"Version Checking"=true -} - - -########################################################################################################## -# world gen -#--------------------------------------------------------------------------------------------------------# -# Settings related to world generation -########################################################################################################## - -"world gen" { - # The database ID that is used to store which chunks have been generated already. Changing this will cause generation to run again on the same chunk. - S:"RetroGen ID"=mrtjp_gen - - # Toggle to enable retrogeneration, a feature that would allow ores to be generated after the world has been created. - B:"Retroactive World Generation"=false -} - - diff --git a/config - Copy/NCEnvironmentalRads.cfg b/config - Copy/NCEnvironmentalRads.cfg deleted file mode 100644 index d5cfcbce..00000000 --- a/config - Copy/NCEnvironmentalRads.cfg +++ /dev/null @@ -1,1869 +0,0 @@ -# Configuration file - -general { - # Percentage of incoming radiation that a block will absorb per unit of hardness it has. - # Will be overridden by per-block settings. - D:"% absorption per hardness"=0.01 - - # If detailed debug logging outputs are enabled. Only use for bug reports and similar. - B:debug_output=false - - ########################################################################################################## - # block-specific - #--------------------------------------------------------------------------------------------------------# - # Block Settings. - ########################################################################################################## - - block-specific { - - ########################################################################################################## - # rad_absorption - #--------------------------------------------------------------------------------------------------------# - # Percentage of incoming radiation that a block will absorb. - # Any block not present here will have its value calculated automatically. - ########################################################################################################## - - rad_absorption { - } - - } - - ########################################################################################################## - # dimension-specific - #--------------------------------------------------------------------------------------------------------# - # Dimension-Specific Settings. - ########################################################################################################## - - dimension-specific { - - ########################################################################################################## - # environmental_radiation_enabled - #--------------------------------------------------------------------------------------------------------# - # If dimensions will have environmental radiation. - # If set to false, all other values will be ignored. - ########################################################################################################## - - environmental_radiation_enabled { - B:AetherI=false - B:"Deep Dark"=false - B:EREBUS=false - B:ExtraUtils2_Quarry_Dim=false - B:MINING_WORLD=false - B:Nether=false - B:Omothol=false - B:Spectre=false - B:"Storage Cell"=false - B:"The Abyssal Wasteland"=false - B:"The Dark Realm"=false - B:"The Dreadlands"=false - B:abyss=true - B:ancient_cavern=true - B:barathos=false - B:betweenlands=false - B:candyland=true - B:celeve=true - B:creeponia=false - B:crystevia=true - B:deeplands=false - B:"divinerpg:apalachia"=true - B:"divinerpg:arcana"=false - B:"divinerpg:eden"=false - B:"divinerpg:iceika"=false - B:"divinerpg:mortum"=true - B:"divinerpg:skythern"=true - B:"divinerpg:vethea"=false - B:"divinerpg:wildwood"=false - B:dungeon_pockets=false - B:dustopia=true - B:gardencia=true - B:greckon=true - B:haven=true - B:immortallis=true - B:iromine=true - B:lborean=true - B:lelyetia=false - B:limbo=false - B:lunalus=true - B:mysterium=true - B:nc_wasteland=false - B:overworld=false - B:precasia=false - B:private_pockets=false - B:public_pockets=false - B:runandor=true - B:shyrelands=true - B:tartarus=false - B:the_end=false - B:twilight_forest=false - B:vox_ponds=true - } - - ########################################################################################################## - # use_atmospheric_absorption - #--------------------------------------------------------------------------------------------------------# - # If dimensions will simulate the absorption of radiation by an atmosphere. - # If set to false, all atmospheric falloff settings will be ignored. - ########################################################################################################## - - use_atmospheric_absorption { - B:AetherI=false - B:"Deep Dark"=false - B:EREBUS=false - B:ExtraUtils2_Quarry_Dim=false - B:MINING_WORLD=false - B:Nether=false - B:Omothol=false - B:Spectre=false - B:"Storage Cell"=false - B:"The Abyssal Wasteland"=false - B:"The Dark Realm"=false - B:"The Dreadlands"=false - B:abyss=false - B:ancient_cavern=false - B:barathos=false - B:betweenlands=false - B:candyland=false - B:celeve=false - B:creeponia=false - B:crystevia=false - B:deeplands=false - B:"divinerpg:apalachia"=false - B:"divinerpg:arcana"=false - B:"divinerpg:eden"=false - B:"divinerpg:iceika"=false - B:"divinerpg:mortum"=false - B:"divinerpg:skythern"=false - B:"divinerpg:vethea"=false - B:"divinerpg:wildwood"=false - B:dungeon_pockets=false - B:dustopia=false - B:gardencia=false - B:greckon=false - B:haven=false - B:immortallis=false - B:iromine=false - B:lborean=false - B:lelyetia=false - B:limbo=false - B:lunalus=false - B:mysterium=false - B:nc_wasteland=false - B:overworld=false - B:precasia=false - B:private_pockets=false - B:public_pockets=false - B:runandor=false - B:shyrelands=false - B:tartarus=false - B:the_end=false - B:twilight_forest=false - B:vox_ponds=false - } - - ########################################################################################################## - # atmospheric_absorption_thickness - #--------------------------------------------------------------------------------------------------------# - # The thickness (in m) of airblocks needed to reduce environmental radiation to 0. - # Will be ignored if atmospheric absorption is disabled. - ########################################################################################################## - - atmospheric_absorption_thickness { - I:AetherI=255 - I:"Deep Dark"=255 - I:EREBUS=255 - I:ExtraUtils2_Quarry_Dim=255 - I:MINING_WORLD=255 - I:Nether=255 - I:Omothol=255 - I:Spectre=255 - I:"Storage Cell"=255 - I:"The Abyssal Wasteland"=255 - I:"The Dark Realm"=255 - I:"The Dreadlands"=255 - I:abyss=255 - I:ancient_cavern=255 - I:barathos=255 - I:betweenlands=255 - I:candyland=255 - I:celeve=255 - I:creeponia=255 - I:crystevia=255 - I:deeplands=255 - I:"divinerpg:apalachia"=255 - I:"divinerpg:arcana"=255 - I:"divinerpg:eden"=255 - I:"divinerpg:iceika"=255 - I:"divinerpg:mortum"=255 - I:"divinerpg:skythern"=255 - I:"divinerpg:vethea"=255 - I:"divinerpg:wildwood"=255 - I:dungeon_pockets=255 - I:dustopia=255 - I:gardencia=255 - I:greckon=255 - I:haven=255 - I:immortallis=255 - I:iromine=255 - I:lborean=255 - I:lelyetia=255 - I:limbo=255 - I:lunalus=255 - I:mysterium=255 - I:nc_wasteland=255 - I:overworld=255 - I:precasia=255 - I:private_pockets=255 - I:public_pockets=255 - I:runandor=255 - I:shyrelands=255 - I:tartarus=255 - I:the_end=255 - I:twilight_forest=255 - I:vox_ponds=255 - } - - ########################################################################################################## - # sky_radiation - #--------------------------------------------------------------------------------------------------------# - # If dimensions will simulate radiation originating from the sky. - # If set to false, all sky-related settings will be ignored. - ########################################################################################################## - - sky_radiation { - B:AetherI=false - B:"Deep Dark"=false - B:EREBUS=false - B:ExtraUtils2_Quarry_Dim=false - B:MINING_WORLD=false - B:Nether=false - B:Omothol=false - B:Spectre=false - B:"Storage Cell"=false - B:"The Abyssal Wasteland"=false - B:"The Dark Realm"=false - B:"The Dreadlands"=false - B:abyss=false - B:ancient_cavern=false - B:barathos=false - B:betweenlands=false - B:candyland=false - B:celeve=false - B:creeponia=false - B:crystevia=false - B:deeplands=false - B:"divinerpg:apalachia"=false - B:"divinerpg:arcana"=false - B:"divinerpg:eden"=false - B:"divinerpg:iceika"=false - B:"divinerpg:mortum"=false - B:"divinerpg:skythern"=false - B:"divinerpg:vethea"=false - B:"divinerpg:wildwood"=false - B:dungeon_pockets=false - B:dustopia=false - B:gardencia=false - B:greckon=false - B:haven=false - B:immortallis=false - B:iromine=false - B:lborean=false - B:lelyetia=false - B:limbo=false - B:lunalus=false - B:mysterium=false - B:nc_wasteland=false - B:overworld=false - B:precasia=false - B:private_pockets=false - B:public_pockets=false - B:runandor=false - B:shyrelands=false - B:tartarus=false - B:the_end=false - B:twilight_forest=false - B:vox_ponds=false - } - - ########################################################################################################## - # sky_max_rads - #--------------------------------------------------------------------------------------------------------# - # The maximum rads/t from the sky. - # ALWAYS used if atmospheric absorption is enabled, as part of the calculation for how much radiation air blocks absorb. - ########################################################################################################## - - sky_max_rads { - D:AetherI=0.0 - D:"Deep Dark"=0.0 - D:EREBUS=0.0 - D:ExtraUtils2_Quarry_Dim=0.0 - D:MINING_WORLD=0.0 - D:Nether=0.0 - D:Omothol=0.0 - D:Spectre=0.0 - D:"Storage Cell"=0.0 - D:"The Abyssal Wasteland"=0.0 - D:"The Dark Realm"=0.0 - D:"The Dreadlands"=0.0 - D:abyss=0.0 - D:ancient_cavern=0.0 - D:barathos=0.0 - D:betweenlands=0.0 - D:candyland=0.0 - D:celeve=0.0 - D:creeponia=0.0 - D:crystevia=0.0 - D:deeplands=0.0 - D:"divinerpg:apalachia"=0.0 - D:"divinerpg:arcana"=0.0 - D:"divinerpg:eden"=0.0 - D:"divinerpg:iceika"=0.0 - D:"divinerpg:mortum"=0.0 - D:"divinerpg:skythern"=0.0 - D:"divinerpg:vethea"=0.0 - D:"divinerpg:wildwood"=0.0 - D:dungeon_pockets=0.0 - D:dustopia=0.0 - D:gardencia=0.0 - D:greckon=0.0 - D:haven=0.0 - D:immortallis=0.0 - D:iromine=0.0 - D:lborean=0.0 - D:lelyetia=0.0 - D:limbo=0.0 - D:lunalus=0.0 - D:mysterium=0.0 - D:nc_wasteland=0.0 - D:overworld=0.0 - D:precasia=0.0 - D:private_pockets=0.0 - D:public_pockets=0.0 - D:runandor=0.0 - D:shyrelands=0.0 - D:tartarus=0.0 - D:the_end=0.0 - D:twilight_forest=0.0 - D:vox_ponds=0.0 - } - - ########################################################################################################## - # sky_origin_height - #--------------------------------------------------------------------------------------------------------# - # The height at which sky-sourced radiation is at its full value. - # Will be ignored if radiation from the sky is disabled. - ########################################################################################################## - - sky_origin_height { - I:AetherI=255 - I:"Deep Dark"=255 - I:EREBUS=255 - I:ExtraUtils2_Quarry_Dim=255 - I:MINING_WORLD=255 - I:Nether=255 - I:Omothol=255 - I:Spectre=255 - I:"Storage Cell"=255 - I:"The Abyssal Wasteland"=255 - I:"The Dark Realm"=255 - I:"The Dreadlands"=255 - I:abyss=255 - I:ancient_cavern=255 - I:barathos=255 - I:betweenlands=255 - I:candyland=255 - I:celeve=255 - I:creeponia=255 - I:crystevia=255 - I:deeplands=255 - I:"divinerpg:apalachia"=255 - I:"divinerpg:arcana"=255 - I:"divinerpg:eden"=255 - I:"divinerpg:iceika"=255 - I:"divinerpg:mortum"=255 - I:"divinerpg:skythern"=255 - I:"divinerpg:vethea"=255 - I:"divinerpg:wildwood"=255 - I:dungeon_pockets=255 - I:dustopia=255 - I:gardencia=255 - I:greckon=255 - I:haven=255 - I:immortallis=255 - I:iromine=255 - I:lborean=255 - I:lelyetia=255 - I:limbo=255 - I:lunalus=255 - I:mysterium=255 - I:nc_wasteland=255 - I:overworld=255 - I:precasia=255 - I:private_pockets=255 - I:public_pockets=255 - I:runandor=255 - I:shyrelands=255 - I:tartarus=255 - I:the_end=255 - I:twilight_forest=255 - I:vox_ponds=255 - } - - ########################################################################################################## - # bedrock_radiation - #--------------------------------------------------------------------------------------------------------# - # If dimensions will simulate radiation originating from the bedrock. - # If set to false, all bedrock-related settings will be ignored. - ########################################################################################################## - - bedrock_radiation { - B:AetherI=false - B:"Deep Dark"=false - B:EREBUS=false - B:ExtraUtils2_Quarry_Dim=false - B:MINING_WORLD=false - B:Nether=false - B:Omothol=false - B:Spectre=false - B:"Storage Cell"=false - B:"The Abyssal Wasteland"=false - B:"The Dark Realm"=false - B:"The Dreadlands"=false - B:abyss=false - B:ancient_cavern=false - B:barathos=false - B:betweenlands=false - B:candyland=false - B:celeve=false - B:creeponia=false - B:crystevia=false - B:deeplands=false - B:"divinerpg:apalachia"=false - B:"divinerpg:arcana"=false - B:"divinerpg:eden"=false - B:"divinerpg:iceika"=false - B:"divinerpg:mortum"=false - B:"divinerpg:skythern"=false - B:"divinerpg:vethea"=false - B:"divinerpg:wildwood"=false - B:dungeon_pockets=false - B:dustopia=false - B:gardencia=false - B:greckon=false - B:haven=false - B:immortallis=false - B:iromine=false - B:lborean=false - B:lelyetia=false - B:limbo=false - B:lunalus=false - B:mysterium=false - B:nc_wasteland=false - B:overworld=false - B:precasia=false - B:private_pockets=false - B:public_pockets=false - B:runandor=false - B:shyrelands=false - B:tartarus=false - B:the_end=false - B:twilight_forest=false - B:vox_ponds=false - } - - ########################################################################################################## - # bedrock_max_rads - #--------------------------------------------------------------------------------------------------------# - # The maximum rads/t from the bedrock. - # Will be ignored if radiation from the bedrock is disabled. - ########################################################################################################## - - bedrock_max_rads { - D:AetherI=0.0 - D:"Deep Dark"=0.0 - D:EREBUS=0.0 - D:ExtraUtils2_Quarry_Dim=0.0 - D:MINING_WORLD=0.0 - D:Nether=0.0 - D:Omothol=0.0 - D:Spectre=0.0 - D:"Storage Cell"=0.0 - D:"The Abyssal Wasteland"=0.0 - D:"The Dark Realm"=0.0 - D:"The Dreadlands"=0.0 - D:abyss=0.0 - D:ancient_cavern=0.0 - D:barathos=0.0 - D:betweenlands=0.0 - D:candyland=0.0 - D:celeve=0.0 - D:creeponia=0.0 - D:crystevia=0.0 - D:deeplands=0.0 - D:"divinerpg:apalachia"=0.0 - D:"divinerpg:arcana"=0.0 - D:"divinerpg:eden"=0.0 - D:"divinerpg:iceika"=0.0 - D:"divinerpg:mortum"=0.0 - D:"divinerpg:skythern"=0.0 - D:"divinerpg:vethea"=0.0 - D:"divinerpg:wildwood"=0.0 - D:dungeon_pockets=0.0 - D:dustopia=0.0 - D:gardencia=0.0 - D:greckon=0.0 - D:haven=0.0 - D:immortallis=0.0 - D:iromine=0.0 - D:lborean=0.0 - D:lelyetia=0.0 - D:limbo=0.0 - D:lunalus=0.0 - D:mysterium=0.0 - D:nc_wasteland=0.0 - D:overworld=0.0 - D:precasia=0.0 - D:private_pockets=0.0 - D:public_pockets=0.0 - D:runandor=0.0 - D:shyrelands=0.0 - D:tartarus=0.0 - D:the_end=0.0 - D:twilight_forest=0.0 - D:vox_ponds=0.0 - } - - ########################################################################################################## - # bedrock_origin_height - #--------------------------------------------------------------------------------------------------------# - # The height at which bedrock-sourced radiation is at its full value. - # Will be ignored if radiation from the bedrock is disabled. - ########################################################################################################## - - bedrock_origin_height { - I:AetherI=0 - I:"Deep Dark"=0 - I:EREBUS=0 - I:ExtraUtils2_Quarry_Dim=0 - I:MINING_WORLD=0 - I:Nether=0 - I:Omothol=0 - I:Spectre=0 - I:"Storage Cell"=0 - I:"The Abyssal Wasteland"=0 - I:"The Dark Realm"=0 - I:"The Dreadlands"=0 - I:abyss=0 - I:ancient_cavern=0 - I:barathos=0 - I:betweenlands=0 - I:candyland=0 - I:celeve=0 - I:creeponia=0 - I:crystevia=0 - I:deeplands=0 - I:"divinerpg:apalachia"=0 - I:"divinerpg:arcana"=0 - I:"divinerpg:eden"=0 - I:"divinerpg:iceika"=0 - I:"divinerpg:mortum"=0 - I:"divinerpg:skythern"=0 - I:"divinerpg:vethea"=0 - I:"divinerpg:wildwood"=0 - I:dungeon_pockets=0 - I:dustopia=0 - I:gardencia=0 - I:greckon=0 - I:haven=0 - I:immortallis=0 - I:iromine=0 - I:lborean=0 - I:lelyetia=0 - I:limbo=0 - I:lunalus=0 - I:mysterium=0 - I:nc_wasteland=0 - I:overworld=0 - I:precasia=0 - I:private_pockets=0 - I:public_pockets=0 - I:runandor=0 - I:shyrelands=0 - I:tartarus=0 - I:the_end=0 - I:twilight_forest=0 - I:vox_ponds=0 - } - - } - - ########################################################################################################## - # biome-specific - #--------------------------------------------------------------------------------------------------------# - # Biome-Specific Settings. - ########################################################################################################## - - biome-specific { - - ########################################################################################################## - # biome_effects_enabled - #--------------------------------------------------------------------------------------------------------# - # If biomes will have altered environmental radiation. - # If set to false, all other values will be ignored. - ########################################################################################################## - - biome_effects_enabled { - B:"abyssalcraft:abyssal_wastelands"=false - B:"abyssalcraft:coralium_infested_swamp"=false - B:"abyssalcraft:dark_realm"=false - B:"abyssalcraft:darklands"=false - B:"abyssalcraft:darklands_forest"=false - B:"abyssalcraft:darklands_hills"=false - B:"abyssalcraft:darklands_mountains"=false - B:"abyssalcraft:darklands_plains"=false - B:"abyssalcraft:dreadlands"=false - B:"abyssalcraft:dreadlands_forest"=false - B:"abyssalcraft:dreadlands_mountains"=false - B:"abyssalcraft:omothol"=false - B:"abyssalcraft:purged"=false - B:"abyssalcraft:purified_dreadlands"=false - B:"aether_legacy:aether_highlands"=false - B:"aoa3:abyss"=false - B:"aoa3:ancient_cavern"=false - B:"aoa3:barathos"=false - B:"aoa3:candyland"=false - B:"aoa3:celeve"=false - B:"aoa3:creeponia"=false - B:"aoa3:crystevia"=false - B:"aoa3:deeplands"=false - B:"aoa3:dustopia"=false - B:"aoa3:gardencia"=false - B:"aoa3:greckon"=false - B:"aoa3:haven"=false - B:"aoa3:immortallis"=false - B:"aoa3:iromine"=false - B:"aoa3:lborean"=false - B:"aoa3:lelyetia"=false - B:"aoa3:lunalus"=false - B:"aoa3:mysterium"=false - B:"aoa3:precasia"=false - B:"aoa3:runandor"=false - B:"aoa3:shyrelands"=false - B:"aoa3:vox_ponds"=false - B:"appliedenergistics2:storage_biome"=false - B:"aroma1997sdimension:miningbiome"=false - B:"biomesoplenty:alps"=false - B:"biomesoplenty:alps_foothills"=false - B:"biomesoplenty:bamboo_forest"=false - B:"biomesoplenty:bayou"=false - B:"biomesoplenty:bog"=false - B:"biomesoplenty:boreal_forest"=false - B:"biomesoplenty:brushland"=false - B:"biomesoplenty:chaparral"=false - B:"biomesoplenty:cherry_blossom_grove"=false - B:"biomesoplenty:cold_desert"=false - B:"biomesoplenty:coniferous_forest"=false - B:"biomesoplenty:coral_reef"=false - B:"biomesoplenty:corrupted_sands"=false - B:"biomesoplenty:crag"=false - B:"biomesoplenty:dead_forest"=false - B:"biomesoplenty:dead_swamp"=false - B:"biomesoplenty:eucalyptus_forest"=false - B:"biomesoplenty:fen"=false - B:"biomesoplenty:flower_field"=false - B:"biomesoplenty:flower_island"=false - B:"biomesoplenty:fungi_forest"=false - B:"biomesoplenty:glacier"=false - B:"biomesoplenty:grassland"=false - B:"biomesoplenty:gravel_beach"=false - B:"biomesoplenty:grove"=false - B:"biomesoplenty:highland"=false - B:"biomesoplenty:kelp_forest"=false - B:"biomesoplenty:land_of_lakes"=false - B:"biomesoplenty:lavender_fields"=false - B:"biomesoplenty:lush_desert"=false - B:"biomesoplenty:lush_swamp"=false - B:"biomesoplenty:mangrove"=false - B:"biomesoplenty:maple_woods"=false - B:"biomesoplenty:marsh"=false - B:"biomesoplenty:meadow"=false - B:"biomesoplenty:moor"=false - B:"biomesoplenty:mountain"=false - B:"biomesoplenty:mountain_foothills"=false - B:"biomesoplenty:mystic_grove"=false - B:"biomesoplenty:oasis"=false - B:"biomesoplenty:ominous_woods"=false - B:"biomesoplenty:orchard"=false - B:"biomesoplenty:origin_beach"=false - B:"biomesoplenty:origin_island"=false - B:"biomesoplenty:outback"=false - B:"biomesoplenty:overgrown_cliffs"=false - B:"biomesoplenty:pasture"=false - B:"biomesoplenty:phantasmagoric_inferno"=false - B:"biomesoplenty:prairie"=false - B:"biomesoplenty:quagmire"=false - B:"biomesoplenty:rainforest"=false - B:"biomesoplenty:redwood_forest"=false - B:"biomesoplenty:redwood_forest_edge"=false - B:"biomesoplenty:sacred_springs"=false - B:"biomesoplenty:seasonal_forest"=false - B:"biomesoplenty:shield"=false - B:"biomesoplenty:shrubland"=false - B:"biomesoplenty:snowy_coniferous_forest"=false - B:"biomesoplenty:snowy_forest"=false - B:"biomesoplenty:snowy_tundra"=false - B:"biomesoplenty:steppe"=false - B:"biomesoplenty:temperate_rainforest"=false - B:"biomesoplenty:tropical_island"=false - B:"biomesoplenty:tropical_rainforest"=false - B:"biomesoplenty:tundra"=false - B:"biomesoplenty:undergarden"=false - B:"biomesoplenty:visceral_heap"=false - B:"biomesoplenty:volcanic_island"=false - B:"biomesoplenty:wasteland"=false - B:"biomesoplenty:wetland"=false - B:"biomesoplenty:white_beach"=false - B:"biomesoplenty:woodland"=false - B:"biomesoplenty:xeric_shrubland"=false - B:"buildcraftenergy:oil_desert"=false - B:"buildcraftenergy:oil_ocean"=false - B:"dimdoors:black_void"=false - B:"dimdoors:dangerous_black_void"=false - B:"dimdoors:limbo"=false - B:"dimdoors:white_void"=false - B:"divinerpg:apalachia"=false - B:"divinerpg:arcana"=false - B:"divinerpg:eden"=false - B:"divinerpg:iceika"=false - B:"divinerpg:mortum"=false - B:"divinerpg:skythern"=false - B:"divinerpg:vethea"=false - B:"divinerpg:wildwood"=false - B:"erebus:elysian_fields"=false - B:"erebus:fields_sub_forest"=false - B:"erebus:fungal_forest"=false - B:"erebus:petrified_forest"=false - B:"erebus:submerged_swamp"=false - B:"erebus:subterranean_savannah"=false - B:"erebus:ulterior_outback"=false - B:"erebus:underground_jungle"=false - B:"erebus:volcanic_desert"=false - B:"iceandfire:glacier"=false - B:"integrateddynamics:biome_meneglin"=false - B:"minecraft:beaches"=false - B:"minecraft:birch_forest"=false - B:"minecraft:birch_forest_hills"=false - B:"minecraft:cold_beach"=false - B:"minecraft:deep_ocean"=false - B:"minecraft:desert"=false - B:"minecraft:desert_hills"=false - B:"minecraft:extreme_hills"=false - B:"minecraft:extreme_hills_with_trees"=false - B:"minecraft:forest"=false - B:"minecraft:forest_hills"=false - B:"minecraft:frozen_ocean"=false - B:"minecraft:frozen_river"=false - B:"minecraft:hell"=false - B:"minecraft:ice_flats"=false - B:"minecraft:ice_mountains"=false - B:"minecraft:jungle"=false - B:"minecraft:jungle_edge"=false - B:"minecraft:jungle_hills"=false - B:"minecraft:mesa"=false - B:"minecraft:mesa_clear_rock"=false - B:"minecraft:mesa_rock"=false - B:"minecraft:mushroom_island"=false - B:"minecraft:mushroom_island_shore"=false - B:"minecraft:mutated_birch_forest"=false - B:"minecraft:mutated_birch_forest_hills"=false - B:"minecraft:mutated_desert"=false - B:"minecraft:mutated_extreme_hills"=false - B:"minecraft:mutated_extreme_hills_with_trees"=false - B:"minecraft:mutated_forest"=false - B:"minecraft:mutated_ice_flats"=false - B:"minecraft:mutated_jungle"=false - B:"minecraft:mutated_jungle_edge"=false - B:"minecraft:mutated_mesa"=false - B:"minecraft:mutated_mesa_clear_rock"=false - B:"minecraft:mutated_mesa_rock"=false - B:"minecraft:mutated_plains"=false - B:"minecraft:mutated_redwood_taiga"=false - B:"minecraft:mutated_redwood_taiga_hills"=false - B:"minecraft:mutated_roofed_forest"=false - B:"minecraft:mutated_savanna"=false - B:"minecraft:mutated_savanna_rock"=false - B:"minecraft:mutated_swampland"=false - B:"minecraft:mutated_taiga"=false - B:"minecraft:mutated_taiga_cold"=false - B:"minecraft:ocean"=false - B:"minecraft:plains"=false - B:"minecraft:redwood_taiga"=false - B:"minecraft:redwood_taiga_hills"=false - B:"minecraft:river"=false - B:"minecraft:roofed_forest"=false - B:"minecraft:savanna"=false - B:"minecraft:savanna_rock"=false - B:"minecraft:sky"=false - B:"minecraft:smaller_extreme_hills"=false - B:"minecraft:stone_beach"=false - B:"minecraft:swampland"=false - B:"minecraft:taiga"=false - B:"minecraft:taiga_cold"=false - B:"minecraft:taiga_cold_hills"=false - B:"minecraft:taiga_hills"=false - B:"minecraft:void"=false - B:"nuclearcraft:nuclear_wasteland"=false - B:"randomthings:spectral"=false - B:"thaumcraft:eerie"=false - B:"thaumcraft:eldritch"=false - B:"thaumcraft:magical_forest"=false - B:"thebetweenlands:coarse_islands"=false - B:"thebetweenlands:deep_waters"=false - B:"thebetweenlands:marsh_0"=false - B:"thebetweenlands:marsh_1"=false - B:"thebetweenlands:patchy_islands"=false - B:"thebetweenlands:raised_isles"=false - B:"thebetweenlands:sludge_plains"=false - B:"thebetweenlands:sludge_plains_clearing"=false - B:"thebetweenlands:swamplands"=false - B:"thebetweenlands:swamplands_clearing"=false - B:"twilightforest:dark_forest"=false - B:"twilightforest:dark_forest_center"=false - B:"twilightforest:deep_mushroom_forest"=false - B:"twilightforest:dense_twilight_forest"=false - B:"twilightforest:enchanted_forest"=false - B:"twilightforest:fire_swamp"=false - B:"twilightforest:firefly_forest"=false - B:"twilightforest:highlands_center"=false - B:"twilightforest:mushroom_forest"=false - B:"twilightforest:oak_savannah"=false - B:"twilightforest:snowy_forest"=false - B:"twilightforest:spooky_forest"=false - B:"twilightforest:thornlands"=false - B:"twilightforest:twilight_clearing"=false - B:"twilightforest:twilight_forest"=false - B:"twilightforest:twilight_glacier"=false - B:"twilightforest:twilight_highlands"=false - B:"twilightforest:twilight_lake"=false - B:"twilightforest:twilight_stream"=false - B:"twilightforest:twilight_swamp"=false - } - - ########################################################################################################## - # sky_multiplier - #--------------------------------------------------------------------------------------------------------# - # The multiplier for sky-originating radiation. - # 1.0 is equivalent to no multiplier. - ########################################################################################################## - - sky_multiplier { - D:"abyssalcraft:abyssal_wastelands"=1.0 - D:"abyssalcraft:coralium_infested_swamp"=1.0 - D:"abyssalcraft:dark_realm"=1.0 - D:"abyssalcraft:darklands"=1.0 - D:"abyssalcraft:darklands_forest"=1.0 - D:"abyssalcraft:darklands_hills"=1.0 - D:"abyssalcraft:darklands_mountains"=1.0 - D:"abyssalcraft:darklands_plains"=1.0 - D:"abyssalcraft:dreadlands"=1.0 - D:"abyssalcraft:dreadlands_forest"=1.0 - D:"abyssalcraft:dreadlands_mountains"=1.0 - D:"abyssalcraft:omothol"=1.0 - D:"abyssalcraft:purged"=1.0 - D:"abyssalcraft:purified_dreadlands"=1.0 - D:"aether_legacy:aether_highlands"=1.0 - D:"aoa3:abyss"=1.0 - D:"aoa3:ancient_cavern"=1.0 - D:"aoa3:barathos"=1.0 - D:"aoa3:candyland"=1.0 - D:"aoa3:celeve"=1.0 - D:"aoa3:creeponia"=1.0 - D:"aoa3:crystevia"=1.0 - D:"aoa3:deeplands"=1.0 - D:"aoa3:dustopia"=1.0 - D:"aoa3:gardencia"=1.0 - D:"aoa3:greckon"=1.0 - D:"aoa3:haven"=1.0 - D:"aoa3:immortallis"=1.0 - D:"aoa3:iromine"=1.0 - D:"aoa3:lborean"=1.0 - D:"aoa3:lelyetia"=1.0 - D:"aoa3:lunalus"=1.0 - D:"aoa3:mysterium"=1.0 - D:"aoa3:precasia"=1.0 - D:"aoa3:runandor"=1.0 - D:"aoa3:shyrelands"=1.0 - D:"aoa3:vox_ponds"=1.0 - D:"appliedenergistics2:storage_biome"=1.0 - D:"aroma1997sdimension:miningbiome"=1.0 - D:"biomesoplenty:alps"=1.0 - D:"biomesoplenty:alps_foothills"=1.0 - D:"biomesoplenty:bamboo_forest"=1.0 - D:"biomesoplenty:bayou"=1.0 - D:"biomesoplenty:bog"=1.0 - D:"biomesoplenty:boreal_forest"=1.0 - D:"biomesoplenty:brushland"=1.0 - D:"biomesoplenty:chaparral"=1.0 - D:"biomesoplenty:cherry_blossom_grove"=1.0 - D:"biomesoplenty:cold_desert"=1.0 - D:"biomesoplenty:coniferous_forest"=1.0 - D:"biomesoplenty:coral_reef"=1.0 - D:"biomesoplenty:corrupted_sands"=1.0 - D:"biomesoplenty:crag"=1.0 - D:"biomesoplenty:dead_forest"=1.0 - D:"biomesoplenty:dead_swamp"=1.0 - D:"biomesoplenty:eucalyptus_forest"=1.0 - D:"biomesoplenty:fen"=1.0 - D:"biomesoplenty:flower_field"=1.0 - D:"biomesoplenty:flower_island"=1.0 - D:"biomesoplenty:fungi_forest"=1.0 - D:"biomesoplenty:glacier"=1.0 - D:"biomesoplenty:grassland"=1.0 - D:"biomesoplenty:gravel_beach"=1.0 - D:"biomesoplenty:grove"=1.0 - D:"biomesoplenty:highland"=1.0 - D:"biomesoplenty:kelp_forest"=1.0 - D:"biomesoplenty:land_of_lakes"=1.0 - D:"biomesoplenty:lavender_fields"=1.0 - D:"biomesoplenty:lush_desert"=1.0 - D:"biomesoplenty:lush_swamp"=1.0 - D:"biomesoplenty:mangrove"=1.0 - D:"biomesoplenty:maple_woods"=1.0 - D:"biomesoplenty:marsh"=1.0 - D:"biomesoplenty:meadow"=1.0 - D:"biomesoplenty:moor"=1.0 - D:"biomesoplenty:mountain"=1.0 - D:"biomesoplenty:mountain_foothills"=1.0 - D:"biomesoplenty:mystic_grove"=1.0 - D:"biomesoplenty:oasis"=1.0 - D:"biomesoplenty:ominous_woods"=1.0 - D:"biomesoplenty:orchard"=1.0 - D:"biomesoplenty:origin_beach"=1.0 - D:"biomesoplenty:origin_island"=1.0 - D:"biomesoplenty:outback"=1.0 - D:"biomesoplenty:overgrown_cliffs"=1.0 - D:"biomesoplenty:pasture"=1.0 - D:"biomesoplenty:phantasmagoric_inferno"=1.0 - D:"biomesoplenty:prairie"=1.0 - D:"biomesoplenty:quagmire"=1.0 - D:"biomesoplenty:rainforest"=1.0 - D:"biomesoplenty:redwood_forest"=1.0 - D:"biomesoplenty:redwood_forest_edge"=1.0 - D:"biomesoplenty:sacred_springs"=1.0 - D:"biomesoplenty:seasonal_forest"=1.0 - D:"biomesoplenty:shield"=1.0 - D:"biomesoplenty:shrubland"=1.0 - D:"biomesoplenty:snowy_coniferous_forest"=1.0 - D:"biomesoplenty:snowy_forest"=1.0 - D:"biomesoplenty:snowy_tundra"=1.0 - D:"biomesoplenty:steppe"=1.0 - D:"biomesoplenty:temperate_rainforest"=1.0 - D:"biomesoplenty:tropical_island"=1.0 - D:"biomesoplenty:tropical_rainforest"=1.0 - D:"biomesoplenty:tundra"=1.0 - D:"biomesoplenty:undergarden"=1.0 - D:"biomesoplenty:visceral_heap"=1.0 - D:"biomesoplenty:volcanic_island"=1.0 - D:"biomesoplenty:wasteland"=1.0 - D:"biomesoplenty:wetland"=1.0 - D:"biomesoplenty:white_beach"=1.0 - D:"biomesoplenty:woodland"=1.0 - D:"biomesoplenty:xeric_shrubland"=1.0 - D:"buildcraftenergy:oil_desert"=1.0 - D:"buildcraftenergy:oil_ocean"=1.0 - D:"dimdoors:black_void"=1.0 - D:"dimdoors:dangerous_black_void"=1.0 - D:"dimdoors:limbo"=1.0 - D:"dimdoors:white_void"=1.0 - D:"divinerpg:apalachia"=1.0 - D:"divinerpg:arcana"=1.0 - D:"divinerpg:eden"=1.0 - D:"divinerpg:iceika"=1.0 - D:"divinerpg:mortum"=1.0 - D:"divinerpg:skythern"=1.0 - D:"divinerpg:vethea"=1.0 - D:"divinerpg:wildwood"=1.0 - D:"erebus:elysian_fields"=1.0 - D:"erebus:fields_sub_forest"=1.0 - D:"erebus:fungal_forest"=1.0 - D:"erebus:petrified_forest"=1.0 - D:"erebus:submerged_swamp"=1.0 - D:"erebus:subterranean_savannah"=1.0 - D:"erebus:ulterior_outback"=1.0 - D:"erebus:underground_jungle"=1.0 - D:"erebus:volcanic_desert"=1.0 - D:"iceandfire:glacier"=1.0 - D:"integrateddynamics:biome_meneglin"=1.0 - D:"minecraft:beaches"=1.0 - D:"minecraft:birch_forest"=1.0 - D:"minecraft:birch_forest_hills"=1.0 - D:"minecraft:cold_beach"=1.0 - D:"minecraft:deep_ocean"=1.0 - D:"minecraft:desert"=1.0 - D:"minecraft:desert_hills"=1.0 - D:"minecraft:extreme_hills"=1.0 - D:"minecraft:extreme_hills_with_trees"=1.0 - D:"minecraft:forest"=1.0 - D:"minecraft:forest_hills"=1.0 - D:"minecraft:frozen_ocean"=1.0 - D:"minecraft:frozen_river"=1.0 - D:"minecraft:hell"=1.0 - D:"minecraft:ice_flats"=1.0 - D:"minecraft:ice_mountains"=1.0 - D:"minecraft:jungle"=1.0 - D:"minecraft:jungle_edge"=1.0 - D:"minecraft:jungle_hills"=1.0 - D:"minecraft:mesa"=1.0 - D:"minecraft:mesa_clear_rock"=1.0 - D:"minecraft:mesa_rock"=1.0 - D:"minecraft:mushroom_island"=1.0 - D:"minecraft:mushroom_island_shore"=1.0 - D:"minecraft:mutated_birch_forest"=1.0 - D:"minecraft:mutated_birch_forest_hills"=1.0 - D:"minecraft:mutated_desert"=1.0 - D:"minecraft:mutated_extreme_hills"=1.0 - D:"minecraft:mutated_extreme_hills_with_trees"=1.0 - D:"minecraft:mutated_forest"=1.0 - D:"minecraft:mutated_ice_flats"=1.0 - D:"minecraft:mutated_jungle"=1.0 - D:"minecraft:mutated_jungle_edge"=1.0 - D:"minecraft:mutated_mesa"=1.0 - D:"minecraft:mutated_mesa_clear_rock"=1.0 - D:"minecraft:mutated_mesa_rock"=1.0 - D:"minecraft:mutated_plains"=1.0 - D:"minecraft:mutated_redwood_taiga"=1.0 - D:"minecraft:mutated_redwood_taiga_hills"=1.0 - D:"minecraft:mutated_roofed_forest"=1.0 - D:"minecraft:mutated_savanna"=1.0 - D:"minecraft:mutated_savanna_rock"=1.0 - D:"minecraft:mutated_swampland"=1.0 - D:"minecraft:mutated_taiga"=1.0 - D:"minecraft:mutated_taiga_cold"=1.0 - D:"minecraft:ocean"=1.0 - D:"minecraft:plains"=1.0 - D:"minecraft:redwood_taiga"=1.0 - D:"minecraft:redwood_taiga_hills"=1.0 - D:"minecraft:river"=1.0 - D:"minecraft:roofed_forest"=1.0 - D:"minecraft:savanna"=1.0 - D:"minecraft:savanna_rock"=1.0 - D:"minecraft:sky"=1.0 - D:"minecraft:smaller_extreme_hills"=1.0 - D:"minecraft:stone_beach"=1.0 - D:"minecraft:swampland"=1.0 - D:"minecraft:taiga"=1.0 - D:"minecraft:taiga_cold"=1.0 - D:"minecraft:taiga_cold_hills"=1.0 - D:"minecraft:taiga_hills"=1.0 - D:"minecraft:void"=1.0 - D:"nuclearcraft:nuclear_wasteland"=1.0 - D:"randomthings:spectral"=1.0 - D:"thaumcraft:eerie"=1.0 - D:"thaumcraft:eldritch"=1.0 - D:"thaumcraft:magical_forest"=1.0 - D:"thebetweenlands:coarse_islands"=1.0 - D:"thebetweenlands:deep_waters"=1.0 - D:"thebetweenlands:marsh_0"=1.0 - D:"thebetweenlands:marsh_1"=1.0 - D:"thebetweenlands:patchy_islands"=1.0 - D:"thebetweenlands:raised_isles"=1.0 - D:"thebetweenlands:sludge_plains"=1.0 - D:"thebetweenlands:sludge_plains_clearing"=1.0 - D:"thebetweenlands:swamplands"=1.0 - D:"thebetweenlands:swamplands_clearing"=1.0 - D:"twilightforest:dark_forest"=1.0 - D:"twilightforest:dark_forest_center"=1.0 - D:"twilightforest:deep_mushroom_forest"=1.0 - D:"twilightforest:dense_twilight_forest"=1.0 - D:"twilightforest:enchanted_forest"=1.0 - D:"twilightforest:fire_swamp"=1.0 - D:"twilightforest:firefly_forest"=1.0 - D:"twilightforest:highlands_center"=1.0 - D:"twilightforest:mushroom_forest"=1.0 - D:"twilightforest:oak_savannah"=1.0 - D:"twilightforest:snowy_forest"=1.0 - D:"twilightforest:spooky_forest"=1.0 - D:"twilightforest:thornlands"=1.0 - D:"twilightforest:twilight_clearing"=1.0 - D:"twilightforest:twilight_forest"=1.0 - D:"twilightforest:twilight_glacier"=1.0 - D:"twilightforest:twilight_highlands"=1.0 - D:"twilightforest:twilight_lake"=1.0 - D:"twilightforest:twilight_stream"=1.0 - D:"twilightforest:twilight_swamp"=1.0 - } - - ########################################################################################################## - # sky_shift - #--------------------------------------------------------------------------------------------------------# - # The +/- shift for sky-originating radiation. - # Negative shift values are calculated before the multiplier, and positive ones are calculated after. - # 0 is equivalent to no shift. - ########################################################################################################## - - sky_shift { - D:"abyssalcraft:abyssal_wastelands"=0.0 - D:"abyssalcraft:coralium_infested_swamp"=0.0 - D:"abyssalcraft:dark_realm"=0.0 - D:"abyssalcraft:darklands"=0.0 - D:"abyssalcraft:darklands_forest"=0.0 - D:"abyssalcraft:darklands_hills"=0.0 - D:"abyssalcraft:darklands_mountains"=0.0 - D:"abyssalcraft:darklands_plains"=0.0 - D:"abyssalcraft:dreadlands"=0.0 - D:"abyssalcraft:dreadlands_forest"=0.0 - D:"abyssalcraft:dreadlands_mountains"=0.0 - D:"abyssalcraft:omothol"=0.0 - D:"abyssalcraft:purged"=0.0 - D:"abyssalcraft:purified_dreadlands"=0.0 - D:"aether_legacy:aether_highlands"=0.0 - D:"aoa3:abyss"=0.0 - D:"aoa3:ancient_cavern"=0.0 - D:"aoa3:barathos"=0.0 - D:"aoa3:candyland"=0.0 - D:"aoa3:celeve"=0.0 - D:"aoa3:creeponia"=0.0 - D:"aoa3:crystevia"=0.0 - D:"aoa3:deeplands"=0.0 - D:"aoa3:dustopia"=0.0 - D:"aoa3:gardencia"=0.0 - D:"aoa3:greckon"=0.0 - D:"aoa3:haven"=0.0 - D:"aoa3:immortallis"=0.0 - D:"aoa3:iromine"=0.0 - D:"aoa3:lborean"=0.0 - D:"aoa3:lelyetia"=0.0 - D:"aoa3:lunalus"=0.0 - D:"aoa3:mysterium"=0.0 - D:"aoa3:precasia"=0.0 - D:"aoa3:runandor"=0.0 - D:"aoa3:shyrelands"=0.0 - D:"aoa3:vox_ponds"=0.0 - D:"appliedenergistics2:storage_biome"=0.0 - D:"aroma1997sdimension:miningbiome"=0.0 - D:"biomesoplenty:alps"=0.0 - D:"biomesoplenty:alps_foothills"=0.0 - D:"biomesoplenty:bamboo_forest"=0.0 - D:"biomesoplenty:bayou"=0.0 - D:"biomesoplenty:bog"=0.0 - D:"biomesoplenty:boreal_forest"=0.0 - D:"biomesoplenty:brushland"=0.0 - D:"biomesoplenty:chaparral"=0.0 - D:"biomesoplenty:cherry_blossom_grove"=0.0 - D:"biomesoplenty:cold_desert"=0.0 - D:"biomesoplenty:coniferous_forest"=0.0 - D:"biomesoplenty:coral_reef"=0.0 - D:"biomesoplenty:corrupted_sands"=0.0 - D:"biomesoplenty:crag"=0.0 - D:"biomesoplenty:dead_forest"=0.0 - D:"biomesoplenty:dead_swamp"=0.0 - D:"biomesoplenty:eucalyptus_forest"=0.0 - D:"biomesoplenty:fen"=0.0 - D:"biomesoplenty:flower_field"=0.0 - D:"biomesoplenty:flower_island"=0.0 - D:"biomesoplenty:fungi_forest"=0.0 - D:"biomesoplenty:glacier"=0.0 - D:"biomesoplenty:grassland"=0.0 - D:"biomesoplenty:gravel_beach"=0.0 - D:"biomesoplenty:grove"=0.0 - D:"biomesoplenty:highland"=0.0 - D:"biomesoplenty:kelp_forest"=0.0 - D:"biomesoplenty:land_of_lakes"=0.0 - D:"biomesoplenty:lavender_fields"=0.0 - D:"biomesoplenty:lush_desert"=0.0 - D:"biomesoplenty:lush_swamp"=0.0 - D:"biomesoplenty:mangrove"=0.0 - D:"biomesoplenty:maple_woods"=0.0 - D:"biomesoplenty:marsh"=0.0 - D:"biomesoplenty:meadow"=0.0 - D:"biomesoplenty:moor"=0.0 - D:"biomesoplenty:mountain"=0.0 - D:"biomesoplenty:mountain_foothills"=0.0 - D:"biomesoplenty:mystic_grove"=0.0 - D:"biomesoplenty:oasis"=0.0 - D:"biomesoplenty:ominous_woods"=0.0 - D:"biomesoplenty:orchard"=0.0 - D:"biomesoplenty:origin_beach"=0.0 - D:"biomesoplenty:origin_island"=0.0 - D:"biomesoplenty:outback"=0.0 - D:"biomesoplenty:overgrown_cliffs"=0.0 - D:"biomesoplenty:pasture"=0.0 - D:"biomesoplenty:phantasmagoric_inferno"=0.0 - D:"biomesoplenty:prairie"=0.0 - D:"biomesoplenty:quagmire"=0.0 - D:"biomesoplenty:rainforest"=0.0 - D:"biomesoplenty:redwood_forest"=0.0 - D:"biomesoplenty:redwood_forest_edge"=0.0 - D:"biomesoplenty:sacred_springs"=0.0 - D:"biomesoplenty:seasonal_forest"=0.0 - D:"biomesoplenty:shield"=0.0 - D:"biomesoplenty:shrubland"=0.0 - D:"biomesoplenty:snowy_coniferous_forest"=0.0 - D:"biomesoplenty:snowy_forest"=0.0 - D:"biomesoplenty:snowy_tundra"=0.0 - D:"biomesoplenty:steppe"=0.0 - D:"biomesoplenty:temperate_rainforest"=0.0 - D:"biomesoplenty:tropical_island"=0.0 - D:"biomesoplenty:tropical_rainforest"=0.0 - D:"biomesoplenty:tundra"=0.0 - D:"biomesoplenty:undergarden"=0.0 - D:"biomesoplenty:visceral_heap"=0.0 - D:"biomesoplenty:volcanic_island"=0.0 - D:"biomesoplenty:wasteland"=0.0 - D:"biomesoplenty:wetland"=0.0 - D:"biomesoplenty:white_beach"=0.0 - D:"biomesoplenty:woodland"=0.0 - D:"biomesoplenty:xeric_shrubland"=0.0 - D:"buildcraftenergy:oil_desert"=0.0 - D:"buildcraftenergy:oil_ocean"=0.0 - D:"dimdoors:black_void"=0.0 - D:"dimdoors:dangerous_black_void"=0.0 - D:"dimdoors:limbo"=0.0 - D:"dimdoors:white_void"=0.0 - D:"divinerpg:apalachia"=0.0 - D:"divinerpg:arcana"=0.0 - D:"divinerpg:eden"=0.0 - D:"divinerpg:iceika"=0.0 - D:"divinerpg:mortum"=0.0 - D:"divinerpg:skythern"=0.0 - D:"divinerpg:vethea"=0.0 - D:"divinerpg:wildwood"=0.0 - D:"erebus:elysian_fields"=0.0 - D:"erebus:fields_sub_forest"=0.0 - D:"erebus:fungal_forest"=0.0 - D:"erebus:petrified_forest"=0.0 - D:"erebus:submerged_swamp"=0.0 - D:"erebus:subterranean_savannah"=0.0 - D:"erebus:ulterior_outback"=0.0 - D:"erebus:underground_jungle"=0.0 - D:"erebus:volcanic_desert"=0.0 - D:"iceandfire:glacier"=0.0 - D:"integrateddynamics:biome_meneglin"=0.0 - D:"minecraft:beaches"=0.0 - D:"minecraft:birch_forest"=0.0 - D:"minecraft:birch_forest_hills"=0.0 - D:"minecraft:cold_beach"=0.0 - D:"minecraft:deep_ocean"=0.0 - D:"minecraft:desert"=0.0 - D:"minecraft:desert_hills"=0.0 - D:"minecraft:extreme_hills"=0.0 - D:"minecraft:extreme_hills_with_trees"=0.0 - D:"minecraft:forest"=0.0 - D:"minecraft:forest_hills"=0.0 - D:"minecraft:frozen_ocean"=0.0 - D:"minecraft:frozen_river"=0.0 - D:"minecraft:hell"=0.0 - D:"minecraft:ice_flats"=0.0 - D:"minecraft:ice_mountains"=0.0 - D:"minecraft:jungle"=0.0 - D:"minecraft:jungle_edge"=0.0 - D:"minecraft:jungle_hills"=0.0 - D:"minecraft:mesa"=0.0 - D:"minecraft:mesa_clear_rock"=0.0 - D:"minecraft:mesa_rock"=0.0 - D:"minecraft:mushroom_island"=0.0 - D:"minecraft:mushroom_island_shore"=0.0 - D:"minecraft:mutated_birch_forest"=0.0 - D:"minecraft:mutated_birch_forest_hills"=0.0 - D:"minecraft:mutated_desert"=0.0 - D:"minecraft:mutated_extreme_hills"=0.0 - D:"minecraft:mutated_extreme_hills_with_trees"=0.0 - D:"minecraft:mutated_forest"=0.0 - D:"minecraft:mutated_ice_flats"=0.0 - D:"minecraft:mutated_jungle"=0.0 - D:"minecraft:mutated_jungle_edge"=0.0 - D:"minecraft:mutated_mesa"=0.0 - D:"minecraft:mutated_mesa_clear_rock"=0.0 - D:"minecraft:mutated_mesa_rock"=0.0 - D:"minecraft:mutated_plains"=0.0 - D:"minecraft:mutated_redwood_taiga"=0.0 - D:"minecraft:mutated_redwood_taiga_hills"=0.0 - D:"minecraft:mutated_roofed_forest"=0.0 - D:"minecraft:mutated_savanna"=0.0 - D:"minecraft:mutated_savanna_rock"=0.0 - D:"minecraft:mutated_swampland"=0.0 - D:"minecraft:mutated_taiga"=0.0 - D:"minecraft:mutated_taiga_cold"=0.0 - D:"minecraft:ocean"=0.0 - D:"minecraft:plains"=0.0 - D:"minecraft:redwood_taiga"=0.0 - D:"minecraft:redwood_taiga_hills"=0.0 - D:"minecraft:river"=0.0 - D:"minecraft:roofed_forest"=0.0 - D:"minecraft:savanna"=0.0 - D:"minecraft:savanna_rock"=0.0 - D:"minecraft:sky"=0.0 - D:"minecraft:smaller_extreme_hills"=0.0 - D:"minecraft:stone_beach"=0.0 - D:"minecraft:swampland"=0.0 - D:"minecraft:taiga"=0.0 - D:"minecraft:taiga_cold"=0.0 - D:"minecraft:taiga_cold_hills"=0.0 - D:"minecraft:taiga_hills"=0.0 - D:"minecraft:void"=0.0 - D:"nuclearcraft:nuclear_wasteland"=0.0 - D:"randomthings:spectral"=0.0 - D:"thaumcraft:eerie"=0.0 - D:"thaumcraft:eldritch"=0.0 - D:"thaumcraft:magical_forest"=0.0 - D:"thebetweenlands:coarse_islands"=0.0 - D:"thebetweenlands:deep_waters"=0.0 - D:"thebetweenlands:marsh_0"=0.0 - D:"thebetweenlands:marsh_1"=0.0 - D:"thebetweenlands:patchy_islands"=0.0 - D:"thebetweenlands:raised_isles"=0.0 - D:"thebetweenlands:sludge_plains"=0.0 - D:"thebetweenlands:sludge_plains_clearing"=0.0 - D:"thebetweenlands:swamplands"=0.0 - D:"thebetweenlands:swamplands_clearing"=0.0 - D:"twilightforest:dark_forest"=0.0 - D:"twilightforest:dark_forest_center"=0.0 - D:"twilightforest:deep_mushroom_forest"=0.0 - D:"twilightforest:dense_twilight_forest"=0.0 - D:"twilightforest:enchanted_forest"=0.0 - D:"twilightforest:fire_swamp"=0.0 - D:"twilightforest:firefly_forest"=0.0 - D:"twilightforest:highlands_center"=0.0 - D:"twilightforest:mushroom_forest"=0.0 - D:"twilightforest:oak_savannah"=0.0 - D:"twilightforest:snowy_forest"=0.0 - D:"twilightforest:spooky_forest"=0.0 - D:"twilightforest:thornlands"=0.0 - D:"twilightforest:twilight_clearing"=0.0 - D:"twilightforest:twilight_forest"=0.0 - D:"twilightforest:twilight_glacier"=0.0 - D:"twilightforest:twilight_highlands"=0.0 - D:"twilightforest:twilight_lake"=0.0 - D:"twilightforest:twilight_stream"=0.0 - D:"twilightforest:twilight_swamp"=0.0 - } - - ########################################################################################################## - # bedrock_multiplier - #--------------------------------------------------------------------------------------------------------# - # The multiplier for bedrock-originating radiation. - # 1.0 is equivalent to no multiplier. - ########################################################################################################## - - bedrock_multiplier { - D:"abyssalcraft:abyssal_wastelands"=1.0 - D:"abyssalcraft:coralium_infested_swamp"=1.0 - D:"abyssalcraft:dark_realm"=1.0 - D:"abyssalcraft:darklands"=1.0 - D:"abyssalcraft:darklands_forest"=1.0 - D:"abyssalcraft:darklands_hills"=1.0 - D:"abyssalcraft:darklands_mountains"=1.0 - D:"abyssalcraft:darklands_plains"=1.0 - D:"abyssalcraft:dreadlands"=1.0 - D:"abyssalcraft:dreadlands_forest"=1.0 - D:"abyssalcraft:dreadlands_mountains"=1.0 - D:"abyssalcraft:omothol"=1.0 - D:"abyssalcraft:purged"=1.0 - D:"abyssalcraft:purified_dreadlands"=1.0 - D:"aether_legacy:aether_highlands"=1.0 - D:"aoa3:abyss"=1.0 - D:"aoa3:ancient_cavern"=1.0 - D:"aoa3:barathos"=1.0 - D:"aoa3:candyland"=1.0 - D:"aoa3:celeve"=1.0 - D:"aoa3:creeponia"=1.0 - D:"aoa3:crystevia"=1.0 - D:"aoa3:deeplands"=1.0 - D:"aoa3:dustopia"=1.0 - D:"aoa3:gardencia"=1.0 - D:"aoa3:greckon"=1.0 - D:"aoa3:haven"=1.0 - D:"aoa3:immortallis"=1.0 - D:"aoa3:iromine"=1.0 - D:"aoa3:lborean"=1.0 - D:"aoa3:lelyetia"=1.0 - D:"aoa3:lunalus"=1.0 - D:"aoa3:mysterium"=1.0 - D:"aoa3:precasia"=1.0 - D:"aoa3:runandor"=1.0 - D:"aoa3:shyrelands"=1.0 - D:"aoa3:vox_ponds"=1.0 - D:"appliedenergistics2:storage_biome"=1.0 - D:"aroma1997sdimension:miningbiome"=1.0 - D:"biomesoplenty:alps"=1.0 - D:"biomesoplenty:alps_foothills"=1.0 - D:"biomesoplenty:bamboo_forest"=1.0 - D:"biomesoplenty:bayou"=1.0 - D:"biomesoplenty:bog"=1.0 - D:"biomesoplenty:boreal_forest"=1.0 - D:"biomesoplenty:brushland"=1.0 - D:"biomesoplenty:chaparral"=1.0 - D:"biomesoplenty:cherry_blossom_grove"=1.0 - D:"biomesoplenty:cold_desert"=1.0 - D:"biomesoplenty:coniferous_forest"=1.0 - D:"biomesoplenty:coral_reef"=1.0 - D:"biomesoplenty:corrupted_sands"=1.0 - D:"biomesoplenty:crag"=1.0 - D:"biomesoplenty:dead_forest"=1.0 - D:"biomesoplenty:dead_swamp"=1.0 - D:"biomesoplenty:eucalyptus_forest"=1.0 - D:"biomesoplenty:fen"=1.0 - D:"biomesoplenty:flower_field"=1.0 - D:"biomesoplenty:flower_island"=1.0 - D:"biomesoplenty:fungi_forest"=1.0 - D:"biomesoplenty:glacier"=1.0 - D:"biomesoplenty:grassland"=1.0 - D:"biomesoplenty:gravel_beach"=1.0 - D:"biomesoplenty:grove"=1.0 - D:"biomesoplenty:highland"=1.0 - D:"biomesoplenty:kelp_forest"=1.0 - D:"biomesoplenty:land_of_lakes"=1.0 - D:"biomesoplenty:lavender_fields"=1.0 - D:"biomesoplenty:lush_desert"=1.0 - D:"biomesoplenty:lush_swamp"=1.0 - D:"biomesoplenty:mangrove"=1.0 - D:"biomesoplenty:maple_woods"=1.0 - D:"biomesoplenty:marsh"=1.0 - D:"biomesoplenty:meadow"=1.0 - D:"biomesoplenty:moor"=1.0 - D:"biomesoplenty:mountain"=1.0 - D:"biomesoplenty:mountain_foothills"=1.0 - D:"biomesoplenty:mystic_grove"=1.0 - D:"biomesoplenty:oasis"=1.0 - D:"biomesoplenty:ominous_woods"=1.0 - D:"biomesoplenty:orchard"=1.0 - D:"biomesoplenty:origin_beach"=1.0 - D:"biomesoplenty:origin_island"=1.0 - D:"biomesoplenty:outback"=1.0 - D:"biomesoplenty:overgrown_cliffs"=1.0 - D:"biomesoplenty:pasture"=1.0 - D:"biomesoplenty:phantasmagoric_inferno"=1.0 - D:"biomesoplenty:prairie"=1.0 - D:"biomesoplenty:quagmire"=1.0 - D:"biomesoplenty:rainforest"=1.0 - D:"biomesoplenty:redwood_forest"=1.0 - D:"biomesoplenty:redwood_forest_edge"=1.0 - D:"biomesoplenty:sacred_springs"=1.0 - D:"biomesoplenty:seasonal_forest"=1.0 - D:"biomesoplenty:shield"=1.0 - D:"biomesoplenty:shrubland"=1.0 - D:"biomesoplenty:snowy_coniferous_forest"=1.0 - D:"biomesoplenty:snowy_forest"=1.0 - D:"biomesoplenty:snowy_tundra"=1.0 - D:"biomesoplenty:steppe"=1.0 - D:"biomesoplenty:temperate_rainforest"=1.0 - D:"biomesoplenty:tropical_island"=1.0 - D:"biomesoplenty:tropical_rainforest"=1.0 - D:"biomesoplenty:tundra"=1.0 - D:"biomesoplenty:undergarden"=1.0 - D:"biomesoplenty:visceral_heap"=1.0 - D:"biomesoplenty:volcanic_island"=1.0 - D:"biomesoplenty:wasteland"=1.0 - D:"biomesoplenty:wetland"=1.0 - D:"biomesoplenty:white_beach"=1.0 - D:"biomesoplenty:woodland"=1.0 - D:"biomesoplenty:xeric_shrubland"=1.0 - D:"buildcraftenergy:oil_desert"=1.0 - D:"buildcraftenergy:oil_ocean"=1.0 - D:"dimdoors:black_void"=1.0 - D:"dimdoors:dangerous_black_void"=1.0 - D:"dimdoors:limbo"=1.0 - D:"dimdoors:white_void"=1.0 - D:"divinerpg:apalachia"=1.0 - D:"divinerpg:arcana"=1.0 - D:"divinerpg:eden"=1.0 - D:"divinerpg:iceika"=1.0 - D:"divinerpg:mortum"=1.0 - D:"divinerpg:skythern"=1.0 - D:"divinerpg:vethea"=1.0 - D:"divinerpg:wildwood"=1.0 - D:"erebus:elysian_fields"=1.0 - D:"erebus:fields_sub_forest"=1.0 - D:"erebus:fungal_forest"=1.0 - D:"erebus:petrified_forest"=1.0 - D:"erebus:submerged_swamp"=1.0 - D:"erebus:subterranean_savannah"=1.0 - D:"erebus:ulterior_outback"=1.0 - D:"erebus:underground_jungle"=1.0 - D:"erebus:volcanic_desert"=1.0 - D:"iceandfire:glacier"=1.0 - D:"integrateddynamics:biome_meneglin"=1.0 - D:"minecraft:beaches"=1.0 - D:"minecraft:birch_forest"=1.0 - D:"minecraft:birch_forest_hills"=1.0 - D:"minecraft:cold_beach"=1.0 - D:"minecraft:deep_ocean"=1.0 - D:"minecraft:desert"=1.0 - D:"minecraft:desert_hills"=1.0 - D:"minecraft:extreme_hills"=1.0 - D:"minecraft:extreme_hills_with_trees"=1.0 - D:"minecraft:forest"=1.0 - D:"minecraft:forest_hills"=1.0 - D:"minecraft:frozen_ocean"=1.0 - D:"minecraft:frozen_river"=1.0 - D:"minecraft:hell"=1.0 - D:"minecraft:ice_flats"=1.0 - D:"minecraft:ice_mountains"=1.0 - D:"minecraft:jungle"=1.0 - D:"minecraft:jungle_edge"=1.0 - D:"minecraft:jungle_hills"=1.0 - D:"minecraft:mesa"=1.0 - D:"minecraft:mesa_clear_rock"=1.0 - D:"minecraft:mesa_rock"=1.0 - D:"minecraft:mushroom_island"=1.0 - D:"minecraft:mushroom_island_shore"=1.0 - D:"minecraft:mutated_birch_forest"=1.0 - D:"minecraft:mutated_birch_forest_hills"=1.0 - D:"minecraft:mutated_desert"=1.0 - D:"minecraft:mutated_extreme_hills"=1.0 - D:"minecraft:mutated_extreme_hills_with_trees"=1.0 - D:"minecraft:mutated_forest"=1.0 - D:"minecraft:mutated_ice_flats"=1.0 - D:"minecraft:mutated_jungle"=1.0 - D:"minecraft:mutated_jungle_edge"=1.0 - D:"minecraft:mutated_mesa"=1.0 - D:"minecraft:mutated_mesa_clear_rock"=1.0 - D:"minecraft:mutated_mesa_rock"=1.0 - D:"minecraft:mutated_plains"=1.0 - D:"minecraft:mutated_redwood_taiga"=1.0 - D:"minecraft:mutated_redwood_taiga_hills"=1.0 - D:"minecraft:mutated_roofed_forest"=1.0 - D:"minecraft:mutated_savanna"=1.0 - D:"minecraft:mutated_savanna_rock"=1.0 - D:"minecraft:mutated_swampland"=1.0 - D:"minecraft:mutated_taiga"=1.0 - D:"minecraft:mutated_taiga_cold"=1.0 - D:"minecraft:ocean"=1.0 - D:"minecraft:plains"=1.0 - D:"minecraft:redwood_taiga"=1.0 - D:"minecraft:redwood_taiga_hills"=1.0 - D:"minecraft:river"=1.0 - D:"minecraft:roofed_forest"=1.0 - D:"minecraft:savanna"=1.0 - D:"minecraft:savanna_rock"=1.0 - D:"minecraft:sky"=1.0 - D:"minecraft:smaller_extreme_hills"=1.0 - D:"minecraft:stone_beach"=1.0 - D:"minecraft:swampland"=1.0 - D:"minecraft:taiga"=1.0 - D:"minecraft:taiga_cold"=1.0 - D:"minecraft:taiga_cold_hills"=1.0 - D:"minecraft:taiga_hills"=1.0 - D:"minecraft:void"=1.0 - D:"nuclearcraft:nuclear_wasteland"=1.0 - D:"randomthings:spectral"=1.0 - D:"thaumcraft:eerie"=1.0 - D:"thaumcraft:eldritch"=1.0 - D:"thaumcraft:magical_forest"=1.0 - D:"thebetweenlands:coarse_islands"=1.0 - D:"thebetweenlands:deep_waters"=1.0 - D:"thebetweenlands:marsh_0"=1.0 - D:"thebetweenlands:marsh_1"=1.0 - D:"thebetweenlands:patchy_islands"=1.0 - D:"thebetweenlands:raised_isles"=1.0 - D:"thebetweenlands:sludge_plains"=1.0 - D:"thebetweenlands:sludge_plains_clearing"=1.0 - D:"thebetweenlands:swamplands"=1.0 - D:"thebetweenlands:swamplands_clearing"=1.0 - D:"twilightforest:dark_forest"=1.0 - D:"twilightforest:dark_forest_center"=1.0 - D:"twilightforest:deep_mushroom_forest"=1.0 - D:"twilightforest:dense_twilight_forest"=1.0 - D:"twilightforest:enchanted_forest"=1.0 - D:"twilightforest:fire_swamp"=1.0 - D:"twilightforest:firefly_forest"=1.0 - D:"twilightforest:highlands_center"=1.0 - D:"twilightforest:mushroom_forest"=1.0 - D:"twilightforest:oak_savannah"=1.0 - D:"twilightforest:snowy_forest"=1.0 - D:"twilightforest:spooky_forest"=1.0 - D:"twilightforest:thornlands"=1.0 - D:"twilightforest:twilight_clearing"=1.0 - D:"twilightforest:twilight_forest"=1.0 - D:"twilightforest:twilight_glacier"=1.0 - D:"twilightforest:twilight_highlands"=1.0 - D:"twilightforest:twilight_lake"=1.0 - D:"twilightforest:twilight_stream"=1.0 - D:"twilightforest:twilight_swamp"=1.0 - } - - ########################################################################################################## - # bedrock_shift - #--------------------------------------------------------------------------------------------------------# - # The +/- shift for bedrock-originating radiation. - # Negative shift values are calculated before the multiplier, and positive ones are calculated after. - # 0 is equivalent to no shift. - ########################################################################################################## - - bedrock_shift { - D:"abyssalcraft:abyssal_wastelands"=0.0 - D:"abyssalcraft:coralium_infested_swamp"=0.0 - D:"abyssalcraft:dark_realm"=0.0 - D:"abyssalcraft:darklands"=0.0 - D:"abyssalcraft:darklands_forest"=0.0 - D:"abyssalcraft:darklands_hills"=0.0 - D:"abyssalcraft:darklands_mountains"=0.0 - D:"abyssalcraft:darklands_plains"=0.0 - D:"abyssalcraft:dreadlands"=0.0 - D:"abyssalcraft:dreadlands_forest"=0.0 - D:"abyssalcraft:dreadlands_mountains"=0.0 - D:"abyssalcraft:omothol"=0.0 - D:"abyssalcraft:purged"=0.0 - D:"abyssalcraft:purified_dreadlands"=0.0 - D:"aether_legacy:aether_highlands"=0.0 - D:"aoa3:abyss"=0.0 - D:"aoa3:ancient_cavern"=0.0 - D:"aoa3:barathos"=0.0 - D:"aoa3:candyland"=0.0 - D:"aoa3:celeve"=0.0 - D:"aoa3:creeponia"=0.0 - D:"aoa3:crystevia"=0.0 - D:"aoa3:deeplands"=0.0 - D:"aoa3:dustopia"=0.0 - D:"aoa3:gardencia"=0.0 - D:"aoa3:greckon"=0.0 - D:"aoa3:haven"=0.0 - D:"aoa3:immortallis"=0.0 - D:"aoa3:iromine"=0.0 - D:"aoa3:lborean"=0.0 - D:"aoa3:lelyetia"=0.0 - D:"aoa3:lunalus"=0.0 - D:"aoa3:mysterium"=0.0 - D:"aoa3:precasia"=0.0 - D:"aoa3:runandor"=0.0 - D:"aoa3:shyrelands"=0.0 - D:"aoa3:vox_ponds"=0.0 - D:"appliedenergistics2:storage_biome"=0.0 - D:"aroma1997sdimension:miningbiome"=0.0 - D:"biomesoplenty:alps"=0.0 - D:"biomesoplenty:alps_foothills"=0.0 - D:"biomesoplenty:bamboo_forest"=0.0 - D:"biomesoplenty:bayou"=0.0 - D:"biomesoplenty:bog"=0.0 - D:"biomesoplenty:boreal_forest"=0.0 - D:"biomesoplenty:brushland"=0.0 - D:"biomesoplenty:chaparral"=0.0 - D:"biomesoplenty:cherry_blossom_grove"=0.0 - D:"biomesoplenty:cold_desert"=0.0 - D:"biomesoplenty:coniferous_forest"=0.0 - D:"biomesoplenty:coral_reef"=0.0 - D:"biomesoplenty:corrupted_sands"=0.0 - D:"biomesoplenty:crag"=0.0 - D:"biomesoplenty:dead_forest"=0.0 - D:"biomesoplenty:dead_swamp"=0.0 - D:"biomesoplenty:eucalyptus_forest"=0.0 - D:"biomesoplenty:fen"=0.0 - D:"biomesoplenty:flower_field"=0.0 - D:"biomesoplenty:flower_island"=0.0 - D:"biomesoplenty:fungi_forest"=0.0 - D:"biomesoplenty:glacier"=0.0 - D:"biomesoplenty:grassland"=0.0 - D:"biomesoplenty:gravel_beach"=0.0 - D:"biomesoplenty:grove"=0.0 - D:"biomesoplenty:highland"=0.0 - D:"biomesoplenty:kelp_forest"=0.0 - D:"biomesoplenty:land_of_lakes"=0.0 - D:"biomesoplenty:lavender_fields"=0.0 - D:"biomesoplenty:lush_desert"=0.0 - D:"biomesoplenty:lush_swamp"=0.0 - D:"biomesoplenty:mangrove"=0.0 - D:"biomesoplenty:maple_woods"=0.0 - D:"biomesoplenty:marsh"=0.0 - D:"biomesoplenty:meadow"=0.0 - D:"biomesoplenty:moor"=0.0 - D:"biomesoplenty:mountain"=0.0 - D:"biomesoplenty:mountain_foothills"=0.0 - D:"biomesoplenty:mystic_grove"=0.0 - D:"biomesoplenty:oasis"=0.0 - D:"biomesoplenty:ominous_woods"=0.0 - D:"biomesoplenty:orchard"=0.0 - D:"biomesoplenty:origin_beach"=0.0 - D:"biomesoplenty:origin_island"=0.0 - D:"biomesoplenty:outback"=0.0 - D:"biomesoplenty:overgrown_cliffs"=0.0 - D:"biomesoplenty:pasture"=0.0 - D:"biomesoplenty:phantasmagoric_inferno"=0.0 - D:"biomesoplenty:prairie"=0.0 - D:"biomesoplenty:quagmire"=0.0 - D:"biomesoplenty:rainforest"=0.0 - D:"biomesoplenty:redwood_forest"=0.0 - D:"biomesoplenty:redwood_forest_edge"=0.0 - D:"biomesoplenty:sacred_springs"=0.0 - D:"biomesoplenty:seasonal_forest"=0.0 - D:"biomesoplenty:shield"=0.0 - D:"biomesoplenty:shrubland"=0.0 - D:"biomesoplenty:snowy_coniferous_forest"=0.0 - D:"biomesoplenty:snowy_forest"=0.0 - D:"biomesoplenty:snowy_tundra"=0.0 - D:"biomesoplenty:steppe"=0.0 - D:"biomesoplenty:temperate_rainforest"=0.0 - D:"biomesoplenty:tropical_island"=0.0 - D:"biomesoplenty:tropical_rainforest"=0.0 - D:"biomesoplenty:tundra"=0.0 - D:"biomesoplenty:undergarden"=0.0 - D:"biomesoplenty:visceral_heap"=0.0 - D:"biomesoplenty:volcanic_island"=0.0 - D:"biomesoplenty:wasteland"=0.0 - D:"biomesoplenty:wetland"=0.0 - D:"biomesoplenty:white_beach"=0.0 - D:"biomesoplenty:woodland"=0.0 - D:"biomesoplenty:xeric_shrubland"=0.0 - D:"buildcraftenergy:oil_desert"=0.0 - D:"buildcraftenergy:oil_ocean"=0.0 - D:"dimdoors:black_void"=0.0 - D:"dimdoors:dangerous_black_void"=0.0 - D:"dimdoors:limbo"=0.0 - D:"dimdoors:white_void"=0.0 - D:"divinerpg:apalachia"=0.0 - D:"divinerpg:arcana"=0.0 - D:"divinerpg:eden"=0.0 - D:"divinerpg:iceika"=0.0 - D:"divinerpg:mortum"=0.0 - D:"divinerpg:skythern"=0.0 - D:"divinerpg:vethea"=0.0 - D:"divinerpg:wildwood"=0.0 - D:"erebus:elysian_fields"=0.0 - D:"erebus:fields_sub_forest"=0.0 - D:"erebus:fungal_forest"=0.0 - D:"erebus:petrified_forest"=0.0 - D:"erebus:submerged_swamp"=0.0 - D:"erebus:subterranean_savannah"=0.0 - D:"erebus:ulterior_outback"=0.0 - D:"erebus:underground_jungle"=0.0 - D:"erebus:volcanic_desert"=0.0 - D:"iceandfire:glacier"=0.0 - D:"integrateddynamics:biome_meneglin"=0.0 - D:"minecraft:beaches"=0.0 - D:"minecraft:birch_forest"=0.0 - D:"minecraft:birch_forest_hills"=0.0 - D:"minecraft:cold_beach"=0.0 - D:"minecraft:deep_ocean"=0.0 - D:"minecraft:desert"=0.0 - D:"minecraft:desert_hills"=0.0 - D:"minecraft:extreme_hills"=0.0 - D:"minecraft:extreme_hills_with_trees"=0.0 - D:"minecraft:forest"=0.0 - D:"minecraft:forest_hills"=0.0 - D:"minecraft:frozen_ocean"=0.0 - D:"minecraft:frozen_river"=0.0 - D:"minecraft:hell"=0.0 - D:"minecraft:ice_flats"=0.0 - D:"minecraft:ice_mountains"=0.0 - D:"minecraft:jungle"=0.0 - D:"minecraft:jungle_edge"=0.0 - D:"minecraft:jungle_hills"=0.0 - D:"minecraft:mesa"=0.0 - D:"minecraft:mesa_clear_rock"=0.0 - D:"minecraft:mesa_rock"=0.0 - D:"minecraft:mushroom_island"=0.0 - D:"minecraft:mushroom_island_shore"=0.0 - D:"minecraft:mutated_birch_forest"=0.0 - D:"minecraft:mutated_birch_forest_hills"=0.0 - D:"minecraft:mutated_desert"=0.0 - D:"minecraft:mutated_extreme_hills"=0.0 - D:"minecraft:mutated_extreme_hills_with_trees"=0.0 - D:"minecraft:mutated_forest"=0.0 - D:"minecraft:mutated_ice_flats"=0.0 - D:"minecraft:mutated_jungle"=0.0 - D:"minecraft:mutated_jungle_edge"=0.0 - D:"minecraft:mutated_mesa"=0.0 - D:"minecraft:mutated_mesa_clear_rock"=0.0 - D:"minecraft:mutated_mesa_rock"=0.0 - D:"minecraft:mutated_plains"=0.0 - D:"minecraft:mutated_redwood_taiga"=0.0 - D:"minecraft:mutated_redwood_taiga_hills"=0.0 - D:"minecraft:mutated_roofed_forest"=0.0 - D:"minecraft:mutated_savanna"=0.0 - D:"minecraft:mutated_savanna_rock"=0.0 - D:"minecraft:mutated_swampland"=0.0 - D:"minecraft:mutated_taiga"=0.0 - D:"minecraft:mutated_taiga_cold"=0.0 - D:"minecraft:ocean"=0.0 - D:"minecraft:plains"=0.0 - D:"minecraft:redwood_taiga"=0.0 - D:"minecraft:redwood_taiga_hills"=0.0 - D:"minecraft:river"=0.0 - D:"minecraft:roofed_forest"=0.0 - D:"minecraft:savanna"=0.0 - D:"minecraft:savanna_rock"=0.0 - D:"minecraft:sky"=0.0 - D:"minecraft:smaller_extreme_hills"=0.0 - D:"minecraft:stone_beach"=0.0 - D:"minecraft:swampland"=0.0 - D:"minecraft:taiga"=0.0 - D:"minecraft:taiga_cold"=0.0 - D:"minecraft:taiga_cold_hills"=0.0 - D:"minecraft:taiga_hills"=0.0 - D:"minecraft:void"=0.0 - D:"nuclearcraft:nuclear_wasteland"=0.0 - D:"randomthings:spectral"=0.0 - D:"thaumcraft:eerie"=0.0 - D:"thaumcraft:eldritch"=0.0 - D:"thaumcraft:magical_forest"=0.0 - D:"thebetweenlands:coarse_islands"=0.0 - D:"thebetweenlands:deep_waters"=0.0 - D:"thebetweenlands:marsh_0"=0.0 - D:"thebetweenlands:marsh_1"=0.0 - D:"thebetweenlands:patchy_islands"=0.0 - D:"thebetweenlands:raised_isles"=0.0 - D:"thebetweenlands:sludge_plains"=0.0 - D:"thebetweenlands:sludge_plains_clearing"=0.0 - D:"thebetweenlands:swamplands"=0.0 - D:"thebetweenlands:swamplands_clearing"=0.0 - D:"twilightforest:dark_forest"=0.0 - D:"twilightforest:dark_forest_center"=0.0 - D:"twilightforest:deep_mushroom_forest"=0.0 - D:"twilightforest:dense_twilight_forest"=0.0 - D:"twilightforest:enchanted_forest"=0.0 - D:"twilightforest:fire_swamp"=0.0 - D:"twilightforest:firefly_forest"=0.0 - D:"twilightforest:highlands_center"=0.0 - D:"twilightforest:mushroom_forest"=0.0 - D:"twilightforest:oak_savannah"=0.0 - D:"twilightforest:snowy_forest"=0.0 - D:"twilightforest:spooky_forest"=0.0 - D:"twilightforest:thornlands"=0.0 - D:"twilightforest:twilight_clearing"=0.0 - D:"twilightforest:twilight_forest"=0.0 - D:"twilightforest:twilight_glacier"=0.0 - D:"twilightforest:twilight_highlands"=0.0 - D:"twilightforest:twilight_lake"=0.0 - D:"twilightforest:twilight_stream"=0.0 - D:"twilightforest:twilight_swamp"=0.0 - } - - } - - ########################################################################################################## - # ar-compat - #--------------------------------------------------------------------------------------------------------# - # Advanced Rocketry Compatibility Settings. - ########################################################################################################## - - ar-compat { - # How much the automatic radiation from black holes should be scaled. - # 1.0 = 100% - D:accretion_radiation_scale=1.0 - - # If sky radiation should be calculated from the distance from the star. - # If set to true, all relevant per-dimension radiation amount settings will be overridden. - # If set to false, Advanced Rocketry dimensions will use relevant per-dim radiation settings. - B:solar_radiation_origin=false - - # How many samples should be used to calculate the radiation amount from stars. - # Highly recommended to not reduce below 100. - I:solar_radiation_sampling=1000 - - # How much the automatic radiation from stars should be scaled. - # 1.0 = 100% - D:solar_radiation_scale=1.0 - - ########################################################################################################## - # atmosphere_type_absorption - #--------------------------------------------------------------------------------------------------------# - # Absorption % per block of air at 1 atm for each atmosphere type. - # -1 will use calculated values for the overworld. - ########################################################################################################## - - atmosphere_type_absorption { - } - - } - -} - - diff --git a/config - Copy/NaturaModules.cfg b/config - Copy/NaturaModules.cfg deleted file mode 100644 index a8f9092b..00000000 --- a/config - Copy/NaturaModules.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1 - -modules { - # Everything that's decorative for Natura. (bookshelfs, etc) - B:NaturaDecorative=true - - # The entites added by Natura - B:NaturaEntities=true - - # All of the nether blocks including trees - B:NaturaNether=true - - # All of the overworld blocks including trees - B:NaturaOverworld=true - - # All of the tools + armor added by natura - B:NaturaTools=true - - # Everything that's found in the world and worldgen including the netherite dimension - B:NaturaWorld=true - B:craftingtweaksIntegration=true -} - - diff --git a/config - Copy/NotEnoughEnergistics.cfg b/config - Copy/NotEnoughEnergistics.cfg deleted file mode 100644 index 3acb24aa..00000000 --- a/config - Copy/NotEnoughEnergistics.cfg +++ /dev/null @@ -1,45 +0,0 @@ -# Configuration file - -helper { - # If true, Crafting Helper will match other items even they can't auto-crafting [default: true] - B:matchOtherItems=true -} - - -other { - # If true, it will make all similar ingredient switch at the same time. [default: true] - B:allowSynchronousSwitchIngredient=true -} - - -transfer { - # If true, print current recipe type in log.Default:false [default: false] - B:allowPrintRecipeType=false - - # If item in the blacklist, it will not be transferred. - # example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ] - S:itemBlacklist < - > - - # Item Combination Mode Setting, here are all the modes. - # "ENABLED" "DISABLED" WHITELIST [default: ENABLED] - S:itemCombinationMode=ENABLED - - # Whitelist for item combination [default: ] - S:itemCombinationWhitelist < - > - - # If item in tne priority list, it will be transferred first. - # example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ] - S:itemPriorityList < - > - - # If oredict has this mod's item, use it first. [default: ] - S:modPriorityList < - > - - # If true, the ingredient currently displayed by JEI will be transferred.Default:false [default: false] - B:useDisplayedIngredient=false -} - - diff --git a/config - Copy/OpenModsLibCore.json b/config - Copy/OpenModsLibCore.json deleted file mode 100644 index 9ab77a95..00000000 --- a/config - Copy/OpenModsLibCore.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "hook_pre_world_rendering": { - "version": 0, - "value": "true", - "comment": [ - "Purpose: hook in world rendering, triggered between sky and terrain", - "Modified class: net.minecraft.client.renderer.EntityRenderer", - "Known users: Sky block", - "When disabled: Sky block will not render properly" - ] - }, - "llama_null_fix": { - "version": 0, - "value": "true", - "comment": [ - "Purpose: prevent NPE when creating llama without world", - "Modified class: net.minecraft.entity.passive.EntityLlama", - "Known users: Trophy", - "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", - "comment": [ - "Purpose: prevent NPE when creating horse without world", - "Modified class: net.minecraft.entity.passive.AbstractHorse", - "Known users: Trophy", - "When disabled: Trophy for any horse variant cannot be rendered" - ] - }, - "horse_null_fix": { - "version": 0, - "value": "true", - "comment": [ - "Purpose: prevent NPE when creating horse without world", - "Modified class: net.minecraft.entity.passive.EntityHorse", - "Known users: Trophy", - "When disabled: Horse trophy cannot be rendered" - ] - } -} \ No newline at end of file diff --git a/config - Copy/ProjectRed.cfg b/config - Copy/ProjectRed.cfg deleted file mode 100644 index 82166c7a..00000000 --- a/config - Copy/ProjectRed.cfg +++ /dev/null @@ -1,126 +0,0 @@ -# Configuration file - -########################################################################################################## -# compatibility -#--------------------------------------------------------------------------------------------------------# -# Control the loading of various compatibility hooks. These settings are ignored unless the Compatibility module is installed. -########################################################################################################## - -compatibility { - # Registers ProjectRed decorative blocks with Chisel. - B:"Chisel: Decorative Blocks"=true - - # This allows computers to connect to bundled cables with the RS API. - B:"ComputerCraft: Bundled Cables"=true - - # This allows gem axes to work with treecapitator. - B:"Treecapitator: Gem Axe"=true -} - - -########################################################################################################## -# general settings -#--------------------------------------------------------------------------------------------------------# -# Contains basic settings for the mod. -########################################################################################################## - -"general settings" { - # If set to false, logic gates will not make sounds. - B:"Logic Sounds"=true - - # Minimum amount of ticks the timer gates can be set to. Cannot be lower than 4. - I:"Minimum Timer Ticks"=4 - - # Ticks between router searches. - I:"Routed Pipes: Detection Frequency"=40 - - # Max number of pipes to explore when connecting to other routers. - I:"Routed Pipes: Max Detection Count"=100 - - # Maximum distance an item may aimlessly wander in a pipe before being erased. 0 for unlimited. - I:"Routed Pipes: Max Wander Distance"=0 - - # Number of active route table update threads. - I:"Routed Pipes: Update Threads"=4 - - # If set to true, sticks will be used instead of wood strips in framed wire recipes. - B:"Simple Framed Wire Recipe"=false - - # If set to true, the basic screwdriver will not take damage. - B:"Unbreakable Screwdriver"=false -} - - -########################################################################################################## -# machine settings -#--------------------------------------------------------------------------------------------------------# -# Contains settings related to machines and devices. -########################################################################################################## - -"machine settings" { - # Allow the Diamond Block Breaker to be crafted. - B:"Enable the Diamond Block Breaker"=false -} - - -########################################################################################################## -# render settings -#--------------------------------------------------------------------------------------------------------# -# Contains settings related to how things render in-game. -########################################################################################################## - -"render settings" { - # If set to false, flat wire textures will be used for logic gates. Significant performance improvement. - B:"3D Logic Wires"=false - - # Number of lights to render, -1 for unlimited - I:"Light Halo Render Count"=-1 - - # If set to false, routed pipes will not render routing fx such as bubbles and lasers. - B:"Routed Pipe FX"=true - - # If set to false, gates will be rendered in the TESR rather than the WorldRenderer. - B:"Static Gates"=true - - # If set to false, wires will be rendered in the TESR rather than the WorldRenderer. - B:"Static Wires"=true -} - - -########################################################################################################## -# world gen -#--------------------------------------------------------------------------------------------------------# -# Contains settings related to world gen. You can enable/disable each ore or strucure, change retro generation settings, and increase how rare something is by increasing the resistance value. -########################################################################################################## - -"world gen" { - B:"Copper Ore"=false - I:"Copper Ore resistance"=0 - B:"Copper Ore retrogen"=false - B:"Electrotine Ore"=true - I:"Electrotine Ore resistance"=0 - B:"Electrotine Ore retrogen"=false - B:"Marble Caves"=true - I:"Marble Caves resistance"=0 - B:"Marble Caves retrogen"=false - B:"Peridot Ore"=false - I:"Peridot Ore resistance"=0 - B:"Peridot Ore retrogen"=false - B:"Ruby Ore"=false - I:"Ruby Ore resistance"=0 - B:"Ruby Ore retrogen"=false - B:"Sapphire Ore"=false - I:"Sapphire Ore resistance"=0 - B:"Sapphire Ore retrogen"=false - B:"Silver Ore"=false - I:"Silver Ore resistance"=0 - B:"Silver Ore retrogen"=false - B:"Tin Ore"=false - I:"Tin Ore resistance"=0 - B:"Tin Ore retrogen"=false - I:"Volcano resistance"=0 - B:"Volcano retrogen"=false - B:Volcanos=true -} - - diff --git a/config - Copy/ProjectRedRelocation.cfg b/config - Copy/ProjectRedRelocation.cfg deleted file mode 100644 index 73feceb9..00000000 --- a/config - Copy/ProjectRedRelocation.cfg +++ /dev/null @@ -1,82 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# Basic settings -########################################################################################################## - -general { - I:moveLimit=2048 -} - - -########################################################################################################## -# latched sets -#--------------------------------------------------------------------------------------------------------# -# Used to define which pairs of blocks will be stuck together. -# Latched sets will always move in pairs, even if only one of them are actually connected to a frame. -# 'block1 -> block2' means that if block1 is moved, any block2 connected to it will also move. -# However, moving block2 does not move block1. To do that, you must also register block2 -> block1. -# Sets are defined using the syntax of key -> value. -# Possible keys and values: -# ':' - to assign block from a mod for every meta. -# ':#=[,=[,…]]' - to assign block from mod with only the given properties matching. -# -########################################################################################################## - -"latched sets" { - S:"latch registry" < - minecraft:bed -> minecraft:bed - minecraft:wooden_door -> minecraft:wooden_door - minecraft:iron_door -> minecraft:iron_door - > -} - - -########################################################################################################## -# tile movers -#--------------------------------------------------------------------------------------------------------# -# Used to configure which registered Tile Mover is used for a block. Key-Value pairs are defined using -# the syntax key -> value. -# Most blocks are configurable, but some mods may have opted to lock which handlers can be used for its -# blocks. -# Possible keys: -# 'default' - to assign default handler. -# mod:' - to assign every block from a mod. -# :' - to assign block from a mod for every meta. -# :m' - to assign block from mod for specific meta. -# -# Available tile movers: -# 'saveload' - Saves the tile and then reloads it in the next position. Reliable but CPU intensive. -# 'coordpush' - Physically changes the location of tiles. Works if tiles do not cache their position. -# 'static' - Setting this disables movement for the specified block. -# 'fmp' - Tile mover for Forge Multipart -# -# Movers locked via API: -# mod:forgemultipartcbe -> fmp -# -########################################################################################################## - -"tile movers" { - S:"mover registry" < - default -> saveload - mod:minecraft -> coordpush - mod:computercraft -> coordpush - mod:enderstorage -> coordpush - mod:chickenchunks -> coordpush - mod:projectred-compatibility -> coordpush - mod:projectred-core -> coordpush - mod:projectred-expansion -> coordpush - mod:projectred-exploration -> coordpush - mod:projectred-fabrication -> coordpush - mod:projectred-illumination -> coordpush - mod:projectred-integration -> coordpush - mod:projectred-transmission -> coordpush - mod:projectred-relocation -> coordpush - mod:projectred-transportation -> coordpush - mod:forgemultipartcbe -> fmp - > -} - - diff --git a/config - Copy/RestrictPlayerInterfaces.cfg b/config - Copy/RestrictPlayerInterfaces.cfg deleted file mode 100644 index 62840efe..00000000 --- a/config - Copy/RestrictPlayerInterfaces.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration file - -restrictplayerinterfaces { - # A list of numbers corresponding to dimension IDs that player interfaces cannot transfer to. - # If the target player of a player interface is in a dimension listed here, the player interface - # will cease to detect the player, transfer items, or otherwise not function. - I:"Disallowed dimension IDs" < - 427 - > -} - - diff --git a/config - Copy/RoughlyEnoughIDs.cfg b/config - Copy/RoughlyEnoughIDs.cfg deleted file mode 100644 index 64f1d4c4..00000000 --- a/config - Copy/RoughlyEnoughIDs.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Configuration file - -general { - - debug { - # Enable this to register extra biomes for debugging/testing. - B:Biomes=false - - # The amount of biomes to register. - I:"Biomes - Amount"=300 - - # Enable this to register extra blocks for debugging/testing. - B:Blocks=false - - # The amount of blocks to register. - I:"Blocks - Amount"=5000 - - # Enable this to register extra enchantments for debugging/testing. - B:Enchantments=false - - # The amount of enchantments to register. - I:"Enchantments - Amount"=32767 - - # Enable this to register extra items for debugging/testing. - B:Items=false - - # The amount of items to register. - I:"Items - Amount"=40000 - - # Enable this to register extra potions for debugging/testing. - B:Potions=false - - # The amount of potions to register. - I:"Potions - Amount"=300 - } - -} - - diff --git a/config - Copy/TARDIS Mod.cfg b/config - Copy/TARDIS Mod.cfg deleted file mode 100644 index 9f49c9ff..00000000 --- a/config - Copy/TARDIS Mod.cfg +++ /dev/null @@ -1,69 +0,0 @@ -# Configuration file - -general { - - dimensions { - # If this is enabled, only a specific list of dimensions can be travelled to via the Tardis - B:USE_WHITELIST=false - I:bDims < - > - - # Gallifrey Dimension ID - I:gallifreyDimension=624 - - # Should the TARDIS Mod generate ores? - B:generateOres=false - - # Moon Dimension ID - I:moonDimension=625 - - # If this is enabled, You can set dimensions manually below - B:setDimension=true - - # Space Dimension ID - I:spaceDimension=622 - - # Tardis Dimension ID - I:tardisDimension=610 - - # Telos Dimension ID - I:telosDimension=623 - } - - use_entities { - I:adiposeSpawnChance=10 - I:cybermanSpawnChance=50 - B:entities=false - } - - misc { - D:artronRechargeRate=4.0 - B:camShake=true - - # If enabled, this will give the player a Tardis coral on their first join - B:givePlayerKey=false - B:invasions=true - B:killControlsOnKillCommand=false - - # Set to Zero to make it anywhere in the world. - I:maxRandom=5000 - } - - boti { - # How many ticks before we poll the world again - I:botiTickRate=100 - - # If this is enabled boti will check sides before rendering. Set this to false if you crash - B:checkSides=false - - # This is used to toggle the bigger on the inside effect - B:enabled=true - - # This is used to block any blocks from being rendered in the Bigger on the inside effect (For compatibility) ex. ic2:te or if you want to block all of ic2 ic2:* - S:modids < - > - } - -} - - diff --git a/config - Copy/TinkerIO.cfg b/config - Copy/TinkerIO.cfg deleted file mode 100644 index aae768c4..00000000 --- a/config - Copy/TinkerIO.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# Configuration file - -general { - # Fuel consumption rate of Fuel Input Machine. - # (How long will a fuel burn) - # Default: 200 - # Min: 1 - # Max: 2147483647 - I:"Fuel Input Machine Fuel Consumption Rate"=200 - - # The speed of Smart Output. - # Default: 15 - # Min: 1 - # Max: 2147483647 - I:"Smart Output Speed"=500 - - # The burn time of Solid Fuel. - # Default: 3200 - # Min: 1 - # Max: 2147483647 - I:"Solid Fuel Burn Time"=3200 -} - - diff --git a/config - Copy/TinkerModules.cfg b/config - Copy/TinkerModules.cfg deleted file mode 100644 index eb40a3ec..00000000 --- a/config - Copy/TinkerModules.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1 - -modules { - # Debug utilities - B:TinkerDebug=false - - # All the fun toys - B:TinkerGadgets=true - - # The smeltery and items needed for it - B:TinkerSmeltery=true - - # All the tools and everything related to it. - B:TinkerTools=true - - # Everything that's found in the world and worldgen - B:TinkerWorld=true - B:chiselIntegration=true - B:chiselsandbitsIntegration=true - B:craftingtweaksIntegration=true - B:quarkIntegration=true - B:theoneprobeIntegration=true - B:wailaIntegration=true -} - - diff --git a/config - Copy/TinkerToolLeveling.cfg b/config - Copy/TinkerToolLeveling.cfg deleted file mode 100644 index 207a256c..00000000 --- a/config - Copy/TinkerToolLeveling.cfg +++ /dev/null @@ -1,41 +0,0 @@ -"_VERSION"=1 -general { - # Maximum achievable levels. If set to 0 or lower there is no upper limit - maximumLevels=16 - # Reduces the amount of modifiers a newly build tool gets if the value is lower than the regular amount of modifiers the tool would have - newToolMinModifiers=3 -} -toolxp { - # Base XP for each of the listed tools - baseXpForTool { - "plustic:katana"=500 - "plustic:laser_gun"=500 - "tconstruct:arrow"=500 - "tconstruct:battlesign"=500 - "tconstruct:bolt"=500 - "tconstruct:broadsword"=500 - "tconstruct:cleaver"=500 - "tconstruct:crossbow"=500 - "tconstruct:excavator"=4500 - "tconstruct:frypan"=500 - "tconstruct:hammer"=4500 - "tconstruct:hatchet"=500 - "tconstruct:kama"=500 - "tconstruct:longbow"=500 - "tconstruct:longsword"=500 - "tconstruct:lumberaxe"=4500 - "tconstruct:mattock"=500 - "tconstruct:pickaxe"=500 - "tconstruct:rapier"=500 - "tconstruct:scythe"=4500 - "tconstruct:shortbow"=500 - "tconstruct:shovel"=500 - "tconstruct:shuriken"=500 - "tinkersaether:dart"=500 - "tinkersaether:dart_shooter"=500 - } - # Base XP used when no more specific entry is present for the tool - defaultBaseXP=500 - # How much the XP cost will multiply per level, minimum 2. - levelMultiplier=2 -} diff --git a/config - Copy/Universal Tweaks - Bugfixes.cfg b/config - Copy/Universal Tweaks - Bugfixes.cfg deleted file mode 100644 index 1a63d6a6..00000000 --- a/config - Copy/Universal Tweaks - Bugfixes.cfg +++ /dev/null @@ -1,249 +0,0 @@ -# Configuration file - -general { - - blocks { - # Fixes rendering issues with banners by correctly sizing their render bounding boxes - # Incompatible with RenderLib - B:"Banner Bounding Box"=true - - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Only damage living entities hit by falling blocks, prevents killing items and XP - B:"Falling Block Entity Damage"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents crashes when the destination tile entity becomes unavailable during the item insert process - # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium - B:"Hopper Insert Safety Check"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - # Improves retraction behavior on double piston extenders - B:"Piston Retraction"=false - - # Fixes sleeping always resetting rain and thunder times - B:"Sleep Resets Weather"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=true - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - "mining glitch" { - # Prevents ghost blocks by sending additional movement packets - B:"[1] Mining Glitch Toggle"=true - - # Defines the maximum number of movement packets that can be sent per tick - # Vanilla default is 5 - I:"[2] Maximum Movement Packets"=10 - } - - } - - entities { - # Improves the attack radius of hostile mobs by checking the line of sight with raytracing - B:"Attack Radius"=true - - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Replaces linked entity AI task sets with concurrent sets to avoid mod exception concerning entity AI - # Only enable this if you're facing concurrent modification exceptions with entity AI tasks, for example Thaumcraft's Pechs - B:"Concurrent Entity AI Tasks"=false - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item duplications when players are dropping items and disconnecting - B:"Disconnect Dupe"=false - - # Fixes a duplication exploit connected to the inventories of donkeys and mules - B:"Donkey/Mule Dupe"=true - - # Fixes consuming an item having a chance of also consuming a second item without any animation - B:"Double Consumption"=true - - # Relocate elytra deployment and landing to client side to prevent issues with high latencies - B:"Elytra Deployment & Landing"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0 - B:"Entity ID"=true - B:"Entity Lists"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - # Incompatible with SpongeForge - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Fixes the player model occasionally disappearing when flying with elytra in a straight line in third-person mode - # Incompatible with OpenModsLib - B:"Fixes Invisible Player when Flying with Elytra"=true - - # Modifies falling logic of horses, listening to LivingFallEvent and taking jump boost into account - B:"Horse Falling"=true - - # Corrects maximum player health on joining by setting the last saved health value - B:"Max Player Health"=true - - # Fixes non-player entities being able to control minecarts - B:"Minecart AI"=true - - # Fixes mounts and boats sometimes disappearing after dismounting - B:"Mount Desync"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes a duplication exploit connected to shearing mooshrooms - B:"Shear Mooshroom Dupe"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Fixes untipped arrows emitting blue tipped arrow particles upon reloading a world - B:"Untipped Arrow Particles"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - - "entity desync" { - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"[1] Entity Desync Toggle"=true - - # Syntax: modid:entity - # Example: minecraft:minecart - S:"[2] Entity Blacklist" < - minecraft:minecart - > - } - - "entity lists" { - # Fixes chunk entity lists often not getting updated correctly - B:"Chunk Updates"=true - - # Fixes client-side memory leak where some entity ids are not set before being added to the world's entity list - B:"World Additions"=true - } - - } - - misc { - # Improves the accuracy of smooth lighting by checking for suffocation and light opacity - B:"Accurate Smooth Lighting"=true - B:"Blast Protection Knockback"=false - - # Fixes crafted item statistics not increasing correctly when items are crafted with shift-click or drop methods - B:"Crafted Item Statistics"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - # Increases the packet size limit to account for large packets in modded environments - # Vanilla default is 0x200000 - # Incompatible with SpongeForge and RandomPatches - I:"Packet Size"=16777216 - - # Fixes various particle types not showing up on the client - B:"Particle Spawning"=true - - # Fixes potion effects not displaying their level above 'IV' - B:"Potion Amplifier Visibility"=true - - # Fixes the spectator menu not showing player skins - B:"Spectator Menu"=true - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - world { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - # Incompatible with SpongeForge - B:"Chunk Saving"=true - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Fixes duplication issues that can occur when entities travel through portals - B:"Portal Traveling Dupe"=true - - # Changes the data table of tile entities to resolve issues - # HASHMAP: Vanilla default - # LINKED_HASHMAP: Keeps the loading order of tile entities to prevent issues during the first ticks of chunk loading - # CONCURRENT_HASHMAP: Allows simultaneous access to tile entities to prevent concurrent modification exceptions - # CONCURRENT_LINKED_HASHMAP: Combines LINKED_HASHMAP and CONCURRENT_HASHMAP, may have random side effects - # Valid values: - # HASHMAP - # LINKED_HASHMAP - # CONCURRENT_HASHMAP - # CONCURRENT_LINKED_HASHMAP - S:"Tile Entity Map"=CONCURRENT_LINKED_HASHMAP - - # Fixes witch hut structure data not accounting for the height it is generated at - B:"Witch Huts"=true - } - -} - - diff --git a/config - Copy/Universal Tweaks - General.cfg b/config - Copy/Universal Tweaks - General.cfg deleted file mode 100644 index 7af8cfb1..00000000 --- a/config - Copy/Universal Tweaks - General.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Configuration file - -general { - - debug { - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Enables debug logging - B:"Debug Logging"=false - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - -} - - diff --git a/config - Copy/Universal Tweaks - Mod Integration.cfg b/config - Copy/Universal Tweaks - Mod Integration.cfg deleted file mode 100644 index f9176b41..00000000 --- a/config - Copy/Universal Tweaks - Mod Integration.cfg +++ /dev/null @@ -1,594 +0,0 @@ -# Configuration file - -general { - - abyssalcraft { - # Disables AbyssalCraft's Plague-type mobs spawning lingering potion effects on death - B:"Disable Plague Potion Clouds"=false - - # Optimizes AbyssalCraft's item transport system to reduce tick overhead - B:"Optimized Item Transport"=true - } - - "actually additions" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack - B:"Laser Upgrade Voiding"=true - } - - "arcane archives" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "advent of ascension" { - # Improves AoA player ticking by only sending inventory changes when necessary - B:"Improved Player Tick"=true - B:"Inventory-less GUI Compatibility"=true - } - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=false - } - - "blood magic" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Optimizes the Hellfire/Soul Forge to reduce tick time - B:"Optimized Hellfire Forge"=true - - # Fixes memory leak when unloading worlds/switching dimensions - B:"World Unload Memory Leak Fix"=true - } - - botania { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Enables the Botania Garden of Glass skybox for custom dimensions - # Abides by Botania's 'enableFancySkybox' config option - # Example: 43 - I:"Fancy Skybox" < - 43 - > - } - - chisel { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "chocolate quest repoured" { - # Restores the golden feather behavior from the original Better Dungeons mod - B:"Legacy Golden Feather"=true - } - - "cofh core" { - # Sets the damage multiplier of the Vorpal enchantment - D:"Vorpal Enchantment Damage"=10.0 - } - - "elementary staffs" { - # Reintroduces the 1.5 electric staff behavior along with some subtle particles - B:"Electric Staff Port"=true - } - - "elenai dodge 2" { - # Chance per dodge to extinguish the player when burning - D:"Extinguishing Dodges"=0.0 - - # Fixes server-sided crashes when the Feathers Helper API is utilized - B:"Feathers Helper API Fix"=true - - # Sets the amount of consumed half-feathers per interval when the player is sprinting - I:"Sprinting Feather Consumption"=0 - - # Sets the rate feathers are consumed in ticks when the player is sprinting - I:"Sprinting Feather Interval"=20 - - # Sets the amount of half-feathers required to start sprinting - I:"Sprinting Feather Requirement"=6 - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - "the erebus" { - # Fixes Cabbage not dropping the correct items in some situations - B:"Fix Cabbage Drop"=true - - # Fixes the Quake Hammer using the incorrect config option to control its size - B:"Fix Quake Hammer Texture"=true - - # Prevents HWYLA/TOP crashes with preserved blocks - B:"Preserved Blocks Fix"=true - } - - "extra utilities 2" { - # When near some inventories, the Radar feature (find in nearby inventories) will entirely break - # this catches the AbstractMethodException thrown, allowing other nearby inventories to be searched - B:"Catch Radar Exception"=true - - # Fixes the Creative Mill Generator not respecting the Creative Block Breaking config - B:"Creative Mill Harvestability"=true - - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Fixes Mob Attack and Health Statistics being repeatedly doubled - B:"Fix Deep Dark Stats"=true - - # Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list - B:"Mutable Machine Block Drops"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Allows Forestry farms to pick up ExtraTrees fruit - B:"Extra Trees: Gather Windfall"=true - - # Fixes broken textures for various running and landing particles - B:"Particle Fixes"=true - - # Allows Forestry farms to automatically replant cocoa beans - B:"Replanting Cocoa Beans"=true - } - - "industrialcraft 2" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "industrial foregoing" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Fixes an off-by-one error where IF Machines would display the max tier of range addon as one less than the actual maximum - B:"Machines Max Range Off-By-One Fix"=true - } - - "infernal mobs" { - # Enables compatibility between Infernal Mobs' Sticky effect and Reliquary's Pedestal - B:"Sticky Pedestal Compatibility"=true - - # Enables compatibility between Infernal Mobs' Sticky effect and Capsule's Recall enchantment - B:"Sticky Recall Compatibility"=true - } - - "iron backpacks" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "item stages" { - # Changes item matching code to CraftTweaker's ingredient matching system, fixes item NBT issues - B:"Ingredient Matching"=false - } - - mekanism { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "mob stages" { - # Fixes mob replacement ignoring entity spawning rules - B:"Spawning Rules Fixes"=true - } - - "nether chest" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - netherrocks { - # Prevents crashing with mods implementing right click crop harvesting - B:"Right Click Harvesting Fix"=true - } - - nuclearcraft { - # Changes the data table of the radiation environment handler to improve tick time - # CONCURRENT_HASHMAP: NuclearCraft default - # CONCURRENT_LINKED_HASHMAP: Keeps order of radiation environment info to improve iteration - Better performance - # CONCURRENT_LINKED_QUEUE: Uses a queue to avoid iteration - Best performance - # Valid values: - # CONCURRENT_HASHMAP - # CONCURRENT_LINKED_HASHMAP - # CONCURRENT_LINKED_QUEUE - S:"Radiation Environment Map"=CONCURRENT_LINKED_QUEUE - } - - projectred { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - quark { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - roost { - # Improves load time by registering ContentTweaker chickens early for Roost to detect them - # Note: If you would like to use ContentTweaker's MaterialSystem Parts for the layed item, in your script you must: - # 1) Use '#loader finalize_contenttweaker', not '#loader contenttweaker' - # 2) Use the Material Part Bracket Handler to reference the item - B:"ContentTweaker: Early Register CT Chickens"=true - S:"Custom Chickens" < - amber_chicken - amethyst_chicken - arlemite_chicken - baronyte_chicken - blazium_chicken - bloodgem_chicken - bloodstone_chicken - blue_gemstone_chicken - brightsteel_chicken - candyte_chicken - chalcedony_chicken - chaos_chicken - charged_runium_chicken - chestbone_fragment_chicken - cold_iron_chicken - crystallite_chicken - elecanium_chicken - emberstone_chicken - fluctuatite_chicken - footbone_fragment_chicken - gemenyte_chicken - glitch_chicken - green_gemstone_chicken - infinity_chicken - jade_chicken - jewelyte_chicken - legbone_fragment_chicken - limonite_chicken - lunastone_chicken - lyon_chicken - mithrillium_chicken - mystite_chicken - netherite_chicken - ogerite_chicken - ornamyte_chicken - osmium_chicken - palladium_chicken - polonium_chicken - pure_chicken - purple_gemstone_chicken - realmite_chicken - red_gemstone_chicken - rhenium_chicken - rosite_chicken - runium_chicken - rupee_chicken - sapphire_chicken - skullbone_fragment_chicken - unidentified_chicken - varsium_chicken - vityte_chicken - white_gemstone_chicken - yellow_gemstone_chicken - hassium_chicken - ghoulish_chicken - ghastly_chicken - rubidium_chicken - caesium_chicken - strontium_chicken - energy_chicken - heraldry_chicken - fesh_abomination_chicken - > - } - - "simple difficulty" { - # Fixes the interaction of iron canteens with rain collectors - B:"Iron Canteen Interaction Fix"=true - } - - "simply jetpacks" { - # Fixes a client-side memory leak associated with EntityPlayer - B:"Memory Leak Fix"=true - } - - "spice of life" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "storage drawers" { - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=25 - } - - "tardis mod" { - # Fixes a client-side memory leak associated with EntityPlayer - B:"Memory Leak Fix"=true - } - - "tech reborn" { - # Optimizes the Rolling Machine to reduce tick time - B:"Optimized Rolling Machine"=true - } - - thaumcraft { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs - B:"Flower Bounding Box"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - } - - "thaumcraft: entities" { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders - B:"Spiderlike Eldritch Crabs"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "thaumcraft: foci" { - - "focus effects" { - # Overhauls the break focus effect cast sound - B:"[01] Break: Cast Sound Revamp"=true - - # Adds an impact sound to the break focus effect - B:"[02] Break: Impact Sound"=true - - # Overhauls the earth focus effect cast sound - B:"[03] Earth: Cast Sound Revamp"=true - - # Adds an impact sound to the earth focus effect - B:"[04] Earth: Impact Sound"=true - - # Adds an impact sound to the fire focus effect - B:"[05] Fire: Impact Sound"=true - - # Adds an impact sound to the flux focus effect - B:"[06] Flux: Impact Sound"=true - - # Overhauls the frost focus effect cast sound to make it a lot less plangent - B:"[07] Frost: Cast Sound Revamp"=true - - # Adds an impact sound to the frost focus effect - B:"[08] Frost: Impact Sound"=true - - # Overhauls the heal focus effect cast sound - B:"[09] Heal: Cast Sound Revamp"=true - - # Adds an impact sound to the heal focus effect - B:"[10] Heal: Impact Sound"=true - - # Overhauls the rift focus effect cast sound - B:"[11] Rift: Cast Sound Revamp"=true - - # Adds an impact sound to the rift focus effect - B:"[12] Rift: Impact Sound"=true - - # Overhauls the exchange focus effect cast sound - B:"[13] Exchange: Cast Sound Revamp"=true - - # Adds an impact sound to the exchange focus effect - B:"[14] Exchange: Impact Sound"=true - } - - "focus mediums" { - # Plays an additional cast sound when using any bolt focus medium to add an extra layer of pow - B:"[1] Bolt: Cast Sound"=true - - # Plays an additional cast sound when using any cloud focus medium - B:"[2] Cloud: Cast Sound"=true - - # Adds additional cast, despawn, and setup sounds when using any mine focus medium - B:"[3] Mine: Sound Overhaul"=true - - # Plays an additional cast sound when summoning any type of spellbat - B:"[4] Spellbat: Cast Sound"=true - } - - } - - "thaumic wonders" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - B:"Memory Leak Fix"=false - } - - "the farlanders" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "thermal expansion" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Adds Monoculture Cycle integration to desired phytogenic insolator recipes added by ModTweaker - # Register the recipe with Insolator.addRecipeMonoculture() instead of Insolator.addRecipe() in .zs files - # (and Insolator.addRecipeMonocultureSaplingInfuser() instead of Insolator.addRecipeSaplingInfuser()) - # Note: Make sure the 'fertilizer' is specified as the secondaryInput arg in the function - B:"Insolator Custom Monoculture"=true - } - - "tinkers' construct" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Hides tool/bow materials in the 'Materials and You' book - # Syntax: material - # Enabling debug logging prints all materials on game launch - S:"Material Blacklist" < - > - - # Determines the maximum number of possible items to display before not rendering any to prevent substantial lag - # 0 to disable rendering items in the smeltery entirely - # -1 for the default, which is always rendering items - I:"Maximum Items to Render in Smeltery"=-1 - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Caches all ore dictionary smelting recipes to speed up game loading - B:"Ore Dictionary Cache"=true - - # Fixes server world being leaked to various particles - B:"Particle Fixes"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - - # Enables usage of tweaks in below category to customize Tinkers' tools stats - B:"Tool Customization"=true - - "tool customization" { - # Sets the rate at which a tool's attack damage incrementally decays depending on its damage cutoff - # Default value: 0.9 - # Range: 0.0 - 1.0 - # Note: A rate of 1.0 means there is no damage decay - # Note: The damage curve will cap the maximum value to (tool's damage cutoff)/(1 - decay rate) - S:"Attack Damage Decay Rate"=0.9 - - # Sets the attack damage cutoff at which diminishing returns start for the cleaver - # Default value: 25.0 - D:"Cleaver Attack Damage Cutoff"=75.0 - - # Sets the attack damage cutoff at which diminishing returns start for any Tinkers' tool not listed here - # Default value: 15.0 - D:"General Attack Damage Cutoff"=15.0 - - # Sets the attack damage cutoff at which diminishing returns start for the longsword - # Default value: 18.0 - D:"Longsword Attack Damage Cutoff"=65.0 - - # Sets the attack damage cutoff at which diminishing returns start for the PlusTiC katana - # Default value: 22.0 - D:"PlusTiC: Katana Attack Damage Cutoff"=22.0 - - # Sets the attack damage cutoff at which diminishing returns start for the rapier - # Default value: 13.0 - D:"Rapier Attack Damage Cutoff"=55.0 - } - - } - - "tiny progressions" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "cb multipart/forge multipart cbe" { - # Fixes a memory leak associated with EntityPlayer - B:"Memory Leak Fix"=true - } - - "compact machines" { - # Fixes some compact machine walls being invisible if Nothirium 0.2.x (and up) or Vintagium is installed - B:"Invisible Wall Render Fix"=true - } - - "effortless building" { - # Fixes Effortless Building ignoring Metadata when checking for items in inventory - B:"Block Transmutation Fix"=true - } - - mrtjpcore { - # Fixes a memory leak associated with EntityPlayer - B:"Memory Leak Fix"=true - } - - "astral sorcery" { - # Fixes a bug where particle effects would continue to render after changing dimensions - B:"Clear Particle Effects"=true - - # Downgrades the message when completing a recipe without an initializing player from a warning to a debug - B:"Downgrade Missing Player Log Level"=true - - # Fixes Sooty Marble Pillar blocking the proper rendering of adjacent fluids due to inverted logic - B:"Sooty Marble Rendering Fix"=true - } - - "modular routers" { - # Fixes particles being added from the wrong thread which corrupted the particle manager - B:"Particle Thread Fix"=true - } - - railcraft { - # Disables the beta message warning on world join - B:"No Beta Warning"=true - } - - "rftools dimensions" { - # Fixes a bug where joining a world or server with any RFTools Dimension registered would disallow entering another world without that dimension until restarting - B:"Fully Unregister Dimensions"=true - } - - "codechicken lib" { - # Fixes network ByteBuf leaks from PacketCustom - B:"Packet Leak Fix"=false - } - - "ender storage" { - # Fixes storage frequencies being tracked multiple times - B:"Fix Frequency Tracking"=true - } - - openblocks { - # Fixes the Last Stand enchantment triggering too early on pre-mitigation damage (before enchants, potions, etc) - # instead of on post-mitigation damage. - B:"Last Stand Trigger Fix"=true - } - - opencomputers { - # Fixes network ByteBuf leaks from PacketHandler - B:"Packet Leak Fix"=true - } - - "requious frakto" { - # Fixes server world being leaked to various particles - B:"Particle Fixes"=true - } - - steamworld { - # Fixes a Stack Overflow crash when entering the Sky of Old Dimension - B:"Sky of Old Dimension Fix"=true - } - -} - - diff --git a/config - Copy/Universal Tweaks - Tweaks.cfg b/config - Copy/Universal Tweaks - Tweaks.cfg deleted file mode 100644 index ef6c8012..00000000 --- a/config - Copy/Universal Tweaks - Tweaks.cfg +++ /dev/null @@ -1,1345 +0,0 @@ -# Configuration file - -general { - - blocks { - # Replaces bed obstruction checks with an improved version - B:"Bed Obstruction Replacement"=true - - # Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking - B:"Better Harvest"=false - - # Sets the delay in ticks between breaking blocks - I:"Block Hit Delay"=5 - - # Determines how tall cacti can grow - I:"Cactus Size"=3 - - # Allows placing End Crystals without requiring Obsidian or Bedrock below - B:"End Crystal Placing"=false - - # Determines the numerator of the block drop formula on explosions - # Formula: chance ÷ explosionSize - D:"Explosion Block Drop Chance"=1.0 - - # Determines how long falling blocks remain in ticks until they are dropped under normal circumstances - I:"Falling Block Lifespan"=600 - - # Controls when and if farmland can be trampled into dirt - # Default: Farmland is trampled normally (vanilla default) - # Never: Farmland can never be trampled - # Only Player: Prevents farmland from being trampled by a non-EntityPlayer - # Not Player: Prevents farmland from being trampled by an EntityPlayer - # Feather Falling: Prevents farmland from being trampled if the entity has the Feather Falling enchantment on equipped boots - # Valid values: - # DEFAULT - # NEVER - # ONLY_PLAYER - # NOT_PLAYER - # FEATHER_FALLING - S:"Farmland Trample"=DEFAULT - - # Makes leaves decay faster when trees are chopped - B:"Fast Leaf Decay"=true - - # Allows the player to jump over fences and walls - B:"Fence/Wall Jump"=true - - # Causes Barrier Particles to always be displayed to players in Creative mode - B:"Improve Barrier Particle Display"=false - - # Allows the creation of grass paths everywhere (beneath fence gates, trapdoors, ...) - B:"Lenient Paths"=true - - # Controls if the observer activates itself on the first tick when it is placed - B:"Prevent Observer Activating on Placement"=false - - # Controls if the End Portal renders its texture on the bottom face - B:"Render End Portal Bottom"=true - - # Determines how tall sugar cane can grow - I:"Sugar Cane Size"=3 - - # Allows placing Pumpkins and Jack'O'Lanterns without a supporting block - B:"Unsupported Pumpkin Placing"=false - - # Determines how long vines can grow - # 0 = Infinite (vanilla default) - I:"Vine Size"=0 - - "better placement" { - # Removes the delay between placing blocks - B:"[1] Better Placement Toggle"=false - - # If the cursor must be moved to a new location before placing another block - B:"[2] Force New Location"=true - - # Only affects block placement in creative mode - B:"[3] Creative Mode Only"=false - } - - "block dispenser" { - # Allows dispensers to place blocks - B:"[1] Block Dispenser Toggle"=true - - # List of blocks concerning dispensing - # Behavior depends on the list mode - # Syntax: modid:block - S:"[2] Block List" < - minecraft:water - minecraft:flowing_water - minecraft:lava - minecraft:flowing_lava - minecraft:fire - minecraft:web - botania:specialflower - thermalexpansion:strongbox - > - - # Blacklist Mode: Blocks which can't be placed, others can - # Whitelist Mode: Blocks which can be placed, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "breakable bedrock" { - # Allows customizable mining of bedrock - B:"[1] Breakable Bedrock Toggle"=false - - # List of tools concerning mining bedrock - # Behavior depends on the list mode - # Syntax: modid:tool - S:"[2] Tool List" < - > - - # Blacklist Mode: Tools which can't mine bedrock, others can - # Whitelist Mode: Tools which can mine bedrock, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "finite water" { - # Prevents creation of infinite water sources - B:"[1] Finite Water Toggle"=false - - # Allows creation of infinite water sources in ocean and river biomes - B:"[2] Allow Water Biomes"=true - - # Inclusive minimum altitude at which water is infinite - I:"[3] Minimum Altitude"=0 - - # Inclusive maximum altitude at which water is infinite - I:"[4] Maximum Altitude"=63 - } - - "overhaul beacon" { - # Overhaul beacon construction and range - B:"[1] Overhaul Beacon Toggle"=false - - # Modifier: Use per block modifier for range calculation, replacing vanilla implementation - # Enforced: Enforce usage of only 1 beacon base type per level - # Valid values: - # MODIFIER - # ENFORCED - # ENFORCED_MODIFIER - S:"[2] Mode"=ENFORCED - - # Global range for block, change it by modify beacon range config - D:"[3] Global Modifier"=1.0 - - # Scaling beacon range per level (1 -> 4) - # Don't try add more value to this scale as this only use first 4 values - D:"[4] Level Scaling" < - 1.0 - 0.8 - 0.6 - 0.4 - > - - ########################################################################################################## - # [5] per block modifier - #--------------------------------------------------------------------------------------------------------# - # Block modifier for range calculate, only apply for beacon base block - # Add new one required restart, modify doesn't required so - ########################################################################################################## - - "[5] per block modifier" { - D:"modid:example"=1.0 - } - - } - - "sapling behavior" { - # Allows customization of sapling behavior while utilizing an optimized method - B:"[1] Sapling Behavior Toggle"=true - - # Inclusive minimum light level at which saplings grow into trees - I:"[2] Minimum Light Level"=9 - - # Chance per update tick at which saplings grow into trees - # Note: General growth rate is still affected by the random tick speed - # Min: 0.0 - # Max: 1.0 - D:"[3] Growth Chance"=0.125 - } - - } - - entities { - # Removes entity AI for improved server performance - B:"AI Removal"=false - - # Replaces entity AI for improved server performance - B:"AI Replacement"=true - - # Scales dropped experience from entities based on their health - # Formula: max_health * factor - # 0 for vanilla default - D:"Adaptive XP Drops"=0.0 - - # Enables arms for armor stands by default - B:"Armed Armor Stands"=false - - # Replaces auto jump with an increased step height (singleplayer only) - B:"Auto Jump Replacement"=true - - # Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them - B:"Better Ignition"=true - - # Sets the acceleration value for controlling boats - D:"Boat Speed"=0.04 - - # Lets baby zombies burn in daylight as in Minecraft 1.13+ - B:"Burning Baby Zombies"=true - - # Lets skeletons burn in daylight - B:"Burning Skeletons"=true - - # Lets zombies burn in daylight - B:"Burning Zombies"=true - - # Sets the chance for creepers to spawn charged - # Min: 0.0 - # Max: 1.0 - D:"Creeper Charged Spawning Chance"=0.01 - D:"Creeper Confetti Spawning Chance"=0.0 - - # Sets the additional damage that critical arrows deal - # -1 for vanilla random default - I:"Critical Arrow Damage"=-1 - - # Disables creepers dropping music discs when slain by skeletons - B:"Disable Creeper Music Discs"=false - - # Disables leveling of villager careers, only allowing base level trades - B:"Disable Villager Trade Leveling"=false - - # Disables restocking of villager trades, only allowing one trade per offer - B:"Disable Villager Trade Restock"=false - - # Disables withers targeting animals - B:"Disable Wither Targeting AI"=false - - # Sets the offset for the fire overlay in first person when the player is burning - D:"First Person Burning Overlay"=-0.3 - - # Lets husks and strays spawn underground like regular zombies and skeletons - B:"Husk & Stray Spawning"=true - - # 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 - - # Backports 1.16+ knockback to 1.12: Knockback resistance is now a scale instead of a probability - B:"Modern Knockback"=true - - # Prevents zombie pigmen spawning from nether portals - B:"No Portal Spawning"=false - - # Stops horses wandering around when saddled - B:"No Saddled Wandering"=true - - # Sets the chance for rabbits to spawn as the killer bunny variant - # Min: 0.0 - # Max: 1.0 - D:"Rabbit Killer Spawning Chance"=0.05 - - # Sets the chance for rabbits to spawn as the Toast variant - # Min: 0.0 - # Max: 1.0 - D:"Rabbit Toast Spawning Chance"=0.05 - - # Sets the exhaustion value per cm when riding mounts - # Min: 0.0 - # Max: 1.0 - D:"Riding Exhaustion"=0.0 - - # Summoned vexes will also die when their summoner is killed - B:"Soulbound Vexes"=true - - # When viewing in third person, don't stop the camera on non-solid blocks - B:"Third Person Ignores Non-solid Blocks"=false - - # Allows creating Iron Golems with non-air blocks in the bottom corners of the structure - B:"Weaken Golem Structure Requirements"=false - - # Allows creating Withers with non-air blocks in the bottom corners of the structure - B:"Weaken Wither Structure Requirements"=false - - attributes { - # Sets custom ranges for entity attributes - B:"[01] Attributes Toggle"=true - D:"[02] Max Health Min"=-65536.0 - D:"[03] Max Health Max"=1000000.0 - D:"[04] Follow Range Min"=-65536.0 - D:"[05] Follow Range Max"=65536.0 - D:"[06] Knockback Resistance Min"=-65536.0 - D:"[07] Knockback Resistance Max"=65536.0 - D:"[08] Movement Speed Min"=-65536.0 - D:"[09] Movement Speed Max"=65536.0 - D:"[10] Flying Speed Min"=-65536.0 - D:"[11] Flying Speed Max"=65536.0 - D:"[12] Attack Damage Min"=-65536.0 - D:"[13] Attack Damage Max"=65536.0 - D:"[14] Attack Speed Min"=-65536.0 - D:"[15] Attack Speed Max"=65536.0 - D:"[16] Armor Min"=-65536.0 - D:"[17] Armor Max"=65536.0 - D:"[18] Armor Toughness Min"=-65536.0 - D:"[19] Armor Toughness Max"=65536.0 - D:"[20] Luck Min"=-65536.0 - D:"[21] Luck Max"=65536.0 - } - - "better burning" { - # Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items - B:"[1] Cooked Items"=true - - # If entities have fire resistance, they get extinguished right away when on fire - B:"[2] Extinguishing"=true - - # Prevents the fire animation overlay from being displayed when the player is immune to fire - B:"[3] Fire Overlay"=true - - # Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty) - B:"[4] Flaming Arrows"=true - - # Allows fire to spread from entity to entity (30% chance * regional difficulty) - B:"[5] Spreading Fire"=true - } - - "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision - B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 - I:"[2] Damage Factor"=10 - } - - "damage velocity" { - # Enables the modification of damage sources that change the entity's velocity - B:"[1] Damage Velocity Toggle"=false - - # Syntax: damagetype - S:"[2] Damage Velocity List" < - inFire - onFire - > - - # Blacklist Mode: Damage sources that don't change velocity, others do - # Whitelist Mode: Damage sources that change velocity, others don't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false - - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 - } - - "no golems" { - # Disables the manual creation of iron golems - B:"[1] Iron Golem Toggle"=false - - # Disables the manual creation of snow golems - B:"[2] Snow Golem Toggle"=false - - # Disables the manual creation of withers - B:"[3] Wither Toggle"=false - } - - "player speed" { - # Enables the modification of base and maximum player speeds - B:"[1] Player Speed Toggle"=false - - # Determines the player's base walk speed - D:"[2] Walk Speed"=0.1 - - # Determines the player's base fly speed - D:"[3] Fly Speed"=0.05 - - # Determines the player's maximum speed - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[4] Max Speed"=100.0 - - # Determines the player's maximum speed when flying with elytra - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[5] Max Elytra Speed"=300.0 - - # Determines the player's maximum speed when riding a vehicle or mount - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[6] Max Vehicle Speed"=100.0 - } - - "rally health" { - # Adds Bloodborne's Rally system to Minecraft - # Regain lost health when attacking back within the risk time - B:"[1] Rally Health Toggle"=false - - # Determines the risk time in ticks - I:"[2] Risk Time"=60 - - # Determines the chance to regain health in percent - I:"[3] Heal Chance"=80 - - # Plays an indication sound effect when health is regained - B:"[4] Indication Sound"=false - } - - sleeping { - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false - - # Determines at which time of day sleeping is allowed in ticks (0 - 23999) - # -1 for vanilla default - # Min: -1 - # Max: 23999 - I:"Sleeping Time"=-1 - } - - "spawn caps" { - # Sets maximum spawning limits for different entity types - B:"[1] Spawn Caps Toggle"=false - - # Maximum amount of monsters (IMob) - I:"[2] Monster Cap"=70 - - # Maximum amount of creatures (EntityAnimal) - I:"[3] Creature Cap"=10 - - # Maximum amount of ambients (EntityAmbientCreature) - I:"[4] Ambient Cap"=15 - - # Maximum amount of water creatures (EntityWaterMob) - I:"[5] Water Creature Cap"=5 - } - - "undead horses" { - # Lets untamed undead horses burn in daylight - B:"Burning Undead Horses"=true - - # Allows taming of undead horses - B:"Taming Undead Horses"=true - } - - "water fall damage" { - # Re-implements an improved version of pre-1.4 fall damage in water - B:"[1] Water Fall Damage Toggle"=false - - # How much fall damage gets reduced by water per tick - D:"[2] Damage Reduction"=2.0 - } - - "chicken shedding" { - # Enables chickens to have a chance to shed a feather - B:"[1] Chicken Shedding"=true - - # How frequently feathers shed from chickens (lower means more) - I:"[2] Shed Frequency"=28000 - - # Allows baby chickens to also shed feathers - B:"[3] Baby Chickens Shed Feathers"=false - } - - "creeper confetti" { - # Sets the chance to replace deadly creeper explosions with delightful confetti - # Min: 0.0 - # Max: 1.0 - D:"[1] Creeper Confetti Chance"=0.0 - - # Sets the damage dealt by confetti explosions - D:"[2] Creeper Confetti Damage"=0.0 - } - - "cobweb slowness" { - # Modifies the applied slowness factor when entities are moving in cobwebs - B:"[1] Cobweb Slowness Toggle"=false - - # The slowness factor that gets multiplied with the horizontal entity speed - D:"[2] Horizontal Slowness Factor"=0.25 - - # The slowness factor that gets multiplied with the vertical entity speed - D:"[3] Vertical Slowness Factor"=0.05000000074505806 - } - - "void teleport" { - # Enables Void Teleport, where falling out below a dimension will teleport you to the top of the dimension - B:"[01] Void Teleport Toggle"=false - - # Prevents taking a tick of void damage before being teleported - # If this is false, entities will take 4 damage every time Void Teleport activates, preventing infinite looping - B:"[02] Prevent Void Damage"=true - - # Y-level to teleport the entity - # If the target Y-level is lower than the highest block in that coordinate, will teleport the entity to the highest location instead - I:"[03] Target Y-Level"=300 - - # Applies the blindness effect for 3 seconds when teleporting - B:"[04] Apply Blindness on Teleport"=true - - # Prevents Y motion from being less than this - D:"[05] Clamp Falling Speed"=-1.0 - - # Height to override the fallDistance variable with when landing after having teleported - # When set to less than 0, [07] Fall Damage Taken applies instead - D:"[06] Fall Distance Height"=-1.0 - - # Amount of fall damage taken when landing on a block - # Negative numbers deal damage relative to the entity's max health - # Only applies if [06] Fall Distance Height is less than 0 - D:"[07] Fall Damage Taken"=-1.0 - - # Sets if [07] Fall Damage Taken can kill entities - # Does not apply to fall damage taken due to [06] Fall Distance Height - B:"[08] Allow Fall Damage Taken to Kill"=true - - # Maximum number of times to teleport the entity without the entity landing before no longer teleporting. Used to prevent infinite loops - I:"[09] Maximum Times to Teleport Consecutively"=100 - - # Controls if players are teleported by Void Teleport - B:"[10] Apply Void Teleport to Players"=true - - # List of the resource location names for entities concerning Void Teleport - # Behavior depends on the list mode - S:"[11] Entity List" < - > - - # Blacklist Mode: Entities that won't be impacted by Void Teleport, others will - # Whitelist Mode: Entities that will be impacted by Void Teleport, others won't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[12] Entity List Mode"=WHITELIST - - # List of dimensions concerning Void Teleport - # Behavior depends on the list mode - # Can be dimension name or ID - S:"[13] Dimension List" < - > - - # Blacklist Mode: Dimensions that don't have Void Teleport enabled, others do - # Whitelist Mode: Dimensions that have Void Teleport enabled, others don't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[14] Dimension List Mode"=BLACKLIST - } - - } - - items { - # Allows the consumption of food at any time, regardless of the hunger bar - B:"Always Eat"=true - - # Switches the selected hotbar slot to a proper tool if required - B:"Auto Switch Tools"=false - B:"Bow Infinity"=true - - # Sets custom rarities for items, affecting tooltip colors - # Syntax: modid:item:meta;rarity - # 'meta' is optional and defaults to 0 - # Available rarities: common, uncommon, rare, epic - # Example -> minecraft:diamond;rare - S:"Custom Rarity" < - minecraft:dragon_breath;uncommon - minecraft:elytra;uncommon - minecraft:experience_bottle;uncommon - minecraft:nether_star;uncommon - minecraft:skull:0;uncommon - minecraft:skull:1;uncommon - minecraft:skull:2;uncommon - minecraft:skull:3;uncommon - minecraft:skull:4;uncommon - minecraft:skull:5;uncommon - minecraft:totem_of_undying;uncommon - minecraft:beacon;rare - minecraft:end_crystal;rare - minecraft:barrier;epic - minecraft:chain_command_block;epic - minecraft:command_block;epic - minecraft:command_block_minecart;epic - minecraft:dragon_egg;epic - minecraft:knowledge_book;epic - minecraft:repeating_command_block;epic - minecraft:structure_block;epic - minecraft:structure_void;epic - thaumcraft:thaumium_axe;uncommon - thaumcraft:thaumium_hoe;uncommon - thaumcraft:thaumium_pick;uncommon - thaumcraft:thaumium_shovel;uncommon - thaumcraft:thaumium_sword;uncommon - thaumcraft:void_axe;uncommon - thaumcraft:void_hoe;uncommon - thaumcraft:void_pick;uncommon - thaumcraft:void_shovel;uncommon - thaumcraft:void_sword;uncommon - thaumcraft:primal_crusher;epic - > - - # Sets custom use durations for items like shields, affecting the maximum block time - # Syntax: modid:item:meta;duration;cooldown - # 'meta' and 'cooldown' are optional and default to 0, 'duration' and 'cooldown' in ticks - # Examples -> minecraft:shield;69 - # -> custommod:customshield:1;42;69 - S:"Custom Use Duration" < - > - - # Causes Glass Bottles to consume the source block of water - B:"Glass Bottle Consumes Water Source"=false - - # Prevents placing of liquid source blocks in the world - B:"Hardcore Buckets"=false - - # Disables crafting recipes for repairing tools - B:"No Crafting Repair"=false - - # Disables dragon's breath from being a container item and leaving off empty bottles when a stack is brewed with - B:"No Leftover Breath Bottles"=true - - # Prevents using Mob Spawner Eggs to change what a Spawner is spawning - B:"Prevent Mob Eggs from Changing Spawners"=false - - # Prevents placing of liquid source blocks overriding portal blocks - B:"Prevent Placing Buckets in Portals"=false - - # Enables one-time ignition of entities by hitting them with a torch - B:"Super Hot Torch"=false - - # Sets the amount of experience spawned by bottles o' enchanting - # -1 for vanilla default - I:"XP Bottle Amount"=-1 - - "attack cooldown" { - # Disables the 1.9 combat update attack cooldown - B:"[1] No Attack Cooldown Toggle"=false - - # Only removes the attack cooldown of swords to balance other weapons like axes - B:"[2] Only Affect Swords"=false - - # Hides attack speed tooltips of weapons - B:"[3] Hide Attack Speed Tooltip"=true - } - - "item entities" { - # Enables the modification of item entity properties - B:"[01] Item Entities Toggle"=true - - # Adds physical aspects such as collision boxes to item entities - B:"[02] Physics"=false - - # Item entities can be picked up automatically - # When disabled, item entities can be picked up by right-clicking (requires 'Physics' option) - B:"[03] Automatic Pickup"=true - - # Item entities can only be picked up when sneaking - B:"[04] Sneaking Pickup"=false - - # Tools which enable picking up items automatically - # Example -> minecraft:bucket - S:"[05] Collection Tool" < - > - - # Determines the delay in ticks until item entities can be picked up - # -1 for vanilla default - I:"[06] Pickup Delay"=-1 - - # Determines the time in ticks until item entities get despawned - # -1 for vanilla default - I:"[07] Lifespan"=-1 - - # Stops combination of item entities - B:"[08] No Combination"=false - - # Stops combination of item entities if their maximum stack size is reached - B:"[09] Smart Combination"=true - - # The radius (in blocks) that dropped items should check around them for other dropped items to combine with - # Depends on the Smart Combination toggle - D:"[10] Smart Combination Radius"=2.0 - - # Allows dropped items to also check above and below them for combination - # Depends on the Smart Combination toggle - B:"[11] Smart Combination Y-Axis Check"=true - - # Enables the rotation effect - B:"[12] Rotation"=true - - # Enables the bobbing effect - B:"[13] Bobbing"=true - - # Makes item entities flash when they're about to despawn - B:"[14] Clear Despawn"=false - - # Determines the time in seconds item entities have left before despawn to start flashing - I:"[15] Clear Despawn: Flashing Time"=20 - - # Makes item entities flash faster as they get closer to despawning - B:"[16] Clear Despawn: Urgent Flashing"=true - - # Slows how often item entities update their position to improve performance - B:"[17] Slowed Movement"=false - } - - mending { - # Bows enchanted with Infinity no longer require arrows - B:"[1] Arrowless Infinity"=true - - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Allows the Infinity Enchantment to be combined with Mending - B:"[2] Infinity Conflict"=false - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Allows the Infinity Enchantment to apply to all arrows (e.g. Tipped Arrows) - B:"[3] Infinity Affects All Arrows"=false - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false - } - - "shield parry" { - # Allows parrying of projectiles with shields - B:"[01] Shield Parry Toggle"=false - - # Determines the amount of time an arrow can be parried after raising the shield - # Measured in ticks - I:"[02] Arrow Time Window"=40 - - # Determines the amount of time a fireball can be parried after raising the shield - # Measured in ticks - I:"[03] Fireball Time Window"=40 - - # Determines the amount of time a throwable can be parried after raising the shield - # Measured in ticks - I:"[04] Throwable Time Window"=40 - - # Syntax: modid:entity - # Example: minecraft:arrow - S:"[05] Projectile List" < - > - - # Blacklist Mode: Projectiles which can't be parried, others can be parried - # Whitelist Mode: Projectiles which can be parried, others can't be parried - # Valid values: - # WHITELIST - # BLACKLIST - S:"[06] List Mode"=BLACKLIST - - # Plays an indication sound effect when projectiles are parried - B:"[07] Indication Sound"=false - - # Adds the Rebound enchantment for extended parry time windows - B:"[08] Rebound Enchantment"=true - - # Makes the Rebound enchantment exclusive to enchanted books as loot - B:"[09] Rebound Treasure Enchantment"=false - - # Maximum enchantment level for the Rebound enchantment - I:"[10] Rebound Max Level"=5 - - # Multiplier for the parry time windows - D:"[11] Rebound Multiplier"=0.25 - - # Requires the rebound enchantment for parrying - B:"[12] Require Rebound Enchantment"=false - } - - } - - misc { - # Always displays the actual potion duration instead of `**:**` - B:"Accurate Potion Duration"=true - - # Always returns the player to the main menu when quitting the game - B:"Always Return to Main Menu"=false - - # Displays the ping in milliseconds of players when viewing the server list - B:"Better Ping Display"=true - B:"Compact Messages"=false - - # Enables clicking of `/seed` world seed in chat to copy to clipboard - # Required on server AND client - B:"Copy World Seed"=false - - # Restores feature to tilt the camera when damaged - B:"Damage Tilt"=true - - # Sets the default difficulty for newly generated worlds - # Valid values: - # PEACEFUL - # EASY - # NORMAL - # HARD - S:"Default Difficulty"=NORMAL - - # Prevents the advancement system from loading entirely - B:"Disable Advancements"=false - - # Disables the glint overlay on enchantment books - B:"Disable Glint Overlay on Enchantment Books"=false - - # Disables the glint overlay on potions - B:"Disable Glint Overlay on Potions"=false - - # Disables using the scroll wheel to change hotbar slots wrapping - B:"Disable Hotbar Scroll Wrapping"=false - - # Disables the narrator functionality entirely - B:"Disable Narrator"=true - - # Disables all text shadowing, where text has a darker version of itself rendered behind the normal text, changing the appearance and can improve fps on some screens - B:"Disable Text Shadows"=false - - # Re-implements parallax rendering of the end portal from 1.10 and older - B:"End Portal Parallax"=true - - # Disables potion effect particles emitting from yourself - B:"Hide Personal Effect Particles"=false - - # Provides more information to addPacket removed entity warnings - B:"Improved Entity Tracker Warning"=true - - # Lets background music play continuously without delays - B:"Infinite Music"=false - - # Enhance the vanilla 'Open to LAN' GUI for listening port customization, removal of enforced authentication and more - B:"LAN Server Properties"=true - - # Sets the amount of XP needed for each level, effectively removing the increasing level scaling - # 0 for vanilla default - I:"Linear XP Amount"=0 - - # Sets the amount of applicable pattern layers for banners - # 6 for vanilla default - I:"More Banner Layers"=6 - - # Disables the flashing effect when the night vision potion effect is about to run out - B:"No Night Vision Flash"=false - - # Disables the inventory shift when potion effects are active - B:"No Potion Shift"=true - - # Disables the experience reward when smelting items in furnaces - B:"No Smelting XP"=false - - # Prevents placing offhand blocks when blocks or food are held in the mainhand - B:"Offhand Improvement"=true - - # Sets the Y value of the overlay message (action bar), displayed for playing records etc. - # -4 for vanilla default - I:"Overlay Message Height"=-4 - - # Limits particles to a set amount. Should not be set too low, as it will cause particles to appear for a single tick before vanishing - # Vanilla default is 16384 - # Less than or equal to 0 is set to the default - I:"Particle Limit"=-1 - - # Always indent keybind entries from the screen edge, preventing them from overflowing off the left side when particularly long keybind names are present - B:"Prevent Keybinds from Overflowing Screen"=true - - # Removes the 3D Anaglyph button from the video settings menu - B:"Remove 3D Anaglyph Button"=true - - # Removes the redundant Minecraft Realms button from the main menu and silences notifications - # Incompatible with RandomPatches - B:"Remove Realms Button"=true - - # Removes the recipe book button from GUIs - B:"Remove Recipe Book"=false - - # Forcefully turns off the snooper and hides the snooper settings button from the options menu - B:"Remove Snooper"=true - - # Sets the Y value of the selected item tooltip, displayed when held items are changed - # 59 for vanilla default - I:"Selected Item Tooltip Height"=59 - - # Skips the credits screen after the player goes through the end podium portal - B:"Skip Credits"=false - - # Automatically confirms the 'Missing Registry Entries' screen on world load - # Identical to the launch parameter `-Dfml.queryResult=confirm` - B:"Skip Missing Registry Entries Screen"=false - - # Adds a button to the pause menu to toggle cheats - B:"Toggle Cheats Button"=true - - # Makes the dismount keybind separate from LSHIFT, allowing it to be rebound independently - B:"Use Separate Dismount Key"=false - - # Allows using a custom Narrator key, instead of being stuck with CTRL+B - B:"Use Separate Narrator Key"=false - - # Sets the maximum experience level players can reach - # 0 to effectively disable gaining of experience - # -1 for vanilla default - I:"XP Level Cap"=-1 - - "armor curve" { - # Adjusts the armor scaling and degradation formulae for mobs and players - B:"[1] Armor Curve Toggle"=false - - # Configure how much armor does against damage - # Valid values are 'armor', 'damage', and 'toughness' - # Set to 1 to not modify damage at this step - S:"[2] Armor Damage Reduction Formula"=damage-(damage>(40/(toughness+1)))*((40/(toughness+1)))/2 - - # Configure sudden death protection for armor toughness - # Valid values are 'armor', 'damage', and 'toughness' - # Set to 1 to not modify damage at this step - S:"[3] Armor Toughness Damage Reduction Formula"=damage*MAX(10/(10+armor),0.2) - - # Configure the efficiency of protection enchantments - # Valid values are 'enchant' and 'damage' - # Set to 1 to not modify damage at this step - S:"[4] Enchantment Damage Reduction Formula"=damage*10/(10+enchant) - - # Configure how armor degrades - # Valid values are 'remaining' and 'max' - # Set to 1 to disable - S:"[5] Armor Degradation Formula"=remaining/MAX(max,1) - - # Enables debug logging for easier config validation - B:"[6] Debug Logging"=false - } - - "incurable potions" { - # Determines if potion effects are curable with curative items like buckets of milk - B:"[1] Incurable Potions Toggle"=true - - # Syntax: modid:potioneffect - S:"[2] Potion Effect List" < - > - - # Blacklist Mode: Potion effects incurable by curative items, others are curable - # Whitelist Mode: Potion effects curable by curative items, others are incurable - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - lightning { - # Sets the damage lightning bolts deal to entities - D:"Lightning Damage"=5.0 - - # Sets the duration in ticks lightning bolts set entities on fire - I:"Lightning Fire Ticks"=8 - - # Disables the creation of fire around lightning strikes - B:"No Lightning Fire"=false - - # Disables the flashing of skybox and ground brightness on lightning bolt strikes - B:"No Lightning Flash"=false - - # Prevents lightning bolts from destroying items - B:"No Lightning Item Destruction"=false - } - - "load sounds" { - # Play load sound on... - # Valid values: - # NOTHING - # MINECRAFT - # WORLD - # MINECRAFT_AND_WORLD - S:"[1] Mode"=MINECRAFT_AND_WORLD - - # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch - S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - - # Sounds to play when the world is loaded - # Syntax: eventname;pitch - S:"[3] World Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - } - - "pickup notification" { - # Displays notifications when the player obtains or loses items - B:"[01] Pickup Notification Toggle"=false - - # Displays item additions when a player obtains an item - B:"[02] Display Item Additions"=true - - # Displays item removals when a player loses an item - B:"[03] Display Item Removals"=true - - # Displays changes in player experience - B:"[04] Display Experience"=true - - # Displays the icon of the respective item - B:"[05] Display Icon"=true - - # Displays the name of the respective item - B:"[06] Display Name"=true - - # Displays a dark rectangle behind changed items - B:"[07] Display Background"=false - - # Sets the horizontal offset of the notification - I:"[08] Display Offset Horizontal"=0 - - # Sets the vertical offset of the notification - I:"[09] Display Offset Vertical"=18 - - # Sets the edge/corner of the screen to use as the base location - # Valid values: - # BOTTOM_RIGHT - # BOTTOM - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # CENTER - S:"[10] Snap Position"=BOTTOM_RIGHT - - # Sets the scaling of item names - D:"[11] Name Scale"=0.8 - - # Sets the scaling of item icons - D:"[12] Icon Scale"=0.8 - - # Sets the maximum number of items in the queue before they start fading out artificially - I:"[13] Soft Limit"=6 - - # Sets the number of items that will be faded out after the soft limit is reached - I:"[14] Fade Limit"=3 - - # Sets the duration in ticks how long the notification will be displayed - I:"[15] Display Duration"=120 - - # Sets the duration in ticks how long the notification fades out - I:"[16] Fade Duration"=20 - - # List of item registry names to ignore when displaying changes - # Syntax: modid:item - S:"[17] Blacklist: Ignore Item Changes" < - > - - # List of item registry names for which to ignore subitem changes - # Syntax: modid:item - S:"[18] Blacklist: Ignore Subitem Changes" < - > - } - - "smooth scrolling" { - # Adds smooth scrolling to in-game lists - B:"[1] Smooth Scrolling Toggle"=true - D:"[2] Bounce Back Multiplier"=0.24 - I:"[3] Scroll Duration"=600 - D:"[4] Scroll Step"=19.0 - } - - "swing through grass" { - # Allows hitting entities through grass instead of breaking it - B:"[1] Swing Through Grass Toggle"=true - - # Excludes blocks from the swing through grass tweak - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the swing through grass tweak - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - "toast control" { - # Enables the control of toasts (pop-up text boxes) - B:"[1] Toast Control Toggle"=true - - # Determines if advancement toasts are blocked. Enabling will block ALL advancements. - B:"[2] Disable Advancement Toasts"=false - - # Determines if recipe unlock toasts are blocked. Blocks "you have unlocked a new recipe" toasts. - B:"[3] Disable Recipe Toasts"=true - - # Determines if system toasts are blocked. This is used only for the narrator toggle notification right now. - B:"[4] Disable System Toasts"=true - - # Determines if tutorial toasts are blocked. Blocks useless things like use WASD to move. - B:"[5] Disable Tutorial Toasts"=true - - # List of class names of Toasts to prevent displaying - # Behavior depends on the list mode - # Syntax: full class name - S:"[6] Toast Control List" < - > - - # Blacklist Mode: Toast classes which can't be added to the queue, others can - # Whitelist Mode: Toast classes which can be added to the queue, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[7] List Mode"=BLACKLIST - - # Enables debug logging to log class names of displayed toasts to the log - B:"[8] Debug Logging"=false - - # Enables a keybind (default: CTRL+0) to clear all active toasts - B:"[9] Clear Toast Keybind"=true - } - - chat { - # Sets the maximum number of chat lines to display - # 100 is the vanilla default - # 0 or less functionally disables the chat - I:"[1] Chat Lines"=100 - - # Don't clear sent message history on leaving the world - B:"[2] Keep Sent Messages"=false - - # Removes duplicate messages and instead put a number behind the message how often it was repeated - B:"[3] Compact Messages"=false - } - - advancements { - # Enables Advancement GUI Tweaks - B:"[01] Advancements Toggle"=false - - # Enables the Vertical and Horizontal Margin settings - B:"[02] Size Toggle"=true - - # Sets the minimum Vertical Margin of the Advancement GUI. Too high a number may cause the advancement box to render incorrectly, depending on screen size and GUI scale - I:"[03] Vertical Margin"=50 - - # Sets the minimum Horizontal Margin of the Advancement GUI. Too high a number may cause the advancement box to render incorrectly, depending on screen size and GUI scale - I:"[04] Horizontal Margin"=50 - - # Move the Arrow Buttons visible to change focused advancement page from above the advancement box to in the empty top corners, preventing them from going offscreen and being unusable on most vertical margin settings - B:"[05] Move Arrow Buttons"=true - - # Hides the page number header, as it will go offscreen and be unusable on most vertical margin settings, and is rarely needed due to the increased page size - B:"[06] Hide Page Header"=false - - # Hides page switching buttons when at the maximum/minimum page count - B:"[07] Hide Invalid Arrow Buttons"=true - - # Disables the background fading when hovering over an advancement - B:"[08] Disable Background Fade on Hover"=true - - # Makes the focused Advancement Tab Title be added to the header, which otherwise is just 'Advancements' for every tab - B:"[09] Add Advancement Tab Title to Header"=true - } - - } - - performance { - # Determines the interval in ticks between world auto saves - I:"Auto Save Interval"=900 - - # Improves model load times by checking if an animated model exists before trying to load it - B:"Check Animated Models"=true - - # Adds an IRecipe cache to improve recipe performance in larger modpacks - B:"Crafting Cache"=true - - # Improves loading times by removing debug code for missing sounds and subtitles - B:"Disable Audio Debug"=true - - # Improves rendering performance by removing the resource location text on missing models - B:"Disable Fancy Missing Model"=true - - # Improves rendering performance by disabling rendering the entity inside mob spawners - B:"Disable Mob Spawner Entity"=false - - # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry - B:"Fast Dye Blending"=true - - # Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time - B:"Fast Prefix Checking"=true - - # Skips initial world chunk loading & garbage collection to speed up world loading - # May have side effects such as slower chunk generation - B:"Fast World Loading"=false - - # Fixes slow background startup edge case caused by checking tooltips during the loading process - B:"Faster Background Startup"=false - - # Improves the speed of switching languages in the Language GUI - B:"Improve Language Switching Speed"=true - - # Improves the speed of connecting to servers by setting the InetAddress host name to the IP in situations - # where it can be represented as the IP address, preventing getHostFromNameService from being to be run - B:"Improve Server Connection Speed"=true - - # Silences advancement errors - B:"Mute Advancement Errors"=false - - # Silences ore dictionary errors - B:"Mute Ore Dictionary Errors"=false - - # Silences texture map errors - B:"Mute Texture Map Errors"=false - - # Disables mob pathfinding from loading new/unloaded chunks when building chunk caches - B:"No Pathfinding Chunk Loading"=true - - # Disables lighting of active redstone, repeaters, and comparators to improve performance - B:"No Redstone Lighting"=false - - # Removes the hardcoded 30 FPS limit in screens like the main menu - B:"Uncap FPS"=true - - "entity radius check" { - # Toggles all tweaks in this category - # IMPORTANT: These tweaks are only effective if you have mod(s) that increase World.MAX_ENTITY_RADIUS! - # (Lycanites Mobs, Advanced Rocketry, Immersive Railroading, etc.) - B:"[1] Entity Radius Check Toggle"=true - - # Reduces the search size of various AABB functions for specified entity types - B:"[2] Reduce Search Size Toggle"=true - - # The entity types to reduce the search size for - # Syntax - modid:name - S:"[3] Reduce Search Size Targets" < - minecraft:item - minecraft:player - > - - # Reduces size of collision checks for most vanilla and specified entity types - B:"[4] Less Collisions Toggle"=true - - # The extra entity types to reduce the size of collision checks for - # Syntax - modid:name;radius - # Vanilla ids aren't allowed because they are already included - # Most types should be specified with the vanilla default radius: 2.0 - S:"[5] Less Collisions Extra Targets" < - > - } - - } - - world { - # Sets the default height of the overworld's sea level - # Supported world types: Default, Biomes O' Plenty - # Vanilla default is 63 - I:"Sea Level"=63 - - # Enforces stronghold generation to generate all blocks, regardless of air - B:"Stronghold Enforcement"=true - B:"Stronghold Replacement"=true - - # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=false - - # Sets the village generation distance in chunks - # Vanilla default is 32 - I:"Village Distance"=32 - - "chunk gen limit" { - # Limits maximum chunk generation per tick for improved server performance - B:"[1] Chunk Gen Limit Toggle"=false - - # Maximum chunks to generate per tick per dimension - I:"[2] Ticks"=2 - - # Maximum time in ms to spend generating chunks per tick per dimension - I:"[3] Time"=5 - } - - "dimension unload" { - # Unloads dimensions not in use to free up resources - B:"[1] Dimension Unload Toggle"=true - - # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 - - # List of dimensions which should not be unloaded - # Can be dimension name or ID - # Uses regular expressions - S:"[3] Blacklist" < - 0 - overworld - > - } - - "void fog" { - # Determines the amount of iterations for checking void particle spawns per animate tick - I:"[10] Particle Spawn Iterations"=1000 - - # Re-implements pre-1.8 void fog and void particles - B:"[1] Void Fog Toggle"=false - - # List of dimensions concerning void fog and particles - # Behavior depends on the list mode - # Can be dimension name or ID - S:"[2] Dimension List" < - overworld - > - - # Blacklist Mode: Dimensions that don't have void fog and particles enabled, others do - # Whitelist Mode: Dimensions that have void fog and particles enabled, others don't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] Dimension List Mode"=WHITELIST - - # Renders void fog in creative and spectator mode - B:"[4] Fog In Creative/Spectator"=false - - # Renders void fog in the superflat world type - B:"[5] Fog In Superflat"=false - - # Renders void fog when the player has night vision - B:"[6] Fog On Night Vision"=false - - # Renders void particles in creative and spectator mode - B:"[7] Particles In Creative/Spectator"=true - - # Renders void particles in the superflat world type - B:"[8] Particles In Superflat"=false - - # Determines the maximum Y level of the player at which void particles are spawned - I:"[9] Particle Spawn Y Level"=8 - } - - } - -} - - diff --git a/config - Copy/UniversalTweaks.1.6.old b/config - Copy/UniversalTweaks.1.6.old deleted file mode 100644 index b93539ba..00000000 --- a/config - Copy/UniversalTweaks.1.6.old +++ /dev/null @@ -1,1238 +0,0 @@ -# Configuration file - -general { - - "bugfixes: blocks" { - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents crashes when the destination tile entity becomes unavailable during the item insert process - # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium - B:"Hopper Insert Safety Check"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=true - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "bugfixes: entities" { - # Improves the attack radius of hostile mobs by checking the line of sight with raytracing - B:"Attack Radius"=true - - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Replaces linked entity AI task sets with concurrent sets to avoid mod exception concerning entity AI - # Only enable this if you're facing concurrent modification exceptions with entity AI tasks, for example Thaumcraft's Pechs - B:"Concurrent Entity AI Tasks"=false - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item dupes when players are dropping items and disconnecting - B:"Disconnect Dupe"=true - - # Fixes consuming an item having a chance of also consuming a second item without any animation - B:"Double Consumption"=true - - # Relocate elytra deployment and landing to client side to prevent issues with high latencies - B:"Elytra Deployment & Landing"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"Entity Desync"=true - - # Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0 - B:"Entity ID"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Corrects maximum player health on joining by setting the last saved health value - B:"Max Player Health"=true - - # Fixes mounts and boats sometimes disappearing after dismounting - B:"Mount Desync"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - } - - "bugfixes: misc" { - # Improves the accuracy of smooth lighting by checking for suffocation and light opacity - B:"Accurate Smooth Lighting"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - "bugfixes: world" { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - B:"Chunk Saving"=true - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Changes the data table of tile entities to resolve issues - # HASHMAP: Vanilla default - # LINKED_HASHMAP: Keeps the loading order of tile entities to prevent issues during the first ticks of chunk loading - # CONCURRENT_HASHMAP: Allows simultaneous access to tile entities to prevent concurrent modification exceptions - # CONCURRENT_LINKED_HASHMAP: Combines LINKED_HASHMAP and CONCURRENT_HASHMAP - # Valid values: - # HASHMAP - # LINKED_HASHMAP - # CONCURRENT_HASHMAP - # CONCURRENT_LINKED_HASHMAP - S:"Tile Entity Map"=CONCURRENT_LINKED_HASHMAP - } - - debug { - # Disables config resets on mod updates - # Please note that you will face duplicate/invalid config settings - B:"Bypass Config Versioning"=false - - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Version number of the config file - # Do not touch! - S:"Config Version"=1.12.2-1.6.0 - - # Enables debug logging - B:"Debug Logging"=false - - # Enables a screen displaying incompatible mods on game load - B:"Obsolete Mods Screen"=true - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - - "mod integration" { - - abyssalcraft { - # Makes an optimization to reduce tick overhead of AbyssalCraft's item transport system - B:"Optimized Item Transport"=true - } - - "advent of ascension" { - # Fixes AoA player ticking in certain GUIs without player inventories (i.e. Flux Networks GUI) - B:"Inventory-less GUI Compatibility"=true - } - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=false - } - - botania { - # Enables the Botania Garden of Glass skybox for custom dimensions - # Abides by Botania's 'enableFancySkybox' config option - # Example: 43 - I:"Fancy Skybox" < - 43 - > - } - - "chocolate quest repoured" { - # Restores the golden feather behavior from the original Better Dungeons mod - B:"Legacy Golden Feather"=true - } - - "elementary staffs" { - # Reintroduces the 1.5 electric staff behavior along with some subtle particles - B:"Electric Staff Port"=true - } - - "elenai dodge 2" { - # Fixes server-sided crashes when the Feathers Helper API is utilized - B:"Feathers Helper API Fix"=true - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - - # Allows Forestry farms to pick up ExtraTrees fruit - B:"Extra Trees: Gather Windfall"=true - } - - "mo' creatures" { - # Adds support for modded biome spawns - # Syntax: modid;name;key;tag;filename - # modid Mod ID required for this to be added - # name Mod name - # key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods - # tag Short tag for logs - # filename Filename to use for the generated config - S:"Custom Modded Biomes" < - pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg - traverse;traverse;traverse;TRAV;Traverse.cfg - dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg - > - - # Disables the flickering burning effect of flame wraiths - B:"Disable Flame Wraith Burning"=true - } - - roost { - # Improves load time by registering CT chickens early for Roost to detect them - # Note: All CT chickens must be specified in "Custom Chickens" for this tweak to work! - # Note: In your .zs files, to use ContentTweaker's MaterialSystem Parts, you must: - # 1) Use '#loader finalize_contenttweaker', not '#loader contenttweaker' - # 2) Use the Material Part Bracket Handler to reference the item - B:"ContentTweaker: Early Register CT Chickens"=false - - # Adds custom chickens from mods (e.g. ContentTweaker) to Roost's stock texture check - # Syntax: name - # name Chicken name - S:"Custom Chickens" < - amber_chicken - amethyst_chicken - arlemite_chicken - baronyte_chicken - blazium_chicken - bloodgem_chicken - bloodstone_chicken - blue_gemstone_chicken - brightsteel_chicken - candyte_chicken - chalcedony_chicken - chaos_chicken - charged_runium_chicken - chestbone_fragment_chicken - cold_iron_chicken - crystallite_chicken - elecanium_chicken - emberstone_chicken - fluctuatite_chicken - footbone_fragment_chicken - gemenyte_chicken - glitch_chicken - green_gemstone_chicken - infinity_chicken - jade_chicken - jewelyte_chicken - legbone_fragment_chicken - limonite_chicken - lunastone_chicken - lyon_chicken - mithrillium_chicken - mystite_chicken - netherite_chicken - ogerite_chicken - ornamyte_chicken - osmium_chicken - palladium_chicken - polonium_chicken - pure_chicken - purple_gemstone_chicken - realmite_chicken - red_gemstone_chicken - rhenium_chicken - rosite_chicken - runium_chicken - rupee_chicken - sapphire_chicken - skullbone_fragment_chicken - unidentified_chicken - varsium_chicken - vityte_chicken - white_gemstone_chicken - yellow_gemstone_chicken - hassium_chicken - ghoulish_chicken - ghastly_chicken - rubidium_chicken - caesium_chicken - strontium_chicken - energy_chicken - > - } - - "simple difficulty" { - # Fixes the interaction of iron canteens with rain collectors - B:"Iron Canteen Interaction Fix"=true - } - - "storage drawers" { - # Fixes voiding of items when nearing full capacity - # Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade - # Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with - B:"Item Handlers"=false - - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=0 - } - - "tech reborn" { - # Optimizes the Rolling Machine to reduce tick time - B:"Optimized Rolling Machine"=true - } - - thaumcraft { - # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs - B:"Flower Bounding Box"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - } - - "thaumcraft: entities" { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders - B:"Spiderlike Eldritch Crabs"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "thaumcraft: foci" { - - "focus effects" { - # Overhauls the break focus effect cast sound - B:"[01] Break: Cast Sound Revamp"=true - - # Adds an impact sound to the break focus effect - B:"[02] Break: Impact Sound"=true - - # Overhauls the earth focus effect cast sound - B:"[03] Earth: Cast Sound Revamp"=true - - # Adds an impact sound to the earth focus effect - B:"[04] Earth: Impact Sound"=true - - # Adds an impact sound to the fire focus effect - B:"[05] Fire: Impact Sound"=true - - # Adds an impact sound to the flux focus effect - B:"[06] Flux: Impact Sound"=true - - # Overhauls the frost focus effect cast sound to make it a lot less plangent - B:"[07] Frost: Cast Sound Revamp"=true - - # Adds an impact sound to the frost focus effect - B:"[08] Frost: Impact Sound"=true - - # Overhauls the heal focus effect cast sound - B:"[09] Heal: Cast Sound Revamp"=true - - # Adds an impact sound to the heal focus effect - B:"[10] Heal: Impact Sound"=true - - # Overhauls the rift focus effect cast sound - B:"[11] Rift: Cast Sound Revamp"=true - - # Adds an impact sound to the rift focus effect - B:"[12] Rift: Impact Sound"=true - } - - "focus mediums" { - # Plays an additional cast sound when using any bolt focus medium to add an extra layer of pow - B:"[1] Bolt: Cast Sound"=true - - # Plays an additional cast sound when using any cloud focus medium - B:"[2] Cloud: Cast Sound"=true - - # Adds additional cast, despawn, and setup sounds when using any mine focus medium - B:"[3] Mine: Sound Overhaul"=true - - # Plays an additional cast sound when summoning any type of spellbat - B:"[4] Spellbat: Cast Sound"=true - } - - } - - "thermal expansion" { - # Adds Monoculture Cycle integration to desired phytogenic insolator recipes added by ModTweaker - # Register the recipe with Insolator.addRecipeMonoculture() instead of Insolator.addRecipe() in .zs files - # (and Insolator.addRecipeMonocultureSaplingInfuser() instead of Insolator.addRecipeSaplingInfuser()) - # Note: Make sure the 'fertilizer' is specified as the secondaryInput arg in the function - B:"Insolator Custom Monoculture"=true - } - - "tinkers' construct" { - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Caches all ore dictionary smelting recipes to speed up game loading - B:"Ore Dictionary Cache"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - } - - } - - "tweaks: blocks" { - # Replaces bed obstruction checks with an improved version - B:"Bed Obstruction Replacement"=true - - # Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking - B:"Better Harvest"=false - - # Sets the delay in ticks between breaking blocks - I:"Block Hit Delay"=5 - - # Determines how tall cacti can grow - I:"Cactus Size"=3 - - # Makes leaves decay faster when trees are chopped - B:"Fast Leaf Decay"=true - - # Allows the player to jump over fences and walls - B:"Fence/Wall Jump"=true - - # Allows the creation of grass paths everywhere (beneath fence gates, trapdoors, ...) - B:"Lenient Paths"=true - - # Determines how tall sugar cane can grow - I:"Sugar Cane Size"=3 - - # Determines how long vines can grow - # 0 = Infinite (vanilla default) - I:"Vine Size"=0 - - "better placement" { - # Removes the delay between placing blocks - B:"[1] Better Placement Toggle"=false - - # If the cursor must be moved to a new location before placing another block - B:"[2] Force New Location"=true - - # Only affects block placement in creative mode - B:"[3] Creative Mode Only"=false - } - - "block dispenser" { - # Allows dispensers to place blocks - B:"[1] Block Dispenser Toggle"=true - - # List of blocks concerning dispensing - # Behavior depends on the list mode - # Syntax: modid:block - S:"[2] Block List" < - minecraft:water - minecraft:flowing_water - minecraft:lava - minecraft:flowing_lava - minecraft:fire - minecraft:web - botania:specialflower - thermalexpansion:strongbox - > - - # Blacklist Mode: Blocks which can't be placed, others can - # Whitelist Mode: Blocks which can be placed, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "breakable bedrock" { - # Allows customizable mining of bedrock - B:"[1] Breakable Bedrock Toggle"=false - - # List of tools concerning mining bedrock - # Behavior depends on the list mode - # Syntax: modid:tool - S:"[2] Tool List" < - > - - # Blacklist Mode: Tools which can't mine bedrock, others can - # Whitelist Mode: Tools which can mine bedrock, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "finite water" { - # Prevents creation of infinite water sources - B:"[1] Finite Water Toggle"=false - - # Allows creation of infinite water sources in ocean and river biomes - B:"[2] Allow Water Biomes"=true - - # Inclusive minimum altitude at which water is infinite - I:"[3] Minimum Altitude"=0 - - # Inclusive maximum altitude at which water is infinite - I:"[4] Maximum Altitude"=63 - } - - } - - "tweaks: entities" { - # Removes entity AI for improved server performance - B:"AI Removal"=false - - # Replaces entity AI for improved server performance - B:"AI Replacement"=true - - # Replaces auto jump with an increased step height (singleplayer only) - B:"Auto Jump Replacement"=true - - # Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them - B:"Better Ignition"=true - - # Sets the acceleration value for controlling boats - D:"Boat Speed"=0.04 - - # Sets the chance for creepers to spawn charged - # Min: 0.0 - # Max: 1.0 - D:"Creeper Charged Spawning Chance"=0.0 - - # Sets the chance to replace deadly creeper explosions with delightful confetti - # Min: 0.0 - # Max: 1.0 - D:"Creeper Confetti Spawning Chance"=0.01 - - # Disables creepers dropping music discs when slain by skeletons - B:"Disable Creeper Music Discs"=false - - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false - - # Lets husks and strays spawn underground like regular zombies and skeletons - B:"Husk & Stray Spawning"=true - - # Mobs carrying picked up items will drop their equipment and despawn properly - B:"Mob Despawn Improvement"=true - - # Stops horses wandering around when saddled - B:"No Saddled Wandering"=true - - # Sets the chance for rabbits to spawn as the killer bunny variant - # Min: 0.0 - # Max: 1.0 - D:"Rabbit Killer Spawning Chance"=0.0 - - # Sets the chance for rabbits to spawn as the Toast variant - # Min: 0.0 - # Max: 1.0 - D:"Rabbit Toast Spawning Chance"=0.0 - - attributes { - # Sets custom ranges for entity attributes - B:"[01] Attributes Toggle"=true - D:"[02] Max Health Min"=-65536.0 - D:"[03] Max Health Max"=1000000.0 - D:"[04] Follow Range Min"=-65536.0 - D:"[05] Follow Range Max"=65536.0 - D:"[06] Knockback Resistance Min"=-65536.0 - D:"[07] Knockback Resistance Max"=65536.0 - D:"[08] Movement Speed Min"=-65536.0 - D:"[09] Movement Speed Max"=65536.0 - D:"[10] Flying Speed Min"=-65536.0 - D:"[11] Flying Speed Max"=65536.0 - D:"[12] Attack Damage Min"=-65536.0 - D:"[13] Attack Damage Max"=65536.0 - D:"[14] Attack Speed Min"=-65536.0 - D:"[15] Attack Speed Max"=65536.0 - D:"[16] Armor Min"=-65536.0 - D:"[17] Armor Max"=65536.0 - D:"[18] Armor Toughness Min"=-65536.0 - D:"[19] Armor Toughness Max"=65536.0 - D:"[20] Luck Min"=-65536.0 - D:"[21] Luck Max"=65536.0 - } - - "better burning" { - # Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items - B:"[1] Cooked Items"=true - - # If entities have fire resistance, they get extinguished right away when on fire - B:"[2] Extinguishing"=true - - # Prevents the fire animation overlay from being displayed when the player is immune to fire - B:"[3] Fire Overlay"=true - - # Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty) - B:"[4] Flaming Arrows"=true - - # Allows fire to spread from entity to entity (30% chance * regional difficulty) - B:"[5] Spreading Fire"=true - } - - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false - - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 - } - - "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision - B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 - I:"[2] Damage Factor"=10 - } - - "no golems" { - # Disables the manual creation of iron golems - B:"[1] Iron Golem Toggle"=false - - # Disables the manual creation of snow golems - B:"[2] Snow Golem Toggle"=false - - # Disables the manual creation of withers - B:"[3] Wither Toggle"=false - } - - "player speed" { - # Enables the modification of base and maximum player speeds - B:"[1] Player Speed Toggle"=false - - # Determines the player's base walk speed - D:"[2] Walk Speed"=0.1 - - # Determines the player's base fly speed - D:"[3] Fly Speed"=0.05 - - # Determines the player's maximum speed - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[4] Max Speed"=100.0 - - # Determines the player's maximum speed when flying with elytra - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[5] Max Elytra Speed"=300.0 - - # Determines the player's maximum speed when riding a vehicle or mount - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[6] Max Vehicle Speed"=100.0 - } - - "rally health" { - # Adds Bloodborne's Rally system to Minecraft - # Regain lost health when attacking back within the risk time - B:"[1] Rally Health Toggle"=false - - # Determines the risk time in ticks - I:"[2] Risk Time"=60 - - # Determines the chance to regain health in percent - I:"[3] Heal Chance"=80 - - # Plays an indication sound effect when health is regained - B:"[4] Indication Sound"=false - } - - "spawn caps" { - # Sets maximum spawning limits for different entity types - B:"[1] Spawn Caps Toggle"=false - - # Maximum amount of monsters (IMob) - I:"[2] Monster Cap"=70 - - # Maximum amount of creatures (EntityAnimal) - I:"[3] Creature Cap"=10 - - # Maximum amount of ambients (EntityAmbientCreature) - I:"[4] Ambient Cap"=15 - - # Maximum amount of water creatures (EntityWaterMob) - I:"[5] Water Creature Cap"=5 - } - - "undead horses" { - # Lets untamed undead horses burn in daylight - B:"Burning Undead Horses"=true - - # Allows taming of undead horses - B:"Taming Undead Horses"=true - } - - "water fall damage" { - # Re-implements an improved version of pre-1.4 fall damage in water - B:"[1] Water Fall Damage Toggle"=false - - # How much fall damage gets reduced by water per tick - D:"[2] Damage Reduction"=2.0 - } - - } - - "tweaks: items" { - # Switches the selected hotbar slot to a proper tool if required - B:"Auto Switch Tools"=false - - # Bows enchanted with Infinity no longer require arrows - B:"Bow Infinity"=true - - # Sets custom rarities for items, affecting tooltip colors - # Syntax: modid:item:meta;rarity - # 'meta' is optional and defaults to 0 - # Available rarities: common, uncommon, rare, epic - # Example -> minecraft:diamond;rare - S:"Custom Rarity" < - minecraft:dragon_breath;uncommon - minecraft:elytra;uncommon - minecraft:experience_bottle;uncommon - minecraft:nether_star;uncommon - minecraft:skull:0;uncommon - minecraft:skull:1;uncommon - minecraft:skull:2;uncommon - minecraft:skull:3;uncommon - minecraft:skull:4;uncommon - minecraft:skull:5;uncommon - minecraft:totem_of_undying;uncommon - minecraft:beacon;rare - minecraft:end_crystal;rare - minecraft:barrier;epic - minecraft:chain_command_block;epic - minecraft:command_block;epic - minecraft:command_block_minecart;epic - minecraft:dragon_egg;epic - minecraft:knowledge_book;epic - minecraft:repeating_command_block;epic - minecraft:structure_block;epic - minecraft:structure_void;epic - thaumcraft:thaumium_axe;uncommon - thaumcraft:thaumium_hoe;uncommon - thaumcraft:thaumium_pick;uncommon - thaumcraft:thaumium_shovel;uncommon - thaumcraft:thaumium_sword;uncommon - thaumcraft:void_axe;uncommon - thaumcraft:void_hoe;uncommon - thaumcraft:void_pick;uncommon - thaumcraft:void_shovel;uncommon - thaumcraft:void_sword;uncommon - thaumcraft:primal_crusher;epic - > - - # Sets custom use durations for items like shields, affecting the maximum block time - # Syntax: modid:item:meta;duration;cooldown - # 'meta' and 'cooldown' are optional and default to 0, 'duration' and 'cooldown' in ticks - # Examples -> minecraft:shield;69 - # -> custommod:customshield:1;42;69 - S:"Custom Use Duration" < - > - - # Prevents placing of liquid source blocks in the world - B:"Hardcore Buckets"=false - - # Disables the 1.9 combat update attack cooldown - B:"No Attack Cooldown"=false - - # Disables crafting recipes for repairing tools - B:"No Crafting Repair"=false - - # Disables dragon's breath from being a container item and leaving off empty bottles when a stack is brewed with - B:"No Leftover Breath Bottles"=true - - # Enables one-time ignition of entities by hitting them with a torch - B:"Super Hot Torch"=false - - # Sets the amount of experience spawned by bottles o' enchanting - # -1 for vanilla default - I:"XP Bottle Amount"=-1 - - "item entities" { - # Enables the modification of item entity properties - B:"[01] Item Entities Toggle"=true - - # Adds physical aspects such as collision boxes to item entities - B:"[02] Physics"=false - - # Item entities can be picked up automatically - # When disabled, item entities can be picked up by right-clicking (requires 'Physics' option) - B:"[03] Automatic Pickup"=true - - # Item entities can only be picked up when sneaking - B:"[04] Sneaking Pickup"=false - - # Tools which enable picking up items automatically - # Example -> minecraft:bucket - S:"[05] Collection Tool" < - > - - # Determines the delay in ticks until item entities can be picked up - # -1 for vanilla default - I:"[06] Pickup Delay"=-1 - - # Determines the time in ticks until item entities get despawned - # -1 for vanilla default - I:"[07] Lifespan"=-1 - - # Stops combination of item entities - B:"[08] No Combination"=false - - # Stops combination of item entities if their maximum stack size is reached - B:"[09] Smart Combination"=true - - # The radius (in blocks) that dropped items should check around them for other dropped items to combine with - # Depends on the Smart Combination toggle - D:"[10] Smart Combination Radius"=2.0 - - # Allows dropped items to also check above and below them for combination - # Depends on the Smart Combination toggle - B:"[11] Smart Combination Y-Axis Check"=true - - # Enables the rotation effect - B:"[12] Rotation"=true - - # Enables the bobbing effect - B:"[13] Bobbing"=true - - # Makes item entities flash when they're about to despawn - B:"[14] Clear Despawn"=false - - # Determines the time in seconds item entities have left before despawn to start flashing - I:"[15] Clear Despawn: Flashing Time"=20 - - # Makes item entities flash faster as they get closer to despawning - B:"[16] Clear Despawn: Urgent Flashing"=true - } - - mending { - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false - } - - "shield parry" { - # Allows parrying of projectiles with shields - B:"[01] Shield Parry Toggle"=false - - # Determines the amount of time an arrow can be parried after raising the shield - # Measured in ticks - I:"[02] Arrow Time Window"=40 - - # Determines the amount of time a fireball can be parried after raising the shield - # Measured in ticks - I:"[03] Fireball Time Window"=40 - - # Determines the amount of time a throwable can be parried after raising the shield - # Measured in ticks - I:"[04] Throwable Time Window"=40 - - # Syntax: modid:entity - # Example: minecraft:arrow - S:"[05] Projectile List" < - > - - # Blacklist Mode: Projectiles which can't be parried, others can be parried - # Whitelist Mode: Projectiles which can be parried, others can't be parried - # Valid values: - # WHITELIST - # BLACKLIST - S:"[06] List Mode"=BLACKLIST - - # Plays an indication sound effect when projectiles are parried - B:"[07] Indication Sound"=false - - # Adds the Rebound enchantment for extended parry time windows - B:"[08] Rebound Enchantment"=true - - # Makes the Rebound enchantment exclusive to enchanted books as loot - B:"[09] Rebound Treasure Enchantment"=false - - # Maximum enchantment level for the Rebound enchantment - I:"[10] Rebound Max Level"=5 - - # Multiplier for the parry time windows - D:"[11] Rebound Multiplier"=0.25 - - # Requires the rebound enchantment for parrying - B:"[12] Require Rebound Enchantment"=false - } - - } - - "tweaks: misc" { - # Enables clicking of `/seed` world seed in chat to copy to clipboard - B:"Copy World Seed"=false - - # Restores feature to tilt the camera when damaged - B:"Damage Tilt"=true - - # Sets the default difficulty for newly generated worlds - # Valid values: - # PEACEFUL - # EASY - # NORMAL - # HARD - S:"Default Difficulty"=NORMAL - - # Disables the narrator functionality entirely - B:"Disable Narrator"=true - - # Re-implements parallax rendering of the end portal from 1.10 and older - B:"End Portal Parallax"=true - - # Lets background music play continuously without delays - B:"Infinite Music"=false - - # Sets the amount of XP needed for each level, effectively removing the increasing level scaling - # 0 for vanilla default - I:"Linear XP Amount"=0 - - # Disables the flashing of skybox and ground brightness on lightningflash strikes - B:"No Lightning Flash"=false - - # Disables the flashing effect when the night vision potion effect is about to run out - B:"No Night Vision Flash"=false - - # Disables the inventory shift when potion effects are active - B:"No Potion Shift"=true - - # Disables the experience reward when smelting items in furnaces - B:"No Smelting XP"=false - - # Prevents placing offhand blocks when blocks or food are held in the mainhand - B:"Offhand Improvement"=true - - # Removes the redundant Minecraft Realms button from the main menu - B:"Remove Realms Button"=true - - # Removes the recipe book button from GUIs - B:"Remove Recipe Book"=false - - # Forcefully turns off the snooper and hides the snooper settings button from the options menu - B:"Remove Snooper"=true - - # Skips the credits screen after the player goes through the end podium portal - B:"Skip Credits"=false - - # Adds a button to the pause menu to toggle cheats - B:"Toggle Cheats Button"=true - - "incurable potions" { - # Determines if potion effects are curable with curative items like buckets of milk - B:"[1] Incurable Potions Toggle"=true - - # Syntax: modid:potioneffect - S:"[2] Potion Effect List" < - > - - # Blacklist Mode: Potion effects incurable by curative items, others are curable - # Whitelist Mode: Potion effects curable by curative items, others are incurable - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "load sounds" { - # Play load sound on... - # Valid values: - # NOTHING - # MINECRAFT - # WORLD - # MINECRAFT_AND_WORLD - S:"[1] Mode"=NOTHING - - # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch - S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - - # Sounds to play when the world is loaded - # Syntax: eventname;pitch - S:"[3] World Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - } - - "pickup notification" { - # Displays notifications when the player obtains or loses items - B:"[01] Pickup Notification Toggle"=false - - # Displays item additions when a player obtains an item - B:"[02] Display Item Additions"=true - - # Displays item removals when a player loses an item - B:"[03] Display Item Removals"=true - - # Displays changes in player experience - B:"[04] Display Experience"=true - - # Displays the icon of the respective item - B:"[05] Display Icon"=true - - # Displays the name of the respective item - B:"[06] Display Name"=true - - # Displays a dark rectangle behind changed items - B:"[07] Display Background"=false - - # Sets the horizontal offset of the notification - I:"[08] Display Offset Horizontal"=0 - - # Sets the vertical offset of the notification - I:"[09] Display Offset Vertical"=18 - - # Sets the edge/corner of the screen to use as the base location - # Valid values: - # BOTTOM_RIGHT - # BOTTOM - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # CENTER - S:"[10] Snap Position"=BOTTOM_RIGHT - - # Sets the scaling of item names - D:"[11] Name Scale"=0.8 - - # Sets the scaling of item icons - D:"[12] Icon Scale"=0.8 - - # Sets the maximum number of items in the queue before they start fading out artificially - I:"[13] Soft Limit"=6 - - # Sets the number of items that will be faded out after the soft limit is reached - I:"[14] Fade Limit"=3 - - # Sets the duration in ticks how long the notification will be displayed - I:"[15] Display Duration"=120 - - # Sets the duration in ticks how long the notification fades out - I:"[16] Fade Duration"=20 - - # List of item registry names to ignore when displaying changes - # Syntax: modid:item - S:"[17] Blacklist: Ignore Item Changes" < - > - - # List of item registry names for which to ignore subitem changes - # Syntax: modid:item - S:"[18] Blacklist: Ignore Subitem Changes" < - > - } - - "smooth scrolling" { - # Adds smooth scrolling to in-game lists - B:"[1] Smooth Scrolling Toggle"=true - D:"[2] Bounce Back Multiplier"=0.24 - I:"[3] Scroll Duration"=600 - D:"[4] Scroll Step"=19.0 - } - - "swing through grass" { - # Allows hitting entities through grass instead of breaking it - B:"[1] Swing Through Grass Toggle"=true - - # Excludes blocks from the swing through grass tweak - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the swing through grass tweak - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - "toast control" { - # Enables the control of toasts (pop-up text boxes) - B:"[1] Toast Control Toggle"=true - - # Determines if advancement toasts are blocked. Enabling will block ALL advancements. - B:"[2] Disable Advancement Toasts"=false - - # Determines if recipe unlock toasts are blocked. Blocks "you have unlocked a new recipe" toasts. - B:"[3] Disable Recipe Toasts"=true - - # Determines if system toasts are blocked. This is used only for the narrator toggle notification right now. - B:"[4] Disable System Toasts"=true - - # Determines if tutorial toasts are blocked. Blocks useless things like use WASD to move. - B:"[5] Disable Tutorial Toasts"=true - } - - } - - "tweaks: performance" { - # Determines the interval in ticks between world auto saves - I:"Auto Save Interval"=900 - - # Improves model load times by checking if an animated model exists before trying to load it - B:"Check Animated Models"=true - - # Adds an IRecipe cache to improve recipe performance in larger modpacks - B:"Crafting Cache"=true - - # Improves loading times by removing debug code for missing sounds and subtitles - B:"Disable Audio Debug"=true - - # Improves rendering performance by removing the resource location text on missing models - B:"Disable Fancy Missing Model"=true - - # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry - B:"Fast Dye Blending"=true - - # Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time - B:"Fast Prefix Checking"=true - - # Skips initial world chunk loading & garbage collection to speed up world loading - B:"Fast World Loading"=true - - # Fixes slow background startup edge case caused by checking tooltips during the loading process - B:"Faster Background Startup"=false - - # Disables lighting of active redstone, repeaters, and comparators to improve performance - B:"No Redstone Lighting"=false - - # Removes the hardcoded 30 FPS limit in screens like the main menu - B:"Uncap FPS"=true - } - - "tweaks: world" { - # Replaces stronghold generation with a safer variant - B:"Stronghold Replacement"=false - - # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=false - - "chunk gen limit" { - # Limits maximum chunk generation per tick for improved server performance - B:"[1] Chunk Gen Limit Toggle"=false - - # Maximum chunks to generate per tick per dimension - I:"[2] Ticks"=2 - - # Maximum time in ms to spend generating chunks per tick per dimension - I:"[3] Time"=5 - } - - "dimension unload" { - # Unloads dimensions not in use to free up resources - B:"[1] Dimension Unload Toggle"=true - - # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 - - # List of dimensions which should not be unloaded - # Can be dimension name or ID - # Uses regular expressions - S:"[3] Blacklist" < - 0 - overworld - > - } - - } - -} - - diff --git a/config - Copy/UniversalTweaks.cfg b/config - Copy/UniversalTweaks.cfg deleted file mode 100644 index 95ab12b5..00000000 --- a/config - Copy/UniversalTweaks.cfg +++ /dev/null @@ -1,1467 +0,0 @@ -# Configuration file - -general { - - "bugfixes: blocks" { - # Fixes rendering issues with banners by correctly sizing their render bounding boxes - B:"Banner Bounding Box"=true - - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Only damage living entities hit by falling blocks, prevents killing items and XP - B:"Falling Block Entity Damage"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents crashes when the destination tile entity becomes unavailable during the item insert process - # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium - B:"Hopper Insert Safety Check"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=true - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "bugfixes: entities" { - # Improves the attack radius of hostile mobs by checking the line of sight with raytracing - B:"Attack Radius"=true - - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Replaces linked entity AI task sets with concurrent sets to avoid mod exception concerning entity AI - # Only enable this if you're facing concurrent modification exceptions with entity AI tasks, for example Thaumcraft's Pechs - B:"Concurrent Entity AI Tasks"=false - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item duplications when players are dropping items and disconnecting - B:"Disconnect Dupe"=true - - # Fixes a duplication exploit connected to the inventories of donkeys and mules - B:"Donkey/Mule Dupe"=true - - # Fixes consuming an item having a chance of also consuming a second item without any animation - B:"Double Consumption"=true - - # Relocate elytra deployment and landing to client side to prevent issues with high latencies - B:"Elytra Deployment & Landing"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"Entity Desync"=true - - # Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0 - B:"Entity ID"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - # Incompatible with SpongeForge - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Modifies falling logic of horses, listening to LivingFallEvent and taking jump boost into account - B:"Horse Falling"=true - - # Corrects maximum player health on joining by setting the last saved health value - B:"Max Player Health"=true - - # Fixes mounts and boats sometimes disappearing after dismounting - B:"Mount Desync"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes a duplication exploit connected to shearing mooshrooms - B:"Shear Mooshroom Dupe"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - } - - "bugfixes: misc" { - # Improves the accuracy of smooth lighting by checking for suffocation and light opacity - B:"Accurate Smooth Lighting"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - # Increases the packet size limit to account for large packets in modded environments - # Vanilla default is 0x200000 - # Incompatible with SpongeForge and RandomPatches - I:"Packet Size"=16777216 - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - "bugfixes: world" { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - # Incompatible with SpongeForge - B:"Chunk Saving"=true - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Changes the data table of tile entities to resolve issues - # HASHMAP: Vanilla default - # LINKED_HASHMAP: Keeps the loading order of tile entities to prevent issues during the first ticks of chunk loading - # CONCURRENT_HASHMAP: Allows simultaneous access to tile entities to prevent concurrent modification exceptions - # CONCURRENT_LINKED_HASHMAP: Combines LINKED_HASHMAP and CONCURRENT_HASHMAP, may have random side effects - # Valid values: - # HASHMAP - # LINKED_HASHMAP - # CONCURRENT_HASHMAP - # CONCURRENT_LINKED_HASHMAP - S:"Tile Entity Map"=CONCURRENT_LINKED_HASHMAP - } - - debug { - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Enables debug logging - B:"Debug Logging"=false - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - - "mod integration" { - - abyssalcraft { - # Makes an optimization to reduce tick overhead of AbyssalCraft's item transport system - B:"Optimized Item Transport"=true - } - - "advent of ascension" { - # Fixes AoA player ticking in certain GUIs without player inventories (i.e. Flux Networks GUI) - B:"Inventory-less GUI Compatibility"=true - } - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=false - } - - "blood magic" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Optimizes the Hellfire/Soul Forge to reduce tick time - B:"Optimized Hellfire Forge"=true - - # Fixes memory leak related to unloading worlds/switching dimensions - B:"World Unload Memory Leak Fix"=true - } - - botania { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Enables the Botania Garden of Glass skybox for custom dimensions - # Abides by Botania's 'enableFancySkybox' config option - # Example: 43 - I:"Fancy Skybox" < - 43 - > - } - - "chocolate quest repoured" { - # Restores the golden feather behavior from the original Better Dungeons mod - B:"Legacy Golden Feather"=true - } - - "cofh core" { - # Sets the damage multiplier of the Vorpal enchantment - D:"Vorpal Enchantment Damage"=10.0 - } - - "elementary staffs" { - # Reintroduces the 1.5 electric staff behavior along with some subtle particles - B:"Electric Staff Port"=true - } - - "elenai dodge 2" { - # Fixes server-sided crashes when the Feathers Helper API is utilized - B:"Feathers Helper API Fix"=true - - # Sets the amount of consumed half-feathers per interval when the player is sprinting - I:"Sprinting Feather Consumption"=0 - - # Sets the rate feathers are consumed in ticks when the player is sprinting - I:"Sprinting Feather Interval"=20 - - # Sets the amount of half-feathers required to start sprinting - I:"Sprinting Feather Requirement"=6 - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - "the erebus" { - # Prevents HWYLA/TOP crashes with preserved blocks - B:"Preserved Blocks Fix"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Allows Forestry farms to pick up ExtraTrees fruit - B:"Extra Trees: Gather Windfall"=true - - # Allows Forestry farms to automatically replant cocoa beans - B:"Replanting Cocoa Beans"=true - } - - "infernal mobs" { - # Enables compatibility between Infernal Mobs' Sticky effect and Capsule's Recall enchantment - B:"Sticky Recall Compatibility"=true - } - - netherrocks { - # Prevents crashing with mods implementing right click crop harvesting - B:"Right Click Harvesting Fix"=true - } - - nuclearcraft { - # Changes the data table of the radiation environment handler to improve performance - # CONCURRENT_HASHMAP: NuclearCraft default - # CONCURRENT_LINKED_HASHMAP: Keeps order of radiation environment info to improve iteration - Better performance - # CONCURRENT_LINKED_QUEUE: Uses a queue to avoid iteration - Best performance - # Valid values: - # CONCURRENT_HASHMAP - # CONCURRENT_LINKED_HASHMAP - # CONCURRENT_LINKED_QUEUE - S:"Radiation Environment Map"=CONCURRENT_LINKED_QUEUE - } - - roost { - # Improves load time by registering CT chickens early for Roost to detect them - # Note: All CT chickens must be specified in "Custom Chickens" for this tweak to work! - # Note: In your .zs files, to use ContentTweaker's MaterialSystem Parts, you must: - # 1) Use '#loader finalize_contenttweaker', not '#loader contenttweaker' - # 2) Use the Material Part Bracket Handler to reference the item - B:"ContentTweaker: Early Register CT Chickens"=true - - # Adds custom chickens from mods (e.g. ContentTweaker) to Roost's stock texture check - # Syntax: name - # name Chicken name - S:"Custom Chickens" < - amber_chicken - amethyst_chicken - arlemite_chicken - baronyte_chicken - blazium_chicken - bloodgem_chicken - bloodstone_chicken - blue_gemstone_chicken - brightsteel_chicken - candyte_chicken - chalcedony_chicken - chaos_chicken - charged_runium_chicken - chestbone_fragment_chicken - cold_iron_chicken - crystallite_chicken - elecanium_chicken - emberstone_chicken - fluctuatite_chicken - footbone_fragment_chicken - gemenyte_chicken - glitch_chicken - green_gemstone_chicken - infinity_chicken - jade_chicken - jewelyte_chicken - legbone_fragment_chicken - limonite_chicken - lunastone_chicken - lyon_chicken - mithrillium_chicken - mystite_chicken - netherite_chicken - ogerite_chicken - ornamyte_chicken - osmium_chicken - palladium_chicken - polonium_chicken - pure_chicken - purple_gemstone_chicken - realmite_chicken - red_gemstone_chicken - rhenium_chicken - rosite_chicken - runium_chicken - rupee_chicken - sapphire_chicken - skullbone_fragment_chicken - unidentified_chicken - varsium_chicken - vityte_chicken - white_gemstone_chicken - yellow_gemstone_chicken - hassium_chicken - ghoulish_chicken - ghastly_chicken - rubidium_chicken - caesium_chicken - strontium_chicken - energy_chicken - heraldry_chicken - > - } - - "simple difficulty" { - # Fixes the interaction of iron canteens with rain collectors - B:"Iron Canteen Interaction Fix"=true - } - - "storage drawers" { - # Fixes voiding of items when nearing full capacity - # Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade - # Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with - B:"Item Handlers"=false - - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=0 - } - - "tech reborn" { - # Optimizes the Rolling Machine to reduce tick time - B:"Optimized Rolling Machine"=true - } - - thaumcraft { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs - B:"Flower Bounding Box"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - } - - "thaumcraft: entities" { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders - B:"Spiderlike Eldritch Crabs"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "thaumcraft: foci" { - - "focus effects" { - # Overhauls the break focus effect cast sound - B:"[01] Break: Cast Sound Revamp"=true - - # Adds an impact sound to the break focus effect - B:"[02] Break: Impact Sound"=true - - # Overhauls the earth focus effect cast sound - B:"[03] Earth: Cast Sound Revamp"=true - - # Adds an impact sound to the earth focus effect - B:"[04] Earth: Impact Sound"=true - - # Adds an impact sound to the fire focus effect - B:"[05] Fire: Impact Sound"=true - - # Adds an impact sound to the flux focus effect - B:"[06] Flux: Impact Sound"=true - - # Overhauls the frost focus effect cast sound to make it a lot less plangent - B:"[07] Frost: Cast Sound Revamp"=true - - # Adds an impact sound to the frost focus effect - B:"[08] Frost: Impact Sound"=true - - # Overhauls the heal focus effect cast sound - B:"[09] Heal: Cast Sound Revamp"=true - - # Adds an impact sound to the heal focus effect - B:"[10] Heal: Impact Sound"=true - - # Overhauls the rift focus effect cast sound - B:"[11] Rift: Cast Sound Revamp"=true - - # Adds an impact sound to the rift focus effect - B:"[12] Rift: Impact Sound"=true - } - - "focus mediums" { - # Plays an additional cast sound when using any bolt focus medium to add an extra layer of pow - B:"[1] Bolt: Cast Sound"=true - - # Plays an additional cast sound when using any cloud focus medium - B:"[2] Cloud: Cast Sound"=true - - # Adds additional cast, despawn, and setup sounds when using any mine focus medium - B:"[3] Mine: Sound Overhaul"=true - - # Plays an additional cast sound when summoning any type of spellbat - B:"[4] Spellbat: Cast Sound"=true - } - - } - - "thermal expansion" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Adds Monoculture Cycle integration to desired phytogenic insolator recipes added by ModTweaker - # Register the recipe with Insolator.addRecipeMonoculture() instead of Insolator.addRecipe() in .zs files - # (and Insolator.addRecipeMonocultureSaplingInfuser() instead of Insolator.addRecipeSaplingInfuser()) - # Note: Make sure the 'fertilizer' is specified as the secondaryInput arg in the function - B:"Insolator Custom Monoculture"=true - } - - "tinkers' construct" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Caches all ore dictionary smelting recipes to speed up game loading - B:"Ore Dictionary Cache"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - } - - "actually additions" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "arcane archives" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - chisel { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "extra utilities 2" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "industrialcraft 2" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "industrial foregoing" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "iron backpacks" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "item stages" { - # Changes item matching code to CraftTweaker's ingredient matching system, fixes item NBT issues - B:"Ingredient Matching"=true - } - - mekanism { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "mob stages" { - # Fixes mob replacement ignoring entity spawning rules - B:"Spawning Rules Fixes"=true - } - - "nether chest" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - projectred { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - quark { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "spice of life" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "thaumic wonders" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "the farlanders" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - "tiny progressions" { - # Fixes various duplication exploits - B:"Duplication Fixes"=true - } - - } - - "tweaks: blocks" { - # Replaces bed obstruction checks with an improved version - B:"Bed Obstruction Replacement"=true - - # Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking - B:"Better Harvest"=false - - # Sets the delay in ticks between breaking blocks - I:"Block Hit Delay"=5 - - # Determines how tall cacti can grow - I:"Cactus Size"=3 - - # Makes leaves decay faster when trees are chopped - B:"Fast Leaf Decay"=true - - # Allows the player to jump over fences and walls - B:"Fence/Wall Jump"=true - - # Allows the creation of grass paths everywhere (beneath fence gates, trapdoors, ...) - B:"Lenient Paths"=true - - # Determines how tall sugar cane can grow - I:"Sugar Cane Size"=3 - - # Determines how long vines can grow - # 0 = Infinite (vanilla default) - I:"Vine Size"=0 - - "better placement" { - # Removes the delay between placing blocks - B:"[1] Better Placement Toggle"=false - - # If the cursor must be moved to a new location before placing another block - B:"[2] Force New Location"=true - - # Only affects block placement in creative mode - B:"[3] Creative Mode Only"=false - } - - "block dispenser" { - # Allows dispensers to place blocks - B:"[1] Block Dispenser Toggle"=true - - # List of blocks concerning dispensing - # Behavior depends on the list mode - # Syntax: modid:block - S:"[2] Block List" < - minecraft:water - minecraft:flowing_water - minecraft:lava - minecraft:flowing_lava - minecraft:fire - minecraft:web - botania:specialflower - thermalexpansion:strongbox - > - - # Blacklist Mode: Blocks which can't be placed, others can - # Whitelist Mode: Blocks which can be placed, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "breakable bedrock" { - # Allows customizable mining of bedrock - B:"[1] Breakable Bedrock Toggle"=false - - # List of tools concerning mining bedrock - # Behavior depends on the list mode - # Syntax: modid:tool - S:"[2] Tool List" < - > - - # Blacklist Mode: Tools which can't mine bedrock, others can - # Whitelist Mode: Tools which can mine bedrock, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "finite water" { - # Prevents creation of infinite water sources - B:"[1] Finite Water Toggle"=false - - # Allows creation of infinite water sources in ocean and river biomes - B:"[2] Allow Water Biomes"=true - - # Inclusive minimum altitude at which water is infinite - I:"[3] Minimum Altitude"=0 - - # Inclusive maximum altitude at which water is infinite - I:"[4] Maximum Altitude"=63 - } - - } - - "tweaks: entities" { - # Removes entity AI for improved server performance - B:"AI Removal"=false - - # Replaces entity AI for improved server performance - B:"AI Replacement"=true - - # Replaces auto jump with an increased step height (singleplayer only) - B:"Auto Jump Replacement"=true - - # Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them - B:"Better Ignition"=true - - # Sets the acceleration value for controlling boats - D:"Boat Speed"=0.04 - - # Lets baby zombies burn in daylight as in Minecraft 1.13+ - B:"Burning Baby Zombies"=true - - # Sets the chance for creepers to spawn charged - # Min: 0.0 - # Max: 1.0 - D:"Creeper Charged Spawning Chance"=0.0 - - # Sets the chance to replace deadly creeper explosions with delightful confetti - # Min: 0.0 - # Max: 1.0 - D:"Creeper Confetti Spawning Chance"=0.0 - - # Sets the additional damage that critical arrows deal - # -1 for vanilla random default - I:"Critical Arrow Damage"=-1 - - # Disables creepers dropping music discs when slain by skeletons - B:"Disable Creeper Music Discs"=false - B:"Disable Sleeping"=false - - # Disables leveling of villager careers, only allowing base level trades - B:"Disable Villager Trade Leveling"=false - - # Disables withers targeting animals - B:"Disable Wither Targeting AI"=false - - # Lets husks and strays spawn underground like regular zombies and skeletons - B:"Husk & Stray Spawning"=true - - # Mobs carrying picked up items will drop their equipment and despawn properly - B:"Mob Despawn Improvement"=true - - # Stops horses wandering around when saddled - B:"No Saddled Wandering"=true - - # Sets the chance for rabbits to spawn as the killer bunny variant - # Min: 0.0 - # Max: 1.0 - D:"Rabbit Killer Spawning Chance"=0.0 - - # Sets the chance for rabbits to spawn as the Toast variant - # Min: 0.0 - # Max: 1.0 - D:"Rabbit Toast Spawning Chance"=0.0 - - attributes { - # Sets custom ranges for entity attributes - B:"[01] Attributes Toggle"=true - D:"[02] Max Health Min"=-65536.0 - D:"[03] Max Health Max"=1000000.0 - D:"[04] Follow Range Min"=-65536.0 - D:"[05] Follow Range Max"=65536.0 - D:"[06] Knockback Resistance Min"=-65536.0 - D:"[07] Knockback Resistance Max"=65536.0 - D:"[08] Movement Speed Min"=-65536.0 - D:"[09] Movement Speed Max"=65536.0 - D:"[10] Flying Speed Min"=-65536.0 - D:"[11] Flying Speed Max"=65536.0 - D:"[12] Attack Damage Min"=-65536.0 - D:"[13] Attack Damage Max"=65536.0 - D:"[14] Attack Speed Min"=-65536.0 - D:"[15] Attack Speed Max"=65536.0 - D:"[16] Armor Min"=-65536.0 - D:"[17] Armor Max"=65536.0 - D:"[18] Armor Toughness Min"=-65536.0 - D:"[19] Armor Toughness Max"=65536.0 - D:"[20] Luck Min"=-65536.0 - D:"[21] Luck Max"=65536.0 - } - - "better burning" { - # Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items - B:"[1] Cooked Items"=true - - # If entities have fire resistance, they get extinguished right away when on fire - B:"[2] Extinguishing"=true - - # Prevents the fire animation overlay from being displayed when the player is immune to fire - B:"[3] Fire Overlay"=true - - # Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty) - B:"[4] Flaming Arrows"=true - - # Allows fire to spread from entity to entity (30% chance * regional difficulty) - B:"[5] Spreading Fire"=true - } - - "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision - B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 - I:"[2] Damage Factor"=10 - } - - "damage velocity" { - # Enables the modification of damage sources that change the entity's velocity - B:"[1] Damage Velocity Toggle"=false - - # Syntax: damagetype - S:"[2] Damage Velocity List" < - inFire - onFire - > - - # Blacklist Mode: Damage sources that don't change velocity, others do - # Whitelist Mode: Damage sources that change velocity, others don't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false - - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 - } - - "no golems" { - # Disables the manual creation of iron golems - B:"[1] Iron Golem Toggle"=false - - # Disables the manual creation of snow golems - B:"[2] Snow Golem Toggle"=false - - # Disables the manual creation of withers - B:"[3] Wither Toggle"=false - } - - "player speed" { - # Enables the modification of base and maximum player speeds - B:"[1] Player Speed Toggle"=false - - # Determines the player's base walk speed - D:"[2] Walk Speed"=0.1 - - # Determines the player's base fly speed - D:"[3] Fly Speed"=0.05 - - # Determines the player's maximum speed - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[4] Max Speed"=100.0 - - # Determines the player's maximum speed when flying with elytra - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[5] Max Elytra Speed"=300.0 - - # Determines the player's maximum speed when riding a vehicle or mount - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[6] Max Vehicle Speed"=100.0 - } - - "rally health" { - # Adds Bloodborne's Rally system to Minecraft - # Regain lost health when attacking back within the risk time - B:"[1] Rally Health Toggle"=false - - # Determines the risk time in ticks - I:"[2] Risk Time"=60 - - # Determines the chance to regain health in percent - I:"[3] Heal Chance"=80 - - # Plays an indication sound effect when health is regained - B:"[4] Indication Sound"=false - } - - "spawn caps" { - # Sets maximum spawning limits for different entity types - B:"[1] Spawn Caps Toggle"=false - - # Maximum amount of monsters (IMob) - I:"[2] Monster Cap"=70 - - # Maximum amount of creatures (EntityAnimal) - I:"[3] Creature Cap"=10 - - # Maximum amount of ambients (EntityAmbientCreature) - I:"[4] Ambient Cap"=15 - - # Maximum amount of water creatures (EntityWaterMob) - I:"[5] Water Creature Cap"=5 - } - - "undead horses" { - # Lets untamed undead horses burn in daylight - B:"Burning Undead Horses"=true - - # Allows taming of undead horses - B:"Taming Undead Horses"=true - } - - "water fall damage" { - # Re-implements an improved version of pre-1.4 fall damage in water - B:"[1] Water Fall Damage Toggle"=false - - # How much fall damage gets reduced by water per tick - D:"[2] Damage Reduction"=2.0 - } - - sleeping { - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false - - # Determines at which time of day sleeping is allowed in ticks (0 - 23999) - # -1 for vanilla default - # Min: -1 - # Max: 23999 - I:"Sleeping Time"=-1 - } - - } - - "tweaks: items" { - # Allows the consumption of food at any time, regardless of the hunger bar - B:"Always Eat"=true - - # Switches the selected hotbar slot to a proper tool if required - B:"Auto Switch Tools"=false - - # Bows enchanted with Infinity no longer require arrows - B:"Bow Infinity"=true - - # Sets custom rarities for items, affecting tooltip colors - # Syntax: modid:item:meta;rarity - # 'meta' is optional and defaults to 0 - # Available rarities: common, uncommon, rare, epic - # Example -> minecraft:diamond;rare - S:"Custom Rarity" < - minecraft:dragon_breath;uncommon - minecraft:elytra;uncommon - minecraft:experience_bottle;uncommon - minecraft:nether_star;uncommon - minecraft:skull:0;uncommon - minecraft:skull:1;uncommon - minecraft:skull:2;uncommon - minecraft:skull:3;uncommon - minecraft:skull:4;uncommon - minecraft:skull:5;uncommon - minecraft:totem_of_undying;uncommon - minecraft:beacon;rare - minecraft:end_crystal;rare - minecraft:barrier;epic - minecraft:chain_command_block;epic - minecraft:command_block;epic - minecraft:command_block_minecart;epic - minecraft:dragon_egg;epic - minecraft:knowledge_book;epic - minecraft:repeating_command_block;epic - minecraft:structure_block;epic - minecraft:structure_void;epic - thaumcraft:thaumium_axe;uncommon - thaumcraft:thaumium_hoe;uncommon - thaumcraft:thaumium_pick;uncommon - thaumcraft:thaumium_shovel;uncommon - thaumcraft:thaumium_sword;uncommon - thaumcraft:void_axe;uncommon - thaumcraft:void_hoe;uncommon - thaumcraft:void_pick;uncommon - thaumcraft:void_shovel;uncommon - thaumcraft:void_sword;uncommon - thaumcraft:primal_crusher;epic - > - - # Sets custom use durations for items like shields, affecting the maximum block time - # Syntax: modid:item:meta;duration;cooldown - # 'meta' and 'cooldown' are optional and default to 0, 'duration' and 'cooldown' in ticks - # Examples -> minecraft:shield;69 - # -> custommod:customshield:1;42;69 - S:"Custom Use Duration" < - > - - # Prevents placing of liquid source blocks in the world - B:"Hardcore Buckets"=false - - # Disables crafting recipes for repairing tools - B:"No Crafting Repair"=false - - # Disables dragon's breath from being a container item and leaving off empty bottles when a stack is brewed with - B:"No Leftover Breath Bottles"=true - - # Enables one-time ignition of entities by hitting them with a torch - B:"Super Hot Torch"=false - - # Sets the amount of experience spawned by bottles o' enchanting - # -1 for vanilla default - I:"XP Bottle Amount"=-1 - - "attack cooldown" { - # Disables the 1.9 combat update attack cooldown - B:"[1] No Attack Cooldown Toggle"=false - - # Only removes the attack cooldown of swords to balance other weapons like axes - B:"[2] Only Affect Swords"=false - - # Hides attack speed tooltips of weapons - B:"[3] Hide Attack Speed Tooltip"=true - } - - "item entities" { - # Enables the modification of item entity properties - B:"[01] Item Entities Toggle"=true - - # Adds physical aspects such as collision boxes to item entities - B:"[02] Physics"=false - - # Item entities can be picked up automatically - # When disabled, item entities can be picked up by right-clicking (requires 'Physics' option) - B:"[03] Automatic Pickup"=true - - # Item entities can only be picked up when sneaking - B:"[04] Sneaking Pickup"=false - - # Tools which enable picking up items automatically - # Example -> minecraft:bucket - S:"[05] Collection Tool" < - > - - # Determines the delay in ticks until item entities can be picked up - # -1 for vanilla default - I:"[06] Pickup Delay"=-1 - - # Determines the time in ticks until item entities get despawned - # -1 for vanilla default - I:"[07] Lifespan"=-1 - - # Stops combination of item entities - B:"[08] No Combination"=false - - # Stops combination of item entities if their maximum stack size is reached - B:"[09] Smart Combination"=true - - # The radius (in blocks) that dropped items should check around them for other dropped items to combine with - # Depends on the Smart Combination toggle - D:"[10] Smart Combination Radius"=2.0 - - # Allows dropped items to also check above and below them for combination - # Depends on the Smart Combination toggle - B:"[11] Smart Combination Y-Axis Check"=true - - # Enables the rotation effect - B:"[12] Rotation"=true - - # Enables the bobbing effect - B:"[13] Bobbing"=true - - # Makes item entities flash when they're about to despawn - B:"[14] Clear Despawn"=false - - # Determines the time in seconds item entities have left before despawn to start flashing - I:"[15] Clear Despawn: Flashing Time"=20 - - # Makes item entities flash faster as they get closer to despawning - B:"[16] Clear Despawn: Urgent Flashing"=true - } - - mending { - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false - } - - "shield parry" { - # Allows parrying of projectiles with shields - B:"[01] Shield Parry Toggle"=false - - # Determines the amount of time an arrow can be parried after raising the shield - # Measured in ticks - I:"[02] Arrow Time Window"=40 - - # Determines the amount of time a fireball can be parried after raising the shield - # Measured in ticks - I:"[03] Fireball Time Window"=40 - - # Determines the amount of time a throwable can be parried after raising the shield - # Measured in ticks - I:"[04] Throwable Time Window"=40 - - # Syntax: modid:entity - # Example: minecraft:arrow - S:"[05] Projectile List" < - > - - # Blacklist Mode: Projectiles which can't be parried, others can be parried - # Whitelist Mode: Projectiles which can be parried, others can't be parried - # Valid values: - # WHITELIST - # BLACKLIST - S:"[06] List Mode"=BLACKLIST - - # Plays an indication sound effect when projectiles are parried - B:"[07] Indication Sound"=false - - # Adds the Rebound enchantment for extended parry time windows - B:"[08] Rebound Enchantment"=true - - # Makes the Rebound enchantment exclusive to enchanted books as loot - B:"[09] Rebound Treasure Enchantment"=false - - # Maximum enchantment level for the Rebound enchantment - I:"[10] Rebound Max Level"=5 - - # Multiplier for the parry time windows - D:"[11] Rebound Multiplier"=0.25 - - # Requires the rebound enchantment for parrying - B:"[12] Require Rebound Enchantment"=false - } - - } - - "tweaks: misc" { - # Enables clicking of `/seed` world seed in chat to copy to clipboard - B:"Copy World Seed"=false - - # Restores feature to tilt the camera when damaged - B:"Damage Tilt"=true - - # Sets the default difficulty for newly generated worlds - # Valid values: - # PEACEFUL - # EASY - # NORMAL - # HARD - S:"Default Difficulty"=NORMAL - - # Disables the narrator functionality entirely - B:"Disable Narrator"=true - - # Re-implements parallax rendering of the end portal from 1.10 and older - B:"End Portal Parallax"=true - - # Lets background music play continuously without delays - B:"Infinite Music"=false - - # Sets the amount of XP needed for each level, effectively removing the increasing level scaling - # 0 for vanilla default - I:"Linear XP Amount"=0 - - # Disables the flashing effect when the night vision potion effect is about to run out - B:"No Night Vision Flash"=false - - # Disables the inventory shift when potion effects are active - B:"No Potion Shift"=true - - # Disables the experience reward when smelting items in furnaces - B:"No Smelting XP"=false - - # Prevents placing offhand blocks when blocks or food are held in the mainhand - B:"Offhand Improvement"=true - - # Sets the Y value of the overlay message (action bar), displayed for playing records etc. - # -4 for vanilla default - I:"Overlay Message Height"=-4 - - # Removes the redundant Minecraft Realms button from the main menu - # Incompatible with RandomPatches - B:"Remove Realms Button"=true - - # Removes the recipe book button from GUIs - B:"Remove Recipe Book"=false - - # Forcefully turns off the snooper and hides the snooper settings button from the options menu - B:"Remove Snooper"=true - - # Sets the Y value of the selected item tooltip, displayed when held items are changed - # 59 for vanilla default - I:"Selected Item Tooltip Height"=59 - - # Skips the credits screen after the player goes through the end podium portal - B:"Skip Credits"=false - - # Automatically confirms the 'Missing Registry Entries' screen on world load - # Identical to the launch parameter `-Dfml.queryResult=confirm` - B:"Skip Missing Registry Entries Screen"=false - - # Adds a button to the pause menu to toggle cheats - B:"Toggle Cheats Button"=true - - "incurable potions" { - # Determines if potion effects are curable with curative items like buckets of milk - B:"[1] Incurable Potions Toggle"=true - - # Syntax: modid:potioneffect - S:"[2] Potion Effect List" < - > - - # Blacklist Mode: Potion effects incurable by curative items, others are curable - # Whitelist Mode: Potion effects curable by curative items, others are incurable - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - lightning { - # Sets the damage lightning bolts deal to entities - D:"Lightning Damage"=5.0 - - # Sets the duration in ticks lightning bolts set entities on fire - I:"Lightning Fire Ticks"=8 - - # Disables the creation of fire around lightning strikes - B:"No Lightning Fire"=false - - # Disables the flashing of skybox and ground brightness on lightning bolt strikes - B:"No Lightning Flash"=false - } - - "load sounds" { - # Play load sound on... - # Valid values: - # NOTHING - # MINECRAFT - # WORLD - # MINECRAFT_AND_WORLD - S:"[1] Mode"=NOTHING - - # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch - S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - - # Sounds to play when the world is loaded - # Syntax: eventname;pitch - S:"[3] World Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - } - - "pickup notification" { - # Displays notifications when the player obtains or loses items - B:"[01] Pickup Notification Toggle"=false - - # Displays item additions when a player obtains an item - B:"[02] Display Item Additions"=true - - # Displays item removals when a player loses an item - B:"[03] Display Item Removals"=true - - # Displays changes in player experience - B:"[04] Display Experience"=true - - # Displays the icon of the respective item - B:"[05] Display Icon"=true - - # Displays the name of the respective item - B:"[06] Display Name"=true - - # Displays a dark rectangle behind changed items - B:"[07] Display Background"=false - - # Sets the horizontal offset of the notification - I:"[08] Display Offset Horizontal"=0 - - # Sets the vertical offset of the notification - I:"[09] Display Offset Vertical"=18 - - # Sets the edge/corner of the screen to use as the base location - # Valid values: - # BOTTOM_RIGHT - # BOTTOM - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # CENTER - S:"[10] Snap Position"=BOTTOM_RIGHT - - # Sets the scaling of item names - D:"[11] Name Scale"=0.8 - - # Sets the scaling of item icons - D:"[12] Icon Scale"=0.8 - - # Sets the maximum number of items in the queue before they start fading out artificially - I:"[13] Soft Limit"=6 - - # Sets the number of items that will be faded out after the soft limit is reached - I:"[14] Fade Limit"=3 - - # Sets the duration in ticks how long the notification will be displayed - I:"[15] Display Duration"=120 - - # Sets the duration in ticks how long the notification fades out - I:"[16] Fade Duration"=20 - - # List of item registry names to ignore when displaying changes - # Syntax: modid:item - S:"[17] Blacklist: Ignore Item Changes" < - > - - # List of item registry names for which to ignore subitem changes - # Syntax: modid:item - S:"[18] Blacklist: Ignore Subitem Changes" < - > - } - - "smooth scrolling" { - # Adds smooth scrolling to in-game lists - B:"[1] Smooth Scrolling Toggle"=true - D:"[2] Bounce Back Multiplier"=0.24 - I:"[3] Scroll Duration"=600 - D:"[4] Scroll Step"=19.0 - } - - "swing through grass" { - # Allows hitting entities through grass instead of breaking it - B:"[1] Swing Through Grass Toggle"=true - - # Excludes blocks from the swing through grass tweak - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the swing through grass tweak - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - "toast control" { - # Enables the control of toasts (pop-up text boxes) - B:"[1] Toast Control Toggle"=true - - # Determines if advancement toasts are blocked. Enabling will block ALL advancements. - B:"[2] Disable Advancement Toasts"=false - - # Determines if recipe unlock toasts are blocked. Blocks "you have unlocked a new recipe" toasts. - B:"[3] Disable Recipe Toasts"=true - - # Determines if system toasts are blocked. This is used only for the narrator toggle notification right now. - B:"[4] Disable System Toasts"=true - - # Determines if tutorial toasts are blocked. Blocks useless things like use WASD to move. - B:"[5] Disable Tutorial Toasts"=true - } - - } - - "tweaks: performance" { - # Determines the interval in ticks between world auto saves - I:"Auto Save Interval"=900 - - # Improves model load times by checking if an animated model exists before trying to load it - B:"Check Animated Models"=true - - # Adds an IRecipe cache to improve recipe performance in larger modpacks - B:"Crafting Cache"=true - - # Improves loading times by removing debug code for missing sounds and subtitles - B:"Disable Audio Debug"=true - - # Improves rendering performance by removing the resource location text on missing models - B:"Disable Fancy Missing Model"=true - - # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry - B:"Fast Dye Blending"=true - - # Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time - B:"Fast Prefix Checking"=true - - # Skips initial world chunk loading & garbage collection to speed up world loading - # May have side effects such as slower chunk generation - B:"Fast World Loading"=false - - # Fixes slow background startup edge case caused by checking tooltips during the loading process - B:"Faster Background Startup"=false - - # Disables lighting of active redstone, repeaters, and comparators to improve performance - B:"No Redstone Lighting"=false - - # Removes the hardcoded 30 FPS limit in screens like the main menu - B:"Uncap FPS"=true - } - - "tweaks: world" { - # Sets the default height of the overworld's sea level - # Vanilla default is 63 - I:"Sea Level"=63 - - # Replaces stronghold generation with a safer variant - B:"Stronghold Replacement"=true - - # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=false - - "chunk gen limit" { - # Limits maximum chunk generation per tick for improved server performance - B:"[1] Chunk Gen Limit Toggle"=false - - # Maximum chunks to generate per tick per dimension - I:"[2] Ticks"=2 - - # Maximum time in ms to spend generating chunks per tick per dimension - I:"[3] Time"=5 - } - - "dimension unload" { - # Unloads dimensions not in use to free up resources - B:"[1] Dimension Unload Toggle"=true - - # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 - - # List of dimensions which should not be unloaded - # Can be dimension name or ID - # Uses regular expressions - S:"[3] Blacklist" < - 0 - overworld - > - } - - } - -} - - diff --git a/config - Copy/UniversalTweaks.old b/config - Copy/UniversalTweaks.old deleted file mode 100644 index f5da175b..00000000 --- a/config - Copy/UniversalTweaks.old +++ /dev/null @@ -1,740 +0,0 @@ -# Configuration file - -general { - - "bugfixes: blocks" { - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents crashes when the destination tile entity becomes unavailable during the item insert process - # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium - B:"Hopper Insert Safety Check"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=false - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "bugfixes: entities" { - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item dupes when players are dropping items and disconnecting - B:"Disconnect Dupe"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"Entity Desync"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Saves increased player health to tags - B:"Max Player Health"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - } - - "bugfixes: misc" { - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Fixes slow background startup edge case caused by checking tooltips during the loading process - B:"Faster Background Startup"=false - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - "bugfixes: world" { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - B:"Chunk Saving"=true - - # Keeps the order of tile entities on chunk load - B:"Tile Entity Update Order"=true - } - - debug { - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Version number of the config file - # Do not touch! - S:"Config Version"=1.12.2-1.4.0 - - # Enables debug logging - B:"Debug Logging"=false - - # Enables a screen displaying incompatible mods on game load - B:"Obsolete Mods Screen"=true - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - - "mod integration" { - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=false - } - - botania { - # Enables the Botania Garden of Glass skybox for custom dimensions - # Abides by Botania's 'enableFancySkybox' config option - # Example: 43 - I:"Fancy Skybox" < - 43 - > - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - } - - "mo' creatures" { - # Adds support for modded biome spawns - # Syntax: modid;name;key;tag;filename - # modid Mod ID required for this to be added - # name Mod name - # key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods - # tag Short tag for logs - # filename Filename to use for the generated config - S:"Custom Modded Biomes" < - pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg - traverse;traverse;traverse;TRAV;Traverse.cfg - dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg - > - } - - "storage drawers" { - # Fixes voiding of items when nearing full capacity - # Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade - # Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with - B:"Item Handlers"=false - - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=20 - } - - thaumcraft { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "tinkers' construct" { - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Caches all ore dictionary smelting recipes to speed up game loading - B:"Ore Dictionary Cache"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - } - - } - - "tweaks: blocks" { - # Replaces bed obstruction checks with an improved version - B:"Bed Obstruction Replacement"=true - - # Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking - B:"Better Harvest"=false - - # Sets the delay in ticks between placing blocks - I:"Block Placement Click Delay"=4 - - # Determines how tall cacti can grow - I:"Cactus Size"=3 - - # Makes leaves decay faster when trees are chopped - B:"Fast Leaf Decay"=true - - # Allows the player to jump over fences and walls - B:"Fence/Wall Jump"=true - - # Prevents placing of liquid source blocks in the world - B:"Hardcore Buckets"=false - - # Determines how tall sugar cane can grow - I:"Sugar Cane Size"=3 - - "breakable bedrock" { - # Allows customizable mining of bedrock - B:"[1] Breakable Bedrock Toggle"=false - D:"[2] Hardness"=200.0 - D:"[3] Resistance"=6000000.0 - I:"[4] Harvest Level"=3 - - # List of tools concerning mining bedrock - # If empty, allows every tool matching the harvest level - # Syntax: modid:tool - S:"[5] Tool List" < - > - - # Blacklist Mode: Tools which can't mine bedrock, others can - # Whitelist Mode: Tools which can mine bedrock, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[6] List Mode"=BLACKLIST - } - - "finite water" { - # Prevents creation of infinite water sources - B:"[1] Finite Water Toggle"=false - - # Allows creation of infinite water sources in ocean and river biomes - B:"[2] Allow Water Biomes"=true - - # Inclusive minimum altitude at which water is infinite - I:"[3] Minimum Altitude"=0 - - # Inclusive maximum altitude at which water is infinite - I:"[4] Maximum Altitude"=63 - } - - } - - "tweaks: entities" { - # Removes entity AI for improved server performance - B:"AI Removal"=false - - # Replaces entity AI for improved server performance - B:"AI Replacement"=true - - # Replaces auto jump with an increased step height - B:"Auto Jump Replacement"=true - - # Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them - B:"Better Ignition"=true - - # Replaces deadly creeper explosions with delightful confetti - B:"Creeper Confetti"=false - - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false - - # Lets husks and strays spawn underground like regular zombies and skeletons - B:"Husk & Stray Spawning"=true - - # Mobs carrying picked up items will drop their equipment and despawn properly - B:"Mob Despawn Improvement"=true - - # Stops horses wandering around when saddled - B:"No Saddled Wandering"=true - - attributes { - # Sets custom ranges for entity attributes - B:"[01] Attributes Toggle"=true - D:"[02] Max Health Min"=-65536.0 - D:"[03] Max Health Max"=65536.0 - D:"[04] Follow Range Min"=-65536.0 - D:"[05] Follow Range Max"=65536.0 - D:"[06] Knockback Resistance Min"=-65536.0 - D:"[07] Knockback Resistance Max"=65536.0 - D:"[08] Movement Speed Min"=-65536.0 - D:"[09] Movement Speed Max"=65536.0 - D:"[10] Flying Speed Min"=-65536.0 - D:"[11] Flying Speed Max"=65536.0 - D:"[12] Attack Damage Min"=-65536.0 - D:"[13] Attack Damage Max"=65536.0 - D:"[14] Attack Speed Min"=-65536.0 - D:"[15] Attack Speed Max"=65536.0 - D:"[16] Armor Min"=-65536.0 - D:"[17] Armor Max"=65536.0 - D:"[18] Armor Toughness Min"=-65536.0 - D:"[19] Armor Toughness Max"=65536.0 - D:"[20] Luck Min"=-65536.0 - D:"[21] Luck Max"=65536.0 - } - - "better burning" { - # Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items - B:"[1] Cooked Items"=true - - # If entities have fire resistance, they get extinguished right away when on fire - B:"[2] Extinguishing"=true - - # Prevents the fire animation overlay from being displayed when the player is immune to fire - B:"[3] Fire Overlay"=true - - # Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty - B:"[4] Flaming Arrows"=true - - # Allows fire to spread from entity to entity (30% chance * regional difficulty) - B:"[5] Spreading Fire"=true - } - - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false - - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 - } - - "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision - B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 - I:"[2] Damage Factor"=10 - } - - "no golems" { - # Disables the manual creation of iron golems - B:"[1] Iron Golem Toggle"=false - - # Disables the manual creation of snow golems - B:"[2] Snow Golem Toggle"=false - - # Disables the manual creation of withers - B:"[3] Wither Toggle"=false - } - - "player speed" { - # Enables the modification of base and maximum player speeds - B:"[1] Player Speed Toggle"=false - - # Determines the player's base walk speed - D:"[2] Walk Speed"=0.1 - - # Determines the player's base fly speed - D:"[3] Fly Speed"=0.05 - - # Determines the player's maximum speed - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[4] Max Speed"=100.0 - - # Determines the player's maximum speed when flying with elytra - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[5] Max Elytra Speed"=300.0 - - # Determines the player's maximum speed when riding a vehicle or mount - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[6] Max Vehicle Speed"=100.0 - } - - "water fall damage" { - # Re-implements an improved version of pre-1.4 fall damage in water - B:"[1] Water Fall Damage Toggle"=false - - # How much fall damage gets reduced by water per tick - D:"[2] Damage Reduction"=2.0 - } - - } - - "tweaks: items" { - # Switches the selected hotbar slot to a proper tool if required - B:"Auto Switch Tools"=false - - # Bows enchanted with Infinity no longer require arrows - B:"Bow Infinity"=true - - # Disables the 1.9 combat update attack cooldown - B:"No Attack Cooldown"=false - - # Enables one-time ignition of entities by hitting them with a torch - B:"Super Hot Torch"=false - - # Sets the amount of experience spawned by bottles o' enchanting - # -1 for vanilla default - I:"XP Bottle Amount"=-1 - - "item entities" { - # Enables the modification of item entity properties - B:"[01] Item Entities Toggle"=true - - # Adds physical aspects such as collision boxes to item entities - B:"[02] Physics"=false - - # Item entities can be picked up automatically - # When disabled, item entities can be picked up by right-clicking (requires 'Physics' option) - B:"[03] Automatic Pickup"=true - - # Item entities can only be picked up when sneaking - B:"[04] Sneaking Pickup"=false - - # Tools which enable picking up items automatically - # Example -> minecraft:bucket - S:"[05] Collection Tool" < - > - - # Determines the delay in ticks until item entities can be picked up - # -1 for vanilla default - I:"[06] Pickup Delay"=-1 - - # Determines the time in ticks until item entities get despawned - # -1 for vanilla default - I:"[07] Lifespan"=-1 - - # Stops combination of item entities - B:"[08] No Combination"=false - - # Stops combination of item entities if their maximum stack size is reached - B:"[09] Smart Combination"=true - - # The radius (in blocks) that dropped items should check around them for other dropped items to combine with - # Depends on the Smart Combination toggle - D:"[10] Smart Combination Radius"=2.0 - - # Allows dropped items to also check above and below them for combination - # Depends on the Smart Combination toggle - B:"[11] Smart Combination Y-Axis Check"=true - - # Enables the rotation effect - B:"[12] Rotation"=true - - # Enables the bobbing effect - B:"[13] Bobbing"=true - } - - mending { - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false - } - - "shield parry" { - # Allows parrying of projectiles with shields - B:"[1] Shield Parry Toggle"=false - - # Determines the amount of time an arrow can be parried after raising the shield - # Measured in ticks - I:"[2] Arrow Time Window"=40 - - # Determines the amount of time a fireball can be parried after raising the shield - # Measured in ticks - I:"[3] Fireball Time Window"=40 - - # Determines the amount of time a throwable can be parried after raising the shield - # Measured in ticks - I:"[4] Throwable Time Window"=40 - - # Adds the Rebound enchantment for extended parry time windows - B:"[5] Rebound Enchantment"=true - - # Makes the Rebound enchantment exclusive to enchanted books as loot - B:"[6] Rebound Treasure Enchantment"=false - - # Maximum enchantment level for the Rebound enchantment - I:"[7] Rebound Max Level"=5 - - # Multiplier for the parry time windows - D:"[8] Rebound Multiplier"=0.25 - } - - } - - "tweaks: misc" { - # Restores feature to tilt the camera when damaged - B:"Damage Tilt"=true - - # Disables the narrator functionality entirely - B:"Disable Narrator"=true - - # Re-implements parallax rendering of the end portal from 1.10 and older - B:"End Portal Parallax"=true - - # Lets background music play continuously without delays - B:"Infinite Music"=false - - # Sets the amount of XP needed for each level, effectively removing the increasing level scaling - # 0 for vanilla default - I:"Linear XP Amount"=0 - - # Disables the flashing of skybox and ground brightness on lightning strikes - B:"No Lightning Flash"=false - - # Disables the flashing effect when the night vision potion effect is about to run out - B:"No Night Vision Flash"=false - - # Disables the inventory shift when potion effects are active - B:"No Potion Shift"=true - - # Disables lighting of active redstone, repeaters, and comparators to improve performance - B:"No Redstone Lighting"=false - - # Prevents placing offhand blocks when blocks or food are held in the mainhand - B:"Offhand Improvement"=true - - # Removes the redundant Minecraft Realms button from the main menu - B:"Remove Realms Button"=true - - # Removes the recipe book button from GUIs - B:"Remove Recipe Book"=false - - # Forcefully turns off the snooper and hides the snooper settings button from the options menu - B:"Remove Snooper"=true - - # Skips the credits screen after the player goes through the end podium portal - B:"Skip Credits"=false - - # Suppresses in-game tutorial hint tabs in the right-hand corner - B:"Suppress Tutorial Hints"=true - - # Adds a button to the pause menu to toggle cheats - B:"Toggle Cheats Button"=true - - # Removes the hardcoded 30 FPS limit in screens like the main menu - B:"Uncap FPS"=true - - "incurable potions" { - # Determines if potion effects are curable with curative items like buckets of milk - B:"[1] Incurable Potions Toggle"=true - - # Syntax: modid:potioneffect - S:"[2] Potion Effect List" < - > - - # Blacklist Mode: Potion effects incurable by curative items, others are curable - # Whitelist Mode: Potion effects curable by curative items, others are incurable - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "load sounds" { - # Play load sound on... - # Valid values: - # NOTHING - # MINECRAFT - # WORLD - # MINECRAFT_AND_WORLD - S:"[1] Mode"=NOTHING - - # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch - S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - - # Sounds to play when the world is loaded - # Syntax: eventname;pitch - S:"[3] World Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - } - - "rally health" { - # Adds Bloodborne's Rally system to Minecraft - # Regain lost health when attacking back within the risk time - B:"[1] Rally Health Toggle"=false - - # Determines the risk time in ticks - I:"[2] Risk Time"=60 - - # Determines the chance to regain health in percent - I:"[3] Heal Chance"=80 - - # Plays an indication sound effect when health is regained - B:"[4] Indication Sound"=false - } - - "smooth scrolling" { - # Adds smooth scrolling to in-game lists - B:"[1] Smooth Scrolling Toggle"=true - D:"[2] Bounce Back Multiplier"=0.24 - I:"[3] Scroll Duration"=600 - D:"[4] Scroll Step"=19.0 - } - - "swing through grass" { - # Allows hitting entities through grass instead of breaking it - B:"[1] Swing Through Grass Toggle"=true - - # Excludes blocks from the swing through grass tweak - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the swing through grass tweak - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "tweaks: performance" { - # Improves model load times by checking if an animated model exists before trying to load it - B:"Check Animated Models"=true - - # Adds an IRecipe cache to improve recipe performance in larger modpacks - B:"Crafting Cache"=true - - # Improves loading times by removing debug code for missing sounds and subtitles - B:"Disable Audio Debug"=true - - # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry - B:"Fast Dye Blending"=true - - # Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time - B:"Fast Prefix Checking"=true - - # Skips initial world chunk loading & garbage collection to speed up world loading - B:"Fast World Loading"=true - } - - "tweaks: world" { - # Replaces stronghold generation with a safer variant - B:"Stronghold Replacement"=true - - # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=false - - "chunk gen limit" { - # Limits maximum chunk generation per tick for improved server performance - B:"[1] Chunk Gen Limit Toggle"=false - - # Maximum chunks to generate per tick per dimension - I:"[2] Ticks"=2 - - # Maximum time in ms to spend generating chunks per tick per dimension - I:"[3] Time"=5 - } - - "dimension unload" { - # Unloads dimensions not in use to free up resources - B:"[1] Dimension Unload Toggle"=false - - # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 - - # List of dimensions which should not be unloaded - # Can be dimension name or ID - # Uses regular expressions - S:"[3] Blacklist" < - 0 - overworld - > - } - - } - -} - - diff --git a/config - Copy/UniversalTweaks.older b/config - Copy/UniversalTweaks.older deleted file mode 100644 index 2a18c777..00000000 --- a/config - Copy/UniversalTweaks.older +++ /dev/null @@ -1,583 +0,0 @@ -# Configuration file - -general { - - "bugfixes: blocks" { - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=true - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "bugfixes: entities" { - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item dupes when players are dropping items and disconnecting - B:"Disconnect Dupe"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"Entity Desync"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Saves increased player health to tags - B:"Max Player Health"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - } - - "bugfixes: misc" { - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Fixes slow background startup edge case caused by checking tooltips during the loading process - B:"Faster Background Startup"=true - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - "bugfixes: world" { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - B:"Chunk Saving"=true - - # Keeps the order of tile entities on chunk load - B:"Tile Entity Update Order"=true - } - - debug { - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Version number of the config file - # Do not touch! - S:"Config Version"=1.12.2-1.3.2 - - # Enables debug logging - B:"Debug Logging"=false - - # Enables a screen displaying incompatible mods on game load - B:"Obsolete Mods Screen"=true - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - - "mod integration" { - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=true - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - } - - "mo' creatures" { - # Adds support for modded biome spawns - # Syntax: modid;name;key;tag;filename - # modid Mod ID required for this to be added - # name Mod name - # key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods - # tag Short tag for logs - # filename Filename to use for the generated config - S:"Custom Modded Biomes" < - pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg - traverse;traverse;traverse;TRAV;Traverse.cfg - dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg - > - } - - "storage drawers" { - # Fixes voiding of items when nearing full capacity - # Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade - # Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with - B:"Item Handlers"=true - - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=0 - } - - thaumcraft { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "tinkers' construct" { - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - } - - } - - "tweaks: blocks" { - # Replaces bed obstruction checks with an improved version - B:"Bed Obstruction Replacement"=true - - # Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking - B:"Better Harvest"=false - - # Sets the delay in ticks between placing blocks - I:"Block Placement Click Delay"=4 - - # Determines how tall cacti can grow - I:"Cactus Size"=3 - - # Makes leaves decay faster when trees are chopped - B:"Fast Leaf Decay"=true - - # Allows the player to jump over fences and walls - B:"Fence/Wall Jump"=true - - # Prevents placing of liquid source blocks in the world - B:"Hardcore Buckets"=false - - # Determines how tall sugar cane can grow - I:"Sugar Cane Size"=3 - - "finite water" { - # Prevents creation of infinite water sources - B:"[1] Finite Water Toggle"=false - - # Allows creation of infinite water sources in ocean and river biomes - B:"[2] Allow Water Biomes"=true - - # Inclusive minimum altitude at which water is infinite - I:"[3] Minimum Altitude"=0 - - # Inclusive maximum altitude at which water is infinite - I:"[4] Maximum Altitude"=63 - } - - } - - "tweaks: entities" { - # Removes entity AI for improved server performance - B:"AI Removal"=false - - # Replaces entity AI for improved server performance - B:"AI Replacement"=true - - # Replaces auto jump with an increased step height - B:"Auto Jump Replacement"=true - - # Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them - B:"Better Ignition"=true - - # Replaces deadly creeper explosions with delightful confetti - B:"Creeper Confetti"=false - - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false - - # Lets husks and strays spawn underground like regular zombies and skeletons - B:"Husk & Stray Spawning"=true - - # Mobs carrying picked up items will drop their equipment and despawn properly - B:"Mob Despawn Improvement"=true - - # Stops horses wandering around when saddled - B:"No Saddled Wandering"=true - - attributes { - # Sets custom ranges for entity attributes - B:"[01] Attributes Toggle"=true - D:"[02] Max Health Min"=-65536.0 - D:"[03] Max Health Max"=65536.0 - D:"[04] Follow Range Min"=-65536.0 - D:"[05] Follow Range Max"=65536.0 - D:"[06] Knockback Resistance Min"=-65536.0 - D:"[07] Knockback Resistance Max"=65536.0 - D:"[08] Movement Speed Min"=-65536.0 - D:"[09] Movement Speed Max"=65536.0 - D:"[10] Flying Speed Min"=-65536.0 - D:"[11] Flying Speed Max"=65536.0 - D:"[12] Attack Damage Min"=-65536.0 - D:"[13] Attack Damage Max"=65536.0 - D:"[14] Attack Speed Min"=-65536.0 - D:"[15] Attack Speed Max"=65536.0 - D:"[16] Armor Min"=-65536.0 - D:"[17] Armor Max"=65536.0 - D:"[18] Armor Toughness Min"=-65536.0 - D:"[19] Armor Toughness Max"=65536.0 - D:"[20] Luck Min"=-65536.0 - D:"[21] Luck Max"=65536.0 - } - - "better burning" { - # Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items - B:"[1] Cooked Items"=true - - # If entities have fire resistance, they get extinguished right away when on fire - B:"[2] Extinguishing"=true - - # Prevents the fire animation overlay from being displayed when the player is immune to fire - B:"[3] Fire Overlay"=true - - # Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty - B:"[4] Flaming Arrows"=true - - # Allows fire to spread from entity to entity (30% chance * regional difficulty) - B:"[5] Spreading Fire"=true - } - - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false - - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 - } - - "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision - B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 - I:"[2] Damage Factor"=10 - } - - "no golems" { - # Disables the manual creation of iron golems - B:"[1] Iron Golem Toggle"=false - - # Disables the manual creation of snow golems - B:"[2] Snow Golem Toggle"=false - - # Disables the manual creation of withers - B:"[3] Wither Toggle"=false - } - - "player speed" { - # Determines the player's base walk speed - D:"[1] Walk Speed"=0.1 - - # Determines the player's base fly speed - D:"[2] Fly Speed"=0.05 - } - - "water fall damage" { - # Re-implements an improved version of pre-1.4 fall damage in water - B:"[1] Water Fall Damage Toggle"=false - - # How much fall damage gets reduced by water per tick - D:"[2] Damage Reduction"=2.0 - } - - } - - "tweaks: items" { - # Switches the selected hotbar slot to a proper tool if required - B:"Auto Switch Tools"=false - - # Bows enchanted with Infinity no longer require arrows - B:"Bow Infinity"=true - - # Stops combination of item entities if their maximum stack size is reached - B:"Item Entity Combination"=true - - # Disables the 1.9 combat update attack cooldown - B:"No Attack Cooldown"=false - - # Enables one-time ignition of entities by hitting them with a torch - B:"Super Hot Torch"=false - - # Sets the amount of experience spawned by bottles o' enchanting - # -1 for vanilla default - I:"XP Bottle Amount"=-1 - - mending { - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false - } - - } - - "tweaks: misc" { - # Restores feature to tilt the camera when damaged - B:"Damage Tilt"=true - - # Disables the narrator functionality entirely - B:"Disable Narrator"=true - - # Re-implements parallax rendering of the end portal from 1.10 and older - B:"End Portal Parallax"=true - - # Lets background music play continuously without delays - B:"Infinite Music"=false - - # Sets the amount of XP needed for each level, effectively removing the increasing level scaling - # 0 for vanilla default - I:"Linear XP Amount"=0 - - # Disables the flashing of skybox and ground brightness on lightning strikes - B:"No Lightning Flash"=false - - # Disables the flashing effect when the night vision potion effect is about to run out - B:"No Night Vision Flash"=false - - # Disables the inventory shift when potion effects are active - B:"No Potion Shift"=true - - # Disables lighting of active redstone, repeaters, and comparators to improve performance - B:"No Redstone Lighting"=false - - # Prevents placing offhand blocks when blocks or food are held in the mainhand - B:"Offhand Improvement"=true - - # Removes the redundant Minecraft Realms button from the main menu - B:"Remove Realms Button"=true - - # Removes the recipe book button from GUIs - B:"Remove Recipe Book"=false - - # Forcefully turns off the snooper and hides the snooper settings button from the options menu - B:"Remove Snooper"=true - - # Skips the credits screen after the player goes through the end podium portal - B:"Skip Credits"=false - - # Suppresses in-game tutorial hint tabs in the right-hand corner - B:"Suppress Tutorial Hints"=true - - # Adds a button to the pause menu to toggle cheats - B:"Toggle Cheats Button"=true - - # Removes the hardcoded 30 FPS limit in screens like the main menu - B:"Uncap FPS"=true - - "load sounds" { - # Play load sound on... - # Valid values: - # NOTHING - # MINECRAFT - # WORLD - # MINECRAFT_AND_WORLD - S:"[1] Mode"=NOTHING - - # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch - S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - - # Sounds to play when the world is loaded - # Syntax: eventname;pitch - S:"[3] World Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - } - - "smooth scrolling" { - # Adds smooth scrolling to in-game lists - B:"[1] Smooth Scrolling Toggle"=true - D:"[2] Bounce Back Multiplier"=0.24 - I:"[3] Scroll Duration"=600 - D:"[4] Scroll Step"=19.0 - } - - "swing through grass" { - # Allows hitting entities through grass instead of breaking it - B:"[1] Swing Through Grass Toggle"=true - - # Excludes blocks from the swing through grass tweak - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the swing through grass tweak - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "tweaks: performance" { - # Adds an IRecipe cache to improve recipe performance in larger modpacks - B:"Crafting Cache"=true - - # Improves model load times by removing Forge's animated models - B:"Disable Animated Models"=false - - # Improves loading times by removing debug code for missing sounds and subtitles - B:"Disable Audio Debug"=true - - # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry - B:"Fast Dye Blending"=true - - # Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time - B:"Fast Prefix Checking"=true - - # Skips initial world chunk loading & garbage collection to speed up world loading - B:"Fast World Loading"=true - } - - "tweaks: world" { - # Replaces stronghold generation with a safer variant - B:"Stronghold Replacement"=true - - # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=false - - "chunk gen limit" { - # Limits maximum chunk generation per tick for improved server performance - B:"[1] Chunk Gen Limit Toggle"=false - - # Maximum chunks to generate per tick per dimension - I:"[2] Ticks"=2 - - # Maximum time in ms to spend generating chunks per tick per dimension - I:"[3] Time"=5 - } - - "dimension unload" { - # Unloads dimensions not in use to free up resources - B:"[1] Dimension Unload Toggle"=true - - # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 - - # List of dimensions which should not be unloaded - # Can be dimension name or ID - # Uses regular expressions - S:"[3] Blacklist" < - 0 - overworld - > - } - - } - -} - - diff --git a/config - Copy/UniversalTweaks1.4.old b/config - Copy/UniversalTweaks1.4.old deleted file mode 100644 index d24ddaec..00000000 --- a/config - Copy/UniversalTweaks1.4.old +++ /dev/null @@ -1,748 +0,0 @@ -# Configuration file - -general { - - "bugfixes: blocks" { - # Fixes inconsistent delays of comparators to prevent redstone timing issues - B:"Comparator Timing"=true - - # Slims down the hopper bounding box for easier access of nearby blocks - B:"Hopper Bounding Box"=true - - # Prevents crashes when the destination tile entity becomes unavailable during the item insert process - # Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium - B:"Hopper Insert Safety Check"=true - - # Prevents voiding held items when right + left clicking on an item frame simultaneously - B:"Item Frame Void"=true - - # Disables climbing movement when flying - B:"Ladder Flying Slowdown"=true - - # Avoids the need for multiple mining attempts by sending additional movement packets - B:"Mining Glitch"=true - - # Properly saves the last state of pistons to tags - B:"Piston Progress"=true - - "block overlay" { - # Fixes x-ray when standing in non-suffocating blocks - B:"[1] Block Overlay Toggle"=true - - # Excludes blocks from the block overlay bugfix - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the block overlay bugfix - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "bugfixes: entities" { - # Fixes entities glitching through the bottom of boats - B:"Boat Riding Offset"=true - - # Fixes corrupted entities exceeding the allowed death time - B:"Death Time"=true - - # Fixes lag caused by dead entities by sending additional packets when the player is not alive - B:"Destroy Entity Packets"=true - - # Fixes missing player states when changing dimensions by sending additional packets - B:"Dimension Change Player States"=true - - # Fixes item dupes when players are dropping items and disconnecting - B:"Disconnect Dupe"=true - - # Saves entity bounding boxes to tags to prevent breakouts and suffocation - B:"Entity Bounding Box"=true - - # Fixes entity motion desyncs most notable with arrows and thrown items - B:"Entity Desync"=true - - # Prevents corruption of entities caused by invalid health or damage values - B:"Entity NaN Values"=true - - # Pushes entities out of blocks when growing up to prevent suffocation - B:"Entity Suffocation"=true - - # Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions - B:"Entity Tracker"=true - - # Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam) - B:"Entity UUID"=true - - # Saves increased player health to tags - B:"Max Player Health"=true - - # Fixes saturation depleting in peaceful mode - B:"Player Saturation"=true - - # Fixes skeletons not looking at their targets when strafing - B:"Skeleton Aim"=true - - # Returns missing hoods to villager mantles - B:"Villager Mantle Hoods"=true - } - - "bugfixes: misc" { - # Prevents fire projectiles burning entities when blocking with shields - B:"Block Fire"=true - - # Fixes entity and particle rendering issues by enabling depth buffer writing - B:"Depth Mask"=true - - # Fixes slow background startup edge case caused by checking tooltips during the loading process - B:"Faster Background Startup"=false - - # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) - B:"Frustum Culling"=true - - # Replaces the help command, sorts and reports broken commands - B:"Help Command"=true - - # Prevents various crashes with Turkish locale - B:"Locale Crash"=true - - "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items - B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible - D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible - D:"[3] Expansion Value"=0.008 - } - - } - - "bugfixes: world" { - # Fixes loading of outdated chunks to prevent duplications, deletions and data corruption - B:"Chunk Saving"=true - - # Keeps the order of tile entities on chunk load - B:"Tile Entity Update Order"=true - } - - debug { - # Disables config resets on mod updates - # Please note that you will face duplicate/invalid config settings - B:"Bypass Config Versioning"=false - - # For those who live life on the edge, may or may not include Jons - B:"Bypass Incompatibility Warnings"=false - - # Version number of the config file - # Do not touch! - S:"Config Version"=1.12.2-1.4.1 - - # Enables debug logging - B:"Debug Logging"=false - - # Enables a screen displaying incompatible mods on game load - B:"Obsolete Mods Screen"=true - - # Prints the time the game needed to launch to the log - B:"Show Loading Time"=true - } - - "mod integration" { - - "biomes o' plenty" { - # Fixes rapid inflection of regeneration effects in hot spring water - B:"Hot Spring Water"=true - } - - botania { - # Enables the Botania Garden of Glass skybox for custom dimensions - # Abides by Botania's 'enableFancySkybox' config option - # Example: 43 - I:"Fancy Skybox" < - > - } - - "epic siege mod" { - # Disables leftover debug logging inside the digger AI of the beta builds - B:"Disable Digger AI Debug"=true - } - - forestry { - # Adds custom emerald to germling trades to the arborist villager - # Syntax: level;emeralds_min;emeralds_max;germlings_min;germlings_max;type;complexity_min;complexity_max - # level Level when this trade becomes available (how much trading needs to be done) - # emeralds_min Lower random limit for emeralds - # emeralds_max Upper random limit for emeralds - # germlings_min Lower random limit for germlings - # germlings_max Upper random limit for germlings - # type Type of germling, can be either pollen or sapling - # complexity_min Lower limit of allele complexity - # complexity_max Upper limit of allele complexity - # - # Example for a level 5 trade for a single sapling with a complexity between 6 and 10, costing between 10 to 40 emeralds: - # 5;10;40;1;1;sapling;6;10 - S:"Arborist Villager Trades" < - > - - # Disables damage caused by bees bypassing player armor - B:"Disable Bee Damage Armor Bypass"=true - } - - "mo' creatures" { - # Adds support for modded biome spawns - # Syntax: modid;name;key;tag;filename - # modid Mod ID required for this to be added - # name Mod name - # key Used for class lookups, needs to be a unique part of the modded package, e.g. mod.acgaming.*universaltweaks*.mods - # tag Short tag for logs - # filename Filename to use for the generated config - S:"Custom Modded Biomes" < - pvj;vibrantjourneys;vibrantjourneys;PVJ;ProjectVibrantJourneys.cfg - traverse;traverse;traverse;TRAV;Traverse.cfg - dimdoors;dimdoors;dimdoors;DD;DimDoors.cfg - > - } - - "storage drawers" { - # Fixes voiding of items when nearing full capacity - # Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade - # Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with - B:"Item Handlers"=true - - # Approximate range in blocks at which drawers render contained items - # 0 for default unlimited range - I:"Render Range"=0 - } - - thaumcraft { - # Adds particles to firebats similar to legacy versions - B:"Firebat Particles"=true - - # Stops the thaumometer from bobbing rapidly when using it to scan objects - B:"Stable Thaumometer"=true - - # Increases particle size of wisps similar to legacy versions - B:"Wisp Particles"=true - } - - "tinkers' construct" { - # Excludes gaseous fluids from being transferable via faucets - B:"Gaseous Fluids"=false - - # Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand - B:"Offhand Shuriken"=true - - # Caches all ore dictionary smelting recipes to speed up game loading - B:"Ore Dictionary Cache"=true - - # Despawns unbreakable projectiles faster to improve framerates - B:"Projectile Despawning"=true - } - - } - - "tweaks: blocks" { - # Replaces bed obstruction checks with an improved version - B:"Bed Obstruction Replacement"=true - - # Prevents breaking lower parts of sugar cane and cacti as well as unripe crops, unless sneaking - B:"Better Harvest"=false - - # Determines how tall cacti can grow - I:"Cactus Size"=3 - - # Makes leaves decay faster when trees are chopped - B:"Fast Leaf Decay"=true - - # Allows the player to jump over fences and walls - B:"Fence/Wall Jump"=true - - # Prevents placing of liquid source blocks in the world - B:"Hardcore Buckets"=false - - # Determines how tall sugar cane can grow - I:"Sugar Cane Size"=3 - - "better placement" { - # Removes the delay between placing blocks - B:"[1] Better Placement Toggle"=false - - # If the cursor must be moved to a new location before placing another block - B:"[2] Force New Location"=true - - # Only affects block placement in creative mode - B:"[3] Creative Mode Only"=false - } - - "breakable bedrock" { - # Allows customizable mining of bedrock - B:"[1] Breakable Bedrock Toggle"=false - - # List of tools concerning mining bedrock - # If empty, allows every tool to be used - # Syntax: modid:tool - S:"[2] Tool List" < - > - - # Blacklist Mode: Tools which can't mine bedrock, others can - # Whitelist Mode: Tools which can mine bedrock, others can't - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "finite water" { - # Prevents creation of infinite water sources - B:"[1] Finite Water Toggle"=false - - # Allows creation of infinite water sources in ocean and river biomes - B:"[2] Allow Water Biomes"=true - - # Inclusive minimum altitude at which water is infinite - I:"[3] Minimum Altitude"=0 - - # Inclusive maximum altitude at which water is infinite - I:"[4] Maximum Altitude"=63 - } - - } - - "tweaks: entities" { - # Removes entity AI for improved server performance - B:"AI Removal"=false - - # Replaces entity AI for improved server performance - B:"AI Replacement"=true - - # Replaces auto jump with an increased step height - B:"Auto Jump Replacement"=true - - # Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them - B:"Better Ignition"=true - - # Replaces deadly creeper explosions with delightful confetti - B:"Creeper Confetti"=false - - # Disables skipping night by using a bed while making it still able to set spawn - B:"Disable Sleeping"=false - - # Lets husks and strays spawn underground like regular zombies and skeletons - B:"Husk & Stray Spawning"=true - - # Mobs carrying picked up items will drop their equipment and despawn properly - B:"Mob Despawn Improvement"=true - - # Stops horses wandering around when saddled - B:"No Saddled Wandering"=true - - attributes { - # Sets custom ranges for entity attributes - B:"[01] Attributes Toggle"=true - D:"[02] Max Health Min"=-65536.0 - D:"[03] Max Health Max"=65536.0 - D:"[04] Follow Range Min"=-65536.0 - D:"[05] Follow Range Max"=65536.0 - D:"[06] Knockback Resistance Min"=-65536.0 - D:"[07] Knockback Resistance Max"=65536.0 - D:"[08] Movement Speed Min"=-65536.0 - D:"[09] Movement Speed Max"=65536.0 - D:"[10] Flying Speed Min"=-65536.0 - D:"[11] Flying Speed Max"=65536.0 - D:"[12] Attack Damage Min"=-65536.0 - D:"[13] Attack Damage Max"=65536.0 - D:"[14] Attack Speed Min"=-65536.0 - D:"[15] Attack Speed Max"=65536.0 - D:"[16] Armor Min"=-65536.0 - D:"[17] Armor Max"=65536.0 - D:"[18] Armor Toughness Min"=-65536.0 - D:"[19] Armor Toughness Max"=65536.0 - D:"[20] Luck Min"=-65536.0 - D:"[21] Luck Max"=65536.0 - } - - "better burning" { - # Fixes some edge cases where fire damage sources won't cause mobs to drop their cooked items - B:"[1] Cooked Items"=true - - # If entities have fire resistance, they get extinguished right away when on fire - B:"[2] Extinguishing"=true - - # Prevents the fire animation overlay from being displayed when the player is immune to fire - B:"[3] Fire Overlay"=true - - # Allows skeletons to shoot flaming arrows when on fire (30% chance * regional difficulty - B:"[4] Flaming Arrows"=true - - # Allows fire to spread from entity to entity (30% chance * regional difficulty) - B:"[5] Spreading Fire"=true - } - - "easy breeding" { - # Enables easy breeding of animals by tossing food on the ground - B:"[1] Easy Breeding Toggle"=false - - # Determines the distance for animals to search for food - D:"[2] Search Distance"=10.0 - } - - "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision - B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 - I:"[2] Damage Factor"=10 - } - - "no golems" { - # Disables the manual creation of iron golems - B:"[1] Iron Golem Toggle"=false - - # Disables the manual creation of snow golems - B:"[2] Snow Golem Toggle"=false - - # Disables the manual creation of withers - B:"[3] Wither Toggle"=false - } - - "player speed" { - # Enables the modification of base and maximum player speeds - B:"[1] Player Speed Toggle"=false - - # Determines the player's base walk speed - D:"[2] Walk Speed"=0.1 - - # Determines the player's base fly speed - D:"[3] Fly Speed"=0.05 - - # Determines the player's maximum speed - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[4] Max Speed"=100.0 - - # Determines the player's maximum speed when flying with elytra - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[5] Max Elytra Speed"=300.0 - - # Determines the player's maximum speed when riding a vehicle or mount - # Increase if you get the infamous 'Player moved too quickly' messages - D:"[6] Max Vehicle Speed"=100.0 - } - - "water fall damage" { - # Re-implements an improved version of pre-1.4 fall damage in water - B:"[1] Water Fall Damage Toggle"=false - - # How much fall damage gets reduced by water per tick - D:"[2] Damage Reduction"=2.0 - } - - } - - "tweaks: items" { - # Switches the selected hotbar slot to a proper tool if required - B:"Auto Switch Tools"=false - - # Bows enchanted with Infinity no longer require arrows - B:"Bow Infinity"=true - - # Disables the 1.9 combat update attack cooldown - B:"No Attack Cooldown"=false - - # Enables one-time ignition of entities by hitting them with a torch - B:"Super Hot Torch"=false - - # Sets the amount of experience spawned by bottles o' enchanting - # -1 for vanilla default - I:"XP Bottle Amount"=-1 - - "item entities" { - # Enables the modification of item entity properties - B:"[01] Item Entities Toggle"=true - - # Adds physical aspects such as collision boxes to item entities - B:"[02] Physics"=false - - # Item entities can be picked up automatically - # When disabled, item entities can be picked up by right-clicking (requires 'Physics' option) - B:"[03] Automatic Pickup"=true - - # Item entities can only be picked up when sneaking - B:"[04] Sneaking Pickup"=false - - # Tools which enable picking up items automatically - # Example -> minecraft:bucket - S:"[05] Collection Tool" < - > - - # Determines the delay in ticks until item entities can be picked up - # -1 for vanilla default - I:"[06] Pickup Delay"=-1 - - # Determines the time in ticks until item entities get despawned - # -1 for vanilla default - I:"[07] Lifespan"=-1 - - # Stops combination of item entities - B:"[08] No Combination"=false - - # Stops combination of item entities if their maximum stack size is reached - B:"[09] Smart Combination"=true - - # The radius (in blocks) that dropped items should check around them for other dropped items to combine with - # Depends on the Smart Combination toggle - D:"[10] Smart Combination Radius"=2.0 - - # Allows dropped items to also check above and below them for combination - # Depends on the Smart Combination toggle - B:"[11] Smart Combination Y-Axis Check"=true - - # Enables the rotation effect - B:"[12] Rotation"=true - - # Enables the bobbing effect - B:"[13] Bobbing"=true - } - - mending { - # Implements modern mending behavior to only repair damaged equipment with XP - B:"[1] Mending Toggle"=true - - # Determines the amount of durability mending will repair, on average, per point of experience - D:"[2] Ratio"=2.0 - - # Repairs damaged items from the entire inventory with XP - B:"[3] Overpowered"=false - } - - "shield parry" { - # Allows parrying of projectiles with shields - B:"[1] Shield Parry Toggle"=false - - # Determines the amount of time an arrow can be parried after raising the shield - # Measured in ticks - I:"[2] Arrow Time Window"=40 - - # Determines the amount of time a fireball can be parried after raising the shield - # Measured in ticks - I:"[3] Fireball Time Window"=40 - - # Determines the amount of time a throwable can be parried after raising the shield - # Measured in ticks - I:"[4] Throwable Time Window"=40 - - # Adds the Rebound enchantment for extended parry time windows - B:"[5] Rebound Enchantment"=true - - # Makes the Rebound enchantment exclusive to enchanted books as loot - B:"[6] Rebound Treasure Enchantment"=false - - # Maximum enchantment level for the Rebound enchantment - I:"[7] Rebound Max Level"=5 - - # Multiplier for the parry time windows - D:"[8] Rebound Multiplier"=0.25 - } - - } - - "tweaks: misc" { - # Restores feature to tilt the camera when damaged - B:"Damage Tilt"=true - - # Disables the narrator functionality entirely - B:"Disable Narrator"=true - - # Re-implements parallax rendering of the end portal from 1.10 and older - B:"End Portal Parallax"=true - - # Lets background music play continuously without delays - B:"Infinite Music"=false - - # Sets the amount of XP needed for each level, effectively removing the increasing level scaling - # 0 for vanilla default - I:"Linear XP Amount"=0 - - # Disables the flashing of skybox and ground brightness on lightning strikes - B:"No Lightning Flash"=false - - # Disables the flashing effect when the night vision potion effect is about to run out - B:"No Night Vision Flash"=false - - # Disables the inventory shift when potion effects are active - B:"No Potion Shift"=true - - # Disables lighting of active redstone, repeaters, and comparators to improve performance - B:"No Redstone Lighting"=false - - # Prevents placing offhand blocks when blocks or food are held in the mainhand - B:"Offhand Improvement"=true - - # Removes the redundant Minecraft Realms button from the main menu - B:"Remove Realms Button"=true - - # Removes the recipe book button from GUIs - B:"Remove Recipe Book"=false - - # Forcefully turns off the snooper and hides the snooper settings button from the options menu - B:"Remove Snooper"=true - - # Skips the credits screen after the player goes through the end podium portal - B:"Skip Credits"=false - - # Suppresses in-game tutorial hint tabs in the right-hand corner - B:"Suppress Tutorial Hints"=true - - # Adds a button to the pause menu to toggle cheats - B:"Toggle Cheats Button"=true - - # Removes the hardcoded 30 FPS limit in screens like the main menu - B:"Uncap FPS"=true - - "incurable potions" { - # Determines if potion effects are curable with curative items like buckets of milk - B:"[1] Incurable Potions Toggle"=true - - # Syntax: modid:potioneffect - S:"[2] Potion Effect List" < - > - - # Blacklist Mode: Potion effects incurable by curative items, others are curable - # Whitelist Mode: Potion effects curable by curative items, others are incurable - # Valid values: - # WHITELIST - # BLACKLIST - S:"[3] List Mode"=BLACKLIST - } - - "load sounds" { - # Play load sound on... - # Valid values: - # NOTHING - # MINECRAFT - # WORLD - # MINECRAFT_AND_WORLD - S:"[1] Mode"=NOTHING - - # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch - S:"[2] Minecraft Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - - # Sounds to play when the world is loaded - # Syntax: eventname;pitch - S:"[3] World Loaded Sounds" < - entity.experience_orb.pickup;1.0 - entity.player.levelup;1.0 - > - } - - "rally health" { - # Adds Bloodborne's Rally system to Minecraft - # Regain lost health when attacking back within the risk time - B:"[1] Rally Health Toggle"=false - - # Determines the risk time in ticks - I:"[2] Risk Time"=60 - - # Determines the chance to regain health in percent - I:"[3] Heal Chance"=80 - - # Plays an indication sound effect when health is regained - B:"[4] Indication Sound"=false - } - - "smooth scrolling" { - # Adds smooth scrolling to in-game lists - B:"[1] Smooth Scrolling Toggle"=true - D:"[2] Bounce Back Multiplier"=0.24 - I:"[3] Scroll Duration"=600 - D:"[4] Scroll Step"=19.0 - } - - "swing through grass" { - # Allows hitting entities through grass instead of breaking it - B:"[1] Swing Through Grass Toggle"=true - - # Excludes blocks from the swing through grass tweak - # Syntax: modid:block - S:"[2] Blacklist" < - > - - # Includes blocks in the swing through grass tweak - # Syntax: modid:block - S:"[3] Whitelist" < - > - } - - } - - "tweaks: performance" { - # Improves model load times by checking if an animated model exists before trying to load it - B:"Check Animated Models"=true - - # Adds an IRecipe cache to improve recipe performance in larger modpacks - B:"Crafting Cache"=true - - # Improves loading times by removing debug code for missing sounds and subtitles - B:"Disable Audio Debug"=true - - # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry - B:"Fast Dye Blending"=true - - # Optimizes Forge's ID prefix checking and removes prefix warnings impacting load time - B:"Fast Prefix Checking"=true - - # Skips initial world chunk loading & garbage collection to speed up world loading - B:"Fast World Loading"=true - } - - "tweaks: world" { - # Replaces stronghold generation with a safer variant - B:"Stronghold Replacement"=true - - # Tidies newly generated chunks by removing scattered item entities - B:"Tidy Chunk"=false - - "chunk gen limit" { - # Limits maximum chunk generation per tick for improved server performance - B:"[1] Chunk Gen Limit Toggle"=false - - # Maximum chunks to generate per tick per dimension - I:"[2] Ticks"=2 - - # Maximum time in ms to spend generating chunks per tick per dimension - I:"[3] Time"=5 - } - - "dimension unload" { - # Unloads dimensions not in use to free up resources - B:"[1] Dimension Unload Toggle"=true - - # Time (in ticks) to wait before checking dimensions - I:"[2] Interval"=600 - - # List of dimensions which should not be unloaded - # Can be dimension name or ID - # Uses regular expressions - S:"[3] Blacklist" < - 0 - overworld - > - } - - } - -} - - diff --git a/config - Copy/Valkyrie.cfg b/config - Copy/Valkyrie.cfg deleted file mode 100644 index f2bfa627..00000000 --- a/config - Copy/Valkyrie.cfg +++ /dev/null @@ -1,71 +0,0 @@ -# Configuration file - -general { - - general { - B:customIcons=false - B:highPrecisionDepthBuffer=false - S:windowTitle=Minecraft - } - - zoom { - B:smoothCamera=true - B:smoothZoom=true - - # Min: 1.0 - # Max: 10.0 - D:smoothZoomSpeed=5.0 - - # Min: 1.0 - # Max: 10.0 - D:zoomMultiplier=3.0 - } - - graphics { - - clouds { - B:enabled=true - I:height=256 - I:layers=1 - - # Min: 4 - # Max: 2147483647 - I:renderDistance=32 - D:saturation=0.5 - } - - fog { - B:distanceFog=true - B:enabled=true - B:lavaFog=true - B:waterFog=true - } - - leaves { - B:fancyLeaves=true - B:leavesCulling=true - - # Min: 1 - # Max: 127 - I:leavesCullingDepth=4 - } - - } - - mc67532fix { - B:enabled=true - - # Min: 3 - # Max: 127 - I:offset=3 - } - - debug { - B:enabled=true - B:wireframeClouds=false - B:wireframeTerrain=false - } - -} - - diff --git a/config - Copy/Waystones.cfg b/config - Copy/Waystones.cfg deleted file mode 100644 index e404f317..00000000 --- a/config - Copy/Waystones.cfg +++ /dev/null @@ -1,132 +0,0 @@ -# Configuration file - -client { - # If enabled, activated waystones will not emit particles. - B:"Disable Particles"=false - - # If enabled, the text overlay on waystones will no longer always render at full brightness. - B:"Disable Text Glow"=false - - # If enabled, waystones spawned using the legacy spawn-just-anywhere mode will look mossy ingame. - B:"Mossy Look for World Gen Waystones"=true - - # The volume of the sound played when teleporting. - # Min: 0.0 - # Max: 1.0 - D:"Sound Volume"=0.5 - - # The x position of the warp button in the inventory. - I:"Teleport Button GUI X"=58 - - # The y position of the warp button in the inventory. - I:"Teleport Button GUI Y"=60 -} - - -compat { - # If this is true, activating a waystone will cause a JourneyMap waypoint to be created at its position. - B:"Create JourneyMap Waypoint"=false -} - - -general { - # If enabled, everyone can create global waystones, not just players in creative mode. - B:"Allow Global Waystones for Everyone"=false - - # The amount of blocks per xp level requirement. - I:"Blocks per XP Level"=1000 - - # If enabled, waystones can only be placed in creative mode. - B:"Creative Mode Only"=false - - # The amount of xp levels to use for dimensional warp. - I:"Dimensional Warp XP Cost"=1 - - # Whether generated waystones should not be breakable by players. - B:"Disallow Breaking Generated"=false - - # Whether generated waystones drop their item form when broken by players. - B:"Drop Item From Generated"=true - - # Set to false to make all global waystones not cost any experience, regardless of method used. - B:"Global Waystones Cost XP"=true - - # If enabled, all waystones work inter-dimensionally. - B:"Interdimensional Teleport"=true - - # If enabled, waystones marked as global work inter-dimensionally. - B:"Interdimensional Teleport on Global Waystones"=true - - # If enabled, the inventory button cost experience when used, based on the distance travelled. - B:"Inventory Button Costs XP"=false - - # The maximum xp cost when Blocks per XP Level is enabled. - # Min: 1 - # Max: 2147483647 - I:"Maximum XP Cost"=3 - - # If enabled, waystones marked as global have no cooldown. - B:"No Cooldown on Global Waystones"=true - - # Whether the use of a warp stone or warp scroll should be interrupted by damage. Not supported when playing with Vivecraft! - B:"Reset Use On Damage"=false - - # If enabled, only the owner of a waystone can rename it. - B:"Restrict Rename to Owner"=false - - # If enabled, the player's spawnpoint will be set to the last activated waystone. - B:"Set Spawnpoint on Activation"=false - - # If set to true, XP cost by distance travelled will only start beyond the distance-per-level distance, and shorter travel will be free. - B:"Short Travel is Free"=true - - # The cooldown between usages of the teleport button in seconds. - I:"Teleport Button Cooldown"=300 - - # If enabled, the teleport button will only let you return to the last activated waystone, instead of allowing to choose. - B:"Teleport Button Return Only"=true - - # Set this to a global waystone name to lock the inventory button to that specific waystone. Leave empty for default behaviour. - S:"Teleport Button Target"= - - # Should there be a button in the inventory to access the waystone menu? - B:"Teleport Button in GUI"=false - - # The time it takes to use a warp scroll in ticks. This is the charge-up time when holding right-click. - # Min: 1 - # Max: 127 - I:"Warp Scroll Use Time"=32 - - # The cooldown between usages of the warp stone in seconds. - I:"Warp Stone Cooldown"=300 - - # If enabled, the warp stone costs experience when used, based on the distance travelled. - B:"Warp Stone Costs XP"=false - - # The time it takes to use a warp stone in ticks. This is the charge-up time when holding right-click. - # Min: 1 - # Max: 127 - I:"Warp Stone Use Time"=32 - - # If enabled, waystones cost experience when used, based on the distance travelled. - B:"Waystone Costs XP"=true -} - - -worldgen { - # The chance for a waystone to generate just anywhere (without a structure), scaled by 1/10000. - # Min: 0.0 - # Max: 10000.0 - D:"Change to generate just anywhere"=0.0 - - # The Name Generator will pick from these names until they have all been used, then it will generate random ones again. - S:"Custom Names" < - > - - # The chance for a waystone to generate in a village. Set to 1 to always generate one in villages, set to 0 to disable. - # Min: 0.0 - # Max: 1.0 - D:"Generate in Villages"=1.0 -} - - diff --git a/config - Copy/WirelessRedstone.cfg b/config - Copy/WirelessRedstone.cfg deleted file mode 100644 index f6cb3526..00000000 --- a/config - Copy/WirelessRedstone.cfg +++ /dev/null @@ -1,42 +0,0 @@ -#Wireless Redstone Chicken Bones Edition Configuration File:Deleting any element will restore it to it's default value - -core -{ - boltEffect - { - #Damages are in half hearts:If an entity gets knocked into another bolt it may suffer multiple hits - damage.entity=5 - damage.player=3 - } - - jammer - { - #Delay in seconds before jamming the first time - blockdelay=10 - entitydelay=5 - #Jam an entity again after x seconds - entityretry=10 - #Range In Blocks - range=10 - #Timeout In Seconds:Applies to both blocks and players - timeout=60 - } -} - -AdvancedGui=true - -addon.sniffer.gui -{ - #Colours are in 0xAARRGGBB format:Alpha should be FF - colour.on=0xffff0000 - colour.off=0xff700000 - colour.jammed=0xff707070 - colour.private.on=0xff40f000 - colour.private.off=0xff40a000 - - border.on=0xffee0000 - border.off=0xff500000 - border.jammed=0xff505050 - border.private.on=0xff20e000 - border.private.off=0xff209000 -} diff --git a/config - Copy/XU2-Patcher.cfg b/config - Copy/XU2-Patcher.cfg deleted file mode 100644 index e21574c5..00000000 --- a/config - Copy/XU2-Patcher.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -patches { - # Fixes Slimes not spawning in flat-surface worlds. [default: true] - B:fixSlimeSpawning=true - - # Prevents certain XU2 Items such as the law sword, fire axe, and compound bow from having op effects in the anvil. [default: true] - B:opEffectsFix=false - - # Prevents XU2 from giving RWTema special treatment in certain parts of the code and getting op items whenever joining a server. [default: true] - B:preventCheatyTema=true -} - - diff --git a/config - Copy/ZenUtils.cfg b/config - Copy/ZenUtils.cfg deleted file mode 100644 index 72fe1501..00000000 --- a/config - Copy/ZenUtils.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration file - -general { - B:enableMixin=true -} - - diff --git a/config - Copy/abyssalcraft.cfg b/config - Copy/abyssalcraft.cfg deleted file mode 100644 index c59c4435..00000000 --- a/config - Copy/abyssalcraft.cfg +++ /dev/null @@ -1,675 +0,0 @@ -# Configuration file - -########################################################################################################## -# biome_generation -#--------------------------------------------------------------------------------------------------------# -# Biome generation configuration (whether a biome should generate). Any changes take effect after a Minecraft restart. -########################################################################################################## - -biome_generation { - # Set true for the Coralium Infested Swamp to generate. - B:"Coralium Infested Swamp"=true - - # Set true for the Darklands biome to generate. - B:Darklands=true - - # Set true for the Darklands Forest biome to generate. - B:"Darklands Forest"=true - - # Set true for the Darklands Highland biome to generate. - B:"Darklands Highland"=true - - # Set true for the Darklands Mountain biome to generate. - B:"Darklands Mountain"=true - - # Set true for the Darklands Plains biome to generate. - B:"Darklands Plains"=true -} - - -########################################################################################################## -# biome_spawning -#--------------------------------------------------------------------------------------------------------# -# Biome spawning configuration (if players have a chance of spawning in the biomes). Any changes take effect after a Minecraft restart. -########################################################################################################## - -biome_spawning { - # If true, you can spawn in the Coralium Infested Swamp biome. - B:"Coralium Infested Swamp"=true - - # If true, you can spawn in the Darklands biome. - B:Darklands=true - - # If true, you can spawn in the Darklands Forest biome. - B:"Darklands Forest"=true - - # If true, you can spawn in the Darklands Highland biome. - B:"Darklands Highland"=true - - # If true, you can spawn in the Darklands Mountain biome. - B:"Darklands Mountain"=true - - # If true, you can spawn in the Darklands Plains biome. - B:"Darklands Plains"=true -} - - -########################################################################################################## -# biome_weight -#--------------------------------------------------------------------------------------------------------# -# Biome weight configuration (the chance n out of 100 that a biome is picked to generate). Any changes take effect after a Minecraft restart. -########################################################################################################## - -biome_weight { - # Biome weight for the Coralium Infested Swamp biome, controls the chance of it generating (n out of 100) - # [range: 0 ~ 100, default: 5] - I:"Coralium Infested Swamp"=4 - - # Biome weight for the Darklands biome, controls the chance of it generating (n out of 100). - # [range: 0 ~ 100, default: 5] - I:Darklands=3 - - # Biome weight for the Darklands Forest biome, controls the chance of it generating (n out of 100) - # [range: 0 ~ 100, default: 5] - I:"Darklands Forest"=2 - - # Biome weight for the Darklands Highland biome, controls the chance of it generating (n out of 100) - # [range: 0 ~ 100, default: 5] - I:"Darklands Highland"=2 - - # Biome weight for the Darklands Mountain biome, controls the chance of it generating (n out of 100) - # [range: 0 ~ 100, default: 5] - I:"Darklands Mountain"=2 - - # Biome weight for the Darklands Plains biome, controls the chance of it generating (n out of 100) - # [range: 0 ~ 100, default: 5] - I:"Darklands Plains"=3 -} - - -########################################################################################################## -# blocks -#--------------------------------------------------------------------------------------------------------# -# These settings allow you to disable specific blocks in the mod, mainly slabs, stairs and walls. Any changes take effect after a Minecraft restart. -########################################################################################################## - -blocks { - B:"Abyssal Cobblestone Slab"=true - B:"Abyssal Cobblestone Stairs"=true - B:"Abyssal Cobblestone Wall"=true - B:"Abyssal Stone Brick Slab"=true - B:"Abyssal Stone Brick Stairs"=true - B:"Abyssalnite Cobblestone Slab"=true - B:"Abyssalnite Cobblestone Stairs"=true - B:"Abyssalnite Cobblestone Wall"=true - B:"Abyssalnite Stone Brick Slab"=true - B:"Abyssalnite Stone Brick Stairs"=true - B:"Coralium Cobblestone Slab"=true - B:"Coralium Cobblestone Stairs"=true - B:"Coralium Cobblestone Wall"=true - B:"Coralium Stone Brick Slab"=true - B:"Coralium Stone Brick Stairs"=true - B:"Darklands Oak Slab"=true - B:"Darklands Oak Stairs"=true - B:"Darkstone Brick Slab"=true - B:"Darkstone Brick Stairs"=true - B:"Darkstone Cobblestone Slab"=true - B:"Darkstone Cobblestone Stairs"=true - B:"Darkstone Cobblestone Wall"=true - B:"Darkstone Slab"=true - B:"Dreadstone Brick Slab"=true - B:"Dreadstone Brick Stairs"=true - B:"Dreadstone Cobblestone Slab"=true - B:"Dreadstone Cobblestone Stairs"=true - B:"Dreadstone Cobblestone Wall"=true - B:"Ethaxium Brick Slab"=true - B:"Ethaxium Brick Stairs"=true -} - - -########################################################################################################## -# dimensions -#--------------------------------------------------------------------------------------------------------# -# Dimension configuration (ID configuration and dimension unloading). Any changes take effect after a Minecraft restart. -########################################################################################################## - -dimensions { - # The third dimension, also known as §oThe Realm of J'zahar§r. - I:Omothol=52 - - # Set true to prevent Omothol from automatically unloading (might affect performance) - B:"Prevent unloading: Omothol"=false - - # Set true to prevent The Abyssal Wasteland from automatically unloading (might affect performance) - B:"Prevent unloading: The Abyssal Wasteland"=false - - # Set true to prevent The Dark Realm from automatically unloading (might affect performance) - B:"Prevent unloading: The Dark Realm"=false - - # Set true to prevent The Dreadlands from automatically unloading (might affect performance) - B:"Prevent unloading: The Dreadlands"=false - - # The first dimension, full of undead monsters. - I:"The Abyssal Wasteland"=50 - - # Hidden fourth dimension, reached by falling down from Omothol - I:"The Dark Realm"=53 - - # The second dimension, infested with mutated monsters. - I:"The Dreadlands"=51 -} - - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# General configuration (misc things). Only the spawn weights require a Minecraft restart for changes to take effect. -########################################################################################################## - -general { - # Toggles whether or not Abyssal Zombies should use the Biome Dictionary for finding biomes to spawn in (which might lead to them spawning in dimensions from other mods). - B:"Abyssal Zombie Biome Dictionary Spawning"=true - - # Toggles any interactions where armor sets either give certain Potion Effects, or dispell others. Useful if you have another mod installed that provides similar customization to any armor set. - B:"Armor Potion Effects"=true - - # Toggles whether blocks that emits particles should do so. - B:"Block particles"=true - - # The range (in chunks) that will be affected by the Ritual of Cleansing (on the x and z axis) - # [range: 3 ~ 100, default: 32] - I:"Cleansing Ritual Range"=32 - - # Entities added to this list are considered carriers of the Coralium Plague (this also makes them immune). - S:"Coralium Plague Carrier List" < - > - - # Entities added to this list are considered immune to the Coralium Plague. - S:"Coralium Plague Immunity List" < - > - - # Set true to allow the Coralium Plague to spread outside The Abyssal Wasteland. - B:"Coralium Plague spreading"=false - - # The range (in chunks) that will be affected by the Ritual of Corruption (on the x and z axis) - # [range: 3 ~ 100, default: 32] - I:"Corruption Ritual Range"=32 - - # The range (in chunks) that will be affected by the Ritual of Purging (on the x and z axis) - # [range: 3 ~ 100, default: 32] - I:"Curing Ritual Range"=32 - - # Spawn weight for Dark Offspring. They spawn twice as likely in Darklands Forests and Roofed Forests. - # [range: 0 ~ 50, default: 5] - I:"Dark Offspring Spawn Weight"=5 - - # Mobs added to this list will have a chance of spawning a Demon Animal of choice on death. - # Format: entityid;demonanimal;chance - # where entityid is the String used in the /summon command - # demonanimal is a Integer representing the Demon Animal to spawn (0 = Demon Pig, 1 = Demon Cow, 2 = Demon Chicken, 3 = Demon Sheep) - # chance is a decimal number representing the chance (optional, can be left out) of the Demon Animal being spawned (0.2 would mean a 20% chance, defaults to 100% if not set [default: ] - S:"Demon Animal Transformations" < - > - - # Set to false to prevent Demon Animals (Pigs, Cows, Chickens) from burning in the overworld. - B:"Demon Animal burning"=true - - # Spawn weight for the Demon Animals (Pigs, Cows, Chickens) spawning in the Nether. - # [range: 0 ~ 100, default: 15] - I:"Demon Animal spawn weight"=15 - - # Toggles whether or not an Evil Animal spawns a Demon Animal on death. - B:"Demon Animals Spawn on Death"=true - - # Toggles whether or not Depths Ghouls should use the Biome Dictionary for finding biomes to spawn in (which might lead to them spawning in dimensions from other mods). - B:"Depths Ghoul Biome Dictionary Spawning"=true - - # Toggles whether or not to override the name locking and display item names regardless of the knowledge being obtained or not. - B:"Display Item Names"=true - - # Entities added to this list are considered carriers of the Dread Plague (this also makes them immune). - S:"Dread Plague Carrier List" < - > - - # Entities added to this list are considered immune to the Dread Plague. - S:"Dread Plague Immunity List" < - > - - # Toggles whether or not Dreadlands Grass can spread onto normal grass and dirt, slowly turning them into their Dreadlands counterparts. - B:"Dreadlands Grass Spread"=true - - # Toggles whether entities that emits particles should do so. - B:"Entity particles"=true - - # Toggles whether or not Evil Animals only spawn at night during a new moon. - B:"Evil Animal New Moon Spawning"=true - - # Spawn weight for the Evil Animals (Pigs, Cows, Chickens), keep under 35 to avoid complete annihilation. - # [range: 0 ~ 100, default: 20] - I:"Evil Animal spawn weight"=20 - - # Toggles Hardcore mode. If set to true, all mobs (in the mod) will become tougher. - B:"Hardcore Mode"=false - - # When Hardcore Mode is enabled, you can use this to amplify the armor-piercing damage mobs deal. - # [range: 1.0 ~ 10.0, default: 1.0] - D:"Hardcore Mode damage amplifier"=1.0 - - # Entities added to this list can't be captured with the Interdimensional Cage. - S:"Interdimensional Cage Blacklist" < - > - - # Tile Entities added to this list will not be usable with the Item Transportation System (eg. you can't move Items from them). Format: modid:name - S:"Item Transportation System Blacklist" < - > - - # Delay in ticks until Knowledge is synced to the client upon changing dimensions. Higher numbers mean you might see item names re-locked for a few seconds when changing dimension, but might reduce load time for the dimension by a little (useful in larger modpacks). - # [range: 20 ~ 400, default: 60] - I:"Knowledge Sync Delay"=60 - - # Toggles whether or not Liquid Antimatter will disintegrate any items dropped into a pool of it. - B:"Liquid Antimatter item disintegration"=true - - # Set true for the Liquid Coralium to convert other liquids into itself and transmute blocks into their Abyssal Wasteland counterparts outside of the Abyssal Wasteland. - B:"Liquid Coralium transmutation"=true - - # Toggles whether or not AbyssalCraft Items should be inserted into vanilla loot tables (dungeons, strongholds etc). - B:"Loot Table Content"=true - - # Toggles whether or not Books can be enchanted through the Mass Enchantment ritual. - B:"Mass Enchantment Books"=false - - # The combined max level a single enchantment applied through the Mass Enchantment ritual can have. For example, if the max level is 10 and you apply 8 Sharpness 5 books, you'd end up with Sharpness 10 on the Item, rather than 40. - # [range: 1 ~ 100, default: 10] - I:"Mass Enchantment Max Level"=15 - - # Toggles whether or not Demon Animals will spread Mimic Fire instead of regular Fire (regular Fire can affect performance) - B:"Mimic Fire"=true - - # Toggles whether or not the Necronomicon knowledge will sync from the server to the client each time a player opens their Necronomicon. - B:"Necronomicon Data Syncing"=true - - # Set true to allow the Liquid Coralium to spread across oceans. WARNING: The game can crash from this. - B:"Oceanic Coralium Pollution"=false - - # Toggles whether or not the Night Vision buff from the Plated Coralium Helmet should be applied in all dimensions, rather than only Surface Worlds. - B:"Plated Coralium Helmet Night Vision Everywhere"=false - - # Toggles whether or not portals require a player to be nearby in order for it to rarely spawn mobs. If this option is disabled they follow the same principle as Nether portals. - B:"Portal Mob Spawning Near Players"=true - - # Cooldown after using a portal, increasing the value increases the delay until you can teleport again. Measured in ticks (20 ticks = 1 second). - # [range: 10 ~ 300, default: 100] - I:"Portal cooldown"=100 - - # Toggles whether or not to clear and repopulate the monster spawn list of all dimension biomes to ensure no mob from another mod got in there. - B:"Purge Mob Spawns"=false - - # The range (in chunks) that will be affected by the Ritual of Purging (on the x and z axis) - # [range: 3 ~ 100, default: 32] - I:"Purging Ritual Range"=32 - - # Dimension IDs added to this list won't be used as potential destinations for black holes created by J'zahar. - I:"Reality Maelstrom Blacklist" < - > - - # Toggles whether or not boss dialogs are displayed at any point during their fights (when they spawn, when they die, etc) - B:"Show Boss Dialogs"=true - - # Toggles whether or not to add smelting recipes for armor pieces. - B:"Smelting Recipes"=true - - # Sets the opacity for the overlay shown when wearing the Visage of The Depths, reducing the value increases the transparency on the texture. Client Side only! - # [range: 0.5 ~ 1.0, default: 1.0] - D:"Visage of The Depths Overlay Opacity"=1.0 -} - - -########################################################################################################## -# item_blacklist -#--------------------------------------------------------------------------------------------------------# -# Entity Item Blacklist (allows you to blacklist items/blocks for entities that can pick up things). Any changes take effect after a Minecraft restart. -########################################################################################################## - -item_blacklist { - # Items/Blocks added to this list won't be picked up by Abyssal Anti-Zombies. Format: modid:name:meta, where meta is optional. - S:"Abyssal Anti-Zombie Item Blacklist" < - minecraft:rotten_flesh - minecraft:bone - abyssalcraft:antiflesh - abyssalcraft:corflesh - abyssalcraft:anticorflesh - > - - # Items/Blocks added to this list won't be picked up by Abyssal Zombies. Format: modid:name:meta, where meta is optional. - S:"Abyssal Zombie Item Blacklist" < - minecraft:rotten_flesh - minecraft:bone - abyssalcraft:antiflesh - abyssalcraft:corflesh - abyssalcraft:anticorflesh - > - - # Items/Blocks added to this list won't be picked up by Anti-Ghouls. Format: modid:name:meta, where meta is optional. - S:"Anti-Ghoul Item Blacklist" < - minecraft:rotten_flesh - minecraft:bone - abyssalcraft:antiflesh - abyssalcraft:corflesh - abyssalcraft:anticorflesh - > - - # Toggles whether or not Anti-Players can pick up loot. You really should just blacklist them in whatever mob spawner/duplicator instead. - B:"Anti-Players Can Pick Up Loot"=true - - # Items/Blocks added to this list won't be picked up by Depths Ghouls. Format: modid:name:meta, where meta is optional. - S:"Depths Ghoul Item Blacklist" < - minecraft:rotten_flesh - minecraft:bone - abyssalcraft:antiflesh - abyssalcraft:corflesh - abyssalcraft:anticorflesh - > - - # Items/Blocks added to this list won't be picked up by Omothol Ghouls. Format: modid:name:meta, where meta is optional. - S:"Omothol Ghoul Item Blacklist" < - minecraft:rotten_flesh - minecraft:bone - abyssalcraft:antiflesh - abyssalcraft:corflesh - abyssalcraft:anticorflesh - > -} - - -########################################################################################################## -# mod_compat -#--------------------------------------------------------------------------------------------------------# -# Mod compatibility configuration (settings in regards to certain compatiblity with other mods that can be disabled at will). -########################################################################################################## - -mod_compat { - # Toggles whether or not the Abyssal Wasteland should be darker if Hardcore Darkness is installed. - B:"Hardcore Darkness: Abyssal Wasteland"=true - - # Toggles whether or not the Dark Realm should be darker if Hardcore Darkness is installed. - B:"Hardcore Darkness: Dark Realm"=true - - # Toggles whether or not the Dreadlands should be darker if Hardcore Darkness is installed. - B:"Hardcore Darkness: Dreadlands"=true - - # Toggles whether or not Omothol should be darker if Hardcore Darkness is installed. - B:"Hardcore Darkness: Omothol"=true -} - - -########################################################################################################## -# modules -#--------------------------------------------------------------------------------------------------------# -# These settings allow you to disable content from the mod that may be out of place to some extent, or other reasons. Any changes take effect after a Minecraft restart. -########################################################################################################## - -modules { - # Set to false to revert to the old crystal recipes (and them being fuels). - B:"Crystal Rework"=true - - # Set to false to disable Abyssalcraft Food. - B:"Enable Foodstuffs"=true - - # Set to false to disable the Coralium and Dread Enchantments. - B:"Enable Plague Enchantments"=true - - # Set to false to disable Upgrade Kits. - B:"Enable Upgrade Kits"=true -} - - -########################################################################################################## -# shoggoth -#--------------------------------------------------------------------------------------------------------# -# Shoggoth Ooze configuration (blacklist materials from turning into ooze). Any changes take effect immediately. -########################################################################################################## - -shoggoth { - # The minimum Block Hardness required for a Block to not be destroyed by Shoggoth Acid (some blocks are unaffected regardless of their hardness) - # [range: 2.1 ~ 51.0, default: 3.0] - D:"Acid Resistance Hardness"=2.1 - - # The frequency (in ticks) at which a Lesser Shoggoth can spit acid. Higher values increase the time between each spit attack, while lower values descrease the time (and 0 disables it). - # [range: 0 ~ 300, default: 100] - I:"Acid Spit Frequency"=100 - - # Toggles whether or not the eyes of Lesser Shoggoths should glow. The glowing can be heavy on performance, so if you're dropping FPS noticeably while looking at Lesser Shoggoths, consider turning this off. Client Side only! - B:"Glowing Eyes"=true - - # Toggles whether or not Lesser Shoggoths will consume any dropped item they run into. - B:"Item Consumption"=true - - # The cooldown (in ticks) between each attempt by a Lesser Shoggoth to construct a monolith. Higher values increase the time, while lower values decrease it (and 0 disables it). - # [range: 0 ~ 2400, default: 1800] - I:"Monolith Building Cooldown"=1800 - - # Toggles whether or not Shoggoth Ooze slowly reverts to dirt after constant light exposure. Ooze blocks that aren't full blocks will shrink instead. - B:"Ooze expiration"=true - - # Toggles whether or not Shields can block the acid projectiles spat by Lesser Shoggoths. - B:"Shields Block Acid"=true - - # Toggles whether or not Lesser Shoggoths should spread their ooze when walking around. - B:"Shoggoth Ooze Spread"=true -} - - -########################################################################################################## -# silly_settings -#--------------------------------------------------------------------------------------------------------# -# These settings are generally out of place, and don't contribute to the mod experience. They exist because 'what if X did this?' -########################################################################################################## - -silly_settings { - # The explosion size of antimatter mobs colliding with their normal counterpart if Nucler Antimatter Explosions is enabled. - I:"Antimatter Explosion Size"=80 - - # Toggles whether or not J'zahar can break the fourth wall. - B:"J'zahar Can Break The Fourth Wall"=true - - # Set true to allow the Liquid Coralium to break the laws of physics in terms of movement - B:"Liquid Coralium Physics"=false - - # Take a wild guess what this does... Done guessing? Yeah, makes the antimatter explosions more genuine by making them go all nuclear. Recommended to not enable unless you want chaos and destruction. - B:"Nuclear Antimatter Explosions"=false - - # The explosion size of an ODB. 400 is the rough limit if running on 2GB of RAM, anything above that will require more allocated memory, and could crash the game or freeze it for longer periods of time. - I:"ODB Explosion Size"=160 -} - - -########################################################################################################## -# spells -#--------------------------------------------------------------------------------------------------------# -# Spell configuration (allows you to enable or disable specific spells added by the mod). Any changes take effect after a Minecraft restart. -########################################################################################################## - -spells { - # Set to false to disable the Detachment spell. - B:Detachment=true - - # Set to false to disable the Display Routes spell. - B:"Display Routes"=true - - # Set to false to disable the Entropy spell. - B:Entropy=true - - # Set to false to disable the Floating spell. - B:Floating=true - - # Set to false to disable the Grasp of Cthulhu spell. - B:"Grasp of Cthulhu"=true - - # Set to false to disable the Hide from the Eye spell. - B:"Hide from the Eye"=true - - # Set to false to disable the Life Drain spell. - B:"Life Drain"=true - - # Set to false to disable the Mining spell. - B:Mining=true - - # Set to false to disable the Ooze Removal spell. - B:"Ooze Removal"=true - - # Set to false to disable the Sacrificial Interdiction spell. - B:"Sacrificial Interdiction"=true - - # Set to false to disable the Siren's Song spell. - B:"Siren's Song§"=true - - # Set to false to disable the Steal Vigor spell. - B:"Steal Vigor"=true - - # Set to false to disable the Teleport Home spell. - B:"Teleport Home"=true - - # Set to false to disable the Toll The Bell spell. - B:"Toll The Bell"=true - - # Set to false to disable the Undeath to Dust spell. - B:"Undeath to Dust"=true -} - - -########################################################################################################## -# wet_noodle -#--------------------------------------------------------------------------------------------------------# -# These settings allow you to disable features of a destructive type, or things that to some extent will impact how the mod is played (while generally making it easier). -########################################################################################################## - -wet_noodle { - # Toggles whether or not the acid projectiles Lesser Shoggoths spit can break blocks. - B:"Disable Acid Projectiles Breaking Blocks"=false - - # Toggles whether or not J'zahar can use his attack that creates a black hole. - B:"Disable Black Holes"=true - - # Toggles whether or not statues or failing rituals will trigger disruptions. - B:"Disable Disruptions"=false - - # Toggles whether or not the spreading of Dreadlands through the Dread Plague is disabled. Cha'garoth remains unaffected by this (because he doesn't naturally spawn outside of the dimension). - B:"Disable Dreadlands Spread"=true - - # Toggles whether or not Oblivion Deathbombs (or ODB Cores) can explode. - B:"Disable ODB Explosions"=false - - # Toggles whether or not Lesser Shoggoths are immune to projectile damage. - B:"Disable Projectile Damage Immunity"=false - - # Toggles whether or not Spectral Dragons should spawn in the Abyssal Wasteland. - B:"Disable Spectral Dragons"=false -} - - -########################################################################################################## -# worldgen -#--------------------------------------------------------------------------------------------------------# -# World generation configuration (things that generate in the world). Any changes take effect immediately. -########################################################################################################## - -worldgen { - # Toggles whether or not to generate Copper Ore in the Abyssal Wasteland. - B:"Abyssal Copper Ore"=true - - # Toggles whether or not to generate Coralium Ore in the Abyssal Wasteland. - B:"Abyssal Coralium Ore"=true - - # Toggles whether or not to generate Diamond Ore in the Abyssal Wasteland - B:"Abyssal Diamond Ore"=true - - # Toggles whether or not to generate Gold Ore in the Abyssal Wasteland. - B:"Abyssal Gold Ore"=true - - # Toggles whether or not to generate Iron Ore in the Abyssal Wasteland. - B:"Abyssal Iron Ore"=true - - # Toggles whether or not to generate Nitre Ore in the Abyssal Wasteland. - B:"Abyssal Nitre Ore"=true - - # Toggles whether or not to generate Tin Ore in the Abyssal Wasteland - B:"Abyssal Tin Ore"=true - - # Toggles whether or not to generate Tall Obsidian Pillars in the Abyssal Wasteland. - B:"Abyssal Wasteland Pillars"=true - - # Toggles whether or not to generate small ruins in the Abyssal Wasteland. - B:"Abyssal Wasteland Ruins"=true - - # Toggles wheter or not to generate Abyssalnite Ore in Darklands Biomes. - B:"Abyssalnite Ore"=true - - # Toggles whether or not to generate Coralium Ore in the Overworld. - B:"Coralium Ore"=true - - # Coralium Ore generation. First parameter is the vein count, secound is amount of ores per vein, third is max height for it to generate at. Coralium Ore generation in swamps are half as common as oceans. - I:"Coralium Ore Generation" < - 12 - 8 - 40 - > - - # Toggles whether or not to generate random Darklands structures. - B:"Darklands Structures"=true - - # Toggles whether or not to generate Dreaded Abyssalnite Ore in the Dreadlands. - B:"Dreaded Abyssalnite Ore"=true - - # Toggles whether or not to generate Abyssalnite Ore in the Dreadlands. - B:"Dreadlands Abyssalnite Ore"=true - - # Toggles whether or not to generate Stalagmites in Dreadlands and Purified Dreadlands biomes. - B:"Dreadlands Stalagmites"=true - - # Toggles whether or not statues have a chance of generating inside a Shoggoth Lair. - B:"Generate Statues In Lairs"=true - - # Toggles whether or not to generate Liquid Antimatter Lakes in Coralium Infested Swamps. - B:"Liquid Antimatter Lakes"=true - - # Toggles whether or not to generate Liquid Coralium Lakes in the Abyssal Wasteland. - B:"Liquid Coralium Lakes"=true - - # Toggles whether or not to generate Liquified Coralium Ore in the Abyssal Wasteland. - B:"Liquified Coralium Ore"=true - - # Toggles whether or not to generate Nitre Ore in the Overworld. - B:"Nitre Ore"=true - - # Dimension IDs added to this list won't have any of AbyssalCraft's Overworld ores (Coralium, Nitre) generating in them. This only affects surface worlds (dimensions that handle world generation like the Overworld does). - I:"Ore Generation Dimension Blacklist" < - > - - # Toggles whether or not to generate Pearlescent Coralium Ore in the Abyssal Wasteland. - B:"Pearlescent Coralium Ore"=true - - # Generation chance of a Shoggoth Lair in river biomes. Higher numbers decrease the chance of a Lair generating, while lower numbers increase the chance. - # [range: 0 ~ 1000, default: 30] - I:"Shoggoth Lair Generation Chance: Rivers"=30 - - # Generation chance of a Shoggoth Lair in swamp biomes. Higher numbers decrease the chance of a Lair generating, while lower numbers increase the chance. - # [range: 0 ~ 1000, default: 30] - I:"Shoggoth Lair Generation Chance: Swamps"=30 - - # The minimum distance at which two Shoggoth Lairs will generate from each other. - # [range: 40 ~ 1000, default: 100] - I:"Shoggoth Lair Generation Distance"=100 - - # Toggles whether or not to generate Shoggoth Lairs (however, they will still generate in Omothol). - B:"Shoggoth Lairs"=true - - # Dimension IDs added to this list won't have any of AbyssalCraft's Overworld structures (Darklands structures, Shoggoth lairs) generating in them. This only affects surface worlds (dimensions that handle world generation like the Overworld does). - I:"Structure Generation Dimension Blacklist" < - > - - # Toggles whether or not the dimensions will have their terrain affected by the Amplified world type. - B:"Use Amplified World Type"=true -} - - diff --git a/config - Copy/acintegration.cfg b/config - Copy/acintegration.cfg deleted file mode 100644 index ebcc195a..00000000 --- a/config - Copy/acintegration.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# Configuration file - -general { - # Whether or not to load the Bewitchment integration. - B:Bewitchment=true - - # Whether or not to load the Game Stages integration. - B:"Game Stages"=true - - # Whether or not to load the MineTweaker integration. - B:"MineTweaker Integration"=true - - # Whether or not to load the ProjectE integration - B:"ProjectE Integration"=true - - # Whether or not to load the Thaumcraft integration. Disabling this will override any other part of said integration. - B:"Thaumcraft Integration"=true - - # Toggles wheter or not to gain additional warp from being inside AbyssalCraft dimensions - B:"Thaumcraft Warp: Dimensions"=true - - # Toggles wheter or not to gain additional warp from attacking/being attacked by AbyssalCraft mobs - B:"Thaumcraft Warp: Mobs"=true - - # Toggles whether or not you gain additional warp through failing rituals and Disruptions - B:"Thaumcraft Warp: PE"=true - - # Whether or not to load the Tinkers' Construct integration. - B:"Tinkers' Construct"=true -} - - diff --git a/config - Copy/acronym/base/General.cfg b/config - Copy/acronym/base/General.cfg deleted file mode 100644 index 7b6adbd8..00000000 --- a/config - Copy/acronym/base/General.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Configuration file - -general { - # Config entry for adding other items to count as tools. Format is "modid:item_name:meta" * is for any meta - S:"Other Tools" < - [immersiveengineering:tool:0 - thermalfoundation:wrench:* - techreborn:wrench:* - actuallyadditions:item_laser_wrench:* - hammercore:wrench:* - hammercore:iwrench:* - mekanism:configurator:* - calculator:wrench:* - ic2:wrench:* - appliedenergistics2:certus_quartz_wrench:* - appliedenergistics2:nether_quartz_wrench:* - enderio:item_yeta_wrench:* - botania:twigwand:* - essentials:wrench:* - factorytech:wrench:*] - > -} - - -materials { - # List for Prioritizing OreDict returns by modid - S:preferredOreDictIds < - contenttweaker - base - > -} - - -module { - B:"JourneyMap enabled"=true - B:"Tool enabled"=true -} - - diff --git a/config - Copy/acronym/contenttweaker/General.cfg b/config - Copy/acronym/contenttweaker/General.cfg deleted file mode 100644 index f4e2a591..00000000 --- a/config - Copy/acronym/contenttweaker/General.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Configuration file - -module { - B:"Chickens enabled"=true - B:"Materials enabled"=true - B:"Tinkers enabled"=true - B:"Vanilla CraftTweaker enabled"=true -} - - diff --git a/config - Copy/acronym/material_system.cfg b/config - Copy/acronym/material_system.cfg deleted file mode 100644 index d35e79b3..00000000 --- a/config - Copy/acronym/material_system.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -item { - # 0 - All Item Parts on a Single MC Item, 1 - All Item Parts have their own MC Item, > 1 - That many Parts per item - I:size=0 -} - - diff --git a/config - Copy/acronym/saved/material_parts_contenttweaker-original.json b/config - Copy/acronym/saved/material_parts_contenttweaker-original.json deleted file mode 100644 index 8feac1e8..00000000 --- a/config - Copy/acronym/saved/material_parts_contenttweaker-original.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "materialMappings": { - "candyland_token_armor": 269, - "brightsteel_armor": 157, - "vengeful_steel_nugget": 18, - "myrmitite_rod": 85, - "myrmitite_ingot": 82, - "baron_token_armor": 265, - "vityte_ore_minecraft_stone": 214, - "hassium_ingot": 179, - "abyss_token_nugget": 262, - "chaos_dust": 175, - "sedna_armor": 244, - "rubidium_molten": 172, - "vibranium_alloy_ingot": 132, - "lunastone_ore_minecraft_stone": 217, - "dreadite_nugget": 39, - "destructive_steel_dust": 14, - "oi_armor": 236, - "ichorium_armor": 314, - "rubidium_rod": 171, - "sideral_damascus_steel_armor": 226, - "tartarite_ore_minecraft_stone": 208, - "vibranium_dust": 70, - "palladium_dust": 98, - "ichorium_nugget": 308, - "strontium_ingot": 164, - "sednanite_molten": 57, - "strontium_molten": 167, - "hator_plate": 231, - "vityte_ingot": 104, - "primal_ogerite_ingot": 125, - "vibranium_ingot": 69, - "fluctuatite_molten": 66, - "europa_armor": 234, - "runandor_token_nugget": 298, - "steadfast_steel_block": 29, - "chalcedony_ingot": 144, - "destructive_steel_nugget": 12, - "haven_token_nugget": 284, - "chalcedony_ore_minecraft_stone": 218, - "sideral_damascus_steel_nugget": 221, - "black_metal_dust": 197, - "polonium_rod": 113, - "palladium_molten": 100, - "osiris_plate": 227, - "ogerite_dust": 119, - "vityte_block": 109, - "vityte_dust": 105, - "bloodmaster_metal_block": 35, - "steadfast_steel_rod": 27, - "myrmitite_block": 88, - "vengeful_steel_dust": 20, - "candyte_ingot": 90, - "haven_token_armor": 285, - "ogerite_rod": 120, - "black_metal_armor": 201, - "sednanite_ore_minecraft_stone": 207, - "elite_skythern_armor": 259, - "fluctuatite_ore_minecraft_stone": 209, - "dustopia_token_nugget": 278, - "chalcedony_dust": 145, - "orcus_armor": 240, - "gardencia_token_armor": 281, - "haumea_armor": 242, - "falacer_armor": 238, - "promethium_rod": 205, - "caesium_ingot": 159, - "rhenium_ore_minecraft_stone": 210, - "chaos_molten": 177, - "dreaded_steel_rod": 49, - "crystevia_token_armor": 275, - "ptah_plate": 229, - "myrmitite_nugget": 81, - "bloodmaster_metal_dust": 32, - "dustopia_token_armor": 279, - "fluctuatite_dust": 64, - "elite_eden_armor": 253, - "candyte_block": 95, - "sacrifice_metal_armor": 194, - "bloodmaster_metal_nugget": 30, - "black_metal_nugget": 195, - "primal_ogerite_rod": 127, - "chalcedony_molten": 147, - "phasing_alloy_nugget": 249, - "dreadite_gear": 37, - "palladium_rod": 99, - "fluctuatite_rod": 65, - "elite_mortum_nugget": 260, - "sideral_damascus_steel_ingot": 222, - "rubidium_ingot": 169, - "steadfast_steel_ingot": 25, - "ogerite_ore_minecraft_stone": 216, - "fractallite_halite_rod": 318, - "strontium_rod": 166, - "lunastone_ingot": 137, - "candyte_ore": 94, - "steadfast_steel_dust": 26, - "sentient_meatball_armor": 305, - "hassium_plate": 180, - "brightsteel_rod": 153, - "dreadite_plate": 38, - "crystevia_token_nugget": 274, - "myrmitite_plate": 84, - "shyrelands_token_nugget": 300, - "corrosive_steel_rod": 9, - "corrosive_steel_nugget": 6, - "vox_ponds_token_nugget": 302, - "demonic_steel_rod": 3, - "palladium_block": 102, - "nether_token_nugget": 294, - "champion_token_armor": 251, - "black_metal_block": 200, - "rhenium_rod": 78, - "ichorium_ingot": 309, - "strontium_dust": 165, - "tartarite_ore": 61, - "dreaded_steel_dust": 50, - "runandor_token_armor": 299, - "lunar_token_nugget": 290, - "dreaded_steel_nugget": 47, - "shyrelands_token_armor": 301, - "greckon_token_armor": 283, - "vibranium_armor": 74, - "vityte_nugget": 103, - "sacrifice_metal_block": 193, - "rhenium_nugget": 75, - "deeplands_token_nugget": 276, - "falacer_plate": 237, - "dreadite_ingot": 40, - "demonic_steel_dust": 2, - "primal_ogerite_molten": 128, - "caesium_molten": 162, - "vibranium_nugget": 68, - "lunastone_nugget": 136, - "hassium_gear": 181, - "lunastone_rod": 139, - "brightsteel_ore_minecraft_stone": 219, - "vengeful_steel_block": 23, - "caesium_dust": 160, - "steadfast_steel_molten": 28, - "vibranium_rod": 71, - "chalcedony_ore": 148, - "ogerite_nugget": 117, - "vibranium_alloy_nugget": 131, - "borean_token_nugget": 266, - "gardencia_token_nugget": 280, - "demonic_steel_nugget": 0, - "vityte_ore": 108, - "candyte_molten": 93, - "candyland_token_nugget": 268, - "sacrifice_metal_molten": 192, - "brightsteel_nugget": 150, - "destructive_steel_ingot": 13, - "promethium_molten": 206, - "black_metal_rod": 198, - "elite_wildwood_nugget": 254, - "europa_plate": 233, - "vityte_rod": 106, - "vengeful_steel_molten": 22, - "palladium_ingot": 97, - "vox_ponds_token_armor": 303, - "elite_wildwood_armor": 255, - "sideral_damascus_steel_rod": 224, - "grave_dust_armor": 307, - "promethium_ingot": 203, - "hot_vibranium_alloy_ingot": 129, - "rubidium_nugget": 168, - "hot_vibranium_alloy_rod": 130, - "dreadite_molten": 43, - "elite_apalachia_nugget": 256, - "haumea_plate": 241, - "lunastone_ore": 141, - "polonium_ore_minecraft_stone": 215, - "ogerite_block": 123, - "polonium_block": 116, - "precasia_token_nugget": 296, - "corrosive_steel_ingot": 7, - "greckon_token_nugget": 282, - "fractallite_halite_armor": 319, - "ichorium_molten": 313, - "dreaded_steel_gear": 45, - "sentient_meatball_nugget": 304, - "nether_token_armor": 295, - "promethium_dust": 204, - "demonic_steel_block": 5, - "sednanite_ingot": 54, - "strontium_nugget": 163, - "orcus_plate": 239, - "lunastone_block": 142, - "sedna_plate": 243, - "bloodmaster_metal_armor": 36, - "osiris_armor": 228, - "polonium_molten": 114, - "fluctuatite_nugget": 62, - "dreaded_steel_block": 52, - "sednanite_nugget": 53, - "myrmitite_ore": 87, - "brightsteel_block": 156, - "demonic_steel_ingot": 1, - "abyss_token_armor": 263, - "ogerite_ingot": 118, - "phasing_alloy_armor": 246, - "polonium_ingot": 111, - "brightsteel_dust": 152, - "polonium_dust": 112, - "iromine_token_nugget": 286, - "lelyetia_token_armor": 289, - "sideral_damascus_steel_molten": 225, - "palladium_nugget": 96, - "champion_token_nugget": 250, - "sednanite_rod": 56, - "bloodmaster_metal_rod": 33, - "sideral_damascus_steel_dust": 223, - "abyssite_rod": 186, - "dreadite_rod": 42, - "ichorium_plate": 312, - "ichorium_rod": 311, - "abyssite_ingot": 185, - "primal_ogerite_dust": 126, - "precasia_token_armor": 297, - "sednanite_dust": 55, - "corrosive_steel_dust": 8, - "vibranium_alloy_plate": 133, - "borean_token_armor": 267, - "grave_dust_nugget": 306, - "polonium_ore": 115, - "mysterium_token_nugget": 292, - "myrmitite_molten": 86, - "destructive_steel_molten": 16, - "celeve_token_nugget": 270, - "chaos_nugget": 173, - "corrosive_steel_block": 11, - "ogerite_ore": 122, - "vibranium_alloy_rod": 135, - "bloodmaster_metal_molten": 34, - "elite_skythern_nugget": 258, - "brightsteel_ore": 155, - "lunastone_dust": 138, - "ptah_armor": 230, - "wrought_plate_armor": 248, - "black_metal_molten": 199, - "mysterium_token_armor": 293, - "chaos_rod": 176, - "candyte_dust": 91, - "creeponia_token_armor": 273, - "chaos_ingot": 174, - "caesium_rod": 161, - "creeponia_token_nugget": 272, - "vibranium_block": 73, - "rhenium_ore": 80, - "fractallite_halite_ingot": 317, - "vengeful_steel_rod": 21, - "corrosive_steel_molten": 10, - "brightsteel_ingot": 151, - "chalcedony_nugget": 143, - "dreaded_steel_ingot": 48, - "bloodmaster_metal_ingot": 31, - "fluctuatite_ore": 67, - "ascended_draconic_alloy_nugget": 315, - "rubidium_dust": 170, - "rhenium_dust": 77, - "rhenium_ingot": 76, - "sacrifice_metal_rod": 191, - "dreadite_dust": 41, - "sednanite_ore": 58, - "tartarite_dust": 59, - "hassium_nugget": 178, - "wrought_plate_nugget": 247, - "vibranium_alloy_gear": 134, - "chalcedony_block": 149, - "candyte_rod": 92, - "black_metal_ingot": 196, - "vengeful_steel_ingot": 19, - "destructive_steel_rod": 15, - "candyte_ore_minecraft_stone": 212, - "palladium_ore_minecraft_stone": 213, - "polonium_nugget": 110, - "ichorium_dust": 310, - "abyssite_molten": 187, - "sacrifice_metal_dust": 190, - "lelyetia_token_nugget": 288, - "baron_token_nugget": 264, - "primal_ogerite_nugget": 124, - "fluctuatite_ingot": 63, - "chalcedony_rod": 146, - "vibranium_molten": 72, - "destructive_steel_block": 17, - "vityte_molten": 107, - "lunar_token_armor": 291, - "ogerite_molten": 121, - "dreaded_steel_molten": 51, - "tartarite_rod": 60, - "elite_mortum_armor": 261, - "elite_eden_nugget": 252, - "dreadite_block": 44, - "myrmitite_dust": 83, - "celeve_token_armor": 271, - "myrmitite_ore_minecraft_stone": 211, - "caesium_nugget": 158, - "demonic_steel_molten": 4, - "hator_armor": 232, - "lunastone_molten": 140, - "rhenium_molten": 79, - "palladium_ore": 101, - "dreaded_steel_plate": 46, - "deeplands_token_armor": 277, - "promethium_nugget": 202, - "steadfast_steel_nugget": 24, - "hassium_rod": 182, - "sacrifice_metal_ingot": 189, - "candyte_nugget": 89, - "iromine_token_armor": 287, - "brightsteel_molten": 154, - "elite_apalachia_armor": 257, - "oi_plate": 235, - "sacrifice_metal_nugget": 188, - "ascended_draconic_alloy_armor": 316 - } -} \ No newline at end of file diff --git a/config - Copy/acronym/saved/material_parts_contenttweaker.json b/config - Copy/acronym/saved/material_parts_contenttweaker.json deleted file mode 100644 index 8feac1e8..00000000 --- a/config - Copy/acronym/saved/material_parts_contenttweaker.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "materialMappings": { - "candyland_token_armor": 269, - "brightsteel_armor": 157, - "vengeful_steel_nugget": 18, - "myrmitite_rod": 85, - "myrmitite_ingot": 82, - "baron_token_armor": 265, - "vityte_ore_minecraft_stone": 214, - "hassium_ingot": 179, - "abyss_token_nugget": 262, - "chaos_dust": 175, - "sedna_armor": 244, - "rubidium_molten": 172, - "vibranium_alloy_ingot": 132, - "lunastone_ore_minecraft_stone": 217, - "dreadite_nugget": 39, - "destructive_steel_dust": 14, - "oi_armor": 236, - "ichorium_armor": 314, - "rubidium_rod": 171, - "sideral_damascus_steel_armor": 226, - "tartarite_ore_minecraft_stone": 208, - "vibranium_dust": 70, - "palladium_dust": 98, - "ichorium_nugget": 308, - "strontium_ingot": 164, - "sednanite_molten": 57, - "strontium_molten": 167, - "hator_plate": 231, - "vityte_ingot": 104, - "primal_ogerite_ingot": 125, - "vibranium_ingot": 69, - "fluctuatite_molten": 66, - "europa_armor": 234, - "runandor_token_nugget": 298, - "steadfast_steel_block": 29, - "chalcedony_ingot": 144, - "destructive_steel_nugget": 12, - "haven_token_nugget": 284, - "chalcedony_ore_minecraft_stone": 218, - "sideral_damascus_steel_nugget": 221, - "black_metal_dust": 197, - "polonium_rod": 113, - "palladium_molten": 100, - "osiris_plate": 227, - "ogerite_dust": 119, - "vityte_block": 109, - "vityte_dust": 105, - "bloodmaster_metal_block": 35, - "steadfast_steel_rod": 27, - "myrmitite_block": 88, - "vengeful_steel_dust": 20, - "candyte_ingot": 90, - "haven_token_armor": 285, - "ogerite_rod": 120, - "black_metal_armor": 201, - "sednanite_ore_minecraft_stone": 207, - "elite_skythern_armor": 259, - "fluctuatite_ore_minecraft_stone": 209, - "dustopia_token_nugget": 278, - "chalcedony_dust": 145, - "orcus_armor": 240, - "gardencia_token_armor": 281, - "haumea_armor": 242, - "falacer_armor": 238, - "promethium_rod": 205, - "caesium_ingot": 159, - "rhenium_ore_minecraft_stone": 210, - "chaos_molten": 177, - "dreaded_steel_rod": 49, - "crystevia_token_armor": 275, - "ptah_plate": 229, - "myrmitite_nugget": 81, - "bloodmaster_metal_dust": 32, - "dustopia_token_armor": 279, - "fluctuatite_dust": 64, - "elite_eden_armor": 253, - "candyte_block": 95, - "sacrifice_metal_armor": 194, - "bloodmaster_metal_nugget": 30, - "black_metal_nugget": 195, - "primal_ogerite_rod": 127, - "chalcedony_molten": 147, - "phasing_alloy_nugget": 249, - "dreadite_gear": 37, - "palladium_rod": 99, - "fluctuatite_rod": 65, - "elite_mortum_nugget": 260, - "sideral_damascus_steel_ingot": 222, - "rubidium_ingot": 169, - "steadfast_steel_ingot": 25, - "ogerite_ore_minecraft_stone": 216, - "fractallite_halite_rod": 318, - "strontium_rod": 166, - "lunastone_ingot": 137, - "candyte_ore": 94, - "steadfast_steel_dust": 26, - "sentient_meatball_armor": 305, - "hassium_plate": 180, - "brightsteel_rod": 153, - "dreadite_plate": 38, - "crystevia_token_nugget": 274, - "myrmitite_plate": 84, - "shyrelands_token_nugget": 300, - "corrosive_steel_rod": 9, - "corrosive_steel_nugget": 6, - "vox_ponds_token_nugget": 302, - "demonic_steel_rod": 3, - "palladium_block": 102, - "nether_token_nugget": 294, - "champion_token_armor": 251, - "black_metal_block": 200, - "rhenium_rod": 78, - "ichorium_ingot": 309, - "strontium_dust": 165, - "tartarite_ore": 61, - "dreaded_steel_dust": 50, - "runandor_token_armor": 299, - "lunar_token_nugget": 290, - "dreaded_steel_nugget": 47, - "shyrelands_token_armor": 301, - "greckon_token_armor": 283, - "vibranium_armor": 74, - "vityte_nugget": 103, - "sacrifice_metal_block": 193, - "rhenium_nugget": 75, - "deeplands_token_nugget": 276, - "falacer_plate": 237, - "dreadite_ingot": 40, - "demonic_steel_dust": 2, - "primal_ogerite_molten": 128, - "caesium_molten": 162, - "vibranium_nugget": 68, - "lunastone_nugget": 136, - "hassium_gear": 181, - "lunastone_rod": 139, - "brightsteel_ore_minecraft_stone": 219, - "vengeful_steel_block": 23, - "caesium_dust": 160, - "steadfast_steel_molten": 28, - "vibranium_rod": 71, - "chalcedony_ore": 148, - "ogerite_nugget": 117, - "vibranium_alloy_nugget": 131, - "borean_token_nugget": 266, - "gardencia_token_nugget": 280, - "demonic_steel_nugget": 0, - "vityte_ore": 108, - "candyte_molten": 93, - "candyland_token_nugget": 268, - "sacrifice_metal_molten": 192, - "brightsteel_nugget": 150, - "destructive_steel_ingot": 13, - "promethium_molten": 206, - "black_metal_rod": 198, - "elite_wildwood_nugget": 254, - "europa_plate": 233, - "vityte_rod": 106, - "vengeful_steel_molten": 22, - "palladium_ingot": 97, - "vox_ponds_token_armor": 303, - "elite_wildwood_armor": 255, - "sideral_damascus_steel_rod": 224, - "grave_dust_armor": 307, - "promethium_ingot": 203, - "hot_vibranium_alloy_ingot": 129, - "rubidium_nugget": 168, - "hot_vibranium_alloy_rod": 130, - "dreadite_molten": 43, - "elite_apalachia_nugget": 256, - "haumea_plate": 241, - "lunastone_ore": 141, - "polonium_ore_minecraft_stone": 215, - "ogerite_block": 123, - "polonium_block": 116, - "precasia_token_nugget": 296, - "corrosive_steel_ingot": 7, - "greckon_token_nugget": 282, - "fractallite_halite_armor": 319, - "ichorium_molten": 313, - "dreaded_steel_gear": 45, - "sentient_meatball_nugget": 304, - "nether_token_armor": 295, - "promethium_dust": 204, - "demonic_steel_block": 5, - "sednanite_ingot": 54, - "strontium_nugget": 163, - "orcus_plate": 239, - "lunastone_block": 142, - "sedna_plate": 243, - "bloodmaster_metal_armor": 36, - "osiris_armor": 228, - "polonium_molten": 114, - "fluctuatite_nugget": 62, - "dreaded_steel_block": 52, - "sednanite_nugget": 53, - "myrmitite_ore": 87, - "brightsteel_block": 156, - "demonic_steel_ingot": 1, - "abyss_token_armor": 263, - "ogerite_ingot": 118, - "phasing_alloy_armor": 246, - "polonium_ingot": 111, - "brightsteel_dust": 152, - "polonium_dust": 112, - "iromine_token_nugget": 286, - "lelyetia_token_armor": 289, - "sideral_damascus_steel_molten": 225, - "palladium_nugget": 96, - "champion_token_nugget": 250, - "sednanite_rod": 56, - "bloodmaster_metal_rod": 33, - "sideral_damascus_steel_dust": 223, - "abyssite_rod": 186, - "dreadite_rod": 42, - "ichorium_plate": 312, - "ichorium_rod": 311, - "abyssite_ingot": 185, - "primal_ogerite_dust": 126, - "precasia_token_armor": 297, - "sednanite_dust": 55, - "corrosive_steel_dust": 8, - "vibranium_alloy_plate": 133, - "borean_token_armor": 267, - "grave_dust_nugget": 306, - "polonium_ore": 115, - "mysterium_token_nugget": 292, - "myrmitite_molten": 86, - "destructive_steel_molten": 16, - "celeve_token_nugget": 270, - "chaos_nugget": 173, - "corrosive_steel_block": 11, - "ogerite_ore": 122, - "vibranium_alloy_rod": 135, - "bloodmaster_metal_molten": 34, - "elite_skythern_nugget": 258, - "brightsteel_ore": 155, - "lunastone_dust": 138, - "ptah_armor": 230, - "wrought_plate_armor": 248, - "black_metal_molten": 199, - "mysterium_token_armor": 293, - "chaos_rod": 176, - "candyte_dust": 91, - "creeponia_token_armor": 273, - "chaos_ingot": 174, - "caesium_rod": 161, - "creeponia_token_nugget": 272, - "vibranium_block": 73, - "rhenium_ore": 80, - "fractallite_halite_ingot": 317, - "vengeful_steel_rod": 21, - "corrosive_steel_molten": 10, - "brightsteel_ingot": 151, - "chalcedony_nugget": 143, - "dreaded_steel_ingot": 48, - "bloodmaster_metal_ingot": 31, - "fluctuatite_ore": 67, - "ascended_draconic_alloy_nugget": 315, - "rubidium_dust": 170, - "rhenium_dust": 77, - "rhenium_ingot": 76, - "sacrifice_metal_rod": 191, - "dreadite_dust": 41, - "sednanite_ore": 58, - "tartarite_dust": 59, - "hassium_nugget": 178, - "wrought_plate_nugget": 247, - "vibranium_alloy_gear": 134, - "chalcedony_block": 149, - "candyte_rod": 92, - "black_metal_ingot": 196, - "vengeful_steel_ingot": 19, - "destructive_steel_rod": 15, - "candyte_ore_minecraft_stone": 212, - "palladium_ore_minecraft_stone": 213, - "polonium_nugget": 110, - "ichorium_dust": 310, - "abyssite_molten": 187, - "sacrifice_metal_dust": 190, - "lelyetia_token_nugget": 288, - "baron_token_nugget": 264, - "primal_ogerite_nugget": 124, - "fluctuatite_ingot": 63, - "chalcedony_rod": 146, - "vibranium_molten": 72, - "destructive_steel_block": 17, - "vityte_molten": 107, - "lunar_token_armor": 291, - "ogerite_molten": 121, - "dreaded_steel_molten": 51, - "tartarite_rod": 60, - "elite_mortum_armor": 261, - "elite_eden_nugget": 252, - "dreadite_block": 44, - "myrmitite_dust": 83, - "celeve_token_armor": 271, - "myrmitite_ore_minecraft_stone": 211, - "caesium_nugget": 158, - "demonic_steel_molten": 4, - "hator_armor": 232, - "lunastone_molten": 140, - "rhenium_molten": 79, - "palladium_ore": 101, - "dreaded_steel_plate": 46, - "deeplands_token_armor": 277, - "promethium_nugget": 202, - "steadfast_steel_nugget": 24, - "hassium_rod": 182, - "sacrifice_metal_ingot": 189, - "candyte_nugget": 89, - "iromine_token_armor": 287, - "brightsteel_molten": 154, - "elite_apalachia_armor": 257, - "oi_plate": 235, - "sacrifice_metal_nugget": 188, - "ascended_draconic_alloy_armor": 316 - } -} \ No newline at end of file diff --git a/config - Copy/acronym/saved/saved_sub_blocks_contenttweaker-original.json b/config - Copy/acronym/saved/saved_sub_blocks_contenttweaker-original.json deleted file mode 100644 index 0f9a879e..00000000 --- a/config - Copy/acronym/saved/saved_sub_blocks_contenttweaker-original.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "savedSubBlockNames": { - "0": { - "0": "brightsteel_block", - "1": "candyte_ore_minecraft_stone", - "2": "palladium_ore_minecraft_stone", - "3": "vityte_ore_minecraft_stone", - "4": "chalcedony_ore_minecraft_stone", - "5": "vibranium_block", - "6": "ogerite_ore_minecraft_stone", - "7": "destructive_steel_block", - "8": "sacrifice_metal_block", - "9": "vityte_block", - "10": "bloodmaster_metal_block", - "11": "polonium_ore_minecraft_stone", - "12": "ogerite_block", - "13": "lunastone_ore_minecraft_stone", - "14": "polonium_block", - "15": "myrmitite_block" - }, - "1": { - "0": "dreadite_block", - "1": "myrmitite_ore_minecraft_stone", - "2": "sednanite_ore_minecraft_stone", - "3": "demonic_steel_block", - "4": "fluctuatite_ore_minecraft_stone", - "5": "vengeful_steel_block", - "6": "tartarite_ore_minecraft_stone", - "7": "brightsteel_ore_minecraft_stone", - "8": "rhenium_ore_minecraft_stone", - "9": "lunastone_block", - "10": "palladium_block", - "11": "black_metal_block", - "12": "chalcedony_block", - "13": "dreaded_steel_block", - "14": "steadfast_steel_block", - "15": "candyte_block" - }, - "2": { - "0": "corrosive_steel_block" - } - } -} \ No newline at end of file diff --git a/config - Copy/acronym/saved/saved_sub_blocks_contenttweaker.json b/config - Copy/acronym/saved/saved_sub_blocks_contenttweaker.json deleted file mode 100644 index 0f9a879e..00000000 --- a/config - Copy/acronym/saved/saved_sub_blocks_contenttweaker.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "savedSubBlockNames": { - "0": { - "0": "brightsteel_block", - "1": "candyte_ore_minecraft_stone", - "2": "palladium_ore_minecraft_stone", - "3": "vityte_ore_minecraft_stone", - "4": "chalcedony_ore_minecraft_stone", - "5": "vibranium_block", - "6": "ogerite_ore_minecraft_stone", - "7": "destructive_steel_block", - "8": "sacrifice_metal_block", - "9": "vityte_block", - "10": "bloodmaster_metal_block", - "11": "polonium_ore_minecraft_stone", - "12": "ogerite_block", - "13": "lunastone_ore_minecraft_stone", - "14": "polonium_block", - "15": "myrmitite_block" - }, - "1": { - "0": "dreadite_block", - "1": "myrmitite_ore_minecraft_stone", - "2": "sednanite_ore_minecraft_stone", - "3": "demonic_steel_block", - "4": "fluctuatite_ore_minecraft_stone", - "5": "vengeful_steel_block", - "6": "tartarite_ore_minecraft_stone", - "7": "brightsteel_ore_minecraft_stone", - "8": "rhenium_ore_minecraft_stone", - "9": "lunastone_block", - "10": "palladium_block", - "11": "black_metal_block", - "12": "chalcedony_block", - "13": "dreaded_steel_block", - "14": "steadfast_steel_block", - "15": "candyte_block" - }, - "2": { - "0": "corrosive_steel_block" - } - } -} \ No newline at end of file diff --git a/config - Copy/activity.json b/config - Copy/activity.json deleted file mode 100644 index 0637a088..00000000 --- a/config - Copy/activity.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config - Copy/actuallyadditions.cfg b/config - Copy/actuallyadditions.cfg deleted file mode 100644 index 300a4830..00000000 --- a/config - Copy/actuallyadditions.cfg +++ /dev/null @@ -1,577 +0,0 @@ -# Configuration file - -"machine values" { - # The amount of power the atomic reconstructor can store. - I:"Atomic Reconstructor Power"=300000 - - # The Coal Generator's Energy Production in CF/tick while burning. - I:"Coal Generator Energy Production"=30 - - # The size of the farmer's farming area. Default is 9x9, must be an odd number. - I:"Farmer Area"=9 - - # By default, the Item Repairer only repairs items which are repairable in an anvil. Add an item's REGISTRY NAME here if you want it to be repairable. - S:"Item Repairer Extra Whitelist" < - tconstruct:pickaxe - tconstruct:shovel - tconstruct:hatchet - tconstruct:mattock - tconstruct:broadsword - tconstruct:longsword - tconstruct:frypan - tconstruct:battlesign - tconstruct:hammer - tconstruct:excavator - tconstruct:lumberaxe - tconstruct:cleaver - tconstruct:rapier - > - - # If Energy Laser Relays should have energy loss - B:"Laser Relay Energy Loss"=true - - # The size of the Leaf Generator's harvesting area. Default is 7x7x7, must be an odd number. - I:"Leaf Generator Area"=7 - - # The cooldown between two generation cycles of the Leaf Generator, in ticks - I:"Leaf Generator Cooldown"=5 - - # The Leaf Generator's Energy Production in CF/Leaf - I:"Leaf Generator Energy Production"=300 - - # The energy use of the Atomic Reconstructor's Mining Lens. - I:"Mining Lens Energy"=60000 - - # If true, the mining lens uses some weird math to calculate energy costs. - B:"Mining Lens Math"=true - - # The amount of power that the 4 tiers of oils generate in CF/t. Ordered. - I:"Oil Gen: Power Values" < - 40 - 80 - 100 - 120 - > - - # The amount of time that the 4 tiers of oils work for in seconds. Ordered. - I:"Oil Gen: Time Values" < - 100 - 120 - 280 - 400 - > - - # By default, the Vertical Digger mines everything that starts with 'ore' in the OreDictionary. If there is one that it can mine, but shouldn't be able to, put its REGISTRY NAME here. These are the actual registered Item Names, the ones you use, for example, when using the /give Command. This Config Option will apply in both modes. - S:"Vertical Digger Blacklist" < - > - - # By default, the Vertical Digger mines everything that starts with 'ore' in the OreDictionary. If there is one that it can't mine, but should be able to, put its REGISTRY NAME here. These are the actual registered Item Names, the ones you use, for example, when using the /give Command. This Config Option only applies if the miner is in Ores Only Mode. - S:"Vertical Digger Extra Whitelist" < - > -} - - -"mob drops" { - # Should Bat wings drop from Bats? - B:"Bat Wing Drop"=true - - # If true, Mobs will randomly drop solidified XP occasionally. - B:"Solidified XP Drop"=true - - # Should Cobwebs drop from spiders? - B:"Spider Cobweb Drop"=true -} - - -other { - # Show Advanced Item Info when holding Control on every Item. - B:"Advanced Info"=true - - # The maximum amount of characters that is displayed by the NBT view of the CTRL Advanced Info. Set to a zero to have no limit - I:"Advanced Info NBT Character Limit"=1000 - - # Show the 'Press Control for more Info'-Text on Item Tooltips - B:"Advanced Info Tooltips"=true - - # The size of the booklet's large font in percent. Set to 0 to use defaults from the lang file. - I:"Booklet Large Font Size"=0 - - # The size of the booklet's medium font in percent. Set to 0 to use defaults from the lang file. - I:"Booklet Medium Font Size"=0 - - # The size of the booklet's small font in percent. Set to 0 to use defaults from the lang file. - I:"Booklet Small Font Size"=0 - - # If true, the Lens of Color will attempt to pull from the oredict instead of only using vanilla dyes. - B:"Color Lens Oredict"=false - - # The non-Actually Additions items that are used to configure blocks from the mod. The first one is the Redstone Torch used to configure the Redstone Mode, and the second one is the Compass used to configure Laser Relays. If another mod overrides usage of either one of these items, you can change the registry name of the used items (using blocks is not possible) here. - S:"Configuration Items" < - minecraft:redstone_torch - minecraft:compass - > - - # The items that aren't allowed as outputs from OreDict Crusher recipes. Use this in case a mod, for example, adds a dust variant that can't be smelted into an ingot. Use REGISTRY NAMES, and if metadata is needed, add it like so: somemod:some_item@3 - S:"Crusher Output Blacklist" < - > - - # Ingots, Dusts and Ores that will be blacklisted from being auto-registered to be crushed by the Crusher. This list uses OreDictionary Names of the Inputs only. - S:"Crusher Recipe Exceptions" < - ingotBrick - ingotBrickNether - > - - # If true, Cats drop Hairy Balls Occasionally. - B:"Do Cat Drops"=true - - # If true, Actually Additions Checks for updates on World Load. - B:"Do Update Check"=true - - # The 1/n drop chance, per tick, for a fur ball to be dropped. - I:"Fur Drop Chance"=5000 - - # If true, the booklet should be given to the player when he first crafts something from the Mod - B:"Give Booklet on First Craft"=false - - # The ItemFood, IGrowable and IPlantable Items that can not be used to craft Mashed Food. These are the actual registered Item Names, the ones you use, for example, when using the /give Command. - S:"Mashed Food Crafting Exceptions" < - actuallyadditions:item_coffee - > - - # The items that aren't allowed as being generated by the Lens of the Miner. Use REGISTRY NAMES, and if metadata is needed, add it like so: somemod:some_block@3 - S:"Mining Lens Blacklist" < - > - - # By default, the mining lens has a set number of ores it can generate. If there is an ore that it should be able to generate, add its OreDictionary name followed by an @ and the weight that it should have (the higher, the more often it will generate), followed by another @ and then an s for it to generate in stone and an n for it to generate in netherrack. For instance: oreCheese@100@s would add cheese ore with a weight of 100 that generates in stone. - S:"Mining lens Extra Whitelist" < - > - - # If you want to be really boring and lame, you can turn on this setting to disable colored names on Actually Additions items. Because why would you want things to look pretty anyways, right? - B:"No Colored Item Names"=false - - # The items that aren't allowed to be put in the Repairer. Use REGISTRY NAMES, and if metadata is needed, add it like so: somemod:some_block@3 - S:"Repair Blacklist" < - > - - # The items that aren't allowed to be put in the Traveller's Sack. Use REGISTRY NAMES, and if metadata is needed, add it like so: somemod:some_block@3 - S:"Sack Blacklist" < - > - - # If true, Solidified Experience will always spawn orbs, even for regular players. - B:"Solid XP Orbs"=false - - # By default, the Spawner Changer allows every living entity to be put into a spawner. If there is one that shouldn't be able to, put its MAPPING NAME here. - S:"Spawner Changer Blacklist" < - minecraft:villager_golem - > - - # Turn this on to make recipes for items from the mod really hard. (This is a joke feature poking fun at the whole FTB Infinity Expert Mode style of playing. You shouldn't really turn this on as it makes the mod completely unplayable.) - B:"Super Duper Hard Recipes"=false - - # The amount of ticks waited before a TileEntity sends an additional Update to the Client - I:"Tile Entities: Update Interval"=5 - - # Should Tiny Coal and Tiny Charcoal be craftable - B:"Tiny Coal"=true - - # If true, Actually Additions' Update Checker searches for updates for the Minecraft Version you currently play on. - B:"Version Specific Update Checker"=true - - # Should Actually Additions Loot generate in dungeons? - B:"Village and Dungeon Loot"=true - - # Should right-clicking a bowl on water blocks create a water bowl? - B:"Water Bowl"=true - - # Should the water bowl spill if you don't sneak while using it? - B:"Water Bowl Spilling"=true - - # 11? - I:"What is 11"=0 - - # The amount of ticks it takes for a worm to die. When at 0 ticks, it will not die. - I:"Worm Death Time"=0 - - # If true, worms will drop from tilling the soil. - B:Worms=true -} - - -"tool control" { - # This will disable the Black Quartz AIOT. It will not be registered. [default: false] - B:"Disable: Black Quartz AIOT"=false - - # This will disable the Black Quartz Axe. It will not be registered. [default: false] - B:"Disable: Black Quartz Axe"=false - - # This will disable the Black Quartz Boots. It will not be registered. [default: false] - B:"Disable: Black Quartz Boots"=false - - # This will disable the Black Quartz Chestplate. It will not be registered. [default: false] - B:"Disable: Black Quartz Chestplate"=false - - # This will disable the Black Quartz Helmet. It will not be registered. [default: false] - B:"Disable: Black Quartz Helmet"=false - - # This will disable the Black Quartz Hoe. It will not be registered. [default: false] - B:"Disable: Black Quartz Hoe"=false - - # This will disable the Black Quartz Pants. It will not be registered. [default: false] - B:"Disable: Black Quartz Pants"=false - - # This will disable the Black Quartz Pickaxe. It will not be registered. [default: false] - B:"Disable: Black Quartz Pickaxe"=false - - # This will disable the Black Quartz Shovel. It will not be registered. [default: false] - B:"Disable: Black Quartz Shovel"=false - - # This will disable the Black Quartz Sword. It will not be registered. [default: false] - B:"Disable: Black Quartz Sword"=false - - # This will disable the Diamatine Crystal AIOT. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal AIOT"=false - - # This will disable the Diamatine Crystal Axe. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Axe"=false - - # This will disable the Diamatine Crystal Boots. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Boots"=false - - # This will disable the Diamatine Crystal Chestplate. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Chestplate"=false - - # This will disable the Diamatine Crystal Helmet. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Helmet"=false - - # This will disable the Diamatine Crystal Hoe. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Hoe"=false - - # This will disable the Diamatine Crystal Pants. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Pants"=false - - # This will disable the Diamatine Crystal Pickaxe. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Pickaxe"=false - - # This will disable the Diamatine Crystal Shovel. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Shovel"=false - - # This will disable the Diamatine Crystal Sword. It will not be registered. [default: false] - B:"Disable: Diamatine Crystal Sword"=false - - # This will disable the Diamond AIOT. It will not be registered. [default: false] - B:"Disable: Diamond AIOT"=false - - # This will disable the Emeradic Crystal AIOT. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal AIOT"=false - - # This will disable the Emeradic Crystal Axe. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Axe"=false - - # This will disable the Emeradic Crystal Boots. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Boots"=false - - # This will disable the Emeradic Crystal Chest. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Chest"=false - - # This will disable the Emeradic Crystal Helmet. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Helmet"=false - - # This will disable the Emeradic Crystal Hoe. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Hoe"=false - - # This will disable the Emeradic Crystal Pants. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Pants"=false - - # This will disable the Emeradic Crystal Pickaxe. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Pickaxe"=false - - # This will disable the Emeradic Crystal Shovel. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Shovel"=false - - # This will disable the Emeradic Crystal Sword. It will not be registered. [default: false] - B:"Disable: Emeradic Crystal Sword"=false - - # This will disable the Emerald AIOT. It will not be registered. [default: false] - B:"Disable: Emerald AIOT"=false - - # This will disable the Emerald Axe. It will not be registered. [default: false] - B:"Disable: Emerald Axe"=false - - # This will disable the Emerald Boots. It will not be registered. [default: false] - B:"Disable: Emerald Boots"=false - - # This will disable the Emerald Chestplate. It will not be registered. [default: false] - B:"Disable: Emerald Chestplate"=false - - # This will disable the Emerald Helmet. It will not be registered. [default: false] - B:"Disable: Emerald Helmet"=false - - # This will disable the Emerald Hoe. It will not be registered. [default: false] - B:"Disable: Emerald Hoe"=false - - # This will disable the Emerald Pants. It will not be registered. [default: false] - B:"Disable: Emerald Pants"=false - - # This will disable the Emerald Pickaxe. It will not be registered. [default: false] - B:"Disable: Emerald Pickaxe"=false - - # This will disable the Emerald Shovel. It will not be registered. [default: false] - B:"Disable: Emerald Shovel"=false - - # This will disable the Emerald Sword. It will not be registered. [default: false] - B:"Disable: Emerald Sword"=false - - # This will disable the Engineer's Goggles. It will not be registered. [default: false] - B:"Disable: Engineer's Goggles"=false - - # This will disable the Engineer's Infrared Goggles. It will not be registered. [default: false] - B:"Disable: Engineer's Infrared Goggles"=false - - # This will disable the Enori Crystal AIOT. It will not be registered. [default: false] - B:"Disable: Enori Crystal AIOT"=false - - # This will disable the Enori Crystal Axe. It will not be registered. [default: false] - B:"Disable: Enori Crystal Axe"=false - - # This will disable the Enori Crystal Boots. It will not be registered. [default: false] - B:"Disable: Enori Crystal Boots"=false - - # This will disable the Enori Crystal Chest. It will not be registered. [default: false] - B:"Disable: Enori Crystal Chest"=false - - # This will disable the Enori Crystal Helmet. It will not be registered. [default: false] - B:"Disable: Enori Crystal Helmet"=false - - # This will disable the Enori Crystal Hoe. It will not be registered. [default: false] - B:"Disable: Enori Crystal Hoe"=false - - # This will disable the Enori Crystal Pants. It will not be registered. [default: false] - B:"Disable: Enori Crystal Pants"=false - - # This will disable the Enori Crystal Pickaxe. It will not be registered. [default: false] - B:"Disable: Enori Crystal Pickaxe"=false - - # This will disable the Enori Crystal Shovel. It will not be registered. [default: false] - B:"Disable: Enori Crystal Shovel"=false - - # This will disable the Enori Crystal Sword. It will not be registered. [default: false] - B:"Disable: Enori Crystal Sword"=false - - # This will disable the Golden AIOT. It will not be registered. [default: false] - B:"Disable: Golden AIOT"=false - - # This will disable the Iron AIOT. It will not be registered. [default: false] - B:"Disable: Iron AIOT"=false - - # This will disable the Obsidian AIOT. It will not be registered. [default: false] - B:"Disable: Obsidian AIOT"=false - - # This will disable the Obsidian Axe. It will not be registered. [default: false] - B:"Disable: Obsidian Axe"=false - - # This will disable the Obsidian Boots. It will not be registered. [default: false] - B:"Disable: Obsidian Boots"=false - - # This will disable the Obsidian Chestplate. It will not be registered. [default: false] - B:"Disable: Obsidian Chestplate"=false - - # This will disable the Obsidian Helmet. It will not be registered. [default: false] - B:"Disable: Obsidian Helmet"=false - - # This will disable the Obsidian Hoe. It will not be registered. [default: false] - B:"Disable: Obsidian Hoe"=false - - # This will disable the Obsidian Pants. It will not be registered. [default: false] - B:"Disable: Obsidian Pants"=false - - # This will disable the Obsidian Pickaxe. It will not be registered. [default: false] - B:"Disable: Obsidian Pickaxe"=false - - # This will disable the Obsidian Shovel. It will not be registered. [default: false] - B:"Disable: Obsidian Shovel"=false - - # This will disable the Obsidian Sword. It will not be registered. [default: false] - B:"Disable: Obsidian Sword"=false - - # This will disable the Palis Crystal AIOT. It will not be registered. [default: false] - B:"Disable: Palis Crystal AIOT"=false - - # This will disable the Palis Crystal Axe. It will not be registered. [default: false] - B:"Disable: Palis Crystal Axe"=false - - # This will disable the Palis Crystal Boots. It will not be registered. [default: false] - B:"Disable: Palis Crystal Boots"=false - - # This will disable the Palis Crystal Chestplate. It will not be registered. [default: false] - B:"Disable: Palis Crystal Chestplate"=false - - # This will disable the Palis Crystal Helmet. It will not be registered. [default: false] - B:"Disable: Palis Crystal Helmet"=false - - # This will disable the Palis Crystal Hoe. It will not be registered. [default: false] - B:"Disable: Palis Crystal Hoe"=false - - # This will disable the Palis Crystal Pants. It will not be registered. [default: false] - B:"Disable: Palis Crystal Pants"=false - - # This will disable the Palis Crystal Pickaxe. It will not be registered. [default: false] - B:"Disable: Palis Crystal Pickaxe"=false - - # This will disable the Palis Crystal Shovel. It will not be registered. [default: false] - B:"Disable: Palis Crystal Shovel"=false - - # This will disable the Palis Crystal Sword. It will not be registered. [default: false] - B:"Disable: Palis Crystal Sword"=false - - # This will disable the Restonia Crystal AIOT. It will not be registered. [default: false] - B:"Disable: Restonia Crystal AIOT"=false - - # This will disable the Restonia Crystal Axe. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Axe"=false - - # This will disable the Restonia Crystal Boots. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Boots"=false - - # This will disable the Restonia Crystal Chestplate. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Chestplate"=false - - # This will disable the Restonia Crystal Helmet. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Helmet"=false - - # This will disable the Restonia Crystal Hoe. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Hoe"=false - - # This will disable the Restonia Crystal Pants. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Pants"=false - - # This will disable the Restonia Crystal Pickaxe. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Pickaxe"=false - - # This will disable the Restonia Crystal Shovel. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Shovel"=false - - # This will disable the Restonia Crystal Sword. It will not be registered. [default: false] - B:"Disable: Restonia Crystal Sword"=false - - # This will disable the Stone AIOT. It will not be registered. [default: false] - B:"Disable: Stone AIOT"=false - - # This will disable the Void Crystal AIOT. It will not be registered. [default: false] - B:"Disable: Void Crystal AIOT"=false - - # This will disable the Void Crystal Axe. It will not be registered. [default: false] - B:"Disable: Void Crystal Axe"=false - - # This will disable the Void Crystal Boots. It will not be registered. [default: false] - B:"Disable: Void Crystal Boots"=false - - # This will disable the Void Crystal Chestplate. It will not be registered. [default: false] - B:"Disable: Void Crystal Chestplate"=false - - # This will disable the Void Crystal Helmet. It will not be registered. [default: false] - B:"Disable: Void Crystal Helmet"=false - - # This will disable the Void Crystal Hoe. It will not be registered. [default: false] - B:"Disable: Void Crystal Hoe"=false - - # This will disable the Void Crystal Pants. It will not be registered. [default: false] - B:"Disable: Void Crystal Pants"=false - - # This will disable the Void Crystal Pickaxe. It will not be registered. [default: false] - B:"Disable: Void Crystal Pickaxe"=false - - # This will disable the Void Crystal Shovel. It will not be registered. [default: false] - B:"Disable: Void Crystal Shovel"=false - - # This will disable the Void Crystal Sword. It will not be registered. [default: false] - B:"Disable: Void Crystal Sword"=false - - # This will disable the Wooden AIOT. It will not be registered. [default: false] - B:"Disable: Wooden AIOT"=false -} - - -"tool values" { - # By default, the AIOT can mine certain blocks. If there is one that it can't mine, but should be able to, put its REGISTRY NAME here. These are the actual registered Item Names, the ones you use, for example, when using the /give Command. - S:"AIOT Extra Whitelist" < - TConstruct:GravelOre - > - - # If true,'Press key for more information' text should show when the item has a page in the booklet - B:"Booklet Quick Opening Info"=true - - # By default, the Drill can mine certain blocks. If there is one that it can't mine, but should be able to, put its REGISTRY NAME here. These are the actual registered Item Names, the ones you use, for example, when using the /give Command. - S:"Drill Extra Whitelist" < - TConstruct:GravelOre - > -} - - -"world gen" { - # Should Black Lotus generate in the World? - B:"Black Lotus Gen"=true - - # The Amount of Black Lotus generating - I:"Black Lotus: Amount"=14 - - # Shold Black Quartz generate in the world? - B:"Black Quartz"=true - - # Should Canola generate in the World? - B:"Canola Gen"=true - - # The Amount of Canola generating - I:"Canola: Amount"=10 - - # Should Coffee Plants generate in the World? - B:"Coffee Gen"=true - - # The Amount of Coffee generating - I:"Coffee: Amount"=6 - - # Should Custom Crop Fields exist? - B:"Crop Field: Existence"=true - - # If Crystal Clusters should generate in Lush Caves - B:"Crystal Clusters in Lush Caves"=true - - # Should the Engineer Villager and his House generate in the worl? - B:"Engineer Villager: Existence"=true - - # Should Flax generate in the World? - B:"Flax Gen"=true - - # The Amount of Flax generating - I:"Flax: Amount"=8 - - # Should caves with trees and grass randomly generate underground? - B:"Generate Lush Caves"=false - - # Should the Jam Villager and his House generate in the world? - B:"Jam Villager: Existence"=true - - # The chances for lush caves to generate. The lower the number, the higher the chances. - I:"Lush Caves: Chance"=20 - - # If true, the ore gen dimension blacklist will be treated as a whitelist. - B:"Ore Gen Whitelist"=false - - # The list of IDs that Actually Additions OreGen (Ex: Black Quartz) is banned in. This also applies for other world gen like lush caves. - I:"OreGen Dimension Blacklist" < - > - - # The list of IDs of the dimensions that Actually Additions Plants (Rice for example) are banned in. - I:"Plant Blacklist" < - > - - # Should Rice generate in the World? - B:"Rice Gen"=true - - # The Amount of Rice generating - I:"Rice: Amount"=15 - - # Should Treasure Chests generate in the World? - B:"Treasure Chest Gen"=true -} - - diff --git a/config - Copy/advRocketry/Centrifuge.xml b/config - Copy/advRocketry/Centrifuge.xml deleted file mode 100644 index 9af51fa5..00000000 --- a/config - Copy/advRocketry/Centrifuge.xml +++ /dev/null @@ -1,35 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/ChemicalReactor.xml b/config - Copy/advRocketry/ChemicalReactor.xml deleted file mode 100644 index cc7c243c..00000000 --- a/config - Copy/advRocketry/ChemicalReactor.xml +++ /dev/null @@ -1,62 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - advancedrocketry:carbonscrubbercartridge;1;32766 - - - advancedrocketry:carbonscrubbercartridge - minecraft:coal;1;1 - - - - - oxygen;10 - hydrogen;10 - - - rocketfuel;20 - - - - - minecraft:bone - nitrogen;10 - - - minecraft:dye;8;15 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/Crystallizer.xml b/config - Copy/advRocketry/Crystallizer.xml deleted file mode 100644 index 91a8792b..00000000 --- a/config - Copy/advRocketry/Crystallizer.xml +++ /dev/null @@ -1,52 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - dustDilithium - - - libvulpes:productgem - - - - - ingotSilicon - nuggetSilicon - - - libvulpes:productboule;1;3 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/CuttingMachine.xml b/config - Copy/advRocketry/CuttingMachine.xml deleted file mode 100644 index 5c02c1cc..00000000 --- a/config - Copy/advRocketry/CuttingMachine.xml +++ /dev/null @@ -1,115 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - advancedrocketry:alienwood - - - advancedrocketry:planks;6 - - - - - advancedrocketry:itemcircuitplate;1;1 - - - advancedrocketry:ic;4;2 - - - - - advancedrocketry:itemcircuitplate - - - advancedrocketry:ic;4 - - - - - libvulpes:productboule;1;3 - - - advancedrocketry:wafer;4 - - - - - minecraft:log - - - minecraft:planks;6 - - - - - minecraft:log;1;1 - - - minecraft:planks;6;1 - - - - - minecraft:log;1;2 - - - minecraft:planks;6;2 - - - - - minecraft:log;1;3 - - - minecraft:planks;6;3 - - - - - minecraft:log2 - - - minecraft:planks;6;4 - - - - - minecraft:log2;1;1 - - - minecraft:planks;6;5 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/ElectricArcFurnace.xml b/config - Copy/advRocketry/ElectricArcFurnace.xml deleted file mode 100644 index d5d84608..00000000 --- a/config - Copy/advRocketry/ElectricArcFurnace.xml +++ /dev/null @@ -1,78 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - thermalfoundation:material;7;132 - libvulpes:productingot;3;7 - - - advancedrocketry:productingot;3 - - - - - minecraft:coal;1;1 - minecraft:iron_ingot - - - thermalfoundation:material;1;160 - - - - - minecraft:sand - - - libvulpes:productingot;1;3 - - - - - thermalfoundation:material;1;135 - libvulpes:productingot;1;7 - - - advancedrocketry:productingot;2;1 - - - - - oreRutile - - - libvulpes:productingot;1;7 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/Electrolyser.xml b/config - Copy/advRocketry/Electrolyser.xml deleted file mode 100644 index e5aa8359..00000000 --- a/config - Copy/advRocketry/Electrolyser.xml +++ /dev/null @@ -1,44 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - water;10 - - - hydrogen;100 - oxygen;100 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/Lathe.xml b/config - Copy/advRocketry/Lathe.xml deleted file mode 100644 index df795b4c..00000000 --- a/config - Copy/advRocketry/Lathe.xml +++ /dev/null @@ -1,163 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - ingotTitaniumAluminide - - - advancedrocketry:productrod;2 - - - - - ingotCorrosiveSteel - - - contenttweaker:material_part;2;12 - - - - - ingotDemonicSteel - - - contenttweaker:material_part;2;4 - - - - - ingotBloodmasterMetal - - - contenttweaker:material_part;2;45 - - - - - ingotVengefulSteel - - - contenttweaker:material_part;2;28 - - - - - ingotAluminum - - - immersiveengineering:material;2;3 - - - - - ingotIron - - - libvulpes:productrod;2;1 - - - - - ingotSteel - - - libvulpes:productrod;2;6 - - - - - ingotDreadedSteel - - - contenttweaker:material_part;2;61 - - - - - ingotDreadite - - - contenttweaker:material_part;2;54 - - - - - ingotTitanium - - - libvulpes:productrod;2;7 - - - - - ingotSteadfastSteel - - - contenttweaker:material_part;2;35 - - - - - ingotIridium - - - libvulpes:productrod;2;10 - - - - - ingotCopper - - - libvulpes:productrod;2;4 - - - - - ingotTitaniumIridium - - - advancedrocketry:productrod;2;1 - - - - - ingotDestructiveSteel - - - contenttweaker:material_part;2;20 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/PrecisionAssembler.xml b/config - Copy/advRocketry/PrecisionAssembler.xml deleted file mode 100644 index 81a3a975..00000000 --- a/config - Copy/advRocketry/PrecisionAssembler.xml +++ /dev/null @@ -1,240 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - libvulpes:battery - advancedrocketry:ic;1;2 - advancedrocketry:misc - advancedrocketry:lens - thermalfoundation:material;1;321 - - - advancedrocketry:atmanalyser - - - - - libvulpes:battery - advancedrocketry:ic;1;2 - advancedrocketry:ic;1;3 - advancedrocketry:lens - - - advancedrocketry:itemupgrade;1;4 - - - - - libvulpes:motor - advancedrocketry:ic;1;2 - advancedrocketry:ic;1;3 - - - advancedrocketry:itemupgrade;1;2 - - - - - advancedrocketry:lens;3 - minecraft:glass;3 - - - advancedrocketry:blocklens - - - - - minecraft:redstone - thermalfoundation:material;1;320 - thermalfoundation:material;1;352 - - - advancedrocketry:ic;1;3 - - - - - minecraft:redstone - minecraft:emerald - advancedrocketry:ic - - - advancedrocketry:dataunit - - - - - minecraft:redstone - thermalfoundation:material;1;33 - thermalfoundation:material;1;352 - - - advancedrocketry:ic;1;4 - - - - - minecraft:gold_ingot - minecraft:redstone_block - advancedrocketry:wafer - - - advancedrocketry:itemcircuitplate;1;1 - - - - - minecraft:gold_ingot - minecraft:redstone - advancedrocketry:wafer - - - advancedrocketry:itemcircuitplate - - - - - minecraft:feather - advancedrocketry:ic;1;2 - advancedrocketry:ic;1;3 - minecraft:leather_boots - - - advancedrocketry:itemupgrade;1;3 - - - - - minecraft:diamond - advancedrocketry:ic;1;2 - advancedrocketry:ic;1;3 - minecraft:fire_charge - - - advancedrocketry:itemupgrade;1;1 - - - - - minecraft:redstone - advancedrocketry:ic - advancedrocketry:ic;1;3 - minecraft:redstone_torch - - - advancedrocketry:itemupgrade - - - - - libvulpes:battery - advancedrocketry:ic;1;2 - advancedrocketry:misc - advancedrocketry:ic;1;1 - thermalfoundation:material;1;321 - - - advancedrocketry:biomechanger - - - - - advancedrocketry:ic;1;1 - advancedrocketry:itemupgrade;1;4 - - - advancedrocketry:beaconfinder - - - - - advancedrocketry:spacestationchip - advancedrocketry:ic;1;1 - - - advancedrocketry:elevatorchip - - - - - minecraft:redstone - minecraft:ender_eye - advancedrocketry:itemcircuitplate - - - advancedrocketry:ic;1;1 - - - - - libvulpes:productrod;2;4 - libvulpes:productrod;1;7 - advancedrocketry:ic;1;2 - advancedrocketry:wafer;2 - - - advancedrocketry:satelliteprimaryfunction;1;5 - - - - - minecraft:redstone - minecraft:dye;1;4 - thermalfoundation:material;1;352 - - - advancedrocketry:ic;1;5 - - - - - advancedrocketry:ic;1;2 - advancedrocketry:wafer;2 - - - advancedrocketry:satelliteprimaryfunction;1;5 - - - - - libvulpes:productrod;1;1 - advancedrocketry:lens;3 - minecraft:glass;3 - - - advancedrocketry:blocklens - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/PrecisionLaserEtcher.xml b/config - Copy/advRocketry/PrecisionLaserEtcher.xml deleted file mode 100644 index f2d250ae..00000000 --- a/config - Copy/advRocketry/PrecisionLaserEtcher.xml +++ /dev/null @@ -1,57 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - advancedrocketry:lens - thermalfoundation:material;1;33 - minecraft:redstone - advancedrocketry:wafer;4 - - - advancedrocketry:itemcircuitplate;2 - - - - - advancedrocketry:lens - thermalfoundation:material;1;33 - minecraft:redstone_block - advancedrocketry:wafer;4 - - - advancedrocketry:itemcircuitplate;2;1 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/RollingMachine.xml b/config - Copy/advRocketry/RollingMachine.xml deleted file mode 100644 index 50ed389d..00000000 --- a/config - Copy/advRocketry/RollingMachine.xml +++ /dev/null @@ -1,530 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - libvulpes:productsheet;2;6 - water;100 - - - advancedrocketry:pressuretank;1;1 - - - - - libvulpes:productsheet;2;9 - water;100 - - - advancedrocketry:pressuretank;1;2 - - - - - libvulpes:productsheet;2;7 - water;100 - - - advancedrocketry:pressuretank;1;3 - - - - - libvulpes:productsheet;2;1 - water;100 - - - advancedrocketry:pressuretank - - - - - plateIron - water;100 - - - libvulpes:productsheet;1;1 - - - - - plateCopper - water;100 - - - libvulpes:productsheet;1;4 - - - - - plateSteel - water;100 - - - libvulpes:productsheet;1;6 - - - - - plateTitanium - water;100 - - - libvulpes:productsheet;1;7 - - - - - plateAluminum - water;100 - - - libvulpes:productsheet;1;9 - - - - - plateTitaniumAluminide - water;100 - - - advancedrocketry:productsheet - - - - - plateTitaniumIridium - water;100 - - - advancedrocketry:productsheet;1;1 - - - - - ingotCorrosiveSteel - water;100 - - - contenttweaker:material_part;1;9 - - - - - ingotVengefulSteel - water;100 - - - contenttweaker:material_part;1;25 - - - - - ingotAluminum - water;100 - - - thermalfoundation:material;1;324 - - - - - ingotMithrillium - water;100 - - - thaumadditions:mithrillium_plate - - - - - ingotAdaminite - water;100 - - - thaumadditions:adaminite_plate - - - - - ingotMithminite - water;100 - - - thaumadditions:mithminite_plate - - - - - ingotAdvancedAlloy - water;100 - - - techreborn:plates;1;36 - - - - - ingotTitanium - water;100 - - - libvulpes:productplate;1;7 - - - - - ingotRefinedIron - water;100 - - - techreborn:plates;1;35 - - - - - ingotIridiumAlloy - water;100 - - - techreborn:plates;1;38 - - - - - ingotCopper - water;100 - - - thermalfoundation:material;1;320 - - - - - ingotVoid - water;100 - - - thaumcraft:plate;1;3 - - - - - ingotBronze - water;100 - - - thermalfoundation:material;1;355 - - - - - ingotGold - water;100 - - - thermalfoundation:material;1;33 - - - - - ingotSilver - water;100 - - - thermalfoundation:material;1;322 - - - - - ingotDreadite - water;100 - - - contenttweaker:material_part;1;51 - - - - - ingotIridium - water;100 - - - thermalfoundation:material;1;327 - - - - - ingotTungstensteel - water;100 - - - techreborn:plates;1;33 - - - - - ingotBrass - water;100 - - - railcraft:plate;1;11 - - - - - ingotIron - water;100 - - - thermalfoundation:material;1;32 - - - - - ingotUranium - water;100 - - - immersiveengineering:metal;1;35 - - - - - ingotPlatinum - water;100 - - - thermalfoundation:material;1;326 - - - - - ingotTungsten - water;100 - - - techreborn:plates;1;32 - - - - - ingotLead - water;100 - - - thermalfoundation:material;1;323 - - - - - ingotChrome - water;100 - - - techreborn:plates;1;20 - - - - - ingotSilicon - water;100 - - - libvulpes:productplate;1;3 - - - - - ingotColdIron - water;100 - - - bewitchment:cold_iron_plate - - - - - ingotElectrumFlux - water;100 - - - redstonearsenal:material;1;128 - - - - - ingotTitaniumAluminide - water;100 - - - advancedrocketry:productplate - - - - - ingotBloodmasterMetal - water;100 - - - contenttweaker:material_part;1;42 - - - - - ingotDemonicSteel - water;100 - - - contenttweaker:material_part;1;1 - - - - - ingotThaumium - water;100 - - - thaumcraft:plate;1;2 - - - - - ingotSteel - water;100 - - - thermalfoundation:material;1;352 - - - - - ingotCarbon - water;100 - - - techreborn:plates;1;2 - - - - - ingotZinc - water;100 - - - railcraft:plate;1;10 - - - - - ingotElectrum - water;100 - - - thermalfoundation:material;1;353 - - - - - ingotDreadedSteel - water;100 - - - contenttweaker:material_part;1;58 - - - - - ingotTin - water;100 - - - thermalfoundation:material;1;321 - - - - - ingotNickel - water;100 - - - thermalfoundation:material;1;325 - - - - - ingotInvar - water;100 - - - thermalfoundation:material;1;354 - - - - - ingotSteadfastSteel - water;100 - - - contenttweaker:material_part;1;32 - - - - - ingotTitaniumIridium - water;100 - - - advancedrocketry:productplate;1;1 - - - - - ingotConstantan - water;100 - - - thermalfoundation:material;1;356 - - - - - ingotDestructiveSteel - water;100 - - - contenttweaker:material_part;1;17 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/SmallPlatePress.xml b/config - Copy/advRocketry/SmallPlatePress.xml deleted file mode 100644 index e86faa2c..00000000 --- a/config - Copy/advRocketry/SmallPlatePress.xml +++ /dev/null @@ -1,171 +0,0 @@ - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - XML recipes are being DEPRECATED soon. - This means that recipes registered via the XML for MACHINES will no longer work - To avoid issues that may arise from this, please either distribute a RESOURCE PACK - with relevant JSON recipes OR user Craft tweaker + Advanced rocketry tweaker (3rd party) - https://minecraft.curseforge.com/projects/advanced-rocketry-tweaker - - IMPORTANT NOTICE TO MODPACK MAKERS!!!! - - - - - FLUID NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - FLUID_NAME;SIZE - ITEM_NAME;SIZE;META - OREDICT_NAME;SIZE - - - - Can have Multiple In/Outputs - Some Machines can only Accept either Fluids or Items - - timeRequired="NUMBER" how long a Recipe takes, Unit is in Ticks. - power="NUMBER" how much Power the Recipes takes per Tick. Unit is in RF. - - The "useDefault" attribute will prevent loading of recipes if set to "false" - - - - - oreDilithium - - - libvulpes:productdust;2 - - - - - blockIron - - - libvulpes:productplate;4;1 - - - - - oreIron - - - libvulpes:productdust;2;1 - - - - - blockGold - - - libvulpes:productplate;4;2 - - - - - oreGold - - - libvulpes:productdust;2;2 - - - - - blockCopper - - - libvulpes:productplate;4;4 - - - - - oreCopper - - - libvulpes:productdust;2;4 - - - - - blockTin - - - libvulpes:productplate;4;5 - - - - - oreTin - - - libvulpes:productdust;2;5 - - - - - blockSteel - - - libvulpes:productplate;4;6 - - - - - blockTitanium - - - libvulpes:productplate;4;7 - - - - - blockAluminum - - - libvulpes:productplate;4;9 - - - - - oreAluminum - - - libvulpes:productdust;2;9 - - - - - blockIridium - - - libvulpes:productplate;4;10 - - - - - oreIridium - - - libvulpes:productdust;2;10 - - - - - blockTitaniumAluminide - - - advancedrocketry:productplate;4 - - - - - blockTitaniumIridium - - - advancedrocketry:productplate;4;1 - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/advancedRocketry.cfg b/config - Copy/advRocketry/advancedRocketry.cfg deleted file mode 100644 index c970a30e..00000000 --- a/config - Copy/advRocketry/advancedRocketry.cfg +++ /dev/null @@ -1,626 +0,0 @@ -# Configuration file - -asteroid { - D:miningMissionTmeMultiplier=1.0 - S:standardOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - > -} - - -black_hole_generator { - S:blackHoleTimings < - minecraft:stone;1 - minecraft:dirt;1 - minecraft:netherrack;1 - minecraft:cobblestone;1 - > - I:defaultBurnTime=500 -} - - -client { - # If true, allows players to experience nausea on non-standard atmosphere types - B:EnableAtmosphericNausea=true - - # If true, AR will use a custom skybox on planets - B:PlanetSkyOverride=true - - # If true, AR will use a custom skybox on space stations - B:StationSkyOverride=true - - # Advanced visual effects - B:advancedVFX=true - I:atmBarModeX=-1 - I:atmBarModeY=1 - I:atmBarX=8 - I:atmBarY=27 - - # Should Electric Mushrooms be able to spawn lightning - B:electricPlantsSpawnLightning=true - I:hydrogenBarModeX=0 - I:hydrogenBarModeY=1 - I:hydrogenBarX=-8 - I:hydrogenBarY=74 - B:lockUI=true - B:overworldSkyOverride=false - I:oxygenBarModeX=0 - I:oxygenBarModeY=1 - I:oxygenBarX=-8 - I:oxygenBarY=70 - I:suitPanelModeX=-1 - I:suitPanelModeY=-1 - I:suitPanelX=8 - I:suitPanelY=8 -} - - -"energy production" { - # Multiplier for the amount of energy produced by the microwave reciever - D:MicrowaveRecieverMultiplier=1.0 - - # Multiplier for the amount of power per tick the black hole generator should produce - I:blackHoleGeneratorMultiplier=1 - - # List of blocks and the amount of ticks they can power the black hole generator format: 'modname:block:meta;number_of_ticks' - S:blackHoleTimings < - minecraft:stone;1 - minecraft:dirt;1 - minecraft:netherrack;1 - minecraft:cobblestone;1 - > - - # List of blocks and the amount of ticks they can power the black hole generator format: 'modname:block:meta;number_of_ticks' - I:defaultBurnTime=500 - - # Amount of power per tick the solar generator should produce - I:solarGeneratorMultiplier=1 -} - - -gasmining { - D:gasMissionMultiplier=1.0 - S:harvestableGasses < - > -} - - -general { - B:EnableAtmosphericEffects=true - B:EnableAtmosphericNausea=true - - # Enables the laser drill machine - B:EnableLaserDrill=true - - # Enables terraforming items and blocks - B:EnableTerraforming=true - - # Power multiplier for the laser drill machine - D:LaserDrillPowerMultiplier=1.0 - D:MicrowaveRecieverMultiplier=1.0 - I:OrbitHeight=1000 - D:OxygenVentPowerMultiplier=1.0 - B:ResetOnlyOnce=false - I:SpaceStationBuildRadius=1024 - - # how many millibuckets/t are required to keep the terraformer running - I:TerraformerFluidConsumeRate=40 - - # Whether the Terraformer should consume fluids at all, independent of rate - B:TerraformerRequiresFluids=true - - # non-ar biomes from mods with custom world gen can not be decorated in terraforming. If you want fully decorated terraforming with only default biomes, set this to false - B:allowNonArBiomesInTerraforming=false - B:allowPlanetRespawn=false - B:allowTerraforming=true - - # If true dimensions not added by AR can be terraformed, including the overworld - B:allowTerraformingNonARWorlds=false - B:allowZeroGSpacestations=false - I:biomeUpdateSpeed=1 - I:blackHoleGeneratorMultiplier=1 - - # Multiplier for the energy hatch capacity - D:blockEnergyHatchCapacityMultiplier=1.0 - - # Multiplier for the liquid hatch (in/out) capacity - D:blockLiquidHatchCapacityMultiplier=1.0 - - # Multiplier for the pressurized tank's (block) capacity - D:blockTankCapacity=1.0 - - # Multiplier for the build speed of the Rocket Builder (0.5 is twice as fast 2 is half as fast - D:buildSpeedMultiplier=1.0 - - # Maximum gravity the crystalliser will function at. Use 0.0 to disable! - D:crystalliserMaximumGravity=0.0 - B:dropExtinguishedTorches=false - B:electricPlantsSpawnLightning=true - - # If false the gravity controller cannot be built or used - B:enableGravityMachine=true - S:entityAtmBypass < - > - B:experimentalSpaceFlight=false - B:forcePlanetRespawn=false - B:gravityAffectsFuels=true - - # Amount of force the jetpack provides with respect to gravity, 1 is the same acceleration as caused by Earth's gravity, 2 is 2x the acceleration caused by Earth's gravity, etc. To make jetpack only work on low gravity planets, simply set it to a value less than 1 - D:jetPackForce=1.3 - S:laserDrillOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - oreDiamond - oreDilithium - oreTitanium - oreIridium - oreAnglesite - oreBenitoite - oreMithril - oreArlemite - oreRealmite - oreRupee - oreBloodgem - oreNetherite - oreRosite - oreLimonite - oreRunium - oreAscendedAmethyst - oreAscendedJade - oreAscendedSapphire - oreAlchemicalMatter - > - B:laserDrillOres_blacklist=false - - # If true the orbital laser will actually mine blocks on the planet below - 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]] - S:lavaCentrifugeOutputs < - nuggetCopper:100 - nuggetIron:100 - nuggetTin:100 - nuggetLead:100 - nuggetSilver:100 - nuggetGold:75 - nuggetDiamond:10 - nuggetUranium:10 - nuggetIridium:1 - > - - # The power per tick required to process enriched lava [range: 0 ~ 999999, default: 10] - I:lavaCentrifugePower=10 - - # The time required to process 250mb of enriched lava [range: 0 ~ 999999, default: 50] - I:lavaCentrifugeTime=50 - - # If true the boots only protect the player on planets with low gravity - B:lowGravityBoots=false - - # If true the machines from AdvancedRocketry will produce things like plates/rods for other mods even if Advanced Rocketry itself does not use the material (This can increase load time) - B:makeMaterialsForOtherMods=false - I:maxBiomesPerPlanet=5 - D:oxygenVentConsumptionMultiplier=1.0 - B:planetsMustBeDiscovered=false - I:pointsPerDilithium=500 - - # setting this to true will force AR to read from the XML file in the config/advRocketry instead of the local data, intended for use pack developers to ensure updates are pushed through [default: false] - B:resetPlanetsFromXML=false - S:rocketBlockBlackList < - minecraft:portal - minecraft:bedrock - minecraft:snow_layer - minecraft:water - minecraft:flowing_water - minecraft:lava - minecraft:flowing_lava - > - - # Should the cutting machine be able to cut vanilla wood into planks - B:sawMillCutVanillaWood=true - B:scrubberRequiresCartrige=true - S:sealableBlockBlackList < - > - S:sealableBlockWhiteList < - > - I:solarGeneratorMultiplier=1 - - # Laser drill will not mine these dimension [default: ] - S:spaceLaserDimIdBlackList < - > - I:spaceStationId=-2 - I:spaceSuitO2Buffer=30 - I:terraformBlockPerTick=1 - - # Multplier for atmosphere change speed - D:terraformMult=1.0 - S:torchBlocks < - > - I:vacuumDamage=1 - D:warpTravelTime=1.0 -} - - -"mod interaction" { - B:OverrideGCAir=true -} - - -"ore generation" { - I:AluminumPerChunk=0 - I:AluminumPerClump=16 - I:CopperPerChunk=0 - I:CopperPerClump=6 - I:DilithiumPerChunk=0 - I:DilithiumPerChunkLuna=0 - I:DilithiumPerClump=16 - B:EnableOreGen=false - B:GenerateCopper=false - B:GenerateRutile=true - B:GenerateTin=false - I:IridiumPerChunk=0 - I:IridiumPerClump=16 - I:RutilePerChunk=0 - I:RutilePerClump=6 - I:TinPerChunk=0 - I:TinPerClump=6 - B:generateAluminum=false - B:generateCraters=false - B:generateDilithium=false - B:generateGeodes=false - B:generateIridium=false - B:generateVanillaStructures=false - B:generateVolcanos=true - I:geodeBaseSize=36 - S:geodeOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - > - B:geodeOres_blacklist=false - I:geodeVariation=24 -} - - -"oxygen system" { - # If true, allows players being hurt due to lack of oxygen and allows effects from non-standard atmosphere types - B:EnableAtmosphericEffects=true - - # If true Galacticcraft's air will be disabled entirely requiring use of Advanced Rocketry's Oxygen system on GC planets - B:OverrideGCAir=true - - # Power consumption multiplier for the oxygen vent - D:OxygenVentPowerMultiplier=1.0 - - # If true, breaking an extinguished torch will drop an extinguished torch instead of a vanilla torch - B:dropExtinguishedTorches=false - - # list entities which should not be affected by atmosphere properties [default: ] - S:entityAtmBypass < - > - - # Multiplier on how much O2 an oxygen vent consumes per tick - D:oxygenVentConsumptionMultiplier=1.0 - - # If true the Oxygen scrubbers require a consumable carbon collection cartridge - B:scrubberRequiresCartrige=true - - # Blocks that are automatically detected as sealable but should not seal. Format "Mod:Blockname" for example "minecraft:chest" [default: ] - S:sealableBlockBlackList < - > - - # Blocks that are not automatically detected as sealable but should seal. Format "Mod:Blockname" for example "minecraft:chest" [default: ] - S:sealableBlockWhiteList < - > - - # Maximum time in minutes that the spacesuit's internal buffer can store O2 for - I:spaceSuitO2Buffer=30 - - # Global multiplier for suit extra tank capacity - D:suitTankCapacity=1.0 - - # Mod:Blockname for example "minecraft:chest" [default: ] - S:torchBlocks < - > - - # Amount of damage taken every second in a vacuum - I:vacuumDamage=1 -} - - -performance { - B:advancedVFX=true - - # BitMask: 0: no threading, radius based; 1: threading, radius based (EXP); 2: no threading volume based; 3: threading volume based (EXP) - I:atmosphereCalculationMethod=3 - - # Radius of the O2 vent. if atmosphereCalculationMethod is 2 or 3 then max volume is calculated from this radius. WARNING: larger numbers can lead to lag - I:oxygenVentSize=32 -} - - -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 - minecraft:hell - 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 - > - - # 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 - advancedrocketry:crystalchasms - advancedrocketry:alien forest - minecraft:desert_hills - minecraft:mushroom_island - minecraft:extreme_hills - minecraft:ice_flats - > - - # If true players will respawn near beds on planets IF the spawn location is in a breathable atmosphere - B:allowPlanetRespawn=false - - # Prevents any vanilla biomes from spawning on planets [default: false] - B:blackListVanillaBiomes=false - - # If true players will respawn near beds on planets REGARDLESS of the spawn location being in a non-breathable atmosphere. Requires 'allowPlanetRespawn' being true. - B:forcePlanetRespawn=false - - # Maximum unique biomes per planet - I:maxBiomesPerPlanet=5 - - # Dimensions including and after this number are allowed to be made into planets [range: -127 ~ 8000, default: 2] - I:minDimension=2 - - # Chance of planet discovery in the warp ship monitor is not all planets are initially discoved, chance is 1/n - I:planetDiscoveryChance=3 - - # If true planets must be discovered in the warp controller before being visible - B:planetsMustBeDiscovered=false - - # Whether the planets should be reset from the config XML on this restart - B:resetPlanetsFromXML=false -} - - -"resource collection missions" { - # Multiplier for the amount of time gas collection missions take - D:gasMissionMultiplier=1.0 - - # list of fluid names that can be harvested as Gas from any gas giant [default: ] - S:harvestableGasses < - > - - # Multiplier changing how long a mining mission takes - D:miningMissionTmeMultiplier=1.0 - - # list of fluid names that can be spawned as a gas giant. Format is fluid;minGravity;maxGravity;chance [default: [hydrogen;125;1600;1.0], [helium;125;1600;0.9], [helium3;175;1600;0.2], [oxygen;0;124;1.0], [nitrogen;0;124;1.0], [ammonia;0;124;0.75], [methane;0;124;0.25]] - S:spawnableGasses < - hydrogen;125;1600;1.0 - helium;125;1600;0.9 - helium3;175;1600;0.2 - oxygen;0;124;1.0 - nitrogen;0;124;1.0 - ammonia;0;124;0.75 - methane;0;124;0.25 - > -} - - -rockets { - # Enables advanced weight system which computes rocket weight, including the handled inventories. Block weights are stores in weights.json - B:advancedWeightSystem=true - - # Enables advanced weight system for inventories - may not work with modded inventories (eg IE storage chests) - B:advancedWeightSystemInventories=false - - # The multiplier that asteroids should be considered as for TBI distance - D:asteroidTBIBurnMult=1.0 - - # Setting to false will disable the retrorockets that fire automatically on reentry on both player and automated rockets - B:autoRetroRockets=true - - # Set to false if rockets should not be able to be fueled by and and will require a fueling station - B:canBeFueledByHand=true - - # If true, rockets will be able to actually fly around space, EXPERIMENTAL - B:experimentalSpaceFlight=false - - # Multiplier for per-tank capacity - D:fuelCapacityMultiplier=1.0 - - # If true planets with higher gravity require more fuel and lower gravity would require less - B:gravityAffectsFuels=true - - # Every rocket usage every part has this probability to increase wear intensity - D:increaseWearIntensityProb=0.025 - - # If true rocket launches will kill plants, glass soil, turn rock into lava, and more - B:launchBlockDestruction=false - - # 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 - - # 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 - - # Enables rocket parts wear subsystem. Every rocket start it has probability to explode based on parts' wear intensities - B:partsWearSystem=true - - # List of fluid names for fluids that can be used as rocket bipropellant fuels - S:rocketBipropellants < - hydrogen - > - - # Mod:Blockname for example "minecraft:chest" [default: [minecraft:portal], [minecraft:bedrock], [minecraft:snow_layer], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava], [minecraft:fire], [advancedrocketry:rocketfire]] - S:rocketBlockBlackList < - minecraft:portal - minecraft:bedrock - minecraft:snow_layer - minecraft:water - minecraft:flowing_water - minecraft:lava - minecraft:flowing_lava - minecraft:fire - advancedrocketry:rocketfire - > - - # List of fluid names for fluids that can be used as rocket monopropellants - S:rocketFuels < - rocketfuel - rocket_fuel - > - - # List of fluid names for fluids that can be used as rocket nuclear working fluids - S:rocketNuclearWorkingFluids < - hydrogen - > - - # List of fluid names for fluids that can be used as rocket bipropellant oxidizers - S:rocketOxidizers < - oxygen - > - - # Set to false if rockets should not require fuel to fly - B:rocketsRequireFuel=true - - # How high the rocket has to go before it clears a space station and can enter its own orbit - WARNING: This property is not synced with orbitHeight and so will be displayed incorrectly on monitors if not equal to it. Burn length here is used by itself when launching from a station to either another station or the same station, or to the planet it is orbiting. it is used in conjunction with the TBI burn when launching to a moon or asteroid [range: 255 ~ 2147483647, default: 1000] - I:stationClearance=1000 - - # Multiplier for per-engine thrust - D:thrustMultiplier=1.0 - - # How long the burn for trans-body injection is - this is performed soley after entering orbit and is in blocks - WARNING: This property is not taken into account by any machines when determining whether the rocket is fit to fly or not - Rockets that can reach LEO and so are flightworthy may not make TBI and will fall back to the parent planet. When enabled, the burn sequence is [Burn to LEO], [TBI Burn] when launching from a planet to moons or asteroids; and the sequence is [Station clearance burn], [TBI Burn] when launching from a station to a moon or asteroid. This distance varies by object distance [range: 0 ~ 2147483647, default: 0] - I:transBodyInjection=0 - - # The multiplier that warp rocket flights should be considered as for TBI distance - D:warpTBIBurnMult=10.0 -} - - -"station configuration" { - # The largest size a space station can be. Should also be a power of 2 (512, 1024, 2048, 4096, ...). CAUTION: CHANGING THIS OPTION WILL DAMAGE EXISTING STATIONS!!! - I:SpaceStationBuildRadius=1024 - - # If true players will be able to completely disable gravity on spacestation. It's possible to get stuck and require a teleport, you have been warned! - B:allowZeroGSpacestations=false - - # How many units of fuel should each Dilithium Crystal give to warp ships - I:pointsPerDilithium=10 - - # Dimension ID to use for space stations - I:spaceStationId=-2 - - # Multiplier for warp travel time - D:warpTravelTime=1.0 -} - - -"world and ore generation" { - I:AluminumPerChunk=1 - I:AluminumPerClump=16 - I:CopperPerChunk=10 - I:CopperPerClump=6 - I:DilithiumPerChunk=1 - I:DilithiumPerChunkLuna=10 - I:DilithiumPerClump=16 - B:EnableOreGen=false - B:GenerateCopper=false - B:GenerateRutile=true - B:GenerateTin=false - I:IridiumPerChunk=1 - I:IridiumPerClump=16 - I:RutilePerChunk=6 - I:RutilePerClump=6 - I:TinPerChunk=10 - I:TinPerClump=6 - B:generateAluminum=false - - # If true then low pressure planets will have meteor craters. Note: setting this option to false overrides 'generageCraters' in the planetDefs.xml - B:generateCraters=false - B:generateDilithium=true - - # If true then ore-containing geodes are generated on high pressure planets - B:generateGeodes=true - B:generateIridium=false - - # Enable to allow structures like villages and mineshafts to generate on planets with a breathable atmosphere. Note, setting this to false will override 'generateStructures' in the planetDefs.xml [default: false] - B:generateVanillaStructures=false - - # If true then very hot planets planets will volcanos. Note: setting this option to false overrides 'generateVolcanos' in the planetDefs.xml - B:generateVolcanos=true - - # average size of the geodes - I:geodeBaseSize=36 - - # List of oredictionary names of ores allowed to spawn in geodes - S:geodeOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - oreAlchemicalMatter - > - - # True if the ores in geodeOres should be a blacklist, false for whitelist - B:geodeOres_blacklist=false - - # variation in geode size - I:geodeVariation=24 - - # List of oredictionary names of ores allowed to be mined by the laser drill if surface drilling is disabled. Ores can be specified by just the oreName: or by ::: where size is optional - S:laserDrillOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - oreDiamond - oreDilithium - oreTitanium - oreIridium - oreAnglesite - oreBenitoite - oreMithril - oreArlemite - oreRealmite - oreRupee - oreBloodgem - oreNetherite - oreRosite - oreLimonite - oreRunium - oreAscendedAmethyst - oreAscendedJade - oreAscendedSapphire - oreAlchemicalMatter - > - - # True if the ores in laserDrillOres should be a blacklist, false for whitelist. if set to false in combination with empty ore list it will crash the game - B:laserDrillOres_blacklist=false -} - - diff --git a/config - Copy/advRocketry/asteroidConfig.xml b/config - Copy/advRocketry/asteroidConfig.xml deleted file mode 100644 index 3d13bde9..00000000 --- a/config - Copy/advRocketry/asteroidConfig.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/oreConfig.xml b/config - Copy/advRocketry/oreConfig.xml deleted file mode 100644 index f55baa7b..00000000 --- a/config - Copy/advRocketry/oreConfig.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/config - Copy/advRocketry/planetDefs.txt b/config - Copy/advRocketry/planetDefs.txt deleted file mode 100644 index a8c73c45..00000000 --- a/config - Copy/advRocketry/planetDefs.txt +++ /dev/null @@ -1,421 +0,0 @@ - - - - true - 1.0,1.0,1.0 - 1.0,1.0,1.0 - 100 - 100 - 0 - 24000 - 100 - - true - 1.0,1.0,1.0 - 1.0,1.0,1.0 - 16 - 100 - 0 - 72000 - 0 - advancedrocketry:moon,advancedrocketry:moondark - - - - true - 0.5,0.0,0.5 - 0.5,0.0,0.5 - 80 - 75 - 800 - 0 - 10 - - - - 30000 - minecraft:mushroom_island - - - 0.0,0.2,0.9 - 0.0,0.2,0.9 - 20 - 55 - 900 - 0 - 5 - - - - - 60000 - minecraft:stone - advancedrocketry:crystalchasms - contenttweaker:sedna_artifact - - - 0.9,0.3,0.0 - 0.9,0.3,0.0 - 20 - 30 - 10 - 0 - 0 - - - - - 20000 - advancedrocketry:hotdryrock,nuclearcraft:nuclear_wasteland - - - 0.4,0.3,0.0 - 0.4,0.3,0.0 - 20 - 90 - 50 - 0 - 0 - - - - 20000 - minecraft:obsidian - advancedrocketry:hotdryrock - - - 0.9,0.1,0.1 - 0.9,0.1,0.1 - 100 - 90 - 150 - 0 - 0 - - - - 36000 - minecraft:stone - Minecraft:lava - minecraft:mesa_clear_rock,minecraft:mesa_rock,minecraft:ocean - - - true - 0.9,0.7,0.5 - 0.9,0.7,0.5 - 250 - hydrogen - fluid_methanol - - true - 0.0,0.0,1.0 - 0.0,0.0,1.0 - 130 - 8 - 0 - 72000 - 250 - biomesoplenty:glacier,iceandfire:glacier - - - true - 1.0,0.8,0.0 - 1.0,0.8,0.0 - 130 - 5 - 0 - 72000 - 120 - - - - nuclearcraft:nuclear_wasteland,biomesoplenty:wasteland - - - - true - true - 0.6,0.6,0.6 - 0.6,0.6,0.6 - 350 - hydrogen - helium - - - true - 0.0,0.1,0.9 - 0.0,0.1,0.9 - 500 - cryotheum - helium - - - true - 0.0,0.0,0.6 - 0.0,0.0,0.6 - 600 - cryotheum - helium - - - 0.9,0.3,0.0 - 0.9,0.3,0.0 - 0 - 10 - 700 - 0 - 30 - - - - 10000 - advancedrocketry:volcanicbarren - - true - 0.9,0.3,0.0 - 0.9,0.3,0.0 - 10 - 20 - 30 - 10000 - 0 - advancedrocketry:volcanicbarren - - - - - - - 0.0,0.9,0.0 - 0.0,0.9,0.0 - false - 160 - 100 - 350 - 0 - 10 - - - - 72000 - advancedrocketry:stormland - contenttweaker:tartarus_artifact - - - 0.1,0.0,0.0 - 0.1,0.0,0.0 - true - 0 - 200 - 50 - 0 - 0 - - - - 72000 - advancedrocketry:volcanic,advancedrocketry:volcanicbarren - contenttweaker:rhenia_artifact - - - 0.3,0.2,0.0 - 0.3,0.2,0.0 - true - 110 - 60 - 400 - 0 - 25 - - - - 72000 - advancedrocketry:alien forest,thaumcraft:magical_forest,biomesoplenty:cherry_blossom_grove - contenttweaker:myrmex_artifact - - - 0.1,0.8,0.3 - 0.1,0.8,0.3 - false - 100 - 100 - 440 - 0 - 0 - thaumcraft:giantbrainyzombie - aoa3:wood_giant - aoa3:leafy_giant - - - - 72000 - advancedrocketry:marsh,advancedrocketry:deepswamp,minecraft:swampland,biomesoplenty:bog,biomesoplenty:lush_swamp,twilightforest:twilight_swamp - contenttweaker:pixonia_artifact - - - 10 - 30 - 25 - 0 - 0 - 16000 - 2 - advancedrocketry:moon - contenttweaker:proxima_artifact - - - - - 100 - true - 0.9,0.0,0.9 - 0.0,0.0,0.9 - 100 - 200 - 0 - 0 - 100000000 - advancedrocketry:oceanspires,minecraft:deep_ocean - contenttweaker:dynatos_artifact - - - 100 - true - 0.1,0.6,0.0 - 0.1,0.6,0.0 - 10 - 250 - 0 - 0 - 100000 - biomesoplenty:quagmire - contenttweaker:dynatos_artifact - - - 120 - true - 0.9,0.0,0.1 - 0.9,0.0,0.1 - 100 - 300 - 0 - 0 - 144000 - thaumcraft:eldritch - contenttweaker:dynatos_artifact - - - 120 - true - 10 - 350 - 0 - 0 - 16000 - twilightforest:spooky_forest - contenttweaker:dynatos_artifact - - - 10 - 0.1,0.1,0.1 - 0.1,0.1,0.1 - 10 - 800 - 0 - 0 - contenttweaker:white_fuel - 10000 - advancedrocketry:moondark - contenttweaker:alkemia_artifact - - - - - 100 - 0.4,0.0,0.4 - 0.4,0.0,0.4 - 100 - 100 - 0 - 0 - 36000 - biomesoplenty:redwood_forest,minecraft:plains - contenttweaker:unreachable - - - 100 - 0.4,0.0,0.8 - 0.4,0.0,0.8 - 50 - 90 - 0 - 0 - 36000 - - - - - biomesoplenty:cherry_blossom_grove - contenttweaker:unreachable - - - 100 - 0.1,0.0,0.4 - 0.1,0.0,0.4 - 100 - 90 - 30 - 30 - 36000 - - - - biomesoplenty:woodland - contenttweaker:unreachable - - - 100 - 0.4,0.3,0.2 - 0.4,0.3,0.2 - 100 - 90 - 0 - 0 - 36000 - - - - biomesoplenty:woodland - contenttweaker:unreachable - - - 100 - 0.4,0.9,0.2 - 0.4,0.9,0.2 - 100 - 100 - 50 - 50 - 36000 - - - - minecraft:desert_hills - contenttweaker:unreachable - - - 0.9,0.0,0.9 - 0.9,0.0,0.9 - 130 - 100 - 105 - 30 - 30 - 38000 - contenttweaker:ender_dolomite - thermalfoundation:fluid_ender - advancedrocketry:moondark,minecraft:ocean - contenttweaker:unreachable - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/planetDefs.xml b/config - Copy/advRocketry/planetDefs.xml deleted file mode 100644 index f7063157..00000000 --- a/config - Copy/advRocketry/planetDefs.xml +++ /dev/null @@ -1,488 +0,0 @@ - - - - true - 1.0,1.0,1.0 - 1.0,1.0,1.0 - 100 - 100 - 0 - 24000 - 100 - - true - 1.0,1.0,1.0 - 1.0,1.0,1.0 - 16 - 100 - 0 - 72000 - 0 - advancedrocketry:moon,advancedrocketry:moondark - - - true - - - true - - - - true - 0.5,0.0,0.5 - 0.5,0.0,0.5 - 80 - 75 - 800 - 0 - 10 - - - - 30000 - minecraft:mushroom_island - - - 0.0,0.2,0.9 - 0.0,0.2,0.9 - 20 - 55 - 900 - 0 - 5 - - - - - 60000 - minecraft:stone - advancedrocketry:crystalchasms - contenttweaker:sedna_artifact - - - 0.9,0.3,0.0 - 0.9,0.3,0.0 - 20 - 30 - 10 - 0 - 0 - - - - - 20000 - advancedrocketry:hotdryrock,nuclearcraft:nuclear_wasteland - - - 0.4,0.3,0.0 - 0.4,0.3,0.0 - 20 - 90 - 50 - 0 - 0 - - - - 20000 - minecraft:obsidian - advancedrocketry:hotdryrock - - - 0.9,0.1,0.1 - 0.9,0.1,0.1 - 100 - 90 - 150 - 0 - 0 - - - - 36000 - minecraft:stone - Minecraft:lava - minecraft:mesa_clear_rock,minecraft:mesa_rock,minecraft:ocean - - - true - 0.9,0.7,0.5 - 0.9,0.7,0.5 - 250 - hydrogen - fluid_methanol - - true - 0.0,0.0,1.0 - 0.0,0.0,1.0 - 130 - 8 - 0 - 72000 - 250 - biomesoplenty:glacier,iceandfire:glacier - - - true - 1.0,0.8,0.0 - 1.0,0.8,0.0 - 130 - 5 - 0 - 72000 - 120 - - - - nuclearcraft:nuclear_wasteland,biomesoplenty:wasteland - - - - true - true - 0.6,0.6,0.6 - 0.6,0.6,0.6 - 350 - hydrogen - helium - - - true - 0.0,0.1,0.9 - 0.0,0.1,0.9 - 500 - cryotheum - helium - - - true - 0.0,0.0,0.6 - 0.0,0.0,0.6 - 600 - cryotheum - helium - - - 0.9,0.3,0.0 - 0.9,0.3,0.0 - 0 - 10 - 700 - 0 - 30 - - - - 10000 - advancedrocketry:volcanicbarren - - true - 0.9,0.3,0.0 - 0.9,0.3,0.0 - 10 - 20 - 30 - 10000 - 0 - advancedrocketry:volcanicbarren - - - - - - - 0.0,0.9,0.0 - 0.0,0.9,0.0 - false - 160 - 100 - 350 - 0 - 10 - 72000 - advancedrocketry:stormland - contenttweaker:tartarus_artifact - - - 0.1,0.0,0.0 - 0.1,0.0,0.0 - true - 0 - 200 - 50 - 0 - 0 - - - - 72000 - advancedrocketry:volcanic,advancedrocketry:volcanicbarren - contenttweaker:rhenia_artifact - - - 0.3,0.2,0.0 - 0.3,0.2,0.0 - true - 110 - 60 - 400 - 0 - 25 - - - - 72000 - advancedrocketry:alien_forest,thaumcraft:magical_forest,biomesoplenty:cherry_blossom_grove - contenttweaker:myrmex_artifact - - - 0.1,0.8,0.3 - 0.1,0.8,0.3 - false - 100 - 100 - 440 - 0 - 0 - thaumcraft:giantbrainyzombie - aoa3:wood_giant - aoa3:leafy_giant - - - - 72000 - advancedrocketry:marsh,advancedrocketry:deepswamp,minecraft:swampland,biomesoplenty:bog,biomesoplenty:lush_swamp,twilightforest:twilight_swamp - contenttweaker:pixonia_artifact - - - 10 - 30 - 25 - 0 - 0 - 16000 - 2 - advancedrocketry:moon - contenttweaker:proxima_artifact - - - - - 100 - true - 0.9,0.0,0.9 - 0.0,0.0,0.9 - 100 - 200 - 0 - 0 - 100000000 - advancedrocketry:oceanspires,minecraft:deep_ocean - contenttweaker:dynatos_artifact - - - 100 - true - 0.1,0.6,0.0 - 0.1,0.6,0.0 - 10 - 250 - 0 - 0 - 100000 - biomesoplenty:quagmire - contenttweaker:dynatos_artifact - - - 120 - true - 0.9,0.0,0.1 - 0.9,0.0,0.1 - 100 - 300 - 0 - 0 - 144000 - thaumcraft:eldritch - contenttweaker:dynatos_artifact - - - 120 - true - 10 - 350 - 0 - 0 - 16000 - twilightforest:spooky_forest - contenttweaker:dynatos_artifact - - - 10 - 0.1,0.1,0.1 - 0.1,0.1,0.1 - 10 - 800 - 0 - 0 - contenttweaker:white_fuel - 10000 - advancedrocketry:moondark - contenttweaker:alkemia_artifact - - - - - 100 - 0.4,0.0,0.4 - 0.4,0.0,0.4 - 100 - 100 - 0 - 0 - 36000 - biomesoplenty:redwood_forest,minecraft:plains - contenttweaker:unreachable - - - 100 - 0.4,0.0,0.8 - 0.4,0.0,0.8 - 50 - 90 - 0 - 0 - 36000 - - - - - biomesoplenty:cherry_blossom_grove - contenttweaker:unreachable - - - 100 - 0.1,0.0,0.4 - 0.1,0.0,0.4 - 100 - 90 - 30 - 30 - 36000 - - - - biomesoplenty:woodland - contenttweaker:unreachable - - - 100 - 0.4,0.3,0.2 - 0.4,0.3,0.2 - 100 - 90 - 0 - 0 - 36000 - - - - biomesoplenty:woodland - contenttweaker:unreachable - - - 100 - 0.4,0.9,0.2 - 0.4,0.9,0.2 - 100 - 100 - 50 - 50 - 36000 - - - - minecraft:desert_hills - contenttweaker:unreachable - - - 0.9,0.0,0.9 - 0.9,0.0,0.9 - 130 - 100 - 105 - 30 - 30 - 38000 - contenttweaker:ender_dolomite - thermalfoundation:fluid_ender - advancedrocketry:moondark,minecraft:ocean - contenttweaker:unreachable - - - - - - - - - - - - - - - - - - - - - 100 - true - 0.55,0.8,0.9 - 0.55,0.8,0.9 - 100 - 200 - false - 0 - 90 - 36000 - dimdoors:limbo - rftoolsdim:dimensional_blank_block - industrialforegoing:essence - contenttweaker:unreachable - - true - 0 - 50 - 72000 - - - true - 25 - 30 - 48000 - - - true - 35 - 40 - 52000 - - - true - 15 - 50 - 52000 - - - true - 55 - 30 - 32000 - - - - \ No newline at end of file diff --git a/config - Copy/advRocketry/weights.json b/config - Copy/advRocketry/weights.json deleted file mode 100644 index 6c9cb963..00000000 --- a/config - Copy/advRocketry/weights.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "individual": { - "advancedrocketry:bipropellantrocketmotor": 0.1, - "advancedrocketry:bipropellantfueltank": 0.1, - "advancedrocketry:fueltank": 0.1, - "advancedrocketry:spacestation": 0.1, - "advancedrocketry:seat": 0.1, - "advancedrocketry:advrocketmotor": 0.1, - "minecraft:cobblestone": 0.1, - "advancedrocketry:guidancecomputer": 0.1, - "advancedrocketry:spacestationchip": 0.1, - "advancedrocketry:loader": 0.1 - } -} \ No newline at end of file diff --git a/config - Copy/aether-dimension/biomes.txt b/config - Copy/aether-dimension/biomes.txt deleted file mode 100644 index 46c13c76..00000000 --- a/config - Copy/aether-dimension/biomes.txt +++ /dev/null @@ -1,2 +0,0 @@ -#Format is modId:biomeRegistryName=biomeWeight -#Example being minecraft:forest=100 \ No newline at end of file diff --git a/config - Copy/aether_legacy.cfg b/config - Copy/aether_legacy.cfg deleted file mode 100644 index 8959f27f..00000000 --- a/config - Copy/aether_legacy.cfg +++ /dev/null @@ -1,154 +0,0 @@ -# Configuration file - -general { - - dimension { - # Set the Dimension ID for the Aether. - # Min: 2 - # Max: 256 - I:aether_dimension_id=4 - } - - world_gen { - # Enables natural christmas decor all the time - B:christmas_time=false - - # Enables natural Pink Aercloud generation - B:pink_aerclouds=false - - # Enables natural christmas decor automatically during December and January. If christmas_time is enabled it'll override this. - B:seasonal_christmas=true - - # Enables naturally generating tallgrass - B:tallgrass_enabled=false - } - - visual_options { - # Determines whether the Aether b1.7.3 resource pack should be generated. - B:install_resourcepack=true - - # Changes whether the Altar should be named Enchanter or not. - B:legacy_altar_name=false - - # Changes Aether mobs to use their old models, if applicable - B:legacy_models=false - - # Enables the Aether Menu toggle button - B:menu_button=true - - # Enables the Aether Menu - B:menu_enabled=false - - # Disables the random trivia/tips you see during loading screens - B:trivia_disabled=true - - # Aerclouds will use their more saturated colors from later updates - B:updated_aercloud_colors=false - } - - gameplay_changes { - # Determines if the player will get an Aether Portal Frame item when first joining the world. - B:aether_start=false - - # Makes it so you have to eat Ambrosium, instead of just right clicking to heal - B:ambro_is_edible=false - - # Disables eternal day making time cycle in the Aether without having to kill the Sun Spirit. This is mainly intended for use in modpacks. - B:disable_eternal_day=false - - # Disables spawn of the Aether portal for use with portal being provided by another mod. - B:disable_portal=false - - # Disables startup loot when entering the Aether - B:disable_startup_loot=false - - # Enables the Golden Feather in dungeon loot - B:golden_feather=false - - # The max amount of life shards that can be used per player - I:max_life_shards=10 - - # If disabed, the Sun Spirit's dialog will only show once per world. - B:repeat_sun_spirit_dialog=true - - # If enabled, Aether Portals can only be lit by Skyroot Buckets - B:skyroot_bucket_only=true - - # Removes the requirement for a player to be an operator to use the Sun Altar in multiplayer. - B:sun_altar_multiplayer=false - - # Enables the Valkyrie Cape in dungeon loot - B:valkyrie_cape=false - } - - spawnrates { - # Adjusts spawnrate for the Aechor Plant. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:aechorplant_spawnrate=55 - - # Adjusts spawnrate for the Aerbunny. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:aerbunny_spawnrate=1 - - # Adjusts spawnrate for the Aerwhale. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:aerwhale_spawnrate=10000 - - # Adjusts spawnrate for the Cockatrice. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:cockatrice_spawnrate=45 - - # Adjusts spawnrate for the Flying Cow. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:flyingcow_spawnrate=1 - - # Adjusts spawnrate for the Moa. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:moa_spawnrate=1 - - # Adjusts spawnrate for the Phyg. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:phyg_spawnrate=1 - - # Adjusts spawnrate for the Sheepuff. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:sheepuff_spawnrate=1 - - # Adjusts spawnrate for the Swet. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:swet_spawnrate=40 - - # Adjusts spawnrate for the Whirlwind. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:whirlwind_spawnrate=55 - - # Adjusts spawnrate for the Zephyr. 1 is always, anything above that lessens the chances. - # Min: 1 - # Max: 10000 - I:zephyr_spawnrate=65 - } - - audio_options { - # Enables dimensional music - B:game_music=true - - # Enables menu music - B:menu_music=true - - # Pauses the music when a record is playing - B:pause_on_record=true - } - -} - - diff --git a/config - Copy/agricraft.cfg b/config - Copy/agricraft.cfg deleted file mode 100644 index a452a5ae..00000000 --- a/config - Copy/agricraft.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -debug { - # Set to true if you wish to enable debug mode - B:debug=false -} - - diff --git a/config - Copy/agricraft/config.cfg b/config - Copy/agricraft/config.cfg deleted file mode 100644 index 85428acf..00000000 --- a/config - Copy/agricraft/config.cfg +++ /dev/null @@ -1,190 +0,0 @@ -# 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 -} - - -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 - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_black_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_black_mutation.json deleted file mode 100644 index 14e0729f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_black_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_black_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:black_flower_plant", - "parent1": "botania:magenta_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_blue_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_blue_mutation.json deleted file mode 100644 index bb1723fd..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:blue_flower_plant", - "parent1": "botania:cyan_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_brown_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_brown_mutation.json deleted file mode 100644 index ece306ba..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_brown_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_brown_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:brown_flower_plant", - "parent1": "botania:yellow_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_cyan_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_cyan_mutation.json deleted file mode 100644 index 2747988b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_cyan_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_cyan_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:cyan_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "melon_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_gray_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_gray_mutation.json deleted file mode 100644 index 57c381e2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:gray_flower_plant", - "parent1": "botania:brown_flower_plant", - "parent2": "sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_green_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_green_mutation.json deleted file mode 100644 index 326ec545..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_green_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_green_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:green_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_light_blue_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_light_blue_mutation.json deleted file mode 100644 index 7eb01c78..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_light_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_light_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_blue_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_light_gray_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_light_gray_mutation.json deleted file mode 100644 index d2dde54c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_light_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_light_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_gray_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_lime_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_lime_mutation.json deleted file mode 100644 index a195e229..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_lime_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_lime_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:lime_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_magenta_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_magenta_mutation.json deleted file mode 100644 index 99b3b561..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_magenta_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_magenta_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:magenta_flower_plant", - "parent1": "botania:orange_flower_plant", - "parent2": "botania:purple_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_orange_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_orange_mutation.json deleted file mode 100644 index a09fc750..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_orange_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_orange_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:orange_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_pink_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_pink_mutation.json deleted file mode 100644 index 39a15e7f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_pink_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_pink_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:pink_flower_plant", - "parent1": "botania:purple_flower_plant", - "parent2": "botania:cyan_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_purple_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_purple_mutation.json deleted file mode 100644 index 26ffb5eb..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_purple_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_purple_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:purple_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_red_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_red_mutation.json deleted file mode 100644 index d70dd04e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_red_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_red_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:red_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:brown_flower_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_white_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_white_mutation.json deleted file mode 100644 index bbd28348..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_white_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_white_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:white_flower_plant", - "parent1": "wheat_plant", - "parent2": "melon_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_yellow_mutation.json b/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_yellow_mutation.json deleted file mode 100644 index 3524de61..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/mutations/botania_yellow_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_Botania/mutations/botania_yellow_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:yellow_flower_plant", - "parent1": "botania:white_flower_plant", - "parent2": "wheat_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_black_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_black_plant.json deleted file mode 100644 index 5ad04707..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_black_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_black_plant.json", - "enabled": true, - "id": "botania:black_flower_plant", - "plant_name": "Mystical Black Flower", - "seed_name": "Mystical Black Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as dark as the night." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 15, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_black", - "plant_textures": [ - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_blue_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_blue_plant.json deleted file mode 100644 index 804ac362..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_blue_plant.json", - "enabled": true, - "id": "botania:blue_flower_plant", - "plant_name": "Mystical Blue Flower", - "seed_name": "Mystical Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as blue as the sea." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_brown_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_brown_plant.json deleted file mode 100644 index c3df033c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_brown_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_brown_plant.json", - "enabled": true, - "id": "botania:brown_flower_plant", - "plant_name": "Mystical Brown Flower", - "seed_name": "Mystical Brown Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as brown as the dirt." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_brown", - "plant_textures": [ - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_cyan_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_cyan_plant.json deleted file mode 100644 index 0a27945d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_cyan_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_cyan_plant.json", - "enabled": true, - "id": "botania:cyan_flower_plant", - "plant_name": "Mystical Cyan Flower", - "seed_name": "Mystical Cyan Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower of indeterminate color, being both green and blue." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_cyan", - "plant_textures": [ - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_gray_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_gray_plant.json deleted file mode 100644 index f931bbe2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_gray_plant.json", - "enabled": true, - "id": "botania:gray_flower_plant", - "plant_name": "Mystical Gray Flower", - "seed_name": "Mystical Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet rather non-descript." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_green_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_green_plant.json deleted file mode 100644 index 94c18351..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_green_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_green_plant.json", - "enabled": true, - "id": "botania:green_flower_plant", - "plant_name": "Mystical Green Flower", - "seed_name": "Mystical Green Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "This flower seems to be envious of its other cousins with better descriptions." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_green", - "plant_textures": [ - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_light_blue_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_light_blue_plant.json deleted file mode 100644 index b3d7cc10..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_light_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_light_blue_plant.json", - "enabled": true, - "id": "botania:light_blue_flower_plant", - "plant_name": "Mystical Light Blue Flower", - "seed_name": "Mystical Light Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is blue as the sky on a sunny day." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_light_gray_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_light_gray_plant.json deleted file mode 100644 index 378e1e10..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_light_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_light_gray_plant.json", - "enabled": true, - "id": "botania:light_gray_flower_plant", - "plant_name": "Mystical Light Gray Flower", - "seed_name": "Mystical Light Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet even more non-descript than its cousin, the Mystical Gray Flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 8, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_lime_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_lime_plant.json deleted file mode 100644 index 5be11a35..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_lime_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_lime_plant.json", - "enabled": true, - "id": "botania:lime_flower_plant", - "plant_name": "Mystical Lime Flower", - "seed_name": "Mystical Lime Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "I wonder if this flower would taste sour?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_lime", - "plant_textures": [ - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_magenta_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_magenta_plant.json deleted file mode 100644 index c706b64e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_magenta_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_magenta_plant.json", - "enabled": true, - "id": "botania:magenta_flower_plant", - "plant_name": "Mystical Magenta Flower", - "seed_name": "Mystical Magenta Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, of color which my printer is always out." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_magenta", - "plant_textures": [ - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_orange_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_orange_plant.json deleted file mode 100644 index edac9570..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_orange_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_orange_plant.json", - "enabled": true, - "id": "botania:orange_flower_plant", - "plant_name": "Mystical Orange Flower", - "seed_name": "Mystical Orange Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a firey disposition." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_orange", - "plant_textures": [ - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_pink_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_pink_plant.json deleted file mode 100644 index 6dd3ea8e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_pink_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_pink_plant.json", - "enabled": true, - "id": "botania:pink_flower_plant", - "plant_name": "Mystical Pink Flower", - "seed_name": "Mystical Pink Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely beautiful flower, emanating the throes of a powerful primal force." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 6, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_pink", - "plant_textures": [ - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_purple_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_purple_plant.json deleted file mode 100644 index 6066169c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_purple_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_purple_plant.json", - "enabled": true, - "id": "botania:purple_flower_plant", - "plant_name": "Mystical Purple Flower", - "seed_name": "Mystical Purple Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a regal color, it certainly is of the royal lineage." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 10, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_purple", - "plant_textures": [ - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_red_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_red_plant.json deleted file mode 100644 index a74ed264..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_red_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_red_plant.json", - "enabled": true, - "id": "botania:red_flower_plant", - "plant_name": "Mystical Red Flower", - "seed_name": "Mystical Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a sanguine color." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_red", - "plant_textures": [ - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_white_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_white_plant.json deleted file mode 100644 index 3edee7f7..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_white_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_white_plant.json", - "enabled": true, - "id": "botania:white_flower_plant", - "plant_name": "Mystical White Flower", - "seed_name": "Mystical White Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A purely divine flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_white", - "plant_textures": [ - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_yellow_plant.json b/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_yellow_plant.json deleted file mode 100644 index 7a3f1b38..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/plants/botania_yellow_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_Botania/plants/botania_yellow_plant.json", - "enabled": true, - "id": "botania:yellow_flower_plant", - "plant_name": "Mystical Yellow Flower", - "seed_name": "Mystical Yellow Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Almost as bad as ragweed." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_yellow", - "plant_textures": [ - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_Botania/soils/podzol_soil.json b/config - Copy/agricraft/json/defaults/mod_Botania/soils/podzol_soil.json deleted file mode 100644 index 6a94d5bf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_Botania/soils/podzol_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_Botania/soils/podzol_soil.json", - "enabled": true, - "id": "podzol_soil", - "name": "podzol", - "varients": [ - { - "item": "minecraft:dirt", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/canola_plant.json b/config - Copy/agricraft/json/defaults/mod_actuallyadditions/canola_plant.json deleted file mode 100644 index 5eb9d0ca..00000000 --- a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/canola_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_actuallyadditions/canola_plant.json", - "enabled": true, - "id": "actuallyadditions:canola_plant", - "plant_name": "Canola", - "seed_name": "Canola Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Hola, canola! According to something called the internet, the term \u0027canola\u0027 is a contraction of \u0027Canada\u0027 and \u0027ola\u0027, meaning oil" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": false, - "item": "actuallyadditions:item_misc", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_canola_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_canola_stage_1", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json b/config - Copy/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json deleted file mode 100644 index fe41bd7c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/coffee_plant.json", - "enabled": true, - "id": "actuallyadditions:coffee_plant", - "plant_name": "Coffee", - "seed_name": "Coffee Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_coffee_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Do I really need to describe this one to you?" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_coffee_beans", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_coffee_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_coffee_stage_1", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_3", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_5", - "actuallyadditions:blocks/block_coffee_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/flax_plant.json b/config - Copy/agricraft/json/defaults/mod_actuallyadditions/flax_plant.json deleted file mode 100644 index e9190666..00000000 --- a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/flax_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/flax_plant.json", - "enabled": true, - "id": "actuallyadditions:flax_plant", - "plant_name": "Flax", - "seed_name": "Flax Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_flax_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The source of Linseed oil, as that makes total sense." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:string", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_flax_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_flax_stage_1", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_3", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_5", - "actuallyadditions:blocks/block_flax_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/rice_plant.json b/config - Copy/agricraft/json/defaults/mod_actuallyadditions/rice_plant.json deleted file mode 100644 index c34882af..00000000 --- a/config - Copy/agricraft/json/defaults/mod_actuallyadditions/rice_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/rice_plant.json", - "enabled": true, - "id": "actuallyadditions:rice_plant", - "plant_name": "Rice", - "seed_name": "Rice Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_rice_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rice, a grain that is a staple for many. While commonly associated with flooded rice paddies, rice does not have to grow in flooded plains, but often is." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_food", - "meta": 16, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "actuallyadditions:items/item_rice_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_rice_stage_1", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_3", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_5", - "actuallyadditions:blocks/block_rice_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/alubrass_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/alubrass_sprout_plant.json deleted file mode 100644 index 06d24747..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/alubrass_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/alubrass_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:alubrass_sprout_plant", - "plant_name": "Alubrass Crop", - "seed_name": "Alubrass Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:alubrass_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Alubrass Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:alubrass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/alubrass_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/alubrass_crop6", - "agriculturalexpansion:blocks/alubrass_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/aluminum_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/aluminum_sprout_plant.json deleted file mode 100644 index faff2b38..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/aluminum_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/aluminum_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:aluminum_sprout_plant", - "plant_name": "Aluminum Crop", - "seed_name": "Aluminum Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:aluminum_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:aluminum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/aluminum_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/aluminum_crop6", - "agriculturalexpansion:blocks/aluminum_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/amber_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/amber_sprout_plant.json deleted file mode 100644 index 439c6e92..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/amber_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/amber_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:amber_sprout_plant", - "plant_name": "Amber Crop", - "seed_name": "Amber Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:amber_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Amber Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:amber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/amber_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/amber_crop6", - "agriculturalexpansion:blocks/amber_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/apatite_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/apatite_sprout_plant.json deleted file mode 100644 index 51097e04..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/apatite_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/apatite_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:apatite_sprout_plant", - "plant_name": "Apatite Crop", - "seed_name": "Apatite Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:apatite_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Apatite Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:apatite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/apatite_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/apatite_crop6", - "agriculturalexpansion:blocks/apatite_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ardite_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ardite_sprout_plant.json deleted file mode 100644 index 852ad88a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ardite_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/ardite_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:ardite_sprout_plant", - "plant_name": "Ardite Crop", - "seed_name": "Ardite Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:ardite_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ardite Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:ardite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/ardite_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/ardite_crop6", - "agriculturalexpansion:blocks/ardite_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/blaze_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/blaze_sprout_plant.json deleted file mode 100644 index 62759b9e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/blaze_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/blaze_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:blaze_sprout_plant", - "plant_name": "Blaze Crop", - "seed_name": "Blaze Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:blaze_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blaze Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:blaze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/blaze_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/blaze_crop6", - "agriculturalexpansion:blocks/blaze_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/brass_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/brass_sprout_plant.json deleted file mode 100644 index 998c7624..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/brass_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/brass_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:brass_sprout_plant", - "plant_name": "Brass Crop", - "seed_name": "Brass Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:brass_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Brass Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/brass_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/brass_crop6", - "agriculturalexpansion:blocks/brass_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/bronze_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/bronze_sprout_plant.json deleted file mode 100644 index b5066d2e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/bronze_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/bronze_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:bronze_sprout_plant", - "plant_name": "Bronze Crop", - "seed_name": "Bronze Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:bronze_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bronze Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:bronze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/bronze_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/bronze_crop6", - "agriculturalexpansion:blocks/bronze_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/chicken_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/chicken_sprout_plant.json deleted file mode 100644 index d7a30c5a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/chicken_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/chicken_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:chicken_sprout_plant", - "plant_name": "Chicken Crop", - "seed_name": "Chicken Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:chicken_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chicken Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:chicken_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/chicken_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/chicken_crop6", - "agriculturalexpansion:blocks/chicken_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/coal_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/coal_sprout_plant.json deleted file mode 100644 index 03f111fb..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/coal_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/coal_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:coal_sprout_plant", - "plant_name": "Coal Crop", - "seed_name": "Coal Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:coal_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coal Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:coal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/coal_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/coal_crop6", - "agriculturalexpansion:blocks/coal_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/cobalt_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/cobalt_sprout_plant.json deleted file mode 100644 index 16958cb9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/cobalt_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/cobalt_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:cobalt_sprout_plant", - "plant_name": "Cobalt Crop", - "seed_name": "Cobalt Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:cobalt_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cobalt Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:cobalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/cobalt_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/cobalt_crop6", - "agriculturalexpansion:blocks/cobalt_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/copper_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/copper_sprout_plant.json deleted file mode 100644 index ec915ed3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/copper_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/copper_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:copper_sprout_plant", - "plant_name": "Copper Crop", - "seed_name": "Copper Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:copper_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Copper Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:copper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/copper_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/copper_crop6", - "agriculturalexpansion:blocks/copper_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/cow_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/cow_sprout_plant.json deleted file mode 100644 index 1e484540..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/cow_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/cow_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:cow_sprout_plant", - "plant_name": "Cow Crop", - "seed_name": "Cow Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:cow_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cow Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:cow_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/cow_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/cow_crop6", - "agriculturalexpansion:blocks/cow_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/creeper_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/creeper_sprout_plant.json deleted file mode 100644 index 31aff8d2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/creeper_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/creeper_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:creeper_sprout_plant", - "plant_name": "Creeper Crop", - "seed_name": "Creeper Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:creeper_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Creeper Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:creeper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/creeper_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/creeper_crop6", - "agriculturalexpansion:blocks/creeper_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/diamond_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/diamond_sprout_plant.json deleted file mode 100644 index 35db6fb3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/diamond_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/diamond_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:diamond_sprout_plant", - "plant_name": "Diamond Crop", - "seed_name": "Diamond Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:diamond_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Diamond Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:diamond_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/diamond_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/diamond_crop6", - "agriculturalexpansion:blocks/diamond_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/dye_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/dye_sprout_plant.json deleted file mode 100644 index 84ab687a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/dye_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/dye_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:dye_sprout_plant", - "plant_name": "Dye Crop", - "seed_name": "Dye Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:dye_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dye Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:dye_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/dye_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/dye_crop6", - "agriculturalexpansion:blocks/dye_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/earth_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/earth_sprout_plant.json deleted file mode 100644 index a26ae976..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/earth_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/earth_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:earth_sprout_plant", - "plant_name": "Earth Crop", - "seed_name": "Earth Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:earth_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Earth Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:earth_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/earth_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/earth_crop6", - "agriculturalexpansion:blocks/earth_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/electrum_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/electrum_sprout_plant.json deleted file mode 100644 index 5d0b5aa6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/electrum_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/electrum_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:electrum_sprout_plant", - "plant_name": "Electrum Crop", - "seed_name": "Electrum Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:electrum_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrum Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/electrum_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/electrum_crop6", - "agriculturalexpansion:blocks/electrum_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/emerald_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/emerald_sprout_plant.json deleted file mode 100644 index 0b78343d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/emerald_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/emerald_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:emerald_sprout_plant", - "plant_name": "Emerald Crop", - "seed_name": "Emerald Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:emerald_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Emerald Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:emerald_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/emerald_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/emerald_crop6", - "agriculturalexpansion:blocks/emerald_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/enderman_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/enderman_sprout_plant.json deleted file mode 100644 index c30cda7c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/enderman_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/enderman_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:enderman_sprout_plant", - "plant_name": "Enderman Crop", - "seed_name": "Enderman Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:enderman_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderman Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:enderman_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/enderman_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/enderman_crop6", - "agriculturalexpansion:blocks/enderman_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/experience_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/experience_sprout_plant.json deleted file mode 100644 index 719c77ed..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/experience_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/experience_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:experience_sprout_plant", - "plant_name": "Experience Crop", - "seed_name": "Experience Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:experience_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Experience Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:experience_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/experience_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/experience_crop6", - "agriculturalexpansion:blocks/experience_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/fire_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/fire_sprout_plant.json deleted file mode 100644 index e8b43200..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/fire_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/fire_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:fire_sprout_plant", - "plant_name": "Fire Crop", - "seed_name": "Fire Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:fire_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fire Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:fire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/fire_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/fire_crop6", - "agriculturalexpansion:blocks/fire_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ghast_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ghast_sprout_plant.json deleted file mode 100644 index e75893f1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ghast_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/ghast_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:ghast_sprout_plant", - "plant_name": "Ghast Crop", - "seed_name": "Ghast Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:ghast_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ghast Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:ghast_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/ghast_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/ghast_crop6", - "agriculturalexpansion:blocks/ghast_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/glowstone_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/glowstone_sprout_plant.json deleted file mode 100644 index 7d55941e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/glowstone_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/glowstone_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:glowstone_sprout_plant", - "plant_name": "Glowstone Crop", - "seed_name": "Glowstone Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:glowstone_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:glowstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/glowstone_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/glowstone_crop6", - "agriculturalexpansion:blocks/glowstone_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/gold_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/gold_sprout_plant.json deleted file mode 100644 index 8a5107cf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/gold_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/gold_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:gold_sprout_plant", - "plant_name": "Gold Crop", - "seed_name": "Gold Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:gold_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Gold Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:gold_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/gold_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/gold_crop6", - "agriculturalexpansion:blocks/gold_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/guardian_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/guardian_sprout_plant.json deleted file mode 100644 index 4f85f74c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/guardian_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/guardian_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:guardian_sprout_plant", - "plant_name": "Guardian Crop", - "seed_name": "Guardian Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:guardian_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Guardian Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:guardian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/guardian_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/guardian_crop6", - "agriculturalexpansion:blocks/guardian_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/invar_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/invar_sprout_plant.json deleted file mode 100644 index 79956d4a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/invar_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/invar_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:invar_sprout_plant", - "plant_name": "Invar Crop", - "seed_name": "Invar Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:invar_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Invar Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:invar_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/invar_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/invar_crop6", - "agriculturalexpansion:blocks/invar_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/iridium_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/iridium_sprout_plant.json deleted file mode 100644 index 3fa73c45..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/iridium_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/iridium_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:iridium_sprout_plant", - "plant_name": "Iridium Crop", - "seed_name": "Iridium Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:iridium_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:iridium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/iridium_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/iridium_crop6", - "agriculturalexpansion:blocks/iridium_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/iron_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/iron_sprout_plant.json deleted file mode 100644 index 79a00c05..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/iron_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/iron_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:iron_sprout_plant", - "plant_name": "Iron Crop", - "seed_name": "Iron Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:iron_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iron Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/iron_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/iron_crop6", - "agriculturalexpansion:blocks/iron_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/lapis_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/lapis_sprout_plant.json deleted file mode 100644 index dad0dd13..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/lapis_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/lapis_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:lapis_sprout_plant", - "plant_name": "Lapis Crop", - "seed_name": "Lapis Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:lapis_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lapis Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:lapis_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/lapis_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/lapis_crop6", - "agriculturalexpansion:blocks/lapis_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/lead_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/lead_sprout_plant.json deleted file mode 100644 index 4e762215..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/lead_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/lead_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:lead_sprout_plant", - "plant_name": "Lead Crop", - "seed_name": "Lead Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:lead_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lead Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:lead_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/lead_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/lead_crop6", - "agriculturalexpansion:blocks/lead_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/malachite_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/malachite_sprout_plant.json deleted file mode 100644 index 97425683..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/malachite_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/malachite_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:malachite_sprout_plant", - "plant_name": "Malachite Crop", - "seed_name": "Malachite Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:malachite_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Malachite Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:malachite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/malachite_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/malachite_crop6", - "agriculturalexpansion:blocks/malachite_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json deleted file mode 100644 index c8efe354..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:manyullyn_sprout_plant", - "plant_name": "Manyullyn Crop", - "seed_name": "Manyullyn Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:manyullyn_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manyullyn Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:manyullyn_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/manyullyn_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/manyullyn_crop6", - "agriculturalexpansion:blocks/manyullyn_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nature_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nature_sprout_plant.json deleted file mode 100644 index 4adaf4bc..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nature_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/nature_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:nature_sprout_plant", - "plant_name": "Nature Crop", - "seed_name": "Nature Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:nature_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nature Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:nature_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/nature_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/nature_crop6", - "agriculturalexpansion:blocks/nature_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nether_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nether_sprout_plant.json deleted file mode 100644 index 2ae0e212..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nether_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/nether_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:nether_sprout_plant", - "plant_name": "Nether Crop", - "seed_name": "Nether Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:nether_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:nether_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/nether_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/nether_crop6", - "agriculturalexpansion:blocks/nether_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nickel_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nickel_sprout_plant.json deleted file mode 100644 index 44e1d5e3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/nickel_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/nickel_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:nickel_sprout_plant", - "plant_name": "Nickel Crop", - "seed_name": "Nickel Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:nickel_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nickel Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:nickel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/nickel_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/nickel_crop6", - "agriculturalexpansion:blocks/nickel_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/peridot_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/peridot_sprout_plant.json deleted file mode 100644 index 05242d99..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/peridot_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/peridot_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:peridot_sprout_plant", - "plant_name": "Peridot Crop", - "seed_name": "Peridot Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:peridot_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peridot Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:peridot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/peridot_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/peridot_crop6", - "agriculturalexpansion:blocks/peridot_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/pig_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/pig_sprout_plant.json deleted file mode 100644 index 393776b6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/pig_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/pig_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:pig_sprout_plant", - "plant_name": "Pig Crop", - "seed_name": "Pig Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:pig_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pig Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:pig_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/pig_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/pig_crop6", - "agriculturalexpansion:blocks/pig_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/platinum_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/platinum_sprout_plant.json deleted file mode 100644 index 36bb3d09..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/platinum_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/platinum_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:platinum_sprout_plant", - "plant_name": "Platinum Crop", - "seed_name": "Platinum Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:platinum_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Platinum Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:platinum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/platinum_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/platinum_crop6", - "agriculturalexpansion:blocks/platinum_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/quartz_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/quartz_sprout_plant.json deleted file mode 100644 index 40890cde..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/quartz_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/quartz_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:quartz_sprout_plant", - "plant_name": "Quartz Crop", - "seed_name": "Quartz Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:quartz_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quartz Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/quartz_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/quartz_crop6", - "agriculturalexpansion:blocks/quartz_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/rabbit_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/rabbit_sprout_plant.json deleted file mode 100644 index 6a24e90c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/rabbit_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/rabbit_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:rabbit_sprout_plant", - "plant_name": "Rabbit Crop", - "seed_name": "Rabbit Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:rabbit_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:rabbit_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/rabbit_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/rabbit_crop6", - "agriculturalexpansion:blocks/rabbit_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/redstone_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/redstone_sprout_plant.json deleted file mode 100644 index 8f86696a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/redstone_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/redstone_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:redstone_sprout_plant", - "plant_name": "Redstone Crop", - "seed_name": "Redstone Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:redstone_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:redstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/redstone_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/redstone_crop6", - "agriculturalexpansion:blocks/redstone_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/resource_seed_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/resource_seed_plant.json deleted file mode 100644 index 2b5c6371..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/resource_seed_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/resource_seed_plant.json", - "enabled": true, - "id": "agriculturalexpansion:resource_seed_plant", - "plant_name": "Resource Crop", - "seed_name": "Resource Seed", - "seed_items": [ - { - "item": "agriculturalexpansion:resource_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Resource Seed." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:resource_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/resource_seed", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/resource_crop6", - "agriculturalexpansion:blocks/resource_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/rubber_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/rubber_sprout_plant.json deleted file mode 100644 index e7cad181..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/rubber_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/rubber_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:rubber_sprout_plant", - "plant_name": "Rubber Crop", - "seed_name": "Rubber Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:rubber_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rubber Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:rubber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/rubber_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/rubber_crop6", - "agriculturalexpansion:blocks/rubber_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ruby_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ruby_sprout_plant.json deleted file mode 100644 index 08c5fa4a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/ruby_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/ruby_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:ruby_sprout_plant", - "plant_name": "Ruby Crop", - "seed_name": "Ruby Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:ruby_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ruby Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:ruby_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/ruby_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/ruby_crop6", - "agriculturalexpansion:blocks/ruby_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/sapphire_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/sapphire_sprout_plant.json deleted file mode 100644 index 5e6d2438..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/sapphire_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/sapphire_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:sapphire_sprout_plant", - "plant_name": "Sapphire Crop", - "seed_name": "Sapphire Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:sapphire_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sapphire Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:sapphire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/sapphire_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/sapphire_crop6", - "agriculturalexpansion:blocks/sapphire_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/sheep_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/sheep_sprout_plant.json deleted file mode 100644 index f041f10e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/sheep_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/sheep_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:sheep_sprout_plant", - "plant_name": "Sheep Crop", - "seed_name": "Sheep Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:sheep_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sheep Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:sheep_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/sheep_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/sheep_crop6", - "agriculturalexpansion:blocks/sheep_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/silver_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/silver_sprout_plant.json deleted file mode 100644 index 6aaa4e42..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/silver_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/silver_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:silver_sprout_plant", - "plant_name": "Silver Crop", - "seed_name": "Silver Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:silver_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silver Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:silver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/silver_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/silver_crop6", - "agriculturalexpansion:blocks/silver_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/skeleton_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/skeleton_sprout_plant.json deleted file mode 100644 index f6bf3f55..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/skeleton_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/skeleton_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:skeleton_sprout_plant", - "plant_name": "Skeleton Crop", - "seed_name": "Skeleton Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:skeleton_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Skeleton Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/skeleton_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/skeleton_crop6", - "agriculturalexpansion:blocks/skeleton_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/slime_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/slime_sprout_plant.json deleted file mode 100644 index a49e1938..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/slime_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/slime_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:slime_sprout_plant", - "plant_name": "Slime Crop", - "seed_name": "Slime Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:slime_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slime Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:slime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/slime_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/slime_crop6", - "agriculturalexpansion:blocks/slime_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/spider_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/spider_sprout_plant.json deleted file mode 100644 index 7c89855d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/spider_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/spider_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:spider_sprout_plant", - "plant_name": "Spider Crop", - "seed_name": "Spider Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:spider_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spider Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:spider_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/spider_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/spider_crop6", - "agriculturalexpansion:blocks/spider_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/squid_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/squid_sprout_plant.json deleted file mode 100644 index 92dd8be9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/squid_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/squid_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:squid_sprout_plant", - "plant_name": "Squid Crop", - "seed_name": "Squid Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:squid_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Squid Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:squid_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/squid_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/squid_crop6", - "agriculturalexpansion:blocks/squid_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/steel_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/steel_sprout_plant.json deleted file mode 100644 index 68f47b5d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/steel_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/steel_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:steel_sprout_plant", - "plant_name": "Steel Crop", - "seed_name": "Steel Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:steel_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steel Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/steel_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/steel_crop6", - "agriculturalexpansion:blocks/steel_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json deleted file mode 100644 index 861db03a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:tanzanite_sprout_plant", - "plant_name": "Tanzanite Crop", - "seed_name": "Tanzanite Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:tanzanite_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tanzanite Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:tanzanite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/tanzanite_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/tanzanite_crop6", - "agriculturalexpansion:blocks/tanzanite_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tin_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tin_sprout_plant.json deleted file mode 100644 index cb7fc27c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tin_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/tin_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:tin_sprout_plant", - "plant_name": "Tin Crop", - "seed_name": "Tin Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:tin_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tin Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:tin_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/tin_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/tin_crop6", - "agriculturalexpansion:blocks/tin_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/titanium_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/titanium_sprout_plant.json deleted file mode 100644 index 468401ef..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/titanium_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/titanium_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:titanium_sprout_plant", - "plant_name": "Titanium Crop", - "seed_name": "Titanium Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:titanium_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Titanium Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:titanium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/titanium_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/titanium_crop6", - "agriculturalexpansion:blocks/titanium_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/topaz_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/topaz_sprout_plant.json deleted file mode 100644 index 87af1538..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/topaz_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/topaz_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:topaz_sprout_plant", - "plant_name": "Topaz Crop", - "seed_name": "Topaz Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:topaz_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Topaz Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/topaz_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/topaz_crop6", - "agriculturalexpansion:blocks/topaz_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tungsten_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tungsten_sprout_plant.json deleted file mode 100644 index 5d0753e0..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/tungsten_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/tungsten_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:tungsten_sprout_plant", - "plant_name": "Tungsten Crop", - "seed_name": "Tungsten Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:tungsten_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tungsten Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:tungsten_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/tungsten_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/tungsten_crop6", - "agriculturalexpansion:blocks/tungsten_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/water_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/water_sprout_plant.json deleted file mode 100644 index b12f1a0f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/water_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/water_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:water_sprout_plant", - "plant_name": "Water Crop", - "seed_name": "Water Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:water_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Water Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:water_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/water_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/water_crop6", - "agriculturalexpansion:blocks/water_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/wither_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/wither_sprout_plant.json deleted file mode 100644 index c6ce51d2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/wither_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/wither_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:wither_sprout_plant", - "plant_name": "Wither Crop", - "seed_name": "Wither Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:wither_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wither Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:wither_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/wither_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/wither_crop6", - "agriculturalexpansion:blocks/wither_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/zinc_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/zinc_sprout_plant.json deleted file mode 100644 index 1a0ec7c7..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/zinc_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/zinc_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:zinc_sprout_plant", - "plant_name": "Zinc Crop", - "seed_name": "Zinc Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:zinc_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zinc Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:zinc_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/zinc_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/zinc_crop6", - "agriculturalexpansion:blocks/zinc_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/zombie_sprout_plant.json b/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/zombie_sprout_plant.json deleted file mode 100644 index 8be199ee..00000000 --- a/config - Copy/agricraft/json/defaults/mod_agriculturalexpansion/plants/zombie_sprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_agriculturalexpansion/plants/zombie_sprout_plant.json", - "enabled": true, - "id": "agriculturalexpansion:zombie_sprout_plant", - "plant_name": "Zombie Crop", - "seed_name": "Zombie Sprout", - "seed_items": [ - { - "item": "agriculturalexpansion:zombie_sprout", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zombie Sprout." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "agriculturalexpansion:zombie_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agriculturalexpansion:items/zombie_sprout", - "plant_textures": [ - "agriculturalexpansion:blocks/crop0", - "agriculturalexpansion:blocks/crop1", - "agriculturalexpansion:blocks/crop2", - "agriculturalexpansion:blocks/crop3", - "agriculturalexpansion:blocks/crop4", - "agriculturalexpansion:blocks/crop5", - "agriculturalexpansion:blocks/zombie_crop6", - "agriculturalexpansion:blocks/zombie_crop7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_aum_plant.json b/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_aum_plant.json deleted file mode 100644 index 1b6db02d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_aum_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "mod_arsmagica2/plants/arsmagica2_aum_plant.json", - "enabled": true, - "id": "arsmagica2:aum_plant", - "plant_name": "Aum", - "seed_name": "Aum Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A flower with healing properties, Aums are a component in many spells. It can only grow next to Witchwood trees." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": true, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.01, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.5, - "required": true, - "item": "arsmagica2:aum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": -2, - "min_y": -2, - "min_z": -2, - "max_x": 2, - "max_y": 2, - "max_z": 2, - "item": "arsmagica2:witchwood_log", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seedAum", - "plant_textures": [ - "agricraft:blocks/cropAum1", - "agricraft:blocks/cropAum1", - "agricraft:blocks/cropAum1", - "agricraft:blocks/cropAum2", - "agricraft:blocks/cropAum2", - "agricraft:blocks/cropAum3", - "agricraft:blocks/cropAum3", - "agricraft:blocks/cropAum4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json b/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json deleted file mode 100644 index 365e8d30..00000000 --- a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json", - "enabled": true, - "id": "arsmagica2:cerublossom_plant", - "plant_name": "Cerublossom", - "seed_name": "Cerublossom Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Cerubloosom flowers thrive in lush, green enviroments. They were one of the first magical plants discovered, being used in potions and salves." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": true, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.01, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.5, - "required": true, - "item": "arsmagica2:cerublossom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seedCerublossom", - "plant_textures": [ - "agricraft:blocks/cropCerublossom1", - "agricraft:blocks/cropCerublossom1", - "agricraft:blocks/cropCerublossom1", - "agricraft:blocks/cropCerublossom2", - "agricraft:blocks/cropCerublossom2", - "agricraft:blocks/cropCerublossom3", - "agricraft:blocks/cropCerublossom3", - "agricraft:blocks/cropCerublossom4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json b/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json deleted file mode 100644 index 7cac393a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json", - "enabled": true, - "id": "arsmagica2:desert_nova_plant", - "plant_name": "Desert Nova", - "seed_name": "Desert Nova Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Desert Novas grow in dry conditions. They get their name from the small bursts of magic that they periodically emit." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": true, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.01, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.5, - "required": true, - "item": "arsmagica2:desert_nova", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seedDesertNova", - "plant_textures": [ - "agricraft:blocks/cropDesertNova1", - "agricraft:blocks/cropDesertNova1", - "agricraft:blocks/cropDesertNova1", - "agricraft:blocks/cropDesertNova2", - "agricraft:blocks/cropDesertNova2", - "agricraft:blocks/cropDesertNova3", - "agricraft:blocks/cropDesertNova3", - "agricraft:blocks/cropDesertNova4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_tarma_root_plant.json b/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_tarma_root_plant.json deleted file mode 100644 index b711bfa4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_tarma_root_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_arsmagica2/plants/arsmagica2_tarma_rooot_plant.json", - "enabled": true, - "id": "arsmagica2:tarma_rooot_plant", - "plant_name": "Tarma Roots", - "seed_name": "Tarma Root Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Lighter than it look and rooted in the air, Tarma Roots grow in caves and other dark places. It is an ingridient for spells and air essence." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": true, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.01, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.5, - "required": true, - "item": "arsmagica2:tarma_root", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "stone_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seedTarmaRoot", - "plant_textures": [ - "agricraft:blocks/cropTarmaRoot1", - "agricraft:blocks/cropTarmaRoot1", - "agricraft:blocks/cropTarmaRoot1", - "agricraft:blocks/cropTarmaRoot2", - "agricraft:blocks/cropTarmaRoot2", - "agricraft:blocks/cropTarmaRoot3", - "agricraft:blocks/cropTarmaRoot3", - "agricraft:blocks/cropTarmaRoot4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json b/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json deleted file mode 100644 index 07a55ed0..00000000 --- a/config - Copy/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json", - "enabled": true, - "id": "arsmagica2:wakebloom_plant", - "plant_name": "Wakebloom", - "seed_name": "Wakebloom Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Growing on the surface of water in warm climates, wakeblooms are used frequently in water-based spells." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": true, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.01, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.5, - "required": true, - "item": "arsmagica2:wakebloom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seedWakebloom", - "plant_textures": [ - "agricraft:blocks/cropWakebloom1", - "agricraft:blocks/cropWakebloom1", - "agricraft:blocks/cropWakebloom1", - "agricraft:blocks/cropWakebloom2", - "agricraft:blocks/cropWakebloom2", - "agricraft:blocks/cropWakebloom3", - "agricraft:blocks/cropWakebloom3", - "agricraft:blocks/cropWakebloom4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/loamy_farmland_soil.json deleted file mode 100644 index c66ccac4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/loamy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/loamy_farmland_soil.json", - "enabled": true, - "id": "loamy_farmland_soil", - "name": "Loamy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/sandy_farmland_soil.json deleted file mode 100644 index 42b51f6c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/sandy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/sandy_farmland_soil.json", - "enabled": true, - "id": "sandy_farmland_soil", - "name": "Sandy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 15, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/silty_farmland_soil.json b/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/silty_farmland_soil.json deleted file mode 100644 index 9170bb83..00000000 --- a/config - Copy/agricraft/json/defaults/mod_biomesoplenty/soils/silty_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/silty_farmland_soil.json", - "enabled": true, - "id": "silty_farmland_soil", - "name": "Silty Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json b/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json deleted file mode 100644 index 6dfea1d2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json", - "enabled": true, - "id": "fertilized_farmland_healthy_soil", - "name": "Fertilized Farmland (Healthy)", - "varients": [ - { - "item": "farmingforblockheads:fertilized_farmland_healthy", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json b/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json deleted file mode 100644 index d79e2592..00000000 --- a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json", - "enabled": true, - "id": "fertilized_farmland_healthy_stable_soil", - "name": "Fertilized Farmland (Healthy, Stable)", - "varients": [ - { - "item": "farmingforblockheads:fertilized_farmland_healthy_stable", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json b/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json deleted file mode 100644 index 1680f003..00000000 --- a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json", - "enabled": true, - "id": "fertilized_farmland_rich_soil", - "name": "Fertilized Farmland (Rich)", - "varients": [ - { - "item": "farmingforblockheads:fertilized_farmland_rich", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json b/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json deleted file mode 100644 index 66700152..00000000 --- a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json", - "enabled": true, - "id": "fertilized_farmland_rich_stable_soil", - "name": "Fertilized Farmland (Rich, Stable)", - "varients": [ - { - "item": "farmingforblockheads:fertilized_farmland_rich_stable", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json b/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json deleted file mode 100644 index 4c5e5cee..00000000 --- a/config - Copy/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json", - "enabled": true, - "id": "fertilized_farmland_stable_soil", - "name": "Fertilized Farmland (Stable)", - "varients": [ - { - "item": "farmingforblockheads:fertilized_farmland_stable", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/artichoke_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/artichoke_mutation.json deleted file mode 100644 index b1951ca8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/artichoke_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/artichoke_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:artichoke_plant", - "parent1": "harvestcraft:asparagus_plant", - "parent2": "harvestcraft:lettuce_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/asparagus_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/asparagus_mutation.json deleted file mode 100644 index cd73515a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/asparagus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/asparagus_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:asparagus_plant", - "parent1": "harvestcraft:scallion_plant", - "parent2": "harvestcraft:corn_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bambooshoot_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bambooshoot_mutation.json deleted file mode 100644 index 7b1ce448..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bambooshoot_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/bambooshoot_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:bambooshoot_plant", - "parent1": "harvestcraft:corn_plant", - "parent2": "harvestcraft:rice_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/barley_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/barley_mutation.json deleted file mode 100644 index f6c5a0d9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/barley_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/barley_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:barley_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bean_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bean_mutation.json deleted file mode 100644 index 9b11d322..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bean_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/bean_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:bean_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/beet_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/beet_mutation.json deleted file mode 100644 index 248c0604..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/beet_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/beet_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:beet_plant", - "parent1": "harvestcraft:radish_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bellpepper_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bellpepper_mutation.json deleted file mode 100644 index 6976289f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/bellpepper_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/bellpepper_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:bellpepper_plant", - "parent1": "harvestcraft:chilipepper_plant", - "parent2": "harvestcraft:spiceleaf_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/blackberry_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/blackberry_mutation.json deleted file mode 100644 index 700f14ba..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/blackberry_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/blackberry_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:blackberry_plant", - "parent1": "harvestcraft:strawberry_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/blueberry_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/blueberry_mutation.json deleted file mode 100644 index 0d6fa43e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/blueberry_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/blueberry_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:blueberry_plant", - "parent1": "harvestcraft:strawberry_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/broccoli_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/broccoli_mutation.json deleted file mode 100644 index ca968699..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/broccoli_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/broccoli_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:broccoli_plant", - "parent1": "harvestcraft:lettuce_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/brusselsprout_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/brusselsprout_mutation.json deleted file mode 100644 index 63a567be..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/brusselsprout_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/brusselsprout_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:brusselsprout_plant", - "parent1": "harvestcraft:cabbage_plant", - "parent2": "harvestcraft:peas_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cabbage_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cabbage_mutation.json deleted file mode 100644 index afd75ffc..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cabbage_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cabbage_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cabbage_plant", - "parent1": "harvestcraft:broccoli_plant", - "parent2": "harvestcraft:lettuce_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cactusfruit_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cactusfruit_mutation.json deleted file mode 100644 index fd921871..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cactusfruit_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cactusfruit_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cactusfruit_plant", - "parent1": "harvestcraft:kiwi_plant", - "parent2": "harvestcraft:bambooshoot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/candleberry_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/candleberry_mutation.json deleted file mode 100644 index d3714800..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/candleberry_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/candleberry_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:candleberry_plant", - "parent1": "harvestcraft:cactusfruit_plant", - "parent2": "harvestcraft:grape_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cantaloupe_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cantaloupe_mutation.json deleted file mode 100644 index 67cec2ce..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cantaloupe_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cantaloupe_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cantaloupe_plant", - "parent1": "vanilla:melon_plant", - "parent2": "harvestcraft:strawberry_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cauliflower_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cauliflower_mutation.json deleted file mode 100644 index 3785766c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cauliflower_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cauliflower_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cauliflower_plant", - "parent1": "harvestcraft:cabbage_plant", - "parent2": "harvestcraft:lettuce_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/celery_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/celery_mutation.json deleted file mode 100644 index 0c6be8c7..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/celery_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/celery_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:celery_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/chilipepper_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/chilipepper_mutation.json deleted file mode 100644 index fbb1bc1c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/chilipepper_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/chilipepper_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:chilipepper_plant", - "parent1": "harvestcraft:tomato_plant", - "parent2": "harvestcraft:onion_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/coffee_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/coffee_mutation.json deleted file mode 100644 index a0b4b246..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/coffee_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/coffee_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:coffee_plant", - "parent1": "harvestcraft:bean_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/corn_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/corn_mutation.json deleted file mode 100644 index 36a2d506..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/corn_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/corn_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:corn_plant", - "parent1": "harvestcraft:barley_plant", - "parent2": "harvestcraft:rye_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cotton_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cotton_mutation.json deleted file mode 100644 index d6e39216..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cotton_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cotton_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cotton_plant", - "parent1": "harvestcraft:barley_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cranberry_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cranberry_mutation.json deleted file mode 100644 index 60bc3074..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cranberry_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cranberry_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cranberry_plant", - "parent1": "harvestcraft:blueberry_plant", - "parent2": "harvestcraft:grape_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cucumber_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cucumber_mutation.json deleted file mode 100644 index 1ee7d432..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/cucumber_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/cucumber_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:cucumber_plant", - "parent1": "harvestcraft:peas_plant", - "parent2": "harvestcraft:okra_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/curryleaf_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/curryleaf_mutation.json deleted file mode 100644 index 2aeefe9f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/curryleaf_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/curryleaf_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:curryleaf_plant", - "parent1": "harvestcraft:spiceleaf_plant", - "parent2": "harvestcraft:mustard_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/eggplant_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/eggplant_mutation.json deleted file mode 100644 index 95a634b1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/eggplant_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/eggplant_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:eggplant_plant", - "parent1": "harvestcraft:zucchini_plant", - "parent2": "harvestcraft:tomato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/garlic_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/garlic_mutation.json deleted file mode 100644 index 3b9f21a6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/garlic_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/garlic_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:garlic_plant", - "parent1": "harvestcraft:onion_plant", - "parent2": "harvestcraft:ginger_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/ginger_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/ginger_mutation.json deleted file mode 100644 index 54af2828..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/ginger_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/ginger_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:ginger_plant", - "parent1": "harvestcraft:mustard_plant", - "parent2": "harvestcraft:peanut_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/grape_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/grape_mutation.json deleted file mode 100644 index 336d0833..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/grape_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/grape_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:grape_plant", - "parent1": "harvestcraft:blueberry_plant", - "parent2": "harvestcraft:cantaloupe_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/kiwi_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/kiwi_mutation.json deleted file mode 100644 index 4f3f6458..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/kiwi_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/kiwi_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:kiwi_plant", - "parent1": "harvestcraft:cantaloupe_plant", - "parent2": "harvestcraft:strawberry_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/leek_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/leek_mutation.json deleted file mode 100644 index dcfd9fe4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/leek_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/leek_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:leek_plant", - "parent1": "harvestcraft:scallion_plant", - "parent2": "harvestcraft:celery_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/lettuce_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/lettuce_mutation.json deleted file mode 100644 index 1ff57b2b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/lettuce_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/lettuce_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:lettuce_plant", - "parent1": "harvestcraft:soybean_plant", - "parent2": "harvestcraft:celery_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/mustard_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/mustard_mutation.json deleted file mode 100644 index 5f398ac8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/mustard_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/mustard_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:mustard_plant", - "parent1": "harvestcraft:chilipepper_plant", - "parent2": "harvestcraft:bean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/oats_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/oats_mutation.json deleted file mode 100644 index 4b16696c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/oats_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/oats_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:oats_plant", - "parent1": "harvestcraft:corn_plant", - "parent2": "harvestcraft:rice_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/okra_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/okra_mutation.json deleted file mode 100644 index fe151a86..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/okra_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/okra_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:okra_plant", - "parent1": "harvestcraft:bean_plant", - "parent2": "harvestcraft:leek_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/onion_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/onion_mutation.json deleted file mode 100644 index 54bf65a4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/onion_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/onion_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:onion_plant", - "parent1": "harvestcraft:celery_plant", - "parent2": "harvestcraft:brusselsprout_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/parsnip_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/parsnip_mutation.json deleted file mode 100644 index 76a8bea2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/parsnip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/parsnip_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:parsnip_plant", - "parent1": "vanilla:carrot_plant", - "parent2": "harvestcraft:beet_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/peanut_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/peanut_mutation.json deleted file mode 100644 index a3705193..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/peanut_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/peanut_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:peanut_plant", - "parent1": "harvestcraft:peas_plant", - "parent2": "harvestcraft:bambooshoot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/peas_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/peas_mutation.json deleted file mode 100644 index 4b6d86b9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/peas_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/peas_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:peas_plant", - "parent1": "harvestcraft:soybean_plant", - "parent2": "harvestcraft:okra_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/pineapple_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/pineapple_mutation.json deleted file mode 100644 index df03b920..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/pineapple_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/pineapple_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:pineapple_plant", - "parent1": "harvestcraft:bambooshoot_plant", - "parent2": "harvestcraft:cantaloupe_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/radish_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/radish_mutation.json deleted file mode 100644 index c7e856cc..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/radish_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/radish_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:radish_plant", - "parent1": "harvestcraft:tomato_plant", - "parent2": "harvestcraft:brusselsprout_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/raspberry_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/raspberry_mutation.json deleted file mode 100644 index 4721b6c5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/raspberry_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/raspberry_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:raspberry_plant", - "parent1": "harvestcraft:strawberry_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rhubarb_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rhubarb_mutation.json deleted file mode 100644 index 9ef807dc..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rhubarb_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/rhubarb_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:rhubarb_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "harvestcraft:lettuce_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rice_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rice_mutation.json deleted file mode 100644 index d50b2c5e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rice_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/rice_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:rice_plant", - "parent1": "harvestcraft:rye_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rutabaga_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rutabaga_mutation.json deleted file mode 100644 index afcc3b00..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rutabaga_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/rutabaga_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:rutabaga_plant", - "parent1": "harvestcraft:beet_plant", - "parent2": "harvestcraft:turnip_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rye_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rye_mutation.json deleted file mode 100644 index 86e495a9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/rye_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/rye_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:rye_plant", - "parent1": "harvestcraft:barley_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/scallion_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/scallion_mutation.json deleted file mode 100644 index a4562cdf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/scallion_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/scallion_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:scallion_plant", - "parent1": "vanilla:carrot_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/seaweed_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/seaweed_mutation.json deleted file mode 100644 index d25cb1d6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/seaweed_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/seaweed_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:seaweed_plant", - "parent1": "harvestcraft:lettuce_plant", - "parent2": "harvestcraft:celery_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/sesameseeds_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/sesameseeds_mutation.json deleted file mode 100644 index ff5ce928..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/sesameseeds_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/sesameseeds_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:sesameseed_plant", - "parent1": "harvestcraft:rice_plant", - "parent2": "harvestcraft:coffee_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/soybean_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/soybean_mutation.json deleted file mode 100644 index 006ea624..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/soybean_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/soybean_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:soybean_plant", - "parent1": "harvestcraft:bean_plant", - "parent2": "harvestcraft:rice_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/spiceleaf_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/spiceleaf_mutation.json deleted file mode 100644 index 4f0601b1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/spiceleaf_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/spiceleaf_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:spiceleaf_plant", - "parent1": "harvestcraft:tea_plant", - "parent2": "harvestcraft:chilipepper_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/spinach_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/spinach_mutation.json deleted file mode 100644 index 206c5433..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/spinach_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/spinach_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:spinach_plant", - "parent1": "harvestcraft:lettuce_plant", - "parent2": "vanilla:cactus_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/strawberry_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/strawberry_mutation.json deleted file mode 100644 index edf215d2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/strawberry_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/strawberry_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:strawberry_plant", - "parent1": "harvestcraft:radish_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/sweetpotato_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/sweetpotato_mutation.json deleted file mode 100644 index b58ce024..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/sweetpotato_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/sweetpotato_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:sweetpotato_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/tea_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/tea_mutation.json deleted file mode 100644 index 20c70f59..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/tea_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/tea_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:tea_plant", - "parent1": "harvestcraft:seaweed_plant", - "parent2": "harvestcraft:soybean_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/tomato_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/tomato_mutation.json deleted file mode 100644 index 37fbbc76..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/tomato_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/tomato_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:tomato_plant", - "parent1": "harvestcraft:sweetpotato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/turnip_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/turnip_mutation.json deleted file mode 100644 index 77e6f81b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/turnip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/turnip_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:turnip_plant", - "parent1": "harvestcraft:parsnip_plant", - "parent2": "harvestcraft:radish_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/waterchestnut_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/waterchestnut_mutation.json deleted file mode 100644 index 4181e473..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/waterchestnut_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/waterchestnut_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:waterchestnut_plant", - "parent1": "harvestcraft:sesameseed_plant", - "parent2": "harvestcraft:seaweed_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/whitemushroom_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/whitemushroom_mutation.json deleted file mode 100644 index 90df57e6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/whitemushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/whitemushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:whitemushroom_plant", - "parent1": "vanilla:red_mushroom_plant", - "parent2": "vanilla:brown_mushroom_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/wintersquash_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/wintersquash_mutation.json deleted file mode 100644 index 6236120b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/wintersquash_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/wintersquash_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:wintersquash_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "harvestcraft:zucchini_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/zucchini_mutation.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/zucchini_mutation.json deleted file mode 100644 index 4138f31a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/mutations/zucchini_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_harvestcraft/mutations/zucchini_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "harvestcraft:zucchini_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "harvestcraft:cucumber_plant" -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/agave_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/agave_plant.json deleted file mode 100644 index 0ef4da58..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/agave_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/agave_plant.json", - "enabled": true, - "id": "harvestcraft:agave_plant", - "plant_name": "Agave", - "seed_name": "Agave Seeds", - "seed_items": [ - { - "item": "harvestcraft:agaveseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Agave Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:agaveitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/agaveseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/agave_stage_0", - "harvestcraft:blocks/crops/agave_stage_0", - "harvestcraft:blocks/crops/agave_stage_0", - "harvestcraft:blocks/crops/agave_stage_1", - "harvestcraft:blocks/crops/agave_stage_1", - "harvestcraft:blocks/crops/agave_stage_2", - "harvestcraft:blocks/crops/agave_stage_2", - "harvestcraft:blocks/crops/agave_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/amaranth_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/amaranth_plant.json deleted file mode 100644 index 532c528a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/amaranth_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/amaranth_plant.json", - "enabled": true, - "id": "harvestcraft:amaranth_plant", - "plant_name": "Amaranth", - "seed_name": "Amaranth Seeds", - "seed_items": [ - { - "item": "harvestcraft:amaranthseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Amaranth Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:amaranthitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/amaranthseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/amaranth_stage_0", - "harvestcraft:blocks/crops/amaranth_stage_0", - "harvestcraft:blocks/crops/amaranth_stage_0", - "harvestcraft:blocks/crops/amaranth_stage_1", - "harvestcraft:blocks/crops/amaranth_stage_1", - "harvestcraft:blocks/crops/amaranth_stage_2", - "harvestcraft:blocks/crops/amaranth_stage_2", - "harvestcraft:blocks/crops/amaranth_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/arrowroot_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/arrowroot_plant.json deleted file mode 100644 index 63f07679..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/arrowroot_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/arrowroot_plant.json", - "enabled": true, - "id": "harvestcraft:arrowroot_plant", - "plant_name": "Arrowroot", - "seed_name": "Arrowroot Seeds", - "seed_items": [ - { - "item": "harvestcraft:arrowrootseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Arrowroot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:arrowrootitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/arrowrootseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/arrowroot_stage_0", - "harvestcraft:blocks/crops/arrowroot_stage_0", - "harvestcraft:blocks/crops/arrowroot_stage_0", - "harvestcraft:blocks/crops/arrowroot_stage_1", - "harvestcraft:blocks/crops/arrowroot_stage_1", - "harvestcraft:blocks/crops/arrowroot_stage_2", - "harvestcraft:blocks/crops/arrowroot_stage_2", - "harvestcraft:blocks/crops/arrowroot_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/artichoke_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/artichoke_plant.json deleted file mode 100644 index 6de46c83..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/artichoke_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/artichoke_plant.json", - "enabled": true, - "id": "harvestcraft:artichoke_plant", - "plant_name": "Artichoke", - "seed_name": "Artichoke Seeds", - "seed_items": [ - { - "item": "harvestcraft:artichokeseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Artichoke Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:artichokeitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/artichokeseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/artichoke_stage_0", - "harvestcraft:blocks/crops/artichoke_stage_0", - "harvestcraft:blocks/crops/artichoke_stage_0", - "harvestcraft:blocks/crops/artichoke_stage_1", - "harvestcraft:blocks/crops/artichoke_stage_1", - "harvestcraft:blocks/crops/artichoke_stage_2", - "harvestcraft:blocks/crops/artichoke_stage_2", - "harvestcraft:blocks/crops/artichoke_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/asparagus_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/asparagus_plant.json deleted file mode 100644 index d5334a4d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/asparagus_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/asparagus_plant.json", - "enabled": true, - "id": "harvestcraft:asparagus_plant", - "plant_name": "Asparagus", - "seed_name": "Asparagus Seeds", - "seed_items": [ - { - "item": "harvestcraft:asparagusseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Asparagus Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:asparagusitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/asparagusseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/asparagus_stage_0", - "harvestcraft:blocks/crops/asparagus_stage_0", - "harvestcraft:blocks/crops/asparagus_stage_0", - "harvestcraft:blocks/crops/asparagus_stage_1", - "harvestcraft:blocks/crops/asparagus_stage_1", - "harvestcraft:blocks/crops/asparagus_stage_2", - "harvestcraft:blocks/crops/asparagus_stage_2", - "harvestcraft:blocks/crops/asparagus_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bambooshoot_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bambooshoot_plant.json deleted file mode 100644 index 8d375023..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bambooshoot_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/bambooshoot_plant.json", - "enabled": true, - "id": "harvestcraft:bambooshoot_plant", - "plant_name": "Bamboo Shoot", - "seed_name": "Bamboo Shoot Seeds", - "seed_items": [ - { - "item": "harvestcraft:bambooshootseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bamboo Shoot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:bambooshootitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/bambooshootitem", - "plant_textures": [ - "harvestcraft:blocks/crops/bambooshoot_stage_0", - "harvestcraft:blocks/crops/bambooshoot_stage_0", - "harvestcraft:blocks/crops/bambooshoot_stage_0", - "harvestcraft:blocks/crops/bambooshoot_stage_1", - "harvestcraft:blocks/crops/bambooshoot_stage_1", - "harvestcraft:blocks/crops/bambooshoot_stage_2", - "harvestcraft:blocks/crops/bambooshoot_stage_2", - "harvestcraft:blocks/crops/bambooshoot_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/barley_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/barley_plant.json deleted file mode 100644 index e0d8c4e1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/barley_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/barley_plant.json", - "enabled": true, - "id": "harvestcraft:barley_plant", - "plant_name": "Barley", - "seed_name": "Barley Seeds", - "seed_items": [ - { - "item": "harvestcraft:barleyseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Barley Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:barleyitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/barleyitem", - "plant_textures": [ - "harvestcraft:blocks/crops/barley_stage_0", - "harvestcraft:blocks/crops/barley_stage_0", - "harvestcraft:blocks/crops/barley_stage_0", - "harvestcraft:blocks/crops/barley_stage_1", - "harvestcraft:blocks/crops/barley_stage_1", - "harvestcraft:blocks/crops/barley_stage_2", - "harvestcraft:blocks/crops/barley_stage_2", - "harvestcraft:blocks/crops/barley_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bean_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bean_plant.json deleted file mode 100644 index 888f70b9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bean_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/bean_plant.json", - "enabled": true, - "id": "harvestcraft:bean_plant", - "plant_name": "Bean", - "seed_name": "Bean Seeds", - "seed_items": [ - { - "item": "harvestcraft:beanseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bean Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:beanitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/beanitem", - "plant_textures": [ - "harvestcraft:blocks/crops/bean_stage_0", - "harvestcraft:blocks/crops/bean_stage_0", - "harvestcraft:blocks/crops/bean_stage_0", - "harvestcraft:blocks/crops/bean_stage_1", - "harvestcraft:blocks/crops/bean_stage_1", - "harvestcraft:blocks/crops/bean_stage_2", - "harvestcraft:blocks/crops/bean_stage_2", - "harvestcraft:blocks/crops/bean_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/beet_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/beet_plant.json deleted file mode 100644 index f77580f6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/beet_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/beet_plant.json", - "enabled": true, - "id": "harvestcraft:beet_plant", - "plant_name": "Beet", - "seed_name": "Beet Seeds", - "seed_items": [ - { - "item": "harvestcraft:beetseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Beet Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:beetitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/beetitem", - "plant_textures": [ - "harvestcraft:blocks/crops/beet_stage_0", - "harvestcraft:blocks/crops/beet_stage_0", - "harvestcraft:blocks/crops/beet_stage_0", - "harvestcraft:blocks/crops/beet_stage_1", - "harvestcraft:blocks/crops/beet_stage_1", - "harvestcraft:blocks/crops/beet_stage_2", - "harvestcraft:blocks/crops/beet_stage_2", - "harvestcraft:blocks/crops/beet_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bellpepper_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bellpepper_plant.json deleted file mode 100644 index 866dd7fe..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/bellpepper_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/bellpepper_plant.json", - "enabled": true, - "id": "harvestcraft:bellpepper_plant", - "plant_name": "Bellpepper", - "seed_name": "Bellpepper Seeds", - "seed_items": [ - { - "item": "harvestcraft:bellpepperseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bellpepper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:bellpepperitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/bellpepperitem", - "plant_textures": [ - "harvestcraft:blocks/crops/bellpepper_stage_0", - "harvestcraft:blocks/crops/bellpepper_stage_0", - "harvestcraft:blocks/crops/bellpepper_stage_0", - "harvestcraft:blocks/crops/bellpepper_stage_1", - "harvestcraft:blocks/crops/bellpepper_stage_1", - "harvestcraft:blocks/crops/bellpepper_stage_2", - "harvestcraft:blocks/crops/bellpepper_stage_2", - "harvestcraft:blocks/crops/bellpepper_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/blackberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/blackberry_plant.json deleted file mode 100644 index ab6057e0..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/blackberry_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/blackberry_plant.json", - "enabled": true, - "id": "harvestcraft:blackberry_plant", - "plant_name": "Blackberry", - "seed_name": "Blackberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:blackberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blackberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:blackberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/blackberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/blackberry_stage_0", - "harvestcraft:blocks/crops/blackberry_stage_0", - "harvestcraft:blocks/crops/blackberry_stage_0", - "harvestcraft:blocks/crops/blackberry_stage_1", - "harvestcraft:blocks/crops/blackberry_stage_1", - "harvestcraft:blocks/crops/blackberry_stage_2", - "harvestcraft:blocks/crops/blackberry_stage_2", - "harvestcraft:blocks/crops/blackberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/blueberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/blueberry_plant.json deleted file mode 100644 index f89d33b6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/blueberry_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/blueberry_plant.json", - "enabled": true, - "id": "harvestcraft:blueberry_plant", - "plant_name": "Blueberry", - "seed_name": "Blueberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:blueberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blueberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:blueberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/blueberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/blueberry_stage_0", - "harvestcraft:blocks/crops/blueberry_stage_0", - "harvestcraft:blocks/crops/blueberry_stage_0", - "harvestcraft:blocks/crops/blueberry_stage_1", - "harvestcraft:blocks/crops/blueberry_stage_1", - "harvestcraft:blocks/crops/blueberry_stage_2", - "harvestcraft:blocks/crops/blueberry_stage_2", - "harvestcraft:blocks/crops/blueberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/broccoli_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/broccoli_plant.json deleted file mode 100644 index ff2ded1c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/broccoli_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/broccoli_plant.json", - "enabled": true, - "id": "harvestcraft:broccoli_plant", - "plant_name": "Broccoli", - "seed_name": "Broccoli Seeds", - "seed_items": [ - { - "item": "harvestcraft:broccoliseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Broccoli Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:broccoliitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/broccoliitem", - "plant_textures": [ - "harvestcraft:blocks/crops/broccoli_stage_0", - "harvestcraft:blocks/crops/broccoli_stage_0", - "harvestcraft:blocks/crops/broccoli_stage_0", - "harvestcraft:blocks/crops/broccoli_stage_1", - "harvestcraft:blocks/crops/broccoli_stage_1", - "harvestcraft:blocks/crops/broccoli_stage_2", - "harvestcraft:blocks/crops/broccoli_stage_2", - "harvestcraft:blocks/crops/broccoli_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/brusselsprout_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/brusselsprout_plant.json deleted file mode 100644 index 309886ae..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/brusselsprout_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/brusselsprout_plant.json", - "enabled": true, - "id": "harvestcraft:brusselsprout_plant", - "plant_name": "Brussel Sprout", - "seed_name": "Brussel Sprout Seeds", - "seed_items": [ - { - "item": "harvestcraft:brusselsproutseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Brussel Sprout Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:brusselsproutitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/brusselsproutitem", - "plant_textures": [ - "harvestcraft:blocks/crops/brusselsprout_stage_0", - "harvestcraft:blocks/crops/brusselsprout_stage_0", - "harvestcraft:blocks/crops/brusselsprout_stage_0", - "harvestcraft:blocks/crops/brusselsprout_stage_1", - "harvestcraft:blocks/crops/brusselsprout_stage_1", - "harvestcraft:blocks/crops/brusselsprout_stage_2", - "harvestcraft:blocks/crops/brusselsprout_stage_2", - "harvestcraft:blocks/crops/brusselsprout_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cabbage_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cabbage_plant.json deleted file mode 100644 index 98469ee1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cabbage_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cabbage_plant.json", - "enabled": true, - "id": "harvestcraft:cabbage_plant", - "plant_name": "Cabbage", - "seed_name": "Cabbage Seeds", - "seed_items": [ - { - "item": "harvestcraft:cabbageseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cabbage Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cabbageitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cabbageitem", - "plant_textures": [ - "harvestcraft:blocks/crops/cabbage_stage_0", - "harvestcraft:blocks/crops/cabbage_stage_0", - "harvestcraft:blocks/crops/cabbage_stage_0", - "harvestcraft:blocks/crops/cabbage_stage_1", - "harvestcraft:blocks/crops/cabbage_stage_1", - "harvestcraft:blocks/crops/cabbage_stage_2", - "harvestcraft:blocks/crops/cabbage_stage_2", - "harvestcraft:blocks/crops/cabbage_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cactusfruit_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cactusfruit_plant.json deleted file mode 100644 index e3d89eab..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cactusfruit_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cactusfruit_plant.json", - "enabled": true, - "id": "harvestcraft:cactusfruit_plant", - "plant_name": "Cactus Fruit", - "seed_name": "Cactus Fruit Seeds", - "seed_items": [ - { - "item": "harvestcraft:cactusfruitseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cactus Fruit Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cactusfruititem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cactusfruititem", - "plant_textures": [ - "harvestcraft:blocks/crops/cactusfruit_stage_0", - "harvestcraft:blocks/crops/cactusfruit_stage_0", - "harvestcraft:blocks/crops/cactusfruit_stage_0", - "harvestcraft:blocks/crops/cactusfruit_stage_1", - "harvestcraft:blocks/crops/cactusfruit_stage_1", - "harvestcraft:blocks/crops/cactusfruit_stage_2", - "harvestcraft:blocks/crops/cactusfruit_stage_2", - "harvestcraft:blocks/crops/cactusfruit_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/candleberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/candleberry_plant.json deleted file mode 100644 index da7f543b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/candleberry_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/candleberry_plant.json", - "enabled": true, - "id": "harvestcraft:candleberry_plant", - "plant_name": "Candleberry", - "seed_name": "Candleberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:candleberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Candleberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:candleberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/candleberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/candleberry_stage_0", - "harvestcraft:blocks/crops/candleberry_stage_0", - "harvestcraft:blocks/crops/candleberry_stage_0", - "harvestcraft:blocks/crops/candleberry_stage_1", - "harvestcraft:blocks/crops/candleberry_stage_1", - "harvestcraft:blocks/crops/candleberry_stage_2", - "harvestcraft:blocks/crops/candleberry_stage_2", - "harvestcraft:blocks/crops/candleberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cantaloupe_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cantaloupe_plant.json deleted file mode 100644 index 7b060cc4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cantaloupe_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cantaloupe_plant.json", - "enabled": true, - "id": "harvestcraft:cantaloupe_plant", - "plant_name": "Cantaloupe", - "seed_name": "Cantaloupe Seeds", - "seed_items": [ - { - "item": "harvestcraft:cantaloupeseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cantaloupe Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cantaloupeitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cantaloupeitem", - "plant_textures": [ - "harvestcraft:blocks/crops/cantaloupe_stage_0", - "harvestcraft:blocks/crops/cantaloupe_stage_0", - "harvestcraft:blocks/crops/cantaloupe_stage_0", - "harvestcraft:blocks/crops/cantaloupe_stage_1", - "harvestcraft:blocks/crops/cantaloupe_stage_1", - "harvestcraft:blocks/crops/cantaloupe_stage_2", - "harvestcraft:blocks/crops/cantaloupe_stage_2", - "harvestcraft:blocks/crops/cantaloupe_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cassava_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cassava_plant.json deleted file mode 100644 index bd8f61fa..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cassava_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cassava_plant.json", - "enabled": true, - "id": "harvestcraft:cassava_plant", - "plant_name": "Cassava", - "seed_name": "Cassava Seeds", - "seed_items": [ - { - "item": "harvestcraft:cassavaseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cassava Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cassavaitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cassavaseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/cassava_stage_0", - "harvestcraft:blocks/crops/cassava_stage_0", - "harvestcraft:blocks/crops/cassava_stage_0", - "harvestcraft:blocks/crops/cassava_stage_1", - "harvestcraft:blocks/crops/cassava_stage_1", - "harvestcraft:blocks/crops/cassava_stage_2", - "harvestcraft:blocks/crops/cassava_stage_2", - "harvestcraft:blocks/crops/cassava_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cauliflower_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cauliflower_plant.json deleted file mode 100644 index 44f30f30..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cauliflower_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cauliflower_plant.json", - "enabled": true, - "id": "harvestcraft:cauliflower_plant", - "plant_name": "Cauliflower", - "seed_name": "Cauliflower Seeds", - "seed_items": [ - { - "item": "harvestcraft:cauliflowerseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cauliflower Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:caulifloweritem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/caulifloweritem", - "plant_textures": [ - "harvestcraft:blocks/crops/cauliflower_stage_0", - "harvestcraft:blocks/crops/cauliflower_stage_0", - "harvestcraft:blocks/crops/cauliflower_stage_0", - "harvestcraft:blocks/crops/cauliflower_stage_1", - "harvestcraft:blocks/crops/cauliflower_stage_1", - "harvestcraft:blocks/crops/cauliflower_stage_2", - "harvestcraft:blocks/crops/cauliflower_stage_2", - "harvestcraft:blocks/crops/cauliflower_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/celery_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/celery_plant.json deleted file mode 100644 index 0d87a0b0..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/celery_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/celery_plant.json", - "enabled": true, - "id": "harvestcraft:celery_plant", - "plant_name": "Celery", - "seed_name": "Celery Seeds", - "seed_items": [ - { - "item": "harvestcraft:celeryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Celery Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:celeryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/celeryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/celery_stage_0", - "harvestcraft:blocks/crops/celery_stage_0", - "harvestcraft:blocks/crops/celery_stage_0", - "harvestcraft:blocks/crops/celery_stage_1", - "harvestcraft:blocks/crops/celery_stage_1", - "harvestcraft:blocks/crops/celery_stage_2", - "harvestcraft:blocks/crops/celery_stage_2", - "harvestcraft:blocks/crops/celery_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/chickpea_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/chickpea_plant.json deleted file mode 100644 index 29db153e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/chickpea_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/chickpea_plant.json", - "enabled": true, - "id": "harvestcraft:chickpea_plant", - "plant_name": "Chickpea", - "seed_name": "Chickpea Seeds", - "seed_items": [ - { - "item": "harvestcraft:chickpeaseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chickpea Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:chickpeaitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/chickpeaseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/chickpea_stage_0", - "harvestcraft:blocks/crops/chickpea_stage_0", - "harvestcraft:blocks/crops/chickpea_stage_0", - "harvestcraft:blocks/crops/chickpea_stage_1", - "harvestcraft:blocks/crops/chickpea_stage_1", - "harvestcraft:blocks/crops/chickpea_stage_2", - "harvestcraft:blocks/crops/chickpea_stage_2", - "harvestcraft:blocks/crops/chickpea_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/chilipepper_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/chilipepper_plant.json deleted file mode 100644 index f3a497de..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/chilipepper_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/chilipepper_plant.json", - "enabled": true, - "id": "harvestcraft:chilipepper_plant", - "plant_name": "Chili Pepper", - "seed_name": "Chili Pepper Seeds", - "seed_items": [ - { - "item": "harvestcraft:chilipepperseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chili Pepper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:chilipepperitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/chilipepperitem", - "plant_textures": [ - "harvestcraft:blocks/crops/chilipepper_stage_0", - "harvestcraft:blocks/crops/chilipepper_stage_0", - "harvestcraft:blocks/crops/chilipepper_stage_0", - "harvestcraft:blocks/crops/chilipepper_stage_1", - "harvestcraft:blocks/crops/chilipepper_stage_1", - "harvestcraft:blocks/crops/chilipepper_stage_2", - "harvestcraft:blocks/crops/chilipepper_stage_2", - "harvestcraft:blocks/crops/chilipepper_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/coffee_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/coffee_plant.json deleted file mode 100644 index c3601fad..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/coffee_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/coffee_plant.json", - "enabled": true, - "id": "harvestcraft:coffee_plant", - "plant_name": "Coffee", - "seed_name": "Coffee Seeds", - "seed_items": [ - { - "item": "harvestcraft:coffeeseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coffee Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:coffeebeanitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/coffeebeanitem", - "plant_textures": [ - "harvestcraft:blocks/crops/coffeebean_stage_0", - "harvestcraft:blocks/crops/coffeebean_stage_0", - "harvestcraft:blocks/crops/coffeebean_stage_0", - "harvestcraft:blocks/crops/coffeebean_stage_1", - "harvestcraft:blocks/crops/coffeebean_stage_1", - "harvestcraft:blocks/crops/coffeebean_stage_2", - "harvestcraft:blocks/crops/coffeebean_stage_2", - "harvestcraft:blocks/crops/coffeebean_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/corn_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/corn_plant.json deleted file mode 100644 index b1f25015..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/corn_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/corn_plant.json", - "enabled": true, - "id": "harvestcraft:corn_plant", - "plant_name": "Corn", - "seed_name": "Corn Seeds", - "seed_items": [ - { - "item": "harvestcraft:cornseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Corn Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cornitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cornseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/corn_stage_0", - "harvestcraft:blocks/crops/corn_stage_0", - "harvestcraft:blocks/crops/corn_stage_0", - "harvestcraft:blocks/crops/corn_stage_1", - "harvestcraft:blocks/crops/corn_stage_1", - "harvestcraft:blocks/crops/corn_stage_2", - "harvestcraft:blocks/crops/corn_stage_2", - "harvestcraft:blocks/crops/corn_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cotton_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cotton_plant.json deleted file mode 100644 index 597d07f2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cotton_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cotton_plant.json", - "enabled": true, - "id": "harvestcraft:cotton_plant", - "plant_name": "Cotton", - "seed_name": "Cotton Seeds", - "seed_items": [ - { - "item": "harvestcraft:cottonseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cotton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cottonitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cottonitem", - "plant_textures": [ - "harvestcraft:blocks/crops/cotton_stage_0", - "harvestcraft:blocks/crops/cotton_stage_0", - "harvestcraft:blocks/crops/cotton_stage_0", - "harvestcraft:blocks/crops/cotton_stage_1", - "harvestcraft:blocks/crops/cotton_stage_1", - "harvestcraft:blocks/crops/cotton_stage_2", - "harvestcraft:blocks/crops/cotton_stage_2", - "harvestcraft:blocks/crops/cotton_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cranberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cranberry_plant.json deleted file mode 100644 index 133d20cf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cranberry_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cranberry_plant.json", - "enabled": true, - "id": "harvestcraft:cranberry_plant", - "plant_name": "Cranberry", - "seed_name": "Cranberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:cranberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cranberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cranberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cranberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/cranberry_stage_0", - "harvestcraft:blocks/crops/cranberry_stage_0", - "harvestcraft:blocks/crops/cranberry_stage_0", - "harvestcraft:blocks/crops/cranberry_stage_1", - "harvestcraft:blocks/crops/cranberry_stage_1", - "harvestcraft:blocks/crops/cranberry_stage_2", - "harvestcraft:blocks/crops/cranberry_stage_2", - "harvestcraft:blocks/crops/cranberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cucumber_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cucumber_plant.json deleted file mode 100644 index f16582f2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/cucumber_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/cucumber_plant.json", - "enabled": true, - "id": "harvestcraft:cucumber_plant", - "plant_name": "Cucumber", - "seed_name": "Cucumber Seeds", - "seed_items": [ - { - "item": "harvestcraft:cucumberseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cucumber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:cucumberitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/cucumberitem", - "plant_textures": [ - "harvestcraft:blocks/crops/cucumber_stage_0", - "harvestcraft:blocks/crops/cucumber_stage_0", - "harvestcraft:blocks/crops/cucumber_stage_0", - "harvestcraft:blocks/crops/cucumber_stage_1", - "harvestcraft:blocks/crops/cucumber_stage_1", - "harvestcraft:blocks/crops/cucumber_stage_2", - "harvestcraft:blocks/crops/cucumber_stage_2", - "harvestcraft:blocks/crops/cucumber_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/curryleaf_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/curryleaf_plant.json deleted file mode 100644 index 5a85af8e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/curryleaf_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/curryleaf_plant.json", - "enabled": true, - "id": "harvestcraft:curryleaf_plant", - "plant_name": "Curryleaf", - "seed_name": "Curryleaf Seeds", - "seed_items": [ - { - "item": "harvestcraft:curryleafseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Curryleaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:curryleafitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/curryleafitem", - "plant_textures": [ - "harvestcraft:blocks/crops/curryleaf_stage_0", - "harvestcraft:blocks/crops/curryleaf_stage_0", - "harvestcraft:blocks/crops/curryleaf_stage_0", - "harvestcraft:blocks/crops/curryleaf_stage_1", - "harvestcraft:blocks/crops/curryleaf_stage_1", - "harvestcraft:blocks/crops/curryleaf_stage_2", - "harvestcraft:blocks/crops/curryleaf_stage_2", - "harvestcraft:blocks/crops/curryleaf_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/eggplant_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/eggplant_plant.json deleted file mode 100644 index 1e7cc176..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/eggplant_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/eggplant_plant.json", - "enabled": true, - "id": "harvestcraft:eggplant_plant", - "plant_name": "Eggplant", - "seed_name": "Eggplant Seeds", - "seed_items": [ - { - "item": "harvestcraft:eggplantseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Eggplant Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:eggplantitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/eggplantitem", - "plant_textures": [ - "harvestcraft:blocks/crops/eggplant_stage_0", - "harvestcraft:blocks/crops/eggplant_stage_0", - "harvestcraft:blocks/crops/eggplant_stage_0", - "harvestcraft:blocks/crops/eggplant_stage_1", - "harvestcraft:blocks/crops/eggplant_stage_1", - "harvestcraft:blocks/crops/eggplant_stage_2", - "harvestcraft:blocks/crops/eggplant_stage_2", - "harvestcraft:blocks/crops/eggplant_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/elderberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/elderberry_plant.json deleted file mode 100644 index 96fc978e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/elderberry_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/elderberry_plant.json", - "enabled": true, - "id": "harvestcraft:elderberry_plant", - "plant_name": "Elderberry", - "seed_name": "Elderberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:elderberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Elderberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:elderberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/elderberryseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/elderberry_stage_0", - "harvestcraft:blocks/crops/elderberry_stage_0", - "harvestcraft:blocks/crops/elderberry_stage_0", - "harvestcraft:blocks/crops/elderberry_stage_1", - "harvestcraft:blocks/crops/elderberry_stage_1", - "harvestcraft:blocks/crops/elderberry_stage_2", - "harvestcraft:blocks/crops/elderberry_stage_2", - "harvestcraft:blocks/crops/elderberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/flax_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/flax_plant.json deleted file mode 100644 index 9905ef30..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/flax_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/flax_plant.json", - "enabled": true, - "id": "harvestcraft:flax_plant", - "plant_name": "Flax", - "seed_name": "Flax Seeds", - "seed_items": [ - { - "item": "harvestcraft:flaxseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Flax Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:flaxitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/flaxseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/flax_stage_0", - "harvestcraft:blocks/crops/flax_stage_0", - "harvestcraft:blocks/crops/flax_stage_0", - "harvestcraft:blocks/crops/flax_stage_1", - "harvestcraft:blocks/crops/flax_stage_1", - "harvestcraft:blocks/crops/flax_stage_2", - "harvestcraft:blocks/crops/flax_stage_2", - "harvestcraft:blocks/crops/flax_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/garlic_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/garlic_plant.json deleted file mode 100644 index b236d72d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/garlic_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/garlic_plant.json", - "enabled": true, - "id": "harvestcraft:garlic_plant", - "plant_name": "Garlic", - "seed_name": "Garlic Seeds", - "seed_items": [ - { - "item": "harvestcraft:garlicseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Garlic Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:garlicitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/garlicitem", - "plant_textures": [ - "harvestcraft:blocks/crops/garlic_stage_0", - "harvestcraft:blocks/crops/garlic_stage_0", - "harvestcraft:blocks/crops/garlic_stage_0", - "harvestcraft:blocks/crops/garlic_stage_1", - "harvestcraft:blocks/crops/garlic_stage_1", - "harvestcraft:blocks/crops/garlic_stage_2", - "harvestcraft:blocks/crops/garlic_stage_2", - "harvestcraft:blocks/crops/garlic_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/gigapickle_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/gigapickle_plant.json deleted file mode 100644 index d3f5d351..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/gigapickle_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/gigapickle_plant.json", - "enabled": true, - "id": "harvestcraft:gigapickle_plant", - "plant_name": "Gigapickle", - "seed_name": "Gigapickle Seeds", - "seed_items": [ - { - "item": "harvestcraft:gigapickleseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Gigapickle Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:gigapickleitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/gigapickleseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/gigapickle_stage_0", - "harvestcraft:blocks/crops/gigapickle_stage_0", - "harvestcraft:blocks/crops/gigapickle_stage_0", - "harvestcraft:blocks/crops/gigapickle_stage_1", - "harvestcraft:blocks/crops/gigapickle_stage_1", - "harvestcraft:blocks/crops/gigapickle_stage_2", - "harvestcraft:blocks/crops/gigapickle_stage_2", - "harvestcraft:blocks/crops/gigapickle_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/ginger_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/ginger_plant.json deleted file mode 100644 index 1c0da1cf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/ginger_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/ginger_plant.json", - "enabled": true, - "id": "harvestcraft:ginger_plant", - "plant_name": "Ginger", - "seed_name": "Ginger Seeds", - "seed_items": [ - { - "item": "harvestcraft:gingerseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ginger Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:gingeritem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/gingeritem", - "plant_textures": [ - "harvestcraft:blocks/crops/ginger_stage_0", - "harvestcraft:blocks/crops/ginger_stage_0", - "harvestcraft:blocks/crops/ginger_stage_0", - "harvestcraft:blocks/crops/ginger_stage_1", - "harvestcraft:blocks/crops/ginger_stage_1", - "harvestcraft:blocks/crops/ginger_stage_2", - "harvestcraft:blocks/crops/ginger_stage_2", - "harvestcraft:blocks/crops/ginger_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/grape_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/grape_plant.json deleted file mode 100644 index 2380e99a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/grape_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/grape_plant.json", - "enabled": true, - "id": "harvestcraft:grape_plant", - "plant_name": "Grape", - "seed_name": "Grape Seeds", - "seed_items": [ - { - "item": "harvestcraft:grapeseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Grape Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:grapeitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/grapeitem", - "plant_textures": [ - "harvestcraft:blocks/crops/grape_stage_0", - "harvestcraft:blocks/crops/grape_stage_0", - "harvestcraft:blocks/crops/grape_stage_0", - "harvestcraft:blocks/crops/grape_stage_1", - "harvestcraft:blocks/crops/grape_stage_1", - "harvestcraft:blocks/crops/grape_stage_2", - "harvestcraft:blocks/crops/grape_stage_2", - "harvestcraft:blocks/crops/grape_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/greengrape_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/greengrape_plant.json deleted file mode 100644 index f133719d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/greengrape_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/greengrape_plant.json", - "enabled": true, - "id": "harvestcraft:greengrape_plant", - "plant_name": "Greengrape", - "seed_name": "Greengrape Seeds", - "seed_items": [ - { - "item": "harvestcraft:greengrapeseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Greengrape Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:greengrapeitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/greengrapeseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/greengrape_stage_0", - "harvestcraft:blocks/crops/greengrape_stage_0", - "harvestcraft:blocks/crops/greengrape_stage_0", - "harvestcraft:blocks/crops/greengrape_stage_1", - "harvestcraft:blocks/crops/greengrape_stage_1", - "harvestcraft:blocks/crops/greengrape_stage_2", - "harvestcraft:blocks/crops/greengrape_stage_2", - "harvestcraft:blocks/crops/greengrape_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/hucklegrape_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/hucklegrape_plant.json deleted file mode 100644 index 7401439e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/hucklegrape_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/hucklegrape_plant.json", - "enabled": true, - "id": "harvestcraft:huckleberry_plant", - "plant_name": "Huckleberry", - "seed_name": "Huckleberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:huckleberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Huckleberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:huckleberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/huckleberryseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/huckleberry_stage_0", - "harvestcraft:blocks/crops/huckleberry_stage_0", - "harvestcraft:blocks/crops/huckleberry_stage_0", - "harvestcraft:blocks/crops/huckleberry_stage_1", - "harvestcraft:blocks/crops/huckleberry_stage_1", - "harvestcraft:blocks/crops/huckleberry_stage_2", - "harvestcraft:blocks/crops/huckleberry_stage_2", - "harvestcraft:blocks/crops/huckleberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/jicama_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/jicama_plant.json deleted file mode 100644 index 77fdf570..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/jicama_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/jicama_plant.json", - "enabled": true, - "id": "harvestcraft:jicama_plant", - "plant_name": "Jicama", - "seed_name": "Jicama Seeds", - "seed_items": [ - { - "item": "harvestcraft:jicamaseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Jicama Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:jicamaitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/jicamaseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/jicama_stage_0", - "harvestcraft:blocks/crops/jicama_stage_0", - "harvestcraft:blocks/crops/jicama_stage_0", - "harvestcraft:blocks/crops/jicama_stage_1", - "harvestcraft:blocks/crops/jicama_stage_1", - "harvestcraft:blocks/crops/jicama_stage_2", - "harvestcraft:blocks/crops/jicama_stage_2", - "harvestcraft:blocks/crops/jicama_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/juniperberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/juniperberry_plant.json deleted file mode 100644 index e0ee1f92..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/juniperberry_plant.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/juniperberry_plant.json", - "enabled": true, - "id": "harvestcraft:juniperberry_plant", - "plant_name": "Juniper Berry", - "seed_name": "Juniper Berry Seeds", - "seed_items": [ - { - "item": "harvestcraft:juniperberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Juniper Berry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:juniperberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/juniperberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/juniperberry_stage_0", - "harvestcraft:blocks/crops/juniperberry_stage_1", - "harvestcraft:blocks/crops/juniperberry_stage_2", - "harvestcraft:blocks/crops/juniperberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/jute_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/jute_plant.json deleted file mode 100644 index 5befcb6a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/jute_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/jute_plant.json", - "enabled": true, - "id": "harvestcraft:jute_plant", - "plant_name": "Jute", - "seed_name": "Jute Seeds", - "seed_items": [ - { - "item": "harvestcraft:juteseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Jute Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:juteitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/juteseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/jute_stage_0", - "harvestcraft:blocks/crops/jute_stage_0", - "harvestcraft:blocks/crops/jute_stage_0", - "harvestcraft:blocks/crops/jute_stage_1", - "harvestcraft:blocks/crops/jute_stage_1", - "harvestcraft:blocks/crops/jute_stage_2", - "harvestcraft:blocks/crops/jute_stage_2", - "harvestcraft:blocks/crops/jute_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kale_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kale_plant.json deleted file mode 100644 index 67be7c94..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kale_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/kale_plant.json", - "enabled": true, - "id": "harvestcraft:kale_plant", - "plant_name": "Kale", - "seed_name": "Kale Seeds", - "seed_items": [ - { - "item": "harvestcraft:kaleseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Kale Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:kaleitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/kaleseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/kale_stage_0", - "harvestcraft:blocks/crops/kale_stage_0", - "harvestcraft:blocks/crops/kale_stage_0", - "harvestcraft:blocks/crops/kale_stage_1", - "harvestcraft:blocks/crops/kale_stage_1", - "harvestcraft:blocks/crops/kale_stage_2", - "harvestcraft:blocks/crops/kale_stage_2", - "harvestcraft:blocks/crops/kale_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kenaf_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kenaf_plant.json deleted file mode 100644 index 9f5b111b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kenaf_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/kenaf_plant.json", - "enabled": true, - "id": "harvestcraft:kenaf_plant", - "plant_name": "Kenaf", - "seed_name": "Kenaf Seeds", - "seed_items": [ - { - "item": "harvestcraft:kenafseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Kenaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:kenafitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/kenafseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/kenaf_stage_0", - "harvestcraft:blocks/crops/kenaf_stage_0", - "harvestcraft:blocks/crops/kenaf_stage_0", - "harvestcraft:blocks/crops/kenaf_stage_1", - "harvestcraft:blocks/crops/kenaf_stage_1", - "harvestcraft:blocks/crops/kenaf_stage_2", - "harvestcraft:blocks/crops/kenaf_stage_2", - "harvestcraft:blocks/crops/kenaf_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kiwi_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kiwi_plant.json deleted file mode 100644 index 655afbd3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kiwi_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/kiwi_plant.json", - "enabled": true, - "id": "harvestcraft:kiwi_plant", - "plant_name": "Kiwi", - "seed_name": "Kiwi Seeds", - "seed_items": [ - { - "item": "harvestcraft:kiwiseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Kiwi Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:kiwiitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/kiwiitem", - "plant_textures": [ - "harvestcraft:blocks/crops/kiwi_stage_0", - "harvestcraft:blocks/crops/kiwi_stage_0", - "harvestcraft:blocks/crops/kiwi_stage_0", - "harvestcraft:blocks/crops/kiwi_stage_1", - "harvestcraft:blocks/crops/kiwi_stage_1", - "harvestcraft:blocks/crops/kiwi_stage_2", - "harvestcraft:blocks/crops/kiwi_stage_2", - "harvestcraft:blocks/crops/kiwi_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kohlrabi_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kohlrabi_plant.json deleted file mode 100644 index b628c6e4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/kohlrabi_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/kohlrabi_plant.json", - "enabled": true, - "id": "harvestcraft:kohlrabi_plant", - "plant_name": "Kohlrabi", - "seed_name": "Kohlrabi Seeds", - "seed_items": [ - { - "item": "harvestcraft:kohlrabiseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Kohlrabi Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:kohlrabiitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/kohlrabiseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/kohlrabi_stage_0", - "harvestcraft:blocks/crops/kohlrabi_stage_0", - "harvestcraft:blocks/crops/kohlrabi_stage_0", - "harvestcraft:blocks/crops/kohlrabi_stage_1", - "harvestcraft:blocks/crops/kohlrabi_stage_1", - "harvestcraft:blocks/crops/kohlrabi_stage_2", - "harvestcraft:blocks/crops/kohlrabi_stage_2", - "harvestcraft:blocks/crops/kohlrabi_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/leek_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/leek_plant.json deleted file mode 100644 index 911b75aa..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/leek_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/leek_plant.json", - "enabled": true, - "id": "harvestcraft:leek_plant", - "plant_name": "Leek", - "seed_name": "Leek Seeds", - "seed_items": [ - { - "item": "harvestcraft:leekseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Leek Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:leekitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/leekitem", - "plant_textures": [ - "harvestcraft:blocks/crops/leek_stage_0", - "harvestcraft:blocks/crops/leek_stage_0", - "harvestcraft:blocks/crops/leek_stage_0", - "harvestcraft:blocks/crops/leek_stage_1", - "harvestcraft:blocks/crops/leek_stage_1", - "harvestcraft:blocks/crops/leek_stage_2", - "harvestcraft:blocks/crops/leek_stage_2", - "harvestcraft:blocks/crops/leek_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/lentil_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/lentil_plant.json deleted file mode 100644 index 1c657005..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/lentil_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/lentil_plant.json", - "enabled": true, - "id": "harvestcraft:lentil_plant", - "plant_name": "Lentil", - "seed_name": "Lentil Seeds", - "seed_items": [ - { - "item": "harvestcraft:lentilseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lentil Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:lentilitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/lentilseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/lentil_stage_0", - "harvestcraft:blocks/crops/lentil_stage_0", - "harvestcraft:blocks/crops/lentil_stage_0", - "harvestcraft:blocks/crops/lentil_stage_1", - "harvestcraft:blocks/crops/lentil_stage_1", - "harvestcraft:blocks/crops/lentil_stage_2", - "harvestcraft:blocks/crops/lentil_stage_2", - "harvestcraft:blocks/crops/lentil_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/lettuce_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/lettuce_plant.json deleted file mode 100644 index 2bde32cd..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/lettuce_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/lettuce_plant.json", - "enabled": true, - "id": "harvestcraft:lettuce_plant", - "plant_name": "Lettuce", - "seed_name": "Lettuce Seeds", - "seed_items": [ - { - "item": "harvestcraft:lettuceseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lettuce Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:lettuceitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/lettuceseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/lettuce_stage_0", - "harvestcraft:blocks/crops/lettuce_stage_0", - "harvestcraft:blocks/crops/lettuce_stage_0", - "harvestcraft:blocks/crops/lettuce_stage_1", - "harvestcraft:blocks/crops/lettuce_stage_1", - "harvestcraft:blocks/crops/lettuce_stage_2", - "harvestcraft:blocks/crops/lettuce_stage_2", - "harvestcraft:blocks/crops/lettuce_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/millet_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/millet_plant.json deleted file mode 100644 index 276c9324..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/millet_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/millet_plant.json", - "enabled": true, - "id": "harvestcraft:millet_plant", - "plant_name": "Millet", - "seed_name": "Millet Seeds", - "seed_items": [ - { - "item": "harvestcraft:milletseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Millet Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:milletitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/milletseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/millet_stage_0", - "harvestcraft:blocks/crops/millet_stage_0", - "harvestcraft:blocks/crops/millet_stage_0", - "harvestcraft:blocks/crops/millet_stage_1", - "harvestcraft:blocks/crops/millet_stage_1", - "harvestcraft:blocks/crops/millet_stage_2", - "harvestcraft:blocks/crops/millet_stage_2", - "harvestcraft:blocks/crops/millet_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/mulberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/mulberry_plant.json deleted file mode 100644 index e177a09c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/mulberry_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/mulberry_plant.json", - "enabled": true, - "id": "harvestcraft:mulberry_plant", - "plant_name": "Mulberry", - "seed_name": "Mulberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:mulberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mulberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:mulberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/mulberryseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/mulberry_stage_0", - "harvestcraft:blocks/crops/mulberry_stage_0", - "harvestcraft:blocks/crops/mulberry_stage_0", - "harvestcraft:blocks/crops/mulberry_stage_1", - "harvestcraft:blocks/crops/mulberry_stage_1", - "harvestcraft:blocks/crops/mulberry_stage_2", - "harvestcraft:blocks/crops/mulberry_stage_2", - "harvestcraft:blocks/crops/mulberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/mustard_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/mustard_plant.json deleted file mode 100644 index 38d7e378..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/mustard_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/mustard_plant.json", - "enabled": true, - "id": "harvestcraft:mustard_plant", - "plant_name": "Mustard", - "seed_name": "Mustard Seeds", - "seed_items": [ - { - "item": "harvestcraft:mustardseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mustard Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:mustardseedsitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/mustardseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/mustardseeds_stage_0", - "harvestcraft:blocks/crops/mustardseeds_stage_0", - "harvestcraft:blocks/crops/mustardseeds_stage_0", - "harvestcraft:blocks/crops/mustardseeds_stage_1", - "harvestcraft:blocks/crops/mustardseeds_stage_1", - "harvestcraft:blocks/crops/mustardseeds_stage_2", - "harvestcraft:blocks/crops/mustardseeds_stage_2", - "harvestcraft:blocks/crops/mustardseeds_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/oats_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/oats_plant.json deleted file mode 100644 index 11ed2ab6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/oats_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/oats_plant.json", - "enabled": true, - "id": "harvestcraft:oats_plant", - "plant_name": "Oats", - "seed_name": "Oats Seeds", - "seed_items": [ - { - "item": "harvestcraft:oatsseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Oats Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:oatsitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/oatsseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/oats_stage_0", - "harvestcraft:blocks/crops/oats_stage_0", - "harvestcraft:blocks/crops/oats_stage_0", - "harvestcraft:blocks/crops/oats_stage_1", - "harvestcraft:blocks/crops/oats_stage_1", - "harvestcraft:blocks/crops/oats_stage_2", - "harvestcraft:blocks/crops/oats_stage_2", - "harvestcraft:blocks/crops/oats_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/okra_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/okra_plant.json deleted file mode 100644 index 3f992c83..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/okra_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/okra_plant.json", - "enabled": true, - "id": "harvestcraft:okra_plant", - "plant_name": "Okra", - "seed_name": "Okra Seeds", - "seed_items": [ - { - "item": "harvestcraft:okraseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Okra Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:okraitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/okraitem", - "plant_textures": [ - "harvestcraft:blocks/crops/okra_stage_0", - "harvestcraft:blocks/crops/okra_stage_0", - "harvestcraft:blocks/crops/okra_stage_0", - "harvestcraft:blocks/crops/okra_stage_1", - "harvestcraft:blocks/crops/okra_stage_1", - "harvestcraft:blocks/crops/okra_stage_2", - "harvestcraft:blocks/crops/okra_stage_2", - "harvestcraft:blocks/crops/okra_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/onion_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/onion_plant.json deleted file mode 100644 index fa7bd1f4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/onion_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/onion_plant.json", - "enabled": true, - "id": "harvestcraft:onion_plant", - "plant_name": "Onion", - "seed_name": "Onion Seeds", - "seed_items": [ - { - "item": "harvestcraft:onionseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Onion Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:onionitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/onionitem", - "plant_textures": [ - "harvestcraft:blocks/crops/onion_stage_0", - "harvestcraft:blocks/crops/onion_stage_0", - "harvestcraft:blocks/crops/onion_stage_0", - "harvestcraft:blocks/crops/onion_stage_1", - "harvestcraft:blocks/crops/onion_stage_1", - "harvestcraft:blocks/crops/onion_stage_2", - "harvestcraft:blocks/crops/onion_stage_2", - "harvestcraft:blocks/crops/onion_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/parsnip_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/parsnip_plant.json deleted file mode 100644 index 1fa4d100..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/parsnip_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/parsnip_plant.json", - "enabled": true, - "id": "harvestcraft:parsnip_plant", - "plant_name": "Parsnip", - "seed_name": "Parsnip Seeds", - "seed_items": [ - { - "item": "harvestcraft:parsnipseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Parsnip Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:parsnipitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/parsnipitem", - "plant_textures": [ - "harvestcraft:blocks/crops/parsnip_stage_0", - "harvestcraft:blocks/crops/parsnip_stage_0", - "harvestcraft:blocks/crops/parsnip_stage_0", - "harvestcraft:blocks/crops/parsnip_stage_1", - "harvestcraft:blocks/crops/parsnip_stage_1", - "harvestcraft:blocks/crops/parsnip_stage_2", - "harvestcraft:blocks/crops/parsnip_stage_2", - "harvestcraft:blocks/crops/parsnip_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/peanut_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/peanut_plant.json deleted file mode 100644 index 2be4cf32..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/peanut_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/peanut_plant.json", - "enabled": true, - "id": "harvestcraft:peanut_plant", - "plant_name": "Peanut", - "seed_name": "Peanut Seeds", - "seed_items": [ - { - "item": "harvestcraft:peanutseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peanut Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:peanutitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/peanutitem", - "plant_textures": [ - "harvestcraft:blocks/crops/peanut_stage_0", - "harvestcraft:blocks/crops/peanut_stage_0", - "harvestcraft:blocks/crops/peanut_stage_0", - "harvestcraft:blocks/crops/peanut_stage_1", - "harvestcraft:blocks/crops/peanut_stage_1", - "harvestcraft:blocks/crops/peanut_stage_2", - "harvestcraft:blocks/crops/peanut_stage_2", - "harvestcraft:blocks/crops/peanut_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/peas_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/peas_plant.json deleted file mode 100644 index 84c2dc1d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/peas_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/peas_plant.json", - "enabled": true, - "id": "harvestcraft:peas_plant", - "plant_name": "Peas", - "seed_name": "Peas Seeds", - "seed_items": [ - { - "item": "harvestcraft:peasseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peas Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:peasitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/peasitem", - "plant_textures": [ - "harvestcraft:blocks/crops/peas_stage_0", - "harvestcraft:blocks/crops/peas_stage_0", - "harvestcraft:blocks/crops/peas_stage_0", - "harvestcraft:blocks/crops/peas_stage_1", - "harvestcraft:blocks/crops/peas_stage_1", - "harvestcraft:blocks/crops/peas_stage_2", - "harvestcraft:blocks/crops/peas_stage_2", - "harvestcraft:blocks/crops/peas_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/pineapple_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/pineapple_plant.json deleted file mode 100644 index f114482f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/pineapple_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/pineapple_plant.json", - "enabled": true, - "id": "harvestcraft:pineapple_plant", - "plant_name": "Pineapple", - "seed_name": "Pineapple Seeds", - "seed_items": [ - { - "item": "harvestcraft:pineappleseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pineapple Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:pineappleitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/pineappleitem", - "plant_textures": [ - "harvestcraft:blocks/crops/pineapple_stage_0", - "harvestcraft:blocks/crops/pineapple_stage_0", - "harvestcraft:blocks/crops/pineapple_stage_0", - "harvestcraft:blocks/crops/pineapple_stage_1", - "harvestcraft:blocks/crops/pineapple_stage_1", - "harvestcraft:blocks/crops/pineapple_stage_2", - "harvestcraft:blocks/crops/pineapple_stage_2", - "harvestcraft:blocks/crops/pineapple_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/quinoa_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/quinoa_plant.json deleted file mode 100644 index 8fdc3593..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/quinoa_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/quinoa_plant.json", - "enabled": true, - "id": "harvestcraft:quinoa_plant", - "plant_name": "Quinoa", - "seed_name": "Quinoa Seeds", - "seed_items": [ - { - "item": "harvestcraft:quinoaseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quinoa Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:quinoaitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/quinoaseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/quinoa_stage_0", - "harvestcraft:blocks/crops/quinoa_stage_0", - "harvestcraft:blocks/crops/quinoa_stage_0", - "harvestcraft:blocks/crops/quinoa_stage_1", - "harvestcraft:blocks/crops/quinoa_stage_1", - "harvestcraft:blocks/crops/quinoa_stage_2", - "harvestcraft:blocks/crops/quinoa_stage_2", - "harvestcraft:blocks/crops/quinoa_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/radish_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/radish_plant.json deleted file mode 100644 index 6651d418..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/radish_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/radish_plant.json", - "enabled": true, - "id": "harvestcraft:radish_plant", - "plant_name": "Radish", - "seed_name": "Radish Seeds", - "seed_items": [ - { - "item": "harvestcraft:radishseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Radish Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:radishitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/radishitem", - "plant_textures": [ - "harvestcraft:blocks/crops/radish_stage_0", - "harvestcraft:blocks/crops/radish_stage_0", - "harvestcraft:blocks/crops/radish_stage_0", - "harvestcraft:blocks/crops/radish_stage_1", - "harvestcraft:blocks/crops/radish_stage_1", - "harvestcraft:blocks/crops/radish_stage_2", - "harvestcraft:blocks/crops/radish_stage_2", - "harvestcraft:blocks/crops/radish_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json deleted file mode 100644 index 8353bb80..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/raspberry_plant.json", - "enabled": true, - "id": "harvestcraft:raspberry_plant", - "plant_name": "Raspberry", - "seed_name": "Raspberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:raspberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Raspberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:raspberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/raspberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/raspberry_stage_0", - "harvestcraft:blocks/crops/raspberry_stage_0", - "harvestcraft:blocks/crops/raspberry_stage_0", - "harvestcraft:blocks/crops/raspberry_stage_1", - "harvestcraft:blocks/crops/raspberry_stage_1", - "harvestcraft:blocks/crops/raspberry_stage_2", - "harvestcraft:blocks/crops/raspberry_stage_2", - "harvestcraft:blocks/crops/raspberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rhubarb_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rhubarb_plant.json deleted file mode 100644 index 2318b155..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rhubarb_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/rhubarb_plant.json", - "enabled": true, - "id": "harvestcraft:rhubarb_plant", - "plant_name": "Rhubarb", - "seed_name": "Rhubarb Seeds", - "seed_items": [ - { - "item": "harvestcraft:rhubarbseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rhubarb Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:rhubarbitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/rhubarbitem", - "plant_textures": [ - "harvestcraft:blocks/crops/rhubarb_stage_0", - "harvestcraft:blocks/crops/rhubarb_stage_0", - "harvestcraft:blocks/crops/rhubarb_stage_0", - "harvestcraft:blocks/crops/rhubarb_stage_1", - "harvestcraft:blocks/crops/rhubarb_stage_1", - "harvestcraft:blocks/crops/rhubarb_stage_2", - "harvestcraft:blocks/crops/rhubarb_stage_2", - "harvestcraft:blocks/crops/rhubarb_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rice_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rice_plant.json deleted file mode 100644 index d2febb37..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rice_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/rice_plant.json", - "enabled": true, - "id": "harvestcraft:rice_plant", - "plant_name": "Rice", - "seed_name": "Rice Seeds", - "seed_items": [ - { - "item": "harvestcraft:riceseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rice Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:riceitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/riceitem", - "plant_textures": [ - "harvestcraft:blocks/crops/rice_stage_0", - "harvestcraft:blocks/crops/rice_stage_0", - "harvestcraft:blocks/crops/rice_stage_0", - "harvestcraft:blocks/crops/rice_stage_1", - "harvestcraft:blocks/crops/rice_stage_1", - "harvestcraft:blocks/crops/rice_stage_2", - "harvestcraft:blocks/crops/rice_stage_2", - "harvestcraft:blocks/crops/rice_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rutabaga_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rutabaga_plant.json deleted file mode 100644 index a39ebfee..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rutabaga_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/rutabaga_plant.json", - "enabled": true, - "id": "harvestcraft:rutabaga_plant", - "plant_name": "Rutabaga", - "seed_name": "Rutabaga Seeds", - "seed_items": [ - { - "item": "harvestcraft:rutabagaseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rutabaga Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:rutabagaitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/rutabagaitem", - "plant_textures": [ - "harvestcraft:blocks/crops/rutabaga_stage_0", - "harvestcraft:blocks/crops/rutabaga_stage_0", - "harvestcraft:blocks/crops/rutabaga_stage_0", - "harvestcraft:blocks/crops/rutabaga_stage_1", - "harvestcraft:blocks/crops/rutabaga_stage_1", - "harvestcraft:blocks/crops/rutabaga_stage_2", - "harvestcraft:blocks/crops/rutabaga_stage_2", - "harvestcraft:blocks/crops/rutabaga_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rye_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rye_plant.json deleted file mode 100644 index facb612f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/rye_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/rye_plant.json", - "enabled": true, - "id": "harvestcraft:rye_plant", - "plant_name": "Rye", - "seed_name": "Rye Seeds", - "seed_items": [ - { - "item": "harvestcraft:ryeseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rye Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:ryeitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/ryeitem", - "plant_textures": [ - "harvestcraft:blocks/crops/rye_stage_0", - "harvestcraft:blocks/crops/rye_stage_0", - "harvestcraft:blocks/crops/rye_stage_0", - "harvestcraft:blocks/crops/rye_stage_1", - "harvestcraft:blocks/crops/rye_stage_1", - "harvestcraft:blocks/crops/rye_stage_2", - "harvestcraft:blocks/crops/rye_stage_2", - "harvestcraft:blocks/crops/rye_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/scallion_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/scallion_plant.json deleted file mode 100644 index 36b623f5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/scallion_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/scallion_plant.json", - "enabled": true, - "id": "harvestcraft:scallion_plant", - "plant_name": "Scallion", - "seed_name": "Scallion Seeds", - "seed_items": [ - { - "item": "harvestcraft:scallionseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Scallion Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:scallionitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/scallionseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/scallion_stage_0", - "harvestcraft:blocks/crops/scallion_stage_0", - "harvestcraft:blocks/crops/scallion_stage_0", - "harvestcraft:blocks/crops/scallion_stage_1", - "harvestcraft:blocks/crops/scallion_stage_1", - "harvestcraft:blocks/crops/scallion_stage_2", - "harvestcraft:blocks/crops/scallion_stage_2", - "harvestcraft:blocks/crops/scallion_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/seaweed_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/seaweed_plant.json deleted file mode 100644 index 978217a4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/seaweed_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/seaweed_plant.json", - "enabled": true, - "id": "harvestcraft:seaweed_plant", - "plant_name": "Seaweed", - "seed_name": "Seaweed Seeds", - "seed_items": [ - { - "item": "harvestcraft:seaweedseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seaweed Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:seaweeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/seaweeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/seaweed_stage_0", - "harvestcraft:blocks/crops/seaweed_stage_0", - "harvestcraft:blocks/crops/seaweed_stage_0", - "harvestcraft:blocks/crops/seaweed_stage_1", - "harvestcraft:blocks/crops/seaweed_stage_1", - "harvestcraft:blocks/crops/seaweed_stage_2", - "harvestcraft:blocks/crops/seaweed_stage_2", - "harvestcraft:blocks/crops/seaweed_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sesameseed_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sesameseed_plant.json deleted file mode 100644 index 4b59cdf6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sesameseed_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/sesameseed_plant.json", - "enabled": true, - "id": "harvestcraft:sesameseed_plant", - "plant_name": "Sesame Seeds", - "seed_name": "Sesame Seeds Seeds", - "seed_items": [ - { - "item": "harvestcraft:sesameseedsseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sesame Seeds Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:sesameseedsitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/sesameseedsitem", - "plant_textures": [ - "harvestcraft:blocks/crops/sesameseeds_stage_0", - "harvestcraft:blocks/crops/sesameseeds_stage_0", - "harvestcraft:blocks/crops/sesameseeds_stage_0", - "harvestcraft:blocks/crops/sesameseeds_stage_1", - "harvestcraft:blocks/crops/sesameseeds_stage_1", - "harvestcraft:blocks/crops/sesameseeds_stage_2", - "harvestcraft:blocks/crops/sesameseeds_stage_2", - "harvestcraft:blocks/crops/sesameseeds_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sisal_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sisal_plant.json deleted file mode 100644 index 3ca75a1d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sisal_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/sisal_plant.json", - "enabled": true, - "id": "harvestcraft:sisal_plant", - "plant_name": "Sisal", - "seed_name": "Sisal Seeds", - "seed_items": [ - { - "item": "harvestcraft:sisalseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sisal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:sisalitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/sisalseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/sisal_stage_0", - "harvestcraft:blocks/crops/sisal_stage_0", - "harvestcraft:blocks/crops/sisal_stage_0", - "harvestcraft:blocks/crops/sisal_stage_1", - "harvestcraft:blocks/crops/sisal_stage_1", - "harvestcraft:blocks/crops/sisal_stage_2", - "harvestcraft:blocks/crops/sisal_stage_2", - "harvestcraft:blocks/crops/sisal_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/soybean_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/soybean_plant.json deleted file mode 100644 index 4a4347a3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/soybean_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/soybean_plant.json", - "enabled": true, - "id": "harvestcraft:soybean_plant", - "plant_name": "Soybean", - "seed_name": "Soybean Seeds", - "seed_items": [ - { - "item": "harvestcraft:soybeanseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Soybean Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:soybeanitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/soybeanitem", - "plant_textures": [ - "harvestcraft:blocks/crops/soybean_stage_0", - "harvestcraft:blocks/crops/soybean_stage_0", - "harvestcraft:blocks/crops/soybean_stage_0", - "harvestcraft:blocks/crops/soybean_stage_1", - "harvestcraft:blocks/crops/soybean_stage_1", - "harvestcraft:blocks/crops/soybean_stage_2", - "harvestcraft:blocks/crops/soybean_stage_2", - "harvestcraft:blocks/crops/soybean_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/spiceleaf_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/spiceleaf_plant.json deleted file mode 100644 index cedb6b35..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/spiceleaf_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/spiceleaf_plant.json", - "enabled": true, - "id": "harvestcraft:spiceleaf_plant", - "plant_name": "Spiceleaf", - "seed_name": "Spiceleaf Seeds", - "seed_items": [ - { - "item": "harvestcraft:spiceleafseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spiceleaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:spiceleafitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/spiceleafitem", - "plant_textures": [ - "harvestcraft:blocks/crops/spiceleaf_stage_0", - "harvestcraft:blocks/crops/spiceleaf_stage_0", - "harvestcraft:blocks/crops/spiceleaf_stage_0", - "harvestcraft:blocks/crops/spiceleaf_stage_1", - "harvestcraft:blocks/crops/spiceleaf_stage_1", - "harvestcraft:blocks/crops/spiceleaf_stage_2", - "harvestcraft:blocks/crops/spiceleaf_stage_2", - "harvestcraft:blocks/crops/spiceleaf_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/spinach_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/spinach_plant.json deleted file mode 100644 index 2fffa248..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/spinach_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/spinach_plant.json", - "enabled": true, - "id": "harvestcraft:spinach_plant", - "plant_name": "Spinach", - "seed_name": "Spinach Seeds", - "seed_items": [ - { - "item": "harvestcraft:spinachseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spinach Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:spinachitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/spinachitem", - "plant_textures": [ - "harvestcraft:blocks/crops/spinach_stage_0", - "harvestcraft:blocks/crops/spinach_stage_0", - "harvestcraft:blocks/crops/spinach_stage_0", - "harvestcraft:blocks/crops/spinach_stage_1", - "harvestcraft:blocks/crops/spinach_stage_1", - "harvestcraft:blocks/crops/spinach_stage_2", - "harvestcraft:blocks/crops/spinach_stage_2", - "harvestcraft:blocks/crops/spinach_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/strawberry_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/strawberry_plant.json deleted file mode 100644 index aa704aa2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/strawberry_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/strawberry_plant.json", - "enabled": true, - "id": "harvestcraft:strawberry_plant", - "plant_name": "Strawberry", - "seed_name": "Strawberry Seeds", - "seed_items": [ - { - "item": "harvestcraft:strawberryseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Strawberry Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:strawberryitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/strawberryitem", - "plant_textures": [ - "harvestcraft:blocks/crops/strawberry_stage_0", - "harvestcraft:blocks/crops/strawberry_stage_0", - "harvestcraft:blocks/crops/strawberry_stage_0", - "harvestcraft:blocks/crops/strawberry_stage_1", - "harvestcraft:blocks/crops/strawberry_stage_1", - "harvestcraft:blocks/crops/strawberry_stage_2", - "harvestcraft:blocks/crops/strawberry_stage_2", - "harvestcraft:blocks/crops/strawberry_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sweetpotato_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sweetpotato_plant.json deleted file mode 100644 index a02bbae1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/sweetpotato_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/sweetpotato_plant.json", - "enabled": true, - "id": "harvestcraft:sweetpotato_plant", - "plant_name": "Sweet Potato", - "seed_name": "Sweet Potato Seeds", - "seed_items": [ - { - "item": "harvestcraft:sweetpotatoseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sweet Potato Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:sweetpotatoitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/sweetpotatoitem", - "plant_textures": [ - "harvestcraft:blocks/crops/sweetpotato_stage_0", - "harvestcraft:blocks/crops/sweetpotato_stage_0", - "harvestcraft:blocks/crops/sweetpotato_stage_0", - "harvestcraft:blocks/crops/sweetpotato_stage_1", - "harvestcraft:blocks/crops/sweetpotato_stage_1", - "harvestcraft:blocks/crops/sweetpotato_stage_2", - "harvestcraft:blocks/crops/sweetpotato_stage_2", - "harvestcraft:blocks/crops/sweetpotato_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/taro_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/taro_plant.json deleted file mode 100644 index d2a02e8d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/taro_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/taro_plant.json", - "enabled": true, - "id": "harvestcraft:taro_plant", - "plant_name": "Taro", - "seed_name": "Taro Seeds", - "seed_items": [ - { - "item": "harvestcraft:taroseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Taro Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:taroitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/taroseeditem", - "plant_textures": [ - "harvestcraft:blocks/crops/taro_stage_0", - "harvestcraft:blocks/crops/taro_stage_0", - "harvestcraft:blocks/crops/taro_stage_0", - "harvestcraft:blocks/crops/taro_stage_1", - "harvestcraft:blocks/crops/taro_stage_1", - "harvestcraft:blocks/crops/taro_stage_2", - "harvestcraft:blocks/crops/taro_stage_2", - "harvestcraft:blocks/crops/taro_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tea_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tea_plant.json deleted file mode 100644 index 73535090..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tea_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/tea_plant.json", - "enabled": true, - "id": "harvestcraft:tea_plant", - "plant_name": "Tea", - "seed_name": "Tea Seeds", - "seed_items": [ - { - "item": "harvestcraft:teaseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tea Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:tealeafitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/teaitem", - "plant_textures": [ - "harvestcraft:blocks/crops/tealeaf_stage_0", - "harvestcraft:blocks/crops/tealeaf_stage_0", - "harvestcraft:blocks/crops/tealeaf_stage_0", - "harvestcraft:blocks/crops/tealeaf_stage_1", - "harvestcraft:blocks/crops/tealeaf_stage_1", - "harvestcraft:blocks/crops/tealeaf_stage_2", - "harvestcraft:blocks/crops/tealeaf_stage_2", - "harvestcraft:blocks/crops/tealeaf_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tomatillo_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tomatillo_plant.json deleted file mode 100644 index 0a142c77..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tomatillo_plant.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/tomatillo_plant.json", - "enabled": true, - "id": "harvestcraft:tomatillo_plant", - "plant_name": "Tomatillo", - "seed_name": "Tomatillo Seeds", - "seed_items": [ - { - "item": "harvestcraft:tomatilloseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tomatillo Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:tomatilloitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/tomatilloitem", - "plant_textures": [ - "harvestcraft:blocks/crops/tomatillo_stage_0", - "harvestcraft:blocks/crops/tomatillo_stage_1", - "harvestcraft:blocks/crops/tomatillo_stage_2", - "harvestcraft:blocks/crops/tomatillo_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tomato_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tomato_plant.json deleted file mode 100644 index a9e5dd88..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/tomato_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/tomato_plant.json", - "enabled": true, - "id": "harvestcraft:tomato_plant", - "plant_name": "Tomato", - "seed_name": "Tomato Seeds", - "seed_items": [ - { - "item": "harvestcraft:tomatoseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tomato Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:tomatoitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/tomatoitem", - "plant_textures": [ - "harvestcraft:blocks/crops/tomato_stage_0", - "harvestcraft:blocks/crops/tomato_stage_0", - "harvestcraft:blocks/crops/tomato_stage_0", - "harvestcraft:blocks/crops/tomato_stage_1", - "harvestcraft:blocks/crops/tomato_stage_1", - "harvestcraft:blocks/crops/tomato_stage_2", - "harvestcraft:blocks/crops/tomato_stage_2", - "harvestcraft:blocks/crops/tomato_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/turnip_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/turnip_plant.json deleted file mode 100644 index 6c61eaf4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/turnip_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/turnip_plant.json", - "enabled": true, - "id": "harvestcraft:turnip_plant", - "plant_name": "Turnip", - "seed_name": "Turnip Seeds", - "seed_items": [ - { - "item": "harvestcraft:turnipseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Turnip Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:turnipitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/turnipitem", - "plant_textures": [ - "harvestcraft:blocks/crops/turnip_stage_0", - "harvestcraft:blocks/crops/turnip_stage_0", - "harvestcraft:blocks/crops/turnip_stage_0", - "harvestcraft:blocks/crops/turnip_stage_1", - "harvestcraft:blocks/crops/turnip_stage_1", - "harvestcraft:blocks/crops/turnip_stage_2", - "harvestcraft:blocks/crops/turnip_stage_2", - "harvestcraft:blocks/crops/turnip_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/waterchestnut_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/waterchestnut_plant.json deleted file mode 100644 index 6bb1110f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/waterchestnut_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/waterchestnut_plant.json", - "enabled": true, - "id": "harvestcraft:waterchestnut_plant", - "plant_name": "Water Chestnut", - "seed_name": "Water Chestnut Seeds", - "seed_items": [ - { - "item": "harvestcraft:waterchestnutseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Water Chestnut Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:waterchestnutitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/waterchestnutitem", - "plant_textures": [ - "harvestcraft:blocks/crops/waterchestnut_stage_0", - "harvestcraft:blocks/crops/waterchestnut_stage_0", - "harvestcraft:blocks/crops/waterchestnut_stage_0", - "harvestcraft:blocks/crops/waterchestnut_stage_1", - "harvestcraft:blocks/crops/waterchestnut_stage_1", - "harvestcraft:blocks/crops/waterchestnut_stage_2", - "harvestcraft:blocks/crops/waterchestnut_stage_2", - "harvestcraft:blocks/crops/waterchestnut_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/whitemushroom_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/whitemushroom_plant.json deleted file mode 100644 index 9cabb3a5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/whitemushroom_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/whitemushroom_plant.json", - "enabled": true, - "id": "harvestcraft:whitemushroom_plant", - "plant_name": "White Mushroom", - "seed_name": "White Mushroom Seeds", - "seed_items": [ - { - "item": "harvestcraft:whitemushroomseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "White Mushroom Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:whitemushroomitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/whitemushroomitem", - "plant_textures": [ - "harvestcraft:blocks/crops/whitemushroom_stage_0", - "harvestcraft:blocks/crops/whitemushroom_stage_0", - "harvestcraft:blocks/crops/whitemushroom_stage_0", - "harvestcraft:blocks/crops/whitemushroom_stage_1", - "harvestcraft:blocks/crops/whitemushroom_stage_1", - "harvestcraft:blocks/crops/whitemushroom_stage_2", - "harvestcraft:blocks/crops/whitemushroom_stage_2", - "harvestcraft:blocks/crops/whitemushroom_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/wintersquash_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/wintersquash_plant.json deleted file mode 100644 index 730644de..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/wintersquash_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/wintersquash_plant.json", - "enabled": true, - "id": "harvestcraft:wintersquash_plant", - "plant_name": "Winter Squash", - "seed_name": "Winter Squash Seeds", - "seed_items": [ - { - "item": "harvestcraft:wintersquashseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Winter Squash Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:wintersquashitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/wintersquashitem", - "plant_textures": [ - "harvestcraft:blocks/crops/wintersquash_stage_0", - "harvestcraft:blocks/crops/wintersquash_stage_0", - "harvestcraft:blocks/crops/wintersquash_stage_0", - "harvestcraft:blocks/crops/wintersquash_stage_1", - "harvestcraft:blocks/crops/wintersquash_stage_1", - "harvestcraft:blocks/crops/wintersquash_stage_2", - "harvestcraft:blocks/crops/wintersquash_stage_2", - "harvestcraft:blocks/crops/wintersquash_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/zucchini_plant.json b/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/zucchini_plant.json deleted file mode 100644 index 6d21fb8d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_harvestcraft/plants/zucchini_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_harvestcraft/plants/zucchini_plant.json", - "enabled": true, - "id": "harvestcraft:zucchini_plant", - "plant_name": "Zucchini", - "seed_name": "Zucchini Seeds", - "seed_items": [ - { - "item": "harvestcraft:zucchiniseeditem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zucchini Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "harvestcraft:zucchiniitem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "harvestcraft:items/zucchiniitem", - "plant_textures": [ - "harvestcraft:blocks/crops/zucchini_stage_0", - "harvestcraft:blocks/crops/zucchini_stage_0", - "harvestcraft:blocks/crops/zucchini_stage_0", - "harvestcraft:blocks/crops/zucchini_stage_1", - "harvestcraft:blocks/crops/zucchini_stage_1", - "harvestcraft:blocks/crops/zucchini_stage_2", - "harvestcraft:blocks/crops/zucchini_stage_2", - "harvestcraft:blocks/crops/zucchini_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_immersiveengineering/hemp_plant.json b/config - Copy/agricraft/json/defaults/mod_immersiveengineering/hemp_plant.json deleted file mode 100644 index 325ba702..00000000 --- a/config - Copy/agricraft/json/defaults/mod_immersiveengineering/hemp_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_immersiveengineering/hemp_plant.json", - "enabled": true, - "id": "immersiveengineering:hemp_plant", - "plant_name": "Hemp", - "seed_name": "Hemp Seeds", - "seed_items": [ - { - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:material", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "immersiveengineering:items/seed_hemp", - "plant_textures": [ - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B3", - "immersiveengineering:blocks/hemp_B4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json deleted file mode 100644 index 9e56ea5a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/awakened_draconium_plant.json", - "enabled": true, - "id": "mysticalagradditions:awakened_draconium_plant", - "plant_name": "Awakened Draconium Crop", - "seed_name": "Awakened Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:awakened_draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Awakened Draconium Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:awakened_draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/awakened_draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/awakened_draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json deleted file mode 100644 index 1955b58d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/dragon_egg_plant.json", - "enabled": true, - "id": "mysticalagradditions:dragon_egg_plant", - "plant_name": "Dragon Egg Crop", - "seed_name": "Dragon Egg Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:dragon_egg_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the dragon." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:dragon_egg_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/dragon_egg_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json deleted file mode 100644 index b84575d3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/nether_star_plant.json", - "enabled": true, - "id": "mysticalagradditions:nether_star_plant", - "plant_name": "Nether Star Crop", - "seed_name": "Nether Star Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:nether_star_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Star Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:nether_star_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/nether_star_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/nether_star_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json deleted file mode 100644 index 15d022c7..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/neutronium_plant.json", - "enabled": true, - "id": "mysticalagradditions:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the neutron condensation." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.3, - "products": { - "products": [ - { - "min": 1, - "max": 6, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json deleted file mode 100644 index 22206cc2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagradditions/tier6_inferium_plant.json", - "enabled": true, - "id": "mysticalagradditions:tier_six_inferium_plant", - "plant_name": "Tier Six Inferium Crop", - "seed_name": "Tier Six Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:tier6_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier Six Inferium Seeds. Much upgrade. Very wow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/abyssalnite_plant.json deleted file mode 100644 index 0847fd37..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/abyssalnite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/abyssalnite_plant.json", - "enabled": true, - "id": "mysticalagriculture:abyssalnite_plant", - "plant_name": "Abyssalnite Crop", - "seed_name": "Abyssalnite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:abyssalnite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Abyssalnite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:abyssalnite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/abyssalnite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/abyssalnite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/adamantine_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/adamantine_plant.json deleted file mode 100644 index be363cf5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/adamantine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/adamantine_plant.json", - "enabled": true, - "id": "mysticalagriculture:adamantine_plant", - "plant_name": "Adamantine Crop", - "seed_name": "Adamantine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:adamantine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Adamantine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:adamantine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/adamantine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/adamantine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_brass_plant.json deleted file mode 100644 index 52eb1f5f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_brass_plant", - "plant_name": "Aluminum Brass Crop", - "seed_name": "Aluminum Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_plant.json deleted file mode 100644 index 352f8c98..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_plant", - "plant_name": "Aluminum Crop", - "seed_name": "Aluminum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/alumite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/alumite_plant.json deleted file mode 100644 index dd0c5951..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/alumite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/alumite_plant.json", - "enabled": true, - "id": "mysticalagriculture:alumite_plant", - "plant_name": "Alumite Crop", - "seed_name": "Alumite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:alumite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Alumite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:alumite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/alumite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/alumite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/amber_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/amber_plant.json deleted file mode 100644 index 5213e8c8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/amber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/amber_plant.json", - "enabled": true, - "id": "mysticalagriculture:amber_plant", - "plant_name": "Amber", - "seed_name": "Amber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:amber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Amber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:amber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/amber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/amber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/apatite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/apatite_plant.json deleted file mode 100644 index ceaba0b3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/apatite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/apatite_plant.json", - "enabled": true, - "id": "mysticalagriculture:apatite_plant", - "plant_name": "Apatite Crop", - "seed_name": "Apatite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:apatite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Apatite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:apatite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/apatite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/apatite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aquamarine_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aquamarine_plant.json deleted file mode 100644 index 3576f17e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aquamarine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquamarine_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquamarine_plant", - "plant_name": "Aquamarine Crop", - "seed_name": "Aquamarine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquamarine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquamarine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquamarine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquamarine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquamarine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aquarium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aquarium_plant.json deleted file mode 100644 index 2e14e983..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/aquarium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquarium_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquarium_plant", - "plant_name": "Aquarium Crop", - "seed_name": "Aquarium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquarium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquarium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquarium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquarium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquarium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ardite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ardite_plant.json deleted file mode 100644 index a8b8525c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ardite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ardite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ardite_plant", - "plant_name": "Ardite Crop", - "seed_name": "Ardite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ardite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ardite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ardite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ardite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ardite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/basalt_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/basalt_plant.json deleted file mode 100644 index 1bb5fe40..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/basalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalt_plant", - "plant_name": "Basalt", - "seed_name": "Basalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/basalz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/basalz_plant.json deleted file mode 100644 index b5063c9a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/basalz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalz_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalz_plant", - "plant_name": "Basalz Crop", - "seed_name": "Basalz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/black_quartz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/black_quartz_plant.json deleted file mode 100644 index 9e359647..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/black_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/black_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:black_quartz_plant", - "plant_name": "Black Quartz Crop", - "seed_name": "Black Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:black_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Black Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:black_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/black_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/black_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blaze_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blaze_plant.json deleted file mode 100644 index 1dbc811d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blaze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blaze_plant.json", - "enabled": true, - "id": "mysticalagriculture:blaze_plant", - "plant_name": "Blaze Crop", - "seed_name": "Blaze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blaze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blaze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blaze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blaze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blaze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blitz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blitz_plant.json deleted file mode 100644 index ed730c6e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blitz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blitz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blitz_plant", - "plant_name": "Blitz Crop", - "seed_name": "Blitz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blitz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blitz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blitz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blitz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blitz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blizz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blizz_plant.json deleted file mode 100644 index 2023139e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blizz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blizz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blizz_plant", - "plant_name": "Blizz Crop", - "seed_name": "Blizz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blizz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blizz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blizz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blizz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blizz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blue_topaz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blue_topaz_plant.json deleted file mode 100644 index d015b42d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/blue_topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blue_topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blue_topaz_plant", - "plant_name": "Blue Topaz Crop", - "seed_name": "Blue Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blue_topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blue Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blue_topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blue_topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blue_topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/boron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/boron_plant.json deleted file mode 100644 index 69953071..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/boron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/boron_plant.json", - "enabled": true, - "id": "mysticalagriculture:boron_plant", - "plant_name": "Boron Crop", - "seed_name": "Boron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:boron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Boron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:boron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/boron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/boron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/brass_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/brass_plant.json deleted file mode 100644 index 18fe7803..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:brass_plant", - "plant_name": "Brass Crop", - "seed_name": "Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/bronze_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/bronze_plant.json deleted file mode 100644 index b57a387b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/bronze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/bronze_plant.json", - "enabled": true, - "id": "mysticalagriculture:bronze_plant", - "plant_name": "Bronze Crop", - "seed_name": "Bronze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:bronze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bronze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:bronze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/bronze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/bronze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/certus_quartz_plant.json deleted file mode 100644 index c68db96d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/certus_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/certus_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:certus_quartz_plant", - "plant_name": "Certus Quartz", - "seed_name": "Certus Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:certus_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Certus Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:certus_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/certus_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/certus_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chicken_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chicken_plant.json deleted file mode 100644 index 4c853485..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chicken_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chicken_plant.json", - "enabled": true, - "id": "mysticalagriculture:chicken_plant", - "plant_name": "Chicken Crop", - "seed_name": "Chicken Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chicken_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chicken Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chicken_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chicken_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chicken_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chimerite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chimerite_plant.json deleted file mode 100644 index 07595551..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chimerite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chimerite_plant.json", - "enabled": true, - "id": "mysticalagriculture:chimerite_plant", - "plant_name": "Chimerite Crop", - "seed_name": "Chimerite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chimerite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "chimerite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chimerite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chimerite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chimerite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chrome_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chrome_plant.json deleted file mode 100644 index 9788021b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/chrome_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chrome_plant.json", - "enabled": true, - "id": "mysticalagriculture:chrome_plant", - "plant_name": "Chrome Crop", - "seed_name": "Chrome Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chrome_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chrome Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chrome_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chrome_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chrome_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/coal_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/coal_plant.json deleted file mode 100644 index a15e5223..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/coal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coal_plant.json", - "enabled": true, - "id": "mysticalagriculture:coal_plant", - "plant_name": "Coal Crop", - "seed_name": "Coal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cobalt_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cobalt_plant.json deleted file mode 100644 index 31696551..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cobalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cobalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:cobalt_plant", - "plant_name": "Cobalt", - "seed_name": "Cobalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cobalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cobalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cobalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cobalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cobalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cold_iron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cold_iron_plant.json deleted file mode 100644 index 9cf03344..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cold_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cold_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:cold_iron_plant", - "plant_name": "Cold-Iron Crop", - "seed_name": "Cold-Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cold_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cold-Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cold_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cold_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cold_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/conductive_iron_plant.json deleted file mode 100644 index ac708b64..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/conductive_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/conductive_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:conductive_iron_plant", - "plant_name": "Conductive Iron Crop", - "seed_name": "Conductive Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:conductive_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Conductive Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:conductive_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/conductive_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/conductive_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/constantan_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/constantan_plant.json deleted file mode 100644 index 9fc05a78..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/constantan_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/constantan_plant.json", - "enabled": true, - "id": "mysticalagriculture:constantan_plant", - "plant_name": "Constantan Crop", - "seed_name": "Constantan Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:constantan_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Constantan Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:constantan_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/constantan_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/constantan_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/copper_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/copper_plant.json deleted file mode 100644 index 7f02e1ac..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/copper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/copper_plant.json", - "enabled": true, - "id": "mysticalagriculture:copper_plant", - "plant_name": "Copper Crop", - "seed_name": "Copper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:copper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Copper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:copper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/copper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/copper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/coralium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/coralium_plant.json deleted file mode 100644 index a29de6ec..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/coralium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coralium_plant.json", - "enabled": true, - "id": "mysticalagriculture:coralium_plant", - "plant_name": "Coralium Crop", - "seed_name": "Coralium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coralium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coralium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coralium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coralium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coralium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cow_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cow_plant.json deleted file mode 100644 index f1075e05..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/cow_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cow_plant.json", - "enabled": true, - "id": "mysticalagriculture:cow_plant", - "plant_name": "Cow Crop", - "seed_name": "Cow Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cow_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cow Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cow_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cow_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cow_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/creeper_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/creeper_plant.json deleted file mode 100644 index 25fe5f4e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/creeper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/creeper_plant.json", - "enabled": true, - "id": "mysticalagriculture:creeper_plant", - "plant_name": "Creeper Crop", - "seed_name": "Creeper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:creeper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Creeper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:creeper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/creeper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/creeper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dark_steel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dark_steel_plant.json deleted file mode 100644 index 12cb9fd8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dark_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dark_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:dark_steel_plant", - "plant_name": "Dark Steel Crop", - "seed_name": "Dark Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dark_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dark Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dark_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dark_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dark_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/desh_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/desh_plant.json deleted file mode 100644 index 8cff062d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/desh_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/desh_plant.json", - "enabled": true, - "id": "mysticalagriculture:desh_plant", - "plant_name": "Desh Crop", - "seed_name": "Desh Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:desh_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Desh Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:desh_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/desh_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/desh_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/diamond_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/diamond_plant.json deleted file mode 100644 index e3508eb5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/diamond_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/diamond_plant.json", - "enabled": true, - "id": "mysticalagriculture:diamond_plant", - "plant_name": "Diamond Crop", - "seed_name": "Diamond Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:diamond_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Diamond Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:diamond_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/diamond_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/diamond_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dirt_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dirt_plant.json deleted file mode 100644 index c0b07912..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dirt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dirt_plant.json", - "enabled": true, - "id": "mysticalagriculture:dirt_plant", - "plant_name": "Dirt Crop", - "seed_name": "Dirt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dirt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dirt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dirt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dirt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dirt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/draconium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/draconium_plant.json deleted file mode 100644 index 0d26fd18..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/draconium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/draconium_plant.json", - "enabled": true, - "id": "mysticalagriculture:draconium_plant", - "plant_name": "Draconium", - "seed_name": "Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Draconium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dreadium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dreadium_plant.json deleted file mode 100644 index edb957b5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dreadium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dreadium_plant.json", - "enabled": true, - "id": "mysticalagriculture:dreadium_plant", - "plant_name": "Dreadium Crop", - "seed_name": "Dreadium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dreadium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dreadium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dreadium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dreadium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dreadium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dye_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dye_plant.json deleted file mode 100644 index f4a46ddc..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/dye_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dye_plant.json", - "enabled": true, - "id": "mysticalagriculture:dye_plant", - "plant_name": "Dye Crop", - "seed_name": "Dye Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dye_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dye Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dye_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dye_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dye_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrical_steel_plant.json deleted file mode 100644 index 619179d3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrical_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrical_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrical_steel_plant", - "plant_name": "Electrical Steel Crop", - "seed_name": "Electrical Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrical_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrical Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrical_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrical_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrical_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrotine_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrotine_plant.json deleted file mode 100644 index 0981402c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrotine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrotine_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrotine_plant", - "plant_name": "Electrotine Crop", - "seed_name": "Electrotine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrotine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrotine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrotine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrotine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrotine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrum_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrum_plant.json deleted file mode 100644 index dd0dcc48..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrum_plant", - "plant_name": "Electrum Crop", - "seed_name": "Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/elementium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/elementium_plant.json deleted file mode 100644 index c346748b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/elementium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/elementium_plant.json", - "enabled": true, - "id": "mysticalagriculture:elementium_plant", - "plant_name": "Elementium Crop", - "seed_name": "Elementium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:elementium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Elementium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:elementium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/elementium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/elementium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/emerald_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/emerald_plant.json deleted file mode 100644 index 70f3a274..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/emerald_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/emerald_plant.json", - "enabled": true, - "id": "mysticalagriculture:emerald_plant", - "plant_name": "Emerald Crop", - "seed_name": "Emerald Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:emerald_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Emerald Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:emerald_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/emerald_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/emerald_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/end_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/end_plant.json deleted file mode 100644 index b014d9f2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/end_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_plant", - "plant_name": "End Crop", - "seed_name": "End Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/end_steel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/end_steel_plant.json deleted file mode 100644 index 54588413..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/end_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_steel_plant", - "plant_name": "End Steel Crop", - "seed_name": "End Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_amethyst_plant.json deleted file mode 100644 index 7387d4d3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_amethyst_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_amethyst_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_amethyst_plant", - "plant_name": "Ender Amethyst", - "seed_name": "Ender Amethyst Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_amethyst_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Amethyst Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_amethyst_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_amethyst_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_amethyst_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_biotite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_biotite_plant.json deleted file mode 100644 index d6f8dedf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_biotite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_biotite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_biotite_plant", - "plant_name": "Ender Biotite Crop", - "seed_name": "Ender Biotite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_biotite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Biotite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_biotite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_biotite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_biotite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/enderium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/enderium_plant.json deleted file mode 100644 index b8600e78..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/enderium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderium_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderium_plant", - "plant_name": "Enderium Crop", - "seed_name": "Enderium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/enderman_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/enderman_plant.json deleted file mode 100644 index 9794ac5d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/enderman_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderman_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderman_plant", - "plant_name": "Enderman Crop", - "seed_name": "Enderman Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderman_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderman Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderman_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderman_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderman_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/energetic_alloy_plant.json deleted file mode 100644 index c9064be8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/energetic_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/energetic_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:energetic_alloy_plant", - "plant_name": "Energetic Alloy Crop", - "seed_name": "Energetic Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:energetic_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Energetic Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:energetic_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/energetic_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/energetic_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/experience_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/experience_plant.json deleted file mode 100644 index 7bf288a1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/experience_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/experience_plant.json", - "enabled": true, - "id": "mysticalagriculture:experience_plant", - "plant_name": "Experience Crop", - "seed_name": "Experience Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:experience_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Experience Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:experience_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/experience_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/experience_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fiery_ingot_plant.json deleted file mode 100644 index ca5ded22..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fiery_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fiery_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:fiery_ingot_plant", - "plant_name": "Fiery Ingot Crop", - "seed_name": "Fiery Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fiery_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fiery Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fiery_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fiery_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fiery_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fire_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fire_plant.json deleted file mode 100644 index 6390333f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fire_plant.json", - "enabled": true, - "id": "mysticalagriculture:fire_plant", - "plant_name": "Fire Crop", - "seed_name": "Fire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fluix_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fluix_plant.json deleted file mode 100644 index 09363d78..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fluix_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluix_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluix_plant", - "plant_name": "Fluix", - "seed_name": "Fluix Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluix_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluix Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluix_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluix_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluix_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fluxed_electrum_plant.json deleted file mode 100644 index e4532620..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/fluxed_electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluxed_electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluxed_electrum_plant", - "plant_name": "Fluxed Electrum Crop", - "seed_name": "Flux Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluxed_electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluxed Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluxed_electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluxed_electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluxed_electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ghast_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ghast_plant.json deleted file mode 100644 index 3a262465..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ghast_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ghast_plant.json", - "enabled": true, - "id": "mysticalagriculture:ghast_plant", - "plant_name": "Ghast Crop", - "seed_name": "Ghast Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ghast_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ghast Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ghast_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ghast_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ghast_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_ingot_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_ingot_plant.json deleted file mode 100644 index c06ee355..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_ingot_plant", - "plant_name": "Glowstone Ingot", - "seed_name": "Glowstone Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_plant.json deleted file mode 100644 index 5496a540..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_plant", - "plant_name": "Glowstone Crop", - "seed_name": "Glowstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/gold_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/gold_plant.json deleted file mode 100644 index 489da84a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/gold_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/gold_plant.json", - "enabled": true, - "id": "mysticalagriculture:gold_plant", - "plant_name": "Gold Crop", - "seed_name": "Gold Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:gold_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Gold Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:gold_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/gold_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/gold_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/grains_of_infinity_plant.json deleted file mode 100644 index 9507a02f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/grains_of_infinity_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/grains_of_infinity_plant.json", - "enabled": true, - "id": "mysticalagriculture:grains_of_infinity_plant", - "plant_name": "Grains of Infinity", - "seed_name": "Grains of Infinity Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:grains_of_infinity_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Grains of Infinity Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:grains_of_infinity_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/grains_of_infinity_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/grains_of_infinity_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/graphite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/graphite_plant.json deleted file mode 100644 index 61f75832..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:graphite_plant", - "plant_name": "Graphite Crop", - "seed_name": "Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/guardian_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/guardian_plant.json deleted file mode 100644 index 9e94ca68..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/guardian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/guardian_plant.json", - "enabled": true, - "id": "mysticalagriculture:guardian_plant", - "plant_name": "Guardian Crop", - "seed_name": "Guardian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:guardian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Guardian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:guardian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/guardian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/guardian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/hop_graphite_plant.json deleted file mode 100644 index cf67983a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/hop_graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/hop_graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:hop_graphite_plant", - "plant_name": "HOP Graphite Crop", - "seed_name": "HOP Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:hop_graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "HOP Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:hop_graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/hop_graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/hop_graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ice_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ice_plant.json deleted file mode 100644 index 1e2e2d14..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ice_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ice_plant.json", - "enabled": true, - "id": "mysticalagriculture:ice_plant", - "plant_name": "Ice Crop", - "seed_name": "Ice Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ice_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ice. Ice. Baby." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ice_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ice_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ice_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/invar_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/invar_plant.json deleted file mode 100644 index c1f741f6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/invar_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/invar_plant.json", - "enabled": true, - "id": "mysticalagriculture:invar_plant", - "plant_name": "Invar Crop", - "seed_name": "Invar Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:invar_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Invar Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:invar_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/invar_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/invar_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_ore_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_ore_plant.json deleted file mode 100644 index 009c08d6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_ore_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_ore_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_ore_plant", - "plant_name": "Iridium Ore Crop", - "seed_name": "Iridium Ore Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_ore_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Ore Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_ore_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_ore_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_ore_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_plant.json deleted file mode 100644 index cfdc645d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_plant", - "plant_name": "Iridium Crop", - "seed_name": "Iridium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iron_plant.json deleted file mode 100644 index 41528172..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:iron_plant", - "plant_name": "Iron Crop", - "seed_name": "Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ironwood_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ironwood_plant.json deleted file mode 100644 index 057f643c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ironwood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ironwood_plant.json", - "enabled": true, - "id": "mysticalagriculture:ironwood_plant", - "plant_name": "Ironwood Crop", - "seed_name": "Ironwood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ironwood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ironwood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ironwood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ironwood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ironwood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/jade_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/jade_plant.json deleted file mode 100644 index d1ffd8ae..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/jade_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/jade_plant.json", - "enabled": true, - "id": "mysticalagriculture:jade_plant", - "plant_name": "Jade Crop", - "seed_name": "Jade Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:jade_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Jade Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:jade_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/jade_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/jade_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/knightmetal_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/knightmetal_plant.json deleted file mode 100644 index b5fc8fec..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/knightmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightmetal_plant", - "plant_name": "Knightmetal Crop", - "seed_name": "Knightmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/knightslime_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/knightslime_plant.json deleted file mode 100644 index 1a514a8c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/knightslime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightslime_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightslime_plant", - "plant_name": "Knightslime Crop", - "seed_name": "Knightslime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightslime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightslime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightslime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightslime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightslime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lapis_lazuli_plant.json deleted file mode 100644 index 0e90ebb8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lapis_lazuli_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lapis_lazuli_plant.json", - "enabled": true, - "id": "mysticalagriculture:lapis_lazuli_plant", - "plant_name": "Lapis Lazuli Crop", - "seed_name": "Lapis Lazuli Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lapis_lazuli_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lapis Lazuli Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lapis_lazuli_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lapis_lazuli_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lapis_lazuli_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lead_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lead_plant.json deleted file mode 100644 index a3792caa..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lead_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lead_plant.json", - "enabled": true, - "id": "mysticalagriculture:lead_plant", - "plant_name": "Lead Crop", - "seed_name": "Lead Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lead_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lead Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lead_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lead_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lead_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/limestone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/limestone_plant.json deleted file mode 100644 index f8953e7e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/limestone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/limestone_plant.json", - "enabled": true, - "id": "mysticalagriculture:limestone_plant", - "plant_name": "Limestone", - "seed_name": "Limestone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:limestone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Limestone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:limestone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/limestone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/limestone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lithium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lithium_plant.json deleted file mode 100644 index 1254cd3c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lithium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lithium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lithium_plant", - "plant_name": "Lithium Crop", - "seed_name": "Lithium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lithium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lithium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lithium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lithium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lithium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lumium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lumium_plant.json deleted file mode 100644 index afc786f0..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/lumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lumium_plant", - "plant_name": "Lumium Crop", - "seed_name": "Lumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/magnesium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/magnesium_plant.json deleted file mode 100644 index f79f7904..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/magnesium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/magnesium_plant.json", - "enabled": true, - "id": "mysticalagriculture:magnesium_plant", - "plant_name": "Magnesium Crop", - "seed_name": "Magnesium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:magnesium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Magnesium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:magnesium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/magnesium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/magnesium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/malachite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/malachite_plant.json deleted file mode 100644 index 7a30271e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/malachite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/malachite_plant.json", - "enabled": true, - "id": "mysticalagriculture:malachite_plant", - "plant_name": "Malachite", - "seed_name": "Malachite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:malachite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Malachite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:malachite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/malachite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/malachite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/manasteel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/manasteel_plant.json deleted file mode 100644 index 5b510a7c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/manasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:manasteel_plant", - "plant_name": "Manasteel", - "seed_name": "Manasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/manyullyn_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/manyullyn_plant.json deleted file mode 100644 index 4848ff3b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/manyullyn_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manyullyn_plant.json", - "enabled": true, - "id": "mysticalagriculture:manyullyn_plant", - "plant_name": "Manyullyn Crop", - "seed_name": "Manyullyn Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manyullyn_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manyullyn Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manyullyn_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manyullyn_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manyullyn_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/marble_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/marble_plant.json deleted file mode 100644 index c45a0788..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/marble_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/marble_plant.json", - "enabled": true, - "id": "mysticalagriculture:marble_plant", - "plant_name": "Marble", - "seed_name": "Marble Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:marble_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Marble Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:marble_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/marble_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/marble_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/menril_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/menril_plant.json deleted file mode 100644 index 1746f842..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/menril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/menril_plant.json", - "enabled": true, - "id": "mysticalagriculture:menril_plant", - "plant_name": "Menril Crop", - "seed_name": "Menril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:menril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Menril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 2, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:menril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/menril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/menril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/meteoric_iron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/meteoric_iron_plant.json deleted file mode 100644 index 486cf721..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/meteoric_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/meteoric_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:meteoric_iron_plant", - "plant_name": "Meteoric Iron Crop", - "seed_name": "Meteoric Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:meteoric_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Meteoric Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:meteoric_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/meteoric_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/meteoric_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/mithril_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/mithril_plant.json deleted file mode 100644 index 06909d4f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/mithril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mithril_plant.json", - "enabled": true, - "id": "mysticalagriculture:mithril_plant", - "plant_name": "Mithril Crop", - "seed_name": "Mithril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mithril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mithril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mithril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mithril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mithril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/moonstone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/moonstone_plant.json deleted file mode 100644 index b98b92d3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/moonstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/moonstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:moonstone_plant", - "plant_name": "Moonstone Crop", - "seed_name": "Moonstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:moonstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Moonstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:moonstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/moonstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/moonstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/mystical_flower_plant.json deleted file mode 100644 index 703e2e46..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/mystical_flower_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mystical_flower_plant.json", - "enabled": true, - "id": "mysticalagriculture:mystical_flower_plant", - "plant_name": "Mystical Flower Crop", - "seed_name": "Mystical Flower Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mystical_flower_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mystical Flower Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mystical_flower_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mystical_flower_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mystical_flower_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nature_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nature_plant.json deleted file mode 100644 index acfa45d5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nature_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nature_plant.json", - "enabled": true, - "id": "mysticalagriculture:nature_plant", - "plant_name": "Nature Crop", - "seed_name": "Nature Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nature_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nature Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nature_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nature_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nature_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_plant.json deleted file mode 100644 index 745723f3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_plant", - "plant_name": "Nether Crop", - "seed_name": "Nether Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_quartz_plant.json deleted file mode 100644 index ea5e0f13..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_quartz_plant", - "plant_name": "Nether Quartz Crop", - "seed_name": "Nether Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/neutronium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/neutronium_plant.json deleted file mode 100644 index 3fd760d9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/neutronium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/neutronium_plant.json", - "enabled": true, - "id": "mysticalagriculture:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Neutronium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 6, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nickel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nickel_plant.json deleted file mode 100644 index e9597468..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/nickel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nickel_plant.json", - "enabled": true, - "id": "mysticalagriculture:nickel_plant", - "plant_name": "Nickel Crop", - "seed_name": "Nickel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nickel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nickel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nickel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nickel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nickel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/obsidian_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/obsidian_plant.json deleted file mode 100644 index 5c85fa6f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:obsidian_plant", - "plant_name": "Obsidian Crop", - "seed_name": "Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/octine_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/octine_plant.json deleted file mode 100644 index 3aa27461..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/octine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/octine_plant.json", - "enabled": true, - "id": "mysticalagriculture:octine_plant", - "plant_name": "Octine Crop", - "seed_name": "Octine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:octine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Octine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:octine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/octine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/octine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/osmium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/osmium_plant.json deleted file mode 100644 index 04e88df1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/osmium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/osmium_plant.json", - "enabled": true, - "id": "mysticalagriculture:osmium_plant", - "plant_name": "Osmium", - "seed_name": "Osmium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:osmium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Osmium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:osmium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/osmium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/osmium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/peridot_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/peridot_plant.json deleted file mode 100644 index 01d6aa86..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/peridot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/peridot_plant.json", - "enabled": true, - "id": "mysticalagriculture:peridot_plant", - "plant_name": "Peridot", - "seed_name": "Peridot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:peridot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peridot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:peridot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/peridot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/peridot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/pig_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/pig_plant.json deleted file mode 100644 index 7c7f8c55..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/pig_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pig_plant.json", - "enabled": true, - "id": "mysticalagriculture:pig_plant", - "plant_name": "Pig Crop", - "seed_name": "Pig Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pig_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pig Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pig_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pig_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pig_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/platinum_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/platinum_plant.json deleted file mode 100644 index b2aa4239..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/platinum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/platinum_plant.json", - "enabled": true, - "id": "mysticalagriculture:platinum_plant", - "plant_name": "Platinum Crop", - "seed_name": "Platinum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:platinum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Platinum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:platinum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/platinum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/platinum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/pulsating_iron_plant.json deleted file mode 100644 index ac574616..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/pulsating_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pulsating_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:pulsating_iron_plant", - "plant_name": "Pulsating Iron Crop", - "seed_name": "Pulsating Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pulsating_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pulsating Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pulsating_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pulsating_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pulsating_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json deleted file mode 100644 index 91f94fd6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:quartz_enriched_iron_plant", - "plant_name": "Quartz Enriched Iron Crop", - "seed_name": "Quartz Enriched Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quartz_enriched_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quartz Enriched Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quartz_enriched_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quartz_enriched_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quartz_enriched_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/quicksilver_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/quicksilver_plant.json deleted file mode 100644 index 0ab50dd8..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/quicksilver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quicksilver_plant.json", - "enabled": true, - "id": "mysticalagriculture:quicksilver_plant", - "plant_name": "Quicksilver Crop", - "seed_name": "Quicksilver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quicksilver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quicksilver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quicksilver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quicksilver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quicksilver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rabbit_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rabbit_plant.json deleted file mode 100644 index 3d7da976..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rabbit_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rabbit_plant.json", - "enabled": true, - "id": "mysticalagriculture:rabbit_plant", - "plant_name": "Rabbit Crop", - "seed_name": "Rabbit Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rabbit_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rabbit_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rabbit_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rabbit_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_alloy_plant.json deleted file mode 100644 index 0b621f3b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_alloy_plant", - "plant_name": "Redstone Alloy Crop", - "seed_name": "Redstone Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_plant.json deleted file mode 100644 index 6231a10c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_plant", - "plant_name": "Redstone Crop", - "seed_name": "Redstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/refined_obsidian_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/refined_obsidian_plant.json deleted file mode 100644 index f88f2429..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/refined_obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/refined_obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:refined_obsidian_plant", - "plant_name": "Refined Obsidian", - "seed_name": "Refined Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:refined_obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Refined Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:refined_obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/refined_obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/refined_obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rock_crystal_plant.json deleted file mode 100644 index 0ab3b193..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rock_crystal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rock_crystal_plant.json", - "enabled": true, - "id": "mysticalagriculture:rock_crystal_plant", - "plant_name": "Rock Crystal Crop", - "seed_name": "Rock Crystal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rock_crystal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rock Crystal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rock_crystal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rock_crystal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rock_crystal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rubber_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rubber_plant.json deleted file mode 100644 index 58dd7b5d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/rubber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rubber_plant.json", - "enabled": true, - "id": "mysticalagriculture:rubber_plant", - "plant_name": "Rubber", - "seed_name": "Rubber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rubber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rubber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rubber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rubber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rubber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ruby_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ruby_plant.json deleted file mode 100644 index 08d01e2d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/ruby_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ruby_plant.json", - "enabled": true, - "id": "mysticalagriculture:ruby_plant", - "plant_name": "Ruby", - "seed_name": "Ruby Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ruby_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ruby Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ruby_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ruby_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ruby_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/saltpeter_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/saltpeter_plant.json deleted file mode 100644 index c21ff867..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/saltpeter_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/saltpeter_plant.json", - "enabled": true, - "id": "mysticalagriculture:saltpeter_plant", - "plant_name": "Saltpeter Crop", - "seed_name": "Saltpeter Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:saltpeter_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Saltpeter Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:saltpeter_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/saltpeter_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/saltpeter_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sapphire_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sapphire_plant.json deleted file mode 100644 index 26d04303..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sapphire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sapphire_plant.json", - "enabled": true, - "id": "mysticalagriculture:sapphire_plant", - "plant_name": "Sapphire", - "seed_name": "Sapphire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sapphire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sapphire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sapphire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sapphire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sapphire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sheep_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sheep_plant.json deleted file mode 100644 index 34b0e8b2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sheep_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sheep_plant.json", - "enabled": true, - "id": "mysticalagriculture:sheep_plant", - "plant_name": "Sheep Crop", - "seed_name": "Sheep Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sheep_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sheep Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sheep_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sheep_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sheep_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/signalum_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/signalum_plant.json deleted file mode 100644 index e8eaf2d1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/signalum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/signalum_plant.json", - "enabled": true, - "id": "mysticalagriculture:signalum_plant", - "plant_name": "Signalum Crop", - "seed_name": "Signalum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:signalum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Signalum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:signalum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/signalum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/signalum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/silicon_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/silicon_plant.json deleted file mode 100644 index 9a25f1c3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/silicon_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/silver_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/silver_plant.json deleted file mode 100644 index 674c3be9..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/silver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silver_plant.json", - "enabled": true, - "id": "mysticalagriculture:silver_plant", - "plant_name": "Silver Crop", - "seed_name": "Silver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/skeleton_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/skeleton_plant.json deleted file mode 100644 index 28d512eb..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:skeleton_plant", - "plant_name": "Skeleton Crop", - "seed_name": "Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sky_stone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sky_stone_plant.json deleted file mode 100644 index 82685402..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sky_stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sky_stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sky_stone_plant", - "plant_name": "Sky Stone Crop", - "seed_name": "Sky Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sky_stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sky Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sky_stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sky_stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sky_stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/slime_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/slime_plant.json deleted file mode 100644 index 3d30c219..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/slime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slime_plant.json", - "enabled": true, - "id": "mysticalagriculture:slime_plant", - "plant_name": "Slime Crop", - "seed_name": "Slime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/slimy_bone_plant.json deleted file mode 100644 index 0acaa1b6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/slimy_bone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slimy_bone_plant.json", - "enabled": true, - "id": "mysticalagriculture:Slimy_bone_plant", - "plant_name": "Slimy Bone Crop", - "seed_name": "Slimy Bone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slimy_bone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slimy Bone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slimy_bone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slimy_bone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slimy_bone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/soularium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/soularium_plant.json deleted file mode 100644 index 11ae33ba..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/soularium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/soularium_plant.json", - "enabled": true, - "id": "mysticalagriculture:soularium_plant", - "plant_name": "Soularium Crop", - "seed_name": "Soularium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:soularium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Soularium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:soularium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/soularium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/soularium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/spider_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/spider_plant.json deleted file mode 100644 index 42877564..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/spider_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/spider_plant.json", - "enabled": true, - "id": "mysticalagriculture:spider_plant", - "plant_name": "Spider Crop", - "seed_name": "Spider Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:spider_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spider Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:spider_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/spider_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/spider_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/star_steel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/star_steel_plant.json deleted file mode 100644 index 85d13d2f..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/star_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/star_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:star_steel_plant", - "plant_name": "Star-Steel Crop", - "seed_name": "Star-Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:star_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Star-Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:star_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/star_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/star_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/starmetal_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/starmetal_plant.json deleted file mode 100644 index 2183d009..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/starmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/starmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:starmetal_plant", - "plant_name": "Starmetal Crop", - "seed_name": "Starmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:starmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Starmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:starmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/starmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/starmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/steel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/steel_plant.json deleted file mode 100644 index 35b29287..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:steel_plant", - "plant_name": "Steel Crop", - "seed_name": "Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/steeleaf_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/steeleaf_plant.json deleted file mode 100644 index f7d6d1a2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/steeleaf_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steeleaf_plant.json", - "enabled": true, - "id": "mysticalagriculture:steeleaf_plant", - "plant_name": "Steeleaf Crop", - "seed_name": "Steeleaf Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steeleaf_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steeleaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steeleaf_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steeleaf_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steeleaf_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/stone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/stone_plant.json deleted file mode 100644 index 58ff5acd..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:stone_plant", - "plant_name": "Stone Crop", - "seed_name": "Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sulfur_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sulfur_plant.json deleted file mode 100644 index 4ea96eb0..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sulfur_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sulfur_plant.json", - "enabled": true, - "id": "mysticalagriculture:sulfur_plant", - "plant_name": "Sulfur Crop", - "seed_name": "Sulfur Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sulfur_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sulfur Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sulfur_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sulfur_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sulfur_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sunstone_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sunstone_plant.json deleted file mode 100644 index 453c9eba..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/sunstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sunstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sunstone_plant", - "plant_name": "Sunstone Crop", - "seed_name": "Sunstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sunstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sunstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sunstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sunstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sunstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/syrmorite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/syrmorite_plant.json deleted file mode 100644 index 3ae21f19..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/syrmorite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/syrmorite_plant.json", - "enabled": true, - "id": "mysticalagriculture:syrmorite_plant", - "plant_name": "Syrmorite Crop", - "seed_name": "Syrmorite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:syrmorite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Syrmorite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:syrmorite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/syrmorite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/syrmorite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tanzanite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tanzanite_plant.json deleted file mode 100644 index cef393a1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tanzanite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tanzanite_plant.json", - "enabled": true, - "id": "mysticalagriculture:tanzanite_plant", - "plant_name": "Tanzanite", - "seed_name": "Tanzanite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tanzanite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tanzanite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tanzanite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tanzanite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tanzanite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/terrasteel_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/terrasteel_plant.json deleted file mode 100644 index 05bd2066..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/terrasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/terrasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:terrasteel_plant", - "plant_name": "Terrasteel", - "seed_name": "Terrasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:terrasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Terrasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:terrasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/terrasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/terrasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/thaumium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/thaumium_plant.json deleted file mode 100644 index 17867489..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/thaumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thaumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thaumium_plant", - "plant_name": "Thaumium Crop", - "seed_name": "Thaumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thaumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thaumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thaumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thaumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thaumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/thorium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/thorium_plant.json deleted file mode 100644 index 98f789f6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/thorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thorium_plant", - "plant_name": "Thorium Crop", - "seed_name": "Thorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier1_inferium_plant.json deleted file mode 100644 index fd7c78ce..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier1_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier1_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier1_inferium_plant", - "plant_name": "Tier1 Inferium Crop", - "seed_name": "Tier1 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier1_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier1 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json deleted file mode 100644 index 67cf30bd..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier2_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier2_inferium_plant", - "plant_name": "Tier2 Inferium Crop", - "seed_name": "Tier2 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier2_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier2 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json deleted file mode 100644 index 6034846a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier3_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier3_inferium_plant", - "plant_name": "Tier3 Inferium Crop", - "seed_name": "Tier3 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier3_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier3 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json deleted file mode 100644 index 60dea4a7..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier4_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier4_inferium_plant", - "plant_name": "Tier4 Inferium Crop", - "seed_name": "Tier4 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier4_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier4 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json deleted file mode 100644 index dbcca999..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier5_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier5_inferium_plant", - "plant_name": "Tier5 Inferium Crop", - "seed_name": "Tier5 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier5_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier5 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tin_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tin_plant.json deleted file mode 100644 index 78261aed..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tin_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tin_plant.json", - "enabled": true, - "id": "mysticalagriculture:tin_plant", - "plant_name": "Tin Crop", - "seed_name": "Tin Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tin Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tin_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tin_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tin_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/titanium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/titanium_plant.json deleted file mode 100644 index 110cbd5c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/titanium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/titanium_plant.json", - "enabled": true, - "id": "mysticalagriculture:titanium_plant", - "plant_name": "Titanium Crop", - "seed_name": "Titanium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:titanium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Titanium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:titanium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/titanium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/titanium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/topaz_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/topaz_plant.json deleted file mode 100644 index e4639355..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:topaz_plant", - "plant_name": "Topaz", - "seed_name": "Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tungsten_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tungsten_plant.json deleted file mode 100644 index 5c726051..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/tungsten_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tungsten_plant.json", - "enabled": true, - "id": "mysticalagriculture:tungsten_plant", - "plant_name": "Tungsten Crop", - "seed_name": "Tungsten Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tungsten_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tungsten Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tungsten_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tungsten_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tungsten_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_238_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_238_plant.json deleted file mode 100644 index 29b1cf19..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_238_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_238_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_238_plant", - "plant_name": "Uranium 238 Crop", - "seed_name": "Uranium 238 Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_238_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium 238 Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_238_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_238_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_238_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_plant.json deleted file mode 100644 index 7f285317..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_plant", - "plant_name": "Uranium Crop", - "seed_name": "Uranium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/valonite_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/valonite_plant.json deleted file mode 100644 index f3d2e0cd..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/valonite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/valonite_plant.json", - "enabled": true, - "id": "mysticalagriculture:valonite_plant", - "plant_name": "Valonite Crop", - "seed_name": "Valonite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:valonite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Valonite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:valonite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/valonite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/valonite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/vibrant_alloy_plant.json deleted file mode 100644 index 7a028c28..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/vibrant_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vibrant_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:vibrant_alloy_plant", - "plant_name": "Vibrant Alloy Crop", - "seed_name": "Vibrant Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vibrant_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vibrant Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vibrant_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vibrant_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vibrant_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/vinteum_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/vinteum_plant.json deleted file mode 100644 index 053050f2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/vinteum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vinteum_plant.json", - "enabled": true, - "id": "mysticalagriculture:vinteum_plant", - "plant_name": "Vinteum Crop", - "seed_name": "Vinteum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vinteum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vinteum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vinteum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vinteum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vinteum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/void_metal_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/void_metal_plant.json deleted file mode 100644 index acf3c001..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/void_metal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/void_metal_plant.json", - "enabled": true, - "id": "mysticalagriculture:void_metal_plant", - "plant_name": "Void Metal Crop", - "seed_name": "Void Metal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:void_metal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Void Metal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:void_metal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/void_metal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/void_metal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/water_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/water_plant.json deleted file mode 100644 index a2b1f900..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/water_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/water_plant.json", - "enabled": true, - "id": "mysticalagriculture:water_plant", - "plant_name": "Water Crop", - "seed_name": "Water Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:water_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Water Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:water_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/water_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/water_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/wither_skeleton_plant.json deleted file mode 100644 index e3909060..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/wither_skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wither_skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:wither_skeleton_plant", - "plant_name": "Wither Skeleton Crop", - "seed_name": "Wither Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wither_skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wither Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wither_skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wither_skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wither_skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/wood_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/wood_plant.json deleted file mode 100644 index 6bfdab35..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/wood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wood_plant.json", - "enabled": true, - "id": "mysticalagriculture:wood_plant", - "plant_name": "Wood Crop", - "seed_name": "Wood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/yellorium_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/yellorium_plant.json deleted file mode 100644 index dc4ef6c3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/yellorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/yellorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:yellorium_plant", - "plant_name": "Yellorium Crop", - "seed_name": "Yellorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:yellorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Yellorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:yellorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/yellorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/yellorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant - Copy.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant - Copy.json deleted file mode 100644 index 1b1d2a9c..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant - Copy.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant.json deleted file mode 100644 index f354d2f5..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zinc_plant.json", - "enabled": true, - "id": "mysticalagriculture:zinc_plant", - "plant_name": "Zinc Crop", - "seed_name": "Zinc Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zinc_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zinc Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zinc_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zinc_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zinc_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zombie_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zombie_plant.json deleted file mode 100644 index 9d6b41bf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalagriculture/plants/zombie_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zombie_plant.json", - "enabled": true, - "id": "mysticalagriculture:zombie_plant", - "plant_name": "Zombie Crop", - "seed_name": "Zombie Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zombie_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zombie Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zombie_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zombie_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zombie_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_mysticalworld/plants/mysticalworld_aubergine_plant.json b/config - Copy/agricraft/json/defaults/mod_mysticalworld/plants/mysticalworld_aubergine_plant.json deleted file mode 100644 index 1305e988..00000000 --- a/config - Copy/agricraft/json/defaults/mod_mysticalworld/plants/mysticalworld_aubergine_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "mod_mysticalworld/plants/mysticalworld_aubergine_plant.json", - "enabled": true, - "id": "mysticalworld:aubergine_plant", - "plant_name": "Aubergine", - "seed_name": "Aubergine Seeds", - "seed_items": [ - { - "item": "mysticalworld:aubergine_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aubergine seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalworld:aubergine", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "mysticalworld:items/aubergine_seed", - "plant_textures": [ - "mysticalworld:blocks/aubergine_0", - "mysticalworld:blocks/aubergine_1", - "mysticalworld:blocks/aubergine_2", - "mysticalworld:blocks/aubergine_3", - "mysticalworld:blocks/aubergine_4", - "mysticalworld:blocks/aubergine_5", - "mysticalworld:blocks/aubergine_6", - "mysticalworld:blocks/aubergine_7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_natura/barley_plant.json b/config - Copy/agricraft/json/defaults/mod_natura/barley_plant.json deleted file mode 100644 index 40ca3032..00000000 --- a/config - Copy/agricraft/json/defaults/mod_natura/barley_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/barley_plant.json", - "enabled": true, - "id": "natura:barley_plant", - "plant_name": "Barley", - "seed_name": "Barley Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/barley_seeds", - "plant_textures": [ - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_3", - "natura:blocks/crops/barley/barley_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_natura/cotton_plant.json b/config - Copy/agricraft/json/defaults/mod_natura/cotton_plant.json deleted file mode 100644 index 5d1e0c19..00000000 --- a/config - Copy/agricraft/json/defaults/mod_natura/cotton_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/cotton_plant.json", - "enabled": true, - "id": "natura:cotton_plant", - "plant_name": "Cotton", - "seed_name": "Cotton Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/cotton_seeds", - "plant_textures": [ - "natura:blocks/crops/cotton/cotton_stage_0", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_randomthings/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/defaults/mod_randomthings/soils/fertilized_dirt_soil.json deleted file mode 100644 index 0bd87079..00000000 --- a/config - Copy/agricraft/json/defaults/mod_randomthings/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_randomthings/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_cloud_berry_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_cloud_berry_plant.json deleted file mode 100644 index 71714b35..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_cloud_berry_plant.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "path": "mod_roots/plants/roots_cloud_berry_plant.json", - "enabled": true, - "id": "roots:cloud_berry_plant", - "plant_name": "Cloud Berry", - "seed_name": "Cloud Berry Sprouts", - "seed_items": [ - { - "item": "roots:cloud_berry", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cloud Berry sprouts." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:cloud_berry", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "caelic_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/cloud_berry", - "plant_textures": [ - "roots:blocks/cloud_berry_0", - "roots:blocks/cloud_berry_1", - "roots:blocks/cloud_berry_2", - "roots:blocks/cloud_berry_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_dewgonia_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_dewgonia_plant.json deleted file mode 100644 index 7a7b9606..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_dewgonia_plant.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "path": "mod_roots/plants/roots_dewgonia_plant.json", - "enabled": true, - "id": "roots:dewgonia_plant", - "plant_name": "Dewgonia", - "seed_name": "Dewgonia Sprouts", - "seed_items": [ - { - "item": "roots:dewgonia", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dewgonia sprouts." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:dewgonia", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "aqueous_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/dewgonia", - "plant_textures": [ - "roots:blocks/dewgonia_0", - "roots:blocks/dewgonia_1", - "roots:blocks/dewgonia_2", - "roots:blocks/dewgonia_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_infernal_bulb_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_infernal_bulb_plant.json deleted file mode 100644 index f0e25318..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_infernal_bulb_plant.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "path": "mod_roots/plants/roots_infernal_bulb_plant.json", - "enabled": true, - "id": "roots:infernal_bulb_plant", - "plant_name": "Infernal Bulb", - "seed_name": "Infernal Bulb Sprouts", - "seed_items": [ - { - "item": "roots:infernal_bulb", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Infernal Bulb sprouts." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:infernal_bulb", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "magmatic_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/infernal_bulb", - "plant_textures": [ - "roots:blocks/infernal_bulb_0", - "roots:blocks/infernal_bulb_1", - "roots:blocks/infernal_bulb_2", - "roots:blocks/infernal_bulb_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_moonglow_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_moonglow_plant.json deleted file mode 100644 index 19c113d2..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_moonglow_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_roots/plants/roots_moonglow_plant.json", - "enabled": true, - "id": "roots:moonglow_plant", - "plant_name": "Moonglow", - "seed_name": "Moonglow Seeds", - "seed_items": [ - { - "item": "roots:moonglow_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Moonglow seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:moonglow_leaf", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "elemental_soil_soil", - "caelic_soil_soil", - "magmatic_soil_soil", - "terran_soil_soil", - "aqueous_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/moonglow_seed", - "plant_textures": [ - "roots:blocks/moonglow_0", - "roots:blocks/moonglow_1", - "roots:blocks/moonglow_2", - "roots:blocks/moonglow_3", - "roots:blocks/moonglow_4", - "roots:blocks/moonglow_5", - "roots:blocks/moonglow_6", - "roots:blocks/moonglow_7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_pereskia_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_pereskia_plant.json deleted file mode 100644 index 597fa1df..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_pereskia_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_roots/plants/roots_pereskia_plant.json", - "enabled": true, - "id": "roots:pereskia_plant", - "plant_name": "Pereskia", - "seed_name": "Pereskia Bulb", - "seed_items": [ - { - "item": "roots:pereskia_bulb", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pereskia seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:pereskia", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "elemental_soil_soil", - "caelic_soil_soil", - "magmatic_soil_soil", - "terran_soil_soil", - "aqueous_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/pereskia_bulb", - "plant_textures": [ - "roots:blocks/pereskia_0", - "roots:blocks/pereskia_1", - "roots:blocks/pereskia_2", - "roots:blocks/pereskia_3", - "roots:blocks/pereskia_4", - "roots:blocks/pereskia_5", - "roots:blocks/pereskia_6", - "roots:blocks/pereskia_7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_spirit_herb_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_spirit_herb_plant.json deleted file mode 100644 index 954cb8e3..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_spirit_herb_plant.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "path": "mod_roots/plants/roots_spirit_herb_plant.json", - "enabled": true, - "id": "roots:spirit_herb_plant", - "plant_name": "Spirit Herb", - "seed_name": "Spirit Herb Seeds", - "seed_items": [ - { - "item": "roots:spirit_herb_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spirit Herb seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:spirit_herb", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "elemental_soil_soil", - "caelic_soil_soil", - "magmatic_soil_soil", - "terran_soil_soil", - "aqueous_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/spirit_herb_seed", - "plant_textures": [ - "roots:blocks/spirit_herb_0", - "roots:blocks/spirit_herb_1", - "roots:blocks/spirit_herb_2", - "roots:blocks/spirit_herb_3", - "roots:blocks/spirit_herb_4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_stalicripe_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_stalicripe_plant.json deleted file mode 100644 index 55596401..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_stalicripe_plant.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "path": "mod_roots/plants/roots_stalicripe_plant.json", - "enabled": true, - "id": "roots:stalicripe_plant", - "plant_name": "Stalicripe", - "seed_name": "Stalicripe Sprouts", - "seed_items": [ - { - "item": "roots:stalicripe", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Stalicripe sprouts." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:stalicripe", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "terran_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/stalicripe", - "plant_textures": [ - "roots:blocks/stalicripe_0", - "roots:blocks/stalicripe_1", - "roots:blocks/stalicripe_2", - "roots:blocks/stalicripe_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_wildewheet_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_wildewheet_plant.json deleted file mode 100644 index 61414b44..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_wildewheet_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_roots/plants/roots_wildewheet_plant.json", - "enabled": true, - "id": "roots:wildewheet_plant", - "plant_name": "Wildewheet", - "seed_name": "Wildewheet Seeds", - "seed_items": [ - { - "item": "roots:wildewheet_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wildewheet seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:wildewheet", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "elemental_soil_soil", - "caelic_soil_soil", - "magmatic_soil_soil", - "terran_soil_soil", - "aqueous_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/wildewheet_seed", - "plant_textures": [ - "roots:blocks/wildewheet_0", - "roots:blocks/wildewheet_1", - "roots:blocks/wildewheet_2", - "roots:blocks/wildewheet_3", - "roots:blocks/wildewheet_4", - "roots:blocks/wildewheet_5", - "roots:blocks/wildewheet_6", - "roots:blocks/wildewheet_7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_wildroot_plant.json b/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_wildroot_plant.json deleted file mode 100644 index 2cb68f51..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/plants/roots_wildroot_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_roots/plants/roots_wildroot_plant.json", - "enabled": true, - "id": "roots:wildroot_plant", - "plant_name": "Wildroot", - "seed_name": "Wildroot Sprouts", - "seed_items": [ - { - "item": "roots:wildroot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wildroot sprouts." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "roots:wildroot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "elemental_soil_soil", - "caelic_soil_soil", - "magmatic_soil_soil", - "terran_soil_soil", - "aqueous_soil_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "roots:items/wildroot", - "plant_textures": [ - "roots:blocks/wildroot_0", - "roots:blocks/wildroot_1", - "roots:blocks/wildroot_2", - "roots:blocks/wildroot_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/soils/aqueous_soil_soil.json b/config - Copy/agricraft/json/defaults/mod_roots/soils/aqueous_soil_soil.json deleted file mode 100644 index 2734525b..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/soils/aqueous_soil_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_roots/soils/aqueous_soil_soil.json", - "enabled": true, - "id": "aqueous_soil_soil", - "name": "Aqueous Soil", - "varients": [ - { - "item": "roots:elemental_soil_water", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/soils/caelic_soil_soil.json b/config - Copy/agricraft/json/defaults/mod_roots/soils/caelic_soil_soil.json deleted file mode 100644 index 0ffa021d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/soils/caelic_soil_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_roots/soils/caelic_soil_soil.json", - "enabled": true, - "id": "caelic_soil_soil", - "name": "Caelic Soil", - "varients": [ - { - "item": "roots:elemental_soil_air", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/soils/elemental_soil_soil.json b/config - Copy/agricraft/json/defaults/mod_roots/soils/elemental_soil_soil.json deleted file mode 100644 index 4650011d..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/soils/elemental_soil_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_roots/soils/elemental_soil_soil.json", - "enabled": true, - "id": "elemental_soil_soil", - "name": "Elemental Soil", - "varients": [ - { - "item": "roots:elemental_soil", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/soils/magmatic_soil_soil.json b/config - Copy/agricraft/json/defaults/mod_roots/soils/magmatic_soil_soil.json deleted file mode 100644 index 0fb0e191..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/soils/magmatic_soil_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_roots/soils/magmatic_soil_soil.json", - "enabled": true, - "id": "magmatic_soil_soil", - "name": "Magmatic Soil", - "varients": [ - { - "item": "roots:elemental_soil_fire", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_roots/soils/terran_soil_soil.json b/config - Copy/agricraft/json/defaults/mod_roots/soils/terran_soil_soil.json deleted file mode 100644 index d92d98bf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_roots/soils/terran_soil_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_roots/soils/terran_soil_soil.json", - "enabled": true, - "id": "terran_soil_soil", - "name": "Terran Soil", - "varients": [ - { - "item": "roots:elemental_soil_earth", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/aloe_vera_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/aloe_vera_plant.json deleted file mode 100644 index 54038cbf..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/aloe_vera_plant.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "path": "mod_rustic/plants/aloe_vera_plant.json", - "enabled": true, - "id": "rustic:aloe_vera", - "plant_name": "Aloe Vera", - "seed_name": "Aloe Vera", - "seed_items": [ - { - "item": "rustic:aloe_vera", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aloe Vera." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:aloe_vera", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland:soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/aloe_vera", - "plant_textures": [ - "rustic:blocks/herbs/aloe_vera_seed", - "rustic:blocks/herbs/aloe_vera" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/blood_orchid_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/blood_orchid_plant.json deleted file mode 100644 index 745b7b3e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/blood_orchid_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/blood_orchid_plant.json", - "enabled": true, - "id": "rustic:blood_orchid", - "plant_name": "Blood Orchid", - "seed_name": "Blood Orchid", - "seed_items": [ - { - "item": "rustic:blood_orchid", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blood Orchid." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:blood_orchid", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/blood_orchid", - "plant_textures": [ - "rustic:blocks/herbs/blood_orchid_seed", - "rustic:blocks/herbs/blood_orchid" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/chamomile_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/chamomile_plant.json deleted file mode 100644 index c6ebe273..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/chamomile_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/chamomile_plant.json", - "enabled": true, - "id": "rustic:chamomile", - "plant_name": "Chamomile", - "seed_name": "Chamomile", - "seed_items": [ - { - "item": "rustic:chamomile", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chamomile." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:chamomile", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/chamomile", - "plant_textures": [ - "rustic:blocks/herbs/chamomile_seed", - "rustic:blocks/herbs/chamomile" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/chili_pepper_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/chili_pepper_plant.json deleted file mode 100644 index 9d257aae..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/chili_pepper_plant.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "path": "mod_rustic/plants/chili_pepper_plant.json", - "enabled": true, - "id": "rustic:chili_pepper", - "plant_name": "Chili Pepper", - "seed_name": "Chili Pepper Seeds", - "seed_items": [ - { - "item": "rustic:chili_pepper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chili Pepper." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:chili_pepper", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/chili_pepper_seeds", - "plant_textures": [ - "rustic:blocks/chili_crop_0", - "rustic:blocks/chili_crop_1", - "rustic:blocks/chili_crop_2", - "rustic:blocks/chili_crop_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/cloudsbluff_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/cloudsbluff_plant.json deleted file mode 100644 index 623b914a..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/cloudsbluff_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/cloudsbluff_plant.json", - "enabled": true, - "id": "rustic:cloudsbluff", - "plant_name": "Cloudsbluff", - "seed_name": "Cloudsbluff", - "seed_items": [ - { - "item": "rustic:cloudsbluff", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cloudsbluff." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:cloudsbluff", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/cloudsbluff", - "plant_textures": [ - "rustic:blocks/herbs/cloudsbluff_seed", - "rustic:blocks/herbs/cloudsbluff" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/cohosh_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/cohosh_plant.json deleted file mode 100644 index 4b783420..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/cohosh_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/cohosh_plant.json", - "enabled": true, - "id": "rustic:cohosh", - "plant_name": "Cohosh", - "seed_name": "Cohosh", - "seed_items": [ - { - "item": "rustic:cohosh", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cohosh." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:cohosh", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/cohosh", - "plant_textures": [ - "rustic:blocks/herbs/cohosh_seed", - "rustic:blocks/herbs/cohosh" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/core_root_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/core_root_plant.json deleted file mode 100644 index 52b5c4dc..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/core_root_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/core_root_plant.json", - "enabled": true, - "id": "rustic:core_root", - "plant_name": "Core Root", - "seed_name": "Core Root", - "seed_items": [ - { - "item": "rustic:core_root", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Core Root." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:core_root", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/core_root", - "plant_textures": [ - "rustic:blocks/herbs/core_root_seed", - "rustic:blocks/herbs/core_root" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/deathstalk_mushroom_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/deathstalk_mushroom_plant.json deleted file mode 100644 index 1122c286..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/deathstalk_mushroom_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "mod_rustic/plants/deathstalk_mushroom_plant.json", - "enabled": true, - "id": "rustic:deathstalk_mushroom", - "plant_name": "Deathstalk Mushoom", - "seed_name": "Deathstalk Mushoom", - "seed_items": [ - { - "item": "rustic:deathstalk_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Deathstalk Mushoom." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:deathstalk_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "mycelium_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/deathstalk_mushroom", - "plant_textures": [ - "rustic:blocks/herbs/deathstalk_mushroom_spore", - "rustic:blocks/herbs/deathstalk_mushroom" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/ginseng_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/ginseng_plant.json deleted file mode 100644 index 63e5a5b1..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/ginseng_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/ginseng_plant.json", - "enabled": true, - "id": "rustic:ginseng", - "plant_name": "Ginseng", - "seed_name": "Ginseng", - "seed_items": [ - { - "item": "rustic:ginseng", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ginseng." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:ginseng", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/ginseng", - "plant_textures": [ - "rustic:blocks/herbs/ginseng_seed", - "rustic:blocks/herbs/ginseng" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/grapes_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/grapes_plant.json deleted file mode 100644 index 05e32f55..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/grapes_plant.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "path": "mod_rustic/plants/grapes_plant.json", - "enabled": true, - "id": "rustic:grapes", - "plant_name": "Grapes", - "seed_name": "Grape Seeds", - "seed_items": [ - { - "item": "rustic:grape_stem", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Grapes." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:grapes", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/grape_seeds", - "plant_textures": [ - "rustic:blocks/grape_stem_0", - "rustic:blocks/grape_stem_1", - "rustic:blocks/grape_stem_2", - "rustic:blocks/grapes" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/horsetail_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/horsetail_plant.json deleted file mode 100644 index 7553a92e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/horsetail_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/horsetail_plant.json", - "enabled": true, - "id": "rustic:horsetail", - "plant_name": "Horsetail", - "seed_name": "Horsetail", - "seed_items": [ - { - "item": "rustic:horsetail", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Horsetail." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:horsetail", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/horsetail", - "plant_textures": [ - "rustic:blocks/herbs/horsetail_seed", - "rustic:blocks/herbs/horsetail" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/marsh_mallow_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/marsh_mallow_plant.json deleted file mode 100644 index d696525e..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/marsh_mallow_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/marsh_mallow_plant.json", - "enabled": true, - "id": "rustic:marsh_mallow", - "plant_name": "Marsh Mallow", - "seed_name": "Marsh Mallow", - "seed_items": [ - { - "item": "rustic:marsh_mallow", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Marsh Mallow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:marsh_mallow", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/marsh_mallow", - "plant_textures": [ - "rustic:blocks/herbs/marsh_mallow_seed", - "rustic:blocks/herbs/marsh_mallow" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/mooncap_mushroom_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/mooncap_mushroom_plant.json deleted file mode 100644 index e97a23fd..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/mooncap_mushroom_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "mod_rustic/plants/mooncap_mushroom_plant.json", - "enabled": true, - "id": "rustic:mooncap_mushroom", - "plant_name": "Mooncap Mushroom", - "seed_name": "Mooncap Mushroom", - "seed_items": [ - { - "item": "rustic:mooncap_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mooncap Mushroom." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:mooncap_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "mycelium_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/mooncap_mushroom", - "plant_textures": [ - "rustic:blocks/herbs/mooncap_mushroom_spore", - "rustic:blocks/herbs/mooncap_mushroom" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/tomato_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/tomato_plant.json deleted file mode 100644 index a82fce80..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/tomato_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "mod_rustic/plants/tomato_plant.json", - "enabled": true, - "id": "rustic:tomato", - "plant_name": "Tomato", - "seed_name": "Tomato Seeds", - "seed_items": [ - { - "item": "rustic:tomato_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tomato." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:tomato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/tomato_seeds", - "plant_textures": [ - "rustic:blocks/tomato_crop_0", - "rustic:blocks/tomato_crop_2", - "rustic:blocks/tomato_crop_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/plants/wind_thistle_plant.json b/config - Copy/agricraft/json/defaults/mod_rustic/plants/wind_thistle_plant.json deleted file mode 100644 index 95749af6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/plants/wind_thistle_plant.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "path": "mod_rustic/plants/wind_thistle_plant.json", - "enabled": true, - "id": "rustic:wind_thistle", - "plant_name": "Wind Thistle", - "seed_name": "Wind Thistle", - "seed_items": [ - { - "item": "rustic:wind_thistle", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wind Thistle." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "rustic:wind_thistle", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "rustic:items/herbs/wind_thistle", - "plant_textures": [ - "rustic:blocks/herbs/wind_thistle_seed", - "rustic:blocks/herbs/wind_thistle" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_rustic/soils/fertile_soil.json b/config - Copy/agricraft/json/defaults/mod_rustic/soils/fertile_soil.json deleted file mode 100644 index 0fb5a286..00000000 --- a/config - Copy/agricraft/json/defaults/mod_rustic/soils/fertile_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_rustic/soils/fertile_soil.json", - "enabled": true, - "id": "fertile_soil", - "name": "Fertile Soil", - "varients": [ - { - "item": "rustic:fertile_soil", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/mod_silentgems/fluffypuff_plant.json b/config - Copy/agricraft/json/defaults/mod_silentgems/fluffypuff_plant.json deleted file mode 100644 index b85b92d6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_silentgems/fluffypuff_plant.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "path": "mod_silentgems/fluffypuff_plant.json", - "enabled": true, - "id": "silentgems:fluffypuffseeds", - "plant_name": "Fluffy Puff Plant", - "seed_name": "Fluffy Puff Seeds", - "seed_items": [ - { - "item": "silentgems:fluffypuffseeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluffy Puff" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "silentgems:fluffypuff", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "silentgems:fluffypuffseeds", - "plant_textures": [ - "silentgems:blocks/fluffyplant0", - "silentgems:blocks/fluffyplant1", - "silentgems:blocks/fluffyplant2", - "silentgems:blocks/fluffyplant3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/corn_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/corn_plant.json deleted file mode 100644 index d5f91194..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/corn_plant.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "path": "mod_xlfoodmod/corn_plant.json", - "enabled": true, - "id": "xlfoodmod:corn_plant", - "plant_name": "Corn Plant", - "seed_name": "Corn Seeds", - "seed_items": [ - { - "item": "xlfoodmod:corn_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Corn" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:raw_corn", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/corn_seeds", - "plant_textures": [ - "xlfoodmod:blocks/corn_plant0", - "xlfoodmod:blocks/corn_plant1", - "xlfoodmod:blocks/corn_plant2", - "xlfoodmod:blocks/corn_plant3", - "xlfoodmod:blocks/corn_plant4", - "xlfoodmod:blocks/corn_plant5", - "xlfoodmod:blocks/corn_plant6", - "xlfoodmod:blocks/corn_plant7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/cucumber_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/cucumber_plant.json deleted file mode 100644 index e6fda3f4..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/cucumber_plant.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "path": "mod_xlfoodmod/cucumber_plant.json", - "enabled": true, - "id": "xlfoodmod:cucumber_plant", - "plant_name": "Cucumber Plant", - "seed_name": "Cucumber Seeds", - "seed_items": [ - { - "item": "xlfoodmod:cucumber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cucumber" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:cucumber", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/cucumber_seeds", - "plant_textures": [ - "xlfoodmod:blocks/cucumber_plant0", - "xlfoodmod:blocks/cucumber_plant1", - "xlfoodmod:blocks/cucumber_plant2", - "xlfoodmod:blocks/cucumber_plant3", - "xlfoodmod:blocks/cucumber_plant4", - "xlfoodmod:blocks/cucumber_plant5" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/lettuce_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/lettuce_plant.json deleted file mode 100644 index 89682e16..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/lettuce_plant.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "path": "mod_xlfoodmod/lettuce_plant.json", - "enabled": true, - "id": "xlfoodmod:lettuce_plant", - "plant_name": "Lettuce Plant", - "seed_name": "Lettuce Seeds", - "seed_items": [ - { - "item": "xlfoodmod:lettuce_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lettuce" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:lettuce", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/lettuce_seeds", - "plant_textures": [ - "xlfoodmod:blocks/lettuce_plant0", - "xlfoodmod:blocks/lettuce_plant1", - "xlfoodmod:blocks/lettuce_plant2", - "xlfoodmod:blocks/lettuce_plant3", - "xlfoodmod:blocks/lettuce_plant4", - "xlfoodmod:blocks/lettuce_plant5", - "xlfoodmod:blocks/lettuce_plant6", - "xlfoodmod:blocks/lettuce_plant7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/onion_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/onion_plant.json deleted file mode 100644 index c51452e6..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/onion_plant.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "path": "mod_xlfoodmod/onion_plant.json", - "enabled": true, - "id": "xlfoodmod:onion_plant", - "plant_name": "Onion Plant", - "seed_name": "Onion", - "seed_items": [ - { - "item": "xlfoodmod:onion", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Onion" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:onion", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/onion", - "plant_textures": [ - "xlfoodmod:blocks/onion_plant0", - "xlfoodmod:blocks/onion_plant1", - "xlfoodmod:blocks/onion_plant2", - "xlfoodmod:blocks/onion_plant3", - "xlfoodmod:blocks/onion_plant4", - "xlfoodmod:blocks/onion_plant5", - "xlfoodmod:blocks/onion_plant6", - "xlfoodmod:blocks/onion_plant7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/pepper_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/pepper_plant.json deleted file mode 100644 index 681eb846..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/pepper_plant.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "path": "mod_xlfoodmod/pepper_plant.json", - "enabled": true, - "id": "xlfoodmod:pepper_plant", - "plant_name": "Pepper Plant", - "seed_name": "Pepper Seeds", - "seed_items": [ - { - "item": "xlfoodmod:pepper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pepper" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:pepper", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/pepper_seeds", - "plant_textures": [ - "xlfoodmod:blocks/pepper_plant0", - "xlfoodmod:blocks/pepper_plant1", - "xlfoodmod:blocks/pepper_plant2", - "xlfoodmod:blocks/pepper_plant3", - "xlfoodmod:blocks/pepper_plant4", - "xlfoodmod:blocks/pepper_plant5", - "xlfoodmod:blocks/pepper_plant6", - "xlfoodmod:blocks/pepper_plant7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/rice_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/rice_plant.json deleted file mode 100644 index fee6e562..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/rice_plant.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "path": "mod_xlfoodmod/rice_plant.json", - "enabled": true, - "id": "xlfoodmod:rice_plant", - "plant_name": "Rice Plant", - "seed_name": "Rice Seeds", - "seed_items": [ - { - "item": "xlfoodmod:rice_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rice" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:rice", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/rice_seeds", - "plant_textures": [ - "xlfoodmod:blocks/rice_plant0", - "xlfoodmod:blocks/rice_plant1", - "xlfoodmod:blocks/rice_plant2", - "xlfoodmod:blocks/rice_plant3", - "xlfoodmod:blocks/rice_plant4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/strawberry_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/strawberry_plant.json deleted file mode 100644 index b36c96ba..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/strawberry_plant.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "path": "mod_xlfoodmod/strawberry_plant.json", - "enabled": true, - "id": "xlfoodmod:strawberry_plant", - "plant_name": "Strawberry Plant", - "seed_name": "Strawberry Seeds", - "seed_items": [ - { - "item": "xlfoodmod:strawberry_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Strawberry" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:strawberry", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:strawberry_seeds", - "plant_textures": [ - "xlfoodmod:blocks/strawberry_plant0", - "xlfoodmod:blocks/strawberry_plant1", - "xlfoodmod:blocks/strawberry_plant2", - "xlfoodmod:blocks/strawberry_plant3", - "xlfoodmod:blocks/strawberry_plant4", - "xlfoodmod:blocks/strawberry_plant5" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/tomato_plant.json b/config - Copy/agricraft/json/defaults/mod_xlfoodmod/tomato_plant.json deleted file mode 100644 index 03c8c386..00000000 --- a/config - Copy/agricraft/json/defaults/mod_xlfoodmod/tomato_plant.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "path": "mod_xlfoodmod/tomato_plant.json", - "enabled": true, - "id": "xlfoodmod:tomato_plant", - "plant_name": "Tomato Plant", - "seed_name": "Tomato Seeds", - "seed_items": [ - { - "item": "xlfoodmod:tomato_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tomato" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "xlfoodmod:tomato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "grass_soil", - "fertilized_dirt_soil", - "fertile_soil", - "loamy_farmland_soil", - "sandy_farmland_soil", - "silty_farmland_soil", - "fertilized_farmland_stable_soil", - "fertilized_farmland_rich_stable_soil", - "fertilized_farmland_rich_soil", - "fertilized_farmland_healthy_stable_soil", - "fertilized_farmland_healthy_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "xlfoodmod:items/tomato_seeds", - "plant_textures": [ - "xlfoodmod:blocks/tomato_plant0", - "xlfoodmod:blocks/tomato_plant1", - "xlfoodmod:blocks/tomato_plant2", - "xlfoodmod:blocks/tomato_plant3", - "xlfoodmod:blocks/tomato_plant4", - "xlfoodmod:blocks/tomato_plant5" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/aurigold_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/aurigold_mutation.json deleted file mode 100644 index 8f4b92a2..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/aurigold_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/aurigold_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:aurigold_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:redstodendron_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/cuprosia_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/cuprosia_mutation.json deleted file mode 100644 index 06ff51e5..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/cuprosia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/cuprosia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:cuprosia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/diamahlia_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/diamahlia_mutation.json deleted file mode 100644 index b98a9ba7..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/diamahlia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/diamahlia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:diamahlia_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/emeryllis_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/emeryllis_mutation.json deleted file mode 100644 index 5c33ad2a..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/emeryllis_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/emeryllis_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:emeryllis_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:quartzanthemum_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/ferranium_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/ferranium_mutation.json deleted file mode 100644 index 2ee5ccec..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/ferranium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/ferranium_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:ferranium_plant", - "parent1": "vanilla:melon_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/jaslumine_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/jaslumine_mutation.json deleted file mode 100644 index ced1b212..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/jaslumine_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/jaslumine_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:jaslumine_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/lapender_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/lapender_mutation.json deleted file mode 100644 index 16a4d85e..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/lapender_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/lapender_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:lapender_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/niccissus_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/niccissus_mutation.json deleted file mode 100644 index 6bcc67b5..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/niccissus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/niccissus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:niccissus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:white_tulip_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/nitorwart_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/nitorwart_mutation.json deleted file mode 100644 index 3cde536e..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/nitorwart_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/nitorwart_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "resource:nitorwart_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/osmonium_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/osmonium_mutation.json deleted file mode 100644 index 1de3cc1d..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/osmonium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/osmonium_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:osmonium_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:quartzanthemum_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/petinia_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/petinia_mutation.json deleted file mode 100644 index a56bf6fa..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/petinia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/petinia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:petinia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/platiolus_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/platiolus_mutation.json deleted file mode 100644 index ddf250ae..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/platiolus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/platiolus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:platiolus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:aurigold_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/plombean_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/plombean_mutation.json deleted file mode 100644 index b3bfe5f0..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/plombean_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/plombean_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:plombean_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:brown_mushroom_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/quartzanthemum_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/quartzanthemum_mutation.json deleted file mode 100644 index 25802c67..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/quartzanthemum_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/quartzanthemum_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:quartzanthemum_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/mutations/redstodendron_mutation.json b/config - Copy/agricraft/json/defaults/resource/mutations/redstodendron_mutation.json deleted file mode 100644 index 9a2fa415..00000000 --- a/config - Copy/agricraft/json/defaults/resource/mutations/redstodendron_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/redstodendron_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:redstodendron_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:lapender_plant" -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/aurigold_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/aurigold_plant.json deleted file mode 100644 index 198ecde9..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/aurigold_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/aurigold_plant.json", - "enabled": true, - "id": "resource:aurigold_plant", - "plant_name": "Aurigold", - "seed_name": "Aurigold Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A golden delight." - }, - "growth_chance": 0.8, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetGold", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreGold", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_aurigold", - "plant_textures": [ - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/cuprosia_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/cuprosia_plant.json deleted file mode 100644 index 6c5439a3..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/cuprosia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/cuprosia_plant.json", - "enabled": true, - "id": "resource:cuprosia_plant", - "plant_name": "Cuprosia", - "seed_name": "Cuprosia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Known as the engineer\u0027s delight, this plant produces a substance of incredible utility." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetCopper", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreCopper", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cuprosia", - "plant_textures": [ - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia3", - "agricraft:blocks/crop_cuprosia4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/diamahlia_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/diamahlia_plant.json deleted file mode 100644 index c2452fa4..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/diamahlia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/diamahlia_plant.json", - "enabled": true, - "id": "resource:diamahlia_plant", - "plant_name": "Diamahlia", - "seed_name": "Diamahlia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "oredict:nuggetDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_diamahlia", - "plant_textures": [ - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/emeryllis_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/emeryllis_plant.json deleted file mode 100644 index 2265ec48..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/emeryllis_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/emeryllis_plant.json", - "enabled": true, - "id": "resource:emeryllis_plant", - "plant_name": "Emeryllis", - "seed_name": "Emeryllis Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely green gem." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_emeryllis", - "plant_textures": [ - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/ferranium_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/ferranium_plant.json deleted file mode 100644 index 6c53f6ef..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/ferranium_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/ferranium_plant.json", - "enabled": true, - "id": "resource:ferranium_plant", - "plant_name": "Ferranium", - "seed_name": "Ferranum Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A strong plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetIron", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreIron", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_ferranium", - "plant_textures": [ - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium3", - "agricraft:blocks/crop_ferranium4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/jaslumine_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/jaslumine_plant.json deleted file mode 100644 index 17483a2e..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/jaslumine_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/jaslumine_plant.json", - "enabled": true, - "id": "resource:jaslumine_plant", - "plant_name": "Jaslumine", - "seed_name": "Jaslumine Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Jaslumine to some, Jaluminium to me. Shines like silver, but not all that valuable of a plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_jaslumine", - "plant_textures": [ - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine3", - "agricraft:blocks/crop_jaslumine4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/lapender_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/lapender_plant.json deleted file mode 100644 index 44ccddeb..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/lapender_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/lapender_plant.json", - "enabled": true, - "id": "resource:lapender_plant", - "plant_name": "Lapender", - "seed_name": "Lapender Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A regal plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:dye", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLapis", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_lapender", - "plant_textures": [ - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/niccissus_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/niccissus_plant.json deleted file mode 100644 index bf6a6c6b..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/niccissus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/niccissus_plant.json", - "enabled": true, - "id": "resource:niccissus_plant", - "plant_name": "Niccissus", - "seed_name": "Niccissus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While there is much debate over which is the best plant, we can all agree that the Niccissus plant is by far the most self-absorbed." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetNickel", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreNickel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_niccissus", - "plant_textures": [ - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus3", - "agricraft:blocks/crop_niccissus4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/nitorwart_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/nitorwart_plant.json deleted file mode 100644 index 7d751149..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/nitorwart_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/nitorwart_plant.json", - "enabled": true, - "id": "resource:nitorwart_plant", - "plant_name": "Nitorwart", - "seed_name": "Burning Spores", - "seed_items": [], - "description": { - "translations": {}, - "default": "It sure seems to like to glow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:glowstone_dust", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:glowstone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nitor_wart", - "plant_textures": [ - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/osmonium_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/osmonium_plant.json deleted file mode 100644 index 4a0a2abf..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/osmonium_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/osmonium_plant.json", - "enabled": true, - "id": "resource:osmonium_plant", - "plant_name": "Osmonium", - "seed_name": "Osmonium Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "An unusually rare plant, thought to originate from outer space." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetOsmium", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreOsmium", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_osmonium", - "plant_textures": [ - "agricraft:blocks/crop_osmonium1", - "agricraft:blocks/crop_osmonium1", - "agricraft:blocks/crop_osmonium1", - "agricraft:blocks/crop_osmonium2", - "agricraft:blocks/crop_osmonium2", - "agricraft:blocks/crop_osmonium2", - "agricraft:blocks/crop_osmonium3", - "agricraft:blocks/crop_osmonium4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/petinia_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/petinia_plant.json deleted file mode 100644 index 8d6be51b..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/petinia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/petinia_plant.json", - "enabled": true, - "id": "resource:petinia_plant", - "plant_name": "Petinia", - "seed_name": "Petinia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A distant cousin of the familiar petunia flower, this plant produces a substance frequently used to plate metal cans." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetTin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreTin", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_petinia", - "plant_textures": [ - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia3", - "agricraft:blocks/crop_petinia4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/platiolus_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/platiolus_plant.json deleted file mode 100644 index fe81ec68..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/platiolus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/platiolus_plant.json", - "enabled": true, - "id": "resource:platiolus_plant", - "plant_name": "Platiolus", - "seed_name": "Platiolus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "The unquestioned king among the metal-bearing plants, this plant has a gleam to it that puts even the aurigold flower to shame." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetPlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:orePlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_platiolus", - "plant_textures": [ - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus3", - "agricraft:blocks/crop_platiolus4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/plombean_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/plombean_plant.json deleted file mode 100644 index aa86956c..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/plombean_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/plombean_plant.json", - "enabled": true, - "id": "resource:plombean_plant", - "plant_name": "Plombean", - "seed_name": "Plombean Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "In ancient times this plant was thought to bear a lifegiving fruit. Nowadays we know better." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetLead", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLead", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_plombean", - "plant_textures": [ - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean3", - "agricraft:blocks/crop_plombean4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/quartzanthemum_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/quartzanthemum_plant.json deleted file mode 100644 index 4d330a3c..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/quartzanthemum_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/quartzanthemum_plant.json", - "enabled": true, - "id": "resource:quartzanthemum_plant", - "plant_name": "Quartzanthemum", - "seed_name": "Crystalline Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A suprisingly crystalline plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.875, - "required": true, - "item": "oredict:nuggetQuartz", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:quartz_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_quartzanthemum", - "plant_textures": [ - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/plants/redstodendron_plant.json b/config - Copy/agricraft/json/defaults/resource/plants/redstodendron_plant.json deleted file mode 100644 index f0039018..00000000 --- a/config - Copy/agricraft/json/defaults/resource/plants/redstodendron_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/redstodendron_plant.json", - "enabled": true, - "id": "resource:redstodendron_plant", - "plant_name": "Redstodendron", - "seed_name": "Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Much more complex than the average red algea." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "minecraft:redstone", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:redstone_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_redstodendron", - "plant_textures": [ - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/resource/soils/gravel_soil.json b/config - Copy/agricraft/json/defaults/resource/soils/gravel_soil.json deleted file mode 100644 index 6cbc1bf5..00000000 --- a/config - Copy/agricraft/json/defaults/resource/soils/gravel_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/gravel_soil.json", - "enabled": true, - "id": "gravel_soil", - "name": "Gravel", - "varients": [ - { - "item": "minecraft:gravel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/resource/soils/stone_soil.json b/config - Copy/agricraft/json/defaults/resource/soils/stone_soil.json deleted file mode 100644 index 42d13b6a..00000000 --- a/config - Copy/agricraft/json/defaults/resource/soils/stone_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/stone_soil.json", - "enabled": true, - "id": "stone_soil", - "name": "Stone", - "varients": [ - { - "item": "minecraft:stone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/tools/data/input_data.json b/config - Copy/agricraft/json/defaults/tools/data/input_data.json deleted file mode 100644 index d2c82551..00000000 --- a/config - Copy/agricraft/json/defaults/tools/data/input_data.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "modId":"mysticalagriculture", - "seeds": [ - { - "name":"Tier1 Inferium", - "dict":"inferium_seeds", - "drops":"inferium_essence", - "crop":"inferium" - }, - { - "name":"Tier2 Inferium", - "dict":"inferium_seeds", - "drops":"inferium_essence", - "crop":"inferium" - }, - { - "name":"Tier3 Inferium", - "dict":"inferium_seeds", - "drops":"inferium_essence", - "crop":"inferium" - }, - { - "name":"Tier4 Inferium", - "dict":"inferium_seeds", - "drops":"inferium_essence", - "crop":"inferium" - }, - { - "name":"Tier5 Inferium", - "dict":"infernium_seeds", - "drops":"inferium_essence", - "crop":"inferium" - }, - { - "name":"Stone" - }, - { - "name":"Dirt" - }, - { - "name":"Nature" - }, - { - "name":"Wood" - }, - { - "name":"Water" - }, - { - "name":"Ice" - }, - { - "name":"Fire" - }, - { - "name":"Dye" - }, - { - "name":"Nether" - }, - { - "name":"Coal" - }, - { - "name":"Iron" - }, - { - "name":"Nether Quartz" - }, - { - "name":"Glowstone" - }, - { - "name":"Redstone" - }, - { - "name":"Obsidian" - }, - { - "name":"Gold" - }, - { - "name":"Lapis Lazuli" - }, - { - "name":"Experience" - }, - { - "name":"Diamond" - }, - { - "name":"Emerald" - }, - { - "name":"Zombie" - }, - { - "name":"Pig" - }, - { - "name":"Chicken" - }, - { - "name":"Cow" - }, - { - "name":"Sheep" - }, - { - "name":"Slime" - }, - { - "name":"Skeleton" - }, - { - "name":"Creeper" - }, - { - "name":"Spider" - }, - { - "name":"Rabbit" - }, - { - "name":"Guardian" - }, - { - "name":"Blaze" - }, - { - "name":"Ghast" - }, - { - "name":"Enderman" - }, - { - "name":"Wither Skeleton" - }, - { - "name":"Aluminum" - }, - { - "name":"Copper" - }, - { - "name":"Tin" - }, - { - "name":"Bronze" - }, - { - "name":"Zinc" - }, - { - "name":"Brass" - }, - { - "name":"Silver" - }, - { - "name":"Lead" - }, - { - "name":"Steel" - }, - { - "name":"Nickel" - }, - { - "name":"Constantan" - }, - { - "name":"Electrum" - }, - { - "name":"Invar" - }, - { - "name":"Mithril" - }, - { - "name":"Platinum" - }, - { - "name":"Iridium" - }, - { - "name":"Blizz" - }, - { - "name":"Blitz" - }, - { - "name":"Basalz" - }, - { - "name":"Signalum" - }, - { - "name":"Lumium" - }, - { - "name":"Enderium" - }, - { - "name":"Aluminum Brass" - }, - { - "name":"Knightslime" - }, - { - "name":"Ardite" - }, - { - "name":"Manyullyn" - }, - { - "name":"Electrical Steel" - }, - { - "name":"Redstone Alloy" - }, - { - "name":"Conductive Iron" - }, - { - "name":"Soularium" - }, - { - "name":"Dark Steel" - }, - { - "name":"Pulsating Iron" - }, - { - "name":"Energetic Alloy" - }, - { - "name":"Vibrant Alloy" - }, - { - "name":"Quartz Enriched Iron" - } ] -} diff --git a/config - Copy/agricraft/json/defaults/tools/data/plant_template.json b/config - Copy/agricraft/json/defaults/tools/data/plant_template.json deleted file mode 100644 index 84a18af5..00000000 --- a/config - Copy/agricraft/json/defaults/tools/data/plant_template.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/${Filename}_plant.json", - "enabled": true, - "id": "${Filename}_crop", - "plant_name": "${Name} Crop", - "seed_name": "${Name} Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:${Seed}", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "${Name} Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.0, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:${Drops}", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "bases": [], - "nearby": {} - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/${Seed}", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/${Crop}_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/allium_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/allium_mutation.json deleted file mode 100644 index 8e332e03..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/allium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/allium_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:allium_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/brown_mushroom_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/brown_mushroom_mutation.json deleted file mode 100644 index 7fd4a11d..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/brown_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/brown_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:brown_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/cactus_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/cactus_mutation.json deleted file mode 100644 index cad69536..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/cactus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/cactus_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:cactus_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/carrot_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/carrot_mutation.json deleted file mode 100644 index 865202c2..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/carrot_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/carrot_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:carrot_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/daisy_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/daisy_mutation.json deleted file mode 100644 index ba6c5d86..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/daisy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/daisy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:daisy_plant", - "parent1": "vanilla:dandelion_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/dandelion_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/dandelion_mutation.json deleted file mode 100644 index 30d3ea6e..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/dandelion_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/dandelion_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:dandelion_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/melon_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/melon_mutation.json deleted file mode 100644 index 806a35d2..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/melon_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/melon_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:melon_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/orange_tulip_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/orange_tulip_mutation.json deleted file mode 100644 index 730283d6..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/orange_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orange_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orange_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/orchid_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/orchid_mutation.json deleted file mode 100644 index 9b1d9782..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/orchid_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orchid_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orchid_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/pink_tulip_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/pink_tulip_mutation.json deleted file mode 100644 index 38efe319..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/pink_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pink_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:pink_tulip_plant", - "parent1": "vanilla:allium_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/poppy_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/poppy_mutation.json deleted file mode 100644 index 6d59e74e..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/poppy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/poppy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:poppy_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/pumpkin_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/pumpkin_mutation.json deleted file mode 100644 index 33baf7af..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/pumpkin_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pumpkin_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:pumpkin_plant", - "parent1": "vanilla:carrot_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/red_mushroom_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/red_mushroom_mutation.json deleted file mode 100644 index c2ba3985..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/red_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:red_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/red_tulip_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/red_tulip_mutation.json deleted file mode 100644 index eaa27f2a..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/red_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:red_tulip_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:allium_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/sugarcane_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/sugarcane_mutation.json deleted file mode 100644 index 640832db..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/sugarcane_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/sugarcane_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:sugarcane_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:beet_root_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/mutations/white_tulip_mutation.json b/config - Copy/agricraft/json/defaults/vanilla/mutations/white_tulip_mutation.json deleted file mode 100644 index 87d21368..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/mutations/white_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/white_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:white_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/allium_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/allium_plant.json deleted file mode 100644 index c8bcb254..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/allium_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/allium_plant.json", - "enabled": true, - "id": "vanilla:allium_plant", - "plant_name": "Allium", - "seed_name": "Allium Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "From the family of plants including the garlic, onion, and chive this plant produces a beautiful umbel consisting of many small purple blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_allium", - "plant_textures": [ - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/beet_root_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/beet_root_plant.json deleted file mode 100644 index 93ab99b5..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/beet_root_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/beet_root_plant.json", - "enabled": true, - "id": "vanilla:beet_root_plant", - "plant_name": "Beets", - "seed_name": "Beet Seeds", - "seed_items": [ - { - "item": "minecraft:beetroot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Beet. It\u0027s what\u0027s for dinner." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:beetroot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/beetroot_seeds", - "plant_textures": [ - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/brown_mushroom_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/brown_mushroom_plant.json deleted file mode 100644 index 00d8f637..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/brown_mushroom_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/brown_mushroom_plant.json", - "enabled": true, - "id": "vanilla:brown_mushroom_plant", - "plant_name": "Brown Mushroom", - "seed_name": "Brown Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A simple decomposer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_brown", - "plant_textures": [ - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/cactus_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/cactus_plant.json deleted file mode 100644 index 0025acb2..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/cactus_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/cactus_plant.json", - "enabled": true, - "id": "vanilla:cactus_plant", - "plant_name": "Cactus", - "seed_name": "Cactus Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A very prickly plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 1.0, - "required": true, - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cactus", - "plant_textures": [ - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/carrot_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/carrot_plant.json deleted file mode 100644 index 1b7ce862..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/carrot_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/carrot_plant.json", - "enabled": true, - "id": "vanilla:carrot_plant", - "plant_name": "Carrot", - "seed_name": "Carrot Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit attractant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_carrot", - "plant_textures": [ - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/daisy_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/daisy_plant.json deleted file mode 100644 index 81f8130f..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/daisy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/daisy_plant.json", - "enabled": true, - "id": "vanilla:daisy_plant", - "plant_name": "Daisy", - "seed_name": "Daisy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_daisy", - "plant_textures": [ - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/dandelion_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/dandelion_plant.json deleted file mode 100644 index d9519201..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/dandelion_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/dandelion_plant.json", - "enabled": true, - "id": "vanilla:dandelion_plant", - "plant_name": "Dandelion", - "seed_name": "Dandelion Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While colloquially considered a weed, this yellow-flowering plant is one of unspoken value. Having a deep-rooting taproot, the plant brings up nutrients from lower levels of soil, making it a good companion plant for shallow rooting plants." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_dandelion", - "plant_textures": [ - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/melon_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/melon_plant.json deleted file mode 100644 index 8e3f9e84..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/melon_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/melon_plant.json", - "enabled": true, - "id": "vanilla:melon_plant", - "plant_name": "Melon", - "seed_name": "Melon Seeds", - "seed_items": [ - { - "item": "minecraft:melon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sweet \u0026 Juicy." - }, - "growth_chance": 0.65, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 3, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:melon", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_melon", - "plant_textures": [ - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/nether_wart_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/nether_wart_plant.json deleted file mode 100644 index 5f004579..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/nether_wart_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/nether_wart_plant.json", - "enabled": true, - "id": "vanilla:nether_wart_plant", - "plant_name": "Nether Wart", - "seed_name": "Nether Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "An oddity from the nether, said to have somewhat mystical properties. The fungus appears to have a strong aptitude for heat, yet oddly cannot withstand the burning of the sun. Its fruit makes a covetable prize for the aspiring young brewer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 8, - "soils": [ - "soul_sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nether_wart", - "plant_textures": [ - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_2" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/orange_tulip_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/orange_tulip_plant.json deleted file mode 100644 index e1d43966..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/orange_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orange_tulip_plant.json", - "enabled": true, - "id": "vanilla:orange_tulip_plant", - "plant_name": "Orange Tulip", - "seed_name": "Orange Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_orange", - "plant_textures": [ - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/orchid_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/orchid_plant.json deleted file mode 100644 index 6a768562..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/orchid_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orchid_plant.json", - "enabled": true, - "id": "vanilla:orchid_plant", - "plant_name": "Blue Orchid", - "seed_name": "Blue Orchid Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_orchid", - "plant_textures": [ - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/pink_tulip_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/pink_tulip_plant.json deleted file mode 100644 index 8d4a3c20..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/pink_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/pink_tulip_plant.json", - "enabled": true, - "id": "vanilla:pink_tulip_plant", - "plant_name": "Pink Tulip", - "seed_name": "Pink Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A pink varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_pink", - "plant_textures": [ - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/poppy_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/poppy_plant.json deleted file mode 100644 index 1523b798..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/poppy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/poppy_plant.json", - "enabled": true, - "id": "vanilla:poppy_plant", - "plant_name": "Poppy", - "seed_name": "Poppy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Producing colorful blooms, this plant has gained a reputation for certain medicinal uses. A better use, perhaps, this plant produces seeds that go well with baked goods, particularly for lemon-flavored ones." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_poppy", - "plant_textures": [ - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/potato_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/potato_plant.json deleted file mode 100644 index b61b3800..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/potato_plant.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "path": "vanilla/plants/potato_plant.json", - "enabled": true, - "id": "vanilla:potato_plant", - "plant_name": "Potato", - "seed_name": "Potato Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Po-ta-toes! Boil them, mash them, stick them in a stew." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.95, - "required": true, - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.02, - "required": true, - "item": "minecraft:poisonous_potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_potato", - "plant_textures": [ - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/pumpkin_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/pumpkin_plant.json deleted file mode 100644 index e85c6333..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/pumpkin_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/pumpkin_plant.json", - "enabled": true, - "id": "vanilla:pumpkin_plant", - "plant_name": "Pumpkin", - "seed_name": "Pumpkin Seeds", - "seed_items": [ - { - "item": "minecraft:pumpkin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "If I eat enough of these will I turn orange?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1.0, - "required": true, - "item": "minecraft:pumpkin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_pumpkin", - "plant_textures": [ - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/red_mushroom_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/red_mushroom_plant.json deleted file mode 100644 index a2a46508..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/red_mushroom_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "vanilla/plants/red_mushroom_plant.json", - "enabled": true, - "id": "vanilla:red_mushroom_plant", - "plant_name": "Red Mushroom", - "seed_name": "Red Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "Shrooms, ever so trippy." - }, - "default": "Badger, badger, badger." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_red", - "plant_textures": [ - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/red_tulip_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/red_tulip_plant.json deleted file mode 100644 index 69ba0be9..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/red_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/red_tulip_plant.json", - "enabled": true, - "id": "vanilla:red_tulip_plant", - "plant_name": "Red Tulip", - "seed_name": "Red Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A vibrant red varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_red", - "plant_textures": [ - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/sugarcane_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/sugarcane_plant.json deleted file mode 100644 index 64cbe7ce..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/sugarcane_plant.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "path": "vanilla/plants/sugarcane_plant.json", - "enabled": true, - "id": "vanilla:sugarcane_plant", - "plant_name": "Sugarcane", - "seed_name": "Sugarcane Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "High in fructose, a healthy part of your daily breakfast.", - "es_ES": "Mucho azucar." - }, - "default": "A good source of sugar." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1000.0, - "required": true, - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_sugarcane", - "plant_textures": [ - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/weed_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/weed_plant.json deleted file mode 100644 index 4fbd3b5a..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/weed_plant.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "path": "vanilla/plants/weed_plant.json", - "enabled": false, - "id": "vanilla:weed_plant", - "plant_name": "Weed", - "seed_name": "Weed Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "An annoying plant of no use." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": true, - "aggressive": true, - "spread_chance": 0.1, - "spawn_chance": 0.1, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [] - }, - "requirement": { - "min_light": 0, - "max_light": 16, - "soils": [ - "farmland_soil", - "gravel_soil", - "grass_soil", - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_unknown", - "plant_textures": [ - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/wheat_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/wheat_plant.json deleted file mode 100644 index 0fe7231d..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/wheat_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/wheat_plant.json", - "enabled": true, - "id": "vanilla:wheat_plant", - "plant_name": "Wheat", - "seed_name": "Wheat Seeds", - "seed_items": [ - { - "item": "minecraft:wheat_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The cornerstone of the Agriculutural Revolution." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:wheat", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_wheat", - "plant_textures": [ - "minecraft:blocks/wheat_stage_0", - "minecraft:blocks/wheat_stage_1", - "minecraft:blocks/wheat_stage_2", - "minecraft:blocks/wheat_stage_3", - "minecraft:blocks/wheat_stage_4", - "minecraft:blocks/wheat_stage_5", - "minecraft:blocks/wheat_stage_6", - "minecraft:blocks/wheat_stage_7" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/plants/white_tulip_plant.json b/config - Copy/agricraft/json/defaults/vanilla/plants/white_tulip_plant.json deleted file mode 100644 index c9b74942..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/plants/white_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/white_tulip_plant.json", - "enabled": true, - "id": "vanilla:white_tulip_plant", - "plant_name": "White Tulip", - "seed_name": "White Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A snow-white varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_white", - "plant_textures": [ - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/farmland_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/farmland_soil.json deleted file mode 100644 index 037b994c..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/farmland_soil.json", - "enabled": true, - "id": "farmland_soil", - "name": "Farmland", - "varients": [ - { - "item": "minecraft:farmland", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/fertilized_dirt_soil.json deleted file mode 100644 index 68ceaabc..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/grass_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/grass_soil.json deleted file mode 100644 index deee58b9..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/grass_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/grass_soil.json", - "enabled": true, - "id": "grass_soil", - "name": "Grass", - "varients": [ - { - "item": "minecraft:grass", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/loamy_dirt_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/loamy_dirt_soil.json deleted file mode 100644 index b2c63095..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/loamy_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/loamy_dirt_soil.json", - "enabled": true, - "id": "loamy_dirt_soil", - "name": "Loamy Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/mycelium_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/mycelium_soil.json deleted file mode 100644 index a1d95f32..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/mycelium_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/mycelium_soil.json", - "enabled": true, - "id": "mycelium_soil", - "name": "Mycelium", - "varients": [ - { - "item": "minecraft:mycelium", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/sand_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/sand_soil.json deleted file mode 100644 index 4671db3e..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/sand_soil.json", - "enabled": true, - "id": "sand_soil", - "name": "Sand", - "varients": [ - { - "item": "minecraft:sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/silty_dirt_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/silty_dirt_soil.json deleted file mode 100644 index 9dee9ff7..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/silty_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/silty_dirt_soil.json", - "enabled": true, - "id": "silty_dirt_soil", - "name": "Silty Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/defaults/vanilla/soils/soul_sand_soil.json b/config - Copy/agricraft/json/defaults/vanilla/soils/soul_sand_soil.json deleted file mode 100644 index 32709537..00000000 --- a/config - Copy/agricraft/json/defaults/vanilla/soils/soul_sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/soul_sand_soil.json", - "enabled": true, - "id": "soul_sand_soil", - "name": "Soul Sand", - "varients": [ - { - "item": "minecraft:soul_sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/canola_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/canola_plant.json deleted file mode 100644 index 5eb9d0ca..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/canola_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_actuallyadditions/canola_plant.json", - "enabled": true, - "id": "actuallyadditions:canola_plant", - "plant_name": "Canola", - "seed_name": "Canola Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Hola, canola! According to something called the internet, the term \u0027canola\u0027 is a contraction of \u0027Canada\u0027 and \u0027ola\u0027, meaning oil" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": false, - "item": "actuallyadditions:item_misc", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_canola_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_canola_stage_1", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/coffee_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/coffee_plant.json deleted file mode 100644 index fe41bd7c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/coffee_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/coffee_plant.json", - "enabled": true, - "id": "actuallyadditions:coffee_plant", - "plant_name": "Coffee", - "seed_name": "Coffee Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_coffee_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Do I really need to describe this one to you?" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_coffee_beans", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_coffee_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_coffee_stage_1", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_3", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_5", - "actuallyadditions:blocks/block_coffee_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/flax_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/flax_plant.json deleted file mode 100644 index e9190666..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/flax_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/flax_plant.json", - "enabled": true, - "id": "actuallyadditions:flax_plant", - "plant_name": "Flax", - "seed_name": "Flax Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_flax_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The source of Linseed oil, as that makes total sense." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:string", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_flax_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_flax_stage_1", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_3", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_5", - "actuallyadditions:blocks/block_flax_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/rice_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/rice_plant.json deleted file mode 100644 index c34882af..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/rice_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/rice_plant.json", - "enabled": true, - "id": "actuallyadditions:rice_plant", - "plant_name": "Rice", - "seed_name": "Rice Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_rice_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rice, a grain that is a staple for many. While commonly associated with flooded rice paddies, rice does not have to grow in flooded plains, but often is." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_food", - "meta": 16, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "actuallyadditions:items/item_rice_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_rice_stage_1", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_3", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_5", - "actuallyadditions:blocks/block_rice_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json deleted file mode 100644 index c66ccac4..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/loamy_farmland_soil.json", - "enabled": true, - "id": "loamy_farmland_soil", - "name": "Loamy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json deleted file mode 100644 index 42b51f6c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/sandy_farmland_soil.json", - "enabled": true, - "id": "sandy_farmland_soil", - "name": "Sandy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 15, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/silty_farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/silty_farmland_soil.json deleted file mode 100644 index 9170bb83..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/silty_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/silty_farmland_soil.json", - "enabled": true, - "id": "silty_farmland_soil", - "name": "Silty Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_black_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_black_mutation.json deleted file mode 100644 index e9796d2b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_black_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_black_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:black_flower_plant", - "parent1": "botania:magenta_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_blue_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_blue_mutation.json deleted file mode 100644 index a8ca9a20..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:blue_flower_plant", - "parent1": "botania:cyan_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_brown_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_brown_mutation.json deleted file mode 100644 index f1d31829..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_brown_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_brown_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:brown_flower_plant", - "parent1": "botania:yellow_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_cyan_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_cyan_mutation.json deleted file mode 100644 index 82f84d63..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_cyan_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_cyan_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:cyan_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_gray_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_gray_mutation.json deleted file mode 100644 index 40583bf1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:gray_flower_plant", - "parent1": "botania:brown_flower_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_green_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_green_mutation.json deleted file mode 100644 index 1cdf9255..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_green_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_green_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:green_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_blue_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_blue_mutation.json deleted file mode 100644 index ff2f7b34..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_light_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_blue_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_gray_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_gray_mutation.json deleted file mode 100644 index 1c9506bb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_light_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_gray_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_lime_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_lime_mutation.json deleted file mode 100644 index 177b33ba..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_lime_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_lime_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:lime_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_magenta_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_magenta_mutation.json deleted file mode 100644 index 6f2aa6bf..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_magenta_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_magenta_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:magenta_flower_plant", - "parent1": "botania:orange_flower_plant", - "parent2": "botania:purple_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_orange_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_orange_mutation.json deleted file mode 100644 index f49b2e01..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_orange_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_orange_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:orange_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_pink_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_pink_mutation.json deleted file mode 100644 index 609d5337..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_pink_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_pink_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:pink_flower_plant", - "parent1": "botania:purple_flower_plant", - "parent2": "botania:cyan_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_purple_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_purple_mutation.json deleted file mode 100644 index 5f675509..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_purple_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_purple_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:purple_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_red_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_red_mutation.json deleted file mode 100644 index bee8fb86..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_red_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_red_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:red_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:brown_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_white_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_white_mutation.json deleted file mode 100644 index 4bdd13d8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_white_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_white_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:white_flower_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_yellow_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_yellow_mutation.json deleted file mode 100644 index cc49d6cb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_yellow_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_yellow_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:yellow_flower_plant", - "parent1": "botania:white_flower_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_black_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_black_plant.json deleted file mode 100644 index 8e4a0c05..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_black_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_black_plant.json", - "enabled": true, - "id": "botania:black_flower_plant", - "plant_name": "Mystical Black Flower", - "seed_name": "Mystical Black Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as dark as the night." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 15, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_black", - "plant_textures": [ - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_blue_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_blue_plant.json deleted file mode 100644 index bd57a814..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_blue_plant.json", - "enabled": true, - "id": "botania:blue_flower_plant", - "plant_name": "Mystical Blue Flower", - "seed_name": "Mystical Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as blue as the sea." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_brown_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_brown_plant.json deleted file mode 100644 index 22b8e67a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_brown_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_brown_plant.json", - "enabled": true, - "id": "botania:brown_flower_plant", - "plant_name": "Mystical Brown Flower", - "seed_name": "Mystical Brown Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as brown as the dirt." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_brown", - "plant_textures": [ - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_cyan_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_cyan_plant.json deleted file mode 100644 index 7e68316b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_cyan_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_cyan_plant.json", - "enabled": true, - "id": "botania:cyan_flower_plant", - "plant_name": "Mystical Cyan Flower", - "seed_name": "Mystical Cyan Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower of indeterminate color, being both green and blue." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_cyan", - "plant_textures": [ - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_gray_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_gray_plant.json deleted file mode 100644 index bad4c634..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_gray_plant.json", - "enabled": true, - "id": "botania:gray_flower_plant", - "plant_name": "Mystical Gray Flower", - "seed_name": "Mystical Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet rather non-descript." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_green_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_green_plant.json deleted file mode 100644 index 38523630..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_green_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_green_plant.json", - "enabled": true, - "id": "botania:green_flower_plant", - "plant_name": "Mystical Green Flower", - "seed_name": "Mystical Green Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "This flower seems to be envious of its other cousins with better descriptions." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_green", - "plant_textures": [ - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_blue_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_blue_plant.json deleted file mode 100644 index c04ebc4a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_light_blue_plant.json", - "enabled": true, - "id": "botania:light_blue_flower_plant", - "plant_name": "Mystical Light Blue Flower", - "seed_name": "Mystical Light Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is blue as the sky on a sunny day." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_gray_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_gray_plant.json deleted file mode 100644 index de6b39b9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_light_gray_plant.json", - "enabled": true, - "id": "botania:light_gray_flower_plant", - "plant_name": "Mystical Light Gray Flower", - "seed_name": "Mystical Light Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet even more non-descript than its cousin, the Mystical Gray Flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 8, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_lime_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_lime_plant.json deleted file mode 100644 index d42cdeff..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_lime_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_lime_plant.json", - "enabled": true, - "id": "botania:lime_flower_plant", - "plant_name": "Mystical Lime Flower", - "seed_name": "Mystical Lime Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "I wonder if this flower would taste sour?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_lime", - "plant_textures": [ - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_magenta_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_magenta_plant.json deleted file mode 100644 index ab5bd1ef..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_magenta_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_magenta_plant.json", - "enabled": true, - "id": "botania:magenta_flower_plant", - "plant_name": "Mystical Magenta Flower", - "seed_name": "Mystical Magenta Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, of color which my printer is always out." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_magenta", - "plant_textures": [ - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_orange_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_orange_plant.json deleted file mode 100644 index eaac59e3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_orange_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_orange_plant.json", - "enabled": true, - "id": "botania:orange_flower_plant", - "plant_name": "Mystical Orange Flower", - "seed_name": "Mystical Orange Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a firey disposition." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_orange", - "plant_textures": [ - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_pink_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_pink_plant.json deleted file mode 100644 index 462b1f0f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_pink_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_pink_plant.json", - "enabled": true, - "id": "botania:pink_flower_plant", - "plant_name": "Mystical Pink Flower", - "seed_name": "Mystical Pink Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely beautiful flower, emanating the throes of a powerful primal force." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 6, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_pink", - "plant_textures": [ - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_purple_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_purple_plant.json deleted file mode 100644 index b48c33ce..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_purple_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_purple_plant.json", - "enabled": true, - "id": "botania:purple_flower_plant", - "plant_name": "Mystical Purple Flower", - "seed_name": "Mystical Purple Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a regal color, it certainly is of the royal lineage." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 10, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_purple", - "plant_textures": [ - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_red_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_red_plant.json deleted file mode 100644 index 12f83fdd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_red_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_red_plant.json", - "enabled": true, - "id": "botania:red_flower_plant", - "plant_name": "Mystical Red Flower", - "seed_name": "Mystical Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a sanguine color." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_red", - "plant_textures": [ - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_white_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_white_plant.json deleted file mode 100644 index 0471fc23..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_white_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_white_plant.json", - "enabled": true, - "id": "botania:white_flower_plant", - "plant_name": "Mystical White Flower", - "seed_name": "Mystical White Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A purely divine flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_white", - "plant_textures": [ - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_yellow_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_yellow_plant.json deleted file mode 100644 index aba9c778..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_yellow_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_yellow_plant.json", - "enabled": true, - "id": "botania:yellow_flower_plant", - "plant_name": "Mystical Yellow Flower", - "seed_name": "Mystical Yellow Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Almost as bad as ragweed." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_yellow", - "plant_textures": [ - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/soils/podzol_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/soils/podzol_soil.json deleted file mode 100644 index 9943b97d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_botania/soils/podzol_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_botania/soils/podzol_soil.json", - "enabled": true, - "id": "podzol_soil", - "name": "podzol", - "varients": [ - { - "item": "minecraft:dirt", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_immersiveengineering/hemp_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_immersiveengineering/hemp_plant.json deleted file mode 100644 index 325ba702..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_immersiveengineering/hemp_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_immersiveengineering/hemp_plant.json", - "enabled": true, - "id": "immersiveengineering:hemp_plant", - "plant_name": "Hemp", - "seed_name": "Hemp Seeds", - "seed_items": [ - { - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:material", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "immersiveengineering:items/seed_hemp", - "plant_textures": [ - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B3", - "immersiveengineering:blocks/hemp_B4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json deleted file mode 100644 index 9e56ea5a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/awakened_draconium_plant.json", - "enabled": true, - "id": "mysticalagradditions:awakened_draconium_plant", - "plant_name": "Awakened Draconium Crop", - "seed_name": "Awakened Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:awakened_draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Awakened Draconium Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:awakened_draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/awakened_draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/awakened_draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json deleted file mode 100644 index 1955b58d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/dragon_egg_plant.json", - "enabled": true, - "id": "mysticalagradditions:dragon_egg_plant", - "plant_name": "Dragon Egg Crop", - "seed_name": "Dragon Egg Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:dragon_egg_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the dragon." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:dragon_egg_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/dragon_egg_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json deleted file mode 100644 index b84575d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/nether_star_plant.json", - "enabled": true, - "id": "mysticalagradditions:nether_star_plant", - "plant_name": "Nether Star Crop", - "seed_name": "Nether Star Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:nether_star_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Star Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:nether_star_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/nether_star_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/nether_star_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/neutronium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/neutronium_plant.json deleted file mode 100644 index 15d022c7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/neutronium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/neutronium_plant.json", - "enabled": true, - "id": "mysticalagradditions:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the neutron condensation." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.3, - "products": { - "products": [ - { - "min": 1, - "max": 6, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json deleted file mode 100644 index cd73af40..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "path": "mod_mysticalagradditions/tier6_inferium_plant.json", - "enabled": true, - "id": "mysticalagradditions:tier_six_inferium_plant", - "plant_name": "Tier Six Inferium Crop", - "seed_name": "Tier Six Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:tier6_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier Six Inferium Seeds. Much upgrade. Very wow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json deleted file mode 100644 index 0847fd37..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/abyssalnite_plant.json", - "enabled": true, - "id": "mysticalagriculture:abyssalnite_plant", - "plant_name": "Abyssalnite Crop", - "seed_name": "Abyssalnite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:abyssalnite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Abyssalnite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:abyssalnite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/abyssalnite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/abyssalnite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/adamantine_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/adamantine_plant.json deleted file mode 100644 index be363cf5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/adamantine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/adamantine_plant.json", - "enabled": true, - "id": "mysticalagriculture:adamantine_plant", - "plant_name": "Adamantine Crop", - "seed_name": "Adamantine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:adamantine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Adamantine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:adamantine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/adamantine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/adamantine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json deleted file mode 100644 index 52eb1f5f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_brass_plant", - "plant_name": "Aluminum Brass Crop", - "seed_name": "Aluminum Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_plant.json deleted file mode 100644 index 352f8c98..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_plant", - "plant_name": "Aluminum Crop", - "seed_name": "Aluminum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/alumite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/alumite_plant.json deleted file mode 100644 index dd0c5951..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/alumite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/alumite_plant.json", - "enabled": true, - "id": "mysticalagriculture:alumite_plant", - "plant_name": "Alumite Crop", - "seed_name": "Alumite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:alumite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Alumite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:alumite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/alumite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/alumite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/amber_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/amber_plant.json deleted file mode 100644 index 5213e8c8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/amber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/amber_plant.json", - "enabled": true, - "id": "mysticalagriculture:amber_plant", - "plant_name": "Amber", - "seed_name": "Amber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:amber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Amber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:amber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/amber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/amber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/apatite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/apatite_plant.json deleted file mode 100644 index ceaba0b3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/apatite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/apatite_plant.json", - "enabled": true, - "id": "mysticalagriculture:apatite_plant", - "plant_name": "Apatite Crop", - "seed_name": "Apatite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:apatite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Apatite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:apatite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/apatite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/apatite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquamarine_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquamarine_plant.json deleted file mode 100644 index 3576f17e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquamarine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquamarine_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquamarine_plant", - "plant_name": "Aquamarine Crop", - "seed_name": "Aquamarine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquamarine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquamarine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquamarine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquamarine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquamarine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquarium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquarium_plant.json deleted file mode 100644 index 2e14e983..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquarium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquarium_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquarium_plant", - "plant_name": "Aquarium Crop", - "seed_name": "Aquarium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquarium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquarium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquarium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquarium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquarium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ardite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ardite_plant.json deleted file mode 100644 index a8b8525c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ardite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ardite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ardite_plant", - "plant_name": "Ardite Crop", - "seed_name": "Ardite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ardite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ardite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ardite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ardite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ardite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalt_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalt_plant.json deleted file mode 100644 index 1bb5fe40..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalt_plant", - "plant_name": "Basalt", - "seed_name": "Basalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalz_plant.json deleted file mode 100644 index b5063c9a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalz_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalz_plant", - "plant_name": "Basalz Crop", - "seed_name": "Basalz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/black_quartz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/black_quartz_plant.json deleted file mode 100644 index 9e359647..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/black_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/black_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:black_quartz_plant", - "plant_name": "Black Quartz Crop", - "seed_name": "Black Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:black_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Black Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:black_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/black_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/black_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blaze_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blaze_plant.json deleted file mode 100644 index 1dbc811d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blaze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blaze_plant.json", - "enabled": true, - "id": "mysticalagriculture:blaze_plant", - "plant_name": "Blaze Crop", - "seed_name": "Blaze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blaze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blaze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blaze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blaze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blaze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blitz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blitz_plant.json deleted file mode 100644 index ed730c6e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blitz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blitz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blitz_plant", - "plant_name": "Blitz Crop", - "seed_name": "Blitz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blitz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blitz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blitz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blitz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blitz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blizz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blizz_plant.json deleted file mode 100644 index 2023139e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blizz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blizz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blizz_plant", - "plant_name": "Blizz Crop", - "seed_name": "Blizz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blizz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blizz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blizz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blizz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blizz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blue_topaz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blue_topaz_plant.json deleted file mode 100644 index d015b42d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blue_topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blue_topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blue_topaz_plant", - "plant_name": "Blue Topaz Crop", - "seed_name": "Blue Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blue_topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blue Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blue_topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blue_topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blue_topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/boron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/boron_plant.json deleted file mode 100644 index 69953071..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/boron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/boron_plant.json", - "enabled": true, - "id": "mysticalagriculture:boron_plant", - "plant_name": "Boron Crop", - "seed_name": "Boron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:boron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Boron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:boron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/boron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/boron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/brass_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/brass_plant.json deleted file mode 100644 index 18fe7803..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:brass_plant", - "plant_name": "Brass Crop", - "seed_name": "Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/bronze_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/bronze_plant.json deleted file mode 100644 index b57a387b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/bronze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/bronze_plant.json", - "enabled": true, - "id": "mysticalagriculture:bronze_plant", - "plant_name": "Bronze Crop", - "seed_name": "Bronze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:bronze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bronze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:bronze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/bronze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/bronze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json deleted file mode 100644 index c68db96d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/certus_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:certus_quartz_plant", - "plant_name": "Certus Quartz", - "seed_name": "Certus Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:certus_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Certus Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:certus_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/certus_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/certus_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chicken_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chicken_plant.json deleted file mode 100644 index 4c853485..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chicken_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chicken_plant.json", - "enabled": true, - "id": "mysticalagriculture:chicken_plant", - "plant_name": "Chicken Crop", - "seed_name": "Chicken Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chicken_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chicken Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chicken_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chicken_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chicken_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chimerite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chimerite_plant.json deleted file mode 100644 index 07595551..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chimerite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chimerite_plant.json", - "enabled": true, - "id": "mysticalagriculture:chimerite_plant", - "plant_name": "Chimerite Crop", - "seed_name": "Chimerite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chimerite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "chimerite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chimerite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chimerite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chimerite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chrome_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chrome_plant.json deleted file mode 100644 index 9788021b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chrome_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chrome_plant.json", - "enabled": true, - "id": "mysticalagriculture:chrome_plant", - "plant_name": "Chrome Crop", - "seed_name": "Chrome Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chrome_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chrome Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chrome_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chrome_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chrome_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coal_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coal_plant.json deleted file mode 100644 index a15e5223..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coal_plant.json", - "enabled": true, - "id": "mysticalagriculture:coal_plant", - "plant_name": "Coal Crop", - "seed_name": "Coal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cobalt_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cobalt_plant.json deleted file mode 100644 index 31696551..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cobalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cobalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:cobalt_plant", - "plant_name": "Cobalt", - "seed_name": "Cobalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cobalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cobalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cobalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cobalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cobalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cold_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cold_iron_plant.json deleted file mode 100644 index 9cf03344..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cold_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cold_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:cold_iron_plant", - "plant_name": "Cold-Iron Crop", - "seed_name": "Cold-Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cold_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cold-Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cold_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cold_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cold_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json deleted file mode 100644 index ac708b64..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/conductive_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:conductive_iron_plant", - "plant_name": "Conductive Iron Crop", - "seed_name": "Conductive Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:conductive_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Conductive Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:conductive_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/conductive_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/conductive_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/constantan_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/constantan_plant.json deleted file mode 100644 index 9fc05a78..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/constantan_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/constantan_plant.json", - "enabled": true, - "id": "mysticalagriculture:constantan_plant", - "plant_name": "Constantan Crop", - "seed_name": "Constantan Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:constantan_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Constantan Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:constantan_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/constantan_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/constantan_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/copper_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/copper_plant.json deleted file mode 100644 index 7f02e1ac..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/copper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/copper_plant.json", - "enabled": true, - "id": "mysticalagriculture:copper_plant", - "plant_name": "Copper Crop", - "seed_name": "Copper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:copper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Copper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:copper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/copper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/copper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coralium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coralium_plant.json deleted file mode 100644 index a29de6ec..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coralium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coralium_plant.json", - "enabled": true, - "id": "mysticalagriculture:coralium_plant", - "plant_name": "Coralium Crop", - "seed_name": "Coralium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coralium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coralium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coralium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coralium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coralium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cow_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cow_plant.json deleted file mode 100644 index f1075e05..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cow_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cow_plant.json", - "enabled": true, - "id": "mysticalagriculture:cow_plant", - "plant_name": "Cow Crop", - "seed_name": "Cow Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cow_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cow Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cow_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cow_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cow_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/creeper_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/creeper_plant.json deleted file mode 100644 index 25fe5f4e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/creeper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/creeper_plant.json", - "enabled": true, - "id": "mysticalagriculture:creeper_plant", - "plant_name": "Creeper Crop", - "seed_name": "Creeper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:creeper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Creeper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:creeper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/creeper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/creeper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dark_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dark_steel_plant.json deleted file mode 100644 index 12cb9fd8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dark_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dark_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:dark_steel_plant", - "plant_name": "Dark Steel Crop", - "seed_name": "Dark Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dark_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dark Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dark_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dark_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dark_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/desh_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/desh_plant.json deleted file mode 100644 index 8cff062d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/desh_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/desh_plant.json", - "enabled": true, - "id": "mysticalagriculture:desh_plant", - "plant_name": "Desh Crop", - "seed_name": "Desh Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:desh_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Desh Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:desh_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/desh_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/desh_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/diamond_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/diamond_plant.json deleted file mode 100644 index e3508eb5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/diamond_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/diamond_plant.json", - "enabled": true, - "id": "mysticalagriculture:diamond_plant", - "plant_name": "Diamond Crop", - "seed_name": "Diamond Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:diamond_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Diamond Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:diamond_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/diamond_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/diamond_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dirt_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dirt_plant.json deleted file mode 100644 index c0b07912..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dirt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dirt_plant.json", - "enabled": true, - "id": "mysticalagriculture:dirt_plant", - "plant_name": "Dirt Crop", - "seed_name": "Dirt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dirt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dirt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dirt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dirt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dirt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/draconium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/draconium_plant.json deleted file mode 100644 index 0d26fd18..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/draconium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/draconium_plant.json", - "enabled": true, - "id": "mysticalagriculture:draconium_plant", - "plant_name": "Draconium", - "seed_name": "Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Draconium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dreadium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dreadium_plant.json deleted file mode 100644 index edb957b5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dreadium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dreadium_plant.json", - "enabled": true, - "id": "mysticalagriculture:dreadium_plant", - "plant_name": "Dreadium Crop", - "seed_name": "Dreadium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dreadium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dreadium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dreadium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dreadium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dreadium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dye_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dye_plant.json deleted file mode 100644 index f4a46ddc..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dye_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dye_plant.json", - "enabled": true, - "id": "mysticalagriculture:dye_plant", - "plant_name": "Dye Crop", - "seed_name": "Dye Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dye_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dye Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dye_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dye_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dye_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json deleted file mode 100644 index 619179d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrical_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrical_steel_plant", - "plant_name": "Electrical Steel Crop", - "seed_name": "Electrical Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrical_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrical Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrical_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrical_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrical_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrotine_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrotine_plant.json deleted file mode 100644 index 0981402c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrotine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrotine_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrotine_plant", - "plant_name": "Electrotine Crop", - "seed_name": "Electrotine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrotine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrotine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrotine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrotine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrotine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrum_plant.json deleted file mode 100644 index dd0dcc48..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrum_plant", - "plant_name": "Electrum Crop", - "seed_name": "Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/elementium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/elementium_plant.json deleted file mode 100644 index c346748b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/elementium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/elementium_plant.json", - "enabled": true, - "id": "mysticalagriculture:elementium_plant", - "plant_name": "Elementium Crop", - "seed_name": "Elementium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:elementium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Elementium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:elementium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/elementium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/elementium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/emerald_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/emerald_plant.json deleted file mode 100644 index 70f3a274..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/emerald_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/emerald_plant.json", - "enabled": true, - "id": "mysticalagriculture:emerald_plant", - "plant_name": "Emerald Crop", - "seed_name": "Emerald Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:emerald_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Emerald Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:emerald_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/emerald_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/emerald_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_plant.json deleted file mode 100644 index b014d9f2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_plant", - "plant_name": "End Crop", - "seed_name": "End Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_steel_plant.json deleted file mode 100644 index 54588413..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_steel_plant", - "plant_name": "End Steel Crop", - "seed_name": "End Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json deleted file mode 100644 index 7387d4d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_amethyst_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_amethyst_plant", - "plant_name": "Ender Amethyst", - "seed_name": "Ender Amethyst Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_amethyst_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Amethyst Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_amethyst_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_amethyst_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_amethyst_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_biotite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_biotite_plant.json deleted file mode 100644 index d6f8dedf..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_biotite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_biotite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_biotite_plant", - "plant_name": "Ender Biotite Crop", - "seed_name": "Ender Biotite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_biotite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Biotite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_biotite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_biotite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_biotite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderium_plant.json deleted file mode 100644 index b8600e78..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderium_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderium_plant", - "plant_name": "Enderium Crop", - "seed_name": "Enderium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderman_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderman_plant.json deleted file mode 100644 index 9794ac5d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderman_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderman_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderman_plant", - "plant_name": "Enderman Crop", - "seed_name": "Enderman Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderman_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderman Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderman_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderman_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderman_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json deleted file mode 100644 index c9064be8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/energetic_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:energetic_alloy_plant", - "plant_name": "Energetic Alloy Crop", - "seed_name": "Energetic Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:energetic_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Energetic Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:energetic_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/energetic_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/energetic_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/experience_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/experience_plant.json deleted file mode 100644 index 7bf288a1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/experience_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/experience_plant.json", - "enabled": true, - "id": "mysticalagriculture:experience_plant", - "plant_name": "Experience Crop", - "seed_name": "Experience Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:experience_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Experience Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:experience_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/experience_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/experience_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json deleted file mode 100644 index ca5ded22..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fiery_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:fiery_ingot_plant", - "plant_name": "Fiery Ingot Crop", - "seed_name": "Fiery Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fiery_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fiery Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fiery_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fiery_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fiery_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fire_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fire_plant.json deleted file mode 100644 index 6390333f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fire_plant.json", - "enabled": true, - "id": "mysticalagriculture:fire_plant", - "plant_name": "Fire Crop", - "seed_name": "Fire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluix_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluix_plant.json deleted file mode 100644 index 09363d78..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluix_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluix_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluix_plant", - "plant_name": "Fluix", - "seed_name": "Fluix Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluix_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluix Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluix_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluix_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluix_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json deleted file mode 100644 index e4532620..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluxed_electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluxed_electrum_plant", - "plant_name": "Fluxed Electrum Crop", - "seed_name": "Flux Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluxed_electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluxed Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluxed_electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluxed_electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluxed_electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ghast_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ghast_plant.json deleted file mode 100644 index 3a262465..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ghast_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ghast_plant.json", - "enabled": true, - "id": "mysticalagriculture:ghast_plant", - "plant_name": "Ghast Crop", - "seed_name": "Ghast Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ghast_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ghast Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ghast_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ghast_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ghast_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_ingot_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_ingot_plant.json deleted file mode 100644 index c06ee355..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_ingot_plant", - "plant_name": "Glowstone Ingot", - "seed_name": "Glowstone Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_plant.json deleted file mode 100644 index 5496a540..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_plant", - "plant_name": "Glowstone Crop", - "seed_name": "Glowstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/gold_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/gold_plant.json deleted file mode 100644 index 489da84a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/gold_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/gold_plant.json", - "enabled": true, - "id": "mysticalagriculture:gold_plant", - "plant_name": "Gold Crop", - "seed_name": "Gold Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:gold_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Gold Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:gold_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/gold_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/gold_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json deleted file mode 100644 index 9507a02f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/grains_of_infinity_plant.json", - "enabled": true, - "id": "mysticalagriculture:grains_of_infinity_plant", - "plant_name": "Grains of Infinity", - "seed_name": "Grains of Infinity Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:grains_of_infinity_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Grains of Infinity Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:grains_of_infinity_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/grains_of_infinity_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/grains_of_infinity_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/graphite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/graphite_plant.json deleted file mode 100644 index 61f75832..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:graphite_plant", - "plant_name": "Graphite Crop", - "seed_name": "Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/guardian_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/guardian_plant.json deleted file mode 100644 index 9e94ca68..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/guardian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/guardian_plant.json", - "enabled": true, - "id": "mysticalagriculture:guardian_plant", - "plant_name": "Guardian Crop", - "seed_name": "Guardian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:guardian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Guardian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:guardian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/guardian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/guardian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json deleted file mode 100644 index cf67983a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/hop_graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:hop_graphite_plant", - "plant_name": "HOP Graphite Crop", - "seed_name": "HOP Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:hop_graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "HOP Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:hop_graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/hop_graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/hop_graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ice_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ice_plant.json deleted file mode 100644 index 1e2e2d14..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ice_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ice_plant.json", - "enabled": true, - "id": "mysticalagriculture:ice_plant", - "plant_name": "Ice Crop", - "seed_name": "Ice Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ice_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ice. Ice. Baby." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ice_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ice_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ice_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/invar_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/invar_plant.json deleted file mode 100644 index c1f741f6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/invar_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/invar_plant.json", - "enabled": true, - "id": "mysticalagriculture:invar_plant", - "plant_name": "Invar Crop", - "seed_name": "Invar Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:invar_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Invar Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:invar_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/invar_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/invar_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_ore_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_ore_plant.json deleted file mode 100644 index 009c08d6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_ore_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_ore_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_ore_plant", - "plant_name": "Iridium Ore Crop", - "seed_name": "Iridium Ore Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_ore_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Ore Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_ore_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_ore_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_ore_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_plant.json deleted file mode 100644 index cfdc645d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_plant", - "plant_name": "Iridium Crop", - "seed_name": "Iridium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iron_plant.json deleted file mode 100644 index 41528172..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:iron_plant", - "plant_name": "Iron Crop", - "seed_name": "Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ironwood_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ironwood_plant.json deleted file mode 100644 index 057f643c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ironwood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ironwood_plant.json", - "enabled": true, - "id": "mysticalagriculture:ironwood_plant", - "plant_name": "Ironwood Crop", - "seed_name": "Ironwood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ironwood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ironwood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ironwood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ironwood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ironwood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/jade_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/jade_plant.json deleted file mode 100644 index d1ffd8ae..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/jade_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/jade_plant.json", - "enabled": true, - "id": "mysticalagriculture:jade_plant", - "plant_name": "Jade Crop", - "seed_name": "Jade Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:jade_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Jade Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:jade_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/jade_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/jade_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightmetal_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightmetal_plant.json deleted file mode 100644 index b5fc8fec..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightmetal_plant", - "plant_name": "Knightmetal Crop", - "seed_name": "Knightmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightslime_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightslime_plant.json deleted file mode 100644 index 1a514a8c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightslime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightslime_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightslime_plant", - "plant_name": "Knightslime Crop", - "seed_name": "Knightslime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightslime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightslime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightslime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightslime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightslime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json deleted file mode 100644 index 0e90ebb8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lapis_lazuli_plant.json", - "enabled": true, - "id": "mysticalagriculture:lapis_lazuli_plant", - "plant_name": "Lapis Lazuli Crop", - "seed_name": "Lapis Lazuli Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lapis_lazuli_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lapis Lazuli Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lapis_lazuli_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lapis_lazuli_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lapis_lazuli_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lead_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lead_plant.json deleted file mode 100644 index a3792caa..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lead_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lead_plant.json", - "enabled": true, - "id": "mysticalagriculture:lead_plant", - "plant_name": "Lead Crop", - "seed_name": "Lead Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lead_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lead Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lead_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lead_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lead_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/limestone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/limestone_plant.json deleted file mode 100644 index f8953e7e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/limestone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/limestone_plant.json", - "enabled": true, - "id": "mysticalagriculture:limestone_plant", - "plant_name": "Limestone", - "seed_name": "Limestone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:limestone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Limestone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:limestone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/limestone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/limestone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lithium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lithium_plant.json deleted file mode 100644 index 1254cd3c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lithium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lithium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lithium_plant", - "plant_name": "Lithium Crop", - "seed_name": "Lithium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lithium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lithium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lithium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lithium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lithium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lumium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lumium_plant.json deleted file mode 100644 index afc786f0..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lumium_plant", - "plant_name": "Lumium Crop", - "seed_name": "Lumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/magnesium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/magnesium_plant.json deleted file mode 100644 index f79f7904..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/magnesium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/magnesium_plant.json", - "enabled": true, - "id": "mysticalagriculture:magnesium_plant", - "plant_name": "Magnesium Crop", - "seed_name": "Magnesium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:magnesium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Magnesium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:magnesium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/magnesium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/magnesium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/malachite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/malachite_plant.json deleted file mode 100644 index 7a30271e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/malachite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/malachite_plant.json", - "enabled": true, - "id": "mysticalagriculture:malachite_plant", - "plant_name": "Malachite", - "seed_name": "Malachite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:malachite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Malachite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:malachite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/malachite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/malachite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manasteel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manasteel_plant.json deleted file mode 100644 index 5b510a7c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:manasteel_plant", - "plant_name": "Manasteel", - "seed_name": "Manasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manyullyn_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manyullyn_plant.json deleted file mode 100644 index 4848ff3b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manyullyn_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manyullyn_plant.json", - "enabled": true, - "id": "mysticalagriculture:manyullyn_plant", - "plant_name": "Manyullyn Crop", - "seed_name": "Manyullyn Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manyullyn_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manyullyn Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manyullyn_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manyullyn_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manyullyn_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/marble_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/marble_plant.json deleted file mode 100644 index c45a0788..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/marble_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/marble_plant.json", - "enabled": true, - "id": "mysticalagriculture:marble_plant", - "plant_name": "Marble", - "seed_name": "Marble Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:marble_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Marble Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:marble_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/marble_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/marble_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/menril_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/menril_plant.json deleted file mode 100644 index 1746f842..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/menril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/menril_plant.json", - "enabled": true, - "id": "mysticalagriculture:menril_plant", - "plant_name": "Menril Crop", - "seed_name": "Menril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:menril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Menril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 2, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:menril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/menril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/menril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/meteoric_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/meteoric_iron_plant.json deleted file mode 100644 index 486cf721..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/meteoric_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/meteoric_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:meteoric_iron_plant", - "plant_name": "Meteoric Iron Crop", - "seed_name": "Meteoric Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:meteoric_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Meteoric Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:meteoric_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/meteoric_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/meteoric_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mithril_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mithril_plant.json deleted file mode 100644 index 06909d4f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mithril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mithril_plant.json", - "enabled": true, - "id": "mysticalagriculture:mithril_plant", - "plant_name": "Mithril Crop", - "seed_name": "Mithril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mithril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mithril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mithril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mithril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mithril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/moonstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/moonstone_plant.json deleted file mode 100644 index b98b92d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/moonstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/moonstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:moonstone_plant", - "plant_name": "Moonstone Crop", - "seed_name": "Moonstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:moonstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Moonstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:moonstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/moonstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/moonstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json deleted file mode 100644 index 703e2e46..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mystical_flower_plant.json", - "enabled": true, - "id": "mysticalagriculture:mystical_flower_plant", - "plant_name": "Mystical Flower Crop", - "seed_name": "Mystical Flower Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mystical_flower_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mystical Flower Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mystical_flower_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mystical_flower_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mystical_flower_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nature_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nature_plant.json deleted file mode 100644 index acfa45d5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nature_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nature_plant.json", - "enabled": true, - "id": "mysticalagriculture:nature_plant", - "plant_name": "Nature Crop", - "seed_name": "Nature Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nature_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nature Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nature_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nature_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nature_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_plant.json deleted file mode 100644 index 745723f3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_plant", - "plant_name": "Nether Crop", - "seed_name": "Nether Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json deleted file mode 100644 index ea5e0f13..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_quartz_plant", - "plant_name": "Nether Quartz Crop", - "seed_name": "Nether Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/neutronium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/neutronium_plant.json deleted file mode 100644 index 3fd760d9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/neutronium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/neutronium_plant.json", - "enabled": true, - "id": "mysticalagriculture:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Neutronium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 6, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nickel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nickel_plant.json deleted file mode 100644 index e9597468..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nickel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nickel_plant.json", - "enabled": true, - "id": "mysticalagriculture:nickel_plant", - "plant_name": "Nickel Crop", - "seed_name": "Nickel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nickel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nickel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nickel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nickel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nickel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/obsidian_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/obsidian_plant.json deleted file mode 100644 index 5c85fa6f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:obsidian_plant", - "plant_name": "Obsidian Crop", - "seed_name": "Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/octine_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/octine_plant.json deleted file mode 100644 index 3aa27461..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/octine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/octine_plant.json", - "enabled": true, - "id": "mysticalagriculture:octine_plant", - "plant_name": "Octine Crop", - "seed_name": "Octine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:octine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Octine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:octine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/octine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/octine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/osmium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/osmium_plant.json deleted file mode 100644 index 04e88df1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/osmium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/osmium_plant.json", - "enabled": true, - "id": "mysticalagriculture:osmium_plant", - "plant_name": "Osmium", - "seed_name": "Osmium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:osmium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Osmium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:osmium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/osmium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/osmium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/peridot_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/peridot_plant.json deleted file mode 100644 index 01d6aa86..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/peridot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/peridot_plant.json", - "enabled": true, - "id": "mysticalagriculture:peridot_plant", - "plant_name": "Peridot", - "seed_name": "Peridot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:peridot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peridot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:peridot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/peridot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/peridot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pig_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pig_plant.json deleted file mode 100644 index 7c7f8c55..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pig_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pig_plant.json", - "enabled": true, - "id": "mysticalagriculture:pig_plant", - "plant_name": "Pig Crop", - "seed_name": "Pig Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pig_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pig Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pig_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pig_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pig_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/platinum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/platinum_plant.json deleted file mode 100644 index b2aa4239..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/platinum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/platinum_plant.json", - "enabled": true, - "id": "mysticalagriculture:platinum_plant", - "plant_name": "Platinum Crop", - "seed_name": "Platinum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:platinum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Platinum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:platinum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/platinum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/platinum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json deleted file mode 100644 index ac574616..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pulsating_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:pulsating_iron_plant", - "plant_name": "Pulsating Iron Crop", - "seed_name": "Pulsating Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pulsating_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pulsating Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pulsating_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pulsating_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pulsating_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json deleted file mode 100644 index 91f94fd6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:quartz_enriched_iron_plant", - "plant_name": "Quartz Enriched Iron Crop", - "seed_name": "Quartz Enriched Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quartz_enriched_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quartz Enriched Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quartz_enriched_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quartz_enriched_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quartz_enriched_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quicksilver_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quicksilver_plant.json deleted file mode 100644 index 0ab50dd8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quicksilver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quicksilver_plant.json", - "enabled": true, - "id": "mysticalagriculture:quicksilver_plant", - "plant_name": "Quicksilver Crop", - "seed_name": "Quicksilver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quicksilver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quicksilver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quicksilver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quicksilver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quicksilver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rabbit_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rabbit_plant.json deleted file mode 100644 index 3d7da976..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rabbit_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rabbit_plant.json", - "enabled": true, - "id": "mysticalagriculture:rabbit_plant", - "plant_name": "Rabbit Crop", - "seed_name": "Rabbit Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rabbit_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rabbit_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rabbit_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rabbit_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json deleted file mode 100644 index 0b621f3b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_alloy_plant", - "plant_name": "Redstone Alloy Crop", - "seed_name": "Redstone Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_plant.json deleted file mode 100644 index 6231a10c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_plant", - "plant_name": "Redstone Crop", - "seed_name": "Redstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/refined_obsidian_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/refined_obsidian_plant.json deleted file mode 100644 index f88f2429..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/refined_obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/refined_obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:refined_obsidian_plant", - "plant_name": "Refined Obsidian", - "seed_name": "Refined Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:refined_obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Refined Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:refined_obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/refined_obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/refined_obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json deleted file mode 100644 index 0ab3b193..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rock_crystal_plant.json", - "enabled": true, - "id": "mysticalagriculture:rock_crystal_plant", - "plant_name": "Rock Crystal Crop", - "seed_name": "Rock Crystal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rock_crystal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rock Crystal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rock_crystal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rock_crystal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rock_crystal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rubber_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rubber_plant.json deleted file mode 100644 index 58dd7b5d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rubber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rubber_plant.json", - "enabled": true, - "id": "mysticalagriculture:rubber_plant", - "plant_name": "Rubber", - "seed_name": "Rubber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rubber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rubber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rubber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rubber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rubber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ruby_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ruby_plant.json deleted file mode 100644 index 08d01e2d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ruby_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ruby_plant.json", - "enabled": true, - "id": "mysticalagriculture:ruby_plant", - "plant_name": "Ruby", - "seed_name": "Ruby Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ruby_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ruby Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ruby_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ruby_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ruby_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/saltpeter_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/saltpeter_plant.json deleted file mode 100644 index c21ff867..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/saltpeter_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/saltpeter_plant.json", - "enabled": true, - "id": "mysticalagriculture:saltpeter_plant", - "plant_name": "Saltpeter Crop", - "seed_name": "Saltpeter Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:saltpeter_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Saltpeter Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:saltpeter_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/saltpeter_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/saltpeter_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sapphire_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sapphire_plant.json deleted file mode 100644 index 26d04303..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sapphire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sapphire_plant.json", - "enabled": true, - "id": "mysticalagriculture:sapphire_plant", - "plant_name": "Sapphire", - "seed_name": "Sapphire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sapphire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sapphire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sapphire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sapphire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sapphire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sheep_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sheep_plant.json deleted file mode 100644 index 34b0e8b2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sheep_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sheep_plant.json", - "enabled": true, - "id": "mysticalagriculture:sheep_plant", - "plant_name": "Sheep Crop", - "seed_name": "Sheep Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sheep_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sheep Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sheep_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sheep_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sheep_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/signalum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/signalum_plant.json deleted file mode 100644 index e8eaf2d1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/signalum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/signalum_plant.json", - "enabled": true, - "id": "mysticalagriculture:signalum_plant", - "plant_name": "Signalum Crop", - "seed_name": "Signalum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:signalum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Signalum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:signalum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/signalum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/signalum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silicon_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silicon_plant.json deleted file mode 100644 index 9a25f1c3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silicon_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silver_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silver_plant.json deleted file mode 100644 index 674c3be9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silver_plant.json", - "enabled": true, - "id": "mysticalagriculture:silver_plant", - "plant_name": "Silver Crop", - "seed_name": "Silver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/skeleton_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/skeleton_plant.json deleted file mode 100644 index 28d512eb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:skeleton_plant", - "plant_name": "Skeleton Crop", - "seed_name": "Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sky_stone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sky_stone_plant.json deleted file mode 100644 index 82685402..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sky_stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sky_stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sky_stone_plant", - "plant_name": "Sky Stone Crop", - "seed_name": "Sky Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sky_stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sky Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sky_stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sky_stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sky_stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slime_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slime_plant.json deleted file mode 100644 index 3d30c219..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slime_plant.json", - "enabled": true, - "id": "mysticalagriculture:slime_plant", - "plant_name": "Slime Crop", - "seed_name": "Slime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json deleted file mode 100644 index 0acaa1b6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slimy_bone_plant.json", - "enabled": true, - "id": "mysticalagriculture:Slimy_bone_plant", - "plant_name": "Slimy Bone Crop", - "seed_name": "Slimy Bone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slimy_bone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slimy Bone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slimy_bone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slimy_bone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slimy_bone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/soularium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/soularium_plant.json deleted file mode 100644 index 11ae33ba..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/soularium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/soularium_plant.json", - "enabled": true, - "id": "mysticalagriculture:soularium_plant", - "plant_name": "Soularium Crop", - "seed_name": "Soularium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:soularium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Soularium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:soularium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/soularium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/soularium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/spider_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/spider_plant.json deleted file mode 100644 index 42877564..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/spider_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/spider_plant.json", - "enabled": true, - "id": "mysticalagriculture:spider_plant", - "plant_name": "Spider Crop", - "seed_name": "Spider Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:spider_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spider Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:spider_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/spider_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/spider_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/star_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/star_steel_plant.json deleted file mode 100644 index 85d13d2f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/star_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/star_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:star_steel_plant", - "plant_name": "Star-Steel Crop", - "seed_name": "Star-Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:star_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Star-Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:star_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/star_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/star_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/starmetal_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/starmetal_plant.json deleted file mode 100644 index 2183d009..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/starmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/starmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:starmetal_plant", - "plant_name": "Starmetal Crop", - "seed_name": "Starmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:starmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Starmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:starmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/starmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/starmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steel_plant.json deleted file mode 100644 index 35b29287..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:steel_plant", - "plant_name": "Steel Crop", - "seed_name": "Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steeleaf_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steeleaf_plant.json deleted file mode 100644 index f7d6d1a2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steeleaf_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steeleaf_plant.json", - "enabled": true, - "id": "mysticalagriculture:steeleaf_plant", - "plant_name": "Steeleaf Crop", - "seed_name": "Steeleaf Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steeleaf_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steeleaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steeleaf_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steeleaf_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steeleaf_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/stone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/stone_plant.json deleted file mode 100644 index 58ff5acd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:stone_plant", - "plant_name": "Stone Crop", - "seed_name": "Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sulfur_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sulfur_plant.json deleted file mode 100644 index 4ea96eb0..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sulfur_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sulfur_plant.json", - "enabled": true, - "id": "mysticalagriculture:sulfur_plant", - "plant_name": "Sulfur Crop", - "seed_name": "Sulfur Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sulfur_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sulfur Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sulfur_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sulfur_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sulfur_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sunstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sunstone_plant.json deleted file mode 100644 index 453c9eba..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sunstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sunstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sunstone_plant", - "plant_name": "Sunstone Crop", - "seed_name": "Sunstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sunstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sunstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sunstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sunstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sunstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/syrmorite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/syrmorite_plant.json deleted file mode 100644 index 3ae21f19..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/syrmorite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/syrmorite_plant.json", - "enabled": true, - "id": "mysticalagriculture:syrmorite_plant", - "plant_name": "Syrmorite Crop", - "seed_name": "Syrmorite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:syrmorite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Syrmorite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:syrmorite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/syrmorite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/syrmorite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tanzanite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tanzanite_plant.json deleted file mode 100644 index cef393a1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tanzanite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tanzanite_plant.json", - "enabled": true, - "id": "mysticalagriculture:tanzanite_plant", - "plant_name": "Tanzanite", - "seed_name": "Tanzanite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tanzanite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tanzanite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tanzanite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tanzanite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tanzanite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/terrasteel_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/terrasteel_plant.json deleted file mode 100644 index 05bd2066..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/terrasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/terrasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:terrasteel_plant", - "plant_name": "Terrasteel", - "seed_name": "Terrasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:terrasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Terrasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:terrasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/terrasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/terrasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thaumium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thaumium_plant.json deleted file mode 100644 index 17867489..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thaumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thaumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thaumium_plant", - "plant_name": "Thaumium Crop", - "seed_name": "Thaumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thaumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thaumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thaumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thaumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thaumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thorium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thorium_plant.json deleted file mode 100644 index 98f789f6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thorium_plant", - "plant_name": "Thorium Crop", - "seed_name": "Thorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json deleted file mode 100644 index fd7c78ce..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier1_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier1_inferium_plant", - "plant_name": "Tier1 Inferium Crop", - "seed_name": "Tier1 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier1_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier1 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json deleted file mode 100644 index 67cf30bd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier2_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier2_inferium_plant", - "plant_name": "Tier2 Inferium Crop", - "seed_name": "Tier2 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier2_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier2 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json deleted file mode 100644 index 6034846a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier3_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier3_inferium_plant", - "plant_name": "Tier3 Inferium Crop", - "seed_name": "Tier3 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier3_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier3 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json deleted file mode 100644 index 60dea4a7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier4_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier4_inferium_plant", - "plant_name": "Tier4 Inferium Crop", - "seed_name": "Tier4 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier4_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier4 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json deleted file mode 100644 index dbcca999..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier5_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier5_inferium_plant", - "plant_name": "Tier5 Inferium Crop", - "seed_name": "Tier5 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier5_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier5 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tin_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tin_plant.json deleted file mode 100644 index 78261aed..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tin_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tin_plant.json", - "enabled": true, - "id": "mysticalagriculture:tin_plant", - "plant_name": "Tin Crop", - "seed_name": "Tin Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tin Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tin_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tin_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tin_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/titanium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/titanium_plant.json deleted file mode 100644 index 110cbd5c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/titanium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/titanium_plant.json", - "enabled": true, - "id": "mysticalagriculture:titanium_plant", - "plant_name": "Titanium Crop", - "seed_name": "Titanium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:titanium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Titanium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:titanium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/titanium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/titanium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/topaz_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/topaz_plant.json deleted file mode 100644 index e4639355..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:topaz_plant", - "plant_name": "Topaz", - "seed_name": "Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tungsten_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tungsten_plant.json deleted file mode 100644 index 5c726051..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tungsten_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tungsten_plant.json", - "enabled": true, - "id": "mysticalagriculture:tungsten_plant", - "plant_name": "Tungsten Crop", - "seed_name": "Tungsten Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tungsten_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tungsten Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tungsten_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tungsten_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tungsten_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_238_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_238_plant.json deleted file mode 100644 index 29b1cf19..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_238_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_238_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_238_plant", - "plant_name": "Uranium 238 Crop", - "seed_name": "Uranium 238 Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_238_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium 238 Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_238_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_238_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_238_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_plant.json deleted file mode 100644 index 7f285317..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_plant", - "plant_name": "Uranium Crop", - "seed_name": "Uranium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/valonite_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/valonite_plant.json deleted file mode 100644 index f3d2e0cd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/valonite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/valonite_plant.json", - "enabled": true, - "id": "mysticalagriculture:valonite_plant", - "plant_name": "Valonite Crop", - "seed_name": "Valonite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:valonite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Valonite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:valonite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/valonite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/valonite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json deleted file mode 100644 index 7a028c28..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vibrant_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:vibrant_alloy_plant", - "plant_name": "Vibrant Alloy Crop", - "seed_name": "Vibrant Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vibrant_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vibrant Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vibrant_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vibrant_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vibrant_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vinteum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vinteum_plant.json deleted file mode 100644 index 053050f2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vinteum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vinteum_plant.json", - "enabled": true, - "id": "mysticalagriculture:vinteum_plant", - "plant_name": "Vinteum Crop", - "seed_name": "Vinteum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vinteum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vinteum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vinteum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vinteum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vinteum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/void_metal_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/void_metal_plant.json deleted file mode 100644 index acf3c001..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/void_metal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/void_metal_plant.json", - "enabled": true, - "id": "mysticalagriculture:void_metal_plant", - "plant_name": "Void Metal Crop", - "seed_name": "Void Metal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:void_metal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Void Metal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:void_metal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/void_metal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/void_metal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/water_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/water_plant.json deleted file mode 100644 index a2b1f900..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/water_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/water_plant.json", - "enabled": true, - "id": "mysticalagriculture:water_plant", - "plant_name": "Water Crop", - "seed_name": "Water Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:water_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Water Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:water_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/water_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/water_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json deleted file mode 100644 index e3909060..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wither_skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:wither_skeleton_plant", - "plant_name": "Wither Skeleton Crop", - "seed_name": "Wither Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wither_skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wither Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wither_skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wither_skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wither_skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wood_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wood_plant.json deleted file mode 100644 index 6bfdab35..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wood_plant.json", - "enabled": true, - "id": "mysticalagriculture:wood_plant", - "plant_name": "Wood Crop", - "seed_name": "Wood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/yellorium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/yellorium_plant.json deleted file mode 100644 index dc4ef6c3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/yellorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/yellorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:yellorium_plant", - "plant_name": "Yellorium Crop", - "seed_name": "Yellorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:yellorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Yellorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:yellorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/yellorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/yellorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant - Copy.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant - Copy.json deleted file mode 100644 index 1b1d2a9c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant - Copy.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant.json deleted file mode 100644 index f354d2f5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zinc_plant.json", - "enabled": true, - "id": "mysticalagriculture:zinc_plant", - "plant_name": "Zinc Crop", - "seed_name": "Zinc Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zinc_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zinc Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zinc_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zinc_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zinc_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zombie_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zombie_plant.json deleted file mode 100644 index 9d6b41bf..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zombie_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zombie_plant.json", - "enabled": true, - "id": "mysticalagriculture:zombie_plant", - "plant_name": "Zombie Crop", - "seed_name": "Zombie Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zombie_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zombie Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zombie_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zombie_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zombie_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_natura/barley_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_natura/barley_plant.json deleted file mode 100644 index 40ca3032..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_natura/barley_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/barley_plant.json", - "enabled": true, - "id": "natura:barley_plant", - "plant_name": "Barley", - "seed_name": "Barley Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/barley_seeds", - "plant_textures": [ - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_3", - "natura:blocks/crops/barley/barley_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_natura/cotton_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_natura/cotton_plant.json deleted file mode 100644 index 5d1e0c19..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_natura/cotton_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/cotton_plant.json", - "enabled": true, - "id": "natura:cotton_plant", - "plant_name": "Cotton", - "seed_name": "Cotton Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/cotton_seeds", - "plant_textures": [ - "natura:blocks/crops/cotton/cotton_stage_0", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_randomthings/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_randomthings/soils/fertilized_dirt_soil.json deleted file mode 100644 index 0bd87079..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/mod_randomthings/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_randomthings/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/aurigold_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/aurigold_mutation.json deleted file mode 100644 index 8f4b92a2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/aurigold_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/aurigold_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:aurigold_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:redstodendron_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/cuprosia_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/cuprosia_mutation.json deleted file mode 100644 index 06ff51e5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/cuprosia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/cuprosia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:cuprosia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/diamahlia_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/diamahlia_mutation.json deleted file mode 100644 index b98a9ba7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/diamahlia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/diamahlia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:diamahlia_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/emeryllis_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/emeryllis_mutation.json deleted file mode 100644 index 5c33ad2a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/emeryllis_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/emeryllis_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:emeryllis_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:quartzanthemum_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/ferranium_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/ferranium_mutation.json deleted file mode 100644 index 2ee5ccec..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/ferranium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/ferranium_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:ferranium_plant", - "parent1": "vanilla:melon_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/jaslumine_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/jaslumine_mutation.json deleted file mode 100644 index ced1b212..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/jaslumine_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/jaslumine_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:jaslumine_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/lapender_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/lapender_mutation.json deleted file mode 100644 index 16a4d85e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/lapender_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/lapender_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:lapender_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/niccissus_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/niccissus_mutation.json deleted file mode 100644 index 6bcc67b5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/niccissus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/niccissus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:niccissus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:white_tulip_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/nitorwart_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/nitorwart_mutation.json deleted file mode 100644 index 3cde536e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/nitorwart_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/nitorwart_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "resource:nitorwart_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/petinia_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/petinia_mutation.json deleted file mode 100644 index a56bf6fa..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/petinia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/petinia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:petinia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/platiolus_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/platiolus_mutation.json deleted file mode 100644 index ddf250ae..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/platiolus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/platiolus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:platiolus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:aurigold_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/plombean_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/plombean_mutation.json deleted file mode 100644 index b3bfe5f0..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/plombean_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/plombean_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:plombean_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:brown_mushroom_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/quartzanthemum_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/quartzanthemum_mutation.json deleted file mode 100644 index 25802c67..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/quartzanthemum_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/quartzanthemum_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:quartzanthemum_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/redstodendron_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/redstodendron_mutation.json deleted file mode 100644 index 9a2fa415..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/mutations/redstodendron_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/redstodendron_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:redstodendron_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:lapender_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/aurigold_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/aurigold_plant.json deleted file mode 100644 index 198ecde9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/aurigold_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/aurigold_plant.json", - "enabled": true, - "id": "resource:aurigold_plant", - "plant_name": "Aurigold", - "seed_name": "Aurigold Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A golden delight." - }, - "growth_chance": 0.8, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetGold", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreGold", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_aurigold", - "plant_textures": [ - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/cuprosia_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/cuprosia_plant.json deleted file mode 100644 index 6c5439a3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/cuprosia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/cuprosia_plant.json", - "enabled": true, - "id": "resource:cuprosia_plant", - "plant_name": "Cuprosia", - "seed_name": "Cuprosia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Known as the engineer\u0027s delight, this plant produces a substance of incredible utility." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetCopper", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreCopper", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cuprosia", - "plant_textures": [ - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia3", - "agricraft:blocks/crop_cuprosia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/diamahlia_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/diamahlia_plant.json deleted file mode 100644 index c2452fa4..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/diamahlia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/diamahlia_plant.json", - "enabled": true, - "id": "resource:diamahlia_plant", - "plant_name": "Diamahlia", - "seed_name": "Diamahlia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "oredict:nuggetDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_diamahlia", - "plant_textures": [ - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/emeryllis_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/emeryllis_plant.json deleted file mode 100644 index 2265ec48..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/emeryllis_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/emeryllis_plant.json", - "enabled": true, - "id": "resource:emeryllis_plant", - "plant_name": "Emeryllis", - "seed_name": "Emeryllis Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely green gem." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_emeryllis", - "plant_textures": [ - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/ferranium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/ferranium_plant.json deleted file mode 100644 index 6c53f6ef..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/ferranium_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/ferranium_plant.json", - "enabled": true, - "id": "resource:ferranium_plant", - "plant_name": "Ferranium", - "seed_name": "Ferranum Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A strong plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetIron", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreIron", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_ferranium", - "plant_textures": [ - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium3", - "agricraft:blocks/crop_ferranium4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/jaslumine_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/jaslumine_plant.json deleted file mode 100644 index 17483a2e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/jaslumine_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/jaslumine_plant.json", - "enabled": true, - "id": "resource:jaslumine_plant", - "plant_name": "Jaslumine", - "seed_name": "Jaslumine Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Jaslumine to some, Jaluminium to me. Shines like silver, but not all that valuable of a plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_jaslumine", - "plant_textures": [ - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine3", - "agricraft:blocks/crop_jaslumine4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/lapender_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/lapender_plant.json deleted file mode 100644 index 44ccddeb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/lapender_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/lapender_plant.json", - "enabled": true, - "id": "resource:lapender_plant", - "plant_name": "Lapender", - "seed_name": "Lapender Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A regal plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:dye", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLapis", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_lapender", - "plant_textures": [ - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/niccissus_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/niccissus_plant.json deleted file mode 100644 index bf6a6c6b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/niccissus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/niccissus_plant.json", - "enabled": true, - "id": "resource:niccissus_plant", - "plant_name": "Niccissus", - "seed_name": "Niccissus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While there is much debate over which is the best plant, we can all agree that the Niccissus plant is by far the most self-absorbed." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetNickel", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreNickel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_niccissus", - "plant_textures": [ - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus3", - "agricraft:blocks/crop_niccissus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/nitorwart_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/nitorwart_plant.json deleted file mode 100644 index 7d751149..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/nitorwart_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/nitorwart_plant.json", - "enabled": true, - "id": "resource:nitorwart_plant", - "plant_name": "Nitorwart", - "seed_name": "Burning Spores", - "seed_items": [], - "description": { - "translations": {}, - "default": "It sure seems to like to glow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:glowstone_dust", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:glowstone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nitor_wart", - "plant_textures": [ - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/petinia_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/petinia_plant.json deleted file mode 100644 index 8d6be51b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/petinia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/petinia_plant.json", - "enabled": true, - "id": "resource:petinia_plant", - "plant_name": "Petinia", - "seed_name": "Petinia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A distant cousin of the familiar petunia flower, this plant produces a substance frequently used to plate metal cans." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetTin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreTin", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_petinia", - "plant_textures": [ - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia3", - "agricraft:blocks/crop_petinia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/platiolus_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/platiolus_plant.json deleted file mode 100644 index fe81ec68..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/platiolus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/platiolus_plant.json", - "enabled": true, - "id": "resource:platiolus_plant", - "plant_name": "Platiolus", - "seed_name": "Platiolus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "The unquestioned king among the metal-bearing plants, this plant has a gleam to it that puts even the aurigold flower to shame." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetPlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:orePlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_platiolus", - "plant_textures": [ - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus3", - "agricraft:blocks/crop_platiolus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/plombean_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/plombean_plant.json deleted file mode 100644 index aa86956c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/plombean_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/plombean_plant.json", - "enabled": true, - "id": "resource:plombean_plant", - "plant_name": "Plombean", - "seed_name": "Plombean Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "In ancient times this plant was thought to bear a lifegiving fruit. Nowadays we know better." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetLead", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLead", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_plombean", - "plant_textures": [ - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean3", - "agricraft:blocks/crop_plombean4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/quartzanthemum_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/quartzanthemum_plant.json deleted file mode 100644 index 4d330a3c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/quartzanthemum_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/quartzanthemum_plant.json", - "enabled": true, - "id": "resource:quartzanthemum_plant", - "plant_name": "Quartzanthemum", - "seed_name": "Crystalline Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A suprisingly crystalline plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.875, - "required": true, - "item": "oredict:nuggetQuartz", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:quartz_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_quartzanthemum", - "plant_textures": [ - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/redstodendron_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/redstodendron_plant.json deleted file mode 100644 index f0039018..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/plants/redstodendron_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/redstodendron_plant.json", - "enabled": true, - "id": "resource:redstodendron_plant", - "plant_name": "Redstodendron", - "seed_name": "Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Much more complex than the average red algea." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "minecraft:redstone", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:redstone_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_redstodendron", - "plant_textures": [ - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/soils/gravel_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/soils/gravel_soil.json deleted file mode 100644 index 6cbc1bf5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/soils/gravel_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/gravel_soil.json", - "enabled": true, - "id": "gravel_soil", - "name": "Gravel", - "varients": [ - { - "item": "minecraft:gravel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/soils/stone_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/soils/stone_soil.json deleted file mode 100644 index 42d13b6a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/resource/soils/stone_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/stone_soil.json", - "enabled": true, - "id": "stone_soil", - "name": "Stone", - "varients": [ - { - "item": "minecraft:stone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/allium_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/allium_mutation.json deleted file mode 100644 index 8e332e03..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/allium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/allium_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:allium_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/brown_mushroom_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/brown_mushroom_mutation.json deleted file mode 100644 index 7fd4a11d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/brown_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/brown_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:brown_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/cactus_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/cactus_mutation.json deleted file mode 100644 index cad69536..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/cactus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/cactus_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:cactus_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/carrot_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/carrot_mutation.json deleted file mode 100644 index 865202c2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/carrot_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/carrot_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:carrot_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/daisy_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/daisy_mutation.json deleted file mode 100644 index ba6c5d86..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/daisy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/daisy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:daisy_plant", - "parent1": "vanilla:dandelion_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/dandelion_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/dandelion_mutation.json deleted file mode 100644 index 30d3ea6e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/dandelion_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/dandelion_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:dandelion_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/melon_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/melon_mutation.json deleted file mode 100644 index 806a35d2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/melon_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/melon_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:melon_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orange_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orange_tulip_mutation.json deleted file mode 100644 index 730283d6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orange_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orange_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orange_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orchid_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orchid_mutation.json deleted file mode 100644 index 9b1d9782..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orchid_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orchid_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orchid_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pink_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pink_tulip_mutation.json deleted file mode 100644 index 38efe319..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pink_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pink_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:pink_tulip_plant", - "parent1": "vanilla:allium_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/poppy_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/poppy_mutation.json deleted file mode 100644 index 6d59e74e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/poppy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/poppy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:poppy_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pumpkin_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pumpkin_mutation.json deleted file mode 100644 index 33baf7af..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pumpkin_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pumpkin_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:pumpkin_plant", - "parent1": "vanilla:carrot_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_mushroom_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_mushroom_mutation.json deleted file mode 100644 index c2ba3985..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:red_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_tulip_mutation.json deleted file mode 100644 index eaa27f2a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:red_tulip_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:allium_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/sugarcane_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/sugarcane_mutation.json deleted file mode 100644 index 640832db..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/sugarcane_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/sugarcane_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:sugarcane_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:beet_root_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/white_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/white_tulip_mutation.json deleted file mode 100644 index 87d21368..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/white_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/white_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:white_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/allium_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/allium_plant.json deleted file mode 100644 index c8bcb254..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/allium_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/allium_plant.json", - "enabled": true, - "id": "vanilla:allium_plant", - "plant_name": "Allium", - "seed_name": "Allium Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "From the family of plants including the garlic, onion, and chive this plant produces a beautiful umbel consisting of many small purple blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_allium", - "plant_textures": [ - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/beet_root_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/beet_root_plant.json deleted file mode 100644 index 93ab99b5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/beet_root_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/beet_root_plant.json", - "enabled": true, - "id": "vanilla:beet_root_plant", - "plant_name": "Beets", - "seed_name": "Beet Seeds", - "seed_items": [ - { - "item": "minecraft:beetroot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Beet. It\u0027s what\u0027s for dinner." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:beetroot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/beetroot_seeds", - "plant_textures": [ - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/brown_mushroom_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/brown_mushroom_plant.json deleted file mode 100644 index 00d8f637..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/brown_mushroom_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/brown_mushroom_plant.json", - "enabled": true, - "id": "vanilla:brown_mushroom_plant", - "plant_name": "Brown Mushroom", - "seed_name": "Brown Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A simple decomposer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_brown", - "plant_textures": [ - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/cactus_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/cactus_plant.json deleted file mode 100644 index 0025acb2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/cactus_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/cactus_plant.json", - "enabled": true, - "id": "vanilla:cactus_plant", - "plant_name": "Cactus", - "seed_name": "Cactus Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A very prickly plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 1.0, - "required": true, - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cactus", - "plant_textures": [ - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/carrot_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/carrot_plant.json deleted file mode 100644 index 1b7ce862..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/carrot_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/carrot_plant.json", - "enabled": true, - "id": "vanilla:carrot_plant", - "plant_name": "Carrot", - "seed_name": "Carrot Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit attractant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_carrot", - "plant_textures": [ - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/daisy_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/daisy_plant.json deleted file mode 100644 index 81f8130f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/daisy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/daisy_plant.json", - "enabled": true, - "id": "vanilla:daisy_plant", - "plant_name": "Daisy", - "seed_name": "Daisy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_daisy", - "plant_textures": [ - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/dandelion_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/dandelion_plant.json deleted file mode 100644 index d9519201..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/dandelion_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/dandelion_plant.json", - "enabled": true, - "id": "vanilla:dandelion_plant", - "plant_name": "Dandelion", - "seed_name": "Dandelion Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While colloquially considered a weed, this yellow-flowering plant is one of unspoken value. Having a deep-rooting taproot, the plant brings up nutrients from lower levels of soil, making it a good companion plant for shallow rooting plants." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_dandelion", - "plant_textures": [ - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/melon_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/melon_plant.json deleted file mode 100644 index 8e3f9e84..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/melon_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/melon_plant.json", - "enabled": true, - "id": "vanilla:melon_plant", - "plant_name": "Melon", - "seed_name": "Melon Seeds", - "seed_items": [ - { - "item": "minecraft:melon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sweet \u0026 Juicy." - }, - "growth_chance": 0.65, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 3, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:melon", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_melon", - "plant_textures": [ - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/nether_wart_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/nether_wart_plant.json deleted file mode 100644 index 5f004579..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/nether_wart_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/nether_wart_plant.json", - "enabled": true, - "id": "vanilla:nether_wart_plant", - "plant_name": "Nether Wart", - "seed_name": "Nether Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "An oddity from the nether, said to have somewhat mystical properties. The fungus appears to have a strong aptitude for heat, yet oddly cannot withstand the burning of the sun. Its fruit makes a covetable prize for the aspiring young brewer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 8, - "soils": [ - "soul_sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nether_wart", - "plant_textures": [ - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_2" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orange_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orange_tulip_plant.json deleted file mode 100644 index e1d43966..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orange_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orange_tulip_plant.json", - "enabled": true, - "id": "vanilla:orange_tulip_plant", - "plant_name": "Orange Tulip", - "seed_name": "Orange Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_orange", - "plant_textures": [ - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orchid_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orchid_plant.json deleted file mode 100644 index 6a768562..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orchid_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orchid_plant.json", - "enabled": true, - "id": "vanilla:orchid_plant", - "plant_name": "Blue Orchid", - "seed_name": "Blue Orchid Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_orchid", - "plant_textures": [ - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pink_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pink_tulip_plant.json deleted file mode 100644 index 8d4a3c20..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pink_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/pink_tulip_plant.json", - "enabled": true, - "id": "vanilla:pink_tulip_plant", - "plant_name": "Pink Tulip", - "seed_name": "Pink Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A pink varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_pink", - "plant_textures": [ - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/poppy_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/poppy_plant.json deleted file mode 100644 index 1523b798..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/poppy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/poppy_plant.json", - "enabled": true, - "id": "vanilla:poppy_plant", - "plant_name": "Poppy", - "seed_name": "Poppy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Producing colorful blooms, this plant has gained a reputation for certain medicinal uses. A better use, perhaps, this plant produces seeds that go well with baked goods, particularly for lemon-flavored ones." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_poppy", - "plant_textures": [ - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/potato_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/potato_plant.json deleted file mode 100644 index b61b3800..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/potato_plant.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "path": "vanilla/plants/potato_plant.json", - "enabled": true, - "id": "vanilla:potato_plant", - "plant_name": "Potato", - "seed_name": "Potato Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Po-ta-toes! Boil them, mash them, stick them in a stew." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.95, - "required": true, - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.02, - "required": true, - "item": "minecraft:poisonous_potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_potato", - "plant_textures": [ - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pumpkin_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pumpkin_plant.json deleted file mode 100644 index e85c6333..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pumpkin_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/pumpkin_plant.json", - "enabled": true, - "id": "vanilla:pumpkin_plant", - "plant_name": "Pumpkin", - "seed_name": "Pumpkin Seeds", - "seed_items": [ - { - "item": "minecraft:pumpkin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "If I eat enough of these will I turn orange?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1.0, - "required": true, - "item": "minecraft:pumpkin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_pumpkin", - "plant_textures": [ - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_mushroom_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_mushroom_plant.json deleted file mode 100644 index a2a46508..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_mushroom_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "vanilla/plants/red_mushroom_plant.json", - "enabled": true, - "id": "vanilla:red_mushroom_plant", - "plant_name": "Red Mushroom", - "seed_name": "Red Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "Shrooms, ever so trippy." - }, - "default": "Badger, badger, badger." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_red", - "plant_textures": [ - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_tulip_plant.json deleted file mode 100644 index 69ba0be9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/red_tulip_plant.json", - "enabled": true, - "id": "vanilla:red_tulip_plant", - "plant_name": "Red Tulip", - "seed_name": "Red Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A vibrant red varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_red", - "plant_textures": [ - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/sugarcane_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/sugarcane_plant.json deleted file mode 100644 index 64cbe7ce..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/sugarcane_plant.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "path": "vanilla/plants/sugarcane_plant.json", - "enabled": true, - "id": "vanilla:sugarcane_plant", - "plant_name": "Sugarcane", - "seed_name": "Sugarcane Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "High in fructose, a healthy part of your daily breakfast.", - "es_ES": "Mucho azucar." - }, - "default": "A good source of sugar." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1000.0, - "required": true, - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_sugarcane", - "plant_textures": [ - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/weed_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/weed_plant.json deleted file mode 100644 index 4fbd3b5a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/weed_plant.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "path": "vanilla/plants/weed_plant.json", - "enabled": false, - "id": "vanilla:weed_plant", - "plant_name": "Weed", - "seed_name": "Weed Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "An annoying plant of no use." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": true, - "aggressive": true, - "spread_chance": 0.1, - "spawn_chance": 0.1, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [] - }, - "requirement": { - "min_light": 0, - "max_light": 16, - "soils": [ - "farmland_soil", - "gravel_soil", - "grass_soil", - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_unknown", - "plant_textures": [ - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/wheat_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/wheat_plant.json deleted file mode 100644 index 0fe7231d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/wheat_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/wheat_plant.json", - "enabled": true, - "id": "vanilla:wheat_plant", - "plant_name": "Wheat", - "seed_name": "Wheat Seeds", - "seed_items": [ - { - "item": "minecraft:wheat_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The cornerstone of the Agriculutural Revolution." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:wheat", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_wheat", - "plant_textures": [ - "minecraft:blocks/wheat_stage_0", - "minecraft:blocks/wheat_stage_1", - "minecraft:blocks/wheat_stage_2", - "minecraft:blocks/wheat_stage_3", - "minecraft:blocks/wheat_stage_4", - "minecraft:blocks/wheat_stage_5", - "minecraft:blocks/wheat_stage_6", - "minecraft:blocks/wheat_stage_7" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/white_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/white_tulip_plant.json deleted file mode 100644 index c9b74942..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/plants/white_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/white_tulip_plant.json", - "enabled": true, - "id": "vanilla:white_tulip_plant", - "plant_name": "White Tulip", - "seed_name": "White Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A snow-white varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_white", - "plant_textures": [ - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/farmland_soil.json deleted file mode 100644 index 037b994c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/farmland_soil.json", - "enabled": true, - "id": "farmland_soil", - "name": "Farmland", - "varients": [ - { - "item": "minecraft:farmland", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/fertilized_dirt_soil.json deleted file mode 100644 index 68ceaabc..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/grass_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/grass_soil.json deleted file mode 100644 index deee58b9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/grass_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/grass_soil.json", - "enabled": true, - "id": "grass_soil", - "name": "Grass", - "varients": [ - { - "item": "minecraft:grass", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/loamy_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/loamy_dirt_soil.json deleted file mode 100644 index b2c63095..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/loamy_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/loamy_dirt_soil.json", - "enabled": true, - "id": "loamy_dirt_soil", - "name": "Loamy Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/mycelium_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/mycelium_soil.json deleted file mode 100644 index a1d95f32..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/mycelium_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/mycelium_soil.json", - "enabled": true, - "id": "mycelium_soil", - "name": "Mycelium", - "varients": [ - { - "item": "minecraft:mycelium", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/sand_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/sand_soil.json deleted file mode 100644 index 4671db3e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/sand_soil.json", - "enabled": true, - "id": "sand_soil", - "name": "Sand", - "varients": [ - { - "item": "minecraft:sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/silty_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/silty_dirt_soil.json deleted file mode 100644 index 9dee9ff7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/silty_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/silty_dirt_soil.json", - "enabled": true, - "id": "silty_dirt_soil", - "name": "Silty Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/soul_sand_soil.json b/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/soul_sand_soil.json deleted file mode 100644 index 32709537..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-107_25565/vanilla/soils/soul_sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/soul_sand_soil.json", - "enabled": true, - "id": "soul_sand_soil", - "name": "Soul Sand", - "varients": [ - { - "item": "minecraft:soul_sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/canola_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/canola_plant.json deleted file mode 100644 index 5eb9d0ca..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/canola_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_actuallyadditions/canola_plant.json", - "enabled": true, - "id": "actuallyadditions:canola_plant", - "plant_name": "Canola", - "seed_name": "Canola Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Hola, canola! According to something called the internet, the term \u0027canola\u0027 is a contraction of \u0027Canada\u0027 and \u0027ola\u0027, meaning oil" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": false, - "item": "actuallyadditions:item_misc", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_canola_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_canola_stage_1", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/coffee_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/coffee_plant.json deleted file mode 100644 index fe41bd7c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/coffee_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/coffee_plant.json", - "enabled": true, - "id": "actuallyadditions:coffee_plant", - "plant_name": "Coffee", - "seed_name": "Coffee Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_coffee_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Do I really need to describe this one to you?" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_coffee_beans", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_coffee_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_coffee_stage_1", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_3", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_5", - "actuallyadditions:blocks/block_coffee_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/flax_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/flax_plant.json deleted file mode 100644 index e9190666..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/flax_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/flax_plant.json", - "enabled": true, - "id": "actuallyadditions:flax_plant", - "plant_name": "Flax", - "seed_name": "Flax Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_flax_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The source of Linseed oil, as that makes total sense." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:string", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_flax_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_flax_stage_1", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_3", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_5", - "actuallyadditions:blocks/block_flax_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/rice_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/rice_plant.json deleted file mode 100644 index c34882af..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/rice_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/rice_plant.json", - "enabled": true, - "id": "actuallyadditions:rice_plant", - "plant_name": "Rice", - "seed_name": "Rice Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_rice_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rice, a grain that is a staple for many. While commonly associated with flooded rice paddies, rice does not have to grow in flooded plains, but often is." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_food", - "meta": 16, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "actuallyadditions:items/item_rice_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_rice_stage_1", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_3", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_5", - "actuallyadditions:blocks/block_rice_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json deleted file mode 100644 index c66ccac4..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/loamy_farmland_soil.json", - "enabled": true, - "id": "loamy_farmland_soil", - "name": "Loamy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json deleted file mode 100644 index 42b51f6c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/sandy_farmland_soil.json", - "enabled": true, - "id": "sandy_farmland_soil", - "name": "Sandy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 15, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/silty_farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/silty_farmland_soil.json deleted file mode 100644 index 9170bb83..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/silty_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/silty_farmland_soil.json", - "enabled": true, - "id": "silty_farmland_soil", - "name": "Silty Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_black_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_black_mutation.json deleted file mode 100644 index e9796d2b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_black_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_black_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:black_flower_plant", - "parent1": "botania:magenta_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_blue_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_blue_mutation.json deleted file mode 100644 index a8ca9a20..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:blue_flower_plant", - "parent1": "botania:cyan_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_brown_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_brown_mutation.json deleted file mode 100644 index f1d31829..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_brown_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_brown_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:brown_flower_plant", - "parent1": "botania:yellow_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_cyan_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_cyan_mutation.json deleted file mode 100644 index 82f84d63..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_cyan_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_cyan_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:cyan_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_gray_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_gray_mutation.json deleted file mode 100644 index 40583bf1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:gray_flower_plant", - "parent1": "botania:brown_flower_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_green_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_green_mutation.json deleted file mode 100644 index 1cdf9255..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_green_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_green_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:green_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_blue_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_blue_mutation.json deleted file mode 100644 index ff2f7b34..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_light_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_blue_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_gray_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_gray_mutation.json deleted file mode 100644 index 1c9506bb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_light_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_gray_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_lime_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_lime_mutation.json deleted file mode 100644 index 177b33ba..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_lime_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_lime_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:lime_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_magenta_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_magenta_mutation.json deleted file mode 100644 index 6f2aa6bf..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_magenta_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_magenta_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:magenta_flower_plant", - "parent1": "botania:orange_flower_plant", - "parent2": "botania:purple_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_orange_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_orange_mutation.json deleted file mode 100644 index f49b2e01..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_orange_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_orange_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:orange_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_pink_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_pink_mutation.json deleted file mode 100644 index 609d5337..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_pink_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_pink_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:pink_flower_plant", - "parent1": "botania:purple_flower_plant", - "parent2": "botania:cyan_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_purple_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_purple_mutation.json deleted file mode 100644 index 5f675509..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_purple_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_purple_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:purple_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_red_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_red_mutation.json deleted file mode 100644 index bee8fb86..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_red_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_red_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:red_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:brown_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_white_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_white_mutation.json deleted file mode 100644 index 4bdd13d8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_white_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_white_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:white_flower_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_yellow_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_yellow_mutation.json deleted file mode 100644 index cc49d6cb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_yellow_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_yellow_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:yellow_flower_plant", - "parent1": "botania:white_flower_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_black_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_black_plant.json deleted file mode 100644 index 8e4a0c05..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_black_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_black_plant.json", - "enabled": true, - "id": "botania:black_flower_plant", - "plant_name": "Mystical Black Flower", - "seed_name": "Mystical Black Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as dark as the night." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 15, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_black", - "plant_textures": [ - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_blue_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_blue_plant.json deleted file mode 100644 index bd57a814..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_blue_plant.json", - "enabled": true, - "id": "botania:blue_flower_plant", - "plant_name": "Mystical Blue Flower", - "seed_name": "Mystical Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as blue as the sea." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_brown_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_brown_plant.json deleted file mode 100644 index 22b8e67a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_brown_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_brown_plant.json", - "enabled": true, - "id": "botania:brown_flower_plant", - "plant_name": "Mystical Brown Flower", - "seed_name": "Mystical Brown Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as brown as the dirt." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_brown", - "plant_textures": [ - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_cyan_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_cyan_plant.json deleted file mode 100644 index 7e68316b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_cyan_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_cyan_plant.json", - "enabled": true, - "id": "botania:cyan_flower_plant", - "plant_name": "Mystical Cyan Flower", - "seed_name": "Mystical Cyan Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower of indeterminate color, being both green and blue." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_cyan", - "plant_textures": [ - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_gray_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_gray_plant.json deleted file mode 100644 index bad4c634..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_gray_plant.json", - "enabled": true, - "id": "botania:gray_flower_plant", - "plant_name": "Mystical Gray Flower", - "seed_name": "Mystical Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet rather non-descript." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_green_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_green_plant.json deleted file mode 100644 index 38523630..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_green_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_green_plant.json", - "enabled": true, - "id": "botania:green_flower_plant", - "plant_name": "Mystical Green Flower", - "seed_name": "Mystical Green Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "This flower seems to be envious of its other cousins with better descriptions." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_green", - "plant_textures": [ - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_blue_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_blue_plant.json deleted file mode 100644 index c04ebc4a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_light_blue_plant.json", - "enabled": true, - "id": "botania:light_blue_flower_plant", - "plant_name": "Mystical Light Blue Flower", - "seed_name": "Mystical Light Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is blue as the sky on a sunny day." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_gray_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_gray_plant.json deleted file mode 100644 index de6b39b9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_light_gray_plant.json", - "enabled": true, - "id": "botania:light_gray_flower_plant", - "plant_name": "Mystical Light Gray Flower", - "seed_name": "Mystical Light Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet even more non-descript than its cousin, the Mystical Gray Flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 8, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_lime_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_lime_plant.json deleted file mode 100644 index d42cdeff..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_lime_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_lime_plant.json", - "enabled": true, - "id": "botania:lime_flower_plant", - "plant_name": "Mystical Lime Flower", - "seed_name": "Mystical Lime Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "I wonder if this flower would taste sour?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_lime", - "plant_textures": [ - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_magenta_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_magenta_plant.json deleted file mode 100644 index ab5bd1ef..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_magenta_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_magenta_plant.json", - "enabled": true, - "id": "botania:magenta_flower_plant", - "plant_name": "Mystical Magenta Flower", - "seed_name": "Mystical Magenta Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, of color which my printer is always out." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_magenta", - "plant_textures": [ - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_orange_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_orange_plant.json deleted file mode 100644 index eaac59e3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_orange_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_orange_plant.json", - "enabled": true, - "id": "botania:orange_flower_plant", - "plant_name": "Mystical Orange Flower", - "seed_name": "Mystical Orange Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a firey disposition." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_orange", - "plant_textures": [ - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_pink_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_pink_plant.json deleted file mode 100644 index 462b1f0f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_pink_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_pink_plant.json", - "enabled": true, - "id": "botania:pink_flower_plant", - "plant_name": "Mystical Pink Flower", - "seed_name": "Mystical Pink Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely beautiful flower, emanating the throes of a powerful primal force." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 6, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_pink", - "plant_textures": [ - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_purple_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_purple_plant.json deleted file mode 100644 index b48c33ce..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_purple_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_purple_plant.json", - "enabled": true, - "id": "botania:purple_flower_plant", - "plant_name": "Mystical Purple Flower", - "seed_name": "Mystical Purple Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a regal color, it certainly is of the royal lineage." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 10, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_purple", - "plant_textures": [ - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_red_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_red_plant.json deleted file mode 100644 index 12f83fdd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_red_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_red_plant.json", - "enabled": true, - "id": "botania:red_flower_plant", - "plant_name": "Mystical Red Flower", - "seed_name": "Mystical Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a sanguine color." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_red", - "plant_textures": [ - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_white_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_white_plant.json deleted file mode 100644 index 0471fc23..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_white_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_white_plant.json", - "enabled": true, - "id": "botania:white_flower_plant", - "plant_name": "Mystical White Flower", - "seed_name": "Mystical White Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A purely divine flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_white", - "plant_textures": [ - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_yellow_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_yellow_plant.json deleted file mode 100644 index aba9c778..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_yellow_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_yellow_plant.json", - "enabled": true, - "id": "botania:yellow_flower_plant", - "plant_name": "Mystical Yellow Flower", - "seed_name": "Mystical Yellow Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Almost as bad as ragweed." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_yellow", - "plant_textures": [ - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/soils/podzol_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/soils/podzol_soil.json deleted file mode 100644 index 9943b97d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_botania/soils/podzol_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_botania/soils/podzol_soil.json", - "enabled": true, - "id": "podzol_soil", - "name": "podzol", - "varients": [ - { - "item": "minecraft:dirt", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_immersiveengineering/hemp_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_immersiveengineering/hemp_plant.json deleted file mode 100644 index 325ba702..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_immersiveengineering/hemp_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_immersiveengineering/hemp_plant.json", - "enabled": true, - "id": "immersiveengineering:hemp_plant", - "plant_name": "Hemp", - "seed_name": "Hemp Seeds", - "seed_items": [ - { - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:material", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "immersiveengineering:items/seed_hemp", - "plant_textures": [ - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B3", - "immersiveengineering:blocks/hemp_B4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json deleted file mode 100644 index 9e56ea5a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/awakened_draconium_plant.json", - "enabled": true, - "id": "mysticalagradditions:awakened_draconium_plant", - "plant_name": "Awakened Draconium Crop", - "seed_name": "Awakened Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:awakened_draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Awakened Draconium Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:awakened_draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/awakened_draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/awakened_draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json deleted file mode 100644 index 1955b58d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/dragon_egg_plant.json", - "enabled": true, - "id": "mysticalagradditions:dragon_egg_plant", - "plant_name": "Dragon Egg Crop", - "seed_name": "Dragon Egg Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:dragon_egg_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the dragon." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:dragon_egg_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/dragon_egg_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json deleted file mode 100644 index b84575d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/nether_star_plant.json", - "enabled": true, - "id": "mysticalagradditions:nether_star_plant", - "plant_name": "Nether Star Crop", - "seed_name": "Nether Star Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:nether_star_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Star Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:nether_star_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/nether_star_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/nether_star_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json deleted file mode 100644 index 15d022c7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/neutronium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/neutronium_plant.json", - "enabled": true, - "id": "mysticalagradditions:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the neutron condensation." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.3, - "products": { - "products": [ - { - "min": 1, - "max": 6, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json deleted file mode 100644 index cd73af40..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "path": "mod_mysticalagradditions/tier6_inferium_plant.json", - "enabled": true, - "id": "mysticalagradditions:tier_six_inferium_plant", - "plant_name": "Tier Six Inferium Crop", - "seed_name": "Tier Six Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:tier6_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier Six Inferium Seeds. Much upgrade. Very wow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json deleted file mode 100644 index 0847fd37..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/abyssalnite_plant.json", - "enabled": true, - "id": "mysticalagriculture:abyssalnite_plant", - "plant_name": "Abyssalnite Crop", - "seed_name": "Abyssalnite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:abyssalnite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Abyssalnite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:abyssalnite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/abyssalnite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/abyssalnite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/adamantine_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/adamantine_plant.json deleted file mode 100644 index be363cf5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/adamantine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/adamantine_plant.json", - "enabled": true, - "id": "mysticalagriculture:adamantine_plant", - "plant_name": "Adamantine Crop", - "seed_name": "Adamantine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:adamantine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Adamantine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:adamantine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/adamantine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/adamantine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json deleted file mode 100644 index 52eb1f5f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_brass_plant", - "plant_name": "Aluminum Brass Crop", - "seed_name": "Aluminum Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_plant.json deleted file mode 100644 index 352f8c98..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_plant", - "plant_name": "Aluminum Crop", - "seed_name": "Aluminum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/alumite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/alumite_plant.json deleted file mode 100644 index dd0c5951..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/alumite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/alumite_plant.json", - "enabled": true, - "id": "mysticalagriculture:alumite_plant", - "plant_name": "Alumite Crop", - "seed_name": "Alumite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:alumite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Alumite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:alumite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/alumite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/alumite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/amber_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/amber_plant.json deleted file mode 100644 index 5213e8c8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/amber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/amber_plant.json", - "enabled": true, - "id": "mysticalagriculture:amber_plant", - "plant_name": "Amber", - "seed_name": "Amber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:amber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Amber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:amber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/amber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/amber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/apatite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/apatite_plant.json deleted file mode 100644 index ceaba0b3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/apatite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/apatite_plant.json", - "enabled": true, - "id": "mysticalagriculture:apatite_plant", - "plant_name": "Apatite Crop", - "seed_name": "Apatite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:apatite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Apatite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:apatite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/apatite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/apatite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquamarine_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquamarine_plant.json deleted file mode 100644 index 3576f17e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquamarine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquamarine_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquamarine_plant", - "plant_name": "Aquamarine Crop", - "seed_name": "Aquamarine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquamarine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquamarine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquamarine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquamarine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquamarine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquarium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquarium_plant.json deleted file mode 100644 index 2e14e983..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquarium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquarium_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquarium_plant", - "plant_name": "Aquarium Crop", - "seed_name": "Aquarium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquarium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquarium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquarium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquarium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquarium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ardite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ardite_plant.json deleted file mode 100644 index a8b8525c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ardite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ardite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ardite_plant", - "plant_name": "Ardite Crop", - "seed_name": "Ardite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ardite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ardite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ardite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ardite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ardite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalt_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalt_plant.json deleted file mode 100644 index 1bb5fe40..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalt_plant", - "plant_name": "Basalt", - "seed_name": "Basalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalz_plant.json deleted file mode 100644 index b5063c9a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalz_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalz_plant", - "plant_name": "Basalz Crop", - "seed_name": "Basalz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/black_quartz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/black_quartz_plant.json deleted file mode 100644 index 9e359647..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/black_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/black_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:black_quartz_plant", - "plant_name": "Black Quartz Crop", - "seed_name": "Black Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:black_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Black Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:black_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/black_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/black_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blaze_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blaze_plant.json deleted file mode 100644 index 1dbc811d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blaze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blaze_plant.json", - "enabled": true, - "id": "mysticalagriculture:blaze_plant", - "plant_name": "Blaze Crop", - "seed_name": "Blaze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blaze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blaze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blaze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blaze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blaze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blitz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blitz_plant.json deleted file mode 100644 index ed730c6e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blitz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blitz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blitz_plant", - "plant_name": "Blitz Crop", - "seed_name": "Blitz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blitz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blitz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blitz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blitz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blitz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blizz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blizz_plant.json deleted file mode 100644 index 2023139e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blizz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blizz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blizz_plant", - "plant_name": "Blizz Crop", - "seed_name": "Blizz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blizz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blizz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blizz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blizz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blizz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blue_topaz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blue_topaz_plant.json deleted file mode 100644 index d015b42d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blue_topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blue_topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blue_topaz_plant", - "plant_name": "Blue Topaz Crop", - "seed_name": "Blue Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blue_topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blue Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blue_topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blue_topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blue_topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/boron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/boron_plant.json deleted file mode 100644 index 69953071..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/boron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/boron_plant.json", - "enabled": true, - "id": "mysticalagriculture:boron_plant", - "plant_name": "Boron Crop", - "seed_name": "Boron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:boron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Boron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:boron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/boron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/boron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/brass_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/brass_plant.json deleted file mode 100644 index 18fe7803..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:brass_plant", - "plant_name": "Brass Crop", - "seed_name": "Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/bronze_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/bronze_plant.json deleted file mode 100644 index b57a387b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/bronze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/bronze_plant.json", - "enabled": true, - "id": "mysticalagriculture:bronze_plant", - "plant_name": "Bronze Crop", - "seed_name": "Bronze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:bronze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bronze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:bronze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/bronze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/bronze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json deleted file mode 100644 index c68db96d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/certus_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:certus_quartz_plant", - "plant_name": "Certus Quartz", - "seed_name": "Certus Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:certus_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Certus Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:certus_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/certus_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/certus_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chicken_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chicken_plant.json deleted file mode 100644 index 4c853485..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chicken_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chicken_plant.json", - "enabled": true, - "id": "mysticalagriculture:chicken_plant", - "plant_name": "Chicken Crop", - "seed_name": "Chicken Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chicken_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chicken Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chicken_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chicken_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chicken_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chimerite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chimerite_plant.json deleted file mode 100644 index 07595551..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chimerite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chimerite_plant.json", - "enabled": true, - "id": "mysticalagriculture:chimerite_plant", - "plant_name": "Chimerite Crop", - "seed_name": "Chimerite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chimerite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "chimerite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chimerite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chimerite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chimerite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chrome_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chrome_plant.json deleted file mode 100644 index 9788021b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chrome_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chrome_plant.json", - "enabled": true, - "id": "mysticalagriculture:chrome_plant", - "plant_name": "Chrome Crop", - "seed_name": "Chrome Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chrome_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chrome Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chrome_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chrome_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chrome_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coal_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coal_plant.json deleted file mode 100644 index a15e5223..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coal_plant.json", - "enabled": true, - "id": "mysticalagriculture:coal_plant", - "plant_name": "Coal Crop", - "seed_name": "Coal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cobalt_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cobalt_plant.json deleted file mode 100644 index 31696551..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cobalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cobalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:cobalt_plant", - "plant_name": "Cobalt", - "seed_name": "Cobalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cobalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cobalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cobalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cobalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cobalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cold_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cold_iron_plant.json deleted file mode 100644 index 9cf03344..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cold_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cold_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:cold_iron_plant", - "plant_name": "Cold-Iron Crop", - "seed_name": "Cold-Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cold_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cold-Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cold_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cold_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cold_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json deleted file mode 100644 index ac708b64..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/conductive_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:conductive_iron_plant", - "plant_name": "Conductive Iron Crop", - "seed_name": "Conductive Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:conductive_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Conductive Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:conductive_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/conductive_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/conductive_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/constantan_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/constantan_plant.json deleted file mode 100644 index 9fc05a78..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/constantan_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/constantan_plant.json", - "enabled": true, - "id": "mysticalagriculture:constantan_plant", - "plant_name": "Constantan Crop", - "seed_name": "Constantan Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:constantan_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Constantan Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:constantan_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/constantan_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/constantan_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/copper_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/copper_plant.json deleted file mode 100644 index 7f02e1ac..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/copper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/copper_plant.json", - "enabled": true, - "id": "mysticalagriculture:copper_plant", - "plant_name": "Copper Crop", - "seed_name": "Copper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:copper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Copper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:copper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/copper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/copper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coralium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coralium_plant.json deleted file mode 100644 index a29de6ec..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coralium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coralium_plant.json", - "enabled": true, - "id": "mysticalagriculture:coralium_plant", - "plant_name": "Coralium Crop", - "seed_name": "Coralium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coralium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coralium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coralium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coralium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coralium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cow_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cow_plant.json deleted file mode 100644 index f1075e05..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cow_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cow_plant.json", - "enabled": true, - "id": "mysticalagriculture:cow_plant", - "plant_name": "Cow Crop", - "seed_name": "Cow Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cow_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cow Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cow_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cow_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cow_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/creeper_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/creeper_plant.json deleted file mode 100644 index 25fe5f4e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/creeper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/creeper_plant.json", - "enabled": true, - "id": "mysticalagriculture:creeper_plant", - "plant_name": "Creeper Crop", - "seed_name": "Creeper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:creeper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Creeper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:creeper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/creeper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/creeper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dark_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dark_steel_plant.json deleted file mode 100644 index 12cb9fd8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dark_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dark_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:dark_steel_plant", - "plant_name": "Dark Steel Crop", - "seed_name": "Dark Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dark_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dark Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dark_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dark_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dark_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/desh_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/desh_plant.json deleted file mode 100644 index 8cff062d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/desh_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/desh_plant.json", - "enabled": true, - "id": "mysticalagriculture:desh_plant", - "plant_name": "Desh Crop", - "seed_name": "Desh Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:desh_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Desh Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:desh_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/desh_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/desh_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/diamond_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/diamond_plant.json deleted file mode 100644 index e3508eb5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/diamond_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/diamond_plant.json", - "enabled": true, - "id": "mysticalagriculture:diamond_plant", - "plant_name": "Diamond Crop", - "seed_name": "Diamond Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:diamond_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Diamond Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:diamond_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/diamond_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/diamond_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dirt_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dirt_plant.json deleted file mode 100644 index c0b07912..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dirt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dirt_plant.json", - "enabled": true, - "id": "mysticalagriculture:dirt_plant", - "plant_name": "Dirt Crop", - "seed_name": "Dirt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dirt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dirt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dirt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dirt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dirt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/draconium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/draconium_plant.json deleted file mode 100644 index 0d26fd18..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/draconium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/draconium_plant.json", - "enabled": true, - "id": "mysticalagriculture:draconium_plant", - "plant_name": "Draconium", - "seed_name": "Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Draconium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dreadium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dreadium_plant.json deleted file mode 100644 index edb957b5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dreadium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dreadium_plant.json", - "enabled": true, - "id": "mysticalagriculture:dreadium_plant", - "plant_name": "Dreadium Crop", - "seed_name": "Dreadium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dreadium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dreadium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dreadium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dreadium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dreadium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dye_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dye_plant.json deleted file mode 100644 index f4a46ddc..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dye_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dye_plant.json", - "enabled": true, - "id": "mysticalagriculture:dye_plant", - "plant_name": "Dye Crop", - "seed_name": "Dye Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dye_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dye Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dye_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dye_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dye_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json deleted file mode 100644 index 619179d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrical_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrical_steel_plant", - "plant_name": "Electrical Steel Crop", - "seed_name": "Electrical Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrical_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrical Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrical_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrical_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrical_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrotine_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrotine_plant.json deleted file mode 100644 index 0981402c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrotine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrotine_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrotine_plant", - "plant_name": "Electrotine Crop", - "seed_name": "Electrotine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrotine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrotine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrotine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrotine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrotine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrum_plant.json deleted file mode 100644 index dd0dcc48..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrum_plant", - "plant_name": "Electrum Crop", - "seed_name": "Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/elementium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/elementium_plant.json deleted file mode 100644 index c346748b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/elementium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/elementium_plant.json", - "enabled": true, - "id": "mysticalagriculture:elementium_plant", - "plant_name": "Elementium Crop", - "seed_name": "Elementium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:elementium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Elementium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:elementium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/elementium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/elementium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/emerald_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/emerald_plant.json deleted file mode 100644 index 70f3a274..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/emerald_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/emerald_plant.json", - "enabled": true, - "id": "mysticalagriculture:emerald_plant", - "plant_name": "Emerald Crop", - "seed_name": "Emerald Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:emerald_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Emerald Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:emerald_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/emerald_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/emerald_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_plant.json deleted file mode 100644 index b014d9f2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_plant", - "plant_name": "End Crop", - "seed_name": "End Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_steel_plant.json deleted file mode 100644 index 54588413..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_steel_plant", - "plant_name": "End Steel Crop", - "seed_name": "End Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json deleted file mode 100644 index 7387d4d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_amethyst_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_amethyst_plant", - "plant_name": "Ender Amethyst", - "seed_name": "Ender Amethyst Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_amethyst_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Amethyst Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_amethyst_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_amethyst_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_amethyst_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_biotite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_biotite_plant.json deleted file mode 100644 index d6f8dedf..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_biotite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_biotite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_biotite_plant", - "plant_name": "Ender Biotite Crop", - "seed_name": "Ender Biotite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_biotite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Biotite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_biotite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_biotite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_biotite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderium_plant.json deleted file mode 100644 index b8600e78..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderium_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderium_plant", - "plant_name": "Enderium Crop", - "seed_name": "Enderium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderman_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderman_plant.json deleted file mode 100644 index 9794ac5d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderman_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderman_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderman_plant", - "plant_name": "Enderman Crop", - "seed_name": "Enderman Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderman_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderman Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderman_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderman_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderman_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json deleted file mode 100644 index c9064be8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/energetic_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:energetic_alloy_plant", - "plant_name": "Energetic Alloy Crop", - "seed_name": "Energetic Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:energetic_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Energetic Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:energetic_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/energetic_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/energetic_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/experience_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/experience_plant.json deleted file mode 100644 index 7bf288a1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/experience_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/experience_plant.json", - "enabled": true, - "id": "mysticalagriculture:experience_plant", - "plant_name": "Experience Crop", - "seed_name": "Experience Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:experience_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Experience Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:experience_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/experience_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/experience_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json deleted file mode 100644 index ca5ded22..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fiery_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:fiery_ingot_plant", - "plant_name": "Fiery Ingot Crop", - "seed_name": "Fiery Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fiery_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fiery Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fiery_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fiery_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fiery_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fire_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fire_plant.json deleted file mode 100644 index 6390333f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fire_plant.json", - "enabled": true, - "id": "mysticalagriculture:fire_plant", - "plant_name": "Fire Crop", - "seed_name": "Fire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluix_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluix_plant.json deleted file mode 100644 index 09363d78..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluix_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluix_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluix_plant", - "plant_name": "Fluix", - "seed_name": "Fluix Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluix_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluix Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluix_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluix_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluix_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json deleted file mode 100644 index e4532620..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluxed_electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluxed_electrum_plant", - "plant_name": "Fluxed Electrum Crop", - "seed_name": "Flux Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluxed_electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluxed Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluxed_electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluxed_electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluxed_electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ghast_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ghast_plant.json deleted file mode 100644 index 3a262465..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ghast_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ghast_plant.json", - "enabled": true, - "id": "mysticalagriculture:ghast_plant", - "plant_name": "Ghast Crop", - "seed_name": "Ghast Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ghast_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ghast Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ghast_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ghast_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ghast_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_ingot_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_ingot_plant.json deleted file mode 100644 index c06ee355..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_ingot_plant", - "plant_name": "Glowstone Ingot", - "seed_name": "Glowstone Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_plant.json deleted file mode 100644 index 5496a540..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_plant", - "plant_name": "Glowstone Crop", - "seed_name": "Glowstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/gold_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/gold_plant.json deleted file mode 100644 index 489da84a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/gold_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/gold_plant.json", - "enabled": true, - "id": "mysticalagriculture:gold_plant", - "plant_name": "Gold Crop", - "seed_name": "Gold Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:gold_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Gold Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:gold_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/gold_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/gold_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json deleted file mode 100644 index 9507a02f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/grains_of_infinity_plant.json", - "enabled": true, - "id": "mysticalagriculture:grains_of_infinity_plant", - "plant_name": "Grains of Infinity", - "seed_name": "Grains of Infinity Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:grains_of_infinity_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Grains of Infinity Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:grains_of_infinity_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/grains_of_infinity_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/grains_of_infinity_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/graphite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/graphite_plant.json deleted file mode 100644 index 61f75832..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:graphite_plant", - "plant_name": "Graphite Crop", - "seed_name": "Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/guardian_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/guardian_plant.json deleted file mode 100644 index 9e94ca68..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/guardian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/guardian_plant.json", - "enabled": true, - "id": "mysticalagriculture:guardian_plant", - "plant_name": "Guardian Crop", - "seed_name": "Guardian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:guardian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Guardian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:guardian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/guardian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/guardian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json deleted file mode 100644 index cf67983a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/hop_graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:hop_graphite_plant", - "plant_name": "HOP Graphite Crop", - "seed_name": "HOP Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:hop_graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "HOP Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:hop_graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/hop_graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/hop_graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ice_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ice_plant.json deleted file mode 100644 index 1e2e2d14..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ice_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ice_plant.json", - "enabled": true, - "id": "mysticalagriculture:ice_plant", - "plant_name": "Ice Crop", - "seed_name": "Ice Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ice_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ice. Ice. Baby." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ice_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ice_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ice_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/invar_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/invar_plant.json deleted file mode 100644 index c1f741f6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/invar_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/invar_plant.json", - "enabled": true, - "id": "mysticalagriculture:invar_plant", - "plant_name": "Invar Crop", - "seed_name": "Invar Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:invar_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Invar Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:invar_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/invar_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/invar_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_ore_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_ore_plant.json deleted file mode 100644 index 009c08d6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_ore_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_ore_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_ore_plant", - "plant_name": "Iridium Ore Crop", - "seed_name": "Iridium Ore Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_ore_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Ore Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_ore_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_ore_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_ore_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_plant.json deleted file mode 100644 index cfdc645d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_plant", - "plant_name": "Iridium Crop", - "seed_name": "Iridium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iron_plant.json deleted file mode 100644 index 41528172..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:iron_plant", - "plant_name": "Iron Crop", - "seed_name": "Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ironwood_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ironwood_plant.json deleted file mode 100644 index 057f643c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ironwood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ironwood_plant.json", - "enabled": true, - "id": "mysticalagriculture:ironwood_plant", - "plant_name": "Ironwood Crop", - "seed_name": "Ironwood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ironwood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ironwood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ironwood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ironwood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ironwood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/jade_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/jade_plant.json deleted file mode 100644 index d1ffd8ae..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/jade_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/jade_plant.json", - "enabled": true, - "id": "mysticalagriculture:jade_plant", - "plant_name": "Jade Crop", - "seed_name": "Jade Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:jade_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Jade Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:jade_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/jade_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/jade_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightmetal_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightmetal_plant.json deleted file mode 100644 index b5fc8fec..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightmetal_plant", - "plant_name": "Knightmetal Crop", - "seed_name": "Knightmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightslime_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightslime_plant.json deleted file mode 100644 index 1a514a8c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightslime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightslime_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightslime_plant", - "plant_name": "Knightslime Crop", - "seed_name": "Knightslime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightslime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightslime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightslime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightslime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightslime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json deleted file mode 100644 index 0e90ebb8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lapis_lazuli_plant.json", - "enabled": true, - "id": "mysticalagriculture:lapis_lazuli_plant", - "plant_name": "Lapis Lazuli Crop", - "seed_name": "Lapis Lazuli Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lapis_lazuli_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lapis Lazuli Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lapis_lazuli_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lapis_lazuli_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lapis_lazuli_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lead_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lead_plant.json deleted file mode 100644 index a3792caa..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lead_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lead_plant.json", - "enabled": true, - "id": "mysticalagriculture:lead_plant", - "plant_name": "Lead Crop", - "seed_name": "Lead Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lead_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lead Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lead_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lead_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lead_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/limestone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/limestone_plant.json deleted file mode 100644 index f8953e7e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/limestone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/limestone_plant.json", - "enabled": true, - "id": "mysticalagriculture:limestone_plant", - "plant_name": "Limestone", - "seed_name": "Limestone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:limestone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Limestone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:limestone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/limestone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/limestone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lithium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lithium_plant.json deleted file mode 100644 index 1254cd3c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lithium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lithium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lithium_plant", - "plant_name": "Lithium Crop", - "seed_name": "Lithium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lithium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lithium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lithium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lithium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lithium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lumium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lumium_plant.json deleted file mode 100644 index afc786f0..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lumium_plant", - "plant_name": "Lumium Crop", - "seed_name": "Lumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/magnesium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/magnesium_plant.json deleted file mode 100644 index f79f7904..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/magnesium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/magnesium_plant.json", - "enabled": true, - "id": "mysticalagriculture:magnesium_plant", - "plant_name": "Magnesium Crop", - "seed_name": "Magnesium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:magnesium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Magnesium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:magnesium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/magnesium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/magnesium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/malachite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/malachite_plant.json deleted file mode 100644 index 7a30271e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/malachite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/malachite_plant.json", - "enabled": true, - "id": "mysticalagriculture:malachite_plant", - "plant_name": "Malachite", - "seed_name": "Malachite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:malachite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Malachite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:malachite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/malachite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/malachite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manasteel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manasteel_plant.json deleted file mode 100644 index 5b510a7c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:manasteel_plant", - "plant_name": "Manasteel", - "seed_name": "Manasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manyullyn_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manyullyn_plant.json deleted file mode 100644 index 4848ff3b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manyullyn_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manyullyn_plant.json", - "enabled": true, - "id": "mysticalagriculture:manyullyn_plant", - "plant_name": "Manyullyn Crop", - "seed_name": "Manyullyn Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manyullyn_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manyullyn Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manyullyn_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manyullyn_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manyullyn_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/marble_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/marble_plant.json deleted file mode 100644 index c45a0788..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/marble_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/marble_plant.json", - "enabled": true, - "id": "mysticalagriculture:marble_plant", - "plant_name": "Marble", - "seed_name": "Marble Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:marble_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Marble Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:marble_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/marble_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/marble_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/menril_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/menril_plant.json deleted file mode 100644 index 1746f842..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/menril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/menril_plant.json", - "enabled": true, - "id": "mysticalagriculture:menril_plant", - "plant_name": "Menril Crop", - "seed_name": "Menril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:menril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Menril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 2, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:menril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/menril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/menril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/meteoric_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/meteoric_iron_plant.json deleted file mode 100644 index 486cf721..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/meteoric_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/meteoric_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:meteoric_iron_plant", - "plant_name": "Meteoric Iron Crop", - "seed_name": "Meteoric Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:meteoric_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Meteoric Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:meteoric_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/meteoric_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/meteoric_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mithril_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mithril_plant.json deleted file mode 100644 index 06909d4f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mithril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mithril_plant.json", - "enabled": true, - "id": "mysticalagriculture:mithril_plant", - "plant_name": "Mithril Crop", - "seed_name": "Mithril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mithril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mithril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mithril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mithril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mithril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/moonstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/moonstone_plant.json deleted file mode 100644 index b98b92d3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/moonstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/moonstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:moonstone_plant", - "plant_name": "Moonstone Crop", - "seed_name": "Moonstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:moonstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Moonstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:moonstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/moonstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/moonstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json deleted file mode 100644 index 703e2e46..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mystical_flower_plant.json", - "enabled": true, - "id": "mysticalagriculture:mystical_flower_plant", - "plant_name": "Mystical Flower Crop", - "seed_name": "Mystical Flower Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mystical_flower_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mystical Flower Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mystical_flower_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mystical_flower_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mystical_flower_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nature_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nature_plant.json deleted file mode 100644 index acfa45d5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nature_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nature_plant.json", - "enabled": true, - "id": "mysticalagriculture:nature_plant", - "plant_name": "Nature Crop", - "seed_name": "Nature Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nature_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nature Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nature_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nature_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nature_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_plant.json deleted file mode 100644 index 745723f3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_plant", - "plant_name": "Nether Crop", - "seed_name": "Nether Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json deleted file mode 100644 index ea5e0f13..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_quartz_plant", - "plant_name": "Nether Quartz Crop", - "seed_name": "Nether Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/neutronium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/neutronium_plant.json deleted file mode 100644 index 3fd760d9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/neutronium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/neutronium_plant.json", - "enabled": true, - "id": "mysticalagriculture:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Neutronium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 6, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nickel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nickel_plant.json deleted file mode 100644 index e9597468..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nickel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nickel_plant.json", - "enabled": true, - "id": "mysticalagriculture:nickel_plant", - "plant_name": "Nickel Crop", - "seed_name": "Nickel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nickel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nickel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nickel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nickel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nickel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/obsidian_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/obsidian_plant.json deleted file mode 100644 index 5c85fa6f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:obsidian_plant", - "plant_name": "Obsidian Crop", - "seed_name": "Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/octine_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/octine_plant.json deleted file mode 100644 index 3aa27461..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/octine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/octine_plant.json", - "enabled": true, - "id": "mysticalagriculture:octine_plant", - "plant_name": "Octine Crop", - "seed_name": "Octine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:octine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Octine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:octine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/octine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/octine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/osmium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/osmium_plant.json deleted file mode 100644 index 04e88df1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/osmium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/osmium_plant.json", - "enabled": true, - "id": "mysticalagriculture:osmium_plant", - "plant_name": "Osmium", - "seed_name": "Osmium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:osmium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Osmium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:osmium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/osmium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/osmium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/peridot_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/peridot_plant.json deleted file mode 100644 index 01d6aa86..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/peridot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/peridot_plant.json", - "enabled": true, - "id": "mysticalagriculture:peridot_plant", - "plant_name": "Peridot", - "seed_name": "Peridot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:peridot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peridot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:peridot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/peridot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/peridot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pig_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pig_plant.json deleted file mode 100644 index 7c7f8c55..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pig_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pig_plant.json", - "enabled": true, - "id": "mysticalagriculture:pig_plant", - "plant_name": "Pig Crop", - "seed_name": "Pig Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pig_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pig Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pig_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pig_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pig_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/platinum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/platinum_plant.json deleted file mode 100644 index b2aa4239..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/platinum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/platinum_plant.json", - "enabled": true, - "id": "mysticalagriculture:platinum_plant", - "plant_name": "Platinum Crop", - "seed_name": "Platinum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:platinum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Platinum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:platinum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/platinum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/platinum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json deleted file mode 100644 index ac574616..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pulsating_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:pulsating_iron_plant", - "plant_name": "Pulsating Iron Crop", - "seed_name": "Pulsating Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pulsating_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pulsating Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pulsating_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pulsating_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pulsating_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json deleted file mode 100644 index 91f94fd6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:quartz_enriched_iron_plant", - "plant_name": "Quartz Enriched Iron Crop", - "seed_name": "Quartz Enriched Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quartz_enriched_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quartz Enriched Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quartz_enriched_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quartz_enriched_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quartz_enriched_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/quicksilver_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/quicksilver_plant.json deleted file mode 100644 index 0ab50dd8..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/quicksilver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quicksilver_plant.json", - "enabled": true, - "id": "mysticalagriculture:quicksilver_plant", - "plant_name": "Quicksilver Crop", - "seed_name": "Quicksilver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quicksilver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quicksilver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quicksilver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quicksilver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quicksilver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rabbit_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rabbit_plant.json deleted file mode 100644 index 3d7da976..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rabbit_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rabbit_plant.json", - "enabled": true, - "id": "mysticalagriculture:rabbit_plant", - "plant_name": "Rabbit Crop", - "seed_name": "Rabbit Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rabbit_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rabbit_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rabbit_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rabbit_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json deleted file mode 100644 index 0b621f3b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_alloy_plant", - "plant_name": "Redstone Alloy Crop", - "seed_name": "Redstone Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_plant.json deleted file mode 100644 index 6231a10c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_plant", - "plant_name": "Redstone Crop", - "seed_name": "Redstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/refined_obsidian_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/refined_obsidian_plant.json deleted file mode 100644 index f88f2429..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/refined_obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/refined_obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:refined_obsidian_plant", - "plant_name": "Refined Obsidian", - "seed_name": "Refined Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:refined_obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Refined Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:refined_obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/refined_obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/refined_obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json deleted file mode 100644 index 0ab3b193..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rock_crystal_plant.json", - "enabled": true, - "id": "mysticalagriculture:rock_crystal_plant", - "plant_name": "Rock Crystal Crop", - "seed_name": "Rock Crystal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rock_crystal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rock Crystal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rock_crystal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rock_crystal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rock_crystal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rubber_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rubber_plant.json deleted file mode 100644 index 58dd7b5d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rubber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rubber_plant.json", - "enabled": true, - "id": "mysticalagriculture:rubber_plant", - "plant_name": "Rubber", - "seed_name": "Rubber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rubber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rubber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rubber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rubber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rubber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ruby_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ruby_plant.json deleted file mode 100644 index 08d01e2d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ruby_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ruby_plant.json", - "enabled": true, - "id": "mysticalagriculture:ruby_plant", - "plant_name": "Ruby", - "seed_name": "Ruby Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ruby_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ruby Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ruby_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ruby_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ruby_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/saltpeter_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/saltpeter_plant.json deleted file mode 100644 index c21ff867..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/saltpeter_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/saltpeter_plant.json", - "enabled": true, - "id": "mysticalagriculture:saltpeter_plant", - "plant_name": "Saltpeter Crop", - "seed_name": "Saltpeter Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:saltpeter_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Saltpeter Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:saltpeter_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/saltpeter_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/saltpeter_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sapphire_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sapphire_plant.json deleted file mode 100644 index 26d04303..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sapphire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sapphire_plant.json", - "enabled": true, - "id": "mysticalagriculture:sapphire_plant", - "plant_name": "Sapphire", - "seed_name": "Sapphire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sapphire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sapphire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sapphire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sapphire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sapphire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sheep_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sheep_plant.json deleted file mode 100644 index 34b0e8b2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sheep_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sheep_plant.json", - "enabled": true, - "id": "mysticalagriculture:sheep_plant", - "plant_name": "Sheep Crop", - "seed_name": "Sheep Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sheep_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sheep Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sheep_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sheep_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sheep_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/signalum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/signalum_plant.json deleted file mode 100644 index e8eaf2d1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/signalum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/signalum_plant.json", - "enabled": true, - "id": "mysticalagriculture:signalum_plant", - "plant_name": "Signalum Crop", - "seed_name": "Signalum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:signalum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Signalum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:signalum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/signalum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/signalum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silicon_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silicon_plant.json deleted file mode 100644 index 9a25f1c3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silicon_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silver_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silver_plant.json deleted file mode 100644 index 674c3be9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silver_plant.json", - "enabled": true, - "id": "mysticalagriculture:silver_plant", - "plant_name": "Silver Crop", - "seed_name": "Silver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/skeleton_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/skeleton_plant.json deleted file mode 100644 index 28d512eb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:skeleton_plant", - "plant_name": "Skeleton Crop", - "seed_name": "Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sky_stone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sky_stone_plant.json deleted file mode 100644 index 82685402..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sky_stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sky_stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sky_stone_plant", - "plant_name": "Sky Stone Crop", - "seed_name": "Sky Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sky_stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sky Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sky_stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sky_stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sky_stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slime_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slime_plant.json deleted file mode 100644 index 3d30c219..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slime_plant.json", - "enabled": true, - "id": "mysticalagriculture:slime_plant", - "plant_name": "Slime Crop", - "seed_name": "Slime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json deleted file mode 100644 index 0acaa1b6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slimy_bone_plant.json", - "enabled": true, - "id": "mysticalagriculture:Slimy_bone_plant", - "plant_name": "Slimy Bone Crop", - "seed_name": "Slimy Bone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slimy_bone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slimy Bone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slimy_bone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slimy_bone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slimy_bone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/soularium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/soularium_plant.json deleted file mode 100644 index 11ae33ba..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/soularium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/soularium_plant.json", - "enabled": true, - "id": "mysticalagriculture:soularium_plant", - "plant_name": "Soularium Crop", - "seed_name": "Soularium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:soularium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Soularium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:soularium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/soularium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/soularium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/spider_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/spider_plant.json deleted file mode 100644 index 42877564..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/spider_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/spider_plant.json", - "enabled": true, - "id": "mysticalagriculture:spider_plant", - "plant_name": "Spider Crop", - "seed_name": "Spider Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:spider_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spider Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:spider_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/spider_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/spider_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/star_steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/star_steel_plant.json deleted file mode 100644 index 85d13d2f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/star_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/star_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:star_steel_plant", - "plant_name": "Star-Steel Crop", - "seed_name": "Star-Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:star_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Star-Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:star_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/star_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/star_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/starmetal_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/starmetal_plant.json deleted file mode 100644 index 2183d009..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/starmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/starmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:starmetal_plant", - "plant_name": "Starmetal Crop", - "seed_name": "Starmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:starmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Starmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:starmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/starmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/starmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steel_plant.json deleted file mode 100644 index 35b29287..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:steel_plant", - "plant_name": "Steel Crop", - "seed_name": "Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steeleaf_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steeleaf_plant.json deleted file mode 100644 index f7d6d1a2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steeleaf_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steeleaf_plant.json", - "enabled": true, - "id": "mysticalagriculture:steeleaf_plant", - "plant_name": "Steeleaf Crop", - "seed_name": "Steeleaf Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steeleaf_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steeleaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steeleaf_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steeleaf_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steeleaf_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/stone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/stone_plant.json deleted file mode 100644 index 58ff5acd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:stone_plant", - "plant_name": "Stone Crop", - "seed_name": "Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sulfur_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sulfur_plant.json deleted file mode 100644 index 4ea96eb0..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sulfur_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sulfur_plant.json", - "enabled": true, - "id": "mysticalagriculture:sulfur_plant", - "plant_name": "Sulfur Crop", - "seed_name": "Sulfur Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sulfur_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sulfur Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sulfur_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sulfur_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sulfur_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sunstone_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sunstone_plant.json deleted file mode 100644 index 453c9eba..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sunstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sunstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sunstone_plant", - "plant_name": "Sunstone Crop", - "seed_name": "Sunstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sunstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sunstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sunstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sunstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sunstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/syrmorite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/syrmorite_plant.json deleted file mode 100644 index 3ae21f19..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/syrmorite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/syrmorite_plant.json", - "enabled": true, - "id": "mysticalagriculture:syrmorite_plant", - "plant_name": "Syrmorite Crop", - "seed_name": "Syrmorite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:syrmorite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Syrmorite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:syrmorite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/syrmorite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/syrmorite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tanzanite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tanzanite_plant.json deleted file mode 100644 index cef393a1..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tanzanite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tanzanite_plant.json", - "enabled": true, - "id": "mysticalagriculture:tanzanite_plant", - "plant_name": "Tanzanite", - "seed_name": "Tanzanite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tanzanite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tanzanite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tanzanite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tanzanite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tanzanite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/terrasteel_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/terrasteel_plant.json deleted file mode 100644 index 05bd2066..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/terrasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/terrasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:terrasteel_plant", - "plant_name": "Terrasteel", - "seed_name": "Terrasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:terrasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Terrasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:terrasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/terrasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/terrasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/thaumium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/thaumium_plant.json deleted file mode 100644 index 17867489..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/thaumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thaumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thaumium_plant", - "plant_name": "Thaumium Crop", - "seed_name": "Thaumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thaumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thaumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thaumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thaumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thaumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/thorium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/thorium_plant.json deleted file mode 100644 index 98f789f6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/thorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thorium_plant", - "plant_name": "Thorium Crop", - "seed_name": "Thorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json deleted file mode 100644 index fd7c78ce..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier1_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier1_inferium_plant", - "plant_name": "Tier1 Inferium Crop", - "seed_name": "Tier1 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier1_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier1 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json deleted file mode 100644 index 67cf30bd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier2_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier2_inferium_plant", - "plant_name": "Tier2 Inferium Crop", - "seed_name": "Tier2 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier2_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier2 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json deleted file mode 100644 index 6034846a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier3_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier3_inferium_plant", - "plant_name": "Tier3 Inferium Crop", - "seed_name": "Tier3 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier3_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier3 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json deleted file mode 100644 index 60dea4a7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier4_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier4_inferium_plant", - "plant_name": "Tier4 Inferium Crop", - "seed_name": "Tier4 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier4_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier4 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json deleted file mode 100644 index dbcca999..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier5_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier5_inferium_plant", - "plant_name": "Tier5 Inferium Crop", - "seed_name": "Tier5 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier5_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier5 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tin_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tin_plant.json deleted file mode 100644 index 78261aed..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tin_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tin_plant.json", - "enabled": true, - "id": "mysticalagriculture:tin_plant", - "plant_name": "Tin Crop", - "seed_name": "Tin Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tin Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tin_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tin_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tin_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/titanium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/titanium_plant.json deleted file mode 100644 index 110cbd5c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/titanium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/titanium_plant.json", - "enabled": true, - "id": "mysticalagriculture:titanium_plant", - "plant_name": "Titanium Crop", - "seed_name": "Titanium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:titanium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Titanium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:titanium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/titanium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/titanium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/topaz_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/topaz_plant.json deleted file mode 100644 index e4639355..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:topaz_plant", - "plant_name": "Topaz", - "seed_name": "Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tungsten_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tungsten_plant.json deleted file mode 100644 index 5c726051..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tungsten_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tungsten_plant.json", - "enabled": true, - "id": "mysticalagriculture:tungsten_plant", - "plant_name": "Tungsten Crop", - "seed_name": "Tungsten Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tungsten_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tungsten Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tungsten_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tungsten_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tungsten_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_238_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_238_plant.json deleted file mode 100644 index 29b1cf19..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_238_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_238_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_238_plant", - "plant_name": "Uranium 238 Crop", - "seed_name": "Uranium 238 Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_238_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium 238 Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_238_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_238_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_238_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_plant.json deleted file mode 100644 index 7f285317..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_plant", - "plant_name": "Uranium Crop", - "seed_name": "Uranium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/valonite_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/valonite_plant.json deleted file mode 100644 index f3d2e0cd..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/valonite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/valonite_plant.json", - "enabled": true, - "id": "mysticalagriculture:valonite_plant", - "plant_name": "Valonite Crop", - "seed_name": "Valonite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:valonite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Valonite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:valonite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/valonite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/valonite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json deleted file mode 100644 index 7a028c28..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vibrant_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:vibrant_alloy_plant", - "plant_name": "Vibrant Alloy Crop", - "seed_name": "Vibrant Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vibrant_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vibrant Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vibrant_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vibrant_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vibrant_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vinteum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vinteum_plant.json deleted file mode 100644 index 053050f2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vinteum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vinteum_plant.json", - "enabled": true, - "id": "mysticalagriculture:vinteum_plant", - "plant_name": "Vinteum Crop", - "seed_name": "Vinteum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vinteum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vinteum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vinteum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vinteum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vinteum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/void_metal_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/void_metal_plant.json deleted file mode 100644 index acf3c001..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/void_metal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/void_metal_plant.json", - "enabled": true, - "id": "mysticalagriculture:void_metal_plant", - "plant_name": "Void Metal Crop", - "seed_name": "Void Metal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:void_metal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Void Metal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:void_metal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/void_metal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/void_metal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/water_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/water_plant.json deleted file mode 100644 index a2b1f900..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/water_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/water_plant.json", - "enabled": true, - "id": "mysticalagriculture:water_plant", - "plant_name": "Water Crop", - "seed_name": "Water Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:water_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Water Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:water_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/water_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/water_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json deleted file mode 100644 index e3909060..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wither_skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:wither_skeleton_plant", - "plant_name": "Wither Skeleton Crop", - "seed_name": "Wither Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wither_skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wither Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wither_skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wither_skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wither_skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wood_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wood_plant.json deleted file mode 100644 index 6bfdab35..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wood_plant.json", - "enabled": true, - "id": "mysticalagriculture:wood_plant", - "plant_name": "Wood Crop", - "seed_name": "Wood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/yellorium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/yellorium_plant.json deleted file mode 100644 index dc4ef6c3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/yellorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/yellorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:yellorium_plant", - "plant_name": "Yellorium Crop", - "seed_name": "Yellorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:yellorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Yellorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:yellorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/yellorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/yellorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant - Copy.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant - Copy.json deleted file mode 100644 index 1b1d2a9c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant - Copy.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant.json deleted file mode 100644 index f354d2f5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zinc_plant.json", - "enabled": true, - "id": "mysticalagriculture:zinc_plant", - "plant_name": "Zinc Crop", - "seed_name": "Zinc Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zinc_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zinc Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zinc_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zinc_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zinc_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zombie_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zombie_plant.json deleted file mode 100644 index 9d6b41bf..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zombie_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zombie_plant.json", - "enabled": true, - "id": "mysticalagriculture:zombie_plant", - "plant_name": "Zombie Crop", - "seed_name": "Zombie Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zombie_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zombie Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zombie_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zombie_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zombie_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_natura/barley_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_natura/barley_plant.json deleted file mode 100644 index 40ca3032..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_natura/barley_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/barley_plant.json", - "enabled": true, - "id": "natura:barley_plant", - "plant_name": "Barley", - "seed_name": "Barley Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/barley_seeds", - "plant_textures": [ - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_3", - "natura:blocks/crops/barley/barley_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_natura/cotton_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_natura/cotton_plant.json deleted file mode 100644 index 5d1e0c19..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_natura/cotton_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/cotton_plant.json", - "enabled": true, - "id": "natura:cotton_plant", - "plant_name": "Cotton", - "seed_name": "Cotton Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/cotton_seeds", - "plant_textures": [ - "natura:blocks/crops/cotton/cotton_stage_0", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_randomthings/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_randomthings/soils/fertilized_dirt_soil.json deleted file mode 100644 index 0bd87079..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/mod_randomthings/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_randomthings/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/aurigold_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/aurigold_mutation.json deleted file mode 100644 index 8f4b92a2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/aurigold_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/aurigold_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:aurigold_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:redstodendron_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/cuprosia_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/cuprosia_mutation.json deleted file mode 100644 index 06ff51e5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/cuprosia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/cuprosia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:cuprosia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/diamahlia_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/diamahlia_mutation.json deleted file mode 100644 index b98a9ba7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/diamahlia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/diamahlia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:diamahlia_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/emeryllis_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/emeryllis_mutation.json deleted file mode 100644 index 5c33ad2a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/emeryllis_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/emeryllis_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:emeryllis_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:quartzanthemum_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/ferranium_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/ferranium_mutation.json deleted file mode 100644 index 2ee5ccec..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/ferranium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/ferranium_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:ferranium_plant", - "parent1": "vanilla:melon_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/jaslumine_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/jaslumine_mutation.json deleted file mode 100644 index ced1b212..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/jaslumine_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/jaslumine_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:jaslumine_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/lapender_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/lapender_mutation.json deleted file mode 100644 index 16a4d85e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/lapender_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/lapender_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:lapender_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/niccissus_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/niccissus_mutation.json deleted file mode 100644 index 6bcc67b5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/niccissus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/niccissus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:niccissus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:white_tulip_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/nitorwart_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/nitorwart_mutation.json deleted file mode 100644 index 3cde536e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/nitorwart_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/nitorwart_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "resource:nitorwart_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/petinia_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/petinia_mutation.json deleted file mode 100644 index a56bf6fa..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/petinia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/petinia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:petinia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/platiolus_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/platiolus_mutation.json deleted file mode 100644 index ddf250ae..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/platiolus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/platiolus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:platiolus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:aurigold_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/plombean_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/plombean_mutation.json deleted file mode 100644 index b3bfe5f0..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/plombean_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/plombean_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:plombean_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:brown_mushroom_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/quartzanthemum_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/quartzanthemum_mutation.json deleted file mode 100644 index 25802c67..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/quartzanthemum_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/quartzanthemum_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:quartzanthemum_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/redstodendron_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/redstodendron_mutation.json deleted file mode 100644 index 9a2fa415..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/mutations/redstodendron_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/redstodendron_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:redstodendron_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:lapender_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/aurigold_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/aurigold_plant.json deleted file mode 100644 index 198ecde9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/aurigold_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/aurigold_plant.json", - "enabled": true, - "id": "resource:aurigold_plant", - "plant_name": "Aurigold", - "seed_name": "Aurigold Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A golden delight." - }, - "growth_chance": 0.8, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetGold", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreGold", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_aurigold", - "plant_textures": [ - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/cuprosia_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/cuprosia_plant.json deleted file mode 100644 index 6c5439a3..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/cuprosia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/cuprosia_plant.json", - "enabled": true, - "id": "resource:cuprosia_plant", - "plant_name": "Cuprosia", - "seed_name": "Cuprosia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Known as the engineer\u0027s delight, this plant produces a substance of incredible utility." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetCopper", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreCopper", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cuprosia", - "plant_textures": [ - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia3", - "agricraft:blocks/crop_cuprosia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/diamahlia_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/diamahlia_plant.json deleted file mode 100644 index c2452fa4..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/diamahlia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/diamahlia_plant.json", - "enabled": true, - "id": "resource:diamahlia_plant", - "plant_name": "Diamahlia", - "seed_name": "Diamahlia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "oredict:nuggetDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_diamahlia", - "plant_textures": [ - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/emeryllis_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/emeryllis_plant.json deleted file mode 100644 index 2265ec48..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/emeryllis_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/emeryllis_plant.json", - "enabled": true, - "id": "resource:emeryllis_plant", - "plant_name": "Emeryllis", - "seed_name": "Emeryllis Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely green gem." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_emeryllis", - "plant_textures": [ - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/ferranium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/ferranium_plant.json deleted file mode 100644 index 6c53f6ef..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/ferranium_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/ferranium_plant.json", - "enabled": true, - "id": "resource:ferranium_plant", - "plant_name": "Ferranium", - "seed_name": "Ferranum Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A strong plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetIron", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreIron", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_ferranium", - "plant_textures": [ - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium3", - "agricraft:blocks/crop_ferranium4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/jaslumine_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/jaslumine_plant.json deleted file mode 100644 index 17483a2e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/jaslumine_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/jaslumine_plant.json", - "enabled": true, - "id": "resource:jaslumine_plant", - "plant_name": "Jaslumine", - "seed_name": "Jaslumine Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Jaslumine to some, Jaluminium to me. Shines like silver, but not all that valuable of a plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_jaslumine", - "plant_textures": [ - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine3", - "agricraft:blocks/crop_jaslumine4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/lapender_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/lapender_plant.json deleted file mode 100644 index 44ccddeb..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/lapender_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/lapender_plant.json", - "enabled": true, - "id": "resource:lapender_plant", - "plant_name": "Lapender", - "seed_name": "Lapender Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A regal plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:dye", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLapis", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_lapender", - "plant_textures": [ - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/niccissus_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/niccissus_plant.json deleted file mode 100644 index bf6a6c6b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/niccissus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/niccissus_plant.json", - "enabled": true, - "id": "resource:niccissus_plant", - "plant_name": "Niccissus", - "seed_name": "Niccissus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While there is much debate over which is the best plant, we can all agree that the Niccissus plant is by far the most self-absorbed." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetNickel", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreNickel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_niccissus", - "plant_textures": [ - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus3", - "agricraft:blocks/crop_niccissus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/nitorwart_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/nitorwart_plant.json deleted file mode 100644 index 7d751149..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/nitorwart_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/nitorwart_plant.json", - "enabled": true, - "id": "resource:nitorwart_plant", - "plant_name": "Nitorwart", - "seed_name": "Burning Spores", - "seed_items": [], - "description": { - "translations": {}, - "default": "It sure seems to like to glow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:glowstone_dust", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:glowstone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nitor_wart", - "plant_textures": [ - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/petinia_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/petinia_plant.json deleted file mode 100644 index 8d6be51b..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/petinia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/petinia_plant.json", - "enabled": true, - "id": "resource:petinia_plant", - "plant_name": "Petinia", - "seed_name": "Petinia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A distant cousin of the familiar petunia flower, this plant produces a substance frequently used to plate metal cans." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetTin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreTin", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_petinia", - "plant_textures": [ - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia3", - "agricraft:blocks/crop_petinia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/platiolus_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/platiolus_plant.json deleted file mode 100644 index fe81ec68..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/platiolus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/platiolus_plant.json", - "enabled": true, - "id": "resource:platiolus_plant", - "plant_name": "Platiolus", - "seed_name": "Platiolus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "The unquestioned king among the metal-bearing plants, this plant has a gleam to it that puts even the aurigold flower to shame." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetPlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:orePlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_platiolus", - "plant_textures": [ - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus3", - "agricraft:blocks/crop_platiolus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/plombean_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/plombean_plant.json deleted file mode 100644 index aa86956c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/plombean_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/plombean_plant.json", - "enabled": true, - "id": "resource:plombean_plant", - "plant_name": "Plombean", - "seed_name": "Plombean Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "In ancient times this plant was thought to bear a lifegiving fruit. Nowadays we know better." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetLead", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLead", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_plombean", - "plant_textures": [ - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean3", - "agricraft:blocks/crop_plombean4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/quartzanthemum_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/quartzanthemum_plant.json deleted file mode 100644 index 4d330a3c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/quartzanthemum_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/quartzanthemum_plant.json", - "enabled": true, - "id": "resource:quartzanthemum_plant", - "plant_name": "Quartzanthemum", - "seed_name": "Crystalline Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A suprisingly crystalline plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.875, - "required": true, - "item": "oredict:nuggetQuartz", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:quartz_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_quartzanthemum", - "plant_textures": [ - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/redstodendron_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/redstodendron_plant.json deleted file mode 100644 index f0039018..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/plants/redstodendron_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/redstodendron_plant.json", - "enabled": true, - "id": "resource:redstodendron_plant", - "plant_name": "Redstodendron", - "seed_name": "Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Much more complex than the average red algea." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "minecraft:redstone", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:redstone_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_redstodendron", - "plant_textures": [ - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/soils/gravel_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/soils/gravel_soil.json deleted file mode 100644 index 6cbc1bf5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/soils/gravel_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/gravel_soil.json", - "enabled": true, - "id": "gravel_soil", - "name": "Gravel", - "varients": [ - { - "item": "minecraft:gravel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/soils/stone_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/soils/stone_soil.json deleted file mode 100644 index 42d13b6a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/resource/soils/stone_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/stone_soil.json", - "enabled": true, - "id": "stone_soil", - "name": "Stone", - "varients": [ - { - "item": "minecraft:stone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/allium_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/allium_mutation.json deleted file mode 100644 index 8e332e03..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/allium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/allium_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:allium_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/brown_mushroom_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/brown_mushroom_mutation.json deleted file mode 100644 index 7fd4a11d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/brown_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/brown_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:brown_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/cactus_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/cactus_mutation.json deleted file mode 100644 index cad69536..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/cactus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/cactus_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:cactus_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/carrot_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/carrot_mutation.json deleted file mode 100644 index 865202c2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/carrot_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/carrot_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:carrot_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/daisy_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/daisy_mutation.json deleted file mode 100644 index ba6c5d86..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/daisy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/daisy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:daisy_plant", - "parent1": "vanilla:dandelion_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/dandelion_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/dandelion_mutation.json deleted file mode 100644 index 30d3ea6e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/dandelion_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/dandelion_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:dandelion_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/melon_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/melon_mutation.json deleted file mode 100644 index 806a35d2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/melon_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/melon_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:melon_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orange_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orange_tulip_mutation.json deleted file mode 100644 index 730283d6..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orange_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orange_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orange_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orchid_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orchid_mutation.json deleted file mode 100644 index 9b1d9782..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orchid_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orchid_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orchid_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pink_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pink_tulip_mutation.json deleted file mode 100644 index 38efe319..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pink_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pink_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:pink_tulip_plant", - "parent1": "vanilla:allium_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/poppy_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/poppy_mutation.json deleted file mode 100644 index 6d59e74e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/poppy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/poppy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:poppy_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pumpkin_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pumpkin_mutation.json deleted file mode 100644 index 33baf7af..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pumpkin_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pumpkin_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:pumpkin_plant", - "parent1": "vanilla:carrot_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_mushroom_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_mushroom_mutation.json deleted file mode 100644 index c2ba3985..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:red_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_tulip_mutation.json deleted file mode 100644 index eaa27f2a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:red_tulip_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:allium_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/sugarcane_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/sugarcane_mutation.json deleted file mode 100644 index 640832db..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/sugarcane_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/sugarcane_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:sugarcane_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:beet_root_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/white_tulip_mutation.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/white_tulip_mutation.json deleted file mode 100644 index 87d21368..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/white_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/white_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:white_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/allium_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/allium_plant.json deleted file mode 100644 index c8bcb254..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/allium_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/allium_plant.json", - "enabled": true, - "id": "vanilla:allium_plant", - "plant_name": "Allium", - "seed_name": "Allium Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "From the family of plants including the garlic, onion, and chive this plant produces a beautiful umbel consisting of many small purple blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_allium", - "plant_textures": [ - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/beet_root_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/beet_root_plant.json deleted file mode 100644 index 93ab99b5..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/beet_root_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/beet_root_plant.json", - "enabled": true, - "id": "vanilla:beet_root_plant", - "plant_name": "Beets", - "seed_name": "Beet Seeds", - "seed_items": [ - { - "item": "minecraft:beetroot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Beet. It\u0027s what\u0027s for dinner." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:beetroot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/beetroot_seeds", - "plant_textures": [ - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/brown_mushroom_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/brown_mushroom_plant.json deleted file mode 100644 index 00d8f637..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/brown_mushroom_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/brown_mushroom_plant.json", - "enabled": true, - "id": "vanilla:brown_mushroom_plant", - "plant_name": "Brown Mushroom", - "seed_name": "Brown Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A simple decomposer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_brown", - "plant_textures": [ - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/cactus_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/cactus_plant.json deleted file mode 100644 index 0025acb2..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/cactus_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/cactus_plant.json", - "enabled": true, - "id": "vanilla:cactus_plant", - "plant_name": "Cactus", - "seed_name": "Cactus Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A very prickly plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 1.0, - "required": true, - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cactus", - "plant_textures": [ - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/carrot_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/carrot_plant.json deleted file mode 100644 index 1b7ce862..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/carrot_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/carrot_plant.json", - "enabled": true, - "id": "vanilla:carrot_plant", - "plant_name": "Carrot", - "seed_name": "Carrot Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit attractant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_carrot", - "plant_textures": [ - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/daisy_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/daisy_plant.json deleted file mode 100644 index 81f8130f..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/daisy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/daisy_plant.json", - "enabled": true, - "id": "vanilla:daisy_plant", - "plant_name": "Daisy", - "seed_name": "Daisy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_daisy", - "plant_textures": [ - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/dandelion_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/dandelion_plant.json deleted file mode 100644 index d9519201..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/dandelion_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/dandelion_plant.json", - "enabled": true, - "id": "vanilla:dandelion_plant", - "plant_name": "Dandelion", - "seed_name": "Dandelion Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While colloquially considered a weed, this yellow-flowering plant is one of unspoken value. Having a deep-rooting taproot, the plant brings up nutrients from lower levels of soil, making it a good companion plant for shallow rooting plants." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_dandelion", - "plant_textures": [ - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/melon_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/melon_plant.json deleted file mode 100644 index 8e3f9e84..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/melon_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/melon_plant.json", - "enabled": true, - "id": "vanilla:melon_plant", - "plant_name": "Melon", - "seed_name": "Melon Seeds", - "seed_items": [ - { - "item": "minecraft:melon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sweet \u0026 Juicy." - }, - "growth_chance": 0.65, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 3, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:melon", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_melon", - "plant_textures": [ - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/nether_wart_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/nether_wart_plant.json deleted file mode 100644 index 5f004579..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/nether_wart_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/nether_wart_plant.json", - "enabled": true, - "id": "vanilla:nether_wart_plant", - "plant_name": "Nether Wart", - "seed_name": "Nether Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "An oddity from the nether, said to have somewhat mystical properties. The fungus appears to have a strong aptitude for heat, yet oddly cannot withstand the burning of the sun. Its fruit makes a covetable prize for the aspiring young brewer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 8, - "soils": [ - "soul_sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nether_wart", - "plant_textures": [ - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_2" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orange_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orange_tulip_plant.json deleted file mode 100644 index e1d43966..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orange_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orange_tulip_plant.json", - "enabled": true, - "id": "vanilla:orange_tulip_plant", - "plant_name": "Orange Tulip", - "seed_name": "Orange Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_orange", - "plant_textures": [ - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orchid_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orchid_plant.json deleted file mode 100644 index 6a768562..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orchid_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orchid_plant.json", - "enabled": true, - "id": "vanilla:orchid_plant", - "plant_name": "Blue Orchid", - "seed_name": "Blue Orchid Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_orchid", - "plant_textures": [ - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pink_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pink_tulip_plant.json deleted file mode 100644 index 8d4a3c20..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pink_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/pink_tulip_plant.json", - "enabled": true, - "id": "vanilla:pink_tulip_plant", - "plant_name": "Pink Tulip", - "seed_name": "Pink Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A pink varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_pink", - "plant_textures": [ - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/poppy_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/poppy_plant.json deleted file mode 100644 index 1523b798..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/poppy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/poppy_plant.json", - "enabled": true, - "id": "vanilla:poppy_plant", - "plant_name": "Poppy", - "seed_name": "Poppy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Producing colorful blooms, this plant has gained a reputation for certain medicinal uses. A better use, perhaps, this plant produces seeds that go well with baked goods, particularly for lemon-flavored ones." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_poppy", - "plant_textures": [ - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/potato_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/potato_plant.json deleted file mode 100644 index b61b3800..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/potato_plant.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "path": "vanilla/plants/potato_plant.json", - "enabled": true, - "id": "vanilla:potato_plant", - "plant_name": "Potato", - "seed_name": "Potato Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Po-ta-toes! Boil them, mash them, stick them in a stew." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.95, - "required": true, - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.02, - "required": true, - "item": "minecraft:poisonous_potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_potato", - "plant_textures": [ - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pumpkin_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pumpkin_plant.json deleted file mode 100644 index e85c6333..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pumpkin_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/pumpkin_plant.json", - "enabled": true, - "id": "vanilla:pumpkin_plant", - "plant_name": "Pumpkin", - "seed_name": "Pumpkin Seeds", - "seed_items": [ - { - "item": "minecraft:pumpkin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "If I eat enough of these will I turn orange?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1.0, - "required": true, - "item": "minecraft:pumpkin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_pumpkin", - "plant_textures": [ - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_mushroom_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_mushroom_plant.json deleted file mode 100644 index a2a46508..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_mushroom_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "vanilla/plants/red_mushroom_plant.json", - "enabled": true, - "id": "vanilla:red_mushroom_plant", - "plant_name": "Red Mushroom", - "seed_name": "Red Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "Shrooms, ever so trippy." - }, - "default": "Badger, badger, badger." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_red", - "plant_textures": [ - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_tulip_plant.json deleted file mode 100644 index 69ba0be9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/red_tulip_plant.json", - "enabled": true, - "id": "vanilla:red_tulip_plant", - "plant_name": "Red Tulip", - "seed_name": "Red Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A vibrant red varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_red", - "plant_textures": [ - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/sugarcane_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/sugarcane_plant.json deleted file mode 100644 index 64cbe7ce..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/sugarcane_plant.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "path": "vanilla/plants/sugarcane_plant.json", - "enabled": true, - "id": "vanilla:sugarcane_plant", - "plant_name": "Sugarcane", - "seed_name": "Sugarcane Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "High in fructose, a healthy part of your daily breakfast.", - "es_ES": "Mucho azucar." - }, - "default": "A good source of sugar." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1000.0, - "required": true, - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_sugarcane", - "plant_textures": [ - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/weed_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/weed_plant.json deleted file mode 100644 index 4fbd3b5a..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/weed_plant.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "path": "vanilla/plants/weed_plant.json", - "enabled": false, - "id": "vanilla:weed_plant", - "plant_name": "Weed", - "seed_name": "Weed Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "An annoying plant of no use." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": true, - "aggressive": true, - "spread_chance": 0.1, - "spawn_chance": 0.1, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [] - }, - "requirement": { - "min_light": 0, - "max_light": 16, - "soils": [ - "farmland_soil", - "gravel_soil", - "grass_soil", - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_unknown", - "plant_textures": [ - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/wheat_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/wheat_plant.json deleted file mode 100644 index 0fe7231d..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/wheat_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/wheat_plant.json", - "enabled": true, - "id": "vanilla:wheat_plant", - "plant_name": "Wheat", - "seed_name": "Wheat Seeds", - "seed_items": [ - { - "item": "minecraft:wheat_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The cornerstone of the Agriculutural Revolution." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:wheat", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_wheat", - "plant_textures": [ - "minecraft:blocks/wheat_stage_0", - "minecraft:blocks/wheat_stage_1", - "minecraft:blocks/wheat_stage_2", - "minecraft:blocks/wheat_stage_3", - "minecraft:blocks/wheat_stage_4", - "minecraft:blocks/wheat_stage_5", - "minecraft:blocks/wheat_stage_6", - "minecraft:blocks/wheat_stage_7" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/white_tulip_plant.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/white_tulip_plant.json deleted file mode 100644 index c9b74942..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/plants/white_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/white_tulip_plant.json", - "enabled": true, - "id": "vanilla:white_tulip_plant", - "plant_name": "White Tulip", - "seed_name": "White Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A snow-white varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_white", - "plant_textures": [ - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/farmland_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/farmland_soil.json deleted file mode 100644 index 037b994c..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/farmland_soil.json", - "enabled": true, - "id": "farmland_soil", - "name": "Farmland", - "varients": [ - { - "item": "minecraft:farmland", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/fertilized_dirt_soil.json deleted file mode 100644 index 68ceaabc..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/grass_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/grass_soil.json deleted file mode 100644 index deee58b9..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/grass_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/grass_soil.json", - "enabled": true, - "id": "grass_soil", - "name": "Grass", - "varients": [ - { - "item": "minecraft:grass", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/loamy_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/loamy_dirt_soil.json deleted file mode 100644 index b2c63095..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/loamy_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/loamy_dirt_soil.json", - "enabled": true, - "id": "loamy_dirt_soil", - "name": "Loamy Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/mycelium_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/mycelium_soil.json deleted file mode 100644 index a1d95f32..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/mycelium_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/mycelium_soil.json", - "enabled": true, - "id": "mycelium_soil", - "name": "Mycelium", - "varients": [ - { - "item": "minecraft:mycelium", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/sand_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/sand_soil.json deleted file mode 100644 index 4671db3e..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/sand_soil.json", - "enabled": true, - "id": "sand_soil", - "name": "Sand", - "varients": [ - { - "item": "minecraft:sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/silty_dirt_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/silty_dirt_soil.json deleted file mode 100644 index 9dee9ff7..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/silty_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/silty_dirt_soil.json", - "enabled": true, - "id": "silty_dirt_soil", - "name": "Silty Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/soul_sand_soil.json b/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/soul_sand_soil.json deleted file mode 100644 index 32709537..00000000 --- a/config - Copy/agricraft/json/server_162-33-19-32_25565/vanilla/soils/soul_sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/soul_sand_soil.json", - "enabled": true, - "id": "soul_sand_soil", - "name": "Soul Sand", - "varients": [ - { - "item": "minecraft:soul_sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/canola_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/canola_plant.json deleted file mode 100644 index 5eb9d0ca..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/canola_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_actuallyadditions/canola_plant.json", - "enabled": true, - "id": "actuallyadditions:canola_plant", - "plant_name": "Canola", - "seed_name": "Canola Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Hola, canola! According to something called the internet, the term \u0027canola\u0027 is a contraction of \u0027Canada\u0027 and \u0027ola\u0027, meaning oil" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "actuallyadditions:item_canola_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": false, - "item": "actuallyadditions:item_misc", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_canola_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_canola_stage_1", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_2", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_3", - "actuallyadditions:blocks/block_canola_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/coffee_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/coffee_plant.json deleted file mode 100644 index fe41bd7c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/coffee_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/coffee_plant.json", - "enabled": true, - "id": "actuallyadditions:coffee_plant", - "plant_name": "Coffee", - "seed_name": "Coffee Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_coffee_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Do I really need to describe this one to you?" - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_coffee_beans", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_coffee_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_coffee_stage_1", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_2", - "actuallyadditions:blocks/block_coffee_stage_3", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_4", - "actuallyadditions:blocks/block_coffee_stage_5", - "actuallyadditions:blocks/block_coffee_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/flax_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/flax_plant.json deleted file mode 100644 index e9190666..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/flax_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/flax_plant.json", - "enabled": true, - "id": "actuallyadditions:flax_plant", - "plant_name": "Flax", - "seed_name": "Flax Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_flax_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The source of Linseed oil, as that makes total sense." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:string", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "actuallyadditions:items/item_flax_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_flax_stage_1", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_2", - "actuallyadditions:blocks/block_flax_stage_3", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_4", - "actuallyadditions:blocks/block_flax_stage_5", - "actuallyadditions:blocks/block_flax_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/rice_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/rice_plant.json deleted file mode 100644 index c34882af..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_actuallyadditions/rice_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_actuallyadditions/rice_plant.json", - "enabled": true, - "id": "actuallyadditions:rice_plant", - "plant_name": "Rice", - "seed_name": "Rice Seeds", - "seed_items": [ - { - "item": "actuallyadditions:item_rice_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rice, a grain that is a staple for many. While commonly associated with flooded rice paddies, rice does not have to grow in flooded plains, but often is." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "actuallyadditions:item_food", - "meta": 16, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "actuallyadditions:items/item_rice_seed", - "plant_textures": [ - "actuallyadditions:blocks/block_rice_stage_1", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_2", - "actuallyadditions:blocks/block_rice_stage_3", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_4", - "actuallyadditions:blocks/block_rice_stage_5", - "actuallyadditions:blocks/block_rice_stage_6" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/loamy_farmland_soil.json deleted file mode 100644 index c66ccac4..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/loamy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/loamy_farmland_soil.json", - "enabled": true, - "id": "loamy_farmland_soil", - "name": "Loamy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/sandy_farmland_soil.json deleted file mode 100644 index 42b51f6c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/sandy_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/sandy_farmland_soil.json", - "enabled": true, - "id": "sandy_farmland_soil", - "name": "Sandy Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 15, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/silty_farmland_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/silty_farmland_soil.json deleted file mode 100644 index 9170bb83..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/silty_farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_biomesoplenty/soils/silty_farmland_soil.json", - "enabled": true, - "id": "silty_farmland_soil", - "name": "Silty Farmland", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 14, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_black_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_black_mutation.json deleted file mode 100644 index e9796d2b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_black_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_black_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:black_flower_plant", - "parent1": "botania:magenta_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_blue_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_blue_mutation.json deleted file mode 100644 index a8ca9a20..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:blue_flower_plant", - "parent1": "botania:cyan_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_brown_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_brown_mutation.json deleted file mode 100644 index f1d31829..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_brown_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_brown_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:brown_flower_plant", - "parent1": "botania:yellow_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_cyan_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_cyan_mutation.json deleted file mode 100644 index 82f84d63..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_cyan_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_cyan_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:cyan_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_gray_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_gray_mutation.json deleted file mode 100644 index 40583bf1..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:gray_flower_plant", - "parent1": "botania:brown_flower_plant", - "parent2": "vanilla:sugarcane_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_green_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_green_mutation.json deleted file mode 100644 index 1cdf9255..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_green_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_green_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:green_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_blue_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_blue_mutation.json deleted file mode 100644 index ff2f7b34..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_blue_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_light_blue_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_blue_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_gray_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_gray_mutation.json deleted file mode 100644 index 1c9506bb..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_gray_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_light_gray_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:light_gray_flower_plant", - "parent1": "botania:gray_flower_plant", - "parent2": "botania:white_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_lime_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_lime_mutation.json deleted file mode 100644 index 177b33ba..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_lime_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_lime_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:lime_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_magenta_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_magenta_mutation.json deleted file mode 100644 index 6f2aa6bf..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_magenta_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_magenta_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:magenta_flower_plant", - "parent1": "botania:orange_flower_plant", - "parent2": "botania:purple_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_orange_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_orange_mutation.json deleted file mode 100644 index f49b2e01..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_orange_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_orange_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:orange_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:yellow_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_pink_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_pink_mutation.json deleted file mode 100644 index 609d5337..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_pink_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_pink_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:pink_flower_plant", - "parent1": "botania:purple_flower_plant", - "parent2": "botania:cyan_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_purple_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_purple_mutation.json deleted file mode 100644 index 5f675509..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_purple_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_purple_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:purple_flower_plant", - "parent1": "botania:red_flower_plant", - "parent2": "botania:blue_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_red_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_red_mutation.json deleted file mode 100644 index bee8fb86..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_red_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_red_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:red_flower_plant", - "parent1": "botania:blue_flower_plant", - "parent2": "botania:brown_flower_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_white_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_white_mutation.json deleted file mode 100644 index 4bdd13d8..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_white_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_white_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:white_flower_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_yellow_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_yellow_mutation.json deleted file mode 100644 index cc49d6cb..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_yellow_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "mod_botania/mutations/botania_yellow_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "botania:yellow_flower_plant", - "parent1": "botania:white_flower_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_black_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_black_plant.json deleted file mode 100644 index 8e4a0c05..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_black_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_black_plant.json", - "enabled": true, - "id": "botania:black_flower_plant", - "plant_name": "Mystical Black Flower", - "seed_name": "Mystical Black Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as dark as the night." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 15, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_black", - "plant_textures": [ - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black1", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black2", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black3", - "agricraft:blocks/crop_botania_black4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_blue_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_blue_plant.json deleted file mode 100644 index bd57a814..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_blue_plant.json", - "enabled": true, - "id": "botania:blue_flower_plant", - "plant_name": "Mystical Blue Flower", - "seed_name": "Mystical Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as blue as the sea." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue1", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue2", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue3", - "agricraft:blocks/crop_botania_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_brown_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_brown_plant.json deleted file mode 100644 index 22b8e67a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_brown_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_brown_plant.json", - "enabled": true, - "id": "botania:brown_flower_plant", - "plant_name": "Mystical Brown Flower", - "seed_name": "Mystical Brown Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is as brown as the dirt." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_brown", - "plant_textures": [ - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown1", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown2", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown3", - "agricraft:blocks/crop_botania_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_cyan_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_cyan_plant.json deleted file mode 100644 index 7e68316b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_cyan_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_cyan_plant.json", - "enabled": true, - "id": "botania:cyan_flower_plant", - "plant_name": "Mystical Cyan Flower", - "seed_name": "Mystical Cyan Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower of indeterminate color, being both green and blue." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_cyan", - "plant_textures": [ - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan1", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan2", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan3", - "agricraft:blocks/crop_botania_cyan4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_gray_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_gray_plant.json deleted file mode 100644 index bad4c634..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_gray_plant.json", - "enabled": true, - "id": "botania:gray_flower_plant", - "plant_name": "Mystical Gray Flower", - "seed_name": "Mystical Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet rather non-descript." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray1", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray2", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray3", - "agricraft:blocks/crop_botania_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_green_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_green_plant.json deleted file mode 100644 index 38523630..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_green_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_green_plant.json", - "enabled": true, - "id": "botania:green_flower_plant", - "plant_name": "Mystical Green Flower", - "seed_name": "Mystical Green Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "This flower seems to be envious of its other cousins with better descriptions." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_green", - "plant_textures": [ - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green1", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green2", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green3", - "agricraft:blocks/crop_botania_green4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_blue_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_blue_plant.json deleted file mode 100644 index c04ebc4a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_blue_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_light_blue_plant.json", - "enabled": true, - "id": "botania:light_blue_flower_plant", - "plant_name": "Mystical Light Blue Flower", - "seed_name": "Mystical Light Blue Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower that is blue as the sky on a sunny day." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_blue", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue1", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue2", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue3", - "agricraft:blocks/crop_botania_light_blue4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_gray_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_gray_plant.json deleted file mode 100644 index de6b39b9..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_gray_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_light_gray_plant.json", - "enabled": true, - "id": "botania:light_gray_flower_plant", - "plant_name": "Mystical Light Gray Flower", - "seed_name": "Mystical Light Gray Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, albiet even more non-descript than its cousin, the Mystical Gray Flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 8, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_light_gray", - "plant_textures": [ - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray1", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray2", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray3", - "agricraft:blocks/crop_botania_light_gray4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_lime_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_lime_plant.json deleted file mode 100644 index d42cdeff..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_lime_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_lime_plant.json", - "enabled": true, - "id": "botania:lime_flower_plant", - "plant_name": "Mystical Lime Flower", - "seed_name": "Mystical Lime Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "I wonder if this flower would taste sour?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_lime", - "plant_textures": [ - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime1", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime2", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime3", - "agricraft:blocks/crop_botania_lime4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_magenta_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_magenta_plant.json deleted file mode 100644 index ab5bd1ef..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_magenta_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_magenta_plant.json", - "enabled": true, - "id": "botania:magenta_flower_plant", - "plant_name": "Mystical Magenta Flower", - "seed_name": "Mystical Magenta Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower, of color which my printer is always out." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_magenta", - "plant_textures": [ - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta1", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta2", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta3", - "agricraft:blocks/crop_botania_magenta4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_orange_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_orange_plant.json deleted file mode 100644 index eaac59e3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_orange_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_orange_plant.json", - "enabled": true, - "id": "botania:orange_flower_plant", - "plant_name": "Mystical Orange Flower", - "seed_name": "Mystical Orange Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a firey disposition." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_orange", - "plant_textures": [ - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange1", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange2", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange3", - "agricraft:blocks/crop_botania_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_pink_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_pink_plant.json deleted file mode 100644 index 462b1f0f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_pink_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_pink_plant.json", - "enabled": true, - "id": "botania:pink_flower_plant", - "plant_name": "Mystical Pink Flower", - "seed_name": "Mystical Pink Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely beautiful flower, emanating the throes of a powerful primal force." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 6, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_pink", - "plant_textures": [ - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink1", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink2", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink3", - "agricraft:blocks/crop_botania_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_purple_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_purple_plant.json deleted file mode 100644 index b48c33ce..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_purple_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_purple_plant.json", - "enabled": true, - "id": "botania:purple_flower_plant", - "plant_name": "Mystical Purple Flower", - "seed_name": "Mystical Purple Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a regal color, it certainly is of the royal lineage." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 10, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_purple", - "plant_textures": [ - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple1", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple2", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple3", - "agricraft:blocks/crop_botania_purple4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_red_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_red_plant.json deleted file mode 100644 index 12f83fdd..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_red_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_red_plant.json", - "enabled": true, - "id": "botania:red_flower_plant", - "plant_name": "Mystical Red Flower", - "seed_name": "Mystical Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A beautiful flower with a sanguine color." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_red", - "plant_textures": [ - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red1", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red2", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red3", - "agricraft:blocks/crop_botania_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_white_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_white_plant.json deleted file mode 100644 index 0471fc23..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_white_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_white_plant.json", - "enabled": true, - "id": "botania:white_flower_plant", - "plant_name": "Mystical White Flower", - "seed_name": "Mystical White Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A purely divine flower." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_white", - "plant_textures": [ - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white1", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white2", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white3", - "agricraft:blocks/crop_botania_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_yellow_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_yellow_plant.json deleted file mode 100644 index aba9c778..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_yellow_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "mod_botania/plants/botania_yellow_plant.json", - "enabled": true, - "id": "botania:yellow_flower_plant", - "plant_name": "Mystical Yellow Flower", - "seed_name": "Mystical Yellow Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Almost as bad as ragweed." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "botania:petal", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "podzol_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "agricraft:items/seed_botania_yellow", - "plant_textures": [ - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow1", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow2", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow3", - "agricraft:blocks/crop_botania_yellow4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/soils/podzol_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/soils/podzol_soil.json deleted file mode 100644 index 9943b97d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_botania/soils/podzol_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_botania/soils/podzol_soil.json", - "enabled": true, - "id": "podzol_soil", - "name": "podzol", - "varients": [ - { - "item": "minecraft:dirt", - "meta": 2, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_immersiveengineering/hemp_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_immersiveengineering/hemp_plant.json deleted file mode 100644 index 325ba702..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_immersiveengineering/hemp_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "mod_immersiveengineering/hemp_plant.json", - "enabled": true, - "id": "immersiveengineering:hemp_plant", - "plant_name": "Hemp", - "seed_name": "Hemp Seeds", - "seed_items": [ - { - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.5, - "required": true, - "item": "immersiveengineering:material", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "immersiveengineering:items/seed_hemp", - "plant_textures": [ - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B0", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B1", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B2", - "immersiveengineering:blocks/hemp_B3", - "immersiveengineering:blocks/hemp_B4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json deleted file mode 100644 index 9e56ea5a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/awakened_draconium_plant.json", - "enabled": true, - "id": "mysticalagradditions:awakened_draconium_plant", - "plant_name": "Awakened Draconium Crop", - "seed_name": "Awakened Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:awakened_draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Awakened Draconium Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:awakened_draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/awakened_draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/awakened_draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/dragon_egg_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/dragon_egg_plant.json deleted file mode 100644 index 1955b58d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/dragon_egg_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/dragon_egg_plant.json", - "enabled": true, - "id": "mysticalagradditions:dragon_egg_plant", - "plant_name": "Dragon Egg Crop", - "seed_name": "Dragon Egg Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:dragon_egg_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the dragon." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:dragon_egg_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/dragon_egg_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json deleted file mode 100644 index b84575d3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/nether_star_plant.json", - "enabled": true, - "id": "mysticalagradditions:nether_star_plant", - "plant_name": "Nether Star Crop", - "seed_name": "Nether Star Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:nether_star_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Star Seeds." - }, - "growth_chance": 0.85, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:nether_star_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagradditions:items/nether_star_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/nether_star_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json deleted file mode 100644 index 15d022c7..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "path": "mod_mysticalagradditions/neutronium_plant.json", - "enabled": true, - "id": "mysticalagradditions:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Seeds of the neutron condensation." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.3, - "products": { - "products": [ - { - "min": 1, - "max": 6, - "chance": 0.9, - "required": true, - "item": "mysticalagradditions:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "mysticalagradditions:special", - "meta": 5, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagradditions:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json deleted file mode 100644 index cd73af40..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "path": "mod_mysticalagradditions/tier6_inferium_plant.json", - "enabled": true, - "id": "mysticalagradditions:tier_six_inferium_plant", - "plant_name": "Tier Six Inferium Crop", - "seed_name": "Tier Six Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagradditions:tier6_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier Six Inferium Seeds. Much upgrade. Very wow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.02, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/abyssalnite_plant.json deleted file mode 100644 index 0847fd37..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/abyssalnite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/abyssalnite_plant.json", - "enabled": true, - "id": "mysticalagriculture:abyssalnite_plant", - "plant_name": "Abyssalnite Crop", - "seed_name": "Abyssalnite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:abyssalnite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Abyssalnite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:abyssalnite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/abyssalnite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/abyssalnite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/adamantine_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/adamantine_plant.json deleted file mode 100644 index be363cf5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/adamantine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/adamantine_plant.json", - "enabled": true, - "id": "mysticalagriculture:adamantine_plant", - "plant_name": "Adamantine Crop", - "seed_name": "Adamantine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:adamantine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Adamantine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:adamantine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/adamantine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/adamantine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_brass_plant.json deleted file mode 100644 index 52eb1f5f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_brass_plant", - "plant_name": "Aluminum Brass Crop", - "seed_name": "Aluminum Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_plant.json deleted file mode 100644 index 352f8c98..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aluminum_plant.json", - "enabled": true, - "id": "mysticalagriculture:aluminum_plant", - "plant_name": "Aluminum Crop", - "seed_name": "Aluminum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aluminum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aluminum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aluminum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aluminum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aluminum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/alumite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/alumite_plant.json deleted file mode 100644 index dd0c5951..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/alumite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/alumite_plant.json", - "enabled": true, - "id": "mysticalagriculture:alumite_plant", - "plant_name": "Alumite Crop", - "seed_name": "Alumite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:alumite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Alumite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:alumite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/alumite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/alumite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/amber_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/amber_plant.json deleted file mode 100644 index 5213e8c8..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/amber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/amber_plant.json", - "enabled": true, - "id": "mysticalagriculture:amber_plant", - "plant_name": "Amber", - "seed_name": "Amber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:amber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Amber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:amber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/amber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/amber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/apatite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/apatite_plant.json deleted file mode 100644 index ceaba0b3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/apatite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/apatite_plant.json", - "enabled": true, - "id": "mysticalagriculture:apatite_plant", - "plant_name": "Apatite Crop", - "seed_name": "Apatite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:apatite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Apatite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:apatite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/apatite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/apatite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquamarine_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquamarine_plant.json deleted file mode 100644 index 3576f17e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquamarine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquamarine_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquamarine_plant", - "plant_name": "Aquamarine Crop", - "seed_name": "Aquamarine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquamarine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquamarine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquamarine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquamarine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquamarine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquarium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquarium_plant.json deleted file mode 100644 index 2e14e983..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquarium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/aquarium_plant.json", - "enabled": true, - "id": "mysticalagriculture:aquarium_plant", - "plant_name": "Aquarium Crop", - "seed_name": "Aquarium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:aquarium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Aquarium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:aquarium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/aquarium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/aquarium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ardite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ardite_plant.json deleted file mode 100644 index a8b8525c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ardite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ardite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ardite_plant", - "plant_name": "Ardite Crop", - "seed_name": "Ardite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ardite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ardite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ardite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ardite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ardite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalt_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalt_plant.json deleted file mode 100644 index 1bb5fe40..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalt_plant", - "plant_name": "Basalt", - "seed_name": "Basalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalz_plant.json deleted file mode 100644 index b5063c9a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/basalz_plant.json", - "enabled": true, - "id": "mysticalagriculture:basalz_plant", - "plant_name": "Basalz Crop", - "seed_name": "Basalz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:basalz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Basalz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:basalz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/basalz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/basalz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/black_quartz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/black_quartz_plant.json deleted file mode 100644 index 9e359647..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/black_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/black_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:black_quartz_plant", - "plant_name": "Black Quartz Crop", - "seed_name": "Black Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:black_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Black Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:black_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/black_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/black_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blaze_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blaze_plant.json deleted file mode 100644 index 1dbc811d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blaze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blaze_plant.json", - "enabled": true, - "id": "mysticalagriculture:blaze_plant", - "plant_name": "Blaze Crop", - "seed_name": "Blaze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blaze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blaze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blaze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blaze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blaze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blitz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blitz_plant.json deleted file mode 100644 index ed730c6e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blitz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blitz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blitz_plant", - "plant_name": "Blitz Crop", - "seed_name": "Blitz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blitz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blitz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blitz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blitz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blitz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blizz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blizz_plant.json deleted file mode 100644 index 2023139e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blizz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blizz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blizz_plant", - "plant_name": "Blizz Crop", - "seed_name": "Blizz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blizz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blizz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blizz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blizz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blizz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blue_topaz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blue_topaz_plant.json deleted file mode 100644 index d015b42d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blue_topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/blue_topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:blue_topaz_plant", - "plant_name": "Blue Topaz Crop", - "seed_name": "Blue Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:blue_topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Blue Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:blue_topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/blue_topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/blue_topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/boron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/boron_plant.json deleted file mode 100644 index 69953071..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/boron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/boron_plant.json", - "enabled": true, - "id": "mysticalagriculture:boron_plant", - "plant_name": "Boron Crop", - "seed_name": "Boron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:boron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Boron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:boron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/boron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/boron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/brass_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/brass_plant.json deleted file mode 100644 index 18fe7803..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/brass_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/brass_plant.json", - "enabled": true, - "id": "mysticalagriculture:brass_plant", - "plant_name": "Brass Crop", - "seed_name": "Brass Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:brass_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Brass Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:brass_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/brass_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/brass_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/bronze_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/bronze_plant.json deleted file mode 100644 index b57a387b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/bronze_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/bronze_plant.json", - "enabled": true, - "id": "mysticalagriculture:bronze_plant", - "plant_name": "Bronze Crop", - "seed_name": "Bronze Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:bronze_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Bronze Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:bronze_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/bronze_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/bronze_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/certus_quartz_plant.json deleted file mode 100644 index c68db96d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/certus_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/certus_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:certus_quartz_plant", - "plant_name": "Certus Quartz", - "seed_name": "Certus Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:certus_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Certus Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:certus_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/certus_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/certus_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chicken_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chicken_plant.json deleted file mode 100644 index 4c853485..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chicken_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chicken_plant.json", - "enabled": true, - "id": "mysticalagriculture:chicken_plant", - "plant_name": "Chicken Crop", - "seed_name": "Chicken Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chicken_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chicken Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chicken_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chicken_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chicken_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chimerite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chimerite_plant.json deleted file mode 100644 index 07595551..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chimerite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chimerite_plant.json", - "enabled": true, - "id": "mysticalagriculture:chimerite_plant", - "plant_name": "Chimerite Crop", - "seed_name": "Chimerite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chimerite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "chimerite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chimerite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chimerite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chimerite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chrome_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chrome_plant.json deleted file mode 100644 index 9788021b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chrome_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/chrome_plant.json", - "enabled": true, - "id": "mysticalagriculture:chrome_plant", - "plant_name": "Chrome Crop", - "seed_name": "Chrome Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:chrome_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Chrome Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:chrome_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/chrome_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/chrome_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coal_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coal_plant.json deleted file mode 100644 index a15e5223..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coal_plant.json", - "enabled": true, - "id": "mysticalagriculture:coal_plant", - "plant_name": "Coal Crop", - "seed_name": "Coal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cobalt_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cobalt_plant.json deleted file mode 100644 index 31696551..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cobalt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cobalt_plant.json", - "enabled": true, - "id": "mysticalagriculture:cobalt_plant", - "plant_name": "Cobalt", - "seed_name": "Cobalt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cobalt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cobalt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cobalt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cobalt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cobalt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cold_iron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cold_iron_plant.json deleted file mode 100644 index 9cf03344..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cold_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cold_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:cold_iron_plant", - "plant_name": "Cold-Iron Crop", - "seed_name": "Cold-Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cold_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cold-Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cold_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cold_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cold_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/conductive_iron_plant.json deleted file mode 100644 index ac708b64..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/conductive_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/conductive_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:conductive_iron_plant", - "plant_name": "Conductive Iron Crop", - "seed_name": "Conductive Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:conductive_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Conductive Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:conductive_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/conductive_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/conductive_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/constantan_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/constantan_plant.json deleted file mode 100644 index 9fc05a78..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/constantan_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/constantan_plant.json", - "enabled": true, - "id": "mysticalagriculture:constantan_plant", - "plant_name": "Constantan Crop", - "seed_name": "Constantan Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:constantan_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Constantan Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:constantan_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/constantan_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/constantan_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/copper_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/copper_plant.json deleted file mode 100644 index 7f02e1ac..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/copper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/copper_plant.json", - "enabled": true, - "id": "mysticalagriculture:copper_plant", - "plant_name": "Copper Crop", - "seed_name": "Copper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:copper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Copper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:copper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/copper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/copper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coralium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coralium_plant.json deleted file mode 100644 index a29de6ec..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coralium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/coralium_plant.json", - "enabled": true, - "id": "mysticalagriculture:coralium_plant", - "plant_name": "Coralium Crop", - "seed_name": "Coralium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:coralium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Coralium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:coralium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/coralium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/coralium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cow_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cow_plant.json deleted file mode 100644 index f1075e05..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cow_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/cow_plant.json", - "enabled": true, - "id": "mysticalagriculture:cow_plant", - "plant_name": "Cow Crop", - "seed_name": "Cow Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:cow_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Cow Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:cow_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/cow_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/cow_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/creeper_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/creeper_plant.json deleted file mode 100644 index 25fe5f4e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/creeper_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/creeper_plant.json", - "enabled": true, - "id": "mysticalagriculture:creeper_plant", - "plant_name": "Creeper Crop", - "seed_name": "Creeper Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:creeper_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Creeper Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:creeper_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/creeper_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/creeper_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dark_steel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dark_steel_plant.json deleted file mode 100644 index 12cb9fd8..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dark_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dark_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:dark_steel_plant", - "plant_name": "Dark Steel Crop", - "seed_name": "Dark Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dark_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dark Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dark_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dark_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dark_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/desh_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/desh_plant.json deleted file mode 100644 index 8cff062d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/desh_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/desh_plant.json", - "enabled": true, - "id": "mysticalagriculture:desh_plant", - "plant_name": "Desh Crop", - "seed_name": "Desh Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:desh_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Desh Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:desh_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/desh_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/desh_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/diamond_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/diamond_plant.json deleted file mode 100644 index e3508eb5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/diamond_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/diamond_plant.json", - "enabled": true, - "id": "mysticalagriculture:diamond_plant", - "plant_name": "Diamond Crop", - "seed_name": "Diamond Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:diamond_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Diamond Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:diamond_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/diamond_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/diamond_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dirt_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dirt_plant.json deleted file mode 100644 index c0b07912..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dirt_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dirt_plant.json", - "enabled": true, - "id": "mysticalagriculture:dirt_plant", - "plant_name": "Dirt Crop", - "seed_name": "Dirt Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dirt_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dirt Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dirt_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dirt_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dirt_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/draconium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/draconium_plant.json deleted file mode 100644 index 0d26fd18..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/draconium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/draconium_plant.json", - "enabled": true, - "id": "mysticalagriculture:draconium_plant", - "plant_name": "Draconium", - "seed_name": "Draconium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:draconium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Draconium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:draconium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/draconium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/draconium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dreadium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dreadium_plant.json deleted file mode 100644 index edb957b5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dreadium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dreadium_plant.json", - "enabled": true, - "id": "mysticalagriculture:dreadium_plant", - "plant_name": "Dreadium Crop", - "seed_name": "Dreadium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dreadium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dreadium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dreadium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dreadium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dreadium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dye_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dye_plant.json deleted file mode 100644 index f4a46ddc..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dye_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/dye_plant.json", - "enabled": true, - "id": "mysticalagriculture:dye_plant", - "plant_name": "Dye Crop", - "seed_name": "Dye Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:dye_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Dye Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:dye_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/dye_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/dye_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrical_steel_plant.json deleted file mode 100644 index 619179d3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrical_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrical_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrical_steel_plant", - "plant_name": "Electrical Steel Crop", - "seed_name": "Electrical Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrical_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrical Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrical_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrical_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrical_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrotine_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrotine_plant.json deleted file mode 100644 index 0981402c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrotine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrotine_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrotine_plant", - "plant_name": "Electrotine Crop", - "seed_name": "Electrotine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrotine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrotine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrotine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrotine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrotine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrum_plant.json deleted file mode 100644 index dd0dcc48..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:electrum_plant", - "plant_name": "Electrum Crop", - "seed_name": "Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/elementium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/elementium_plant.json deleted file mode 100644 index c346748b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/elementium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/elementium_plant.json", - "enabled": true, - "id": "mysticalagriculture:elementium_plant", - "plant_name": "Elementium Crop", - "seed_name": "Elementium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:elementium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Elementium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:elementium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/elementium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/elementium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/emerald_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/emerald_plant.json deleted file mode 100644 index 70f3a274..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/emerald_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/emerald_plant.json", - "enabled": true, - "id": "mysticalagriculture:emerald_plant", - "plant_name": "Emerald Crop", - "seed_name": "Emerald Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:emerald_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Emerald Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:emerald_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/emerald_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/emerald_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_plant.json deleted file mode 100644 index b014d9f2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_plant", - "plant_name": "End Crop", - "seed_name": "End Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_steel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_steel_plant.json deleted file mode 100644 index 54588413..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/end_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:end_steel_plant", - "plant_name": "End Steel Crop", - "seed_name": "End Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:end_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "End Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:end_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/end_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/end_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_amethyst_plant.json deleted file mode 100644 index 7387d4d3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_amethyst_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_amethyst_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_amethyst_plant", - "plant_name": "Ender Amethyst", - "seed_name": "Ender Amethyst Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_amethyst_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Amethyst Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_amethyst_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_amethyst_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_amethyst_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_biotite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_biotite_plant.json deleted file mode 100644 index d6f8dedf..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_biotite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ender_biotite_plant.json", - "enabled": true, - "id": "mysticalagriculture:ender_biotite_plant", - "plant_name": "Ender Biotite Crop", - "seed_name": "Ender Biotite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ender_biotite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ender Biotite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ender_biotite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ender_biotite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ender_biotite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderium_plant.json deleted file mode 100644 index b8600e78..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderium_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderium_plant", - "plant_name": "Enderium Crop", - "seed_name": "Enderium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderman_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderman_plant.json deleted file mode 100644 index 9794ac5d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderman_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/enderman_plant.json", - "enabled": true, - "id": "mysticalagriculture:enderman_plant", - "plant_name": "Enderman Crop", - "seed_name": "Enderman Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:enderman_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Enderman Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:enderman_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/enderman_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/enderman_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/energetic_alloy_plant.json deleted file mode 100644 index c9064be8..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/energetic_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/energetic_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:energetic_alloy_plant", - "plant_name": "Energetic Alloy Crop", - "seed_name": "Energetic Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:energetic_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Energetic Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:energetic_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/energetic_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/energetic_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/experience_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/experience_plant.json deleted file mode 100644 index 7bf288a1..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/experience_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/experience_plant.json", - "enabled": true, - "id": "mysticalagriculture:experience_plant", - "plant_name": "Experience Crop", - "seed_name": "Experience Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:experience_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Experience Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:experience_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/experience_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/experience_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fiery_ingot_plant.json deleted file mode 100644 index ca5ded22..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fiery_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fiery_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:fiery_ingot_plant", - "plant_name": "Fiery Ingot Crop", - "seed_name": "Fiery Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fiery_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fiery Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fiery_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fiery_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fiery_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fire_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fire_plant.json deleted file mode 100644 index 6390333f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fire_plant.json", - "enabled": true, - "id": "mysticalagriculture:fire_plant", - "plant_name": "Fire Crop", - "seed_name": "Fire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluix_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluix_plant.json deleted file mode 100644 index 09363d78..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluix_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluix_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluix_plant", - "plant_name": "Fluix", - "seed_name": "Fluix Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluix_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluix Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluix_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluix_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluix_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluxed_electrum_plant.json deleted file mode 100644 index e4532620..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluxed_electrum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/fluxed_electrum_plant.json", - "enabled": true, - "id": "mysticalagriculture:fluxed_electrum_plant", - "plant_name": "Fluxed Electrum Crop", - "seed_name": "Flux Electrum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:fluxed_electrum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Fluxed Electrum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:fluxed_electrum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/fluxed_electrum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/fluxed_electrum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ghast_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ghast_plant.json deleted file mode 100644 index 3a262465..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ghast_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ghast_plant.json", - "enabled": true, - "id": "mysticalagriculture:ghast_plant", - "plant_name": "Ghast Crop", - "seed_name": "Ghast Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ghast_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ghast Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ghast_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ghast_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ghast_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_ingot_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_ingot_plant.json deleted file mode 100644 index c06ee355..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_ingot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_ingot_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_ingot_plant", - "plant_name": "Glowstone Ingot", - "seed_name": "Glowstone Ingot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_ingot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Ingot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_ingot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_ingot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_ingot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_plant.json deleted file mode 100644 index 5496a540..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/glowstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:glowstone_plant", - "plant_name": "Glowstone Crop", - "seed_name": "Glowstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:glowstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Glowstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:glowstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/glowstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/glowstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/gold_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/gold_plant.json deleted file mode 100644 index 489da84a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/gold_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/gold_plant.json", - "enabled": true, - "id": "mysticalagriculture:gold_plant", - "plant_name": "Gold Crop", - "seed_name": "Gold Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:gold_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Gold Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:gold_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/gold_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/gold_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/grains_of_infinity_plant.json deleted file mode 100644 index 9507a02f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/grains_of_infinity_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/grains_of_infinity_plant.json", - "enabled": true, - "id": "mysticalagriculture:grains_of_infinity_plant", - "plant_name": "Grains of Infinity", - "seed_name": "Grains of Infinity Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:grains_of_infinity_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Grains of Infinity Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:grains_of_infinity_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/grains_of_infinity_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/grains_of_infinity_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/graphite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/graphite_plant.json deleted file mode 100644 index 61f75832..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:graphite_plant", - "plant_name": "Graphite Crop", - "seed_name": "Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/guardian_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/guardian_plant.json deleted file mode 100644 index 9e94ca68..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/guardian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/guardian_plant.json", - "enabled": true, - "id": "mysticalagriculture:guardian_plant", - "plant_name": "Guardian Crop", - "seed_name": "Guardian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:guardian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Guardian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:guardian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/guardian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/guardian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/hop_graphite_plant.json deleted file mode 100644 index cf67983a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/hop_graphite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/hop_graphite_plant.json", - "enabled": true, - "id": "mysticalagriculture:hop_graphite_plant", - "plant_name": "HOP Graphite Crop", - "seed_name": "HOP Graphite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:hop_graphite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "HOP Graphite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:hop_graphite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/hop_graphite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/hop_graphite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ice_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ice_plant.json deleted file mode 100644 index 1e2e2d14..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ice_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ice_plant.json", - "enabled": true, - "id": "mysticalagriculture:ice_plant", - "plant_name": "Ice Crop", - "seed_name": "Ice Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ice_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ice. Ice. Baby." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ice_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ice_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ice_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/invar_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/invar_plant.json deleted file mode 100644 index c1f741f6..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/invar_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/invar_plant.json", - "enabled": true, - "id": "mysticalagriculture:invar_plant", - "plant_name": "Invar Crop", - "seed_name": "Invar Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:invar_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Invar Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:invar_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/invar_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/invar_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_ore_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_ore_plant.json deleted file mode 100644 index 009c08d6..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_ore_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_ore_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_ore_plant", - "plant_name": "Iridium Ore Crop", - "seed_name": "Iridium Ore Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_ore_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Ore Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_ore_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_ore_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_ore_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_plant.json deleted file mode 100644 index cfdc645d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iridium_plant.json", - "enabled": true, - "id": "mysticalagriculture:iridium_plant", - "plant_name": "Iridium Crop", - "seed_name": "Iridium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iridium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iridium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iridium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iridium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iridium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iron_plant.json deleted file mode 100644 index 41528172..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:iron_plant", - "plant_name": "Iron Crop", - "seed_name": "Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ironwood_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ironwood_plant.json deleted file mode 100644 index 057f643c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ironwood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ironwood_plant.json", - "enabled": true, - "id": "mysticalagriculture:ironwood_plant", - "plant_name": "Ironwood Crop", - "seed_name": "Ironwood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ironwood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ironwood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ironwood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ironwood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ironwood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/jade_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/jade_plant.json deleted file mode 100644 index d1ffd8ae..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/jade_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/jade_plant.json", - "enabled": true, - "id": "mysticalagriculture:jade_plant", - "plant_name": "Jade Crop", - "seed_name": "Jade Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:jade_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Jade Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:jade_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/jade_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/jade_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightmetal_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightmetal_plant.json deleted file mode 100644 index b5fc8fec..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightmetal_plant", - "plant_name": "Knightmetal Crop", - "seed_name": "Knightmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightslime_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightslime_plant.json deleted file mode 100644 index 1a514a8c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightslime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/knightslime_plant.json", - "enabled": true, - "id": "mysticalagriculture:knightslime_plant", - "plant_name": "Knightslime Crop", - "seed_name": "Knightslime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:knightslime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Knightslime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:knightslime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/knightslime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/knightslime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lapis_lazuli_plant.json deleted file mode 100644 index 0e90ebb8..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lapis_lazuli_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lapis_lazuli_plant.json", - "enabled": true, - "id": "mysticalagriculture:lapis_lazuli_plant", - "plant_name": "Lapis Lazuli Crop", - "seed_name": "Lapis Lazuli Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lapis_lazuli_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lapis Lazuli Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lapis_lazuli_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lapis_lazuli_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lapis_lazuli_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lead_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lead_plant.json deleted file mode 100644 index a3792caa..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lead_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lead_plant.json", - "enabled": true, - "id": "mysticalagriculture:lead_plant", - "plant_name": "Lead Crop", - "seed_name": "Lead Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lead_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lead Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lead_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lead_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lead_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/limestone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/limestone_plant.json deleted file mode 100644 index f8953e7e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/limestone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/limestone_plant.json", - "enabled": true, - "id": "mysticalagriculture:limestone_plant", - "plant_name": "Limestone", - "seed_name": "Limestone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:limestone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Limestone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:limestone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/limestone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/limestone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lithium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lithium_plant.json deleted file mode 100644 index 1254cd3c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lithium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lithium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lithium_plant", - "plant_name": "Lithium Crop", - "seed_name": "Lithium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lithium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lithium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lithium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lithium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lithium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lumium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lumium_plant.json deleted file mode 100644 index afc786f0..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/lumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:lumium_plant", - "plant_name": "Lumium Crop", - "seed_name": "Lumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:lumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Lumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:lumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/lumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/lumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/magnesium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/magnesium_plant.json deleted file mode 100644 index f79f7904..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/magnesium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/magnesium_plant.json", - "enabled": true, - "id": "mysticalagriculture:magnesium_plant", - "plant_name": "Magnesium Crop", - "seed_name": "Magnesium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:magnesium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Magnesium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:magnesium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/magnesium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/magnesium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/malachite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/malachite_plant.json deleted file mode 100644 index 7a30271e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/malachite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/malachite_plant.json", - "enabled": true, - "id": "mysticalagriculture:malachite_plant", - "plant_name": "Malachite", - "seed_name": "Malachite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:malachite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Malachite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:malachite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/malachite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/malachite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manasteel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manasteel_plant.json deleted file mode 100644 index 5b510a7c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:manasteel_plant", - "plant_name": "Manasteel", - "seed_name": "Manasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manyullyn_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manyullyn_plant.json deleted file mode 100644 index 4848ff3b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manyullyn_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/manyullyn_plant.json", - "enabled": true, - "id": "mysticalagriculture:manyullyn_plant", - "plant_name": "Manyullyn Crop", - "seed_name": "Manyullyn Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:manyullyn_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Manyullyn Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:manyullyn_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/manyullyn_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/manyullyn_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/marble_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/marble_plant.json deleted file mode 100644 index c45a0788..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/marble_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/marble_plant.json", - "enabled": true, - "id": "mysticalagriculture:marble_plant", - "plant_name": "Marble", - "seed_name": "Marble Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:marble_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Marble Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:marble_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/marble_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/marble_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/menril_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/menril_plant.json deleted file mode 100644 index 1746f842..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/menril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/menril_plant.json", - "enabled": true, - "id": "mysticalagriculture:menril_plant", - "plant_name": "Menril Crop", - "seed_name": "Menril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:menril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Menril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 2, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:menril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/menril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/menril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/meteoric_iron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/meteoric_iron_plant.json deleted file mode 100644 index 486cf721..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/meteoric_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/meteoric_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:meteoric_iron_plant", - "plant_name": "Meteoric Iron Crop", - "seed_name": "Meteoric Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:meteoric_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Meteoric Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:meteoric_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/meteoric_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/meteoric_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mithril_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mithril_plant.json deleted file mode 100644 index 06909d4f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mithril_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mithril_plant.json", - "enabled": true, - "id": "mysticalagriculture:mithril_plant", - "plant_name": "Mithril Crop", - "seed_name": "Mithril Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mithril_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mithril Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mithril_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mithril_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mithril_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/moonstone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/moonstone_plant.json deleted file mode 100644 index b98b92d3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/moonstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/moonstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:moonstone_plant", - "plant_name": "Moonstone Crop", - "seed_name": "Moonstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:moonstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Moonstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:moonstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/moonstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/moonstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mystical_flower_plant.json deleted file mode 100644 index 703e2e46..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mystical_flower_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/mystical_flower_plant.json", - "enabled": true, - "id": "mysticalagriculture:mystical_flower_plant", - "plant_name": "Mystical Flower Crop", - "seed_name": "Mystical Flower Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:mystical_flower_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Mystical Flower Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:mystical_flower_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/mystical_flower_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/mystical_flower_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nature_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nature_plant.json deleted file mode 100644 index acfa45d5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nature_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nature_plant.json", - "enabled": true, - "id": "mysticalagriculture:nature_plant", - "plant_name": "Nature Crop", - "seed_name": "Nature Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nature_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nature Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nature_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nature_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nature_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_plant.json deleted file mode 100644 index 745723f3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_plant", - "plant_name": "Nether Crop", - "seed_name": "Nether Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_quartz_plant.json deleted file mode 100644 index ea5e0f13..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_quartz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nether_quartz_plant.json", - "enabled": true, - "id": "mysticalagriculture:nether_quartz_plant", - "plant_name": "Nether Quartz Crop", - "seed_name": "Nether Quartz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nether_quartz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nether Quartz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nether_quartz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nether_quartz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nether_quartz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/neutronium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/neutronium_plant.json deleted file mode 100644 index 3fd760d9..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/neutronium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/neutronium_plant.json", - "enabled": true, - "id": "mysticalagriculture:neutronium_plant", - "plant_name": "Neutronium Crop", - "seed_name": "Neutronium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:neutronium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Neutronium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 6, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:neutronium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/neutronium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/neutronium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nickel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nickel_plant.json deleted file mode 100644 index e9597468..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nickel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/nickel_plant.json", - "enabled": true, - "id": "mysticalagriculture:nickel_plant", - "plant_name": "Nickel Crop", - "seed_name": "Nickel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:nickel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Nickel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:nickel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/nickel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/nickel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/obsidian_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/obsidian_plant.json deleted file mode 100644 index 5c85fa6f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:obsidian_plant", - "plant_name": "Obsidian Crop", - "seed_name": "Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/octine_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/octine_plant.json deleted file mode 100644 index 3aa27461..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/octine_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/octine_plant.json", - "enabled": true, - "id": "mysticalagriculture:octine_plant", - "plant_name": "Octine Crop", - "seed_name": "Octine Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:octine_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Octine Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:octine_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/octine_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/octine_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/osmium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/osmium_plant.json deleted file mode 100644 index 04e88df1..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/osmium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/osmium_plant.json", - "enabled": true, - "id": "mysticalagriculture:osmium_plant", - "plant_name": "Osmium", - "seed_name": "Osmium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:osmium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Osmium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:osmium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/osmium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/osmium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/peridot_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/peridot_plant.json deleted file mode 100644 index 01d6aa86..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/peridot_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/peridot_plant.json", - "enabled": true, - "id": "mysticalagriculture:peridot_plant", - "plant_name": "Peridot", - "seed_name": "Peridot Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:peridot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Peridot Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:peridot_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/peridot_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/peridot_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pig_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pig_plant.json deleted file mode 100644 index 7c7f8c55..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pig_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pig_plant.json", - "enabled": true, - "id": "mysticalagriculture:pig_plant", - "plant_name": "Pig Crop", - "seed_name": "Pig Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pig_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pig Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pig_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pig_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pig_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/platinum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/platinum_plant.json deleted file mode 100644 index b2aa4239..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/platinum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/platinum_plant.json", - "enabled": true, - "id": "mysticalagriculture:platinum_plant", - "plant_name": "Platinum Crop", - "seed_name": "Platinum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:platinum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Platinum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:platinum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/platinum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/platinum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pulsating_iron_plant.json deleted file mode 100644 index ac574616..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pulsating_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/pulsating_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:pulsating_iron_plant", - "plant_name": "Pulsating Iron Crop", - "seed_name": "Pulsating Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:pulsating_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Pulsating Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:pulsating_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/pulsating_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/pulsating_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json deleted file mode 100644 index 91f94fd6..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json", - "enabled": true, - "id": "mysticalagriculture:quartz_enriched_iron_plant", - "plant_name": "Quartz Enriched Iron Crop", - "seed_name": "Quartz Enriched Iron Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quartz_enriched_iron_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quartz Enriched Iron Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quartz_enriched_iron_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quartz_enriched_iron_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quartz_enriched_iron_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quicksilver_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quicksilver_plant.json deleted file mode 100644 index 0ab50dd8..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quicksilver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/quicksilver_plant.json", - "enabled": true, - "id": "mysticalagriculture:quicksilver_plant", - "plant_name": "Quicksilver Crop", - "seed_name": "Quicksilver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:quicksilver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Quicksilver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:quicksilver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/quicksilver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/quicksilver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rabbit_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rabbit_plant.json deleted file mode 100644 index 3d7da976..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rabbit_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rabbit_plant.json", - "enabled": true, - "id": "mysticalagriculture:rabbit_plant", - "plant_name": "Rabbit Crop", - "seed_name": "Rabbit Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rabbit_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rabbit_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rabbit_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rabbit_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_alloy_plant.json deleted file mode 100644 index 0b621f3b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_alloy_plant", - "plant_name": "Redstone Alloy Crop", - "seed_name": "Redstone Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_plant.json deleted file mode 100644 index 6231a10c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/redstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:redstone_plant", - "plant_name": "Redstone Crop", - "seed_name": "Redstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:redstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Redstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:redstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/redstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/redstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/refined_obsidian_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/refined_obsidian_plant.json deleted file mode 100644 index f88f2429..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/refined_obsidian_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/refined_obsidian_plant.json", - "enabled": true, - "id": "mysticalagriculture:refined_obsidian_plant", - "plant_name": "Refined Obsidian", - "seed_name": "Refined Obsidian Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:refined_obsidian_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Refined Obsidian Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:refined_obsidian_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/refined_obsidian_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/refined_obsidian_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rock_crystal_plant.json deleted file mode 100644 index 0ab3b193..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rock_crystal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rock_crystal_plant.json", - "enabled": true, - "id": "mysticalagriculture:rock_crystal_plant", - "plant_name": "Rock Crystal Crop", - "seed_name": "Rock Crystal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rock_crystal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rock Crystal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rock_crystal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rock_crystal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rock_crystal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rubber_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rubber_plant.json deleted file mode 100644 index 58dd7b5d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rubber_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/rubber_plant.json", - "enabled": true, - "id": "mysticalagriculture:rubber_plant", - "plant_name": "Rubber", - "seed_name": "Rubber Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:rubber_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rubber Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:rubber_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/rubber_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/rubber_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ruby_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ruby_plant.json deleted file mode 100644 index 08d01e2d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ruby_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/ruby_plant.json", - "enabled": true, - "id": "mysticalagriculture:ruby_plant", - "plant_name": "Ruby", - "seed_name": "Ruby Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:ruby_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Ruby Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:ruby_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/ruby_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/ruby_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/saltpeter_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/saltpeter_plant.json deleted file mode 100644 index c21ff867..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/saltpeter_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/saltpeter_plant.json", - "enabled": true, - "id": "mysticalagriculture:saltpeter_plant", - "plant_name": "Saltpeter Crop", - "seed_name": "Saltpeter Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:saltpeter_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Saltpeter Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:saltpeter_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/saltpeter_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/saltpeter_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sapphire_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sapphire_plant.json deleted file mode 100644 index 26d04303..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sapphire_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sapphire_plant.json", - "enabled": true, - "id": "mysticalagriculture:sapphire_plant", - "plant_name": "Sapphire", - "seed_name": "Sapphire Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sapphire_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sapphire Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sapphire_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sapphire_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sapphire_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sheep_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sheep_plant.json deleted file mode 100644 index 34b0e8b2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sheep_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sheep_plant.json", - "enabled": true, - "id": "mysticalagriculture:sheep_plant", - "plant_name": "Sheep Crop", - "seed_name": "Sheep Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sheep_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sheep Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sheep_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sheep_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sheep_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/signalum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/signalum_plant.json deleted file mode 100644 index e8eaf2d1..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/signalum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/signalum_plant.json", - "enabled": true, - "id": "mysticalagriculture:signalum_plant", - "plant_name": "Signalum Crop", - "seed_name": "Signalum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:signalum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Signalum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:signalum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/signalum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/signalum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silicon_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silicon_plant.json deleted file mode 100644 index 9a25f1c3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silicon_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silver_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silver_plant.json deleted file mode 100644 index 674c3be9..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silver_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silver_plant.json", - "enabled": true, - "id": "mysticalagriculture:silver_plant", - "plant_name": "Silver Crop", - "seed_name": "Silver Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silver_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silver Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silver_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silver_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silver_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/skeleton_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/skeleton_plant.json deleted file mode 100644 index 28d512eb..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:skeleton_plant", - "plant_name": "Skeleton Crop", - "seed_name": "Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sky_stone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sky_stone_plant.json deleted file mode 100644 index 82685402..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sky_stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sky_stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sky_stone_plant", - "plant_name": "Sky Stone Crop", - "seed_name": "Sky Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sky_stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sky Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sky_stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sky_stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sky_stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slime_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slime_plant.json deleted file mode 100644 index 3d30c219..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slime_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slime_plant.json", - "enabled": true, - "id": "mysticalagriculture:slime_plant", - "plant_name": "Slime Crop", - "seed_name": "Slime Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slime_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slime Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slime_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slime_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slime_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slimy_bone_plant.json deleted file mode 100644 index 0acaa1b6..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slimy_bone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/slimy_bone_plant.json", - "enabled": true, - "id": "mysticalagriculture:Slimy_bone_plant", - "plant_name": "Slimy Bone Crop", - "seed_name": "Slimy Bone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:slimy_bone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Slimy Bone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:slimy_bone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/slimy_bone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/slimy_bone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/soularium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/soularium_plant.json deleted file mode 100644 index 11ae33ba..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/soularium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/soularium_plant.json", - "enabled": true, - "id": "mysticalagriculture:soularium_plant", - "plant_name": "Soularium Crop", - "seed_name": "Soularium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:soularium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Soularium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:soularium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/soularium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/soularium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/spider_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/spider_plant.json deleted file mode 100644 index 42877564..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/spider_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/spider_plant.json", - "enabled": true, - "id": "mysticalagriculture:spider_plant", - "plant_name": "Spider Crop", - "seed_name": "Spider Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:spider_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Spider Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:spider_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/spider_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/spider_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/star_steel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/star_steel_plant.json deleted file mode 100644 index 85d13d2f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/star_steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/star_steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:star_steel_plant", - "plant_name": "Star-Steel Crop", - "seed_name": "Star-Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:star_steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Star-Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:star_steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/star_steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/star_steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/starmetal_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/starmetal_plant.json deleted file mode 100644 index 2183d009..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/starmetal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/starmetal_plant.json", - "enabled": true, - "id": "mysticalagriculture:starmetal_plant", - "plant_name": "Starmetal Crop", - "seed_name": "Starmetal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:starmetal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Starmetal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:starmetal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/starmetal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/starmetal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steel_plant.json deleted file mode 100644 index 35b29287..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steel_plant.json", - "enabled": true, - "id": "mysticalagriculture:steel_plant", - "plant_name": "Steel Crop", - "seed_name": "Steel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steeleaf_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steeleaf_plant.json deleted file mode 100644 index f7d6d1a2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steeleaf_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/steeleaf_plant.json", - "enabled": true, - "id": "mysticalagriculture:steeleaf_plant", - "plant_name": "Steeleaf Crop", - "seed_name": "Steeleaf Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:steeleaf_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Steeleaf Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:steeleaf_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/steeleaf_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/steeleaf_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/stone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/stone_plant.json deleted file mode 100644 index 58ff5acd..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/stone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/stone_plant.json", - "enabled": true, - "id": "mysticalagriculture:stone_plant", - "plant_name": "Stone Crop", - "seed_name": "Stone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:stone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Stone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:stone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/stone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/stone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sulfur_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sulfur_plant.json deleted file mode 100644 index 4ea96eb0..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sulfur_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sulfur_plant.json", - "enabled": true, - "id": "mysticalagriculture:sulfur_plant", - "plant_name": "Sulfur Crop", - "seed_name": "Sulfur Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sulfur_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sulfur Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sulfur_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sulfur_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sulfur_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sunstone_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sunstone_plant.json deleted file mode 100644 index 453c9eba..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sunstone_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/sunstone_plant.json", - "enabled": true, - "id": "mysticalagriculture:sunstone_plant", - "plant_name": "Sunstone Crop", - "seed_name": "Sunstone Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:sunstone_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sunstone Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:sunstone_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/sunstone_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/sunstone_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/syrmorite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/syrmorite_plant.json deleted file mode 100644 index 3ae21f19..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/syrmorite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/syrmorite_plant.json", - "enabled": true, - "id": "mysticalagriculture:syrmorite_plant", - "plant_name": "Syrmorite Crop", - "seed_name": "Syrmorite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:syrmorite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Syrmorite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:syrmorite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/syrmorite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/syrmorite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tanzanite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tanzanite_plant.json deleted file mode 100644 index cef393a1..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tanzanite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tanzanite_plant.json", - "enabled": true, - "id": "mysticalagriculture:tanzanite_plant", - "plant_name": "Tanzanite", - "seed_name": "Tanzanite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tanzanite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tanzanite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tanzanite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tanzanite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tanzanite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/terrasteel_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/terrasteel_plant.json deleted file mode 100644 index 05bd2066..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/terrasteel_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/terrasteel_plant.json", - "enabled": true, - "id": "mysticalagriculture:terrasteel_plant", - "plant_name": "Terrasteel", - "seed_name": "Terrasteel Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:terrasteel_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Terrasteel Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:terrasteel_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/terrasteel_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/terrasteel_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thaumium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thaumium_plant.json deleted file mode 100644 index 17867489..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thaumium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thaumium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thaumium_plant", - "plant_name": "Thaumium Crop", - "seed_name": "Thaumium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thaumium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thaumium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 3, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thaumium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thaumium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thaumium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thorium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thorium_plant.json deleted file mode 100644 index 98f789f6..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/thorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:thorium_plant", - "plant_name": "Thorium Crop", - "seed_name": "Thorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:thorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Thorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:thorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/thorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/thorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier1_inferium_plant.json deleted file mode 100644 index fd7c78ce..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier1_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier1_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier1_inferium_plant", - "plant_name": "Tier1 Inferium Crop", - "seed_name": "Tier1 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier1_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier1 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json deleted file mode 100644 index 67cf30bd..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier2_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier2_inferium_plant", - "plant_name": "Tier2 Inferium Crop", - "seed_name": "Tier2 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier2_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier2 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json deleted file mode 100644 index 6034846a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier3_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier3_inferium_plant", - "plant_name": "Tier3 Inferium Crop", - "seed_name": "Tier3 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier3_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier3 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json deleted file mode 100644 index 60dea4a7..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier4_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier4_inferium_plant", - "plant_name": "Tier4 Inferium Crop", - "seed_name": "Tier4 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier4_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier4 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json deleted file mode 100644 index dbcca999..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tier5_inferium_plant.json", - "enabled": true, - "id": "mysticalagriculture:tier5_inferium_plant", - "plant_name": "Tier5 Inferium Crop", - "seed_name": "Tier5 Inferium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tier5_inferium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tier5 Inferium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:crafting", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/inferium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/inferium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tin_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tin_plant.json deleted file mode 100644 index 78261aed..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tin_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tin_plant.json", - "enabled": true, - "id": "mysticalagriculture:tin_plant", - "plant_name": "Tin Crop", - "seed_name": "Tin Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tin Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tin_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tin_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tin_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/titanium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/titanium_plant.json deleted file mode 100644 index 110cbd5c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/titanium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/titanium_plant.json", - "enabled": true, - "id": "mysticalagriculture:titanium_plant", - "plant_name": "Titanium Crop", - "seed_name": "Titanium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:titanium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Titanium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:titanium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/titanium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/titanium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/topaz_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/topaz_plant.json deleted file mode 100644 index e4639355..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/topaz_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/topaz_plant.json", - "enabled": true, - "id": "mysticalagriculture:topaz_plant", - "plant_name": "Topaz", - "seed_name": "Topaz Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:topaz_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Topaz Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:topaz_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/topaz_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/topaz_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tungsten_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tungsten_plant.json deleted file mode 100644 index 5c726051..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tungsten_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/tungsten_plant.json", - "enabled": true, - "id": "mysticalagriculture:tungsten_plant", - "plant_name": "Tungsten Crop", - "seed_name": "Tungsten Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:tungsten_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Tungsten Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:tungsten_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/tungsten_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/tungsten_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_238_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_238_plant.json deleted file mode 100644 index 29b1cf19..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_238_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_238_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_238_plant", - "plant_name": "Uranium 238 Crop", - "seed_name": "Uranium 238 Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_238_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium 238 Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_238_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_238_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_238_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_plant.json deleted file mode 100644 index 7f285317..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/uranium_plant.json", - "enabled": true, - "id": "mysticalagriculture:uranium_plant", - "plant_name": "Uranium Crop", - "seed_name": "Uranium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:uranium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Uranium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:uranium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/uranium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/uranium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/valonite_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/valonite_plant.json deleted file mode 100644 index f3d2e0cd..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/valonite_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/valonite_plant.json", - "enabled": true, - "id": "mysticalagriculture:valonite_plant", - "plant_name": "Valonite Crop", - "seed_name": "Valonite Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:valonite_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Valonite Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 5, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:valonite_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/valonite_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/valonite_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vibrant_alloy_plant.json deleted file mode 100644 index 7a028c28..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vibrant_alloy_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vibrant_alloy_plant.json", - "enabled": true, - "id": "mysticalagriculture:vibrant_alloy_plant", - "plant_name": "Vibrant Alloy Crop", - "seed_name": "Vibrant Alloy Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vibrant_alloy_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vibrant Alloy Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vibrant_alloy_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vibrant_alloy_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vibrant_alloy_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vinteum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vinteum_plant.json deleted file mode 100644 index 053050f2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vinteum_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/vinteum_plant.json", - "enabled": true, - "id": "mysticalagriculture:vinteum_plant", - "plant_name": "Vinteum Crop", - "seed_name": "Vinteum Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:vinteum_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Vinteum Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:vinteum_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/vinteum_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/vinteum_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/void_metal_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/void_metal_plant.json deleted file mode 100644 index acf3c001..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/void_metal_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/void_metal_plant.json", - "enabled": true, - "id": "mysticalagriculture:void_metal_plant", - "plant_name": "Void Metal Crop", - "seed_name": "Void Metal Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:void_metal_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Void Metal Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 4, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:void_metal_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/void_metal_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/void_metal_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/water_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/water_plant.json deleted file mode 100644 index a2b1f900..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/water_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/water_plant.json", - "enabled": true, - "id": "mysticalagriculture:water_plant", - "plant_name": "Water Crop", - "seed_name": "Water Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:water_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Water Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:water_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/water_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/water_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wither_skeleton_plant.json deleted file mode 100644 index e3909060..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wither_skeleton_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wither_skeleton_plant.json", - "enabled": true, - "id": "mysticalagriculture:wither_skeleton_plant", - "plant_name": "Wither Skeleton Crop", - "seed_name": "Wither Skeleton Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wither_skeleton_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wither Skeleton Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wither_skeleton_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wither_skeleton_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wither_skeleton_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wood_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wood_plant.json deleted file mode 100644 index 6bfdab35..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wood_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/wood_plant.json", - "enabled": true, - "id": "mysticalagriculture:wood_plant", - "plant_name": "Wood Crop", - "seed_name": "Wood Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:wood_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Wood Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:wood_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/wood_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/wood_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/yellorium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/yellorium_plant.json deleted file mode 100644 index dc4ef6c3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/yellorium_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/yellorium_plant.json", - "enabled": true, - "id": "mysticalagriculture:yellorium_plant", - "plant_name": "Yellorium Crop", - "seed_name": "Yellorium Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:yellorium_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Yellorium Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:yellorium_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/yellorium_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/yellorium_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant - Copy.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant - Copy.json deleted file mode 100644 index 1b1d2a9c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant - Copy.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/silicon_plant.json", - "enabled": true, - "id": "mysticalagriculture:silicon_plant", - "plant_name": "Silicon Crop", - "seed_name": "Silicon Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:silicon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Silicon Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:silicon_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/silicon_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/silicon_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant.json deleted file mode 100644 index f354d2f5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zinc_plant.json", - "enabled": true, - "id": "mysticalagriculture:zinc_plant", - "plant_name": "Zinc Crop", - "seed_name": "Zinc Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zinc_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zinc Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zinc_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zinc_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zinc_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zombie_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zombie_plant.json deleted file mode 100644 index 9d6b41bf..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zombie_plant.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "path": "mod_mysticalagriculture/plants/zombie_plant.json", - "enabled": true, - "id": "mysticalagriculture:zombie_plant", - "plant_name": "Zombie Crop", - "seed_name": "Zombie Seeds", - "seed_items": [ - { - "item": "mysticalagriculture:zombie_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Zombie Seeds." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "mysticalagriculture:zombie_essence", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil", - "fertilized_dirt_soil", - "loamy_dirt_soil", - "silty_dirt_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "cross", - "seed_texture": "mysticalagriculture:items/zombie_seeds", - "plant_textures": [ - "mysticalagriculture:blocks/crop0", - "mysticalagriculture:blocks/crop1", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop2", - "mysticalagriculture:blocks/crop3", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/crop4", - "mysticalagriculture:blocks/zombie_crop" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_natura/barley_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_natura/barley_plant.json deleted file mode 100644 index 40ca3032..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_natura/barley_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/barley_plant.json", - "enabled": true, - "id": "natura:barley_plant", - "plant_name": "Barley", - "seed_name": "Barley Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/barley_seeds", - "plant_textures": [ - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_0", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_1", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_2", - "natura:blocks/crops/barley/barley_stage_3", - "natura:blocks/crops/barley/barley_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_natura/cotton_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_natura/cotton_plant.json deleted file mode 100644 index 5d1e0c19..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_natura/cotton_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "mod_natura/cotton_plant.json", - "enabled": true, - "id": "natura:cotton_plant", - "plant_name": "Cotton", - "seed_name": "Cotton Seeds", - "seed_items": [ - { - "item": "natura:overworld_seeds", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Testing 1, 2, 3." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "natura:materials", - "meta": 3, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "natura:items/seeds/cotton_seeds", - "plant_textures": [ - "natura:blocks/crops/cotton/cotton_stage_0", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_1", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_2", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_3", - "natura:blocks/crops/cotton/cotton_stage_4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/mod_randomthings/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/mod_randomthings/soils/fertilized_dirt_soil.json deleted file mode 100644 index 0bd87079..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/mod_randomthings/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "mod_randomthings/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/aurigold_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/aurigold_mutation.json deleted file mode 100644 index 8f4b92a2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/aurigold_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/aurigold_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:aurigold_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:redstodendron_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/cuprosia_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/cuprosia_mutation.json deleted file mode 100644 index 06ff51e5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/cuprosia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/cuprosia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:cuprosia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/diamahlia_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/diamahlia_mutation.json deleted file mode 100644 index b98a9ba7..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/diamahlia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/diamahlia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:diamahlia_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/emeryllis_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/emeryllis_mutation.json deleted file mode 100644 index 5c33ad2a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/emeryllis_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/emeryllis_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:emeryllis_plant", - "parent1": "resource:aurigold_plant", - "parent2": "resource:quartzanthemum_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/ferranium_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/ferranium_mutation.json deleted file mode 100644 index 2ee5ccec..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/ferranium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/ferranium_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:ferranium_plant", - "parent1": "vanilla:melon_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/jaslumine_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/jaslumine_mutation.json deleted file mode 100644 index ced1b212..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/jaslumine_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/jaslumine_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:jaslumine_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/lapender_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/lapender_mutation.json deleted file mode 100644 index 16a4d85e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/lapender_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/lapender_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:lapender_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/niccissus_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/niccissus_mutation.json deleted file mode 100644 index 6bcc67b5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/niccissus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/niccissus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:niccissus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:white_tulip_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/nitorwart_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/nitorwart_mutation.json deleted file mode 100644 index 3cde536e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/nitorwart_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/nitorwart_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "resource:nitorwart_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/petinia_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/petinia_mutation.json deleted file mode 100644 index a56bf6fa..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/petinia_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/petinia_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:petinia_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/platiolus_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/platiolus_mutation.json deleted file mode 100644 index ddf250ae..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/platiolus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/platiolus_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:platiolus_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:aurigold_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/plombean_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/plombean_mutation.json deleted file mode 100644 index b3bfe5f0..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/plombean_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/plombean_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "resource:plombean_plant", - "parent1": "resource:ferranium_plant", - "parent2": "vanilla:brown_mushroom_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/quartzanthemum_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/quartzanthemum_mutation.json deleted file mode 100644 index 25802c67..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/quartzanthemum_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/quartzanthemum_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "resource:quartzanthemum_plant", - "parent1": "resource:redstodendron_plant", - "parent2": "resource:nitorwart_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/redstodendron_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/redstodendron_mutation.json deleted file mode 100644 index 9a2fa415..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/mutations/redstodendron_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "resource/mutations/redstodendron_mutation.json", - "enabled": true, - "chance": 1.0, - "child": "resource:redstodendron_plant", - "parent1": "resource:ferranium_plant", - "parent2": "resource:lapender_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/aurigold_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/aurigold_plant.json deleted file mode 100644 index 198ecde9..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/aurigold_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/aurigold_plant.json", - "enabled": true, - "id": "resource:aurigold_plant", - "plant_name": "Aurigold", - "seed_name": "Aurigold Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A golden delight." - }, - "growth_chance": 0.8, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetGold", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreGold", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_aurigold", - "plant_textures": [ - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold1", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold2", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold3", - "agricraft:blocks/crop_aurigold4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/cuprosia_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/cuprosia_plant.json deleted file mode 100644 index 6c5439a3..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/cuprosia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/cuprosia_plant.json", - "enabled": true, - "id": "resource:cuprosia_plant", - "plant_name": "Cuprosia", - "seed_name": "Cuprosia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Known as the engineer\u0027s delight, this plant produces a substance of incredible utility." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetCopper", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreCopper", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cuprosia", - "plant_textures": [ - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia1", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia2", - "agricraft:blocks/crop_cuprosia3", - "agricraft:blocks/crop_cuprosia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/diamahlia_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/diamahlia_plant.json deleted file mode 100644 index c2452fa4..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/diamahlia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/diamahlia_plant.json", - "enabled": true, - "id": "resource:diamahlia_plant", - "plant_name": "Diamahlia", - "seed_name": "Diamahlia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "oredict:nuggetDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreDiamond", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_diamahlia", - "plant_textures": [ - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia1", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia2", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia3", - "agricraft:blocks/crop_diamahlia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/emeryllis_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/emeryllis_plant.json deleted file mode 100644 index 2265ec48..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/emeryllis_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/emeryllis_plant.json", - "enabled": true, - "id": "resource:emeryllis_plant", - "plant_name": "Emeryllis", - "seed_name": "Emeryllis Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A truely green gem." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.8, - "required": true, - "item": "oredict:nuggetEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreEmerald", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_emeryllis", - "plant_textures": [ - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis1", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis2", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis3", - "agricraft:blocks/crop_emeryllis4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/ferranium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/ferranium_plant.json deleted file mode 100644 index 6c53f6ef..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/ferranium_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/ferranium_plant.json", - "enabled": true, - "id": "resource:ferranium_plant", - "plant_name": "Ferranium", - "seed_name": "Ferranum Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A strong plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetIron", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreIron", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_ferranium", - "plant_textures": [ - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium1", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium2", - "agricraft:blocks/crop_ferranium3", - "agricraft:blocks/crop_ferranium4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/jaslumine_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/jaslumine_plant.json deleted file mode 100644 index 17483a2e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/jaslumine_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/jaslumine_plant.json", - "enabled": true, - "id": "resource:jaslumine_plant", - "plant_name": "Jaslumine", - "seed_name": "Jaslumine Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Jaslumine to some, Jaluminium to me. Shines like silver, but not all that valuable of a plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreAluminum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_jaslumine", - "plant_textures": [ - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine1", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine2", - "agricraft:blocks/crop_jaslumine3", - "agricraft:blocks/crop_jaslumine4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/lapender_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/lapender_plant.json deleted file mode 100644 index 44ccddeb..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/lapender_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/lapender_plant.json", - "enabled": true, - "id": "resource:lapender_plant", - "plant_name": "Lapender", - "seed_name": "Lapender Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A regal plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:dye", - "meta": 4, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLapis", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_lapender", - "plant_textures": [ - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender1", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender2", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender3", - "agricraft:blocks/crop_lapender4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/niccissus_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/niccissus_plant.json deleted file mode 100644 index bf6a6c6b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/niccissus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/niccissus_plant.json", - "enabled": true, - "id": "resource:niccissus_plant", - "plant_name": "Niccissus", - "seed_name": "Niccissus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While there is much debate over which is the best plant, we can all agree that the Niccissus plant is by far the most self-absorbed." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetNickel", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreNickel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_niccissus", - "plant_textures": [ - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus1", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus2", - "agricraft:blocks/crop_niccissus3", - "agricraft:blocks/crop_niccissus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/nitorwart_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/nitorwart_plant.json deleted file mode 100644 index 7d751149..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/nitorwart_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/nitorwart_plant.json", - "enabled": true, - "id": "resource:nitorwart_plant", - "plant_name": "Nitorwart", - "seed_name": "Burning Spores", - "seed_items": [], - "description": { - "translations": {}, - "default": "It sure seems to like to glow." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.9, - "required": true, - "item": "minecraft:glowstone_dust", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:glowstone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nitor_wart", - "plant_textures": [ - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart1", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart2", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart3", - "agricraft:blocks/crop_nitor_wart4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/petinia_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/petinia_plant.json deleted file mode 100644 index 8d6be51b..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/petinia_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/petinia_plant.json", - "enabled": true, - "id": "resource:petinia_plant", - "plant_name": "Petinia", - "seed_name": "Petinia Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A distant cousin of the familiar petunia flower, this plant produces a substance frequently used to plate metal cans." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetTin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreTin", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_petinia", - "plant_textures": [ - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia1", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia2", - "agricraft:blocks/crop_petinia3", - "agricraft:blocks/crop_petinia4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/platiolus_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/platiolus_plant.json deleted file mode 100644 index fe81ec68..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/platiolus_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/platiolus_plant.json", - "enabled": true, - "id": "resource:platiolus_plant", - "plant_name": "Platiolus", - "seed_name": "Platiolus Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "The unquestioned king among the metal-bearing plants, this plant has a gleam to it that puts even the aurigold flower to shame." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetPlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:orePlatinum", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_platiolus", - "plant_textures": [ - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus1", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus2", - "agricraft:blocks/crop_platiolus3", - "agricraft:blocks/crop_platiolus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/plombean_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/plombean_plant.json deleted file mode 100644 index aa86956c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/plombean_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/plombean_plant.json", - "enabled": true, - "id": "resource:plombean_plant", - "plant_name": "Plombean", - "seed_name": "Plombean Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "In ancient times this plant was thought to bear a lifegiving fruit. Nowadays we know better." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 0.95, - "required": true, - "item": "oredict:nuggetLead", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "oredict:oreLead", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_plombean", - "plant_textures": [ - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean1", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean2", - "agricraft:blocks/crop_plombean3", - "agricraft:blocks/crop_plombean4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/quartzanthemum_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/quartzanthemum_plant.json deleted file mode 100644 index 4d330a3c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/quartzanthemum_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/quartzanthemum_plant.json", - "enabled": true, - "id": "resource:quartzanthemum_plant", - "plant_name": "Quartzanthemum", - "seed_name": "Crystalline Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A suprisingly crystalline plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.875, - "required": true, - "item": "oredict:nuggetQuartz", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "soul_sand_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:quartz_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_quartzanthemum", - "plant_textures": [ - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum1", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum2", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum3", - "agricraft:blocks/crop_quartzanthemum4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/redstodendron_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/redstodendron_plant.json deleted file mode 100644 index f0039018..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/plants/redstodendron_plant.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "path": "resource/plants/redstodendron_plant.json", - "enabled": true, - "id": "resource:redstodendron_plant", - "plant_name": "Redstodendron", - "seed_name": "Red Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Much more complex than the average red algea." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": false, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 5, - "chance": 0.9, - "required": true, - "item": "minecraft:redstone", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "gravel_soil" - ], - "conditions": [ - { - "amount": 1, - "min_x": 0, - "min_y": -2, - "min_z": 0, - "max_x": 0, - "max_y": -2, - "max_z": 0, - "item": "minecraft:redstone_ore", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [], - "useOreDict": true - } - ] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_redstodendron", - "plant_textures": [ - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron1", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron2", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron3", - "agricraft:blocks/crop_redstodendron4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/soils/gravel_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/soils/gravel_soil.json deleted file mode 100644 index 6cbc1bf5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/soils/gravel_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/gravel_soil.json", - "enabled": true, - "id": "gravel_soil", - "name": "Gravel", - "varients": [ - { - "item": "minecraft:gravel", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/resource/soils/stone_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/resource/soils/stone_soil.json deleted file mode 100644 index 42d13b6a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/resource/soils/stone_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "resource/soils/stone_soil.json", - "enabled": true, - "id": "stone_soil", - "name": "Stone", - "varients": [ - { - "item": "minecraft:stone", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/allium_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/allium_mutation.json deleted file mode 100644 index 8e332e03..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/allium_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/allium_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:allium_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/brown_mushroom_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/brown_mushroom_mutation.json deleted file mode 100644 index 7fd4a11d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/brown_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/brown_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:brown_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/cactus_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/cactus_mutation.json deleted file mode 100644 index cad69536..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/cactus_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/cactus_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:cactus_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/carrot_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/carrot_mutation.json deleted file mode 100644 index 865202c2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/carrot_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/carrot_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:carrot_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/daisy_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/daisy_mutation.json deleted file mode 100644 index ba6c5d86..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/daisy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/daisy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:daisy_plant", - "parent1": "vanilla:dandelion_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/dandelion_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/dandelion_mutation.json deleted file mode 100644 index 30d3ea6e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/dandelion_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/dandelion_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:dandelion_plant", - "parent1": "vanilla:pumpkin_plant", - "parent2": "vanilla:wheat_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/melon_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/melon_mutation.json deleted file mode 100644 index 806a35d2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/melon_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/melon_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:melon_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:pumpkin_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/orange_tulip_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/orange_tulip_mutation.json deleted file mode 100644 index 730283d6..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/orange_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orange_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orange_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:orchid_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/orchid_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/orchid_mutation.json deleted file mode 100644 index 9b1d9782..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/orchid_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/orchid_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:orchid_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/pink_tulip_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/pink_tulip_mutation.json deleted file mode 100644 index 38efe319..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/pink_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pink_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:pink_tulip_plant", - "parent1": "vanilla:allium_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/poppy_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/poppy_mutation.json deleted file mode 100644 index 6d59e74e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/poppy_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/poppy_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:poppy_plant", - "parent1": "vanilla:sugarcane_plant", - "parent2": "vanilla:melon_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/pumpkin_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/pumpkin_mutation.json deleted file mode 100644 index 33baf7af..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/pumpkin_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/pumpkin_mutation.json", - "enabled": true, - "chance": 0.25, - "child": "vanilla:pumpkin_plant", - "parent1": "vanilla:carrot_plant", - "parent2": "vanilla:potato_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/red_mushroom_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/red_mushroom_mutation.json deleted file mode 100644 index c2ba3985..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/red_mushroom_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_mushroom_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:red_mushroom_plant", - "parent1": "vanilla:potato_plant", - "parent2": "vanilla:carrot_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/red_tulip_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/red_tulip_mutation.json deleted file mode 100644 index eaa27f2a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/red_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/red_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:red_tulip_plant", - "parent1": "vanilla:poppy_plant", - "parent2": "vanilla:allium_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/sugarcane_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/sugarcane_mutation.json deleted file mode 100644 index 640832db..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/sugarcane_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/sugarcane_mutation.json", - "enabled": true, - "chance": 0.5, - "child": "vanilla:sugarcane_plant", - "parent1": "vanilla:wheat_plant", - "parent2": "vanilla:beet_root_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/white_tulip_mutation.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/white_tulip_mutation.json deleted file mode 100644 index 87d21368..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/mutations/white_tulip_mutation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "path": "vanilla/mutations/white_tulip_mutation.json", - "enabled": true, - "chance": 0.75, - "child": "vanilla:white_tulip_plant", - "parent1": "vanilla:daisy_plant", - "parent2": "vanilla:dandelion_plant" -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/allium_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/allium_plant.json deleted file mode 100644 index c8bcb254..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/allium_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/allium_plant.json", - "enabled": true, - "id": "vanilla:allium_plant", - "plant_name": "Allium", - "seed_name": "Allium Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "From the family of plants including the garlic, onion, and chive this plant produces a beautiful umbel consisting of many small purple blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 13, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_allium", - "plant_textures": [ - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium1", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium2", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium3", - "agricraft:blocks/crop_allium4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/beet_root_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/beet_root_plant.json deleted file mode 100644 index 93ab99b5..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/beet_root_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/beet_root_plant.json", - "enabled": true, - "id": "vanilla:beet_root_plant", - "plant_name": "Beets", - "seed_name": "Beet Seeds", - "seed_items": [ - { - "item": "minecraft:beetroot_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Beet. It\u0027s what\u0027s for dinner." - }, - "growth_chance": 1.0, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:beetroot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/beetroot_seeds", - "plant_textures": [ - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_0", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_1", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_2", - "minecraft:blocks/beetroots_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/brown_mushroom_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/brown_mushroom_plant.json deleted file mode 100644 index 00d8f637..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/brown_mushroom_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/brown_mushroom_plant.json", - "enabled": true, - "id": "vanilla:brown_mushroom_plant", - "plant_name": "Brown Mushroom", - "seed_name": "Brown Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A simple decomposer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:brown_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_brown", - "plant_textures": [ - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown1", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown2", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown3", - "agricraft:blocks/crop_shroom_brown4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/cactus_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/cactus_plant.json deleted file mode 100644 index 0025acb2..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/cactus_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/cactus_plant.json", - "enabled": true, - "id": "vanilla:cactus_plant", - "plant_name": "Cactus", - "seed_name": "Cactus Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "A very prickly plant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 1.0, - "required": true, - "item": "minecraft:cactus", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_cactus", - "plant_textures": [ - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus1", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus2", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus3", - "agricraft:blocks/crop_cactus4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/carrot_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/carrot_plant.json deleted file mode 100644 index 1b7ce862..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/carrot_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/carrot_plant.json", - "enabled": true, - "id": "vanilla:carrot_plant", - "plant_name": "Carrot", - "seed_name": "Carrot Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Rabbit attractant." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:carrot", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_carrot", - "plant_textures": [ - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot1", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot2", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot3", - "agricraft:blocks/crop_carrot4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/daisy_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/daisy_plant.json deleted file mode 100644 index 81f8130f..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/daisy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/daisy_plant.json", - "enabled": true, - "id": "vanilla:daisy_plant", - "plant_name": "Daisy", - "seed_name": "Daisy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_daisy", - "plant_textures": [ - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy1", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy2", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy3", - "agricraft:blocks/crop_daisy4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/dandelion_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/dandelion_plant.json deleted file mode 100644 index d9519201..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/dandelion_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/dandelion_plant.json", - "enabled": true, - "id": "vanilla:dandelion_plant", - "plant_name": "Dandelion", - "seed_name": "Dandelion Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "While colloquially considered a weed, this yellow-flowering plant is one of unspoken value. Having a deep-rooting taproot, the plant brings up nutrients from lower levels of soil, making it a good companion plant for shallow rooting plants." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 11, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_dandelion", - "plant_textures": [ - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion1", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion2", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion3", - "agricraft:blocks/crop_dandelion4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/melon_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/melon_plant.json deleted file mode 100644 index 8e3f9e84..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/melon_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/melon_plant.json", - "enabled": true, - "id": "vanilla:melon_plant", - "plant_name": "Melon", - "seed_name": "Melon Seeds", - "seed_items": [ - { - "item": "minecraft:melon_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Sweet \u0026 Juicy." - }, - "growth_chance": 0.65, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 3, - "max": 5, - "chance": 1.0, - "required": true, - "item": "minecraft:melon", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_melon", - "plant_textures": [ - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon1", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon2", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon3", - "agricraft:blocks/crop_melon4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/nether_wart_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/nether_wart_plant.json deleted file mode 100644 index 5f004579..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/nether_wart_plant.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "path": "vanilla/plants/nether_wart_plant.json", - "enabled": true, - "id": "vanilla:nether_wart_plant", - "plant_name": "Nether Wart", - "seed_name": "Nether Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "An oddity from the nether, said to have somewhat mystical properties. The fungus appears to have a strong aptitude for heat, yet oddly cannot withstand the burning of the sun. Its fruit makes a covetable prize for the aspiring young brewer." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:nether_wart", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 8, - "soils": [ - "soul_sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_nether_wart", - "plant_textures": [ - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_0", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_1", - "minecraft:blocks/nether_wart_stage_2" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/orange_tulip_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/orange_tulip_plant.json deleted file mode 100644 index e1d43966..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/orange_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orange_tulip_plant.json", - "enabled": true, - "id": "vanilla:orange_tulip_plant", - "plant_name": "Orange Tulip", - "seed_name": "Orange Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 14, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_orange", - "plant_textures": [ - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange1", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange2", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange3", - "agricraft:blocks/crop_tulip_orange4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/orchid_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/orchid_plant.json deleted file mode 100644 index 6a768562..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/orchid_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/orchid_plant.json", - "enabled": true, - "id": "vanilla:orchid_plant", - "plant_name": "Blue Orchid", - "seed_name": "Blue Orchid Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A rarity by any measure." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 12, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_orchid", - "plant_textures": [ - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid1", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid2", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid3", - "agricraft:blocks/crop_orchid4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/pink_tulip_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/pink_tulip_plant.json deleted file mode 100644 index 8d4a3c20..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/pink_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/pink_tulip_plant.json", - "enabled": true, - "id": "vanilla:pink_tulip_plant", - "plant_name": "Pink Tulip", - "seed_name": "Pink Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A pink varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 9, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_pink", - "plant_textures": [ - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink1", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink2", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink3", - "agricraft:blocks/crop_tulip_pink4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/poppy_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/poppy_plant.json deleted file mode 100644 index 1523b798..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/poppy_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/poppy_plant.json", - "enabled": true, - "id": "vanilla:poppy_plant", - "plant_name": "Poppy", - "seed_name": "Poppy Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "Producing colorful blooms, this plant has gained a reputation for certain medicinal uses. A better use, perhaps, this plant produces seeds that go well with baked goods, particularly for lemon-flavored ones." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_poppy", - "plant_textures": [ - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy1", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy2", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy3", - "agricraft:blocks/crop_poppy4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/potato_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/potato_plant.json deleted file mode 100644 index b61b3800..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/potato_plant.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "path": "vanilla/plants/potato_plant.json", - "enabled": true, - "id": "vanilla:potato_plant", - "plant_name": "Potato", - "seed_name": "Potato Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "Po-ta-toes! Boil them, mash them, stick them in a stew." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 4, - "chance": 0.95, - "required": true, - "item": "minecraft:potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - }, - { - "min": 1, - "max": 2, - "chance": 0.02, - "required": true, - "item": "minecraft:poisonous_potato", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_potato", - "plant_textures": [ - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato1", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato2", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato3", - "agricraft:blocks/crop_potato4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/pumpkin_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/pumpkin_plant.json deleted file mode 100644 index e85c6333..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/pumpkin_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/pumpkin_plant.json", - "enabled": true, - "id": "vanilla:pumpkin_plant", - "plant_name": "Pumpkin", - "seed_name": "Pumpkin Seeds", - "seed_items": [ - { - "item": "minecraft:pumpkin_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "If I eat enough of these will I turn orange?" - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1.0, - "required": true, - "item": "minecraft:pumpkin", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_pumpkin", - "plant_textures": [ - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin1", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin2", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin3", - "agricraft:blocks/crop_pumpkin4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/red_mushroom_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/red_mushroom_plant.json deleted file mode 100644 index a2a46508..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/red_mushroom_plant.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "path": "vanilla/plants/red_mushroom_plant.json", - "enabled": true, - "id": "vanilla:red_mushroom_plant", - "plant_name": "Red Mushroom", - "seed_name": "Red Mushroom Spores", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "Shrooms, ever so trippy." - }, - "default": "Badger, badger, badger." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 2, - "max": 4, - "chance": 1.0, - "required": true, - "item": "minecraft:red_mushroom", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 0, - "max_light": 10, - "soils": [ - "mycelium_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_shroom_red", - "plant_textures": [ - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red1", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red2", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red3", - "agricraft:blocks/crop_shroom_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/red_tulip_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/red_tulip_plant.json deleted file mode 100644 index 69ba0be9..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/red_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/red_tulip_plant.json", - "enabled": true, - "id": "vanilla:red_tulip_plant", - "plant_name": "Red Tulip", - "seed_name": "Red Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A vibrant red varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 1, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_red", - "plant_textures": [ - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red1", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red2", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red3", - "agricraft:blocks/crop_tulip_red4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/sugarcane_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/sugarcane_plant.json deleted file mode 100644 index 64cbe7ce..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/sugarcane_plant.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "path": "vanilla/plants/sugarcane_plant.json", - "enabled": true, - "id": "vanilla:sugarcane_plant", - "plant_name": "Sugarcane", - "seed_name": "Sugarcane Seeds", - "seed_items": [ - { - "item": "agricraft:agri_seed", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - }, - { - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": { - "en_US": "High in fructose, a healthy part of your daily breakfast.", - "es_ES": "Mucho azucar." - }, - "default": "A good source of sugar." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 2, - "chance": 1000.0, - "required": true, - "item": "minecraft:reeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_sugarcane", - "plant_textures": [ - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane1", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane2", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane3", - "agricraft:blocks/crop_sugarcane4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/weed_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/weed_plant.json deleted file mode 100644 index 4fbd3b5a..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/weed_plant.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "path": "vanilla/plants/weed_plant.json", - "enabled": false, - "id": "vanilla:weed_plant", - "plant_name": "Weed", - "seed_name": "Weed Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "An annoying plant of no use." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": true, - "aggressive": true, - "spread_chance": 0.1, - "spawn_chance": 0.1, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [] - }, - "requirement": { - "min_light": 0, - "max_light": 16, - "soils": [ - "farmland_soil", - "gravel_soil", - "grass_soil", - "sand_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_unknown", - "plant_textures": [ - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_0", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_1", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_2", - "agricraft:blocks/weed_stage_3" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/wheat_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/wheat_plant.json deleted file mode 100644 index 0fe7231d..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/wheat_plant.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "path": "vanilla/plants/wheat_plant.json", - "enabled": true, - "id": "vanilla:wheat_plant", - "plant_name": "Wheat", - "seed_name": "Wheat Seeds", - "seed_items": [ - { - "item": "minecraft:wheat_seeds", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [ - "*" - ], - "useOreDict": false - } - ], - "description": { - "translations": {}, - "default": "The cornerstone of the Agriculutural Revolution." - }, - "growth_chance": 0.9, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 3, - "chance": 0.95, - "required": true, - "item": "minecraft:wheat", - "meta": 0, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "minecraft:items/seeds_wheat", - "plant_textures": [ - "minecraft:blocks/wheat_stage_0", - "minecraft:blocks/wheat_stage_1", - "minecraft:blocks/wheat_stage_2", - "minecraft:blocks/wheat_stage_3", - "minecraft:blocks/wheat_stage_4", - "minecraft:blocks/wheat_stage_5", - "minecraft:blocks/wheat_stage_6", - "minecraft:blocks/wheat_stage_7" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/white_tulip_plant.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/white_tulip_plant.json deleted file mode 100644 index c9b74942..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/plants/white_tulip_plant.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "path": "vanilla/plants/white_tulip_plant.json", - "enabled": true, - "id": "vanilla:white_tulip_plant", - "plant_name": "White Tulip", - "seed_name": "White Tulip Seeds", - "seed_items": [], - "description": { - "translations": {}, - "default": "A snow-white varient of the perrenial tulip plant. The plant is valued mostly for its distinctive blooms." - }, - "growth_chance": 0.75, - "growth_bonus": 0.025, - "bonemeal": true, - "tier": 1, - "weedable": false, - "aggressive": false, - "spread_chance": 0.1, - "spawn_chance": 0.0, - "grass_drop_chance": 0.0, - "seed_drop_chance": 1.0, - "seed_drop_bonus": 0.0, - "products": { - "products": [ - { - "min": 1, - "max": 1, - "chance": 0.75, - "required": true, - "item": "minecraft:dye", - "meta": 7, - "tags": "", - "ignoreMeta": false, - "ignoreTags": [], - "useOreDict": false - } - ] - }, - "requirement": { - "min_light": 10, - "max_light": 16, - "soils": [ - "farmland_soil" - ], - "conditions": [] - }, - "texture": { - "render_type": "hash", - "seed_texture": "agricraft:items/seed_tulip_white", - "plant_textures": [ - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white1", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white2", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white3", - "agricraft:blocks/crop_tulip_white4" - ] - } -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/farmland_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/farmland_soil.json deleted file mode 100644 index 037b994c..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/farmland_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/farmland_soil.json", - "enabled": true, - "id": "farmland_soil", - "name": "Farmland", - "varients": [ - { - "item": "minecraft:farmland", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/fertilized_dirt_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/fertilized_dirt_soil.json deleted file mode 100644 index 68ceaabc..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/fertilized_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/fertilized_dirt_soil.json", - "enabled": true, - "id": "fertilized_dirt_soil", - "name": "Fertilized Dirt Soil", - "varients": [ - { - "item": "randomthings:fertilizeddirttilled", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/grass_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/grass_soil.json deleted file mode 100644 index deee58b9..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/grass_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/grass_soil.json", - "enabled": true, - "id": "grass_soil", - "name": "Grass", - "varients": [ - { - "item": "minecraft:grass", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/loamy_dirt_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/loamy_dirt_soil.json deleted file mode 100644 index b2c63095..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/loamy_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/loamy_dirt_soil.json", - "enabled": true, - "id": "loamy_dirt_soil", - "name": "Loamy Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_0", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/mycelium_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/mycelium_soil.json deleted file mode 100644 index a1d95f32..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/mycelium_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/mycelium_soil.json", - "enabled": true, - "id": "mycelium_soil", - "name": "Mycelium", - "varients": [ - { - "item": "minecraft:mycelium", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/sand_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/sand_soil.json deleted file mode 100644 index 4671db3e..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/sand_soil.json", - "enabled": true, - "id": "sand_soil", - "name": "Sand", - "varients": [ - { - "item": "minecraft:sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/silty_dirt_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/silty_dirt_soil.json deleted file mode 100644 index 9dee9ff7..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/silty_dirt_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/silty_dirt_soil.json", - "enabled": true, - "id": "silty_dirt_soil", - "name": "Silty Dirt Soil", - "varients": [ - { - "item": "biomesoplenty:farmland_1", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/soul_sand_soil.json b/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/soul_sand_soil.json deleted file mode 100644 index 32709537..00000000 --- a/config - Copy/agricraft/json/server_54-39-12-226/vanilla/soils/soul_sand_soil.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "path": "vanilla/soils/soul_sand_soil.json", - "enabled": true, - "id": "soul_sand_soil", - "name": "Soul Sand", - "varients": [ - { - "item": "minecraft:soul_sand", - "meta": 0, - "tags": "", - "ignoreMeta": true, - "ignoreTags": [ - "*" - ], - "useOreDict": true - } - ] -} diff --git a/config - Copy/aireducer.cfg b/config - Copy/aireducer.cfg deleted file mode 100644 index 96bc55c4..00000000 --- a/config - Copy/aireducer.cfg +++ /dev/null @@ -1,231 +0,0 @@ -# Configuration file - -general { - # Enables debug features. Will spam the console with unnecessary information, so leave this off unless you are trying to fix a problem! - B:"Debug Mode"=false - - # Master switch, enables all features - B:"Reducer Enabled"=true - - ########################################################################################################## - # any - #--------------------------------------------------------------------------------------------------------# - # Options that affect all mobs - ########################################################################################################## - - any { - # Enables tweaking task delay with the JSON config - B:"Task Delay Tweaks"=true - } - - ########################################################################################################## - # iceandfire - #--------------------------------------------------------------------------------------------------------# - # Ice and Fire 1.8+ AI Options - ########################################################################################################## - - iceandfire { - # Should death worm AI be tweaked - B:"Death Worm"=true - - # Whether to enable Death Worm Proximity Requirements - B:DeathWormProximityRequired=true - - # How close in blocks a player has to be for death worms to have AI, helps fix chunk loading issues - # Min: 10.0 - # Max: 1.7976931348623157E308 - D:DeathWormProximityRequirement=1000.0 - - # Master switch for this handler - B:ENABLED=true - - # Should myrmex AI be tweaked - B:Myrmex=true - - # Range with which Myrmex can see and pathfind - Vanilla is 64 - # Min: 16.0 - # Max: 128.0 - D:MyrmexFollowRange=64.0 - - # Modify EscortEntity - B:"MyrmexModify EscortEntity"=true - - # Modify FindHidingSpot - B:"MyrmexModify FindHidingSpot"=true - - # Modify Forage - B:"MyrmexModify Forage"=true - - # Modify LeaveHive - B:"MyrmexModify LeaveHive"=true - - # Modify MoveThroughHive - B:"MyrmexModify MoveThroughHive"=true - - # Modify WanderHiveCenter - B:"MyrmexModify WanderHiveCenter"=true - - # Whether to enable Myrmex Proximity Requirements - B:MyrmexProximityRequired=true - - # How close in blocks a player has to be for myrmex to have AI, helps fix chunk loading issues - # Min: 10.0 - # Max: 1.7976931348623157E308 - D:MyrmexProximityRequirement=1000.0 - - # Delay in ticks between new EscortEntity tasks - Vanilla is 0 - # Min: 0 - # Max: 2147483647 - I:"MyrmexRunDelay EscortEntity"=20 - - # Delay in ticks between new FindHidingSpot tasks - Vanilla is 0 - # Min: 0 - # Max: 2147483647 - I:"MyrmexRunDelay FindHidingSpot"=60 - - # Delay in ticks between new Forage tasks - Vanilla is 0 - # Min: 0 - # Max: 2147483647 - I:"MyrmexRunDelay Forage"=60 - - # Delay in ticks between new LeaveHive tasks - Vanilla is 0 - # Min: 0 - # Max: 2147483647 - I:"MyrmexRunDelay LeaveHive"=60 - - # Delay in ticks between new MoveThroughHive tasks - Vanilla is 0 - # Min: 0 - # Max: 2147483647 - I:"MyrmexRunDelay MoveThroughHive"=60 - - # Delay in ticks between new WanderHiveCenter tasks - Vanilla is 0 - # Min: 0 - # Max: 2147483647 - I:"MyrmexRunDelay WanderHiveCenter"=60 - - # Update chance for EscortEntity task updates - Vanilla is 1 - # Min: 0.01 - # Max: 1.0 - D:"myrmexUpdateChance EscortEntity"=1.0 - - # Update chance for FindHidingSpot task updates - Vanilla is 1 - # Min: 0.01 - # Max: 1.0 - D:"myrmexUpdateChance FindHidingSpot"=0.1 - - # Update chance for Forage task updates - Vanilla is 1 - # Min: 0.01 - # Max: 1.0 - D:"myrmexUpdateChance Forage"=0.5 - - # Update chance for LeaveHive task updates - Vanilla is 1 - # Min: 0.01 - # Max: 1.0 - D:"myrmexUpdateChance LeaveHive"=0.1 - - # Update chance for MoveThroughHive task updates - Vanilla is 1 - # Min: 0.01 - # Max: 1.0 - D:"myrmexUpdateChance MoveThroughHive"=0.5 - - # Update chance for WanderHiveCenter task updates - Vanilla is 1 - # Min: 0.01 - # Max: 1.0 - D:"myrmexUpdateChance WanderHiveCenter"=0.7 - } - - ########################################################################################################## - # iceandfire171 - #--------------------------------------------------------------------------------------------------------# - # Ice and Fire 1.7.1 AI Options - ########################################################################################################## - - iceandfire171 { - # Should death worm AI be tweaked - B:"Death Worm"=true - - # Whether to enable Death Worm Proximity Requirements - B:DeathWormProximityRequired=true - - # How close in blocks a player has to be for death worms to have AI, helps fix chunk loading issues - # Min: 10.0 - # Max: 1.7976931348623157E308 - D:DeathWormProximityRequirement=1000.0 - - # Master switch for this handler - B:ENABLED=true - - # Should myrmex AI be tweaked - B:Myrmex=true - - # Use alternate path navigation - for 1.7.1 - B:MyrmexAlternateNavigation=true - - # Range with which Myrmex can see and pathfind - Vanilla 1.7.1 is 128, 1.8.4 is 64 - # Min: 16.0 - # Max: 128.0 - D:MyrmexFollowRange=50.0 - - # Modify LeaveHive - for 1.7.1 - B:"MyrmexModify LeaveHive"=true - - # Modify MoveThroughHive - for 1.7.1 - B:"MyrmexModify MoveThroughHive"=true - - # Whether to enable Myrmex Proximity Requirements - B:MyrmexProximityRequired=true - - # How close in blocks a player has to be for myrmex to have AI, helps fix chunk loading issues - # Min: 10.0 - # Max: 1.7976931348623157E308 - D:MyrmexProximityRequirement=1000.0 - - # Update chance for EscortEntity - Vanilla is 1.0 - # Min: 0.01 - # Max: 1.0 - D:"MyrmexUpdateChance EscortEntity"=0.1 - - # Update chance for FindHidingSpot - Vanilla is 1.0 - # Min: 0.01 - # Max: 1.0 - D:"MyrmexUpdateChance FindHidingSpot"=0.1 - - # Update chance for Forage - Vanilla is 1.0 - # Min: 0.01 - # Max: 1.0 - D:"MyrmexUpdateChance Forage"=0.1 - - # Update chance for ReEnterHive - Vanilla is 1.0 - # Min: 0.01 - # Max: 1.0 - D:"MyrmexUpdateChance ReEnterHive"=0.1 - - # Replaces Ice and Fire dragon avoiding AI to use reduced AI settings instead - B:ReplaceVillageAIFearUntamed=true - } - - ########################################################################################################## - # minecraft - #--------------------------------------------------------------------------------------------------------# - # Minecraft AI Options - ########################################################################################################## - - minecraft { - # Replace vanilla entity avoid tasks for better performance - B:"Avoid Task Replacement"=true - - # Master switch for this handler - B:ENABLED=true - - # Should vanilla rabbit AI be tweaked - B:Rabbit=true - - # Delay for rabbits checking if they are scared - Vanilla is 1 - # Min: 1 - # Max: 10 - I:RabbitAvoidDelay=2 - } - -} - - diff --git a/config - Copy/aireducer/taskDelay.json b/config - Copy/aireducer/taskDelay.json deleted file mode 100644 index 0363a31c..00000000 --- a/config - Copy/aireducer/taskDelay.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "iceandfire:myrmex_soldier": 10, - "iceandfire:myrmex_sentinel": 10, - "iceandfire:deathworm": 10, - "iceandfire:myrmex_queen": 10, - "iceandfire:myrmex_worker": 10, - "iceandfire:myrmex_royal": 10, - "minecraft:rabbit": 6 -} \ No newline at end of file diff --git a/config - Copy/akashictome.cfg b/config - Copy/akashictome.cfg deleted file mode 100644 index 8be9ad25..00000000 --- a/config - Copy/akashictome.cfg +++ /dev/null @@ -1,46 +0,0 @@ -# Configuration file - -general { - B:"Allow all items to be added"=false - S:"Blacklisted Mods" < - > - S:"Mod Aliases" < - nautralpledge=botania - incorporeal=botania - thermalexpansion=thermalfoundation - thermaldynamics=thermalfoundation - thermalcultivation=thermalfoundation - redstonearsenal=thermalfoundation - rftoolsdim=rftools - ae2stuff=appliedenergistics2 - animus=bloodmagic - integrateddynamics=integratedtunnels - mekanismgenerators=mekanism - mekanismtools=mekanism - > - S:"Whitelisted Items" < - roots:runedtablet - opencomputers:tool:4 - immersiveengineering:tool:3 - integrateddynamics:on_the_dynamics_of_integration - theoneprobe:probenote - evilcraft:origins_of_darkness - draconicevolution:info_tablet - charset:tablet - > - S:"Whitelisted Names" < - book - tome - lexicon - nomicon - manual - knowledge - pedia - compendium - guide - codex - journal - > -} - - diff --git a/config - Copy/anvilpatch.cfg b/config - Copy/anvilpatch.cfg deleted file mode 100644 index 6572015e..00000000 --- a/config - Copy/anvilpatch.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Configuration file - -general { - # Vanilla behavior, when merging two items where the one on the right has an enchantment with a level beyond its max - # (for example power 8) is to reset the level to the max (so the resulting item would have power 5) - # This setting disables that. - # It does not, however, allow creating enchantments beyond the cap - # So, for example, merging two power V books would still result in power V - B:"Allow repairs beyond enchantment level cap."=false - - # Chance for the anvil to reach the next stage of breakage per use. - # Choose a value from 0 to 1. Vanilla default is 0.12 (= 12%). - # Min: 0.0 - # Max: 1.0 - D:"Anvil break chance"=0.11999999731779099 - - # Set to -1 to remove the cap. - # This setting will be ignored if Apotheosis is installed. - # Min: -1 - # Max: 2147483647 - I:"New level cap"=-1 - - # Valid values: - # KEEP - keeps the cumulative repair cost, same as vanilla. - # REMOVE_REPAIR_SCALING - repairs won't increase the xp cost, but enchantments will, even for repaired items. - # ENCHANTMENT_ONLY - repairs will always cost the same, but applying more enchantments will cost more. - # REMOVE - removes the cumulative repair cost entirely. - # Valid values: - # KEEP - # REMOVE_REPAIR_SCALING - # ENCHANTMENT_ONLY - # REMOVE - S:"XP cost increase"=REMOVE_REPAIR_SCALING -} - - diff --git a/config - Copy/aoa3/entities_config.cfg b/config - Copy/aoa3/entities_config.cfg deleted file mode 100644 index 16ad6759..00000000 --- a/config - Copy/aoa3/entities_config.cfg +++ /dev/null @@ -1,3283 +0,0 @@ -# Configuration file - -general { - # Configure entity IDs for mobs that shouldn't spawn bloodlusts when hit - S:bloodlustBlacklist < - abyssalcraft:abygolem - abyssalcraft:abyssalzombie - abyssalcraft:acidprojectile - abyssalcraft:antiabyssalzombie - abyssalcraft:antibat - abyssalcraft:antichicken - abyssalcraft:anticow - abyssalcraft:anticreeper - abyssalcraft:antighoul - abyssalcraft:antipig - abyssalcraft:antiplayer - abyssalcraft:antiskeleton - abyssalcraft:antispider - abyssalcraft:antizombie - abyssalcraft:blackhole - abyssalcraft:chagaroth - abyssalcraft:chagarothfist - abyssalcraft:chagarothspawn - abyssalcraft:coraliumarrow - abyssalcraft:coraliumsquid - abyssalcraft:demonchicken - abyssalcraft:demoncow - abyssalcraft:demonpig - abyssalcraft:demonsheep - abyssalcraft:depthsghoul - abyssalcraft:dragonboss - abyssalcraft:dragonminion - abyssalcraft:dreadedcharge - abyssalcraft:dreadgolem - abyssalcraft:dreadguard - abyssalcraft:dreadling - abyssalcraft:dreadslug - abyssalcraft:dreadspawn - abyssalcraft:evilchicken - abyssalcraft:evilcow - abyssalcraft:evilpig - abyssalcraft:evilsheep - abyssalcraft:gatekeeperessence - abyssalcraft:greaterdreadspawn - abyssalcraft:gskeleton - abyssalcraft:implosion - abyssalcraft:inkprojectile - abyssalcraft:jzahar - abyssalcraft:jzaharminion - abyssalcraft:lesserdreadbeast - abyssalcraft:lessershoggoth - abyssalcraft:omotholghoul - abyssalcraft:powerstonetracker - abyssalcraft:primedodb - abyssalcraft:primedodbcore - abyssalcraft:remnant - abyssalcraft:shadowbeast - abyssalcraft:shadowboss - abyssalcraft:shadowcreature - abyssalcraft:shadowmonster - abyssalcraft:shuboffspring - abyssalcraft:spirititem - aoa3:abyssal_lottoman - aoa3:agility_tablet - aoa3:airhead - aoa3:alarmo - aoa3:alluricorn - aoa3:ambient_pixon - aoa3:amphibior - aoa3:amphibiyte - aoa3:ancient_golem - aoa3:anemia - aoa3:anemia_bomb - aoa3:angelica - aoa3:angler - aoa3:anima_master - aoa3:anima_stone - aoa3:apparition - aoa3:aquaball - aoa3:aquatic_shot - aoa3:arc_flower - aoa3:arc_wizard - aoa3:arcbeast - aoa3:archvine - aoa3:arcworm - aoa3:arcworm_shot - aoa3:ariel - aoa3:arkback - aoa3:arkzyne - aoa3:arocknid - aoa3:assassin - aoa3:atomizer_bounce - aoa3:atomizer_shot - aoa3:augury_master - aoa3:automaton - aoa3:awareness_tablet - aoa3:axiolight - aoa3:bane - aoa3:bane_big - aoa3:bane_clone - aoa3:banshee - aoa3:baron_bomb - aoa3:baron_lottoman - aoa3:baron_shot - aoa3:baroness - aoa3:baroness_shot - aoa3:basilisk - aoa3:baumba - aoa3:beamer_shot - aoa3:black_ursa - aoa3:blissard - aoa3:blood_drainer - aoa3:bloodball - aoa3:bloodlust - aoa3:bloodmist - aoa3:bloodsucker - aoa3:blooming_pixon - aoa3:blue_flower - aoa3:blue_guardian - aoa3:blue_guardian_shot - aoa3:blue_rune_templar - aoa3:blue_runic_lifeform - aoa3:bobo - aoa3:bomb_carrier - aoa3:bone_creature - aoa3:bone_creeper - aoa3:bone_pellet - aoa3:boneback - aoa3:boreic_lottoman - aoa3:boss_item - aoa3:bouncer - aoa3:bozo_ball - aoa3:breeding_tablet - aoa3:broccohead - aoa3:brute - aoa3:bubble_shot - aoa3:bugeye - aoa3:bullet_bone - aoa3:bullet_shot - aoa3:bush_baby - aoa3:butchery_master - aoa3:candied_lottoman - aoa3:candy_corny - aoa3:cane_bug - aoa3:carrotop - aoa3:case_construct - aoa3:cave_creep - aoa3:cave_creepoid - aoa3:celestial_fall - aoa3:celevian_lottoman - aoa3:centinel - aoa3:chakram - aoa3:charger - aoa3:cherry_barrager - aoa3:cherry_blaster - aoa3:cherry_shot - aoa3:chilli_shot - aoa3:chimera - aoa3:chocko - aoa3:chomper - aoa3:cleansing_tablet - aoa3:clown - aoa3:clown_shot - aoa3:clunkhead - aoa3:compeer - aoa3:confetti_cluster - aoa3:confetti_shot - aoa3:coniferon - aoa3:construct_flight - aoa3:construct_mind - aoa3:construct_of_servility - aoa3:construct_range - aoa3:construct_resistance - aoa3:construct_shot - aoa3:construct_speed - aoa3:construct_strength - aoa3:construct_terror - aoa3:corallus - aoa3:corallus_shot - aoa3:coralon - aoa3:coratee - aoa3:corby - aoa3:corny - aoa3:corrupted_traveller - aoa3:cotton_candor - aoa3:cotton_candor_shot - aoa3:craexxeus - aoa3:craexxeus_nuke - aoa3:craexxeus_shot - aoa3:craggy - aoa3:creation_master - aoa3:creep - aoa3:creep_banker - aoa3:creep_bomb - aoa3:creep_cow - aoa3:creep_tube - aoa3:creeper_shot - aoa3:creeperlock - aoa3:creepird - aoa3:creeponia_lottoman - aoa3:creepuple - aoa3:crusilisk - aoa3:cryptid - aoa3:crystal_lottoman - aoa3:crystal_trader - aoa3:crystocore - aoa3:cyan_shot - aoa3:cyclops - aoa3:dark_beast - aoa3:dawnlight - aoa3:daysee - aoa3:dead_tree - aoa3:death_hunter - aoa3:death_ray - aoa3:deinotherium - aoa3:demon_reaper - aoa3:desert_charger - aoa3:destroyer_shot - aoa3:destruction_shot - aoa3:destructor - aoa3:devourer - aoa3:dicer - aoa3:diocus - aoa3:distorter - aoa3:distortion_tablet - aoa3:doom_shot - aoa3:doubler - aoa3:dracyon - aoa3:draggy - aoa3:dungeon_keeper - aoa3:dust_strider - aoa3:duston - aoa3:dustopian_lottoman - aoa3:dweller - aoa3:dyrehorn - aoa3:echodar - aoa3:eeo - aoa3:eilosapien - aoa3:elite_skele_hopper - aoa3:elite_skele_pig - aoa3:elite_skeleman - aoa3:elkanyne - aoa3:elusive - aoa3:elusive_clone - aoa3:embrake - aoa3:emperor_beast - aoa3:ender_carrier - aoa3:energy_tablet - aoa3:enforcer - aoa3:eradicator_shot - aoa3:everbeast - aoa3:exohead - aoa3:exoid - aoa3:expedition_master - aoa3:explodot - aoa3:explosives_expert - aoa3:extraction_master - aoa3:eye_creature - aoa3:faceless_floater - aoa3:faceless_runner - aoa3:fake_pigman - aoa3:fake_tnt - aoa3:fake_zorp - aoa3:fenix - aoa3:fiend - aoa3:firefly_shot - aoa3:firestorm_fall - aoa3:fischer - aoa3:fishix - aoa3:flamewalker - aoa3:flash - aoa3:flesh_eater - aoa3:floro_lottoman - aoa3:flower_shot - aoa3:flowerface - aoa3:flye - aoa3:foraging_master - aoa3:fragment_shot - aoa3:friendly_creeper - aoa3:fungat - aoa3:fungback - aoa3:fungik - aoa3:fungock - aoa3:fungung - aoa3:furlion - aoa3:gadgetoid - aoa3:ghastus - aoa3:ghost - aoa3:ghostine_ancient - aoa3:ghostly_bugeye - aoa3:ghostly_charger - aoa3:ghostly_cyclops - aoa3:ghostly_goblin - aoa3:ghostly_night_reaper - aoa3:ghostly_sasquatch - aoa3:ghoul_shot - aoa3:giant_snail - aoa3:gingerbird - aoa3:gingerbread_man - aoa3:glaring_pixon - aoa3:gleaming_pixon - aoa3:glistening_pixon - aoa3:glowing_pixon - aoa3:gnawer - aoa3:goalby - aoa3:goblin - aoa3:gold_shot - aoa3:golden_lottoman - aoa3:goldorth - aoa3:goldum - aoa3:goldus - aoa3:goo_ball - aoa3:goofer - aoa3:gorb_arms_dealer - aoa3:gorb_citizen - aoa3:gorb_engineer - aoa3:gravity_tablet - aoa3:graw - aoa3:graw_shot - aoa3:green_flower - aoa3:green_guardian - aoa3:green_guardian_shot - aoa3:green_rune_templar - aoa3:green_runic_lifeform - aoa3:grenade - aoa3:grenade_floro_rpg - aoa3:grenade_multiplying - aoa3:grenade_rpg - aoa3:grillface - aoa3:grobbler - aoa3:grocculate - aoa3:grunt - aoa3:gyro - aoa3:gyrocopter - aoa3:hag - aoa3:hag_shot - aoa3:halycon - aoa3:harkos - aoa3:hauling_master - aoa3:haunted_lottoman - aoa3:haunter_shot - aoa3:headless_destroyer - aoa3:headless_hunter - aoa3:healing_golem - aoa3:heart_stone - aoa3:heavy_grenade - aoa3:heavy_runic_guardian_shot - aoa3:heavy_shower_shot - aoa3:heavy_tri_discharge_shot - aoa3:hell_bubble - aoa3:hellcat - aoa3:hellfire - aoa3:hellfire_tail - aoa3:hellquin - aoa3:hellspot - aoa3:hiding_fungi - aoa3:hill_charger - aoa3:hive_king - aoa3:hive_soldier - aoa3:hive_worker - aoa3:holly_arrow - aoa3:holly_arrow_shot - aoa3:horndron - aoa3:horntail - aoa3:horon - aoa3:host - aoa3:hot_shot - aoa3:hunch - aoa3:hunter - aoa3:hunter_master - aoa3:hydrolisk - aoa3:hydrolon - aoa3:ice_giant - aoa3:ice_shot - aoa3:illusion_shot - aoa3:infernal - aoa3:infusion_master - aoa3:inmate_x - aoa3:inmate_y - aoa3:innervation_master - aoa3:ion_shot - aoa3:iosaur - aoa3:irkling - aoa3:iro_miner_shot - aoa3:jawe - aoa3:jumbo - aoa3:kaiyu - aoa3:kajaros - aoa3:keeler - aoa3:king_bambambam - aoa3:king_charger - aoa3:king_creeper - aoa3:king_shroomus - aoa3:klobber - aoa3:koko - aoa3:kranky - aoa3:kror - aoa3:laser_shot - aoa3:leafy_giant - aoa3:lelyetian_banker - aoa3:lelyetian_caster - aoa3:lelyetian_lottoman - aoa3:lelyetian_shot - aoa3:lelyetian_trader - aoa3:lelyetian_warrior - aoa3:light_blaster_shot - aoa3:light_iron_shot - aoa3:light_runic_guardian_shot - aoa3:light_spark - aoa3:lightwalker - aoa3:limonite_bullet - aoa3:limonite_bullet_blue - aoa3:limonite_bullet_fire - aoa3:limonite_bullet_green - aoa3:limonite_bullet_red - aoa3:limonite_bullet_red_heavy - aoa3:limonite_bullet_shroom - aoa3:limonite_bullet_sunset - aoa3:limonite_bullet_toxic - aoa3:limonite_bullet_yellow - aoa3:linger - aoa3:little_bam - aoa3:living_fungi - aoa3:logging_master - aoa3:lollypopper - aoa3:lost_soul - aoa3:lotto_totem - aoa3:lottoman - aoa3:luna_shot - aoa3:lunar_fall - aoa3:lunar_holly_arrow_shot - aoa3:lunar_lottoman - aoa3:lunarcher - aoa3:lurker - aoa3:luxocron - aoa3:lyonic_shot - aoa3:magic_ball - aoa3:magical_creeper - aoa3:magicke - aoa3:magicke_shot - aoa3:mech_fall - aoa3:mech_shot - aoa3:mecha_cyclops - aoa3:mecha_skellox - aoa3:mechachron - aoa3:mechamaton - aoa3:mechbot - aoa3:mechyon - aoa3:meganeuropsis - aoa3:merkyre - aoa3:mermage - aoa3:metal_slug - aoa3:metalloid - aoa3:meteor_fall - aoa3:mind_blaster_shot - aoa3:mirage - aoa3:miskel - aoa3:modulo - aoa3:modulo_shot - aoa3:moon_destroyer_shot - aoa3:moon_maker - aoa3:moon_shiner_shot - aoa3:moonlight_fall - aoa3:mother_void_walker - aoa3:muckopede - aoa3:muncher - aoa3:mushroom_spider - aoa3:mystic_lottoman - aoa3:natura - aoa3:naturalist - aoa3:neptuno - aoa3:nethengeic_beast - aoa3:nethengeic_wither - aoa3:nethengeic_wither_shot - aoa3:night_reaper - aoa3:night_watcher - aoa3:nightfly - aoa3:nightmare_fall - aoa3:nightmare_spider - aoa3:nightwing - aoa3:nipper - aoa3:nospike - aoa3:noxious_shot - aoa3:occulent - aoa3:occult_block - aoa3:odious_shot - aoa3:okazor - aoa3:omnilight - aoa3:omnilight_shot - aoa3:opteryx - aoa3:orange_flower - aoa3:orbiter - aoa3:orbling - aoa3:orbocron_shot - aoa3:oxygen_tablet - aoa3:paladin - aoa3:paralyzer_shot - aoa3:parasect - aoa3:paravite - aoa3:party_popper_shot - aoa3:penguin - aoa3:penumbra - aoa3:penumbra_shot - aoa3:peppermint_snail - aoa3:phantom - aoa3:phantom_shot - aoa3:pigotron - aoa3:pincher - aoa3:plateosaur - aoa3:pod_plant - aoa3:poison_plunger_shot - aoa3:poison_shot - aoa3:polar_ursa - aoa3:polymorph_shot - aoa3:polytom - aoa3:polytom_shot - aoa3:pop_shot - aoa3:portal_master - aoa3:power_ray - aoa3:power_shot - aoa3:precasian_lottoman - aoa3:pressure_tablet - aoa3:primitive_carrotop - aoa3:primordial_banker - aoa3:primordial_guide - aoa3:primordial_merchant - aoa3:primordial_shot - aoa3:primordial_spellbinder - aoa3:primordial_wizard - aoa3:professor - aoa3:proficiency_tablet - aoa3:proshield - aoa3:proton_shot - aoa3:purple_flower - aoa3:quickpocket - aoa3:radiant_pixon - aoa3:rainbow_shot - aoa3:rainicorn - aoa3:rammerhead - aoa3:rammerhorn - aoa3:ramradon - aoa3:rawbone - aoa3:raxxan - aoa3:realmshifter - aoa3:reaper_twins - aoa3:reaver - aoa3:red_guardian - aoa3:red_guardian_shot - aoa3:red_rune_templar - aoa3:red_runic_lifeform - aoa3:reefer_shot - aoa3:refluct - aoa3:resistance_tablet - aoa3:revolution_shot - aoa3:rock_crawler - aoa3:rock_critter - aoa3:rock_fragment - aoa3:rock_fragment_fungal - aoa3:rock_rider - aoa3:rockbiter - aoa3:rocky_lottoman - aoa3:roloscope - aoa3:rosid - aoa3:rosidian_shot - aoa3:runation_master - aoa3:runic_bomb - aoa3:runic_golem - aoa3:runic_guardian - aoa3:runic_guardian_shot - aoa3:runic_lottoman - aoa3:runicorn - aoa3:runicorn_rider - aoa3:sabretooth - aoa3:sanctity_tablet - aoa3:sand_giant - aoa3:sand_golem - aoa3:sasquatch - aoa3:satiation_tablet - aoa3:scrubby - aoa3:sea_charger - aoa3:sea_skeleton - aoa3:sea_spider - aoa3:sea_troll - aoa3:sea_viper - aoa3:seaocron_shot - aoa3:seed_dart - aoa3:seeker - aoa3:shaddy - aoa3:shade - aoa3:shadow - aoa3:shadow_stalker - aoa3:shadowlord - aoa3:shadowlord_shot - aoa3:shavo - aoa3:shifter - aoa3:shik - aoa3:shining_pixon - aoa3:shoe_shot - aoa3:shower_shot - aoa3:shyre_archer - aoa3:shyre_banker - aoa3:shyre_beam - aoa3:shyre_knight - aoa3:shyre_shot - aoa3:shyre_troll - aoa3:shyrelands_lottoman - aoa3:sight_tablet - aoa3:silencer - aoa3:silverfoot - aoa3:skele_elder - aoa3:skele_hopper - aoa3:skele_pig - aoa3:skeledon - aoa3:skelekyte - aoa3:skeleman - aoa3:skeletal_cowman - aoa3:skeletron - aoa3:skellox - aoa3:skipper - aoa3:skolle - aoa3:skull_creature - aoa3:skullo_shot - aoa3:sky_shot - aoa3:slice_star - aoa3:slimer - aoa3:smash - aoa3:snappy - aoa3:sniper_slug - aoa3:snow_charger - aoa3:soul_drainer_shot - aoa3:soul_spark - aoa3:soul_storm_shot - aoa3:soulscorne - aoa3:soulvyre - aoa3:spearmint_snail - aoa3:spectral_holly_arrow - aoa3:spectral_shot - aoa3:spectral_wizard - aoa3:sphinx - aoa3:spikeback - aoa3:spinoledon - aoa3:spinux - aoa3:spirit_guardian - aoa3:spirit_protector - aoa3:spiritual_shot - aoa3:spraggy - aoa3:squasher - aoa3:squiggler - aoa3:stalker - aoa3:stalker_prime - aoa3:sticky - aoa3:stimulo - aoa3:stimulosus - aoa3:stinger - aoa3:stitches - aoa3:stone_giant - aoa3:store_keeper - aoa3:strength_tablet - aoa3:strong_skele_hopper - aoa3:strong_skele_pig - aoa3:strong_skeleman - aoa3:sugarface - aoa3:sun_shot - aoa3:sunny - aoa3:surveyor - aoa3:swamp_charger - aoa3:swarm_shot - aoa3:sysker - aoa3:tangle_fall - aoa3:terradon - aoa3:terrestrial - aoa3:terror_construct_shot - aoa3:tharafly - aoa3:tidal_wave - aoa3:tipped_holly_arrow - aoa3:tipsy - aoa3:token_collector - aoa3:tortione - aoa3:toxic_lottoman - aoa3:toxic_shot - aoa3:toxxulous - aoa3:toy_merchant - aoa3:tracker - aoa3:tree_spirit - aoa3:tri_discharge_shot - aoa3:trickster - aoa3:trickster_clone - aoa3:triclops - aoa3:troll_trader - aoa3:trotter - aoa3:twinkling_lottoman - aoa3:tyrosaur - aoa3:undead_herald - aoa3:undead_troll - aoa3:valkyrie - aoa3:vertebron - aoa3:vine_wizard - aoa3:vinocorne - aoa3:visage - aoa3:visualent - aoa3:visular - aoa3:visulon - aoa3:void_charger - aoa3:void_walker - aoa3:volar - aoa3:voliant - aoa3:voltron - aoa3:voxxulon - aoa3:vulkram - aoa3:waggy - aoa3:walker - aoa3:warclops - aoa3:wart_dart - aoa3:water_shot - aoa3:web_reaper - aoa3:weighted_shower_shot - aoa3:white_ball - aoa3:wickett - aoa3:winder_shot - aoa3:winged_creeper - aoa3:wither_ball - aoa3:wither_shot - aoa3:wither_wizard - aoa3:withering_lottoman - aoa3:wood_giant - aoa3:wrath_shot - aoa3:xxeus - aoa3:yellow_flower - aoa3:yellow_guardian - aoa3:yellow_guardian_shot - aoa3:yellow_rune_templar - aoa3:yellow_runic_lifeform - aoa3:yeti - aoa3:zal_banker - aoa3:zal_child - aoa3:zal_citizen - aoa3:zal_grocer - aoa3:zal_herbalist - aoa3:zal_spellbinder - aoa3:zal_vendor - aoa3:zarg - aoa3:zhinx - aoa3:zorp - arcane_essentials:magicconstruct - battletowers:golem - battletowers:golemfireball - betterquesting:placeholder - bewitchment:bafometyr - bewitchment:baphomet - bewitchment:black_dog - bewitchment:cambion - bewitchment:cleaver - bewitchment:cypress_broom - bewitchment:demon - bewitchment:demoness - bewitchment:druden - bewitchment:elder_broom - bewitchment:feuerwurm - bewitchment:ghost - bewitchment:hellhound - bewitchment:imp - bewitchment:juniper_broom - bewitchment:leonard - bewitchment:lizard - bewitchment:owl - bewitchment:raven - bewitchment:shadow_person - bewitchment:silver_arrow - bewitchment:snake - bewitchment:toad - bewitchment:werewolf - bibliocraft:biblioseat - biomesoplenty:bop_boat - biomesoplenty:mudball - biomesoplenty:wasp - bloodarsenal:warp_blade - bloodmagic:corrupted_chicken - bloodmagic:corrupted_sheep - bloodmagic:corrupted_spider - bloodmagic:corrupted_zombie - chickens:chickenschicken - chickens:thown_egg - clumps:xp_orb_big - deepmoblearning:glitch - deepmoblearning:glitch_orb - deepmoblearning:trial_cave_spider - deepmoblearning:trial_enderman - deepmoblearning:trial_slime - deepmoblearning:trial_spider - dimdoors:mob_monolith - divinerpg:acid_hag - divinerpg:advanced_cori - divinerpg:alicanto - divinerpg:ancient_entity - divinerpg:angry_bunny - divinerpg:apalachia_cadillion - divinerpg:apalachia_golem - divinerpg:apalachia_tomo - divinerpg:arid_warrior - divinerpg:arrow_shot - divinerpg:attractor - divinerpg:ayeraco_blue - divinerpg:ayeraco_green - divinerpg:ayeraco_purple - divinerpg:ayeraco_red - divinerpg:ayeraco_yellow - divinerpg:basilisk - divinerpg:behemoth - divinerpg:biphron - divinerpg:bohemite - divinerpg:brown_grizzle - divinerpg:bunny - divinerpg:captain_merik - divinerpg:cave_crawler - divinerpg:cave_rock - divinerpg:caveclops - divinerpg:cori_shot - divinerpg:corrupted_bullet - divinerpg:crab - divinerpg:crypt_keeper - divinerpg:cyclops - divinerpg:cymesoid - divinerpg:datticon - divinerpg:death_hound - divinerpg:deathcryx - divinerpg:demon_of_darkness - divinerpg:densos - divinerpg:desert_crawler - divinerpg:disk - divinerpg:dissiment - divinerpg:dissiment_shot - divinerpg:dramix - divinerpg:dreamwrecker - divinerpg:dungeon_constructor - divinerpg:dungeon_demon - divinerpg:dungeon_prisoner - divinerpg:duo - divinerpg:eden_cadillion - divinerpg:eden_tomo - divinerpg:ehu - divinerpg:enchanted_archer - divinerpg:enchanted_warrior - divinerpg:ender_spider - divinerpg:ender_triplets - divinerpg:ender_triplets_fireball - divinerpg:ender_watcher - divinerpg:ent - divinerpg:enthralled_dramcryx - divinerpg:epiphite - divinerpg:eternal_archer - divinerpg:experienced_cori - divinerpg:fake_vhraak - divinerpg:firefly - divinerpg:fractite - divinerpg:fractite_shot - divinerpg:frost - divinerpg:frost_archer - divinerpg:frost_cloud - divinerpg:frost_shot - divinerpg:frosty - divinerpg:fyracryx - divinerpg:fyracryx_fireball - divinerpg:galroid - divinerpg:generals_staff - divinerpg:glacide - divinerpg:glacon - divinerpg:golem_of_rejuvenation - divinerpg:gorgosion - divinerpg:greenfeet - divinerpg:grenade - divinerpg:hastreus - divinerpg:helio - divinerpg:hell_pig - divinerpg:hell_spider - divinerpg:hive_queen - divinerpg:hive_soldier - divinerpg:hover_stinger - divinerpg:husk - divinerpg:jack_o_man - divinerpg:jungle_bat - divinerpg:jungle_dramcryx - divinerpg:jungle_spider - divinerpg:karos - divinerpg:karot - divinerpg:kazari - divinerpg:kazrotic - divinerpg:kazrotic_shot - divinerpg:king_crab - divinerpg:king_of_scorchers - divinerpg:king_of_scorchers_meteor - divinerpg:king_of_scorchers_shot - divinerpg:kobblin - divinerpg:lady_luna - divinerpg:lady_luna_sparkler - divinerpg:leorna - divinerpg:lheiva - divinerpg:liopleurodon - divinerpg:livestock_merchant - divinerpg:living_statue - divinerpg:lord_vatticus - divinerpg:lorga - divinerpg:lorga_flight - divinerpg:madivel - divinerpg:mage - divinerpg:mandragora - divinerpg:mandragora_projectile - divinerpg:megalith - divinerpg:meriks_missile - divinerpg:meteor - divinerpg:miner - divinerpg:moon_wolf - divinerpg:mortum_cadillion - divinerpg:mysterious_man_layer_1 - divinerpg:mysterious_man_layer_2 - divinerpg:mysterious_man_layer_3 - divinerpg:mystic - divinerpg:parasecta - divinerpg:paratiku - divinerpg:particle_bullet - divinerpg:pumpkin_spider - divinerpg:quadro - divinerpg:raglok - divinerpg:raglok_bomb - divinerpg:rainbour - divinerpg:razorback - divinerpg:reflector - divinerpg:reyvor - divinerpg:roamer - divinerpg:rollum - divinerpg:rotatick - divinerpg:saguaro_worm - divinerpg:saguaro_worm_shot - divinerpg:samek - divinerpg:scorcher - divinerpg:scorcher_shot - divinerpg:seimer - divinerpg:shadahier - divinerpg:shark - divinerpg:shuriken - divinerpg:skythern_archer - divinerpg:skythern_fiend - divinerpg:skythern_golem - divinerpg:smelter - divinerpg:snapper - divinerpg:snowflake_shuriken - divinerpg:sorcerer - divinerpg:soul_fiend - divinerpg:soul_fiend_shot - divinerpg:soul_spider - divinerpg:soul_stealer - divinerpg:sound_of_carols - divinerpg:sound_of_music - divinerpg:sparkler - divinerpg:spellbinder - divinerpg:star - divinerpg:stone_golem - divinerpg:sun_archer - divinerpg:sunstorm - divinerpg:temple_guardian - divinerpg:termasect - divinerpg:termid - divinerpg:the_eye - divinerpg:the_grue - divinerpg:the_hunger - divinerpg:the_watcher - divinerpg:tocaxin - divinerpg:twilight_archer - divinerpg:twilight_demon - divinerpg:twilight_demon_shot - divinerpg:twilight_mage_shot - divinerpg:twins - divinerpg:vamacheron - divinerpg:verek - divinerpg:vermenous - divinerpg:vhraak - divinerpg:vile_storm - divinerpg:war_general - divinerpg:watcher_shot - divinerpg:weak_cori - divinerpg:whale - divinerpg:white_grizzle - divinerpg:wildfire - divinerpg:wildwood_cadillion - divinerpg:wildwood_golem - divinerpg:wildwood_log - divinerpg:wildwood_tomo - divinerpg:workshop_merchant - divinerpg:workshop_tinkerer - divinerpg:wraith - divinerpg:wreck - divinerpg:wreck_bouncing_projectile - divinerpg:wreck_explosive_shot - divinerpg:wreck_shot - divinerpg:zelus - divinerpg:zone - divinerpg:zoragon - divinerpg:zoragon_bomb - draconicevolution:chaosguardian - ebwizardry:evil_wizard - ebwizardry:husk_minion - ebwizardry:ice_giant - ebwizardry:ice_shard - ebwizardry:ice_spike - ebwizardry:ice_wraith - ebwizardry:phoenix - ebwizardry:silverfish_minion - ebwizardry:skeleton_minion - ebwizardry:smoke_bomb - ebwizardry:spark_bomb - ebwizardry:spider_minion - ebwizardry:spirit_horse - ebwizardry:spirit_wolf - ebwizardry:storm_elemental - ebwizardry:stormcloud - ebwizardry:stray_minion - ebwizardry:vex_minion - ebwizardry:wither_skeleton_minion - ebwizardry:withering_totem - ebwizardry:wizard - ebwizardry:zombie_minion - ebwizardry:zombie_spawner - tfspellpack:acid_rain_cloud - tfspellpack:carminite_ghastling_minion - tfspellpack:cave_troll_minion - tfspellpack:cinder_cloud - tfspellpack:dark_mist_cloud - tfspellpack:druid_mage - tfspellpack:fiery_tear - tfspellpack:fire_beetle_minion - tfspellpack:fire_jet - tfspellpack:magic_hydra_mortar - tfspellpack:rain_of_tears - tfspellpack:redcap_goblin_minion - tfspellpack:redcap_sapper_minion - tfspellpack:skeleton_druid_minion - tfspellpack:slime_beetle_minion - tfspellpack:snow_guardian_minion - tfspellpack:stable_ice_core_minion - tfspellpack:twilight_wraith_minion - tfspellpack:unstable_ice_core_minion - erebus:erebus.animated_block - erebus:erebus.animated_chest - erebus:erebus.antlion - erebus:erebus.antlion_boss - erebus:erebus.antlion_mini_boss - erebus:erebus.bed_bug - erebus:erebus.beetle - erebus:erebus.beetle_larva - erebus:erebus.black_ant - erebus:erebus.black_widow - erebus:erebus.bog_maw - erebus:erebus.bombardier_beetle - erebus:erebus.bombardier_beetle_larva - erebus:erebus.bot_fly - erebus:erebus.bot_fly_larva - erebus:erebus.centipede - erebus:erebus.chameleon_tick - erebus:erebus.cicada - erebus:erebus.crop_weevil - erebus:erebus.crushroom - erebus:erebus.dragon_fly - erebus:erebus.fire_ant - erebus:erebus.fire_ant_soldier - erebus:erebus.fire_resistent_item - erebus:erebus.fly - erebus:erebus.fungal_weevil - erebus:erebus.gas_vent - erebus:erebus.glow_worm - erebus:erebus.goo_ball - erebus:erebus.grasshopper - erebus:erebus.honey_pot_ant - erebus:erebus.jumping_spider - erebus:erebus.lava_web_spider - erebus:erebus.locust - erebus:erebus.magma_crawler - erebus:erebus.midge_swarm - erebus:erebus.money_spider - erebus:erebus.mosquito - erebus:erebus.moth - erebus:erebus.mucus_bomb_primed - erebus:erebus.poison_jet - erebus:erebus.pond_skater - erebus:erebus.praying_mantis - erebus:erebus.preserved_block - erebus:erebus.punchroom - erebus:erebus.rhino_beetle - erebus:erebus.scorpion - erebus:erebus.scytodes - erebus:erebus.solifuge - erebus:erebus.solifuge_small - erebus:erebus.spore_ball - erebus:erebus.stag_beetle - erebus:erebus.tarantula - erebus:erebus.tarantula_baby - erebus:erebus.tarantula_egg - erebus:erebus.tarantula_mini_boss - erebus:erebus.thrown_sand - erebus:erebus.titan_beetle - erebus:erebus.umber_golem - erebus:erebus.umber_golem_idol - erebus:erebus.velvet_worm - erebus:erebus.wasp - erebus:erebus.wasp_dagger - erebus:erebus.web_sling - erebus:erebus.woodlouse - erebus:erebus.woodlouse_ball - erebus:erebus.worker_bee - erebus:erebus.zombie_ant - erebus:erebus.zombie_ant_soldier - extrabotany:darkpixie - extrabotany:domain - extrabotany:fb - extrabotany:gaiaiii - extrabotany:judahoath - extrabotany:judahspear - extrabotany:judahsword - extrabotany:petpixie - extrabotany:skulllandmine - extrabotany:skullminion - extrabotany:skullmissile - extrabotany:splashgrenade - extrabotany:voidherrscher - mod_lavacow:acidjet - mod_lavacow:avaton - mod_lavacow:banshee - mod_lavacow:boneworm - mod_lavacow:deathcoil - mod_lavacow:foglet - mod_lavacow:forsaken - mod_lavacow:ghostbomb - mod_lavacow:ghostray - mod_lavacow:holygrenade - mod_lavacow:ithaqua - mod_lavacow:lavacow - mod_lavacow:lilsludge - mod_lavacow:mimic - mod_lavacow:mummy - mod_lavacow:parasite - mod_lavacow:pingu - mod_lavacow:piranha - mod_lavacow:piranhalauncher - mod_lavacow:ptera - mod_lavacow:raven - mod_lavacow:salamander - mod_lavacow:sandburst - mod_lavacow:scarecrow - mod_lavacow:skeletonking - mod_lavacow:sludgejet - mod_lavacow:sludgelord - mod_lavacow:sonicbomb - mod_lavacow:unburied - mod_lavacow:undeadswine - mod_lavacow:undertaker - mod_lavacow:vespa - mod_lavacow:vespacocoon - mod_lavacow:warsmallfireball - mod_lavacow:weta - mod_lavacow:zombiefrozen - mod_lavacow:zombiemushroom - mod_lavacow:zombiepiranha - forestry:butterflyge - iceandfire:amphithere - iceandfire:amphitherearrow - iceandfire:chaintie - iceandfire:cyclops - iceandfire:deathworm - iceandfire:deathwormegg - iceandfire:dragonarrow - iceandfire:dragonegg - iceandfire:dragonfirecharge - iceandfire:dragonicecharge - iceandfire:dragonskull - iceandfire:dread_beast - iceandfire:dread_ghoul - iceandfire:dread_horse - iceandfire:dread_knight - iceandfire:dread_lich - iceandfire:dread_lich_skull - iceandfire:dread_scuttler - iceandfire:dread_thrall - iceandfire:firedragon - iceandfire:gorgon - iceandfire:hippocampus - iceandfire:hippogryph - iceandfire:hippogryphegg - iceandfire:hydra_arrow - iceandfire:hydra_breath - iceandfire:icedragon - iceandfire:if_cockatrice - iceandfire:if_cockatriceegg - iceandfire:if_hydra - iceandfire:if_mob_skull - iceandfire:if_pixie - iceandfire:if_troll - iceandfire:myrmex_egg - iceandfire:myrmex_queen - iceandfire:myrmex_royal - iceandfire:myrmex_sentinel - iceandfire:myrmex_soldier - iceandfire:myrmex_swarmer - iceandfire:myrmex_worker - iceandfire:pixiecharge - iceandfire:seaserpent - iceandfire:seaserpentarrow - iceandfire:seaserpentbubble - iceandfire:siren - iceandfire:snowvillager - iceandfire:stonestatue - iceandfire:stymphalianarrow - iceandfire:stymphalianbird - iceandfire:stymphalianfeather - iceandfire:tide_trident - industrialforegoing:pink_slime - integrateddynamics:entityitemtargetted - leshen:howler - leshen:leshen - leshen:leshen_spider - leshen:leshen_wolf - mightyenderchicken:ent_chaoschicken - mightyenderchicken:ent_chickenspawner - mightyenderchicken:ent_eggbomb - mightyenderchicken:ent_enderchicken - minecraft:area_effect_cloud - minecraft:armor_stand - minecraft:arrow - minecraft:bat - minecraft:blaze - minecraft:boat - minecraft:cave_spider - minecraft:chest_minecart - minecraft:chicken - minecraft:commandblock_minecart - minecraft:cow - minecraft:creeper - minecraft:donkey - minecraft:dragon_fireball - minecraft:egg - minecraft:elder_guardian - minecraft:ender_crystal - minecraft:ender_dragon - minecraft:ender_pearl - minecraft:enderman - minecraft:endermite - minecraft:evocation_fangs - minecraft:evocation_illager - minecraft:eye_of_ender_signal - minecraft:falling_block - minecraft:fireball - minecraft:fireworks_rocket - minecraft:furnace_minecart - minecraft:ghast - minecraft:giant - minecraft:guardian - minecraft:hopper_minecart - minecraft:horse - minecraft:husk - minecraft:illusion_illager - minecraft:item - minecraft:item_frame - minecraft:leash_knot - minecraft:llama - minecraft:llama_spit - minecraft:magma_cube - minecraft:minecart - minecraft:mooshroom - minecraft:mule - minecraft:ocelot - minecraft:painting - minecraft:parrot - minecraft:pig - minecraft:polar_bear - minecraft:potion - minecraft:rabbit - minecraft:sheep - minecraft:shulker - minecraft:shulker_bullet - minecraft:silverfish - minecraft:skeleton - minecraft:skeleton_horse - minecraft:slime - minecraft:small_fireball - minecraft:snowball - minecraft:snowman - minecraft:spawner_minecart - minecraft:spectral_arrow - minecraft:spider - minecraft:squid - minecraft:stray - minecraft:tnt_minecart - minecraft:vex - minecraft:villager - minecraft:villager_golem - minecraft:vindication_illager - minecraft:witch - minecraft:wither - minecraft:wither_skeleton - minecraft:wither_skull - minecraft:wolf - minecraft:xp_bottle - minecraft:xp_orb - minecraft:zombie - minecraft:zombie_horse - minecraft:zombie_pigman - minecraft:zombie_villager - testdummy:dummy - testdummy:floating_number - testdummy:floating_number_dps - natura:imp - natura:nitrocreeper - nuclearcraft:feral_ghoul - openblocks:cartographer - openblocks:golden_eye - opencomputers:drone - openmods:block - randomthings:spirit - thaumcraft:bottletaint - thaumcraft:brainyzombie - thaumcraft:cultistcleric - thaumcraft:cultistknight - thaumcraft:cultistleader - thaumcraft:cultistportalgreater - thaumcraft:cultistportallesser - thaumcraft:eldritchcrab - thaumcraft:eldritchgolem - thaumcraft:eldritchguardian - thaumcraft:eldritchorb - thaumcraft:eldritchwarden - thaumcraft:fallingtaint - thaumcraft:firebat - thaumcraft:fluxrift - thaumcraft:focuscloud - thaumcraft:focusmine - thaumcraft:focusprojectile - thaumcraft:followitem - thaumcraft:giantbrainyzombie - thaumcraft:golem - thaumcraft:golemdart - thaumcraft:golemorb - thaumcraft:grapple - thaumcraft:inhabitedzombie - thaumcraft:mindspider - thaumcraft:pech - thaumcraft:specialitem - thaumcraft:spellbat - thaumcraft:taintacle - thaumcraft:taintaclegiant - thaumcraft:taintacletiny - thaumcraft:taintcrawler - thaumcraft:taintseed - thaumcraft:taintseedprime - thaumcraft:taintswarm - thaumcraft:thaumslime - thaumcraft:turretadvanced - thaumcraft:turretbasic - thaumcraft:wisp - thaumadditions:blue_wolf - thaumadditions:chester - thaumadditions:essentia_shot - thaumadditions:mithminite_scythe - thaumicaugmentation:eldritch_golem - thaumicaugmentation:eldritch_guardian - thaumicaugmentation:eldritch_warden - thaumicaugmentation:primal_wisp - thaumicaugmentation:shield_focus - thaumicwonders:corruption_avatar - aether_legacy:aerbunny - aether_legacy:aerwhale - aether_legacy:cockatrice - aether_legacy:fire_minion - aether_legacy:floating_block - aether_legacy:flying_cow - aether_legacy:golden_dart - aether_legacy:ice_ball - aether_legacy:lightning_knife - aether_legacy:mimic - aether_legacy:mini_cloud - aether_legacy:moa - aether_legacy:phyg - aether_legacy:sentry - aether_legacy:sheepuff - aether_legacy:slider - aether_legacy:sun_spirit - aether_legacy:swet - aether_legacy:thunder_ball - aether_legacy:tipped_phoenix_arrow - aether_legacy:tnt_present - aether_legacy:valkyrie - aether_legacy:valkyrie_queen - aether_legacy:whirlwind - aether_legacy:zephyr - aether_legacy:zephyr_snowball - thebetweenlands:anadia - thebetweenlands:angler - thebetweenlands:angry_pebble - thebetweenlands:ash_sprite - thebetweenlands:barrishee - thebetweenlands:betweenlands_fish_hook - thebetweenlands:betweenstone_pebble - thebetweenlands:bl_arrow - thebetweenlands:bl_elexir - thebetweenlands:blood_snail - thebetweenlands:boulder_sprite - thebetweenlands:bubbler_crab - thebetweenlands:bubbler_crab_bubble - thebetweenlands:cave_fish - thebetweenlands:cc_ground_spawner - thebetweenlands:chiromaw - thebetweenlands:chiromaw_droppings - thebetweenlands:chiromaw_greebling_rider - thebetweenlands:chiromaw_hatchling - thebetweenlands:chiromaw_matriarch - thebetweenlands:chiromaw_tame - thebetweenlands:crypt_crawler - thebetweenlands:dark_druid - thebetweenlands:decay_pit_target - thebetweenlands:draeton - thebetweenlands:draeton_chiromaw_tamed - thebetweenlands:draeton_dragonfly - thebetweenlands:draeton_firefly - thebetweenlands:dragonfly - thebetweenlands:dreadful_mummy - thebetweenlands:emberling - thebetweenlands:emberling_shaman - thebetweenlands:false_xp - thebetweenlands:firefly - thebetweenlands:fish_bait_item - thebetweenlands:fish_vortex - thebetweenlands:fishing_spear - thebetweenlands:fishing_tackle_box_seat - thebetweenlands:flame_jet - thebetweenlands:fortress_boss - thebetweenlands:fortress_boss_blockade - thebetweenlands:fortress_boss_projectile - thebetweenlands:fortress_boss_spawner - thebetweenlands:fortress_boss_teleporter - thebetweenlands:fortress_boss_turret - thebetweenlands:freshwater_urchin - thebetweenlands:frog - thebetweenlands:gallery_frame - thebetweenlands:gas_cloud - thebetweenlands:gecko - thebetweenlands:glowing_goop - thebetweenlands:greebling - thebetweenlands:greebling_coracle - thebetweenlands:greebling_corpse - thebetweenlands:greebling_volarpad_floater - thebetweenlands:jellyfish - thebetweenlands:jellyfish_cave - thebetweenlands:large_sludge_worm - thebetweenlands:leech - thebetweenlands:lightning - thebetweenlands:lurker - thebetweenlands:lurker_skin_raft - thebetweenlands:mire_snail - thebetweenlands:mire_snail_egg - thebetweenlands:mist_brige - thebetweenlands:moving_spawner_hole - thebetweenlands:moving_wall - thebetweenlands:multipart_dummy - thebetweenlands:mummy_arm - thebetweenlands:olm - thebetweenlands:peat_mummy - thebetweenlands:predator_arrow_guide - thebetweenlands:pyrad - thebetweenlands:pyrad_flame - thebetweenlands:resurrection - thebetweenlands:rock_snot - thebetweenlands:rock_snot_tendril - thebetweenlands:root_grabber - thebetweenlands:root_sprite - thebetweenlands:rope_node - thebetweenlands:sap_spit - thebetweenlands:shambler - thebetweenlands:shock - thebetweenlands:shockwave_block - thebetweenlands:shockwave_sword_item - thebetweenlands:silt_crab - thebetweenlands:sludge - thebetweenlands:sludge_ball - thebetweenlands:sludge_jet - thebetweenlands:sludge_menace - thebetweenlands:sludge_menace_multipart_dummy - thebetweenlands:sludge_wall_jet - thebetweenlands:small_sludge_worm - thebetweenlands:smoll_sludge - thebetweenlands:snail_poison_jet - thebetweenlands:spike_wave - thebetweenlands:spirit_tree_face_large - thebetweenlands:spirit_tree_face_mask - thebetweenlands:spirit_tree_face_small - thebetweenlands:splodeshroom - thebetweenlands:spore_jet - thebetweenlands:sporeling - thebetweenlands:stalker - thebetweenlands:swamp_hag - thebetweenlands:swarm - thebetweenlands:sword_energy - thebetweenlands:tamed_spirit_tree_face - thebetweenlands:tar_beast - thebetweenlands:tarminion - thebetweenlands:termite - thebetweenlands:thrown_tarminion - thebetweenlands:tiny_sludge_worm - thebetweenlands:tiny_sludge_worm_helper - thebetweenlands:tiny_worm_egg_sac - thebetweenlands:toad - thebetweenlands:triggered_falling_block - thebetweenlands:triggered_sludge_wall_jet - thebetweenlands:urchin_spike_aoe - thebetweenlands:volarkite - thebetweenlands:volatile_soul - thebetweenlands:wall_lamprey - thebetweenlands:wall_living_root - thebetweenlands:weedwood_rowboat - thebetweenlands:wild_emberling - thebetweenlands:worm_ground_spawner - twilightforest:adherent - twilightforest:armored_giant - twilightforest:bighorn_sheep - twilightforest:blockchain_goblin - twilightforest:boggard - twilightforest:bunny - twilightforest:castle_guardian - twilightforest:chain_block - twilightforest:charm_effect - twilightforest:cube_of_annihilation - twilightforest:death_tome - twilightforest:deer - twilightforest:falling_ice - twilightforest:fire_beetle - twilightforest:firefly - twilightforest:giant_miner - twilightforest:goblin_knight_lower - twilightforest:goblin_knight_upper - twilightforest:harbinger_cube - twilightforest:hedge_spider - twilightforest:helmet_crab - twilightforest:hostile_wolf - twilightforest:hydra - twilightforest:hydra_head - twilightforest:hydra_mortar - twilightforest:ice_arrow - twilightforest:ice_crystal - twilightforest:ice_snowball - twilightforest:king_spider - twilightforest:knight_phantom - twilightforest:kobold - twilightforest:lich - twilightforest:lich_minion - twilightforest:loyal_zombie - twilightforest:maze_slime - twilightforest:mini_ghast - twilightforest:minoshroom - twilightforest:minotaur - twilightforest:mist_wolf - twilightforest:moonworm_shot - twilightforest:mosquito_swarm - twilightforest:naga - twilightforest:nature_bolt - twilightforest:penguin - twilightforest:pinch_beetle - twilightforest:quest_ram - twilightforest:raven - twilightforest:rising_zombie - twilightforest:roving_cube - twilightforest:seeker_arrow - twilightforest:skeleton_druid - twilightforest:slider - twilightforest:slime_beetle - twilightforest:slime_blob - twilightforest:snow_guardian - twilightforest:snow_queen - twilightforest:squirrel - twilightforest:stable_ice_core - twilightforest:swarm_spider - twilightforest:thrown_wep - twilightforest:tiny_bird - twilightforest:tower_broodling - twilightforest:tower_ghast - twilightforest:tower_golem - twilightforest:tower_termite - twilightforest:troll - twilightforest:unstable_ice_core - twilightforest:ur_ghast - twilightforest:wand_bolt - twilightforest:wild_boar - twilightforest:winter_wolf - twilightforest:wraith - twilightforest:yeti - twilightforest:yeti_alpha - thermaldynamics:transport - thermalfoundation:basalz - thermalfoundation:blitz - thermalfoundation:blizz - tconstruct:blueslime - > - - # Configure entity IDs for mobs that shouldn't spawn heartstones when hit - S:heartstoneBlacklist < - abyssalcraft:abygolem - abyssalcraft:abyssalzombie - abyssalcraft:acidprojectile - abyssalcraft:antiabyssalzombie - abyssalcraft:antibat - abyssalcraft:antichicken - abyssalcraft:anticow - abyssalcraft:anticreeper - abyssalcraft:antighoul - abyssalcraft:antipig - abyssalcraft:antiplayer - abyssalcraft:antiskeleton - abyssalcraft:antispider - abyssalcraft:antizombie - abyssalcraft:blackhole - abyssalcraft:chagaroth - abyssalcraft:chagarothfist - abyssalcraft:chagarothspawn - abyssalcraft:coraliumarrow - abyssalcraft:coraliumsquid - abyssalcraft:demonchicken - abyssalcraft:demoncow - abyssalcraft:demonpig - abyssalcraft:demonsheep - abyssalcraft:depthsghoul - abyssalcraft:dragonboss - abyssalcraft:dragonminion - abyssalcraft:dreadedcharge - abyssalcraft:dreadgolem - abyssalcraft:dreadguard - abyssalcraft:dreadling - abyssalcraft:dreadslug - abyssalcraft:dreadspawn - abyssalcraft:evilchicken - abyssalcraft:evilcow - abyssalcraft:evilpig - abyssalcraft:evilsheep - abyssalcraft:gatekeeperessence - abyssalcraft:greaterdreadspawn - abyssalcraft:gskeleton - abyssalcraft:implosion - abyssalcraft:inkprojectile - abyssalcraft:jzahar - abyssalcraft:jzaharminion - abyssalcraft:lesserdreadbeast - abyssalcraft:lessershoggoth - abyssalcraft:omotholghoul - abyssalcraft:powerstonetracker - abyssalcraft:primedodb - abyssalcraft:primedodbcore - abyssalcraft:remnant - abyssalcraft:shadowbeast - abyssalcraft:shadowboss - abyssalcraft:shadowcreature - abyssalcraft:shadowmonster - abyssalcraft:shuboffspring - abyssalcraft:spirititem - aoa3:abyssal_lottoman - aoa3:agility_tablet - aoa3:airhead - aoa3:alarmo - aoa3:alluricorn - aoa3:ambient_pixon - aoa3:amphibior - aoa3:amphibiyte - aoa3:ancient_golem - aoa3:anemia - aoa3:anemia_bomb - aoa3:angelica - aoa3:angler - aoa3:anima_master - aoa3:anima_stone - aoa3:apparition - aoa3:aquaball - aoa3:aquatic_shot - aoa3:arc_flower - aoa3:arc_wizard - aoa3:arcbeast - aoa3:archvine - aoa3:arcworm - aoa3:arcworm_shot - aoa3:ariel - aoa3:arkback - aoa3:arkzyne - aoa3:arocknid - aoa3:assassin - aoa3:atomizer_bounce - aoa3:atomizer_shot - aoa3:augury_master - aoa3:automaton - aoa3:awareness_tablet - aoa3:axiolight - aoa3:bane - aoa3:bane_big - aoa3:bane_clone - aoa3:banshee - aoa3:baron_bomb - aoa3:baron_lottoman - aoa3:baron_shot - aoa3:baroness - aoa3:baroness_shot - aoa3:basilisk - aoa3:baumba - aoa3:beamer_shot - aoa3:black_ursa - aoa3:blissard - aoa3:blood_drainer - aoa3:bloodball - aoa3:bloodlust - aoa3:bloodmist - aoa3:bloodsucker - aoa3:blooming_pixon - aoa3:blue_flower - aoa3:blue_guardian - aoa3:blue_guardian_shot - aoa3:blue_rune_templar - aoa3:blue_runic_lifeform - aoa3:bobo - aoa3:bomb_carrier - aoa3:bone_creature - aoa3:bone_creeper - aoa3:bone_pellet - aoa3:boneback - aoa3:boreic_lottoman - aoa3:boss_item - aoa3:bouncer - aoa3:bozo_ball - aoa3:breeding_tablet - aoa3:broccohead - aoa3:brute - aoa3:bubble_shot - aoa3:bugeye - aoa3:bullet_bone - aoa3:bullet_shot - aoa3:bush_baby - aoa3:butchery_master - aoa3:candied_lottoman - aoa3:candy_corny - aoa3:cane_bug - aoa3:carrotop - aoa3:case_construct - aoa3:cave_creep - aoa3:cave_creepoid - aoa3:celestial_fall - aoa3:celevian_lottoman - aoa3:centinel - aoa3:chakram - aoa3:charger - aoa3:cherry_barrager - aoa3:cherry_blaster - aoa3:cherry_shot - aoa3:chilli_shot - aoa3:chimera - aoa3:chocko - aoa3:chomper - aoa3:cleansing_tablet - aoa3:clown - aoa3:clown_shot - aoa3:clunkhead - aoa3:compeer - aoa3:confetti_cluster - aoa3:confetti_shot - aoa3:coniferon - aoa3:construct_flight - aoa3:construct_mind - aoa3:construct_of_servility - aoa3:construct_range - aoa3:construct_resistance - aoa3:construct_shot - aoa3:construct_speed - aoa3:construct_strength - aoa3:construct_terror - aoa3:corallus - aoa3:corallus_shot - aoa3:coralon - aoa3:coratee - aoa3:corby - aoa3:corny - aoa3:corrupted_traveller - aoa3:cotton_candor - aoa3:cotton_candor_shot - aoa3:craexxeus - aoa3:craexxeus_nuke - aoa3:craexxeus_shot - aoa3:craggy - aoa3:creation_master - aoa3:creep - aoa3:creep_banker - aoa3:creep_bomb - aoa3:creep_cow - aoa3:creep_tube - aoa3:creeper_shot - aoa3:creeperlock - aoa3:creepird - aoa3:creeponia_lottoman - aoa3:creepuple - aoa3:crusilisk - aoa3:cryptid - aoa3:crystal_lottoman - aoa3:crystal_trader - aoa3:crystocore - aoa3:cyan_shot - aoa3:cyclops - aoa3:dark_beast - aoa3:dawnlight - aoa3:daysee - aoa3:dead_tree - aoa3:death_hunter - aoa3:death_ray - aoa3:deinotherium - aoa3:demon_reaper - aoa3:desert_charger - aoa3:destroyer_shot - aoa3:destruction_shot - aoa3:destructor - aoa3:devourer - aoa3:dicer - aoa3:diocus - aoa3:distorter - aoa3:distortion_tablet - aoa3:doom_shot - aoa3:doubler - aoa3:dracyon - aoa3:draggy - aoa3:dungeon_keeper - aoa3:dust_strider - aoa3:duston - aoa3:dustopian_lottoman - aoa3:dweller - aoa3:dyrehorn - aoa3:echodar - aoa3:eeo - aoa3:eilosapien - aoa3:elite_skele_hopper - aoa3:elite_skele_pig - aoa3:elite_skeleman - aoa3:elkanyne - aoa3:elusive - aoa3:elusive_clone - aoa3:embrake - aoa3:emperor_beast - aoa3:ender_carrier - aoa3:energy_tablet - aoa3:enforcer - aoa3:eradicator_shot - aoa3:everbeast - aoa3:exohead - aoa3:exoid - aoa3:expedition_master - aoa3:explodot - aoa3:explosives_expert - aoa3:extraction_master - aoa3:eye_creature - aoa3:faceless_floater - aoa3:faceless_runner - aoa3:fake_pigman - aoa3:fake_tnt - aoa3:fake_zorp - aoa3:fenix - aoa3:fiend - aoa3:firefly_shot - aoa3:firestorm_fall - aoa3:fischer - aoa3:fishix - aoa3:flamewalker - aoa3:flash - aoa3:flesh_eater - aoa3:floro_lottoman - aoa3:flower_shot - aoa3:flowerface - aoa3:flye - aoa3:foraging_master - aoa3:fragment_shot - aoa3:friendly_creeper - aoa3:fungat - aoa3:fungback - aoa3:fungik - aoa3:fungock - aoa3:fungung - aoa3:furlion - aoa3:gadgetoid - aoa3:ghastus - aoa3:ghost - aoa3:ghostine_ancient - aoa3:ghostly_bugeye - aoa3:ghostly_charger - aoa3:ghostly_cyclops - aoa3:ghostly_goblin - aoa3:ghostly_night_reaper - aoa3:ghostly_sasquatch - aoa3:ghoul_shot - aoa3:giant_snail - aoa3:gingerbird - aoa3:gingerbread_man - aoa3:glaring_pixon - aoa3:gleaming_pixon - aoa3:glistening_pixon - aoa3:glowing_pixon - aoa3:gnawer - aoa3:goalby - aoa3:goblin - aoa3:gold_shot - aoa3:golden_lottoman - aoa3:goldorth - aoa3:goldum - aoa3:goldus - aoa3:goo_ball - aoa3:goofer - aoa3:gorb_arms_dealer - aoa3:gorb_citizen - aoa3:gorb_engineer - aoa3:gravity_tablet - aoa3:graw - aoa3:graw_shot - aoa3:green_flower - aoa3:green_guardian - aoa3:green_guardian_shot - aoa3:green_rune_templar - aoa3:green_runic_lifeform - aoa3:grenade - aoa3:grenade_floro_rpg - aoa3:grenade_multiplying - aoa3:grenade_rpg - aoa3:grillface - aoa3:grobbler - aoa3:grocculate - aoa3:grunt - aoa3:gyro - aoa3:gyrocopter - aoa3:hag - aoa3:hag_shot - aoa3:halycon - aoa3:harkos - aoa3:hauling_master - aoa3:haunted_lottoman - aoa3:haunter_shot - aoa3:headless_destroyer - aoa3:headless_hunter - aoa3:healing_golem - aoa3:heart_stone - aoa3:heavy_grenade - aoa3:heavy_runic_guardian_shot - aoa3:heavy_shower_shot - aoa3:heavy_tri_discharge_shot - aoa3:hell_bubble - aoa3:hellcat - aoa3:hellfire - aoa3:hellfire_tail - aoa3:hellquin - aoa3:hellspot - aoa3:hiding_fungi - aoa3:hill_charger - aoa3:hive_king - aoa3:hive_soldier - aoa3:hive_worker - aoa3:holly_arrow - aoa3:holly_arrow_shot - aoa3:horndron - aoa3:horntail - aoa3:horon - aoa3:host - aoa3:hot_shot - aoa3:hunch - aoa3:hunter - aoa3:hunter_master - aoa3:hydrolisk - aoa3:hydrolon - aoa3:ice_giant - aoa3:ice_shot - aoa3:illusion_shot - aoa3:infernal - aoa3:infusion_master - aoa3:inmate_x - aoa3:inmate_y - aoa3:innervation_master - aoa3:ion_shot - aoa3:iosaur - aoa3:irkling - aoa3:iro_miner_shot - aoa3:jawe - aoa3:jumbo - aoa3:kaiyu - aoa3:kajaros - aoa3:keeler - aoa3:king_bambambam - aoa3:king_charger - aoa3:king_creeper - aoa3:king_shroomus - aoa3:klobber - aoa3:koko - aoa3:kranky - aoa3:kror - aoa3:laser_shot - aoa3:leafy_giant - aoa3:lelyetian_banker - aoa3:lelyetian_caster - aoa3:lelyetian_lottoman - aoa3:lelyetian_shot - aoa3:lelyetian_trader - aoa3:lelyetian_warrior - aoa3:light_blaster_shot - aoa3:light_iron_shot - aoa3:light_runic_guardian_shot - aoa3:light_spark - aoa3:lightwalker - aoa3:limonite_bullet - aoa3:limonite_bullet_blue - aoa3:limonite_bullet_fire - aoa3:limonite_bullet_green - aoa3:limonite_bullet_red - aoa3:limonite_bullet_red_heavy - aoa3:limonite_bullet_shroom - aoa3:limonite_bullet_sunset - aoa3:limonite_bullet_toxic - aoa3:limonite_bullet_yellow - aoa3:linger - aoa3:little_bam - aoa3:living_fungi - aoa3:logging_master - aoa3:lollypopper - aoa3:lost_soul - aoa3:lotto_totem - aoa3:lottoman - aoa3:luna_shot - aoa3:lunar_fall - aoa3:lunar_holly_arrow_shot - aoa3:lunar_lottoman - aoa3:lunarcher - aoa3:lurker - aoa3:luxocron - aoa3:lyonic_shot - aoa3:magic_ball - aoa3:magical_creeper - aoa3:magicke - aoa3:magicke_shot - aoa3:mech_fall - aoa3:mech_shot - aoa3:mecha_cyclops - aoa3:mecha_skellox - aoa3:mechachron - aoa3:mechamaton - aoa3:mechbot - aoa3:mechyon - aoa3:meganeuropsis - aoa3:merkyre - aoa3:mermage - aoa3:metal_slug - aoa3:metalloid - aoa3:meteor_fall - aoa3:mind_blaster_shot - aoa3:mirage - aoa3:miskel - aoa3:modulo - aoa3:modulo_shot - aoa3:moon_destroyer_shot - aoa3:moon_maker - aoa3:moon_shiner_shot - aoa3:moonlight_fall - aoa3:mother_void_walker - aoa3:muckopede - aoa3:muncher - aoa3:mushroom_spider - aoa3:mystic_lottoman - aoa3:natura - aoa3:naturalist - aoa3:neptuno - aoa3:nethengeic_beast - aoa3:nethengeic_wither - aoa3:nethengeic_wither_shot - aoa3:night_reaper - aoa3:night_watcher - aoa3:nightfly - aoa3:nightmare_fall - aoa3:nightmare_spider - aoa3:nightwing - aoa3:nipper - aoa3:nospike - aoa3:noxious_shot - aoa3:occulent - aoa3:occult_block - aoa3:odious_shot - aoa3:okazor - aoa3:omnilight - aoa3:omnilight_shot - aoa3:opteryx - aoa3:orange_flower - aoa3:orbiter - aoa3:orbling - aoa3:orbocron_shot - aoa3:oxygen_tablet - aoa3:paladin - aoa3:paralyzer_shot - aoa3:parasect - aoa3:paravite - aoa3:party_popper_shot - aoa3:penguin - aoa3:penumbra - aoa3:penumbra_shot - aoa3:peppermint_snail - aoa3:phantom - aoa3:phantom_shot - aoa3:pigotron - aoa3:pincher - aoa3:plateosaur - aoa3:pod_plant - aoa3:poison_plunger_shot - aoa3:poison_shot - aoa3:polar_ursa - aoa3:polymorph_shot - aoa3:polytom - aoa3:polytom_shot - aoa3:pop_shot - aoa3:portal_master - aoa3:power_ray - aoa3:power_shot - aoa3:precasian_lottoman - aoa3:pressure_tablet - aoa3:primitive_carrotop - aoa3:primordial_banker - aoa3:primordial_guide - aoa3:primordial_merchant - aoa3:primordial_shot - aoa3:primordial_spellbinder - aoa3:primordial_wizard - aoa3:professor - aoa3:proficiency_tablet - aoa3:proshield - aoa3:proton_shot - aoa3:purple_flower - aoa3:quickpocket - aoa3:radiant_pixon - aoa3:rainbow_shot - aoa3:rainicorn - aoa3:rammerhead - aoa3:rammerhorn - aoa3:ramradon - aoa3:rawbone - aoa3:raxxan - aoa3:realmshifter - aoa3:reaper_twins - aoa3:reaver - aoa3:red_guardian - aoa3:red_guardian_shot - aoa3:red_rune_templar - aoa3:red_runic_lifeform - aoa3:reefer_shot - aoa3:refluct - aoa3:resistance_tablet - aoa3:revolution_shot - aoa3:rock_crawler - aoa3:rock_critter - aoa3:rock_fragment - aoa3:rock_fragment_fungal - aoa3:rock_rider - aoa3:rockbiter - aoa3:rocky_lottoman - aoa3:roloscope - aoa3:rosid - aoa3:rosidian_shot - aoa3:runation_master - aoa3:runic_bomb - aoa3:runic_golem - aoa3:runic_guardian - aoa3:runic_guardian_shot - aoa3:runic_lottoman - aoa3:runicorn - aoa3:runicorn_rider - aoa3:sabretooth - aoa3:sanctity_tablet - aoa3:sand_giant - aoa3:sand_golem - aoa3:sasquatch - aoa3:satiation_tablet - aoa3:scrubby - aoa3:sea_charger - aoa3:sea_skeleton - aoa3:sea_spider - aoa3:sea_troll - aoa3:sea_viper - aoa3:seaocron_shot - aoa3:seed_dart - aoa3:seeker - aoa3:shaddy - aoa3:shade - aoa3:shadow - aoa3:shadow_stalker - aoa3:shadowlord - aoa3:shadowlord_shot - aoa3:shavo - aoa3:shifter - aoa3:shik - aoa3:shining_pixon - aoa3:shoe_shot - aoa3:shower_shot - aoa3:shyre_archer - aoa3:shyre_banker - aoa3:shyre_beam - aoa3:shyre_knight - aoa3:shyre_shot - aoa3:shyre_troll - aoa3:shyrelands_lottoman - aoa3:sight_tablet - aoa3:silencer - aoa3:silverfoot - aoa3:skele_elder - aoa3:skele_hopper - aoa3:skele_pig - aoa3:skeledon - aoa3:skelekyte - aoa3:skeleman - aoa3:skeletal_cowman - aoa3:skeletron - aoa3:skellox - aoa3:skipper - aoa3:skolle - aoa3:skull_creature - aoa3:skullo_shot - aoa3:sky_shot - aoa3:slice_star - aoa3:slimer - aoa3:smash - aoa3:snappy - aoa3:sniper_slug - aoa3:snow_charger - aoa3:soul_drainer_shot - aoa3:soul_spark - aoa3:soul_storm_shot - aoa3:soulscorne - aoa3:soulvyre - aoa3:spearmint_snail - aoa3:spectral_holly_arrow - aoa3:spectral_shot - aoa3:spectral_wizard - aoa3:sphinx - aoa3:spikeback - aoa3:spinoledon - aoa3:spinux - aoa3:spirit_guardian - aoa3:spirit_protector - aoa3:spiritual_shot - aoa3:spraggy - aoa3:squasher - aoa3:squiggler - aoa3:stalker - aoa3:stalker_prime - aoa3:sticky - aoa3:stimulo - aoa3:stimulosus - aoa3:stinger - aoa3:stitches - aoa3:stone_giant - aoa3:store_keeper - aoa3:strength_tablet - aoa3:strong_skele_hopper - aoa3:strong_skele_pig - aoa3:strong_skeleman - aoa3:sugarface - aoa3:sun_shot - aoa3:sunny - aoa3:surveyor - aoa3:swamp_charger - aoa3:swarm_shot - aoa3:sysker - aoa3:tangle_fall - aoa3:terradon - aoa3:terrestrial - aoa3:terror_construct_shot - aoa3:tharafly - aoa3:tidal_wave - aoa3:tipped_holly_arrow - aoa3:tipsy - aoa3:token_collector - aoa3:tortione - aoa3:toxic_lottoman - aoa3:toxic_shot - aoa3:toxxulous - aoa3:toy_merchant - aoa3:tracker - aoa3:tree_spirit - aoa3:tri_discharge_shot - aoa3:trickster - aoa3:trickster_clone - aoa3:triclops - aoa3:troll_trader - aoa3:trotter - aoa3:twinkling_lottoman - aoa3:tyrosaur - aoa3:undead_herald - aoa3:undead_troll - aoa3:valkyrie - aoa3:vertebron - aoa3:vine_wizard - aoa3:vinocorne - aoa3:visage - aoa3:visualent - aoa3:visular - aoa3:visulon - aoa3:void_charger - aoa3:void_walker - aoa3:volar - aoa3:voliant - aoa3:voltron - aoa3:voxxulon - aoa3:vulkram - aoa3:waggy - aoa3:walker - aoa3:warclops - aoa3:wart_dart - aoa3:water_shot - aoa3:web_reaper - aoa3:weighted_shower_shot - aoa3:white_ball - aoa3:wickett - aoa3:winder_shot - aoa3:winged_creeper - aoa3:wither_ball - aoa3:wither_shot - aoa3:wither_wizard - aoa3:withering_lottoman - aoa3:wood_giant - aoa3:wrath_shot - aoa3:xxeus - aoa3:yellow_flower - aoa3:yellow_guardian - aoa3:yellow_guardian_shot - aoa3:yellow_rune_templar - aoa3:yellow_runic_lifeform - aoa3:yeti - aoa3:zal_banker - aoa3:zal_child - aoa3:zal_citizen - aoa3:zal_grocer - aoa3:zal_herbalist - aoa3:zal_spellbinder - aoa3:zal_vendor - aoa3:zarg - aoa3:zhinx - aoa3:zorp - arcane_essentials:magicconstruct - battletowers:golem - battletowers:golemfireball - betterquesting:placeholder - bewitchment:bafometyr - bewitchment:baphomet - bewitchment:black_dog - bewitchment:cambion - bewitchment:cleaver - bewitchment:cypress_broom - bewitchment:demon - bewitchment:demoness - bewitchment:druden - bewitchment:elder_broom - bewitchment:feuerwurm - bewitchment:ghost - bewitchment:hellhound - bewitchment:imp - bewitchment:juniper_broom - bewitchment:leonard - bewitchment:lizard - bewitchment:owl - bewitchment:raven - bewitchment:shadow_person - bewitchment:silver_arrow - bewitchment:snake - bewitchment:toad - bewitchment:werewolf - bibliocraft:biblioseat - biomesoplenty:bop_boat - biomesoplenty:mudball - biomesoplenty:wasp - bloodarsenal:warp_blade - bloodmagic:corrupted_chicken - bloodmagic:corrupted_sheep - bloodmagic:corrupted_spider - bloodmagic:corrupted_zombie - chickens:chickenschicken - chickens:thown_egg - clumps:xp_orb_big - deepmoblearning:glitch - deepmoblearning:glitch_orb - deepmoblearning:trial_cave_spider - deepmoblearning:trial_enderman - deepmoblearning:trial_slime - deepmoblearning:trial_spider - dimdoors:mob_monolith - divinerpg:acid_hag - divinerpg:advanced_cori - divinerpg:alicanto - divinerpg:ancient_entity - divinerpg:angry_bunny - divinerpg:apalachia_cadillion - divinerpg:apalachia_golem - divinerpg:apalachia_tomo - divinerpg:arid_warrior - divinerpg:arrow_shot - divinerpg:attractor - divinerpg:ayeraco_blue - divinerpg:ayeraco_green - divinerpg:ayeraco_purple - divinerpg:ayeraco_red - divinerpg:ayeraco_yellow - divinerpg:basilisk - divinerpg:behemoth - divinerpg:biphron - divinerpg:bohemite - divinerpg:brown_grizzle - divinerpg:bunny - divinerpg:captain_merik - divinerpg:cave_crawler - divinerpg:cave_rock - divinerpg:caveclops - divinerpg:cori_shot - divinerpg:corrupted_bullet - divinerpg:crab - divinerpg:crypt_keeper - divinerpg:cyclops - divinerpg:cymesoid - divinerpg:datticon - divinerpg:death_hound - divinerpg:deathcryx - divinerpg:demon_of_darkness - divinerpg:densos - divinerpg:desert_crawler - divinerpg:disk - divinerpg:dissiment - divinerpg:dissiment_shot - divinerpg:dramix - divinerpg:dreamwrecker - divinerpg:dungeon_constructor - divinerpg:dungeon_demon - divinerpg:dungeon_prisoner - divinerpg:duo - divinerpg:eden_cadillion - divinerpg:eden_tomo - divinerpg:ehu - divinerpg:enchanted_archer - divinerpg:enchanted_warrior - divinerpg:ender_spider - divinerpg:ender_triplets - divinerpg:ender_triplets_fireball - divinerpg:ender_watcher - divinerpg:ent - divinerpg:enthralled_dramcryx - divinerpg:epiphite - divinerpg:eternal_archer - divinerpg:experienced_cori - divinerpg:fake_vhraak - divinerpg:firefly - divinerpg:fractite - divinerpg:fractite_shot - divinerpg:frost - divinerpg:frost_archer - divinerpg:frost_cloud - divinerpg:frost_shot - divinerpg:frosty - divinerpg:fyracryx - divinerpg:fyracryx_fireball - divinerpg:galroid - divinerpg:generals_staff - divinerpg:glacide - divinerpg:glacon - divinerpg:golem_of_rejuvenation - divinerpg:gorgosion - divinerpg:greenfeet - divinerpg:grenade - divinerpg:hastreus - divinerpg:helio - divinerpg:hell_pig - divinerpg:hell_spider - divinerpg:hive_queen - divinerpg:hive_soldier - divinerpg:hover_stinger - divinerpg:husk - divinerpg:jack_o_man - divinerpg:jungle_bat - divinerpg:jungle_dramcryx - divinerpg:jungle_spider - divinerpg:karos - divinerpg:karot - divinerpg:kazari - divinerpg:kazrotic - divinerpg:kazrotic_shot - divinerpg:king_crab - divinerpg:king_of_scorchers - divinerpg:king_of_scorchers_meteor - divinerpg:king_of_scorchers_shot - divinerpg:kobblin - divinerpg:lady_luna - divinerpg:lady_luna_sparkler - divinerpg:leorna - divinerpg:lheiva - divinerpg:liopleurodon - divinerpg:livestock_merchant - divinerpg:living_statue - divinerpg:lord_vatticus - divinerpg:lorga - divinerpg:lorga_flight - divinerpg:madivel - divinerpg:mage - divinerpg:mandragora - divinerpg:mandragora_projectile - divinerpg:megalith - divinerpg:meriks_missile - divinerpg:meteor - divinerpg:miner - divinerpg:moon_wolf - divinerpg:mortum_cadillion - divinerpg:mysterious_man_layer_1 - divinerpg:mysterious_man_layer_2 - divinerpg:mysterious_man_layer_3 - divinerpg:mystic - divinerpg:parasecta - divinerpg:paratiku - divinerpg:particle_bullet - divinerpg:pumpkin_spider - divinerpg:quadro - divinerpg:raglok - divinerpg:raglok_bomb - divinerpg:rainbour - divinerpg:razorback - divinerpg:reflector - divinerpg:reyvor - divinerpg:roamer - divinerpg:rollum - divinerpg:rotatick - divinerpg:saguaro_worm - divinerpg:saguaro_worm_shot - divinerpg:samek - divinerpg:scorcher - divinerpg:scorcher_shot - divinerpg:seimer - divinerpg:shadahier - divinerpg:shark - divinerpg:shuriken - divinerpg:skythern_archer - divinerpg:skythern_fiend - divinerpg:skythern_golem - divinerpg:smelter - divinerpg:snapper - divinerpg:snowflake_shuriken - divinerpg:sorcerer - divinerpg:soul_fiend - divinerpg:soul_fiend_shot - divinerpg:soul_spider - divinerpg:soul_stealer - divinerpg:sound_of_carols - divinerpg:sound_of_music - divinerpg:sparkler - divinerpg:spellbinder - divinerpg:star - divinerpg:stone_golem - divinerpg:sun_archer - divinerpg:sunstorm - divinerpg:temple_guardian - divinerpg:termasect - divinerpg:termid - divinerpg:the_eye - divinerpg:the_grue - divinerpg:the_hunger - divinerpg:the_watcher - divinerpg:tocaxin - divinerpg:twilight_archer - divinerpg:twilight_demon - divinerpg:twilight_demon_shot - divinerpg:twilight_mage_shot - divinerpg:twins - divinerpg:vamacheron - divinerpg:verek - divinerpg:vermenous - divinerpg:vhraak - divinerpg:vile_storm - divinerpg:war_general - divinerpg:watcher_shot - divinerpg:weak_cori - divinerpg:whale - divinerpg:white_grizzle - divinerpg:wildfire - divinerpg:wildwood_cadillion - divinerpg:wildwood_golem - divinerpg:wildwood_log - divinerpg:wildwood_tomo - divinerpg:workshop_merchant - divinerpg:workshop_tinkerer - divinerpg:wraith - divinerpg:wreck - divinerpg:wreck_bouncing_projectile - divinerpg:wreck_explosive_shot - divinerpg:wreck_shot - divinerpg:zelus - divinerpg:zone - divinerpg:zoragon - divinerpg:zoragon_bomb - draconicevolution:chaosguardian - ebwizardry:evil_wizard - ebwizardry:husk_minion - ebwizardry:ice_giant - ebwizardry:ice_shard - ebwizardry:ice_spike - ebwizardry:ice_wraith - ebwizardry:phoenix - ebwizardry:silverfish_minion - ebwizardry:skeleton_minion - ebwizardry:smoke_bomb - ebwizardry:spark_bomb - ebwizardry:spider_minion - ebwizardry:spirit_horse - ebwizardry:spirit_wolf - ebwizardry:storm_elemental - ebwizardry:stormcloud - ebwizardry:stray_minion - ebwizardry:vex_minion - ebwizardry:wither_skeleton_minion - ebwizardry:withering_totem - ebwizardry:wizard - ebwizardry:zombie_minion - ebwizardry:zombie_spawner - tfspellpack:acid_rain_cloud - tfspellpack:carminite_ghastling_minion - tfspellpack:cave_troll_minion - tfspellpack:cinder_cloud - tfspellpack:dark_mist_cloud - tfspellpack:druid_mage - tfspellpack:fiery_tear - tfspellpack:fire_beetle_minion - tfspellpack:fire_jet - tfspellpack:magic_hydra_mortar - tfspellpack:rain_of_tears - tfspellpack:redcap_goblin_minion - tfspellpack:redcap_sapper_minion - tfspellpack:skeleton_druid_minion - tfspellpack:slime_beetle_minion - tfspellpack:snow_guardian_minion - tfspellpack:stable_ice_core_minion - tfspellpack:twilight_wraith_minion - tfspellpack:unstable_ice_core_minion - erebus:erebus.animated_block - erebus:erebus.animated_chest - erebus:erebus.antlion - erebus:erebus.antlion_boss - erebus:erebus.antlion_mini_boss - erebus:erebus.bed_bug - erebus:erebus.beetle - erebus:erebus.beetle_larva - erebus:erebus.black_ant - erebus:erebus.black_widow - erebus:erebus.bog_maw - erebus:erebus.bombardier_beetle - erebus:erebus.bombardier_beetle_larva - erebus:erebus.bot_fly - erebus:erebus.bot_fly_larva - erebus:erebus.centipede - erebus:erebus.chameleon_tick - erebus:erebus.cicada - erebus:erebus.crop_weevil - erebus:erebus.crushroom - erebus:erebus.dragon_fly - erebus:erebus.fire_ant - erebus:erebus.fire_ant_soldier - erebus:erebus.fire_resistent_item - erebus:erebus.fly - erebus:erebus.fungal_weevil - erebus:erebus.gas_vent - erebus:erebus.glow_worm - erebus:erebus.goo_ball - erebus:erebus.grasshopper - erebus:erebus.honey_pot_ant - erebus:erebus.jumping_spider - erebus:erebus.lava_web_spider - erebus:erebus.locust - erebus:erebus.magma_crawler - erebus:erebus.midge_swarm - erebus:erebus.money_spider - erebus:erebus.mosquito - erebus:erebus.moth - erebus:erebus.mucus_bomb_primed - erebus:erebus.poison_jet - erebus:erebus.pond_skater - erebus:erebus.praying_mantis - erebus:erebus.preserved_block - erebus:erebus.punchroom - erebus:erebus.rhino_beetle - erebus:erebus.scorpion - erebus:erebus.scytodes - erebus:erebus.solifuge - erebus:erebus.solifuge_small - erebus:erebus.spore_ball - erebus:erebus.stag_beetle - erebus:erebus.tarantula - erebus:erebus.tarantula_baby - erebus:erebus.tarantula_egg - erebus:erebus.tarantula_mini_boss - erebus:erebus.thrown_sand - erebus:erebus.titan_beetle - erebus:erebus.umber_golem - erebus:erebus.umber_golem_idol - erebus:erebus.velvet_worm - erebus:erebus.wasp - erebus:erebus.wasp_dagger - erebus:erebus.web_sling - erebus:erebus.woodlouse - erebus:erebus.woodlouse_ball - erebus:erebus.worker_bee - erebus:erebus.zombie_ant - erebus:erebus.zombie_ant_soldier - extrabotany:darkpixie - extrabotany:domain - extrabotany:fb - extrabotany:gaiaiii - extrabotany:judahoath - extrabotany:judahspear - extrabotany:judahsword - extrabotany:petpixie - extrabotany:skulllandmine - extrabotany:skullminion - extrabotany:skullmissile - extrabotany:splashgrenade - extrabotany:voidherrscher - mod_lavacow:acidjet - mod_lavacow:avaton - mod_lavacow:banshee - mod_lavacow:boneworm - mod_lavacow:deathcoil - mod_lavacow:foglet - mod_lavacow:forsaken - mod_lavacow:ghostbomb - mod_lavacow:ghostray - mod_lavacow:holygrenade - mod_lavacow:ithaqua - mod_lavacow:lavacow - mod_lavacow:lilsludge - mod_lavacow:mimic - mod_lavacow:mummy - mod_lavacow:parasite - mod_lavacow:pingu - mod_lavacow:piranha - mod_lavacow:piranhalauncher - mod_lavacow:ptera - mod_lavacow:raven - mod_lavacow:salamander - mod_lavacow:sandburst - mod_lavacow:scarecrow - mod_lavacow:skeletonking - mod_lavacow:sludgejet - mod_lavacow:sludgelord - mod_lavacow:sonicbomb - mod_lavacow:unburied - mod_lavacow:undeadswine - mod_lavacow:undertaker - mod_lavacow:vespa - mod_lavacow:vespacocoon - mod_lavacow:warsmallfireball - mod_lavacow:weta - mod_lavacow:zombiefrozen - mod_lavacow:zombiemushroom - mod_lavacow:zombiepiranha - forestry:butterflyge - iceandfire:amphithere - iceandfire:amphitherearrow - iceandfire:chaintie - iceandfire:cyclops - iceandfire:deathworm - iceandfire:deathwormegg - iceandfire:dragonarrow - iceandfire:dragonegg - iceandfire:dragonfirecharge - iceandfire:dragonicecharge - iceandfire:dragonskull - iceandfire:dread_beast - iceandfire:dread_ghoul - iceandfire:dread_horse - iceandfire:dread_knight - iceandfire:dread_lich - iceandfire:dread_lich_skull - iceandfire:dread_scuttler - iceandfire:dread_thrall - iceandfire:firedragon - iceandfire:gorgon - iceandfire:hippocampus - iceandfire:hippogryph - iceandfire:hippogryphegg - iceandfire:hydra_arrow - iceandfire:hydra_breath - iceandfire:icedragon - iceandfire:if_cockatrice - iceandfire:if_cockatriceegg - iceandfire:if_hydra - iceandfire:if_mob_skull - iceandfire:if_pixie - iceandfire:if_troll - iceandfire:myrmex_egg - iceandfire:myrmex_queen - iceandfire:myrmex_royal - iceandfire:myrmex_sentinel - iceandfire:myrmex_soldier - iceandfire:myrmex_swarmer - iceandfire:myrmex_worker - iceandfire:pixiecharge - iceandfire:seaserpent - iceandfire:seaserpentarrow - iceandfire:seaserpentbubble - iceandfire:siren - iceandfire:snowvillager - iceandfire:stonestatue - iceandfire:stymphalianarrow - iceandfire:stymphalianbird - iceandfire:stymphalianfeather - iceandfire:tide_trident - industrialforegoing:pink_slime - integrateddynamics:entityitemtargetted - leshen:howler - leshen:leshen - leshen:leshen_spider - leshen:leshen_wolf - mightyenderchicken:ent_chaoschicken - mightyenderchicken:ent_chickenspawner - mightyenderchicken:ent_eggbomb - mightyenderchicken:ent_enderchicken - minecraft:area_effect_cloud - minecraft:armor_stand - minecraft:arrow - minecraft:bat - minecraft:blaze - minecraft:boat - minecraft:cave_spider - minecraft:chest_minecart - minecraft:chicken - minecraft:commandblock_minecart - minecraft:cow - minecraft:creeper - minecraft:donkey - minecraft:dragon_fireball - minecraft:egg - minecraft:elder_guardian - minecraft:ender_crystal - minecraft:ender_dragon - minecraft:ender_pearl - minecraft:enderman - minecraft:endermite - minecraft:evocation_fangs - minecraft:evocation_illager - minecraft:eye_of_ender_signal - minecraft:falling_block - minecraft:fireball - minecraft:fireworks_rocket - minecraft:furnace_minecart - minecraft:ghast - minecraft:giant - minecraft:guardian - minecraft:hopper_minecart - minecraft:horse - minecraft:husk - minecraft:illusion_illager - minecraft:item - minecraft:item_frame - minecraft:leash_knot - minecraft:llama - minecraft:llama_spit - minecraft:magma_cube - minecraft:minecart - minecraft:mooshroom - minecraft:mule - minecraft:ocelot - minecraft:painting - minecraft:parrot - minecraft:pig - minecraft:polar_bear - minecraft:potion - minecraft:rabbit - minecraft:sheep - minecraft:shulker - minecraft:shulker_bullet - minecraft:silverfish - minecraft:skeleton - minecraft:skeleton_horse - minecraft:slime - minecraft:small_fireball - minecraft:snowball - minecraft:snowman - minecraft:spawner_minecart - minecraft:spectral_arrow - minecraft:spider - minecraft:squid - minecraft:stray - minecraft:tnt_minecart - minecraft:vex - minecraft:villager - minecraft:villager_golem - minecraft:vindication_illager - minecraft:witch - minecraft:wither - minecraft:wither_skeleton - minecraft:wither_skull - minecraft:wolf - minecraft:xp_bottle - minecraft:xp_orb - minecraft:zombie - minecraft:zombie_horse - minecraft:zombie_pigman - minecraft:zombie_villager - testdummy:dummy - testdummy:floating_number - testdummy:floating_number_dps - natura:imp - natura:nitrocreeper - nuclearcraft:feral_ghoul - openblocks:cartographer - openblocks:golden_eye - opencomputers:drone - openmods:block - randomthings:spirit - thaumcraft:bottletaint - thaumcraft:brainyzombie - thaumcraft:cultistcleric - thaumcraft:cultistknight - thaumcraft:cultistleader - thaumcraft:cultistportalgreater - thaumcraft:cultistportallesser - thaumcraft:eldritchcrab - thaumcraft:eldritchgolem - thaumcraft:eldritchguardian - thaumcraft:eldritchorb - thaumcraft:eldritchwarden - thaumcraft:fallingtaint - thaumcraft:firebat - thaumcraft:fluxrift - thaumcraft:focuscloud - thaumcraft:focusmine - thaumcraft:focusprojectile - thaumcraft:followitem - thaumcraft:giantbrainyzombie - thaumcraft:golem - thaumcraft:golemdart - thaumcraft:golemorb - thaumcraft:grapple - thaumcraft:inhabitedzombie - thaumcraft:mindspider - thaumcraft:pech - thaumcraft:specialitem - thaumcraft:spellbat - thaumcraft:taintacle - thaumcraft:taintaclegiant - thaumcraft:taintacletiny - thaumcraft:taintcrawler - thaumcraft:taintseed - thaumcraft:taintseedprime - thaumcraft:taintswarm - thaumcraft:thaumslime - thaumcraft:turretadvanced - thaumcraft:turretbasic - thaumcraft:wisp - thaumadditions:blue_wolf - thaumadditions:chester - thaumadditions:essentia_shot - thaumadditions:mithminite_scythe - thaumicaugmentation:eldritch_golem - thaumicaugmentation:eldritch_guardian - thaumicaugmentation:eldritch_warden - thaumicaugmentation:primal_wisp - thaumicaugmentation:shield_focus - thaumicwonders:corruption_avatar - aether_legacy:aerbunny - aether_legacy:aerwhale - aether_legacy:cockatrice - aether_legacy:fire_minion - aether_legacy:floating_block - aether_legacy:flying_cow - aether_legacy:golden_dart - aether_legacy:ice_ball - aether_legacy:lightning_knife - aether_legacy:mimic - aether_legacy:mini_cloud - aether_legacy:moa - aether_legacy:phyg - aether_legacy:sentry - aether_legacy:sheepuff - aether_legacy:slider - aether_legacy:sun_spirit - aether_legacy:swet - aether_legacy:thunder_ball - aether_legacy:tipped_phoenix_arrow - aether_legacy:tnt_present - aether_legacy:valkyrie - aether_legacy:valkyrie_queen - aether_legacy:whirlwind - aether_legacy:zephyr - aether_legacy:zephyr_snowball - thebetweenlands:anadia - thebetweenlands:angler - thebetweenlands:angry_pebble - thebetweenlands:ash_sprite - thebetweenlands:barrishee - thebetweenlands:betweenlands_fish_hook - thebetweenlands:betweenstone_pebble - thebetweenlands:bl_arrow - thebetweenlands:bl_elexir - thebetweenlands:blood_snail - thebetweenlands:boulder_sprite - thebetweenlands:bubbler_crab - thebetweenlands:bubbler_crab_bubble - thebetweenlands:cave_fish - thebetweenlands:cc_ground_spawner - thebetweenlands:chiromaw - thebetweenlands:chiromaw_droppings - thebetweenlands:chiromaw_greebling_rider - thebetweenlands:chiromaw_hatchling - thebetweenlands:chiromaw_matriarch - thebetweenlands:chiromaw_tame - thebetweenlands:crypt_crawler - thebetweenlands:dark_druid - thebetweenlands:decay_pit_target - thebetweenlands:draeton - thebetweenlands:draeton_chiromaw_tamed - thebetweenlands:draeton_dragonfly - thebetweenlands:draeton_firefly - thebetweenlands:dragonfly - thebetweenlands:dreadful_mummy - thebetweenlands:emberling - thebetweenlands:emberling_shaman - thebetweenlands:false_xp - thebetweenlands:firefly - thebetweenlands:fish_bait_item - thebetweenlands:fish_vortex - thebetweenlands:fishing_spear - thebetweenlands:fishing_tackle_box_seat - thebetweenlands:flame_jet - thebetweenlands:fortress_boss - thebetweenlands:fortress_boss_blockade - thebetweenlands:fortress_boss_projectile - thebetweenlands:fortress_boss_spawner - thebetweenlands:fortress_boss_teleporter - thebetweenlands:fortress_boss_turret - thebetweenlands:freshwater_urchin - thebetweenlands:frog - thebetweenlands:gallery_frame - thebetweenlands:gas_cloud - thebetweenlands:gecko - thebetweenlands:glowing_goop - thebetweenlands:greebling - thebetweenlands:greebling_coracle - thebetweenlands:greebling_corpse - thebetweenlands:greebling_volarpad_floater - thebetweenlands:jellyfish - thebetweenlands:jellyfish_cave - thebetweenlands:large_sludge_worm - thebetweenlands:leech - thebetweenlands:lightning - thebetweenlands:lurker - thebetweenlands:lurker_skin_raft - thebetweenlands:mire_snail - thebetweenlands:mire_snail_egg - thebetweenlands:mist_brige - thebetweenlands:moving_spawner_hole - thebetweenlands:moving_wall - thebetweenlands:multipart_dummy - thebetweenlands:mummy_arm - thebetweenlands:olm - thebetweenlands:peat_mummy - thebetweenlands:predator_arrow_guide - thebetweenlands:pyrad - thebetweenlands:pyrad_flame - thebetweenlands:resurrection - thebetweenlands:rock_snot - thebetweenlands:rock_snot_tendril - thebetweenlands:root_grabber - thebetweenlands:root_sprite - thebetweenlands:rope_node - thebetweenlands:sap_spit - thebetweenlands:shambler - thebetweenlands:shock - thebetweenlands:shockwave_block - thebetweenlands:shockwave_sword_item - thebetweenlands:silt_crab - thebetweenlands:sludge - thebetweenlands:sludge_ball - thebetweenlands:sludge_jet - thebetweenlands:sludge_menace - thebetweenlands:sludge_menace_multipart_dummy - thebetweenlands:sludge_wall_jet - thebetweenlands:small_sludge_worm - thebetweenlands:smoll_sludge - thebetweenlands:snail_poison_jet - thebetweenlands:spike_wave - thebetweenlands:spirit_tree_face_large - thebetweenlands:spirit_tree_face_mask - thebetweenlands:spirit_tree_face_small - thebetweenlands:splodeshroom - thebetweenlands:spore_jet - thebetweenlands:sporeling - thebetweenlands:stalker - thebetweenlands:swamp_hag - thebetweenlands:swarm - thebetweenlands:sword_energy - thebetweenlands:tamed_spirit_tree_face - thebetweenlands:tar_beast - thebetweenlands:tarminion - thebetweenlands:termite - thebetweenlands:thrown_tarminion - thebetweenlands:tiny_sludge_worm - thebetweenlands:tiny_sludge_worm_helper - thebetweenlands:tiny_worm_egg_sac - thebetweenlands:toad - thebetweenlands:triggered_falling_block - thebetweenlands:triggered_sludge_wall_jet - thebetweenlands:urchin_spike_aoe - thebetweenlands:volarkite - thebetweenlands:volatile_soul - thebetweenlands:wall_lamprey - thebetweenlands:wall_living_root - thebetweenlands:weedwood_rowboat - thebetweenlands:wild_emberling - thebetweenlands:worm_ground_spawner - twilightforest:adherent - twilightforest:armored_giant - twilightforest:bighorn_sheep - twilightforest:blockchain_goblin - twilightforest:boggard - twilightforest:bunny - twilightforest:castle_guardian - twilightforest:chain_block - twilightforest:charm_effect - twilightforest:cube_of_annihilation - twilightforest:death_tome - twilightforest:deer - twilightforest:falling_ice - twilightforest:fire_beetle - twilightforest:firefly - twilightforest:giant_miner - twilightforest:goblin_knight_lower - twilightforest:goblin_knight_upper - twilightforest:harbinger_cube - twilightforest:hedge_spider - twilightforest:helmet_crab - twilightforest:hostile_wolf - twilightforest:hydra - twilightforest:hydra_head - twilightforest:hydra_mortar - twilightforest:ice_arrow - twilightforest:ice_crystal - twilightforest:ice_snowball - twilightforest:king_spider - twilightforest:knight_phantom - twilightforest:kobold - twilightforest:lich - twilightforest:lich_minion - twilightforest:loyal_zombie - twilightforest:maze_slime - twilightforest:mini_ghast - twilightforest:minoshroom - twilightforest:minotaur - twilightforest:mist_wolf - twilightforest:moonworm_shot - twilightforest:mosquito_swarm - twilightforest:naga - twilightforest:nature_bolt - twilightforest:penguin - twilightforest:pinch_beetle - twilightforest:quest_ram - twilightforest:raven - twilightforest:rising_zombie - twilightforest:roving_cube - twilightforest:seeker_arrow - twilightforest:skeleton_druid - twilightforest:slider - twilightforest:slime_beetle - twilightforest:slime_blob - twilightforest:snow_guardian - twilightforest:snow_queen - twilightforest:squirrel - twilightforest:stable_ice_core - twilightforest:swarm_spider - twilightforest:thrown_wep - twilightforest:tiny_bird - twilightforest:tower_broodling - twilightforest:tower_ghast - twilightforest:tower_golem - twilightforest:tower_termite - twilightforest:troll - twilightforest:unstable_ice_core - twilightforest:ur_ghast - twilightforest:wand_bolt - twilightforest:wild_boar - twilightforest:winter_wolf - twilightforest:wraith - twilightforest:yeti - twilightforest:yeti_alpha - thermaldynamics:transport - thermalfoundation:basalz - thermalfoundation:blitz - thermalfoundation:blizz - tconstruct:blueslime - > - - # Value represents a modifier to general spawn rates. Higher = more spawns. Value between 0 and 1 - # Min: 0.0 - # Max: 1.0 - D:mobSpawnFrequencyModifier=0.3 - - ########################################################################################################## - # hunterentities - #--------------------------------------------------------------------------------------------------------# - # Add or remove Hunter entity attributes from creatures - ########################################################################################################## - - hunterentities { - # A list of entities with their associated hunter level and xp reward. Add to the list to include a new entity, or remove one to withdraw its hunter status - S:hunterEntities < - aoa3:anemia lvl:1 xp:23.1 - aoa3:bloodmist lvl:1 xp:9 - aoa3:dark_beast lvl:1 xp:11.2 - aoa3:host lvl:1 xp:19 - aoa3:irkling lvl:1 xp:9.9 - aoa3:linger lvl:1 xp:10.8 - aoa3:modulo lvl:1 xp:11.9 - aoa3:night_watcher lvl:1 xp:9.5 - aoa3:rammerhead lvl:1 xp:10.8 - aoa3:roloscope lvl:1 xp:9 - aoa3:scrubby lvl:1 xp:7.6 - aoa3:skellox lvl:1 xp:7.6 - aoa3:terrestrial lvl:1 xp:13.4 - aoa3:urka lvl:1 xp:8.8 - aoa3:vertebron lvl:1 xp:9.5 - aoa3:void_walker lvl:1 xp:6.4 - aoa3:walker lvl:1 xp:6.6 - aoa3:death_hunter lvl:3 xp:11.4 - aoa3:headless_destroyer lvl:3 xp:12.1 - aoa3:reaper_twins lvl:3 xp:9 - aoa3:triclops lvl:3 xp:7.6 - aoa3:mother_void_walker lvl:5 xp:9.9 - aoa3:ice_giant lvl:9 xp:8.6 - aoa3:leafy_giant lvl:9 xp:7.4 - aoa3:sand_giant lvl:9 xp:10.2 - aoa3:stone_giant lvl:9 xp:15.5 - aoa3:wood_giant lvl:9 xp:12.4 - aoa3:amphibiyte lvl:12 xp:8.1 - aoa3:skeletal_cowman lvl:13 xp:12.8 - aoa3:kaiyu lvl:17 xp:10.5 - aoa3:zhinx lvl:19 xp:17.8 - aoa3:exohead lvl:20 xp:15.2 - aoa3:nethengeic_beast lvl:20 xp:16.3 - aoa3:diocus lvl:20 xp:29.9 - aoa3:paravite lvl:20 xp:21.4 - aoa3:spinoledon lvl:20 xp:21.4 - aoa3:iosaur lvl:20 xp:24.2 - aoa3:mushroom_spider lvl:20 xp:21.6 - aoa3:rawbone lvl:20 xp:24.6 - aoa3:enforcer lvl:20 xp:26.4 - aoa3:undead_troll lvl:20 xp:28.4 - aoa3:jawe lvl:20 xp:30.5 - aoa3:banshee lvl:20 xp:39.1 - aoa3:nightmare_spider lvl:20 xp:26.6 - aoa3:dawnlight lvl:20 xp:35.4 - aoa3:nightwing lvl:20 xp:47.8 - aoa3:flesh_eater lvl:20 xp:51.6 - aoa3:jumbo lvl:20 xp:90.2 - aoa3:phantom lvl:20 xp:70.3 - aoa3:cane_bug lvl:20 xp:88.9 - aoa3:gingerbird lvl:20 xp:112.8 - aoa3:gingerbread_man lvl:30 xp:143.6 - aoa3:pod_plant lvl:30 xp:183.1 - aoa3:vine_wizard lvl:30 xp:233.9 - aoa3:spectral_wizard lvl:30 xp:353.3 - aoa3:runic_guardian lvl:30 xp:417.2 - aoa3:mermage lvl:30 xp:453.5 - aoa3:amphibior lvl:30 xp:536 - aoa3:faceless_floater lvl:30 xp:634 - aoa3:zorp lvl:30 xp:888.4 - aoa3:zarg lvl:30 xp:966.9 - aoa3:baumba lvl:30 xp:1145.8 - aoa3:refluct lvl:30 xp:1247.6 - aoa3:inmate_x lvl:40 xp:1443.4 - aoa3:inmate_y lvl:40 xp:1640.8 - aoa3:merkyre lvl:40 xp:1755.3 - aoa3:crusilisk lvl:40 xp:1912.2 - aoa3:arkzyne lvl:40 xp:2270.2 - aoa3:shyre_troll lvl:50 xp:3203.6 - aoa3:lightwalker lvl:50 xp:4527.5 - aoa3:luxocron lvl:50 xp:5873.8 - aoa3:stimulosus lvl:50 xp:5873.8 - > - } - -} - - diff --git a/config - Copy/aoa3/integrations_config.cfg b/config - Copy/aoa3/integrations_config.cfg deleted file mode 100644 index 35303812..00000000 --- a/config - Copy/aoa3/integrations_config.cfg +++ /dev/null @@ -1,679 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # tinkersconstruct - #--------------------------------------------------------------------------------------------------------# - # Configure Tinkers Construct integration options - ########################################################################################################## - - tinkersconstruct { - # Set this to false to disable all integrations with Tinkers Construct when the mod is present. - B:enabled=true - - # Set this to false to disable AoA's custom materials for Tinkers Construct - B:materials=true - - # Set this to false to disable AoA's additional modifiers for Tinkers Construct - B:modifiers=true - - # List of AoA Dimensions to prevent slime island generation in. - S:slimeIslandBlacklist < - Abyss - Ancient_Cavern - Barathos - Candyland - Celeve - Creeponia - Crystevia - Deeplands - Dustopia - Gardencia - Greckon - Haven - Immortallis - Iromine - LBorean - Lelyetia - Lunalus - Mysterium - Precasia - Runandor - Shyrelands - Vox_Ponds - > - } - - ########################################################################################################## - # jer - #--------------------------------------------------------------------------------------------------------# - # Configure JustEnoughResources integration options - ########################################################################################################## - - jer { - # Set this to false to disable all integrations with JustEnoughResources when the mod is present. - B:enabled=true - } - - ########################################################################################################## - # ic2 - #--------------------------------------------------------------------------------------------------------# - # Configure IndustrialCraft2 integration options - ########################################################################################################## - - ic2 { - # Set this to false to disable additional compressor recipes from AoA - B:compressorRecipes=true - - # Set this to false to disable all integrations with IndustrialCraft2 when the mod is present. - B:enabled=true - - # Set this to false to disable additional extractor recipes from AoA - B:extractorRecipes=true - - # Set this to false to disable Hazmat Armor & Qantum suit integration with AoA's Hazmat Suit - B:hazmatArmour=true - - # Set this to false to disable custom materials from AoA - B:materials=true - } - - ########################################################################################################## - # crafttweaker - #--------------------------------------------------------------------------------------------------------# - # Configure CraftTweaker integration options - ########################################################################################################## - - crafttweaker { - # Set this to false to disable all integrations with CraftTweaker when the mod is present. - B:enabled=true - } - - ########################################################################################################## - # jei - #--------------------------------------------------------------------------------------------------------# - # Configure JEI integration options - ########################################################################################################## - - jei { - # Set this to false to disable all integrations with JEI when the mod is present. - B:enabled=true - } - - ########################################################################################################## - # immersiveengineering - #--------------------------------------------------------------------------------------------------------# - # Configure Immersive Engineering integration options - ########################################################################################################## - - immersiveengineering { - # Set this to false to disable all integrations with Immersive Engineering when the mod is present. - B:enabled=true - } - - ########################################################################################################## - # thaumcraft - #--------------------------------------------------------------------------------------------------------# - # Configure Thaumcraft integration options - ########################################################################################################## - - thaumcraft { - # List of AoA raw items and their default aspect values. Thaumcraft automatically assigns aspects to non-raw items. - S:defaultAspects < - aoa3:copper_coin; permutatio:1 - aoa3:silver_coin; desiderium:1 permutatio:1 - aoa3:gold_coin; desiderium:1 permutatio:1 - aoa3:lunaver_coin; desiderium:1 permutatio:1 - aoa3:eye_bulb; herba:5 victus:5 vitium:1 - aoa3:holly_top_petals; herba:5 victus:5 praecantatio:1 - aoa3:floracle_sticks; herba:5 victus:5 aqua:5 - aoa3:trilliad_leaves; herba:5 victus:5 alkimia:1 - aoa3:goldicap_petals; herba:5 victus:5 motus:1 - aoa3:luna_globe; herba:5 victus:5 alienis:1 - aoa3:lunacrike; herba:5 victus:5 alienis:1 - aoa3:lunalons; herba:5 victus:5 alienis:1 - aoa3:rosidons; herba:5 victus:5 motus:1 - aoa3:mystic_shrooms; herba:5 victus:5 sensus:1 - aoa3:tea_shreddings; herba:5 victus:5 terra:5 - aoa3:chilli; herba:5 victus:5 ignis:5 - aoa3:thorny_petals; herba:5 victus:5 aversio:1 - aoa3:heart_fruit; herba:5 victus:5 aversio:1 - aoa3:magic_marang; herba:5 victus:5 potentia:1 - aoa3:bubble_berries; herba:5 victus:5 aqua:5 - aoa3:archergun_frame; metallum:5 fabrico:5 - aoa3:blaster_frame; metallum:5 fabrico:5 - aoa3:boots_frame; metallum:5 fabrico:5 - aoa3:leggings_frame; metallum:5 fabrico:5 - aoa3:chestplate_frame; metallum:5 fabrico:5 - aoa3:helmet_frame; metallum:5 fabrico:5 - aoa3:cannon_frame; metallum:5 fabrico:5 - aoa3:gun_frame; metallum:5 fabrico:5 - aoa3:shotgun_frame; metallum:5 fabrico:5 - aoa3:sniper_frame; metallum:5 fabrico:5 - aoa3:ancient_upgrade_kit; fabrico:35 sensus:15 - aoa3:abyssal_upgrade_kit; fabrico:35 vitium:15 - aoa3:predator_upgrade_kit; fabrico:35 bestia:15 - aoa3:smiley_upgrade_kit; fabrico:35 humanus:15 - aoa3:haunted_upgrade_kit; fabrico:35 spiritus:15 - aoa3:precasian_upgrade_kit; fabrico:35 victus:15 - aoa3:apoco_upgrade_kit; fabrico:35 mortuus:15 - aoa3:lunar_upgrade_kit; fabrico:35 alienis:15 - aoa3:seaside_upgrade_kit; fabrico:35 aqua:15 - aoa3:rocky_upgrade_kit; fabrico:35 terra:15 - aoa3:nether_upgrade_kit; fabrico:35 ignis:15 - aoa3:floro_upgrade_kit; fabrico:35 herba:15 - aoa3:golden_upgrade_kit; fabrico:35 desiderium:15 - aoa3:clown_upgrade_kit; fabrico:35 vinculum:15 - aoa3:darkly_upgrade_kit; fabrico:35 tenebrae:15 - aoa3:runic_upgrade_kit; fabrico:35 potentia:15 - aoa3:light_upgrade_kit; fabrico:35 lux:15 - aoa3:weapon_parts; fabrico:35 instrumentum:15 - aoa3:lelyetian_upgrade_kit; fabrico:35 motus:15 - aoa3:abyss_tokens; permutatio:1 vitium:1 - aoa3:baron_tokens; permutatio:1 alienis:1 - aoa3:borean_tokens; permutatio:1 aqua:1 - aoa3:candyland_tokens; permutatio:1 vitreus:1 - aoa3:celeve_tokens; permutatio:1 humanus:1 - aoa3:creeponia_tokens; permutatio:1 perditio:1 - aoa3:crystevia_tokens; permutatio:1 vitreus:1 - aoa3:deeplands_tokens; permutatio:1 perditio:1 - aoa3:dungeon_tokens; permutatio:1 sensus:1 - aoa3:dustopia_tokens; permutatio:1 tenebrae:1 - aoa3:gardencia_tokens; permutatio:1 herba:1 - aoa3:greckon_tokens; permutatio:1 spiritus:1 - aoa3:haven_tokens; permutatio:1 ordo:1 - aoa3:iromine_tokens; permutatio:1 metallum:1 - aoa3:lelyetia_tokens; permutatio:1 motus:1 - aoa3:lunar_tokens; permutatio:1 alienis:1 - aoa3:mysterium_tokens; permutatio:1 victus:1 - aoa3:nether_tokens; permutatio:1 ignis:1 - aoa3:precasian_tokens; permutatio:1 bestia:1 - aoa3:runandor_tokens; permutatio:1 praecantatio:1 - aoa3:shyrelands_tokens; permutatio:1 aer:1 - aoa3:vox_ponds_tokens; permutatio:1 mortuus:1 - aoa3:blank_slab; potentia:2 vacuos:2 terra:2 - aoa3:penguin_slab; bestia:1 gelum:1 - aoa3:draggy_slab; bestia:1 praecantatio:1 - aoa3:compeer_slab; bestia:1 terra:1 - aoa3:waggy_slab; bestia:1 praecantatio:1 - aoa3:plateosaur_slab; bestia:1 praemunio:1 - aoa3:spraggy_slab; bestia:1 praecantatio:1 - aoa3:spikeback_slab; bestia:1 aversio:1 - aoa3:craggy_slab; bestia:1 praecantatio:1 - aoa3:hellquin_slab; bestia:1 ignis:1 - aoa3:horntail_slab; bestia:1 motus:1 - aoa3:rammerhorn_slab; bestia:1 aversio:1 - aoa3:shaddy_slab; bestia:1 praecantatio:1 - aoa3:corby_slab; bestia:1 aqua:1 - aoa3:gnawer_slab; bestia:1 herba:1 - aoa3:blissard_slab; bestia:1 gelum:1 - aoa3:ender_carrier_slab; bestia:1 alienis:1 - aoa3:goofer_slab; bestia:1 vinculum:1 - aoa3:mecha_cyclops_slab; bestia:1 machina:1 - aoa3:alluricorn_slab; bestia:1 potentia:1 - aoa3:construct_of_servility_slab; bestia:1 machina:1 - aoa3:healing_golem_slab; bestia:1 victus:1 - aoa3:mecha_skellox_slab; bestia:1 machina:1 - aoa3:bubble_berry_seeds; herba:5 victus:1 - aoa3:chilli_seeds; herba:5 victus:1 - aoa3:floracle_seeds; herba:5 victus:1 - aoa3:goldicap_seeds; herba:5 victus:1 - aoa3:heart_fruit_seeds; herba:5 victus:1 - aoa3:holly_top_seeds; herba:5 victus:1 - aoa3:lunacrike_seeds; herba:5 victus:1 - aoa3:luna_globe_seeds; herba:5 victus:1 - aoa3:lunalon_seeds; herba:5 victus:1 - aoa3:magic_marang_seeds; herba:5 victus:1 - aoa3:rosidon_seeds; herba:5 victus:1 - aoa3:tea_seeds; herba:5 victus:1 - aoa3:thorny_plant_seeds; herba:5 victus:1 - aoa3:trilliad_seeds; herba:5 victus:1 - aoa3:wind_rune; praecantatio:1 aer:1 - aoa3:fire_rune; praecantatio:1 ignis:1 - aoa3:water_rune; praecantatio:1 aqua:1 - aoa3:poison_rune; praecantatio:1 mortuus:1 - aoa3:wither_rune; praecantatio:1 perditio:1 - aoa3:lunar_rune; praecantatio:1 alienis:1 - aoa3:energy_rune; praecantatio:1 potentia:1 - aoa3:strike_rune; praecantatio:1 aversio:1 - aoa3:storm_rune; praecantatio:1 ordo:1 - aoa3:kinetic_rune; praecantatio:1 cognitio:1 - aoa3:power_rune; praecantatio:1 machina:1 - aoa3:compass_rune; praecantatio:1 motus:1 - aoa3:distortion_rune; praecantatio:1 vitium:1 - aoa3:life_rune; praecantatio:1 victus:1 - aoa3:lunarade_mug; vacuos:5 vitreus:3 - aoa3:cup; vacuos:5 victus:3 - aoa3:gravitator; volatus:20 motus:15 potentia:15 - aoa3:scream_shield; praemunio:20 spiritus:15 tenebrae:15 - aoa3:holly_arrow; aversio:5 terra:1 instrumentum:1 volatus:1 aer:1 praecantatio:1 - aoa3:spectral_holly_arrow; sensus:17 lux:15 praecantatio:1 aversio:1 - aoa3:pop_shot; metallum:1 alienis:1 - aoa3:balloon; aer:1 fabrico:1 - aoa3:discharge_capsule; vitreus:1 perditio:1 - aoa3:mecha_gear; machina:25 fabrico:25 - aoa3:magic_repair_dust; fabrico:10 - aoa3:whitewashing_solution; victus:10 perditio:10 - aoa3:archaic_dirt_breakable; terra:5 sensus:2 - aoa3:baron_ground; terra:5 alienis:2 - aoa3:abyss_stone; terra:5 vitium:2 - aoa3:barathos_hellstone; terra:5 ignis:2 - aoa3:baron_stone; terra:5 alienis:2 - aoa3:borean_dirt; terra:5 alienis:2 - aoa3:borean_stone; terra:5 alienis:2 - aoa3:candyland_dirt; terra:5 vitreus:2 - aoa3:celeve_dirt; terra:5 humanus:2 - aoa3:creeponia_dirt; terra:5 perditio:2 - aoa3:creep_stone; terra:5 perditio:2 - aoa3:primed_stone; terra:5 perditio:2 - aoa3:unstable_stone; terra:5 perditio:2 - aoa3:crystevia_stone; terra:5 vitreus:2 - aoa3:deeplands_stone; terra:5 perditio:2 - aoa3:dustopia_dirt; terra:5 tenebrae:2 - aoa3:dustopia_stone; terra:5 tenebrae:2 - aoa3:gardencia_dirt; terra:5 herba:2 - aoa3:gardencia_stone; terra:5 spiritus:2 - aoa3:greckon_dirt; terra:5 spiritus:2 - aoa3:greckon_stone; terra:5 spiritus:2 - aoa3:high_precasia_stone; terra:5 bestia:2 - aoa3:low_precasia_stone; terra:5 bestia:2 - aoa3:haven_dirt; terra:5 ordo:2 - aoa3:haven_stone; terra:5 ordo:2 - aoa3:iromine_stone; terra:5 metallum:2 - aoa3:lelyetia_stone; terra:5 motus:2 - aoa3:lunalyte_dirt; terra:5 alienis:2 - aoa3:lunasole_dirt; terra:5 alienis:2 - aoa3:mysterium_dirt; terra:5 victus:2 - aoa3:mysterium_stone; terra:5 victus:2 - aoa3:shyrelands_stone; terra:5 aer:2 - aoa3:toxic_dirt; terra:5 mortuus:2 - aoa3:toxic_stone; terra:5 mortuus:2 - aoa3:runic_stone; terra:5 potentia:2 - aoa3:baron_carpet; humanus:3 fabrico:2 - aoa3:borean_carpet; humanus:3 fabrico:2 - aoa3:gardencian_carpet; humanus:3 fabrico:2 - aoa3:iro_carpet; humanus:3 fabrico:2 - aoa3:lunar_carpet; humanus:3 fabrico:2 - aoa3:nature_melon_slice; victus:1 - aoa3:hot_rod; bestia:5 victus:5 ignis:5 fabrico:1 - aoa3:fiery_chops; bestia:5 victus:5 ignis:5 fabrico:1 - aoa3:yeti_fingernails; bestia:5 victus:5 terra:5 - aoa3:candy_cane; desiderium:1 potentia:1 aqua:1 - aoa3:candy_corn; desiderium:1 potentia:1 aqua:1 - aoa3:eye_candy; desiderium:1 potentia:1 aqua:1 - aoa3:peppermint_candy; desiderium:1 potentia:1 aqua:1 - aoa3:sour_candy; desiderium:1 potentia:1 aqua:1 - aoa3:sour_gummy; desiderium:1 potentia:1 aqua:1 - aoa3:sour_pop; desiderium:1 potentia:1 aqua:1 - aoa3:spearmint_candy; desiderium:1 potentia:1 aqua:1 - aoa3:gingerbread_cookie; desiderium:1 herba:1 victus:1 - aoa3:gingerbread_wing; desiderium:1 herba:1 victus:1 - aoa3:halycon_milk; metallum:33 victus:10 vacuos:5 bestia:5 aqua:5 - aoa3:lunarade; aqua:5 motus:5 - aoa3:tea; aqua:5 herba:5 - aoa3:fungal_tea; aqua:5 herba:5 sensus:5 - aoa3:natural_tea; aqua:5 herba:5 victus:5 - aoa3:rammerhead_hide; bestia:5 praemunio:5 - aoa3:urka_hide; bestia:5 praemunio:5 - aoa3:scrap_metal; metallum:1 - aoa3:white_druse; vitreus:5 praemunio:5 - aoa3:blue_druse; vitreus:5 volatus:5 - aoa3:red_druse; vitreus:5 aversio:5 - aoa3:green_druse; vitreus:5 spiritus:5 - aoa3:purple_druse; vitreus:5 cognitio:5 - aoa3:yellow_druse; vitreus:5 motus:5 - aoa3:small_purple_petal; herba:5 praemunio:5 - aoa3:small_blue_petal; herba:5 aversio:5 - aoa3:small_green_petal; herba:5 cognitio:5 - aoa3:small_red_petal; herba:5 victus:5 - aoa3:small_orange_petal; herba:5 potentia:5 - aoa3:yellow_spores; victus:5 ordo:5 sensus:5 - aoa3:orange_spores; victus:5 perditio:5 sensus:5 - aoa3:ghostly_powder; spiritus:5 exanimis:5 alkimia:5 - aoa3:phantasm; spiritus:5 mortuus:5 sensus:5 - aoa3:ghoulasm; exanimis:5 mortuus:5 sensus:5 - aoa3:nightmare_flakes; vitium:5 tenebrae:5 alkimia:5 - aoa3:ice_crystal; vitreus:5 gelum:5 - aoa3:orbulon; alienis:5 potentia:5 praecantatio:5 - aoa3:coral_stone; terra:10 aqua:10 perditio:5 - aoa3:void_scales; alienis:5 tenebrae:5 vacuos:5 - aoa3:rosid_root; herba:5 alkimia:5 victus:5 - aoa3:floating_stone; terra:5 volatus:5 aer:5 - aoa3:ivory; mortuus:5 victus:5 bestia:5 - aoa3:flammable_dust; ignis:15 perditio:10 alkimia:5 - aoa3:amphibiyte_lung; sensus:5 aqua:5 bestia:5 - aoa3:hive_chunk; alienis:5 bestia:5 terra:5 - aoa3:chitin; bestia:5 praemunio:5 - aoa3:enchanted_gunpowder; perditio:10 ignis:10 praecantatio:5 alkimia:5 - aoa3:unstable_gunpowder; perditio:15 ignis:10 alkimia:5 - aoa3:confetti_pile; humanus:5 fabrico:5 aer:5 - aoa3:darkly_powder; tenebrae:5 mortuus:5 alienis:5 - aoa3:runic_energy; potentia:5 praecantatio:5 auram:5 - aoa3:power_core; potentia:5 praecantatio:5 machina:5 - aoa3:mushroom_spores; victus:5 herba:5 sensus:5 - aoa3:magnet_shard; metallum:5 motus:5 terra:5 - aoa3:torn_cloth; fabrico:5 praemunio:5 humanus:5 - aoa3:sharp_claw; bestia:5 aversio:5 victus:5 - aoa3:dense_rock; terra:15 perditio:10 - aoa3:jungle_thorns; terra:10 herba:5 victus:5 - aoa3:primordial_skull; spiritus:10 exanimis:10 tenebrae:10 - aoa3:zhinx_dust; motus:5 lux:5 ordo:5 - aoa3:toxic_lump; mortuus:5 vitium:5 perditio:5 - aoa3:runium_chunk; potentia:5 vacuos:5 - aoa3:chestbone_fragment; mortuus:10 victus:10 - aoa3:skullbone_fragment; mortuus:10 victus:10 - aoa3:legbone_fragment; mortuus:10 victus:10 - aoa3:footbone_fragment; mortuus:10 victus:10 - aoa3:charged_runium_chunk; potentia:10 vacuos:10 - aoa3:jade; vitreus:10 desiderium:10 - aoa3:amethyst; vitreus:15 desiderium:15 - aoa3:sapphire; vitreus:15 desiderium:15 - aoa3:gemenyte; vitreus:10 desiderium:10 perditio:5 - aoa3:ornamyte; vitreus:10 desiderium:10 perditio:5 - aoa3:jewelyte; vitreus:10 desiderium:10 perditio:5 - aoa3:bloodstone; vitreus:15 desiderium:15 vitium:5 - aoa3:crystallite; vitreus:15 desiderium:15 ordo:5 - aoa3:blue_gemstones; vitreus:15 desiderium:15 permutatio:5 - aoa3:green_gemstones; vitreus:15 desiderium:15 permutatio:5 - aoa3:purple_gemstones; vitreus:15 desiderium:15 permutatio:5 - aoa3:red_gemstones; vitreus:15 desiderium:15 permutatio:5 - aoa3:white_gemstones; vitreus:15 desiderium:15 permutatio:5 - aoa3:yellow_gemstones; vitreus:15 desiderium:15 permutatio:5 - aoa3:blue_crystal; vitreus:15 desiderium:15 praecantatio:5 - aoa3:green_crystal; vitreus:15 desiderium:15 praecantatio:5 - aoa3:purple_crystal; vitreus:15 desiderium:15 praecantatio:5 - aoa3:red_crystal; vitreus:15 desiderium:15 praecantatio:5 - aoa3:white_crystal; vitreus:15 desiderium:15 praecantatio:5 - aoa3:yellow_crystal; vitreus:15 desiderium:15 praecantatio:5 - aoa3:shyregem; vitreus:18 desiderium:18 potentia:10 auram:5 - aoa3:limonite_ingot; metallum:10 perditio:5 - aoa3:rosite_ingot; metallum:10 fabrico:5 - aoa3:skeletal_ingot; mortuus:10 victus:10 metallum:5 - aoa3:emberstone_ingot; metallum:10 ignis:5 - aoa3:mystite_ingot; metallum:15 victus:5 - aoa3:lyon_ingot; metallum:15 instrumentum:5 - aoa3:varsium_ingot; metallum:10 alienis:5 - aoa3:elecanium_ingot; metallum:15 potentia:10 - aoa3:blazium_ingot; metallum:10 ignis:10 - aoa3:ghastly_ingot; metallum:15 spiritus:10 - aoa3:ghoulish_ingot; metallum:15 exanimis:10 - aoa3:lunar_ingot; metallum:15 alienis:10 - aoa3:baronyte_ingot; metallum:10 alienis:5 - aoa3:rusted_iron_ingot; metallum:2 perditio:2 - aoa3:shyrestone_ingot; metallum:18 potentia:10 praecantatio:10 auram:5 - aoa3:raw_candlefish; bestia:5 victus:5 aqua:5 - aoa3:raw_crimson_skipper; bestia:5 victus:5 aqua:5 - aoa3:raw_crimson_stripefish; bestia:5 victus:5 aqua:5 - aoa3:raw_dark_hatchetfish; bestia:5 victus:5 aqua:5 - aoa3:raw_fingerfish; bestia:5 victus:5 aqua:5 - aoa3:raw_golden_gullfish; bestia:5 victus:5 aqua:5 - aoa3:raw_ironback; bestia:5 victus:5 aqua:5 - aoa3:raw_limefish; bestia:5 victus:5 aqua:5 - aoa3:raw_pearl_stripefish; bestia:5 victus:5 aqua:5 - aoa3:raw_rainbowfish; bestia:5 victus:5 aqua:5 - aoa3:raw_razorfish; bestia:5 victus:5 aqua:5 - aoa3:raw_rocketfish; bestia:5 victus:5 aqua:5 - aoa3:raw_sailback; bestia:5 victus:5 aqua:5 - aoa3:raw_sapphire_strider; bestia:5 victus:5 aqua:5 - aoa3:raw_turquoise_stripefish; bestia:5 victus:5 aqua:5 - aoa3:raw_violet_skipper; bestia:5 victus:5 aqua:5 - aoa3:candlefish; bestia:5 victus:5 fabrico:1 - aoa3:crimson_skipper; bestia:5 victus:5 fabrico:1 - aoa3:crimson_stripefish; bestia:5 victus:5 fabrico:1 - aoa3:dark_hatchetfish; bestia:5 victus:5 fabrico:1 - aoa3:fingerfish; bestia:5 victus:5 fabrico:1 - aoa3:golden_gullfish; bestia:5 victus:5 fabrico:1 - aoa3:ironback; bestia:5 victus:5 fabrico:1 - aoa3:limefish; bestia:5 victus:5 fabrico:1 - aoa3:pearl_stripefish; bestia:5 victus:5 fabrico:1 - aoa3:rainbowfish; bestia:5 victus:5 fabrico:1 - aoa3:razorfish; bestia:5 victus:5 fabrico:1 - aoa3:rocketfish; bestia:5 victus:5 fabrico:1 - aoa3:sailback; bestia:5 victus:5 fabrico:1 - aoa3:sapphire_strider; bestia:5 victus:5 fabrico:1 - aoa3:turquoise_stripefish; bestia:5 victus:5 fabrico:1 - aoa3:violet_skipper; bestia:5 victus:5 fabrico:1 - aoa3:raw_ursa_meat; bestia:5 victus:5 terra:5 - aoa3:raw_halycon_beef; bestia:5 victus:5 terra:5 - aoa3:raw_furlion_chop; bestia:5 victus:5 terra:5 - aoa3:raw_chimera_chop; bestia:5 victus:5 terra:5 - aoa3:raw_charger_shank; bestia:5 victus:5 terra:5 - aoa3:charger_shank; bestia:5 victus:5 fabrico:1 - aoa3:chimera_chop; bestia:5 victus:5 fabrico:1 - aoa3:furlion_chop; bestia:5 victus:5 fabrico:1 - aoa3:halycon_beef; bestia:5 victus:5 fabrico:1 - aoa3:ursa_meat; bestia:5 victus:5 fabrico:1 - aoa3:runium_ore; potentia:5 vacuos:5 terra:5 - aoa3:chestbone_fragments_ore; mortuus:10 victus:10 terra:5 - aoa3:skullbone_fragments_ore; mortuus:10 victus:10 terra:5 - aoa3:legbone_fragments_ore; mortuus:10 victus:10 terra:5 - aoa3:footbone_fragments_ore; mortuus:10 victus:10 terra:5 - aoa3:charged_runium_ore; potentia:10 vacuos:10 terra:5 - aoa3:jade_ore; vitreus:10 desiderium:10 terra:5 - aoa3:amethyst_ore; vitreus:15 desiderium:15 terra:5 - aoa3:sapphire_ore; vitreus:15 desiderium:15 terra:5 - aoa3:gemenyte_ore; vitreus:10 desiderium:10 perditio:5 terra:5 - aoa3:ornamyte_ore; vitreus:10 desiderium:10 perditio:5 terra:5 - aoa3:jewelyte_ore; vitreus:10 desiderium:10 perditio:5 terra:5 - aoa3:bloodstone_ore; vitreus:15 desiderium:15 vitium:5 terra:5 - aoa3:crystallite; vitreus:15 desiderium:15 ordo:5 terra:5 - aoa3:blue_crystal_ore; vitreus:15 desiderium:15 praecantatio:5 terra:5 - aoa3:green_crystal_ore; vitreus:15 desiderium:15 praecantatio:5 terra:5 - aoa3:purple_crystal_ore; vitreus:15 desiderium:15 praecantatio:5 terra:5 - aoa3:red_crystal_ore; vitreus:15 desiderium:15 praecantatio:5 terra:5 - aoa3:white_crystal_ore; vitreus:15 desiderium:15 praecantatio:5 terra:5 - aoa3:yellow_crystal_ore; vitreus:15 desiderium:15 praecantatio:5 terra:5 - aoa3:shyregem_ore; vitreus:18 desiderium:18 potentia:10 auram:5 terra:5 - aoa3:limonite_ore; metallum:10 perditio:5 terra:5 - aoa3:rosite_ore; metallum:10 fabrico:5 terra:5 - aoa3:emberstone_ore; metallum:10 ignis:5 terra:5 - aoa3:mystite_ore; metallum:15 victus:5 terra:5 - aoa3:lyon_ore; metallum:15 instrumentum:5 terra:5 - aoa3:varsium_ore; metallum:10 alienis:5 terra:5 - aoa3:elecanium_ore; metallum:15 potentia:10 terra:5 - aoa3:blazium_ore; metallum:10 ignis:10 terra:5 - aoa3:ghastly_ore; metallum:15 spiritus:10 terra:5 - aoa3:ghoulish_ore; metallum:15 exanimis:10 terra:5 - aoa3:baronyte_ore; metallum:10 alienis:5 terra:5 - aoa3:shyrestone_ore; metallum:18 potentia:10 praecantatio:10 auram:5 terra:5 - aoa3:arcbulb; herba:5 sensus:5 victus:1 - aoa3:arcflower; herba:5 sensus:5 victus:1 - aoa3:celevians_blue; herba:5 sensus:5 victus:1 - aoa3:celevians_purple; herba:5 sensus:5 victus:1 - aoa3:celevians_red; herba:5 sensus:5 victus:1 - aoa3:celevians_white; herba:5 sensus:5 victus:1 - aoa3:creep_flowers; herba:5 sensus:5 victus:1 - aoa3:daileers; herba:5 sensus:5 victus:1 - aoa3:dawn_bush; herba:5 sensus:5 victus:1 - aoa3:dawn_flower; herba:5 sensus:5 victus:1 - aoa3:daylooms_yellow; herba:5 sensus:5 victus:1 - aoa3:haunted_flower; herba:5 sensus:5 victus:1 - aoa3:horizon_daisies; herba:5 sensus:5 victus:1 - aoa3:lylips; herba:5 sensus:5 victus:1 - aoa3:magias; herba:5 sensus:5 victus:1 - aoa3:ocealites_blue; herba:5 sensus:5 victus:1 - aoa3:runic_bush; herba:5 sensus:5 victus:1 - aoa3:shyre_weed; herba:5 sensus:5 victus:1 - aoa3:bureal_stocks; herba:5 aer:1 - aoa3:candycane; herba:5 aer:1 - aoa3:candy_grass; herba:5 aer:1 - aoa3:blue_candy_grass; herba:5 aer:1 - aoa3:creep_grass; herba:5 aer:1 - aoa3:blue_crystal_plant; herba:5 aer:1 - aoa3:green_crystal_plant; herba:5 aer:1 - aoa3:purple_crystal_plant; herba:5 aer:1 - aoa3:red_crystal_plant; herba:5 aer:1 - aoa3:white_crystal_plant; herba:5 aer:1 - aoa3:yellow_crystal_plant; herba:5 aer:1 - aoa3:dawn_grass; herba:5 aer:1 - aoa3:dead_grass; herba:5 aer:1 - aoa3:deep_blooms; herba:5 aer:1 - aoa3:deep_grass; herba:5 aer:1 - aoa3:haven_grass_plant; herba:5 aer:1 - aoa3:iro_grass; herba:5 aer:1 - aoa3:irotops; herba:5 aer:1 - aoa3:lelyetian_grass; herba:5 aer:1 - aoa3:lelyetian_grass_down; herba:5 aer:1 - aoa3:lucon_grass; herba:5 aer:1 - aoa3:lunalip; herba:5 aer:1 - aoa3:luntar; herba:5 aer:1 - aoa3:lurchians; herba:5 aer:1 - aoa3:mystic_bush; herba:5 aer:1 - aoa3:mystic_ferns; herba:5 aer:1 - aoa3:rainbow_grass; herba:5 aer:1 - aoa3:rainbow_grass2; herba:5 aer:1 - aoa3:rainbow_grass3; herba:5 aer:1 - aoa3:rune_bulbs; herba:5 aer:1 - aoa3:tangle_thorns; herba:5 aer:1 - aoa3:trilliad_bloom; herba:5 aer:1 - aoa3:tubeicles; herba:5 aer:1 - aoa3:green_waterweeds; herba:5 aer:1 - aoa3:red_waterweeds; herba:5 aer:1 - aoa3:white_waterweeds; herba:5 aer:1 - aoa3:yellow_waterweeds; herba:5 aer:1 - aoa3:blue_lollypop; herba:5 aer:1 - aoa3:red_lollypop; herba:5 aer:1 - aoa3:yellow_lollypop; herba:5 aer:1 - aoa3:ancient_vines; herba:5 aer:1 - aoa3:ancient_vines_cap; herba:5 aer:1 - aoa3:blood_pine_stem; herba:5 aer:1 - aoa3:blood_pine; herba:5 aer:1 - aoa3:blood_spikes; herba:5 aer:1 - aoa3:blood_strands; herba:5 aer:1 - aoa3:bulb_stock; herba:5 aer:1 - aoa3:bulb_stock_cap; herba:5 aer:1 - aoa3:celebulbs_stem; herba:5 aer:1 - aoa3:celebulbs_green; herba:5 aer:1 - aoa3:celebulbs_yellow; herba:5 aer:1 - aoa3:coral_cage; herba:5 aer:1 - aoa3:dawnwood_bars; herba:5 aer:1 - aoa3:eye_shrub_stem; herba:5 aer:1 - aoa3:eye_shrub; herba:5 aer:1 - aoa3:garden_grass; herba:5 aer:1 - aoa3:havendales_blue_stem; herba:5 aer:1 - aoa3:havendales_pink_stem; herba:5 aer:1 - aoa3:havendales_yellow_stem; herba:5 aer:1 - aoa3:havendales_blue; herba:5 aer:1 - aoa3:havendales_pink; herba:5 aer:1 - aoa3:havendales_yellow; herba:5 aer:1 - aoa3:lelyetian_stem; herba:5 aer:1 - aoa3:lelyetian_stem_cap; herba:5 aer:1 - aoa3:lelyetian_stem_cap_down; herba:5 aer:1 - aoa3:lelyetian_wiggler; herba:5 aer:1 - aoa3:lelyetian_wiggler_bottom; herba:5 aer:1 - aoa3:lelyetian_wiggler_top; herba:5 aer:1 - aoa3:green_peppermint; herba:5 aer:1 - aoa3:red_peppermint; herba:5 aer:1 - aoa3:plastic_stick; herba:5 aer:1 - aoa3:candy_tube; herba:5 aer:1 - aoa3:shyre_stock; herba:5 aer:1 - aoa3:shyre_cap; herba:5 aer:1 - aoa3:shyre_cap_down; herba:5 aer:1 - aoa3:vox_fungi_stem; herba:5 aer:1 - aoa3:vox_fungi; herba:5 aer:1 - aoa3:vox_tentacles_stem; herba:5 aer:1 - aoa3:vox_tentacles; herba:5 aer:1 - aoa3:creep_vines; herba:5 aer:1 - aoa3:abyss_grass; terra:5 vitium:2 herba:2 - aoa3:borean_grass; terra:5 alienis:2 herba:2 - aoa3:candyland_grass; terra:5 vitreus:2 herba:2 - aoa3:celeve_grass; terra:5 humanus:2 herba:2 - aoa3:creeponia_grass; terra:5 perditio:2 herba:2 - aoa3:dustopia_grass; terra:5 tenebrae:2 herba:2 - aoa3:gardencia_grass; terra:5 herba:2 herba:2 - aoa3:greckon_grass; terra:5 spiritus:2 herba:2 - aoa3:precasia_grass; terra:5 bestia:2 herba:2 - aoa3:haven_grass; terra:5 ordo:2 herba:2 - aoa3:iromine_grass; terra:5 metallum:2 herba:2 - aoa3:lelyetia_grass; terra:5 motus:2 herba:2 - aoa3:lelyetia_down_grass; terra:5 motus:2 herba:2 - aoa3:lunalyte_grass; terra:5 alienis:2 herba:2 - aoa3:lunasole_grass; terra:5 alienis:2 herba:2 - aoa3:mysterium_grass; terra:5 victus:2 herba:2 - aoa3:shyrelands_grass; terra:5 aer:2 herba:2 - aoa3:toxic_grass; terra:5 mortuus:2 herba:2 - aoa3:runic_grass; terra:5 potentia:2 herba:2 - aoa3:baron_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:black_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:bloodstone_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:blue_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:brown_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:coral_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:creeponia_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:crystallite_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:crystevia_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:cyan_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:dark_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:dark_blue_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:dark_grey_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:darkwash_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:gardencia_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:greckon_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:green_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:grey_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:haunted_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:iro_dotted_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:iro_striped_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:lelyetia_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:lime_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:lunar_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:magenta_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:black_mysterium_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:green_mysterium_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:orange_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:pink_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:purple_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:red_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:rosidian_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:runic_construct_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:white_shyre_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:yellow_shyre_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:skeletal_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:white_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:whitewash_bricks; terra:3 fabrico:2 praemunio:1 - aoa3:yellow_bricks; terra:3 fabrico:2 praemunio:1 - > - - # Set this to false to disable all integrations with Thaumcraft when the mod is present. - B:enabled=true - } - - ########################################################################################################## - # thermalexpansion - #--------------------------------------------------------------------------------------------------------# - # Configure Thermal Expansion integration options - ########################################################################################################## - - thermalexpansion { - # Set this to false to disable AoA integration Arboreal Extractor recipes - B:arborealExtractorRecipes=true - - # Set this to false to disable all integrations with Thermal Expansion when the mod is present. - B:enabled=true - - # Set this to false to disable AoA integration Enervation Dynamo recipes - B:enervationDynamoRecipes=true - - # Set this to false to disable AoA integration Fractionating Still recipes - B:fractionatingStillRecipes=true - - # Set this to false to disable AoA integration Glacial Precipitator recipes - B:glacialPrecipitatorRecipes=true - - # Set this to false to disable AoA integration Numismatic Dynamo recipes - B:numismaticDynamoRecipes=true - - # Set this to false to disable AoA integration Phytogenic Insolator recipes - B:phytogenicInsolatorRecipes=false - - # Set this to false to disable AoA integration pulverizer recipes - B:pulverizerRecipes=true - - # Set this to false to disable AoA integration sawmill recipes - B:sawmillRecipes=true - } - -} - - diff --git a/config - Copy/aoa3/main_config.cfg b/config - Copy/aoa3/main_config.cfg deleted file mode 100644 index b7b7b0d5..00000000 --- a/config - Copy/aoa3/main_config.cfg +++ /dev/null @@ -1,193 +0,0 @@ -# Configuration file - -general { - # Set to false to stop non-player entities from using the AoA portal system - B:allowNonPlayerPortalTravel=true - - # Set this to false to disable enchantments that breach level caps - B:allowUnsafeInfusion=true - B:customEntityAnimationsEnabled=true - - # Set this to true to disable all overworld natural spawns. WARNING: This will make a lot of content inaccessible without further modifications. Use at your own risk! - B:disableOverworldMobs=false - - # Set this to true to enable more detailed debugging. If you don't mind your logs having a bit more info, or you are trying to figure out a bug or crash, this can be very helpful to have - B:doVerboseDebugging=false - - # Set this to true to make Corrupted Travellers easier to find. - B:easyCorruptedTravellers=false - B:fasterFloatingDimensions=false - - # Modifier for global xp gain for all players for AoA skills. Higher numbers means more xp gained - # Min: 0.0 - # Max: 10.0 - D:globalXpModifier=1.0 - - # Set this to false to switch to a vertical layout for the HUD resources - B:hudResourcesHorizontal=true - - # Choose a corner to have your resources indicators render in. - # Valid values: - # Top_Right - # Top_Left - # Bottom_Right - # Bottom_Left - S:hudResourcesPosition=Bottom_Right - - # The amount of players to store as ranked on the leaderboard. Lower amounts generally have slightly better performance - # Min: 5 - # Max: 9999 - I:leaderboardCapacity=100 - - # Set this to true to enable the leaderboard functionality. Doing so on an existing leaderboard may cause issues with data accuracy on re-enabling until the mod catches back up - B:leaderboardEnabled=false - - # Setting this to false allows the game to continue running as normal while the Advent of Ascension GUI is open. - B:mainWindowPausesGame=true - - # The current theme for the main Advent of Ascension window. - S:mainWindowTheme=Default - - # Configure the maximum amount of minions a player can have at a given time - # Min: 1 - # Max: 200 - I:maxMinions=10 - S:personalCrownPreference=Super_Donator - - # If multiple halos are available, which one would you prefer to have on? - # Valid values: - # Donator - # Super_Donator - # Wiki_Editor - S:personalHaloPreference=Super_Donator - - # Adjust this value to modify how far to look for safe/existing portal locations. The lower the value, the faster it runs - I:portalSearchRadius=24 - - # Set this to false to disable AoA's resources functionality. - B:resourcesEnabled=true - - # Set this to false to disable the messages that appear at sunrise and sunset. This does not affect tribute or event messages - B:showDailyMessages=true - B:showPlayerCrowns=true - - # Set this to false to hide player halos for those that have them - B:showPlayerHalos=true - - # Set this to false to limit your levels display to a max of level 100. Levels above this are for prestige only and do not affect your gameplay - B:showVanityLevels=true - - # Set this to false to disable the message that welcomes you to Advent of Ascension when logging in - B:showWelcomeMessage=true - - # Set this to false to disable the small scrolling popups that appear when you gain xp in a skill - B:showXpParticles=true - - # Set this to false to disable AoA's skills functionality. - B:skillsEnabled=true - - # Set this to false to disable third party and vanilla entities from showing in the bestiary - B:thirdPartyBestiary=true - - # Set this to false to use chat messages for mod feedback instead of toasts - B:useToasts=true - - ########################################################################################################## - # dimensionids - #--------------------------------------------------------------------------------------------------------# - # Configure registered dimension IDs for all AoA dimensions. Don't change this unless you know what you are doing - ########################################################################################################## - - dimensionids { - I:abyss=800 - I:ancientCavern=801 - I:barathos=802 - I:candyland=803 - I:celeve=804 - I:creeponia=805 - I:crystevia=806 - I:deeplands=807 - I:dustopia=808 - I:gardencia=809 - I:greckon=810 - I:haven=811 - I:immortallis=812 - I:iromine=813 - I:lborean=814 - I:lelyetia=815 - I:lunalus=816 - I:mysterium=817 - I:precasia=818 - I:runandor=819 - I:shyrelands=820 - I:voxPonds=821 - } - - ########################################################################################################## - # overworldevents - #--------------------------------------------------------------------------------------------------------# - # Configure random events that happen in the overworld each day or night - ########################################################################################################## - - overworldevents { - # Chance per day for the Big Day event to occur. Value is represented as a chance of 1/n. Set to 0 to disable entirely. - # Min: 0 - # Max: 1000000 - I:bigDayChance=0 - - # Chance per day for the Blood Hunt event to occur. Value is represented as a chance of 1/n. Set to 0 to disable entirely. - # Min: 0 - # Max: 1000000 - I:bloodHuntChance=0 - - # Chance per day for the Creep Day event to occur. Value is represented as a chance of 1/n. Set to 0 to disable entirely. - # Min: 0 - # Max: 1000000 - I:creepDayChance=0 - - # Chance per day for the Death Day event to occur. Value is represented as a chance of 1/n. Set to 0 to disable entirely. - # Min: 0 - # Max: 1000000 - I:deathDayChance=0 - - # Set to false to disable all overworld events entirely. - B:enabled=false - - # Set to false to disable the Full Moon event on full moon nights in Minecraft - B:fullMoonEnabled=true - - # Chance per day for the Lunar Invasion event to occur. Value is represented as a chance of 1/n. Set to 0 to disable entirely. - # Min: 0 - # Max: 1000000 - I:lunarInvasionChance=0 - - # Chance per day for the Soul Scurry event to occur. Value is represented as a chance of 1/n. Set to 0 to disable entirely. - # Min: 0 - # Max: 1000000 - I:soulScurryChance=0 - } - - ########################################################################################################## - # funoptions - #--------------------------------------------------------------------------------------------------------# - # Toggle random fun options on and off - ########################################################################################################## - - funoptions { - # Set this to true for Chargers. All the chargers - B:alwaysChargers=false - - # Set this to true to enable AoA hardcore mode. - B:hardcoreMode=false - - # Set this to true to enable party deaths - B:partyDeaths=false - } - - thirdpartymods { - B:tinkersConstructActive=true - } - -} - - diff --git a/config - Copy/aoa3/ore_config.cfg b/config - Copy/aoa3/ore_config.cfg deleted file mode 100644 index 127f60c9..00000000 --- a/config - Copy/aoa3/ore_config.cfg +++ /dev/null @@ -1,546 +0,0 @@ -# Configuration file - -general { - - amethyst { - # Maximum ore blocks per Amethyst vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=7 - - # Maximum number of Amethyst veins per chunk - # Min: 0 - # Max: 20 - I:maxVeinsPerChunk=4 - - # Minimum ore blocks per Amethyst vein - # Min: 1 - # Max: 20 - I:minOresPerVein=3 - } - - baronyte { - # Maximum ore blocks per Baronyte vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=8 - - # Minimum ore blocks per Baronyte vein - # Min: 1 - # Max: 20 - I:minOresPerVein=4 - - # Number of Baronyte veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - blazium { - # Maximum ore blocks per Blazium vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=8 - - # Minimum ore blocks per Blazium vein - # Min: 1 - # Max: 20 - I:minOresPerVein=4 - - # Number of Blazium veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - bloodstone { - # Maximum ore blocks per Bloodstone vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=12 - - # Minimum ore blocks per Bloodstone vein - # Min: 1 - # Max: 20 - I:minOresPerVein=6 - - # Number of Bloodstone veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - bluecrystal { - # Maximum ore blocks per Blue Crystal vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Blue Crystal vein - # Min: 1 - # Max: 20 - I:minOresPerVein=9 - - # Number of Blue Crystal veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - chargedrunium { - # Maximum ore blocks per Charged Runium vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=18 - - # Minimum ore blocks per Charged Runium vein - # Min: 1 - # Max: 20 - I:minOresPerVein=12 - - # Number of Charged Runium veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - chestbonefragments { - # Maximum ore blocks per Chestbone Fragments vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Chestbone Fragments vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Chestbone Fragments veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - crystallite { - # Maximum ore blocks per Crystallite vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Crystallite vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Crystallite veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - elecanium { - # Maximum ore blocks per Elecanium vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=5 - - # Minimum ore blocks per Elecanium vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Elecanium veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - emberstone { - # Maximum ore blocks per Emberstone vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=8 - - # Minimum ore blocks per Emberstone vein - # Min: 1 - # Max: 20 - I:minOresPerVein=5 - - # Number of Emberstone veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=6 - } - - footbonefragments { - # Maximum ore blocks per Footbone Fragments vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Footbone Fragments vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Footbone Fragments veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - gemenyte { - # Maximum ore blocks per Gemenyte vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Gemenyte vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Gemenyte veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - ghastly { - # Maximum ore blocks per Ghastly Ore vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=7 - - # Minimum ore blocks per Ghastly Ore vein - # Min: 1 - # Max: 20 - I:minOresPerVein=3 - - # Number of Ghastly Ore veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - ghoulish { - # Maximum ore blocks per Ghoulish Ore vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=7 - - # Minimum ore blocks per Ghoulish Ore vein - # Min: 1 - # Max: 20 - I:minOresPerVein=3 - - # Number of Ghoulish Ore veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - greencrystal { - # Maximum ore blocks per Green Crystal vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Green Crystal vein - # Min: 1 - # Max: 20 - I:minOresPerVein=9 - - # Number of Green Crystal veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - jade { - # Maximum ore blocks per Jade vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=9 - - # Maximum number of Jade veins per chunk - # Min: 0 - # Max: 20 - I:maxVeinsPerChunk=5 - - # Minimum ore blocks per Jade vein - # Min: 1 - # Max: 20 - I:minOresPerVein=3 - } - - jewelyte { - # Maximum ore blocks per Jewelyte vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Jewelyte vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Jewelyte veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - legbonefragments { - # Maximum ore blocks per Legbone Fragments vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Legbone Fragments vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Legbone Fragments veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - limonite { - # Maximum ore blocks per Limonite vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=12 - - # Maximum number of Limonite veins per chunk - # Min: 0 - # Max: 20 - I:maxVeinsPerChunk=8 - - # Minimum ore blocks per Limonite vein - # Min: 1 - # Max: 20 - I:minOresPerVein=4 - } - - lyon { - # Maximum ore blocks per Lyon vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=7 - - # Minimum ore blocks per Lyon vein - # Min: 1 - # Max: 20 - I:minOresPerVein=3 - - # Number of Lyon veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - mystite { - # Maximum ore blocks per Mystite vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=9 - - # Minimum ore blocks per Mystite vein - # Min: 1 - # Max: 20 - I:minOresPerVein=5 - - # Number of Mystite veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - ornamyte { - # Maximum ore blocks per Ornamyte vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Ornamyte vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Ornamyte veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - purplecrystal { - # Maximum ore blocks per Purple Crystal vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Purple Crystal vein - # Min: 1 - # Max: 20 - I:minOresPerVein=9 - - # Number of Purple Crystal veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - redcrystal { - # Maximum ore blocks per Red Crystal vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Red Crystal vein - # Min: 1 - # Max: 20 - I:minOresPerVein=9 - - # Number of Red Crystal veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - rosite { - # Maximum ore blocks per Rosite vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=10 - - # Maximum number of Rosite veins per chunk - # Min: 0 - # Max: 20 - I:maxVeinsPerChunk=5 - - # Minimum ore blocks per Rosite vein - # Min: 1 - # Max: 20 - I:minOresPerVein=3 - } - - runium { - # Maximum ore blocks per Runium vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=17 - - # Maximum number of Runium veins per chunk - # Min: 0 - # Max: 20 - I:maxVeinsPerChunk=7 - - # Minimum ore blocks per Runium vein - # Min: 1 - # Max: 20 - I:minOresPerVein=8 - } - - sapphire { - # Maximum ore blocks per Sapphire vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=4 - - # Maximum number of Sapphire veins per chunk - # Min: 0 - # Max: 20 - I:maxVeinsPerChunk=5 - - # Minimum ore blocks per Sapphire vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - } - - shyre { - # Maximum Shyre ore blocks per chunk - # Min: 0 - # Max: 30 - I:maxBlocksPerChunk=19 - - # Minimum Shyre ore blocks per chunk - # Min: 0 - # Max: 20 - I:minBlocksPerChunk=10 - } - - skullbonefragments { - # Maximum ore blocks per Skullbone Fragments vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Skullbone Fragments vein - # Min: 1 - # Max: 20 - I:minOresPerVein=2 - - # Number of Skullbone Fragments veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - varsium { - # Maximum ore blocks per Varsium vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=8 - - # Minimum ore blocks per Varsium vein - # Min: 1 - # Max: 20 - I:minOresPerVein=4 - - # Number of Varsium veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - whitecrystal { - # Maximum ore blocks per White Crystal vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per White Crystal vein - # Min: 1 - # Max: 20 - I:minOresPerVein=9 - - # Number of White Crystal veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - - yellowcrystal { - # Maximum ore blocks per Yellow Crystal vein - # Min: 1 - # Max: 30 - I:maxOresPerVein=6 - - # Minimum ore blocks per Yellow Crystal vein - # Min: 1 - # Max: 20 - I:minOresPerVein=9 - - # Number of Yellow Crystal veins per chunk - # Min: 0 - # Max: 20 - I:veinsPerChunk=1 - } - -} - - diff --git a/config - Copy/aoa3/structure_config.cfg b/config - Copy/aoa3/structure_config.cfg deleted file mode 100644 index 57ab7c53..00000000 --- a/config - Copy/aoa3/structure_config.cfg +++ /dev/null @@ -1,748 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # abyss - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Abyss structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - abyss { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:abyssalLottoHutSpawnChance=340 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:eyeBulbGrottoSpawnChance=140 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:fleshTempleSpawnChance=420 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:illusionTreeSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:jaweHutSpawnChance=420 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:shadowlordPlatformSpawnChance=320 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:witherRuneShrineSpawnChance=450 - } - - ########################################################################################################## - # barathos - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Barathos structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - barathos { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:baronCastleSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:baronessArenaSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:baronessHouseSpawnChance=575 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:hiveNestSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:powerRuneShrineSpawnChance=450 - } - - ########################################################################################################## - # candyland - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Candyland structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk - ########################################################################################################## - - candyland { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:candyLottoPlatformSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:cottonCandyTowerSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:gingerbirdAviarySpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:gingerbreadHouseSpawnChance=540 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:infestedCandyCaneSpawnChance=420 - } - - ########################################################################################################## - # celeve - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Celeve structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - celeve { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:celevianLottoBalloonSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:compassRuneShrineSpawnChance=350 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:gyroPlatformSpawnChance=580 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:toyTowerSpawnChance=500 - } - - ########################################################################################################## - # creeponia - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Creeponia structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk - ########################################################################################################## - - creeponia { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:creeperHQSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:creeponiaBankSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:creeponianLottoStandSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:explosivesTowerSpawnChance=300 - } - - ########################################################################################################## - # crystevia - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Crystevia structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely - ########################################################################################################## - - crystevia { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:crystalBuildingSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:crystalTransferHutSpawnChance=45 - } - - ########################################################################################################## - # deeplands - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Deeplands structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk - ########################################################################################################## - - deeplands { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:arocknidCaveSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:chargingStationSpawnChance=535 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:deepLottoShelterSpawnChance=535 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:krorPillarsSpawnChance=435 - } - - ########################################################################################################## - # dustopia - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Dustopia structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk - ########################################################################################################## - - dustopia { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:arkzyneOutpostSpawnChance=295 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:crusiliskCaveSpawnChance=305 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:dustopianVillageSpawnChance=200 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lottoCageSpawnChance=200 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:merkyreTowerSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:primordialShrineSpawnChance=350 - } - - ########################################################################################################## - # gardencia - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Gardencia structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - gardencia { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:dayseeFlowerSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:floroCastleSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:gardenCastleSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:kineticRuneShrineSpawnChance=450 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lottoSkyFlowerSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:wizardFlowerSpawnChance=300 - } - - ########################################################################################################## - # greckon - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Greckon structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - greckon { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:facelessTreeSpawnChance=180 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:hauntedLottoRockSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:hauntedMazeSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:stormRuneShrineSpawnChance=450 - } - - ########################################################################################################## - # haven - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Haven structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - haven { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:dawnlightDungeonSpawnChance=450 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:floatingLottoFountainSpawnChance=450 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:guardianTowerSpawnChance=35 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:rockriderBoulderSpawnChance=17 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:strikeRuneShrineSpawnChance=450 - } - - ########################################################################################################## - # iromine - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Iromine structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - iromine { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:chargingPadsSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:energyRuneShrineSpawnChance=450 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:iroMazeSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:iroPassageSpawnChance=150 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:iroPillarSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:professorsLabSpawnChance=400 - } - - ########################################################################################################## - # lborean - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for L'Borean structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - lborean { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:aquaticCastleSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:dracyonFountainSpawnChance=450 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:drownedLottoStandSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:hydroPlatformSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:waterRuneShrineSpawnChance=450 - } - - ########################################################################################################## - # lelyetia - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Lelyetia structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk - ########################################################################################################## - - lelyetia { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:boneyDungeonSpawnChance=380 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:grawPillarSpawnChance=166 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lelyetianTowerSpawnChance=760 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:paraviteHiveSpawnChance=380 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:zhinxEnclaveSpawnChance=380 - } - - ########################################################################################################## - # lunalus - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Lunalus structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - lunalus { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lunarCreationPlatformSpawnChance=505 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lunarGardenSpawnChance=504 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lunarMazeSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lunarPrisonSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lunarRuneShrineSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lunarVillageSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:observersEyeSpawnChance=375 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:spaceArenaSpawnChance=505 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:zargPlanetoidSpawnChance=500 - } - - ########################################################################################################## - # mysterium - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Mysterium structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - mysterium { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:distortionRuneShrineSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:fungshroomSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:gorbVillageSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:hauntedCastleSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:mushroomSpiderCaveSpawnChance=350 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:mysticLottoShroomSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:mysticPortalPlatformSpawnChance=0 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:runicArenaSpawnChance=315 - } - - ########################################################################################################## - # nether - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Nether structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely - ########################################################################################################## - - nether { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:fireRuneShrineSpawnChance=100 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:nethengeicPitSpawnChance=200 - } - - ########################################################################################################## - # overworld - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Overworld structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely - ########################################################################################################## - - overworld { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:amphibiyteCoveSpawnChance=20 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:ruinedTeleporterFrameSpawnChance=0 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:windRuneShrineSpawnChance=150 - } - - ########################################################################################################## - # precasia - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Precasia structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines and precasian dens - ########################################################################################################## - - precasia { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:jungleLottoHutSpawnChance=320 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:kaiyuTempleSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:lifeRuneShrineSpawnChance=450 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:opteryxNestSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:precasianDenSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:skeletalArmyArenaSpawnChance=500 - } - - ########################################################################################################## - # runandor - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Runandor structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk - ########################################################################################################## - - runandor { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:clunkheadArenaSpawnChance=500 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:runeRandomisationStationSpawnChance=315 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:runeTemplarBunkerSpawnChance=300 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:runicTowerSpawnChance=550 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:spectralCageSpawnChance=400 - } - - ########################################################################################################## - # shyrelands - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for Shyrelands structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely - ########################################################################################################## - - shyrelands { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:craexxeusTowerSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:shyreDecorationSpawnChance=25 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:shyreDungeonSpawnChance=250 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:whitewashingStationSpawnChance=275 - } - - ########################################################################################################## - # voxponds - #--------------------------------------------------------------------------------------------------------# - # Set custom spawn chances for VoxPonds structures. Value is represented as a chance of 1/n. Enter 0 to disable spawning the structure entirely. One structure per chunk, with the exception of rune shrines - ########################################################################################################## - - voxponds { - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:cellTowerSpawnChance=406 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:controlTowerSpawnChance=406 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:enigmaStationSpawnChance=566 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:nightwingIslandSpawnChance=97 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:observationTowerSpawnChance=406 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:poisonRuneShrineSpawnChance=400 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:voxBuildingSpawnChance=130 - - # Value is represented as a chance to spawn of 1/n per chunk - # Min: 0 - # Max: 1000000 - I:voxLottoOutpostSpawnChance=83 - } - -} - - diff --git a/config - Copy/appleskin.cfg b/config - Copy/appleskin.cfg deleted file mode 100644 index 602f7025..00000000 --- a/config - Copy/appleskin.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# Configuration file - -########################################################################################################## -# client -#--------------------------------------------------------------------------------------------------------# -# These config settings are client-side only -########################################################################################################## - -client { - # If true, shows your food exhaustion as a progress bar behind the hunger bars - B:show.food.exhaustion.hud.underlay=true - - # If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay - B:show.food.stats.in.debug.overlay=true - - # If true, shows the hunger (and saturation if show.saturation.hud.overlay is true) that would be restored by food you are currently holding - B:show.food.values.hud.overlay=true - - # If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT - B:show.food.values.in.tooltip=true - - # If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) - B:show.food.values.in.tooltip.always=true - - # If true, shows your current saturation level overlayed on the hunger bar - B:show.saturation.hud.overlay=true -} - - diff --git a/config - Copy/aquaacrobatics.cfg b/config - Copy/aquaacrobatics.cfg deleted file mode 100644 index df4db13f..00000000 --- a/config - Copy/aquaacrobatics.cfg +++ /dev/null @@ -1,146 +0,0 @@ -# Configuration file - -general { - # STANDARD - The player will occasionally be pushed out of certain spaces. Collisions are evaluated for full cubes only, non-full cubes are ignored. This is the default behavior up to Minecraft 1.12. - # APPROXIMATE - The player can move into more spaces, but will still be pushed out of some. Collisions are evaluated for full cubes only, non-full cubes are ignored. - # EXACT - The player can move into all spaces as expected. Collisions are evaluated for all types of cubes. This is the default behavior in Minecraft 1.13 and onwards. - # Valid values: - # STANDARD - # APPROXIMATE - # EXACT - S:"Push Player Out Of Blocks"=APPROXIMATE - - ########################################################################################################## - # blocks - #--------------------------------------------------------------------------------------------------------# - # Block-related config options (must match server). - ########################################################################################################## - - blocks { - # Make water only reduce light level by 1 per Y-level, instead of 3. - B:"Brighter Water"=true - - # Use the new water rendering in 1.13+. - B:"New Water"=true - - # Use the new fog rendering in 1.13+. - B:"New Water Fog"=false - - # Allow seagrass to generate in the world. - B:Seagrass=false - } - - ########################################################################################################## - # movement - #--------------------------------------------------------------------------------------------------------# - # Movement related config options. - ########################################################################################################## - - movement { - # Taking off with an elytra from the ground is now far easier like in Minecraft 1.15 and onwards. - B:"Easy Elytra Takeoff"=true - - # Enables crawling to prevent suffocation. Note that if you disable this there will probably be behavioral differences from 1.13. - B:"Enable Crawling"=true - - # Enables a keybind to toggle crawling. - B:"Enable Toggle Crawling"=false - - # Allow climbing vines and climbing by pressing jump. - B:"New Climbing Behavior"=false - - # Modify projectile behavior to be closer to that of newer versions (fixes MC-73884 and allows bubble columns to work with ender pearls). - B:"New Projectile Behavior"=false - - # Prevent sprinting from being triggered by double tapping the walk forward key. - B:"No Double Tab Sprinting"=false - - # Enables sprinting to the left and right. - B:"Sideways Sprinting"=true - - # Enables swimming to the left and right. - B:"Sideways Swimming"=true - } - - ########################################################################################################## - # miscellaneous - #--------------------------------------------------------------------------------------------------------# - # Config options for various features of the mod. - ########################################################################################################## - - miscellaneous { - # Enable bubble columns. - B:"Bubble Columns"=false - - # Allows overriding the water and fog colors for a biome. Specify each entry like this (without quotes) - 'modname:biome,color,fogcolor' - S:"Custom Biome Water Colors" < - > - - # Animate eating in third-person view. - B:"Eating Animation"=true - - # Whether or not items should float in water like in 1.13+. - B:"Floating Items"=true - - # Replenish air slowly when out of water instead of immediately. - B:"Replenish Air Slowly"=true - - # Parrots no longer leave the players shoulders as easily, instead the player needs to press the sneak key. - B:"Sneaking Dismounts Parrots"=true - - # List of WorldProviders in which fog should be disabled. - S:"WorldProvider Fog Blacklist" < - thebetweenlands.common.world.WorldProviderBetweenlands - > - } - - ########################################################################################################## - # integration - #--------------------------------------------------------------------------------------------------------# - # Control compatibility settings for individual mods. - ########################################################################################################## - - integration { - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Applied Energistics 2 Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"ArtemisLib Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Betweenlands Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Chiseled Me Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Ender IO Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Hats Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Mo' Bends Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Morph Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Random Patches Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Thaumic Augmentation Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Trinkets and Baubles Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Wings Integration"=true - - # Only applies when the mod is installed. Disable when there are issues with the mod. - B:"Witchery: Resurrected Integration"=true - } - -} - - diff --git a/config - Copy/aquaacrobatics_core.cfg b/config - Copy/aquaacrobatics_core.cfg deleted file mode 100644 index b2d9a2f3..00000000 --- a/config - Copy/aquaacrobatics_core.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -hacks { - # TickCentral has a buggy ASM transformer - this will disable these mixins from being applied. Make sure bubble columns are disabled if you use this. [default: false] - B:DisableBlockUpdateMixins=true -} - - diff --git a/config - Copy/ariks/Torcherino.cfg b/config - Copy/ariks/Torcherino.cfg deleted file mode 100644 index b466de47..00000000 --- a/config - Copy/ariks/Torcherino.cfg +++ /dev/null @@ -1,73 +0,0 @@ -# Configuration file - -blacklist { - # modid:unlocalized [default: ] - S:blacklistedBlocks < - extrautils2:rainbowgenerator - nuclearcraft:fission_controller_new_fixed - nuclearcraft:salt_fission_controller - nuclearcraft:heat_exchanger_controller - nuclearcraft:turbine_controller - nuclearcraft:fusion_core - bigreactors:turbinecontroller - bigreactors:reactorcontroller - thermalexpansion:dynamo:0 - thermalexpansion:dynamo:1 - thermalexpansion:dynamo:2 - thermalexpansion:dynamo:3 - thermalexpansion:dynamo:4 - thermalexpansion:dynamo:5 - techreborn:thermal_generator - techreborn:diesel_generator - techreborn:semi_fluid_generator - techreborn:solid_fuel_generator - techreborn:dragon_egg_syphon - industrialforegoing:protein_generator - industrialforegoing:biofuel_generator - cyclicmagic:peat_generator - enderio:block_zombie_generator - enderio:block_franken_zombie_generator - enderio:block_ender_generator - actuallyadditions:block_bio_reactor - modularrouters:item_router - > - - # Fully qualified class name [default: ] - S:blacklistedTiles < - extrautils2:rainbowgenerator - nuclearcraft:fission_controller_new_fixed - nuclearcraft:salt_fission_controller - nuclearcraft:heat_exchanger_controller - nuclearcraft:turbine_controller - nuclearcraft:fusion_core - bigreactors:turbinecontroller - bigreactors:reactorcontroller - thermalexpansion:dynamo:0 - thermalexpansion:dynamo:1 - thermalexpansion:dynamo:2 - thermalexpansion:dynamo:3 - thermalexpansion:dynamo:4 - thermalexpansion:dynamo:5 - techreborn:thermal_generator - techreborn:diesel_generator - techreborn:semi_fluid_generator - techreborn:solid_fuel_generator - techreborn:dragon_egg_syphon - industrialforegoing:protein_generator - industrialforegoing:biofuel_generator - cyclicmagic:peat_generator - enderio:block_zombie_generator - enderio:block_franken_zombie_generator - enderio:block_ender_generator - actuallyadditions:block_bio_reactor - modularrouters:item_router - > -} - - -general { - # (For Server Owners) Is it logged when someone places a Torcherino? [default: true] - B:logPlacement=true -} - - diff --git a/config - Copy/armoryexpansion.cfg b/config - Copy/armoryexpansion.cfg deleted file mode 100644 index b95393f4..00000000 --- a/config - Copy/armoryexpansion.cfg +++ /dev/null @@ -1,20 +0,0 @@ -# Configuration file - -integrations { - # Whether integration with conarm should be enabled - B:conarm=true - - # Whether integration with custommaterials should be enabled - B:custommaterials=true - - # Whether integration with iceandfire should be enabled - B:iceandfire=true -} - - -"web server" { - # The maximum size of the data received from the Web Server - I:"input stream max size"=131072 -} - - diff --git a/config - Copy/armoryexpansion/conarm/conarm-config.json b/config - Copy/armoryexpansion/conarm/conarm-config.json deleted file mode 100644 index 64f090f2..00000000 --- a/config - Copy/armoryexpansion/conarm/conarm-config.json +++ /dev/null @@ -1,3564 +0,0 @@ -[ - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "dragonsteel_ice", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "aethium", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "awakened_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "dark_steel", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "construction_alloy", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "redstone_alloy", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "steeleaf", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "tanzanite", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "mirion", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "elementium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "tungsten", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "blutonium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "redgarnet", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "invar", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "darkmatter", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "zinc", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "lyon", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ivorypsi", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "yellorium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "sapphire", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "blazium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "void_actadd_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "end_steel", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ludicrite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "charger", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "varsium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "xu_magical_wood", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "vibrant_alloy", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "yellowgarnet", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "weezer", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "elecanium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "xu_demonic_metal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "gaia", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "sapphire_aoa", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ebonypsi", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.superium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "skeletal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "fusewood_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "livingwood_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "malachite_gem", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "aluminum", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.prosperity", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "starmetal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "peridot", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.inferium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "xu_enchanted_metal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "certusquartz_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "redmatter", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "mystite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "lumium_plustic", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "pulsating_iron", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "dragonsteel_fire", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "electrumflux", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "thaumium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "treatedwood", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "amber", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "constantan", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "shyrestone", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "realmite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "psigem", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "pink_slime", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "enderium_plustic", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "baronyte", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "diamatine_actadd_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "litherite", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "limonite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "platinum_plustic", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ghostwood_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "signalum_plustic", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "blackquartz_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "electrical_steel", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "fierymetal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "bloodwood_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.intermedium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "netherite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "desert_myrmex", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "rupee", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "arlemite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "platinum", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "dragonbone", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "erodium", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "manasteel", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "rubber", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "tin", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "refinedglowstone", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "cyanite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "enori_actadd_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "terrasteel", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "advancedalloy", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "infinity_avaritia_plustic", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "corrupted", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.prudentium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "chrome", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "darkwood_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "emeradic_actadd_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "brass", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "soularium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "blood_infused_iron", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.base_essence", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "abyssalnite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "palis_actadd_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "refinediron", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "blood_infused_wood", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ghoulish", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.soulium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "mithril", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "chaotic_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "titanium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "psi", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "refinedobsidian", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "jade", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "mica", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "pladium", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "amethyst", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "iridium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "energetic_alloy", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "refined_coralium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "topaz", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "xu_evil_metal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "jungle_myrmex", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "dreadium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "lunar", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "rosite", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "kyronite", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "nickel", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "knightmetal", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "emberstone", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ghastly", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "osmium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ionite", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ruby", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "fluixcrystal_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "ma.supremium", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "conductive_iron", - "material": true, - "fluid": true, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "nagascale", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "wyvern_plustic", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "quartzenrichediron", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/conarm/conarm-materials.json b/config - Copy/armoryexpansion/conarm/conarm-materials.json deleted file mode 100644 index 3d6219a2..00000000 --- a/config - Copy/armoryexpansion/conarm/conarm-materials.json +++ /dev/null @@ -1,3016 +0,0 @@ -[ - { - "coreMaterialStats": { - "durability": 70.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 57.120003, - "modifier": 8.470588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 57.120003, - "materialType": "trim" - }, - "identifier": "dragonsteel_ice", - "color": -4463363, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 103.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 25.424, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 25.424, - "materialType": "trim" - }, - "identifier": "aethium", - "color": -16777216, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 120.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 56.0, - "modifier": 38.117645, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 56.0, - "materialType": "trim" - }, - "identifier": "awakened_plustic", - "color": -22016, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 25.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 28.0, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 28.0, - "materialType": "trim" - }, - "identifier": "dark_steel", - "color": -9671572, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 2.0, - "defense": 4.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 1.12, - "modifier": 10.588235, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 1.12, - "materialType": "trim" - }, - "identifier": "construction_alloy", - "color": -14084054, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 5.0, - "defense": 6.75, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 16.8, - "modifier": 21.17647, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 16.8, - "materialType": "trim" - }, - "identifier": "redstone_alloy", - "color": -5167321, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 8.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.08, - "modifier": 16.941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.08, - "materialType": "trim" - }, - "identifier": "steeleaf", - "color": -11368646, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 31.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.8, - "modifier": 14.823529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.8, - "materialType": "trim" - }, - "identifier": "tanzanite", - "color": -43521, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 90.0, - "defense": 40.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.08, - "modifier": 23.294117, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.08, - "materialType": "trim" - }, - "identifier": "mirion", - "color": -171, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 25.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.72, - "modifier": 26.470587, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.72, - "materialType": "trim" - }, - "identifier": "elementium", - "color": -43521, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 12.88, - "modifier": 36.635292, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 12.88, - "materialType": "trim" - }, - "identifier": "tungsten", - "color": -12171687, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 28.035, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 22.447056, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "blutonium", - "color": -14083900, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 33.39, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.64, - "modifier": 17.364706, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.64, - "materialType": "trim" - }, - "identifier": "redgarnet", - "color": -1235932, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 27.99, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 3.584, - "modifier": 13.55294, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.584, - "materialType": "trim" - }, - "identifier": "invar", - "color": -3881788, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 56.0, - "defense": 40.68, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 22.4, - "modifier": 42.98823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 22.4, - "materialType": "trim" - }, - "identifier": "darkmatter", - "color": -14221005, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 2.3849998, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": -1.344, - "modifier": 4.0235295, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": -1.344, - "materialType": "trim" - }, - "identifier": "zinc", - "color": -2887704, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 39.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 42.56, - "modifier": 22.235292, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 42.56, - "materialType": "trim" - }, - "identifier": "lyon", - "color": -5734144, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 46.0, - "defense": 49.815, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 19.039999, - "modifier": 32.399998, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 19.039999, - "materialType": "trim" - }, - "identifier": "ivorypsi", - "color": -13858615, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 31.0, - "defense": 22.859999, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": -2.24, - "modifier": 16.094118, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": -2.24, - "materialType": "trim" - }, - "identifier": "yellorium", - "color": -329912, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 28.0, - "defense": 30.780003, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.96, - "modifier": 15.670588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.96, - "materialType": "trim" - }, - "identifier": "sapphire", - "color": -16043050, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 16.2, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.84, - "modifier": 14.823529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.84, - "materialType": "trim" - }, - "identifier": "blazium", - "color": -41728, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 22.0, - "defense": 19.8, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.68, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 15.68, - "materialType": "trim" - }, - "identifier": "void_actadd_plustic", - "color": -16777216, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 18.0, - "defense": 22.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 16.8, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 16.8, - "materialType": "trim" - }, - "identifier": "end_steel", - "color": -262989, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 65.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 33.6, - "modifier": 49.55294, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 33.6, - "materialType": "trim" - }, - "identifier": "ludicrite", - "color": -2872108, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 5.0, - "defense": 11.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.016, - "modifier": 10.588235, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.016, - "materialType": "trim" - }, - "identifier": "charger", - "color": -6912, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 40.0, - "defense": 17.55, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 28.0, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 28.0, - "materialType": "trim" - }, - "identifier": "varsium", - "color": -3765713, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 9.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 1.68, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 1.68, - "materialType": "trim" - }, - "identifier": "xu_magical_wood", - "color": -131160, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 10.0, - "defense": 40.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.72, - "modifier": 10.588235, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.72, - "materialType": "trim" - }, - "identifier": "vibrant_alloy", - "color": -4798352, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 33.39, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.64, - "modifier": 17.364706, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.64, - "materialType": "trim" - }, - "identifier": "yellowgarnet", - "color": -658149, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 70.0, - "defense": 45.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 56.0, - "modifier": 31.764706, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 56.0, - "materialType": "trim" - }, - "identifier": "weezer", - "color": -16733470, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 28.0, - "defense": 27.45, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 3.36, - "modifier": 42.35294, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.36, - "materialType": "trim" - }, - "identifier": "elecanium", - "color": -16713223, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 3.0, - "defense": 49.950005, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.24, - "modifier": 5.2941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.24, - "materialType": "trim" - }, - "identifier": "xu_demonic_metal", - "color": -6079744, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 75.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 20.16, - "modifier": 34.517647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 20.16, - "materialType": "trim" - }, - "identifier": "gaia", - "color": -7252043, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 65.0, - "defense": 28.8, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 13.44, - "modifier": 26.470587, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 13.44, - "materialType": "trim" - }, - "identifier": "sapphire_aoa", - "color": -11184641, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 56.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 32.48, - "modifier": 41.92941, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 32.48, - "materialType": "trim" - }, - "identifier": "ebonypsi", - "color": -16119286, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 120.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 25.2, - "modifier": 23.717648, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 25.2, - "materialType": "trim" - }, - "identifier": "ma.superium", - "color": -16744485, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 28.0, - "defense": 19.350002, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 32.48, - "modifier": 15.882353, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 32.48, - "materialType": "trim" - }, - "identifier": "skeletal", - "color": -5984, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 20.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 21.17647, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "fusewood_plustic", - "color": -16723570, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 2.0, - "defense": 12.6, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.24, - "modifier": 24.35294, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.24, - "materialType": "trim" - }, - "identifier": "livingwood_plustic", - "color": -16733696, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 27.45, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.24, - "modifier": 27.52941, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.24, - "materialType": "trim" - }, - "identifier": "malachite_gem", - "color": -16733696, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 3.0, - "defense": 3.825, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": -1.12, - "modifier": 4.4470587, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": -1.12, - "materialType": "trim" - }, - "identifier": "aluminum", - "color": -1056555, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 0.45, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.24, - "modifier": 4.8705883, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.24, - "materialType": "trim" - }, - "identifier": "ma.prosperity", - "color": -6044219, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 9.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "starmetal", - "color": -16774314, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 28.0, - "defense": 30.780003, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.96, - "modifier": 15.670588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.96, - "materialType": "trim" - }, - "identifier": "peridot", - "color": -15341515, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 16.0, - "defense": 20.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.4, - "modifier": 13.341176, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.4, - "materialType": "trim" - }, - "identifier": "ma.inferium", - "color": -9138688, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 16.0, - "defense": 15.75, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.96, - "modifier": 23.294117, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.96, - "materialType": "trim" - }, - "identifier": "xu_enchanted_metal", - "color": -4197792, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 11.0, - "defense": 20.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.84, - "modifier": 16.941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.84, - "materialType": "trim" - }, - "identifier": "certusquartz_plustic", - "color": 1439950847, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 89.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 56.0, - "modifier": 50.0, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 56.0, - "materialType": "trim" - }, - "identifier": "redmatter", - "color": -1900544, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 35.0, - "defense": 19.350002, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.96, - "modifier": 22.235292, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.96, - "materialType": "trim" - }, - "identifier": "mystite", - "color": -9699394, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 39.0, - "defense": 29.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.72, - "modifier": 23.294117, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.72, - "materialType": "trim" - }, - "identifier": "lumium_plustic", - "color": -171, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 43.0, - "defense": 9.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 28.0, - "modifier": 22.235292, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 28.0, - "materialType": "trim" - }, - "identifier": "pulsating_iron", - "color": -13856700, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 70.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 57.120003, - "modifier": 8.470588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 57.120003, - "materialType": "trim" - }, - "identifier": "dragonsteel_fire", - "color": -3359804, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 51.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 25.76, - "modifier": 50.0, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 25.76, - "materialType": "trim" - }, - "identifier": "electrumflux", - "color": -2709, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 18.0, - "defense": 19.125, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 12.432, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 12.432, - "materialType": "trim" - }, - "identifier": "thaumium", - "color": -14811034, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 9.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 2.24, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.24, - "materialType": "trim" - }, - "identifier": "treatedwood", - "color": -10144478, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 34.0, - "defense": 25.65, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "amber", - "color": -22016, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.72, - "modifier": 16.941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.72, - "materialType": "trim" - }, - "identifier": "constantan", - "color": -1015446, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 16.2, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 35.28, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 35.28, - "materialType": "trim" - }, - "identifier": "shyrestone", - "color": -16737284, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 11.0, - "defense": 11.699999, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.0, - "modifier": 12.705883, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.0, - "materialType": "trim" - }, - "identifier": "realmite", - "color": -4888534, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 32.04, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 32.611763, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "psigem", - "color": -15931171, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 84.0, - "defense": 8.1, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 27.216, - "modifier": 50.0, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 27.216, - "materialType": "trim" - }, - "identifier": "pink_slime", - "color": -31571, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 31.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.28, - "modifier": 22.235292, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.28, - "materialType": "trim" - }, - "identifier": "enderium_plustic", - "color": -16733696, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 42.0, - "defense": 16.875, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 24.64, - "modifier": 24.35294, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 24.64, - "materialType": "trim" - }, - "identifier": "baronyte", - "color": -3276800, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 80.0, - "defense": 28.35, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 9.856, - "modifier": 25.411766, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 9.856, - "materialType": "trim" - }, - "identifier": "diamatine_actadd_plustic", - "color": -11184641, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 12.432, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 12.432, - "materialType": "trim" - }, - "identifier": "litherite", - "color": -16282031, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 11.0, - "defense": 12.6, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.4, - "modifier": 12.705883, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.4, - "materialType": "trim" - }, - "identifier": "limonite", - "color": -19968, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 33.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.72, - "modifier": 22.235292, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.72, - "materialType": "trim" - }, - "identifier": "platinum_plustic", - "color": -11184641, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 14.0, - "defense": 11.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 23.294117, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "ghostwood_plustic", - "color": -1, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 23.399998, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.16, - "modifier": 25.411766, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.16, - "materialType": "trim" - }, - "identifier": "signalum_plustic", - "color": -43691, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 17.0, - "defense": 20.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 16.941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "blackquartz_plustic", - "color": -16777216, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 14.0, - "defense": 10.125, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.4, - "modifier": 15.882353, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.4, - "materialType": "trim" - }, - "identifier": "electrical_steel", - "color": -5658199, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 33.0, - "defense": 29.7, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 22.4, - "modifier": 14.823529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 22.4, - "materialType": "trim" - }, - "identifier": "fierymetal", - "color": -142243, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 25.0, - "defense": 22.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 19.039999, - "modifier": 29.647058, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 19.039999, - "materialType": "trim" - }, - "identifier": "bloodwood_plustic", - "color": -10485760, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 64.0, - "defense": 41.534996, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 16.8, - "modifier": 20.541178, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 16.8, - "materialType": "trim" - }, - "identifier": "ma.intermedium", - "color": -4765440, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 9.0, - "defense": 10.800001, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.0, - "modifier": 12.705883, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.0, - "materialType": "trim" - }, - "identifier": "netherite", - "color": -2218981, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 18.0, - "defense": 24.75, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 16.8, - "modifier": 14.823529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 16.8, - "materialType": "trim" - }, - "identifier": "desert_myrmex", - "color": -8897780, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 47.0, - "defense": 1.8, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.0, - "modifier": 12.705883, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.0, - "materialType": "trim" - }, - "identifier": "rupee", - "color": -14401089, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 8.0, - "defense": 10.800001, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.0, - "modifier": 12.705883, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.0, - "materialType": "trim" - }, - "identifier": "arlemite", - "color": -13585116, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 66.0, - "defense": 33.254997, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 13.44, - "modifier": 16.517645, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 13.44, - "materialType": "trim" - }, - "identifier": "platinum", - "color": -12989702, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 14.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 22.4, - "modifier": 27.52941, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 22.4, - "materialType": "trim" - }, - "identifier": "dragonbone", - "color": -4738403, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 47.0, - "defense": 33.75, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.68, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 15.68, - "materialType": "trim" - }, - "identifier": "erodium", - "color": -4499713, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 18.0, - "defense": 17.414999, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.9519997, - "modifier": 22.658825, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.9519997, - "materialType": "trim" - }, - "identifier": "manasteel", - "color": -10296843, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 0.54, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.336, - "modifier": 18.423529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.336, - "materialType": "trim" - }, - "identifier": "rubber", - "color": -10727601, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 14.0, - "defense": 10.215, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 4.48, - "modifier": 28.37647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.48, - "materialType": "trim" - }, - "identifier": "tin", - "color": -4076068, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 42.0, - "defense": 39.96, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 17.788235, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "refinedglowstone", - "color": -988119, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 14.0, - "defense": 21.734999, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.72, - "modifier": 32.399998, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.72, - "materialType": "trim" - }, - "identifier": "cyanite", - "color": -14300709, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 28.0, - "defense": 23.399998, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.4, - "modifier": 25.411766, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.4, - "materialType": "trim" - }, - "identifier": "enori_actadd_plustic", - "color": -1, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 45.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.232, - "modifier": 30.705881, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 15.232, - "materialType": "trim" - }, - "identifier": "terrasteel", - "color": -11605981, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 75.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 56.0, - "modifier": 39.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 56.0, - "materialType": "trim" - }, - "identifier": "advancedalloy", - "color": -17496, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 120.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 156.8, - "modifier": 42.35294, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 156.8, - "materialType": "trim" - }, - "identifier": "infinity_avaritia_plustic", - "color": -43521, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 9.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 18.0, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "corrupted", - "color": -8777561, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 29.789999, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 16.517645, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "ma.prudentium", - "color": -16741341, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 35.235, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.68, - "modifier": 15.670588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 15.68, - "materialType": "trim" - }, - "identifier": "chrome", - "color": -2697514, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 16.0, - "defense": 13.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.08, - "modifier": 27.52941, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.08, - "materialType": "trim" - }, - "identifier": "darkwood_plustic", - "color": -16777046, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 65.0, - "defense": 34.65, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.624, - "modifier": 23.294117, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.624, - "materialType": "trim" - }, - "identifier": "emeradic_actadd_plustic", - "color": -16733696, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 12.0, - "defense": 7.9199996, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.448, - "modifier": 23.505882, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.448, - "materialType": "trim" - }, - "identifier": "brass", - "color": -1186933, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 73.0, - "defense": 4.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 140.0, - "modifier": 10.588235, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 140.0, - "materialType": "trim" - }, - "identifier": "soularium", - "color": -9872563, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 26.0, - "defense": 22.05, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.488, - "modifier": 36.0, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.488, - "materialType": "trim" - }, - "identifier": "blood_infused_iron", - "color": -3267306, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 11.0, - "defense": 19.484999, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 14.823529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "ma.base_essence", - "color": -3014657, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 29.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "abyssalnite", - "color": -11920247, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 37.0, - "defense": 26.1, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 27.52941, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "palis_actadd_plustic", - "color": -16777046, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 21.0, - "defense": 42.885, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 13.44, - "modifier": 26.047058, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 13.44, - "materialType": "trim" - }, - "identifier": "refinediron", - "color": -2039584, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 11.0, - "defense": 16.2, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 3.1360002, - "modifier": 29.647058, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.1360002, - "materialType": "trim" - }, - "identifier": "blood_infused_wood", - "color": -9952488, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 47.0, - "defense": 14.4, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 47.04, - "modifier": 27.52941, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 47.04, - "materialType": "trim" - }, - "identifier": "ghoulish", - "color": -6706948, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 14.0, - "defense": 20.7, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.376, - "modifier": 16.941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.376, - "materialType": "trim" - }, - "identifier": "ma.soulium", - "color": -11124169, - "type": "METAL", - "castable": true, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 54.0, - "defense": 31.635, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 3.36, - "modifier": 10.376471, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.36, - "materialType": "trim" - }, - "identifier": "mithril", - "color": -14641744, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 120.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 89.6, - "modifier": 48.70588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 89.6, - "materialType": "trim" - }, - "identifier": "chaotic_plustic", - "color": -5592406, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 27.0, - "defense": 46.844997, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.64, - "modifier": 32.188236, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.64, - "materialType": "trim" - }, - "identifier": "titanium", - "color": -4539718, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 21.0, - "defense": 36.045002, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.96, - "modifier": 23.717648, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.96, - "materialType": "trim" - }, - "identifier": "psi", - "color": -13858615, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 65.0, - "defense": 49.68, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 38.079998, - "modifier": 46.376472, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 38.079998, - "materialType": "trim" - }, - "identifier": "refinedobsidian", - "color": -9230744, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 75.0, - "defense": 22.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 28.588236, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "jade", - "color": -16718206, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 10.08, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 10.08, - "materialType": "trim" - }, - "identifier": "mica", - "color": -4473925, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 75.0, - "defense": 47.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 22.175999, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 22.175999, - "materialType": "trim" - }, - "identifier": "pladium", - "color": -16318352, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 51.0, - "defense": 36.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 31.764706, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "amethyst", - "color": -43521, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 89.0, - "defense": 44.775, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 22.4, - "modifier": 17.57647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 22.4, - "materialType": "trim" - }, - "identifier": "iridium", - "color": -1315861, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 25.2, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 44.8, - "modifier": 42.35294, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 44.8, - "materialType": "trim" - }, - "identifier": "energetic_alloy", - "color": -2518196, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 42.0, - "defense": 31.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "refined_coralium", - "color": -15297947, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.28, - "modifier": 16.941175, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.28, - "materialType": "trim" - }, - "identifier": "topaz", - "color": -22016, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 31.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.3919997, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.3919997, - "materialType": "trim" - }, - "identifier": "xu_evil_metal", - "color": -131160, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 18.0, - "defense": 24.75, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 16.8, - "modifier": 14.823529, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 16.8, - "materialType": "trim" - }, - "identifier": "jungle_myrmex", - "color": -14255502, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 54.0, - "defense": 36.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 11.2, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 11.2, - "materialType": "trim" - }, - "identifier": "dreadium", - "color": -7864063, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 31.0, - "defense": 9.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 14.56, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 14.56, - "materialType": "trim" - }, - "identifier": "lunar", - "color": -29505, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 18.0, - "defense": 15.3, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 6.16, - "modifier": 20.117647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 6.16, - "materialType": "trim" - }, - "identifier": "rosite", - "color": -2944202, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 61.0, - "defense": 40.5, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 18.928, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 18.928, - "materialType": "trim" - }, - "identifier": "kyronite", - "color": -8978305, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 1.0, - "defense": 22.95, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.78400004, - "modifier": 2.964706, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.78400004, - "materialType": "trim" - }, - "identifier": "nickel", - "color": -3615101, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 42.0, - "defense": 27.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 44.8, - "modifier": 26.470587, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 44.8, - "materialType": "trim" - }, - "identifier": "knightmetal", - "color": -3873106, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 17.1, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 22.4, - "modifier": 13.764705, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 22.4, - "materialType": "trim" - }, - "identifier": "emberstone", - "color": -9758439, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 34.0, - "defense": 20.25, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.6, - "modifier": 19.058823, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.6, - "materialType": "trim" - }, - "identifier": "ghastly", - "color": -3147361, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 23.0, - "defense": 18.045002, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 5.376, - "modifier": 25.2, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 5.376, - "materialType": "trim" - }, - "identifier": "osmium", - "color": -7887361, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 89.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 25.424, - "modifier": 19.058823, - "toughness": -0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 25.424, - "materialType": "trim" - }, - "identifier": "ionite", - "color": -9570817, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 28.0, - "defense": 30.780003, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.96, - "modifier": 15.670588, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.96, - "materialType": "trim" - }, - "identifier": "ruby", - "color": -3211264, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 32.0, - "defense": 27.9, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 8.4, - "modifier": 21.17647, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 8.4, - "materialType": "trim" - }, - "identifier": "fluixcrystal_plustic", - "color": -2009268071, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 120.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 33.6, - "modifier": 28.588236, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 33.6, - "materialType": "trim" - }, - "identifier": "ma.supremium", - "color": -3932160, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 4.0, - "defense": 5.625, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 28.0, - "modifier": 26.470587, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 28.0, - "materialType": "trim" - }, - "identifier": "conductive_iron", - "color": -5546657, - "type": "METAL", - "castable": true, - "craftable": false - }, - { - "coreMaterialStats": { - "durability": 21.0, - "defense": 19.350002, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 0.0, - "modifier": 0.0, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 0.0, - "materialType": "trim" - }, - "identifier": "nagascale", - "color": -13476571, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 94.0, - "defense": 50.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 26.88, - "modifier": 33.88235, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 26.88, - "materialType": "trim" - }, - "identifier": "wyvern_plustic", - "color": -5635926, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 23.0, - "defense": 30.735, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 7.84, - "modifier": 25.835293, - "toughness": 0.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 7.84, - "materialType": "trim" - }, - "identifier": "quartzenrichediron", - "color": -1644826, - "type": "METAL", - "castable": false, - "craftable": true - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/conarm/conarm-traits.json b/config - Copy/armoryexpansion/conarm/conarm-traits.json deleted file mode 100644 index d9a25c5b..00000000 --- a/config - Copy/armoryexpansion/conarm/conarm-traits.json +++ /dev/null @@ -1,1043 +0,0 @@ -[ - { - "identifier": "dragonsteel_ice", - "traits": [ - { - "traitNames": [ - "indomitable_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "prideful_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "calcic_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "blackquartz_plustic", - "traits": [ - { - "traitNames": [ - "mundane2_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "mundane1_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "mundane1_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "awakened_plustic", - "traits": [ - { - "traitNames": [ - "infernal_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "indomitable_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "xu_demonic_metal", - "traits": [ - { - "traitNames": [ - "xu_whispering" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "xu_whispering" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "xu_whispering" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "chaotic_plustic", - "traits": [ - { - "traitNames": [ - "infernal_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "indomitable_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "mundane2_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "electrical_steel", - "traits": [ - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "dark_steel", - "traits": [ - { - "traitNames": [ - "mundane1_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "shielding_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "steady_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "construction_alloy", - "traits": [ - { - "traitNames": [ - "cheap_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "cheap_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "cheap_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "fierymetal", - "traits": [ - { - "traitNames": [ - "superhot_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "superhot_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "superhot_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "redstone_alloy", - "traits": [ - { - "traitNames": [ - "magnetic1_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "magnetic1_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "magnetic1_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "steeleaf", - "traits": [ - { - "traitNames": [ - "synergy" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "synergy" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "synergy" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "malachite_gem", - "traits": [ - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "amethyst", - "traits": [ - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "psimetal", - "traits": [ - { - "traitNames": [ - "psicological" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "psicological" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "psicological" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "desert_myrmex", - "traits": [ - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "tanzanite", - "traits": [ - { - "traitNames": [ - "absorbent_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "absorbent_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "absorbent_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "starmetal", - "traits": [ - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "energetic_alloy", - "traits": [ - { - "traitNames": [ - "ambitious_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "ambitious_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "ambitious_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "dragonbone", - "traits": [ - { - "traitNames": [ - "skeletal_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "skeletal_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "calcic_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "topaz", - "traits": [ - { - "traitNames": [ - "aridiculous_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "aridiculous_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "aridiculous_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "xu_evil_metal", - "traits": [ - { - "traitNames": [ - "xu_withering" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "xu_withering" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "xu_withering" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "jungle_myrmex", - "traits": [ - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "vengeful_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "certusquartz_plustic", - "traits": [ - { - "traitNames": [ - "featherweight_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "featherweight_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "featherweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "enori_actadd_plustic", - "traits": [ - { - "traitNames": [ - "magnetic2_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "magnetic2_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "magnetic2_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "pulsating_iron", - "traits": [ - { - "traitNames": [ - "enderport_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "enderport_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "enderport_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "knightmetal", - "traits": [ - { - "traitNames": [ - "dramatic_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "steady_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "steady_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "dragonsteel_fire", - "traits": [ - { - "traitNames": [ - "indomitable_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "prideful_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "autoforge_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "emeradic_actadd_plustic", - "traits": [ - { - "traitNames": [ - "camdaibay_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "camdaibay_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "camdaibay_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "amber", - "traits": [ - { - "traitNames": [ - "voltaic_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "voltaic_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "voltaic_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "soularium", - "traits": [ - { - "traitNames": [ - "haorans_cult_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "haorans_cult_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "haorans_cult_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "restonia_actadd_plustic", - "traits": [ - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "constantan", - "traits": [ - { - "traitNames": [ - "absorbent_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "absorbent_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "absorbent_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "psigem", - "traits": [ - { - "traitNames": [ - "psicological" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "psicological" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "psicological" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "void_actadd_plustic", - "traits": [ - { - "traitNames": [ - "mundane2_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "mundane1_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "mundane1_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "enderium_plustic", - "traits": [ - { - "traitNames": [ - "enderport_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "enderport_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "enderport_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "end_steel", - "traits": [ - { - "traitNames": [ - "mundane1_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "shielding_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "steady_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "fluixcrystal_plustic", - "traits": [ - { - "traitNames": [ - "featherweight_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "featherweight_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "featherweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "diamatine_actadd_plustic", - "traits": [ - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "palis_actadd_plustic", - "traits": [ - { - "traitNames": [ - "ambitious_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "ambitious_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "ambitious_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "conductive_iron", - "traits": [ - { - "traitNames": [ - "magnetic1_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "magnetic1_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "magnetic1_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "nagascale", - "traits": [ - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "wyvern_plustic", - "traits": [ - { - "traitNames": [ - "invigorating_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "lightweight_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "vibrant_alloy", - "traits": [ - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "alien_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "platinum_plustic", - "traits": [ - { - "traitNames": [ - "heavy_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "heavy_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "heavy_armor" - ], - "traitPart": "trim" - } - ] - }, - { - "identifier": "signalum_plustic", - "traits": [ - { - "traitNames": [ - "tom_and_jerry_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "tom_and_jerry_armor" - ], - "traitPart": "plates" - }, - { - "traitNames": [ - "tom_and_jerry_armor" - ], - "traitPart": "trim" - } - ] - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/custommaterials/custommaterials-alloys.json b/config - Copy/armoryexpansion/custommaterials/custommaterials-alloys.json deleted file mode 100644 index 93fe8b93..00000000 --- a/config - Copy/armoryexpansion/custommaterials/custommaterials-alloys.json +++ /dev/null @@ -1,17 +0,0 @@ -// { -// "output": { -// "fluid": "iron", -// "amount": 144 -// }, -// "inputs": [ -// { -// "fluid": "copper", -// "amount": 108 -// }, -// { -// "fluid": "lead", -// "amount": 36 -// } -// ] -// } -[] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/custommaterials/custommaterials-config.json b/config - Copy/armoryexpansion/custommaterials/custommaterials-config.json deleted file mode 100644 index 0637a088..00000000 --- a/config - Copy/armoryexpansion/custommaterials/custommaterials-config.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/custommaterials/custommaterials-materials.json b/config - Copy/armoryexpansion/custommaterials/custommaterials-materials.json deleted file mode 100644 index 0637a088..00000000 --- a/config - Copy/armoryexpansion/custommaterials/custommaterials-materials.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/custommaterials/custommaterials-oreDictEntries.json b/config - Copy/armoryexpansion/custommaterials/custommaterials-oreDictEntries.json deleted file mode 100644 index 0637a088..00000000 --- a/config - Copy/armoryexpansion/custommaterials/custommaterials-oreDictEntries.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/custommaterials/custommaterials-traits.json b/config - Copy/armoryexpansion/custommaterials/custommaterials-traits.json deleted file mode 100644 index 0637a088..00000000 --- a/config - Copy/armoryexpansion/custommaterials/custommaterials-traits.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/iceandfire/iceandfire-config.json b/config - Copy/armoryexpansion/iceandfire/iceandfire-config.json deleted file mode 100644 index 609e6db8..00000000 --- a/config - Copy/armoryexpansion/iceandfire/iceandfire-config.json +++ /dev/null @@ -1,548 +0,0 @@ -[ - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "leatherfrosttroll", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "chitintandeathworm", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalebronzedragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scaleblueseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalepurpleseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalewhitedragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "chitinwhitedeathworm", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "chitinbrowndeathworm", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalegraydragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalesapphiredragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scaletealseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalebluedragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "leatherforesttroll", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalegreendragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "leathermountaintroll", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalebronzeseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalereddragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scaledeepblueseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scaleredseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalegreenseaserpent", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - }, - { - "toolOptions": { - "enableTool": false, - "enableHead": false, - "enableHandle": false, - "enableExtra": false - }, - "rangedOptions": { - "enableRanged": false, - "enableBow": false, - "enableBowString": false, - "enableShaft": false, - "enableFletching": false, - "enableProjectile": false - }, - "name": "scalesilverdragon", - "material": true, - "fluid": false, - "traits": true, - "armorOptions": { - "enableArmor": true, - "enableCore": true, - "enablePlates": true, - "enableTrim": true - } - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/iceandfire/iceandfire-materials.json b/config - Copy/armoryexpansion/iceandfire/iceandfire-materials.json deleted file mode 100644 index cce118ad..00000000 --- a/config - Copy/armoryexpansion/iceandfire/iceandfire-materials.json +++ /dev/null @@ -1,464 +0,0 @@ -[ - { - "coreMaterialStats": { - "durability": 20.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 20.0, - "modifier": 1.25, - "toughness": 1.5, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.5, - "materialType": "trim" - }, - "identifier": "leatherfrosttroll", - "color": 3228222, - "type": "DEFAULT", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 15.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.0, - "modifier": 0.625, - "toughness": 2.25, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 1.875, - "materialType": "trim" - }, - "identifier": "chitintandeathworm", - "color": 12895428, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalebronzedragon", - "color": 8674606, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scaleblueseaserpent", - "color": 5592575, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scalepurpleseaserpent", - "color": 11141290, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalewhitedragon", - "color": 16777215, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 15.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.0, - "modifier": 0.625, - "toughness": 2.25, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 1.875, - "materialType": "trim" - }, - "identifier": "chitinwhitedeathworm", - "color": 16777215, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 15.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 15.0, - "modifier": 0.625, - "toughness": 2.25, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 1.875, - "materialType": "trim" - }, - "identifier": "chitinbrowndeathworm", - "color": 8005929, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalegraydragon", - "color": 5592405, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalesapphiredragon", - "color": 5592575, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scaletealseaserpent", - "color": 43690, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalebluedragon", - "color": 14809072, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 20.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 20.0, - "modifier": 1.25, - "toughness": 1.5, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.5, - "materialType": "trim" - }, - "identifier": "leatherforesttroll", - "color": 3752497, - "type": "DEFAULT", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalegreendragon", - "color": 43520, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 20.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 20.0, - "modifier": 1.25, - "toughness": 1.5, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 2.5, - "materialType": "trim" - }, - "identifier": "leathermountaintroll", - "color": 3883584, - "type": "DEFAULT", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scalebronzeseaserpent", - "color": 16755200, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalereddragon", - "color": 11141120, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scaledeepblueseaserpent", - "color": 170, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scaleredseaserpent", - "color": 16733525, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 30.0, - "defense": 14.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 30.0, - "modifier": 3.125, - "toughness": 3.75, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 3.75, - "materialType": "trim" - }, - "identifier": "scalegreenseaserpent", - "color": 43520, - "type": "METAL", - "castable": false, - "craftable": true - }, - { - "coreMaterialStats": { - "durability": 36.0, - "defense": 18.0, - "materialType": "core" - }, - "platesMaterialStats": { - "durability": 36.0, - "modifier": 1.875, - "toughness": 3.0, - "materialType": "plates" - }, - "trimMaterialStats": { - "extraDurability": 4.5, - "materialType": "trim" - }, - "identifier": "scalesilverdragon", - "color": 11184810, - "type": "METAL", - "castable": false, - "craftable": true - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/iceandfire/iceandfire-oreDictEntries.json b/config - Copy/armoryexpansion/iceandfire/iceandfire-oreDictEntries.json deleted file mode 100644 index 94648c13..00000000 --- a/config - Copy/armoryexpansion/iceandfire/iceandfire-oreDictEntries.json +++ /dev/null @@ -1,191 +0,0 @@ -[ - { - "identifier": "leatherfrosttroll", - "entries": [ - { - "itemName": "iceandfire:troll_leather_frost", - "meta": 0 - } - ] - }, - { - "identifier": "chitintandeathworm", - "entries": [ - { - "itemName": "iceandfire:deathworm_chitin", - "meta": 0 - } - ] - }, - { - "identifier": "scalebronzedragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_bronze", - "meta": 0 - } - ] - }, - { - "identifier": "scaleblueseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_blue", - "meta": 0 - } - ] - }, - { - "identifier": "scalepurpleseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_purple", - "meta": 0 - } - ] - }, - { - "identifier": "scalewhitedragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_white", - "meta": 0 - } - ] - }, - { - "identifier": "chitinwhitedeathworm", - "entries": [ - { - "itemName": "iceandfire:deathworm_chitin", - "meta": 1 - } - ] - }, - { - "identifier": "chitinbrowndeathworm", - "entries": [ - { - "itemName": "iceandfire:deathworm_chitin", - "meta": 2 - } - ] - }, - { - "identifier": "scalegraydragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_gray", - "meta": 0 - } - ] - }, - { - "identifier": "scalesapphiredragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_sapphire", - "meta": 0 - } - ] - }, - { - "identifier": "scaletealseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_teal", - "meta": 0 - } - ] - }, - { - "identifier": "scalebluedragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_blue", - "meta": 0 - } - ] - }, - { - "identifier": "leatherforesttroll", - "entries": [ - { - "itemName": "iceandfire:troll_leather_forest", - "meta": 0 - } - ] - }, - { - "identifier": "scalegreendragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_green", - "meta": 0 - } - ] - }, - { - "identifier": "leathermountaintroll", - "entries": [ - { - "itemName": "iceandfire:troll_leather_mountain", - "meta": 0 - } - ] - }, - { - "identifier": "scalebronzeseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_bronze", - "meta": 0 - } - ] - }, - { - "identifier": "scalereddragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_red", - "meta": 0 - } - ] - }, - { - "identifier": "scaledeepblueseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_deepblue", - "meta": 0 - } - ] - }, - { - "identifier": "scaleredseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_red", - "meta": 0 - } - ] - }, - { - "identifier": "scalegreenseaserpent", - "entries": [ - { - "itemName": "iceandfire:sea_serpent_scales_green", - "meta": 0 - } - ] - }, - { - "identifier": "scalesilverdragon", - "entries": [ - { - "itemName": "iceandfire:dragonscales_silver", - "meta": 0 - } - ] - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/iceandfire/iceandfire-traits.json b/config - Copy/armoryexpansion/iceandfire/iceandfire-traits.json deleted file mode 100644 index 1727b33d..00000000 --- a/config - Copy/armoryexpansion/iceandfire/iceandfire-traits.json +++ /dev/null @@ -1,410 +0,0 @@ -[ - { - "identifier": "leatherfrosttroll", - "traits": [] - }, - { - "identifier": "chitintandeathworm", - "traits": [] - }, - { - "identifier": "scalebronzedragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "autoforge_armor", - "prideful_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "autoforge_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "autoforge_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scaleblueseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalepurpleseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalewhitedragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "writable2" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "chitinwhitedeathworm", - "traits": [] - }, - { - "identifier": "chitinbrowndeathworm", - "traits": [] - }, - { - "identifier": "scalegraydragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "steady_armor", - "autoforge_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalesapphiredragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scaletealseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalebluedragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "lightweight_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "leatherforesttroll", - "traits": [] - }, - { - "identifier": "scalegreendragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "autoforge_armor", - "shielding_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "autoforge_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "autoforge_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "leathermountaintroll", - "traits": [] - }, - { - "identifier": "scalebronzeseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalereddragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "autoforge_armor", - "infernal_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "autoforge_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "autoforge_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scaledeepblueseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scaleredseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalegreenseaserpent", - "traits": [ - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor", - "aquaspeed_armor" - ], - "traitPart": "plates" - } - ] - }, - { - "identifier": "scalesilverdragon", - "traits": [ - { - "traitNames": [ - "rough_armor", - "blessed_armor" - ], - "traitPart": "core" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "trim" - }, - { - "traitNames": [ - "rough_armor" - ], - "traitPart": "plates" - } - ] - } -] \ No newline at end of file diff --git a/config - Copy/armoryexpansion/traits.txt b/config - Copy/armoryexpansion/traits.txt deleted file mode 100644 index 7a9eb965..00000000 --- a/config - Copy/armoryexpansion/traits.txt +++ /dev/null @@ -1,231 +0,0 @@ -[ - "explosive", - "arrow_knockback", - "chadthunder", - "indomitable_armor", - "mirabile", - "prideful_armor", - "reflect", - "featherweight_armor", - "brownmagic", - "slashing", - "uplifting", - "skeletal_armor", - "terrafirma2", - "tasty_armor", - "terrafirma1", - "twilit", - "instantdeath1", - "prickly", - "psieater", - "shock", - "hellish", - "superhot_armor", - "thundering", - "ethereal_miner", - "cheap_armor", - "autoforge_armor", - "tasty", - "breakable", - "rudeawakening", - "devilsstrength", - "dense_armor", - "dramatic_armor", - "global", - "slimey_blue", - "hailhydra", - "high_in_calcium", - "splinters", - "living1", - "starfishy", - "soul_sap", - "living2", - "slimey_blue_armor", - "stiff", - "anticorrosion", - "fruitsalad", - "unnatural", - "shyre_synthesis", - "launch", - "surf_wax_america", - "sling", - "voltaic_armor", - "glowing", - "mana", - "radioactive3", - "infernal_armor", - "radioactive2", - "radioactive1", - "prosperous", - "exploit", - "thermalinversion", - "duritos_ranch_armor", - "withering_armor", - "spiky", - "in_the_garage", - "aridiculous", - "payback", - "naturespower", - "fractured2", - "baron", - "aridiculous_armor", - "stopbeingselfish", - "darktraveler", - "magnetic2_armor", - "combustible_armor", - "sweater_song", - "moldable1", - "hive_defender", - "moldable2", - "dense", - "elemental", - "enderpickup", - "laced", - "flaming_fury", - "xu_xp_boost", - "flammable", - "shocking", - "portly", - "runic1", - "illuminati", - "runic2", - "slimey_green", - "musicofthespheres", - "thaumic", - "magnetic1_armor", - "enderference", - "splitting2", - "poisonous", - "infernal_energy", - "counterweight2", - "counterweight1", - "poisonous_armor", - "vengeful_armor", - "botanical2", - "botanical1", - "enderport-4", - "holy", - "lightweight_armor", - "ghastly", - "baconlicious", - "momentum", - "haorans_cult_armor", - "stalwart", - "calcic_armor", - "goodfridayagreement_armor", - "enderport-2", - "enderport-3", - "tweeting", - "enderport-0", - "enderport-1", - "psirepair", - "blazing", - "synergy", - "natureswrath", - "ecological_armor", - "fractured", - "naturesblessing", - "steady_armor", - "darkness", - "splitting", - "evil_pressure", - "ecological", - "dreadplague", - "cheapskate", - "slimey_pink", - "veiled", - "heavy", - "heavy_metal", - "brittle", - "magnetic1", - "magnetic2", - "crude1", - "crude2", - "hovering", - "chunky", - "alien", - "moldable_armor1", - "moldable_armor2", - "splintering2", - "aquadynamic", - "mundane2_armor", - "vile", - "spiny_armor", - "jagged", - "established", - "frost2", - "bone_shock", - "writable2", - "unnamed", - "writable1", - "naphtha", - "cheap", - "dunanstransport_armor", - "coldblooded", - "bouncy_armor", - "sharp", - "jaded", - "flame2", - "anti_air2", - "anti_air1", - "apocalypse", - "spades", - "petramor", - "mundane1_armor", - "squeaky", - "cheapskate_armor", - "slimey_green_armor", - "splintering", - "xu_withering", - "aquaspeed_armor", - "energyrepair", - "insatiable", - "energyeater", - "vindictive", - "sos", - "im_a_superstar", - "morganlefay", - "soul_harvest", - "shielding_armor", - "healer", - "discounted", - "toxic", - "ambitious_armor", - "petravidity_armor", - "xu_whispering", - "withering", - "subterranean_armor", - "coraliumplague", - "blindbandit", - "manaeater", - "stonebound", - "endspeed", - "enderport_armor", - "absorbent_armor", - "precipitate", - "camdaibay_armor", - "uplifting_armor", - "lightweight", - "heavy_armor", - "tom_and_jerry_armor", - "hearts", - "weee", - "superheat", - "magical_modifier", - "invigorating_armor", - "duritos", - "autosmelt", - "antigravity", - "blessed_armor", - "alien_armor", - "manarepair", - "bloodymary", - "dprk", - "baconlicious_armor", - "dreadpurity", - "ignoble", - "lightboost", - "freezing", - "rough_armor", - "crumbling" -] \ No newline at end of file diff --git a/config - Copy/aroma1997/aroma1997core.cfg b/config - Copy/aroma1997/aroma1997core.cfg deleted file mode 100644 index e69de29b..00000000 diff --git a/config - Copy/aroma1997/aroma1997sdimension.cfg b/config - Copy/aroma1997/aroma1997sdimension.cfg deleted file mode 100644 index 92c68bd8..00000000 --- a/config - Copy/aroma1997/aroma1997sdimension.cfg +++ /dev/null @@ -1,63 +0,0 @@ -# Configuration file - -general { - # The actual dimension id of the mining world. [range: -2147483648 ~ 2147483647, default: -6] - I:dimensionID=-6 - - # Set this to a message you want players to show when they go to the mining world. - # Something like "Mining World will be reset on Tuesday - Server admins." [default: ] - S:welcomeMessage= -} - - -"mob spawns" { - # Set this to true to allow mobs of the type AMBIENT to spawn in the mining world. [default: false] - B:spawnAMBIENT=false - - # Set this to true to allow mobs of the type CREATURE to spawn in the mining world. [default: false] - B:spawnCREATURE=false - - # Set this to true to allow mobs of the type MONSTER to spawn in the mining world. [default: false] - B:spawnMONSTER=false - - # Set this to true to allow mobs of the type WATER_CREATURE to spawn in the mining world. [default: false] - B:spawnWATER_CREATURE=false -} - - -"world modifiers" { - # Setting this to true means, that you can also see in the dark. This will however not change the light level. [default: false] - B:artificialLight=false - - # Filler block of the mining world in the form modid:blockname:metadata [default: minecraft:dirt] - S:fillerBlock=minecraft:dirt - - # This will determine whether caves will be generated in the mining world. [default: true] - B:generateCaves=true - - # This will determine whether abandoned mineshafts will be generated in the mining world. [default: true] - B:generateMineshafts=true - - # This will determine whether ravines will be generated in the mining world. [default: true] - B:generateRavines=true - - # This will determine whether strongholds will be generated in the mining world. [default: false] - B:generateStrongholds=false - - # This will determine whether villages will be generated in the mining world. [default: true] - B:generateVillages=true - - # Setting this to true will make it so it's always daytime. Note: this can be abused for solar power generation. [default: true] - B:onlyDay=true - - # How many ore generation passes will be done. [range: 0 ~ 100, default: 1] - I:oreGenMultiplier=1 - - # Top block of the mining world in the form modid:blockname:metadata [default: minecraft:grass] - S:topBlock=minecraft:grass - - # The world height of the Mining world. [range: 0 ~ 230, default: 70] - I:worldHeight=70 -} - - diff --git a/config - Copy/aroma1997/aroma1997sdimension_gen.json b/config - Copy/aroma1997/aroma1997sdimension_gen.json deleted file mode 100644 index 3a7cc505..00000000 --- a/config - Copy/aroma1997/aroma1997sdimension_gen.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "type": "_comment", - "identifier": "Comment#1", - "01": "You can add or modify entries here. Enabled blocks will be applied only in the Mining World.", - "02": "Changes will be applied when restarting the game or using the command /dimensionalworld reloadconfig", - "03": "All blocks need to have a type and a identifier field and can have a enabled field", - "04": "The identifier can be freely chosen, but needs to be unique", - "05": "All block specifications have the format modid:blockname:metadata", - "06": "Look at the examples given below to get more information on how to use this file." - }, - { - "type": "oreGen", - "identifier": "clay_ore", - "enabled": true, - "amount": 0.5, - "size": 20, - "minHeight": 60, - "maxHeight": 80, - "ore": "aroma1997sdimension:miningore:1" - }, - { - "type": "oreGen", - "identifier": "emerald_ore", - "enabled": true, - "amount": 6.0, - "size": 2, - "minHeight": 4, - "maxHeight": 28, - "ore": "minecraft:emerald_ore" - }, - { - "type": "oreGen", - "identifier": "sticky_ore", - "enabled": true, - "amount": 2.0, - "size": 4, - "minHeight": 30, - "maxHeight": 80, - "ore": "aroma1997sdimension:miningore" - }, - { - "type": "lakes", - "identifier": "lava_lake", - "enabled": false, - "targetBlock": "minecraft:lava" - }, - { - "type": "lakes", - "identifier": "water_lake", - "enabled": false, - "targetBlock": "minecraft:water" - }, - { - "type": "oreReplace", - "identifier": "removeDiamonds", - "enabled": false, - "targetBlock": "minecraft:stone", - "originalBlock": [ - "minecraft:diamond_ore" - ] - }, - { - "type": "grass", - "identifier": "grass", - "enabled": false - }, - { - "type": "oreReplace", - "identifier": "oreGenDebug", - "_comment": "If you want this to work properly, this needs to be the last block in the json file.", - "enabled": false, - "targetBlock": "minecraft:air", - "originalBlock": [ - "minecraft:stone", - "minecraft:stone:1", - "minecraft:stone:2", - "minecraft:stone:3", - "minecraft:stone:4", - "minecraft:stone:5", - "minecraft:stone:6", - "minecraft:dirt", - "minecraft:grass", - "minecraft:gravel" - ] - } -] \ No newline at end of file diff --git a/config - Copy/aroma1997/aromabackup.cfg b/config - Copy/aroma1997/aromabackup.cfg deleted file mode 100644 index 788cccef..00000000 --- a/config - Copy/aroma1997/aromabackup.cfg +++ /dev/null @@ -1,64 +0,0 @@ -# Configuration file - -backup { - # The compression type used for backups. The following ones are available: "zip", "tar.gz", "tar" - S:compressionType=zip -} - - -backup_location { - # The filename of the backup files. Supported variables: - # world, year, month, date, hour, minute, second, identifier. - # Please note: using the identifier is recommended, but not enforced. Please make sure, that your filenames are unique and that two backups will not have the same filename. [default: %world%/Backup--%world%--%year%-%month%-%date%--%hour%-%minute%] - S:filename=%world%/Backup--%world%--%year%-%month%-%date%--%hour%-%minute% - - # Where to store the Backups. Either an absolute path or relative to the minecraft folder. - S:location=./backups -} - - -backup_schedule { - # How frequently a automatic backup is done in minutes. 0 means Auto-Backup disabled. - I:delay=30 - - # How many full backups to keep. When there are this many full backups, the oldest full backup will be deleted together with all incremental backups, that depend on it. [range: 1 ~ 2147483647, default: 30] - I:fullBackupsToKeep=5 - - # How many incremental backups to create. Set to something bigger that 0 to enable. If this is set to for example 5, then there will be one full backup, 5 incremental backups and then the next full backup and so on. [range: 0 ~ 500, default: 0] - I:incrementalBackupsToCreate=0 - - # How many incremental backups to keep. When there are this many incremental backups, the oldest incremental backup will be deleted together with all backups, that depend on it. [range: 1 ~ 2147483647, default: 100] - I:incrementalBackupsToKeep=100 - - # If a backup should be done when the world gets loaded. - B:onStartup=true - - # If the scheduled backup should be skipped if no players were on the server since the last one. - B:skipbackup=true -} - - -general { - # If all players or only admins can use the /backup command. - B:allPlayers=true - - # If the blacklist is enabled, the dimensions (ids) specified here will not be backed up. - I:blacklist < - > - - # Compression rate. Has to be between 9 (high compression) and 1 (low compression). - I:compressionRate=5 - - # If this is set to true, it will use the Dimension Whitelist, if it is false, it will use the Dimension Blacklist - B:useWhitelist=false - - # If the whitelist is enabled, only the dimensions (ids) specified here will be backed up. - I:whitelist < - 0 - 1 - -1 - 43 - > -} - - diff --git a/config - Copy/aroma1997/aromabackuprecovery.cfg b/config - Copy/aroma1997/aromabackuprecovery.cfg deleted file mode 100644 index e8cfd185..00000000 --- a/config - Copy/aroma1997/aromabackuprecovery.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # If this is set to true, the RecoveryHelper with GUI will be enabled. [default: true] - B:recoveryHelperEnabled=true -} - - diff --git a/config - Copy/astralsorcery.cfg b/config - Copy/astralsorcery.cfg deleted file mode 100644 index bd4cb8de..00000000 --- a/config - Copy/astralsorcery.cfg +++ /dev/null @@ -1,1089 +0,0 @@ -# Configuration file - -cape { - - aevitas { - # Defines the chance that food-level increasing effects will happen on a specific cape-effect-cycle/tick [range: 0.0 ~ 1.0, default: 0.01] - S:aevitasFeedChancePerCycle=0.01 - - # Defines the food-level that is 'fed' to the player per cape-effect-cycle/tick [range: 0 ~ 5, default: 1] - I:aevitasFoodLevelPerCycle=1 - - # Defines the amount of saturation that is 'fed' to the player per cape-effect-cycle/tick [range: 0.0 ~ 5.0, default: 0.1] - S:aevitasFoodSaturationPerCycle=0.1 - - # Defines the amount of health that is regenerated per cape-effect-cycle/tick [range: 0.0 ~ 4.0, default: 0.04] - S:aevitasHealPerCycle=0.04 - - # Defines the chance that the aoe will search for a plant to turn into another plant. [range: 0.0 ~ 1.0, default: 0.2] - S:aevitasPlantTransformChance=0.2 - - # Defines the multiplier if the aoe will happen at all [range: 0.0 ~ 1.0, default: 1.0] - S:aevitasPotency=1.0 - - # Defines the radius (in blocks) for the aoe effect. [range: 1.0 ~ 32.0, default: 10.0] - S:aevitasRange=10.0 - } - - discidia { - # Sets the multiplier for how much of the received damage is converted into additional damage [range: 0.0 ~ 100.0, default: 1.0] - S:discidiaMultiplier=1.0 - } - - evorsio { - # Defines the Range of the death-AOE effect of when a mob gets killed by a player with this cape on. [range: 0.5 ~ 50.0, default: 4.0] - S:evorsioDeathAOERange=4.0 - - # Defines the multiplier how much of the dead entity's max-life should be dealt as AOE damage to mobs nearby. [range: 0.0 ~ 10.0, default: 0.5] - S:evorsioPercentLifeDamage=0.5 - } - - armara { - # Defines the maximum amount of immunity-stacks you can overall charge up. [range: 1 ~ 30, default: 3] - I:armaraImmunityStacks=3 - - # Defines the ticks you need to wear the cape until you get a immunty-stack that prevents 1 attack/damage-hit you'd take. [range: 1 ~ 10000, default: 300] - I:armaraRechargeTicks=300 - } - - lucerna { - # If this is set to true, particles spawned by the lucerna cape effect will also highlight spawners nearby. [default: true] - B:lucernaFindSpawners=true - - # Sets the maximum range of where the lucerna cape effect will get entities (and potentially spawners given the config option is enabled) to highlight. [range: 12.0 ~ 512.0, default: 36.0] - S:lucernaRange=36.0 - } - - fornax { - # If a player burns while wearing the cape, this toggles if blocks below him then melt (true) or not. (false) [default: true] - B:fornaxBurningMelt=true - - # Sets the multiplier for how much damage you take from fire damage while wearing a fornax cape [range: 0.0 ~ 1.0, default: 0.4] - S:fornaxFireDmgMultiplier=0.4 - - # Sets the multiplier for how much healing the player receives from the original damage when being hit by fire damage. [range: 0.0 ~ 5.0, default: 0.4] - S:fornaxFireHealMultiplier=0.4 - } - - pelotrio { - # Defines the chance of a spectral axe spawning that's chopping logs and leaves for you for a bit when you break a log or leaf. [range: 0.0 ~ 1.0, default: 0.8] - S:pelotrioChance_Axe=0.8 - - # Defines the chance of a spectral pickaxe spawning that's mining for you for a bit when you mine a block. [range: 0.0 ~ 1.0, default: 0.8] - S:pelotrioChance_Pickaxe=0.8 - - # Defines the chance of a spectral sword spawning that fights mobs nearby for a bit when you attack a mob. [range: 0.0 ~ 1.0, default: 0.5] - S:pelotrioChance_Sword=0.5 - - # Defines the damage the sword does per attack [range: 0.1 ~ 32.0, default: 4.0] - S:pelotrioSword_Attack=4.0 - - # Definies how long an axe is going to need to break a leaf or log [range: 1 ~ 100, default: 2] - I:pelotrioTicks_Axe=2 - - # Definies how long a pickaxe needs to break a block [range: 1 ~ 100, default: 4] - I:pelotrioTicks_Pickaxe=4 - - # Definies how many ticks are at least between sword attacks the sword makes [range: 1 ~ 100, default: 6] - I:pelotrioTicks_Sword=6 - } - - mineralis { - # Sets the highlight radius in which the cape effect will search for the block you're holding. [range: 4 ~ 64, default: 20] - I:mineralisHighlightRange=20 - } - - octans { - # Defines the amount of health that is healed while the wearer is in water. Can be set to 0 to disable this. [range: 0.0 ~ 5.0, default: 0.01] - S:octansHealPerTick=0.01 - } - - horologium { - # Defines the cooldown for the time-freeze effect after it triggered (should be longer than duration!) [range: 40 ~ 70000, default: 1000] - I:horologiumCooldown=1000 - - # Defines the duration of the time-freeze bubble [range: 40 ~ 50000, default: 180] - I:horologiumDuration=180 - - # Defines the range of the time-freeze effect [range: 4.0 ~ 64.0, default: 20.0] - S:horologiumFreezeRange=20.0 - - # Defines the chance for the time-freeze effect to trigger when being hit [range: 0.0 ~ 1.0, default: 0.8] - S:horologiumTriggerChance=0.8 - } - - bootes { - # Defines the maximum flare count the player can draw with him. [range: 2 ~ 8, default: 3] - I:bootesMaxFlareCount=3 - - # Defines the chance per tick that a new flare following the wearer is spawned. [range: 0.0 ~ 1.0, default: 0.005] - S:bootesTickSummonChance=0.005 - } - -} - - -crafting { - # Set this to false to disable the chance to get a 2nd crystal when growing a max-sized one in liquid starlight. [default: true] - B:canCrystalGrowthYieldDuplicates=true - - # Set this to false to prevent the lookup and registration of oreblock -> ore dust recipes on the grindstone. [default: true] - B:grindstoneAddOreToDustRecipes=true - - # Set this to false to disable that liquid starlight + lava occasionally/rarely produces aquamarine shale instead of sand. [default: true] - B:liquidStarlightAquamarine=true - - # Set this to false to disable crystal + stardust -> Celestial Crystal cluster forming [default: true] - B:liquidStarlightCelestialCrystalCluster=true - - # Set this to false to disable Rock/Celestial Crystal growing in liquid starlight. [default: true] - B:liquidStarlightCrystalGrowth=true - - # Set this to false to disable Crystal Tool growth in liquid starlight [default: true] - B:liquidStarlightCrystalToolGrowth=true - - # Set this to false to disable that liquid starlight + water produces ice. [default: true] - B:liquidStarlightIce=true - - # Set this to false to disable the functionality that wood logs will be converted to infused wood when thrown into liquid starlight. [default: true] - B:liquidStarlightInfusedWood=true - - # Set this to false to disable that liquid starlight + lava produces sand. [default: true] - B:liquidStarlightSand=true -} - - -data_persistence { - - files { - # Defines if the persistent client-data usage/storage should be used. If set to false, it'll store the data in a pack-related directory (subfolder 'astralsorcery' in the same directory as /mods, /config, ...) [default: true] - B:active=true - - # Defines if the persistent data loading & saving should be enabled for knowledge_fragments (saved in file knowledge_fragments.dat) [default: true] - B:active_knowledge_fragments=true - } - -} - - -entities { - # Defines how common ***ambient*** flares are. the lower the more common. 0 = ambient ones don't appear/disabled. [range: 0 ~ 200000, default: 9] - I:EntityFlare.ambientspawn=0 - - # If this is set to true, occasionally, a spawned flare will (attempt to) kill bats close to it. [default: true] - B:EntityFlare.killbats=true -} - - -general { - # Defines the length of a day (both daytime & nighttime obviously) for the mod's internal logic. NOTE: This does NOT CHANGE HOW LONG A DAY IN MC IS! It is only to provide potential compatibility for mods that do provide such functionality. [range: 100 ~ 2147483647, default: 24000] - I:dayLength=24000 - - # If set to 'true' anything that prevents mobspawning by this mod, will also prevent EVERY natural mobspawning of any mobtype. When set to 'false' it'll only stop monsters from spawning. [default: false] - B:doesMobSpawnDenyAllTypes=false - - # If set to 'true', the player will receive an AstralSorcery Journal when they join the server for the first time. [default: true] - B:giveJournalAtFirstJoin=false - - # If this is set to true, Rock-Crystal-Ore may be silk-touch harvested by a player. [default: false] - B:isRockCrystalOreSilkHarvestable=false - - # List any number of modid's here and the aevitas perk & mineralis ritual will not spawn ores that originate from any of the mods listed here. [default: [techreborn]] - S:oreGenBlacklist < - techreborn - > - - # Whitelist of dimension ID's that will have special sky rendering [default: [0]] - S:skySupportedDimensions < - 0 - 4 - 43 - 144 - 170 - > - - # Defines how much the 'sharpened' modifier increases the damage of the sword if applied. Config value is in percent. [range: 0.0 ~ 10000.0, default: 0.1] - S:swordSharpenedMultiplier=0.1 - - # IF a dimensionId is listed in 'skySupportedDimensions' you can add it here to keep its sky render, but AS will try to render only constellations on top of its existing sky render. [default: ] - S:weakSkyRenders < - 170 - 43 - > - - shooting_stars { - # Set to true to make shooting stars do a little explosion where they land [default: true] - B:doExplosion=true - - # Set to false to disable shooting stars from spawning [default: true] - B:enabled=true - } - - debug_logging { - # Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! [default: false] - B:PERKS=false - - # Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! [default: false] - B:STRUCTURE_MATCH=false - - # Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! [default: false] - B:TREE_BEACON=false - } - -} - - -########################################################################################################## -# lightnetwork -#--------------------------------------------------------------------------------------------------------# -# Maintenance options for the Starlight network. Use the integrity check when you did a bigger rollback or MC-Edited stuff out of the world. Note that it will only affect worlds that get loaded. So if you edited out something on, for example, dimension -76, be sure to go into that dimension with the maintenance options enabled to properly perform maintenance there. -########################################################################################################## - -lightnetwork { - # NOTE: ONLY run this once and set it to false again afterwards, nothing will be gained by setting this to true permanently, just longer loading times. When set to true and the server started, this will perform an integrity check over all nodes of the starlight network whenever a world gets loaded, removing invalid ones in the process. This might, depending on network sizes, take a while. It'll leave a message in the console when it's done. After this check has been run, you might need to tear down and rebuild your starlight network in case something doesn't work anymore. [default: false] - B:performNetworkIntegrityCheck=false -} - - -machinery { - - treebeacon { - # Defines the chance that the block harvested is going to break per random-selection tick. The higher the value the lower the chance [range: 20 ~ 2147483647, default: 1400] - I:BreakChance=1400 - - # Defines the amount of blocks the treeBeacon can support at max count [range: 1 ~ 4000, default: 600] - I:Count=600 - - # Defines the chance that a drop is generated per random-selection tick. The higher the value the lower the chance. [range: 1 ~ 2147483647, default: 4] - I:DropsChance=4 - - # Percentage, how hard the speed limiter should slow down production of the tree beacon. 1=max, 0=no limiter [range: 0.0 ~ 1.0, default: 1.0] - S:EfficiencyLimiter=1.0 - - # Defines the Range where the TreeBeacon will scan for Tree's to grow. [range: 4.0 ~ 64.0, default: 16.0] - S:Range=16.0 - } - - multi-ore { - # This value defines how high the chance is after 'guaranteedBlocks' has been reached that the block-respawner despawns. The higher this number, the more unlikely it is to despawn. [range: 1 ~ 2147483647, default: 100] - I:chanceDespawn=100 - - # This value defines how often the block can be broken and will 100% respawn again. [range: 0 ~ 2147483647, default: 550] - I:guaranteedBlocks=550 - - # This defines how often an ore will be generated instead of a stone. The higher the number the more rare. Set to 0 to have it never generate ore, only stone. [range: 0 ~ 2147483647, default: 2] - I:oreChance=2 - } - - chalice { - # Defines the Range where the Chalice look for other chalices to interact with. [range: 4.0 ~ 64.0, default: 16.0] - S:chaliceRange=16.0 - } - - fountain { - # Sets the offset where the vortex-point for the vortex-prime is at relative to the fountain block. [range: -64 ~ -4, default: -4] - I:VortexOffset=-4 - } - - tileacceleration_blacklist { - # The classes for tileentities to be blacklisted from AstralSorcery's tile acceleration mechanics. Fully define a class or a package above it. Separated by '/' [default: [appeng], [raoulvdberge.refinedstorage]] - S:ClassesOrSuperPackages < - appeng - raoulvdberge.refinedstorage - > - } - - attunement-altar { - # Set this to 'false' to disable the timeout waiting for a player to attune. This can solve issues with players having high latency or a bad ingame performance. [default: true] - B:doAttunementTimeout=true - } - -} - - -patreon { - # Enables/Disables all patreon effects. [default: true] - B:enablePatreonEffects=true -} - - -perk_levels { - - level { - # Sets the max level for the perk tree levels. [range: 1 ~ 100, default: 30] - I:levelCap=100 - } - -} - - -perks { - - gem { - # If this is set to true, the same type of modifier (e.g. maxhealth) can roll multiple times [default: false] - B:gemAllowDuplicateTypes=false - - # If this is set to true, a modifier may roll to be 'more'/'less' instead of 'increased'/'decreased', depending on the configured chance (see ChanceMoreLessModifier) [default: false] - B:gemAllowMoreLessModifier=false - - # If this is set to true, a modifier may roll negative instead of positive, depending on the configured chance (see ChanceNegativeModifier) [default: false] - B:gemAllowNegativeModifier=false - - # Defines the chance the gem can roll a 3rd modifier. The lower this chance, the rarer. [range: 0.0 ~ 1.0, default: 0.2] - S:gemChance3Modifiers=0.2 - - # Defines the chance the gem can roll a 4th modifier. A 3rd modifier MUST be rolled before and the chances are independent of each other. The lower this chance, the rarer. [range: 0.0 ~ 1.0, default: 0.05] - S:gemChance4Modifiers=0.05 - - # If 'AllowMoreLessModifier' is set to true, this defines the chance a given modifier may be 'more'/'less' instead of 'increased'/'decreased'. [range: 0.0 ~ 1.0, default: 0.1] - S:gemChanceMoreLessModifier=0.1 - - # If 'AllowNegativeModifier' is set to true, this defines the chance a given modifier may be negative instead of positive. [range: 0.0 ~ 1.0, default: 0.25] - S:gemChanceNegativeModifier=0.25 - - # List of weighted modifiers the gem may roll. Format: 'modifier=weight' [default: [astralsorcery.attackspeed=2], [astralsorcery.expgain=1], [astralsorcery.armor=8], [astralsorcery.projectileattackdamage=8], [astralsorcery.dodge=2], [astralsorcery.movespeed=8], [astralsorcery.critchance=4], [astralsorcery.reach=4], [astralsorcery.meleeattackdamage=8], [astralsorcery.allres=2], [astralsorcery.compat.thaumcraft.runicshield=2], [astralsorcery.critmulti=4], [astralsorcery.maxhealth=12], [astralsorcery.liferecovery=2], [astralsorcery.harvestspeed=2]] - S:gemWeightedModifiers < - astralsorcery.attackspeed=2 - astralsorcery.expgain=1 - astralsorcery.armor=8 - astralsorcery.projectileattackdamage=8 - astralsorcery.dodge=2 - astralsorcery.movespeed=8 - astralsorcery.critchance=4 - astralsorcery.reach=4 - astralsorcery.meleeattackdamage=8 - astralsorcery.allres=2 - astralsorcery.compat.thaumcraft.runicshield=2 - astralsorcery.critmulti=4 - astralsorcery.maxhealth=12 - astralsorcery.liferecovery=2 - astralsorcery.harvestspeed=2 - > - - ranges { - # Defines the lower bound an 'decreased' modifier can roll. Value is in percent (-0.01 means 1% decreased, -0.1 means 10% decreased, ...) [range: -1.0 ~ 0.0, default: -0.08] - S:Decreased_Higher_Bound=0.08 - - # Defines the lower bound an 'decreased' modifier can roll. Value is in percent (-0.01 means 1% decreased, -0.1 means 10% decreased, ...) [range: -1.0 ~ 0.0, default: -0.05] - S:Decreased_Lower_Bound=0.05 - - # Defines the lower bound an 'increased' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.08] - S:Increased_Higher_Bound=0.08 - - # Defines the lower bound an 'increased' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.05] - S:Increased_Lower_Bound=0.05 - - # Defines the lower bound an 'less' modifier can roll. Value is in percent (-0.01 means 1% less, -0.1 means 10% less, ...) [range: -1.0 ~ 0.0, default: -0.08] - S:Less_Higher_Bound=0.08 - - # Defines the lower bound an 'less' modifier can roll. Value is in percent (-0.01 means 1% less, -0.1 means 10% less, ...) [range: -1.0 ~ 0.0, default: -0.05] - S:Less_Lower_Bound=0.05 - - # Defines the lower bound an 'more' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.08] - S:More_Higher_Bound=0.08 - - # Defines the lower bound an 'more' modifier can roll. Value is in percent (0.01 means 1%, 0.1 means 10%, ...) [range: 0.0 ~ 1.0, default: 0.05] - S:More_Lower_Bound=0.05 - } - - } - - root_aevitas { - # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] - S:Exp_Multiplier=1.0 - } - - root_vicio { - # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] - S:Exp_Multiplier=1.0 - } - - root_armara { - # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] - S:Exp_Multiplier=1.0 - } - - root_discidia { - # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] - S:Exp_Multiplier=1.0 - } - - root_evorsio { - # Sets the exp multiplier exp gained from this root-perk are multiplied by. (So higher multiplier -> more exp) [range: 0.0 ~ 1024.0, default: 1.0] - S:Exp_Multiplier=1.0 - } - - key_stone_enrichment { - # Sets the chance (Random.nextInt(chance) == 0) to try to see if a random stone next to the player should get turned into an ore; the lower the more likely [range: 2 ~ 4000000, default: 70] - I:Chance_To_CreateOre=70 - - # Defines the radius where a random position to generate a ore at is searched [range: 1 ~ 35, default: 3] - I:Effect_Radius=3 - } - - key_mending { - # Sets the chance (Random.nextInt(chance) == 0) to try to see if a piece of armor on the player that is damageable and damaged can be repaired; the lower the more likely [range: 3 ~ 6000000, default: 800] - I:Repair_Chance=800 - } - - key_growables { - # Sets the chance (Random.nextInt(chance) == 0) to try to see if a random plant near the player gets bonemeal'd; the lower the more likely [range: 1 ~ 1000000, default: 3] - I:Growth_Chance=3 - - # Defines the radius around which the perk effect should apply around the player [range: 1 ~ 16, default: 3] - I:Radius=3 - } - - 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 - - # 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 - } - - key_disarm { - # Defines the chance (in percent) per hit to make the attacked entity drop its armor. [range: 0.0 ~ 1.0, default: 0.05] - S:DropChance=0.0005 - } - - key_lightning_arc { - # Sets the chance to spawn a damage-arc effect when an enemy is hit (value is in percent) [range: 0.0 ~ 1.0, default: 0.6] - S:Chance=0.6 - - # Defines the damage-multiplier which gets added to the damage dealt initially. [range: 0.1 ~ 64.0, default: 0.75] - S:DamagePercent=0.75 - - # Defines the amount of times an arc will repetitively chain between the mobs and deal damage after initially spawned/triggered [range: 1 ~ 128, default: 3] - I:DamageTicks=3 - - # Defines the distance for how far a single arc can jump/search for nearby entities [range: 0.2 ~ 16.0, default: 7.0] - S:Distance=7.0 - } - - key_chain_mining { - # Defines the base chance a chain is tried to be built. [range: 0.01 ~ 1.0, default: 0.2] - S:ChainChance=0.2 - - # Defines the maximum length of a single break-chain. [range: 2 ~ 20, default: 4] - I:ChainLength=4 - } - - key_bleed { - # Defines the base chance a bleed can/is applied when an entity is being hit by this entity [range: 0.01 ~ 1.0, default: 0.25] - S:BleedChance=0.25 - - # Defines the duration of the bleeding effect when applied. Refreshes this duration when a it is applied again [range: 5 ~ 400, default: 60] - I:BleedDuration=60 - } - - key_rampage { - # Defines the duration of the rampage in ticks. [range: 10 ~ 40000, default: 100] - I:Duration=100 - } - - key_cheat_death { - # Once the potion effect gets applied, it'll take at least this amount of ticks or a server restart until it can be re-applied by this perk [range: 1 ~ 2147483647, default: 1000] - I:CooldownPotion=1000 - - # Once the potion effect gets applied by any of the triggers, this will be used as amplifier of the potion effect. [range: 0 ~ 32, default: 0] - I:PotionAmplifier=0 - - # Once the potion effect gets applied by any of the triggers, this will be used as tick-duration of the potion effect. [range: 1 ~ 2147483647, default: 600] - I:PotionDuration=600 - - # If the player takes damage equals/higher to the amount of damage configured here, the potion effect will apply in case it isn't on cooldown. [range: 1.0 ~ 100.0, default: 6.0] - S:ThresholdDamage=6.0 - - # If the player drops below this value of health, the potion effect will apply in case it isn't on cooldown. [range: 0.0 ~ 20.0, default: 4.0] - S:ThresholdHealth=4.0 - } - - key_no_armor { - # The multiplier that is applied to damage the player receives. The lower the more damage is negated. [range: 0.05 ~ 1.0, default: 0.7] - S:ReductionMultiplier=0.7 - } - - key_spawn_lights { - # Defines the radius around the player the perk will search for a suitable position. [range: 2 ~ 10, default: 5] - I:RadiusSpawnLight=5 - - # Defines the rate in ticks a position to spawn a light in is attempted to be found near the player. [range: 5 ~ 100000, default: 15] - I:SpawnLightRate=15 - } - - key_void_trash { - # The list of items to delete when dropped by a player with this perk. Damage/metadata value is optional and 'any' damage value is matched if omitted. Format: :(:) [default: [minecraft:stone:0], [minecraft:dirt], [minecraft:cobblestone], [minecraft:gravel]] - S:DropList < - minecraft:stone:0 - minecraft:dirt - minecraft:cobblestone - minecraft:gravel - > - - # Chance that a voided drop will instead yield a valuable random ore out of the 'perk_void_trash_replacement' configured ore table. [range: 0.0 ~ 1.0, default: 2.0E-4] - S:DropRareInstead=2.0E-4 - } - -} - - -recipes { - # If this is set to false, the luminous crafting table recipe that'd require 'light shining at a crafting table' is disabled. [default: true] - B:LightProximity-Altar=true - - # If this is set to false, the resonating wand recipe that'd require 'light shining at a crafting table' is disabled. [default: true] - B:LightProximity-ResonatingWand=true -} - - -rendering { - # Set to true to disable the festive textures/block models. [default: false] - B:disableFestiveBlockTextures=false - - # Defines how close to the position of a particle/floating texture you have to be in order for it to render. [range: 1 ~ 512, default: 64] - I:maxEffectRenderDistance=64 - - # Sets the amount of particles/effects: 0 = minimal (only necessary particles will appear), 1 = lowered (most unnecessary particles will be filtered), 2 = all particles are visible [range: 0 ~ 2, default: 2] - I:particleAmount=2 - - # If set to 'true' the mod will preload most of the bigger textures during postInit. This provides a more fluent gameplay experience (as it doesn't need to load the textures when they're first needed), but increases loadtime. [default: true] - B:preloadTextures=true -} - - -retrogen { - # WARNING: Setting this to true, will check on every chunk load if the chunk has been generated depending on the current AstralSorcery version. If the chunk was then generated with an older version, the mod will try and do the worldgen that's needed from the last recorded version to the current version. DO NOT ENABLE THIS FEATURE UNLESS SPECIFICALLY REQUIRED. It might/will slow down chunk loading. [default: false] - B:enableRetroGen=false -} - - -ritual_effects { - - aevitas { - # Defines the amount of crops the ritual can cache at max. count [range: 1 ~ 4000, default: 200] - I:aevitasCount=200 - - # Set to false to disable this ConstellationEffect. [default: true] - B:aevitasEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:aevitasPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will search for valid crops. [range: 1 ~ 32, default: 16] - I:aevitasRange=16 - - # Set the amplifier for the regeneration potion effect. [range: 0 ~ 32767, default: 1] - I:aevitasRegenerationAmplifier=1 - } - - discidia { - # Defines the max. possible damage dealt per damage tick. [range: 0.1 ~ 400.0, default: 6.5] - S:discidiaDamageDealt=6.5 - - # Set to false to disable this ConstellationEffect. [default: true] - B:discidiaEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:discidiaPotencyMultiplier=1.0 - - # Defines the range in which the ritual will try to find entities [range: 2.0 ~ 64.0, default: 16.0] - S:discidiaRange=16.0 - } - - armara { - # Set to false to disable this ConstellationEffect. [default: true] - B:armaraEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:armaraPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will stop mob spawning and projectiles. [range: 1 ~ 128, default: 32] - I:armaraRange=32 - - # Set the amplifier for the resistance potion effect. [range: 0 ~ 32767, default: 0] - I:armaraResistanceAmplifier=0 - } - - vicio { - # Set to false to disable this ConstellationEffect. [default: true] - B:vicioEnabled=true - - # Defines the radius (in blocks) in which the ritual will allow the players to fly in. [range: 1.0 ~ 512.0, default: 24.0] - S:vicioRange=24.0 - - # Defines the increase in radius the ritual will get per active lens enhancing the ritual. [range: 1 ~ 128, default: 16] - I:vicioRangeIncreasePerLens=16 - } - - evorsio { - # Set to false to disable this ConstellationEffect. [default: true] - B:evorsioEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:evorsioPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will search for blocks to break. [range: 1 ~ 32, default: 13] - I:evorsioRange=13 - } - - horologium { - # Defines the amount of tileEntities the ritual can cache and accelerate at max count [range: 1 ~ 4000, default: 30] - I:horologiumCount=30 - - # Set to false to disable this ConstellationEffect. [default: true] - B:horologiumEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:horologiumPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will search for valid tileEntities to accelerate [range: 1 ~ 64, default: 16] - I:horologiumRange=16 - } - - mineralis { - # Defines the blockstates that may be replaced by generated ore from the ritual. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] - S:ReplacementStates < - minecraft:stone:0 - > - - # Defines the amount of block-positions the ritual can cache at max count [range: 1 ~ 4000, default: 2] - I:mineralisCount=2 - - # Set to false to disable this ConstellationEffect. [default: true] - B:mineralisEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:mineralisPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will search for cleanStone to generate ores into. [range: 1 ~ 32, default: 8] - I:mineralisRange=8 - } - - lucerna { - # Defines the range in which the ritual will prevent mobspawning. [range: 2.0 ~ 2048.0, default: 64.0] - S:lucernaDenyRange=64.0 - - # Defines the range-increase that the ritual will get per additional lens focusing light back onto the pedestal [range: 2.0 ~ 2048.0, default: 64.0] - S:lucernaDenyRangeIncrease=64.0 - - # Set to false to disable this ConstellationEffect. [default: true] - B:lucernaEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:lucernaPotencyMultiplier=1.0 - } - - bootes { - # Set to false to disable this ConstellationEffect. [default: true] - B:bootesEnabled=true - - # Set the chance that an registered animal will be 'herded' if it is close to the ritual. [range: 0.0 ~ 1.0, default: 0.05] - S:bootesHerdChance=0.05 - - # Set the 'luck' when herding an animal for drops or related [range: -200.0 ~ 200.0, default: -5.0] - S:bootesHerdLuck=-5.0 - - # Set the chance that a drop that has been found from the entity's loot table is actually dropped. [range: 0.0 ~ 1.0, default: 0.01] - S:bootesOverallDropChance=0.01 - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:bootesPotencyMultiplier=1.0 - - # Defines the range in which the ritual will try to find entities [range: 2.0 ~ 64.0, default: 12.0] - S:bootesRange=12.0 - } - - octans { - # Defines the amount of crops the ritual can cache at max. count [range: 1 ~ 4000, default: 20] - I:octansCount=20 - - # Set to false to disable this ConstellationEffect. [default: true] - B:octansEnabled=true - - # Defines the maximum default tick-time until a fish may be fished by the ritual. gets reduced internally the more starlight was provided at the ritual. Has to be bigger as the minimum time; if it isn't it'll be set to the minimum. [range: 20 ~ 2147483647, default: 500] - I:octansMaxFishTickTime=500 - - # Defines the minimum default tick-time until a fish may be fished by the ritual. gets reduced internally the more starlight was provided at the ritual. [range: 20 ~ 2147483647, default: 100] - I:octansMinFishTickTime=100 - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:octansPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will search for water [range: 1 ~ 32, default: 12] - I:octansRange=12 - } - - fornax { - # Defines the amount of block-positions the ritual can cache and melt at max count [range: 1 ~ 4000, default: 40] - I:fornaxCount=40 - - # Defines a multiplier used to determine how long it needs to melt a block. normal duration * durationMultiplier = actual duration [range: 1.0E-4 ~ 200.0, default: 1.0] - S:fornaxDivisor=1.0 - - # Set to false to disable this ConstellationEffect. [default: true] - B:fornaxEnabled=true - - # Defines the chance (0% to 100% -> 0.0 to 1.0) if the block will be replaced with air instead of being properly melted into something. [range: 0.0 ~ 1.0, default: 0.0] - S:fornaxFailChance=0.0 - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:fornaxPotencyMultiplier=1.0 - - # Defines the radius (in blocks) in which the ritual will search for valid blocks to start to melt. [range: 1 ~ 32, default: 12] - I:fornaxRange=12 - } - - pelotrio { - # Set to false to disable this ConstellationEffect. [default: true] - B:pelotrioEnabled=true - - # Set the potency multiplier for this ritual effect. Will affect all ritual effects and their efficiency. [range: 0.01 ~ 100.0, default: 1.0] - S:pelotrioPotencyMultiplier=1.0 - - # Defines the threshold at which the ritual will stop spawning mobs. If there are more or equal amount of mobs near this ritual, the ritual will not spawn more mobs. Mainly to reduce potential server lag. [range: 1 ~ 256, default: 40] - I:pelotrioProximityCheck=40 - - # Defines the radius (in blocks) in which the ritual will search for potential spawn points for entities. [range: 1 ~ 32, default: 12] - I:pelotrioRange=12 - - # Defines the per-tick chance that a new position for a entity-spawn will be searched for. [range: 0.0 ~ 1.0, default: 0.1] - S:pelotrioSpawnSearchChance=0.1 - } - -} - - -tools { - # Sets the amount of damage reduction a player gets when being hit by a DE chaos-damage-related damagetype. [range: 0.0 ~ 1.0, default: 0.8] - S:cape_chaosresistance=0.8 - - # If this is set to true, charged crystals tools can revert back to their inert state. [default: true] - B:chargedCrystalToolsRevert=true - - # After 'chargedCrystalToolsRevertStart' uses, it will random.nextInt(chance) == 0 try and see if the tool gets reverted to its inert crystal tool. [range: 1 ~ 2147483647, default: 80] - I:chargedCrystalToolsRevertChance=80 - - # Defines the minimum uses a user at least gets before it's trying to revert to an inert crystal tool. [range: 0 ~ 2147483646, default: 40] - I:chargedCrystalToolsRevertStart=40 - - # Defines the amount of stacks you have to get against the same mob until you reach 100% of the damage multiplier. [range: 1 ~ 200, default: 10] - I:discidiaDamageStackCap=10 - - # Defines the additional damage multiplier gradually increased by gaining attack-stacks against a mob. (Applied multiplier = damage * 1 + (thisConfigOption * (currentStacks / maxStacks)) ) [range: 0.0 ~ 200.0, default: 1.0] - S:discidiaDamageStackMultipler=1.0 - - # Defines the chance per mined block that the effect for holding an evorsio attuned resonating wand will fire. [range: 0.0 ~ 1.0, default: 0.8] - S:evorsioAttunedWandEffectChance=0.8 - - # Sets the max. hardness the exchange wand can swap !from!. If the block you're trying to "mine" with the conversion wand is higher than this number, it won't work. (-1 to disable this check) [range: -1.0 ~ 50000.0, default: -1.0] - S:exchange_wand_max_hardness=-1.0 - - # Sets the quick-charge cost for one usage of the architect wand [range: 0.0 ~ 1.0, default: 0.03] - S:wandCost_architect=0.03 - - # Sets the quick-charge cost for one usage of the exchange wand [range: 0.0 ~ 1.0, default: 0.002] - S:wandCost_exchange=0.002 - - # Sets the quick-charge cost for one usage of the grapple wand [range: 0.0 ~ 1.0, default: 0.7] - S:wandCost_grapple=0.7 - - # Sets the quick-charge cost for one usage of the illumination wand [range: 0.0 ~ 1.0, default: 0.5] - S:wandCost_illumination=0.5 - - enchantment_amulet { - # Defines the chance to roll a 2nd-enchantment-manipulating roll on the amulet. Value defines a percent chance from 0% to 100%. Setting this to 0 also prevents a 3rd roll [range: 0.0 ~ 1.0, default: 0.8] - S:chance2nd=0.8 - - # Defines the chance to roll a 3rd-enchantment-manipulation roll on the amulet. Value defines a percent chance from 0% to 100%. [range: 0.0 ~ 1.0, default: 0.25] - S:chance3rd=0.25 - - # Defines the chance the roll will be +2 instead of +1 to existing enchantment/to enchantment/to all enchantments [range: 0.0 ~ 1.0, default: 0.15] - S:chanceLevel2=0.15 - - # Defines the chance the amulet-roll 'to all existing enchantments' will appear. [range: 0.0 ~ 1.0, default: 0.02] - S:chanceToAll=0.02 - - # Defines the chance the amulet roll 'to ' will appear. (Don't mistake this for 'to exsting '!) [range: 0.0 ~ 1.0, default: 0.35] - S:chanceToNonExisting=0.35 - } - -} - - -worldgen { - # Defines the quality of the constellation paper item in loot chests. [range: 1 ~ 128, default: 2] - I:constellationPaperQuality=2 - - # Defines the rarity of the constellation paper item in loot chests. [range: 1 ~ 128, default: 10] - I:constellationPaperRarity=10 - - # By default, Astral Sorcery does not generate structures or ores in Super-Flat worlds. If, for some reason, you wish to enable generation of structures and ores in a Super-Flat world, then set this value to true. [default: false] - B:enableFlatGen=false - - # Defines how many aquamarine ores it'll attempt to generate in per chunk. 0 = disabled [range: 0 ~ 2048, default: 64] - I:generateAquamarineAmount=64 - - # Defines how many marble veins are generated per chunk. 0 = disabled [range: 0 ~ 32, default: 4] - I:generateMarbleAmount=4 - - # Defines how big generated marble veins are. [range: 1 ~ 32, default: 20] - I:generateMarbleVeinSize=20 - - # If this is set to true, the world generator will try and spawn structures more evenly distributed by their 'ideal' distance set in their config entries. WARNING: might add additional worldgen time. [default: true] - B:respectIdealStructureDistances=true - - # the Astral Sorcery-specific worldgen will only run in Dimension ID's listed here. [default: [0]] - S:worldGenWhitelist < - 0 - > - - ancientshrine { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [MOUNTAIN], [SNOWY]] - S:BiomeTypes < - MOUNTAIN - SNOWY - > - - # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] - I:Chance=140 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate ancientShrine [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate ancientShrine [default: false] - B:IgnoreBiomes=false - - # Ignore dimension-whitelist when trying to generate ancientShrine [default: true] - B:IgnoreDimensionSettings=true - - # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] - I:MaxY=255 - - # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] - I:MinY=0 - - # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 4] - I:heightThreshold=4 - - # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 768.0] - S:idealDistance=768.0 - } - - desertstructure { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [SANDY]] - S:BiomeTypes < - SANDY - > - - # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] - I:Chance=140 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate desertStructure [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate desertStructure [default: false] - B:IgnoreBiomes=false - - # Ignore dimension-whitelist when trying to generate desertStructure [default: true] - B:IgnoreDimensionSettings=true - - # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] - I:MaxY=255 - - # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] - I:MinY=0 - - # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 3] - I:heightThreshold=3 - - # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 1024.0] - S:idealDistance=1024.0 - } - - smallshrine { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [PLAINS], [FOREST]] - S:BiomeTypes < - PLAINS - FOREST - > - - # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] - I:Chance=140 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate smallShrine [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate smallShrine [default: false] - B:IgnoreBiomes=false - - # Ignore dimension-whitelist when trying to generate smallShrine [default: true] - B:IgnoreDimensionSettings=true - - # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] - I:MaxY=255 - - # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] - I:MinY=0 - - # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 1] - I:heightThreshold=1 - - # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 512.0] - S:idealDistance=512.0 - } - - treasureshrine { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] - S:BiomeTypes < - > - - # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 20] - I:Chance=20 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate treasureShrine [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate treasureShrine [default: true] - B:IgnoreBiomes=true - - # Ignore dimension-whitelist when trying to generate treasureShrine [default: true] - B:IgnoreDimensionSettings=true - - # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 40] - I:MaxY=40 - - # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 10] - I:MinY=10 - - # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 192.0] - S:idealDistance=192.0 - } - - smallruin { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] - S:BiomeTypes < - > - - # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 140] - I:Chance=140 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate smallRuin [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate smallRuin [default: true] - B:IgnoreBiomes=true - - # Ignore dimension-whitelist when trying to generate smallRuin [default: true] - B:IgnoreDimensionSettings=true - - # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] - I:MaxY=255 - - # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] - I:MinY=0 - - # Defines how high/low the surface in comparison to the structure can be to be seen as 'sufficiently flat' for the structure to spawn at the given position. [range: 1 ~ 32, default: 0] - I:heightThreshold=0 - - # Sets the 'ideal' distance between 2 structures of the same type. If the distance is lower, it's unlikely that the same type of structure will spawn,if it's higher it's more likely that this type of structure will spawn. Only has influence if the config option 'respectIdealStructureDistances' is enabled. [range: 1.0 ~ 16384.0, default: 2048.0] - S:idealDistance=2048.0 - } - - glowstone_flower { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: [MOUNTAIN], [COLD]] - S:BiomeTypes < - MOUNTAIN - COLD - > - - # Chance to generate the structure in a chunk. The higher, the lower the chance. [range: 1 ~ 2147483647, default: 2] - I:Chance=2 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate glowstone_flower [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate glowstone_flower [default: false] - B:IgnoreBiomes=false - - # Ignore dimension-whitelist when trying to generate glowstone_flower [default: true] - B:IgnoreDimensionSettings=true - - # Set the maximum Y level to spawn this structure on [range: 0 ~ 255, default: 255] - I:MaxY=255 - - # Set the minimum Y level to spawn this structure on [range: 0 ~ 255, default: 0] - I:MinY=0 - - # Set this to true and the decorator will ignore the spawn-condition if snow is/can fall in the area. [default: false] - B:ignoreSnowCondition=false - } - - rockcrystals { - # Set the BiomeTypes (according to the BiomeDicitionary) this structure will spawn in. [default: ] - S:BiomeTypes < - > - - # Defines how rarely Rock crystal ores spawn. The higher, the more rare. [range: 1 ~ 40, default: 15] - I:CrystalDensity=15 - - # Define an array of dimensionID's where the structure is allowed to spawn in. [default: ] - S:DimensionWhitelist < - > - - # Generate rockcrystals [default: true] - B:Generate=true - - # Ignore Biome specifications when trying to generate rockcrystals [default: true] - B:IgnoreBiomeSpecification=true - - # Ignore dimension-whitelist when trying to generate rockcrystals [default: true] - B:IgnoreDimensionSettings=true - - # Defines the blockstates that may be replaced by rock crystal ore when trying to generate a rock crystal ore. format: :: - Use meta -1 for wildcard [default: [minecraft:stone:0]] - S:ReplacementStates < - minecraft:stone:0 - > - } - - 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 - Copy/astralsorcery/aevitas_ore_perk.cfg b/config - Copy/astralsorcery/aevitas_ore_perk.cfg deleted file mode 100644 index 30a766a9..00000000 --- a/config - Copy/astralsorcery/aevitas_ore_perk.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines random ore-selection data. Items with higher weight are more likely to be selected overall. Format: ; -########################################################################################################## - -data { - # [default: [oreCoal;5200], [oreIron;2500], [oreGold;550], [oreLapis;140], [oreRedstone;700], [oreDiamond;180], [oreEmerald;100], [oreAluminum;600], [oreCopper;1100], [oreTin;1500], [oreLead;1000], [oreCertusQuartz;500], [oreNickel;270], [orePlatinum;90], [oreSilver;180], [oreMithril;1], [oreRuby;400], [oreSapphire;400], [oreUranium;550], [oreYellorite;560], [oreZinc;300], [oreSulfur;600], [oreOsmium;950]] - S:data < - oreCoal;5200 - oreIron;2500 - oreGold;550 - oreLapis;140 - oreRedstone;700 - oreDiamond;180 - oreEmerald;100 - oreAluminum;600 - oreCopper;1100 - oreTin;1500 - oreLead;1000 - oreCertusQuartz;500 - oreNickel;270 - orePlatinum;90 - oreSilver;180 - oreMithril;1 - oreRuby;400 - oreSapphire;400 - oreUranium;550 - oreYellorite;560 - oreZinc;300 - oreSulfur;600 - oreOsmium;950 - > -} - - diff --git a/config - Copy/astralsorcery/amulet_enchantments.cfg b/config - Copy/astralsorcery/amulet_enchantments.cfg deleted file mode 100644 index 297aa95a..00000000 --- a/config - Copy/astralsorcery/amulet_enchantments.cfg +++ /dev/null @@ -1,69 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines a whitelist of which enchantments can be rolled and buffed by the enchantment-amulet. The higher the weight, the more likely that roll is selected.Format: : -########################################################################################################## - -data { - # [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:autosmelt:2], [endercore:xpboost:5], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:soulbound:1], [enderio:witherarrow:5], [enderio:repellent: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], [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 - 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 - extrautils2:xu.kaboomerang:10 - extrautils2:xu.zoomerang:10 - extrautils2:xu.burnerang:10 - extrautils2:xu.bladerang:10 - extrautils2:xu.boomereaperang:10 - randomthings:magnetic:1 - 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 - astralsorcery:enchantment.as.nightvision:1 - astralsorcery:enchantment.as.smelting:1 - cofhcore:holding:5 - cofhcore:insight:5 - cofhcore:leech:5 - cofhcore:multishot:5 - cofhcore:smashing:2 - cofhcore:smelting:2 - cofhcore:soulbound:5 - cofhcore:vorpal:2 - > -} - - diff --git a/config - Copy/astralsorcery/fluid_rarities.cfg b/config - Copy/astralsorcery/fluid_rarities.cfg deleted file mode 100644 index a31c1f96..00000000 --- a/config - Copy/astralsorcery/fluid_rarities.cfg +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines fluid-rarities and amounts for the evershifting fountain's neromantic prime. The lower the relative rarity, the more rare the fluid. Format: ;;; -########################################################################################################## - -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 < - enrichedlava;2147483647;2147483647;16000 - > -} - - diff --git a/config - Copy/astralsorcery/herdable_animals_blacklist.cfg b/config - Copy/astralsorcery/herdable_animals_blacklist.cfg deleted file mode 100644 index 480f9e00..00000000 --- a/config - Copy/astralsorcery/herdable_animals_blacklist.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines a list of animals that can not be used in an bootes ritual to gain drops from. List animals with their registry name (e.g. parrots would be 'minecraft:parrot') -########################################################################################################## - -data { - # [default: ] - S:data < - > -} - - diff --git a/config - Copy/astralsorcery/mineralis_ritual.cfg b/config - Copy/astralsorcery/mineralis_ritual.cfg deleted file mode 100644 index 1103bf32..00000000 --- a/config - Copy/astralsorcery/mineralis_ritual.cfg +++ /dev/null @@ -1,48 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines random ore-selection data. Items with higher weight are more likely to be selected overall. Format: ; -########################################################################################################## - -data { - # [default: [oreCoal;5200], [oreIron;2500], [oreGold;550], [oreLapis;140], [oreRedstone;700], [oreDiamond;180], [oreEmerald;100], [oreAluminum;600], [oreCopper;1100], [oreTin;1500], [oreLead;1000], [oreCertusQuartz;500], [oreNickel;270], [orePlatinum;90], [oreSilver;180], [oreMithril;1], [oreRuby;400], [oreSapphire;400], [oreUranium;550], [oreYellorite;560], [oreZinc;300], [oreSulfur;600], [oreOsmium;950]] - S:data < - oreCoal;5200 - oreIron;2500 - oreGold;550 - oreLapis;140 - oreRedstone;700 - oreDiamond;180 - oreEmerald;100 - oreAluminum;600 - oreCopper;1100 - oreTin;1500 - oreLead;1100 - oreCertusQuartz;500 - oreNickel;270 - orePlatinum;90 - oreSilver;180 - oreMithril;4000 - oreRuby;400 - oreSapphire;400 - oreUranium;550 - oreYellorite;600 - oreZinc;300 - oreSulfur;600 - oreOsmium;950 - oreThorium;400 - oreCoralium;1000 - oreAbyssalnite;400 - oreAscendedJade;500 - oreBauxite;600 - oreTitanium;400 - oreRunium;300 - oreSalt;800 - oreRosite;500 - oreLimonite;500 - > -} - - diff --git a/config - Copy/astralsorcery/perk_void_trash_replacement.cfg b/config - Copy/astralsorcery/perk_void_trash_replacement.cfg deleted file mode 100644 index 30a766a9..00000000 --- a/config - Copy/astralsorcery/perk_void_trash_replacement.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines random ore-selection data. Items with higher weight are more likely to be selected overall. Format: ; -########################################################################################################## - -data { - # [default: [oreCoal;5200], [oreIron;2500], [oreGold;550], [oreLapis;140], [oreRedstone;700], [oreDiamond;180], [oreEmerald;100], [oreAluminum;600], [oreCopper;1100], [oreTin;1500], [oreLead;1000], [oreCertusQuartz;500], [oreNickel;270], [orePlatinum;90], [oreSilver;180], [oreMithril;1], [oreRuby;400], [oreSapphire;400], [oreUranium;550], [oreYellorite;560], [oreZinc;300], [oreSulfur;600], [oreOsmium;950]] - S:data < - oreCoal;5200 - oreIron;2500 - oreGold;550 - oreLapis;140 - oreRedstone;700 - oreDiamond;180 - oreEmerald;100 - oreAluminum;600 - oreCopper;1100 - oreTin;1500 - oreLead;1000 - oreCertusQuartz;500 - oreNickel;270 - orePlatinum;90 - oreSilver;180 - oreMithril;1 - oreRuby;400 - oreSapphire;400 - oreUranium;550 - oreYellorite;560 - oreZinc;300 - oreSulfur;600 - oreOsmium;950 - > -} - - diff --git a/config - Copy/astralsorcery/treasure_shrine.cfg b/config - Copy/astralsorcery/treasure_shrine.cfg deleted file mode 100644 index 30a766a9..00000000 --- a/config - Copy/astralsorcery/treasure_shrine.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# Configuration file - -########################################################################################################## -# data -#--------------------------------------------------------------------------------------------------------# -# Defines random ore-selection data. Items with higher weight are more likely to be selected overall. Format: ; -########################################################################################################## - -data { - # [default: [oreCoal;5200], [oreIron;2500], [oreGold;550], [oreLapis;140], [oreRedstone;700], [oreDiamond;180], [oreEmerald;100], [oreAluminum;600], [oreCopper;1100], [oreTin;1500], [oreLead;1000], [oreCertusQuartz;500], [oreNickel;270], [orePlatinum;90], [oreSilver;180], [oreMithril;1], [oreRuby;400], [oreSapphire;400], [oreUranium;550], [oreYellorite;560], [oreZinc;300], [oreSulfur;600], [oreOsmium;950]] - S:data < - oreCoal;5200 - oreIron;2500 - oreGold;550 - oreLapis;140 - oreRedstone;700 - oreDiamond;180 - oreEmerald;100 - oreAluminum;600 - oreCopper;1100 - oreTin;1500 - oreLead;1000 - oreCertusQuartz;500 - oreNickel;270 - orePlatinum;90 - oreSilver;180 - oreMithril;1 - oreRuby;400 - oreSapphire;400 - oreUranium;550 - oreYellorite;560 - oreZinc;300 - oreSulfur;600 - oreOsmium;950 - > -} - - diff --git a/config - Copy/attributefix.cfg b/config - Copy/attributefix.cfg deleted file mode 100644 index fa52da51..00000000 --- a/config - Copy/attributefix.cfg +++ /dev/null @@ -1,65 +0,0 @@ -# Configuration file - -attributes { - # The maximum amount for the Armor attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxArmor=65536.0 - - # The maximum amount for the ArmorToughness attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxArmorToughness=65536.0 - - # The maximum amount for the AttackDamage attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxAttackDamage=65536.0 - - # The maximum amount for the AttackSpeed attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxAttackSpeed=65536.0 - - # The maximum amount for the FlyingSpeed attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxFlyingSpeed=65536.0 - - # The maximum amount for the FollowRange attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxFollowRange=65536.0 - - # The maximum amount for the KnockbackResistance attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxKnockbackResistance=65536.0 - - # The maximum amount for the Luck attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxLuck=65536.0 - - # The maximum amount for the MaxHealth attribute. [range: 1.4E-45 ~ 3.4028235E38, default: Infinity] - S:maxMaxHealth=Infinity - - # The maximum amount for the MovementSpeed attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 65536.0] - S:maxMovementSpeed=65536.0 - - # The minimum amount for the Armor attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minArmor=0.0 - - # The minimum amount for the ArmorToughness attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minArmorToughness=0.0 - - # The minimum amount for the AttackDamage attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minAttackDamage=0.0 - - # The minimum amount for the AttackSpeed attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minAttackSpeed=0.0 - - # The minimum amount for the FlyingSpeed attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minFlyingSpeed=0.0 - - # The minimum amount for the FollowRange attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minFollowRange=0.0 - - # The minimum amount for the KnockbackResistance attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minKnockbackResistance=0.0 - - # The minimum amount for the Luck attribute. [range: 1.4E-45 ~ 3.4028235E38, default: -1024.0] - S:minLuck=-1024.0 - - # The minimum amount for the MaxHealth attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 1.4E-45] - S:minMaxHealth=1.4E-45 - - # The minimum amount for the MovementSpeed attribute. [range: 1.4E-45 ~ 3.4028235E38, default: 0.0] - S:minMovementSpeed=0.0 -} - - diff --git a/config - Copy/avaritia.cfg b/config - Copy/avaritia.cfg deleted file mode 100644 index 7c56f962..00000000 --- a/config - Copy/avaritia.cfg +++ /dev/null @@ -1,65 +0,0 @@ -~1.0 - -#General configuration of Avaritia components. -"general" { - #Disable to remove end stone out of some of Avaritia's recipes. - B:"use_end_stone"=true - - #Disable if you don't want the World Breaker to break unbreakable blocks. - B:"break_bedrock"=true - - #Enable to keep the Ultimate Stew and Cosmic Meatballs from grabbing more ingredients. - B:"boring_food"=false - - #Enable if you don't have RotaryCraft installed and want some buggy fractured ores. - B:"fractured_ores"=false - - #These are the OreDictionary ID's for default trashed items. These are synced from the server to the client. And will appear as defaults on the client also. Clients can override these, They are defaults not Musts. - S:"aoe_trash_defaults" < - dirt - sand - gravel - cobblestone - netherrack - stoneGranite - stoneDiorite - stoneAndesite - > - - #Enables verbose logging of actions taken on avaritia by CraftTweaker scripts. Only effects CraftTweakers script log file. - B:"verbose_craft_tweaker_logging"=false -} - -#Disable to stop using that material in recipes. Useful if a mod adds unobtainable placeholder ores. -"materials" { - B:"copper"=true - - B:"tin"=true - - B:"silver"=true - - B:"lead"=true - - B:"nickel"=true - - B:"steel"=true - - B:"fluxed"=true - - B:"enderium"=true - - B:"dark_steel"=true - - B:"platinum"=false - - B:"iridium"=false -} - -#Balance modifications for the Compressor. -"balance" { - #Added to the existing modifier to make prices more expensive or cheaper. Can be negative. - I:"cost_modifier"=0 - - #Added to the existing multiplier to make prices more expensive or cheaper. Can be negative. - I:"cost_multiplier"=0 -} diff --git a/config - Copy/badmobs.cfg b/config - Copy/badmobs.cfg deleted file mode 100644 index 6e66295a..00000000 --- a/config - Copy/badmobs.cfg +++ /dev/null @@ -1,19 +0,0 @@ -# Configuration file - -general { - # When enabled, the ID of a mob will be shown on it's corrosponding spawn egg. This is used to help you blacklist mobs. [default: true] - B:addTooltipInfo=true - - # A list of all banned mobs. If a mobs entity name is added to this list, it will not be allowed to spawn in any world. To get the name of an entity, interact with it using the data checker and it's name will be given. [default: [example1], [example2], [example3]] - S:bannedMobs < - aoa3:corrupted_traveller - > - - # When enabled this mod will target mobs that have already spawned. This option must also be enabled to prevent mob spawners from spawning as well. [default: false] - B:removeAggressively=false - - # While false, this mod will not remove custom named mobs from the game. [default: false] - B:removeNamedMobs=false -} - - diff --git a/config - Copy/badwithernocookiereloaded.cfg b/config - Copy/badwithernocookiereloaded.cfg deleted file mode 100644 index b02743b0..00000000 --- a/config - Copy/badwithernocookiereloaded.cfg +++ /dev/null @@ -1,37 +0,0 @@ -# Configuration file - -########################################################################################################## -# general settings -#--------------------------------------------------------------------------------------------------------# -# Choose Global Sounds to Silence -########################################################################################################## - -"general settings" { - # Set to true to silence the server messages for when any of these sounds have been silenced. - B:"The Console on Success"=true - - # Set to true to silence the server-wide Ender Dragon Death broadcast sound. - B:"The Dragon"=true - - # Set to true to silence the server-wide Thunder caused by Lightning broadcast sound. - B:"The Lightning"=true - - # Set to true to silence the server-wide Wither spawn broadcast sound. - B:"The Wither"=true -} - - -########################################################################################################## -# localized settings -#--------------------------------------------------------------------------------------------------------# -# Yes, you can silence other sounds too! -########################################################################################################## - -"localized settings" { - # A list of sounds to silence, discoverable with the toggle command /listen - # enter one sound event per line with no commas. - S:silenceUs < - > -} - - diff --git a/config - Copy/battletowers.cfg b/config - Copy/battletowers.cfg deleted file mode 100644 index 9264e1e7..00000000 --- a/config - Copy/battletowers.cfg +++ /dev/null @@ -1,277 +0,0 @@ -# Configuration file - -########################################################################################################## -# battletowerchestitems -#--------------------------------------------------------------------------------------------------------# -# Syntax for each Item entry is 'Name-Meta-Spawnchance-minAmount-maxAmount', entries are seperated by ';' -########################################################################################################## - -battletowerchestitems { - S:"Floor 1"=stick-0-75-5-6;wheat_seeds-0-75-3-5;planks-0-75-5-6;reeds-0-75-3-5;golden_carrot-0-70-2-8;contenttweaker:call_of_the_full_moon-0-10-2-3;contenttweaker:recursive_paper_abyssal-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 - S:"Floor 3"=bowl-0-75-2-4;coal-0-90-4-4;string-0-80-5-5;wool-0-75-2-2;contenttweaker:bento_l-0-25-1-5;contenttweaker:signal_beacon-0-10-2-3;contenttweaker:witchery_summons-0-10-2-3;contenttweaker:recursive_paper_illager-0-10-2-3;contenttweaker:recursive_paper_buggy-0-10-2-3 - S:"Floor 4"=glass-0-75-3-3;feather-0-75-4-4;bread-0-75-2-2;apple-0-75-2-2;aoa3:void_boots-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;contenttweaker:bloodlust_coin-0-15-1-2;contenttweaker:mark_of_the_soul_scurry-0-10-2-3;contenttweaker:recursive_paper_buggy-0-10-2-3 - S:"Floor 5"=brown_mushroom-0-75-2-2;red_mushroom-0-75-2-2;sapling-0-90-3-3;wheat-0-75-4-4;aoa3:void_helmet-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;contenttweaker:heart_stone-0-15-1-2;contenttweaker:call_of_the_death_games-0-10-2-3;aoa3:treasure_box-0-10-6-15 - S:"Floor 6"=sign-0-50-1-2;fishing_rod-0-75-1-1;pumpkin_seeds-0-60-2-2;melon_seeds-0-60-3-3;aoa3:void_legs-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;ebwizardry:crystal_silver_plating-0-20-1-2;contenttweaker:creepy_explosive-0-10-2-3;contenttweaker:recursive_paper_abyssal-0-10-2-3 - S:"Floor 7"=iron_sword-0-60-1-1;gunpowder-0-75-3-3;leather-0-75-4-4;fish-0-75-3-3;dye-0-60-1-2;aoa3:void_chestplate-0-30-1-1;ebwizardry:ethereal_crystalweave-0-20-1-2;contenttweaker:embiggener-0-10-2-3;aoa3:treasure_box-0-10-6-15;contenttweaker:recursive_paper_illager-0-10-2-3 - S:"Floor 8"=chainmail_helmet-0-40-1-1;chainmail_chestplate-0-40-1-1;chainmail_leggings-0-40-1-1;chainmail_boots-0-40-1-1;ChestGenHook:chests/simple_dungeon:3;contenttweaker:heart_stone-0-30-1-2;aoa3:treasure_box-0-10-6-15;contenttweaker:call_of_enigma-0-10-3-5 - S:"Floor 9"=bookshelf-0-70-1-3;redstone_lamp-0-60-2-2;waterlily-0-75-3-3;brewing_stand-0-50-1-1;ChestGenHook:chests/simple_dungeon:5;contenttweaker:furry_mass-0-15-1-1;contenttweaker:bloodlust_coin-0-30-1-3;cyclicmagic:glowing_helmet-0-80-1-1 - S:"Item Generations per Floor"=7 - S:"Top Floor"=ender_pearl-0-50-2-2;diamond-0-70-2-2;redstone-0-75-5-5;gold_ingot-0-90-8-8;contenttweaker:golem_core-0-50-1-1;ChestGenHook:chests/simple_dungeon:7 -} - - -biomespawnallowed { - B:abyss=false - B:abyssal_wastelands=false - B:aether_highlands=false - B:"alien forest"=false - B:alien_forest=true - B:alps=true - B:alps_foothills=true - B:ancient_cavern=false - B:apalachia=true - B:arcana=false - B:bamboo_forest=true - B:barathos=false - B:bayou=true - B:beaches=true - B:biome_meneglin=true - B:birch_forest=true - B:birch_forest_hills=true - B:black_void=true - B:bog=false - B:boreal_forest=true - B:brushland=true - B:candyland=false - B:celeve=false - B:chaparral=true - B:cherry_blossom_grove=false - B:coarse_islands=true - B:cold_beach=true - B:cold_desert=true - B:coniferous_forest=true - B:coral_reef=true - B:coralium_infested_swamp=true - B:corrupted_sands=false - B:crag=true - B:creeponia=true - B:crystalchasms=false - B:crystevia=false - B:dark_forest=true - B:dark_forest_center=true - B:dark_realm=false - B:darklands=true - B:darklands_forest=true - B:darklands_hills=true - B:darklands_mountains=true - B:darklands_plains=true - B:dead_forest=true - B:dead_swamp=true - B:deep_mushroom_forest=true - B:deep_ocean=true - B:deep_waters=true - B:deeplands=true - B:deepswamp=false - B:dense_twilight_forest=false - B:desert=true - B:desert_hills=true - B:dreadlands=false - B:dreadlands_forest=false - B:dreadlands_mountains=false - B:dried_river=true - B:dustopia=false - B:eden=false - B:eerie=true - B:eldritch=false - B:elysian_fields=false - B:emptiness=false - B:emptiness_highlands=true - B:eucalyptus_forest=true - B:extreme_hills=true - B:extreme_hills_with_trees=true - B:farmlands=true - B:fen=true - B:fields_sub_forest=true - B:fire_swamp=false - B:firefly_forest=true - B:flower_field=true - B:forest=true - B:forest_hills=true - B:frozen_ocean=true - B:frozen_river=true - B:fungal_forest=true - B:fungi_forest=true - B:gardencia=true - B:glacier=false - B:grassland=true - B:gravel_beach=true - B:greckon=false - B:grove=true - B:haven=false - B:highland=true - B:highlands_center=true - B:hotdryrock=false - B:ice_flats=true - B:ice_mountains=true - B:iceika=true - B:immortallis=true - B:iromine=true - B:jungle_edge=true - B:jungle_hills=true - B:kelp_forest=true - B:land_of_lakes=true - B:lavender_fields=true - B:lborean=true - B:lelyetia=false - B:limbo=true - B:lunalus=false - B:lush_swamp=false - B:magical_forest=false - B:mangrove=true - B:maple_woods=true - B:marsh=false - B:marsh_0=true - B:meadow=true - B:mesa=true - B:mesa_clear_rock=false - B:mesa_rock=false - B:miningbiome=true - B:moon=false - B:moondark=false - B:moor=true - B:mortum=true - B:mountain=true - B:mountain_foothills=true - B:mountains=true - B:mushroom_forest=false - B:mushroom_island=false - B:mushroom_island_shore=false - B:mutated_birch_forest=true - B:mutated_desert=true - B:mutated_extreme_hills_with_trees=true - B:mutated_forest=true - B:mutated_ice_flats=true - B:mutated_jungle=true - B:mutated_jungle_edge=true - B:mutated_mesa=true - B:mutated_mesa_clear_rock=true - B:mutated_mesa_rock=true - B:mutated_plains=true - B:mutated_redwood_taiga=true - B:mutated_redwood_taiga_hills=true - B:mutated_roofed_forest=true - B:mutated_savanna=true - B:mutated_savanna_rock=true - B:mutated_swampland=true - B:mutated_taiga=true - B:mutated_taiga_cold=true - B:mysterium=true - B:mystic_grove=true - B:nuclear_wasteland=false - B:oak_savannah=true - B:oasis=true - B:ocean=false - B:oceanspires=false - B:oil_desert=true - B:oil_ocean=true - B:ominous_woods=true - B:omothol=true - B:orchard=true - B:outback=true - B:overgrown_cliffs=true - B:pasture=true - B:patchy_islands=true - B:petrified_forest=true - B:phantasmagoric_inferno=true - B:plains=true - B:prairie=true - B:precasia=true - B:purified_dreadlands=true - B:quagmire=false - B:rainforest=true - B:raised_isles=true - B:redlands=true - B:redwood_forest=true - B:redwood_forest_edge=true - B:redwood_taiga=true - B:redwood_taiga_hills=true - B:river=true - B:roofed_forest=true - B:runandor=true - B:sacred_springs=true - B:sand_dunes=true - B:sand_hills=true - B:sand_plains=true - B:savanna=true - B:savanna_rock=true - B:seasonal_forest=true - B:shield=true - B:shrubland=true - B:shyrelands=false - B:sky=false - B:skythern=false - B:sludge_plains=true - B:sludge_plains_clearing=true - B:snowy_coniferous_forest=true - B:snowy_forest=true - B:snowy_tundra=true - B:space=false - B:spooky_forest=false - B:steppe=true - B:stone_beach=true - B:stormland=false - B:submerged_swamp=true - B:subterranean_savannah=true - B:swampland=false - B:swamplands=true - B:swamplands_clearing=true - B:taiga=true - B:taiga_cold=true - B:taiga_cold_hills=true - B:taiga_hills=true - B:tainted_lands=true - B:telos=true - B:temperate_rainforest=true - B:thornlands=true - B:tropical_rainforest=true - B:tundra=true - B:twilight_clearing=false - B:twilight_forest=false - B:twilight_lake=false - B:twilight_stream=false - B:twilight_swamp=false - B:undergarden=true - B:underground_jungle=true - B:vethea=false - B:visceral_heap=true - B:void=false - B:volcanic=false - B:volcanic_island=true - B:volcanicbarren=false - B:vox_ponds=true - B:wasteland=false - B:wetland=true - B:white_beach=true - B:wildwood=false - B:woodland=true - B:xeric_shrubland=true -} - - -chunkproviderallowed { - B:ChunkProviderServer=true - B:DummyChunkProvider=true -} - - -mainoptions { - I:"Minimum Distance between 2 BattleTowers"=400 - I:"Minimum Distance of Battletowers from Spawn"=96 - I:"Tower Destroying Enabled"=1 - I:chanceTowerIsUnderGround=15 - B:noGolemExplosions=false - B:towerFallDestroysMobSpawners=false -} - - diff --git a/config - Copy/battletowers_fixes.cfg b/config - Copy/battletowers_fixes.cfg deleted file mode 100644 index cd6969ad..00000000 --- a/config - Copy/battletowers_fixes.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# Configuration file - -general { - # Time in ticks when generating should start after world load - # Used for makeshift Loot Tweaker compatibility - I:"Buffer Time"=300 - - # Blocks that don't get destroyed by collapsing towers - # Syntax: modid:block - S:"Destruction Blacklist" < - tombmanygraves:grave_block - > - - # Usage of the tower variant builder: - # THEME;WALL_BLOCK;WALL_BLOCK_METADATA;LIGHT_BLOCK;LIGHT_BLOCK_METADATA;FLOOR_BLOCK;FLOOR_BLOCK_METADATA;STAIR_BLOCK;STAIR_BLOCK_METADATA - # Available themes: default, sand, red_sand, snow, water, foliage, rare - S:"Tower Variants" < - default;minecraft:cobblestone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:stone_stairs;0 - default;minecraft:stone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:stone_brick_stairs;0 - sand;minecraft:sandstone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:sandstone_stairs;0 - red_sand;minecraft:red_sandstone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:red_sandstone_stairs;0 - snow;minecraft:ice;0;minecraft:air;0;minecraft:snow;0;minecraft:quartz_stairs;0 - water;minecraft:mossy_cobblestone;0;minecraft:torch;0;minecraft:double_stone_slab;0;minecraft:stone_stairs;0 - water;minecraft:prismarine;1;minecraft:sea_lantern;0;minecraft:prismarine;2;minecraft:quartz_stairs;0 - foliage;minecraft:log;3;minecraft:web;0;minecraft:dirt;0;minecraft:jungle_stairs;0 - rare;minecraft:netherrack;0;minecraft:glowstone;0;minecraft:soul_sand;0;minecraft:nether_brick_stairs;0 - > -} - - diff --git a/config - Copy/baubles.cfg b/config - Copy/baubles.cfg deleted file mode 100644 index 7a7939da..00000000 --- a/config - Copy/baubles.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -client { - # Set this to false to disable rendering of baubles in the player. [default: true] - B:baubleRender.enabled=true -} - - diff --git a/config - Copy/bbm/AI_Improvements.cfg b/config - Copy/bbm/AI_Improvements.cfg deleted file mode 100644 index b4db0128..00000000 --- a/config - Copy/bbm/AI_Improvements.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -general { - # Disabled the AI segment that controls entities looking at random locations [default: false] - B:RemoveEntityAILookIdle=false - - # Disabled the AI segment that controls entities looking at the closest player [default: false] - B:RemoveEntityAIWatchClosest=false - - # Replaces the EntityLookHelper with a more CPU efficient version [default: true] - B:ReplaceLookHelper=true -} - - diff --git a/config - Copy/beebetteratbees.cfg b/config - Copy/beebetteratbees.cfg deleted file mode 100644 index ad140f17..00000000 --- a/config - Copy/beebetteratbees.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # If this is set to false, it will not show the mutation tree for a specific bee if the same tree is already displayed. [default: false] - B:shouldShowDuplicateTrees=true - - # Set this to true, if you wish for the mod to show secret bee mutations. [default: false] - B:shouldShowSecretMutations=true -} - - diff --git a/config - Copy/betterbiomeblend.cfg b/config - Copy/betterbiomeblend.cfg deleted file mode 100644 index 9f787f03..00000000 --- a/config - Copy/betterbiomeblend.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# Configuration file - -general { - # Min: 0 - # Max: 14 - I:"Blend Radius"=14 -} - - diff --git a/config - Copy/betterbuilderswands.cfg b/config - Copy/betterbuilderswands.cfg deleted file mode 100644 index 6c209ae8..00000000 --- a/config - Copy/betterbuilderswands.cfg +++ /dev/null @@ -1,45 +0,0 @@ -# Configuration file - -########################################################################################################## -# balance -#--------------------------------------------------------------------------------------------------------# -# For those wanting to change balance. -# Note: The 'blocks-at-a-time' for the unbreakable wand is 2^n where n is the damage value. Recipe modification can be done with another mod. -########################################################################################################## - -balance { - # How many blocks the diamond wand can place at a time. Use -1 for default - I:diamond_wand_limit=-1 -} - - -general { - # Blocks that won't work at all with the wands. E.g. 'minecraft:bedrock/0' - S:blacklisted_blocks < - > - - # Enable recipe for diamond builder's wand - B:enable_diamond_wand=true - - # Enable recipe for iron builder's wand - B:enable_iron_wand=true - - # Enable recipe for stone builder's wand - B:enable_stone_wand=true - - # Specify forced mappings for what to build from certain blocks. - # (what you are looking at)=>(number required)*(item required)=>(block to build) - S:forced_blocks=minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0,minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0,minecraft:grass/0=>1*minecraft:grass/0=>minecraft:grass/0,minecraft:grass/0=>1*minecraft:dirt/0=>minecraft:dirt/0,minecraft:dirt/1=>1*minecraft:dirt/1=>minecraft:dirt/1,minecraft:dirt/1=>1*minecraft:dirt/0=>minecraft:dirt/0,minecraft:dirt/2=>1*minecraft:dirt/2=>minecraft:dirt/2,minecraft:dirt/2=>1*minecraft:dirt/0=>minecraft:dirt/0 - - # Blocks that break assumptions. When the placed block is not what you expect. E.g. 'minecraft:bedrock/0' - S:no_assumption_blocks < - > -} - - -why_not { - # For those that don't like Extra Utils progression. [default: false] - B:straymav_ultimate_wand=false -} - - diff --git a/config - Copy/bettercaves-1_12_2.cfg b/config - Copy/bettercaves-1_12_2.cfg deleted file mode 100644 index 461eb351..00000000 --- a/config - Copy/bettercaves-1_12_2.cfg +++ /dev/null @@ -1,462 +0,0 @@ -# Configuration file - -general { - # Automatically enables Better Caves in every possible dimension, except for the End. - # If this is enabled, the Whitelisted Dimension IDs option is ignored. - # Default: false - B:"Enable Global Whitelist"=false - - # List of ID's of dimensions that will have Better Caves. Ignored if Global Whitelisting is enabled. - I:"Whitelisted Dimension IDs" < - 0 - > - - ########################################################################################################## - # underground generation - #--------------------------------------------------------------------------------------------------------# - # Configure settings related to caves, caverns, ravines and more. - ########################################################################################################## - - "underground generation" { - - ########################################################################################################## - # caves - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of caves. - ########################################################################################################## - - caves { - # Determines how large cave regions are. - # Controls how long a cave system of a certain cave type extends before intersecting with a cave system of another type. - # Larger = more cave interconnectivity for a given area, but less variation. - # Default: Small (recommended). - # Valid values: - # Small - # Medium - # Large - # ExtraLarge - # Custom - S:"Cave Region Size"=Small - - # Custom value for cave region size. Smaller value = larger regions. This value is very sensitive to change. - # ONLY WORKS IF Cave Region Size IS Custom. - # Provided values: - # Small: 0.008 - # Medium: 0.005 - # Large: 0.0032 - # ExtraLarge: 0.001 - # Default: 0.008 - # Min: 0.0 - # Max: 0.05 - D:"Cave Region Size Custom Value"=0.00800000037997961 - - # Percent chance of caves spawning in a given region. - # Default: caves spawn in 100% of regions. - # Min: 0.0 - # Max: 100.0 - D:"Cave Spawn Chance"=100.0 - - ########################################################################################################## - # type 1 caves - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of type 1 caves, which are more worm-like. - ########################################################################################################## - - "type 1 caves" { - # Stretches caves horizontally. Lower value = wider caves. - # Default: 1.6 (recommended) - # Min: 0.0 - # Max: 100.0 - D:"Compression - Horizontal"=1.600000023841858 - - # Stretches caves vertically. Lower value = taller caves with steeper drops. - # Default: 5.0 (recommended) - # Min: 0.0 - # Max: 100.0 - D:"Compression - Vertical"=5.0 - - # The maximum y-coordinate at which type 1 caves can generate. - # Default: 80 - # Min: 0 - # Max: 255 - I:"Type 1 Cave Maximum Altitude"=80 - - # The minimum y-coordinate at which type 1 caves can generate. - # Default: 1 - # Min: 0 - # Max: 255 - I:"Type 1 Cave Minimum Altitude"=1 - - # Determines how frequently Type 1 Caves spawn. 0 = will not spawn at all. - # Default: 10 - # Min: 0 - # Max: 10 - I:"Type 1 Cave Priority"=10 - - # The depth from a given point on the surface at which type 1 caves start to close off. - # Will use the Max Cave Altitude instead of surface height if it is lower. - # Will use the Max Cave Altitude no matter what if Override Surface Detection is enabled. - # Default: 15 (recommended) - # Min: 0 - # Max: 255 - I:"Type 1 Cave Surface Cutoff Depth"=15 - } - - ########################################################################################################## - # type 2 caves - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of type 2 caves, which tend to be more open and spacious. - ########################################################################################################## - - "type 2 caves" { - # Stretches caves horizontally. Lower value = wider caves. - # Default: 0.9 (recommended) - # Min: 0.0 - # Max: 100.0 - D:"Compression - Horizontal"=0.8999999761581421 - - # Stretches caves vertically. Lower value = taller caves with steeper drops. - # Default: 2.2 (recommended) - # Min: 0.0 - # Max: 100.0 - D:"Compression - Vertical"=2.200000047683716 - - # The maximum y-coordinate at which type 2 caves can generate. - # Default: 80 - # Min: 0 - # Max: 255 - I:"Type 2 Cave Maximum Altitude"=80 - - # The minimum y-coordinate at which type 2 caves can generate. - # Default: 1 - # Min: 0 - # Max: 255 - I:"Type 2 Cave Minimum Altitude"=1 - - # Determines how frequently Type 2 Caves spawn. 0 = will not spawn at all. - # Default: 5 - # Min: 0 - # Max: 10 - I:"Type 2 Cave Priority"=5 - - # The depth from a given point on the surface at which type 2 caves start to close off. - # Will use the Max Cave Altitude instead of surface height if it is lower. - # Will use the Max Cave Altitude no matter what if Override Surface Detection is enabled. - # Default: 15 (recommended) - # Min: 0 - # Max: 255 - I:"Type 2 Cave Surface Cutoff Depth"=15 - } - - ########################################################################################################## - # surface caves - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of vanilla-like caves near the surface. - ########################################################################################################## - - "surface caves" { - # Set to true to enable vanilla-like caves which provide nice, natural-looking openings at the surface. - # Default: true - B:"Enable Surface Caves"=true - - # The density of surface caves. Higher = more caves, closer together. - # Default: 17 - # Min: 0 - # Max: 100 - I:"Surface Cave Density"=17 - - # The maximum y-coordinate at which surface caves can generate. - # Default: 128 - # Min: 0 - # Max: 255 - I:"Surface Cave Maximum Altitude"=128 - - # The minimum y-coordinate at which surface caves can generate. - # Default: 40 - # Min: 0 - # Max: 255 - I:"Surface Cave Minimum Altitude"=40 - } - - ########################################################################################################## - # vanilla caves - #--------------------------------------------------------------------------------------------------------# - # Settings controlling vanilla Minecraft cave generation. - ########################################################################################################## - - "vanilla caves" { - # The density of vanilla caves. Higher = more caves, closer together. - # Default: 14 (value used in vanilla) - # Min: 0 - # Max: 100 - I:"Vanilla Cave Density"=14 - - # The maximum y-coordinate at which vanilla caves can generate. - # Default: 128 - # Min: 0 - # Max: 255 - I:"Vanilla Cave Maximum Altitude"=128 - - # The minimum y-coordinate at which vanilla caves can generate. - # Default: 8 - # Min: 0 - # Max: 255 - I:"Vanilla Cave Minimum Altitude"=8 - - # Determines how frequently vanilla caves spawn. 0 = will not spawn at all. - # Default: 0 - # Min: 0 - # Max: 10 - I:"Vanilla Cave Priority"=0 - } - - } - - ########################################################################################################## - # caverns - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of caverns. Caverns are spacious caves at low altitudes. - ########################################################################################################## - - caverns { - # Determines how large cavern regions are. This controls the average size of caverns. - # Default: Small - # Valid values: - # Small - # Medium - # Large - # ExtraLarge - # Custom - S:"Cavern Region Size"=Small - - # Custom value for cavern region size. Only works if Cavern Region Size is set to Custom. Smaller value = larger regions. This value is very sensitive to change. - # Provided values: - # Small: 0.01 - # Medium: 0.007 - # Large: 0.005 - # ExtraLarge: 0.001 - # Default: 0.01 - # Min: 0.0 - # Max: 0.05 - D:"Cavern Region Size Custom Value"=0.009999999776482582 - - # Percent chance of caverns spawning in a given region. - # Default: caverns spawn in 25% of regions. - # Min: 0.0 - # Max: 100.0 - D:"Cavern Spawn Chance"=25.0 - - ########################################################################################################## - # liquid caverns - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of Liquid Caverns found at low altitudes. - # These are caverns where the floor is predominantly water or lava. - ########################################################################################################## - - "liquid caverns" { - # Stretches caverns horizontally. Lower value = more open caverns with larger features. - # Default: 0.7 - # Min: 0.0 - # Max: 100.0 - D:"Compression - Horizontal"=0.699999988079071 - - # Stretches caverns vertically. Lower value = more open caverns with larger features. - # Default: 1.3 - # Min: 0.0 - # Max: 100.0 - D:"Compression - Vertical"=1.2999999523162842 - - # The maximum y-coordinate at which Liquid Caverns can generate. - # Caverns will attempt to close off anyway if this value is greater than the surface's altitude. - # Default: 35 - # Min: 0 - # Max: 255 - I:"Liquid Cavern Maximum Altitude"=35 - - # The minimum y-coordinate at which Liquid Caverns can generate. - # Default: 1 - # Min: 0 - # Max: 255 - I:"Liquid Cavern Minimum Altitude"=1 - - # Determines how frequently Liquid Caverns spawn. 0 = will not spawn at all. - # Default: 10 - # Min: 0 - # Max: 10 - I:"Liquid Cavern Priority"=10 - } - - ########################################################################################################## - # floored caverns - #--------------------------------------------------------------------------------------------------------# - # Parameters used in the generation of Floored Caverns. - # These have much more ground to walk on than Liquid Caverns. - ########################################################################################################## - - "floored caverns" { - # Stretches caverns horizontally. Lower value = more open caverns with larger features. - # Default: 0.7 - # Min: 0.0 - # Max: 100.0 - D:"Compression - Horizontal"=0.699999988079071 - - # Stretches caverns vertically. Lower value = more open caverns with larger features. - # Default: 1.3 - # Min: 0.0 - # Max: 100.0 - D:"Compression - Vertical"=1.2999999523162842 - - # The maximum y-coordinate at which Floored Caverns can generate. - # Caverns will attempt to close off anyway if this value is greater than the surface's altitude. - # Default: 35 - # Min: 0 - # Max: 255 - I:"Floored Cavern Maximum Altitude"=35 - - # The minimum y-coordinate at which Floored Caverns can generate. - # Default: 1 - # Min: 0 - # Max: 255 - I:"Floored Cavern Minimum Altitude"=1 - - # Determines how frequently Floored Caverns spawn. 0 = will not spawn at all. - # Default: 10 - # Min: 0 - # Max: 10 - I:"Floored Cavern Priority"=10 - } - - } - - ########################################################################################################## - # water regions - #--------------------------------------------------------------------------------------------------------# - # Settings used in the generation of water regions. - ########################################################################################################## - - "water regions" { - # Determines how large water regions are. - # Default: Medium (recommended). - # Valid values: - # Small - # Medium - # Large - # ExtraLarge - # Custom - S:"Water Region Size"=Medium - - # Custom value for water region size. Smaller value = larger regions. This value is very sensitive to change. - # ONLY WORKS IF Water Region Size IS Custom. - # Provided values: - # Small: 0.008 - # Medium: 0.004 - # Large: 0.0028 - # ExtraLarge: 0.001 - # Default: 0.004 - # Min: 0.0 - # Max: 0.05 - D:"Water Region Size Custom Value"=0.004000000189989805 - - # Percent chance of a region having water instead of lava at low altitudes. - # Default: 40% - # Min: 0.0 - # Max: 100.0 - D:"Water Region Spawn Chance"=40.0 - } - - ########################################################################################################## - # ravines - #--------------------------------------------------------------------------------------------------------# - # Settings used for ravine generation. - ########################################################################################################## - - ravines { - # Set to true to enable flooded ravines in ocean biomes. - # Default: true - B:"Enable Flooded Ravines"=true - - # Set to true to enable ravine generation. - # Default: true - B:"Enable Ravines"=true - } - - ########################################################################################################## - # miscellaneous - #--------------------------------------------------------------------------------------------------------# - # Miscellaneous settings used in cave and cavern generation. - ########################################################################################################## - - miscellaneous { - # Set to true to enable flooded underground in ocean biomes. - # Default: true - B:"Enable Flooded Underground"=true - - # The block used for lava generation at and below the Liquid Altitude. - # Defaults to regular lava if an invalid block is given. - # Default: minecraft:lava - S:"Lava Block"=minecraft:lava - - # Lava (or water in water regions) spawns at and below this y-coordinate. - # Default: 10 - # Min: 0 - # Max: 255 - I:"Liquid Altitude"=10 - - # Ignores surface detection for closing off caves and caverns, forcing them to spawn - # up until their max height. Useful for Nether-like dimensions with no real "surface". - # Default: false - B:"Override Surface Detection"=false - - # Replace naturally generated floating gravel on the ocean floor with andesite. - # Can prevent lag due to cascading gravel falling into caverns under the ocean. - # Default: true - B:"Prevent Cascading Gravel"=true - - # The block used for water generation in water caves/caverns at and below the Liquid Altitude. - # Defaults to regular water if an invalid block is given. - # Default: minecraft:water - S:"Water Block"=minecraft:water - } - - } - - ########################################################################################################## - # bedrock generation - #--------------------------------------------------------------------------------------------------------# - # Configure how bedrock generates in the overworld and nether. - ########################################################################################################## - - "bedrock generation" { - # The width of the bedrock layer. Only works if Flatten Bedrock is true. - # Min: 0 - # Max: 256 - I:"Bedrock Layer Width"=1 - - # Replaces the usual bedrock generation pattern with flat layers. - # Activates in all whitelisted dimension, where applicable. The End is unaffected. - B:"Flatten Bedrock"=true - } - - ########################################################################################################## - # debug settings - #--------------------------------------------------------------------------------------------------------# - # Don't mess with these settings for normal gameplay. - ########################################################################################################## - - "debug settings" { - # The visualizer creates worlds where there are no blocks except those indicating where caves - # and caverns would be carved out in a regular world. This is useful for visualizing the kinds of - # caves and caverns your current config options will create. - # Type 1 Cave: Wooden Planks - # Type 2 Cave: Cobblestone - # Lava Cavern: Redstone Block - # Floored Cavern: Gold Block - # Surface Cave: Emerald Block - # Vanilla Cave: Bricks - # Default: false - B:"Enable DEBUG Visualizer"=false - } - -} - - diff --git a/config - Copy/betterfps.json b/config - Copy/betterfps.json deleted file mode 100644 index e0f4854e..00000000 --- a/config - Copy/betterfps.json +++ /dev/null @@ -1 +0,0 @@ -{"algorithm":"rivens-full","updateChecker":true,"preallocateMemory":false,"fog":true,"beaconBeam":true,"fastHopper":true,"fastBeacon":false,"fastSearch":true,"asyncSearch":true} \ No newline at end of file diff --git a/config - Copy/betterp2p.cfg b/config - Copy/betterp2p.cfg deleted file mode 100644 index e69de29b..00000000 diff --git a/config - Copy/betterp2p_plusplus.cfg b/config - Copy/betterp2p_plusplus.cfg deleted file mode 100644 index e69de29b..00000000 diff --git a/config - Copy/betterquesting.cfg b/config - Copy/betterquesting.cfg deleted file mode 100644 index 68975f2f..00000000 --- a/config - Copy/betterquesting.cfg +++ /dev/null @@ -1,56 +0,0 @@ -# Configuration file - -general { - # If true, then when you click on Claim all, a warning dialog will be displayed [default: true] - B:"Claim all requires confirmation"=true - - # The default visibility value used when creating quests [default: NORMAL] - S:"Default Quest Visibility"=NORMAL - - # If true, whenever you save your quests, they will have the first 16 characters of the quest name in the file name, this is useful if you want to be easily able to identify quests in file explorer, however it is less compatible when using version control. [default: false] - B:"DefaultQuests saves using Names"=false - - # If true, locks the quest chapter list and opens it initially [default: false] - B:"Lock Tray"=false - - # Clamps the max UI height (-1 to disable) [range: -1 ~ 2147483647, default: -1] - I:"Max GUI Height"=-1 - - # Clamps the max UI width (-1 to disable) [range: -1 ~ 2147483647, default: -1] - I:"Max GUI Width"=-1 - - # Enabled the popup notices when quests are completed or updated [default: true] - B:"Quest Notices"=true - - # Increases or decreases the scrolling speed [range: 0.0 ~ 10.0, default: 1.0] - S:"Scroll Speed Multiplier"=1.0 - - # If true, skip the home GUI and open quests at startup. This property will be changed by the mod itself. [default: false] - B:"Skip Home"=true - - # If true, then the player will spawn with a Quest Book when they first join the world [default: true] - B:"Spawn with Quest Book"=true - - # The current questing theme [default: betterquesting:light] - S:Theme=bq_standard:stronghold - - # Jumps the user to the last opened quest [default: true] - B:"Use Quest Bookmark"=true - - # If view mode enabled, User can view all quests [default: false] - B:"View mode"=false - - # Zoom in on cursor. If false, zooms in on center of screen. [default: true] - B:"Zoom In on Cursor"=true - - # Zoom out on cursor. If false, zooms out on center of screen. [default: true] - B:"Zoom Out on Cursor"=true - - # Zoom smoothness in ms [range: 0.0 ~ 2000.0, default: 100.0] - S:"Zoom Smoothness"=100.0 - - # Zoom Speed [range: 1.05 ~ 3.0, default: 1.25] - S:"Zoom Speed"=1.25 -} - - diff --git a/config - Copy/betterquesting/DefaultQuests.json b/config - Copy/betterquesting/DefaultQuests.json deleted file mode 100644 index 912fc1fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests.json +++ /dev/null @@ -1,314432 +0,0 @@ -{ - "build:8": "4.2.3", - "format:8": "2.0.0", - "questDatabase:9": { - "0:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§7§r§7§oThis is a checkmark quest, click on the red X to complete it!\n\n§o§rThe equations make sense, string theory is true! We indeed live in a universe that has more dimensions than we can perceive...\nThis means that it is §otheoretically§r possible to travel through these dimensions!\nTime to start looking at some ways to prove this theory. Nobel prize here I come!!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_infinity_fog" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powerful Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 0, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"For servers:\\n\\nCreate a party before completing any of the quests.\\n\\nYou can do this in the questbook homepage!\\n\\n\\nSEE NEXT PAGE\"}", - "1:8": "{\"text\":\"Sometimes the progress for checkbox quests is not shared with the rest of your party.\\n\\nMake sure everyone completes those!\"}" - }, - "resolved:1": 1, - "title:8": "FOR SERVERS" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"Channels aren\\u0027t for everyone, I know.\\n\\nIf you want to disable them, you can find an alternative config in the AlternativeConfigs folder. Just copy the AppliedEnergistics2 folder from there into config.\\n\\nNEXT PAGE\"}", - "1:8": "{\"text\":\"This will also increase the energy cost of your network 8X to offset the smaller number of wiring connections.\\n\\nWARNING: networks without channels are more laggy so they are not recommended for progressing past chapter 4!\"}" - }, - "title:8": "No Channels?!?" - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"To optimize the game and its performance across multiple hardware platforms, some in-game animations (like fire) have been disabled by default.\\n\\nSEE NEXT PAGE\"}", - "1:8": "{\"text\":\"I know some players care about having pretty-looking things.\\n\\nTo re-enable animations, paste the loliasm.cfg file from AlternativeConfigs into the config folder.\\n\\nSEE NEXT PAGE\"}", - "2:8": "{\"text\":\"WARNING: doing this may lower performance, or even make the pack unplayable.\"}" - }, - "title:8": "No Animations" - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "Meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"Why do items look weird when I mouse over??\\n\\nThe modpack uses the Epic Tooltip mod. We understand if this is not for everyone.\\n\\nIf you want to change back to Vanilla presets, check the AlternativeConfig folder.\"}" - }, - "title:8": "Items Look Weird" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1:10": { - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oI don\u0027t want to overload you with knowledge, so important info will become available through checkbox quests and subtitles when it\u0027s needed. If you feel like something is wrong, let me know on discord!\n\n§rThere it is, I found a way to use these higher dimensions to produce \u0027rifts\u0027 (spherical in shape) that allow to travel through space. Who knows what great advancements such a discovery would cause?!\nToday is the day! I will be the first human to open a wormhole!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Rift", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "ALWAYS" - } - }, - "questID:3": 1, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bento_m" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2:10": { - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§r§7§oThis is an RPG-themed pack, so quests will tell you what you can do, not what you have to do. The way you do things is up to YOU!\n§r\n§rI really appreciate you for playing my pack \u003c3", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:cosmic_meatballs" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thanks for playing!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 3, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3:10": { - "preRequisites:11": [ - 1, - 4, - 2 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDay 1 advice: mobs are dangerous, get wood, build a shelter, stay away from the surface, be careful while caving!\n\nWelcome to chapter 1!\n\n§rThe wormhole opened! But something went wrong! The rift started growing in size, and I touched it...\nNow I am here... but where is here?\nIt seems like I landed on a planet that is similar to earth, the air is easily breathable, and there\u0027s life!\nBut the wormhole is now closed, so I\u0027m stuck here...\nThe main priority now is to survive! I guess it\u0027s time to make some tools and to get some food. After what I\u0027ve discovered, I WILL NOT DIE HERE!!", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stick" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Where the f*** am I?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 3, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:potato" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "4:10": { - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a laggy pack, so try keeping large automation under control!\n\n§rThis is a story about portals and space-time, but all this cool and powerful stuff is not necessarily good for the fabric of reality, which may freeze and break, from time to time...\n\n§osomething something§o§r there will be lag...\nThanks to Luctor for the quest suggestion!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rift_essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The universe is shattering! ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 4, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 24, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:carrot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "5:10": { - "preRequisites:11": [ - 3 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlayer upgrades are available in the Personal Augmentation tab! More quest pages will unlock as you keep going!\n\n§rOk, I used some wood to build a basic worktable, and I\u0027ve been able to put together some basic tools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fabrication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 5, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wooden_pickaxe" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "6:10": { - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou will unlock more pages as you progress - Follow \u0027Dimensional Ascension\u0027 to progress through the pack! The other quests are for info and tutorials!\n\n§rThere seems to be a lot of stuff to keep track of... I better start documenting my findings!\n\n§\n§cPersonal Augmentation §ris to keep track of useful or powerful gadgets.\n\n§cTooling Shmooving §fis to keep track of tools for building and breaking things.\n\n§cTinkerer\u0027s Toolbox §fis to list the properties of the tools I build.\n\nThe §c§cEnergy Sources§r manual will keep track of all the ways of making energy.\n\n§cManufacturing and Fabrication§r will be there to help me remember how to use machines.\n\nIf I ever need to automate a process or implement a logistical system, I will keep track of my findings in §cLogistics and Organization§r.\n\nIf I come up with a way of producing resources autonomously, §cThe Book of Creation§r will keep track of these.\n\nAll the knowledge of magic will be held in the §cMagical Mastery§r book.\n\n§cThe book of Worlds§r will be there to keep track of the places I visit!\n\nThe §cCompenduum Materialis §flists all in-world resources that can be found in each place I explore.\n\nThere are many powerful artifacts, I will list them in the §cSuper-Enchanting §ftab.\n\nThe §cArmory §fwill be used to list useful and cool-looking gear.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "redstonearsenal:tool.hammer_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "How do quests work?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 6, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:reeds" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sign" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "7:10": { - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe key will guide you to your grave", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "tombstone:grave_key", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "First Death", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 7, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 190, - "TrophyColorGreen:3": 190, - "TrophyColorRed:3": 190, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - }, - "TrophyName:8": "First Death EZ", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:decorative_grave_normal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:grave_key", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "8:10": { - "preRequisites:11": [ - 7 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUndead mobs drop grave dust\n\n§rWhat is going on? This is scary!\nI thought I would be done for, I thought I was going to die...\nInstead, everything turned dark, and a strange feeling came over me, and I suddenly woke up!\nAfter killing some of the undead-looking creatures that roam this planet at night, I got my hands on this strange powder.\nTouching it gave me a feeling similar to what I felt whenever I thought I would die.\nIt seems like I cannot die. Instead, I lose my ability to carry things, and I somehow manage to travel in some sort of \u0027ghostly shape\u0027 for a few hours after that.\nShould I assume that someone, or something, wants me alive?!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Death is just another journey...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 8, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 5, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "9:10": { - "preRequisites:11": [ - 7 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a grave to give your key the abilty to teleport you.\n\n§rIt seems like I can gain some control over this \u0027undeath\u0027 power. \nBy infusing stone with this weird powder, I can fast travel back to my point of \u0027death\u0027.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:decorative_grave_simple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Am I the Highlander?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 9, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:decorative_grave_cross" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:decorative_grave_simple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "10:10": { - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o§oGoing right makes you progress through the pack, quests up and down are about what can be done (if you want to finish you\u0027ll have to do these eventually)\n\nStone sticks are great for torches!\n\n§rI guess the stone that makes up the soil in this planet makes for decent tools...\nI\u0027ve always thought what it would be like to live like a caveman, I guess now I know...\nThis sucks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stone Age", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 10, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:stone_stick" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "11:10": { - "preRequisites:11": [ - 10 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRadiation is a thing! \n\nOres like Uranium, Thorium, Yellorium will poison you! \n\nThere are tooltips for things that are radioactive!\n\nThe nuclear wasteland biome is also radioactive, stay away!\n\n§7§oIf you are experiencing effects like weakness, hunger, poison, it means you have radiation poisoning.\n\nRadiation poisoning can be cured by eating golden carrots, golden apples, enchanted golden apples, and RadAway!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:radaway" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Get poisoned!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 11, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:ingotyellorium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:geiger_counter" - }, - "2:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_carrot" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_shielding" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:paper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "12:10": { - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you are unsure how to obtain or automate a given item, make sure to read the red text!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Look at tooltips!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 12, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_wasteland_warp_cleanser" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sign" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "13:10": { - "preRequisites:11": [ - 10 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oQuests are here to tell you what CAN be done, but the order is up to you!\n\nTiny coal is great for saving on furnace fuel!\n\n§rIt seems like the soil here is abundant in coal, good to know, because now I can cook, and even smelt metal ore!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cooking!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 13, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "actuallyadditions:item_misc" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "14:10": { - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere is a keybind (O by default) to show you favor\n\n§rI cannot believe it, but, well, gods are real, and here, they are quite active...\nDepending on how you behave during the day, they may bless you at night.\n\nMine and forage random drops from stone and wood to gain luck.\nUse stone and diamond bowls on pixons to gain invisibility.\nKill mobs to gain strength.\nHarvest crops to gain speed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:goldorth_golden_eye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The gods!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 14, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:stone_bowl" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:bread" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "15:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are many skills and abilities that can be levelled up!\n\nEach different skill has its own way of obtaining levels, but all skills past level 15 can be levelled using skill crystals!\n\n§fHere\u0027s another interesting case of magic! \nAs was recently discovered on Earth (man I miss it so much, especially pizza) the \u0027weight of the soul\u0027 many spoke of does hold some scientific veracity. This is what we call essence, a substance that is directly tied to the emergent property of life. Anything that is alive, and is capable of a will, even in the form of an instinct, can produce essence.\nOn earth, the main application for essence became animal farming. The ethics of it were questionable at best, but it ended up being a fairly environmentally friendly solution, and capitalism went with it!\nBut I\u0027m getting sidetracked; essence is not the only emergent substance of life, or at least here. \nThis is something I have not felt before, but since I arrived here I feel something else. Is this magic of the type that agrees to the laws of nature, or is it something that transcends them, the mythic type?\nI\u0027ll start categorizing it, and hopefully I\u0027ll stumble into some truths.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:medium_skill_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skillful", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 15, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:small_skill_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:medium_skill_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:large_skill_crystal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:rotten_flesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "16:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBreak leaves to get anima stones, use them on the ground to speed growth temporarily. Tablets can be used as temporary beacons at the cost of anima.\n\n§o§fOne of the things I can do with this magic is very similar to spellcasting. It is quite quantitative in nature, not unlike the wizardry I\u0027ve seen performed by some of the local inhabitants, but it follows a different sets of rules, rules that still feel fairly arbitrary.\nIs this arbitrariness a sign that the magic is of a natural origin, or does it mean it is \u0027bestowed from up above\u0027 by someone or something?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fragmented_anima_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Anima Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 16, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:shears" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "17:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMobs marked by swords are hunter mobs. if the swords are red, your level is too low, if they\u0027re green you can use them to level up. Savannahs are a good place to start!\n\n§fHere\u0027s a possible hint, violence is directly bound to this magic. Almost as if someone or something wanted us to fight each other till someone \u0027wins\u0027. This definitely does not feel like a law of nature, meaning that it may be mythic in origin.\nStill, I will need more information to say for sure.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ender_bow" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hunter Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 17, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "aoa3:rammerhead" - }, - "display:10": { - "Name:8": "Duplicate me to farm Hunter Points" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gunpowder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "18:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBlank runes can be used on rune shrines to produce their respective counterparts. There are better ways of getting runes.\n\n§fRunes! I can make runes! \nAs a man of science, I do feel quite embarassed about the way I looked at the civilizations of the past. The middle ages were definitely not a time of darkness, and some great knowledge was dicovered them.\nAre these the same runes vikings used to make? No, I don\u0027t think so. But at least I have a lead on some possible greatness our history forgot.\nUnfortunately, we decided to go for industrialization, and we shunned runes. Shame.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:distortion_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runation Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 18, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:unpowered_rune" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:unpowered_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "19:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe more logs you harvest, the better stuff they may drop!\n\n§fSo, these new magic phenomena not only relate to my own vitality, but they have to do with the interactions between different lives, and this includes trees.\nThis energy (is it even the right word?) is a force of creation, and it can produce matter \u0027ex nihilo\u0027, from nothing. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:emberstone_axe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Logging Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 19, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "20:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHurt mobs sometimes drop items that heals you, the more you do it, the better the healing.\n\nThis skill is levelled by using heart stones, found in battle towers!\n\n§fEssence is something I know, so I am trying to compare my discoveries to it. While some of the mechanics are similar, this magic is very much different in its origin.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:acidicheart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Innervation Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "21:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHarvesting pixons with a bowl and using infusion stones at the infusion tables allows you to produce better enchantments. There are better ways.\n\n§fThis type of magic is not exclusive to me, and many other creatures here have it.\nSome, but not all. This means that, again, there must be a rule for having access to this magic.\nIn the meantime, I will bowl some sparks and harvest their energy! Maybe something will come out of it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gleaming_infusion_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infusion Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 21, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:diamond_bowl" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:stone_bowl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "22:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe more you fish, the better the loot!\n\n§fWho would\u0027ve though fishing magic was a thing?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:fish" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hauling Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 22, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:fishing_rod" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "23:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe more you mine, the better the random drops and luck.\n\n§fThe energy of this new magic is very conceptual, it seems. It has specific rules, but these rules directly relate to emerging concepts. When I mine, I get stuff that weren\u0027t there, but what does \u0027mine\u0027 mean? Does this only work on some types of stone, but not others? What if I am using the wrong tool?\nAnd how does the magic force guiding this even know that I am \u0027mining\u0027 as opposed to \u0027logging\u0027?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_pickaxe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Foraging Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 23, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "cobblestone", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:foraging_loot_table" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "24:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse an extraction device to obtain drops from lava!\n\n§fSome magic pertains to life, some with interaction, and this one pertains to using a tool. Still, all of these seem to share a common factor, creation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lava_bucket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extraction Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 24, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lava_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "25:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe more you run around, the higher the chance of speeding up!\n\nIf this is annoying, press the AoA keybing (DELETE by default) to open up the skill GUI, and click on theexpedition icon. This will change the speed bonus to either hunger replenishment, or anima replenishment.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:opteryx_feather" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Expedition Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 25, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:feather" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "26:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe creation forge allows you to summon minions!\n\n§fYup, this definitely feels like essence, but, unlike the scientific, mechanical process that guides the replication of life on earth, this one is more \u0027personal\u0027, and more general in power.\nEssence tech has its limits, and beings created using this method are not much more sentient than computers.\nThe creatures I create with this magic, though, are very much alive, and very much connected to me in some way.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:penguin_slab" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creation Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 26, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:blank_slab" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "27:10": { - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDealing high damage increases the chance of crit hits and increases rage.\n\nThis skill is levelled up by using bloodlust coins, found as loot in battle towers!\n\n§fWhat I initially thought to be one form of magic, in actuality, is a multi-faceted system.\nWhile it is evident that these powers have a common origin, their distinctness is also indisputable. This one almost feel like essence, but different, very different.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:rezstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Butchery Skill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 27, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:beef" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "28:10": { - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll natural occurring minerals are found in the §cMaterial Compenduum §7§otab. JEI will help too, all resources have info boxes describing where each ingot or gem can be obtained!\n\n§7§oThe pack uses custom \u0027info boxes\u0027 items to explain mechanics and suggest strategies.\n\nYou can pin them in JEI if you need to keep track of things!\n\n§fThis planet\u0027s soil appears to be very rich of minerals and metals. This is good, because a lot of the creatures here are definitely not friendly, and I need weapons and some means of protection.\nSome materials are harder than others, and some seem to have particular properties, I\u0027ll keep track of what I find to make sure I can figure out what to use them for...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 28, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 5, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatball_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "oreIron", - "id:8": "minecraft:iron_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mining_advice" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "29:10": { - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o1.2.5 dupes were the best!§r\n\nThe circle within 1200 blocks of spawn is safe(r).\nNo dragons here!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "We love our safe space!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 29, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sugar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "30:10": { - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese commands are considered to be cheats, but some players cannot live without them.\nUse the chat command /sethome to set your home. Use /home to teleport there.\nUse /spawn to teleport to world spawn.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "minecraft:bed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Home", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 30, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "minecraft:bed" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "31:10": { - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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?!? ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "minecraft:iron_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Time to Fight!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 31, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 10, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:aglio_olio_peperoncino_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "damageType:8": "", - "ignoreNBT:1": 1, - "index:3": 0, - "required:3": 1, - "subtypes:1": 1, - "target:8": "minecraft:zombie", - "targetNBT:10": { - "AABB:9": { - "0:6": -0.30000001192092896, - "1:6": 0.0, - "2:6": -0.30000001192092896, - "3:6": 0.30000001192092896, - "4:6": 1.9500000476837158, - "5:6": 0.30000001192092896 - }, - "AbsorptionAmount:5": 0.0, - "Air:2": 0, - "ArmorDropChances:9": { - "0:5": 0.085, - "1:5": 0.085, - "2:5": 0.085, - "3:5": 0.085 - }, - "ArmorItems:9": { - "0:10": {}, - "1:10": {}, - "2:10": {}, - "3:10": {} - }, - "Attributes:9": { - "0:10": { - "Base:6": -2.0, - "Name:8": "tc.mobmod" - }, - "1:10": { - "Base:6": 0.0, - "Name:8": "tc.mobmodtaint" - }, - "2:10": { - "Base:6": 20.0, - "Name:8": "generic.maxHealth" - }, - "3:10": { - "Base:6": 0.0, - "Name:8": "generic.knockbackResistance" - }, - "4:10": { - "Base:6": 0.23000000417232513, - "Name:8": "generic.movementSpeed" - }, - "5:10": { - "Base:6": 2.0, - "Name:8": "generic.armor" - }, - "6:10": { - "Base:6": 0.0, - "Name:8": "generic.armorToughness" - }, - "7:10": { - "Base:6": 1.0, - "Name:8": "forge.swimSpeed" - }, - "8:10": { - "Base:6": 35.0, - "Name:8": "generic.followRange" - }, - "9:10": { - "Base:6": 3.0, - "Name:8": "generic.attackDamage" - }, - "10:10": { - "Base:6": 0.06878280114044505, - "Name:8": "zombie.spawnReinforcements" - } - }, - "CanBreakDoors:1": 0, - "CanPickUpLoot:1": 0, - "DeathTime:2": 0, - "Dimension:3": 0, - "FallDistance:5": 0.0, - "FallFlying:1": 0, - "Fire:2": 0, - "ForgeCaps:10": { - "enderutilities:entity_portal_cooldown:10": { - "LastInPortal:4": 0 - }, - "llibrary:extendedentitydatacapability:10": { - "Ice And Fire - Chain Property Tracker:10": { - "ConnectedEntities:9": {} - }, - "Ice And Fire - Frozen Property Tracker:10": { - "IsFrozen:1": 0, - "TicksUntilUnfrozen:3": 0 - }, - "Ice And Fire - Siren Property Tracker:10": { - "CharmedBySiren:1": 0, - "SirenID:3": 0 - }, - "Ice And Fire - Stone Property Tracker:10": { - "StoneBreakLvl:3": 0, - "TurnedToStone:1": 0 - }, - "Ice and Fire - Player Property Tracker:10": { - "DismountedDragon:1": 0, - "DreadPortalX:3": 0, - "DreadPortalY:3": 0, - "DreadPortalZ:3": 0, - "GauntletDamage:3": 0 - } - }, - "nuclearcraft:capability_entity_rads:10": { - "consumed:1": 0, - "externalRadiationResistance:6": 0.0, - "internalRadiationResistance:6": 0.0, - "maxRads:6": 1000.0, - "poisonBuffer:6": 0.0, - "radXCooldown:6": 0.0, - "radXUsed:1": 0, - "radXWoreOff:1": 0, - "radawayBuffer:6": 0.0, - "radawayBufferSlow:6": 0.0, - "radawayCooldown:6": 0.0, - "radiationImmunityStage:1": 0, - "radiationImmunityTime:6": 0.0, - "radiationLevel:6": 0.0, - "recentPoisonAddition:6": 0.0, - "recentRadXAddition:6": 0.0, - "recentRadawayAddition:6": 0.0, - "setFromMaxHealth:1": 1, - "shouldWarn:1": 0, - "totalRads:6": 0.0 - }, - "plethora:disableai:10": {}, - "thaumicaugmentation:portal_state:10": { - "inPortal:1": 0 - }, - "thebetweenlands:custom_step_sound:10": {}, - "thebetweenlands:entity_gems:10": { - "gems:9": {} - }, - "thebetweenlands:equipment:10": { - "amuletSlots:3": 1 - }, - "thebetweenlands:puppet:10": { - "guard:1": 0, - "recruitmentCost:3": 0, - "stay:1": 0, - "ticks:3": 0 - }, - "tinkertoolleveling:entityxp:9": {}, - "twilightforest:cap_shield:10": { - "permshields:3": 0, - "tempshields:3": 0 - } - }, - "ForgeData:10": {}, - "HandDropChances:9": { - "0:5": 0.085, - "1:5": 0.085 - }, - "HandItems:9": { - "0:10": {}, - "1:10": {} - }, - "Health:5": 20.0, - "HurtByTimestamp:3": 0, - "HurtTime:2": 0, - "Invulnerable:1": 0, - "Leashed:1": 0, - "LeftHanded:1": 0, - "Motion:9": { - "0:6": 0.0, - "1:6": 0.0, - "2:6": 0.0 - }, - "OnGround:1": 0, - "PersistenceRequired:1": 0, - "PortalCooldown:3": 0, - "Pos:9": { - "0:6": 0.0, - "1:6": 0.0, - "2:6": 0.0 - }, - "RelativeAABB:9": { - "0:6": -0.30000001192092896, - "1:6": 0.0, - "2:6": -0.30000001192092896, - "3:6": 0.30000001192092896, - "4:6": 1.9500000476837158, - "5:6": 0.30000001192092896 - }, - "Rotation:9": { - "0:5": 0.0, - "1:5": 0.0 - }, - "UUIDLeast:4": -6950197470729822555, - "UUIDMost:4": 7630138709436812726, - "UpdateBlocked:1": 0, - "id:8": "minecraft:zombie" - }, - "taskID:8": "bq_standard:hunt" - } - } - }, - "32:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDimensional doors are found around the world and are a good source of starting materials.\n\nAfter travelling through a door, it spawns a rift, use the remover to take the rift out!\n\nSilk touch can be used to mine the fabric blocks in dimensional doors.\n\nif you get stuck, you can use the stuck item to teleport back to the overworld!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:world_thread" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stable Fabric", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 32, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 15, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:world_thread" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:world_thread" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 33, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_remover" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "33:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGood way to test how much damage you do", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "testdummy:dummy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Test Dummy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 33, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_shield" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "testdummy:dummy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "34:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic is Real!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 34, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumium_sword" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "35:10": { - "preRequisites:11": [ - 34 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:altar_of_corruption" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fundamentals of magic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 35, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_cannon" - }, - "1:10": { - "Count:3": 24, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_bullet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:altar_of_corruption" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "36:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo store unstackable items!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagecabinet:storagecabinet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storage Cabinet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 36, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagecabinet:storagecabinet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "37:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGo out and explore! The overworld is full of good stuff both above and below ground!\n\nInk sacs are going to be very useful! They can be found in worldgen structures in every biome! Look for prismarine!\n\nThe nature compass can help you find biomes if you need/want to get your hands on particular resources!\n\n§rDespite the abundance of monsters and other weird creatures, it seems like intelligent beings also live on this planet.\nThere are a lot of buildings randomly scattered around this land, so someone must have built them...\nI need to find other intelligent beings, maybe they are like some of the other creatures I\u0027ve seen, and can open a wormhole to get me out of here.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:compass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Exploration", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 37, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "naturescompass:naturescompass", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:paper", - "tag:10": { - "display:10": { - "Name:8": "Stay away from nuclear wastelands" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:paper", - "tag:10": { - "display:10": { - "Name:8": "Screenshots Get Copied to Clipboard" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "38:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I found a village of intelligent creatures! They call themselves the testificates, and they are native to this planet, which they call Terra.\nThe testificates have a troubled history, they used to be a powerful civilization, advanced in the use of magic, which they used to open portals to connect them to other parts of the planet, including the massive caves that fill Terra\u0027s underground.\nThen, war from outside came. This has something to do with the fact that the Universe\u0027s rarest mineral, dimensional shards, appear naturally, and ever since their discovery, the mightiest powers in the universe have fought to gain control over it.\nMost of the creatures currently on Terra are not natives, instead they are here to fight. Some of them, I was told, are from \u0027nations\u0027 that have been able to take over entire galaxies!\nI should be very careful about who I fight, I\u0027m dealing with Kardashev type 3 civilizations that have powers beyond any human understanding. \nI feel very sorry for the testificates, to see your planet be invaded and become a battleground between type 5 civilizations is truly tragic...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terra", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 38, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:charm_wing", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "39:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe §c§ §c§oBook of Worlds§r §7§oquests contain descriptions on how to reach each dimension, and the order of progression!\nIf you are unsure, follow the \u0027dimensional ascension\u0027 questline, it will guide you, sort of...\nAnd if you\u0027re wondering about DivineRPG and Advent of Ascension, be reminded that this pack\u0027s progression starts when a normal kitchen sink pack\u0027s progression would end...\n...So it will take a while until you get there.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_lens" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "How do I reach this dimension?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 39, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:raw_charger_shank" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:raw_charger_shank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "40:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSearch for tinker modifier in JEI for list of modifiers. Any material can be used for the tool forge!\n\nThe §cTinkerer\u0027s Toolbox §7§oquest tab will guide you through the mod\u0027s mechanics!\n\n§rModular is better! Now that I know I\u0027m stuck here, at least for the forseeable future, I should start focusing on better tools and weapons.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mix and Match", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 40, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 15, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "gafex11", - "pages:9": { - "0:8": "{\"text\":\"If you have lost an item somewhere in your storage and don\u0027t want to search through every storage slot, you can double click your seach bar, search JEI for your item and it will highlight slots in your storage / player inventory for similar items.\"}", - "1:8": "{\"text\":\"You can use these at the beginning of your search to narrow down what you are looking for:\\n# - filters by tooltip descriptions\\n\u0026 - filters items by resource ID (You will likely never use this)\\n^ - filters items by color\\n$ - filters items by oreDictionary\\n@ - filters by mod names\\n% - filters by creative tab (You will likely never use this)\"}", - "2:8": "{\"text\":\"You can also use - in order to exclude items from your search. You can only use this following one of the previous prefixes. Otherwise, you JEI just won\u0027t bother searching.\"}", - "3:8": "{\"text\":\"For exemple, if you are searching for NuclearCraft fuels but dont want the depleted fuels to come up in your search, you can search with :\\n\\n@nuclearcraft fuel -depleted\"}", - "4:8": "{\"text\":\"If you wish to narrow it down further, you can safely add -bucket -molten -oxide to the end of your search and you will be left with all the different types of fuels without their depleted counterparts, molten and bucket forms. \\n\"}" - }, - "title:8": "JEI Tips and Tricks" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "tconstruct:tooltables", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:log" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:tooltables" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tconstruct:tooltables" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:iron_block" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jei_tipsandtricks" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "41:10": { - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYour first boss fight! This pack has a lot of items with custom functions, right click to use it, and summon an enemy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "contenttweaker:mossy_grave_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mossy Grave Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 41, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:alchemical_chest" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "contenttweaker:mossy_grave_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "42:10": { - "preRequisites:11": [ - 41 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentient Meatball", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 42, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 160, - "TrophyColorGreen:3": 2, - "TrophyColorRed:3": 190, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sentient_meatball" - }, - "TrophyName:8": "Meatball encounter of the third kind", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:ender_lightning", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "43:10": { - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe smeltery is made out of seared bricks (or other seared blocks). \nIt needs a smeltery controller, and at least a seared tank (or other fuel sources), and they can be placed anywhere in the structure.\nThe multiblock consists of a hollow cuboid without edges, and an open top.\nSeared drains with faucets are used to output molten metals to casting tables and basins.\n\n§fFinally at the bronze age! By building a smeltery, I can extract metal from ore more efficiently, and I can start making alloys!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alloys", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 43, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "tconstruct:materials" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "tconstruct:seared_tank" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_io" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "tconstruct:seared" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "44:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For the sake of organization, I started building \u0027drawers\u0027 that can hold a lot of a single item. I don\u0027t know what it is, but I have a feeling I will need these eventually...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compact Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 44, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:golden_steak" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hand_framing_tool" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "drawerBasic", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "45:10": { - "preRequisites:11": [ - 49 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGetting your dynamos and machines to resonant tier is best!\n\n§rResonant is much, much better than the prior tiers...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalfoundation:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Way better!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 45, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 35, - "OreDict:8": "", - "id:8": "thermalfoundation:upgrade" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalfoundation:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "46:10": { - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Now that I can make alloys, I can finally produce and use electricity, this should allow me to improve my manufacturing capabilities!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Engineering Time!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 46, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "47:10": { - "preRequisites:11": [ - 46 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " Crop sticks are awesome! They allow me to grow plants in better ways, and to better keep track of their properties.\nThis should allow me to do simple cross-breeding, and to improve my thoughput.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:crop_sticks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Better Agriculture", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 47, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:treated_wood" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:crop_sticks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "48:10": { - "preRequisites:11": [ - 43, - 60 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou gotta explore to unlock this! Multiple structures use blast bricks and coal coke!\n\nThe shickaxe is a versatile, unbreakable all-in-one tool, it should be very helpful!\n\n§rAfter spending some time here, I have really learned a lot, I think I can use this knowledge to improve my manufacturing capabilities.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alien_material_manual" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alien Materials", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 48, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 150, - "TrophyColorRed:3": 150, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:alien_material_manual" - }, - "TrophyName:8": "Alien Materials Specialist", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alien_material_manual" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_shickaxe" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "49:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUsed to craft machines from Thermal Expansion and Industrial Foregoing (see §c§oManufacturing and Fabrication§o§r§o§7§o)\n\n§rI was able to put together a device that handles the internal thermal energy of matter fairly well, this should allow for a lot of cool machines!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:frame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thermal Energy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 49, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:parasite_item_cooked" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "50:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUsed to craft machines from Forestry and Gendustry (see §c§oManufacturing and Fabrication§7§o)\n\n§rFor some reason, the local vegetation seems to have an affinity for bronze, so I ideated a machine casing that should work very well at handling vegetation and farming.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sturdy_machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Forestry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sturdy_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "51:10": { - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe mob imprisonment tool lets you capture and move mobs around. There are other options as well, but this is the least buggy on§fe!\n\nI can now capture and transport other creatures for my own purposes, I promise I will not abuse this...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_imprisonment_tool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imprisonment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 51, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "52:10": { - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Chickens here are weird.\nThe testificates told me that they are also native to this planet, and they have a very special affinity for materials and elements.\nInk, for some reason, is a very effective way to reinforce iron, and it just so happens that some chickens produce it naturally.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:colored_egg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cool Chickens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 52, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:colored_egg" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:colored_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "53:10": { - "preRequisites:11": [ - 52 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNesting pens can be used to automate chickens in a straightforward matter! And there is a chance for a few special drops!\n\nThe net can be used to put chickens in the nesting pens.\n\nTo breed chickens into new species, place two nesting pens facing each other!\n\n§fI can put my chickens in a nesting pen, and they make eggs faster! Who knew that being teleported to an alien planet will allow me to explore my rural side...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:pen" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nesting Pen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 53, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:animalnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:pen" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "54:10": { - "preRequisites:11": [ - 32 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSearch `Teleportation` in JEI for a list of teleporters!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:oak_dimensional_door" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wooden Dimensional Door", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 54, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_remover" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:oak_dimensional_door" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_signature" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "55:10": { - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Dragons are both fascinating and scary, but I was able to slay one!\n\nFire dragons are the master of the plains, and all other lowlands!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragon_skull" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 55, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 200, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "iceandfire:fire_dragon_heart" - }, - "TrophyName:8": "Fire Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragon_skull" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "56:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGorgons are found in the large stone brick temples found on coasts near the sea!\n\nWear a blindfold to stay alive!\n\n§fHere\u0027s a good example of mythic magic. Gorgons, the ones from greek mythology, and they are here on this world!\nAlmost feels like someone wanted to bring in all sorts of creatures from all folklore in one place.\nAm I in an anime?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:gorgon_head" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gorgon Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 56, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:gorgon_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:blindfold" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "57:10": { - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Dragons are both fascinating and scary, but I was able to slay one!\n\nIce dragons are sit at the top of the food chain in cold and icy places!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "iceandfire:dragon_skull" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 57, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 180, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "iceandfire:ice_dragon_heart" - }, - "TrophyName:8": "Ice Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "iceandfire:dragon_skull" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:ice_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "58:10": { - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "To keep track of things to do!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:biblioclipboard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clipboard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 58, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:strange_brownie" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:biblioclipboard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "59:10": { - "preRequisites:11": [ - 1727374336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:empty_dimension_tab" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "RF Tools Dimension Building", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 59, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_builder" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_enscriber" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:empty_dimension_tab" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_editor" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:energy_extractor" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:activity_probe" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimlet_workbench" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:material_absorber" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:liquid_absorber" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:biome_absorber" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:terrain_absorber" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:feature_absorber" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:time_absorber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "60:10": { - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can be find in overworld structures, no need to craft them! Hostile books and pumpkin spawners hold the answer!\n\nThe blast furnace is formed with a 3x3x3 of blast bricks. Right click the structure with the engineer\u0027s hammer to form it!\n\nCoke is the best fuel, but charcoal can also be used!\n\n§fNice! The architecture on Terra has a lot of useful features. I should be able to use these materials to make a blast furnace, and study the properties of the metals found in this planet.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:stone_decoration" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blast Brick", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "OR", - "visibility:8": "NORMAL" - } - }, - "questID:3": 60, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:tool" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 27, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:stone_decoration" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "blockFuelCoke", - "id:8": "chisel:block_coal_coke1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_blast_furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:stone_device" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "61:10": { - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMagic damage in this pack has been buffed, and more mobs than usual will be able to deal magic damage. This means that some mobs will do a lot of damage to you even when you wear good armor.\nYou can find magic protection books in overworld structures, those will help you!\n\n§fThe testificates trust me enough to share some of their historical secrets.\nAt some point, they had the ability to build portals to connect different regions of this world, including the large caves that are located kilometers under the surface.\nObsidian seems to be a catalyst for magic, and if I light it up I may be able to reopen some of these portals.\nI\u0027ll try to study this more in the hope that I may be able to use similar methods to get back home.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:flint_and_steel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cali Approved!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 61, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_chunk" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:flint_and_steel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 69, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "62:10": { - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe destruction catalyst is one of the mining tools in the pack. You can increase its range through a keybind. \n\nBE CAREFUL, this could destroy your base!\n\nIt consumes furnace fuels to run, but in the future klein stars will act as batteries!\n\n§fAlchemical energy provided by fuels such as coal and redstone can also be converted to explosive power.\nThis catalyst should make mining very easy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "This is awesome!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 62, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "63:10": { - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDon\u0027t know how a machine or a recipe works? Info will be found in the manufacturing and fabrication tab!\n\nThe crescent hammer is the preferred wrench in this pack! It can rotate blocks, break pipes and cables, and it should work with all other tech mods!\n\n§fYES! I can now build a better workbench, which should allow me to put together some machines to make my life easier!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_basic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Better Fabrication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 63, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:wrench" - }, - "1:10": { - "Count:3": 16, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "omniwand:wand" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_basic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "64:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHeads up! Quests will tell you what to do, figuring things out is up to you, and it\u0027s part of the fun!\n\nThe sack of holding can be used to move chests, spawners, and other tile entities without destroying them!\n\n§fBy upgrading my current way of building work tables, I should gain access to more complex machines!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_advanced" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Fabrication!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 64, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "actuallyadditions:item_potion_ring", - "tag:10": { - "Blaze:3": 800 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:chest_sack_empty" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "65:10": { - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§G§7§oGeneral and specific mob farms are good to do at this point. Doing a cursed earth farm at y\u003d2 is recommended for better drops! The §cBook of Creation §7§ohas a section dedicated to farming mob drops in better and better ways.\n\nThe scoop will break bee hives found all around. This would bee a good time to start collecting bees! Bee-related tips and tricks can also be found in the §cBook of Creation§f§7.\n\n§fThe caves located in Terra\u0027s nether region are truly stunning, and truly dangerous!\nThe stone that illuminates these magma-filled caves appears to have magical properties way superior to obsidian", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Luminous Underground", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 65, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:scoop" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_relocator" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_duplicator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "66:10": { - "preRequisites:11": [ - 64, - 65 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMana infused metal can be found in a special structure in the nether!\n\nSearch for blue stuff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_philosophers_stone", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "For Philosopher\u0027s Only", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 66, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "baubles:ring" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 60, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "projecte:item.pe_philosophers_stone" - }, - "TrophyName:8": "A true philosopher", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_philosophers_stone", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "67:10": { - "preRequisites:11": [ - 66 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe §cMagical Mastery §7§otab has info on how to use projectE!\n\n§fMana appears to have a \u0027memory\u0027 for alchemical power, meaning that I can use it to create all remembered items at will.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:stone_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "On the Medieval vibes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 67, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:botanic_alchemic_catalyst" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:stone_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "68:10": { - "preRequisites:11": [ - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 2!\n\n§7§oThe magical mastery tab will provide info on how to progress through each magic mod!\n\n§fYES! Mana was indeed the key to more power! Now I can build even better and more powerful machines.", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Breakthrough", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 68, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "Meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"Because of the amount of exploration in this modpack, the file size of world files can get quite large.\\nTo make you backups smaller and faster, you can use the AromaBackup config (found in config \\u003e aroma1997 \\u003e aromabackup.cfg).\\nIf you set\\nuseWhitelist \\u003d true\\nyou can specify a list of dimensions that will be backed up, and the rest will be ignored, keeping files smaller, and faster to generate.\\nSEE NEXT PAGE\"}", - "1:8": "{\"text\":\"The whitelist field will let you select the list of dimensions to backup.\\nIf no changes are made, and the useWhitelist flag is toggled, the backup will include the Overworld, the Nether, the End, and the Void (0, -1, 1, 43).\"}" - }, - "resolved:1": 1, - "title:8": "Smart Backups" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "69:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou do not need pure fluix to craft the accelerator and energy acceptor. Using them is highly recommended.\n\n§fThe manufacturing ability I\u0027ve recently discovered has allowed me to produce Fluix, which makes it possible to easily transition between matter and energy, this should be very useful for storage and item management.\nThe knowledge of this science is hidden in asteroids, which were once part of the belt around Terra.\nIt seems like they were used to hide information about fluix in a place unreachable by most, no matter how powerful.\nFortunately for me, some of those asteroids made it back down.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Digital Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 69, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 15, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:energy_acceptor" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:quartz_growth_accelerator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "70:10": { - "preRequisites:11": [ - 69 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBetter to build a base in the void world. At this point, you may want to take a peek at the logistics and organization tab.\n\n§fThe power of fluix is great!\nCentralized networks can be created around a controller block, which can handle storage and transportation.\nIn addition to this, it seems like I can embed more complex logic into pipe systems, making it even easier to manage my belongings.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "betterp2p:advanced_memory_card", - "tag:10": { - "selectedIndex:3": -1 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aenetvistool:net_visualizer" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickenchunks:chunk_loader" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ae2_base_management" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "71:10": { - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDo this at your own risk...\n\n§fThe realization that magic is real changes everything, and it seems like I can use it to serve my manufacturing needs.\nThis will require some experimentation...\nAfter extensive observation on mythic remains, and thanks to the branches of magic I am now adept to, I was able to \u0027understand\u0027 mythic powers.\nWell \u0027understanding\u0027 is a strong word, but it \u0027makes sense\u0027.\nThe power of \u0027gods\u0027, beings that are able to subject reality itself to their control, those that can originate magic that I would define as mythic, seems to be \u0027guiding\u0027 the Horde and the Empire.\nThis power has no bounds, I cannot imagine what beings able to wield it may look like.\nI am still a long ways away from that, but I have all the time in the world, and enough natural adeptness to magic (am I being too cocky?) to delve deeper into these phenomena.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:controller_manual" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Connecting the dots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 71, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:controller_manual" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "72:10": { - "preRequisites:11": [ - 71 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe controller is the main block for all of the pack\u0027s custom multiblocks. \n\nCAREFUL: you should not place multiblocks on chunk boundaries!\n\n§fMy experiments paid off! The rules of technology apply to science. These higher dimensional \u0027mythic fields\u0027 that guide the flow of magic can be harnessed by anything that follows their rules. And this includes machines that will allow me to bring magic to the fires of industrialization!\nAnd so much more...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:blockcontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Technomancy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 72, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:condensed_essence" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:blockcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_recipes" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "73:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "My experiments are really using a lot of power, and I think it\u0027s time to upgrade my generation infrastructure.\nYellorium, a mineral native to Terra, has some very interesting radioactive properties that I should be able to use to produce basic fission reactions.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorcontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Fission", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 73, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:addiction_cookie" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:good_extreme_reactor_design" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "74:10": { - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 3!\n\n§fCorallus, the ruler of the seas, was also a scientist.\nIt seems like the shyre empire used him to perfect their wormhole technology.\nI stopped him just in time...his last experiments appeared to be focused on opening a portal that would allow for the entire military might of the empire to enter Terra at once.\nThis type of science is way beyond my understanding, yet, I may be able to use its basic applications to open my own wormholes...", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wormhole Experiments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 74, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:corallus_statue" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "75:10": { - "preRequisites:11": [ - 74 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The druids from the Betweenlands do have some advanced knowledge of alchemy and equivalency.\nDeep Blue Matter is a more powerful, and more expensive, version of red matter, a vessel of equivalency in large amounts.\nIt\u0027s nature seems to directly originate from the higher dimensions of the betweenlands.\nMy ability to open wormholes originates from the higher dimensions where the Betweenlands reside, so I guess it makes sense that I became aware of the methods of creating Deep Blue Matter after working on my own wormholes.\nThis is not the first time I have witnessed interactions between various types of magic, suggesting that the fields they revolve around may share some origins. \nIs this why I can perform so many different types? Not everyone can, though, so there may be something else going on...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:blue_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Equivalency", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 75, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:blue_matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:blue_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "76:10": { - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you haven\u0027t started already, you should start working on erodium!\n\n§fYellorium is great and all, but I need some more proper fission sources!\nAnd something tells me that using fission to generate compounds that are not as easy to find should make things better in the long run.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_controller_new_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Proper Fission", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 76, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_controller_new_fixed" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:erodium_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "77:10": { - "preRequisites:11": [ - 151 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I guess I\u0027m going down the mythic rabbithole...nothing wrong with that...yet...\nAnd the links keep forming! Nice! The more interactions between the branches of magic I can isolate, the more info I can gather to construct a hierarchy of magical forces.\nIt seems natural that some powers depend on others, same as gravity being an emergen property of sufficiently complex matter.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier5" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nethengeic Mythical Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 77, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bluefire_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crimson_quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier5" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "78:10": { - "preRequisites:11": [ - 155 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou will be going to space soon! Time to start preparing!\n\nTo get a steady supply of oxygen, you either need a full space suit, or a full set of armor enchanted with airtight seal.\n\nTo add oxygen to your armor set, pipe oxygen into a gas charge pad, and stand on it while wearing it.\n\n§fThis is interesting, I was able to generate matter that holds mythic powers on its own. It is not generated by mythic powers, it has mythic powers, all on its own.\nThis \u0027recursion\u0027 thing seems quite versatile. And yes, it does sit at a higher hierarchy. All magical sources I have encountered so far, all fields of space that allow for incredible wonders, are one, and that one is recursion. What is recursion, well, I know it keeps me alive, and that it lets beings more powerful than me exist in multiple places at once. Outside of that, though, I have no idea how it works, and how to control it.\nControl over this power is likely what powers the shyre empire\u0027s massive military might.\nWell, if they can use it, so can I!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A source?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 78, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dense_redstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_star" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacehelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacechestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spaceleggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spaceboots" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 37, - "lvl:2": 1 - } - } - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:oxygencharger" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "79:10": { - "preRequisites:11": [ - 153 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Even though I now know that negative gravity and mass are possible, the strange properties of divine stars still do not make sense.\nThat said, I think I know what to try next.\nTaking a distance from this planet has allowed me to observe phenomena impossible to see from its surface.\nWhat if more stuff would become more evident after taking a distance from this solar system.\nAlso, while I generally believe to be quite far away from the milky way, I can try to get an idea on where the hell I might be relative to Earth.\nTime to get speedy with dilithium!!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productdust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warp Speed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 79, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productdust" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productdust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "80:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to craft machines from actually additions (see manufacturing and fabrication)\n\nWow, if only humanity knew of this!\nIt seems like there are other energy storage optionsthat are way better than batteries.\nNot only I can store energy in other ways, but I can easily transform between different types of energy, including lasers...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "actuallyadditions:block_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Manipulation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 80, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "actuallyadditions:block_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "81:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to craft machines from extra utilities (see manufacturing and fabrication)\n\nThe same magical affinity I used to make enchanted tables seems to allow for the making of machinery, this is very interesting!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic or Science?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 81, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "82:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to craft machines from EnderIO (see manufacturing and fabrication)\n\nIt seems like my unwanted connection with death has some other uses besides immortality.\nThis death energy can be used to make machines!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alien technology is cool!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 82, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_ender_food" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "83:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNeed to make some RF? All available ways will be in the energy sources tab!\n\nThe logistics and organization tab has a section that includes all power storage methods!\n\n§fNow that I have better means of fabrication, I can start collecting larger amounts of energy.\nFrom now on I expect I\u0027ll need lots of it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I like big batteries and I cannot lie", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 83, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_number" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "84:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chargers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 84, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "85:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUsing compact machines can reduce TPS lag from farms and machines!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compact is better!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 85, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ichunutil:compact_porkchop" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:psd" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "86:10": { - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSome items have special recipes for powerful enchants. Search for \u0027super-enchanted\u0027 in JEI!\n\nThe enchantment applicator and extractor can be used to move high level enchants :)\n\n§7§oWith apologies to Sandman366\n\n§rMythic magic is powerful, very powerful, yet it seems my mind may be simply too \u0027weak\u0027 to comprehend this.\nDespite my inability to comprehend it, I feel extremely drawn to the remains from \u0027mythic creatures\u0027. \nThey are still permeated with the powers of this type of magic. \nTime to start experimenting with mythic remains. But i\u0027ll have to be careful, really careful, I don\u0027t know what could happen...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Super Enchanting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 86, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:slime_sword" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:epic_tool_tipper" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_extractor" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_aplicator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "87:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLooking for something in particular? more info in §cpersonal augmentation!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:scanner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 87, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_range" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:goldpile", - "tag:10": { - "display:10": { - "Name:8": "To search for underground dragons" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:silverpile", - "tag:10": { - "RepairCost:3": 0, - "display:10": { - "Name:8": "To search for underground dragons" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:copperpile", - "tag:10": { - "display:10": { - "Name:8": "To search for undergroud dragons" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "88:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuilding your base in the void world is highly recommended for performance purposes.\nThere are a few things like cursed earth farms that will have to be built in the overworld, but everything else should go in the void world.\nThe portal to the void will be unlocked in a handful of quests.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simplevoidworld:portal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Base FTW!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 88, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "bibliocraft:armorstand" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 45, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "89:10": { - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "These alternative means of storing energy allow me to \u0027empower\u0027 things, this should be useful for manufacturing.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_empowerer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Empower me!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 89, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:confetti_pile" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_empowerer" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_display_stand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "90:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo charge items and armor with RF. There are other options available in the logistics and organization tab!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Infuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "91:10": { - "preRequisites:11": [ - 92 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMore info about deep mob learning is found on §cbook of creation\n\n§fI may have a problem, the ability to manipulate souls is so freaking useful!\nI have no remorse for what I am doing, but I feel like I should...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:simulation_chamber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Digital Dismemberment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 91, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:polymer_clay" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:simulation_chamber" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:extraction_chamber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "92:10": { - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMore info about woot is found on §cbook of creation §7§oand §cmanufacturing and fabrication.\n\n§fAt this point I have no doubt I\u0027m being manipulated in some way.\nThe same \u0027thing\u0027 that keeps me alive is driving me towards the making of stygian iron, which allows me to magically manipulate souls.\nI know this power is wrong, but I can\u0027t help it! I have to figure out what\u0027s going on with me!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:anvil" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "This may be a little evil...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 92, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:magma" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:anvil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "93:10": { - "preRequisites:11": [ - 96 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hard_bone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hard Bone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 93, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:liopleurodon_anchor" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hard_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "94:10": { - "preRequisites:11": [ - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:arcane_tablet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Transmutation Tablet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 94, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk2" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:arcane_tablet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "95:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "At this point, I can fully automate mining and quarrying, and I love it! A sigle machine to create a very large hole is all I ever wanted.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:builder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quarries", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 95, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:builder" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:quarry" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ore_processing" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "96:10": { - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:unusually_heavy_bone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Unusually Heavy Bone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 96, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bowhead_anchor" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:unusually_heavy_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "97:10": { - "preRequisites:11": [ - 137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Wow! What did I just witness!\nThe moment I challenged the Meatball Man, my recursion finally felt \u0027free\u0027, but alas, there was nothing I could do against him.\nThe \u0027gods\u0027 I thought I was able to best are nothing in front of the meatball man.\nI was just like a grain of sand facing a black hole. My power, even after it was freed, paled in comparison to his recursion.\nAnd yet, he let me win... \nWhy? Why did any of this happen? \nThe meatball man is clearly more powerful than any of the enemies I encountered, and he doesn\u0027t appear to want anything from anyone. Still, for some reason, he wants to fight me, as if it were a game...\nHe told me he will send his blessing over my enemies to make me stronger, if I so wish. Do I want to do this? Will this bring me freedom?\nI do have to say the challenge of facing such a foe is intriguing, but there is no way I can succeed in my current state. I do want my freedom, but it\u0027s not like I can beat him, and there are people that need my help.\nThe meatball man should not concern me, I will get stronger, but while doing things my way, I should fight for Terra!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lore_of_the_meatball_man" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I want my freedom!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 97, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:medal_of_freedom" - }, - "TrophyName:8": "Freedom Warrior", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lore_of_the_meatball_man" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "98:10": { - "preRequisites:11": [ - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power Flower MK1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 98, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:relay_mk1" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "99:10": { - "preRequisites:11": [ - 65 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWARNING: If this is the first time you do forestry, you should follow the instructions in the §cbook of creation§7§o!\nFollow those carefully, and things will be easy!\n\n§fBees are very abundant on Terra, and they seem to be similar to chickens, having the ability to be \u0027bound\u0027 to elements, I should experiment on them!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "forestry:bee_combs" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "BUZZwords", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 99, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "gendustry:industrial_scoop", - "tag:10": { - "charge:3": 5000 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "forestry:bee_combs" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "extrabees:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "100:10": { - "preRequisites:11": [ - 66 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Klein Star Ein", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 100, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 3, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "101:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThrow it on the ground!\n\n§fI really feel bad about the state of Terra...\nI have gained some power, so I\u0027m going to use it to fight back oppressors!\nI hate bullies, and the king of Trolls is definitely one of them!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:troll_idol" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Time for some beatings!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 101, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:troll_idol" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:troll_idol" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "102:10": { - "preRequisites:11": [ - 99 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The improved means of fabrications I have developed seem to be working well with one of the metals found in the Terra underground.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystalized_emberstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Custom Crystals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 102, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:emberstone_sword" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:butterfly_bloom" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystalized_emberstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "103:10": { - "preRequisites:11": [ - 99 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYour first callstone! Callstones summon dungeons, so don\u0027t use them in your base!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skeletal_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skeletal Callstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 103, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragon_bone_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skeletal_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "104:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the item to spawn a boss.\n\n§fAnimals are animals, no matter how powerful.\nThe primary instinct of life is to spread, but what if this puts an entire planet under control?! Such is the power of some of these creatures...\nThey seem to be organized in some way, and the Testificates call them the Twilight Horde.\nIt seems like the Ancient Entity is powerful amongst them, if I eliminate it, some of its weaker followers could give up...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mysterious_clock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Twilight Horde", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 104, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:ring_condensing" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mysterious_clock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "105:10": { - "preRequisites:11": [ - 102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "My experiments paid off!\nI was able to make seeds that work like chickens and bees; I should be able to use them to create minerals from scratch.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Life finds a way...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 105, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "106:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Maybe start with quarries, these are expensive\n\nThe alchemical powers of equivalency can be used to recreate the generation of minerals and plants, which means that I don\u0027t even need a quarry to excavate!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:structure_frame_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Digital Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 106, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:tool_multiblock_assembler" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:structure_frame_1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:laser_lens_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "107:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Here\u0027s another table to build stuff!\nI think it\u0027s gonna be the last one...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_ultimate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ultimate fabrication (I think...)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 107, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_ultimate" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_ultimate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "108:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to craft machines from nuclearcraft (see manufacturing and fabrication)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "nuclearcraft:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Machine Chassis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 108, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:yellow_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "nuclearcraft:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "109:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Neat! I\u0027m now in the position to build some very efficient storage units!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Really Compact Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 109, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rangedpumps:pump" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "110:10": { - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a peaceful world, no mob spawns here!\n\n§fIt seems like the power of fluix is greater than I expected.\nNot only I can digitalize matter, but space as well!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simplevoidworld:portal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Digital Space", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 110, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:teruterubozu" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:void_portal_breaker" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simplevoidworld:portal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "111:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to craft machines from tech reborn (see manufacturing and fabrication)\n\nbetter fabrication, better machines!\nThe framing engineered using my upgraded table can be used to make machines that should be on par with Earth\u0027s current technology.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:machine_frame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tech Rampup", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 111, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:yellow_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "112:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe assembly table is powered by lasers. Each laser needs line of sight to the table. The more lasers, the faster the recipes.\n\nYou can place chests nearby the assembly tables for the output.\n\n§fTime for some some lasers!\nThe assembly table should allow me to build some good logic processors and circuits.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:assembly_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Laser Fabrication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 112, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:laser" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:assembly_table" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:laser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "113:10": { - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Seems like the same digitalization of space that happens with fluix crystals can be exploited in other ways.\nShould make organization a bit easier.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:fieldprojector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Miniaturization Field Projector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 113, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:tunneltool" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:redstonetunneltool" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:fieldprojector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "114:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This way for your first dimensions!\n\nMagic can be done in any order, but the optional objective lists some good strategies!\n\nWhen doing magic, bad things may happen. In order to minimize negative effects to your world, the following order should be followed, all other mods can be done earlier or later.\n1. Start with blood magic, until unlocking the Ritual of Eldritch will. This will prevent flux from building up.\n2. Start thaumcraft, until unlocking sanitizing soap. This will help out with temporary warp.\n3. Go through abyssalcraft, collect the abyssal wasteland and dreadlands warp cleansers in the respective dimensions. They can be found in altars around the dimensions!\n4. The omothol warp cleanser will completely eliminate the issue with warp!\n5. Now you are protected, feel free to right-click a Really Scary Vishroom!\nWhen it comes to other magic mods, feel free to progress though them in whichever way you prefer :)\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic is Dangerous", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 114, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:voxelprojector" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magic_strategy_technologist" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magic_strategy_warrior" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magic_strategy_warped" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "115:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This is very nice, obsidian and the bedrock found on Terra allow for a material that allows for loseless energy transfer in the form of waves that can travel through very long distances.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxplug" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Energy?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 115, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxpoint" - }, - "1:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxplug" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxplug" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxpoint" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "116:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Just a few weeks here, and I already surpassed human tech!\nBy exploiting the power of dimensional doors, I can now make my own wormholes in a controlled environment!\nPhysics is so much easier with so many resources available.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:matter_transmitter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Better than planes!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 116, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:matter_receiver" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:matter_transmitter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:matter_receiver" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:advanced_charged_porter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "117:10": { - "preRequisites:11": [ - 104 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I defeated the large skeletal bug, and yet, the \u0027troops\u0027 it commanded do not show signs of wanting to stop.\nTroops is a bit of an overstatement to begin with, if I have to be honest. After examining some twilight horde creatures, like the corrupted beasts that fill the underground, it is clear that they share some sort common goal (which includes wanting to beat me up), but their behavior is primarily animalistic, and they have no evident organization.\nI\u0027m sure now that defeating one of the powerful among them made no difference in their resolution. I also have a suspicion that this Ancient Entity may have not been fully defeated...\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_remnants" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A mistake?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 117, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ancient_remnants" - }, - "TrophyName:8": "Ancient Entity Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_remnants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "118:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oT-shape of soul sand, with three wither skulls on top, but you already knew it...\n\n§fNobody has a fully clean record, not even the Testificates.\nAt some point during their history, experiments on undeath and living matter led to the unleash of the Withers, a species of artificial skeletons.\nSome of them ended up evolving into really powerful creatures. One of their organs, I was told, holds a lot of power; this should serve me for a variety of purposes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A true native!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:skull" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "119:10": { - "preRequisites:11": [ - 118 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The star found in the hearts of withers has very similar properties to the other \u0027mythic\u0027 magic I have encountered.\nThe testificates were willing to share that both the ceratures and the artifacts they produce are of their own making. From this, I can infer that mythic magic can indeed come from mundane sources that are not goddess-type beings.\nThis likely included some artifact, but it is comforting to know that the inaccessible mythic powers I have encountered aren\u0027t as alien as they seemed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Power of Terra", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 119, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "minecraft:nether_star" - }, - "TrophyName:8": "Wither Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "120:10": { - "preRequisites:11": [ - 126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Here\u0027s an interesting insight. Despite nobody being willing to share what exactly Dimensional Shards really do, I can figure out information about their importance by seeing how the factions involved secure territories.\nBoth the Twilight Horde, and the faction of Corallus and Smash have an explicit desire for territorial control.\nGetting their hands on veins of Dimensional Shards, even very large numbers of them, is not enough, otherwise warfare that employs smaller number of troops would be more beneficial.\nCome in quickly, secure a vein of Shards, dig them, and get out as fast as possible.\nInstead, empires that span through galaxies have an explicit interest in controlling territories on a single planet, and enstablishing territorial control over large areas, both in the sea and on land.\nI am thinking too small here! After all we are dealing with the kardashev scale. I cannot say for sure, but to use these crystals for whatever purpose they have, you\u0027d probably need an extremely large amount, and to secure a stable supply chain, you likely would want control over the entire planet.\nOtherwise, why would someone want to mobilize multiple galaxy-conquering armies for just one single planet?\nI really hope these invaders don\u0027t decide to form alliances. At the moment, their reciprocal conflict is the only thing that\u0027s keeping the testificates alive. A united front will wipe out this planet in no time.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corallus_polyp" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "He controlled the seas", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 120, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:corallus_polyp" - }, - "TrophyName:8": "Corallus Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corallus_polyp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "121:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the overworld\n\n§fThe local fauna is interesting.\nNow I know what happens after a pact with the (a) devil...\nTestificates, lured in by the whispers of the forest, were promised great riches and power, but, as it always happen when talking to trees, it did not end well for them.\nThey are now transformed into merciless monsters, which is quite sad...\nThe appeal of power is hard to resist, I won\u0027t lie...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:haunted_log" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sp00ky", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 121, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lovely_latke" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:haunted_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "122:10": { - "preRequisites:11": [ - 121 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Extremely Useful...\n\nExorcism does have its perks, in some way...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "leshen:root_attack" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Free the forest!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 122, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "leshen:root_attack" - }, - "TrophyName:8": "Leshen Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "leshen:root_attack" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arksiane_staff" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:evernight" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "123:10": { - "preRequisites:11": [ - 101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "As powerful he seemed to me, Smash had somebody way stronger backing him up, I guess this was a declaration of war to someone I don\u0027t even know!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:limonite_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "This is war", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 123, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:smash_jaw" - }, - "TrophyName:8": "Smasher", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:smash_jaw" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "124:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGo to the end!\n\n§fAt some point during their history, the Testificates were able to travel all the way to the asteroids surrounding Terra.\nThere, though, they met something that they could not handle, and decided to seal the portals they had created to prevent more disasters.\nThere is a 100% chance I will reopen one of these portals...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_eye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Relic of Past Glory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 124, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:logchicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "minecraft:end_portal_frame", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "125:10": { - "preRequisites:11": [ - 124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The sky islands in outer Terra have wonderful fauna; wonderful indeed...\nThere be dragons, but not of the same species as the ones on the surface. These ones are capable of actual magic, to an extent, and can produce shields against some types of attacks.\nApparently the testificates decided they did not want to deal with said dragons, and they let them be. \nWell, I did not; their magic is very peculiar, and I will try to do as much as possible to investigate it.\nEver since I came here, I am finding myself obsessing more over things like this. I am a curious person, I have always been, but this may be a bit too much. There is so much new stuff to learn though, and I really need some answers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:dragon_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Agents of Chaos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 125, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "draconicevolution:dragon_heart" - }, - "TrophyName:8": "Ender Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "126:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oToss it in an ocean biome!\n\n§fThe seas on Terra are definitely dangerous. It seems like the local fauna has made it difficult for alien invaders to take over the seas, yet, one of them seems to have no problem there...\nCorallus belongs to the same faction as Smash, but they seem to behave independently of each other. The two share intelligence using amphybyite coves located on beaches, at the interface of the lands and seas they control.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amphibiyte_lung" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "He controls the seas...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 126, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amphibiyte_lung" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "127:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Drop in the nether!\n\nI still don\u0027t know much about the politics of this world, but from what I\u0027ve heard, an officer from one of the factions involved in this conflict decided to desert and to attempt to take over regions of the nether world.\nI may be doing someone else a favor by fighting this self-proclaimed king, but his presence is not good for the inhabitants of this planet.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_idol" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deserters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 127, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:tnt" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_idol" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "128:10": { - "preRequisites:11": [ - 127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The interest these invaders have for dimensional shards is truly staggering.\nThe nether caves of Terra contain lots of them, and yet nobody was able to tell me a use for these gems.\n\u0027King\u0027 BamBamBam wanted to cut out some sort of supply chain that came from the nether caves.\nI guess greed guides us all, and yet, not even BamBamBam seemed to know what to do with these shards, he just wanted to hold on to them...\nAren\u0027t they just shiny rocks? I really don\u0027t get the excitement. I guess they are rare, but shouldn\u0027t they also be useful to cause entire galaxies to try and do war here?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:king_bambambam_pelvis" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Violence incites violence...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 128, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:king_bambambam_pelvis" - }, - "TrophyName:8": "BamBamBummer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:king_bambambam_pelvis" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "129:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse in the nether!\n\n§fFrom what I\u0027ve seen so far, the nether region of Terra has been fairly unstable for the last few years, that said, the King of Scorchers is quickly gaining power and influence.\nBut I am the one that\u0027s supposed to be gaining power and influence...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:infernal_flame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A contender for the underworld", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 129, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:infernal_flame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "130:10": { - "preRequisites:11": [ - 129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Well, terra is going through some serious power struggle!\nBut now that I am here, I gotta learn about who is leading this war, the Testificates deserve better!\nI don\u0027t know why I ended up here, or why I can do what I do, but I am here, and I have the power to change some things, so I will do my all to have an effect in this situation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:scorcher_eternal_flame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A new contender?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 130, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:scorcher_eternal_flame" - }, - "TrophyName:8": "Scorcher Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:scorcher_eternal_flame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "131:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use in the nether!\n\nThe twilight horde\u0027s influence over the happenings in this world is crazy! It appears their spies on Terra are based in the nether world.\nThey probably already communicated with their superiors about me, I have to cut communications at all costs!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:call_of_the_watcher" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spies!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 131, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bluefire_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:call_of_the_watcher" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "132:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFount at multiples of 10,000 in the end.\n\n§fWell...This is probably a bit too much for now, but I found out the reason for why nobody has truly gained control over the asteroids of Terra...\nThere are more dragons, and they really are unlikable...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immense Power", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 132, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "133:10": { - "preRequisites:11": [ - 132 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Despite their relatively low presence on Terra, sky dragons, including the very annoying chaotic ones, hold some serious power!\nWhen it comes to the Twilight Horde and the Shyre Empire, I\u0027m starting to believe I\u0027m dealing with quite literal deities...\nIt is interesting, though, how this ties in with the distinctions of magic types I have encountered. As a wandering kid, trying to imagine what alien civilizations may look like, I always thought technology would be the way. But I now have evidence that magic, of the \u0027mythic\u0027 type, can be enough to support a galactic rule.\nWell, to be fair, this magic may just be technology I do not understand yet.\nAnyhow, I keep having direct interactions with it, so there may be a way to directly use this powers to actively fight back.\nIf mythic magic is enough to conquer galaxies, it should be enough to protect Terra, right?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:ultimate_farm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Embracing Entropy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 133, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "draconicevolution:chaos_shard" - }, - "TrophyName:8": "Chaotic Warrior", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:ultimate_farm" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "134:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse in the end!\n\n§fWhile the testificates did not dare messing with the dragons living in the asteroids around Terra, someone else definitely did!\nThese monsters seem to have gained control over some of the regions in the asteroid belt, that said, there are places not even they dare to explore...\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:horde_horn" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Battle for the Skies!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 134, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:tool.bow_diamond" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:horde_horn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "135:10": { - "preRequisites:11": [ - 134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "These creatures seem to have ties with the Twilight Horde, but, with regards to how operations are carried on the outer Terra sky islands, they appeared to be operating independently of the main force.\nOther Twilight Horde independent agents were conscious beings, like humans, but the Ayeracos were still quite animalistic. There is definitely much I still need to learn about the power structure of our invaders.\n\u0027Our\u0027 invaders. I guess I started to feel like Terra is becoming my home.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ayeraco_scale" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The sky is free (sort of...)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 135, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ayeraco_scale" - }, - "TrophyName:8": "Meeting the Ayeracos", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ayeraco_scale" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "136:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I gotta say, the Shyre Empire is extremely diverse, which I guess makes sense when it\u0027s ruled by immortal, mythic beings (or being?).\nBarathos is a desert land of proud warriors. They have an unisually rich history and tradition, and both the beasts and people of this world live by ideals of might and power, not so different from many of the great civilizations that produced Earth\u0027s rich history. \nTo the eyes of the people of Barathos, I look nothing more than a usurper to what they believe a righteous position of power. It truly feels bad to have to fight these people, it does, but I cannot let this stop me. The Shyre Empire is a power that must be kept in check, and if I weren\u0027t here, those getting killed would be the people of Terra, and who knows how many other planets in the vast universe. Still, it is upsetting to see these poor souls die in the name of gods too complacent to do the job themselves.\nOn a different note, it seems like that, to become part of the Shyre Empire, a civilization need to be considered \u0027powerful\u0027 by some sort of standard. If a conquered world is deemed worthy, they are annexed. If a world is deemed too weak, they are terminated, completely.\nThe fact that these almost omnipotent beings can choose what civilizations are worthy of existing is so sad. This answers the Fermi paradox, I guess...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:barathos_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warriors of the Baron Desert", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 136, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:hive_spawner", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:baroness_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:barathos_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "137:10": { - "preRequisites:11": [ - 240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The primordial malevolence words now make sense! Well, sort of...\nI know who the \u0027He\u0027 it was referring to is...\nHis name is the Meatball Man! \nHow stupid! You are a god around mortals, and the name you choose is Meatball man? Why?\nFor some reason, he really wanted to give me recursion, and he even made pacts with a bunch of other gods to bring me to Terra. It seems like he expected me to be enslaved to their will, like the monsters from the swamp in between. \nAnd yet I am here, ready to kick ass! Those puny abyssal ones were not enough to hold me back!\nIf you wanted to escape with your head on your shoulders, you should not have asked all your cthulhu friends to make me immortal! I am free! And I am coming for you!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Meatball Man", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 137, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:undead_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "138:10": { - "preRequisites:11": [ - 147 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese are all the ingredients for the defined ingot.\n\nYou should have most of them on passive by the time you finish chapter 8!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:defined_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A large task ahead...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 138, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:biblioclipboard", - "tag:10": { - "currentPage:3": 14, - "page1:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Hydrogen", - "task2:8": "Helium", - "task3:8": "Lithium", - "task4:8": "Beryllium", - "task5:8": "Boron", - "task6:8": "Carbon", - "task7:8": "Nitrogen", - "task8:8": "Oxygen", - "task9:8": "Fluorine" - }, - "title:8": "Defined Checklist" - }, - "page10:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Darmstadtium", - "task2:8": "Roentgenium", - "task3:8": "Copernicium", - "task4:8": "Nihonium", - "task5:8": "Flerovium", - "task6:8": "Moscovium", - "task7:8": "Livermorium", - "task8:8": "Tennessine", - "task9:8": "Oganesson" - }, - "title:8": "" - }, - "page11:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Cerium", - "task2:8": "Praseodymium", - "task3:8": "Neodymium", - "task4:8": "Promethium", - "task5:8": "Samarium", - "task6:8": "Europium", - "task7:8": "Gadolinium", - "task8:8": "Terbium", - "task9:8": "Dysprosium" - }, - "title:8": "" - }, - "page12:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Holmium", - "task2:8": "Erbium", - "task3:8": "Thulium", - "task4:8": "Ytterbium", - "task5:8": "Lutetium", - "task6:8": "Thorium", - "task7:8": "Protactinium", - "task8:8": "Uranium", - "task9:8": "Neptunium" - }, - "title:8": "" - }, - "page13:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Plutonium", - "task2:8": "Americium", - "task3:8": "Curium", - "task4:8": "Berkelium", - "task5:8": "Californium", - "task6:8": "Einstenium", - "task7:8": "Fermium", - "task8:8": "Mendelevium", - "task9:8": "Nobelium" - }, - "title:8": "" - }, - "page14:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Lawrencium", - "task2:8": "Meatballium", - "task3:8": "Arbiterium", - "task4:8": "", - "task5:8": "", - "task6:8": "", - "task7:8": "", - "task8:8": "", - "task9:8": "" - }, - "title:8": "" - }, - "page2:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Neon", - "task2:8": "Sodium", - "task3:8": "Magnesium", - "task4:8": "Aluminum", - "task5:8": "Silicon", - "task6:8": "Phosphorous", - "task7:8": "Sulfur", - "task8:8": "Chlorine", - "task9:8": "Argon" - }, - "title:8": "by puddinpopper" - }, - "page3:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Potassium", - "task2:8": "Calcium", - "task3:8": "Scandium", - "task4:8": "Titanium", - "task5:8": "Vanadium", - "task6:8": "Chrome", - "task7:8": "Manganese", - "task8:8": "Iron", - "task9:8": "Cobalt" - }, - "title:8": "" - }, - "page4:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Nickel", - "task2:8": "Copper", - "task3:8": "Zinc", - "task4:8": "Gallium", - "task5:8": "Germanium", - "task6:8": "Arsenic", - "task7:8": "Selenium", - "task8:8": "Bromine", - "task9:8": "Krypton" - }, - "title:8": "" - }, - "page5:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Rubidium", - "task2:8": "Strontium", - "task3:8": "Yttrium", - "task4:8": "Zirconium", - "task5:8": "Niobium", - "task6:8": "Molybdenum", - "task7:8": "Technetium", - "task8:8": "Ruthenium", - "task9:8": "Rhodium" - }, - "title:8": "" - }, - "page6:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Palladium", - "task2:8": "Silver", - "task3:8": "Cadmium", - "task4:8": "Indium", - "task5:8": "Tin", - "task6:8": "Antimony", - "task7:8": "Tellurium", - "task8:8": "Iodine", - "task9:8": "Xenon" - }, - "title:8": "" - }, - "page7:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Caesium", - "task2:8": "Barium", - "task3:8": "Lanthanum", - "task4:8": "Hafnium", - "task5:8": "Tantalum", - "task6:8": "Tungsten", - "task7:8": "Rhenium", - "task8:8": "Osmium", - "task9:8": "Iridium" - }, - "title:8": "" - }, - "page8:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Platinum", - "task2:8": "Gold", - "task3:8": "Mercury", - "task4:8": "Thallium", - "task5:8": "Lead", - "task6:8": "Bismuth", - "task7:8": "Polonium", - "task8:8": "Astatine", - "task9:8": "Radon" - }, - "title:8": "" - }, - "page9:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Francium", - "task2:8": "Radium", - "task3:8": "Actinium", - "task4:8": "Rutherfordium", - "task5:8": "Dubnium", - "task6:8": "Seaborgium", - "task7:8": "Bohrium", - "task8:8": "Hassium", - "task9:8": "Meitnerium" - }, - "title:8": "" - }, - "totalPages:3": 14 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "139:10": { - "preRequisites:11": [ - 131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I guess I may have just interrupted an espionage mission.\nNice, I made someone who I don\u0027t know angry at me!\nI did gain a bit of insight into the Twilight Horde\u0027s modus operandi, though. While the bulk of their forces are quite animalistic in their behavior, there seems to be a more intelligent core of operations to assume some specific tasks.\nWhoever the higher-ups in this more strategic chain of command may be, now they know of me.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:watcher_eye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Now they know!!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 139, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:watcher_eye" - }, - "TrophyName:8": "Watcher Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:watcher_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "140:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a Flammable Dust (item from advent of ascension) on a nethengeic beast, found in a dungeon in the nether. Drop in the nether!\n\n§fWell... I\u0027ve finally met one of Smash\u0027s superiors, and it\u0027s a lieutenant for the Shyre Empire, a galaxy-spanning civilization that has been able to spread through all regions of space thanks to their immense power.\nAnd I am picking a fight with them. I\u0027m probably screwed, but hey, I can\u0027t die, and I can only get stronger!\nThe main leader of the Shyre Empire on Terra is a genetically modified monster that was given many of the Wither\u0027s abilities.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Shyre Empire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 140, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_bow" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "141:10": { - "preRequisites:11": [ - 140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Greed is truly a constant in the universe. It seems like the war on Terra is about resources, but why try to get so many? \nMy theory that Dimensional Shards are only useful in large amouts may have some credence, but that\u0027s not the full picture.\nKardashev politics are a thing, and whatever the main objective these invaders have includes keeping Terra in une place. I have seen the type of fire power some of these creatures have, and I could see war escalate to planetary destruction.\nBut instead, they show restraint. This almost feels like what happened during the cold war on Earth. If the weapons can do enough damage, escalation of conflict becomes less desirable.\nI wonder what the Kardashev equivalent of nukes are...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nethengeic_bone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "This is Big!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 141, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:nethengeic_bone" - }, - "TrophyName:8": "Better Wither Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nethengeic_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "142:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "francium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Francium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "francium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "143:10": { - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Gravity makes sense, and I feel pretty good about myself!\nThe knowledge of the way they manipulate space-time to open their portals should allow me to take the fight to their territory!\nWhat I know points inequivocably to an answer, recursion is the key. If I want to know more, I have to go to those that hold it!\n*one man army vibes intensify*", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "War to the Shyre Empire!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 143, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "144:10": { - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Well well well...\nIn some way, the Twilight Horde and the Shyre Empire are similar, like two sides of the same coin.\nThe way the former uses gravity is, in some way more primal, more natural...\nThe way they travel is connected to astral magic in some way.\nThe network of the magical fields gets more and more intricate, and the answer to its origin gets simpler and simpler.", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:twilight_clock" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "War to the Twilight Horde!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 144, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:twilight_clock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "145:10": { - "preRequisites:11": [ - 157 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "With this new understanding of gravity, things like singularities, which I have played with before, should make a lot more sense! Time to study some more!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:singularity_master" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Point, THE Point", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 145, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_star" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_rock" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:singularity_master" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "146:10": { - "preRequisites:11": [ - 144 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Many items have multiple ways to be obtained, but sometimes only one can lead to full automation. JEI is your friend!\nFor example, at this point you should have a passive production of sednanite.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sednanite_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Look and See...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "147:10": { - "preRequisites:11": [ - 144, - 143 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 4!\n\nYou just reached the midgame of the pack! Congratulations!\n\n§fThe Shyre Empire\u0027s ability to travel is strictly tied to the rocky material I\u0027ve found in during my experiments with mythic excavation.\nDifferent realmstones can be bound to key travel regions used as ports for the empire, and this ancient rock frame can restabilize existing connections used by this power.\n\nRight click the power stone using a realmstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:carved_rune_power" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Follow the Traces", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:carved_rune_power" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_rock" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:carved_rune_direction" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:carved_rune_space" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:carved_rune_reality" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:carved_rune_travel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "148:10": { - "preRequisites:11": [ - 143 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "From now on, your attitude should be to automate (passive or autocraft) everything you see!\nA passive supply of Dark Soul Machine Chassis, for example, would be most desirable at this point.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dark_soul_machine_chassis" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "*All-the-Things intensifies!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "149:10": { - "preRequisites:11": [ - 148, - 146, - 147 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_rock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Into the Twilit Skies!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 149, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "150:10": { - "preRequisites:11": [ - 76 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oKyronite will soon become necessary! You should have a tier 2 void ore miner up and running!\n\n§fIt is now evident that the great powers of the universe see me as some sort of threat. The enemies that are stalking me are definitely getting better equipment, so I think it\u0027s time for some upgrades.\nBlood Magic is a tricky art, but the knowledge of a blood master could grant me some of the power I am looking for!\nBeing absolutely and totally mentally scarred from all of this elder gods stuff, I at least know of recursion.\nThe machines I built using material impregnated with mythic energy, the miners, now make more sense.\nThe power of recursion, which keeps me immortal, is a mythic art, and I am slowly starting to understand it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_tome" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I may be losing it...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 150, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_uranium" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:kyronite_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "151:10": { - "preRequisites:11": [ - 150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Some of my previous experiments have allowed me to use now partially-known shyre powers to generate organic matter from weak shyre creatures, but the powers from advanced blood magic should greatly boost my abilities.\nThis form of magic, that I like to call mythic, holds a power of creation similar to alchemy, but it\u0027s more tricky to manage.\nAgain, another link, another interaction, the creation of mythic magic directly interacts with the powers of blood alchemy.\nIf I theory of fields is possible for atomic forces, why not do the same for magic?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier4" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terragenic Mythical Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 151, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shards" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nethersky_amber" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier4" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "152:10": { - "preRequisites:11": [ - 78 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Cuz rockets are cool!\n\nThe divine star was cool and all, but I cannot fully understand it.\nThe shyre empire\u0027s wormhole capabilities seem to be driven by gravity, which, to us humans, is still a great mystery. It emerges at some point from matter, but how? Why?\nI think it\u0027s time to understand more about it...\nAnd to do this, I believe it\u0027s important to discover how Terra\u0027s wacky gravity works by looking at it from a distance.\nIt\u0027s rocket time!\n§7§o\nThanks to Kdog0421 for the meme subtitles!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:rocketbuilder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Searching for answers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 152, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:launchpad" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:structuretower" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "advancedrocketry:nuclearrocketmotor" - }, - "TrophyName:8": "First Rocket!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:rocketbuilder" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:launchpad" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:structuretower" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:advrocketmotor" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:fueltank" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:guidancecomputer" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:seat" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:launchpad" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rocket" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "153:10": { - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:moonturf" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Luna", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 153, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:moonturf_dark" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "botania:floatingspecialflower", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:moonturf" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "154:10": { - "preRequisites:11": [ - 77 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Well...now that I started playing with fission it is only natural that I\u0027d eventually get to fusion, which should be a good, yet expensive, way of generating matter according to my needs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_control_computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hot Fusion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 154, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_coil" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_control_computer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "155:10": { - "preRequisites:11": [ - 154 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier6" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Endergenic Mythical Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 155, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:chocolate_cherry_truffle" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ayeraco_stone" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:plasma_wood" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier6" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "156:10": { - "preRequisites:11": [ - 79 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIn these planets, ores don\u0027t just spawn underground!\n\n§fThis is quite interesting, the thaumic energy held in dragon remains hold some sort of code, coordinates...\n...to a location just outside this solar system, there\u0027s no doubt about it!\nIt is clear that these coordinates are placed intentionally.\nBy travelling there I\u0027ll kill two birds with one stone! I can continue my research on gravity, and I can investigate what\u0027s going on at those coordinates.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secret Coordinates", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 156, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productgem" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "157:10": { - "preRequisites:11": [ - 156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Eureka! I found the missing link! \nNot only gravity can be positive or negative, it can also be imaginary, producing rotations around non-existing objects.\nMetals like the one found on sedna, this cold, strange planet, produce motion that would be otherwise impossible at such distance from a star.\nThis allows the planet to orbit a point located somewhere near Sol, yet this motion would happen anyway even if the star wasn\u0027t there!\nManipulations of this type, at a much, much, much, larger scale are probably what guides the powers of the Twilight Horde, looking at the dungeon of Arcana.\nBut here is a philosophical question, is the warping of space caused by the emergent properties of materials like Sednanite, or are materials like Sednanite brought forth by spatial anomalies, or are both a consequence of somthing else, something more fundamental.\nIf I want answers to this question, I\u0027ll have to come to the great powers of this universe, I suspect.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 54, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power in Metal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 157, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 54, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 54, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "158:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This \u0027recursion prison\u0027 that prevents me from dying, combined with some blood magic, can be very beneficial!\nMany of the creatures involved in this conflict, willingly or unwillingly, seem to be permeated by it. For most it\u0027s a small amount, much less than me.\nRecursion seems to be directly tied to the soul, and thanks to the magic knowledge I now have, I can start using it.\nIt\u0027s nothing big, but I don\u0027t need essence to create living matter anymore!\nThis means of organic replication is much more involved than using the \u0027standard\u0027 essence method developed back on earth (which is what I\u0027ve been using until now).\nThat said, on its upper end, it is much more effective!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "soulshardsrespawn:soul_cage" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul manipulation!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "soulshardsrespawn:soul_cage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "159:10": { - "preRequisites:11": [ - 162 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§fWhith a good heat exchanging loop, the caloric power of this super combustion juice can be used to make large quantities of steam, in case I may need lots of it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Magic Fueling", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 159, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:ingotcyanite" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "160:10": { - "preRequisites:11": [ - 163 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Compact power flowers?! Yes please!\nSimilarly to the various tiers of EMC matter, there seem to be multiple tiers of these, and they appear to be tied to mythic powers...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:power_flower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "My new favorite bonsai", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 160, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:power_flower" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:power_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "161:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a diamond chisel to transition between blueprints!\n\nThe following blueprints are craftable, and can be turned into all others. Crafting any blueprint will complete this quest!\n\nSteel Thermal Mixer for most machines!\n\nTier 1 mythic miner for all mythic miners!\n\nNeutronium Cannon for chapter 6 multiblocks!\n\nRelativistic Collapser for chapter 9 multiblocks!\n\nMythic Processor Alloy Furnace for all mythic processors!\n\nArcane Autoworkbench for all magic multiblocks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-fabrication:ic_blueprint" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Modular Machinery Info", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier4" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "162:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYour first multiblock! Maybe!\n\n§fBeing able to bring in a steady supply of energy will be pivotal for my progress in understanding the powers I am against, and to provide a steady supply of materials, especially when automating magic processes takes up so much energy.\nInfusing fuel with magic can make it much more caloric! Sure, being hable to handle it requires some exotic materials, but it\u0027s going to be worth it, at least for now.\nI will likely have to start processing fissile fuels in the future, but I will cross that bridge when I get there!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_engine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic Fuels", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 162, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "advancedrocketry:productingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_engine" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:titanium_iridium_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "163:10": { - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDo this ASAP\n\n§fMore Mythic minerals, more Shyre matter!\nThis mythic magic, while it is still mostly unknown to me, definitely has rules.\nFirst, energy; it requires lots and lots of energy.\nSecond, power is directly tied to energy expenditure; the more energy is given, the higher the nature of what is produced.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier2" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Mythical Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 163, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:purple_blaze" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bloodgem_block" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_block" - }, - "2:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:emberstone_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier2" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "164:10": { - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDo it ASAP\n\n§fMinerals aren\u0027t the only things that hold shyre power, it seems.\nI can sense that the ability to generate tools and weapons able to match shyre \u0027tech\u0027 is the key to defeating such powerful foes.\nIf more energy indeed means more power, I should start worrying about my power throughput soon!\nMore experimentation! More building!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier3" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "End Mythical Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 164, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:watching_eye" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:purple_steel" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_minibricks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier3" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "165:10": { - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The power of Deep Blue matter allows for the use of alchemical items without the need of a user (I.E. me).\nOf course, this is pretty handy!\nThis points to the fact that even alchemy, which appeared to be directly bound to my person, originates from a field that exists in space, otherwise such a device could never work.\nThis makes me think, it probably means that all magic is encoded in space. Not just the fields that I have discovered so far, like aura or starlight. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:dm_pedestal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Living Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 165, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:dm_pedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "166:10": { - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Knowing that entropy in the universe is always increasing, I can use magic and some science to speed up this process in an area round a special torch.\nThis is similar in nature to the bottle I have built using the alchemical properties of Red Matter. Unlike Time in a Bottle, though, this torch does not require the colelction of entropy to function, it seems to be provided directly by the stars.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_torch_lvl1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entropy Acceleration", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 166, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_torch_lvl1" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_torch_lvl1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "167:10": { - "preRequisites:11": [ - 150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo make easier fission casings!\n\n§fJust whenever I thought things were starting to make sense, here is something I do not understand at all!\nWhat is going on with magic? My infinite rebirth, my recursion, can also be used to make radioactive compounds, ones that should be impossible to stabilize.\nAnd it all comes back to meatballs, this is just silly.\nA truth that disagrees with current understanding is a sign, though, a sign that it may be time to start looking at a bigger picture.\nString theory, the scientific studies that started all of this, were born out of a desire to unify, to connect things. So far I have treated the branches of magic as independent, and deemed their interactions as the exception. But what if these interactions instead point towards a unity.\nThis recursion, the power I was given without choice, is tied to atomic stability. The field of aura that generates water is a life source for botanical magic. The craziness of the abyssal realms permeates the Crimson Cult. The links are everywhere, a unified theory must exist.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Don\u0027t think about it too much...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 167, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatballium_322" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "168:10": { - "preRequisites:11": [ - 170 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This was unexpected!\nSeems like mythic powers have some connection to alchemy.\nInterfacing with my own EMC pool should get easier...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:personal_link" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic \u003d Alchemy?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 168, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:personal_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "169:10": { - "preRequisites:11": [ - 168 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Condensers are nice, but they take up a lot of space...\nThese are definitely better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:refined_link" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemication Automation!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 169, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "170:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDo this ASAP, you\u0027ll thank me later... - NOTE: this will consume power even if it\u0027s not enough! OTHER NOTE: you need a total of 31 output slots!\n\n§fCombining litherite with some of the \u0027mythically charged\u0027 minerals, I was able do build a machine able to generate matter from Shyre creatures.\nAnd apparently, a few extra goodies...\nMythic powers are tricky, they seem to permeate many of the creatures from the Twilight Horde and from the Shyre Empire, yet they also appear naturally.\nWonder if they are maybe used to \u0027create\u0027 beings the same way I create stuff in my Mythical Void Resource Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier1" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terra Mythical Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 170, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:limonite_block" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosite_block" - }, - "2:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_block" - }, - "3:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier1" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "171:10": { - "preRequisites:11": [ - 169 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More slots! Less blocks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:compressed_refined_link" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compact Condensation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 171, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projectex:matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:compressed_refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "172:10": { - "preRequisites:11": [ - 71 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oJust in case you haven\u0027t noticed, this has a special use with blaze...\n\nMore info in §cBook of Creation§7§o!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Dragon Heart", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 172, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "173:10": { - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are many ways to make large amounts of steam. Dynamos with the Boiler Augment, the Advanced Compression Engine, Extreme Reactors, and Railcraft boilers!\n\n§fUsing the remnants of yellorite fission, I was able to fabricate casing to effectively contain steam. This housing is perfect for making turbines!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinecontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Less Basic Fission", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 173, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:blockludicrite" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinecontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:good_extreme_turbine" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "174:10": { - "preRequisites:11": [ - 74 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Have I finally found allies? Well, sort of...\nBefore coming to Terra, the Shyre Empire appears to have taken over \u0027buffer worlds\u0027 to prevent retaliation from damaging their territories.\nA group of testificates was indeed able to fight back, and travelled through one of the wormholes left over by corallus.\nThese testificates, though, appear to have seen too much...\nThe world of Taerrapiatta is the original home of the pumpkin people, and is now home to others that have witnessed the might of the shyre empire. Just seeing what thay can do has scarred them for life...\nWell, I\u0027m already scarred for life, sooo...\nAnd, as an extra plus, those PTSD testificates, wanting to help the effort against the great powers of the universe, have started breeding bees that, they say, will be helpful later...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:taerrapiatta_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experiment #1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 174, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pan_di_stelle" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:taerrapiatta_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "175:10": { - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Radiation bad, lets not make it!\nGoing forward, I forsee myself doing lots and lots of radioactive reactions, I better start building some preemptive infrastructure.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:radiation_scrubber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "F*ck radiation!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 175, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:radiation_scrubber" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:radiation_scrubber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "176:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Automate Divinerpg and Advent of Ascension ores! (not the only way...)\n\nThe ability of Terra chickens to resonate with various types of matter is quite remarkable, but in terms of uses, it\u0027s pretty underwhelming.\nThanks to a bit of astral magic, though, I can make my own modified chickens!\nWas really getting tired of searching for ascended sapphire!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:resplendent_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chickens aren\u0027t great... Let\u0027s fix them!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 176, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:shadow_bar" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:resplendent_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "177:10": { - "preRequisites:11": [ - 174 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This is good news! Some of the testificated dared to explore more! \nThe coordinates for this wormhole will bring me to a second buffer world.\nThis world appears to be the place where the testificates learned of astral sorcery. Long ago, the now extinct people of Diamerisma travelled to Terra through gateways, and revealed their secrets to those that ended up becoming the cultist of the Aether sky islands. Interestingly enough, those same power that got the cult banned is now freely used on Terra to protect the remaining villagers using iron golems.\nAfter their more recnt retaliation, the forces of Terra ended up being defeated in Diamerisma, but they were able to get their hands on useful intelligence, the nature of this \u0027recursion\u0027 I have been hearing about.\nThis power allows for masters of this art to be essentially deities, having the ability to exist in multiple places at once, and to escape death.\nI do wonder if I will ever be able to escape my own Recursion prison and be able to unlock such powers...\n\n§7§oThanks to lulu for the Iron Golem lore!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:diamerisma_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experiment #2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 177, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fortune_cookie" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:diamerisma_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "178:10": { - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The willingness of bees to bind to various natural elements and forces is incredible. While I definitely would not call individual bees intelligent, as a collective they are capable of complex decision-making, and it seems like they like me!\nWell, maybe they like everyone, but I am sure happy that they came up with useful ways to produce radioactive compounds just for me.\nThanks bees!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:radiating_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiating Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 178, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:ore" - }, - "1:10": { - "Count:3": 64, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "nuclearcraft:ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:radiating_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "179:10": { - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Nesting pens are cool and all, but they are kinda slow...\nErebus materials make for very good (lag friendly) coops!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Life REALLY finds a way!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 179, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 26, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:planks_petrified_wood" - }, - "1:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:fence_eucalyptus" - }, - "2:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:amber_bricks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "180:10": { - "preRequisites:11": [ - 177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Furatto, it seems, was the last succesfull battle of the testificates. While most of their forces were gone, some testificate wizards went on, and entered the third buffer world of the shyre empire.\nThe remainder of these forces are still present, and have fortified small pockets of safety in an otherwise chaotic world.\nThese testificates have been cut off from a permanent connection to Terra, so they had to adapt an live in Furatto. \nAn order of wizards appears to be their leaders, but when I asked if I could meet them, I was denied. Maybe I\u0027m not worthy enough?\nThe next wormhole, the next buffer world, I was warned, is where only few dared to adventure, and where the retaliation war from Terra became nothing more than a few rebel wizards trying to accomplish the impossible.\nNote for the future, no more wormhole portals until I\u0027m more powerful, I guess I\u0027ll have time to practice...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furatto_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experiment #3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 180, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:friendly_frittata" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furatto_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "181:10": { - "preRequisites:11": [ - 180 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Well, First time seeing the extent of the effects of this \u0027recursion\u0027...\nIf whatever process that leads to recursion is not done correctly, the result is an extremely mighty \u0027berserk\u0027...\nAnd when the stakes are high, this can be used as a weapon...\nIn a ditch attempt to reclaim the territories of Furatto, the leaders of the now local testificate group unleashed the ender chicken. This drove the bulk of shyre forces away, but also made the planet nearly unlivable.\nTerra Chickens, thanks to the influence of dimensional shards, are able to \u0027absorb\u0027 matter.\nThis is similar to my attitude towards alchemy, which I am starting to believe to be a human-only trait. Within me, I can store matter as EMC.\nChickens are similar, but they \u0027become what they absorb\u0027.\nAre there dimensional shards on earth? At home? That would explain why I can do such things...\nOr maybe I\u0027m overthinking it...\nRegardless, I guess now I know why the conflict between the Twilight Horde and Shyre Empire hasn\u0027t escalated. Nobody wants to cause a chicken-level threat, or something even more destructive.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_feather" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Feather", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 181, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ender_feather" - }, - "TrophyName:8": "Ender Chicken Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_feather" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "182:10": { - "preRequisites:11": [ - 77 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "If makinm matter that\u0027s infused with mythic magic requires lots of energy, it would make sense that I can make lots of energy from mythic matter. Right?\nI\u0027ll start with recycling the residies of mythic matter that my miners produce, that way I\u0027ll recover some of the lost energy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Token Totem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 182, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_gem" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:master_rune_box" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "183:10": { - "preRequisites:11": [ - 182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The second law of thermodynamics is an unbreakable rule of the \u0027normal\u0027 forces of nature humanity has studied so far, but it seems to apply much more loosely to magical principles.\nWho knows, if it is possible to loop diamonds and fire from the heart of a dragon, maybe the energy/matter cycle of mythic powers can be exploited for a net positive. Maybe...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tier1_token" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 1 Excavation Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 183, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tier1_token" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tier1_token" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "184:10": { - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Satellites are quite neat.\nI have the ability to bring forth natural resources from bees and plants, so sending objects in space doesn\u0027t feel as appealing, but who knows, maybe there\u0027s something out there I haven\u0027t seen yet.\nAfter all, everything is in space.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:satellitebuilder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Space Garbage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 184, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dense_gravitite_ore" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "advancedrocketry:satellite" - }, - "TrophyName:8": "Making Space Garbage 101", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:satellitebuilder" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "advancedrocketry:loader" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:satelliteidchip" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:satellitecontrolcenter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "185:10": { - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Rockets are cool and all, but for some more stable space experiments I feel like a space station would be more feasible.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:stationbuilder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Space Station Assembler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 185, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:planetholoselector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "advancedrocketry:warpcore" - }, - "TrophyName:8": "Warp Speed!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:stationbuilder" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacestationchip" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "advancedrocketry:loader" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:space_station" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "186:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "In the great vastness of the universe, everything that is possible will happen. And I guess it is possible to have two planets with the same planetary genesis. \nEuropa in the solar system is an earth-sized moon of a gas giant, Jupiter, that has formed into a fully-frozed land containing large amounts of water in its soil and atmosphere.\nEuropa in the sol systems is an earth-sized moon of a gas giant, Jupiter, that has formed into a fully-frozed land containing large amounts of water in its soil and atmosphere. Makes sense, I guess.\nEuropa\u0027s dense water atmosphere makes this world mostly uninhabited, with the exception of bees. Bees are everywhere, and they really don\u0027t care about how inhospitable this planet is.\nThe bee population here is quite widespread, but they seem to be much more reserved than the ones I have encountered elsewhere. They seem to be hiding something. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Land of Frozen Air", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 186, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "187:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The terra system is truly a wonderful world!\nThanks to the incredible powers provided by the resources here, civilizations evolved with incredible abilities!\nHator is the home planet of the Realmshifters, beings able to bend and warp all dimensions of space as if it was nothing...\nWhen the Shyre Empire and Twilight Horde came, the Realmshifters used their powers to infiltrate their worlds. Unfortunately, their knowledge and affinity to alchemy was not enough, and they could achieve very little on the military front...\nSo they came to the bees for help, who shared some of their knowledge on genetic manipulation.\nBut nothing comes for free. Some brave realmshifters decided to forsake their intelligence at the cost of strength, and were turned into large cyclopses. Using their space-bending abilities, they now wander the universe fighting invaders, but their mindlessness causes them to act erratically.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Realmshifters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 187, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "188:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ptah is a great place! Nothing else to say! Not true, I will say more!\nAs every other land I have visited so far, it has bees, lots of bees! And these ones are light wizards! \nTheir powers have turned a dark, mostly dead place, into a radiant world, full of beacons, which are used to produce powerful potions and foods.\nWhile the niceness of bees everywhere is undeniable, their activities don\u0027t always reflect that. This group seems to be ready for some sort of war, or at least military action. But against who?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 188, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "189:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "While bee civilization seems to have some level of universal unity, and they really seem to be everywhere, they appear to have differing cultures based on the people they meet.\nThe bees of Orcus are strange, and quite creepy. Their territories are covered in blood, and they seem to be part of an actual cult of blood magic. \nFrom my past interactions with powerful blood masters, they always end up being some sort of mangled mass of flesh. I won\u0027t lie, I am not looking forward to facing more eldritch balls of flesh and blood.\nAnyhow, despite being a clearly violent blood cult, the bees I have met on Orcus were unusually nice, as if to them there was no contradiction between taking innocent animals from other worlds, kidnapping them, and sacrificing them, while at the same time helping me out, and even saying please and thank you.\nBee ethics sure are weird, I\u0027ll have to look more into this.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloody Mountains", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 189, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "190:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I was about to say, in a universe so full of weird magic, mighty powers, and great wars, I really haven\u0027t seen that many guns.\nAnd, of course, the first society of gun lovers I meet are the Bees of Falacer! I gotta say, I think I\u0027ll still take a magic wand over a gatling gun, but it\u0027s good to know that there are people (err, bees) that appreciate a good firearm.\nWell, appreciation is an understatement, they turned a whole planet into a gun market, and they really seem to be loving it. \nBees are amazing, I gotta say! They seem to be running this solar system, and yet they still manage to be friendly, and just straight up nice. I wonder what their relationship with the invaders of Terra may be. The bees I have met have been very friendly, but not necessarily prodigal of information. It would be good to know where they stand in this conflict.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warmonger Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 190, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "191:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This is not what I expected! At all!\nWhy are the bees friendly with the Meatball Man? Why do they share a society of undead nuclear scientists?\nI guess I shouldn\u0027t be surprised, the Meatball Man is powerful, so it would make sense that he would have control over some planets at least. But why work with the bees? And why collaborate with them to make nukes? \nOi is not a friendly place, but I think it will be a good idea to spend some time here. The meatball man has some interest in me, so I better try to gather intel on him.\nThe undead society of Oi is quite interesting too. Sunlight seems to be a general weakness to most of the undead, and their world is built around it. Roofs are readily available in an otherwise barren landscape, and they even use dark ineffable glass!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Meatball Wasteland", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 191, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "192:10": { - "preRequisites:11": [ - 185 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrops are custom! This is a great source for ores that are otherwise unobtainable, like Dilithium!\n\n§fThis laser is useful, it should provide a lot of very good minerals!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacelaser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Big laser, much rupee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacelaser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "193:10": { - "preRequisites:11": [ - 185 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:warpmonitor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Such Speed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:warpmonitor" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:warpcore" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:space_station" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "194:10": { - "preRequisites:11": [ - 185 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Space elevators...\nAre they better than magic travel? Nope!\nAre they cooler? Yup!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spaceelevatorcontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Up \u0026 Down", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 194, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lovely_latke" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spaceelevatorcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "195:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomate essences ASAP!\n\n§fThe world of hator holds an interesting secret. A weird pyrite metal, infused with alchemical magic, that is capable of transmuting stone into complex metal alloys.\nMy alchemy wasn\u0027t able to do that, so I better take advantage of this new tool!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery Pyrite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 195, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "196:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Osiris, is hot, very very hot... but that\u0027s not necessarily a downside, according to the bees that live there.\nThe scorching atmosphere of this planet has been turned into a massive industrial metal-smelting facility, used to produce, armor? For who?\nWhy are there millions of bees forging armor? And since we are asking questions, why are bees, which are evidently quite powerful and well-organized, engaging in all these sorts of activities to begin with? Why don\u0027t they have a unified front? Why are the bees on each planet not working together?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Forge World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 196, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "197:10": { - "preRequisites:11": [ - 198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Wow, literally nobody living on Terra is actually from Terra.\nDimensional shards are desired by everything that becomes aware of them, it seems...\nAnd apparently, bugs with mastery of witchery used it to create wormholes and fight for a piece of the pie.\nAnd now I think I know how they did it, and I may be able to travel back to their world...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:gaean_keystone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arthropods are here too!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:web" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:gaean_keystone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:portal_activator" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:altar_offering" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "198:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the start of Bewitchment, see more in §cMagical Mastery§7§o.\n\n§fSome testificates, I found, also practice magic. Their religion seems to be based around some sort of demonic pantheon, and by using herbs and minerals, the powers of these beings is brought into this world.\nTime for me to start experimenting with Witchery.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:scorned_brick_witches_altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sons of Witches", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:pentacle" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "bewitchmentAltar", - "id:8": "bewitchment:stone_witches_altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "199:10": { - "preRequisites:11": [ - 207 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can use the scanner modules in the rewards to locate the dungeons more easily.\n§f\nAstral magic is so cool, yet, many of its users do not share my intents for liberation...\nA group of testificates, long ago, has taken over some sky islands within Terra\u0027s atmosphere to experiment with artificial life.\nBecause of their crimes, Testificate history has decided to forget about them...\nUnfortunately, the product of their work is still very much alive and dangerous.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:skyroot_bucket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warriors of the lower sky!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 199, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aether_legacy:locked_dungeon_block", - "meta:3": 4 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aether_legacy:dungeon_block", - "meta:3": 2 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aether_legacy:dungeon_block", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:skyroot_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "200:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the start of Thaumcraft, see more in §cMagical Mastery§7§o.\n\n§fJust like magnetism and gravity, the laws of nature allow for the existence of other \u0027fields\u0027, and some of them, vis and flux, hold magical properties.\nMany of the beings I have met on Terra seem to be able to use either of the two. I\u0027ve yet to fully figure out the nature of these fields, but they can be used for a variety of purposes, both constructive and destructive.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:arcane_workbench" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good or Evil?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 200, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crystal_ordo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crystal_perditio" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crystal_terra" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crystal_aer" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crystal_aqua" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crystal_ignis" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "201:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the start of Blood Magic, see more in §cMagical Mastery§7§o.\n\n§fSooooo, blood can be used for magic, who would have thought?!\nBy performing blood sacrifices, I can infuse objects with a little bit of my life essence.\nBy exploring this \u0027science\u0027 further, I believe I will find some more information about my strange inability to die...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power through Sacrifice", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nice_clean_salad" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skip_day" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "202:10": { - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "As I am becoming more well-versed in thaumaturgy, things are starting to make more sense...\nWell, they make less sense, but I can \u0027feel\u0027 more...\nAnd I now feel like crabs are part of something bigger...\nThey are not from this world, well, not originally, they come from somewhere else, many generations ago, and they eventually evolved here on Terra to adapt to the current environment.\nThe crimson cult, the unfriendly order of thaumaturgists that I have encountered, are also not natives of Terra. Indeed, they are capable of opening wormholes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_lens" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eternal Dusk", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 202, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:raven_feather" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:torchberries" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_lens" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "203:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It is weird, but after encountering ice wizardry, I became aware of a calling from the cold...\nSomeone has used this type of magic to open a wormhole, and I want to know who it is!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:snow_globe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "To the Icy Realm!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 203, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:snow_cones" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:snow_globe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "204:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7§oAround the overworld, you can find wizards towers. There you can find friendly wizards willing to trade wands and other goodies, as well as arcane workbenches to add spells and upgrade your wands!\n\nMore info in §cMagical Mastery.\n\n§fSome of the creatures I\u0027ve slayed seemed to be holding books that appear to have magical properties.\nBy building a table to analyze them, I stumbled into the art of Wizardry, a spellcasting technique based on knowledge. It seems like I can discover new aspects of this art by trial and error.\nTry to cast spells until they make sense?! What could go wrong?\nAround Terra, some testificates also appear to hold knowledge of this art. Some of them use it to help, others to destroy...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_workbench" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Playing with Wizardry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 204, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "205:10": { - "preRequisites:11": [ - 201 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I\u0027m not the first one to discover fluix, and it seems like its power was used to hit even more profound depths within Terra.\nBy using fluix as a catalyst, I can reopen the portal that was opened by the one that came before me...\nAnd it brought up an interesting aspect of Testificate society. As a whole, they seem to be fairly ok with the concept of \u0027cancelling history\u0027 with regards to discoveries and technologies that may have caused conflict in the past. \nThis willingness to conveniently forget about uncomfortable history felt quite dangerous, until I discovered more about Testificate secret societies. \nInstead of leaving the knowledge of potentially dangerous discoveries open to the public, the Testificate way is to incorporate those that make these discoveries into specific \u0027secret\u0027 groups in charge of studying said discoveries, and to find responsible applications for them before releasing them to the public. I am still a bit uncomfortable about this way of dealing with science, but I appreciate how Testificate society found a way to deal with dangerous tech that\u0027s not giving nukes to power-hungry governments.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:teleporter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Even Deeper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 205, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extrautils2:compressedcobblestone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:teleporter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "206:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the start of Abyssalcraft, see more in §cMagical Mastery§7§o.\n\n§fA lead! After I got close to this dark monster, the same feeling I experienced whenever I was about to die came over me, and a strange, deep voice started resonating in my mind.\nThe words were unclear, yet one of them lingered in my memory. Just one word, Necronomicon!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Definitely a bad idea...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 206, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 10, - "Damage:2": 14010, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "207:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the start of Astral Sorcery, see more in §cMagical Mastery§7§o.\n\n§fStars hold power, and a lot of it!\nThis is crazy, but the fusion reactions happening inside the core of stars not only produce light and heat, but another type of energy as well.\nThis \u0027astral power\u0027 can travel through higher dimensions. Through these pathways, stars are connected to each other forming \u0027real\u0027 constellations.\nSome of these constellations hold particular properties, and I\u0027ll do my best to take advantage of them.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sorcerers of the Skies", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 207, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcustomore" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "CB Fan Club", - "pages:9": { - "0:8": "{\"text\":\"Classic Bars is a mod that edits the way things like health points, hunger, and armor are displayed.\\n\\nLater on, some of these numbers get quite big, so it could be useful.\"}", - "1:8": "{\"text\":\"The mod is not in the pack by default as it does not look the best, but it can be convenient.\"}" - }, - "title:8": "Too Many Hearts" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "208:10": { - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§7§oThe altar is crafted, not found!\n\nThe betweenlands dimension is quite laggy, so you can use the spatial diviner callstones to summon the necessary worldgen in the overworld. Each quest in this chain will have an optional objective to make the appropriate callstone to craft.\n\n§fThis is freaky... I don\u0027t like it at all...\nAs I started reading the pages of the necronomicon, I became aware of something...\nMy destiny may be predetermined, and someone is responsible for it.\n(No not Sainagh the pack author)\nThere is an order of druids that worships those that have written the book of the dead, and they, for some reason, have chosen me for a task I cannot avoid...\nNow that I have read the pages I know this, and I know where they come from. Those bastards will pay!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:druid_altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The druids are here!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 208, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:manual_hl" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:druid_altar" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "thebetweenlands:dark_druid" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_0" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "209:10": { - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the start of Botania, see more in §cMagical Mastery§7§o.\n\n§fFlowers are awesome! And, of course, they can be used for magic!\nMana, the same \u0027thing\u0027 I found in the nether region of Terra, can also be produced and used by plants, this can definitely be used for my purposes!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Natural Energy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 209, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_evertide_amulet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "210:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I do not understand why, but after becoming aware of botanical magic, things make more sense...\nI can feel new things, including traces, traces left by some of the creatures roaming Terra, they came here through wormholes, just like me...\nBut now I can sense the \u0027scars\u0027 into spacetime they left while travelling here...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcana_portal_frame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Infinite Fortress", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 210, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pan_di_stelle" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcana_portal_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "211:10": { - "preRequisites:11": [ - 197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:antlion_egg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Antlion Temple Hunters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 211, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "erebus:antlion_egg" - }, - "TrophyName:8": "Antlion Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:antlion_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:antlion_callstone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "212:10": { - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:whispering_infusion_fountain" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Whispering Fountain", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:whispering_infusion_fountain" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "213:10": { - "preRequisites:11": [ - 199 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLook for 3x3 holes on the side of the aether islands. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fEncountering other astral magic users has revealed some interesting things. The magic I am able to unleash is not so different from electromagnetism. Just like the magnetized needle on a compass is capable of sensing this field, for some reason I can sense the \u0027field of magic\u0027. \nWhen I started this journey, I was just a magnetized needle, but my own field is getting stronger, I can sense it.\nI should be careful, though, the cube I encountered in the sky islands was full of astral powers, so much that it eventually rebelled against its creators. I see why the testificate astral mages were banished to the sky islands, life, even when created artificially, should not be controlled.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:dungeon_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Brick Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 213, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "aether_legacy:dungeon_block" - }, - "TrophyName:8": "Bronze Dungeon Explorer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:dungeon_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "214:10": { - "preRequisites:11": [ - 724 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Having access to a universe-spanning civilization sure has its perks. At some point in their history, the bees had worked with the Arbiter, the guardian deity of Terra, on a magic tree, capable of partially harnessing the power of infinite energy.\nThe catalyst to activate it? A chicken!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:innerved_sky_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Tree of Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 214, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:innerved_sky_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:innerved_sky_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "215:10": { - "preRequisites:11": [ - 92 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWoot mobfarms work by repeating the same loot of the first 100 kills of a given mob.\n\nBecause of this, if a mob has rare loot, it is possible that what you are looking for will not show up.\n\nIf that happens you can use this item to reset ALL Woot pools.\n\nSince this does it for every woot farm, it may cause lag if you have lots of Woot farms currently running.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:xpshard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Where\u0027s my Loot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 215, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:woot_flusher" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "216:10": { - "preRequisites:11": [ - 202 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMake this to find locations in the twilight forest.\nThe normal progression gating in the dimension is disabled, but the quests will have a thematic order.\n\n§fThe Twilight Forest, a tidally locked planet in a far (far) away system. This is where Terra crabs are from. Oh and the crimson cult too, well, I think? They are a mysterious bunch, and they aren\u0027t too keen on sharing details.\nAnyhow, the nature of this planet is very peculiar. Being tidally locked, like the moon of earth, part of the planet is always illuminated, and part of it is always in darkness. Worlds like this one have been observed extensively by many space telescopes, but it feels unreal to be actually here. Do I miss my family, my friends back on Earth? Absolutely, but I guess I am happy I got to see this place, so different, so beautiful, and a part of me is glad I got to experience this, even if it meant losing my loved ones.\nWhile the bright and dark of the planet are likely too hot and too cold to be survivable, there exist areas of eternal twilight, neither day nor night, where the climate is favorable, and where life can flourish.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:magic_map_empty" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic Map", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 216, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:magic_map_empty" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "217:10": { - "preRequisites:11": [ - 203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7Found in dungeons in the underground of iceika!\n\n§fNot only somebody was able to use wizardry to open wormholes, but this \u0027master of frost\u0027 seemingly subjugated an entire planet to their power, turning it into a desolate icy land.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:snowflake" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Snowy Powers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 217, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:snowflake" - }, - "TrophyName:8": "Archer Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:snowflake" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "218:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tree of Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "219:10": { - "preRequisites:11": [ - 205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the pyramid in the deep dark.\n\n§fA couple of these Testificate secret research organizations seem to be based in the deep dark undergroud caves of Terra. And wow, one of them deals with Dimensional Shards! Finally a clue about what they do!\nIn small quantities, much smaller than what I initially expected, they can be used to embed intelligence into inhanimate matter. Intellingence, not consciousness, but this is quite incredible! No need for neural networks, or even computers! Creating robots with minimal effort! WOW!\nAt some point in the past, a Testificate scholar came up with a way to create an automaton capable of refining Shards into ingots, which are in turn used to build the golems that guard all the towers found all around Terra. These golems can create more ingots, which are used to make more golems, leading to a divergent recursive loop, all under the control of this Testificate group.\nThis appears to be one of the main ways of Testificate warfare, where golems are allowed to spread into enemy territories very quickly. The downsides, the golems themselves are not particularly strong or apt fighters, they are fairly easy to defeat, and they are not easily programmed to recognize froend from foe.\nAnd I am sure that this is not the sole application of Dimensional Shards, if small amounts can do this, what about the massive quantities the invaders of Terra are trying to secure?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dimensional_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimensional Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 219, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dimensional_ingot" - }, - "TrophyName:8": "Dimensional Golem Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dimensional_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "220:10": { - "preRequisites:11": [ - 333 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "While the being behind the corruption of the Abyss appears to be somewhat intangible, something like Ashora or the elusive Oblivionaire in the Abyssal Wastelands, it has a form that is perceivable in the three-dimensional world I inhabit.\nThis form is of large flesh tendrils originating from somewhere inside the world. Its minions inhabit these tendrils, and they hold some secrets I was able to discover.\nThis flesh is in itself recursive, which is strange. I am recursive, but every time I return my remains are not, and neither are the remains of any of the enemies I have slain so far. Remains like the divine shards have properties that are useful for magic, but they are not themselves magic. The flesh of this being, though, is in itself an agent of magic, capable of controlling the world around it, as if it had a will, even when hacked off.\nThis can be used, I think, for some weapon-making.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_flesh" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Tendrils", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 220, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:abyssal_flesh" - }, - "TrophyName:8": "Abyssal Disinfectant", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_flesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "221:10": { - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:energy_egg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Egg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 221, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:energy_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "222:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe sapling dropped by the large mask can be used to make fruits in a phytogenic insolator.\n\n§fThere are many outsiders that seem to be interested in dominion over Terra. These dark druids are very particular, very strange...\nThe evil masters of the book of the dead have agreed to some sort of pact, and allowed the druids to bind their world to terra.\nI\u0027m not really sure how something like this may be possible, but this connection is not a simple wormhole. \nBy being able to connect and reshape the dimensions of space, the swamp world the druids inhabit is now \u0027in between\u0027 the space we live in.\nHow do I know this? I don\u0027t know, but the tree for some reason seemed to recognize me...\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:sapling_spirit_tree" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Evil Trees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 222, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:sapling_spirit_tree" - }, - "TrophyName:8": "Spirit Tree Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:sapling_spirit_tree" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_1" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "223:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:elemental_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elemental Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:elemental_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "224:10": { - "preRequisites:11": [ - 210 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can use the wizards book on the parasecta and dramix altar to summon the two bosses.\n\n§fThe twilight horde must pay for this! \nThis place has rulers, time to get rid of them! I have serious doubts I can do anything to address the vastness of this place, or even change how thing are here, but hopefully breaking the chain of command can bring some relief to the enslaved beings of this world.\nHopefully the Twilight Horde will bring their wrath on me instead of them. I am starting to doubt my capabilities, though. Fighting big insects? That I can do. Destroying an infinite fortress sitting somewhere in a space-time anomaly? No idea how to deal with that!\nIt is evident I will have to come up with better tools for both understanding and using the forces of this universe. It is clear I need to know more!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:dungeon_tokens" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Twilight Horde must pay!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 224, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dramix_skin" - }, - "TrophyName:8": "Dramix Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:parasecta_wing" - }, - "TrophyName:8": "Parasecta Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:dungeon_tokens" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:parasecta_wing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dramix_skin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "225:10": { - "preRequisites:11": [ - 197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in a giant tree in the ulterior outback.\n\n§fWhile bugs on Terra seem to be fairly friendly to each other, things on the other side of the wormhole, in Erebus, are a bit more complex.\nArthropods are not universally peaceful towards each other, but the threat of a possible bigger harm, in the form of a giant tarantula witch, was enough to force an unwanted peace.\nMultiple factions still engage in skirmishes, but the threat of the Brood Mother seems enough to allow for a united front with regards to the invasion of Terra.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:tarantula_egg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Queen of Spiders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 225, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "erebus:tarantula_egg" - }, - "TrophyName:8": "Tarantula Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:tarantula_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tarantula_callstone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "226:10": { - "preRequisites:11": [ - 198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the unfathomatoble breaker to open the unfathomatoble gate in the deep dark.\n\n§fIt is no mystery that there are periods of testificate history they themselves regret, but I may have stumbled into something that was traight up erased from their annals.\nThe core of the bewitched arts revolves around demonology, and pacts, and yet, this specific pact was forgotten, or hidden.\nThe testificates, from what I have seen, have always been aware of the existence of Dimensional Shards, and yet none of them appeared to want to use their powers.\nAt some point in their history, though, long before the invasions, someone on Terra tried to get access to the power of Shards, and they brought forth a demon to obtain the knowledge to use them.\nThe riddles of the beast were unclear, but a name was clearly spoken. The Arbiter.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_manastone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonic Manastone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 226, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:demonic_manastone" - }, - "TrophyName:8": "Demon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_manastone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "227:10": { - "preRequisites:11": [ - 199 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLarge gold-colred tamples floating on clouds. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fI was not expecting this! Out of the many creations that the banished testificates of the past left, there are organic beings.\nFrom what I was able to collect, the banished society (if we can call it that) that formed on the aether islands was dominated by male testificates, who believed that they had greater mastery over magic than the females. \nIn an act of rebellion, a group of powerful female sorcerers decided to unleash their destructive powers. Something, though, went wrong. The power they had unleashed was too much for them, and consumed them. \nThey gained a type of immortality similar to mine, but completely lost their own will, turning into bloodthirsty warriors that only seek more enemies. \nIt seems like the power of each individual has a certain limit that should not be crossed. \nIs this limit chosen by nature? Or can it be pushed further?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "aether_legacy:dungeon_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corrupt Greatness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 227, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 2, - "id:8": "aether_legacy:dungeon_block" - }, - "TrophyName:8": "Silver Dungeon Explorer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "aether_legacy:dungeon_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "228:10": { - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDropped by crimson portals, or by the bosses spawned by the pedestals found in the world.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:primordial_pearl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Primordial Powers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 228, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thaumcraft:primordial_pearl" - }, - "TrophyName:8": "Meeting the Crimson Cult", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:primordial_pearl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "229:10": { - "preRequisites:11": [ - 201 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the vengeance and retaliation keys on top of the nether.\n\n§fThe testificates, all things considered, are a very \u0027reasonable\u0027 people. Considering the amount of incredible powers this people has encountered, it is interesting to see how they dealt with the threats of mass destruction. No testificate equivalent of nukes, despite having more than enough means to create even more destructive things.\nWhatever the main cultural values of testificate civilization may be, something instilled the idea that power corrupts, and it is evident while listening to any testificate narrate their history. Even more remarkable, is the lack of any apparent government in testificate society.\nI still think that something is being hidden from me, probably some story where the testificates indeed sought power, but I do appreciate their commitment to only use power when absolutely necessary.\nOne of these sources of power, apparently left there for emergencies, was hidden in the nether caves, and should come in handy for some more powerful blood magic.\nWhat confuses me is why not use these powers against the invaders of Terra? ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystal Clusters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 229, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "TrophyName:8": "Crystal Conqueror", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vengeful_crystal_cluster" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:destructive_crystal_cluster" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:steadfast_crystal_cluster" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrosive_crystal_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "230:10": { - "preRequisites:11": [ - 216 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the stone edge mazes.\n\n§fWhile this world, like many others, is linked to Terra through wormholes, it is different than the rest. The crimson cult uses those portals to travel back and forth between the planets, but the general population of the Twilight Forest seems uninterested in the outside conflict. Well, with the exception of crabs...\nInstead, they are going through their own conflict. The land is covered in ruins, hinting at an ancient might, and powerful creatures control specific regions of the world. These creatures hold magic powers of what I call the mythic type, and they seem to hold strong grudges against each other.\nOne of these creatures is a big snake living in a maze. There is no way this creature built the maze itself, so who did? \nWith the exception of the crimson cult, who seem to have their own architecture and infrastructure outside of the proper forest, I have met no sentient life here.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greatest of snakes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 230, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:naga_scale" - }, - "TrophyName:8": "Naga Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "231:10": { - "preRequisites:11": [ - 205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the temple in the deep dark.\n\n§fBlood magic is quite amazing, but, I won\u0027t lie, it is scary. The act of performing any blood magic, I now know, leaves a permanent mark on you, one that cannot be cleansed nor removed.\nThis curse is everpresent from the first moment the magic is performed, and it does not ever leave the user. In extreme cases, it can even lead to transformations, such as the one I have encountered in the deep dark caves.\nThis probably emans that any sufficiently powerful blood master will end up looking like a body horror. While I definitely appreciate the upsides of this powerful magic, I do not intend to turn into a deformed mass of blood and flesh. No thank you! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_rock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cursed Rock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 231, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cursed_rock" - }, - "TrophyName:8": "Cursed Anemia Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "232:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with terrasteel.\n\n§fI am missing something, I can feel it. Everything about flower magic points towards a different world. Some traces of it led me to Arcana, but that\u0027s not it. The symbolism surrounding the portal I opened points to Alfheim, the home of the elves in Norse lore.\nAnd yet, no elves, just a magic portal that leads nowhere, and it transforms things. I know this portal should have opened, the way I put it together, the call that resounds in my mind when I get nearby tells me so. But no, something is wrong.\nTo confirm my theory that a world indeed exists on the other side, I tried to send a signal, a message, past its veil.\nSomeone did come, but it was not what I expected. The symbolism, again, points towards Norse mythology; the mother of nature, the goddess of fertility. But the creature I met was definitely not motherly. While I clearly perceived something holy about the enemy I fought, it was clear it has long gone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "botania:manaresource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 232, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 5, - "id:8": "botania:manaresource" - }, - "TrophyName:8": "Tier 1 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "botania:manaresource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "233:10": { - "preRequisites:11": [ - 203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the staff of iceika to reach to top of the castle of the grand wizard. Stand of the block of bedrock to open the gateway!\n\nYou will need a gravemaster\u0027s key to enter the castle!\n\n§fThe power of wizardry is, well, seemingly unlimited.\nJust like knowledge, an infinite process that tries to approximate reality in increasingly accurate ways, with this type of magic, the sky is the limit.\nThat said, the grand wizard that \u0027created\u0027 the land of Iceika may have flown too close to the sun, and paid the price for risking too much with their experiments.\nIf this is what supreme ice power looks like, I am curious to see what \u0027awakened\u0027 versions of the other branches of wizardry look like.\nDefinitely would be nice to learn how to change the climate of a planet..", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soul_of_the_grand_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul of the Grand Wizard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 233, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:soul_of_the_grand_wizard" - }, - "TrophyName:8": "Slayer of the Grand Wizard", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soul_of_the_grand_wizard" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dread_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "234:10": { - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPerform the ritual of the sleeper within the abyssal wasteland.\n\n§fThe necronomicon is, well, evil... The rituals hold a lot of power, but the price you pay is a seemingly permanent scar in the fabric of my being. It feels wrong...\nThat said, corrupting my entire being at least got me closer to answers. Those that control my immortality are higher dimensional beings, existing in multiple 3D \u0027sections\u0027 of reality.\nThanks to these extremely evil, but extremely effective, powers, I\u0027ve been able to open a portal that\u0027ll grant me access to more dimensions of space.\nThis evil, cursed, wasteland is impregnated with the magic that binds my undeath, I feel it in my bones...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:eoa" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eye of The Abyss", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 234, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "abyssalcraft:eoa" - }, - "TrophyName:8": "Abyssal Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:eoa" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "235:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrop mummy bait in a betweenlands marsh or sludge plains biome! You can obtain the biome marker from the callstone.\n\n§fSome answers! And even more questions!\nI should have not been able to open the wormhole that led me to Terra, and yet, I was able to do it. The physics made sense, but something was missing. That something is magic...\nIt seems like I also entered a pact with an abyssal being, or someone with powers like theirs. My ability to do magic is what I gained, but the price was my death. I can now touch vis, and open wormholes, but I have to endure the pain of reincarnation.\nThe mummy appeared to have a moment of clarity before its death, it spoke...\n\"We are both alike, we are both enslaved, the power we gained will be our undoing\"\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreadful_bone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Forbidden Experiments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 235, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dreadful_bone" - }, - "TrophyName:8": "Dreadful Peat Mummy Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:shimmer_stone", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:mummy_bait" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreadful_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_6" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "236:10": { - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadkey" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dread-plagued Gateway Key", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 236, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "abyssalcraft:dreadkey" - }, - "TrophyName:8": "Dreadful Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadkey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "237:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the sludge menace.\n\n§fI have seen things I never wished to experience. My life is the one of a murderer, and yet, I am enjoying it, in some twisted way.\nDo I wish this fate had fallen on someone else? Yes I do, and yet I am learning so many incredible things.\nMagic can be extremely powerful, and there are levels to it. The sludge creature I fought is powerful, to the point that it can perennially exist in its fortress. And yet, the druids were able to subjugate it into service for the abyssal ones. Was this also part of a pact, or is there something else to it.\nI am also part of some sort of pact, but I cannot remember what I did. Was it when I opened the wormhole, or did it happen long before?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:menacing_sludge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Too Deep...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 237, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:menacing_sludge" - }, - "TrophyName:8": "Sludge Menace Exterminator", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:menacing_sludge" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_7" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "238:10": { - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet to coordinates 0,0 in omothol!\n\nWARNING: minions of the gatekeeper may bug out and have absurd amounts of HP.\n\n§fI\u0027ve finally met the master of my power, I think...\nDelving even deeper, I found, well, a monster, a really powerful moster.\nBut this is my undeath that we are talking about, so I kicked its butt!\nI feel, \u0027free\u0027, I think? The overwhelming feeling of imprisonment is gone, but what remains is a deep sense of a lack of meaning in my life.\nThis Cthulhu crap really messed with my mind!\nOh yeah, and I\u0027m still immortal, which, you know, its nice...\nI think I found a purpose for my now apparently eternal life, at least for the foreseeable future.\nThe Testificates of Terra deserve so much better than living under the feet of beings that treat them like insects that can be killed with no remorse.\nThis is a declaration of war to those that treat Terra as their resource-mining playground!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatekeeperessence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essence of The Gatekeeper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 238, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "abyssalcraft:gatekeeperessence" - }, - "TrophyName:8": "Gatekeeper Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatekeeperessence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "239:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7Slay the primordial malevolence. The Shockwave Sword is the best weapon to damage it!\n\n§fAn abyssal one! I found it!\nThe primordial malevolence recognized me, it called me by name...\nIt was this creature that gave me the ability to open wormholes, but it appeared very surprised about my independence. \n\"How can you act on your own?\" it said, \"He told me to give you power as a sacrifice, you should be in His grasp! The others gave you undeath, I gave you travel, and we were promised the Arbiter! Why are you free?\"\nWhy am I free? Because there is more to be learned in this universe, and I will not let this lovecraftian horror hold me back!\nThis \u0027He\u0027 does worry me, though. It appears I was simply the bargaining chip for some sort of deal between abyssal creatures. At least I know I\u0027m not the one that made a pact with the devil.\nAnd what the hell is this Arbiter? ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:primordial_prism" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master of the Haunted", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 239, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:primordial_prism" - }, - "TrophyName:8": "Primordial Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:primordial_prism" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:shockwave_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_8" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "240:10": { - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe boss can be summoned in three different ways.\n\nDetonate an oblivion death bomb (do it a universe away from your base).\n\nCraft the spawn egg.\n\nPerform the ritual of shadows in the abyssal wastelands.\n\n§fWhile I\u0027m at it, it\u0027s time to investigate the phenomenon of \u0027recursion\u0027, which apparently is the ability to \u0027perennially exist\u0027.\nThis is what allows me to come back every time after I \u0027die\u0027.\nMany of the creatures I am encountering have this power, but, unlike me, they have control over it, while I am still bound to the will of whoever decided to give me recursion.\nIf I were able to learn this power, I may be able to gain the ability to split my being into multiple places as one, just like the ancient Entity...\nNow at least I understand why there\u0027s so many withers; apparently there are only 6 but they are able to exist \u0027everywhere they are summoned\u0027 thanks to the power of recursion.\nThe cause for why they are able to do so is the Draconium that was used to originate the six original withers, or so testificate lore says.\nDraconium may be the key to mastering recursion, and free myself!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:odb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Shadows", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 240, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:scroll" - }, - "TrophyName:8": "Slayer of Shadows", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:scroll", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:odb" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "abyssalcraft:shadowboss" - } - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "241:10": { - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the shadow world below omothol.\n\n§fThe abyssal ones were hiding something in the depths of the hyperspace. It looks like the heart of a dragon, and it is alive.\nThis \u0027recursion\u0027 has some strange properties, most of which are unknown to me, and yet, this finding consolidated the fact that draconium may be the key to discovering more about this.\nRegardless of this, it was interesting to find out that even the elder ones were so scared of something that they hid it behind 15 dimensions of space. What is up with dragons?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:aeldunari" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aeldunari", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 241, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:aeldunari" - }, - "TrophyName:8": "Uncovering the Heart of Hearts", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:aeldunari" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ritual_mass_enchanting" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "242:10": { - "preRequisites:11": [ - 199 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEgg-shaped islands with golden oak trees. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fOnly one male warrior seems to remain in these sky islands. In a last attempt at saving his companions from the bloodthirsty valkiries, he unleashed too much power.\nHis attunement, instead of aiding him, transformed him into a fiery warrior, that killed his companions, and made him immortal.\nHe has now lost all will to live, but he was willing to fight me. Is he trying to die? Is the same fate awaiting me?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "aether_legacy:dungeon_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master of the lower sky", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 242, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 4, - "id:8": "aether_legacy:dungeon_block" - }, - "TrophyName:8": "Gold Dungeon Explorer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "aether_legacy:dungeon_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "243:10": { - "preRequisites:11": [ - 230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the large branching towers in the twilight forest.\n\n§fSome inhabited architecture! Well, inhabited is a strong word, but an undead lich sitting at the top of a tower is useful intel about this world.\nIt can be assumed that this creature used to be one of the original inhabitants of the Twilight Forest. The iconography inside the tower reflects the aesthetics of the outfits worn by the lich and the other undead.\nI have seen enough magic (look at me, talking as if I were an expert) to safely guess that I may have stumbled into a \u0027magic gone wild\u0027 situation. I have seen it happen, and the testificates have warned me of it, power corrupts.\nThis still doesn\u0027t give any information about the crimson cult, and what they are doing here. They are completely uninterested in the local struggles, and they just sit in their floating castles in the sky. Why are they here to begin with?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master of the Tower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 243, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:shield_scepter" - }, - "TrophyName:8": "Lich Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "244:10": { - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the crimson portal towers in the overworld.\n\n§f A strange group of thaumaturgists has taken over various locations around Terra. They call themselves the Crimson Cult, and while they are unaffiliated with any of the factions involved in this conflict, they are hardly friendly.\nThey have direct access to portals that deploy troops directly where needed, and they have magical abilities far above many other opponents.\nIt is clear they have a deep network of information, they avoid large scale confrontations, and they focus on territorial control over low-interest areas. I know making more and more enmies will not serve me well in the long run, but fighting them is guaranteed to give me some insight about the stakes of this conflict.\nIf this was solely a war about resources, why so many other factions, including the Cult, don\u0027t seem to be interested in collecting said resources, and are instead waiting for something to happen?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crimson_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crimson Cult Towers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 244, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:crimson_gem" - }, - "TrophyName:8": "Robbing the Crimson Cult", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crimson_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "245:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with gaia spirit ingot\n\n§fYes, I can see a pattern now! A link between worlds, a call from a holy land, is now severed.\nThe home world of these guardians is no more, and their duty has now turned into rage. What was their mission? What did they protect?\nHow does one enter a world that is no more, and how are these guardians still alive? The stronger my call, the stronger their response. There has to be a rule to this!\nAnd why is Arcana linked to this magic to begin with? I know I am missing something, and the answer may be in the ancient lore we \u0027modern men\u0027 rejected as \u0027ancient myths\u0027.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_gaia_spirit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 2 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 245, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:greater_gaia_spirit" - }, - "TrophyName:8": "Tier 2 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_gaia_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "246:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEscape the dungeon of arcana using the gaia tesseract\n\n§fThe fact that the names of Norse Mythology appear in botanical magic is, well, very interesting.\nDid our ancestors know something we have forgotten?\nI do not know why or how, but the power within mana compelled me to the Dungeon of Arcana.\nKnowing this, I started researching Norse legends for clues.\nOne word, somehow, resonated with me from these old texts... Tesseract! An object capable of transcending space and time, and a trick comic writers used to justify space-time magic.\nAsgard, once the realm of Aesir, is no more, and its call has not been answered. The infinite Dungeon of Arcana has taken over the space that used to be Asgard, Alfheim, once reigns of magic.\nThankfully, though, there are more dimensions I can maybe access, with enough magic, and for some reason, I suspect the magic that created Arcana did not include them. Now I just need to enter these dimensions!\nThe ruins of Asgard, this ancient seat of power, are still there, and the key for it is the Tesseract...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terrasteel_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ruins", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 246, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:terrasteel_crystal" - }, - "TrophyName:8": "Bifrost Wolf Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gaia_tesseract" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terrasteel_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "247:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabotany:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 3 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 247, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 3, - "id:8": "extrabotany:material" - }, - "TrophyName:8": "Tier 3 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabotany:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "248:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with call of the void.\n\n§fThese guardians are dreadful, and yet I cannot help but feel pity for them. If my theory is true, they cannot really help being mindless murder machines with the instincts of the most seasoned warriors.\nIf it is within my power, I will try to do something about this! If the oath is still alive, there must be a way to put an end to it.\nWho did these guardians answer to? Who is their master?\nThe stronger my call into this dead world, the stronger the response. So maybe I just have to call harder?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:treasurebox" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 4 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 248, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "extrabotany:treasurebox" - }, - "TrophyName:8": "Tier 4 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:specialbag" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:treasurebox" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "249:10": { - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the arcane prison key\n\n§fThe broken remains of Asgard carry some traces of a strong magic, which does appear to be the same force I felt while being constrained by the guardians.\nHe who dominated this magic, the warden of Asgard, the last wolf, the last of the Aesir, the Sympan spirit, answered my call.\nThe oath is broken, the enemy has won, but at least these poor souls are now free.\nAnd who knows, maybe they may come to my aid at some point in the future...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sympan_spirit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Last Wolf", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 249, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sympan_spirit" - }, - "TrophyName:8": "Aesir Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sympan_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "250:10": { - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the emptiness.\n\n§fThe Crimson Cult is indeed very powerful, and I suspect their area of influence may extend over much wider domains that I know of.\nThey are extremely well versed at tactical movement thanks to their cultists\u0027 ability to summon portals quickly and without leaving traces. They seldom get involved into large scale conflict, at least with members of the larget invading forces on Terra, but they have engaged with me. They likely did not expect a now crazed human stuck in a deathloop to show up and beat up their cultists. Reasonable, I guess.\nSome of their portals, though, do leave very faint traces, which have become more and more evident the more I have delt deeper into the thaumic arts.\nThese traces lead to what the Cult calls the Emptiness, a higher dimensional space, much like a place like the dreadlands, that is both very close and very far from the three-dimensional world I can conceive with my senses. In this land of paradox, the cultists have built mighty fortresses. \nI initially thought I may have finally encountered their leader, but things are way, way deeper than that. The Crimson Cult operates on a different scale. Not at a planetary level, damn, not even at a galaxy level. I wouldn\u0027t be surprised that earth politics may be influenced by this organization, if there were something they could gain from it.\nDespite all the ruckus I caused, though, they did not retaliate in a meaningful way. Their modus operandi seems to be more subtle that the Twilight Horde\u0027s or the Shyre Empire\u0027s. This does not mean they are less dangerous, though...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:research_notes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Emptiness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 250, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thaumicaugmentation:research_notes" - }, - "TrophyName:8": "Conqueror of the Emptiness Fortress", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:research_notes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "251:10": { - "preRequisites:11": [ - 243 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on the bottom level of the mazes in swamp biomes. The maze map may help you at finding it.\n\n§fThe surface of the Twilight Forest, as I previously noted, exhibits the signs of a once-prosperous society fallen to ruin. Well, the underground of this world may give a bit more insight. I was able to locate the entries to many underground mazes (again, what\u0027s with these people and building mazes), and they are more well-preserved than the surface structures.\nWell-preserved, and well-inhabited. Minotaurs, actual minotaurs inhabit these mazes, how fitting! Oh and giant bugs too!\nAre they related to the ones from the Erebus world? Maybe? It feels safe to assume that the crabs of Terra somehow stunbled into portals to escape the twilight forest, so I would not exclude the same happening for ending up into this strangely melancholic world.\nMy gut tells me that\u0027s not the case, though. The maze is clearly built with a purpose, to hide, and to imprison, and if I were a maze builder I would definitely want to keep those bugs as entrapped as possible. Although it is still possible that these bugs are just part of colonies formed by a few that initially stumbled there by accident.\nRegardless, the maze was built to imprison the mushroomy beast found in its core. What came first, I wonder, the monster, or the labyrinth?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Into the Maze?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 251, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:minotaur_axe" - }, - "TrophyName:8": "Minoshroom Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "252:10": { - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Many artifacts from Testificate lore still seem to be somehow accessible to those seeking for them. This one is quite peculiar, though. I was told of a powerful shield artifact developed to fight against stronger magical opponents, and I was even given blueprints for it.\nThese seem way too complicated for what this artifact can do. There has to be something wrong...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shield_of_terra" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "An Artifact of Defense", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 252, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:shield_of_terra" - }, - "TrophyName:8": "Absorbant Shieldmaster", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shield_of_terra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "253:10": { - "preRequisites:11": [ - 251 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the center of the fire swamp biome.\n\n§fA fire-spewing hydra! Yes, I love it! The fact that I think this is cool is not problematic at all, trust me!\nThis encounter does provide more information about the possible nature of whatever \u0027accident\u0027 left this world in its current state. \nUnlike the other monsters I fought, this one is not encased by an architectural barrier. Instead, it is surrounded by pure destruction. There are no signs of an attempt to contain it, which was the case of the lich and for the minotaurs. This leaves two possible explanations, as far as I am concerned. It could be that the \u0027prison\u0027 built for this creature was so weak it got completely annhilated, or it could be that the coming (or the creation) of this beast was unforseen.\nSeeing so many other containment structures built to entrap monsters suggest that the builders of said structures were somewhat \u0027ready\u0027 to face them. Building a large tower takes time, resources, supply chains, people, and many other things. The people of the twilight forest were ready to face the other monsters I have met so far. \nNot this one, so it probably means the hydra was one of the first to show up. \nOr I may just be grossly misconstructing things.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 253, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:fiery_blood" - }, - "TrophyName:8": "Fiery Hydra Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "254:10": { - "preRequisites:11": [ - 253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the stronghold in the dark forest.\n\n§fThe clues are coming together, and a story is starting to emerge, at least in the way I am looking at things in the Twilight Forest. \nIn the depths of the darkest regions of the forest, I found the ruins of large strongholds. While the surface levels are almost completely gone, the catacombs are well-preserved, and full of creatures, including some crabs! These ones adapted to live inside old rusted helmets, and they are extremely cute. The other inhabitants, not so much.\nJust like the lich towers, these strongholds clearly show the signs of an actual society inhabiting their halls. A society that, over the course of time, was taken over by magical transformations, and turned into violent monsters. \nDeep in the catacombs, I found the traces of what could have been one of the first occurrences of this cataclysm. A single room, enclosed by multiple walls and barriers, that the rulers of once mighty fortresses willingly decided to turn into their own prison. The surrounding spaces were used to study their transformation, and to learn how to fight it.\nThis transformation, though, was not something that could be stopped by mere walls, and it took over everything else.\nThis means that the crabs I encountered on terra, the ones I know are from here, were likely once people. And probably were the other bugs too, since they are not unique to the mazes I previously explored.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stronghold of Forgotten Spirits", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 254, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:knightmetal_pickaxe" - }, - "TrophyName:8": "Phantom Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "255:10": { - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis can be used to craft interesting, powerful, destructive, bizarre items!\n\n§fHere is something both interesting and amusing. A scholar from a past moment of prosperity on Terra has compiled a list of the effects of essentia aspects, the \u0027quanta\u0027 of the thaumic fields, when sufficiently concentrated. Some are very powerful, some are convenient, some are dangerous.\nI want to try them all!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:master_spell_focus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Spell Focus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 255, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:master_spell_focus" - }, - "TrophyName:8": "Apprentice Master Spellcaster", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_fabric" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:master_spell_focus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "256:10": { - "preRequisites:11": [ - 254 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the large tower at the center of the dark forest.\n\n§fAfter seeing the ctatacombs of the fallen strongholds, I had a good guess about what happened to the people of the Twilight Forest, and now, after navigating the madness of the large tower nearby, I think I know why.\nMaterial wealth, and its pursuit, are yet again to be blamed. The power of alchemy, the ability I was so easily able to obtain (well not so easily but I did it ok!), was the main topic of research of the erudites living in this place that was once a library. \nAn ancient scholar-king wanted to achieve the ability of transforming matter. Their attempts were, well not great, and prone to lots of explosions. I know it is not good to compare the deeds of people of the past to ours, but c\u0027mon making a philosopher\u0027s stone was not that hard. Well, I guess I may be different, maybe being human gave me abilities they do not possess.\nAnyhow, despite their failings at turning stone into gold, they achieved something I could not dream to conceive. The ability to transform flesh. A powder, volatile and stable enough to convert the matter around it into more of itself. A virus of some sort.\nThe spread of this powder was slow at the start, so some tried to prepare for it, but it steadily took over the entire world.\nNot the entirety of it, actually; the Crimson Cult, in their castles in the sky, seem to be immune to it, or maybe they are already mythical beings so nothing happens to them.\nAnd what about me? Do I fell more magical? More mythical?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Fire!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 256, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:fiery_tears" - }, - "TrophyName:8": "Ur-Ghast Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "257:10": { - "preRequisites:11": [ - 256 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the winter forest biome.\n\n§fI know it is silly to complain about one\u0027s condition in life, as the things of the universe rarely bend to our own will, but man, why is it that I have already seen two magical ice incidents, and I have yet to see a magical lighting incident?\nThis part of the forest is perennially covered in snow. It would make sense that the effects of the powder resonated with the magic powers of those affected by it, so different magical attitudes led to different transformations. Some colder than others.\nThis does raise a question, though, I have seen other mythological creatures on Terra too. My senses tell me they are not from the Twilight Forest, but it would be safe to assume that the same powder, the same virus, may have been used in other places and other times.\nWho knows what many of the enemies I have encountered so far looked like in the past?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:alpha_fur" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Icy Rage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 257, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:alpha_fur" - }, - "TrophyName:8": "Alpha Yeti Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:alpha_fur" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "258:10": { - "preRequisites:11": [ - 257 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on top of the large fortress on top of the ice wall.\n\n§fThe architecture built by the people of the Twilight Forest is truly amazing, even when in ruin, and taken over by monsters. Their fate is truly sad. They were powerful, knowledgeable, and most importantly, curious. \nThe line between genuine inquisitiveness and greed is a fine one, and who knows wether or not the interests of the scholars of this land belonged to the former or the latter.\nWith regards to wanting to manipulate organic matter, there likely must have been a higher goal, a concrete objective, a mission.\nI wanted to be famous, to receive the Nobel prize. I know I was greedy with my pursuits, but the beauty of the unknown was still there to guide me, and what a beauty!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A fortress of solitude", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 258, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:aurora_block" - }, - "TrophyName:8": "Ice Queen Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "259:10": { - "preRequisites:11": [ - 258 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the skies around the thornlands.\n\n§fSomeone tried to fight back, to stop the spread of the mythological transformation. Deep in the caves, hidden massive giant boulders, I found the Lamp of Cinders. This artifact is somehow capable of breaking through the properties of the powder by burning it. The unfortunate side effect? Burning things does have a tendency to kill them, or at least hurt them. \nWhatever the plan to use this artifact may have been, it is safe to assume it did not succeed. It\u0027s range is quite limited, and it does require manual operation, so could it be that the powder spread fast enough that in that time only one lamp was built? \nOr was it something else completely? I was only able to find this because the soil felt \u0027different\u0027 there. It does feel strange that all other \u0027prisons\u0027 in this world have a recognizable landmark on the surface, while this one does not. \nThe Crimson Cult dominates the skies now, is it possible that this lamp was hidden from them? Was the Crimson Cult around back then?\nAnd yes, I am definitely feeling more mythical! Giants bearing my image now roam the land. I am not sure what to make of it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:giant_pickaxe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Giant Stuff", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 259, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithrillium_ingot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:giant_pickaxe" - }, - "TrophyName:8": "Giant Me Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:lamp_of_cinders" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "260:10": { - "preRequisites:11": [ - 259 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the harbinger charm to spawn harbinger cubes!\n\nFound in the palace at the center of the thornlands.\n\n§fAnother piece of the puzzle! Yes the Crimson Cult was around back then, and they were not friendly towards the people of the Forest. \nWhile the transformation was going on all around, that\u0027s when they started their campaign against the Twilight Forest. The invaded, despite their already-dire situation, fought back and, even as their bodies were transformed, tried to protect this one fortress, now encased in some sort of magic. \nThings here do not age, and the damage of time has not ruined the white halls of this palace. Those who inhabit it are no more, but their crafts and artifacts are still there. They were trying to open a portal, and to protect something.\nThat something is likely tied to the studies undergone by the many scholarly sites I have encountered here. They were probably able to produce their end goal, the reason for undergoing alchemical studies, despite their entire population being steadily transformed. The magic in this place is a testament of that. Unfortunately, though, the Crimson Cult won, and the artifact is not here.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Timeless Castle", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 260, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:harbinger_crystal" - }, - "TrophyName:8": "Harbinger Cube Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_charm" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "261:10": { - "preRequisites:11": [ - 260 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the harbinger callstone to summon the dungeon!\n\n§fThe Crimson Cult are truly a dreadful group. An entire world, filled with curious people, annhilated by their schemes.\nThey are a religious cult, and they worship the figure of the Crimson Emperor, who seems to be an actual person; probably a wizard powerful enough to surround themselves with enough power to ensnare others.\nHow do I know this? Well, I think I found what the people of the Twilight Forest were protecting in their last stand. Saplings of a very special type, infused of incredible magical power, and capable of changing the world around them. Very similar to the lore of the Tree of Life from medieval Christian tradition. \nThe Crimson Cult was holding these sapling in one of their fortresses, as if they were the results of their own blood, sweat, and tears.\nSadly enough, it seems to be the truth. Not only the people of the Twilight Forest were powerless in their attempt to protect the fruit of their labor (with the exception of the Lamp of Cinders), they were powerless in protecting their own free will.\nThe Crimson Cult had long infiltrated this society by the time they had even started their alchemical experiments. \nIt was all part of the plan, convince them to study alchemy, which is a science forbidden by the cult, gude their studies towards their own self destruction, and take the fruits of their labor afterwards. \nJust like that, a whole people traded for a bunch of trees. I do wonder if the invaders of Terra feel the same way about the Testificates.\nWell actually, some were able to escape, even under the everpresent eye of the cult. The crabs left, even as unintelligent creatures, who knows after how many years of exile, they brought me here, and I fought the cult.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The End of a World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 261, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:starfield_gem" - }, - "TrophyName:8": "More Crimson Cult Encounters", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "twilightforest:twilight_sapling" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "262:10": { - "preRequisites:11": [ - 157 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRadiation scrubbers FTW!\n\n§fMy studies on plasma have led to an interesting discovery.\nBlood magic, combined with some radioactivity, yields some interesting results.\nThis is not quite the cold fusion humanity has achieved, but it may have even greater potential!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plasmatic Condenser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 262, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dark_soul_machine_chassis" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dark_soul_machine_chassis" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_controller" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "263:10": { - "preRequisites:11": [ - 157 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This when magic starts turning into science! Imaginary gravity, in some way, is connected to blood magic!\nSednanite can now be used to more simply alloy demon will metal.\nThis theory of everything is getting deeper and deeper, and yet, the more things I discover, the more terms seem to cancel out, the simpler the theory becomes.\nI have never seen something like this. String theory is much more compelx than the theories it tries to unify. More complete means more complex, no?\nNo! I don\u0027t get it fully still, but the more knowledge I gain, the simpler things become, the more straightforward the answers seem.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demon Will Affinity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 263, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 25, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 25, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "264:10": { - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Void miners have been pretty good at providing info about mythic powers, but, for the long term, they do not seem like a reliable option.\nI drew the blueprints of a machine able to use the powers of fluix to better manage mythic resource generation.\nIt\u0027s going to be a bit of a long project, so better to start early, even if I may not have all the means to make it work as of right now...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_mythic_assembler" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Beeg Crafter!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 264, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_mythic_assembler" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "265:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "UU Matter, which is synthetically produced, has mythical properties. \nThet\u0027s why I love science! It allows us to connect things that seem otherwise unrelated. The fact that using fairly ordinary matter from scraps it is possible to produce stuff with mythic properties implies that magic, whatever the nature of its fiels is, is indeed present in everything. Not just as an emergent property, but as an inherent one, just like mass and charge!\nThis is nice because it will allow me to \u0027boost\u0027 my void resource miners! most of the matter that interacts with Shyre and Twilight Horde beings seems to have more \u0027mythicness\u0027, more quantity of magic, so UU matter should come in handy for making more miners!\nI\u0027m going to need a \u0027crucible\u0027 to refine this matter with alchemy, though...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Existential Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 265, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:uumatter" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:spatial_pylon" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:uumatter" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "266:10": { - "preRequisites:11": [ - 265 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou may want to bring a way to escape...\n\n§fThe fallen of the Twilight Forest have unfinished business, it seems, and their will has remained alive in the form of ghosts, it seems. They are beings of vengeance, nothing more than shadows of a shameful defeat. \nAnd yet their will carried artifacts they were able to keep safe from the Crimson Cult. \nVibration, harmonization, resonance. These phenomena have something to do with magic, and they are a catalyst for it. They are the secret of the Twilight Forest, one they wanted safekept, so it must be useful for something.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:call_of_the_haunted" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sounds of the Haunted", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 266, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:prize_egg" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:call_of_the_haunted" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "267:10": { - "preRequisites:11": [ - 266 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The twilight horde is strange...they hold incredible power, and most of the beings I have encountered are naturally able to warp space, just as easily it would be for me to lift my hand.\nI am truly fighting against higher dimensional beings!\nEven their \u0027world\u0027 appears to exist in higer dimensions.\nYet, most of their \u0027soldiers\u0027 are no smarter than sheeps...\nI defeated the ruler of the Eden Isles, yet, at the moment, I do not have the power to delve deeper into the world of the Horde...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eden Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 267, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sunstorm_ray" - }, - "TrophyName:8": "Sunstorm Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "268:10": { - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "New minerals! New alloys! More cool things to make! \nThe materials found in the worlds I have explored so far have useful properties that make them possibly desirable for building new things, and some of them can be used in alloys too.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jeweled_runium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Material Tinkering", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 268, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jeweled_runium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 69, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "269:10": { - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Took me long enough, but it\u0027s finally time to build a Tokamak!\nFusion is just a convenient way of making power, and the free gasses are nice too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cold Fusion Baby!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 269, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_electromagnet_idle" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_electromagnet_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "270:10": { - "preRequisites:11": [ - 269 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Time for some major study time!\nVis, apparently, as a field, has macroscopic effects that can only be observed between planets.\nFor some reason, creatures like the dragon living in the end islands can bend this field to cause large scale effects, like forming clouds of oxygen around the end islands.\nThe physics and magic behind this phenomenon are yet unknown to me, but it\u0027s time to change that.\nThe good thing about being trapped in an endless cycle of undeath is that I can spend more time studying without feeling like I\u0027m wasting my time.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Tech", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 270, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:dragon_heart" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "271:10": { - "preRequisites:11": [ - 270 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "No matter the scale of the war, it seems like everyone has the same motifs as on Earth.\nJust like a certain western power in the early 2000s, it is all about resource control.\nMany of the planets and worlds under the control of the Shyre empire are composed of materials with interesting properties. From what I have seen, their trategy, when it comes to incorporating new civilizations in their empire (as opposed to erasing a planet with little thought), primarily revolves around their military potential; with that said, I think natural resources may play a role too, at least in some cases. \nThe affinity of these resources to the chaotic, entropic effects I encountered on the upper sky of Terra is extremely interesting!\n...and powerful, very powerful!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:fusion_crafting_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Manipulation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 271, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:fusion_crafting_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "272:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Seems like, in order to figure out the true motifs behind this war, I have to figure out what it truly is about.\nDimensional shards appear to be the end goal for both the Empire and the Horde, yet, other materials seem just as important.\nFrom what I have seen so far, the more minerals and resources I get access to, the more powerful I become.\nMeaning that, probably, the same applies to my enemies.\nIn that weird bank in Precasia, the bankers were talking about the Proxima system, and se were the Bees.\nThe planets in this system, and the walth of resources they hide, are desired by my foes. Thankfully, the Bubbell Alliance was there first!\nThe outer world of this binary star system, the shield onto which potential invaders will have to crash, is thankfully inhabited by allies.\nThe Bees of Rhenia are different than the ones in the Sol system. These ones are willing and ready to fight, and have replaced their natural naivety with cold, data-driven, strategic thinking.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rhenia_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Proxima System", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 272, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productgem" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rhenia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "273:10": { - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The search for powerful resources keeps guiding me forward! Another planet!\nUnlike the Rhenia, though, this one is inhabited by foes, by Myrmitites...\nThese creatures managed to colonize their own planet?! How?\nAs a society, if you can call them one, they exist in colonies that are extremely unfriendly towards each other. Not only they must have fought whatever other species to gain dominion of this planet, they keep fighting each other too.\nI guess it makes sense given how competition is a big driver of evolution, but I strongly doubt this strategy would ever produce an interplanetary species.\nWell, at least this world has other, less crawly, things to offer. The aptly-named myrmitite has both good material properties and compatibility with many magic fields.\nThis is probably one of the materials sought after by the Shyre Empire.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:myrmex_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Myrmex Swarm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 273, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productgem" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:myrmex_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "274:10": { - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 5!\n\n§fLooking from the outside, as I\u0027ve been doing so far, the Shyre Empire should be much stronger than the Horde.\nOn paper, the Empire has more territories, more troops, and better control thanks to their transportation network...\nYet, for some reason, when it comes to the conflict on Terra, they are pretty evenly matched.\nAnd I think I finally figured out a reason. Many of the places I visited are worlds that exist in higher-dimensional planes, and bees believe this is the peak of what recursion can do. But boy were they wrong.\nIf the existance of places like Lelyetia is a showcase of basic (if something that can only be done by a master of recursion can be called basic) space warping abilities, this recent discovery shows what becomes possible if you\u0027re a master at it.\nNot only the Horde can deform space-time to create their own environments, they can up fold it like origami! And they are the only ones who can do it.\nThe Eden realm I entered is just a \u0027fold\u0027 of the horde\u0027s territory, and if I want to reach the rest of their land, I will have to \u0027jump\u0027 on next fold, the next Mythic Shell.", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power from Eden", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 274, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:eden_star" - }, - "TrophyName:8": "Starry Eden Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "275:10": { - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Great! The asymptotically-convergent space surrounding the plane of Eden can be breached!\nAfter opening wormholes, traces remain, and they can be reopened, even by a poor three-dimensional like me!\nI\u0027ve seen these traces over and over, and I can\u0027t help but wonder, did the first wormhole I opened also leave a trace? \nAfter what I\u0027ve been through coming back to Earth would feel wrong, but can someone else access the wormhole I opened? Can others reach Earth?\nThe Twilight Horde is definitely interested in me, they even had a copy of my transmutation table in one of their outposts. They know of me, but do they know where I come from? Can they do anything to Earth?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deeper skies!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 275, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "276:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Who knew enzymes were a good source of mythic matter?\nWell, I guess it makes sense, as they are one of the buildings blocks of life.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "genetics:misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Genetic Rampup", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 276, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "genetics:misc" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "genetics:misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "277:10": { - "preRequisites:11": [ - 276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wildwood Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 277, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:termasect_bark" - }, - "TrophyName:8": "Termasect Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "278:10": { - "preRequisites:11": [ - 277 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This servo should allow me to fabricate machines in a more effective way...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "My servo is better than yours!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 278, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_servo" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_servo" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "279:10": { - "preRequisites:11": [ - 278 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_machine_case" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Incredible Technology", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 279, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_machine_case" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_machine_case" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "280:10": { - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Next up, Pixonia", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pixonia_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Arthropods made it here!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 280, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pixonia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "281:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pixonia_infusion_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A new, unknown power", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 281, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 82, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pixonia_infusion_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "282:10": { - "preRequisites:11": [ - 281 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_engine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A new age?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 282, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_engine" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_engine" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spinel_ring" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "283:10": { - "preRequisites:11": [ - 282 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 6!", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power from Wildwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 283, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wildwood_star" - }, - "TrophyName:8": "Starry Wildwood Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "284:10": { - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A fold within a fold, within a fold", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 284, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "285:10": { - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apalachia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 285, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:eternal_shoulder" - }, - "TrophyName:8": "Eternal Archer Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "286:10": { - "preRequisites:11": [ - 285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Enemy Next Door...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 286, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "287:10": { - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A new Age!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 287, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "288:10": { - "preRequisites:11": [ - 347 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:blockorichalcos" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Embrace the Arts!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 288, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:blockorichalcos" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "289:10": { - "preRequisites:11": [ - 351 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:extreme_crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extreme Fabrication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 289, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:extreme_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "290:10": { - "preRequisites:11": [ - 345 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_demantoid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Demantoid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 290, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_demantoid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "291:10": { - "preRequisites:11": [ - 290 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 7!", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power from Apalachia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 291, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:apalachia_star" - }, - "TrophyName:8": "Starry Apalachia Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "292:10": { - "preRequisites:11": [ - 291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Am I there yet?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 292, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "293:10": { - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skythern Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 293, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cori_experience" - }, - "TrophyName:8": "Cori Experiencer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "294:10": { - "preRequisites:11": [ - 293 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dream_cluster" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I\u0027m not strong enough!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 294, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dream_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "295:10": { - "preRequisites:11": [ - 294 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:enhanced_chaos_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "§kChaos§r Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 295, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:enhanced_chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "296:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power from Skythern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 296, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:skythern_star" - }, - "TrophyName:8": "Starry Skythern Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "297:10": { - "preRequisites:11": [ - 296 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "And it\u0027s not even morning...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_log" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hardest wood in the Universe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 297, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "298:10": { - "preRequisites:11": [ - 296 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A hint of what\u0027s coming...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 298, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "299:10": { - "preRequisites:11": [ - 297, - 298 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "You should complete all other quests in dimensional ascension alongside vethea if you haven\u0027t done so already", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:nightmare_bed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare Bed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 299, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:nightmare_bed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "300:10": { - "preRequisites:11": [ - 299 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:dirty_pearls" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "If you die in a dream...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 300, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:scanner", - "tag:10": { - "energy:3": 5000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "supersoundmuffler:sound_muffler_bauble" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:dirty_pearls" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "301:10": { - "preRequisites:11": [ - 300 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:hammer_template" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I love Hunger!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 301, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "vetheaTemplate", - "id:8": "divinerpg:hammer_template" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hunger_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "302:10": { - "preRequisites:11": [ - 301 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Teaker Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 302, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:vermenous_spawner", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:infusion_table", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysteriousman_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "303:10": { - "preRequisites:11": [ - 352 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:quadrotic_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quadrotic Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 303, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:karos_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:quadrotic_lump" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:dream_flint" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "304:10": { - "preRequisites:11": [ - 303 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:karos_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Karos Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 304, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:raglok_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:karos_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "305:10": { - "preRequisites:11": [ - 354 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_alchemical_bag" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "We Out!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 305, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:minor_vethea_binding" - }, - "TrophyName:8": "Back to normal inventory!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_alchemical_bag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "306:10": { - "preRequisites:11": [ - 305 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nightmare_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare Block", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 306, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nightmare_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "307:10": { - "preRequisites:11": [ - 306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vethea_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vethea Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 307, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vethea_garnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "308:10": { - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 8!\n\nYou are now a late-game player! Congratulations! Very few make it here!", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "For the few...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 308, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "309:10": { - "preRequisites:11": [ - 310, - 313, - 311, - 312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nightmare_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare Callstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 309, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nightmare_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vethea_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "310:10": { - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_darkness" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursion of Darkness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 310, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_darkness" - }, - "TrophyName:8": "Conqueror of Darkness", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_darkness" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "311:10": { - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_helplessness" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursion of Helplessness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 311, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_helplessness" - }, - "TrophyName:8": "Conqueror of Helplessness", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_helplessness" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "312:10": { - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_fear" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursion of Fear", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 312, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_fear" - }, - "TrophyName:8": "Conqueror of Fear", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_fear" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "313:10": { - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_solitude" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursion of Solitude", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 313, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_solitude" - }, - "TrophyName:8": "Conqueror of Solitude", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_solitude" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "314:10": { - "preRequisites:11": [ - 310, - 313, - 311, - 312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infinity_furnace_bricks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinite Furnacing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 314, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 22, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infinity_furnace_bricks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infinity_furnace" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "315:10": { - "preRequisites:11": [ - 314 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity Catalyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 315, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "316:10": { - "preRequisites:11": [ - 315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyrelands_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyrelands Realmstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 316, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:craexxeus_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:soulscorne_spawner", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:arc_wizard_spawner", - "meta:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:shyre_troll_spawner", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyrelands_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "317:10": { - "preRequisites:11": [ - 316 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse an ancient ring on the Craexxeus altar!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:reinforced_shyre_bricks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Shyre Empire Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 317, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:xxeus_heart" - }, - "TrophyName:8": "Knockoff Greek Holiday", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:reinforced_shyre_bricks" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_ring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "318:10": { - "preRequisites:11": [ - 317 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyrelands Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 318, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_garnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "319:10": { - "preRequisites:11": [ - 1373 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWelcome to chapter 9!", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Supreme Power in the Universe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 319, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "320:10": { - "preRequisites:11": [ - 319 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 999, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "White Fuel Singularity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 320, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 999, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "321:10": { - "preRequisites:11": [ - 320 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bright_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bright Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 321, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bright_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "322:10": { - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWow, you actually went ahead and crafted this! You are crazy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:defined_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Defined Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 322, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:defined_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "323:10": { - "preRequisites:11": [ - 322 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:miniature_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Sphere", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 323, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ultracapacitor_bank" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dyson_shell" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dyson_beam" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dyson_capacitor" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:star_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "324:10": { - "preRequisites:11": [ - 323 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:miniature_pulsar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Irradiator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 324, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dyson_collector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dyson_conduit" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:irradiator_casing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pulsar_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "325:10": { - "preRequisites:11": [ - 324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 325, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "326:10": { - "preRequisites:11": [ - 325 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:miniature_black_hole" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Compressor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 326, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:horizon_stabilizer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infinity_dyson_conduit" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dyson_compressor" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_hole_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "327:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Preistoric land of Precasia is one of the Shyre strongholds, yet, it does not feel like one...\ngiven the nature of this empire, and how they are taking over Terra, I would have expected a land of brainwashed beings, or savage monsters. There still are a large amount of animal-looking things in Precasia, but that\u0027s not what surprises me. Every single creature I have met here, no exceptions, has shown to have a quite evident free will. And it is out of their free will that they serve the empire.\nWhoever leads the Shyre empire sure has good PR. Seeing how things are here religion may play a role, I could see a powerful enough recursive being be worshipped by normal people.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:precasia_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Primordial World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 327, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:army_block", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:kaiyu_spawner", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:precasia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "328:10": { - "preRequisites:11": [ - 327 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTyrosaur is summoned with a bone horn.\n\nRight click the army block in the skeletal arena to summon the skeletal horde\n\n§fScrew you dinos! And skeletons!\nThe leaders of precasia are interesting. They are beings that clearly posess recursion, and indeed they are worshipped. Not necessarily as full deities, more like the way Roman emperors of old carried a divine will to the eyes of their population.\nI may be connecting too many dots here, but is it possible that the characters of legends were simply knowledgeable about recursion? What if Zeus and Eracles were people that, in one way or another, stubled upon this great power, or any of the other mythic types of magic, and that\u0027s what led to the great myths of old?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasian_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Precasia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 328, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:tyrosaur_horn" - }, - "TrophyName:8": "Tyrosaur Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:skeletron_skull" - }, - "TrophyName:8": "Skeletron Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasian_cap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "329:10": { - "preRequisites:11": [ - 328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Learning about Shyre religion is not what I expected to do as part of my retaliation for Terra, but the insight I am gaining from this place is very useful.\nThe people of Precasia indeed do worship their masters; not as gods, as avatars, envoys of something bigger. In their pantheon there is a clear hierarchy, and by delving into their culture, I was able to get the names of those who sit at the top.\nTheir true deities are called the Immortals... \nDid I just learn who the leaders of the Shyre Empire are?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Precasian Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 329, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "330:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Not only Shyre tech can easily open wormholes, but it actually deforms space-time, and make higher dimensions intersect.\nSymilar to how the Dungeon of Arcana took over the halls of the Aesirs, some power over gravity and space-time allows for the land of Lelyetia to exist in a discontinuity in gravity. Well, that\u0027s the best way I can explain this place.\nMathematical functions and fields can have discontinuities; jumps, changes in slope (that\u0027s a discontinuity in a derivative I know), varying variables depending on domains, and singularities. Humanity already knew of singularities, those are black holes, and I guess both Arcana and now Lelyetia are manifestation of these discontinuities.\nWonder if, given enough sednanite, I may be able to achieve something like this, to create a world that is not spherical, or maybe a cosmic string?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lelyetia_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Folding Space-Time", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 330, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:graw_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lelyetia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "331:10": { - "preRequisites:11": [ - 330 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the guardian\u0027s eye on graw altar\n\n§fThe master of Lelyetia has been taken down, and the weird feeling I felt when I first entered is partially gone. \nA weird feeling of wrongness, a pressure weighting on me, as if I my wery being was being rejected by this place. And no it is not related to the weird gravity of Lelyetia, otherwise I would feel something like this in Arcana too. The powers of graw were, and still are, affecting me.\nThis land still holds some secrets, and I am set on figuring out what\u0027s going on!\nFor starters, whatever the trick of manipulating space-time and gravity may be, science or magic, probably both, is available to both of my foes, and it seems to be used for strategic and military porposes. Places that can only be reached through wormholes, bound to specific coordinates, are quite useful in a cosmic war.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetian_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lelyetia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 331, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:graw_fang" - }, - "TrophyName:8": "Graw Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetian_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:guardians_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "332:10": { - "preRequisites:11": [ - 331 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lelyetia Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 332, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "333:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Shyre empire is vast, and very powerful... so powerful that apparently they can afford leaving one of their main stronghold planets in a state of extreme corruption. This is not unlike the Twilight Forest, where direct, purposeful actions were operpetrated to intentionally turn an entire world into a land of blight.\nThis is the Abyss. The very core of this world is corrupted, down to the actual matter that makes up this place. At the moment, the basis for the words I am about to say is just a feeling, but my feelings have been way too right after I ended up on Terra. This world has a soul, just like any sentient being I have encountered in my now numerous travels, and this soul is one of twisted unhinged madness.\nThis is what a Kardashev type 5 weapon looks like: a world of decay, a god of decay. What the Crimson Cult was able to achieve through effortful deception, the Shyre Empire automated. Deleting planets, ending entire evolutionary chains, can be done by a single being. \nIf this planet soul were to do this on Terra, the planet will be gone in mere moments.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:abyss_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corruption of a Planet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 333, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:illusion_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:shadow_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:abyss_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "334:10": { - "preRequisites:11": [ - 333 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a staring eye on illusion altar to summon elusive.\n\nTo summon the shadowlord use a book of shadows on a shadow altar\n\n§fUnexpectedly, I stumbled upon a very interesting piece of Kardashev stage 5 politics...\nThe Horde and the Empire don\u0027t really seem to have a problem at fighting each other using all they have, including the use of planet-ending magic, like the one used on the Abyss.\nYet, on Terra, they do not; they are very careful about keeping direct conflict to a minimum.\nThose that lead the troops stationed on my new home, now I know, are not the best either faction has to offer, by far. This is quite good for the testificates, all things considered, I just have to make sure things don\u0027t get worse as a consequence of my actions.\nI think I know why, though, or, at least, I have a plausible explanation that makes sense based on available data.\nEach of these two big civilizations doesn\u0027t just want to get their hands on the shards, they want to control their entire supply chain. Because of this, any action that will damage Terra beyond a certain point might push the other faction to pull the trigger on planet-pulverizing actions. \nThis reminds of the way the nuclear deterrent was used during the cold war on Earth. Neither of the factions raised tensions above a certain point, to avoid having the other press the \u0027kill everyone\u0027 button.\nGood for me, 0% chance I would\u0027ve survived if those eldritch abominations had been waiting for me on Terra!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyss Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 334, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:shadowlord_eye" - }, - "TrophyName:8": "Shadowlord Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:elusive_horn" - }, - "TrophyName:8": "Elusive Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nightmare_flakes" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:book_of_shadows" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:staring_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "335:10": { - "preRequisites:11": [ - 334 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Bad news! This planet-corrupting soul is way too powerful for me to handle. This may be the single most powerful thing I have encountered until now. Well, the Meatball Man may be stronger, but it seems like he does not want to reveal his hand to me yet. Actually, for all I know there may be lots of other enemies doing the same; I feel small, small and weak.\nGood news! Things will have to go very wrong for such an enemy to enter the battlefield of Terra, or else the Twilight Horde will pull out their big guns too.\nI just have to be careful about showing myself directly helping the Testificates in the warpers, or the Shyre Empire may have a reason to think that the forces of Terra want to escalate this conflict.\nFrom now on, it will be better if I showed myself as an ally to the Bubbell Alliance of bees. They don\u0027t seem to have a direct stake on Terra, they have a suprising amount of fire power, and they are more than willing to endorse my actions.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyss Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 335, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "336:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:deeplands_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Impossible Depths", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 336, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:kror_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:deeplands_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "337:10": { - "preRequisites:11": [ - 336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace a charging table on top of kror altar, and right click with the boulder dash.\n\n§fInteresting, the Shyre Empire placed a master of recursion to protect a cave world that barely has any useful resource.\nRunium is cool, I guess, but it definitely isn\u0027t worth spending all this military infrastructure on, when it only possesses minor alchemical properties, and it is only capable of transmuting a low range of elements.\nDon\u0027t get me wrong, the fact that this material exists to begin with is impressive, but compared to any alchemist it has very limited abilities, making it a mildly convenient tool for a powerful empire that has climbed the Kardashev scale.\nIf you have the power to control space-time, wouldn\u0027t it be better to find a planet full of red matter? \nI have two hypotheses. The first, they just want to study it; at the end of the day, curiosity is a staple of every life form, no matter how evil or devoid of ethics. The second, the Shyre Empire has no alchemy, they cannot do it; I have yet to see alchemists in any of these territories. There are many on Terra, and even bees are capable of performing this art, but what if none of the species under the unbrella of this empire actually have the capability to do so.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deepland_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deeplands Fall", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 337, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:kror_sediment" - }, - "TrophyName:8": "Kror Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deepland_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_callstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:charging_table" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:boulder_dash" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "338:10": { - "preRequisites:11": [ - 337 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I will say, I am very surprised that the Shyre Empire has no knowledge of alchemy. \nWeirdly enough, my second option was correct. Some of the higher ups in the empire, for some reasons still unknown, use charged runium for their own magic art, runation. It is not the first time I encountered it. Some Testificate Alchemists on Terra still practice it, and it is a way to use alchemy as a weapon in ways that would not otherwise be possible, but it has long been outclassed by other arts such as astral sorcery. \nThe Testificates that still practice it do so in case there may be undiscovered secrets. Those of the Shyre Empire, on the other hand, out of the hundreds of worlds they control, have not a single alchemist in their midsts. That\u0027s why they even have secure portal lines to connect the Deeplands to one of the governing worlds.\nWhat are the requirements that make alchemy so common among Testificates and bees, and yet so uncommon anywhere else. The only thing I can think of is compassion, but that can\u0027t be it. Right?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deeplands Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 338, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "339:10": { - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Again, despite being my enemies, I have to appreciate the beauty and diversity of the territories in the Shyre Empire. There\u0027s a whole civilization that evolved from nitrate! The creepers are deadly creatures, but the fact that nature produced such beings is astonishing. They self-immolate by exploding, and leave spores that makes more creepers. The circle of life sure is crazy. \nThis is very cool, although there is something that does not feel right about this. Some of these creepers have forgone the self-immolation part, and some have varying levels of consciousness, despite being basically the same type of creature. There is something more than evolution at play, I believe.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creeponia_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Life from Nitrate?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 339, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:creep_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creeponia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "340:10": { - "preRequisites:11": [ - 339 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse explosive gems on a creep altar\n\n§fI was right, life on Creeponia is artificial! And yet again, something that is beautiful and interesting has been ruined by futher discoveries. I swear I am not turning into a nihilst, but it sure is hard being able to look at this without some sort of coping to detach from the awful things I see.\nImagine existing and living solely to be a suicide bomber. The sole purpose of your creation being used as a weapon. I have appreciated many things about Shyre civilization, but this is yet another reminder of how evil and scary this empire is.\nTheir complete lack of ethics is chilling. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponian_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creeponia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 340, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:creep_explosive_gland" - }, - "TrophyName:8": "C.R.E.E.P. Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponian_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "341:10": { - "preRequisites:11": [ - 340 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The creepers, these sad creatures of destruction, are yet another product of recursion. \nIt seems the ability to use this power was given to the higher up of Creeponia, who I know to still be an artificially created being. So recursion works on artificial life too. \nThe more I study new powers from my powerful enemies, the more it seems to relate back to recursion. To an extent, I am gaining more independence over my own recursive powers, could it be that I may achieve similar abilities too. Not that I want to, but one has to ask. Is this a result of a single power, or are there other factors at play I cannot imagine? Would I be able to turn creatures created through essence into recursive beings? \nWhat makes a creature alive? Back on Earth, we never considered essence animals to be truly alive, they lached the \u0027will\u0027 real animals have. And now I am confronted with artificial life that\u0027s even capable of magic.\nAnd this all gets back to the nature of recursion, I really have to figure out how it works!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creeponia Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 341, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "342:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "caesium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cesium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 342, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "caesium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "343:10": { - "preRequisites:11": [ - 136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBaroness is summoned by using a Warlock Gem on a Baroness Altar.\n\nUse a Hive Egg on a Hive Spawner to summon the Hive King\n\n§fBarathos\u0027 is a very religious planet, and their religion is NOT PEACEFUL!\nAnd, of course, the avatars of their god of war are recursion masters...\nRecursion, among the many powers I have encountered, is very interesting. Many times during my journeys, I have tried to form some type of hierarchy of the various magical fields, trying to enstablish which depends on which.\nThe eldritch powers of the monster Cha\u0027garoth, for example, seem to rely on the field of aura, and on the use of specific essentias, and yet, the final result is a magic type that\u0027s very much not thaumaturgy. It depends on thaumaturgy, but it does not look like thaumaturgy, similar to how gravity is a change in the field of space-time, but it doesn\u0027t look like it, it looks like acceleration. If it didn\u0027t, we could have figured it out way before Einstein came along.\nBecause of this, trying to enstablish a hierarchy is of outmost importance, if I want to progress in my study of magic.\nRecursion, though, is weird. Its dynamics remind me of a pendulum that never stops. What causes recursion effects to happen is other recursion effects. It is like light travelling in the void of space, it keeps going. Even light, though, loses its energy once it encounters things that aren\u0027t the void. Recursion, though, just happens.\nI keep coming back, and so do my enemies, although not as fast as me, thankfully. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathos_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Barathos Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 343, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:hive_king_tendril" - }, - "TrophyName:8": "Hive King Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:baroness_brain" - }, - "TrophyName:8": "Baroness Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathos_cap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "344:10": { - "preRequisites:11": [ - 343 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "From visiting Shyre territories, and especially Barathos, I\u0027ve been able to piece a few things together.\n1. Whoever is leading this empire has full power over recursion, and this type of control is something that can be teached. The Baroness was capable of teaching this power to beasts of Barathos, even granting them intelligence. Looking at the way the society of this world is structured, though, I strongly believe recursion was not part of this society from the start.\n2. The creatures inhabiting Shyre planets are not opposed to their rulers and, as a matter of fact, they respect them, and even aid them. I suspect this has to do with the gift of recursion.\n3. Many of the Shyre people believe in a \u0027god of war\u0027, who has come into this world to start a \u0027holy crusade\u0027 to eliminate weakness from the universe. I don\u0027t want to jump to conclusions, but, I think, the empire is not just an \u0027empire\u0027, but a religion. One with many denominations and septs, though, seeing how differing the values of each Shyre world are.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathos_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Barathos Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 344, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathos_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathos_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathos_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "345:10": { - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_reactor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Am I strong enough?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 345, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_excavation_reactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "346:10": { - "preRequisites:11": [ - 287 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_elven_knowledge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elven Metallurgy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 346, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_elven_knowledge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "347:10": { - "preRequisites:11": [ - 346 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystal Perfection", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 347, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "348:10": { - "preRequisites:11": [ - 289 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutron_collector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pure Neutrinos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 348, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutron_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "349:10": { - "preRequisites:11": [ - 302 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:amthirmis_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amthirmis Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 349, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:amthirmis_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "350:10": { - "preRequisites:11": [ - 288 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:proxima_artifact" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Signal from the Belt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 350, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:proxima_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "351:10": { - "preRequisites:11": [ - 350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:unidentified_body" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "What is this?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 351, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:unidentified_body" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "352:10": { - "preRequisites:11": [ - 356 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:pardimal_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pardimal Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 352, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:quadrotic_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:pardimal_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysteriousman3_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "353:10": { - "preRequisites:11": [ - 304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:heliosis_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heliosis Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 353, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:wreck_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:heliosis_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "354:10": { - "preRequisites:11": [ - 358 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:minor_vethea_binding" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vethea Binding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 354, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:minor_vethea_binding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "355:10": { - "preRequisites:11": [ - 349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:darven_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Darven Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 355, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:darven_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysteriousman2_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "356:10": { - "preRequisites:11": [ - 355 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:cermile_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cermile Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 356, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:cermile_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "357:10": { - "preRequisites:11": [ - 353 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arksiane_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arksiane Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 357, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arksiane_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "358:10": { - "preRequisites:11": [ - 357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dream_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dream Callstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 358, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dream_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "359:10": { - "preRequisites:11": [ - 315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMake sure to get a woot model for each boss in Mortum, with the exception of Karot, they are going to be required in chapter 9. For Karot you will still have to farm it, but using a taxcollector bee contraption.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skythern Block", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 359, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "360:10": { - "preRequisites:11": [ - 359 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mortum_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Twilight Horde Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 360, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:karot_horn" - }, - "TrophyName:8": "Bull Bully", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:vamacheron_fur" - }, - "TrophyName:8": "Hyper Bunny FTW", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:reyvor_eye" - }, - "TrophyName:8": "Raymond? Reyvor!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:densos_eye" - }, - "TrophyName:8": "Dense!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fiend_soul" - }, - "TrophyName:8": "Fiend? Soul Fiend!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:twilight_antenna" - }, - "TrophyName:8": "The Final Antenna", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mortum_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "361:10": { - "preRequisites:11": [ - 360 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mortum_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mortum Star", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 361, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mortum_star" - }, - "TrophyName:8": "Starry Mortum Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mortum_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "362:10": { - "preRequisites:11": [ - 326 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 317, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Halite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 362, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 317, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "363:10": { - "preRequisites:11": [ - 362 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity Gear", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 363, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_sword" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_bow" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_helmet" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_chestplate" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_pants" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:infinity_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "364:10": { - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Am I worthy? Well, I guess I am, or else I would not have been given access to this place, Gallifrey.\nThe coordinates of the wormholes I have traversed, until now, have been bound to special material with recursive properties. This one, though is different. It is bound directly to a fractallite recursion, to a raw recursive power, like the ones that the creatures of Nero possess.\nThis one is not bound to an emotion such as fear, nor to a concept such as darkness; this is the recursive power of an attribute, worthiness. So yes, I am worthy. But worthy of what?\nThat\u0027s the loophole behind much of the magic I have encountered. The warriors of Barathos follow the power of honor in battle, but that does not make them honorable; fighting honorably for a non-honorable cause is enough for them to fulfill their pact, and maintain their powers. A similar loophole, I suspect, is what makes me worthy of Gallifrey.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gallifrey_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gallifrey, the World of the Worthy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 364, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ethical_empanada" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gallifrey_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "365:10": { - "preRequisites:11": [ - 325 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infinity_egg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Infinite Chicken", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 365, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infinity_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "366:10": { - "preRequisites:11": [ - 324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "magnatar_stabilizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magnatar Stabilizer Bucket", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 366, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "magnatar_stabilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "367:10": { - "preRequisites:11": [ - 322 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:definer_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Definer Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 367, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:definer_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "368:10": { - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:aesir_rift" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aesir Rift", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 368, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:aesir_rift" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "369:10": { - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity Catalyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 369, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "370:10": { - "preRequisites:11": [ - 409 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortallis_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortallis Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 370, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortallis_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortallis_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "371:10": { - "preRequisites:11": [ - 317, - 360 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_prison_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursion Prison Key", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 371, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_prison_key" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:first_recursive_lock" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:second_recursive_lock" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:third_recursive_lock" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fourth_recursive_lock" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fifth_recursive_lock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "372:10": { - "preRequisites:11": [ - 371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacred Callstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 372, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_prison_key" - }, - "TrophyName:8": "For Recursion!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "373:10": { - "preRequisites:11": [ - 372 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_acorn" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacred Acorn", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 373, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_acorn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "374:10": { - "preRequisites:11": [ - 316 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:matrix_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Matrix Ore", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 374, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:matrix_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "375:10": { - "preRequisites:11": [ - 359 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ultimate_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ultimate Ore", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 375, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ultimate_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "376:10": { - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:white_hole" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Negative Exotic Body", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 376, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:white_hole" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:collapser_casing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:collapser_conduit" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gravity_inverter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "377:10": { - "preRequisites:11": [ - 306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare Synthesizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 377, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "378:10": { - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "You should make a lot of this!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:universal_realgar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Universal Realgar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 378, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:universal_realgar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "379:10": { - "preRequisites:11": [ - 301 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for each template to see what items can be crafted using the Infusion Table.\n\nFor each recipe, Lumps should be added one by one until you get the exact number!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_hammer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dream Infusion Crafting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 379, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:disk_template" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:hammer_template" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:staff_template" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:claw_template" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:cannon_template" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bow_template" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:backsword_template" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_template" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_template" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_template" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_template" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_template" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "380:10": { - "preRequisites:11": [ - 303 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sentient_sword", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentient Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 380, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sentient_sword", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_forge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "381:10": { - "preRequisites:11": [ - 304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dragons_blood_sapling" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragons Blood Sapling", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 381, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dragons_blood_sapling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dirt" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:boline" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "382:10": { - "preRequisites:11": [ - 355 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "plustic:laser_gun", - "tag:10": { - "AttackDuration:3": 0, - "Energy:6": 260000.0, - "LockCooldown:3": 0, - "Modifiers:9": { - "0:10": { - "color:3": -16718206, - "identifier:8": "jaded", - "level:3": 1 - }, - "1:10": { - "color:3": -16774314, - "identifier:8": "im_a_superstar", - "level:3": 1 - }, - "2:10": { - "color:3": -1507370, - "identifier:8": "endspeed", - "level:3": 1 - }, - "3:10": { - "bonus_modifiers:3": 0, - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1, - "xp:3": 180 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 4.6, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 797, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 260000, - "LaserGunPower:5": 4.6, - "LaserGunRange:5": 70.0, - "MiningSpeed:5": 7.63 - }, - "StatsOriginal:10": { - "Attack:5": 4.6, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 797, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 260000, - "LaserGunPower:5": 4.6, - "LaserGunRange:5": 70.0, - "MiningSpeed:5": 7.63 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "jade", - "1:8": "titanium", - "2:8": "starmetal", - "3:8": "endrod" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "jaded", - "1:8": "im_a_superstar", - "2:8": "endspeed", - "3:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Laser Beams!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 382, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "aoa3:lunar_block" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:tough_tool_rod", - "tag:10": { - "Material:8": "jade" - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "plustic:battery_cell", - "tag:10": { - "Material:8": "endrod" - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "plustic:pipe_piece", - "tag:10": { - "Material:8": "titanium" - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "plustic:laser_medium", - "tag:10": { - "Material:8": "starmetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "383:10": { - "preRequisites:11": [ - 355 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:pyromancer_staff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyromancer\u0027s Staff", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 383, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:pyromancer_staff" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "384:10": { - "preRequisites:11": [ - 356 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 384, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "385:10": { - "preRequisites:11": [ - 357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:catechu_brown" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Catechu Brown", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 385, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:catechu_brown" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:nether_brick_witches_altar" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_cauldron" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "386:10": { - "preRequisites:11": [ - 299 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Fabrication (Again)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 386, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "387:10": { - "preRequisites:11": [ - 386 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cooking (Again)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 387, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "388:10": { - "preRequisites:11": [ - 300, - 387 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Some protection", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 388, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "oreIron", - "id:8": "minecraft:iron_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "389:10": { - "preRequisites:11": [ - 390 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Seared Brick", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 389, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lava_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "390:10": { - "preRequisites:11": [ - 387 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:grindstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quartz Grindstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 390, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:grindstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "391:10": { - "preRequisites:11": [ - 349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_imprisonment_tool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mob Imprisonment Tool", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 391, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "392:10": { - "preRequisites:11": [ - 389 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be automated uring hoppers, droppers, and a redstone clock", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Teaker Lump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 392, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "393:10": { - "preRequisites:11": [ - 389 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 393, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_dream_bricks" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:light_dream_bricks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "394:10": { - "preRequisites:11": [ - 298 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Time to start thinking about some crafting components!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 666, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Singularity Time?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 394, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 666, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 656, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 657, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 658, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 659, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 660, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 654, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 652, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "395:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:horrific_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Horrors of All Realms", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 395, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:horrific_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "396:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sticky_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eww, Sticky", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 396, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sticky_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "397:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runic_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warden of the Shyre Empire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 397, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runic_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "398:10": { - "preRequisites:11": [ - 395 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cosmic_fracture" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cosmic Fracture", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 398, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cosmic_fracture" - }, - "TrophyName:8": "Horrible House", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cosmic_fracture" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "399:10": { - "preRequisites:11": [ - 396 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:big_slime" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Big Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 399, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:big_slime" - }, - "TrophyName:8": "Big Slime Big Win", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:big_slime" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "400:10": { - "preRequisites:11": [ - 397 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:clunky_chunky_brick" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clunky Chunky Brick", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 400, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:clunky_chunky_brick" - }, - "TrophyName:8": "So Clunky, So Chunky", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:clunky_chunky_brick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "401:10": { - "preRequisites:11": [ - 403 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperfect Gem of the Cosmos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 401, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - }, - "TrophyName:8": "Perfect Imperfection", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_fourth_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "402:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_refined_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skythern Refined Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 402, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:skythern_refined_gem" - }, - "TrophyName:8": "Tier 4 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skythern_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "403:10": { - "preRequisites:11": [ - 402 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tulite_flower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tulite Flower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 403, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tulite_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "404:10": { - "preRequisites:11": [ - 398, - 399, - 400, - 2163, - 2165, - 2166, - 2168 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:perfected_gem_of_the_cosmos" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Perfected Gem of the Cosmos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 404, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:perfected_gem_of_the_cosmos" - }, - "TrophyName:8": "Perfect Perfection", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:perfected_gem_of_the_cosmos" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "405:10": { - "preRequisites:11": [ - 296 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:rainbowgenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rainbow Generator!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 405, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:rainbowgenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "406:10": { - "preRequisites:11": [ - 294 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutronium_compressor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutronium Compressor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 406, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutronium_compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "407:10": { - "preRequisites:11": [ - 406 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:everlasting_fusor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Everlasting Fusor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 407, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:everlasting_fusor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "408:10": { - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:immortallis_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortallis Realmstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 408, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:immortallis_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "409:10": { - "preRequisites:11": [ - 408 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete all rooms in immortallis.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortallis_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortallis Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 409, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:flash_skull" - }, - "TrophyName:8": "Flash Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:proshield_hand" - }, - "TrophyName:8": "Proshield Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mirage_femur" - }, - "TrophyName:8": "Mirage Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:klobber_hand" - }, - "TrophyName:8": "Klobber Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortallis_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortallis_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "410:10": { - "preRequisites:11": [ - 412 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_cavern_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Cavern Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 410, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_cavern_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_cavern_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "411:10": { - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A large part of what constitutes the power and cohesiveness of civilizations as vast as the Twilight Horde lies in Fractallites.\nDominion over aspects of the laws of the universe and consciousness, it seems, is the main requirement for a civilization to expand outside their own galaxy, and Fractallites provide that to a great extent.\nThe Shyre Empire does this through the powers of the Ancients of the Cavern, who become deities for the worlds the Empire targets, blessing and punishing based on their rule.\nEven I am subject to this. Powerful surges, or derision, come every night.\nThis power is quite vast, and I am unsure I can fully tackle it, but I think I can cause some damage to these undesired Ancients.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_cavern_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Cavern Realmstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 411, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_cavern_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "412:10": { - "preRequisites:11": [ - 411 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou need to be level 70 in four skills to summon each boss. Right click each shrine to activate it.\nInfusion for Coniferon.\nRunation for Horon.\nForaging for Goldorth.\nHunter for Penumbra.\n\nTo have enough tribute for each boss, fight the enemies that spawn in the cavern.\n\n§fRules, rules, rules...\nEven to fight them, I have to follow their rules.\nI won\u0027t be able to fully get rid of them, that\u0027s for sure... ugh...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_cavern_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Cavern Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 412, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:coniferon_bark" - }, - "TrophyName:8": "Coniferon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:goldorth_golden_eye" - }, - "TrophyName:8": "Goldorth Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:penumbra_spike" - }, - "TrophyName:8": "Penumbra Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:horon_tendon" - }, - "TrophyName:8": "Horon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_cavern_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terran_summoning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "413:10": { - "preRequisites:11": [ - 415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dustopia Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 413, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "414:10": { - "preRequisites:11": [ - 287 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_refined_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apalachia Refined Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 414, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:apalachia_refined_gem" - }, - "TrophyName:8": "Tier 3 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "415:10": { - "preRequisites:11": [ - 419 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo summon the primordial five, light all the dustopian lamps around the primordial shrine with darkly powder, and click on the shrine.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dustopia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 415, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:kajaros_rib" - }, - "TrophyName:8": "kajaros Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:harkos_rib" - }, - "TrophyName:8": "Harkos Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:miskel_rib" - }, - "TrophyName:8": "Miskel Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:okazor_rib" - }, - "TrophyName:8": "Okazor Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:raxxan_rib" - }, - "TrophyName:8": "Raxxan Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:darkly_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "416:10": { - "preRequisites:11": [ - 418 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greckon Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 416, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "417:10": { - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:greckon_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greckon Realmstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 417, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:haunting_table", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:greckon_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "418:10": { - "preRequisites:11": [ - 417 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrop a haunted idol to summon Bane.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greckon Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 418, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:bane_tusk" - }, - "TrophyName:8": "Bane Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:haunted_idol" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "419:10": { - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:dustopia_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dustopia Realmstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 419, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:primordial_shrine", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:dustopia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "420:10": { - "preRequisites:11": [ - 290 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 653, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ethaxium Singularity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 420, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 653, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "421:10": { - "preRequisites:11": [ - 291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lotto_banner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lotto Banner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 421, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lotto_banner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "422:10": { - "preRequisites:11": [ - 351 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:summoning_computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Summoning Computer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 422, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:summoning_computer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_microcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "423:10": { - "preRequisites:11": [ - 351 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Turbine Controller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 423, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_wall" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_frame" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_shaft" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "424:10": { - "preRequisites:11": [ - 287 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Start making a few...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalnomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 424, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "425:10": { - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:endershard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Interesting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 425, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:endershard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "426:10": { - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 426, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:charged_draconium_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "427:10": { - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extendedcrafting:storage" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Great Power at a Low (?) Price", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 427, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithrillium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extendedcrafting:storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "428:10": { - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis way for draconic armor!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:reactor_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power from Entropy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 428, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:reactor_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "429:10": { - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:ultimate_farm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "WOW!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 429, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:ultimate_farm" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "430:10": { - "preRequisites:11": [ - 435 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:magicbane" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magicbane", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 430, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:magicbane" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "431:10": { - "preRequisites:11": [ - 289 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStart of a long crafting chain ahead!\n\nIf you want to be able to craft end-game recipes, you should build an individual machine, and set up automation, for each individual step.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Finally, some Neutrinos!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 431, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "432:10": { - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis way for Corrupted Aragonite.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skotaninomicom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skotaninomicom", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 432, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:skotaninomicom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "433:10": { - "preRequisites:11": [ - 432 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anadrominomicom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Anadrominomicom", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 433, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anadrominomicom" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_third_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "434:10": { - "preRequisites:11": [ - 433 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrupted_aragonite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corrupted Aragonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 434, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:corrupted_aragonite" - }, - "TrophyName:8": "Something Something Morally Corrupt Youth", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrupted_aragonite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "435:10": { - "preRequisites:11": [ - 1323 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:strings_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Strings Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 435, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:strings_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:creative_energy_cell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "436:10": { - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:neutronium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Do this! NOW!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 436, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:neutronium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "437:10": { - "preRequisites:11": [ - 1330 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "EZ Neutrinos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 437, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "avaritia:resource" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:muon_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "438:10": { - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Automate these! Ogerite makes it easy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 38, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "64k ME Storage Component", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 438, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 38, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "439:10": { - "preRequisites:11": [ - 2142 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "TRUE Draconic Power", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 439, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_sword" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_bow" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_helm" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_chest" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_legs" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_upgrades_locations" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "440:10": { - "preRequisites:11": [ - 444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o§7§oUse a mega rune stone on a clunkhead altar to summon Clunkhead.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runador_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runandor Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 440, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:clunkhead_brick" - }, - "TrophyName:8": "Clunkhead Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runador_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mega_rune_stone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:water_rune" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fire_rune" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:poison_rune" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:energy_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "441:10": { - "preRequisites:11": [ - 440 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runandor Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 441, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_runandor" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "442:10": { - "preRequisites:11": [ - 445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click an Observing Eye on a Visualent Altar to summon Visualent.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunalus_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunalus Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 442, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:visualent_fang" - }, - "TrophyName:8": "Visualent Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunalus_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunalus_callstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:moonlight_orb" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunar_orb" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:observing_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "443:10": { - "preRequisites:11": [ - 442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunalus_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunalus Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 443, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunalus_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunalus_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "444:10": { - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runandor_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyre Magic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 444, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:unbreakable_runic_bricks", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:unbreakable_runic_glass", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:clunkhead_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runandor_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "445:10": { - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunalus_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Asteroid World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 445, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:lunar_orb", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:moonlight_orb", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:lunar_creation_table", - "meta:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:visualent_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunalus_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "446:10": { - "preRequisites:11": [ - 448 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§7§oUse a pure water stone on a hydro table to summon Hydrolisk.\n\nUse a call of the drake on a dracyon altar to summon Dracyon.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "L\u0027Borean Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 446, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dracyon_tooth" - }, - "TrophyName:8": "Dracyon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:hydrolisk_pincher" - }, - "TrophyName:8": "Hydrolisk Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_callstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:call_of_the_drake" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:pure_water_stone" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydro_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "447:10": { - "preRequisites:11": [ - 446 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Borean Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 447, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "448:10": { - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:borean_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A land of coral", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 448, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:hydro_table", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:dracyon_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:borean_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "449:10": { - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:triple_compressed_wafer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Maze Wafer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 449, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:maze_wafer" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:maze_wafer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:triple_compressed_wafer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "450:10": { - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Start early, this will take a while...\n\nSeems like large amounts of molten metal may be required in my future...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "bloodmagic:blood_tank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All of the Molten Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 450, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iron" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "bloodmagic:blood_tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "451:10": { - "preRequisites:11": [ - 282 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "You really should have automated this by now", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_mana_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greater Mana Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 451, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_gaia_spirit" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_mana_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "452:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 341, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extended Processing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 452, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 202, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 341, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:part_fluid_pattern_ex_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "453:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apichisi_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experiment #5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 453, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nimble_hummus_dip" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apichisi_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "454:10": { - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyre Tech", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 454, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:radiant_infusion_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 3, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infusion_catalyst" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_machine_case" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "455:10": { - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baphomet_altar_bricks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Witchery?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 455, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_machine_case" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baphomet_altar_bricks" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_machine_case" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "456:10": { - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "NOT a vibrator!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:resonating_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonating Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 456, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:resonating_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:resonating_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "457:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTurbines are used to make energy from high pressure steam (no need to bother with other inputs), and to make exhaust steam.\n\nSee the multiblock preview for a preview of the exterior design of a turbine.\n\nThe end faces are used for turbine bearing setups, with a bearing surrounded by coils and inlet/outlet setup. \n\nOne face should have inlets, the other should have outlets.\n\nCoils have to be placed following proximity rules, similarly to how coolers work in fission reactors.\n\nThere are multiblock previews for good turbine bearing setups.\n\nThe two turbine bearings are connected by a turbine rotor, consisting of a shaft surrounded by blades and stators. \n\nBoth blades and stators have to be placed in a planar configuration around the shaft.\n\nThe higher the efficiecy of a blade, the higher the expansion coefficient (which is bad). Stators decrease the expansion coefficient. Optimal designs have near 100% expansion coefficient.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Turbines", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 457, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_wall" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_glass" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "458:10": { - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCoils are used to produce energy in a turbine.\n\nEnergy transfer methods can be connected directly to coils to extract energy.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Turbine Bearing Setup", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 458, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_inlet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_outlet" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_bearing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_dynamo_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "459:10": { - "preRequisites:11": [ - 278 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_refined_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wildwood Refined Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 459, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wildwood_refined_gem" - }, - "TrophyName:8": "Tier 2 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "460:10": { - "preRequisites:11": [ - 461 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Well, I guess the Shyre Empire had more than one reason to include Candyland among its main territories.\nA small yet non-negligible source of recursive sweet treats are used to strengthen some of the elite, non-recursive, Shyre troops in other worlds.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Candyland Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 460, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "461:10": { - "preRequisites:11": [ - 462 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsume a treat bag anywhere in candyland to summon Cotton Candor.\nCotton Candor can only be damaged by Staves from Advent of Ascension, by Excaliber, or using Cotton Candy WIthering Spray!\n\n§fI was right about the artificial origins of this world, but I was wrong about what brought it forth. The SHyre Empire has little to do about this. Candyland is not another Creeponia, it is another Iceika. And that is why my guts kept telling me this place was dangerous.\nCotton Candor, or the being they once were, is the sole culprit behid the origins of this world as it is right now. A single act of magic, gone wrong for most, gone incredibly right for just one. At the cost of an entire planet, its inhabitants, its ecosystems, and everything else, a single being gained an extremely powerful form of recursion.\nI am capable or returning from death right after dying, the Withers of Terra continuously duplicate, Cotton Candor is invulnerable. This is why Candyland is part of the Shyre Empire; they do not care at all about these warriors, nor the resources the world has to offer. The power of its ruler, though, is enough.\nWell, almost. Whatever power was channeled to imbue this being with such power must have had some twisted sense of humor. Cotton Candor is immune to every single power, with the exception of one of the weakest form of magic, runic attacks. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Candyland Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 461, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cotton_candor_frosting" - }, - "TrophyName:8": "Cotton Candor Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:treat_bag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "462:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More strange life forms in the Shyre Empire. Life from sugar, just sugar, nothing else.\nCandyland is a land of sugar too, rocks, plants, and animals. After seeing Creeponia, I strongly suspect this may have been done artificially. Nitrate and explosives are strategically useful, but sugar, why sugar?\nThe candy creatures of Candyland are not particularly imprssive fighers, and yet they exhibit extraordinary discipline. Whatever leadership governs this place, they are doing a stellar job.\nA planet of artificially-created beings that make little to no sense strategically, a seemingly iron-clad organization structure, and goofy presentation. What have I stubled upun here? And despite all of this, why does this place feel dangerous?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:candyland_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Just Sugar, no Carbs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 462, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:candyland_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "463:10": { - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arc_reactor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ex Nihilo, VIS!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 463, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "techreborn:machine_frame" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arc_reactor_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arc_reactor" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "464:10": { - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Search \"mythic processor\" in JEI to find the list of machines!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_coil_t1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processors!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 464, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_coil_t1" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconium_electromagnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:awakened_electromagnet" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_coil_t1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_coil_t2" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mythic_coil_t3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "465:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oOgerite unlocks a better recipe for Ultimate!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Great Power at a Medium price", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 465, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithrillium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "466:10": { - "preRequisites:11": [ - 463 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:creative_solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creative Solar Array", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 466, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:creative_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "467:10": { - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Molten Salt Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 467, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_wall" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_vessel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_wall" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_frame" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_heater" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "468:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_midas" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gem of Midas", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 468, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:living_gold" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_midas" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "469:10": { - "preRequisites:11": [ - 467 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:plasma_collider" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plasma Collider", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 469, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_capacitor_melodic" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:plasma_collider" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:plasma_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "470:10": { - "preRequisites:11": [ - 467 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heat Exchanger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 470, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_wall" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_tube_thermoconducting" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_wall" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "471:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:branch_of_life" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Branch of Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 471, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extrautils2:compressedcobblestone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:branch_of_life" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_branchoflife" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "472:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:adamantium_stinger" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adamantium Stinger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 472, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:adamantium_stinger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "473:10": { - "preRequisites:11": [ - 281 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More minerals, more ways to mix and match!\nTime to build more crap!\nWho would\u0027ve thought that I\u0027d be fighting gods using material science?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jeweled_runium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Material Science Improvements", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 473, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:enchanted_myrmitite" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jeweled_runium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 69, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:enchanted_myrmitite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "474:10": { - "preRequisites:11": [ - 282 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStart Making this ASAP!\n\nThis way for Cursed Sapphire and some goodies!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_clump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacrifice Metal Clump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 474, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 1024, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_clump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "475:10": { - "preRequisites:11": [ - 479 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 69, - "lvl:2": 10 - }, - "4:10": { - "id:2": 72, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 88, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacrifice Gear", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 475, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 189, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_head", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 110, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 89, - "lvl:2": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_legs", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_feet", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 2, - "lvl:2": 500 - } - } - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:thorny_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "476:10": { - "preRequisites:11": [ - 474 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:spatial_io_port" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spatial IO Port", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 476, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:spatial_pylon" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:spatial_io_port" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "477:10": { - "preRequisites:11": [ - 476 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nightmare_incense" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare Incense", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 477, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cube_jello_cubes" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nightmare_incense" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrificial_contract" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "478:10": { - "preRequisites:11": [ - 477 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrificial_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacrificial Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 478, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rainbow_druse" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrificial_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_second_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "479:10": { - "preRequisites:11": [ - 478 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:weight_of_the_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Weight of the Ancient Heart", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 479, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:weight_of_the_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "480:10": { - "preRequisites:11": [ - 479 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_sapphire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cursed Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 480, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cursed_sapphire" - }, - "TrophyName:8": "Pretty Curses", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_sapphire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "481:10": { - "preRequisites:11": [ - 479 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Make the call of the arbiter", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:scale_of_the_ancient_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scale of the Ancient Heart", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 481, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:call_of_the_arbiter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "482:10": { - "preRequisites:11": [ - 483 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The laughs, the madness, the euphoria; yet another one of the criminally masterful weapons of the Shyre Empire.\nThe torture, it seems, is a secondary reason for why Celeve is part of the Empire. \nThe main motivation, though, is one of Gyro\u0027s creations. A volatile fluid that, even in small quantities, is potent enough to bring an entire planet into murderous clown madness. Even hearing the name of it is enough to induce a craze. Truly scary stuff.\nYet another world-ending weapon that could be unleashed on Terra if things with the Twilight Horde escalate further.\nI really have to be thankful that the Dimensional Shard supply chain is so valuable and yet so fragile, and that both invaders are so powerful that they could annhilate each other; otherwise, the people of Terra would have been wiped out long ago...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celeve Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 482, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "483:10": { - "preRequisites:11": [ - 484 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a toy gyrocopter to summon Gyro.\n\n§fI really do not like this place. The laughs, the cries of pain, it is all so dizzying, so maddening. I cannot think straight. My vision sometimes goes dark. This place is doing something to me. Something very bad.\nThe sight of Omothol was still maddening, but I would still take it over this. Any more time in this place, and I am afraid I will turn into a crazy clown myself. The laughs are contageous, they never escape my mind, I keep hearing them. They do not stop. They cannot stop.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celeve Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 483, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:gyro_red_nose" - }, - "TrophyName:8": "Gyro Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:toy_gyrocopter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "484:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Shyre Empire is truly not above any sort of war crime or depravity. Moral qualms, it seems, are not well suited for their mission of total dominion through might.\nAnd they surely do not hold qualms with regards to torture. Torture performed by laughing clowns.\nThese I have met on Terra before, and even there I was quite appalled by them. Monsters willing to subject defensless Testificate civilians to horrifying torture.\nAnd yet, nothing could prepare me for Celeve, a methodically-organized factory of pain. Laughs and cries are the sole sounds resonating through these asteroids. Laughs and cries...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:celeve_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crazy Evil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 484, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:bloodstone_bricks", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:celeve_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "485:10": { - "preRequisites:11": [ - 486 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Is this why I haven\u0027t seen any Alchemy users like me in the Shyre Empire? \nSure, from what I have seen so far we are quite rare, but still, the vastness of civilizations like my current enemies is staggering. The number of worlds I have visited so far is big enough to provide some statistical insight on this, and yet, the more I see, the less alchemy I encounter.\nSo likely, there must be some bias. Sure, producing countless resources with EMC is useful, but the types of resources I can make is not necessarily desirable. Tons of iron is worth near nothing in an economy where Sednanite and Dimensional Shards exist. And if food is so easily obtained through biological systems like Gardencia\u0027s, there really is not much use to the basic abilities provided by alchemy.\nIs it possible that planets populated by alchemists were just snobbed by my enemies as not powerful enough? It sounds outrageous to me now, as I think alchemy is incredibly powerful, but looking from the outside it may just look like a tool of convenience, unfit for a military empire...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gardencia Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 485, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "486:10": { - "preRequisites:11": [ - 487 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse petals on a vinocorne shrine to summon Vinocorne.\n\n§fThe logistics of Gardencia\u0027s empire-feeding endeavor is a surpisingly sustainable one.\nThe beings that roam this planet go through their daily activities pretty much undisturbed, but whenever they produce fruits, excess roots, or stems, they \u0027get a trim\u0027 from Shyre agents, which store the resulting produce, and send it to other territories as they need them.\nThe sustainable nature of this process has to do with the natural biological evolution of this place; no genetic engineering here. \nGardencia used to have a more complex food chain, with animals both herbivorous and carnivorous. As it sometimes happens in nature, evolution produced a somewhat unstable behavior, where animals would reproduce more easily, leading to more plants getting eaten, leading to plants producing more fruit, leading to more food abundance, leading to more animals eating more plants. This cycle kept going and going, producing an overpopulated world, both by plants and animals.\nUntil the cycle broke. Plants had become so good at producing more of themselves that they had gained other abilities, including walking, thinking, and, most importantly, to do magic. One of these magic-wielding plants, Vinocorne, was then able to ascend, in a world-shaking event not unlike Iceika, and in mere moments all animal life was gone from Gardencia.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gardencia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 486, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:vinocorne_petal" - }, - "TrophyName:8": "Vinocorne Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_cap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "487:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Gardencia! Not unlike many other Shyre worlds, it is admittedly very beautiful, and not unlike many other Shyre worlds, it is very dangerous too.\nI am sure that it selves its military purpose quite well, but the Empire\u0027s main purpose for this green lush planet does not lie in its warring abilities; rather, what makes Gardencia so incredibly interesting, and useful to my enemies, is the unique evolutionary path this place has experienced. \nKnowing what I know now, there may have been some genetic engineering, but it is nevertheless remarkable how thermodynamically efficient the life on this place is.\nThe moving creature of this world are plants, capable of photosynthesis, but they have become so good at making energy to be able to develop movement while remaining fully capable of movement. Assuming this \u0027evolution\u0027 was not obtained through external means, this is likely linked to the fact that Gardencia is a tidally-locked planet, where the sun always shines over half of the world. Thanks to this, there is no \u0027down time\u0027 for photosynthesis, and all the excess energy that is not used to move around and fight me is instead put to use to directly produce fruits and vegetables in large, very large amounts.\nThat is how the Shyre Empire effortlessly feeds itself. They don\u0027t need agriculture, nor alchemy, they just have tons of Carrotops!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gardencia_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Evil Plants!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 487, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:vinocorne_shrine", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gardencia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "488:10": { - "preRequisites:11": [ - 489 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I do not think I am powerful enough to understand this magic. Just like the entropic powers of the dragons living in the outer sky islands of Terra, I can interact with them through objects that have been imbued with this power, but I cannot manipulate it directly. Just like the ancestor of man could wield fire if it came from outside sources such as lightning, I cannot directly harness this magic, I cannot tap into its source.\nRecursion, as I understand it now, seems to hide many more secrets still. The powers I decided to face are much stronger than me, and, most importantly, much more knowledgeable than me. \nThe good thing about being behind on my homework, though, is that I can catch up looking at those ahead of me!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystevia Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 488, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "489:10": { - "preRequisites:11": [ - 490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a giant crystal on a power station to summon Crystocore.\n\n§fI have yet to understand the mechanics of this new branch of magic, but observing it in the local Crystevia population has provided some information. The constructs that inhabit this world are biological in nature, but a large part of their bodies is composed of inorganic crystal, which they appear to use as a conduit of their magic. It is almost as if they evolved to coexist with this type of magic; or, also likely, they bound themselves to it through some act or ritual.\nThis type of magic seems to operate through \u0027investitures\u0027 of some sort. Not unlike Wizardry, it manifests through different forms, different aspects, such as speed or strength; unlike wizardry, though, the requirements for mastering more of these aspects are much higher.\nOnly one being in this world is capable of perfoming magic within more than one aspect; the recursive being that rules it, Crystocore.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystevia Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 489, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:crystocore_shard" - }, - "TrophyName:8": "Crystocore Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_callstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:giant_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "490:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystevia_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Evil Crystals too!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 490, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:power_station", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystevia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "491:10": { - "preRequisites:11": [ - 492 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yes, I was correct. Voxxulon was the one behind the nitrate-based artificial life in Creeponia. A once \u0027normal\u0027 world, an entire biological framework and ecosystem, has been morphed and forever changed by a single being.\nAfter seeing so many of these types of world-wide transformation, though, I think I finally understand more about the rules of this type of magic, of this type of recursive power. Yes there are rules.\nA transformation of this type can only happen in two ways.\nThe first, accident; one who seeks to ascend, to gain control over recursion in some way, needs to have a cartain amount of knowledge and control, and lots of it. If that is lacking, the unleashed recursion has nowhere to go, and it latches on to whatever is around, changing it forever. Given the massive amount of magical power required to start this process to begin with, it going wrong generally means the end of a planet. Iceika is an examples of this. \nThe second, an agreement. To be changed into something that you are not by a recursive being, you need to accept it, you need to be willing to follow. Thankfully, these types of transformations cannot be used as a weapon against enemies, as they will not be willing to follow. Creeponia is an example of this. I do wonder what was promised to the, though.\nThe people of Barathos and Precasia followed because they had met their deities; is this what convinced Creeponia tu turn into a people of suicide bombers? Blindly zealous religion has been used by the Syre Empire, so I would not put it past them.\nNow that I think of it, there are other people that seem too \u0027attuned\u0027. The Testificates are incredibly in touch with magic and worship the Arbiter; the Realmshifters have incredibly unique dimensional-warping abilities and worship a Trinity; did they agree to be changed by similar powers too? ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vox Ponds Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 491, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "492:10": { - "preRequisites:11": [ - 493 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNOTE: the vox ponts have multiple layers underground ;)\n\n§7§oUse a vile stone on a voxxulon altar to summon Voxxulon.\n\n§fThe Vox Ponds of before nuclear disasters are not entirely gone. Voxxulon, its ruler, is a being from a long lost era, and the recursive powers of this creature are the main driver of this planet\u0027s history. The power to change biology of those that submit under their rule.\nThis ability is what allows this world to keep functioning; it made it so all that live here, and who have sworn fealty to Voxxulon, are now immune to every deranged experiment this world has and will ever experience. Those that didn\u0027t swear, they are long gone as victims of said experiments.\nI am still not 100% sure, but I strongly suspect the beings of Creeponia to be a result of a similar process, possibly undergone through Voxxulon themselves, or done by a recursive being of similar powers. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:voxponds_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vox Ponds Fall", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 492, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:voxxulon_slime" - }, - "TrophyName:8": "Voxxulon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:voxponds_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:vile_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "493:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It\u0027s not just the Meatball Man, the Shyre Empire is interested in Nukes too. And in chemical warfare. I guess that in a world of magic and recursion, scientific weapons can still play a role, otherwise my foes would not be so interested.\nIt is interesting to note, though, how humanity, all things considered, was able to discover these weapons so \u0027early\u0027 in the development of its civilization. Access to magic can really push development without having to touch lots of science. This could be a trategic advantage for me, to be fair; if the Shyre Empire got to nukes only after climbing the Kardashev scale so high, it is very possible I may know more than they do about some things.\nAnyhow, besides these strategic considerations, the Vox Ponds are interested in more than one way. Similar to Vibe and Furatto, it is a world that has experienced planet-wide destruction first hand. Laser chickens, Taint, and a cocktail of Nukes and chemical weapons can easily put an end to an entire world. Unlike these other places, though, the Vox Ponds are not in this state because of war; rather, they have been used for testing for so long that not a single part of the planet is now intact. Radiation, viruses, bagteria, gases,its inhabitants are immune to basically every scientific weapon out there, and they continue with their experiments of mass destruction as if they were no more than simple everyday tasks.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:vox_ponds_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Relics of a Forgotton World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 493, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:enigma_table", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:voxxulon_altar", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:paper", - "tag:10": { - "display:10": { - "Name:8": "y\u003d21 good" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:vox_ponds_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "494:10": { - "preRequisites:11": [ - 495 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This was a massive strategic blunder. What if the Shyre Empire now knows how to unleash laser checkens? What if they know of Taint? These are planet-destroying powers could now be used against my allies.\nThankfully, Terra is too precious to cover up with Taint, but what about the Bubbell Alliance? Can they hold their ground?\nThis could be very bad. Why? Why did I push so hard? This isn\u0027t like me! I used to be so methodical, so careful! Why?\nI am too curious, that\u0027s my problem, it makes me careless, it makes me greedy, gluttonous for more knowledge!\nThis knowledge, though, is admittedly very useful. At least now I can study the properties of Mystite, use it to shield myself from future attacks of this type, and maybe to learn a things or two from my enemies. Probably not from the Shyre Empire, as they are likely shielded the same way I am, but maybe the Twilight Horde is not protected.\nThis was a terrible blunder, there is no other way to say it, and it may cost my allies a lot, possibly everything, but if we make it through this, if, this may even the playing field.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mysterium Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 494, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_mysterium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "495:10": { - "preRequisites:11": [ - 496 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrop a shroom stone in mysterium to summon King Shroomus.\n\n§fI know what\u0027s going on with that feeling of wrongness, and why the creatures of Mysterium are used for espionage. It was a trap! \nIt felt strange to be able to be able to follow the trace of a wormhole to a world that intentionally and strategically tried to dissociate its name from the Shyre Empire. That\u0027s because they wanted me here. And I came like the eager little puppet I am.\nMystite, the metal that fills the underground of this world, has a most peculiar recursive property, which has transfered to most of the fungal and fungo/animal life here, the ability to mimic magical powers.\nWhatever magical knowledge I had, now the Shyre Empire has too...\nFortunately, though, the master of this power, the king of this land of mushrooms, was defeated before the transfer was complete, but I worry I may have revealed some of the secrets of the Testificates and the bees.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mysterium Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 495, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:king_shroomus_cap" - }, - "TrophyName:8": "King Shroomus Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shroom_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "496:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBwekfast\n\n§fYup, it\u0027s not just the Twilight Horde who was keeping an eye on me. The Shyre Empire too.\nUnlike the former, the intelligence gathering capabilities of the latter seem to be more circumscribed, likely due to its power structure being less caring of its fighters, but also more specialized.\nMysterium is home to a guild of spy sorcerers, who seem to be aligned with many other factions, including the monsters in the Abyssal Wastelands, and do not openly affiliate themselves with the Shyre Empire to maintain their specific advantage. Unfortunately for them, though, I could sense the trace of their wormholes.\nThere is something about this place that disturbs me. My attunement with magic seems to be weakened. I can still perform, and yet it feels \u0027different\u0027.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mysterium_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "What\u0027s going on here?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 496, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:banshee_spawner", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mysterium_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "497:10": { - "preRequisites:11": [ - 498 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Not only the rulers of Iromine are very powerful within their world, they seem to hold some authority in many of the Shyre worlds I have visited so far.\nDespite the inhumane way the Empire treats its subjects, its organization, power structure, and chain of command are more well-organized than I thought.\nI have yet to meet the \u0027Immortals\u0027 worshipped in Precasia, so this power structure will likely have more levels. I know the Kardashev scale was devised for the exact purpose of putting a scale to civilization size, but the vastness of my enemies\u0027 organization is just now starting to dawn on me.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iromine Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 497, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "498:10": { - "preRequisites:11": [ - 499 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a silvro coin on a silverfoot altar to summon Silverfoot.\n\nUse a gold spring on a mechbot altar to summon MechBot.\n\n§fFrom many of the early expeditions to Antartica, reports mention a peculiar species of penguin, the Adèlie. During those times not much was divulged about these birds; not because they were hard to observe, but because their habits were enough to traumatize the scientists trying to study them.\nAdèlie penguins, as they enter adulthood, develop extremely violent unhinged tendencies, tendencies that are only satiated through enough violence to scar a scientist for life.\nIromine reminds me of that, the Polytoms that roam this world are senseless berserks unwilling of any feeling of restraint or mercy. Not even against their own. Things that would very easily be considered war crimes are a common occurrance in this world.\nThe only thing that brings some sort of order and direction are its rulers, who are powerful enough to hold order in case of rebellions against their (and the Shyre Empire\u0027s) authority. The term \u0027jailer of the damned\u0027 has never felt more appropriate...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iromine Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 498, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:silver_foot" - }, - "TrophyName:8": "Silverfoot Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mechbot_cpu" - }, - "TrophyName:8": "Mechbot Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_callstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:silvro_coin" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gold_spring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "499:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou may wantto bring good gear...\n\n§fWhile the Shyre Empire seems to hold no qualms about using many of its own fighters as cannon (well, recursion) fodder, those that are powerful and cruel enough are indeed held to a higher status.\nPowerful and cruel. Those words, to be fair, fail to fully encompass the nature of Iromine, the warrior world of metal. \nIf the warriors of Barathos are akin to the Roman Empire, a proud nation with a strong foundation in personal power and battle prowess, Iromine\u0027s forces are the Huns, a horde of violent war criminals.\nI suspect religion plays very little role at holding this place under the Empire. The call for violence appears to be more than enough.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:iromine_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Living Weapons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 499, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:mechbot_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:silverfoot_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:iromine_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "500:10": { - "preRequisites:11": [ - 501 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "No clear reasons, none at all. From what I have seen in the Eden, the Twilight Horde is no stranger to espionage, and from what I am seeing now, I strongly suspect the Shyre Empire is doing some spy work of its own too.\nI myself am capable of disguising or hiding myself using magic, so one can only assume similar methods, or even ones more advanced than an invisibility potion, could be used by more magically-inclined foes.\nThankfully, after having encountered bee civilization and their secrets, I am no stranger to mysteries of this type anymore.\nI still think I am missing some fundamental piece of the puzzle. I will probably have to come back to this mystery later.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haven Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 500, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_garnet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "501:10": { - "preRequisites:11": [ - 502 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_cap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haven Falls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 501, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:rockrider_stone" - }, - "TrophyName:8": "Rockrider Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:guardian_rune" - }, - "TrophyName:8": "Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_cap" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:heavy_boulder" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:voliant_heart" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:floating_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "502:10": { - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The plot thickens...I guess?!?\nHaven, now a stronghold of the Shyre empire, apparently, used to be part of that weird space-time origami that makes up the territories of the Twilight Horde.\nI don\u0027t really understand their motifs, but who am I to ask?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:haven_realmstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Deserters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 502, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:guardian_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:haven_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "503:10": { - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "At some point, in some place, the recursive beings of the Twilight Horde came around a powerful material, one that directly allowed to enhance their powers, Bluefire.\nSome of the warriors sent to fight in the Nether caves of Terra seem to be directly bound to the powers of this material, and shed some of it after one of their bodies is felled.\nWhile I do not know how this was done, and I have no idea about the origin of Bluefire, it is probably a good idea to make more and more of it, just in case.\nThe good thing about recursive beings is that they have infinite bodies, and infinite bodies can be harvested over and over.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 991, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All of the bluefire!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 503, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bluefire_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 991, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "504:10": { - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Myrmitite\u0027s affinity with draconic and blood magic is quite useful. Full use over the power of chaos is still a long ways away, but this is the first time that I made something that directly uses this principle. And it can be weaponized.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:knife_blade", - "tag:10": { - "Material:8": "chaotic_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaotic Knife Blade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 504, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infused_rhenium_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:knife_blade", - "tag:10": { - "Material:8": "chaotic_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "505:10": { - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Let\u0027s be honest, compared with the other branches of magic, witchcraft is not the most powerful. \nAnd yet, its written tradition mentions many applications of natural powers being greatly enhanced in a particular place, called the stormlands.\nIn this legendary place, according to some old Testificate lore, powers are gratly increased, and feats otherwise impossible become a reality.\nThe stormland, also according to this lore, can only be brought forth with witchcraft.\nThe current state of the Twilight Horde is above my abilities, I cannot enter their next mythic shell without some extra help; who knows, maybe the stormlands can provide what I need?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:boline" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "This boline is special...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 505, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "randomthings:weatheregg" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:boline" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "506:10": { - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I do not know if this is going to be of any relevance, but myrmitite emits a strong aura of witchcraft, much stronger than the other fields. None of my tests so far, though, found any use for this. Yet.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cursed_myrmitite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A powerful fluid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 506, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cursed_myrmitite" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cursed_myrmitite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "507:10": { - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "And here is what my enemies wanted to get. Projector Gems are a recursive material hidden in the depths of Rhenia.\nThe bees do not know where it comes from, it was there in this world before their coming, and despite being aware of it, they never found a use for it.\nTo be fair, though, preventing the invaders of Terra from Getting their hand on it, that is already plenty useful!\nThe way the bees protect this world is quite interesting. It is a next level scorched earth (well, scorched Rhenia) strategy.\nBees, thanks to their adaptations, are capable of surviving in incredibly extreme conditions. To bring an army comparable to the ones on Terra here would require quite a bit of infrastructure to do safely. For starters, every potential invader would require some sort of respiration device (or magic survival tool) to even survive. And with bees capable of piercing through pretty much any conventional material, whatever device said potential invaders implement will have to be extremely strong. Additionally, the surface of the planet has been emptied of any resource that could aid life that\u0027s not a bee, requiring massive supply chain infrastructure for anyone who wanted to conduct war in such a place.\nGiven all these challenges, the bees of Rhenia made it so anyone who wants to attack this world will have to invest more resources into infrastructure and armaments than the potential gain of getting their hands on some Projector Gems.\nIf this were about Dimensional Shards, I suspect such a strategy would not work, but the recursive matter on Rhenia seems to be low impact enough to not being worth the hassle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:holographic_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Projections of Recursion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 507, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:holographic_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:holographic_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "508:10": { - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Bees of Rhenia, as the apt strategists they are, were willing to reveal, after some trials and tribulations, one of the more common weapons used by successful recursive beings. Thorns enchants.\nWhile my base magical abilities allow for pretty poor forms of this enchant, past recursive beings in their records were able to scale this power to incredible heights.\nThankfully, the Testificates safekept their thorny secrets for posterity, and apparently so did the Bees of Rhenia.\nThe extent of thorn enchants, I was told, is much higher than what they can achieve. \nThat is ok, though. Hopefully by examining these enchants I can produce more powerful ones on my own.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mark_of_the_samurai" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorny Sensei", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 508, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sword_shield" - }, - "TrophyName:8": "It attac, it protec", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mark_of_the_samurai" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sword_shield" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_marksamurai" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "509:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCounts entities of the specified type within the specified range, outputs a redstone signal accordingly.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:entity_detector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entity Detector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 509, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:entity_detector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "510:10": { - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIs that a One Piece reference?!?\n\n§fIt seems like I am not the first \u0027champion of the bees\u0027 that has come to this planet. And my predecessor has left a weapon.\nIn typical Bee fashion, they did not whish to reveal this right away, I had to prove my worthiness, but after passing this new trial, I was given some useful information.\nThe powers of my enemies are some of the mightiest in the whole universe; while this is quite terrifying in and of itself, it also means that encounters with these powers have been thoroughly documented through encounters over the ages. With the data of thousands of matchups from various magic and technological wars, some clear trends emerged.\nWhoever wants to compete face on with true universal power like the one from the Twilight Horde has to gain comparable power themselves, there is no way around it. Might, in the vast majority of documented encounters, has always trumped inventiveness and strategy. \nTo achieve this type of might, also according to these extensive records, specific steps need to be followed. The first of them, the Bees of Rhenia told me, is the recursive immortality I possess. The second is a powerful weapon, capable of cutting through recursion. The next ones, I will discover later.\nThe bewitched bow from the lore of Terra is capable of doing this, but to face truly mighty recursive beings, other weapons will be necessary. One of such weapons, they told me, is the one left by their, now fallen, ally of old.\nIt will not be enough to get to the end of this war, but it is a necessary step to achieve higher heights, or so I was told.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:lawsword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Relic of a Past Warrior", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 510, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 101, - "lvl:2": 3 - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:lawsword" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_kikoku" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "511:10": { - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The atmosphere of Rhenia is near inexistent, making it a target for many resource-rich asteroids, many of which carry near-pure rhenium.\nI did not even know so much of this element could exist in one place. It can definitely be used for more interesting purposes!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jeweled_runium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Material Science Improvements", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 511, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 77, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jeweled_runium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 69, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 77, - "OreDict:8": "dustRhenium", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "512:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ever since its inception, the bigegst challenge to string theory was figuring out a way to prove that it is true.\nFor many years, the primary method to verify its veridicity was showing the existence of magnetic monopoles, magnets with only a north, or only a south. \nThis, though, turned out to be a very hard task, and my research was able to prove string theory using a different approach, the theory of wormholes, which is why I am here in the first place.\nNow that I know the theory is true, I also indirecly know that monopoles are indeed possible. And I just made some!\nAll I needed was some Sednanite!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magnetic_monopole" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "String Theory Confirmed?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 512, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magnetic_monopole" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magnetic_monopole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "513:10": { - "preRequisites:11": [ - 514 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yup, these turbines can handle plasma, and quite well too!\nTime to go make a bunch of promethium!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 202, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "High Atomic Number Fusion!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 513, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:block_alloy_endergy" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 202, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "514:10": { - "preRequisites:11": [ - 512 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "And what can you make with monopoles? Perfect circular motion!\nThe best jet engines humanity ever devised? Bah, such imperfection.\nThis is what true rotation looks like! Perfectly directed magnetic fields, capable of things no single crystal bearing parts could even dream of achieving! You want to experience true circlar motion? Here is true circular motion!\nTurbines built with this paradigm should allow for much higher pressures, and who knows, maybe even handle plasma!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:highly_advanced_machine_casing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Turbines!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 514, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:highly_advanced_machine_casing" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:highly_advanced_machine_casing" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_turbine" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "515:10": { - "preRequisites:11": [ - 513 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "While solid-state fusion reactors are nice, they do not deal with energy-negative reactions well.\nHeating things and supending them with electromagnetic coils is an inefficient method. Lasers, very powerful ones, can definitely do this better and faster!\nAn inertial confinement reactor, that\u0027s what I need to get much higher yields.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hohlraum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hohlraum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 515, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 3, - "Damage:2": 202, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hohlraum" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:inertial_confinement_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "516:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Here is a cool application of draconic magic, this strange yet powerful manipulation of entropy used as a means of empowerment. It can be used to build compact, efficient, and comfortable roosts that chickens really seem to enjoy.\nReproduction is one of life\u0027s mechanisms to \u0027fight\u0027 the second law of thermodynamics, the inevitable (at least with my current knowledge) tendency of the universe to fall into homogenuity. The ability of manipulating this very force, to an extent, produces very fertile chickens, and that means more useful eggs for me! \nI cannot reverse this law of the universe, but it seems draconic magic can create lots of gray areas where I can make interesting things.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:roost" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Roosting Season", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 516, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:roost" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:roost" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "517:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 33, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Great Power at a Great Price", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 517, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithrillium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 33, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "518:10": { - "preRequisites:11": [ - 520 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Despite the squabbles between my archetypal enemies (yes I am equating this war to a myth of old), I can\u0027t help but be impressed at what the Aesir were capable of hiding after their defeat.\nI know the Shyre Empire did not know of this. They possessed the information to come to this conclusion, but they were not able to get the final step of this mystery.\nUsing magic to infuse stone into ore is a fairly mundane thing, all things considered. Useful in many cases, but in many others the bees and the chickens can do a better job.\nBut what the Aesir did was hiding their own powerful recursive material into this mundane, and honestly easy to ignore and snob, piece of botanical magic. Most of the products of the Orechid are fairly worthless, but Arkenstone, the seed of the power of the Asgard, is a gamechanger.\nWhoever did this must have been one of the final survivors of the Aesir. Instead of giving away the recursive material of Asgard, they infused into a magic that would be ignored by powerful foes like the ones they were facing, thus protecting it from their enemies\u0027 greed.\nTo whoever did this, thank you, you have given me a weapon I can use against the same enemies that put an end to your world!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orechid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 518, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arkenstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_first_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "519:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis way for Orechid and Recursive Powder.\n\n§fI have yet to encounter any form of industrialization within the territories of the Shyre Empire, and the Twilight Horde has little more organization than a pack of animals. And yet, likely thanks to magic, they can deal with natural resources quite well, without big factories, assembly lines, and logistics infrastructure.\nI, on the other hand, do enjoy the systematic approach to resource management humanity came up with, so this is how I operate (if was not clear by now).\nDespite this, though, I have to admit that, the more knowledge I have aquired on recursion, the more innovative and efficient means of resource management I was able to devise.\nLooking at the recursive materials I have encountered so far, something tells me I may just be scratching the surface of what\u0027s possible with them.\nObtaining essentia, in my early days as a thaumaturge, was quite hard; but now, thanks to some industrialization and more magical knowledge, it is not as much of an issue. I suspect the same may be true about these new mythic resources.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:purity_offer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purity Offer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 519, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apatite" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:purity_offer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "520:10": { - "preRequisites:11": [ - 519 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yes! There is something more to it.\nResearching what remains of Asgard, now the Dungeon of Arcana, did bear fruit. \nIt seems like the aesir had devised ways to channel recursion, coming from matter with mythic properties, into a sort of transmutation.\nFrom my independent studies, I was able to achieve similar results using mythic miners. Their methods, though, appear to be more effective. Agents of the Shyre Empire seem to agree with me, otherwise why would these secrets be held in the Abyss.\nWhat is interesting to me about this is the fact that the Shyre Empire is holding secrets from a territory under the Twilight Horde. I can only assume there may be some espionage or intelligence war going on. Is this how they compete with each other when they are not able to figuratively and literally nuke each other?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ragnarok_sigil" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ragnarok Sigil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 520, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:resource_storage" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ragnarok_sigil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "521:10": { - "preRequisites:11": [ - 518 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The processing of Arkenstone yields so many useful things, and this is just using the methods I currently know.\nI wonder if something like this alone may replace my power-hungry dense plasma setup?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_powder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Powder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 521, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursive_powder" - }, - "TrophyName:8": "Pow Day", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "522:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCraft it, duh!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:bonesword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Oathbringer" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 150 - }, - "1:10": { - "id:2": 101, - "lvl:2": 25 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oathbringer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 522, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:bonesword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oOathbringer§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 150 - }, - "1:10": { - "id:3": 101, - "lvl:3": 25 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "523:10": { - "preRequisites:11": [ - 269 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "There is something about Twilight Horde creatures that makes them \u0027different\u0027. Just like the Meatball man, their recursive forms are more refined, more controlled. The extent to which they are capable of returning after being \u0027killed\u0027, and their omnipresence abilities are far above the troops of the Shyre Empire.\nThis may solely have to do with different philosphies of doing war, where one faction is more liberal to arm their troops, while the other is more willing to use them as cannon fodder.\nAnyhow, the source of their power seems to come from outside of the Eden, maybe from some higher dimensions, and it is channeled into this world using special gems.\nI better get my hands on some, they may come in handy for the future.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_refined_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eden Refined Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 523, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:eden_refined_gem" - }, - "TrophyName:8": "Tier 1 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "524:10": { - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "After defeating some mythic beings, I think it\u0027s time for more wormholes!\nThe Testificates on Diamerisma let me know that the world of Vibe has something I may be looking for.\nEvery time a wormhole is opened, it is bound to a set of special locations scattered around the universe.\nEach of this locations contains a special mineral, like Dimensional Shards on Terra, that directs the warping of space-time in such a way to \u0027bind\u0027 the wormhole singularity. This is how the Shyre Empire found its buffer worlds to begin with. They opened wormholes unbound to any location, and they saw where they went. This is also how the Testificates, without knowledge of the other worlds in the empire, were able to attempt retaliation, although in a somewhat uneffective manner.\nMost of these minerals are worthless, and present in small traces, which is why places like Taerrapiatta and Furatto did not have any special resources, but Vibe contains something very interesting, or so I was told!\nI was also warned about this place, only a handful of Testificate wizards, five of them, after even seeing this place, dared to enter it. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibe_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experiment #4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 524, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:multi_fruit_milkshake" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibe_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "525:10": { - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStart making these, just an advice...\n\n§fFrom what I have seen, some of the more magically useful properties of matter emerge when said matter is present in large amounts. I better start stockpiling on all sorts of stuff in case it may be useful for my next magic experiments.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A suspicion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 525, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "526:10": { - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "See, material science is useful!\nBloodmaster has many useful properties that make it well-suited for a variety of applications. It should be a good idea to stockpile it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Bloodmaster!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 526, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "527:10": { - "preRequisites:11": [ - 528 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Who am I? \nA man of science? Sure.\nA curious person? Sure.\nDo I like these traits I have? Yeah absolutely, they are great.\nBut what have they brought me? Deep knowledge, an adventure nobody on earth could have dreamed of, and the knowledge of an evil out there that goes beyond anything I could have imagined.\nWould it have been better to live without this knowledge? No, well, maybe... I am starting to understand why the Testificates have secret societies hiding their deepest knowledge. The package as a whole comes with a lot of unwanted things, things that cahnged me. \nDoes good in this world truly exist? Well, I don\u0027t know anymore.\nLook at me asking questions to myself. All this knowledge, and the more I know, the crazier I feel...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eldritch_flower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I am Insane!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 527, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:big_boy_steak" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eldritch_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "528:10": { - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I think I may have been looking at what\u0027s happening under the wrong lens. Ever since I ended up on Terra, I always assumed that what has happened may just be some sort of coincidence, but it is evident this was not the case.\nThe Meatball Man, for some reason, was able to convince the Primordial Malevolce and other eldritch creatures to give me powers and bind me to recursion. I always assumed this \u0027pact\u0027 would have involved anyone who showed up on Terra through a wormhole. The Meatball Man clearly wants to do something on Terra, and I suspect this may have to do with the Arbiter, so it would make sense he is trying to take control over any new external influences, such as me.\nIf that\u0027s the case, though, why is it only me that ended up there? Why haven\u0027t I seen others show up? With such a large and populated universe that can use wormholes, why am I the only one that opened one to Terra? \nI have been trying to find answers externally, but it may be time to take a good look at myself.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tartarite_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eldritch Creation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 528, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tartarite_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tartarite_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "529:10": { - "preRequisites:11": [ - 531 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Have I really helped people? Well, the Testificates and the Bees surely think I have.\nHave I really helped people? Well, Terra is a bit more free than it once was.\nHave I really helped people? Why am I making excuses? I liked the power. I liked that, for once in my life, I could unshackle myself from a normal mundane life. I liked that I could finally be the hero.\nBut am I really the hero? I don\u0027t really care about my allies, I just want them to recognize me as good, and I want to become more powerful.\nI am an evil person, aren\u0027t I?\nIs this what my search into myself has produced? Is this where my solitary journey of introspection has landed? Was it worth it?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pure_warp" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I am Evil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 529, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:friendly_frittata" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pure_warp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "530:10": { - "preRequisites:11": [ - 527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This knowledge is hurting me, there is no denying it. The more I delve into this crazy war, the more I became aware of a complete lack of closure. \nLearning new things is supposed to satify me! That is why I got into science to begin with. I wanted my hunger, my thirst, to be satisfied.\nBut it could not. Knowledge is infinite, but I was not.\nCan this be changed? I was a mere mortal back then (or was I?). I\u0027m not one anymore. I have infinite time, that\u0027s why I am fighting this war to begin with.\nMy mind, though, is still bound to mortal needs. Knowing as much as possible, learning as much as possible before I am gone. That was my impetus back then, that\u0027s what drove me. I wanted to play my part in the progress of humanity.\nBut now, even though after all I have seen, this ambition, it seems so little, so mininiscule. \nThe more I see, the less I udnerstand. A question answered, ten more show up, and I feel more and more miniscule in front of this infinity. And yet, I yearn for more.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lost_memory" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I Need Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 530, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nice_clean_salad" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lost_memory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "531:10": { - "preRequisites:11": [ - 530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Is this search for knowledge a selfish one? Yes, yes it is. \nI really should have admitted this earlier. Why did I want the Nobel Prize to begin with?! I just wanted to be recognized, I wanted to be seen as the one that cares about knowledge. \nWhy am I fighting this war? I kept telling myself this is for the Testificates, this is to stop immortal bullies to play with the universe. And yet, it still ends up being about me. I am the one that has to do it. Nobody else. I... Me... Myself...\nWhy can\u0027t I be with someone else on this journey? I just now realize I am lonely, a lonely selfish pawn of a fate too big for me to even comprehend.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:evil_insight" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I can\u0027t stop...", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 531, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bento_xxxl" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:evil_insight" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "532:10": { - "preRequisites:11": [ - 529 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "...But I have Power!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 532, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warped_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warped_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "533:10": { - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The six crazed Testificate wizards on Vibe have been a gold mine of information. At some point during the campaign on Diamerisma, they became aware of a warmhole \u0027hotspot\u0027, a location where unbound wormholes will open, that has not fallen under the control of the Shyre Empire.\nThis world, Finem, is where they first encountered the chickens, the ones that shoot lasers, which later on became the ace in Terra\u0027s sleeve when the campaign moved to Furatto.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:finem_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Animals of Mass Destruction", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 533, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heavy_polenta" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:finem_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "534:10": { - "preRequisites:11": [ - 524 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Got my hands on some Vibrating Stone, and this stuff is awesome. Harmonics play some role in the way magic is catalyzed, and a material that is capable of harmonization on its own, a sort of time crystal, has the power to amplify magic. This is the secret long safekept by the haunted souls of the Twilight Forest.\nAnd on even more incredible news, the five Testificates are still alive, and I dare say, thriving. They did something to this place, something very drastic, that actually drove the Shyre empire away. This is the first great win of the Testificates against the Shyre Empire.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibrating_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Interesting results", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 534, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibrating_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibrating_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "535:10": { - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lesser_mana_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lesser Mana Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 535, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_gaia_spirit" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lesser_mana_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "536:10": { - "preRequisites:11": [ - 533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Most of the surface of Finem is made out of a strange sedimentary stone that has been created by the existence of this planet\u0027s inhabitants.\nLasers and explosions can have a long lasting impact on a planet, and this is the proof for it. Very little is left here outside of the monuments of a long-lost civilization.\nThere are some remarkable things that can be inferred out of this place, though. Ender dolomite has recursive properties I know to be originated from the chickens and their affinity with chaos and entropy. This means that recursion, this power that so weirdly eludes me, is tied to entropy, and the universal law of the path of least energy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_dolomite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Dolomite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 536, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_dolomite" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_dolomite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "537:10": { - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Vibrating stone\u0027s amplifying abilities are particularly well-attiuned to thaumaturgy. Its ability to interact with the aura field makes producing Adaminite soo much easier now!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Really Interesting results", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 537, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bento_xxxl" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_block" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:primordial_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "538:10": { - "preRequisites:11": [ - 536 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The way the war in Furatto was concluded is a cruel but viable war tactic, in case I may need it for the future. if I ever find myself in a situation where a planet\u0027s worth of enemies just needs to be erased, filling it with chickens may be the way to go.\nIt is scary to be able to contemplate this thought to begin with, but this is the situation I found myself in, and I must be prepared.\nThere are still going to be many things that can get rid of laser chickens easily, but they seem quite effective anyway.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:secret_weapon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secret Weapon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 538, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:secret_weapon" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:secret_weapon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "539:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rubidium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rubidium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 539, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rubidium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "540:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "potassium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Potassium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 540, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "potassium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "541:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidsodium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sodium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 541, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "sodium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "542:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidlithium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lithium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 542, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lithium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "543:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "helium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Helium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 543, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "helium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "544:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "beryllium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Beryllium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 544, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "beryllium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "545:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Magnesium", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "magnesium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magnesium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 545, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "magnesium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "546:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcalcium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Calcium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 546, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcalcium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "547:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "strontium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Strontium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 547, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "strontium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "548:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "barium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Barium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 548, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "barium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "549:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "radium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 549, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "radium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "550:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "yttrium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yttrium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 550, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "yttrium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "551:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_scandium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scandium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 551, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_scandium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "552:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lanthanum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lanthanum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 552, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lanthanum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "553:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cerium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cerium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 553, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "cerium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "554:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "praseodymium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Praseodymium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 554, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "praseodymium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "555:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "neodymium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neodymium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 555, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "neodymium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "556:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "promethium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Promethium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 556, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "promethium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "557:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "samarium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Samarium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 557, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "samarium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "558:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "europium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Europium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 558, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "europium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "559:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gadolinium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gadolinium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 559, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gadolinium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "560:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "terbium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terbium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 560, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "terbium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "561:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "dysprosium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dysprosium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 561, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "dysprosium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "562:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "holmium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Holmium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 562, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "holmium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "563:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "erbium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Erbium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 563, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "erbium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "564:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "thulium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thulium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 564, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "thulium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "565:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "ytterbium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ytterbium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 565, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "ytterbium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "566:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lutetium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lutetium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 566, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lutetium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "567:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "actinium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Actinium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 567, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "actinium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "568:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "thorium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 568, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "thorium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "569:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "proactinium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Protactinium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 569, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "proactinium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "570:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "uranium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 570, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "uranium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "571:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "neptunium_237" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neptunium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 571, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "neptunium_237" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "572:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "plutonium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plutonium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 572, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "plutonium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "573:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "americium_241" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Americium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 573, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "americium_243" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "574:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "curium_243" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Curium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 574, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "curium_247" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "575:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "berkelium_247" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Berkelium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 575, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "berkelium_247" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "576:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "californium_249" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Californium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 576, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "californium_251" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "577:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Einsteinium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 577, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "578:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fermium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fermium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 578, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fermium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "579:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "mendelevium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mendelevium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 579, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "mendelevium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "580:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "nobelium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nobelium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 580, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nobelium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "581:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lawrencium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lawrencium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 581, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lawrencium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "582:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rutherfordium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rutherfordium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 582, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rutherfordium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "583:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "hafnium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hafnium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 583, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "hafnium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "584:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_zirconium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zirconium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 584, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_zirconium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "585:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_titanium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Titanium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 585, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_titanium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "586:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "dubnium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dubnium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 586, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "dubnium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "587:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "seaborgium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Seaborgium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 587, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "seaborgium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "588:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bohrium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bohrium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 588, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bohrium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "589:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "hassium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hassium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 589, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "hassium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "590:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "meitnerium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Meitnerium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 590, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "meitnerium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "591:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "darmstadtium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Darmstadtium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 591, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "darmstadtium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "592:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "roentgenium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Roentgenium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 592, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "roentgenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "593:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "copernicium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copernicium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 593, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "copernicium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "594:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_vanadium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vanadium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 594, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_vanadium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "595:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "chrome" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chromium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 595, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "chrome" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "596:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "manganese" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manganese", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 596, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "manganese" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "597:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 597, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "iron" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "598:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cobalt" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cobalt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 598, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "cobalt" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "599:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "nickel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nickel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 599, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nickel" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "600:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "copper" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 600, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "copper" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "601:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "zinc" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zinc", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 601, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "zinc" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "602:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cadmium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cadmium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 602, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "cadmium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "603:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidmercury" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mercury", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 603, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluidmercury" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "604:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gold" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 604, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gold" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "605:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "platinum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Platinum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 605, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "platinum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "606:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "palladium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Palladium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 606, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "palladium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "607:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "silver" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 607, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "silver" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "608:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rhodium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rhodium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 608, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rhodium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "609:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_ruthenium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ruthenium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 609, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_ruthenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "610:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "technetium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Technetium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 610, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "technetium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "611:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_molybdenum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Molybdenum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 611, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_molybdenum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "612:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "niobium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Niobium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 612, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "niobium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "613:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tantalum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tantalum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 613, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tantalum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "614:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tungsten" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tungsten", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 614, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tungsten" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "615:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rhenium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rhenium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 615, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rhenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "616:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "osmium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Osmium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 616, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "osmium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "617:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iridium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iridium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 617, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "iridium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "618:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "nihonium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nihonium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 618, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nihonium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "619:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "flerovium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flerovium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 619, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "flerovium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "620:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "moscovium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moscovium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 620, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "moscovium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "621:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "livermorium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Livermorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 621, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "livermorium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "622:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tennessine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tennessine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 622, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tennessine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "623:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "aluminum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aluminum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 623, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "aluminum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "624:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "boron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 624, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "boron" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "625:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_gallium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gallium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 625, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_gallium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "626:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "indium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Indium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 626, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "indium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "627:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "thallium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thallium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 627, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "thallium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "628:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lead" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lead", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 628, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lead" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "629:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bismuth" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bismuth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 629, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bismuth" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "630:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "polonium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polonium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 630, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "polonium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "631:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "astatine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Astatine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 631, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "astatine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "632:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iodine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iodine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 632, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "iodine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "633:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tellurium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tellurium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 633, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tellurium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "634:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "antimony" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Antimony", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 634, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "antimony" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "635:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tin" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 635, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tin" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "636:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_germanium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Germanium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 636, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_germanium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "637:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_silicon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 637, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_silicon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "638:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcarbon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Carbon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 638, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcarbon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "639:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_phosphorus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phosphorus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 639, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_phosphorus" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "640:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "arsenic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arsenic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 640, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "arsenic" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "641:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "selenium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Selenium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 641, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "selenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "642:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bromine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bromine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 642, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bromine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "643:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "chlorine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chlorine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 643, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "chlorine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "644:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidsulfur" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sulfur", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 644, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "sulfur" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "645:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidnitrogen" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nitrogen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 645, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nitrogen" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "646:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "oxygen" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oxygen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 646, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "oxygen" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "647:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluorine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluorine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 647, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluorine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "648:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "oganesson" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oganesson", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 648, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "oganesson" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "649:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "radon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 649, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "radon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "650:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "xenon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Xenon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 650, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "xenon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "651:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "krypton" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Krypton", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 651, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "krypton" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "652:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "argon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Argon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 652, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "argon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "653:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "neon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 653, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "neon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "654:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "hydrogen" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydrogen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 654, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "hydrogen" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "655:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "arbiterium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arbiterium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 655, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "arbiterium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "656:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "meatballium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Meatballium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 656, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "meatballium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "657:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRocksnots can be placed in water. They will eat mobs around them, and eventually eject pearls if enough are consumed.\n\n§fThey were all swindled. The inhabitants of the swamp in between are all part of a larger plan, and it has to do with terra.\nI seem to be also part of this plan, and yet I can oppose these invaders. Why? Why am I different? What is the price for my immortality? Is my immortality the price?\nI do not know if I will ever be able to find answers, but I can at least use my power to put these slaves out of their misery....\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:rock_snot_pearl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hunger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 657, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:rock_snot_pearl" - }, - "TrophyName:8": "Rocksnot Farmer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:fumigant" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:rock_snot_pearl" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_5" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "658:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay tar beasts and wights to craft a tar beast heart.\n\n§fThe stories and legends of \u0027pacts with the devil\u0027 seem to have some truths to them. The power of the druids is not their own, it comes from the abyssal beings, who gave them the power to be like them.\nThe devil of folklore always gave a great price, and so did the abyssal ones. The druids were able to ascent to higher dimensions of space, but they had to pay for their freedom.\nThey are now just slaves that use their powers to capture more and more beings to the cause of the abyssal ones.\nI would like to know what the swamp looked like before this pact...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tormented Souls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 658, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 24, - "id:8": "thebetweenlands:items_misc" - }, - "TrophyName:8": "Tar Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:fumigant" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_4" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "659:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe mortar and pestle can be used to produce a variety of ground items. Their properties are different from every player. You can test their effects on a gecko that has been put in a cage using a net. \nTo make armaniis, you should use the ground powder that makes the gecko feel calm, and look at you with loving eyes.\nTo make a potion out of the right ground item, fill the infuser with water, add the right ingredients, and stir for a couple of minutes. \nIf the ingredient is correct, the liquid in the infuser will become darker. Once it\u0027s done, use a bucket to trasfer it to an alembic. Use a dentrothyst vial to collect the aspect from the alembic.\n\n§fThe druids are capable of manipulating the souls of the beings around them, and twisting the inhabitants of the swamp in between into their unknowing servants.\nPotion-making has to do with this control, but the source appears to be the abyssal creatures that live in the higher dimensions.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:aspect_vial", - "tag:10": { - "blHerbloreAspects:10": { - "container:9": { - "0:10": { - "aspect:10": { - "type:8": "Armaniis" - }, - "storage:10": { - "dynamic:3": 2000, - "hasStoredStatic:1": 0, - "storedStatic:3": 0 - } - } - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spirit Domination", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 659, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:elixir" - }, - "TrophyName:8": "Alchemical Annoyance Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "thebetweenlands:aspect_vial", - "tag:10": { - "blHerbloreAspects:10": { - "container:9": { - "0:10": { - "aspect:10": { - "type:8": "Armaniis" - }, - "storage:10": { - "dynamic:3": 2000, - "hasStoredStatic:1": 0, - "storedStatic:3": 0 - } - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_3" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "660:10": { - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the chiromaw matriarch.\n\n§fLife does take many forms, yet words cannot describe the unnatural feeling that permeates me when interacting with the beings of this 6-dimensional swamp. \nThey posses great abilities, yet they do not appear to be free, this is wrong...\nAre they just like me, bound to a fate outside of their control, enslaved by unexplainable knowledge?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:chirobarb_erupter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Horrid sacrifice", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 660, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:chirobarb_erupter" - }, - "TrophyName:8": "Chiromaw Matriarch Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:chirobarb_erupter" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:betweenlands_callstone_2" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "661:10": { - "preRequisites:11": [ - 536 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This changes everything! If recursive matter can come from animals and people, it is truly possible that many of the strange materials and metals I have encountered so far to be artificial.\nIs that why dimensional shards are rare? Is it because someone on Terra created them. The dragons on the outer Ender islands use the power of chaos in ways that are similar to the chickens on Finem. Is it possible that they are related?\nAnd there is also the Arbiter too; most of the architecture tied to him uses fluix and skystone, which also appears to have originated on the End islands. Is there any symbolism there? Or something more?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:endergenic_sediment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sedimenting till the end!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 661, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:endergenic_sediment" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:endergenic_sediment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "662:10": { - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o Very versatile.\n\nUpgrades can increase its speed, give it a wireless range, and turn it into a device that repairs items based on XP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Infuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 662, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 400, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 401, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 402, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "663:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe last stand enchantment will prevent death at the cost of experience. By this point, it should be a good idea to have some sort of XP farm, and to put last stand on your armor.\n\n§fDo I like being trapped in an endless loop of death and rebirth? Absolutely not.\nDoes it have some unexpected advantages! Well, surprisingly, yes!\nKnowing a bit more about magic has allowed me to get more insight into what is happening to me. I still have no idea how or why this is happening, but some empirical testing showed that this rebirth consumes some of my own essence.\nBut thanks to my newly magic abilities, and a bit of industrialization, I can get lots and lots of essense into my person, and bypass the death and rebirth cycle.\nThis has some undesirable side effects, as the protection enchants on my armor lose effectiveness, but I can still become nearly immortal.\nWhoever gave me this \u0027curse\u0027 may have gifted me with something amazing, but it may be a bit too early to say...\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:death_compass", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The power of undeath", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 663, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_life_2" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 30, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "664:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEvery night and day, there is a chance special events will occur, where special mobs will spawn. These will be announced by messages in chat.\n\n\u0027The ground bathes in the pearly light of the moon\u0027: full moon, special hunter mobs will spawn at night\n\n\u0027The hunt for blood has begun\u0027: blood hunt, special blood-themed mobs will spawn\n\n\u0027Lost souls scurry across the world in the darkness\u0027: soul scurry, special versions of mobs will spawn, these will be immune to most damage types (magic works)\n\n\u0027The world just got stranger\u0027: alien invasion, aliens will spawn\n\n\u0027Today is a good day to die\u0027: death day, hunter mobs that give a lot of experience will spawn\n\n\u0027The hissing sounds begin\u0027: creep day, mobs capable of spawning creepers will spawn\n\n§fThe amount of violence in this world it truly staggering. Are we good caretakers of Earth? No, but we sure have it better than here.\nAlien raids, blood hunts, ghosts? This world is fully under siege, and the attacks are fairly organized; it seems like everyone wants something out of it! But I don\u0027t see anything that may warrant such drastic measures.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hunters_rifle", - "tag:10": { - "HideFlags:1": 2 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "What\u0027s going on?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 664, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nice_clean_salad" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "665:10": { - "preRequisites:11": [ - 210 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDungeon constructors will drop the keys. All arcana mobs will drop collector fragments. \nThe keys will open the respective door types, and will allow you to get raw arcanium. \nThe arcanium extractor can be found exploring.\nDungeon contructors can be hard to find, you can use the optional item to summon them!\n\n§fThe Dungeon of Arcana, this is the name of the place I have entered. And endless expanse of rooms, rooms, and nothing else. This place keeps going on forever, I know it.\nIt is directly under the control of the Twilight Horde, but their domain is not absolute. A weak resistance is still present, not in the military form, but some of the secrets of this place have successfully been kept from the invaders.\nArcanium, a material with very peculiar properties is kept hidden in rooms, secretly built by the enslaved constructors who appear to be in charge of maintaining the rooms of this endless fortress. \nThe material has powerful magic properties, of the mythic type, and it autonomously arranges itself into particular structures, like an alloy that can change state without having to vary any outside conditions. \nThese slaves are broken people, barely capable of aknowledging their surroundings, and they mostly just mumble. One word, though was recognizable from their otherwise incoherent mumblings, the word was Asgard. The home of the gods in Norse mythology.\n\n ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcanium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Secrets", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 665, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:arcanium" - }, - "TrophyName:8": "Arcanium Researcher", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:collector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:ancient_key" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:sludge_key" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:soul_key" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:raw_arcanium" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcanium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:constructor_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "666:10": { - "preRequisites:11": [ - 210 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLord Vatticus will trade the wizard book, used to summon two bosses.\nIt can be tricky to find, so the optional item can be used to summon him!\n\n§fWell this is peculiar! On one hand, I think I have a good idea on the power level of the Twilight Horde, on the other hand, this power level feels a bit too high to make sense.\nOne of the slaves kept writing this place\u0027s history, and shared it with me.\nThe Dungeon of Arcana, in its weirdness, used to be a much different place; this used to be Asgard, home of the Aesirs, the deities in the Norse pantheon. Looking at the properities of Arcanium the only remaining trace of what this place used to be, I can assume they were some sort of order of magicians, and a very powerful one. \nThis place has its own gravitational field, independent of any planet, with perfectly parallel field lines. How is this possible? I don\u0027t know!\nAnd yet, in a matter of mere seconds, the entirety of this place was taken over. Not by troops, not by weapons of mass destruction. No, they were taken over by an actual infinite fortress. A building, a set of rooms, stairs, and doors that, in the time it takes to drink a cup of water, replaced itself with the home of the Aesirs, killing everything that tried to oppose it.\nThis should be impossible by all physiscs humans have discovered, but here it is. I had to measure everything so many times, and all data points to this fact. I am not on the surface of a planet; I am inside a flat, infinite, pancake-looking fortress sitting somewhere in a space-time anomaly!?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wizards_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dungeon Invaders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 666, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:dramix_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:parasecta_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wizards_book" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lord_summoner" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wargeneral_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "667:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe advanced memory card is used to link p2p buses in an organized matter!\n\nYou should use this if you are using p2p!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "betterp2p:advanced_memory_card", - "tag:10": { - "selectedIndex:3": -1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Memory Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 667, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "betterp2p:advanced_memory_card", - "tag:10": { - "selectedIndex:3": -1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "668:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe network visualization tool lets you see the layout of your AE2 network, organized by color! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aenetvistool:net_visualizer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Network Visualization Tool", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 668, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aenetvistool:net_visualizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "669:10": { - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " §7§oWireless version of the crafting terminal.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_crafting_terminal", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Crafting Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 669, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_crafting_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "670:10": { - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWireless version of the pattern terminal. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_pattern_terminal", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Pattern terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 670, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_pattern_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "671:10": { - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWireless version of the ME terminal. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_terminal", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 671, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "672:10": { - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " §7§oWireless version of the fluid terminal.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_fluid_terminal", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Fluid Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 672, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_fluid_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "673:10": { - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should definitely do this!\n\nIf the wireless access point wasn\u0027t satisfying enough, try this. When inserted into a quantum link bridge, this will provide your wireless terminal with infinite range including across dimensions! \n\nThe wireless access point is no longer needed if you set this up.\n\nThanks to Fox for the help!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 59, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinite Wireless Range", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 673, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 59, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "674:10": { - "preRequisites:11": [ - 50147 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "\n\n\n-With regards to DefinitelyAPerson", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Making GP", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 674, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "675:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lava Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 675, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "676:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Water Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 676, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "677:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wind Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 677, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "678:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you need a hand with organization, the storage scanner can help you!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:storage_scanner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good Logistics", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 678, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_number" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:storage_scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "679:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creative Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 679, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "680:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 680, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "681:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manual Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 681, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "682:10": { - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragon Egg Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 682, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "683:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:machine_frame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Tools", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 683, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "684:10": { - "preRequisites:11": [ - 686 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hefm_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HEFm Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 684, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hefm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "685:10": { - "preRequisites:11": [ - 684 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_hefm_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HEFm Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 685, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_hefm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "686:10": { - "preRequisites:11": [ - 687 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_255" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All of the Fermium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 686, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_252" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_254" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_255" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_257" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "687:10": { - "preRequisites:11": [ - 691 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_lees_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LEES Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 687, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_lees_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "688:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heuf_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HEUF Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 688, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heuf_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "689:10": { - "preRequisites:11": [ - 688 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_heuf_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HEUF Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 689, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_heuf_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "690:10": { - "preRequisites:11": [ - 689, - 50224 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatballium_324" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Meatballium A\u0027 Plenty", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 690, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatballium_323" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatballium_324" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "691:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lees_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LEES Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 691, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lees_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "692:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:polonium_beryllium_alloy_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polonium goes Boom", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 692, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:polonium_beryllium_alloy_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "693:10": { - "preRequisites:11": [ - 690, - 695, - 698 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:herrr_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HERRR Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 693, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:herrr_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "694:10": { - "preRequisites:11": [ - 693 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_herrr_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HERRR Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 694, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_herrr_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "695:10": { - "preRequisites:11": [ - 696 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lawrencium_258" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lawrencium-258", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 695, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lawrencium_258" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "696:10": { - "preRequisites:11": [ - 692 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_polonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polonium went Boom", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 696, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_polonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "697:10": { - "preRequisites:11": [ - 685 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_260" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fermium-260", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 697, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fermium_260" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "698:10": { - "preRequisites:11": [ - 701 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nobelium_254" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Such Nobelium, Much Rads", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 698, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nobelium_254" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nobelium_255" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "699:10": { - "preRequisites:11": [ - 694 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lawrencium_262" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lawrencium-262", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 699, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lawrencium_262" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "700:10": { - "preRequisites:11": [ - 50231, - 50230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HEP-239 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 700, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "701:10": { - "preRequisites:11": [ - 702 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_amfm_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted AmFm Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 701, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_amfm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "702:10": { - "preRequisites:11": [ - 697, - 703 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Americium-Fermium fuel", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:amfm_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "AmFm Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 702, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:amfm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "703:10": { - "preRequisites:11": [ - 704 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:americium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Americium-241", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 703, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "704:10": { - "preRequisites:11": [ - 700 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HEP-239 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 704, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "705:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ME capability adapter allows to interface between AE2 and compact machines.\n\nPlace a capability adapter adjacent to a compact machine. Inside the machine, connect another capability adapter adjacent to a tunnel set to the appropriate side (if you place the outside adapter on the west side, the interior tunnel needs to be set to WEST).\n\nThe block form transfers 32 channels.\n\nThe panel form transfers 8 channels. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rf-capability-adapter:aecapabilityadapter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Capability Adapter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 705, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rf-capability-adapter:aecapabilityadapter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rf-capability-adapter:aecapabilityadapter_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:tunneltool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "706:10": { - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe lamps from torchmaster are very good at illuminating areas and preventing mob spawns!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "torchmaster:feral_flare_lantern" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Safe Space", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 706, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:moms_spaghetti" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "solcarrot:food_book" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "torchmaster:feral_flare_lantern" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "torchmaster:mega_torch" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "torchmaster:dread_lamp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "707:10": { - "preRequisites:11": [ - 34 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The key behind understanding unknown phenomena is to nderstand the patterns that define them.\nMagical properties follow some sort of conservation law, where the vital energy I possess, what on Earth we call essence, can be transferred to inanimate objects too.\nSome of these connections appear to be strong, while others aren\u0027t, and some are straight up inconsequential.\nBy being able to move these enchantments between objects, I can find good ways to combine them.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:diss_enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Disenchanting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 707, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_solidified_experience" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:diss_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "708:10": { - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStandard item charger.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_wired_charger" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wired Charger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 708, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_wired_charger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "709:10": { - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " §7§oCannot charge all RF items, but can charge certus and some AE2 tools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:charger" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Charger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 709, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:charger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "710:10": { - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe flux controller can be configured to charge specific slots in the player\u0027s inventory.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxcontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Controller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 710, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "711:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The alliance between the bees and the Realmshifters is incredible. Both people are extremely selfless, and this is quite moving. For them, the giving up of the self for the sake of what is good is a necessary sacrifice for a better future. They are weak by themselves, and yet, with selfless cooperation, they have been able to permeate the territories of the invaders of Terra.\nAfter having realized the ineffectiveness of the Polyphemus plan, of transforming their members into rage-filled, but comparatively weak, one-eyed berserkers, they started expanding their network of information.\nThe ability to travel anywhere is a useful one, and it has allowed this alliance to form a powerful network of spies, too weak to manipulate events at large, but also capable of remaining hidden from pretty much everyone else involved in this war.\nDue to their lack of power, they were awaiting for someone with eough military power to make use of their intel. After passing some sort of test, I guess I am that military power!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Hator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 711, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:hator_spinel" - }, - "TrophyName:8": "The Path of Polyphemus", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_hator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "712:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Something in the past of bee civilization went wrong, really really wrong. This may be the reason behind all the subterfuge, and all the secrets.\nThe helpful bees, so full of nivety and ever-willing to help, helped the wrong people, and to this day they are suffering the consequences. I am not sure what went down exactly, but I know it has to do with the Twilight Horde, and with the Shyre Empire. The two of them had a dealing with the bees, at some point in the past, and they were able to take something from them.\nThose that were involved in this deal are still around, hidden in Europa as a form of self-exile. When I met them, their shame was evident. They still don\u0027t trust me enough to tell me what went wrong, but they think I can help them, so I will!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Europa", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 712, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:europa_spinel" - }, - "TrophyName:8": "The Betrayal of Bees", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_europa" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "713:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The alliance of bees with Blood God of Orcus is a strange one. Once a Testificate, this being got corrupted by powerful blood magic, and their form was morphed, as it often happens.\nWhat came out, though, was unexpected. A firendly form, some may even say adorable. This master of blood is not an enemy, rather, an unfortunate victim of fate (aren\u0027t we all). As long as the Blood God receives sacrifices, their destructive powers are kept in check, and they maintain a clear and level head, even capable of friendly conversation. Because of this, the bees decided to help out, and formed an entire civilization devoted to performing sacrifices, so that this being could maintain their humanity.\nI spoke with the Blood God, I was challeged by them. They wanted to know if I was worthy. Very happy I was, now they are willing to help me.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Orcus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 713, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:orcus_spinel" - }, - "TrophyName:8": "For the Blood God", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_orcus" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "714:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "While I was focused on the invaders of Terra, their armies, and their flamboyancy, I should\u0027ve spent more time looking at politics. If the knowledge of a single leap in destructive power, the atom bomb, was enough to throw earth into a crazed period of cold war, with all of its subterfuge and spying, one could assume that similar things may happen if much larger powers were to be discovered, or encountered in others\u0027 hands.\nThe \u0027big players\u0027 like the Shyre Empire know they are the strongest, so they showcase their powers, knowing that very few can match it. This doesn\u0027t necessarily explain what\u0027s going on with their campaign on Terra, and I am sure they too are playing some sort of political game, but that\u0027s another discussion. What interests me are the \u0027medium players\u0027, those that don\u0027t show their hand right away. The Crimson Cult and J\u0027zahar are good examples of that. How powerful are they? Could they rival the Twilight Horde? Are they actually powerful? Or are they just influential?\nKeeping an aura of mystery appears to be the way the game of power is played in this universe. You want to let your enemies know you are powerful, to avoid direct confrontation, but your exact reach and capabilities should remain hidden, in case your enemy is indeed stronger than you.\nThe Gun Devil, the hand that rules over Falacer, is good at playing this game, so much so that the bees have complied with him, not knowing what this creature would be capable of.\nAnd what about the Meatball Man? He has been open during all of our interactions, and yet, I can\u0027t shake off the feeling there\u0027s something more. He too is playing this game, which may be a good sign.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Falacer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 714, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:falacer_spinel" - }, - "TrophyName:8": "Queen of the Gun Devil", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_falacer" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "715:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The resorfulness of bees is incredible, but sometimes, their naivety really surprises me. They are collaborating with the Meatball Man, the evil god of pleasure, and they are doing it because he ASKED NICELY?! I really don\u0027t get it, but it\u0027s clear that, even though it may not seem like it, the bees must have thought a lot about this.\nThis could have to do with how powerful the Meatball Man is. He is clearly someone you don\u0027t want to mess with. And who knows, he may even be stronger than what I make him to be, that\u0027s how little I know about this creature. Well, to be fair, I know even less about the invaders of Terra, the Twilight Horde, and the Shyre Empire. And the Crimson Cult, even less.\nAnyhow, exploring the secrets of Oi was a good idea. I have learned something about the Meatball Man. His powers, which I still find terrifying, make a bit more sense. Those that die under certain conditions, which I still don\u0027t fully know, fall under his influence, and become his undead slaves till the end of time.\nApparently, natural death is not enough for this monster. So how does he get more undead slaves? Well, he nukes planets. Magic allows for many tools of mass destruction, but it seems like they do not cause death in the \u0027right way\u0027 that will produce more undead. Oi is just one of many planets like this, a once prosperous world, now completely erased.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Oi", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 715, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:oi_spinel" - }, - "TrophyName:8": "Meatball Artillery", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_oi" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "716:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Everyone keeps secrets, that\u0027s just part of being a person. Sometimes it is shame that drives us to hide things, but sometimes we just hide things for absolutely no reason.\nAnd sometimes, we hide things from ourselves, afraid of what may happen.\nThis seems to be the main motivation behind the hidden Pharos powers of the bees of Ptah. \nBees are nice and helpful, really nice and helpful, so it is easy to take them as just that, but it is clear now that even they have their own politics, and most importantly, a bigger overarching goal, that goes beyond just helping everyone around them.\nI\u0027m not really sure how, but I seem to have passed some sort of test, and the bees now trust me. Something big is in the works.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Ptah", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 716, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ptah_spinel" - }, - "TrophyName:8": "Powerful Radiance", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_ptah" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "717:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The quest for knowledge is not an easy one. As a practitioner of science, I have had many confirmations of this. Answers lead to more questions, which lead to more answers, which lead to more questions.\nThis answer, though, I am happy with! The bees are helping the Testificates! And I am all about helping the testificates!\nAs I was told in Furatto, there are still few, faithful to the Arbiter, that are pushing a campaign against the invaders of Terra. The rest of testificate society deemed them crazy, and thought them dead.\nApparently, they are still fighting, and their main ally are the bees! The massive facilities to forge armor and imbue potions on Osiris and Ptah serve the war effort in the buffer worlds of the Shyre empire.\nAfter seeing how nice bees are, I\u0027m not surprised they want to help, but if it were that simple, why keep it a secret? Why not say it openly like the bee societies of Hator and Orcus?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Osiris", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 717, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:osiris_spinel" - }, - "TrophyName:8": "The Great Forge Planet", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_osiris" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "718:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "That\u0027s what I needed! A secret order of bees!\nSomething I found very puzzling about bee society was the apparent lack of cooperation between the many societies inhabiting the Sol system planets. As I should\u0027ve guessed, there actually is some type of cooperation, just not the type I imagined.\nSimilarly to the testificates of Terra, bee society likes to hold secrets through a secret network of individuals in charge of both government and keeping a written history. After seeing this happen in two different societies, one starts to wonder. Is this how government is run once magic enters the equation? Are open, outspoken leaders too easy to manipulate? Are secret societies the way to go in a universe at war?\nI was able to encounter one of said secret society members on Luna who, being extremely nice as always, told me about a secret mark that is being shared all around the Sol system, they call themselves the Bubbell Alliance. The bees are coming together!\nThe gravity bees of Sedna, having attuned to the strange properties of their home world, have control over powerful gravitational magic (magic? science? I don\u0027t really know how bees work), and they seem to be sitting at the top of the Sol system hierarchy. They have been making political moves, and have sent signals to the other bees.\nThey are coming together, they are coming together for me.\nWhy me? Is this a prophecy story? Am I their version of the Messiah? Are they just being nice because they are always nice to everyone?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Sedna", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 718, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sedna_spinel" - }, - "TrophyName:8": "Steward of Gravity", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_sedna" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "719:10": { - "preRequisites:11": [ - 193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A world of mushrooms, cows and, demons! Nice!\nAt some point in Terra history, the testificated screwed up (never heard that before), and their negligence summoned forth a horde of demons.\nThe bees of the past, though, were able to banish these demons, and imprisoned them to Haumea, where they are now being kept, until someone would be powerful enough to exorcise them.\nLooking at this event, it is interesting to note how in this story the Testificates were quite weak, and the bees were powerful helpers. While exploring the Deep Dark caves, I have met demons more powerful than the ones on Haumea, and they were properly jailed using \u0027normal\u0027 testificate magic, with no outside help, as far as I know. Bees, on the other hand, while being very resourceful, do not strike me as the mighty type that would start a demon prison on a planet in the outskirts of a star system. \nOne bee in this place surprised me, though. The same \u0027sixth sense\u0027 that made me aware of the dangers of the Meatball Man went off. Not in the same way, but it is evident that bees have, or at least used to have, power. Lots of power.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_spinel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Haumea", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 719, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:haumea_spinel" - }, - "TrophyName:8": "Mark of the Beast", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_haumea" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "720:10": { - "preRequisites:11": [ - 34 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe typesetting table uses an enchanted book and a chase to create an enchanted plate at the cost of xp.\n\nThe printing press uses a plate, some ink, and books to create multiple copies of the enchantment on the plate.\n\n§fEnchants possess some type of signature, which is a very useful property. This signature is conserved between transitions, and it can even be replicated by using some of my own essence.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:printingpress" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moar Enchants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 720, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:biblioglasses" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:tome_experience", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:printingpress" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:typesettingtable" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:bibliochase" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "721:10": { - "preRequisites:11": [ - 1172 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:powercell_card" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powercell Card (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 721, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:powercell_card" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "722:10": { - "preRequisites:11": [ - 90103 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese energy cells are not great, but they can be used for wireless energy at a low transfer rate!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:powercell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powercell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 722, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:powercell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "723:10": { - "preRequisites:11": [ - 722 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese energy cells are not great, but they can be used for wireless energy at a low transfer rate!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:powercell_advanced" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Powercell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 723, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:powercell_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "724:10": { - "preRequisites:11": [ - 718, - 717, - 715, - 714, - 713, - 712, - 711, - 719 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " So this is the true story of the bees. This galaxy, in its entirety is theirs. Not just planets, not mere star systems. The universe is theirs. Well, it used to.\nEver since the first bees started to become aware, their drive was one, and it was one of creation and life. From their home world, they would learn how to survive without oxygen, and, in spite of extreme cold or heat, they started expanding, bringing new life into the surrounding worlds. They seldom would seek to dominate the life they brought, they were simply there to help, to serve, to let life originate new life.\nBecause of this, they slowly but surely kept growing, and their colonies eventually were present on every single planet, asteroid, or comet, spreading the light of life.\nHow did they do it? Well, this was the secret held by the Bubbell Alliance, until I came along. What made it possible for bees to climb through the Kardashev scale is energy. Not lots of it, not a gargantuan amount of it. Infinite energy, freely originating from one bee, capable of powering an entire universe.\nDuring their mission to spread life, though, the bees met what we now call the Twilight Horde, and the Shyre Empire. The two were never allies, and would nevr be after that moment, but for once, after learning of the power of the bees, the two worked together, and exploited the good nature of bees to steal their power, and imprison the true queen of bees.\nSince then, bee civilization has had one mission, and one mission only; to help those in need, no matter who, but to never reveal their story to anyone ever again, until someone would pass their test.\nNeedless to say, I passed the test, I reassembled the spinel ring, and as the champion of bees, I will bring their queen back to them!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The king of the bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 724, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:spinel_ring" - }, - "TrophyName:8": "Ice on my pinky", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spinel_ring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "725:10": { - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA huge thanks to Birch8101, Gizyz, Mathias, Staffix, Tictak3, Tom for porting the questbook to BQ!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "betterquesting:placeholder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Great Questers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 725, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:intense_meatball_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "726:10": { - "preRequisites:11": [ - 20073 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_lightning_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Storm Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 726, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_lightning_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "727:10": { - "preRequisites:11": [ - 726 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_lightning_wand", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storm Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 727, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_lightning_wand", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "728:10": { - "preRequisites:11": [ - 729 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_ice_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 728, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_ice_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "729:10": { - "preRequisites:11": [ - 20071 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_ice_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Ice Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 729, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_ice_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "730:10": { - "preRequisites:11": [ - 20070 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_fire_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Pyromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 730, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_fire_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "731:10": { - "preRequisites:11": [ - 730 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_fire_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 731, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_fire_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "732:10": { - "preRequisites:11": [ - 733 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wizard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 732, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "733:10": { - "preRequisites:11": [ - 20068 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Wizard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 733, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "734:10": { - "preRequisites:11": [ - 20069 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_necromancy_wand", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Necromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 734, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_necromancy_wand", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "735:10": { - "preRequisites:11": [ - 734 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_necromancy_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 735, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_necromancy_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "736:10": { - "preRequisites:11": [ - 20074 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_sorcery_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Sorcerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 736, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_sorcery_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "737:10": { - "preRequisites:11": [ - 736 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWith regards to LordRaine\n\n§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_sorcery_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Saucerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 737, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_sorcery_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "738:10": { - "preRequisites:11": [ - 739 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_earth_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earth Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 738, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_earth_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "739:10": { - "preRequisites:11": [ - 20072 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_earth_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Earth Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 739, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_earth_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "740:10": { - "preRequisites:11": [ - 20075 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 30% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_healing_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice Healer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 740, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_healing_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "741:10": { - "preRequisites:11": [ - 740 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 45% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_healing_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Healer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 741, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:advanced_healing_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "742:10": { - "preRequisites:11": [ - 741 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_healing_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Healer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 742, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_healing_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "743:10": { - "preRequisites:11": [ - 738 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_earth_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Earth Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 743, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_earth_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "744:10": { - "preRequisites:11": [ - 737 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_sorcery_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Sorcerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 744, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_sorcery_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "745:10": { - "preRequisites:11": [ - 735 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_necromancy_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Necromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 745, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_necromancy_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "746:10": { - "preRequisites:11": [ - 732 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Wizard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 746, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "747:10": { - "preRequisites:11": [ - 731 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_fire_wand", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Pyromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 747, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_fire_wand", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "748:10": { - "preRequisites:11": [ - 728 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_ice_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Ice Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 748, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_ice_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "749:10": { - "preRequisites:11": [ - 727 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_lightning_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Storm Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 749, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:master_lightning_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "750:10": { - "preRequisites:11": [ - 752 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_gaia_spirit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greater Gaia Spirit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 750, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_gaia_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "751:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with terrasteel", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "botania:manaresource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 1 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 751, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "752:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with a gaia spirit ingot", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "botania:manaresource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 2 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 752, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "753:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with a challenge ticket", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extrabotany:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 3 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 753, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extrabotany:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "754:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the gaia arena and click the beacon with a call of the void", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "extrabotany:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 4 Gaia Guardian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 754, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "extrabotany:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "755:10": { - "preRequisites:11": [ - 753 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabotany:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I need a HEROOOO!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 755, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabotany:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "756:10": { - "preRequisites:11": [ - 753 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:treasurebox" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "why would I open it?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 756, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:treasurebox" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "757:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use the arcane prison key in Arcana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arcane_prison_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The last wolf of Alfheim", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 757, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arcane_prison_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "758:10": { - "preRequisites:11": [ - 757 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sympan_spirit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sympan Spirit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 758, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sympan_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "759:10": { - "preRequisites:11": [ - 20153 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terrasteel_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terrasteel Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 759, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terrasteel_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "760:10": { - "preRequisites:11": [ - 750 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lesser_mana_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia notice me!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 760, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lesser_mana_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "761:10": { - "preRequisites:11": [ - 755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_mana_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia noticed me?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 761, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greater_mana_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "762:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSparks can be used to transfer mana between mana pools and other botania items. Right click a spark on the pool to place it.\n\nBy default, all blocks with a spark will share mana equally, but spark augments can be used to change priorities.\n\nDominant: will take mana from other pools until it\u0027s full.\n\nDispersive: will send mana to players.\n\nRecessive: will send mana to other pools if they can take it.\n\nIsolated: will not send mana to other normal sparks.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:spark" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I see sparks!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 762, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:spark" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:sparkupgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "botania:sparkupgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:sparkupgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "botania:sparkupgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "763:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana by consuming wool blocks of the right colors, dropped in the right order.\n\nThe wand of the forest can be used to check the desired order", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "spectrolus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectrolus (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 763, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "spectrolus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "764:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from books or written books (better).\n\nCan be boosted by bookshelves like an enchanting table.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "omniviolet" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omniviolet (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 764, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "omniviolet" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "765:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oActs as a magnet for mobs and animals at the cost of mana. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "tangleberrie" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tangleberrie", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 765, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "tangleberrie" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "766:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives regeneration in a radius around it at the cost of mana.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "fallenKanade" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fallen Kanade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 766, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "fallenKanade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "767:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from stone and ores, the rarer the ore, the more mana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "stonesia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stonesia (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 767, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "stonesia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "768:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana at night.\nWill decay eventually.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "moonbless" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moonlight Lily (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 768, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "moonbless" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "769:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from furnace fuels placed nearby", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "endoflame" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Endoflame (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 769, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "endoflame" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "770:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis flower is gated to later on in progression. It has a custom loot table with unique drops.\n\nAt the cost of mana, this flower converts nearby netherrack into ores. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechidIgnem" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orechid Ignem (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 770, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechidIgnem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "771:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§r§7§oConsumes mana to teleport animals.\n\nRight click with a position reader set to a location to set where the entities will be teleported.\n\nDrop a paper on the flower to activate it. \n\nIf done correctly, a particle effect will show up.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "stardustlotus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stardust Lotus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 771, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "stardustlotus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:binder", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "772:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDamages and prevents healing in mobs with less than half heath. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "necrofleur" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necrofleur", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 772, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "necrofleur" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "773:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPushes items in a given direction at a small cost of mana.\n\nRight clicking with a wand of the forest changes the pushing direction. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "daffomill" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Daffomill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 773, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "daffomill" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "774:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to transform nearby stone into metamorphic stone (all types at random). ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "marimorphosis" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Marimorphosis (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 774, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "marimorphosis" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "775:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oVacuums items and puts them into nearby chests.\n\nYou can whitelist specific chests by placing item frames on them. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hopperhock" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hopperhock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 775, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hopperhock" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "776:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana by sucking water in a 3x3 area.\n\nWill decay eventually.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hydroangeas" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydroangeas (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 776, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hydroangeas" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "777:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana if a mob nearby is hit by a shulker projectile, but only works if internal buffer is empty", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "shulk_me_not" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shulk Me Not (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 777, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "shulk_me_not" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "778:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from lightning strikes", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "reikarlily" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reikar Lily (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 778, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "reikarlily" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "779:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana passively, the higher the y leve the better.\n\nWill decay eventually.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bellflower" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bell Flower (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 779, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bellflower" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "780:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from Conway\u0027s Game of Life in a 25x25 area centered around the flower.\n\nBest flower, but hardest to set up!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "dandelifeon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dandelifeon (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 780, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "dandelifeon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "781:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAbsorbs TNT explosions to generate mana, but it only works if it has no mana in its buffer", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "entropinnyum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entropinnyum (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 781, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "entropinnyum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "782:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSucks experience to make mana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "arcanerose" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rosa Arcana (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 782, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "arcanerose" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "783:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes flowers that are man-made to make mana, the more variety, the higher the output.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "rafflowsia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rafflowsia (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 783, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "rafflowsia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "784:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to power nearby furnaces without the need for fuel. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "exoflame" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Exoflame", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 784, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "exoflame" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "785:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents creeper explosions, and makes creepers run away from players. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "tigerseye" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tigerseye", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 785, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "tigerseye" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "786:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPushes mobs away at the cost of mana. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "jiyuulia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jiyuulia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 786, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "jiyuulia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "787:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following flowers are used to generate mana!\n\nThey need to be bound to a mana spreader to send mana into pools!\n\nThe first one you should make is the endoflame. After that, you will be able to unlock more powerful ones!\n\nThe harder it is to automate a flower (generally), the more mana it will produce!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:pool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Generating Flora", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 787, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:red_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "788:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese flowers will let you do some useful stuff!\n\nSome of these will consume mana, some won\u0027t. \n\nThe notable ones are marked as (USEFUL).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:pool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Useful Flora", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 788, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:red_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "789:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana by eating cakes placed nearby", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "kekimurus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kekimurus (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 789, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "kekimurus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "790:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes snow golems to make mana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "edelweiss" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Edelweiss (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 790, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "edelweiss" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "791:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes slimes to make mana, only works in a slime chunk", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "narslimmus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Narslimmus (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 791, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "narslimmus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "792:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana consuming leaves placed nearby", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "munchdew" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Munchdew (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 792, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "munchdew" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "793:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oKills mobs nearby for mana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bloodyenchantress" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloody Enchantress (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 793, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bloodyenchantress" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "794:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace lava and water on opposite corners to generate mana passively.\n\nWill decay eventually.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "geminiorchid" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gemini Orchid (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 794, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "geminiorchid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "795:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana consuming lava in a 3x3 area.\n\nIt has a cooldown period, when it will generate no mana while still absorbing lava.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "thermalily" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thermalily (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 795, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "thermalily" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "796:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from food dropped nearby.\n\nIt will stop making mana after receiving too much of the same food.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "gourmaryllis" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gourmaryllis (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 796, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "gourmaryllis" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "797:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you run around it, it generates mana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "tinkle" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tinkle Flower (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 797, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "tinkle" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "798:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana during the day.\n\nWill decay eventually.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "sunbless" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sunshine Lily (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 798, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "sunbless" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "799:10": { - "preRequisites:11": [ - 787 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGenerates mana from forestry drones tossed nearby", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "beegonia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Beegonia (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 799, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "beegonia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "800:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFeeds players at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Satiated Stomach", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 800, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "801:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ritual will attract all ores located below the ritual in a 3x3 area.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magnetism", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 801, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "802:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects and picks up items.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Call of the Zephyr", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 802, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "803:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAttracts mobs in a six block radius.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Containment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 803, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "804:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§8§7§oAutomatically places torches from a chest in the surrounding area.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sol", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 804, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "805:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents fluids from being placed within a 10 block radius.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Suppression", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 805, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "806:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes leaves, grass, and flowers in a 48 block radius to produce LP for a blood altar located within 10 blocks.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nature\u0027s Leech", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 806, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "807:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases the spawn rate of peaceful mobs.\n\nVery useful for will crystal automation!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Peaceful Souls (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 807, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:peaceful_soul" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "808:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBlock placer in a 5x5 area, will place any blocks from adjacent chests.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Laying of the Filler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 808, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "809:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives jump boost and prevents fall damage.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "High Jump", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 809, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "810:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPassively produces small amounts of steadfast will at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steadfast Heart", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 810, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "811:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPushes mobs away!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Interdiction", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 811, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "812:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual works as a crafting mechanic. Place a blood altar on top of the master ritual stone, and eight stasis plates over the fire runes forming a \u0027circle\u0027 around the master ritual stone.\n\nJEI will show recipes made by this ritual. This includes stasis tools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infusion de Sanguine (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 812, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:stasis_plate" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "813:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual will make power directly into a battery. You will need to place some blocks on the flat section of the ritual!\n\nPlace 16 blood tanks on the water stones on the outer layer, these are filled with life essence (refined works better).\n\nPlace 16 blood tanks on the fire stones in the middle layer, these are filled with lava.\n\nYou can use blood tanks of any size!\n\nPlace 16 stasis plates on all blocks in the inner layer. Place glowstone on the stasis plates.\n\nPlace a stasis plate on the master ritual stone. Place a flint and steel on the stasis plate.\n\nPlace eight netherracks around the fire stone below the ritual stone. Set these on fire.\n\nPlace any battery (capacitor bank, energy cell, etc.) on top of the stasis plate above the ritual stone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Burner Rites", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 813, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_tank" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_tank" - }, - "2:10": { - "Count:3": 17, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:stasis_plate" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:flint_and_steel" - }, - "4:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone_dust" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lava_bucket" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lifeessence" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "814:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlowly drains LP to grant creative flight around the ritual.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reverence of the Condor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 814, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "815:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrains LP from your network to the closest blood altar.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cry of the Eternal Soul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 815, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "816:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual nerfs the augments present on living armor to increase the number of upgrade points.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Penance of the Leadened Soul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 816, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "817:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oResets the upgrades on living armor.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sound of the Cleansing Soul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 817, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "818:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGrants regeneration I at the cost of LP.\n\nIf corrosive will is present, it will act as a lifesteal ritual, sucking HP from non-player entities!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Regeneration", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 818, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "819:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpeeds up will crystal growth in demon crystallizers by damaging mobs nearby. The more different mobs, the better!\n\nCombine with crack of the fractured crystal to make a will crystal farm!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gathering of the Forsaken Souls (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 819, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gathering_forsaken_souls" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "820:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSucks HP from players to fill a blood altar nearby.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Feathered Knife", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 820, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "821:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEliminates fall damage in the area surrounding the ritual at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Feathered Earth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 821, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "822:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace above a woot farm to produce will.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cloned Soul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 822, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "823:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuilds a large sphere using the blocks from a chest placed on the master ritual stone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Focus of the Ellipsoid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 823, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "824:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§\n§o§7§oEXPLOSION WARNING!\n\nThis ritual will call down meteors containing various (sometimes) useful ores.\n\nThe drops will depend on the item you drop on the master ritualstone before you activate the ritual (you still need to use the activation crystal first).\n\nIron Block: medium size, mostly crappy ores\n\nGold Block: large size, mostly crappy ores\n\nDiamond Block: small size, mostly good ores\n\nWeight of the Ancient Heart: surprise\n\nBaku Heart: another surprise", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mark of the Falling Tower (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 824, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "825:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual creates refined life essence.\n\nPlace four stasis plates on top of the fire runes.\n\nPlace two blood tanks above the master ritual stone, leaving a one block gap. Top is input, bottom is output.\n\nYou can use blood tanks of any size!\n\nRecipe: \n ender pearl\n blaze powder\n redstone\n blood infused glowstone dust\n life essence\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purification", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 825, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:stasis_plate" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "826:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents other players from entering an area within 12 blocks of the ritual.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aura of Expulsion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 826, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "827:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomates crystal clusters dropping will crystals when fully grown.\n\nCombine with gathering of the forsaken souls to make a will crystal farm.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crack of the Fractured Crystal (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 827, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crack_fractured_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "828:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should use the ritual of culling instead, it\u0027s less laggy.\n\nPlace the ritual below a blood altar.\n\nAny mobs present below the ritual will be damaged to fill the blood altar.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Well of Suffering (Ritual of Culling Better)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 828, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "829:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents mob spawns in an area around the ritual.\n\nThis does not disable spawners or cursed earth.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ward of Sacrosanctity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 829, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "830:10": { - "preRequisites:11": [ - 20100 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes it night!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lapis_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperfect Night Ritual (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 830, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lapis_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "831:10": { - "preRequisites:11": [ - 20100 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSummons a zombie", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperfect Undead Ritual", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 831, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "832:10": { - "preRequisites:11": [ - 20100 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes it thunder!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperfect Thunder Ritual", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 832, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "833:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCreates cobblestone at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Le Vulcanus Frigius", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 833, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "834:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConstantly consumes LP to speed up plant growth.\n\nIf there is will in the chunk, the ritual can be upgraded:\n\nRaw: increased speed\n\nCorrosive: entities are damaged for extra plant speed\n\nDestructive: the more will, the faster\n\nVengeful: increases frequency of growth ticks\n\nSteadfast: replants crops, and hydrates soil with no water", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Green Grove", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 834, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "835:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Consumes LP to cut down trees in a 10x10x30 area.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crash of the Timberman", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 835, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "836:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oInfinite water source above master ritual stone at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Full Spring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 836, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "837:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oInfinite lava source above the master ritual stone at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Serenade of the Nether", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 837, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "838:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAuto-assembles a blood altar pyramid.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Assembly of the High Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 838, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "839:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases mob spawns at the cost of LP. \n\nWill follow the same rules (light level) as normal.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Veil of Evil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 839, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "840:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases the number of upgrade points on living armor! Pretty good!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of the Living Evolution", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 840, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "841:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrop an item and a book on top of the master ritual stone to disenchant it.\n\nDrop a an enchanted book and a regular book on top of the master ritual stone to split the enchantment in two.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Unmaking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 841, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "842:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is the best way of automating a blood altar before deep mob evolution.\n\nPlace below the blood altar.\n\nMobs below the ritual will be killed to fill the blood altar.\n\nAny mob farms can be used to have an endless supply of LP.\n\nMax tier soul cages can be controlled with redstone, and are the fastest way to fuel this ritual.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Culling (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 842, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ritual_culling" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "843:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace below a blood altar and above a woot farm to fill the blood altar using the woot kills.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanical Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 843, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "844:10": { - "preRequisites:11": [ - 1334 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWith regards to UselessForce!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:aurora_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All hail the CUBE", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 844, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:the_cube" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "845:10": { - "preRequisites:11": [ - 844 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:timewinder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Time crystals!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 845, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:time_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "846:10": { - "preRequisites:11": [ - 90085 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 256 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:drum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Drum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 846, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:drum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "847:10": { - "preRequisites:11": [ - 1238 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA multiblock that can replace arrays of interfaces and molecular assembler setups! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mass Assembler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 847, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "threng:big_assembler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "848:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace above a woot farm.\n\nPlace a tank on top of the master ritual stone.\n\nThe tank will fill with life essence!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sanguine Urn", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 848, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "849:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHarvests crops and replants them at the cost of LP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reap of the Harvest Moon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 849, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "850:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual will suck in liquids from below the ritual and place them in a tank on top of the master ritual stone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hymn of Siphoning", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 850, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "851:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTeleports entities in the direction of the dusk stone.\n\nIf vengeful will is present, the ritual only works on baby mobs.\n\nIf destructive will is present the ritual only works on adult mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Speed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 851, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "852:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is used to obtain your first aspected will crystals.\n\nPlace a crystallizer on top of the master ritual stone to collect raw demon will.\n\nAfter the will crystal is fully grown, the ritual will slowly split it into crystals of the other types.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonance of the Faceted Crystal (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 852, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:faceted_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "853:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual will convert thaumcraft flux into raw will!\n\nThis is highly recommended to keep your base safe!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Eldritch Will (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 853, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eldritch_will_ritual" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "854:10": { - "preRequisites:11": [ - 1238 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAn ME interface with faster transfer rate!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "threng:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Preemptive Assembly Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 854, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "threng:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "855:10": { - "preRequisites:11": [ - 846 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 4096 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extrautils2:drum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reinforced Large Drum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 855, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extrautils2:drum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "856:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe use of this bus is discouraged!\n\nThe level mantainer will keep a set amount of certain items and fluids in storage, acts as multiple crafting cards in one. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "threng:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Level Mantainer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 856, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "threng:machine" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:fluid_level_maintainer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "857:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ritual prevents mobs from jumping.\n\nIf raw will is present the ritual will work on players too.\n\nif steadfast will is present the ritual will work on bosses too.\n\nCorrosive will disables gravity.\n\nVengeful and corrosive will combined will turn the ritual into an aura of levitation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grounding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 857, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "858:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBreaks blocks in a 3x3x3 area below the master ritual stone.\n\nPlace a chest on top of the master ritual stone to collect drops.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of the Crusher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 858, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "859:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases growth rate of animals.\n\nIncreases breeding consuming vengeful will.\n\nAuto-feeds consuming steadfast will.\n\nDestructive will makes mobs explode ;)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shepherd", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 859, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "860:10": { - "preRequisites:11": [ - 20102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a teleportation system.\n\nTwo rituals that have the same combination of blocks touching the ritual stones will be linked together!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gate of the Fold", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 860, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "861:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following contellations can be used to add a second attunement to a crystal, to modify its ritual effects.\n\nAlcara: corrupts the ritual, and gives an opposite effect.\n\nGelu: increases range, but lowers speed.\n\nUlteria: increases speed, but lowers range.\n\nVorux: increases range and speed, but the crystal has a chance of breaking.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secondary Attunmenet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 861, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "862:10": { - "preRequisites:11": [ - 20092 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace a tartaric gem of any type into the crucible. This will suck will out of the gem, and put it into the chunk.\n\nPlace a demon crystallizer into the same chunk. A will crystal will eventaully grow. Break it to obtain a raw will crystal!\n\nThe will aura gauge will show how much will of each type is present in a chunk.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Raw Will", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 862, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:demon_will_gauge" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crucible" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystallizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "863:10": { - "preRequisites:11": [ - 862 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou need to set up the resonance of the faceted crystal ritual.\n\nIn a chunk with demonic will from a demon crucible or other methods, place a crystallizer above the master ritual stone, and let a raw will crystal grow.\n\nCrystals of the other types will eventually grow on the ritual as long as you have enough raw will in the chunk.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aspected Will", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 863, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "864:10": { - "preRequisites:11": [ - 863 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is how you automate will crystals.\n\nYou will need a fair amount of each will crystal type to start this process (10 or 20 to be safe), but it will run passively after that.\n\nYou will need two rituals, both located in the same chunk. The crack of the fractured crystal should be at the top, and the gathering of the forsaken souls should be at the bottom. You can place both ritual stones on top of each other (see multiblock preview).\n\nSet up a passive mob farm below the rituals. The higher the variety of different animals, the faster this farm will work.\n\nPlace the five will crystal clusters somewhere above the rituals, in the same chunk.\n\nPlace five crucibles nearby the crystals, and pipe will crystals of each type into each.\n\nThe crystal clusters will start growing, and they will drop will crystals on the ground. Use some sort of ranged collector to collect them, and pipe them into the crucibles.\n\nThis setup will produce a surplus of will crystals. They will be made faster than the demon crucibles consume them. Profit!\n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Farming Will Crystals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 864, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystal" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:demon_crystal" - }, - "5:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "6:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "7:10": { - "Count:3": 16, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "8:10": { - "Count:3": 16, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - }, - "9:10": { - "Count:3": 16, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:item_demon_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "865:10": { - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "These wizards are crazy, I can safely say that. This place, the world of Vibe, was in the process of being taken over in a similar way to the Abyss, by a soul of corruption that had turned most of its surface into a land of corruption and blight.\nAnd how did these five alone deal with this? By using a blight of their own. This world is now free of the corruption of the Shyre Empire because it has been taken over by adifferent corruption, taint. A whole lot of taint.\nWhile this put a stop to the enemy, it did not quite defeat it for good. This powerful soul of corruption is still living, permeating the whole of the planet. But, thanks to some newly available thaumic artifacts, it can be hurt, and even kileld, it just takes a very long time doing it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibrating_mithminite_schythe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood of a Planet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 865, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibrating_mithminite_schythe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "866:10": { - "preRequisites:11": [ - 405 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So Lazy Pack Unbalanced", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 866, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "threng:big_assembler" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "threng:big_assembler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "867:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: damages hostile mobs\n\nAlcara Corrupted Effect: mobs get resistance\n\nClick the pedestal to see a preview of the ritual multiblock.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.discidia", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Discidia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 867, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "868:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: gives regeneration to nearby entities, increases plant growth\n\nAlcara Corrupted Effect: nearby entities get weakness, hunger, bleeding, mining fatigue, and crops cannot be planted\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.octans", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aevitas", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 868, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "869:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: repels hostile mobs\n\nAlcara Corrupted Effect: gives speed and strength to hostile mobs\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.horologium", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Armara", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 869, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "870:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: passive animals will produce drops spontaneously without dying\n\nAlcara Corrupted Effect: kills animals instantly with looting\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bootes (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 870, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "871:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: gives creative flight, the better the crystal, the larger the range\n\nAlcara Corrupted Effect: gives fatigue and slowness\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.bootes", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vicio", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 871, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "872:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: breaks solid blocks around the altar\n\nAlcara Corrupted Effect: fills a large area with stone\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.vicio", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Evorsio", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 872, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "873:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: smelts blocks into their burnt counterparts\n\nAlcara Corrupted Effect: fills a large area with ice\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fornax", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 873, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "874:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: tick acceleration (kinda buggy, torcherino is the preferred accelerator in the pack)\n\nAlcara Corrupted Effect: freezes mobs, and bosses ;)\n\nClick the pedestal to see a preview for the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.evorsio", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Horologium (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 874, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "875:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: prevents hostile spawns, the better the crystal, the larger the range\n\nAlcara Corrupted Effect: makes nights longer\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.bootes", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lucerna (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 875, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "876:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7§oRitual Effect: increases all mob spawns\n\nAlcara Corrupted Effect: turns skeletons into buffed wither skeletons\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.pelotrio", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pelotrio", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 876, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "877:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: makes it easier to fish\n\nAlcara Corrupted Effect: fills a large area with water\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.lucerna", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Octans", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 877, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "878:10": { - "preRequisites:11": [ - 20123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRitual Effect: turns stone into ores at random, with a custom loot table (great source for mana infused metal and runium)\n\nIt is recommended to boost this ritual for optimal effects\n\nAlcara Corrupted Effect: places stone under mobs\n\nClick the pedestal to see a preview of the ritual multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.pelotrio", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mineralis (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 878, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "879:10": { - "preRequisites:11": [ - 881 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 33, - "OreDict:8": "", - "id:8": "tconstruct:edible" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Guarded Will Powers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 879, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:steadfast_crystal_cluster" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:destructive_crystal_cluster" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrosive_crystal_cluster" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vengeful_crystal_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "880:10": { - "preRequisites:11": [ - 879 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:retaliation_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Retaliation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 880, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:retaliation_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "881:10": { - "preRequisites:11": [ - 20177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vengeful_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vengeance!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 881, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vengeful_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "882:10": { - "preRequisites:11": [ - 880 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe preview on the tier 6 blood altar is bugged, the block that should be used for tier 6 is the purple crystal cluster.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonic Powers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 882, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:decorative_brick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "883:10": { - "preRequisites:11": [ - 20354 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRituals can be boosted to have increased range and effects!\n\nTo boost a ritual, place a collector crystal with the same attunement as the ritual nearby, and link it to the altar using a linking tool. \n\nThe better the crystal, the better the boost.\n\nThe effect of the collector crystal is maximized if a multiblock is built around it. Right click the crystal with a sextant to obtain a preview of the multiblock.\n\nClick the crystal in this quest to see a preview of the ritual upgrade multiblock.\n\nTo increase the ritual effects even more, you should add lenses around the ritual.\n\nA light beam coming out of the altar will tell you where to place the lens. After it\u0027s placed, use the linking tool to point it back at the crystal. This will tell you where to place the next lens.\n\nThe better the lens, the better the boost.\n\nIf a ritual is fully boosted (maxed crystals and maximum number of fully maxed lenses), it will produce a special particle effect.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcelestialcollectorcrystal", - "tag:10": { - "astralsorcery:10": { - "collectorType:3": 1, - "constellationName:8": "astralsorcery.constellation.fornax", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual Upgrades", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 883, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcelestialcollectorcrystal", - "tag:10": { - "astralsorcery:10": { - "collectorType:3": 1, - "constellationName:8": "astralsorcery.constellation.discidia", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "884:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis quest is repeatable, so you can get the reward every time you get stuck!\n\n§7§oIt\u0027s very easy to get stuck in dimensional doors. If you get stuck, use this item!\n\nIf you do not have one of these on you, you can use the /spawn command to get unstuck, but using an in-game item feels cooler!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:limbo_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "(Un)Intended Interactions", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": 100, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 884, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imstuck_getmehome" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "885:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:DistillationTower" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distillation Tower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 885, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:DistillationTower" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "886:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:Pumpjack" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pumpjack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 886, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:Pumpjack" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersivepetroleum:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "887:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 1, - "multiblock:8": "IE:ExcavatorDemo" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Excavator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 887, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 1, - "multiblock:8": "IE:ExcavatorDemo" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "888:10": { - "preRequisites:11": [ - 20545 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:extreme_crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extreme Crafting Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 888, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:extreme_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "889:10": { - "preRequisites:11": [ - 20545 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutronium_compressor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutronium Compressor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 889, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutronium_compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "890:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Solidifier", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 890, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "891:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_god_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood God Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 891, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_god_altar" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_god_altar_network" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "892:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanized Essentia Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 892, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "893:10": { - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:iron_centrifuge" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steel Thermal Mixer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 893, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:iron_centrifuge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "894:10": { - "preRequisites:11": [ - 20481, - 325 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "RFTools Dimensions", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 894, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "895:10": { - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_enscriber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimension Enscriber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 895, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_enscriber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "896:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanized Coop", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 896, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "897:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_crucible" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythical Resource Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 897, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "898:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dreading_crucible" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreading Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 898, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dreading_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "899:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ender_stone_crucible" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Stone Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 899, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ender_stone_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "900:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_controller" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plasmatic Controller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 900, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_controller" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "901:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plasmatic Condenser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 901, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "902:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Token Totem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 902, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "903:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spatial Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 903, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "904:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infusinator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 904, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "905:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shadow Fracturer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 905, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "906:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:creation_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creation Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 906, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:creation_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "907:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitational_collapser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gravitational Collapser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 907, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitational_collapser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "908:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infinity_furnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 908, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infinity_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "909:10": { - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_cannon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutronium Cannon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 909, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_cannon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "910:10": { - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_bombarder" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutronium Bombarder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 910, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_bombarder" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "911:10": { - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Particle Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 911, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "912:10": { - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "High Impulse Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 912, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "913:10": { - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:the_cube" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The CUBE", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 913, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:the_cube" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "914:10": { - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_excavation_computer_multiblock" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Excavation Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 914, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_excavation_computer_multiblock" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "915:10": { - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_accelerator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 915, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "916:10": { - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_alloy_furnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Alloy Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 916, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_alloy_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "917:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:aluminum_lathe" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lathe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 917, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:aluminum_lathe" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "918:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_empowerer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Empowerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 918, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_empowerer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "919:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_pulverizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Pulverizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 919, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_pulverizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "920:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gearworking_die" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Gearworking Die", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 920, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gearworking_die" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "921:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_muon_extractor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Muon Extractor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 921, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_muon_extractor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "922:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_purifier" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Purifier", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 922, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_purifier" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "923:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_compactor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Compactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 923, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_compactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "924:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare Synthesizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 924, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "925:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_furnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 925, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "926:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_drying_rack" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Drying Rack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 926, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_drying_rack" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "927:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:inertial_confinement_reactor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inertial Confinement Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 927, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:inertial_confinement_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "928:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:linear_fusion_accelerator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Linear Plasma Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 928, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:linear_fusion_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "929:10": { - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:relativistic_collapser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Relativistic Collapser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 929, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:relativistic_collapser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "930:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_discharger" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Discharger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 930, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_discharger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "931:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:definer_two" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Definer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 931, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:definer_two" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "932:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_sphere" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Sphere", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 932, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_sphere" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "933:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_irradiator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Irradiator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 933, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_irradiator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "934:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_compressor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Compressor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 934, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_compressor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "935:10": { - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_builder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimension Builder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 935, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_builder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "936:10": { - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_editor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimension Editor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 936, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimension_editor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "937:10": { - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimlet_workbench" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimlet Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 937, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:dimlet_workbench" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:material_absorber" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:liquid_absorber" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:biome_absorber" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:terrain_absorber" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:feature_absorber" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftoolsdim:time_absorber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "938:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier16" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Meteoric Befaller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 938, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:meteoric_befaller" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "939:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:processor_clean_room" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Processor Clean Room", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 939, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:processor_clean_room" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "940:10": { - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 940, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "941:10": { - "preRequisites:11": [ - 999, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 941, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "942:10": { - "preRequisites:11": [ - 999, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 942, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "943:10": { - "preRequisites:11": [ - 999, - 20327 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 943, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:twilight_clock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "944:10": { - "preRequisites:11": [ - 999, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 944, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "945:10": { - "preRequisites:11": [ - 999, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 6", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 945, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "946:10": { - "preRequisites:11": [ - 999, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 7", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 946, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "947:10": { - "preRequisites:11": [ - 999, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 8", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 947, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "948:10": { - "preRequisites:11": [ - 999, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 9", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 948, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "949:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:giant_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Big Bertha" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 35 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 10 - }, - "3:10": { - "id:2": 19, - "lvl:2": 8 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Big Bertha", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 949, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:giant_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBig Bertha§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 35 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 10 - }, - "3:10": { - "id:3": 19, - "lvl:3": 8 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "950:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!\n\n§fSame thing as the ring but in a larger form.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:ice_pendant", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Pendant", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 950, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:ice_pendant", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oIce Pendant§r" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "951:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!\n\n§fDespite being completely made out of ice, I don\u0027t think I can break this ring unless I purge all magic from it. doesn\u0027t seem to be getting any warmer either.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:ice_ring", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Ring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 951, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:ice_ring", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oIce Ring§r" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "952:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_gloves", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phoenix Gloves", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 952, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_gloves", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPhoenix Gloves§r" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "953:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!\n\n§fA longsword from the aether skies, this weapon kinda hurts your eyes to look at for long periods of time. along with a whole slew of other enchantments, its blade seems to constucted in such a way that the sun\u0027s light is absorbed by it, bouncing around inside it until it strikes something. any foe hit by this will be burned by the heat of the star while any undead will fall apart under its holy light.\n\nThis sword was first made on Diamerisma and was passed down as a heirloom to the Aether inhabitants. it was later made recursive as part of the aethers recursion experiments. They made a LOT of recursive objects most of them completely mundane or useless like zanite scupltures, paintings, iron cubes, and dirt houses, though there are a few useful trinkets which I may want to obtain for my collection.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:holy_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dragnipur" - }, - "ench:9": { - "0:10": { - "id:2": 20, - "lvl:2": 4 - }, - "1:10": { - "id:2": 16, - "lvl:2": 45 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 22, - "lvl:2": 4 - }, - "5:10": { - "id:2": 21, - "lvl:2": 5 - }, - "6:10": { - "id:2": 17, - "lvl:2": 100 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Durandal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 953, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:holy_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDurandal§r" - }, - "ench:9": { - "0:10": { - "id:3": 20, - "lvl:3": 4 - }, - "1:10": { - "id:3": 16, - "lvl:3": 45 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 22, - "lvl:3": 4 - }, - "5:10": { - "id:3": 21, - "lvl:3": 5 - }, - "6:10": { - "id:3": 17, - "lvl:3": 100 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "954:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through thaumcraft, botania, abyssalcraft, woot, and deep mob learning.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:primal_cutter", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 39 - }, - "1:10": { - "id:2": 39, - "lvl:2": 100 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Primal Cutter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 954, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:primal_cutter", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPrimal Cutter§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 39 - }, - "1:10": { - "id:3": 39, - "lvl:3": 100 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "955:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFarm withers with deep mob learning, and obtain an aeldunari by progressing abyssalcraft.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "soulshardsrespawn:vile_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Soul Stealer" - }, - "ench:9": { - "0:10": { - "id:2": 82, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 6 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul Stealer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 955, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "soulshardsrespawn:vile_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSoul Stealer§r" - }, - "ench:9": { - "0:10": { - "id:3": 85, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 6 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "956:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through bewitchment.\n\nTo complete this quest, the bow needs to be empty.\n\n§fThe flux-infused bow is already quite powerful, but demonic influence really make it shine! Enchanting a uncharged bow with demon parts, sigils, and dragon blood plastic turns it into Brave. a really good bow with life-stealing capablities.\n\nThe echo is a bit fuzzy but this bow was used by the nether inhabitants of Terra to defend aganist the interdimensional invaders. It wasn\u0027t enough to defeat them but its enough to help me now.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:tool.bow_flux", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Brave" - }, - "ench:9": { - "0:10": { - "id:2": 94, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 12 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 93, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brave", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 956, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:tool.bow_flux", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrave§r" - }, - "ench:9": { - "0:10": { - "id:2": 97, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 12 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 96, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "957:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.\n\n§fA bow made during the final days of the twilight forest, it was given to the archers of the final castle to defend against the oncoming crimson horde. Alas, it was not enough to protect them, but it is still quite the feat of warfare! The wood of the bow appears to be from a specialized form of tree grown by a nature mage that grows into the bow\u0027s shape and has the natural magic property of seeking foes. The string of the bow is full of Ender magic and imbues the arrows launched from it with a powerful, withering effect. The arrows meant for it have a crystal cluster tip and a carmite core that heals you from a distance, and the fletching seems to be a unique creeper spore-based propusion system that launces it like a rocket! Neat.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:seeker_bow", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Mirkwood Bow" - }, - "ench:9": { - "0:10": { - "id:2": 94, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 18 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 93, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mirkwood Bow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 957, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:seeker_bow", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMirkwood Bow§r" - }, - "ench:9": { - "0:10": { - "id:3": 46, - "lvl:3": 6 - }, - "1:10": { - "id:3": 48, - "lvl:3": 18 - }, - "2:10": { - "id:3": 51, - "lvl:3": 1 - }, - "3:10": { - "id:3": 96, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "958:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:block_and_chain", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Morning Star" - }, - "ench:9": { - "0:10": { - "id:2": 20, - "lvl:2": 5 - }, - "1:10": { - "id:2": 16, - "lvl:2": 20 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Morning Star", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 958, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:block_and_chain", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMorning Star§r" - }, - "ench:9": { - "0:10": { - "id:3": 20, - "lvl:3": 5 - }, - "1:10": { - "id:3": 16, - "lvl:3": 20 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "959:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay tier 1 gaia guardian, farm gaia essence, and make the gaia altar.\n\n§fWhoever made this made a lot of it; I could barely figure out its full name, and that was the only information I could gleam from the echo. Judging by the materials used to make it, I\u0027d say that it was forged by the Asgardians to fight against the horde.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:thundersword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Thunderfury, Blessed Blade of the Windseeker" - }, - "ench:9": { - "0:10": { - "id:2": 20, - "lvl:2": 4 - }, - "1:10": { - "id:2": 16, - "lvl:2": 45 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 3 - }, - "4:10": { - "id:2": 22, - "lvl:2": 6 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thunderfury, Blessed Blade of the Windseeker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 959, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:thundersword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oThunderfury, Blessed Blade of the Windseeker§r" - }, - "ench:9": { - "0:10": { - "id:3": 20, - "lvl:3": 4 - }, - "1:10": { - "id:3": 16, - "lvl:3": 45 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 3 - }, - "4:10": { - "id:3": 22, - "lvl:3": 6 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "960:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through blood magic.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sentient_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Soul Eater" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 50 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul Eater", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 960, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sentient_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSoul Eater§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 50 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "961:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the cleansing of vibe with the vibrating mithminite schyte.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:thyrsus", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Venomous Thyrsus" - }, - "ench:9": { - "0:10": { - "id:2": 107, - "lvl:2": 20 - }, - "1:10": { - "id:2": 16, - "lvl:2": 20 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Venomous Thyrsus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 961, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:thyrsus", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVenomous Thyrsus§r" - }, - "ench:9": { - "0:10": { - "id:3": 109, - "lvl:3": 20 - }, - "1:10": { - "id:3": 16, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "962:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_necromancy_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Necromancy Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necromancy Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 962, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_necromancy_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oNecromancy Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "963:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_healing_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Healing Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Healing Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 963, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_healing_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oHealing Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "964:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_ice_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Ice Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 964, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_ice_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oFire Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "965:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_fire_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Fire Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 965, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_fire_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oIce Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "966:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_nature_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Earth Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nature Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 966, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_nature_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oNature Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "967:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay king bambambam.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:vulcammer_maul", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 6 - }, - "1:10": { - "id:2": 56, - "lvl:2": 10 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 20, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vulcammer Maul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 967, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:vulcammer_maul", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVulcammer Maul§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 6 - }, - "1:10": { - "id:3": 59, - "lvl:3": 10 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 20, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "968:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_lightning_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Lightning Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 968, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_lightning_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oLightning Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "969:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay corallus.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:tidal_greatblade", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 25 - }, - "1:10": { - "id:2": 56, - "lvl:2": 10 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 22, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tidal Greatblade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 969, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:tidal_greatblade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oTidal Greatblade§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 25 - }, - "1:10": { - "id:3": 59, - "lvl:3": 10 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 22, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "970:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat the watcher, and progress through the twilight forest.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_greatblade", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Vorpal Sword" - }, - "ench:9": { - "0:10": { - "id:2": 94, - "lvl:2": 3 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 22, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vorpal Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 970, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_greatblade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVorpal Sword§r" - }, - "ench:9": { - "0:10": { - "id:3": 94, - "lvl:3": 3 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 22, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "971:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay smash.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:limonite_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Biggus Yeetus" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 29 - }, - "1:10": { - "id:2": 34, - "lvl:2": 3 - }, - "2:10": { - "id:2": 19, - "lvl:2": 49 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Biggus Yeetus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 971, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:limonite_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBiggus Yeetus§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 29 - }, - "1:10": { - "id:3": 34, - "lvl:3": 3 - }, - "2:10": { - "id:3": 19, - "lvl:3": 49 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "972:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through abyssalcraft.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:soulreaper", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Vrangr" - }, - "ench:9": { - "0:10": { - "id:2": 93, - "lvl:2": 16 - }, - "1:10": { - "id:2": 22, - "lvl:2": 10 - }, - "2:10": { - "id:2": 34, - "lvl:2": 5 - }, - "3:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vrangr", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 972, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:soulreaper", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVrangr§r" - }, - "ench:9": { - "0:10": { - "id:3": 96, - "lvl:3": 16 - }, - "1:10": { - "id:3": 22, - "lvl:3": 10 - }, - "2:10": { - "id:3": 34, - "lvl:3": 5 - }, - "3:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "973:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUncover the mystery of rhenia.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamuraihelmet", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Stinger Samurai Helm" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 1 - }, - "1:10": { - "id:2": 34, - "lvl:2": 15 - }, - "2:10": { - "id:2": 7, - "lvl:2": 55 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stinger Samurai Helm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 973, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamuraihelmet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStinger Samurai Helm§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 1 - }, - "1:10": { - "id:3": 34, - "lvl:3": 15 - }, - "2:10": { - "id:3": 7, - "lvl:3": 55 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "974:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through thaumcraft and astral sorcery, explore the aether.\n\nThis super-enchanted recipe is a bit annoying to see, check for uses for the neromantic prime to see it easily!\n\n§fOne day staring up into the night sky you finally understood a longing you had in the back of your mind. You belong to the stars, you always have. You understood that scientifically a long time… now your understanding is almost spiritual. When you look at the sky the constellations pop out at you announcing their presence like old friends reaching out to reconnect with you.\n\nReaching those skies was your first idea, but Terra’s atmosphere is littered with asteroids it would be nearly impossible to breach that through conventional means, so instead you devised a way to bring the stars to you, and wrap yourself in them. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcape", - "tag:10": { - "RepairCost:3": 1, - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - }, - "ench:9": { - "0:10": { - "id:2": 0, - "lvl:2": 10 - }, - "1:10": { - "id:2": 1, - "lvl:2": 10 - }, - "2:10": { - "id:2": 30, - "lvl:2": 30 - }, - "3:10": { - "id:2": 34, - "lvl:2": 100 - }, - "4:10": { - "id:2": 70, - "lvl:2": 1 - }, - "5:10": { - "id:2": 3, - "lvl:2": 10 - }, - "6:10": { - "id:2": 4, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mantle of Stars", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 974, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcape", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - }, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMantle of the Stars§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 1, - "lvl:3": 10 - }, - "2:10": { - "id:3": 30, - "lvl:3": 30 - }, - "3:10": { - "id:3": 34, - "lvl:3": 100 - }, - "4:10": { - "id:3": 70, - "lvl:3": 6 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - }, - "6:10": { - "id:3": 4, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockborehead" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "975:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:minotaur_axe", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Axe of Savagery" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 10 - }, - "3:10": { - "id:2": 79, - "lvl:2": 4 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Axe of Savagery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 975, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:minotaur_axe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oAxe of Savagery§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 20 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 10 - }, - "3:10": { - "id:3": 80, - "lvl:3": 4 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "976:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through abyssalcraft, and make the valonite gateway.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:shockwave_sword", - "tag:10": { - "RepairCost:3": 1, - "cooldown:3": 0, - "display:10": { - "Name:8": "Sword of the Swamps" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 45 - }, - "1:10": { - "id:2": 34, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 22, - "lvl:2": 4 - }, - "4:10": { - "id:2": 52, - "lvl:2": 3 - } - }, - "uses:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sword of the Swamps", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 976, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:shockwave_sword", - "tag:10": { - "cooldown:3": 0, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSword of the Swamps§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 45 - }, - "1:10": { - "id:3": 34, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 22, - "lvl:3": 4 - }, - "4:10": { - "id:3": 52, - "lvl:3": 3 - } - }, - "uses:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "977:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some awakened draconium.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonbone_sword_ice", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Brisingr" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 22, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 21, - "lvl:2": 4 - }, - "5:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brisingr", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 977, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonbone_sword_ice", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrisingr§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 22, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 21, - "lvl:3": 4 - }, - "5:10": { - "id:3": 83, - "lvl:3": 15 - }, - "6:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "978:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some awakened draconium.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonbone_sword_fire", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Zar\u0027Roc" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 22, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 21, - "lvl:2": 4 - }, - "5:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zar\u0027Roc", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 978, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonbone_sword_fire", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oZar\u0027Roc§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 22, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 21, - "lvl:3": 4 - }, - "5:10": { - "id:3": 83, - "lvl:3": 15 - }, - "6:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "979:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtain the trust of the rhenia bees, and conquer finem.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:lawsword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "K-Room" - }, - "ench:9": { - "0:10": { - "id:2": 98, - "lvl:2": 6 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "K-Room", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 979, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:lawsword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oK-Room§r" - }, - "ench:9": { - "0:10": { - "id:3": 101, - "lvl:3": 16 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "980:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the elder spider in apichisi.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:boomerang", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Superoomerang" - }, - "ench:9": { - "0:10": { - "id:2": 25, - "lvl:2": 1 - }, - "1:10": { - "id:2": 27, - "lvl:2": 10 - }, - "2:10": { - "id:2": 27, - "lvl:2": 10 - }, - "3:10": { - "id:2": 26, - "lvl:2": 10 - }, - "4:10": { - "id:2": 24, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Superoomerang", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 980, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:boomerang", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSuperoomerang§r" - }, - "ench:9": { - "0:10": { - "id:3": 25, - "lvl:3": 1 - }, - "1:10": { - "id:3": 27, - "lvl:3": 20 - }, - "2:10": { - "id:3": 27, - "lvl:3": 20 - }, - "3:10": { - "id:3": 26, - "lvl:3": 20 - }, - "4:10": { - "id:3": 23, - "lvl:3": 20 - }, - "5:10": { - "id:3": 24, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "981:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through abyssalcraft, and make the valonite gateway.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_chestplate", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Eonic Chestplate" - }, - "ench:9": { - "0:10": { - "id:2": 0, - "lvl:2": 5 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eonic Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 981, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_helmet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_chestplate", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_leggings", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_boots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "982:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the fallen tower garnet puzzle, and collect a lot of resources.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 69, - "lvl:2": 10 - }, - "4:10": { - "id:2": 72, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 88, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacrifice Metal Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 982, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_head", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - }, - "11:10": { - "id:3": 112, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - }, - "11:10": { - "id:3": 91, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_legs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_feet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - }, - "11:10": { - "id:3": 2, - "lvl:3": 500 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "983:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through bewitchment.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:spider_t_shirt", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Someone\u0027s Costume" - }, - "ench:9": { - "0:10": { - "id:2": 0, - "lvl:2": 9 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 46, - "lvl:2": 10 - }, - "3:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Someone\u0027s Costume", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 983, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:spider_t_shirt", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSomeone\u0027s Costume§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 9 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 47, - "lvl:3": 10 - }, - "3:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "984:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the ancient entity, and obtain the manastone in the deep dark.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_leggings", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Thorns of Villany" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 1 - }, - "1:10": { - "id:2": 34, - "lvl:2": 15 - }, - "2:10": { - "id:2": 7, - "lvl:2": 30 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorns of Villany", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 984, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_leggings", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oThorns of Villainy§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 1 - }, - "1:10": { - "id:3": 34, - "lvl:3": 15 - }, - "2:10": { - "id:3": 7, - "lvl:3": 30 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "985:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProgress through blood magic.\n\n§fA memory of pain, a memory of power...\n\n§fBlood drips from your fingertips, you are tired, the type of tired sleep can’t fix.\n\nThe life of countless souls litters the altar, and yet more keep piling up. Some came looking for power, some for relief, but all, in the end, gave their life just to be taken by the dark crimson metal. And yet, you still climb up to the top, the cycle cannot stop, it will not stop...\n\nBlood given form. Blood given purpose. forged with the souls of the damned… here you stand on an altar forging your first statement against the one who took away your right to die.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 4 - }, - "1:10": { - "id:2": 0, - "lvl:2": 10 - }, - "2:10": { - "id:2": 4, - "lvl:2": 4 - }, - "3:10": { - "id:2": 69, - "lvl:2": 4 - }, - "4:10": { - "id:2": 72, - "lvl:2": 4 - }, - "5:10": { - "id:2": 1, - "lvl:2": 4 - }, - "6:10": { - "id:2": 3, - "lvl:2": 4 - }, - "7:10": { - "id:2": 34, - "lvl:2": 100 - }, - "8:10": { - "id:2": 30, - "lvl:2": 2 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloodmaster Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 985, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_head", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_chest", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_legs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_feet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "986:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 20 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 69, - "lvl:2": 10 - }, - "4:10": { - "id:2": 72, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brightsteel Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 986, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_head", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_chest", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_legs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_feet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "987:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 940, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollect the elder coins, they can all be found in the overworld.\n\n§fEngraving the sigls of the great old ones and the outer gods onto a divine shickaxe with pyrite grants it a fraction (of a fraction of a refection of a..) of their destructive might! \nThe echo of this one\u0027s creatiton is very faint, this power must have been used quite a few times. \nAll i can get out of it is that it was used by Terra to mine in the deep dark during a past war, when the testificates first became aware of dimensional shards.\nIt must have been a dire situation for Terra to use the might of the elder ones in their mining tools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Direpick" - }, - "ench:9": { - "0:10": { - "id:2": 32, - "lvl:2": 20 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Direpick", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 987, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDirepick§r" - }, - "ench:9": { - "0:10": { - "id:2": 32, - "lvl:2": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "988:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 940, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFarm some EMC!\n\n§fPut a massive amount of EMC into an extra large graphite electrode and it becomes practicly unbreakable! I felt almost no echo of this ones creation, it must have been mass-produced or something. I dont have much use for this by itself but maybe i could use its unbreakable properties.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:graphite_electrode", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Doped Electrode" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 233 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Doped Electrode", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 988, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:graphite_electrode", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDoped Electrode§r" - }, - "ench:9": { - "0:10": { - "id:3": 34, - "lvl:3": 233 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "989:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the scorcher, farm some nether stars, breed some bees.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:slime_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Jerry\u0027s Sword" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 100 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jerry\u0027s Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 989, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:slime_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oJerry\u0027s Sword§r" - }, - "ench:9": { - "0:10": { - "id:3": 34, - "lvl:3": 125 - }, - "1:10": { - "id:3": 39, - "lvl:3": 50 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "990:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay tier 2 and 3 gaia guardians, and slay the bosses in the dungeon of arcana.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcanite_blade", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Arcanium Blade" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 57 - }, - "1:10": { - "id:2": 34, - "lvl:2": 6 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcanium Blade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 990, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcanite_blade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oArcanium Blade§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 57 - }, - "1:10": { - "id:3": 34, - "lvl:3": 6 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "991:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the ayeracos, and farm ender dragons with deep mob learning.\n\n§fA legendary sword forged by the finest blacksmiths of the end and wielded by Lucard, the first commander of Terra\u0027s united army. The original was made during peacetime as a symbol of Terra\u0027s pride. It was recursed to be used by Terran commanders as a ceremonial sword.\nIt is infused with the essence of native end dragons and enchanted with soul-binding magic.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:black_ender_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Blade of Terra" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 37 - }, - "1:10": { - "id:2": 46, - "lvl:2": 1 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blade of Terra", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 991, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:black_ender_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBlade of Terra§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 37 - }, - "1:10": { - "id:3": 47, - "lvl:3": 1 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "992:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMake the dragonfire crucible. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:stymphalian_bird_dagger", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dagger of the Skies" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 27 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dagger of the Skies", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 992, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:stymphalian_bird_dagger", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDagger of the Skies§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 27 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "993:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7§oSlay the watcher, and defeat mobs in iceika.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:crabclaw_maul", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Crabsmasher Maul" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 27 - }, - "1:10": { - "id:2": 22, - "lvl:2": 20 - }, - "2:10": { - "id:2": 84, - "lvl:2": 5 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crabsmasher Maul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 993, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:crabclaw_maul", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oCrabsmasher Maul§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 27 - }, - "1:10": { - "id:3": 22, - "lvl:3": 20 - }, - "2:10": { - "id:3": 87, - "lvl:3": 5 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "994:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 942, - 998 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:bayonette_rifle", - "tag:10": { - "HideFlags:1": 2, - "RepairCost:3": 1, - "display:10": { - "Name:8": "Gun Devil Tribute" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 3 - }, - "1:10": { - "id:2": 53, - "lvl:2": 1 - }, - "2:10": { - "id:2": 59, - "lvl:2": 15 - }, - "3:10": { - "id:2": 58, - "lvl:2": 3 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gun Devil Tribute", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 994, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:bayonette_rifle", - "tag:10": { - "HideFlags:1": 2, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oGun Devil Tribute§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 3 - }, - "1:10": { - "id:3": 56, - "lvl:3": 1 - }, - "2:10": { - "id:3": 64, - "lvl:3": 15 - }, - "3:10": { - "id:3": 63, - "lvl:3": 3 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "995:10": { - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Great", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 995, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "996:10": { - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 996, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "997:10": { - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flavor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 997, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "998:10": { - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "OK", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 998, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "999:10": { - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis pack contains some special recipes! \n\nThese allow you to obtain high level enchantments that you cannot obtain otherwise.\n\nThis quest tab lists all of the super-enchanted recipes available in each chapter, and it highlights the best ones at each tier.\n\nJEI can also be used to find these recipe, just type \u0027super-enchanted\u0027!\n\nAll high level enchants can be stripped off and they can be applied to other pieces of gear (with some limitations). This can be done using the enchantment applicator and extractor from industrial foregoing, or using the enchanter from botania.\n\n§fIt seems objects can be recursive too! But with some key differences. These recursive objects need to be imprinted on another object that is similar-ish to it. This is typically done using a method that is a bit like enchanting but with much more physical matter. (There are exceptions to this.)\n\nOnce the base object is imprinted, it takes on the exact properties and appearance of the object the moment it became recursive.\n\nA strange thing I\u0027ve noticed is that when I first pick up the recursive item, I receive a... memory? vision? echo? of the item\u0027s creation and use throughout history. The more times an object is imprinted, the fuzzier this echo becomes. There is not much practical use for this, but it sure is neat!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_hood", - "tag:10": { - "RepairCost:3": 1, - "ench:9": { - "0:10": { - "id:3": 30, - "lvl:2": 2 - }, - "1:10": { - "id:3": 69, - "lvl:2": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Super-Enchanting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 999, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1000:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHere are all the available options for making water passively!\n\nTo get started, the aqueous accumulator is quite cheap.\n\nThe dense infinite water source is the fastest option available! Good for extreme reactor setups!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Making Water", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1000, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1001:10": { - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like an item drawer, and can accept the same upgrades.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluiddrawers:tank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Drawer Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1001, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluiddrawers:tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1002:10": { - "preRequisites:11": [ - 20417 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oForestry bees can be a bit overwhelming, but these quests should tell you all that you need to breed and automate bees!\n\nFirst step! Get a scoop! This is used to harvest hives that are found all around the universe!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:scoop" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "How do bees work?!?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1002, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:portable_alyzer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_chest" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:scoop" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1003:10": { - "preRequisites:11": [ - 1002 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese are all of the hive blocks that can be found in-world. From these, you will be able to obtain all other bees!\n\nClicking on each hive will tell you where to find them, and what bees they will drop!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starter Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1003, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabees:hive" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrabees:hive" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabees:hive" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "forestry:beehives" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extrabees:hive" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:hiveblock" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "magicbees:hiveblock" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "magicbees:hiveblock" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "magicbees:hiveblock" - }, - "15:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "magicbees:hiveblock" - }, - "16:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "magicbees:hiveblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1004:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you are still learning bees, make sure you understand the apiary before using the alveary!\n\nThe alveary is the upgraded version of the apiary, it\u0027s a multiblock where you can add upgrades and frame slots! \n\nA maxed alveary with automation is quite good for automations that require frames. For base bee automation an industrial apiary will be best.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.plain" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alveary (Advanced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1004, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 9, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:wooden_slab" - }, - "1:10": { - "Count:3": 27, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.plain" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.swarmer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.fan" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.heater" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.hygro" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.stabiliser" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:alveary.sieve" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:alveary_frame" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabees:alveary" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extrabees:alveary" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1005:10": { - "preRequisites:11": [ - 20464 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32000, - "OreDict:8": "", - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 4, - "Water:3": 60000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creative Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1005, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32000, - "OreDict:8": "", - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 4, - "Water:3": 60000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1006:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis section describes how you can use some of the forestry addons for better bees!\n\nYou should get into this after understanding the bee breeding and production basics!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "forestry:bee_combs" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bee upgrades (Advanced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1006, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_combs" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1007:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEditing the genes of each bee will allow you to make powerful bees to suit all your needs!\n\nStart working on this after you understand the basics of bees!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "extrabees:honey_comb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Genetic Editing (Advanced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1007, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_combs" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1008:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 997 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSlay the guardians of the sleeping city in L\u0027Borean.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cleaver_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "The Flim-Flammer" - }, - "ench:9": { - "0:10": { - "id:2": 31, - "lvl:2": 222 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Flim-Flammer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1008, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cleaver_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oThe Flim-Flammer§r" - }, - "ench:9": { - "0:10": { - "id:3": 31, - "lvl:3": 222 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1009:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconium Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1009, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1010:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconium Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1010, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1011:10": { - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomatically breaks any light source in the area. \n\nPlace a chest on the master ritual stone to collect the drops.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Luna", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1011, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1012:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the europa puzzle, and the second mythic shell puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:icicle_bow", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Eurobeat Bow" - }, - "ench:9": { - "0:10": { - "id:2": 48, - "lvl:2": 25 - }, - "1:10": { - "id:2": 48, - "lvl:2": 1 - }, - "2:10": { - "id:2": 48, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eurobeat Bow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1012, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:icicle_bow", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEurobeat Bow§r" - }, - "ench:9": { - "0:10": { - "id:3": 48, - "lvl:3": 25 - }, - "1:10": { - "id:3": 51, - "lvl:3": 1 - }, - "2:10": { - "id:3": 108, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1013:10": { - "preRequisites:11": [ - 349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rtg_uranium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium RTG", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1013, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rtg_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1014:10": { - "preRequisites:11": [ - 393 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftcore:engine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Engine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1014, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftcore:engine" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1015:10": { - "preRequisites:11": [ - 390 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powered Machines", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1015, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1016:10": { - "preRequisites:11": [ - 389 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pipez", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1016, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_item" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_cobble_item" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:waterproof" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_fluid" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_cobble_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1017:10": { - "preRequisites:11": [ - 393 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leadstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1017, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1018:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:safe_nuke_environment" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Safe Nuke Detonation Environment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1018, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:safe_nuke_environment" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1019:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_entropic_sythesizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Entropic Synthesizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1019, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_entropic_sythesizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1020:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 998, - 941 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAssemble the cold iron forge, slay some beetles!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:war_hammer", - "tag:10": { - "RepairCost:3": 1, - "charge:3": 0, - "display:10": { - "Name:8": "Mjolnir" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 31 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 3 - }, - "3:10": { - "id:2": 22, - "lvl:2": 4 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mjolnir", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1020, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:war_hammer", - "tag:10": { - "charge:3": 0, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMjolnir§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 31 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 3 - }, - "3:10": { - "id:3": 22, - "lvl:3": 4 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1021:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:scythe_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scythe Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1021, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:scythe_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1022:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:knife_blade" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knife Blade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1022, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:knife_blade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1023:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:pipe_piece" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pipe Piece", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1023, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:pipe_piece" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1024:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hammer_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hammer Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1024, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hammer_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1025:10": { - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe tool forge is the preferred way of making tools!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "avaritia:block_resource" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Better Tools!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1025, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:iron_block" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1026:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:fletching" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fletching", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1026, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:fletching" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1027:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:leggings_core" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leggings Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1027, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:leggings_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1028:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:wide_guard" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wide Guard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1028, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:wide_guard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1029:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:axe_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Axe Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1029, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:axe_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1030:10": { - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe pattern chest lets you store patterns and casts!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:tooltables" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pattern Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1030, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:tooltables" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1031:10": { - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe armor forge works like the tool station, but for armor!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:armorforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "avaritia:block_resource" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Making Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1031, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:armorforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:iron_block" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1032:10": { - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe smeltery is the main multiblock in tinker\u0027s construct! It smelts ores and other metal items into molten fluids.\n\nThe multiblock can be any cuboud shape (without corners and edges) with an open top, and it is made out of any seared stone block. \n\nThe multiblock needs one smeltery controller, this can replace any block! Item inputs can be piped into the controller.\n\nThe multiblock needs at least one seared tank, but it can have more, those can replace any block! This is to input fuel into the tank. Lava is the easiest fuel to get.\n\nTo output the fluids from the smeltery, you need seared drains. Those can replace any blocks!\n\nYou can use fluiducts on the smeltery drains. EnderIO conduits in theory work too, but they can bug out.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1032, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "tconstruct:seared_tank" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_io" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockSeared", - "id:8": "tconstruct:seared" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1033:10": { - "preRequisites:11": [ - 1034 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe tool station combines parts together to make tools!\n\nThe station cannot make all tool types, so you should upgrade to a tool forge ASAP!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tconstruct:tooltables" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tooling Time!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1033, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tconstruct:tooltables" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1034:10": { - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe part builder lets you build parts from basic materials! \n\nTo build a part, you need a pattern of the corresponding shape!\n\nMetal parts cannot be made in the part bulder, you will need a smeltery instead! See next quests for more info!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "tconstruct:tooltables", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extratrees:logs.fireproof.5" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Making Parts!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1034, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "tconstruct:tooltables", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:log" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1035:10": { - "preRequisites:11": [ - 1036 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Patterning!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1035, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1036:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTinker\u0027s construct is a tool and armor making mod! \n\nIt is recommended to start off with this mod to make tools in early game!\nLater on, other mods add good tools as well!\n\nFor armor, tinker\u0027s construct is OK, but from chapter 2 onwards it\u0027s probably better to go for other armor sets (although you can make it work).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "plustic:laser_gun", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -6202120, - "identifier:8": "coldblooded", - "level:3": 1 - }, - "1:10": { - "color:3": -6202120, - "identifier:8": "insatiable", - "level:3": 1 - }, - "2:10": { - "color:3": -8462660, - "identifier:8": "aquadynamic", - "level:3": 1 - }, - "3:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 660, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 7.02 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 660, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 7.02 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "manyullyn", - "1:8": "manyullyn", - "2:8": "prismarine", - "3:8": "manyullyn" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "coldblooded", - "1:8": "insatiable", - "2:8": "aquadynamic", - "3:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All of the Tinkering", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1036, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1037:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_binding" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tough Binding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1037, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_binding" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1038:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:cross_guard" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cross Guard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1038, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:cross_guard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1039:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hand_guard" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hand Guard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1039, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hand_guard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1040:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shard" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1040, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1041:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_limb" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bowlimb", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1041, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_limb" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1042:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:excavator_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Excavator Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1042, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:excavator_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1043:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:polishing_kit" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polishing Kit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1043, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:polishing_kit" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1044:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_sword_blade" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Large Sword Blade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1044, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_sword_blade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1045:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tool_rod" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tool Rod", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1045, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tool_rod" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1046:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_string" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bowstring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1046, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_string" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1047:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe casting basin is used to make blocks out of the melted materials made in the smeltery.\n\nPlace seared faucets on the seared drains, and put casting basins underneath.\n\nRight click the faucet to put molten metal into the basin.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloccs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1047, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1048:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFor metals, tool parts cannot be made in the part builder, you need the casting table.\n\nPlace seared faucets on top of the seared drains, and put casting tables underneath.\n\nTo make a part, you will need a cast, see next quest for info on how to make casts!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Casting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1048, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1049:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo make a cast, you want to start by making a part in the part builder. You should use a cheap material like cobblestone.\n\nPlace the part on the casting table, and pour a casting material by right clicking the faucet above the casting table.\n\nCasting materials can be molten gold or molten aluminum brass!\n\nAfter you have made a cast, you can place it in the table, and use it to make parts out of any metal you want!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:cast_custom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cast me zaddy!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1049, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "cast", - "id:8": "tconstruct:cast", - "tag:10": { - "PartType:8": "conarm:chest_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1050:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§6§7Some of the molten metals in the smeltery combine into alloys. JEI has a page listing what metal combinations will form alloys.\n\nThe first alloys used in the pack are bronze and aluminum brass.\n\nBronze is made by combining one part molten tin, and three parts molten copper!\n\nAluminum brass is made by combining one part molten copper and three parts molten aluminum!\n\n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "tconstruct:metal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alloys", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1050, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 163, - "OreDict:8": "ingotBronze", - "id:8": "thermalfoundation:material" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "ingotAlubrass", - "id:8": "tconstruct:ingots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1051:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you haven\u0027t noticed it, the smeltery doubles ores when you melt them.\n\nTo semi-automate ore-doubling, use the redstone clock to automatically output molten metals into casting tables with an ingot cast!\n\nYou can use hoppers to automatically put ores into the smeltery, and to take ingots out of the casting tables!\n\nBe careful! Alloys can form if you mix a lot of metals in the smeltery at once!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:redstoneclock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Ore Processing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1051, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:redstoneclock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:cast_custom" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:hopper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1052:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe smart output is an upgraded version of the casting table, it can be used for automation, and it can be upgraded for extra functionality!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinker_io:smart_output" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So Smart, Such Output", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1052, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinker_io:smart_output" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1053:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1058 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:boots", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1053, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:boots", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1054:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1027 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:leggings", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leggings", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1054, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:leggings", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1055:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1082 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:chestplate", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chestplate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:chestplate", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1056:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1080 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:helmet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Helmet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:helmet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1057:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arrow Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1058:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:boots_core" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boots Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:boots_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1059:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1083, - 1071, - 1045 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla pickaxe!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:pickaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pickaxe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1059, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:pickaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1060:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1072, - 1071 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla shovel!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:shovel", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shovel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:shovel", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1061:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1071, - 1029 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla axe!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:hatchet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hatchet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:hatchet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1062:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1072, - 1029 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nCombination of shovel, axe, and hoe!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:mattock", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mattock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:mattock", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1063:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1071, - 1078 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a hoe and shears!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:kama", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kama", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1063, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:kama", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1064:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1024, - 1084, - 1088 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a pickaxe, but mines a 3x3 area, very good for mining!\n\nEarly on this is the best mining tool, and a rupee head gives you haste while you mine!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hammer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1065:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1075, - 1038 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, with less damage, but higher speed, and can pierce armor!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:rapier", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rapier", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:rapier", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1066:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1039, - 1075 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, with increased range, but less damage.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:longsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Longsword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:longsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1067:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1028, - 1075 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla sword!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:broadsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Broadsword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1067, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:broadsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1068:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1037, - 1021 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a hoe in a 3x3 area. Damages mobs in a 3x3 area!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:scythe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scythe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:scythe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1069:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1037, - 1084, - 1073 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like an axe that cuts down entire trees!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:lumberaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lumberaxe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1069, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:lumberaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1070:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1084, - 1042, - 1037 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a shovel, but mines in a 3x3 area!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:excavator", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Excavator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:excavator", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1071:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:binding" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Binding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:binding" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1072:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shovel_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shovel Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shovel_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1073:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:broad_axe_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Broad Axe Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1073, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:broad_axe_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1074:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_trim" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Armor Trim", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_trim" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1075:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sword_blade" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sword Blade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sword_blade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1076:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:battery_cell" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Battery Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:battery_cell" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1077:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_plate" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Armor Plates", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1077, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_plate" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1078:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:kama_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kama Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:kama_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1079:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sharpening_kit" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sharpening Kit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1079, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sharpening_kit" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1080:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:helmet_core" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Helmet Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:helmet_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1081:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pan_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pan", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pan_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1082:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:chest_core" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chestplate Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:chest_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1083:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pick_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pickaxe Head", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pick_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1084:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_plate" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Large Plate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_plate" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1085:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sign_head" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sign Plate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sign_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1086:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:laser_medium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Laser Medium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:laser_medium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1087:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1081 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, but it can be placed down and used to cook food!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:frypan", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frypan", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:frypan", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1088:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_tool_rod" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tough Tool Rod", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_tool_rod" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1089:10": { - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_shaft" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arrow Shaft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1089, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_shaft" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1090:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1085 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a shield!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:battlesign", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Battlesign", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1090, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:battlesign", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1091:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1084, - 1044 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, it makes more damage, but it is slow. Mobs have a higher chance of dropping their head!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:cleaver", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 1070923, - "identifier:8": "beheading_cleaver", - "level:3": 2 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "beheading_cleaver", - "1:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cleaver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1091, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:cleaver", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 1070923, - "identifier:8": "beheading_cleaver", - "level:3": 2 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "beheading_cleaver", - "1:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1092:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1041, - 1046 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla bow! It requires tinker\u0027s arrows to shoot!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:shortbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shortbow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:shortbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1093:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1041, - 1046, - 1084 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a bow, it does more damage, and has more range, but it takes longer to load. It requires tinker\u0027s arrows to shoot!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:longbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Longbow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:longbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1094:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1037, - 1088, - 1046, - 1041 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a bow that does not need to be charged up. It loads automatically, but it has a cooldown period between shots. It requires bolts to shoot!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:crossbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crossbow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:crossbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1095:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1023, - 1076, - 1086, - 1088 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nHold right click to shoot a laser beam that does armor-piercing damage!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "plustic:laser_gun", - "tag:10": { - "AttackDuration:3": 0, - "Energy:6": 120000.0, - "LockCooldown:3": 0, - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": -8462660, - "identifier:8": "aquadynamic", - "level:3": 1 - }, - "2:10": { - "color:3": -6202120, - "identifier:8": "coldblooded", - "level:3": 1 - }, - "3:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "prismarine", - "3:8": "manyullyn" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "aquadynamic", - "3:8": "coldblooded", - "4:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Laser Gun", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "plustic:laser_gun", - "tag:10": { - "AttackDuration:3": 0, - "Energy:6": 120000.0, - "LockCooldown:3": 0, - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": -8462660, - "identifier:8": "aquadynamic", - "level:3": 1 - }, - "2:10": { - "color:3": -6202120, - "identifier:8": "coldblooded", - "level:3": 1 - }, - "3:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "prismarine", - "3:8": "manyullyn" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "aquadynamic", - "3:8": "coldblooded", - "4:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1096:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1079 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nCombine with a flint to upgrade a tool!\n\nAdded as a modifier, it increases a tool\u0027s mining level, following the mining level of the material used.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:sharpening_kit", - "tag:10": { - "Material:8": "iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sharpening Kit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:sharpening_kit", - "tag:10": { - "Material:8": "iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1097:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1043 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nCombine with sand to upgrade armor toughness in the armor forge!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:polishing_kit", - "tag:10": { - "Material:8": "iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polishing Kit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "conarm:polishing_kit", - "tag:10": { - "Material:8": "iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1098:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1022 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nHold right click to shoot fast projectiles!\n\nShurikens have low durability, but adding reinforcement modifiers can make them very powerful!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:shuriken", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic2", - "1:8": "magnetic1", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shuriken", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:shuriken", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic2", - "1:8": "magnetic1", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1099:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1026 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nUsed for crossbows!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:bolt", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 2, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bolt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1099, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:bolt", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 2, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1100:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1026, - 1089, - 1057 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!\n\nUsed for shortbows and longbows!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:arrow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "magnetic1", - "3:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arrow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1100, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:arrow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "magnetic1", - "3:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1101:10": { - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTinker\u0027s tools and armor do no accept enchantments.\n\nInstead, they can be upgraded in the tool/armor forge! Place the tool in the middle, and the modifiers around!\n\nEach tool has a maximum amout of modifiers, but it unlocks more modifiers the more you use it!\n\n§7§oThe following items can be used to upgrade tinker\u0027s tools and armor!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Modifiers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1102:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:web" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slowness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:web" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1103:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Durability and Mining Level", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1104:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:fermented_spider_eye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bane of Arthropods", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:fermented_spider_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1105:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Remains after Death", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1105, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1106:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gold_coin" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mobs drop Coins", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1106, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gold_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1107:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:unstable_gunpowder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Explosions", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1107, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:unstable_gunpowder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1108:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_blood" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Fire Damage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_blood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1109:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Mining Width", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1109, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1110:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Mining Height", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1111:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:ice_dragon_blood" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Frost Damage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:ice_dragon_blood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1112:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:wither_bone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lifesteal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "boneWithered", - "id:8": "bhc:wither_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1113:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:confetti_pile" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Random Damage Increase", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:confetti_pile" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1114:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sharpness and Extra Damage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1115:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_powder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Aspect", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1116:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:fish" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Projectiles Ignore Water", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:fish" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1117:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:piston" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knockback", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:piston" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1118:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:tnt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Explosive", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:tnt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1119:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fortune and Looting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1120:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_eye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Illuminate mobs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1120, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_eye" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1121:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chorus_fruit_popped" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Levitation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chorus_fruit_popped" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1122:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Restores Durability in Cold Biomes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1122, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1123:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:glass_shards" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bleeding Damage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:glass_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1124:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:soil" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Smite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:soil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1125:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Unbreaking (infinite durability with 5)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1126:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silk Touch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1126, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1127:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mending", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1127, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1128:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": { - "souls:6": 4096.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mobs drop Will", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1128, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1129:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharp_claw" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Increased Sweeping", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1129, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharp_claw" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1130:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:bloodstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Increased Blood Drops", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:bloodstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1131:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Durability and Mining Level", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1132:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_pearl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Beheading", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_pearl" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1133:10": { - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Speed and Efficiency", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1134:10": { - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1044, - 1088, - 1037 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can complete this quest with any material!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "plustic:katana", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Katana", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1134, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "plustic:katana", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1135:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:interactionproxy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Porcupine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:interactionproxy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1136:10": { - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuildcraft pipes are an available option, but they are quite unoptimized, so they are discouraged.\n\nYou will have to use them in Vethea, though (chapter 7).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Not Buildcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1136, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1137:10": { - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuildcraft pipes are an available option, but they are quite unoptimized, so they are discouraged.\n\nYou will have to use them in Vethea, though (chapter 7).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Not Buildcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1138:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe pack uses custom \u0027info boxes\u0027 items to explain mechanics and suggest strategies.\n\nYou can pin them in JEI if you need to keep track of things!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1138, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockRedstone", - "id:8": "minecraft:redstone_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:early_game_energy" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1139:10": { - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I still gotta figure out all the details, but it seems like meatballs have a role in the power struggle in Terra. This sounds crazy, but the sentient meatballs are an actual thing, and they have a goal.\n\nFollowing their traces, I stumbled into a monument that seems to be tied to the struggle against the meatballs\u0027 leader. \u0027The arbiter must stop him\u0027, but who is the arbiter, and when was this message sent?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Who is this Arbiter?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1139, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_screen" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1140:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sequential Fabricator (Recommended)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1140, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1141:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for the boline to see a preview for the Rite of Shifting Seasons circle setup.\n\nThis circle requires a boline that has been set to a specific biome. Right click one to bind it to the biome you are in. See a special recipe to craft a Stormland boline, which will be required at some point.\n\n ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:boline" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Shifting Seasons (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1141, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "treeSapling", - "id:8": "minecraft:sapling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:oak_apple_gall" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:pentacle" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:oak_spirit" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dimensional_sand" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:boline" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1142:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a druden! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ectoplasm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of the Spiritual Rift (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ectoplasm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:wormwood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:spectral_dust" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_pearl" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:druden_horn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1143:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon an imp! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellhound_horn" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Conjure Imp (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellhound_horn" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1144:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a demon! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:demon_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Conjure Demon (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1144, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:rotten_flesh" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottle_of_blood" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellhound_horn" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:demon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1145:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon Leonard! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hand_of_dominion" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leonard\u0027s Sabbath (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:stew_of_the_grotesque" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottled_hellfire" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:flying_ointment" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:liquid_witchcraft" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellhound_horn" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottle_of_blood" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hand_of_dominion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1146:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon Baphomet! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wing_of_worship" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baphomet\u0027s Sabbath (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:pentacle" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottled_hellfire" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:flying_ointment" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:liquid_witchcraft" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellhound_horn" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:sanguine_cloth" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wing_of_worship" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1147:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will craft the grimoire magica.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:grimoire_magia", - "tag:10": { - "amount:3": 1000, - "maxAmount:3": 1000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Knowledge (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:paper" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:opal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:liquid_witchcraft" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:leather" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:grimoire_magia", - "tag:10": { - "amount:3": 1000, - "maxAmount:3": 1000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1148:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will create purifying earth!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:purifying_earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Purification (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dirt" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:salt" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:purifying_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1149:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a feuerwyrm! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:adders_fork" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Hellmouth (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "netherrack", - "id:8": "chisel:netherrack" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:magma" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:snake_venom" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:coal" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:adders_fork" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1150:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a hellhound! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:tongue_of_dog" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Greater Hellmouth (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1150, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottle_of_blood" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_rod" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gunpowder" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:tongue_of_dog" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1151:10": { - "preRequisites:11": [ - 20335 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:terrestrial_cauldron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terrestrial Cauldron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:terrestrial_cauldron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1152:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some awakened draconium.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonbone_sword_lightning", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Claiomh Solais" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 22, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 21, - "lvl:2": 4 - }, - "5:10": { - "id:2": 66, - "lvl:2": 15 - }, - "6:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Claiomh Solais", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonbone_sword_lightning", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oClaiomh Solais§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 22, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 21, - "lvl:3": 4 - }, - "5:10": { - "id:3": 83, - "lvl:3": 15 - }, - "6:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1153:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete a few puzzles!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_maul", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Helltree" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 85 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Helltree", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_maul", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oHelltree§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 85 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1154:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:compressor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Look at that Compression Ratio!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1154, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1155:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gatekeep me, Minion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumingot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:eldritchscale" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1156:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSmelts dropped items in the ritual area.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of the Hungry Flames", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ectoplasm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_powder" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1157:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTransform vanilla saplings into bewitchment saplings (if you get unlucky).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:vine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Frenzied Growth (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:oak_apple_gall" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:vine" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1158:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes the area around it blighted.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:salt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Blighted Lands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "salt", - "id:8": "bewitchment:salt" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:opal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:pentacle" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ebb_of_death" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:lizard_leg" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ravens_feather" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dimensional_sand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1159:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oReverts the blighted lands.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cleansing_balm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nature\u0027s Blessing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:essence_of_vitality" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:pentacle" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cleansing_balm" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dimensional_sand" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:garlic" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:spruce_heart" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:oak_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1160:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:armor_goggles" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Trackman Goggles", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1160, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:armor_goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1161:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTeleports you to a location indicated by a waystone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:waystone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of the Open Way", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:waystone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1162:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStops rain.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of the Parched Sands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:acacia_resin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sand" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:opal" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:lizard_leg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1163:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes it rain (now dance).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Deluge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1163, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "treeSapling", - "id:8": "minecraft:sapling" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:coquina" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sand" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:toe_of_frog" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1164:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpeeds up the day/night cycle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of the Sands of Time", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sandstone" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:sand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1165:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes it night.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:red_flower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of the High Moon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1165, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:red_flower" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ectoplasm" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spider_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1166:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes it day.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:double_plant" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Solar Glory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1166, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:double_plant" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:double_plant" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1167:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCauses nearby mobs to glow.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spectral_arrow" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Perception", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1168:10": { - "preRequisites:11": [ - 20481, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Random Things", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1168, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:hardened_clay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1169:10": { - "preRequisites:11": [ - 1168 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:imbuingstation" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imbuing Station", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1169, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:imbuingstation" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1170:10": { - "preRequisites:11": [ - 20054, - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCorail Tombstone is a mod about death and the powers correlated to it.\n\nIt provides for some powerful player upgrades and convenience.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tombstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1170, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1171:10": { - "preRequisites:11": [ - 1170 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDeaths in Corail Tombstone allow you to level up your knowledge of death.\n\nTo check you level, press Grave, and it will open up your Tombstone skill tree.\n\nTis can be used to unlock abilities for your player.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knowledge of Death", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1171, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1172:10": { - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese should be use to manage your energy network, and move energy wirelessly!\n\nYou should use flux networks to manage your base from chapter 2 onwards!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:purple_blaze" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Energy Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1172, - "rewards:9": {}, - "tasks:9": {} - }, - "1173:10": { - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can be used for most \u0027regular\u0027 automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "General Convenience Energy Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1174:10": { - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can be used to save space for complex automations.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Short-Distance Energy Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1175:10": { - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese should be used to transfer items in occasions where space could be an issue.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Short Distance Item Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1176:10": { - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can be used for most \u0027regular\u0027 automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "General Convenience Item Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1177:10": { - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis should be used to manage your long distance item transfer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:purple_blaze" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Item Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1178:10": { - "preRequisites:11": [ - 1183 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWarning, these get way laggier if they transfer to more than one output!\n\nIf you want to transfer from one inventory to another at high speed, and the two are not directly next to each other, you should use these! \n\nPlace the transfer node on the inventory you want to pull from, and place transfer pipes to connect it to the inventory you want to push to.\n\nYou should not use filters, they make things laggier!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:grocket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transfer Nodes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:pipe" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:grocket" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1179:10": { - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can be used for most \u0027regular\u0027 automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "General Convenience Fluid Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1180:10": { - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis should be used to manage your long distance fluid transfer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:purple_blaze" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Fluid Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1180, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:purple_blaze" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1181:10": { - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese should be used to transfer large amounts of fluids. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fast Fluid Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1181, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1182:10": { - "preRequisites:11": [ - 1181 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFluid laser relays can transmit fluids instantly!\n\nUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_fluids" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Laser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1182, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_fluids" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1183:10": { - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese will allow you to move items extremely fast, but be careful, fast item transfer is very laggy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fast Item Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1183, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1184:10": { - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should eventually upgrade to these for most power transfer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinite Energy Transfer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1184, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1185:10": { - "preRequisites:11": [ - 1180 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEnder tanks are used to transfer items wirelessly!\n\nEach tank has a channel that is determined by the colors of the three spots on top of the tank. You can right click these spots with dyes to change their color!\n\nTwo tanks that have the same color combination will share the same inventory!\n\nRight click the wheel on the tank to change between input (blue) and output (orange) mode.\n\nFOR SERVERS: To make a tank private to you, right click the wheel in front of the tank with a diamond.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderstorage:ender_storage" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1185, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 49, - "OreDict:8": "", - "id:8": "enderio:item_material" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "15:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "biomesoplenty:white_dye" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderstorage:ender_storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1186:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crude Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1186, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1187:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1188:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aluminium Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1189:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1190:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1190, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1191:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1192:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrum Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1193:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Silver Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1194:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo store enchantments!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_library_ctrl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Library", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_library_ctrl" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_library" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1195:10": { - "preRequisites:11": [ - 1196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_fragment_terra" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "My own recursion fragment!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1195, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_fragment_terra" - }, - "TrophyName:8": "Almost there!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_fragment_terra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1196:10": { - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:naquadah_chunk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The pact of the meatball man", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1196, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_meatball" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:faultless_ichor_gem" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_the_sleeping_city" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_the_sleeping_city" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heart_of_the_elder_one" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:naquadah_chunk" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hidden_power_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1197:10": { - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tainted Heart", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1197, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1198:10": { - "preRequisites:11": [ - 865 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "No matter what I told them, the Testificate wizards did not share how they were capable of producing so much flux to stop the soul of a planet. They say it was too big a crime to nature to be shared. Their souls are gone, they say, and so are their powers. They were the most powerful back then, but are now comparatively powerless. Losing their powers is what halted the progress of the campaign of Terra, and they believe it was a bad idea to deal with the enemy by taking away their only chance of continuing. I have to say I agree with them.\nWhile having access to this power would allow me to put an end to the monstrous world that is the Abyss, I am more useful as an immortal fighter as opposed to a one-time-use taint bomb.\nThe soul of Vibe, though, is now finally gone! The last of its ichor has been spilled! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:faultless_ichor_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Soul of a Planet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 200, - "TrophyColorRed:3": 200, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:faultless_ichor_gem" - }, - "TrophyName:8": "Planetary Papercuts", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:faultless_ichor_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1199:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The avatar of the meatball man!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1199, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:condensed_essence" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1200:10": { - "preRequisites:11": [ - 10 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMeatballcraft is a very long modpack, and things will eventually get very hard. \n\nWith that said, the first three chapters are designed to be more friendly towards new players! \nIn terms of challenge and time to complete, finishing these chapters will be comparable to a modpack like Enigmatica 2 Expert.\nThe final goal for this \u0027play mode\u0027 is to obtain the energy chicken!\n\nThe questbook and in-game documentation is being worked on to be as polished and clear as possible. If you have suggestions to make things more clear, let me know on discord!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:alloy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Long and Hard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1200, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:stone_torch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1201:10": { - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumic Replication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1201, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1202:10": { - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEmeralds have a fairly high EMC value, and they can be farmed from chickens and evokers!\n\nEmerald chickens can be found in the overworld roaming around certain structures. Look for bewitchment silver blocks!\n\nEvoker spawn eggs are craftable ;)\n\nLater, you can use crops, although by then you probably have a better EMC farm!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emeralds!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1202, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "minecraft:evocation_illager" - } - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1203:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lighning Rod (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device0" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1204:10": { - "preRequisites:11": [ - 20489 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you want to make the best possible bees, these are the genes you should be going for!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eugenics Intensifies", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:labware" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1205:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFertility 4, obtained from wintry drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesWintry", - "UID1:8": "forestry.speciesWintry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersSnow", - "UID1:8": "forestry.flowersSnow" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectGlacial", - "UID1:8": "forestry.effectGlacial" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesWintry", - "UID1:8": "forestry.speciesWintry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersSnow", - "UID1:8": "forestry.flowersSnow" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectGlacial", - "UID1:8": "forestry.effectGlacial" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Fertility (For Making Drones)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.fertilityMaximum", - "chromosome:3": 3, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1206:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLifespan shortest, obtained from cultivated drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCultivated", - "UID1:8": "forestry.speciesCultivated" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCultivated", - "UID1:8": "forestry.speciesCultivated" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 10 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Lifespan (For Breeding)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.lifespanShortest", - "chromosome:3": 2, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1207:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTolerates rain, obtained from rocky drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tolerates Rain", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1207, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.boolTrue", - "chromosome:3": 7, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1208:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNever sleeps, obtained from rocky drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Never Sleeps", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1208, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.boolTrue", - "chromosome:3": 5, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1209:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTerritory largest, obtained from vindictive drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesVindictive", - "UID1:8": "forestry.speciesVindictive" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectRadioactive", - "UID1:8": "forestry.effectRadioactive" - } - } - }, - "Health:3": 40, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesVindictive", - "UID1:8": "forestry.speciesVindictive" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectRadioactive", - "UID1:8": "forestry.effectRadioactive" - } - } - }, - "MaxH:3": 40 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Largest Territory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1209, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.territoryLargest", - "chromosome:3": 11, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1210:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpeed robotic, obtained from robot drones!\n\nSecond best, speed fastest, obtained from blizzy drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.robot", - "UID1:8": "careerbees.robot" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "careerbees.speedRobotic", - "UID1:8": "careerbees.speedRobotic" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.robot", - "UID1:8": "careerbees.robot" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "careerbees.speedRobotic", - "UID1:8": "careerbees.speedRobotic" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Speed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1210, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "careerbees.speedRobotic", - "chromosome:3": 1, - "species:8": "rootBees" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.speedFastest", - "chromosome:3": 1, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1211:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFlowering maximum, obtained from jaded drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.jaded", - "UID1:8": "extrabees.species.jaded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringMaximum", - "UID1:8": "forestry.floweringMaximum" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectBeatific", - "UID1:8": "forestry.effectBeatific" - } - } - }, - "Health:3": 40, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.jaded", - "UID1:8": "extrabees.species.jaded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringMaximum", - "UID1:8": "forestry.floweringMaximum" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectBeatific", - "UID1:8": "forestry.effectBeatific" - } - } - }, - "MaxH:3": 40 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Flowering", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1211, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.floweringMaximum", - "chromosome:3": 10, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1212:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTemperature tolerance both 3, obtained from lime drones, the forestry ones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.lime", - "UID1:8": "gendustry.bee.lime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.lime", - "UID1:8": "gendustry.bee.lime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Temperature Tolerance - Bad for Specialty Drops", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceBoth3", - "chromosome:3": 4, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1213:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHumidity tolerance both 3, obtained from cyan drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.cyan", - "UID1:8": "gendustry.bee.cyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.cyan", - "UID1:8": "gendustry.bee.cyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Humidity Tolerance - Bad for Specialty Drops", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1213, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceBoth3", - "chromosome:3": 6, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1214:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCave dwelling, obtained from rocky drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Works Underground", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1214, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.boolTrue", - "chromosome:3": 8, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1215:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLifespan immortal, obtained from temporal drones!\n\nSecond best, lifespan longest, obtained from blizzy drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Lifespan (For Production)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1215, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.lifespanLongest", - "chromosome:3": 2, - "species:8": "rootBees" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "careerbees.lifespanImmortal", - "chromosome:3": 2, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1216:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFertility 1, obtained from rocky drones!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Best Fertility (For Farming Drops)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1216, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.fertilityLow", - "chromosome:3": 3, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1217:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrames are used to upgrade the apiary and alveary! The following quests list the best frames for each objective!\n\nYou should learn how to use the apiary before using frames!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:frame_untreated" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frames (Advanced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1217, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1218:10": { - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTraded with villagers! Can be automated with a trade exchanger, or using methods to repair the frame!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:frame_proven" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Increase Production", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:frame_proven" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1219:10": { - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSoul combs can be farmed from multiple bees!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:frames.gentle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Makes Ignobles Bees Work!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1219, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:frames.gentle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1220:10": { - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:pheremone_frame" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Make Pheremones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1220, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:pheremone_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1221:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIn applied energistics, cables let you transfer channels and energy to the various buses and machines used by AE2.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "techreborn:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Network Cables", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1221, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1222:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe AE2 network requires an internal buffer to run smoothly, make sure you have enough energy cells in your network if it starts flickering!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "woot:cell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1222, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1223:10": { - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUseful for long breeding chains!\n\n§7§oSoul combs can be farmed from multiple bees!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:frames.oblivion" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bees are Instant!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:frames.oblivion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1224:10": { - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should not need this, the mutatron is better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:frames.metabolic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Easier to Breed Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1224, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "magicbees:frames.metabolic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1225:10": { - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYin and Yang essences can be farmed from the balanced bee!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:eternalframe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortality", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1225, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:eternalframe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1226:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese terminals are used to construct the control panel for your AE2 network!\n\nThey will let you see what your storage system is storing, and they will let you program autocrafting functionalities!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 180, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Access Terminals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1226, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1227:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe buses in the following quests are used to move things in and out of your AE2 network!\n\nThe buses can be upgraded using cards!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Network I/O", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1227, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1228:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following items and blocks let you set up some AE2 functionalities wirelessly!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 41, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless AE2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1228, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1229:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show the cards that can be added to upgrade the functionality of AE2 machines.\n\nThese let you filter items, add functionality, and speed things up!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 25, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Upgrades People! Upgrades!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1229, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1230:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following sections show the various machines to do logistics and autocrafting using AE2!\n\nMake sure you build at least one crafting processing unit before doing any autocarfting!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto-Crafting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1230, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1231:10": { - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo perform any autocrafting tasks, you need a crafting processing unit.\n\nThe crafting processing unit is a cuboid multiblock that can be made out of crafting storage and co-processing units.\n\nA crafting processing unit lets you fulfill one autocrafting request.\n\nYou should have multiple crafting processing units to request multiple things at once!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "genetics:misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafting Processing Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1231, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1232:10": { - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis section explains how to set up logistics using crafting recipes.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:tool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafting Recipes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1232, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1233:10": { - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show the tools used to automate recipes with fluids.\n\nIn general (with the exception of things like the ME mythic assembler multiblocks), you should not autocraft with fluids, it\u0027s bad for lag.\n\nIt\u0027s way better to set up fluids passively.\n\nYou can and will still use these tools, but try to limit yourself!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Crafting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1233, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1234:10": { - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou need a fluid discretizer (just one is enough) in your network to perform fluid crafting!\n\nIf a discretizer is present, fluids will show up as drop items in your crafting terminal.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:fluid_discretizer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Fluid Discretizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1234, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:fluid_discretizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1235:10": { - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConverts fluid drop items into fluids.\n\nThis lets you set up automations where you can treat fluid drops as items.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:fluid_packet_decoder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Fluid Packet Decoder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1235, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:fluid_packet_decoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1236:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show the ways to store items/fluids in your AE2 network as a storage system.\n\nTo store general items, you can use the ME drive with storage cells.\n\nTo store items that are being automated passively, you should use storage buses on drawer walls or danks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extracells:storage.casing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storage!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1236, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1237:10": { - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPackagers and unpackagers are used to autocraft with extended tables, and all recipes that have more than 9 different inputs!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_basic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extended Auto-Crafting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1237, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1238:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can ignore this section till chapter 6!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderutilities:builderswand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lazy AE2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1238, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:time_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1239:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ME terminal lets you see all items stored in your storage system, and it lets you access it as a searchable chest.\n\nYou should upgrade to the crafting terminal ASAP!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 380, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1239, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 380, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1240:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFluid version of the extended pattern terminal!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:part_fluid_pattern_ex_terminal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Extended Processing Fluid Pattern terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1240, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:part_fluid_pattern_ex_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1241:10": { - "preRequisites:11": [ - 90130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oChannels are the main mechanic in applied energistics!\n\nThere are things that give channels, things that transport channels, and things that use channels.\n\nThis is done to efficiently manage your base with as little lag as possible!\n\nEvery machine in the mod (interfaces, buses, etc) uses channels.\n\nThe controller and the nergy acceptor produce channels.\n\nCables from the mod trasfer channels. Some transfer 8, and some transfer 32 channels.\n\nIf you connect a cable to too many machines (1 smart cable line connecting to over 8 machines) the entwork will error out, and it will not connect to machines.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 60, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "What are Channels?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1241, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1242:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA crafting monitor can be placed in a crafting processing unit multiblock to display the task that\u0027s being performed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_monitor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafting Monitor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1242, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_monitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1243:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oQuartz fiber lets you connect me cables without transferring channels.\n\nQuartz fiber only moves energy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 140, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quartz Fiber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1243, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 140, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1244:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe interface has two functions, see the section on autocrafting for an explanation on the other functionality.\n\nThe slots at the top of an interface GUI can be configured so that the network will keep a certain amount of items in the interface.\n\nConduits and other pipes can be used to extract and insert things from the interface.\n\nThis is more lag friendly than using export buses.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1244, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:interface" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_interface" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:dual_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1245:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNormally, when working with patterns for \u0027normal\u0027 recipes, you just need one interface.\nTo encode these recipes, you need two blocks! \n\nThe unpackager is the second! You should put your second package recipe holder in here!\n\nMake sure each packager/unpackager pair contains recipe holders that are identical!\n\nThe unpackager works like an interface, where it will automate the recipe using the machines directly adjacent to it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:unpackager" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Unpackager", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1245, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:unpackager" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1246:10": { - "preRequisites:11": [ - 90149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can place multiple packager extensions around a packager (up to eight) to parallelize recipes and faster processing.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:packager_extension" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Packager Extension", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1246, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:packager_extension" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1247:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCan perform some of the functions of the crystal growth chamber, and has a few extra recipes to make the mass assembler components!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "threng:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluix Aggregator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1247, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "threng:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1248:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCan craft some processors used to make the mass assembler components!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "threng:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Circuit Etcher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1248, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "threng:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1249:10": { - "preRequisites:11": [ - 855 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 65536 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrautils2:drum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonically Gargantuan Drum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1249, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrautils2:drum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1250:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTunnels let you connect your compact machine to the outside world.\n\nPlace one on a wall on the inside of a compact machine to link it to the outside.\n\nRight click a tunnel to set what side of the outside machine you want to interact with.\n\nTunnels connect to ducts, conduits, and other transfer, for energy, items, and fluids.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:tunneltool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tunnel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1250, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:tunneltool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1251:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRedstone tunnels work like tunnels, but for redstone signals.\n\nPlace one on a wall on the inside of a compact machine to link it to the outside.\n\nRight click a tunnel to set what side of the outside machine you want to interact with.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:redstonetunneltool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Tunnel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1251, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:redstonetunneltool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1252:10": { - "preRequisites:11": [ - 197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStruggling at finding ores? You can use this!\n\n§fThe land of the bugs, Erebus, is a beautiful place, full of amazing natural resources; and yet, the bugs seeked for more, thrudging forward to Terra.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:umberstone_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A wee bit of help", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1252, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:ore_jade" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:umberstone_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1253:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe bees in the following quests are going to be useful.\n\nSome will be required, some are just good to have around!\n\nThe quests will be completed by breeding bees using their default genes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:power_staff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Notable Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1253, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:honey_drop" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1254:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrom the skeletal callstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spring Water Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1254, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1255:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cyanite Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1255, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1256:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Ptah!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiant Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1256, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1257:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oxygen Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1257, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1258:10": { - "preRequisites:11": [ - 1253, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in the deep dark!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1258, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1259:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on a warper plane! But which one?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Acidic Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1259, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1260:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Falacer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sniper Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1260, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1261:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Sedna!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gravity Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1261, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:singular_gravity_honey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1262:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPart of the Osiris puzzle!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Armored Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1262, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1263:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Falacer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gunman Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1263, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1264:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Falacer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Artillery Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1264, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1265:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPart of the Oi puzzle!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fissile Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1265, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1266:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Hator!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Trinity Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1266, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1267:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Europa!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyre Empire Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1267, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1268:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on a warper plane! But which one?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 1, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skulking Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1268, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 1, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1269:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on a warper plane! But which one?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mysterious Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1269, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1270:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experienced Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1270, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1271:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo breed this bee you will have to use a regular apiary from forestry, and TNT needs to explode within 10 seconds of the drone and princess breeding.\n\nYou should explode a lot of TNT in water or claimed chunks to make sure this happens.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mad Scientist Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1271, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1272:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necronomibee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1272, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1273:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "EMBee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1273, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1274:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrom the Fluix Callstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gorgon Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1274, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1275:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrom the radiactive callstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorium Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1275, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1276:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrom the radiating callstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1276, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1277:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blutonium Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1277, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1278:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Formic Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1278, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1279:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Balanced Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1279, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1280:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Herblore Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1280, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1281:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Temporal Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1281, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1282:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on a warper plane! But which one?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "Health:3": 70, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "MaxH:3": 70 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1282, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "Health:3": 70, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "MaxH:3": 70 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1283:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Europa!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Horde Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1283, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1284:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Falacer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bomber Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1284, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1285:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPart of the Falacer puzzle!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gun Devil Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1285, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1286:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Haumea!\n\nGives a buff to food placed on flower pedestals nearby.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chef Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1286, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:flower_pedastal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1287:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Osiris!\n\nGives a buff to armor placed on flower pedestals nearby.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Armorer Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1287, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1288:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Luna!\n\nExtracts drops from nearby mobs without killing them.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Taxcollector Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1288, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1289:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Orcus!\n\nGives a buff to swords placed on flower pedestals nearby.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sharpening Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1289, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1290:10": { - "preRequisites:11": [ - 1253, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7§oComplete the biome ritual using the Terraformassiflora!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1290, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1291:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Haumea!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_princess_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesDemonic", - "UID1:8": "forestry.speciesDemonic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 1, - "MaxH:3": 60 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonic Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1291, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesDemonic", - "UID1:8": "forestry.speciesDemonic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesDemonic", - "UID1:8": "forestry.speciesDemonic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1292:10": { - "preRequisites:11": [ - 1253, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in L\u0027Borean!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "R\u0027lyehian Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1292, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1293:10": { - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMany of the recipes in this pack are recursive, meaning that once you have crafted an item for the first time, you can use these special recipes to duplicate it.\nSome recursive recipes will consume the item, some won\u0027t.\n\nIf this is the first time you encounter recursive recipes (some other modpacks use them), you should read this example on how to deal with them.\n\nThe normal basic table recipe can only be performed in a vanilla crafting table, and it will not work with any smart crafting system like applied energistics.\n\nTo craft your next basic table, you should use the recursive recipe (the one that contains a basic table as an ingredient) instead of the basic one.\n\n1. Make a crafter from RFTools (others can work but this is the easiest). This table will require energy to run.\n\n2. Set the recursive recipe in the crafter using the + button from JEI. Or set the recipe manually I guess I\u0027m not your boss...\n\n3. Set the recipe to \u0027All\u0027 and \u0027ExtC\u0027. This will make it so the input table will always be in the input.\n\n4. Place your basic table in the input, and click the R button to remember the input slot for the table.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_basic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Recipes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1293, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_recipes" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1294:10": { - "preRequisites:11": [ - 20374 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mass Enchanting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1294, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ritual_mass_enchanting" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - }, - "1:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1295:10": { - "preRequisites:11": [ - 20155 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe livingrock pedestal lets you craft eating tasks such as turning nightmare fuel into spirit fuel.\n\nTo perform some crafts (those will be shown in JEI) you have to right click the livingrock pedestal with a hammer.\n\nAfter crafting the ultimate hammer, you will be able to automate these tasks using a crafting table.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:pedestal", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Livingrock Pedestal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1295, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:pedestal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:manasteelhammer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:elementiumhammer" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:terrasteelhammer" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:ultimatehammer", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1296:10": { - "preRequisites:11": [ - 20203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a livingrock pedestal containing spirit fuel to unlock pages.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1296, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:spiritfuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1297:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo make spirit fuel, you can either eat nightmare fuel (manual) or you can place nightmare fuel in a livingrock pedestal.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:spiritfuel", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spirit Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1297, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:nightmarefuel" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:spiritfuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1298:10": { - "preRequisites:11": [ - 518 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "If one type of botanical stone transmutation was embedded with the remains of a powerful recursive material, one can assume that the other type of botanical stone transmutation would would too.\nWell, I was correct. Both types of Orechid hold secrets. This one, though, Etherium, does not look immediately useful, compared with its counterpart. Probably it is because I lack the knowledge to use it, but who knows, maybe it was put there for other purposes altogether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechidIgnem" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orechid Ignem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1298, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:etherium_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechidIgnem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1299:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlaces blocks automatically in a radius around it. Mana will increase this radius.\n\nTo place blocks with specific patters, place a specific filter block under the flower (right under the soil). Supplied blocks will only be placed above the filter block.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "rannuncarpus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rannucarpus ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1299, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "rannuncarpus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1300:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPoisons nearby mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hyacidus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hyacidus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1300, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hyacidus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1301:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents the ring of magnetization from working in a radius around it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solegnolia (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1301, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1302:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProduces fishing loot from nearby livingrock pedestals.\n\nDrop fried chickens legs to give it luck of the sea.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "annoyingflower" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Annoying Flower (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1302, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "annoyingflower" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1303:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to speed up plant growth.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "agricarnation" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Agricarnation (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1303, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "agricarnation" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1304:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a wand of the forest in bind mode to bind it to a specific block.\n\nItems dropped on this flower will be teleported there.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "spectranthemum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectranthemum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1304, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "spectranthemum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1305:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to damage nearby mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bellethorn" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bellethorne", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1305, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bellethorn" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1306:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to clear water within a 12 block radius.\n\nAnd lets you resurrect the most POWERful being in the universe.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bubbell" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bubbell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1306, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bubbell" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1307:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to turn nearby sand into clay. \n\nI know, soooo overpowered.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "clayconia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clayconia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1307, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "clayconia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1308:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to hurt adult animals.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "dreadthorn" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadthorne", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1308, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "dreadthorn" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1309:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to make mobs hostile towards each other.\n\nWho will win??", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "heiseiDream" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heisei Dream", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1309, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "heiseiDream" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1310:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to spawn mystical flowers nearby.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "jadedAmaranthus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jaded Amaranthus (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1310, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "jadedAmaranthus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1311:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives nearby players immunity against some bad effects.\n\nWon\u0027t work against warp.§7§o", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "mirrowtunia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mirrortunia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1311, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "mirrowtunia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1312:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives slowness to nearby mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "medumone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Medumone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1312, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "medumone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1313:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMoves mana wirelessly. Use the position reader to bind to an output manapool.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "manalinkium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manalinkium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1313, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "manalinkium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:binder", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1314:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to make animals breed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "pollidisiac" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pollidisiac", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1314, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "pollidisiac" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1315:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes mana to spawn mobs with extra loot.\n\nAnything that can be found in vanilla dungeon chests can be obtained with this flower.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "loonium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Loonium (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1315, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "loonium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1316:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMutes animals.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bergamute" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bergamute", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1316, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bergamute" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1317:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConsumes a dropped black lotus and a lot of mana to turn grass into enchanted soil.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "enchantedorchid" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanted Orchid (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1317, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "enchantedorchid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1318:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis flower is gated to later on in progression. It has a custom loot table with unique drops.\n\nAt the cost of mana, this flower converts nearby stone into ores.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orechid (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1318, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1319:10": { - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents endermen from teleporting.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "vinculotus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vinculotus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1319, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "vinculotus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1320:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!\n\nIron ingots in nearby flower pedestals are turned into honey-comb ingots.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Honey-Smelter Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1320, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1321:10": { - "preRequisites:11": [ - 50054, - 199 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:life_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Life Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1321, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:life_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1322:10": { - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "netrino_plasma" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutrino Plasma", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1322, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "netrino_plasma" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_cannon" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1323:10": { - "preRequisites:11": [ - 1336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "strings" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Strings", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1323, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "strings" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1324:10": { - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:superconducting_mithril" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Easier Particle Accelerators", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1324, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:superconducting_mithril" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1325:10": { - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "unbalanced_negative_matter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fermionic Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1325, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "unbalanced_negative_matter" - } - }, - "taskID:8": "bq_standard:fluid" - } - } - }, - "1326:10": { - "preRequisites:11": [ - 1333 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gluons" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gluons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1326, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gluons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1327:10": { - "preRequisites:11": [ - 1322 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "decomposed_matter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Decomposed Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1327, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "decomposed_matter" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_bombarder" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1328:10": { - "preRequisites:11": [ - 1327 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "electrons" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alpha Particles \u0026 Electrons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1328, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "atomic_nuclei" - }, - "1:10": { - "Amount:3": 1000, - "FluidName:8": "electrons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1329:10": { - "preRequisites:11": [ - 1253, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the cleansing callstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sanitizing Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1329, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1330:10": { - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "muons" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Muons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1330, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "muons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1331:10": { - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "protons" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Protons \u0026 Neutrons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1331, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "protons" - }, - "1:10": { - "Amount:3": 1000, - "FluidName:8": "neutrons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1332:10": { - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plated_carpenter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plated Carpenter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1332, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plated_carpenter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1333:10": { - "preRequisites:11": [ - 1331 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bosons" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bosons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1333, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bosons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1334:10": { - "preRequisites:11": [ - 1326 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "quarks" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quarks \u0026 Leptons \u0026 Higgs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1334, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "quarks" - }, - "1:10": { - "Amount:3": 1000, - "FluidName:8": "leptons" - }, - "2:10": { - "Amount:3": 1000, - "FluidName:8": "higgs" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:quark_decomposer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1335:10": { - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:soul_accumulator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul Accumulator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1335, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:soul_accumulator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1336:10": { - "preRequisites:11": [ - 1334 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gravitrons" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gravitrons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1336, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gravitrons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1337:10": { - "preRequisites:11": [ - 480 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A better hazmat suit!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1337, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalfoundation:storage" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Helmet" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Leggings" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Boots" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:inert_cursed_jewel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_radiationsuit" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1338:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis pack has hidden recipes that can be figured out through clues hidden in various worldgen structures! \n\nHere is your first puzzle! It won\u0027t be useful till later, but it\u0027ll help you get an idea on what puzzles consist of!\n\n§fThe testificates hold some secrets, that\u0027s undeniable. They seem to appreciate intelligence, and they are willing to appreciate effort to uncover said secrets. Something good will come out of this, I can feel it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alchemical_mushroom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Puzzling!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1338, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 5, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alchemical_mushroom" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_sacredmushroom" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1339:10": { - "preRequisites:11": [ - 1337 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf things go bad in you base and have to clean things up, here is a repeatable way to get your super hazmat suit!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_third_shell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "In case of meltdowns!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": 10000, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1339, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Helmet" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Leggings" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Boots" - }, - "ncRadiationResistance:6": 100.0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1340:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiation-Absorbing Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1340, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Helmet§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Chestplate§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Leggings§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Boots§r" - }, - "ncRadiationResistance:6": 100.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1341:10": { - "preRequisites:11": [ - 76 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a repeatable quest, to protect yourself in case of radiation accidents!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_x" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiation Protection", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": 1000, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1341, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_hazmat" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hazmat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_hazmat" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_hazmat" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1342:10": { - "preRequisites:11": [ - 754 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:specialbag" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Super Baggie", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1342, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:specialbag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1343:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heraldry Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1343, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1344:10": { - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Agricultural Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1344, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1345:10": { - "preRequisites:11": [ - 1298 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arkengem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arkengem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1345, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arkengem" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:arkengem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1346:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:hydrator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydrator (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1346, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:hydrator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1347:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click to turn a chunk into a super slime chunk!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:slimecube" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spawn Slimes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1347, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:slimecube" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1348:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head:\nDurability: 1500\nMining Level: Cobalt\nMining Speed: 5\n\nHandle:\nModifier: 1.5\nDurability: 100\n\nExtra:\nDurability: 500\n\nBow:\nDrawspeed: 0.67\nRange Multiplier: 1.2\nBonus Damage: 8", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "weezer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Weezer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1348, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "weezer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1349:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSearch \u0027trait description\u0027 in JEI to obtain descriptions for all tinker\u0027s traits available in the pack.\n\nEach individual trait can be searched individually, if you are curious to see what they do!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "JEI Support", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1349, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1350:10": { - "preRequisites:11": [ - 20254 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtain the legendary Flint and Furnace!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tardis:telos_sand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Telos, the Furnace Dimension", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1350, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 623, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Telos, the Furnace Dimension", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "1351:10": { - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "As I was exploring the testificate villages, I stumbled into a very singular piece of text. The ramblings of a crazed person obsessed with furnaces? The hidden secret behind a great power?\nWell, I may have been corrupted by this craziness, but I thing there may be something more to this, and I am determined to find out!\nIf there is such a thing as a furnace dimension, I will find out!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The what??", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1351, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:flint_and_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_furnacedim" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1352:10": { - "preRequisites:11": [ - 1351 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The furnace dimension is real, I knew it!\nThis world seems to be in some way connected to Terra. The wormhole to it opened in response to furnaces, and a whole lot of fuel.\nAs my other recent encounters with magic show, there seems to be many more emergent properties in the more \u0027conceptual\u0027 aspects of nature.\nMagic in books, magic in meatballs, and I guess furnaces too. Well, magic is a good word for it, but there must be some fundamental physical laws behind these phenomena, I just have to figure them out!\nAnyhow, the furnace world of Telos is a strange and beautiful place. Howlers call this place their home, and yet they seem to be capable of travelling between Telos and Terra in a seamless way.\nI was able to enter the furnace world by forming a strong bond with the flint and furnace. Howlers possess this bond innately, thanks to their furnace hearts.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furnace_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adventures in the Furnace Dimension", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1352, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:furnace_heart" - }, - "TrophyName:8": "Corageous Chonker Clairvoyance", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furnace_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1353:10": { - "preRequisites:11": [ - 1352 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFor fast end efficient smelting, the dark and red matter furnaces are capable of smelting items using EMC.\n\nPlace energy collectors around the furnace to make it run without fuel.\n\nThe more collectors, and the higher the tier, the faster the furnace!\n\n§fTelos is such a lovely place! Not only I get access to all the furnace goodness I could dream of, but I also ca access some new alchemical smelting toys!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:rm_furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The best furnaces?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1353, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_pick", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:dm_furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:rm_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1354:10": { - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo make your first celestial crystal, you need liquid starlight, stardust, and a rock crystal.\n\nPlace down a bucket of liquid starlight, with sky access, and preferably nearby a collector crystal.\n\nDrop the stardust and rock crystal into the liquid starlight, and a celestial crystal cluster will form.\n\nThe cluster will drop a celestial crystal when fully grown. Using a linking tool to bind a collector crystal with the cluster will speed up its growth!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celestial Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1354, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1355:10": { - "preRequisites:11": [ - 1354 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCelestial crystals can be duplicated using liquid starlight.\n\nIf a celestial crystal is at max size (900) it has a chance of being split in two different crystals when dropped in liquid starlight. This will consume the bucket of starlight.\n\nThis process can be automated by using an auto-placer to keep a block space full of starlight, and by using an entity detector from cyclic to send a redstone signal to a collector when two entities (aka two crystals) are present in the designated block space.\n\nThe system can be set up to pick up only one of the two crystals, or to pick up both, and drop one of them back into the starlight.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "astralsorcery.liquidstarlight" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Farming Celestial Crystals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1355, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "astralsorcery.liquidstarlight" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_fluid_placer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:entity_detector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_ranged_collector" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1356:10": { - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Myrmitite just absorbs whatever magic you throw at it. Not all of what it absorbs is useful, but blood imbuements are.\nFor a reason I do not fully understand, what comes out has some recursive properties, not unlike many other materials and artifacts I have encountered so far.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:living_myrmitite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Living Myrmitite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1356, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:living_myrmitite_ingot" - }, - "TrophyName:8": "Precasian Mysteries", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:living_myrmitite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_livingmyrmitite" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1357:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7§oExplore myrmex. §7§oComplete the living myrmitite puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "BONE STORM" - }, - "ench:9": { - "0:10": { - "id:2": 22, - "lvl:2": 20 - }, - "1:10": { - "id:2": 16, - "lvl:2": 50 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "BONE STORM", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1357, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBONE STORM§r" - }, - "ench:9": { - "0:10": { - "id:3": 22, - "lvl:3": 20 - }, - "1:10": { - "id:3": 16, - "lvl:3": 50 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1358:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are multiple ways to get night vision permanently, with the best being a mob farm to get Corrupted Shards.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Night Vision ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1358, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_shards" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:potion", - "tag:10": { - "effects:9": { - "0:10": { - "duration:3": 50000, - "name:8": "minecraft:night_vision", - "potency:3": 0 - } - }, - "hasPotion:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1359:10": { - "preRequisites:11": [ - 50054, - 106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Note: some of these are currently uncraftable, but they will be obtainable in the future", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:nano_cont_ranged_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ranged Nano-Bot Beacon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1359, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:nano_cont_ranged_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1360:10": { - "preRequisites:11": [ - 1359 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Note: some of these are currently uncraftable, but they will be obtainable in the future", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_luck" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Available Buffs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1360, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_luck" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_creative_flight" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_haste" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_strength" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_jump_boost" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_regeneration" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_resistance" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_fire_resistance" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_water_breathing" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_invisibility" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_night_vision" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_health_boost" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_absorption" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_saturation" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_glowing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1361:10": { - "preRequisites:11": [ - 50146 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Note: some of these are currently uncraftable, but they will be obtainable in the future", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_luck" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Available Buffs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1361, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_luck" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_creative_flight" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_haste" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_strength" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_jump_boost" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_regeneration" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_resistance" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_fire_resistance" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_water_breathing" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_invisibility" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_night_vision" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_health_boost" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_absorption" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_saturation" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:modifier_glowing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1362:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:chest_sack_empty" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Picking up Chests and Spawners!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1362, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:chest_sack_empty" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1363:10": { - "preRequisites:11": [ - 1352 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furnace_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "What is up with Furnaces?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1363, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "minecraft:furnace" - }, - "TrophyName:8": "Fearless Furnace Fighter", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furnace_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1364:10": { - "preRequisites:11": [ - 20323 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1364, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 111, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Earth", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "1365:10": { - "preRequisites:11": [ - 20323 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:sand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gallifrey", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1365, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 624, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Gallifrey", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "1366:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "biomesoplenty:mushroom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A good Night Vision Potion!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1366, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:potion", - "tag:10": { - "effects:9": { - "0:10": { - "duration:3": 50000, - "name:8": "minecraft:night_vision", - "potency:3": 0 - } - }, - "hasPotion:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1367:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:enchanted_greenhouse" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanted Greenhouse", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1367, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:enchanted_greenhouse" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1368:10": { - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrop sticks can be used as a means of plant automation, place a plant in crop sticks placed on tilled soil, and it will work as a better seed.\n\nTo harvest a grown plant without breaking the crop sticks, you can right click or use the following machines.\n\nSee the green revolution quest for info on how to use crops to make faster and better seeds!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:crop_sticks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crop Sticks", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1368, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:crop_sticks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1369:10": { - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:harvester_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gentle Harvester", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1369, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:harvester_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1370:10": { - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe plant gatherer normally breaks plants, but it has been modified here to work with crop sticks.\n\nThis is the preferred way of gathering resources from crop sticks!\n\nTo account for the high speed of all plant accelerators in the pack, the best way to farm crops is 3x3 lots with 8 crops each. You should use one gatherer for each lot.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:crop_recolector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plant Gatherer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1370, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:crop_recolector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1371:10": { - "preRequisites:11": [ - 373 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:right_sacred_sapling" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacred Saplings", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1371, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:right_sacred_sapling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:left_sacred_sapling" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_recursion_dungeon" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1372:10": { - "preRequisites:11": [ - 372 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou do not have to craft this right away, but if you are struggling with making Shyrelands Garnets fast enough, the Summons of the Shyre Warden can help you out with that.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyre_wormhole" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Might of an Empire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1372, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_fragment_shyre" - }, - "TrophyName:8": "Actually there!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyre_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deknighting_stick" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1373:10": { - "preRequisites:11": [ - 1371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_cinders_log" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacred Cinders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1373, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_cinders_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1374:10": { - "preRequisites:11": [ - 1375 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shungite_prism" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiation Immunity!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1374, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shungite_prism" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1375:10": { - "preRequisites:11": [ - 1373 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_cinders_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacred Cinders Seeds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1375, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacred_cinders_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1376:10": { - "preRequisites:11": [ - 1375 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:everburning_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Everburning Seeds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1376, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:everburning_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1377:10": { - "preRequisites:11": [ - 462 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I am not the only one showing interest in Candyland, it seems. The forces of the Meatball Man, coming from Oi, are on the move too.\nA powerful Meatball Fiend is taunting me, almost as if it wanted me to fight back. This falls in line with whatever the Meatball Man has been doing whenever he showed up. Threats, annoyance, and a seemingly premature defeat despite clear hints of having incredible power that could easily overwhelm me. I guess this type of trickery is what\u0027s to be expected from the lord of desire and its minions.\nI know I shouldn\u0027t feel this way, but part of me is thankful to the Meatball Man for doing this. He is showing me how powerful my foes can really be, and I can prepare for it.\nBut what is his aim with regards to my fate? Why do I feel like these encounters are being purposefully set up? What does the Meatball Man want from me?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:diabetic_sentient_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diabetic Meatballs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1377, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:yummy_concrete" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:diabetic_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:diabetic_sentient_meatball" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cotton_candy_withering_spray" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1378:10": { - "preRequisites:11": [ - 1372 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imperial_diamond_powder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperial Diamond", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1378, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imperial_diamond_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1379:10": { - "preRequisites:11": [ - 1381 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:multithreading_controller_upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Factorization Intensifies", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1379, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:multithreading_controller_upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1380:10": { - "preRequisites:11": [ - 1381 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eye_of_gallifrey" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Secrets of Fractallite Recursion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1380, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eye_of_gallifrey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1381:10": { - "preRequisites:11": [ - 1372 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_catalyst" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fractallite Machinery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1381, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ichorium_catalyst" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:darkstar_catalyst" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:matrix_plasma_fusor" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hihi_irokane_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1382:10": { - "preRequisites:11": [ - 313 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orichalcum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Science of the Meatball Man", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1382, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:zoi_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orichalcum_sliver" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orichalcum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1383:10": { - "preRequisites:11": [ - 311 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:parafrosynium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elders Among Elders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1383, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nero_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:parafrosynium" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:body_of_nero" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soul_of_nero" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:breath_of_nero" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heart_of_nero" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1384:10": { - "preRequisites:11": [ - 310 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 309, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Let the Crimson Rivers Flow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1384, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:akathartos_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crimson_ichor" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 309, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1385:10": { - "preRequisites:11": [ - 312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hihi_irokane" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Greatest of Snakes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1385, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pauram_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:droplet_of_the_great_snake" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hihi_irokane" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1386:10": { - "preRequisites:11": [ - 59 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Naquadah Worlds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1386, - "rewards:9": {}, - "tasks:9": {} - }, - "1387:10": { - "preRequisites:11": [ - 1386 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Naquadah Automation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1387, - "rewards:9": {}, - "tasks:9": {} - }, - "1388:10": { - "preRequisites:11": [ - 745089078 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Back to Earth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1388, - "rewards:9": {}, - "tasks:9": {} - }, - "1389:10": { - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo breed chickens into new species, place two nesting pens facing each other!\n\nIn theory, just putting pens next to each other is enough, but come on, facing each other is so much cuter!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:pen" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Breeding Chickens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1389, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:pen" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1390:10": { - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis version of minecraft has a weird bug where your player may experience an endless death animation.\n\nTo fix it, use this quest reward.\n\nThis quest is repeatable, so you can get the reward every time you get stuck!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deathloop" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stuck in a Deathloop", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": 10000, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1390, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deathloop" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1391:10": { - "preRequisites:11": [ - 313, - 310, - 311, - 312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_hole_honey" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I beelive I can fly!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1391, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_hole_honey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1392:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSaws from forge microblocks let you cut any solid blocks into smaller versions.\n\nStrips can be used to separate multiple lines of red alloy wire!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "microblockcbe:saw_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Strips", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1392, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 769, - "OreDict:8": "", - "id:8": "microblockcbe:microblock", - "tag:10": { - "mat:8": "minecraft:stone[variant\u003dstone]" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "microblockcbe:saw_stone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1393:10": { - "preRequisites:11": [ - 1376 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_of_notbeinganoob" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Not a Noob Anymore", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1393, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_of_notbeinganoob" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1394:10": { - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 2000\nMining Level: 1\nMining Speed: 0.8\nAttack: 5555\nDark Traveller\nRunic\nStalwart\n\nHandle\nModifier: 2\nDurability: 1000\nDark Traveller\nRunic\nStalwart\n\nExtra\nDurability: 2000\nDark Traveller\nRunic\nStalwart\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "parafrosynium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Parafrosynium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1394, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "parafrosynium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1395:10": { - "preRequisites:11": [ - 97 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "After my encounter with the meatball man, a singular testificate scholar decided to approach me with some help.\nThey did not reveal any details, but it is evident they know of my newly gained enemy (wow, the list of enemies is getting long).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grand_magician_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So Grand", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1395, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:grand_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grand_magician_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1396:10": { - "preRequisites:11": [ - 180 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The elder wizards of Furatto agreed to meet up with me!\nThey thanked me for reopening connections back to Terra, allowing them to re-enstablish some of their lost order.\nBefore the invaders of Terra came, these wizards used to be part of one of the main governing bodies of the land, regulating the use of magic, and promoting collaboration between the various magical septs that used to hold power.\nThis governing body has been part of the politics of Terra for quite a long time, and it has to do with many of the magic artifact and creatures that originated there, and for banishing the crazed wizards of the Aether islands.\nTheir symbol is quite peculiar, it mentions a particular figure, the Arbiter, as a mark of order and creation. \nIs this Arbiter their deity? Or just simply a powerful wizard of the past? Maybe the founder of the order of wizards?\nAnyhow, this Arbiter clearly played a role in the struggle against the meatballs, but this figure not around anymore. At least, I don\u0027t think so?\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rulers_of_terra_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Those who fought back", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1396, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:grand_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mark_of_the_arbiter" - }, - "TrophyName:8": "Master Wand EZ", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rulers_of_terra_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_masterwizards" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1397:10": { - "preRequisites:11": [ - 1198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Not being told about the secrets of filling a planet with taint does sting a little bit I won\u0027t lie. After what I was told, I believe I am conscientious enough to not use this power; I just want to know more about this universe I am part of. I want to make sense of it.\nI do appreciate that I was told about a way to remove flux, though. Not only it is useful, but the knowledge of this provides good insight about the way the thumic fields operate.\nThey are not an inherent property of space, meaning that not every place in the universe will have aura or flux. In that sense, they operate similarly to how the electromagnetic field operates; to have it you need a source, like a magnet, or something very very hot. \nMost of the universe, though, experiences the fields of aura and flux, and this is because of the ability of these fields to push matter itself into a more stable equilibrium. For reasons that still do not make 100% sense, matter influenced by these fields becomes more \u0027organized\u0027 in some way, and itself it becomes a source of the fields. The process is very slow, and even slower at low field strengths, from what I am seeing, but it makes it so that, starting from a single source of aura for example, the whole universe will eventually turn into a source of aura.\nThis process can be boosted by some properties of nature, and the trees in some forest on Terra seem to be able to do that, but it can also be stopped and even reverted.\nThis sponge I recently been told of is a recursive object, expressing a magic I would call mythic, that can halt the spreading of flux.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:creative_flux_sponge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux no more!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1397, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 200, - "TrophyColorRed:3": 200, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "minecraft:sponge" - }, - "TrophyName:8": "Cleanest of them all!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:creative_flux_sponge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1398:10": { - "preRequisites:11": [ - 20465 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe agricultural bee will let you make 10/10/10 seeds automatically!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14012, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bees are Good", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1398, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14012, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1399:10": { - "preRequisites:11": [ - 20475 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo upgrade your void miners, you will need special drops from each tier.\n\nThe crystal lens increases the drop rate of these resources, making it easier to upgrade your miners as you level them up.\n\nIt is a good idea to invest into one of these!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:laser_lens_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Upgrades", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1399, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:laser_lens_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1400:10": { - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following are good drops to farm with woot!\n\nWhen you unlock ultimate mob farms, thy can be used for those too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "woot:shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Let\u0027s Woot!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1400, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:factory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1401:10": { - "preRequisites:11": [ - 20442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests list all data models available, and their drops!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:data_model_blank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Deepest Learning ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1401, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:polymer_clay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1402:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shards" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So Divine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1402, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1403:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bluefire_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bluefire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1403, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bluefire_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1404:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nebulous_soul" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nebulous Soul", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1404, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nebulous_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1405:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo produce chaos shards, the factory needs to receive a constant supply of awakened cores.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaos Shards", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1405, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:awakened_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1406:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEden cadillions are a great source of bloodmaster for the long term!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_head" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cadillions A\u0027Plenty", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1406, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_soul" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 30, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1407:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_blaze" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blaze (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1407, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_blaze" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 771, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_rod" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1408:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_creeper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creeper (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1408, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_creeper" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gunpowder" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:copper_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1409:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_ghast" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghast (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1409, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_ghast" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ghast_tear" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1410:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_enderman" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enderman (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1410, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_enderman" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_pearl" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:end_crystal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_enderman_skull" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1411:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_shulker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shulker (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1411, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_shulker" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:shulker_shell" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1412:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_skeleton" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skeleton (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1412, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_skeleton" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:bone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1413:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_dragon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Dragon (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1413, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_dragon" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dragon_breath" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "mysticalagradditions:stuff" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:green_heart" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:elytra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1414:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_guardian" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Guardian (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1414, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_guardian" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:prismarine_shard" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:prismarine_crystals" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1415:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_slime" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slime (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1415, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_slime" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:slime_ball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1416:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_spider" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spider (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1416, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_spider" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:spider_eye" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:string" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:web" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1417:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_witch" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witch (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1417, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_witch" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1418:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_wither" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wither (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1418, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_wither" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:stuff" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nether_tokens" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:yellow_heart" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:small_skill_crystal" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1419:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_thermal_elemental" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thermal Elementals (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1419, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_thermal_elemental" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 772, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2050, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2048, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 2052, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1420:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_zombie" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zombie (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1420, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_zombie" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:rotten_flesh" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "minecraft:skull" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1421:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_wither_skeleton" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wither Skeleton (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1421, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_wither_skeleton" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:witherbone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1422:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_forest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Forest (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1422, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_forest" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:naga_scale" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_life_1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_keeping_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1423:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_swamp" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Swamp (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1423, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_swamp" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_ingot" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_raw" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_ingot" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:hydra_chop" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:yellow_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1424:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_glacier" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Glacier (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1424, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_glacier" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:arctic_fur" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:alpha_fur" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_life_2" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_keeping_2" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:blue_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1425:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_darkwood" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Darkwood (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1425, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_twilight_darkwood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:armor_shard_cluster" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:carminite" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:green_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1426:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_tinker_slime" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blue Slime (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1426, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_tinker_slime" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:edible" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "tconstruct:edible" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:edible" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1427:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_illager" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Illager (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1427, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_illager" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:totem_of_undying" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:blue_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1428:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_hydra" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydra (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1428, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_hydra" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:hydra_fang" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:hydra_skull" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1429:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_ayeraco" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ayeraco (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1429, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_ayeraco" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_wisp" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ayeraco_heart" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:panacea" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 66, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1430:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_nethengeicbeast" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nethengeic Beast (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1430, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_nethengeicbeast" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:flammable_dust" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nethengeic_mark" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1431:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_kingbambambam" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "BamBamBam (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1431, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_kingbambambam" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:silver_coin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 27, - "OreDict:8": "", - "id:8": "extrabees:misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1432:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_smash" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Smash (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1432, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_smash" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:silver_coin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 38, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:copper_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1433:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_corallus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corallus (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1433, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_corallus" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:silver_coin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amphibiyte_lung" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 54, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1434:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_nethengeicwither" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nethengeic Wither (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1434, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_nethengeicwither" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 55, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1435:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_mothervoidwalker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mother Void Walker (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1435, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_mothervoidwalker" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:void_scales" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 20, - "OreDict:8": "", - "id:8": "actuallyadditions:item_misc" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:curio" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1436:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_betweenswamp" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sludge Monsters (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1436, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_betweenswamp" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:rock_snot_pearl" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_solidified_experience" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:sludge_ball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1437:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests list all things you may need in your agricultural journey!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All Things Agriculture!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1437, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dirt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1438:10": { - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe seeds listed in the following quests will come in handy!\n\nNot all seeds are listed here, but the useful ones are here!\n\nThanks to shadow46x2 for helping with the list!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Notable Plants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1438, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1439:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wheat_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Searchable in World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1439, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1440:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:agri_seed", - "tag:10": { - "agri_analyzed:1": 0, - "agri_gain:1": 1, - "agri_growth:1": 1, - "agri_seed:8": "resource:ferranium_plant", - "agri_strength:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Breedable ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1440, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1441:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1441, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1442:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1442, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1443:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1443, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1444:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1444, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1445:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1445, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1446:10": { - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:insanium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 6", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1446, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:insanium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1447:10": { - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:tier6_inferium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 6 Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1447, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:tier6_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1448:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier5_inferium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 5 Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1448, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier5_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1449:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier4_inferium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 4 Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1449, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier4_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1450:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier3_inferium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 3 Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1450, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier3_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1451:10": { - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier2_inferium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 2 Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1451, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier2_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1452:10": { - "preRequisites:11": [ - 1441 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier1_inferium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 1 Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1452, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tier1_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1453:10": { - "preRequisites:11": [ - 1441 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:stone_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1453, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:stone_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1454:10": { - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:nether_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherrack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1454, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:nether_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1455:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:thaumium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1455, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:thaumium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1456:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:mithril_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithril", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1456, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:mithril_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1457:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:emerald_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emerald", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1457, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:emerald_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1458:10": { - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:dragon_egg_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragon Egg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1458, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:dragon_egg_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1459:10": { - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:nether_star_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Star", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1459, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:nether_star_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1460:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tungsten_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tungsten", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1460, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tungsten_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1461:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ruby_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ruby", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1461, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ruby_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1462:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:steeleaf_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steeleaf", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1462, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:steeleaf_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1463:10": { - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fire_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1463, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fire_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1464:10": { - "preRequisites:11": [ - 1441 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:dirt_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dirt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1464, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:dirt_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1465:10": { - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:mystical_flower_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mystical Flowers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1465, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:mystical_flower_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1466:10": { - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:sulfur_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sulfur", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1466, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:sulfur_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1467:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:syrmorite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Syrmorite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1467, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:syrmorite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1468:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:sapphire_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1468, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:sapphire_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1469:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:titanium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Titanium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1469, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:titanium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1470:10": { - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:awakened_draconium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Awakened Draconium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1470, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:awakened_draconium_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1471:10": { - "preRequisites:11": [ - 1440 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNot great for emerald, but it\u0027s used in some recipes!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:agri_seed", - "tag:10": { - "agri_analyzed:1": 0, - "agri_gain:1": 1, - "agri_growth:1": 1, - "agri_seed:8": "resource:emeryllis_plant", - "agri_strength:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emeryllis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1471, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:agri_seed", - "tag:10": { - "agri_analyzed:1": 0, - "agri_gain:1": 1, - "agri_growth:1": 1, - "agri_seed:8": "resource:emeryllis_plant", - "agri_strength:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1472:10": { - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:holly_top_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Holly Top", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1472, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:holly_top_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1473:10": { - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_flax_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flax", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1473, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_flax_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1474:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:octine_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Octine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1474, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:octine_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1475:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:black_quartz_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1475, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:black_quartz_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1476:10": { - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_canola_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Canola", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1476, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_canola_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1477:10": { - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hemp", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1477, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1478:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:aquamarine_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aquamarine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1478, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:aquamarine_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1479:10": { - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:aconitum_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bewitchment Seeds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1479, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:aconitum_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:belladonna_seeds" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:garlic_seeds" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore_seeds" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:mandrake_seeds" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage_seeds" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:wormwood_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1480:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:electrotine_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrotine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1480, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:electrotine_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1481:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:coralium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coralium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1481, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:coralium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1482:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ironwood_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ironwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1482, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ironwood_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1483:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ardite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ardite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1483, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ardite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1484:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:knightslime_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knightslime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1484, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:knightslime_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1485:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:graphite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Graphite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1485, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:graphite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1486:10": { - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:saltpeter_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Saltpeter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1486, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:saltpeter_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1487:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:peridot_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Peridot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1487, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:peridot_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1488:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:amber_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1488, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:amber_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1489:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:topaz_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Topaz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1489, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:topaz_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1490:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:malachite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Malachite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1490, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:malachite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1491:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tanzanite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tanzanite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1491, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:tanzanite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1492:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:hop_graphite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HOP Graphite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1492, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:hop_graphite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1493:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:cobalt_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cobalt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1493, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:cobalt_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1494:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:void_metal_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Metal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1494, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:void_metal_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1495:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:knightmetal_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knightmetal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1495, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:knightmetal_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1496:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fiery_ingot_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1496, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fiery_ingot_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1497:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:abyssalnite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalnite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1497, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:abyssalnite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1498:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:thorium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1498, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:thorium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1499:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:jade_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1499, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:jade_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1500:10": { - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fluix_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1500, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fluix_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1501:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:uranium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1501, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:uranium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1502:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:chrome_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chrome", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1502, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:chrome_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1503:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:platinum_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Platinum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1503, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:platinum_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1504:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:iridium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iridium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1504, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:iridium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1505:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:dreadium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1505, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:dreadium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1506:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:valonite_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Valonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1506, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:valonite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1507:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:starmetal_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starmetal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1507, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:starmetal_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1508:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ender_amethyst_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Amethyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1508, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ender_amethyst_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1509:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:draconium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1509, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:draconium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1510:10": { - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:yellorium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1510, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:yellorium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1511:10": { - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:neutronium_seeds" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutronium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1511, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagradditions:neutronium_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1512:10": { - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests list all useful chickens in the pack.\n\nFor all of these, spawn eggs are craftable to be used in the mechanized coop.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Notable Chickens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1512, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1513:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:lavachicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lava", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1513, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:lavachicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1514:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:gunpowderchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gunpowder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1514, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:gunpowderchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1515:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:glasschicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glass (not as notable)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1515, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:glasschicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1516:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emerald", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1516, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1517:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:stringchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "String", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1517, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:stringchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1518:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pshardchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prismarine Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1518, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pshardchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1519:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:waterchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Water", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1519, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:waterchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1520:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:slimechicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1520, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:slimechicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1521:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pcrystalchicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prismarine Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1521, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pcrystalchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1522:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:netherite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1522, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:netherite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1523:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:runium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1523, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:runium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1524:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:realmite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Realmite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1524, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:realmite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1525:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amethyst_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Amethyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1525, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amethyst_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1526:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rupee_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rupee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1526, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rupee_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1527:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodgem_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloodgem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1527, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodgem_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1528:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:limonite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Limonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1528, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:limonite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1529:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:arlemite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arlemite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1529, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:arlemite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1530:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:jade_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Jade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1530, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:jade_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1531:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:emberstone_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emberstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1531, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:emberstone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1532:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rosite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rosite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1532, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rosite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1533:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:sapphire_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1533, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:sapphire_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1534:10": { - "preRequisites:11": [ - 1512 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Early Game Chickens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1534, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:colored_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1535:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mithrillium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithrillium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1535, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mithrillium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1536:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:cold_iron_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cold Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1536, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:cold_iron_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1537:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amber_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Amber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1537, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amber_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1538:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:glitch_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glitch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1538, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:glitch_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1539:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:energy_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1539, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:energy_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1540:10": { - "preRequisites:11": [ - 1534, - 20327 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "First Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1540, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1541:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chestbone_fragment_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Precasia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1541, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:skullbone_fragment_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chestbone_fragment_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:legbone_fragment_chicken" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:footbone_fragment_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1542:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fluctuatite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lelyetia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1542, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fluctuatite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1543:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:gemenyte_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creeponia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1543, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:gemenyte_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:jewelyte_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ornamyte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1544:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:charged_runium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deeplands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1544, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:charged_runium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1545:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:varsium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Barathos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1545, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:varsium_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:blazium_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:baronyte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1546:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodstone_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyss", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1546, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodstone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1547:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rhenium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rhenia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1547, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rhenium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1548:10": { - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on Vibe!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:pure_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pure", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1548, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:pure_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1549:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:yellow_gemstone_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystevia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1549, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:green_gemstone_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:purple_gemstone_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:yellow_gemstone_chicken" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:blue_gemstone_chicken" - } - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:red_gemstone_chicken" - } - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:white_gemstone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1550:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:candyte_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Candyland", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1550, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:candyte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1551:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:vityte_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gardencia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1551, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:vityte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1552:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lyon_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iromine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1552, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lyon_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1553:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mystite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mysterium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1553, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mystite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1554:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:crystallite_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haven", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1554, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:crystallite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1555:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:polonium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vox Ponds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1555, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:polonium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1556:10": { - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:palladium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Palladium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1556, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:palladium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1557:10": { - "preRequisites:11": [ - 1534, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Second Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1558, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1558:10": { - "preRequisites:11": [ - 1534, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Third Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1559, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1559:10": { - "preRequisites:11": [ - 1534, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fourth Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1560, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1560:10": { - "preRequisites:11": [ - 1534, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fifth Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1561, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1561:10": { - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:elecanium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runandor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1562, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:elecanium_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:brightsteel_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1562:10": { - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lunastone_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunalus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1563, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lunastone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1563:10": { - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chalcedony_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "L\u0027Borean", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1564, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chalcedony_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1564:10": { - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chaos_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1565, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chaos_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1565:10": { - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ghastly_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greckon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1566, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ghastly_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ghoulish_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1566:10": { - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:caesium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Cavern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1567, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:caesium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1567:10": { - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:strontium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dustopia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1568, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:strontium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1568:10": { - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rubidium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortallis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1569, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rubidium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1569:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests highlight misc resource-making sources for later on.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Misc Resources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1570, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1570:10": { - "preRequisites:11": [ - 1570 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:soularium_essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essence Stones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1571, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:warpcore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1571:10": { - "preRequisites:11": [ - 1561 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:infinity_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1572, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:infinity_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1572:10": { - "preRequisites:11": [ - 1561 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:hassium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hassium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1573, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:hassium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1573:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:heraldry_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heraldry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1574, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:heraldry_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1574:10": { - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:osmium_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Osmium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1575, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:osmium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1575:10": { - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:unidentified_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Proxima", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1576, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:unidentified_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1576:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Serpentine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1577, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:dark_steel_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:end_steel_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:bronze_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1577:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Metagabbro", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1578, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:constantan_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:manyullyn_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:conductive_iron_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1578:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Agate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1579, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:lumium_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:invar_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:signalum_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1579:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Feldspar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1580, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:brass_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:soularium_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:pulsating_iron_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1580:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Travertine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1581, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:steel_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:electrum_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:vibrant_alloy_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1581:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pink Marble", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1582, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:enderium_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:redstone_alloy_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:energetic_alloy_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1582:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Onyx", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1583, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:electrical_steel_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:aluminum_brass_essence" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fluxed_electrum_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1583:10": { - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery Pyrite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1584, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:fluix_essence" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:alumite_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1584:10": { - "preRequisites:11": [ - 1570 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:myrmitite_casing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul Accumulator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1585, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:myrmitite_casing" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_broken_spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1585:10": { - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§8§7§oThis quest tab lists all of the armor sets available in each chapter.\n\nThe enchantments on your armor are more important than the armor you wear, and it is possible to make good builds with pretty much any set!\n\nBonus points if you collect them all!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Meatballcraft Armory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1586, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1586:10": { - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1587, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1587:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bedrock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1588, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bedrock_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1588:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_fire_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Dragonsteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1589, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_fire_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_fire_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_fire_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_fire_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1589:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_ice_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Dragonsteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1590, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_ice_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_ice_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_ice_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_ice_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1590:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_robe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithminite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1591, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_hood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_robe" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_belt" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1591:10": { - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Great", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1592, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1592:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcape", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mantle of Stars", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1593, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcape", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1593:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1594, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1594:10": { - "preRequisites:11": [ - 1586, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1595, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1595:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_emerald" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emerald", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1596, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_emerald" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_emerald" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_emerald" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1596:10": { - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1597, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1597:10": { - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "OK", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1598, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1598:10": { - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cosmetic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1599, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1599:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_green" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emeradic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1600, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_crystal_green" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_green" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_crystal_green" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_crystal_green" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1600:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_light_blue" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamatine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1601, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_crystal_light_blue" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_light_blue" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_crystal_light_blue" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_crystal_light_blue" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1601:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_desert_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Desert Myrmex", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1602, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_desert_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_desert_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_desert_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_desert_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1602:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_jungle_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jungle Myrmex", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1603, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_jungle_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_jungle_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_jungle_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_jungle_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1603:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_bronze_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bronze Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1604, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_bronze_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_bronze_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_bronze_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_bronze_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1604:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_red_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1605, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_red_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_red_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_red_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_red_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1605:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_chestplate", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Supremium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1606, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_helmet", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_chestplate", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_leggings", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_boots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1606:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:purple_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallized Obsidian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1607, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:purple_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:purple_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:purple_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:purple_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1607:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:obsidian_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sky Obsidian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1608, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:obsidian_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:obsidian_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:obsidian_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:obsidian_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1608:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corrupted", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1609, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:corrupted_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1609:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:elite_realmite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Realmite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1610, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:elite_realmite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:elite_realmite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:elite_realmite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:elite_realmite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1610:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1611, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumhelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumlegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1611:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamuraiplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadium Samurai", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1612, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamuraihelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamuraiplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamurailegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadiumsamuraiboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1612:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refined Coralium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1613, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corhelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corlegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1613:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreaded Abyssalnite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1614, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dhelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dlegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1614:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_boron_nitride" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boron Nitride", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1615, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_boron_nitride" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_boron_nitride" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_boron_nitride" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_boron_nitride" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1615:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Osiris", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1616, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1616:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ptah", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1617, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1617:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1618, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1618:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Europa", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1619, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1619:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oi", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1620, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1620:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:anima_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Anima", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1621, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:anima_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:anima_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:anima_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:anima_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1621:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alchemy_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1622, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alchemy_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alchemy_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alchemy_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alchemy_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1622:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_alloy_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phasing Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1623, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_alloy_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_alloy_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_alloy_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_alloy_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1623:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_plate_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wrought Plate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1624, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_plate_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_plate_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_plate_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_plate_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1624:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibranium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1625, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vibranium_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1625:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:steel_armor_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immersive Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1626, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:steel_armor_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:steel_armor_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:steel_armor_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:steel_armor_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1626:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_white" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enori Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1627, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_crystal_white" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_white" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_crystal_white" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_crystal_white" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1627:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_quartz" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1628, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_quartz" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_quartz" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_quartz" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1628:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_red" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Restonia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1629, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_crystal_red" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_red" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_crystal_red" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_crystal_red" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1629:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_blue" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Palis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1630, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_crystal_blue" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_blue" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_crystal_blue" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_crystal_blue" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1630:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cold Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1631, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1631:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manasteelchest", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manasteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1632, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manasteelhelm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manasteelchest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manasteellegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manasteelboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1632:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:elementiumchest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elementium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1633, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:elementiumhelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:elementiumchest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:elementiumlegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:elementiumboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1633:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:fortress_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumium Fortress", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1634, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:fortress_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:fortress_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:fortress_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:traveller_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1634:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_plate_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crimson", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1635, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_plate_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_plate_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_plate_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1635:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eden", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1636, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1636:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyss Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1637, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyss_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1637:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baron_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baron Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1638, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baron_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baron_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baron_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:baron_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1638:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creeponia Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1639, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:creeponia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1639:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deeplands Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1640, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deeplands_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1640:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiation-Absorbing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1641, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Helmet" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Leggings" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Boots" - }, - "ncRadiationResistance:6": 100.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1641:10": { - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Dragons are both fascinating and scary, but I was able to slay one!\n\nLightning dragons dwell in mountanous areas.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "iceandfire:dragon_skull" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Dragons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1642, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "iceandfire:lightning_dragon_heart" - }, - "TrophyName:8": "Lightning Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "iceandfire:dragon_skull" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:lightning_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1642:10": { - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe acclimatiser lets you incerase the temperature and humidity tolerance of your bees.\n\nCombine with the following items for the following effects:\n\nBlaze powder or Lava \u003d higher temperature\n\nIce or snowball \u003d lower temperature\n\nWater \u003d higher humidity\n\nSand \u003d lower humidity", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "genetics:lab_machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Tolerance", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1643, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "genetics:lab_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1643:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes a flying broom.\n\nDifferent woods give different buffs.\n\nElder: fast\n\nJuniper: doesn\u0027t need a grimoire magia to run\n\nDragon\u0027s Blood: broom accepts sigils\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cypress_broom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of the Rising Twigs (Useful)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1644, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:broom" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:flying_ointment" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ebb_of_death" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1644:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrafts a crystal ball.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:crystal_ball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual of Foresight", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1645, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glass" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:droplet_of_wisdom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1645:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Prevents electrocution, but you\u0027re probably not going to need this!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:faraday_suit_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Faraday", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1646, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:faraday_suit_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:faraday_suit_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:faraday_suit_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:faraday_suit_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1646:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_black" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1647, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_crystal_black" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_crystal_black" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_crystal_black" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_crystal_black" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1647:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_obsidian" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Actually Obsidian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1648, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_helm_obsidian" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_chest_obsidian" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_pants_obsidian" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_boots_obsidian" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1648:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:sheep_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sheep Disguise", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1649, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:sheep_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:sheep_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:sheep_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:sheep_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1649:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_copper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1650, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_copper" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_copper" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_copper" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_copper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1650:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumium_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1651, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumium_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumium_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumium_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1651:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:green_witch_robes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hedgewitch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1652, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:green_witch_hood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:green_witch_hat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:green_witch_robes" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:green_witch_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1652:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:alchemist_robes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemist", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1653, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:alchemist_hood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:alchemist_hat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:alchemist_robes" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:alchemist_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1653:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:besmirched_robes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Besmirched", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1654, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:besmirched_hood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:besmirched_hat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:besmirched_robes" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:besmirched_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1654:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_robes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1655, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_cowl" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_hat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_robes" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1655:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:serious_glasses" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Badass Glasses", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1656, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:serious_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1656:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Conjure Wither", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1657, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:soul_sand" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:wormwood" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ectoplasm" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1657:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:witch_hat" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Conjure Witch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1658, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:pentacle" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:poisonous_potato" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1658:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSummons passive mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:grasshorn" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Call of the Wild", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1659, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:oak_spirit" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:birch_soul" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:oak_apple_gall" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:tallgrass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1659:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oClear curses (often).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_rock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Greater Curse Celansing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1660, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cleansing_balm" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dragons_blood_resin" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:birch_soul" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:garlic" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1660:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_metal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconian Silver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1661, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_metal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_metal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_metal_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_metal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1661:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_yellow_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tan Death Worm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1662, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_yellow_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_yellow_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_yellow_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_yellow_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1662:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_white_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "White Death Worm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1663, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_white_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_white_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_white_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_white_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1663:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_red_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Death Worm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1664, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_red_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_red_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_red_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:deathworm_red_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1664:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_teal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Teal Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1665, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_teal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_teal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_teal_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_teal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1665:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_green_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emerald Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1666, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_green_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_green_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_green_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_green_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1666:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1667, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_silver_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1667:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_sapphire_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sapphire Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1668, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_sapphire_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_sapphire_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_sapphire_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_sapphire_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1668:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_white_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "White Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1669, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_white_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_white_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_white_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_white_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1669:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_blue_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blue Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1670, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_blue_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_blue_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_blue_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_blue_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1670:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_gray_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gray Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1671, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_gray_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_gray_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_gray_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_gray_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1671:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_blue_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blue Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1672, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_blue_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_blue_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_blue_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_blue_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1672:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_bronze_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bronze Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1673, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_bronze_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_bronze_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_bronze_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_bronze_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1673:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_deepblue_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Blue Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1674, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_deepblue_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_deepblue_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_deepblue_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_deepblue_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1674:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_green_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Green Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1675, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_green_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_green_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_green_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_green_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1675:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_purple_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purple Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1676, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_purple_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_purple_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_purple_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_purple_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1676:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_red_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Tide", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1677, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_red_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_red_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_red_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:tide_red_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1677:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:frost_troll_leather_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frost Troll", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1678, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:frost_troll_leather_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:frost_troll_leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:frost_troll_leather_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:frost_troll_leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1678:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:forest_troll_leather_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Forest Troll", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1679, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:forest_troll_leather_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:forest_troll_leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:forest_troll_leather_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:forest_troll_leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1679:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:mountain_troll_leather_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mountain Troll", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1680, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:mountain_troll_leather_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:mountain_troll_leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:mountain_troll_leather_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:mountain_troll_leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1680:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_steel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1681, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_steel" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_steel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_steel" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_steel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1681:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_platinum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Platinum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1682, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_platinum" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_platinum" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_platinum" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_platinum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1682:10": { - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Utility", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1683, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1683:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_tin" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1684, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_tin" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_tin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_tin" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_tin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1684:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_constantan" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Constantan", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1685, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_constantan" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_constantan" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_constantan" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_constantan" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1685:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_nickel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nickel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1686, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_nickel" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_nickel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_nickel" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_nickel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1686:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_aluminum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aluminum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1687, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_aluminum" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_aluminum" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_aluminum" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_aluminum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1687:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lead", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1688, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_lead" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_lead" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_lead" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1688:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_silver" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1689, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_silver" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_silver" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_silver" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_silver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1689:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_invar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Invar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1690, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_invar" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_invar" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_invar" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_invar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1690:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_bronze" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bronze", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1691, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_bronze" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_bronze" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_bronze" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_bronze" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1691:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1692, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1692:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chainmail_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chain", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1693, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chainmail_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chainmail_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chainmail_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chainmail_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1693:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:leather_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leather", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1694, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:leather_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:leather_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1694:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_electrum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1695, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_electrum" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_electrum" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_electrum" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_electrum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1695:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1696, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1696:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1697, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1697:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:bronzechestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reborn Bronze", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1698, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:bronzehelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:bronzechestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:bronzeleggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:bronzeboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1698:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rubychestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reborn Ruby", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1699, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rubyhelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rubychestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rubyleggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rubyboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1699:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:sapphirechestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reborn Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1700, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:sapphirehelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:sapphirechestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:sapphireleggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:sapphireboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1700:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:peridotchestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reborn Peridot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1701, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:peridothelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:peridotchestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:peridotleggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:peridotboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1701:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:ruby_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ruby", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1702, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:ruby_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:ruby_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:ruby_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:ruby_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1702:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:sapphire_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1703, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:sapphire_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:sapphire_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:sapphire_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:sapphire_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1703:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:peridot_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Peridot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1704, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:peridot_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:peridot_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:peridot_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:peridot_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1704:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "natura:imp_armor_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Impskin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1705, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "natura:imp_armor_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "natura:imp_armor_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "natura:imp_armor_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 4, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "natura:imp_armor_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 2, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1705:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:superium_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Superium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1706, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:superium_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:superium_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:superium_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:superium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1706:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:intermedium_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Intermedium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1707, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:intermedium_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:intermedium_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:intermedium_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:intermedium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1707:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:prudentium_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prudentium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1708, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:prudentium_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:prudentium_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:prudentium_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:prudentium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1708:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:inferium_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1709, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:inferium_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:inferium_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:inferium_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:inferium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1709:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_boron" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1710, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_boron" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_boron" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_boron" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_boron" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1710:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_tough" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tough Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1711, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_tough" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_tough" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_tough" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_tough" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1711:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hard_carbon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hard Carbon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1712, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_hard_carbon" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hard_carbon" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_hard_carbon" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_hard_carbon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1712:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives some radiation protection!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hazmat" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hazmat Suit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1713, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_hazmat" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hazmat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_hazmat" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_hazmat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1713:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:waterwalkingboots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Water Walking Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1714, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:waterwalkingboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1714:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:lavawader" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lava Waders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1715, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:lavawader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1715:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:obsidianwaterwalkingboots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Obsidian Water Walking Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1716, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:obsidianwaterwalkingboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1716:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:magichood" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic Hood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1717, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:magichood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1717:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:superlubricentboots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Super Lubricent Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1718, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:superlubricentboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1718:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:emerald_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cyclic Emerald", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1719, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:emerald_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:emerald_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:emerald_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:emerald_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1719:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vision Helmet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1720, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1720:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiarist_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apiarist", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1721, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiarist_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiarist_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiarist_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiarist_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1721:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:felarmor_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Molten", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1722, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:felarmor_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:felarmor_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:felarmor_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:felarmor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1722:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:swinearmor_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Swine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1723, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:swinemask" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:swinearmor_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:swinearmor_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:swinearmor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1723:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:faminearmor_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Famine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1724, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:faminearmor_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:faminearmor_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:faminearmor_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:faminearmor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1724:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:skeletonking_crown" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crown of Rule", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1725, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:skeletonking_crown" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1725:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oImmune to sirens!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:earplugs" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earplugs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1726, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:earplugs" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1726:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oImmune to gorgons!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:blindfold" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blindfold", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1727, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:blindfold" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1727:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:naturalist_helmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectacles", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1728, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:naturalist_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1728:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:bee.armor.chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1729, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:bee.armor.head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:bee.armor.chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:bee.armor.legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:bee.armor.feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1729:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Falacer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1730, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1730:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orcus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1731, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1731:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haumea", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1732, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1732:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sedna", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1733, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1733:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:angelic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Angelic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1734, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:angelic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:angelic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:angelic_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:angelic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1734:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:aplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalnite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1735, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ahelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:aplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:alegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:aboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1735:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corplatep" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plated Coralium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1736, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corhelmetp" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corplatep" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corlegsp" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corbootsp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1736:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:depthsplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depths", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1737, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:depthshelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:depthsplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:depthslegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:depthsboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1737:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ethaxium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1738, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumhelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumlegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:ethaxiumboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1738:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacechestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Space Suit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1739, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacehelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spacechestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spaceleggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:spaceboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1739:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:silver_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bewitched Silver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1740, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:silver_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:silver_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:silver_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:silver_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1740:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:pack_sacrifice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coat of Arms", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1741, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:pack_sacrifice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1741:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:pack_self_sacrifice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Letter\u0027s Pack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1742, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:pack_self_sacrifice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1742:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:living_armour_chest", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Living", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1743, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:living_armour_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:living_armour_chest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:living_armour_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:living_armour_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1743:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaweavechest", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manaweave", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1744, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaweavehelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaweavechest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaweavelegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaweaveboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1744:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrasteelchest", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terrasteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1745, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrasteelhelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrasteelchest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrasteellegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrasteelboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1745:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace on top of an arcane autoworkbench to increase its aura range to 3x3 chunks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:arcane_workbench_charger" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Aura", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1746, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:arcane_workbench_charger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1746:10": { - "preRequisites:11": [ - 20197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAura is one of the main mechanics in thaumcraft.\n\nAura is magical energy used to craft using some of the blocks and items in the mod.\n\nEach chunk has a different aura level. Once it is depleted, it will slowly go back up to a maximum value that depends on seed.\n\nRegardless of your world, magical forest biomes have much higher aura levels than all other biomes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:master_spell_auram" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Powerful Aura", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1747, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumometer" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1747:10": { - "preRequisites:11": [ - 20244 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEssentia is a magical fluid that can be created, moved, and consumed as part of many thaumcraft mechanics. While the crucible can be used to create essentia, it can only be used within those constraints.\n\nTo create essentia, you need an essentia smeltery, which works like a furnace that \u0027smelts\u0027 items into their essentia component (which can be seen in JEI).\nPlace arcane alembics on top of the smeltery to collect the output. If no alembics are present, flux will be made.\nThe higher the tier, the better the yield out of each item, and the least flux will be made each operation. Mithrillium tier and above make no flux.\n\nEssentia can be stored using phials, or using jars. Phials are like buckets, which can be used to move essentia between containers. Jars are like tanks, which can be placed in world. Labels can be used to filter jars to store only one type of essentia.\n\nTo transport essentia, there are pipes, but you should not use those. Instead, the filling and emptying essentia transfusers can be used to move essentia wirelessly.\nThe filling essentia transfuser is used as a machine output, and it automatically pushes essentia into jars.\nThe emptying essentia transfuser is used as a machine input, and it automatically pulls essentia out of jars.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Using Essentia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1748, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1748:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Solidifier", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1749, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1749:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanized Essentia Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1750, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1750:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWarp is a mechanic used in both thaumcraft and abyssalcraft.\n\nWarp is something that is directly connected to your player, and it is gained in a varity of ways:\n1. Eating brains\n2. Unlocking thaumcraft research\n3. Fighting mobs from abyssalcraft\n4. Exploring abyssalcraft dimensions\n\nWarp is checked using a sanity checker!\n\nIf your warp level is high, you will gain debuffs, and special mobs will start spawning around you.\n\nThere are three types of warp, temporary, sticky, and permanent.\nTemporary warp goes down over time, and is bright pink in the sanity checker.\nSticky warp needs sanityzing soap or warp cleansers to be removed, and is purple in the sanity checker.\nPermanent warp is only removed using the dreadlands and omothol warp cleansers, and is dark purple in the sanity checker.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pure_warp" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warp Me!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1751, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_checker" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1751:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe crucible can be transformed into the thaumatorium, an upgraded version that has a user interface, and can be automated.\n\nTo form the thaumatorium, place two alchemical contructs on top of a formed crucible, and right click them with salis mundus.\n\nThe thaumatorium can receive essentia from an emptying essentia transfuser placed on its side. It can collect from both nearby jars, and from an essentia infusion provider.\n\nTo select a recipe, place the desired input item, and click on the desired output to bind the thaumatorium to that recipe. If the input item is present, essentia will be automatically drained and the recipe output will be dropped in world in fron of the crucible. A hungry chest or a vacuum chest can be used to collect outputs.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crucible" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crucible Automation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1752, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:metal_alchemical" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumatorium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1752:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPhials are used to store essentia similarly to how buckets are used to store fluids.\n\nOne phial stores 10 of a given essentia.\n\nPhials can be right clicked on essentia machines or storage to collect or deposit essentia just like buckets!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:phial" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phials", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1753, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:phial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1753:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like the arcane autoworkbench, but connects to AE2!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:arcane_terminal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Applied Arcane Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1754, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:arcane_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1754:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7The following quests list useful gadgets from thaumcraft and its addons!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:mechanism_simple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Useful Thaumic Goodies", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1755, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1755:10": { - "preRequisites:11": [ - 1752 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBy default, the thaumatorium can only perform one recipe, but if you place a mnemonic matrix on one of its sides, you will be able to set an additional one.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:brain_box" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crucible Parallelization", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1756, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:brain_box" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1756:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cleansing_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clean Bee is Clean", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1757, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cleansing_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1757:10": { - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oShielding can be added to armor to gain radiation protection!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Radiation Protection", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1758, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_shielding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1758:10": { - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_shielding" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Radiation Protection", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1759, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_shielding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1759:10": { - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_shielding" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mooore Radiation Protection", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1760, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:rad_shielding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1760:10": { - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hazmat" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hazmat Suit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1761, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:helm_hazmat" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chest_hazmat" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:legs_hazmat" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:boots_hazmat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1761:10": { - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGated by a puzzle in chapter 5, see the §cdimensional ascension", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Super Radsuit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1762, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Helmet" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Leggings" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Boots" - }, - "ncRadiationResistance:6": 100.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1762:10": { - "preRequisites:11": [ - 203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound natually in Iceika.\n\n§fThe extents of the magic powers of this master wizard are incredible. Not only the land has been affected, but life too.\nMy abilities can bring forth new life, but nothing that comes even close to the Frostmaws of Iceika.\nI don\u0027t feel like I am built for wizardry, but I sure want to improve my capabilities. Maybe technology can help with that!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:ice_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Ice Beast", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1763, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "mowziesmobs:ice_crystal" - }, - "TrophyName:8": "Frostmaw Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:ice_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1763:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ensorced Materials (Chapter 3)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1764, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1764:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIt\u0027s not fast, but it\u0027s convenient!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_number" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Numbered Spectre Coil (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1765, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_number" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1765:10": { - "preRequisites:11": [ - 1586, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1766, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1766:10": { - "preRequisites:11": [ - 278 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terraformassiflora" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Biome Ritual", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1767, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "permutatio" - } - } - } - }, - "1:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "terra" - } - } - } - }, - "2:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "aqua" - } - } - } - }, - "3:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "aer" - } - } - } - }, - "4:10": { - "Count:3": 16, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "ignis" - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terraformassiflora" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_biomeritual" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1767:10": { - "preRequisites:11": [ - 1767 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crown_of_the_energy_queen" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ze Crown", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1768, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank", - "tag:10": { - "enderio:energy:3": 500000000 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crown_of_the_energy_queen" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1768:10": { - "preRequisites:11": [ - 1253, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound on the four Dynatos planets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dynatos Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1769, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Darkness", - "UID1:8": "gendustry.bee.Darkness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Darkness", - "UID1:8": "gendustry.bee.Darkness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "MaxH:3": 50 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fear", - "UID1:8": "gendustry.bee.Fear" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.steal.mob", - "UID1:8": "careerbees.effect.steal.mob" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fear", - "UID1:8": "gendustry.bee.Fear" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.steal.mob", - "UID1:8": "careerbees.effect.steal.mob" - } - } - }, - "MaxH:3": 50 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Solitude", - "UID1:8": "gendustry.bee.Solitude" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.effect.restore", - "UID1:8": "careerbees.effect.effect.restore" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Solitude", - "UID1:8": "gendustry.bee.Solitude" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.effect.restore", - "UID1:8": "careerbees.effect.effect.restore" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1769:10": { - "preRequisites:11": [ - 1586, - 20327 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1770, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:twilight_clock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1770:10": { - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Learner Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1771, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1771:10": { - "preRequisites:11": [ - 471 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14018, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Learning Buzz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1772, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deep_knowledge_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_rosidianblend" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1772:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_elusive" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elusive (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1773, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_elusive" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tconstruct:ingots" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1773:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_terrafractallites" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Fractallites (Required)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1774, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_terrafractallites" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:mineralanglesite" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1774:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_shadowlord" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shadow Lord (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1775, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_shadowlord" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:treated_wood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1775:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_graw" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Graw (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1776, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_graw" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:plastic" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "tconstruct:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1776:10": { - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Midgame Boss Models", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1777, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1777:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_tyrosaur" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tyrosaur (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1778, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_tyrosaur" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:milk_chocolate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:firewood" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1778:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_skeletron" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skeletron (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1779, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_skeletron" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:weezer_blue_album" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:pink_slime" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1779:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_baroness" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baroness (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1780, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_baroness" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "soulshardsrespawn:materials" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:decorativesolidwood" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "randomthings:ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1780:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_hiveking" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hive King (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1781, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_hiveking" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_desert_chitin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:myrmex_jungle_chitin" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1781:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_kingshroomus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "King Shroomus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1782, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodarsenal:base_item" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:gem" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "erebus:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_kingshroomus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1782:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_voxxulon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Voxxulon (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1783, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_voxxulon" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:blood_infused_wooden_planks" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1783:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_kror" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kror (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1784, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_kror" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:scythe_claw" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:vespa_carapace" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mod_lavacow:moltenbeef" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1784:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_creep" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "C.R.E.E.P. (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1785, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_creep" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:alloy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1785:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_silverfoot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silverfoot (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1786, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_silverfoot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:ingotludicrite" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1786:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_mechbot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechbot (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1787, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_mechbot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "plustic:mirioningot" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 25, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1787:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_havenguardians" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haven Guardians (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1788, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_havenguardians" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaresource" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 40, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1788:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_rockrider" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rockrider (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1789, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_rockrider" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:productgem" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 56, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1789:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_cottoncandor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cotton Candor (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1790, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_cottoncandor" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:psdl" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1790:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_gyro" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gyro (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1791, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_gyro" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 49, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1791:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_vinocorne" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vinocorne (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1792, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_vinocorne" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "magicbees:resource" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 37, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1792:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_crystocore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystocore (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1793, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_crystocore" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:mica" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1793:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_hydrolisk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydrolisk (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1794, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_hydrolisk" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1794:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_dracyon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dracyon (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1795, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_dracyon" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1795:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_clunkhead" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clunkhead (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1796, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_clunkhead" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1796:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_visualent" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Visualent (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1797, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_visualent" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1797:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_immortalfractallites" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortal Fractallites (Required)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1798, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_immortalfractallites" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:mineralbenitoite" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:immortal_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1798:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_temporalfractallites" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Temporal Fractallites (Required)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1799, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_temporalfractallites" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extrabotany:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:temporal_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1799:10": { - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_primordialfractallites" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Primordial Fractallites (Required)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1800, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:pristine_matter_primordialfractallites" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "extrabotany:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:primordial_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1800:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 300\nMining Level: 3\nMining Speed: 2.2\nAttack: 85\nSharp\nJaded\nNature\u0027s Wrath\n\nHandle\nModifier: 1\nDurability: 200\nSharp\nJaded\nNature\u0027s Wrath\n\nExtra\nDurability: 300\nSharp\nJaded\nNature\u0027s Wrath\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosidian" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rosidian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1801, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosidian" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1801:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBecause of a bug with Binnie\u0027s Mods, it is possible that trees from forestry and its addons will spawn large amounts of butterflies that will lag your game.\n\nIf that happens, use this quest reward.\n\nThis quest is repeatable so you can come back if you run into issues.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:butterfly_bloom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Butterfly Invasion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1802, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:butterfly_repellent" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "1802:10": { - "preRequisites:11": [ - 50100 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_black_hole", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Hole Band", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1803, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_black_hole", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1803:10": { - "preRequisites:11": [ - 50100 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_magnetism", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sigil of Magnetism", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1804, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_magnetism", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1804:10": { - "preRequisites:11": [ - 50115 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:item_dislocation_inhibitor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dislocation Normalization Field Projector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1805, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:item_dislocation_inhibitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1805:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1806, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1806:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCan also be used as a bauble.\n\nThey allow you to see essentia and other thaumcraft mechanics.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:goggles" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Goggles of Revealing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1807, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1807:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAuto feeding.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:mushroom_helmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mush Helm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1808, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:mushroom_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1808:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:glider_chestplate", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glider", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1809, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:glider_chestplate", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:glider_chestplate_powered", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1809:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jump_boots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jump Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1810, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jump_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1810:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSee in the dark.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_compound_goggles" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compound Goggles", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1811, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_compound_goggles" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:compound_goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1811:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis set can be used to reduce the vis cost of thaumcraft recipes in the arcane workbench.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:cloth_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumaturge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1812, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:cloth_chest" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:cloth_legs" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:cloth_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1812:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:thaumium_robes_chestplate", - "tag:10": { - "color:3": 11360678 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adept", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1813, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:thaumium_robes_hood", - "tag:10": { - "color:3": 11360678 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:thaumium_robes_chestplate", - "tag:10": { - "color:3": 11360678 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:thaumium_robes_leggings", - "tag:10": { - "color:3": 11360678 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:traveller_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1813:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:exoskeleton_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Exoskeleton", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1814, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:exoskeleton_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:exoskeleton_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:exoskeleton_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:exoskeleton_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1814:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:bamboo_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bamboo", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1815, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:bamboo_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:bamboo_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:bamboo_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:bamboo_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1815:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zanite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1816, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1816:10": { - "preRequisites:11": [ - 1363 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Everything in Telos is furnaces, everything!\nEven the sand that makes up the soil of this strange world is made up of small granular furnaces. Now I just need some granular tiny coal, and I can smell granular tiny objects too!\nWhile I am objectively taken aback by the nature of this world, it will be a good idea to discover more properties about this world.\nThere is no star, nor any other celestial body, in the sky, and yet light seems to vary. Weather phenomena cannot be perceived, and yet a strange snow somehow forms out of thin air on the soil.\nAnd then there\u0027s the inhabitants. Howlers are fairly unintelligent beings. The furnace fiends I have encountered are beings that seem to posses more intelligence, but little to no consciousness.\nIt alsmost feels like I am interacting with artificial intelligence. These beings are willing to come up with intelligent ways to solve problems, but they only seem to care about specific things.\nWell, one thing, really, they just think about furnaces...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greenlight_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Furnaces!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1817, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:greenlight_furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:greenlight_furnace" - }, - "TrophyName:8": "Great Greenlight Guardian", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greenlight_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greenlight_ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1817:10": { - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Among many other peces of advice provided by the Bees of Rhenia, they shared some information about the strange nature of some of the worlds I have encountered, the ones that do not belong to a planet, and are instead outside of the three dimensions of space.\nReality, even for higher-dimensional beings, exists in the normal three dimensions that every being is capable of perceiving. Outside of these, matter is not naturally present, but fields are; this includes phenomena like magnetism, and aura. \nBeings that naturally perceive these higher dimensions can move things in and out of them, but they cannot directly bring entire spaces short of by transporting ordinary stuff.\nTo create full worlds in these higher dimensions, much more power is required. This power, from what the bees know, exploits a fundamental principle of magic. They did not call it that, but I strongly suspect it may be recursion, based on my own research. \nThe ability to generate these spaces is limited to a select few, such as the elder beings of the abyssal worlds, the Aesir, and, most importantly, the Twilight Horde and the Shyre Empire. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spatial_phaser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Higher-Dimensional Phasing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1818, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:intense_meatball_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spatial_phaser" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_spatialphaser" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1818:10": { - "preRequisites:11": [ - 1818 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The same powers that allow for the creation of infinite plane worlds like the Eden or Arcana is capable of creating matter born of the higher dimensions.\nThis is a much weaker version of this ability, but, as the bees told me, it will be a start to learn how to use these powers at a larger scale.\nAll of my enemies seem to have this ability, so it should be a good idea to learn whatever I can about this, as it is possible it may be used for military purposes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phasing Gems", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1819, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:phasing_gem" - }, - "TrophyName:8": "Creepy Terraforming", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:phasing_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_phasinggem" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1819:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the phasing gem puzzles.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 76, - "lvl:2": 4 - }, - "1:10": { - "id:2": 0, - "lvl:2": 10 - }, - "2:10": { - "id:2": 4, - "lvl:2": 4 - }, - "3:10": { - "id:2": 74, - "lvl:2": 4 - }, - "4:10": { - "id:2": 75, - "lvl:2": 4 - }, - "5:10": { - "id:2": 1, - "lvl:2": 4 - }, - "6:10": { - "id:2": 3, - "lvl:2": 4 - }, - "7:10": { - "id:2": 34, - "lvl:2": 100 - }, - "8:10": { - "id:2": 30, - "lvl:2": 2 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stellar Armor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1820, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_helmet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_chestplate", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_leggings", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_boots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1820:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oReduces mana cost, and is repaired at the cost of mana.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:cosmeticmaidchest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starry Idol", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1821, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:cosmeticmaidhelm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:cosmeticmaidchest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:cosmeticmaidlegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:cosmeticmaidboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1821:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:shadowwarriorchest", - "tag:10": { - "isnight:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shadow Warrior", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1822, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:shadowwarriorhelm", - "tag:10": { - "isnight:1": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:shadowwarriorchest", - "tag:10": { - "isnight:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:shadowwarriorlegs", - "tag:10": { - "isnight:1": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:shadowwarriorboots", - "tag:10": { - "isnight:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1822:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_robe_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crimson Robe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1823, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_robe_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_robe_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_robe_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1823:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_praetor_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crimson Praetor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1824, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_praetor_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_praetor_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_praetor_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crimson_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1824:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:bone_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1825, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:bone_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:bone_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:bone_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:bone_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1825:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:ender_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1826, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:ender_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:ender_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1826:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:syrmorite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Syrmorite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1827, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:syrmorite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:syrmorite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:syrmorite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:syrmorite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1827:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rhino_exoskeleton_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rhino Plate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1828, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rhino_exoskeleton_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rhino_exoskeleton_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rhino_exoskeleton_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rhino_exoskeleton_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1828:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_exoskeleton_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reinforced Exoskeleton", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1829, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_exoskeleton_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_exoskeleton_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_exoskeleton_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:rein_exoskeleton_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1829:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jade_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Erebus Jade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1830, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jade_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jade_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jade_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:jade_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1830:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_dark_steel_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1831, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_dark_steel_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_dark_steel_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_dark_steel_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_dark_steel_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1831:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_robe_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Thaumaturge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1832, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_robe_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_robe_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_robe_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:void_boots", - "tag:10": { - "color:3": 6961280 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1832:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloodmaster", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1833, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bloodmaster_metal_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1833:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wither", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1834, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:wither_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1834:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidchest", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pleiades Combat Maid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1835, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidhelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidchest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidlegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidchestdarkened", - "tag:10": { - "isnight:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1835:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_robe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adaminite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1836, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_hood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_robe" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_belt" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1836:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_armor_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1837, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_armor_3" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_armor_2" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_armor_1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_armor_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1837:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1766 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_gem_armor_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1838, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_gem_armor_3" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_gem_armor_2" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_gem_armor_1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_gem_armor_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1838:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:void_fortress_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Fortress", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1839, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:void_fortress_helm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:void_fortress_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:void_fortress_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:void_boots", - "tag:10": { - "color:3": 6961280 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1839:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:glitch_infused_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glitch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1840, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:glitch_infused_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:glitch_infused_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:glitch_infused_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:glitch_infused_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1840:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:woven_world_thread_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Thread", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1841, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:woven_world_thread_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:woven_world_thread_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:woven_world_thread_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:woven_world_thread_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1841:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stellar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1842, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_stellar_alloy_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1842:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sideral_damascus_steel_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sideral Damascus Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1843, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sideral_damascus_steel_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sideral_damascus_steel_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sideral_damascus_steel_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sideral_damascus_steel_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1843:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_eden_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Eden", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1844, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_eden_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_eden_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_eden_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_eden_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1844:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oClears curses (sometimes).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of the Lesser Curse Cleansing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1845, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cleansing_balm" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dragons_blood_resin" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:birch_soul" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1845:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:sentry_boots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentry Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1846, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:sentry_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1846:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "opencomputers:hoverboots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hover Boots", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1847, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "opencomputers:hoverboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1847:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:water_striders" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Water Striders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1848, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:water_striders" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1848:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:sprint_leggings", - "tag:10": { - "upgradeTier:1": 9 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sprint Leggings", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1849, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:sprint_leggings", - "tag:10": { - "upgradeTier:1": 9 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1849:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:spider_t_shirt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tarantula Shirt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1850, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:spider_t_shirt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1850:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tardis:thirteen_coat" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tardis Gear", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1851, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tardis:void_specs" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tardis:bowtie" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tardis:thirteen_coat" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tardis:fourth_hat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1851:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:technicolor_glasses" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Technicolor Glasses", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1852, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:technicolor_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1852:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:pencil_glasses" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pencil Glasses", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1853, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:pencil_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1853:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:sonic_glasses" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sonic Glasses", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1854, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:sonic_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1854:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_dm_armor_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1855, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_dm_armor_3" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_dm_armor_2" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_dm_armor_1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_dm_armor_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1855:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:neptune_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neptune", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1856, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:neptune_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:neptune_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:neptune_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:neptune_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1856:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phoenix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1857, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:phoenix_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1857:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:gravitite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gravitite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1858, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:gravitite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:gravitite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:gravitite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:gravitite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1858:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knightly", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1859, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1859:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steeleaf", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1860, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 4, - "lvl:2": 2 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 2 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 1, - "lvl:2": 2 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 2, - "lvl:2": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1860:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1861, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1861:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:yeti_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yeti", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1862, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:yeti_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:yeti_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:yeti_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:yeti_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - }, - "1:10": { - "id:3": 2, - "lvl:2": 4 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1862:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:phantom_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1863, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:phantom_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:phantom_chestplate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1863:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ironwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1864, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 6, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 2, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1864:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:naga_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 1, - "lvl:2": 3 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Naga Scale", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1865, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:naga_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 1, - "lvl:2": 3 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:naga_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 3 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1865:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:arctic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arctic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1866, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:arctic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:arctic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:arctic_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:arctic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1866:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:amphibious_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amphybious", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1867, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:amphibious_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:amphibious_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:amphibious_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:amphibious_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1867:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Valkyrie", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1868, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1868:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:goblinslayerchest", - "tag:10": { - "isday:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Goblin Slayer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1869, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:goblinslayerhelm", - "tag:10": { - "isday:1": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:goblinslayerchest", - "tag:10": { - "isday:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:goblinslayerlegs", - "tag:10": { - "isday:1": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:goblinslayerboots", - "tag:10": { - "isday:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1869:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:santa_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Santa Costume", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1870, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:santa_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:santa_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:santa_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:santa_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1870:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSummons some nether mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:magma_cream" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rite of Lesser Hellmouth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1871, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "netherrack", - "id:8": "chisel:netherrack" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore_seeds" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1871:10": { - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe quests in this tab will list all tools that are useful for building and breaking things!\n\nMore will show up the more you progress, so make sure to come back here!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Making and Breaking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1872, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1872:10": { - "preRequisites:11": [ - 1872 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:itemcreativebuilderswand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Making", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1873, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1873:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_ender_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Colored Ender", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1874, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "2:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 2, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "3:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 3, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "4:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 4, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1874:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1875, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1875:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:vemos_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vemos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1876, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:vemos_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:vemos_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:vemos_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:vemos_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1876:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lurker Skin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1877, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1877:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:rubber_boots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Between Gear", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1878, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:rubber_boots" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:skull_mask" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:explorers_hat" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:spirit_tree_face_large_mask" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:spirit_tree_face_small_mask" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1878:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:valonite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Valonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1879, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:valonite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:valonite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:valonite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:valonite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1879:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1880, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:ancient_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1880:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Divine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1881, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1881:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:korma_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Korma", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1882, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:korma_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:korma_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:korma_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:korma_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1882:10": { - "preRequisites:11": [ - 1872 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_pickaxe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Breaking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1883, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1883:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRun through the swamp!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:marsh_runner_boots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Marsh Runner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1884, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:marsh_runner_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1884:10": { - "preRequisites:11": [ - 1883, - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis quest can be completed using any hammer.\n\nHammers will let you break stone and ores in a 3x3 area, making it quite convenient for early game mining sessions.\n\nYou should switch to the destruction catalyst and the catalytic lens later on.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3019530, - "identifier:8": "holy", - "level:3": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "harvest", - "2:8": "aoe", - "3:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 720, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 720, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "silver", - "1:8": "silver", - "2:8": "silver", - "3:8": "silver" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "holy", - "1:8": "toolleveling" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tinker\u0027s Hammers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1885, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "OreDict:8": "", - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -1186113, - "identifier:8": "fractured", - "level:3": 1 - }, - "1:10": { - "color:3": -1186113, - "identifier:8": "splintering", - "level:3": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "harvest", - "2:8": "aoe", - "3:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 675, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.09 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 675, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.09 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "bone", - "1:8": "bone", - "2:8": "bone", - "3:8": "bone" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "fractured", - "1:8": "splintering", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1885:10": { - "preRequisites:11": [ - 1883, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWARNING: blocks broken with this will not drop.\n\nTo clear out large areas of anooying blocks for building.\n\nYou can specify how big of an area to clear out, and it will do it.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:destructiontool", - "tag:10": { - "fuzzy:1": 1, - "overlay:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Destruction Gadget", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1886, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:destructiontool", - "tag:10": { - "fuzzy:1": 1, - "overlay:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1886:10": { - "preRequisites:11": [ - 1883, - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese are your all-in-one tool!\n\nYou will use one of these for a very long time, for general purpose breaking.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shickaxe Power", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1887, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_shickaxe" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_shickaxe" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1887:10": { - "preRequisites:11": [ - 1883, - 61 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSome materials will have mining level requirement than obsidian, netherite has the highest mining level.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pick_head", - "tag:10": { - "Material:8": "netherite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherite Pickaxe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1888, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:pick_head", - "tag:10": { - "Material:8": "netherite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1888:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arlemite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1889, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1889:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:aquastrive_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aquastrive", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1890, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:aquastrive_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:aquastrive_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:aquastrive_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:aquastrive_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1890:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:frozen_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frozen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1891, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:frozen_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:frozen_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:frozen_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:frozen_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1891:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:inferno_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferno", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1892, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:inferno_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:inferno_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:inferno_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:inferno_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1892:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jack_o_man_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jack O Man", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1893, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jack_o_man_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jack_o_man_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jack_o_man_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jack_o_man_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1893:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rupee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1894, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1894:10": { - "preRequisites:11": [ - 1883, - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe destruction catalyst is a large mining tool. You can increase its range through a keybind. \n\nBE CAREFUL, this could destroy your base!\n\nIt consumes furnace fuels to run, but EMC from klein stars will keep you running for much longer!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Destruction Catalyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1895, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1895:10": { - "preRequisites:11": [ - 1883, - 66 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLike the destruction catalyst, but wider, much wider.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_morning_star", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Morningstar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1896, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_rm_morning_star", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1896:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wither_reaper_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wither Reaper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1897, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wither_reaper_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wither_reaper_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wither_reaper_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wither_reaper_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1897:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:shadow_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shadow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1898, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:shadow_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:shadow_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:shadow_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:shadow_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1898:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_rupee_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Colored Rupee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1899, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:red_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:yellow_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "2:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 2, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:blue_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "3:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 3, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:gray_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "4:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 4, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:green_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1899:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jungle_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jungle", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1900, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jungle_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jungle_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jungle_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:jungle_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1900:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:kraken_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kraken", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1901, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:kraken_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:kraken_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:kraken_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:kraken_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1901:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1902, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1902:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Realmite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1903, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1903:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skeleman_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skeleman", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1904, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skeleman_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skeleman_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skeleman_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skeleman_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1904:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:terran_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terran", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1905, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:terran_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:terran_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:terran_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:terran_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1905:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethind_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amethind", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1906, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethind_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethind_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethind_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethind_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1906:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wizard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1907, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1907:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1908, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ice_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1908:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_ice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1909, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_ice" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_ice" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1909:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_fire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1910, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_fire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_fire" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1910:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_necromancy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necromancer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1911, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_necromancy" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_necromancy" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1911:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_lightning" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storm Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1912, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_lightning" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_lightning" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1912:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earth Mage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1913, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_earth" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_earth" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1913:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_sorcery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sorcerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1914, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_sorcery" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_sorcery" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1914:10": { - "preRequisites:11": [ - 1586, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1915, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1915:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacrifice Metal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1916, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sacrifice_metal_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1916:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallis_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1917, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallis_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallis_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallis_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallis_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1917:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wildwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1918, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1918:10": { - "preRequisites:11": [ - 1883, - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe destruction catalyst, but bigger.\n\nYes, bigger.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_catalitic_lens", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Catalytic Lens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1919, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_catalitic_lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1919:10": { - "preRequisites:11": [ - 1586, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 6", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1920, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1920:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_chest", - "tag:10": { - "Energy:3": 16000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1921, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_helm", - "tag:10": { - "Energy:3": 16000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_chest", - "tag:10": { - "Energy:3": 16000000 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_legs", - "tag:10": { - "Energy:3": 16000000 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_boots", - "tag:10": { - "Energy:3": 16000000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_upgrades_locations" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1921:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brightsteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1922, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:brightsteel_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1922:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apalachia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1923, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1923:10": { - "preRequisites:11": [ - 1883, - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStarts off like a normal pickaxe, but can be levelled by consuming mana.\n\nThe higher the level, the larger its range.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrapick", - "tag:10": { - "mana:3": 999999999 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terra Shatterer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1924, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terrapick", - "tag:10": { - "mana:3": 999999999 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1924:10": { - "preRequisites:11": [ - 1586, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 7", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1925, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1925:10": { - "preRequisites:11": [ - 20335 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:perpetual_ice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So Perpetual", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1926, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:perpetual_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1926:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghastly", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1927, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1927:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skythern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1928, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1928:10": { - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis wand lets you autoplace blocks, but it has a (fairly small) maximum range.\n\nThe unbreakable wand is better in most ways, but this one is cheap!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:itembuilderswand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Builders Wand", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1929, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:itembuilderswand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1929:10": { - "preRequisites:11": [ - 1586, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 8", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1930, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1930:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_mortum_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Mortum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1931, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_mortum_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_mortum_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_mortum_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_mortum_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1931:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:halite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Halite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1932, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:halite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:halite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:halite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:halite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1932:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mortum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1933, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1933:10": { - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuilding made easy!\n\nPress V to select building mode! \n\nIf you place the wrong blocks, press U to undo!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:buildingtool", - "tag:10": { - "blockstate:10": { - "Name:8": "minecraft:air" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Building Garget", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1934, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:buildingtool", - "tag:10": { - "blockstate:10": { - "Name:8": "minecraft:air" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1934:10": { - "preRequisites:11": [ - 1586, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 9", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1935, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1935:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1935 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_halite_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fractallite Halite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1936, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_halite_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_halite_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_halite_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_halite_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1936:10": { - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLets you copy and paste structures.\n\nYou can also load structures from the internet using the template manager and templates.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:copypastetool", - "tag:10": { - "mode:8": "Copy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copy-Paste Gadget", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1937, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:copypastetool", - "tag:10": { - "mode:8": "Copy" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:templatemanager" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:template", - "tag:10": { - "UUID:8": "4cbe3774-ac16-4930-8df2-a7446ae77d2c" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1937:10": { - "preRequisites:11": [ - 1873, - 66 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {} - } - }, - "OreDict:8": "", - "id:8": "projecte:item.pe_mercurial_eye", - "tag:10": { - "Charge:3": 4 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mercurial Eye", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1938, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {} - } - }, - "OreDict:8": "", - "id:8": "projecte:item.pe_mercurial_eye", - "tag:10": { - "Charge:3": 4 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1938:10": { - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuilding made even easier! (according to Jørge)\n\nPress Z to change mode, and sift + Z to change the way it interacts with fluids.\n\nType /wandOops in chat to undo the latest step!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "betterbuilderswands:wandunbreakable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "New Quest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1939, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "betterbuilderswands:wandunbreakable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1939:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe redstone proxy is an Xnet component that allows to convert an Xnet logic signal to regular redstone, if you have to interact with things externally.\n\nThere are two versions, one that produces block updates (like right clicking a redstone ore) and one that doesn\u0027t.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:redstone_proxy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Proxy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1940, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:redstone_proxy" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:redstone_proxy_upd" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1940:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 710\nMining Level: 2\nMining Speed: 11.0\nAttack: 25.0\nBone Shock\nHigh in Calcium\n\nHandle\nModifier: 2\nDurability: 800\nBone Shock\nHigh in Calcium\n\nExtra\nDurability: 600\nBone Shock\nHigh in Calcium\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 8.0\nBonus Damage: 30\nBone Shock\nHigh in Calcium", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kaiyu" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kaiyu", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1941, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kaiyu" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1941:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:awakened_halite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Awakened Halite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1942, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:awakened_halite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:awakened_halite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:awakened_halite_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:awakened_halite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1942:10": { - "preRequisites:11": [ - 1586, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vethea", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1943, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:nightmare_bed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1943:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tormented", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1944, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_hood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_mask" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_chestplate" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_leggings" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:tormented_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1944:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonized", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1945, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_hood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_mask" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_chestplate" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_leggings" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:demonized_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1945:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Finished", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1946, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_hood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_mask" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_chestplate" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_leggings" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:finished_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1946:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:knight_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knight", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1947, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:knight_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:knight_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:knight_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:knight_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1947:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1948, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1948:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Degraded", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1949, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_hood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_mask" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_chestplate" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_leggings" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:degraded_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1949:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyonic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lyonic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1950, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyonic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyonic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyonic_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyonic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1950:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glistening", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1951, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_hood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_mask" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_chestplate" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_leggings" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:glistening_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1951:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1952, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1952:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:wyvern_chest", - "tag:10": { - "Energy:3": 4000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wyvern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1953, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:wyvern_helm", - "tag:10": { - "Energy:3": 4000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:wyvern_chest", - "tag:10": { - "Energy:3": 4000000 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:wyvern_legs", - "tag:10": { - "Energy:3": 4000000 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:wyvern_boots", - "tag:10": { - "Energy:3": 4000000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_upgrades_locations" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1953:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_metal_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Metal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1954, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_metal_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_metal_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_metal_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:black_metal_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1954:10": { - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show available options for wireless redstone interactions.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "wrcbe:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Redstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1955, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone_torch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1955:10": { - "preRequisites:11": [ - 1955 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oChicken Bones edition of wireless redstone lets you send redstone at a distance!\n\nA transmitter will connect to a receiver if they have the same ID. \n\nIDs can be defined using numbers, an additional name, and an item icon, making it easy to identify your channels!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "wrcbe:wireless_logic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "CBE Wireless", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1956, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "wrcbe:wireless_logic" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "wrcbe:wireless_logic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1956:10": { - "preRequisites:11": [ - 1955 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe RFTools redstone transmitter and receiver transfer redstone signal to each other if they have the same frequency.\n\nThey work like the Chicken Bones wireless gates, but they are not as configurable, and a bit more laggy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:redstone_receiver_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "RFT Wireless", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1957, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:redstone_transmitter_block" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:redstone_receiver_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1957:10": { - "preRequisites:11": [ - 1955 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe chat detectors can be configured to send a redstone signal whenever the specified message is sent in chat.\n\nGlobal chat detector will activate if the message is sent by any player.\n\nThe base chat detector is player bound.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:globalchatdetector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chat Control", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1958, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:chatdetector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:globalchatdetector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1958:10": { - "preRequisites:11": [ - 1956 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe remote can be set to any wireless frequency, and used to toggle signals directly from your inventory.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "wrcbe:remote" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Remote Control", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1959, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "wrcbe:remote" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1959:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_electric_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electric Blue Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1960, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_electric_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_electric_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_electric_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_electric_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1960:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_amythest_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amethyst Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1961, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_amythest_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_amythest_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_amythest_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_amythest_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1961:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1962, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1962:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_black_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Dragon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1963, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_black_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_black_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_black_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_black_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1963:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_lightning_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Dragonsteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1964, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_lightning_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_lightning_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_lightning_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:dragonsteel_lightning_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1964:10": { - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_summoner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wrought Summoning", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1965, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:deep_metamorphic_rock" - }, - "TrophyName:8": "Deep Metamorphosis", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_summoner" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_deepmetamorphic" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1965:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:wrought_axe", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Walking Axe" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 77 - }, - "1:10": { - "id:2": 34, - "lvl:2": 3 - }, - "2:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Walking Axe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1966, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:wrought_axe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oWalking Axe§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 77 - }, - "1:10": { - "id:3": 34, - "lvl:3": 3 - }, - "2:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1966:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:wrought_helmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wrought Helm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1967, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:wrought_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1967:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 3000\nMining Level: Stone\nMining Speed: 0.2\nAttack: 46.5\nHail Hydra\nHe who must not be named\nSharp\n\nHandle\nModifier: 1\nDurability: 3000\nHail Hydra\nHe who must not be named\nSharp\n\nExtra\nDurability: 3000\nHail Hydra\nHe who must not be named\nSharp\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wrought_iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wrought Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1968, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wrought_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1968:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 4000\nMining Level: Stone\nMining Speed: 45.2\nAttack: 44.2\nReflect\nCritikill\nPortly Gentleman\n\nHandle\nModifier: 1\nDurability: 4000\nReflect\nCritikill\nPortly Gentleman\n\nExtra\nDurability: 4000\nReflect\nCritikill\nPortly Gentleman\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "phasing_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phasing Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1969, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "phasing_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1969:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:chilli_chugger", - "tag:10": { - "HideFlags:1": 2, - "RepairCost:3": 1, - "display:10": { - "Name:8": "Spicy Air Gun" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 3 - }, - "1:10": { - "id:2": 64, - "lvl:2": 125 - }, - "2:10": { - "id:2": 63, - "lvl:2": 3 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spicy Air Gun", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1970, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:chilli_chugger", - "tag:10": { - "HideFlags:1": 2, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSpicy Air Gun§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 3 - }, - "1:10": { - "id:3": 64, - "lvl:3": 125 - }, - "2:10": { - "id:3": 63, - "lvl:3": 3 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1970:10": { - "preRequisites:11": [ - 661 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The way recursive materials and objects interact with pretty much everything and every other magic field is truly remarkable!\nI think I know what makes magic \u0027mythic\u0027, what makes it evolve into something capable of acting against the laws of nature. It is an extended and expanded version of \u0027normal\u0027 magic that uses said laws of nature. Expanded by what? Well, recursion, or whatever the force that keeps me alive and immortal is.\nJust combining the recursive matter that is ender dolomite with metals from the world of Barathos has changed their magic properties into something new and powerful, way more powerful. \nI still have no idea how this force (is it a force?) works, but I cannot deny how impactful it is. If I want to get ahead in this universe of mythological deities and planet-destroying powers, control recursion is what will make me more powerful without necessarily gaining knowledge in other fields.\nI still strongly suspect that, to understand recursion, I will have to understand everything else first.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathosynium_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursion and Baron Powers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1971, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:baron_gem" - }, - "TrophyName:8": "You can call me Baron", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:barathosynium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_barongem" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1971:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives underwater vision.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:achelos_helmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Achelos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1972, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:achelos_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1972:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGives water breathing.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:oceanus_helmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oceanus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1973, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:oceanus_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1973:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUsed to transport NaK fluids. If the reactor design is correct, the reactor will output hot NaK fluids, to be used in heat exchangers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_heater" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coolant Heater", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1974, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_heater" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1974:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUsed to transport salt fluids. If the reactor design is correct, the reactor will output the processed byproduct of the fuel.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_vessel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salt Vessel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1975, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_vessel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1975:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFast enough for the long term!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lymph_of_pixonia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lymph of Pixonia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1976, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lymph_of_pixonia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:safe_lymph_of_pixonia" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1976:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou only need to run this for a little bit, then you can use the same design for lymph of pixonia production.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "whispering_starlight" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Whispering Starlight", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1977, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "whispering_starlight" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:safe_meatballstarlight" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1977:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grave_dust_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grave Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1978, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grave_dust_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grave_dust_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grave_dust_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:grave_dust_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1978:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_healing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Healer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1979, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_hat_healing" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_robe_healing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1979:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "polonium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polonium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1980, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "spent_polonium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:safe_polonium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1980:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFast enough for the long term!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Einstenium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1981, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:safe_einstenium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1981:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe retriever and distributor are advanced versions of the salt reactor vents.\n\nThey allow to automatically push fuel (distributor) and pull depleted fuel (retriever) without requiring contact with vessels (all sides can be DEFAULT and don\u0027t need touching vessels).\n\nEach retriever and distributor can interact with up to four individual vessels inside a valid salt reactor vessel.\n\nThis makes it possible to design reactors that can be optimized by the leu235 using active coolers only (as the rules are now the same).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_distributor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Fuel Distribution", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1982, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_retriever" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_distributor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1982:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIt\u0027s very slow.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Simplest Salt Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1983, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "whispering_starlight" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:simplest_salt_reactor" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1983:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentient Meatball", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1984, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sentient_meatball_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1984:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIt\u0027s very slow.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "unholy_radioactive_mix" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Simplest One-Fits-All Salt Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1985, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "whispering_starlight" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:simplest_hot_salt_reactor" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "1985:10": { - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHeat exchangers are used to cool down Hot NaK fluids for making closed loop coolant systems in salt reactors and for making high pressure steam, which is used in some recipes and for making power.\n\nSee the multiblock preview for a preview of the exterior design of a heat exchanger.\n\nTo function, a heat exchanger needs hot and cold fluid inputs. All that\u0027s needed for progression is to use water as the cold fluid and Hot NaK of any type as the hot fluids.\n\nInside a heat exchanger, fluids are transported using heat exchanger tubes (used for both hot and cold). These act like Fission Vessels or Coolant Heaters in salt reactors.\n\nTo properly function, hot and cold lines should run in parallel, touching each other, with fluid flow in opposite directions. Hot goes one way, cold goes the other way.\n\nRight click each face of a tube with an empty hand to change its input/output mode. Shift right click lets you change the opposite side.\n\nYou can place a new heat exchanger tube with a copy of the settings of a previous vessel by shift right clicking it with a vessel to place (this can bug out unfortunately).\n\nThe easiest way to build a heat exchanger is to configure a single layer of the interior setup first (starting from the middle block), followed by shift-clicking the next layers, and building the outside frame at the end.\n\nINPUT SPREAD is the original fluid output face, akin to COOLANT SPREAD in a Coolant Heater, so two lines can be joined by both entering a DEFAULT face of a vessel.\n\nTo make hot and cold lines interact, they should have DISABLED on touching faces.\n\nTo feed fluids from outside a heat exchanger, tubes have to be connected to vents, both on the input and output side. \n\nKeep in mind that hot will output on the side where cold will input and vice versa.\n\nTo connect a tube to the output vent, it should have PRODUCT OUT on the face touching the vent. Connected vessels will all push their product through that block.\n\nDepending on the designs you pick for salt reactors, you will want to recycle up to 5 different NaK fluids.\n\nDepending on the designs you pick for salt reactors, you may want to recycle multiple NaK fluids. There are a few multiblock previews that accomodate different numbers of NaK fluids. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heat Exchangers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1986, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_wall" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_glass" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_frame" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_vent" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1986:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:void_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1987, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:void_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:void_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:void_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:void_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1987:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:utopian_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Utopian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1988, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:utopian_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:utopian_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:utopian_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:utopian_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1988:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nethengeic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1989, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nethengeic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1989:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyndamyte_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lyndamyte", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1990, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyndamyte_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyndamyte_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyndamyte_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyndamyte_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1990:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infernal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infernal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1991, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infernal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infernal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infernal_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infernal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1991:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_fire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyromancer Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1992, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_fire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_fire" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1992:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_ice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1993, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_ice" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_ice" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1993:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_lightning" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storm Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1994, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_lightning" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_lightning" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1994:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_necromancy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necromancer Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1995, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_necromancy" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_necromancy" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1995:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earth Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1996, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_earth" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_earth" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1996:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Explosive", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1997, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:explosive_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1997:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_ice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1998, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_ice" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_ice" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1998:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_necromancy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necromancer Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1999, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_necromancy" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_necromancy" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "1999:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_sorcery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sauceror Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2000, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_sorcery" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_sorcery" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2000:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_healing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Healer Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2001, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_healing" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_healing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2001:10": { - "preRequisites:11": [ - 1986 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_tube_thermoconducting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heat Exchanger Tubes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2002, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_tube_thermoconducting" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_tube_hard_carbon" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heat_exchanger_math" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2002:10": { - "preRequisites:11": [ - 1986 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_pressure_steam" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Triple NaK", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2003, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_pressure_steam" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:triple_nak_heat_exchanger" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2003:10": { - "preRequisites:11": [ - 1986 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_pressure_steam" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quintuple NaK", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2004, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_pressure_steam" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:quintuple_nak_heat_exchanger" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2004:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earth Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2005, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_earth" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_earth" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2005:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_lightning" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storm Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2006, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_lightning" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_lightning" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2006:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_fire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyromancer Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2007, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet_fire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate_fire" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2007:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Battlemage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2008, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:battlemage_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2008:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_fire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyromancer Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2009, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_fire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_fire" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2009:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_ice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2010, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_ice" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_ice" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2010:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_lightning" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Storm Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2011, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_lightning" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_lightning" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2011:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_necromancy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necromanter Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2012, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_necromancy" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_necromancy" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2012:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_sorcery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sorcerer Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2013, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_sorcery" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_sorcery" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2013:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Earth Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2014, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_earth" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_earth" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2014:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2015, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2015:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_healing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Healer Sage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2016, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_hat_healing" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_robe_healing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:sage_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2016:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFaster attack speed in water.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sealord_helmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sealord", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2017, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sealord_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2017:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMediocre night vision.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:night_vision_goggles" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Night Vision Goggles", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2018, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:night_vision_goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2018:10": { - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_shaft" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Turbine Rotor Setup", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2019, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_shaft" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_blade_steel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_blade_extreme" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_blade_sic_sic_cmc" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_stator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2019:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProtects you from the Vox Ponds.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:face_mask" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Face Mask", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2020, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:face_mask" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2020:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_wildwood_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Wildwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2021, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_wildwood_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_wildwood_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_wildwood_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_wildwood_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2021:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fungal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fungal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2022, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fungal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fungal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fungal_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:fungal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2022:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celeve Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2023, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:celeve_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2023:10": { - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:turbine_rotor_bearing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good 5x5 Setup", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2024, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:five_turbine_design" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2024:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I met another minion of the Meatball Man. This one tried to fight me, but it was also trying to communicate.\n\u0027Sense it, see it\u0027, it kept muttering, \u0027they were betrayed, and so will he\u0027. \nI defeated it, and now I have this strange device. Like its owner, it\u0027s saying things to me.\nThis feels wrong, but I want to do as it says. It speaks of a place, the Haven...\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anomaly_detector_stage_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Detecting Spatial Anomalies", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2025, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feast_of_hell" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anomaly_detector_stage_1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_stage1anomaly" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2025:10": { - "preRequisites:11": [ - 2025 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The whispers of this thing indeed appear to be making sense. \nThe Haven does feel \u0027different\u0027 from the rest of the Shyre Empire, and not just in appearence.\nAs a world, it is similar to the Eden, the Dungeon of Arcana, and Wildwood. All places touched by the power of the Twilight Horde. These locations are all planarly oriented, while the space outside of these planes is asymptotically converging, making it impossible to get far.\nHaven is the same. Lelyetia too; well not quite, as its gravity also includes a plane of convergence, likely driven by the effects of fluctuatite.\nThe same space-folding power that allows the Twilight Horde to shape their worlds in such a way has entered the hands of the Shyre at some point. Otherwise, the Haven would not look like Wildwood, it will be more like Lelyetia.\n\u0027They were betrayed, and so will he\u0027, the device keeps saying...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anomaly_detector_stage_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Space Manipulation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2026, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tasty_eye_delight" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anomaly_detector_stage_2" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_stage2anomaly" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2026:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydrangic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydrangic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2027, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydrangic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydrangic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydrangic_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydrangic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2027:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gardencia Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2028, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gardencia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2028:10": { - "preRequisites:11": [ - 2026 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yes, the Twilight Horde was Betrayed.\nWho knows what the Shyre Empire must\u0027ve promised, but the \u0027Power of the Shells\u0027, the ability to create these planar worlds like Arcana, was given away by Parasecta.\nThis is precious information, and I am sure it will aid in this conflict.\nNow I think I may know how the Twilight Empire is organized, the pattern is getting more evident. The territories of the Horde are organized in layers, the \u0027Mythic Shells\u0027. These worlds are close to each other, like a book held loose, where the pages don\u0027t quite touch, but are still close. The space between them has been made asymptotycally convergent, so that it is impossible to move between these worlds without the power and knowledge of Twiligh Horde beings.\nRecently, the Shyre Empire gained knowledge of this ability, so it is safe to assume their territories may follow a similar organization.\nHow many more \u0027pages\u0027 do I have to peel before I reach the rulers?\nThis power also seems to be manifesting itself spontaneously, in the form of the twisted worlds of dimensional doors, the Warrens.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anomaly_detector_stage_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Betrayer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2029, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:warren_shard" - }, - "TrophyName:8": "For Malaz!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:monolithic_meal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:anomaly_detector_stage_3" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spatial_anomaly" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_anomaly" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2029:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the anomaly detectors.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primal_destroyer", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dragnipur" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 100 - }, - "1:10": { - "id:2": 85, - "lvl:2": 30 - }, - "2:10": { - "id:2": 83, - "lvl:2": 50 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragnipur", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2030, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primal_destroyer", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDragnipur§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 100 - }, - "1:10": { - "id:3": 85, - "lvl:3": 30 - }, - "2:10": { - "id:3": 83, - "lvl:3": 50 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2030:10": { - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThanks to goreae for the name suggestion!\n\n§fThere is recursion, and then there\u0027s whatever I just witnessed.\nThe limit to what I though was possible is much higher than I thought. These recursive beings are much different from what I have witnessed before. Their \u0027vastness\u0027 is on a different order of magnitude.\nI have seen at least two of these beings, the Meatball Man, and now that lovely spider (can I call it a spider?) I just met, so I\u0027d better pick up a name. \nFractallites, that\u0027s a cool name!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heart_of_the_elder_one" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Elder Spooder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2031, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:heart_of_the_elder_one" - }, - "TrophyName:8": "Beeg Spooder", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heart_of_the_elder_one" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2031:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alacrity_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alacrity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2032, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alacrity_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alacrity_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alacrity_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:alacrity_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2032:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Candyland Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2033, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:candyland_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2033:10": { - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_compressed_torch_lvl1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "For I am (compressed) Speed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2034, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_torch_lvl1" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_compressed_torch_lvl1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2034:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hazmat_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hazmat", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2035, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hazmat_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hazmat_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hazmat_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hazmat_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2035:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:commander_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Commander", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2036, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:commander_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:commander_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:commander_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:commander_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2036:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Borean Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2037, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:borean_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2037:10": { - "preRequisites:11": [ - 90103 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFlux Networks are used to transfer energy wirelessly, and are the preferred energy transfer method in the pack.\n\nTo create your own Flux Network, you need a Controller. You can specify the name of the network and a color in the Controller GUI. Each Flux Networks machine will have to be bound to a network to function.\n\nFlux Plugs are used to move energy from a source to a network.\n\nFlux Points are used to move energy from a network to a set of machines.\n\nFlux Storage is used to include a buffer of energy in a network. If you have to transfer large amounts of RF/t, Storage is required to prevent energy cutouts.\n\nIt is recommended to still use other energy transfer methods to limit the use of Flux Plugs, as using too many can cause lag. If you want to power a machine wall, for example, use a single Flux Point, and Energy Conduits of the appropriate size to power the machines.\n\nYour base should have two Flux Networks, one to move energy from your generators to a centralized energy storage (eventually the Draconic Energy Orb), one to move energy from storage to all of your machines.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxcontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Networks are your Friend!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2038, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2038:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_skythern_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Skythern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2039, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_skythern_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_skythern_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_skythern_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_skythern_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2039:10": { - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Search, and you shall find!\nFinally more info about the strange magic I witnessed in Crystevia. The wyverns on Apichisi wield it too, and use it to gain incredible speed.\nTo harness this magic (I have yet to think of a name for it), crystals play an important role in storing it, but I still have no idea how it is generated. The constructs of Crystevia hold it in the mineral that is embedded in their bodies, the wyverns hold it in a strange organ located in theit thorax, a gemheart of inorganic crystalline matter.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gemheart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Wyverns", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2040, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:blue_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:red_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purple_crystal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:white_crystal" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:yellow_crystal" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:green_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gemheart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2040:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghoulish", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2041, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2041:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:archaic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Archaic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2042, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:archaic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:archaic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:archaic_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:archaic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2042:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greckon Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2043, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:greckon_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2043:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dustopia Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2044, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dustopia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2044:10": { - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Pure recursive matter. \nAs I explored and experimented, I have encountered many things that exhibited partially-recursive abilities. Gems that can phase in and out of higher dimensions, blood-imbued myrmitite that self-replicates. All of these felt like \u0027shadows\u0027 of something bigger, something more powerful.\nWhile shadows only provide of a single slice of the true nature of something, if enough shadows from enough angles are used, it is possible to get a good idea about the object that originates them.\nAnd so, I was able to make pure recursive matter. \nMy first Mythic Fractal!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:first_order_mythic_fractal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "First Order Fractal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2045, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:first_order_mythic_fractal" - }, - "TrophyName:8": "Tier 1 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:first_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2045:10": { - "preRequisites:11": [ - 448 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_the_sleeping_city" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eldritch Sleeper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2046, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:gem_of_the_sleeping_city" - }, - "TrophyName:8": "Bzzzzzz.. Ugh", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_the_sleeping_city" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2046:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyrelands Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2047, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shyrelands_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2047:10": { - "preRequisites:11": [ - 2031 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stormborn_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sormy Bees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2048, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thaumicaugmentation:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stormborn_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2048:10": { - "preRequisites:11": [ - 2040 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I really like the feeling of learning something new! Even when it is something I still barely understand.\nI learned a new type of magic, the power of Stormlight! As indicated by its name its origin lies in storms. The field that produces this magic is an emergent property from the entropic movement of large amounts of air and water.\nWhile its origin lies in disorder, it is order that binds it; the more uniform the lattice of a crystal, the more of this energy can be held.\nNow, what do I do with it? How do I release it? I am sure these questions will find their answers soon, I will just have to keep searching; probably not on Apichisi, nor on Crystevia. \nThe wyverns clearly come from somewhere else, as there are no storms on this desert world. The Shyre Empire are not the only ones to want to take control over this planet. Same for the storm elementals, they reached Apichisi through wromholes, and, looking at how they are set-up, they came to fight.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stormlight_sphere" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gem Batteries", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2049, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:stormlight_sphere" - }, - "TrophyName:8": "For the Cosmere!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stormlight_sphere" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_infuserfabrial" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2049:10": { - "preRequisites:11": [ - 2048 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:salt_exchanger_vessel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fast Fission Forreal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2050, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fuel_exchanger_vessel" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:salt_exchanger_vessel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:heat_sink_vessel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:two_phase_fission_reactor" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2050:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:augury_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Augury", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2051, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:augury_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:augury_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:augury_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:augury_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2051:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2052, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2052:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:battleborn_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Battleborn", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2053, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:battleborn_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:battleborn_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:battleborn_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:battleborn_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2053:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creation_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2054, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creation_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creation_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creation_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creation_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2054:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:embrodium_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Embrodium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:embrodium_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:embrodium_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:embrodium_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:embrodium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2055:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:foraging_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Foraging", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:foraging_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:foraging_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:foraging_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:foraging_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2056:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:extraction_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extraction", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:extraction_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:extraction_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:extraction_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:extraction_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2057:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:expedition_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Expedition", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:expedition_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:expedition_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:expedition_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:expedition_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2058:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:exoplate_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Exoplate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2059, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:exoplate_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:exoplate_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:exoplate_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:exoplate_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2059:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:engineering_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Engineering", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:engineering_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:engineering_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:engineering_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:engineering_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2060:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hauling_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hauling", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hauling_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hauling_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hauling_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hauling_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2061:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hunter_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hunter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hunter_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hunter_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hunter_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hunter_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2062:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infusion_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infusion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2063, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infusion_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infusion_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infusion_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:infusion_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2063:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:innervation_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Innervation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:innervation_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:innervation_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:innervation_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:innervation_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2064:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:logging_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Logging", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:logging_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:logging_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:logging_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:logging_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2065:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_apalachia_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Apalachia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_apalachia_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_apalachia_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_apalachia_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:elite_apalachia_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2066:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanyte_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elecanyte", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2067, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanyte_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanyte_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanyte_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanyte_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2067:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunar Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2068:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the Infusion Fabrial puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_robe", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 76, - "lvl:2": 16 - }, - "1:10": { - "id:2": 0, - "lvl:2": 16 - }, - "2:10": { - "id:2": 74, - "lvl:2": 100 - }, - "3:10": { - "id:2": 75, - "lvl:2": 16 - }, - "4:10": { - "id:2": 75, - "lvl:2": 16 - }, - "5:10": { - "id:2": 75, - "lvl:2": 16 - }, - "6:10": { - "id:2": 75, - "lvl:2": 16 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithminite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2069, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_hood", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Hood§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_robe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Robe§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_belt", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Belt§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_boots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2069:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purity_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purity_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purity_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purity_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purity_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2070:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunar_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunar_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunar_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunar_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunar_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2071:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydroplate_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hydroplate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydroplate_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydroplate_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydroplate_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:hydroplate_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2072:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:necro_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necro", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2073, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:necro_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:necro_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:necro_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:necro_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2073:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nightmare_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nightmare", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nightmare_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nightmare_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nightmare_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:nightmare_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2074:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:primordial_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Primordial", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:primordial_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:primordial_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:primordial_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:primordial_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2075:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:font_of_divinity" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Font of Divinity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:font_of_divinity" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2076:10": { - "preRequisites:11": [ - 454 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apothecary_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bee Imprisonment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2077, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:chocolate_cherry_truffle" - }, - "TrophyName:8": "Bee sweet!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apothecary_stone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apothecary_prison_key" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_apothecaryprisonkey" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2077:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 200\nMining Level: 4\nMining Speed: 4.2\nAttack: 31\nThunder\nInferno\nBlizzard\n\nHandle\nModifier: 3\nDurability: 200\nThunder\nInferno\nBlizzard\n\nExtra\nDurability: 200\nThunder\nInferno\nBlizzard\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "barathosynium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Barathosynium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "barathosynium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2078:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 10\nMining Level: 1\nMining Speed:4.2\nAttack: 35\nEnergy Eater\nMana Eater\nPurify\nLaced\n\nHandle\nModifier: 5\nDurability: 10\nEnergy Eater\nMana Eater\nPurify\nLaced\n\nExtra\nDurability: 10\nEnergy Eater\nMana Eater\nPurify\nLaced\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssal_flesh" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Flesh", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2079, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssal_flesh" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2079:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat the Mother Host in Creeponia!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 3 - } - }, - "OreDict:8": "", - "id:8": "immersiveengineering:railgun" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Railgun", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 3 - } - }, - "OreDict:8": "", - "id:8": "immersiveengineering:railgun" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2080:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat the Mother Host in Creeponia!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 21 - } - }, - "OreDict:8": "", - "id:8": "immersiveengineering:revolver" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Revolver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 21 - } - }, - "OreDict:8": "", - "id:8": "immersiveengineering:revolver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2081:10": { - "preRequisites:11": [ - 50248 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "nuclearcraft:curium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Curium-245", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:curium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2082:10": { - "preRequisites:11": [ - 2082 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_curium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HECm-245 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2083:10": { - "preRequisites:11": [ - 2083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_curium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HECm-245 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2084:10": { - "preRequisites:11": [ - 2084 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Californium-251", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2085:10": { - "preRequisites:11": [ - 2084 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:berkelium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Berkelium-247", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2086:10": { - "preRequisites:11": [ - 50233, - 50228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_mixed_oxide" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted MOX Fuels", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_mixed_oxide" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_mixed_oxide" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2087:10": { - "preRequisites:11": [ - 2087 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_ic2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted MOX Nuclear Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_ic2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2088:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:two_phase_fission_reactor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Two-Phase Fission Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2089, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:two_phase_fission_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2089:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:salt_repolarizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salt Repolarizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2090, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:salt_repolarizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2090:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:twelve_gates_of_heaven" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Twelve Gates of Heaven", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2091, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:twelve_gates_of_heaven" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2091:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:champion_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Champion Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:champion_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:champion_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:champion_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:champion_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2092:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:phantasm_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantasm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:phantasm_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:phantasm_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:phantasm_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:phantasm_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2093:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharpshot_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sharpshot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharpshot_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharpshot_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharpshot_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sharpshot_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2094:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rosidian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosidian_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2095:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:poison_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Poison", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:poison_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:poison_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:poison_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:poison_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2096:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runation_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runation_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runation_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runation_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runation_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2097:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:predatious_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Predatious", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:predatious_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:predatious_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:predatious_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:predatious_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2098:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:omni_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omni", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2099, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:omni_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:omni_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:omni_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:omni_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2099:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mercurial_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mercurial", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2100, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mercurial_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mercurial_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mercurial_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mercurial_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2100:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rockbone_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rockbone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rockbone_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rockbone_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rockbone_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rockbone_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2101:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runic_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runic_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runic_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runic_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2102:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:spaceking_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spaceking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:spaceking_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:spaceking_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:spaceking_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:spaceking_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2103:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:speed_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Speed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:speed_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:speed_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:speed_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:speed_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2104:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skeletal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2105, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skeletal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2105:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:subterranean_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Subterranean", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2106, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:subterranean_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:subterranean_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:subterranean_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:subterranean_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2106:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:weaken_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Weaken", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2107, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:weaken_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:weaken_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:weaken_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:weaken_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2107:10": { - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the Apothecary Prison Key puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apothecary Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2108:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:zargonite_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zargonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2109, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:zargonite_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:zargonite_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:zargonite_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:zargonite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2109:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_sorcery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sorcerer Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_sorcery" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_sorcery" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2110:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_healing" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Healer Warlock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_hood_healing" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_robe_healing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:warlock_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2111:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in apichisi.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salty Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2112:10": { - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrom the stormborn callstone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stormborn Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2113:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lelyetia Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lelyetia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2114:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Precasia Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:precasia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2115:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystevia Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crystevia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2116:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haven Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haven_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2117:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vox Ponds Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vox_ponds_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2118:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mysterium Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mysterium_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2119:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iromine Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2120, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:iromine_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2120:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runandor Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandor_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2121:10": { - "preRequisites:11": [ - 496 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I am not the only one to have infiltrated Mysterium. Unlike me, though, the ones that came before me did an actually good job at not being discovered.\nBad news, these other agents were not willing to cooperate or to cooperate. For some reason, seeing me was worth it for some of them to lose their own cover. They really wanted to get rid of me.\nGood news, I am not the only one to make it far into the Shyre Empire. Sure, these berserkers were unfriendly, but they prove that there are more that are willing to stand up to this oppressive Empire. Who knows, the next encounter like this I will have in the future may be with potential allies.\nAnd even these enemies had some military secrets I can now use. They appear to come from a world dominated by dragons, probably more intense than places like Terra or Hator. This struggle with a dominantly powerful species pushed for the making of even more powerful weapons, made out of a magically-imbued metal, capable of enhancing battle prowess and physical strength. \nWhatever this world, this Lyndenwyrm, is, it may hold some answers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:berserker_steel_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Dragon Slayers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2122, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:soul_of_the_dragonslayer" - }, - "TrophyName:8": "Disciple Extermination Unit", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dragon_will_fragment" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:whispering_heart_of_hearts" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soul_of_the_dragonslayer" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:berserker_steel_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_dragonslayer" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2122:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nether_token_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Token", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nether_token_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nether_token_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nether_token_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nether_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2123:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1000\nMining Level: 10\nMining Speed: 12.0\nAttack: 310\nCritikill\nPayback\nUnholy Touch\nHoly\n\nHandle\nModifier: 1\nDurability: 1000\nCritikill\nPayback\nUnholy Touch\nHoly\n\nExtra\nDurability: 100\nCritikill\nPayback\nUnholy Touch\nHoly\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "berserk_steel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Berserker Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "berserk_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2124:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_greatblade", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dragon Slayer" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 101, - "lvl:2": 20 - }, - "2:10": { - "id:2": 59, - "lvl:2": 20 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragon Slayer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_greatblade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDragon Slayer§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 101, - "lvl:3": 20 - }, - "2:10": { - "id:3": 59, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2125:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_gluttony" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Such Voracity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2126, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_gluttony" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2126:10": { - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:icy_dreadful_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Truly Dreadful", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2127, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:icy_dreadful_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2127:10": { - "preRequisites:11": [ - 2126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_voracity" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Eater of Gluttonous Souls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2128, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:slate_of_endless_hunger" - }, - "TrophyName:8": "Hungwy", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gem_of_voracity" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_endless_hunger" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_gemvoracity" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_gemvoracity2" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2128:10": { - "preRequisites:11": [ - 2127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dread_crown" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Dread Queen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2129, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dread_crown" - }, - "TrophyName:8": "Yas (Dread) Queen", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreadful_shard" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreadful_prison_key" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dread_crown" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_icydreadshard" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2129:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 100\nMining Level: 3\nMining Speed: 11.0\nAttack: 100.0\nSentience\nNecrotic\nFamine\n\nHandle\nModifier: 1\nDurability: 300\nSentience\nNecrotic\nFamine\n\nExtra\nDurability: 300\nSentience\nNecrotic\nFamine\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone_endless_hunger" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Endlessly Hungry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone_endless_hunger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2130:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 500\nMining Level: 1\nMining Speed: 1.0\nAttack: 200.0\nFreezing\nBlizzard\nApocalypse\n\nHandle\nModifier: 1\nDurability: 500\nFreezing\nBlizzard\nApocalypse\n\nExtra\nDurability: 500\nFreezing\nBlizzard\nApocalypse", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infused_dread_shard" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infused Dread", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infused_dread_shard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2131:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat the Dread Queen.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:firstfractal", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Plaguesword" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 43, - "lvl:2": 20 - }, - "2:10": { - "id:2": 17, - "lvl:2": 20 - } - }, - "soulbindUUID:8": "8c381e15-592d-4003-ae11-6367e203127b" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plaguesword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:firstfractal", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPlaguesword§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 43, - "lvl:3": 20 - }, - "2:10": { - "id:3": 17, - "lvl:3": 20 - } - }, - "soulbindUUID:8": "8c381e15-592d-4003-ae11-6367e203127b" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2132:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat the Devourer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:kama_bound", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Sacrificial Khopesh" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 38, - "lvl:2": 150 - }, - "2:10": { - "id:2": 38, - "lvl:2": 150 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacrificial Khopesh", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:kama_bound", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrificial Khopesh§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 38, - "lvl:3": 150 - }, - "2:10": { - "id:3": 83, - "lvl:3": 150 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2133:10": { - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:second_order_mythic_fractal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Second Order Fractal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2134, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:second_order_mythic_fractal" - }, - "TrophyName:8": "Tier 2 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:second_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2134:10": { - "preRequisites:11": [ - 445 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lovely Jailers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lunar_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2135:10": { - "preRequisites:11": [ - 2135 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_imprisonment_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imprisoning Recursive Beings", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2136, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursive_imprisonment_gem" - }, - "TrophyName:8": "Prison, Sweet Prison", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_imprisonment_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_recursiveimprisonment" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2136:10": { - "preRequisites:11": [ - 444 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runic_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Useless Ore?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runic_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2137:10": { - "preRequisites:11": [ - 2137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandium_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Power of Runes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2138, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:runandium_ingot" - }, - "TrophyName:8": "Runic Excavation", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:runandium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_runicore" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2138:10": { - "preRequisites:11": [ - 20305 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:charcoallog" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lyndenwyrm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2139, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 162, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Lyndenwyrm", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2139:10": { - "preRequisites:11": [ - 428 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lyndenwyrm_warper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Land of Power", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2140, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lyndenwyrm_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2140:10": { - "preRequisites:11": [ - 2140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wyvern_monument_activation_fabrial" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Lost Power of Wyverns", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2141, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fragment_of_creation" - }, - "TrophyName:8": "Nature Incarnate", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wyvern_monument_activation_fabrial" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shard_of_a_fallen_spren" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_wyvernmonument" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2141:10": { - "preRequisites:11": [ - 2141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_wyvern_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Ancient Wyvern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ancient_wyvern_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:headstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2142:10": { - "preRequisites:11": [ - 350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:reactive_fluix" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "He who made Fluix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:reactive_fluix" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2143:10": { - "preRequisites:11": [ - 350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconium_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconian Influence in the Belt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2144, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:stormlight_infused_crystal" - }, - "TrophyName:8": "Draconically Ascended", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconium_ingot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconic_alloy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2144:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Catalyzation Chamber is a 3x3x3 multiblock, see the JEI preview for the structure.\n\nRight click the structure with Salis Mundus to form it.\n\nTo make the multiblock function function, place a Stone from Thaumic Wonders in the machine gui.\n\nEach stone has a different functionality:\nAlienist: makes eldritch clusters\nTransmuter: turns ores into other ores and back\nAlchemist: purifies ores\n\nStones have durability, but they can be enchanted with high levels of unbreaking to become nearly infinite.\n\nThe ore inputs are dropped in from the top, and the machine will drop outputs from the front.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:catalyzation_chamber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Catalyzation Chamber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluid_quicksilver" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:alienist_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:catalyzation_chamber" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2145:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Catalyzation Chamber is a 3x3x3 multiblock, see the JEI preview for the structure.\n\nRight click the structure with Salis Mundus to form it.\n\nTo make the multiblock function function, place a Stone from Thaumic Wonders in the machine gui.\n\nEach stone has a different functionality:\nAlienist: makes eldritch clusters\nTransmuter: turns ores into other ores and back\nAlchemist: purifies ores\n\nStones have durability, but they can be enchanted with high levels of unbreaking to become nearly infinite.\n\nThe ore inputs are dropped in from the top, and the machine will drop outputs from the front.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:catalyzation_chamber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Catalyzation Chamber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluid_quicksilver" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:alienist_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:catalyzation_chamber" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2146:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe primordial accelerator is used to break Primordial Pearls into Primordial Grains.\n\nIt is a multiblock of variable length, see the JEI preview for the multiblock structure, the more Tunnels, the more Grains can be produced (with diminishing returns). The maximum length is 10.\n\nPrimordial pearls can be piped into the Accelerator.\n\nUse a redstone pulse to activate the machine, Primordial Grains will be dropped out around the Terminus.\n\nGrains can be turned back into full Pearls for an endless loop, with a bit of crucible automation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Primordial Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator_tunnel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator_terminus" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:primordial_accelerator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2147:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe primordial accelerator is used to break Primordial Pearls into Primordial Grains.\n\nIt is a multiblock of variable length, see the JEI preview for the multiblock structure, the more Tunnels, the more Grains can be produced (with diminishing returns).\n\nPrimordial pearls can be piped into the Accelerator.\n\nUse a redstone pulse to activate the machine, Primordial Grains will be dropped out around the Terminus.\n\nGrains can be turned back into full Pearls for an endless loop, with a bit of crucible automation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Primordial Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator_tunnel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicwonders:primordial_accelerator_terminus" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:primordial_accelerator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2148:10": { - "preRequisites:11": [ - 2143 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oblivion_candle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Dealer of The Pact", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oblivion_candle" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oblivion_catalyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_oblivioncandle" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2149:10": { - "preRequisites:11": [ - 2149 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oblivionaire_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Spectral Dragon Tamer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2150, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:primordial_catalyst" - }, - "TrophyName:8": "Oblivion Tamer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oblivionaire_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:coralium_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2150:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ichorium_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ichorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ichorium_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ichorium_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ichorium_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ichorium_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2151:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconic_alloy_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Draconic Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconic_alloy_head" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconic_alloy_chest" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconic_alloy_legs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ascended_draconic_alloy_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2152:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 500\nMining Level: 10.0\nMining Speed: 100.0\nAttack: 250.0\nRunic\nInferno\nMorgan Le Fay\nBaron\n\nHandle\nModifier: 1\nDurability: 500\nRunic\nInferno\nMorgan Le Fay\nBaron\n\nExtra\nDurability: 500\nRunic\nInferno\nMorgan Le Fay\nBaron\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brightsteel_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brightsteel Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brightsteel_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2153:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 4000\nMining Level: 10.0\nMining Speed: 10.0\nAttack: 300.0\nUplifting\nShulking\nBlizzard\n\nHandle\nModifier: 1\nDurability: 5000\nUplifting\nShulking\nBlizzard\n\nExtra\nDurability: 5000\nUplifting\nShulking\nBlizzard\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "neutronium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutronium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2154, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "neutronium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2154:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 100\nMining Level: 10.0\nMining Speed: 10.0\nAttack: 180.0\nEvil Pressure\nApocalypse\nLaced\n\nHandle\nModifier: 1\nDurability: 100\nEvil Pressure\nApocalypse\nLaced\n\nExtra\nDurability: 100\nEvil Pressure\nApocalypse\nLaced\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "runandium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runandium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "runandium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2155:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 100\nMining Level: 10.0\nMining Speed: 10.0\nAttack: 250.0\nSpiky\nPrickly\nGhastly\n\nHandle\nModifier: 2\nDurability: 100\nSpiky\nPrickly\nGhastly\n\nExtra\nDurability: 10\nSpiky\nPrickly\nGhastly\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ascended_draconic_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Draconic Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ascended_draconic_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2156:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the Lunalus Puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_bow", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Prison Realm Bow" - }, - "ench:9": { - "0:10": { - "id:2": 97, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 30 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 96, - "lvl:2": 1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prison realm Bow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_bow", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPrison Realm Bow§r" - }, - "ench:9": { - "0:10": { - "id:3": 97, - "lvl:3": 6 - }, - "1:10": { - "id:3": 48, - "lvl:3": 30 - }, - "2:10": { - "id:3": 51, - "lvl:3": 1 - }, - "3:10": { - "id:3": 96, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2157:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete part of the Lyndenwyrm progression, and explore the Proxima Belt.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:tool.fishing_rod_platinum", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Fishing Sticc" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 350 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fishing Sticc", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:tool.fishing_rod_platinum", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oFishing Sticc§r" - }, - "ench:9": { - "0:10": { - "id:3": 34, - "lvl:3": 85 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2158:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the runic ore puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:starsword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Caliburn" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 120 - }, - "1:10": { - "id:2": 101, - "lvl:2": 16 - }, - "2:10": { - "id:2": 47, - "lvl:2": 20 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Caliburn", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:starsword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oCaliburn§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 101, - "lvl:3": 16 - }, - "2:10": { - "id:3": 47, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2159:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat Oblivionaire.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_lance", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dauthdaert" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 88, - "lvl:2": 20 - }, - "2:10": { - "id:2": 43, - "lvl:2": 20 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dauthdaert", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2160, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:valkyrie_lance", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDauthdaert§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 88, - "lvl:3": 20 - }, - "2:10": { - "id:3": 43, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2160:10": { - "preRequisites:11": [ - 291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:third_order_mythic_fractal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Third Order Fractal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2161, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:third_order_mythic_fractal" - }, - "TrophyName:8": "Tier 3 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:third_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2161:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gravitational_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Splitter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gravitational_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2162:10": { - "preRequisites:11": [ - 2162 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warren_splitter_fabrial" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Splitting Warrens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2163, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:warren_splitter_fabrial" - }, - "TrophyName:8": "To the Left, To the Right", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warren_splitter_fabrial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2163:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:key_of_flesh_dominion" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Domain of Flesh", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:key_of_flesh_dominion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2164:10": { - "preRequisites:11": [ - 2164 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:paradigm_of_dominion" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Contorting Misshapen Bodies FTW", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2165, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:paradigm_of_dominion" - }, - "TrophyName:8": "I C U", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:paradigm_of_dominion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2165:10": { - "preRequisites:11": [ - 2167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_of_war" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "*deep inhale* WAR!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2166, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_of_war" - }, - "TrophyName:8": "For Paradis!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_of_war" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2166:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warlord_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Warlords", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warlord_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stone_of_anima" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_stoneofanima" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2167:10": { - "preRequisites:11": [ - 2169 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soul_of_colonial_servitude" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Simp Army OP", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2168, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:will_ensnaring_fabrial" - }, - "TrophyName:8": "Squirrel In My Pants!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soul_of_colonial_servitude" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ensnaring_soul" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:will_ensnaring_fabrial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2168:10": { - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:horde_domination_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Colony?", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2169, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:horde_domination_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2169:10": { - "preRequisites:11": [ - 77 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I may have just stumbled into a tale as old as the universe itself. Elysium and Tartaros, Order and Chaos, Apollo and Dionysus...\nA tale of taking, and a tale of giving...\nThe tale of the Lord of Gluttony, and the Master of Discipline. A struggle that can never end, as one will always require the other.\nWhat is the purpose of giving, if there is nobody there to take?\nSuch is the balance of the universe, it seems, and yet, this does not stop these two forces from wanting to win over the other.\nThis infortunately, would mean misery for the people of Terra.\nThe one who orders, the one that upholds morality and gives dignity, the Arbiter, came to Terra, and educated the Testificates on the incredible power of the Dimensional Shards that so abundantly appear in the Planet\u0027s Depths, and taught them the wonders of magic and Recursion.\nBut, one day, he who craves, he who desires, the Meatball Man, avatar of gluttony, and lord of the Undead, came to Terra to face his eternal foe.\nWhat followed was an age of fear and conflict. Many became aware of the treasure hidden within Terra, and nothing would ever be the same for the Testificates.\nThe first incursions were pacific, but violence and war quickly ensued, and increasingly more powerful factions started to desire a share of the treasure.\nThe Arbiter, as an act of atonement from bringing in such ruin, offered to fight for Terra, and faced off the Meatball Man.\nWell, I saw the Meatball Man, I faced him, but I have yet to see this Arbiter? What happened?\nAnd what the hell can you do with Dimensional Shards?\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_historian_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Fluix Historians", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2170, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:dimensional_shard" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluix_historian_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2170:10": { - "preRequisites:11": [ - 2170 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Fluix Historians are an old organization in Terra lore.\nTheir existence as a group of scholars started as the Arbiter came, bringing a new material that started raining on the planet inside meteorites, Fluix.\nThe group of erutites would collect the knowledge and crafts provided by the Arbiter, and regulated the use of these powers to ensure order.\nOnce war came, the order led the Testificates to retaliate, and this effort led to the campaign through the Warper Planes.\nThey are now a smaller, less powerful organization, dwindled to just a few faithfuls, and yet they still carry on their mission to mantain the history of the Arbiter alive.\nWhen I asked the historian what had happened to their guide, I got no answers...\nThe testificate seems to like me though, and he asked some questions about how I ended up in Terra. Very, very specific questions, now that I think of it...\nAnyhow, I got my hands on some Arbiter tech, and it\u0027s quite awesome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:digital_matter_transmission_module" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arbiter Tech is the Best Tech", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2171, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:digital_matter_transmission_module" - }, - "TrophyName:8": "Come to me, all ye items", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:digital_matter_transmission_module" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:attuned_fluix_construct" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_attunedfluixconstruct" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2171:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 942, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oComplete the Fluix Historian Puzzle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "RepairCost:3": 1, - "activated:1": 0, - "display:10": { - "Name:8": "War" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 11, - "lvl:2": 100 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "War", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2172, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "activated:1": 0, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oWar§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 11, - "lvl:3": 100 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2172:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Player Interfaces", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "actuallyadditions:block_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2173:10": { - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:playerchest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Player Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:playerchest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2174:10": { - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "plethora:module" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Introspection Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "plethora:module" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2175:10": { - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Player Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2176:10": { - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:playerinterface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Player Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:playerinterface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2177:10": { - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_player_interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Limited Range Player Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_player_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2178:10": { - "preRequisites:11": [ - 1883 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_end_steel_pickaxe" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creative Breaking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderutilities:endertool" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 30, - "OreDict:8": "", - "id:8": "enderutilities:enderpart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2179:10": { - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 2, - "TotalAmounts:9": { - "0:3": 0 - } - } - }, - "OreDict:8": "", - "id:8": "xreliquary:rending_gale" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Click-Flight", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2180, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 2, - "TotalAmounts:9": { - "0:3": 0 - } - } - }, - "OreDict:8": "", - "id:8": "xreliquary:rending_gale" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2180:10": { - "preRequisites:11": [ - 339 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "As expected, the hosts that periodically cover Terra in creepers are from Creeponia. No surprises there.\nWhat is surprising about them, though, is that the ones invading Terra are much less powerful that the one I encountered here, almost as if Shyre forces were holding back, while still showing what they are capable of. \n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:flying_gunpowder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flying is just Exploding with Style", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2181, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:flying_gunpowder" - }, - "TrophyName:8": "Boom, err, Woosh", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:flying_gunpowder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2181:10": { - "preRequisites:11": [ - 336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The vast majority of the life in the Deeplands is consciously committed to the cause of the Shyre Empire, but there still seems to be a small percentage of it that is free to act on its own, even though it\u0027s doing critter things.\nThe critters here are different in other ways as well, as they seem to hold a strange metal in their cores. It resembles a rough steel alloy, but it is fully made through organic processes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_iron_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Critters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2182, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wrought_iron_shard" - }, - "TrophyName:8": "Quick, pick it!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wrought_iron_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2182:10": { - "preRequisites:11": [ - 487 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Gardencia magicians seem to have spent some time working on special recursive materials. Rosidian is indeed quite interesting, it has properties very similar to the soul manipulation abilities I was given through the Meatball Man.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rosidian_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Floral Alloying", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2183, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rosidian_blend" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rosidian_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2183:10": { - "preRequisites:11": [ - 2183 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I really have to thank my bee friends, their ability to attune to magical fields and recursion is incredible!\nSure, soul manipulation is not a clean natural ability, and maybe I should be more weary of anything coming from the Meatball Man, but it has had so many incredible uses.\nMy factories have grown dependent on monster automation, and thanks to my bee friends, I can set up my models even more easily!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14018, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2184, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:rosidian_blend" - }, - "TrophyName:8": "Bee smart!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deep_knowledge_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 14018, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2184:10": { - "preRequisites:11": [ - 2140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stormlight_infused_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Charged up!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2185, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:stormlight_infused_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2185:10": { - "preRequisites:11": [ - 305 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fourth_order_mythic_fractal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fourth Order Fractal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2186, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fourth_order_mythic_fractal" - }, - "TrophyName:8": "Tier 4 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fourth_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2186:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_metal_chestplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconian Copper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_metal_helmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_metal_chestplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_metal_leggings" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:armor_copper_metal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2187:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:water_mill" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Water Mill (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:water_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2188:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:wind_mill" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wind Mill (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:wind_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2189:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:dragon_egg_syphon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragon Egg Energy Syphon (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2190, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:dragon_egg_syphon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2190:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Beam Former allows to connect two sections of ME cables at a short distance (32 blocks in a straight line).\n\nA beam will form between Formers if a path is available between them. The beam can pass through transparent blocks, including other ME cables.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Beam Former", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2191:10": { - "preRequisites:11": [ - 719 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Blood God of Orcus told me of this. One of the demons imprisoned in Haumea, Baku, holds they key for a useful blood ritual. Life essence should be a bit more convenient now!\nEldritch beings come in all sorts of shapes and sizes, but why an elephant? I don\u0027t get it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demon_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "For the Blood God", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demon_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2192:10": { - "preRequisites:11": [ - 711 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Something should be noted about the God of the Realmshifters. A figure of Trinity that even the bees revere, starkly resembling the Christian God on Earth. This God seems to be at the base of the culture of selflessness that guides Realmshifter civilization.\nThey claim their alchemical powers, which allowed them to create fiery pyrite, come from this Trinity.\nI myself have asked myself where my affinity to magic comes from, especially with respect to alchemy, which I have seen nobody else perform outside of the Realmshifters.\nTestificates can be trained in all magical arts, but to them, alchemy, the principles of equivant exchange, are nothing but unreachable mysteries. To me it comes easy, to them, it is impossible. It is undeniable that it requires some sort of \u0027gift\u0027, but where does this gift come from?\nWhen I asked the Realmshifters about this, I did not get an answer. But they all smiled, and laughed with joy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sparkled_oak_planks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sparkled", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sparkled_oak_planks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_sparkledoak" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2193:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:honeysmelter_oven" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Honeysmelter Oven", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:honeysmelter_oven" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2194:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sparkled_spinning_wheel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nethersteel Loom", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sparkled_spinning_wheel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2195:10": { - "preRequisites:11": [ - 1817 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It\u0027s not snow! It\u0027s more furnaces (of course)!\nIt\u0027s not just tiny granular furnaces, now there\u0027s tiny crystallized furnaces.\nOne fiend in particular seems to be tied to these tiny furnaces. This one seemed even more \u0027loopy\u0027 than the ones I\u0027ve met before.\nWhile being capable of teleportation and other wonderful powers, one and only one thing drove this creature.\nAnd who can blame it, furnaces are awesome! And there is really nothing more to it, who wouldn\u0027t love furnaces?!?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:whitefire_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Furnace Snow", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2196, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:whitefire_furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:whitefire_furnace" - }, - "TrophyName:8": "Wonderful Whitefire Warrior", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:whitefire_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:whitefire_ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2196:10": { - "preRequisites:11": [ - 2196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ultimate furnace is incredibly fast.\n\n§fOk, there may be something more to it. I feel like I am getting carried away, my desires seem to have lost their guide.\nI crave the furnace world, and yet, once I am there, I do not feel satisfied. This feels like drugs, and nothing that feels like drugs can be good. I will have to find some tricks to prevent this obsession from taking control.\nIt sure is going to be hard to stay in control, especially when the furnace world has been able to give me these amazing gadgets!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ultimate_furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Furnace Potential", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ultimate_furnace" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:inferium_furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:ultimate_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2197:10": { - "preRequisites:11": [ - 97 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Meatball Man has a mighty army, mostly composed of undead who, for some reason, have to follow his rule.\nThey definitely seem unwilling to submit to his rule, and yet they are unable to escape it.\nMany of them are nothing more than mere cannon fodder, and yet some serve higher purposes.\nOne of them is a botanist, how unexpected!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:vegetarian_sentient_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Meatball Botanist", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:vegetarian_sentient_meatball" - }, - "TrophyName:8": "Vegetarian Meatballs FTW", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:undead_botanist_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "crimsonwarfare:boss_activator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2198:10": { - "preRequisites:11": [ - 2198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This feels strange. Why have such a powerful meatball being to guard some trees?\nThe importance of things is often not obvious, are trees somehow involved in this \u0027supreme power\u0027 struggle I became part of?\nAfter finding out the importance of seemingly stupid things like meatballs, I\u0027d better hold on to these saplings!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:forbidden_garden_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "AllTheTrees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2199, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:fruits" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:forbidden_garden_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2199:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUnlock hard mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidchestdarkened", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 20 - } - }, - "isnight:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Combat Maid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2200, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidhelmrevealing", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oHelm of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidchestdarkened", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oChest of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - }, - "isnight:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidlegs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oLegs of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:combatmaidboots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBoots of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2200:10": { - "preRequisites:11": [ - 2141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:chaotic_poppet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Poppet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2201, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconian_prison_key" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:chaotic_summoner" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:chaotic_poppet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2201:10": { - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can use any Forestry Sapling to complete this quest!\n\nThe following quests will guide you through tree breeding!\n\nThis is easier if you already have a good knowledge of bees!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "r/trees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2202, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeCherry", - "UID1:8": "forestry.treeCherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitCherry", - "UID1:8": "forestry.fruitCherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2202:10": { - "preRequisites:11": [ - 2202 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo breed trees, you need two things: pollen and saplings.\n\nTo collect pollen, you can right click forestry leaves using a pollen collection kit.\n\nThe grafter is a tool that breaks leaves with highly increased drop rates!\n\nWARNING: keeping forestry saplings placed for extended periods of time can cause lag due to the spawning of butterflies!\n\nThe portable analyzer can be used to check the stats and genes of your trees. These are not as important as bee genetics, since there is a custom multiblock that lets you farm trees in a lag-free environment!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "gendustry:industrial_grafter", - "tag:10": { - "charge:3": 100000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Tree Tools", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 100, - "OreDict:8": "", - "id:8": "gendustry:industrial_grafter", - "tag:10": { - "charge:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:pollen_kit" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:portable_alyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2203:10": { - "preRequisites:11": [ - 2203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFor trees, a sapling works the same as bee princesses, and pollen works the same as bee drones.\n\nPollen and saplings of different types can be bred together to produce new species. This can be done in the mutatron!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutatron_advanced" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tree Breeding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutatron_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2204:10": { - "preRequisites:11": [ - 2203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following trees will be used at some point in progression.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:thaumic_citrus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Notable Trees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "listAllfruit", - "id:8": "extratrees:food" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2205:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "acornoak", - "UID1:8": "acornoak" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitAcorn", - "UID1:8": "extratrees.fruitAcorn" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Acorn Oak", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "acornoak", - "UID1:8": "acornoak" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2206:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "orange", - "UID1:8": "orange" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitOrange", - "UID1:8": "extratrees.fruitOrange" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orange", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2207, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "orange", - "UID1:8": "orange" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2207:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "fingerlime", - "UID1:8": "fingerlime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitFinger_lime", - "UID1:8": "extratrees.fruitFinger_lime" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Finger Lime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2208, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "fingerlime", - "UID1:8": "fingerlime" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2208:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "manderin", - "UID1:8": "manderin" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitManderin", - "UID1:8": "extratrees.fruitManderin" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manderine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2209, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "manderin", - "UID1:8": "manderin" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2209:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "citron", - "UID1:8": "citron" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitCitron", - "UID1:8": "extratrees.fruitCitron" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Citron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2210, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "citron", - "UID1:8": "citron" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2210:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "grapefruit", - "UID1:8": "grapefruit" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitGrapefruit", - "UID1:8": "extratrees.fruitGrapefruit" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grapefruit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2211, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "grapefruit", - "UID1:8": "grapefruit" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2211:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "lime", - "UID1:8": "lime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitLime", - "UID1:8": "extratrees.fruitLime" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "lime", - "UID1:8": "lime" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2212:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "keylime", - "UID1:8": "keylime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLowest", - "UID1:8": "forestry.saplingsLowest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitKey_lime", - "UID1:8": "extratrees.fruitKey_lime" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Key Lime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2213, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "keylime", - "UID1:8": "keylime" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2213:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "buddhahand", - "UID1:8": "buddhahand" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBuddha_hand", - "UID1:8": "extratrees.fruitBuddha_hand" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Buddah\u0027s Hand", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2214, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "buddhahand", - "UID1:8": "buddhahand" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2214:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "satsuma", - "UID1:8": "satsuma" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitSatsuma", - "UID1:8": "extratrees.fruitSatsuma" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Satsuma", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2215, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "satsuma", - "UID1:8": "satsuma" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2215:10": { - "preRequisites:11": [ - 2203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll these trees can be found in-world, or in loot chests.\n\nI won\u0027t tell you how, but there\u0027s an easy way to obtain all of these in chapter 2 ;)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "wildcherry", - "UID1:8": "wildcherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitWild_cherry", - "UID1:8": "extratrees.fruitWild_cherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Trees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2216, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "blackcurrant", - "UID1:8": "blackcurrant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBlackcurrant", - "UID1:8": "extratrees.fruitBlackcurrant" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeMaple", - "UID1:8": "forestry.treeMaple" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "redcurrant", - "UID1:8": "redcurrant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitRedcurrant", - "UID1:8": "extratrees.fruitRedcurrant" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeAcacia", - "UID1:8": "forestry.treeAcacia" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeLarch", - "UID1:8": "forestry.treeLarch" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeEbony", - "UID1:8": "forestry.treeEbony" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlower", - "UID1:8": "forestry.maturationSlower" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i3d", - "UID1:8": "forestry.i3d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "juniper", - "UID1:8": "juniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitJuniper", - "UID1:8": "extratrees.fruitJuniper" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePine", - "UID1:8": "forestry.treePine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeWillow", - "UID1:8": "forestry.treeWillow" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeSipiri", - "UID1:8": "forestry.treeSipiri" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeCherry", - "UID1:8": "forestry.treeCherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitCherry", - "UID1:8": "forestry.fruitCherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeZebrawood", - "UID1:8": "forestry.treeZebrawood" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "12:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePadauk", - "UID1:8": "forestry.treePadauk" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "13:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "cashew", - "UID1:8": "cashew" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitCashew", - "UID1:8": "extratrees.fruitCashew" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "14:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePlum", - "UID1:8": "forestry.treePlum" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitPlum", - "UID1:8": "forestry.fruitPlum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "15:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePapaya", - "UID1:8": "forestry.treePapaya" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitPapaya", - "UID1:8": "forestry.fruitPapaya" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "16:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeLime", - "UID1:8": "forestry.treeLime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "17:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "hornbeam", - "UID1:8": "hornbeam" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "18:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeDate", - "UID1:8": "forestry.treeDate" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitDates", - "UID1:8": "forestry.fruitDates" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "19:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeMahogony", - "UID1:8": "forestry.treeMahogony" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "20:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeTeak", - "UID1:8": "forestry.treeTeak" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "21:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "blueberry", - "UID1:8": "blueberry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBlueberry", - "UID1:8": "extratrees.fruitBlueberry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "22:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "copperbeech", - "UID1:8": "copperbeech" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBeechnut", - "UID1:8": "extratrees.fruitBeechnut" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "23:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeGigant", - "UID1:8": "forestry.treeGigant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightGigantic", - "UID1:8": "forestry.heightGigantic" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlowest", - "UID1:8": "forestry.maturationSlowest" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i4d", - "UID1:8": "forestry.i4d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofTrue", - "UID1:8": "forestry.fireproofTrue" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "24:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeWenge", - "UID1:8": "forestry.treeWenge" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLowest", - "UID1:8": "forestry.saplingsLowest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "25:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "raspberry", - "UID1:8": "raspberry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitRaspberry", - "UID1:8": "extratrees.fruitRaspberry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "26:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "wildcherry", - "UID1:8": "wildcherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitWild_cherry", - "UID1:8": "extratrees.fruitWild_cherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2216:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "tangerine", - "UID1:8": "tangerine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitTangerine", - "UID1:8": "extratrees.fruitTangerine" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tangerine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2217, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "tangerine", - "UID1:8": "tangerine" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2217:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "osangeorange", - "UID1:8": "osangeorange" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitOsange_orange", - "UID1:8": "extratrees.fruitOsange_orange" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Osange Orange", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "osangeorange", - "UID1:8": "osangeorange" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2218:10": { - "preRequisites:11": [ - 398 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cosmic_fabric" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cosmic Meteors", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2219, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cosmic_gem" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cosmic_fabric" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2219:10": { - "preRequisites:11": [ - 2168 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14020, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul-Sucking, Just like Streaming on Twitch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2220, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:soulsucking_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 14020, - "OreDict:8": "", - "id:8": "gendustry:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2220:10": { - "preRequisites:11": [ - 2165 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abominable_egg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Abominable Chick", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2221, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fesh_abomination_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abominable_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2221:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_mythic_assembler" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Assembling Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2222, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_assembling_machine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2222:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_wiremill" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mythic Processor: Wiremill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_wiremill" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2223:10": { - "preRequisites:11": [ - 1253, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the Soulsucking Callstone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soulsucking Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2224, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2224:10": { - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fesh_abomination_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flesh Abomination", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2225, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fesh_abomination_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2225:10": { - "preRequisites:11": [ - 1253, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeat the enemy in the final Twilight Forest Castle.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crepuscular Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2226, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2226:10": { - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained through breeding.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Isekai Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2227, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2227:10": { - "preRequisites:11": [ - 260 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "As the transformation started, as the Crimson Cult unveiled their true intents, an oath was forged. \nA powerful bee, who had the magical ability to open up portals into new worlds, decided to to devote herself to help out the dwindling forces of the Twilight forest. Opening a portal to bring in a champion from a different world, one that would not be affected by the transformation spell.\nThe oath was forged, and the portal setup, and yet, mere moments before it opened, the Crimson Cult came in, and put an end to the ritual.\nBees, from what I have seen, have a very strong code of honor. It was probably her who led the now transformed crabs to Terra.\nEven now, corrupted and turned into a creature of darkness, the one who was in charge of performing the ritual, still held on to the ritual materials. If this being alone could remain faithful to this mission, so I too will persevere.\nThis immortality I have, this recursive cycle of life and death, is a way to right the wrongs I see around me, to fight for those that could not keep up with the shameful masters of their fate.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:broken_oath" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Failures and Oaths", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2228, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:broken_oath" - }, - "TrophyName:8": "Almost Isekai", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:broken_oath" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crepuscular_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2228:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:ultimate_encoder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ultimate Encoder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2229, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:ultimate_encoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2229:10": { - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe excavator is used to produce infinite amounts of ores from Immersive Engineering veins. These are not like normal ore veins, and they do not exist in-world. Each chunk has one vein.\n\nTo identify a vein, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid vein in that chunk.\n\nTo mine the ore vein vein, build the Excavator multiblocks in the corresponding chunk. \n\nSome ores can only be mined using excavators, and cannot be found in-world.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Excavation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2230, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 1, - "multiblock:8": "IE:ExcavatorDemo" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2230:10": { - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe pumpjack is used to produce infinite amounts of fluids from Immersive Engineering veins. These are not like normal fluid deposits, and they do not exist in-world. Each chunk has one vein.\n\nTo identify a vein, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid vein in that chunk.\n\nTo extract the fluid deposit, build the Pumpjack multiblock in the corresponding chunk. \n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pumpjacking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2231, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:Pumpjack" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersivepetroleum:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2231:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gravitite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Processor: Gravitron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2232, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gravitite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2232:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_blaster" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Processor: Blaster", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2233, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_blaster" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2233:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_arkencrusher" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Processor: Arkencrusher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2234, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_arkencrusher" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2234:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_grinder" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Processor: Grinder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2235, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_grinder" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2235:10": { - "preRequisites:11": [ - 299 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_pouch" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skipping the Nightmare", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2236, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:secret_lurker_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thebetweenlands:lurker_skin_pouch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2236:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:hypergrowth_insolator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hypergrowth Insolator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2237, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:hypergrowth_insolator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2237:10": { - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe seared furnace uses lava to run, and can process multiple items in parallel.\n\nIt can be built out of any cubic shape, as long as the interior is empty, and the seared tank is located on a corner. The bigger, the more parallel recipes it can perform.\n\n§fHaving good bricks to build a furnace is also great for more mundane smelting tasks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:seared_furnace_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good Good Smelting (for now)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2238, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:seared_furnace_controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2238:10": { - "preRequisites:11": [ - 417 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ghoul_spirit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runicorn Powers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2239, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ghoul_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_ghoulspirit" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2239:10": { - "preRequisites:11": [ - 1397 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Why won\u0027t the Meatballs leave me alone?! I swear they seem to exist solely to torment me.\nThe Meatball Man has a lot of power and influence, at least comparable with the Twilight Horde, but all his forces do is toy with me, and nobody else.\nThe undead forces and the other Meatball creatures are only interested in me and the Testificates, and they don\u0027t seem to want anything beyond torment. Why don\u0027t they build empires or search for resources like the other people that are high on the Kardashev scale? They just cause chaos. \nWell, to be fair, it is very possible I am not seeing the big picture of the Meatball Man\u0027s plans, but it feels like I am interacting with a very bored kid during school, just trying to find something to do to be entertained.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatball_man_charm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "This is Wrong, but so Right!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2240, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_sentient_meatball" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:meatball_man_charm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_loop_callstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tainted_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2240:10": { - "preRequisites:11": [ - 50182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Queen (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2241, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2241:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:armor.plate_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluxed Electrum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2242, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:armor.helmet_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:armor.plate_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:armor.legs_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:armor.boots_flux", - "tag:10": { - "Energy:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2242:10": { - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTime to start automating fission if you haven\u0027t started already! Check the §cEnergy Sources §7§oquests and the tips item!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fission Automation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2243, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:berkelium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fission_automation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2243:10": { - "preRequisites:11": [ - 50054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:ender_water", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Removal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2244, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:ender_water", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2244:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ziggurat_of_life" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ziggurat of Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2245, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ziggurat_of_life" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2245:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:berserker_forge" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Berserker Forge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2246, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:berserker_forge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:berserker_forge_loop" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2246:10": { - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hihi_irokane" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hihi\u0027Irokane", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2247, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hihi_irokane" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2247:10": { - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "orichalcum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orichalcum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2248, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "orichalcum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2248:10": { - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ichorium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystalline Ichorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2249, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ichorium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2249:10": { - "preRequisites:11": [ - 305 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botanical Dreams and Nightmares", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2250, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:botanical_dream_stone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:botanical_nightmare_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2250:10": { - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse these to recycle unwanted books into goodies!\n\n§fMagic sure is cool, but it does take up a lot of space, ugh.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spell_recycling_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Decluttering", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2251, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_life_2" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:spell_recycling_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dispelling_manuscript" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_spellrecyclercrystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2251:10": { - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe assassin bee has the special effect of finishing off queens, making them drop the respective princess and drones.\nThe Bee-Bee gun lets you control the effects of a bee, if it is inserted in the gun\u0027s GUI (shift + right click). The Bee-Bee Gun needs honey to work!\nAftter placing a new queen into an apiary or industrial apiary, right click it with a loaded Assassin Queen Bee-Bee Gun to finish off the queen life cycle.\nThis makes it much faster to go through breeding chains, especially for the temporal bee!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:beegun" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Speed-Breeding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2252, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "careerbees:beegun" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.assassin", - "UID1:8": "careerbees.assassin" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.assassin", - "UID1:8": "careerbees.effect.assassin" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.assassin", - "UID1:8": "careerbees.assassin" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.assassin", - "UID1:8": "careerbees.effect.assassin" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2252:10": { - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Condensation Heat Exchangers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2253, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2253:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:barako_mask" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Artificial Sun", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2254, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mowziesmobs:barako_mask" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2254:10": { - "preRequisites:11": [ - 2253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_particulate_steam" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Simple Design", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2255, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluid_crystal_matrix" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluidcrystalmatrix_condensation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2255:10": { - "preRequisites:11": [ - 2253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_condenser_tube_thermoconducting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Condensation Tubes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2256, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:heat_exchanger_condenser_tube_thermoconducting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2256:10": { - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAdvanced rocketry gets buggy sometimes (often). These bees will let you craft new warpers that will let you get to these planets without havint to deal with buggy rockets.\nYou will still have to make at least one rocket, and a space station, as all of these warper items, with the exception of the first one, can only be used in space!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bee_stargate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skip (some) Advanced Rocketry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2257, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Pyramid", - "UID1:8": "gendustry.bee.Pyramid" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Pyramid", - "UID1:8": "gendustry.bee.Pyramid" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Buried", - "UID1:8": "gendustry.bee.Buried" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedNormal", - "UID1:8": "forestry.speedNormal" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanElongated", - "UID1:8": "forestry.lifespanElongated" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "magicbees:flowersbookshelf", - "UID1:8": "magicbees:flowersbookshelf" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 45, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Buried", - "UID1:8": "gendustry.bee.Buried" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedNormal", - "UID1:8": "forestry.speedNormal" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanElongated", - "UID1:8": "forestry.lifespanElongated" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "magicbees:flowersbookshelf", - "UID1:8": "magicbees:flowersbookshelf" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 45 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Controller", - "UID1:8": "gendustry.bee.Controller" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Controller", - "UID1:8": "gendustry.bee.Controller" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Chevron", - "UID1:8": "gendustry.bee.Chevron" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Chevron", - "UID1:8": "gendustry.bee.Chevron" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stargazer", - "UID1:8": "gendustry.bee.Stargazer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stargazer", - "UID1:8": "gendustry.bee.Stargazer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ringbearer", - "UID1:8": "gendustry.bee.Ringbearer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ringbearer", - "UID1:8": "gendustry.bee.Ringbearer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:luna_warper" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:osiris_warper" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ptah_warper" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hator_warper" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:europa_warper" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:oi_warper" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:falacer_warper" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:orcus_warper" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:haumea_warper" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:sedna_warper" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:rhenia_warper" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:myrmex_warper" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pixonia_warper" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:proximabelt_warper" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:nero_warper" - }, - "15:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:zoi_warper" - }, - "16:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:akathartos_warper" - }, - "17:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pauram_warper" - }, - "18:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2257:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "chilli", - "UID1:8": "chilli" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitChilli", - "UID1:8": "extratrees.fruitChilli" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigher", - "UID1:8": "forestry.yieldHigher" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chilli Pepper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2258, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "chilli", - "UID1:8": "chilli" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2258:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "goldenraspberry", - "UID1:8": "goldenraspberry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitGolden_raspberry", - "UID1:8": "extratrees.fruitGolden_raspberry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFastest", - "UID1:8": "forestry.maturationFastest" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Golden Raspberry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2259, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "goldenraspberry", - "UID1:8": "goldenraspberry" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2259:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrupted_divine_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Divine Stones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2260, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:terran_divine_ore" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:shadow_divine_ore" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:molten_divine_ore" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:jungle_divine_ore" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ice_divine_ore" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_divine_ore" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrupted_divine_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2260:10": { - "preRequisites:11": [ - 371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warren_blindfold" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Monolith Removal Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2261, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:warren_blindfold" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eye_of_limbo" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_warrenblindfold" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2261:10": { - "preRequisites:11": [ - 1371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:monumentally_sentient_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Meatball Man Fan Club", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2262, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:monumentally_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:puzzle_solution_monumentallysentientbeatball" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2262:10": { - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe §cLogistics and Organization §7§oquest tab has a list of all available energy storage options.\n\nHeads up, the draconic energy orb is craftable in chapter 2 :)\n\n§fEnergy storage has been, and still is, a long-standing problem for humanity. If only we had dragons on Earth!\nWhatever entropy magic dragons on the end islands use, it makes energy storage very effective!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:energy_storage_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Massive", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2263, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:energy_storage_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:energy_pylon" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "draconicevolution:particle_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_energy_ball" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2263:10": { - "preRequisites:11": [ - 2262 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:paparazzi_camera" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Papa Papa Paparazzi", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2264, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:paparazzi_camera" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2264:10": { - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomating essentia is a good idea by now! The quest can be compelted using any pods!\n\nCheck out the explanation items for setup ideas!\n\n§fMagic, once so esotheric, is starting to make a bit more sense! The laws of Thaumaturgy, now that they are understandable, can be used in similar ways to other natural laws, to make machines.\nThe more machines I can make, the less manual labor I will have to deal with!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:vis_pod", - "tag:10": { - "Aspect:8": "aer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Good to Automate Essentia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2265, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:vis_pod", - "tag:10": { - "Aspect:8": "caeles" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:vis_pod", - "tag:10": { - "Aspect:8": "aer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:essentia_management" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:full_essentia_automation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2265:10": { - "preRequisites:11": [ - 1253, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound in Gallifrey.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warrior Bee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2266, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2266:10": { - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 651, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Divine Divination", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2267, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 651, - "OreDict:8": "", - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2267:10": { - "preRequisites:11": [ - 367 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:energetic_prison_key" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Mighty Energy Queen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2268, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:energetic_prison_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2268:10": { - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTolerance none from common bee.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCommon", - "UID1:8": "forestry.speciesCommon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCommon", - "UID1:8": "forestry.speciesCommon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "No Tolerance - Good for Specialty Drops", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2269, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceNone", - "chromosome:3": 4, - "species:8": "rootBees" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceNone", - "chromosome:3": 6, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2269:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:flesh_of_the_gluttonous_one" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flesh Botanists made an Ooopsie", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2270, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fluit_of_flesh" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:flesh_of_the_gluttonous_one" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2270:10": { - "preRequisites:11": [ - 2196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infernal_furnace_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dangerous Furnaces are Dangerous", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2271, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infernal_furnace_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:demonic_ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2271:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 10\nMining Level: Iron\nMining Speed: 4.2\nAttack: 250\n\nHandle\nModifier: 5\nDurability: 10\n\nExtra\nDurability: 10\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "demonc_ember" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonic Ember", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2272, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "demonc_ember" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2272:10": { - "preRequisites:11": [ - 2270 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_sentient_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Harbinger Meatballs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2273, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:monumental_meatball_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2273:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furnace_secret_callstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Greatest Furnace Master", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2274, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:furnace_secret_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2274:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crownite_chunk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chargest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2275, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:crownite_chunk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2275:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:chaosstrikium_cluster" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaotic Darkness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2276, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:chaosstrikium_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2276:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cactium_sliver" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Master of Camouflage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2277, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cactium_sliver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2277:10": { - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:thrallium_fragment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Enthralled Warrior", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2278, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:thrallium_fragment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2278:10": { - "preRequisites:11": [ - 372 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Some people just refuse to quit. Despite the fall of its empire, its Warden keeps on fighting.\nI have to say, I almost respect his commitment, no matter how many times I defeat him, he keeps coming back, and he keeps fighting. This is one stubborn recursive dude.\nWell, at least there is something to be gained from this.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 61, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deknighting_stick" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warden Keeps Wardening", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2279, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:summons_of_the_shyre_warden" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:deknighting_stick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2279:10": { - "preRequisites:11": [ - 2296 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorld Thread is the base crafting item for Dimensional Doors, and it can be found in chests in the trippy warren worlds that can be accessed through doors found in many of the dimensions in the pack.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:world_thread" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Thread", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2280, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:world_thread" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2280:10": { - "preRequisites:11": [ - 2280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Iron Dimensional Door leads to a pocket dimension that can be used to store things.\n\nEach door will lead to a different pocket dimension.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:iron_dimensional_door" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Pocket Dimension", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2281, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:iron_dimensional_door" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2281:10": { - "preRequisites:11": [ - 2280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Gold Dimensional Door works like its iron counterpart, but the pocket resulting dimension will remain chunkloaded.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:gold_dimensional_door" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Loaded Pocket Dimension", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2282, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:gold_dimensional_door" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2282:10": { - "preRequisites:11": [ - 2280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you break a Dimensional Door inside a pocket dimension by mistake, you can use this to get out.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:oak_dimensional_door" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I\u0027m Stuck", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2283, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:oak_dimensional_door" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2283:10": { - "preRequisites:11": [ - 20055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Apothecary Mortar and Cauldron can be used to produce potions.\n\nVarious ingredients can be placed in the Apothecary Mortar and groud through right clicking with an empty hand to produce potion essences.\n\nTo make a potion, fill the cauldron with water, drop nether wart or other ingredients into it (JEI will tell you what for each different essence), drop the desired potion essence, and collect the resulting fluid using Condensed Potion Vials.\n\nNot all possible potions are shown in JEI, some are hidden but can be found through other methods.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:apothecary_mortar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apothecary Potions", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2284, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:apothecary_mortar" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:apothecary_cauldron" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:potion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2284:10": { - "preRequisites:11": [ - 2280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is one of the earliest means of in-game teleportation.\n\nRight clicking the Rift SIgnature on two different locations creates two rifts. The base version can get unstable, while the stabilized version will allow for safer use.\n\nPlacing Iron Dimensional Doors on these rifts will link them to each other.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_signature" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cool Teleportation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2285, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_signature" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:stabilized_rift_signature" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:iron_dimensional_door" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2285:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following options are tools that will let you store your own XP points for oter uses or safekeeping.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_solidified_experience" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Store Experience", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2286, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "paper", - "id:8": "minecraft:paper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2286:10": { - "preRequisites:11": [ - 2286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:scroll_of_knowledge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scroll of Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2287, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:scroll_of_knowledge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2287:10": { - "preRequisites:11": [ - 2286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:tome_experience", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tome of Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2288, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalfoundation:tome_experience", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2288:10": { - "preRequisites:11": [ - 2286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_experience_obelisk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Experience Obelisk", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2289, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_experience_obelisk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2289:10": { - "preRequisites:11": [ - 2280 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Quartz DImensional Door works like its iron conterpart, but it is player-bound. Two different players entering the same door will enter different places.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:quartz_dimensional_door" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Personal Pocket Dimension", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2290, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:quartz_dimensional_door" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2290:10": { - "preRequisites:11": [ - 1170 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oScrolls are one use items that grant temporary buffs to the player.\n\nAfter being crafted, they need to be enchanted by right clicking on a charged tombstone to function.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scrolls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2291, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2291:10": { - "preRequisites:11": [ - 1170 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTablets are one use items that perform a given action once.\n\nAfter crafting, tablets need to be enchanted by right clicking it on a charged tombstone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tablets", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2292, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tombstone:crafting_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2292:10": { - "preRequisites:11": [ - 2296 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEvery time a Dimensional Door disappears, it leaves a rift in its place.\n\nThese rifts will slowly grow, and eventually will become massive.\n\nThey are fairly harmless, but they can get laggy so it is good to remove them with the Rift Remover. If you hold one nearby a rift, it will highlight a location where the item can be used to remove a given rift.\n\nIf you want to keep one for decorative purposes, the Rift Stabilizer can be used. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_remover" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "What is this and how do I get rid of it #2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2293, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:rift_remover" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2293:10": { - "preRequisites:11": [ - 20064 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrystals corresponding to the various types of Wizardry can be obtained in a variety of ways. \nHere are all of them.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:grand_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elemental Crystals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2294, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2294:10": { - "preRequisites:11": [ - 20064 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRenmant spawners can be found in the Overworld, and they drop various types of spectral dusts.\n\nThese can be used as a resource to craft the various elemental crystals in imbuement altars, which are also found in the Overworld.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectral Dusts", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2295, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "ebwizardry:spectral_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2295:10": { - "preRequisites:11": [ - 20054, - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDimensional Doors is a mod about outlandish worlds and strange geometries, and it provides some convenience tools which will be explained here.\n\nTo get started, explore, and enter the doors that can be found scattered around many of the worlds you will explore!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimensional Doors", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2296, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2296:10": { - "preRequisites:11": [ - 2296 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you do not want to go out and explore, you can craft Unstable DImensional Doors.\n\nThis could take you to a variety of places. Some can be dangerous.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:unstable_dimensional_door" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "My Own Adventures", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2297, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dimdoors:unstable_dimensional_door" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2297:10": { - "preRequisites:11": [ - 2292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Set a location, and teleport there.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_recall", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recall", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2298, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_recall", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2298:10": { - "preRequisites:11": [ - 2292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTeleports you to your spawn point", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_home" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Home", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2299, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_home" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2299:10": { - "preRequisites:11": [ - 2292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_assistance" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Assistance", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2300, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_assistance" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2300:10": { - "preRequisites:11": [ - 2292 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSurprise!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_cupidity" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cupidity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2301, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:tablet_of_cupidity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2301:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oImmunity for a second every five seconds. Good for some boss fights if you are using XP a bit too much.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Unstable Intangibility", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2302, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2302:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNight vision, and reduced fog", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "True Sight", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2303, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2303:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFeather Falling", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Feather Falling", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2304, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2304:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFrost resistance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frost Resistance", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2305, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2305:10": { - "preRequisites:11": [ - 1170 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGraves, when placed down, will eventually charge with a soul.\n\nSouls are used for many mod mechanics, but they can also Enchant Grave keys.\n\nWhen you die and get your Grave Key, you can right click it on a charged Gravestone to enchant it, and it will let you teleport to your death point!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:decorative_grave_simple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Return after Death", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2306, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "decorativeGrave", - "id:8": "tombstone:decorative_grave_simple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2306:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oKeeps xp and buffs on death.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Preservation", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2307, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2307:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents effects of negative buffs, including warp.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purification (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2308, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2308:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFurther reach", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reach", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2309, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2309:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oReduced damage from lightning", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Resistance", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2310, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2310:10": { - "preRequisites:11": [ - 2291 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRespiration and fast swimming.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aquatic Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2311, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "tombstone:scroll_buff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2311:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show the various methods available to deal with enchanting.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchant Me!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2312, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2312:10": { - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Removing Enchants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2313, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2313:10": { - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creating Enchants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2314, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2314:10": { - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Duplicating Enchants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2315, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2315:10": { - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe good old vanilla enchanting table.\n\nTo boos the max level (up to 30), the various available options are here.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanting Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2316, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanting_table" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:decorativesolidwood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:pylon" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "botania:pylon" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:pylon" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:bookshelf" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2316:10": { - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCan do level 30 enchants without boosts.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:altar_of_corruption" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Altar of Corruption (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2317, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:altar_of_corruption" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2317:10": { - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEnchanting table that runs on liquid XP and energy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cyclic Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2318, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2318:10": { - "preRequisites:11": [ - 2315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBibliocraft allows to duplicate enchanted books! To use the Typesetting Table and Printing Press, make sure you a wearing a Monocle, otherwise you won\u0027t see XP costs!\n\nRight click the desired enchanted book in the Typesetting Table near left slot, and a Chase in the far slot. Shift right click the Typesetting Table with an empty hand to create an enchanted plate. This will consume XP based on the enchantment type and level.\n\nRight click the enchanted plate in the back slot of the Printing Press, together with a bunch of ink sacks. Right click normal vanilla Books on the near left slot, and they will be transformed into enchanted books of the desired type! A single enchanted press can make up to 3 enchanted books, as it has durability, but it can be repaired using various modded tools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:typesettingtable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bibliocraft Duplication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2319, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:typesettingtable" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:printingpress" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:bibliochase" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2319:10": { - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lenses to Change Beam Movement", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2320, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 23, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "4:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "5:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2320:10": { - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Change Functionality of Mana Spreader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2321, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "4:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "5:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - }, - "7:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - }, - "8:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "9:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "10:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - }, - "11:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - }, - "12:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2321:10": { - "preRequisites:11": [ - 2313 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_extractor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchantment Extractor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2322, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2322:10": { - "preRequisites:11": [ - 2313 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:book_of_disenchantment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Book of Disenchantment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2323, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tombstone:book_of_disenchantment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2323:10": { - "preRequisites:11": [ - 2313 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oXP cost is discounted by bookshelves like the Vanilla Enchanting Table.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:diss_enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Disenchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2324, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:diss_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2324:10": { - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Applying Enchants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2325, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2325:10": { - "preRequisites:11": [ - 2325 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oActs like an anvil without maximum enchantement level limits!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_aplicator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchantment Applicator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2326, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_aplicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2326:10": { - "preRequisites:11": [ - 2325 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:anvil" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Anvil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2327, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:anvil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2327:10": { - "preRequisites:11": [ - 2325 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Mana Enchanter lets you apply enchants on a tool without consuming the books.\n\nForm the structure as shown in the preview, and click the Lapis Block with a Wand of the Forest.\n\nPlace a fully unenchanted item on the Enchanter, and drop the desired enchanted books around it.\n\nTo power it, you can use sparks. The cost of each enchant grows exponentially with level, but it can accept enchants above the anvil limit.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2328, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:twigwand", - "tag:10": { - "color1:3": 0, - "color2:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:enchanter" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2328:10": { - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Utils Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2329, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2329:10": { - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLets you craft specific enchanted books", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "EnderIO Enchanter (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2330, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2330:10": { - "preRequisites:11": [ - 2328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is how you can combine enchantments over the vanilla anvil limit, up to level 15. It can combine normally-incompatible enchants, like fire protection and blast protection, as well.\n\nThe ritual requires the base Abyssalcraft setup, using the Abyssalnomicon, and can be performed in any dimension! It costs 50000 PE.\n\nPlace 8 enchanted books of any type (has to be eight) on the outer pedestals. Place a compatible enchantable item in the center.\n\nIf multiple enchants of the same type are present, they will be added together up to level 15.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mass Enchanting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2331, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ritual_mass_enchanting" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2331:10": { - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Decorative Mana Spreaders", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2332, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 21, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 20, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2332:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_chains" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom Chains", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2333, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_chains" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2333:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_consumption" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Consumption", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2334, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_consumption" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2334:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_augmented_holding" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Augmented Holding", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2335, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_augmented_holding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2335:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_divinity", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Divinity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2336, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_divinity", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2336:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_divination" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Divination", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2337, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_divination" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2337:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_air" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Air", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2338, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_air" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2338:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_fast_miner", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Less Notable Sigils", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2339, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_fast_miner", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_phantom_bridge", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_whirlwind", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_compression", - "tag:10": {} - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_ender_severance", - "tag:10": {} - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_holding" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_teleposition" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_transposition" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_lightning" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_sentience" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_water" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_lava" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_void" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_green_grove", - "tag:10": {} - }, - "14:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_blood_light", - "tag:10": {} - }, - "15:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_elemental_affinity", - "tag:10": {} - }, - "16:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_magnetism", - "tag:10": {} - }, - "17:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_suppression", - "tag:10": {} - }, - "18:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_haste", - "tag:10": {} - }, - "19:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_builder", - "tag:10": {} - }, - "20:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_storm" - }, - "21:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_leech", - "tag:10": {} - }, - "22:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_swimming", - "tag:10": {} - }, - "23:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodarsenal:sigil_ender", - "tag:10": {} - }, - "24:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_claw", - "tag:10": {} - }, - "25:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_bounce", - "tag:10": {} - }, - "26:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_frost", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2339:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_seer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Seer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2340, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sigil_seer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2340:10": { - "preRequisites:11": [ - 50054, - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_apple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Golden Apple", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2341, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:golden_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2341:10": { - "preRequisites:11": [ - 50054, - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:relic_apple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Relic Apple", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2342, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:relic_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2342:10": { - "preRequisites:11": [ - 50054, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_apple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Supremium Apple", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2343, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:supremium_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2343:10": { - "preRequisites:11": [ - 50054, - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:golden_apple" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanted Golden Apple", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2344, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:golden_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2344:10": { - "preRequisites:11": [ - 50054, - 202 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_life_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Charm of Life", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2345, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:charm_of_life_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2345:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe JEI Bee Drop page has two rows.\n\nDrops in the first row will be produced by the corresponding species with no special requirements.\n\nDrops in the second row are specialty drops, and will only drop if a bee\u0027s EXACT temperature and humidy and temperature requirements are respected.\n\nThis process can be made easier with Gendustry, see the quest for best genes for specialty drops for the no tolerance genes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Specialty Drops", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2346, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "beeComb", - "id:8": "extrabees:honey_comb" - }, - "1:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "dropHoney", - "id:8": "forestry:honey_drop" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2346:10": { - "preRequisites:11": [ - 20524 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Buildcraft Heat Exchanger is used to move fluids from various states, in order of temperature: Cool, Hot, Searing.\n\nTo heat up a fluid, it must be placed as a cold input in the Heat Exchanger multiblock (see preview for multiblock structure, inputs, outputs), using lava as a hot input.\n\nTo cool down a fluid, it must be placed as a hot input, with a fluid of a lower temperature as the cold input.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:heat_exchange" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heat Exchanger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2347, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:heat_exchange" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2347:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can right click these to discover spells without having to try them out.\n\nAfter using, it will discover the spell closest to it in your inventory.\n\nCan be automated with the Loonium, or using the Wizardry Combiner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:identification_scroll" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scroll of Identification", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2348, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:identification_scroll" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2348:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe impulse hopper only outputs items in specific batch sizes, but allows inputs of any size.\n\nIt can be used for some automation setups where you want to control item input or output rate.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_impulse_hopper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Impulse Hopper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2349, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_impulse_hopper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2349:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y \u003d 1 and Y \u003d 10", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sapphire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2350, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:sapphire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2350:10": { - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "clove", - "UID1:8": "clove" - } - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clove", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2351, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "clove", - "UID1:8": "clove" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2351:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "There are many branches of the magic arts, and each of them has its own set of rules and powers.\nAll the knowledge required to succeed (and complete this pack) is available here.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:causality_collapser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic is Real", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20054, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2352:10": { - "preRequisites:11": [ - 20054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Reliquary mod is focused on magic originating from dead creatures.\n\nIt provides useful resource generation, and a potion-making system.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reliquary", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2353:10": { - "preRequisites:11": [ - 20197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDefeating a crimson portal, which can be found in the overworld, will let you get this.\n\nIf you are progressing through thaumcraft without using the really scary vishroom, you will need this to unlock the eldritch section of the thaumonomicon.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thaumcraft:curio" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crimson Rites", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thaumcraft:curio" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2354:10": { - "preRequisites:11": [ - 20171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2355:10": { - "preRequisites:11": [ - 20178 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:celestial_manipulator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celestial Manipulator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:celestial_manipulator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2356:10": { - "preRequisites:11": [ - 20054, - 65 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProjecte is a resource generation mod focused around alchemy and the principle of equivalent exchange.\nAnything with Energy Matter Currency (EMC) can be transmuted into each other.\n\nIt provides powerful tools for convenience, resource generation, and player upgrades.\n\nThese quests will explain the mechanics of the mod and its addon ProjectEX.\n\n§fAlchemy is so cool!\nA lot of matter present in the universe, including light, has an \u0027Energy Matter Covalence\u0027 value, which is conserved, and that can be manipulated to convert items into other items, and to convert light into matter.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Equivalency", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20059, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_manual" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "thermalfoundation:storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2357:10": { - "preRequisites:11": [ - 20107 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a rare underground ore. They are always found near bedrock.\n\nHolding a resonating wand at night on the surface will illuminate the regions where crystals are located with white particles.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemrockcrystalsimple", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 400, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rock Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemrockcrystalsimple", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 400, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2358:10": { - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAbyssalcraft id a dangerous mod focust on the eldritch horrors from the Lovecraft mythos.\n\nThe mod provides some player upgrades, a powerful enchanting tool, and many bosses and exploration elements.\n\nThe mod\u0027s systems revolve around the Necronomicon book, and the Potential Energy (PE) magic system. Abyssalcraft also interacts with Warp from Thaumcraft, producing it at most interactions with the enemies and dimensions you will encounter in this progression (see more info in the Thaumcraft quests or in the Warp Basics JEI info box).\n\nThe mod does not have many automation tools, but custom multiblocks become available relatively early on to allow for automation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2359:10": { - "preRequisites:11": [ - 20203 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrop the lexica botania in an elven gateway to unlock pages.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elven Knowledge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "botania:manaresource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2360:10": { - "preRequisites:11": [ - 20055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Tome of Alkahestry allows you to duplicate certain items by using its own charge.\n\nJEI will provide info on what items can be used to charge this book, and what items can be duplicated with it.\n\nA crafter from RFTools in extC mode is a great way to automate this resource generation method.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1001, - "OreDict:8": "", - "id:8": "xreliquary:alkahestry_tome" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tome of Alkahestry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20063, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1001, - "OreDict:8": "", - "id:8": "xreliquary:alkahestry_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2361:10": { - "preRequisites:11": [ - 20054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oElectroblob\u0027s Wizardry is a spellcasting magic mod centered around wands and spell books.\n\nIt makes for powerful weapon options.\n\nThe pack adds a multiblock that will allow you to eventually automate the materials in this mod.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wizardry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:magic_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2362:10": { - "preRequisites:11": [ - 20064 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_handbook" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Wizard\u0027s Handbook", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:wizard_handbook" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2363:10": { - "preRequisites:11": [ - 20064 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§8§7§oThe arcane workbench can be found in wizard towers in the overworld. Careful, they may not be friendly!\n\nAll magic wands can be traded with friendly wizards!\n\nThis is the main block to add spells to your wand, to add mana, and to upgrade it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_workbench" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2364:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wizardry Combiner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20067, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2365:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:apprentice_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magic Wand", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:magic_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2366:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_necromancy_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of Shadows", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20069, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_necromancy_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2367:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_fire_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of Embers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_fire_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2368:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_ice_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of Frost", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_ice_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2369:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_earth_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of the Forest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_earth_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2370:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_lightning_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of Sparks", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20073, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_lightning_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2371:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_sorcery_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of Mystery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_sorcery_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2372:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_healing_wand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wand of Healing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:novice_healing_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2373:10": { - "preRequisites:11": [ - 749, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_lightning_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Lightning Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_lightning_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2374:10": { - "preRequisites:11": [ - 748, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_ice_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Ice Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20077, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_ice_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2375:10": { - "preRequisites:11": [ - 747, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_fire_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Fire Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_fire_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2376:10": { - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe progression for all wizardry wands will follow this sequence!\n\nYou start from a novice level level wand, and the more you use it the more experience it will gain. When you max out the wand, you will be able to upgrade it to apprentice level.\n\nTomes of Arcana can be found in chests in wizard towers, or can be traded with friendly wizards!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apprentice", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20079, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2377:10": { - "preRequisites:11": [ - 745, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_necromancy_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Necromancy Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_necromancy_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2378:10": { - "preRequisites:11": [ - 743, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_nature_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Earth Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_nature_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2379:10": { - "preRequisites:11": [ - 744, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_sorcery_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Sorcery Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_sorcery_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2380:10": { - "preRequisites:11": [ - 742, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_healing_sword" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Healing Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_healing_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2381:10": { - "preRequisites:11": [ - 20085 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can upgrade a maxed-out advanced wand to master with this tome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2382:10": { - "preRequisites:11": [ - 20079 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou can upgrade a maxed-out apprentice wand to advanced with this tome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2383:10": { - "preRequisites:11": [ - 20087 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_forge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hellfire Forge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_forge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2384:10": { - "preRequisites:11": [ - 20200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Rudimentary snares are used to inflict mobs with a debuff that allows them to drop fragments of their will.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_snare" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rudimentary Snare", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_snare" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2385:10": { - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:alchemy_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemy Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:alchemy_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2386:10": { - "preRequisites:11": [ - 20086 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Petty Tartaric Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2387:10": { - "preRequisites:11": [ - 20087 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:monster_soul" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonic Will", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:monster_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2388:10": { - "preRequisites:11": [ - 20086 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo draw a magic circle, right click the Ashes on a block, and right click the required reagents (as shown in JEI) to start a craft.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:arcane_ashes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Ashes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:arcane_ashes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2389:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "Unbreakable:1": 1, - "activated:1": 1, - "binding:10": { - "id:10": { - "L:4": -7261631786993357738, - "M:4": 8539887743092344556 - }, - "name:8": "Tom4455" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bound Blade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "Unbreakable:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2390:10": { - "preRequisites:11": [ - 20095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Weak Blood Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2391:10": { - "preRequisites:11": [ - 20096 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentient Coagulator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2392:10": { - "preRequisites:11": [ - 20092 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lesser Tartaric Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2393:10": { - "preRequisites:11": [ - 20093 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe blood altar is the main crafting mechanic in blood magic.\n\nThe altar has multiple tiers. You can use the inspectoris scandalum to see the template for each tier.\n\nYou will need to fill the altar with LP to craft the various mob items.\n\nYou can right click the sacrificial dagger to use your HP to fill the altar.\n\nYou can kill mobs with the dagger of sacrifice to use their HP to fill the altar.\n\nWhen you can afford making one, you should use the ritual of culling to automate LP!\n\nEven later on, digital mob agonizers will produce LP at a fast rate!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20099, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sanguine_book" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:dagger_of_sacrifice" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sacrificial_dagger", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2394:10": { - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oImperfect rituals are structures that consist of an imperfect ritual stone with a block on top.\n\nDepending on the block, they do different things when right clicked with an empty hand.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperfect Ritual Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20100, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2395:10": { - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are all the rituals that can be performed with a base ritual diviner and activation.\n\nThe notable ones are marked as (USEFUL).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:activation_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rituals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_diviner" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:activation_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_controller" - }, - "3:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2396:10": { - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are all the rituals that can be performed with an upgraded ritual diviner and activation.\n\nThe notable ones are marked as (USEFUL).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:activation_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greater Rituals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_diviner" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:activation_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2397:10": { - "preRequisites:11": [ - 20098 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Common Tartaric Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2398:10": { - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou get more quests for the price of one! \n\nThe blood orb is how you start an LP network. Right click the orb to bind it to your player.\n\nThe LP network is used to fuel all rituals.\n\nPlace a blood orb in the blood altar to add LP to your LP network.\n\nThe higher the blood orb tier, the higher the capacity of your LP network.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:weak" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 1 Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:weak" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:slate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2399:10": { - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blank Rune", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20105, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2400:10": { - "preRequisites:11": [ - 20103 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greater Tartaric Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20106, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2401:10": { - "preRequisites:11": [ - 20198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis can be crafted by placing a crafting table under one of the crystals located in the marble temples. Make sure the crystal has sky access!\n\nThis recipe may bug out, make sure you try both astral sorcery and chisel marble variants!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemwand", - "tag:10": { - "astralsorcery:10": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonating Wand", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20107, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemknowledgeshare", - "tag:10": { - "astralsorcery:10": {} - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemwand", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2402:10": { - "preRequisites:11": [ - 20198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe chaos dragon is beatable in chapter 2, and astral sorcery has some tools that can be used to do that.\n\nChaos protection is a great armor trait, and it can only be obtained with astral, and so is the way of imprisoning mobs...\n\n§fThere are a lot of weapons that deal a lot of damage, and chaos protection is indeed available...\nIf only there were powerful spells and enchantments to help me...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaos Shard??", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2403:10": { - "preRequisites:11": [ - 20107 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis table requires starlight to work. It needs sky access. The closer it is to midnight, the higher the starlight.\n\nThis table works best at high y level, the higher you are, the higher the starlight. There are special chunks where starlight is higher, the resonator will lets you find them at night.\n\nIf a recipe does not have enough starlight, it will not show up as craftable in the table.\n\nRight click the table with a resonating wand to start the recipe.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Luminous Crafting Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20109, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": {} - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2404:10": { - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpectral relays can be used to boost the starlight if placed around an altar. \n\nYou need to build a 3x3 structure with sooty marble in the middle, chiseled marble in the corners, marble arches in the edges. Place the relay on the sooty marble.\n\nIf multiple of these structures are too close together, they will actually lower the starlight level.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockattunementrelay" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectral Relay", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockattunementrelay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2405:10": { - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fosic Resonator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2406:10": { - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:shoggothflesh" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shoggoth Flesh", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:shoggothflesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2407:10": { - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Necronomicon is the \u0027magic wand\u0027 of Abyssalcraft that lets you perform rituals and activate mechanics.\n\nThere are 5 tiers of Necronomicon, corresponding to each dimension in the mod. Specific rituals require specific tiers, so you should upgrade as soon as you enter a new Abyssalcraft dimension.\n\nTo run a Necronomicon needs Potential Energy (PE). This can be obtained through: \n\nAbyssalcraft Statues: you can place these in-world, and they will passively charge a Necronomicon held by a player or placed on a Charging Pedestal nearby. Statues can be organized in Places of Power so that they do not produce bad effects from being placed in world. Check the multiblock previews for Statues to see Places of Power.\n\nSacrificial altar: kill mobs around the altar to charge a Necronomicon held by a player or placed on a Charging Pedestal nearby.\n\nNecronomibee: make Necronomicombs to craft fully charged Necronomicons. Use the Nomnomnomicon to recycle empty books.\n\nTo perform rituals, you need 9 cobblestone of a particular type depending on the tier required by the ritual. See the multiblock preview to see how they are placed. Right click the middle cobblestone with a Necronomicon to form the ritual structure. These can bug out, if they don\u0027t work, make sure the ritual is not on a chunk boundary, and relog.\n\nRitual Tiers:\nOverworld uses Vanilla Cobblestone\nAbyssal Wasteland uses Abyssal Cobblestone\nDreadlands uses Dreadstone Cobblestone\nOmothol uses Ethaxium Bricks\nDarklands uses Dark Ethaxium Bricks", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Necronomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2408:10": { - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "astralsorcery:blockmachine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grindstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "astralsorcery:blockmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2409:10": { - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemhandtelescope" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Looking Glass", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemhandtelescope" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2410:10": { - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe lightwell produces liquid starlight passively if it has sky access. This is very slow.\n\nItems can be placed in the lightwell to increase the production rate. JEI will show them!\n\nThe dark star crystal is the best for making starlight!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockwell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightwell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockwell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2411:10": { - "preRequisites:11": [ - 20115 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockmachine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Telescope", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2412:10": { - "preRequisites:11": [ - 20113 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrafted in the Abyssal Wasteland.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon_cor", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland Necronomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon_cor", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2413:10": { - "preRequisites:11": [ - 20111 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": { - "enhanced:1": 1, - "upgrades:9": { - "0:3": 0, - "1:3": 1, - "2:3": 2 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Domic Resonator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": { - "enhanced:1": 1, - "selected_upgrade:3": 2, - "upgrades:9": { - "0:3": 0, - "1:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2414:10": { - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis table is part of a multiblock.\n\nIf the bar in the table\u0027s GUI is red, it means the multiblock is incorrect.\n\nRight click the table with a sextant to see a preview of the multiblock.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starlight Crafting Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20120, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemsextant", - "tag:10": { - "astralsorcery:10": {} - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemsextant", - "tag:10": { - "astralsorcery:10": { - "advanced:1": 1 - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2415:10": { - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcelestialgateway" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celestial Gateway", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcelestialgateway" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2416:10": { - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe linking tool is used to connect lenses and collector crystals.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemlinkingtool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Linking Tool", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20122, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemlinkingtool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2417:10": { - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis altar is part of a multiblock structure.\n\nRight click with a sextant to see a multiblock preview!\n\nHolding a constellation paper in off-hand while looking at a fully built attunement structure will produce particle effects on specific blocks.\n\nPlace spectral relays to for the constellation shape on the spots indicated by the particles. New visuals will show up if the relays are placed properly, and if the constellation is in the sky.\n\nThe attunement altar can attune players (you stand in it) or crystals (put them on the altar).\n\nEach attuned crystal can produce an effect if used in a ritual altar.\n\nThe following quests give effects for each crystal.\n\nThe notable ones are marked as (USEFUL).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockattunementaltar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Attunement Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockattunementaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2418:10": { - "preRequisites:11": [ - 20118 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrafted in the Dreadlands.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon_dre", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands Necronomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon_dre", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2419:10": { - "preRequisites:11": [ - 20124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrafted in Omothol.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon_omt", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol Necronomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon_omt", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2420:10": { - "preRequisites:11": [ - 20125 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrafted in the Dark Realm.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalnomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20126, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2421:10": { - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGo to any Darklands biome at night, and kill Shadow Monsters, Shadow Creatures, or Shadow Beasts (best ones).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:shadowgem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shadow Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20127, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:shadowgem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2422:10": { - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Staffs are used to make Abyssalcraft Essences.\n\nRight click a Staff on Abyssalcraft Mobs on a given dimension to drain some of their HP and absorb energy.\n\nAfter energy reaches a treshold, an essence will be made.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Staff of Rending", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20128, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2423:10": { - "preRequisites:11": [ - 20128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland Staff of Rending", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20129, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2424:10": { - "preRequisites:11": [ - 20129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands Staff of Rending", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2425:10": { - "preRequisites:11": [ - 20130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol Staff of Rending", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2426:10": { - "preRequisites:11": [ - 20112 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sterilized Sacrificial Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2427:10": { - "preRequisites:11": [ - 20250 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:sacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Normal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:energypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:energycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:sacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:energyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:energycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2428:10": { - "preRequisites:11": [ - 20127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click while in the Overworld to open a portal to the Abyssal Wasteland.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatewaykey" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gateway Key", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20134, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatewaykey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2429:10": { - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corhelmetp" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plated Coralium Armour", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corhelmetp" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corplatep" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corlegsp" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:corbootsp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2430:10": { - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20136, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2431:10": { - "preRequisites:11": [ - 20136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_wasteland_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_wasteland_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2432:10": { - "preRequisites:11": [ - 20132 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "PE Sterilizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20138, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2433:10": { - "preRequisites:11": [ - 20133 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Overworld", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20139, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2434:10": { - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe powerstone trackers work like eyes of ender, and will lead you to the dreadlands powerstone.\n\nThe powerstone is quite hard to find, use the scanner to help yourself out!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:powerstonetracker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powerstone Tracker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20140, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "abyssalcraft:psdl", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:powerstonetracker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2435:10": { - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "abyssalcraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coralium Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20141, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "abyssalcraft:stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2436:10": { - "preRequisites:11": [ - 20141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:transmutator_on" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transmutator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:transmutator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2437:10": { - "preRequisites:11": [ - 20138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LP Harvester", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2438:10": { - "preRequisites:11": [ - 20139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20144, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2439:10": { - "preRequisites:11": [ - 20140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound through Powerstone Trackers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:psdl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands Infused Powerstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:psdl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2440:10": { - "preRequisites:11": [ - 20143 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Empowered Monolith", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2441:10": { - "preRequisites:11": [ - 20144 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2442:10": { - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained from the Ritual of the Sleeper!\n\nThe ritual must be performed in the Abyssal Wasteland, using an Abyssal Wasteland Necronomicon, following the base Abyssalcraft ritual shape. All the following ingredients are on the outside pedestals:\n\n4 Gold Ingots\n\n1 Transmutation Gem\n\n1 Bucket of Liquid Coralium\n\n1 Enchantment Table\n\nThe ritual costs 1000 PE.\n\nThe Necronomicon has more information.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:eoa" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eye of The Abyss", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:eoa" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2443:10": { - "preRequisites:11": [ - 20147 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2444:10": { - "preRequisites:11": [ - 20148, - 20145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click while in the Abyssal Wasteland to open a portal to the Dreadlands.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatewaykeydl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Asorah\u0027s Dreaded Gateway Key", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20150, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatewaykeydl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2445:10": { - "preRequisites:11": [ - 20150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dhelmet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreaded Abyssalnite Armour", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dhelmet" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dplate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dlegs" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2446:10": { - "preRequisites:11": [ - 20150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "abyssalcraft:essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2447:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gaia_tesseract" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Tesseract", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gaia_tesseract" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2448:10": { - "preRequisites:11": [ - 20202 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Petal Apothecary needs water to work. It can be piped in using the everful urn or a mechanical user with evertide amulet.\n\nThe ingredients shown in JEI recipes are dropped into the apthecary.\n\nSeeds are dropped into the Apothecary after adding all ingredients to complete the recipe.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Petal Apothecary", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20154, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2449:10": { - "preRequisites:11": [ - 20154 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe pire daisy converts the eight blocks that are placed around it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pure Daisy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2450:10": { - "preRequisites:11": [ - 20155 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe mana pool transforms items that are dropped in it consuming some mana.\n\nIt is also the main way to store mana, which can be transferred using sparks or mana spreaders.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:pool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Pool", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:pool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2451:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:hourglass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hovering Hourglass", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:hourglass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2452:10": { - "preRequisites:11": [ - 20157 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:teruterubozu" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Teru Teru Bozu", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:teruterubozu" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2453:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMana spreaders are used to transfer mana between mana sources or containers.\n\nThe wand of the forest is used to bind generating flora to a spreader. Make sure the wand is in bind mode. Shift + right click on flower first, then shift + right click the spreader.\n\nThe wand of the forest is used to bind the spreader to a mana pool. Shift + right click on spreader first, then shift + right click the pool.\n\nIf a mana spreader is directly adjacent to a mana pool, there is no need to bind them. The adjacent mana pool will be emptied by the spreader if it has another target.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:spreader" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Spreader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:spreader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2454:10": { - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lenses to increase Throughput", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20160, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - }, - "5:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extrabotany:lens", - "tag:10": {} - }, - "6:10": { - "Count:3": 1, - "Damage:2": 22, - "OreDict:8": "", - "id:8": "botania:lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2455:10": { - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHigher throughput.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:spreader" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elven Mana Spreader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:spreader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2456:10": { - "preRequisites:11": [ - 20161 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEven higher throughput.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "botania:spreader" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Mana Spreader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "botania:spreader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2457:10": { - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe rune altar can only accept mana from mana spreaders.\n\nDrop the required materials for a recipe on the altar.\n\nIf the recipe is successful, the spreader will start shooting mana, until the altar is full.\n\nOnce the altar is full, you have to drop a livingrock on it, and right click with a wand of the forest to complete the craft.\n\nRunes in rune altar recipes are not consumed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:runealtar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runic Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20163, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:runealtar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2458:10": { - "preRequisites:11": [ - 20163 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCreates potions and infusion sticks using mana from a spreader.\n\nJEI shows the various recipes made.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:brewery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botanical Brewery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:brewery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2459:10": { - "preRequisites:11": [ - 20163 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo assemble the terrestrial agglomeration plate, make a diagonal x of livingrock, with lapis in the edges, and place the plate on top of the middle livingrock!\n\nThe plate receives mana from a spark placed on it! Mana spreaders will work, but they will be really slow!\n\nMake terrasteel by dropping a manasteel ingot, a mana diamond, and a mana pearl on the plate.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terraplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terrestrial Aggomeration Plate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20165, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terraplate" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lapis_block" - }, - "2:10": { - "Count:3": 5, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:livingrock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2460:10": { - "preRequisites:11": [ - 20165 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oConstruct a 3x3 portal of livingwood (no corners), with the gateway core at the middle of the bottom, and the glimmering livingwood in the middle of the other three sides.\n\nPlace two mana pools with pylons on top within three blocks of the gateway core, at the same y level. There will be the mana buffer for the gateway. If the pools don\u0027t have enough mana, the portal will close!\n\nTo start the gateway, right click the core with the wand of the forest. You will need a lot of mana to open the portal.\n\nThrow items into the portal to craft. This will consume a small amount of mana.\n\nBe careful, throwing other items that do not have recipes will delete them!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:alfheimportal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elven Gateway", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20166, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:alfheimportal" - }, - "1:10": { - "Count:3": 3, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "botania:livingwood" - }, - "2:10": { - "Count:3": 2, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "botania:pylon" - }, - "3:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:livingwood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2461:10": { - "preRequisites:11": [ - 20166 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:pylon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Pylon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "botania:pylon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2462:10": { - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20168, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lapis_block" - }, - "1:10": { - "Count:3": 17, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:enchanter" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2463:10": { - "preRequisites:11": [ - 20171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:botanic_condenser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botanic Condenser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20170, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:botanic_condenser" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2464:10": { - "preRequisites:11": [ - 751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "botania:manaresource" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Spirit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20171, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "botania:manaresource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2465:10": { - "preRequisites:11": [ - 20104 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:apprentice" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 2 Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20172, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:apprentice" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:slate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2466:10": { - "preRequisites:11": [ - 20105 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRunes can be used to upgrade the performance of the altar!\n\nSee the tooltips on each for what they do!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Better Runes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "bloodmagic:blood_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2467:10": { - "preRequisites:11": [ - 20106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grand Tartaric Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2468:10": { - "preRequisites:11": [ - 20172 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:magician" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 3 Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:magician" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "bloodmagic:slate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2469:10": { - "preRequisites:11": [ - 20175 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:master" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 4 Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:master" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "bloodmagic:slate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2470:10": { - "preRequisites:11": [ - 20176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:archmage" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 5 Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:archmage" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "bloodmagic:slate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2471:10": { - "preRequisites:11": [ - 20177, - 882 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:transcendent" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tier 6 Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:transcendent" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2472:10": { - "preRequisites:11": [ - 20197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Really Scary Vishroom is really scary. It unlocks all Thaumcraft knowledge, at the cost of a lot of permanent warp!\n\nHaving access to at least the Dreading Warp Cleanser is a decent idea, having access to the Omothol Warp Cleanser is a very good idea.\n\nTo craft this item, though, you will still need to do a little bit of research by yourself. The following steps are the bare minimum required to unlock this item.\n1. Fundamentals: first steps \u003e discovering alchemy \u003e discovering infusion \u003e discovering auromancy\n2. Alchemy: basic alchemy \u003e alumentum \u003e alchemical metalurgy \u003e essentia smelting \u003e warded jars and labels \n3. Arcane Infusion: basic infusion \u003e infusion \u003e (optional) infusion stablizer", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magic_mushroom_dark" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Unlock ALL Research", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:magic_mushroom_dark" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2473:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis can be used to craft interesting, powerful, destructive, bizarre items!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:master_spell_focus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Master Spell Focus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20181, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:master_spell_focus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2474:10": { - "preRequisites:11": [ - 1747, - 20189 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oObtained by using a salis mundus on a crafting table, this is the workbench of thaumic arts.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:arcane_workbench" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20182, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2475:10": { - "preRequisites:11": [ - 20196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Salis Mundus is a strange powder used to activate many thaumic devices. Use on specific blocks to change them into magic tools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:salis_mundus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salis Mundus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20183, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:salis_mundus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2476:10": { - "preRequisites:11": [ - 20189 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPreserved curiosities let you unlock any research at random!\n\n§fThe inscription table is quite tedious to use, so having access to a lot of mother void walkers may be a good idea...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:curio" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Preserved Curiosity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20184, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:curio" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2477:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe thaumometer has three main uses.\nIt allows you to see the presence of the two main thaumic fields, vis (good) and flux (bad).\nIt can be used to scan items and blocks (both in world and from the inventory) to reveal the essentia they possess, and to gain knowledge about the thaumic arts.\nIt shows its user the presence of essentia in a given block or machine.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumometer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumometer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20185, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumometer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2478:10": { - "preRequisites:11": [ - 20185 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ability to see essentia is the main feature of these goggles, which should be worn at all times to ensure nothing bad happens.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:goggles" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Goggles of Revealing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20186, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2479:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Knowledge of the thaumic arts, as most other things, does not come for free.\nInteracting with specific beings, and exploring specific branches of knowledge, can cause a series of unwanted effects, called warp.\nThis meter will keep track of warp levels in the user. The higher the warp, the more bad stuff is going to happen.\nThat said, in some situations, having high warp may be beneficial, but that\u0027s up to you to decide.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_checker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sanity Checker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_checker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2480:10": { - "preRequisites:11": [ - 20218 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o§7§oThe flux condenser is a fast but unreliable way or removing flux.\n\nA set of lattices should be placed above the flux condenser. Lattices have a chance of clogging, if that happens you should break and replace them.\n\nThis block consumes herba to function, and it produces vitium. You should have essentia pipes to input and output the two.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:condenser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Condenser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:condenser" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:condenser_lattice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2481:10": { - "preRequisites:11": [ - 20197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo unlock pages in the thaumonomicon, you need to perform research.\n\nThere are eight types of research, and each type can be an obervation or a theory!\n\nObservation research is performed by scanning things using the thaumometer. In this pack there is an addon that lets you scan items directly in chests. Just mouse over them while holding the thaumometer!\n\nTheory research is performed in the reserach table, obtained by right clicking scribing tools on a wood table. To unlock research, place paper in the scribing table, and click pages until completing a theory. This task must be reepated till the desired research is obtained.\n\nIn addition to this, preserved curiosities let you unlock any research at random!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:scribing_tools" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumic Research", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:scribing_tools" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:table_wood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2482:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Golemancy is a strange branch of thaumaturgy. While being very cool on paper (just like rats), it often fails at delivering its promises.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:golem_bell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Golemancer\u0027s Bell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:golem_bell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2483:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:hungry_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hungry Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:hungry_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2484:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:caster_basic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spellcasting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:caster_basic" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:wand_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2485:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThaumcraft infusion is a crafting mechanic that uses altars to craft (see multiblock preview for infusion setup). Right click the matrix with salis mundus to form the structure.\n\nInfusion recipes require the right items to be placed in the altars, and essentia from nearby jars (or the infusion provider).\n\nTo start a recipe, after placing the correct items, right click the matrix with a casting gauntlet, the infusion will start with esselntia being automatically sucked out of the nearby sources.\n\nAll infusion recipes have a chance of going wrong and causing bad effects. If the runic matrix is stable (you can see stability while looking at it with goggles of revealing) those will not happen.\n\nTo stabilize thaumcraft infusions, you should place stabilizing blocks around the infusion matrix.\n\nAll stabilizing blocks should be placed following central symmetry with respect to the center pedestal!\n\nThe more variety of stabilizing blocks, the better! Different colors count as different blocks!\n\nIn addition, Stabilizers from Thaumcraft can be used to prevent some bad effects. Redstone Inlays should be used to connect the stabilizers to each pedestal. These should still follow central symmetry.\n\nThe following stabilizing blocks are listed in order of stability power (you should have at most 6 of each):\nCandelabra\nCandles\nMob heads", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:infusion_matrix" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runic Matrix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:infusion_matrix" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:caster_basic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2486:10": { - "preRequisites:11": [ - 20059 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_manual" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Book of the Alchemist", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_manual" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2487:10": { - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests will guide you through thaumcraft, a mod focused on thaumturgy and the energy that permeates every aspect of reality!\n\nNOTE: these quests are designed around using the really scary vishroom, which is the recommended way to progress through the mod. If you do not want to go this route, just follow the thaumonomicon!\n\nThe mod and its addons provide for powerful tools and player upgrades.\n\nThe magic energies in Thaumcraft consis of Vis, which exists in the world by itself, and will slowly replenish itself if used, Flux, a radiation-like mechanic that causes bad effects, Warp, a player-bound system that produces negative effects, and Essentia, consisting of custom resources that can be obtained from most of the items in the pack.\n\nThe quests here will walk you through Thaumcraft and its many addons, Thaumic Energistics, Thaumic Wonders, Thaumic Additions, Thaumic Augmentation, Thaumic Tinkerer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20196, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2488:10": { - "preRequisites:11": [ - 20183 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The thaumonomicon is the magical guide to thaumic arts, and it holds all of its knowledge.\nEach tab in the book refers to a different branch of the art.\nMost of the knowledge in the book is hidden, and research needs to be performed to unlock such knowledge.\nThe requirements for each page are listed whenever they become available for discovery.\nThis knowledge can also be obtained through the chemicals held in Really Scary Vishrooms. They are indeed really scary, though, so be careful!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumonomicon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumonomicon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20197, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumonomicon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2489:10": { - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAstral Sorcery is a mod focused on the power of stars and constellations.\n\nIt provides many powerful player upgrades, as well as rituals that allow for convenience and resource generation.\n\nStarlight is the magic energy that powers this mod; it exists naturally in locations with sky access, but it can be boosted using mod tools.\n\nThe mod has a couple of automatable base mechanics, but custom multiblocks will consist of the bulk of Astral Sorcery automation in the pack.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Astral Sorcery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemjournal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2490:10": { - "preRequisites:11": [ - 20198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemjournal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Astral Tome", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20199, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemjournal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2491:10": { - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBlood Magic is a mod based on sacrifices and demonic powers.\n\nIt provides many useful tools in the form of rituals and sigils. It interacts with Thaumcraft to provide a simple way to clear Flux.\n\nThe mod is quite friendly to automation, and a few custom multiblocks here will supply or upgrade some of its features.\n\nThe quests here will walk you through the mod and its addons Blood Arsenal and Animus.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Magic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20200, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "guideapi:bloodmagic-guide" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "guideapi:bloodarsenal-guide", - "tag:10": { - "G-API_Category:3": 0, - "G-API_Category_Page:3": 0, - "G-API_Entry_Page:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_snare" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2492:10": { - "preRequisites:11": [ - 20200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "guideapi:bloodmagic-guide" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sanguine Scientiem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20201, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "guideapi:bloodmagic-guide" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2493:10": { - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBotania is a magic (technology) mod focused on mana and flowers.\n\nIt has its own magic energy system called mana, and it provides lots of quality-of-life, materials, and boss fights. \n\nThese quests will walk you through the progression for this mod, and for its addon ExtraBotany.\n\nThe mod is almost fully automatable by itself, and the pack adds a custom multiblock to supply what\u0027s missing in the base mod.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botania", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20202, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:twigwand", - "tag:10": { - "color1:3": 0, - "color2:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2494:10": { - "preRequisites:11": [ - 20202 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lexica Botania", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:lexicon", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2495:10": { - "preRequisites:11": [ - 20205, - 20215 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Alchemical coal can be obtained using equivalence conversion with a Philosopher Stone, or by infusing glowstone using a collector.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemical Coal", - "questlogic:8": "OR", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2496:10": { - "preRequisites:11": [ - 20059 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe philosopher stone is used to convert objects with the same equivalence value by converting between them in a crafting table or by using it on blocks.\n\nPress V to increase the conversion range, sift + V to reduce it!\n\nIt can act as a portable crafting table, press C to use it!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_philosophers_stone", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Philosopher\u0027s Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_philosophers_stone", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2497:10": { - "preRequisites:11": [ - 20059 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEnergy condensers can be used to replicate items with EMC value using the equivalence provided by Relays and Collectors.\n\nMore info in §cbook of creation§7§o to see how to make fast EMC farms using condensers!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Condenser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2498:10": { - "preRequisites:11": [ - 20059 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEnergy collectors use light (glowstone is the best source) to generate equivalence, and to upgrade fuels.\n\nThe fuel upgrade sequence is: Charcoal, Redstone, Coal, Gunpowder, Glowstone, Alchemical Coal, Block of Redstone, Blaze Powder, Coal Block, Glowstone Block, Mobius Fuel, Alchemical Coal Block, Aeternalis Fuel, Mobius Fuel Block, Aeternalis Fuel Block", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Collector MK1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20207, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2499:10": { - "preRequisites:11": [ - 20206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Condenser MK2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20208, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2500:10": { - "preRequisites:11": [ - 20205 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe transmutation table lets learn and reproduce all items that have EMC values!\nPlace an item in the table, or burn it in the fire, to learn it!\nBurnt items add to your personal EMC network, shared between all tables.\nAll items that have been learned can be extracted if your network has enough EMC to sustain them!\nThe klein star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!\n\n§fThis table is quite full of alchemical powers!\nMany of the objects and materials existing in this universe have a certain amount of alchemical energy embedded in their nature.\nBy exploiting the nature of this energy, the transmutation table allows to convert and transform things, by the law of equivalent exchange.\nThe table can learn objects, and by using this \u0027energy-matter currency\u0027 (EMC) I can have a steady and near-endless supply of many useful things.\nGranted, I would need to set up some way to farm objects with high EMC.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:transmutation_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transmutation Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20209, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:stone_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2501:10": { - "preRequisites:11": [ - 20204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Morbius Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20210, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2502:10": { - "preRequisites:11": [ - 20210 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aeternalis Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20211, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "projecte:item.pe_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2503:10": { - "preRequisites:11": [ - 20211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2504:10": { - "preRequisites:11": [ - 20212 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20213, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2505:10": { - "preRequisites:11": [ - 20213 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:blue_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Blue Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20214, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:blue_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2506:10": { - "preRequisites:11": [ - 20207 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Energy relays are equivalency betteries that can be used to transfer EMC to condensers, or to recharge Klein Stars.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:relay_mk1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Anti-Matter Relay MK1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20215, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:relay_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2507:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEssentia storage cells can be used to store essentia with AE2.\n\nAlternatively, you can also use essentia storage buses on jars!\n\nThe essentia terminal will let you see what you have stored in your network!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_component_1k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20216, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_component_1k" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_storage" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2508:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo enter the emptiness, you need to use the fracture locator to find fractures. The nether roof is a good place to look for them. The locator will glow if you are nearby a fracture.\n\nTo open the fracture you need to use a fully charged thaumium or voidseer casting gauntlet augmented with the impetus conductor. To charge the augmented gauntlet, stand nearby a flux rift, and it will slowly consume it.\n\nOnce the gauntlet is charged, you can right click a fracture to open it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:fracture_locator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enter the Emptiness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20217, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:fracture_locator" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "augment:10": {}, - "energy:10": { - "energy:4": 300 - } - } - }, - "OreDict:8": "", - "id:8": "thaumicaugmentation:augment_caster_rift_energy_storage", - "tag:10": { - "cap:10": { - "augment:10": {}, - "energy:10": { - "energy:4": 300 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": { - "slots:3": 3 - } - }, - "OreDict:8": "", - "id:8": "thaumicaugmentation:gauntlet", - "tag:10": { - "cap:10": { - "slots:3": 3 - }, - "color:3": 8022208 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "ForgeCaps:10": { - "Parent:10": { - "slots:3": 3 - } - }, - "OreDict:8": "", - "id:8": "thaumicaugmentation:gauntlet", - "tag:10": { - "cap:10": { - "slots:3": 3 - }, - "color:3": 2498903 - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2509:10": { - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFlux in one of the core thaumcraft mechanics. \n\nFlux is similar to radiation, where each chunk has a certain flux level. If flux is too high, bad things will happen.\n\nThe thaumometer lets you see the flux levels in a given chunk (the dark purple bar). You can sneak to see the numerical value.\n\nFlux is created when a few things in thaumcraft are done:\n1. A crucible has excess essentia\n2. An essentia smeltery is processing items (mithrillium tier and above don\u0027t make flux)\n3. You fail an infusion craft\n\nThe ritual of eldritch will from blood magic will eliminate some flux and turn it into will.\n\nEventually, you will unlock ways of clearing flux efficiently.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux is Dangerous!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2510:10": { - "preRequisites:11": [ - 20218 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe void siphon is used to obtain void seeds from a flux rift. You can also use causality collapsers but they are not as reliable.\n\nTo make a flux rift, you need high levels of flux in a chunk. The best way of doing this is to go far far away from your base, and to drop a lot of compressed cobblestone into a crucible.\n\nPlace the siphon near the rift, and it will slowly suck it and drop void seeds nearby. You can collect those with a vacuum chest of some sort.\n\nIf you want to use the collapser, just click it on a rift, and it will explode with a chance of dropping void seeds.\n\nAfter making an initial batch, the void seedling can be used to safely automate void seeds.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Seed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20219, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_seed" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:void_siphon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2511:10": { - "preRequisites:11": [ - 20191 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Despite the relative lack of concrete uses in golemancy (given other, better options), seals have use in higher arts (you\u0027ll see when you get there.)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blank Seal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20220, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2512:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe infernal furnace is a 3x3x3 multiblock. See the JEI preview for the structure.\n\nRight click the structure with salis mundus to form the furnace.\n\nDrop items from the top to smelt them. Meats have a chance of producing meat nuggets!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:infernal_furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infernal Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20221, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - }, - "1:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_brick" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_bars" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lava_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infernal_furnace" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2513:10": { - "preRequisites:11": [ - 20193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:focus_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blank Lesser Focus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20222, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:focus_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2514:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:matrix_speed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infusion Stones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:matrix_speed" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:matrix_cost" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2515:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe essentia infusion provider works like an extension of your essentia storage that lets you interact directly with thaumcraft machines.\n\nIf the provider is nearby your infusion setup, it will automatically collect essentia from your network.\n\nThe same applies to emptying essentia transfusers. This can be used for fully-automated setups for machines like the crucible/thaumatorium.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:infusion_provider" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Automated Essentia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20224, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:infusion_provider" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2516:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo stabilize thaumcraft infusions, you should place stabilizing blocks around the infusion matrix.\n\nAll stabilizing blocks should be placed following central symmetry with respect to the center pedestal!\n\nThe more variety of stabilizing blocks, the better! Different colors count as different blocks!\n\nIn addition, Stabilizers from Thaumcraft can be used to prevent some bad effects. Redstone Inlays should be used to connect the stabilizers to each pedestal. These should still follow central symmetry.\n\nThe following stabilizing blocks are listed in order of stability power (you should have at most 6 of each):\nCandelabra,\nCandles,\nMob heads", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:candle_white" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Passive Stabilizers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20226, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:candle_white" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:candelabra_gold" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2517:10": { - "preRequisites:11": [ - 20218 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace down to slowly remove flux in that chunk. There are no drawbacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:puriflower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Puriflower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20227, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:puriflower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2518:10": { - "preRequisites:11": [ - 20219 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAfter making an initial batch, the void seedling can be used to safely automate void seeds.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:void_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Farming", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20228, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:void_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2519:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEssentia can be moved in and out of your AE2 network with these buses (or with the infusion provider).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_terminal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Networking", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20229, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_import" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_export" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2520:10": { - "preRequisites:11": [ - 20217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo enter the dungeon you need to use a fully charged thaumium or voidseer casting gauntlet augmented with the impetus conductor on the gateway block.\n\nDefeat the final boss!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:research_notes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tattered Scrolls", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20231, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:research_notes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2521:10": { - "preRequisites:11": [ - 20228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumicaugmentation:rift_seed", - "tag:10": { - "flux:3": 100 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Seed", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20232, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumicaugmentation:rift_seed", - "tag:10": { - "flux:3": 100 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2522:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:bellows" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Bellows", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20233, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:bellows" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2523:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:lamp_fertility" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lamp of Fertility", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20234, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:lamp_fertility" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2524:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:lamp_growth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lamp of Growth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20235, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:lamp_growth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2525:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a multiblock version of the infusion setup, to be used for automation!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoinfuser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Autoinfuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20237, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoinfuser" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2526:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStabilizers can be used to prevent some bad effects if infusions go unstable.\n\nRedstone Inlays should be used to connect the stabilizers to each pedestal. Redstone inlays behave like redstone, with a maximum range of 15 blocks.\n\nThese should still follow central symmetry.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:stabilizer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stabilizers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20238, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:stabilizer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:inlay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2527:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thaumicaugmentation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Impetus Jewel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20239, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thaumicaugmentation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2528:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is a multiblock version of the arcane workbench, to be used for automation!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoworkbench" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Autoworkbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20240, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoworkbench" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2529:10": { - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_crystallizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Crystallizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20241, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_crystallizer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2530:10": { - "preRequisites:11": [ - 20239 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:impetus_drainer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Impetus Energy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20242, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:impetus_drainer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:impetus_relay" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:10": {} - }, - "OreDict:8": "", - "id:8": "thaumicaugmentation:impetus_linker" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:impetus_matrix" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumicaugmentation:rift_seed", - "tag:10": { - "flux:3": 1000, - "grown:1": 1 - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2531:10": { - "preRequisites:11": [ - 20242 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:arcane_terraformer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Terraformer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20243, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:arcane_terraformer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2532:10": { - "preRequisites:11": [ - 20218, - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe crucible is a crafting mechanic that uses essentia. Essentia is a magical fluid obtained in a variety of way in thaumcraft.\n\nTo function properly, a crucible needs to be on top of fire, or on top of nitor, and it needs to be full of water. If a crucible is working properly, the water in the crucible will make bubbles.\n\nItems dropped in the crucible will be decomposed into their essentia. Holding shift over an item after having scanned it with the thaumometer will show what essentia they have. Alternatively, all essentia for each item will be shown in JEI.\n\nIf you are wearing the goggles of revealing, you will see the essentia in the crucible.\n\nIf an appropriate combination of essentia is present, items dropped in the crucible will be transformed. JEI lists the available transformations.\n\nEssentia will slowly disappear from the crucible after it is added, and it will turn into flux. Drop quartz slivers in the crucible to collect any leftover essentia, and to avoid flux from building up!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crucible" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20244, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:nitor_yellow" - }, - "1:10": { - "Count:3": 64, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thaumcraft:nugget" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crucible" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2533:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:bath_salts" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purifying Bath Salts", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20245, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:bath_salts" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2534:10": { - "preRequisites:11": [ - 20328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "patchouli:guide_book", - "tag:10": { - "patchouli:book:8": "bewitchment:book_of_shadows" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Book of Shadows", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20246, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "patchouli:guide_book", - "tag:10": { - "patchouli:book:8": "bewitchment:book_of_shadows" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2535:10": { - "preRequisites:11": [ - 20347 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:phasing_chalk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phasing Chalk", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20247, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:phasing_chalk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2536:10": { - "preRequisites:11": [ - 20340 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:baphomet_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baphomet Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20248, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:baphomet_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2537:10": { - "preRequisites:11": [ - 20340 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:herne_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Herne Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20249, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:herne_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2538:10": { - "preRequisites:11": [ - 20112 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "PE Manipulators", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20250, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2539:10": { - "preRequisites:11": [ - 20122 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLenses can be used to prolongue the range of collector crystals, or to boost rituals (see corresponding quest).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blocklens", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20251, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blocklens", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2540:10": { - "preRequisites:11": [ - 20092 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sentient_sword", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentient Sword", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20252, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:sentient_sword", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2541:10": { - "preRequisites:11": [ - 20397 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oVoid Reinforced: 500", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_eldritch" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Foritified Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20253, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_eldritch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2542:10": { - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Terra is a really weird planet, and for more that one reason.\nDue to its size, it should definitely be a gas giant, yet, for some reason, it is solid, and it\u0027s atmosphere is mostly made out of light gases, making it breathable.\nAlthough it has a moon, Luna, orbiting it at a fairly large distance, Terra is also surrounded by a moltitude of island-like asteroids.\nThese asteroids, due to their proximity, lie within the planet\u0027s atmosphere, and act as sky islands where gravity is pretty much mantained.\nIn addition to this, many regions of the planet\u0027s interior are hollow, in the form of very large caves situated at about the same distance from the core.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terra", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20254, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"You can use this book, or the searchable JEI item called \\u0027Dimension IDs\\u0027 to obtain a list of all the IDs associated with each dimension.\\n\\nIf your world save gets too large (saves \\u003e yourworldname), you can reset a given dimension by removing the DIMx folder corresponding to the ID you want to reset.\\nExample: Nether is DIM-1\\n \"}", - "1:8": "{\"text\":\"Terra (overworld): 0\\nVoid World: 43\\nWoot Dimension (tartarus): 418\\nNether: -1\\nEnd: 1\\nFurnace World (Telos): 623\\nTwilight Forest: 7\\nAether: 4\\nErebus: 66\\nBetweenlands: 20\\nIceika: 425\\nArcana: 426\\n \"}", - "2:8": "{\"text\":\"Abyssal wasteland: 50\\nDreadlands: 51\\nOmothol: 52\\nDark realm: 53\\nDimensional Doors: 684 (and consecutive numbers)\\nEmptiness: 14676\\nDeep Dark: -11325\\nTaerrapiatta: 180\\nDiamerisma: 181\\nFuratto: 182\\nVibe: 183\\nApichisi: 184\"}", - "3:8": "{\"text\":\"Finem: 185\\nLuna: 145\\nOsiris: 148\\nPtah: 149\\nHator: 150\\nEuropa: 151\\nOi: 152\\nFalacer:160\\nOrcus: 161\\nHaumea: 146\\nSedna: 147\\nEden: 420\\nPrecasia: 818\"}", - "4:8": "{\"text\":\"Barathos: 802\\nLelyetia: 815\\nCreeponia: 805\\nDeeplands: 807\\nAbyss: 800\\nRhenia: 163\\nMyrmex: 164\\nWildwood: 421\\nCandyland: 803\\nGardencia: 809\\nCeleve: 804\\nCrystevia: 806\\n\"}", - "5:8": "{\"text\":\"Haven: 811\\nIromine: 813\\nMysterium: 817\\nVox Ponds: 821\\nPixonia: 165\\nSpatial Storage: -26\\nApalachia: 422\\nLindenwyrm: 162 \\nL\\u0027Borean: 814\\nRunandor: 819\\nLunalus: 816\\nProxima Belt: 166\\nSkythern: 423\\n\"}", - "6:8": "{\"text\":\"Ancient Cavern: 801\\nImmortallis: 812\\nGreckon: 810\\nDustopia: 808\\nVethea: 427\\nZoi: 171\\nNero: 170\\nAkathartos: 172\\nPauram: 173\\nMortum: 424\\nShyrelands: 820\\nAlkemia: 174\\n\"}", - "7:8": "{\"text\":\"Earth (Lost Cities): 111\\nGallifrey: 624\\nRFTools Dimensions: 900 (and consecutive numbers)\\n \"}" - }, - "resolved:1": 1, - "title:8": "Dimension Debugging" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 0, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Overworld", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2543:10": { - "preRequisites:11": [ - 20254 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLight up a rectangle of obsidian, after reading the alien material manual.\n\n§fThe first layer of caves located underneath Terra\u0027s surface is called the Nether by its inhabitants.\nIt is full of liquid magma, yet the strange properties of its rocks and vegetation, which mostly feeds on sulfus and other inorganic compounds, make these caves breathable, and not particularly hot.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:netherrack" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether World", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20255, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": -1, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Nether", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2544:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFind a portal using eyes of ender, and right click them on the frame\n\n§fThe End islands are located on the outer ring of the asteroids orbiting Terra. They are mostly barren, yet, thanks to the presence of atmosphere, they allow for life to exist.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:end_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "End Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20256, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 1, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The End", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2545:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Furatto Wormhole", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20257, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 182, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Furatto Wormhole", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2546:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamerisma Wormhole", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20258, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 181, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Diamerisma Wormhole", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2547:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Taerrapiatta Wormhole", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20259, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 180, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Taerrapiatta Wormhole", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2548:10": { - "preRequisites:11": [ - 20287 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibe Wormhole", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20260, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 183, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Vibe Wormhole", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2549:10": { - "preRequisites:11": [ - 20294 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:resonating_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apichisi Wormhole", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20261, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 184, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Apichisi Wormhole", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2550:10": { - "preRequisites:11": [ - 20287 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click a warper item", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:ender_dolomite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Finem Wormhole", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20262, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 185, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Finem Wormhole", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2551:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a deep dark portal", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:decorativebedrock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Deep Dark", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20263, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": -11325, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The Deep Dark", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2552:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a skyroot bucket on a glowstone portal\n\n§fThe aether islands are located at the bottom of Terra\u0027s asteroid range.\nThere is enough atmosphere to allow for plenty of vegetation.\nThe strong influence of astral magic has led to interesting formations, that are made out of gases in their solid state.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "aether_legacy:aercloud" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aether Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20264, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 4, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Aether Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2553:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrop a fluix lens into a 2x2 pool of water surrounded by flowers\n\n§fThis strange planet dominated by the influence of thaumic magic is tidally locked, meaning that, in each region of the planet, the time of day is conserved.\nThe regions that are fully diurnal are too hot to allow for the presence of life, while the fully nocturnal regions are a barren, frozen wasteland.\nIn the regions in between though, called the Twilight Forest, life is abundant, and for some reason, those that master thaumic powers have decided to keep it as one of their strongholds.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:aurora_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Forest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20265, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 7, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Twilight Forest", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2554:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBuild a frame of stone bricks and fill inside with vanilla leaves, right click a gaean keystone placed 7 blocks away using a staff of gaea (prepare two of these setups)\n\n§fThe erebus caves are a weird, really weird, place.\nWhile gravity has a defined direction, there is no sign that the soil either above or below these large caves will ever end.\nIt almost feels like they are not located on a planet. Rather, these caves feel like they are truly flat.\nThe powers of witchery definitely play a role in this, but it seems like this place is not even located on a planet.\nThe insects living in this world seem to be originated by some higher power, since they are not directly able to travel through higher dimensions by themselves.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:umberstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Erebus Caves", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20266, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 66, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Erebus Caves", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2555:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a voidseer caster gauntlet upgraded with an impetus conductor and charged with rifts on a fracture (find using a fracture locator). The nether roof is a good place to go look!\n\n§fNot sure on what the origin for such an occurrence could be, but in the past a great amount of thaumic energy has been unleashed, opening permanent rifts connecting Terra with a strange realm dominated by taint.\nLikely, this realm had been created (or taken over) by a might thaumaturgist trying to dominate taint. Needless to say, they failed, and now this land is purely dominated by corruption.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumicaugmentation:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Emptiness", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20267, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 14676, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The Emptiness", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2556:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCraft the Dark Druid Altar and Swamp Talisman! They cannnot be found in world! \n\nThe dimension is very laggy, so its progression can be done in the overworld using the Spatial Diviners. Each quest in the betweenlands chain will show what diviner to use for each step!\n\n§fThe betweenlands, not unlike the Erebus caves, do not appear to exist within the three dimensions of space senses can feel.\nBecause of \u0027slices\u0027 that can be sometimes seen. It is evident that this place is located on terra, but it exists in higher dimensions, making it impossible to perceive for a three-dimensional being, unless the portal to this cursed swamp is used.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:swamp_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Betweenlands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20268, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 20, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The Betweenlands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2557:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a gateway key.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:fusedabyssalsand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20269, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 50, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Abyssal Wasteland", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2558:10": { - "preRequisites:11": [ - 20269 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse asorah dreaded gateway key.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadgrass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20270, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 51, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Dreadlands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2559:10": { - "preRequisites:11": [ - 20270 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse Cha\u0027garoth r\u0027lyehian gateway key.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "abyssalcraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20271, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 52, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Omothol", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2560:10": { - "preRequisites:11": [ - 20254 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDie in a dimensional door, or use the call to limbo!\n\nWhile for many creatures it is impossible to perceive, nor travel through, higher dimensions, it is possible to explore them thanks to doors left all over the surface of Terra.\nThe key behind these \u0027rifts\u0027 appears to be blood magic. Apparently, if enough life essence is sacrificed, higher dimensions can be \u0027connected to each other\u0027.\nSome of the great secrets of blood arts are hidden in higher-dimensional fortresses that can only be reached through these doors.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "dimdoors:fabric" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimensional Doors", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20272, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 684, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Dimensional Doors", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2561:10": { - "preRequisites:11": [ - 20271 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oJump into the omothol void...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark Realm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20273, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 53, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Dark Realm", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2562:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "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.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arcanite_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dungeon of Arcana", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20274, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 426, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Dungeon of Arcana", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2563:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse a snow globe from divinerpg on a frame made out of snow blocks\n\n§fThe frozen planet of Iceika is a testament to what the powers of wizardry can achieve in their most extreme version.\nIt seems hard to believe, but the state of this land was caused by a single individual, having unleashed enough power to cause effects comparable to the fall of a large meteor.\nA single spell was able to fully change its climate, turning it into a desolate, icy, land.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:frozen_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iceika Hills", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20275, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 425, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Iceika Hills", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2564:10": { - "preRequisites:11": [ - 20255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLaunch a rocket from the overworld", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:moonturf" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Luna", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20276, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 145, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Luna", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2565:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:mycelium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haumea", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20277, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 146, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Haumea", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2566:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:hotturf" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Osiris", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20278, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 148, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Osiris", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2567:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:hotturf" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ptah", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20279, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 149, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Ptah", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2568:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:sand" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20280, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 150, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Hator", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2569:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Europa", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20281, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 151, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Europa", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2570:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:dry_earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Oi", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20282, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 152, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Oi", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2571:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Falacer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20283, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 160, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Falacer", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2572:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orcus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20284, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 161, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Orcus", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2573:10": { - "preRequisites:11": [ - 20276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "advancedrocketry:crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sedna", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20285, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 147, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Sedna", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2574:10": { - "preRequisites:11": [ - 20301 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "randomthings:coloredgrass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Myrmex", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20286, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 164, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Myrmex", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2575:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use a twilight clock on a frame of divine rock", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eden Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20287, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 420, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Eden Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2576:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baron_ground" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Barathos Desert", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20288, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 802, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Barathos Desert", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2577:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:precasia_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Precasia Forest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20289, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 818, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Precasia Forest", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2578:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:creeponia_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creeponia Hills", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20290, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 805, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Creeponia Hills", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2579:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lelyetia_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lelyetia Plane", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20291, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 815, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Lelyetia Plane", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2580:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:abyss_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Abyss", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20292, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 800, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The Abyss", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2581:10": { - "preRequisites:11": [ - 20285 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:deeplands_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Deeplands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20293, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 807, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The Deeplands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2582:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use a twilight clock on a frame of eden block", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wildwood Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20294, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 421, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Wildwood Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2583:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gardencia_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gardencia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20295, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 809, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Gardencia", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2584:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:pink_cotton_candy" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Candyland", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20296, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 803, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Candyland", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2585:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystevia_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystevia Chasms", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20297, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 806, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Crystevia Chasms", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2586:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:celeve_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celeve", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20298, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 804, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Celeve", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2587:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:iromine_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iromine Woods", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20299, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 813, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Iromine Woods", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2588:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:haven_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Haven Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20300, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 811, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Haven Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2589:10": { - "preRequisites:11": [ - 20287, - 20292, - 20293, - 20290, - 20291, - 20288, - 20289 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rhenia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20301, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 163, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Rhenia", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2590:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:toxic_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vox Ponds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20302, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 821, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Vox Ponds", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2591:10": { - "preRequisites:11": [ - 20286 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mysterium_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mysterium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20303, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 817, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Mysterium", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2592:10": { - "preRequisites:11": [ - 20302, - 20303, - 20299, - 20300, - 20298, - 20297, - 20295, - 20296, - 20294 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pixonia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20304, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 165, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Pixonia", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2593:10": { - "preRequisites:11": [ - 20304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use a twilight clock on a frame of wildwood block", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apalachia Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20305, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 422, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Apalachia Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2594:10": { - "preRequisites:11": [ - 20304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runic_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runador Fortress", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20306, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 819, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Runador Fortress", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2595:10": { - "preRequisites:11": [ - 20304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:borean_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "L\u0027Borean", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20307, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 814, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "L\u0027Borean", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2596:10": { - "preRequisites:11": [ - 20304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lunasole_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunalus Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20308, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 816, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Lunalus Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2597:10": { - "preRequisites:11": [ - 20304 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:spatial_pylon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spatial Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20309, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": -26, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Spatial Storage", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2598:10": { - "preRequisites:11": [ - 20305, - 20307, - 20306, - 20308 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:unidentified_body" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Proxima Belt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20310, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 166, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Proxima Belt", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2599:10": { - "preRequisites:11": [ - 20310 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use a twilight clock on a frame of apalachia block", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skythern Islands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20311, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 423, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Skythern Islands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2600:10": { - "preRequisites:11": [ - 20310 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:archaic_squares" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immortallis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20312, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 812, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Immortallis", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2601:10": { - "preRequisites:11": [ - 20310 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_rock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ancient Cavern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20313, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 801, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Ancient Cavern", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2602:10": { - "preRequisites:11": [ - 20310 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:greckon_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greckon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20314, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 810, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Greckon", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2603:10": { - "preRequisites:11": [ - 20311, - 20313, - 20312, - 20314, - 20316 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use the nightmare bed", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:dream_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vethea Nightmare", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20315, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 427, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Vethea Nightmare", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2604:10": { - "preRequisites:11": [ - 20310 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:dustopia_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dustopia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20316, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 808, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Dustopia", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2605:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20317, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "biomesoplenty:earth" - }, - "TrophyName:8": "Welcome to Chapter 1", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2606:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20318, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - }, - "TrophyName:8": "Welcome to Chapter 2", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2607:10": { - "preRequisites:11": [ - 20315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_darkness" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Akathartos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20319, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 172, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Akathartos", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2608:10": { - "preRequisites:11": [ - 20315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_fear" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pauram", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20320, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 173, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Pauram", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2609:10": { - "preRequisites:11": [ - 20315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_solitude" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zoi", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20321, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 171, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Zoi", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2610:10": { - "preRequisites:11": [ - 20315 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursion_helplessness" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nero", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20322, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 170, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Nero", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2611:10": { - "preRequisites:11": [ - 20325, - 20326 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTravel using a warp core with the right artifact on a space station", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:white_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alkemia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20323, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 174, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Alkemia", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2612:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20324, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wormhole_catalyst" - }, - "TrophyName:8": "Welcome to Chapter 3", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2613:10": { - "preRequisites:11": [ - 20319, - 20320, - 20321, - 20322 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Use a twilight clock on a frame of skythern block", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mortum Hills", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20325, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 424, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "Mortum Hills", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2614:10": { - "preRequisites:11": [ - 20319, - 20320, - 20321, - 20322 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyrelands_grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Shyrelands", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20326, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "biome:8": "", - "dimension:3": 820, - "hideInfo:1": 1, - "index:3": 0, - "invert:1": 0, - "name:8": "The Shyrelands", - "posX:3": 0, - "posY:3": 0, - "posZ:3": 0, - "range:3": -1, - "structure:8": "", - "taskID:8": "bq_standard:location", - "taxiCabDist:1": 0, - "visible:1": 0 - } - } - }, - "2615:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20327, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:realmstone" - }, - "TrophyName:8": "Welcome to Chapter 4", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:twilight_clock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2616:10": { - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBewitchment is a mod focused on natural magic and demons.\n\nIt provides some player tools.\n\nThe mod has a basic support of automation, but it is not the best, so custom multiblocks will eventually replace many of its base machines.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bewitchment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20328, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "patchouli:guide_book", - "tag:10": { - "patchouli:book:8": "bewitchment:book_of_shadows" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2617:10": { - "preRequisites:11": [ - 20328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:grimoire_magia", - "tag:10": { - "amount:3": 0, - "maxAmount:3": 1000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grimoire Magia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20329, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:grimoire_magia", - "tag:10": { - "amount:3": 0, - "maxAmount:3": 1000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2618:10": { - "preRequisites:11": [ - 20328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:manastone_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manastone Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20330, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:manastone_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2619:10": { - "preRequisites:11": [ - 20328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should farm these plants! They will be used quite a lot in bewitchment!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:mandrake_root" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witches Ingredients", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20331, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:aconitum" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:belladonna" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:garlic" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:hellebore" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:mandrake_root" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:white_sage" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:wormwood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2620:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe witches oven uses ME to craft! Place it near the witches altar!\n\nJEI will tell you the recipes done by the witches oven!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_oven" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witches Oven", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20332, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_oven" - }, - "1:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:empty_jar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2621:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe spinning wheel uses ME to craft! Place it near the witches altar!\n\nJEI will tell you the recipes done by the spinning wheel!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:spinning_wheel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spinning Wheel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20333, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:spinning_wheel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2622:10": { - "preRequisites:11": [ - 20333 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:poppet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Poppet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20334, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:poppet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2623:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace on top of fire, lava, or a magma block, and near a witches altar.\n\nTo start every recipe in the cauldron, place a water bucket inside. If the water stays in the cauldron too long, it will evaporate!\n\nJEI will show the required ingredients for recipes and brews! \n\nTo craft using the cauldron, drop in the required items after the water starts boiling! If a recipe was done correctly, the output will pop out automatically! Make sure you drop each ingredient quickly, otherwise the recipe won\u0027t complete.\n\nTo make brews, drop a mandrake root, and drop a combination of the desired brew items (JEI will show). You can add gunpowder at the end to make it splashable! Right click the cauldron with empty bottles to collect the potions! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_cauldron" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witches Cauldron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20335, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_cauldron" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2624:10": { - "preRequisites:11": [ - 20328 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe witches altar is how you generate magical energy (ME) in bewitchment!\n\nThe structure for the altar is a 3x2 table, and it can be made by any type of altar. Right click the structure with a vanilla carpet to form the altar!\n\nThe altar generates energy passively. Right clicking the altar with an empty hand will tell you the available energy, as well as the maximum energy for the altar. Most mechanics in bewitchment use ME to run!\n\nThe amount of diverse nature (crops, trees, flowers) will set the maximum ME. The more different plants you have, the higher the maximum energy in the altar!\n\nYou can place statues around the altar, or particular artifacts on the altar to add multipliers to ME rate and amount. These will show up when searching \u0027witches altar\u0027 in JEI.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:stone_witches_altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20336, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 0, - "OreDict:8": "bewitchmentAltar", - "id:8": "bewitchment:stone_witches_altar" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "minecraft:carpet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2625:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe distillery uses ME to craft! Place it near the witches altar!\n\nJEI will tell you the recipes done by the distillery!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:distillery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distillery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20337, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:distillery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2626:10": { - "preRequisites:11": [ - 20337 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDragon\u0027s blood trees can be found in the overworld in a special villager house, or they can be traded with alchemist villagers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dragons_blood_resin" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragon\u0027s Blood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20338, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:dragons_blood_resin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2627:10": { - "preRequisites:11": [ - 20338 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:sigil_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sigil Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20340, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:sigil_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2628:10": { - "preRequisites:11": [ - 20340 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lilith Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20341, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2629:10": { - "preRequisites:11": [ - 20340 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:moloch_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moloch Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20342, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:moloch_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2630:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace the crystal ball near a witch\u0027s altar.\n\nRight clicking it will consume 500 ME from the altar, and give you buffs!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:crystal_ball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystal Ball", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20343, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:crystal_ball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2631:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oChalk is used to draw rituals to produce special effects, summon mobs, or obtain items.\n\nRituals require an active altar nearby to function.\n\nRight click the ground with chalk to draw runes.\n\nIf a ritual requires items, right click them on the center rune!\n\nThere are three tiers of rituals, corresponding to the three colors of chalk! \n\nThe middle chalk is always yellow! Right click it to start the ritual!\n\nThe following quests list all rituals and what they do! JEI will list how to draw them!\n\nThe notable ones are marked as (USEFUL).\n\n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ritual_chalk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rituals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20344, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:ritual_chalk" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:focal_chalk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2632:10": { - "preRequisites:11": [ - 20336 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe codex infernalis unlocks the demonic rituals!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "patchouli:guide_book", - "tag:10": { - "patchouli:book:8": "bewitchment:codex_infernalis" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Codex Infernalis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20345, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "patchouli:guide_book", - "tag:10": { - "patchouli:book:8": "bewitchment:codex_infernalis" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2633:10": { - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:fiery_chalk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery Chalk", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20347, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:fiery_chalk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2634:10": { - "preRequisites:11": [ - 20349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oClick the bottled frostfire on a block to start a cold fire! This will not go out.\n\nDrop iron into the cold fire to make cold iron!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cold Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20348, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:cold_iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2635:10": { - "preRequisites:11": [ - 20337 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBottled fires are used as reagents and mechanics for rituals and recipes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottled_hellfire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bottled Fire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20349, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottled_frostfire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:bottled_hellfire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2636:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20350, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:arc_residue" - }, - "TrophyName:8": "Welcome to Chapter 5", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2637:10": { - "preRequisites:11": [ - 20209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "By investing a in more alchemicallly-infused materials, I can make the transmutation portable, and even use it as a work table on the go. Very useful!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_transmutation_tablet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transmutation Tablet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20351, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:arcane_tablet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2638:10": { - "preRequisites:11": [ - 20214 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bright_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bright Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20352, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:bright_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2639:10": { - "preRequisites:11": [ - 20354 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace above a ritual altar (4 blocks between altar and linker) to move the effects of a ritual elsewhere.\n\nPlace another anchor where you want your ritual to be active, and link the two anchors with a linking tool.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockrituallink" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual Anchor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20353, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockrituallink" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2640:10": { - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is part of a multiblock.\n\nRight click the ritual altar with a sextant to see a preview of the multiblock.\n\nPlace an attuned celestial crystal on the formed altar to produce a special effect. Some are very powerful!\n\nThe quests for each attunement will list the ritual effects!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ritual Pedestal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20354, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2641:10": { - "preRequisites:11": [ - 20122 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollector crystals are used in a variety of applications.\n\nThey can be linked to an altar to boost starlight levels.\n\nThey can be linked to a ritual using the same attunement to boost the effect of the altar.\n\nBy building a structure around the crystal (see preview) it can be used to increase its boosting effect further.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcelestialcollectorcrystal", - "tag:10": { - "astralsorcery:10": { - "collectorType:3": 1, - "constellationName:8": "astralsorcery.constellation.discidia", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Floating Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20355, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockcelestialcollectorcrystal", - "tag:10": { - "astralsorcery:10": { - "collectorType:3": 1, - "constellationName:8": "astralsorcery.constellation.discidia", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2642:10": { - "preRequisites:11": [ - 20357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockprism", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prism Lens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20356, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockprism", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2643:10": { - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis table requires a different multiblock structure! ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Celestial Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20357, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2644:10": { - "preRequisites:11": [ - 20357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis block is part of a multiblock.\n\nRight click with a sextant to see a multiblock preview.\n\nRight click the infuser with a resonating wand to activate the recipe.\n\nThe infuser will only work if all 12 of the spaces in the multiblock are filled with liquid starlight.\n\nEvery time the infuser crafts, liquid starlight has a chance of disappearing. \n\nThe containment chalice will provide liquid starlight instead of consuming it from the multiblock. You can pipe it in from the bottom using any fluid pipe!\n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockstarlightinfuser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starlight Infuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20358, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockchalice" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockstarlightinfuser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2645:10": { - "preRequisites:11": [ - 20152 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreadlands_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadlands Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20359, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreadlands_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2646:10": { - "preRequisites:11": [ - 20358 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockmapdrawingtable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stellar Refraction Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20360, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockmapdrawingtable" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:iteminfusedglass", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2647:10": { - "preRequisites:11": [ - 20360 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockobservatory" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Observatory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20361, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockobservatory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2648:10": { - "preRequisites:11": [ - 20360 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:illuminated_enchanter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Illuminated Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20362, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:illuminated_enchanter" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2649:10": { - "preRequisites:11": [ - 20357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iridescent Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20363, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2650:10": { - "preRequisites:11": [ - 20363 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockbore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Evershifting Fountain", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20364, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockbore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2651:10": { - "preRequisites:11": [ - 20363 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "astralsorcery:blockborehead" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fysallidic Prime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20365, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "astralsorcery:blockborehead" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2652:10": { - "preRequisites:11": [ - 20363 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:auto_astral_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automated Starlight Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20366, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:auto_astral_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2653:10": { - "preRequisites:11": [ - 20363 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockborehead" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neromantic Prime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20367, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockborehead" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2654:10": { - "preRequisites:11": [ - 20150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadaltarbottom" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Altar of Cha\u0027garoth", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20368, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadaltartop" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:dreadaltarbottom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2655:10": { - "preRequisites:11": [ - 20150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:crystallizer_on" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20369, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:crystallizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2656:10": { - "preRequisites:11": [ - 20369 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "abyssalcraft:crystalcluster" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clusters", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20370, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "abyssalcraft:crystalcluster" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "abyssalcraft:crystalcluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2657:10": { - "preRequisites:11": [ - 20368 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click while in the Dreadlands to open a portal to Omothol.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatewaykeyjzh" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cha\u0027Garoth\u0027s R\u0027lyehian Gateway Key", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20371, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatewaykeyjzh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2658:10": { - "preRequisites:11": [ - 20371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20372, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "abyssalcraft:essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2659:10": { - "preRequisites:11": [ - 20372 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:omothol_matter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20373, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:omothol_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2660:10": { - "preRequisites:11": [ - 20371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound at coordinates 0,0 in Omothol.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatekeeperessence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essence of The Gatekeeper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20374, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:gatekeeperessence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2661:10": { - "preRequisites:11": [ - 20371 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:materializer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Materializer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20375, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:materializer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2662:10": { - "preRequisites:11": [ - 20374 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:staff", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Staff of The Gatekeeper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20376, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:staff", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2663:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_soap" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sanitizing Soap", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20377, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_soap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2664:10": { - "preRequisites:11": [ - 20244 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe everfull urn automatically refills crucibles nearby.\n\nThis also works with bewitchment crucibles.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:everfull_urn" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto-Refill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20379, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:everfull_urn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2665:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "liquid_death" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Liquid Death", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20382, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "liquid_death" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2666:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:spa" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Spa", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20383, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:spa" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2667:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_wasteland_warp_cleanser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssal Wasteland Warp Cleanser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20384, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:abyssal_wasteland_warp_cleanser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2668:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreading_warp_cleanser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreading Warp Cleanser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20385, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dreading_warp_cleanser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2669:10": { - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:omothol_warp_cleanser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omothol Warp Cleanser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20386, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:omothol_warp_cleanser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2670:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSmelteries are used to make essentia out of items. To see what essentia a given item will produce, you can check the JEI tab for essentia, or press shift while hovering over an item in JEI.\n\nA smeltery works like a furnace, where it needs fuel, which can be automatically inputted from the bottom, to function.\n\nTo function properly, a smeltery needs at least one alembic placed on top. If an alembic is not present, all that is smelted will be tuned into flux.\n\nWhen an item with essentia is smelted, it will be turned into an essentia slurry, shown as a purple bar on the left of the smeltery interface. If an alembic is present, the slurry will be transferred as essentia to the alembic.\n\nEssentia can be collected from the alembic using phials, or you can place a filling essentia transfuser to automatically push essentia to nearby jars.\n\nAll operations done by the smeltery will produce a bit of flux, so be careful! Mithrillium tier and above will not make any flux!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:smelter_basic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20387, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:smelter_basic" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:alembic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2671:10": { - "preRequisites:11": [ - 20387 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:smelter_thaumium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumium Essentia Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20388, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:smelter_thaumium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2672:10": { - "preRequisites:11": [ - 20388 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:smelter_void" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Metal Essentia Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20389, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:smelter_void" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2673:10": { - "preRequisites:11": [ - 20389 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDoes not produce any flux", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithrillium_smelter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithrillium Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20390, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithrillium_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2674:10": { - "preRequisites:11": [ - 20390 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDoes not produce any flux, and has a 120% yield", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_smelter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adaminite Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20391, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:adaminite_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2675:10": { - "preRequisites:11": [ - 20391 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDoes not produce any flux, and has a 150% yield", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_smelter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithminite Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20392, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:mithminite_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2676:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWhile for most situations essentia transfusers are better, for some of the multiblock automations you may want to use essentia pipes.\n\nEssentia tubes only transport one essentia at a time, but multiple essentias can be in the same line.\n\nThe valve can be used to switch lines on and off.\n\nThe restricted tube can be used to make an output lower priority.\n\nThe directional tube only works one-way.\n\nThe filter can be used to allow passage of only one essentia. Right click with a phial of the desired type to set its whitelist.\n\nThe buffer can be used for intermediate storage of up to 8 essentias. This way multiple types can run through the same line.\n\n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Piping", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20393, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube_valve" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube_restrict" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube_oneway" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube_filter" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:tube_buffer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2677:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oJars are used to store essentia similarly to how tanks are used to store fluids.\n\nTo fill a jar, you can use phials, or you can directly click them on essentia containers.\n\nRight clicking a jar with a label will whitelist the essentia it\u0027s currently storing so that no other essentia can enter, even after the jar has been emptied. This can be used for essentia storage systems.\n\nThere are multiple tiers of jars, each with a different capacity:\n\nWarded: 250", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:jar_normal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Warded Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20394, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:jar_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2678:10": { - "preRequisites:11": [ - 20394 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oVoid: 250 + void excess (makes flux)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:jar_void" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20395, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:jar_void" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2679:10": { - "preRequisites:11": [ - 20395 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBrass: 275", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_brass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brass Warded Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20396, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_brass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2680:10": { - "preRequisites:11": [ - 20396 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThaumium: 350", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_thaumium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumium Reinforced Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20397, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_thaumium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2681:10": { - "preRequisites:11": [ - 20253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMithrillium: 1000", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_mithrillium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithrillium Reinforced Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20398, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_mithrillium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2682:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEssentia transfusers are the best way to move essentia around!\n\nPlace them on essentia machines, and they automatically move essentia to/from jars nearby.\n\nFilling \u003d from machines to jars\n\nEmptying \u003d from jars to machines\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:essentia_input" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tubeless Essentia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20399, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:essentia_input" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:essentia_output" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2683:10": { - "preRequisites:11": [ - 20222 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:focus_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blank Advanced Focus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20400, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:focus_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2684:10": { - "preRequisites:11": [ - 20400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:focus_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blank Greater Focus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20401, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:focus_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2685:10": { - "preRequisites:11": [ - 20193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:autocaster_placer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Autocaster", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20402, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicaugmentation:autocaster_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2686:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thaumcraft:turret" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Bore", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20403, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thaumcraft:turret" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2687:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:entity_summoner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entity Summoner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20404, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:entity_summoner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2688:10": { - "preRequisites:11": [ - 1755 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumictinkerer:transvector_interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transvector Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20405, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumictinkerer:transvector_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2689:10": { - "preRequisites:11": [ - 20398 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAdaminite: 2000 (cannot store vitium)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_adaminite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adaminite Foritified Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20406, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_adaminite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2690:10": { - "preRequisites:11": [ - 20406 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMithminite: 4000", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_mithminite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithminite Jar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20407, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:jar_mithminite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2691:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:aspect_combiner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Combiner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20409, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:aspect_combiner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2692:10": { - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:mirror_essentia" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Mirror", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20410, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:mirror_essentia" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2693:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 6", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20411, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:muon_crystal" - }, - "TrophyName:8": "Welcome to Chapter 6", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2694:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 7", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20412, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:arksiane_lump" - }, - "TrophyName:8": "Welcome to Chapter 7", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2695:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 8", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20413, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 5, - "id:8": "avaritia:resource" - }, - "TrophyName:8": "Welcome to Chapter 8", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2696:10": { - "preRequisites:11": [], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Welcome to Chapter 9", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20414, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 255, - "TrophyColorGreen:3": 255, - "TrophyColorRed:3": 255, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:star_core" - }, - "TrophyName:8": "Welcome to Chapter 9", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "gold" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2697:10": { - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHere you can find explanations and tutorials on all of the ways of making infinite resources!\n\n§fIt is clear that, in order to achieve my goals, I need to CREATE!\nLuckily, there are a lot of ways of generating matter using science, magic, and a combination of both.\nI will keep track of the various methods to generate matter \u0027ex nihilo\u0027 in this chapter.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "I need more! A lot More!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20415, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2698:10": { - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYes, automatich!\n\n§fThe mechanized coop automatically produces chicken drops from their spawn eggs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automatich Chickens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20416, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2699:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests will guide you through bee breeding.\n\nBees can get complex, but they are also quite powerful.\n\nIf you are getting started with bees, make sure to follow these quests!\n\n§fbees are cool\nbees are cool!\nbees are cool!!!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apian Genetics", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20417, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:shears" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2700:10": { - "preRequisites:11": [ - 20415, - 65 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§o§7§oHere are the best EMC farms for the modpack!\n\n§fAlchemy is a great science, and it allows for the replication and conversion of objects that possess EMC.\nThis is the easiest way of making matter, but unfortunately, not everything has EMC...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemical Brothers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20418, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2701:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDo you want to make lots and lots of nether starts, come this way!\n\n§fAlkahestry is a weird art, some may call it a pallid imitation of EMC alchemy, yet, it has its advantages.\nThe Tome of Arcana is pretty good too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A good read", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20419, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2702:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show the available options for mob farming, as well as woot and deep mob learning!\n\nMob farms can be extremely powerful in this pack if used effectively, be sure to start early!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spawning Szn", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20420, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2703:10": { - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests list all methods available for plant and tree farming!\n\nSee the green revolution section for methods to make your plants faster and better!\n\n§fPlants and trees are extremely useful, so I will need lots of ways to ensure a steady supply of vegetarian goodies.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "r/notjusttrees", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20421, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_axe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2704:10": { - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests will list methods to speed up plant growth, and how to level up your seeds with agricraft!\n\nSee the r/notjusttrees quest for info on farming automation!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Green Revolution", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20422, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_hoe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2705:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests list methods used to automate mining resources!\n\n§fSo many minerals...\nIf only there was a way to prevent mining trips every few hours...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "We go diggin\u0027", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20423, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_pickaxe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2706:10": { - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests show how to deal with and farm chickens!\n\n§fGenetically modified chickens, because why the f..k not...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eggscellent", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20424, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2707:10": { - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNesting pens can be used to automate chickens in a straightforward matter! And there is a chance for a few special drops!\n\nThe net can be used to put chickens in the nesting pens.\n\n§fA nesting pen can increase the eggification of chickens. Not the best, but it\u0027ll do for a bit.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:pen" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nesting Pen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20425, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:pen" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "hatchery:animalnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2708:10": { - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A henhouse provided with hay can collect chicken drops in a radius around it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:henhouse" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Henhouse", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20426, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:henhouse" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2709:10": { - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:roost" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Roost", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20427, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:roost" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2710:10": { - "preRequisites:11": [ - 20427 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:breeder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chicken Breeder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20428, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "roost:breeder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2711:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Cursed earth, coming from withers, in absence of light, creates monsters at incredibly fast rates.\nA grinder kills monsters making essence as a byproduct, and its range can be upgraded using addons, depending on the size of the cursed earth parch.\nThis is a technique earth scientist developed after global warming almost wiped out humanity.\nEssence is essentially undifferentiated stem cellular matter, produced from decaying corpses.\nStem cells can be made into anything... Well, almost anything...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_relocator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Your First Mob Farm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20429, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_relocator" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2712:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Want a synthetic source of flavorless food?\nThen this may be what you need...\nOh and there\u0027s pink slime!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_slaughter_factory" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mob Slaughter Factory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20430, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_slaughter_factory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2713:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_spawner_changer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spawner Changer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20431, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_spawner_changer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2714:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Boys! The plan is simple!\nUse a lot of energy...make lots of mobs!\"", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_powered_spawner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powered Spawner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20432, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_powered_spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2715:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Thaumic magic can be used to replicate monsters?!\nNo essence needed?!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:entity_summoner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entity Summoner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20433, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:entity_summoner" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumadditions:dna_sample" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2716:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Creatures can be duplicated with this machine consuming essence, given the programmation provided by an Imprisonment Tool.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_duplicator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mob Duplicator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20434, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_duplicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2717:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:spawner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spawner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20435, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2718:10": { - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For some reason, draconic powers can be used to massively replicate a select set of powerful monsters...\nThis will come in handy later...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_spawner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stabilized Mob Spawner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20436, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconic_spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2719:10": { - "preRequisites:11": [ - 20429 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_solidified_experience" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solidified Experience", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20437, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_solidified_experience" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2720:10": { - "preRequisites:11": [ - 20433 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Just gonna leave this here!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:gold_farm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "For the sake of your world, you should do this!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20438, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:gold_farm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:lasso", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2721:10": { - "preRequisites:11": [ - 20434 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWoot lets you build mob farms without spawning mobs. Note, they can get large!\n\nThere are 4 tiers of woot farms! Each tier will drop shards of the tier after (tier 1 farm drops tier 1 and 2 shards)!\n\nTo start, craft a factory heart and an intern! The intern lets you select a tier, and it will tell you the materials you need to build the woot farm! Clicking the heart with the intern will build the mobfarm!\n\nAfter the structure is complete, you will have to add some blocks manually. To check is those are correct, right click the factory heart with a ya hammer.\n\nPlace the following blocks under the farm, in this exact order from top to bottom, directly under the heart, with a gap of at most 10 blocks: power cell, factory importer, factory exporter.\n\nTo farm a specific mob with woot, you need a bound ender shard. Hit a mob with it, and kill it after to bind your shard (it will start glowing).\n\nUse the bound shard to craft a controller, and place it on top of the block behind the factory heart!\n\n§fCreating creatures and monsters is cool and all, but making them digitally is better (for chunks and fps).\nAlso, it seems like these factories can produce things that normally seem to only come from my sword!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:factory" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Woot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20439, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:factory" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:builder", - "tag:10": { - "tier:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:endershard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2722:10": { - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWoot upgrades are placed on the upgrade casings.\n\nFor multiple levels of the same upgrade, you should stack them in order, with the lower tier at the bottom, and the higher at the top.\n\n§fDigital factories can be upgraded, weeeeeee!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "woot:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Woot Upgrades", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20440, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "woot:upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "woot:upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "woot:upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "woot:upgrade" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:upgradeb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2723:10": { - "preRequisites:11": [ - 20434 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Some stygian iron...and essence is now easy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:concentrated_essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dense Solidified Experience", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20441, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:concentrated_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2724:10": { - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo farm mob drops with Deep Mob Learning (Evolution), you need a simulation chamber, a loot fabricator, and a steady supply of polymer clay (which has EMC), as well as a data model.\n\nTo function, a simulation chamber needs a data model that has been configured to a mob.\n\nTo configure a model, you need to place one for the mob you want to farm into the deep learner. Then you want to slay a certain number that mob to activate the model, while holding the learner into your hotbar.\n\nThe more mobs you slay, the higher the tier of the model. The higher the tier, the better.\n\nPlacing a model in the simulation chamber will produce pristine matter, which is consumed in loot fabricators to farm specific mob drops.\n\n§fA simulation chamber that has been programmed with a data model consumes polymer clay to produce mob matter.\nThe loot fabricator uses pristine matter to produce mob drops.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:simulation_chamber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Deep Mob learning", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20442, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:deep_learner", - "tag:10": { - "inventory:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - }, - "1:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - }, - "2:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - }, - "3:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:simulation_chamber" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:polymer_clay" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:extraction_chamber" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearning:data_model_blank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2725:10": { - "preRequisites:11": [ - 20442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe digital mob agonizer is a very effective way to produce essence for a blood altar.\n\nPlace one next to a blood altar, and use the altar linker to bind it.\n\nThe digital mob agonizer needs a data model, and a steady supply of matter, and it will automatically add life essence to the altar.\n\nMultiple agonizers can be connected to the same altar!\n\n§fSmaller digital factories, more life essence!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearningbm:digital_agonizer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Digital Mob Agonizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20443, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearningbm:altar_linker" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "deepmoblearningbm:digital_agonizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2726:10": { - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Digital factories, digital monsters, real life essence!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "woot:upgradeb" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Woot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20444, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "woot:upgradeb" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "woot:upgradeb" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "woot:upgradeb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2727:10": { - "preRequisites:11": [ - 20442 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Thanks to the power of entropy manipulation, I can build one-block mobfarms with extremely high rates!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:ultimate_farm" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ULTIMATE Mob Farm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20445, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:ultimate_farm" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinymobfarm:lasso", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2728:10": { - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A digital factory is the best way to make certain things, powerful things...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:dragon_heart" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "No more Dragons", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20446, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:dragon_heart" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2729:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The power of the Aevitas constellation makes plant growth really fast, may need to look into it...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.aevitas", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aevitas (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20452, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.aevitas", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2730:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Moon Harvest blood ritual can be used to infuse life essence into plants, and crops too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_diviner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Harvest Moon (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20453, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:ritual_diviner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2731:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The lamp of growth is a fairly inexpensive way of speeding up the growth of plants.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:lamp_growth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lamp of Growth (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20454, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:lamp_growth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2732:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Sprinklers can increase a plant\u0027s growth speed by acting as automatic watering cans, when provided with water.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:sprinkler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Agricraft Sprinkers (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20455, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:water_tank" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:water_channel_valve" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:grate" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:water_channel_normal" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:sprinkler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2733:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The powers of inferium can also allow for the speeding up of plant growth, nice!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:growth_accelerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Growth Accelerator (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20456, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:growth_accelerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2734:10": { - "preRequisites:11": [ - 20460 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Things get W I D E R!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prudentium Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20457, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2735:10": { - "preRequisites:11": [ - 20457 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Things get W I D E R!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Intermedium Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20458, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2736:10": { - "preRequisites:11": [ - 20458 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Things get W I D E R!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Superium Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20459, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2737:10": { - "preRequisites:11": [ - 20461 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "No refills needed!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferium Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20460, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2738:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Get water, put on plants, plants go *growing sound*", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 0, - "Water:3": 4000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20461, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 0, - "Water:3": 4000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2739:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Entropy manipulation is a powerful thing, and it works on plants too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_torch_lvl1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Torcherino (The Best)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20463, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tce:tce_torch_lvl1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2740:10": { - "preRequisites:11": [ - 20459 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can things get any better? Yes they can!\nIf you know how to get CREATIVE...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Supremium Watering Can", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20464, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2741:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrop sticks can be used to duplicate or improve crops.\n\nOnly plants placed on crop sticks can be improved. Crops have three stats: growth, gain and strength. All stats have a level ranging from 1 to 10.\n\nAll planted crops start at level 1/1/1, and become much better when levelled to 10/10/10. \n\nIf you right click crop sticks with crop sticks, you make crossing crop sticks.\n\nIf crossing crop sticks are placed next to planted crop sticks, the plant will spread, sharing its stats.\n\nIf two or more planted crops are placed around double crop sticks, the resulting plant may come out with better stats.\n\nThe seed analyzer can be used to look at a given plant\u0027s stats. \n\nIf you want to challenge yourself with some boolean logic, integrated dynamics can be used to automate the process of making 10/10/10 seeds.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:crop_sticks" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Best Plants", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20465, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:journal" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "agricraft:crop_sticks" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:seed_analyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2742:10": { - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oStone and nether essences can be used to create ores with Mythic properties.\n\nOne mineral makes one ore...\n\nOne ore makes multiple minerals, especially if you use an industrial grinder!\n\nThis process can be looped for exponential yield (granted that you have enough essence).\n\nWorks with Rupee, Arlemite, Realmite, Rosite, Limonite, Netherite, Bloodgem, Emberstone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:stone_essence" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ore Duplication", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20466, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:stone_essence" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:nether_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2743:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:fertile_lilypad" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lilypad of Fertility (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20467, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:fertile_lilypad" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2744:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_greenhouse_glass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greenhouse Glass (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20468, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_greenhouse_glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2745:10": { - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:sprinkler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sprinkler (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20469, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:sprinkler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2746:10": { - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The glacial precipitator uses water to produce various ice-related items.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glacial Precipitator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20470, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2747:10": { - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA builder, programmed with a quarry card, is very good at ruining landscapes!\n\nIn this configuartion, this machine will automatically excavate large regions, collecting all blocks it escavates.\n\nPlace an inventory on top of the builder to collect drops.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:builder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Builder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20471, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "rftools:shape_card" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:builder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2748:10": { - "preRequisites:11": [ - 20471 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUsing a quantum quarry is optional, but it may be good depending on your situation!\n\nThe quantum quarry produces ground drops from a hypothetical dimension, thus limiting the environmental impact of quarrying.\nSpecific biomes can be configured in the multiblock to target particular minerals or ground materials.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:quarry" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quantum Quarry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20472, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:quarry" - }, - "1:10": { - "Count:3": 6, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:quarryproxy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2749:10": { - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The igneous extruder passively produces rocks by using water and lava.\nUpgrades can be used to reduce fluid usage.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Igneous Extruder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20473, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2750:10": { - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oVoid miners are multiblocks that automatically generate resources at random.\n\nThe void resource miner\u0027s main use is mica, which is used in some useful recipes.\n\nYou can upgrade your resource miner to other tiers, but it\u0027s not as important, until you reach later stages in the game!\n\n§fDo I really need this many rocks?!\nWell, I can make them from nothing...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_res_miner_cont_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Resource Miner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20474, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_res_miner_cont_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2751:10": { - "preRequisites:11": [ - 20471 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oVoid miners are multiblocks that automatically generate resources at random.\n\nVoid ore miners are very good at collecting all minerals. \n\nThe higher the tier, the better the drops, and you will unlock additional resources!\n\nIt is a good idea to start levelling up your void ore miners ASAP!\n\n§fLet\u0027s make things more environmental (and lag) friendly!\nAnd I can make litherite too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Ore Miner Tier 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20475, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:tool_multiblock_assembler" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2752:10": { - "preRequisites:11": [ - 20475 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better virtual minerals, better yield!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Ore Miner Tier 2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20476, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2753:10": { - "preRequisites:11": [ - 20476 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better virtual minerals, better yield!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Ore Miner Tier 3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20477, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2754:10": { - "preRequisites:11": [ - 20477 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better virtual minerals, better yield!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_4" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Ore Miner Tier 4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20478, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_4" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2755:10": { - "preRequisites:11": [ - 20478 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better virtual minerals, better yield!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_5" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Ore Miner Tier 5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20479, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_5" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2756:10": { - "preRequisites:11": [ - 20479 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better virtual minerals, better yield!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_6" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Ore Miner Tier 6", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20480, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2757:10": { - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis modpack has a lot of different machines and crafting mechanics, here you can see explanations and tutorials for each!\n\n§fThere are a lot of machines and processes to automate, I will leave this space to write down some info on each of them...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Machines, Machines, Machines", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20481, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2758:10": { - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe automation upgrade automatically combines a princess and a drone after the queen is done. This means you can automate combs passively!\n\nYou should do this to automate rocky and dripping combs, as well as others later in progression!\n\n§fTired of moving princesses, well you don\u0027t have to!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automation Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20482, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2759:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe industrail apiary has two functions:\n\n1. Combines a princess and a drone into a queen! You should only put bees of the same species in here, unless you know what you are doing!\n\n2. If you put a queen in the apiary, it will slowly produce combs, drones, and a princess (guaranteed if pristine, only use pristine). \n\nEvery bee will need flowers to work, the portable analyzer will tell you what flowers to use!\n\nIf you get an error, it means you need to change biome or humidity settings! The upgrades in the attached quests can be used to get rid of these arrors.\n\nIf you want to automate a particular type of comb, you can use the automation upgrade!\n\nThe industrial apiary can be tick accelerated using time in a bottle!\n\n§fTechnology makes everything better, waaaaaay better.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:industrial_apiary" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Apiary", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20483, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:industrial_apiary" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2760:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you are just getting started with forestry, you should not use the apiary! Use the industrial apiary instead!\n\nThe apiary will produce bee offspring following mendelian genetics. Given a dominant gene A, and a recessive gene a, if the queen is AA and the drone is aa, the offspring will have a 25% chance of being AA (expressing A), 50% chance of being Aa (expressing A), 25% chance of being aa (expressing a).\n\n§fAn apiary is used to get honey combs from bees (no really?!), but it\u0027s not a really good way of doing it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiary" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apiary (Advanced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20484, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apiary" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2761:10": { - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWant more drones? More flowers? These upgrades can help!\n\n§fMore useful apiary stuff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Misc Upgrades", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20485, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 22, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2762:10": { - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you get errors in the industrial apiary GUI, use these upgrades to change the biome or humidity!\n\n§7§fWrong humidity, well no problem!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Temperance Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20486, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2763:10": { - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIf you get errors in the industrial apiary GUI, use these upgrades to change the biome or humidity!\n\n§IInstead of moving my bees around, I can just emulate biomes from the comfort of my §fhome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Biome Upgrades", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20487, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 20, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 21, - "OreDict:8": "", - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2764:10": { - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe genetic transposer has two main functions.\n\nFirst, it can be used to duplicate gene samples, combine a blank one with an imprinted one to duplicate it! This is how you can farm the ingredients to craft the torcherino!\n\nSecond, you can combine genetic samples into templates, these will be used to customize your bees!\n\nNOTE: templates do not need to have all 12 genes! You can make templates with even one chromosome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:sampler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Genetic Transposer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20488, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:transposer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2765:10": { - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAs you can see using a portable analyzer, bees have a variety of genes! Some are good, and some are, well, not great.\n\nThe genetic sampler is the first step in making your bees better! It takes bees, and has a chance of producing gene samples from a given bee.\n\nFor each bee species that has a desirable gene (the best ones are listed in the following quests), you can dump excess drones into the sampler, until you obtain the gene samples you desire!\n\nSee next quests for more info on how to transfer good genes to other bees!\n\n§fBy consuming drones, which can be endlessly bred, I can isolate specific gene traits. Some of them (but just some) are very useful!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:sampler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Genetic Samples", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20489, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:sampler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:labware" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:gene_sample_blank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2766:10": { - "preRequisites:11": [ - 1002 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWARNING: Bee genetics and breeding can get very complex, unless you know what you are doing, you should follow these three main rules to keep things simple:\n\n1. A princess and a drone, when combined, make a queen. If the drone and princess are the same species, the queen will be the same species. If you combine princess and drone from different species, you can create new ones (JEI will guide you with this). You should only use the advanced mutatron to create new bee species!\n\n2. A queen makes a princess and several drones, as well as combs, depending on the species (again JEI will guide you). You should only use the industrial apiary to run bees of the same species!\n\n3. Ignoble stock bees are bad, pristine bees are good! You should not use ignoble queens/princesses. There are ways to make ignobles work, but the methods are more advanced.\n\nIf you know what you are doing, bees follow the rules of Mendelian genetics. Every bee trait has a dominant and recessive gene, the portable analyzer will give you the genetic makeup of a given bee! Breeding bees to select specific traits can get you much faster and more efficient bees!\n\n§fBee genetics are surprisingly complex, not surprised they took over the universe!\nThe bee analyzer will help me to keep track of bee genes at the cost of a little honey.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:portable_alyzer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Portable Analyzer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20490, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:honey_drop" - }, - "1:10": { - "Count:3": 64, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:honey_drop" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:portable_alyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2767:10": { - "preRequisites:11": [ - 1006 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Rock hives are a good source of princesses, if only there was a way to make an endless supply of them...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrabees:hive" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Growing Princesses", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20491, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrabees:hive" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2768:10": { - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "At the cost of DNA and Protein, I can even make new bees from scratch, including hard-to-get princesses!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:liquifier" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Protein Liquifier", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20492, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:liquifier" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:extractor" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:replicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2769:10": { - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGiven a template from the genetic transposer, you can use the imprinter to modify a bee\u0027s genes.\n\nIf you want to imprint a queen, you will have to imprint both a princess and a drone, and the resulting queen will be guaranteed to have the desired genes.\n\nWARNING: bees have a (low) chance of being turned into genetic waste, so be careful about imprinting princesses. If you want to avoid losing a princess, imprint a lot of drones, and reiteratively combine them into queens until you have all the desired genes.\n\n§fCan I make my bees Harder, Better, Faster, Stronger? Heck yeah I can!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:imprinter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Genetic Imprinter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20493, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:imprinter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2770:10": { - "preRequisites:11": [ - 1006 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Pristine \u003e Ignoble", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hibeescus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hibeescus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20494, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hibeescus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2771:10": { - "preRequisites:11": [ - 20496 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe advanced mutatron is the easiest way of making a new species! This should be the main and only way to make new bees!\n\nMake sure you use pristine princesses only!\n\nCombine the right princess and drone to create a queen of a new species! JEI lists all bee breeding combinations!\n\nOnce you make a queen, you should put it in an industrial apiary!\n\n§fNo variance, no problem!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutatron_advanced" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Mutatron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20495, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutatron_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2772:10": { - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should upgrade to the advanced mutatron ASAP! No need to use the base one, unless you know what you are doing!\n\nThe mutagen produces makes mutagen, which is used in the mutatron.\n\n§fAt the cost of some radioactive material, and a bunch of power, bees can be easily bred into new species. Variance may still play a role, though...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutatron" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mutatron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20496, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutatron" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "gendustry:mutagen_producer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2773:10": { - "preRequisites:11": [ - 1006 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Excess drones? More mana!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "beegonia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Beegonia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20497, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "beegonia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2774:10": { - "preRequisites:11": [ - 20419 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Using a tome of arcana, emerald can be converted into experience bottles, this is awesome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:experience_bottle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emeralds to XP", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20498, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ebwizardry:arcane_tome" - }, - "2:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:experience_bottle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2775:10": { - "preRequisites:11": [ - 20419 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe Tome of Alkahestry, in most situations, is a worse version of the philosopher stone, but its ability to replicate nether stars makes it very useful.\n\nThe tome is charged when shapelessly crafted with redstone.\n\nIf the tome has enough charge, it will duplicate nether stars when shapelessly crafted with them.\n\nA crafter in ExtC mode will let you make a very cheap and effective nether star farm, provided with a steady supply of redstone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1001, - "OreDict:8": "", - "id:8": "xreliquary:alkahestry_tome" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tome of Alkahestry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20499, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1001, - "OreDict:8": "", - "id:8": "xreliquary:alkahestry_tome" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2776:10": { - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "In order to endlessly produce matter using EMC, the knowledge of three devices is needed.\nFirsly, collectors generate EMC from light. Glowstone are the better source for these purposes. The more glowstone blocks surrounding a collector, the faster EMC will be produced.\nSecondly, Relays act like like EMC batteries, and are able to transmit this type of power to/from adjacent blocks. This means that the energy from multiple collectors can be funnled into a single block using a Relay.\nFinally, condensers can use EMC provided by adjacent relays and collectors to duplicate a given item.\nA condenser, to remain accessible with maximum efficiency, still has five free faces, and so do relays...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MK1 Power Flower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20500, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk1" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:relay_mk1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:mk1_power_flower" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2777:10": { - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe alchemical catalyst is a valuable EMC item. It can be farmed using a botanic condenser, or with the EMBee!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:botanic_alchemic_catalyst" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botanic-Alchemic Catalyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20503, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:botanic_alchemic_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2778:10": { - "preRequisites:11": [ - 20500 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Relays, better Collectors, better EMC!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MK2 Power Flower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20504, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk2" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:relay_mk2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2779:10": { - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEMC loops exploit recipes where the output of a given recipe has a higher value than the sum of the inputs!\n\nMeatballcraft shall have only one EMC loop, so if you discover more, please report it!\n\nFour blaze rods have a combined EMC value of 6144, a diamond has a value of 8192!\nThe crafter from RFTools can be used to automate making diamonds from blaze rods! Make sure you set it to ExtC mode to keep the dragon heart!\nThe diamonds can be piped into a condenser MK2 to make more blaze rods than you started with!\nPipe the blaze rods from the condenser back into the crafter, to complete the loop!\nYou can dump the excess blaze rods into another condenser to farm any EMC item you want!\n\n\n§fWhile basic Condensers are very good when connected to Relays or Collectors, if items are fed into this baseline version, things get a bit awkward...\nThe upgraded Condenser is designed for item duplication from outside inputs (E.G. cobble gen, crop farms).\nThere are some very good farms that passively produce items with high EMC values", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "External Condensing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20505, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:condenser_mk2" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter1" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:blaze_rod" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2780:10": { - "preRequisites:11": [ - 20504 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Red Matter \u003e Dark Matter", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MK3 Power Flower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20508, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:collector_mk3" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:relay_mk3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2781:10": { - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEMC links are a way to extract and insert EMC into your personal network (your transmutation tablet).\n\nThe basic energy EMC link is used to add EMC to your network, you can only input items into it, but cannot pull them out!\n\nThe personal EMC link is like a condenser that takes EMC from your own network. See next quests for upgrades on the personal link!\n\nWARNING: DO not attach EMC links directly to AE2 buses, this will cause a lot of lag!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:personal_link" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Personal EMC Link", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20509, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:personal_link" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:energy_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2782:10": { - "preRequisites:11": [ - 20509 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like a personal EMC link, but it can output 9 items at the same time!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:refined_link" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refined EMC Link", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20510, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2783:10": { - "preRequisites:11": [ - 20509 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBonsai pots let you passively generate EMC for your personal EMC network.\n\nPlace a bonsai pot in a loaded chunk, and it will automatically add EMC at a constant rate.\n\nThe higher the tier, the faster EMC will be added!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:power_flower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power Flower Bonsai", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20511, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:power_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2784:10": { - "preRequisites:11": [ - 20510 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like a personal EMC link, but it can output 54 items at the same time!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:compressed_refined_link" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compressed Refined EMC Link", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20512, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:compressed_refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2785:10": { - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWhile there are other, more compact ways of farming plants and trees, large material-based farms can be used for more than trees, and they have really good yield.\n\nMultiblock farms can be programmed for a variety of purposes. The best use is to make peat, which is used in a lot of recipes later on.\n\nTo program a multiblock farm, you need a circuit, which is programmed using a soldering iron!\n\nThe higher the circuit tier, the more things at the same time can be farmed (up to 4).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Farm Block", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20513, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:soldering_iron", - "tag:10": { - "Slots:10": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 1 - } - } - }, - "UID:3": -251769419 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 1 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 2 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 3 - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2786:10": { - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe plant sower is used to plant up to 9 different types of plants.\nThe gatherer can automatically harvest plants, producing sludge as a byproduct.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:crop_sower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Farming", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20514, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:crop_sower" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:crop_recolector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2787:10": { - "preRequisites:11": [ - 20513 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe emerald electron tube allows for the farming of crop sticks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "forestry:thermionic_tubes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crops and Forestry??", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20515, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "forestry:thermionic_tubes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2788:10": { - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis is not the best option, but it is an option!\n\nSome plants don\u0027t need to be broken and replaced to produce drops, and this device takes advantage of this to harvest crops without the need for replanting.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:plant_interactor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plant Interactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20516, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:plant_interactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2789:10": { - "preRequisites:11": [ - 20514 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe sludge refiner uses sludge to create various earthy materials, including some quite useful stuff!\nConductive powder is a very interesting byproduct...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:sludge_refiner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sludge Refiner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20517, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:sludge_refiner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2790:10": { - "preRequisites:11": [ - 20513 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe obsidian electron tube is used to configure these large farms to produce peat.\n\nA peat multiblock farm needs a steady supply of bog earth.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "forestry:thermionic_tubes" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Obsidian Electron Tube", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20518, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "forestry:thermionic_tubes" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bog_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2791:10": { - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Farming stations are a relatively expensive, but very versatile, way to automatically farm both crops and trees.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_farm_station" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Farming Station", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20519, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_farm_station" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2792:10": { - "preRequisites:11": [ - 20518, - 20517 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe phytogenic insolator is a one-block plant farm that requires some sort of fertilizer to produce both crop and tree drops (if upgraded with an arboreal extractor).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phytogenic Insolator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20520, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2793:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sentient Coagulator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20521, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2794:10": { - "preRequisites:11": [ - 20532 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:printingpress" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Printing Press", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20522, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:printingpress" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:typesettingtable" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:bibliochase" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2795:10": { - "preRequisites:11": [ - 20481, - 71 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Technomancy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20523, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemmodularium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2796:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Buildcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20524, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 26, - "OreDict:8": "gearDiamond", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2797:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thermal Expansion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20525, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2798:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Railcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20526, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 354, - "OreDict:8": "plateInvar", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2799:10": { - "preRequisites:11": [ - 20481, - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Immersive Engineering", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20527, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "plateIron", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2800:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Actually Additions", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20528, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "actuallyadditions:block_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2801:10": { - "preRequisites:11": [ - 20481, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tinker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20529, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:soil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2802:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Foregoing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20530, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2803:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra Utils", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20531, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2804:10": { - "preRequisites:11": [ - 20481, - 31 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bibliocraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20532, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bibliocraft:bibliochase" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2805:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender IO", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20533, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2806:10": { - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Forestry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20534, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:sturdy_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2807:10": { - "preRequisites:11": [ - 20481, - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cyclic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20535, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "blockIron", - "id:8": "minecraft:iron_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2808:10": { - "preRequisites:11": [ - 20481, - 150 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice and Fire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20536, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:fire_dragon_heart" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "iceandfire:ice_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2809:10": { - "preRequisites:11": [ - 20481, - 204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wizardry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20537, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ebwizardry:crystal_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2810:10": { - "preRequisites:11": [ - 20481, - 198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bewitchment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20538, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "oreBewitchmentAltar", - "id:8": "bewitchment:stone_witches_altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2811:10": { - "preRequisites:11": [ - 20481, - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20539, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:thaumonomicon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2812:10": { - "preRequisites:11": [ - 20481, - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botania", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20540, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2813:10": { - "preRequisites:11": [ - 20481, - 206 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20541, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2814:10": { - "preRequisites:11": [ - 20481, - 207 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Astral Sorcery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20542, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemwand", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2815:10": { - "preRequisites:11": [ - 20481, - 201 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Magic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20543, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:monster_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2816:10": { - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Applied Energistics", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20544, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2817:10": { - "preRequisites:11": [ - 20481, - 346 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Avaritia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20545, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2818:10": { - "preRequisites:11": [ - 20481, - 270 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Evolution", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20546, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:draconic_machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2819:10": { - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tech Reborn", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20547, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2820:10": { - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extended Crafting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20548, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2821:10": { - "preRequisites:11": [ - 20481, - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Integrated Dynamics", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20549, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "ingotIron", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2822:10": { - "preRequisites:11": [ - 20481, - 64 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Woot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20550, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:stygianironingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2823:10": { - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nuclearcraft", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20551, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2824:10": { - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Rocketry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20552, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:holoprojector" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "libvulpes:structuremachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2825:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Latex can be extracted from a wood log placing a tree fluid extractor next to it.\nMultiple extractors can be placed around a single log.\nSome sort of automatic placer can be used to replenish consumed logs once they are depleted by the extractors.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:tree_fluid_extractor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tree Fluid Extractor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20553, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:tree_fluid_extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2826:10": { - "preRequisites:11": [ - 20531 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The resonator uses grid power to infuse some materials with grid power, which can be passively produced from a wide array of sources.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:resonator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20554, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:resonator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2827:10": { - "preRequisites:11": [ - 20535 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Turns solids into fluids!!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:melter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Melter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20555, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:melter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2828:10": { - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Makes alloys accepting up to three materials.\nAnd smelts things too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_alloy_smelter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alloy Smelter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20556, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_alloy_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2829:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A device that fills (empties) fluid containers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bottler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bottler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20557, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:bottler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2830:10": { - "preRequisites:11": [ - 20526 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "High pressure \u003d better\nFor making steam from solid and liquid fuels.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:boiler_tank_pressure_low" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boiler Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20558, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:boiler_tank_pressure_low" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:boiler_tank_pressure_high" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:boiler_firebox_solid" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:boiler_firebox_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2831:10": { - "preRequisites:11": [ - 20524 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Oil separation is truly a wonderful process!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:distiller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distiller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20559, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:distiller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2832:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Smelting.\nWith.\nElectricity.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20560, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2833:10": { - "preRequisites:11": [ - 20529 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The smeltery is built out of seared bricks placed in a cuboid shell, with no roof and no edges.\nThe controller is where the interface is accessible, and acts as an item input (for automation).\nThe tank is the smeltery\u0027s lava (or other hot fluid) input.\nDrains act as fluid output ports. Faucets and fluid pipes connect to drains.\nTables and basins are placed under faucets to accept molten fluids. Basins turn them into blocks, tables can be used with a variety of casts (gold is better).\nFaucets output fluids when clicked, or with a redstone signal.\nRedstone clocks and timers are good for automating faucet extraction, if you don\u0027t want to use pipes.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Smeltery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20561, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_controller" - }, - "1:10": { - "Count:3": 16, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "tconstruct:seared" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "tconstruct:seared_tank" - }, - "3:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:smeltery_io" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:casting" - }, - "6:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2834:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:wooden_device0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Engineer\u0027s Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20562, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:wooden_device0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2835:10": { - "preRequisites:11": [ - 20528 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Laser go *zzzz\nCrystal go *whooosh\nRight click with a redstone torch to swap between deactivation and pulse mode.\nPlace next to a pressure plate in pulse mode to zap whatever is placed on the plate for simple automation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_atomic_reconstructor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Atomic Reconstructor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20563, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_atomic_reconstructor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2836:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The latex processing unit combines latex with RF and water to make tiny dry rubber.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:latex_processing_unit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Latex Processing Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20564, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:latex_processing_unit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2837:10": { - "preRequisites:11": [ - 20531 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "At the cost of some grid power and some RF, this machine can harness the power of enchanting to create some pretty cool things.\nJust like an enchanting table, this requires some external boost (from bookshelves, magical wood, etc.)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20565, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2838:10": { - "preRequisites:11": [ - 20535 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Turns fluids into solids!\nNo way!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:solidifier" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solidifier", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20566, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:solidifier" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2839:10": { - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Pulverizes things producing chance drops.\nGrinding balls can be used to increase yield.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_sag_mill" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "SAG Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20567, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_sag_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2840:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A crafting table with extra steps!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:carpenter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Carpenter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20568, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:carpenter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2841:10": { - "preRequisites:11": [ - 20526 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "railcraft:equipment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Powered Rolling Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20569, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "railcraft:equipment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2842:10": { - "preRequisites:11": [ - 20524 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "To make all of the chipsets.\nAnd a dope laser show!\nRecipes are encoded by the assembly table, powered by surrounding lasers, the more the better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:assembly_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Assembly Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20570, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:assembly_table" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:laser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2843:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pulverizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20571, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2844:10": { - "preRequisites:11": [ - 20529 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Dries things, and accepts pipe inputs and outputs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:rack", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:wooden_slab" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Drying Rack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20572, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:rack", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:wooden_slab" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2845:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crude Blast Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20573, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:stone_device" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2846:10": { - "preRequisites:11": [ - 20528 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Four display stands, placed around the empowerer two blocks away.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_empowerer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Empowerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20574, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_empowerer" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_display_stand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2847:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Sludge, which is a byproduct of the Plant Gatherer, can be reprocessed in this machine to produce various terrous materials, includeing mycelium and some other goodies...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:sludge_refiner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sludge Refiner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20575, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:sludge_refiner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2848:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Trading is an act between two living things, but it doesn\u0027t have to be like that thanks to this device, which allows to automate this process.\nA villager captured using a Mob Imprisonment Tool can be mercilessly forced to spend the rest of its life as an emerald farm!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:villager_trade_exchanger" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Villager Trade Exchanger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20576, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:villager_trade_exchanger" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2849:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The enchantment extractor can split a book with multiple enchants into separate ones, and extract single enchants from an enchanted item.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_extractor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchantment Extractor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20577, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2850:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "In search of some fluid to put into an ender combustion generator?\nPlant scraps would work pretty well here!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:bioreactor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bioreactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20578, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:bioreactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2851:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Protein as an energy source?\nSure, just take some animal meat!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:protein_reactor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Protein Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20579, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:protein_reactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2852:10": { - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_aplicator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchantment Applicator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20580, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:enchantment_aplicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2853:10": { - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Slices and Splices organic and inorganic things together consuming the durability of an axe and shears.\nDurability is not consumed if the tools are unbreakable!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_slice_and_splice" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slice\u0027N\u0027Splice", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20581, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_slice_and_splice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2854:10": { - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Infuses souls from soul vials into items!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_soul_binder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul Binder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20582, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_soul_binder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2855:10": { - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Dissolves solid items into fluids to make other fluids! (did you really need quest text to figure that out?!?)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_vat" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Vat", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20583, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_vat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2856:10": { - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_enchanter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20584, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2857:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Centrifuges honey combs into their components.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:centrifuge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Centrifuge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20585, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:centrifuge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2858:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Makes biomass from a variety of inputs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:fermenter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fermenter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20586, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:fermenter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2859:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Seed oil, honey, and a few other things...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:squeezer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Squeezer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20587, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:squeezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2860:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Infuses water into items.\nBasically a worse fluid transposer (but don\u0027t tell him that).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:moistener" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moistener", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20588, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:moistener" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2861:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Let\u0027s distill something!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:still" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Still", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20589, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:still" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2862:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "3x3 crafting, and glass", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:fabricator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thermionic Fabricator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20590, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:fabricator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2863:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Bro you want to see my $700 juicer?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extratrees:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fruit Press", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20591, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "extratrees:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2864:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Because alcohol", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extratrees:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brewery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20592, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "extratrees:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2865:10": { - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Because alcohol", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extratrees:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distillery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20593, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "extratrees:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2866:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Induction Smelter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20594, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2867:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sawmill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20595, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2868:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20596, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2869:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phytogenic Insolator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20597, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2870:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magma Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20598, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2871:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Ensorcellator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20599, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2872:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemical Imbuer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20600, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2873:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sequential Fabricator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20601, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2874:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Centrifugal Separator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20602, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2875:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Infuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20603, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2876:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Transposer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20604, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2877:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 2, - 3, - 3, - 3, - 3 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fractionating Still", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20605, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 2, - 3, - 3, - 3, - 3 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2878:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glacial Precipitator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20606, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2879:10": { - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Igneous Extruder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20607, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2880:10": { - "preRequisites:11": [ - 20529 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Smart molten metal output, can be upgraded to fulfill a variety of needs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinker_io:smart_output" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Smart Output", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20608, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tinker_io:smart_output" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2881:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dimensional_stabilizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimensional Stabilizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20609, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dimensional_stabilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2882:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coke Oven", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20610, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:CokeOven" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:stone_device" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2883:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnaceAdvanced" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Improved Blast Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20611, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnaceAdvanced" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2884:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:MetalPress" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Metal Press", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20612, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:MetalPress" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2885:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Mixer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mixer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20613, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Mixer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2886:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 0, - "multiblock:8": "IE:Assembler", - "rotate:3": 2 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automated Engineer\u0027s Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20614, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:AutoWorkbench" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2887:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Squeezer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Squeezer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20615, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Squeezer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2888:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Crusher" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crusher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20616, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Crusher" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2889:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:ArcFurnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arc Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20617, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:ArcFurnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2890:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Fermenter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fermenter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20618, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Fermenter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2891:10": { - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Refinery" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refinery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20619, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Refinery" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2892:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Pure Daisy is used to transform the 8 blocks around it.\nThis can be easily automated using block placers and breakers, or by using formation and annihilation planes in a AE2 subnet.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pure Daisy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20621, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2893:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_oven" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witches\u0027 Oven", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20622, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:witches_oven" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2894:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crucible" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automated Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20623, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:crucible" - }, - "1:10": { - "Count:3": 2, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:metal_alchemical" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:brain_box" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2895:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:transmutator_on" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transmutator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20624, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:transmutator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2896:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20625, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2897:10": { - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockwell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightwell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20626, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockwell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2898:10": { - "preRequisites:11": [ - 20537 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The wizardry Combiner uses the powers of wizardry to make powerful magical artifacts...\n...and some other things as well...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wizardry Combiner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20627, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2899:10": { - "preRequisites:11": [ - 20536 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Dragonfire Crucible uses the extreme heat of eternal dragon fire and twilight fire to fuse materials together.\nFire can be passively supplied using fluid transport methods.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_crucible" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragonfire Crucible", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20628, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2900:10": { - "preRequisites:11": [ - 20536 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Dragonfire Forge is used to produce fluids using the power of dragon fire.\nMultiple of these should be built to passively automate high-heat fluids.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_forge" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragonfire Forge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20629, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_forge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2901:10": { - "preRequisites:11": [ - 20537 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The corrupted library uses artifacts from Iceika and Arcana to fabricate things magically.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:corrupted_library" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corrupted Library", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20630, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:corrupted_library" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2902:10": { - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockstarlightinfuser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starlight Infuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20631, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:blockstarlightinfuser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2903:10": { - "preRequisites:11": [ - 20625 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_forge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hellfire Forge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20632, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:soul_forge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2904:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:crystallizer_on" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20633, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:crystallizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2905:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:distillery" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distillery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20634, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:distillery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2906:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Mana Pool transforms items dropped into it using mana.\nAn item dropper or a precision hopper can be used to automate the Mana Pool.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:pool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Pool", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20635, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:pool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2907:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:spinning_wheel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spinning Wheel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20636, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:spinning_wheel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2908:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:alchemycatalyst" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemy Catalyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20637, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:alchemycatalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2909:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Petal Apothocary", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20638, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2910:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:runealtar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runic Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20639, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:runealtar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2911:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terraplate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terrestrial Agglomeration Plate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20640, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:terraplate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2912:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:alfheimportal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elven Gateway Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20641, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:alfheimportal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2913:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20642, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2914:10": { - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:botanic_condenser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Botanic Condenser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20643, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:botanic_condenser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2915:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:cold_iron_forge" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cold Iron Forge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20644, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:cold_iron_forge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2916:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:moloch_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moloch Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20645, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:moloch_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2917:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lilith Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20646, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2918:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:baphomet_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baphomet Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20647, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:baphomet_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2919:10": { - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:herne_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Herne Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20648, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:herne_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2920:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_crystallizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Essentia Crystallizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20649, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_crystallizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2921:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoinfuser" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Autoinfuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20650, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoinfuser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2922:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoworkbench" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Autoworkbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20651, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoworkbench" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2923:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:carminite_empowerer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Carminite Empowerer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20652, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:carminite_empowerer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2924:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumic Replicator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20653, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2925:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_reprocessor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Reprocessor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20654, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_reprocessor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2926:10": { - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis multiblock produces flux, so make sure you have ways to clear it up if you automate it!\n\nRight click the structure with salis mundus to form the furnace from the multiblock preview!\n\nDrop items from the top to smelt them, meats have a chance of producing meat nuggets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:infernal_furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infernal Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20655, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:obsidian" - }, - "1:10": { - "Count:3": 12, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_brick" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lava_bucket" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_bars" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:salis_mundus" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:infernal_furnace" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "2927:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:valonite_gateway" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Valonite Gateway", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20656, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:valonite_gateway" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2928:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Empowered Monolith", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20657, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2929:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "PE Sterilizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20658, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2930:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sterilized Sacrificial Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20659, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2931:10": { - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LP Harvester", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20660, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2932:10": { - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:auto_astral_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automatic Starlight Altar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20661, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:auto_astral_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2933:10": { - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:illuminated_enchanter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Illuminated Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20662, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:illuminated_enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2934:10": { - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitite_enchanter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gravitite Enchanter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20663, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitite_enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2935:10": { - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:alchemy_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemy Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20664, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bloodmagic:alchemy_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2936:10": { - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This multiblock is used to fabricate circuits and machine parts.\nUse holo projector to see multiblock preview.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:precisionassemblingmachine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Precision Assembler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20684, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:precisionassemblingmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2937:10": { - "preRequisites:11": [ - 20550 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA magma block is required underneath the anvil to provide enough heat.\n\nSpecific casts can be used for multiple outcomes, so an anvil for each cast is recommended.\n\nRecipe items can be dropped or dispensed directly on the anvil.\n\nSome sort of user can be used to hit the anvil with a Ya Hammer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:anvil" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stygian Iron Anvil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20685, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:anvil" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "woot:yahhammer" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:magma" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2938:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More Pulverizers!!!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:manufactory_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manufactory", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20686, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:manufactory_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2939:10": { - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Just like wine makers in the middle ages.\nJump on it, and the juice will come out!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:squeezer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Squeezer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20687, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:squeezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2940:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:extractor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extractor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20688, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2941:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This bad boy can turn extended crafting tables into one-recipe crafters.\nUseful for passive automation, just in case...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automation Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20689, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:interface" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_basic" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_advanced" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_ultimate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2942:10": { - "preRequisites:11": [ - 20546 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Uses a hefty amount of energy to draconically infuse items from surrounding injectors.\nEach injector consumes power.\nThe higher the tier of the injectors, the faster parts will craft.\nMany items require a minimum tier for the injectors.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:fusion_crafting_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fusion Crafting Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20690, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:fusion_crafting_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2943:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFor some of your processor-making needs.\n\nIt can only make one at a time. Consider upgrading to the advanced inscriber, and to the processor clean room!\n\nRequires energy from an AE network. Early on, you can use an energy acceptor with a few cables!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:inscriber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inscriber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20691, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:inscriber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2944:10": { - "preRequisites:11": [ - 20545 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Makes neutrinos, really, really slowly...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutron_collector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutron Collector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20692, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:neutron_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2945:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This machine reprocesses radioactive fuels.\nGood to have on autocraft, I will need a decent amount of these.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:isotope_separator_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Isotope Separator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20693, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:isotope_separator_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2946:10": { - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Everyone loves manually drying things!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:drying_basin" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Drying Basin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20694, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:drying_basin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2947:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_centrifuge" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Centrifuge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20695, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "2948:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The alternators provide power to the crafter.\nThe more alternators in a 7x7 area around the machine, the better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:ender_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20696, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:ender_crafter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:ender_alternator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2949:10": { - "preRequisites:11": [ - 20690 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Tier 1, pretty vanilla.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Fusion Crafting Injector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20697, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2950:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese speed up the growth of fluix seeds.\n\nYou can place up to six of these around a block of water.\n\nThese require energy from an AE2 network. Early on you can use an energy acceptor and a few cables.\n\nYou should upgrade to the crystal growth chamber as soon as you get your first pure fluix crystal!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:quartz_growth_accelerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystal Growth Accelerator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20698, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:quartz_growth_accelerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2951:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For when the radioactive materials I need are not readily available from reactors...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:decay_hastener_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Decay Hastener", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20699, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:decay_hastener_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2952:10": { - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Squeezing automated!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:mechanical_squeezer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanical Squeezer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20700, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:mechanical_squeezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2953:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rolling_machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rolling Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20701, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:rolling_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2954:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The crafting core holds a single item to be infused with the objects located on the surrounding pedestals.\nOnly the core requires energy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:crafting_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafting Core", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20702, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:crafting_core" - }, - "1:10": { - "Count:3": 4, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:pedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2955:10": { - "preRequisites:11": [ - 20697 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Tier 2, this is where things get interesting...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wyvern Fusion Crafting Injector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20703, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2956:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAn upgraded version of the inscriber! It can accept full stacks as inputs!\n\nFor large crafting setups, spamming these is a bad idea for lag! \nYou should use the processor clean room instead!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:inscriber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Inscriber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20704, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:inscriber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2957:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This machine reprocesses fuels into radiactive components.\nGood to have on autocraft, I will need a decent amount of these.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_reprocessor_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fuel Reprocessor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20705, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_reprocessor_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2958:10": { - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Drying automated!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:mechanical_drying_basin" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanical Drying Basin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20706, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:mechanical_drying_basin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2959:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:alloy_smelter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alloy Smelter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20707, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:alloy_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2960:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "To unpackage all your 3x3 recipes!\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:basic_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20708, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:basic_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2961:10": { - "preRequisites:11": [ - 20703 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Tier 3, now we\u0027re cooking with gas!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Fusion Crafting Injector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20709, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2962:10": { - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7Crystal growth done easy! Place seeds in the chamber, and they will grow fast!\n\nRequires energy from an AE network!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:grower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystal Growth Chamber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20710, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:grower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2963:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "5x5 on autocraft?!?\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:advanced_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20711, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:advanced_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2964:10": { - "preRequisites:11": [ - 20709 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Tier 4, supreme power!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaotic Fusion Crafting Injector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20712, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2965:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_electrolyzer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Electrolyzer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20713, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_electrolyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2966:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:electric_furnace" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electric Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20714, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:electric_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2967:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "7x7 autocrafting too.\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:elite_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20715, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:elite_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2968:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_blast_furnace", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Blast Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20716, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_blast_furnace", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2969:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "9x9 yeah I get the drill...\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:ultimate_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ultimate Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20717, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:ultimate_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2970:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:grinder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Grinder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20718, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:grinder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2971:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ender autocrafting, it\u0027s that simple!\nWorks like the ender crafter, the more alternators, the better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:ender_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20719, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:ender_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2972:10": { - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "1. Place next to interface or unpackager.\n2. Add pedestals.\n3. Profit.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:combination_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Combination Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20720, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:combination_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2973:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_grinder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Industrial Grinder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20721, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_grinder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2974:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For all your alloying needs, nuclearcraft edition!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:alloy_furnace_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alloy Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20722, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:alloy_furnace_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2975:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For all your fluid infusion needs, and a great way to make treated wood.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:infuser_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Infuser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20723, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:infuser_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2976:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "No smeltery multiblock needed!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:melter_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Melter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20724, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:melter_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2977:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Liquid gases freak me out a little bit...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:supercooler_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Supercooler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20725, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:supercooler_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2978:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Fluid chemistry? Fluid chemistry!\nGood to have on autocraft, I will need a decent amount of these.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:electrolyser_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrolyzer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20726, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:electrolyser_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2979:10": { - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to process silicon boules.\nMay be a good one to put on passive...\nUse holo projector to see multiblock preview.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:crystallizer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20727, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:crystallizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2980:10": { - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A cutter for all your circuit needs!\nUse holo projector to see multiblock preview.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:cuttingmachine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cutting Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20728, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:cuttingmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2981:10": { - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Used to make rocket fuel!\nUse holo projector to see multiblock preview.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:chemicalreactor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chemical Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20729, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:chemicalreactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2982:10": { - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yet another way to make hydrogen and oxygen...\nUse holo projector to see multiblock preview.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:electrolyser" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrolyser", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20730, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "advancedrocketry:electrolyser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2983:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:compressor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compressor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20733, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2984:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:implosion_compressor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Implosion Compressor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20734, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:implosion_compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2985:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:assembling_machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Assembling Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20735, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:assembling_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2986:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_sawmill" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sawmill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20737, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:industrial_sawmill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2987:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Want some neutrons in your soup? I\u0027d love some neutrons in my soup!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:irradiator_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neutron Irradiator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20738, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:irradiator_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2988:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "No casting tables needed!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot_former_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ingot Former", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20739, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot_former_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2989:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yet another compressor...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:pressurizer_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pressurizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20740, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:pressurizer_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2990:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Chemistry is fun OK!\nOK!?!\nGood to have on autocraft, I will need a decent amount of these.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chemical_reactor_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chemical Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20741, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:chemical_reactor_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2991:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For mixing salts whenever you will have to mix salts...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_mixer_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salt Mixer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20742, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_mixer_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2992:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:vacuum_freezer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vacuum Freezer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20743, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:vacuum_freezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2993:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:distillation_tower" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distillation Tower", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20744, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:distillation_tower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2994:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:plate_bending_machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plate Bending Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20745, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:plate_bending_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2995:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:solid_canning_machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solid Canning Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20746, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:solid_canning_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2996:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:wire_mill" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wire Mill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20747, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:wire_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2997:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Weird solutes make for weird crystals...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:crystallizer_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20748, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:crystallizer_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2998:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For RadAway, and a few other things!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:dissolver_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Enricher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20749, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:dissolver_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "2999:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Only the best fleeb juice for the best plumbus!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:extractor_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Extractor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20750, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:extractor_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3000:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "For all your centrifuging needs.\nDefinitely the better centrifuge, between you and me...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:centrifuge_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Centrifuge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20751, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:centrifuge_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3001:10": { - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Make three of them, passive them, forget about them.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rock_crusher_idle" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rock Crusher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20752, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:rock_crusher_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3002:10": { - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_control_computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fusion Control Computer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 20753, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_control_computer" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3003:10": { - "preRequisites:11": [ - 3 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHere you can find a lot of useful goodies that will help you getting a better foothold!\n\nMore will show up the more you progress, so make sure to come back here!\n\nThe bauble case can be used to store your baubles when you are not using them!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Things Could be Better", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50054, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "Parent:9": {} - }, - "OreDict:8": "", - "id:8": "botania:baublebox" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3004:10": { - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe scanner is a very useful tool for finding things while exploring!\n\nThe various modules let you select for different blocks. Holding right click with the scanner will give you X-ray vision for the selected blocks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "scannable:scanner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "scannable:scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3005:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe body stone uses EMC from a klein star to keep your hunger bar full!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_body_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Body Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_body_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3006:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Evertide Amulet uses EMC to produce endless water.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_evertide_amulet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Evertide Amulet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_evertide_amulet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3007:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Volcanite Amulet converts EMC into endless lava.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_volcanite_amulet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Volcanite Amulet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_volcanite_amulet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3008:10": { - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGlowing chorus gives creative flight for a short while. The more you eat, the longer you can fly!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:glowing_chorus" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glowing Chorus Fruit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50059, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:glowing_chorus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3009:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe slime sling lets you jump very high by holding right click.\nThe slime boots prevent fall damage and let you bounce when you hit the ground.\nRight clicking the glider will let you glide.\n\nCombine all three, and moving around will be a lot easier!\n\nSee the next quests for better means of movement!\n\n§fSlime is gross, but it\u0027s a good way to get around.\nBouncing and gliding are fun!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "slimeSling", - "id:8": "tconstruct:slimesling" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Movement \u0026 Flight", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "slimeSling", - "id:8": "tconstruct:slimesling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "slimeBoots", - "id:8": "tconstruct:slime_boots" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:hang_glider" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3010:10": { - "preRequisites:11": [ - 50054, - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Heart Amulet is used to store Heart Canisters, which increase maximum health.\nTen of each type of Canister can be stored in the Amulet.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:heart_amulet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heart Amulet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:heart_amulet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3011:10": { - "preRequisites:11": [ - 50054, - 3 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This alien planet sure has a lot of variety! Maybe a bit too much..\nA backpack should be very helpful for carrying all this crap.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:backpack" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "White Backpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-exploration:backpack" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3012:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe repair talisman uses EMC from a klein star to automatically repair your items!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_repair_talisman" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Repair Talisman", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_repair_talisman" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3013:10": { - "preRequisites:11": [ - 50054, - 13 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPixons can be found roaming around the overworld, you can use the stone bowl to collect infusion stones, and level up your infusion skill!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:stone_bowl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stone Bowl", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:stone_bowl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3014:10": { - "preRequisites:11": [ - 50065 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe diamond bowl is better, but it requires level 11 infusion!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:diamond_bowl" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond Bowl", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:diamond_bowl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3015:10": { - "preRequisites:11": [ - 50062 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe base satchel has low storage, but it can be upgraded, and it can be enchanted with holding to become very big!\n\nThe satchel can be configured to automatically pick up certain blocks and items, so that they won\u0027t clog your inventory!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:satchel", - "tag:10": { - "Accessible:1": 1 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Satchel (Basic)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:satchel", - "tag:10": { - "Accessible:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3016:10": { - "preRequisites:11": [ - 50062 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe alchemical bag is a very large backpack that also works like a vanilla ender chest. If you make two alchemical bags of the same color, they share inventory. Different players will have their own different \u0027alchemical bag networks\u0027.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "projecte:item.pe_alchemical_bag" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemical Bag", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "projecte:item.pe_alchemical_bag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3017:10": { - "preRequisites:11": [ - 50070 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe handy bag is a backpack that can be opened without clicking it!\n\nOpening your inventory will also open up the handy bag GUI, where you can toggle a lot of functionalities!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderutilities:handybag" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Handy Bag", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderutilities:handybag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3018:10": { - "preRequisites:11": [ - 50071 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLike the regular handy bag, but bigger!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderutilities:handybag" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Handy Bag (Large)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderutilities:handybag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3019:10": { - "preRequisites:11": [ - 50061 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I\u0027m not going to think about it too much, but the hearts of some of the creatures I slay can be magically infused to increse my own stamina and vitality...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Heart Canister", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:red_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3020:10": { - "preRequisites:11": [ - 50074 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Some of the stronger creatures I met have \u0027more powerful\u0027 hearts, which can be used to further improve my stamina.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:yellow_heart_canister" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellow Heart Canister", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:yellow_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3021:10": { - "preRequisites:11": [ - 50075 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I don\u0027t know why this surprises me, but the dragons inhabiting the asteroids around Terra have two hearts, and guess what? One of them is suitable for magic infusion! More health!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:green_heart_canister" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Green Heart Canister", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:green_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3022:10": { - "preRequisites:11": [ - 50076 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Whenever the Twilight Horde first arrived to Terra, some Testificates tried to counteract their unstoppable advance by trying to magically augment themselves.\nSome of these experiments eventually ended up corrupting their bodies, rendering them unable to distinguish between friend or foe. The descendents of these testificates still live, and their modified remains appear to hold a lot of power.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:blue_heart_canister" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blue Heart Canister", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50077, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bhc:blue_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3023:10": { - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe player launcher let you shoot yourself very far.\n\nIt can be combined with the glider for even higher speed, but this could crash your game!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:tool_launcher", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Player Launcher", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:tool_launcher", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3024:10": { - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHigh level feather falling is craftable!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 42, - "OreDict:8": "", - "id:8": "simplyjetpacks:metaitemmods" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So feathery!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_boots" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 42, - "OreDict:8": "", - "id:8": "simplyjetpacks:metaitemmods" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 2, - "lvl:2": 16 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3025:10": { - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ring will allow you to slow fall, it is quite bad, but it can be upgraded into better things!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:chickenring" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chicken Wing Ring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:chickenring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3026:10": { - "preRequisites:11": [ - 50078 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oElytra are used to glide from hights. These can be found in the overworld, in the same place where coal coke can be found!\n\n§fThe manufacturing of these objects has long been forgotten, and the remaining ones are guarded in libraries that are considered sacred by Testificates.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:elytra" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elytra", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:elytra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3027:10": { - "preRequisites:11": [ - 50081 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ring will let you \u0027fly\u0027 for short periods of time!\n\nIt can be upgraded into very good stuff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:chickenring" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ring of the Flying Squid", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "extrautils2:chickenring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3028:10": { - "preRequisites:11": [ - 50083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ring gives creative flight, but it costs GP!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "extrautils2:angelring" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Angel Ring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "extrautils2:angelring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3029:10": { - "preRequisites:11": [ - 50083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis ring gives creative flight consuming EMC from a klein star!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_swrg" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Swiftwolf\u0027s Rending Gale", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_swrg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3030:10": { - "preRequisites:11": [ - 50085 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCombines the effects of all rings in one!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "projecte:item.pe_arcana_ring", - "tag:10": { - "Mode:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ring of Arcana", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "projecte:item.pe_arcana_ring", - "tag:10": { - "Mode:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3031:10": { - "preRequisites:11": [ - 50083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe tiara gives creative flight consuming mana from a mana tablet or other mana storage!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "ForgeCaps:10": { - "thaumicaugmentation:elytra_harness_augment:10": {} - }, - "OreDict:8": "", - "id:8": "botania:flighttiara" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flügel Tiara", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "ForgeCaps:10": { - "thaumicaugmentation:elytra_harness_augment:10": {} - }, - "OreDict:8": "", - "id:8": "botania:flighttiara" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3032:10": { - "preRequisites:11": [ - 50087 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like the tiara, but faster, better, stronger!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "extrabotany:coregod" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Core of God", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "", - "id:8": "extrabotany:coregod" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3033:10": { - "preRequisites:11": [ - 50082 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oJetpacks are not as good as creative flight, but they can be used in all dimensions!\n\n§fElytra can be used to produce very basic jetpacks, which allow for slow flight.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leadstone Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50089, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3034:10": { - "preRequisites:11": [ - 50089 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Jetpacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hardened Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50090, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3035:10": { - "preRequisites:11": [ - 50090 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Jetpacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reinforced Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50091, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3036:10": { - "preRequisites:11": [ - 50082 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oJetpacks are not as good as creative flight, but they can be used in all dimensions!\n\n§fElytra can be used to produce very basic jetpacks, which allow for slow flight.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Conductive Iron Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3037:10": { - "preRequisites:11": [ - 50092 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Jetpacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrical Steel Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3038:10": { - "preRequisites:11": [ - 50091 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Jetpacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonant Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3039:10": { - "preRequisites:11": [ - 50093 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Jetpacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3040:10": { - "preRequisites:11": [ - 50095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better Jetpacks!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibrant Jetpack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3041:10": { - "preRequisites:11": [ - 50096 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark Soularium JetPlate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3042:10": { - "preRequisites:11": [ - 50094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "redstonearsenal:armor.plate_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux-Infused JetPlate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "", - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3043:10": { - "preRequisites:11": [ - 50054, - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Higher jumping and faster running! who could\u0027ve asked for more?\nThanks to Tomato_Is_Life for the text!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:travelbelt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soujourner\u0027s Sash", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50099, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:travelbelt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3044:10": { - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis and the following quests list the available options for item magnets that will attract drops to your inventory.\n\n§fThe soul power of the so-called \u0027ender\u0027 machines can be used to make magnets that attract things to me. Sometimes this effect is a bit undesirable, but the pros outnumber the cons...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_magnet", - "tag:10": { - "enderio:energy:3": 100000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electromagnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50100, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "demagnetize:demagnetizer_advanced" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_magnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3045:10": { - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe range upgrade lets you increase the range for the scanner!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_range" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner Module: Range", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_range" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3046:10": { - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner Module: Block", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3047:10": { - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner Module: Fluids", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3048:10": { - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_entity" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner Module: Entity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "scannable:module_entity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3049:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe zero ring uses EMC from a klein star to produce snow, and to turn water into ice!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_zero_ring", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zero Ring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50106, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_zero_ring", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3050:10": { - "preRequisites:11": [ - 50054, - 105 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe harvest goddess band drastically speeds up plant growth around the player! \n\nIf placed on a pedestal, this will make things much faster than several lilypads of fertility!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_harvest_god" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Harvest Goddess Band", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_harvest_god" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3051:10": { - "preRequisites:11": [ - 50054, - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:amulet_vis" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amulet of Vis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50109, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thaumcraft:amulet_vis" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3052:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ender book allows you to save locations, and to teleport at the cost of XP. It can be found in dungeons, or crafted!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:book_ender", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Book", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:book_ender", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3053:10": { - "preRequisites:11": [ - 50054, - 119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Many of the creatures I\u0027ve encountered possess the power of decay.\nI\u0027ve yet to fully understand it, but this power allows them to \u0027poison\u0027 other beings by accelerating their decay and decomposition. Nasty stuff...\nThis rose, though, appears to counteract the effects of withering.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:witherless_rose" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Witherless Rose", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:witherless_rose" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3054:10": { - "preRequisites:11": [ - 50054, - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The type of coal found on Terra is great! I can use it to make devices that very efficiently store material. I\u0027ll call them Danks...\nThe stronger the trim used to make danks, the better these devices work.\nTo be completely honest, anything less than gold is kinda mediocre...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "danknull:dank_null_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "/dank/null/MK IV", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "danknull:dank_null_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3055:10": { - "preRequisites:11": [ - 50099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "I asked for more!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:supertravelbelt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Globetrotter\u0027s Sash", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:supertravelbelt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3056:10": { - "preRequisites:11": [ - 50100 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This is better! Botanical magic and mana are way better at making magnets!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:magnetring", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ring of Magnetization", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:magnetring", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3057:10": { - "preRequisites:11": [ - 50114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:magnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Dislocator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:magnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3058:10": { - "preRequisites:11": [ - 50114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:fortune_coin" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coin of Fortune", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xreliquary:fortune_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3059:10": { - "preRequisites:11": [ - 50114 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Solegnolia is great, thanks to its induction properties, fields effects seem to disappear around it, meaning that my magnet will not work next to a Solegnolia!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solegnolia", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3060:10": { - "preRequisites:11": [ - 50099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Faster! Higher!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:speedupbelt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Planestrider\u0027s Sash", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:speedupbelt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3061:10": { - "preRequisites:11": [ - 50117 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Magnet goes hhhhhhhhhhhhhh", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:magnetringgreater", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greater Ring of Magnetization ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:magnetringgreater", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3062:10": { - "preRequisites:11": [ - 50054, - 68 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:charged_porter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Charged Porter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50120, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:charged_porter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3063:10": { - "preRequisites:11": [ - 50120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:advanced_charged_porter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Charged Porter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:advanced_charged_porter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3064:10": { - "preRequisites:11": [ - 50054, - 200 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The goggles of revealing are used to observe many Thaumic phenomena.\nMany of the thaumic fields, which are naturally intangible and impossible to observe, become evident while wearing these goggles.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:goggles" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Goggles of Revealing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50122, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3065:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It holds EMC, but for what?, the higher the tier, the more it can hold.\nThanks to Tomato_Is_Life for the text!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Klein Star Ein", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3066:10": { - "preRequisites:11": [ - 50054, - 209 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manatablet", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Tablet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manatablet", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3067:10": { - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe time in a bottle can increase the speed of machines at the cost of time. Time is accumulated in the bottle by having it in your inventory. You can only have one time in a bottle!\n\n§fCan accelerate things, but at the cost of time, what will you use this for?\nThanks to Tomato_Is_Life for the text!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:timeinabottle", - "tag:10": { - "timeData:10": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Time in a bottle", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:timeinabottle", - "tag:10": { - "timeData:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3068:10": { - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 1000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Capacitor (Basic)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50126, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 1000000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3069:10": { - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "naturescompass:naturescompass", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nature\u0027s Compass", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50128, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "naturescompass:naturescompass", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3070:10": { - "preRequisites:11": [ - 50054, - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Better than buckets, trust me!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reservoir (Basic)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50129, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3071:10": { - "preRequisites:11": [ - 50054, - 1154 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:reprocessed_cosmic_meatball" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reprocessed Cosmic Meatball", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:reprocessed_cosmic_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3072:10": { - "preRequisites:11": [ - 50054, - 119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrelens" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectre Lens", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrelens" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3073:10": { - "preRequisites:11": [ - 50122 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_checker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sanity Checker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:sanity_checker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3074:10": { - "preRequisites:11": [ - 50123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Exponential scaling!!!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:colossal_star_omega", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Colossal Star Omega", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectex:colossal_star_omega", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3075:10": { - "preRequisites:11": [ - 50124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaring", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Band of Mana ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50134, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaring", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3076:10": { - "preRequisites:11": [ - 50134 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": " ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaringgreater", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Greater Band of Mana", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "botania:manaringgreater", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3077:10": { - "preRequisites:11": [ - 50126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 4000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Capacitor (Hardened)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50136, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 4000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 162, - "OreDict:8": "ingotInvar", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3078:10": { - "preRequisites:11": [ - 50136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 9000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Capacitor (Reinforced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 9000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 161, - "OreDict:8": "ingotElectrum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3079:10": { - "preRequisites:11": [ - 50137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 16000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Capacitor (Signalum)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50138, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 16000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 165, - "OreDict:8": "ingotSignalum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3080:10": { - "preRequisites:11": [ - 50138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 25000000 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Capacitor (Resonant)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50139, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 25000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 167, - "OreDict:8": "ingotEnderium", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3081:10": { - "preRequisites:11": [ - 50139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_capacitor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wyvern Flux Capacitor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50140, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_capacitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3082:10": { - "preRequisites:11": [ - 50140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_capacitor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Flux Capacitor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50141, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_capacitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3083:10": { - "preRequisites:11": [ - 50129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Way better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reservoir (Hardened)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 162, - "OreDict:8": "ingotInvar", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3084:10": { - "preRequisites:11": [ - 50142 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "At the cost of sounding like a broken record, better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reservoir (Reinforced)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 161, - "OreDict:8": "ingotElectrum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3085:10": { - "preRequisites:11": [ - 50145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Just stop, it\u0027ll be BETTER for everyone!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reservoir (Resonant)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50144, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 167, - "OreDict:8": "ingotEnderium", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3086:10": { - "preRequisites:11": [ - 50143 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Gosh I love repeating myself, BETTER!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reservoir (Signalum)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 165, - "OreDict:8": "ingotSignalum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3087:10": { - "preRequisites:11": [ - 50130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:nano_cont_personal_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Personal Nano Bot Beacon Tier 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:nano_cont_personal_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3088:10": { - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Here is a list of all possible ways of producing RF.\n\nEach option is marked as Great, Good, or OK!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moh Powah Bebeh", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3089:10": { - "preRequisites:11": [ - 50147 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Thermoelectric generators are the best way to get started", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 1 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:early_game_energy" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3090:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This generator consumes leaves in a 7x7x7 range to produce RF.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_leaf_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leaf-Eating Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_leaf_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3091:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This generator consumes seeds and meats to generate RF.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_bio_reactor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bio Reactor (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50150, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_bio_reactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3092:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Radioactive blocks placed next to this generator will yield RF until they are fully decayed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:decay_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Decay Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:decay_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3093:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Generate RF by using a solid fuel and water.\nWater can be automated using an Aqueous Accumulator, or an Infinite Water Source.\nFuels can be automated using EMC, or through a variety of other methods...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steam Dynamo (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3094:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The compression dynamo accepts a variety of fluid inputs to produce RF. \nGenerally, the more steps it takes to obtain the fluid, the higher the energy output.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compression Dynamo (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3095:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The magmatic dynamo produces RF using lava.\nA pump in the nether can be a good way to get lots of lava, but there are also ways of creating endless amounts of it (better longterm).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magmatic Dynamo (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50154, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3096:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The numismatic dynamo takes various types of coins to produce RF.\nHow does it work?? I don\u0027t really get it, but the physics on terra are, well, very different from earth, and value, for some reason, can be safely converted into energy.\nA piece of solidified gold yields no energy, but as soon as I turn it into a coin, POWER!\nAlmost as if this world \u0027remembers\u0027 what people value.. which is, of course, absurd...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Numismatic Dynamo (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3097:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The enervation dynamo uses power-infused items (such as redstone) as fuel to produce RF.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enervation Dynamo (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3098:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The reactant dynamo uses a combination of a fluid and an item to produce RF.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reactant Dynamo (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3099:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Produce RF using protein, which is made with a Protein Reactor.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:protein_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Protein Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:protein_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3100:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Produce RF using Biofuel, which is made using a Bioreactor.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:biofuel_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Biofuel Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:biofuel_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3101:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Generates RF by burning Peat\nA dry peat bog placed in water can be tuned into peat fuel.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:peat_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Peat-fired Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50160, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:peat_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3102:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Generate RF by putting water and lava on opposite sides of the block.\nGeneration is optimized by putting two water and two lava sources on four sides of the block, and by extracting energy from one of the remaining ones.\nThree sources of lava and water each can be used if phantom energyfaces are available.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thermoelectric Generator (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3103:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This device can be connected to a rotor of some sort to produce RF.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kinetic Dynamo (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3104:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A large power producing beast of a multiblock, \nTakes Biodiesel or other types of combustible fuels.\nHas a high output but a high fuel usage, so think big when making a farm for this.\nProduces around 4096 Rf/t so pretty beefy early game \n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diesel Generator (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50163, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration1" - }, - "1:10": { - "Count:3": 5, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_device1" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - }, - "3:10": { - "Count:3": 13, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - }, - "4:10": { - "Count:3": 4, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - }, - "5:10": { - "Count:3": 9, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_decoration0" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3105:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Nutrient Distillation for RF!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_zombie_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zombie Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_zombie_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3106:10": { - "preRequisites:11": [ - 50164 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_franken_zombie_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frank\u0027n\u0027Zombie Generator (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50165, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_franken_zombie_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3107:10": { - "preRequisites:11": [ - 50162 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The simple flow of water can passively produce a small amount of RF from a water wheel connected to a dynamo.\nThe more flowing water, the higher the rate!\n\ntip: Up to three water wheels can be connected to a single dynamo.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:wooden_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Water Wheel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50166, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:wooden_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3108:10": { - "preRequisites:11": [ - 50162 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Above water water wheel?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:wooden_device1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Windmill", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:wooden_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3109:10": { - "preRequisites:11": [ - 50153 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 892, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bitumen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50168, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 892, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "refined_fuel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3110:10": { - "preRequisites:11": [ - 50168 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_canola_seed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Canola Seeds", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50169, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:item_canola_seed" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "empoweredoil" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3111:10": { - "preRequisites:11": [ - 50154 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The dynamo can be upgraded to include cooling, thus highly increasing energy output, depending on coolant.\nIn order to accept cooling, upgraded compression dynamos have to be adjacent to the thermal mediator.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 656, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Augment: Isentropic Reservoir", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50170, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 656, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermalexpansion:device", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "RSControl:1": 0, - "SideCache:7": [ - 0, - 1, - 1, - 1, - 1, - 1 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3112:10": { - "preRequisites:11": [ - 50155 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This upgrade can be used to modify the numismatic dynamo into accepting gems as inputs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 720, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Augment: Lapidary Calibration", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50171, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 720, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3113:10": { - "preRequisites:11": [ - 50171 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50172, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3114:10": { - "preRequisites:11": [ - 50156 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3115:10": { - "preRequisites:11": [ - 50157 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ghast_tear" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghast Tear", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ghast_tear" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "glowstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3116:10": { - "preRequisites:11": [ - 50174 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The elemental catalyzer allows for increased output from the reactant dynamo.\nThis limits the types of inputs the dynamo can accept.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 688, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Augment: Elemental Catalyzer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 688, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3117:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 3 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3118:10": { - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 2 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3119:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 5 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3120:10": { - "preRequisites:11": [ - 50178 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 6 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3121:10": { - "preRequisites:11": [ - 50179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:beacon" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 7 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50180, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3122:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Passive RF from the sun!\nThe more compact, the better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Panel (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50181, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3123:10": { - "preRequisites:11": [ - 50180 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "extendedcrafting:storage" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 9 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50182, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:defined_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3124:10": { - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chapter 4 Sources", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50184, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:singularity_master" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3125:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Passive RF from the sun!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Simple Photovoltaic Cell (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50185, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3126:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More solar panels!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_basic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Solar Panel (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50186, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_basic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3127:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 1:\nLitherite: 549 RF/t\nErodium: 729 RF/t\nKyronite: 1098 RF/t\nPladium: 1152 RF/t\nIonite: 1152 RF/t\nAethium: 1152 RF/t\n\n§fSeems like a solar panel with extra steps...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Array Controller (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_1" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cell_litherite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3128:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Produces RF by consuming advanced eldritch structures (check JEI recipes).\nTartarite Monoliths are an easily renewable source.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Empowered Monolith (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3129:10": { - "preRequisites:11": [ - 50185 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Bettah!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Photovoltaic Cell (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3130:10": { - "preRequisites:11": [ - 50186 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More better solar panels!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_advanced" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Solar Panel (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50190, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3131:10": { - "preRequisites:11": [ - 50190 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More better solar panels!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_du" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "DU Solar Panel (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_du" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3132:10": { - "preRequisites:11": [ - 50191 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More better solar panels!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_elite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elite Solar Panel (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:solar_panel_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3133:10": { - "preRequisites:11": [ - 50189 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More Bettah!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Photovoltaic Cell (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3134:10": { - "preRequisites:11": [ - 50193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Most Bettah!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibrant Photovoltaic Cell (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3135:10": { - "preRequisites:11": [ - 50181 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More compactness!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LV Solar Array (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3136:10": { - "preRequisites:11": [ - 50195 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More compactness!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MV Solar Array (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50196, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3137:10": { - "preRequisites:11": [ - 50196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More compactness!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HV Solar Array (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50197, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3138:10": { - "preRequisites:11": [ - 50197 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More compactness!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "EV Solar Array (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50198, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3139:10": { - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 2:\nLitherite: 3050 RF/t\nErodium: 4075 RF/t\nKyronite: 6125 RF/t\nPladium: 8175 RF/t\nIonite: 12275 RF/t\nAethium: 12800 RF/t\n\n§fReally why do they need to be so complicated?!?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Array Controller Tier 2 (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50199, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_2" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cell_erodium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3140:10": { - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 3:\nLitherite: 12005 RF/t\nErodium: 16023 RF/t\nKyronite: 24059 RF/t\nPladium: 32095 RF/t\nIonite: 48167 RF/t\nAethium: 64190 RF/t\n\n§fOh!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Array Controller Tier 3 (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50200, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_3" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cell_kyronite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3141:10": { - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 4:\nLitherite: 39771 RF/t\nErodium: 53055 RF/t\nKyronite: 79623 RF/t\nPladium: 106110 RF/t\nIonite: 159246 RF/t\nAethium: 212301 RF/t\n\n§fOOOOOOOHHHHHHH! I see...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_4" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Array Controller Tier 4 (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50201, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_4" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cell_pladium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3142:10": { - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 5:\nLitherite: 118943 RF/t\nErodium: 158510 RF/t\nKyronite: 237886 RF/t\nPladium: 317141 RF/t\nIonite: 475772 RF/t\nAethium: 634282 RF/t\n\n§fOk I get it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_5" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Array Controller Tier 5 (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50202, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_5" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cell_ionite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3143:10": { - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 6:\nLitherite: 332254 RF/t\nErodium: 442949 RF/t\nKyronite: 664508 RF/t\nPladium: 885898 RF/t\nIonite: 1329016 RF/t\nAethium: 1771965 RF/t\n\n§fI REALLY get it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_6" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solar Array Controller Tier 6 (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:solar_cont_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3144:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The yellorite reactor uses yellorium to produce RF.\nThe reactor is a hollow cuboid made out of casings, including at least two access points (input \u0026 output), a power tap, and a controller.\nA transparent version of casings can also be used.\nIn the hollow of the cuboid, it is possible to insert any number of vertical columns of fuel rods, capped with a control rod on the casing\nCooling (both fluids and blocks) can be added in the remaining hollow spaces.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorcontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellorite Reactor (Good - Great with Extreme Turbine)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorcontroller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorcasing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorfuelrod" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorcontrolrod" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactoraccessport" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:reactorpowertaprf" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:good_extreme_reactor_design" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3145:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Generate RF using Dew of the Void, which can be automated using a series of Vats.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_ender_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_ender_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3146:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Endergenic generators receive \u0027endergenic\u0027 pearls from a Pearl Injector, or an adjacent generator.\nReceiving a pearl produces a burst of energy, but keeping a pearl consumes energy, so timing is everything!\nEach generator will pass the endergenic hot potato to the next in line when receiving a redstone pulse.\nWith the right redstone timing and the right generator train, a lot of RF can be made.\nor you can be boring and go on youtube and look up a tutorial...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:endergenic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Endergenic Generator (Good - Laggy)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:endergenic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3147:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "All dynamos can be upgraded into steam, which in return can be used on extreme turbines...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 576, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Augment: Boiler Conversion (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50207, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 576, - "OreDict:8": "", - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3148:10": { - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Supersized Dynamo, uses a combination of many Dynamo fuels.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_reprocessor" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compression Engine (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50208, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_engine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3149:10": { - "preRequisites:11": [ - 50208 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Compression Engine (Great with Extreme Turbine)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50209, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3150:10": { - "preRequisites:11": [ - 50204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yellorite reactors can be upgraded into accepting water, and producing steam instead of power.\nSteam is consumed by a turbine, which is a hollow cuboid of casings (with a transparent variant) that has to include a controller, two fluid ports (input for steam \u0026 output for water) and a power tap.\nA rotor bearing has to be included in the middle of one of the turbine\u0027s faces.\nStarting from the bearing, any number of rotor shafts, blades, and coils (blocks of metals) can be used.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinecontroller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Turbine Controller (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50210, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinecontroller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinehousing" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinefluidport" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinepowertaprf" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinebearing" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinerotorshaft" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:turbinerotorblade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3151:10": { - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "A fission reactor is a cuboid of casings (edges \u0026 corners excluded) with at least one port for power output. For more info about the inside see attached quests.\n\nGiven a controller and casings around a cuboid, these reactors can be used for a variety of radioactive fuels.\nDepending on the fuels used, there are different heat requirements the reactor will need to fulfill to avoid meltdowns.\nThe website https://leu-235.com/ is the recommended way of building these reactors.\nDesign by Uchiwars also works well for power gen!\nhttps://imgur.com/gallery/vzBd16k", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_controller_new_fixed" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nuclear Fission (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50211, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_controller_new_fixed" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_block" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_port" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fission_automation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3152:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFuel cells are where your fuel goes. The more, the higher the energy and the higher the heat. If the heat is too high, things explode.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:cell_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reactor Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:cell_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3153:10": { - "preRequisites:11": [ - 50214 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oActive fluid coolers can be filled with fluids for better cooling. Ports are used to move fluids into the reactors. Pipes can be used inside the reactor.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:active_cooler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Active Fluid Cooler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50213, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:active_cooler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fission_port" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3154:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCoolers lower heat to prevent things from exploding. Each cooler has a different rule (only works if next to block x).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coolers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50214, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "nuclearcraft:cooler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3155:10": { - "preRequisites:11": [ - 50212 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oModerators increase the efficiency of cells (more power, less fuel), but they also increase heat. They need to be placed next to cells.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moderators", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50215, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot_block" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3156:10": { - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The token totem takes energy from from the outcome of mythic excavation. It starts off pretty bad, but a totem consuming all tokens is the third best energy source in the pack!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:tier19_token" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Token Totem (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50216, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3157:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Your first fission fuel! TSLEU-235 is also a thing! Same output, better power!\n\nThe uranium found on Terra seems to behave the same as Earth, time to split some isotopes!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_uranium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LEU-235 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50217, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3158:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Many thanks to Dr Zoidberg for adding the fuel quests\n\nUhhh, and thorium generates naturally as well, this planet is truly amazing!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_thorium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "TBU Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_thorium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3159:10": { - "preRequisites:11": [ - 50217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "On earth, depleted fission fuel can be rebred into other fissible isotopes, I assume the same can be done here...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_uranium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LEU-235 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50219, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3160:10": { - "preRequisites:11": [ - 50218 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Thorium is not the best for energy throughput, but accelerating its decay should yield good isotopes to be further bred into more fuels!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_thorium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted TBU Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50220, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_thorium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3161:10": { - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lefhm_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LEFHM Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50221, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:lefhm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3162:10": { - "preRequisites:11": [ - 50223, - 50217 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More radioactive isotopes? Better uranium fuel!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_uranium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HEU-233 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50222, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3163:10": { - "preRequisites:11": [ - 50220 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Sweet, some unstable uranium isotope! Time to make this baby burn!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:uranium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium-233", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3164:10": { - "preRequisites:11": [ - 50221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_lefhm_fuel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LEFHM Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50224, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:depleted_lefhm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3165:10": { - "preRequisites:11": [ - 50227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Time to get theoretical! It IS possible to make a nuclear fuel out of neptunium, but nobody ever succeeded...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:neptunium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Neptunium-237", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50225, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:neptunium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:neptunium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3166:10": { - "preRequisites:11": [ - 50225 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Time to change that!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_neptunium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LEN-236", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50226, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_neptunium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3167:10": { - "preRequisites:11": [ - 50219 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plutonium-241", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50227, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3168:10": { - "preRequisites:11": [ - 50227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Just a mix of random radioactive elements, will it work?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_mixed_oxide" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MOX-241 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50228, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_mixed_oxide" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3169:10": { - "preRequisites:11": [ - 50226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "...and of course it worked! Terra may make things a bit too easy...\n(or so that\u0027s what my players tell me sometimes)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_neptunium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LEN-236 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50229, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_neptunium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3170:10": { - "preRequisites:11": [ - 50219 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yup, made some plutonium!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plutonium-239", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50230, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3171:10": { - "preRequisites:11": [ - 50232 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Reprocessing this New fuel gives me even more Isotopes, I wonder if I can combine them somehow.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "nuclearcraft:plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plutonium-242", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50231, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "nuclearcraft:plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3172:10": { - "preRequisites:11": [ - 50222 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "And here\u0027s the other fissible plutonium isotope!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_uranium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HEU-233 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50232, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3173:10": { - "preRequisites:11": [ - 50230 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "More random radioactive isotopes?\nMore random radioactive isotopes!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_mixed_oxide" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MOX-239 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50233, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_mixed_oxide" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3174:10": { - "preRequisites:11": [ - 50229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Now, americium time!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:americium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Americium-242", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50234, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3175:10": { - "preRequisites:11": [ - 50230, - 50232 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Eureka! Now it\u0027s finally time for some serious breeding!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Down the Rabbit hole we go Alice!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50235, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3176:10": { - "preRequisites:11": [ - 50237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Yup! More unstable radiocative atoms go brrr, and no particle accelerators needed!\n(The first atom of Curium was made in an accelerator)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_curium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LECm-243 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50236, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3177:10": { - "preRequisites:11": [ - 50238 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Here on Terra, though, those radioactive scraps can be used to breed higher energy fuels.\nThe materials found here allow me to build more stable reactor casings, so I shouldn\u0027t have to detonate any nukes just to make new elements.\n(Which is what the US did during the cold war BTW)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:curium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Curium-243", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50237, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:curium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "nuclearcraft:curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3178:10": { - "preRequisites:11": [ - 50235 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Plutonium, on earth, is generally used to make more efficient nuclear plans.\nThe best fission reaction happens using uranium, but plutonium is a pain in the ass to dispose of, so instead, it\u0027s better to run it through fission again.\nWith good reinforced fission casings, though, it still makes some *not horrible power", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_plutonium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LEP-239 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50238, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3179:10": { - "preRequisites:11": [ - 50236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "And now, time to shit on earth\u0027s nuclear industry, the curium I made is safely fissible!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_curium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LECm-243 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50239, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3180:10": { - "preRequisites:11": [ - 50239 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Guess what? I made berkelium, and didn\u0027t have to blow up an entire arcipelago! The process is safe, and doesn\u0027t give birth to talking sponges!\nTurns out that the Bikini Atoll experiments, thanks to some terran cooling, are not the only way of breeding this element!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:berkelium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Berkelium-248", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50240, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:berkelium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3181:10": { - "preRequisites:11": [ - 50242 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It worked for berkelium, might as well try with californium...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_californium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HECf-249 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50241, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3182:10": { - "preRequisites:11": [ - 50244 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "...and what does berkelium break into?!?\nCalifornium Baby!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Californium-249", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50242, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3183:10": { - "preRequisites:11": [ - 50240 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "HaHa! I was successful in making a new fuel, Now I must run it through the fission chamber, hopefully it will last far longer than the previous fuels.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_berkelium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LEB-248 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50243, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3184:10": { - "preRequisites:11": [ - 50243 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Here is something that no man on earth ever did. Safe fission of berkelium, and even produced some energy from it!\n(for the record, this fission reaction is possible IRL, but only with nukes)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_berkelium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted LEB-248 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50244, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3185:10": { - "preRequisites:11": [ - 50241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "And californium works too!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "depletedFuelHECf249", - "id:8": "nuclearcraft:depleted_fuel_californium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Any depleted Fuel HECf-249", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50245, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "depletedFuelHECf249", - "id:8": "nuclearcraft:depleted_fuel_californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3186:10": { - "preRequisites:11": [ - 50245 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It appears I can contain one of the isotopes generated when reprocessing this new fuel, into a single block that will produce me 400 rf/t. Although it is a small amount, It seems to make a decent portable battery of sorts for small machines.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Portable Battery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50246, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3187:10": { - "preRequisites:11": [ - 50234 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Will it split?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_americium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HEA-242 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50247, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:fuel_americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3188:10": { - "preRequisites:11": [ - 50247 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "It will split!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_americium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Depleted HEA-242 Fuel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50248, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "nuclearcraft:depleted_fuel_americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3189:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "This reactor uses the fusion between gases to produce A TON of RF.\nIt is built with a controller in the middle. Out of each of the four \u0027arms\u0027 of the controller, at least one fusion connector should be placed.\nStarting from the ends of the connectors, electromagnets (preferrably of the transparent variety) are placed in a square toroid (leaving the middle empty).\nIn order to properly function, the electromagnets require power (provided by RF) and cooling (using active fluid coolers).\nIn a fusion reactor, central symmetry around the controller should be mantained for optimal results!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magnetic Confinement Fusion Reactor (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50249, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:fusion_electromagnet_idle" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:active_cooler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3190:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Controller Tier 1 (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50250, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3191:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The extreme pressure turbine is part of the promethium loop. Once you have made enough promethium, you can infinitely loop it through the turbine and a solid state reactor by inversting silver and neutron fluid.\n\nThe bigger your solid-state fusion reactor, the higher the energy output of this loop!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier5" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extreme Pressure Turbine (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50251, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_turbine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3192:10": { - "preRequisites:11": [ - 50251 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The solid-state fusion reactor consumes energy for almost all recipes, but promethium fusion will produce a lot of energy. The bigger the reactor, the higher the energy output!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_control_computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Solid-State Fusion Reactor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50252, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:fusion_control_computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3193:10": { - "preRequisites:11": [ - 50250 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Controller Tier 2 (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50253, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3194:10": { - "preRequisites:11": [ - 50253 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Controller Tier 3 (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50254, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3195:10": { - "preRequisites:11": [ - 50254 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_4" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Controller Tier 4 (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50255, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_4" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3196:10": { - "preRequisites:11": [ - 50255 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_5" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Controller Tier 5 (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50256, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_5" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3197:10": { - "preRequisites:11": [ - 50256 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_6" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lightning Controller Tier 6 (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50257, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lightning_cont_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3198:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "RF from ender pearls \u0026 ender eyes!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ender" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50258, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ender" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3199:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Redstone+Lava\u003dProfit", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_redstone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Heated Redstone Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50259, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_redstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3200:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Get some dragon\u0027s breath, make power!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_dragonsbreath" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Halitosis Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50260, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_dragonsbreath" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3201:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Like the furnace generator, but worse!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_survival" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Survival Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50261, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_survival" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3202:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Any solid fuel will work in this bad boy!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Furnace Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50262, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3203:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Food for power, the higher the calories, the better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_culinary" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Culinary Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50263, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_culinary" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3204:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Good enchantments make for a lot of RF, but bad ones are easier to make...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_enchant" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Disenchantment Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50264, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_enchant" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3205:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Energy from lava...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_lava" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magmatic Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50265, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_lava" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3206:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Runs on potions, but let\u0027s be honest, you\u0027re only going to use water bottles...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_potion" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Potion Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50266, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_potion" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3207:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Cold, icy stuff is all you need for RF!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ice" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Frosty Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50267, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ice" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3208:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "You can use gunpowder, but TNT is better!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_tnt" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Explosive Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50268, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_tnt" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3209:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Exactly as it sounds, energy from pink stuff!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_pink" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pink Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50269, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_pink" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3210:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Milk and slime? Gross...", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_slime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slimey Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50270, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3211:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "RF from Nether Stars?!?", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_netherstar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherstar Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50271, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_netherstar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3212:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Finally a use for rotten flesh (and other things)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_death" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Death Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50272, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_death" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3213:10": { - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Like the furnace generator, but faster!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_overclock" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Overclocked Generator (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50273, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_overclock" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3214:10": { - "preRequisites:11": [ - 50178 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Arc Reactor passively produces RF, as well as Arc Residue.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitite_enchanter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arc Reactor (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50274, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arc_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3215:10": { - "preRequisites:11": [ - 50178 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSalt reactors are used to process fission fuels and to heat NaK fluids, which can be used to generate power using a heat exchanger and a turbine.\n\nSee the multiblock preview for a preview of the exterior frame of a salt reactor.\n\nTo function, a salt reactor needs cooling, done through NaK fluids, and fuel, all of which follow proximity rules similar to fission reactors.\n\nInside a salt reactor, fluids are transported using coolant heaters (for NaK) and fission vessels (for fuel). These act similarly to fluid pipes, with a few extra rules.\n\nSimpler designs use fuel flowing from end to end, but if fluids can be properly handled, coolants and fission vessels can be placed anywhere within the coolants\u0027 rules. \n\nThe rules for a given coolant vessel depend on the fluid flowing through it and are the same as their solid fuel counterpart, e.g. NaK-Redstone filled coolant heaters have the same placement rules as passive redstone coolers.\n\nRight click each face of a vessel and coolant heater with an empty hand to change its input/output mode. Shift right click lets you change the opposite side.\n\nYou can place a new vessel with a copy of the settings of a previous vessel by shift right clicking it with a vessel to place (this can bug out unfortunately).\n\nThe easiest way to build a salt reactor is to configure a single layer of the interior setup first (starting from the middle block), followed by shift-clicking the next layers, and to build the outside frame at the end.\n\nTo connect two vessels (or coolant heaters) they should have FUEL SPREAD (or COOLANT SPREAD) on their exit face, entering a DEFAULT face. \n\nTouching coolant and fuel lines with different fluids should have DISABLED on touching faces.\n\nTo feed fluids from outside a salt reactor, vessels have to be connected to vents, both on the input and output side. \n\nTo connect a vessel (or coolant heater) to the output vent it should have DEPLETED OUT (or HOT COOLANT OUT) on the face touching the vent.\n\nFor each of the fuel byproducts required in progression, multiblock previews for interior reactor designs are provided. These will show an individual cross section that can be stacked into any length.\n\nIf NaK coolant is absent from inside the reactor, or if fluids cannot freely leave the reactor, it will melt down, making even more radiation. Make sure you are making plenty of coolant, and have a way to circulate it quickly.\n\nUsing a heat exchanger, it is possible to fully recycle NaK fluids, allowing for closed-loop designs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salt Reactor (OK)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50275, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_wall" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_frame" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:salt_fission_vent" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3216:10": { - "preRequisites:11": [ - 50179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:creative_solar_panel" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creative Solar Array (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50276, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:creative_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3217:10": { - "preRequisites:11": [ - 50180 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "One of these placed around each of the 16 running generators will make A TON of RF.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:rainbowgenerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rainbow Generator! (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50277, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:rainbowgenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3218:10": { - "preRequisites:11": [ - 50182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Dyson Discharger uses Charged Dyson Capacitors to produce RF.\nA single Dyson Sphere can charge Dyson Capacitors very quickly, so a really large number of Dischargers can be used from a single sphere.\nThis is essentially a creative generator with extra steps.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dyson Sphere (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50278, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_sphere" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_discharger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3219:10": { - "preRequisites:11": [ - 50179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The draconic reactor passively produces energy, at the cost of mantaining a forcefield around its core. If the core is stronger than the forcefield, expect a big (really big) boom.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:reactor_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Reactor (Good)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 50280, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:reactor_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:reactor_component" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:reactor_component" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:flow_gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3220:10": { - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "There are a ton of different minerals and metals to be found, here is how to get them all!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond_ore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All of the minerals!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70054, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3221:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:grass" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Overworld Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3222:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d0 and Y\u003d65", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3223:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between y\u003d20 and y\u003d96", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 129, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tin Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 129, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3224:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between y\u003d35 and y\u003d65", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 128, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 128, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3225:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d0 and Y\u003d35", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70059, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3226:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between y\u003d0 and y\u003d18", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3227:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between y\u003d1 and y\u003d28", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lapis Lazuli", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3228:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d0 and Y\u003d18", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3229:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found only in mountainous biomes, but testificates seem to have lots of it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emerald", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70063, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3230:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Coralium Infested Swamps, and at the bottom of oceans!\nCoralium Ore is craftable.\nFound in Nether Fortress chests.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:coralium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coralium Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:coralium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3231:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in Darklands biomes.\nFound in dragon dens.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalnite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:abyingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3232:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d30\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:nitre" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nitre", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "abyssalcraft:nitre" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3233:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found at every height.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "actuallyadditions:item_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70067, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "actuallyadditions:item_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3234:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d5 and Y\u003d21", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:jade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Jade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:jade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3235:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d9 and Y\u003d70.\nCan be found in a Treasure Box or a Shiny Box.\nCan be found in Loot Chests from Structures.\nCan be traded from a Metalloid for 15 Copper Coins.\nCan be dropped by Chimeras.\n\n- Most written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:limonite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Limonite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70069, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:limonite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3236:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be found between Y\u003d15 and Y\u003d49.\nCan be traded from a Metalloid for 20 Copper Coins.\nCan be harvested from lava at 40 Extraction, Stone at 85 Foraging, and Logs at 95 Logging.\nCan be found in Treasure Boxes and Shiny Boxes.\nLoot Chests from Structures may have these.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rosite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:rosite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3237:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be found between Y\u003d5 and Y\u003d132.\nCan be dropped by a Runic Guardian.\nCan be obtained by Deep Cases.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runium_chunk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Runium Chunk", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:runium_chunk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3238:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in riverbeds and sandy pools.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcraftingcomponent" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aquamarine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemcraftingcomponent" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3239:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be found between Y\u003d13 and Y\u003d31.\nCan spawn in Loot Chests from Structures.\nCan be found in a Gem Bag.\nCan be traded from a Metalloid for 40 Copper Coins.\nCan be dropped by a Bane.\nMobs killed by a Crystaneer have a chance of dropping it.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethyst" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Amethyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70073, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:amethyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3240:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d12 and Y\u003d74.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Certus Quartz Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3241:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d12 and Y\u003d42.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:garnet" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:garnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3242:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d16 and Y\u003d42.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:opal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Opal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:opal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3243:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d5 and Y\u003d30.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70077, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3244:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d10 and Y\u003d120.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:salt" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Salt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bewitchment:salt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3245:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Arid Biomes (Desert-Like), and as a chance drop from Advent of Ascension ores.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ruby", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70079, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3246:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Ocean Biomes, and as a chance drop from Advent of Ascension ores.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3247:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Plains Biomes, and as a chance drop from Advent of Ascension ores.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Peridot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3248:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Lush Biomes (Jungle-Like), and as a chance drop from Advent of Ascension ores.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Topaz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3249:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Cold Biomes, and as a chance drop from Advent of Ascension ores.\n\nAll ore is found below Y\u003d32. Specific gemstones are found in their own biome.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tanzanite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3250:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Swamps and Cold Biomes, and as a chance drop from Advent of Ascension ores.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Malachite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3251:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32 in Forest Biomes, and as a chance drop from Advent of Ascension ores.\n\nAll ore is found below Y\u003d32. Specific gemstones are found in their own biome.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3252:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be found below Y\u003d15.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arlemite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:arlemite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3253:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d5 and Y\u003d17.\nCan be dropped by Cave Crawlers and Caveclops.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Realmite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:realmite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3254:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d0 and Y\u003d17.\nWill be dropped by \"The Eye\"\n\n- Second part written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rupee Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:rupee_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3255:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconium Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70089, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:draconium_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3256:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d16 and Y\u003d68.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:ingotyellorium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellorium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70090, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "bigreactors:ingotyellorium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3257:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Only spawns above Y\u003d60.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apatite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apatite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70091, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "forestry:apatite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3258:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d40 and Y\u003d75.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 132, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aluminum Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 132, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3259:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d5 and Y\u003d30.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 131, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lead Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 131, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3260:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d5 and Y\u003d20.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 133, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nickel Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 133, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3261:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:metal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3262:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prosperity Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3263:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferium Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3264:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d32.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 23, - "OreDict:8": "", - "id:8": "techreborn:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3265:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d28.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boron Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70099, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3266:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d28.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lithium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70100, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3267:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d24.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magnesium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "nuclearcraft:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3268:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 105, - "OreDict:8": "", - "id:8": "projectred-core:resource_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrotine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 105, - "OreDict:8": "", - "id:8": "projectred-core:resource_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3269:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d30.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 772, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Niter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 772, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3270:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFound near lava in mountains.\n\nObtained as a byproduct of pulverizing many nether materials.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 771, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sulfur", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 771, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3271:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "techreborn:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zinc Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70105, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "techreborn:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3272:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d39 and Y\u003d40.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 23, - "OreDict:8": "", - "id:8": "techreborn:dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Galena Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70106, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 23, - "OreDict:8": "", - "id:8": "techreborn:dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3273:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Obtained from aluminum ore in an industrial grinder.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "techreborn:dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bauxite Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70107, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "techreborn:dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3274:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be dropped from Furious Zombies.\nThe ore can be found wherever there is stone, but is more common at higher elevations.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:amber" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amber (Thaumcraft)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:amber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3275:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Obtained by smelting Cinnabar Ore.\nFound at every level.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:quicksilver" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quicksilver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70109, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:quicksilver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3276:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found at all heights in the Overworld.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3277:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d5 and Y\u003d16.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 134, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Platinum Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 134, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3278:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d10 and Y\u003d80 in sand.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 892, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bitumen", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 892, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3279:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 135, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iridium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 135, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3280:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "From Rutile ore, very rare, obtained by electrolizing bauxite, found in dimensional doors!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "techreborn:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Titanium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "techreborn:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3281:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns from Y\u003d0 to Y\u003d127\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3282:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found near Bedrock.\nHolding a Resonating Wand will illuminate regions above Rock Crystal ores, and even highlight them through walls!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemrockcrystalsimple", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 400, - "sizeOverride:3": -1 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rock Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "astralsorcery:itemrockcrystalsimple", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 400, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3283:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns from Gravel, which spawns near water.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:flint" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flint", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:flint" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3284:10": { - "preRequisites:11": [ - 70055 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d20.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 893, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Destabilized Clathrate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 893, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3285:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:netherrack" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:netherrack" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3286:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:end_stone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "End Materials", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70120, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:end_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3287:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:void_ore_miner_cont_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projecte:item.pe_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3288:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aether Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70122, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:holystone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3289:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:miniature_structure" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Forest Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:twilight_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3290:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:swamp_talisman" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Betweenlands Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:betweenstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3291:10": { - "preRequisites:11": [ - 70054 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "erebus:portal_activator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Erebus Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "erebus:umberstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3292:10": { - "preRequisites:11": [ - 70054, - 78 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "biomesoplenty:earth" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terra System Minerals", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70126, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:divine_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3293:10": { - "preRequisites:11": [ - 70054, - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_rock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Twilight Realms", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70127, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3294:10": { - "preRequisites:11": [ - 70054, - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_rock" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "First Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70128, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ancient_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3295:10": { - "preRequisites:11": [ - 70054, - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Second Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70129, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3296:10": { - "preRequisites:11": [ - 70054, - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Third Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3297:10": { - "preRequisites:11": [ - 70054, - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fourth Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3298:10": { - "preRequisites:11": [ - 70054, - 145 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_block" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fifth Mythic Shell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3299:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3300:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Amethyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70134, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "biomesoplenty:gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3301:10": { - "preRequisites:11": [ - 70121 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Obtained through the Void Resource Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:mica" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mica", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:mica" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3302:10": { - "preRequisites:11": [ - 70122 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can drop when using Holystone tools.\nThe ore spawns in the Aether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:ambrosium_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ambrosium Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70136, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:ambrosium_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3303:10": { - "preRequisites:11": [ - 70123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created by combining a Liveroot, an Iron Ingot, and a Gold Nugget.\n\nCan be found in chests in the Twilight Forest.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ironwood Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:ironwood_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3304:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:octine_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Octine Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70138, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:octine_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3305:10": { - "preRequisites:11": [ - 70125 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "erebus:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70139, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "erebus:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3306:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 on Osiris.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Serpentine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70140, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:serpentine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3307:10": { - "preRequisites:11": [ - 70127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "May be dropped by The Sunstorm.\nBunnies and Eden Cadillion drop Eden Souls which can be used to make these fragments.\nFound in the Eden Dimension from DivineRPG.\nFound anywhere with stone.\nAlthough the ore is rainbow, the gem is red.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_fragments" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Eden Fragments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70141, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:eden_fragments" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3308:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:footbone_fragment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Footbone Fragment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:footbone_fragment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3309:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 104, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vityte Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 104, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3310:10": { - "preRequisites:11": [ - 70130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 137, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunastone Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70144, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 137, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3311:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 159, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Caesium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 159, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3312:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 179, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hassium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 179, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3313:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:ingots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ardite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "tconstruct:ingots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3314:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:ingots" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cobalt Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:ingots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3315:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether between Y\u003d5 and Y\u003d124.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:emberstone_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emberstone Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:emberstone_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3316:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found under Lava Lakes in the Nether.\nIf you hold it, fire spreads around you!\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:firestone_raw" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Raw Firestone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70150, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:firestone_raw" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3317:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "", - "id:8": "techreborn:dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sphalerite Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 50, - "OreDict:8": "", - "id:8": "techreborn:dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3318:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d36.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3319:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lapis Lazuli", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3320:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns in the Nether and the End.\nIn RFTools Dimensions, it can be found below Y\u003d40.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:dimensional_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimensional Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70154, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:dimensional_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3321:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Elemental Chamber dungeon in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 136, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mana Infused Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 136, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3322:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferium Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3323:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prosperity Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3324:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether on Netherack roofs and cliffs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone_dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glowstone Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:glowstone_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3325:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns below Y\u003d128.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3326:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns below Y\u003d16.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70160, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3327:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether between Y\u003d10 and Y\u003d40.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 894, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energized Clathrate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 894, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3328:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 39, - "OreDict:8": "", - "id:8": "techreborn:dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pyrite Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 39, - "OreDict:8": "", - "id:8": "techreborn:dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3329:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.\nCan be dropped from \"The Watcher\", which spawns from Wildfires or in the Nether.\nThe Ore looks like a full block but it requires being smelted.\nDestroys items coming in contact of it.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70163, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:netherite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3330:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.\nThe Ore looks like a full block but it requires being smelted.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bloodgem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloodgem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:bloodgem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3331:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Nether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "techreborn:dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cinnabar Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70165, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "techreborn:dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3332:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d10 and Y\u003d65.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70166, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3333:10": { - "preRequisites:11": [ - 70119 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns below Y\u003d17.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3334:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "techreborn:ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tungsten Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70168, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "techreborn:ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3335:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d20 and Y\u003d70 from sheldonite.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 134, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Platinum Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70169, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 134, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3336:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 48, - "OreDict:8": "", - "id:8": "techreborn:dust" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sodalite Dust", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70170, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 48, - "OreDict:8": "", - "id:8": "techreborn:dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3337:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d10 and Y\u003d80.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 895, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonant Clathrate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70171, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 895, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3338:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns below Y\u003d66.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70172, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3339:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d36.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3340:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns below Y\u003d16.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3341:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found between Y\u003d19.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3342:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lapis Lazuli", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3343:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns below Y\u003d128.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Coal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3344:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns in the Nether and the End.\nIn RFTools Dimensions, it can be found below Y\u003d40.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:dimensional_shard" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dimensional Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:dimensional_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3345:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferium Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3346:10": { - "preRequisites:11": [ - 70120 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prosperity Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70180, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3347:10": { - "preRequisites:11": [ - 70121 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Void Ore Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lonsdaleite_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lonsdaleite Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70181, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:lonsdaleite_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3348:10": { - "preRequisites:11": [ - 70121 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Tier 1 Void Ore Miner.\nYou\u0027ll need to craft some to get started.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:litherite_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Litherite Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70182, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:litherite_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3349:10": { - "preRequisites:11": [ - 70182 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Tier 1 Void Ore Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:erodium_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Erodium Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70183, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:erodium_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3350:10": { - "preRequisites:11": [ - 70183 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Tier 2 Void Ore Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:kyronite_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kyronite Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70184, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:kyronite_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3351:10": { - "preRequisites:11": [ - 70184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Tier 3 Void Ore Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:pladium_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pladium Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70185, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:pladium_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3352:10": { - "preRequisites:11": [ - 70185 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Tier 4 Void Ore Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:ionite_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ionite Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70186, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:ionite_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3353:10": { - "preRequisites:11": [ - 70186 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Created from a Tier 5 Void Ore Miner.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:aethium_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aethium Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "environmentaltech:aethium_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3354:10": { - "preRequisites:11": [ - 70122 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The ore spawns in the Aether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_gemstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zanite Gemstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:zanite_gemstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3355:10": { - "preRequisites:11": [ - 70122 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The ore spawns in the Aether.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:enchanted_gravitite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanted Gravitite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aether_legacy:enchanted_gravitite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3356:10": { - "preRequisites:11": [ - 70123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Can be crafted by combining an Iron Ingot and Fiery Blood.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70190, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:fiery_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3357:10": { - "preRequisites:11": [ - 70123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Labyrinth, Hollow Hill, and Dark Tower chests in the Twilight Forest.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steeleaf", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:steeleaf_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3358:10": { - "preRequisites:11": [ - 70123 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Only found in Goblin Strongholds in the Twilight Forest.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knightmetal Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "twilightforest:knightmetal_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3359:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Valonite Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3360:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sulfur", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3361:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slimy Bone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3362:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 39, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scabyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70196, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 39, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3363:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Syrmorite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70197, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3364:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns in The Betweenlands.\nSpawns below mud.\nRequires Purification in a Purifier.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:crimson_middle_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crimson Middle Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70198, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:crimson_middle_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3365:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns in The Betweenlands.\nSpawns below mud.\nRequires Purification in a Purifier.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:aqua_middle_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aqua Middle Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70199, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:aqua_middle_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3366:10": { - "preRequisites:11": [ - 70124 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns in The Betweenlands.\nSpawns below mud.\nRequires Purification in a Purifier.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:green_middle_gem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Green Middle Gem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70200, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thebetweenlands:green_middle_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3367:10": { - "preRequisites:11": [ - 70125 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "erebus:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bone Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70201, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "erebus:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3368:10": { - "preRequisites:11": [ - 70125 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 47, - "OreDict:8": "", - "id:8": "erebus:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gneiss Rock", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70202, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 47, - "OreDict:8": "", - "id:8": "erebus:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3369:10": { - "preRequisites:11": [ - 70125 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "erebus:materials" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Petrified Wood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "erebus:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3370:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 on Ptah.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Travertine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:travertine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3371:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 on Hator.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pink Marble", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:pink_marble" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3372:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 Orcus.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Metagabbro", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:metagabbro" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3373:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 on Falacer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Feldspar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70207, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:feldspar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3374:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 on Oi.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Agate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70208, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:agate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3375:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found below Y\u003d50 on Europa.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Onyx", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70209, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:onyx" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3376:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found on the surface of Hator.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery Pyrite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70210, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fiery_pyrite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3377:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in floating crystal clusters on Sedna.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 54, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sednanite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70211, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 54, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3378:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in hard-to-see meteors.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 76, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rhenium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 76, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3379:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in Myrmex nests.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 82, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Myrmitite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70213, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 82, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3380:10": { - "preRequisites:11": [ - 70126 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found inside special trees.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 118, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ogerite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70214, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 118, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3381:10": { - "preRequisites:11": [ - 70127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Wildwood dimension from DivineRPG.\nCan be crafted from Wildwood souls from Wildwood native mobs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_fragments" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wildwood Fragments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70215, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:wildwood_fragments" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3382:10": { - "preRequisites:11": [ - 70127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Apalachia dimension from DivineRPG.\nCan be crafted from Apalachia souls from Apalachia\u0027s native mobs.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_fragments" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Apalachia Fragments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70216, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:apalachia_fragments" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3383:10": { - "preRequisites:11": [ - 70127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Skythern dimension.\nCan be crafted from Skythern souls.\nFound where stone is.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_fragments" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skythern Fragments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70217, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:skythern_fragments" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3384:10": { - "preRequisites:11": [ - 70127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Mortum dimension from DivineRPG.\nThe ore spawns wherever Twilight Stone is.\nCan be crafted from Mortum souls, which drop from Mortum Cadillions, Basilisks, Demons of Darkness, Soul Stealers, and Twilight Archers.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_fragments" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mortum Fragments", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:mortum_fragments" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3385:10": { - "preRequisites:11": [ - 70130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 151, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brightsteel Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70219, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 151, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3386:10": { - "preRequisites:11": [ - 70130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 144, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chalcedony Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70220, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 144, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3387:10": { - "preRequisites:11": [ - 70130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Comes from the Runandor Dimension from Advent of Ascension.\nCan be found in Shiny Boxes.\nCan be found between Y\u003d1 to Y\u003d34 wherever there is Runic Bricks.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanium_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elecanium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70221, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:elecanium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3388:10": { - "preRequisites:11": [ - 70130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrupted_aragonite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corrupted Aragonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70222, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:corrupted_aragonite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3389:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 164, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Strontium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 164, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3390:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Greckon Dimension from Advent of Ascension, between Y\u003d28 and Y\u003d58.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghastly Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70224, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghastly_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3391:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Greckon Dimension from Advent of Ascension, between below Y\u003d28.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghoulish Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70225, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ghoulish_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3392:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 169, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rubidium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70226, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 169, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3393:10": { - "preRequisites:11": [ - 70131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Imperfect Gem of the Cosmos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70227, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3394:10": { - "preRequisites:11": [ - 70132 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyrestone_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyrestone Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70228, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyrestone_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3395:10": { - "preRequisites:11": [ - 70132 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Shyrelands Dimension by Advent of Ascension.\nCan be dropped by Xxeus and Stimulosus.\nCan be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.\nCan be found between Y\u003d64 to Y\u003d104 wherever there is Shyre Rock.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyregem" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyregem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70229, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:shyregem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3396:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:legbone_fragment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Legbone Fragment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70230, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:legbone_fragment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3397:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:chestbone_fragment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chestbone Fragment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70231, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:chestbone_fragment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3398:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skullbone_fragment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skullbone Fragment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70232, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:skullbone_fragment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3399:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Barathos Dimension from Advent of Ascension.\nCan be found from opening Shiny Boxes.\nCan be found in chests from a Baron Castle.\nSpawns between Y\u003d23 and Y\u003d36.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baronyte_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baronyte Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70233, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:baronyte_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3400:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Barathos Dimension from Advent of Ascension.\nCan be found from opening Shiny Boxes.\nCan be found in chests from a Baron Castle.\nSpawns below Y\u003d22.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:blazium_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blazium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70234, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:blazium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3401:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Barathos Dimension from Advent of Ascension.\nSpawns between Y\u003d24 and Y\u003d64.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:varsium_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Varsium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70235, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:varsium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3402:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 63, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluctuatite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70236, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 63, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3403:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Creeponia Dimension from Advent of Ascension, between Y\u003d21 and Y\u003d37.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gemenyte" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gemenyte", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70237, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:gemenyte" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3404:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Creeponia Dimension from Advent of Ascension, between Y\u003d21 and Y\u003d37.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:jewelyte" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jewelyte", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70238, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:jewelyte" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3405:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Creeponia Dimension from Advent of Ascension, between Y\u003d2 and Y\u003d15.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ornamyte" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ornamyte", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70239, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:ornamyte" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3406:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Deeplands Dimension from Advent of Ascension.\nCan be dropped by Kror.\nCan be found in Deep Cases.\nCan be found between Y\u003d70 and Y\u003d114 wherever there is Deep Rock.\n\n- Written by Bluecat.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:charged_runium_chunk" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Charged Runium Chunks", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70240, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:charged_runium_chunk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3407:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Abyss Dimension from Advent of Ascension.\nDropped by Jawe.\nOre generates below Y\u003d64.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:bloodstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloodstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70241, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:bloodstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3408:10": { - "preRequisites:11": [ - 70128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_powder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Recursive Powder", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70242, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:recursive_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3409:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 90, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Candyte Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70243, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 90, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3410:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 111, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Polonium Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70244, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 111, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3411:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:blue_gemstones" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blue Gemstones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70245, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:blue_gemstones" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3412:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:green_gemstones" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Green Gemstones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70246, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:green_gemstones" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3413:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purple_gemstones" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Purple Gemstones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70247, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:purple_gemstones" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3414:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:red_gemstones" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Gemstones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70248, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:red_gemstones" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3415:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:white_gemstones" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "White Gemstones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70249, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:white_gemstones" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3416:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:yellow_gemstones" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellow Gemstones", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70250, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:yellow_gemstones" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3417:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Spawns in the Ironmine Dimension from Advent of Ascension, below Y\u003d64 where Iro Stone is.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyon_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lyon Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70251, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:lyon_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3418:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Found in the Haven Dimension from Advent of Ascension.\nCan be dropped by \"Four Guardians\".\nCan spawn in chests in the Guardian Tower.\nCan be found between Y\u003d30 and Y\u003d69 in Haven Stone.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallite" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystallite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70252, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:crystallite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3419:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Obtained from the Mysterium Dimension.\nCan be found when opening a Shiny Box.\nCan be found below Y\u003d100.\n\n- Written by Bluecat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mystite_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mystite Ingot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70253, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "aoa3:mystite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3420:10": { - "preRequisites:11": [ - 70129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_sapphire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cursed Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 70254, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:cursed_sapphire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3421:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:variablestore" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Variable Store", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90000, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:variablestore" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:variable" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:portable_logic_programmer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3422:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPressurized fluid conduits can only move a single fluid per channel!\n\nAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_liquid_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pressurized Fluid Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_liquid_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3423:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe best storage option early game are crates!\n\nDanks and drawer walls can be used with storage buses to store large amounts of items!\n\nUse filing cabinets and junk storage units to store unstackable items!\n\nUse the ender library to store enchanted books!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "plankWood", - "id:8": "minecraft:planks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3424:10": { - "preRequisites:11": [ - 90056, - 5 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3425:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrawers are a cheap way of storing a lot of a single item. Upgrades can increase or decrease their capacity, and they allow for \u0027void excess\u0027 functionality.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "drawerBasic", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Any drawerBasic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "drawerBasic", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3426:10": { - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe compacting drawer allows for multiple compacted version of an item (nuggets ingots blocks) to be extracted.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:compdrawers" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compacting Drawer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90059, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:compdrawers" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3427:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDanks can be upgraded into storage units that can be plugged into digital storage systems.\n\nA good and compact alternative to drawer walls!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_1" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3428:10": { - "preRequisites:11": [ - 90057 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3429:10": { - "preRequisites:11": [ - 90061 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3430:10": { - "preRequisites:11": [ - 90062 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90063, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3431:10": { - "preRequisites:11": [ - 90063 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3432:10": { - "preRequisites:11": [ - 90060 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe upgrades keep on coming!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3433:10": { - "preRequisites:11": [ - 90065 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe upgrades keep on coming!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_3" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3434:10": { - "preRequisites:11": [ - 90066 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe upgrades keep on coming!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_4" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 4", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90067, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_4" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3435:10": { - "preRequisites:11": [ - 90067 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe upgrades keep on coming!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_5" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 5", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_5" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3436:10": { - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe drawer controller can be used to connect a network of touching drawers to be seen as a single inventory. Great for storage busses!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Drawer Controller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90069, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3437:10": { - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oController slaves can be used to connect parts of a drawer network for additional inputs and outputs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:controllerslave" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Controller Slave", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "storagedrawers:controllerslave" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3438:10": { - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrawer trim can be used to connect drawers to a controller without touching.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "drawerTrim", - "id:8": "storagedrawers:trim" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Any drawerTrim", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "drawerTrim", - "id:8": "storagedrawers:trim" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3439:10": { - "preRequisites:11": [ - 90068 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe upgrades keep on coming!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_6" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 6", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3440:10": { - "preRequisites:11": [ - 90072 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe upgrades keep on coming!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_7" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dank 7", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90073, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "dankstorage:dank_7" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3441:10": { - "preRequisites:11": [ - 90064 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3442:10": { - "preRequisites:11": [ - 90074 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Obsidian Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3443:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "The Black Hole Unit is a very efficient storage method that only accounts for one item. Is it better than a drawer tho?!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:black_hole_unit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Hole Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:black_hole_unit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3444:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Alchemical chests are a fairly cheap but powerful storage option.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:alchemical_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alchemical Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90077, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projecte:alchemical_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3445:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo store unstackable items!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "enderutilities:storage_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Junk Storage Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "enderutilities:storage_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3446:10": { - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_giant_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Small Storage Crate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90079, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_giant_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3447:10": { - "preRequisites:11": [ - 90079 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_giant_chest_medium" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Medium Storage Crate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_giant_chest_medium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3448:10": { - "preRequisites:11": [ - 90080 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_giant_chest_large" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Large Storage Crate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_giant_chest_large" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3449:10": { - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCan be upgraded to increase its internal buffer. It can also accept holding.\n\nBase: 20 buckets\nHardened: 80 buckets\nReinforced: 180 buckets\nResonant: 500 buckets", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:tank", - "tag:10": { - "Level:1": 0, - "RSControl:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Portable Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:tank", - "tag:10": { - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3450:10": { - "preRequisites:11": [ - 90085 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 8 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:tank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3451:10": { - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 16 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:tank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3452:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHere you can find all available options for storing fluids!\n\nAll options are good and viable, but some may be better suited for specific tasks.\n\nFor accessibility and convenience, fluid drawers are great!\n\nFor large amouts of fluids, black hole tanks are the best!\n\nFor early game high-capacity options, drums are awesome!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3453:10": { - "preRequisites:11": [ - 90084 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:tank_iron_valve" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:glass" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:tank_iron_valve" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:tank_iron_wall" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3454:10": { - "preRequisites:11": [ - 90086 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:tank_steel_valve" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steel Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:glass" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:tank_steel_valve" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "railcraft:tank_steel_wall" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3455:10": { - "preRequisites:11": [ - 90087 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Holds max int millibuckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:black_hole_tank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Hole Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "industrialforegoing:black_hole_tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3456:10": { - "preRequisites:11": [ - 1000 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRequires ajacent blocks to be water to work faster!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:device", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "RSControl:1": 0, - "SideCache:7": [ - 0, - 1, - 0, - 0, - 0, - 0 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aqueous Accumulator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90089, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:device", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "RSControl:1": 0, - "SideCache:7": [ - 0, - 1, - 0, - 0, - 0, - 0 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3457:10": { - "preRequisites:11": [ - 1000 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:water_source" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinite Water Source", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90090, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:water_source" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3458:10": { - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 16 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 16000, - "Empty:8": "" - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90091, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 16000, - "Empty:8": "" - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3459:10": { - "preRequisites:11": [ - 90091 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHolds 32 buckets.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 32000, - "Empty:8": "" - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pressurized Fluid Tank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 32000, - "Empty:8": "" - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3460:10": { - "preRequisites:11": [ - 90090 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:water_source_compact" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compact Infinite Water Source", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:water_source_compact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3461:10": { - "preRequisites:11": [ - 90090 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:water_source_dense" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dense Infinite Water Source", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nuclearcraft:water_source_dense" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3462:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oXnet is a medium-power logistics tool.\n\nIt is the recommended way to manage passive automations of lots of different items coming in and out of machines.\n\nIt is much more performant than EnderIO conduits for item transfer.\n\nXnet can also be used to mode energy, although the transfer rate may not be high enough for all applications.\n\nBecause of a bug with the mod, conduits are still better than Xnet for fluid automation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Xnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3463:10": { - "preRequisites:11": [ - 90103 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe thermal energy cell is the basic energy storage block. It can be upgraded into stronger versions using upgrade and conversion kits.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3464:10": { - "preRequisites:11": [ - 90096 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCapacitor banks can be assembled into multiblocks to increase their storage and transfer rate.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Capacitor Bank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3465:10": { - "preRequisites:11": [ - 90097 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Capacitor Bank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3466:10": { - "preRequisites:11": [ - 90098 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibrant Capacitor Bank", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90099, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "enderio:block_cap_bank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3467:10": { - "preRequisites:11": [ - 90101, - 90099 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe draconic energy core is part of a multiblock that stores energy.\n\nYou can activate a multiblock preview after placing down the energy core.\n\nAll tiers but the max are craftable (with some effort) in chapter 2!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "draconicevolution:particle_generator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Energy Core ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90100, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:energy_storage_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3468:10": { - "preRequisites:11": [ - 90102 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:high_voltage_su" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MFSU", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:high_voltage_su" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3469:10": { - "preRequisites:11": [ - 90096 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:medium_voltage_su" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MFE", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:medium_voltage_su" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3470:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFor long term, the draconic energy orb is the best option, and it is craftable in chapter 2.\n\nUntil then, large stacks of vibrant capacitor banks will do the trick!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3471:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o5x5x5", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Small Compact Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3472:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o3x3x3", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tiny Compact Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90105, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3473:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Compact Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90106, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "compactmachines3:psd" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "nuclearcraft:compound" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3474:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o7x7x7", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Normal Compact Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90107, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3475:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o9x9x9 (perfection)", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Large Compact Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3476:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o11x11x11", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Giant Compact Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90109, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3477:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEvery Xnet system requires a controller, a connector for each inventory you want to interact with, and network cables to connect them.\n\nThe controller requires power, which should come from an external source (flux point my beloved). Do not power your Xnet controller with an Xnet connector, it will cause lag.\n\nFor conduits and ducts, each individual connection is handled independently. For Xnet, each connection to other inventories in handled by the controller GUI. \n\nAll inventories that have connectors and valid network cable connections will show up on the controller. You can double click an inventory to see its location in-world.\n\nA single Xnet setup can do up to 8 functions at the same time, described by 8 channels, corresponding to the columns in the GUI.\n\nEach channel can be configured to do:\n\nEnergy transfer: set individual inventories as energy inputs or outputs, useful for powering single-block machines that also need item automation.\n\nItem transfer: set individual inventories as inputs or outputs of specific filtered or general items; you can specify what sides to interact with for sided machines like furnaces.\n\nLogic (redstone): you can add sensors (produce redstone if chest has over X amount of item A); additionally, both item and energy channels can receive logic signals to turn on/off their function (move item B if receiving redstone signal); logic (redstone) channels can be colored as well to operate independently.\n\nFluid transfer: it\u0027s bugged, don\u0027t use it\n\nRFTools: combined with the storage interface from RFTools, you can make mini AE2 networks.\n\nComputerCraft Plethora: you can interact with computers.\n\n\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Controller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3478:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEvery Xnet system requires a controller, a connector for each inventory you want to interact with, and network cables to connect them.\n\nLike cables, connectors can be dyed to allow for different setups next to each other.\n\nConnectors are placed on a side of inventories and machines, but they can interact with any side. So you can extract from the bottom while the connector is on the top (if you have to work with sided machines). This can be specified in the controller GUI.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:connector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Connector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:connector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3479:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:advanced_connector", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.advanced_connector_blue.name" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Connector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:advanced_connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:connector_upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3480:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEvery Xnet system requires a controller, a connector for each inventory you want to interact with, and network cables to connect them.\n\nCables can be colored if you want to have different Xnet setups next to each other.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.netcable_blue.name" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Network Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:netcable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3481:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRouting cables and connectors are used to link routers to each other, if for some reason you need even more channels to interact between each other.\n\nRouters connected by routing cables and connectors will work the same way, but using the right side of the GUI as well.\n\nBoth local (left) and remote (right) channels can interact with each other, and be unified, as long as they have the same label in the router GUI.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.netcable_routing.name" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Routing Network Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.netcable_routing.name" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "xnet:connector", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.connector_routing.name" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3482:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA router can be used to share functionality between different Xnet setups.\n\nIf multiple different Xnet setups are connected to the same router, individual channels can be unified between them.\n\nThe left side of the router GUI lists all channels in all Xnet setups attached to the router. If two channels are given the same label in the router, they will start acting as the same channel, split between different Xnet controllers.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:router" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Router", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:router" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3483:10": { - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWireless routers and antennas can be used instead of multiple routers being connected by routing cables, if you want to connect Xnet setups, and share channels, wirelessly.\n\nThey work like regular routers, but they need energy.\n\nThe antenna base is placed on top of the wireless router.\n\nRegular antennas can be placed on top of the antenna base for short distance connections.\n\nAntenna dishes are used for large distance connections instead of antennas.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:wireless_router" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Router", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:wireless_router" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:antenna_base" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:antenna" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "xnet:antenna_dish" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3484:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_1024k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "1024k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_1024k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_fluid_1024k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3485:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_256k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "256k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_256k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_fluid_256k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3486:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_4096k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "4096k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_4096k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_fluid_4096k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3487:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_16384k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "16384k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90120, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_16384k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_cell_fluid_16384k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3488:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_64k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "64k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_64k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_storage_cell_64k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_cell_64k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3489:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSpeeds up import and export buses item transfer rate.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 30, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Acceleration Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90122, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 30, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3490:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 26, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 26, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3491:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAdds more pattern slots to ME interfaces!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 58, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pattern Expansion Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 58, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3492:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTurns the whitelist in export and import buses into a blacklist.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inverter Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3493:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe fuzzy card adds the ability to move multiple variants of an item (EG different copper ingots) through a bus.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 29, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fuzzy Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90126, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 29, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3494:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oToggle busses can be used to connect or disconnect a section of a AE2 network using redstone.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 80, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Toggle Bus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90127, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 80, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 100, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3495:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe level emitter can be configured to output a signal whenever the quantity of a given item is above or below a threshold. \nCrafting cards can be added to make the level emitter produce a redstone signal whenever an item is being crafted.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 280, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Level Emitter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90128, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 280, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 281, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3496:10": { - "preRequisites:11": [ - 90130 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe energy acceptor is used to input energy into a basic (8 channels) AE2 network. \nFor larger numbers of channels, the ME controller should be used.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:energy_acceptor" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Acceptor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90129, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:energy_acceptor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3497:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oApplied Energistics is a high-capability logistics mod.\n\nAlone, it can manage a large part of your base, including item storage, autocrafting, and managing passive automations externally.\n\nExpect to build a massive AE2 network, and likely a ton of small ones too!\n\nThe following quests show all tools available in this complex but powerful mod!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Base Management", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3498:10": { - "preRequisites:11": [ - 90129 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ME controller is the heart of every AE2 system.\nEach controller can output 8 (basic) to 32 (dense) channels from each side, depending on the type of ME cable used.\nOnly one controller is allowed for a given network. Multiple controllers can be combined to form multiblocks. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:controller" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Controller", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3499:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oME storage busses use one channel to connect to an inventory. Any items contained in the inventory will become part of the network, and can be seen in the terminals.\n\nExtract only mode makes it so you can see the storage in your terminal, but the network will not store new items into the storage.\n\nInsert only mode makes it so you will not be able to see the storage in your terminal, but it will force the network to move items into the storage.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 220, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Storage Bus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 220, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 221, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3500:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe use of this bus is discouraged!\n\nThe crafting card can be added to interfaces and export buses to force craft an item if it\u0027s not present in storage.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 53, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafting Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 53, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3501:10": { - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases the number of configurable slots in export, import, and storage buses.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 27, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Capacity Card", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90134, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 27, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3502:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_16k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "16k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_16k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_storage_cell_16k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_cell_16k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3503:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_4k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "4k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90136, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_4k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_storage_cell_4k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_cell_4k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3504:10": { - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ME dual interface can store patters for recipes that contain both items and fluids.\n\nFluids will have to be moved with conduits or other fluid transport.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:dual_interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Dual Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:dual_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3505:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe automation interface is not recommended for autocrafting, but it is a cheap option.\n\nUsing package crafters is recommended!\n\nPlace the automation upgrade on top of any extended crafting table to encode a single recipe for automation.\n\nIf placed adjacent to an unpackager that has been configured with the same recipe (you will need a packager too), the recipe can be automated similarly.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automation Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90138, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3506:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe package crafters for each extended crafting table are placed around an unpackager, and they work like molecular assemblers for extended recipes.\n\nYou can place multiple package crafters around an unpackager (up to six) to parallelize recipes and faster processing.\n\nSince each packager/unpckager pair holds up to 20 recipes, you can have setups that handle 20 recipes for each table.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:basic_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90139, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:basic_crafter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:advanced_crafter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:elite_crafter" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:ultimate_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3507:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace the ender package crafter next to a properly configured unpackager to autocraft with it!\n\nThe more ender alternators you place around the crafter (you need at least one), the faster it will craft!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:ender_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90140, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:ender_crafter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:ender_alternator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3508:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oME glass cables are the simplest way to transfer channels to make a AE2 network. \nThey can carry up to 8 channels, but they do not display how many are currently used.\n\nIn general, you should use smart cables instead!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Glass Cable - Fluix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90141, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3509:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSmart cables can carry up to 8 channels, and they display how many are being used.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 56, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Smart Cable - Fluix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 56, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3510:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ME drive is used to store storage cells.\n\nStorage cells are like chests that contain items/fluids.\n\nEach cell stores 63 different stacks, and a certain amount of items depending on the tier.\n\nThe following quests list all tiers of cells!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:drive" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Drive", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:drive" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3511:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDense cables carry up to 32 channels, and they display how many are in use.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 76, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Dense Smart Cable - Fluix", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90144, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 76, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3512:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSmart cables that can fit in the same block space as other conduits.\n\nGood for compactness!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_me_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_me_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3513:10": { - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDense cables that can fit in the same block space as other conduits.\n\nGood for compactness!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_me_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dense ME Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_me_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3514:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oNormally, when working with patterns for \u0027normal\u0027 recipes, you just need one interface.\nTo encode these recipes, you need two blocks! \n\nThe packager is the first! You should put your first package recipe holder in a packager.\n\nThese can be placed anywhere in your AE2 network, but for organization it\u0027s a good idea to put them close to their respective unpackager.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:encoder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Packager", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:packager" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3515:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oYou should use a packager/unpackager pair. Place the combination package crafter adjacent to the unpackager.\n\nTo perform recipes, the package combination crafters needs marked pedestals around it, one for each individual item!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:combination_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Combination Package Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90150, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:combination_crafter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedexcrafting:marked_pedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3516:10": { - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like a molecular assembler, where inputs such as filled buckets will be treated directly as fluids.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extracells:fluidcrafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Fluid Assembler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extracells:fluidcrafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3517:10": { - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe fluid interface lets you encode processing recipes with fluid inputs and outputs!\n\nPlace a pattern into the interface to add the recipe to they network.\n\nWith some machines, you may need to use conduits or other pipes to extract and insert!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Fluid Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3518:10": { - "preRequisites:11": [ - 1232 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe interface has two functions, see the section on network I/O for an explanation on the other functionality.\n\nThe slots at the bottom on an interface GUI can be used to store patterns. Each pattern encodes a recipe or processing step.\n\nIf the interface is touching a molecular assembler, it will perform a crafting recipe.\n\nIf the interface is next to a machine (furnace, pulverizer, chest, etc) it will perform a processing recipe.\n\nSome machines don\u0027t auto output, so you will have to use conduits or other transfer pipes to put machine outputs back into the interface.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:interface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3519:10": { - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo encode recipes that have more than 9 inputs at once, you cannot use the pattern terminal. Instead, you should use the package recipe encoder to set package recipe holders (these are your patterns).\n\nFor each set of recipes, you should encode TWO recipe holders. Each recipe holder can do up to 20 recipes, categorized as processing, and as each of the extended crafting mechanics.\n\nTo encode a recipe, you can do it similarly to how a pattern terminal works! The plus sign in JEI will work!\n\nYou should NOT encode multiple recipe types (processing, basic table, etc) on the same recipe holder pair!\n\nMake sure you save your recipe holders!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:recipe_holder" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Package Recipes", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90154, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:recipe_holder" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "packagedauto:encoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3520:10": { - "preRequisites:11": [ - 1232 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPatters are used to store crafting and processing recipes so that your AE2 network can autocraft!\n\nPatterns are encoded in the pattern terminal (any type).\n\nTo perform a recipe, place a pattern into an interface. If this is set up correctly, you will be able to requiest automatic crafting of items from your crafting terminal!\n\nIf the interface is touching a molecular assembler, it will perform a crafting recipe.\n\nIf the interface is next to a machine (furnace, pulverizer, chest, etc) it will perform a processing recipe.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 52, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blank Pattern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 52, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3521:10": { - "preRequisites:11": [ - 1232 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMolecular assemblers are used to perform crafting recipes.\n\nThe more molecular assemblers are touching an interface, the faster it will craft.\n\nAcceleration cards can be used on molecular assemblers!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:molecular_assembler" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Molecular Assembler", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:molecular_assembler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3522:10": { - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_1k", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "1k ME Storage Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:storage_cell_1k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:fluid_storage_cell_1k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_cell_1k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3523:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe import buses are used to input items from external inventories into your AE2 network.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 240, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Import Bus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 240, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 241, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_import" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3524:10": { - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe export buses are used to move items/fluids/essentia from the AE2 network to external inventories.\n\nAn export bus pointing into a chest will put items into the chest.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 260, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Export Bus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 260, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 261, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_export" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3525:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCrafting storage lets you store the information for a given autocrafting task, the bigger the crafting storage, the bigger the craft.\n\nMultiple storages can be stacked in a crafting processing unit.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_1k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "1k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_1k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3526:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCo-Processing units let you parallelize some of the intermediate steps in crafting recipes!\n\nThe more co-processing units, the more parallelization.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_accelerator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafting Co-Processing Unit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_accelerator" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:coprocessor_4x" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:coprocessor_16x" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:coprocessor_64x" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3527:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_4k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "4k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90163, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_4k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3528:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_16k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "16k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_16k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3529:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_64k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "64k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90165, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:crafting_storage_64k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3530:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_256k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "256k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90166, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_256k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3531:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_1024k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "1024k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_1024k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3532:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_4096k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "4096k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90168, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_4096k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3533:10": { - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_16384k" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "16384k Crafting Storage", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90169, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "nae2:storage_crafting_16384k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3534:10": { - "preRequisites:11": [ - 90191 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16384, - "OreDict:8": "", - "id:8": "computercraft:computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Computer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90170, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16384, - "OreDict:8": "", - "id:8": "computercraft:computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3535:10": { - "preRequisites:11": [ - 1228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo access your AE2 network wirelessly, you will first need a security terminal and a wireless access point.\n\nThe security terminal is for linking your wireless terminal to a network. Simply insert your wireless terminal and take it right back out. The wireless access point is for extending the range of your wireless terminal. \n\nBy default, there is a 16 block range, but this can be increased by giving the wireless access point booster cards. This will exponentially increase both the range and the power consumption of the device. The maximum is 64 booster cards for a range of 544 blocks and 8.21 kRF per tick.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_access_point" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Wireless Access Point", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90171, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:wireless_access_point" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:security_station" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 42, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3536:10": { - "preRequisites:11": [ - 1222 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSmall energy cell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:energy_cell", - "tag:10": { - "internalCurrentPower:6": 200000.0, - "internalMaxPower:6": 200000.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:energy_cell", - "tag:10": { - "internalCurrentPower:6": 200000.0, - "internalMaxPower:6": 200000.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3537:10": { - "preRequisites:11": [ - 90173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBig energy cell!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:dense_energy_cell", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dense Energy Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:dense_energy_cell", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3538:10": { - "preRequisites:11": [ - 90174 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oProvides infinite energy to your AE2 network.\n\nIf you have this, you won\u0027t need to give power to your controllers and energy acceptors!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:creative_energy_cell" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Creative Energy Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:creative_energy_cell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3539:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe crafting terminal has a crafting table that lets you access your entire storage system with JEI + sign compatibility!\n\nYou can import recipes from JEI. If an item shows as blue in the JEI recipe preview, you can middle click on it to automatically autocraft it!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 360, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Crafting Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 360, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3540:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe fluid terminal lets you access all fluids stored in your AE2 storage system.\n\nUse buckets and other fluid storage to extract fluids from the terminal!\n\nWARNING: if you plan to manage fluids with AE2, you should use a subnet to store and move fluids, and prevent access from the main network. This will reduce lag by a lot!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 520, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Fluid Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 520, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3541:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe interface terminal lets you access all of the interfaces in your ME network.\n\nYou can use this terminal to place patterns into interfaces!\n\nIf you name your interfaces, you can search them by name!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 480, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Interface Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 480, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3542:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like the crafting terminal, but it\u0027s an arcane workbench!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:arcane_terminal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arcane Crafting Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:arcane_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3543:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe essentia terminal lets you see all the thaumcraft essentia stored in your AE2 storage system.\n\nUse phials to extract essentia from the terminal!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_terminal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Essentia Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90180, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumicenergistics:essentia_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3544:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 521, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Interface Configuration Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90182, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 521, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3545:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like the pattern terminal, but can encode recipes with fluids as well!\n\nYou should have both a fluid pattern terminal and a pattern terminal!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:part_fluid_pattern_terminal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Fluid Pattern Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90183, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2fc:part_fluid_pattern_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3546:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe ME pattern terminal lets you encode recipes into patterns for autocrafting.\n\nPatterns have two modes: \u0027Crafting Pattern\u0027 works for molecular assembler recipes, \u0027Processing Pattern\u0027 mode works for any interface-machine interaction!\n\nPress R on an item in JEI to add it as a recipe. Click and drag items in JEI to add them as recipes manually!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 340, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Pattern Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90184, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 340, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3547:10": { - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe extended processing pattern terminal works like a pattern terminal, but has 16 inputs and 3 output slots!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 341, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Extended Processing Pattern Terminal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90185, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 341, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3548:10": { - "preRequisites:11": [ - 1228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWireless connectors are a lower-scale version of the quantum bridge. \n\nThey have a very high energy cost, growing quadratically with distance. They will not work across dimensions.\n\nOnly one network requires power for both to function.\n\nUse the setup kit to link two connectors together.\n\n§7§oThanks to Fox and StaffiX for the help!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:wireless" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wireless Connector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90186, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:wireless" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "ae2stuff:wireless_kit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3549:10": { - "preRequisites:11": [ - 1228 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe quantum bridge is a multiblock that allows you to do two things: \n\nTransfer 32 channels wirelessly over infinite distances and between dimensions.\nObtain a pair of entangled singularties and a pair of quantum bridges that you would like to connect. Place an entangled singularity in each quantum bridge to link them.\nBoth sides of the connection should have a power input, either from the Controller or from an Energy Acceptor, and both should have at least one Energy Cell.\nYou can use these to run p2p subnets, but they may misbehave depending on the complexity of your subnet.\n\nInfinitely expand the range of your wireless terminals.\nConnect a quantum bridge to the network which you would like to access wirelessly. Insert the quantum link card into the quantum bridge. Note that this will prevent you from inserting an entangled singularity because a quantum bridge can only have one function at a time. This also replaces the need for a wireless access point.\n\nThanks to Fox for the Help!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:quantum_ring" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "ME Quantum Ring", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:quantum_ring" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:quantum_link" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 48, - "OreDict:8": "", - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3550:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 460, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "P2P Tunnel - ME", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 460, - "OreDict:8": "", - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3551:10": { - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe network tool lets you see how many components are connected to your AE2 network, and how much power it needs to run!\n\nRight click an ME controller!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:network_tool" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Network Tool", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "appliedenergistics2:network_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3552:10": { - "preRequisites:11": [ - 90191 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "computercraft:peripheral" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Monitor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90190, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "computercraft:peripheral" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3553:10": { - "preRequisites:11": [ - 90192 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "computercraft:computer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Computer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "computercraft:computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3554:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Computers!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "paneGlass", - "id:8": "minecraft:glass_pane" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3555:10": { - "preRequisites:11": [ - 90191 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "computercraft:turtle_expanded", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Turtle", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "computercraft:turtle_expanded", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3556:10": { - "preRequisites:11": [ - 90193 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "computercraft:turtle_advanced", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Turtle", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "computercraft:turtle_advanced", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3557:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oScans the blockspace adjacent to the red circle.\n\nProduces a redstone signal if the block type in that space matches the target one.\n\nThe target is set by clicking \u0027set to current block\u0027.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:scanner" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scanner", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3558:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese are machines that can be used to iteract with the world!\n\nThe mechanical user is the most versatile and customizable clicker!\n\nThe ranged collector is the best vacuum hopper for performance!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Interaction Machines", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90196, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3559:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSimulates various types of player clicks.\n\nYou can cycle through the clicking type, left or right click, and what slot to use to perform the click.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:user" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanical User", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90197, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:user" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3560:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomatically places blocks from its internal buffer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_placer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto-Placer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90198, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3561:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlaces blocks into a specific block space at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_placer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom Placer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90199, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3562:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomatically breaks blocks and places them in its internal buffer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_breaker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto-Breaker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90200, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_breaker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3563:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_directional_breaker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Long-Range Breaker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90201, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_directional_breaker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3564:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBreaks blocks into a specific block space at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_breaker" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom Breaker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90202, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_breaker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3565:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDrops items vertically in an exact straight line.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_dropper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automatic Precision Dropper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_dropper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3566:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCounts entities of the specified type within the specified range, outputs a redstone signal accordingly.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:entity_detector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entity Detector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:entity_detector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3567:10": { - "preRequisites:11": [ - 90204 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCounts entities of the specified type (including specific items) within the specified range, outputs a redstone signal accordingly.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:entity_detector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Entity Detector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:entity_detector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3568:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBind to an inventory to allow item I/O at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantomface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantomface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantomface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3569:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBind to a blockspace to receive redstone inputs at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_redstoneface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom Redstoneface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90207, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_redstoneface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3570:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBind to an inventory to allow fliod I/O at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_liquiface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom Liquiface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90208, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_liquiface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3571:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBind to an inventory to allow energy I/O at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_energyface" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Phantom Energyface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90209, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_phantom_energyface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3572:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomatically places fluids from its internal buffer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_fluid_placer" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Placer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90210, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_fluid_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3573:10": { - "preRequisites:11": [ - 90210 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAutomatically collects fluids and places them in its internal buffer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_fluid_collector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Collector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90211, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_fluid_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3574:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects items and XP at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:vacuum_hopper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vacuum Hopper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90212, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "openblocks:vacuum_hopper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3575:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects items at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_ranged_collector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ranged Collector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90213, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_ranged_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3576:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects items at a distance. Can accept upgrades and filters.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_vacuum_chest" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vacuum Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90214, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_vacuum_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3577:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_vacuum" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Collector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90215, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "cyclicmagic:block_vacuum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3578:10": { - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects items at a distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:itemcollector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Collector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90216, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:itemcollector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3579:10": { - "preRequisites:11": [ - 90216 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects items at a distance. Can be Filtered.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:advanceditemcollector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Item Collector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90217, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:advanceditemcollector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3580:10": { - "preRequisites:11": [ - 1181 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace two tesslocators in the same block space to transfer energy between them.\n\nOrange: output\nBlue: input", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tesslocator:basic_fluid_tesslocator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Fluid Tesslocator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90218, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tesslocator:basic_fluid_tesslocator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3581:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFluid conduits can only transport one fluid at a time, and follow gravity rules!§7§o\n\nAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_liquid_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90219, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_liquid_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3582:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluiduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90220, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3583:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wooden Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90222, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftcore:engine" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3584:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_wood_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wooden Diamond Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90223, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_wood_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3585:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEnder fluid conduits can transport multiple fluids at once!\n\nAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_liquid_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Fluid Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90224, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_liquid_conduit" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_fluid_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3586:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hardened Fluiduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90225, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3587:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Signalum-Plated Fluiduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90226, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3588:10": { - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Super-Laminar Fluiduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90227, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3589:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are many fluid transfer systems. All options are shown here!\n\nEnderIO ender fluid conduits are the most versatile, and share blockpace with other conduits!\n\nFluiducts are good for performance!\n\nLasers have the fastest fluid transfer!\n\nEnder tanks let you transfer fluids wirelessly!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Management", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90228, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:light_blue_shulker_box", - "tag:10": { - "BlockEntityTag:10": { - "Items:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 0, - "id:8": "actuallyadditions:block_laser_relay_fluids", - "tag:10": { - "display:10": { - "Name:8": "Speed: Great, Performance: Good" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 1, - "id:8": "thermaldynamics:duct_16", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Good" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 2, - "id:8": "enderio:item_liquid_conduit", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: OK" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "Slot:1": 3, - "id:8": "enderio:item_liquid_conduit", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Good" - } - } - } - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 132, - "OreDict:8": "ingotAluminum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3590:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_cobble_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cobblestone Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90229, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_cobble_fluid" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_stone_fluid" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_quartz_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3591:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_gold_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Golden Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90230, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_gold_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3592:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_iron_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90231, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_iron_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3593:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90232, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3594:10": { - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_clay_fluid" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clay Fluid Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90233, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_clay_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3595:10": { - "preRequisites:11": [ - 1183 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace two tesslocators in the same block space to transfer energy between them.\n\nOrange: output\nBlue: input\n\nAdd glowstone to incerase speed.\nAdd diamond to transfer fullstacks instead of items.\nWith max upgrades, tesslocators are one of the fastest item transfer in the pack!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tesslocator:basic_item_tesslocator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Item Tesslocator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90234, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tesslocator:basic_item_tesslocator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3596:10": { - "preRequisites:11": [ - 1175 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Laser Relay", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90235, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3597:10": { - "preRequisites:11": [ - 90235 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_item_whitelist" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Item Laser Relay", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90236, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_item_whitelist" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3598:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nEach connection can be configured to be input or output, and redstone interactions can be specified. \u0027Always on\u0027 mode is not active by default!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_item_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90237, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_conduit_probe" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "uberconduitprobe:uber_conduit_probe_item" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_item_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3599:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Itemduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90238, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3600:10": { - "preRequisites:11": [ - 1177 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEnder chests are used to transfer items wirelessly!\n\nEach chest has a channel that is determined by the colors of the three spots on top of the chest. You can right click these spots with dyes to change their color!\n\nTwo chests that have the same color combination will share the same inventory!\n\nFOR SERVERS: To make a chest private to you, right click the lock in front of the chest with a diamond.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderstorage:ender_storage" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Chest", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90239, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 49, - "OreDict:8": "", - "id:8": "enderio:item_material" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "minecraft:dye" - }, - "15:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "biomesoplenty:white_dye" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderstorage:ender_storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3601:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are many item transfer systems. All options are shown here!\n\nEnderIO conduits and Xnet are the most versatile and compact for higher-complexity setups! Out of these two Xnet tends to perform a bit better.\n\nItemducts are good for performance in setups with 1 input 1 output! They progressively get worse the more connections they have.\n\nTesslocators are the fastest, but they can get laggy!\n\nEnder chests allow you to move items wirelessly!\n\nIntegrated dynamics has the most capability, for extremely advanced setups, but it is very laggy.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Management", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90240, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:lime_shulker_box", - "tag:10": { - "BlockEntityTag:10": { - "Items:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 0, - "id:8": "actuallyadditions:block_laser_relay_item", - "tag:10": { - "display:10": { - "Name:8": "Speed: OK, Performance: OK" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 1, - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Good" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 2, - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Great" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 3, - "id:8": "tesslocator:basic_item_tesslocator", - "tag:10": { - "display:10": { - "Name:8": "Speed: Great, Performance: Bad" - } - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 4, - "id:8": "integrateddynamics:cable", - "tag:10": { - "display:10": { - "Name:8": "Speed: Great, Performance: Terrible" - } - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 5, - "id:8": "enderio:item_item_conduit", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: OK" - } - } - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 6, - "id:8": "modularrouters:item_router", - "tag:10": { - "RepairCost:3": 0, - "display:10": { - "Name:8": "Speed: Good, Performance: Great" - } - } - } - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3602:10": { - "preRequisites:11": [ - 1137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wooden Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90241, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_wood_item" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftcore:engine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3603:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_extract_speed_upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extract Speed Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90242, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_extract_speed_upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_extract_speed_downgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3604:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Impulse Itemduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90243, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3605:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_basic_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90244, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_basic_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3606:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Signalum-Plated Itemduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90245, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3607:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_advanced_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90246, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_advanced_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3608:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Signalum-Plated Impulse Itemduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90247, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3609:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_limited_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Limited Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90248, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_limited_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3610:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oServos, filters, and retrievers are what allows to move items using itemducts and fluiducts!\n\nAll have whitelist/blacklist to only move specific items, and they have different redstone modes. \n\nRight click the connection between a conduit and an inventory to place these items.\nUse a crescent hammer to remove them from ducts!\n\nServos are used to extract from an inventory and push into other inventories.\n\nFilters are used to select or prevent specific items from entering an inventory.\n\nRetrievers are used to pull items from other inventories.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Moving Stuffs", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90249, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3611:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_existing_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Existing Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90250, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_existing_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3612:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can filter by damage value!\n\nFaster and bigger whitelist/blacklist!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hardened Servo", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90251, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3613:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_mod_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mod Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90252, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_mod_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3614:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can filter by damage vale, NBT, ore dictionary entry, and mod!\n\nFaster and bigger whitelist/blacklist!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reinforced Servo", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90253, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3615:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_power_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Power Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90254, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_power_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3616:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can filter by damage vale, NBT, ore dictionary entry, and mod!\n\nFaster and bigger whitelist/blacklist!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Signalum Servo", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90255, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3617:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese can filter by damage vale, NBT, ore dictionary entry, and mod!\n\nFaster and bigger whitelist/blacklist!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonant Servo", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90256, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3618:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_soul_filter_normal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soul Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90257, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_soul_filter_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3619:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_enchantment_filter_normal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchantment Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90258, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_enchantment_filter_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3620:10": { - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_big_item_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Big Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90259, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_big_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3621:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_cobble_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stone Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90260, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_cobble_item" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_stone_item" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_quartz_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3622:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_gold_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Golden Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90261, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_gold_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3623:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_iron_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90262, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_iron_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3624:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamond Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90263, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3625:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_wood_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wooden Diamond Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90264, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_diamond_wood_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3626:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_obsidian_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Obsidian Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90265, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_obsidian_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3627:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_void_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90266, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_void_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3628:10": { - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_clay_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Clay Transport Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90267, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_clay_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3629:10": { - "preRequisites:11": [ - 1174 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlace two tesslocators in the same block space to transfer energy between them.\n\nOrange: output\nBlue: input", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tesslocator:basic_energy_tesslocator" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Energy Tesslocator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90268, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tesslocator:basic_energy_tesslocator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3630:10": { - "preRequisites:11": [ - 1172 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_normal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Spectre Coil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90269, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3631:10": { - "preRequisites:11": [ - 90269 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_redstone" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Spectre Coil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90270, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3632:10": { - "preRequisites:11": [ - 90270 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_ender" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Spectre Coil", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90271, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "randomthings:spectrecoil_ender" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3633:10": { - "preRequisites:11": [ - 1174 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Laser Relay", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90272, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3634:10": { - "preRequisites:11": [ - 90272 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_advanced" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Energy Laser Relay", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90273, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3635:10": { - "preRequisites:11": [ - 90273 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_extreme" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extreme Energy Laser Relay", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90274, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "actuallyadditions:block_laser_relay_extreme" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3636:10": { - "preRequisites:11": [ - 90274 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Energy Relay Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90275, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3637:10": { - "preRequisites:11": [ - 90275 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wyvern Energy Relay Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90276, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3638:10": { - "preRequisites:11": [ - 90276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Draconic Energy Relay Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90277, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "draconicevolution:energy_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3639:10": { - "preRequisites:11": [ - 1172 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFlux Networks are used to transfer energy wirelessly, and are the preferred energy transfer method in the pack.\n\nTo create your own Flux Network, you need a Controller. You can specify the name of the network and a color in the Controller GUI. Each Flux Networks machine will have to be bound to a network to function.\n\nFlux Plugs are used to move energy from a source to a network.\n\nFlux Points are used to move energy from a network to a set of machines.\n\nFlux Storage is used to include a buffer of energy in a network. If you have to transfer large amounts of RF/t, Storage is required to prevent energy cutouts.\n\nIt is recommended to still use other energy transfer methods to limit the use of Flux Plugs, as using too many can cause lag. If you want to power a machine wall, for example, use a single Flux Point, and Energy Conduits of the appropriate size to power the machines.\n\nYour base should have two Flux Networks, one to move energy from your generators to a centralized energy storage (eventually the Draconic Energy Orb), one to move energy from storage to all of your machines.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxplug" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flux Networks (Great)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90278, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxplug" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxpoint" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxcontroller" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "fluxnetworks:fluxstorage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3640:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_power_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90279, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_power_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3641:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_power_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enhanced Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90280, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "enderio:item_power_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3642:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_power_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ender Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90281, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_power_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3643:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystalline Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90282, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3644:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crystalline Pink Slime Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90283, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3645:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Melodic Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90284, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3646:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFluxducts have good performance, and are good for lag!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Leadstone Fluxduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90285, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3647:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hardened Fluxduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90286, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3648:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Energy Fluxduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90287, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3649:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Signalum Fluxduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90288, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3650:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Resonant Fluxduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90289, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3651:10": { - "preRequisites:11": [ - 1184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oOut of the infinite energy cables, these are the best for preventing lag!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cryo-Stabilized Fluxduct", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90290, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3652:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "techreborn:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Insulated Copper Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90291, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3653:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "techreborn:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Insulated Gold Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90292, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3654:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "techreborn:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Insulated HV Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90293, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3655:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCoils are very pretty, and they are are quite cheap, but are not recommended past chapter 1.\n\nPlace connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.\n\nConnectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!\n\nConnectors can only have one input and one output, relays can have multiple!\n\nIf too much current is going through, the wire will explode!\n\nNon-insulated wires will damage you if you touch them!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "LV Wires", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90294, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "immersiveengineering:wirecoil" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "immersiveengineering:wirecoil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3656:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "MV Wires", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90295, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "immersiveengineering:wirecoil" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "immersiveengineering:wirecoil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3657:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "HV Wires", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90296, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "immersiveengineering:connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "immersiveengineering:wirecoil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3658:10": { - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "techreborn:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Glass Fiber Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90297, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3659:10": { - "preRequisites:11": [ - 1184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oOut of the infinite energy cables, these are the worst for lag!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "techreborn:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Superconductor Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90298, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3660:10": { - "preRequisites:11": [ - 1184 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stellar Energy Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90299, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3661:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThere are many energy transfer systems. All options are shown here!\n\nFluxducts are easy to make, and good for lag!\n\nEnderIO conduits are the most versatile, and share blockpace with other conduits!\n\nDraconic evolution lasers are good for performance in late game bases!\n\nFlux points and plugs are used for wireless energy! You should use these to manage your power network!\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Management", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90300, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:yellow_shulker_box", - "tag:10": { - "BlockEntityTag:10": { - "Items:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 0, - "id:8": "actuallyadditions:block_laser_relay", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 1, - "id:8": "thermaldynamics:duct_0", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 2, - "id:8": "enderio:item_power_conduit", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "Slot:1": 3, - "id:8": "draconicevolution:energy_crystal", - "tag:10": { - "display:10": { - "Name:8": "Performance: Great" - } - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 5, - "Slot:1": 4, - "id:8": "techreborn:cable", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 5, - "id:8": "immersiveengineering:connector", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "Slot:1": 6, - "id:8": "thermaldynamics:duct_0", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 7, - "id:8": "fluxnetworks:fluxpoint", - "tag:10": { - "display:10": { - "Name:8": "Performance: Great" - } - } - }, - "8:10": { - "Count:3": 1, - "Damage:2": 11, - "Slot:1": 20, - "id:8": "enderio:item_endergy_conduit", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "9:10": { - "Count:3": 1, - "Damage:2": 8, - "Slot:1": 22, - "id:8": "techreborn:cable", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - } - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 131, - "OreDict:8": "", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3662:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_interface_energy_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90301, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_interface_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3663:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_audio_writer_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Audio Writer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90302, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_audio_writer_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3664:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_audio_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Audio Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90303, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_audio_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3665:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:cable" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Logic Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90304, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3666:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Intergrated Circuitry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90306, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:menril_berries" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3667:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_energy_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90307, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3668:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_energy_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energy Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90308, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3669:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_connector_mono_directional_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mono-Directional Connector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90309, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_connector_mono_directional_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3670:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_interface_item_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90310, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_interface_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3671:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_effect_writer_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Effect Writer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90311, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_effect_writer_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3672:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_block_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Block Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90312, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_block_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3673:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_item_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90313, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3674:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_item_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90314, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3675:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_connector_omni_directional_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Omni-Directional Connector", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90315, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_connector_omni_directional_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3676:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_interface_fluid_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Interface", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90316, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_interface_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3677:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_redstone_writer_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Writer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90317, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_redstone_writer_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3678:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_entity_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Entity Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90318, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_entity_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3679:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_fluid_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90319, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3680:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_fluid_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90320, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3681:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_energy_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Energy Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90321, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3682:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_energy_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Energy Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90322, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3683:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_item_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Item Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90323, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3684:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_item_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Item Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90324, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3685:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_fluid_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Fluid Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90325, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3686:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_fluid_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Fluid Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90326, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3687:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_block_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Block Importer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90327, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_importer_world_block_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3688:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_block_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Block Exporter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90328, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integratedtunnels:part_exporter_world_block_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3689:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_extradimensional_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extra-Dimensional Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90329, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_extradimensional_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3690:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_fluid_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90330, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_fluid_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3691:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_inventory_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inventory Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90331, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_inventory_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3692:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_machine_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Machine Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90332, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_machine_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3693:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_network_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Network Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90333, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_network_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3694:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_redstone_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90334, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_redstone_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3695:10": { - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_world_reader_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "World Reader", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90335, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "integrateddynamics:part_world_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3696:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:crafter" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanical Crafter (Recommended)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90337, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3697:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:advanced_crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Crafting Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90338, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:advanced_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3698:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:auto_crafting_table" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto Crafting Table", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90339, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "techreborn:auto_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3699:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "projectred-expansion:machine2" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto Crafting Bench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90340, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "projectred-expansion:machine2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3700:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:autoworkbench_item" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Auto Workbench", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90341, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftfactory:autoworkbench_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3701:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThese are all of the available automatic crafters!\n\nThe best for performance is the sequential fabricator.\n\nThe fastest is the RFTools crafter. For extra speed, you can set each recipe slot with the same recipe!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Automatic Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90342, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "workbench", - "id:8": "minecraft:crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3702:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_crafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90343, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:block_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3703:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:analogcrafter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Analog Crafter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90344, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:analogcrafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3704:10": { - "preRequisites:11": [ - 90346 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter3" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafter Tier 3 (Recommended)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90345, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3705:10": { - "preRequisites:11": [ - 90347 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter2" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafter Tier 2 (Recommended)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90346, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3706:10": { - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter1" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Crafter Tier 1 (Recommended)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90347, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:crafter1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3707:10": { - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_structure" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cobblestone Structure Pipe", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90348, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcrafttransport:pipe_structure" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3708:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis pack may need you to set up some elaborate automations. Here are some useful redstone gadgets you may need!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Gadgetry", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90349, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3709:10": { - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Basic Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90350, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3710:10": { - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 1, - "modifier:1": 0 - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron AND Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90351, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 1, - "modifier:1": 0 - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 1, - "material:1": 1, - "modifier:1": 0 - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3711:10": { - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 2, - "modifier:1": 0 - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nether Brick AND Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90352, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 2, - "modifier:1": 0 - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 1, - "material:1": 2, - "modifier:1": 0 - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3712:10": { - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 3, - "modifier:1": 0 - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gold AND Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90353, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 3, - "modifier:1": 0 - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 1, - "material:1": 3, - "modifier:1": 0 - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3713:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBundled cables let you transmit multiple colors of insulated wires in the same line, both in wire and framed wire version!\n\nIf you connect two or more colors of insulated wires to the same bundled cable, each color will be transmitted independently with no interference!\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "projredBundledCable", - "id:8": "projectred-transmission:wire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bundled Cable", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90354, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "projredBundledCable", - "id:8": "projectred-transmission:wire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "projectred-transmission:framed_wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3714:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBoth wires and framed wires have insulated counterparts.\n\nInsulated wires of the same color will connect to each other.\n\nInsulated wires of different colors will not connect, letting you run multiple redstone lines in compact spaces.\n\nInsulated wires cannot receive redstone directly, you will need a regular red alloy wire to attach to machines or levers.\n\nFor even more compactness, use bundled wires!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "projredInsulatedWire", - "id:8": "projectred-transmission:wire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Insulated Wire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90355, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "projredInsulatedWire", - "id:8": "projectred-transmission:wire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "projredInsFramedWire", - "id:8": "projectred-transmission:framed_wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3715:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oFramed red alloy works like red alloy wire, but it occupies block spaces, making it possible to be in air, with no need for pillar blocks.\n\nTo connect a red alloy wire to a framed red alloy wire, they need to be placed in the same block space.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-transmission:framed_wire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Framed Red Alloy Wire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90356, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-transmission:framed_wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3716:10": { - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRed alloy wire is like vanilla redstone, but better!\n\nSignal from red alloy wire will decay after 255 blocks instead of 15, meaning that you can make your redstone lines as long as you want!\n\nRed alloy wire can also be placed on walls, allowing for compact contraptions!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-transmission:wire" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Alloy Wire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90357, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-core:screwdriver" - } - } - } - }, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-transmission:wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3717:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d on\non + off \u003d on\noff + on \u003d on\noff + off \u003d off", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "OR Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90359, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3718:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRight click with a screwdriver to change what sides count as outputs.\n\none input \u003d one output\noff \u003d on\non \u003d off", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "NOT Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90360, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3719:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§otwo inputs \u003d one output\n§7§oon + on \u003d on\non + off \u003d off\noff + on \u003d off\noff + off \u003d off", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "AND Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90361, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3720:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe sequencer produces redstone signals at a constant interval from each of its sides, in a clockwise and counterclockwise fashion.\n\nRight click the gate to set the time interval between each side.\n\nRight click with a screwdriver to flip the direction of the loop (counterclockwise to clockwise and vice versa).\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sequencer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90362, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 18, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3721:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate produces a redstone pulse every time it receives a redstone signal of any length.\n\nAny time the input redstone goes from off to on, the output will pulse.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pulse Former", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90363, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3722:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe timer will produce a pulse of redstone at configurable intervals, which can be configured by right clicking.\n\nTimers are tuned off with a redstone signal.\n\nTimers can get laggy if they run constantly, so make sure to incorporate some sort of control to turn them off!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Timer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90364, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3723:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you control how a single output connects to two inputs.\n\nThe side with the taller torch is the output.\n\nThe side opposite to it is the control side.\n\nIf the control side is on, the gate will only trasfer signals from the side to the left of the control.\n\nIf the control side is off, the gate will only transfer signals from the side to the right of the control.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Multiplexer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90365, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3724:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you add red alloy wire levels.\n\nThe side with a torch is the output, and the three inputs are summed.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 26, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Comparator", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90366, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 26, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3725:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you delay a redstone signal by 2, 4, 6, 8, 16, 32, 64, 128, 256 ticks, and it resets red alloy levels to 255.\n\nRight click the repeater to change the delay.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Repeater", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90367, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3726:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate has two outputs, a setting input, and a lock input.\n\nThe outputs have the taller torches.\n\nThe setting input has the shorter torch.\n\nThe lock input has just redstone.\n\nWhen the lock input receives a redstone signal, the output replicates what the setting input indefintely, even after it changes.\n\nIf the setting is on, pulsing the lock turns the output on.\n\nIf the setting is off, pulsing the lock turns the output off.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Transparent Latch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90368, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3727:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate has two inputs and four outputs.\n\nThe sides with torches are just outputs, while the sides with just redstone are both inputs and outputs.\n\nWhen one input receives a pulse, both itself and its corresponding output will tun on indefinitely.\n\nWhen the other input receives a pulse, the same will happen on the other side.\n\nYou can use buffer gates on the inputs to turn them into just inputs.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "RS Latch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90369, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3728:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate has twom inputs and two outputs.\n\nThe sides with redstone lines are the inputs, and they can be used interchangeably.\n\nOne of the outputs will be always on, and one will be always off. Receiving a pulse from one of the inputs will invert the two outputs.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Toggle Latch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90370, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3729:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you control the ability to transmit a signal based on another signal.\n\nThe data cell has two input-output paths, that work in both directions, a top path and a bottom path.\n\nThe top path is a one-input-one-output redstone connection.\n\nThe bottom path only transmits redstone if the top path has redstone.\n\nIf the top path is tuned off before the bottom path, the bottom output will produre a signal until the top path is turned back on.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Data Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90371, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3730:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you time redstone pulses and signals.\n\nThe gate has a clock input, a reset input, a running output, and an end output.\n\nThe clock for the state cell can be changed by right clicking.\n\nWhen signal enters the clock input, the running output will produce a redstone signal for the amount of seconds specified in the clock. \n\nAt the end of the specified time, the end output will pulse.\n\nThe state cell can be reset with a signal from the reset side.\n\nThe reset input is the side with the clock hand.\n\nThe clock input is the side with a redstone line that\u0027s next to the clock hand.\n\nThe running output is the side with a redstone line that\u0027s opposite to the clock hand.\n\nThe end output is the side with a redstone torch.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 20, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "State Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90372, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 20, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3731:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate can act as a one-input-one-output redstone connection if signal is coming in from one of the sides with the vertical wire.\n\nIt acts as a one-input-three-outputs connection if signal is coming in from the other two sides.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 25, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Buffer Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90373, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 25, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3732:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis display will let you see what colors are active in a bundled line.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Segment Display Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90374, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3733:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you cut connections through bundled cables.\n\nBy default, the transceiver prevents signals grom going through.\n\nRedstone from the sides with redstone lines can allow signals in the directions specified by the red squares and gray rectangles.\n\nThe direction goes red square -\u003e gray rectangle.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 22, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bus Tranceiver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90375, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 22, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3734:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oEach of the lamps on this gate works like a lever, that can activate and deactivate different colors from within a bundled cable.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 30, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bus input Panel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90376, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 30, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3735:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d off\non + off \u003d on\noff + on \u003d on\noff + off \u003d off", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "XOR Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90377, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3736:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d off\non + off \u003d off\noff + on \u003d off\noff + off \u003d on", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "NOR Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90378, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3737:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate is used to transmit one input to three outputs in a directional manner, so that signals cannot be sent backwards.\n\nRight click with a screwdriver to change what outputs are active.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Buffer Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90379, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3738:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d on\non + off \u003d off\noff + on \u003d off\noff + off \u003d on", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "XNOR", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90380, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3739:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d off\non + off \u003d on\noff + on \u003d on\noff + off \u003d on", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "NAND Gate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90381, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3740:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate works like the randomizer, but it will produce the same signal on all output sides, as opposed to different signals on all sides.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 33, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dec Randomizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90382, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 33, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3741:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWhile reciving a redstone signal from its input side, this gate produces random redstone pulses §7§ofrom all other sides.\n\nRight click with a screwdriver to activate or deactivate each output.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Randomizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90383, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3742:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate counts redstone pulses, and lets you do arithmetic!\n\nRight click the gate to change its settings.\n\nThe side with a redstone channel and a plus sign will add a configurable amount to the block state.\n\nThe side with a redstone channel and a minus sign will subtract a configurable amount to the block state.\n\nWhen the state is zero, the gate will output a redstone signal from the zero side, the side with a redstone torch and a minus sign.\n\nWhen the state reaches a maximum, the gate will output a redstone signal from the max side, the side with a redstone torch and a plus sign.\n\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Counter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90384, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3743:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate works like an AND gate that saves state over time.\n\nThe output side is the one with a torch. The side opposite to it is the reset, and the two sides with the square lamps are the inputs.\n\nIf one of the inputs receives a signal, the corresponding light will turn on.\n\nThe output will produce a pulse after both lights are turned on.\n\nIf a redstone signal is applied to the reset side, it will turn off both lights.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 21, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Synchronizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90385, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 21, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3744:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate works like an AND gate, but it can also mantain one of the input signals.\n\nThe output is the side with the taller torch.\n\nThe strong input is the side with the shorter torch.\n\nThe top line connects the other two sides.\n\nThe top line can act as a redstone line, transmitting signals to the other side.\n\nIf both the strong input, and either side of the strong line are on, the output will be on.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 27, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "AND Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90386, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 27, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3745:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you invert signals, while still mantaining the input signal.\n\nThe top line inverts the signal of the bottom line.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Invert Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90387, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3746:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you place down crossing redstone lines.\n\nYes, that\u0027s it!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 23, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Null Cell", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90388, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 23, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3747:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSenda random colored signals to a budled cable.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 28, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bus Randomizer", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90389, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 28, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3748:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThis gate lets you convert vanilla redstone signals (not red alloy) into bundled colors, depending on the strength of the signal coming in.\n\n0 \u003d white\n1 \u003d orange\n2 \u003d magenta\n3 \u003d light blue\n4 \u003d yellow\n5 \u003d lime\n6 \u003d pink\n7 \u003d gray\n8 \u003d light gray\n9 \u003d cyan\n10 \u003d purple \n11 \u003d blue\n12 \u003d brown\n13 \u003d green\n14 \u003d red\n15 \u003d black", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 29, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bus Converter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90390, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 29, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3749:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oOutputs signal if it\u0027s raining.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rain Sensor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90391, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3750:10": { - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA better daylight sensor. Outputs signal during the day.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Light Sensor", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90392, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3751:10": { - "preRequisites:11": [ - 90394 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRedstone conduits have logic gates, but they are a bit unreliable.\n\nFor logic, it is recommended to use projectred.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_not_filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90393, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_not_filter" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_or_filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_and_filter" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_nor_filter" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_nand_filter" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_xor_filter" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_xnor_filter" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_toggle_filter" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_counting_filter" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_sensor_filter" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_timer_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3752:10": { - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oRedstone conduits let you transmit redstone through conduits.\n\nRedstone lines have 16 different channels, corresponding to 16 colors. \n\nEach channel transmits redstone independently.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_conduit" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Conduit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90394, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "enderio:item_redstone_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3753:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows to transfer full stacks.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stack Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90395, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3754:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks with a filter. Produces a redstone signal if the filter is satisfied.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "SignalLevel:3": 15, - "StrongSignal:1": 0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Detector Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90396, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "SignalLevel:3": 15, - "StrongSignal:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3755:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSends items to inventories directly in line to a modular router.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sender Module MK1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90397, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3756:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like a dropper.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dropper Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90398, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3757:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo filter lots of things at once.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bulk Item Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90399, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3758:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases the speed of the vacuum module.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fast Pickup Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90400, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3759:10": { - "preRequisites:11": [ - 90402 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oModular Routers are blocks capable of performing logistics actions (similar to AE2) for small-scale, short-distance automations.\n\nA router performs actions based on the modules placed in its slots, following a cyclical left-to-right order. Modules prform simple actions like pulling and pushing blocks, or more complex ones like breaking, placing, or launching items.\n\nThe target locations for each module can be specified by shift + right clicking them on the desired block space.\n\nOnce modules are installed, they can be configured by middle clicking them. This allows to set filters and add augments.\n\nUpgrades can be placed in the corresponding slots in a Modular Router.\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:item_router" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Item Router", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90401, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:item_router" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3760:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Routers", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90402, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularrouters:blank_module" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3761:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases the speed of the router at performing its actions in order.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Speed Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90403, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3762:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows to send and receive items from the player\u0027s inventory.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Player Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90404, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3763:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSends items to nearby in-line inventories without line-of-sight requirements. Shift + right click to select the target inventory.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sender Module MK2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90405, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3764:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows to throw items from a router\u0027s buffer at a long distance.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "Pitch:5": 0.0, - "Speed:5": 0.0, - "Yaw:5": 0.0 - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flinger Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90406, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "Pitch:5": 0.0, - "Speed:5": 0.0, - "Yaw:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3765:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo filter based on mods.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mod Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90407, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3766:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAdds a 10 tick delay for the dropper and flinger modules.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pickup Delay Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90408, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3767:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents other players from using your router.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Security Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90409, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3768:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows to send or receive fluids, if a fluid container module is present.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "FluidDir:1": 0, - "MaxTransfer:3": 1000, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Screen Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90410, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "FluidDir:1": 0, - "MaxTransfer:3": 1000, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3769:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSends items to nearby inventories without line-of-sight requirements. Shift + right click to select the target inventory.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sender Module MK3", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90411, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3770:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oCollects items in-world.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vacuum Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90412, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3771:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo filter based on RegeX queries.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Regex Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90413, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3772:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oIncreases range by 1 block.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Range Up Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90414, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3773:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oChanges the texture of the router to mimic another block.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Camouflage Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90415, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3774:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oVoids items, careful about this one.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90416, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3775:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oExtracts items from an inventory directly adjacent to the Modular Router.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Puller Module Mk1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90417, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3776:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlaces down a block.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Placer Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90418, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3777:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oTo filter based on damage or NBT.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:filter" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inspection Filter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90419, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3778:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oDecreases range by 1 block.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Range Down Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90420, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3779:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows modules to follow redstone rules different from the main router.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90421, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3780:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oBreaks a block.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Breaker", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90422, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3781:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oExtracts items from nearby inventories without line-of-sight requirements. Shift + right click to select the target inventory.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Puller Module Mk2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90423, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3782:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oSimulates a player action (specified in the module settings) on the target block (shift + right click).", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Activator Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90424, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3783:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows multiple routers to work at the same speed/order. To sync two routers, set two modules to the same value, and give each router the same number of speed upgrades.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sync Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90425, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3784:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAllows a router to work with fluids.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluid Transfer Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90426, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3785:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oLike the sender module, but for multiple inventories. Sorting methods can be specified in the module\u0027s settings.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Distributor Module", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90427, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3786:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPlaces blocks in a line depending on redstone signal. Redstone and placing settings can be tweaked.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extruder Module Mk1", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90428, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3787:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like an extruder MK1, but blocks or pattern of blocks can be specified from the module\u0027s GUI. It doesn\u0027t consume blocks from the modular router buffer.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Extruder Module Mk2", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90429, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "OreDict:8": "", - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3788:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oMakes routers silent and particle-free.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Muffler Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90430, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3789:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oPrevents damage from bosses and explosions. ", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blast Upgrade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90431, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3790:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oWorks like a limited item filter.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Regulator Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90432, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3791:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oA stack upgrade that works only on a specific module.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stack Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90433, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3792:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe vacuum module can collect XP.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "XP Vacuum Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90434, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3793:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe MK2 extruder can place fake blocks with configurable properties.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mimic Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90435, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3794:10": { - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe extruder modules push mobs with a high force.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "modularrouters:augment" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pushing Augment", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90436, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "OreDict:8": "", - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3795:10": { - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Organization is Everything", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90437, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3796:10": { - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§o13x13x13", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Maximum Compact Machine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 90438, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "", - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3797:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 306\nMining Level: Diamond\nMining Speed: 6.5\nAttack: 2.25\nShocking\n\nHandle\nModifier: 0.75\nDurability: 80\n\nExtra\nDurability: 75\nLightweight\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 0.9\nBonus Damage: 1\nLightweight\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrical_steel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrical Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201013, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrical_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3798:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 690\nMining Level: Obsidian\nMining Speed: 2.5\nAttack: 5.6\nUnnatural\n\nHandle\nModifier: 2\nDurability: -800\nHoly\n\nExtra\nDurability: 400\nPetramor\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.8\nBonus Damage: 1\nPetramor", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "energetic_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Energetic Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201014, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "energetic_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3799:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 220\nMining Level: Cobalt\nMining Speed: 3.5\nAttack: 9\nVanishing II\n\nHandle\nModifier: 0.5\nDurability: -50\nDirect\n\nExtra\nDurability: 60\nDirect\n\nBows\nDrawspeed: 1.33\nRange Multiplier: 1\nBonus Damage: 5\nDirect\n", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibrant_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibrant Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201015, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibrant_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3800:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 120\nMining Level: Stone\nMining Speed: 2.5\nAttack: 1.5\nShocking\n\nHandle\nModifier: 1\nDurability: -5\nWritable\n\nExtra\nDurability: 150\nCrude\n\nBows\nDrawspeed: 0.4\nRange Multiplier: 0.4\nBonus Damage: 0\nCrude", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redstone_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Redstone Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201016, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redstone_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3801:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 106\nMining Level: Diamond\nMining Speed: 6.75\nAttack: 1.25\nCrude II\n\nHandle\nModifier: 1.25\nDurability: 100\nLightweight\n\nExtra\nDurability: 250\nLightweight\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 0.9\nBonus Damage: 1.25\nLightweight", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "conductive_iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Conductive Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201017, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "conductive_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3802:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 920\nMining Level: Iron\nMining Speed: 6\nAttack: 2\nVanishing III\n\nHandle\nModifier: 1.05\nDurability: 250\nVanishing\n\nExtra\nDurability: 250\nVanishing\n\nBows\nDrawspeed: 4\nRange Multiplier: 3.5\nBonus Damage: 6\nVanishing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pulsating_iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pulsating Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201018, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pulsating_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3803:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 550\nMining Level: Cobalt\nMining Speed: 7\nAttack: 6\nEnderference\n\nHandle\nModifier: 0.9\nDurability: 150\nUnnatural\n\nExtra\nDurability: 250\nDense\n\nBows\nDrawspeed: 3.33\nRange Multiplier: 2.5\nBonus Damage: 9\nDense", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dark_steel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201019, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dark_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3804:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,555\nMining Level: Stone\nMining Speed: 1\nAttack: 1\nHellish\n\nHandle\nModifier: 0.5\nDurability: 1,500\nFlammable\n\nExtra\nDurability: 1,250\nSplinters\n\nBows\nDrawspeed: 10\nRange Multiplier: 0.5\nBonus Damage: 0\nDuritae", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "soularium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soularium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201020, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "soularium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3805:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 400\nMining Level: 5\nMining Speed: 8.25\nAttack: 5\nEnderference\nAlien\n\nHandle\nModifier: 0.9\nDurability: 50\nUnnatural\n\nExtra\nDurability: 150\nUnnatural\n\nBows\nDrawspeed: 3.33\nRange Multiplier: 2.5\nBonus Damage: 9\nUnnatural", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "end_steel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "End Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201021, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "end_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3806:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 50\nMining Level: Iron\nMining Speed: 1.25\nAttack: 1\nCheapskate\n\nHandle\nModifier: 0.5\nDurability: 10\nCheapskate\n\nExtra\nDurability: 10\nCheapskate\n\nBows\nDrawspeed: 0.33\nRange Multiplier: 0.5\nBonus Damage: 0\nCheapskate", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "construction_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201022, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "construction_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3807:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 460\nMining Level: Iron\nMining Speed: 8.9\nAttack: 4.3\nTwilit\nPrecipitate\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 2\nBonus Damage: 0\nTwilit\nPrecipitate", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nagascale" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Naga Scale", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201023, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nagascale" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3808:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 180\nMining Level: Diamond\nMining Speed: 7\nAttack: 6\nTwilit\nSynergy\n\nHandle\nModifier: 0.8\nDurability: 100\nTwilit\nSynergy\n\nExtra\nDurability: 90\nTwilit\nSynergy\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.5\nBonus Damage: 2\nTwilit\nSynergy", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steeleaf" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steeleaf", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201024, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steeleaf" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3809:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 720\nMining Level: Obsidian\nMining Speed: 7.2\nAttack: 6.6\nTwilit\nAutosmelt\nSuperheat\nFlammable\n\nHandle\nModifier: 0.7\nDurability: 400\nTwilit\nFlammable\n\nExtra\nDurability: 200\nTwilit\n\nBows\nDrawspeed: 1\nRange Multiplier: 0.9\nBonus Damage: 4\nTwilit\nFlammable", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fierymetal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fiery", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201025, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fierymetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3810:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 900\nMining Level: Cobalt\nMining Speed: 7\nAttack: 6\nTwilit\nStalwart\n\nHandle\nModifier: 1.25\nDurability: 100\nTwilit\nStalwart\n\nExtra\nDurability: 400\nTwilit\nStalwart", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightmetal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knightmetal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201026, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightmetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3811:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 120\nMining Level: Iron\nMining Speed: 4\nAttack: 3\nCheapskate\n\nHandle\nModifier: 0.5\nDurability: -50\nCheap\n\nExtra\nDurability: 20\nCheap\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nCheap", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201027, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3812:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 150\nMining Level: Iron\nMining Speed: 5\nAttack: 2.9\nCrude II\n\nHandle\nModifier: 0.6\nDurability: -60\nCrude\n\nExtra\nDurability: 40\nCrude\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nCrude", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "flint" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Flint", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201028, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "flint" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3813:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 210\nMining Level: Iron\nMining Speed: 4\nAttack: 3.4\nPrickly\n\nHandle\nModifier: 0.85\nDurability: 20\nSpiky\n\nExtra\nDurability: 50\nSpiky\n\nBows\nDrawspeed: 0.95\nRange Multiplier: 0.9\nBonus Damage: 0\nSpiky", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cactus" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cactus", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201029, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cactus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3814:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 200\nMining Level: Iron\nMining Speed: 5.09\nAttack: 2.5\nSplintering\n\nHandle\nModifier: 1.1\nDurability: 50\nFractured\n\nExtra\nDurability: 65\nFractured\n\nBows\nDrawspeed: 1.05\nRange Multiplier: 1.15\nBonus Damage: 0\nFractured", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201030, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3815:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 139\nMining Level: Cobalt\nMining Speed: 7.07\nAttack: 4.2\nDuritae\n\nHandle\nModifier: 0.9\nDurability: -100\nDuritae\n\nExtra\nDurability: 90\nDuritae\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nDuritae", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "obsidian" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Obsidian", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201031, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "obsidian" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3816:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 430\nMining Level: Iron\nMining Speed: 5.5\nAttack: 6.2\nJagged\nAquadynamic\n\nHandle\nModifier: 0.6\nDurability: -150\nAguadynamic\n\nExtra\nDurability: 100\nAquadynamic\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nAquadynamic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "prismarine" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prismarine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201032, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "prismarine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3817:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 420\nMining Level: Obsidian\nMining Speed: 3.23\nAttack: 3.23\nAlien\n\nHandle\nModifier: 0.85\nDurability: 0\nEnderference\n\nExtra\nDurability: 42\nEnderference\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nEnderference", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "endstone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "End Stone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201033, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "endstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3818:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 12\nMining Level: Stone\nMining Speed: 0.51\nAttack: 0.05\nWritable\n\nHandle\nModifier: 0.1\nDurability: 5\nWritable\n\nExtra\nDurability: 15\nWritable\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 0.4\nBonus Damage: -2\nWritable", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "paper" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Paper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201034, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "paper" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3819:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,050\nMining Level: Stone\nMining Speed: 3.02\nAttack: 0\nSqueaky\n\nHandle\nModifier: 1.2\nDurability: 250\nSqueaky\n\nExtra\nDurability: 250\nSqueaky\n\nBows\nDrawspeed: 0.87\nRange Multiplier: 0.75\nBonus Damage: 0\nSqueaky", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sponge" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sponge", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201035, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sponge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3820:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 550\nMining Level: Stone\nMining Speed: 6\nAttack: 5.5\nAutosmelt\n\nHandle\nModifier: 1\nDurability: -200\nAutosmelt\n\nExtra\nDurability: 150\nAutosmelt\n\nBows\nDrawspeed: 1\nRange Multiplier: 1\nBonus Damage: 0\nAutosmelt", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "firewood" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Firewood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201036, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "firewood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3821:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 204\nMining Level: Diamond\nMining Speed: 6\nAttack: 4\nMagnetic II\n\nHandle\nModifier: 0.85\nDurability: 60\nMagnetic\n\nExtra\nDurability: 50\nMagnetic\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 7\nMagnetic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201037, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3822:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 380\nMining Level: Diamond\nMining Speed: 6.2\nAttack: 4.5\nBaconlicious\nTasty\n\nHandle\nModifier: 1.2\nDurability: 0\nTasty\n\nExtra\nDurability: 170\nTasty\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.4\nBonus Damage: 7\nTasty", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pigiron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pig Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201038, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pigiron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3823:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 850\nMining Level: Obsidian\nMining Speed: 5.8\nAttack: 5.1\nCrumbling\n\nHandle\nModifier: 0.5\nDurability: 500\nUnnatural\n\nExtra\nDurability: 125\nUnnatural\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 2\nBonus Damage: 2\nUnnatural", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightslime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Knightslime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201039, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightslime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3824:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,000\nMining Level: Stone\nMining Speed: 4.24\nAttack: 1.8\nSlimey\n\nHandle\nModifier: 0.7\nDurability: 0\nSlimey\n\nExtra\nDurability: 350\nSlimey\n\nBows\nDrawspeed: 1.18\nRange Multiplier: 1.3\nBonus Damage: 0\nSlimey", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "slime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201040, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3825:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 780\nMining Level: Stone\nMining Speed: 4.03\nAttack: 1.8\nSlimey\n\nHandle\nModifier: 1.3\nDurability: -50\nSlimey\n\nExtra\nDurability: 200\nSlimey\n\nBows\nDrawspeed: 0.95\nRange Multiplier: 1\nBonus Damage: 0\nSlimey", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blueslime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blue Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201041, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blueslime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3826:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: Stone\nMining Speed: 2.1\nAttack: 7\nSuperheat\n\nHandle\nModifier: 0.85\nDurability: -200\nFlammable\n\nExtra\nDurability: 150\nFlammable\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 1.05\nBonus Damage: 1\nFlammable", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magmaslime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magma Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201042, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magmaslime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3827:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 270\nMining Level: Iron\nMining Speed: 4.5\nAttack: 3\nAridiculous\nHellish\n\nHandle\nModifier: 0.85\nDurability: -150\nHellish\n\nExtra\nDurability: 75\nHellish\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nHellish", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherrack" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherrack", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201043, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherrack" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3828:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 780\nMining Level: Cobalt\nMining Speed: 12\nAttack: 4.1\nMomentum\n\nHandle\nModifier: 0.9\nDurability: 100\nLightweight\n\nExtra\nDurability: 300\nLightweight\n\nBows\nDrawspeed: 1.33\nRange Multiplier: 1.3\nBonus Damage: 3\nLightweight", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cobalt" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cobalt", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201044, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cobalt" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3829:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 990\nMining Level: Cobalt\nMining Speed: 3.5\nAttack: 3.6\nStonebound\n\nHandle\nModifier: 1.4\nDurability: -200\nPetramor\n\nExtra\nDurability: 450\nPetramor\n\nBows\nDrawspeed: 2.22\nRange Multiplier: 0.8\nBonus Damage: 1\nPetramor", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ardite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ardite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201045, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ardite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3830:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 820\nMining Level: Cobalt\nMining Speed: 7.02\nAttack: 8.72\nInsatiable\n\nHandle\nModifier: 0.5\nDurability: 250\nCold-Blooded\n\nExtra\nDurability: 50\nCold-Blooded\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.2\nBonus Damage: 4\nCold-Blooded", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manyullyn" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manyullum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201046, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manyullyn" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3831:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 210\nMining Level: Iron\nMining Speed: 5.3\nAttack: 3\nWell-Established\n\nHandle\nModifier: 1.05\nDurability: 30\nWell-Established\n\nExtra\nDurability: 100\nWell-Established\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.45\nBonus Damage: 5\nWell-Established", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "copper" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Copper", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201047, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "copper" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3832:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 430\nMining Level: Diamond\nMining Speed: 6.8\nAttack: 3.5\nDense\n\nHandle\nModifier: 1.1\nDurability: 70\nDense\n\nExtra\nDurability: 80\nDense\n\nBows\nDrawspeed: 1.82\nRange Multiplier: 1.5\nBonus Damage: 6\nDense", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bronze" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bronze", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201048, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bronze" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3833:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 434\nMining Level: Iron\nMining Speed: 5.25\nAttack: 3.5\nPoisonous\nHeavy\n\nHandle\nModifier: 0.7\nDurability: -50\nPoisonous\nHeavy\n\nExtra\nDurability: 100\nPoisonous\nHeavy\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 1.3\nBonus Damage: 3\nPoisonous\nHeavy", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lead" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lead", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201049, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lead" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3834:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 250\nMining Level: Iron\nMining Speed: 5\nAttack: 5\nHoly\n\nHandle\nModifier: 0.95\nDurability: 50\nHoly\n\nExtra\nDurability: 150\nHoly\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 0.8\nBonus Damage: 2\nHoly", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "silver" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Silver", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201050, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "silver" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3835:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 50\nMining Level: Iron\nMining Speed: 12\nAttack: 3\nShocking\n\nHandle\nModifier: 1.1\nDurability: -25\nShocking\n\nExtra\nDurability: 250\nShocking\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 1\nBonus Damage: 4\nShocking", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Electrum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201051, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3836:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 540\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6\nSharp\n\nHandle\nModifier: 0.9\nDurability: 150\nStiff\n\nExtra\nDurability: 25\nStiff\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 2\nBonus Damage: 9\nStiff", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Steel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201052, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3837:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 630\nMining Level: Cobalt\nMining Speed: 10\nAttack: 6\nPurified\n\nHandle\nModifier: 0.9\nDurability: 60\nPurified\n\nExtra\nDurability: 100\nPurified", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssalnite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Abyssalnite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201053, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssalnite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3838:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 900\nMining Level: 5\nMining Speed: 12\nAttack: 7\nCoralium-Plagued\n\nHandle\nModifier: 0.9\nDurability: 60\nCoralium-Plagued\n\nExtra\nDurability: 100\nCoralium-Plagued", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refined_coralium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refined Coralium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201054, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refined_coralium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3839:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,150\nMining Level: 6\nMining Speed: 14\nAttack: 8\nDread-Plagued\n\nHandle\nModifier: 0.9\nDurability: 60\nDread-Plagued\n\nExtra\nDurability: 100\nDread-Plagued", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dreadium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dreadium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201055, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dreadium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3840:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 25\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nEcological\n\nHandle\nModifier: 1\nDurability: 35\nEcological\n\nExtra\nDurability: 20\nEcological", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "treatedwood" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Treated Wood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201056, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "treatedwood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3841:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 25\nMining Level: Diamond\nMining Speed: 4.7\nAttack: 4\nThermal Inversion\n\nHandle\nModifier: 0.8\nDurability: 60\nThermal Inversion\n\nExtra\nDurability: 60\nThermal Inversion", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "constantan" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Constantan", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201057, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "constantan" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3842:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 900\nMining Level: Cobalt\nMining Speed: 5.3\nAttack: 3.75\nBaron\n\nHandle\nModifier: 1.15\nDurability: 130\nBaron\n\nExtra\nDurability: 220\nBaron", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "baronyte" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Baronyte", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201058, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "baronyte" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3843:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 4.5\nAttack: 3.6\nInfernal Energy\n\nHandle\nModifier: 0.7\nDurability: 60\nFlaming Fury\n\nExtra\nDurability: 70\nFlaming Fury\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.2\nBonus Damage: 3.5\nFlaming Fury", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blazium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blazium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201059, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blazium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3844:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: 6\nMining Speed: 8.3\nAttack: 6.1\nRunic II\n\nHandle\nModifier: 2\nDurability: -400\nRunic\n\nExtra\nDurability: 30\nRunic\n\nBows\nDrawspeed: 1.22\nRange Multiplier: 1.8\nBonus Damage: 7.7\nRunic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elecanium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elecanium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201060, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elecanium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3845:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 640\nMining Level: 5\nMining Speed: 4\nAttack: 3.8\nAutosmelt\nBlazing\n\nHandle\nModifier: 0.65\nDurability: 100\nAutosmelt\nBlazing\n\nExtra\nDurability: 200\nAutosmelt\nBlazing\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.3\nBonus Damage: 4.2\nAutosmelt\nBlazing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emberstone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emberstone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201061, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emberstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3846:10": { - "preRequisites:11": [ - 201140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 730\nMining Level: 6\nMining Speed: 4.7\nAttack: 4.5\nAnti-Air II\n\nHandle\nModifier: 0.9\nDurability: 30\nAnti-Air\nEthereal Miner\n\nExtra\nDurability: 50\nAnti-Air\nEthereal Miner\n\nBows\nDrawspeed: 1.37\nRange Multiplier: 1.55\nBonus Damage: 4.6\nAnti-Air\nEthereal Miner", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghastly" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghastly", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201062, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghastly" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3847:10": { - "preRequisites:11": [ - 201140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,000\nMining Level: 6\nMining Speed: 3.9\nAttack: 3.2\nSoul Harvest\nSoul Sap\n\nHandle\nModifier: 1.3\nDurability: 45\nSoul Harvest\nSoul Sap\n\nExtra\nDurability: 420\nSoul Harvest\nSoul Sap\n\nBows\nDrawspeed: 1.35\nRange Multiplier: 0.6\nBonus Damage: 3.2\nSoul Harvest\nSoul Sap", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghoulish" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghoulish", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201063, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghoulish" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3848:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 250\nMining Level: Diamond\nMining Speed: 3\nAttack: 2.8\nDiscounted\n\nHandle\nModifier: 0.6\nDurability: 70\nDiscounted\n\nExtra\nDurability: 75\nDiscounted\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 0.6\nBonus Damage: 0\nDiscounted", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "limonite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Limonite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201064, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "limonite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3849:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 660\nMining Level: 6\nMining Speed: 3.8\nAttack: 2\nCounterweight II\n\nHandle\nModifier: 0.9\nDurability: 90\nCounterweight\n\nExtra\nDurability: 130\nCounterweight\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.15\nBonus Damage: 3.4\nCounterweight", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lunar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lunar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201065, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lunar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3850:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 840\nMining Level: 6\nMining Speed: 6.2\nAttack: 4\nMagnetic II\n\nHandle\nModifier: 1.05\nDurability: 55\nMagnetic\n\nExtra\nDurability: 380\nMagnetic\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 3.75\nMagnetic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lyon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lyon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201066, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lyon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3851:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 760\nMining Level: 6\nMining Speed: 3.65\nAttack: 4.3\nToxic\n\nHandle\nModifier: 1.05\nDurability: 105\nLaced\n\nExtra\nDurability: 80\nLaced\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.4\nBonus Damage: 3\nLaced", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mystite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mystite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201067, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mystite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3852:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 400\nMining Level: Obsidian\nMining Speed: 3.4\nAttack: 3.4\nWritable\n\nHandle\nModifier: 0.95\nDurability: 20\n\nExtra\nDurability: 55\n\nBows\nDrawspeed: 1.85\nRange Multiplier: 0.8\nBonus Damage: 1", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rosite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201068, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3853:10": { - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 640\nMining Level: 6\nMining Speed: 13\nAttack: 3.6\nShyre Synthesis\n\nHandle\nModifier: 1\nDurability: 0\nShyre Synthesis\n\nExtra\nDurability: 315\nShyre Synthesis\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.3\nBonus Damage: 3.2\nShyre Synthesis", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "shyrestone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shyrestone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201069, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "shyrestone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3854:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 610\nMining Level: 5\nMining Speed: 10\nAttack: 4.3\nBone Shock\nHigh in Calcium\n\nHandle\nModifier: 0.75\nDurability: 140\nBone Shock\nHigh in Calcium\n\nExtra\nDurability: 290\nBone Shock\nHigh in Calcium\n\nBows\nDrawspeed: 0.87\nRange Multiplier: 1.4\nBonus Damage: 2.6\nBone Shock\nHigh in Calcium", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "skeletal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Skeletal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201070, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "skeletal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3855:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 870\nMining Level: Cobalt\nMining Speed: 5.2\nAttack: 3.9\nEvil Pressure\n\nHandle\nModifier: 1\nDurability: 300\nEvil Pressure\n\nExtra\nDurability: 250\nEvil Pressure\n\nBows\nDrawspeed: 1.82\nRange Multiplier: 1.5\nBonus Damage: 3.8\nEvil Pressure", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "varsium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Varsium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201071, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "varsium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3856:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 110\nMining Level: Stone\nMining Speed: 2.4\nAttack: 2.5\nTweeting\n\nHandle\nModifier: 0.5\nDurability: 0\nTweeting\n\nExtra\nDurability: 18\nTweeting", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "charger" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Charger", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201072, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "charger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3857:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 234\nMining Level: Iron\nMining Speed: 5\nAttack: 3.6\nLiving\n\nHandle\nModifier: 1.4\nDurability: 32\nLiving\n\nExtra\nDurability: 28\nLiving", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_wood" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Infused Wood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201073, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_wood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3858:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 568\nMining Level: Diamond\nMining Speed: 7.3\nAttack: 4.9\nLiving II\n\nHandle\nModifier: 1.7\nDurability: 72\nLiving II\n\nExtra\nDurability: 49\nLiving II", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_iron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Infused Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201074, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3859:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 250\nMining Level: Cobalt\nMining Speed: 3\nAttack: 2.6\nDiscounted\n\nHandle\nModifier: 0.6\nDurability: 80\nDiscounted\n\nBows\nDrawspeed: 0.4\nRange Multiplier: 0.7\nBonus Damage: 1\nDiscounted", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "realmite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Realmite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201075, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "realmite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3860:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 190\nMining Level: Cobalt\nMining Speed: 3.2\nAttack: 2.4\nDiscounted\n\nHandle\nModifier: 0.6\nDurability: 70\nDiscounted\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.3\nBonus Damage: 1\nDiscounted", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "arlemite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Arlemite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201076, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "arlemite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3861:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,000\nMining Level: Cobalt\nMining Speed: 1.4\nAttack: 0.4\nShocking\n\nHandle\nModifier: 0.6\nDurability: 900\nShocking\n\nBows\nDrawspeed: 0.38\nRange Multiplier: 1.3\nBonus Damage: 0\nShocking", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rupee" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rupee", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201077, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rupee" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3862:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 200\nMining Level: 15\nMining Speed: 2.4\nAttack: 2.4\nBlazing\n\nHandle\nModifier: 0.6\nDurability: 100\nBlazing\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 8.4\nBonus Damage: 0\nBlazing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Netherite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3863:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 2,000\nMining Level: 15\nMining Speed: 15.3\nAttack: 25.52\nBlazing\n\nHandle\nModifier: 3\nDurability: 5,000\nBlazing\n\nExtra\nDurability: 60\nBlazing\n\nBows\nDrawspeed: 2\nRange Multiplier: 18.4\nBonus Damage: 15\nBlazing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bloodmaster" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Bloodmaster", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201079, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bloodmaster" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3864:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 100,000\nMining Level: 15\nMining Speed: 55.5\nAttack: 2.33\nMagnetic II\n\nHandle\nModifier: 3\nDurability: 100,000\nMagnetic II\n\nExtra\nDurability: 100,000\nMagnetic II\n\nBows\nDrawspeed: 0.22\nRange Multiplier: 18.4\nBonus Damage: 12\nMagnetic II", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "adamantium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Adamantium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201080, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "adamantium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3865:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 5,000\nMining Level: Obsidian\nMining Speed: 60\nAttack: 30.12\nSOS!\n\nHandle\nModifier: 6\nDurability: 5,000\nSOS!\n\nExtra\nDurability: 5,000\nSOS!\n\nBows\nDrawspeed: 5\nRange Multiplier: 20\nBonus Damage: 182\nSOS!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibranium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201081, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3866:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 5,000\nMining Level: 100\nMining Speed: 1\nAttack: 40.12\nEndspeed\n\nHandle\nModifier: 1\nDurability: 5,000\nEndspeed\n\nExtra\nDurability: 5,000\nEndspeed\n\nBows\nDrawspeed: 2\nRange Multiplier: 4\nBonus Damage: 45\nEndspeed", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium_alloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vibranium Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201082, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3867:10": { - "preRequisites:11": [ - 201198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 450\nMining Level: Cobalt\nMining Speed: 19.2\nAttack: 6.66\nOverflow\n\nHandle\nModifier: 1.1\nDurability: 0\nBloodlust\nGlitch\n\nExtra\nDurability: 130\nBloodlust\nGlitch\n\nBows\nDrawspeed: 1.52\nRange Multiplier: 1.2\nBonus Damage: 6.66\nBloodlust\nGlitch", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_glitch" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blood Infused Glitch", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201083, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_glitch" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3868:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6\nShadow\n\nHandle\nModifier: 1.3\nDurability: 180\nShadow\n\nExtra\nDurability: 70\nShadow\n\nBows\nDrawspeed: 1.25\nRange Multiplier: 1.5\nBonus Damage: 7.5\nShadow", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotshadowium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Shadowium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201084, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotshadowium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3869:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 3,000\nMining Level: 5\nMining Speed: 10.5\nAttack: 10\nBody\nMind\nSoul\n\nHandle\nModifier: 2.5\nDurability: 500\nBody\nMind\n\nExtra\nDurability: 150\nBody\nMind\n\nBows\nDrawspeed: 0.77\nRange Multiplier: 3.5\nBonus Damage: 9.8", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotorichalcos" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Orichalcos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201085, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotorichalcos" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3870:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 35\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nMagically Modifiable\nMagically Brittle\n\nHandle\nModifier: 1\nDurability: 25\nMagically Modifiable\nMagically Brittle\n\nExtra\nDurability: 15\nMagically Modifiable\nMagically Brittle\n\nBows\nDrawspeed: 1\nRange Multiplier: 1\nBonus Damage: 0\nMagically Modifiable\nMagically Brittle", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_magical_wood" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magical Wood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201086, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_magical_wood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3871:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 666\nMining Level: Cobalt\nMining Speed: 13\nAttack: 13\nEvil Aura\n\nHandle\nModifier: 1\nDurability: 0\n\nExtra\nDurability: 66", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_evil_metal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Evil Infused Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201087, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_evil_metal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3872:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 350\nMining Level: Iron\nMining Speed: 7\nAttack: 3.5\nExperience Boost\n\nHandle\nModifier: 1.1\nDurability: 20\nExperience Boost\n\nExtra\nDurability: 80\nExperience Boost", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_enchanted_metal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enchanted Metal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201088, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_enchanted_metal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3873:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 80\nMining Level: Iron\nMining Speed: 0.5\nAttack: 11.1\nWhispering\n\nHandle\nModifier: 0.25\nDurability: 100\n\nExtra\nDurability: 20\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 1.1\nBonus Damage: 4", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_demonic_metal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Demonic Metal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201089, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_demonic_metal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3874:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 400\nMining Level: Obsidian\nMining Speed: 4\nAttack: 5.5\nAutosmelt\nSuperheat\n\nHandle\nModifier: 1\nDurability: 100\nSuperheat\n\nExtra\nDurability: 150\nSuperheat\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.4\nBonus Damage: 3\nSuperheat", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.moltenbeef" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Molten Meat", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201090, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.moltenbeef" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3875:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 250\nMining Level: Cobalt\nMining Speed: 6\nAttack: 3\nBroodmother\nPoisonous\n\nHandle\nModifier: 0.5\nDurability: 100\nPoisonous\n\nExtra\nDurability: 100\nPoisonous\n\nBows\nDrawspeed: 1\nRange Multiplier: 1.2\nBonus Damage: 1\nPoisonous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.vespa_carapace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Vespa Carapace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201091, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.vespa_carapace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3876:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 100\nMining Level: Iron\nMining Speed: 8\nAttack: 6\nFamine\nCold-Blooded\n\nHandle\nModifier: 0.5\nDurability: 0\nCold-Blooded\n\nExtra\nDurability: 50\nCold-Blooded\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 1\nBonus Damage: -1\nCold-Blooded", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.scythe_claw" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Scythe Claw", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201092, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.scythe_claw" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3877:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,000\nMining Level: Stone\nMining Speed: 12\nAttack: 0\nUnholy Touch\n\nHandle\nModifier: 1.4\nDurability: -50\nUnholy Touch\n\nExtra\nDurability: 220\nUnholy Touch\n\nBows\nDrawspeed: 0.15\nRange Multiplier: 2.5\nBonus Damage: -1\nUnholy Touch", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.ectoplasm" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ectoplasm", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201093, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.ectoplasm" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3878:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 300\nMining Level: Obsidian\nMining Speed: 3\nAttack: 6\nSplintering II\n\nHandle\nModifier: 1.3\nDurability: 130\nFractured II\n\nExtra\nDurability: 200\nFractured II\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.2\nBonus Damage: 4\nFractured II", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonbone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dragon Bone", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201094, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonbone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3879:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 400\nMining Level: Diamond\nMining Speed: 4\nAttack: 5.5\nHive Defender\n\nHandle\nModifier: 0.7\nDurability: 300\nPoisonous\n\nExtra\nDurability: 150\nPoisonous\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.7\nBonus Damage: 2\nPoisonous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "desert_myrmex" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Desert Myrmex Chitin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201095, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "desert_myrmex" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3880:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 400\nMining Level: Diamond\nMining Speed: 4\nAttack: 5.5\nHive Defender\n\nHandle\nModifier: 0.7\nDurability: 300\nPoisonous\n\nExtra\nDurability: 150\nPoisonous\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.7\nBonus Damage: 2\nPoisonous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jungle_myrmex" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jungle Myrmex Chitin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201096, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jungle_myrmex" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3881:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,500\nMining Level: Cobalt\nMining Speed: 7\nAttack: 17\nInferno II\n\nHandle\nModifier: 0.4\nDurability: 400\nSharp\n\nExtra\nDurability: 510\nSharp", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_fire" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fire Dragonsteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201097, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_fire" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3882:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,500\nMining Level: Cobalt\nMining Speed: 7\nAttack: 17\nBlizzard II\n\nHandle\nModifier: 0.4\nDurability: 400\nSharp\n\nExtra\nDurability: 510\nSharp", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_ice" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ice Dragonsteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201098, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_ice" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3883:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 36\nMining Level: Stone\nMining Speed: 0.83\nAttack: 0.1\nWritable\n\nHandle\nModifier: 0.23\nDurability: 8\nWritable\n\nExtra\nDurability: 20\nWritable\n\nBows\nDrawspeed: 0.71\nRange Multiplier: 0.63\nBonus Damage: - 1.2\nWritable", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prosperity" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prosperity Shard", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201099, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prosperity" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3884:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 310\nMining Level: Iron\nMining Speed: 6.35\nAttack: 4.6\nChunky\n\nHandle\nModifier: 0.8\nDurability: 55\n\nExtra\nDurability: 48\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 3.1", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.soulium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Soulium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201100, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.soulium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3885:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 244\nMining Level: Diamond\nMining Speed: 6.65\nAttack: 4.33\nProsperous\n\nHandle\nModifier: 0.7\nDurability: 65\nProsperous\n\nExtra\nDurability: 50\nProsperous\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 1.02\nProsperous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.base_essence" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Base Essence", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201101, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.base_essence" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3886:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 345\nMining Level: Diamond\nMining Speed: 7.02\nAttack: 4.5\nProsperous\n\nHandle\nModifier: 0.63\nDurability: 50\nProsnerous\n\nExtra\nDurability: 75\nProsperous\n\nBows\nDrawspeed: 1.72\nRange Multiplier: 0.99\nBonus Damage: 1.91\nProsperous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.inferium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Inferium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201102, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.inferium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3887:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 690\nMining Level: Diamond\nMining Speed: 8.01\nAttack: 6.62\nProsperous\n\nHandle\nModifier: 0.78\nDurability: 75\nProsperous\n\nExtra\nDurability: 100\nProsperous\n\nBows\nDrawspeed: 1.37\nRange Multiplier: 1.34\nBonus Damage: 2.32\nProsperous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prudentium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Prudentium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201103, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prudentium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3888:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,380\nMining Level: Obsidian\nMining Speed: 11.08\nAttack: 9.23\nProsperous\n\nHandle\nModifier: 0.97\nDurability: 100\nProsperous\n\nExtra\nDurability: 150\nProsperous\n\nBows\nDrawspeed: 0.93\nRange Multiplier: 1.63\nBonus Damage: 4.02\nProsperous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.intermedium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Intermedium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201104, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.intermedium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3889:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 2,760\nMining Level: Cobalt\nMining Speed: 16.53\nAttack: 11.62\nProsperous\n\nHandle\nModifier: 1.12\nDurability: 165\nProsperous\n\nExtra\nDurability: 225\nProsperous\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.91\nBonus Damage: 5.94\nProsperous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.superium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Superium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201105, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.superium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3890:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 5,520\nMining Level: Cobalt\nMining Speed: 22.25\nAttack: 15.03\nProsperous\nDuritae\n\nHandle\nModifier: 1.35\nDurability: 200\nProsperous\n\nExtra\nDurability: 300\nProsperous\n\nBows\nDrawspeed: 0.75\nRange Multiplier: 2.35\nBonus Damage: 7.32\nProsperous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.supremium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Supremium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201106, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.supremium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3891:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 437\nMining Level: Diamond\nMining Speed: 8\nAttack: 4.5\nDense\nStiff\n\nHandle\nModifier: 0.85\nDurability: 136\nStiff\n\nExtra\nDurability: 24\nStiff\n\nBows\nDrawspeed: 2.35\nRange Multiplier: 1.7\nBonus Damage: 4.5\nDense\nStiff", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201107, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3892:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 743\nMining Level: Obsidian\nMining Speed: 10\nAttack: 5\nDense\nMomentum\n\nHandle\nModifier: 1.1\nDurability: 232\nDense\n\nExtra\nDurability: 31\nDense\n\nBows\nDrawspeed: 1.82\nRange Multiplier: 2.2\nBonus Damage: 5\nDense\nMomentum", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tough" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tough Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201108, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tough" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3893:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 996\nMining Level: Obsidian\nMining Speed: 11\nAttack: 5\nLightweight\nSharp\n\nHandle\nModifier: 1\nDurability: 311\nLightweight\n\nExtra\nDurability: 46\nLightweight\n\nBows\nDrawspeed: 2\nRange Multiplier: 2\nBonus Damage: 5\nLightweight\nSharp", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hard_carbon" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Hard Carbon", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201109, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hard_carbon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3894:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,542\nMining Level: Cobalt\nMining Speed: 12\nAttack: 5.5\nJagged\nSplintering\n\nHandle\nModifier: 0.75\nDurability: 192\nSplintering\n\nExtra\nDurability: 160\nSplintering\n\nBows\nDrawspeed: 2.67\nRange Multiplier: 1.5\nBonus Damage: 5.5\nJagged\nSplintering", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron_nitride" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Boron Nitride", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201110, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron_nitride" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3895:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 180\nMining Level: Diamond\nMining Speed: 9\nAttack: 4.5\nWithering\n\nHandle\nModifier: 0.75\nDurability: 56\nPoisonous\nWithering\n\nExtra\nDurability: 11\nPoisonous\nWithering\n\nBows\nDrawspeed: 2.67\nRange Multiplier: 1.5\nBonus Damage: 4.5\nWithering", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thorium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201111, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thorium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3896:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 193\nMining Level: Diamond\nMining Speed: 7.5\nAttack: 4\nPoisonous\n\nHandle\nModifier: 0.8\nDurability: 60\nPoisonous\nWithering\n\nExtra\nDurability: 11\nPoisonous\nWithering\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 1.6\nBonus Damage: 4\nPoisonous", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "uranium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Uranium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201112, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "uranium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3897:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 157\nMining Level: Iron\nMining Speed: 11\nAttack: 3.5\nHoly\nLightweight\n\nHandle\nModifier: 1\nDurability: 49\nLightweight\n\nExtra\nDurability: 7\nLightweight\n\nBows\nDrawspeed: 2\nRange Multiplier: 2\nBonus Damage: 3.5\nHoly\nLightweight", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magnesium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magnesium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201113, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magnesium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3898:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 25\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nMoldable\nTasty\n\nHandle\nModifier: 0.15\nDurability: 8\nMoldable\nUplifting\n\nExtra\nDurability: 8\nMoldable\nUplifting\n\nBows\nDrawspeed: 13.33\nRange Multiplier: 0.3\nBonus Damage: 2\nMoldable\nTasty", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chocolate" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chocolate", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201114, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chocolate" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3899:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,200\nMining Level: Stone\nMining Speed: 3.5\nAttack: -1\nStonebound\n\nHandle\nModifier: 0.1\nDurability: 1,500\nStonebound\n\nExtra\nDurability: 100\nStonebound\n\nBows\nDrawspeed: 1.11\nRange Multiplier: 1.1\nBonus Damage: 1\nStonebound", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.plastic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Plastic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201115, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.plastic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3900:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,600\nMining Level: Stone\nMining Speed: 5\nAttack: 4\nSlimey\n\nHandle\nModifier: 1.8\nDurability: 500\nSlimey\n\nExtra\nDurability: 150\nSlimey\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.8\nBonus Damage: 3\nSlimey", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.pink_slime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pink Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201116, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.pink_slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3901:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 2,800\nMining Level: Diamond\nMining Speed: 8\nAttack: 6.5\nSlimey\nDense\n\nHandle\nModifier: 2.5\nDurability: 1,000\nSlimey\nUnnatural\n\nExtra\nDurability: 200\nSlimey\nUnnatural\n\nBows\nDrawspeed: 2.86\nRange Multiplier: 2.5\nBonus Damage: 6", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.reinforced_pink_slime" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Reinforced Pink Slime", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201117, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.reinforced_pink_slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3902:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,410\nMining Level: Obsidian\nMining Speed: 9.47\nAttack: 7.39\nDense\n\nHandle\nModifier: 0.78\nDurability: 600\nDense\n\nExtra\nDurability: 120\nDense\n\nBows\nDrawspeed: 1.49\nRange Multiplier: 0.6\nBonus Damage: 3\nDense", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "platinum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Platinum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201118, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "platinum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3903:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,910\nMining Level: Obsidian\nMining Speed: 11.02\nAttack: 9.95\nWeeee!\n\nHandle\nModifier: 0.83\nDurability: 500\n\nExtra\nDurability: 200\n\nBows\nDrawspeed: 4.35\nRange Multiplier: 1.44\nBonus Damage: 5", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iridium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Iridium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201119, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iridium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3904:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,160\nMining Level: Cobalt \nMining Speed: 13.02\nAttack: 7.03\nSOS!\n\nHandle\nModifier: 0.49\nDurability: 200\nSOS!\n\nExtra\nDurability: 30\nSOS!\n\nBows\nDrawspeed: 0.53\nRange Multiplier: 1.23\nBonus Damage: 3\nSOS!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mithril" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mithril", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201120, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mithril" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3905:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 700\nMining Level: Diamond\nMining Speed: 7.22\nAttack: 6.22\nMagnetic II\n\nHandle\nModifier: 0.64\nDurability: 220\nMagnetic\n\nExtra\nDurability: 32\nMagnetic\n\nBows\nDrawspeed: 1.09\nRange Multiplier: 0.76\nBonus Damage: 7\nMagnetic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "invar" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Invar", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201121, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "invar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3906:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 20\nMining Level: Iron\nMining Speed: 3.63\nAttack: 5.1\nCritikill\n\nHandle\nModifier: 0.14\nDurability: 30\n\nExtra\nDurability: 7\n\nBows\nDrawspeed: 1.09\nRange Multiplier: 0.76\nBonus Damage: 7", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nickel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Nickel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201122, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nickel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3907:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 300\nMining Level: Iron\nMining Speed: 1.85\nAttack: 2.27\nSOS!\n\nHandle\nModifier: 1.34\nDurability: 120\nSOS!\n\nExtra\nDurability: 40\nSOS!\n\nBows\nDrawspeed: 0.39\nRange Multiplier: 0.87\nBonus Damage: 1\nSOS!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tin" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tin", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201123, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tin" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3908:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 260\nMining Level: Iron\nMining Speed: 2.98\nAttack: 1.76\n\nHandle\nModifier: 1.11\nDurability: 10\n\nExtra\nDurability: 4\n\nBows\nDrawspeed: 0.76\nRange Multiplier: 1.63\nBonus Damage: 3", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brass" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Brass", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201124, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brass" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3909:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 80\nMining Level: Iron\nMining Speed: 1.23\nAttack: 0.85\n\nHandle\nModifier: 0.21\nDurability: -20\n\nExtra\nDurability: -10\n\nBows\nDrawspeed: 4.76\nRange Multiplier: 0.34\nBonus Damage: 0.59", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aluminum" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aluminum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201125, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aluminum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3910:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 40\nMining Level: Iron\nMining Speed: 1.76\nAttack: 0.53\nCrumbling\n\nHandle\nModifier: 0.19\nDurability: -25\nCrumbling\n\nExtra\nDurability: -12\nCrumbling\n\nBows\nDrawspeed: 3.12\nRange Multiplier: 0.43\nBonus Damage: 0.4\nCrumbling", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "zinc" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Zinc", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201126, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "zinc" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3911:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "While most of the materials are availible from the start, some of the following may need more effort and or luck to find then others.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Materials (Chapter 1)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201127, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "plankWood", - "id:8": "minecraft:planks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3912:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "These materials will need more exploration or a dive into magical mastery to obtain.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Magical Materials (Chapter 2)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201128, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3913:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Manasteel\n\nHead\nDurability: 400\nMining Level: Diamond\nMining Speed: 6.21\nAttack: 3.87\nMana Repair\n\nHandle\nModifier: 1.07\nDurability: 120\nMana Repair\n\nExtra\nDurability: 71\nMana Repair\n\nBows\nDrawspeed: 0.75\nRange Multiplier: 1.44\nBonus Damage: 5\nMana Repair", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manasteel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Manasteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201130, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manasteel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3914:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Terrasteel\n\nHead\nDurability: 960\nMining Level: Cobalt\nMining Speed: 9.53\nAttack: 12.03\nMana Eater\n\nHandle\nModifier: 1.45\nDurability: 200\nMana Eater\n\nExtra\nDurability: 136\nMana Eater\n\nBows\nDrawspeed: 1.32\nRange Multiplier: 0.97\nBonus Damage: 7\nMana Eater", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "terrasteel" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Terrasteel", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201131, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "terrasteel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3915:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt\nMining Speed: 14.52\nAttack: 19.62\nAlien\nPayback\n\nHandle\nModifier: 1.63\nDurability: 260\nAlien\nPayback\n\nExtra\nDurability: 180\nAlien\nPayback\n\nBows\nDrawspeed: 0.65\nRange Multiplier: 6.45\nBonus Damage: 15\nAlien\nPayback", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "gaia" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Gaia Spirit", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201132, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "gaia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3916:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 660\nMining Level: Diamond\nMining Speed: 7.52\nAttack: 5.08\nRadioactive II\n\nHandle\nModifier: 0.76\nDurability: -40\nRadioactive II\n\nExtra\nDurability: -20\nRadioactive II\n\nBows\nDrawspeed: 1.03\nRange Multiplier: 0.79\nBonus Damage: 3\nRadioactive II", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellorium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellorium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201133, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellorium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3917:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 300\nMining Level: Obsidian\nMining Speed: 6.53\nAttack: 4.83\nRadioactive\n\nHandle\nModifier: 1.53\nDurability: 20\nRadioactive\n\nExtra\nDurability: 60\nRadioactive\n\nBows\nDrawspeed: 0.4\nRange Multiplier: 1.11\nBonus Damage: 8\nRadioactive", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cyanite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Cyanite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201134, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cyanite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3918:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 8.09\nAttack: 6.23\nRadioactive III\n\nHandle\nModifier: 1.06\nDurability: 90\nRadioactive III\n\nExtra\nDurability: 50\nRadioactive III\n\nBows\nDrawspeed: 0.8\nRange Multiplier: 1.02\nBonus Damage: 12\nRadioactive III", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blutonium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Blutonium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201135, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blutonium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3919:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 11.21\nAttack: 12.42\n\nHandle\nModifier: 2.34\nDurability: 400\n\nExtra\nDurability: 300\n\nBows\nDrawspeed: 0.22\nRange Multiplier: 3.21\nBonus Damage: 13", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ludicrite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ludicrite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201136, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ludicrite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3920:10": { - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "These materials are mostly found in far dimensions", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Exotic Materials (Chapter 4)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201137, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:realmstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:twilight_clock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3921:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "More Exotic Materials (Chapter 5)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201138, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3922:10": { - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Even More Exotic Materials (Chapter 6)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201139, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3923:10": { - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Incredibly Exotic Materials (Chapter 7)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201140, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3924:10": { - "preRequisites:11": [ - 201140 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Most Exotic Materials (Chapter 8)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201141, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3925:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,200\nMining Level: Cobalt\nMining Speed: 13.62\nAttack: 9.04\n\nHandle\nModifier: 2.03\nDurability: 350\nDarkness\n\nExtra\nDurability: 200\nDarkness\n\nBows\nDrawspeed: 0.53\nRange Multiplier: 3.54\nBonus Damage: 8\nDarkness", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rebalanced_dark_matter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Dark Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201142, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rebalanced_dark_matter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3926:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,900\nMining Level: Cobalt\nMining Speed: 16.74\nAttack: 15.07\nWeeee!\n\nHandle\nModifier: 3.86\nDurability: 500\n\nExtra\nDurability: 500\n\nBows\nDrawspeed: 0.34\nRange Multiplier: 5.06\nBonus Damage: 16", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redmatter" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Matter", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201143, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redmatter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3927:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,100\nMining Level: Cobalt\nMining Speed: 13.52\nAttack: 14.06\nEnergy Eater\n\nHandle\nModifier: 2.43\nDurability: 240\nEnergy Repair\n\nExtra\nDurability: 230\nEnergy Repair\n\nBows\nDrawspeed: 0.44\nRange Multiplier: 3.41\nBonus Damage: 8", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrumflux" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluxed Electrum", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201144, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrumflux" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3928:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 450\nMining Level: Obsidian\nMining Speed: 7.86\nAttack: 9.53\n\nHandle\nModifier: 1.23\nDurability: 140\n\nExtra\nDurability: 120\n\nBows\nDrawspeed: 1.79\nRange Multiplier: 1.45\nBonus Damage: 7", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinediron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refined Iron", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201145, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinediron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3929:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 680\nMining Level: Cobalt\nMining Speed: 8.42\nAttack: 11.52\n\nHandle\nModifier: 1.73\nDurability: 220\n\nExtra\nDurability: 115\n\nBows\nDrawspeed: 1.02\nRange Multiplier: 5.17\nBonus Damage: 9.5", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tungsten" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tungsten", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201146, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tungsten" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3930:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 590\nMining Level: Cobalt\nMining Speed: 7.63\nAttack: 10.41\n\nHandle\nModifier: 1.52\nDurability: 180\n\nExtra\nDurability: 95\n\nBows\nDrawspeed: 1\nRange Multiplier: 3.52\nBonus Damage: 7.6", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "titanium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Titanium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "titanium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3931:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 9.16\nAttack: 7.83\n\nHandle\nModifier: 0.74\nDurability: 250\n\nExtra\nDurability: 140\n\nBows\nDrawspeed: 0.66\nRange Multiplier: 2.15\nBonus Damage: 5", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chrome" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chrome", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201148, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chrome" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3932:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt\nMining Speed: 13.63\nAttack: 13.23\n\nHandle\nModifier: 1.85\nDurability: 400\n\nExtra\nDurability: 500\n\nBows\nDrawspeed: 1.33\nRange Multiplier: 0.98\nBonus Damage: 16", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "advancedalloy" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Advanced Alloy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201149, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "advancedalloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3933:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 10.12\nAttack: 6.84\nReflect\n\nHandle\nModifier: 0.74\nDurability: 100\n\nExtra\nDurability: 80\n\nBows\nDrawspeed: 0.51\nRange Multiplier: 2.26\nBonus Damage: 6", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ruby" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ruby", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201150, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ruby" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3934:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 10.12\nAttack: 6.84\nLaunch\n\nHandle\nModifier: 0.74\nDurability: 100\n\nExtra\nDurability: 80\n\nBows\nDrawspeed: 0.51\nRange Multiplier: 2.26\nBonus Damage: 6", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201151, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3935:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 10.12\nAttack: 6.84\nShock\n\nHandle\nModifier: 0.74\nDurability: 100\n\nExtra\nDurability: 80\n\nBows\nDrawspeed: 0.51\nRange Multiplier: 2.26\nBonus Damage: 6", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "peridot" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Peridot", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201152, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "peridot" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3936:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Obsidian\nMining Speed: 11.54\nAttack: 7.42\nSuperheat\n\nHandle\nModifier: 0.82\nDurability: 120\nAutosmelt\n\nExtra\nDurability: 95\nAutosmelt\n\nBows\nDrawspeed: 0.6\nRange Multiplier: 2.41\nBonus Damage: 7\nAutosmelt", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellowgarnet" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Yellow Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201153, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellowgarnet" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3937:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Obsidian\nMining Speed: 11.54\nAttack: 7.42\nHealer\n\nHandle\nModifier: 0.82\nDurability: 120\n\nExtra\nDurability: 95\n\nBows\nDrawspeed: 0.6\nRange Multiplier: 2.41\nBonus Damage: 7", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redgarnet" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Red Garnet", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201154, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redgarnet" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3938:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 14\nMining Level: Iron\nMining Speed: 0.95\nAttack: 0.12\nSlingshot\n\nHandle\nModifier: 0.87\nDurability: 10\nSlingshot\n\nExtra\nDurability: 3\nSlingshot\n\nBows\nDrawspeed: 0.16\nRange Multiplier: 1.42\nBonus Damage: 0.3\nSlingshot", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rubber" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Rubber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201155, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rubber" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3939:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 700\nMining Level: Cobalt\nMining Speed: 6.8\nAttack: 5.5\nGlobal Traveler\n\nHandle\nModifier: 1.1\nDurability: 70\nGlobal Traveler\n\nExtra\nDurability: 80\nGlobal Traveler\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.6\nBonus Damage: 7\nGlobal Traveler", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "alumite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Alumite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201156, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "alumite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3940:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 8\nAttack: 6.4\nAquadynamic\n\nHandle\nModifier: 1.25\nDurability: 100\nAquadynamic\n\nExtra\nDurability: 120\nAquadynamic\n\nBows\nDrawspeed: 0.77\nRange Multiplier: 1.5\nBonus Damage: 4\nAquadynamic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire_aoa" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ascended Sapphire", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201157, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire_aoa" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3941:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt \nMining Speed: 8\nAttack: 5\nJaded\n\nHandle\nModifier: 1.35\nDurability: 0\nJaded\n\nExtra\nDurability: 50\nJaded\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 1.3\nBonus Damage: 4\nJaded", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jade" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Jade", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201158, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3942:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 640\nMining Level: Obsidian\nMining Speed: 3\nAttack: 6.1\nNature\u0027s Wrath\n\nHandle\nModifier: 1.3\nDurability: -30\nNature\u0027s Wrath\n\nExtra\nDurability: 20\nNature\u0027s Wrath\n\nBows\nDrawspeed: 0.71\nRange Multiplier: 1.4\nBonus Damage: 4\nNature\u0027s Wrath", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "malachite_gem" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Malachite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201159, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "malachite_gem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3943:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 730\nMining Level: Obsidian\nMining Speed: 4.6\nAttack: 5.7\nShocking\n\nHandle\nModifier: 1\nDurability: 30\nShocking\n\nExtra\nDurability: 100\nShocking\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nShocking", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amber" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201160, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amber" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3944:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 690\nMining Level: Obsidian\nMining Speed: 6\nAttack: 6\nNature\u0027s Power\n\nHandle\nModifier: 0.8\nDurability: 70\nNature\u0027s Power\n\nExtra\nDurability: 65\nNature\u0027s Power\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 1.4\nBonus Damage: 7\nNature\u0027s Power", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "topaz" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Topaz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201161, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "topaz" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3945:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 650\nMining Level: Obsidian\nMining Speed: 3\nAttack: 7\nFreezing\n\nHandle\nModifier: 0.7\nDurability: 0\nFreezing\n\nExtra\nDurability: 25\nFreezing\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nFreezing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tanzanite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Tanzanite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201162, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tanzanite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3946:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,100\nMining Level: Cobalt\nMining Speed: 6\nAttack: 8\nApocalypse\n\nHandle\nModifier: 1.5\nDurability: 100\nApocalypse\n\nExtra\nDurability: 100\nApocalypse\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.7\nBonus Damage: 6.5\nApocalypse", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amethyst" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Amethyst", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201163, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amethyst" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3947:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 830\nMining Level: Cobalt\nMining Speed: 7\nAttack: 6.5\nIlluminati\nGlowing\n\nHandle\nModifier: 1.1\nDurability: 40\nIlluminati\nGlowing\n\nExtra\nDurability: 60\nIlluminati\nGlowing\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 1.8\nBonus Damage: 4\nIlluminati\nGlowing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lumium_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Lumium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lumium_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3948:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 7.5\nAttack: 7\nPortly Gentleman\n\nHandle\nModifier: 1.05\nDurability: -5\nGlobal Traveler\nEnderference\n\nExtra\nDurability: 65\nGlobal Traveler\nEnderference\n\nBows\nDrawspeed: 1.11\nRange Multiplier: 1.9\nBonus Damage: 8\nGlobal Traveler\nEnderference", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enderium_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enderium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201165, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enderium_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3949:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 380\nMining Level: Diamond\nMining Speed: 6\nAttack: 4.5\nDevil\u0027s Strength\nCrude II\n\nHandle\nModifier: 0.8\nDurability: 0\nDevil\u0027s Strength\nCrude II\n\nExtra\nDurability: 50\nDevil\u0027s Strength\nCrude II\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nDevil\u0027s Strength\nCrude II", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blackquartz_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Black Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201166, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blackquartz_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3950:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 480\nMining Level: Obsidian\nMining Speed: 7\nAttack: 4.4\nHe Who Must Not Be Named\nCrude\n\nHandle\nModifier: 1\nDurability: 0\nCrude\n\nExtra\nDurability: 140\nCrude\n\nBows\nDrawspeed: 1\nRange Multiplier: 1.3\nBonus Damage: 3.5\nCrude", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "void_actadd_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Void", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201167, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "void_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3951:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 7\nAttack: 5.2\nStarfishy\n\nHandle\nModifier: 1.2\nDurability: -5\nAnti-Corrosion\n\nExtra\nDurability: 75\nAnti-Corrosion\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.2\nBonus Damage: 5.1\nAnti-Corrosion", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enori_actadd_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Enori", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201168, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enori_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3952:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 7.5\nAttack: 5.8\nSpades\n\nHandle\nModifier: 1.3\nDurability: 7\nSpades\n\nExtra\nDurability: 100\nSpades\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nSpades", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "palis_actadd_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Palis", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201169, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "palis_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3953:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Emeradic\n\nHead\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 8\nAttack: 7.7\nVindictive\n\nHandle\nModifier: 1.1\nDurability: 0\nVindictive\n\nExtra\nDurability: 77\nVindictive\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 2\nBonus Damage: 7\nVindictive", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emeradic_actadd_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emeradic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201170, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emeradic_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3954:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Diamatine\n\nHead\nDurability: 1,700\nMining Level: Cobalt\nMining Speed: 8\nAttack: 6.3\nMorgan Le Fay\n\nHandle\nModifier: 1.2\nDurability: 10\nMorgan Le Fay\n\nExtra\nDurability: 88\nMorgan Le Fay\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 2\nBonus Damage: 11\nMorgan Le Fay", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "diamatine_actadd_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Diamatine", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201171, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "diamatine_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3955:10": { - "preRequisites:11": [ - 201198 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 7,000\nMining Level: 10\nMining Speed: 18\nAttack: 40\nGlobal Traveler\nBrown Magic\nApocalypse\n\nHandle\nModifier: 2\nDurability: 0\nGlobal Traveler\nBrown Magic\nApocalypse\n\nExtra\nDurability: 1,400\nGlobal Traveler\nBrown Magic\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 2.8\nBonus Damage: 16\nGlobal Traveler\nBrown Magic\nApocalypse", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infinity_avaritia_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Infinity", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201172, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infinity_avaritia_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3956:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 250\nMining Level: Diamond\nMining Speed: 6.4\nAttack: 4.5\nElemental\n\nHandle\nModifier: 0.8\nDurability: 80\nElemental\n\nExtra\nDurability: 70\nElemental\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nElemental", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "certusquartz_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Certus Quartz", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201173, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "certusquartz_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3957:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 700\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6.2\nPortly Gentleman\n\nHandle\nModifier: 1\nDurability: 0\nPortly Gentleman\n\nExtra\nDurability: 75\nPortly Gentleman\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nPortly Gentleman", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fluixcrystal_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fluix Crystal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201174, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fluixcrystal_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3958:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 680\nMining Level: Obsidian\nMining Speed: 5.5\nAttack: 6\nSlashing\n\nHandle\nModifier: 0.9\nDurability: -5\nSlashing\n\nExtra\nDurability: 90\nSlashing\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nSlashing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mica" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mica", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201175, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mica" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3959:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 700\nMining Level: Obsidian\nMining Speed: 7.7\nAttack: 6\nStonebound\n\nHandle\nModifier: 0.9\nDurability: -5\nCrude II\nPetramor\n\nExtra\nDurability: 111\nCrude II\nPetramor\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nCrude II\nPetramor", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "litherite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Litherite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201176, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "litherite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3960:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,000\nMining Level: Obsidian\nMining Speed: 9\nAttack: 7.5\nVindictive\nNature\u0027s Wrath\n\nHandle\nModifier: 0.9\nDurability: -5\nVindictive\nNature\u0027s Wrath\n\nExtra\nDurability: 140\nVindictive\nNature\u0027s Wrath\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nVindictive\nNature\u0027s Wrath", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "erodium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Erodium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201177, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "erodium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3961:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,300\nMining Level: Cobalt\nMining Speed: 10.3\nAttack: 9\nFruit Salad\n\nHandle\nModifier: 0.9\nDurability: -5\nNature\u0027s Blessing\n\nExtra\nDurability: 169\nNature\u0027s Blessing\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.6\nBonus Damage: 5\nNature\u0027s Blessing", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kyronite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kyronite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201178, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kyronite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3962:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt\nMining Speed: 11.6\nAttack: 10.5\nStop Being Selfish\n\nHandle\nModifier: 0.9\nDurability: -5\nStop Being Selfish\n\nExtra\nDurability: 198\nStop Being Selfish\n\nBows\nDrawspeed: 2.04\nRange Multiplier: 2.2\nBonus Damage: 6.5\nStop Being Selfish", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pladium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Pladium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201179, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pladium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3963:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,900\nMining Level: 5\nMining Speed: 12.9\nAttack: 12\nChad Thunder****\n\nHandle\nModifier: 0.9\nDurability: -5\nIlluminati\n\nExtra\nDurability: 227\nIlluminati\n\nBows\nDrawspeed: 2.63\nRange Multiplier: 3\nBonus Damage: 8\nIlluminati", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ionite" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ionite", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201180, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ionite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3964:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 2,200\nMining Level: 6\nMining Speed: 14.2\nAttack: 13.5\nMusic of the Spheres\n\nHandle\nModifier: 0.9\nDurability: -5\nMusic of the Spheres\n\nExtra\nDurability: 227\nMusic of the Spheres\n\nBows\nDrawspeed: 2.63\nRange Multiplier: 3\nBonus Damage: 12\nMusic of the Spheres", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aethium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Aethium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201181, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aethium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3965:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 400\nMining Level: Obsidian\nMining Speed: 7\nAttack: 4.25\nThaumic\n\nHandle\nModifier: 1\nDurability: 30\nThaumic\n\nExtra\nDurability: 111\nThaumic\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 1.3\nBonus Damage: 7\nThaumic", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thaumium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Thaumium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201182, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thaumium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3966:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 204\nMining Level: Diamond\nMining Speed: 6\nAttack: 4\nI\u0027m a Superstar\n\nHandle\nModifier: 1\nDurability: 60\nIlluminati\n\nExtra\nDurability: 100\nIlluminati\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 7\nIlluminati", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "starmetal" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starmetal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201183, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "starmetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3967:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 204\nMining Level: Diamond\nMining Speed: 6\nAttack: 4\nVile\n\nHandle\nModifier: 0.85\nDurability: 60\n\nExtra\nDurability: 50", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "corrupted" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Corrupted", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201184, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "corrupted" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3968:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,919\nMining Level: 5\nMining Speed: 9\nAttack: 9\nMirabile Visu\nMana\n\nHandle\nModifier: 1.1\nDurability: 40\nMana\n\nExtra\nDurability: 90\nMana\n\nBows\nDrawspeed: 0.74\nRange Multiplier: 1.5\nBonus Damage: 5.5\nMana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mirion" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mirion", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201185, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mirion" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3969:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 50\nMining Level: Iron\nMining Speed: 5.1\nAttack: 2.8\nBotanical II\nEcological\n\nHandle\nModifier: 1.15\nDurability: 20\nBotanical\nEcological\n\nExtra\nDurability: 20\nBotanical\nEcological\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 1.1\nBonus Damage: 1.8\nBotanical\nEcological", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "livingwood_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Livingwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201186, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "livingwood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3970:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 540\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6\nMana\nElemental\n\nHandle\nModifier: 1.25\nDurability: 150\nMana\n\nExtra\nDurability: 60\nMana\n\nBows\nDrawspeed: 1.25\nRange Multiplier: 1.5\nBonus Damage: 7.5\nMana", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elementium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Elementium", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201187, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elementium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3971:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 430\nMining Level: Cobalt\nMining Speed: 6\nAttack: 4\nDemocratic People\u0027s Republic of Korea\nEcological\n\nHandle\nModifier: 1\nDurability: -20\nDemocratic People\u0027s Republic of Korea\nEcological\n\nExtra\nDurability: 50\nDemocratic People\u0027s Republic of Korea\nEcological\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 2\nBonus Damage: 7\nDemocratic People\u0027s Republic of Korea\nEcological", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fusewood_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fusewood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201188, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fusewood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3972:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 300\nMining Level: Cobalt\nMining Speed: 4.9\nAttack: 2.5\nEcological\nGhastly\n\nHandle\nModifier: 1.1\nDurability: 0\nGhastly\nEcological\n\nExtra\nDurability: 100\nGhastly\nEcological\n\nBows\nDrawspeed: 0.62\nRange Multiplier: 1.1\nBonus Damage: 2\nGhastly\nEcological", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghostwood_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ghostwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201189, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghostwood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3973:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 350\nMining Level: Cobalt\nMining Speed: 5\nAttack: 3\nDark Traveler\nEcological\n\nHandle\nModifier: 1.3\nDurability: -5\nDark Traveler\nEcological\n\nExtra\nDurability: 90\nDark Traveler\nEcological\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.3\nBonus Damage: 3\nDark Traveler\nEcological", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "darkwood_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Darkwood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201190, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "darkwood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3974:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,222\nMining Level: Cobalt\nMining Speed: 7\nAttack: 7\nElemental\n\nHandle\nModifier: 1.1\nDurability: 0\nTerrafirma\n\nExtra\nDurability: 70\nTerrafirma\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 1\nBonus Damage: 0.9\nTerrafirma", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emerald_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Emerald", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201191, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emerald_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3975:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 2,000\nMining Level: 8\nMining Speed: 8\nAttack: 15\nBrown Magic\nBlind Bandit\n\nHandle\nModifier: 1.6\nDurability: 130\nPortly Gentleman\n\nExtra\nDurability: 240\nPortly Gentleman\n\nBows\nDrawspeed: 0.62\nRange Multiplier: 2\nBonus Damage: 11\nPortly Gentleman", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wyvern_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wyvern", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201192, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wyvern_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3976:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 5,000\nMining Level: 10\nMining Speed: 9\nAttack: 35\nRude Awakening\nBrown Magic\n\nHandle\nModifier: 1.8\nDurability: 500\nBlind Bandit\nApocalypse\nGlobal Traveler\n\nExtra\nDurability: 500\nBlind Bandit\nApocalypse\nGlobal Traveler\n\nBows\nDrawspeed: 0.53\nRange Multiplier: 2.8\nBonus Damage: 20\nBlind Bandit\nApocalypse\nGlobal Traveler", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "awakened_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Awakened", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201193, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "awakened_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3977:10": { - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 10,000\nMining Level: 12\nMining Speed: 12\nAttack: 48\nHail Hydra\nVindictive\n\nHandle\nModifier: 2.3\nDurability: 700\nDark Traveler\n\nExtra\nDurability: 800\nDark Traveler\n\nBows\nDrawspeed: 0.43\nRange Multiplier: 4\nBonus Damage: 24\nDark Traveler", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chaotic_plustic" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Chaotic", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201194, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chaotic_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3978:10": { - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 35\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nEcological\n\nHandle\nModifier: 1\nDurability: 25\nEcological\n\nExtra\nDurability: 15\nEcological\n\nBows\nDrawspeed: 1\nRange Multiplier: 1\nBonus Damage: 0\nEcological", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wood" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Wood", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3979:10": { - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oHere you can find a description of all the traits;\n\nAlien\nThe stats feel off... as if they\u0027re changing! Maybe time will tell?\n\nAnti-Air I-II\nDeals additional damage to flying creatures.\n\nAnti-Corrosion\nEvery tick, there is a small chance that the holder\u0027s poison is healed (when held in hand).\n\nApocalypse\nYour victim becomes moribund and is afflicted with increasing levels of Wither.\n\nAquadynamic\nThe tool is unhindered by water and loves rainy evenings.\n\nAridiculous\nThe tool works better in hotter environments.\n\nAutosmelt\nHarvested blocks get smelted.\n\nBaconlicious\nHitting things sometimes gives bacon.\n\nBaron\nOccasionally deals additional damage.\n\nBlazing\nSets targets on fire.\n\nBlind Bandit\nA mob called the \"Blind Bandit\" will sometimes be summoned for a limited time after you attack or are attacked. She will attack hostile mobs, and will also attack those who dare attack her (except you), piercing armor on mobs.\n\nBlizzard II\nFreezes enemies in a block of ice for 15 seconds with added knockback, and deals additional dragon frost damage.\n\nBloodlust\nAdds life essence to your soul network when killing.\n\nBody\nHigher Durability\n\nBone Shock\nDeals additional damage to non-arthropod creatures.\n\nBotanical I-II\nIncreases the amount of slots; the effect stacks greatly.\n\nBroodmother\nSpawn a Vespa larva during combat or when a block is harvested.\n\nBrown Magic\nPress the \"set portal\" key (default \"N\") to set a virtual portal on the block you are pointing at. By default, press \"Y\" to teleport there (if there is enough space).\n\nChad Thunder****\nEnemies struck by this weapon have thunderbolts rained down on them.\n\nCheap\nIncreases durability gained when repairing the tool.\n\nCheapskate\nYour tool has less durability.\n\nChunky\nMakes your tool or weapon drop Mob Chunks.\n\nCold-Blooded\nDeal increased damage to targets at full health.\n\nCoralium-Plagued\nApply the Coralium Plague on critical hits.\n\nCounterweight I-II\nIncreases tool efficiency when not touching the ground.\n\nCritikill\nAlways do a critical hit!\n\nCrude I-II\nBonus damage against unarmored targets.\n\nCrumbling\nThe tool breaks soft blocks that don\u0027t need a tool faster.\n\nDark Traveler\nSurrounding mobs get randomly afflicted with damage.\n\nDarkness\nDark influences don\u0027t wont on your enemy, so they\u0027re tortured instead!\n\nDemocratic People\u0027s Republic of Korea\nWhen attacking or defending, Supreme Leaders will spawn, exploding on opponents in the same manner as a creeper.\n\nDense\nYour tool lasts longer when it has less durability.\n\nDevil\u0027s Strength\nBonus damage to non-Overworld mobs.\n\nDirect\nTeleports mined things directly into your inventory.\n\nDiscounted\nSignificantly increases durability gained when repairing the tool.\n\nDread-Plagued\nApply the Dread Plague on critical hits.\n\nDuritae\nYour tool lasts longer ...most of the time.\n\nEcological\nRenewable resources are so good, they regenerate by themselves!\n\nElemental\nWhen gravity-affected blocks are destroyed, break all blocks of the same type above and below. Also, a chance to gain various benefits from a sucessful attack.\n\nEnderference\nPrevents Endermen from teleporting around for a short time.\n\nEndspeed\nProjectiles instantly travel to their destination.\n\nEnergy Eater\nBoosts the mining speed and damage by consuming energy!\n\nEnergy Repair\nRepairs from the energy stored in the inventory, but only when it\u0027s about to be damaged...\n\nEthereal Miner\nMining blocks prevents blocks above falling down.\n\nEvil Aura\nWhen held, creates an aura of evil that brings misfortune to the wielder.\n\nEvil Pressure\nEach hit has a chance to amplify negative effects present on mob.\n\nExperience Boost\nGives bonus XP when mining or slaying mobs.\n\nFamine\nGives Hunger. Restore 1 hunger points when hitting a non-undead entity or harvesting a block. \n\nFlaming Fury\nDeals additional damage while on fire.\n\nFlammable\nBlocking blocks fire damage and getting hit sets the attacker on fire.\n\nFractured I-II\nYour tools damage is increased.\n\nFreezing\nSuccessful hits slow your target more and more.\n\nFruit Salad\nA tool with this trait can store up to 5 types of fruits.\n\nGhastly\nIf the holder is attacked while sneaking, the attacker is inflicted with Slowness.\n\nGlitch\nDrops Glitch Heart sometimes when killing.\n\nGlobal Traveler\nShift-right-click a block in order for items from broken blocks and killed entities to get transported in there if it is an inventory.\n\nGlowing\nWhenever it gets too dark your tool sacrifices a part of itself to light up your way.\n\nHail Hydra\nRandom explosions plague your enemies. Also, when you are attacked, there is a chance to get Absorption.\n\nHe Who Must Not Be Named\nBonus damage accrued for each entity of the same type as the target close to it.\n\nHealer\nGuess you like the enemy so much you heal them every time you try to hurt them\n\nHeavy\nPrevents knockback.\n\nHellish\nDeal bonus damage to non-Nether mobs.\n\nHigh in Calcium\nDrops bones and bonemeal while breaking blocks.\n\nHive Defender\nDeals +8 extra damage against death worms and +4 damage against non-arthropods.\n\nHoly\nDeal bonus damage to undead enemies.\n\nIlluminati\nWhile the tool is in your hand, nearby entities (that do not hold a tool with this trait) glow, and you become invisible.\n\nI\u0027m a Superstar\nEffects depend on the player\u0027s attunement.\n\nInfernal Energy\nMassively increases tool efficiency when on fire.\n\nInferno II\nSets enemies on fire for 15 seconds with added knockbacks, and deals additional dragon flame damage.\n\nInsatiable\nDuring combat you deal more and more damage but also consume more and more durability.\n\nInstakill\nOne-shot kills. Slightly dangerous\n\nIn the Garage\nExtra damage in the shadow\n\n\nJaded\nMobs attacked with this tool have their ability to heal temporarily hindered.\n\nJagged\nEvery point durability lost increases damage.\n\nLaced\nPoisons creatures when hit.\n\nLaunch\nOccasionally make your enemy go flying. They like it...until they hit the ground\n\nLightweight\nIncreases the overall speed of your tool when mining and attacking.\n\nLiving I-II\nHeals itself via the user\u0027s Soul Network\n\nMagically Brittle\nHas a random chance of breaking when it takes damage. Can break \u0027unbreakable\u0027 tools.\n\nMagically Modifiable\nAdds 3 extra modifiers to a tool\n\nMagnetic I-II\nHitting things attracts nearby things?!\n\nMana\nMana can be used in place of durability, and can heal the tool over time.\n\nMana Eater\nBoosts the mining speed and damage by consuming mana!\n\nMana Repair\nRepairs from the mana stored in the player, but only when it\u0027s about to be damaged...\n\nMind\nMore Effecient\n\nMirabile Visu\nOccasionally, a gold or diamond ore will appear in stone immediately surrounding you (at the cost of durability).\n\nMoldable\nBlend additional modifiers into your tool.\n\nMomentum\nMining blocks increases your speed, as long as you keep going.\n\nMorgan Le Fay\nBonus magic damage (ranging from 0.0 to 5.0; Gaussian distributed) is afflicted (it is absolute).\n\nMusic of the Spheres\nThe tool doubles as a movable boombox.\n\nNature\u0027s Blessing\nA chance to drop bread per mob killed or block broken. Sometimes heals the player by a bit after killing a mob.\n\nNature\u0027s Power\nAfter attacking a mob: 20% chance to burn target. 20% chance to give player Speed. 20% chance to give player Strength.\n\nNature\u0027s Wrath\nAfter attacking a mob, there is a chance to burn the target, as well as to heal the player.\n\nOverflow\nThere is a 25% probability that this weapon directly wipes off half of target\u0027s health each attack.\n\nPayback\nBecome enraged and deal moar damage when severely injured\n\nPetramor\nYour tool loves stone, it literally wants to absorb it (for durability).\n\nPoisonous\nPoisons enemies on hit.\n\nPortly Gentleman\nShift-right-click an entity to capture it (costs durability based on entity health). Press the \"release entity\" key (default \"0\") in order to release it.\n\nPower of the Sun\nTorch works too. Mining and Fighting are effected by your light conditions\n\nPrecipitate\nThe less health you have, the speedier it is!\n\nPrickly\nNobody is safe from those thorns, they always hurt.\n\nProsperous\nMakes your tool or weapon randomly drop Prosperity Shards.\n\nPsi Eater\nBoosts the mining speed and damage by consuming psi!\n\nPsi Repair\nRepairs from the psi stored in the player, but only when it\u0027s about to be damaged...\n\nPurified\nDeal 25% extra damage to any Dread-Plagued entity.\n\nRadioactive I-III\nRandomly causes hunger or radiation poisoning :(\n\nReflect\nWhy are you hitting yourself\n\nRude Awakening\nDamage pierces armor (mobs only).\n\nRunic I-II\nConverts a portion of damage dealt into magic damage.\n\nShadow\nUses Mana to repair, can also summon dark pixies when you attack mobs.\n\nSharp\nHitting an enemy leaves them bleeding for a short time.\n\nShock\nOccasionally shock your enemy with a bolt of thunder. Or lightning. Whatever\n\nShocking\nRunning around, breaking blocks or hitting things charges your tool. Hitting an enemy discharges it, dealing damage and providing a speed boost. Mining a block discharges it, giving a mining speed boost.\n\nShyre Synthesis\nPrevents the tool from taking damage when in direct sunlight.\n\nSlashing\nCritical hits gain 20% more damage!\n\nSlimey\nIt\u0027ll wash off.\n\nSlingshot\nYour tool become a slingshot for you to use for others!\n\nSOS!\nRecover when severely injured at a large cost\n\nSoul\nExtra 3 Modifiers\n\nSoul Harvest\nRegenerates soul power while mining.\n\nSoul Sap\nRegenerates soul power based on damage dealt.\n\nSpades\nThe lower your health, the more damage you do.\n\nSpiky\nBlocking and getting hurt deals damage to the attacker.\n\nSplintering I-II\nHit them more to deal more damage.\n\nSplinters\nBe careful not to catch a splinter!\n\nSqueaky\nYour tool is so soft and squeaky it gained silktouch, but deals no damage.\n\nStalwart\nHitting an entity can make you feel emboldened.\n\nStarfishy\nPress the \"set portal\" key (default \"N\") to set a virtual portal on the block you are pointing at. If you are on the brink of death, you have %d enori crystals to spare, and the portal has enough space above, then the crystals are consumed, you are teleported to the virtual portal, and you are spared. (The tool must be in your hand.)\n\nStiff\nBlocking reduces the damage taken even more.\n\nStonebound\nThe tool mines faster as it wears out, but does less damage.\n\nStop Being Selfish\nMore damage is added the closer other players are to the attacker.\n\nSuperheat\nDeal bonus damage to enemies on fire.\n\nSurf Wax America\nExtra damage while mounting\n\nSynergy\nWill repair itself if you have Steeleaves in your hotbar.\n\nTasty\nSmells so good.. You\u0027d rather eat your tool than starve.\n\nTerrafirma\nWhile this tool is in your hand (or this armor is worn), you will heal over time.\n\nThaumic\nA tool with this gains 1 extra slot, or 2 extra slots if either at least 3 parts have this trait, or the tool is made entirely out of parts with this trait.\n\nThermal Inversion\nHitting an enemy in a hot or cold environment will chill or burn them.\n\nToxic\nReleases a toxic cloud when critically-hitting enemies\n\nTweeting\nEver wanted to sound like a charger?\n\nTwilit\nMore damage outside the Twilight Forest.\n\nUndone\nCritical hits remove armor\n\nUnholy Touch\nDeals bonus damage to non-undead entity and applies Weakness \n\nUnnatural\nThe tool mines faster the higher its mining level is above the required one.\n\nUplifting\nOccasionally regenerates health on use.\n\nVanishing I-III\nChance to teleport enemies away.\n\nVile\nAdds an additional soul per kill to your Soul Shard\n\nVindictive\nBonus damage to players, and you gain some health by attacking.\n\nWeeee!\nPowerful enough to destroy everything below it! At least...harvest level-wise.\n\nWell-Established\nYou gain additional XP.\n\nWhispering\nWill occasionally whisper it\u0027s will to you\n\nWithering\nWithers enemies on hit.\n\nWritable\nMore words. More Modifiers. It\u0027s only logical!", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "All the traits!!!", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201196, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3980:10": { - "preRequisiteTypes:7": [ - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 0, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2 - ], - "preRequisites:11": [ - 201013, - 201014, - 201015, - 201016, - 201017, - 201018, - 201019, - 201020, - 201021, - 201022, - 201023, - 201024, - 201025, - 201026, - 201027, - 201028, - 201029, - 201030, - 201031, - 201032, - 201033, - 201034, - 201035, - 201036, - 201037, - 201038, - 201039, - 201040, - 201041, - 201042, - 201043, - 201044, - 201045, - 201046, - 201047, - 201048, - 201049, - 201050, - 201051, - 201052, - 201053, - 201054, - 201055, - 201056, - 201057, - 201058, - 201059, - 201060, - 201061, - 201062, - 201063, - 201064, - 201065, - 201066, - 201067, - 201068, - 201069, - 201070, - 201071, - 201072, - 201073, - 201074, - 201075, - 201076, - 201077, - 201078, - 201079, - 201080, - 201081, - 201082, - 201083, - 201084, - 201085, - 201086, - 201087, - 201088, - 201089, - 201090, - 201091, - 201092, - 201093, - 201094, - 201095, - 201096, - 201097, - 201098, - 201099, - 201100, - 201101, - 201102, - 201103, - 201104, - 201105, - 201106, - 201107, - 201108, - 201109, - 201110, - 201111, - 201112, - 201113, - 201114, - 201115, - 201116, - 201117, - 201118, - 201119, - 201120, - 201121, - 201122, - 201123, - 201124, - 201125, - 201126, - 201130, - 201131, - 201132, - 201133, - 201134, - 201135, - 201136, - 201142, - 201143, - 201144, - 201145, - 201146, - 201147, - 201148, - 201149, - 201150, - 201151, - 201152, - 201153, - 201154, - 201155, - 201156, - 201157, - 201158, - 201159, - 201160, - 201161, - 201162, - 201163, - 201164, - 201165, - 201166, - 201167, - 201168, - 201169, - 201170, - 201171, - 201172, - 201173, - 201174, - 201175, - 201176, - 201177, - 201178, - 201179, - 201180, - 201181, - 201182, - 201183, - 201184, - 201185, - 201186, - 201187, - 201188, - 201189, - 201190, - 201191, - 201192, - 201193, - 201194, - 201195, - 201198, - 201199, - 201200, - 201201, - 201202, - 201203, - 201204, - 201205, - 201206, - 1394 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Have a cookie", - "frame:8": "GATE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 1, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Material Master Trophy", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "OreDict:8": "", - "id:8": "actuallyadditions:item_food", - "tag:10": { - "display:10": { - "Name:8": "Chocolate Chip Cookie" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } - }, - "3981:10": { - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ludicrous Materials (Chapter 9)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201198, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3982:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 500\nMining Level: Obsidian\nMining Speed: 7.65\nAttack: 6.83\n\nHandle\nModifier: 1.22\nDurability: 140\n\nExtra\nDurability: 70\n\nBows\nDrawspeed: 1.56\nRange Multiplier: 0.86\nBonus Damage: 4", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "quartzenrichediron" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Quartz Enriched Iron (WIP)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201199, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "quartzenrichediron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3983:10": { - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 450\nMining Level: Obsidian\nMining Speed: 9.04\nAttack: 8.01\nPsi Repair\n\nHandle\nModifier: 1.12\nDurability: 140\nPsi Repair\n\nExtra\nDurability: 80\nPsi Repair\n\nBows\nDrawspeed: 0.69\nRange Multiplier: 1.26\nBonus Damage: 5\nPsi Repair", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psi" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Psimetal ", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201200, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psi" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3984:10": { - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 800\nMining Level: Obsidian\nMining Speed: 8.25\nAttack: 7.12\nPsi Eater\n\nHandle\nModifier: 1.54\nDurability: 100\nPsi Eater\n\nExtra\nDurability: 100\nPsi Eater\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 0.85\nBonus Damage: 4\nPsi Eater", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psigem" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Psigem", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201201, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psigem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3985:10": { - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 980\nMining Level: Cobalt\nMining Speed: 14.06\nAttack: 11.07\nHoly\n\nHandle\nModifier: 1.53\nDurability: 300\nPsi Repair\n\nExtra\nDurability: 170\nPsi Repair\n\nBows\nDrawspeed: 0.36\nRange Multiplier: 1.75\nBonus Damage: 6\nPsi Repair", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ivorypsi" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ivory Psimetal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201202, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ivorypsi" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3986:10": { - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,210\nMining Level: Cobalt\nMining Speed: 11.76\nAttack: 14.06\nDarkness\n\nHandle\nModifier: 1.98\nDurability: 400\nPsi Eater\n\nExtra\nDurability: 290\nPsi Eater\n\nBows\nDrawspeed: 0.61\nRange Multiplier: 2.56\nBonus Damage: 10\nPsi Eater", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ebonypsi" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Ebony Psimetal", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201203, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ebonypsi" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3987:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 500\nMining Level: Diamond\nMining Speed: 3.73\nAttack: 4.01\n\nHandle\nModifier: 1.19\nDurability: 98\n\nExtra\nDurability: 48\n\nBows\nDrawspeed: 1.02\nRange Multiplier: 1.09\nBonus Damage: 4", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "osmium" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Osmium (WIP)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201204, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "osmium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3988:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 5.24\nAttack: 11.04\nDuritae\nDarkness\n\nHandle\nModifier: 2.19\nDurability: 400\nDuritae\nDarkness\n\nExtra\nDurability: 340\nDuritae\nDarkness\n\nBows\nDrawspeed: 9.09\nRange Multiplier: 0.43\nBonus Damage: 12\nDuritae\nDarkness", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedobsidian" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refined Obsidian (WIP)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201205, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedobsidian" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3989:10": { - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "Head\nDurability: 900\nMining Level: Obsidian\nMining Speed: 9.43\nAttack: 8.88\nPower of the Sun\n\nHandle\nModifier: 0.84\nDurability: 140\nPower of the sun\n\nExtra\nDurability: 100\nPower of the sun\n\nBows\nDrawspeed: 0.43\nRange Multiplier: 1.99\nBonus Damage: 8\nPower of the sun", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedglowstone" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Refined Glowstone (WIP)", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 201206, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedglowstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3990:10": { - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe following quests explain ways to automatically place down larger combinations of blocks.\n\nSome automations will require these tools in some way.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "OreDict:8": "", - "id:8": "botania:cosmetic" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Placing Down Structures", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 198005667, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:ender_pearl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3991:10": { - "preRequisites:11": [ - 2270 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gluttonous_flesh_singularity" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "So Much Gluttony", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 548069164, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:gluttonous_flesh_singularity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3992:10": { - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:fractallite_furnace" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Fractallite Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 593507433, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:fractallite_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3993:10": { - "preRequisites:11": [ - 548069164 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:star_of_betrayal" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "In Too Deep", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 648991311, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:star_of_betrayal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3994:10": { - "preRequisites:11": [ - 2273 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_hungering_flesh" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "The Hunger Never Ends", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 726098530, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:harbinger_hungering_flesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3995:10": { - "preRequisites:11": [ - 726098530, - 325, - 648991311 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hungering_flesh_ingot" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "War to the Meatball Man", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 745089078, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:hungering_flesh_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3996:10": { - "preRequisites:11": [ - 198005667 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oThe space chamber is the most versatile way to automatically place large structures.\n\nTo copy a shape to be automatically built, place Space Chamber Corner Blocks in 7 of the 8 corners of the structure you want built, and the Controller in the 8th and final corner.\n\nRight click the controller with a Wrench to set the structure.\n\nIf the structure is set correctly, right clicking the controller with a Space Chamber Card will program it for the desired structure.\n\nPlace the resulting card in a builder to auto-build your desired structure.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:space_chamber_controller", - "tag:10": { - "channel:3": 6, - "idL:4": -5903828338681376133, - "idM:4": -8342885232664559613, - "infused:3": 0, - "owner:8": "meatballcraft" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Space Chamber", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 850507867, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:space_chamber_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:space_chamber" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:space_chamber_card" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "rftools:smartwrench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3997:10": { - "preRequisites:11": [ - 2262 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:prophetic_paper" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "A Prophecy of Orcer and Chaos", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 946204526, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:summon_of_the_gatekeeper" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:prophetic_paper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "3998:10": { - "preRequisites:11": [ - 2277, - 2278, - 2274, - 2275, - 2276 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_furnace_core" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Starry Furnace", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 951871488, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_furnace_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_furnace_bricks" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_furnace_conduit" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:fractallite_furnace_empowerer" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:perfected_gallifreyan_alloy" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 1, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:fractallite_furnace" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } - }, - "3999:10": { - "preRequisites:11": [ - 198005667 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oAfter copying a given structure, the Copy-Paste gadget works with a Mechanical User.\n\nThis works with relatively small structures, and it cannot place some blocks because of a mod limitation.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:exchangertool", - "tag:10": { - "blockstate:10": { - "Name:8": "minecraft:air" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Mechanical Copy-Pasting", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1172983451, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "buildinggadgets:copypastetool", - "tag:10": { - "mode:8": "Copy" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "extrautils2:user" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "4000:10": { - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_transposition", - "tag:10": {} - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Acquisition", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1272148644, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 1, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "animus:sigil_transposition", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "4001:10": { - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_sorcery_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSorcery Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sorcery Flamberg", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1326454147, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "arcane_essentials:master_sorcery_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSorcery Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "4002:10": { - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sacred_cinders_apiary" - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Sacred Cinders Apiary", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1494150833, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sacred_cinders_apiary" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - }, - "4003:10": { - "preRequisites:11": [ - 362 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "minecraft:nether_star" - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Kashan", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 1727374336, - "rewards:9": {}, - "tasks:9": {} - }, - "4004:10": { - "preRequisites:11": [ - 1561 - ], - "properties:10": { - "betterquesting:10": { - "autoclaim:1": 0, - "desc:8": "", - "frame:8": "ROUNDED_SQUARE", - "globalshare:1": 0, - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:focusing_chicken" - } - } - }, - "ignoresview:1": 0, - "ismain:1": 0, - "issilent:1": 0, - "lockedprogress:1": 0, - "name:8": "Focusing", - "questlogic:8": "AND", - "repeat_relative:1": 1, - "repeattime:3": -1, - "simultaneous:1": 0, - "snd_complete:8": "minecraft:entity.player.levelup", - "snd_update:8": "minecraft:entity.player.levelup", - "tasklogic:8": "AND", - "visibility:8": "NORMAL" - } - }, - "questID:3": 2087826195, - "rewards:9": {}, - "tasks:9": { - "0:10": { - "autoConsume:1": 0, - "consume:1": 0, - "entryLogic:8": "AND", - "groupDetect:1": 0, - "ignoreNBT:1": 0, - "index:3": 0, - "partialMatch:1": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:focusing_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } - } - }, - "questLines:9": { - "0:10": { - "lineID:3": 0, - "order:3": 0, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "avaritia:cosmic_meatballs" - }, - "name:8": "Dimensional Ascension", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 0, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -12 - }, - "1:10": { - "id:3": 1, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -12 - }, - "2:10": { - "id:3": 2, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -48 - }, - "3:10": { - "id:3": 3, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -12 - }, - "4:10": { - "id:3": 4, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 24 - }, - "5:10": { - "id:3": 5, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -12 - }, - "6:10": { - "id:3": 6, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 24 - }, - "7:10": { - "id:3": 7, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -48 - }, - "8:10": { - "id:3": 8, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -84 - }, - "9:10": { - "id:3": 9, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -120 - }, - "10:10": { - "id:3": 10, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -12 - }, - "11:10": { - "id:3": 11, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 24 - }, - "12:10": { - "id:3": 12, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 24 - }, - "13:10": { - "id:3": 13, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -12 - }, - "14:10": { - "id:3": 14, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -48 - }, - "15:10": { - "id:3": 15, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 132 - }, - "16:10": { - "id:3": 16, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 132 - }, - "17:10": { - "id:3": 17, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 96 - }, - "18:10": { - "id:3": 18, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 96 - }, - "19:10": { - "id:3": 19, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 168 - }, - "20:10": { - "id:3": 20, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 132 - }, - "21:10": { - "id:3": 21, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 168 - }, - "22:10": { - "id:3": 22, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 168 - }, - "23:10": { - "id:3": 23, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 96 - }, - "24:10": { - "id:3": 24, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 132 - }, - "25:10": { - "id:3": 25, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "26:10": { - "id:3": 26, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 168 - }, - "27:10": { - "id:3": 27, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 132 - }, - "28:10": { - "id:3": 28, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -12 - }, - "29:10": { - "id:3": 29, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "30:10": { - "id:3": 30, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 60 - }, - "31:10": { - "id:3": 31, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -12 - }, - "32:10": { - "id:3": 32, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -84 - }, - "33:10": { - "id:3": 33, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -48 - }, - "34:10": { - "id:3": 34, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 24 - }, - "35:10": { - "id:3": 35, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 60 - }, - "36:10": { - "id:3": 37, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -12 - }, - "37:10": { - "id:3": 38, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -120 - }, - "38:10": { - "id:3": 39, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "39:10": { - "id:3": 40, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -12 - }, - "40:10": { - "id:3": 41, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -48 - }, - "41:10": { - "id:3": 42, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -84 - }, - "42:10": { - "id:3": 43, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -48 - }, - "43:10": { - "id:3": 44, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -84 - }, - "44:10": { - "id:3": 45, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 132 - }, - "45:10": { - "id:3": 46, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -84 - }, - "46:10": { - "id:3": 47, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -120 - }, - "47:10": { - "id:3": 48, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -12 - }, - "48:10": { - "id:3": 49, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 96 - }, - "49:10": { - "id:3": 50, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 96 - }, - "50:10": { - "id:3": 51, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -120 - }, - "51:10": { - "id:3": 52, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -48 - }, - "52:10": { - "id:3": 53, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -84 - }, - "53:10": { - "id:3": 54, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -120 - }, - "54:10": { - "id:3": 55, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -156 - }, - "55:10": { - "id:3": 56, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 24 - }, - "56:10": { - "id:3": 57, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -156 - }, - "57:10": { - "id:3": 58, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 60 - }, - "58:10": { - "id:3": 59, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -48 - }, - "59:10": { - "id:3": 60, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "60:10": { - "id:3": 61, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -12 - }, - "61:10": { - "id:3": 62, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 24 - }, - "62:10": { - "id:3": 63, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -12 - }, - "63:10": { - "id:3": 64, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -12 - }, - "64:10": { - "id:3": 65, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -12 - }, - "65:10": { - "id:3": 66, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -12 - }, - "66:10": { - "id:3": 67, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -12 - }, - "67:10": { - "id:3": 68, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -12 - }, - "68:10": { - "id:3": 69, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -12 - }, - "69:10": { - "id:3": 70, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -12 - }, - "70:10": { - "id:3": 71, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -12 - }, - "71:10": { - "id:3": 72, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -12 - }, - "72:10": { - "id:3": 73, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -12 - }, - "73:10": { - "id:3": 74, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -12 - }, - "74:10": { - "id:3": 75, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -12 - }, - "75:10": { - "id:3": 76, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -12 - }, - "76:10": { - "id:3": 77, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -12 - }, - "77:10": { - "id:3": 78, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -12 - }, - "78:10": { - "id:3": 79, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -12 - }, - "79:10": { - "id:3": 80, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 60 - }, - "80:10": { - "id:3": 81, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 60 - }, - "81:10": { - "id:3": 82, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 60 - }, - "82:10": { - "id:3": 83, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 24 - }, - "83:10": { - "id:3": 85, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 24 - }, - "84:10": { - "id:3": 86, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -84 - }, - "85:10": { - "id:3": 87, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -84 - }, - "86:10": { - "id:3": 88, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 24 - }, - "87:10": { - "id:3": 89, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -48 - }, - "88:10": { - "id:3": 90, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -84 - }, - "89:10": { - "id:3": 91, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -84 - }, - "90:10": { - "id:3": 92, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -48 - }, - "91:10": { - "id:3": 93, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -120 - }, - "92:10": { - "id:3": 94, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -84 - }, - "93:10": { - "id:3": 95, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -84 - }, - "94:10": { - "id:3": 96, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -120 - }, - "95:10": { - "id:3": 97, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -408 - }, - "96:10": { - "id:3": 98, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -48 - }, - "97:10": { - "id:3": 99, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 24 - }, - "98:10": { - "id:3": 100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 24 - }, - "99:10": { - "id:3": 101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 60 - }, - "100:10": { - "id:3": 102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 60 - }, - "101:10": { - "id:3": 103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 60 - }, - "102:10": { - "id:3": 104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 96 - }, - "103:10": { - "id:3": 105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 96 - }, - "104:10": { - "id:3": 106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -48 - }, - "105:10": { - "id:3": 107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -120 - }, - "106:10": { - "id:3": 108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -84 - }, - "107:10": { - "id:3": 109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -84 - }, - "108:10": { - "id:3": 110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -48 - }, - "109:10": { - "id:3": 111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -48 - }, - "110:10": { - "id:3": 112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -48 - }, - "111:10": { - "id:3": 113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -84 - }, - "112:10": { - "id:3": 114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -120 - }, - "113:10": { - "id:3": 115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -120 - }, - "114:10": { - "id:3": 116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -120 - }, - "115:10": { - "id:3": 117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 96 - }, - "116:10": { - "id:3": 118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 96 - }, - "117:10": { - "id:3": 119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 96 - }, - "118:10": { - "id:3": 120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 132 - }, - "119:10": { - "id:3": 121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 132 - }, - "120:10": { - "id:3": 122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 132 - }, - "121:10": { - "id:3": 123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 60 - }, - "122:10": { - "id:3": 124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 60 - }, - "123:10": { - "id:3": 125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 60 - }, - "124:10": { - "id:3": 126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 132 - }, - "125:10": { - "id:3": 127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 168 - }, - "126:10": { - "id:3": 128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 168 - }, - "127:10": { - "id:3": 129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 168 - }, - "128:10": { - "id:3": 130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 168 - }, - "129:10": { - "id:3": 131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 204 - }, - "130:10": { - "id:3": 132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 240 - }, - "131:10": { - "id:3": 133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 240 - }, - "132:10": { - "id:3": 134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 240 - }, - "133:10": { - "id:3": 135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 240 - }, - "134:10": { - "id:3": 136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": 24 - }, - "135:10": { - "id:3": 137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -372 - }, - "136:10": { - "id:3": 139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 204 - }, - "137:10": { - "id:3": 140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 204 - }, - "138:10": { - "id:3": 141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 204 - }, - "139:10": { - "id:3": 143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -48 - }, - "140:10": { - "id:3": 144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": 24 - }, - "141:10": { - "id:3": 145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -12 - }, - "142:10": { - "id:3": 146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": 24 - }, - "143:10": { - "id:3": 147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -12 - }, - "144:10": { - "id:3": 148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -48 - }, - "145:10": { - "id:3": 149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -12 - }, - "146:10": { - "id:3": 150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -48 - }, - "147:10": { - "id:3": 151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -48 - }, - "148:10": { - "id:3": 152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -48 - }, - "149:10": { - "id:3": 153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -48 - }, - "150:10": { - "id:3": 154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 24 - }, - "151:10": { - "id:3": 155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": 24 - }, - "152:10": { - "id:3": 156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": 24 - }, - "153:10": { - "id:3": 157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": 24 - }, - "154:10": { - "id:3": 158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -84 - }, - "155:10": { - "id:3": 159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -84 - }, - "156:10": { - "id:3": 160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 60 - }, - "157:10": { - "id:3": 161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -48 - }, - "158:10": { - "id:3": 162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -48 - }, - "159:10": { - "id:3": 163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 24 - }, - "160:10": { - "id:3": 164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": 24 - }, - "161:10": { - "id:3": 165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -84 - }, - "162:10": { - "id:3": 166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -48 - }, - "163:10": { - "id:3": 167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -84 - }, - "164:10": { - "id:3": 168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 60 - }, - "165:10": { - "id:3": 169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 96 - }, - "166:10": { - "id:3": 170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 24 - }, - "167:10": { - "id:3": 171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 132 - }, - "168:10": { - "id:3": 172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": 24 - }, - "169:10": { - "id:3": 173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -48 - }, - "170:10": { - "id:3": 174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -48 - }, - "171:10": { - "id:3": 175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 24 - }, - "172:10": { - "id:3": 176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": 60 - }, - "173:10": { - "id:3": 177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -84 - }, - "174:10": { - "id:3": 178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 60 - }, - "175:10": { - "id:3": 179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": 96 - }, - "176:10": { - "id:3": 180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -120 - }, - "177:10": { - "id:3": 181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -120 - }, - "178:10": { - "id:3": 182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 60 - }, - "179:10": { - "id:3": 183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": 60 - }, - "180:10": { - "id:3": 184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -84 - }, - "181:10": { - "id:3": 185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -84 - }, - "182:10": { - "id:3": 186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -156 - }, - "183:10": { - "id:3": 187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -156 - }, - "184:10": { - "id:3": 188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -156 - }, - "185:10": { - "id:3": 189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -156 - }, - "186:10": { - "id:3": 190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -156 - }, - "187:10": { - "id:3": 191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -156 - }, - "188:10": { - "id:3": 192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -120 - }, - "189:10": { - "id:3": 193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -120 - }, - "190:10": { - "id:3": 194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -84 - }, - "191:10": { - "id:3": 195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -120 - }, - "192:10": { - "id:3": 196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -156 - }, - "193:10": { - "id:3": 197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -156 - }, - "194:10": { - "id:3": 198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -156 - }, - "195:10": { - "id:3": 199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -156 - }, - "196:10": { - "id:3": 200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -156 - }, - "197:10": { - "id:3": 201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -156 - }, - "198:10": { - "id:3": 202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -156 - }, - "199:10": { - "id:3": 203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -156 - }, - "200:10": { - "id:3": 204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 24 - }, - "201:10": { - "id:3": 205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -156 - }, - "202:10": { - "id:3": 206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -156 - }, - "203:10": { - "id:3": 207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -156 - }, - "204:10": { - "id:3": 208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -156 - }, - "205:10": { - "id:3": 209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -156 - }, - "206:10": { - "id:3": 210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -156 - }, - "207:10": { - "id:3": 211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -264 - }, - "208:10": { - "id:3": 213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -192 - }, - "209:10": { - "id:3": 214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -264 - }, - "210:10": { - "id:3": 215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -120 - }, - "211:10": { - "id:3": 216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -192 - }, - "212:10": { - "id:3": 217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "213:10": { - "id:3": 219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -192 - }, - "214:10": { - "id:3": 220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -120 - }, - "215:10": { - "id:3": 222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -192 - }, - "216:10": { - "id:3": 224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -264 - }, - "217:10": { - "id:3": 225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -228 - }, - "218:10": { - "id:3": 226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -192 - }, - "219:10": { - "id:3": 227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -228 - }, - "220:10": { - "id:3": 228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -192 - }, - "221:10": { - "id:3": 229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -192 - }, - "222:10": { - "id:3": 230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -228 - }, - "223:10": { - "id:3": 231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -228 - }, - "224:10": { - "id:3": 232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -192 - }, - "225:10": { - "id:3": 233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -228 - }, - "226:10": { - "id:3": 234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -192 - }, - "227:10": { - "id:3": 235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -372 - }, - "228:10": { - "id:3": 236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -228 - }, - "229:10": { - "id:3": 237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -408 - }, - "230:10": { - "id:3": 238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -264 - }, - "231:10": { - "id:3": 239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -444 - }, - "232:10": { - "id:3": 240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -300 - }, - "233:10": { - "id:3": 241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -336 - }, - "234:10": { - "id:3": 242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -264 - }, - "235:10": { - "id:3": 243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -264 - }, - "236:10": { - "id:3": 244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -228 - }, - "237:10": { - "id:3": 245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -228 - }, - "238:10": { - "id:3": 246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -264 - }, - "239:10": { - "id:3": 247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -300 - }, - "240:10": { - "id:3": 248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -336 - }, - "241:10": { - "id:3": 249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -372 - }, - "242:10": { - "id:3": 250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -264 - }, - "243:10": { - "id:3": 251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -300 - }, - "244:10": { - "id:3": 252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -300 - }, - "245:10": { - "id:3": 253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -336 - }, - "246:10": { - "id:3": 254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -372 - }, - "247:10": { - "id:3": 255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -336 - }, - "248:10": { - "id:3": 256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -408 - }, - "249:10": { - "id:3": 257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -444 - }, - "250:10": { - "id:3": 258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -480 - }, - "251:10": { - "id:3": 259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -516 - }, - "252:10": { - "id:3": 260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -552 - }, - "253:10": { - "id:3": 261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -552 - }, - "254:10": { - "id:3": 262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": 60 - }, - "255:10": { - "id:3": 263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": 60 - }, - "256:10": { - "id:3": 264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -48 - }, - "257:10": { - "id:3": 265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -12 - }, - "258:10": { - "id:3": 266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -12 - }, - "259:10": { - "id:3": 267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": -12 - }, - "260:10": { - "id:3": 268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -12 - }, - "261:10": { - "id:3": 269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": -12 - }, - "262:10": { - "id:3": 270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -12 - }, - "263:10": { - "id:3": 271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -12 - }, - "264:10": { - "id:3": 272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -12 - }, - "265:10": { - "id:3": 273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": -12 - }, - "266:10": { - "id:3": 274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -12 - }, - "267:10": { - "id:3": 275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -12 - }, - "268:10": { - "id:3": 276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -12 - }, - "269:10": { - "id:3": 277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -12 - }, - "270:10": { - "id:3": 278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -12 - }, - "271:10": { - "id:3": 279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -12 - }, - "272:10": { - "id:3": 280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -12 - }, - "273:10": { - "id:3": 281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -12 - }, - "274:10": { - "id:3": 282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -12 - }, - "275:10": { - "id:3": 283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -12 - }, - "276:10": { - "id:3": 284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": -12 - }, - "277:10": { - "id:3": 285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -12 - }, - "278:10": { - "id:3": 286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -12 - }, - "279:10": { - "id:3": 287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -12 - }, - "280:10": { - "id:3": 288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -12 - }, - "281:10": { - "id:3": 289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -12 - }, - "282:10": { - "id:3": 290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -12 - }, - "283:10": { - "id:3": 291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -12 - }, - "284:10": { - "id:3": 292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": -12 - }, - "285:10": { - "id:3": 293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": -12 - }, - "286:10": { - "id:3": 294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": -12 - }, - "287:10": { - "id:3": 295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": -12 - }, - "288:10": { - "id:3": 296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": -12 - }, - "289:10": { - "id:3": 297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -12 - }, - "290:10": { - "id:3": 298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -48 - }, - "291:10": { - "id:3": 299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -12 - }, - "292:10": { - "id:3": 300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -12 - }, - "293:10": { - "id:3": 301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -12 - }, - "294:10": { - "id:3": 302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -12 - }, - "295:10": { - "id:3": 303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -12 - }, - "296:10": { - "id:3": 304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -12 - }, - "297:10": { - "id:3": 305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": -12 - }, - "298:10": { - "id:3": 306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2664, - "y:3": -12 - }, - "299:10": { - "id:3": 307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": -12 - }, - "300:10": { - "id:3": 308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": -12 - }, - "301:10": { - "id:3": 309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2808, - "y:3": -48 - }, - "302:10": { - "id:3": 310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": 24 - }, - "303:10": { - "id:3": 311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": -48 - }, - "304:10": { - "id:3": 312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": -84 - }, - "305:10": { - "id:3": 313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": 60 - }, - "306:10": { - "id:3": 314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2808, - "y:3": -12 - }, - "307:10": { - "id:3": 315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": -12 - }, - "308:10": { - "id:3": 316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": 24 - }, - "309:10": { - "id:3": 317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": 24 - }, - "310:10": { - "id:3": 318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": 60 - }, - "311:10": { - "id:3": 319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3060, - "y:3": -12 - }, - "312:10": { - "id:3": 320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -12 - }, - "313:10": { - "id:3": 321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -12 - }, - "314:10": { - "id:3": 322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -12 - }, - "315:10": { - "id:3": 323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -12 - }, - "316:10": { - "id:3": 324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -12 - }, - "317:10": { - "id:3": 325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -12 - }, - "318:10": { - "id:3": 326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3312, - "y:3": -12 - }, - "319:10": { - "id:3": 327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -48 - }, - "320:10": { - "id:3": 328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -48 - }, - "321:10": { - "id:3": 329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -48 - }, - "322:10": { - "id:3": 330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -84 - }, - "323:10": { - "id:3": 331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -84 - }, - "324:10": { - "id:3": 332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -84 - }, - "325:10": { - "id:3": 333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -120 - }, - "326:10": { - "id:3": 334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -120 - }, - "327:10": { - "id:3": 335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -120 - }, - "328:10": { - "id:3": 336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": 96 - }, - "329:10": { - "id:3": 337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": 96 - }, - "330:10": { - "id:3": 338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": 96 - }, - "331:10": { - "id:3": 339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": 60 - }, - "332:10": { - "id:3": 340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": 60 - }, - "333:10": { - "id:3": 341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": 60 - }, - "334:10": { - "id:3": 343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": 24 - }, - "335:10": { - "id:3": 344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": 24 - }, - "336:10": { - "id:3": 345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -48 - }, - "337:10": { - "id:3": 346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -48 - }, - "338:10": { - "id:3": 347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -48 - }, - "339:10": { - "id:3": 348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -84 - }, - "340:10": { - "id:3": 349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -48 - }, - "341:10": { - "id:3": 350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": 24 - }, - "342:10": { - "id:3": 351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": 24 - }, - "343:10": { - "id:3": 352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -48 - }, - "344:10": { - "id:3": 353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -48 - }, - "345:10": { - "id:3": 354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": -48 - }, - "346:10": { - "id:3": 355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -84 - }, - "347:10": { - "id:3": 356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -84 - }, - "348:10": { - "id:3": 357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -84 - }, - "349:10": { - "id:3": 358, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": -84 - }, - "350:10": { - "id:3": 359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": -48 - }, - "351:10": { - "id:3": 360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": -48 - }, - "352:10": { - "id:3": 361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": -84 - }, - "353:10": { - "id:3": 362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3348, - "y:3": -12 - }, - "354:10": { - "id:3": 363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3348, - "y:3": 24 - }, - "355:10": { - "id:3": 364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -48 - }, - "356:10": { - "id:3": 365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": 24 - }, - "357:10": { - "id:3": 366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": 24 - }, - "358:10": { - "id:3": 367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": 24 - }, - "359:10": { - "id:3": 368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": 24 - }, - "360:10": { - "id:3": 369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -48 - }, - "361:10": { - "id:3": 370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": -48 - }, - "362:10": { - "id:3": 371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": -12 - }, - "363:10": { - "id:3": 372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": -12 - }, - "364:10": { - "id:3": 373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": -12 - }, - "365:10": { - "id:3": 374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": 60 - }, - "366:10": { - "id:3": 375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": -84 - }, - "367:10": { - "id:3": 376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": -48 - }, - "368:10": { - "id:3": 377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2664, - "y:3": 24 - }, - "369:10": { - "id:3": 378, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": 24 - }, - "370:10": { - "id:3": 379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": 24 - }, - "371:10": { - "id:3": 380, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": 24 - }, - "372:10": { - "id:3": 381, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": 24 - }, - "373:10": { - "id:3": 382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -156 - }, - "374:10": { - "id:3": 383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -120 - }, - "375:10": { - "id:3": 384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -120 - }, - "376:10": { - "id:3": 385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -120 - }, - "377:10": { - "id:3": 386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -48 - }, - "378:10": { - "id:3": 387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -48 - }, - "379:10": { - "id:3": 388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -48 - }, - "380:10": { - "id:3": 389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -84 - }, - "381:10": { - "id:3": 390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -84 - }, - "382:10": { - "id:3": 391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -84 - }, - "383:10": { - "id:3": 392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -120 - }, - "384:10": { - "id:3": 393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -156 - }, - "385:10": { - "id:3": 394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -84 - }, - "386:10": { - "id:3": 395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 60 - }, - "387:10": { - "id:3": 396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 96 - }, - "388:10": { - "id:3": 397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 132 - }, - "389:10": { - "id:3": 398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 60 - }, - "390:10": { - "id:3": 399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 96 - }, - "391:10": { - "id:3": 400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 132 - }, - "392:10": { - "id:3": 401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 24 - }, - "393:10": { - "id:3": 402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 24 - }, - "394:10": { - "id:3": 403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 24 - }, - "395:10": { - "id:3": 404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 168 - }, - "396:10": { - "id:3": 405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": -48 - }, - "397:10": { - "id:3": 406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": -48 - }, - "398:10": { - "id:3": 407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": -84 - }, - "399:10": { - "id:3": 408, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": -48 - }, - "400:10": { - "id:3": 409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": -48 - }, - "401:10": { - "id:3": 410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": -84 - }, - "402:10": { - "id:3": 411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": -84 - }, - "403:10": { - "id:3": 412, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": -84 - }, - "404:10": { - "id:3": 413, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": 24 - }, - "405:10": { - "id:3": 414, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 24 - }, - "406:10": { - "id:3": 415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": 24 - }, - "407:10": { - "id:3": 416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": 60 - }, - "408:10": { - "id:3": 417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": 60 - }, - "409:10": { - "id:3": 418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": 60 - }, - "410:10": { - "id:3": 419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": 24 - }, - "411:10": { - "id:3": 420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": 24 - }, - "412:10": { - "id:3": 421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": 24 - }, - "413:10": { - "id:3": 422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": 60 - }, - "414:10": { - "id:3": 423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": 60 - }, - "415:10": { - "id:3": 424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 60 - }, - "416:10": { - "id:3": 425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -48 - }, - "417:10": { - "id:3": 426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -48 - }, - "418:10": { - "id:3": 427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -84 - }, - "419:10": { - "id:3": 428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -84 - }, - "420:10": { - "id:3": 429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -84 - }, - "421:10": { - "id:3": 430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -408 - }, - "422:10": { - "id:3": 431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -48 - }, - "423:10": { - "id:3": 432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -84 - }, - "424:10": { - "id:3": 433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -84 - }, - "425:10": { - "id:3": 434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -120 - }, - "426:10": { - "id:3": 435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -408 - }, - "427:10": { - "id:3": 436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -84 - }, - "428:10": { - "id:3": 437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -192 - }, - "429:10": { - "id:3": 438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": -48 - }, - "430:10": { - "id:3": 439, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -228 - }, - "431:10": { - "id:3": 440, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": 24 - }, - "432:10": { - "id:3": 441, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": 24 - }, - "433:10": { - "id:3": 442, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": 60 - }, - "434:10": { - "id:3": 443, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": 60 - }, - "435:10": { - "id:3": 444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 24 - }, - "436:10": { - "id:3": 445, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 60 - }, - "437:10": { - "id:3": 446, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": 96 - }, - "438:10": { - "id:3": 447, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": 96 - }, - "439:10": { - "id:3": 448, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 96 - }, - "440:10": { - "id:3": 449, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -120 - }, - "441:10": { - "id:3": 450, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -84 - }, - "442:10": { - "id:3": 451, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -48 - }, - "443:10": { - "id:3": 452, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -120 - }, - "444:10": { - "id:3": 453, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -48 - }, - "445:10": { - "id:3": 454, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -84 - }, - "446:10": { - "id:3": 455, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -48 - }, - "447:10": { - "id:3": 456, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -84 - }, - "448:10": { - "id:3": 459, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -48 - }, - "449:10": { - "id:3": 460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -84 - }, - "450:10": { - "id:3": 461, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -84 - }, - "451:10": { - "id:3": 462, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -84 - }, - "452:10": { - "id:3": 463, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": 24 - }, - "453:10": { - "id:3": 464, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": 24 - }, - "454:10": { - "id:3": 465, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -48 - }, - "455:10": { - "id:3": 466, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": 60 - }, - "456:10": { - "id:3": 467, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": 60 - }, - "457:10": { - "id:3": 468, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -84 - }, - "458:10": { - "id:3": 469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": 96 - }, - "459:10": { - "id:3": 470, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": 96 - }, - "460:10": { - "id:3": 471, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -120 - }, - "461:10": { - "id:3": 472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -156 - }, - "462:10": { - "id:3": 473, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": 24 - }, - "463:10": { - "id:3": 474, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 24 - }, - "464:10": { - "id:3": 475, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": 168 - }, - "465:10": { - "id:3": 476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 60 - }, - "466:10": { - "id:3": 477, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 96 - }, - "467:10": { - "id:3": 478, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 132 - }, - "468:10": { - "id:3": 479, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 168 - }, - "469:10": { - "id:3": 480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 204 - }, - "470:10": { - "id:3": 481, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 168 - }, - "471:10": { - "id:3": 482, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 60 - }, - "472:10": { - "id:3": 483, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 60 - }, - "473:10": { - "id:3": 484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 60 - }, - "474:10": { - "id:3": 485, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 96 - }, - "475:10": { - "id:3": 486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 96 - }, - "476:10": { - "id:3": 487, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 96 - }, - "477:10": { - "id:3": 488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 132 - }, - "478:10": { - "id:3": 489, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 132 - }, - "479:10": { - "id:3": 490, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 132 - }, - "480:10": { - "id:3": 491, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -156 - }, - "481:10": { - "id:3": 492, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -156 - }, - "482:10": { - "id:3": 493, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -156 - }, - "483:10": { - "id:3": 494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -120 - }, - "484:10": { - "id:3": 495, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -120 - }, - "485:10": { - "id:3": 496, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -120 - }, - "486:10": { - "id:3": 497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 24 - }, - "487:10": { - "id:3": 498, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 24 - }, - "488:10": { - "id:3": 499, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 24 - }, - "489:10": { - "id:3": 500, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -48 - }, - "490:10": { - "id:3": 501, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -48 - }, - "491:10": { - "id:3": 502, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -48 - }, - "492:10": { - "id:3": 503, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 24 - }, - "493:10": { - "id:3": 504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": -48 - }, - "494:10": { - "id:3": 505, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 60 - }, - "495:10": { - "id:3": 506, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": 24 - }, - "496:10": { - "id:3": 507, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -48 - }, - "497:10": { - "id:3": 508, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -84 - }, - "498:10": { - "id:3": 510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": 60 - }, - "499:10": { - "id:3": 511, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": 24 - }, - "500:10": { - "id:3": 512, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": 24 - }, - "501:10": { - "id:3": 513, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": 96 - }, - "502:10": { - "id:3": 514, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": 60 - }, - "503:10": { - "id:3": 515, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": 96 - }, - "504:10": { - "id:3": 516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": 24 - }, - "505:10": { - "id:3": 517, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -48 - }, - "506:10": { - "id:3": 518, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -120 - }, - "507:10": { - "id:3": 519, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -48 - }, - "508:10": { - "id:3": 520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -84 - }, - "509:10": { - "id:3": 521, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -156 - }, - "510:10": { - "id:3": 523, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 24 - }, - "511:10": { - "id:3": 524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 24 - }, - "512:10": { - "id:3": 525, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 24 - }, - "513:10": { - "id:3": 526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": -48 - }, - "514:10": { - "id:3": 527, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -84 - }, - "515:10": { - "id:3": 528, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -48 - }, - "516:10": { - "id:3": 529, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -192 - }, - "517:10": { - "id:3": 530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -120 - }, - "518:10": { - "id:3": 531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -156 - }, - "519:10": { - "id:3": 532, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -228 - }, - "520:10": { - "id:3": 533, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 96 - }, - "521:10": { - "id:3": 534, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 60 - }, - "522:10": { - "id:3": 535, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 60 - }, - "523:10": { - "id:3": 536, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 132 - }, - "524:10": { - "id:3": 537, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 96 - }, - "525:10": { - "id:3": 538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 168 - }, - "526:10": { - "id:3": 657, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -336 - }, - "527:10": { - "id:3": 658, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -300 - }, - "528:10": { - "id:3": 659, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -264 - }, - "529:10": { - "id:3": 660, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -228 - }, - "530:10": { - "id:3": 661, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 132 - }, - "531:10": { - "id:3": 663, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 24 - }, - "532:10": { - "id:3": 664, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 96 - }, - "533:10": { - "id:3": 665, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -192 - }, - "534:10": { - "id:3": 666, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -228 - }, - "535:10": { - "id:3": 678, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 24 - }, - "536:10": { - "id:3": 683, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 96 - }, - "537:10": { - "id:3": 706, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -12 - }, - "538:10": { - "id:3": 707, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 60 - }, - "539:10": { - "id:3": 711, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -192 - }, - "540:10": { - "id:3": 712, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -192 - }, - "541:10": { - "id:3": 713, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -192 - }, - "542:10": { - "id:3": 714, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -192 - }, - "543:10": { - "id:3": 715, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -192 - }, - "544:10": { - "id:3": 716, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -192 - }, - "545:10": { - "id:3": 717, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -192 - }, - "546:10": { - "id:3": 718, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -228 - }, - "547:10": { - "id:3": 719, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -228 - }, - "548:10": { - "id:3": 720, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 60 - }, - "549:10": { - "id:3": 724, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -228 - }, - "550:10": { - "id:3": 725, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -12 - }, - "551:10": { - "id:3": 844, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -336 - }, - "552:10": { - "id:3": 845, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -336 - }, - "553:10": { - "id:3": 865, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 96 - }, - "554:10": { - "id:3": 866, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": -84 - }, - "555:10": { - "id:3": 884, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -48 - }, - "556:10": { - "id:3": 1013, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -120 - }, - "557:10": { - "id:3": 1014, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -156 - }, - "558:10": { - "id:3": 1015, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -120 - }, - "559:10": { - "id:3": 1016, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -120 - }, - "560:10": { - "id:3": 1017, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -156 - }, - "561:10": { - "id:3": 1138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 24 - }, - "562:10": { - "id:3": 1139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 24 - }, - "563:10": { - "id:3": 1154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -120 - }, - "564:10": { - "id:3": 1195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": 96 - }, - "565:10": { - "id:3": 1196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": 60 - }, - "566:10": { - "id:3": 1197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 60 - }, - "567:10": { - "id:3": 1198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 132 - }, - "568:10": { - "id:3": 1199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -192 - }, - "569:10": { - "id:3": 1200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -48 - }, - "570:10": { - "id:3": 1201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": -48 - }, - "571:10": { - "id:3": 1252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -192 - }, - "572:10": { - "id:3": 1293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -48 - }, - "573:10": { - "id:3": 1298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -120 - }, - "574:10": { - "id:3": 1322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -120 - }, - "575:10": { - "id:3": 1323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -408 - }, - "576:10": { - "id:3": 1324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -192 - }, - "577:10": { - "id:3": 1325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -156 - }, - "578:10": { - "id:3": 1326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -300 - }, - "579:10": { - "id:3": 1327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -156 - }, - "580:10": { - "id:3": 1328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -192 - }, - "581:10": { - "id:3": 1330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -192 - }, - "582:10": { - "id:3": 1331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -228 - }, - "583:10": { - "id:3": 1333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -264 - }, - "584:10": { - "id:3": 1334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -336 - }, - "585:10": { - "id:3": 1336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -372 - }, - "586:10": { - "id:3": 1337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 240 - }, - "587:10": { - "id:3": 1338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 60 - }, - "588:10": { - "id:3": 1339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": 240 - }, - "589:10": { - "id:3": 1341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": 24 - }, - "590:10": { - "id:3": 1345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": -120 - }, - "591:10": { - "id:3": 1351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 60 - }, - "592:10": { - "id:3": 1352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 96 - }, - "593:10": { - "id:3": 1353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 96 - }, - "594:10": { - "id:3": 1356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": 60 - }, - "595:10": { - "id:3": 1363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 132 - }, - "596:10": { - "id:3": 1371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": -12 - }, - "597:10": { - "id:3": 1372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": 24 - }, - "598:10": { - "id:3": 1373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": -12 - }, - "599:10": { - "id:3": 1374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": -48 - }, - "600:10": { - "id:3": 1375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": -48 - }, - "601:10": { - "id:3": 1376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3060, - "y:3": -48 - }, - "602:10": { - "id:3": 1377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -84 - }, - "603:10": { - "id:3": 1378, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": 24 - }, - "604:10": { - "id:3": 1379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": 60 - }, - "605:10": { - "id:3": 1380, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": 96 - }, - "606:10": { - "id:3": 1381, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": 60 - }, - "607:10": { - "id:3": 1382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": 60 - }, - "608:10": { - "id:3": 1383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": -48 - }, - "609:10": { - "id:3": 1384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": 24 - }, - "610:10": { - "id:3": 1385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": -84 - }, - "611:10": { - "id:3": 1386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -84 - }, - "612:10": { - "id:3": 1387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3348, - "y:3": -84 - }, - "613:10": { - "id:3": 1388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -48 - }, - "614:10": { - "id:3": 1390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 60 - }, - "615:10": { - "id:3": 1391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2808, - "y:3": 24 - }, - "616:10": { - "id:3": 1393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3060, - "y:3": -84 - }, - "617:10": { - "id:3": 1395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -408 - }, - "618:10": { - "id:3": 1396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -120 - }, - "619:10": { - "id:3": 1397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 168 - }, - "620:10": { - "id:3": 1642, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -156 - }, - "621:10": { - "id:3": 1763, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -264 - }, - "622:10": { - "id:3": 1767, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -84 - }, - "623:10": { - "id:3": 1768, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -120 - }, - "624:10": { - "id:3": 1772, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -156 - }, - "625:10": { - "id:3": 1802, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -84 - }, - "626:10": { - "id:3": 1817, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 168 - }, - "627:10": { - "id:3": 1818, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": 96 - }, - "628:10": { - "id:3": 1819, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": 96 - }, - "629:10": { - "id:3": 1965, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -84 - }, - "630:10": { - "id:3": 1971, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 168 - }, - "631:10": { - "id:3": 2025, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": 24 - }, - "632:10": { - "id:3": 2026, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": 60 - }, - "633:10": { - "id:3": 2029, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": 96 - }, - "634:10": { - "id:3": 2031, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -156 - }, - "635:10": { - "id:3": 2034, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -84 - }, - "636:10": { - "id:3": 2040, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -120 - }, - "637:10": { - "id:3": 2045, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -48 - }, - "638:10": { - "id:3": 2046, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 132 - }, - "639:10": { - "id:3": 2048, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -156 - }, - "640:10": { - "id:3": 2049, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -120 - }, - "641:10": { - "id:3": 2050, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -156 - }, - "642:10": { - "id:3": 2077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -120 - }, - "643:10": { - "id:3": 2122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -120 - }, - "644:10": { - "id:3": 2126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -228 - }, - "645:10": { - "id:3": 2127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -264 - }, - "646:10": { - "id:3": 2128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -228 - }, - "647:10": { - "id:3": 2129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -264 - }, - "648:10": { - "id:3": 2134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -48 - }, - "649:10": { - "id:3": 2135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 96 - }, - "650:10": { - "id:3": 2136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 132 - }, - "651:10": { - "id:3": 2137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 24 - }, - "652:10": { - "id:3": 2138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 60 - }, - "653:10": { - "id:3": 2140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -120 - }, - "654:10": { - "id:3": 2141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -156 - }, - "655:10": { - "id:3": 2142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -192 - }, - "656:10": { - "id:3": 2143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": 60 - }, - "657:10": { - "id:3": 2144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": 96 - }, - "658:10": { - "id:3": 2149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 96 - }, - "659:10": { - "id:3": 2150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 132 - }, - "660:10": { - "id:3": 2161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -48 - }, - "661:10": { - "id:3": 2162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 168 - }, - "662:10": { - "id:3": 2163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 168 - }, - "663:10": { - "id:3": 2164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 204 - }, - "664:10": { - "id:3": 2165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 204 - }, - "665:10": { - "id:3": 2166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 240 - }, - "666:10": { - "id:3": 2167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 240 - }, - "667:10": { - "id:3": 2168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 276 - }, - "668:10": { - "id:3": 2169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 276 - }, - "669:10": { - "id:3": 2170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 96 - }, - "670:10": { - "id:3": 2171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": 96 - }, - "671:10": { - "id:3": 2181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": 60 - }, - "672:10": { - "id:3": 2182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": 96 - }, - "673:10": { - "id:3": 2183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 96 - }, - "674:10": { - "id:3": 2184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 132 - }, - "675:10": { - "id:3": 2185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -120 - }, - "676:10": { - "id:3": 2186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": 24 - }, - "677:10": { - "id:3": 2192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -228 - }, - "678:10": { - "id:3": 2193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -192 - }, - "679:10": { - "id:3": 2196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 204 - }, - "680:10": { - "id:3": 2197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 204 - }, - "681:10": { - "id:3": 2198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -444 - }, - "682:10": { - "id:3": 2199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -444 - }, - "683:10": { - "id:3": 2201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -156 - }, - "684:10": { - "id:3": 2219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 60 - }, - "685:10": { - "id:3": 2220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 276 - }, - "686:10": { - "id:3": 2221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 204 - }, - "687:10": { - "id:3": 2228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -588 - }, - "688:10": { - "id:3": 2236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": 24 - }, - "689:10": { - "id:3": 2238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -120 - }, - "690:10": { - "id:3": 2239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": 60 - }, - "691:10": { - "id:3": 2240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 204 - }, - "692:10": { - "id:3": 2243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -12 - }, - "693:10": { - "id:3": 2250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2664, - "y:3": -48 - }, - "694:10": { - "id:3": 2251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -48 - }, - "695:10": { - "id:3": 2254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -84 - }, - "696:10": { - "id:3": 2260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -84 - }, - "697:10": { - "id:3": 2261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": -48 - }, - "698:10": { - "id:3": 2262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": 24 - }, - "699:10": { - "id:3": 2263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -120 - }, - "700:10": { - "id:3": 2264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": 60 - }, - "701:10": { - "id:3": 2265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -84 - }, - "702:10": { - "id:3": 2267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": -84 - }, - "703:10": { - "id:3": 2268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": 60 - }, - "704:10": { - "id:3": 2270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -84 - }, - "705:10": { - "id:3": 2271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 240 - }, - "706:10": { - "id:3": 2273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -48 - }, - "707:10": { - "id:3": 2274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -120 - }, - "708:10": { - "id:3": 2275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -120 - }, - "709:10": { - "id:3": 2276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -156 - }, - "710:10": { - "id:3": 2277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -156 - }, - "711:10": { - "id:3": 2278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -120 - }, - "712:10": { - "id:3": 2279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": -48 - }, - "713:10": { - "id:3": 548069164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -84 - }, - "714:10": { - "id:3": 648991311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -84 - }, - "715:10": { - "id:3": 726098530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -48 - }, - "716:10": { - "id:3": 745089078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -48 - }, - "717:10": { - "id:3": 946204526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": 24 - }, - "718:10": { - "id:3": 951871488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -156 - }, - "719:10": { - "id:3": 1727374336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -12 - } - } - }, - "1:10": { - "lineID:3": 1, - "order:3": 1, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "projecte:item.pe_arcana_ring", - "tag:10": { - "Mode:1": 0 - } - }, - "name:8": "Personal Augmentation", - "visibility:8": "ALWAYS" - } - }, - "quests:9": { - "0:10": { - "id:3": 1321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -288 - }, - "1:10": { - "id:3": 1347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 48 - }, - "2:10": { - "id:3": 1358, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 0 - }, - "3:10": { - "id:3": 1359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -384 - }, - "4:10": { - "id:3": 1360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -432 - }, - "5:10": { - "id:3": 1361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -480 - }, - "6:10": { - "id:3": 1362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -336 - }, - "7:10": { - "id:3": 1366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 48 - }, - "8:10": { - "id:3": 1758, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -384 - }, - "9:10": { - "id:3": 1759, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -432 - }, - "10:10": { - "id:3": 1760, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -480 - }, - "11:10": { - "id:3": 1761, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -432 - }, - "12:10": { - "id:3": 1762, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -480 - }, - "13:10": { - "id:3": 1803, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "14:10": { - "id:3": 1804, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 192 - }, - "15:10": { - "id:3": 1805, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 240 - }, - "16:10": { - "id:3": 2180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -240 - }, - "17:10": { - "id:3": 2244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -384 - }, - "18:10": { - "id:3": 2286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -384 - }, - "19:10": { - "id:3": 2287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -420 - }, - "20:10": { - "id:3": 2288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -456 - }, - "21:10": { - "id:3": 2289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -492 - }, - "22:10": { - "id:3": 2341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 144 - }, - "23:10": { - "id:3": 2342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 192 - }, - "24:10": { - "id:3": 2343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 288 - }, - "25:10": { - "id:3": 2344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "26:10": { - "id:3": 2345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -384 - }, - "27:10": { - "id:3": 50054, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": -180, - "y:3": -132 - }, - "28:10": { - "id:3": 50055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -384 - }, - "29:10": { - "id:3": 50056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -384 - }, - "30:10": { - "id:3": 50057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -384 - }, - "31:10": { - "id:3": 50058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -384 - }, - "32:10": { - "id:3": 50059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -192 - }, - "33:10": { - "id:3": 50060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -144 - }, - "34:10": { - "id:3": 50061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -96 - }, - "35:10": { - "id:3": 50062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -48 - }, - "36:10": { - "id:3": 50064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 144 - }, - "37:10": { - "id:3": 50065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 96 - }, - "38:10": { - "id:3": 50066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 96 - }, - "39:10": { - "id:3": 50068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -48 - }, - "40:10": { - "id:3": 50070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -48 - }, - "41:10": { - "id:3": 50071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "42:10": { - "id:3": 50072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "43:10": { - "id:3": 50074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -96 - }, - "44:10": { - "id:3": 50075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "45:10": { - "id:3": 50076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -96 - }, - "46:10": { - "id:3": 50077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -96 - }, - "47:10": { - "id:3": 50078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -144 - }, - "48:10": { - "id:3": 50080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -192 - }, - "49:10": { - "id:3": 50081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -192 - }, - "50:10": { - "id:3": 50082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -144 - }, - "51:10": { - "id:3": 50083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -240 - }, - "52:10": { - "id:3": 50084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -288 - }, - "53:10": { - "id:3": 50085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -240 - }, - "54:10": { - "id:3": 50086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -288 - }, - "55:10": { - "id:3": 50087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -240 - }, - "56:10": { - "id:3": 50088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -288 - }, - "57:10": { - "id:3": 50089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -144 - }, - "58:10": { - "id:3": 50090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -144 - }, - "59:10": { - "id:3": 50091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -144 - }, - "60:10": { - "id:3": 50092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -192 - }, - "61:10": { - "id:3": 50093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -192 - }, - "62:10": { - "id:3": 50094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -144 - }, - "63:10": { - "id:3": 50095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -192 - }, - "64:10": { - "id:3": 50096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -192 - }, - "65:10": { - "id:3": 50097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "66:10": { - "id:3": 50098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -144 - }, - "67:10": { - "id:3": 50099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 144 - }, - "68:10": { - "id:3": 50100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 144 - }, - "69:10": { - "id:3": 50101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -420 - }, - "70:10": { - "id:3": 50102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -456 - }, - "71:10": { - "id:3": 50103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -492 - }, - "72:10": { - "id:3": 50104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -528 - }, - "73:10": { - "id:3": 50106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 144 - }, - "74:10": { - "id:3": 50108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 144 - }, - "75:10": { - "id:3": 50109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 144 - }, - "76:10": { - "id:3": 50110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 144 - }, - "77:10": { - "id:3": 50111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 144 - }, - "78:10": { - "id:3": 50112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 144 - }, - "79:10": { - "id:3": 50113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 192 - }, - "80:10": { - "id:3": 50114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 192 - }, - "81:10": { - "id:3": 50115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 192 - }, - "82:10": { - "id:3": 50116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "83:10": { - "id:3": 50117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 240 - }, - "84:10": { - "id:3": 50118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 240 - }, - "85:10": { - "id:3": 50119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 288 - }, - "86:10": { - "id:3": 50120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 192 - }, - "87:10": { - "id:3": 50121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 240 - }, - "88:10": { - "id:3": 50122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 96 - }, - "89:10": { - "id:3": 50123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 48 - }, - "90:10": { - "id:3": 50124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 0 - }, - "91:10": { - "id:3": 50125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -48 - }, - "92:10": { - "id:3": 50126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -96 - }, - "93:10": { - "id:3": 50128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -144 - }, - "94:10": { - "id:3": 50129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -192 - }, - "95:10": { - "id:3": 50130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -384 - }, - "96:10": { - "id:3": 50131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -240 - }, - "97:10": { - "id:3": 50132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": 96 - }, - "98:10": { - "id:3": 50133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": 48 - }, - "99:10": { - "id:3": 50134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": 0 - }, - "100:10": { - "id:3": 50135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 0 - }, - "101:10": { - "id:3": 50136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -108 - }, - "102:10": { - "id:3": 50137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -96 - }, - "103:10": { - "id:3": 50138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -108 - }, - "104:10": { - "id:3": 50139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -96 - }, - "105:10": { - "id:3": 50140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -108 - }, - "106:10": { - "id:3": 50141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -96 - }, - "107:10": { - "id:3": 50142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": -192 - }, - "108:10": { - "id:3": 50143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -192 - }, - "109:10": { - "id:3": 50144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -624, - "y:3": -192 - }, - "110:10": { - "id:3": 50145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -192 - }, - "111:10": { - "id:3": 50146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -432 - } - } - }, - "2:10": { - "lineID:3": 2, - "order:3": 4, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 39, - "OreDict:8": "", - "id:8": "techreborn:part" - }, - "name:8": "Energy Sources", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 72 - }, - "1:10": { - "id:3": 457, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -180 - }, - "2:10": { - "id:3": 458, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -180 - }, - "3:10": { - "id:3": 674, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": 0 - }, - "4:10": { - "id:3": 675, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -372, - "y:3": 72 - }, - "5:10": { - "id:3": 676, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -228, - "y:3": -72 - }, - "6:10": { - "id:3": 677, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": -72 - }, - "7:10": { - "id:3": 679, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -372, - "y:3": 0 - }, - "8:10": { - "id:3": 680, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -372, - "y:3": -72 - }, - "9:10": { - "id:3": 681, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -228, - "y:3": 72 - }, - "10:10": { - "id:3": 682, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": 72 - }, - "11:10": { - "id:3": 684, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -216 - }, - "12:10": { - "id:3": 685, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -252 - }, - "13:10": { - "id:3": 686, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -180 - }, - "14:10": { - "id:3": 687, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -144 - }, - "15:10": { - "id:3": 688, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -108 - }, - "16:10": { - "id:3": 689, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -144 - }, - "17:10": { - "id:3": 690, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -180 - }, - "18:10": { - "id:3": 691, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -108 - }, - "19:10": { - "id:3": 692, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -180 - }, - "20:10": { - "id:3": 693, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -216 - }, - "21:10": { - "id:3": 694, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -252 - }, - "22:10": { - "id:3": 695, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -216 - }, - "23:10": { - "id:3": 696, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -216 - }, - "24:10": { - "id:3": 697, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -252 - }, - "25:10": { - "id:3": 698, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -252 - }, - "26:10": { - "id:3": 699, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -288 - }, - "27:10": { - "id:3": 700, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -252 - }, - "28:10": { - "id:3": 701, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -288 - }, - "29:10": { - "id:3": 702, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -288 - }, - "30:10": { - "id:3": 703, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -288 - }, - "31:10": { - "id:3": 704, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -288 - }, - "32:10": { - "id:3": 1203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 36 - }, - "33:10": { - "id:3": 1765, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 0 - }, - "34:10": { - "id:3": 1974, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -72 - }, - "35:10": { - "id:3": 1975, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": -72 - }, - "36:10": { - "id:3": 1976, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": -72 - }, - "37:10": { - "id:3": 1977, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 984, - "y:3": -72 - }, - "38:10": { - "id:3": 1980, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 984, - "y:3": -108 - }, - "39:10": { - "id:3": 1981, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": -108 - }, - "40:10": { - "id:3": 1982, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -108 - }, - "41:10": { - "id:3": 1983, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -72 - }, - "42:10": { - "id:3": 1985, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -108 - }, - "43:10": { - "id:3": 1986, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -144 - }, - "44:10": { - "id:3": 2002, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -144 - }, - "45:10": { - "id:3": 2003, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -144 - }, - "46:10": { - "id:3": 2004, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 984, - "y:3": -144 - }, - "47:10": { - "id:3": 2019, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": -180 - }, - "48:10": { - "id:3": 2024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -180 - }, - "49:10": { - "id:3": 2082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -324 - }, - "50:10": { - "id:3": 2083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -360 - }, - "51:10": { - "id:3": 2084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -396 - }, - "52:10": { - "id:3": 2085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -432 - }, - "53:10": { - "id:3": 2086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -396 - }, - "54:10": { - "id:3": 2087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -216 - }, - "55:10": { - "id:3": 2088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -252 - }, - "56:10": { - "id:3": 2188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 0 - }, - "57:10": { - "id:3": 2189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 36 - }, - "58:10": { - "id:3": 2190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -36 - }, - "59:10": { - "id:3": 2241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1392, - "y:3": -72 - }, - "60:10": { - "id:3": 2253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -216 - }, - "61:10": { - "id:3": 2255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -216 - }, - "62:10": { - "id:3": 2256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -216 - }, - "63:10": { - "id:3": 50147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 0 - }, - "64:10": { - "id:3": 50148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 0 - }, - "65:10": { - "id:3": 50149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 0 - }, - "66:10": { - "id:3": 50150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -36 - }, - "67:10": { - "id:3": 50151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 72 - }, - "68:10": { - "id:3": 50152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -36 - }, - "69:10": { - "id:3": 50153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -72 - }, - "70:10": { - "id:3": 50154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -72 - }, - "71:10": { - "id:3": 50155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -72 - }, - "72:10": { - "id:3": 50156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -72 - }, - "73:10": { - "id:3": 50157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -72 - }, - "74:10": { - "id:3": 50158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -36 - }, - "75:10": { - "id:3": 50159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 0 - }, - "76:10": { - "id:3": 50160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 36 - }, - "77:10": { - "id:3": 50161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 72 - }, - "78:10": { - "id:3": 50162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 72 - }, - "79:10": { - "id:3": 50163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 72 - }, - "80:10": { - "id:3": 50164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 72 - }, - "81:10": { - "id:3": 50165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 108 - }, - "82:10": { - "id:3": 50166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 108 - }, - "83:10": { - "id:3": 50167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 144 - }, - "84:10": { - "id:3": 50168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -108 - }, - "85:10": { - "id:3": 50169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -144 - }, - "86:10": { - "id:3": 50170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -108 - }, - "87:10": { - "id:3": 50171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -108 - }, - "88:10": { - "id:3": 50172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -144 - }, - "89:10": { - "id:3": 50173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -108 - }, - "90:10": { - "id:3": 50174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -108 - }, - "91:10": { - "id:3": 50175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -144 - }, - "92:10": { - "id:3": 50176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 0 - }, - "93:10": { - "id:3": 50177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 0 - }, - "94:10": { - "id:3": 50178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": 0 - }, - "95:10": { - "id:3": 50179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": 0 - }, - "96:10": { - "id:3": 50180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1248, - "y:3": 0 - }, - "97:10": { - "id:3": 50181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 72 - }, - "98:10": { - "id:3": 50182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1392, - "y:3": 0 - }, - "99:10": { - "id:3": 50184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 0 - }, - "100:10": { - "id:3": 50185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 72 - }, - "101:10": { - "id:3": 50186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 72 - }, - "102:10": { - "id:3": 50187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 72 - }, - "103:10": { - "id:3": 50188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 72 - }, - "104:10": { - "id:3": 50189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 108 - }, - "105:10": { - "id:3": 50190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 108 - }, - "106:10": { - "id:3": 50191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 144 - }, - "107:10": { - "id:3": 50192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 180 - }, - "108:10": { - "id:3": 50193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 144 - }, - "109:10": { - "id:3": 50194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 180 - }, - "110:10": { - "id:3": 50195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 108 - }, - "111:10": { - "id:3": 50196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 144 - }, - "112:10": { - "id:3": 50197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 180 - }, - "113:10": { - "id:3": 50198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 216 - }, - "114:10": { - "id:3": 50199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 108 - }, - "115:10": { - "id:3": 50200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 144 - }, - "116:10": { - "id:3": 50201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 180 - }, - "117:10": { - "id:3": 50202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 216 - }, - "118:10": { - "id:3": 50203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 252 - }, - "119:10": { - "id:3": 50204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -72 - }, - "120:10": { - "id:3": 50205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -72 - }, - "121:10": { - "id:3": 50206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -72 - }, - "122:10": { - "id:3": 50207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -72 - }, - "123:10": { - "id:3": 50208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -72 - }, - "124:10": { - "id:3": 50209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -108 - }, - "125:10": { - "id:3": 50210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -108 - }, - "126:10": { - "id:3": 50211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -72 - }, - "127:10": { - "id:3": 50212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -72 - }, - "128:10": { - "id:3": 50213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -72 - }, - "129:10": { - "id:3": 50214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -72 - }, - "130:10": { - "id:3": 50215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -72 - }, - "131:10": { - "id:3": 50216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 72 - }, - "132:10": { - "id:3": 50217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -108 - }, - "133:10": { - "id:3": 50218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -108 - }, - "134:10": { - "id:3": 50219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -144 - }, - "135:10": { - "id:3": 50220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -144 - }, - "136:10": { - "id:3": 50221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -108 - }, - "137:10": { - "id:3": 50222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -180 - }, - "138:10": { - "id:3": 50223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -180 - }, - "139:10": { - "id:3": 50224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -144 - }, - "140:10": { - "id:3": 50225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -144 - }, - "141:10": { - "id:3": 50226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -144 - }, - "142:10": { - "id:3": 50227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -144 - }, - "143:10": { - "id:3": 50228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -180 - }, - "144:10": { - "id:3": 50229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -180 - }, - "145:10": { - "id:3": 50230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -216 - }, - "146:10": { - "id:3": 50231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -216 - }, - "147:10": { - "id:3": 50232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -216 - }, - "148:10": { - "id:3": 50233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -180 - }, - "149:10": { - "id:3": 50234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -216 - }, - "150:10": { - "id:3": 50235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -252 - }, - "151:10": { - "id:3": 50236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -288 - }, - "152:10": { - "id:3": 50237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -288 - }, - "153:10": { - "id:3": 50238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -252 - }, - "154:10": { - "id:3": 50239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -288 - }, - "155:10": { - "id:3": 50240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -324 - }, - "156:10": { - "id:3": 50241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -360 - }, - "157:10": { - "id:3": 50242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -360 - }, - "158:10": { - "id:3": 50243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -324 - }, - "159:10": { - "id:3": 50244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -324 - }, - "160:10": { - "id:3": 50245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -360 - }, - "161:10": { - "id:3": 50246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -396 - }, - "162:10": { - "id:3": 50247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -252 - }, - "163:10": { - "id:3": 50248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -288 - }, - "164:10": { - "id:3": 50249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": -72 - }, - "165:10": { - "id:3": 50250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -72 - }, - "166:10": { - "id:3": 50251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -72 - }, - "167:10": { - "id:3": 50252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -108 - }, - "168:10": { - "id:3": 50253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -108 - }, - "169:10": { - "id:3": 50254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -144 - }, - "170:10": { - "id:3": 50255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -180 - }, - "171:10": { - "id:3": 50256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -216 - }, - "172:10": { - "id:3": 50257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -252 - }, - "173:10": { - "id:3": 50258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 72 - }, - "174:10": { - "id:3": 50259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 72 - }, - "175:10": { - "id:3": 50260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 108 - }, - "176:10": { - "id:3": 50261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 72 - }, - "177:10": { - "id:3": 50262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 72 - }, - "178:10": { - "id:3": 50263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 72 - }, - "179:10": { - "id:3": 50264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 108 - }, - "180:10": { - "id:3": 50265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 108 - }, - "181:10": { - "id:3": 50266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 108 - }, - "182:10": { - "id:3": 50267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 108 - }, - "183:10": { - "id:3": 50268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 144 - }, - "184:10": { - "id:3": 50269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 144 - }, - "185:10": { - "id:3": 50270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 144 - }, - "186:10": { - "id:3": 50271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 144 - }, - "187:10": { - "id:3": 50272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 180 - }, - "188:10": { - "id:3": 50273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 180 - }, - "189:10": { - "id:3": 50274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": 72 - }, - "190:10": { - "id:3": 50275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -72 - }, - "191:10": { - "id:3": 50276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": 72 - }, - "192:10": { - "id:3": 50277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1248, - "y:3": 72 - }, - "193:10": { - "id:3": 50278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1392, - "y:3": 72 - }, - "194:10": { - "id:3": 50280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": -72 - } - } - }, - "3:10": { - "lineID:3": 3, - "order:3": 5, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "enderio:item_basic_capacitor" - }, - "name:8": "On Manufacturing and Fabrication", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -36 - }, - "1:10": { - "id:3": 218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -348 - }, - "2:10": { - "id:3": 223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 12 - }, - "3:10": { - "id:3": 885, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -120 - }, - "4:10": { - "id:3": 886, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -144 - }, - "5:10": { - "id:3": 887, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -144 - }, - "6:10": { - "id:3": 888, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 168 - }, - "7:10": { - "id:3": 889, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 216 - }, - "8:10": { - "id:3": 890, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 36 - }, - "9:10": { - "id:3": 891, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 12 - }, - "10:10": { - "id:3": 892, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 36 - }, - "11:10": { - "id:3": 893, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -108 - }, - "12:10": { - "id:3": 894, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 144 - }, - "13:10": { - "id:3": 895, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 168 - }, - "14:10": { - "id:3": 896, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -132 - }, - "15:10": { - "id:3": 897, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -132 - }, - "16:10": { - "id:3": 898, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -132 - }, - "17:10": { - "id:3": 899, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -156 - }, - "18:10": { - "id:3": 900, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -156 - }, - "19:10": { - "id:3": 901, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -156 - }, - "20:10": { - "id:3": 902, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -180 - }, - "21:10": { - "id:3": 903, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -180 - }, - "22:10": { - "id:3": 904, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -180 - }, - "23:10": { - "id:3": 905, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -204 - }, - "24:10": { - "id:3": 906, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -204 - }, - "25:10": { - "id:3": 907, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -204 - }, - "26:10": { - "id:3": 908, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -228 - }, - "27:10": { - "id:3": 909, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -324 - }, - "28:10": { - "id:3": 910, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -348 - }, - "29:10": { - "id:3": 911, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -348 - }, - "30:10": { - "id:3": 912, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -348 - }, - "31:10": { - "id:3": 913, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -372 - }, - "32:10": { - "id:3": 914, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -372 - }, - "33:10": { - "id:3": 915, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -372 - }, - "34:10": { - "id:3": 916, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -108 - }, - "35:10": { - "id:3": 917, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -132 - }, - "36:10": { - "id:3": 918, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -132 - }, - "37:10": { - "id:3": 919, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -132 - }, - "38:10": { - "id:3": 920, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -156 - }, - "39:10": { - "id:3": 921, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -156 - }, - "40:10": { - "id:3": 922, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -156 - }, - "41:10": { - "id:3": 923, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -180 - }, - "42:10": { - "id:3": 924, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -180 - }, - "43:10": { - "id:3": 925, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -180 - }, - "44:10": { - "id:3": 926, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -204 - }, - "45:10": { - "id:3": 927, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -204 - }, - "46:10": { - "id:3": 928, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -204 - }, - "47:10": { - "id:3": 929, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -324 - }, - "48:10": { - "id:3": 930, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -348 - }, - "49:10": { - "id:3": 931, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -348 - }, - "50:10": { - "id:3": 932, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -372 - }, - "51:10": { - "id:3": 933, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -372 - }, - "52:10": { - "id:3": 934, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -372 - }, - "53:10": { - "id:3": 935, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 192 - }, - "54:10": { - "id:3": 936, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 216 - }, - "55:10": { - "id:3": 937, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "56:10": { - "id:3": 938, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -228 - }, - "57:10": { - "id:3": 939, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 264 - }, - "58:10": { - "id:3": 1018, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -252 - }, - "59:10": { - "id:3": 1019, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -252 - }, - "60:10": { - "id:3": 1168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -192 - }, - "61:10": { - "id:3": 1169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -192 - }, - "62:10": { - "id:3": 1247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 288 - }, - "63:10": { - "id:3": 1248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 312 - }, - "64:10": { - "id:3": 1332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -228 - }, - "65:10": { - "id:3": 1335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -228 - }, - "66:10": { - "id:3": 1367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -408, - "y:3": 84 - }, - "67:10": { - "id:3": 2076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -396 - }, - "68:10": { - "id:3": 2089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -228 - }, - "69:10": { - "id:3": 2090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -228 - }, - "70:10": { - "id:3": 2091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -396 - }, - "71:10": { - "id:3": 2145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -408, - "y:3": 36 - }, - "72:10": { - "id:3": 2147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 36 - }, - "73:10": { - "id:3": 2194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 60 - }, - "74:10": { - "id:3": 2195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -408, - "y:3": 60 - }, - "75:10": { - "id:3": 2222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -252 - }, - "76:10": { - "id:3": 2223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -252 - }, - "77:10": { - "id:3": 2232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -276 - }, - "78:10": { - "id:3": 2233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -252 - }, - "79:10": { - "id:3": 2234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -276 - }, - "80:10": { - "id:3": 2235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -276 - }, - "81:10": { - "id:3": 2237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -300 - }, - "82:10": { - "id:3": 2245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -396 - }, - "83:10": { - "id:3": 2246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 12 - }, - "84:10": { - "id:3": 2347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -24 - }, - "85:10": { - "id:3": 20481, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 0 - }, - "86:10": { - "id:3": 20521, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 12 - }, - "87:10": { - "id:3": 20522, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 144 - }, - "88:10": { - "id:3": 20523, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -84 - }, - "89:10": { - "id:3": 20524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -24 - }, - "90:10": { - "id:3": 20525, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -60 - }, - "91:10": { - "id:3": 20526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 0 - }, - "92:10": { - "id:3": 20527, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -132 - }, - "93:10": { - "id:3": 20528, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -168 - }, - "94:10": { - "id:3": 20529, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -96 - }, - "95:10": { - "id:3": 20530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 120 - }, - "96:10": { - "id:3": 20531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 96 - }, - "97:10": { - "id:3": 20532, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 144 - }, - "98:10": { - "id:3": 20533, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 48 - }, - "99:10": { - "id:3": 20534, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 24 - }, - "100:10": { - "id:3": 20535, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 72 - }, - "101:10": { - "id:3": 20536, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -84 - }, - "102:10": { - "id:3": 20537, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -60 - }, - "103:10": { - "id:3": 20538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 60 - }, - "104:10": { - "id:3": 20539, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 36 - }, - "105:10": { - "id:3": 20540, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 84 - }, - "106:10": { - "id:3": 20541, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -12 - }, - "107:10": { - "id:3": 20542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -36 - }, - "108:10": { - "id:3": 20543, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 12 - }, - "109:10": { - "id:3": 20544, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 144 - }, - "110:10": { - "id:3": 20545, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 144 - }, - "111:10": { - "id:3": 20546, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 144 - }, - "112:10": { - "id:3": 20547, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 144 - }, - "113:10": { - "id:3": 20548, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 144 - }, - "114:10": { - "id:3": 20549, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 144 - }, - "115:10": { - "id:3": 20550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 144 - }, - "116:10": { - "id:3": 20551, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 144 - }, - "117:10": { - "id:3": 20552, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 144 - }, - "118:10": { - "id:3": 20553, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 120 - }, - "119:10": { - "id:3": 20554, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 96 - }, - "120:10": { - "id:3": 20555, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 72 - }, - "121:10": { - "id:3": 20556, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 48 - }, - "122:10": { - "id:3": 20557, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 24 - }, - "123:10": { - "id:3": 20558, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 0 - }, - "124:10": { - "id:3": 20559, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -24 - }, - "125:10": { - "id:3": 20560, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -72 - }, - "126:10": { - "id:3": 20561, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "127:10": { - "id:3": 20562, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -144 - }, - "128:10": { - "id:3": 20563, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -168 - }, - "129:10": { - "id:3": 20564, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 120 - }, - "130:10": { - "id:3": 20565, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "131:10": { - "id:3": 20566, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 72 - }, - "132:10": { - "id:3": 20567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 48 - }, - "133:10": { - "id:3": 20568, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "134:10": { - "id:3": 20569, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 0 - }, - "135:10": { - "id:3": 20570, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -24 - }, - "136:10": { - "id:3": 20571, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -72 - }, - "137:10": { - "id:3": 20572, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -96 - }, - "138:10": { - "id:3": 20573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -144 - }, - "139:10": { - "id:3": 20574, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -168 - }, - "140:10": { - "id:3": 20575, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 120 - }, - "141:10": { - "id:3": 20576, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 120 - }, - "142:10": { - "id:3": 20577, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 120 - }, - "143:10": { - "id:3": 20578, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 120 - }, - "144:10": { - "id:3": 20579, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 120 - }, - "145:10": { - "id:3": 20580, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 120 - }, - "146:10": { - "id:3": 20581, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 48 - }, - "147:10": { - "id:3": 20582, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 48 - }, - "148:10": { - "id:3": 20583, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 48 - }, - "149:10": { - "id:3": 20584, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 48 - }, - "150:10": { - "id:3": 20585, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 24 - }, - "151:10": { - "id:3": 20586, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 24 - }, - "152:10": { - "id:3": 20587, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 24 - }, - "153:10": { - "id:3": 20588, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 24 - }, - "154:10": { - "id:3": 20589, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 24 - }, - "155:10": { - "id:3": 20590, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "156:10": { - "id:3": 20591, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": 24 - }, - "157:10": { - "id:3": 20592, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 24 - }, - "158:10": { - "id:3": 20593, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 24 - }, - "159:10": { - "id:3": 20594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -72 - }, - "160:10": { - "id:3": 20595, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -72 - }, - "161:10": { - "id:3": 20596, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -72 - }, - "162:10": { - "id:3": 20597, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -72 - }, - "163:10": { - "id:3": 20598, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -72 - }, - "164:10": { - "id:3": 20599, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -72 - }, - "165:10": { - "id:3": 20600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -48 - }, - "166:10": { - "id:3": 20601, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -48 - }, - "167:10": { - "id:3": 20602, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "168:10": { - "id:3": 20603, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -48 - }, - "169:10": { - "id:3": 20604, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "170:10": { - "id:3": 20605, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -48 - }, - "171:10": { - "id:3": 20606, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -48 - }, - "172:10": { - "id:3": 20607, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -48 - }, - "173:10": { - "id:3": 20608, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -96 - }, - "174:10": { - "id:3": 20609, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 12 - }, - "175:10": { - "id:3": 20610, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -144 - }, - "176:10": { - "id:3": 20611, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -144 - }, - "177:10": { - "id:3": 20612, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -144 - }, - "178:10": { - "id:3": 20613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -144 - }, - "179:10": { - "id:3": 20614, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -120 - }, - "180:10": { - "id:3": 20615, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -120 - }, - "181:10": { - "id:3": 20616, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -120 - }, - "182:10": { - "id:3": 20617, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -120 - }, - "183:10": { - "id:3": 20618, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -120 - }, - "184:10": { - "id:3": 20619, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -120 - }, - "185:10": { - "id:3": 20621, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 84 - }, - "186:10": { - "id:3": 20622, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 60 - }, - "187:10": { - "id:3": 20623, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 36 - }, - "188:10": { - "id:3": 20624, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -12 - }, - "189:10": { - "id:3": 20625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 12 - }, - "190:10": { - "id:3": 20626, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -36 - }, - "191:10": { - "id:3": 20627, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -60 - }, - "192:10": { - "id:3": 20628, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -84 - }, - "193:10": { - "id:3": 20629, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -84 - }, - "194:10": { - "id:3": 20630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -60 - }, - "195:10": { - "id:3": 20631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -36 - }, - "196:10": { - "id:3": 20632, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 12 - }, - "197:10": { - "id:3": 20633, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -12 - }, - "198:10": { - "id:3": 20634, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 60 - }, - "199:10": { - "id:3": 20635, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 84 - }, - "200:10": { - "id:3": 20636, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 60 - }, - "201:10": { - "id:3": 20637, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 84 - }, - "202:10": { - "id:3": 20638, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 84 - }, - "203:10": { - "id:3": 20639, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 84 - }, - "204:10": { - "id:3": 20640, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 84 - }, - "205:10": { - "id:3": 20641, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 84 - }, - "206:10": { - "id:3": 20642, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 84 - }, - "207:10": { - "id:3": 20643, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 84 - }, - "208:10": { - "id:3": 20644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 60 - }, - "209:10": { - "id:3": 20645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 60 - }, - "210:10": { - "id:3": 20646, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 60 - }, - "211:10": { - "id:3": 20647, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 60 - }, - "212:10": { - "id:3": 20648, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 60 - }, - "213:10": { - "id:3": 20649, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 36 - }, - "214:10": { - "id:3": 20650, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 36 - }, - "215:10": { - "id:3": 20651, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 36 - }, - "216:10": { - "id:3": 20652, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 36 - }, - "217:10": { - "id:3": 20653, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 36 - }, - "218:10": { - "id:3": 20654, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 12 - }, - "219:10": { - "id:3": 20655, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 36 - }, - "220:10": { - "id:3": 20656, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -12 - }, - "221:10": { - "id:3": 20657, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -12 - }, - "222:10": { - "id:3": 20658, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -12 - }, - "223:10": { - "id:3": 20659, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": -12 - }, - "224:10": { - "id:3": 20660, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -12 - }, - "225:10": { - "id:3": 20661, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -36 - }, - "226:10": { - "id:3": 20662, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": -36 - }, - "227:10": { - "id:3": 20663, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -36 - }, - "228:10": { - "id:3": 20664, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 12 - }, - "229:10": { - "id:3": 20684, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 168 - }, - "230:10": { - "id:3": 20685, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 168 - }, - "231:10": { - "id:3": 20686, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 168 - }, - "232:10": { - "id:3": 20687, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 168 - }, - "233:10": { - "id:3": 20688, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 168 - }, - "234:10": { - "id:3": 20689, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 168 - }, - "235:10": { - "id:3": 20690, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 168 - }, - "236:10": { - "id:3": 20691, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 168 - }, - "237:10": { - "id:3": 20692, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 192 - }, - "238:10": { - "id:3": 20693, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 168 - }, - "239:10": { - "id:3": 20694, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 192 - }, - "240:10": { - "id:3": 20695, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 168 - }, - "241:10": { - "id:3": 20696, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 192 - }, - "242:10": { - "id:3": 20697, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 192 - }, - "243:10": { - "id:3": 20698, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 192 - }, - "244:10": { - "id:3": 20699, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 192 - }, - "245:10": { - "id:3": 20700, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 216 - }, - "246:10": { - "id:3": 20701, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 192 - }, - "247:10": { - "id:3": 20702, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 216 - }, - "248:10": { - "id:3": 20703, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 216 - }, - "249:10": { - "id:3": 20704, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 216 - }, - "250:10": { - "id:3": 20705, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "251:10": { - "id:3": 20706, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 240 - }, - "252:10": { - "id:3": 20707, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 192 - }, - "253:10": { - "id:3": 20708, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 240 - }, - "254:10": { - "id:3": 20709, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 240 - }, - "255:10": { - "id:3": 20710, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 240 - }, - "256:10": { - "id:3": 20711, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 264 - }, - "257:10": { - "id:3": 20712, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 264 - }, - "258:10": { - "id:3": 20713, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 216 - }, - "259:10": { - "id:3": 20714, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 216 - }, - "260:10": { - "id:3": 20715, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 288 - }, - "261:10": { - "id:3": 20716, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 240 - }, - "262:10": { - "id:3": 20717, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 312 - }, - "263:10": { - "id:3": 20718, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 264 - }, - "264:10": { - "id:3": 20719, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 336 - }, - "265:10": { - "id:3": 20720, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 360 - }, - "266:10": { - "id:3": 20721, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 264 - }, - "267:10": { - "id:3": 20722, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 216 - }, - "268:10": { - "id:3": 20723, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 216 - }, - "269:10": { - "id:3": 20724, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 240 - }, - "270:10": { - "id:3": 20725, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "271:10": { - "id:3": 20726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 264 - }, - "272:10": { - "id:3": 20727, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 192 - }, - "273:10": { - "id:3": 20728, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 216 - }, - "274:10": { - "id:3": 20729, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 240 - }, - "275:10": { - "id:3": 20730, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 264 - }, - "276:10": { - "id:3": 20733, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 288 - }, - "277:10": { - "id:3": 20734, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 288 - }, - "278:10": { - "id:3": 20735, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 240 - }, - "279:10": { - "id:3": 20737, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 312 - }, - "280:10": { - "id:3": 20738, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 264 - }, - "281:10": { - "id:3": 20739, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 288 - }, - "282:10": { - "id:3": 20740, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 288 - }, - "283:10": { - "id:3": 20741, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 312 - }, - "284:10": { - "id:3": 20742, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 312 - }, - "285:10": { - "id:3": 20743, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 312 - }, - "286:10": { - "id:3": 20744, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 336 - }, - "287:10": { - "id:3": 20745, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 336 - }, - "288:10": { - "id:3": 20746, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 360 - }, - "289:10": { - "id:3": 20747, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 360 - }, - "290:10": { - "id:3": 20748, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 336 - }, - "291:10": { - "id:3": 20749, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 336 - }, - "292:10": { - "id:3": 20750, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 360 - }, - "293:10": { - "id:3": 20751, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 384 - }, - "294:10": { - "id:3": 20752, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 360 - }, - "295:10": { - "id:3": 20753, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 384 - }, - "296:10": { - "id:3": 593507433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -420 - }, - "297:10": { - "id:3": 1494150833, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -300 - } - } - }, - "4:10": { - "lineID:3": 4, - "order:3": 6, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "", - "id:8": "wrcbe:material" - }, - "name:8": "Logistics and Organization", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 36, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -168 - }, - "1:10": { - "id:3": 84, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -24 - }, - "2:10": { - "id:3": 509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 516 - }, - "3:10": { - "id:3": 662, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -96 - }, - "4:10": { - "id:3": 667, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 84 - }, - "5:10": { - "id:3": 668, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 156 - }, - "6:10": { - "id:3": 669, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 300 - }, - "7:10": { - "id:3": 670, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 300 - }, - "8:10": { - "id:3": 671, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 300 - }, - "9:10": { - "id:3": 672, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 300 - }, - "10:10": { - "id:3": 673, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 300 - }, - "11:10": { - "id:3": 705, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 84 - }, - "12:10": { - "id:3": 708, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -132 - }, - "13:10": { - "id:3": 709, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -60 - }, - "14:10": { - "id:3": 710, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -168 - }, - "15:10": { - "id:3": 721, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 516 - }, - "16:10": { - "id:3": 722, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -60 - }, - "17:10": { - "id:3": 723, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -96 - }, - "18:10": { - "id:3": 846, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -60 - }, - "19:10": { - "id:3": 847, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -204 - }, - "20:10": { - "id:3": 854, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -204 - }, - "21:10": { - "id:3": 855, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -96 - }, - "22:10": { - "id:3": 856, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 84 - }, - "23:10": { - "id:3": 1000, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -24 - }, - "24:10": { - "id:3": 1001, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -96 - }, - "25:10": { - "id:3": 1135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 408 - }, - "26:10": { - "id:3": 1136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 372 - }, - "27:10": { - "id:3": 1137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 372 - }, - "28:10": { - "id:3": 1140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 156 - }, - "29:10": { - "id:3": 1172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 372 - }, - "30:10": { - "id:3": 1173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 372 - }, - "31:10": { - "id:3": 1174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 372 - }, - "32:10": { - "id:3": 1175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 372 - }, - "33:10": { - "id:3": 1176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 372 - }, - "34:10": { - "id:3": 1177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 372 - }, - "35:10": { - "id:3": 1178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 444 - }, - "36:10": { - "id:3": 1179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 372 - }, - "37:10": { - "id:3": 1180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 372 - }, - "38:10": { - "id:3": 1181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 372 - }, - "39:10": { - "id:3": 1182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 444 - }, - "40:10": { - "id:3": 1183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 372 - }, - "41:10": { - "id:3": 1184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 372 - }, - "42:10": { - "id:3": 1185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 408 - }, - "43:10": { - "id:3": 1186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 408 - }, - "44:10": { - "id:3": 1187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 444 - }, - "45:10": { - "id:3": 1188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 480 - }, - "46:10": { - "id:3": 1189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 516 - }, - "47:10": { - "id:3": 1190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 552 - }, - "48:10": { - "id:3": 1191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 588 - }, - "49:10": { - "id:3": 1192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 624 - }, - "50:10": { - "id:3": 1193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 660 - }, - "51:10": { - "id:3": 1194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -204 - }, - "52:10": { - "id:3": 1221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 120 - }, - "53:10": { - "id:3": 1222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 156 - }, - "54:10": { - "id:3": 1226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 192 - }, - "55:10": { - "id:3": 1227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 84 - }, - "56:10": { - "id:3": 1228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 264 - }, - "57:10": { - "id:3": 1229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 12 - }, - "58:10": { - "id:3": 1230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -96 - }, - "59:10": { - "id:3": 1231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -24 - }, - "60:10": { - "id:3": 1232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -96 - }, - "61:10": { - "id:3": 1233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -132 - }, - "62:10": { - "id:3": 1234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -132 - }, - "63:10": { - "id:3": 1235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -132 - }, - "64:10": { - "id:3": 1236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 48 - }, - "65:10": { - "id:3": 1237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -168 - }, - "66:10": { - "id:3": 1238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -204 - }, - "67:10": { - "id:3": 1239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 192 - }, - "68:10": { - "id:3": 1240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 228 - }, - "69:10": { - "id:3": 1241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 156 - }, - "70:10": { - "id:3": 1242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -60 - }, - "71:10": { - "id:3": 1243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 120 - }, - "72:10": { - "id:3": 1244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 84 - }, - "73:10": { - "id:3": 1245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -168 - }, - "74:10": { - "id:3": 1246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -204 - }, - "75:10": { - "id:3": 1249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -132 - }, - "76:10": { - "id:3": 1250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -60 - }, - "77:10": { - "id:3": 1251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -96 - }, - "78:10": { - "id:3": 1392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 12 - }, - "79:10": { - "id:3": 1940, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -96 - }, - "80:10": { - "id:3": 1955, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -24 - }, - "81:10": { - "id:3": 1956, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -60 - }, - "82:10": { - "id:3": 1957, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -96 - }, - "83:10": { - "id:3": 1958, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -132 - }, - "84:10": { - "id:3": 1959, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": -60 - }, - "85:10": { - "id:3": 2038, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -24 - }, - "86:10": { - "id:3": 2173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 372 - }, - "87:10": { - "id:3": 2174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 444 - }, - "88:10": { - "id:3": 2175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 480 - }, - "89:10": { - "id:3": 2176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 516 - }, - "90:10": { - "id:3": 2177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 552 - }, - "91:10": { - "id:3": 2178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 408 - }, - "92:10": { - "id:3": 2191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 120 - }, - "93:10": { - "id:3": 2229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 192 - }, - "94:10": { - "id:3": 2349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 444 - }, - "95:10": { - "id:3": 90000, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 228 - }, - "96:10": { - "id:3": 90055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 444 - }, - "97:10": { - "id:3": 90056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -24 - }, - "98:10": { - "id:3": 90057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -60 - }, - "99:10": { - "id:3": 90058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -60 - }, - "100:10": { - "id:3": 90059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -96 - }, - "101:10": { - "id:3": 90060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -60 - }, - "102:10": { - "id:3": 90061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -96 - }, - "103:10": { - "id:3": 90062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -132 - }, - "104:10": { - "id:3": 90063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -168 - }, - "105:10": { - "id:3": 90064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -204 - }, - "106:10": { - "id:3": 90065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -96 - }, - "107:10": { - "id:3": 90066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -132 - }, - "108:10": { - "id:3": 90067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -168 - }, - "109:10": { - "id:3": 90068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -204 - }, - "110:10": { - "id:3": 90069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -132 - }, - "111:10": { - "id:3": 90070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -168 - }, - "112:10": { - "id:3": 90071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -204 - }, - "113:10": { - "id:3": 90072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -240 - }, - "114:10": { - "id:3": 90073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -276 - }, - "115:10": { - "id:3": 90074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -240 - }, - "116:10": { - "id:3": 90075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -276 - }, - "117:10": { - "id:3": 90076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -60 - }, - "118:10": { - "id:3": 90077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -96 - }, - "119:10": { - "id:3": 90078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -132 - }, - "120:10": { - "id:3": 90079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -60 - }, - "121:10": { - "id:3": 90080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -96 - }, - "122:10": { - "id:3": 90081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -132 - }, - "123:10": { - "id:3": 90082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -60 - }, - "124:10": { - "id:3": 90083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -60 - }, - "125:10": { - "id:3": 90084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -96 - }, - "126:10": { - "id:3": 90085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -24 - }, - "127:10": { - "id:3": 90086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -132 - }, - "128:10": { - "id:3": 90087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -168 - }, - "129:10": { - "id:3": 90088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -204 - }, - "130:10": { - "id:3": 90089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -60 - }, - "131:10": { - "id:3": 90090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -96 - }, - "132:10": { - "id:3": 90091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -132 - }, - "133:10": { - "id:3": 90092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -168 - }, - "134:10": { - "id:3": 90093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -132 - }, - "135:10": { - "id:3": 90094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -168 - }, - "136:10": { - "id:3": 90095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -24 - }, - "137:10": { - "id:3": 90096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -60 - }, - "138:10": { - "id:3": 90097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "139:10": { - "id:3": 90098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -132 - }, - "140:10": { - "id:3": 90099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -168 - }, - "141:10": { - "id:3": 90100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -168 - }, - "142:10": { - "id:3": 90101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -132 - }, - "143:10": { - "id:3": 90102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -96 - }, - "144:10": { - "id:3": 90103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -24 - }, - "145:10": { - "id:3": 90104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -96 - }, - "146:10": { - "id:3": 90105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -60 - }, - "147:10": { - "id:3": 90106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -24 - }, - "148:10": { - "id:3": 90107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -132 - }, - "149:10": { - "id:3": 90108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -168 - }, - "150:10": { - "id:3": 90109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -204 - }, - "151:10": { - "id:3": 90110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -24 - }, - "152:10": { - "id:3": 90111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -24 - }, - "153:10": { - "id:3": 90112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -24 - }, - "154:10": { - "id:3": 90113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -60 - }, - "155:10": { - "id:3": 90114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -96 - }, - "156:10": { - "id:3": 90115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -60 - }, - "157:10": { - "id:3": 90116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -132 - }, - "158:10": { - "id:3": 90117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 48 - }, - "159:10": { - "id:3": 90118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 48 - }, - "160:10": { - "id:3": 90119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 48 - }, - "161:10": { - "id:3": 90120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 48 - }, - "162:10": { - "id:3": 90121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 48 - }, - "163:10": { - "id:3": 90122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 12 - }, - "164:10": { - "id:3": 90123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 12 - }, - "165:10": { - "id:3": 90124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 12 - }, - "166:10": { - "id:3": 90125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 12 - }, - "167:10": { - "id:3": 90126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 12 - }, - "168:10": { - "id:3": 90127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 84 - }, - "169:10": { - "id:3": 90128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 84 - }, - "170:10": { - "id:3": 90129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 120 - }, - "171:10": { - "id:3": 90130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 120 - }, - "172:10": { - "id:3": 90131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 120 - }, - "173:10": { - "id:3": 90132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 48 - }, - "174:10": { - "id:3": 90133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 12 - }, - "175:10": { - "id:3": 90134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 12 - }, - "176:10": { - "id:3": 90135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 48 - }, - "177:10": { - "id:3": 90136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 48 - }, - "178:10": { - "id:3": 90137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -132 - }, - "179:10": { - "id:3": 90138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -168 - }, - "180:10": { - "id:3": 90139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -168 - }, - "181:10": { - "id:3": 90140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": -168 - }, - "182:10": { - "id:3": 90141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 120 - }, - "183:10": { - "id:3": 90142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 120 - }, - "184:10": { - "id:3": 90143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 48 - }, - "185:10": { - "id:3": 90144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 120 - }, - "186:10": { - "id:3": 90145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 120 - }, - "187:10": { - "id:3": 90146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 120 - }, - "188:10": { - "id:3": 90149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -168 - }, - "189:10": { - "id:3": 90150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -168 - }, - "190:10": { - "id:3": 90151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -132 - }, - "191:10": { - "id:3": 90152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -132 - }, - "192:10": { - "id:3": 90153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -96 - }, - "193:10": { - "id:3": 90154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -168 - }, - "194:10": { - "id:3": 90155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -96 - }, - "195:10": { - "id:3": 90156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -96 - }, - "196:10": { - "id:3": 90157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 48 - }, - "197:10": { - "id:3": 90158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 84 - }, - "198:10": { - "id:3": 90159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 84 - }, - "199:10": { - "id:3": 90161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -24 - }, - "200:10": { - "id:3": 90162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -60 - }, - "201:10": { - "id:3": 90163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -24 - }, - "202:10": { - "id:3": 90164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -24 - }, - "203:10": { - "id:3": 90165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -24 - }, - "204:10": { - "id:3": 90166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -24 - }, - "205:10": { - "id:3": 90167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -24 - }, - "206:10": { - "id:3": 90168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": -24 - }, - "207:10": { - "id:3": 90169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -24 - }, - "208:10": { - "id:3": 90170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 300 - }, - "209:10": { - "id:3": 90171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 300 - }, - "210:10": { - "id:3": 90173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 156 - }, - "211:10": { - "id:3": 90174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 156 - }, - "212:10": { - "id:3": 90175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 156 - }, - "213:10": { - "id:3": 90176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 192 - }, - "214:10": { - "id:3": 90177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 228 - }, - "215:10": { - "id:3": 90178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 192 - }, - "216:10": { - "id:3": 90179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 228 - }, - "217:10": { - "id:3": 90180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 192 - }, - "218:10": { - "id:3": 90182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 228 - }, - "219:10": { - "id:3": 90183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 228 - }, - "220:10": { - "id:3": 90184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 192 - }, - "221:10": { - "id:3": 90185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 192 - }, - "222:10": { - "id:3": 90186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 264 - }, - "223:10": { - "id:3": 90187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 264 - }, - "224:10": { - "id:3": 90188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 48 - }, - "225:10": { - "id:3": 90189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 192 - }, - "226:10": { - "id:3": 90190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 300 - }, - "227:10": { - "id:3": 90191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 300 - }, - "228:10": { - "id:3": 90192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 300 - }, - "229:10": { - "id:3": 90193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 336 - }, - "230:10": { - "id:3": 90194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 336 - }, - "231:10": { - "id:3": 90195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 372 - }, - "232:10": { - "id:3": 90196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 372 - }, - "233:10": { - "id:3": 90197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 408 - }, - "234:10": { - "id:3": 90198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 444 - }, - "235:10": { - "id:3": 90199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 444 - }, - "236:10": { - "id:3": 90200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 444 - }, - "237:10": { - "id:3": 90201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 444 - }, - "238:10": { - "id:3": 90202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 444 - }, - "239:10": { - "id:3": 90203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 480 - }, - "240:10": { - "id:3": 90204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 516 - }, - "241:10": { - "id:3": 90205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 516 - }, - "242:10": { - "id:3": 90206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 552 - }, - "243:10": { - "id:3": 90207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 552 - }, - "244:10": { - "id:3": 90208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 552 - }, - "245:10": { - "id:3": 90209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 552 - }, - "246:10": { - "id:3": 90210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 588 - }, - "247:10": { - "id:3": 90211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 588 - }, - "248:10": { - "id:3": 90212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 624 - }, - "249:10": { - "id:3": 90213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 624 - }, - "250:10": { - "id:3": 90214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 624 - }, - "251:10": { - "id:3": 90215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 624 - }, - "252:10": { - "id:3": 90216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 624 - }, - "253:10": { - "id:3": 90217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 624 - }, - "254:10": { - "id:3": 90218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 408 - }, - "255:10": { - "id:3": 90219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 408 - }, - "256:10": { - "id:3": 90220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 408 - }, - "257:10": { - "id:3": 90222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 408 - }, - "258:10": { - "id:3": 90223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 588 - }, - "259:10": { - "id:3": 90224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 480 - }, - "260:10": { - "id:3": 90225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 444 - }, - "261:10": { - "id:3": 90226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 480 - }, - "262:10": { - "id:3": 90227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 516 - }, - "263:10": { - "id:3": 90228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 372 - }, - "264:10": { - "id:3": 90229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 444 - }, - "265:10": { - "id:3": 90230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 480 - }, - "266:10": { - "id:3": 90231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 516 - }, - "267:10": { - "id:3": 90232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 552 - }, - "268:10": { - "id:3": 90233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 624 - }, - "269:10": { - "id:3": 90234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 408 - }, - "270:10": { - "id:3": 90235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 408 - }, - "271:10": { - "id:3": 90236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 444 - }, - "272:10": { - "id:3": 90237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 408 - }, - "273:10": { - "id:3": 90238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 408 - }, - "274:10": { - "id:3": 90239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 408 - }, - "275:10": { - "id:3": 90240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 372 - }, - "276:10": { - "id:3": 90241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 408 - }, - "277:10": { - "id:3": 90242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 444 - }, - "278:10": { - "id:3": 90243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 444 - }, - "279:10": { - "id:3": 90244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 480 - }, - "280:10": { - "id:3": 90245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 480 - }, - "281:10": { - "id:3": 90246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 516 - }, - "282:10": { - "id:3": 90247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 516 - }, - "283:10": { - "id:3": 90248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 552 - }, - "284:10": { - "id:3": 90249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 552 - }, - "285:10": { - "id:3": 90250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 768 - }, - "286:10": { - "id:3": 90251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 588 - }, - "287:10": { - "id:3": 90252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 588 - }, - "288:10": { - "id:3": 90253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 624 - }, - "289:10": { - "id:3": 90254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 624 - }, - "290:10": { - "id:3": 90255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 660 - }, - "291:10": { - "id:3": 90256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 696 - }, - "292:10": { - "id:3": 90257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 660 - }, - "293:10": { - "id:3": 90258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 696 - }, - "294:10": { - "id:3": 90259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 732 - }, - "295:10": { - "id:3": 90260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 444 - }, - "296:10": { - "id:3": 90261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 480 - }, - "297:10": { - "id:3": 90262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 516 - }, - "298:10": { - "id:3": 90263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 552 - }, - "299:10": { - "id:3": 90264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 588 - }, - "300:10": { - "id:3": 90265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 624 - }, - "301:10": { - "id:3": 90266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 660 - }, - "302:10": { - "id:3": 90267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 696 - }, - "303:10": { - "id:3": 90268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 408 - }, - "304:10": { - "id:3": 90269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 408 - }, - "305:10": { - "id:3": 90270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 444 - }, - "306:10": { - "id:3": 90271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 480 - }, - "307:10": { - "id:3": 90272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 408 - }, - "308:10": { - "id:3": 90273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 444 - }, - "309:10": { - "id:3": 90274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 480 - }, - "310:10": { - "id:3": 90275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 516 - }, - "311:10": { - "id:3": 90276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 552 - }, - "312:10": { - "id:3": 90277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 588 - }, - "313:10": { - "id:3": 90278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 552 - }, - "314:10": { - "id:3": 90279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 408 - }, - "315:10": { - "id:3": 90280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 444 - }, - "316:10": { - "id:3": 90281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 480 - }, - "317:10": { - "id:3": 90282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 516 - }, - "318:10": { - "id:3": 90283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 552 - }, - "319:10": { - "id:3": 90284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 588 - }, - "320:10": { - "id:3": 90285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 408 - }, - "321:10": { - "id:3": 90286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 444 - }, - "322:10": { - "id:3": 90287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 480 - }, - "323:10": { - "id:3": 90288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 516 - }, - "324:10": { - "id:3": 90289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 552 - }, - "325:10": { - "id:3": 90290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 444 - }, - "326:10": { - "id:3": 90291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 408 - }, - "327:10": { - "id:3": 90292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 444 - }, - "328:10": { - "id:3": 90293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 480 - }, - "329:10": { - "id:3": 90294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": 408 - }, - "330:10": { - "id:3": 90295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": 444 - }, - "331:10": { - "id:3": 90296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": 480 - }, - "332:10": { - "id:3": 90297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 516 - }, - "333:10": { - "id:3": 90298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 408 - }, - "334:10": { - "id:3": 90299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 480 - }, - "335:10": { - "id:3": 90300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 372 - }, - "336:10": { - "id:3": 90301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 336 - }, - "337:10": { - "id:3": 90302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 300 - }, - "338:10": { - "id:3": 90303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 264 - }, - "339:10": { - "id:3": 90304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 228 - }, - "340:10": { - "id:3": 90306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 264 - }, - "341:10": { - "id:3": 90307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 372 - }, - "342:10": { - "id:3": 90308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 408 - }, - "343:10": { - "id:3": 90309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 444 - }, - "344:10": { - "id:3": 90310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 336 - }, - "345:10": { - "id:3": 90311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 300 - }, - "346:10": { - "id:3": 90312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 264 - }, - "347:10": { - "id:3": 90313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 372 - }, - "348:10": { - "id:3": 90314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 408 - }, - "349:10": { - "id:3": 90315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 444 - }, - "350:10": { - "id:3": 90316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 336 - }, - "351:10": { - "id:3": 90317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 300 - }, - "352:10": { - "id:3": 90318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 264 - }, - "353:10": { - "id:3": 90319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 372 - }, - "354:10": { - "id:3": 90320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 408 - }, - "355:10": { - "id:3": 90321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 372 - }, - "356:10": { - "id:3": 90322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 408 - }, - "357:10": { - "id:3": 90323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 372 - }, - "358:10": { - "id:3": 90324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 408 - }, - "359:10": { - "id:3": 90325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": 372 - }, - "360:10": { - "id:3": 90326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": 408 - }, - "361:10": { - "id:3": 90327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": 372 - }, - "362:10": { - "id:3": 90328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": 408 - }, - "363:10": { - "id:3": 90329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 264 - }, - "364:10": { - "id:3": 90330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 264 - }, - "365:10": { - "id:3": 90331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": 264 - }, - "366:10": { - "id:3": 90332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": 264 - }, - "367:10": { - "id:3": 90333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -744, - "y:3": 264 - }, - "368:10": { - "id:3": 90334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -780, - "y:3": 264 - }, - "369:10": { - "id:3": 90335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -816, - "y:3": 264 - }, - "370:10": { - "id:3": 90337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 192 - }, - "371:10": { - "id:3": 90338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 192 - }, - "372:10": { - "id:3": 90339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 156 - }, - "373:10": { - "id:3": 90340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 156 - }, - "374:10": { - "id:3": 90341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 120 - }, - "375:10": { - "id:3": 90342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 156 - }, - "376:10": { - "id:3": 90343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 120 - }, - "377:10": { - "id:3": 90344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 120 - }, - "378:10": { - "id:3": 90345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 84 - }, - "379:10": { - "id:3": 90346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 84 - }, - "380:10": { - "id:3": 90347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 84 - }, - "381:10": { - "id:3": 90348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 48 - }, - "382:10": { - "id:3": 90349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 48 - }, - "383:10": { - "id:3": 90350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 48 - }, - "384:10": { - "id:3": 90351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 48 - }, - "385:10": { - "id:3": 90352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 48 - }, - "386:10": { - "id:3": 90353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 48 - }, - "387:10": { - "id:3": 90354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 12 - }, - "388:10": { - "id:3": 90355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 12 - }, - "389:10": { - "id:3": 90356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 12 - }, - "390:10": { - "id:3": 90357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 12 - }, - "391:10": { - "id:3": 90359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -24 - }, - "392:10": { - "id:3": 90360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -24 - }, - "393:10": { - "id:3": 90361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -24 - }, - "394:10": { - "id:3": 90362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -60 - }, - "395:10": { - "id:3": 90363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -60 - }, - "396:10": { - "id:3": 90364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -60 - }, - "397:10": { - "id:3": 90365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -96 - }, - "398:10": { - "id:3": 90366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -96 - }, - "399:10": { - "id:3": 90367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -96 - }, - "400:10": { - "id:3": 90368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -132 - }, - "401:10": { - "id:3": 90369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -132 - }, - "402:10": { - "id:3": 90370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -132 - }, - "403:10": { - "id:3": 90371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -168 - }, - "404:10": { - "id:3": 90372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -168 - }, - "405:10": { - "id:3": 90373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -168 - }, - "406:10": { - "id:3": 90374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -204 - }, - "407:10": { - "id:3": 90375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -204 - }, - "408:10": { - "id:3": 90376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -204 - }, - "409:10": { - "id:3": 90377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": -24 - }, - "410:10": { - "id:3": 90378, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -24 - }, - "411:10": { - "id:3": 90379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -24 - }, - "412:10": { - "id:3": 90380, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -744, - "y:3": -24 - }, - "413:10": { - "id:3": 90381, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -780, - "y:3": -24 - }, - "414:10": { - "id:3": 90382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": -60 - }, - "415:10": { - "id:3": 90383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -60 - }, - "416:10": { - "id:3": 90384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -60 - }, - "417:10": { - "id:3": 90385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -96 - }, - "418:10": { - "id:3": 90386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -168 - }, - "419:10": { - "id:3": 90387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -168 - }, - "420:10": { - "id:3": 90388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": -168 - }, - "421:10": { - "id:3": 90389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -204 - }, - "422:10": { - "id:3": 90390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -204 - }, - "423:10": { - "id:3": 90391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -240 - }, - "424:10": { - "id:3": 90392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -240 - }, - "425:10": { - "id:3": 90393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -276 - }, - "426:10": { - "id:3": 90394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -276 - }, - "427:10": { - "id:3": 90395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -96 - }, - "428:10": { - "id:3": 90396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -96 - }, - "429:10": { - "id:3": 90397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -96 - }, - "430:10": { - "id:3": 90398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -96 - }, - "431:10": { - "id:3": 90399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -96 - }, - "432:10": { - "id:3": 90400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -96 - }, - "433:10": { - "id:3": 90401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": -60 - }, - "434:10": { - "id:3": 90402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": -24 - }, - "435:10": { - "id:3": 90403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -132 - }, - "436:10": { - "id:3": 90404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -132 - }, - "437:10": { - "id:3": 90405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -132 - }, - "438:10": { - "id:3": 90406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -132 - }, - "439:10": { - "id:3": 90407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -132 - }, - "440:10": { - "id:3": 90408, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -132 - }, - "441:10": { - "id:3": 90409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -168 - }, - "442:10": { - "id:3": 90410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -168 - }, - "443:10": { - "id:3": 90411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -168 - }, - "444:10": { - "id:3": 90412, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -168 - }, - "445:10": { - "id:3": 90413, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -168 - }, - "446:10": { - "id:3": 90414, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -168 - }, - "447:10": { - "id:3": 90415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -204 - }, - "448:10": { - "id:3": 90416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -204 - }, - "449:10": { - "id:3": 90417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -204 - }, - "450:10": { - "id:3": 90418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -204 - }, - "451:10": { - "id:3": 90419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -204 - }, - "452:10": { - "id:3": 90420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -204 - }, - "453:10": { - "id:3": 90421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -240 - }, - "454:10": { - "id:3": 90422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -240 - }, - "455:10": { - "id:3": 90423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -240 - }, - "456:10": { - "id:3": 90424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -240 - }, - "457:10": { - "id:3": 90425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -240 - }, - "458:10": { - "id:3": 90426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -276 - }, - "459:10": { - "id:3": 90427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -276 - }, - "460:10": { - "id:3": 90428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -276 - }, - "461:10": { - "id:3": 90429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -312 - }, - "462:10": { - "id:3": 90430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -312 - }, - "463:10": { - "id:3": 90431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -348 - }, - "464:10": { - "id:3": 90432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -276 - }, - "465:10": { - "id:3": 90433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -312 - }, - "466:10": { - "id:3": 90434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -348 - }, - "467:10": { - "id:3": 90435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -384 - }, - "468:10": { - "id:3": 90436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -420 - }, - "469:10": { - "id:3": 90437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 120 - }, - "470:10": { - "id:3": 90438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -240 - }, - "471:10": { - "id:3": 198005667, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 372 - }, - "472:10": { - "id:3": 850507867, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 444 - }, - "473:10": { - "id:3": 1172983451, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 408 - } - } - }, - "5:10": { - "lineID:3": 5, - "order:3": 7, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:botanic_alchemic_catalyst" - }, - "name:8": "The Book of Creation", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 1002, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -12 - }, - "1:10": { - "id:3": 1003, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -48 - }, - "2:10": { - "id:3": 1004, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -84 - }, - "3:10": { - "id:3": 1005, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -120 - }, - "4:10": { - "id:3": 1006, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -48 - }, - "5:10": { - "id:3": 1007, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 60 - }, - "6:10": { - "id:3": 1155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 312 - }, - "7:10": { - "id:3": 1202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -192 - }, - "8:10": { - "id:3": 1204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 96 - }, - "9:10": { - "id:3": 1205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 96 - }, - "10:10": { - "id:3": 1206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 96 - }, - "11:10": { - "id:3": 1207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 96 - }, - "12:10": { - "id:3": 1208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 96 - }, - "13:10": { - "id:3": 1209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 96 - }, - "14:10": { - "id:3": 1210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 96 - }, - "15:10": { - "id:3": 1211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 132 - }, - "16:10": { - "id:3": 1212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 132 - }, - "17:10": { - "id:3": 1213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 132 - }, - "18:10": { - "id:3": 1214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 132 - }, - "19:10": { - "id:3": 1215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 132 - }, - "20:10": { - "id:3": 1216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 132 - }, - "21:10": { - "id:3": 1217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -120 - }, - "22:10": { - "id:3": 1218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -120 - }, - "23:10": { - "id:3": 1219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -120 - }, - "24:10": { - "id:3": 1220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -120 - }, - "25:10": { - "id:3": 1223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -156 - }, - "26:10": { - "id:3": 1224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -156 - }, - "27:10": { - "id:3": 1225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -156 - }, - "28:10": { - "id:3": 1253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -12 - }, - "29:10": { - "id:3": 1254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 24 - }, - "30:10": { - "id:3": 1255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 60 - }, - "31:10": { - "id:3": 1256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -264 - }, - "32:10": { - "id:3": 1257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -12 - }, - "33:10": { - "id:3": 1258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -84 - }, - "34:10": { - "id:3": 1259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -48 - }, - "35:10": { - "id:3": 1260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -228 - }, - "36:10": { - "id:3": 1261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -228 - }, - "37:10": { - "id:3": 1262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -192 - }, - "38:10": { - "id:3": 1263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -228 - }, - "39:10": { - "id:3": 1264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -228 - }, - "40:10": { - "id:3": 1265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -156 - }, - "41:10": { - "id:3": 1266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -192 - }, - "42:10": { - "id:3": 1267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "43:10": { - "id:3": 1268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -48 - }, - "44:10": { - "id:3": 1269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -48 - }, - "45:10": { - "id:3": 1270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -156 - }, - "46:10": { - "id:3": 1271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 60 - }, - "47:10": { - "id:3": 1272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -12 - }, - "48:10": { - "id:3": 1273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -12 - }, - "49:10": { - "id:3": 1274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 24 - }, - "50:10": { - "id:3": 1275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -120 - }, - "51:10": { - "id:3": 1276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -120 - }, - "52:10": { - "id:3": 1277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 60 - }, - "53:10": { - "id:3": 1278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 24 - }, - "54:10": { - "id:3": 1279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 24 - }, - "55:10": { - "id:3": 1280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -12 - }, - "56:10": { - "id:3": 1281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 60 - }, - "57:10": { - "id:3": 1282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -48 - }, - "58:10": { - "id:3": 1283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -192 - }, - "59:10": { - "id:3": 1284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -228 - }, - "60:10": { - "id:3": 1285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -120 - }, - "61:10": { - "id:3": 1286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -156 - }, - "62:10": { - "id:3": 1287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -192 - }, - "63:10": { - "id:3": 1288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -156 - }, - "64:10": { - "id:3": 1289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -264 - }, - "65:10": { - "id:3": 1290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -444 - }, - "66:10": { - "id:3": 1291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -156 - }, - "67:10": { - "id:3": 1292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -336 - }, - "68:10": { - "id:3": 1320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 60 - }, - "69:10": { - "id:3": 1329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -84 - }, - "70:10": { - "id:3": 1343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -12 - }, - "71:10": { - "id:3": 1344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 24 - }, - "72:10": { - "id:3": 1346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -48 - }, - "73:10": { - "id:3": 1368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -192 - }, - "74:10": { - "id:3": 1369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -228 - }, - "75:10": { - "id:3": 1370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -228 - }, - "76:10": { - "id:3": 1389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": 96 - }, - "77:10": { - "id:3": 1398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -84 - }, - "78:10": { - "id:3": 1399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 168 - }, - "79:10": { - "id:3": 1400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 240 - }, - "80:10": { - "id:3": 1401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 240 - }, - "81:10": { - "id:3": 1402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 240 - }, - "82:10": { - "id:3": 1403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 276 - }, - "83:10": { - "id:3": 1404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 276 - }, - "84:10": { - "id:3": 1405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 240 - }, - "85:10": { - "id:3": 1406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 276 - }, - "86:10": { - "id:3": 1407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 240 - }, - "87:10": { - "id:3": 1408, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 240 - }, - "88:10": { - "id:3": 1409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 276 - }, - "89:10": { - "id:3": 1410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 276 - }, - "90:10": { - "id:3": 1411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 312 - }, - "91:10": { - "id:3": 1412, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 312 - }, - "92:10": { - "id:3": 1413, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "93:10": { - "id:3": 1414, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 276 - }, - "94:10": { - "id:3": 1415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 312 - }, - "95:10": { - "id:3": 1416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 348 - }, - "96:10": { - "id:3": 1417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 348 - }, - "97:10": { - "id:3": 1418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 348 - }, - "98:10": { - "id:3": 1419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 384 - }, - "99:10": { - "id:3": 1420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 384 - }, - "100:10": { - "id:3": 1421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 384 - }, - "101:10": { - "id:3": 1422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 420 - }, - "102:10": { - "id:3": 1423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 420 - }, - "103:10": { - "id:3": 1424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 420 - }, - "104:10": { - "id:3": 1425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 456 - }, - "105:10": { - "id:3": 1426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 456 - }, - "106:10": { - "id:3": 1427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 456 - }, - "107:10": { - "id:3": 1428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 276 - }, - "108:10": { - "id:3": 1429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 312 - }, - "109:10": { - "id:3": 1430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 348 - }, - "110:10": { - "id:3": 1431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 384 - }, - "111:10": { - "id:3": 1432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 420 - }, - "112:10": { - "id:3": 1433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 456 - }, - "113:10": { - "id:3": 1434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 492 - }, - "114:10": { - "id:3": 1435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 492 - }, - "115:10": { - "id:3": 1436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 492 - }, - "116:10": { - "id:3": 1437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -156 - }, - "117:10": { - "id:3": 1438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -156 - }, - "118:10": { - "id:3": 1439, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -156 - }, - "119:10": { - "id:3": 1440, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -156 - }, - "120:10": { - "id:3": 1441, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -156 - }, - "121:10": { - "id:3": 1442, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -156 - }, - "122:10": { - "id:3": 1443, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -156 - }, - "123:10": { - "id:3": 1444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -156 - }, - "124:10": { - "id:3": 1445, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -156 - }, - "125:10": { - "id:3": 1446, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -156 - }, - "126:10": { - "id:3": 1447, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -192 - }, - "127:10": { - "id:3": 1448, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -192 - }, - "128:10": { - "id:3": 1449, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -192 - }, - "129:10": { - "id:3": 1450, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -192 - }, - "130:10": { - "id:3": 1451, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -192 - }, - "131:10": { - "id:3": 1452, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -192 - }, - "132:10": { - "id:3": 1453, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -228 - }, - "133:10": { - "id:3": 1454, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -228 - }, - "134:10": { - "id:3": 1455, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -228 - }, - "135:10": { - "id:3": 1456, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -228 - }, - "136:10": { - "id:3": 1457, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -228 - }, - "137:10": { - "id:3": 1458, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -228 - }, - "138:10": { - "id:3": 1459, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -264 - }, - "139:10": { - "id:3": 1460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -264 - }, - "140:10": { - "id:3": 1461, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -264 - }, - "141:10": { - "id:3": 1462, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -264 - }, - "142:10": { - "id:3": 1463, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -264 - }, - "143:10": { - "id:3": 1464, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -264 - }, - "144:10": { - "id:3": 1465, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -336 - }, - "145:10": { - "id:3": 1466, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -300 - }, - "146:10": { - "id:3": 1467, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -300 - }, - "147:10": { - "id:3": 1468, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -300 - }, - "148:10": { - "id:3": 1469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -300 - }, - "149:10": { - "id:3": 1470, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -300 - }, - "150:10": { - "id:3": 1471, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -192 - }, - "151:10": { - "id:3": 1472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -192 - }, - "152:10": { - "id:3": 1473, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -228 - }, - "153:10": { - "id:3": 1474, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -336 - }, - "154:10": { - "id:3": 1475, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -372 - }, - "155:10": { - "id:3": 1476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -264 - }, - "156:10": { - "id:3": 1477, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -300 - }, - "157:10": { - "id:3": 1478, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -408 - }, - "158:10": { - "id:3": 1479, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -336 - }, - "159:10": { - "id:3": 1480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -444 - }, - "160:10": { - "id:3": 1481, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -480 - }, - "161:10": { - "id:3": 1482, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -516 - }, - "162:10": { - "id:3": 1483, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -552 - }, - "163:10": { - "id:3": 1484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -588 - }, - "164:10": { - "id:3": 1485, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -624 - }, - "165:10": { - "id:3": 1486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -660 - }, - "166:10": { - "id:3": 1487, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -336 - }, - "167:10": { - "id:3": 1488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -372 - }, - "168:10": { - "id:3": 1489, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -408 - }, - "169:10": { - "id:3": 1490, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -444 - }, - "170:10": { - "id:3": 1491, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -480 - }, - "171:10": { - "id:3": 1492, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -516 - }, - "172:10": { - "id:3": 1493, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -552 - }, - "173:10": { - "id:3": 1494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -588 - }, - "174:10": { - "id:3": 1495, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -624 - }, - "175:10": { - "id:3": 1496, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -660 - }, - "176:10": { - "id:3": 1497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -696 - }, - "177:10": { - "id:3": 1498, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -732 - }, - "178:10": { - "id:3": 1499, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -768 - }, - "179:10": { - "id:3": 1500, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -804 - }, - "180:10": { - "id:3": 1501, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -336 - }, - "181:10": { - "id:3": 1502, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -372 - }, - "182:10": { - "id:3": 1503, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -408 - }, - "183:10": { - "id:3": 1504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -444 - }, - "184:10": { - "id:3": 1505, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -480 - }, - "185:10": { - "id:3": 1506, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -516 - }, - "186:10": { - "id:3": 1507, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -552 - }, - "187:10": { - "id:3": 1508, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -588 - }, - "188:10": { - "id:3": 1509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -624 - }, - "189:10": { - "id:3": 1510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -660 - }, - "190:10": { - "id:3": 1511, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -336 - }, - "191:10": { - "id:3": 1512, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": 132 - }, - "192:10": { - "id:3": 1513, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 132 - }, - "193:10": { - "id:3": 1514, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 132 - }, - "194:10": { - "id:3": 1515, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 132 - }, - "195:10": { - "id:3": 1516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 132 - }, - "196:10": { - "id:3": 1517, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 132 - }, - "197:10": { - "id:3": 1518, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": 132 - }, - "198:10": { - "id:3": 1519, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 132 - }, - "199:10": { - "id:3": 1520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 132 - }, - "200:10": { - "id:3": 1521, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 132 - }, - "201:10": { - "id:3": 1522, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 168 - }, - "202:10": { - "id:3": 1523, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 168 - }, - "203:10": { - "id:3": 1524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 168 - }, - "204:10": { - "id:3": 1525, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 168 - }, - "205:10": { - "id:3": 1526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 168 - }, - "206:10": { - "id:3": 1527, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 168 - }, - "207:10": { - "id:3": 1528, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 168 - }, - "208:10": { - "id:3": 1529, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 168 - }, - "209:10": { - "id:3": 1530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": 168 - }, - "210:10": { - "id:3": 1531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": 168 - }, - "211:10": { - "id:3": 1532, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": 168 - }, - "212:10": { - "id:3": 1533, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": 168 - }, - "213:10": { - "id:3": 1534, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 132 - }, - "214:10": { - "id:3": 1535, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 204 - }, - "215:10": { - "id:3": 1536, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 204 - }, - "216:10": { - "id:3": 1537, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 204 - }, - "217:10": { - "id:3": 1538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 204 - }, - "218:10": { - "id:3": 1539, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 204 - }, - "219:10": { - "id:3": 1540, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 240 - }, - "220:10": { - "id:3": 1541, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 240 - }, - "221:10": { - "id:3": 1542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 240 - }, - "222:10": { - "id:3": 1543, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 240 - }, - "223:10": { - "id:3": 1544, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 240 - }, - "224:10": { - "id:3": 1545, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 240 - }, - "225:10": { - "id:3": 1546, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 240 - }, - "226:10": { - "id:3": 1547, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 240 - }, - "227:10": { - "id:3": 1548, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 240 - }, - "228:10": { - "id:3": 1549, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 276 - }, - "229:10": { - "id:3": 1550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 276 - }, - "230:10": { - "id:3": 1551, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 276 - }, - "231:10": { - "id:3": 1552, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 276 - }, - "232:10": { - "id:3": 1553, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 276 - }, - "233:10": { - "id:3": 1554, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 276 - }, - "234:10": { - "id:3": 1555, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 276 - }, - "235:10": { - "id:3": 1556, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 276 - }, - "236:10": { - "id:3": 1558, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 276 - }, - "237:10": { - "id:3": 1559, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 312 - }, - "238:10": { - "id:3": 1560, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 348 - }, - "239:10": { - "id:3": 1561, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 384 - }, - "240:10": { - "id:3": 1562, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 312 - }, - "241:10": { - "id:3": 1563, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 312 - }, - "242:10": { - "id:3": 1564, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 312 - }, - "243:10": { - "id:3": 1565, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 312 - }, - "244:10": { - "id:3": 1566, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 348 - }, - "245:10": { - "id:3": 1567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 348 - }, - "246:10": { - "id:3": 1568, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 348 - }, - "247:10": { - "id:3": 1569, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 348 - }, - "248:10": { - "id:3": 1570, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -12 - }, - "249:10": { - "id:3": 1571, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -12 - }, - "250:10": { - "id:3": 1572, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 384 - }, - "251:10": { - "id:3": 1573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 384 - }, - "252:10": { - "id:3": 1574, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 204 - }, - "253:10": { - "id:3": 1575, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 204 - }, - "254:10": { - "id:3": 1576, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 312 - }, - "255:10": { - "id:3": 1577, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -12 - }, - "256:10": { - "id:3": 1578, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -12 - }, - "257:10": { - "id:3": 1579, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -12 - }, - "258:10": { - "id:3": 1580, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -12 - }, - "259:10": { - "id:3": 1581, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -12 - }, - "260:10": { - "id:3": 1582, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -12 - }, - "261:10": { - "id:3": 1583, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -12 - }, - "262:10": { - "id:3": 1584, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -12 - }, - "263:10": { - "id:3": 1585, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 24 - }, - "264:10": { - "id:3": 1643, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 96 - }, - "265:10": { - "id:3": 1769, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -408 - }, - "266:10": { - "id:3": 1771, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -300 - }, - "267:10": { - "id:3": 1773, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 528 - }, - "268:10": { - "id:3": 1774, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 744 - }, - "269:10": { - "id:3": 1775, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 528 - }, - "270:10": { - "id:3": 1776, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 528 - }, - "271:10": { - "id:3": 1777, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 528 - }, - "272:10": { - "id:3": 1778, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 564 - }, - "273:10": { - "id:3": 1779, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 564 - }, - "274:10": { - "id:3": 1780, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 564 - }, - "275:10": { - "id:3": 1781, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 564 - }, - "276:10": { - "id:3": 1782, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 600 - }, - "277:10": { - "id:3": 1783, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 600 - }, - "278:10": { - "id:3": 1784, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 600 - }, - "279:10": { - "id:3": 1785, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 600 - }, - "280:10": { - "id:3": 1786, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 636 - }, - "281:10": { - "id:3": 1787, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 636 - }, - "282:10": { - "id:3": 1788, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 636 - }, - "283:10": { - "id:3": 1789, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 636 - }, - "284:10": { - "id:3": 1790, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 672 - }, - "285:10": { - "id:3": 1791, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 672 - }, - "286:10": { - "id:3": 1792, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 672 - }, - "287:10": { - "id:3": 1793, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 672 - }, - "288:10": { - "id:3": 1794, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 708 - }, - "289:10": { - "id:3": 1795, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 708 - }, - "290:10": { - "id:3": 1796, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 708 - }, - "291:10": { - "id:3": 1797, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 708 - }, - "292:10": { - "id:3": 1798, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 744 - }, - "293:10": { - "id:3": 1799, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 744 - }, - "294:10": { - "id:3": 1800, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 744 - }, - "295:10": { - "id:3": 2108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -300 - }, - "296:10": { - "id:3": 2112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -120 - }, - "297:10": { - "id:3": 2113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -336 - }, - "298:10": { - "id:3": 2202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -192 - }, - "299:10": { - "id:3": 2203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -228 - }, - "300:10": { - "id:3": 2204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -228 - }, - "301:10": { - "id:3": 2205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -264 - }, - "302:10": { - "id:3": 2206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -300 - }, - "303:10": { - "id:3": 2207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -300 - }, - "304:10": { - "id:3": 2208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -336 - }, - "305:10": { - "id:3": 2209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -336 - }, - "306:10": { - "id:3": 2210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -336 - }, - "307:10": { - "id:3": 2211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -300 - }, - "308:10": { - "id:3": 2212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -300 - }, - "309:10": { - "id:3": 2213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -336 - }, - "310:10": { - "id:3": 2214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -336 - }, - "311:10": { - "id:3": 2215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -300 - }, - "312:10": { - "id:3": 2216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -228 - }, - "313:10": { - "id:3": 2217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -372 - }, - "314:10": { - "id:3": 2218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -372 - }, - "315:10": { - "id:3": 2224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -372 - }, - "316:10": { - "id:3": 2225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 348 - }, - "317:10": { - "id:3": 2226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -84 - }, - "318:10": { - "id:3": 2227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -300 - }, - "319:10": { - "id:3": 2230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 60 - }, - "320:10": { - "id:3": 2231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 132 - }, - "321:10": { - "id:3": 2252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 24 - }, - "322:10": { - "id:3": 2257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -120 - }, - "323:10": { - "id:3": 2258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -372 - }, - "324:10": { - "id:3": 2259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -372 - }, - "325:10": { - "id:3": 2266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -444 - }, - "326:10": { - "id:3": 2269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 96 - }, - "327:10": { - "id:3": 2312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -156 - }, - "328:10": { - "id:3": 2313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -264 - }, - "329:10": { - "id:3": 2314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -192 - }, - "330:10": { - "id:3": 2315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -228 - }, - "331:10": { - "id:3": 2316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -192 - }, - "332:10": { - "id:3": 2317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -192 - }, - "333:10": { - "id:3": 2318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -192 - }, - "334:10": { - "id:3": 2319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -228 - }, - "335:10": { - "id:3": 2322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -264 - }, - "336:10": { - "id:3": 2323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -264 - }, - "337:10": { - "id:3": 2324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -264 - }, - "338:10": { - "id:3": 2325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -300 - }, - "339:10": { - "id:3": 2326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -300 - }, - "340:10": { - "id:3": 2327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -300 - }, - "341:10": { - "id:3": 2328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -300 - }, - "342:10": { - "id:3": 2329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -192 - }, - "343:10": { - "id:3": 2330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -192 - }, - "344:10": { - "id:3": 2331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -300 - }, - "345:10": { - "id:3": 2346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "346:10": { - "id:3": 2351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -372 - }, - "347:10": { - "id:3": 20415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -12 - }, - "348:10": { - "id:3": 20416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 132 - }, - "349:10": { - "id:3": 20417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -12 - }, - "350:10": { - "id:3": 20418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -156 - }, - "351:10": { - "id:3": 20419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -156 - }, - "352:10": { - "id:3": 20420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 96 - }, - "353:10": { - "id:3": 20421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -156 - }, - "354:10": { - "id:3": 20422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -120 - }, - "355:10": { - "id:3": 20423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 96 - }, - "356:10": { - "id:3": 20424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 96 - }, - "357:10": { - "id:3": 20425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 96 - }, - "358:10": { - "id:3": 20426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 132 - }, - "359:10": { - "id:3": 20427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 168 - }, - "360:10": { - "id:3": 20428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 204 - }, - "361:10": { - "id:3": 20429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 132 - }, - "362:10": { - "id:3": 20430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 132 - }, - "363:10": { - "id:3": 20431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 132 - }, - "364:10": { - "id:3": 20432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 132 - }, - "365:10": { - "id:3": 20433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 132 - }, - "366:10": { - "id:3": 20434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 168 - }, - "367:10": { - "id:3": 20435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 168 - }, - "368:10": { - "id:3": 20436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 168 - }, - "369:10": { - "id:3": 20437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 168 - }, - "370:10": { - "id:3": 20438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 168 - }, - "371:10": { - "id:3": 20439, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 204 - }, - "372:10": { - "id:3": 20440, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 204 - }, - "373:10": { - "id:3": 20441, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 168 - }, - "374:10": { - "id:3": 20442, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 204 - }, - "375:10": { - "id:3": 20443, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 204 - }, - "376:10": { - "id:3": 20444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 204 - }, - "377:10": { - "id:3": 20445, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 240 - }, - "378:10": { - "id:3": 20446, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 240 - }, - "379:10": { - "id:3": 20452, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -48 - }, - "380:10": { - "id:3": 20453, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -48 - }, - "381:10": { - "id:3": 20454, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -48 - }, - "382:10": { - "id:3": 20455, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -48 - }, - "383:10": { - "id:3": 20456, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -48 - }, - "384:10": { - "id:3": 20457, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -120 - }, - "385:10": { - "id:3": 20458, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -120 - }, - "386:10": { - "id:3": 20459, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -120 - }, - "387:10": { - "id:3": 20460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -120 - }, - "388:10": { - "id:3": 20461, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -120 - }, - "389:10": { - "id:3": 20463, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -48 - }, - "390:10": { - "id:3": 20464, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -120 - }, - "391:10": { - "id:3": 20465, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -84 - }, - "392:10": { - "id:3": 20466, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -192 - }, - "393:10": { - "id:3": 20467, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -48 - }, - "394:10": { - "id:3": 20468, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -48 - }, - "395:10": { - "id:3": 20469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -48 - }, - "396:10": { - "id:3": 20470, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "397:10": { - "id:3": 20471, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 132 - }, - "398:10": { - "id:3": 20472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 132 - }, - "399:10": { - "id:3": 20473, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 132 - }, - "400:10": { - "id:3": 20474, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 168 - }, - "401:10": { - "id:3": 20475, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 168 - }, - "402:10": { - "id:3": 20476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 168 - }, - "403:10": { - "id:3": 20477, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 168 - }, - "404:10": { - "id:3": 20478, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 204 - }, - "405:10": { - "id:3": 20479, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 204 - }, - "406:10": { - "id:3": 20480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 204 - }, - "407:10": { - "id:3": 20482, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -12 - }, - "408:10": { - "id:3": 20483, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -12 - }, - "409:10": { - "id:3": 20484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "410:10": { - "id:3": 20485, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -12 - }, - "411:10": { - "id:3": 20486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 24 - }, - "412:10": { - "id:3": 20487, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "413:10": { - "id:3": 20488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 60 - }, - "414:10": { - "id:3": 20489, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 60 - }, - "415:10": { - "id:3": 20490, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -12 - }, - "416:10": { - "id:3": 20491, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -156 - }, - "417:10": { - "id:3": 20492, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 60 - }, - "418:10": { - "id:3": 20493, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 60 - }, - "419:10": { - "id:3": 20494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -84 - }, - "420:10": { - "id:3": 20495, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 24 - }, - "421:10": { - "id:3": 20496, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 24 - }, - "422:10": { - "id:3": 20497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -120 - }, - "423:10": { - "id:3": 20498, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -228 - }, - "424:10": { - "id:3": 20499, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -192 - }, - "425:10": { - "id:3": 20500, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -192 - }, - "426:10": { - "id:3": 20503, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -192 - }, - "427:10": { - "id:3": 20504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -228 - }, - "428:10": { - "id:3": 20505, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -192 - }, - "429:10": { - "id:3": 20508, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -264 - }, - "430:10": { - "id:3": 20509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -192 - }, - "431:10": { - "id:3": 20510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -228 - }, - "432:10": { - "id:3": 20511, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -228 - }, - "433:10": { - "id:3": 20512, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -264 - }, - "434:10": { - "id:3": 20513, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -192 - }, - "435:10": { - "id:3": 20514, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -192 - }, - "436:10": { - "id:3": 20515, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -264 - }, - "437:10": { - "id:3": 20516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -192 - }, - "438:10": { - "id:3": 20517, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -228 - }, - "439:10": { - "id:3": 20518, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -228 - }, - "440:10": { - "id:3": 20519, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -192 - }, - "441:10": { - "id:3": 20520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -264 - }, - "442:10": { - "id:3": 2087826195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 384 - } - } - }, - "6:10": { - "lineID:3": 6, - "order:3": 8, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "thaumcraft:causality_collapser" - }, - "name:8": "On Magical Mastery", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -264 - }, - "1:10": { - "id:3": 727, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -300 - }, - "2:10": { - "id:3": 728, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -300 - }, - "3:10": { - "id:3": 729, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -264 - }, - "4:10": { - "id:3": 730, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -264 - }, - "5:10": { - "id:3": 731, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -300 - }, - "6:10": { - "id:3": 732, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -300 - }, - "7:10": { - "id:3": 733, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -264 - }, - "8:10": { - "id:3": 734, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -264 - }, - "9:10": { - "id:3": 735, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -300 - }, - "10:10": { - "id:3": 736, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -264 - }, - "11:10": { - "id:3": 737, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -300 - }, - "12:10": { - "id:3": 738, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -300 - }, - "13:10": { - "id:3": 739, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -264 - }, - "14:10": { - "id:3": 740, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -264 - }, - "15:10": { - "id:3": 741, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -300 - }, - "16:10": { - "id:3": 742, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -336 - }, - "17:10": { - "id:3": 743, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -336 - }, - "18:10": { - "id:3": 744, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -336 - }, - "19:10": { - "id:3": 745, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -336 - }, - "20:10": { - "id:3": 746, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -336 - }, - "21:10": { - "id:3": 747, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -336 - }, - "22:10": { - "id:3": 748, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -336 - }, - "23:10": { - "id:3": 749, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -336 - }, - "24:10": { - "id:3": 750, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -444 - }, - "25:10": { - "id:3": 751, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -408 - }, - "26:10": { - "id:3": 752, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -408 - }, - "27:10": { - "id:3": 753, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -408 - }, - "28:10": { - "id:3": 754, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -408 - }, - "29:10": { - "id:3": 755, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -480 - }, - "30:10": { - "id:3": 756, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -444 - }, - "31:10": { - "id:3": 757, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -408 - }, - "32:10": { - "id:3": 758, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -444 - }, - "33:10": { - "id:3": 759, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -444 - }, - "34:10": { - "id:3": 760, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -480 - }, - "35:10": { - "id:3": 761, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -516 - }, - "36:10": { - "id:3": 762, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -300 - }, - "37:10": { - "id:3": 763, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -264 - }, - "38:10": { - "id:3": 764, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -192 - }, - "39:10": { - "id:3": 765, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -336 - }, - "40:10": { - "id:3": 766, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -300 - }, - "41:10": { - "id:3": 767, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -228 - }, - "42:10": { - "id:3": 768, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -228 - }, - "43:10": { - "id:3": 769, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -192 - }, - "44:10": { - "id:3": 770, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -372 - }, - "45:10": { - "id:3": 771, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -336 - }, - "46:10": { - "id:3": 772, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -300 - }, - "47:10": { - "id:3": 773, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -300 - }, - "48:10": { - "id:3": 774, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -336 - }, - "49:10": { - "id:3": 775, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -372 - }, - "50:10": { - "id:3": 776, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -192 - }, - "51:10": { - "id:3": 777, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -228 - }, - "52:10": { - "id:3": 778, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -264 - }, - "53:10": { - "id:3": 779, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -264 - }, - "54:10": { - "id:3": 780, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -264 - }, - "55:10": { - "id:3": 781, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -264 - }, - "56:10": { - "id:3": 782, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -228 - }, - "57:10": { - "id:3": 783, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -192 - }, - "58:10": { - "id:3": 784, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -372 - }, - "59:10": { - "id:3": 785, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -336 - }, - "60:10": { - "id:3": 786, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -300 - }, - "61:10": { - "id:3": 787, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -264 - }, - "62:10": { - "id:3": 788, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -300 - }, - "63:10": { - "id:3": 789, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -264 - }, - "64:10": { - "id:3": 790, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -228 - }, - "65:10": { - "id:3": 791, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -192 - }, - "66:10": { - "id:3": 792, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -192 - }, - "67:10": { - "id:3": 793, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -228 - }, - "68:10": { - "id:3": 794, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -264 - }, - "69:10": { - "id:3": 795, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -264 - }, - "70:10": { - "id:3": 796, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -228 - }, - "71:10": { - "id:3": 797, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -192 - }, - "72:10": { - "id:3": 798, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -228 - }, - "73:10": { - "id:3": 799, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -192 - }, - "74:10": { - "id:3": 800, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -264 - }, - "75:10": { - "id:3": 801, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -300 - }, - "76:10": { - "id:3": 802, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -300 - }, - "77:10": { - "id:3": 803, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -264 - }, - "78:10": { - "id:3": 804, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -264 - }, - "79:10": { - "id:3": 805, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -300 - }, - "80:10": { - "id:3": 806, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -264 - }, - "81:10": { - "id:3": 807, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -300 - }, - "82:10": { - "id:3": 808, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -336 - }, - "83:10": { - "id:3": 809, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -336 - }, - "84:10": { - "id:3": 810, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -264 - }, - "85:10": { - "id:3": 811, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -300 - }, - "86:10": { - "id:3": 812, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -372 - }, - "87:10": { - "id:3": 813, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -408 - }, - "88:10": { - "id:3": 814, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -372 - }, - "89:10": { - "id:3": 815, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -408 - }, - "90:10": { - "id:3": 816, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -372 - }, - "91:10": { - "id:3": 817, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -408 - }, - "92:10": { - "id:3": 818, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -444 - }, - "93:10": { - "id:3": 819, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -408 - }, - "94:10": { - "id:3": 820, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -480 - }, - "95:10": { - "id:3": 821, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -444 - }, - "96:10": { - "id:3": 822, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -516 - }, - "97:10": { - "id:3": 823, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -480 - }, - "98:10": { - "id:3": 824, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -444 - }, - "99:10": { - "id:3": 825, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -444 - }, - "100:10": { - "id:3": 826, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -372 - }, - "101:10": { - "id:3": 827, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -444 - }, - "102:10": { - "id:3": 828, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -516 - }, - "103:10": { - "id:3": 829, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -480 - }, - "104:10": { - "id:3": 830, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -264 - }, - "105:10": { - "id:3": 831, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -300 - }, - "106:10": { - "id:3": 832, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -336 - }, - "107:10": { - "id:3": 833, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -336 - }, - "108:10": { - "id:3": 834, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -336 - }, - "109:10": { - "id:3": 835, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -336 - }, - "110:10": { - "id:3": 836, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -264 - }, - "111:10": { - "id:3": 837, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -336 - }, - "112:10": { - "id:3": 838, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -480 - }, - "113:10": { - "id:3": 839, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -480 - }, - "114:10": { - "id:3": 840, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -408 - }, - "115:10": { - "id:3": 841, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -516 - }, - "116:10": { - "id:3": 842, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -480 - }, - "117:10": { - "id:3": 843, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -444 - }, - "118:10": { - "id:3": 848, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -372 - }, - "119:10": { - "id:3": 849, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -516 - }, - "120:10": { - "id:3": 850, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -408 - }, - "121:10": { - "id:3": 851, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -444 - }, - "122:10": { - "id:3": 852, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -372 - }, - "123:10": { - "id:3": 853, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -516 - }, - "124:10": { - "id:3": 857, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -408 - }, - "125:10": { - "id:3": 858, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -516 - }, - "126:10": { - "id:3": 859, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -516 - }, - "127:10": { - "id:3": 860, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -480 - }, - "128:10": { - "id:3": 861, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 324 - }, - "129:10": { - "id:3": 862, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -228 - }, - "130:10": { - "id:3": 863, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -228 - }, - "131:10": { - "id:3": 864, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -228 - }, - "132:10": { - "id:3": 867, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 324 - }, - "133:10": { - "id:3": 868, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 324 - }, - "134:10": { - "id:3": 869, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 324 - }, - "135:10": { - "id:3": 870, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 360 - }, - "136:10": { - "id:3": 871, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 360 - }, - "137:10": { - "id:3": 872, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 360 - }, - "138:10": { - "id:3": 873, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 396 - }, - "139:10": { - "id:3": 874, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 396 - }, - "140:10": { - "id:3": 875, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 396 - }, - "141:10": { - "id:3": 876, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 432 - }, - "142:10": { - "id:3": 877, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 432 - }, - "143:10": { - "id:3": 878, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 432 - }, - "144:10": { - "id:3": 879, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -408 - }, - "145:10": { - "id:3": 880, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -444 - }, - "146:10": { - "id:3": 881, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -408 - }, - "147:10": { - "id:3": 882, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -444 - }, - "148:10": { - "id:3": 883, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 252 - }, - "149:10": { - "id:3": 1011, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -300 - }, - "150:10": { - "id:3": 1141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -336 - }, - "151:10": { - "id:3": 1142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -300 - }, - "152:10": { - "id:3": 1143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -228 - }, - "153:10": { - "id:3": 1144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -228 - }, - "154:10": { - "id:3": 1145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -228 - }, - "155:10": { - "id:3": 1146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -228 - }, - "156:10": { - "id:3": 1147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -264 - }, - "157:10": { - "id:3": 1148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -300 - }, - "158:10": { - "id:3": 1149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -264 - }, - "159:10": { - "id:3": 1150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -264 - }, - "160:10": { - "id:3": 1151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -300 - }, - "161:10": { - "id:3": 1156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -336 - }, - "162:10": { - "id:3": 1157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -336 - }, - "163:10": { - "id:3": 1158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -336 - }, - "164:10": { - "id:3": 1159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -336 - }, - "165:10": { - "id:3": 1161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -372 - }, - "166:10": { - "id:3": 1162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -372 - }, - "167:10": { - "id:3": 1163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -372 - }, - "168:10": { - "id:3": 1164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -372 - }, - "169:10": { - "id:3": 1165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -372 - }, - "170:10": { - "id:3": 1166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -372 - }, - "171:10": { - "id:3": 1167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -336 - }, - "172:10": { - "id:3": 1170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": 144 - }, - "173:10": { - "id:3": 1171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 144 - }, - "174:10": { - "id:3": 1294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 468 - }, - "175:10": { - "id:3": 1295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -192 - }, - "176:10": { - "id:3": 1296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -156 - }, - "177:10": { - "id:3": 1297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -228 - }, - "178:10": { - "id:3": 1299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -372 - }, - "179:10": { - "id:3": 1300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -300 - }, - "180:10": { - "id:3": 1301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -336 - }, - "181:10": { - "id:3": 1302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -372 - }, - "182:10": { - "id:3": 1303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -372 - }, - "183:10": { - "id:3": 1304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -336 - }, - "184:10": { - "id:3": 1305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -300 - }, - "185:10": { - "id:3": 1306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -372 - }, - "186:10": { - "id:3": 1307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -336 - }, - "187:10": { - "id:3": 1308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -300 - }, - "188:10": { - "id:3": 1309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -300 - }, - "189:10": { - "id:3": 1310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -336 - }, - "190:10": { - "id:3": 1311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -372 - }, - "191:10": { - "id:3": 1312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -336 - }, - "192:10": { - "id:3": 1313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -300 - }, - "193:10": { - "id:3": 1314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -372 - }, - "194:10": { - "id:3": 1315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -684, - "y:3": -300 - }, - "195:10": { - "id:3": 1316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -684, - "y:3": -336 - }, - "196:10": { - "id:3": 1317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -684, - "y:3": -372 - }, - "197:10": { - "id:3": 1318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -720, - "y:3": -372 - }, - "198:10": { - "id:3": 1319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -720, - "y:3": -300 - }, - "199:10": { - "id:3": 1342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -444 - }, - "200:10": { - "id:3": 1354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 252 - }, - "201:10": { - "id:3": 1355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 252 - }, - "202:10": { - "id:3": 1644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -264 - }, - "203:10": { - "id:3": 1645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -264 - }, - "204:10": { - "id:3": 1657, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -228 - }, - "205:10": { - "id:3": 1658, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -300 - }, - "206:10": { - "id:3": 1659, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -300 - }, - "207:10": { - "id:3": 1660, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -300 - }, - "208:10": { - "id:3": 1746, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 120 - }, - "209:10": { - "id:3": 1747, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 120 - }, - "210:10": { - "id:3": 1748, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 84 - }, - "211:10": { - "id:3": 1749, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": 84 - }, - "212:10": { - "id:3": 1750, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": 84 - }, - "213:10": { - "id:3": 1751, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 120 - }, - "214:10": { - "id:3": 1752, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 120 - }, - "215:10": { - "id:3": 1753, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 120 - }, - "216:10": { - "id:3": 1754, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 48 - }, - "217:10": { - "id:3": 1755, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -60 - }, - "218:10": { - "id:3": 1756, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 156 - }, - "219:10": { - "id:3": 1757, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 156 - }, - "220:10": { - "id:3": 1845, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -300 - }, - "221:10": { - "id:3": 1871, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -264 - }, - "222:10": { - "id:3": 1926, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -300 - }, - "223:10": { - "id:3": 2146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -60 - }, - "224:10": { - "id:3": 2148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -60 - }, - "225:10": { - "id:3": 2280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -36 - }, - "226:10": { - "id:3": 2281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -36 - }, - "227:10": { - "id:3": 2282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -36 - }, - "228:10": { - "id:3": 2283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -72 - }, - "229:10": { - "id:3": 2284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 72 - }, - "230:10": { - "id:3": 2285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 0 - }, - "231:10": { - "id:3": 2290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -36 - }, - "232:10": { - "id:3": 2291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 180 - }, - "233:10": { - "id:3": 2292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 180 - }, - "234:10": { - "id:3": 2293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -72 - }, - "235:10": { - "id:3": 2294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -192 - }, - "236:10": { - "id:3": 2295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -192 - }, - "237:10": { - "id:3": 2296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -36 - }, - "238:10": { - "id:3": 2297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 0 - }, - "239:10": { - "id:3": 2298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 216 - }, - "240:10": { - "id:3": 2299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 216 - }, - "241:10": { - "id:3": 2300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 252 - }, - "242:10": { - "id:3": 2301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 252 - }, - "243:10": { - "id:3": 2302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 216 - }, - "244:10": { - "id:3": 2303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 216 - }, - "245:10": { - "id:3": 2304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 252 - }, - "246:10": { - "id:3": 2305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 252 - }, - "247:10": { - "id:3": 2306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 144 - }, - "248:10": { - "id:3": 2307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 288 - }, - "249:10": { - "id:3": 2308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 288 - }, - "250:10": { - "id:3": 2309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": 216 - }, - "251:10": { - "id:3": 2310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": 252 - }, - "252:10": { - "id:3": 2311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": 288 - }, - "253:10": { - "id:3": 2320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -300 - }, - "254:10": { - "id:3": 2321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -336 - }, - "255:10": { - "id:3": 2332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -336 - }, - "256:10": { - "id:3": 2333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -120 - }, - "257:10": { - "id:3": 2334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -120 - }, - "258:10": { - "id:3": 2335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -120 - }, - "259:10": { - "id:3": 2336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -120 - }, - "260:10": { - "id:3": 2337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -120 - }, - "261:10": { - "id:3": 2338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -120 - }, - "262:10": { - "id:3": 2339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -120 - }, - "263:10": { - "id:3": 2340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -120 - }, - "264:10": { - "id:3": 2348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -156 - }, - "265:10": { - "id:3": 20054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 0 - }, - "266:10": { - "id:3": 20055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 36 - }, - "267:10": { - "id:3": 20056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 120 - }, - "268:10": { - "id:3": 20057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -516 - }, - "269:10": { - "id:3": 20058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -480 - }, - "270:10": { - "id:3": 20059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 144 - }, - "271:10": { - "id:3": 20060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 180 - }, - "272:10": { - "id:3": 20061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 144 - }, - "273:10": { - "id:3": 20062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -156 - }, - "274:10": { - "id:3": 20063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 36 - }, - "275:10": { - "id:3": 20064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -156 - }, - "276:10": { - "id:3": 20065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -156 - }, - "277:10": { - "id:3": 20066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -192 - }, - "278:10": { - "id:3": 20067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -372 - }, - "279:10": { - "id:3": 20068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -228 - }, - "280:10": { - "id:3": 20069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -228 - }, - "281:10": { - "id:3": 20070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -228 - }, - "282:10": { - "id:3": 20071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -228 - }, - "283:10": { - "id:3": 20072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -228 - }, - "284:10": { - "id:3": 20073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -228 - }, - "285:10": { - "id:3": 20074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -228 - }, - "286:10": { - "id:3": 20075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -228 - }, - "287:10": { - "id:3": 20076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -372 - }, - "288:10": { - "id:3": 20077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -372 - }, - "289:10": { - "id:3": 20078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -372 - }, - "290:10": { - "id:3": 20079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -192 - }, - "291:10": { - "id:3": 20080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -372 - }, - "292:10": { - "id:3": 20081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -372 - }, - "293:10": { - "id:3": 20082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -372 - }, - "294:10": { - "id:3": 20083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -372 - }, - "295:10": { - "id:3": 20084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -192 - }, - "296:10": { - "id:3": 20085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -192 - }, - "297:10": { - "id:3": 20086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -156 - }, - "298:10": { - "id:3": 20087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -156 - }, - "299:10": { - "id:3": 20088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -156 - }, - "300:10": { - "id:3": 20092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -192 - }, - "301:10": { - "id:3": 20093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -192 - }, - "302:10": { - "id:3": 20094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -156 - }, - "303:10": { - "id:3": 20095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -156 - }, - "304:10": { - "id:3": 20096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -156 - }, - "305:10": { - "id:3": 20097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -156 - }, - "306:10": { - "id:3": 20098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -192 - }, - "307:10": { - "id:3": 20099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -228 - }, - "308:10": { - "id:3": 20100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -228 - }, - "309:10": { - "id:3": 20101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -264 - }, - "310:10": { - "id:3": 20102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -372 - }, - "311:10": { - "id:3": 20103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -192 - }, - "312:10": { - "id:3": 20104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -264 - }, - "313:10": { - "id:3": 20105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -228 - }, - "314:10": { - "id:3": 20106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -192 - }, - "315:10": { - "id:3": 20107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 180 - }, - "316:10": { - "id:3": 20108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 144 - }, - "317:10": { - "id:3": 20109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 216 - }, - "318:10": { - "id:3": 20110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 180 - }, - "319:10": { - "id:3": 20111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 216 - }, - "320:10": { - "id:3": 20112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 180 - }, - "321:10": { - "id:3": 20113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 144 - }, - "322:10": { - "id:3": 20114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 180 - }, - "323:10": { - "id:3": 20115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 216 - }, - "324:10": { - "id:3": 20116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 216 - }, - "325:10": { - "id:3": 20117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -156, - "y:3": 216 - }, - "326:10": { - "id:3": 20118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 144 - }, - "327:10": { - "id:3": 20119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 216 - }, - "328:10": { - "id:3": 20120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 252 - }, - "329:10": { - "id:3": 20121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 252 - }, - "330:10": { - "id:3": 20122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 252 - }, - "331:10": { - "id:3": 20123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 288 - }, - "332:10": { - "id:3": 20124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 144 - }, - "333:10": { - "id:3": 20125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 144 - }, - "334:10": { - "id:3": 20126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": 144 - }, - "335:10": { - "id:3": 20127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 216 - }, - "336:10": { - "id:3": 20128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 180 - }, - "337:10": { - "id:3": 20129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 180 - }, - "338:10": { - "id:3": 20130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 180 - }, - "339:10": { - "id:3": 20131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 180 - }, - "340:10": { - "id:3": 20132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 180 - }, - "341:10": { - "id:3": 20133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 252 - }, - "342:10": { - "id:3": 20134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 252 - }, - "343:10": { - "id:3": 20135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 288 - }, - "344:10": { - "id:3": 20136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 252 - }, - "345:10": { - "id:3": 20137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 252 - }, - "346:10": { - "id:3": 20138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 216 - }, - "347:10": { - "id:3": 20139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 288 - }, - "348:10": { - "id:3": 20140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 288 - }, - "349:10": { - "id:3": 20141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 288 - }, - "350:10": { - "id:3": 20142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 288 - }, - "351:10": { - "id:3": 20143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 252 - }, - "352:10": { - "id:3": 20144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 324 - }, - "353:10": { - "id:3": 20145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 324 - }, - "354:10": { - "id:3": 20146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 288 - }, - "355:10": { - "id:3": 20147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 360 - }, - "356:10": { - "id:3": 20148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 324 - }, - "357:10": { - "id:3": 20149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 396 - }, - "358:10": { - "id:3": 20150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 360 - }, - "359:10": { - "id:3": 20151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 396 - }, - "360:10": { - "id:3": 20152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 360 - }, - "361:10": { - "id:3": 20153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -408 - }, - "362:10": { - "id:3": 20154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -192 - }, - "363:10": { - "id:3": 20155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -228 - }, - "364:10": { - "id:3": 20156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -264 - }, - "365:10": { - "id:3": 20157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -228 - }, - "366:10": { - "id:3": 20158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -228 - }, - "367:10": { - "id:3": 20159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -264 - }, - "368:10": { - "id:3": 20160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -300 - }, - "369:10": { - "id:3": 20161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -264 - }, - "370:10": { - "id:3": 20162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -264 - }, - "371:10": { - "id:3": 20163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -300 - }, - "372:10": { - "id:3": 20164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -336 - }, - "373:10": { - "id:3": 20165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -336 - }, - "374:10": { - "id:3": 20166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -372 - }, - "375:10": { - "id:3": 20167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -408 - }, - "376:10": { - "id:3": 20168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -408 - }, - "377:10": { - "id:3": 20170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -480 - }, - "378:10": { - "id:3": 20171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -444 - }, - "379:10": { - "id:3": 20172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -300 - }, - "380:10": { - "id:3": 20173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -264 - }, - "381:10": { - "id:3": 20174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -192 - }, - "382:10": { - "id:3": 20175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -336 - }, - "383:10": { - "id:3": 20176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -372 - }, - "384:10": { - "id:3": 20177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -408 - }, - "385:10": { - "id:3": 20178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -444 - }, - "386:10": { - "id:3": 20179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 48 - }, - "387:10": { - "id:3": 20181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": 120 - }, - "388:10": { - "id:3": 20182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 84 - }, - "389:10": { - "id:3": 20183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 84 - }, - "390:10": { - "id:3": 20184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 12 - }, - "391:10": { - "id:3": 20185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 156 - }, - "392:10": { - "id:3": 20186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 192 - }, - "393:10": { - "id:3": 20187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 156 - }, - "394:10": { - "id:3": 20188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 12 - }, - "395:10": { - "id:3": 20189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 48 - }, - "396:10": { - "id:3": 20191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -60 - }, - "397:10": { - "id:3": 20192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -60 - }, - "398:10": { - "id:3": 20193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -24 - }, - "399:10": { - "id:3": 20194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 84 - }, - "400:10": { - "id:3": 20195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 108 - }, - "401:10": { - "id:3": 20196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": 84 - }, - "402:10": { - "id:3": 20197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 84 - }, - "403:10": { - "id:3": 20198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 144 - }, - "404:10": { - "id:3": 20199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 144 - }, - "405:10": { - "id:3": 20200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -120 - }, - "406:10": { - "id:3": 20201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -120 - }, - "407:10": { - "id:3": 20202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -156 - }, - "408:10": { - "id:3": 20203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -156 - }, - "409:10": { - "id:3": 20204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 216 - }, - "410:10": { - "id:3": 20205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 180 - }, - "411:10": { - "id:3": 20206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 144 - }, - "412:10": { - "id:3": 20207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 144 - }, - "413:10": { - "id:3": 20208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 180 - }, - "414:10": { - "id:3": 20209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 216 - }, - "415:10": { - "id:3": 20210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 252 - }, - "416:10": { - "id:3": 20211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 288 - }, - "417:10": { - "id:3": 20212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 324 - }, - "418:10": { - "id:3": 20213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 360 - }, - "419:10": { - "id:3": 20214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 360 - }, - "420:10": { - "id:3": 20215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 180 - }, - "421:10": { - "id:3": 20216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 192 - }, - "422:10": { - "id:3": 20217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": 12 - }, - "423:10": { - "id:3": 20218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 48 - }, - "424:10": { - "id:3": 20219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 12 - }, - "425:10": { - "id:3": 20220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -60 - }, - "426:10": { - "id:3": 20221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -60 - }, - "427:10": { - "id:3": 20222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -24 - }, - "428:10": { - "id:3": 20223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": 48 - }, - "429:10": { - "id:3": 20224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 264 - }, - "430:10": { - "id:3": 20226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 48 - }, - "431:10": { - "id:3": 20227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 12 - }, - "432:10": { - "id:3": 20228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 12 - }, - "433:10": { - "id:3": 20229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 228 - }, - "434:10": { - "id:3": 20231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": 12 - }, - "435:10": { - "id:3": 20232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 12 - }, - "436:10": { - "id:3": 20233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -60 - }, - "437:10": { - "id:3": 20234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -24 - }, - "438:10": { - "id:3": 20235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -24 - }, - "439:10": { - "id:3": 20237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 84 - }, - "440:10": { - "id:3": 20238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 48 - }, - "441:10": { - "id:3": 20239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": 48 - }, - "442:10": { - "id:3": 20240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": 84 - }, - "443:10": { - "id:3": 20241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": 84 - }, - "444:10": { - "id:3": 20242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": 48 - }, - "445:10": { - "id:3": 20243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": 48 - }, - "446:10": { - "id:3": 20244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 84 - }, - "447:10": { - "id:3": 20245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 228 - }, - "448:10": { - "id:3": 20246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -120 - }, - "449:10": { - "id:3": 20247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -300 - }, - "450:10": { - "id:3": 20248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -336 - }, - "451:10": { - "id:3": 20249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -300 - }, - "452:10": { - "id:3": 20250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 216 - }, - "453:10": { - "id:3": 20251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 216 - }, - "454:10": { - "id:3": 20252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -228 - }, - "455:10": { - "id:3": 20253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 264 - }, - "456:10": { - "id:3": 20328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -156 - }, - "457:10": { - "id:3": 20329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -120 - }, - "458:10": { - "id:3": 20330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -120 - }, - "459:10": { - "id:3": 20331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -156 - }, - "460:10": { - "id:3": 20332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -228 - }, - "461:10": { - "id:3": 20333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -156 - }, - "462:10": { - "id:3": 20334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -156 - }, - "463:10": { - "id:3": 20335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -264 - }, - "464:10": { - "id:3": 20336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -192 - }, - "465:10": { - "id:3": 20337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -192 - }, - "466:10": { - "id:3": 20338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -192 - }, - "467:10": { - "id:3": 20340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -192 - }, - "468:10": { - "id:3": 20341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -228 - }, - "469:10": { - "id:3": 20342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -264 - }, - "470:10": { - "id:3": 20343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -192 - }, - "471:10": { - "id:3": 20344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -228 - }, - "472:10": { - "id:3": 20345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -192 - }, - "473:10": { - "id:3": 20347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -264 - }, - "474:10": { - "id:3": 20348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -264 - }, - "475:10": { - "id:3": 20349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -228 - }, - "476:10": { - "id:3": 20351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 252 - }, - "477:10": { - "id:3": 20352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 360 - }, - "478:10": { - "id:3": 20353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 288 - }, - "479:10": { - "id:3": 20354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 288 - }, - "480:10": { - "id:3": 20355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 252 - }, - "481:10": { - "id:3": 20356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 288 - }, - "482:10": { - "id:3": 20357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 288 - }, - "483:10": { - "id:3": 20358, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 288 - }, - "484:10": { - "id:3": 20359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 360 - }, - "485:10": { - "id:3": 20360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 288 - }, - "486:10": { - "id:3": 20361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -156, - "y:3": 288 - }, - "487:10": { - "id:3": 20362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 324 - }, - "488:10": { - "id:3": 20363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 324 - }, - "489:10": { - "id:3": 20364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 324 - }, - "490:10": { - "id:3": 20365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 360 - }, - "491:10": { - "id:3": 20366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 360 - }, - "492:10": { - "id:3": 20367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 360 - }, - "493:10": { - "id:3": 20368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 396 - }, - "494:10": { - "id:3": 20369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 396 - }, - "495:10": { - "id:3": 20370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 396 - }, - "496:10": { - "id:3": 20371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 432 - }, - "497:10": { - "id:3": 20372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 432 - }, - "498:10": { - "id:3": 20373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 432 - }, - "499:10": { - "id:3": 20374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 468 - }, - "500:10": { - "id:3": 20375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 468 - }, - "501:10": { - "id:3": 20376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 504 - }, - "502:10": { - "id:3": 20377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 192 - }, - "503:10": { - "id:3": 20379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 48 - }, - "504:10": { - "id:3": 20382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -24 - }, - "505:10": { - "id:3": 20383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 264 - }, - "506:10": { - "id:3": 20384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 192 - }, - "507:10": { - "id:3": 20385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 228 - }, - "508:10": { - "id:3": 20386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 264 - }, - "509:10": { - "id:3": 20387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 120 - }, - "510:10": { - "id:3": 20388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 156 - }, - "511:10": { - "id:3": 20389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 192 - }, - "512:10": { - "id:3": 20390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 228 - }, - "513:10": { - "id:3": 20391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 264 - }, - "514:10": { - "id:3": 20392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 300 - }, - "515:10": { - "id:3": 20393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 156 - }, - "516:10": { - "id:3": 20394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 120 - }, - "517:10": { - "id:3": 20395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 156 - }, - "518:10": { - "id:3": 20396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 192 - }, - "519:10": { - "id:3": 20397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 228 - }, - "520:10": { - "id:3": 20398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 300 - }, - "521:10": { - "id:3": 20399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 192 - }, - "522:10": { - "id:3": 20400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -24 - }, - "523:10": { - "id:3": 20401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -24 - }, - "524:10": { - "id:3": 20402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -24 - }, - "525:10": { - "id:3": 20403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -24 - }, - "526:10": { - "id:3": 20404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -24 - }, - "527:10": { - "id:3": 20405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -60 - }, - "528:10": { - "id:3": 20406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 336 - }, - "529:10": { - "id:3": 20407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 372 - }, - "530:10": { - "id:3": 20409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 264 - }, - "531:10": { - "id:3": 20410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 228 - }, - "532:10": { - "id:3": 1272148644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -120 - } - } - }, - "7:10": { - "lineID:3": 7, - "order:3": 9, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:unidentified_ingot" - }, - "name:8": "Compenduum Materialis", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 1009, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 120 - }, - "1:10": { - "id:3": 1010, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 192 - }, - "2:10": { - "id:3": 2350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 528 - }, - "3:10": { - "id:3": 70054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": -12 - }, - "4:10": { - "id:3": 70055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -12 - }, - "5:10": { - "id:3": 70056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 24 - }, - "6:10": { - "id:3": 70057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 24 - }, - "7:10": { - "id:3": 70058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 24 - }, - "8:10": { - "id:3": 70059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 48 - }, - "9:10": { - "id:3": 70060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 48 - }, - "10:10": { - "id:3": 70061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 48 - }, - "11:10": { - "id:3": 70062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 72 - }, - "12:10": { - "id:3": 70063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 72 - }, - "13:10": { - "id:3": 70064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 72 - }, - "14:10": { - "id:3": 70065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 96 - }, - "15:10": { - "id:3": 70066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 96 - }, - "16:10": { - "id:3": 70067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 96 - }, - "17:10": { - "id:3": 70068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 120 - }, - "18:10": { - "id:3": 70069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 120 - }, - "19:10": { - "id:3": 70070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 120 - }, - "20:10": { - "id:3": 70071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 144 - }, - "21:10": { - "id:3": 70072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 144 - }, - "22:10": { - "id:3": 70073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 144 - }, - "23:10": { - "id:3": 70074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 168 - }, - "24:10": { - "id:3": 70075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 168 - }, - "25:10": { - "id:3": 70076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 168 - }, - "26:10": { - "id:3": 70077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 192 - }, - "27:10": { - "id:3": 70078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "28:10": { - "id:3": 70079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 192 - }, - "29:10": { - "id:3": 70080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 216 - }, - "30:10": { - "id:3": 70081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 216 - }, - "31:10": { - "id:3": 70082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 216 - }, - "32:10": { - "id:3": 70083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 240 - }, - "33:10": { - "id:3": 70084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "34:10": { - "id:3": 70085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 240 - }, - "35:10": { - "id:3": 70086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 264 - }, - "36:10": { - "id:3": 70087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 264 - }, - "37:10": { - "id:3": 70088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 264 - }, - "38:10": { - "id:3": 70089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 288 - }, - "39:10": { - "id:3": 70090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 288 - }, - "40:10": { - "id:3": 70091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 288 - }, - "41:10": { - "id:3": 70092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 312 - }, - "42:10": { - "id:3": 70093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 312 - }, - "43:10": { - "id:3": 70094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 312 - }, - "44:10": { - "id:3": 70095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 336 - }, - "45:10": { - "id:3": 70096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 336 - }, - "46:10": { - "id:3": 70097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 336 - }, - "47:10": { - "id:3": 70098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 360 - }, - "48:10": { - "id:3": 70099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 360 - }, - "49:10": { - "id:3": 70100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 360 - }, - "50:10": { - "id:3": 70101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 384 - }, - "51:10": { - "id:3": 70102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 384 - }, - "52:10": { - "id:3": 70103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 384 - }, - "53:10": { - "id:3": 70104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 408 - }, - "54:10": { - "id:3": 70105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 408 - }, - "55:10": { - "id:3": 70106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 408 - }, - "56:10": { - "id:3": 70107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 432 - }, - "57:10": { - "id:3": 70108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 432 - }, - "58:10": { - "id:3": 70109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 432 - }, - "59:10": { - "id:3": 70110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 456 - }, - "60:10": { - "id:3": 70111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 456 - }, - "61:10": { - "id:3": 70112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 456 - }, - "62:10": { - "id:3": 70113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 480 - }, - "63:10": { - "id:3": 70114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 480 - }, - "64:10": { - "id:3": 70115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 480 - }, - "65:10": { - "id:3": 70116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 504 - }, - "66:10": { - "id:3": 70117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 504 - }, - "67:10": { - "id:3": 70118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 504 - }, - "68:10": { - "id:3": 70119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -12 - }, - "69:10": { - "id:3": 70120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -12 - }, - "70:10": { - "id:3": 70121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -12 - }, - "71:10": { - "id:3": 70122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -12 - }, - "72:10": { - "id:3": 70123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -12 - }, - "73:10": { - "id:3": 70124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -12 - }, - "74:10": { - "id:3": 70125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -12 - }, - "75:10": { - "id:3": 70126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -12 - }, - "76:10": { - "id:3": 70127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -12 - }, - "77:10": { - "id:3": 70128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -12 - }, - "78:10": { - "id:3": 70129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -12 - }, - "79:10": { - "id:3": 70130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -12 - }, - "80:10": { - "id:3": 70131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": -12 - }, - "81:10": { - "id:3": 70132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -12 - }, - "82:10": { - "id:3": 70133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 24 - }, - "83:10": { - "id:3": 70134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "84:10": { - "id:3": 70135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 24 - }, - "85:10": { - "id:3": 70136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 24 - }, - "86:10": { - "id:3": 70137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 24 - }, - "87:10": { - "id:3": 70138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 24 - }, - "88:10": { - "id:3": 70139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 24 - }, - "89:10": { - "id:3": 70140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 24 - }, - "90:10": { - "id:3": 70141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 24 - }, - "91:10": { - "id:3": 70142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 24 - }, - "92:10": { - "id:3": 70143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 24 - }, - "93:10": { - "id:3": 70144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 24 - }, - "94:10": { - "id:3": 70145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 24 - }, - "95:10": { - "id:3": 70146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 168 - }, - "96:10": { - "id:3": 70147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 24 - }, - "97:10": { - "id:3": 70148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 24 - }, - "98:10": { - "id:3": 70149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 48 - }, - "99:10": { - "id:3": 70150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 72 - }, - "100:10": { - "id:3": 70151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 96 - }, - "101:10": { - "id:3": 70152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 120 - }, - "102:10": { - "id:3": 70153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 120 - }, - "103:10": { - "id:3": 70154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 168 - }, - "104:10": { - "id:3": 70155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 192 - }, - "105:10": { - "id:3": 70156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 168 - }, - "106:10": { - "id:3": 70157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 168 - }, - "107:10": { - "id:3": 70158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 144 - }, - "108:10": { - "id:3": 70159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 144 - }, - "109:10": { - "id:3": 70160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 120 - }, - "110:10": { - "id:3": 70161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 96 - }, - "111:10": { - "id:3": 70162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 72 - }, - "112:10": { - "id:3": 70163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 48 - }, - "113:10": { - "id:3": 70164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 48 - }, - "114:10": { - "id:3": 70165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 72 - }, - "115:10": { - "id:3": 70166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 96 - }, - "116:10": { - "id:3": 70167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 144 - }, - "117:10": { - "id:3": 70168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 24 - }, - "118:10": { - "id:3": 70169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 24 - }, - "119:10": { - "id:3": 70170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 48 - }, - "120:10": { - "id:3": 70171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 48 - }, - "121:10": { - "id:3": 70172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 48 - }, - "122:10": { - "id:3": 70173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 72 - }, - "123:10": { - "id:3": 70174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 72 - }, - "124:10": { - "id:3": 70175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 72 - }, - "125:10": { - "id:3": 70176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "126:10": { - "id:3": 70177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 96 - }, - "127:10": { - "id:3": 70178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 96 - }, - "128:10": { - "id:3": 70179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 120 - }, - "129:10": { - "id:3": 70180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 120 - }, - "130:10": { - "id:3": 70181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "131:10": { - "id:3": 70182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 24 - }, - "132:10": { - "id:3": 70183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 48 - }, - "133:10": { - "id:3": 70184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 72 - }, - "134:10": { - "id:3": 70185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 96 - }, - "135:10": { - "id:3": 70186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 120 - }, - "136:10": { - "id:3": 70187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 144 - }, - "137:10": { - "id:3": 70188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 48 - }, - "138:10": { - "id:3": 70189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 72 - }, - "139:10": { - "id:3": 70190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 48 - }, - "140:10": { - "id:3": 70191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 72 - }, - "141:10": { - "id:3": 70192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 96 - }, - "142:10": { - "id:3": 70193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 48 - }, - "143:10": { - "id:3": 70194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 72 - }, - "144:10": { - "id:3": 70195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 96 - }, - "145:10": { - "id:3": 70196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 120 - }, - "146:10": { - "id:3": 70197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 144 - }, - "147:10": { - "id:3": 70198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 168 - }, - "148:10": { - "id:3": 70199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 192 - }, - "149:10": { - "id:3": 70200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 216 - }, - "150:10": { - "id:3": 70201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 48 - }, - "151:10": { - "id:3": 70202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 72 - }, - "152:10": { - "id:3": 70203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 96 - }, - "153:10": { - "id:3": 70204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 48 - }, - "154:10": { - "id:3": 70205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 72 - }, - "155:10": { - "id:3": 70206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 96 - }, - "156:10": { - "id:3": 70207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 120 - }, - "157:10": { - "id:3": 70208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 144 - }, - "158:10": { - "id:3": 70209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 168 - }, - "159:10": { - "id:3": 70210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 192 - }, - "160:10": { - "id:3": 70211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 216 - }, - "161:10": { - "id:3": 70212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 240 - }, - "162:10": { - "id:3": 70213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 264 - }, - "163:10": { - "id:3": 70214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 288 - }, - "164:10": { - "id:3": 70215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 48 - }, - "165:10": { - "id:3": 70216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 72 - }, - "166:10": { - "id:3": 70217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 96 - }, - "167:10": { - "id:3": 70218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 120 - }, - "168:10": { - "id:3": 70219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 48 - }, - "169:10": { - "id:3": 70220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 72 - }, - "170:10": { - "id:3": 70221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 96 - }, - "171:10": { - "id:3": 70222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 120 - }, - "172:10": { - "id:3": 70223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 48 - }, - "173:10": { - "id:3": 70224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 72 - }, - "174:10": { - "id:3": 70225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 96 - }, - "175:10": { - "id:3": 70226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 120 - }, - "176:10": { - "id:3": 70227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 144 - }, - "177:10": { - "id:3": 70228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 24 - }, - "178:10": { - "id:3": 70229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 48 - }, - "179:10": { - "id:3": 70230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 48 - }, - "180:10": { - "id:3": 70231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 72 - }, - "181:10": { - "id:3": 70232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 96 - }, - "182:10": { - "id:3": 70233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 120 - }, - "183:10": { - "id:3": 70234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 144 - }, - "184:10": { - "id:3": 70235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 168 - }, - "185:10": { - "id:3": 70236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 192 - }, - "186:10": { - "id:3": 70237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 216 - }, - "187:10": { - "id:3": 70238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 240 - }, - "188:10": { - "id:3": 70239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 264 - }, - "189:10": { - "id:3": 70240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 288 - }, - "190:10": { - "id:3": 70241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 312 - }, - "191:10": { - "id:3": 70242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 336 - }, - "192:10": { - "id:3": 70243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 48 - }, - "193:10": { - "id:3": 70244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 72 - }, - "194:10": { - "id:3": 70245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 96 - }, - "195:10": { - "id:3": 70246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 120 - }, - "196:10": { - "id:3": 70247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 144 - }, - "197:10": { - "id:3": 70248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 168 - }, - "198:10": { - "id:3": 70249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 192 - }, - "199:10": { - "id:3": 70250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 216 - }, - "200:10": { - "id:3": 70251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 264 - }, - "201:10": { - "id:3": 70252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 240 - }, - "202:10": { - "id:3": 70253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 288 - }, - "203:10": { - "id:3": 70254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 312 - } - } - }, - "8:10": { - "lineID:3": 8, - "order:3": 10, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "OreDict:8": "", - "id:8": "thebetweenlands:swamp_talisman" - }, - "name:8": "The Book of Worlds", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 1350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -156 - }, - "1:10": { - "id:3": 1364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": -156 - }, - "2:10": { - "id:3": 1365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": -60 - }, - "3:10": { - "id:3": 2139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -204 - }, - "4:10": { - "id:3": 20254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -108 - }, - "5:10": { - "id:3": 20255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -108 - }, - "6:10": { - "id:3": 20256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -60 - }, - "7:10": { - "id:3": 20257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -252 - }, - "8:10": { - "id:3": 20258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -204 - }, - "9:10": { - "id:3": 20259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -156 - }, - "10:10": { - "id:3": 20260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -204 - }, - "11:10": { - "id:3": 20261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -204 - }, - "12:10": { - "id:3": 20262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -204 - }, - "13:10": { - "id:3": 20263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 84 - }, - "14:10": { - "id:3": 20264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -12 - }, - "15:10": { - "id:3": 20265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 276 - }, - "16:10": { - "id:3": 20266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 36 - }, - "17:10": { - "id:3": 20267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 324 - }, - "18:10": { - "id:3": 20268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 228 - }, - "19:10": { - "id:3": 20269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 372 - }, - "20:10": { - "id:3": 20270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 372 - }, - "21:10": { - "id:3": 20271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 372 - }, - "22:10": { - "id:3": 20272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -60 - }, - "23:10": { - "id:3": 20273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 372 - }, - "24:10": { - "id:3": 20274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 180 - }, - "25:10": { - "id:3": 20275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 132 - }, - "26:10": { - "id:3": 20276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -108 - }, - "27:10": { - "id:3": 20277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -60 - }, - "28:10": { - "id:3": 20278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -12 - }, - "29:10": { - "id:3": 20279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 36 - }, - "30:10": { - "id:3": 20280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 84 - }, - "31:10": { - "id:3": 20281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 132 - }, - "32:10": { - "id:3": 20282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 180 - }, - "33:10": { - "id:3": 20283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 228 - }, - "34:10": { - "id:3": 20284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 276 - }, - "35:10": { - "id:3": 20285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -108 - }, - "36:10": { - "id:3": 20286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -108 - }, - "37:10": { - "id:3": 20287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -156 - }, - "38:10": { - "id:3": 20288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -12 - }, - "39:10": { - "id:3": 20289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -60 - }, - "40:10": { - "id:3": 20290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 84 - }, - "41:10": { - "id:3": 20291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 36 - }, - "42:10": { - "id:3": 20292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 180 - }, - "43:10": { - "id:3": 20293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 132 - }, - "44:10": { - "id:3": 20294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -156 - }, - "45:10": { - "id:3": 20295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -12 - }, - "46:10": { - "id:3": 20296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -60 - }, - "47:10": { - "id:3": 20297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 84 - }, - "48:10": { - "id:3": 20298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 36 - }, - "49:10": { - "id:3": 20299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 180 - }, - "50:10": { - "id:3": 20300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 132 - }, - "51:10": { - "id:3": 20301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -108 - }, - "52:10": { - "id:3": 20302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 276 - }, - "53:10": { - "id:3": 20303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 228 - }, - "54:10": { - "id:3": 20304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -108 - }, - "55:10": { - "id:3": 20305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -156 - }, - "56:10": { - "id:3": 20306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -12 - }, - "57:10": { - "id:3": 20307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -60 - }, - "58:10": { - "id:3": 20308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 36 - }, - "59:10": { - "id:3": 20309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -108 - }, - "60:10": { - "id:3": 20310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -108 - }, - "61:10": { - "id:3": 20311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -156 - }, - "62:10": { - "id:3": 20312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -12 - }, - "63:10": { - "id:3": 20313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -60 - }, - "64:10": { - "id:3": 20314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 36 - }, - "65:10": { - "id:3": 20315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -108 - }, - "66:10": { - "id:3": 20316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 84 - }, - "67:10": { - "id:3": 20319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -84 - }, - "68:10": { - "id:3": 20320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -36 - }, - "69:10": { - "id:3": 20321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -180 - }, - "70:10": { - "id:3": 20322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -132 - }, - "71:10": { - "id:3": 20323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -108 - }, - "72:10": { - "id:3": 20325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -84 - }, - "73:10": { - "id:3": 20326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -132 - } - } - }, - "9:10": { - "lineID:3": 9, - "order:3": 13, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 317, - "OreDict:8": "", - "id:8": "contenttweaker:material_part" - }, - "name:8": "The Big Picture", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 20317, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": -12, - "y:3": -24 - }, - "1:10": { - "id:3": 20318, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 48, - "y:3": -24 - }, - "2:10": { - "id:3": 20324, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 108, - "y:3": -24 - }, - "3:10": { - "id:3": 20327, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 168, - "y:3": -24 - }, - "4:10": { - "id:3": 20350, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 228, - "y:3": -24 - }, - "5:10": { - "id:3": 20411, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 288, - "y:3": -24 - }, - "6:10": { - "id:3": 20412, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 348, - "y:3": -24 - }, - "7:10": { - "id:3": 20413, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 408, - "y:3": -24 - }, - "8:10": { - "id:3": 20414, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 468, - "y:3": -24 - } - } - }, - "10:10": { - "lineID:3": 10, - "order:3": 14, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "contenttweaker:defined_ingot" - }, - "name:8": "Elemental Knowledge", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 24 - }, - "1:10": { - "id:3": 142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -12 - }, - "2:10": { - "id:3": 342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -48 - }, - "3:10": { - "id:3": 539, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -84 - }, - "4:10": { - "id:3": 540, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -120 - }, - "5:10": { - "id:3": 541, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -156 - }, - "6:10": { - "id:3": 542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -192 - }, - "7:10": { - "id:3": 543, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -228 - }, - "8:10": { - "id:3": 544, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -192 - }, - "9:10": { - "id:3": 545, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -156 - }, - "10:10": { - "id:3": 546, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -120 - }, - "11:10": { - "id:3": 547, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -84 - }, - "12:10": { - "id:3": 548, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -48 - }, - "13:10": { - "id:3": 549, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -12 - }, - "14:10": { - "id:3": 550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -84 - }, - "15:10": { - "id:3": 551, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -120 - }, - "16:10": { - "id:3": 552, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -48 - }, - "17:10": { - "id:3": 553, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": -48 - }, - "18:10": { - "id:3": 554, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -48 - }, - "19:10": { - "id:3": 555, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -48 - }, - "20:10": { - "id:3": 556, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "21:10": { - "id:3": 557, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -48 - }, - "22:10": { - "id:3": 558, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -48 - }, - "23:10": { - "id:3": 559, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -48 - }, - "24:10": { - "id:3": 560, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -48 - }, - "25:10": { - "id:3": 561, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -48 - }, - "26:10": { - "id:3": 562, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -48 - }, - "27:10": { - "id:3": 563, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -48 - }, - "28:10": { - "id:3": 564, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -48 - }, - "29:10": { - "id:3": 565, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": -48 - }, - "30:10": { - "id:3": 566, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -48 - }, - "31:10": { - "id:3": 567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -12 - }, - "32:10": { - "id:3": 568, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": -12 - }, - "33:10": { - "id:3": 569, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -12 - }, - "34:10": { - "id:3": 570, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -12 - }, - "35:10": { - "id:3": 571, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -12 - }, - "36:10": { - "id:3": 572, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -12 - }, - "37:10": { - "id:3": 573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -12 - }, - "38:10": { - "id:3": 574, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -12 - }, - "39:10": { - "id:3": 575, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -12 - }, - "40:10": { - "id:3": 576, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -12 - }, - "41:10": { - "id:3": 577, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -12 - }, - "42:10": { - "id:3": 578, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -12 - }, - "43:10": { - "id:3": 579, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -12 - }, - "44:10": { - "id:3": 580, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": -12 - }, - "45:10": { - "id:3": 581, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -12 - }, - "46:10": { - "id:3": 582, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -12 - }, - "47:10": { - "id:3": 583, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -48 - }, - "48:10": { - "id:3": 584, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -84 - }, - "49:10": { - "id:3": 585, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -120 - }, - "50:10": { - "id:3": 586, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -12 - }, - "51:10": { - "id:3": 587, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -12 - }, - "52:10": { - "id:3": 588, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -12 - }, - "53:10": { - "id:3": 589, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -12 - }, - "54:10": { - "id:3": 590, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -12 - }, - "55:10": { - "id:3": 591, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -12 - }, - "56:10": { - "id:3": 592, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -12 - }, - "57:10": { - "id:3": 593, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -12 - }, - "58:10": { - "id:3": 594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -120 - }, - "59:10": { - "id:3": 595, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -120 - }, - "60:10": { - "id:3": 596, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -120 - }, - "61:10": { - "id:3": 597, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -120 - }, - "62:10": { - "id:3": 598, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -120 - }, - "63:10": { - "id:3": 599, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -120 - }, - "64:10": { - "id:3": 600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -120 - }, - "65:10": { - "id:3": 601, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -120 - }, - "66:10": { - "id:3": 602, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -84 - }, - "67:10": { - "id:3": 603, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -48 - }, - "68:10": { - "id:3": 604, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -48 - }, - "69:10": { - "id:3": 605, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -48 - }, - "70:10": { - "id:3": 606, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -84 - }, - "71:10": { - "id:3": 607, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -84 - }, - "72:10": { - "id:3": 608, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -84 - }, - "73:10": { - "id:3": 609, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -84 - }, - "74:10": { - "id:3": 610, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -84 - }, - "75:10": { - "id:3": 611, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -84 - }, - "76:10": { - "id:3": 612, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -84 - }, - "77:10": { - "id:3": 613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -48 - }, - "78:10": { - "id:3": 614, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -48 - }, - "79:10": { - "id:3": 615, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -48 - }, - "80:10": { - "id:3": 616, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -48 - }, - "81:10": { - "id:3": 617, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -48 - }, - "82:10": { - "id:3": 618, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -12 - }, - "83:10": { - "id:3": 619, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -12 - }, - "84:10": { - "id:3": 620, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -12 - }, - "85:10": { - "id:3": 621, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -12 - }, - "86:10": { - "id:3": 622, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -12 - }, - "87:10": { - "id:3": 623, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -156 - }, - "88:10": { - "id:3": 624, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -192 - }, - "89:10": { - "id:3": 625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -120 - }, - "90:10": { - "id:3": 626, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -84 - }, - "91:10": { - "id:3": 627, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -48 - }, - "92:10": { - "id:3": 628, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -48 - }, - "93:10": { - "id:3": 629, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -48 - }, - "94:10": { - "id:3": 630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -48 - }, - "95:10": { - "id:3": 631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -48 - }, - "96:10": { - "id:3": 632, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -84 - }, - "97:10": { - "id:3": 633, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -84 - }, - "98:10": { - "id:3": 634, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -84 - }, - "99:10": { - "id:3": 635, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -84 - }, - "100:10": { - "id:3": 636, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -120 - }, - "101:10": { - "id:3": 637, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -156 - }, - "102:10": { - "id:3": 638, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -192 - }, - "103:10": { - "id:3": 639, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -156 - }, - "104:10": { - "id:3": 640, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -120 - }, - "105:10": { - "id:3": 641, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -120 - }, - "106:10": { - "id:3": 642, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -120 - }, - "107:10": { - "id:3": 643, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -156 - }, - "108:10": { - "id:3": 644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -156 - }, - "109:10": { - "id:3": 645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -192 - }, - "110:10": { - "id:3": 646, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -192 - }, - "111:10": { - "id:3": 647, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -192 - }, - "112:10": { - "id:3": 648, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -12 - }, - "113:10": { - "id:3": 649, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -48 - }, - "114:10": { - "id:3": 650, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -84 - }, - "115:10": { - "id:3": 651, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -120 - }, - "116:10": { - "id:3": 652, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -156 - }, - "117:10": { - "id:3": 653, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -192 - }, - "118:10": { - "id:3": 654, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -228 - }, - "119:10": { - "id:3": 655, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": 24 - }, - "120:10": { - "id:3": 656, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 24 - } - } - }, - "11:10": { - "lineID:3": 11, - "order:3": 12, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:black_ender_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Blade of Terra" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 37 - }, - "1:10": { - "id:2": 46, - "lvl:2": 1 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Super-Enchanting", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 522, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 48 - }, - "1:10": { - "id:3": 940, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": -24 - }, - "2:10": { - "id:3": 941, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -24 - }, - "3:10": { - "id:3": 942, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -24 - }, - "4:10": { - "id:3": 943, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -24 - }, - "5:10": { - "id:3": 944, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -24 - }, - "6:10": { - "id:3": 945, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -24 - }, - "7:10": { - "id:3": 946, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -24 - }, - "8:10": { - "id:3": 947, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -24 - }, - "9:10": { - "id:3": 948, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -24 - }, - "10:10": { - "id:3": 949, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 168 - }, - "11:10": { - "id:3": 950, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 240 - }, - "12:10": { - "id:3": 951, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 240 - }, - "13:10": { - "id:3": 952, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 264 - }, - "14:10": { - "id:3": 953, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 48 - }, - "15:10": { - "id:3": 954, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 120 - }, - "16:10": { - "id:3": 955, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 144 - }, - "17:10": { - "id:3": 956, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 24 - }, - "18:10": { - "id:3": 957, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 24 - }, - "19:10": { - "id:3": 958, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 120 - }, - "20:10": { - "id:3": 959, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 48 - }, - "21:10": { - "id:3": 960, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 168 - }, - "22:10": { - "id:3": 961, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 96 - }, - "23:10": { - "id:3": 962, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 120 - }, - "24:10": { - "id:3": 963, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 120 - }, - "25:10": { - "id:3": 964, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 96 - }, - "26:10": { - "id:3": 965, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 96 - }, - "27:10": { - "id:3": 966, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 120 - }, - "28:10": { - "id:3": 967, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 96 - }, - "29:10": { - "id:3": 968, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 96 - }, - "30:10": { - "id:3": 969, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 96 - }, - "31:10": { - "id:3": 970, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 192 - }, - "32:10": { - "id:3": 971, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 168 - }, - "33:10": { - "id:3": 972, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 96 - }, - "34:10": { - "id:3": 973, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 24 - }, - "35:10": { - "id:3": 974, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 48 - }, - "36:10": { - "id:3": 975, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 168 - }, - "37:10": { - "id:3": 976, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 144 - }, - "38:10": { - "id:3": 977, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 24 - }, - "39:10": { - "id:3": 978, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 24 - }, - "40:10": { - "id:3": 979, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 48 - }, - "41:10": { - "id:3": 980, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 96 - }, - "42:10": { - "id:3": 981, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 120 - }, - "43:10": { - "id:3": 982, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 24 - }, - "44:10": { - "id:3": 983, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 264 - }, - "45:10": { - "id:3": 984, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 24 - }, - "46:10": { - "id:3": 985, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 24 - }, - "47:10": { - "id:3": 986, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 168 - }, - "48:10": { - "id:3": 987, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 24 - }, - "49:10": { - "id:3": 988, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 48 - }, - "50:10": { - "id:3": 989, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 96 - }, - "51:10": { - "id:3": 990, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 72 - }, - "52:10": { - "id:3": 991, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 48 - }, - "53:10": { - "id:3": 992, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 192 - }, - "54:10": { - "id:3": 993, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 120 - }, - "55:10": { - "id:3": 994, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 168 - }, - "56:10": { - "id:3": 995, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 24 - }, - "57:10": { - "id:3": 996, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 96 - }, - "58:10": { - "id:3": 997, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 240 - }, - "59:10": { - "id:3": 998, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 168 - }, - "60:10": { - "id:3": 999, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -24 - }, - "61:10": { - "id:3": 1008, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 240 - }, - "62:10": { - "id:3": 1012, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 24 - }, - "63:10": { - "id:3": 1020, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 192 - }, - "64:10": { - "id:3": 1152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 72 - }, - "65:10": { - "id:3": 1153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 72 - }, - "66:10": { - "id:3": 1340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 24 - }, - "67:10": { - "id:3": 1357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 96 - }, - "68:10": { - "id:3": 1820, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 48 - }, - "69:10": { - "id:3": 1966, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 96 - }, - "70:10": { - "id:3": 1970, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 120 - }, - "71:10": { - "id:3": 2030, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 48 - }, - "72:10": { - "id:3": 2069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 48 - }, - "73:10": { - "id:3": 2080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 48 - }, - "74:10": { - "id:3": 2081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 120 - }, - "75:10": { - "id:3": 2125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 48 - }, - "76:10": { - "id:3": 2132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 96 - }, - "77:10": { - "id:3": 2133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 96 - }, - "78:10": { - "id:3": 2157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 24 - }, - "79:10": { - "id:3": 2158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 24 - }, - "80:10": { - "id:3": 2159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 24 - }, - "81:10": { - "id:3": 2160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 144 - }, - "82:10": { - "id:3": 2172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 24 - }, - "83:10": { - "id:3": 2200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 72 - }, - "84:10": { - "id:3": 1326454147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 144 - } - } - }, - "12:10": { - "lineID:3": 12, - "order:3": 11, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:angelic_chestplate" - }, - "name:8": "Armory", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 1160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 756 - }, - "1:10": { - "id:3": 1586, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -60 - }, - "2:10": { - "id:3": 1587, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": -60 - }, - "3:10": { - "id:3": 1588, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -12 - }, - "4:10": { - "id:3": 1589, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -12 - }, - "5:10": { - "id:3": 1590, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -12 - }, - "6:10": { - "id:3": 1591, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": -12 - }, - "7:10": { - "id:3": 1592, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -12 - }, - "8:10": { - "id:3": 1593, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -12 - }, - "9:10": { - "id:3": 1594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -12 - }, - "10:10": { - "id:3": 1595, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -60 - }, - "11:10": { - "id:3": 1596, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 132 - }, - "12:10": { - "id:3": 1597, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 132 - }, - "13:10": { - "id:3": 1598, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 300 - }, - "14:10": { - "id:3": 1599, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 516 - }, - "15:10": { - "id:3": 1600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 12 - }, - "16:10": { - "id:3": 1601, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 180 - }, - "17:10": { - "id:3": 1602, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 300 - }, - "18:10": { - "id:3": 1603, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 300 - }, - "19:10": { - "id:3": 1604, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 156 - }, - "20:10": { - "id:3": 1605, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 132 - }, - "21:10": { - "id:3": 1606, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 12 - }, - "22:10": { - "id:3": 1607, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 12 - }, - "23:10": { - "id:3": 1608, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 228 - }, - "24:10": { - "id:3": 1609, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 12 - }, - "25:10": { - "id:3": 1610, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 12 - }, - "26:10": { - "id:3": 1611, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 156 - }, - "27:10": { - "id:3": 1612, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 156 - }, - "28:10": { - "id:3": 1613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 156 - }, - "29:10": { - "id:3": 1614, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 156 - }, - "30:10": { - "id:3": 1615, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 156 - }, - "31:10": { - "id:3": 1616, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 132 - }, - "32:10": { - "id:3": 1617, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 132 - }, - "33:10": { - "id:3": 1618, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 132 - }, - "34:10": { - "id:3": 1619, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 132 - }, - "35:10": { - "id:3": 1620, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 132 - }, - "36:10": { - "id:3": 1621, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 132 - }, - "37:10": { - "id:3": 1622, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 132 - }, - "38:10": { - "id:3": 1623, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 132 - }, - "39:10": { - "id:3": 1624, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 132 - }, - "40:10": { - "id:3": 1625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 132 - }, - "41:10": { - "id:3": 1626, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 372 - }, - "42:10": { - "id:3": 1627, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 396 - }, - "43:10": { - "id:3": 1628, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 396 - }, - "44:10": { - "id:3": 1629, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 372 - }, - "45:10": { - "id:3": 1630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 372 - }, - "46:10": { - "id:3": 1631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 300 - }, - "47:10": { - "id:3": 1632, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 300 - }, - "48:10": { - "id:3": 1633, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 300 - }, - "49:10": { - "id:3": 1634, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 300 - }, - "50:10": { - "id:3": 1635, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 300 - }, - "51:10": { - "id:3": 1636, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 300 - }, - "52:10": { - "id:3": 1637, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 300 - }, - "53:10": { - "id:3": 1638, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 300 - }, - "54:10": { - "id:3": 1639, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 300 - }, - "55:10": { - "id:3": 1640, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 300 - }, - "56:10": { - "id:3": 1641, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 684 - }, - "57:10": { - "id:3": 1646, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 684 - }, - "58:10": { - "id:3": 1647, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 516 - }, - "59:10": { - "id:3": 1648, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 516 - }, - "60:10": { - "id:3": 1649, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 516 - }, - "61:10": { - "id:3": 1650, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 516 - }, - "62:10": { - "id:3": 1651, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 348 - }, - "63:10": { - "id:3": 1652, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 516 - }, - "64:10": { - "id:3": 1653, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 516 - }, - "65:10": { - "id:3": 1654, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 516 - }, - "66:10": { - "id:3": 1655, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 516 - }, - "67:10": { - "id:3": 1656, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 516 - }, - "68:10": { - "id:3": 1661, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 564 - }, - "69:10": { - "id:3": 1662, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 348 - }, - "70:10": { - "id:3": 1663, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 324 - }, - "71:10": { - "id:3": 1664, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 324 - }, - "72:10": { - "id:3": 1665, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 300 - }, - "73:10": { - "id:3": 1666, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 156 - }, - "74:10": { - "id:3": 1667, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 132 - }, - "75:10": { - "id:3": 1668, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 180 - }, - "76:10": { - "id:3": 1669, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 156 - }, - "77:10": { - "id:3": 1670, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 156 - }, - "78:10": { - "id:3": 1671, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 156 - }, - "79:10": { - "id:3": 1672, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 300 - }, - "80:10": { - "id:3": 1673, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 300 - }, - "81:10": { - "id:3": 1674, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 300 - }, - "82:10": { - "id:3": 1675, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 324 - }, - "83:10": { - "id:3": 1676, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 324 - }, - "84:10": { - "id:3": 1677, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 300 - }, - "85:10": { - "id:3": 1678, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 348 - }, - "86:10": { - "id:3": 1679, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 348 - }, - "87:10": { - "id:3": 1680, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 372 - }, - "88:10": { - "id:3": 1681, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 372 - }, - "89:10": { - "id:3": 1682, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 204 - }, - "90:10": { - "id:3": 1683, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 684 - }, - "91:10": { - "id:3": 1684, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 516 - }, - "92:10": { - "id:3": 1685, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 540 - }, - "93:10": { - "id:3": 1686, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 540 - }, - "94:10": { - "id:3": 1687, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 540 - }, - "95:10": { - "id:3": 1688, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 540 - }, - "96:10": { - "id:3": 1689, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 540 - }, - "97:10": { - "id:3": 1690, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 372 - }, - "98:10": { - "id:3": 1691, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 396 - }, - "99:10": { - "id:3": 1692, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 564 - }, - "100:10": { - "id:3": 1693, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 564 - }, - "101:10": { - "id:3": 1694, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 564 - }, - "102:10": { - "id:3": 1695, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 564 - }, - "103:10": { - "id:3": 1696, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 396 - }, - "104:10": { - "id:3": 1697, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 228 - }, - "105:10": { - "id:3": 1698, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 396 - }, - "106:10": { - "id:3": 1699, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 588 - }, - "107:10": { - "id:3": 1700, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 588 - }, - "108:10": { - "id:3": 1701, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 588 - }, - "109:10": { - "id:3": 1702, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 228 - }, - "110:10": { - "id:3": 1703, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 228 - }, - "111:10": { - "id:3": 1704, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 228 - }, - "112:10": { - "id:3": 1705, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 588 - }, - "113:10": { - "id:3": 1706, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 252 - }, - "114:10": { - "id:3": 1707, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 348 - }, - "115:10": { - "id:3": 1708, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 396 - }, - "116:10": { - "id:3": 1709, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 588 - }, - "117:10": { - "id:3": 1710, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 348 - }, - "118:10": { - "id:3": 1711, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 324 - }, - "119:10": { - "id:3": 1712, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 372 - }, - "120:10": { - "id:3": 1713, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 684 - }, - "121:10": { - "id:3": 1714, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 708 - }, - "122:10": { - "id:3": 1715, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 708 - }, - "123:10": { - "id:3": 1716, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 708 - }, - "124:10": { - "id:3": 1717, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 708 - }, - "125:10": { - "id:3": 1718, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 708 - }, - "126:10": { - "id:3": 1719, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 132 - }, - "127:10": { - "id:3": 1720, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 684 - }, - "128:10": { - "id:3": 1721, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 684 - }, - "129:10": { - "id:3": 1722, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 180 - }, - "130:10": { - "id:3": 1723, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 684 - }, - "131:10": { - "id:3": 1724, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 180 - }, - "132:10": { - "id:3": 1725, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 684 - }, - "133:10": { - "id:3": 1726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 732 - }, - "134:10": { - "id:3": 1727, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 732 - }, - "135:10": { - "id:3": 1728, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 732 - }, - "136:10": { - "id:3": 1729, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 132 - }, - "137:10": { - "id:3": 1730, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 156 - }, - "138:10": { - "id:3": 1731, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 156 - }, - "139:10": { - "id:3": 1732, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 156 - }, - "140:10": { - "id:3": 1733, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 156 - }, - "141:10": { - "id:3": 1734, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 156 - }, - "142:10": { - "id:3": 1735, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 252 - }, - "143:10": { - "id:3": 1736, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 132 - }, - "144:10": { - "id:3": 1737, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 132 - }, - "145:10": { - "id:3": 1738, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 132 - }, - "146:10": { - "id:3": 1739, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 684 - }, - "147:10": { - "id:3": 1740, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 612 - }, - "148:10": { - "id:3": 1741, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 684 - }, - "149:10": { - "id:3": 1742, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 684 - }, - "150:10": { - "id:3": 1743, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 132 - }, - "151:10": { - "id:3": 1744, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 684 - }, - "152:10": { - "id:3": 1745, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 132 - }, - "153:10": { - "id:3": 1766, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -60 - }, - "154:10": { - "id:3": 1770, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -60 - }, - "155:10": { - "id:3": 1806, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 252 - }, - "156:10": { - "id:3": 1807, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 684 - }, - "157:10": { - "id:3": 1808, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 708 - }, - "158:10": { - "id:3": 1809, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 708 - }, - "159:10": { - "id:3": 1810, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 708 - }, - "160:10": { - "id:3": 1811, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 708 - }, - "161:10": { - "id:3": 1812, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 708 - }, - "162:10": { - "id:3": 1813, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 540 - }, - "163:10": { - "id:3": 1814, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 540 - }, - "164:10": { - "id:3": 1815, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 540 - }, - "165:10": { - "id:3": 1816, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 540 - }, - "166:10": { - "id:3": 1821, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 732 - }, - "167:10": { - "id:3": 1822, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 204 - }, - "168:10": { - "id:3": 1823, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 324 - }, - "169:10": { - "id:3": 1824, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 324 - }, - "170:10": { - "id:3": 1825, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 324 - }, - "171:10": { - "id:3": 1826, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 324 - }, - "172:10": { - "id:3": 1827, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 324 - }, - "173:10": { - "id:3": 1828, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 180 - }, - "174:10": { - "id:3": 1829, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 180 - }, - "175:10": { - "id:3": 1830, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 180 - }, - "176:10": { - "id:3": 1831, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 132 - }, - "177:10": { - "id:3": 1832, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 156 - }, - "178:10": { - "id:3": 1833, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 12 - }, - "179:10": { - "id:3": 1834, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 252 - }, - "180:10": { - "id:3": 1835, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -12 - }, - "181:10": { - "id:3": 1836, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -12 - }, - "182:10": { - "id:3": 1837, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 12 - }, - "183:10": { - "id:3": 1838, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 12 - }, - "184:10": { - "id:3": 1839, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 12 - }, - "185:10": { - "id:3": 1840, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 420 - }, - "186:10": { - "id:3": 1841, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 612 - }, - "187:10": { - "id:3": 1842, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -12 - }, - "188:10": { - "id:3": 1843, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -12 - }, - "189:10": { - "id:3": 1844, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -12 - }, - "190:10": { - "id:3": 1846, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 732 - }, - "191:10": { - "id:3": 1847, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 732 - }, - "192:10": { - "id:3": 1848, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 732 - }, - "193:10": { - "id:3": 1849, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 732 - }, - "194:10": { - "id:3": 1850, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 180 - }, - "195:10": { - "id:3": 1851, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 612 - }, - "196:10": { - "id:3": 1852, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 612 - }, - "197:10": { - "id:3": 1853, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 612 - }, - "198:10": { - "id:3": 1854, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 636 - }, - "199:10": { - "id:3": 1855, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 132 - }, - "200:10": { - "id:3": 1856, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 180 - }, - "201:10": { - "id:3": 1857, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 180 - }, - "202:10": { - "id:3": 1858, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 180 - }, - "203:10": { - "id:3": 1859, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 204 - }, - "204:10": { - "id:3": 1860, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 204 - }, - "205:10": { - "id:3": 1861, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 204 - }, - "206:10": { - "id:3": 1862, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 348 - }, - "207:10": { - "id:3": 1863, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 348 - }, - "208:10": { - "id:3": 1864, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 348 - }, - "209:10": { - "id:3": 1865, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 348 - }, - "210:10": { - "id:3": 1866, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 372 - }, - "211:10": { - "id:3": 1867, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 540 - }, - "212:10": { - "id:3": 1868, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 204 - }, - "213:10": { - "id:3": 1869, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 372 - }, - "214:10": { - "id:3": 1870, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 564 - }, - "215:10": { - "id:3": 1874, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 372 - }, - "216:10": { - "id:3": 1875, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 372 - }, - "217:10": { - "id:3": 1876, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 372 - }, - "218:10": { - "id:3": 1877, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 516 - }, - "219:10": { - "id:3": 1878, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 564 - }, - "220:10": { - "id:3": 1879, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 204 - }, - "221:10": { - "id:3": 1880, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 204 - }, - "222:10": { - "id:3": 1881, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 228 - }, - "223:10": { - "id:3": 1882, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 228 - }, - "224:10": { - "id:3": 1884, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 756 - }, - "225:10": { - "id:3": 1889, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 420 - }, - "226:10": { - "id:3": 1890, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 420 - }, - "227:10": { - "id:3": 1891, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 396 - }, - "228:10": { - "id:3": 1892, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 348 - }, - "229:10": { - "id:3": 1893, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 228 - }, - "230:10": { - "id:3": 1894, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 204 - }, - "231:10": { - "id:3": 1897, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 204 - }, - "232:10": { - "id:3": 1898, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 204 - }, - "233:10": { - "id:3": 1899, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 204 - }, - "234:10": { - "id:3": 1900, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 420 - }, - "235:10": { - "id:3": 1901, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 420 - }, - "236:10": { - "id:3": 1902, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 348 - }, - "237:10": { - "id:3": 1903, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 420 - }, - "238:10": { - "id:3": 1904, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 420 - }, - "239:10": { - "id:3": 1905, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 252 - }, - "240:10": { - "id:3": 1906, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 324 - }, - "241:10": { - "id:3": 1907, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 444 - }, - "242:10": { - "id:3": 1908, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 444 - }, - "243:10": { - "id:3": 1909, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 444 - }, - "244:10": { - "id:3": 1910, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 444 - }, - "245:10": { - "id:3": 1911, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 444 - }, - "246:10": { - "id:3": 1912, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 444 - }, - "247:10": { - "id:3": 1913, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 468 - }, - "248:10": { - "id:3": 1914, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 444 - }, - "249:10": { - "id:3": 1915, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -60 - }, - "250:10": { - "id:3": 1916, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -12 - }, - "251:10": { - "id:3": 1917, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 132 - }, - "252:10": { - "id:3": 1918, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 300 - }, - "253:10": { - "id:3": 1920, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -60 - }, - "254:10": { - "id:3": 1921, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -12 - }, - "255:10": { - "id:3": 1922, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 132 - }, - "256:10": { - "id:3": 1923, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 300 - }, - "257:10": { - "id:3": 1925, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -60 - }, - "258:10": { - "id:3": 1927, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 132 - }, - "259:10": { - "id:3": 1928, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 132 - }, - "260:10": { - "id:3": 1930, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -60 - }, - "261:10": { - "id:3": 1931, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -12 - }, - "262:10": { - "id:3": 1932, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 132 - }, - "263:10": { - "id:3": 1933, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 132 - }, - "264:10": { - "id:3": 1935, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -60 - }, - "265:10": { - "id:3": 1936, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -12 - }, - "266:10": { - "id:3": 1942, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": 132 - }, - "267:10": { - "id:3": 1943, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -60 - }, - "268:10": { - "id:3": 1944, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -12 - }, - "269:10": { - "id:3": 1945, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": 132 - }, - "270:10": { - "id:3": 1946, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": 300 - }, - "271:10": { - "id:3": 1947, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 156 - }, - "272:10": { - "id:3": 1948, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -12 - }, - "273:10": { - "id:3": 1949, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 300 - }, - "274:10": { - "id:3": 1950, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 156 - }, - "275:10": { - "id:3": 1951, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 132 - }, - "276:10": { - "id:3": 1952, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 300 - }, - "277:10": { - "id:3": 1953, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -12 - }, - "278:10": { - "id:3": 1954, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -12 - }, - "279:10": { - "id:3": 1960, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 132 - }, - "280:10": { - "id:3": 1961, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 156 - }, - "281:10": { - "id:3": 1962, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 132 - }, - "282:10": { - "id:3": 1963, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 156 - }, - "283:10": { - "id:3": 1964, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -12 - }, - "284:10": { - "id:3": 1967, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 516 - }, - "285:10": { - "id:3": 1972, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 732 - }, - "286:10": { - "id:3": 1973, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 732 - }, - "287:10": { - "id:3": 1978, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 324 - }, - "288:10": { - "id:3": 1979, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 468 - }, - "289:10": { - "id:3": 1984, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 180 - }, - "290:10": { - "id:3": 1987, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 228 - }, - "291:10": { - "id:3": 1988, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 204 - }, - "292:10": { - "id:3": 1989, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 180 - }, - "293:10": { - "id:3": 1990, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 204 - }, - "294:10": { - "id:3": 1991, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 180 - }, - "295:10": { - "id:3": 1992, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 396 - }, - "296:10": { - "id:3": 1993, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 396 - }, - "297:10": { - "id:3": 1994, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 396 - }, - "298:10": { - "id:3": 1995, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 396 - }, - "299:10": { - "id:3": 1996, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 396 - }, - "300:10": { - "id:3": 1997, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 156 - }, - "301:10": { - "id:3": 1998, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 228 - }, - "302:10": { - "id:3": 1999, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 228 - }, - "303:10": { - "id:3": 2000, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 252 - }, - "304:10": { - "id:3": 2001, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 252 - }, - "305:10": { - "id:3": 2005, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 228 - }, - "306:10": { - "id:3": 2006, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 228 - }, - "307:10": { - "id:3": 2007, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 252 - }, - "308:10": { - "id:3": 2008, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 228 - }, - "309:10": { - "id:3": 2009, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 300 - }, - "310:10": { - "id:3": 2010, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 300 - }, - "311:10": { - "id:3": 2011, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 324 - }, - "312:10": { - "id:3": 2012, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 324 - }, - "313:10": { - "id:3": 2013, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 348 - }, - "314:10": { - "id:3": 2014, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 348 - }, - "315:10": { - "id:3": 2015, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 372 - }, - "316:10": { - "id:3": 2016, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 372 - }, - "317:10": { - "id:3": 2017, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 756 - }, - "318:10": { - "id:3": 2018, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 756 - }, - "319:10": { - "id:3": 2020, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 684 - }, - "320:10": { - "id:3": 2021, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 12 - }, - "321:10": { - "id:3": 2022, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 132 - }, - "322:10": { - "id:3": 2023, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 300 - }, - "323:10": { - "id:3": 2027, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 156 - }, - "324:10": { - "id:3": 2028, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 324 - }, - "325:10": { - "id:3": 2032, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 132 - }, - "326:10": { - "id:3": 2033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 300 - }, - "327:10": { - "id:3": 2035, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 684 - }, - "328:10": { - "id:3": 2036, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 132 - }, - "329:10": { - "id:3": 2037, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 300 - }, - "330:10": { - "id:3": 2039, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -12 - }, - "331:10": { - "id:3": 2041, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 132 - }, - "332:10": { - "id:3": 2042, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 156 - }, - "333:10": { - "id:3": 2043, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 300 - }, - "334:10": { - "id:3": 2044, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 300 - }, - "335:10": { - "id:3": 2047, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 300 - }, - "336:10": { - "id:3": 2051, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 156 - }, - "337:10": { - "id:3": 2052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 156 - }, - "338:10": { - "id:3": 2053, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 156 - }, - "339:10": { - "id:3": 2054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 156 - }, - "340:10": { - "id:3": 2055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 156 - }, - "341:10": { - "id:3": 2056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 180 - }, - "342:10": { - "id:3": 2057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 180 - }, - "343:10": { - "id:3": 2058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 180 - }, - "344:10": { - "id:3": 2059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 180 - }, - "345:10": { - "id:3": 2060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 180 - }, - "346:10": { - "id:3": 2061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 204 - }, - "347:10": { - "id:3": 2062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 204 - }, - "348:10": { - "id:3": 2063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 204 - }, - "349:10": { - "id:3": 2064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 204 - }, - "350:10": { - "id:3": 2065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 204 - }, - "351:10": { - "id:3": 2066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -12 - }, - "352:10": { - "id:3": 2067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 132 - }, - "353:10": { - "id:3": 2068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 300 - }, - "354:10": { - "id:3": 2070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 156 - }, - "355:10": { - "id:3": 2071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 156 - }, - "356:10": { - "id:3": 2072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 156 - }, - "357:10": { - "id:3": 2073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 156 - }, - "358:10": { - "id:3": 2074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 156 - }, - "359:10": { - "id:3": 2075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 180 - }, - "360:10": { - "id:3": 2092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 12 - }, - "361:10": { - "id:3": 2093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 156 - }, - "362:10": { - "id:3": 2094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 180 - }, - "363:10": { - "id:3": 2095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 180 - }, - "364:10": { - "id:3": 2096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 180 - }, - "365:10": { - "id:3": 2097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 228 - }, - "366:10": { - "id:3": 2098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 228 - }, - "367:10": { - "id:3": 2099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 228 - }, - "368:10": { - "id:3": 2100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 228 - }, - "369:10": { - "id:3": 2101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 228 - }, - "370:10": { - "id:3": 2102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 180 - }, - "371:10": { - "id:3": 2103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 180 - }, - "372:10": { - "id:3": 2104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 180 - }, - "373:10": { - "id:3": 2105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 252 - }, - "374:10": { - "id:3": 2106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 324 - }, - "375:10": { - "id:3": 2107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 252 - }, - "376:10": { - "id:3": 2109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 204 - }, - "377:10": { - "id:3": 2110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 396 - }, - "378:10": { - "id:3": 2111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 396 - }, - "379:10": { - "id:3": 2114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 324 - }, - "380:10": { - "id:3": 2115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 324 - }, - "381:10": { - "id:3": 2116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 324 - }, - "382:10": { - "id:3": 2117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 324 - }, - "383:10": { - "id:3": 2118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 348 - }, - "384:10": { - "id:3": 2119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 348 - }, - "385:10": { - "id:3": 2120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 348 - }, - "386:10": { - "id:3": 2121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 324 - }, - "387:10": { - "id:3": 2123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 420 - }, - "388:10": { - "id:3": 2151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": -12 - }, - "389:10": { - "id:3": 2152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 12 - }, - "390:10": { - "id:3": 2187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 636 - }, - "391:10": { - "id:3": 2242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 12 - } - } - }, - "13:10": { - "lineID:3": 13, - "order:3": 3, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "tconstruct:cast_custom" - }, - "name:8": "Tinkerer\u0027s Toolbox", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 1021, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -336 - }, - "1:10": { - "id:3": 1022, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -384 - }, - "2:10": { - "id:3": 1023, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -336 - }, - "3:10": { - "id:3": 1024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -432 - }, - "4:10": { - "id:3": 1025, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -192 - }, - "5:10": { - "id:3": 1026, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -336 - }, - "6:10": { - "id:3": 1027, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -288 - }, - "7:10": { - "id:3": 1028, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -240 - }, - "8:10": { - "id:3": 1029, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -336 - }, - "9:10": { - "id:3": 1030, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -144 - }, - "10:10": { - "id:3": 1031, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -192 - }, - "11:10": { - "id:3": 1032, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -96 - }, - "12:10": { - "id:3": 1033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -144 - }, - "13:10": { - "id:3": 1034, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -144 - }, - "14:10": { - "id:3": 1035, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -192 - }, - "15:10": { - "id:3": 1036, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -192 - }, - "16:10": { - "id:3": 1037, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -480 - }, - "17:10": { - "id:3": 1038, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -384 - }, - "18:10": { - "id:3": 1039, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -336 - }, - "19:10": { - "id:3": 1040, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -288 - }, - "20:10": { - "id:3": 1041, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -432 - }, - "21:10": { - "id:3": 1042, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -384 - }, - "22:10": { - "id:3": 1043, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -240 - }, - "23:10": { - "id:3": 1044, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -480 - }, - "24:10": { - "id:3": 1045, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -240 - }, - "25:10": { - "id:3": 1046, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -240 - }, - "26:10": { - "id:3": 1047, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -96 - }, - "27:10": { - "id:3": 1048, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -96 - }, - "28:10": { - "id:3": 1049, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -96 - }, - "29:10": { - "id:3": 1050, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -48 - }, - "30:10": { - "id:3": 1051, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -48 - }, - "31:10": { - "id:3": 1052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -48 - }, - "32:10": { - "id:3": 1053, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -240 - }, - "33:10": { - "id:3": 1054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -288 - }, - "34:10": { - "id:3": 1055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -336 - }, - "35:10": { - "id:3": 1056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -384 - }, - "36:10": { - "id:3": 1057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -384 - }, - "37:10": { - "id:3": 1058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -240 - }, - "38:10": { - "id:3": 1059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -240 - }, - "39:10": { - "id:3": 1060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -288 - }, - "40:10": { - "id:3": 1061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -336 - }, - "41:10": { - "id:3": 1062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -384 - }, - "42:10": { - "id:3": 1063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -432 - }, - "43:10": { - "id:3": 1064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -480 - }, - "44:10": { - "id:3": 1065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -480 - }, - "45:10": { - "id:3": 1066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -432 - }, - "46:10": { - "id:3": 1067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -384 - }, - "47:10": { - "id:3": 1068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -336 - }, - "48:10": { - "id:3": 1069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -288 - }, - "49:10": { - "id:3": 1070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -240 - }, - "50:10": { - "id:3": 1071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -288 - }, - "51:10": { - "id:3": 1072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -288 - }, - "52:10": { - "id:3": 1073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -480 - }, - "53:10": { - "id:3": 1074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -432 - }, - "54:10": { - "id:3": 1075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -432 - }, - "55:10": { - "id:3": 1076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -384 - }, - "56:10": { - "id:3": 1077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -480 - }, - "57:10": { - "id:3": 1078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -480 - }, - "58:10": { - "id:3": 1079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -288 - }, - "59:10": { - "id:3": 1080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -384 - }, - "60:10": { - "id:3": 1081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -528 - }, - "61:10": { - "id:3": 1082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -336 - }, - "62:10": { - "id:3": 1083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -528 - }, - "63:10": { - "id:3": 1084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -240 - }, - "64:10": { - "id:3": 1085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -528 - }, - "65:10": { - "id:3": 1086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -432 - }, - "66:10": { - "id:3": 1087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -240 - }, - "67:10": { - "id:3": 1088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -432 - }, - "68:10": { - "id:3": 1089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -288 - }, - "69:10": { - "id:3": 1090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -288 - }, - "70:10": { - "id:3": 1091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -336 - }, - "71:10": { - "id:3": 1092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -384 - }, - "72:10": { - "id:3": 1093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -432 - }, - "73:10": { - "id:3": 1094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -480 - }, - "74:10": { - "id:3": 1095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -384 - }, - "75:10": { - "id:3": 1096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -432 - }, - "76:10": { - "id:3": 1097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -480 - }, - "77:10": { - "id:3": 1098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -336 - }, - "78:10": { - "id:3": 1099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -288 - }, - "79:10": { - "id:3": 1100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -240 - }, - "80:10": { - "id:3": 1101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -144 - }, - "81:10": { - "id:3": 1102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -192 - }, - "82:10": { - "id:3": 1103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -192 - }, - "83:10": { - "id:3": 1104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -192 - }, - "84:10": { - "id:3": 1105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -192 - }, - "85:10": { - "id:3": 1106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -192 - }, - "86:10": { - "id:3": 1107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -192 - }, - "87:10": { - "id:3": 1108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "88:10": { - "id:3": 1109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -192 - }, - "89:10": { - "id:3": 1110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -144 - }, - "90:10": { - "id:3": 1111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -144 - }, - "91:10": { - "id:3": 1112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -144 - }, - "92:10": { - "id:3": 1113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -144 - }, - "93:10": { - "id:3": 1114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -144 - }, - "94:10": { - "id:3": 1115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -144 - }, - "95:10": { - "id:3": 1116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -144 - }, - "96:10": { - "id:3": 1117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -144 - }, - "97:10": { - "id:3": 1118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -96 - }, - "98:10": { - "id:3": 1119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "99:10": { - "id:3": 1120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -96 - }, - "100:10": { - "id:3": 1121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -96 - }, - "101:10": { - "id:3": 1122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -96 - }, - "102:10": { - "id:3": 1123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -96 - }, - "103:10": { - "id:3": 1124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -96 - }, - "104:10": { - "id:3": 1125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -96 - }, - "105:10": { - "id:3": 1126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -48 - }, - "106:10": { - "id:3": 1127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -48 - }, - "107:10": { - "id:3": 1128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -48 - }, - "108:10": { - "id:3": 1129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -48 - }, - "109:10": { - "id:3": 1130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "110:10": { - "id:3": 1131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "111:10": { - "id:3": 1132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -48 - }, - "112:10": { - "id:3": 1133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -48 - }, - "113:10": { - "id:3": 1134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -528 - }, - "114:10": { - "id:3": 1348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 288 - }, - "115:10": { - "id:3": 1349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 0 - }, - "116:10": { - "id:3": 1394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1248 - }, - "117:10": { - "id:3": 1764, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 912 - }, - "118:10": { - "id:3": 1801, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1104 - }, - "119:10": { - "id:3": 1941, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 1008 - }, - "120:10": { - "id:3": 1968, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1056 - }, - "121:10": { - "id:3": 1969, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1056 - }, - "122:10": { - "id:3": 2078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 960 - }, - "123:10": { - "id:3": 2079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1008 - }, - "124:10": { - "id:3": 2124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1104 - }, - "125:10": { - "id:3": 2130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1104 - }, - "126:10": { - "id:3": 2131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 1104 - }, - "127:10": { - "id:3": 2153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1152 - }, - "128:10": { - "id:3": 2154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1152 - }, - "129:10": { - "id:3": 2155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1152 - }, - "130:10": { - "id:3": 2156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 1152 - }, - "131:10": { - "id:3": 2247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1248 - }, - "132:10": { - "id:3": 2248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1248 - }, - "133:10": { - "id:3": 2249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1248 - }, - "134:10": { - "id:3": 2272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 432 - }, - "135:10": { - "id:3": 201013, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 192 - }, - "136:10": { - "id:3": 201014, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 144 - }, - "137:10": { - "id:3": 201015, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 144 - }, - "138:10": { - "id:3": 201016, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 144 - }, - "139:10": { - "id:3": 201017, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 144 - }, - "140:10": { - "id:3": 201018, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 144 - }, - "141:10": { - "id:3": 201019, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 192 - }, - "142:10": { - "id:3": 201020, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 144 - }, - "143:10": { - "id:3": 201021, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 768 - }, - "144:10": { - "id:3": 201022, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "145:10": { - "id:3": 201023, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 720 - }, - "146:10": { - "id:3": 201024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 720 - }, - "147:10": { - "id:3": 201025, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 720 - }, - "148:10": { - "id:3": 201026, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 720 - }, - "149:10": { - "id:3": 201027, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 48 - }, - "150:10": { - "id:3": 201028, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 48 - }, - "151:10": { - "id:3": 201029, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 96 - }, - "152:10": { - "id:3": 201030, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 96 - }, - "153:10": { - "id:3": 201031, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 48 - }, - "154:10": { - "id:3": 201032, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 96 - }, - "155:10": { - "id:3": 201033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 768 - }, - "156:10": { - "id:3": 201034, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 96 - }, - "157:10": { - "id:3": 201035, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 96 - }, - "158:10": { - "id:3": 201036, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 96 - }, - "159:10": { - "id:3": 201037, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 48 - }, - "160:10": { - "id:3": 201038, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 96 - }, - "161:10": { - "id:3": 201039, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 96 - }, - "162:10": { - "id:3": 201040, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 96 - }, - "163:10": { - "id:3": 201041, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 96 - }, - "164:10": { - "id:3": 201042, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 96 - }, - "165:10": { - "id:3": 201043, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "166:10": { - "id:3": 201044, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 240 - }, - "167:10": { - "id:3": 201045, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 240 - }, - "168:10": { - "id:3": 201046, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 240 - }, - "169:10": { - "id:3": 201047, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 48 - }, - "170:10": { - "id:3": 201048, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 144 - }, - "171:10": { - "id:3": 201049, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 48 - }, - "172:10": { - "id:3": 201050, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 48 - }, - "173:10": { - "id:3": 201051, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 144 - }, - "174:10": { - "id:3": 201052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 192 - }, - "175:10": { - "id:3": 201053, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 672 - }, - "176:10": { - "id:3": 201054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 672 - }, - "177:10": { - "id:3": 201055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 672 - }, - "178:10": { - "id:3": 201056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 240 - }, - "179:10": { - "id:3": 201057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 144 - }, - "180:10": { - "id:3": 201058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 960 - }, - "181:10": { - "id:3": 201059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 960 - }, - "182:10": { - "id:3": 201060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1152 - }, - "183:10": { - "id:3": 201061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 240 - }, - "184:10": { - "id:3": 201062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1200 - }, - "185:10": { - "id:3": 201063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1200 - }, - "186:10": { - "id:3": 201064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 240 - }, - "187:10": { - "id:3": 201065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1152 - }, - "188:10": { - "id:3": 201066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1104 - }, - "189:10": { - "id:3": 201067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1104 - }, - "190:10": { - "id:3": 201068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 240 - }, - "191:10": { - "id:3": 201069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1248 - }, - "192:10": { - "id:3": 201070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 960 - }, - "193:10": { - "id:3": 201071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1056 - }, - "194:10": { - "id:3": 201072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 480 - }, - "195:10": { - "id:3": 201073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 624 - }, - "196:10": { - "id:3": 201074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 624 - }, - "197:10": { - "id:3": 201075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 288 - }, - "198:10": { - "id:3": 201076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 288 - }, - "199:10": { - "id:3": 201077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 288 - }, - "200:10": { - "id:3": 201078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 288 - }, - "201:10": { - "id:3": 201079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 624 - }, - "202:10": { - "id:3": 201080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1056 - }, - "203:10": { - "id:3": 201081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1008 - }, - "204:10": { - "id:3": 201082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1008 - }, - "205:10": { - "id:3": 201083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1296 - }, - "206:10": { - "id:3": 201084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 672 - }, - "207:10": { - "id:3": 201085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 672 - }, - "208:10": { - "id:3": 201086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 384 - }, - "209:10": { - "id:3": 201087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 672 - }, - "210:10": { - "id:3": 201088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 384 - }, - "211:10": { - "id:3": 201089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 384 - }, - "212:10": { - "id:3": 201090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 480 - }, - "213:10": { - "id:3": 201091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 480 - }, - "214:10": { - "id:3": 201092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 480 - }, - "215:10": { - "id:3": 201093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 480 - }, - "216:10": { - "id:3": 201094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 480 - }, - "217:10": { - "id:3": 201095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 480 - }, - "218:10": { - "id:3": 201096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 480 - }, - "219:10": { - "id:3": 201097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 480 - }, - "220:10": { - "id:3": 201098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 480 - }, - "221:10": { - "id:3": 201099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 288 - }, - "222:10": { - "id:3": 201100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 288 - }, - "223:10": { - "id:3": 201101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 288 - }, - "224:10": { - "id:3": 201102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 288 - }, - "225:10": { - "id:3": 201103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 288 - }, - "226:10": { - "id:3": 201104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 288 - }, - "227:10": { - "id:3": 201105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 288 - }, - "228:10": { - "id:3": 201106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 816 - }, - "229:10": { - "id:3": 201107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 336 - }, - "230:10": { - "id:3": 201108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 336 - }, - "231:10": { - "id:3": 201109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 336 - }, - "232:10": { - "id:3": 201110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 768 - }, - "233:10": { - "id:3": 201111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 336 - }, - "234:10": { - "id:3": 201112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 336 - }, - "235:10": { - "id:3": 201113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 48 - }, - "236:10": { - "id:3": 201114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 240 - }, - "237:10": { - "id:3": 201115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 240 - }, - "238:10": { - "id:3": 201116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 336 - }, - "239:10": { - "id:3": 201117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 336 - }, - "240:10": { - "id:3": 201118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 384 - }, - "241:10": { - "id:3": 201119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 384 - }, - "242:10": { - "id:3": 201120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 384 - }, - "243:10": { - "id:3": 201121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 384 - }, - "244:10": { - "id:3": 201122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 384 - }, - "245:10": { - "id:3": 201123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 48 - }, - "246:10": { - "id:3": 201124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 144 - }, - "247:10": { - "id:3": 201125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 48 - }, - "248:10": { - "id:3": 201126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 48 - }, - "249:10": { - "id:3": 201127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 288 - }, - "250:10": { - "id:3": 201128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 744 - }, - "251:10": { - "id:3": 201130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 624 - }, - "252:10": { - "id:3": 201131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 624 - }, - "253:10": { - "id:3": 201132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 672 - }, - "254:10": { - "id:3": 201133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 336 - }, - "255:10": { - "id:3": 201134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 816 - }, - "256:10": { - "id:3": 201135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 816 - }, - "257:10": { - "id:3": 201136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 816 - }, - "258:10": { - "id:3": 201137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1008 - }, - "259:10": { - "id:3": 201138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1104 - }, - "260:10": { - "id:3": 201139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1152 - }, - "261:10": { - "id:3": 201140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1200 - }, - "262:10": { - "id:3": 201141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1248 - }, - "263:10": { - "id:3": 201142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 528 - }, - "264:10": { - "id:3": 201143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 528 - }, - "265:10": { - "id:3": 201144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 144 - }, - "266:10": { - "id:3": 201145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 192 - }, - "267:10": { - "id:3": 201146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 768 - }, - "268:10": { - "id:3": 201147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 384 - }, - "269:10": { - "id:3": 201148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 768 - }, - "270:10": { - "id:3": 201149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 192 - }, - "271:10": { - "id:3": 201150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 432 - }, - "272:10": { - "id:3": 201151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 432 - }, - "273:10": { - "id:3": 201152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 432 - }, - "274:10": { - "id:3": 201153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 768 - }, - "275:10": { - "id:3": 201154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 768 - }, - "276:10": { - "id:3": 201155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 336 - }, - "277:10": { - "id:3": 201156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 48 - }, - "278:10": { - "id:3": 201157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 432 - }, - "279:10": { - "id:3": 201158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 816 - }, - "280:10": { - "id:3": 201159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 432 - }, - "281:10": { - "id:3": 201160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 432 - }, - "282:10": { - "id:3": 201161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 432 - }, - "283:10": { - "id:3": 201162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 432 - }, - "284:10": { - "id:3": 201163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 432 - }, - "285:10": { - "id:3": 201164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 144 - }, - "286:10": { - "id:3": 201165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 144 - }, - "287:10": { - "id:3": 201166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 192 - }, - "288:10": { - "id:3": 201167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 192 - }, - "289:10": { - "id:3": 201168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 192 - }, - "290:10": { - "id:3": 201169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 192 - }, - "291:10": { - "id:3": 201170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 192 - }, - "292:10": { - "id:3": 201171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 192 - }, - "293:10": { - "id:3": 201172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1296 - }, - "294:10": { - "id:3": 201173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 336 - }, - "295:10": { - "id:3": 201174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 336 - }, - "296:10": { - "id:3": 201175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 720 - }, - "297:10": { - "id:3": 201176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 720 - }, - "298:10": { - "id:3": 201177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 720 - }, - "299:10": { - "id:3": 201178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 720 - }, - "300:10": { - "id:3": 201179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 720 - }, - "301:10": { - "id:3": 201180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 720 - }, - "302:10": { - "id:3": 201181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 720 - }, - "303:10": { - "id:3": 201182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 816 - }, - "304:10": { - "id:3": 201183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 816 - }, - "305:10": { - "id:3": 201184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 384 - }, - "306:10": { - "id:3": 201185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 672 - }, - "307:10": { - "id:3": 201186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 624 - }, - "308:10": { - "id:3": 201187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 624 - }, - "309:10": { - "id:3": 201188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 240 - }, - "310:10": { - "id:3": 201189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 240 - }, - "311:10": { - "id:3": 201190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "312:10": { - "id:3": 201191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 432 - }, - "313:10": { - "id:3": 201192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 768 - }, - "314:10": { - "id:3": 201193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1008 - }, - "315:10": { - "id:3": 201194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1008 - }, - "316:10": { - "id:3": 201195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 48 - }, - "317:10": { - "id:3": 201196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 0 - }, - "318:10": { - "id:3": 201197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1344 - }, - "319:10": { - "id:3": 201198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1296 - }, - "320:10": { - "id:3": 201199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 864 - }, - "321:10": { - "id:3": 201200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 912 - }, - "322:10": { - "id:3": 201201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 912 - }, - "323:10": { - "id:3": 201202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 912 - }, - "324:10": { - "id:3": 201203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 912 - }, - "325:10": { - "id:3": 201204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 864 - }, - "326:10": { - "id:3": 201205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 864 - }, - "327:10": { - "id:3": 201206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 864 - } - } - }, - "14:10": { - "lineID:3": 14, - "order:3": 2, - "properties:10": { - "betterquesting:10": { - "bg_image:8": "", - "bg_size:3": 256, - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 0, - "OreDict:8": "", - "id:8": "divinerpg:divine_shickaxe" - }, - "name:8": "Tooling Shmooving", - "visibility:8": "NORMAL" - } - }, - "quests:9": { - "0:10": { - "id:3": 1872, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": -12 - }, - "1:10": { - "id:3": 1873, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -12 - }, - "2:10": { - "id:3": 1883, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -12 - }, - "3:10": { - "id:3": 1885, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -60 - }, - "4:10": { - "id:3": 1886, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -60 - }, - "5:10": { - "id:3": 1887, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -12 - }, - "6:10": { - "id:3": 1888, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 36 - }, - "7:10": { - "id:3": 1895, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 36 - }, - "8:10": { - "id:3": 1896, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -108 - }, - "9:10": { - "id:3": 1919, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 84 - }, - "10:10": { - "id:3": 1924, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 36 - }, - "11:10": { - "id:3": 1929, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -12 - }, - "12:10": { - "id:3": 1934, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -60 - }, - "13:10": { - "id:3": 1937, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 36 - }, - "14:10": { - "id:3": 1938, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 36 - }, - "15:10": { - "id:3": 1939, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -60 - }, - "16:10": { - "id:3": 2179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -60 - } - } - } - }, - "questSettings:10": { - "betterquesting:10": { - "editmode:1": 1, - "hardcore:1": 0, - "home_anchor_x:5": 0.5, - "home_anchor_y:5": 0.0, - "home_image:8": "meatballcraft:textures/gui/title_card.png", - "home_offset_x:3": -128, - "home_offset_y:3": 0, - "livesdef:3": 3, - "livesmax:3": 10, - "pack_name:8": "Meatballcraft", - "pack_version:3": 0, - "party_enable:1": 1 - } - } -} diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/0.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/0.json deleted file mode 100644 index 877516bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/0.json +++ /dev/null @@ -1,5217 +0,0 @@ -{ - "lineID:3": 0, - "order:3": 0, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:cosmic_meatballs" - }, - "name:8": "Dimensional Ascension" - } - }, - "quests:9": { - "0:10": { - "id:3": 0, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -12 - }, - "1:10": { - "id:3": 1, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -12 - }, - "2:10": { - "id:3": 2, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -48 - }, - "3:10": { - "id:3": 3, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -12 - }, - "4:10": { - "id:3": 4, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 24 - }, - "5:10": { - "id:3": 5, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -12 - }, - "6:10": { - "id:3": 6, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 24 - }, - "7:10": { - "id:3": 7, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -48 - }, - "8:10": { - "id:3": 8, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -84 - }, - "9:10": { - "id:3": 9, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -120 - }, - "10:10": { - "id:3": 10, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -12 - }, - "11:10": { - "id:3": 11, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 24 - }, - "12:10": { - "id:3": 12, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 24 - }, - "13:10": { - "id:3": 13, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -12 - }, - "14:10": { - "id:3": 14, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -48 - }, - "15:10": { - "id:3": 15, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 132 - }, - "16:10": { - "id:3": 16, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 132 - }, - "17:10": { - "id:3": 17, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 96 - }, - "18:10": { - "id:3": 18, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 96 - }, - "19:10": { - "id:3": 19, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 168 - }, - "20:10": { - "id:3": 20, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 132 - }, - "21:10": { - "id:3": 21, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 168 - }, - "22:10": { - "id:3": 22, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 168 - }, - "23:10": { - "id:3": 23, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 96 - }, - "24:10": { - "id:3": 24, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 132 - }, - "25:10": { - "id:3": 25, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "26:10": { - "id:3": 26, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 168 - }, - "27:10": { - "id:3": 27, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 132 - }, - "28:10": { - "id:3": 28, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -12 - }, - "29:10": { - "id:3": 29, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "30:10": { - "id:3": 30, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 60 - }, - "31:10": { - "id:3": 31, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -12 - }, - "32:10": { - "id:3": 32, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -84 - }, - "33:10": { - "id:3": 33, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -48 - }, - "34:10": { - "id:3": 34, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 24 - }, - "35:10": { - "id:3": 35, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 60 - }, - "36:10": { - "id:3": 37, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -12 - }, - "37:10": { - "id:3": 38, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -120 - }, - "38:10": { - "id:3": 39, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "39:10": { - "id:3": 40, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -12 - }, - "40:10": { - "id:3": 41, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -48 - }, - "41:10": { - "id:3": 42, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -84 - }, - "42:10": { - "id:3": 43, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -48 - }, - "43:10": { - "id:3": 44, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -84 - }, - "44:10": { - "id:3": 45, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 132 - }, - "45:10": { - "id:3": 46, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -84 - }, - "46:10": { - "id:3": 47, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -120 - }, - "47:10": { - "id:3": 48, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -12 - }, - "48:10": { - "id:3": 49, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 96 - }, - "49:10": { - "id:3": 50, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 96 - }, - "50:10": { - "id:3": 51, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -120 - }, - "51:10": { - "id:3": 52, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -48 - }, - "52:10": { - "id:3": 53, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -84 - }, - "53:10": { - "id:3": 54, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -120 - }, - "54:10": { - "id:3": 55, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -156 - }, - "55:10": { - "id:3": 56, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 24 - }, - "56:10": { - "id:3": 57, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -156 - }, - "57:10": { - "id:3": 58, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 60 - }, - "58:10": { - "id:3": 59, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -84 - }, - "59:10": { - "id:3": 61, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -12 - }, - "60:10": { - "id:3": 62, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 24 - }, - "61:10": { - "id:3": 63, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -12 - }, - "62:10": { - "id:3": 64, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -12 - }, - "63:10": { - "id:3": 65, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -12 - }, - "64:10": { - "id:3": 66, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -12 - }, - "65:10": { - "id:3": 67, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -12 - }, - "66:10": { - "id:3": 68, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -12 - }, - "67:10": { - "id:3": 69, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -12 - }, - "68:10": { - "id:3": 70, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -12 - }, - "69:10": { - "id:3": 71, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -12 - }, - "70:10": { - "id:3": 72, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -12 - }, - "71:10": { - "id:3": 73, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -12 - }, - "72:10": { - "id:3": 74, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -12 - }, - "73:10": { - "id:3": 75, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -12 - }, - "74:10": { - "id:3": 76, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -12 - }, - "75:10": { - "id:3": 77, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -12 - }, - "76:10": { - "id:3": 78, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -12 - }, - "77:10": { - "id:3": 79, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -12 - }, - "78:10": { - "id:3": 80, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 60 - }, - "79:10": { - "id:3": 81, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 60 - }, - "80:10": { - "id:3": 82, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 60 - }, - "81:10": { - "id:3": 83, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 24 - }, - "82:10": { - "id:3": 85, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 24 - }, - "83:10": { - "id:3": 86, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -84 - }, - "84:10": { - "id:3": 87, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -84 - }, - "85:10": { - "id:3": 88, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 24 - }, - "86:10": { - "id:3": 89, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -48 - }, - "87:10": { - "id:3": 90, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -84 - }, - "88:10": { - "id:3": 91, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -84 - }, - "89:10": { - "id:3": 92, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -48 - }, - "90:10": { - "id:3": 93, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -120 - }, - "91:10": { - "id:3": 94, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -84 - }, - "92:10": { - "id:3": 95, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -84 - }, - "93:10": { - "id:3": 96, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -120 - }, - "94:10": { - "id:3": 97, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -408 - }, - "95:10": { - "id:3": 98, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -48 - }, - "96:10": { - "id:3": 99, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 24 - }, - "97:10": { - "id:3": 100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 24 - }, - "98:10": { - "id:3": 101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 60 - }, - "99:10": { - "id:3": 102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 60 - }, - "100:10": { - "id:3": 103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 60 - }, - "101:10": { - "id:3": 104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 96 - }, - "102:10": { - "id:3": 105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 96 - }, - "103:10": { - "id:3": 106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -48 - }, - "104:10": { - "id:3": 107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -120 - }, - "105:10": { - "id:3": 108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -84 - }, - "106:10": { - "id:3": 109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -84 - }, - "107:10": { - "id:3": 110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -48 - }, - "108:10": { - "id:3": 111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -48 - }, - "109:10": { - "id:3": 112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -48 - }, - "110:10": { - "id:3": 113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -84 - }, - "111:10": { - "id:3": 114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -120 - }, - "112:10": { - "id:3": 115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -120 - }, - "113:10": { - "id:3": 116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -120 - }, - "114:10": { - "id:3": 117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 96 - }, - "115:10": { - "id:3": 118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 96 - }, - "116:10": { - "id:3": 119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 96 - }, - "117:10": { - "id:3": 120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 132 - }, - "118:10": { - "id:3": 121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 132 - }, - "119:10": { - "id:3": 122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 132 - }, - "120:10": { - "id:3": 123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 60 - }, - "121:10": { - "id:3": 124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 60 - }, - "122:10": { - "id:3": 125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 60 - }, - "123:10": { - "id:3": 126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 132 - }, - "124:10": { - "id:3": 127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 168 - }, - "125:10": { - "id:3": 128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 168 - }, - "126:10": { - "id:3": 129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 168 - }, - "127:10": { - "id:3": 130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 168 - }, - "128:10": { - "id:3": 131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 204 - }, - "129:10": { - "id:3": 132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 240 - }, - "130:10": { - "id:3": 133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 240 - }, - "131:10": { - "id:3": 134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 240 - }, - "132:10": { - "id:3": 135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 240 - }, - "133:10": { - "id:3": 136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": 24 - }, - "134:10": { - "id:3": 137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -372 - }, - "135:10": { - "id:3": 139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 204 - }, - "136:10": { - "id:3": 140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 204 - }, - "137:10": { - "id:3": 141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 204 - }, - "138:10": { - "id:3": 143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -48 - }, - "139:10": { - "id:3": 144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": 24 - }, - "140:10": { - "id:3": 145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -12 - }, - "141:10": { - "id:3": 146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": 24 - }, - "142:10": { - "id:3": 147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -12 - }, - "143:10": { - "id:3": 148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -48 - }, - "144:10": { - "id:3": 149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -12 - }, - "145:10": { - "id:3": 150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -48 - }, - "146:10": { - "id:3": 151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -48 - }, - "147:10": { - "id:3": 152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -48 - }, - "148:10": { - "id:3": 153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -48 - }, - "149:10": { - "id:3": 154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 24 - }, - "150:10": { - "id:3": 155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": 24 - }, - "151:10": { - "id:3": 156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": 24 - }, - "152:10": { - "id:3": 157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": 24 - }, - "153:10": { - "id:3": 158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -84 - }, - "154:10": { - "id:3": 159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -84 - }, - "155:10": { - "id:3": 160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 60 - }, - "156:10": { - "id:3": 161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -48 - }, - "157:10": { - "id:3": 162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -48 - }, - "158:10": { - "id:3": 163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 24 - }, - "159:10": { - "id:3": 164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": 24 - }, - "160:10": { - "id:3": 165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -84 - }, - "161:10": { - "id:3": 166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -48 - }, - "162:10": { - "id:3": 167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -84 - }, - "163:10": { - "id:3": 168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 60 - }, - "164:10": { - "id:3": 169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 96 - }, - "165:10": { - "id:3": 170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 24 - }, - "166:10": { - "id:3": 171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 132 - }, - "167:10": { - "id:3": 172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": 24 - }, - "168:10": { - "id:3": 173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -48 - }, - "169:10": { - "id:3": 174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -48 - }, - "170:10": { - "id:3": 175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 24 - }, - "171:10": { - "id:3": 176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": 60 - }, - "172:10": { - "id:3": 177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -84 - }, - "173:10": { - "id:3": 178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 60 - }, - "174:10": { - "id:3": 179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": 96 - }, - "175:10": { - "id:3": 180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -120 - }, - "176:10": { - "id:3": 181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -120 - }, - "177:10": { - "id:3": 182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 60 - }, - "178:10": { - "id:3": 183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": 60 - }, - "179:10": { - "id:3": 184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -84 - }, - "180:10": { - "id:3": 185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -84 - }, - "181:10": { - "id:3": 186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -156 - }, - "182:10": { - "id:3": 187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -156 - }, - "183:10": { - "id:3": 188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -156 - }, - "184:10": { - "id:3": 189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -156 - }, - "185:10": { - "id:3": 190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -156 - }, - "186:10": { - "id:3": 191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -156 - }, - "187:10": { - "id:3": 192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -120 - }, - "188:10": { - "id:3": 193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -84 - }, - "189:10": { - "id:3": 195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -120 - }, - "190:10": { - "id:3": 196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -156 - }, - "191:10": { - "id:3": 197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -156 - }, - "192:10": { - "id:3": 198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -156 - }, - "193:10": { - "id:3": 199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -156 - }, - "194:10": { - "id:3": 200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -156 - }, - "195:10": { - "id:3": 201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -156 - }, - "196:10": { - "id:3": 202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -156 - }, - "197:10": { - "id:3": 203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -156 - }, - "198:10": { - "id:3": 204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 24 - }, - "199:10": { - "id:3": 205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -156 - }, - "200:10": { - "id:3": 206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -156 - }, - "201:10": { - "id:3": 207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -156 - }, - "202:10": { - "id:3": 208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -156 - }, - "203:10": { - "id:3": 209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -156 - }, - "204:10": { - "id:3": 210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -156 - }, - "205:10": { - "id:3": 211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -264 - }, - "206:10": { - "id:3": 213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -192 - }, - "207:10": { - "id:3": 214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -264 - }, - "208:10": { - "id:3": 215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -120 - }, - "209:10": { - "id:3": 216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -192 - }, - "210:10": { - "id:3": 217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "211:10": { - "id:3": 219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -192 - }, - "212:10": { - "id:3": 220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -120 - }, - "213:10": { - "id:3": 222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -192 - }, - "214:10": { - "id:3": 224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -264 - }, - "215:10": { - "id:3": 225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -228 - }, - "216:10": { - "id:3": 226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -192 - }, - "217:10": { - "id:3": 227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -228 - }, - "218:10": { - "id:3": 228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -192 - }, - "219:10": { - "id:3": 229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -192 - }, - "220:10": { - "id:3": 230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -228 - }, - "221:10": { - "id:3": 231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -228 - }, - "222:10": { - "id:3": 232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -192 - }, - "223:10": { - "id:3": 233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -228 - }, - "224:10": { - "id:3": 234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -192 - }, - "225:10": { - "id:3": 235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -372 - }, - "226:10": { - "id:3": 236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -228 - }, - "227:10": { - "id:3": 237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -408 - }, - "228:10": { - "id:3": 238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -264 - }, - "229:10": { - "id:3": 239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -444 - }, - "230:10": { - "id:3": 240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -300 - }, - "231:10": { - "id:3": 241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -336 - }, - "232:10": { - "id:3": 242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -264 - }, - "233:10": { - "id:3": 243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -264 - }, - "234:10": { - "id:3": 244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -228 - }, - "235:10": { - "id:3": 245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -228 - }, - "236:10": { - "id:3": 246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -264 - }, - "237:10": { - "id:3": 247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -300 - }, - "238:10": { - "id:3": 248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -336 - }, - "239:10": { - "id:3": 249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -372 - }, - "240:10": { - "id:3": 250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -264 - }, - "241:10": { - "id:3": 251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -300 - }, - "242:10": { - "id:3": 252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -300 - }, - "243:10": { - "id:3": 253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -336 - }, - "244:10": { - "id:3": 254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -372 - }, - "245:10": { - "id:3": 255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -336 - }, - "246:10": { - "id:3": 256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -408 - }, - "247:10": { - "id:3": 257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -444 - }, - "248:10": { - "id:3": 258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -480 - }, - "249:10": { - "id:3": 259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -516 - }, - "250:10": { - "id:3": 260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -552 - }, - "251:10": { - "id:3": 261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -552 - }, - "252:10": { - "id:3": 262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": 60 - }, - "253:10": { - "id:3": 263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": 60 - }, - "254:10": { - "id:3": 264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -48 - }, - "255:10": { - "id:3": 265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -12 - }, - "256:10": { - "id:3": 266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -12 - }, - "257:10": { - "id:3": 267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": -12 - }, - "258:10": { - "id:3": 268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -12 - }, - "259:10": { - "id:3": 269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": -12 - }, - "260:10": { - "id:3": 270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -12 - }, - "261:10": { - "id:3": 271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -12 - }, - "262:10": { - "id:3": 272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -12 - }, - "263:10": { - "id:3": 273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": -12 - }, - "264:10": { - "id:3": 274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -12 - }, - "265:10": { - "id:3": 275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -12 - }, - "266:10": { - "id:3": 276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -12 - }, - "267:10": { - "id:3": 277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -12 - }, - "268:10": { - "id:3": 278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -12 - }, - "269:10": { - "id:3": 279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -12 - }, - "270:10": { - "id:3": 280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -12 - }, - "271:10": { - "id:3": 281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -12 - }, - "272:10": { - "id:3": 282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -12 - }, - "273:10": { - "id:3": 283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -12 - }, - "274:10": { - "id:3": 284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": -12 - }, - "275:10": { - "id:3": 285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -12 - }, - "276:10": { - "id:3": 286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -12 - }, - "277:10": { - "id:3": 287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -12 - }, - "278:10": { - "id:3": 288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -12 - }, - "279:10": { - "id:3": 289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -12 - }, - "280:10": { - "id:3": 290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -12 - }, - "281:10": { - "id:3": 291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -12 - }, - "282:10": { - "id:3": 292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": -12 - }, - "283:10": { - "id:3": 293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": -12 - }, - "284:10": { - "id:3": 294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": -12 - }, - "285:10": { - "id:3": 295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": -12 - }, - "286:10": { - "id:3": 296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": -12 - }, - "287:10": { - "id:3": 297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -12 - }, - "288:10": { - "id:3": 298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -48 - }, - "289:10": { - "id:3": 299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -12 - }, - "290:10": { - "id:3": 300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -12 - }, - "291:10": { - "id:3": 301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -12 - }, - "292:10": { - "id:3": 302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -12 - }, - "293:10": { - "id:3": 303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -12 - }, - "294:10": { - "id:3": 304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -12 - }, - "295:10": { - "id:3": 305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": -12 - }, - "296:10": { - "id:3": 306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2664, - "y:3": -12 - }, - "297:10": { - "id:3": 307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": -12 - }, - "298:10": { - "id:3": 308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": -12 - }, - "299:10": { - "id:3": 309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2808, - "y:3": -48 - }, - "300:10": { - "id:3": 310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": 24 - }, - "301:10": { - "id:3": 311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": -48 - }, - "302:10": { - "id:3": 312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": -84 - }, - "303:10": { - "id:3": 313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2772, - "y:3": 60 - }, - "304:10": { - "id:3": 314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": -12 - }, - "305:10": { - "id:3": 315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2808, - "y:3": -12 - }, - "306:10": { - "id:3": 316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": 24 - }, - "307:10": { - "id:3": 317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": 24 - }, - "308:10": { - "id:3": 318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": 60 - }, - "309:10": { - "id:3": 319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3060, - "y:3": -12 - }, - "310:10": { - "id:3": 320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -12 - }, - "311:10": { - "id:3": 321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -12 - }, - "312:10": { - "id:3": 322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -12 - }, - "313:10": { - "id:3": 323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -12 - }, - "314:10": { - "id:3": 324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -12 - }, - "315:10": { - "id:3": 325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -12 - }, - "316:10": { - "id:3": 326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3312, - "y:3": -12 - }, - "317:10": { - "id:3": 327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -48 - }, - "318:10": { - "id:3": 328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -48 - }, - "319:10": { - "id:3": 329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -48 - }, - "320:10": { - "id:3": 330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -84 - }, - "321:10": { - "id:3": 331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -84 - }, - "322:10": { - "id:3": 332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -84 - }, - "323:10": { - "id:3": 333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": -120 - }, - "324:10": { - "id:3": 334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": -120 - }, - "325:10": { - "id:3": 335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": -120 - }, - "326:10": { - "id:3": 336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": 96 - }, - "327:10": { - "id:3": 337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": 96 - }, - "328:10": { - "id:3": 338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": 96 - }, - "329:10": { - "id:3": 339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1188, - "y:3": 60 - }, - "330:10": { - "id:3": 340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": 60 - }, - "331:10": { - "id:3": 341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": 60 - }, - "332:10": { - "id:3": 343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1224, - "y:3": 24 - }, - "333:10": { - "id:3": 344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1260, - "y:3": 24 - }, - "334:10": { - "id:3": 345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -48 - }, - "335:10": { - "id:3": 346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -48 - }, - "336:10": { - "id:3": 347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -48 - }, - "337:10": { - "id:3": 348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -84 - }, - "338:10": { - "id:3": 349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -48 - }, - "339:10": { - "id:3": 350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": 24 - }, - "340:10": { - "id:3": 351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": 24 - }, - "341:10": { - "id:3": 352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -48 - }, - "342:10": { - "id:3": 353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -48 - }, - "343:10": { - "id:3": 354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": -48 - }, - "344:10": { - "id:3": 355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -84 - }, - "345:10": { - "id:3": 356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -84 - }, - "346:10": { - "id:3": 357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -84 - }, - "347:10": { - "id:3": 358, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": -84 - }, - "348:10": { - "id:3": 359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": -48 - }, - "349:10": { - "id:3": 360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": -48 - }, - "350:10": { - "id:3": 361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": -84 - }, - "351:10": { - "id:3": 362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3348, - "y:3": -12 - }, - "352:10": { - "id:3": 363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3348, - "y:3": 24 - }, - "353:10": { - "id:3": 364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -48 - }, - "354:10": { - "id:3": 365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": 24 - }, - "355:10": { - "id:3": 366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": 24 - }, - "356:10": { - "id:3": 367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": 24 - }, - "357:10": { - "id:3": 368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": 24 - }, - "358:10": { - "id:3": 369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -48 - }, - "359:10": { - "id:3": 370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": -48 - }, - "360:10": { - "id:3": 371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2880, - "y:3": -12 - }, - "361:10": { - "id:3": 372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": -12 - }, - "362:10": { - "id:3": 373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": -12 - }, - "363:10": { - "id:3": 374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": 60 - }, - "364:10": { - "id:3": 375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2844, - "y:3": -84 - }, - "365:10": { - "id:3": 376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": -48 - }, - "366:10": { - "id:3": 377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2664, - "y:3": 24 - }, - "367:10": { - "id:3": 378, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": 24 - }, - "368:10": { - "id:3": 379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": 24 - }, - "369:10": { - "id:3": 380, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": 24 - }, - "370:10": { - "id:3": 381, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": 24 - }, - "371:10": { - "id:3": 382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -156 - }, - "372:10": { - "id:3": 383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2520, - "y:3": -120 - }, - "373:10": { - "id:3": 384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2556, - "y:3": -120 - }, - "374:10": { - "id:3": 385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2592, - "y:3": -120 - }, - "375:10": { - "id:3": 386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -48 - }, - "376:10": { - "id:3": 387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -48 - }, - "377:10": { - "id:3": 388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -48 - }, - "378:10": { - "id:3": 389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -84 - }, - "379:10": { - "id:3": 390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -84 - }, - "380:10": { - "id:3": 391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -84 - }, - "381:10": { - "id:3": 392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -120 - }, - "382:10": { - "id:3": 393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": -156 - }, - "383:10": { - "id:3": 394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -84 - }, - "384:10": { - "id:3": 395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 60 - }, - "385:10": { - "id:3": 396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 96 - }, - "386:10": { - "id:3": 397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 132 - }, - "387:10": { - "id:3": 398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 60 - }, - "388:10": { - "id:3": 399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 96 - }, - "389:10": { - "id:3": 400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 132 - }, - "390:10": { - "id:3": 401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 24 - }, - "391:10": { - "id:3": 402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 24 - }, - "392:10": { - "id:3": 403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 24 - }, - "393:10": { - "id:3": 404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 168 - }, - "394:10": { - "id:3": 405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": -48 - }, - "395:10": { - "id:3": 406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": -48 - }, - "396:10": { - "id:3": 407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": -84 - }, - "397:10": { - "id:3": 408, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": -48 - }, - "398:10": { - "id:3": 409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": -48 - }, - "399:10": { - "id:3": 410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": -84 - }, - "400:10": { - "id:3": 411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": -84 - }, - "401:10": { - "id:3": 412, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": -84 - }, - "402:10": { - "id:3": 413, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": 24 - }, - "403:10": { - "id:3": 414, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 24 - }, - "404:10": { - "id:3": 415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": 24 - }, - "405:10": { - "id:3": 416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2268, - "y:3": 60 - }, - "406:10": { - "id:3": 417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": 60 - }, - "407:10": { - "id:3": 418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2232, - "y:3": 60 - }, - "408:10": { - "id:3": 419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2196, - "y:3": 24 - }, - "409:10": { - "id:3": 420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": 24 - }, - "410:10": { - "id:3": 421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": 24 - }, - "411:10": { - "id:3": 422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": 60 - }, - "412:10": { - "id:3": 423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": 60 - }, - "413:10": { - "id:3": 424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 60 - }, - "414:10": { - "id:3": 425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -48 - }, - "415:10": { - "id:3": 426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -48 - }, - "416:10": { - "id:3": 427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -84 - }, - "417:10": { - "id:3": 428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -84 - }, - "418:10": { - "id:3": 429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -84 - }, - "419:10": { - "id:3": 430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -408 - }, - "420:10": { - "id:3": 431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -48 - }, - "421:10": { - "id:3": 432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -84 - }, - "422:10": { - "id:3": 433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -84 - }, - "423:10": { - "id:3": 434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -120 - }, - "424:10": { - "id:3": 435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -408 - }, - "425:10": { - "id:3": 436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -84 - }, - "426:10": { - "id:3": 437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -192 - }, - "427:10": { - "id:3": 438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": -48 - }, - "428:10": { - "id:3": 439, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -228 - }, - "429:10": { - "id:3": 440, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": 24 - }, - "430:10": { - "id:3": 441, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": 24 - }, - "431:10": { - "id:3": 442, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": 60 - }, - "432:10": { - "id:3": 443, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": 60 - }, - "433:10": { - "id:3": 444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 24 - }, - "434:10": { - "id:3": 445, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 60 - }, - "435:10": { - "id:3": 446, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": 96 - }, - "436:10": { - "id:3": 447, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": 96 - }, - "437:10": { - "id:3": 448, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 96 - }, - "438:10": { - "id:3": 449, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -120 - }, - "439:10": { - "id:3": 450, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -84 - }, - "440:10": { - "id:3": 451, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -48 - }, - "441:10": { - "id:3": 452, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -120 - }, - "442:10": { - "id:3": 453, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -48 - }, - "443:10": { - "id:3": 454, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -84 - }, - "444:10": { - "id:3": 455, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -48 - }, - "445:10": { - "id:3": 456, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -84 - }, - "446:10": { - "id:3": 459, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -48 - }, - "447:10": { - "id:3": 460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -84 - }, - "448:10": { - "id:3": 461, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -84 - }, - "449:10": { - "id:3": 462, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -84 - }, - "450:10": { - "id:3": 463, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": 24 - }, - "451:10": { - "id:3": 464, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": 24 - }, - "452:10": { - "id:3": 465, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -48 - }, - "453:10": { - "id:3": 466, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": 60 - }, - "454:10": { - "id:3": 467, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": 60 - }, - "455:10": { - "id:3": 468, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -84 - }, - "456:10": { - "id:3": 469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": 96 - }, - "457:10": { - "id:3": 470, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": 96 - }, - "458:10": { - "id:3": 471, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -120 - }, - "459:10": { - "id:3": 472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -156 - }, - "460:10": { - "id:3": 473, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": 24 - }, - "461:10": { - "id:3": 474, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 24 - }, - "462:10": { - "id:3": 475, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": 168 - }, - "463:10": { - "id:3": 476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 60 - }, - "464:10": { - "id:3": 477, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 96 - }, - "465:10": { - "id:3": 478, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 132 - }, - "466:10": { - "id:3": 479, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 168 - }, - "467:10": { - "id:3": 480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 204 - }, - "468:10": { - "id:3": 481, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 168 - }, - "469:10": { - "id:3": 482, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 60 - }, - "470:10": { - "id:3": 483, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 60 - }, - "471:10": { - "id:3": 484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 60 - }, - "472:10": { - "id:3": 485, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 96 - }, - "473:10": { - "id:3": 486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 96 - }, - "474:10": { - "id:3": 487, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 96 - }, - "475:10": { - "id:3": 488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 132 - }, - "476:10": { - "id:3": 489, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 132 - }, - "477:10": { - "id:3": 490, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 132 - }, - "478:10": { - "id:3": 491, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -156 - }, - "479:10": { - "id:3": 492, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -156 - }, - "480:10": { - "id:3": 493, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -156 - }, - "481:10": { - "id:3": 494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -120 - }, - "482:10": { - "id:3": 495, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -120 - }, - "483:10": { - "id:3": 496, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -120 - }, - "484:10": { - "id:3": 497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": 24 - }, - "485:10": { - "id:3": 498, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": 24 - }, - "486:10": { - "id:3": 499, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": 24 - }, - "487:10": { - "id:3": 500, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1656, - "y:3": -48 - }, - "488:10": { - "id:3": 501, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1620, - "y:3": -48 - }, - "489:10": { - "id:3": 502, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1584, - "y:3": -48 - }, - "490:10": { - "id:3": 503, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 60 - }, - "491:10": { - "id:3": 504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": -48 - }, - "492:10": { - "id:3": 505, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 96 - }, - "493:10": { - "id:3": 506, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": 24 - }, - "494:10": { - "id:3": 507, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -48 - }, - "495:10": { - "id:3": 508, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -84 - }, - "496:10": { - "id:3": 510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": 60 - }, - "497:10": { - "id:3": 511, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": 24 - }, - "498:10": { - "id:3": 512, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": 24 - }, - "499:10": { - "id:3": 513, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": 96 - }, - "500:10": { - "id:3": 514, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": 60 - }, - "501:10": { - "id:3": 515, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": 96 - }, - "502:10": { - "id:3": 516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": 24 - }, - "503:10": { - "id:3": 517, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -48 - }, - "504:10": { - "id:3": 518, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -120 - }, - "505:10": { - "id:3": 519, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -48 - }, - "506:10": { - "id:3": 520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -84 - }, - "507:10": { - "id:3": 521, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1440, - "y:3": -156 - }, - "508:10": { - "id:3": 523, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 24 - }, - "509:10": { - "id:3": 524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 24 - }, - "510:10": { - "id:3": 525, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 24 - }, - "511:10": { - "id:3": 526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": -48 - }, - "512:10": { - "id:3": 527, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -84 - }, - "513:10": { - "id:3": 528, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -48 - }, - "514:10": { - "id:3": 529, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -192 - }, - "515:10": { - "id:3": 530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -120 - }, - "516:10": { - "id:3": 531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -156 - }, - "517:10": { - "id:3": 532, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": -228 - }, - "518:10": { - "id:3": 533, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 96 - }, - "519:10": { - "id:3": 534, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 60 - }, - "520:10": { - "id:3": 535, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 60 - }, - "521:10": { - "id:3": 536, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 132 - }, - "522:10": { - "id:3": 537, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 96 - }, - "523:10": { - "id:3": 538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 168 - }, - "524:10": { - "id:3": 657, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -336 - }, - "525:10": { - "id:3": 658, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -300 - }, - "526:10": { - "id:3": 659, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -264 - }, - "527:10": { - "id:3": 660, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -228 - }, - "528:10": { - "id:3": 661, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 132 - }, - "529:10": { - "id:3": 663, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 24 - }, - "530:10": { - "id:3": 664, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 96 - }, - "531:10": { - "id:3": 665, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -192 - }, - "532:10": { - "id:3": 666, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 864, - "y:3": -228 - }, - "533:10": { - "id:3": 678, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 24 - }, - "534:10": { - "id:3": 683, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 96 - }, - "535:10": { - "id:3": 706, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -12 - }, - "536:10": { - "id:3": 707, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 60 - }, - "537:10": { - "id:3": 711, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -192 - }, - "538:10": { - "id:3": 712, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -192 - }, - "539:10": { - "id:3": 713, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": -192 - }, - "540:10": { - "id:3": 714, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -192 - }, - "541:10": { - "id:3": 715, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1080, - "y:3": -192 - }, - "542:10": { - "id:3": 716, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -192 - }, - "543:10": { - "id:3": 717, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -192 - }, - "544:10": { - "id:3": 718, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": -228 - }, - "545:10": { - "id:3": 719, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": -228 - }, - "546:10": { - "id:3": 720, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 60 - }, - "547:10": { - "id:3": 724, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -228 - }, - "548:10": { - "id:3": 725, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -12 - }, - "549:10": { - "id:3": 844, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -336 - }, - "550:10": { - "id:3": 845, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -336 - }, - "551:10": { - "id:3": 865, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 96 - }, - "552:10": { - "id:3": 866, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": -84 - }, - "553:10": { - "id:3": 884, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -48 - }, - "554:10": { - "id:3": 1013, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2484, - "y:3": -120 - }, - "555:10": { - "id:3": 1014, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -156 - }, - "556:10": { - "id:3": 1015, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2448, - "y:3": -120 - }, - "557:10": { - "id:3": 1016, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -120 - }, - "558:10": { - "id:3": 1017, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": -156 - }, - "559:10": { - "id:3": 1138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 24 - }, - "560:10": { - "id:3": 1139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": 24 - }, - "561:10": { - "id:3": 1154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -120 - }, - "562:10": { - "id:3": 1195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": 96 - }, - "563:10": { - "id:3": 1196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2700, - "y:3": 60 - }, - "564:10": { - "id:3": 1197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1368, - "y:3": 60 - }, - "565:10": { - "id:3": 1198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 132 - }, - "566:10": { - "id:3": 1199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -192 - }, - "567:10": { - "id:3": 1200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -48 - }, - "568:10": { - "id:3": 1201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": -48 - }, - "569:10": { - "id:3": 1252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -192 - }, - "570:10": { - "id:3": 1293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -48 - }, - "571:10": { - "id:3": 1298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": -120 - }, - "572:10": { - "id:3": 1322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -120 - }, - "573:10": { - "id:3": 1323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -408 - }, - "574:10": { - "id:3": 1324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -192 - }, - "575:10": { - "id:3": 1325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2124, - "y:3": -156 - }, - "576:10": { - "id:3": 1326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -300 - }, - "577:10": { - "id:3": 1327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -156 - }, - "578:10": { - "id:3": 1328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -192 - }, - "579:10": { - "id:3": 1330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": -192 - }, - "580:10": { - "id:3": 1331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -228 - }, - "581:10": { - "id:3": 1333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -264 - }, - "582:10": { - "id:3": 1334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -336 - }, - "583:10": { - "id:3": 1336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": -372 - }, - "584:10": { - "id:3": 1337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": 240 - }, - "585:10": { - "id:3": 1338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 60 - }, - "586:10": { - "id:3": 1339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": 240 - }, - "587:10": { - "id:3": 1341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 936, - "y:3": 24 - }, - "588:10": { - "id:3": 1345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": -120 - }, - "589:10": { - "id:3": 1351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 60 - }, - "590:10": { - "id:3": 1352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 96 - }, - "591:10": { - "id:3": 1353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 96 - }, - "592:10": { - "id:3": 1356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": 60 - }, - "593:10": { - "id:3": 1363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 132 - }, - "594:10": { - "id:3": 1371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": -12 - }, - "595:10": { - "id:3": 1372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": 24 - }, - "596:10": { - "id:3": 1373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": -12 - }, - "597:10": { - "id:3": 1374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": -48 - }, - "598:10": { - "id:3": 1375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": -48 - }, - "599:10": { - "id:3": 1376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3060, - "y:3": -48 - }, - "600:10": { - "id:3": 1377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -84 - }, - "601:10": { - "id:3": 1378, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": 24 - }, - "602:10": { - "id:3": 1379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": 60 - }, - "603:10": { - "id:3": 1380, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": 96 - }, - "604:10": { - "id:3": 1381, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": 60 - }, - "605:10": { - "id:3": 1382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": 60 - }, - "606:10": { - "id:3": 1383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": -48 - }, - "607:10": { - "id:3": 1384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": 24 - }, - "608:10": { - "id:3": 1385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2736, - "y:3": -84 - }, - "609:10": { - "id:3": 1386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -120 - }, - "610:10": { - "id:3": 1387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3420, - "y:3": -120 - }, - "611:10": { - "id:3": 1388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3312, - "y:3": -48 - }, - "612:10": { - "id:3": 1390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 60 - }, - "613:10": { - "id:3": 1391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2808, - "y:3": 24 - }, - "614:10": { - "id:3": 1393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3060, - "y:3": -84 - }, - "615:10": { - "id:3": 1395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -408 - }, - "616:10": { - "id:3": 1396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -120 - }, - "617:10": { - "id:3": 1397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 168 - }, - "618:10": { - "id:3": 1642, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -156 - }, - "619:10": { - "id:3": 1763, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -264 - }, - "620:10": { - "id:3": 1767, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -84 - }, - "621:10": { - "id:3": 1768, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -120 - }, - "622:10": { - "id:3": 1802, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -84 - }, - "623:10": { - "id:3": 1817, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 168 - }, - "624:10": { - "id:3": 1818, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1476, - "y:3": 96 - }, - "625:10": { - "id:3": 1819, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1512, - "y:3": 96 - }, - "626:10": { - "id:3": 1965, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1404, - "y:3": -84 - }, - "627:10": { - "id:3": 1971, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1332, - "y:3": 168 - }, - "628:10": { - "id:3": 2025, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": 24 - }, - "629:10": { - "id:3": 2026, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": 60 - }, - "630:10": { - "id:3": 2029, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": 96 - }, - "631:10": { - "id:3": 2031, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -156 - }, - "632:10": { - "id:3": 2034, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -84 - }, - "633:10": { - "id:3": 2040, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -120 - }, - "634:10": { - "id:3": 2045, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -48 - }, - "635:10": { - "id:3": 2046, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": 132 - }, - "636:10": { - "id:3": 2048, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -156 - }, - "637:10": { - "id:3": 2049, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -120 - }, - "638:10": { - "id:3": 2050, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -156 - }, - "639:10": { - "id:3": 2077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -120 - }, - "640:10": { - "id:3": 2122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": -120 - }, - "641:10": { - "id:3": 2126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -228 - }, - "642:10": { - "id:3": 2127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1764, - "y:3": -264 - }, - "643:10": { - "id:3": 2128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -228 - }, - "644:10": { - "id:3": 2129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1800, - "y:3": -264 - }, - "645:10": { - "id:3": 2134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": -48 - }, - "646:10": { - "id:3": 2135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 96 - }, - "647:10": { - "id:3": 2136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 132 - }, - "648:10": { - "id:3": 2137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 24 - }, - "649:10": { - "id:3": 2138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1872, - "y:3": 60 - }, - "650:10": { - "id:3": 2140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -120 - }, - "651:10": { - "id:3": 2141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -156 - }, - "652:10": { - "id:3": 2142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1980, - "y:3": -192 - }, - "653:10": { - "id:3": 2143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": 60 - }, - "654:10": { - "id:3": 2144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2052, - "y:3": 96 - }, - "655:10": { - "id:3": 2149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 96 - }, - "656:10": { - "id:3": 2150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": 132 - }, - "657:10": { - "id:3": 2161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": -48 - }, - "658:10": { - "id:3": 2162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 168 - }, - "659:10": { - "id:3": 2163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 168 - }, - "660:10": { - "id:3": 2164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 204 - }, - "661:10": { - "id:3": 2165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 204 - }, - "662:10": { - "id:3": 2166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 240 - }, - "663:10": { - "id:3": 2167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 240 - }, - "664:10": { - "id:3": 2168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2340, - "y:3": 276 - }, - "665:10": { - "id:3": 2169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2304, - "y:3": 276 - }, - "666:10": { - "id:3": 2170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 96 - }, - "667:10": { - "id:3": 2171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1008, - "y:3": 96 - }, - "668:10": { - "id:3": 2181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": 60 - }, - "669:10": { - "id:3": 2182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1152, - "y:3": 96 - }, - "670:10": { - "id:3": 2183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1728, - "y:3": -156 - }, - "671:10": { - "id:3": 2184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1692, - "y:3": -156 - }, - "672:10": { - "id:3": 2185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -120 - }, - "673:10": { - "id:3": 2186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2628, - "y:3": 24 - }, - "674:10": { - "id:3": 2192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -228 - }, - "675:10": { - "id:3": 2193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -192 - }, - "676:10": { - "id:3": 2196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 204 - }, - "677:10": { - "id:3": 2197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 204 - }, - "678:10": { - "id:3": 2198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -444 - }, - "679:10": { - "id:3": 2199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -444 - }, - "680:10": { - "id:3": 2201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -156 - }, - "681:10": { - "id:3": 2219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 60 - }, - "682:10": { - "id:3": 2220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 276 - }, - "683:10": { - "id:3": 2221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2376, - "y:3": 204 - }, - "684:10": { - "id:3": 2228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -588 - }, - "685:10": { - "id:3": 2236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2412, - "y:3": 24 - }, - "686:10": { - "id:3": 2238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -120 - }, - "687:10": { - "id:3": 2239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2160, - "y:3": 60 - }, - "688:10": { - "id:3": 2240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1296, - "y:3": 204 - }, - "689:10": { - "id:3": 2243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1116, - "y:3": -12 - }, - "690:10": { - "id:3": 2250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2664, - "y:3": -48 - }, - "691:10": { - "id:3": 2251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -48 - }, - "692:10": { - "id:3": 2254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -84 - }, - "693:10": { - "id:3": 2260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -84 - }, - "694:10": { - "id:3": 2261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2916, - "y:3": -48 - }, - "695:10": { - "id:3": 2262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": 24 - }, - "696:10": { - "id:3": 2263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 756, - "y:3": -120 - }, - "697:10": { - "id:3": 2264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2988, - "y:3": 60 - }, - "698:10": { - "id:3": 2265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -84 - }, - "699:10": { - "id:3": 2267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1908, - "y:3": -84 - }, - "700:10": { - "id:3": 2268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": 60 - }, - "701:10": { - "id:3": 2270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -48 - }, - "702:10": { - "id:3": 2271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 240 - }, - "703:10": { - "id:3": 2273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -48 - }, - "704:10": { - "id:3": 2274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -120 - }, - "705:10": { - "id:3": 2275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -120 - }, - "706:10": { - "id:3": 2276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3096, - "y:3": -156 - }, - "707:10": { - "id:3": 2277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -156 - }, - "708:10": { - "id:3": 2278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -120 - }, - "709:10": { - "id:3": 2279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2952, - "y:3": -48 - }, - "710:10": { - "id:3": 285554142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1548, - "y:3": 24 - }, - "711:10": { - "id:3": 482221128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "712:10": { - "id:3": 509587062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -156 - }, - "713:10": { - "id:3": 548069164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -84 - }, - "714:10": { - "id:3": 648991311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -84 - }, - "715:10": { - "id:3": 714682973, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -264 - }, - "716:10": { - "id:3": 716708024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3312, - "y:3": -120 - }, - "717:10": { - "id:3": 726098530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -48 - }, - "718:10": { - "id:3": 745089078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -48 - }, - "719:10": { - "id:3": 946204526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": 60 - }, - "720:10": { - "id:3": 946686645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -480 - }, - "721:10": { - "id:3": 951871488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3132, - "y:3": -156 - }, - "722:10": { - "id:3": 1047249538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -192 - }, - "723:10": { - "id:3": 1065510600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -192 - }, - "724:10": { - "id:3": 1142834944, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1944, - "y:3": -120 - }, - "725:10": { - "id:3": 1151267866, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2088, - "y:3": 96 - }, - "726:10": { - "id:3": 1283790114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3024, - "y:3": 24 - }, - "727:10": { - "id:3": 1313815980, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3348, - "y:3": -48 - }, - "728:10": { - "id:3": 1337626444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -12 - }, - "729:10": { - "id:3": 1343888287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -120 - }, - "730:10": { - "id:3": 1382366189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -192 - }, - "731:10": { - "id:3": 1403059773, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -120 - }, - "732:10": { - "id:3": 1415320476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -156 - }, - "733:10": { - "id:3": 1479405903, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -120 - }, - "734:10": { - "id:3": 1503761052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3168, - "y:3": -84 - }, - "735:10": { - "id:3": 1597993732, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -120 - }, - "736:10": { - "id:3": 1681849124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3204, - "y:3": -156 - }, - "737:10": { - "id:3": 1713406254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3276, - "y:3": -84 - }, - "738:10": { - "id:3": 1727374336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3384, - "y:3": -48 - }, - "739:10": { - "id:3": 1830502096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -480 - }, - "740:10": { - "id:3": 2022468480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": -192 - }, - "741:10": { - "id:3": 2044693951, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 720, - "y:3": -372 - }, - "742:10": { - "id:3": 2052397510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1836, - "y:3": -228 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/1.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/1.json deleted file mode 100644 index ac076460..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/1.json +++ /dev/null @@ -1,807 +0,0 @@ -{ - "lineID:3": 1, - "order:3": 1, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "projecte:item.pe_arcana_ring", - "tag:10": { - "Mode:1": 0 - } - }, - "name:8": "Personal Augmentation", - "visibility:8": "ALWAYS" - } - }, - "quests:9": { - "0:10": { - "id:3": 1321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -288 - }, - "1:10": { - "id:3": 1347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 48 - }, - "2:10": { - "id:3": 1358, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 0 - }, - "3:10": { - "id:3": 1359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -384 - }, - "4:10": { - "id:3": 1360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -432 - }, - "5:10": { - "id:3": 1361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -480 - }, - "6:10": { - "id:3": 1362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -336 - }, - "7:10": { - "id:3": 1366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 48 - }, - "8:10": { - "id:3": 1758, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -384 - }, - "9:10": { - "id:3": 1759, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -432 - }, - "10:10": { - "id:3": 1760, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -480 - }, - "11:10": { - "id:3": 1761, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -432 - }, - "12:10": { - "id:3": 1762, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -480 - }, - "13:10": { - "id:3": 1803, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "14:10": { - "id:3": 1804, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 192 - }, - "15:10": { - "id:3": 1805, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 240 - }, - "16:10": { - "id:3": 2180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -240 - }, - "17:10": { - "id:3": 2244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -384 - }, - "18:10": { - "id:3": 2286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -384 - }, - "19:10": { - "id:3": 2287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -420 - }, - "20:10": { - "id:3": 2288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -456 - }, - "21:10": { - "id:3": 2289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -492 - }, - "22:10": { - "id:3": 2341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 144 - }, - "23:10": { - "id:3": 2342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 192 - }, - "24:10": { - "id:3": 2343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 288 - }, - "25:10": { - "id:3": 2344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "26:10": { - "id:3": 2345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -384 - }, - "27:10": { - "id:3": 50054, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": -180, - "y:3": -132 - }, - "28:10": { - "id:3": 50055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -384 - }, - "29:10": { - "id:3": 50056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -384 - }, - "30:10": { - "id:3": 50057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -384 - }, - "31:10": { - "id:3": 50058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -384 - }, - "32:10": { - "id:3": 50059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -192 - }, - "33:10": { - "id:3": 50060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -144 - }, - "34:10": { - "id:3": 50061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -96 - }, - "35:10": { - "id:3": 50062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -48 - }, - "36:10": { - "id:3": 50064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 144 - }, - "37:10": { - "id:3": 50065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 96 - }, - "38:10": { - "id:3": 50066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 96 - }, - "39:10": { - "id:3": 50068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -48 - }, - "40:10": { - "id:3": 50070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -48 - }, - "41:10": { - "id:3": 50071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "42:10": { - "id:3": 50072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "43:10": { - "id:3": 50074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -96 - }, - "44:10": { - "id:3": 50075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "45:10": { - "id:3": 50076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -96 - }, - "46:10": { - "id:3": 50077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -96 - }, - "47:10": { - "id:3": 50078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -144 - }, - "48:10": { - "id:3": 50080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -192 - }, - "49:10": { - "id:3": 50081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -192 - }, - "50:10": { - "id:3": 50082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -144 - }, - "51:10": { - "id:3": 50083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -240 - }, - "52:10": { - "id:3": 50084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -288 - }, - "53:10": { - "id:3": 50085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -240 - }, - "54:10": { - "id:3": 50086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -288 - }, - "55:10": { - "id:3": 50087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -240 - }, - "56:10": { - "id:3": 50088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -288 - }, - "57:10": { - "id:3": 50089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -144 - }, - "58:10": { - "id:3": 50090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -144 - }, - "59:10": { - "id:3": 50091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -144 - }, - "60:10": { - "id:3": 50092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -192 - }, - "61:10": { - "id:3": 50093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -192 - }, - "62:10": { - "id:3": 50094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -144 - }, - "63:10": { - "id:3": 50095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -192 - }, - "64:10": { - "id:3": 50096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -192 - }, - "65:10": { - "id:3": 50097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "66:10": { - "id:3": 50098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -144 - }, - "67:10": { - "id:3": 50099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 144 - }, - "68:10": { - "id:3": 50100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 144 - }, - "69:10": { - "id:3": 50101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -420 - }, - "70:10": { - "id:3": 50102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -456 - }, - "71:10": { - "id:3": 50103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -492 - }, - "72:10": { - "id:3": 50104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -528 - }, - "73:10": { - "id:3": 50106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 144 - }, - "74:10": { - "id:3": 50108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 144 - }, - "75:10": { - "id:3": 50109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 144 - }, - "76:10": { - "id:3": 50110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 144 - }, - "77:10": { - "id:3": 50111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 144 - }, - "78:10": { - "id:3": 50112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 144 - }, - "79:10": { - "id:3": 50113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 192 - }, - "80:10": { - "id:3": 50114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 192 - }, - "81:10": { - "id:3": 50115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 192 - }, - "82:10": { - "id:3": 50116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "83:10": { - "id:3": 50117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 240 - }, - "84:10": { - "id:3": 50118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 240 - }, - "85:10": { - "id:3": 50119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 288 - }, - "86:10": { - "id:3": 50120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 192 - }, - "87:10": { - "id:3": 50121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 240 - }, - "88:10": { - "id:3": 50122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 96 - }, - "89:10": { - "id:3": 50123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 48 - }, - "90:10": { - "id:3": 50124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 0 - }, - "91:10": { - "id:3": 50125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -48 - }, - "92:10": { - "id:3": 50126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -96 - }, - "93:10": { - "id:3": 50128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -144 - }, - "94:10": { - "id:3": 50129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -192 - }, - "95:10": { - "id:3": 50130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -384 - }, - "96:10": { - "id:3": 50131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -240 - }, - "97:10": { - "id:3": 50132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": 96 - }, - "98:10": { - "id:3": 50133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": 48 - }, - "99:10": { - "id:3": 50134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": 0 - }, - "100:10": { - "id:3": 50135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 0 - }, - "101:10": { - "id:3": 50136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -108 - }, - "102:10": { - "id:3": 50137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -96 - }, - "103:10": { - "id:3": 50138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -108 - }, - "104:10": { - "id:3": 50139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -96 - }, - "105:10": { - "id:3": 50140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -108 - }, - "106:10": { - "id:3": 50141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -96 - }, - "107:10": { - "id:3": 50142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -480, - "y:3": -192 - }, - "108:10": { - "id:3": 50143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -192 - }, - "109:10": { - "id:3": 50144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -624, - "y:3": -192 - }, - "110:10": { - "id:3": 50145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -192 - }, - "111:10": { - "id:3": 50146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -432 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/10.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/10.json deleted file mode 100644 index c9bc0494..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/10.json +++ /dev/null @@ -1,863 +0,0 @@ -{ - "lineID:3": 10, - "order:3": 14, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:defined_ingot" - }, - "name:8": "Elemental Knowledge" - } - }, - "quests:9": { - "0:10": { - "id:3": 138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 24 - }, - "1:10": { - "id:3": 142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -12 - }, - "2:10": { - "id:3": 342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -48 - }, - "3:10": { - "id:3": 539, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -84 - }, - "4:10": { - "id:3": 540, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -120 - }, - "5:10": { - "id:3": 541, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -156 - }, - "6:10": { - "id:3": 542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -192 - }, - "7:10": { - "id:3": 543, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -228 - }, - "8:10": { - "id:3": 544, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -192 - }, - "9:10": { - "id:3": 545, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -156 - }, - "10:10": { - "id:3": 546, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -120 - }, - "11:10": { - "id:3": 547, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -84 - }, - "12:10": { - "id:3": 548, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -48 - }, - "13:10": { - "id:3": 549, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": -12 - }, - "14:10": { - "id:3": 550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -84 - }, - "15:10": { - "id:3": 551, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -120 - }, - "16:10": { - "id:3": 552, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -48 - }, - "17:10": { - "id:3": 553, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": -48 - }, - "18:10": { - "id:3": 554, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -48 - }, - "19:10": { - "id:3": 555, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -48 - }, - "20:10": { - "id:3": 556, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "21:10": { - "id:3": 557, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -48 - }, - "22:10": { - "id:3": 558, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -48 - }, - "23:10": { - "id:3": 559, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -48 - }, - "24:10": { - "id:3": 560, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -48 - }, - "25:10": { - "id:3": 561, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -48 - }, - "26:10": { - "id:3": 562, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -48 - }, - "27:10": { - "id:3": 563, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -48 - }, - "28:10": { - "id:3": 564, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -48 - }, - "29:10": { - "id:3": 565, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": -48 - }, - "30:10": { - "id:3": 566, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -48 - }, - "31:10": { - "id:3": 567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -12 - }, - "32:10": { - "id:3": 568, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": -12 - }, - "33:10": { - "id:3": 569, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -12 - }, - "34:10": { - "id:3": 570, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -12 - }, - "35:10": { - "id:3": 571, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -12 - }, - "36:10": { - "id:3": 572, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -12 - }, - "37:10": { - "id:3": 573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -12 - }, - "38:10": { - "id:3": 574, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -12 - }, - "39:10": { - "id:3": 575, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -12 - }, - "40:10": { - "id:3": 576, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -12 - }, - "41:10": { - "id:3": 577, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -12 - }, - "42:10": { - "id:3": 578, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -12 - }, - "43:10": { - "id:3": 579, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -12 - }, - "44:10": { - "id:3": 580, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": -12 - }, - "45:10": { - "id:3": 581, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -12 - }, - "46:10": { - "id:3": 582, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -12 - }, - "47:10": { - "id:3": 583, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -48 - }, - "48:10": { - "id:3": 584, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -84 - }, - "49:10": { - "id:3": 585, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -120 - }, - "50:10": { - "id:3": 586, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -12 - }, - "51:10": { - "id:3": 587, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -12 - }, - "52:10": { - "id:3": 588, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -12 - }, - "53:10": { - "id:3": 589, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -12 - }, - "54:10": { - "id:3": 590, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -12 - }, - "55:10": { - "id:3": 591, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -12 - }, - "56:10": { - "id:3": 592, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -12 - }, - "57:10": { - "id:3": 593, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -12 - }, - "58:10": { - "id:3": 594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -120 - }, - "59:10": { - "id:3": 595, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -120 - }, - "60:10": { - "id:3": 596, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -120 - }, - "61:10": { - "id:3": 597, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -120 - }, - "62:10": { - "id:3": 598, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -120 - }, - "63:10": { - "id:3": 599, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -120 - }, - "64:10": { - "id:3": 600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -120 - }, - "65:10": { - "id:3": 601, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -120 - }, - "66:10": { - "id:3": 602, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -84 - }, - "67:10": { - "id:3": 603, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -48 - }, - "68:10": { - "id:3": 604, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -48 - }, - "69:10": { - "id:3": 605, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -48 - }, - "70:10": { - "id:3": 606, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -84 - }, - "71:10": { - "id:3": 607, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -84 - }, - "72:10": { - "id:3": 608, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -84 - }, - "73:10": { - "id:3": 609, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -84 - }, - "74:10": { - "id:3": 610, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -84 - }, - "75:10": { - "id:3": 611, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -84 - }, - "76:10": { - "id:3": 612, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -84 - }, - "77:10": { - "id:3": 613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -48 - }, - "78:10": { - "id:3": 614, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -48 - }, - "79:10": { - "id:3": 615, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -48 - }, - "80:10": { - "id:3": 616, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -48 - }, - "81:10": { - "id:3": 617, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -48 - }, - "82:10": { - "id:3": 618, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -12 - }, - "83:10": { - "id:3": 619, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -12 - }, - "84:10": { - "id:3": 620, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -12 - }, - "85:10": { - "id:3": 621, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -12 - }, - "86:10": { - "id:3": 622, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -12 - }, - "87:10": { - "id:3": 623, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -156 - }, - "88:10": { - "id:3": 624, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -192 - }, - "89:10": { - "id:3": 625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -120 - }, - "90:10": { - "id:3": 626, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -84 - }, - "91:10": { - "id:3": 627, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -48 - }, - "92:10": { - "id:3": 628, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -48 - }, - "93:10": { - "id:3": 629, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -48 - }, - "94:10": { - "id:3": 630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -48 - }, - "95:10": { - "id:3": 631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -48 - }, - "96:10": { - "id:3": 632, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -84 - }, - "97:10": { - "id:3": 633, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -84 - }, - "98:10": { - "id:3": 634, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -84 - }, - "99:10": { - "id:3": 635, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -84 - }, - "100:10": { - "id:3": 636, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -120 - }, - "101:10": { - "id:3": 637, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -156 - }, - "102:10": { - "id:3": 638, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -192 - }, - "103:10": { - "id:3": 639, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -156 - }, - "104:10": { - "id:3": 640, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -120 - }, - "105:10": { - "id:3": 641, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -120 - }, - "106:10": { - "id:3": 642, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -120 - }, - "107:10": { - "id:3": 643, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -156 - }, - "108:10": { - "id:3": 644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -156 - }, - "109:10": { - "id:3": 645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -192 - }, - "110:10": { - "id:3": 646, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -192 - }, - "111:10": { - "id:3": 647, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -192 - }, - "112:10": { - "id:3": 648, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -12 - }, - "113:10": { - "id:3": 649, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -48 - }, - "114:10": { - "id:3": 650, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -84 - }, - "115:10": { - "id:3": 651, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -120 - }, - "116:10": { - "id:3": 652, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -156 - }, - "117:10": { - "id:3": 653, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -192 - }, - "118:10": { - "id:3": 654, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -228 - }, - "119:10": { - "id:3": 655, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": 24 - }, - "120:10": { - "id:3": 656, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 24 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/11.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/11.json deleted file mode 100644 index b770f777..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/11.json +++ /dev/null @@ -1,645 +0,0 @@ -{ - "lineID:3": 11, - "order:3": 10, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:black_ender_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Blade of Terra" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 37 - }, - "1:10": { - "id:2": 46, - "lvl:2": 1 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Super-Enchanting" - } - }, - "quests:9": { - "0:10": { - "id:3": 522, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 48 - }, - "1:10": { - "id:3": 940, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": -24 - }, - "2:10": { - "id:3": 941, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -24 - }, - "3:10": { - "id:3": 942, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -24 - }, - "4:10": { - "id:3": 943, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -24 - }, - "5:10": { - "id:3": 944, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -24 - }, - "6:10": { - "id:3": 945, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -24 - }, - "7:10": { - "id:3": 946, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -24 - }, - "8:10": { - "id:3": 947, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -24 - }, - "9:10": { - "id:3": 948, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -24 - }, - "10:10": { - "id:3": 949, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 168 - }, - "11:10": { - "id:3": 950, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 240 - }, - "12:10": { - "id:3": 951, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 240 - }, - "13:10": { - "id:3": 952, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 264 - }, - "14:10": { - "id:3": 953, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 48 - }, - "15:10": { - "id:3": 954, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 120 - }, - "16:10": { - "id:3": 955, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 144 - }, - "17:10": { - "id:3": 956, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 24 - }, - "18:10": { - "id:3": 957, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 24 - }, - "19:10": { - "id:3": 958, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 120 - }, - "20:10": { - "id:3": 959, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 48 - }, - "21:10": { - "id:3": 960, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 168 - }, - "22:10": { - "id:3": 961, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 96 - }, - "23:10": { - "id:3": 962, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 120 - }, - "24:10": { - "id:3": 963, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 120 - }, - "25:10": { - "id:3": 964, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 96 - }, - "26:10": { - "id:3": 965, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 96 - }, - "27:10": { - "id:3": 966, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 120 - }, - "28:10": { - "id:3": 967, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 96 - }, - "29:10": { - "id:3": 968, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 96 - }, - "30:10": { - "id:3": 969, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 96 - }, - "31:10": { - "id:3": 970, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 192 - }, - "32:10": { - "id:3": 971, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 168 - }, - "33:10": { - "id:3": 972, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 96 - }, - "34:10": { - "id:3": 973, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 24 - }, - "35:10": { - "id:3": 974, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 48 - }, - "36:10": { - "id:3": 975, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 168 - }, - "37:10": { - "id:3": 976, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 144 - }, - "38:10": { - "id:3": 977, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 24 - }, - "39:10": { - "id:3": 978, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 24 - }, - "40:10": { - "id:3": 979, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 48 - }, - "41:10": { - "id:3": 980, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 96 - }, - "42:10": { - "id:3": 981, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 120 - }, - "43:10": { - "id:3": 982, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 24 - }, - "44:10": { - "id:3": 983, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 264 - }, - "45:10": { - "id:3": 984, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 24 - }, - "46:10": { - "id:3": 985, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 24 - }, - "47:10": { - "id:3": 986, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 168 - }, - "48:10": { - "id:3": 987, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 24 - }, - "49:10": { - "id:3": 988, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 48 - }, - "50:10": { - "id:3": 989, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 96 - }, - "51:10": { - "id:3": 990, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 72 - }, - "52:10": { - "id:3": 991, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 48 - }, - "53:10": { - "id:3": 992, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 192 - }, - "54:10": { - "id:3": 993, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 120 - }, - "55:10": { - "id:3": 994, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 168 - }, - "56:10": { - "id:3": 995, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 24 - }, - "57:10": { - "id:3": 996, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 96 - }, - "58:10": { - "id:3": 997, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 240 - }, - "59:10": { - "id:3": 998, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 168 - }, - "60:10": { - "id:3": 999, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -24 - }, - "61:10": { - "id:3": 1008, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 240 - }, - "62:10": { - "id:3": 1012, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 24 - }, - "63:10": { - "id:3": 1020, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 192 - }, - "64:10": { - "id:3": 1152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 72 - }, - "65:10": { - "id:3": 1153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 72 - }, - "66:10": { - "id:3": 1340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 24 - }, - "67:10": { - "id:3": 1357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 96 - }, - "68:10": { - "id:3": 1820, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 48 - }, - "69:10": { - "id:3": 1966, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 96 - }, - "70:10": { - "id:3": 1970, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 120 - }, - "71:10": { - "id:3": 2030, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 48 - }, - "72:10": { - "id:3": 2069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 48 - }, - "73:10": { - "id:3": 2080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 48 - }, - "74:10": { - "id:3": 2081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 120 - }, - "75:10": { - "id:3": 2125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 48 - }, - "76:10": { - "id:3": 2132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 96 - }, - "77:10": { - "id:3": 2133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 96 - }, - "78:10": { - "id:3": 2157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 24 - }, - "79:10": { - "id:3": 2158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 24 - }, - "80:10": { - "id:3": 2159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 24 - }, - "81:10": { - "id:3": 2160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 144 - }, - "82:10": { - "id:3": 2172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 24 - }, - "83:10": { - "id:3": 2200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 72 - }, - "84:10": { - "id:3": 937324342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 24 - }, - "85:10": { - "id:3": 1088310052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 24 - }, - "86:10": { - "id:3": 1326454147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 144 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/12.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/12.json deleted file mode 100644 index 806a4645..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/12.json +++ /dev/null @@ -1,2781 +0,0 @@ -{ - "lineID:3": 12, - "order:3": 11, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:angelic_chestplate" - }, - "name:8": "Armory" - } - }, - "quests:9": { - "0:10": { - "id:3": 1160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 756 - }, - "1:10": { - "id:3": 1586, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -60 - }, - "2:10": { - "id:3": 1587, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": -60 - }, - "3:10": { - "id:3": 1588, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -12 - }, - "4:10": { - "id:3": 1589, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -12 - }, - "5:10": { - "id:3": 1590, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -12 - }, - "6:10": { - "id:3": 1591, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": -12 - }, - "7:10": { - "id:3": 1592, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -12 - }, - "8:10": { - "id:3": 1593, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -12 - }, - "9:10": { - "id:3": 1594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -12 - }, - "10:10": { - "id:3": 1595, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -60 - }, - "11:10": { - "id:3": 1596, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 132 - }, - "12:10": { - "id:3": 1597, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 132 - }, - "13:10": { - "id:3": 1598, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 300 - }, - "14:10": { - "id:3": 1599, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 516 - }, - "15:10": { - "id:3": 1600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 12 - }, - "16:10": { - "id:3": 1601, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 180 - }, - "17:10": { - "id:3": 1602, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 300 - }, - "18:10": { - "id:3": 1603, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 300 - }, - "19:10": { - "id:3": 1604, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 156 - }, - "20:10": { - "id:3": 1605, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 132 - }, - "21:10": { - "id:3": 1606, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 12 - }, - "22:10": { - "id:3": 1607, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 12 - }, - "23:10": { - "id:3": 1608, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 228 - }, - "24:10": { - "id:3": 1609, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 12 - }, - "25:10": { - "id:3": 1610, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 12 - }, - "26:10": { - "id:3": 1611, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 156 - }, - "27:10": { - "id:3": 1612, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 156 - }, - "28:10": { - "id:3": 1613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 156 - }, - "29:10": { - "id:3": 1614, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 156 - }, - "30:10": { - "id:3": 1615, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 156 - }, - "31:10": { - "id:3": 1616, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 132 - }, - "32:10": { - "id:3": 1617, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 132 - }, - "33:10": { - "id:3": 1618, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 132 - }, - "34:10": { - "id:3": 1619, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 132 - }, - "35:10": { - "id:3": 1620, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 132 - }, - "36:10": { - "id:3": 1621, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 132 - }, - "37:10": { - "id:3": 1622, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 132 - }, - "38:10": { - "id:3": 1623, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 132 - }, - "39:10": { - "id:3": 1624, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 132 - }, - "40:10": { - "id:3": 1625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 132 - }, - "41:10": { - "id:3": 1626, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 372 - }, - "42:10": { - "id:3": 1627, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 396 - }, - "43:10": { - "id:3": 1628, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 396 - }, - "44:10": { - "id:3": 1629, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 372 - }, - "45:10": { - "id:3": 1630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 372 - }, - "46:10": { - "id:3": 1631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 300 - }, - "47:10": { - "id:3": 1632, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 300 - }, - "48:10": { - "id:3": 1633, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 300 - }, - "49:10": { - "id:3": 1634, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 300 - }, - "50:10": { - "id:3": 1635, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 300 - }, - "51:10": { - "id:3": 1636, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 300 - }, - "52:10": { - "id:3": 1637, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 300 - }, - "53:10": { - "id:3": 1638, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 300 - }, - "54:10": { - "id:3": 1639, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 300 - }, - "55:10": { - "id:3": 1640, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 300 - }, - "56:10": { - "id:3": 1641, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 684 - }, - "57:10": { - "id:3": 1646, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 684 - }, - "58:10": { - "id:3": 1647, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 516 - }, - "59:10": { - "id:3": 1648, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 516 - }, - "60:10": { - "id:3": 1649, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 516 - }, - "61:10": { - "id:3": 1650, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 516 - }, - "62:10": { - "id:3": 1651, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 348 - }, - "63:10": { - "id:3": 1652, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 516 - }, - "64:10": { - "id:3": 1653, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 516 - }, - "65:10": { - "id:3": 1654, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 516 - }, - "66:10": { - "id:3": 1655, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 516 - }, - "67:10": { - "id:3": 1656, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 516 - }, - "68:10": { - "id:3": 1661, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 564 - }, - "69:10": { - "id:3": 1662, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 348 - }, - "70:10": { - "id:3": 1663, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 324 - }, - "71:10": { - "id:3": 1664, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 324 - }, - "72:10": { - "id:3": 1665, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 300 - }, - "73:10": { - "id:3": 1666, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 156 - }, - "74:10": { - "id:3": 1667, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 132 - }, - "75:10": { - "id:3": 1668, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 180 - }, - "76:10": { - "id:3": 1669, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 156 - }, - "77:10": { - "id:3": 1670, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 156 - }, - "78:10": { - "id:3": 1671, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 156 - }, - "79:10": { - "id:3": 1672, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 300 - }, - "80:10": { - "id:3": 1673, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 300 - }, - "81:10": { - "id:3": 1674, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 300 - }, - "82:10": { - "id:3": 1675, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 324 - }, - "83:10": { - "id:3": 1676, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 324 - }, - "84:10": { - "id:3": 1677, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 300 - }, - "85:10": { - "id:3": 1678, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 348 - }, - "86:10": { - "id:3": 1679, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 348 - }, - "87:10": { - "id:3": 1680, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 372 - }, - "88:10": { - "id:3": 1681, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 372 - }, - "89:10": { - "id:3": 1682, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 204 - }, - "90:10": { - "id:3": 1683, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 684 - }, - "91:10": { - "id:3": 1684, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 516 - }, - "92:10": { - "id:3": 1685, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 540 - }, - "93:10": { - "id:3": 1686, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 540 - }, - "94:10": { - "id:3": 1687, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 540 - }, - "95:10": { - "id:3": 1688, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 540 - }, - "96:10": { - "id:3": 1689, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 540 - }, - "97:10": { - "id:3": 1690, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 372 - }, - "98:10": { - "id:3": 1691, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 396 - }, - "99:10": { - "id:3": 1692, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 564 - }, - "100:10": { - "id:3": 1693, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 564 - }, - "101:10": { - "id:3": 1694, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 564 - }, - "102:10": { - "id:3": 1695, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 564 - }, - "103:10": { - "id:3": 1696, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 396 - }, - "104:10": { - "id:3": 1697, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 228 - }, - "105:10": { - "id:3": 1698, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 396 - }, - "106:10": { - "id:3": 1699, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 588 - }, - "107:10": { - "id:3": 1700, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 588 - }, - "108:10": { - "id:3": 1701, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 588 - }, - "109:10": { - "id:3": 1702, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 228 - }, - "110:10": { - "id:3": 1703, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 228 - }, - "111:10": { - "id:3": 1704, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 228 - }, - "112:10": { - "id:3": 1705, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 588 - }, - "113:10": { - "id:3": 1706, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 252 - }, - "114:10": { - "id:3": 1707, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 348 - }, - "115:10": { - "id:3": 1708, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 396 - }, - "116:10": { - "id:3": 1709, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 588 - }, - "117:10": { - "id:3": 1710, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 348 - }, - "118:10": { - "id:3": 1711, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 324 - }, - "119:10": { - "id:3": 1712, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 372 - }, - "120:10": { - "id:3": 1713, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 684 - }, - "121:10": { - "id:3": 1714, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 708 - }, - "122:10": { - "id:3": 1715, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 708 - }, - "123:10": { - "id:3": 1716, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 708 - }, - "124:10": { - "id:3": 1717, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 708 - }, - "125:10": { - "id:3": 1718, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 708 - }, - "126:10": { - "id:3": 1719, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 132 - }, - "127:10": { - "id:3": 1720, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 684 - }, - "128:10": { - "id:3": 1721, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 684 - }, - "129:10": { - "id:3": 1722, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 180 - }, - "130:10": { - "id:3": 1723, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 684 - }, - "131:10": { - "id:3": 1724, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 180 - }, - "132:10": { - "id:3": 1725, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 684 - }, - "133:10": { - "id:3": 1726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 732 - }, - "134:10": { - "id:3": 1727, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 732 - }, - "135:10": { - "id:3": 1728, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 732 - }, - "136:10": { - "id:3": 1729, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 132 - }, - "137:10": { - "id:3": 1730, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 156 - }, - "138:10": { - "id:3": 1731, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 156 - }, - "139:10": { - "id:3": 1732, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 156 - }, - "140:10": { - "id:3": 1733, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 156 - }, - "141:10": { - "id:3": 1734, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 156 - }, - "142:10": { - "id:3": 1735, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 252 - }, - "143:10": { - "id:3": 1736, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 132 - }, - "144:10": { - "id:3": 1737, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 132 - }, - "145:10": { - "id:3": 1738, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 132 - }, - "146:10": { - "id:3": 1739, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 684 - }, - "147:10": { - "id:3": 1740, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 612 - }, - "148:10": { - "id:3": 1741, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 684 - }, - "149:10": { - "id:3": 1742, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 684 - }, - "150:10": { - "id:3": 1743, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 132 - }, - "151:10": { - "id:3": 1744, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 684 - }, - "152:10": { - "id:3": 1745, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 132 - }, - "153:10": { - "id:3": 1766, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -60 - }, - "154:10": { - "id:3": 1770, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -60 - }, - "155:10": { - "id:3": 1806, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 252 - }, - "156:10": { - "id:3": 1807, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 684 - }, - "157:10": { - "id:3": 1808, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 708 - }, - "158:10": { - "id:3": 1809, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 708 - }, - "159:10": { - "id:3": 1810, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 708 - }, - "160:10": { - "id:3": 1811, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 708 - }, - "161:10": { - "id:3": 1812, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 708 - }, - "162:10": { - "id:3": 1813, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 540 - }, - "163:10": { - "id:3": 1814, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 540 - }, - "164:10": { - "id:3": 1815, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 540 - }, - "165:10": { - "id:3": 1816, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 540 - }, - "166:10": { - "id:3": 1821, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 732 - }, - "167:10": { - "id:3": 1822, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 204 - }, - "168:10": { - "id:3": 1823, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 324 - }, - "169:10": { - "id:3": 1824, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 324 - }, - "170:10": { - "id:3": 1825, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 324 - }, - "171:10": { - "id:3": 1826, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 324 - }, - "172:10": { - "id:3": 1827, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 324 - }, - "173:10": { - "id:3": 1828, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 180 - }, - "174:10": { - "id:3": 1829, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 180 - }, - "175:10": { - "id:3": 1830, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 180 - }, - "176:10": { - "id:3": 1831, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 132 - }, - "177:10": { - "id:3": 1832, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 156 - }, - "178:10": { - "id:3": 1833, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 12 - }, - "179:10": { - "id:3": 1834, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 252 - }, - "180:10": { - "id:3": 1835, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -12 - }, - "181:10": { - "id:3": 1836, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -12 - }, - "182:10": { - "id:3": 1837, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 12 - }, - "183:10": { - "id:3": 1838, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 12 - }, - "184:10": { - "id:3": 1839, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 12 - }, - "185:10": { - "id:3": 1840, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 420 - }, - "186:10": { - "id:3": 1841, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 612 - }, - "187:10": { - "id:3": 1842, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -12 - }, - "188:10": { - "id:3": 1843, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -12 - }, - "189:10": { - "id:3": 1844, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -12 - }, - "190:10": { - "id:3": 1846, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 732 - }, - "191:10": { - "id:3": 1847, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 732 - }, - "192:10": { - "id:3": 1848, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 732 - }, - "193:10": { - "id:3": 1849, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 732 - }, - "194:10": { - "id:3": 1850, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 180 - }, - "195:10": { - "id:3": 1851, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 612 - }, - "196:10": { - "id:3": 1852, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 612 - }, - "197:10": { - "id:3": 1853, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 612 - }, - "198:10": { - "id:3": 1854, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 636 - }, - "199:10": { - "id:3": 1855, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 132 - }, - "200:10": { - "id:3": 1856, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 180 - }, - "201:10": { - "id:3": 1857, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 180 - }, - "202:10": { - "id:3": 1858, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 180 - }, - "203:10": { - "id:3": 1859, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 204 - }, - "204:10": { - "id:3": 1860, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 204 - }, - "205:10": { - "id:3": 1861, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 204 - }, - "206:10": { - "id:3": 1862, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 348 - }, - "207:10": { - "id:3": 1863, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 348 - }, - "208:10": { - "id:3": 1864, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 348 - }, - "209:10": { - "id:3": 1865, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 348 - }, - "210:10": { - "id:3": 1866, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 372 - }, - "211:10": { - "id:3": 1867, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 540 - }, - "212:10": { - "id:3": 1868, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 204 - }, - "213:10": { - "id:3": 1869, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 372 - }, - "214:10": { - "id:3": 1870, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 564 - }, - "215:10": { - "id:3": 1874, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 372 - }, - "216:10": { - "id:3": 1875, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 372 - }, - "217:10": { - "id:3": 1876, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 372 - }, - "218:10": { - "id:3": 1877, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 516 - }, - "219:10": { - "id:3": 1878, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 564 - }, - "220:10": { - "id:3": 1879, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 204 - }, - "221:10": { - "id:3": 1880, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 204 - }, - "222:10": { - "id:3": 1881, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 228 - }, - "223:10": { - "id:3": 1882, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 228 - }, - "224:10": { - "id:3": 1884, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 756 - }, - "225:10": { - "id:3": 1889, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 420 - }, - "226:10": { - "id:3": 1890, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 420 - }, - "227:10": { - "id:3": 1891, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 396 - }, - "228:10": { - "id:3": 1892, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 348 - }, - "229:10": { - "id:3": 1893, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 228 - }, - "230:10": { - "id:3": 1894, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 204 - }, - "231:10": { - "id:3": 1897, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 204 - }, - "232:10": { - "id:3": 1898, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 204 - }, - "233:10": { - "id:3": 1899, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 204 - }, - "234:10": { - "id:3": 1900, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 420 - }, - "235:10": { - "id:3": 1901, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 420 - }, - "236:10": { - "id:3": 1902, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 348 - }, - "237:10": { - "id:3": 1903, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 420 - }, - "238:10": { - "id:3": 1904, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 420 - }, - "239:10": { - "id:3": 1905, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 252 - }, - "240:10": { - "id:3": 1906, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 324 - }, - "241:10": { - "id:3": 1907, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 444 - }, - "242:10": { - "id:3": 1908, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 444 - }, - "243:10": { - "id:3": 1909, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 444 - }, - "244:10": { - "id:3": 1910, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 444 - }, - "245:10": { - "id:3": 1911, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 444 - }, - "246:10": { - "id:3": 1912, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 444 - }, - "247:10": { - "id:3": 1913, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 468 - }, - "248:10": { - "id:3": 1914, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 444 - }, - "249:10": { - "id:3": 1915, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -60 - }, - "250:10": { - "id:3": 1916, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": -12 - }, - "251:10": { - "id:3": 1917, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 132 - }, - "252:10": { - "id:3": 1918, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 300 - }, - "253:10": { - "id:3": 1920, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -60 - }, - "254:10": { - "id:3": 1921, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -12 - }, - "255:10": { - "id:3": 1922, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 132 - }, - "256:10": { - "id:3": 1923, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 300 - }, - "257:10": { - "id:3": 1925, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -60 - }, - "258:10": { - "id:3": 1927, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 132 - }, - "259:10": { - "id:3": 1928, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 132 - }, - "260:10": { - "id:3": 1930, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -60 - }, - "261:10": { - "id:3": 1931, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -12 - }, - "262:10": { - "id:3": 1932, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 132 - }, - "263:10": { - "id:3": 1933, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 132 - }, - "264:10": { - "id:3": 1935, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -60 - }, - "265:10": { - "id:3": 1936, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -12 - }, - "266:10": { - "id:3": 1942, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": 132 - }, - "267:10": { - "id:3": 1943, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -60 - }, - "268:10": { - "id:3": 1944, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -12 - }, - "269:10": { - "id:3": 1945, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": 132 - }, - "270:10": { - "id:3": 1946, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": 300 - }, - "271:10": { - "id:3": 1947, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": 156 - }, - "272:10": { - "id:3": 1948, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -12 - }, - "273:10": { - "id:3": 1949, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 300 - }, - "274:10": { - "id:3": 1950, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 156 - }, - "275:10": { - "id:3": 1951, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": 132 - }, - "276:10": { - "id:3": 1952, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 300 - }, - "277:10": { - "id:3": 1953, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -12 - }, - "278:10": { - "id:3": 1954, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -12 - }, - "279:10": { - "id:3": 1960, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 132 - }, - "280:10": { - "id:3": 1961, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 156 - }, - "281:10": { - "id:3": 1962, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 132 - }, - "282:10": { - "id:3": 1963, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 156 - }, - "283:10": { - "id:3": 1964, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -12 - }, - "284:10": { - "id:3": 1967, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 516 - }, - "285:10": { - "id:3": 1972, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 732 - }, - "286:10": { - "id:3": 1973, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 732 - }, - "287:10": { - "id:3": 1978, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 324 - }, - "288:10": { - "id:3": 1979, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 468 - }, - "289:10": { - "id:3": 1984, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 180 - }, - "290:10": { - "id:3": 1987, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 228 - }, - "291:10": { - "id:3": 1988, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 204 - }, - "292:10": { - "id:3": 1989, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 180 - }, - "293:10": { - "id:3": 1990, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 204 - }, - "294:10": { - "id:3": 1991, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 180 - }, - "295:10": { - "id:3": 1992, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 396 - }, - "296:10": { - "id:3": 1993, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 396 - }, - "297:10": { - "id:3": 1994, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 396 - }, - "298:10": { - "id:3": 1995, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 396 - }, - "299:10": { - "id:3": 1996, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 396 - }, - "300:10": { - "id:3": 1997, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 156 - }, - "301:10": { - "id:3": 1998, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 228 - }, - "302:10": { - "id:3": 1999, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 228 - }, - "303:10": { - "id:3": 2000, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 252 - }, - "304:10": { - "id:3": 2001, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 252 - }, - "305:10": { - "id:3": 2005, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 228 - }, - "306:10": { - "id:3": 2006, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 228 - }, - "307:10": { - "id:3": 2007, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 252 - }, - "308:10": { - "id:3": 2008, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 228 - }, - "309:10": { - "id:3": 2009, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 300 - }, - "310:10": { - "id:3": 2010, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 300 - }, - "311:10": { - "id:3": 2011, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 324 - }, - "312:10": { - "id:3": 2012, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 324 - }, - "313:10": { - "id:3": 2013, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 348 - }, - "314:10": { - "id:3": 2014, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 348 - }, - "315:10": { - "id:3": 2015, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 372 - }, - "316:10": { - "id:3": 2016, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 372 - }, - "317:10": { - "id:3": 2017, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 756 - }, - "318:10": { - "id:3": 2018, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 756 - }, - "319:10": { - "id:3": 2020, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 684 - }, - "320:10": { - "id:3": 2021, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 12 - }, - "321:10": { - "id:3": 2022, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 132 - }, - "322:10": { - "id:3": 2023, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 300 - }, - "323:10": { - "id:3": 2027, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 156 - }, - "324:10": { - "id:3": 2028, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 324 - }, - "325:10": { - "id:3": 2032, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 132 - }, - "326:10": { - "id:3": 2033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 300 - }, - "327:10": { - "id:3": 2035, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 684 - }, - "328:10": { - "id:3": 2036, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 132 - }, - "329:10": { - "id:3": 2037, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 300 - }, - "330:10": { - "id:3": 2039, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -12 - }, - "331:10": { - "id:3": 2041, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 132 - }, - "332:10": { - "id:3": 2042, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 156 - }, - "333:10": { - "id:3": 2043, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 300 - }, - "334:10": { - "id:3": 2044, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 300 - }, - "335:10": { - "id:3": 2047, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 300 - }, - "336:10": { - "id:3": 2051, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 156 - }, - "337:10": { - "id:3": 2052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 156 - }, - "338:10": { - "id:3": 2053, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 156 - }, - "339:10": { - "id:3": 2054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 156 - }, - "340:10": { - "id:3": 2055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 156 - }, - "341:10": { - "id:3": 2056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 180 - }, - "342:10": { - "id:3": 2057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 180 - }, - "343:10": { - "id:3": 2058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 180 - }, - "344:10": { - "id:3": 2059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 180 - }, - "345:10": { - "id:3": 2060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 180 - }, - "346:10": { - "id:3": 2061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 204 - }, - "347:10": { - "id:3": 2062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 204 - }, - "348:10": { - "id:3": 2063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 204 - }, - "349:10": { - "id:3": 2064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 204 - }, - "350:10": { - "id:3": 2065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 204 - }, - "351:10": { - "id:3": 2066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -12 - }, - "352:10": { - "id:3": 2067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 132 - }, - "353:10": { - "id:3": 2068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 300 - }, - "354:10": { - "id:3": 2070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 156 - }, - "355:10": { - "id:3": 2071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 156 - }, - "356:10": { - "id:3": 2072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 156 - }, - "357:10": { - "id:3": 2073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 156 - }, - "358:10": { - "id:3": 2074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 156 - }, - "359:10": { - "id:3": 2075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": 180 - }, - "360:10": { - "id:3": 2092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 12 - }, - "361:10": { - "id:3": 2093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 156 - }, - "362:10": { - "id:3": 2094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 180 - }, - "363:10": { - "id:3": 2095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 180 - }, - "364:10": { - "id:3": 2096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 180 - }, - "365:10": { - "id:3": 2097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 228 - }, - "366:10": { - "id:3": 2098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 228 - }, - "367:10": { - "id:3": 2099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 228 - }, - "368:10": { - "id:3": 2100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 228 - }, - "369:10": { - "id:3": 2101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 228 - }, - "370:10": { - "id:3": 2102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 180 - }, - "371:10": { - "id:3": 2103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 180 - }, - "372:10": { - "id:3": 2104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 180 - }, - "373:10": { - "id:3": 2105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 252 - }, - "374:10": { - "id:3": 2106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 324 - }, - "375:10": { - "id:3": 2107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 252 - }, - "376:10": { - "id:3": 2109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 204 - }, - "377:10": { - "id:3": 2110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 396 - }, - "378:10": { - "id:3": 2111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 396 - }, - "379:10": { - "id:3": 2114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 324 - }, - "380:10": { - "id:3": 2115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 324 - }, - "381:10": { - "id:3": 2116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 324 - }, - "382:10": { - "id:3": 2117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 324 - }, - "383:10": { - "id:3": 2118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 348 - }, - "384:10": { - "id:3": 2119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 348 - }, - "385:10": { - "id:3": 2120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": 348 - }, - "386:10": { - "id:3": 2121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 324 - }, - "387:10": { - "id:3": 2123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 420 - }, - "388:10": { - "id:3": 2151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": -12 - }, - "389:10": { - "id:3": 2152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 12 - }, - "390:10": { - "id:3": 2187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 636 - }, - "391:10": { - "id:3": 2242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 12 - }, - "392:10": { - "id:3": 46903672, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 252 - }, - "393:10": { - "id:3": 1000674322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 36 - }, - "394:10": { - "id:3": 1865694956, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 132, - "y:3": 756 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/13.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/13.json deleted file mode 100644 index 9d08795a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/13.json +++ /dev/null @@ -1,2312 +0,0 @@ -{ - "lineID:3": 13, - "order:3": 3, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:cast_custom" - }, - "name:8": "Tinkerer\u0027s Toolbox" - } - }, - "quests:9": { - "0:10": { - "id:3": 1021, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -336 - }, - "1:10": { - "id:3": 1022, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -384 - }, - "2:10": { - "id:3": 1023, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -336 - }, - "3:10": { - "id:3": 1024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -432 - }, - "4:10": { - "id:3": 1025, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -192 - }, - "5:10": { - "id:3": 1026, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -336 - }, - "6:10": { - "id:3": 1027, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -288 - }, - "7:10": { - "id:3": 1028, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -240 - }, - "8:10": { - "id:3": 1029, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -336 - }, - "9:10": { - "id:3": 1030, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -144 - }, - "10:10": { - "id:3": 1031, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -192 - }, - "11:10": { - "id:3": 1032, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -96 - }, - "12:10": { - "id:3": 1033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -144 - }, - "13:10": { - "id:3": 1034, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -144 - }, - "14:10": { - "id:3": 1035, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -192 - }, - "15:10": { - "id:3": 1036, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -192 - }, - "16:10": { - "id:3": 1037, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -480 - }, - "17:10": { - "id:3": 1038, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -384 - }, - "18:10": { - "id:3": 1039, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -336 - }, - "19:10": { - "id:3": 1040, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -288 - }, - "20:10": { - "id:3": 1041, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -432 - }, - "21:10": { - "id:3": 1042, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -384 - }, - "22:10": { - "id:3": 1043, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -240 - }, - "23:10": { - "id:3": 1044, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -480 - }, - "24:10": { - "id:3": 1045, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -240 - }, - "25:10": { - "id:3": 1046, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -240 - }, - "26:10": { - "id:3": 1047, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -96 - }, - "27:10": { - "id:3": 1048, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -96 - }, - "28:10": { - "id:3": 1049, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -96 - }, - "29:10": { - "id:3": 1050, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -48 - }, - "30:10": { - "id:3": 1051, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -48 - }, - "31:10": { - "id:3": 1052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -48 - }, - "32:10": { - "id:3": 1053, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -240 - }, - "33:10": { - "id:3": 1054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -288 - }, - "34:10": { - "id:3": 1055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -336 - }, - "35:10": { - "id:3": 1056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -384 - }, - "36:10": { - "id:3": 1057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -384 - }, - "37:10": { - "id:3": 1058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -240 - }, - "38:10": { - "id:3": 1059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -240 - }, - "39:10": { - "id:3": 1060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -288 - }, - "40:10": { - "id:3": 1061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -336 - }, - "41:10": { - "id:3": 1062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -384 - }, - "42:10": { - "id:3": 1063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -432 - }, - "43:10": { - "id:3": 1064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -480 - }, - "44:10": { - "id:3": 1065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -480 - }, - "45:10": { - "id:3": 1066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -432 - }, - "46:10": { - "id:3": 1067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -384 - }, - "47:10": { - "id:3": 1068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -336 - }, - "48:10": { - "id:3": 1069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -288 - }, - "49:10": { - "id:3": 1070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -240 - }, - "50:10": { - "id:3": 1071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -288 - }, - "51:10": { - "id:3": 1072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -288 - }, - "52:10": { - "id:3": 1073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -480 - }, - "53:10": { - "id:3": 1074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -432 - }, - "54:10": { - "id:3": 1075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -432 - }, - "55:10": { - "id:3": 1076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -384 - }, - "56:10": { - "id:3": 1077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -480 - }, - "57:10": { - "id:3": 1078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -480 - }, - "58:10": { - "id:3": 1079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -288 - }, - "59:10": { - "id:3": 1080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -384 - }, - "60:10": { - "id:3": 1081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -528 - }, - "61:10": { - "id:3": 1082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -336 - }, - "62:10": { - "id:3": 1083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -528 - }, - "63:10": { - "id:3": 1084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -240 - }, - "64:10": { - "id:3": 1085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -528 - }, - "65:10": { - "id:3": 1086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -432 - }, - "66:10": { - "id:3": 1087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -240 - }, - "67:10": { - "id:3": 1088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -432 - }, - "68:10": { - "id:3": 1089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -288 - }, - "69:10": { - "id:3": 1090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -288 - }, - "70:10": { - "id:3": 1091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -336 - }, - "71:10": { - "id:3": 1092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -384 - }, - "72:10": { - "id:3": 1093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -432 - }, - "73:10": { - "id:3": 1094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -480 - }, - "74:10": { - "id:3": 1095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -384 - }, - "75:10": { - "id:3": 1096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -432 - }, - "76:10": { - "id:3": 1097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -480 - }, - "77:10": { - "id:3": 1098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -336 - }, - "78:10": { - "id:3": 1099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -288 - }, - "79:10": { - "id:3": 1100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -240 - }, - "80:10": { - "id:3": 1101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": -144 - }, - "81:10": { - "id:3": 1102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -192 - }, - "82:10": { - "id:3": 1103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -192 - }, - "83:10": { - "id:3": 1104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -192 - }, - "84:10": { - "id:3": 1105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -192 - }, - "85:10": { - "id:3": 1106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -192 - }, - "86:10": { - "id:3": 1107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -192 - }, - "87:10": { - "id:3": 1108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "88:10": { - "id:3": 1109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -192 - }, - "89:10": { - "id:3": 1110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -144 - }, - "90:10": { - "id:3": 1111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -144 - }, - "91:10": { - "id:3": 1112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -144 - }, - "92:10": { - "id:3": 1113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -144 - }, - "93:10": { - "id:3": 1114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -144 - }, - "94:10": { - "id:3": 1115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -144 - }, - "95:10": { - "id:3": 1116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -144 - }, - "96:10": { - "id:3": 1117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -144 - }, - "97:10": { - "id:3": 1118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -96 - }, - "98:10": { - "id:3": 1119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "99:10": { - "id:3": 1120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -96 - }, - "100:10": { - "id:3": 1121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -96 - }, - "101:10": { - "id:3": 1122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -96 - }, - "102:10": { - "id:3": 1123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -96 - }, - "103:10": { - "id:3": 1124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -96 - }, - "104:10": { - "id:3": 1125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -96 - }, - "105:10": { - "id:3": 1126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -48 - }, - "106:10": { - "id:3": 1127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -48 - }, - "107:10": { - "id:3": 1128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -48 - }, - "108:10": { - "id:3": 1129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -48 - }, - "109:10": { - "id:3": 1130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "110:10": { - "id:3": 1131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "111:10": { - "id:3": 1132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -48 - }, - "112:10": { - "id:3": 1133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -48 - }, - "113:10": { - "id:3": 1134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -528 - }, - "114:10": { - "id:3": 1348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 288 - }, - "115:10": { - "id:3": 1349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 0 - }, - "116:10": { - "id:3": 1394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1248 - }, - "117:10": { - "id:3": 1764, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 912 - }, - "118:10": { - "id:3": 1801, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1104 - }, - "119:10": { - "id:3": 1941, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 1008 - }, - "120:10": { - "id:3": 1968, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1056 - }, - "121:10": { - "id:3": 1969, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1056 - }, - "122:10": { - "id:3": 2078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 960 - }, - "123:10": { - "id:3": 2079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1008 - }, - "124:10": { - "id:3": 2124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1104 - }, - "125:10": { - "id:3": 2130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1104 - }, - "126:10": { - "id:3": 2131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 1104 - }, - "127:10": { - "id:3": 2153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1152 - }, - "128:10": { - "id:3": 2154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1152 - }, - "129:10": { - "id:3": 2155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1152 - }, - "130:10": { - "id:3": 2156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 1152 - }, - "131:10": { - "id:3": 2247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1248 - }, - "132:10": { - "id:3": 2248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 1248 - }, - "133:10": { - "id:3": 2249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1248 - }, - "134:10": { - "id:3": 2272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 432 - }, - "135:10": { - "id:3": 201013, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 192 - }, - "136:10": { - "id:3": 201014, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 144 - }, - "137:10": { - "id:3": 201015, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 144 - }, - "138:10": { - "id:3": 201016, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 144 - }, - "139:10": { - "id:3": 201017, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 144 - }, - "140:10": { - "id:3": 201018, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 144 - }, - "141:10": { - "id:3": 201019, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 192 - }, - "142:10": { - "id:3": 201020, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 144 - }, - "143:10": { - "id:3": 201021, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 768 - }, - "144:10": { - "id:3": 201022, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "145:10": { - "id:3": 201023, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 720 - }, - "146:10": { - "id:3": 201024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 720 - }, - "147:10": { - "id:3": 201025, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 720 - }, - "148:10": { - "id:3": 201026, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 720 - }, - "149:10": { - "id:3": 201027, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 48 - }, - "150:10": { - "id:3": 201028, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 48 - }, - "151:10": { - "id:3": 201029, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 96 - }, - "152:10": { - "id:3": 201030, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 96 - }, - "153:10": { - "id:3": 201031, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 48 - }, - "154:10": { - "id:3": 201032, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 96 - }, - "155:10": { - "id:3": 201033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 768 - }, - "156:10": { - "id:3": 201034, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 96 - }, - "157:10": { - "id:3": 201035, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 96 - }, - "158:10": { - "id:3": 201036, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 96 - }, - "159:10": { - "id:3": 201037, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 48 - }, - "160:10": { - "id:3": 201038, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 96 - }, - "161:10": { - "id:3": 201039, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 96 - }, - "162:10": { - "id:3": 201040, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 96 - }, - "163:10": { - "id:3": 201041, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 96 - }, - "164:10": { - "id:3": 201042, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 96 - }, - "165:10": { - "id:3": 201043, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "166:10": { - "id:3": 201044, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 240 - }, - "167:10": { - "id:3": 201045, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 240 - }, - "168:10": { - "id:3": 201046, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 240 - }, - "169:10": { - "id:3": 201047, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 48 - }, - "170:10": { - "id:3": 201048, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 144 - }, - "171:10": { - "id:3": 201049, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 48 - }, - "172:10": { - "id:3": 201050, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 48 - }, - "173:10": { - "id:3": 201051, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 144 - }, - "174:10": { - "id:3": 201052, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 192 - }, - "175:10": { - "id:3": 201053, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 672 - }, - "176:10": { - "id:3": 201054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 672 - }, - "177:10": { - "id:3": 201055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 672 - }, - "178:10": { - "id:3": 201056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 240 - }, - "179:10": { - "id:3": 201057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 144 - }, - "180:10": { - "id:3": 201058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 960 - }, - "181:10": { - "id:3": 201059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 960 - }, - "182:10": { - "id:3": 201060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1152 - }, - "183:10": { - "id:3": 201061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 240 - }, - "184:10": { - "id:3": 201062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1200 - }, - "185:10": { - "id:3": 201063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1200 - }, - "186:10": { - "id:3": 201064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 240 - }, - "187:10": { - "id:3": 201065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1152 - }, - "188:10": { - "id:3": 201066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1104 - }, - "189:10": { - "id:3": 201067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1104 - }, - "190:10": { - "id:3": 201068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 240 - }, - "191:10": { - "id:3": 201069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1248 - }, - "192:10": { - "id:3": 201070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 960 - }, - "193:10": { - "id:3": 201071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1056 - }, - "194:10": { - "id:3": 201072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 480 - }, - "195:10": { - "id:3": 201073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 624 - }, - "196:10": { - "id:3": 201074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 624 - }, - "197:10": { - "id:3": 201075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 288 - }, - "198:10": { - "id:3": 201076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 288 - }, - "199:10": { - "id:3": 201077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 288 - }, - "200:10": { - "id:3": 201078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 288 - }, - "201:10": { - "id:3": 201079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 624 - }, - "202:10": { - "id:3": 201080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1056 - }, - "203:10": { - "id:3": 201081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1008 - }, - "204:10": { - "id:3": 201082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 1008 - }, - "205:10": { - "id:3": 201083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 1296 - }, - "206:10": { - "id:3": 201084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 672 - }, - "207:10": { - "id:3": 201085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 672 - }, - "208:10": { - "id:3": 201086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 384 - }, - "209:10": { - "id:3": 201087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 672 - }, - "210:10": { - "id:3": 201088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 384 - }, - "211:10": { - "id:3": 201089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 384 - }, - "212:10": { - "id:3": 201090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 480 - }, - "213:10": { - "id:3": 201091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 480 - }, - "214:10": { - "id:3": 201092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 480 - }, - "215:10": { - "id:3": 201093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 480 - }, - "216:10": { - "id:3": 201094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 480 - }, - "217:10": { - "id:3": 201095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 480 - }, - "218:10": { - "id:3": 201096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 480 - }, - "219:10": { - "id:3": 201097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 480 - }, - "220:10": { - "id:3": 201098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 480 - }, - "221:10": { - "id:3": 201099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 288 - }, - "222:10": { - "id:3": 201100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 288 - }, - "223:10": { - "id:3": 201101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 288 - }, - "224:10": { - "id:3": 201102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 288 - }, - "225:10": { - "id:3": 201103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 288 - }, - "226:10": { - "id:3": 201104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 288 - }, - "227:10": { - "id:3": 201105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 288 - }, - "228:10": { - "id:3": 201106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 816 - }, - "229:10": { - "id:3": 201107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 336 - }, - "230:10": { - "id:3": 201108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 336 - }, - "231:10": { - "id:3": 201109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 336 - }, - "232:10": { - "id:3": 201110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 768 - }, - "233:10": { - "id:3": 201111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 336 - }, - "234:10": { - "id:3": 201112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 336 - }, - "235:10": { - "id:3": 201113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 48 - }, - "236:10": { - "id:3": 201114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 240 - }, - "237:10": { - "id:3": 201115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 240 - }, - "238:10": { - "id:3": 201116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 336 - }, - "239:10": { - "id:3": 201117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 336 - }, - "240:10": { - "id:3": 201118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 384 - }, - "241:10": { - "id:3": 201119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 384 - }, - "242:10": { - "id:3": 201120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 384 - }, - "243:10": { - "id:3": 201121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 384 - }, - "244:10": { - "id:3": 201122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 384 - }, - "245:10": { - "id:3": 201123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 48 - }, - "246:10": { - "id:3": 201124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 144 - }, - "247:10": { - "id:3": 201125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 48 - }, - "248:10": { - "id:3": 201126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 48 - }, - "249:10": { - "id:3": 201127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 288 - }, - "250:10": { - "id:3": 201128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 744 - }, - "251:10": { - "id:3": 201130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 624 - }, - "252:10": { - "id:3": 201131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 624 - }, - "253:10": { - "id:3": 201132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 672 - }, - "254:10": { - "id:3": 201133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 336 - }, - "255:10": { - "id:3": 201134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 816 - }, - "256:10": { - "id:3": 201135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 816 - }, - "257:10": { - "id:3": 201136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 816 - }, - "258:10": { - "id:3": 201137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1008 - }, - "259:10": { - "id:3": 201138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1104 - }, - "260:10": { - "id:3": 201139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1152 - }, - "261:10": { - "id:3": 201140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1200 - }, - "262:10": { - "id:3": 201141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1248 - }, - "263:10": { - "id:3": 201142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 528 - }, - "264:10": { - "id:3": 201143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 528 - }, - "265:10": { - "id:3": 201144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 144 - }, - "266:10": { - "id:3": 201145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 192 - }, - "267:10": { - "id:3": 201146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 768 - }, - "268:10": { - "id:3": 201147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 384 - }, - "269:10": { - "id:3": 201148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 768 - }, - "270:10": { - "id:3": 201149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 192 - }, - "271:10": { - "id:3": 201150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 432 - }, - "272:10": { - "id:3": 201151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 432 - }, - "273:10": { - "id:3": 201152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 432 - }, - "274:10": { - "id:3": 201153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 768 - }, - "275:10": { - "id:3": 201154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 768 - }, - "276:10": { - "id:3": 201155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 336 - }, - "277:10": { - "id:3": 201156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 48 - }, - "278:10": { - "id:3": 201157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 432 - }, - "279:10": { - "id:3": 201158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 816 - }, - "280:10": { - "id:3": 201159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 432 - }, - "281:10": { - "id:3": 201160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 432 - }, - "282:10": { - "id:3": 201161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 432 - }, - "283:10": { - "id:3": 201162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 432 - }, - "284:10": { - "id:3": 201163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 432 - }, - "285:10": { - "id:3": 201164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 144 - }, - "286:10": { - "id:3": 201165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 144 - }, - "287:10": { - "id:3": 201166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 192 - }, - "288:10": { - "id:3": 201167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 192 - }, - "289:10": { - "id:3": 201168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 192 - }, - "290:10": { - "id:3": 201169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 192 - }, - "291:10": { - "id:3": 201170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 192 - }, - "292:10": { - "id:3": 201171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 192 - }, - "293:10": { - "id:3": 201172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1296 - }, - "294:10": { - "id:3": 201173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 336 - }, - "295:10": { - "id:3": 201174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 336 - }, - "296:10": { - "id:3": 201175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 720 - }, - "297:10": { - "id:3": 201176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 720 - }, - "298:10": { - "id:3": 201177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 720 - }, - "299:10": { - "id:3": 201178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 720 - }, - "300:10": { - "id:3": 201179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 720 - }, - "301:10": { - "id:3": 201180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 720 - }, - "302:10": { - "id:3": 201181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 720 - }, - "303:10": { - "id:3": 201182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 816 - }, - "304:10": { - "id:3": 201183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 816 - }, - "305:10": { - "id:3": 201184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 384 - }, - "306:10": { - "id:3": 201185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 672 - }, - "307:10": { - "id:3": 201186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 624 - }, - "308:10": { - "id:3": 201187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 624 - }, - "309:10": { - "id:3": 201188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 240 - }, - "310:10": { - "id:3": 201189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 240 - }, - "311:10": { - "id:3": 201190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "312:10": { - "id:3": 201191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 432 - }, - "313:10": { - "id:3": 201192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 768 - }, - "314:10": { - "id:3": 201193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 1008 - }, - "315:10": { - "id:3": 201194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 1008 - }, - "316:10": { - "id:3": 201195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 48 - }, - "317:10": { - "id:3": 201196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 0 - }, - "318:10": { - "id:3": 201197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1344 - }, - "319:10": { - "id:3": 201198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 1296 - }, - "320:10": { - "id:3": 201199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 864 - }, - "321:10": { - "id:3": 201200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 912 - }, - "322:10": { - "id:3": 201201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 912 - }, - "323:10": { - "id:3": 201202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 912 - }, - "324:10": { - "id:3": 201203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 912 - }, - "325:10": { - "id:3": 201204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 864 - }, - "326:10": { - "id:3": 201205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 864 - }, - "327:10": { - "id:3": 201206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 864 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/14.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/14.json deleted file mode 100644 index 6e9fea23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/14.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "lineID:3": 14, - "order:3": 2, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe" - }, - "name:8": "Tooling Shmooving" - } - }, - "quests:9": { - "0:10": { - "id:3": 1872, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": -12 - }, - "1:10": { - "id:3": 1873, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -12 - }, - "2:10": { - "id:3": 1883, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -12 - }, - "3:10": { - "id:3": 1885, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -60 - }, - "4:10": { - "id:3": 1886, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -60 - }, - "5:10": { - "id:3": 1887, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -12 - }, - "6:10": { - "id:3": 1888, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 36 - }, - "7:10": { - "id:3": 1895, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 36 - }, - "8:10": { - "id:3": 1896, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -108 - }, - "9:10": { - "id:3": 1919, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 84 - }, - "10:10": { - "id:3": 1924, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 36 - }, - "11:10": { - "id:3": 1929, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -12 - }, - "12:10": { - "id:3": 1934, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -60 - }, - "13:10": { - "id:3": 1937, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 36 - }, - "14:10": { - "id:3": 1938, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 36 - }, - "15:10": { - "id:3": 1939, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -60 - }, - "16:10": { - "id:3": 2179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -60 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/2.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/2.json deleted file mode 100644 index e4971a9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/2.json +++ /dev/null @@ -1,1382 +0,0 @@ -{ - "lineID:3": 2, - "order:3": 4, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 39, - "id:8": "techreborn:part" - }, - "name:8": "Energy Sources" - } - }, - "quests:9": { - "0:10": { - "id:3": 221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 72 - }, - "1:10": { - "id:3": 457, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -180 - }, - "2:10": { - "id:3": 458, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -180 - }, - "3:10": { - "id:3": 674, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": 0 - }, - "4:10": { - "id:3": 675, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -372, - "y:3": 72 - }, - "5:10": { - "id:3": 676, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -228, - "y:3": -72 - }, - "6:10": { - "id:3": 677, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": -72 - }, - "7:10": { - "id:3": 679, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -372, - "y:3": 0 - }, - "8:10": { - "id:3": 680, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -372, - "y:3": -72 - }, - "9:10": { - "id:3": 681, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -228, - "y:3": 72 - }, - "10:10": { - "id:3": 682, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": 72 - }, - "11:10": { - "id:3": 684, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -216 - }, - "12:10": { - "id:3": 685, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -252 - }, - "13:10": { - "id:3": 686, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -180 - }, - "14:10": { - "id:3": 687, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -144 - }, - "15:10": { - "id:3": 688, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -108 - }, - "16:10": { - "id:3": 689, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -144 - }, - "17:10": { - "id:3": 690, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -180 - }, - "18:10": { - "id:3": 691, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -108 - }, - "19:10": { - "id:3": 692, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -180 - }, - "20:10": { - "id:3": 693, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -216 - }, - "21:10": { - "id:3": 694, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -252 - }, - "22:10": { - "id:3": 695, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -216 - }, - "23:10": { - "id:3": 696, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -216 - }, - "24:10": { - "id:3": 697, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -252 - }, - "25:10": { - "id:3": 698, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -252 - }, - "26:10": { - "id:3": 699, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -288 - }, - "27:10": { - "id:3": 700, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -252 - }, - "28:10": { - "id:3": 701, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -288 - }, - "29:10": { - "id:3": 702, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -288 - }, - "30:10": { - "id:3": 703, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -288 - }, - "31:10": { - "id:3": 704, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -288 - }, - "32:10": { - "id:3": 1203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 36 - }, - "33:10": { - "id:3": 1765, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 0 - }, - "34:10": { - "id:3": 1974, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -72 - }, - "35:10": { - "id:3": 1975, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": -72 - }, - "36:10": { - "id:3": 1976, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": -72 - }, - "37:10": { - "id:3": 1977, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 984, - "y:3": -72 - }, - "38:10": { - "id:3": 1980, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 984, - "y:3": -108 - }, - "39:10": { - "id:3": 1981, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1020, - "y:3": -108 - }, - "40:10": { - "id:3": 1982, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -108 - }, - "41:10": { - "id:3": 1983, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -72 - }, - "42:10": { - "id:3": 1985, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -108 - }, - "43:10": { - "id:3": 1986, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -144 - }, - "44:10": { - "id:3": 2002, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -144 - }, - "45:10": { - "id:3": 2003, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -144 - }, - "46:10": { - "id:3": 2004, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 984, - "y:3": -144 - }, - "47:10": { - "id:3": 2019, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": -180 - }, - "48:10": { - "id:3": 2024, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -180 - }, - "49:10": { - "id:3": 2082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -324 - }, - "50:10": { - "id:3": 2083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -360 - }, - "51:10": { - "id:3": 2084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -396 - }, - "52:10": { - "id:3": 2085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -432 - }, - "53:10": { - "id:3": 2086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -396 - }, - "54:10": { - "id:3": 2087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -216 - }, - "55:10": { - "id:3": 2088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -252 - }, - "56:10": { - "id:3": 2188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 0 - }, - "57:10": { - "id:3": 2189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 36 - }, - "58:10": { - "id:3": 2190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -36 - }, - "59:10": { - "id:3": 2241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1392, - "y:3": -72 - }, - "60:10": { - "id:3": 2253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -216 - }, - "61:10": { - "id:3": 2255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 948, - "y:3": -216 - }, - "62:10": { - "id:3": 2256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 876, - "y:3": -216 - }, - "63:10": { - "id:3": 50147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 0 - }, - "64:10": { - "id:3": 50148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 0 - }, - "65:10": { - "id:3": 50149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 0 - }, - "66:10": { - "id:3": 50150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -36 - }, - "67:10": { - "id:3": 50151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 72 - }, - "68:10": { - "id:3": 50152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -36 - }, - "69:10": { - "id:3": 50153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -72 - }, - "70:10": { - "id:3": 50154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -72 - }, - "71:10": { - "id:3": 50155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -72 - }, - "72:10": { - "id:3": 50156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -72 - }, - "73:10": { - "id:3": 50157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -72 - }, - "74:10": { - "id:3": 50158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -36 - }, - "75:10": { - "id:3": 50159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 0 - }, - "76:10": { - "id:3": 50160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 36 - }, - "77:10": { - "id:3": 50161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 72 - }, - "78:10": { - "id:3": 50162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 72 - }, - "79:10": { - "id:3": 50163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 72 - }, - "80:10": { - "id:3": 50164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 72 - }, - "81:10": { - "id:3": 50165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 108 - }, - "82:10": { - "id:3": 50166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 108 - }, - "83:10": { - "id:3": 50167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 144 - }, - "84:10": { - "id:3": 50168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -108 - }, - "85:10": { - "id:3": 50169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -144 - }, - "86:10": { - "id:3": 50170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -108 - }, - "87:10": { - "id:3": 50171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -108 - }, - "88:10": { - "id:3": 50172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -144 - }, - "89:10": { - "id:3": 50173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -108 - }, - "90:10": { - "id:3": 50174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -108 - }, - "91:10": { - "id:3": 50175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -144 - }, - "92:10": { - "id:3": 50176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 0 - }, - "93:10": { - "id:3": 50177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 0 - }, - "94:10": { - "id:3": 50178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": 0 - }, - "95:10": { - "id:3": 50179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": 0 - }, - "96:10": { - "id:3": 50180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1248, - "y:3": 0 - }, - "97:10": { - "id:3": 50181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 72 - }, - "98:10": { - "id:3": 50182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1392, - "y:3": 0 - }, - "99:10": { - "id:3": 50184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 0 - }, - "100:10": { - "id:3": 50185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 72 - }, - "101:10": { - "id:3": 50186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 72 - }, - "102:10": { - "id:3": 50187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 72 - }, - "103:10": { - "id:3": 50188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 72 - }, - "104:10": { - "id:3": 50189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 108 - }, - "105:10": { - "id:3": 50190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 108 - }, - "106:10": { - "id:3": 50191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 144 - }, - "107:10": { - "id:3": 50192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 180 - }, - "108:10": { - "id:3": 50193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 144 - }, - "109:10": { - "id:3": 50194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 180 - }, - "110:10": { - "id:3": 50195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 108 - }, - "111:10": { - "id:3": 50196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 144 - }, - "112:10": { - "id:3": 50197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 180 - }, - "113:10": { - "id:3": 50198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 216 - }, - "114:10": { - "id:3": 50199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 108 - }, - "115:10": { - "id:3": 50200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 144 - }, - "116:10": { - "id:3": 50201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 180 - }, - "117:10": { - "id:3": 50202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 216 - }, - "118:10": { - "id:3": 50203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 252 - }, - "119:10": { - "id:3": 50204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -72 - }, - "120:10": { - "id:3": 50205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -72 - }, - "121:10": { - "id:3": 50206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -72 - }, - "122:10": { - "id:3": 50207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -72 - }, - "123:10": { - "id:3": 50208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -72 - }, - "124:10": { - "id:3": 50209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -108 - }, - "125:10": { - "id:3": 50210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -108 - }, - "126:10": { - "id:3": 50211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -72 - }, - "127:10": { - "id:3": 50212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -72 - }, - "128:10": { - "id:3": 50213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -72 - }, - "129:10": { - "id:3": 50214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -72 - }, - "130:10": { - "id:3": 50215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -72 - }, - "131:10": { - "id:3": 50216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 72 - }, - "132:10": { - "id:3": 50217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -108 - }, - "133:10": { - "id:3": 50218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -108 - }, - "134:10": { - "id:3": 50219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -144 - }, - "135:10": { - "id:3": 50220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -144 - }, - "136:10": { - "id:3": 50221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -108 - }, - "137:10": { - "id:3": 50222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -180 - }, - "138:10": { - "id:3": 50223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -180 - }, - "139:10": { - "id:3": 50224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -144 - }, - "140:10": { - "id:3": 50225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -144 - }, - "141:10": { - "id:3": 50226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -144 - }, - "142:10": { - "id:3": 50227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -144 - }, - "143:10": { - "id:3": 50228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -180 - }, - "144:10": { - "id:3": 50229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -180 - }, - "145:10": { - "id:3": 50230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -216 - }, - "146:10": { - "id:3": 50231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -216 - }, - "147:10": { - "id:3": 50232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -216 - }, - "148:10": { - "id:3": 50233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -180 - }, - "149:10": { - "id:3": 50234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -216 - }, - "150:10": { - "id:3": 50235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -252 - }, - "151:10": { - "id:3": 50236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -288 - }, - "152:10": { - "id:3": 50237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -288 - }, - "153:10": { - "id:3": 50238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -252 - }, - "154:10": { - "id:3": 50239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -288 - }, - "155:10": { - "id:3": 50240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -324 - }, - "156:10": { - "id:3": 50241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -360 - }, - "157:10": { - "id:3": 50242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -360 - }, - "158:10": { - "id:3": 50243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -324 - }, - "159:10": { - "id:3": 50244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -324 - }, - "160:10": { - "id:3": 50245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -360 - }, - "161:10": { - "id:3": 50246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -396 - }, - "162:10": { - "id:3": 50247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -252 - }, - "163:10": { - "id:3": 50248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -288 - }, - "164:10": { - "id:3": 50249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": -72 - }, - "165:10": { - "id:3": 50250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -72 - }, - "166:10": { - "id:3": 50251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -72 - }, - "167:10": { - "id:3": 50252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -108 - }, - "168:10": { - "id:3": 50253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -108 - }, - "169:10": { - "id:3": 50254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -144 - }, - "170:10": { - "id:3": 50255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -180 - }, - "171:10": { - "id:3": 50256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -216 - }, - "172:10": { - "id:3": 50257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -252 - }, - "173:10": { - "id:3": 50258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 72 - }, - "174:10": { - "id:3": 50259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 72 - }, - "175:10": { - "id:3": 50260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 108 - }, - "176:10": { - "id:3": 50261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 72 - }, - "177:10": { - "id:3": 50262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 72 - }, - "178:10": { - "id:3": 50263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 72 - }, - "179:10": { - "id:3": 50264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 108 - }, - "180:10": { - "id:3": 50265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 108 - }, - "181:10": { - "id:3": 50266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 108 - }, - "182:10": { - "id:3": 50267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 108 - }, - "183:10": { - "id:3": 50268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 144 - }, - "184:10": { - "id:3": 50269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 144 - }, - "185:10": { - "id:3": 50270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 144 - }, - "186:10": { - "id:3": 50271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 144 - }, - "187:10": { - "id:3": 50272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 180 - }, - "188:10": { - "id:3": 50273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 180 - }, - "189:10": { - "id:3": 50274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": 72 - }, - "190:10": { - "id:3": 50275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 912, - "y:3": -72 - }, - "191:10": { - "id:3": 50276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": 72 - }, - "192:10": { - "id:3": 50277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1248, - "y:3": 72 - }, - "193:10": { - "id:3": 50278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1392, - "y:3": 72 - }, - "194:10": { - "id:3": 50280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": -72 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/3.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/3.json deleted file mode 100644 index 6766f9d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/3.json +++ /dev/null @@ -1,2152 +0,0 @@ -{ - "lineID:3": 3, - "order:3": 5, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_basic_capacitor" - }, - "name:8": "On Manufacturing and Fabrication" - } - }, - "quests:9": { - "0:10": { - "id:3": 212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -36 - }, - "1:10": { - "id:3": 218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -396 - }, - "2:10": { - "id:3": 223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 12 - }, - "3:10": { - "id:3": 885, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -120 - }, - "4:10": { - "id:3": 886, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -144 - }, - "5:10": { - "id:3": 887, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -144 - }, - "6:10": { - "id:3": 888, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 168 - }, - "7:10": { - "id:3": 889, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 216 - }, - "8:10": { - "id:3": 890, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 36 - }, - "9:10": { - "id:3": 891, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 12 - }, - "10:10": { - "id:3": 892, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 36 - }, - "11:10": { - "id:3": 893, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -108 - }, - "12:10": { - "id:3": 894, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 144 - }, - "13:10": { - "id:3": 895, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 168 - }, - "14:10": { - "id:3": 896, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -132 - }, - "15:10": { - "id:3": 897, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -132 - }, - "16:10": { - "id:3": 898, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -132 - }, - "17:10": { - "id:3": 899, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -156 - }, - "18:10": { - "id:3": 900, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -156 - }, - "19:10": { - "id:3": 901, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -156 - }, - "20:10": { - "id:3": 902, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -180 - }, - "21:10": { - "id:3": 903, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -180 - }, - "22:10": { - "id:3": 904, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -180 - }, - "23:10": { - "id:3": 905, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -204 - }, - "24:10": { - "id:3": 906, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -204 - }, - "25:10": { - "id:3": 907, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -204 - }, - "26:10": { - "id:3": 908, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -228 - }, - "27:10": { - "id:3": 909, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -324 - }, - "28:10": { - "id:3": 910, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -348 - }, - "29:10": { - "id:3": 911, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -348 - }, - "30:10": { - "id:3": 912, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -348 - }, - "31:10": { - "id:3": 913, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -372 - }, - "32:10": { - "id:3": 914, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": -372 - }, - "33:10": { - "id:3": 915, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -372 - }, - "34:10": { - "id:3": 916, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -108 - }, - "35:10": { - "id:3": 917, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -132 - }, - "36:10": { - "id:3": 918, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -132 - }, - "37:10": { - "id:3": 919, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -132 - }, - "38:10": { - "id:3": 920, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -156 - }, - "39:10": { - "id:3": 921, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -156 - }, - "40:10": { - "id:3": 922, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -156 - }, - "41:10": { - "id:3": 923, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -180 - }, - "42:10": { - "id:3": 924, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -180 - }, - "43:10": { - "id:3": 925, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -180 - }, - "44:10": { - "id:3": 926, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -204 - }, - "45:10": { - "id:3": 927, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -204 - }, - "46:10": { - "id:3": 928, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -204 - }, - "47:10": { - "id:3": 929, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -372 - }, - "48:10": { - "id:3": 930, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -396 - }, - "49:10": { - "id:3": 931, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -396 - }, - "50:10": { - "id:3": 932, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -420 - }, - "51:10": { - "id:3": 933, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -420 - }, - "52:10": { - "id:3": 934, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -420 - }, - "53:10": { - "id:3": 935, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 192 - }, - "54:10": { - "id:3": 936, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 216 - }, - "55:10": { - "id:3": 937, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "56:10": { - "id:3": 938, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -228 - }, - "57:10": { - "id:3": 939, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 264 - }, - "58:10": { - "id:3": 1018, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -252 - }, - "59:10": { - "id:3": 1019, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -252 - }, - "60:10": { - "id:3": 1168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -192 - }, - "61:10": { - "id:3": 1169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -192 - }, - "62:10": { - "id:3": 1247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 288 - }, - "63:10": { - "id:3": 1248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 312 - }, - "64:10": { - "id:3": 1332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -228 - }, - "65:10": { - "id:3": 1335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -228 - }, - "66:10": { - "id:3": 1367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -408, - "y:3": 84 - }, - "67:10": { - "id:3": 2076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -444 - }, - "68:10": { - "id:3": 2089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -228 - }, - "69:10": { - "id:3": 2090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -228 - }, - "70:10": { - "id:3": 2091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -444 - }, - "71:10": { - "id:3": 2145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -408, - "y:3": 36 - }, - "72:10": { - "id:3": 2147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 36 - }, - "73:10": { - "id:3": 2194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 60 - }, - "74:10": { - "id:3": 2195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -408, - "y:3": 60 - }, - "75:10": { - "id:3": 2222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -252 - }, - "76:10": { - "id:3": 2223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -252 - }, - "77:10": { - "id:3": 2232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -276 - }, - "78:10": { - "id:3": 2233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -252 - }, - "79:10": { - "id:3": 2234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -276 - }, - "80:10": { - "id:3": 2235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -276 - }, - "81:10": { - "id:3": 2237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -300 - }, - "82:10": { - "id:3": 2245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -444 - }, - "83:10": { - "id:3": 2246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 12 - }, - "84:10": { - "id:3": 2347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -24 - }, - "85:10": { - "id:3": 20481, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 0 - }, - "86:10": { - "id:3": 20521, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 12 - }, - "87:10": { - "id:3": 20522, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 144 - }, - "88:10": { - "id:3": 20523, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -84 - }, - "89:10": { - "id:3": 20524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -24 - }, - "90:10": { - "id:3": 20525, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -60 - }, - "91:10": { - "id:3": 20526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 0 - }, - "92:10": { - "id:3": 20527, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -132 - }, - "93:10": { - "id:3": 20528, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -168 - }, - "94:10": { - "id:3": 20529, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": -96 - }, - "95:10": { - "id:3": 20530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 120 - }, - "96:10": { - "id:3": 20531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 96 - }, - "97:10": { - "id:3": 20532, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 144 - }, - "98:10": { - "id:3": 20533, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 48 - }, - "99:10": { - "id:3": 20534, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 24 - }, - "100:10": { - "id:3": 20535, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 72 - }, - "101:10": { - "id:3": 20536, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -84 - }, - "102:10": { - "id:3": 20537, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -60 - }, - "103:10": { - "id:3": 20538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 60 - }, - "104:10": { - "id:3": 20539, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 36 - }, - "105:10": { - "id:3": 20540, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 84 - }, - "106:10": { - "id:3": 20541, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -12 - }, - "107:10": { - "id:3": 20542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -36 - }, - "108:10": { - "id:3": 20543, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 12 - }, - "109:10": { - "id:3": 20544, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 144 - }, - "110:10": { - "id:3": 20545, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 144 - }, - "111:10": { - "id:3": 20546, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 144 - }, - "112:10": { - "id:3": 20547, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 144 - }, - "113:10": { - "id:3": 20548, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 144 - }, - "114:10": { - "id:3": 20549, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 144 - }, - "115:10": { - "id:3": 20550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 144 - }, - "116:10": { - "id:3": 20551, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 144 - }, - "117:10": { - "id:3": 20552, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 144 - }, - "118:10": { - "id:3": 20553, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 120 - }, - "119:10": { - "id:3": 20554, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 96 - }, - "120:10": { - "id:3": 20555, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 72 - }, - "121:10": { - "id:3": 20556, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 48 - }, - "122:10": { - "id:3": 20557, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 24 - }, - "123:10": { - "id:3": 20558, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 0 - }, - "124:10": { - "id:3": 20559, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -24 - }, - "125:10": { - "id:3": 20560, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -72 - }, - "126:10": { - "id:3": 20561, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "127:10": { - "id:3": 20562, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -144 - }, - "128:10": { - "id:3": 20563, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -168 - }, - "129:10": { - "id:3": 20564, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 120 - }, - "130:10": { - "id:3": 20565, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "131:10": { - "id:3": 20566, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 72 - }, - "132:10": { - "id:3": 20567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 48 - }, - "133:10": { - "id:3": 20568, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "134:10": { - "id:3": 20569, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 0 - }, - "135:10": { - "id:3": 20570, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -24 - }, - "136:10": { - "id:3": 20571, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -72 - }, - "137:10": { - "id:3": 20572, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -96 - }, - "138:10": { - "id:3": 20573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -144 - }, - "139:10": { - "id:3": 20574, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -168 - }, - "140:10": { - "id:3": 20575, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 120 - }, - "141:10": { - "id:3": 20576, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 120 - }, - "142:10": { - "id:3": 20577, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 120 - }, - "143:10": { - "id:3": 20578, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 120 - }, - "144:10": { - "id:3": 20579, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 120 - }, - "145:10": { - "id:3": 20580, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 120 - }, - "146:10": { - "id:3": 20581, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 48 - }, - "147:10": { - "id:3": 20582, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 48 - }, - "148:10": { - "id:3": 20583, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 48 - }, - "149:10": { - "id:3": 20584, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 48 - }, - "150:10": { - "id:3": 20585, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 24 - }, - "151:10": { - "id:3": 20586, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 24 - }, - "152:10": { - "id:3": 20587, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 24 - }, - "153:10": { - "id:3": 20588, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 24 - }, - "154:10": { - "id:3": 20589, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 24 - }, - "155:10": { - "id:3": 20590, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "156:10": { - "id:3": 20591, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": 24 - }, - "157:10": { - "id:3": 20592, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 24 - }, - "158:10": { - "id:3": 20593, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 24 - }, - "159:10": { - "id:3": 20594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -72 - }, - "160:10": { - "id:3": 20595, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -72 - }, - "161:10": { - "id:3": 20596, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -72 - }, - "162:10": { - "id:3": 20597, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -72 - }, - "163:10": { - "id:3": 20598, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -72 - }, - "164:10": { - "id:3": 20599, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -72 - }, - "165:10": { - "id:3": 20600, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -48 - }, - "166:10": { - "id:3": 20601, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -48 - }, - "167:10": { - "id:3": 20602, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -48 - }, - "168:10": { - "id:3": 20603, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -48 - }, - "169:10": { - "id:3": 20604, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "170:10": { - "id:3": 20605, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -48 - }, - "171:10": { - "id:3": 20606, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -48 - }, - "172:10": { - "id:3": 20607, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -48 - }, - "173:10": { - "id:3": 20608, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -96 - }, - "174:10": { - "id:3": 20609, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 12 - }, - "175:10": { - "id:3": 20610, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -144 - }, - "176:10": { - "id:3": 20611, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -144 - }, - "177:10": { - "id:3": 20612, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -144 - }, - "178:10": { - "id:3": 20613, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -144 - }, - "179:10": { - "id:3": 20614, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -120 - }, - "180:10": { - "id:3": 20615, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -120 - }, - "181:10": { - "id:3": 20616, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -120 - }, - "182:10": { - "id:3": 20617, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -120 - }, - "183:10": { - "id:3": 20618, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -120 - }, - "184:10": { - "id:3": 20619, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -120 - }, - "185:10": { - "id:3": 20621, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 84 - }, - "186:10": { - "id:3": 20622, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 60 - }, - "187:10": { - "id:3": 20623, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 36 - }, - "188:10": { - "id:3": 20624, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -12 - }, - "189:10": { - "id:3": 20625, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": 12 - }, - "190:10": { - "id:3": 20626, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -36 - }, - "191:10": { - "id:3": 20627, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -60 - }, - "192:10": { - "id:3": 20628, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -192, - "y:3": -84 - }, - "193:10": { - "id:3": 20629, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -84 - }, - "194:10": { - "id:3": 20630, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -60 - }, - "195:10": { - "id:3": 20631, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -36 - }, - "196:10": { - "id:3": 20632, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 12 - }, - "197:10": { - "id:3": 20633, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -12 - }, - "198:10": { - "id:3": 20634, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 60 - }, - "199:10": { - "id:3": 20635, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 84 - }, - "200:10": { - "id:3": 20636, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 60 - }, - "201:10": { - "id:3": 20637, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 84 - }, - "202:10": { - "id:3": 20638, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 84 - }, - "203:10": { - "id:3": 20639, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 84 - }, - "204:10": { - "id:3": 20640, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 84 - }, - "205:10": { - "id:3": 20641, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 84 - }, - "206:10": { - "id:3": 20642, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 84 - }, - "207:10": { - "id:3": 20643, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 84 - }, - "208:10": { - "id:3": 20644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 60 - }, - "209:10": { - "id:3": 20645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 60 - }, - "210:10": { - "id:3": 20646, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 60 - }, - "211:10": { - "id:3": 20647, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": 60 - }, - "212:10": { - "id:3": 20648, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 60 - }, - "213:10": { - "id:3": 20649, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 36 - }, - "214:10": { - "id:3": 20650, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 36 - }, - "215:10": { - "id:3": 20651, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": 36 - }, - "216:10": { - "id:3": 20652, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 36 - }, - "217:10": { - "id:3": 20653, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 36 - }, - "218:10": { - "id:3": 20654, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 12 - }, - "219:10": { - "id:3": 20655, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 36 - }, - "220:10": { - "id:3": 20656, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -336, - "y:3": -12 - }, - "221:10": { - "id:3": 20657, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -12 - }, - "222:10": { - "id:3": 20658, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -12 - }, - "223:10": { - "id:3": 20659, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": -12 - }, - "224:10": { - "id:3": 20660, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -12 - }, - "225:10": { - "id:3": 20661, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -36 - }, - "226:10": { - "id:3": 20662, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -264, - "y:3": -36 - }, - "227:10": { - "id:3": 20663, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -36 - }, - "228:10": { - "id:3": 20664, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 12 - }, - "229:10": { - "id:3": 20684, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 168 - }, - "230:10": { - "id:3": 20685, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 168 - }, - "231:10": { - "id:3": 20686, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 168 - }, - "232:10": { - "id:3": 20687, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 168 - }, - "233:10": { - "id:3": 20688, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 168 - }, - "234:10": { - "id:3": 20689, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 168 - }, - "235:10": { - "id:3": 20690, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 168 - }, - "236:10": { - "id:3": 20691, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 168 - }, - "237:10": { - "id:3": 20692, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 192 - }, - "238:10": { - "id:3": 20693, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 168 - }, - "239:10": { - "id:3": 20694, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 192 - }, - "240:10": { - "id:3": 20695, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 168 - }, - "241:10": { - "id:3": 20696, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 192 - }, - "242:10": { - "id:3": 20697, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 192 - }, - "243:10": { - "id:3": 20698, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 192 - }, - "244:10": { - "id:3": 20699, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 192 - }, - "245:10": { - "id:3": 20700, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 216 - }, - "246:10": { - "id:3": 20701, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 192 - }, - "247:10": { - "id:3": 20702, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 216 - }, - "248:10": { - "id:3": 20703, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 216 - }, - "249:10": { - "id:3": 20704, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 216 - }, - "250:10": { - "id:3": 20705, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "251:10": { - "id:3": 20706, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 240 - }, - "252:10": { - "id:3": 20707, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 192 - }, - "253:10": { - "id:3": 20708, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 240 - }, - "254:10": { - "id:3": 20709, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 240 - }, - "255:10": { - "id:3": 20710, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 240 - }, - "256:10": { - "id:3": 20711, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 264 - }, - "257:10": { - "id:3": 20712, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 264 - }, - "258:10": { - "id:3": 20713, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 216 - }, - "259:10": { - "id:3": 20714, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 216 - }, - "260:10": { - "id:3": 20715, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 288 - }, - "261:10": { - "id:3": 20716, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 240 - }, - "262:10": { - "id:3": 20717, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 312 - }, - "263:10": { - "id:3": 20718, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 264 - }, - "264:10": { - "id:3": 20719, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 336 - }, - "265:10": { - "id:3": 20720, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 360 - }, - "266:10": { - "id:3": 20721, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 264 - }, - "267:10": { - "id:3": 20722, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 216 - }, - "268:10": { - "id:3": 20723, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 216 - }, - "269:10": { - "id:3": 20724, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 240 - }, - "270:10": { - "id:3": 20725, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "271:10": { - "id:3": 20726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 264 - }, - "272:10": { - "id:3": 20727, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 192 - }, - "273:10": { - "id:3": 20728, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 216 - }, - "274:10": { - "id:3": 20729, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 240 - }, - "275:10": { - "id:3": 20730, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 264 - }, - "276:10": { - "id:3": 20733, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 288 - }, - "277:10": { - "id:3": 20734, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 288 - }, - "278:10": { - "id:3": 20735, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 240 - }, - "279:10": { - "id:3": 20737, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 312 - }, - "280:10": { - "id:3": 20738, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 264 - }, - "281:10": { - "id:3": 20739, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 288 - }, - "282:10": { - "id:3": 20740, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 288 - }, - "283:10": { - "id:3": 20741, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 312 - }, - "284:10": { - "id:3": 20742, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 312 - }, - "285:10": { - "id:3": 20743, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 312 - }, - "286:10": { - "id:3": 20744, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 336 - }, - "287:10": { - "id:3": 20745, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 336 - }, - "288:10": { - "id:3": 20746, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 360 - }, - "289:10": { - "id:3": 20747, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 360 - }, - "290:10": { - "id:3": 20748, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 336 - }, - "291:10": { - "id:3": 20749, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 336 - }, - "292:10": { - "id:3": 20750, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 360 - }, - "293:10": { - "id:3": 20751, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 384 - }, - "294:10": { - "id:3": 20752, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 360 - }, - "295:10": { - "id:3": 20753, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 384 - }, - "296:10": { - "id:3": 593507433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -468 - }, - "297:10": { - "id:3": 810176091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -468 - }, - "298:10": { - "id:3": 871786931, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -468 - }, - "299:10": { - "id:3": 1053008472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -348 - }, - "300:10": { - "id:3": 1326761132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -324 - }, - "301:10": { - "id:3": 1370359542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -300 - }, - "302:10": { - "id:3": 1461929411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -324 - }, - "303:10": { - "id:3": 1494150833, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": -300 - }, - "304:10": { - "id:3": 1837024033, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -324 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/4.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/4.json deleted file mode 100644 index 73cffaa9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/4.json +++ /dev/null @@ -1,3342 +0,0 @@ -{ - "lineID:3": 4, - "order:3": 6, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "wrcbe:material" - }, - "name:8": "Logistics and Organization" - } - }, - "quests:9": { - "0:10": { - "id:3": 36, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -168 - }, - "1:10": { - "id:3": 84, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -24 - }, - "2:10": { - "id:3": 509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 516 - }, - "3:10": { - "id:3": 662, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -96 - }, - "4:10": { - "id:3": 667, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 84 - }, - "5:10": { - "id:3": 668, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 156 - }, - "6:10": { - "id:3": 669, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 300 - }, - "7:10": { - "id:3": 670, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 300 - }, - "8:10": { - "id:3": 671, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 300 - }, - "9:10": { - "id:3": 672, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 300 - }, - "10:10": { - "id:3": 673, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 300 - }, - "11:10": { - "id:3": 705, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 84 - }, - "12:10": { - "id:3": 708, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -132 - }, - "13:10": { - "id:3": 709, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -60 - }, - "14:10": { - "id:3": 710, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -168 - }, - "15:10": { - "id:3": 721, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 516 - }, - "16:10": { - "id:3": 722, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -60 - }, - "17:10": { - "id:3": 723, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -96 - }, - "18:10": { - "id:3": 846, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -60 - }, - "19:10": { - "id:3": 847, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -204 - }, - "20:10": { - "id:3": 854, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -204 - }, - "21:10": { - "id:3": 855, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -96 - }, - "22:10": { - "id:3": 856, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 84 - }, - "23:10": { - "id:3": 1000, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -24 - }, - "24:10": { - "id:3": 1001, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -96 - }, - "25:10": { - "id:3": 1135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 408 - }, - "26:10": { - "id:3": 1136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 372 - }, - "27:10": { - "id:3": 1137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 372 - }, - "28:10": { - "id:3": 1140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 156 - }, - "29:10": { - "id:3": 1172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 372 - }, - "30:10": { - "id:3": 1173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 372 - }, - "31:10": { - "id:3": 1174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 372 - }, - "32:10": { - "id:3": 1175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 372 - }, - "33:10": { - "id:3": 1176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 372 - }, - "34:10": { - "id:3": 1177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 372 - }, - "35:10": { - "id:3": 1178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 444 - }, - "36:10": { - "id:3": 1179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 372 - }, - "37:10": { - "id:3": 1180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 372 - }, - "38:10": { - "id:3": 1181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 372 - }, - "39:10": { - "id:3": 1182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 444 - }, - "40:10": { - "id:3": 1183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 372 - }, - "41:10": { - "id:3": 1184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 372 - }, - "42:10": { - "id:3": 1185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": 408 - }, - "43:10": { - "id:3": 1186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 408 - }, - "44:10": { - "id:3": 1187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 444 - }, - "45:10": { - "id:3": 1188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 480 - }, - "46:10": { - "id:3": 1189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 516 - }, - "47:10": { - "id:3": 1190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 552 - }, - "48:10": { - "id:3": 1191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 588 - }, - "49:10": { - "id:3": 1192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 624 - }, - "50:10": { - "id:3": 1193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": 660 - }, - "51:10": { - "id:3": 1194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -204 - }, - "52:10": { - "id:3": 1221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 120 - }, - "53:10": { - "id:3": 1222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 156 - }, - "54:10": { - "id:3": 1226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 192 - }, - "55:10": { - "id:3": 1227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 84 - }, - "56:10": { - "id:3": 1228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 264 - }, - "57:10": { - "id:3": 1229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 12 - }, - "58:10": { - "id:3": 1230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -96 - }, - "59:10": { - "id:3": 1231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -24 - }, - "60:10": { - "id:3": 1232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -96 - }, - "61:10": { - "id:3": 1233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -132 - }, - "62:10": { - "id:3": 1234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -132 - }, - "63:10": { - "id:3": 1235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -132 - }, - "64:10": { - "id:3": 1236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 48 - }, - "65:10": { - "id:3": 1237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": -168 - }, - "66:10": { - "id:3": 1238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": -204 - }, - "67:10": { - "id:3": 1239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 192 - }, - "68:10": { - "id:3": 1240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 228 - }, - "69:10": { - "id:3": 1241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 156 - }, - "70:10": { - "id:3": 1242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -60 - }, - "71:10": { - "id:3": 1243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 120 - }, - "72:10": { - "id:3": 1244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 84 - }, - "73:10": { - "id:3": 1245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -168 - }, - "74:10": { - "id:3": 1246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -204 - }, - "75:10": { - "id:3": 1249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": -132 - }, - "76:10": { - "id:3": 1250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -60 - }, - "77:10": { - "id:3": 1251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -96 - }, - "78:10": { - "id:3": 1392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 12 - }, - "79:10": { - "id:3": 1940, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -96 - }, - "80:10": { - "id:3": 1955, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -24 - }, - "81:10": { - "id:3": 1956, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -60 - }, - "82:10": { - "id:3": 1957, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -96 - }, - "83:10": { - "id:3": 1958, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -132 - }, - "84:10": { - "id:3": 1959, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": -60 - }, - "85:10": { - "id:3": 2038, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -24 - }, - "86:10": { - "id:3": 2173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 372 - }, - "87:10": { - "id:3": 2174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 444 - }, - "88:10": { - "id:3": 2175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 480 - }, - "89:10": { - "id:3": 2176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 516 - }, - "90:10": { - "id:3": 2177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 552 - }, - "91:10": { - "id:3": 2178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": 408 - }, - "92:10": { - "id:3": 2191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 120 - }, - "93:10": { - "id:3": 2229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 192 - }, - "94:10": { - "id:3": 2349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 444 - }, - "95:10": { - "id:3": 90000, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 228 - }, - "96:10": { - "id:3": 90055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 444 - }, - "97:10": { - "id:3": 90056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -24 - }, - "98:10": { - "id:3": 90057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -60 - }, - "99:10": { - "id:3": 90058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -60 - }, - "100:10": { - "id:3": 90059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -96 - }, - "101:10": { - "id:3": 90060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -60 - }, - "102:10": { - "id:3": 90061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -96 - }, - "103:10": { - "id:3": 90062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -132 - }, - "104:10": { - "id:3": 90063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -168 - }, - "105:10": { - "id:3": 90064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -204 - }, - "106:10": { - "id:3": 90065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -96 - }, - "107:10": { - "id:3": 90066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -132 - }, - "108:10": { - "id:3": 90067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -168 - }, - "109:10": { - "id:3": 90068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -204 - }, - "110:10": { - "id:3": 90069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -132 - }, - "111:10": { - "id:3": 90070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -168 - }, - "112:10": { - "id:3": 90071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": -204 - }, - "113:10": { - "id:3": 90072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -240 - }, - "114:10": { - "id:3": 90073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": -276 - }, - "115:10": { - "id:3": 90074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -240 - }, - "116:10": { - "id:3": 90075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": -276 - }, - "117:10": { - "id:3": 90076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -60 - }, - "118:10": { - "id:3": 90077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -96 - }, - "119:10": { - "id:3": 90078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": -132 - }, - "120:10": { - "id:3": 90079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -60 - }, - "121:10": { - "id:3": 90080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -96 - }, - "122:10": { - "id:3": 90081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": -132 - }, - "123:10": { - "id:3": 90082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -60 - }, - "124:10": { - "id:3": 90083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -60 - }, - "125:10": { - "id:3": 90084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -96 - }, - "126:10": { - "id:3": 90085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -24 - }, - "127:10": { - "id:3": 90086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -132 - }, - "128:10": { - "id:3": 90087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -168 - }, - "129:10": { - "id:3": 90088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": -204 - }, - "130:10": { - "id:3": 90089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -60 - }, - "131:10": { - "id:3": 90090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -96 - }, - "132:10": { - "id:3": 90091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -132 - }, - "133:10": { - "id:3": 90092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -168 - }, - "134:10": { - "id:3": 90093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -132 - }, - "135:10": { - "id:3": 90094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": -168 - }, - "136:10": { - "id:3": 90095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -24 - }, - "137:10": { - "id:3": 90096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -60 - }, - "138:10": { - "id:3": 90097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -96 - }, - "139:10": { - "id:3": 90098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -132 - }, - "140:10": { - "id:3": 90099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -168 - }, - "141:10": { - "id:3": 90100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -168 - }, - "142:10": { - "id:3": 90101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -132 - }, - "143:10": { - "id:3": 90102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": -96 - }, - "144:10": { - "id:3": 90103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 192, - "y:3": -24 - }, - "145:10": { - "id:3": 90104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -96 - }, - "146:10": { - "id:3": 90105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -60 - }, - "147:10": { - "id:3": 90106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -24 - }, - "148:10": { - "id:3": 90107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -132 - }, - "149:10": { - "id:3": 90108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -168 - }, - "150:10": { - "id:3": 90109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -204 - }, - "151:10": { - "id:3": 90110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -24 - }, - "152:10": { - "id:3": 90111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -24 - }, - "153:10": { - "id:3": 90112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -24 - }, - "154:10": { - "id:3": 90113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -60 - }, - "155:10": { - "id:3": 90114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -96 - }, - "156:10": { - "id:3": 90115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -60 - }, - "157:10": { - "id:3": 90116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": -132 - }, - "158:10": { - "id:3": 90117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": 48 - }, - "159:10": { - "id:3": 90118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 48 - }, - "160:10": { - "id:3": 90119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": 48 - }, - "161:10": { - "id:3": 90120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 48 - }, - "162:10": { - "id:3": 90121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 48 - }, - "163:10": { - "id:3": 90122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 12 - }, - "164:10": { - "id:3": 90123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 12 - }, - "165:10": { - "id:3": 90124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 12 - }, - "166:10": { - "id:3": 90125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 12 - }, - "167:10": { - "id:3": 90126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 12 - }, - "168:10": { - "id:3": 90127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 84 - }, - "169:10": { - "id:3": 90128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 84 - }, - "170:10": { - "id:3": 90129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 120 - }, - "171:10": { - "id:3": 90130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 120 - }, - "172:10": { - "id:3": 90131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 120 - }, - "173:10": { - "id:3": 90132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 48 - }, - "174:10": { - "id:3": 90133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": 12 - }, - "175:10": { - "id:3": 90134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 12 - }, - "176:10": { - "id:3": 90135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 48 - }, - "177:10": { - "id:3": 90136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 48 - }, - "178:10": { - "id:3": 90137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -132 - }, - "179:10": { - "id:3": 90138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -168 - }, - "180:10": { - "id:3": 90139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -168 - }, - "181:10": { - "id:3": 90140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": -168 - }, - "182:10": { - "id:3": 90141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 120 - }, - "183:10": { - "id:3": 90142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 120 - }, - "184:10": { - "id:3": 90143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 48 - }, - "185:10": { - "id:3": 90144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 120 - }, - "186:10": { - "id:3": 90145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 120 - }, - "187:10": { - "id:3": 90146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 120 - }, - "188:10": { - "id:3": 90149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -168 - }, - "189:10": { - "id:3": 90150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -168 - }, - "190:10": { - "id:3": 90151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -132 - }, - "191:10": { - "id:3": 90152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -132 - }, - "192:10": { - "id:3": 90153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -96 - }, - "193:10": { - "id:3": 90154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -168 - }, - "194:10": { - "id:3": 90155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -96 - }, - "195:10": { - "id:3": 90156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -96 - }, - "196:10": { - "id:3": 90157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 48 - }, - "197:10": { - "id:3": 90158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 84 - }, - "198:10": { - "id:3": 90159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 84 - }, - "199:10": { - "id:3": 90161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -24 - }, - "200:10": { - "id:3": 90162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -60 - }, - "201:10": { - "id:3": 90163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -24 - }, - "202:10": { - "id:3": 90164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": -24 - }, - "203:10": { - "id:3": 90165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": -24 - }, - "204:10": { - "id:3": 90166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -24 - }, - "205:10": { - "id:3": 90167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -24 - }, - "206:10": { - "id:3": 90168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 768, - "y:3": -24 - }, - "207:10": { - "id:3": 90169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 804, - "y:3": -24 - }, - "208:10": { - "id:3": 90170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 300 - }, - "209:10": { - "id:3": 90171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 300 - }, - "210:10": { - "id:3": 90173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 156 - }, - "211:10": { - "id:3": 90174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 156 - }, - "212:10": { - "id:3": 90175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 156 - }, - "213:10": { - "id:3": 90176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 192 - }, - "214:10": { - "id:3": 90177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 228 - }, - "215:10": { - "id:3": 90178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 192 - }, - "216:10": { - "id:3": 90179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 228 - }, - "217:10": { - "id:3": 90180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 192 - }, - "218:10": { - "id:3": 90182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 228 - }, - "219:10": { - "id:3": 90183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 228 - }, - "220:10": { - "id:3": 90184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 624, - "y:3": 192 - }, - "221:10": { - "id:3": 90185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 660, - "y:3": 192 - }, - "222:10": { - "id:3": 90186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 264 - }, - "223:10": { - "id:3": 90187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 264 - }, - "224:10": { - "id:3": 90188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 48 - }, - "225:10": { - "id:3": 90189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 192 - }, - "226:10": { - "id:3": 90190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 300 - }, - "227:10": { - "id:3": 90191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 300 - }, - "228:10": { - "id:3": 90192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 300 - }, - "229:10": { - "id:3": 90193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 336 - }, - "230:10": { - "id:3": 90194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 336 - }, - "231:10": { - "id:3": 90195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 372 - }, - "232:10": { - "id:3": 90196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 372, - "y:3": 372 - }, - "233:10": { - "id:3": 90197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 408 - }, - "234:10": { - "id:3": 90198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 444 - }, - "235:10": { - "id:3": 90199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 444 - }, - "236:10": { - "id:3": 90200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 444 - }, - "237:10": { - "id:3": 90201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 444 - }, - "238:10": { - "id:3": 90202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 444 - }, - "239:10": { - "id:3": 90203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 480 - }, - "240:10": { - "id:3": 90204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 516 - }, - "241:10": { - "id:3": 90205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 516 - }, - "242:10": { - "id:3": 90206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 552 - }, - "243:10": { - "id:3": 90207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 552 - }, - "244:10": { - "id:3": 90208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 552 - }, - "245:10": { - "id:3": 90209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 552 - }, - "246:10": { - "id:3": 90210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 588 - }, - "247:10": { - "id:3": 90211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 588 - }, - "248:10": { - "id:3": 90212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 624 - }, - "249:10": { - "id:3": 90213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 624 - }, - "250:10": { - "id:3": 90214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 480, - "y:3": 624 - }, - "251:10": { - "id:3": 90215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 516, - "y:3": 624 - }, - "252:10": { - "id:3": 90216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 624 - }, - "253:10": { - "id:3": 90217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 624 - }, - "254:10": { - "id:3": 90218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 408 - }, - "255:10": { - "id:3": 90219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 408 - }, - "256:10": { - "id:3": 90220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 408 - }, - "257:10": { - "id:3": 90222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 408 - }, - "258:10": { - "id:3": 90223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 588 - }, - "259:10": { - "id:3": 90224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 480 - }, - "260:10": { - "id:3": 90225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 444 - }, - "261:10": { - "id:3": 90226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 480 - }, - "262:10": { - "id:3": 90227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 516 - }, - "263:10": { - "id:3": 90228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 228, - "y:3": 372 - }, - "264:10": { - "id:3": 90229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 444 - }, - "265:10": { - "id:3": 90230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 480 - }, - "266:10": { - "id:3": 90231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 516 - }, - "267:10": { - "id:3": 90232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 552 - }, - "268:10": { - "id:3": 90233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": 624 - }, - "269:10": { - "id:3": 90234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 408 - }, - "270:10": { - "id:3": 90235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 408 - }, - "271:10": { - "id:3": 90236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 84, - "y:3": 444 - }, - "272:10": { - "id:3": 90237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 408 - }, - "273:10": { - "id:3": 90238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 408 - }, - "274:10": { - "id:3": 90239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 408 - }, - "275:10": { - "id:3": 90240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 372 - }, - "276:10": { - "id:3": 90241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 408 - }, - "277:10": { - "id:3": 90242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 444 - }, - "278:10": { - "id:3": 90243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 444 - }, - "279:10": { - "id:3": 90244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 480 - }, - "280:10": { - "id:3": 90245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 480 - }, - "281:10": { - "id:3": 90246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 516 - }, - "282:10": { - "id:3": 90247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 516 - }, - "283:10": { - "id:3": 90248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 552 - }, - "284:10": { - "id:3": 90249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 552 - }, - "285:10": { - "id:3": 90250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 768 - }, - "286:10": { - "id:3": 90251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 588 - }, - "287:10": { - "id:3": 90252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 588 - }, - "288:10": { - "id:3": 90253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 624 - }, - "289:10": { - "id:3": 90254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 624 - }, - "290:10": { - "id:3": 90255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 660 - }, - "291:10": { - "id:3": 90256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 12, - "y:3": 696 - }, - "292:10": { - "id:3": 90257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 660 - }, - "293:10": { - "id:3": 90258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 696 - }, - "294:10": { - "id:3": 90259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 732 - }, - "295:10": { - "id:3": 90260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 444 - }, - "296:10": { - "id:3": 90261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 480 - }, - "297:10": { - "id:3": 90262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 516 - }, - "298:10": { - "id:3": 90263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 552 - }, - "299:10": { - "id:3": 90264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 588 - }, - "300:10": { - "id:3": 90265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 624 - }, - "301:10": { - "id:3": 90266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 660 - }, - "302:10": { - "id:3": 90267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -60, - "y:3": 696 - }, - "303:10": { - "id:3": 90268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 408 - }, - "304:10": { - "id:3": 90269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 408 - }, - "305:10": { - "id:3": 90270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 444 - }, - "306:10": { - "id:3": 90271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 480 - }, - "307:10": { - "id:3": 90272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 408 - }, - "308:10": { - "id:3": 90273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 444 - }, - "309:10": { - "id:3": 90274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 480 - }, - "310:10": { - "id:3": 90275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 516 - }, - "311:10": { - "id:3": 90276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 552 - }, - "312:10": { - "id:3": 90277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -168, - "y:3": 588 - }, - "313:10": { - "id:3": 90278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -96, - "y:3": 552 - }, - "314:10": { - "id:3": 90279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 408 - }, - "315:10": { - "id:3": 90280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 444 - }, - "316:10": { - "id:3": 90281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 480 - }, - "317:10": { - "id:3": 90282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 516 - }, - "318:10": { - "id:3": 90283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 552 - }, - "319:10": { - "id:3": 90284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": 588 - }, - "320:10": { - "id:3": 90285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 408 - }, - "321:10": { - "id:3": 90286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 444 - }, - "322:10": { - "id:3": 90287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 480 - }, - "323:10": { - "id:3": 90288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 516 - }, - "324:10": { - "id:3": 90289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": 552 - }, - "325:10": { - "id:3": 90290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 444 - }, - "326:10": { - "id:3": 90291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 408 - }, - "327:10": { - "id:3": 90292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 444 - }, - "328:10": { - "id:3": 90293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 480 - }, - "329:10": { - "id:3": 90294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": 408 - }, - "330:10": { - "id:3": 90295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": 444 - }, - "331:10": { - "id:3": 90296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": 480 - }, - "332:10": { - "id:3": 90297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": 516 - }, - "333:10": { - "id:3": 90298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 408 - }, - "334:10": { - "id:3": 90299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": 480 - }, - "335:10": { - "id:3": 90300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -132, - "y:3": 372 - }, - "336:10": { - "id:3": 90301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 336 - }, - "337:10": { - "id:3": 90302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 300 - }, - "338:10": { - "id:3": 90303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 264 - }, - "339:10": { - "id:3": 90304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 228 - }, - "340:10": { - "id:3": 90306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 264 - }, - "341:10": { - "id:3": 90307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 372 - }, - "342:10": { - "id:3": 90308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 408 - }, - "343:10": { - "id:3": 90309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 444 - }, - "344:10": { - "id:3": 90310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 336 - }, - "345:10": { - "id:3": 90311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 300 - }, - "346:10": { - "id:3": 90312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 264 - }, - "347:10": { - "id:3": 90313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 372 - }, - "348:10": { - "id:3": 90314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 408 - }, - "349:10": { - "id:3": 90315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 444 - }, - "350:10": { - "id:3": 90316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 336 - }, - "351:10": { - "id:3": 90317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 300 - }, - "352:10": { - "id:3": 90318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 264 - }, - "353:10": { - "id:3": 90319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 372 - }, - "354:10": { - "id:3": 90320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 408 - }, - "355:10": { - "id:3": 90321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 372 - }, - "356:10": { - "id:3": 90322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 408 - }, - "357:10": { - "id:3": 90323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 372 - }, - "358:10": { - "id:3": 90324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 408 - }, - "359:10": { - "id:3": 90325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": 372 - }, - "360:10": { - "id:3": 90326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": 408 - }, - "361:10": { - "id:3": 90327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": 372 - }, - "362:10": { - "id:3": 90328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": 408 - }, - "363:10": { - "id:3": 90329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 264 - }, - "364:10": { - "id:3": 90330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 264 - }, - "365:10": { - "id:3": 90331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": 264 - }, - "366:10": { - "id:3": 90332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": 264 - }, - "367:10": { - "id:3": 90333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -744, - "y:3": 264 - }, - "368:10": { - "id:3": 90334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -780, - "y:3": 264 - }, - "369:10": { - "id:3": 90335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -816, - "y:3": 264 - }, - "370:10": { - "id:3": 90337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 192 - }, - "371:10": { - "id:3": 90338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 192 - }, - "372:10": { - "id:3": 90339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 156 - }, - "373:10": { - "id:3": 90340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 156 - }, - "374:10": { - "id:3": 90341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 120 - }, - "375:10": { - "id:3": 90342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 156 - }, - "376:10": { - "id:3": 90343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 120 - }, - "377:10": { - "id:3": 90344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 120 - }, - "378:10": { - "id:3": 90345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 84 - }, - "379:10": { - "id:3": 90346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 84 - }, - "380:10": { - "id:3": 90347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 84 - }, - "381:10": { - "id:3": 90348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 48 - }, - "382:10": { - "id:3": 90349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -456, - "y:3": 48 - }, - "383:10": { - "id:3": 90350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 48 - }, - "384:10": { - "id:3": 90351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 48 - }, - "385:10": { - "id:3": 90352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 48 - }, - "386:10": { - "id:3": 90353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": 48 - }, - "387:10": { - "id:3": 90354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": 12 - }, - "388:10": { - "id:3": 90355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": 12 - }, - "389:10": { - "id:3": 90356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": 12 - }, - "390:10": { - "id:3": 90357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": 12 - }, - "391:10": { - "id:3": 90359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -24 - }, - "392:10": { - "id:3": 90360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -24 - }, - "393:10": { - "id:3": 90361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -24 - }, - "394:10": { - "id:3": 90362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -60 - }, - "395:10": { - "id:3": 90363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -60 - }, - "396:10": { - "id:3": 90364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -60 - }, - "397:10": { - "id:3": 90365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -96 - }, - "398:10": { - "id:3": 90366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -96 - }, - "399:10": { - "id:3": 90367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -96 - }, - "400:10": { - "id:3": 90368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -132 - }, - "401:10": { - "id:3": 90369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -132 - }, - "402:10": { - "id:3": 90370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -132 - }, - "403:10": { - "id:3": 90371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -168 - }, - "404:10": { - "id:3": 90372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -168 - }, - "405:10": { - "id:3": 90373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -168 - }, - "406:10": { - "id:3": 90374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -600, - "y:3": -204 - }, - "407:10": { - "id:3": 90375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -204 - }, - "408:10": { - "id:3": 90376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -204 - }, - "409:10": { - "id:3": 90377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": -24 - }, - "410:10": { - "id:3": 90378, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -24 - }, - "411:10": { - "id:3": 90379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -24 - }, - "412:10": { - "id:3": 90380, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -744, - "y:3": -24 - }, - "413:10": { - "id:3": 90381, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -780, - "y:3": -24 - }, - "414:10": { - "id:3": 90382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": -60 - }, - "415:10": { - "id:3": 90383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -60 - }, - "416:10": { - "id:3": 90384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -60 - }, - "417:10": { - "id:3": 90385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -96 - }, - "418:10": { - "id:3": 90386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -168 - }, - "419:10": { - "id:3": 90387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -168 - }, - "420:10": { - "id:3": 90388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -708, - "y:3": -168 - }, - "421:10": { - "id:3": 90389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -672, - "y:3": -204 - }, - "422:10": { - "id:3": 90390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -636, - "y:3": -204 - }, - "423:10": { - "id:3": 90391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -564, - "y:3": -240 - }, - "424:10": { - "id:3": 90392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -240 - }, - "425:10": { - "id:3": 90393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -528, - "y:3": -276 - }, - "426:10": { - "id:3": 90394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -492, - "y:3": -276 - }, - "427:10": { - "id:3": 90395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -96 - }, - "428:10": { - "id:3": 90396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -96 - }, - "429:10": { - "id:3": 90397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -96 - }, - "430:10": { - "id:3": 90398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -96 - }, - "431:10": { - "id:3": 90399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -96 - }, - "432:10": { - "id:3": 90400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -96 - }, - "433:10": { - "id:3": 90401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": -60 - }, - "434:10": { - "id:3": 90402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -300, - "y:3": -24 - }, - "435:10": { - "id:3": 90403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -132 - }, - "436:10": { - "id:3": 90404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -132 - }, - "437:10": { - "id:3": 90405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -132 - }, - "438:10": { - "id:3": 90406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -132 - }, - "439:10": { - "id:3": 90407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -132 - }, - "440:10": { - "id:3": 90408, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -132 - }, - "441:10": { - "id:3": 90409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -168 - }, - "442:10": { - "id:3": 90410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -168 - }, - "443:10": { - "id:3": 90411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -168 - }, - "444:10": { - "id:3": 90412, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -168 - }, - "445:10": { - "id:3": 90413, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -168 - }, - "446:10": { - "id:3": 90414, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -168 - }, - "447:10": { - "id:3": 90415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -204 - }, - "448:10": { - "id:3": 90416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -204 - }, - "449:10": { - "id:3": 90417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -204 - }, - "450:10": { - "id:3": 90418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -204 - }, - "451:10": { - "id:3": 90419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -384, - "y:3": -204 - }, - "452:10": { - "id:3": 90420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -204 - }, - "453:10": { - "id:3": 90421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -240 - }, - "454:10": { - "id:3": 90422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -348, - "y:3": -240 - }, - "455:10": { - "id:3": 90423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -240 - }, - "456:10": { - "id:3": 90424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -240 - }, - "457:10": { - "id:3": 90425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -240 - }, - "458:10": { - "id:3": 90426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -276 - }, - "459:10": { - "id:3": 90427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -276, - "y:3": -276 - }, - "460:10": { - "id:3": 90428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -276 - }, - "461:10": { - "id:3": 90429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -312, - "y:3": -312 - }, - "462:10": { - "id:3": 90430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -312 - }, - "463:10": { - "id:3": 90431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -240, - "y:3": -348 - }, - "464:10": { - "id:3": 90432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -276 - }, - "465:10": { - "id:3": 90433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -312 - }, - "466:10": { - "id:3": 90434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -348 - }, - "467:10": { - "id:3": 90435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -384 - }, - "468:10": { - "id:3": 90436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -420, - "y:3": -420 - }, - "469:10": { - "id:3": 90437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -24, - "y:3": 120 - }, - "470:10": { - "id:3": 90438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": -240 - }, - "471:10": { - "id:3": 198005667, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 372 - }, - "472:10": { - "id:3": 252518956, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -204, - "y:3": -204 - }, - "473:10": { - "id:3": 850507867, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 444 - }, - "474:10": { - "id:3": 1172983451, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 408 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/5.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/5.json deleted file mode 100644 index d47fd714..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/5.json +++ /dev/null @@ -1,3201 +0,0 @@ -{ - "lineID:3": 5, - "order:3": 7, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:botanic_alchemic_catalyst" - }, - "name:8": "The Book of Creation" - } - }, - "quests:9": { - "0:10": { - "id:3": 1002, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -12 - }, - "1:10": { - "id:3": 1003, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -48 - }, - "2:10": { - "id:3": 1004, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -84 - }, - "3:10": { - "id:3": 1005, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -120 - }, - "4:10": { - "id:3": 1006, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -48 - }, - "5:10": { - "id:3": 1007, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 60 - }, - "6:10": { - "id:3": 1155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 312 - }, - "7:10": { - "id:3": 1202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -192 - }, - "8:10": { - "id:3": 1204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 96 - }, - "9:10": { - "id:3": 1205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 96 - }, - "10:10": { - "id:3": 1206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 96 - }, - "11:10": { - "id:3": 1207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 96 - }, - "12:10": { - "id:3": 1208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 96 - }, - "13:10": { - "id:3": 1209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 96 - }, - "14:10": { - "id:3": 1210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 96 - }, - "15:10": { - "id:3": 1211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 132 - }, - "16:10": { - "id:3": 1212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 132 - }, - "17:10": { - "id:3": 1213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 132 - }, - "18:10": { - "id:3": 1214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 132 - }, - "19:10": { - "id:3": 1215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 132 - }, - "20:10": { - "id:3": 1216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 132 - }, - "21:10": { - "id:3": 1217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -120 - }, - "22:10": { - "id:3": 1218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -120 - }, - "23:10": { - "id:3": 1219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -120 - }, - "24:10": { - "id:3": 1220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -120 - }, - "25:10": { - "id:3": 1223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -156 - }, - "26:10": { - "id:3": 1224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -156 - }, - "27:10": { - "id:3": 1225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -156 - }, - "28:10": { - "id:3": 1253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -12 - }, - "29:10": { - "id:3": 1254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 24 - }, - "30:10": { - "id:3": 1255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": 60 - }, - "31:10": { - "id:3": 1256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -264 - }, - "32:10": { - "id:3": 1257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -12 - }, - "33:10": { - "id:3": 1258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -84 - }, - "34:10": { - "id:3": 1259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -48 - }, - "35:10": { - "id:3": 1260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -228 - }, - "36:10": { - "id:3": 1261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -228 - }, - "37:10": { - "id:3": 1262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -192 - }, - "38:10": { - "id:3": 1263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -228 - }, - "39:10": { - "id:3": 1264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -228 - }, - "40:10": { - "id:3": 1265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -156 - }, - "41:10": { - "id:3": 1266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -192 - }, - "42:10": { - "id:3": 1267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -192 - }, - "43:10": { - "id:3": 1268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -48 - }, - "44:10": { - "id:3": 1269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -48 - }, - "45:10": { - "id:3": 1270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -156 - }, - "46:10": { - "id:3": 1271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 60 - }, - "47:10": { - "id:3": 1272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -12 - }, - "48:10": { - "id:3": 1273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -12 - }, - "49:10": { - "id:3": 1274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 24 - }, - "50:10": { - "id:3": 1275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -120 - }, - "51:10": { - "id:3": 1276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -120 - }, - "52:10": { - "id:3": 1277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": 60 - }, - "53:10": { - "id:3": 1278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 24 - }, - "54:10": { - "id:3": 1279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 24 - }, - "55:10": { - "id:3": 1280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -12 - }, - "56:10": { - "id:3": 1281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 60 - }, - "57:10": { - "id:3": 1282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -48 - }, - "58:10": { - "id:3": 1283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -192 - }, - "59:10": { - "id:3": 1284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -228 - }, - "60:10": { - "id:3": 1285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -120 - }, - "61:10": { - "id:3": 1286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -156 - }, - "62:10": { - "id:3": 1287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -192 - }, - "63:10": { - "id:3": 1288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -156 - }, - "64:10": { - "id:3": 1289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -264 - }, - "65:10": { - "id:3": 1290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -444 - }, - "66:10": { - "id:3": 1291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -156 - }, - "67:10": { - "id:3": 1292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -336 - }, - "68:10": { - "id:3": 1320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 60 - }, - "69:10": { - "id:3": 1329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -84 - }, - "70:10": { - "id:3": 1343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -12 - }, - "71:10": { - "id:3": 1344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": 24 - }, - "72:10": { - "id:3": 1346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -48 - }, - "73:10": { - "id:3": 1368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -192 - }, - "74:10": { - "id:3": 1369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -228 - }, - "75:10": { - "id:3": 1370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -228 - }, - "76:10": { - "id:3": 1389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": 96 - }, - "77:10": { - "id:3": 1398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -84 - }, - "78:10": { - "id:3": 1399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 168 - }, - "79:10": { - "id:3": 1400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 240 - }, - "80:10": { - "id:3": 1401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 240 - }, - "81:10": { - "id:3": 1402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 240 - }, - "82:10": { - "id:3": 1403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 276 - }, - "83:10": { - "id:3": 1404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 276 - }, - "84:10": { - "id:3": 1405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 240 - }, - "85:10": { - "id:3": 1406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 276 - }, - "86:10": { - "id:3": 1407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 240 - }, - "87:10": { - "id:3": 1408, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 240 - }, - "88:10": { - "id:3": 1409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 276 - }, - "89:10": { - "id:3": 1410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 276 - }, - "90:10": { - "id:3": 1411, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 312 - }, - "91:10": { - "id:3": 1412, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 312 - }, - "92:10": { - "id:3": 1413, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 240 - }, - "93:10": { - "id:3": 1414, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 276 - }, - "94:10": { - "id:3": 1415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 312 - }, - "95:10": { - "id:3": 1416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 348 - }, - "96:10": { - "id:3": 1417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 348 - }, - "97:10": { - "id:3": 1418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 348 - }, - "98:10": { - "id:3": 1419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 384 - }, - "99:10": { - "id:3": 1420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 384 - }, - "100:10": { - "id:3": 1421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 384 - }, - "101:10": { - "id:3": 1422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 420 - }, - "102:10": { - "id:3": 1423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 420 - }, - "103:10": { - "id:3": 1424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 420 - }, - "104:10": { - "id:3": 1425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 456 - }, - "105:10": { - "id:3": 1426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 456 - }, - "106:10": { - "id:3": 1427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 456 - }, - "107:10": { - "id:3": 1428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 276 - }, - "108:10": { - "id:3": 1429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 312 - }, - "109:10": { - "id:3": 1430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 348 - }, - "110:10": { - "id:3": 1431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 384 - }, - "111:10": { - "id:3": 1432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 420 - }, - "112:10": { - "id:3": 1433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 456 - }, - "113:10": { - "id:3": 1434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 492 - }, - "114:10": { - "id:3": 1435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 492 - }, - "115:10": { - "id:3": 1436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 492 - }, - "116:10": { - "id:3": 1437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -156 - }, - "117:10": { - "id:3": 1438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -156 - }, - "118:10": { - "id:3": 1439, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -156 - }, - "119:10": { - "id:3": 1440, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -156 - }, - "120:10": { - "id:3": 1441, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -156 - }, - "121:10": { - "id:3": 1442, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -156 - }, - "122:10": { - "id:3": 1443, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -156 - }, - "123:10": { - "id:3": 1444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -156 - }, - "124:10": { - "id:3": 1445, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -156 - }, - "125:10": { - "id:3": 1446, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -156 - }, - "126:10": { - "id:3": 1447, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -192 - }, - "127:10": { - "id:3": 1448, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -192 - }, - "128:10": { - "id:3": 1449, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -192 - }, - "129:10": { - "id:3": 1450, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -192 - }, - "130:10": { - "id:3": 1451, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -192 - }, - "131:10": { - "id:3": 1452, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -192 - }, - "132:10": { - "id:3": 1453, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -228 - }, - "133:10": { - "id:3": 1454, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -228 - }, - "134:10": { - "id:3": 1455, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -228 - }, - "135:10": { - "id:3": 1456, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -228 - }, - "136:10": { - "id:3": 1457, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -228 - }, - "137:10": { - "id:3": 1458, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -228 - }, - "138:10": { - "id:3": 1459, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -264 - }, - "139:10": { - "id:3": 1460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -264 - }, - "140:10": { - "id:3": 1461, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -264 - }, - "141:10": { - "id:3": 1462, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -264 - }, - "142:10": { - "id:3": 1463, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -264 - }, - "143:10": { - "id:3": 1464, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -264 - }, - "144:10": { - "id:3": 1465, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -336 - }, - "145:10": { - "id:3": 1466, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -300 - }, - "146:10": { - "id:3": 1467, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -300 - }, - "147:10": { - "id:3": 1468, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -300 - }, - "148:10": { - "id:3": 1469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -300 - }, - "149:10": { - "id:3": 1470, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -300 - }, - "150:10": { - "id:3": 1471, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -192 - }, - "151:10": { - "id:3": 1472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -192 - }, - "152:10": { - "id:3": 1473, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -228 - }, - "153:10": { - "id:3": 1474, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -336 - }, - "154:10": { - "id:3": 1475, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -372 - }, - "155:10": { - "id:3": 1476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -264 - }, - "156:10": { - "id:3": 1477, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -300 - }, - "157:10": { - "id:3": 1478, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -408 - }, - "158:10": { - "id:3": 1479, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -336 - }, - "159:10": { - "id:3": 1480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -444 - }, - "160:10": { - "id:3": 1481, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -480 - }, - "161:10": { - "id:3": 1482, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -516 - }, - "162:10": { - "id:3": 1483, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -552 - }, - "163:10": { - "id:3": 1484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -588 - }, - "164:10": { - "id:3": 1485, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -624 - }, - "165:10": { - "id:3": 1486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -660 - }, - "166:10": { - "id:3": 1487, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -336 - }, - "167:10": { - "id:3": 1488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -372 - }, - "168:10": { - "id:3": 1489, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -408 - }, - "169:10": { - "id:3": 1490, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -444 - }, - "170:10": { - "id:3": 1491, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -480 - }, - "171:10": { - "id:3": 1492, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -516 - }, - "172:10": { - "id:3": 1493, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -552 - }, - "173:10": { - "id:3": 1494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -588 - }, - "174:10": { - "id:3": 1495, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -624 - }, - "175:10": { - "id:3": 1496, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -660 - }, - "176:10": { - "id:3": 1497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -696 - }, - "177:10": { - "id:3": 1498, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -732 - }, - "178:10": { - "id:3": 1499, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -768 - }, - "179:10": { - "id:3": 1500, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -804 - }, - "180:10": { - "id:3": 1501, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -336 - }, - "181:10": { - "id:3": 1502, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -372 - }, - "182:10": { - "id:3": 1503, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -408 - }, - "183:10": { - "id:3": 1504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -444 - }, - "184:10": { - "id:3": 1505, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -480 - }, - "185:10": { - "id:3": 1506, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -516 - }, - "186:10": { - "id:3": 1507, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -552 - }, - "187:10": { - "id:3": 1508, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -588 - }, - "188:10": { - "id:3": 1509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -624 - }, - "189:10": { - "id:3": 1510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -660 - }, - "190:10": { - "id:3": 1511, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -336 - }, - "191:10": { - "id:3": 1512, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": 132 - }, - "192:10": { - "id:3": 1513, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 132 - }, - "193:10": { - "id:3": 1514, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 132 - }, - "194:10": { - "id:3": 1515, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 132 - }, - "195:10": { - "id:3": 1516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 132 - }, - "196:10": { - "id:3": 1517, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 132 - }, - "197:10": { - "id:3": 1518, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": 132 - }, - "198:10": { - "id:3": 1519, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 132 - }, - "199:10": { - "id:3": 1520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 132 - }, - "200:10": { - "id:3": 1521, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 132 - }, - "201:10": { - "id:3": 1522, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 168 - }, - "202:10": { - "id:3": 1523, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 168 - }, - "203:10": { - "id:3": 1524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 168 - }, - "204:10": { - "id:3": 1525, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 168 - }, - "205:10": { - "id:3": 1526, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 168 - }, - "206:10": { - "id:3": 1527, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 168 - }, - "207:10": { - "id:3": 1528, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 168 - }, - "208:10": { - "id:3": 1529, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 168 - }, - "209:10": { - "id:3": 1530, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": 168 - }, - "210:10": { - "id:3": 1531, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": 168 - }, - "211:10": { - "id:3": 1532, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": 168 - }, - "212:10": { - "id:3": 1533, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": 168 - }, - "213:10": { - "id:3": 1534, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 132 - }, - "214:10": { - "id:3": 1535, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 204 - }, - "215:10": { - "id:3": 1536, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 204 - }, - "216:10": { - "id:3": 1537, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 204 - }, - "217:10": { - "id:3": 1538, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 204 - }, - "218:10": { - "id:3": 1539, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 204 - }, - "219:10": { - "id:3": 1540, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 240 - }, - "220:10": { - "id:3": 1541, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 240 - }, - "221:10": { - "id:3": 1542, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 240 - }, - "222:10": { - "id:3": 1543, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 240 - }, - "223:10": { - "id:3": 1544, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 240 - }, - "224:10": { - "id:3": 1545, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 240 - }, - "225:10": { - "id:3": 1546, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 240 - }, - "226:10": { - "id:3": 1547, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 240 - }, - "227:10": { - "id:3": 1548, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 240 - }, - "228:10": { - "id:3": 1549, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 276 - }, - "229:10": { - "id:3": 1550, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 276 - }, - "230:10": { - "id:3": 1551, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 276 - }, - "231:10": { - "id:3": 1552, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 276 - }, - "232:10": { - "id:3": 1553, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 276 - }, - "233:10": { - "id:3": 1554, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 276 - }, - "234:10": { - "id:3": 1555, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 276 - }, - "235:10": { - "id:3": 1556, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": 276 - }, - "236:10": { - "id:3": 1558, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 276 - }, - "237:10": { - "id:3": 1559, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 312 - }, - "238:10": { - "id:3": 1560, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 348 - }, - "239:10": { - "id:3": 1561, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 384 - }, - "240:10": { - "id:3": 1562, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 312 - }, - "241:10": { - "id:3": 1563, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 312 - }, - "242:10": { - "id:3": 1564, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 312 - }, - "243:10": { - "id:3": 1565, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 312 - }, - "244:10": { - "id:3": 1566, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 348 - }, - "245:10": { - "id:3": 1567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 348 - }, - "246:10": { - "id:3": 1568, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 348 - }, - "247:10": { - "id:3": 1569, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 348 - }, - "248:10": { - "id:3": 1570, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -12 - }, - "249:10": { - "id:3": 1571, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -12 - }, - "250:10": { - "id:3": 1572, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 384 - }, - "251:10": { - "id:3": 1573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 384 - }, - "252:10": { - "id:3": 1574, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": 204 - }, - "253:10": { - "id:3": 1575, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": 204 - }, - "254:10": { - "id:3": 1576, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 312 - }, - "255:10": { - "id:3": 1577, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -12 - }, - "256:10": { - "id:3": 1578, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -12 - }, - "257:10": { - "id:3": 1579, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -12 - }, - "258:10": { - "id:3": 1580, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -12 - }, - "259:10": { - "id:3": 1581, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -12 - }, - "260:10": { - "id:3": 1582, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -12 - }, - "261:10": { - "id:3": 1583, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -12 - }, - "262:10": { - "id:3": 1584, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -12 - }, - "263:10": { - "id:3": 1585, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 24 - }, - "264:10": { - "id:3": 1643, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 96 - }, - "265:10": { - "id:3": 1769, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -408 - }, - "266:10": { - "id:3": 1771, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -300 - }, - "267:10": { - "id:3": 1773, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 528 - }, - "268:10": { - "id:3": 1774, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 744 - }, - "269:10": { - "id:3": 1775, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 528 - }, - "270:10": { - "id:3": 1776, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 528 - }, - "271:10": { - "id:3": 1777, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 528 - }, - "272:10": { - "id:3": 1778, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 564 - }, - "273:10": { - "id:3": 1779, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 564 - }, - "274:10": { - "id:3": 1780, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 564 - }, - "275:10": { - "id:3": 1781, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 564 - }, - "276:10": { - "id:3": 1782, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 600 - }, - "277:10": { - "id:3": 1783, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 600 - }, - "278:10": { - "id:3": 1784, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 600 - }, - "279:10": { - "id:3": 1785, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 600 - }, - "280:10": { - "id:3": 1786, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 636 - }, - "281:10": { - "id:3": 1787, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 636 - }, - "282:10": { - "id:3": 1788, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 636 - }, - "283:10": { - "id:3": 1789, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 636 - }, - "284:10": { - "id:3": 1790, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 672 - }, - "285:10": { - "id:3": 1791, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 672 - }, - "286:10": { - "id:3": 1792, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 672 - }, - "287:10": { - "id:3": 1793, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 672 - }, - "288:10": { - "id:3": 1794, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 708 - }, - "289:10": { - "id:3": 1795, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 708 - }, - "290:10": { - "id:3": 1796, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 708 - }, - "291:10": { - "id:3": 1797, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 708 - }, - "292:10": { - "id:3": 1798, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 744 - }, - "293:10": { - "id:3": 1799, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 744 - }, - "294:10": { - "id:3": 1800, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 744 - }, - "295:10": { - "id:3": 2108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 468, - "y:3": -300 - }, - "296:10": { - "id:3": 2112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -120 - }, - "297:10": { - "id:3": 2113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -336 - }, - "298:10": { - "id:3": 2202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -192 - }, - "299:10": { - "id:3": 2203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -228 - }, - "300:10": { - "id:3": 2204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -228 - }, - "301:10": { - "id:3": 2205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -264 - }, - "302:10": { - "id:3": 2206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -300 - }, - "303:10": { - "id:3": 2207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -300 - }, - "304:10": { - "id:3": 2208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -336 - }, - "305:10": { - "id:3": 2209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -336 - }, - "306:10": { - "id:3": 2210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -336 - }, - "307:10": { - "id:3": 2211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -300 - }, - "308:10": { - "id:3": 2212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -300 - }, - "309:10": { - "id:3": 2213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -336 - }, - "310:10": { - "id:3": 2214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -336 - }, - "311:10": { - "id:3": 2215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -300 - }, - "312:10": { - "id:3": 2216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -228 - }, - "313:10": { - "id:3": 2217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -372 - }, - "314:10": { - "id:3": 2218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -372 - }, - "315:10": { - "id:3": 2224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -372 - }, - "316:10": { - "id:3": 2225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": 348 - }, - "317:10": { - "id:3": 2226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -84 - }, - "318:10": { - "id:3": 2227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -300 - }, - "319:10": { - "id:3": 2230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 60 - }, - "320:10": { - "id:3": 2231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 132 - }, - "321:10": { - "id:3": 2252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 24 - }, - "322:10": { - "id:3": 2257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -120 - }, - "323:10": { - "id:3": 2258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -372 - }, - "324:10": { - "id:3": 2259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -372 - }, - "325:10": { - "id:3": 2266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 432, - "y:3": -444 - }, - "326:10": { - "id:3": 2269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": 96 - }, - "327:10": { - "id:3": 2312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -156 - }, - "328:10": { - "id:3": 2313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -264 - }, - "329:10": { - "id:3": 2314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -192 - }, - "330:10": { - "id:3": 2315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -228 - }, - "331:10": { - "id:3": 2316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -192 - }, - "332:10": { - "id:3": 2317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -192 - }, - "333:10": { - "id:3": 2318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -192 - }, - "334:10": { - "id:3": 2319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -228 - }, - "335:10": { - "id:3": 2322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -264 - }, - "336:10": { - "id:3": 2323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -264 - }, - "337:10": { - "id:3": 2324, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -264 - }, - "338:10": { - "id:3": 2325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -300 - }, - "339:10": { - "id:3": 2326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": -300 - }, - "340:10": { - "id:3": 2327, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -300 - }, - "341:10": { - "id:3": 2328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -300 - }, - "342:10": { - "id:3": 2329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -192 - }, - "343:10": { - "id:3": 2330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -192 - }, - "344:10": { - "id:3": 2331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -300 - }, - "345:10": { - "id:3": 2346, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "346:10": { - "id:3": 2351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -372 - }, - "347:10": { - "id:3": 20415, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -12 - }, - "348:10": { - "id:3": 20416, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 132 - }, - "349:10": { - "id:3": 20417, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": -12 - }, - "350:10": { - "id:3": 20418, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -156 - }, - "351:10": { - "id:3": 20419, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -156 - }, - "352:10": { - "id:3": 20420, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 96 - }, - "353:10": { - "id:3": 20421, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -156 - }, - "354:10": { - "id:3": 20422, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -120 - }, - "355:10": { - "id:3": 20423, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 96 - }, - "356:10": { - "id:3": 20424, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 96 - }, - "357:10": { - "id:3": 20425, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 96 - }, - "358:10": { - "id:3": 20426, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 132 - }, - "359:10": { - "id:3": 20427, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 168 - }, - "360:10": { - "id:3": 20428, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 204 - }, - "361:10": { - "id:3": 20429, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 132 - }, - "362:10": { - "id:3": 20430, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 132 - }, - "363:10": { - "id:3": 20431, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 132 - }, - "364:10": { - "id:3": 20432, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 132 - }, - "365:10": { - "id:3": 20433, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 132 - }, - "366:10": { - "id:3": 20434, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 168 - }, - "367:10": { - "id:3": 20435, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 168 - }, - "368:10": { - "id:3": 20436, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 168 - }, - "369:10": { - "id:3": 20437, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": 60 - }, - "370:10": { - "id:3": 20438, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 168 - }, - "371:10": { - "id:3": 20439, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 204 - }, - "372:10": { - "id:3": 20440, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 204 - }, - "373:10": { - "id:3": 20441, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": 168 - }, - "374:10": { - "id:3": 20442, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": 204 - }, - "375:10": { - "id:3": 20443, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": 204 - }, - "376:10": { - "id:3": 20444, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 204 - }, - "377:10": { - "id:3": 20445, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": 240 - }, - "378:10": { - "id:3": 20446, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 240 - }, - "379:10": { - "id:3": 20452, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -48 - }, - "380:10": { - "id:3": 20453, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -48 - }, - "381:10": { - "id:3": 20454, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -48 - }, - "382:10": { - "id:3": 20455, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -48 - }, - "383:10": { - "id:3": 20456, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -48 - }, - "384:10": { - "id:3": 20457, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -120 - }, - "385:10": { - "id:3": 20458, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -120 - }, - "386:10": { - "id:3": 20459, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -120 - }, - "387:10": { - "id:3": 20460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -120 - }, - "388:10": { - "id:3": 20461, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -120 - }, - "389:10": { - "id:3": 20463, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -48 - }, - "390:10": { - "id:3": 20464, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -120 - }, - "391:10": { - "id:3": 20465, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -84 - }, - "392:10": { - "id:3": 20466, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -192 - }, - "393:10": { - "id:3": 20467, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -48 - }, - "394:10": { - "id:3": 20468, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -48 - }, - "395:10": { - "id:3": 20469, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -48 - }, - "396:10": { - "id:3": 20470, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "397:10": { - "id:3": 20471, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 132 - }, - "398:10": { - "id:3": 20472, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 132 - }, - "399:10": { - "id:3": 20473, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 132 - }, - "400:10": { - "id:3": 20474, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 180, - "y:3": 168 - }, - "401:10": { - "id:3": 20475, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 168 - }, - "402:10": { - "id:3": 20476, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 168 - }, - "403:10": { - "id:3": 20477, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 168 - }, - "404:10": { - "id:3": 20478, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 204 - }, - "405:10": { - "id:3": 20479, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 204 - }, - "406:10": { - "id:3": 20480, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 204 - }, - "407:10": { - "id:3": 20482, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": -12 - }, - "408:10": { - "id:3": 20483, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -12 - }, - "409:10": { - "id:3": 20484, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": -48 - }, - "410:10": { - "id:3": 20485, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": -12 - }, - "411:10": { - "id:3": 20486, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 24 - }, - "412:10": { - "id:3": 20487, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "413:10": { - "id:3": 20488, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 324, - "y:3": 60 - }, - "414:10": { - "id:3": 20489, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 60 - }, - "415:10": { - "id:3": 20490, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -12 - }, - "416:10": { - "id:3": 20491, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -156 - }, - "417:10": { - "id:3": 20492, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": 60 - }, - "418:10": { - "id:3": 20493, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 60 - }, - "419:10": { - "id:3": 20494, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -84 - }, - "420:10": { - "id:3": 20495, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 288, - "y:3": 24 - }, - "421:10": { - "id:3": 20496, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 24 - }, - "422:10": { - "id:3": 20497, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": -120 - }, - "423:10": { - "id:3": 20498, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": 60 - }, - "424:10": { - "id:3": 20499, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -192 - }, - "425:10": { - "id:3": 20500, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -192 - }, - "426:10": { - "id:3": 20503, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -192 - }, - "427:10": { - "id:3": 20504, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -228 - }, - "428:10": { - "id:3": 20505, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -192 - }, - "429:10": { - "id:3": 20508, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -264 - }, - "430:10": { - "id:3": 20509, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -192 - }, - "431:10": { - "id:3": 20510, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -228 - }, - "432:10": { - "id:3": 20511, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -228 - }, - "433:10": { - "id:3": 20512, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -264 - }, - "434:10": { - "id:3": 20513, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -192 - }, - "435:10": { - "id:3": 20514, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -192 - }, - "436:10": { - "id:3": 20515, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -264 - }, - "437:10": { - "id:3": 20516, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -192 - }, - "438:10": { - "id:3": 20517, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -228 - }, - "439:10": { - "id:3": 20518, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -228 - }, - "440:10": { - "id:3": 20519, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -144, - "y:3": -192 - }, - "441:10": { - "id:3": 20520, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -264 - }, - "442:10": { - "id:3": 12159594, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": 240 - }, - "443:10": { - "id:3": 103570573, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -264 - }, - "444:10": { - "id:3": 339187524, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": 60 - }, - "445:10": { - "id:3": 650488292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 60 - }, - "446:10": { - "id:3": 795857967, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 60 - }, - "447:10": { - "id:3": 1083627567, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -264 - }, - "448:10": { - "id:3": 1272834460, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 576, - "y:3": -300 - }, - "449:10": { - "id:3": 1304340834, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -264 - }, - "450:10": { - "id:3": 1365120258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 612, - "y:3": 24 - }, - "451:10": { - "id:3": 1453897011, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": 132 - }, - "452:10": { - "id:3": 1553598788, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -300 - }, - "453:10": { - "id:3": 1799610165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": 60 - }, - "454:10": { - "id:3": 2087826195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 384 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/6.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/6.json deleted file mode 100644 index ab45ead6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/6.json +++ /dev/null @@ -1,3747 +0,0 @@ -{ - "lineID:3": 6, - "order:3": 8, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:causality_collapser" - }, - "name:8": "On Magical Mastery" - } - }, - "quests:9": { - "0:10": { - "id:3": 726, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -264 - }, - "1:10": { - "id:3": 727, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -300 - }, - "2:10": { - "id:3": 728, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -300 - }, - "3:10": { - "id:3": 729, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -264 - }, - "4:10": { - "id:3": 730, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -264 - }, - "5:10": { - "id:3": 731, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -300 - }, - "6:10": { - "id:3": 732, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -300 - }, - "7:10": { - "id:3": 733, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -264 - }, - "8:10": { - "id:3": 734, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -264 - }, - "9:10": { - "id:3": 735, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -300 - }, - "10:10": { - "id:3": 736, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -264 - }, - "11:10": { - "id:3": 737, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -300 - }, - "12:10": { - "id:3": 738, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -300 - }, - "13:10": { - "id:3": 739, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -264 - }, - "14:10": { - "id:3": 740, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -264 - }, - "15:10": { - "id:3": 741, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -300 - }, - "16:10": { - "id:3": 742, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -336 - }, - "17:10": { - "id:3": 743, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -336 - }, - "18:10": { - "id:3": 744, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -336 - }, - "19:10": { - "id:3": 745, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -336 - }, - "20:10": { - "id:3": 746, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -336 - }, - "21:10": { - "id:3": 747, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -336 - }, - "22:10": { - "id:3": 748, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -336 - }, - "23:10": { - "id:3": 749, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -336 - }, - "24:10": { - "id:3": 750, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -444 - }, - "25:10": { - "id:3": 751, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -408 - }, - "26:10": { - "id:3": 752, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -408 - }, - "27:10": { - "id:3": 753, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -408 - }, - "28:10": { - "id:3": 754, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -408 - }, - "29:10": { - "id:3": 755, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -480 - }, - "30:10": { - "id:3": 756, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -444 - }, - "31:10": { - "id:3": 757, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -408 - }, - "32:10": { - "id:3": 758, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -444 - }, - "33:10": { - "id:3": 759, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -444 - }, - "34:10": { - "id:3": 760, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -480 - }, - "35:10": { - "id:3": 761, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -516 - }, - "36:10": { - "id:3": 762, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -300 - }, - "37:10": { - "id:3": 763, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -264 - }, - "38:10": { - "id:3": 764, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -192 - }, - "39:10": { - "id:3": 765, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -336 - }, - "40:10": { - "id:3": 766, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -300 - }, - "41:10": { - "id:3": 767, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -228 - }, - "42:10": { - "id:3": 768, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -228 - }, - "43:10": { - "id:3": 769, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -192 - }, - "44:10": { - "id:3": 770, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -372 - }, - "45:10": { - "id:3": 771, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -336 - }, - "46:10": { - "id:3": 772, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -300 - }, - "47:10": { - "id:3": 773, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -300 - }, - "48:10": { - "id:3": 774, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -336 - }, - "49:10": { - "id:3": 775, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -372 - }, - "50:10": { - "id:3": 776, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -192 - }, - "51:10": { - "id:3": 777, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -228 - }, - "52:10": { - "id:3": 778, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -264 - }, - "53:10": { - "id:3": 779, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -264 - }, - "54:10": { - "id:3": 780, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -264 - }, - "55:10": { - "id:3": 781, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -264 - }, - "56:10": { - "id:3": 782, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -228 - }, - "57:10": { - "id:3": 783, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -192 - }, - "58:10": { - "id:3": 784, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -372 - }, - "59:10": { - "id:3": 785, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -336 - }, - "60:10": { - "id:3": 786, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -300 - }, - "61:10": { - "id:3": 787, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -264 - }, - "62:10": { - "id:3": 788, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -300 - }, - "63:10": { - "id:3": 789, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -264 - }, - "64:10": { - "id:3": 790, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -228 - }, - "65:10": { - "id:3": 791, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -192 - }, - "66:10": { - "id:3": 792, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -192 - }, - "67:10": { - "id:3": 793, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -228 - }, - "68:10": { - "id:3": 794, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -264 - }, - "69:10": { - "id:3": 795, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -264 - }, - "70:10": { - "id:3": 796, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -228 - }, - "71:10": { - "id:3": 797, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -192 - }, - "72:10": { - "id:3": 798, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -228 - }, - "73:10": { - "id:3": 799, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -192 - }, - "74:10": { - "id:3": 800, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -264 - }, - "75:10": { - "id:3": 801, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -300 - }, - "76:10": { - "id:3": 802, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -300 - }, - "77:10": { - "id:3": 803, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -264 - }, - "78:10": { - "id:3": 804, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -264 - }, - "79:10": { - "id:3": 805, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -300 - }, - "80:10": { - "id:3": 806, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -264 - }, - "81:10": { - "id:3": 807, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -300 - }, - "82:10": { - "id:3": 808, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -336 - }, - "83:10": { - "id:3": 809, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -336 - }, - "84:10": { - "id:3": 810, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -264 - }, - "85:10": { - "id:3": 811, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -300 - }, - "86:10": { - "id:3": 812, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -372 - }, - "87:10": { - "id:3": 813, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -408 - }, - "88:10": { - "id:3": 814, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -372 - }, - "89:10": { - "id:3": 815, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -408 - }, - "90:10": { - "id:3": 816, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -372 - }, - "91:10": { - "id:3": 817, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -408 - }, - "92:10": { - "id:3": 818, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -444 - }, - "93:10": { - "id:3": 819, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -408 - }, - "94:10": { - "id:3": 820, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -480 - }, - "95:10": { - "id:3": 821, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -444 - }, - "96:10": { - "id:3": 822, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -516 - }, - "97:10": { - "id:3": 823, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -480 - }, - "98:10": { - "id:3": 824, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -444 - }, - "99:10": { - "id:3": 825, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -444 - }, - "100:10": { - "id:3": 826, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -372 - }, - "101:10": { - "id:3": 827, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -444 - }, - "102:10": { - "id:3": 828, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -516 - }, - "103:10": { - "id:3": 829, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -480 - }, - "104:10": { - "id:3": 830, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -264 - }, - "105:10": { - "id:3": 831, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -300 - }, - "106:10": { - "id:3": 832, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -336 - }, - "107:10": { - "id:3": 833, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -336 - }, - "108:10": { - "id:3": 834, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -336 - }, - "109:10": { - "id:3": 835, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -336 - }, - "110:10": { - "id:3": 836, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -264 - }, - "111:10": { - "id:3": 837, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -336 - }, - "112:10": { - "id:3": 838, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -480 - }, - "113:10": { - "id:3": 839, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -480 - }, - "114:10": { - "id:3": 840, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -408 - }, - "115:10": { - "id:3": 841, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -516 - }, - "116:10": { - "id:3": 842, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -480 - }, - "117:10": { - "id:3": 843, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -444 - }, - "118:10": { - "id:3": 848, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -372 - }, - "119:10": { - "id:3": 849, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -516 - }, - "120:10": { - "id:3": 850, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -408 - }, - "121:10": { - "id:3": 851, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -444 - }, - "122:10": { - "id:3": 852, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -372 - }, - "123:10": { - "id:3": 853, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -516 - }, - "124:10": { - "id:3": 857, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -408 - }, - "125:10": { - "id:3": 858, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -516 - }, - "126:10": { - "id:3": 859, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -516 - }, - "127:10": { - "id:3": 860, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -480 - }, - "128:10": { - "id:3": 861, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 324 - }, - "129:10": { - "id:3": 862, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -228 - }, - "130:10": { - "id:3": 863, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -228 - }, - "131:10": { - "id:3": 864, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -228 - }, - "132:10": { - "id:3": 867, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 324 - }, - "133:10": { - "id:3": 868, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 324 - }, - "134:10": { - "id:3": 869, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 324 - }, - "135:10": { - "id:3": 870, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 360 - }, - "136:10": { - "id:3": 871, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 360 - }, - "137:10": { - "id:3": 872, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 360 - }, - "138:10": { - "id:3": 873, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 396 - }, - "139:10": { - "id:3": 874, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 396 - }, - "140:10": { - "id:3": 875, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 396 - }, - "141:10": { - "id:3": 876, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 432 - }, - "142:10": { - "id:3": 877, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 432 - }, - "143:10": { - "id:3": 878, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 432 - }, - "144:10": { - "id:3": 879, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -408 - }, - "145:10": { - "id:3": 880, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -444 - }, - "146:10": { - "id:3": 881, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -408 - }, - "147:10": { - "id:3": 882, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -444 - }, - "148:10": { - "id:3": 883, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 252 - }, - "149:10": { - "id:3": 1011, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -300 - }, - "150:10": { - "id:3": 1141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -336 - }, - "151:10": { - "id:3": 1142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -300 - }, - "152:10": { - "id:3": 1143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -228 - }, - "153:10": { - "id:3": 1144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -228 - }, - "154:10": { - "id:3": 1145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -228 - }, - "155:10": { - "id:3": 1146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -228 - }, - "156:10": { - "id:3": 1147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -264 - }, - "157:10": { - "id:3": 1148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -300 - }, - "158:10": { - "id:3": 1149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -264 - }, - "159:10": { - "id:3": 1150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -264 - }, - "160:10": { - "id:3": 1151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -300 - }, - "161:10": { - "id:3": 1156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -336 - }, - "162:10": { - "id:3": 1157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -336 - }, - "163:10": { - "id:3": 1158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -336 - }, - "164:10": { - "id:3": 1159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -336 - }, - "165:10": { - "id:3": 1161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -372 - }, - "166:10": { - "id:3": 1162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -372 - }, - "167:10": { - "id:3": 1163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -372 - }, - "168:10": { - "id:3": 1164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -372 - }, - "169:10": { - "id:3": 1165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -372 - }, - "170:10": { - "id:3": 1166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -372 - }, - "171:10": { - "id:3": 1167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -336 - }, - "172:10": { - "id:3": 1170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": 144 - }, - "173:10": { - "id:3": 1171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 144 - }, - "174:10": { - "id:3": 1294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 468 - }, - "175:10": { - "id:3": 1295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -192 - }, - "176:10": { - "id:3": 1296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -156 - }, - "177:10": { - "id:3": 1297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -228 - }, - "178:10": { - "id:3": 1299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -372 - }, - "179:10": { - "id:3": 1300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -300 - }, - "180:10": { - "id:3": 1301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -336 - }, - "181:10": { - "id:3": 1302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -504, - "y:3": -372 - }, - "182:10": { - "id:3": 1303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -372 - }, - "183:10": { - "id:3": 1304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -336 - }, - "184:10": { - "id:3": 1305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -540, - "y:3": -300 - }, - "185:10": { - "id:3": 1306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -372 - }, - "186:10": { - "id:3": 1307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -336 - }, - "187:10": { - "id:3": 1308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -576, - "y:3": -300 - }, - "188:10": { - "id:3": 1309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -300 - }, - "189:10": { - "id:3": 1310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -336 - }, - "190:10": { - "id:3": 1311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -612, - "y:3": -372 - }, - "191:10": { - "id:3": 1312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -336 - }, - "192:10": { - "id:3": 1313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -300 - }, - "193:10": { - "id:3": 1314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -648, - "y:3": -372 - }, - "194:10": { - "id:3": 1315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -684, - "y:3": -300 - }, - "195:10": { - "id:3": 1316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -684, - "y:3": -336 - }, - "196:10": { - "id:3": 1317, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -684, - "y:3": -372 - }, - "197:10": { - "id:3": 1318, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -720, - "y:3": -372 - }, - "198:10": { - "id:3": 1319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -720, - "y:3": -300 - }, - "199:10": { - "id:3": 1342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -468, - "y:3": -444 - }, - "200:10": { - "id:3": 1354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 252 - }, - "201:10": { - "id:3": 1355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 252 - }, - "202:10": { - "id:3": 1644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -264 - }, - "203:10": { - "id:3": 1645, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -264 - }, - "204:10": { - "id:3": 1657, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -228 - }, - "205:10": { - "id:3": 1658, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -300 - }, - "206:10": { - "id:3": 1659, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": -300 - }, - "207:10": { - "id:3": 1660, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -300 - }, - "208:10": { - "id:3": 1746, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 120 - }, - "209:10": { - "id:3": 1747, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 120 - }, - "210:10": { - "id:3": 1748, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 84 - }, - "211:10": { - "id:3": 1749, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": 84 - }, - "212:10": { - "id:3": 1750, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": 84 - }, - "213:10": { - "id:3": 1751, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 120 - }, - "214:10": { - "id:3": 1752, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 120 - }, - "215:10": { - "id:3": 1753, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 120 - }, - "216:10": { - "id:3": 1754, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 48 - }, - "217:10": { - "id:3": 1755, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -60 - }, - "218:10": { - "id:3": 1756, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 156 - }, - "219:10": { - "id:3": 1757, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 156 - }, - "220:10": { - "id:3": 1845, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -300 - }, - "221:10": { - "id:3": 1871, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": -264 - }, - "222:10": { - "id:3": 1926, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -300 - }, - "223:10": { - "id:3": 2146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -60 - }, - "224:10": { - "id:3": 2148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -60 - }, - "225:10": { - "id:3": 2280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -36 - }, - "226:10": { - "id:3": 2281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -36 - }, - "227:10": { - "id:3": 2282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -36 - }, - "228:10": { - "id:3": 2283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": -72 - }, - "229:10": { - "id:3": 2284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 72 - }, - "230:10": { - "id:3": 2285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 0 - }, - "231:10": { - "id:3": 2290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -432, - "y:3": -36 - }, - "232:10": { - "id:3": 2291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 180 - }, - "233:10": { - "id:3": 2292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 180 - }, - "234:10": { - "id:3": 2293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -72 - }, - "235:10": { - "id:3": 2294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -192 - }, - "236:10": { - "id:3": 2295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -192 - }, - "237:10": { - "id:3": 2296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -36 - }, - "238:10": { - "id:3": 2297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 0 - }, - "239:10": { - "id:3": 2298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 216 - }, - "240:10": { - "id:3": 2299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 216 - }, - "241:10": { - "id:3": 2300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 252 - }, - "242:10": { - "id:3": 2301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 564, - "y:3": 252 - }, - "243:10": { - "id:3": 2302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 216 - }, - "244:10": { - "id:3": 2303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 216 - }, - "245:10": { - "id:3": 2304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 252 - }, - "246:10": { - "id:3": 2305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 252 - }, - "247:10": { - "id:3": 2306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 144 - }, - "248:10": { - "id:3": 2307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": 288 - }, - "249:10": { - "id:3": 2308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 288 - }, - "250:10": { - "id:3": 2309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": 216 - }, - "251:10": { - "id:3": 2310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": 252 - }, - "252:10": { - "id:3": 2311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": 288 - }, - "253:10": { - "id:3": 2320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -300 - }, - "254:10": { - "id:3": 2321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -336 - }, - "255:10": { - "id:3": 2332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -336 - }, - "256:10": { - "id:3": 2333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -120 - }, - "257:10": { - "id:3": 2334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -120 - }, - "258:10": { - "id:3": 2335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -120 - }, - "259:10": { - "id:3": 2336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -120 - }, - "260:10": { - "id:3": 2337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -120 - }, - "261:10": { - "id:3": 2338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -120 - }, - "262:10": { - "id:3": 2339, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -120 - }, - "263:10": { - "id:3": 2340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -120 - }, - "264:10": { - "id:3": 2348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -156 - }, - "265:10": { - "id:3": 20054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 0 - }, - "266:10": { - "id:3": 20055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 36 - }, - "267:10": { - "id:3": 20056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 120 - }, - "268:10": { - "id:3": 20057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -516 - }, - "269:10": { - "id:3": 20058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -480 - }, - "270:10": { - "id:3": 20059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 144 - }, - "271:10": { - "id:3": 20060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 180 - }, - "272:10": { - "id:3": 20061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 144 - }, - "273:10": { - "id:3": 20062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -156 - }, - "274:10": { - "id:3": 20063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 36 - }, - "275:10": { - "id:3": 20064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -156 - }, - "276:10": { - "id:3": 20065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -156 - }, - "277:10": { - "id:3": 20066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -192 - }, - "278:10": { - "id:3": 20067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -372 - }, - "279:10": { - "id:3": 20068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 0, - "y:3": -228 - }, - "280:10": { - "id:3": 20069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -228 - }, - "281:10": { - "id:3": 20070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -228 - }, - "282:10": { - "id:3": 20071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -228 - }, - "283:10": { - "id:3": 20072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -228 - }, - "284:10": { - "id:3": 20073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -228 - }, - "285:10": { - "id:3": 20074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -228 - }, - "286:10": { - "id:3": 20075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -228 - }, - "287:10": { - "id:3": 20076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -372 - }, - "288:10": { - "id:3": 20077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -372 - }, - "289:10": { - "id:3": 20078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -372 - }, - "290:10": { - "id:3": 20079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -36, - "y:3": -192 - }, - "291:10": { - "id:3": 20080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 36, - "y:3": -372 - }, - "292:10": { - "id:3": 20081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 108, - "y:3": -372 - }, - "293:10": { - "id:3": 20082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": -372 - }, - "294:10": { - "id:3": 20083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -372 - }, - "295:10": { - "id:3": 20084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -108, - "y:3": -192 - }, - "296:10": { - "id:3": 20085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -72, - "y:3": -192 - }, - "297:10": { - "id:3": 20086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -156 - }, - "298:10": { - "id:3": 20087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -156 - }, - "299:10": { - "id:3": 20088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -156 - }, - "300:10": { - "id:3": 20092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -192 - }, - "301:10": { - "id:3": 20093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -192 - }, - "302:10": { - "id:3": 20094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -156 - }, - "303:10": { - "id:3": 20095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -156 - }, - "304:10": { - "id:3": 20096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -156 - }, - "305:10": { - "id:3": 20097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -156 - }, - "306:10": { - "id:3": 20098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -192 - }, - "307:10": { - "id:3": 20099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -228 - }, - "308:10": { - "id:3": 20100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -228 - }, - "309:10": { - "id:3": 20101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -264 - }, - "310:10": { - "id:3": 20102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -372 - }, - "311:10": { - "id:3": 20103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -192 - }, - "312:10": { - "id:3": 20104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -264 - }, - "313:10": { - "id:3": 20105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -228 - }, - "314:10": { - "id:3": 20106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -192 - }, - "315:10": { - "id:3": 20107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 180 - }, - "316:10": { - "id:3": 20108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 144 - }, - "317:10": { - "id:3": 20109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 216 - }, - "318:10": { - "id:3": 20110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 180 - }, - "319:10": { - "id:3": 20111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 216 - }, - "320:10": { - "id:3": 20112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 180 - }, - "321:10": { - "id:3": 20113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 144 - }, - "322:10": { - "id:3": 20114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 180 - }, - "323:10": { - "id:3": 20115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 216 - }, - "324:10": { - "id:3": 20116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 216 - }, - "325:10": { - "id:3": 20117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -156, - "y:3": 216 - }, - "326:10": { - "id:3": 20118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 144 - }, - "327:10": { - "id:3": 20119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 216 - }, - "328:10": { - "id:3": 20120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 252 - }, - "329:10": { - "id:3": 20121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 252 - }, - "330:10": { - "id:3": 20122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 252 - }, - "331:10": { - "id:3": 20123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 288 - }, - "332:10": { - "id:3": 20124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 144 - }, - "333:10": { - "id:3": 20125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 144 - }, - "334:10": { - "id:3": 20126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": 144 - }, - "335:10": { - "id:3": 20127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 216 - }, - "336:10": { - "id:3": 20128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 180 - }, - "337:10": { - "id:3": 20129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 180 - }, - "338:10": { - "id:3": 20130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 180 - }, - "339:10": { - "id:3": 20131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 180 - }, - "340:10": { - "id:3": 20132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 180 - }, - "341:10": { - "id:3": 20133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 252 - }, - "342:10": { - "id:3": 20134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 252 - }, - "343:10": { - "id:3": 20135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 288 - }, - "344:10": { - "id:3": 20136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 252 - }, - "345:10": { - "id:3": 20137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 252 - }, - "346:10": { - "id:3": 20138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 216 - }, - "347:10": { - "id:3": 20139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 288 - }, - "348:10": { - "id:3": 20140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 288 - }, - "349:10": { - "id:3": 20141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 288 - }, - "350:10": { - "id:3": 20142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 288 - }, - "351:10": { - "id:3": 20143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 252 - }, - "352:10": { - "id:3": 20144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 324 - }, - "353:10": { - "id:3": 20145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 324 - }, - "354:10": { - "id:3": 20146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 288 - }, - "355:10": { - "id:3": 20147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 360 - }, - "356:10": { - "id:3": 20148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 324 - }, - "357:10": { - "id:3": 20149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 396 - }, - "358:10": { - "id:3": 20150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 360 - }, - "359:10": { - "id:3": 20151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 396 - }, - "360:10": { - "id:3": 20152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 360 - }, - "361:10": { - "id:3": 20153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -396, - "y:3": -408 - }, - "362:10": { - "id:3": 20154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -192 - }, - "363:10": { - "id:3": 20155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -228 - }, - "364:10": { - "id:3": 20156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -264 - }, - "365:10": { - "id:3": 20157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -228 - }, - "366:10": { - "id:3": 20158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -228 - }, - "367:10": { - "id:3": 20159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -264 - }, - "368:10": { - "id:3": 20160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -300 - }, - "369:10": { - "id:3": 20161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -216, - "y:3": -264 - }, - "370:10": { - "id:3": 20162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -180, - "y:3": -264 - }, - "371:10": { - "id:3": 20163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -300 - }, - "372:10": { - "id:3": 20164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -336 - }, - "373:10": { - "id:3": 20165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -336 - }, - "374:10": { - "id:3": 20166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -372 - }, - "375:10": { - "id:3": 20167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -408 - }, - "376:10": { - "id:3": 20168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -408 - }, - "377:10": { - "id:3": 20170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -480 - }, - "378:10": { - "id:3": 20171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": -444 - }, - "379:10": { - "id:3": 20172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -300 - }, - "380:10": { - "id:3": 20173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -264 - }, - "381:10": { - "id:3": 20174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -192 - }, - "382:10": { - "id:3": 20175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -336 - }, - "383:10": { - "id:3": 20176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -372 - }, - "384:10": { - "id:3": 20177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -408 - }, - "385:10": { - "id:3": 20178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -444 - }, - "386:10": { - "id:3": 20179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 48 - }, - "387:10": { - "id:3": 20181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": 120 - }, - "388:10": { - "id:3": 20182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 84 - }, - "389:10": { - "id:3": 20183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": 84 - }, - "390:10": { - "id:3": 20184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 12 - }, - "391:10": { - "id:3": 20185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 156 - }, - "392:10": { - "id:3": 20186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 192 - }, - "393:10": { - "id:3": 20187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 156 - }, - "394:10": { - "id:3": 20188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 12 - }, - "395:10": { - "id:3": 20189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 48 - }, - "396:10": { - "id:3": 20191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -60 - }, - "397:10": { - "id:3": 20192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -60 - }, - "398:10": { - "id:3": 20193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -24 - }, - "399:10": { - "id:3": 20194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 84 - }, - "400:10": { - "id:3": 20195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 108 - }, - "401:10": { - "id:3": 20196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": 84 - }, - "402:10": { - "id:3": 20197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 84 - }, - "403:10": { - "id:3": 20198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 144 - }, - "404:10": { - "id:3": 20199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 144 - }, - "405:10": { - "id:3": 20200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 672, - "y:3": -120 - }, - "406:10": { - "id:3": 20201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 708, - "y:3": -120 - }, - "407:10": { - "id:3": 20202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": -156 - }, - "408:10": { - "id:3": 20203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": -156 - }, - "409:10": { - "id:3": 20204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 216 - }, - "410:10": { - "id:3": 20205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 180 - }, - "411:10": { - "id:3": 20206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 144 - }, - "412:10": { - "id:3": 20207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 144 - }, - "413:10": { - "id:3": 20208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 180 - }, - "414:10": { - "id:3": 20209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 216 - }, - "415:10": { - "id:3": 20210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 252 - }, - "416:10": { - "id:3": 20211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 288 - }, - "417:10": { - "id:3": 20212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 324 - }, - "418:10": { - "id:3": 20213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -288, - "y:3": 360 - }, - "419:10": { - "id:3": 20214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 360 - }, - "420:10": { - "id:3": 20215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -252, - "y:3": 180 - }, - "421:10": { - "id:3": 20216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 192 - }, - "422:10": { - "id:3": 20217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": 12 - }, - "423:10": { - "id:3": 20218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 48 - }, - "424:10": { - "id:3": 20219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 12 - }, - "425:10": { - "id:3": 20220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -60 - }, - "426:10": { - "id:3": 20221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -60 - }, - "427:10": { - "id:3": 20222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": -24 - }, - "428:10": { - "id:3": 20223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": 48 - }, - "429:10": { - "id:3": 20224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 264 - }, - "430:10": { - "id:3": 20226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 48 - }, - "431:10": { - "id:3": 20227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 12 - }, - "432:10": { - "id:3": 20228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 12 - }, - "433:10": { - "id:3": 20229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 228 - }, - "434:10": { - "id:3": 20231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": 12 - }, - "435:10": { - "id:3": 20232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 12 - }, - "436:10": { - "id:3": 20233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -60 - }, - "437:10": { - "id:3": 20234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -24 - }, - "438:10": { - "id:3": 20235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": -24 - }, - "439:10": { - "id:3": 20237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 84 - }, - "440:10": { - "id:3": 20238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 48 - }, - "441:10": { - "id:3": 20239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": 48 - }, - "442:10": { - "id:3": 20240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1032, - "y:3": 84 - }, - "443:10": { - "id:3": 20241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": 84 - }, - "444:10": { - "id:3": 20242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": 48 - }, - "445:10": { - "id:3": 20243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": 48 - }, - "446:10": { - "id:3": 20244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 84 - }, - "447:10": { - "id:3": 20245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 228 - }, - "448:10": { - "id:3": 20246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -120 - }, - "449:10": { - "id:3": 20247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -300 - }, - "450:10": { - "id:3": 20248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -336 - }, - "451:10": { - "id:3": 20249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -300 - }, - "452:10": { - "id:3": 20250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 216 - }, - "453:10": { - "id:3": 20251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 216 - }, - "454:10": { - "id:3": 20252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -228 - }, - "455:10": { - "id:3": 20253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 264 - }, - "456:10": { - "id:3": 20328, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -156 - }, - "457:10": { - "id:3": 20329, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -120 - }, - "458:10": { - "id:3": 20330, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -120 - }, - "459:10": { - "id:3": 20331, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -156 - }, - "460:10": { - "id:3": 20332, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -228 - }, - "461:10": { - "id:3": 20333, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -156 - }, - "462:10": { - "id:3": 20334, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -156 - }, - "463:10": { - "id:3": 20335, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -264 - }, - "464:10": { - "id:3": 20336, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -192 - }, - "465:10": { - "id:3": 20337, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -192 - }, - "466:10": { - "id:3": 20338, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -192 - }, - "467:10": { - "id:3": 20340, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -192 - }, - "468:10": { - "id:3": 20341, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -228 - }, - "469:10": { - "id:3": 20342, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 528, - "y:3": -264 - }, - "470:10": { - "id:3": 20343, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 384, - "y:3": -192 - }, - "471:10": { - "id:3": 20344, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -228 - }, - "472:10": { - "id:3": 20345, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -192 - }, - "473:10": { - "id:3": 20347, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 420, - "y:3": -264 - }, - "474:10": { - "id:3": 20348, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -264 - }, - "475:10": { - "id:3": 20349, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -228 - }, - "476:10": { - "id:3": 20351, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -324, - "y:3": 252 - }, - "477:10": { - "id:3": 20352, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -360, - "y:3": 360 - }, - "478:10": { - "id:3": 20353, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 96, - "y:3": 288 - }, - "479:10": { - "id:3": 20354, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 288 - }, - "480:10": { - "id:3": 20355, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 60, - "y:3": 252 - }, - "481:10": { - "id:3": 20356, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 288 - }, - "482:10": { - "id:3": 20357, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 288 - }, - "483:10": { - "id:3": 20358, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 288 - }, - "484:10": { - "id:3": 20359, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 360 - }, - "485:10": { - "id:3": 20360, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 288 - }, - "486:10": { - "id:3": 20361, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -156, - "y:3": 288 - }, - "487:10": { - "id:3": 20362, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -120, - "y:3": 324 - }, - "488:10": { - "id:3": 20363, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 324 - }, - "489:10": { - "id:3": 20364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 324 - }, - "490:10": { - "id:3": 20365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": 360 - }, - "491:10": { - "id:3": 20366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -48, - "y:3": 360 - }, - "492:10": { - "id:3": 20367, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -84, - "y:3": 360 - }, - "493:10": { - "id:3": 20368, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 396 - }, - "494:10": { - "id:3": 20369, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 396 - }, - "495:10": { - "id:3": 20370, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 396 - }, - "496:10": { - "id:3": 20371, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 432 - }, - "497:10": { - "id:3": 20372, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 432 - }, - "498:10": { - "id:3": 20373, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 432 - }, - "499:10": { - "id:3": 20374, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 468 - }, - "500:10": { - "id:3": 20375, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 276, - "y:3": 468 - }, - "501:10": { - "id:3": 20376, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 504 - }, - "502:10": { - "id:3": 20377, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 192 - }, - "503:10": { - "id:3": 20379, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 48 - }, - "504:10": { - "id:3": 20382, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1104, - "y:3": -24 - }, - "505:10": { - "id:3": 20383, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 816, - "y:3": 264 - }, - "506:10": { - "id:3": 20384, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 192 - }, - "507:10": { - "id:3": 20385, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 228 - }, - "508:10": { - "id:3": 20386, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": 264 - }, - "509:10": { - "id:3": 20387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 120 - }, - "510:10": { - "id:3": 20388, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 156 - }, - "511:10": { - "id:3": 20389, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 192 - }, - "512:10": { - "id:3": 20390, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 228 - }, - "513:10": { - "id:3": 20391, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 264 - }, - "514:10": { - "id:3": 20392, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": 300 - }, - "515:10": { - "id:3": 20393, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 156 - }, - "516:10": { - "id:3": 20394, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 120 - }, - "517:10": { - "id:3": 20395, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 156 - }, - "518:10": { - "id:3": 20396, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 192 - }, - "519:10": { - "id:3": 20397, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 228 - }, - "520:10": { - "id:3": 20398, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 300 - }, - "521:10": { - "id:3": 20399, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 192 - }, - "522:10": { - "id:3": 20400, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 852, - "y:3": -24 - }, - "523:10": { - "id:3": 20401, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -24 - }, - "524:10": { - "id:3": 20402, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": -24 - }, - "525:10": { - "id:3": 20403, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -24 - }, - "526:10": { - "id:3": 20404, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 960, - "y:3": -24 - }, - "527:10": { - "id:3": 20405, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1068, - "y:3": -60 - }, - "528:10": { - "id:3": 20406, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 336 - }, - "529:10": { - "id:3": 20407, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": 372 - }, - "530:10": { - "id:3": 20409, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 264 - }, - "531:10": { - "id:3": 20410, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 924, - "y:3": 228 - }, - "532:10": { - "id:3": 1272148644, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 996, - "y:3": -120 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/7.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/7.json deleted file mode 100644 index 06dcbcad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/7.json +++ /dev/null @@ -1,1444 +0,0 @@ -{ - "lineID:3": 7, - "order:3": 9, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:unidentified_ingot" - }, - "name:8": "Compenduum Materialis" - } - }, - "quests:9": { - "0:10": { - "id:3": 1009, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 120 - }, - "1:10": { - "id:3": 1010, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 192 - }, - "2:10": { - "id:3": 2350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 528 - }, - "3:10": { - "id:3": 70054, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": -12, - "y:3": -12 - }, - "4:10": { - "id:3": 70055, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": -12 - }, - "5:10": { - "id:3": 70056, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 24 - }, - "6:10": { - "id:3": 70057, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 24 - }, - "7:10": { - "id:3": 70058, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 24 - }, - "8:10": { - "id:3": 70059, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 48 - }, - "9:10": { - "id:3": 70060, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 48 - }, - "10:10": { - "id:3": 70061, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 48 - }, - "11:10": { - "id:3": 70062, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 72 - }, - "12:10": { - "id:3": 70063, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 72 - }, - "13:10": { - "id:3": 70064, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 72 - }, - "14:10": { - "id:3": 70065, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 96 - }, - "15:10": { - "id:3": 70066, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 96 - }, - "16:10": { - "id:3": 70067, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 96 - }, - "17:10": { - "id:3": 70068, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 120 - }, - "18:10": { - "id:3": 70069, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 120 - }, - "19:10": { - "id:3": 70070, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 120 - }, - "20:10": { - "id:3": 70071, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 144 - }, - "21:10": { - "id:3": 70072, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 144 - }, - "22:10": { - "id:3": 70073, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 144 - }, - "23:10": { - "id:3": 70074, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 168 - }, - "24:10": { - "id:3": 70075, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 168 - }, - "25:10": { - "id:3": 70076, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 168 - }, - "26:10": { - "id:3": 70077, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 192 - }, - "27:10": { - "id:3": 70078, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 192 - }, - "28:10": { - "id:3": 70079, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 192 - }, - "29:10": { - "id:3": 70080, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 216 - }, - "30:10": { - "id:3": 70081, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 216 - }, - "31:10": { - "id:3": 70082, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 216 - }, - "32:10": { - "id:3": 70083, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 240 - }, - "33:10": { - "id:3": 70084, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 240 - }, - "34:10": { - "id:3": 70085, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 240 - }, - "35:10": { - "id:3": 70086, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 264 - }, - "36:10": { - "id:3": 70087, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 264 - }, - "37:10": { - "id:3": 70088, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 264 - }, - "38:10": { - "id:3": 70089, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 288 - }, - "39:10": { - "id:3": 70090, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 288 - }, - "40:10": { - "id:3": 70091, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 288 - }, - "41:10": { - "id:3": 70092, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 312 - }, - "42:10": { - "id:3": 70093, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 312 - }, - "43:10": { - "id:3": 70094, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 312 - }, - "44:10": { - "id:3": 70095, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 336 - }, - "45:10": { - "id:3": 70096, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 336 - }, - "46:10": { - "id:3": 70097, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 336 - }, - "47:10": { - "id:3": 70098, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 360 - }, - "48:10": { - "id:3": 70099, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 360 - }, - "49:10": { - "id:3": 70100, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 360 - }, - "50:10": { - "id:3": 70101, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 384 - }, - "51:10": { - "id:3": 70102, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 384 - }, - "52:10": { - "id:3": 70103, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 384 - }, - "53:10": { - "id:3": 70104, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 408 - }, - "54:10": { - "id:3": 70105, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 408 - }, - "55:10": { - "id:3": 70106, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 408 - }, - "56:10": { - "id:3": 70107, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 432 - }, - "57:10": { - "id:3": 70108, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 432 - }, - "58:10": { - "id:3": 70109, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 432 - }, - "59:10": { - "id:3": 70110, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 456 - }, - "60:10": { - "id:3": 70111, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 456 - }, - "61:10": { - "id:3": 70112, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 456 - }, - "62:10": { - "id:3": 70113, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 480 - }, - "63:10": { - "id:3": 70114, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 480 - }, - "64:10": { - "id:3": 70115, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 480 - }, - "65:10": { - "id:3": 70116, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 24, - "y:3": 504 - }, - "66:10": { - "id:3": 70117, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 48, - "y:3": 504 - }, - "67:10": { - "id:3": 70118, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 72, - "y:3": 504 - }, - "68:10": { - "id:3": 70119, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": -12 - }, - "69:10": { - "id:3": 70120, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": -12 - }, - "70:10": { - "id:3": 70121, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": -12 - }, - "71:10": { - "id:3": 70122, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": -12 - }, - "72:10": { - "id:3": 70123, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": -12 - }, - "73:10": { - "id:3": 70124, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": -12 - }, - "74:10": { - "id:3": 70125, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": -12 - }, - "75:10": { - "id:3": 70126, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": -12 - }, - "76:10": { - "id:3": 70127, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": -12 - }, - "77:10": { - "id:3": 70128, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": -12 - }, - "78:10": { - "id:3": 70129, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": -12 - }, - "79:10": { - "id:3": 70130, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": -12 - }, - "80:10": { - "id:3": 70131, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": -12 - }, - "81:10": { - "id:3": 70132, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": -12 - }, - "82:10": { - "id:3": 70133, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 24 - }, - "83:10": { - "id:3": 70134, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 24 - }, - "84:10": { - "id:3": 70135, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 312, - "y:3": 24 - }, - "85:10": { - "id:3": 70136, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 24 - }, - "86:10": { - "id:3": 70137, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 24 - }, - "87:10": { - "id:3": 70138, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 24 - }, - "88:10": { - "id:3": 70139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 24 - }, - "89:10": { - "id:3": 70140, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 24 - }, - "90:10": { - "id:3": 70141, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 24 - }, - "91:10": { - "id:3": 70142, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 24 - }, - "92:10": { - "id:3": 70143, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 24 - }, - "93:10": { - "id:3": 70144, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 24 - }, - "94:10": { - "id:3": 70145, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 24 - }, - "95:10": { - "id:3": 70146, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 168 - }, - "96:10": { - "id:3": 70147, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 24 - }, - "97:10": { - "id:3": 70148, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 24 - }, - "98:10": { - "id:3": 70149, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 48 - }, - "99:10": { - "id:3": 70150, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 72 - }, - "100:10": { - "id:3": 70151, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 96 - }, - "101:10": { - "id:3": 70152, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 120 - }, - "102:10": { - "id:3": 70153, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 120 - }, - "103:10": { - "id:3": 70154, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 168 - }, - "104:10": { - "id:3": 70155, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 192 - }, - "105:10": { - "id:3": 70156, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 168 - }, - "106:10": { - "id:3": 70157, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 168 - }, - "107:10": { - "id:3": 70158, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 144 - }, - "108:10": { - "id:3": 70159, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 144 - }, - "109:10": { - "id:3": 70160, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 120 - }, - "110:10": { - "id:3": 70161, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 96 - }, - "111:10": { - "id:3": 70162, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 72 - }, - "112:10": { - "id:3": 70163, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 144, - "y:3": 48 - }, - "113:10": { - "id:3": 70164, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 48 - }, - "114:10": { - "id:3": 70165, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 72 - }, - "115:10": { - "id:3": 70166, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 168, - "y:3": 96 - }, - "116:10": { - "id:3": 70167, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 120, - "y:3": 144 - }, - "117:10": { - "id:3": 70168, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 24 - }, - "118:10": { - "id:3": 70169, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 24 - }, - "119:10": { - "id:3": 70170, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 48 - }, - "120:10": { - "id:3": 70171, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 48 - }, - "121:10": { - "id:3": 70172, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 48 - }, - "122:10": { - "id:3": 70173, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 72 - }, - "123:10": { - "id:3": 70174, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 72 - }, - "124:10": { - "id:3": 70175, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 72 - }, - "125:10": { - "id:3": 70176, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 96 - }, - "126:10": { - "id:3": 70177, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 96 - }, - "127:10": { - "id:3": 70178, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 264, - "y:3": 96 - }, - "128:10": { - "id:3": 70179, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 216, - "y:3": 120 - }, - "129:10": { - "id:3": 70180, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 240, - "y:3": 120 - }, - "130:10": { - "id:3": 70181, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 360, - "y:3": 24 - }, - "131:10": { - "id:3": 70182, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 24 - }, - "132:10": { - "id:3": 70183, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 48 - }, - "133:10": { - "id:3": 70184, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 72 - }, - "134:10": { - "id:3": 70185, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 96 - }, - "135:10": { - "id:3": 70186, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 120 - }, - "136:10": { - "id:3": 70187, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 336, - "y:3": 144 - }, - "137:10": { - "id:3": 70188, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 48 - }, - "138:10": { - "id:3": 70189, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 408, - "y:3": 72 - }, - "139:10": { - "id:3": 70190, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 48 - }, - "140:10": { - "id:3": 70191, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 72 - }, - "141:10": { - "id:3": 70192, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 456, - "y:3": 96 - }, - "142:10": { - "id:3": 70193, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 48 - }, - "143:10": { - "id:3": 70194, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 72 - }, - "144:10": { - "id:3": 70195, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 96 - }, - "145:10": { - "id:3": 70196, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 120 - }, - "146:10": { - "id:3": 70197, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 144 - }, - "147:10": { - "id:3": 70198, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 168 - }, - "148:10": { - "id:3": 70199, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 192 - }, - "149:10": { - "id:3": 70200, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 504, - "y:3": 216 - }, - "150:10": { - "id:3": 70201, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 48 - }, - "151:10": { - "id:3": 70202, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 72 - }, - "152:10": { - "id:3": 70203, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 552, - "y:3": 96 - }, - "153:10": { - "id:3": 70204, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 48 - }, - "154:10": { - "id:3": 70205, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 72 - }, - "155:10": { - "id:3": 70206, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 96 - }, - "156:10": { - "id:3": 70207, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 120 - }, - "157:10": { - "id:3": 70208, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 144 - }, - "158:10": { - "id:3": 70209, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 168 - }, - "159:10": { - "id:3": 70210, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 192 - }, - "160:10": { - "id:3": 70211, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 216 - }, - "161:10": { - "id:3": 70212, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 240 - }, - "162:10": { - "id:3": 70213, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 264 - }, - "163:10": { - "id:3": 70214, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 600, - "y:3": 288 - }, - "164:10": { - "id:3": 70215, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 48 - }, - "165:10": { - "id:3": 70216, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 72 - }, - "166:10": { - "id:3": 70217, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 96 - }, - "167:10": { - "id:3": 70218, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 648, - "y:3": 120 - }, - "168:10": { - "id:3": 70219, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 48 - }, - "169:10": { - "id:3": 70220, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 72 - }, - "170:10": { - "id:3": 70221, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 96 - }, - "171:10": { - "id:3": 70222, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 792, - "y:3": 120 - }, - "172:10": { - "id:3": 70223, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 48 - }, - "173:10": { - "id:3": 70224, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 72 - }, - "174:10": { - "id:3": 70225, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 96 - }, - "175:10": { - "id:3": 70226, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 120 - }, - "176:10": { - "id:3": 70227, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 840, - "y:3": 144 - }, - "177:10": { - "id:3": 70228, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 24 - }, - "178:10": { - "id:3": 70229, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 888, - "y:3": 48 - }, - "179:10": { - "id:3": 70230, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 48 - }, - "180:10": { - "id:3": 70231, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 72 - }, - "181:10": { - "id:3": 70232, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 96 - }, - "182:10": { - "id:3": 70233, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 120 - }, - "183:10": { - "id:3": 70234, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 144 - }, - "184:10": { - "id:3": 70235, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 168 - }, - "185:10": { - "id:3": 70236, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 192 - }, - "186:10": { - "id:3": 70237, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 216 - }, - "187:10": { - "id:3": 70238, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 240 - }, - "188:10": { - "id:3": 70239, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 264 - }, - "189:10": { - "id:3": 70240, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 288 - }, - "190:10": { - "id:3": 70241, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 312 - }, - "191:10": { - "id:3": 70242, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 696, - "y:3": 336 - }, - "192:10": { - "id:3": 70243, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 48 - }, - "193:10": { - "id:3": 70244, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 72 - }, - "194:10": { - "id:3": 70245, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 96 - }, - "195:10": { - "id:3": 70246, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 120 - }, - "196:10": { - "id:3": 70247, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 144 - }, - "197:10": { - "id:3": 70248, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 168 - }, - "198:10": { - "id:3": 70249, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 192 - }, - "199:10": { - "id:3": 70250, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 216 - }, - "200:10": { - "id:3": 70251, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 264 - }, - "201:10": { - "id:3": 70252, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 240 - }, - "202:10": { - "id:3": 70253, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 288 - }, - "203:10": { - "id:3": 70254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 744, - "y:3": 312 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/8.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/8.json deleted file mode 100644 index d5d33812..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/8.json +++ /dev/null @@ -1,544 +0,0 @@ -{ - "lineID:3": 8, - "order:3": 12, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "thebetweenlands:swamp_talisman" - }, - "name:8": "The Book of Worlds" - } - }, - "quests:9": { - "0:10": { - "id:3": 1350, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -156 - }, - "1:10": { - "id:3": 1364, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1140, - "y:3": -108 - }, - "2:10": { - "id:3": 1365, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1092, - "y:3": -108 - }, - "3:10": { - "id:3": 2139, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -204 - }, - "4:10": { - "id:3": 20254, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -108 - }, - "5:10": { - "id:3": 20255, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -108 - }, - "6:10": { - "id:3": 20256, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -60 - }, - "7:10": { - "id:3": 20257, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -252 - }, - "8:10": { - "id:3": 20258, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -204 - }, - "9:10": { - "id:3": 20259, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -156 - }, - "10:10": { - "id:3": 20260, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -204 - }, - "11:10": { - "id:3": 20261, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -204 - }, - "12:10": { - "id:3": 20262, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -204 - }, - "13:10": { - "id:3": 20263, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 84 - }, - "14:10": { - "id:3": 20264, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": -12 - }, - "15:10": { - "id:3": 20265, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 276 - }, - "16:10": { - "id:3": 20266, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 36 - }, - "17:10": { - "id:3": 20267, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 324 - }, - "18:10": { - "id:3": 20268, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 228 - }, - "19:10": { - "id:3": 20269, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 372 - }, - "20:10": { - "id:3": 20270, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 252, - "y:3": 372 - }, - "21:10": { - "id:3": 20271, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": 372 - }, - "22:10": { - "id:3": 20272, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 156, - "y:3": -60 - }, - "23:10": { - "id:3": 20273, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 372 - }, - "24:10": { - "id:3": 20274, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 180 - }, - "25:10": { - "id:3": 20275, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 132 - }, - "26:10": { - "id:3": 20276, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 300, - "y:3": -108 - }, - "27:10": { - "id:3": 20277, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -60 - }, - "28:10": { - "id:3": 20278, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": -12 - }, - "29:10": { - "id:3": 20279, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 36 - }, - "30:10": { - "id:3": 20280, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 84 - }, - "31:10": { - "id:3": 20281, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 132 - }, - "32:10": { - "id:3": 20282, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 180 - }, - "33:10": { - "id:3": 20283, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 228 - }, - "34:10": { - "id:3": 20284, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 348, - "y:3": 276 - }, - "35:10": { - "id:3": 20285, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 396, - "y:3": -108 - }, - "36:10": { - "id:3": 20286, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 540, - "y:3": -108 - }, - "37:10": { - "id:3": 20287, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -156 - }, - "38:10": { - "id:3": 20288, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -12 - }, - "39:10": { - "id:3": 20289, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": -60 - }, - "40:10": { - "id:3": 20290, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 84 - }, - "41:10": { - "id:3": 20291, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 36 - }, - "42:10": { - "id:3": 20292, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 180 - }, - "43:10": { - "id:3": 20293, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 444, - "y:3": 132 - }, - "44:10": { - "id:3": 20294, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -156 - }, - "45:10": { - "id:3": 20295, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -12 - }, - "46:10": { - "id:3": 20296, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": -60 - }, - "47:10": { - "id:3": 20297, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 84 - }, - "48:10": { - "id:3": 20298, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 36 - }, - "49:10": { - "id:3": 20299, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 180 - }, - "50:10": { - "id:3": 20300, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 132 - }, - "51:10": { - "id:3": 20301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 492, - "y:3": -108 - }, - "52:10": { - "id:3": 20302, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 276 - }, - "53:10": { - "id:3": 20303, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 588, - "y:3": 228 - }, - "54:10": { - "id:3": 20304, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 636, - "y:3": -108 - }, - "55:10": { - "id:3": 20305, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -156 - }, - "56:10": { - "id:3": 20306, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -12 - }, - "57:10": { - "id:3": 20307, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -60 - }, - "58:10": { - "id:3": 20308, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": 36 - }, - "59:10": { - "id:3": 20309, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 684, - "y:3": -108 - }, - "60:10": { - "id:3": 20310, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 732, - "y:3": -108 - }, - "61:10": { - "id:3": 20311, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -156 - }, - "62:10": { - "id:3": 20312, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -12 - }, - "63:10": { - "id:3": 20313, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": -60 - }, - "64:10": { - "id:3": 20314, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 36 - }, - "65:10": { - "id:3": 20315, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 828, - "y:3": -108 - }, - "66:10": { - "id:3": 20316, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 780, - "y:3": 84 - }, - "67:10": { - "id:3": 20319, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -84 - }, - "68:10": { - "id:3": 20320, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -36 - }, - "69:10": { - "id:3": 20321, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -180 - }, - "70:10": { - "id:3": 20322, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 900, - "y:3": -132 - }, - "71:10": { - "id:3": 20323, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 1044, - "y:3": -108 - }, - "72:10": { - "id:3": 20325, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -84 - }, - "73:10": { - "id:3": 20326, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 972, - "y:3": -132 - }, - "74:10": { - "id:3": 1426917301, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 204, - "y:3": 420 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestLines/9.json b/config - Copy/betterquesting/DefaultQuests/QuestLines/9.json deleted file mode 100644 index 807b235c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestLines/9.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "lineID:3": 9, - "order:3": 13, - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 317, - "id:8": "contenttweaker:material_part" - }, - "name:8": "The Big Picture" - } - }, - "quests:9": { - "0:10": { - "id:3": 20317, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": -12, - "y:3": -24 - }, - "1:10": { - "id:3": 20318, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 48, - "y:3": -24 - }, - "2:10": { - "id:3": 20324, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 108, - "y:3": -24 - }, - "3:10": { - "id:3": 20327, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 168, - "y:3": -24 - }, - "4:10": { - "id:3": 20350, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 228, - "y:3": -24 - }, - "5:10": { - "id:3": 20411, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 288, - "y:3": -24 - }, - "6:10": { - "id:3": 20412, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 348, - "y:3": -24 - }, - "7:10": { - "id:3": 20413, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 408, - "y:3": -24 - }, - "8:10": { - "id:3": 20414, - "sizeX:3": 48, - "sizeY:3": 48, - "x:3": 468, - "y:3": -24 - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/QuestSettings.json b/config - Copy/betterquesting/DefaultQuests/QuestSettings.json deleted file mode 100644 index baa61506..00000000 --- a/config - Copy/betterquesting/DefaultQuests/QuestSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "betterquesting:10": { - "editmode:1": 0, - "home_image:8": "meatballcraft:textures/gui/title_card.png", - "pack_name:8": "Meatballcraft" - }, - "format:8": "2.1.0" -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/0.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/0.json deleted file mode 100644 index 4e2a835c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/0.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§7§r§7§oThis is a checkmark quest, click on the red X to complete it!\n\n§o§rThe equations make sense, string theory is true! We indeed live in a universe that has more dimensions than we can perceive...\nThis means that it is §otheoretically§r possible to travel through these dimensions!\nTime to start looking at some ways to prove this theory. Nobel prize here I come!!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_infinity_fog" - }, - "name:8": "Powerful Knowledge" - } - }, - "questID:3": 0, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"For servers:\\n\\nCreate a party before completing any of the quests.\\n\\nYou can do this in the questbook homepage!\\n\\n\\nSEE NEXT PAGE\"}", - "1:8": "{\"text\":\"Sometimes the progress for checkbox quests is not shared with the rest of your party.\\n\\nMake sure everyone completes those!\"}" - }, - "resolved:1": 1, - "title:8": "FOR SERVERS" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"Channels aren\\u0027t for everyone, I know.\\n\\nIf you want to disable them, you can find an alternative config in the AlternativeConfigs folder. Just copy the AppliedEnergistics2 folder from there into config.\\n\\nNEXT PAGE\"}", - "1:8": "{\"text\":\"This will also increase the energy cost of your network 8X to offset the smaller number of wiring connections.\\n\\nWARNING: networks without channels are more laggy so they are not recommended for progressing past chapter 4!\"}" - }, - "title:8": "No Channels?!?" - } - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"To optimize the game and its performance across multiple hardware platforms, some in-game animations (like fire) have been disabled by default.\\n\\nSEE NEXT PAGE\"}", - "1:8": "{\"text\":\"I know some players care about having pretty-looking things.\\n\\nTo re-enable animations, paste the loliasm.cfg file from AlternativeConfigs into the config folder.\\n\\nSEE NEXT PAGE\"}", - "2:8": "{\"text\":\"WARNING: doing this may lower performance, or even make the pack unplayable.\"}" - }, - "title:8": "No Animations" - } - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "Meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"Why do items look weird when I mouse over??\\n\\nThe modpack uses the Epic Tooltip mod. We understand if this is not for everyone.\\n\\nIf you want to change back to Vanilla presets, check the AlternativeConfig folder.\"}" - }, - "title:8": "Items Look Weird" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1.json deleted file mode 100644 index 1ad2d4fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oI don\u0027t want to overload you with knowledge, so important info will become available through checkbox quests and subtitles when it\u0027s needed. If you feel like something is wrong, let me know on discord!\n\n§rThere it is, I found a way to use these higher dimensions to produce \u0027rifts\u0027 (spherical in shape) that allow to travel through space. Who knows what great advancements such a discovery would cause?!\nToday is the day! I will be the first human to open a wormhole!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:grass" - }, - "name:8": "A Rift", - "visibility:8": "ALWAYS" - } - }, - "questID:3": 1, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:bento_m" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/10.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/10.json deleted file mode 100644 index f6bd9a7a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/10.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o§oGoing right makes you progress through the pack, quests up and down are about what can be done (if you want to finish you\u0027ll have to do these eventually)\n\nStone sticks are great for torches!\n\n§rI guess the stone that makes up the soil in this planet makes for decent tools...\nI\u0027ve always thought what it would be like to live like a caveman, I guess now I know...\nThis sucks!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - }, - "name:8": "Stone Age" - } - }, - "questID:3": 10, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "tconstruct:stone_stick" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/100.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/100.json deleted file mode 100644 index 5c96e82f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/100.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 66 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - }, - "name:8": "Klein Star Ein" - } - }, - "questID:3": 100, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 3, - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/101.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/101.json deleted file mode 100644 index 96737ee0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/101.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThrow it on the ground!\n\n§fI really feel bad about the state of Terra...\nI have gained some power, so I\u0027m going to use it to fight back oppressors!\nI hate bullies, and the king of Trolls is definitely one of them!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:troll_idol" - }, - "name:8": "Time for some beatings!" - } - }, - "questID:3": 101, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:troll_idol" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:troll_idol" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1013.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1013.json deleted file mode 100644 index 238fc258..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1013.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rtg_uranium" - }, - "name:8": "Uranium RTG" - } - }, - "questID:3": 1013, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rtg_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1014.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1014.json deleted file mode 100644 index b5c7ad98..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1014.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 393 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftcore:engine" - }, - "name:8": "Redstone Engine" - } - }, - "questID:3": 1014, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftcore:engine" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:lever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1015.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1015.json deleted file mode 100644 index bbcb5201..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1015.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "preRequisites:11": [ - 390 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Powered Machines" - } - }, - "questID:3": 1015, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1016.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1016.json deleted file mode 100644 index 7395ea25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1016.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 389 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_fluid" - }, - "name:8": "Pipez" - } - }, - "questID:3": 1016, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_item" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_cobble_item" - }, - "2:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:waterproof" - }, - "3:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_fluid" - }, - "4:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_cobble_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1017.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1017.json deleted file mode 100644 index 92dd9ce9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1017.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 393 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Leadstone" - } - }, - "questID:3": 1017, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/102.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/102.json deleted file mode 100644 index 5f0826aa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/102.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 99 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The improved means of fabrications I have developed seem to be working well with one of the metals found in the Terra underground.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystalized_emberstone" - }, - "name:8": "Custom Crystals" - } - }, - "questID:3": 102, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:emberstone_sword" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:butterfly_bloom" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystalized_emberstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/103.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/103.json deleted file mode 100644 index 37e57dbe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/103.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 99 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYour first callstone! Callstones summon dungeons, so don\u0027t use them in your base!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:skeletal_callstone" - }, - "name:8": "Skeletal Callstone" - } - }, - "questID:3": 103, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "iceandfire:dragon_bone_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:skeletal_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/104.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/104.json deleted file mode 100644 index 5a07bfb7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/104.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the item to spawn a boss.\n\n§fAnimals are animals, no matter how powerful.\nThe primary instinct of life is to spread, but what if this puts an entire planet under control?! Such is the power of some of these creatures...\nThey seem to be organized in some way, and the Testificates call them the Twilight Horde.\nIt seems like the Ancient Entity is powerful amongst them, if I eliminate it, some of its weaker followers could give up...", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:mysterious_clock" - }, - "name:8": "The Twilight Horde" - } - }, - "questID:3": 104, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:ring_condensing" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:mysterious_clock" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1047249538.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1047249538.json deleted file mode 100644 index e72d6cce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1047249538.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1065510600 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_of_worthiness" - }, - "name:8": "I am Worthy" - } - }, - "questID:3": 1047249538, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_of_worthiness" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/105.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/105.json deleted file mode 100644 index 8bbfea15..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/105.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 102 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "My experiments paid off!\nI was able to make seeds that work like chickens and bees; I should be able to use them to create minerals from scratch.", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "mysticalagriculture:crafting" - }, - "name:8": "Life finds a way..." - } - }, - "questID:3": 105, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 16, - "id:8": "mysticalagriculture:crafting" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/106.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/106.json deleted file mode 100644 index 5a5c5b8f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/106.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Maybe start with quarries, these are expensive\n\nThe alchemical powers of equivalency can be used to recreate the generation of minerals and plants, which means that I don\u0027t even need a quarry to excavate!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:structure_frame_1" - }, - "name:8": "Digital Minerals" - } - }, - "questID:3": 106, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:tool_multiblock_assembler" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:structure_frame_1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:laser_lens_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1065510600.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1065510600.json deleted file mode 100644 index d6ccd38a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1065510600.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1681849124 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:self_actualizing_warren_rift" - }, - "name:8": "This is what it\u0027s all about!" - } - }, - "questID:3": 1065510600, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:self_actualizing_warren_rift" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/107.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/107.json deleted file mode 100644 index af4e9cee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/107.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here\u0027s another table to build stuff!\nI think it\u0027s gonna be the last one...", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_ultimate" - }, - "name:8": "Ultimate fabrication (I think...)" - } - }, - "questID:3": 107, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_ultimate" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_ultimate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/108.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/108.json deleted file mode 100644 index 616d433d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/108.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to craft machines from nuclearcraft (see manufacturing and fabrication)", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "nuclearcraft:part" - }, - "name:8": "Machine Chassis" - } - }, - "questID:3": 108, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:yellow_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "nuclearcraft:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/109.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/109.json deleted file mode 100644 index 1cab2dc4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/109.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Neat! I\u0027m now in the position to build some very efficient storage units!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_1" - }, - "name:8": "Really Compact Storage" - } - }, - "questID:3": 109, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "rangedpumps:pump" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/11.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/11.json deleted file mode 100644 index 9c788d65..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/11.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 10 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRadiation is a thing! \n\nOres like Uranium, Thorium, Yellorium will poison you! \n\nThere are tooltips for things that are radioactive!\n\nThe nuclear wasteland biome is also radioactive, stay away!\n\n§7§oIf you are experiencing effects like weakness, hunger, poison, it means you have radiation poisoning.\n\nRadiation poisoning can be cured by eating golden carrots, golden apples, enchanted golden apples, and RadAway!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:radaway" - }, - "name:8": "Get poisoned!" - } - }, - "questID:3": 11, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bigreactors:ingotyellorium" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:geiger_counter" - }, - "2:10": { - "Count:3": 4, - "id:8": "minecraft:golden_carrot" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rad_shielding" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:paper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/110.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/110.json deleted file mode 100644 index efcbc9fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/110.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is a peaceful world, no mob spawns here!\n\n§fIt seems like the power of fluix is greater than I expected.\nNot only I can digitalize matter, but space as well!", - "icon:10": { - "Count:3": 1, - "id:8": "simplevoidworld:portal" - }, - "name:8": "Digital Space" - } - }, - "questID:3": 110, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:teruterubozu" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:void_portal_breaker" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "simplevoidworld:portal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/111.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/111.json deleted file mode 100644 index 12a86498..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/111.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to craft machines from tech reborn (see manufacturing and fabrication)\n\nbetter fabrication, better machines!\nThe framing engineered using my upgraded table can be used to make machines that should be on par with Earth\u0027s current technology.", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:machine_frame" - }, - "name:8": "Tech Rampup" - } - }, - "questID:3": 111, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:yellow_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/112.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/112.json deleted file mode 100644 index 466588f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/112.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe assembly table is powered by lasers. Each laser needs line of sight to the table. The more lasers, the faster the recipes.\n\nYou can place chests nearby the assembly tables for the output.\n\n§fTime for some some lasers!\nThe assembly table should allow me to build some good logic processors and circuits.", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:assembly_table" - }, - "name:8": "Laser Fabrication" - } - }, - "questID:3": 112, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "buildcraftsilicon:laser" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:assembly_table" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:laser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/113.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/113.json deleted file mode 100644 index 0c46568d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/113.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Seems like the same digitalization of space that happens with fluix crystals can be exploited in other ways.\nShould make organization a bit easier.", - "icon:10": { - "Count:3": 1, - "id:8": "compactmachines3:fieldprojector" - }, - "name:8": "Miniaturization Field Projector" - } - }, - "questID:3": 113, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "compactmachines3:tunneltool" - }, - "1:10": { - "Count:3": 4, - "id:8": "compactmachines3:redstonetunneltool" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "compactmachines3:fieldprojector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1138.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1138.json deleted file mode 100644 index bfba844d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1138.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe pack uses custom \u0027info boxes\u0027 items to explain mechanics and suggest strategies.\n\nYou can pin them in JEI if you need to keep track of things!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:metal_device1" - }, - "name:8": "Energy!" - } - }, - "questID:3": 1138, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:metal_device1" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockRedstone", - "id:8": "minecraft:redstone_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:early_game_energy" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1139.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1139.json deleted file mode 100644 index bde892d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1139.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I still gotta figure out all the details, but it seems like meatballs have a role in the power struggle in Terra. This sounds crazy, but the sentient meatballs are an actual thing, and they have a goal.\n\nFollowing their traces, I stumbled into a monument that seems to be tied to the struggle against the meatballs\u0027 leader. \u0027The arbiter must stop him\u0027, but who is the arbiter, and when was this message sent?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_callstone" - }, - "name:8": "Who is this Arbiter?" - } - }, - "questID:3": 1139, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_screen" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/114.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/114.json deleted file mode 100644 index a87414a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/114.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This way for your first dimensions!\n\nMagic can be done in any order, but the optional objective lists some good strategies!\n\nWhen doing magic, bad things may happen. In order to minimize negative effects to your world, the following order should be followed, all other mods can be done earlier or later.\n1. Start with blood magic, until unlocking the Ritual of Eldritch will. This will prevent flux from building up.\n2. Start thaumcraft, until unlocking sanitizing soap. This will help out with temporary warp.\n3. Go through abyssalcraft, collect the abyssal wasteland and dreadlands warp cleansers in the respective dimensions. They can be found in altars around the dimensions!\n4. The omothol warp cleanser will completely eliminate the issue with warp!\n5. Now you are protected, feel free to right-click a Really Scary Vishroom!\nWhen it comes to other magic mods, feel free to progress though them in whichever way you prefer :)\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Magic is Dangerous" - } - }, - "questID:3": 114, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:voxelprojector" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:magic_strategy_technologist" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:magic_strategy_warrior" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:magic_strategy_warped" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1142834944.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1142834944.json deleted file mode 100644 index 373d6cf3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1142834944.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A lone Testificate seems to have gone on after the campaign on Furatto. Acting by himself, one of the faithful of the Arbiter has followed the guide of some bees, and was able to reach Lyndenwyrm, gathering knowledge about the power of Entropy after studying the Chaos Dragons in the Sky of Terra.\nThis agent was one of the Arbiter\u0027s inner circle back on Terra, a powerful magician and alchemist, and the creator of the Withers. These six creatures, created from the undead of the Meatball Man, were put in place as the ultimate defense of Terra, and would awaken if the full corporeal form of the Lord of Gluttony were to ever set foot in the land of the Testificates.\nAs they told me of their mission and research, one interesting detail about powerful recursion came up. \nFractallite powers have strict rules; no more and no less than one individual can hold a given fractallite power; if a fractallite being dies, their power and their mission become available for the taking. \nOne can ascend before gaining powers, as the process of ascension simply consists of reaching a level of attunement to recursion that allows one to sense the fields for these immense powers.\nBecause of this, there are powerful fractallite beings that hold no powers, and who are simply fighting or waiting to take control over a specific one.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaotic_gem" - }, - "name:8": "The Origin of Withers" - } - }, - "questID:3": 1142834944, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaotic_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/115.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/115.json deleted file mode 100644 index 61490d58..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/115.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This is very nice, obsidian and the bedrock found on Terra allow for a material that allows for loseless energy transfer in the form of waves that can travel through very long distances.", - "icon:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxplug" - }, - "name:8": "Wireless Energy?!?" - } - }, - "questID:3": 115, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "id:8": "fluxnetworks:fluxpoint" - }, - "1:10": { - "Count:3": 2, - "id:8": "fluxnetworks:fluxplug" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxplug" - }, - "1:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxpoint" - }, - "2:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1151267866.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1151267866.json deleted file mode 100644 index 7cd55d73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1151267866.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 2143 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I am not the only one who came to this conclusion. It seems like, in one way or another, I may be fated to take the Arbiter\u0027s place and Fractallite power.\nOne of the faithful of the arbiter has approached me, and told me the Fluix Historians are ready to support me in my struggle against the Meatball Man.\nThey gave a fabrial, one that would be able to set off the full might of the Withers against the Meatball Man.\nThis is all nice and good, I think I know what I am doing here, but it leaves the matter of Alchemy, and my own state as the \u0027chosen one\u0027, open.\nWhat sort of plan put me where I am now? I was simply a greedy scientist looking for fame. What about me put me on this journey that was clearly laid out by design.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:withering_construct" - }, - "name:8": "Weaponsmith of the Arbiter" - } - }, - "questID:3": 1151267866, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:weaponsmith_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:withering_construct" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1154.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1154.json deleted file mode 100644 index 51a81946..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1154.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:compressor" - }, - "name:8": "Look at that Compression Ratio!" - } - }, - "questID:3": 1154, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "extendedcrafting:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/116.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/116.json deleted file mode 100644 index aa138926..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/116.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Just a few weeks here, and I already surpassed human tech!\nBy exploiting the power of dimensional doors, I can now make my own wormholes in a controlled environment!\nPhysics is so much easier with so many resources available.", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:matter_transmitter" - }, - "name:8": "Better than planes!" - } - }, - "questID:3": 116, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "rftools:matter_receiver" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:matter_transmitter" - }, - "1:10": { - "Count:3": 1, - "id:8": "rftools:matter_receiver" - }, - "2:10": { - "Count:3": 1, - "id:8": "rftools:advanced_charged_porter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/117.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/117.json deleted file mode 100644 index 75419051..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/117.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 104 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I defeated the large skeletal bug, and yet, the \u0027troops\u0027 it commanded do not show signs of wanting to stop.\nTroops is a bit of an overstatement to begin with, if I have to be honest. After examining some twilight horde creatures, like the corrupted beasts that fill the underground, it is clear that they share some sort common goal (which includes wanting to beat me up), but their behavior is primarily animalistic, and they have no evident organization.\nI\u0027m sure now that defeating one of the powerful among them made no difference in their resolution. I also have a suspicion that this Ancient Entity may have not been fully defeated...\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_remnants" - }, - "name:8": "A mistake?" - } - }, - "questID:3": 117, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ancient_remnants" - }, - "TrophyName:8": "Ancient Entity Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_remnants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/118.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/118.json deleted file mode 100644 index 2c6d3039..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/118.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oT-shape of soul sand, with three wither skulls on top, but you already knew it...\n\n§fNobody has a fully clean record, not even the Testificates.\nAt some point during their history, experiments on undeath and living matter led to the unleash of the Withers, a species of artificial skeletons.\nSome of them ended up evolving into really powerful creatures. One of their organs, I was told, holds a lot of power; this should serve me for a variety of purposes.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:skull" - }, - "name:8": "A true native!" - } - }, - "questID:3": 118, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:skull" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/119.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/119.json deleted file mode 100644 index 4507c4a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/119.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 118 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The star found in the hearts of withers has very similar properties to the other \u0027mythic\u0027 magic I have encountered.\nThe testificates were willing to share that both the ceratures and the artifacts they produce are of their own making. From this, I can infer that mythic magic can indeed come from mundane sources that are not goddess-type beings.\nThis likely included some artifact, but it is comforting to know that the inaccessible mythic powers I have encountered aren\u0027t as alien as they seemed.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "The Power of Terra" - } - }, - "questID:3": 119, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "minecraft:nether_star" - }, - "TrophyName:8": "Wither Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1195.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1195.json deleted file mode 100644 index e8c14e64..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1195.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 1196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_fragment_terra" - }, - "name:8": "My own recursion fragment!" - } - }, - "questID:3": 1195, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_fragment_terra" - }, - "TrophyName:8": "Almost there!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_fragment_terra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1196.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1196.json deleted file mode 100644 index 178faf97..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1196.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:naquadah_chunk" - }, - "name:8": "The pact of the meatball man" - } - }, - "questID:3": 1196, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_meatball" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_heart" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:faultless_ichor_gem" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:stone_of_the_sleeping_city" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_the_sleeping_city" - }, - "5:10": { - "Count:3": 1, - "id:8": "contenttweaker:heart_of_the_elder_one" - }, - "6:10": { - "Count:3": 1, - "id:8": "contenttweaker:naquadah_chunk" - }, - "7:10": { - "Count:3": 1, - "id:8": "contenttweaker:hidden_power_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1197.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1197.json deleted file mode 100644 index 962e86f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1197.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Whatever magic was used on this world, it left big scars, not only to this world, but to the ones that cast it.\nOriginally six, the wizards that fought here are now five.\nWhile I was not able to receive any confirmation, the powerful recursive tainted soul that is now spreading taint anywhere may be a hint of what happened to the last of them.\nA powerful enemy that leaves a trail of taint and corruption behind themselves; if I had to guess, this may be how the wizard in Iceika may have looked after losing control...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_heart" - }, - "name:8": "Tainted Heart" - } - }, - "questID:3": 1197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyEarnedAt:4": 1728496836, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:tainted_heart" - }, - "TrophyName:8": "We tainted up a whole planet", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1198.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1198.json deleted file mode 100644 index 66002a77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1198.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 865 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "No matter what I told them, the Testificate wizards did not share how they were capable of producing so much flux to stop the soul of a planet. They say it was too big a crime to nature to be shared. Their souls are gone, they say, and so are their powers. They were the most powerful back then, but are now comparatively powerless. Losing their powers is what halted the progress of the campaign of Terra, and they believe it was a bad idea to deal with the enemy by taking away their only chance of continuing. I have to say I agree with them.\nWhile having access to this power would allow me to put an end to the monstrous world that is the Abyss, I am more useful as an immortal fighter as opposed to a one-time-use taint bomb.\nThe soul of Vibe, though, is now finally gone! The last of its ichor has been spilled! ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:faultless_ichor_gem" - }, - "name:8": "The Soul of a Planet" - } - }, - "questID:3": 1198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 200, - "TrophyColorRed:3": 200, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:faultless_ichor_gem" - }, - "TrophyName:8": "Planetary Papercuts", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:faultless_ichor_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1199.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1199.json deleted file mode 100644 index a09e5793..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1199.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Well, I may still be right on thinking that the Meatball Man is not willing to fight me face to face, but this encounter does show he is willing to play this game a bit more seriously.\nHis Avatar, present in physical form on Pixonia, ruling the planet and its inhabitants, did not just toy with me, he fought as if his life depended on it, and it did.\nEven then, though, he was willing to speak with me, to tease me. It truly felt like it was a game for him.\n\"Yes, you are becoming powerful. unascended one\"\n\"The boredom of the undead lands is finaly over, my fight can resume\"\n\"Order is indeed coming back, as it always does, and so will our struggle, my dear friend\"\nYes, he definitely thinks of me as some chosen one, but chosen to do what? Fight him because he was bored? What type of order am I supposed to restore?\nWell, the only thing I can think of, is balancing the forces between Terra and its invaders, it is not like I could be doing any of this if I did not receive my powers from the Meatball Man himself, though.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_meatball" - }, - "name:8": "The Avatar of the Meatball Man!" - } - }, - "questID:3": 1199, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:condensed_essence" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/12.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/12.json deleted file mode 100644 index 73fce530..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/12.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you are unsure how to obtain or automate a given item, make sure to read the red text!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_key" - }, - "name:8": "Look at tooltips!" - } - }, - "questID:3": 12, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_wasteland_warp_cleanser" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:sign" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/120.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/120.json deleted file mode 100644 index 06ff2ded..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/120.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 126 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here\u0027s an interesting insight. Despite nobody being willing to share what exactly Dimensional Shards really do, I can figure out information about their importance by seeing how the factions involved secure territories.\nBoth the Twilight Horde, and the faction of Corallus and Smash have an explicit desire for territorial control.\nGetting their hands on veins of Dimensional Shards, even very large numbers of them, is not enough, otherwise warfare that employs smaller number of troops would be more beneficial.\nCome in quickly, secure a vein of Shards, dig them, and get out as fast as possible.\nInstead, empires that span through galaxies have an explicit interest in controlling territories on a single planet, and enstablishing territorial control over large areas, both in the sea and on land.\nI am thinking too small here! After all we are dealing with the kardashev scale. I cannot say for sure, but to use these crystals for whatever purpose they have, you\u0027d probably need an extremely large amount, and to secure a stable supply chain, you likely would want control over the entire planet.\nOtherwise, why would someone want to mobilize multiple galaxy-conquering armies for just one single planet?\nI really hope these invaders don\u0027t decide to form alliances. At the moment, their reciprocal conflict is the only thing that\u0027s keeping the testificates alive. A united front will wipe out this planet in no time.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:corallus_polyp" - }, - "name:8": "He controlled the seas" - } - }, - "questID:3": 120, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:corallus_polyp" - }, - "TrophyName:8": "Corallus Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:corallus_polyp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1200.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1200.json deleted file mode 100644 index b33bb2a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1200.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 10 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMeatballcraft is a very long modpack, and things will eventually get very hard. \n\nWith that said, the first three chapters are designed to be more friendly towards new players! \nIn terms of challenge and time to complete, finishing these chapters will be comparable to a modpack like Enigmatica 2 Expert.\nThe final goal for this \u0027play mode\u0027 is to obtain the energy chicken!\n\nThe questbook and in-game documentation is being worked on to be as polished and clear as possible. If you have suggestions to make things more clear, let me know on discord!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:alloy" - }, - "name:8": "Long and Hard" - } - }, - "questID:3": 1200, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "minecraft:cobblestone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:stone_torch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1201.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1201.json deleted file mode 100644 index fad2bfe3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1201.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - }, - "name:8": "Thaumic Replication" - } - }, - "questID:3": 1201, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "thaumadditions:adaminite_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/121.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/121.json deleted file mode 100644 index 6a300673..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/121.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the overworld\n\n§fThe local fauna is interesting.\nNow I know what happens after a pact with the (a) devil...\nTestificates, lured in by the whispers of the forest, were promised great riches and power, but, as it always happen when talking to trees, it did not end well for them.\nThey are now transformed into merciless monsters, which is quite sad...\nThe appeal of power is hard to resist, I won\u0027t lie...", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:haunted_log" - }, - "name:8": "Sp00ky" - } - }, - "questID:3": 121, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:lovely_latke" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:haunted_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/122.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/122.json deleted file mode 100644 index 4c6dfb20..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/122.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "preRequisites:11": [ - 121 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Extremely Useful...\n\nExorcism does have its perks, in some way...", - "icon:10": { - "Count:3": 1, - "id:8": "leshen:root_attack" - }, - "name:8": "Free the forest!" - } - }, - "questID:3": 122, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "leshen:root_attack" - }, - "TrophyName:8": "Leshen Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "leshen:root_attack" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:arksiane_staff" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:evernight" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/123.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/123.json deleted file mode 100644 index f024cc5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/123.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As powerful he seemed to me, Smash had somebody way stronger backing him up, I guess this was a declaration of war to someone I don\u0027t even know!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:limonite_sword" - }, - "name:8": "This is war" - } - }, - "questID:3": 123, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "minecraft:emerald" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:smash_jaw" - }, - "TrophyName:8": "Smasher", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:smash_jaw" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/124.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/124.json deleted file mode 100644 index 0eb56538..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/124.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGo to the end!\n\n§fAt some point during their history, the Testificates were able to travel all the way to the asteroids surrounding Terra.\nThere, though, they met something that they could not handle, and decided to seal the portals they had created to prevent more disasters.\nThere is a 100% chance I will reopen one of these portals...", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:ender_eye" - }, - "name:8": "A Relic of Past Glory" - } - }, - "questID:3": 124, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:logchicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "minecraft:end_portal_frame", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:ender_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/125.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/125.json deleted file mode 100644 index 66dd190a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/125.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 124 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The sky islands in outer Terra have wonderful fauna; wonderful indeed...\nThere be dragons, but not of the same species as the ones on the surface. These ones are capable of actual magic, to an extent, and can produce shields against some types of attacks.\nApparently the testificates decided they did not want to deal with said dragons, and they let them be. \nWell, I did not; their magic is very peculiar, and I will try to do as much as possible to investigate it.\nEver since I came here, I am finding myself obsessing more over things like this. I am a curious person, I have always been, but this may be a bit too much. There is so much new stuff to learn though, and I really need some answers.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:dragon_heart" - }, - "name:8": "Agents of Chaos" - } - }, - "questID:3": 125, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "draconicevolution:dragon_heart" - }, - "TrophyName:8": "Ender Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1252.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1252.json deleted file mode 100644 index b2b1ad58..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1252.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 197 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStruggling at finding ores? You can use this!\n\n§fThe land of the bugs, Erebus, is a beautiful place, full of amazing natural resources; and yet, the bugs seeked for more, thrudging forward to Terra.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:umberstone_callstone" - }, - "name:8": "A wee bit of help" - } - }, - "questID:3": 1252, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "erebus:ore_jade" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:umberstone_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/126.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/126.json deleted file mode 100644 index f5ae5f50..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/126.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oToss it in an ocean biome!\n\n§fThe seas on Terra are definitely dangerous. It seems like the local fauna has made it difficult for alien invaders to take over the seas, yet, one of them seems to have no problem there...\nCorallus belongs to the same faction as Smash, but they seem to behave independently of each other. The two share intelligence using amphybyite coves located on beaches, at the interface of the lands and seas they control.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:amphibiyte_lung" - }, - "name:8": "He controls the seas..." - } - }, - "questID:3": 126, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:amphibiyte_lung" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/127.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/127.json deleted file mode 100644 index b3a8728d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/127.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Drop in the nether!\n\nI still don\u0027t know much about the politics of this world, but from what I\u0027ve heard, an officer from one of the factions involved in this conflict decided to desert and to attempt to take over regions of the nether world.\nI may be doing someone else a favor by fighting this self-proclaimed king, but his presence is not good for the inhabitants of this planet.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_idol" - }, - "name:8": "Deserters" - } - }, - "questID:3": 127, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "minecraft:tnt" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_idol" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/128.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/128.json deleted file mode 100644 index f797e158..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/128.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The interest these invaders have for dimensional shards is truly staggering.\nThe nether caves of Terra contain lots of them, and yet nobody was able to tell me a use for these gems.\n\u0027King\u0027 BamBamBam wanted to cut out some sort of supply chain that came from the nether caves.\nI guess greed guides us all, and yet, not even BamBamBam seemed to know what to do with these shards, he just wanted to hold on to them...\nAren\u0027t they just shiny rocks? I really don\u0027t get the excitement. I guess they are rare, but shouldn\u0027t they also be useful to cause entire galaxies to try and do war here?\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:king_bambambam_pelvis" - }, - "name:8": "Violence incites violence..." - } - }, - "questID:3": 128, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:king_bambambam_pelvis" - }, - "TrophyName:8": "BamBamBummer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:king_bambambam_pelvis" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1283790114.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1283790114.json deleted file mode 100644 index 49d787e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1283790114.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 1371 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fifth_order_mythic_fractal" - }, - "name:8": "Fifth Order Fractal" - } - }, - "questID:3": 1283790114, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyEarnedAt:4": 1727205582, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fifth_order_mythic_fractal" - }, - "TrophyName:8": "Tier 5 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fifth_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/129.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/129.json deleted file mode 100644 index 0d59c68e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/129.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse in the nether!\n\n§fFrom what I\u0027ve seen so far, the nether region of Terra has been fairly unstable for the last few years, that said, the King of Scorchers is quickly gaining power and influence.\nBut I am the one that\u0027s supposed to be gaining power and influence...", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:infernal_flame" - }, - "name:8": "A contender for the underworld" - } - }, - "questID:3": 129, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:infernal_flame" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1293.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1293.json deleted file mode 100644 index 4806a5f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1293.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMany of the recipes in this pack are recursive, meaning that once you have crafted an item for the first time, you can use these special recipes to duplicate it.\nSome recursive recipes will consume the item, some won\u0027t.\n\nIf this is the first time you encounter recursive recipes (some other modpacks use them), you should read this example on how to deal with them.\n\nThe normal basic table recipe can only be performed in a vanilla crafting table, and it will not work with any smart crafting system like applied energistics.\n\nTo craft your next basic table, you should use the recursive recipe (the one that contains a basic table as an ingredient) instead of the basic one.\n\n1. Make a crafter from RFTools (others can work but this is the easiest). This table will require energy to run.\n\n2. Set the recursive recipe in the crafter using the + button from JEI. Or set the recipe manually I guess I\u0027m not your boss...\n\n3. Set the recipe to \u0027All\u0027 and \u0027ExtC\u0027. This will make it so the input table will always be in the input.\n\n4. Place your basic table in the input, and click the R button to remember the input slot for the table.\n", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_basic" - }, - "name:8": "Recursive Recipes" - } - }, - "questID:3": 1293, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "extendedcrafting:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:crafter1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_recipes" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1298.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1298.json deleted file mode 100644 index 3a146e84..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1298.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 518 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "If one type of botanical stone transmutation was embedded with the remains of a powerful recursive material, one can assume that the other type of botanical stone transmutation would would too.\nWell, I was correct. Both types of Orechid hold secrets. This one, though, Etherium, does not look immediately useful, compared with its counterpart. Probably it is because I lack the knowledge to use it, but who knows, maybe it was put there for other purposes altogether.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechidIgnem" - } - }, - "name:8": "Orechid Ignem" - } - }, - "questID:3": 1298, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:etherium_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechidIgnem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/13.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/13.json deleted file mode 100644 index 074cd640..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/13.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 10 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oQuests are here to tell you what CAN be done, but the order is up to you!\n\nTiny coal is great for saving on furnace fuel!\n\n§rIt seems like the soil here is abundant in coal, good to know, because now I can cook, and even smelt metal ore!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:furnace" - }, - "name:8": "Cooking!" - } - }, - "questID:3": 13, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 10, - "id:8": "actuallyadditions:item_misc" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/130.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/130.json deleted file mode 100644 index 31224ed2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/130.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 129 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Well, terra is going through some serious power struggle!\nBut now that I am here, I gotta learn about who is leading this war, the Testificates deserve better!\nI don\u0027t know why I ended up here, or why I can do what I do, but I am here, and I have the power to change some things, so I will do my all to have an effect in this situation.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:scorcher_eternal_flame" - }, - "name:8": "A new contender?" - } - }, - "questID:3": 130, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:scorcher_eternal_flame" - }, - "TrophyName:8": "Scorcher Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:scorcher_eternal_flame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/131.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/131.json deleted file mode 100644 index 62847cee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/131.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Use in the nether!\n\nThe twilight horde\u0027s influence over the happenings in this world is crazy! It appears their spies on Terra are based in the nether world.\nThey probably already communicated with their superiors about me, I have to cut communications at all costs!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:call_of_the_watcher" - }, - "name:8": "Spies!" - } - }, - "questID:3": 131, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bluefire_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:call_of_the_watcher" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1313815980.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1313815980.json deleted file mode 100644 index 826646d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1313815980.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "preRequisites:11": [ - 1388 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Death to the Meatball Man" - } - }, - "questID:3": 1313815980, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/132.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/132.json deleted file mode 100644 index cd2b4986..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/132.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFount at multiples of 10,000 in the end.\n\n§fWell...This is probably a bit too much for now, but I found out the reason for why nobody has truly gained control over the asteroids of Terra...\nThere are more dragons, and they really are unlikable...", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - }, - "name:8": "Immense Power" - } - }, - "questID:3": 132, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1322.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1322.json deleted file mode 100644 index df2e444a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1322.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "netrino_plasma" - } - }, - "name:8": "Neutrino Plasma" - } - }, - "questID:3": 1322, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "netrino_plasma" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_cannon" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1323.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1323.json deleted file mode 100644 index e2e1b6e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1323.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1336 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "strings" - } - }, - "name:8": "Strings" - } - }, - "questID:3": 1323, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "strings" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1324.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1324.json deleted file mode 100644 index 74497620..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1324.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:superconducting_mithril" - }, - "name:8": "Easier Particle Accelerators" - } - }, - "questID:3": 1324, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:superconducting_mithril" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1325.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1325.json deleted file mode 100644 index 5af6c1eb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1325.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "unbalanced_negative_matter" - } - }, - "name:8": "Fermionic Matter" - } - }, - "questID:3": 1325, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "unbalanced_negative_matter" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1326.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1326.json deleted file mode 100644 index d9382f02..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1326.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1333 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gluons" - } - }, - "name:8": "Gluons" - } - }, - "questID:3": 1326, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gluons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1327.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1327.json deleted file mode 100644 index 59553a9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1327.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1322 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "decomposed_matter" - } - }, - "name:8": "Decomposed Matter" - } - }, - "questID:3": 1327, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "decomposed_matter" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_bombarder" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1328.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1328.json deleted file mode 100644 index 26d3551b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1328.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 1327 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "electrons" - } - }, - "name:8": "Alpha Particles \u0026 Electrons" - } - }, - "questID:3": 1328, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "atomic_nuclei" - }, - "1:10": { - "Amount:3": 1000, - "FluidName:8": "electrons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/133.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/133.json deleted file mode 100644 index 2a88fbc6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/133.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 132 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Despite their relatively low presence on Terra, sky dragons, including the very annoying chaotic ones, hold some serious power!\nWhen it comes to the Twilight Horde and the Shyre Empire, I\u0027m starting to believe I\u0027m dealing with quite literal deities...\nIt is interesting, though, how this ties in with the distinctions of magic types I have encountered. As a wandering kid, trying to imagine what alien civilizations may look like, I always thought technology would be the way. But I now have evidence that magic, of the \u0027mythic\u0027 type, can be enough to support a galactic rule.\nWell, to be fair, this magic may just be technology I do not understand yet.\nAnyhow, I keep having direct interactions with it, so there may be a way to directly use this powers to actively fight back.\nIf mythic magic is enough to conquer galaxies, it should be enough to protect Terra, right?", - "icon:10": { - "Count:3": 1, - "id:8": "tinymobfarm:ultimate_farm" - }, - "name:8": "Embracing Entropy" - } - }, - "questID:3": 133, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "draconicevolution:chaos_shard" - }, - "TrophyName:8": "Chaotic Warrior", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tinymobfarm:ultimate_farm" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1330.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1330.json deleted file mode 100644 index f242da31..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1330.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "muons" - } - }, - "name:8": "Muons" - } - }, - "questID:3": 1330, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "muons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1331.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1331.json deleted file mode 100644 index 62b8ddda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1331.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 1328 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "protons" - } - }, - "name:8": "Protons \u0026 Neutrons" - } - }, - "questID:3": 1331, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "protons" - }, - "1:10": { - "Amount:3": 1000, - "FluidName:8": "neutrons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1333.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1333.json deleted file mode 100644 index c9f2287f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1333.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1331 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bosons" - } - }, - "name:8": "Bosons" - } - }, - "questID:3": 1333, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bosons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1334.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1334.json deleted file mode 100644 index d65154f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1334.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 1326 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "quarks" - } - }, - "name:8": "Quarks \u0026 Leptons \u0026 Higgs" - } - }, - "questID:3": 1334, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "quarks" - }, - "1:10": { - "Amount:3": 1000, - "FluidName:8": "leptons" - }, - "2:10": { - "Amount:3": 1000, - "FluidName:8": "higgs" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:quark_decomposer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1336.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1336.json deleted file mode 100644 index 5462945d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1336.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1334 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gravitrons" - } - }, - "name:8": "Gravitrons" - } - }, - "questID:3": 1336, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gravitrons" - } - }, - "taskID:8": "bq_standard:fluid" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1337.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1337.json deleted file mode 100644 index 849c2ddc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1337.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "preRequisites:11": [ - 480 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "name:8": "A better hazmat suit!" - } - }, - "questID:3": 1337, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 3, - "id:8": "thermalfoundation:storage" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Helmet§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Chestplate§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Leggings§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Boots§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:inert_cursed_jewel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_radiationsuit" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1337626444.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1337626444.json deleted file mode 100644 index f96c1c94..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1337626444.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "preRequisites:11": [ - 1313815980, - 362 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Long Live the Meatball Man" - } - }, - "questID:3": 1337626444, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1338.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1338.json deleted file mode 100644 index e56a0460..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1338.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis pack has hidden recipes that can be figured out through clues hidden in various worldgen structures! \n\nHere is your first puzzle! It won\u0027t be useful till later, but it\u0027ll help you get an idea on what puzzles consist of!\n\n§fThe testificates hold some secrets, that\u0027s undeniable. They seem to appreciate intelligence, and they are willing to appreciate effort to uncover said secrets. Something good will come out of this, I can feel it!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:alchemical_mushroom" - }, - "name:8": "Puzzling!" - } - }, - "questID:3": 1338, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 5, - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:alchemical_mushroom" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_sacredmushroom" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1339.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1339.json deleted file mode 100644 index 3dc8de4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1339.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisites:11": [ - 1337 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf things go bad in you base and have to clean things up, here is a repeatable way to get your super hazmat suit!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_third_shell" - }, - "name:8": "In case of meltdowns!", - "repeattime:3": 10000 - } - }, - "questID:3": 1339, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Helmet§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Chestplate§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Leggings§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Boots§r" - }, - "ncRadiationResistance:6": 100.0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/134.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/134.json deleted file mode 100644 index 69a6d62e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/134.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse in the end!\n\n§fWhile the testificates did not dare messing with the dragons living in the asteroids around Terra, someone else definitely did!\nThese monsters seem to have gained control over some of the regions in the asteroid belt, that said, there are places not even they dare to explore...\n", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:horde_horn" - }, - "name:8": "Battle for the Skies!" - } - }, - "questID:3": 134, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:tool.bow_diamond" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:horde_horn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1341.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1341.json deleted file mode 100644 index cf7fdd39..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1341.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 76 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is a repeatable quest, to protect yourself in case of radiation accidents!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rad_x" - }, - "name:8": "Radiation Protection", - "repeattime:3": 1000 - } - }, - "questID:3": 1341, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_hazmat" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hazmat" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_hazmat" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_hazmat" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1343888287.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1343888287.json deleted file mode 100644 index 90613c7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1343888287.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 648991311 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:entropic_channeling_fabrial" - }, - "name:8": "Trials of the Arbiter" - } - }, - "questID:3": 1343888287, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:entropic_channeling_stone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:entropic_channeling_fabrial" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_entropy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1345.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1345.json deleted file mode 100644 index 08b2372f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1345.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1298 - ], - "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!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:arkengem" - }, - "name:8": "Arkengem" - } - }, - "questID:3": 1345, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:arkengem" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:arkengem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/135.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/135.json deleted file mode 100644 index 355ffbd6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/135.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "These creatures seem to have ties with the Twilight Horde, but, with regards to how operations are carried on the outer Terra sky islands, they appeared to be operating independently of the main force.\nOther Twilight Horde independent agents were conscious beings, like humans, but the Ayeracos were still quite animalistic. There is definitely much I still need to learn about the power structure of our invaders.\n\u0027Our\u0027 invaders. I guess I started to feel like Terra is becoming my home.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ayeraco_scale" - }, - "name:8": "The sky is free (sort of...)" - } - }, - "questID:3": 135, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ayeraco_scale" - }, - "TrophyName:8": "Meeting the Ayeracos", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ayeraco_scale" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1351.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1351.json deleted file mode 100644 index 9c648b68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1351.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As I was exploring the testificate villages, I stumbled into a very singular piece of text. The ramblings of a crazed person obsessed with furnaces? The hidden secret behind a great power?\nWell, I may have been corrupted by this craziness, but I thing there may be something more to this, and I am determined to find out!\nIf there is such a thing as a furnace dimension, I will find out!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:furnace" - }, - "name:8": "The what??" - } - }, - "questID:3": 1351, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "minecraft:furnace" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:flint_and_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_furnacedim" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1352.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1352.json deleted file mode 100644 index c446e8e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1352.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 1351 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The furnace dimension is real, I knew it!\nThis world seems to be in some way connected to Terra. The wormhole to it opened in response to furnaces, and a whole lot of fuel.\nAs my other recent encounters with magic show, there seems to be many more emergent properties in the more \u0027conceptual\u0027 aspects of nature.\nMagic in books, magic in meatballs, and I guess furnaces too. Well, magic is a good word for it, but there must be some fundamental physical laws behind these phenomena, I just have to figure them out!\nAnyhow, the furnace world of Telos is a strange and beautiful place. Howlers call this place their home, and yet they seem to be capable of travelling between Telos and Terra in a seamless way.\nI was able to enter the furnace world by forming a strong bond with the flint and furnace. Howlers possess this bond innately, thanks to their furnace hearts.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:furnace_heart" - }, - "name:8": "Adventures in the Furnace Dimension" - } - }, - "questID:3": 1352, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "minecraft:furnace" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:furnace_heart" - }, - "TrophyName:8": "Corageous Chonker Clairvoyance", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:furnace_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1353.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1353.json deleted file mode 100644 index 587b1d21..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1353.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1352 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFor fast end efficient smelting, the dark and red matter furnaces are capable of smelting items using EMC.\n\nPlace energy collectors around the furnace to make it run without fuel.\n\nThe more collectors, and the higher the tier, the faster the furnace!\n\n§fTelos is such a lovely place! Not only I get access to all the furnace goodness I could dream of, but I also ca access some new alchemical smelting toys!\n", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:rm_furnace" - }, - "name:8": "The best furnaces?" - } - }, - "questID:3": 1353, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_pick", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:dm_furnace" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:rm_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1356.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1356.json deleted file mode 100644 index 1299b2e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1356.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Myrmitite just absorbs whatever magic you throw at it. Not all of what it absorbs is useful, but blood imbuements are.\nFor a reason I do not fully understand, what comes out has some recursive properties, not unlike many other materials and artifacts I have encountered so far.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:living_myrmitite_ingot" - }, - "name:8": "Living Myrmitite" - } - }, - "questID:3": 1356, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:living_myrmitite_ingot" - }, - "TrophyName:8": "Precasian Mysteries", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:living_myrmitite_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_livingmyrmitite" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/136.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/136.json deleted file mode 100644 index 3880488b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/136.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I gotta say, the Shyre Empire is extremely diverse, which I guess makes sense when it\u0027s ruled by immortal, mythic beings (or being?).\nBarathos is a desert land of proud warriors. They have an unisually rich history and tradition, and both the beasts and people of this world live by ideals of might and power, not so different from many of the great civilizations that produced Earth\u0027s rich history. \nTo the eyes of the people of Barathos, I look nothing more than a usurper to what they believe a righteous position of power. It truly feels bad to have to fight these people, it does, but I cannot let this stop me. The Shyre Empire is a power that must be kept in check, and if I weren\u0027t here, those getting killed would be the people of Terra, and who knows how many other planets in the vast universe. Still, it is upsetting to see these poor souls die in the name of gods too complacent to do the job themselves.\nOn a different note, it seems like that, to become part of the Shyre Empire, a civilization need to be considered \u0027powerful\u0027 by some sort of standard. If a conquered world is deemed worthy, they are annexed. If a world is deemed too weak, they are terminated, completely.\nThe fact that these almost omnipotent beings can choose what civilizations are worthy of existing is so sad. This answers the Fermi paradox, I guess...", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:barathos_realmstone" - }, - "name:8": "Warriors of the Baron Desert" - } - }, - "questID:3": 136, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:hive_spawner", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:baroness_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:barathos_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1363.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1363.json deleted file mode 100644 index fca7eb74..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1363.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 1352 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:furnace_callstone" - }, - "name:8": "What is up with Furnaces?" - } - }, - "questID:3": 1363, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "minecraft:furnace" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "minecraft:furnace" - }, - "TrophyName:8": "Fearless Furnace Fighter", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:furnace_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/137.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/137.json deleted file mode 100644 index a7f4c319..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/137.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The primordial malevolence words now make sense! Well, sort of...\nI know who the \u0027He\u0027 it was referring to is...\nHis name is the Meatball Man! \nHow stupid! You are a god around mortals, and the name you choose is Meatball man? Why?\nFor some reason, he really wanted to give me recursion, and he even made pacts with a bunch of other gods to bring me to Terra. It seems like he expected me to be enslaved to their will, like the monsters from the swamp in between. \nAnd yet I am here, ready to kick ass! Those puny abyssal ones were not enough to hold me back!\nIf you wanted to escape with your head on your shoulders, you should not have asked all your cthulhu friends to make me immortal! I am free! And I am coming for you!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball" - }, - "name:8": "The Meatball Man" - } - }, - "questID:3": 137, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:sentient_meatball" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:undead_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1371.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1371.json deleted file mode 100644 index e6ae8902..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1371.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 373 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:right_sacred_sapling" - }, - "name:8": "Sacred Saplings" - } - }, - "questID:3": 1371, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:right_sacred_sapling" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:left_sacred_sapling" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_recursion_dungeon" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1372.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1372.json deleted file mode 100644 index 367784de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1372.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 372 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou do not have to craft this right away, but if you are struggling with making Shyrelands Garnets fast enough, the Summons of the Shyre Warden can help you out with that.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyre_wormhole" - }, - "name:8": "The Might of an Empire" - } - }, - "questID:3": 1372, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_fragment_shyre" - }, - "TrophyName:8": "Actually there!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyre_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:deknighting_stick" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1373.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1373.json deleted file mode 100644 index 74cea11a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1373.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1371 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_cinders_log" - }, - "name:8": "Sacred Cinders" - } - }, - "questID:3": 1373, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_cinders_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1374.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1374.json deleted file mode 100644 index fed111bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1374.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1375 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:shungite_prism" - }, - "name:8": "Radiation Immunity!" - } - }, - "questID:3": 1374, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:shungite_prism" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1375.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1375.json deleted file mode 100644 index 5e98c7db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1375.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1373 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_cinders_seed" - }, - "name:8": "Sacred Cinders Seeds" - } - }, - "questID:3": 1375, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_cinders_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1376.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1376.json deleted file mode 100644 index 3e8f37f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1376.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1375 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:everburning_seed" - }, - "name:8": "Everburning Seeds" - } - }, - "questID:3": 1376, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:everburning_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1377.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1377.json deleted file mode 100644 index acb522b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1377.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 462 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I am not the only one showing interest in Candyland, it seems. The forces of the Meatball Man, coming from Oi, are on the move too.\nA powerful Meatball Fiend is taunting me, almost as if it wanted me to fight back. This falls in line with whatever the Meatball Man has been doing whenever he showed up. Threats, annoyance, and a seemingly premature defeat despite clear hints of having incredible power that could easily overwhelm me. I guess this type of trickery is what\u0027s to be expected from the lord of desire and its minions.\nI know I shouldn\u0027t feel this way, but part of me is thankful to the Meatball Man for doing this. He is showing me how powerful my foes can really be, and I can prepare for it.\nBut what is his aim with regards to my fate? Why do I feel like these encounters are being purposefully set up? What does the Meatball Man want from me?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:diabetic_sentient_meatball" - }, - "name:8": "Diabetic Meatballs" - } - }, - "questID:3": 1377, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:yummy_concrete" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:diabetic_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:diabetic_sentient_meatball" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:cotton_candy_withering_spray" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1378.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1378.json deleted file mode 100644 index 2047a9d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1378.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1372 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:imperial_diamond_powder" - }, - "name:8": "Imperial Diamond" - } - }, - "questID:3": 1378, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:imperial_diamond_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1379.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1379.json deleted file mode 100644 index d052cc5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1379.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1381 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:multithreading_controller_upgrade" - }, - "name:8": "Factorization Intensifies" - } - }, - "questID:3": 1379, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:multithreading_controller_upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1380.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1380.json deleted file mode 100644 index 188316bf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1380.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1381 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:eye_of_gallifrey" - }, - "name:8": "Secrets of Fractallite Recursion" - } - }, - "questID:3": 1380, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eye_of_gallifrey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1381.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1381.json deleted file mode 100644 index c19a14be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1381.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1372 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dynatos_catalyst" - }, - "name:8": "Fractallite Machinery" - } - }, - "questID:3": 1381, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ichorium_catalyst" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:darkstar_catalyst" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:matrix_plasma_fusor" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:hihi_irokane_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1382.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1382.json deleted file mode 100644 index 66e790d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1382.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 313 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:orichalcum" - }, - "name:8": "The Science of the Meatball Man" - } - }, - "questID:3": 1382, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:zoi_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:orichalcum_sliver" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:orichalcum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1382366189.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1382366189.json deleted file mode 100644 index 61343138..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1382366189.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 2022468480 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:master_of_the_true_tongue_callstone" - }, - "name:8": "A Pale Imitation of True Power" - } - }, - "questID:3": 1382366189, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abomination_of_true_power" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:master_of_the_true_tongue_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:eldunari" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1383.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1383.json deleted file mode 100644 index f31db97b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1383.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 311 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:parafrosynium" - }, - "name:8": "Elders Among Elders" - } - }, - "questID:3": 1383, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nero_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:parafrosynium" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:body_of_nero" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_nero" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:breath_of_nero" - }, - "5:10": { - "Count:3": 1, - "id:8": "contenttweaker:heart_of_nero" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1384.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1384.json deleted file mode 100644 index c6179fbb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1384.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 310 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 309, - "id:8": "contenttweaker:material_part" - }, - "name:8": "Let the Crimson Rivers Flow" - } - }, - "questID:3": 1384, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:akathartos_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:crimson_ichor" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 309, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1385.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1385.json deleted file mode 100644 index 68a80c76..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1385.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hihi_irokane" - }, - "name:8": "The Greatest of Snakes" - } - }, - "questID:3": 1385, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:pauram_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:droplet_of_the_great_snake" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:hihi_irokane" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1386.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1386.json deleted file mode 100644 index 589e3d16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1386.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "preRequisites:11": [ - 59 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Naquadah Worlds" - } - }, - "questID:3": 1386, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1387.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1387.json deleted file mode 100644 index 38c0d1e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1387.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "preRequisites:11": [ - 1386 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Naquadah Automation" - } - }, - "questID:3": 1387, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1388.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1388.json deleted file mode 100644 index ece23437..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1388.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "preRequisites:11": [ - 745089078, - 1713406254 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Back to Earth" - } - }, - "questID:3": 1388, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/139.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/139.json deleted file mode 100644 index 8768b5fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/139.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I guess I may have just interrupted an espionage mission.\nNice, I made someone who I don\u0027t know angry at me!\nI did gain a bit of insight into the Twilight Horde\u0027s modus operandi, though. While the bulk of their forces are quite animalistic in their behavior, there seems to be a more intelligent core of operations to assume some specific tasks.\nWhoever the higher-ups in this more strategic chain of command may be, now they know of me.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:watcher_eye" - }, - "name:8": "Now they know!!" - } - }, - "questID:3": 139, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:watcher_eye" - }, - "TrophyName:8": "Watcher Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:watcher_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1390.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1390.json deleted file mode 100644 index 930b1b80..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1390.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis version of minecraft has a weird bug where your player may experience an endless death animation.\n\nTo fix it, use this quest reward.\n\nThis quest is repeatable, so you can get the reward every time you get stuck!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:deathloop" - }, - "name:8": "Stuck in a Deathloop", - "repeattime:3": 10000 - } - }, - "questID:3": 1390, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:deathloop" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1391.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1391.json deleted file mode 100644 index 8a3eee45..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1391.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 313, - 310, - 311, - 312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_hole_honey" - }, - "name:8": "I beelive I can fly!" - } - }, - "questID:3": 1391, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_hole_honey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1393.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1393.json deleted file mode 100644 index c6eb247f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1393.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1376 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_of_notbeinganoob" - }, - "name:8": "Not a Noob Anymore" - } - }, - "questID:3": 1393, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_of_notbeinganoob" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1395.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1395.json deleted file mode 100644 index 878bc343..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1395.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 97 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "After my encounter with the meatball man, a singular testificate scholar decided to approach me with some help.\nThey did not reveal any details, but it is evident they know of my newly gained enemy (wow, the list of enemies is getting long).", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:grand_magician_callstone" - }, - "name:8": "So Grand" - } - }, - "questID:3": 1395, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "ebwizardry:grand_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:grand_magician_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1396.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1396.json deleted file mode 100644 index 1364bbd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1396.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 180 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The elder wizards of Furatto agreed to meet up with me!\nThey thanked me for reopening connections back to Terra, allowing them to re-enstablish some of their lost order.\nBefore the invaders of Terra came, these wizards used to be part of one of the main governing bodies of the land, regulating the use of magic, and promoting collaboration between the various magical septs that used to hold power.\nThis governing body has been part of the politics of Terra for quite a long time, and it has to do with many of the magic artifact and creatures that originated there, and for banishing the crazed wizards of the Aether islands.\nTheir symbol is quite peculiar, it mentions a particular figure, the Arbiter, as a mark of order and creation. \nIs this Arbiter their deity? Or just simply a powerful wizard of the past? Maybe the founder of the order of wizards?\nAnyhow, this Arbiter clearly played a role in the struggle against the meatballs, but this figure not around anymore. At least, I don\u0027t think so?\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:rulers_of_terra_callstone" - }, - "name:8": "Those who fought back" - } - }, - "questID:3": 1396, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "ebwizardry:grand_crystal" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mark_of_the_arbiter" - }, - "TrophyName:8": "Master Wand EZ", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:rulers_of_terra_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_masterwizards" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1397.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1397.json deleted file mode 100644 index 7c1836a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1397.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 1198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Not being told about the secrets of filling a planet with taint does sting a little bit I won\u0027t lie. After what I was told, I believe I am conscientious enough to not use this power; I just want to know more about this universe I am part of. I want to make sense of it.\nI do appreciate that I was told about a way to remove flux, though. Not only it is useful, but the knowledge of this provides good insight about the way the thumic fields operate.\nThey are not an inherent property of space, meaning that not every place in the universe will have aura or flux. In that sense, they operate similarly to how the electromagnetic field operates; to have it you need a source, like a magnet, or something very very hot. \nMost of the universe, though, experiences the fields of aura and flux, and this is because of the ability of these fields to push matter itself into a more stable equilibrium. For reasons that still do not make 100% sense, matter influenced by these fields becomes more \u0027organized\u0027 in some way, and itself it becomes a source of the fields. The process is very slow, and even slower at low field strengths, from what I am seeing, but it makes it so that, starting from a single source of aura for example, the whole universe will eventually turn into a source of aura.\nThis process can be boosted by some properties of nature, and the trees in some forest on Terra seem to be able to do that, but it can also be stopped and even reverted.\nThis sponge I recently been told of is a recursive object, expressing a magic I would call mythic, that can halt the spreading of flux.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:creative_flux_sponge" - }, - "name:8": "Flux no more!" - } - }, - "questID:3": 1397, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 200, - "TrophyColorRed:3": 200, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "minecraft:sponge" - }, - "TrophyName:8": "Cleanest of them all!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:creative_flux_sponge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/14.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/14.json deleted file mode 100644 index dc31665f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/14.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere is a keybind (O by default) to show you favor\n\n§rI cannot believe it, but, well, gods are real, and here, they are quite active...\nDepending on how you behave during the day, they may bless you at night.\n\nMine and forage random drops from stone and wood to gain luck.\nUse stone and diamond bowls on pixons to gain invisibility.\nKill mobs to gain strength.\nHarvest crops to gain speed.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:goldorth_golden_eye" - }, - "name:8": "The gods!" - } - }, - "questID:3": 14, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:stone_bowl" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:bread" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/140.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/140.json deleted file mode 100644 index 9a3ff01e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/140.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click a Flammable Dust (item from advent of ascension) on a nethengeic beast, found in a dungeon in the nether. Drop in the nether!\n\n§fWell... I\u0027ve finally met one of Smash\u0027s superiors, and it\u0027s a lieutenant for the Shyre Empire, a galaxy-spanning civilization that has been able to spread through all regions of space thanks to their immense power.\nAnd I am picking a fight with them. I\u0027m probably screwed, but hey, I can\u0027t die, and I can only get stronger!\nThe main leader of the Shyre Empire on Terra is a genetically modified monster that was given many of the Wither\u0027s abilities.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_callstone" - }, - "name:8": "The Shyre Empire" - } - }, - "questID:3": 140, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:wither_bow" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1403059773.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1403059773.json deleted file mode 100644 index f3c82a6c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1403059773.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 1503761052 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:blood_of_enlightenment" - }, - "name:8": "Heart of the Desert" - } - }, - "questID:3": 1403059773, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:rhythm_of_the_great_worm" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:blood_of_enlightenment" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:heart_of_the_desert" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:altar_to_the_name_of_names" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/141.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/141.json deleted file mode 100644 index eb532c37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/141.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Greed is truly a constant in the universe. It seems like the war on Terra is about resources, but why try to get so many? \nMy theory that Dimensional Shards are only useful in large amouts may have some credence, but that\u0027s not the full picture.\nKardashev politics are a thing, and whatever the main objective these invaders have includes keeping Terra in une place. I have seen the type of fire power some of these creatures have, and I could see war escalate to planetary destruction.\nBut instead, they show restraint. This almost feels like what happened during the cold war on Earth. If the weapons can do enough damage, escalation of conflict becomes less desirable.\nI wonder what the Kardashev equivalent of nukes are...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nethengeic_bone" - }, - "name:8": "This is Big!" - } - }, - "questID:3": 141, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:nethengeic_bone" - }, - "TrophyName:8": "Better Wither Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nethengeic_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1415320476.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1415320476.json deleted file mode 100644 index 947ca100..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1415320476.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 1382366189 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:memory_restoration_ritual" - }, - "name:8": "Breaking of Lies" - } - }, - "questID:3": 1415320476, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:memory_restoration_ritual" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:scroll_of_truth_asgard" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:scroll_of_truth_terra" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:scroll_of_truth_twilightforest" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:scroll_of_truth_hator" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_memoryrestorationritual" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/143.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/143.json deleted file mode 100644 index 9850e649..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/143.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Gravity makes sense, and I feel pretty good about myself!\nThe knowledge of the way they manipulate space-time to open their portals should allow me to take the fight to their territory!\nWhat I know points inequivocably to an answer, recursion is the key. If I want to know more, I have to go to those that hold it!\n*one man army vibes intensify*", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - }, - "ismain:1": 1, - "name:8": "War to the Shyre Empire!" - } - }, - "questID:3": 143, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/144.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/144.json deleted file mode 100644 index 585743ce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/144.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Well well well...\nIn some way, the Twilight Horde and the Shyre Empire are similar, like two sides of the same coin.\nThe way the former uses gravity is, in some way more primal, more natural...\nThe way they travel is connected to astral magic in some way.\nThe network of the magical fields gets more and more intricate, and the answer to its origin gets simpler and simpler.", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:twilight_clock" - }, - "ismain:1": 1, - "name:8": "War to the Twilight Horde!" - } - }, - "questID:3": 144, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:twilight_clock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/145.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/145.json deleted file mode 100644 index ee976d4f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/145.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 157 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "With this new understanding of gravity, things like singularities, which I have played with before, should make a lot more sense! Time to study some more!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:singularity_master" - }, - "name:8": "A Point, THE Point" - } - }, - "questID:3": 145, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:divine_star" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:ancient_rock" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:singularity_master" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/146.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/146.json deleted file mode 100644 index 684aabe7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/146.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 144 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Many items have multiple ways to be obtained, but sometimes only one can lead to full automation. JEI is your friend!\nFor example, at this point you should have a passive production of sednanite.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sednanite_ore" - }, - "name:8": "Look and See..." - } - }, - "questID:3": 146, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/147.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/147.json deleted file mode 100644 index de8930f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/147.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 144, - 143 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 4!\n\nYou just reached the midgame of the pack! Congratulations!\n\n§fThe Shyre Empire\u0027s ability to travel is strictly tied to the rocky material I\u0027ve found in during my experiments with mythic excavation.\nDifferent realmstones can be bound to key travel regions used as ports for the empire, and this ancient rock frame can restabilize existing connections used by this power.\n\nRight click the power stone using a realmstone!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:carved_rune_power" - }, - "name:8": "Follow the Traces" - } - }, - "questID:3": 147, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:carved_rune_power" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:ancient_rock" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:carved_rune_direction" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:carved_rune_space" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:carved_rune_reality" - }, - "5:10": { - "Count:3": 1, - "id:8": "aoa3:carved_rune_travel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1479405903.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1479405903.json deleted file mode 100644 index be5f6f51..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1479405903.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1415320476 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runes_of_liberation" - }, - "name:8": "Liberation" - } - }, - "questID:3": 1479405903, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runes_of_liberation" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:rites_of_liberation" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:freed_betrayed_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_runesofliberation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/148.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/148.json deleted file mode 100644 index 51417846..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/148.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 143 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "From now on, your attitude should be to automate (passive or autocraft) everything you see!\nA passive supply of the ingredients for fusion electromagnets, for example, would be most desirable at this point.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dark_soul_machine_chassis" - }, - "name:8": "*All-the-Things intensifies!" - } - }, - "questID:3": 148, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/149.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/149.json deleted file mode 100644 index 2850b89f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/149.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 148, - 146, - 147 - ], - "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.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_rock" - }, - "name:8": "Into the Twilit Skies!" - } - }, - "questID:3": 149, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:divine_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/15.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/15.json deleted file mode 100644 index 8dfa7a9c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/15.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are many skills and abilities that can be levelled up!\n\nEach different skill has its own way of obtaining levels, but all skills past level 15 can be levelled using skill crystals!\n\n§fHere\u0027s another interesting case of magic! \nAs was recently discovered on Earth (man I miss it so much, especially pizza) the \u0027weight of the soul\u0027 many spoke of does hold some scientific veracity. This is what we call essence, a substance that is directly tied to the emergent property of life. Anything that is alive, and is capable of a will, even in the form of an instinct, can produce essence.\nOn earth, the main application for essence became animal farming. The ethics of it were questionable at best, but it ended up being a fairly environmentally friendly solution, and capitalism went with it!\nBut I\u0027m getting sidetracked; essence is not the only emergent substance of life, or at least here. \nThis is something I have not felt before, but since I arrived here I feel something else. Is this magic of the type that agrees to the laws of nature, or is it something that transcends them, the mythic type?\nI\u0027ll start categorizing it, and hopefully I\u0027ll stumble into some truths.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:medium_skill_crystal" - }, - "name:8": "Skillful" - } - }, - "questID:3": 15, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:small_skill_crystal" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:medium_skill_crystal" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:large_skill_crystal" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:rotten_flesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/150.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/150.json deleted file mode 100644 index ed86e84e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/150.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 76 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oKyronite will soon become necessary! You should have a tier 2 void ore miner up and running!\n\n§fIt is now evident that the great powers of the universe see me as some sort of threat. The enemies that are stalking me are definitely getting better equipment, so I think it\u0027s time for some upgrades.\nBlood Magic is a tricky art, but the knowledge of a blood master could grant me some of the power I am looking for!\nBeing absolutely and totally mentally scarred from all of this elder gods stuff, I at least know of recursion.\nThe machines I built using material impregnated with mythic energy, the miners, now make more sense.\nThe power of recursion, which keeps me immortal, is a mythic art, and I am slowly starting to understand it.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_tome" - }, - "name:8": "I may be losing it..." - } - }, - "questID:3": 150, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 4, - "id:8": "nuclearcraft:fuel_uranium" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:kyronite_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1503761052.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1503761052.json deleted file mode 100644 index 468a433c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1503761052.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2254 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:true_name" - }, - "name:8": "True Name" - } - }, - "questID:3": 1503761052, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:true_name" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/151.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/151.json deleted file mode 100644 index a20f8e37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/151.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 150 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Some of my previous experiments have allowed me to use now partially-known shyre powers to generate organic matter from weak shyre creatures, but the powers from advanced blood magic should greatly boost my abilities.\nThis form of magic, that I like to call mythic, holds a power of creation similar to alchemy, but it\u0027s more tricky to manage.\nAgain, another link, another interaction, the creation of mythic magic directly interacts with the powers of blood alchemy.\nIf I theory of fields is possible for atomic forces, why not do the same for magic?", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier4" - } - }, - "name:8": "Terragenic Mythical Resources" - } - }, - "questID:3": 151, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "id:8": "divinerpg:divine_shards" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nethersky_amber" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier4" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/152.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/152.json deleted file mode 100644 index 5dec6969..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/152.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "preRequisites:11": [ - 78 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Cuz rockets are cool!\n\nThe divine star was cool and all, but I cannot fully understand it.\nThe shyre empire\u0027s wormhole capabilities seem to be driven by gravity, which, to us humans, is still a great mystery. It emerges at some point from matter, but how? Why?\nI think it\u0027s time to understand more about it...\nAnd to do this, I believe it\u0027s important to discover how Terra\u0027s wacky gravity works by looking at it from a distance.\nIt\u0027s rocket time!\n§7§o\nThanks to Kdog0421 for the meme subtitles!", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:rocketbuilder" - }, - "name:8": "Searching for answers" - } - }, - "questID:3": 152, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "advancedrocketry:launchpad" - }, - "1:10": { - "Count:3": 4, - "id:8": "advancedrocketry:structuretower" - }, - "2:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "advancedrocketry:nuclearrocketmotor" - }, - "TrophyName:8": "First Rocket!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:rocketbuilder" - }, - "1:10": { - "Count:3": 1, - "id:8": "advancedrocketry:launchpad" - }, - "2:10": { - "Count:3": 1, - "id:8": "advancedrocketry:structuretower" - }, - "3:10": { - "Count:3": 1, - "id:8": "advancedrocketry:advrocketmotor" - }, - "4:10": { - "Count:3": 1, - "id:8": "advancedrocketry:fueltank" - }, - "5:10": { - "Count:3": 1, - "id:8": "advancedrocketry:guidancecomputer" - }, - "6:10": { - "Count:3": 1, - "id:8": "advancedrocketry:seat" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:launchpad" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:rocket" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/153.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/153.json deleted file mode 100644 index 010532be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/153.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 152 - ], - "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?", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:moonturf" - }, - "name:8": "Luna" - } - }, - "questID:3": 153, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:moonturf_dark" - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "botania:floatingspecialflower", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:moonturf" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/154.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/154.json deleted file mode 100644 index 04661203..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/154.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 77 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe quantum Condenser multiblock is a less laggy alternative to the Quantum Compressor single block machine.\n\n§fWell...now that I started playing with fission it is only natural that I\u0027d eventually get to fusion, which should be a good, yet expensive, way of generating matter according to my needs.", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_control_computer" - }, - "name:8": "Hot Fusion" - } - }, - "questID:3": 154, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "techreborn:fusion_coil" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_control_computer" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:quantum_condenser" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/155.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/155.json deleted file mode 100644 index 8f983654..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/155.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 154 - ], - "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.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier6" - } - }, - "name:8": "Endergenic Mythical Resources" - } - }, - "questID:3": 155, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:chocolate_cherry_truffle" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:ayeraco_stone" - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:plasma_wood" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier6" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/156.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/156.json deleted file mode 100644 index e339c74e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/156.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 79 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIn these planets, ores don\u0027t just spawn underground!\n\n§fThis is quite interesting, the thaumic energy held in dragon remains hold some sort of code, coordinates...\n...to a location just outside this solar system, there\u0027s no doubt about it!\nIt is clear that these coordinates are placed intentionally.\nBy travelling there I\u0027ll kill two birds with one stone! I can continue my research on gravity, and I can investigate what\u0027s going on at those coordinates.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_artifact" - }, - "name:8": "Secret Coordinates" - } - }, - "questID:3": 156, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "libvulpes:productgem" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/157.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/157.json deleted file mode 100644 index 7c18d3a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/157.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 156 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Eureka! I found the missing link! \nNot only gravity can be positive or negative, it can also be imaginary, producing rotations around non-existing objects.\nMetals like the one found on sedna, this cold, strange planet, produce motion that would be otherwise impossible at such distance from a star.\nThis allows the planet to orbit a point located somewhere near Sol, yet this motion would happen anyway even if the star wasn\u0027t there!\nManipulations of this type, at a much, much, much, larger scale are probably what guides the powers of the Twilight Horde, looking at the dungeon of Arcana.\nBut here is a philosophical question, is the warping of space caused by the emergent properties of materials like Sednanite, or are materials like Sednanite brought forth by spatial anomalies, or are both a consequence of somthing else, something more fundamental.\nIf I want answers to this question, I\u0027ll have to come to the great powers of this universe, I suspect.", - "icon:10": { - "Count:3": 1, - "Damage:2": 54, - "id:8": "contenttweaker:material_part" - }, - "name:8": "Power in Metal" - } - }, - "questID:3": 157, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 54, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 54, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/158.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/158.json deleted file mode 100644 index 11da27e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/158.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This \u0027recursion prison\u0027 that prevents me from dying, combined with some blood magic, can be very beneficial!\nMany of the creatures involved in this conflict, willingly or unwillingly, seem to be permeated by it. For most it\u0027s a small amount, much less than me.\nRecursion seems to be directly tied to the soul, and thanks to the magic knowledge I now have, I can start using it.\nIt\u0027s nothing big, but I don\u0027t need essence to create living matter anymore!\nThis means of organic replication is much more involved than using the \u0027standard\u0027 essence method developed back on earth (which is what I\u0027ve been using until now).\nThat said, on its upper end, it is much more effective!", - "icon:10": { - "Count:3": 1, - "id:8": "soulshardsrespawn:soul_cage" - }, - "name:8": "Soul manipulation!" - } - }, - "questID:3": 158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "soulshardsrespawn:soul_cage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/159.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/159.json deleted file mode 100644 index abd9b7a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/159.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 162 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§fWhith a good heat exchanging loop, the caloric power of this super combustion juice can be used to make large quantities of steam, in case I may need lots of it.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - }, - "name:8": "More Magic Fueling" - } - }, - "questID:3": 159, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "bigreactors:ingotcyanite" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1597993732.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1597993732.json deleted file mode 100644 index 2ea6d5e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1597993732.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 185 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA space station and the warp multiblocks are used to travel to the various planets (see quests below).\n\nAdvanced Rocketry can be a bit annoying to deal with, so alternative warper recipes are available. These have to be used in a space station, so you will have to still put one into orbit. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:infused_sol_stone" - }, - "name:8": "Adventures in the Sol Syatem" - } - }, - "questID:3": 1597993732, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:structuretower" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:bee_stargate" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/16.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/16.json deleted file mode 100644 index f5e2aef0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/16.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBreak leaves to get anima stones, use them on the ground to speed growth temporarily. Tablets can be used as temporary beacons at the cost of anima.\n\n§o§fOne of the things I can do with this magic is very similar to spellcasting. It is quite quantitative in nature, not unlike the wizardry I\u0027ve seen performed by some of the local inhabitants, but it follows a different sets of rules, rules that still feel fairly arbitrary.\nIs this arbitrariness a sign that the magic is of a natural origin, or does it mean it is \u0027bestowed from up above\u0027 by someone or something?", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:fragmented_anima_stone" - }, - "name:8": "Anima Skill" - } - }, - "questID:3": 16, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:shears" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/160.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/160.json deleted file mode 100644 index 1a119915..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/160.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 163 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Compact power flowers?! Yes please!\nSimilarly to the various tiers of EMC matter, there seem to be multiple tiers of these, and they appear to be tied to mythic powers...", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:power_flower" - }, - "name:8": "My new favorite bonsai" - } - }, - "questID:3": 160, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "projectex:power_flower" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:power_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/161.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/161.json deleted file mode 100644 index 96d277bf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/161.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse a diamond chisel to transition between blueprints!\n\nThe following blueprints are craftable, and can be turned into all others. Crafting any blueprint will complete this quest!\n\nSteel Thermal Mixer for most machines!\n\nTier 1 mythic miner for all mythic miners!\n\nNeutronium Cannon for chapter 6 multiblocks!\n\nRelativistic Collapser for chapter 9 multiblocks!\n\nMythic Processor Alloy Furnace for all mythic processors!\n\nArcane Autoworkbench for all magic multiblocks!", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-fabrication:ic_blueprint" - }, - "name:8": "Modular Machinery Info" - } - }, - "questID:3": 161, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier4" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/162.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/162.json deleted file mode 100644 index 940fc77f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/162.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYour first multiblock! Maybe!\n\n§fBeing able to bring in a steady supply of energy will be pivotal for my progress in understanding the powers I am against, and to provide a steady supply of materials, especially when automating magic processes takes up so much energy.\nInfusing fuel with magic can make it much more caloric! Sure, being hable to handle it requires some exotic materials, but it\u0027s going to be worth it, at least for now.\nI will likely have to start processing fissile fuels in the future, but I will cross that bridge when I get there!", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_engine" - } - }, - "name:8": "Magic Fuels" - } - }, - "questID:3": 162, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 1, - "id:8": "advancedrocketry:productingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_engine" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:titanium_iridium_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/163.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/163.json deleted file mode 100644 index b4f41647..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/163.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDo this ASAP\n\n§fMore Mythic minerals, more Shyre matter!\nThis mythic magic, while it is still mostly unknown to me, definitely has rules.\nFirst, energy; it requires lots and lots of energy.\nSecond, power is directly tied to energy expenditure; the more energy is given, the higher the nature of what is produced.\n", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier2" - } - }, - "name:8": "Nether Mythical Resources" - } - }, - "questID:3": 163, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "id:8": "divinerpg:purple_blaze" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "divinerpg:bloodgem_block" - }, - "1:10": { - "Count:3": 4, - "id:8": "divinerpg:netherite_block" - }, - "2:10": { - "Count:3": 8, - "id:8": "aoa3:emberstone_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier2" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/164.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/164.json deleted file mode 100644 index 9a826f5f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/164.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDo it ASAP\n\n§fMinerals aren\u0027t the only things that hold shyre power, it seems.\nI can sense that the ability to generate tools and weapons able to match shyre \u0027tech\u0027 is the key to defeating such powerful foes.\nIf more energy indeed means more power, I should start worrying about my power throughput soon!\nMore experimentation! More building!", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier3" - } - }, - "name:8": "End Mythical Resources" - } - }, - "questID:3": 164, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "id:8": "divinerpg:watching_eye" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "id:8": "divinerpg:purple_steel" - }, - "1:10": { - "Count:3": 4, - "id:8": "divinerpg:bedrock_minibricks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier3" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1642.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1642.json deleted file mode 100644 index 8f12b838..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1642.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Dragons are both fascinating and scary, but I was able to slay one!\n\nLightning dragons dwell in jungles, savannahs, and badlands.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "iceandfire:dragon_skull" - }, - "name:8": "Lightning Dragons" - } - }, - "questID:3": 1642, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "iceandfire:lightning_dragon_heart" - }, - "TrophyName:8": "Lightning Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "iceandfire:dragon_skull" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:lightning_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/165.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/165.json deleted file mode 100644 index d9a7e95b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/165.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The power of Deep Blue matter allows for the use of alchemical items without the need of a user (I.E. me).\nOf course, this is pretty handy!\nThis points to the fact that even alchemy, which appeared to be directly bound to my person, originates from a field that exists in space, otherwise such a device could never work.\nThis makes me think, it probably means that all magic is encoded in space. Not just the fields that I have discovered so far, like aura or starlight. ", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:dm_pedestal" - }, - "name:8": "Living Stone" - } - }, - "questID:3": 165, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:dm_pedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/166.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/166.json deleted file mode 100644 index 9b9bf09c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/166.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Knowing that entropy in the universe is always increasing, I can use magic and some science to speed up this process in an area round a special torch.\nThis is similar in nature to the bottle I have built using the alchemical properties of Red Matter. Unlike Time in a Bottle, though, this torch does not require the colelction of entropy to function, it seems to be provided directly by the stars.", - "icon:10": { - "Count:3": 1, - "id:8": "tce:tce_torch_lvl1" - }, - "name:8": "Entropy Acceleration" - } - }, - "questID:3": 166, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "tce:tce_torch_lvl1" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tce:tce_torch_lvl1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/167.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/167.json deleted file mode 100644 index 5be97da3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/167.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 150 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo make easier fission casings!\n\n§fJust whenever I thought things were starting to make sense, here is something I do not understand at all!\nWhat is going on with magic? My infinite rebirth, my recursion, can also be used to make radioactive compounds, ones that should be impossible to stabilize.\nAnd it all comes back to meatballs, this is just silly.\nA truth that disagrees with current understanding is a sign, though, a sign that it may be time to start looking at a bigger picture.\nString theory, the scientific studies that started all of this, were born out of a desire to unify, to connect things. So far I have treated the branches of magic as independent, and deemed their interactions as the exception. But what if these interactions instead point towards a unity.\nThis recursion, the power I was given without choice, is tied to atomic stability. The field of aura that generates water is a life source for botanical magic. The craziness of the abyssal realms permeates the Crimson Cult. The links are everywhere, a unified theory must exist.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_block" - }, - "name:8": "Don\u0027t think about it too much..." - } - }, - "questID:3": 167, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "nuclearcraft:fission_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_block" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:meatballium_322" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/168.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/168.json deleted file mode 100644 index 39d1b81f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/168.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 170 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This was unexpected!\nSeems like mythic powers have some connection to alchemy.\nInterfacing with my own EMC pool should get easier...", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:personal_link" - }, - "name:8": "Mythic \u003d Alchemy?" - } - }, - "questID:3": 168, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 1, - "id:8": "projecte:item.pe_matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:personal_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1681849124.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1681849124.json deleted file mode 100644 index 57b6a7ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1681849124.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1403059773 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hyperuranion_ingot" - }, - "name:8": "The Name of Names" - } - }, - "questID:3": 1681849124, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hyperuranion_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/169.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/169.json deleted file mode 100644 index e0644150..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/169.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 168 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Condensers are nice, but they take up a lot of space...\nThese are definitely better!", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:refined_link" - }, - "name:8": "Alchemication Automation!" - } - }, - "questID:3": 169, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/17.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/17.json deleted file mode 100644 index d83cf5e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/17.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMobs marked by swords are hunter mobs. if the swords are red, your level is too low, if they\u0027re green you can use them to level up. Savannahs are a good place to start!\n\n§fHere\u0027s a possible hint, violence is directly bound to this magic. Almost as if someone or something wanted us to fight each other till someone \u0027wins\u0027. This definitely does not feel like a law of nature, meaning that it may be mythic in origin.\nStill, I will need more information to say for sure.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:ender_bow" - }, - "name:8": "Hunter Skill" - } - }, - "questID:3": 17, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "aoa3:rammerhead" - }, - "display:10": { - "Name:8": "Duplicate me to farm Hunter Points" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:gunpowder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/170.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/170.json deleted file mode 100644 index e6f2ede3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/170.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDo this ASAP, you\u0027ll thank me later... - NOTE: this will consume power even if it\u0027s not enough! OTHER NOTE: you need a total of 31 output slots!\n\n§fCombining litherite with some of the \u0027mythically charged\u0027 minerals, I was able do build a machine able to generate matter from Shyre creatures.\nAnd apparently, a few extra goodies...\nMythic powers are tricky, they seem to permeate many of the creatures from the Twilight Horde and from the Shyre Empire, yet they also appear naturally.\nWonder if they are maybe used to \u0027create\u0027 beings the same way I create stuff in my Mythical Void Resource Miner.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier1" - } - }, - "name:8": "Terra Mythical Resources" - } - }, - "questID:3": 170, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "aoa3:limonite_block" - }, - "1:10": { - "Count:3": 4, - "id:8": "aoa3:rosite_block" - }, - "2:10": { - "Count:3": 4, - "id:8": "divinerpg:rupee_block" - }, - "3:10": { - "Count:3": 4, - "id:8": "divinerpg:realmite_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier1" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/171.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/171.json deleted file mode 100644 index 9e777a5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/171.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 169 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More slots! Less blocks!", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:compressed_refined_link" - }, - "name:8": "Compact Condensation" - } - }, - "questID:3": 171, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "projectex:matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:compressed_refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1713406254.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1713406254.json deleted file mode 100644 index 115b7389..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1713406254.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "preRequisites:11": [ - 1479405903 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sword_of_truth", - "tag:10": { - "AttributeModifiers:9": { - "0:10": { - "Amount:3": 4000, - "AttributeName:8": "generic.attackDamage", - "Name:8": "generic.attackDamage", - "Operation:3": 0, - "Slot:8": "mainhand", - "UUIDLeast:4": 120000, - "UUIDMost:4": 121000 - }, - "1:10": { - "Amount:6": 1.2, - "AttributeName:8": "generic.attackSpeed", - "Name:8": "generic.attackSpeed", - "Operation:3": 0, - "Slot:8": "mainhand", - "UUIDLeast:4": 120001, - "UUIDMost:4": 121001 - } - }, - "HideFlags:3": 2 - } - }, - "name:8": "Weaponized Truth" - } - }, - "questID:3": 1713406254, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sword_of_truth", - "tag:10": { - "AttributeModifiers:9": { - "0:10": { - "Amount:3": 4000, - "AttributeName:8": "generic.attackDamage", - "Name:8": "generic.attackDamage", - "Operation:3": 0, - "Slot:8": "mainhand", - "UUIDLeast:4": 120000, - "UUIDMost:4": 121000 - }, - "1:10": { - "Amount:6": 1.2, - "AttributeName:8": "generic.attackSpeed", - "Name:8": "generic.attackSpeed", - "Operation:3": 0, - "Slot:8": "mainhand", - "UUIDLeast:4": 120001, - "UUIDMost:4": 121001 - } - }, - "HideFlags:3": 2 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/172.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/172.json deleted file mode 100644 index 5da04c8f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/172.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 71 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oJust in case you haven\u0027t noticed, this has a special use with blaze...\n\nMore info in §cBook of Creation§7§o!", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - }, - "name:8": "Fire Dragon Heart" - } - }, - "questID:3": 172, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1727374336.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1727374336.json deleted file mode 100644 index bdce263f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1727374336.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "preRequisites:11": [ - 1337626444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Kashan" - } - }, - "questID:3": 1727374336, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/173.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/173.json deleted file mode 100644 index 08c5e00a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/173.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are many ways to make large amounts of steam. Dynamos with the Boiler Augment, the Advanced Compression Engine, Extreme Reactors, and Railcraft boilers!\n\n§fUsing the remnants of yellorite fission, I was able to fabricate casing to effectively contain steam. This housing is perfect for making turbines!", - "icon:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinecontroller" - }, - "name:8": "Less Basic Fission" - } - }, - "questID:3": 173, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bigreactors:blockludicrite" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinecontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:good_extreme_turbine" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/174.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/174.json deleted file mode 100644 index 5816cddf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/174.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 74 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Have I finally found allies? Well, sort of...\nBefore coming to Terra, the Shyre Empire appears to have taken over \u0027buffer worlds\u0027 to prevent retaliation from damaging their territories.\nA group of testificates was indeed able to fight back, and travelled through one of the wormholes left over by corallus.\nThese testificates, though, appear to have seen too much...\nThe world of Taerrapiatta is the original home of the pumpkin people, and is now home to others that have witnessed the might of the shyre empire. Just seeing what thay can do has scarred them for life...\nWell, I\u0027m already scarred for life, sooo...\nAnd, as an extra plus, those PTSD testificates, wanting to help the effort against the great powers of the universe, have started breeding bees that, they say, will be helpful later...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:taerrapiatta_warper" - }, - "name:8": "Experiment #1" - } - }, - "questID:3": 174, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:pan_di_stelle" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:taerrapiatta_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/175.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/175.json deleted file mode 100644 index 6b35ebb9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/175.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Radiation bad, lets not make it!\nGoing forward, I forsee myself doing lots and lots of radioactive reactions, I better start building some preemptive infrastructure.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:radiation_scrubber" - }, - "name:8": "Screw radiation!" - } - }, - "questID:3": 175, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:radiation_scrubber" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:radiation_scrubber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/176.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/176.json deleted file mode 100644 index c69a166c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/176.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Automate Divinerpg and Advent of Ascension ores! (not the only way...)\n\nThe ability of Terra chickens to resonate with various types of matter is quite remarkable, but in terms of uses, it\u0027s pretty underwhelming.\nThanks to a bit of astral magic, though, I can make my own modified chickens!\nWas really getting tired of searching for ascended sapphire!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:resplendent_ingot" - }, - "name:8": "Chickens aren\u0027t great... Let\u0027s fix them!" - } - }, - "questID:3": 176, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "divinerpg:shadow_bar" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:resplendent_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1763.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1763.json deleted file mode 100644 index 700980e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1763.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound natually in Iceika.\n\n§fThe extents of the magic powers of this master wizard are incredible. Not only the land has been affected, but life too.\nMy abilities can bring forth new life, but nothing that comes even close to the Frostmaws of Iceika.\nI don\u0027t feel like I am built for wizardry, but I sure want to improve my capabilities. Maybe technology can help with that!", - "icon:10": { - "Count:3": 1, - "id:8": "mowziesmobs:ice_crystal" - }, - "name:8": "The Ice Beast" - } - }, - "questID:3": 1763, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "mowziesmobs:ice_crystal" - }, - "TrophyName:8": "Frostmaw Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mowziesmobs:ice_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1767.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1767.json deleted file mode 100644 index 65896a61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1767.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "preRequisites:11": [ - 278 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "My kardashev-scale campaign could hardly be defined as graceful and organized, but it has produces some results that may be quite useful to my allies.\nFinally, some insight about the Queen of Bees. Her prison, wherever it may be, has been hidden behind a powerful spell, one placed by the most powerful magicians of both the Twilight Horde and the Shyre Empire.\nA spell of this type can only be broken by reverse engineering how it was put together. Thankfully, traces of this ritual were left by many of the agents involved in many of the territories I have explored, and the accident in Mysterium did provide some context to the fragments of knowledge I could gather.\nThis will take some time, but I think I have everything I need to break this spell.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:terraformassiflora" - }, - "name:8": "The Biome Ritual" - } - }, - "questID:3": 1767, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 1, - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "permutatio" - } - } - } - }, - "1:10": { - "Count:3": 16, - "Damage:2": 1, - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "terra" - } - } - } - }, - "2:10": { - "Count:3": 16, - "Damage:2": 1, - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "aqua" - } - } - } - }, - "3:10": { - "Count:3": 16, - "Damage:2": 1, - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "aer" - } - } - } - }, - "4:10": { - "Count:3": 16, - "Damage:2": 1, - "id:8": "thaumcraft:phial", - "tag:10": { - "Aspects:9": { - "0:10": { - "amount:3": 10, - "key:8": "ignis" - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:terraformassiflora" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_biomeritual" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1768.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1768.json deleted file mode 100644 index e4695384..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1768.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 1767 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As hard as it was, the reversing of the biome ritual was the easy part of freeing the Queen of Bees.\nSure, technically I know what could be done to make a key to open the prison of Recursion where she is imprisoned, but I have no idea where this prison is located (likely at the heart of the Twilight Horde if I had to guess), and most importantly, I do not have a small infinitesimal fraction of the power required to produce such an artifact.\nStill growing in power has been the main objective of my campaign, I have nothing but time after all, and I suspect that the more I fight, the more I will learn about Recursion, and hopefully there is going to be something there I can use.\nI am an unstoppable force, after all. A weak one, in the grand scheme of things, sure, but a relentless one nevertheless.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crown_of_the_energy_queen" - }, - "name:8": "Ze Crown" - } - }, - "questID:3": 1768, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:block_cap_bank", - "tag:10": { - "enderio:energy:3": 500000000 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crown_of_the_energy_queen" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/177.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/177.json deleted file mode 100644 index 6af05773..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/177.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 174 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This is good news! Some of the testificated dared to explore more! \nThe coordinates for this wormhole will bring me to a second buffer world.\nThis world appears to be the place where the testificates learned of astral sorcery. Long ago, the now extinct people of Diamerisma travelled to Terra through gateways, and revealed their secrets to those that ended up becoming the cultist of the Aether sky islands. Interestingly enough, those same power that got the cult banned is now freely used on Terra to protect the remaining villagers using iron golems.\nAfter their more recnt retaliation, the forces of Terra ended up being defeated in Diamerisma, but they were able to get their hands on useful intelligence, the nature of this \u0027recursion\u0027 I have been hearing about.\nThis power allows for masters of this art to be essentially deities, having the ability to exist in multiple places at once, and to escape death.\nI do wonder if I will ever be able to escape my own Recursion prison and be able to unlock such powers...\n\n§7§oThanks to lulu for the Iron Golem lore!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:diamerisma_warper" - }, - "name:8": "Experiment #2" - } - }, - "questID:3": 177, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "contenttweaker:fortune_cookie" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:diamerisma_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/178.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/178.json deleted file mode 100644 index 4230fce4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/178.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The willingness of bees to bind to various natural elements and forces is incredible. While I definitely would not call individual bees intelligent, as a collective they are capable of complex decision-making, and it seems like they like me!\nWell, maybe they like everyone, but I am sure happy that they came up with useful ways to produce radioactive compounds just for me.\nThanks bees!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:radiating_callstone" - }, - "name:8": "Radiating Bees" - } - }, - "questID:3": 178, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 4, - "id:8": "nuclearcraft:ore" - }, - "1:10": { - "Count:3": 64, - "Damage:2": 3, - "id:8": "nuclearcraft:ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:radiating_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/179.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/179.json deleted file mode 100644 index b69e2ea7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/179.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Nesting pens are cool and all, but they are kinda slow...\nErebus materials make for very good (lag friendly) coops!", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - }, - "name:8": "Life REALLY finds a way!" - } - }, - "questID:3": 179, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 26, - "id:8": "erebus:planks_petrified_wood" - }, - "1:10": { - "Count:3": 12, - "id:8": "erebus:fence_eucalyptus" - }, - "2:10": { - "Count:3": 4, - "id:8": "erebus:amber_bricks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/18.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/18.json deleted file mode 100644 index 0cb7edd2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/18.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBlank runes can be used on rune shrines to produce their respective counterparts. There are better ways of getting runes.\n\n§fRunes! I can make runes! \nAs a man of science, I do feel quite embarassed about the way I looked at the civilizations of the past. The middle ages were definitely not a time of darkness, and some great knowledge was dicovered them.\nAre these the same runes vikings used to make? No, I don\u0027t think so. But at least I have a lead on some possible greatness our history forgot.\nUnfortunately, we decided to go for industrialization, and we shunned runes. Shame.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:distortion_rune" - }, - "name:8": "Runation Skill" - } - }, - "questID:3": 18, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "aoa3:unpowered_rune" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:unpowered_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/180.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/180.json deleted file mode 100644 index 3d067dfd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/180.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Furatto, it seems, was the last succesfull battle of the testificates. While most of their forces were gone, some testificate wizards went on, and entered the third buffer world of the shyre empire.\nThe remainder of these forces are still present, and have fortified small pockets of safety in an otherwise chaotic world.\nThese testificates have been cut off from a permanent connection to Terra, so they had to adapt an live in Furatto. \nAn order of wizards appears to be their leaders, but when I asked if I could meet them, I was denied. Maybe I\u0027m not worthy enough?\nThe next wormhole, the next buffer world, I was warned, is where only few dared to adventure, and where the retaliation war from Terra became nothing more than a few rebel wizards trying to accomplish the impossible.\nNote for the future, no more wormhole portals until I\u0027m more powerful, I guess I\u0027ll have time to practice...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:furatto_warper" - }, - "name:8": "Experiment #3" - } - }, - "questID:3": 180, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:friendly_frittata" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:furatto_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1802.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1802.json deleted file mode 100644 index 8a7a6b92..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1802.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBecause of a bug with Binnie\u0027s Mods, it is possible that trees from forestry and its addons will spawn large amounts of butterflies that will lag your game.\n\nIf that happens, use this quest reward.\n\nThis quest is repeatable so you can come back if you run into issues.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:butterfly_bloom" - }, - "name:8": "Butterfly Invasion", - "repeattime:3": 10000 - } - }, - "questID:3": 1802, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:butterfly_repellent" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/181.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/181.json deleted file mode 100644 index 0a0dbe3f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/181.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 180 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Well, First time seeing the extent of the effects of this \u0027recursion\u0027...\nIf whatever process that leads to recursion is not done correctly, the result is an extremely mighty \u0027berserk\u0027...\nAnd when the stakes are high, this can be used as a weapon...\nIn a ditch attempt to reclaim the territories of Furatto, the leaders of the now local testificate group unleashed the ender chicken. This drove the bulk of shyre forces away, but also made the planet nearly unlivable.\nTerra Chickens, thanks to the influence of dimensional shards, are able to \u0027absorb\u0027 matter.\nThis is similar to my attitude towards alchemy, which I am starting to believe to be a human-only trait. Within me, I can store matter as EMC.\nChickens are similar, but they \u0027become what they absorb\u0027.\nAre there dimensional shards on earth? At home? That would explain why I can do such things...\nOr maybe I\u0027m overthinking it...\nRegardless, I guess now I know why the conflict between the Twilight Horde and Shyre Empire hasn\u0027t escalated. Nobody wants to cause a chicken-level threat, or something even more destructive.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ender_feather" - }, - "name:8": "Ender Feather" - } - }, - "questID:3": 181, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ender_feather" - }, - "TrophyName:8": "Ender Chicken Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ender_feather" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1817.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1817.json deleted file mode 100644 index 655d7b75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1817.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 1363 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Everything in Telos is furnaces, everything!\nEven the sand that makes up the soil of this strange world is made up of small granular furnaces. Now I just need some granular tiny coal, and I can smell granular tiny objects too!\nWhile I am objectively taken aback by the nature of this world, it will be a good idea to discover more properties about this world.\nThere is no star, nor any other celestial body, in the sky, and yet light seems to vary. Weather phenomena cannot be perceived, and yet a strange snow somehow forms out of thin air on the soil.\nAnd then there\u0027s the inhabitants. Howlers are fairly unintelligent beings. The furnace fiends I have encountered are beings that seem to posses more intelligence, but little to no consciousness.\nIt alsmost feels like I am interacting with artificial intelligence. These beings are willing to come up with intelligent ways to solve problems, but they only seem to care about specific things.\nWell, one thing, really, they just think about furnaces...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:greenlight_callstone" - }, - "name:8": "More Furnaces!" - } - }, - "questID:3": 1817, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "divinerpg:greenlight_furnace" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:greenlight_furnace" - }, - "TrophyName:8": "Great Greenlight Guardian", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greenlight_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:greenlight_ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1818.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1818.json deleted file mode 100644 index e7a3d3ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1818.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Among many other peces of advice provided by the Bees of Rhenia, they shared some information about the strange nature of some of the worlds I have encountered, the ones that do not belong to a planet, and are instead outside of the three dimensions of space.\nReality, even for higher-dimensional beings, exists in the normal three dimensions that every being is capable of perceiving. Outside of these, matter is not naturally present, but fields are; this includes phenomena like magnetism, and aura. \nBeings that naturally perceive these higher dimensions can move things in and out of them, but they cannot directly bring entire spaces short of by transporting ordinary stuff.\nTo create full worlds in these higher dimensions, much more power is required. This power, from what the bees know, exploits a fundamental principle of magic. They did not call it that, but I strongly suspect it may be recursion, based on my own research. \nThe ability to generate these spaces is limited to a select few, such as the elder beings of the abyssal worlds, the Aesir, and, most importantly, the Twilight Horde and the Shyre Empire. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:spatial_phaser" - }, - "name:8": "Higher-Dimensional Phasing" - } - }, - "questID:3": 1818, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:intense_meatball_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:spatial_phaser" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_spatialphaser" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1819.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1819.json deleted file mode 100644 index b603897d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1819.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 1818 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The same powers that allow for the creation of infinite plane worlds like the Eden or Arcana is capable of creating matter born of the higher dimensions.\nThis is a much weaker version of this ability, but, as the bees told me, it will be a start to learn how to use these powers at a larger scale.\nAll of my enemies seem to have this ability, so it should be a good idea to learn whatever I can about this, as it is possible it may be used for military purposes.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_gem" - }, - "name:8": "Phasing Gems" - } - }, - "questID:3": 1819, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:phasing_gem" - }, - "TrophyName:8": "Creepy Terraforming", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_phasinggem" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/182.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/182.json deleted file mode 100644 index 0e68d137..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/182.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 77 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "If makinm matter that\u0027s infused with mythic magic requires lots of energy, it would make sense that I can make lots of energy from mythic matter. Right?\nI\u0027ll start with recycling the residies of mythic matter that my miners produce, that way I\u0027ll recover some of the lost energy.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - }, - "name:8": "Token Totem" - } - }, - "questID:3": 182, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_gem" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:master_rune_box" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/183.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/183.json deleted file mode 100644 index 76c324f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/183.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The second law of thermodynamics is an unbreakable rule of the \u0027normal\u0027 forces of nature humanity has studied so far, but it seems to apply much more loosely to magical principles.\nWho knows, if it is possible to loop diamonds and fire from the heart of a dragon, maybe the energy/matter cycle of mythic powers can be exploited for a net positive. Maybe...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:tier1_token" - }, - "name:8": "Tier 1 Excavation Token" - } - }, - "questID:3": 183, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 12, - "id:8": "contenttweaker:tier1_token" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tier1_token" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1830502096.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1830502096.json deleted file mode 100644 index 989cab34..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1830502096.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 946686645 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I hate to say it, but as bad as it is, the gambling magic of the Meatball Man has its own advantages.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gambling_sentient_meatball" - }, - "name:8": "Gambling Addiction" - } - }, - "questID:3": 1830502096, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "mod_lavacow:intestine" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lucky_box_aether_bronze" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:lucky_box_aether_silver" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:lucky_box_aether_gold" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:lucky_box_twilight_books" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:lucky_box_twilight_weapons" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/184.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/184.json deleted file mode 100644 index ffdab165..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/184.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Satellites are quite neat.\nI have the ability to bring forth natural resources from bees and plants, so sending objects in space doesn\u0027t feel as appealing, but who knows, maybe there\u0027s something out there I haven\u0027t seen yet.\nAfter all, everything is in space.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:satellitebuilder" - }, - "name:8": "Space Garbage" - } - }, - "questID:3": 184, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dense_gravitite_ore" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "advancedrocketry:satellite" - }, - "TrophyName:8": "Making Space Garbage 101", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:satellitebuilder" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "advancedrocketry:loader" - }, - "2:10": { - "Count:3": 1, - "id:8": "advancedrocketry:satelliteidchip" - }, - "3:10": { - "Count:3": 1, - "id:8": "advancedrocketry:satellitecontrolcenter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/185.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/185.json deleted file mode 100644 index 00cb9504..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/185.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Rockets are cool and all, but for some more stable space experiments I feel like a space station would be more feasible.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:stationbuilder" - }, - "name:8": "Space Station Assembler" - } - }, - "questID:3": 185, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:planetholoselector" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "advancedrocketry:warpcore" - }, - "TrophyName:8": "Warp Speed!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:stationbuilder" - }, - "1:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacestationchip" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "advancedrocketry:loader" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:space_station" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/186.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/186.json deleted file mode 100644 index 75011076..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/186.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "In the great vastness of the universe, everything that is possible will happen. And I guess it is possible to have two planets with the same planetary genesis. \nEuropa in the solar system is an earth-sized moon of a gas giant, Jupiter, that has formed into a fully-frozed land containing large amounts of water in its soil and atmosphere.\nEuropa in the sol systems is an earth-sized moon of a gas giant, Jupiter, that has formed into a fully-frozed land containing large amounts of water in its soil and atmosphere. Makes sense, I guess.\nEuropa\u0027s dense water atmosphere makes this world mostly uninhabited, with the exception of bees. Bees are everywhere, and they really don\u0027t care about how inhospitable this planet is.\nThe bee population here is quite widespread, but they seem to be much more reserved than the ones I have encountered elsewhere. They seem to be hiding something. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:onyx" - }, - "name:8": "A Land of Frozen Air" - } - }, - "questID:3": 186, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:onyx" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:onyx" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/187.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/187.json deleted file mode 100644 index 96e99967..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/187.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The terra system is truly a wonderful world!\nThanks to the incredible powers provided by the resources here, civilizations evolved with incredible abilities!\nHator is the home planet of the Realmshifters, beings able to bend and warp all dimensions of space as if it was nothing...\nWhen the Shyre Empire and Twilight Horde came, the Realmshifters used their powers to infiltrate their worlds. Unfortunately, their knowledge and affinity to alchemy was not enough, and they could achieve very little on the military front...\nSo they came to the bees for help, who shared some of their knowledge on genetic manipulation.\nBut nothing comes for free. Some brave realmshifters decided to forsake their intelligence at the cost of strength, and were turned into large cyclopses. Using their space-bending abilities, they now wander the universe fighting invaders, but their mindlessness causes them to act erratically.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:pink_marble" - }, - "name:8": "The Realmshifters" - } - }, - "questID:3": 187, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:pink_marble" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:pink_marble" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/188.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/188.json deleted file mode 100644 index e35fd92a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/188.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Ptah is a great place! Nothing else to say! Not true, I will say more!\nAs every other land I have visited so far, it has bees, lots of bees! And these ones are light wizards! \nTheir powers have turned a dark, mostly dead place, into a radiant world, full of beacons, which are used to produce powerful potions and foods.\nWhile the niceness of bees everywhere is undeniable, their activities don\u0027t always reflect that. This group seems to be ready for some sort of war, or at least military action. But against who?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:travertine" - }, - "name:8": "Radiants" - } - }, - "questID:3": 188, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:travertine" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:travertine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/189.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/189.json deleted file mode 100644 index 1f8aab81..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/189.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While bee civilization seems to have some level of universal unity, and they really seem to be everywhere, they appear to have differing cultures based on the people they meet.\nThe bees of Orcus are strange, and quite creepy. Their territories are covered in blood, and they seem to be part of an actual cult of blood magic. \nFrom my past interactions with powerful blood masters, they always end up being some sort of mangled mass of flesh. I won\u0027t lie, I am not looking forward to facing more eldritch balls of flesh and blood.\nAnyhow, despite being a clearly violent blood cult, the bees I have met on Orcus were unusually nice, as if to them there was no contradiction between taking innocent animals from other worlds, kidnapping them, and sacrificing them, while at the same time helping me out, and even saying please and thank you.\nBee ethics sure are weird, I\u0027ll have to look more into this.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:metagabbro" - }, - "name:8": "Bloody Mountains" - } - }, - "questID:3": 189, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:metagabbro" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:metagabbro" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/19.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/19.json deleted file mode 100644 index 1a5afa7f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/19.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe more logs you harvest, the better stuff they may drop!\n\n§fSo, these new magic phenomena not only relate to my own vitality, but they have to do with the interactions between different lives, and this includes trees.\nThis energy (is it even the right word?) is a force of creation, and it can produce matter \u0027ex nihilo\u0027, from nothing. ", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:emberstone_axe" - }, - "name:8": "Logging Skill" - } - }, - "questID:3": 19, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/190.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/190.json deleted file mode 100644 index d4b9ceec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/190.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I was about to say, in a universe so full of weird magic, mighty powers, and great wars, I really haven\u0027t seen that many guns.\nAnd, of course, the first society of gun lovers I meet are the Bees of Falacer! I gotta say, I think I\u0027ll still take a magic wand over a gatling gun, but it\u0027s good to know that there are people (err, bees) that appreciate a good firearm.\nWell, appreciation is an understatement, they turned a whole planet into a gun market, and they really seem to be loving it. \nBees are amazing, I gotta say! They seem to be running this solar system, and yet they still manage to be friendly, and just straight up nice. I wonder what their relationship with the invaders of Terra may be. The bees I have met have been very friendly, but not necessarily prodigal of information. It would be good to know where they stand in this conflict.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:feldspar" - }, - "name:8": "Warmonger Bees" - } - }, - "questID:3": 190, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:feldspar" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:feldspar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/191.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/191.json deleted file mode 100644 index f95d8b6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/191.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This is not what I expected! At all!\nWhy are the bees friendly with the Meatball Man? Why do they share a society of undead nuclear scientists?\nI guess I shouldn\u0027t be surprised, the Meatball Man is powerful, so it would make sense that he would have control over some planets at least. But why work with the bees? And why collaborate with them to make nukes? \nOi is not a friendly place, but I think it will be a good idea to spend some time here. The meatball man has some interest in me, so I better try to gather intel on him.\nThe undead society of Oi is quite interesting too. Sunlight seems to be a general weakness to most of the undead, and their world is built around it. Roofs are readily available in an otherwise barren landscape, and they even use dark ineffable glass!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:agate" - }, - "name:8": "The Meatball Wasteland" - } - }, - "questID:3": 191, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:agate" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:agate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/192.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/192.json deleted file mode 100644 index 6c9f1799..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/192.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 185 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrops are custom! This is a great source for ores that are otherwise unobtainable, like Dilithium!\n\n§fThis laser is useful, it should provide a lot of very good minerals!", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacelaser" - }, - "name:8": "Big laser, much rupee" - } - }, - "questID:3": 192, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacelaser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/193.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/193.json deleted file mode 100644 index 3248bf69..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/193.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 185 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:warpmonitor" - }, - "name:8": "Such Speed" - } - }, - "questID:3": 193, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:warpmonitor" - }, - "1:10": { - "Count:3": 1, - "id:8": "advancedrocketry:warpcore" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:space_station" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/195.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/195.json deleted file mode 100644 index 0b205a32..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/195.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomate essences ASAP!\n\n§fThe world of hator holds an interesting secret. A weird pyrite metal, infused with alchemical magic, that is capable of transmuting stone into complex metal alloys.\nMy alchemy wasn\u0027t able to do that, so I better take advantage of this new tool!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fiery_pyrite" - }, - "name:8": "Fiery Pyrite" - } - }, - "questID:3": 195, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:fiery_pyrite" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fiery_pyrite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/196.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/196.json deleted file mode 100644 index a1b06edd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/196.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Osiris, is hot, very very hot... but that\u0027s not necessarily a downside, according to the bees that live there.\nThe scorching atmosphere of this planet has been turned into a massive industrial metal-smelting facility, used to produce, armor? For who?\nWhy are there millions of bees forging armor? And since we are asking questions, why are bees, which are evidently quite powerful and well-organized, engaging in all these sorts of activities to begin with? Why don\u0027t they have a unified front? Why are the bees on each planet not working together?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:serpentine" - }, - "name:8": "The Forge World" - } - }, - "questID:3": 196, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:serpentine" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:serpentine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1965.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1965.json deleted file mode 100644 index e44e24c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1965.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "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.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_summoner" - }, - "name:8": "Wrought Summoning" - } - }, - "questID:3": 1965, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:deep_metamorphic_rock" - }, - "TrophyName:8": "Deep Metamorphosis", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_summoner" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_deepmetamorphic" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/197.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/197.json deleted file mode 100644 index 99755ffe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/197.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Wow, literally nobody living on Terra is actually from Terra.\nDimensional shards are desired by everything that becomes aware of them, it seems...\nAnd apparently, bugs with mastery of witchery used it to create wormholes and fight for a piece of the pie.\nAnd now I think I know how they did it, and I may be able to travel back to their world...", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:gaean_keystone" - }, - "name:8": "Arthropods are here too!" - } - }, - "questID:3": 197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "minecraft:web" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:gaean_keystone" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:portal_activator" - }, - "2:10": { - "Count:3": 1, - "id:8": "erebus:altar_offering" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/1971.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/1971.json deleted file mode 100644 index 4a785ebb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/1971.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 661 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The way recursive materials and objects interact with pretty much everything and every other magic field is truly remarkable!\nI think I know what makes magic \u0027mythic\u0027, what makes it evolve into something capable of acting against the laws of nature. It is an extended and expanded version of \u0027normal\u0027 magic that uses said laws of nature. Expanded by what? Well, recursion, or whatever the force that keeps me alive and immortal is.\nJust combining the recursive matter that is ender dolomite with metals from the world of Barathos has changed their magic properties into something new and powerful, way more powerful. \nI still have no idea how this force (is it a force?) works, but I cannot deny how impactful it is. If I want to get ahead in this universe of mythological deities and planet-destroying powers, control recursion is what will make me more powerful without necessarily gaining knowledge in other fields.\nI still strongly suspect that, to understand recursion, I will have to understand everything else first.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathosynium_ingot" - }, - "name:8": "Recursion and Baron Powers" - } - }, - "questID:3": 1971, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:baron_gem" - }, - "TrophyName:8": "You can call me Baron", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathosynium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_barongem" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/198.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/198.json deleted file mode 100644 index 62c1ab66..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/198.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is the start of Bewitchment, see more in §cMagical Mastery§7§o.\n\n§fSome testificates, I found, also practice magic. Their religion seems to be based around some sort of demonic pantheon, and by using herbs and minerals, the powers of these beings is brought into this world.\nTime for me to start experimenting with Witchery.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:scorned_brick_witches_altar" - }, - "name:8": "Sons of Witches" - } - }, - "questID:3": 198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:pentacle" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "bewitchmentAltar", - "id:8": "bewitchment:stone_witches_altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/199.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/199.json deleted file mode 100644 index 99c6afc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/199.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 207 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can use the scanner modules in the rewards to locate the dungeons more easily.\n§f\nAstral magic is so cool, yet, many of its users do not share my intents for liberation...\nA group of testificates, long ago, has taken over some sky islands within Terra\u0027s atmosphere to experiment with artificial life.\nBecause of their crimes, Testificate history has decided to forget about them...\nUnfortunately, the product of their work is still very much alive and dangerous.", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:skyroot_bucket" - }, - "name:8": "Warriors of the lower sky!" - } - }, - "questID:3": 199, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aether_legacy:locked_dungeon_block", - "meta:3": 4 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aether_legacy:dungeon_block", - "meta:3": 2 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aether_legacy:dungeon_block", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:skyroot_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2.json deleted file mode 100644 index e783ce2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§r§7§oThis is an RPG-themed pack, so quests will tell you what you can do, not what you have to do. The way you do things is up to YOU!\n§r\n§rI really appreciate you for playing my pack \u003c3", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:cosmic_meatballs" - }, - "name:8": "Thanks for playing!" - } - }, - "questID:3": 2, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 3, - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/20.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/20.json deleted file mode 100644 index 349cde5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/20.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHurt mobs sometimes drop items that heals you, the more you do it, the better the healing.\n\nThis skill is levelled by using heart stones, found in battle towers!\n\n§fEssence is something I know, so I am trying to compare my discoveries to it. While some of the mechanics are similar, this magic is very much different in its origin.", - "icon:10": { - "Count:3": 1, - "id:8": "mod_lavacow:acidicheart" - }, - "name:8": "Innervation Skill" - } - }, - "questID:3": 20, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/200.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/200.json deleted file mode 100644 index 62bdd228..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/200.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is the start of Thaumcraft, see more in §cMagical Mastery§7§o.\n\n§fJust like magnetism and gravity, the laws of nature allow for the existence of other \u0027fields\u0027, and some of them, vis and flux, hold magical properties.\nMany of the beings I have met on Terra seem to be able to use either of the two. I\u0027ve yet to fully figure out the nature of these fields, but they can be used for a variety of purposes, both constructive and destructive.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:arcane_workbench" - }, - "name:8": "Good or Evil?" - } - }, - "questID:3": 200, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:crystal_ordo" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:crystal_perditio" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:crystal_terra" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:crystal_aer" - }, - "4:10": { - "Count:3": 1, - "id:8": "thaumcraft:crystal_aqua" - }, - "5:10": { - "Count:3": 1, - "id:8": "thaumcraft:crystal_ignis" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/201.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/201.json deleted file mode 100644 index 75f8e7f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/201.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is the start of Blood Magic, see more in §cMagical Mastery§7§o.\n\n§fSooooo, blood can be used for magic, who would have thought?!\nBy performing blood sacrifices, I can infuse objects with a little bit of my life essence.\nBy exploring this \u0027science\u0027 further, I believe I will find some more information about my strange inability to die...", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:altar" - }, - "name:8": "Power through Sacrifice" - } - }, - "questID:3": 201, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:nice_clean_salad" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:skip_day" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/202.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/202.json deleted file mode 100644 index c082fc75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/202.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As I am becoming more well-versed in thaumaturgy, things are starting to make more sense...\nWell, they make less sense, but I can \u0027feel\u0027 more...\nAnd I now feel like crabs are part of something bigger...\nThey are not from this world, well, not originally, they come from somewhere else, many generations ago, and they eventually evolved here on Terra to adapt to the current environment.\nThe crimson cult, the unfriendly order of thaumaturgists that I have encountered, are also not natives of Terra. Indeed, they are capable of opening wormholes.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_lens" - }, - "name:8": "Eternal Dusk" - } - }, - "questID:3": 202, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:raven_feather" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:torchberries" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_lens" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2022468480.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2022468480.json deleted file mode 100644 index b175dec3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2022468480.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1681849124, - 509587062 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hymn_of_the_true_tongue" - }, - "name:8": "The True Tongue" - } - }, - "questID:3": 2022468480, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hymn_of_the_true_tongue" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:hyperuranon_actualizing_fabrial" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:runes_of_the_true_tongue" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2025.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2025.json deleted file mode 100644 index 8e2e245e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2025.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I met another minion of the Meatball Man. This one tried to fight me, but it was also trying to communicate.\n\u0027Sense it, see it\u0027, it kept muttering, \u0027they were betrayed, and so will he\u0027. \nI defeated it, and now I have this strange device. Like its owner, it\u0027s saying things to me.\nThis feels wrong, but I want to do as it says. It speaks of a place, the Haven...\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:anomaly_detector_stage_1" - }, - "name:8": "Detecting Spatial Anomalies" - } - }, - "questID:3": 2025, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "contenttweaker:feast_of_hell" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:anomaly_detector_stage_1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_stage1anomaly" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2026.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2026.json deleted file mode 100644 index 51a7aad9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2026.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 2025 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The whispers of this thing indeed appear to be making sense. \nThe Haven does feel \u0027different\u0027 from the rest of the Shyre Empire, and not just in appearence.\nAs a world, it is similar to the Eden, the Dungeon of Arcana, and Wildwood. All places touched by the power of the Twilight Horde. These locations are all planarly oriented, while the space outside of these planes is asymptotically converging, making it impossible to get far.\nHaven is the same. Lelyetia too; well not quite, as its gravity also includes a plane of convergence, likely driven by the effects of fluctuatite.\nThe same space-folding power that allows the Twilight Horde to shape their worlds in such a way has entered the hands of the Shyre at some point. Otherwise, the Haven would not look like Wildwood, it will be more like Lelyetia.\n\u0027They were betrayed, and so will he\u0027, the device keeps saying...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:anomaly_detector_stage_2" - }, - "name:8": "Space Manipulation" - } - }, - "questID:3": 2026, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "contenttweaker:tasty_eye_delight" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:anomaly_detector_stage_2" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_stage2anomaly" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2029.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2029.json deleted file mode 100644 index 5a65f3b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2029.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "preRequisites:11": [ - 2026 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yes, the Twilight Horde was Betrayed.\nWho knows what the Shyre Empire must\u0027ve promised, but the \u0027Power of the Shells\u0027, the ability to create these planar worlds like Arcana, was given away by Parasecta.\nThis is precious information, and I am sure it will aid in this conflict.\nNow I think I may know how the Twilight Empire is organized, the pattern is getting more evident. The territories of the Horde are organized in layers, the \u0027Mythic Shells\u0027. These worlds are close to each other, like a book held loose, where the pages don\u0027t quite touch, but are still close. The space between them has been made asymptotycally convergent, so that it is impossible to move between these worlds without the power and knowledge of Twiligh Horde beings.\nRecently, the Shyre Empire gained knowledge of this ability, so it is safe to assume their territories may follow a similar organization.\nHow many more \u0027pages\u0027 do I have to peel before I reach the rulers?\nThis power also seems to be manifesting itself spontaneously, in the form of the twisted worlds of dimensional doors, the Warrens.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:anomaly_detector_stage_3" - }, - "name:8": "The Betrayer" - } - }, - "questID:3": 2029, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:warren_shard" - }, - "TrophyName:8": "For Malaz!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 8, - "id:8": "contenttweaker:monolithic_meal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:anomaly_detector_stage_3" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:spatial_anomaly" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_anomaly" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/203.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/203.json deleted file mode 100644 index 5d275cc8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/203.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It is weird, but after encountering ice wizardry, I became aware of a calling from the cold...\nSomeone has used this type of magic to open a wormhole, and I want to know who it is!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:snow_globe" - }, - "name:8": "To the Icy Realm!" - } - }, - "questID:3": 203, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "divinerpg:snow_cones" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:snow_globe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2031.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2031.json deleted file mode 100644 index cf1b1169..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2031.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThanks to goreae for the name suggestion!\n\n§fThere is recursion, and then there\u0027s whatever I just witnessed.\nThe limit to what I though was possible is much higher than I thought. These recursive beings are much different from what I have witnessed before. Their \u0027vastness\u0027 is on a different order of magnitude.\nI have seen at least two of these beings, the Meatball Man, and now this! \nThere seems to be a threshold of power after which start looking and feeling of a different nature; likely, this class of power is what allows all of the big players in the universe to act as they do. These beings have their own name; Fractallites!\nIt was beings like this that were called by the Bubbell Alliance onto Apichisi, and who caused enough destruction that the Shyre Empire throught it no longer worth it to hold on to this world.\nWhile most left after taking their Resonating Stone, this one remained. The material this cerature was holding, Naquadah, is like nothing I have ever seen; it is precious, very precious, and very powerful. Possibly even as powerful and Dimensional Shards. Sheb-Asothot wanted the Bee\u0027s help to make more, but not even they could bind to it.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:heart_of_the_elder_one" - }, - "name:8": "The Elder Spooder" - } - }, - "questID:3": 2031, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:heart_of_the_elder_one" - }, - "TrophyName:8": "Beeg Spooder", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:heart_of_the_elder_one" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2034.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2034.json deleted file mode 100644 index 4d431f7a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2034.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Left by one of the beings that came to Apichisi, I was able to get my hands on a more powerful entropy-accelerating device.\nThis one is on the dangerous side, somethings things go so fast that I am worried the reality around it may break.", - "icon:10": { - "Count:3": 1, - "id:8": "tce:tce_compressed_torch_lvl1" - }, - "name:8": "For I am (compressed) Speed" - } - }, - "questID:3": 2034, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "id:8": "tce:tce_torch_lvl1" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tce:tce_compressed_torch_lvl1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/204.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/204.json deleted file mode 100644 index e518f6e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/204.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§o§7§oAround the overworld, you can find wizards towers. There you can find friendly wizards willing to trade wands and other goodies, as well as arcane workbenches to add spells and upgrade your wands!\n\nMore info in §cMagical Mastery.\n\n§fSome of the creatures I\u0027ve slayed seemed to be holding books that appear to have magical properties.\nBy building a table to analyze them, I stumbled into the art of Wizardry, a spellcasting technique based on knowledge. It seems like I can discover new aspects of this art by trial and error.\nTry to cast spells until they make sense?! What could go wrong?\nAround Terra, some testificates also appear to hold knowledge of this art. Some of them use it to help, others to destroy...", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:arcane_workbench" - }, - "name:8": "Playing with Wizardry" - } - }, - "questID:3": 204, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "ebwizardry:magic_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2040.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2040.json deleted file mode 100644 index 96383bf5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2040.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yup, I was right, the Bees did not come up with this plan. It was someone else, a factions whose agents are no longer around, but left some of their creatures behind. Powerful Wyverns.\nThanks to them, I have finally gained more info about the strange magic I witnessed in Crystevia. The Wyverns on Apichisi wield it too, and use it to gain incredible speed.\nTo harness this magic, crystals play an important role in storing it, but I still have no idea how it is generated. The constructs of Crystevia hold it in the mineral that is embedded in their bodies, the wyverns hold it in a strange organ located in theit thorax, a gemheart of inorganic crystalline matter.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gemheart" - }, - "name:8": "The Wyverns" - } - }, - "questID:3": 2040, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:blue_crystal" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:red_crystal" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:purple_crystal" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:white_crystal" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:yellow_crystal" - }, - "5:10": { - "Count:3": 1, - "id:8": "aoa3:green_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gemheart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2044693951.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2044693951.json deleted file mode 100644 index 43124043..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2044693951.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLeft click the pickaxe on the bedrock at the bottom of the overworld to create a portal to the bedrock dimension.\n\nThe bedrock here can only be broken using the Kamium pickaxe.\n\n§fOut of all the strange artifacts I have encountered in my journey of Thaumaturgy, a pickaxe capable of generating wormholes is the last thing I imagined.\nKamium, this strange and powerful material, rather than being permeated with vis or aura, seems to possess a different type of force, something that sounds familiar, and yet I have no idea what it is.\nThe wormhole opened by this artifact is fairly mundane, it is solely composed of hard bedrock, with large veins of minerals. I guess it could be useful for someone that is more resource-starved than I am.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichorium_pick_adv", - "tag:10": { - "awaken:3": 0 - } - }, - "name:8": "The World of Bedrock" - } - }, - "questID:3": 2044693951, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyEarnedAt:4": 1727129438, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thaumictinkerer:ichorium_pick_adv" - }, - "TrophyName:8": "Kamium Miners Inc.", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichorium_pick_adv", - "tag:10": { - "awaken:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2045.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2045.json deleted file mode 100644 index 553af843..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2045.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Pure recursive matter. \nAs I explored and experimented, I have encountered many things that exhibited partially-recursive abilities. Gems that can phase in and out of higher dimensions, blood-imbued myrmitite that self-replicates. All of these felt like \u0027shadows\u0027 of something bigger, something more powerful.\nWhile shadows only provide of a single slice of the true nature of something, if enough shadows from enough angles are used, it is possible to get a good idea about the object that originates them.\nAnd so, I was able to make pure recursive matter. \nMy first Mythic Fractal!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:first_order_mythic_fractal" - }, - "name:8": "First Order Fractal" - } - }, - "questID:3": 2045, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:first_order_mythic_fractal" - }, - "TrophyName:8": "Tier 1 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:first_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2046.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2046.json deleted file mode 100644 index 59b8386a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2046.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 448 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_the_sleeping_city" - }, - "name:8": "Eldritch Sleeper" - } - }, - "questID:3": 2046, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:gem_of_the_sleeping_city" - }, - "TrophyName:8": "Bzzzzzz.. Ugh", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_the_sleeping_city" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2048.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2048.json deleted file mode 100644 index 22e908d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2048.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 2031 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While the Bees were unable to bind Naquadah, they were successful at binding a material, well, a material impregnated by a foreign energy, from one of the other beings that came to Apichisi.\nIt is permeated by the same magic I have seen in Crystevia.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:stormborn_callstone" - }, - "name:8": "Sormy Bees" - } - }, - "questID:3": 2048, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thaumicaugmentation:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:stormborn_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2049.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2049.json deleted file mode 100644 index 48feec5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2049.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 2040 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I really like the feeling of learning something new! Even when it is something I still barely understand.\nI learned a new type of magic, the power of Stormlight! As indicated by its name, its origin lies in storms. The field that produces this magic is an emergent property from the entropic movement of large amounts of air and water.\nWhile its origin lies in disorder, it is order that binds it; the more uniform the lattice of a crystal, the more of this energy can be held.\nNow, what do I do with it? How do I release it? I am sure these questions will find their answers soon, I will just have to keep searching; probably not on Apichisi, nor on Crystevia. \nThe place these Wyverns come from is where I may find a new ally, and learn of new powers. Just as it was in Mysterium, it is reassuring to know there are others out there that cannot stand what the Shyre Empire is doing.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:stormlight_sphere" - }, - "name:8": "Gem Batteries" - } - }, - "questID:3": 2049, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:stormlight_sphere" - }, - "TrophyName:8": "For the Cosmere!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:stormlight_sphere" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:infuser_fabrial" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_infuserfabrial" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/205.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/205.json deleted file mode 100644 index 684eb1b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/205.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 201 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I\u0027m not the first one to discover fluix, and it seems like its power was used to hit even more profound depths within Terra.\nBy using fluix as a catalyst, I can reopen the portal that was opened by the one that came before me...\nAnd it brought up an interesting aspect of Testificate society. As a whole, they seem to be fairly ok with the concept of \u0027cancelling history\u0027 with regards to discoveries and technologies that may have caused conflict in the past. \nThis willingness to conveniently forget about uncomfortable history felt quite dangerous, until I discovered more about Testificate secret societies. \nInstead of leaving the knowledge of potentially dangerous discoveries open to the public, the Testificate way is to incorporate those that make these discoveries into specific \u0027secret\u0027 groups in charge of studying said discoveries, and to find responsible applications for them before releasing them to the public. I am still a bit uncomfortable about this way of dealing with science, but I appreciate how Testificate society found a way to deal with dangerous tech that\u0027s not giving nukes to power-hungry governments.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:teleporter" - }, - "name:8": "Even Deeper" - } - }, - "questID:3": 205, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extrautils2:compressedcobblestone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:teleporter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2050.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2050.json deleted file mode 100644 index 07a0fd16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2050.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 2048 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Who knew that this power would also act as a moderator for extremely fast fission reactions? Well, I am very happy I tinkered with it, fission is a useful way to obtain large amounts of isotopes!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:salt_exchanger_vessel" - }, - "name:8": "Fast Fission Forreal" - } - }, - "questID:3": 2050, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "nuclearcraft:fission_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fuel_exchanger_vessel" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:salt_exchanger_vessel" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:heat_sink_vessel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:two_phase_fission_reactor" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2052397510.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2052397510.json deleted file mode 100644 index 383a4ed6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2052397510.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 714682973 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I am still not fully sure of what happened exactly, but someone among the Faithful of the Arbiter studied the power of deraddread, and was able to cleanse from its origin it in some way. Again, I may be piecing together things that are not connected, but dread beings seem quite similar to Withers; undead capable of independent will, and yet capable of serving a greater purpose on their own.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dread_cleansing_fabrial" - }, - "name:8": "Dread Cleansing" - } - }, - "questID:3": 2052397510, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "iceandfire:dread_shard" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dread_cleansing_fabrial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/206.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/206.json deleted file mode 100644 index d88488a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/206.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is the start of Abyssalcraft, see more in §cMagical Mastery§7§o.\n\n§fA lead! After I got close to this dark monster, the same feeling I experienced whenever I was about to die came over me, and a strange, deep voice started resonating in my mind.\nThe words were unclear, yet one of them lingered in my memory. Just one word, Necronomicon!", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Definitely a bad idea..." - } - }, - "questID:3": 206, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 10, - "Damage:2": 14010, - "id:8": "gendustry:honey_comb" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/207.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/207.json deleted file mode 100644 index c4284cd9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/207.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is the start of Astral Sorcery, see more in §cMagical Mastery§7§o.\n\n§fStars hold power, and a lot of it!\nThis is crazy, but the fusion reactions happening inside the core of stars not only produce light and heat, but another type of energy as well.\nThis \u0027astral power\u0027 can travel through higher dimensions. Through these pathways, stars are connected to each other forming \u0027real\u0027 constellations.\nSome of these constellations hold particular properties, and I\u0027ll do my best to take advantage of them.", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockaltar" - }, - "name:8": "Sorcerers of the Skies" - } - }, - "questID:3": 207, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "astralsorcery:blockcustomore" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "CB Fan Club", - "pages:9": { - "0:8": "{\"text\":\"Classic Bars is a mod that edits the way things like health points, hunger, and armor are displayed.\\n\\nLater on, some of these numbers get quite big, so it could be useful.\"}", - "1:8": "{\"text\":\"The mod is not in the pack by default as it does not look the best, but it can be convenient.\"}" - }, - "title:8": "Too Many Hearts" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2077.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2077.json deleted file mode 100644 index a52af986..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2077.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 454 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:apothecary_stone" - }, - "name:8": "Bee Imprisonment" - } - }, - "questID:3": 2077, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:chocolate_cherry_truffle" - }, - "TrophyName:8": "Bee sweet!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apothecary_stone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:apothecary_prison_key" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_apothecaryprisonkey" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/208.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/208.json deleted file mode 100644 index e73c727b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/208.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§7§oThe altar is crafted, not found!\n\nThe betweenlands dimension is quite laggy, so you can use the spatial diviner callstones to summon the necessary worldgen in the overworld. Each quest in this chain will have an optional objective to make the appropriate callstone to craft.\n\n§fThis is freaky... I don\u0027t like it at all...\nAs I started reading the pages of the necronomicon, I became aware of something...\nMy destiny may be predetermined, and someone is responsible for it.\n(No not Sainagh the pack author)\nThere is an order of druids that worships those that have written the book of the dead, and they, for some reason, have chosen me for a task I cannot avoid...\nNow that I have read the pages I know this, and I know where they come from. Those bastards will pay!", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:druid_altar" - }, - "name:8": "The druids are here!" - } - }, - "questID:3": 208, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:manual_hl" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:druid_altar" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_0" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/209.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/209.json deleted file mode 100644 index fa62ed99..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/209.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is the start of Botania, see more in §cMagical Mastery§7§o.\n\n§fFlowers are awesome! And, of course, they can be used for magic!\nMana, the same \u0027thing\u0027 I found in the nether region of Terra, can also be produced and used by plants, this can definitely be used for my purposes!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:altar" - }, - "name:8": "Natural Energy" - } - }, - "questID:3": 209, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_evertide_amulet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/21.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/21.json deleted file mode 100644 index f67870bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/21.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHarvesting pixons with a bowl and using infusion stones at the infusion tables allows you to produce better enchantments. There are better ways.\n\n§fThis type of magic is not exclusive to me, and many other creatures here have it.\nSome, but not all. This means that, again, there must be a rule for having access to this magic.\nIn the meantime, I will bowl some sparks and harvest their energy! Maybe something will come out of it!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:gleaming_infusion_stone" - }, - "name:8": "Infusion Skill" - } - }, - "questID:3": 21, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:diamond_bowl" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:stone_bowl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/210.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/210.json deleted file mode 100644 index 19507856..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/210.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I do not understand why, but after becoming aware of botanical magic, things make more sense...\nI can feel new things, including traces, traces left by some of the creatures roaming Terra, they came here through wormholes, just like me...\nBut now I can sense the \u0027scars\u0027 into spacetime they left while travelling here...", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:arcana_portal_frame" - }, - "name:8": "The Infinite Fortress" - } - }, - "questID:3": 210, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:pan_di_stelle" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:arcana_portal_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/211.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/211.json deleted file mode 100644 index fa33d9f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/211.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 197 - ], - "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?", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:antlion_egg" - }, - "name:8": "Antlion Temple Hunters" - } - }, - "questID:3": 211, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "erebus:antlion_egg" - }, - "TrophyName:8": "Antlion Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:antlion_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:antlion_callstone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2122.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2122.json deleted file mode 100644 index df93040c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2122.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisites:11": [ - 496 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I am not the only one to have infiltrated Mysterium. Unlike me, though, the ones that came before me did an actually good job at not being discovered.\nBad news, these other agents were not willing to cooperate or to cooperate. For some reason, seeing me was worth it for some of them to lose their own cover. They really wanted to get rid of me.\nGood news, I am not the only one to make it far into the Shyre Empire. Sure, these berserkers were unfriendly, but they prove that there are more that are willing to stand up to this oppressive Empire. Who knows, the next encounter like this I will have in the future may be with potential allies.\nAnd even these enemies had some military secrets I can now use. They appear to come from a world dominated by dragons, probably more intense than places like Terra or Hator. This struggle with a dominantly powerful species pushed for the making of even more powerful weapons, made out of a magically-imbued metal, capable of enhancing battle prowess and physical strength. \nWhatever this world, this Lyndenwyrm, is, it may hold some answers.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:berserker_steel_ingot" - }, - "name:8": "The Dragon Slayers" - } - }, - "questID:3": 2122, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:soul_of_the_dragonslayer" - }, - "TrophyName:8": "Disciple Extermination Unit", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dragon_will_fragment" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:whispering_heart_of_hearts" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_the_dragonslayer" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:berserker_steel_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_dragonslayer" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2126.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2126.json deleted file mode 100644 index 1b50b31b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2126.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As I saw before in Oi, the Meatball Man is actively seeking out a nuclear arsenal, but it is not just that.\nHe seems to have infiltrated the Vox Ponds in search of more weapons of mass destruction. \nThose that fall under the powers of the Meatball Man, together with another restriction about their character and their actions in life, need to \u0027fall before their time\u0027, killed by another being.\nInstead of just capitalizing on the certainly massive amount of wars currently taking place in the universe, this sociopath is actively nuking planets to gather more faithful. It does not matter that just a small portion of those that die end up becoming undead, he just wants more.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_gluttony" - }, - "name:8": "Such Voracity" - } - }, - "questID:3": 2126, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_gluttony" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2127.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2127.json deleted file mode 100644 index 7afbd438..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2127.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Out of the many members that make up the undead of the Meatball Man, the dreaded ones seem to have the most freedom.\nUnlike the rest of the undead, they seem to operate independently, and they have more sentience as opposed to the rest. They were placed on Terra to keep an eye on the happenings there, and they are based in many other locations around the universe, as the intelligence-gathering network of the Meatball Man.\nTheir ability to operate independently is most peculiar, given how the powers of the Meatball Man work. All of his slaves, no matter how powerful, are dirctly subject to hist will. They can fight, they can perform individual tasks, but they cannot do things as complex as spying people.\nSomething tells me it may be a different necromancer that handles the dread...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:icy_dreadful_shard" - }, - "name:8": "Truly Dreadful" - } - }, - "questID:3": 2127, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "avaritia:cosmic_meatballs" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:icy_dreadful_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2128.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2128.json deleted file mode 100644 index 11c30a19..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2128.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "preRequisites:11": [ - 2126 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I guess I should not be surprised by the depravities of the Meatball Man, but is indeed quite disconcerning to know.\nNope, the mass annhilation of innocent civilizations has nothing to do with building a larger army.\nA large part of these poor souls are being sacrificed for an individual being.\nOut of the forsaken beings ensnared by the Meatball Man, one exceeds all in terms of greed and gluttony. A monster of endless hunger, and one of the lieutenants of the undead horde, this creature\u0027s power revolves around the consumption of souls who died a violent death; the more that are consumed, the stronger this being gets.\nIt seems like the magical power provided by a single soul may be quite low, which is even more concerning. How many must have died to achieve the foe I have faced? ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_voracity" - }, - "name:8": "The Eater of Gluttonous Souls" - } - }, - "questID:3": 2128, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:slate_of_endless_hunger" - }, - "TrophyName:8": "Hungwy", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_voracity" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:stone_of_endless_hunger" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_gemvoracity" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_gemvoracity2" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2129.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2129.json deleted file mode 100644 index 5df75b4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2129.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "preRequisites:11": [ - 2127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "...And indeed it is that there is someone else serving the Meatball Man and leading the dread. \nThe dread queen is powerful, very powerful. Her powers revolve around directly rising corpses as intelligent and independent agents, capable of full-fledged sentience.\nHer control over the dread is based purely on the willingness of the dread to be governed; if they refuse to comply, they are eliminated, if they accept to join the Efforts of the Meatball Man, they are deployed in a a variety of hotspots as the eyes and ears of the leader of the undead.\nWhile the alliance between the Dread Queen and the Meatball Man is one out of convenience, there seems to be some sense of mutual understanding between the two.\n\"You don\u0027t know the weight the master bore, everyone gets fed up of serving, sooner or later\"\n\"Eternity is a long time, and it is a matter of time before one tries to excape their destiny\"\nIt seems like both of them may have run away from some task or assigment. I am inclined to think the Meatball Man used to be some sort of jailer of the damned, and I want to believe the Dread Queen was too, but something, some happening pushed them over the edge.\nWhat this task may be, I am not sure, but I strongly suspect it may be what started the conflict with the arbiter.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dread_crown" - }, - "name:8": "The Dread Queen" - } - }, - "questID:3": 2129, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dread_crown" - }, - "TrophyName:8": "Yas (Dread) Queen", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dreadful_shard" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dreadful_prison_key" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:dread_crown" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_icydreadshard" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/213.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/213.json deleted file mode 100644 index 663ee430..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/213.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 199 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLook for 3x3 holes on the side of the aether islands. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fEncountering other astral magic users has revealed some interesting things. The magic I am able to unleash is not so different from electromagnetism. Just like the magnetized needle on a compass is capable of sensing this field, for some reason I can sense the \u0027field of magic\u0027. \nWhen I started this journey, I was just a magnetized needle, but my own field is getting stronger, I can sense it.\nI should be careful, though, the cube I encountered in the sky islands was full of astral powers, so much that it eventually rebelled against its creators. I see why the testificate astral mages were banished to the sky islands, life, even when created artificially, should not be controlled.", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:dungeon_block" - }, - "name:8": "A Brick Life" - } - }, - "questID:3": 213, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "aether_legacy:dungeon_block" - }, - "TrophyName:8": "Bronze Dungeon Explorer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:dungeon_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2134.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2134.json deleted file mode 100644 index cf2b8f62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2134.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:second_order_mythic_fractal" - }, - "name:8": "Second Order Fractal" - } - }, - "questID:3": 2134, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:second_order_mythic_fractal" - }, - "TrophyName:8": "Tier 2 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:second_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2135.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2135.json deleted file mode 100644 index 067452f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2135.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_star" - }, - "name:8": "Lovely Jailers" - } - }, - "questID:3": 2135, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2136.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2136.json deleted file mode 100644 index 20595da3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2136.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 2135 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_imprisonment_gem" - }, - "name:8": "Imprisoning Recursive Beings" - } - }, - "questID:3": 2136, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursive_imprisonment_gem" - }, - "TrophyName:8": "Prison, Sweet Prison", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_imprisonment_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_recursiveimprisonment" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2137.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2137.json deleted file mode 100644 index ed0aa9eb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2137.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runic_ore" - }, - "name:8": "Useless Ore?" - } - }, - "questID:3": 2137, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runic_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2138.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2138.json deleted file mode 100644 index 22cc4cfd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2138.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 2137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandium_ingot" - }, - "name:8": "The Power of Runes" - } - }, - "questID:3": 2138, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:runandium_ingot" - }, - "TrophyName:8": "Runic Excavation", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandium_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_runicore" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/214.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/214.json deleted file mode 100644 index ffe9f919..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/214.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 724 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Having access to a universe-spanning civilization sure has its perks. At some point in their history, the bees had worked with the Arbiter, the guardian deity of Terra, on a magic tree, capable of partially harnessing the power of infinite energy.\nThe catalyst to activate it? A chicken!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:innerved_sky_stone" - }, - "name:8": "The Tree of Life" - } - }, - "questID:3": 214, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "contenttweaker:innerved_sky_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:innerved_sky_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2140.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2140.json deleted file mode 100644 index 7d2fc99d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2140.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 428 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lyndenwyrm_warper" - }, - "name:8": "A Land of Power" - } - }, - "questID:3": 2140, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lyndenwyrm_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2141.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2141.json deleted file mode 100644 index d2bc2e7e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2141.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 2140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wyvern_monument_activation_fabrial" - }, - "name:8": "The Lost Power of Wyverns" - } - }, - "questID:3": 2141, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fragment_of_creation" - }, - "TrophyName:8": "Nature Incarnate", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wyvern_monument_activation_fabrial" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:shard_of_a_fallen_spren" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_wyvernmonument" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2142.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2142.json deleted file mode 100644 index dbeaa261..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2142.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 2141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_wyvern_callstone" - }, - "name:8": "The Ancient Wyvern" - } - }, - "questID:3": 2142, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_wyvern_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:headstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2143.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2143.json deleted file mode 100644 index c0b27ab8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2143.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This place, this strange asteroid belt, this is where the Arbiter came up with Fluix, his gift to the Testificates of Terra.\nThings are starting to make sense now, and I think I am starting to see the role I am supposed to play in this story.\nHow did I not see it before? \nThe Arbiter is the master of Fluix; I have been the first person since their fall that has built anything using fluix. \nThe Arbiter was a builder. I have built a large industrial base.\nThe arbiter was there to protect the Testificates, and was ready to die for them...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:reactive_fluix" - }, - "name:8": "He Who Made Fluix" - } - }, - "questID:3": 2143, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:reactive_fluix" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2144.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2144.json deleted file mode 100644 index ec4e9828..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2144.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconium_ingot" - }, - "name:8": "Draconian Influence in the Belt" - } - }, - "questID:3": 2144, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:stormlight_infused_crystal" - }, - "TrophyName:8": "Draconically Ascended", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconium_ingot" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconic_alloy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2149.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2149.json deleted file mode 100644 index 4a42eb95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2149.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 2143 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:oblivion_candle" - }, - "name:8": "The Dealer of The Pact" - } - }, - "questID:3": 2149, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:oblivion_candle" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:oblivion_catalyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_oblivioncandle" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/215.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/215.json deleted file mode 100644 index 1cba5f33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/215.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 92 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWoot mobfarms work by repeating the same loot of the first 100 kills of a given mob.\n\nBecause of this, if a mob has rare loot, it is possible that what you are looking for will not show up.\n\nIf that happens you can use this item to reset ALL Woot pools.\n\nSince this does it for every woot farm, it may cause lag if you have lots of Woot farms currently running.", - "icon:10": { - "Count:3": 1, - "id:8": "woot:xpshard" - }, - "name:8": "Where\u0027s my Loot", - "repeattime:3": 1000 - } - }, - "questID:3": 215, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:woot_flusher" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2150.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2150.json deleted file mode 100644 index 78dcdc7d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2150.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 2149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:oblivionaire_callstone" - }, - "name:8": "The Spectral Dragon Tamer" - } - }, - "questID:3": 2150, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:primordial_catalyst" - }, - "TrophyName:8": "Oblivion Tamer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:oblivionaire_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:coralium_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/216.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/216.json deleted file mode 100644 index df398047..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/216.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 202 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMake this to find locations in the twilight forest.\nThe normal progression gating in the dimension is disabled, but the quests will have a thematic order.\n\n§fThe Twilight Forest, a tidally locked planet in a far (far) away system. This is where Terra crabs are from. Oh and the crimson cult too, well, I think? They are a mysterious bunch, and they aren\u0027t too keen on sharing details.\nAnyhow, the nature of this planet is very peculiar. Being tidally locked, like the moon of earth, part of the planet is always illuminated, and part of it is always in darkness. Worlds like this one have been observed extensively by many space telescopes, but it feels unreal to be actually here. Do I miss my family, my friends back on Earth? Absolutely, but I guess I am happy I got to see this place, so different, so beautiful, and a part of me is glad I got to experience this, even if it meant losing my loved ones.\nWhile the bright and dark of the planet are likely too hot and too cold to be survivable, there exist areas of eternal twilight, neither day nor night, where the climate is favorable, and where life can flourish.\n", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:magic_map_empty" - }, - "name:8": "Magic Map" - } - }, - "questID:3": 216, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:twilight_sapling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "twilightforest:twilight_sapling" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "twilightforest:twilight_sapling" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "twilightforest:twilight_sapling" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "twilightforest:twilight_sapling" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:magic_map_empty" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2161.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2161.json deleted file mode 100644 index 3a0c516d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2161.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 291 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:third_order_mythic_fractal" - }, - "name:8": "Third Order Fractal" - } - }, - "questID:3": 2161, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:third_order_mythic_fractal" - }, - "TrophyName:8": "Tier 3 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:third_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2162.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2162.json deleted file mode 100644 index 47730182..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2162.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gravitational_callstone" - }, - "name:8": "The Splitter" - } - }, - "questID:3": 2162, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gravitational_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2163.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2163.json deleted file mode 100644 index 8b13d882..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2163.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 2162 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:warren_splitter_fabrial" - }, - "name:8": "Splitting Warrens" - } - }, - "questID:3": 2163, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:warren_splitter_fabrial" - }, - "TrophyName:8": "To the Left, To the Right", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:warren_splitter_fabrial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2164.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2164.json deleted file mode 100644 index 269d04e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2164.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:key_of_flesh_dominion" - }, - "name:8": "Domain of Flesh" - } - }, - "questID:3": 2164, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:key_of_flesh_dominion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2165.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2165.json deleted file mode 100644 index fe644d1c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2165.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 2164 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:paradigm_of_dominion" - }, - "name:8": "Contorting Misshapen Bodies FTW" - } - }, - "questID:3": 2165, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:paradigm_of_dominion" - }, - "TrophyName:8": "I C U", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:paradigm_of_dominion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2166.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2166.json deleted file mode 100644 index fa3b8340..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2166.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 2167 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_of_war" - }, - "name:8": "*deep inhale* WAR!" - } - }, - "questID:3": 2166, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_of_war" - }, - "TrophyName:8": "For Paradis!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_of_war" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2167.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2167.json deleted file mode 100644 index 57bea85d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2167.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:warlord_callstone" - }, - "name:8": "The Warlords" - } - }, - "questID:3": 2167, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:warlord_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:stone_of_anima" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_stoneofanima" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2168.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2168.json deleted file mode 100644 index 2cabf110..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2168.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 2169 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_colonial_servitude" - }, - "name:8": "Simp Army OP" - } - }, - "questID:3": 2168, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:will_ensnaring_fabrial" - }, - "TrophyName:8": "Squirrel In My Pants!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_colonial_servitude" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ensnaring_soul" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:will_ensnaring_fabrial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2169.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2169.json deleted file mode 100644 index d712111a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2169.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:horde_domination_callstone" - }, - "name:8": "A Colony?" - } - }, - "questID:3": 2169, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:horde_domination_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/217.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/217.json deleted file mode 100644 index 0a8a6dc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/217.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§o§7Found in dungeons in the underground of iceika!\n\n§fNot only somebody was able to use wizardry to open wormholes, but this \u0027master of frost\u0027 seemingly subjugated an entire planet to their power, turning it into a desolate icy land.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:snowflake" - }, - "name:8": "Snowy Powers" - } - }, - "questID:3": 217, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "projecte:item.pe_matter" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:snowflake" - }, - "TrophyName:8": "Archer Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:snowflake" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2170.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2170.json deleted file mode 100644 index 86f7f1a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2170.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 77 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I may have just stumbled into a tale as old as the universe itself. Elysium and Tartaros, Order and Chaos, Apollo and Dionysus...\nA tale of taking, and a tale of giving...\nThe tale of the Lord of Gluttony, and the Master of Discipline. A struggle that can never end, as one will always require the other.\nWhat is the purpose of giving, if there is nobody there to take?\nSuch is the balance of the universe, it seems, and yet, this does not stop these two forces from wanting to win over the other.\nThis infortunately, would mean misery for the people of Terra.\nThe one who orders, the one that upholds morality and gives dignity, the Arbiter, came to Terra, and educated the Testificates on the incredible power of the Dimensional Shards that so abundantly appear in the Planet\u0027s Depths, and taught them the wonders of magic and Recursion.\nBut, one day, he who craves, he who desires, the Meatball Man, avatar of gluttony, and lord of the Undead, came to Terra to face his eternal foe.\nWhat followed was an age of fear and conflict. Many became aware of the treasure hidden within Terra, and nothing would ever be the same for the Testificates.\nThe first incursions were pacific, but violence and war quickly ensued, and increasingly more powerful factions started to desire a share of the treasure.\nThe Arbiter, as an act of atonement from bringing in such ruin, offered to fight for Terra, and faced off the Meatball Man.\nWell, I saw the Meatball Man, I faced him, but I have yet to see this Arbiter? What happened?\nAnd what the hell can you do with Dimensional Shards?\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_historian_callstone" - }, - "name:8": "The Fluix Historians" - } - }, - "questID:3": 2170, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "rftools:dimensional_shard" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_historian_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2171.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2171.json deleted file mode 100644 index 615357d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2171.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 2170 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Fluix Historians are an old organization in Terra lore.\nTheir existence as a group of scholars started as the Arbiter came, bringing a new material that started raining on the planet inside meteorites, Fluix.\nThe group of erutites would collect the knowledge and crafts provided by the Arbiter, and regulated the use of these powers to ensure order.\nOnce war came, the order led the Testificates to retaliate, and this effort led to the campaign through the Warper Planes.\nThey are now a smaller, less powerful organization, dwindled to just a few faithfuls, and yet they still carry on their mission to mantain the history of the Arbiter alive.\nWhen I asked the historian what had happened to their guide, I got no answers...\nThe testificate seems to like me though, and he asked some questions about how I ended up in Terra. Very, very specific questions, now that I think of it...\nWhy would it be important that my wormhole opened next to a sky stone asteroid?\nAnyhow, I got my hands on some Arbiter tech, and it\u0027s quite awesome!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:digital_matter_transmission_module" - }, - "name:8": "Arbiter Tech is the Best Tech" - } - }, - "questID:3": 2171, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:digital_matter_transmission_module" - }, - "TrophyName:8": "Come to me, all ye items", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:digital_matter_transmission_module" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:attuned_fluix_construct" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_attunedfluixconstruct" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2181.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2181.json deleted file mode 100644 index 87b01af7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2181.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 339 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As expected, the hosts that periodically cover Terra in creepers are from Creeponia. No surprises there.\nWhat is surprising about them, though, is that the ones invading Terra are much less powerful that the one I encountered here, almost as if Shyre forces were holding back, while still showing what they are capable of. \n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:flying_gunpowder" - }, - "name:8": "Flying is just Exploding with Style" - } - }, - "questID:3": 2181, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:flying_gunpowder" - }, - "TrophyName:8": "Boom, err, Woosh", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:flying_gunpowder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2182.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2182.json deleted file mode 100644 index 04dca7d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2182.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 336 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The vast majority of the life in the Deeplands is consciously committed to the cause of the Shyre Empire, but there still seems to be a small percentage of it that is free to act on its own, even though it is just doing critter things.\nThe critters here are different in other ways as well, as they seem to hold a strange metal in their cores. It resembles a rough steel alloy, but it is fully made through organic processes.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_iron_shard" - }, - "name:8": "Deep Critters" - } - }, - "questID:3": 2182, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wrought_iron_shard" - }, - "TrophyName:8": "Quick, pick it!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_iron_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2183.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2183.json deleted file mode 100644 index 9e64fe1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2183.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 472 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Gardencia magicians seem to have spent some time working on special recursive materials. Rosidian is indeed quite interesting, it has properties very similar to the soul manipulation abilities I was given through the Meatball Man.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:rosidian_ingot" - }, - "name:8": "Floral Alloying" - } - }, - "questID:3": 2183, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:rosidian_blend" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:rosidian_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_rosidianblend" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2184.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2184.json deleted file mode 100644 index 51f5dc22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2184.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 2183 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "One of the well-guarded secrets of Gardencia, Rosidian Metal, was itself a key to another secret. Another powerful bee taken from the Bubbell Alliance.\nOriginally coming from a being not unlike the Meatball Man, or even the Meatball Man himself, the powers of the Deep-Learner bee were being used to augment the abilities of the creatures of Gardencia, bosting their food-replicating abilities.\nI really have to thank my bee friends, their ability to attune to magical fields and recursion is incredible!\nSure, soul manipulation is not necessarily a morally righteous power, and maybe I should be more weary of anything coming from the Meatball Man, but it has had so many incredible uses.\nMy factories have grown dependent on monster automation, and thanks to my bee friends, I can set up my models even more easily!", - "icon:10": { - "Count:3": 1, - "Damage:2": 14018, - "id:8": "gendustry:honey_comb" - }, - "name:8": "Deep Knowledge" - } - }, - "questID:3": 2184, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:rosidian_blend" - }, - "TrophyName:8": "Bee smart!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:deep_knowledge_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 14018, - "id:8": "gendustry:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2185.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2185.json deleted file mode 100644 index d3a10fa1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2185.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:stormlight_infused_crystal" - }, - "name:8": "Charged up!" - } - }, - "questID:3": 2185, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:stormlight_infused_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2186.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2186.json deleted file mode 100644 index f30abd3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2186.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 305 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fourth_order_mythic_fractal" - }, - "name:8": "Fourth Order Fractal" - } - }, - "questID:3": 2186, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fourth_order_mythic_fractal" - }, - "TrophyName:8": "Tier 4 Fractal Boi", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fourth_order_mythic_fractal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/219.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/219.json deleted file mode 100644 index 208d5230..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/219.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the pyramid in the deep dark.\n\n§fA couple of these Testificate secret research organizations seem to be based in the deep dark undergroud caves of Terra. And wow, one of them deals with Dimensional Shards! Finally a clue about what they do!\nIn small quantities, much smaller than what I initially expected, they can be used to embed intelligence into inhanimate matter. Intellingence, not consciousness, but this is quite incredible! No need for neural networks, or even computers! Creating robots with minimal effort! WOW!\nAt some point in the past, a Testificate scholar came up with a way to create an automaton capable of refining Shards into ingots, which are in turn used to build the golems that guard all the towers found all around Terra. These golems can create more ingots, which are used to make more golems, leading to a divergent recursive loop, all under the control of this Testificate group.\nThis appears to be one of the main ways of Testificate warfare, where golems are allowed to spread into enemy territories very quickly. The downsides, the golems themselves are not particularly strong or apt fighters, they are fairly easy to defeat, and they are not easily programmed to recognize froend from foe.\nAnd I am sure that this is not the sole application of Dimensional Shards, if small amounts can do this, what about the massive quantities the invaders of Terra are trying to secure?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dimensional_ingot" - }, - "name:8": "Dimensional Ingot" - } - }, - "questID:3": 219, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dimensional_ingot" - }, - "TrophyName:8": "Dimensional Golem Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dimensional_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2192.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2192.json deleted file mode 100644 index c339a1b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2192.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 719 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Blood God of Orcus told me of this. One of the demons imprisoned in Haumea, Baku, holds they key for a useful blood ritual. Life essence should be a bit more convenient now!\nEldritch beings come in all sorts of shapes and sizes, but why an elephant? I don\u0027t get it.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:demon_stone" - }, - "name:8": "For the Blood God" - } - }, - "questID:3": 2192, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:demon_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2193.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2193.json deleted file mode 100644 index 90a3006b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2193.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 711 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Something should be noted about the God of the Realmshifters. A figure of Trinity that even the bees revere, starkly resembling the Christian God on Earth. This God seems to be at the base of the culture of selflessness that guides Realmshifter civilization.\nThey claim their alchemical powers, which allowed them to create fiery pyrite, come from this Trinity.\nI myself have asked myself where my affinity to magic comes from, especially with respect to alchemy, which I have seen nobody else perform outside of the Realmshifters.\nTestificates can be trained in all magical arts, but to them, alchemy, the principles of equivant exchange, are nothing but unreachable mysteries. To me it comes easy, to them, it is impossible. It is undeniable that it requires some sort of \u0027gift\u0027, but where does this gift come from?\nWhen I asked the Realmshifters about this, I did not get an answer. But they all smiled, and laughed with joy.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sparkled_oak_planks" - }, - "name:8": "Sparkled" - } - }, - "questID:3": 2193, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sparkled_oak_planks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_sparkledoak" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2196.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2196.json deleted file mode 100644 index 5e348d16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2196.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 1817 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It\u0027s not snow! It\u0027s more furnaces (of course)!\nIt\u0027s not just tiny granular furnaces, now there\u0027s tiny crystallized furnaces.\nOne fiend in particular seems to be tied to these tiny furnaces. This one seemed even more \u0027loopy\u0027 than the ones I\u0027ve met before.\nWhile being capable of teleportation and other wonderful powers, one and only one thing drove this creature.\nAnd who can blame it, furnaces are awesome! And there is really nothing more to it, who wouldn\u0027t love furnaces?!?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:whitefire_callstone" - }, - "name:8": "Furnace Snow" - } - }, - "questID:3": 2196, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "divinerpg:whitefire_furnace" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:whitefire_furnace" - }, - "TrophyName:8": "Wonderful Whitefire Warrior", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:whitefire_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:whitefire_ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2197.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2197.json deleted file mode 100644 index c7af5ecf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2197.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 2196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ultimate furnace is incredibly fast.\n\n§fOk, there may be something more to it. I feel like I am getting carried away, my desires seem to have lost their guide.\nI crave the furnace world, and yet, once I am there, I do not feel satisfied. This feels like drugs, and nothing that feels like drugs can be good. I will have to find some tricks to prevent this obsession from taking control.\nIt sure is going to be hard to stay in control, especially when the furnace world has been able to give me these amazing gadgets!", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ultimate_furnace" - }, - "name:8": "Furnace Potential" - } - }, - "questID:3": 2197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ultimate_furnace" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:inferium_furnace" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ultimate_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2198.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2198.json deleted file mode 100644 index 2375e899..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2198.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 97 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Meatball Man has a mighty army, mostly composed of undead who, for some reason, have to follow his rule.\nThey definitely seem unwilling to submit to his rule, and yet they are unable to escape it.\nMany of them are nothing more than mere cannon fodder, and yet some serve higher purposes.\nOne of them is a botanist, how unexpected!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vegetarian_sentient_meatball" - }, - "name:8": "Meatball Botanist" - } - }, - "questID:3": 2198, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:vegetarian_sentient_meatball" - }, - "TrophyName:8": "Vegetarian Meatballs FTW", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:undead_botanist_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "crimsonwarfare:boss_activator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2199.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2199.json deleted file mode 100644 index 9a2b3bee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2199.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 2198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This feels strange. Why have such a powerful meatball being to guard some trees?\nThe importance of things is often not obvious, are trees somehow involved in this \u0027supreme power\u0027 struggle I became part of?\nAfter finding out the importance of seemingly stupid things like meatballs, I\u0027d better hold on to these saplings!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:forbidden_garden_callstone" - }, - "name:8": "AllTheTrees" - } - }, - "questID:3": 2199, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "forestry:fruits" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:forbidden_garden_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/22.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/22.json deleted file mode 100644 index 00a3f535..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/22.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe more you fish, the better the loot!\n\n§fWho would\u0027ve though fishing magic was a thing?", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:fish" - }, - "name:8": "Hauling Skill" - } - }, - "questID:3": 22, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:fishing_rod" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/220.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/220.json deleted file mode 100644 index 3fa90dad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/220.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 333 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While the being behind the corruption of the Abyss appears to be somewhat intangible, something like Ashora or the elusive Oblivionaire in the Abyssal Wastelands, it has a form that is perceivable in the three-dimensional world I inhabit.\nThis form is of large flesh tendrils originating from somewhere inside the world. Its minions inhabit these tendrils, and they hold some secrets I was able to discover.\nThis flesh is in itself recursive, which is strange. I am recursive, but every time I return my remains are not, and neither are the remains of any of the enemies I have slain so far. Remains like the divine shards have properties that are useful for magic, but they are not themselves magic. The flesh of this being, though, is in itself an agent of magic, capable of controlling the world around it, as if it had a will, even when hacked off.\nThis can be used, I think, for some weapon-making.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_flesh" - }, - "name:8": "Abyssal Tendrils" - } - }, - "questID:3": 220, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:abyssal_flesh" - }, - "TrophyName:8": "Abyssal Disinfectant", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_flesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2201.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2201.json deleted file mode 100644 index d9a21f92..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2201.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 2141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaotic_poppet" - }, - "name:8": "The Poppet" - } - }, - "questID:3": 2201, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconian_prison_key" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaotic_summoner" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaotic_poppet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2219.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2219.json deleted file mode 100644 index ccfd60dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2219.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 398 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cosmic_fabric" - }, - "name:8": "Cosmic Meteors" - } - }, - "questID:3": 2219, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cosmic_gem" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:cosmic_fabric" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/222.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/222.json deleted file mode 100644 index c1fcafc6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/222.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe sapling dropped by the large mask can be used to make fruits in a phytogenic insolator.\n\n§fThere are many outsiders that seem to be interested in dominion over Terra. These dark druids are very particular, very strange...\nThe evil masters of the book of the dead have agreed to some sort of pact, and allowed the druids to bind their world to terra.\nI\u0027m not really sure how something like this may be possible, but this connection is not a simple wormhole. \nBy being able to connect and reshape the dimensions of space, the swamp world the druids inhabit is now \u0027in between\u0027 the space we live in.\nHow do I know this? I don\u0027t know, but the tree for some reason seemed to recognize me...\n", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:sapling_spirit_tree" - }, - "name:8": "Evil Trees" - } - }, - "questID:3": 222, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:sapling_spirit_tree" - }, - "TrophyName:8": "Spirit Tree Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:sapling_spirit_tree" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_1" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2220.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2220.json deleted file mode 100644 index 22a0cf2e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2220.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 2168 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 14020, - "id:8": "gendustry:honey_comb" - }, - "name:8": "Soul-Sucking, Just like Streaming on Twitch" - } - }, - "questID:3": 2220, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:soulsucking_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 14020, - "id:8": "gendustry:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2221.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2221.json deleted file mode 100644 index e1887555..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2221.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 2165 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:abominable_egg" - }, - "name:8": "The Abominable Chick" - } - }, - "questID:3": 2221, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fesh_abomination_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:abominable_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2228.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2228.json deleted file mode 100644 index 6ff3ad06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2228.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 260 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As the transformation started, as the Crimson Cult unveiled their true intents, an oath was forged. \nA powerful bee, who had the magical ability to open up portals into new worlds, decided to to devote herself to help out the dwindling forces of the Twilight forest. Opening a portal to bring in a champion from a different world, one that would not be affected by the transformation spell.\nThe oath was forged, and the portal setup, and yet, mere moments before it opened, the Crimson Cult came in, and put an end to the ritual.\nBees, from what I have seen, have a very strong code of honor. It was probably her who led the now transformed crabs to Terra.\nEven now, corrupted and turned into a creature of darkness, the one who was in charge of performing the ritual, still held on to the ritual materials. If this being alone could remain faithful to this mission, so I too will persevere.\nThis immortality I have, this recursive cycle of life and death, is a way to right the wrongs I see around me, to fight for those that could not keep up with the shameful masters of their fate.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:broken_oath" - }, - "name:8": "Failures and Oaths" - } - }, - "questID:3": 2228, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:broken_oath" - }, - "TrophyName:8": "Almost Isekai", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:broken_oath" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:crepuscular_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2236.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2236.json deleted file mode 100644 index b2a37779..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2236.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 299 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thebetweenlands:lurker_skin_pouch" - }, - "name:8": "Skipping the Nightmare" - } - }, - "questID:3": 2236, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:secret_lurker_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thebetweenlands:lurker_skin_pouch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2238.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2238.json deleted file mode 100644 index 2061eb2b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2238.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe seared furnace uses lava to run, and can process multiple items in parallel.\n\nIt can be built out of any cubic shape, as long as the interior is empty, and the seared tank is located on a corner. The bigger, the more parallel recipes it can perform.\n\n§fHaving good bricks to build a furnace is also great for more mundane smelting tasks!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:seared_furnace_controller" - }, - "name:8": "Good Good Smelting (for now)" - } - }, - "questID:3": 2238, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:seared_furnace_controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2239.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2239.json deleted file mode 100644 index 69b20869..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2239.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 417 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ghoul_spirit" - }, - "name:8": "Runicorn Powers" - } - }, - "questID:3": 2239, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ghoul_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_ghoulspirit" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/224.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/224.json deleted file mode 100644 index d7a1b7c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/224.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "preRequisites:11": [ - 210 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can use the wizards book on the parasecta and dramix altar to summon the two bosses.\n\n§fThe twilight horde must pay for this! \nThis place has rulers, time to get rid of them! I have serious doubts I can do anything to address the vastness of this place, or even change how thing are here, but hopefully breaking the chain of command can bring some relief to the enslaved beings of this world.\nHopefully the Twilight Horde will bring their wrath on me instead of them. I am starting to doubt my capabilities, though. Fighting big insects? That I can do. Destroying an infinite fortress sitting somewhere in a space-time anomaly? No idea how to deal with that!\nIt is evident I will have to come up with better tools for both understanding and using the forces of this universe. It is clear I need to know more!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:dungeon_tokens" - }, - "name:8": "The Twilight Horde must pay!" - } - }, - "questID:3": 224, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dramix_skin" - }, - "TrophyName:8": "Dramix Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:parasecta_wing" - }, - "TrophyName:8": "Parasecta Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:dungeon_tokens" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:parasecta_wing" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:dramix_skin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2240.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2240.json deleted file mode 100644 index d50702af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2240.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 1397 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Why won\u0027t the Meatballs leave me alone?! I swear they seem to exist solely to torment me.\nThe Meatball Man has a lot of power and influence, at least comparable with the Twilight Horde, but all his forces do is toy with me, and nobody else.\nThe undead forces and the other Meatball creatures are only interested in me and the Testificates, and they don\u0027t seem to want anything beyond torment. Why don\u0027t they build empires or search for resources like the other people that are high on the Kardashev scale? They just cause chaos. \nWell, to be fair, it is very possible I am not seeing the big picture of the Meatball Man\u0027s plans, but it feels like I am interacting with a very bored kid during school, just trying to find something to do to be entertained.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:meatball_man_charm" - }, - "name:8": "This is Wrong, but so Right!" - } - }, - "questID:3": 2240, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_sentient_meatball" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:meatball_man_charm" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_loop_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:tainted_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2243.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2243.json deleted file mode 100644 index ae9643be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2243.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTime to start automating fission if you haven\u0027t started already! Check the §cEnergy Sources §7§oquests and the tips item!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:californium" - }, - "name:8": "Fission Automation" - } - }, - "questID:3": 2243, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:berkelium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:californium" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fission_automation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/225.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/225.json deleted file mode 100644 index d9891f5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/225.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 197 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in a giant tree in the ulterior outback.\n\n§fWhile bugs on Terra seem to be fairly friendly to each other, things on the other side of the wormhole, in Erebus, are a bit more complex.\nArthropods are not universally peaceful towards each other, but the threat of a possible bigger harm, in the form of a giant tarantula witch, was enough to force an unwanted peace.\nMultiple factions still engage in skirmishes, but the threat of the Brood Mother seems enough to allow for a united front with regards to the invasion of Terra.", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:tarantula_egg" - }, - "name:8": "Queen of Spiders" - } - }, - "questID:3": 225, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "erebus:tarantula_egg" - }, - "TrophyName:8": "Tarantula Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:tarantula_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tarantula_callstone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2250.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2250.json deleted file mode 100644 index 2f43b02e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2250.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 305 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - }, - "name:8": "Botanical Dreams and Nightmares" - } - }, - "questID:3": 2250, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:botanical_dream_stone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:botanical_nightmare_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2251.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2251.json deleted file mode 100644 index 27911d04..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2251.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse these to recycle unwanted books into goodies!\n\n§fMagic sure is cool, but it does take up a lot of space, ugh.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:spell_recycling_crystal" - }, - "name:8": "Decluttering" - } - }, - "questID:3": 2251, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_life_2" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:spell_recycling_crystal" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dispelling_manuscript" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_spellrecyclercrystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2254.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2254.json deleted file mode 100644 index 95ebb0d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2254.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mowziesmobs:barako_mask" - }, - "name:8": "Artificial Sun" - } - }, - "questID:3": 2254, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mowziesmobs:barako_mask" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/226.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/226.json deleted file mode 100644 index fb272823..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/226.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the unfathomatoble breaker to open the unfathomatoble gate in the deep dark.\n\n§fIt is no mystery that there are periods of testificate history they themselves regret, but I may have stumbled into something that was traight up erased from their annals.\nThe core of the bewitched arts revolves around demonology, and pacts, and yet, this specific pact was forgotten, or hidden.\nThe testificates, from what I have seen, have always been aware of the existence of Dimensional Shards, and yet none of them appeared to want to use their powers.\nAt some point in their history, though, long before the invasions, someone on Terra tried to get access to the power of Shards, and they brought forth a demon to obtain the knowledge to use them.\nThe riddles of the beast were unclear, but a name was clearly spoken. The Arbiter.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:demonic_manastone" - }, - "name:8": "Demonic Manastone" - } - }, - "questID:3": 226, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:demonic_manastone" - }, - "TrophyName:8": "Demon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:demonic_manastone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2260.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2260.json deleted file mode 100644 index 658c3ec0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2260.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:corrupted_divine_ore" - }, - "name:8": "Divine Stones" - } - }, - "questID:3": 2260, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:terran_divine_ore" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:shadow_divine_ore" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:molten_divine_ore" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:jungle_divine_ore" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:ice_divine_ore" - }, - "5:10": { - "Count:3": 1, - "id:8": "contenttweaker:ender_divine_ore" - }, - "6:10": { - "Count:3": 1, - "id:8": "contenttweaker:corrupted_divine_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2261.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2261.json deleted file mode 100644 index 7865fa41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2261.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 371 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:warren_blindfold" - }, - "name:8": "Monolith Removal Unit" - } - }, - "questID:3": 2261, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:warren_blindfold" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:eye_of_limbo" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_warrenblindfold" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2262.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2262.json deleted file mode 100644 index f855d770..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2262.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1371 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:monumentally_sentient_meatball" - }, - "name:8": "Meatball Man Fan Club" - } - }, - "questID:3": 2262, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:monumentally_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_monumentallysentientbeatball" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2263.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2263.json deleted file mode 100644 index 2f5d31ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2263.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe §cLogistics and Organization §7§oquest tab has a list of all available energy storage options.\n\nHeads up, the draconic energy orb is craftable in chapter 2 :)\n\n§fEnergy storage has been, and still is, a long-standing problem for humanity. If only we had dragons on Earth!\nWhatever entropy magic dragons on the end islands use, it makes energy storage very effective!", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_storage_core" - }, - "name:8": "Massive" - } - }, - "questID:3": 2263, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "draconicevolution:draconium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_storage_core" - }, - "1:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_pylon" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "draconicevolution:particle_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_energy_ball" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2264.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2264.json deleted file mode 100644 index 682f62ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2264.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2262 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:paparazzi_camera" - }, - "name:8": "Papa Papa Paparazzi" - } - }, - "questID:3": 2264, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:paparazzi_camera" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2265.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2265.json deleted file mode 100644 index 1fc30803..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2265.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "preRequisites:11": [ - 152 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomating essentia is a good idea by now! The quest can be compelted using any pods!\n\nCheck out the explanation items for setup ideas!\n\n§fMagic, once so esotheric, is starting to make a bit more sense! The laws of Thaumaturgy, now that they are understandable, can be used in similar ways to other natural laws, to make machines.\nThe more machines I can make, the less manual labor I will have to deal with!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:vis_pod", - "tag:10": { - "Aspect:8": "aer" - } - }, - "name:8": "Good to Automate Essentia" - } - }, - "questID:3": 2265, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "thaumadditions:vis_pod", - "tag:10": { - "Aspect:8": "caeles" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 64, - "id:8": "thaumadditions:vis_pod", - "tag:10": { - "Aspect:8": "aer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:essentia_management" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:full_essentia_automation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2267.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2267.json deleted file mode 100644 index 20cc8788..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2267.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 651, - "id:8": "extendedcrafting:singularity_custom" - }, - "name:8": "Divine Divination" - } - }, - "questID:3": 2267, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "divinerpg:divine_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 651, - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2268.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2268.json deleted file mode 100644 index 19dc5244..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2268.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 367 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:energetic_prison_key" - }, - "name:8": "The Mighty Energy Queen" - } - }, - "questID:3": 2268, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:energetic_prison_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/227.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/227.json deleted file mode 100644 index ed55311b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/227.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 199 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLarge gold-colred tamples floating on clouds. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fI was not expecting this! Out of the many creations that the banished testificates of the past left, there are organic beings.\nFrom what I was able to collect, the banished society (if we can call it that) that formed on the aether islands was dominated by male testificates, who believed that they had greater mastery over magic than the females. \nIn an act of rebellion, a group of powerful female sorcerers decided to unleash their destructive powers. Something, though, went wrong. The power they had unleashed was too much for them, and consumed them. \nThey gained a type of immortality similar to mine, but completely lost their own will, turning into bloodthirsty warriors that only seek more enemies. \nIt seems like the power of each individual has a certain limit that should not be crossed. \nIs this limit chosen by nature? Or can it be pushed further?", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "aether_legacy:dungeon_block" - }, - "name:8": "Corrupt Greatness" - } - }, - "questID:3": 227, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 2, - "id:8": "aether_legacy:dungeon_block" - }, - "TrophyName:8": "Silver Dungeon Explorer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "aether_legacy:dungeon_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2270.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2270.json deleted file mode 100644 index 17d48552..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2270.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:flesh_of_the_gluttonous_one" - }, - "name:8": "Flesh Botanists made an Ooopsie" - } - }, - "questID:3": 2270, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluit_of_flesh" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:flesh_of_the_gluttonous_one" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2271.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2271.json deleted file mode 100644 index 2109ce25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2271.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 2196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I am not the only one that is seeking more furnaces!\nThe fiends I have been fighting were all like me, drawn by the awesomeness of furnaces!\nThis awesomeness, though, comes with a price, and a heavy one, for those who are not worthy of handling it. The furnaces can take control over you, and turn you into a mindless husk, enslaved to their will, whatever that may be.\nPower and greatness being a source of corruption I understand, and I can definitely say I felt it (who wouldn\u0027t?!?); what I do not understand, is how does one escape this call?\nPower from other sources seems to be pointless; the Hellfire being I just faces has a might like no other I have seen, and yet it seemed like nothing in comparison to the call of the furnace dimension. \nI am definitely facing something I am not ready to best, I think it will be good to leave the furnace dimension be until I can understand what is going on...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:infernal_furnace_callstone" - }, - "name:8": "Dangerous Furnaces are Dangerous" - } - }, - "questID:3": 2271, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:infernal_furnace_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:demonic_ember" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2273.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2273.json deleted file mode 100644 index 7cff7adf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2273.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 2270 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_sentient_meatball" - }, - "name:8": "Harbinger Meatballs" - } - }, - "questID:3": 2273, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:monumental_meatball_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2274.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2274.json deleted file mode 100644 index 26f97681..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2274.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:furnace_secret_callstone" - }, - "name:8": "The Greatest Furnace Master" - } - }, - "questID:3": 2274, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:furnace_secret_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2275.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2275.json deleted file mode 100644 index 4f64b41c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2275.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crownite_chunk" - }, - "name:8": "Chargest" - } - }, - "questID:3": 2275, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crownite_chunk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2276.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2276.json deleted file mode 100644 index 822e545d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2276.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaosstrikium_cluster" - }, - "name:8": "Chaotic Darkness" - } - }, - "questID:3": 2276, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:chaosstrikium_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2277.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2277.json deleted file mode 100644 index 645c2995..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2277.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cactium_sliver" - }, - "name:8": "The Master of Camouflage" - } - }, - "questID:3": 2277, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cactium_sliver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2278.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2278.json deleted file mode 100644 index 438e9cc2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2278.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 364 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:thrallium_fragment" - }, - "name:8": "The Enthralled Warrior" - } - }, - "questID:3": 2278, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:thrallium_fragment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/2279.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/2279.json deleted file mode 100644 index b94d0459..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/2279.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 372 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Some people just refuse to quit. Despite the fall of its empire, its Warden keeps on fighting.\nI have to say, I almost respect his commitment, no matter how many times I defeat him, he keeps coming back, and he keeps fighting. This is one stubborn recursive dude.\nWell, at least there is something to be gained from this.", - "icon:10": { - "Count:3": 61, - "id:8": "contenttweaker:deknighting_stick" - }, - "name:8": "Warden Keeps Wardening" - } - }, - "questID:3": 2279, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:summons_of_the_shyre_warden" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:deknighting_stick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/228.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/228.json deleted file mode 100644 index 391962ef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/228.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDropped by crimson portals, or by the bosses spawned by the pedestals found in teh world.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:primordial_pearl" - }, - "name:8": "Primordial Powers" - } - }, - "questID:3": 228, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thaumcraft:primordial_pearl" - }, - "TrophyName:8": "Meeting the Crimson Cult", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:primordial_pearl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/229.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/229.json deleted file mode 100644 index c0bae642..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/229.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 201 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the vengeance and retaliation keys on top of the nether.\n\n§fThe testificates, all things considered, are a very \u0027reasonable\u0027 people. Considering the amount of incredible powers this people has encountered, it is interesting to see how they dealt with the threats of mass destruction. No testificate equivalent of nukes, despite having more than enough means to create even more destructive things.\nWhatever the main cultural values of testificate civilization may be, something instilled the idea that power corrupts, and it is evident while listening to any testificate narrate their history. Even more remarkable, is the lack of any apparent government in testificate society.\nI still think that something is being hidden from me, probably some story where the testificates indeed sought power, but I do appreciate their commitment to only use power when absolutely necessary.\nOne of these sources of power, apparently left there for emergencies, was hidden in the nether caves, and should come in handy for some more powerful blood magic.\nWhat confuses me is why not use these powers against the invaders of Terra? ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "name:8": "Crystal Clusters" - } - }, - "questID:3": 229, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "TrophyName:8": "Crystal Conqueror", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:demonic_crystal_cluster" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:vengeful_crystal_cluster" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:destructive_crystal_cluster" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:steadfast_crystal_cluster" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:corrosive_crystal_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/23.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/23.json deleted file mode 100644 index 9e12b123..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/23.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe more you mine, the better the random drops and luck.\n\n§fThe energy of this new magic is very conceptual, it seems. It has specific rules, but these rules directly relate to emerging concepts. When I mine, I get stuff that weren\u0027t there, but what does \u0027mine\u0027 mean? Does this only work on some types of stone, but not others? What if I am using the wrong tool?\nAnd how does the magic force guiding this even know that I am \u0027mining\u0027 as opposed to \u0027logging\u0027?\n", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_pickaxe" - }, - "name:8": "Foraging Skill" - } - }, - "questID:3": 23, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "cobblestone", - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:foraging_loot_table" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/230.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/230.json deleted file mode 100644 index 18b50512..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/230.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 216 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the stone edge mazes.\n\n§fWhile this world, like many others, is linked to Terra through wormholes, it is different than the rest. The crimson cult uses those portals to travel back and forth between the planets, but the general population of the Twilight Forest seems uninterested in the outside conflict. Well, with the exception of crabs...\nInstead, they are going through their own conflict. The land is covered in ruins, hinting at an ancient might, and powerful creatures control specific regions of the world. These creatures hold magic powers of what I call the mythic type, and they seem to hold strong grudges against each other.\nOne of these creatures is a big snake living in a maze. There is no way this creature built the maze itself, so who did? \nWith the exception of the crimson cult, who seem to have their own architecture and infrastructure outside of the proper forest, I have met no sentient life here.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:trophy" - }, - "name:8": "Greatest of snakes" - } - }, - "questID:3": 230, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:naga_scale" - }, - "TrophyName:8": "Naga Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/231.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/231.json deleted file mode 100644 index 4a7d46c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/231.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the temple in the deep dark.\n\n§fBlood magic is quite amazing, but, I won\u0027t lie, it is scary. The act of performing any blood magic, I now know, leaves a permanent mark on you, one that cannot be cleansed nor removed.\nThis curse is everpresent from the first moment the magic is performed, and it does not ever leave the user. In extreme cases, it can even lead to transformations, such as the one I have encountered in the deep dark caves.\nThis probably emans that any sufficiently powerful blood master will end up looking like a body horror. While I definitely appreciate the upsides of this powerful magic, I do not intend to turn into a deformed mass of blood and flesh. No thank you! ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cursed_rock" - }, - "name:8": "Cursed Rock" - } - }, - "questID:3": 231, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cursed_rock" - }, - "TrophyName:8": "Cursed Anemia Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cursed_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/232.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/232.json deleted file mode 100644 index 147e763e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/232.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAssemble the gaia arena and click the beacon with terrasteel.\n\n§fI am missing something, I can feel it. Everything about flower magic points towards a different world. Some traces of it led me to Arcana, but that\u0027s not it. The symbolism surrounding the portal I opened points to Alfheim, the home of the elves in Norse lore.\nAnd yet, no elves, just a magic portal that leads nowhere, and it transforms things. I know this portal should have opened, the way I put it together, the call that resounds in my mind when I get nearby tells me so. But no, something is wrong.\nTo confirm my theory that a world indeed exists on the other side, I tried to send a signal, a message, past its veil.\nSomeone did come, but it was not what I expected. The symbolism, again, points towards Norse mythology; the mother of nature, the goddess of fertility. But the creature I met was definitely not motherly. While I clearly perceived something holy about the enemy I fought, it was clear it has long gone.", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "botania:manaresource" - }, - "name:8": "Gaia Guardian" - } - }, - "questID:3": 232, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 5, - "id:8": "botania:manaresource" - }, - "TrophyName:8": "Tier 1 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "botania:manaresource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/233.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/233.json deleted file mode 100644 index 539dadef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/233.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the staff of iceika to reach to top of the castle of the grand wizard. Stand of the block of bedrock to open the gateway!\n\nYou will need a gravemaster\u0027s key to enter the castle!\n\n§fThe power of wizardry is, well, seemingly unlimited.\nJust like knowledge, an infinite process that tries to approximate reality in increasingly accurate ways, with this type of magic, the sky is the limit.\nThat said, the grand wizard that \u0027created\u0027 the land of Iceika may have flown too close to the sun, and paid the price for risking too much with their experiments.\nIf this is what supreme ice power looks like, I am curious to see what \u0027awakened\u0027 versions of the other branches of wizardry look like.\nDefinitely would be nice to learn how to change the climate of a planet..", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_the_grand_wizard" - }, - "name:8": "Soul of the Grand Wizard" - } - }, - "questID:3": 233, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:soul_of_the_grand_wizard" - }, - "TrophyName:8": "Slayer of the Grand Wizard", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:soul_of_the_grand_wizard" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:dread_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/234.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/234.json deleted file mode 100644 index c4a00764..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/234.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPerform the ritual of the sleeper within the abyssal wasteland.\n\n§fThe necronomicon is, well, evil... The rituals hold a lot of power, but the price you pay is a seemingly permanent scar in the fabric of my being. It feels wrong...\nThat said, corrupting my entire being at least got me closer to answers. Those that control my immortality are higher dimensional beings, existing in multiple 3D \u0027sections\u0027 of reality.\nThanks to these extremely evil, but extremely effective, powers, I\u0027ve been able to open a portal that\u0027ll grant me access to more dimensions of space.\nThis evil, cursed, wasteland is impregnated with the magic that binds my undeath, I feel it in my bones...", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:eoa" - }, - "name:8": "Eye of The Abyss" - } - }, - "questID:3": 234, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "abyssalcraft:eoa" - }, - "TrophyName:8": "Abyssal Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:eoa" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/235.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/235.json deleted file mode 100644 index 74735db0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/235.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrop mummy bait in a betweenlands marsh or sludge plains biome! You can obtain the biome marker from the callstone.\n\n§fSome answers! And even more questions!\nI should have not been able to open the wormhole that led me to Terra, and yet, I was able to do it. The physics made sense, but something was missing. That something is magic...\nIt seems like I also entered a pact with an abyssal being, or someone with powers like theirs. My ability to do magic is what I gained, but the price was my death. I can now touch vis, and open wormholes, but I have to endure the pain of reincarnation.\nThe mummy appeared to have a moment of clarity before its death, it spoke...\n\"We are both alike, we are both enslaved, the power we gained will be our undoing\"\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dreadful_bone" - }, - "name:8": "Forbidden Experiments" - } - }, - "questID:3": 235, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dreadful_bone" - }, - "TrophyName:8": "Dreadful Peat Mummy Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:shimmer_stone", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:mummy_bait" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:dreadful_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_6" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/236.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/236.json deleted file mode 100644 index b5e80b8f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/236.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 206 - ], - "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...", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadkey" - }, - "name:8": "Dread-plagued Gateway Key" - } - }, - "questID:3": 236, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "abyssalcraft:dreadkey" - }, - "TrophyName:8": "Dreadful Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadkey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/237.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/237.json deleted file mode 100644 index 95be5cff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/237.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the sludge menace.\n\n§fI have seen things I never wished to experience. My life is the one of a murderer, and yet, I am enjoying it, in some twisted way.\nDo I wish this fate had fallen on someone else? Yes I do, and yet I am learning so many incredible things.\nMagic can be extremely powerful, and there are levels to it. The sludge creature I fought is powerful, to the point that it can perennially exist in its fortress. And yet, the druids were able to subjugate it into service for the abyssal ones. Was this also part of a pact, or is there something else to it.\nI am also part of some sort of pact, but I cannot remember what I did. Was it when I opened the wormhole, or did it happen long before?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:menacing_sludge" - }, - "name:8": "Too Deep..." - } - }, - "questID:3": 237, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:menacing_sludge" - }, - "TrophyName:8": "Sludge Menace Exterminator", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:menacing_sludge" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_7" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/238.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/238.json deleted file mode 100644 index 50bfcd08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/238.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet to coordinates 0,0 in omothol!\n\nWARNING: minions of the gatekeeper may bug out and have absurd amounts of HP.\n\n§fI\u0027ve finally met the master of my power, I think...\nDelving even deeper, I found, well, a monster, a really powerful moster.\nBut this is my undeath that we are talking about, so I kicked its butt!\nI feel, \u0027free\u0027, I think? The overwhelming feeling of imprisonment is gone, but what remains is a deep sense of a lack of meaning in my life.\nThis Cthulhu crap really messed with my mind!\nOh yeah, and I\u0027m still immortal, which, you know, its nice...\nI think I found a purpose for my now apparently eternal life, at least for the foreseeable future.\nThe Testificates of Terra deserve so much better than living under the feet of beings that treat them like insects that can be killed with no remorse.\nThis is a declaration of war to those that treat Terra as their resource-mining playground!", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:gatekeeperessence" - }, - "name:8": "Essence of The Gatekeeper" - } - }, - "questID:3": 238, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "abyssalcraft:gatekeeperessence" - }, - "TrophyName:8": "Gatekeeper Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:gatekeeperessence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/239.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/239.json deleted file mode 100644 index 1bf858cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/239.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7Slay the primordial malevolence. The Shockwave Sword is the best weapon to damage it!\n\n§fAn abyssal one! I found it!\nThe primordial malevolence recognized me, it called me by name...\nIt was this creature that gave me the ability to open wormholes, but it appeared very surprised about my independence. \n\"How can you act on your own?\" it said, \"He told me to give you power as a sacrifice, you should be in His grasp! The others gave you undeath, I gave you travel, and we were promised the Arbiter! Why are you free?\"\nWhy am I free? Because there is more to be learned in this universe, and I will not let this lovecraftian horror hold me back!\nThis \u0027He\u0027 does worry me, though. It appears I was simply the bargaining chip for some sort of deal between abyssal creatures. At least I know I\u0027m not the one that made a pact with the devil.\nAnd what the hell is this Arbiter? ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:primordial_prism" - }, - "name:8": "Master of the Haunted" - } - }, - "questID:3": 239, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:primordial_prism" - }, - "TrophyName:8": "Primordial Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:primordial_prism" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:shockwave_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_8" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/24.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/24.json deleted file mode 100644 index ef2ea461..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/24.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse an extraction device to obtain drops from lava!\n\n§fSome magic pertains to life, some with interaction, and this one pertains to using a tool. Still, all of these seem to share a common factor, creation.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:lava_bucket" - }, - "name:8": "Extraction Skill" - } - }, - "questID:3": 24, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:lava_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/240.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/240.json deleted file mode 100644 index b6a2f5be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/240.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe boss can be summoned in three different ways.\n\nDetonate an oblivion death bomb (do it a universe away from your base).\n\nCraft the spawn egg.\n\nPerform the ritual of shadows in the abyssal wastelands.\n\n§fWhile I\u0027m at it, it\u0027s time to investigate the phenomenon of \u0027recursion\u0027, which apparently is the ability to \u0027perennially exist\u0027.\nThis is what allows me to come back every time after I \u0027die\u0027.\nMany of the creatures I am encountering have this power, but, unlike me, they have control over it, while I am still bound to the will of whoever decided to give me recursion.\nIf I were able to learn this power, I may be able to gain the ability to split my being into multiple places as one, just like the ancient Entity...\nNow at least I understand why there\u0027s so many withers; apparently there are only 6 but they are able to exist \u0027everywhere they are summoned\u0027 thanks to the power of recursion.\nThe cause for why they are able to do so is the Draconium that was used to originate the six original withers, or so testificate lore says.\nDraconium may be the key to mastering recursion, and free myself!", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:odb" - }, - "name:8": "Ritual of Shadows" - } - }, - "questID:3": 240, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:scroll" - }, - "TrophyName:8": "Slayer of Shadows", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:scroll", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:odb" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "abyssalcraft:shadowboss" - } - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/241.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/241.json deleted file mode 100644 index 15b30ad6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/241.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 206 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the shadow world below omothol.\n\n§fThe abyssal ones were hiding something in the depths of the hyperspace. It looks like the heart of a dragon, and it is alive.\nThis \u0027recursion\u0027 has some strange properties, most of which are unknown to me, and yet, this finding consolidated the fact that draconium may be the key to discovering more about this.\nRegardless of this, it was interesting to find out that even the elder ones were so scared of something that they hid it behind 15 dimensions of space. What is up with dragons?\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:aeldunari" - }, - "name:8": "Aeldunari" - } - }, - "questID:3": 241, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:aeldunari" - }, - "TrophyName:8": "Uncovering the Heart of Hearts", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:aeldunari" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ritual_mass_enchanting" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/242.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/242.json deleted file mode 100644 index a0f07630..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/242.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 199 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEgg-shaped islands with golden oak trees. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fOnly one male warrior seems to remain in these sky islands. In a last attempt at saving his companions from the bloodthirsty valkiries, he unleashed too much power.\nHis attunement, instead of aiding him, transformed him into a fiery warrior, that killed his companions, and made him immortal.\nHe has now lost all will to live, but he was willing to fight me. Is he trying to die? Is the same fate awaiting me?\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "aether_legacy:dungeon_block" - }, - "name:8": "Master of the lower sky" - } - }, - "questID:3": 242, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 4, - "id:8": "aether_legacy:dungeon_block" - }, - "TrophyName:8": "Gold Dungeon Explorer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "aether_legacy:dungeon_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/243.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/243.json deleted file mode 100644 index e602b17a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/243.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the large branching towers in the twilight forest.\n\n§fSome inhabited architecture! Well, inhabited is a strong word, but an undead lich sitting at the top of a tower is useful intel about this world.\nIt can be assumed that this creature used to be one of the original inhabitants of the Twilight Forest. The iconography inside the tower reflects the aesthetics of the outfits worn by the lich and the other undead.\nI have seen enough magic (look at me, talking as if I were an expert) to safely guess that I may have stumbled into a \u0027magic gone wild\u0027 situation. I have seen it happen, and the testificates have warned me of it, power corrupts.\nThis still doesn\u0027t give any information about the crimson cult, and what they are doing here. They are completely uninterested in the local struggles, and they just sit in their floating castles in the sky. Why are they here to begin with?", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "twilightforest:trophy" - }, - "name:8": "Master of the Tower" - } - }, - "questID:3": 243, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:shield_scepter" - }, - "TrophyName:8": "Lich Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/244.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/244.json deleted file mode 100644 index 99625c74..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/244.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the crimson portal towers in the overworld.\n\n§f A strange group of thaumaturgists has taken over various locations around Terra. They call themselves the Crimson Cult, and while they are unaffiliated with any of the factions involved in this conflict, they are hardly friendly.\nThey have direct access to portals that deploy troops directly where needed, and they have magical abilities far above many other opponents.\nIt is clear they have a deep network of information, they avoid large scale confrontations, and they focus on territorial control over low-interest areas. I know making more and more enmies will not serve me well in the long run, but fighting them is guaranteed to give me some insight about the stakes of this conflict.\nIf this was solely a war about resources, why so many other factions, including the Cult, don\u0027t seem to be interested in collecting said resources, and are instead waiting for something to happen?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crimson_gem" - }, - "name:8": "Crimson Cult Towers" - } - }, - "questID:3": 244, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:crimson_gem" - }, - "TrophyName:8": "Robbing the Crimson Cult", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crimson_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/245.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/245.json deleted file mode 100644 index d0a5da87..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/245.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAssemble the gaia arena and click the beacon with gaia spirit ingot\n\n§fYes, I can see a pattern now! A link between worlds, a call from a holy land, is now severed.\nThe home world of these guardians is no more, and their duty has now turned into rage. What was their mission? What did they protect?\nHow does one enter a world that is no more, and how are these guardians still alive? The stronger my call, the stronger their response. There has to be a rule to this!\nAnd why is Arcana linked to this magic to begin with? I know I am missing something, and the answer may be in the ancient lore we \u0027modern men\u0027 rejected as \u0027ancient myths\u0027.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:greater_gaia_spirit" - }, - "name:8": "Tier 2 Gaia Guardian" - } - }, - "questID:3": 245, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:greater_gaia_spirit" - }, - "TrophyName:8": "Tier 2 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greater_gaia_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/246.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/246.json deleted file mode 100644 index d23d7556..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/246.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEscape the dungeon of arcana using the gaia tesseract\n\n§fThe fact that the names of Norse Mythology appear in botanical magic is, well, very interesting.\nDid our ancestors know something we have forgotten?\nI do not know why or how, but the power within mana compelled me to the Dungeon of Arcana.\nKnowing this, I started researching Norse legends for clues.\nOne word, somehow, resonated with me from these old texts... Tesseract! An object capable of transcending space and time, and a trick comic writers used to justify space-time magic.\nAsgard, once the realm of Aesir, is no more, and its call has not been answered. The infinite Dungeon of Arcana has taken over the space that used to be Asgard, Alfheim, once reigns of magic.\nThankfully, though, there are more dimensions I can maybe access, with enough magic, and for some reason, I suspect the magic that created Arcana did not include them. Now I just need to enter these dimensions!\nThe ruins of Asgard, this ancient seat of power, are still there, and the key for it is the Tesseract...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:terrasteel_crystal" - }, - "name:8": "Ruins" - } - }, - "questID:3": 246, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:terrasteel_crystal" - }, - "TrophyName:8": "Bifrost Wolf Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gaia_tesseract" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:terrasteel_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/247.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/247.json deleted file mode 100644 index cd40818a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/247.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "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.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrabotany:material" - }, - "name:8": "Tier 3 Gaia Guardian" - } - }, - "questID:3": 247, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 3, - "id:8": "extrabotany:material" - }, - "TrophyName:8": "Tier 3 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrabotany:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/248.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/248.json deleted file mode 100644 index fbcabb4a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/248.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAssemble the gaia arena and click the beacon with call of the void.\n\n§fThese guardians are dreadful, and yet I cannot help but feel pity for them. If my theory is true, they cannot really help being mindless murder machines with the instincts of the most seasoned warriors.\nIf it is within my power, I will try to do something about this! If the oath is still alive, there must be a way to put an end to it.\nWho did these guardians answer to? Who is their master?\nThe stronger my call into this dead world, the stronger the response. So maybe I just have to call harder?", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:treasurebox" - }, - "name:8": "Tier 4 Gaia Guardian" - } - }, - "questID:3": 248, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "extrabotany:treasurebox" - }, - "TrophyName:8": "Tier 4 Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:specialbag" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:treasurebox" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/249.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/249.json deleted file mode 100644 index ab82117b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/249.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the arcane prison key\n\n§fThe broken remains of Asgard carry some traces of a strong magic, which does appear to be the same force I felt while being constrained by the guardians.\nHe who dominated this magic, the warden of Asgard, the last wolf, the last of the Aesir, the Sympan spirit, answered my call.\nThe oath is broken, the enemy has won, but at least these poor souls are now free.\nAnd who knows, maybe they may come to my aid at some point in the future...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sympan_spirit" - }, - "name:8": "The Last Wolf" - } - }, - "questID:3": 249, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sympan_spirit" - }, - "TrophyName:8": "Aesir Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sympan_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/25.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/25.json deleted file mode 100644 index d950a30c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/25.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe more you run around, the higher the chance of speeding up!\n\nIf this is annoying, press the AoA keybing (DELETE by default) to open up the skill GUI, and click on theexpedition icon. This will change the speed bonus to either hunger replenishment, or anima replenishment.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:opteryx_feather" - }, - "name:8": "Expedition Skill" - } - }, - "questID:3": 25, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:feather" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/250.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/250.json deleted file mode 100644 index a65bda0c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/250.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the emptiness.\n\n§fThe Crimson Cult is indeed very powerful, and I suspect their area of influence may extend over much wider domains that I know of.\nThey are extremely well versed at tactical movement thanks to their cultists\u0027 ability to summon portals quickly and without leaving traces. They seldom get involved into large scale conflict, at least with members of the larget invading forces on Terra, but they have engaged with me. They likely did not expect a now crazed human stuck in a deathloop to show up and beat up their cultists. Reasonable, I guess.\nSome of their portals, though, do leave very faint traces, which have become more and more evident the more I have delt deeper into the thaumic arts.\nThese traces lead to what the Cult calls the Emptiness, a higher dimensional space, much like a place like the dreadlands, that is both very close and very far from the three-dimensional world I can conceive with my senses. In this land of paradox, the cultists have built mighty fortresses. \nI initially thought I may have finally encountered their leader, but things are way, way deeper than that. The Crimson Cult operates on a different scale. Not at a planetary level, damn, not even at a galaxy level. I wouldn\u0027t be surprised that earth politics may be influenced by this organization, if there were something they could gain from it.\nDespite all the ruckus I caused, though, they did not retaliate in a meaningful way. Their modus operandi seems to be more subtle that the Twilight Horde\u0027s or the Shyre Empire\u0027s. This does not mean they are less dangerous, though...", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:research_notes" - }, - "name:8": "The Emptiness" - } - }, - "questID:3": 250, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thaumicaugmentation:research_notes" - }, - "TrophyName:8": "Conqueror of the Emptiness Fortress", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:research_notes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/251.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/251.json deleted file mode 100644 index cc653866..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/251.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 243 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on the bottom level of the mazes in swamp biomes. The maze map may help you at finding it.\n\n§fThe surface of the Twilight Forest, as I previously noted, exhibits the signs of a once-prosperous society fallen to ruin. Well, the underground of this world may give a bit more insight. I was able to locate the entries to many underground mazes (again, what\u0027s with these people and building mazes), and they are more well-preserved than the surface structures.\nWell-preserved, and well-inhabited. Minotaurs, actual minotaurs inhabit these mazes, how fitting! Oh and giant bugs too!\nAre they related to the ones from the Erebus world? Maybe? It feels safe to assume that the crabs of Terra somehow stunbled into portals to escape the twilight forest, so I would not exclude the same happening for ending up into this strangely melancholic world.\nMy gut tells me that\u0027s not the case, though. The maze is clearly built with a purpose, to hide, and to imprison, and if I were a maze builder I would definitely want to keep those bugs as entrapped as possible. Although it is still possible that these bugs are just part of colonies formed by a few that initially stumbled there by accident.\nRegardless, the maze was built to imprison the mushroomy beast found in its core. What came first, I wonder, the monster, or the labyrinth?", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "twilightforest:trophy" - }, - "name:8": "Into the Maze?" - } - }, - "questID:3": 251, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:minotaur_axe" - }, - "TrophyName:8": "Minoshroom Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/252.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/252.json deleted file mode 100644 index 5b1de119..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/252.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Many artifacts from Testificate lore still seem to be somehow accessible to those seeking for them. This one is quite peculiar, though. I was told of a powerful shield artifact developed to fight against stronger magical opponents, and I was even given blueprints for it.\nThese seem way too complicated for what this artifact can do. There has to be something wrong...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:shield_of_terra" - }, - "name:8": "An Artifact of Defense" - } - }, - "questID:3": 252, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:shield_of_terra" - }, - "TrophyName:8": "Absorbant Shieldmaster", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:shield_of_terra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/253.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/253.json deleted file mode 100644 index af2bbdf2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/253.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 251 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the center of the fire swamp biome.\n\n§fA fire-spewing hydra! Yes, I love it! The fact that I think this is cool is not problematic at all, trust me!\nThis encounter does provide more information about the possible nature of whatever \u0027accident\u0027 left this world in its current state. \nUnlike the other monsters I fought, this one is not encased by an architectural barrier. Instead, it is surrounded by pure destruction. There are no signs of an attempt to contain it, which was the case of the lich and for the minotaurs. This leaves two possible explanations, as far as I am concerned. It could be that the \u0027prison\u0027 built for this creature was so weak it got completely annhilated, or it could be that the coming (or the creation) of this beast was unforseen.\nSeeing so many other containment structures built to entrap monsters suggest that the builders of said structures were somewhat \u0027ready\u0027 to face them. Building a large tower takes time, resources, supply chains, people, and many other things. The people of the twilight forest were ready to face the other monsters I have met so far. \nNot this one, so it probably means the hydra was one of the first to show up. \nOr I may just be grossly misconstructing things.\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "twilightforest:trophy" - }, - "name:8": "Fire!" - } - }, - "questID:3": 253, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:fiery_blood" - }, - "TrophyName:8": "Fiery Hydra Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/254.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/254.json deleted file mode 100644 index 7d8bf345..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/254.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the stronghold in the dark forest.\n\n§fThe clues are coming together, and a story is starting to emerge, at least in the way I am looking at things in the Twilight Forest. \nIn the depths of the darkest regions of the forest, I found the ruins of large strongholds. While the surface levels are almost completely gone, the catacombs are well-preserved, and full of creatures, including some crabs! These ones adapted to live inside old rusted helmets, and they are extremely cute. The other inhabitants, not so much.\nJust like the lich towers, these strongholds clearly show the signs of an actual society inhabiting their halls. A society that, over the course of time, was taken over by magical transformations, and turned into violent monsters. \nDeep in the catacombs, I found the traces of what could have been one of the first occurrences of this cataclysm. A single room, enclosed by multiple walls and barriers, that the rulers of once mighty fortresses willingly decided to turn into their own prison. The surrounding spaces were used to study their transformation, and to learn how to fight it.\nThis transformation, though, was not something that could be stopped by mere walls, and it took over everything else.\nThis means that the crabs I encountered on terra, the ones I know are from here, were likely once people. And probably were the other bugs too, since they are not unique to the mazes I previously explored.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "twilightforest:trophy" - }, - "name:8": "Stronghold of Forgotten Spirits" - } - }, - "questID:3": 254, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:knightmetal_pickaxe" - }, - "TrophyName:8": "Phantom Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/255.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/255.json deleted file mode 100644 index 2665a463..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/255.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis can be used to craft interesting, powerful, destructive, bizarre items!\n\n§fHere is something both interesting and amusing. A scholar from a past moment of prosperity on Terra has compiled a list of the effects of essentia aspects, the \u0027quanta\u0027 of the thaumic fields, when sufficiently concentrated. Some are very powerful, some are convenient, some are dangerous.\nI want to try them all!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:master_spell_focus" - }, - "name:8": "Master Spell Focus" - } - }, - "questID:3": 255, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:master_spell_focus" - }, - "TrophyName:8": "Apprentice Master Spellcaster", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_fabric" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:master_spell_focus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/256.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/256.json deleted file mode 100644 index 467fbecd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/256.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 254 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the large tower at the center of the dark forest.\n\n§fAfter seeing the ctatacombs of the fallen strongholds, I had a good guess about what happened to the people of the Twilight Forest, and now, after navigating the madness of the large tower nearby, I think I know why.\nMaterial wealth, and its pursuit, are yet again to be blamed. The power of alchemy, the ability I was so easily able to obtain (well not so easily but I did it ok!), was the main topic of research of the erudites living in this place that was once a library. \nAn ancient scholar-king wanted to achieve the ability of transforming matter. Their attempts were, well not great, and prone to lots of explosions. I know it is not good to compare the deeds of people of the past to ours, but c\u0027mon making a philosopher\u0027s stone was not that hard. Well, I guess I may be different, maybe being human gave me abilities they do not possess.\nAnyhow, despite their failings at turning stone into gold, they achieved something I could not dream to conceive. The ability to transform flesh. A powder, volatile and stable enough to convert the matter around it into more of itself. A virus of some sort.\nThe spread of this powder was slow at the start, so some tried to prepare for it, but it steadily took over the entire world.\nNot the entirety of it, actually; the Crimson Cult, in their castles in the sky, seem to be immune to it, or maybe they are already mythical beings so nothing happens to them.\nAnd what about me? Do I fell more magical? More mythical?", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "twilightforest:trophy" - }, - "name:8": "More Fire!" - } - }, - "questID:3": 256, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:fiery_tears" - }, - "TrophyName:8": "Ur-Ghast Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/257.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/257.json deleted file mode 100644 index b628c644..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/257.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 256 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the winter forest biome.\n\n§fI know it is silly to complain about one\u0027s condition in life, as the things of the universe rarely bend to our own will, but man, why is it that I have already seen two magical ice incidents, and I have yet to see a magical lighting incident?\nThis part of the forest is perennially covered in snow. It would make sense that the effects of the powder resonated with the magic powers of those affected by it, so different magical attitudes led to different transformations. Some colder than others.\nThis does raise a question, though, I have seen other mythological creatures on Terra too. My senses tell me they are not from the Twilight Forest, but it would be safe to assume that the same powder, the same virus, may have been used in other places and other times.\nWho knows what many of the enemies I have encountered so far looked like in the past?", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:alpha_fur" - }, - "name:8": "Icy Rage" - } - }, - "questID:3": 257, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:alpha_fur" - }, - "TrophyName:8": "Alpha Yeti Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:alpha_fur" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/258.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/258.json deleted file mode 100644 index da5d9eb4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/258.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 257 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on top of the large fortress on top of the ice wall.\n\n§fThe architecture built by the people of the Twilight Forest is truly amazing, even when in ruin, and taken over by monsters. Their fate is truly sad. They were powerful, knowledgeable, and most importantly, curious. \nThe line between genuine inquisitiveness and greed is a fine one, and who knows wether or not the interests of the scholars of this land belonged to the former or the latter.\nWith regards to wanting to manipulate organic matter, there likely must have been a higher goal, a concrete objective, a mission.\nI wanted to be famous, to receive the Nobel prize. I know I was greedy with my pursuits, but the beauty of the unknown was still there to guide me, and what a beauty!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "twilightforest:trophy" - }, - "name:8": "A fortress of solitude" - } - }, - "questID:3": 258, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:aurora_block" - }, - "TrophyName:8": "Ice Queen Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "twilightforest:trophy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/259.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/259.json deleted file mode 100644 index 130183fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/259.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 258 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the skies around the thornlands.\n\n§fSomeone tried to fight back, to stop the spread of the mythological transformation. Deep in the caves, hidden massive giant boulders, I found the Lamp of Cinders. This artifact is somehow capable of breaking through the properties of the powder by burning it. The unfortunate side effect? Burning things does have a tendency to kill them, or at least hurt them. \nWhatever the plan to use this artifact may have been, it is safe to assume it did not succeed. It\u0027s range is quite limited, and it does require manual operation, so could it be that the powder spread fast enough that in that time only one lamp was built? \nOr was it something else completely? I was only able to find this because the soil felt \u0027different\u0027 there. It does feel strange that all other \u0027prisons\u0027 in this world have a recognizable landmark on the surface, while this one does not. \nThe Crimson Cult dominates the skies now, is it possible that this lamp was hidden from them? Was the Crimson Cult around back then?\nAnd yes, I am definitely feeling more mythical! Giants bearing my image now roam the land. I am not sure what to make of it.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:giant_pickaxe" - }, - "name:8": "Giant Stuff" - } - }, - "questID:3": 259, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithrillium_ingot" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "twilightforest:giant_pickaxe" - }, - "TrophyName:8": "Giant Me Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:lamp_of_cinders" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/26.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/26.json deleted file mode 100644 index 68bb1785..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/26.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe creation forge allows you to summon minions!\n\n§fYup, this definitely feels like essence, but, unlike the scientific, mechanical process that guides the replication of life on earth, this one is more \u0027personal\u0027, and more general in power.\nEssence tech has its limits, and beings created using this method are not much more sentient than computers.\nThe creatures I create with this magic, though, are very much alive, and very much connected to me in some way.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:penguin_slab" - }, - "name:8": "Creation Skill" - } - }, - "questID:3": 26, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:blank_slab" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/260.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/260.json deleted file mode 100644 index 75aa818d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/260.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 259 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the harbinger charm to spawn harbinger cubes!\n\nFound in the palace at the center of the thornlands.\n\n§fAnother piece of the puzzle! Yes the Crimson Cult was around back then, and they were not friendly towards the people of the Forest. \nWhile the transformation was going on all around, that\u0027s when they started their campaign against the Twilight Forest. The invaded, despite their already-dire situation, fought back and, even as their bodies were transformed, tried to protect this one fortress, now encased in some sort of magic. \nThings here do not age, and the damage of time has not ruined the white halls of this palace. Those who inhabit it are no more, but their crafts and artifacts are still there. They were trying to open a portal, and to protect something.\nThat something is likely tied to the studies undergone by the many scholarly sites I have encountered here. They were probably able to produce their end goal, the reason for undergoing alchemical studies, despite their entire population being steadily transformed. The magic in this place is a testament of that. Unfortunately, though, the Crimson Cult won, and the artifact is not here.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_crystal" - }, - "name:8": "The Timeless Castle" - } - }, - "questID:3": 260, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:harbinger_crystal" - }, - "TrophyName:8": "Harbinger Cube Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_charm" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/261.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/261.json deleted file mode 100644 index fc6fe7ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/261.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "preRequisites:11": [ - 260 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the harbinger callstone to summon the dungeon!\n\n§fThe Crimson Cult are truly a dreadful group. An entire world, filled with curious people, annhilated by their schemes.\nThey are a religious cult, and they worship the figure of the Crimson Emperor, who seems to be an actual person; probably a wizard powerful enough to surround themselves with enough power to ensnare others.\nHow do I know this? Well, I think I found what the people of the Twilight Forest were protecting in their last stand. Saplings of a very special type, infused of incredible magical power, and capable of changing the world around them. Very similar to the lore of the Tree of Life from medieval Christian tradition. \nThe Crimson Cult was holding these sapling in one of their fortresses, as if they were the results of their own blood, sweat, and tears.\nSadly enough, it seems to be the truth. Not only the people of the Twilight Forest were powerless in their attempt to protect the fruit of their labor (with the exception of the Lamp of Cinders), they were powerless in protecting their own free will.\nThe Crimson Cult had long infiltrated this society by the time they had even started their alchemical experiments. \nIt was all part of the plan, convince them to study alchemy, which is a science forbidden by the cult, gude their studies towards their own self destruction, and take the fruits of their labor afterwards. \nJust like that, a whole people traded for a bunch of trees. I do wonder if the invaders of Terra feel the same way about the Testificates.\nWell actually, some were able to escape, even under the everpresent eye of the cult. The crabs left, even as unintelligent creatures, who knows after how many years of exile, they brought me here, and I fought the cult.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_callstone" - }, - "name:8": "The End of a World" - } - }, - "questID:3": 261, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:starfield_gem" - }, - "TrophyName:8": "More Crimson Cult Encounters", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_callstone" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "twilightforest:twilight_sapling" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "twilightforest:twilight_sapling" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "twilightforest:twilight_sapling" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "twilightforest:twilight_sapling" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/262.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/262.json deleted file mode 100644 index 1082cf22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/262.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 157 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRadiation scrubbers FTW!\n\n§fMy studies on plasma have led to an interesting discovery.\nBlood magic, combined with some radioactivity, yields some interesting results.\nThis is not quite the cold fusion humanity has achieved, but it may have even greater potential!", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - }, - "name:8": "Plasmatic Condenser" - } - }, - "questID:3": 262, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dark_soul_machine_chassis" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dark_soul_machine_chassis" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_controller" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/263.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/263.json deleted file mode 100644 index 8011a0e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/263.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisites:11": [ - 157 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This when magic starts turning into science! Imaginary gravity, in some way, is connected to blood magic!\nSednanite can now be used to more simply alloy demon will metal.\nThis theory of everything is getting deeper and deeper, and yet, the more things I discover, the more terms seem to cancel out, the simpler the theory becomes.\nI have never seen something like this. String theory is much more compelx than the theories it tries to unify. More complete means more complex, no?\nNo! I don\u0027t get it fully still, but the more knowledge I gain, the simpler things become, the more straightforward the answers seem.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "contenttweaker:material_part" - }, - "name:8": "Demon Will Affinity" - } - }, - "questID:3": 263, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "contenttweaker:material_part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 25, - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "contenttweaker:material_part" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "contenttweaker:material_part" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "contenttweaker:material_part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "contenttweaker:material_part" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "contenttweaker:material_part" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 25, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/264.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/264.json deleted file mode 100644 index 9fc98b4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/264.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 145 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Void miners have been pretty good at providing info about mythic powers, but, for the long term, they do not seem like a reliable option.\nI drew the blueprints of a machine able to use the powers of fluix to better manage mythic resource generation.\nIt\u0027s going to be a bit of a long project, so better to start early, even if I may not have all the means to make it work as of right now...", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_mythic_assembler" - } - }, - "name:8": "Beeg Crafter!" - } - }, - "questID:3": 264, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_mythic_assembler" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/265.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/265.json deleted file mode 100644 index 94a8dee4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/265.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "UU Matter, which is synthetically produced, has mythical properties. \nThet\u0027s why I love science! It allows us to connect things that seem otherwise unrelated. The fact that using fairly ordinary matter from scraps it is possible to produce stuff with mythic properties implies that magic, whatever the nature of its fiels is, is indeed present in everything. Not just as an emergent property, but as an inherent one, just like mass and charge!\nThis is nice because it will allow me to \u0027boost\u0027 my void resource miners! most of the matter that interacts with Shyre and Twilight Horde beings seems to have more \u0027mythicness\u0027, more quantity of magic, so UU matter should come in handy for making more miners!\nI\u0027m going to need a \u0027crucible\u0027 to refine this matter with alchemy, though...", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - }, - "name:8": "Existential Matter" - } - }, - "questID:3": 265, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "techreborn:uumatter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 12, - "id:8": "appliedenergistics2:spatial_pylon" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:uumatter" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/266.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/266.json deleted file mode 100644 index eedd0e99..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/266.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 265 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou may want to bring a way to escape...\n\n§fThe fallen of the Twilight Forest have unfinished business, it seems, and their will has remained alive in the form of ghosts, it seems. They are beings of vengeance, nothing more than shadows of a shameful defeat. \nAnd yet their will carried artifacts they were able to keep safe from the Crimson Cult. \nVibration, harmonization, resonance. These phenomena have something to do with magic, and they are a catalyst for it. They are the secret of the Twilight Forest, one they wanted safekept, so it must be useful for something.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:call_of_the_haunted" - }, - "name:8": "Sounds of the Haunted" - } - }, - "questID:3": 266, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "hatchery:prize_egg" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:call_of_the_haunted" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/267.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/267.json deleted file mode 100644 index 203b0420..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/267.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 266 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The twilight horde is strange...they hold incredible power, and most of the beings I have encountered are naturally able to warp space, just as easily it would be for me to lift my hand.\nI am truly fighting against higher dimensional beings!\nEven their \u0027world\u0027 appears to exist in higer dimensions.\nYet, most of their \u0027soldiers\u0027 are no smarter than sheeps...\nI defeated the ruler of the Eden Isles, yet, at the moment, I do not have the power to delve deeper into the world of the Horde...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_core" - }, - "name:8": "Eden Falls" - } - }, - "questID:3": 267, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sunstorm_ray" - }, - "TrophyName:8": "Sunstorm Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/268.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/268.json deleted file mode 100644 index 2eda85dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/268.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "New minerals! New alloys! More cool things to make! \nThe materials found in the worlds I have explored so far have useful properties that make them possibly desirable for building new things, and some of them can be used in alloys too.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:jeweled_runium" - }, - "name:8": "Material Tinkering" - } - }, - "questID:3": 268, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:jeweled_runium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 69, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/269.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/269.json deleted file mode 100644 index 7361ad46..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/269.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Took me long enough, but it\u0027s finally time to build a Tokamak!\nFusion is just a convenient way of making power, and the free gasses are nice too!\nBack on Earth, cold fusion was seen as the great milestone in energy development, and to an extent it did play an impactful role, but by the time it became commercially viable, technologies like molten salt fission reactors and closed loop hot fusion reactors had already revolutionized energy production.\nTo be fair, though, it was the power of a Tokamak that gave the energy for my wormhole experiments, so I am definitely a fan of the source.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_core" - }, - "name:8": "Cold Fusion Baby!" - } - }, - "questID:3": 269, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "nuclearcraft:fusion_electromagnet_idle" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_core" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_connector" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_electromagnet_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/27.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/27.json deleted file mode 100644 index ac5e153e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/27.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 15 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDealing high damage increases the chance of crit hits and increases rage.\n\nThis skill is levelled up by using bloodlust coins, found as loot in battle towers!\n\n§fWhat I initially thought to be one form of magic, in actuality, is a multi-faceted system.\nWhile it is evident that these powers have a common origin, their distinctness is also indisputable. This one almost feel like essence, but different, very different.", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:rezstone" - }, - "name:8": "Butchery Skill" - } - }, - "questID:3": 27, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:giant_skill_crystal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:beef" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/270.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/270.json deleted file mode 100644 index 525e79f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/270.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 269 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Time for some major study time!\nVis, apparently, as a field, has macroscopic effects that can only be observed between planets.\nFor some reason, creatures like the dragon living in the end islands can bend this field to cause large scale effects, like forming clouds of oxygen around the end islands.\nThe physics and magic behind this phenomenon are yet unknown to me, but it\u0027s time to change that.\nThe good thing about being trapped in an endless cycle of undeath is that I can spend more time studying without feeling like I\u0027m wasting my time.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_key" - }, - "name:8": "Draconic Tech" - } - }, - "questID:3": 270, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "draconicevolution:dragon_heart" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/271.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/271.json deleted file mode 100644 index 4e3f43b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/271.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 270 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "No matter the scale of the war, it seems like everyone has the same motifs as on Earth.\nJust like a certain western power in the early 2000s, it is all about resource control.\nMany of the planets and worlds under the control of the Shyre empire are composed of materials with interesting properties. From what I have seen, their trategy, when it comes to incorporating new civilizations in their empire (as opposed to erasing a planet with little thought), primarily revolves around their military potential; with that said, I think natural resources may play a role too, at least in some cases. \nThe affinity of these resources to the chaotic, entropic effects I encountered on the upper sky of Terra is extremely interesting!\n...and powerful, very powerful!", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:fusion_crafting_core" - }, - "name:8": "Energetic Manipulation" - } - }, - "questID:3": 271, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_machine_frame" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:fusion_crafting_core" - }, - "1:10": { - "Count:3": 1, - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/272.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/272.json deleted file mode 100644 index eb5dc58a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/272.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Seems like, in order to figure out the true motifs behind this war, I have to figure out what it truly is about.\nDimensional shards appear to be the end goal for both the Empire and the Horde, yet, other materials seem just as important.\nFrom what I have seen so far, the more minerals and resources I get access to, the more powerful I become.\nMeaning that, probably, the same applies to my enemies.\nIn that weird bank in Precasia, the bankers were talking about the Proxima system, and se were the Bees.\nThe planets in this system, and the walth of resources they hide, are desired by my foes. Thankfully, the Bubbell Alliance was there first!\nThe outer world of this binary star system, the shield onto which potential invaders will have to crash, is thankfully inhabited by allies.\nThe Bees of Rhenia are different than the ones in the Sol system. These ones are willing and ready to fight, and have replaced their natural naivety with cold, data-driven, strategic thinking.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:rhenia_artifact" - }, - "name:8": "The Proxima System" - } - }, - "questID:3": 272, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "libvulpes:productgem" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:rhenia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/273.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/273.json deleted file mode 100644 index 7040396b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/273.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The search for powerful resources keeps guiding me forward! Another planet!\nUnlike the Rhenia, though, this one is inhabited by foes, by Myrmitites...\nThese creatures managed to colonize their own planet?! How?\nAs a society, if you can call them one, they exist in colonies that are extremely unfriendly towards each other. Not only they must have fought whatever other species to gain dominion of this planet, they keep fighting each other too.\nI guess it makes sense given how competition is a big driver of evolution, but I strongly doubt this strategy would ever produce an interplanetary species.\nWell, at least this world has other, less crawly, things to offer. The aptly-named myrmitite has both good material properties and compatibility with many magic fields.\nThis is probably one of the materials sought after by the Shyre Empire.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:myrmex_artifact" - }, - "name:8": "The Myrmex Swarm" - } - }, - "questID:3": 273, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "libvulpes:productgem" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:myrmex_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/274.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/274.json deleted file mode 100644 index fba3bd83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/274.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 5!\n\n§fLooking from the outside, as I\u0027ve been doing so far, the Shyre Empire should be much stronger than the Horde.\nOn paper, the Empire has more territories, more troops, and better control thanks to their transportation network...\nYet, for some reason, when it comes to the conflict on Terra, they are pretty evenly matched.\nAnd I think I finally figured out a reason. Many of the places I visited are worlds that exist in higher-dimensional planes, and bees believe this is the peak of what recursion can do. But boy were they wrong.\nIf the existance of places like Lelyetia is a showcase of basic (if something that can only be done by a master of recursion can be called basic) space warping abilities, this recent discovery shows what becomes possible if you\u0027re a master at it.\nNot only the Horde can deform space-time to create their own environments, they can up fold it like origami! And they are the only ones who can do it.\nThe Eden realm I entered is just a \u0027fold\u0027 of the horde\u0027s territory, and if I want to reach the rest of their land, I will have to \u0027jump\u0027 on next fold, the next Mythic Shell.", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_star" - }, - "ismain:1": 1, - "name:8": "Power from Eden" - } - }, - "questID:3": 274, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:eden_star" - }, - "TrophyName:8": "Starry Eden Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/275.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/275.json deleted file mode 100644 index e7caffbe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/275.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 274, - 285554142 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Great! The asymptotically-convergent space surrounding the plane of Eden can be breached!\nAfter opening wormholes, traces remain, and they can be reopened, even by a poor three-dimensional like me!\nI\u0027ve seen these traces over and over, and I can\u0027t help but wonder, did the first wormhole I opened also leave a trace? \nAfter what I\u0027ve been through coming back to Earth would feel wrong, but can someone else access the wormhole I opened? Can others reach Earth?\nThe Twilight Horde is definitely interested in me, they even had a copy of my transmutation table in one of their outposts. They know of me, but do they know where I come from? Can they do anything to Earth?", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_block" - }, - "name:8": "Deeper skies!" - } - }, - "questID:3": 275, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:eden_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/276.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/276.json deleted file mode 100644 index 346a6daa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/276.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Who knew enzymes were a good source of mythic matter?\nWell, I guess it makes sense, as they are one of the buildings blocks of life.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "genetics:misc" - }, - "name:8": "Genetic Rampup" - } - }, - "questID:3": 276, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 3, - "id:8": "genetics:misc" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "genetics:misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/277.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/277.json deleted file mode 100644 index 6fc09b34..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/277.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I can\u0027t help but feel like something is very wrong with my perception of my opponents. \nI have been fighting the Twilight Horde and the Shyre Empire for quite a while now, and while I see them both as deadly opponents, my perception of the former has been incommensurably more favorable than the latter.\nThe Twilight Horde has no slavery, no torture, no genetic engineering of civilizations and planets against their will, and they don\u0027t even practice imperialism.\nThis does not excuse them from the campaign they are executing on Terra, and their disproportionate military action against the Testificates, but, after having seen the horrors perpetrated by the Shyre Empire, and all the schemes of the Elder Ones, forceful occupation of foreign resources is a fairly mild crime.\nBut I digress, this has nothing to do with my sympathy (if we can call it that) for the Twilight Horde. Their military does not like me, and they want my demise too, after all.\nIt is interesting how a civilization with its reach does not engage in direct imperialism, though. With their space-warping abilities, it seems, they do not appear to care much about territorial control. Better to have a single well-guarded fortress, as opposed to hundreds of smaller specialized castles, at least when we are talking about powers at this scale.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_core" - }, - "name:8": "Wildwood Falls" - } - }, - "questID:3": 277, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:termasect_bark" - }, - "TrophyName:8": "Termasect Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/278.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/278.json deleted file mode 100644 index f32eace4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/278.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 277 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "With access to all of these strange and powerful materials, one cannot help but think if they are going to enable some sort of new technology.\nMy more magically-inclined peers and enemies have used mythic and recursive materials (I\u0027m starting to feel like my definition of mythic magic may just be a manifestation of recursion) for fairly intuitive and straightforward uses, but I suspect that some tinkering will produce more interesting, and possibly useful, applications.\nThis servo, for example, should allow me to fabricate machines in a more effective way...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_servo" - }, - "name:8": "My servo is better than yours!" - } - }, - "questID:3": 278, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_servo" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_servo" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/279.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/279.json deleted file mode 100644 index 0ed54843..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/279.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 278 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I cannot believe that none of my enemies have approached magic and Recursion with a Technology and Engineering mindset! And yet, it seems like I may be the first here to achieve mythic machinery! \nBut what is mythic machinery? Well, I am still figuring out the details, but the fact that Mythic and Recursive fields permeate various forms of matter can be used to make finely tuned machinery that maintains these attributes.\nThis is a great leap! The mythic void resource miners I built until now are like batteries built out of potatoes, a hint of what is possible, but limited in capability; the machinery I can produce now, though, that is like the industrial revolution! Mass production, standardization, and efficiecy!\nWell, there is one difference, the industrial revolution was brought forth by a fairly good understanding of electricity, magnetism, and how they interact; on the other hand, I still don\u0027t fully understand Recursion, I just use the effects it causes on the world.\nAnd to be fair, I am hardly the first one to build mythic machinery, the use of Fluix to produce matter-energy networks seems to come from the Arbiter. They seem to be gone, though, so I do not think I will be able to ask them questions for more insight...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - }, - "name:8": "Incredible Technology" - } - }, - "questID:3": 279, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/28.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/28.json deleted file mode 100644 index 7da8c4b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/28.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll natural occurring minerals are found in the §cMaterial Compenduum §7§otab. JEI will help too, all resources have info boxes describing where each ingot or gem can be obtained!\n\n§7§oThe pack uses custom \u0027info boxes\u0027 items to explain mechanics and suggest strategies.\n\nYou can pin them in JEI if you need to keep track of things!\n\n§fThis planet\u0027s soil appears to be very rich of minerals and metals. This is good, because a lot of the creatures here are definitely not friendly, and I need weapons and some means of protection.\nSome materials are harder than others, and some seem to have particular properties, I\u0027ll keep track of what I find to make sure I can figure out what to use them for...", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ore" - }, - "name:8": "Minerals" - } - }, - "questID:3": 28, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 5, - "id:8": "contenttweaker:meatball_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "oreIron", - "id:8": "minecraft:iron_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mining_advice" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/280.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/280.json deleted file mode 100644 index 1e455032..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/280.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I am starting to feel like I may be getting involved into too many things. Is this what the life of an immortal is like? Just picking fights over and over? Well, this one is about my freedom, so I am not going to stop here! \nI finally got my hands on more information about the alliance between the Meatball Man and the Elder Ones that have tried to imprison me. The pact was not just between them, it involved the arthropods of teh Erebus too; well, Erebus is their home world, but after forming an alliance with the Meatball Man, they were granted magic capable of opening wormholes.\nThis was their plan with me; J\u0027zahar and and the Primordial Malevolence would bind me to recursion, the bugs, together with the undead of the Meatball Man would capture me, and I would have been their captive. Their plans, though, did not include my retaliation.\nThis still does not answer questions about any of their motivations; well, the arthropods got powerful magic, and were able to take over worlds under the banner of the Meatball Man, and the Elder Ones were likely being promised some control over the Testificates; but why would the Meatball Man want to do this? He is more than capable of defeating me, but instead he is just toying with me, making me angry enough to want to fight, and ignorant enough to want to seek answers. And why me? Isn\u0027t his enemy the Arbiter?\nWell, hopefully Pixonia will provide some more answers. After forming their alliance with the Meatball Man, the bugs of the Erebus used their wormholes to take over the world of Pixonia, and which became a hub for their elite fighters, a center from which invasions, schemes, and conquests would be handled. While I do not have the power to defeat the Meatball Man himself, I am definitely more than capable of handling his forces.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:pixonia_artifact" - }, - "name:8": "The Bugs and the Meatball Man" - } - }, - "questID:3": 280, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:pixonia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/281.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/281.json deleted file mode 100644 index 56f40516..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/281.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The motivations behind the control over Pixonia specifically does not only have to do with its strategic location, it seems to be connected to the recursive material that permeates its cust as well.\nOgerite produces negligible amounts of radiation, but it is capable of undergoing nuclear fission, and its remains still possess powerful recursive properties.\nI supect the Meatball Man wanted to use this material for the sake of making weapons of mass destruction, but on my end it may be very useful for learning more about transferring recursive properties to matter.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:pixonia_infusion_key" - }, - "name:8": "The Power of the Swamp" - } - }, - "questID:3": 281, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 82, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:pixonia_infusion_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/282.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/282.json deleted file mode 100644 index 2be75e5a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/282.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 281 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A lot of the mythic excavation I have been doing until now has been fairly accidental. Trial and error, that is all it was. Sure I tried to come up with my own theories, but they were based on quite limited information; at one point, I even thought alchemy was behind mythic magic.\nThanks to all the new materials I have collected, I was able to form a more cohesive theory, one that actually enstablishes a hierarchy between the various magic fields; because, yes, such a hierarchy exists.\nAll the fields of magic are emergent from more fundamental properties, just like the ability of living beings to produce offspring is an emergent property of chemistry. Not all molecules cannot produce more of themselves, but some that are complex enough can, and that is what we call life.\nSimilarly, magic emerges from a singular field. As part of this process, other forces of nature, existing at various level of complexity, ranging from simple electricity to complex weather patterns, become intertwined with these new emerging fields, and can be controlled through them.\nIf a magician is powerful enough, as I finally am, they can use these bonds between magic and natural phenomena to consciously alter their rules. This is mythic magic, the tool that will enable a new industrial revolution!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_engine" - }, - "name:8": "A new age?" - } - }, - "questID:3": 282, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_engine" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_engine" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:spinel_ring" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/283.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/283.json deleted file mode 100644 index 23e3ae24..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/283.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 282 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 6!\n\n§fThe capabilities of the Twilight Horde never stop to amaze me. Here I was, thinking just power alone would be my key to defeat my opponents for good...\nThankfully, having to face multiple opponents, besides being exhausting, has shown me different ways many of the players of this \u0027game\u0027 (feels weird to say it after so many lives have been lost, but it is indeed an appropriate word, for more than one reason) play it.\nThe Elder Ones, comparatively weak, were still able to gain massive influence thanks to their incredible intelligence-gathering abilities, making themselves indispensible to the bigger players; the Meatball Man has the incredible ability to manipulate others into serving him wether they want it or not; the Shyre Empire has brute forced its way into gathering one of the largest and most diverse armies in the cosmos, the Crimson Cult operates independtly behind the scenes, being almost untouchable due to their secrecy.\nAnd then there\u0027s the ace in the sleeve of the Twilight Horde. Their space warping abilities are a game changer, something that, arguably, places them in a leage of their own.\nWho needs subterfuge, influence, or even brute force when you are impossible to even reach and touch?\nWell, impossible is a big word, both me and the Shyre Empire are partially adept to these powers; my other enemies are doing their own space-warping experiments, and I am the first outsider to have actually entered Wildwood.\nThat is the greatness of science, it is replicable; if a truth exist, multiple people can take advantage of it! And I think I may have made another breakthrough! Time to jump into the next Shell! ", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_star" - }, - "ismain:1": 1, - "name:8": "Power from Wildwood" - } - }, - "questID:3": 283, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wildwood_star" - }, - "TrophyName:8": "Starry Wildwood Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/284.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/284.json deleted file mode 100644 index ed98c083..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/284.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Simple attempts at repeating my feat of jumping from the Eden into Apalachia did not work out. Regardless of what traces I felt, all the wormhole threads I opened in Woldwood kept leading me back to Wildwood.\nAfter many failed attempts, it dawned on me. \nSpace, when observed as a field, which is what relativity does, exhibits all of the properties of mathematical functions, continuous and discontinuous alike. It has simple continuity (normal everyday space), singularities (those are black holes), jumps (those are wormholes), removable discontinuities (worlds like Arcana or Eden that exist separately from the rest of reality, I\u0027m calling these plane worlds), and asymptotic convergence (the boundary that separates Eden and Wildwood).\nBut that\u0027s not all, if these types of mathematical phenomena indeed exist in reality, it is plausible that others will too.\nAnd that\u0027s when I thought of essential discontinuities, waves that become more and more frequent, continuously changing value, yet unable to go beyond a certain point.\nThis is how the next world of the Twilight Horde was hidden. Infinite folds, each denser and more frequent than its predecessor, increasing in number faster and faster, and yet bound by a barrier.\nA barrier I can now cross. Onwards to Apalachia!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_block" - }, - "name:8": "A Fold within a Fold, within a Fold" - } - }, - "questID:3": 284, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:wildwood_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/285.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/285.json deleted file mode 100644 index 4b870589..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/285.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Recursion, as I have said many times now, is bizzarre. \nAt its basis, it does not originate from any other, more fundamental concept or force. Recursion, to my knowledge so far, just exists independtly of anything else, and while the entirety of magic appears to originate from it, the field of recursion cannot directly be extrapolated from its \u0027children\u0027 fields like vis, will, or mana. \nRecursion, as a fundamental force of the universe, became evident to me only after encountering it directly by witnessing beings and objects that are permeated by it. For all intents and purposes, this seems to be the way most have come by this power.\nAs soon as the process of atomic fission was discovered, multiple parties started rushing to turn it into a weapon, the atom bomb; this seems to follow a similar pattern. When a certain truth becomes evident, those seeking a certain type of knowledge will gravitate towards a particular path, independently of each other.\nConceptually, to make sense of Recursion, you need to have seen it in practice first. The discovery of Recursion is a recursive process itself. Having encountered recursion, even in insignifacant ways, is a requirement for ascending. The recursive abilities of the WIthers come from Testificate magic that originated after using Fluix, the Recursive properties of which come from the Arbiter, a Recursive being itself. Same for many of my friends and foes; their mastery over recursion originates from having encountered it by mistake, or by design of already-recursive beings. \nStill, there are some \u0027geniuses\u0027 who discovered it on their own. The power of the Queen of all Bees, I was told, was a completely new discovery, and that is why Terra\u0027s enemies took it away, in the only recorded event of them doing something together.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_core" - }, - "name:8": "Apalachia Falls" - } - }, - "questID:3": 285, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:eternal_shoulder" - }, - "TrophyName:8": "Eternal Archer Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/285554142.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/285554142.json deleted file mode 100644 index be4d09a2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/285554142.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou may have been able to rush the pack until this point, but from now on, it is going to be pretty much impossible.\n\nMake sure you have passive setups (or very efficient autocrafts) for all resources that are used in lots of recipes. Garnets, for example, are good to have in a steady supply.\n\nMake sure your autocrafts are fast and reliable. If there are multiple recipes for one item, it\u0027ll be a good idea to use the easiest option available at the moment.\n\nTake a look at the side quests! There are lots of goodies there that should help out!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Infrastructure Is Important!" - } - }, - "questID:3": 285554142, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "iceandfire:pixie_dust" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/286.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/286.json deleted file mode 100644 index 0683c761..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/286.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 285 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - }, - "name:8": "The Enemy Next Door..." - } - }, - "questID:3": 286, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/287.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/287.json deleted file mode 100644 index e5776743..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/287.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_computer" - }, - "name:8": "A new Age!" - } - }, - "questID:3": 287, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/288.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/288.json deleted file mode 100644 index cc4d8cc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/288.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 347 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Well, I think I know why the Testificates were being secretive about the Arbiter.\nHe is dead. Dead by the hands of the Meatball Man.\nFull of righteusness, the god of the Testificates had chased his foe into Pixonia, and there, they had their confrontation. Only one of the two would coume out of that encounter.\nAfter not hearing back from their master, faithful of the Arbiter followed the undead into the land of the Meatball Man, and there they discovered what had happened.\nWhat was left of the Arbiter on Terra were only two things, a strange sequence of characters, unreadable by any Testificate, and a letter, with a prophecy.", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:blockorichalcos" - }, - "name:8": "Long Live the Arbiter" - } - }, - "questID:3": 288, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:blockorichalcos" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/289.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/289.json deleted file mode 100644 index de2498a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/289.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 351 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:extreme_crafting_table" - }, - "name:8": "Extreme Fabrication" - } - }, - "questID:3": 289, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:extreme_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/29.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/29.json deleted file mode 100644 index 49b844b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/29.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o1.2.5 dupes were the best!§r\n\nThe circle within 1200 blocks of spawn is safe(r).\nNo dragons here!", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - }, - "name:8": "We love our safe space!" - } - }, - "questID:3": 29, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:sugar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/290.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/290.json deleted file mode 100644 index 9b1baaf3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/290.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 345 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_demantoid" - }, - "name:8": "Recursive Demantoid" - } - }, - "questID:3": 290, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_demantoid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/291.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/291.json deleted file mode 100644 index d5e4e27b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/291.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 290 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 7!\n\n§fIn the race towards full space-warping abilities, I seem to be beating the Shyre Empire at catching up with the Twilight Horde.\nAn empire that spands hundreds of worlds, and yet they behave like overconfident meatheads. Unfortunately for them, magic ability and innate power are only part of what this race is about.\nI am good at one thing, and that is seeking knowledge! \nThe way into the next Mythic Shell is mine!\nWell, to be fair, while I have the knowledge, I still seem to be lacking the power of making full use of it, but there are others who can. \nBoth the Twilight Horde and the Shyre Empire are looking at me and, most importantly, at what I have learned. I cannot slip up now.", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_star" - }, - "ismain:1": 1, - "name:8": "Power from Apalachia" - } - }, - "questID:3": 291, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:apalachia_star" - }, - "TrophyName:8": "Starry Apalachia Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/292.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/292.json deleted file mode 100644 index 16e1c2e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/292.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 291 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The elaborate nature of the Mythic Shells of the Twilight Horde is astonishing, and a great reminder of the beauty of our Universe.\nEach of the barriers between the Twilight worlds has been its own showcase of mathematical wonder, and this one is not different. It is a pathological functional space.\nIf the barrier between the Eden and Wildwood can be thought as a single fold, the barrier to Apalachia is an infinite series of folds going back and forth, each producing a smaller and smaller effect, the Barrier to the next World, Skythern, is a series of folds, where there are infinitely many folds between each pair, over and over, in an endlessly self-repeating fractal of space, continuous, yet unreachable.\nThis is not the first time I think of this, but I cannot help but be impressed at how amazing some of my enemies\u0027 creations are. ", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_block" - }, - "name:8": "Am I there yet?!?" - } - }, - "questID:3": 292, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:apalachia_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/293.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/293.json deleted file mode 100644 index bc468ab0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/293.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:skythern_core" - }, - "name:8": "Skythern Core" - } - }, - "questID:3": 293, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cori_experience" - }, - "TrophyName:8": "Cori Experiencer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:skythern_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/294.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/294.json deleted file mode 100644 index 34920e2a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/294.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 293 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dream_cluster" - }, - "name:8": "I\u0027m not strong enough!" - } - }, - "questID:3": 294, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dream_cluster" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/295.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/295.json deleted file mode 100644 index 9e267c30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/295.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 294 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:enhanced_chaos_shard" - }, - "name:8": "§kChaos§r Shard" - } - }, - "questID:3": 295, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:enhanced_chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/296.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/296.json deleted file mode 100644 index e68096e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/296.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:skythern_star" - }, - "name:8": "Power from Skythern" - } - }, - "questID:3": 296, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:skythern_star" - }, - "TrophyName:8": "Starry Skythern Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:skythern_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/297.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/297.json deleted file mode 100644 index 3faccc33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/297.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 296 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "And it\u0027s not even morning...", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_log" - }, - "name:8": "Hardest wood in the Universe" - } - }, - "questID:3": 297, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/298.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/298.json deleted file mode 100644 index c055791f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/298.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 296 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_block" - }, - "name:8": "A hint of what\u0027s coming..." - } - }, - "questID:3": 298, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/299.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/299.json deleted file mode 100644 index 2f1f3c2b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/299.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 297, - 298 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "You should complete all other quests in dimensional ascension alongside vethea if you haven\u0027t done so already", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:nightmare_bed" - }, - "name:8": "Nightmare Bed" - } - }, - "questID:3": 299, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:skythern_star" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:nightmare_bed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/3.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/3.json deleted file mode 100644 index 6345f3bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/3.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 1, - 4, - 2 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDay 1 advice: mobs are dangerous, get wood, build a shelter, stay away from the surface, be careful while caving!\n\nWelcome to chapter 1!\n\n§rThe wormhole opened! But something went wrong! The rift started growing in size, and I touched it...\nNow I am here... but where is here?\nIt seems like I landed on a planet that is similar to earth, the air is easily breathable, and there\u0027s life!\nBut the wormhole is now closed, so I\u0027m stuck here...\nThe main priority now is to survive! I guess it\u0027s time to make some tools and to get some food. After what I\u0027ve discovered, I WILL NOT DIE HERE!!", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:stick" - }, - "ismain:1": 1, - "name:8": "Where the f*** am I?!?" - } - }, - "questID:3": 3, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "id:8": "minecraft:potato" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:stick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/30.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/30.json deleted file mode 100644 index 420fe3fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/30.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese commands are considered to be cheats, but some players cannot live without them.\nUse the chat command /sethome to set your home. Use /home to teleport there.\nUse /spawn to teleport to world spawn.", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "minecraft:bed" - }, - "name:8": "Home" - } - }, - "questID:3": 30, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 6, - "id:8": "minecraft:bed" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/300.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/300.json deleted file mode 100644 index 73180c05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/300.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 299 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:dirty_pearls" - }, - "name:8": "If you die in a dream..." - } - }, - "questID:3": 300, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:scanner", - "tag:10": { - "energy:3": 5000 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "supersoundmuffler:sound_muffler_bauble" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:dirty_pearls" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/301.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/301.json deleted file mode 100644 index e592ddad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/301.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:hammer_template" - }, - "name:8": "I love Hunger!" - } - }, - "questID:3": 301, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "vetheaTemplate", - "id:8": "divinerpg:hammer_template" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hunger_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/302.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/302.json deleted file mode 100644 index 6a3ef7df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/302.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "preRequisites:11": [ - 301 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - }, - "name:8": "Teaker Lump" - } - }, - "questID:3": 302, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:vermenous_spawner", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:infusion_table", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysteriousman_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/303.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/303.json deleted file mode 100644 index ddbcf0a4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/303.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 352 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:quadrotic_lump" - }, - "name:8": "Quadrotic Lump" - } - }, - "questID:3": 303, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:karos_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:quadrotic_lump" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:dream_flint" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/304.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/304.json deleted file mode 100644 index 66e70350..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/304.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 303 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:karos_lump" - }, - "name:8": "Karos Lump" - } - }, - "questID:3": 304, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:raglok_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:karos_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/305.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/305.json deleted file mode 100644 index 2ac57bc4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/305.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 354 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_alchemical_bag" - }, - "name:8": "We Out!" - } - }, - "questID:3": 305, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:minor_vethea_binding" - }, - "TrophyName:8": "Back to normal inventory!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_alchemical_bag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/306.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/306.json deleted file mode 100644 index 0a243839..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/306.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 305 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nightmare_block" - }, - "name:8": "Nightmare Block" - } - }, - "questID:3": 306, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nightmare_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/307.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/307.json deleted file mode 100644 index 5cef047d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/307.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vethea_garnet" - }, - "name:8": "Vethea Garnet" - } - }, - "questID:3": 307, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vethea_garnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/308.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/308.json deleted file mode 100644 index a5f3a392..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/308.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 8!\n\nYou are now a late-game player! Congratulations! Very few make it here!", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dynatos_artifact" - }, - "ismain:1": 1, - "name:8": "For the few..." - } - }, - "questID:3": 308, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/309.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/309.json deleted file mode 100644 index a611b720..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/309.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 310, - 313, - 311, - 312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nightmare_callstone" - }, - "name:8": "Nightmare Callstone" - } - }, - "questID:3": 309, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nightmare_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:vethea_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/31.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/31.json deleted file mode 100644 index 0e2ee312..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/31.json +++ /dev/null @@ -1,231 +0,0 @@ -{ - "preRequisites:11": [ - 28 - ], - "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?!? ", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "minecraft:iron_sword" - }, - "name:8": "Time to Fight!" - } - }, - "questID:3": 31, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 10, - "id:8": "contenttweaker:aglio_olio_peperoncino_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "targetNBT:10": { - "AABB:9": { - "0:6": -0.30000001192092896, - "1:6": 0.0, - "2:6": -0.30000001192092896, - "3:6": 0.30000001192092896, - "4:6": 1.9500000476837158, - "5:6": 0.30000001192092896 - }, - "AbsorptionAmount:5": 0.0, - "Air:2": 0, - "ArmorDropChances:9": { - "0:5": 0.085, - "1:5": 0.085, - "2:5": 0.085, - "3:5": 0.085 - }, - "ArmorItems:9": { - "0:10": {}, - "1:10": {}, - "2:10": {}, - "3:10": {} - }, - "Attributes:9": { - "0:10": { - "Base:6": -2.0, - "Name:8": "tc.mobmod" - }, - "1:10": { - "Base:6": 0.0, - "Name:8": "tc.mobmodtaint" - }, - "2:10": { - "Base:6": 20.0, - "Name:8": "generic.maxHealth" - }, - "3:10": { - "Base:6": 0.0, - "Name:8": "generic.knockbackResistance" - }, - "4:10": { - "Base:6": 0.23000000417232513, - "Name:8": "generic.movementSpeed" - }, - "5:10": { - "Base:6": 2.0, - "Name:8": "generic.armor" - }, - "6:10": { - "Base:6": 0.0, - "Name:8": "generic.armorToughness" - }, - "7:10": { - "Base:6": 1.0, - "Name:8": "forge.swimSpeed" - }, - "8:10": { - "Base:6": 35.0, - "Name:8": "generic.followRange" - }, - "9:10": { - "Base:6": 3.0, - "Name:8": "generic.attackDamage" - }, - "10:10": { - "Base:6": 0.06878280114044505, - "Name:8": "zombie.spawnReinforcements" - } - }, - "CanBreakDoors:1": 0, - "CanPickUpLoot:1": 0, - "DeathTime:2": 0, - "Dimension:3": 0, - "FallDistance:5": 0.0, - "FallFlying:1": 0, - "Fire:2": 0, - "ForgeCaps:10": { - "enderutilities:entity_portal_cooldown:10": { - "LastInPortal:4": 0 - }, - "llibrary:extendedentitydatacapability:10": { - "Ice And Fire - Chain Property Tracker:10": { - "ConnectedEntities:9": {} - }, - "Ice And Fire - Frozen Property Tracker:10": { - "IsFrozen:1": 0, - "TicksUntilUnfrozen:3": 0 - }, - "Ice And Fire - Siren Property Tracker:10": { - "CharmedBySiren:1": 0, - "SirenID:3": 0 - }, - "Ice And Fire - Stone Property Tracker:10": { - "StoneBreakLvl:3": 0, - "TurnedToStone:1": 0 - }, - "Ice and Fire - Player Property Tracker:10": { - "DismountedDragon:1": 0, - "DreadPortalX:3": 0, - "DreadPortalY:3": 0, - "DreadPortalZ:3": 0, - "GauntletDamage:3": 0 - } - }, - "nuclearcraft:capability_entity_rads:10": { - "consumed:1": 0, - "externalRadiationResistance:6": 0.0, - "internalRadiationResistance:6": 0.0, - "maxRads:6": 1000.0, - "poisonBuffer:6": 0.0, - "radXCooldown:6": 0.0, - "radXUsed:1": 0, - "radXWoreOff:1": 0, - "radawayBuffer:6": 0.0, - "radawayBufferSlow:6": 0.0, - "radawayCooldown:6": 0.0, - "radiationImmunityStage:1": 0, - "radiationImmunityTime:6": 0.0, - "radiationLevel:6": 0.0, - "recentPoisonAddition:6": 0.0, - "recentRadXAddition:6": 0.0, - "recentRadawayAddition:6": 0.0, - "setFromMaxHealth:1": 1, - "shouldWarn:1": 0, - "totalRads:6": 0.0 - }, - "plethora:disableai:10": {}, - "thaumicaugmentation:portal_state:10": { - "inPortal:1": 0 - }, - "thebetweenlands:custom_step_sound:10": {}, - "thebetweenlands:entity_gems:10": { - "gems:9": {} - }, - "thebetweenlands:equipment:10": { - "amuletSlots:3": 1 - }, - "thebetweenlands:puppet:10": { - "guard:1": 0, - "recruitmentCost:3": 0, - "stay:1": 0, - "ticks:3": 0 - }, - "tinkertoolleveling:entityxp:9": {}, - "twilightforest:cap_shield:10": { - "permshields:3": 0, - "tempshields:3": 0 - } - }, - "ForgeData:10": {}, - "HandDropChances:9": { - "0:5": 0.085, - "1:5": 0.085 - }, - "HandItems:9": { - "0:10": {}, - "1:10": {} - }, - "Health:5": 20.0, - "HurtByTimestamp:3": 0, - "HurtTime:2": 0, - "Invulnerable:1": 0, - "Leashed:1": 0, - "LeftHanded:1": 0, - "Motion:9": { - "0:6": 0.0, - "1:6": 0.0, - "2:6": 0.0 - }, - "OnGround:1": 0, - "PersistenceRequired:1": 0, - "PortalCooldown:3": 0, - "Pos:9": { - "0:6": 0.0, - "1:6": 0.0, - "2:6": 0.0 - }, - "RelativeAABB:9": { - "0:6": -0.30000001192092896, - "1:6": 0.0, - "2:6": -0.30000001192092896, - "3:6": 0.30000001192092896, - "4:6": 1.9500000476837158, - "5:6": 0.30000001192092896 - }, - "Rotation:9": { - "0:5": 0.0, - "1:5": 0.0 - }, - "UUIDLeast:4": -6950197470729822555, - "UUIDMost:4": 7630138709436812726, - "UpdateBlocked:1": 0, - "id:8": "minecraft:zombie" - }, - "taskID:8": "bq_standard:hunt" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/310.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/310.json deleted file mode 100644 index ac733260..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/310.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_darkness" - }, - "name:8": "Recursion of Darkness" - } - }, - "questID:3": 310, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_darkness" - }, - "TrophyName:8": "Conqueror of Darkness", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_darkness" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/311.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/311.json deleted file mode 100644 index 90799c60..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/311.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_helplessness" - }, - "name:8": "Recursion of Helplessness" - } - }, - "questID:3": 311, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_helplessness" - }, - "TrophyName:8": "Conqueror of Helplessness", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_helplessness" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/312.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/312.json deleted file mode 100644 index f03e524f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/312.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_fear" - }, - "name:8": "Recursion of Fear" - } - }, - "questID:3": 312, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_fear" - }, - "TrophyName:8": "Conqueror of Fear", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_fear" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/313.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/313.json deleted file mode 100644 index 938c1428..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/313.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 308 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_solitude" - }, - "name:8": "Recursion of Solitude" - } - }, - "questID:3": 313, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_solitude" - }, - "TrophyName:8": "Conqueror of Solitude", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_solitude" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/314.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/314.json deleted file mode 100644 index bed6832c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/314.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 315 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:infinity_furnace_bricks" - }, - "name:8": "Infinite Furnacing" - } - }, - "questID:3": 314, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 22, - "id:8": "contenttweaker:infinity_furnace_bricks" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infinity_furnace" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/315.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/315.json deleted file mode 100644 index af3981e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/315.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 313, - 310, - 311, - 312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "avaritia:resource" - }, - "name:8": "Infinity Catalyst" - } - }, - "questID:3": 315, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/316.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/316.json deleted file mode 100644 index 60803359..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/316.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:shyrelands_realmstone" - }, - "name:8": "Shyrelands Realmstone" - } - }, - "questID:3": 316, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:craexxeus_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:soulscorne_spawner", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:arc_wizard_spawner", - "meta:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:shyre_troll_spawner", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:shyrelands_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/317.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/317.json deleted file mode 100644 index 869e7e40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/317.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 316 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse an ancient ring on the Craexxeus altar!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:reinforced_shyre_bricks" - }, - "name:8": "The Shyre Empire Falls" - } - }, - "questID:3": 317, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:xxeus_heart" - }, - "TrophyName:8": "Knockoff Greek Holiday", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:reinforced_shyre_bricks" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:ancient_ring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/318.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/318.json deleted file mode 100644 index 87b03edd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/318.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 317 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_garnet" - }, - "name:8": "Shyrelands Garnet" - } - }, - "questID:3": 318, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_garnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/319.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/319.json deleted file mode 100644 index 0c075018..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/319.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1373 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 9!", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:alkemia_artifact" - }, - "ismain:1": 1, - "name:8": "Supreme Power in the Universe" - } - }, - "questID:3": 319, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/32.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/32.json deleted file mode 100644 index 39de5b1a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/32.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDimensional doors are found around the world and are a good source of starting materials.\n\nAfter travelling through a door, it spawns a rift, use the remover to take the rift out!\n\nSilk touch can be used to mine the fabric blocks in dimensional doors.\n\nif you get stuck, you can use the stuck item to teleport back to the overworld!\n\n§fWhatever the rules physics in this place are, they are not quite like the ones back on Earth. Space seems to spontaneously morph into pockets of reality separate from everywhere else. Something must be causing this, but I have no idea what or why.\nThere are structures in these warrens of twisting corridors and halls, and hidden treasures as well. Someone must\u0027ve used these places for something.", - "icon:10": { - "Count:3": 1, - "id:8": "dimdoors:world_thread" - }, - "name:8": "Stable Fabric" - } - }, - "questID:3": 32, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 15, - "id:8": "dimdoors:world_thread" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dimdoors:world_thread" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 33, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "dimdoors:rift_remover" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/320.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/320.json deleted file mode 100644 index 4b6cc76c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/320.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 319 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 999, - "id:8": "extendedcrafting:singularity_custom" - }, - "name:8": "White Fuel Singularity" - } - }, - "questID:3": 320, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 999, - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/321.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/321.json deleted file mode 100644 index e54f412a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/321.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 320 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:bright_matter" - }, - "name:8": "Bright Matter" - } - }, - "questID:3": 321, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:bright_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/322.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/322.json deleted file mode 100644 index d87cd977..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/322.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWow, you actually went ahead and crafted this! You are crazy!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:defined_ingot" - }, - "name:8": "Defined Ingot" - } - }, - "questID:3": 322, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:defined_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/323.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/323.json deleted file mode 100644 index 36c7c05a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/323.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 322 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:miniature_star" - }, - "name:8": "Dyson Sphere" - } - }, - "questID:3": 323, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ultracapacitor_bank" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dyson_shell" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:dyson_beam" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:dyson_capacitor" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:star_core" - }, - "5:10": { - "Count:3": 1, - "id:8": "glassential:glass_dark" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/324.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/324.json deleted file mode 100644 index 95d1cb23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/324.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 323 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:miniature_pulsar" - }, - "name:8": "Dyson Irradiator" - } - }, - "questID:3": 324, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dyson_collector" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dyson_conduit" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:irradiator_casing" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:pulsar_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/325.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/325.json deleted file mode 100644 index 0c8ca9a4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/325.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "avaritia:resource" - }, - "name:8": "Infinity Ingot" - } - }, - "questID:3": 325, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/326.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/326.json deleted file mode 100644 index 26204b4a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/326.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 325 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:miniature_black_hole" - }, - "name:8": "Dyson Compressor" - } - }, - "questID:3": 326, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:horizon_stabilizer" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:infinity_dyson_conduit" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:dyson_compressor" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_hole_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/327.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/327.json deleted file mode 100644 index 10b5b248..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/327.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Preistoric land of Precasia is one of the Shyre strongholds, yet, it does not feel like one...\ngiven the nature of this empire, and how they are taking over Terra, I would have expected a land of brainwashed beings, or savage monsters. There still are a large amount of animal-looking things in Precasia, but that\u0027s not what surprises me. Every single creature I have met here, no exceptions, has shown to have a quite evident free will. And it is out of their free will that they serve the empire.\nWhoever leads the Shyre empire sure has good PR. Seeing how things are here religion may play a role, I could see a powerful enough recursive being be worshipped by normal people.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:precasia_realmstone" - }, - "name:8": "A Primordial World" - } - }, - "questID:3": 327, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:army_block", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:kaiyu_spawner", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:precasia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/328.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/328.json deleted file mode 100644 index 29a15305..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/328.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "preRequisites:11": [ - 327 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTyrosaur is summoned with a bone horn.\n\nRight click the army block in the skeletal arena to summon the skeletal horde\n\n§fScrew you dinos! And skeletons!\nThe leaders of precasia are interesting. They are beings that clearly posess recursion, and indeed they are worshipped. Not necessarily as full deities, more like the way Roman emperors of old carried a divine will to the eyes of their population.\nI may be connecting too many dots here, but is it possible that the characters of legends were simply knowledgeable about recursion? What if Zeus and Eracles were people that, in one way or another, stubled upon this great power, or any of the other mythic types of magic, and that\u0027s what led to the great myths of old?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasian_cap" - }, - "name:8": "Precasia Falls" - } - }, - "questID:3": 328, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:tyrosaur_horn" - }, - "TrophyName:8": "Tyrosaur Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:skeletron_skull" - }, - "TrophyName:8": "Skeletron Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasian_cap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/329.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/329.json deleted file mode 100644 index f51b3cc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/329.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 328 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Learning about Shyre religion is not what I expected to do as part of my retaliation for Terra, but the insight I am gaining from this place is very useful.\nThe people of Precasia indeed do worship their masters; not as gods, as avatars, envoys of something bigger. In their pantheon there is a clear hierarchy, and by delving into their culture, I was able to get the names of those who sit at the top.\nTheir true deities are called the Immortals... \nDid I just learn who the leaders of the Shyre Empire are?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_garnet" - }, - "name:8": "Precasian Garnet" - } - }, - "questID:3": 329, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:precasia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/33.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/33.json deleted file mode 100644 index d4bf8226..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/33.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGood way to test how much damage you do", - "icon:10": { - "Count:3": 1, - "id:8": "testdummy:dummy" - }, - "name:8": "Test Dummy" - } - }, - "questID:3": 33, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_shield" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "testdummy:dummy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/330.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/330.json deleted file mode 100644 index 99ab0bf3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/330.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Not only Shyre tech can easily open wormholes, but it actually deforms space-time, and make higher dimensions intersect.\nSymilar to how the Dungeon of Arcana took over the halls of the Aesirs, some power over gravity and space-time allows for the land of Lelyetia to exist in a discontinuity in gravity. Well, that\u0027s the best way I can explain this place.\nMathematical functions and fields can have discontinuities; jumps, changes in slope (that\u0027s a discontinuity in a derivative I know), varying variables depending on domains, and singularities. Humanity already knew of singularities, those are black holes, and I guess both Arcana and now Lelyetia are manifestation of these discontinuities.\nWonder if, given enough sednanite, I may be able to achieve something like this, to create a world that is not spherical, or maybe a cosmic string?\n", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:lelyetia_realmstone" - }, - "name:8": "Folding Space-Time" - } - }, - "questID:3": 330, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:graw_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:lelyetia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/331.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/331.json deleted file mode 100644 index 98c5a377..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/331.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 330 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the guardian\u0027s eye on graw altar\n\n§fThe master of Lelyetia has been taken down, and the weird feeling I felt when I first entered is partially gone. \nA weird feeling of wrongness, a pressure weighting on me, as if I my wery being was being rejected by this place. And no it is not related to the weird gravity of Lelyetia, otherwise I would feel something like this in Arcana too. The powers of Graw were, and still are, affecting me.\nThis land still holds some secrets, and I am set on figuring out what\u0027s going on!\nFor starters, whatever the trick of manipulating space-time and gravity may be, science or magic, probably both, is available to both of my foes, and it seems to be used for strategic and military porposes. Places that can only be reached through wormholes, bound to specific coordinates, are quite useful in a cosmic war.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetian_cap" - }, - "name:8": "Lelyetia Falls" - } - }, - "questID:3": 331, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:graw_fang" - }, - "TrophyName:8": "Graw Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetian_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:guardians_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/332.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/332.json deleted file mode 100644 index b04ce9ca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/332.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 331 - ], - "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.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_garnet" - }, - "name:8": "Lelyetia Garnet" - } - }, - "questID:3": 332, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:lelyetia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/333.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/333.json deleted file mode 100644 index 6ed988af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/333.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Shyre empire is vast, and very powerful... so powerful that apparently they can afford leaving one of their main stronghold planets in a state of extreme corruption. This is not unlike the Twilight Forest, where direct, purposeful actions were operpetrated to intentionally turn an entire world into a land of blight.\nThis is the Abyss. The very core of this world is corrupted, down to the actual matter that makes up this place. At the moment, the basis for the words I am about to say is just a feeling, but my feelings have been way too right after I ended up on Terra. This world has a soul, just like any sentient being I have encountered in my now numerous travels, and this soul is one of twisted unhinged madness.\nThis is what a Kardashev type 5 weapon looks like: a world of decay, a god of decay. What the Crimson Cult was able to achieve through effortful deception, the Shyre Empire automated. Deleting planets, ending entire evolutionary chains, can be done by a single being. \nIf this planet soul were to do this on Terra, the planet will be gone in mere moments.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:abyss_realmstone" - }, - "name:8": "Corruption of a Planet" - } - }, - "questID:3": 333, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:illusion_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:shadow_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:abyss_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/334.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/334.json deleted file mode 100644 index 919f87b0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/334.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "preRequisites:11": [ - 333 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse a staring eye on illusion altar to summon elusive.\n\nTo summon the shadowlord use a book of shadows on a shadow altar\n\n§fUnexpectedly, I stumbled upon a very interesting piece of Kardashev stage 5 politics...\nThe Horde and the Empire don\u0027t really seem to have a problem at fighting each other using all they have, including the use of planet-ending magic, like the one used on the Abyss.\nYet, on Terra, they do not; they are very careful about keeping direct conflict to a minimum.\nThose that lead the troops stationed on my new home, now I know, are not the best either faction has to offer, by far. This is quite good for the testificates, all things considered, I just have to make sure things don\u0027t get worse as a consequence of my actions.\nI think I know why, though, or, at least, I have a plausible explanation that makes sense based on available data.\nEach of these two big civilizations doesn\u0027t just want to get their hands on the shards, they want to control their entire supply chain. Because of this, any action that will damage Terra beyond a certain point might push the other faction to pull the trigger on planet-pulverizing actions. \nThis reminds of the way the nuclear deterrent was used during the cold war on Earth. Neither of the factions raised tensions above a certain point, to avoid having the other press the \u0027kill everyone\u0027 button.\nGood for me, 0% chance I would\u0027ve survived if those eldritch abominations had been waiting for me on Terra!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_cap" - }, - "name:8": "Abyss Falls" - } - }, - "questID:3": 334, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:shadowlord_eye" - }, - "TrophyName:8": "Shadowlord Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:elusive_horn" - }, - "TrophyName:8": "Elusive Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:nightmare_flakes" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:book_of_shadows" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:staring_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/335.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/335.json deleted file mode 100644 index 3dc4c211..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/335.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 334 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Bad news! This planet-corrupting soul is way too powerful for me to handle. This may be the single most powerful thing I have encountered until now. Well, the Meatball Man may be stronger, but it seems like he does not want to reveal his hand to me yet. Actually, for all I know there may be lots of other enemies doing the same; I feel small, small and weak.\nGood news! Things will have to go very wrong for such an enemy to enter the battlefield of Terra, or else the Twilight Horde will pull out their big guns too.\nI just have to be careful about showing myself directly helping the Testificates in the warpers, or the Shyre Empire may have a reason to think that the forces of Terra want to escalate this conflict.\nFrom now on, it will be better if I showed myself as an ally to the Bubbell Alliance of bees. They don\u0027t seem to have a direct stake on Terra, they have a suprising amount of fire power, and they are more than willing to endorse my actions.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_garnet" - }, - "name:8": "Abyss Garnet" - } - }, - "questID:3": 335, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:abyss_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/336.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/336.json deleted file mode 100644 index f33ff355..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/336.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "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.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:deeplands_realmstone" - }, - "name:8": "Impossible Depths" - } - }, - "questID:3": 336, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:kror_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:deeplands_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/337.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/337.json deleted file mode 100644 index afc37d09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/337.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "preRequisites:11": [ - 336 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlace a charging table on top of kror altar, and right click with the boulder dash.\n\n§fInteresting, the Shyre Empire placed a master of recursion to protect a cave world that barely has any useful resource.\nRunium is cool, I guess, but it definitely isn\u0027t worth spending all this military infrastructure on, when it only possesses minor alchemical properties, and it is only capable of transmuting a low range of elements.\nDon\u0027t get me wrong, the fact that this material exists to begin with is impressive, but compared to any alchemist it has very limited abilities, making it a mildly convenient tool for a powerful empire that has climbed the Kardashev scale.\nIf you have the power to control space-time, wouldn\u0027t it be better to find a planet full of red matter? \nI have two hypotheses. The first, they just want to study it; at the end of the day, curiosity is a staple of every life form, no matter how evil or devoid of ethics. The second, the Shyre Empire has no alchemy, they cannot do it; I have yet to see alchemists in any of these territories. There are many on Terra, and even bees are capable of performing this art, but what if none of the species under the unbrella of this empire actually have the capability to do so.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:deepland_cap" - }, - "name:8": "Deeplands Fall" - } - }, - "questID:3": 337, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:kror_sediment" - }, - "TrophyName:8": "Kror Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:deepland_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:charging_table" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:boulder_dash" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/338.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/338.json deleted file mode 100644 index 52c29147..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/338.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 337 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I will say, I am very surprised that the Shyre Empire has no knowledge of alchemy. \nWeirdly enough, my second option was correct. Some of the higher ups in the empire, for some reasons still unknown, use charged runium for their own magic art, runation. It is not the first time I encountered it. Some Testificate Alchemists on Terra still practice it, and it is a way to use alchemy as a weapon in ways that would not otherwise be possible, but it has long been outclassed by other arts such as astral sorcery. \nThe Testificates that still practice it do so in case there may be undiscovered secrets. Those of the Shyre Empire, on the other hand, out of the hundreds of worlds they control, have not a single alchemist in their midsts. That\u0027s why they even have secure portal lines to connect the Deeplands to one of the governing worlds.\nWhat are the requirements that make alchemy so common among Testificates and bees, and yet so uncommon anywhere else. The only thing I can think of is compassion, but that can\u0027t be it. Right?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_garnet" - }, - "name:8": "Deeplands Garnet" - } - }, - "questID:3": 338, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:deeplands_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/339.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/339.json deleted file mode 100644 index 933c356e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/339.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Again, despite being my enemies, I have to appreciate the beauty and diversity of the territories in the Shyre Empire. There\u0027s a whole civilization that evolved from nitrate! The creepers are deadly creatures, but the fact that nature produced such beings is astonishing. They self-immolate by exploding, and leave spores that makes more creepers. The circle of life sure is crazy. \nThis is very cool, although there is something that does not feel right about this. Some of these creepers have forgone the self-immolation part, and some have varying levels of consciousness, despite being basically the same type of creature. There is something more than evolution at play, I believe.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:creeponia_realmstone" - }, - "name:8": "Life from Nitrate?!?" - } - }, - "questID:3": 339, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:creep_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:creeponia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/34.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/34.json deleted file mode 100644 index f0b5d642..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/34.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "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...", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:enchanting_table" - }, - "name:8": "Magic is Real!" - } - }, - "questID:3": 34, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumium_sword" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:enchanting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/340.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/340.json deleted file mode 100644 index b5c043a2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/340.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 339 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse explosive gems on a creep altar\n\n§fI was right, life on Creeponia is artificial! And yet again, something that is beautiful and interesting has been ruined by futher discoveries. I swear I am not turning into a nihilst, but it sure is hard being able to look at this without some sort of coping to detach from the awful things I see.\nImagine existing and living solely to be a suicide bomber. The sole purpose of your creation being used as a weapon. I have appreciated many things about Shyre civilization, but this is yet another reminder of how evil and scary this empire is.\nTheir complete lack of ethics is chilling. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponian_cap" - }, - "name:8": "Creeponia Falls" - } - }, - "questID:3": 340, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:creep_explosive_gland" - }, - "TrophyName:8": "C.R.E.E.P. Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponian_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/341.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/341.json deleted file mode 100644 index c6551596..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/341.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 340 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The creepers, these sad creatures of destruction, are yet another product of recursion. \nIt seems the ability to use this power was given to the higher up of Creeponia, who I know to still be an artificially created being. So recursion works on artificial life too. \nThe more I study new powers from my powerful enemies, the more it seems to relate back to recursion. To an extent, I am gaining more independence over my own recursive powers, could it be that I may achieve similar abilities too. Not that I want to, but one has to ask. Is this a result of a single power, or are there other factors at play I cannot imagine? Would I be able to turn creatures created through essence into recursive beings? \nWhat makes a creature alive? Back on Earth, we never considered essence animals to be truly alive, they lached the \u0027will\u0027 real animals have. And now I am confronted with artificial life that\u0027s even capable of magic.\nAnd this all gets back to the nature of recursion, I really have to figure out how it works!\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_garnet" - }, - "name:8": "Creeponia Garnet" - } - }, - "questID:3": 341, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:creeponia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/343.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/343.json deleted file mode 100644 index aa5ba397..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/343.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "preRequisites:11": [ - 136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBaroness is summoned by using a Warlock Gem on a Baroness Altar.\n\nUse a Hive Egg on a Hive Spawner to summon the Hive King\n\n§fBarathos\u0027 is a very religious planet, and their religion is NOT PEACEFUL!\nAnd, of course, the avatars of their god of war are recursion masters...\nRecursion, among the many powers I have encountered, is very interesting. Many times during my journeys, I have tried to form some type of hierarchy of the various magical fields, trying to enstablish which depends on which.\nThe eldritch powers of the monster Cha\u0027garoth, for example, seem to rely on the field of aura, and on the use of specific essentias, and yet, the final result is a magic type that\u0027s very much not thaumaturgy. It depends on thaumaturgy, but it does not look like thaumaturgy, similar to how gravity is a change in the field of space-time, but it doesn\u0027t look like it, it looks like acceleration. If it didn\u0027t, we could have figured it out way before Einstein came along.\nBecause of this, trying to enstablish a hierarchy is of outmost importance, if I want to progress in my study of magic.\nRecursion, though, is weird. Its dynamics remind me of a pendulum that never stops. What causes recursion effects to happen is other recursion effects. It is like light travelling in the void of space, it keeps going. Even light, though, loses its energy once it encounters things that aren\u0027t the void. Recursion, though, just happens.\nI keep coming back, and so do my enemies, although not as fast as me, thankfully. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathos_cap" - }, - "name:8": "Barathos Falls" - } - }, - "questID:3": 343, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:hive_king_tendril" - }, - "TrophyName:8": "Hive King Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:baroness_brain" - }, - "TrophyName:8": "Baroness Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathos_cap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/344.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/344.json deleted file mode 100644 index b72a75a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/344.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 343 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "From visiting Shyre territories, and especially Barathos, I\u0027ve been able to piece a few things together.\n1. Whoever is leading this empire has full power over recursion, and this type of control is something that can be teached. The Baroness was capable of teaching this power to beasts of Barathos, even granting them intelligence. Looking at the way the society of this world is structured, though, I strongly believe recursion was not part of this society from the start.\n2. The creatures inhabiting Shyre planets are not opposed to their rulers and, as a matter of fact, they respect them, and even aid them. I suspect this has to do with the gift of recursion.\n3. Many of the Shyre people believe in a \u0027god of war\u0027, who has come into this world to start a \u0027holy crusade\u0027 to eliminate weakness from the universe. I don\u0027t want to jump to conclusions, but, I think, the empire is not just an \u0027empire\u0027, but a religion. One with many denominations and septs, though, seeing how differing the values of each Shyre world are.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathos_garnet" - }, - "name:8": "Barathos Garnet" - } - }, - "questID:3": 344, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:barathos_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathos_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:barathos_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/345.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/345.json deleted file mode 100644 index fd160bc0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/345.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_reactor" - }, - "name:8": "Am I strong enough?" - } - }, - "questID:3": 345, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_excavation_reactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/346.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/346.json deleted file mode 100644 index f380d014..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/346.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 287 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_elven_knowledge" - }, - "name:8": "Elven Metallurgy" - } - }, - "questID:3": 346, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_elven_knowledge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/347.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/347.json deleted file mode 100644 index c3e16f61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/347.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 346 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:resource" - }, - "name:8": "Crystal Perfection" - } - }, - "questID:3": 347, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/348.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/348.json deleted file mode 100644 index 6e30f090..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/348.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 289 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:neutron_collector" - }, - "name:8": "Pure Neutrinos" - } - }, - "questID:3": 348, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:neutron_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/349.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/349.json deleted file mode 100644 index 86690ac8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/349.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 302 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:amthirmis_lump" - }, - "name:8": "Amthirmis Lump" - } - }, - "questID:3": 349, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:amthirmis_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/35.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/35.json deleted file mode 100644 index 579c7aae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/35.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 34 - ], - "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", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:altar_of_corruption" - }, - "name:8": "Fundamentals of magic" - } - }, - "questID:3": 35, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_cannon" - }, - "1:10": { - "Count:3": 24, - "id:8": "divinerpg:corrupted_bullet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:altar_of_corruption" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/350.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/350.json deleted file mode 100644 index eda6dbd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/350.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 288 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The prophecy of the Arbiter, the last writ of this nearly-all-knowing being, told of one person, one not from Terra, that would arrive from meteorite of sky stone, at the peak of an eclipse, and followed by the Rainbours; This newcomer will be given the blessing of alchemy, and the power to restore balance between order and chaos.\nThis is me, I am the one the prophecy predicted. That is why the Testificates were asking those specific questions, that is why the Meatball Man is interested in me!\nAlchemy is a strange one, I was never capable of feeling it until I came to Terra, but now it is just second nature. Almost as if the other conditions in the prophecy were part of a ritual to unlock that ability within me. The ability to access this type of magic, after all, is rare and precious, so rare and precious that the Shyre Empire was happy to get the scraps of any weakened form of it for runation. \nAnd while the prophecy predicts of my coming, it does not state my purpose.\nWhat is this prophecy predicting? What role am I to play in this battle? Why me? What does this restoration between order and chaos mean?\nWell, I may get some more answers in my next voyage. The strange characters left by the Arbiter, for just an instant, started to make sense, and just like that, they went back to being gibberish. Coordinates to a space between the Proxima Stars. That is where the sky stone meteorites come from, that is where I will find more answers!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:proxima_artifact" - }, - "name:8": "Signal from the Belt" - } - }, - "questID:3": 350, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:proxima_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/351.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/351.json deleted file mode 100644 index 23355400..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/351.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The asteroid belt between the Proxima stars is a strange place, filled with technology that looks faintly familiar.\nTechnology left here by the Arbiter for me, that much I know, otherwise why would I have understood the strange characters as soon as I knew of the prophecy.\nThese satellites mark an important location for the Arbiter, a place where they experimented, and played with recursion to generate new materials and technologies.\nFrom what I know, the Arbiter was some sort of engineer, who studied magic in a way similar to what I am doing now. They were much more powerful than me, at elast as I am now, and were able to come up with something that does not quite make sense.\nMatter that is, well, just matter, with no other identification. What color is it? I\u0027m not sure. Is it heavy? No idea. No matter what I do, what property I measure, the readings come out different every time. Whatever this is, its main property is being unidentified.\nAfter learning what I now know from Ogerite and how recursive properties can be passed on, I believe I should be able to give this \u0027unidentifiableness\u0027 to other matter.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:unidentified_body" - }, - "name:8": "What is this?" - } - }, - "questID:3": 351, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:unidentified_body" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/352.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/352.json deleted file mode 100644 index c4492026..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/352.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 356 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:pardimal_lump" - }, - "name:8": "Pardimal Lump" - } - }, - "questID:3": 352, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:quadrotic_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:pardimal_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysteriousman3_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/353.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/353.json deleted file mode 100644 index 76fd27e1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/353.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 304 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:heliosis_lump" - }, - "name:8": "Heliosis Lump" - } - }, - "questID:3": 353, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:wreck_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:heliosis_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/354.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/354.json deleted file mode 100644 index b0807f7d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/354.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 358 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:minor_vethea_binding" - }, - "name:8": "Vethea Binding" - } - }, - "questID:3": 354, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:minor_vethea_binding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/355.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/355.json deleted file mode 100644 index bfd69841..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/355.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:darven_lump" - }, - "name:8": "Darven Lump" - } - }, - "questID:3": 355, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:darven_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysteriousman2_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/356.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/356.json deleted file mode 100644 index d91e91d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/356.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 355 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:cermile_lump" - }, - "name:8": "Cermile Lump" - } - }, - "questID:3": 356, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:cermile_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/357.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/357.json deleted file mode 100644 index d695061c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/357.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 353 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:arksiane_lump" - }, - "name:8": "Arksiane Lump" - } - }, - "questID:3": 357, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:arksiane_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/358.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/358.json deleted file mode 100644 index aeb8627b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/358.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dream_callstone" - }, - "name:8": "Dream Callstone" - } - }, - "questID:3": 358, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dream_callstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/359.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/359.json deleted file mode 100644 index aedac66e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/359.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMake sure to get a woot model for each boss in Mortum, with the exception of Karot, they are going to be required in chapter 9. For Karot you will still have to farm it, but using a taxcollector bee contraption.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_block" - }, - "name:8": "Skythern Block" - } - }, - "questID:3": 359, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/360.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/360.json deleted file mode 100644 index a89ea9c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/360.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "preRequisites:11": [ - 359 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mortum_core" - }, - "name:8": "The Twilight Horde Falls" - } - }, - "questID:3": 360, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:karot_horn" - }, - "TrophyName:8": "Bull Bully", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:vamacheron_fur" - }, - "TrophyName:8": "Hyper Bunny FTW", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:reyvor_eye" - }, - "TrophyName:8": "Raymond? Reyvor!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:densos_eye" - }, - "TrophyName:8": "Dense!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "4:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:fiend_soul" - }, - "TrophyName:8": "Fiend? Soul Fiend!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "5:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:twilight_antenna" - }, - "TrophyName:8": "The Final Antenna", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mortum_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/361.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/361.json deleted file mode 100644 index 84061cf7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/361.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 360 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mortum_star" - }, - "name:8": "Mortum Star" - } - }, - "questID:3": 361, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mortum_star" - }, - "TrophyName:8": "Starry Mortum Idol", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mortum_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/362.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/362.json deleted file mode 100644 index 3c5f893b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/362.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 326 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 317, - "id:8": "contenttweaker:material_part" - }, - "name:8": "Halite Ingot" - } - }, - "questID:3": 362, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 317, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/363.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/363.json deleted file mode 100644 index 42cf67e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/363.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 362 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_sword" - }, - "name:8": "Infinity Gear" - } - }, - "questID:3": 363, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_sword" - }, - "1:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_bow" - }, - "2:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_helmet" - }, - "3:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_chestplate" - }, - "4:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_pants" - }, - "5:10": { - "Count:3": 1, - "id:8": "avaritia:infinity_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/364.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/364.json deleted file mode 100644 index 502ca117..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/364.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Am I worthy? Well, I guess I am, or else I would not have been given access to this place, Gallifrey.\nThe coordinates of the wormholes I have traversed, until now, have been bound to special material with recursive properties. This one, though is different. It is bound directly to a fractallite recursion, to a raw recursive power, like the ones that the creatures of Nero possess.\nThis one is not bound to an emotion such as fear, nor to a concept such as darkness; this is the recursive power of an attribute, worthiness. So yes, I am worthy. But worthy of what?\nThat\u0027s the loophole behind much of the magic I have encountered. The warriors of Barathos follow the power of honor in battle, but that does not make them honorable; fighting honorably for a non-honorable cause is enough for them to fulfill their pact, and maintain their powers. A similar loophole, I suspect, is what makes me worthy of Gallifrey.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gallifrey_warper" - }, - "name:8": "Gallifrey, the World of the Worthy" - } - }, - "questID:3": 364, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:ethical_empanada" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gallifrey_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/365.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/365.json deleted file mode 100644 index e900cacc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/365.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 325 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:infinity_egg" - }, - "name:8": "The Infinite Chicken" - } - }, - "questID:3": 365, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:infinity_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/366.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/366.json deleted file mode 100644 index 0602a4ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/366.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "magnatar_stabilizer" - } - }, - "name:8": "Magnatar Stabilizer Bucket" - } - }, - "questID:3": 366, - "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": "magnatar_stabilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/367.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/367.json deleted file mode 100644 index 33c97e41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/367.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 322 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:definer_core" - }, - "name:8": "Definer Core" - } - }, - "questID:3": 367, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:definer_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/368.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/368.json deleted file mode 100644 index 708a47f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/368.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:aesir_rift" - }, - "name:8": "Aesir Rift" - } - }, - "questID:3": 368, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:aesir_rift" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/369.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/369.json deleted file mode 100644 index 365d360e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/369.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 321 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "avaritia:resource" - }, - "name:8": "Infinity Catalyst" - } - }, - "questID:3": 369, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/37.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/37.json deleted file mode 100644 index e0642cc9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/37.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGo out and explore! The overworld is full of good stuff both above and below ground!\n\nInk sacs are going to be very useful! They can be found in worldgen structures in every biome! Look for prismarine!\n\nThe nature compass can help you find biomes if you need/want to get your hands on particular resources!\n\n§rDespite the abundance of monsters and other weird creatures, it seems like intelligent beings also live on this planet.\nThere are a lot of buildings randomly scattered around this land, so someone must have built them...\nI need to find other intelligent beings, maybe they are like some of the other creatures I\u0027ve seen, and can open a wormhole to get me out of here.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:compass" - }, - "name:8": "Exploration" - } - }, - "questID:3": 37, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "naturescompass:naturescompass", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:paper", - "tag:10": { - "display:10": { - "Name:8": "Stay away from nuclear wastelands" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:paper", - "tag:10": { - "display:10": { - "Name:8": "Screenshots Get Copied to Clipboard" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 32, - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/370.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/370.json deleted file mode 100644 index 5d17b9cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/370.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 409 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortallis_garnet" - }, - "name:8": "Immortallis Garnet" - } - }, - "questID:3": 370, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortallis_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortallis_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/371.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/371.json deleted file mode 100644 index 83090ebf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/371.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 317, - 360 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_prison_key" - }, - "name:8": "Recursion Prison Key" - } - }, - "questID:3": 371, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursion_prison_key" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:first_recursive_lock" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:second_recursive_lock" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:third_recursive_lock" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:fourth_recursive_lock" - }, - "5:10": { - "Count:3": 1, - "id:8": "contenttweaker:fifth_recursive_lock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/372.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/372.json deleted file mode 100644 index 3eafbd5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/372.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 371 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_callstone" - }, - "name:8": "Sacred Callstone" - } - }, - "questID:3": 372, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursion_prison_key" - }, - "TrophyName:8": "For Recursion!", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/373.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/373.json deleted file mode 100644 index 14ba2c82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/373.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 372 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_acorn" - }, - "name:8": "Sacred Acorn" - } - }, - "questID:3": 373, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacred_acorn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/374.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/374.json deleted file mode 100644 index a380398e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/374.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 316 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:matrix_ore" - }, - "name:8": "Matrix Ore" - } - }, - "questID:3": 374, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:matrix_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/375.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/375.json deleted file mode 100644 index 644050c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/375.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 359 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ultimate_ore" - }, - "name:8": "Ultimate Ore" - } - }, - "questID:3": 375, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ultimate_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/376.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/376.json deleted file mode 100644 index 061a8330..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/376.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:white_hole" - }, - "name:8": "Negative Exotic Body" - } - }, - "questID:3": 376, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:white_hole" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:collapser_casing" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:collapser_conduit" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:gravity_inverter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/377.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/377.json deleted file mode 100644 index 03dece99..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/377.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - }, - "name:8": "Nightmare Synthesizer" - } - }, - "questID:3": 377, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/378.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/378.json deleted file mode 100644 index 51566b53..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/378.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 307 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "You should make a lot of this!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:universal_realgar" - }, - "name:8": "Universal Realgar" - } - }, - "questID:3": 378, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:universal_realgar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/379.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/379.json deleted file mode 100644 index 9afe75c0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/379.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "preRequisites:11": [ - 301 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for each template to see what items can be crafted using the Infusion Table.\n\nFor each recipe, Lumps should be added one by one until you get the exact number!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_hammer" - }, - "name:8": "Dream Infusion Crafting" - } - }, - "questID:3": 379, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:disk_template" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:hammer_template" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:staff_template" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:claw_template" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:cannon_template" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:bow_template" - }, - "6:10": { - "Count:3": 1, - "id:8": "divinerpg:backsword_template" - }, - "7:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_template" - }, - "8:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_template" - }, - "9:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_template" - }, - "10:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_template" - }, - "11:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_template" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/38.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/38.json deleted file mode 100644 index ec6e542d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/38.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I found a village of intelligent creatures! They call themselves the testificates, and they are native to this planet, which they call Terra.\nThe testificates have a troubled history, they used to be a powerful civilization, advanced in the use of magic, which they used to open portals to connect them to other parts of the planet, including the massive caves that fill Terra\u0027s underground.\nThen, war from outside came. This has something to do with the fact that the Universe\u0027s rarest mineral, dimensional shards, appear naturally, and ever since their discovery, the mightiest powers in the universe have fought to gain control over it.\nMost of the creatures currently on Terra are not natives, instead they are here to fight. Some of them, I was told, are from \u0027nations\u0027 that have been able to take over entire galaxies!\nI should be very careful about who I fight, I\u0027m dealing with Kardashev type 3 civilizations that have powers beyond any human understanding. \nI feel very sorry for the testificates, to see your planet be invaded and become a battleground between type 5 civilizations is truly tragic...", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:emerald" - }, - "name:8": "Terra" - } - }, - "questID:3": 38, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:charm_wing", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/380.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/380.json deleted file mode 100644 index 33f77b96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/380.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 303 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:sentient_sword", - "tag:10": {} - }, - "name:8": "Sentient Sword" - } - }, - "questID:3": 380, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:sentient_sword", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_forge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/381.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/381.json deleted file mode 100644 index 0753f014..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/381.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 304 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:dragons_blood_sapling" - }, - "name:8": "Dragons Blood Sapling" - } - }, - "questID:3": 381, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:dragons_blood_sapling" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:dirt" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "minecraft:dye" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:boline" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/382.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/382.json deleted file mode 100644 index 906c0478..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/382.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "preRequisites:11": [ - 355 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "plustic:laser_gun", - "tag:10": { - "AttackDuration:3": 0, - "Energy:6": 260000.0, - "LockCooldown:3": 0, - "Modifiers:9": { - "0:10": { - "color:3": -16718206, - "identifier:8": "jaded", - "level:3": 1 - }, - "1:10": { - "color:3": -16774314, - "identifier:8": "im_a_superstar", - "level:3": 1 - }, - "2:10": { - "color:3": -1507370, - "identifier:8": "endspeed", - "level:3": 1 - }, - "3:10": { - "bonus_modifiers:3": 0, - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1, - "xp:3": 180 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 4.6, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 797, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 260000, - "LaserGunPower:5": 4.6, - "LaserGunRange:5": 70.0, - "MiningSpeed:5": 7.63 - }, - "StatsOriginal:10": { - "Attack:5": 4.6, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 797, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 260000, - "LaserGunPower:5": 4.6, - "LaserGunRange:5": 70.0, - "MiningSpeed:5": 7.63 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "jade", - "1:8": "titanium", - "2:8": "starmetal", - "3:8": "endrod" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "jaded", - "1:8": "im_a_superstar", - "2:8": "endspeed", - "3:8": "toolleveling" - } - } - }, - "name:8": "Laser Beams!" - } - }, - "questID:3": 382, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "1:10": { - "Count:3": 1, - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "aoa3:lunar_block" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "tconstruct:tough_tool_rod", - "tag:10": { - "Material:8": "jade" - } - }, - "3:10": { - "Count:3": 1, - "id:8": "plustic:battery_cell", - "tag:10": { - "Material:8": "endrod" - } - }, - "4:10": { - "Count:3": 1, - "id:8": "plustic:pipe_piece", - "tag:10": { - "Material:8": "titanium" - } - }, - "5:10": { - "Count:3": 1, - "id:8": "plustic:laser_medium", - "tag:10": { - "Material:8": "starmetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/383.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/383.json deleted file mode 100644 index 069368e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/383.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 355 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:pyromancer_staff" - }, - "name:8": "Pyromancer\u0027s Staff" - } - }, - "questID:3": 383, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:pyromancer_staff" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/384.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/384.json deleted file mode 100644 index ab34257e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/384.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 356 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_ingot" - }, - "name:8": "Fiery Ingot" - } - }, - "questID:3": 384, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/385.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/385.json deleted file mode 100644 index 77e9ef33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/385.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNether bricks can be made in the hellfire forge!", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:catechu_brown" - }, - "name:8": "Catechu Brown" - } - }, - "questID:3": 385, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:catechu_brown" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:nether_brick_witches_altar" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_cauldron" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/386.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/386.json deleted file mode 100644 index a143b78f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/386.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 299 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:crafting_table" - }, - "name:8": "Basic Fabrication (Again)" - } - }, - "questID:3": 386, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/387.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/387.json deleted file mode 100644 index 730c1af7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/387.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 386 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:furnace" - }, - "name:8": "Cooking (Again)" - } - }, - "questID:3": 387, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/388.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/388.json deleted file mode 100644 index 481e39f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/388.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 300, - 387 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "name:8": "Some protection" - } - }, - "questID:3": 388, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "1:10": { - "Count:3": 1, - "OreDict:8": "oreIron", - "id:8": "minecraft:iron_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/389.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/389.json deleted file mode 100644 index 8b7ee2df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/389.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 390 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:materials" - }, - "name:8": "Seared Brick" - } - }, - "questID:3": 389, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:materials" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:lava_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/39.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/39.json deleted file mode 100644 index 03530632..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/39.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe §c§ §c§oBook of Worlds§r §7§oquests contain descriptions on how to reach each dimension, and the order of progression!\nIf you are unsure, follow the \u0027dimensional ascension\u0027 questline, it will guide you, sort of...\nAnd if you\u0027re wondering about DivineRPG and Advent of Ascension, be reminded that this pack\u0027s progression starts when a normal kitchen sink pack\u0027s progression would end...\n...So it will take a while until you get there.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_lens" - }, - "name:8": "How do I reach this dimension?!?" - } - }, - "questID:3": 39, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 12, - "id:8": "aoa3:raw_charger_shank" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:raw_charger_shank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/390.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/390.json deleted file mode 100644 index 53225f64..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/390.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 387 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:grindstone" - }, - "name:8": "Quartz Grindstone" - } - }, - "questID:3": 390, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:grindstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/391.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/391.json deleted file mode 100644 index a1958cf0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/391.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_imprisonment_tool" - }, - "name:8": "Mob Imprisonment Tool" - } - }, - "questID:3": 391, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/392.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/392.json deleted file mode 100644 index 77c86581..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/392.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 389 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Can be automated uring hoppers, droppers, and a redstone clock", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - }, - "name:8": "Teaker Lump" - } - }, - "questID:3": 392, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/393.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/393.json deleted file mode 100644 index 007bbd83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/393.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 389 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "name:8": "Redstone" - } - }, - "questID:3": 393, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:quartz" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:red_dream_bricks" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:light_dream_bricks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/394.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/394.json deleted file mode 100644 index 91e135e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/394.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "preRequisites:11": [ - 298 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Time to start thinking about some crafting components!", - "icon:10": { - "Count:3": 1, - "Damage:2": 666, - "id:8": "extendedcrafting:singularity_custom" - }, - "name:8": "Singularity Time?" - } - }, - "questID:3": 394, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 666, - "id:8": "extendedcrafting:singularity_custom" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 656, - "id:8": "extendedcrafting:singularity_custom" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 657, - "id:8": "extendedcrafting:singularity_custom" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 658, - "id:8": "extendedcrafting:singularity_custom" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 659, - "id:8": "extendedcrafting:singularity_custom" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 660, - "id:8": "extendedcrafting:singularity_custom" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 654, - "id:8": "extendedcrafting:singularity_custom" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 652, - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/395.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/395.json deleted file mode 100644 index 0c67ec75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/395.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:horrific_callstone" - }, - "name:8": "Horrors of All Realms" - } - }, - "questID:3": 395, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:horrific_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/396.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/396.json deleted file mode 100644 index b9300bc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/396.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sticky_callstone" - }, - "name:8": "Eww, Sticky" - } - }, - "questID:3": 396, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sticky_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/397.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/397.json deleted file mode 100644 index 6827cf6a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/397.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runic_key" - }, - "name:8": "Warden of the Shyre Empire" - } - }, - "questID:3": 397, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runic_key" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/398.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/398.json deleted file mode 100644 index 28ce969d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/398.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 395 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cosmic_fracture" - }, - "name:8": "Cosmic Fracture" - } - }, - "questID:3": 398, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cosmic_fracture" - }, - "TrophyName:8": "Horrible House", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cosmic_fracture" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/399.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/399.json deleted file mode 100644 index dac5fb9d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/399.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 396 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:big_slime" - }, - "name:8": "Big Slime" - } - }, - "questID:3": 399, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:big_slime" - }, - "TrophyName:8": "Big Slime Big Win", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:big_slime" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/4.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/4.json deleted file mode 100644 index d6bc81e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/4.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is a laggy pack, so try keeping large automation under control!\n\n§rThis is a story about portals and space-time, but all this cool and powerful stuff is not necessarily good for the fabric of reality, which may freeze and break, from time to time...\n\n§osomething something§o§r there will be lag...\nThanks to Luctor for the quest suggestion!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:rift_essence" - }, - "name:8": "The universe is shattering! " - } - }, - "questID:3": 4, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 24, - "id:8": "minecraft:carrot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/40.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/40.json deleted file mode 100644 index 5ba1c11d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/40.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSearch for tinker modifier in JEI for list of modifiers. Any material can be used for the tool forge!\n\nThe §cTinkerer\u0027s Toolbox §7§oquest tab will guide you through the mod\u0027s mechanics!\n\n§rModular is better! Now that I know I\u0027m stuck here, at least for the forseeable future, I should start focusing on better tools and weapons.", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern" - }, - "name:8": "Mix and Match" - } - }, - "questID:3": 40, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 15, - "id:8": "tconstruct:pattern" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "gafex11", - "pages:9": { - "0:8": "{\"text\":\"If you have lost an item somewhere in your storage and don\u0027t want to search through every storage slot, you can double click your seach bar, search JEI for your item and it will highlight slots in your storage / player inventory for similar items.\"}", - "1:8": "{\"text\":\"You can use these at the beginning of your search to narrow down what you are looking for:\\n# - filters by tooltip descriptions\\n\u0026 - filters items by resource ID (You will likely never use this)\\n^ - filters items by color\\n$ - filters items by oreDictionary\\n@ - filters by mod names\\n% - filters by creative tab (You will likely never use this)\"}", - "2:8": "{\"text\":\"You can also use - in order to exclude items from your search. You can only use this following one of the previous prefixes. Otherwise, you JEI just won\u0027t bother searching.\"}", - "3:8": "{\"text\":\"For exemple, if you are searching for NuclearCraft fuels but dont want the depleted fuels to come up in your search, you can search with :\\n\\n@nuclearcraft fuel -depleted\"}", - "4:8": "{\"text\":\"If you wish to narrow it down further, you can safely add -bucket -molten -oxide to the end of your search and you will be left with all the different types of fuels without their depleted counterparts, molten and bucket forms. \\n\"}" - }, - "title:8": "JEI Tips and Tricks" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "tconstruct:tooltables", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:log" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:tooltables" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tconstruct:tooltables" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:iron_block" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:jei_tipsandtricks" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/400.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/400.json deleted file mode 100644 index 8ee7d25c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/400.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 397 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:clunky_chunky_brick" - }, - "name:8": "Clunky Chunky Brick" - } - }, - "questID:3": 400, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:clunky_chunky_brick" - }, - "TrophyName:8": "So Clunky, So Chunky", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:clunky_chunky_brick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/401.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/401.json deleted file mode 100644 index 7bdaa0f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/401.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 403 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - }, - "name:8": "Imperfect Gem of the Cosmos" - } - }, - "questID:3": 401, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - }, - "TrophyName:8": "Perfect Imperfection", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_fourth_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/402.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/402.json deleted file mode 100644 index d273558a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/402.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 295 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:skythern_refined_gem" - }, - "name:8": "Skythern Refined Gem" - } - }, - "questID:3": 402, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:skythern_refined_gem" - }, - "TrophyName:8": "Tier 4 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:skythern_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/403.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/403.json deleted file mode 100644 index d19bd0b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/403.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 402 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:tulite_flower" - }, - "name:8": "Tulite Flower" - } - }, - "questID:3": 403, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tulite_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/404.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/404.json deleted file mode 100644 index a9708899..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/404.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 398, - 399, - 400, - 2163, - 2165, - 2166, - 2168 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:perfected_gem_of_the_cosmos" - }, - "name:8": "Perfected Gem of the Cosmos" - } - }, - "questID:3": 404, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:perfected_gem_of_the_cosmos" - }, - "TrophyName:8": "Perfect Perfection", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:perfected_gem_of_the_cosmos" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/405.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/405.json deleted file mode 100644 index ed5f6f06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/405.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 296 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:rainbowgenerator" - }, - "name:8": "Rainbow Generator!" - } - }, - "questID:3": 405, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:rainbowgenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/406.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/406.json deleted file mode 100644 index 48c73261..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/406.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 294 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:neutronium_compressor" - }, - "name:8": "Neutronium Compressor" - } - }, - "questID:3": 406, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:neutronium_compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/407.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/407.json deleted file mode 100644 index f43a5c87..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/407.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 406 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:everlasting_fusor" - }, - "name:8": "Everlasting Fusor" - } - }, - "questID:3": 407, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:everlasting_fusor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/408.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/408.json deleted file mode 100644 index 90eba969..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/408.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:immortallis_realmstone" - }, - "name:8": "Immortallis Realmstone" - } - }, - "questID:3": 408, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:immortallis_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/409.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/409.json deleted file mode 100644 index 8daebf34..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/409.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "preRequisites:11": [ - 408 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete all rooms in immortallis.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortallis_cap" - }, - "name:8": "Immortallis Falls" - } - }, - "questID:3": 409, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:flash_skull" - }, - "TrophyName:8": "Flash Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:proshield_hand" - }, - "TrophyName:8": "Proshield Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mirage_femur" - }, - "TrophyName:8": "Mirage Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:klobber_hand" - }, - "TrophyName:8": "Klobber Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortallis_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortallis_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/41.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/41.json deleted file mode 100644 index d39c4c0b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/41.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYour first boss fight! This pack has a lot of items with custom functions, right click to use it, and summon an enemy!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "contenttweaker:mossy_grave_dust" - }, - "name:8": "Mossy Grave Dust" - } - }, - "questID:3": 41, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:alchemical_chest" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "contenttweaker:mossy_grave_dust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/410.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/410.json deleted file mode 100644 index 761c5797..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/410.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 412 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_cavern_garnet" - }, - "name:8": "Ancient Cavern Garnet" - } - }, - "questID:3": 410, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_cavern_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_cavern_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/411.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/411.json deleted file mode 100644 index eeb4a41f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/411.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A large part of what constitutes the power and cohesiveness of civilizations as vast as the Twilight Horde lies in Fractallites.\nDominion over aspects of the laws of the universe and consciousness, it seems, is the main requirement for a civilization to expand outside their own galaxy, and Fractallites provide that to a great extent.\nThe Shyre Empire does this through the powers of the Ancients of the Cavern, who become deities for the worlds the Empire targets, blessing and punishing based on their rule.\nEven I am subject to this. Powerful surges, or derision, come every night.\nThis power is quite vast, and I am unsure I can fully tackle it, but I think I can cause some damage to these undesired Ancients.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:ancient_cavern_realmstone" - }, - "name:8": "Ancient Cavern Realmstone" - } - }, - "questID:3": 411, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:ancient_cavern_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/412.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/412.json deleted file mode 100644 index dd2f4857..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/412.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "preRequisites:11": [ - 411 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou need to be level 70 in four skills to summon each boss. Right click each shrine to activate it.\nInfusion for Coniferon.\nRunation for Horon.\nForaging for Goldorth.\nHunter for Penumbra.\n\nTo have enough tribute for each boss, fight the enemies that spawn in the cavern.\n\n§fRules, rules, rules...\nEven to fight them, I have to follow their rules.\nI won\u0027t be able to fully get rid of them, that\u0027s for sure... ugh...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_cavern_cap" - }, - "name:8": "Ancient Cavern Falls" - } - }, - "questID:3": 412, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:coniferon_bark" - }, - "TrophyName:8": "Coniferon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:goldorth_golden_eye" - }, - "TrophyName:8": "Goldorth Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:penumbra_spike" - }, - "TrophyName:8": "Penumbra Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:horon_tendon" - }, - "TrophyName:8": "Horon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_cavern_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:terran_summoning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/413.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/413.json deleted file mode 100644 index 19e39c7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/413.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_garnet" - }, - "name:8": "Dustopia Garnet" - } - }, - "questID:3": 413, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/414.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/414.json deleted file mode 100644 index 4976bc38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/414.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 287 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_refined_gem" - }, - "name:8": "Apalachia Refined Gem" - } - }, - "questID:3": 414, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:apalachia_refined_gem" - }, - "TrophyName:8": "Tier 3 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/415.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/415.json deleted file mode 100644 index 8fbc2d98..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/415.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "preRequisites:11": [ - 419 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo summon the primordial five, light all the dustopian lamps around the primordial shrine with darkly powder, and click on the shrine.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_cap" - }, - "name:8": "Dustopia Falls" - } - }, - "questID:3": 415, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:kajaros_rib" - }, - "TrophyName:8": "kajaros Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:harkos_rib" - }, - "TrophyName:8": "Harkos Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:miskel_rib" - }, - "TrophyName:8": "Miskel Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "3:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:okazor_rib" - }, - "TrophyName:8": "Okazor Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "4:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:raxxan_rib" - }, - "TrophyName:8": "Raxxan Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:darkly_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/416.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/416.json deleted file mode 100644 index a8840724..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/416.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 418 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_garnet" - }, - "name:8": "Greckon Garnet" - } - }, - "questID:3": 416, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/417.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/417.json deleted file mode 100644 index 7318b94b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/417.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:greckon_realmstone" - }, - "name:8": "Greckon Realmstone" - } - }, - "questID:3": 417, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:haunting_table", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:greckon_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/418.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/418.json deleted file mode 100644 index fdce479f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/418.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 417 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrop a haunted idol to summon Bane.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_cap" - }, - "name:8": "Greckon Falls" - } - }, - "questID:3": 418, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:bane_tusk" - }, - "TrophyName:8": "Bane Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:haunted_idol" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/419.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/419.json deleted file mode 100644 index 0a91123b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/419.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 292 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:dustopia_realmstone" - }, - "name:8": "Dustopia Realmstone" - } - }, - "questID:3": 419, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:primordial_shrine", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:dustopia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/42.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/42.json deleted file mode 100644 index ae4bebe6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/42.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 41 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball" - }, - "name:8": "Sentient Meatball" - } - }, - "questID:3": 42, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 160, - "TrophyColorGreen:3": 2, - "TrophyColorRed:3": 190, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sentient_meatball" - }, - "TrophyName:8": "Meatball encounter of the third kind", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "cyclicmagic:ender_lightning", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/420.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/420.json deleted file mode 100644 index 52114169..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/420.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 290 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 653, - "id:8": "extendedcrafting:singularity_custom" - }, - "name:8": "Ethaxium Singularity" - } - }, - "questID:3": 420, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 653, - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/421.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/421.json deleted file mode 100644 index 8af9bbf8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/421.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 291 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:lotto_banner" - }, - "name:8": "Lotto Banner" - } - }, - "questID:3": 421, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:lotto_banner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/422.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/422.json deleted file mode 100644 index 45080d7f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/422.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 351 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:summoning_computer" - }, - "name:8": "Summoning Computer" - } - }, - "questID:3": 422, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:summoning_computer" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_microcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/423.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/423.json deleted file mode 100644 index 4d75d90c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/423.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 351 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_controller" - }, - "name:8": "Turbine Controller" - } - }, - "questID:3": 423, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_wall" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_frame" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_shaft" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/424.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/424.json deleted file mode 100644 index 4cc4c33a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/424.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 287 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Start making a few...", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Abyssalnomicon" - } - }, - "questID:3": 424, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/425.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/425.json deleted file mode 100644 index 78d88976..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/425.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "woot:endershard" - }, - "name:8": "Interesting" - } - }, - "questID:3": 425, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:endershard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/426.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/426.json deleted file mode 100644 index 29ea30df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/426.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:draconium_block" - }, - "name:8": "Chaos" - } - }, - "questID:3": 426, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:charged_draconium_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/427.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/427.json deleted file mode 100644 index ca7e0ad4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/427.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extendedcrafting:storage" - }, - "name:8": "Great Power at a Low (?) Price" - } - }, - "questID:3": 427, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithrillium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extendedcrafting:storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/428.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/428.json deleted file mode 100644 index f5bb62e1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/428.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis way for draconic armor!", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:reactor_core" - }, - "name:8": "Power from Entropy" - } - }, - "questID:3": 428, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:reactor_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:draconium_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/429.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/429.json deleted file mode 100644 index 5643e668..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/429.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tinymobfarm:ultimate_farm" - }, - "name:8": "WOW!" - } - }, - "questID:3": 429, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tinymobfarm:ultimate_farm" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/43.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/43.json deleted file mode 100644 index 1d8d8adf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/43.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe smeltery is made out of seared bricks (or other seared blocks). \nIt needs a smeltery controller, and at least a seared tank (or other fuel sources), and they can be placed anywhere in the structure.\nThe multiblock consists of a hollow cuboid without edges, and an open top.\nSeared drains with faucets are used to output molten metals to casting tables and basins.\n\n§fFinally at the bronze age! By building a smeltery, I can extract metal from ore more efficiently, and I can start making alloys!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_controller" - }, - "name:8": "Alloys" - } - }, - "questID:3": 43, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "tconstruct:materials" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "tconstruct:seared_tank" - }, - "2:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_io" - }, - "3:10": { - "Count:3": 1, - "id:8": "tconstruct:casting" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:casting" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "tconstruct:seared" - }, - "6:10": { - "Count:3": 1, - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/430.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/430.json deleted file mode 100644 index bd9c8c63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/430.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 435 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:magicbane" - }, - "name:8": "Magicbane" - } - }, - "questID:3": 430, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:magicbane" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/431.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/431.json deleted file mode 100644 index bd567849..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/431.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 289 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStart of a long crafting chain ahead!\n\nIf you want to be able to craft end-game recipes, you should build an individual machine, and set up automation, for each individual step.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "avaritia:resource" - }, - "name:8": "Finally, some Neutrinos!" - } - }, - "questID:3": 431, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/432.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/432.json deleted file mode 100644 index 85e34686..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/432.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis way for Corrupted Aragonite.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:skotaninomicom" - }, - "name:8": "Skotaninomicom" - } - }, - "questID:3": 432, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:skotaninomicom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/433.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/433.json deleted file mode 100644 index 148f98bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/433.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 432 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:anadrominomicom" - }, - "name:8": "Anadrominomicom" - } - }, - "questID:3": 433, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:anadrominomicom" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_third_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/434.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/434.json deleted file mode 100644 index dd59c5ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/434.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 433 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:corrupted_aragonite" - }, - "name:8": "Corrupted Aragonite" - } - }, - "questID:3": 434, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:corrupted_aragonite" - }, - "TrophyName:8": "Something Something Morally Corrupt Youth", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:corrupted_aragonite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/435.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/435.json deleted file mode 100644 index 1737ec48..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/435.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1323 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:strings_crystal" - }, - "name:8": "Strings Crystal" - } - }, - "questID:3": 435, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:strings_crystal" - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:creative_energy_cell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/436.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/436.json deleted file mode 100644 index 4ce2bc1d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/436.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 431 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:neutronium_seeds" - }, - "name:8": "Do this! NOW!" - } - }, - "questID:3": 436, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:neutronium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/437.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/437.json deleted file mode 100644 index d25ec65d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/437.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1330 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "avaritia:resource" - }, - "name:8": "EZ Neutrinos" - } - }, - "questID:3": 437, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "avaritia:resource" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:muon_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/438.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/438.json deleted file mode 100644 index 75d361ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/438.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Automate these! Ogerite makes it easy!", - "icon:10": { - "Count:3": 1, - "Damage:2": 38, - "id:8": "appliedenergistics2:material" - }, - "name:8": "64k ME Storage Component" - } - }, - "questID:3": 438, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 38, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/439.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/439.json deleted file mode 100644 index 87a95f6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/439.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 2142 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_sword" - }, - "name:8": "TRUE Draconic Power" - } - }, - "questID:3": 439, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_sword" - }, - "1:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_bow" - }, - "2:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_helm" - }, - "3:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_chest" - }, - "4:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_legs" - }, - "5:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_upgrades_locations" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/44.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/44.json deleted file mode 100644 index 74c2f10f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/44.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For the sake of organization, I started building \u0027drawers\u0027 that can hold a lot of a single item. I don\u0027t know what it is, but I have a feeling I will need these eventually...", - "icon:10": { - "Count:3": 1, - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - }, - "name:8": "Compact Storage" - } - }, - "questID:3": 44, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:golden_steak" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:hand_framing_tool" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "drawerBasic", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/440.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/440.json deleted file mode 100644 index 30541720..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/440.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "preRequisites:11": [ - 444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o§7§oUse a mega rune stone on a clunkhead altar to summon Clunkhead.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runador_cap" - }, - "name:8": "Runandor Falls" - } - }, - "questID:3": 440, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:clunkhead_brick" - }, - "TrophyName:8": "Clunkhead Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runador_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:mega_rune_stone" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:water_rune" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:fire_rune" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:poison_rune" - }, - "5:10": { - "Count:3": 1, - "id:8": "aoa3:energy_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/441.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/441.json deleted file mode 100644 index 1351ec31..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/441.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 440 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_garnet" - }, - "name:8": "Runandor Garnet" - } - }, - "questID:3": 441, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_runandor" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/442.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/442.json deleted file mode 100644 index bc6a640f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/442.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click an Observing Eye on a Visualent Altar to summon Visualent.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunalus_cap" - }, - "name:8": "Lunalus Falls" - } - }, - "questID:3": 442, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:visualent_fang" - }, - "TrophyName:8": "Visualent Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunalus_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunalus_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:moonlight_orb" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_orb" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:observing_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/443.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/443.json deleted file mode 100644 index 0ab0c7ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/443.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunalus_garnet" - }, - "name:8": "Lunalus Garnet" - } - }, - "questID:3": 443, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunalus_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunalus_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/444.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/444.json deleted file mode 100644 index 28491c2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/444.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:runandor_realmstone" - }, - "name:8": "Shyre Magic" - } - }, - "questID:3": 444, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:unbreakable_runic_bricks", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:unbreakable_runic_glass", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:clunkhead_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:runandor_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/445.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/445.json deleted file mode 100644 index 481fbbba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/445.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:lunalus_realmstone" - }, - "name:8": "Asteroid World" - } - }, - "questID:3": 445, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:lunar_orb", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:moonlight_orb", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:lunar_creation_table", - "meta:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:visualent_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:lunalus_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/446.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/446.json deleted file mode 100644 index ece6dcf4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/446.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "preRequisites:11": [ - 448 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§7§oUse a pure water stone on a hydro table to summon Hydrolisk.\n\nUse a call of the drake on a dracyon altar to summon Dracyon.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_cap" - }, - "name:8": "L\u0027Borean Falls" - } - }, - "questID:3": 446, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:dracyon_tooth" - }, - "TrophyName:8": "Dracyon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:hydrolisk_pincher" - }, - "TrophyName:8": "Hydrolisk Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:call_of_the_drake" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:pure_water_stone" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:hydro_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/447.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/447.json deleted file mode 100644 index ca54f6c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/447.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 446 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_garnet" - }, - "name:8": "Borean Garnet" - } - }, - "questID:3": 447, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/448.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/448.json deleted file mode 100644 index ad116acb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/448.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 284 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:borean_realmstone" - }, - "name:8": "A land of coral" - } - }, - "questID:3": 448, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:hydro_table", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:dracyon_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:borean_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/449.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/449.json deleted file mode 100644 index 5bea9386..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/449.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:triple_compressed_wafer" - }, - "name:8": "Maze Wafer" - } - }, - "questID:3": 449, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "twilightforest:maze_wafer" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:maze_wafer" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:triple_compressed_wafer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/45.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/45.json deleted file mode 100644 index f245e6a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/45.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 49 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGetting your dynamos and machines to resonant tier is best!\n\n§rResonant is much, much better than the prior tiers...", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalfoundation:upgrade" - }, - "name:8": "Way better!" - } - }, - "questID:3": 45, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 35, - "id:8": "thermalfoundation:upgrade" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalfoundation:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/450.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/450.json deleted file mode 100644 index 758c69af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/450.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 283 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Start early, this will take a while...\n\nSeems like large amounts of molten metal may be required in my future...", - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "bloodmagic:blood_tank" - }, - "name:8": "All of the Molten Iron" - } - }, - "questID:3": 450, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iron" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "bloodmagic:blood_tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/451.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/451.json deleted file mode 100644 index 2835bc59..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/451.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 282 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHave you automated this?\n\n§fAfter some more experiments, Aesir powers seem to become even more accessible. I am not there yet, but progress is happening!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:greater_mana_core" - }, - "name:8": "Greater Mana Core" - } - }, - "questID:3": 451, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:greater_gaia_spirit" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greater_mana_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/452.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/452.json deleted file mode 100644 index 69e66c46..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/452.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It seems like the Arbiter had devised some more advanced functional applications for Fluix. It was right there, I just could not quite grasp it.\nWell, this should provide some better quality of life.", - "icon:10": { - "Count:3": 1, - "Damage:2": 341, - "id:8": "appliedenergistics2:part" - }, - "name:8": "Extended Processing" - } - }, - "questID:3": 452, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 202, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 341, - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "id:8": "ae2fc:part_fluid_pattern_ex_terminal" - }, - "2:10": { - "Count:3": 1, - "id:8": "ae2fc:ultimate_encoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/453.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/453.json deleted file mode 100644 index ae3c2d63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/453.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Apichisi, where the Testificates gave up, and passed the torch to the Bubbell alliance.\nUp next in the list of beacon worlds where wormholes like to open, is the final buffer world of the Shyre Empire. Well, was the final buffer world of the Shyre Empire.\nIn an act similar to the Wizards of Vibe, drastic actions were taken to ensure that the world would not be in control of anyone. Unlike Vibe, though, this action did not involve any sort of world-ending magic that turned the planet into an unlivable wasteland.\nWhat the Bees did was actually take advantage of the encounters their civilization had with other powerful beings, gave them coordinates to reach Apichisi, and told them of the powerful mineral that permeates its soil. What followed was a multi-front war not unlike Terra\u0027s.\nI may have to reconsider my opinions about the navety of Bees. I guess it makes sense giver their vows, but the idea is quite diabolical; so diabolical, as a matter of fact, that I doubt it originally came from the Bubbell Alliance.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:apichisi_warper" - }, - "name:8": "Experiment #5" - } - }, - "questID:3": 453, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:nimble_hummus_dip" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apichisi_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/454.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/454.json deleted file mode 100644 index 462eb63f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/454.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:infusion_catalyst" - }, - "name:8": "Shyre Tech" - } - }, - "questID:3": 454, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:radiant_infusion_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 3, - "id:8": "contenttweaker:infusion_catalyst" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/455.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/455.json deleted file mode 100644 index 93a82d4a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/455.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The nice thing about this new technology is that it can be used to directly boost the production rates of more mythic technology.\nOr is it recursive technology? I really have to come up with a coherent definition. Not fully knowing what type of magic is what, though, does not make things easy.\nTo be fair, what we now call \u0027electricity\u0027 wasn\u0027t always called that, ancient egyptians, who had observed the phenomena in electric fish, called it the \u0027thunder of the Nile\u0027, so I think I can cut myself some slack...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:baphomet_altar_bricks" - }, - "name:8": "Mythic Witchery?" - } - }, - "questID:3": 455, - "rewards:9": { - "0:10": { - "index:3": 1, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:baphomet_altar_bricks" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_machine_case" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/456.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/456.json deleted file mode 100644 index 8a29520c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/456.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 453 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7NOT a vibrator\n\n§fThe war on Apichisi, unlike Terra\u0027s, did not end in a stalemate. Resonating Stone, the material that pulls wormholes towards the planet, is powerful and desirable, but not as much as Dimensional Shards; so whenever the \u0027allies\u0027 of the Bees came, the Shyre Empire simply left, not deeming the conflict worth wasting precious resources they could expend against the Twilight Horde.\nI am sure that battles were still fought, but whatever happened, it likely left one of these \u0027allies\u0027 in a position advantageous enough that it would have required much bigger players, possibly even the higher-ups of the Shyre Empire, to come in and even out the odds.\nWhat happened after, well, is what likely will happen to Terra if the stalemate ever were to resolve. The planet has been completely gutted of Resonating Stone. What is left of it are reserves kept by the Bees now in control of the world, who are using it to jumpstart their infrastructure.\nThankfully, this material has alchemical properties, so I really only need a small amount, and I can make more.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:resonating_stone" - }, - "name:8": "Resonating Stone" - } - }, - "questID:3": 456, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:resonating_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:resonating_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/459.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/459.json deleted file mode 100644 index f810d8cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/459.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 278 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It has become evident now that not all Recursion is created equal. The difference abilities and capabilities between both recursive objects and beings is way too large for one single definition to be enough.\nIn relativity, the concept of singularity is used to describe density and gravity that is too strong to be lumped in with the rest of the universe; being very dense is one thing, being infinitely dense is another; one is quantifiable, one is even hard to comprehend to begin with.\nThat\u0027s how I feel about the manifestation of Recursion I have encountered. If a Wither is a planet, being dragged around by most other astral bodies, yet still capable of carrying moons, and if the Ender Chicken is a star, capable of a larger reach, but evenly matched with many other things around it, the Meatball Man is a quasar, a massive black hole capable of holding together an entire galaxy. Using the same mindset to describe both feels a bit reductive, especially of these are the enemies of my war.\nStill there is similarities; at a large distance, both a star and a black hole have near-identical-looking gravitational fields, and one is created from the collapse of the other. To have a black hole, you first need to have a star, and black holes generally start small before growing.\nThankfully, I was able to get my hand on a smaller, more understandable, black hole of Recursion, another star of the Twilight Horde.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_refined_gem" - }, - "name:8": "Wildwood Refined Gem" - } - }, - "questID:3": 459, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:wildwood_refined_gem" - }, - "TrophyName:8": "Tier 2 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/46.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/46.json deleted file mode 100644 index 11ea01fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/46.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Now that I can make alloys, I can finally produce and use electricity, this should allow me to improve my manufacturing capabilities!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "immersiveengineering:metal_decoration0" - }, - "name:8": "Engineering Time!" - } - }, - "questID:3": 46, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:metal_device1" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "immersiveengineering:metal_decoration0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/460.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/460.json deleted file mode 100644 index 2314ba98..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/460.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 461 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Well, I guess the Shyre Empire had more than one reason to include Candyland among its main territories.\nA small yet non-negligible source of recursive sweet treats are used to strengthen some of the elite, non-recursive, Shyre troops in other worlds.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_garnet" - }, - "name:8": "Candyland Garnet" - } - }, - "questID:3": 460, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:candyland_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/461.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/461.json deleted file mode 100644 index 5006e907..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/461.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "preRequisites:11": [ - 462 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsume a treat bag anywhere in candyland to summon Cotton Candor.\nCotton Candor can only be damaged using Staves from Advent of Ascension, Excaliber, Zenith, and the Cotton Candy Withering Spray.\nCotton Candor can only be killed using the Staves and the Spray.\nDepending on the health bar of the boss, different Staves need to be used, they can all be found in Candyland.\nWhite: Wind, Primordial\nRed: Fire, Baron, Firestorm, Firefly\nGreen: Poison, Noxious\nBlue: Water\nGrey: Wither, Underworld\nPink: Lunar\n\n§fI was right about the artificial origins of this world, but I was wrong about what brought it forth. The Shyre Empire has little to do about this. Candyland is not another Creeponia, it is another Iceika. And that is why my guts kept telling me this place was dangerous.\nCotton Candor, or the being they once were, is the sole culprit behid the origins of this world as it is right now. A single act of magic, gone wrong for most, gone incredibly right for just one. At the cost of an entire planet, its inhabitants, its ecosystems, and everything else, a single being gained an extremely powerful form of recursion.\nI am capable or returning from death right after dying, the Withers of Terra continuously duplicate, Cotton Candor is invulnerable. This is why Candyland is part of the Shyre Empire; they do not care at all about these warriors, nor the resources the world has to offer. The power of its ruler, though, is enough.\nWell, almost. Whatever power was channeled to imbue this being with such power must have had some twisted sense of humor. Cotton Candor is immune to every single power, with the exception of one of the weakest form of magic, runic attacks. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_cap" - }, - "name:8": "Candyland Falls" - } - }, - "questID:3": 461, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cotton_candor_frosting" - }, - "TrophyName:8": "Cotton Candor Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:treat_bag" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:noxious_staff" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:primordial_staff" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:firefly_staff" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:water_staff" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:underworld_staff" - }, - "5:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_staff" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/462.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/462.json deleted file mode 100644 index c57107f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/462.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More strange life forms in the Shyre Empire. Life from sugar, just sugar, nothing else.\nCandyland is a land of sugar too, rocks, plants, and animals. After seeing Creeponia, I strongly suspect this may have been done artificially. Nitrate and explosives are strategically useful, but sugar, why sugar?\nThe candy creatures of Candyland are not particularly imprssive fighers, and yet they exhibit extraordinary discipline. Whatever leadership governs this place, they are doing a stellar job.\nA planet of artificially-created beings that make little to no sense strategically, a seemingly iron-clad organization structure, and goofy presentation. What have I stubled upun here? And despite all of this, why does this place feel dangerous?", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:candyland_realmstone" - }, - "name:8": "Just Sugar, no Carbs" - } - }, - "questID:3": 462, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:candyland_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/463.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/463.json deleted file mode 100644 index ce9af4a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/463.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here is a very cool technological application of Recursion and Mythic powers. Infinite energy!\nThe system has its limitations, of course, but the right combination of recursive materials can move the potential energy of Recursion through a series of transformations into other fields that eventually leads to electricity.\nThis is an incredible achievement in so many different ways!\nBesides the obvious benefit of having large amounts of energy, this shines an unexpected beacon of light on the nature of recursion. The universe has an inherent amount of potential energy that exists even in vacuum; recursion is everywhere! There seem to be factors that change its density in various places, and it can be bound and harnessed in particularly high concentrations through recursive objects and beings. Regardless of this, even low levels of recursion correspond to incredibly high amounts of energy.\nWhat I am pulling out of my Arc Reactors is just a trickle of what is actually available, so much so that these reactors can run for a near-infinite amount of time.\nThat\u0027s why recursion is the key to universe-scale warfare, it\u0027s basically unlimited energy that can be used for magic, technology, and who knows what else...", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arc_reactor" - } - }, - "name:8": "Ex Nihilo, VIS!" - } - }, - "questID:3": 463, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "Damage:2": 2, - "id:8": "techreborn:machine_frame" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:arc_reactor_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arc_reactor" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/464.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/464.json deleted file mode 100644 index f4c7ec61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/464.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSearch \"mythic processor\" in JEI to find the list of machines!\n\n§fThe easiest advantage to mythic machinery is very effective manufacturing! Right when I started thinking I\u0027d have to upgrade my processing rates, how fortuitous!\nThis type of technology does open up a few more implications about what may be possible with more powerful magical abilities, and higher control over Recursion. \nIf my theories on Dimensional Shards are correct, processing the amounts required to harness their power would indeed require incredibly efficient production lines, likely involving this type of machinery. The Arbiter, after all, was a powerful Recursive being, they had access to advanced technology, they were directly associated with Terra and the Testificates, and they were the main \u0027defender\u0027 of Dimensional Shards.\nIt is interesting how I am tracing back the steps of this figure so important to Terra\u0027s history, and I am fighting the same enemies...and the interest of the Meatball Man in me...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_coil_t1" - }, - "name:8": "Mythic Processors!" - } - }, - "questID:3": 464, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_coil_t1" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconium_electromagnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:awakened_electromagnet" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_coil_t1" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_coil_t2" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:mythic_coil_t3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/465.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/465.json deleted file mode 100644 index 957f67a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/465.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oOgerite unlocks a better recipe for Ultimate!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32, - "id:8": "extendedcrafting:material" - }, - "name:8": "Great Power at a Medium price" - } - }, - "questID:3": 465, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithrillium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32, - "id:8": "extendedcrafting:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/466.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/466.json deleted file mode 100644 index 2f24adf5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/466.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 463 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The train of infinite energy does not stop! The residue left over by Arc Reactors is imbued with Mythic powers itself.\nThis matter appears to react quite well with photons, and it is a great medium for high efficiency solar panels.", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:creative_solar_panel" - }, - "name:8": "Creative Solar Array" - } - }, - "questID:3": 466, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 4, - "id:8": "techreborn:solar_panel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:creative_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/467.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/467.json deleted file mode 100644 index 5270fd62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/467.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 279 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Molten salt fission reactors! Scientists back on Earth spent quite a long time figuring out how to squeeze as much thermal power out of nuclear fission as possible, and this is what they came up with!\nWhile it was quite a big leap back then, this technology hardly compares to my current energy production capabilities, and yet it may have its usefulness. \nMost matter, even the one that makes up a simple banana, has a low but non-negligible level of radiation, and while this radiation is too small for making electricity, it can be used for material breeding.\nI really want to put recursive matter into a molten salt reactor! I really really want to do it!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_controller" - }, - "name:8": "Molten Salt Reactor" - } - }, - "questID:3": 467, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "nuclearcraft:salt_fission_wall" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_vessel" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_wall" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_frame" - }, - "4:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_heater" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/468.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/468.json deleted file mode 100644 index fc7379a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/468.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While I still not fully understand the powers of the Meatball Man, I am starting to see some patterns into how his dominion over undeath is handled. Not all that die can fall under his control; what makes someone suitable to his powers seems to be a matter of greed and gluttony. Only those that compulsively desire in life can be made to serve in death. \nThose who used people to obtain things, those who wanted more despite having no use for it, those who wielded power only for themselves, they are the ones that the Meatball Man leads in undeath. \nI have to say, there is something quite poetic in this. In many mythological traditions, characters given this role of \"jailers of the damned\" were considered to be an essential part of the balance of the world. If you are bad while in life, punishment will come to you in death, and if you have used others to serve yourself, you shall now serve.\nFolklore and myths, though, never mentioned such jailer characters having personal ambitions, nor an affinity for meatballs. \nThe power over a near-infinite army of evil people, all ready to serve you, is definitely a strong temptation, so it does make sense that the Meatball Man would be a crazed ruler. He definitely fits the charcterization of someone who uses people and desires things, so if he were to be defeated by someone with his same ability, would he be enslaved too?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_midas" - }, - "name:8": "Gem of Midas" - } - }, - "questID:3": 468, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:living_gold" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gem_of_midas" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/469.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/469.json deleted file mode 100644 index dd1610b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/469.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 467 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Another child of Earth\u0027s rush towards energetic independence, plasma accelerators were an interesting concept. The concept had moderate success, but it never took off. \nWhere it truly found a use, though, was for the synthesis of high-density nuclei in research labs. Here, I think, this technology can find a similar use as a faster, albeit energy-negative, alternative to magnetic confinement fusion for making gases and low-density isotopes.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:plasma_collider" - }, - "name:8": "Plasma Collider" - } - }, - "questID:3": 469, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "enderio:item_capacitor_melodic" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:plasma_collider" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:plasma_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/47.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/47.json deleted file mode 100644 index 8c92c156..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/47.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 46 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " Crop sticks are awesome! They allow me to grow plants in better ways, and to better keep track of their properties.\nThis should allow me to do simple cross-breeding, and to improve my thoughput.", - "icon:10": { - "Count:3": 1, - "id:8": "agricraft:crop_sticks" - }, - "name:8": "Better Agriculture" - } - }, - "questID:3": 47, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "immersiveengineering:treated_wood" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "agricraft:crop_sticks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/470.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/470.json deleted file mode 100644 index 5f0b464c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/470.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 467 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The entire concept of molten salt reactors relied around multiple effective closed loops of fluids, and to achieve that, highly effective heat exchangers are required.\nWhile I don\u0027t think I will ever need to make power out of these reactors, efficiency is always nice, and NaK salts are not the fastest to mass produce.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "name:8": "Heat Exchanger" - } - }, - "questID:3": 470, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "nuclearcraft:heat_exchanger_wall" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_tube_thermoconducting" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_wall" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/471.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/471.json deleted file mode 100644 index 22f06cbb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/471.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The question about the motivation beind the Meatball Man\u0027s alliance with the arthropods makes a bit more sense now. The magic of the Erebus does have something useful to offer.\nThere seem to be restrictions, but a special species of insects, infused by powerful magic, is capable of absorbing and replicating materials in ways similar to bees and chickens.\nThe Meatball Man clearly wants to use them for some purpose, to mass produce something...\nI have no idea what that could be, but I better keep my eyes open, I could discover something useful, either a new powerful material, or an insight on what the mission of the Meatball Man could be.\nIt is clear he sees me as some sort of \"chosen one\" for something; what puzzles me is that he is the one that gave me powers in the first place, and he is now refusing to meet me face to face. If he did not bind me, I would not have been even capable of doing what I am doing now, which is fighting him.\nThat faithful moment when I entered the wormhole, was that what marked me, or was it something that came long before that?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:branch_of_life" - }, - "name:8": "Branch of Life" - } - }, - "questID:3": 471, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extrautils2:compressedcobblestone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:branch_of_life" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_branchoflife" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/472.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/472.json deleted file mode 100644 index 78b12f5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/472.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 280 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Some of the bugs of what used to be just the Erebus indeed appear to have incredibly useful powers. This species of wasps evolved to reinforce their chitin into a near-unbreakable metal-organic composite,Adamantium.\nThis material is incredibly durable, beyond pretty much anything I have seen.\nAll the zombies that are now ever-present around me have been getting better and better equipment, and I suspect it may come from sources similar to how this Adamantium is being obtained. Ambitious beings thinking they could enter an equal trade with the Meatball Man, who ended up being exploited and cheated out of their secretes instead.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:adamantium_stinger" - }, - "name:8": "Adamantium Stinger" - } - }, - "questID:3": 472, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:adamantium_stinger" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:adamantium_stinger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/473.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/473.json deleted file mode 100644 index 7f0b1184..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/473.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 281 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More minerals, more ways to mix and match! Depending on the catalysts used, the yield of Vibranium and Jeweled Runium can be greatly increased.\nThis is good, as I am starting to use more and more of these materials.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:jeweled_runium" - }, - "name:8": "More Material Science Improvements" - } - }, - "questID:3": 473, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:enchanted_myrmitite" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:jeweled_runium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 69, - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:enchanted_myrmitite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/474.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/474.json deleted file mode 100644 index 2838c7b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/474.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 282 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStart Making this ASAP!\n\nThis way for Cursed Sapphire and some Meteoric Befaller!\n\n§fI knew there was a point to spending more time studying Will and Life Essence. I was not satiated with the fairly basicgadgets I produced so far. This is the fields that emerge around living beings, after all, there must be something else.\nAnd indeed, there is something else.\nIf the isolated materials that exude these fields are combined in truly massive amounts, they form an alloy that is capable of redirecting the Will of those around it, and use it as a weapon. This is how you get the powerful Thorns enchantments the bees were mentioning!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_clump" - }, - "name:8": "Sacrifice Metal Clump" - } - }, - "questID:3": 474, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 1024, - "id:8": "thermalfoundation:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_clump" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/475.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/475.json deleted file mode 100644 index de61883e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/475.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 479 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Sure, I am not ready to face whatever transpired in this space, but I can at least produce powerful Thorns enchants!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 69, - "lvl:2": 10 - }, - "4:10": { - "id:2": 72, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 88, - "lvl:2": 1 - } - } - } - }, - "name:8": "Sacrifice Gear" - } - }, - "questID:3": 475, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 189, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_head", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 110, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 89, - "lvl:2": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_legs", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_feet", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 74, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 72, - "lvl:2": 10 - }, - "4:10": { - "id:2": 73, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 2, - "lvl:2": 500 - } - } - } - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:thorny_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/476.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/476.json deleted file mode 100644 index 7809e87f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/476.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 474 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It is not just Blood Magic and Thorns, the power of fluix and Matter-Energy networks can also be helped by this new discovery.\nIts networking capabilities do not only apply to matter, but space as well!\nThis creates a type of space-time discontinuity like the one that makes up Arcana, but in a much smaller scale.\nAnyhow, I now can say I am capable of generating my own worlds! \nThe properties of space in these worlds are quite peculiar, there\u0027s probably magic that is only possible in there!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:spatial_io_port" - }, - "name:8": "Baby\u0027s First Spatial Breakthrough" - } - }, - "questID:3": 476, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "id:8": "appliedenergistics2:spatial_pylon" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:spatial_io_port" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/477.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/477.json deleted file mode 100644 index 4e6f7781..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/477.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 476 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "These pocket worlds seem to be inherently bound whoever enters them, it seems. I don\u0027t quite get it, but the magic I perform here feels more \u0027real\u0027, it makes more sense.\nAnd what makes sense, is that if I want to become more powerful, sacrifice will be necessary.\nBut what type of sacrifice?\nTo grow, I think I will have to traverse some type of figurative nightmare, and survive it.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nightmare_incense" - }, - "name:8": "Nightmare Incense" - } - }, - "questID:3": 477, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:cube_jello_cubes" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nightmare_incense" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrificial_contract" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/478.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/478.json deleted file mode 100644 index 9a1909fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/478.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 477 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I do not think I am ready to enter this trial. I was able to catch glimpses of it, and I can safely say I am not ready for it.\nTo gain true power, the one my opponents possess, something needs to be given up. \nThat, I think, is why the Great Ones I have encountered are the way they are, twisted beings, reduced to singular goals and aspects, incapable of deviating from their paradigms.\nDo I want this? Is this what immortality leads to?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrificial_shard" - }, - "name:8": "Sacrificial Shard" - } - }, - "questID:3": 478, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "aoa3:rainbow_druse" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eternally_stained_soul" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrificial_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_second_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/479.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/479.json deleted file mode 100644 index 682d1f2c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/479.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 478 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The power I may want to seek is a tricky one. Knowledge really, as it is knowledge that we are speaking of.\nA knowledge that can destroy those who are not ready to face it. I am not ready, that much I know now.\nThe insights coming from the strange properies of this new fluix world is going to be quite useful.\nI do not really know what this \u0027nightmare\u0027 is, but, for some reason, when I am in this place, I can intuit, mostly subconsciously, whether or not I am ready to face it, and I am not.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:weight_of_the_heart" - }, - "name:8": "Weight of the Ancient Heart" - } - }, - "questID:3": 479, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "aoa3:skeletal_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:weight_of_the_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/48.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/48.json deleted file mode 100644 index 848b6ff3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/48.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "preRequisites:11": [ - 43, - 482221128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou gotta explore to unlock this! Multiple structures use blast bricks and coal coke!\n\nThe shickaxe is a versatile, unbreakable all-in-one tool, it should be very helpful!\n\n§rAfter spending some time here, I have really learned a lot, I think I can use this knowledge to improve my manufacturing capabilities.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:alien_material_manual" - }, - "name:8": "Alien Materials" - } - }, - "questID:3": 48, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 150, - "TrophyColorRed:3": 150, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:alien_material_manual" - }, - "TrophyName:8": "Alien Materials Specialist", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:alien_material_manual" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_shickaxe" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/480.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/480.json deleted file mode 100644 index 5e2564b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/480.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 479 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This newfound power of blood magic has allowed me to call forth a special type of meteor, one containing a recursive material I have not encountered before, one that, like the recursive powder left hidden by the Aesir, has magical interactions with multiple fields.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cursed_sapphire" - }, - "name:8": "Cursed Sapphire" - } - }, - "questID:3": 480, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:cursed_sapphire" - }, - "TrophyName:8": "Pretty Curses", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cursed_sapphire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/481.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/481.json deleted file mode 100644 index 08dbbc36..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/481.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 479 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "As it has been the case with most of the technology I have \u0027discovered\u0027, I seem to be tracing backs the steps of the Arbiter, the mysterious and very much missing leader of the Testificates.\nThe meteorites scattered all around Terra, they were brought forth by Blood Magic performed by the Arbiter, who used it to bring Fluix to Terra.\nWith single costly rituals, I was able to bring down meteors, but in levels nowhere near what I can do now. And thanks to some tech, I can harvest them automatically too!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:scale_of_the_ancient_heart" - }, - "name:8": "Scale of the Ancient Heart" - } - }, - "questID:3": 481, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "aoa3:skeletal_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:call_of_the_arbiter" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:meteoric_befaller" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/482.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/482.json deleted file mode 100644 index 350697e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/482.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 483 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The laughs, the madness, the euphoria; yet another one of the criminally masterful weapons of the Shyre Empire.\nThe torture, it seems, is a secondary reason for why Celeve is part of the Empire. \nThe main motivation, though, is one of Gyro\u0027s creations. A volatile fluid that, even in small quantities, is potent enough to bring an entire planet into murderous clown madness. Even hearing the name of it is enough to induce a craze. Truly scary stuff.\nYet another world-ending weapon that could be unleashed on Terra if things with the Twilight Horde escalate further.\nI really have to be thankful that the Dimensional Shard supply chain is so valuable and yet so fragile, and that both invaders are so powerful that they could annhilate each other; otherwise, the people of Terra would have been wiped out long ago...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_garnet" - }, - "name:8": "Celeve Garnet" - } - }, - "questID:3": 482, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:celeve_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/482221128.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/482221128.json deleted file mode 100644 index cb104f9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/482221128.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can be find in overworld structures, no need to craft them! Hostile books and pumpkin spawners hold the answer!\n\nThe blast furnace is formed with a 3x3x3 of blast bricks. Right click the structure with the engineer\u0027s hammer to form it!\n\nCoke is the best fuel, but charcoal can also be used!\n\n§fNice! The architecture on Terra has a lot of useful features. I should be able to use these materials to make a blast furnace, and study the properties of the metals found in this planet.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:stone_decoration" - }, - "name:8": "Bricked and Blasted" - } - }, - "questID:3": 482221128, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:tool" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:stone_decoration" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "blockFuelCoke", - "id:8": "chisel:block_coal_coke1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_blast_furnace" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:stone_device" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/483.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/483.json deleted file mode 100644 index dfd3b4e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/483.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 484 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse a toy gyrocopter to summon Gyro.\n\n§fI really do not like this place. The laughs, the cries of pain, it is all so dizzying, so maddening. I cannot think straight. My vision sometimes goes dark. This place is doing something to me. Something very bad.\nThe sight of Omothol was still maddening, but I would still take it over this. Any more time in this place, and I am afraid I will turn into a crazy clown myself. The laughs are contageous, they never escape my mind, I keep hearing them. They do not stop. They cannot stop.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_cap" - }, - "name:8": "Celeve Falls" - } - }, - "questID:3": 483, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:gyro_red_nose" - }, - "TrophyName:8": "Gyro Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:toy_gyrocopter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/484.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/484.json deleted file mode 100644 index 2dcf8cc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/484.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Shyre Empire is truly not above any sort of war crime or depravity. Moral qualms, it seems, are not well suited for their mission of total dominion through might.\nAnd they surely do not hold qualms with regards to torture. Torture performed by laughing clowns.\nThese I have met on Terra before, and even there I was quite appalled by them. Monsters willing to subject defensless Testificate civilians to horrifying torture.\nAnd yet, nothing could prepare me for Celeve, a methodically-organized factory of pain. Laughs and cries are the sole sounds resonating through these asteroids. Laughs and cries...", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:celeve_realmstone" - }, - "name:8": "Crazy Evil" - } - }, - "questID:3": 484, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:bloodstone_bricks", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:celeve_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/485.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/485.json deleted file mode 100644 index bdf6036b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/485.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 486 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Is this why I haven\u0027t seen any Alchemy users like me in the Shyre Empire? \nSure, from what I have seen so far we are quite rare, but still, the vastness of civilizations like my current enemies is staggering. The number of worlds I have visited so far is big enough to provide some statistical insight on this, and yet, the more I see, the less alchemy I encounter.\nSo likely, there must be some bias. Sure, producing countless resources with EMC is useful, but the types of resources I can make is not necessarily desirable. Tons of iron is worth near nothing in an economy where Sednanite and Dimensional Shards exist. And if food is so easily obtained through biological systems like Gardencia\u0027s, there really is not much use to the basic abilities provided by alchemy.\nIs it possible that planets populated by alchemists were just snobbed by my enemies as not powerful enough? It sounds outrageous to me now, as I think alchemy is incredibly powerful, but looking from the outside it may just look like a tool of convenience, unfit for a military empire...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_garnet" - }, - "name:8": "Gardencia Garnet" - } - }, - "questID:3": 485, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:gardencia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/486.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/486.json deleted file mode 100644 index 8b6b0cb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/486.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 487 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse petals on a vinocorne shrine to summon Vinocorne.\n\n§fThe logistics of Gardencia\u0027s empire-feeding endeavor is a surpisingly sustainable one.\nThe beings that roam this planet go through their daily activities pretty much undisturbed, but whenever they produce fruits, excess roots, or stems, they \u0027get a trim\u0027 from Shyre agents, which store the resulting produce, and send it to other territories as they need them.\nThe sustainable nature of this process has to do with the natural biological evolution of this place; no genetic engineering here. \nGardencia used to have a more complex food chain, with animals both herbivorous and carnivorous. As it sometimes happens in nature, evolution produced a somewhat unstable behavior, where animals would reproduce more easily, leading to more plants getting eaten, leading to plants producing more fruit, leading to more food abundance, leading to more animals eating more plants. This cycle kept going and going, producing an overpopulated world, both by plants and animals.\nUntil the cycle broke. Plants had become so good at producing more of themselves that they had gained other abilities, including walking, thinking, and, most importantly, to do magic. One of these magic-wielding plants, Vinocorne, was then able to ascend, in a world-shaking event not unlike Iceika, and in mere moments all animal life was gone from Gardencia.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_cap" - }, - "name:8": "Gardencia Falls" - } - }, - "questID:3": 486, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:vinocorne_petal" - }, - "TrophyName:8": "Vinocorne Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_cap" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/487.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/487.json deleted file mode 100644 index bb448ab7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/487.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Gardencia! Not unlike many other Shyre worlds, it is admittedly very beautiful, and not unlike many other Shyre worlds, it is very dangerous too.\nI am sure that it selves its military purpose quite well, but the Empire\u0027s main purpose for this green lush planet does not lie in its warring abilities; rather, what makes Gardencia so incredibly interesting, and useful to my enemies, is the unique evolutionary path this place has experienced. \nKnowing what I know now, there may have been some genetic engineering, but it is nevertheless remarkable how thermodynamically efficient the life on this place is.\nThe moving creature of this world are plants, capable of photosynthesis, but they have become so good at making energy to be able to develop movement while remaining fully capable of movement. Assuming this \u0027evolution\u0027 was not obtained through external means, this is likely linked to the fact that Gardencia is a tidally-locked planet, where the sun always shines over half of the world. Thanks to this, there is no \u0027down time\u0027 for photosynthesis, and all the excess energy that is not used to move around and fight me is instead put to use to directly produce fruits and vegetables in large, very large amounts.\nThat is how the Shyre Empire effortlessly feeds itself. They don\u0027t need agriculture, nor alchemy, they just have tons of Carrotops!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:gardencia_realmstone" - }, - "name:8": "More Evil Plants!" - } - }, - "questID:3": 487, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:vinocorne_shrine", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:gardencia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/488.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/488.json deleted file mode 100644 index 4d8585c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/488.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 489 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I do not think I am powerful enough to understand this magic. Just like the entropic powers of the dragons living in the outer sky islands of Terra, I can interact with them through objects that have been imbued with this power, but I cannot manipulate it directly. Just like the ancestor of man could wield fire if it came from outside sources such as lightning, I cannot directly harness this magic, I cannot tap into its source.\nRecursion, as I understand it now, seems to hide many more secrets still. The powers I decided to face are much stronger than me, and, most importantly, much more knowledgeable than me. \nThe good thing about being behind on my homework, though, is that I can catch up looking at those ahead of me!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_garnet" - }, - "name:8": "Crystevia Garnet" - } - }, - "questID:3": 488, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:crystevia_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/489.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/489.json deleted file mode 100644 index 06fad282..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/489.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse a giant crystal on a power station to summon Crystocore.\n\n§fI have yet to understand the mechanics of this new branch of magic, but observing it in the local Crystevia population has provided some information. The constructs that inhabit this world are biological in nature, but a large part of their bodies is composed of inorganic crystal, which they appear to use as a conduit of their magic. It is almost as if they evolved to coexist with this type of magic; or, also likely, they bound themselves to it through some act or ritual.\nThis type of magic seems to operate through \u0027investitures\u0027 of some sort. Not unlike Wizardry, it manifests through different forms, different aspects, such as speed or strength; unlike wizardry, though, the requirements for mastering more of these aspects are much higher.\nOnly one being in this world is capable of perfoming magic within more than one aspect; the recursive being that rules it, Crystocore.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_cap" - }, - "name:8": "Crystevia Falls" - } - }, - "questID:3": 489, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:crystocore_shard" - }, - "TrophyName:8": "Crystocore Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:giant_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/49.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/49.json deleted file mode 100644 index 3ad2bf86..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/49.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUsed to craft machines from Thermal Expansion and Industrial Foregoing (see §c§oManufacturing and Fabrication§o§r§o§7§o)\n\n§rI was able to put together a device that handles the internal thermal energy of matter fairly well, this should allow for a lot of cool machines!", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:frame" - }, - "name:8": "Thermal Energy" - } - }, - "questID:3": 49, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "id:8": "mod_lavacow:parasite_item_cooked" - }, - "1:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/490.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/490.json deleted file mode 100644 index d25ae3d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/490.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "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?", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:crystevia_realmstone" - }, - "name:8": "Evil Crystals too!" - } - }, - "questID:3": 490, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:power_station", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:crystevia_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/491.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/491.json deleted file mode 100644 index 77ee8f3e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/491.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 492 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yes, I was correct. Voxxulon was the one behind the nitrate-based artificial life in Creeponia. A once \u0027normal\u0027 world, an entire biological framework and ecosystem, has been morphed and forever changed by a single being.\nAfter seeing so many of these types of world-wide transformation, though, I think I finally understand more about the rules of this type of magic, of this type of recursive power. Yes there are rules.\nA transformation of this type can only happen in two ways.\nThe first, accident; one who seeks to ascend, to gain control over recursion in some way, needs to have a cartain amount of knowledge and control, and lots of it. If that is lacking, the unleashed recursion has nowhere to go, and it latches on to whatever is around, changing it forever. Given the massive amount of magical power required to start this process to begin with, it going wrong generally means the end of a planet. Iceika is an examples of this. \nThe second, an agreement. To be changed into something that you are not by a recursive being, you need to accept it, you need to be willing to follow. Thankfully, these types of transformations cannot be used as a weapon against enemies, as they will not be willing to follow. Creeponia is an example of this. I do wonder what was promised to the, though.\nThe people of Barathos and Precasia followed because they had met their deities; is this what convinced Creeponia tu turn into a people of suicide bombers? Blindly zealous religion has been used by the Syre Empire, so I would not put it past them.\nNow that I think of it, there are other people that seem too \u0027attuned\u0027. The Testificates are incredibly in touch with magic and worship the Arbiter; the Realmshifters have incredibly unique dimensional-warping abilities and worship a Trinity; did they agree to be changed by similar powers too? ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_garnet" - }, - "name:8": "Vox Ponds Garnet" - } - }, - "questID:3": 491, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:vox_ponds_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/492.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/492.json deleted file mode 100644 index 363d4fce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/492.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 493 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNOTE: the vox ponts have multiple layers underground ;)\n\n§7§oUse a vile stone on a voxxulon altar to summon Voxxulon.\n\n§fThe Vox Ponds of before nuclear disasters are not entirely gone. Voxxulon, its ruler, is a being from a long lost era, and the recursive powers of this creature are the main driver of this planet\u0027s history. The power to change biology of those that submit under their rule.\nThis ability is what allows this world to keep functioning; it made it so all that live here, and who have sworn fealty to Voxxulon, are now immune to every deranged experiment this world has and will ever experience. Those that didn\u0027t swear, they are long gone as victims of said experiments.\nI am still not 100% sure, but I strongly suspect the beings of Creeponia to be a result of a similar process, possibly undergone through Voxxulon themselves, or done by a recursive being of similar powers. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:voxponds_cap" - }, - "name:8": "Vox Ponds Fall" - } - }, - "questID:3": 492, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:voxxulon_slime" - }, - "TrophyName:8": "Voxxulon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:voxponds_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:vile_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/493.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/493.json deleted file mode 100644 index cd17807d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/493.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It\u0027s not just the Meatball Man, the Shyre Empire is interested in Nukes too. And in chemical warfare. I guess that in a world of magic and recursion, scientific weapons can still play a role, otherwise my foes would not be so interested.\nIt is interesting to note, though, how humanity, all things considered, was able to discover these weapons so \u0027early\u0027 in the development of its civilization. Access to magic can really push development without having to touch lots of science. This could be a trategic advantage for me, to be fair; if the Shyre Empire got to nukes only after climbing the Kardashev scale so high, it is very possible I may know more than they do about some things.\nAnyhow, besides these strategic considerations, the Vox Ponds are interested in more than one way. Similar to Vibe and Furatto, it is a world that has experienced planet-wide destruction first hand. Laser chickens, Taint, and a cocktail of Nukes and chemical weapons can easily put an end to an entire world. Unlike these other places, though, the Vox Ponds are not in this state because of war; rather, they have been used for testing for so long that not a single part of the planet is now intact. Radiation, viruses, bagteria, gases,its inhabitants are immune to basically every scientific weapon out there, and they continue with their experiments of mass destruction as if they were no more than simple everyday tasks.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:vox_ponds_realmstone" - }, - "name:8": "Relics of a Forgotton World" - } - }, - "questID:3": 493, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:enigma_table", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:voxxulon_altar", - "meta:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:paper", - "tag:10": { - "display:10": { - "Name:8": "y\u003d21 good" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:vox_ponds_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/494.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/494.json deleted file mode 100644 index 7d828c83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/494.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 495 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This was a massive strategic blunder. What if the Shyre Empire now knows how to unleash laser checkens? What if they know of Taint? These are planet-destroying powers could now be used against my allies.\nThankfully, Terra is too precious to cover up with Taint, but what about the Bubbell Alliance? Can they hold their ground?\nThis could be very bad. Why? Why did I push so hard? This isn\u0027t like me! I used to be so methodical, so careful! Why?\nI am too curious, that\u0027s my problem, it makes me careless, it makes me greedy, gluttonous for more knowledge!\nThis knowledge, though, is admittedly very useful. At least now I can study the properties of Mystite, use it to shield myself from future attacks of this type, and maybe to learn a things or two from my enemies. Probably not from the Shyre Empire, as they are likely shielded the same way I am, but maybe the Twilight Horde is not protected.\nThis was a terrible blunder, there is no other way to say it, and it may cost my allies a lot, possibly everything, but if we make it through this, if, this may even the playing field.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_garnet" - }, - "name:8": "Mysterium Garnet" - } - }, - "questID:3": 494, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:mysterium_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_mysterium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/495.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/495.json deleted file mode 100644 index ca8766f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/495.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 496 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrop a shroom stone in mysterium to summon King Shroomus.\n\n§fI know what\u0027s going on with that feeling of wrongness, and why the creatures of Mysterium are used for espionage. It was a trap! \nIt felt strange to be able to be able to follow the trace of a wormhole to a world that intentionally and strategically tried to dissociate its name from the Shyre Empire. That\u0027s because they wanted me here. And I came like the eager little puppet I am.\nMystite, the metal that fills the underground of this world, has a most peculiar recursive property, which has transfered to most of the fungal and fungo/animal life here, the ability to mimic magical powers.\nWhatever magical knowledge I had, now the Shyre Empire has too...\nFortunately, though, the master of this power, the king of this land of mushrooms, was defeated before the transfer was complete, but I worry I may have revealed some of the secrets of the Testificates and the bees.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_cap" - }, - "name:8": "Mysterium Falls" - } - }, - "questID:3": 495, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:king_shroomus_cap" - }, - "TrophyName:8": "King Shroomus Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:shroom_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/496.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/496.json deleted file mode 100644 index f84df818..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/496.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBwekfast\n\n§fYup, it\u0027s not just the Twilight Horde who was keeping an eye on me. The Shyre Empire too.\nUnlike the former, the intelligence gathering capabilities of the latter seem to be more circumscribed, likely due to its power structure being less caring of its fighters, but also more specialized.\nMysterium is home to a guild of spy sorcerers, who seem to be aligned with many other factions, including the monsters in the Abyssal Wastelands, and do not openly affiliate themselves with the Shyre Empire to maintain their specific advantage. Unfortunately for them, though, I could sense the trace of their wormholes.\nThere is something about this place that disturbs me. My attunement with magic seems to be weakened. I can still perform, and yet it feels \u0027different\u0027.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:mysterium_realmstone" - }, - "name:8": "What\u0027s going on here?" - } - }, - "questID:3": 496, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:banshee_spawner", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:mysterium_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/497.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/497.json deleted file mode 100644 index 7c3c5eda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/497.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 498 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Not only the rulers of Iromine are very powerful within their world, they seem to hold some authority in many of the Shyre worlds I have visited so far.\nDespite the inhumane way the Empire treats its subjects, its organization, power structure, and chain of command are more well-organized than I thought.\nI have yet to meet the \u0027Immortals\u0027 worshipped in Precasia, so this power structure will likely have more levels. I know the Kardashev scale was devised for the exact purpose of putting a scale to civilization size, but the vastness of my enemies\u0027 organization is just now starting to dawn on me.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_garnet" - }, - "name:8": "Iromine Garnet" - } - }, - "questID:3": 497, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:iromine_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/498.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/498.json deleted file mode 100644 index 6c2c4e25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/498.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "preRequisites:11": [ - 499 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse a silvro coin on a silverfoot altar to summon Silverfoot.\n\nUse a gold spring on a mechbot altar to summon MechBot.\n\n§fFrom many of the early expeditions to Antartica, reports mention a peculiar species of penguin, the Adèlie. During those times not much was divulged about these birds; not because they were hard to observe, but because their habits were enough to traumatize the scientists trying to study them.\nAdèlie penguins, as they enter adulthood, develop extremely violent unhinged tendencies, tendencies that are only satiated through enough violence to scar a scientist for life.\nIromine reminds me of that, the Polytoms that roam this world are senseless berserks unwilling of any feeling of restraint or mercy. Not even against their own. Things that would very easily be considered war crimes are a common occurrance in this world.\nThe only thing that brings some sort of order and direction are its rulers, who are powerful enough to hold order in case of rebellions against their (and the Shyre Empire\u0027s) authority. The term \u0027jailer of the damned\u0027 has never felt more appropriate...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_cap" - }, - "name:8": "Iromine Falls" - } - }, - "questID:3": 498, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:silver_foot" - }, - "TrophyName:8": "Silverfoot Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:mechbot_cpu" - }, - "TrophyName:8": "Mechbot Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_callstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:silvro_coin" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:gold_spring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/499.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/499.json deleted file mode 100644 index 03369191..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/499.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou may wantto bring good gear...\n\n§fWhile the Shyre Empire seems to hold no qualms about using many of its own fighters as cannon (well, recursion) fodder, those that are powerful and cruel enough are indeed held to a higher status.\nPowerful and cruel. Those words, to be fair, fail to fully encompass the nature of Iromine, the warrior world of metal. \nIf the warriors of Barathos are akin to the Roman Empire, a proud nation with a strong foundation in personal power and battle prowess, Iromine\u0027s forces are the Huns, a horde of violent war criminals.\nI suspect religion plays very little role at holding this place under the Empire. The call for violence appears to be more than enough.\n", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:iromine_realmstone" - }, - "name:8": "Living Weapons" - } - }, - "questID:3": 499, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:mechbot_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:silverfoot_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:iromine_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/5.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/5.json deleted file mode 100644 index e44863cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/5.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 3 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlayer upgrades are available in the Personal Augmentation tab! More quest pages will unlock as you keep going!\n\n§rOk, I used some wood to build a basic worktable, and I\u0027ve been able to put together some basic tools.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:crafting_table" - }, - "name:8": "Fabrication" - } - }, - "questID:3": 5, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wooden_pickaxe" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/50.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/50.json deleted file mode 100644 index 18d340c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/50.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUsed to craft machines from Forestry and Gendustry (see §c§oManufacturing and Fabrication§7§o)\n\n§rFor some reason, the local vegetation seems to have an affinity for bronze, so I ideated a machine casing that should work very well at handling vegetation and farming.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sturdy_machine" - }, - "name:8": "Forestry" - } - }, - "questID:3": 50, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sturdy_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/500.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/500.json deleted file mode 100644 index 7393a4ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/500.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 501 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "No clear reasons, none at all. From what I have seen in the Eden, the Twilight Horde is no stranger to espionage, and from what I am seeing now, I strongly suspect the Shyre Empire is doing some spy work of its own too.\nI myself am capable of disguising or hiding myself using magic, so one can only assume similar methods, or even ones more advanced than an invisibility potion, could be used by more magically-inclined foes.\nThankfully, after having encountered bee civilization and their secrets, I am no stranger to mysteries of this type anymore.\nI still think I am missing some fundamental piece of the puzzle. I will probably have to come back to this mystery later.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_garnet" - }, - "name:8": "Haven Garnet" - } - }, - "questID:3": 500, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:haven_garnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_garnet" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_wormhole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/501.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/501.json deleted file mode 100644 index b64ddf62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/501.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "preRequisites:11": [ - 502 - ], - "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!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_cap" - }, - "name:8": "Haven Falls" - } - }, - "questID:3": 501, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:rockrider_stone" - }, - "TrophyName:8": "Rockrider Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:guardian_rune" - }, - "TrophyName:8": "Guardian Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_cap" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:heavy_boulder" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:voliant_heart" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:floating_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/502.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/502.json deleted file mode 100644 index 47a81baf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/502.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The plot thickens...I guess?!?\nHaven, now a stronghold of the Shyre empire, apparently, used to be part of that weird space-time origami that makes up the territories of the Twilight Horde.\nI don\u0027t really understand their motifs, but who am I to ask?", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:haven_realmstone" - }, - "name:8": "Twilight Deserters" - } - }, - "questID:3": 502, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "aoa3:guardian_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:haven_realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/503.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/503.json deleted file mode 100644 index ae67dc23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/503.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "At some point, in some place, the recursive beings of the Twilight Horde came around a powerful material, one that directly allowed to enhance their powers, Bluefire.\nSome of the warriors sent to fight in the Nether caves of Terra seem to be directly bound to the powers of this material, and shed some of it after one of their bodies is felled.\nWhile I do not know how this was done, and I have no idea about the origin of Bluefire, it is probably a good idea to make more and more of it, just in case.\nThe good thing about recursive beings is that they have infinite bodies, and infinite bodies can be harvested over and over.", - "icon:10": { - "Count:3": 1, - "Damage:2": 991, - "id:8": "extendedcrafting:singularity_custom" - }, - "name:8": "All of the bluefire!" - } - }, - "questID:3": 503, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "divinerpg:bluefire_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 991, - "id:8": "extendedcrafting:singularity_custom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/504.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/504.json deleted file mode 100644 index 2d4a079b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/504.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Myrmitite\u0027s affinity with draconic and blood magic is quite useful. Full use over the power of chaos is still a long ways away, but this is the first time that I made something that directly uses this principle. And it can be weaponized.", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:knife_blade", - "tag:10": { - "Material:8": "chaotic_plustic" - } - }, - "name:8": "Chaotic Knife Blade" - } - }, - "questID:3": 504, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:infused_rhenium_ingot" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:knife_blade", - "tag:10": { - "Material:8": "chaotic_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/505.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/505.json deleted file mode 100644 index 8cb9e961..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/505.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 274 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Let\u0027s be honest, compared with the other branches of magic, witchcraft is not the most powerful. \nAnd yet, its written tradition mentions many applications of natural powers being greatly enhanced in a particular place, called the stormlands.\nIn this legendary place, according to some old Testificate lore, powers are gratly increased, and feats otherwise impossible become a reality.\nThe stormland, also according to this lore, can only be brought forth with witchcraft.\nThe current state of the Twilight Horde is above my abilities, I cannot enter their next mythic shell without some extra help; who knows, maybe the stormlands can provide what I need?", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:boline" - }, - "name:8": "This boline is special..." - } - }, - "questID:3": 505, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "randomthings:weatheregg" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:boline" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/506.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/506.json deleted file mode 100644 index 1233435b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/506.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 273 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I do not know if this is going to be of any relevance, but myrmitite emits a strong aura of witchcraft, much stronger than the other fields. None of my tests so far, though, found any use for this. Yet.", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cursed_myrmitite" - } - }, - "name:8": "A powerful fluid" - } - }, - "questID:3": 506, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cursed_myrmitite" - } - } - } - } - }, - "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": "cursed_myrmitite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/507.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/507.json deleted file mode 100644 index d0f1c078..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/507.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "And here is what my enemies wanted to get. Projector Gems are a recursive material hidden in the depths of Rhenia.\nThe bees do not know where it comes from, it was there in this world before their coming, and despite being aware of it, they never found a use for it.\nTo be fair, though, preventing the invaders of Terra from Getting their hand on it, that is already plenty useful!\nThe way the bees protect this world is quite interesting. It is a next level scorched earth (well, scorched Rhenia) strategy.\nBees, thanks to their adaptations, are capable of surviving in incredibly extreme conditions. To bring an army comparable to the ones on Terra here would require quite a bit of infrastructure to do safely. For starters, every potential invader would require some sort of respiration device (or magic survival tool) to even survive. And with bees capable of piercing through pretty much any conventional material, whatever device said potential invaders implement will have to be extremely strong. Additionally, the surface of the planet has been emptied of any resource that could aid life that\u0027s not a bee, requiring massive supply chain infrastructure for anyone who wanted to conduct war in such a place.\nGiven all these challenges, the bees of Rhenia made it so anyone who wants to attack this world will have to invest more resources into infrastructure and armaments than the potential gain of getting their hands on some Projector Gems.\nIf this were about Dimensional Shards, I suspect such a strategy would not work, but the recursive matter on Rhenia seems to be low impact enough to not being worth the hassle.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:holographic_ore" - }, - "name:8": "Projections of Recursion" - } - }, - "questID:3": 507, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:holographic_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:holographic_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/508.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/508.json deleted file mode 100644 index 6df0bc63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/508.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Bees of Rhenia, as the apt strategists they are, were willing to reveal, after some trials and tribulations, one of the more common weapons used by successful recursive beings. Thorns enchants.\nWhile my base magical abilities allow for pretty poor forms of this enchant, past recursive beings in their records were able to scale this power to incredible heights.\nThankfully, the Testificates safekept their thorny secrets for posterity, and apparently so did the Bees of Rhenia.\nThe extent of thorn enchants, I was told, is much higher than what they can achieve. \nThat is ok, though. Hopefully by examining these enchants I can produce more powerful ones on my own.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mark_of_the_samurai" - }, - "name:8": "Thorny Sensei" - } - }, - "questID:3": 508, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sword_shield" - }, - "TrophyName:8": "It attac, it protec", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mark_of_the_samurai" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sword_shield" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_marksamurai" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/509587062.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/509587062.json deleted file mode 100644 index ec3703fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/509587062.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1343888287 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_soul_fabrial" - }, - "name:8": "Regained Trust" - } - }, - "questID:3": 509587062, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_soul_fabrial" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:touch_of_the_arbiter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/51.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/51.json deleted file mode 100644 index e86e8003..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/51.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe mob imprisonment tool lets you capture and move mobs around. There are other options as well, but this is the least buggy on§fe!\n\nI can now capture and transport other creatures for my own purposes, I promise I will not abuse this...", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "industrialforegoing:mob_imprisonment_tool" - }, - "name:8": "Imprisonment" - } - }, - "questID:3": 51, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/510.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/510.json deleted file mode 100644 index e36673c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/510.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIs that a One Piece reference?!?\n\n§fIt seems like I am not the first \u0027champion of the bees\u0027 that has come to this planet. And my predecessor has left a weapon.\nIn typical Bee fashion, they did not whish to reveal this right away, I had to prove my worthiness, but after passing this new trial, I was given some useful information.\nThe powers of my enemies are some of the mightiest in the whole universe; while this is quite terrifying in and of itself, it also means that encounters with these powers have been thoroughly documented through encounters over the ages. With the data of thousands of matchups from various magic and technological wars, some clear trends emerged.\nWhoever wants to compete face on with true universal power like the one from the Twilight Horde has to gain comparable power themselves, there is no way around it. Might, in the vast majority of documented encounters, has always trumped inventiveness and strategy. \nTo achieve this type of might, also according to these extensive records, specific steps need to be followed. The first of them, the Bees of Rhenia told me, is the recursive immortality I possess. The second is a powerful weapon, capable of cutting through recursion. The next ones, I will discover later.\nThe bewitched bow from the lore of Terra is capable of doing this, but to face truly mighty recursive beings, other weapons will be necessary. One of such weapons, they told me, is the one left by their, now fallen, ally of old.\nIt will not be enough to get to the end of this war, but it is a necessary step to achieve higher heights, or so I was told.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:lawsword" - }, - "name:8": "Relic of a Past Warrior" - } - }, - "questID:3": 510, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 101, - "lvl:2": 3 - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:lawsword" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_kikoku" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/511.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/511.json deleted file mode 100644 index 397dc8dc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/511.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The atmosphere of Rhenia is near inexistent, making it a target for many resource-rich asteroids, many of which carry near-pure rhenium.\nI did not even know so much of this element could exist in one place. It can definitely be used for more interesting purposes!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:jeweled_runium" - }, - "name:8": "Material Science Improvements" - } - }, - "questID:3": 511, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 77, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:jeweled_runium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 69, - "id:8": "contenttweaker:material_part" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 77, - "OreDict:8": "dustRhenium", - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/512.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/512.json deleted file mode 100644 index 68f57715..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/512.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Ever since its inception, the bigegst challenge to string theory was figuring out a way to prove that it is true.\nFor many years, the primary method to verify its veridicity was showing the existence of magnetic monopoles, magnets with only a north, or only a south. \nThis, though, turned out to be a very hard task, and my research was able to prove string theory using a different approach, the theory of wormholes, which is why I am here in the first place.\nNow that I know the theory is true, I also indirecly know that monopoles are indeed possible. And I just made some!\nAll I needed was some Sednanite!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:magnetic_monopole" - }, - "name:8": "String Theory Confirmed?!?" - } - }, - "questID:3": 512, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:magnetic_monopole" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:magnetic_monopole" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/513.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/513.json deleted file mode 100644 index 58e6317a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/513.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 514 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yup, these turbines can handle plasma, and quite well too!\nTime to go make a bunch of promethium!", - "icon:10": { - "Count:3": 1, - "Damage:2": 202, - "id:8": "contenttweaker:material_part" - }, - "name:8": "High Atomic Number Fusion!" - } - }, - "questID:3": 513, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:block_alloy_endergy" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 202, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/514.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/514.json deleted file mode 100644 index c3665196..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/514.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 512 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "And what can you make with monopoles? Perfect circular motion!\nThe best jet engines humanity ever devised? Bah, such imperfection.\nThis is what true rotation looks like! Perfectly directed magnetic fields, capable of things no single crystal bearing parts could even dream of achieving! You want to experience true circlar motion? Here is true circular motion!\nTurbines built with this paradigm should allow for much higher pressures, and who knows, maybe even handle plasma!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:highly_advanced_machine_casing" - }, - "name:8": "Draconic Turbines!" - } - }, - "questID:3": 514, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:highly_advanced_machine_casing" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:highly_advanced_machine_casing" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_turbine" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/515.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/515.json deleted file mode 100644 index 821971c4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/515.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 513 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While solid-state fusion reactors are nice, they do not deal with energy-negative reactions well.\nHeating things and supending them with electromagnetic coils is an inefficient method. Lasers, very powerful ones, can definitely do this better and faster!\nAn inertial confinement reactor, that\u0027s what I need to get much higher yields.\nThis technology, back on Earth, played a pivotal role in the struggle to energetic independence. As opposed to trying for self-sustaining heat-positive reactions through magnetic confinement in a Tokamak fusion reactor, inertial confinement, which never became self-sustaining, allowed to fuse elements heavier than iron, sich as tin, into a plasma. \nWhile this fusion reactor requires quite a lot of energy, it also releases a bunch of heat, both through cooling and the decay of the unstable plasma into its original components, so thanks to the efficient thermodynamic cycles and heat exchanging methods developed for salt reactors, it was possible to produce an energy-positive cycle.\nI am not going to do that here, but using inertial confinement fusion to produce heavy metals is indeed useful for my purposes.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hohlraum" - }, - "name:8": "Hohlraum", - "tasklogic:8": "OR" - } - }, - "questID:3": 515, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 3, - "Damage:2": 202, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hohlraum" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:inertial_confinement_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/516.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/516.json deleted file mode 100644 index 183dc3ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/516.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here is a cool application of draconic magic, this strange yet powerful manipulation of entropy used as a means of empowerment. It can be used to build compact, efficient, and comfortable roosts that chickens really seem to enjoy.\nReproduction is one of life\u0027s mechanisms to \u0027fight\u0027 the second law of thermodynamics, the inevitable (at least with my current knowledge) tendency of the universe to fall into homogenuity. The ability of manipulating this very force, to an extent, produces very fertile chickens, and that means more useful eggs for me! \nI cannot reverse this law of the universe, but it seems draconic magic can create lots of gray areas where I can make interesting things.", - "icon:10": { - "Count:3": 1, - "id:8": "roost:roost" - }, - "name:8": "Roosting Season" - } - }, - "questID:3": 516, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "roost:roost" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "roost:roost" - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lovely_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/517.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/517.json deleted file mode 100644 index 7b7649f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/517.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The nature of all these new materials makes it so their properties can be mixed and matched in a fairly easy fashion.\nThe upfront cost is a bit steep, but I was able to combine some of them into a useful metallic alloy base tho serve a variety of purposes.\nIt can act as a metal by itself, but thanks to its ductility, it also serves as a matrix for composites materials.\nWhat is interesting about this metal alloy, in addition to what I have said before, is that, if I am right about my theories on mythic magic, it could be reproduced using other recursive matter as well.\nI have yet to come up with an accurate means of production, but this feels like a type of discovery akin to shape-memory alloys. After the study of gold-cadmium alloys, the same was observed (with better results) in nickel-titanium alloys.\nI strongly suspect there are going to better ways of making this Ultimate alloy.", - "icon:10": { - "Count:3": 1, - "Damage:2": 33, - "id:8": "extendedcrafting:material" - }, - "name:8": "Great Power at a Great Price" - } - }, - "questID:3": 517, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithrillium_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 33, - "id:8": "extendedcrafting:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/518.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/518.json deleted file mode 100644 index e624a4ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/518.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 520 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Despite the squabbles between my archetypal enemies (yes I am equating this war to a myth of old), I can\u0027t help but be impressed at what the Aesir were capable of hiding after their defeat.\nI know the Shyre Empire did not know of this. They possessed the information to come to this conclusion, but they were not able to get the final step of this mystery.\nUsing magic to infuse stone into ore is a fairly mundane thing, all things considered. Useful in many cases, but in many others the bees and the chickens can do a better job.\nBut what the Aesir did was hiding their own powerful recursive material into this mundane, and honestly easy to ignore and snob, piece of botanical magic. Most of the products of the Orechid are fairly worthless, but Arkenstone, the seed of the power of the Asgard, is a gamechanger.\nWhoever did this must have been one of the final survivors of the Aesir. Instead of giving away the recursive material of Asgard, they infused into a magic that would be ignored by powerful foes like the ones they were facing, thus protecting it from their enemies\u0027 greed.\nTo whoever did this, thank you, you have given me a weapon I can use against the same enemies that put an end to your world!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - }, - "name:8": "Orechid" - } - }, - "questID:3": 518, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:arkenstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_first_shell" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/519.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/519.json deleted file mode 100644 index ef5e942b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/519.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 271 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis way for Orechid and Recursive Powder.\n\n§fI have yet to encounter any form of industrialization within the territories of the Shyre Empire, and the Twilight Horde has little more organization than a pack of animals. And yet, likely thanks to magic, they can deal with natural resources quite well, without big factories, assembly lines, and logistics infrastructure.\nI, on the other hand, do enjoy the systematic approach to resource management humanity came up with, so this is how I operate (if was not clear by now).\nDespite this, though, I have to admit that, the more knowledge I have aquired on recursion, the more innovative and efficient means of resource management I was able to devise.\nLooking at the recursive materials I have encountered so far, something tells me I may just be scratching the surface of what\u0027s possible with them.\nObtaining essentia, in my early days as a thaumaturge, was quite hard; but now, thanks to some industrialization and more magical knowledge, it is not as much of an issue. I suspect the same may be true about these new mythic resources.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:purity_offer" - }, - "name:8": "Purity Offer" - } - }, - "questID:3": 519, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "forestry:apatite" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:purity_offer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/52.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/52.json deleted file mode 100644 index 9fd02206..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/52.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Chickens here are weird.\nThe testificates told me that they are also native to this planet, and they have a very special affinity for materials and elements.\nInk, for some reason, is a very effective way to reinforce iron, and it just so happens that some chickens produce it naturally.", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:colored_egg" - }, - "name:8": "Cool Chickens" - } - }, - "questID:3": 52, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "chickens:colored_egg" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:colored_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/520.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/520.json deleted file mode 100644 index aa43735d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/520.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 519 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yes! There is something more to it.\nResearching what remains of Asgard, now the Dungeon of Arcana, did bear fruit. \nIt seems like the aesir had devised ways to channel recursion, coming from matter with mythic properties, into a sort of transmutation.\nFrom my independent studies, I was able to achieve similar results using mythic miners. Their methods, though, appear to be more effective. Agents of the Shyre Empire seem to agree with me, otherwise why would these secrets be held in the Abyss.\nWhat is interesting to me about this is the fact that the Shyre Empire is holding secrets from a territory under the Twilight Horde. I can only assume there may be some espionage or intelligence war going on. Is this how they compete with each other when they are not able to figuratively and literally nuke each other?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ragnarok_sigil" - }, - "name:8": "Ragnarok Sigil" - } - }, - "questID:3": 520, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "forestry:resource_storage" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ragnarok_sigil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/521.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/521.json deleted file mode 100644 index acf86fb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/521.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 518 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The processing of Arkenstone yields so many useful things, and this is just using the methods I currently know.\nI wonder if something like this alone may replace my power-hungry dense plasma setup?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_powder" - }, - "name:8": "Recursive Powder" - } - }, - "questID:3": 521, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:recursive_powder" - }, - "TrophyName:8": "Pow Day", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/523.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/523.json deleted file mode 100644 index 68e241b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/523.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 269 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "There is something about Twilight Horde creatures that makes them \u0027different\u0027. Just like the Meatball man, their recursive forms are more refined, more controlled. The extent to which they are capable of returning after being \u0027killed\u0027, and their omnipresence abilities are far above the troops of the Shyre Empire.\nThis may solely have to do with different philosphies of doing war, where one faction is more liberal to arm their troops, while the other is more willing to use them as cannon fodder.\nAnyhow, the source of their power seems to come from outside of the Eden, maybe from some higher dimensions, and it is channeled into this world using special gems.\nI better get my hands on some, they may come in handy for the future.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_refined_gem" - }, - "name:8": "Eden Refined Gem" - } - }, - "questID:3": 523, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 100, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:eden_refined_gem" - }, - "TrophyName:8": "Tier 1 Mythic Sheller", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "neon" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_refined_gem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/524.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/524.json deleted file mode 100644 index a652e807..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/524.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "After defeating some mythic beings, I think it\u0027s time for more wormholes!\nThe Testificates on Diamerisma let me know that the world of Vibe has something I may be looking for.\nEvery time a wormhole is opened, it is bound to a set of special locations scattered around the universe.\nEach of this locations contains a special mineral, like Dimensional Shards on Terra, that directs the warping of space-time in such a way to \u0027bind\u0027 the wormhole singularity. This is how the Shyre Empire found its buffer worlds to begin with. They opened wormholes unbound to any location, and they saw where they went. This is also how the Testificates, without knowledge of the other worlds in the empire, were able to attempt retaliation, although in a somewhat uneffective manner.\nMost of these minerals are worthless, and present in small traces, which is why places like Taerrapiatta and Furatto did not have any special resources, but Vibe contains something very interesting, or so I was told!\nI was also warned about this place, only a handful of Testificate wizards, six of them, after even seeing this place, dared to enter it. ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibe_warper" - }, - "name:8": "Experiment #4" - } - }, - "questID:3": 524, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:multi_fruit_milkshake" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibe_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/525.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/525.json deleted file mode 100644 index 02942b08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/525.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStart making these, just an advice...\n\n§fFrom what I have seen, some of the more magically useful properties of matter emerge when said matter is present in large amounts. I better start stockpiling on all sorts of stuff in case it may be useful for my next magic experiments.", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extendedcrafting:singularity" - }, - "name:8": "A suspicion" - } - }, - "questID:3": 525, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extendedcrafting:singularity" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extendedcrafting:singularity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/526.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/526.json deleted file mode 100644 index 97e50f8b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/526.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "See, material science is useful!\nBloodmaster has many useful properties that make it well-suited for a variety of applications. It should be a good idea to stockpile it.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "contenttweaker:material_part" - }, - "name:8": "More Bloodmaster!" - } - }, - "questID:3": 526, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 31, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/527.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/527.json deleted file mode 100644 index 51966b4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/527.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 528 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Who am I? \nA man of science? Sure.\nA curious person? Sure.\nDo I like these traits I have? Yeah absolutely, they are great.\nBut what have they brought me? Deep knowledge, an adventure nobody on earth could have dreamed of, and the knowledge of an evil out there that goes beyond anything I could have imagined.\nWould it have been better to live without this knowledge? No, well, maybe... I am starting to understand why the Testificates have secret societies hiding their deepest knowledge. The package as a whole comes with a lot of unwanted things, things that cahnged me. \nDoes good in this world truly exist? Well, I don\u0027t know anymore.\nLook at me asking questions to myself. All this knowledge, and the more I know, the crazier I feel...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:eldritch_flower" - }, - "name:8": "I am Insane!" - } - }, - "questID:3": 527, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:big_boy_steak" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eldritch_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/528.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/528.json deleted file mode 100644 index 42f8752d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/528.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 268 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I think I may have been looking at what\u0027s happening under the wrong lens. Ever since I ended up on Terra, I always assumed that what has happened may just be some sort of coincidence, but it is evident this was not the case.\nThe Meatball Man, for some reason, was able to convince the Primordial Malevolce and other eldritch creatures to give me powers and bind me to recursion. I always assumed this \u0027pact\u0027 would have involved anyone who showed up on Terra through a wormhole. The Meatball Man clearly wants to do something on Terra, and I suspect this may have to do with the Arbiter, so it would make sense he is trying to take control over any new external influences, such as me.\nIf that\u0027s the case, though, why is it only me that ended up there? Why haven\u0027t I seen others show up? With such a large and populated universe that can use wormholes, why am I the only one that opened one to Terra? \nI have been trying to find answers externally, but it may be time to take a good look at myself.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:tartarite_ore" - }, - "name:8": "Eldritch Creation" - } - }, - "questID:3": 528, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tartarite_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:tartarite_ore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/529.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/529.json deleted file mode 100644 index f540ef9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/529.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 531 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Have I really helped people? Well, the Testificates and the Bees surely think I have.\nHave I really helped people? Well, Terra is a bit more free than it once was.\nHave I really helped people? Why am I making excuses? I liked the power. I liked that, for once in my life, I could unshackle myself from a normal mundane life. I liked that I could finally be the hero.\nBut am I really the hero? I don\u0027t really care about my allies, I just want them to recognize me as good, and I want to become more powerful.\nI am an evil person, aren\u0027t I?\nIs this what my search into myself has produced? Is this where my solitary journey of introspection has landed? Was it worth it?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:pure_warp" - }, - "name:8": "I am Evil" - } - }, - "questID:3": 529, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:friendly_frittata" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:pure_warp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/53.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/53.json deleted file mode 100644 index 8e43540d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/53.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 52 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNesting pens can be used to automate chickens in a straightforward matter! And there is a chance for a few special drops!\n\nThe net can be used to put chickens in the nesting pens.\n\nTo breed chickens into new species, place two nesting pens facing each other!\n\n§fI can put my chickens in a nesting pen, and they make eggs faster! Who knew that being teleported to an alien planet will allow me to explore my rural side...", - "icon:10": { - "Count:3": 1, - "id:8": "hatchery:pen" - }, - "name:8": "Nesting Pen" - } - }, - "questID:3": 53, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "hatchery:animalnet" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "hatchery:pen" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/530.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/530.json deleted file mode 100644 index a5310f06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/530.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This knowledge is hurting me, there is no denying it. The more I delve into this crazy war, the more I became aware of a complete lack of closure. \nLearning new things is supposed to satify me! That is why I got into science to begin with. I wanted my hunger, my thirst, to be satisfied.\nBut it could not. Knowledge is infinite, but I was not.\nCan this be changed? I was a mere mortal back then (or was I?). I\u0027m not one anymore. I have infinite time, that\u0027s why I am fighting this war to begin with.\nMy mind, though, is still bound to mortal needs. Knowing as much as possible, learning as much as possible before I am gone. That was my impetus back then, that\u0027s what drove me. I wanted to play my part in the progress of humanity.\nBut now, even though after all I have seen, this ambition, it seems so little, so mininiscule. \nThe more I see, the less I udnerstand. A question answered, ten more show up, and I feel more and more miniscule in front of this infinity. And yet, I yearn for more.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lost_memory" - }, - "name:8": "I Need Knowledge" - } - }, - "questID:3": 530, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:nice_clean_salad" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lost_memory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/531.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/531.json deleted file mode 100644 index f70e2b04..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/531.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Is this search for knowledge a selfish one? Yes, yes it is. \nI really should have admitted this earlier. Why did I want the Nobel Prize to begin with?! I just wanted to be recognized, I wanted to be seen as the one that cares about knowledge. \nWhy am I fighting this war? I kept telling myself this is for the Testificates, this is to stop immortal bullies to play with the universe. And yet, it still ends up being about me. I am the one that has to do it. Nobody else. I... Me... Myself...\nWhy can\u0027t I be with someone else on this journey? I just now realize I am lonely, a lonely selfish pawn of a fate too big for me to even comprehend.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:evil_insight" - }, - "name:8": "I can\u0027t stop..." - } - }, - "questID:3": 531, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:bento_xxxl" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:evil_insight" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/532.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/532.json deleted file mode 100644 index 7cd3148c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/532.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 529 - ], - "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.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - }, - "name:8": "...But I have Power!" - } - }, - "questID:3": 532, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:warped_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:warped_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/533.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/533.json deleted file mode 100644 index ea937157..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/533.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Testificate wizards on Vibe have been a gold mine of information. At some point during the campaign on Diamerisma, they became aware of a warmhole \u0027hotspot\u0027, a location where unbound wormholes will open, that has not fallen under the control of the Shyre Empire.\nThis world, Finem, is where they first encountered the chickens, the ones that shoot lasers, which later on became the ace in Terra\u0027s sleeve when the campaign moved to Furatto.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:finem_warper" - }, - "name:8": "Animals of Mass Destruction" - } - }, - "questID:3": 533, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:heavy_polenta" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:finem_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/534.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/534.json deleted file mode 100644 index dc82d1c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/534.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Got my hands on some Vibrating Stone, and this stuff is awesome. Harmonics play some role in the way magic is catalyzed, and a material that is capable of harmonization on its own, a sort of time crystal, has the power to amplify magic. This is the secret long safekept by the haunted souls of the Twilight Forest.\nAnd on even more incredible news, the Testificates that came here to retaliate are still alive, and I dare say, thriving. They did something to this place, something very drastic, that actually drove the Shyre empire away. This is the first great win of the Testificates against the Shyre Empire.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibrating_stone" - }, - "name:8": "Interesting results" - } - }, - "questID:3": 534, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:vibrating_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibrating_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/535.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/535.json deleted file mode 100644 index 51dd7c53..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/535.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 267 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGood to have automated by now.\n\n§fAlthough barely there, some of the powers of Asgard are still present in some materials, which, when properly compacted, can be exploted.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lesser_mana_core" - }, - "name:8": "Lesser Mana Core" - } - }, - "questID:3": 535, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greater_gaia_spirit" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lesser_mana_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/536.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/536.json deleted file mode 100644 index ba267b73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/536.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Most of the surface of Finem is made out of a strange sedimentary stone that has been created by the existence of this planet\u0027s inhabitants.\nLasers and explosions can have a long lasting impact on a planet, and this is the proof for it. Very little is left here outside of the monuments of a long-lost civilization.\nThere are some remarkable things that can be inferred out of this place, though. Ender dolomite has recursive properties I know to be originated from the chickens and their affinity with chaos and entropy. This means that recursion, this power that so weirdly eludes me, is tied to entropy, and the universal law of the path of least energy.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ender_dolomite" - }, - "name:8": "Ender Dolomite" - } - }, - "questID:3": 536, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "contenttweaker:ender_dolomite" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ender_dolomite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/537.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/537.json deleted file mode 100644 index f2968029..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/537.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Vibrating stone\u0027s amplifying abilities are particularly well-attiuned to thaumaturgy. Its ability to interact with the aura field makes producing Adaminite soo much easier now!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_block" - }, - "name:8": "Really Interesting results" - } - }, - "questID:3": 537, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:bento_xxxl" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_block" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:primordial_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/538.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/538.json deleted file mode 100644 index ac2cf41a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/538.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 536 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The way the war in Furatto was concluded is a cruel but viable war tactic, in case I may need it for the future. if I ever find myself in a situation where a planet\u0027s worth of enemies just needs to be erased, filling it with chickens may be the way to go.\nIt is scary to be able to contemplate this thought to begin with, but this is the situation I found myself in, and I must be prepared.\nThere are still going to be many things that can get rid of laser chickens easily, but they seem quite effective anyway.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:secret_weapon" - }, - "name:8": "Secret Weapon" - } - }, - "questID:3": 538, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:secret_weapon" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:secret_weapon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/54.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/54.json deleted file mode 100644 index 5fa7f9ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/54.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 32 - ], - "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?!?", - "icon:10": { - "Count:3": 1, - "id:8": "dimdoors:oak_dimensional_door" - }, - "name:8": "Wooden Dimensional Door" - } - }, - "questID:3": 54, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "dimdoors:rift_remover" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dimdoors:oak_dimensional_door" - }, - "1:10": { - "Count:3": 1, - "id:8": "dimdoors:rift_signature" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/548069164.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/548069164.json deleted file mode 100644 index 272ed993..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/548069164.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2270 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gluttonous_flesh_singularity" - }, - "name:8": "So Much Gluttony" - } - }, - "questID:3": 548069164, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gluttonous_flesh_singularity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/55.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/55.json deleted file mode 100644 index ab3dc266..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/55.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Dragons are both fascinating and scary, but I was able to slay one!\n\nFire dragons are the master of the plains, and all other lowlands!", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragon_skull" - }, - "name:8": "Fire Dragon" - } - }, - "questID:3": 55, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 200, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "iceandfire:fire_dragon_heart" - }, - "TrophyName:8": "Fire Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragon_skull" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/56.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/56.json deleted file mode 100644 index 252a69e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/56.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGorgons are found in the large stone brick temples found on coasts near the sea!\n\nWear a blindfold to stay alive!\n\n§fHere\u0027s a good example of mythic magic. Gorgons, the ones from greek mythology, and they are here on this world!\nAlmost feels like someone wanted to bring in all sorts of creatures from all folklore in one place.\nAm I in an anime?", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:gorgon_head" - }, - "name:8": "Gorgon Head" - } - }, - "questID:3": 56, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "projecte:item.pe_fuel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:gorgon_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:blindfold" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/57.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/57.json deleted file mode 100644 index 2446c757..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/57.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Dragons are both fascinating and scary, but I was able to slay one!\n\nIce dragons are sit at the top of the food chain in cold and icy places!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "iceandfire:dragon_skull" - }, - "name:8": "Ice Dragon" - } - }, - "questID:3": 57, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 180, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "iceandfire:ice_dragon_heart" - }, - "TrophyName:8": "Ice Dragon Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "iceandfire:dragon_skull" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:ice_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/58.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/58.json deleted file mode 100644 index 0de3162c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/58.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "To keep track of things to do!", - "icon:10": { - "Count:3": 1, - "id:8": "bibliocraft:biblioclipboard" - }, - "name:8": "Clipboard" - } - }, - "questID:3": 58, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:strange_brownie" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:biblioclipboard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/59.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/59.json deleted file mode 100644 index 201c9417..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/59.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "preRequisites:11": [ - 1727374336 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftoolsdim:empty_dimension_tab" - }, - "name:8": "RF Tools Dimension Building" - } - }, - "questID:3": 59, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_builder" - }, - "1:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_enscriber" - }, - "2:10": { - "Count:3": 1, - "id:8": "rftoolsdim:empty_dimension_tab" - }, - "3:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_editor" - }, - "4:10": { - "Count:3": 1, - "id:8": "rftoolsdim:energy_extractor" - }, - "5:10": { - "Count:3": 1, - "id:8": "rftoolsdim:activity_probe" - }, - "6:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimlet_workbench" - }, - "7:10": { - "Count:3": 1, - "id:8": "rftoolsdim:material_absorber" - }, - "8:10": { - "Count:3": 1, - "id:8": "rftoolsdim:liquid_absorber" - }, - "9:10": { - "Count:3": 1, - "id:8": "rftoolsdim:biome_absorber" - }, - "10:10": { - "Count:3": 1, - "id:8": "rftoolsdim:terrain_absorber" - }, - "11:10": { - "Count:3": 1, - "id:8": "rftoolsdim:feature_absorber" - }, - "12:10": { - "Count:3": 1, - "id:8": "rftoolsdim:time_absorber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/6.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/6.json deleted file mode 100644 index f6e8d4e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/6.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou will unlock more pages as you progress - Follow \u0027Dimensional Ascension\u0027 to progress through the pack! The other quests are for info and tutorials!\n\n§rThere seems to be a lot of stuff to keep track of... I better start documenting my findings!\n\n§\n§cPersonal Augmentation §ris to keep track of useful or powerful gadgets.\n\n§cTooling Shmooving §fis to keep track of tools for building and breaking things.\n\n§cTinkerer\u0027s Toolbox §fis to list the properties of the tools I build.\n\nThe §c§cEnergy Sources§r manual will keep track of all the ways of making energy.\n\n§cManufacturing and Fabrication§r will be there to help me remember how to use machines.\n\nIf I ever need to automate a process or implement a logistical system, I will keep track of my findings in §cLogistics and Organization§r.\n\nIf I come up with a way of producing resources autonomously, §cThe Book of Creation§r will keep track of these.\n\nAll the knowledge of magic will be held in the §cMagical Mastery§r book.\n\n§cThe book of Worlds§r will be there to keep track of the places I visit!\n\nThe §cCompenduum Materialis §flists all in-world resources that can be found in each place I explore.\n\nThere are many powerful artifacts, I will list them in the §cSuper-Enchanting §ftab.\n\nThe §cArmory §fwill be used to list useful and cool-looking gear.\n", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "redstonearsenal:tool.hammer_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "name:8": "How do quests work?" - } - }, - "questID:3": 6, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "minecraft:reeds" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:sign" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/61.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/61.json deleted file mode 100644 index 5cd022f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/61.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMagic damage in this pack has been buffed, and more mobs than usual will be able to deal magic damage. This means that some mobs will do a lot of damage to you even when you wear good armor.\nYou can find magic protection books in overworld structures, those will help you!\n\n§fThe testificates trust me enough to share some of their historical secrets.\nAt some point, they had the ability to build portals to connect different regions of this world, including the large caves that are located kilometers under the surface.\nObsidian seems to be a catalyst for magic, and if I light it up I may be able to reopen some of these portals.\nI\u0027ll try to study this more in the hope that I may be able to use similar methods to get back home.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:flint_and_steel" - }, - "name:8": "Cali Approved!" - } - }, - "questID:3": 61, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_chunk" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:flint_and_steel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 69, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/62.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/62.json deleted file mode 100644 index 0420e849..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/62.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe destruction catalyst is one of the mining tools in the pack. You can increase its range through a keybind. \n\nBE CAREFUL, this could destroy your base!\n\nIt consumes furnace fuels to run, but in the future klein stars will act as batteries!\n\n§fAlchemical energy provided by fuels such as coal and redstone can also be converted to explosive power.\nThis catalyst should make mining very easy!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - }, - "name:8": "This is awesome!" - } - }, - "questID:3": 62, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "minecraft:coal" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/63.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/63.json deleted file mode 100644 index 279b51af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/63.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDon\u0027t know how a machine or a recipe works? Info will be found in the manufacturing and fabrication tab!\n\nThe crescent hammer is the preferred wrench in this pack! It can rotate blocks, break pipes and cables, and it should work with all other tech mods!\n\n§fYES! I can now build a better workbench, which should allow me to put together some machines to make my life easier!", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_basic" - }, - "name:8": "Better Fabrication" - } - }, - "questID:3": 63, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:wrench" - }, - "1:10": { - "Count:3": 16, - "Damage:2": 7, - "id:8": "extendedcrafting:material" - }, - "2:10": { - "Count:3": 1, - "id:8": "omniwand:wand" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_basic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/64.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/64.json deleted file mode 100644 index 5c07f7e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/64.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHeads up! Quests will tell you what to do, figuring things out is up to you, and it\u0027s part of the fun!\n\nThe sack of holding can be used to move chests, spawners, and other tile entities without destroying them!\n\n§fBy upgrading my current way of building work tables, I should gain access to more complex machines!", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_advanced" - }, - "name:8": "More Fabrication!" - } - }, - "questID:3": 64, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "actuallyadditions:item_potion_ring", - "tag:10": { - "Blaze:3": 800 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "cyclicmagic:chest_sack_empty" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/648991311.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/648991311.json deleted file mode 100644 index cbe2ef8c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/648991311.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 548069164 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:star_of_betrayal" - }, - "name:8": "In Too Deep" - } - }, - "questID:3": 648991311, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:withering_fabrial" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:forbidden_meatball_man_rites" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:star_of_betrayal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/65.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/65.json deleted file mode 100644 index ff29bdb8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/65.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 61 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§G§7§oGeneral and specific mob farms are good to do at this point. Doing a cursed earth farm at y\u003d2 is recommended for better drops! The §cBook of Creation §7§ohas a section dedicated to farming mob drops in better and better ways.\n\nThe scoop will break bee hives found all around. This would bee a good time to start collecting bees! Bee-related tips and tricks can also be found in the §cBook of Creation§f§7.\n\n§fThe caves located in Terra\u0027s nether region are truly stunning, and truly dangerous!\nThe stone that illuminates these magma-filled caves appears to have magical properties way superior to obsidian", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:glowstone" - }, - "name:8": "Luminous Underground" - } - }, - "questID:3": 65, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:scoop" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:glowstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "extrautils2:ingredients" - }, - "1:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_relocator" - }, - "2:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_duplicator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/657.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/657.json deleted file mode 100644 index 5fe19f33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/657.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRocksnots can be placed in water. They will eat mobs around them, and eventually eject pearls if enough are consumed.\n\n§fThey were all swindled. The inhabitants of the swamp in between are all part of a larger plan, and it has to do with terra.\nI seem to be also part of this plan, and yet I can oppose these invaders. Why? Why am I different? What is the price for my immortality? Is my immortality the price?\nI do not know if I will ever be able to find answers, but I can at least use my power to put these slaves out of their misery....\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:rock_snot_pearl" - }, - "name:8": "Hunger" - } - }, - "questID:3": 657, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:rock_snot_pearl" - }, - "TrophyName:8": "Rocksnot Farmer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 8, - "id:8": "thebetweenlands:fumigant" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:rock_snot_pearl" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_5" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/658.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/658.json deleted file mode 100644 index f511606d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/658.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay tar beasts and wights to craft a tar beast heart.\n\n§fThe stories and legends of \u0027pacts with the devil\u0027 seem to have some truths to them. The power of the druids is not their own, it comes from the abyssal beings, who gave them the power to be like them.\nThe devil of folklore always gave a great price, and so did the abyssal ones. The druids were able to ascent to higher dimensions of space, but they had to pay for their freedom.\nThey are now just slaves that use their powers to capture more and more beings to the cause of the abyssal ones.\nI would like to know what the swamp looked like before this pact...", - "icon:10": { - "Count:3": 1, - "Damage:2": 24, - "id:8": "thebetweenlands:items_misc" - }, - "name:8": "Tormented Souls" - } - }, - "questID:3": 658, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 24, - "id:8": "thebetweenlands:items_misc" - }, - "TrophyName:8": "Tar Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 8, - "id:8": "thebetweenlands:fumigant" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "id:8": "thebetweenlands:items_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_4" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/659.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/659.json deleted file mode 100644 index e80316a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/659.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe mortar and pestle can be used to produce a variety of ground items. Their properties are different from every player. You can test their effects on a gecko that has been put in a cage using a net. \nTo make armaniis, you should use the ground powder that makes the gecko feel calm, and look at you with loving eyes.\nTo make a potion out of the right ground item, fill the infuser with swamp water from a weedwood or syrmorite bucket, add the right ingredients, and stir (right click with empty hand) for a couple of minutes. \nIf the ingredient is correct, the liquid in the infuser will become darker. Once it\u0027s done, use a weedwood or syrmorite bucket to trasfer it to an alembic (shift right click). Use a dentrothyst vial to collect the aspect from the alembic.\n\n§fThe druids are capable of manipulating the souls of the beings around them, and twisting the inhabitants of the swamp in between into their unknowing servants.\nPotion-making has to do with this control, but the source appears to be the abyssal creatures that live in the higher dimensions.", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:aspect_vial", - "tag:10": { - "blHerbloreAspects:10": { - "container:9": { - "0:10": { - "aspect:10": { - "type:8": "Armaniis" - }, - "storage:10": { - "dynamic:3": 2000, - "hasStoredStatic:1": 0, - "storedStatic:3": 0 - } - } - } - } - } - }, - "name:8": "Spirit Domination" - } - }, - "questID:3": 659, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:elixir" - }, - "TrophyName:8": "Alchemical Annoyance Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "thebetweenlands:aspect_vial", - "tag:10": { - "blHerbloreAspects:10": { - "container:9": { - "0:10": { - "aspect:10": { - "type:8": "Armaniis" - }, - "storage:10": { - "dynamic:3": 2000, - "hasStoredStatic:1": 0, - "storedStatic:3": 0 - } - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_3" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/66.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/66.json deleted file mode 100644 index a4d1eb3b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/66.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 64, - 65 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMana infused metal can be found in a special structure in the nether!\n\nSearch for blue stuff!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_philosophers_stone", - "tag:10": {} - }, - "name:8": "For Philosopher\u0027s Only" - } - }, - "questID:3": 66, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "baubles:ring" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 60, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "projecte:item.pe_philosophers_stone" - }, - "TrophyName:8": "A true philosopher", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_philosophers_stone", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/660.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/660.json deleted file mode 100644 index 0dad7bcf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/660.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "preRequisites:11": [ - 208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the chiromaw matriarch.\n\n§fLife does take many forms, yet words cannot describe the unnatural feeling that permeates me when interacting with the beings of this 6-dimensional swamp. \nThey posses great abilities, yet they do not appear to be free, this is wrong...\nAre they just like me, bound to a fate outside of their control, enslaved by unexplainable knowledge?\n", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:chirobarb_erupter" - }, - "name:8": "Horrid sacrifice" - } - }, - "questID:3": 660, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "thebetweenlands:chirobarb_erupter" - }, - "TrophyName:8": "Chiromaw Matriarch Slayer", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:chirobarb_erupter" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:betweenlands_callstone_2" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/661.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/661.json deleted file mode 100644 index a6a15f19..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/661.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 536 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This changes everything! If recursive matter can come from animals and people, it is truly possible that many of the strange materials and metals I have encountered so far to be artificial.\nIs that why dimensional shards are rare? Is it because someone on Terra created them. The dragons on the outer Ender islands use the power of chaos in ways that are similar to the chickens on Finem. Is it possible that they are related?\nAnd there is also the Arbiter too; most of the architecture tied to him uses fluix and skystone, which also appears to have originated on the End islands. Is there any symbolism there? Or something more?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:endergenic_sediment" - }, - "name:8": "Sedimenting till the end!" - } - }, - "questID:3": 661, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "contenttweaker:endergenic_sediment" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:endergenic_sediment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/663.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/663.json deleted file mode 100644 index 30a4cbe4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/663.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe last stand enchantment will prevent death at the cost of experience. By this point, it should be a good idea to have some sort of XP farm, and to put last stand on your armor.\n\n§fDo I like being trapped in an endless loop of death and rebirth? Absolutely not.\nDoes it have some unexpected advantages! Well, surprisingly, yes!\nKnowing a bit more about magic has allowed me to get more insight into what is happening to me. I still have no idea how or why this is happening, but some empirical testing showed that this rebirth consumes some of my own essence.\nBut thanks to my newly magic abilities, and a bit of industrialization, I can get lots and lots of essense into my person, and bypass the death and rebirth cycle.\nThis has some undesirable side effects, as the protection enchants on my armor lose effectiveness, but I can still become nearly immortal.\nWhoever gave me this \u0027curse\u0027 may have gifted me with something amazing, but it may be a bit too early to say...\n", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:death_compass", - "tag:10": {} - }, - "name:8": "The power of undeath" - } - }, - "questID:3": 663, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_life_2" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 30, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/664.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/664.json deleted file mode 100644 index f5f8c6a9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/664.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEvery night and day, there is a chance special events will occur, where special mobs will spawn. These will be announced by messages in chat.\n\n\u0027The ground bathes in the pearly light of the moon\u0027: full moon, special hunter mobs will spawn at night\n\n\u0027The hunt for blood has begun\u0027: blood hunt, special blood-themed mobs will spawn\n\n\u0027Lost souls scurry across the world in the darkness\u0027: soul scurry, special versions of mobs will spawn, these will be immune to most damage types (magic works)\n\n\u0027The world just got stranger\u0027: alien invasion, aliens will spawn\n\n\u0027Today is a good day to die\u0027: death day, hunter mobs that give a lot of experience will spawn\n\n\u0027The hissing sounds begin\u0027: creep day, mobs capable of spawning creepers will spawn\n\n§fThe amount of violence in this world it truly staggering. Are we good caretakers of Earth? No, but we sure have it better than here.\nAlien raids, blood hunts, ghosts? This world is fully under siege, and the attacks are fairly organized; it seems like everyone wants something out of it! But I don\u0027t see anything that may warrant such drastic measures.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:hunters_rifle", - "tag:10": { - "HideFlags:1": 2 - } - }, - "name:8": "What\u0027s going on?" - } - }, - "questID:3": 664, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nice_clean_salad" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/665.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/665.json deleted file mode 100644 index d5b7787a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/665.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisites:11": [ - 210 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDungeon constructors will drop the keys. All arcana mobs will drop collector fragments. \nThe keys will open the respective door types, and will allow you to get raw arcanium. \nThe arcanium extractor can be found exploring.\nDungeon contructors can be hard to find, you can use the optional item to summon them!\n\n§fThe Dungeon of Arcana, this is the name of the place I have entered. And endless expanse of rooms, rooms, and nothing else. This place keeps going on forever, I know it.\nIt is directly under the control of the Twilight Horde, but their domain is not absolute. A weak resistance is still present, not in the military form, but some of the secrets of this place have successfully been kept from the invaders.\nArcanium, a material with very peculiar properties is kept hidden in rooms, secretly built by the enslaved constructors who appear to be in charge of maintaining the rooms of this endless fortress. \nThe material has powerful magic properties, of the mythic type, and it autonomously arranges itself into particular structures, like an alloy that can change state without having to vary any outside conditions. \nThese slaves are broken people, barely capable of aknowledging their surroundings, and they mostly just mumble. One word, though was recognizable from their otherwise incoherent mumblings, the word was Asgard. The home of the gods in Norse mythology.\n\n ", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:arcanium" - }, - "name:8": "Ancient Secrets" - } - }, - "questID:3": 665, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "divinerpg:arcanium" - }, - "TrophyName:8": "Arcanium Researcher", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:collector" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:ancient_key" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:sludge_key" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:soul_key" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:raw_arcanium" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:arcanium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:constructor_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/666.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/666.json deleted file mode 100644 index 4c4ac533..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/666.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "preRequisites:11": [ - 210 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLord Vatticus will trade the wizard book, used to summon two bosses.\nIt can be tricky to find, so the optional item can be used to summon him!\n\n§fWell this is peculiar! On one hand, I think I have a good idea on the power level of the Twilight Horde, on the other hand, this power level feels a bit too high to make sense.\nOne of the slaves kept writing this place\u0027s history, and shared it with me.\nThe Dungeon of Arcana, in its weirdness, used to be a much different place; this used to be Asgard, home of the Aesirs, the deities in the Norse pantheon. Looking at the properities of Arcanium the only remaining trace of what this place used to be, I can assume they were some sort of order of magicians, and a very powerful one. \nThis place has its own gravitational field, independent of any planet, with perfectly parallel field lines. How is this possible? I don\u0027t know!\nAnd yet, in a matter of mere seconds, the entirety of this place was taken over. Not by troops, not by weapons of mass destruction. No, they were taken over by an actual infinite fortress. A building, a set of rooms, stairs, and doors that, in the time it takes to drink a cup of water, replaced itself with the home of teh Aesirs, killing everything that tried to oppose it.\nThis should be impossible by all physiscs humans have discovered, but here it is. I had to measure everything so many times, and all data points to this fact. I am not on the surface of a planet; I am inside a flat, infinite, pancake-looking fortress sitting somewhere in a space-time anomaly!?", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:wizards_book" - }, - "name:8": "Dungeon Invaders" - } - }, - "questID:3": 666, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:dramix_altar", - "meta:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "divinerpg:parasecta_altar", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:wizards_book" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lord_summoner" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:wargeneral_summoner" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/67.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/67.json deleted file mode 100644 index 96b2685e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/67.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 66 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe §cMagical Mastery §7§otab has info on how to use projectE!\n\n§fMana appears to have a \u0027memory\u0027 for alchemical power, meaning that I can use it to create all remembered items at will.", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:stone_table" - }, - "name:8": "On the Medieval vibes" - } - }, - "questID:3": 67, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:botanic_alchemic_catalyst" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:stone_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/678.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/678.json deleted file mode 100644 index 745f2f6d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/678.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you need a hand with organization, the storage scanner can help you!", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:storage_scanner" - }, - "name:8": "Good Logistics" - } - }, - "questID:3": 678, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_number" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:storage_scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/68.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/68.json deleted file mode 100644 index a4c9f051..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/68.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "preRequisites:11": [ - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 2!\n\n§7§oThe magical mastery tab will provide info on how to progress through each magic mod!\n\n§fYES! Mana was indeed the key to more power! Now I can build even better and more powerful machines.", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - }, - "ismain:1": 1, - "name:8": "Breakthrough" - } - }, - "questID:3": 68, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:written_book", - "tag:10": { - "author:8": "Meatballcraft", - "pages:9": { - "0:8": "{\"text\":\"Because of the amount of exploration in this modpack, the file size of world files can get quite large.\\nTo make you backups smaller and faster, you can use the AromaBackup config (found in config \\u003e aroma1997 \\u003e aromabackup.cfg).\\nIf you set\\nuseWhitelist \\u003d true\\nyou can specify a list of dimensions that will be backed up, and the rest will be ignored, keeping files smaller, and faster to generate.\\nSEE NEXT PAGE\"}", - "1:8": "{\"text\":\"The whitelist field will let you select the list of dimensions to backup.\\nIf no changes are made, and the useWhitelist flag is toggled, the backup will include the Overworld, the Nether, the End, and the Void (0, -1, 1, 43).\"}" - }, - "resolved:1": 1, - "title:8": "Smart Backups" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/683.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/683.json deleted file mode 100644 index f46bc1f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/683.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:machine_frame" - }, - "name:8": "Energetic Tools" - } - }, - "questID:3": 683, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/69.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/69.json deleted file mode 100644 index a6f7ef73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/69.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou do not need pure fluix to craft the accelerator and energy acceptor. Using them is highly recommended.\n\n§fThe manufacturing ability I\u0027ve recently discovered has allowed me to produce Fluix, which makes it possible to easily transition between matter and energy, this should be very useful for storage and item management.\nThe knowledge of this science is hidden in asteroids, which were once part of the belt around Terra.\nIt seems like they were used to hide information about fluix in a place unreachable by most, no matter how powerful.\nFortunately for me, some of those asteroids made it back down.", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Digital Matter" - } - }, - "questID:3": 69, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 15, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "ignoreNBT:1": 1, - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:energy_acceptor" - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:quartz_growth_accelerator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/7.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/7.json deleted file mode 100644 index 379151e1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/7.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe key will guide you to your grave", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "astralsorcery:cap_item_amulet_holder:10": {} - }, - "id:8": "tombstone:grave_key", - "tag:10": {} - }, - "name:8": "First Death" - } - }, - "questID:3": 7, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "minecraft:skull" - }, - "1:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 190, - "TrophyColorGreen:3": 190, - "TrophyColorRed:3": 190, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - }, - "TrophyName:8": "First Death EZ", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "2:10": { - "Count:3": 1, - "id:8": "tombstone:decorative_grave_normal" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tombstone:grave_key", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/70.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/70.json deleted file mode 100644 index 9757c7ef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/70.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 69 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBetter to build a base in the void world. At this point, you may want to take a peek at the logistics and organization tab.\n\n§fThe power of fluix is great!\nCentralized networks can be created around a controller block, which can handle storage and transportation.\nIn addition to this, it seems like I can embed more complex logic into pipe systems, making it even easier to manage my belongings.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:controller" - }, - "name:8": "Advanced Storage" - } - }, - "questID:3": 70, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "betterp2p:advanced_memory_card", - "tag:10": { - "selectedIndex:3": -1 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "aenetvistool:net_visualizer" - }, - "2:10": { - "Count:3": 1, - "id:8": "chickenchunks:chunk_loader" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ae2_base_management" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/706.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/706.json deleted file mode 100644 index 7d89ef07..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/706.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe lamps from torchmaster are very good at illuminating areas and preventing mob spawns!", - "icon:10": { - "Count:3": 1, - "id:8": "torchmaster:feral_flare_lantern" - }, - "name:8": "Safe Space" - } - }, - "questID:3": 706, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:moms_spaghetti" - }, - "1:10": { - "Count:3": 1, - "id:8": "solcarrot:food_book" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "torchmaster:feral_flare_lantern" - }, - "1:10": { - "Count:3": 1, - "id:8": "torchmaster:mega_torch" - }, - "2:10": { - "Count:3": 1, - "id:8": "torchmaster:dread_lamp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/707.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/707.json deleted file mode 100644 index 169fec5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/707.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 34 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The key behind understanding unknown phenomena is to nderstand the patterns that define them.\nMagical properties follow some sort of conservation law, where the vital energy I possess, what on Earth we call essence, can be transferred to inanimate objects too.\nSome of these connections appear to be strong, while others aren\u0027t, and some are straight up inconsequential.\nBy being able to move these enchantments between objects, I can find good ways to combine them.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:diss_enchanter" - }, - "name:8": "Disenchanting" - } - }, - "questID:3": 707, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "actuallyadditions:item_solidified_experience" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:diss_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/71.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/71.json deleted file mode 100644 index 7467ed59..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/71.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 70 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDo this at your own risk...\n\n§fThe realization that magic is real changes everything, and it seems like I can use it to serve my manufacturing needs.\nThis will require some experimentation...\nAfter extensive observation on mythic remains, and thanks to the branches of magic I am now adept to, I was able to \u0027understand\u0027 mythic powers.\nWell \u0027understanding\u0027 is a strong word, but it \u0027makes sense\u0027.\nThe power of \u0027gods\u0027, beings that are able to subject reality itself to their control, those that can originate magic that I would define as mythic, seems to be \u0027guiding\u0027 the Horde and the Empire.\nThis power has no bounds, I cannot imagine what beings able to wield it may look like.\nI am still a long ways away from that, but I have all the time in the world, and enough natural adeptness to magic (am I being too cocky?) to delve deeper into these phenomena.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:controller_manual" - }, - "name:8": "Connecting the dots" - } - }, - "questID:3": 71, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "contenttweaker:material_part" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:controller_manual" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/711.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/711.json deleted file mode 100644 index 983dd3c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/711.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The alliance between the bees and the Realmshifters is incredible. Both people are extremely selfless, and this is quite moving. For them, the giving up of the self for the sake of what is good is a necessary sacrifice for a better future. They are weak by themselves, and yet, with selfless cooperation, they have been able to permeate the territories of the invaders of Terra.\nAfter having realized the ineffectiveness of the Polyphemus plan, of transforming their members into rage-filled, but comparatively weak, one-eyed berserkers, they started expanding their network of information.\nThe ability to travel anywhere is a useful one, and it has allowed this alliance to form a powerful network of spies, too weak to manipulate events at large, but also capable of remaining hidden from pretty much everyone else involved in this war.\nDue to their lack of power, they were awaiting for someone with eough military power to make use of their intel. After passing some sort of test, I guess I am that military power!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_spinel" - }, - "name:8": "Secrets of Hator" - } - }, - "questID:3": 711, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:hator_spinel" - }, - "TrophyName:8": "The Path of Polyphemus", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:hator_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_hator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/712.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/712.json deleted file mode 100644 index 5e48bd8a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/712.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Something in the past of bee civilization went wrong, really really wrong. This may be the reason behind all the subterfuge, and all the secrets.\nThe helpful bees, so full of nivety and ever-willing to help, helped the wrong people, and to this day they are suffering the consequences. I am not sure what went down exactly, but I know it has to do with the Twilight Horde, and with the Shyre Empire. The two of them had a dealing with the bees, at some point in the past, and they were able to take something from them.\nThose that were involved in this deal are still around, hidden in Europa as a form of self-exile. When I met them, their shame was evident. They still don\u0027t trust me enough to tell me what went wrong, but they think I can help them, so I will!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_spinel" - }, - "name:8": "Secrets of Europa" - } - }, - "questID:3": 712, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:europa_spinel" - }, - "TrophyName:8": "The Betrayal of Bees", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:europa_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_europa" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/713.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/713.json deleted file mode 100644 index 85228d05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/713.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The alliance of bees with Blood God of Orcus is a strange one. Once a Testificate, this being got corrupted by powerful blood magic, and their form was morphed, as it often happens.\nWhat came out, though, was unexpected. A firendly form, some may even say adorable. This master of blood is not an enemy, rather, an unfortunate victim of fate (aren\u0027t we all). As long as the Blood God receives sacrifices, their destructive powers are kept in check, and they maintain a clear and level head, even capable of friendly conversation. Because of this, the bees decided to help out, and formed an entire civilization devoted to performing sacrifices, so that this being could maintain their humanity.\nI spoke with the Blood God, I was challeged by them. They wanted to know if I was worthy. Very happy I was, now they are willing to help me.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_spinel" - }, - "name:8": "Secrets of Orcus" - } - }, - "questID:3": 713, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:orcus_spinel" - }, - "TrophyName:8": "For the Blood God", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:orcus_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_orcus" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/714.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/714.json deleted file mode 100644 index ae266922..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/714.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While I was focused on the invaders of Terra, their armies, and their flamboyancy, I should\u0027ve spent more time looking at politics. If the knowledge of a single leap in destructive power, the atom bomb, was enough to throw earth into a crazed period of cold war, with all of its subterfuge and spying, one could assume that similar things may happen if much larger powers were to be discovered, or encountered in others\u0027 hands.\nThe \u0027big players\u0027 like the Shyre Empire know they are the strongest, so they showcase their powers, knowing that very few can match it. This doesn\u0027t necessarily explain what\u0027s going on with their campaign on Terra, and I am sure they too are playing some sort of political game, but that\u0027s another discussion. What interests me are the \u0027medium players\u0027, those that don\u0027t show their hand right away. The Crimson Cult and J\u0027zahar are good examples of that. How powerful are they? Could they rival the Twilight Horde? Are they actually powerful? Or are they just influential?\nKeeping an aura of mystery appears to be the way the game of power is played in this universe. You want to let your enemies know you are powerful, to avoid direct confrontation, but your exact reach and capabilities should remain hidden, in case your enemy is indeed stronger than you.\nThe Gun Devil, the hand that rules over Falacer, is good at playing this game, so much so that the bees have complied with him, not knowing what this creature would be capable of.\nAnd what about the Meatball Man? He has been open during all of our interactions, and yet, I can\u0027t shake off the feeling there\u0027s something more. He too is playing this game, which may be a good sign.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_spinel" - }, - "name:8": "Secrets of Falacer" - } - }, - "questID:3": 714, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:falacer_spinel" - }, - "TrophyName:8": "Queen of the Gun Devil", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:falacer_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_falacer" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/714682973.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/714682973.json deleted file mode 100644 index fe5afbd2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/714682973.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 2129 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I did not expect to encounter Testificates on Pixonia, but here they are!\nActing as an inside group from the Fluix Historians, some agents were able to follow some of the minions of the Meatball Man into Pixonia, and were able to collect intelligence for the sake of their master, the Arbiter. \nWhat set off the Meatball Man\u0027s attack on the Testificates was not the knowledge over Dimensional Shards alone; both beings, after all, commonly got involved in the happenings of many civilizations, one reaping chaos, one bringing order. \nWhat started it all was the implication behind this knowledge, a truth that the Arbiter was supposed to keep secret. Thanks to what was taught to the Testificates, though, the Meatball Man was able to piece it together, and driven by desire, he came into Terra, and caused the conflict that I am now fighting.\nGiven the knowledge of these agents, I thought of asking them what had happened to the Arbiter when they fought back, and what the Meatball Man may want to get out of me; as in the case of my prior encounters with the Fluix Historians, no replies, just oddly specific questions.\nSure, whenever I entered Terra there was a Solar Eclipse, but why does it matter?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_medal" - }, - "name:8": "Faithful Spies" - } - }, - "questID:3": 714682973, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 128, - "id:8": "rftools:dimensional_shard_ore" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluix_medal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/715.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/715.json deleted file mode 100644 index 519f2ab5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/715.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The resorfulness of bees is incredible, but sometimes, their naivety really surprises me. They are collaborating with the Meatball Man, the evil god of pleasure, and they are doing it because he ASKED NICELY?! I really don\u0027t get it, but it\u0027s clear that, even though it may not seem like it, the bees must have thought a lot about this.\nThis could have to do with how powerful the Meatball Man is. He is clearly someone you don\u0027t want to mess with. And who knows, he may even be stronger than what I make him to be, that\u0027s how little I know about this creature. Well, to be fair, I know even less about the invaders of Terra, the Twilight Horde, and the Shyre Empire. And the Crimson Cult, even less.\nAnyhow, exploring the secrets of Oi was a good idea. I have learned something about the Meatball Man. His powers, which I still find terrifying, make a bit more sense. Those that die under certain conditions, which I still don\u0027t fully know, fall under his influence, and become his undead slaves till the end of time.\nApparently, natural death is not enough for this monster. So how does he get more undead slaves? Well, he nukes planets. Magic allows for many tools of mass destruction, but it seems like they do not cause death in the \u0027right way\u0027 that will produce more undead. Oi is just one of many planets like this, a once prosperous world, now completely erased.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_spinel" - }, - "name:8": "Secrets of Oi" - } - }, - "questID:3": 715, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:oi_spinel" - }, - "TrophyName:8": "Meatball Artillery", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:oi_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_oi" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/716.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/716.json deleted file mode 100644 index effa82d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/716.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Everyone keeps secrets, that\u0027s just part of being a person. Sometimes it is shame that drives us to hide things, but sometimes we just hide things for absolutely no reason.\nAnd sometimes, we hide things from ourselves, afraid of what may happen.\nThis seems to be the main motivation behind the hidden Pharos powers of the bees of Ptah. \nBees are nice and helpful, really nice and helpful, so it is easy to take them as just that, but it is clear now that even they have their own politics, and most importantly, a bigger overarching goal, that goes beyond just helping everyone around them.\nI\u0027m not really sure how, but I seem to have passed some sort of test, and the bees now trust me. Something big is in the works.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_spinel" - }, - "name:8": "Secrets of Ptah" - } - }, - "questID:3": 716, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:ptah_spinel" - }, - "TrophyName:8": "Powerful Radiance", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:ptah_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_ptah" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/716708024.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/716708024.json deleted file mode 100644 index 113a97a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/716708024.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1479405903 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fabrial_of_liberation" - }, - "name:8": "Liberation Light" - } - }, - "questID:3": 716708024, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fabrial_of_liberation" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/717.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/717.json deleted file mode 100644 index 3e0ccf9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/717.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The quest for knowledge is not an easy one. As a practitioner of science, I have had many confirmations of this. Answers lead to more questions, which lead to more answers, which lead to more questions.\nThis answer, though, I am happy with! The bees are helping the Testificates! And I am all about helping the testificates!\nAs I was told in Furatto, there are still few, faithful to the Arbiter, that are pushing a campaign against the invaders of Terra. The rest of testificate society deemed them crazy, and thought them dead.\nApparently, they are still fighting, and their main ally are the bees! The massive facilities to forge armor and imbue potions on Osiris and Ptah serve the war effort in the buffer worlds of the Shyre empire.\nAfter seeing how nice bees are, I\u0027m not surprised they want to help, but if it were that simple, why keep it a secret? Why not say it openly like the bee societies of Hator and Orcus?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_spinel" - }, - "name:8": "Secrets of Osiris" - } - }, - "questID:3": 717, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:osiris_spinel" - }, - "TrophyName:8": "The Great Forge Planet", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:osiris_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_osiris" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/718.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/718.json deleted file mode 100644 index 9cc2eaae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/718.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "That\u0027s what I needed! A secret order of bees!\nSomething I found very puzzling about bee society was the apparent lack of cooperation between the many societies inhabiting the Sol system planets. As I should\u0027ve guessed, there actually is some type of cooperation, just not the type I imagined.\nSimilarly to the testificates of Terra, bee society likes to hold secrets through a secret network of individuals in charge of both government and keeping a written history. After seeing this happen in two different societies, one starts to wonder. Is this how government is run once magic enters the equation? Are open, outspoken leaders too easy to manipulate? Are secret societies the way to go in a universe at war?\nI was able to encounter one of said secret society members on Luna who, being extremely nice as always, told me about a secret mark that is being shared all around the Sol system, they call themselves the Bubbell Alliance. The bees are coming together!\nThe gravity bees of Sedna, having attuned to the strange properties of their home world, have control over powerful gravitational magic (magic? science? I don\u0027t really know how bees work), and they seem to be sitting at the top of the Sol system hierarchy. They have been making political moves, and have sent signals to the other bees.\nThey are coming together, they are coming together for me.\nWhy me? Is this a prophecy story? Am I their version of the Messiah? Are they just being nice because they are always nice to everyone?", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_spinel" - }, - "name:8": "Secrets of Sedna" - } - }, - "questID:3": 718, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:sedna_spinel" - }, - "TrophyName:8": "Steward of Gravity", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:sedna_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_sedna" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/719.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/719.json deleted file mode 100644 index d54210f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/719.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisites:11": [ - 1597993732 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A world of mushrooms, cows and, demons! Nice!\nAt some point in Terra history, the testificated screwed up (never heard that before), and their negligence summoned forth a horde of demons.\nThe bees of the past, though, were able to banish these demons, and imprisoned them to Haumea, where they are now being kept, until someone would be powerful enough to exorcise them.\nLooking at this event, it is interesting to note how in this story the Testificates were quite weak, and the bees were powerful helpers. While exploring the Deep Dark caves, I have met demons more powerful than the ones on Haumea, and they were properly jailed using \u0027normal\u0027 testificate magic, with no outside help, as far as I know. Bees, on the other hand, while being very resourceful, do not strike me as the mighty type that would start a demon prison on a planet in the outskirts of a star system. \nOne bee in this place surprised me, though. The same \u0027sixth sense\u0027 that made me aware of the dangers of the Meatball Man went off. Not in the same way, but it is evident that bees have, or at least used to have, power. Lots of power.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_spinel" - }, - "name:8": "Secrets of Haumea" - } - }, - "questID:3": 719, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:haumea_spinel" - }, - "TrophyName:8": "Mark of the Beast", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - }, - "1:10": { - "Count:3": 4, - "id:8": "contenttweaker:haumea_spinel" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_spinel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:puzzle_solution_haumea" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/72.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/72.json deleted file mode 100644 index 4377b9e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/72.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 71 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe controller is the main block for all of the pack\u0027s custom multiblocks. \n\nCAREFUL: you should not place multiblocks on chunk boundaries!\n\n§fMy experiments paid off! The rules of technology apply to science. These higher dimensional \u0027mythic fields\u0027 that guide the flow of magic can be harnessed by anything that follows their rules. And this includes machines that will allow me to bring magic to the fires of industrialization!\nAnd so much more...", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:blockcontroller" - }, - "name:8": "Technomancy" - } - }, - "questID:3": 72, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:condensed_essence" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:blockcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:recursive_recipes" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/720.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/720.json deleted file mode 100644 index fe6f7b56..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/720.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 34 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe typesetting table uses an enchanted book and a chase to create an enchanted plate at the cost of xp.\n\nThe printing press uses a plate, some ink, and books to create multiple copies of the enchantment on the plate.\n\n§fEnchants possess some type of signature, which is a very useful property. This signature is conserved between transitions, and it can even be replicated by using some of my own essence.", - "icon:10": { - "Count:3": 1, - "id:8": "bibliocraft:printingpress" - }, - "name:8": "Moar Enchants" - } - }, - "questID:3": 720, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:biblioglasses" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:tome_experience", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:printingpress" - }, - "1:10": { - "Count:3": 1, - "id:8": "bibliocraft:typesettingtable" - }, - "2:10": { - "Count:3": 1, - "id:8": "bibliocraft:bibliochase" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/724.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/724.json deleted file mode 100644 index 3e305a7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/724.json +++ /dev/null @@ -1,203 +0,0 @@ -{ - "preRequisites:11": [ - 718, - 717, - 715, - 714, - 713, - 712, - 711, - 719 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " So this is the true story of the bees. This galaxy, in its entirety is theirs. Not just planets, not mere star systems. The universe is theirs. Well, it used to.\nEver since the first bees started to become aware, their drive was one, and it was one of creation and life. From their home world, they would learn how to survive without oxygen, and, in spite of extreme cold or heat, they started expanding, bringing new life into the surrounding worlds. They seldom would seek to dominate the life they brought, they were simply there to help, to serve, to let life originate new life.\nBecause of this, they slowly but surely kept growing, and their colonies eventually were present on every single planet, asteroid, or comet, spreading the light of life.\nHow did they do it? Well, this was the secret held by the Bubbell Alliance, until I came along. What made it possible for bees to climb through the Kardashev scale is energy. Not lots of it, not a gargantuan amount of it. Infinite energy, freely originating from one bee, capable of powering an entire universe.\nDuring their mission to spread life, though, the bees met what we now call the Twilight Horde, and the Shyre Empire. The two were never allies, and would never be after that moment, but for once, after learning of the power of the bees, the two worked together, and exploited the good nature of bees to steal their power, and imprison the true queen of bees.\nSince then, bee civilization has had one mission, and one mission only; to help those in need, no matter who, but to never reveal their story to anyone ever again, until someone would pass their test.\nNeedless to say, I passed the test, I reassembled the spinel ring, and as the champion of bees, I will bring their queen back to them!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "The Queen of the Bees" - } - }, - "questID:3": 724, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 100, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 100, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:spinel_ring" - }, - "TrophyName:8": "Ice on my pinky", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:spinel_ring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/725.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/725.json deleted file mode 100644 index b67df906..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/725.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 0 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA huge thanks to Birch8101, Gizyz, Mathias, Staffix, Tictak3, Tom for porting the questbook to BQ!", - "icon:10": { - "Count:3": 1, - "id:8": "betterquesting:placeholder" - }, - "name:8": "The Great Questers" - } - }, - "questID:3": 725, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 2, - "id:8": "contenttweaker:intense_meatball_pasta" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/726098530.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/726098530.json deleted file mode 100644 index 8ce985b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/726098530.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2273 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_hungering_flesh" - }, - "name:8": "The Hunger Never Ends" - } - }, - "questID:3": 726098530, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:harbinger_hungering_flesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/73.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/73.json deleted file mode 100644 index c73ef591..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/73.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 72 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "My experiments are really using a lot of power, and I think it\u0027s time to upgrade my generation infrastructure.\nYellorium, a mineral native to Terra, has some very interesting radioactive properties that I should be able to use to produce basic fission reactions.", - "icon:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorcontroller" - }, - "name:8": "Basic Fission" - } - }, - "questID:3": 73, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:addiction_cookie" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:good_extreme_reactor_design" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/74.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/74.json deleted file mode 100644 index beeb739d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/74.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 73 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWelcome to chapter 3!\n\n§fCorallus, the ruler of the seas, was also a scientist.\nIt seems like the shyre empire used him to perfect their wormhole technology.\nI stopped him just in time...his last experiments appeared to be focused on opening a portal that would allow for the entire military might of the empire to enter Terra at once.\nThis type of science is way beyond my understanding, yet, I may be able to use its basic applications to open my own wormholes...", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wormhole_catalyst" - }, - "ismain:1": 1, - "name:8": "Wormhole Experiments" - } - }, - "questID:3": 74, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:corallus_statue" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:how_to_finish_meatballcraft" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/745089078.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/745089078.json deleted file mode 100644 index 09b5d24c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/745089078.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 726098530, - 325, - 648991311 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hungering_flesh_ingot" - }, - "name:8": "War to the Meatball Man" - } - }, - "questID:3": 745089078, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hungering_flesh_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:bastion_of_flesh" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_meatball_monument" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/75.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/75.json deleted file mode 100644 index 813bd89d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/75.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 74 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBy the way, infinite AE2 range can be obtained placing a Quantum Link Card in a Quantum Ring.\n\n§fThe druids from the Betweenlands do have some advanced knowledge of alchemy and equivalency.\nDeep Blue Matter is a more powerful, and more expensive, version of red matter, a vessel of equivalency in large amounts.\nIt\u0027s nature seems to directly originate from the higher dimensions of the betweenlands.\nMy ability to open wormholes originates from the higher dimensions where the Betweenlands reside, so I guess it makes sense that I became aware of the methods of creating Deep Blue Matter after working on my own wormholes.\nThis is not the first time I have witnessed interactions between various types of magic, suggesting that the fields they revolve around may share some origins. \nIs this why I can perform so many different types? Not everyone can, though, so there may be something else going on...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:blue_matter" - }, - "name:8": "Advanced Equivalency" - } - }, - "questID:3": 75, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:blue_matter" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:blue_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 59, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/76.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/76.json deleted file mode 100644 index 4c067e44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/76.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 75 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you haven\u0027t started already, you should start working on erodium!\n\n§fYellorium is great and all, but I need some more proper fission sources!\nAnd something tells me that using fission to generate compounds that are not as easy to find should make things better in the long run.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_controller_new_idle" - }, - "name:8": "Proper Fission" - } - }, - "questID:3": 76, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "nuclearcraft:fission_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_controller_new_fixed" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:erodium_crystal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/77.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/77.json deleted file mode 100644 index a92fb260..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/77.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 151 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I guess I\u0027m going down the mythic rabbithole...nothing wrong with that...yet...\nAnd the links keep forming! Nice! The more interactions between the branches of magic I can isolate, the more info I can gather to construct a hierarchy of magical forces.\nIt seems natural that some powers depend on others, same as gravity being an emergen property of sufficiently complex matter.\n", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier5" - } - }, - "name:8": "Nethengeic Mythical Resources" - } - }, - "questID:3": 77, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bluefire_stone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "contenttweaker:crimson_quartz" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dark_mithrillium_block" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier5" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/78.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/78.json deleted file mode 100644 index 4e258d81..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/78.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "preRequisites:11": [ - 155 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou will be going to space soon! Time to start preparing!\n\nTo get a steady supply of oxygen, you either need a full space suit, or a full set of armor enchanted with airtight seal.\n\nTo add oxygen to your armor set, pipe oxygen into a gas charge pad, and stand on it while wearing it.\n\n§fThis is interesting, I was able to generate matter that holds mythic powers on its own. It is not generated by mythic powers, it has mythic powers, all on its own.\nThis \u0027recursion\u0027 thing seems quite versatile. And yes, it does sit at a higher hierarchy. All magical sources I have encountered so far, all fields of space that allow for incredible wonders, are one, and that one is recursion. What is recursion, well, I know it keeps me alive, and that it lets beings more powerful than me exist in multiple places at once. Outside of that, though, I have no idea how it works, and how to control it.\nControl over this power is likely what powers the shyre empire\u0027s massive military might.\nWell, if they can use it, so can I!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:divine_star" - }, - "name:8": "A source?" - } - }, - "questID:3": 78, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 8, - "id:8": "contenttweaker:dense_redstone" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:divine_star" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacehelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacechestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spaceleggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spaceboots" - }, - "4:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 37, - "lvl:2": 1 - } - } - } - }, - "5:10": { - "Count:3": 1, - "id:8": "advancedrocketry:oxygencharger" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/79.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/79.json deleted file mode 100644 index 0f355430..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/79.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 153 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Even though I now know that negative gravity and mass are possible, the strange properties of divine stars still do not make sense.\nThat said, I think I know what to try next.\nTaking a distance from this planet has allowed me to observe phenomena impossible to see from its surface.\nWhat if more stuff would become more evident after taking a distance from this solar system.\nAlso, while I generally believe to be quite far away from the milky way, I can try to get an idea on where the hell I might be relative to Earth.\nTime to get speedy with dilithium!!", - "icon:10": { - "Count:3": 1, - "id:8": "libvulpes:productdust" - }, - "name:8": "Warp Speed" - } - }, - "questID:3": 79, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "libvulpes:productdust" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "libvulpes:productdust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/8.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/8.json deleted file mode 100644 index 78684f62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/8.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 7 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUndead mobs drop grave dust\n\n§rWhat is going on? This is scary!\nI thought I would be done for, I thought I was going to die...\nInstead, everything turned dark, and a strange feeling came over me, and I suddenly woke up!\nAfter killing some of the undead-looking creatures that roam this planet at night, I got my hands on this strange powder.\nTouching it gave me a feeling similar to what I felt whenever I thought I would die.\nIt seems like I cannot die. Instead, I lose my ability to carry things, and I somehow manage to travel in some sort of \u0027ghostly shape\u0027 for a few hours after that.\nShould I assume that someone, or something, wants me alive?!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - }, - "name:8": "Death is just another journey..." - } - }, - "questID:3": 8, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 5, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/80.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/80.json deleted file mode 100644 index 21f2fada..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/80.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to craft machines from actually additions (see manufacturing and fabrication)\n\nWow, if only humanity knew of this!\nIt seems like there are other energy storage optionsthat are way better than batteries.\nNot only I can store energy in other ways, but I can easily transform between different types of energy, including lasers...", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "actuallyadditions:block_misc" - }, - "name:8": "Energetic Manipulation" - } - }, - "questID:3": 80, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "actuallyadditions:block_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/81.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/81.json deleted file mode 100644 index e806c2ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/81.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to craft machines from extra utilities (see manufacturing and fabrication)\n\nThe same magical affinity I used to make enchanted tables seems to allow for the making of machinery, this is very interesting!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine" - }, - "name:8": "Magic or Science?" - } - }, - "questID:3": 81, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/82.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/82.json deleted file mode 100644 index 3478592c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/82.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to craft machines from enderIO (see manufacturing and fabrication)\n\nIt seems like my unwanted connection with death has some other uses besides immortality.\nThis death energy can be used to make machines!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_material" - }, - "name:8": "Alien technology is cool!" - } - }, - "questID:3": 82, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "enderio:item_ender_food" - }, - "1:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/83.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/83.json deleted file mode 100644 index 83a27b5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/83.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNeed to make some RF? All available ways will be in the energy sources tab!\n\nThe logistics and organization tab has a section that includes all power storage methods!\n\n§fNow that I have better means of fabrication, I can start collecting larger amounts of energy.\nFrom now on I expect I\u0027ll need lots of it!", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - }, - "name:8": "I like big batteries and I cannot lie" - } - }, - "questID:3": 83, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_number" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/844.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/844.json deleted file mode 100644 index e1a1183b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/844.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1334 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWith regards to UselessForce!", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:aurora_block" - }, - "name:8": "All hail the CUBE" - } - }, - "questID:3": 844, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:the_cube" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/845.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/845.json deleted file mode 100644 index 83c4e011..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/845.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 844 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicwonders:timewinder" - }, - "name:8": "Time crystals!" - } - }, - "questID:3": 845, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:time_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/85.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/85.json deleted file mode 100644 index 1c8f462d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/85.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUsing compact machines can reduce TPS lag from farms and machines!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "compactmachines3:machine" - }, - "name:8": "Compact is better!" - } - }, - "questID:3": 85, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "ichunutil:compact_porkchop" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "compactmachines3:psd" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/86.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/86.json deleted file mode 100644 index 9b3f61b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/86.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSome items have special recipes for powerful enchants. Search for \u0027super-enchanted\u0027 in JEI!\n\nThe enchantment applicator and extractor can be used to move high level enchants :)\n\n§7§oWith apologies to Sandman366\n\n§rMythic magic is powerful, very powerful, yet it seems my mind may be simply too \u0027weak\u0027 to comprehend this.\nDespite my inability to comprehend it, I feel extremely drawn to the remains from \u0027mythic creatures\u0027. \nThey are still permeated with the powers of this type of magic. \nTime to start experimenting with mythic remains. But i\u0027ll have to be careful, really careful, I don\u0027t know what could happen...", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe" - }, - "name:8": "Super Enchanting" - } - }, - "questID:3": 86, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:slime_sword" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:epic_tool_tipper" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_extractor" - }, - "1:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_aplicator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/865.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/865.json deleted file mode 100644 index aec40c9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/865.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "These wizards are crazy, I can safely say that. This place, the world of Vibe, was in the process of being taken over in a similar way to the Abyss, by a soul of corruption that had turned most of its surface into a land of corruption and blight.\nAnd how did these five alone deal with this? By using a blight of their own. This world is now free of the corruption of the Shyre Empire because it has been taken over by adifferent corruption, taint. A whole lot of taint.\nWhile this put a stop to the enemy, it did not quite defeat it for good. This powerful soul of corruption is still living, permeating the whole of the planet. But, thanks to some newly available thaumic artifacts, it can be hurt, and even kileld, it just takes a very long time doing it.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibrating_mithminite_schythe" - }, - "name:8": "Blood of a Planet" - } - }, - "questID:3": 865, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_block" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibrating_mithminite_schythe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/866.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/866.json deleted file mode 100644 index 9e1b96af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/866.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 405 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "threng:big_assembler" - }, - "name:8": "So Lazy Pack Unbalanced" - } - }, - "questID:3": 866, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "threng:big_assembler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "threng:big_assembler" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "threng:big_assembler" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "threng:big_assembler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/87.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/87.json deleted file mode 100644 index 9845acbe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/87.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLooking for something in particular? more info in §cpersonal augmentation!", - "icon:10": { - "Count:3": 1, - "id:8": "scannable:scanner" - }, - "name:8": "Scanner" - } - }, - "questID:3": 87, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_range" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:goldpile", - "tag:10": { - "display:10": { - "Name:8": "To search for underground dragons" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:silverpile", - "tag:10": { - "RepairCost:3": 0, - "display:10": { - "Name:8": "To search for underground dragons" - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:copperpile", - "tag:10": { - "display:10": { - "Name:8": "To search for undergroud dragons" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/88.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/88.json deleted file mode 100644 index 9dbc7858..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/88.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBuilding your base in the void world is highly recommended for performance purposes.\nThere are a few things like cursed earth farms that will have to be built in the overworld, but everything else should go in the void world.\nThe portal to the void will be unlocked in a handful of quests.", - "icon:10": { - "Count:3": 1, - "id:8": "simplevoidworld:portal" - }, - "name:8": "Void Base FTW!" - } - }, - "questID:3": 88, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "Damage:2": 6, - "id:8": "bibliocraft:armorstand" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 45, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/884.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/884.json deleted file mode 100644 index 70605fd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/884.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis quest is repeatable, so you can get the reward every time you get stuck!\n\n§7§oIt\u0027s very easy to get stuck in dimensional doors. If you get stuck, use this item!\n\nIf you do not have one of these on you, you can use the /spawn command to get unstuck, but using an in-game item feels cooler!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:limbo_warper" - }, - "name:8": "(Un)Intended Interactions", - "repeattime:3": 100 - } - }, - "questID:3": 884, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:imstuck_getmehome" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/89.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/89.json deleted file mode 100644 index 6ff92eed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/89.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "These alternative means of storing energy allow me to \u0027empower\u0027 things, this should be useful for manufacturing.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_empowerer" - }, - "name:8": "Empower me!" - } - }, - "questID:3": 89, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:confetti_pile" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_empowerer" - }, - "1:10": { - "Count:3": 4, - "id:8": "actuallyadditions:block_display_stand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/9.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/9.json deleted file mode 100644 index 503c38db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/9.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 7 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click a grave to give your key the abilty to teleport you.\n\n§rIt seems like I can gain some control over this \u0027undeath\u0027 power. \nBy infusing stone with this weird powder, I can fast travel back to my point of \u0027death\u0027.", - "icon:10": { - "Count:3": 1, - "id:8": "tombstone:decorative_grave_simple" - }, - "name:8": "Am I the Highlander?" - } - }, - "questID:3": 9, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "tombstone:decorative_grave_cross" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tombstone:decorative_grave_simple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/90.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/90.json deleted file mode 100644 index 5f89ce43..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/90.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "preRequisites:11": [ - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo charge items and armor with RF. There are other options available in the logistics and organization tab!", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Energetic Infuser" - } - }, - "questID:3": 90, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 1, - "id:8": "appliedenergistics2:material" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/91.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/91.json deleted file mode 100644 index 20359c43..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/91.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 92 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMore info about deep mob learning is found on §cbook of creation\n\n§fI may have a problem, the ability to manipulate souls is so freaking useful!\nI have no remorse for what I am doing, but I feel like I should...", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:simulation_chamber" - }, - "name:8": "Digital Dismemberment" - } - }, - "questID:3": 91, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 32, - "id:8": "deepmoblearning:polymer_clay" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:simulation_chamber" - }, - "1:10": { - "Count:3": 1, - "id:8": "deepmoblearning:extraction_chamber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/92.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/92.json deleted file mode 100644 index db0c3ec1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/92.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMore info about woot is found on §cbook of creation §7§oand §cmanufacturing and fabrication.\n\n§fAt this point I have no doubt I\u0027m being manipulated in some way.\nThe same \u0027thing\u0027 that keeps me alive is driving me towards the making of stygian iron, which allows me to magically manipulate souls.\nI know this power is wrong, but I can\u0027t help it! I have to figure out what\u0027s going on with me!", - "icon:10": { - "Count:3": 1, - "id:8": "woot:anvil" - }, - "name:8": "This may be a little evil..." - } - }, - "questID:3": 92, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "id:8": "minecraft:magma" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:anvil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/93.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/93.json deleted file mode 100644 index 2e6019a4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/93.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 96 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hard_bone" - }, - "name:8": "Hard Bone" - } - }, - "questID:3": 93, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:liopleurodon_anchor" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hard_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/94.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/94.json deleted file mode 100644 index 2fab4f0a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/94.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:arcane_tablet" - }, - "name:8": "Arcane Transmutation Tablet" - } - }, - "questID:3": 94, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:condenser_mk2" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:arcane_tablet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/946204526.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/946204526.json deleted file mode 100644 index ca341dbf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/946204526.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 2262 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:prophetic_paper" - }, - "name:8": "A Prophecy of Orcer and Chaos" - } - }, - "questID:3": 946204526, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:summon_of_the_gatekeeper" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:prophetic_paper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/946686645.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/946686645.json deleted file mode 100644 index 7480646e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/946686645.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 97 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The mark of the Meatball Man has lots of symbolism that is related to gluttony, so I guess I should not be surprised that one of his minions is a gambling-addicted monster.\nStill, I did not expect my fighting to get to gambling...", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gambling_addiction_prison_key" - }, - "name:8": "That\u0027s a Bad Meatball" - } - }, - "questID:3": 946686645, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 1, - "TrophyColorGreen:3": 1, - "TrophyColorRed:3": 1, - "TrophyEarnedAt:4": 1726529097, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:gambling_sentient_meatball" - }, - "TrophyName:8": "Gambler\u0027s win", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gambling_addiction_prison_key" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:gambling_sentient_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/95.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/95.json deleted file mode 100644 index 18d20e76..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/95.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "At this point, I can fully automate mining and quarrying, and I love it! A sigle machine to create a very large hole is all I ever wanted.", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:builder" - }, - "name:8": "Quarries" - } - }, - "questID:3": 95, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 5, - "id:8": "immersiveengineering:metal" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:builder" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:quarry" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ore_processing" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/951871488.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/951871488.json deleted file mode 100644 index 65965310..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/951871488.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 2277, - 2278, - 2274, - 2275, - 2276 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_furnace_core" - }, - "name:8": "Starry Furnace" - } - }, - "questID:3": 951871488, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_furnace_core" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_furnace_bricks" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_furnace_conduit" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_furnace_empowerer" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:perfected_gallifreyan_alloy" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:fractallite_furnace" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/96.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/96.json deleted file mode 100644 index fd65aab0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/96.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:unusually_heavy_bone" - }, - "name:8": "Unusually Heavy Bone" - } - }, - "questID:3": 96, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bowhead_anchor" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:unusually_heavy_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/97.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/97.json deleted file mode 100644 index 76d67cc0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/97.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Wow! What did I just witness!\nThe moment I challenged the Meatball Man, my recursion finally felt \u0027free\u0027, but alas, there was nothing I could do against him.\nThe \u0027gods\u0027 I thought I was able to best are nothing in front of the meatball man.\nI was just like a grain of sand facing a black hole. My power, even after it was freed, paled in comparison to his recursion.\nAnd yet, he let me win... \nWhy? Why did any of this happen? \nThe meatball man is clearly more powerful than any of the enemies I encountered, and he doesn\u0027t appear to want anything from anyone. Still, for some reason, he wants to fight me, as if it were a game...\nHe told me he will send his blessing over my enemies to make me stronger, if I so wish. Do I want to do this? Will this bring me freedom?\nI do have to say the challenge of facing such a foe is intriguing, but there is no way I can succeed in my current state. I do want my freedom, but it\u0027s not like I can beat him, and there are people that need my help.\nThe meatball man should not concern me, I will get stronger, but while doing things my way, I should fight for Terra!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lore_of_the_meatball_man" - }, - "name:8": "I want my freedom!" - } - }, - "questID:3": 97, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "simple_trophies:trophy", - "tag:10": { - "TrophyColorBlue:3": 0, - "TrophyColorGreen:3": 0, - "TrophyColorRed:3": 0, - "TrophyItem:10": { - "Count:1": 1, - "Damage:2": 0, - "id:8": "contenttweaker:medal_of_freedom" - }, - "TrophyName:8": "Freedom Warrior", - "TrophyShowsTooltip:1": 1, - "TrophyVariant:8": "classic" - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lore_of_the_meatball_man" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/98.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/98.json deleted file mode 100644 index 7ed9164f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/98.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk1" - }, - "name:8": "Power Flower MK1" - } - }, - "questID:3": 98, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 4, - "id:8": "projecte:collector_mk1" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk1" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:relay_mk1" - }, - "2:10": { - "Count:3": 1, - "id:8": "projecte:condenser_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/0/99.json b/config - Copy/betterquesting/DefaultQuests/Quests/0/99.json deleted file mode 100644 index 509ffa96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/0/99.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 65 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWARNING: If this is the first time you do forestry, you should follow the instructions in the §cbook of creation§7§o!\nFollow those carefully, and things will be easy!\n\n§fBees are very abundant on Terra, and they seem to be similar to chickens, having the ability to be \u0027bound\u0027 to elements, I should experiment on them!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "forestry:bee_combs" - }, - "name:8": "BUZZwords" - } - }, - "questID:3": 99, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "gendustry:industrial_scoop", - "tag:10": { - "charge:3": 5000 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "forestry:bee_combs" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "extrabees:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1321.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1321.json deleted file mode 100644 index 33015a36..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1321.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 199 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:life_shard" - }, - "name:8": "Life Shard" - } - }, - "questID:3": 1321, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:life_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1347.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1347.json deleted file mode 100644 index 27590b93..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1347.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click to turn a chunk into a super slime chunk!", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:slimecube" - }, - "name:8": "Spawn Slimes" - } - }, - "questID:3": 1347, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:slimecube" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1358.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1358.json deleted file mode 100644 index 23281004..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1358.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are multiple ways to get night vision permanently, with the best being a mob farm to get Corrupted Shards.", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - }, - "name:8": "Night Vision " - } - }, - "questID:3": 1358, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_shards" - }, - "1:10": { - "Count:3": 1, - "id:8": "xreliquary:potion", - "tag:10": { - "effects:9": { - "0:10": { - "duration:3": 50000, - "name:8": "minecraft:night_vision", - "potency:3": 0 - } - }, - "hasPotion:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1359.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1359.json deleted file mode 100644 index 2883ceba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1359.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Note: some of these are currently uncraftable, but they will be obtainable in the future", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:nano_cont_ranged_1" - }, - "name:8": "Ranged Nano-Bot Beacon" - } - }, - "questID:3": 1359, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:nano_cont_ranged_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1360.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1360.json deleted file mode 100644 index 64857e7f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1360.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "preRequisites:11": [ - 1359 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Note: some of these are currently uncraftable, but they will be obtainable in the future", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_luck" - }, - "name:8": "Available Buffs" - } - }, - "questID:3": 1360, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_luck" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_creative_flight" - }, - "2:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_haste" - }, - "3:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_strength" - }, - "4:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_jump_boost" - }, - "5:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_regeneration" - }, - "6:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_resistance" - }, - "7:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_fire_resistance" - }, - "8:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_water_breathing" - }, - "9:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_invisibility" - }, - "10:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_night_vision" - }, - "11:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_health_boost" - }, - "12:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_absorption" - }, - "13:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_saturation" - }, - "14:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_glowing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1361.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1361.json deleted file mode 100644 index 2a81c242..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1361.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "preRequisites:11": [ - 50146 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Note: some of these are currently uncraftable, but they will be obtainable in the future", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_luck" - }, - "name:8": "Available Buffs" - } - }, - "questID:3": 1361, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_luck" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_creative_flight" - }, - "2:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_haste" - }, - "3:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_strength" - }, - "4:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_jump_boost" - }, - "5:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_regeneration" - }, - "6:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_resistance" - }, - "7:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_fire_resistance" - }, - "8:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_water_breathing" - }, - "9:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_invisibility" - }, - "10:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_night_vision" - }, - "11:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_health_boost" - }, - "12:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_absorption" - }, - "13:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_saturation" - }, - "14:10": { - "Count:3": 1, - "id:8": "environmentaltech:modifier_glowing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1362.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1362.json deleted file mode 100644 index f8d8838b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1362.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:chest_sack_empty" - }, - "name:8": "Picking up Chests and Spawners!" - } - }, - "questID:3": 1362, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:chest_sack_empty" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1366.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1366.json deleted file mode 100644 index badf8c8b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1366.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "biomesoplenty:mushroom" - }, - "name:8": "A good Night Vision Potion!" - } - }, - "questID:3": 1366, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:potion", - "tag:10": { - "effects:9": { - "0:10": { - "duration:3": 50000, - "name:8": "minecraft:night_vision", - "potency:3": 0 - } - }, - "hasPotion:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1758.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1758.json deleted file mode 100644 index f62d86a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1758.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oShielding can be added to armor to gain radiation protection!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:part" - }, - "name:8": "Radiation Protection" - } - }, - "questID:3": 1758, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rad_shielding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1759.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1759.json deleted file mode 100644 index d8111b9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1759.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:rad_shielding" - }, - "name:8": "More Radiation Protection" - } - }, - "questID:3": 1759, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:rad_shielding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1760.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1760.json deleted file mode 100644 index 028b07d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1760.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:rad_shielding" - }, - "name:8": "Mooore Radiation Protection" - } - }, - "questID:3": 1760, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:rad_shielding" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1761.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1761.json deleted file mode 100644 index 893d7165..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1761.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hazmat" - }, - "name:8": "Hazmat Suit" - } - }, - "questID:3": 1761, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_hazmat" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hazmat" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_hazmat" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_hazmat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1762.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1762.json deleted file mode 100644 index fe3e1be2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1762.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "preRequisites:11": [ - 1758 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGated by a puzzle in chapter 5, see the §cdimensional ascension", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "name:8": "Super Radsuit" - } - }, - "questID:3": 1762, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Helmet" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Leggings" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Boots" - }, - "ncRadiationResistance:6": 100.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1803.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1803.json deleted file mode 100644 index 35961158..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1803.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50100 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_black_hole", - "tag:10": {} - }, - "name:8": "Black Hole Band" - } - }, - "questID:3": 1803, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_black_hole", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1804.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1804.json deleted file mode 100644 index f7dd8a04..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1804.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50100 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:sigil_magnetism", - "tag:10": {} - }, - "name:8": "Sigil of Magnetism" - } - }, - "questID:3": 1804, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:sigil_magnetism", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/1805.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/1805.json deleted file mode 100644 index 04efa611..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/1805.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50115 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:item_dislocation_inhibitor" - }, - "name:8": "Dislocation Normalization Field Projector" - } - }, - "questID:3": 1805, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:item_dislocation_inhibitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2180.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2180.json deleted file mode 100644 index 7ce5e4d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2180.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 2, - "TotalAmounts:9": { - "0:3": 0 - } - } - }, - "id:8": "xreliquary:rending_gale" - }, - "name:8": "Click-Flight" - } - }, - "questID:3": 2180, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 2, - "TotalAmounts:9": { - "0:3": 0 - } - } - }, - "id:8": "xreliquary:rending_gale" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2244.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2244.json deleted file mode 100644 index 8c183072..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2244.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50054 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:ender_water", - "tag:10": {} - }, - "name:8": "Fluid Removal" - } - }, - "questID:3": 2244, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:ender_water", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2286.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2286.json deleted file mode 100644 index fc2d970b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2286.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following options are tools that will let you store your own XP points for oter uses or safekeeping.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_solidified_experience" - }, - "name:8": "Store Experience" - } - }, - "questID:3": 2286, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "paper", - "id:8": "minecraft:paper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2287.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2287.json deleted file mode 100644 index e51c653e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2287.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tombstone:scroll_of_knowledge" - }, - "name:8": "Scroll of Knowledge" - } - }, - "questID:3": 2287, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tombstone:scroll_of_knowledge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2288.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2288.json deleted file mode 100644 index 0efda4b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2288.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 2286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:tome_experience", - "tag:10": {} - }, - "name:8": "Tome of Knowledge" - } - }, - "questID:3": 2288, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:tome_experience", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2289.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2289.json deleted file mode 100644 index bab83a96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2289.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2286 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_experience_obelisk" - }, - "name:8": "Experience Obelisk" - } - }, - "questID:3": 2289, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_experience_obelisk" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2341.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2341.json deleted file mode 100644 index 45ef5801..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2341.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:golden_apple" - }, - "name:8": "Golden Apple" - } - }, - "questID:3": 2341, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:golden_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2342.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2342.json deleted file mode 100644 index fc4688e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2342.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:relic_apple" - }, - "name:8": "Relic Apple" - } - }, - "questID:3": 2342, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:relic_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2343.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2343.json deleted file mode 100644 index cae6b838..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2343.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_apple" - }, - "name:8": "Supremium Apple" - } - }, - "questID:3": 2343, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2344.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2344.json deleted file mode 100644 index 3f370995..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2344.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:golden_apple" - }, - "name:8": "Enchanted Golden Apple" - } - }, - "questID:3": 2344, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:golden_apple" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/2345.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/2345.json deleted file mode 100644 index 7b7abb43..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/2345.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 202 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_life_2" - }, - "name:8": "Charm of Life" - } - }, - "questID:3": 2345, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_life_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50054.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50054.json deleted file mode 100644 index 4c38dcbd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50054.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 3 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHere you can find a lot of useful goodies that will help you getting a better foothold!\n\nMore will show up the more you progress, so make sure to come back here!\n\nThe bauble case can be used to store your baubles when you are not using them!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Things Could be Better" - } - }, - "questID:3": 50054, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:9": {} - }, - "id:8": "botania:baublebox" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50055.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50055.json deleted file mode 100644 index 53cbda06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50055.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe scanner is a very useful tool for finding things while exploring!\n\nThe various modules let you select for different blocks. Holding right click with the scanner will give you X-ray vision for the selected blocks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "scannable:scanner" - }, - "name:8": "Scanner" - } - }, - "questID:3": 50055, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "scannable:scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50056.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50056.json deleted file mode 100644 index 90766460..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50056.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe body stone uses EMC from a klein star to keep your hunger bar full!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_body_stone" - }, - "name:8": "Body Stone" - } - }, - "questID:3": 50056, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_body_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50057.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50057.json deleted file mode 100644 index 30592894..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50057.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Evertide Amulet uses EMC to produce endless water.", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_evertide_amulet" - }, - "name:8": "Evertide Amulet" - } - }, - "questID:3": 50057, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_evertide_amulet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50058.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50058.json deleted file mode 100644 index c8399a82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50058.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Volcanite Amulet converts EMC into endless lava.", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_volcanite_amulet" - }, - "name:8": "Volcanite Amulet" - } - }, - "questID:3": 50058, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_volcanite_amulet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50059.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50059.json deleted file mode 100644 index 5c91a623..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50059.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGlowing chorus gives creative flight for a short while. The more you eat, the longer you can fly!", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:glowing_chorus" - }, - "name:8": "Glowing Chorus Fruit" - } - }, - "questID:3": 50059, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:glowing_chorus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50060.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50060.json deleted file mode 100644 index 799a5fdb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50060.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe slime sling lets you jump very high by holding right click.\nThe slime boots prevent fall damage and let you bounce when you hit the ground.\nRight clicking the glider will let you glide.\n\nCombine all three, and moving around will be a lot easier!\n\nSee the next quests for better means of movement!\n\n§fSlime is gross, but it\u0027s a good way to get around.\nBouncing and gliding are fun!", - "icon:10": { - "Count:3": 1, - "OreDict:8": "slimeSling", - "id:8": "tconstruct:slimesling" - }, - "name:8": "Movement \u0026 Flight" - } - }, - "questID:3": 50060, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "slimeSling", - "id:8": "tconstruct:slimesling" - }, - "1:10": { - "Count:3": 1, - "OreDict:8": "slimeBoots", - "id:8": "tconstruct:slime_boots" - }, - "2:10": { - "Count:3": 1, - "id:8": "openblocks:hang_glider" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50061.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50061.json deleted file mode 100644 index 551865be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50061.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Heart Amulet is used to store Heart Canisters, which increase maximum health.\nTen of each type of Canister can be stored in the Amulet.", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:heart_amulet" - }, - "name:8": "Heart Amulet" - } - }, - "questID:3": 50061, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:heart_amulet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50062.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50062.json deleted file mode 100644 index 07f1dffc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50062.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 3 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This alien planet sure has a lot of variety! Maybe a bit too much..\nA backpack should be very helpful for carrying all this crap.", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-exploration:backpack" - }, - "name:8": "White Backpack" - } - }, - "questID:3": 50062, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-exploration:backpack" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50064.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50064.json deleted file mode 100644 index 28e9ef3f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50064.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe repair talisman uses EMC from a klein star to automatically repair your items!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_repair_talisman" - }, - "name:8": "Repair Talisman" - } - }, - "questID:3": 50064, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_repair_talisman" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50065.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50065.json deleted file mode 100644 index 3706ce1f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50065.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 13 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPixons can be found roaming around the overworld, you can use the stone bowl to collect infusion stones, and level up your infusion skill!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:stone_bowl" - }, - "name:8": "Stone Bowl" - } - }, - "questID:3": 50065, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:stone_bowl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50066.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50066.json deleted file mode 100644 index 88b3d69d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50066.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50065 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe diamond bowl is better, but it requires level 11 infusion!", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:diamond_bowl" - }, - "name:8": "Diamond Bowl" - } - }, - "questID:3": 50066, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:diamond_bowl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50068.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50068.json deleted file mode 100644 index 38d5336c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50068.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 50062 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe base satchel has low storage, but it can be upgraded, and it can be enchanted with holding to become very big!\n\nThe satchel can be configured to automatically pick up certain blocks and items, so that they won\u0027t clog your inventory!", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:satchel", - "tag:10": { - "Accessible:1": 1 - } - }, - "name:8": "Satchel (Basic)" - } - }, - "questID:3": 50068, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:satchel", - "tag:10": { - "Accessible:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50070.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50070.json deleted file mode 100644 index df71537d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50070.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50062 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe alchemical bag is a very large backpack that also works like a vanilla ender chest. If you make two alchemical bags of the same color, they share inventory. Different players will have their own different \u0027alchemical bag networks\u0027.", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "projecte:item.pe_alchemical_bag" - }, - "name:8": "Alchemical Bag" - } - }, - "questID:3": 50070, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "projecte:item.pe_alchemical_bag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50071.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50071.json deleted file mode 100644 index 24597f10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50071.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50070 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe handy bag is a backpack that can be opened without clicking it!\n\nOpening your inventory will also open up the handy bag GUI, where you can toggle a lot of functionalities!", - "icon:10": { - "Count:3": 1, - "id:8": "enderutilities:handybag" - }, - "name:8": "Handy Bag" - } - }, - "questID:3": 50071, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderutilities:handybag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50072.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50072.json deleted file mode 100644 index b27365cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50072.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50071 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLike the regular handy bag, but bigger!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderutilities:handybag" - }, - "name:8": "Handy Bag (Large)" - } - }, - "questID:3": 50072, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderutilities:handybag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50074.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50074.json deleted file mode 100644 index 9241603f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50074.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50061 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I\u0027m not going to think about it too much, but the hearts of some of the creatures I slay can be magically infused to increse my own stamina and vitality...", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - }, - "name:8": "Red Heart Canister" - } - }, - "questID:3": 50074, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:red_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50075.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50075.json deleted file mode 100644 index 8451cf22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50075.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50074 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Some of the stronger creatures I met have \u0027more powerful\u0027 hearts, which can be used to further improve my stamina.", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:yellow_heart_canister" - }, - "name:8": "Yellow Heart Canister" - } - }, - "questID:3": 50075, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:yellow_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50076.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50076.json deleted file mode 100644 index 1f6491d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50076.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50075 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I don\u0027t know why this surprises me, but the dragons inhabiting the asteroids around Terra have two hearts, and guess what? One of them is suitable for magic infusion! More health!", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:green_heart_canister" - }, - "name:8": "Green Heart Canister" - } - }, - "questID:3": 50076, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:green_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50077.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50077.json deleted file mode 100644 index da4dc530..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50077.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50076 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Whenever the Twilight Horde first arrived to Terra, some Testificates tried to counteract their unstoppable advance by trying to magically augment themselves.\nSome of these experiments eventually ended up corrupting their bodies, rendering them unable to distinguish between friend or foe. The descendents of these testificates still live, and their modified remains appear to hold a lot of power.", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:blue_heart_canister" - }, - "name:8": "Blue Heart Canister" - } - }, - "questID:3": 50077, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bhc:blue_heart_canister" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50078.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50078.json deleted file mode 100644 index 2e2d7f17..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50078.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe player launcher let you shoot yourself very far.\n\nIt can be combined with the glider for even higher speed, but this could crash your game!", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:tool_launcher", - "tag:10": {} - }, - "name:8": "Player Launcher" - } - }, - "questID:3": 50078, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:tool_launcher", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50080.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50080.json deleted file mode 100644 index b23f2880..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50080.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHigh level feather falling is craftable!", - "icon:10": { - "Count:3": 1, - "Damage:2": 42, - "id:8": "simplyjetpacks:metaitemmods" - }, - "name:8": "So feathery!" - } - }, - "questID:3": 50080, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_boots" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 42, - "id:8": "simplyjetpacks:metaitemmods" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 2, - "lvl:2": 16 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50081.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50081.json deleted file mode 100644 index a24fe70b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50081.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50060 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis ring will allow you to slow fall, it is quite bad, but it can be upgraded into better things!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:chickenring" - }, - "name:8": "Chicken Wing Ring" - } - }, - "questID:3": 50081, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:chickenring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50082.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50082.json deleted file mode 100644 index e1d19107..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50082.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50078 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oElytra are used to glide from hights. These can be found in the overworld, in the same place where coal coke can be found!\n\n§fThe manufacturing of these objects has long been forgotten, and the remaining ones are guarded in libraries that are considered sacred by Testificates.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:elytra" - }, - "name:8": "Elytra" - } - }, - "questID:3": 50082, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:elytra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50083.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50083.json deleted file mode 100644 index cb0f7399..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50083.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50081 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis ring will let you \u0027fly\u0027 for short periods of time!\n\nIt can be upgraded into very good stuff!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:chickenring" - }, - "name:8": "Ring of the Flying Squid" - } - }, - "questID:3": 50083, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:chickenring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50084.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50084.json deleted file mode 100644 index fa33acb9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50084.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis ring gives creative flight, but it costs GP!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "extrautils2:angelring" - }, - "name:8": "Angel Ring" - } - }, - "questID:3": 50084, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "extrautils2:angelring" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50085.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50085.json deleted file mode 100644 index 47be95e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50085.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis ring gives creative flight consuming EMC from a klein star!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_swrg" - }, - "name:8": "Swiftwolf\u0027s Rending Gale" - } - }, - "questID:3": 50085, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_swrg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50086.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50086.json deleted file mode 100644 index e5f6c5af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50086.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 50085 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCombines the effects of all rings in one!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "projecte:item.pe_arcana_ring", - "tag:10": { - "Mode:1": 0 - } - }, - "name:8": "Ring of Arcana" - } - }, - "questID:3": 50086, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "projecte:item.pe_arcana_ring", - "tag:10": { - "Mode:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50087.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50087.json deleted file mode 100644 index e87e78ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50087.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 50083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe tiara gives creative flight consuming mana from a mana tablet or other mana storage!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "ForgeCaps:10": { - "thaumicaugmentation:elytra_harness_augment:10": {} - }, - "id:8": "botania:flighttiara" - }, - "name:8": "Flügel Tiara" - } - }, - "questID:3": 50087, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "ForgeCaps:10": { - "thaumicaugmentation:elytra_harness_augment:10": {} - }, - "id:8": "botania:flighttiara" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50088.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50088.json deleted file mode 100644 index 7200e88e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50088.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50087 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like the tiara, but faster, better, stronger!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "extrabotany:coregod" - }, - "name:8": "Core of God" - } - }, - "questID:3": 50088, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "extrabotany:coregod" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50089.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50089.json deleted file mode 100644 index 23015d4f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50089.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50082 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oJetpacks are not as good as creative flight, but they can be used in all dimensions!\n\n§fElytra can be used to produce very basic jetpacks, which allow for slow flight.", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Leadstone Jetpack" - } - }, - "questID:3": 50089, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50090.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50090.json deleted file mode 100644 index 9ed375e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50090.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50089 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Jetpacks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Hardened Jetpack" - } - }, - "questID:3": 50090, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50091.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50091.json deleted file mode 100644 index 26c298a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50091.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50090 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Jetpacks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Reinforced Jetpack" - } - }, - "questID:3": 50091, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 18, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50092.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50092.json deleted file mode 100644 index 4e6a3e4b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50092.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50082 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oJetpacks are not as good as creative flight, but they can be used in all dimensions!\n\n§fElytra can be used to produce very basic jetpacks, which allow for slow flight.", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Conductive Iron Jetpack" - } - }, - "questID:3": 50092, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50093.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50093.json deleted file mode 100644 index 4ce71f1c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50093.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50092 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Jetpacks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Electrical Steel Jetpack" - } - }, - "questID:3": 50093, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50094.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50094.json deleted file mode 100644 index 00330bcd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50094.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50091 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Jetpacks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Resonant Jetpack" - } - }, - "questID:3": 50094, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50095.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50095.json deleted file mode 100644 index 6708e3bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50095.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50093 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Jetpacks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Energetic Jetpack" - } - }, - "questID:3": 50095, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50096.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50096.json deleted file mode 100644 index 8c6d20b4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50096.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Jetpacks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Vibrant Jetpack" - } - }, - "questID:3": 50096, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50097.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50097.json deleted file mode 100644 index 64a251e1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50097.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50096 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - }, - "name:8": "Dark Soularium JetPlate" - } - }, - "questID:3": 50097, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50098.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50098.json deleted file mode 100644 index 7570b20d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50098.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 50094 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "redstonearsenal:armor.plate_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "name:8": "Flux-Infused JetPlate" - } - }, - "questID:3": 50098, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "id:8": "simplyjetpacks:itemjetpack", - "tag:10": { - "Energy:3": 0, - "JetpackParticle:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50099.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50099.json deleted file mode 100644 index a4787ae1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50099.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Higher jumping and faster running! who could\u0027ve asked for more?\nThanks to Tomato_Is_Life for the text!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:travelbelt" - }, - "name:8": "Soujourner\u0027s Sash" - } - }, - "questID:3": 50099, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:travelbelt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50100.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50100.json deleted file mode 100644 index 31c1847a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50100.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis and the following quests list the available options for item magnets that will attract drops to your inventory.\n\n§fThe soul power of the so-called \u0027ender\u0027 machines can be used to make magnets that attract things to me. Sometimes this effect is a bit undesirable, but the pros outnumber the cons...", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_magnet", - "tag:10": { - "enderio:energy:3": 100000 - } - }, - "name:8": "Electromagnet" - } - }, - "questID:3": 50100, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "demagnetize:demagnetizer_advanced" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_magnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50101.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50101.json deleted file mode 100644 index 7d0960b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50101.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe range upgrade lets you increase the range for the scanner!", - "icon:10": { - "Count:3": 1, - "id:8": "scannable:module_range" - }, - "name:8": "Scanner Module: Range" - } - }, - "questID:3": 50101, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_range" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50102.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50102.json deleted file mode 100644 index de3a6a06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50102.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "scannable:module_block" - }, - "name:8": "Scanner Module: Block" - } - }, - "questID:3": 50102, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50103.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50103.json deleted file mode 100644 index de276a9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50103.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "scannable:module_fluid" - }, - "name:8": "Scanner Module: Fluids" - } - }, - "questID:3": 50103, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50104.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50104.json deleted file mode 100644 index d5aa7227..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50104.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50055 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "scannable:module_entity" - }, - "name:8": "Scanner Module: Entity" - } - }, - "questID:3": 50104, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_entity" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50106.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50106.json deleted file mode 100644 index 89010c1e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50106.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe zero ring uses EMC from a klein star to produce snow, and to turn water into ice!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_zero_ring", - "tag:10": {} - }, - "name:8": "Zero Ring" - } - }, - "questID:3": 50106, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_zero_ring", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50108.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50108.json deleted file mode 100644 index a7d77da2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50108.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 105 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe harvest goddess band drastically speeds up plant growth around the player! \n\nIf placed on a pedestal, this will make things much faster than several lilypads of fertility!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_harvest_god" - }, - "name:8": "Harvest Goddess Band" - } - }, - "questID:3": 50108, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_harvest_god" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50109.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50109.json deleted file mode 100644 index f18920ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50109.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thaumcraft:amulet_vis" - }, - "name:8": "Amulet of Vis" - } - }, - "questID:3": 50109, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thaumcraft:amulet_vis" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50110.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50110.json deleted file mode 100644 index f8775b61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50110.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ender book allows you to save locations, and to teleport at the cost of XP. It can be found in dungeons, or crafted!", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:book_ender", - "tag:10": {} - }, - "name:8": "Ender Book" - } - }, - "questID:3": 50110, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:book_ender", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50111.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50111.json deleted file mode 100644 index 93614f26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50111.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 119 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Many of the creatures I\u0027ve encountered possess the power of decay.\nI\u0027ve yet to fully understand it, but this power allows them to \u0027poison\u0027 other beings by accelerating their decay and decomposition. Nasty stuff...\nThis rose, though, appears to counteract the effects of withering.", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:witherless_rose" - }, - "name:8": "Witherless Rose" - } - }, - "questID:3": 50111, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:witherless_rose" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50112.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50112.json deleted file mode 100644 index 617d8b88..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50112.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 28 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The type of coal found on Terra is great! I can use it to make devices that very efficiently store material. I\u0027ll call them Danks...\nThe stronger the trim used to make danks, the better these devices work.\nTo be completely honest, anything less than gold is kinda mediocre...", - "icon:10": { - "Count:3": 1, - "id:8": "danknull:dank_null_3" - }, - "name:8": "/dank/null/MK IV" - } - }, - "questID:3": 50112, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "danknull:dank_null_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50113.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50113.json deleted file mode 100644 index d05992a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50113.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "I asked for more!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:supertravelbelt" - }, - "name:8": "Globetrotter\u0027s Sash" - } - }, - "questID:3": 50113, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:supertravelbelt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50114.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50114.json deleted file mode 100644 index 7fa1fc3a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50114.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50100 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This is better! Botanical magic and mana are way better at making magnets!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:magnetring", - "tag:10": {} - }, - "name:8": "Ring of Magnetization" - } - }, - "questID:3": 50114, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:magnetring", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50115.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50115.json deleted file mode 100644 index 1b308ede..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50115.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:magnet" - }, - "name:8": "Item Dislocator" - } - }, - "questID:3": 50115, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:magnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50116.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50116.json deleted file mode 100644 index 33a23988..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50116.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:fortune_coin" - }, - "name:8": "Coin of Fortune" - } - }, - "questID:3": 50116, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:fortune_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50117.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50117.json deleted file mode 100644 index 59ea5228..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50117.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Solegnolia is great, thanks to its induction properties, fields effects seem to disappear around it, meaning that my magnet will not work next to a Solegnolia!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - }, - "name:8": "Solegnolia" - } - }, - "questID:3": 50117, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50118.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50118.json deleted file mode 100644 index 2cd1c37a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50118.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Faster! Higher!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:speedupbelt" - }, - "name:8": "Planestrider\u0027s Sash" - } - }, - "questID:3": 50118, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:speedupbelt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50119.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50119.json deleted file mode 100644 index 95625a6a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50119.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50117 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Magnet goes hhhhhhhhhhhhhh", - "icon:10": { - "Count:3": 1, - "id:8": "botania:magnetringgreater", - "tag:10": {} - }, - "name:8": "Greater Ring of Magnetization " - } - }, - "questID:3": 50119, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:magnetringgreater", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50120.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50120.json deleted file mode 100644 index e3f4e05c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50120.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:charged_porter" - }, - "name:8": "Charged Porter" - } - }, - "questID:3": 50120, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:charged_porter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50121.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50121.json deleted file mode 100644 index 95c1212f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50121.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50120 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:advanced_charged_porter" - }, - "name:8": "Advanced Charged Porter" - } - }, - "questID:3": 50121, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:advanced_charged_porter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50122.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50122.json deleted file mode 100644 index 653bee2e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50122.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The goggles of revealing are used to observe many Thaumic phenomena.\nMany of the thaumic fields, which are naturally intangible and impossible to observe, become evident while wearing these goggles.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:goggles" - }, - "name:8": "Goggles of Revealing" - } - }, - "questID:3": 50122, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50123.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50123.json deleted file mode 100644 index 18f40642..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50123.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It holds EMC, but for what?, the higher the tier, the more it can hold.\nThanks to Tomato_Is_Life for the text!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - }, - "name:8": "Klein Star Ein" - } - }, - "questID:3": 50123, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_klein_star", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50124.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50124.json deleted file mode 100644 index 54501e64..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50124.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:manatablet", - "tag:10": {} - }, - "name:8": "Mana Tablet" - } - }, - "questID:3": 50124, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:manatablet", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50125.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50125.json deleted file mode 100644 index 4f983e8b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50125.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 67 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe time in a bottle can increase the speed of machines at the cost of time. Time is accumulated in the bottle by having it in your inventory. You can only have one time in a bottle!\n\n§fCan accelerate things, but at the cost of time, what will you use this for?\nThanks to Tomato_Is_Life for the text!", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:timeinabottle", - "tag:10": { - "timeData:10": {} - } - }, - "name:8": "Time in a bottle" - } - }, - "questID:3": 50125, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:timeinabottle", - "tag:10": { - "timeData:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50126.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50126.json deleted file mode 100644 index 4aed2f78..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50126.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 1000000 - } - }, - "name:8": "Flux Capacitor (Basic)" - } - }, - "questID:3": 50126, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 1000000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50128.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50128.json deleted file mode 100644 index e3ad6c3e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50128.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "naturescompass:naturescompass", - "tag:10": {} - }, - "name:8": "Nature\u0027s Compass" - } - }, - "questID:3": 50128, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "naturescompass:naturescompass", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50129.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50129.json deleted file mode 100644 index 8330cb66..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50129.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 28 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better than buckets, trust me!", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "name:8": "Reservoir (Basic)" - } - }, - "questID:3": 50129, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50130.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50130.json deleted file mode 100644 index a8e64668..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50130.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 1154 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:reprocessed_cosmic_meatball" - }, - "name:8": "Reprocessed Cosmic Meatball" - } - }, - "questID:3": 50130, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:reprocessed_cosmic_meatball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50131.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50131.json deleted file mode 100644 index 2633a981..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50131.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50054, - 119 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:spectrelens" - }, - "name:8": "Spectre Lens" - } - }, - "questID:3": 50131, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrelens" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50132.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50132.json deleted file mode 100644 index 7ce9688e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50132.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50122 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:sanity_checker" - }, - "name:8": "Sanity Checker" - } - }, - "questID:3": 50132, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:sanity_checker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50133.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50133.json deleted file mode 100644 index 26ca53cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50133.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50123 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Exponential scaling!!!", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:colossal_star_omega", - "tag:10": {} - }, - "name:8": "Colossal Star Omega" - } - }, - "questID:3": 50133, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:colossal_star_omega", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50134.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50134.json deleted file mode 100644 index 0c08f133..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50134.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50124 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:manaring", - "tag:10": {} - }, - "name:8": "Band of Mana " - } - }, - "questID:3": 50134, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:manaring", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50135.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50135.json deleted file mode 100644 index bd29d4d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50135.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "botania:manaringgreater", - "tag:10": {} - }, - "name:8": "Greater Band of Mana" - } - }, - "questID:3": 50135, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:manaringgreater", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50136.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50136.json deleted file mode 100644 index 0ac9f3d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50136.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 50126 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 4000000 - } - }, - "name:8": "Flux Capacitor (Hardened)" - } - }, - "questID:3": 50136, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 4000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 162, - "OreDict:8": "ingotInvar", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50137.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50137.json deleted file mode 100644 index 2bcbf2a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50137.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 50136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 9000000 - } - }, - "name:8": "Flux Capacitor (Reinforced)" - } - }, - "questID:3": 50137, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 9000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 161, - "OreDict:8": "ingotElectrum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50138.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50138.json deleted file mode 100644 index 094a9d53..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50138.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 50137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 16000000 - } - }, - "name:8": "Flux Capacitor (Signalum)" - } - }, - "questID:3": 50138, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 16000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 165, - "OreDict:8": "ingotSignalum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50139.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50139.json deleted file mode 100644 index 381ae5b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50139.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 50138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 25000000 - } - }, - "name:8": "Flux Capacitor (Resonant)" - } - }, - "questID:3": 50139, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:capacitor", - "tag:10": { - "Energy:3": 25000000 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 167, - "OreDict:8": "ingotEnderium", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50140.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50140.json deleted file mode 100644 index c4a6f253..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50140.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconium_capacitor" - }, - "name:8": "Wyvern Flux Capacitor" - } - }, - "questID:3": 50140, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconium_capacitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50141.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50141.json deleted file mode 100644 index a353a2a2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50141.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:draconium_capacitor" - }, - "name:8": "Draconic Flux Capacitor" - } - }, - "questID:3": 50141, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:draconium_capacitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50142.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50142.json deleted file mode 100644 index 32348a71..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50142.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50129 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Way better!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "name:8": "Reservoir (Hardened)" - } - }, - "questID:3": 50142, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 162, - "OreDict:8": "ingotInvar", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50143.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50143.json deleted file mode 100644 index 8c7c4e72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50143.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50142 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "At the cost of sounding like a broken record, better!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "name:8": "Reservoir (Reinforced)" - } - }, - "questID:3": 50143, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 161, - "OreDict:8": "ingotElectrum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50144.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50144.json deleted file mode 100644 index 4cbed61d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50144.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50145 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Just stop, it\u0027ll be BETTER for everyone!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "name:8": "Reservoir (Resonant)" - } - }, - "questID:3": 50144, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 167, - "OreDict:8": "ingotEnderium", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50145.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50145.json deleted file mode 100644 index b536fa1a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50145.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 50143 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Gosh I love repeating myself, BETTER!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "name:8": "Reservoir (Signalum)" - } - }, - "questID:3": 50145, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:reservoir", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 165, - "OreDict:8": "ingotSignalum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/1/50146.json b/config - Copy/betterquesting/DefaultQuests/Quests/1/50146.json deleted file mode 100644 index 665378b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/1/50146.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50130 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:nano_cont_personal_1" - }, - "name:8": "Personal Nano Bot Beacon Tier 1" - } - }, - "questID:3": 50146, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:nano_cont_personal_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/138.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/138.json deleted file mode 100644 index 171eacb7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/138.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "preRequisites:11": [ - 147 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese are all the ingredients for the defined ingot.\n\nYou should have most of them on passive by the time you finish chapter 8!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:defined_ingot" - }, - "name:8": "A large task ahead..." - } - }, - "questID:3": 138, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:biblioclipboard", - "tag:10": { - "currentPage:3": 14, - "page1:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Hydrogen", - "task2:8": "Helium", - "task3:8": "Lithium", - "task4:8": "Beryllium", - "task5:8": "Boron", - "task6:8": "Carbon", - "task7:8": "Nitrogen", - "task8:8": "Oxygen", - "task9:8": "Fluorine" - }, - "title:8": "Defined Checklist" - }, - "page10:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Darmstadtium", - "task2:8": "Roentgenium", - "task3:8": "Copernicium", - "task4:8": "Nihonium", - "task5:8": "Flerovium", - "task6:8": "Moscovium", - "task7:8": "Livermorium", - "task8:8": "Tennessine", - "task9:8": "Oganesson" - }, - "title:8": "" - }, - "page11:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Cerium", - "task2:8": "Praseodymium", - "task3:8": "Neodymium", - "task4:8": "Promethium", - "task5:8": "Samarium", - "task6:8": "Europium", - "task7:8": "Gadolinium", - "task8:8": "Terbium", - "task9:8": "Dysprosium" - }, - "title:8": "" - }, - "page12:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Holmium", - "task2:8": "Erbium", - "task3:8": "Thulium", - "task4:8": "Ytterbium", - "task5:8": "Lutetium", - "task6:8": "Thorium", - "task7:8": "Protactinium", - "task8:8": "Uranium", - "task9:8": "Neptunium" - }, - "title:8": "" - }, - "page13:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Plutonium", - "task2:8": "Americium", - "task3:8": "Curium", - "task4:8": "Berkelium", - "task5:8": "Californium", - "task6:8": "Einstenium", - "task7:8": "Fermium", - "task8:8": "Mendelevium", - "task9:8": "Nobelium" - }, - "title:8": "" - }, - "page14:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Lawrencium", - "task2:8": "Meatballium", - "task3:8": "Arbiterium", - "task4:8": "", - "task5:8": "", - "task6:8": "", - "task7:8": "", - "task8:8": "", - "task9:8": "" - }, - "title:8": "" - }, - "page2:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Neon", - "task2:8": "Sodium", - "task3:8": "Magnesium", - "task4:8": "Aluminum", - "task5:8": "Silicon", - "task6:8": "Phosphorous", - "task7:8": "Sulfur", - "task8:8": "Chlorine", - "task9:8": "Argon" - }, - "title:8": "by puddinpopper" - }, - "page3:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Potassium", - "task2:8": "Calcium", - "task3:8": "Scandium", - "task4:8": "Titanium", - "task5:8": "Vanadium", - "task6:8": "Chrome", - "task7:8": "Manganese", - "task8:8": "Iron", - "task9:8": "Cobalt" - }, - "title:8": "" - }, - "page4:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Nickel", - "task2:8": "Copper", - "task3:8": "Zinc", - "task4:8": "Gallium", - "task5:8": "Germanium", - "task6:8": "Arsenic", - "task7:8": "Selenium", - "task8:8": "Bromine", - "task9:8": "Krypton" - }, - "title:8": "" - }, - "page5:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Rubidium", - "task2:8": "Strontium", - "task3:8": "Yttrium", - "task4:8": "Zirconium", - "task5:8": "Niobium", - "task6:8": "Molybdenum", - "task7:8": "Technetium", - "task8:8": "Ruthenium", - "task9:8": "Rhodium" - }, - "title:8": "" - }, - "page6:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Palladium", - "task2:8": "Silver", - "task3:8": "Cadmium", - "task4:8": "Indium", - "task5:8": "Tin", - "task6:8": "Antimony", - "task7:8": "Tellurium", - "task8:8": "Iodine", - "task9:8": "Xenon" - }, - "title:8": "" - }, - "page7:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Caesium", - "task2:8": "Barium", - "task3:8": "Lanthanum", - "task4:8": "Hafnium", - "task5:8": "Tantalum", - "task6:8": "Tungsten", - "task7:8": "Rhenium", - "task8:8": "Osmium", - "task9:8": "Iridium" - }, - "title:8": "" - }, - "page8:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Platinum", - "task2:8": "Gold", - "task3:8": "Mercury", - "task4:8": "Thallium", - "task5:8": "Lead", - "task6:8": "Bismuth", - "task7:8": "Polonium", - "task8:8": "Astatine", - "task9:8": "Radon" - }, - "title:8": "" - }, - "page9:10": { - "taskStates:11": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "tasks:10": { - "task1:8": "Francium", - "task2:8": "Radium", - "task3:8": "Actinium", - "task4:8": "Rutherfordium", - "task5:8": "Dubnium", - "task6:8": "Seaborgium", - "task7:8": "Bohrium", - "task8:8": "Hassium", - "task9:8": "Meitnerium" - }, - "title:8": "" - }, - "totalPages:3": 14 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/142.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/142.json deleted file mode 100644 index 482665f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/142.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "francium" - } - }, - "name:8": "Francium" - } - }, - "questID:3": 142, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "francium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/342.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/342.json deleted file mode 100644 index 1237feb8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/342.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "caesium" - } - }, - "name:8": "Cesium" - } - }, - "questID:3": 342, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "caesium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/539.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/539.json deleted file mode 100644 index 52023157..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/539.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rubidium" - } - }, - "name:8": "Rubidium" - } - }, - "questID:3": 539, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rubidium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/540.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/540.json deleted file mode 100644 index 0479030e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/540.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "potassium" - } - }, - "name:8": "Potassium" - } - }, - "questID:3": 540, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "potassium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/541.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/541.json deleted file mode 100644 index 391c8152..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/541.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidsodium" - } - }, - "name:8": "Sodium" - } - }, - "questID:3": 541, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "sodium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/542.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/542.json deleted file mode 100644 index d10c382e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/542.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidlithium" - } - }, - "name:8": "Lithium" - } - }, - "questID:3": 542, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lithium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/543.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/543.json deleted file mode 100644 index c2590e10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/543.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "helium" - } - }, - "name:8": "Helium" - } - }, - "questID:3": 543, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "helium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/544.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/544.json deleted file mode 100644 index e1ace3e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/544.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "beryllium" - } - }, - "name:8": "Beryllium" - } - }, - "questID:3": 544, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "beryllium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/545.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/545.json deleted file mode 100644 index 61d22f39..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/545.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Magnesium", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "magnesium" - } - }, - "name:8": "Magnesium" - } - }, - "questID:3": 545, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "magnesium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/546.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/546.json deleted file mode 100644 index eee57fe9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/546.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcalcium" - } - }, - "name:8": "Calcium" - } - }, - "questID:3": 546, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcalcium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/547.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/547.json deleted file mode 100644 index 6ef961df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/547.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "strontium" - } - }, - "name:8": "Strontium" - } - }, - "questID:3": 547, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "strontium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/548.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/548.json deleted file mode 100644 index dae64d08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/548.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "barium" - } - }, - "name:8": "Barium" - } - }, - "questID:3": 548, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "barium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/549.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/549.json deleted file mode 100644 index e6549c9e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/549.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "radium" - } - }, - "name:8": "Radium" - } - }, - "questID:3": 549, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "radium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/550.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/550.json deleted file mode 100644 index 95a9be08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/550.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "yttrium" - } - }, - "name:8": "Yttrium" - } - }, - "questID:3": 550, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "yttrium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/551.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/551.json deleted file mode 100644 index 2facf5be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/551.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_scandium" - } - }, - "name:8": "Scandium" - } - }, - "questID:3": 551, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_scandium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/552.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/552.json deleted file mode 100644 index e2ada82a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/552.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lanthanum" - } - }, - "name:8": "Lanthanum" - } - }, - "questID:3": 552, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lanthanum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/553.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/553.json deleted file mode 100644 index e2914fc6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/553.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cerium" - } - }, - "name:8": "Cerium" - } - }, - "questID:3": 553, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "cerium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/554.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/554.json deleted file mode 100644 index 4b7edf10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/554.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "praseodymium" - } - }, - "name:8": "Praseodymium" - } - }, - "questID:3": 554, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "praseodymium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/555.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/555.json deleted file mode 100644 index cb84ea22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/555.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "neodymium" - } - }, - "name:8": "Neodymium" - } - }, - "questID:3": 555, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "neodymium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/556.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/556.json deleted file mode 100644 index 480bb291..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/556.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "promethium" - } - }, - "name:8": "Promethium" - } - }, - "questID:3": 556, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "promethium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/557.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/557.json deleted file mode 100644 index b77737f3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/557.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "samarium" - } - }, - "name:8": "Samarium" - } - }, - "questID:3": 557, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "samarium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/558.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/558.json deleted file mode 100644 index b38d49f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/558.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "europium" - } - }, - "name:8": "Europium" - } - }, - "questID:3": 558, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "europium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/559.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/559.json deleted file mode 100644 index 321508d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/559.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gadolinium" - } - }, - "name:8": "Gadolinium" - } - }, - "questID:3": 559, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gadolinium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/560.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/560.json deleted file mode 100644 index 553f52ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/560.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "terbium" - } - }, - "name:8": "Terbium" - } - }, - "questID:3": 560, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "terbium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/561.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/561.json deleted file mode 100644 index 9cd68778..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/561.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "dysprosium" - } - }, - "name:8": "Dysprosium" - } - }, - "questID:3": 561, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "dysprosium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/562.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/562.json deleted file mode 100644 index 46ec74e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/562.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "holmium" - } - }, - "name:8": "Holmium" - } - }, - "questID:3": 562, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "holmium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/563.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/563.json deleted file mode 100644 index 1faac419..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/563.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "erbium" - } - }, - "name:8": "Erbium" - } - }, - "questID:3": 563, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "erbium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/564.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/564.json deleted file mode 100644 index 59e22b97..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/564.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "thulium" - } - }, - "name:8": "Thulium" - } - }, - "questID:3": 564, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "thulium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/565.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/565.json deleted file mode 100644 index f6cf13ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/565.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "ytterbium" - } - }, - "name:8": "Ytterbium" - } - }, - "questID:3": 565, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "ytterbium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/566.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/566.json deleted file mode 100644 index e78b99a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/566.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lutetium" - } - }, - "name:8": "Lutetium" - } - }, - "questID:3": 566, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lutetium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/567.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/567.json deleted file mode 100644 index 7eb9c212..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/567.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "actinium" - } - }, - "name:8": "Actinium" - } - }, - "questID:3": 567, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "actinium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/568.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/568.json deleted file mode 100644 index 5097ea5a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/568.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "thorium" - } - }, - "name:8": "Thorium" - } - }, - "questID:3": 568, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "thorium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/569.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/569.json deleted file mode 100644 index fc82e259..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/569.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "proactinium" - } - }, - "name:8": "Protactinium" - } - }, - "questID:3": 569, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "proactinium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/570.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/570.json deleted file mode 100644 index b5be0677..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/570.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "uranium" - } - }, - "name:8": "Uranium" - } - }, - "questID:3": 570, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "uranium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/571.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/571.json deleted file mode 100644 index 8d531ab3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/571.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "neptunium_237" - } - }, - "name:8": "Neptunium" - } - }, - "questID:3": 571, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "neptunium_237" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/572.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/572.json deleted file mode 100644 index 6e4a1b9e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/572.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "plutonium" - } - }, - "name:8": "Plutonium" - } - }, - "questID:3": 572, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "plutonium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/573.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/573.json deleted file mode 100644 index 17c9db50..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/573.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "americium_241" - } - }, - "name:8": "Americium" - } - }, - "questID:3": 573, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "americium_243" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/574.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/574.json deleted file mode 100644 index 1cb96202..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/574.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "curium_243" - } - }, - "name:8": "Curium" - } - }, - "questID:3": 574, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "curium_247" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/575.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/575.json deleted file mode 100644 index 4dc511ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/575.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "berkelium_247" - } - }, - "name:8": "Berkelium" - } - }, - "questID:3": 575, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "berkelium_247" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/576.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/576.json deleted file mode 100644 index 7b32b051..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/576.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "californium_249" - } - }, - "name:8": "Californium" - } - }, - "questID:3": 576, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 1, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "californium_251" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/577.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/577.json deleted file mode 100644 index 173ca673..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/577.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - }, - "name:8": "Einsteinium" - } - }, - "questID:3": 577, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/578.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/578.json deleted file mode 100644 index dd12066e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/578.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fermium" - } - }, - "name:8": "Fermium" - } - }, - "questID:3": 578, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fermium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/579.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/579.json deleted file mode 100644 index 3528a5a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/579.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "mendelevium" - } - }, - "name:8": "Mendelevium" - } - }, - "questID:3": 579, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "mendelevium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/580.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/580.json deleted file mode 100644 index 628bee92..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/580.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "nobelium" - } - }, - "name:8": "Nobelium" - } - }, - "questID:3": 580, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nobelium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/581.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/581.json deleted file mode 100644 index 85037cd9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/581.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lawrencium" - } - }, - "name:8": "Lawrencium" - } - }, - "questID:3": 581, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lawrencium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/582.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/582.json deleted file mode 100644 index 0a7a30e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/582.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rutherfordium" - } - }, - "name:8": "Rutherfordium" - } - }, - "questID:3": 582, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rutherfordium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/583.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/583.json deleted file mode 100644 index e8041821..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/583.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "hafnium" - } - }, - "name:8": "Hafnium" - } - }, - "questID:3": 583, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "hafnium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/584.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/584.json deleted file mode 100644 index db864570..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/584.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_zirconium" - } - }, - "name:8": "Zirconium" - } - }, - "questID:3": 584, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_zirconium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/585.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/585.json deleted file mode 100644 index 5c13f5c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/585.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_titanium" - } - }, - "name:8": "Titanium" - } - }, - "questID:3": 585, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "betterquesting.placeholder", - "Tag:10": { - "orig_id:8": "molten_titanium" - } - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/586.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/586.json deleted file mode 100644 index 1b686dc9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/586.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "dubnium" - } - }, - "name:8": "Dubnium" - } - }, - "questID:3": 586, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "dubnium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/587.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/587.json deleted file mode 100644 index babb7614..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/587.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "seaborgium" - } - }, - "name:8": "Seaborgium" - } - }, - "questID:3": 587, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "seaborgium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/588.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/588.json deleted file mode 100644 index fcb42100..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/588.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bohrium" - } - }, - "name:8": "Bohrium" - } - }, - "questID:3": 588, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bohrium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/589.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/589.json deleted file mode 100644 index d22540b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/589.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "hassium" - } - }, - "name:8": "Hassium" - } - }, - "questID:3": 589, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "hassium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/590.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/590.json deleted file mode 100644 index e1a342d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/590.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "meitnerium" - } - }, - "name:8": "Meitnerium" - } - }, - "questID:3": 590, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "meitnerium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/591.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/591.json deleted file mode 100644 index 27b1c5b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/591.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "darmstadtium" - } - }, - "name:8": "Darmstadtium" - } - }, - "questID:3": 591, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "darmstadtium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/592.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/592.json deleted file mode 100644 index 3c6e5690..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/592.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "roentgenium" - } - }, - "name:8": "Roentgenium" - } - }, - "questID:3": 592, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "roentgenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/593.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/593.json deleted file mode 100644 index 79cfe122..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/593.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "copernicium" - } - }, - "name:8": "Copernicium" - } - }, - "questID:3": 593, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "copernicium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/594.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/594.json deleted file mode 100644 index 0924ad69..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/594.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_vanadium" - } - }, - "name:8": "Vanadium" - } - }, - "questID:3": 594, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_vanadium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/595.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/595.json deleted file mode 100644 index 0f40134b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/595.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "chrome" - } - }, - "name:8": "Chromium" - } - }, - "questID:3": 595, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "chrome" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/596.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/596.json deleted file mode 100644 index 0f8cd7c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/596.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "manganese" - } - }, - "name:8": "Manganese" - } - }, - "questID:3": 596, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "manganese" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/597.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/597.json deleted file mode 100644 index 74dd064c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/597.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iron" - } - }, - "name:8": "Iron" - } - }, - "questID:3": 597, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "iron" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/598.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/598.json deleted file mode 100644 index 55721aae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/598.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cobalt" - } - }, - "name:8": "Cobalt" - } - }, - "questID:3": 598, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "cobalt" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/599.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/599.json deleted file mode 100644 index 575fe2b4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/599.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "nickel" - } - }, - "name:8": "Nickel" - } - }, - "questID:3": 599, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nickel" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/600.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/600.json deleted file mode 100644 index 536a9c61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/600.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "copper" - } - }, - "name:8": "Copper" - } - }, - "questID:3": 600, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "copper" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/601.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/601.json deleted file mode 100644 index 8b66968c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/601.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "zinc" - } - }, - "name:8": "Zinc" - } - }, - "questID:3": 601, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "zinc" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/602.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/602.json deleted file mode 100644 index acae12ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/602.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "cadmium" - } - }, - "name:8": "Cadmium" - } - }, - "questID:3": 602, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "cadmium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/603.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/603.json deleted file mode 100644 index b6211e9d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/603.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidmercury" - } - }, - "name:8": "Mercury" - } - }, - "questID:3": 603, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluidmercury" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/604.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/604.json deleted file mode 100644 index 45f5b636..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/604.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "gold" - } - }, - "name:8": "Gold" - } - }, - "questID:3": 604, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "gold" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/605.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/605.json deleted file mode 100644 index 26114e40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/605.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "platinum" - } - }, - "name:8": "Platinum" - } - }, - "questID:3": 605, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "platinum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/606.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/606.json deleted file mode 100644 index a8a8263c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/606.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "palladium" - } - }, - "name:8": "Palladium" - } - }, - "questID:3": 606, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "palladium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/607.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/607.json deleted file mode 100644 index 59d41226..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/607.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "silver" - } - }, - "name:8": "Silver" - } - }, - "questID:3": 607, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "silver" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/608.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/608.json deleted file mode 100644 index ae67700c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/608.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rhodium" - } - }, - "name:8": "Rhodium" - } - }, - "questID:3": 608, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rhodium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/609.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/609.json deleted file mode 100644 index 6b57d5c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/609.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_ruthenium" - } - }, - "name:8": "Ruthenium" - } - }, - "questID:3": 609, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_ruthenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/610.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/610.json deleted file mode 100644 index 12cbf3c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/610.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "technetium" - } - }, - "name:8": "Technetium" - } - }, - "questID:3": 610, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "technetium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/611.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/611.json deleted file mode 100644 index 2fb116b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/611.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_molybdenum" - } - }, - "name:8": "Molybdenum" - } - }, - "questID:3": 611, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_molybdenum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/612.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/612.json deleted file mode 100644 index a1cba264..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/612.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "niobium" - } - }, - "name:8": "Niobium" - } - }, - "questID:3": 612, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "niobium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/613.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/613.json deleted file mode 100644 index 6cf40409..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/613.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tantalum" - } - }, - "name:8": "Tantalum" - } - }, - "questID:3": 613, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tantalum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/614.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/614.json deleted file mode 100644 index b5a21f8c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/614.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tungsten" - } - }, - "name:8": "Tungsten" - } - }, - "questID:3": 614, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tungsten" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/615.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/615.json deleted file mode 100644 index 9244544a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/615.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "rhenium" - } - }, - "name:8": "Rhenium" - } - }, - "questID:3": 615, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "rhenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/616.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/616.json deleted file mode 100644 index 55eeb99d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/616.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "osmium" - } - }, - "name:8": "Osmium" - } - }, - "questID:3": 616, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "osmium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/617.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/617.json deleted file mode 100644 index 6c7d26a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/617.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iridium" - } - }, - "name:8": "Iridium" - } - }, - "questID:3": 617, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "iridium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/618.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/618.json deleted file mode 100644 index 777cf329..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/618.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "nihonium" - } - }, - "name:8": "Nihonium" - } - }, - "questID:3": 618, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nihonium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/619.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/619.json deleted file mode 100644 index 282a26db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/619.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "flerovium" - } - }, - "name:8": "Flerovium" - } - }, - "questID:3": 619, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "flerovium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/620.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/620.json deleted file mode 100644 index e4acd735..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/620.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "moscovium" - } - }, - "name:8": "Moscovium" - } - }, - "questID:3": 620, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "moscovium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/621.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/621.json deleted file mode 100644 index 0d20b6ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/621.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "livermorium" - } - }, - "name:8": "Livermorium" - } - }, - "questID:3": 621, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "livermorium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/622.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/622.json deleted file mode 100644 index eb85ddc4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/622.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tennessine" - } - }, - "name:8": "Tennessine" - } - }, - "questID:3": 622, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tennessine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/623.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/623.json deleted file mode 100644 index 0b98d430..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/623.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "aluminum" - } - }, - "name:8": "Aluminum" - } - }, - "questID:3": 623, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "aluminum" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/624.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/624.json deleted file mode 100644 index 24d34e2c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/624.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "boron" - } - }, - "name:8": "Boron" - } - }, - "questID:3": 624, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "boron" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/625.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/625.json deleted file mode 100644 index 1bac2bf1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/625.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_gallium" - } - }, - "name:8": "Gallium" - } - }, - "questID:3": 625, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_gallium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/626.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/626.json deleted file mode 100644 index 4282ea72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/626.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "indium" - } - }, - "name:8": "Indium" - } - }, - "questID:3": 626, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 1, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "indium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/627.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/627.json deleted file mode 100644 index 6872555c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/627.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "thallium" - } - }, - "name:8": "Thallium" - } - }, - "questID:3": 627, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "thallium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/628.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/628.json deleted file mode 100644 index 7ec0db9e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/628.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lead" - } - }, - "name:8": "Lead" - } - }, - "questID:3": 628, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "lead" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/629.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/629.json deleted file mode 100644 index 3e30d76f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/629.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bismuth" - } - }, - "name:8": "Bismuth" - } - }, - "questID:3": 629, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bismuth" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/630.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/630.json deleted file mode 100644 index 31713d6a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/630.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "polonium" - } - }, - "name:8": "Polonium" - } - }, - "questID:3": 630, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "polonium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/631.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/631.json deleted file mode 100644 index 49ba7a64..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/631.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "astatine" - } - }, - "name:8": "Astatine" - } - }, - "questID:3": 631, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "astatine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/632.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/632.json deleted file mode 100644 index 2ca6850b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/632.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "iodine" - } - }, - "name:8": "Iodine" - } - }, - "questID:3": 632, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "iodine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/633.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/633.json deleted file mode 100644 index 1162cd3b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/633.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tellurium" - } - }, - "name:8": "Tellurium" - } - }, - "questID:3": 633, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tellurium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/634.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/634.json deleted file mode 100644 index 248287ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/634.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "antimony" - } - }, - "name:8": "Antimony" - } - }, - "questID:3": 634, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "antimony" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/635.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/635.json deleted file mode 100644 index 977ecc9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/635.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "tin" - } - }, - "name:8": "Tin" - } - }, - "questID:3": 635, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "tin" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/636.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/636.json deleted file mode 100644 index 5ff3e3f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/636.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_germanium" - } - }, - "name:8": "Germanium" - } - }, - "questID:3": 636, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_germanium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/637.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/637.json deleted file mode 100644 index d99c1851..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/637.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_silicon" - } - }, - "name:8": "Silicon" - } - }, - "questID:3": 637, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_silicon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/638.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/638.json deleted file mode 100644 index 9ad91cda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/638.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcarbon" - } - }, - "name:8": "Carbon" - } - }, - "questID:3": 638, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluidcarbon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/639.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/639.json deleted file mode 100644 index 3d5abbd8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/639.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "molten_phosphorus" - } - }, - "name:8": "Phosphorus" - } - }, - "questID:3": 639, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "molten_phosphorus" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/640.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/640.json deleted file mode 100644 index 2b32ef4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/640.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "arsenic" - } - }, - "name:8": "Arsenic" - } - }, - "questID:3": 640, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "arsenic" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/641.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/641.json deleted file mode 100644 index 4e29bfc9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/641.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "selenium" - } - }, - "name:8": "Selenium" - } - }, - "questID:3": 641, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "selenium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/642.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/642.json deleted file mode 100644 index 045abed0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/642.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "bromine" - } - }, - "name:8": "Bromine" - } - }, - "questID:3": 642, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "bromine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/643.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/643.json deleted file mode 100644 index 3af54f42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/643.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "chlorine" - } - }, - "name:8": "Chlorine" - } - }, - "questID:3": 643, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "chlorine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/644.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/644.json deleted file mode 100644 index 099ed563..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/644.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidsulfur" - } - }, - "name:8": "Sulfur" - } - }, - "questID:3": 644, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "sulfur" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/645.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/645.json deleted file mode 100644 index 0d9b71f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/645.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluidnitrogen" - } - }, - "name:8": "Nitrogen" - } - }, - "questID:3": 645, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "nitrogen" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/646.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/646.json deleted file mode 100644 index fb54adc6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/646.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "oxygen" - } - }, - "name:8": "Oxygen" - } - }, - "questID:3": 646, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "oxygen" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/647.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/647.json deleted file mode 100644 index 88446fa3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/647.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "fluorine" - } - }, - "name:8": "Fluorine" - } - }, - "questID:3": 647, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "fluorine" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/648.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/648.json deleted file mode 100644 index d7352783..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/648.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "oganesson" - } - }, - "name:8": "Oganesson" - } - }, - "questID:3": 648, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "oganesson" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/649.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/649.json deleted file mode 100644 index cc43fcba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/649.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "radon" - } - }, - "name:8": "Radon" - } - }, - "questID:3": 649, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "radon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/650.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/650.json deleted file mode 100644 index d250e443..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/650.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "xenon" - } - }, - "name:8": "Xenon" - } - }, - "questID:3": 650, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "xenon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/651.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/651.json deleted file mode 100644 index 9617df77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/651.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "krypton" - } - }, - "name:8": "Krypton" - } - }, - "questID:3": 651, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "krypton" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/652.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/652.json deleted file mode 100644 index 8756b358..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/652.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "argon" - } - }, - "name:8": "Argon" - } - }, - "questID:3": 652, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "argon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/653.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/653.json deleted file mode 100644 index c038c4ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/653.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "neon" - } - }, - "name:8": "Neon" - } - }, - "questID:3": 653, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "neon" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/654.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/654.json deleted file mode 100644 index f885b1c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/654.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "hydrogen" - } - }, - "name:8": "Hydrogen" - } - }, - "questID:3": 654, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "hydrogen" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/655.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/655.json deleted file mode 100644 index 46f2405c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/655.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "arbiterium" - } - }, - "name:8": "Arbiterium" - } - }, - "questID:3": 655, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "arbiterium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/10/656.json b/config - Copy/betterquesting/DefaultQuests/Quests/10/656.json deleted file mode 100644 index d6a84d9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/10/656.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "meatballium" - } - }, - "name:8": "Meatballium" - } - }, - "questID:3": 656, - "tasks:9": { - "0:10": { - "consume:1": 0, - "index:3": 0, - "requiredFluids:9": { - "0:10": { - "Amount:3": 1000, - "FluidName:8": "meatballium" - } - }, - "taskID:8": "bq_standard:fluid" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1008.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1008.json deleted file mode 100644 index 97897d00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1008.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 997 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the guardians of the sleeping city in L\u0027Borean.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:cleaver_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "The Flim-Flammer" - }, - "ench:9": { - "0:10": { - "id:2": 31, - "lvl:2": 222 - } - } - } - }, - "name:8": "The Flim-Flammer" - } - }, - "questID:3": 1008, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:cleaver_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oThe Flim-Flammer§r" - }, - "ench:9": { - "0:10": { - "id:3": 31, - "lvl:3": 222 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1012.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1012.json deleted file mode 100644 index 986fe3b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1012.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the europa puzzle, and the second mythic shell puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:icicle_bow", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Eurobeat Bow" - }, - "ench:9": { - "0:10": { - "id:2": 48, - "lvl:2": 25 - }, - "1:10": { - "id:2": 48, - "lvl:2": 1 - }, - "2:10": { - "id:2": 48, - "lvl:2": 1 - } - } - } - }, - "name:8": "Eurobeat Bow" - } - }, - "questID:3": 1012, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:icicle_bow", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEurobeat Bow§r" - }, - "ench:9": { - "0:10": { - "id:3": 48, - "lvl:3": 25 - }, - "1:10": { - "id:3": 51, - "lvl:3": 1 - }, - "2:10": { - "id:3": 108, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1020.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1020.json deleted file mode 100644 index a97ee08c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1020.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 998, - 941 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAssemble the cold iron forge, slay some beetles!", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:war_hammer", - "tag:10": { - "RepairCost:3": 1, - "charge:3": 0, - "display:10": { - "Name:8": "Mjolnir" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 31 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 3 - }, - "3:10": { - "id:2": 22, - "lvl:2": 4 - } - } - } - }, - "name:8": "Mjolnir" - } - }, - "questID:3": 1020, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:war_hammer", - "tag:10": { - "charge:3": 0, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMjolnir§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 31 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 3 - }, - "3:10": { - "id:3": 22, - "lvl:3": 4 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1088310052.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1088310052.json deleted file mode 100644 index 2135c527..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1088310052.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 948, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:ultimatehammer", - "tag:10": { - "damage:3": 3000, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oTater Smasher§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 25 - } - }, - "repair:3": 17000 - } - }, - "name:8": "Tater Smasher" - } - }, - "questID:3": 1088310052, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:ultimatehammer", - "tag:10": { - "damage:3": 3000, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oTater Smasher§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 25 - } - }, - "repair:3": 17000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1152.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1152.json deleted file mode 100644 index f44f1b1e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1152.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some awakened draconium.", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonbone_sword_lightning", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Claiomh Solais" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 22, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 21, - "lvl:2": 4 - }, - "5:10": { - "id:2": 66, - "lvl:2": 15 - }, - "6:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "name:8": "Claiomh Solais" - } - }, - "questID:3": 1152, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonbone_sword_lightning", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oClaiomh Solais§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 22, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 21, - "lvl:3": 4 - }, - "5:10": { - "id:3": 83, - "lvl:3": 15 - }, - "6:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1153.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1153.json deleted file mode 100644 index cb5668de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1153.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete a few puzzles!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_maul", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Helltree" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 85 - } - } - } - }, - "name:8": "Helltree" - } - }, - "questID:3": 1153, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_maul", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oHelltree§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 85 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1326454147.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1326454147.json deleted file mode 100644 index ff476b44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1326454147.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_sorcery_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSorcery Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - }, - "name:8": "Sorcery Flamberg" - } - }, - "questID:3": 1326454147, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_sorcery_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSorcery Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1340.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1340.json deleted file mode 100644 index 30457799..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1340.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "name:8": "Radiation-Absorbing Armor" - } - }, - "questID:3": 1340, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Helmet§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Chestplate§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Leggings§r" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oRadiation-Absorbing Boots§r" - }, - "ncRadiationResistance:6": 100.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1357.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1357.json deleted file mode 100644 index 3b485d7d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1357.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§o§7§oExplore myrmex. §7§oComplete the living myrmitite puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "BONE STORM" - }, - "ench:9": { - "0:10": { - "id:2": 22, - "lvl:2": 20 - }, - "1:10": { - "id:2": 16, - "lvl:2": 50 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "BONE STORM" - } - }, - "questID:3": 1357, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBONE STORM§r" - }, - "ench:9": { - "0:10": { - "id:3": 22, - "lvl:3": 20 - }, - "1:10": { - "id:3": 16, - "lvl:3": 50 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1820.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1820.json deleted file mode 100644 index 77425965..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1820.json +++ /dev/null @@ -1,289 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the phasing gem puzzles.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 76, - "lvl:2": 4 - }, - "1:10": { - "id:2": 0, - "lvl:2": 10 - }, - "2:10": { - "id:2": 4, - "lvl:2": 4 - }, - "3:10": { - "id:2": 74, - "lvl:2": 4 - }, - "4:10": { - "id:2": 75, - "lvl:2": 4 - }, - "5:10": { - "id:2": 1, - "lvl:2": 4 - }, - "6:10": { - "id:2": 3, - "lvl:2": 4 - }, - "7:10": { - "id:2": 34, - "lvl:2": 100 - }, - "8:10": { - "id:2": 30, - "lvl:2": 2 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Stellar Armor" - } - }, - "questID:3": 1820, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_helmet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_chestplate", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_leggings", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_boots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStellar Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 4, - "lvl:3": 16 - }, - "3:10": { - "id:3": 74, - "lvl:3": 16 - }, - "4:10": { - "id:3": 75, - "lvl:3": 16 - }, - "5:10": { - "id:3": 1, - "lvl:3": 16 - }, - "6:10": { - "id:3": 3, - "lvl:3": 16 - }, - "7:10": { - "id:3": 34, - "lvl:3": 16 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1966.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1966.json deleted file mode 100644 index a9b377e1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1966.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mowziesmobs:wrought_axe", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Walking Axe" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 77 - }, - "1:10": { - "id:2": 34, - "lvl:2": 3 - }, - "2:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "name:8": "Walking Axe" - } - }, - "questID:3": 1966, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mowziesmobs:wrought_axe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oWalking Axe§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 77 - }, - "1:10": { - "id:3": 34, - "lvl:3": 3 - }, - "2:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/1970.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/1970.json deleted file mode 100644 index 8856f902..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/1970.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:chilli_chugger", - "tag:10": { - "HideFlags:1": 2, - "RepairCost:3": 1, - "display:10": { - "Name:8": "Spicy Air Gun" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 3 - }, - "1:10": { - "id:2": 64, - "lvl:2": 125 - }, - "2:10": { - "id:2": 63, - "lvl:2": 3 - } - } - } - }, - "name:8": "Spicy Air Gun" - } - }, - "questID:3": 1970, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:chilli_chugger", - "tag:10": { - "HideFlags:1": 2, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSpicy Air Gun§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 3 - }, - "1:10": { - "id:3": 64, - "lvl:3": 125 - }, - "2:10": { - "id:3": 63, - "lvl:3": 3 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2030.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2030.json deleted file mode 100644 index bd7f4263..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2030.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the anomaly detectors.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicwonders:primal_destroyer", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dragnipur" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 100 - }, - "1:10": { - "id:2": 85, - "lvl:2": 30 - }, - "2:10": { - "id:2": 83, - "lvl:2": 50 - } - } - } - }, - "name:8": "Dragnipur" - } - }, - "questID:3": 2030, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicwonders:primal_destroyer", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDragnipur§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 100 - }, - "1:10": { - "id:3": 85, - "lvl:3": 30 - }, - "2:10": { - "id:3": 83, - "lvl:3": 50 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2069.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2069.json deleted file mode 100644 index 34f1aff7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2069.json +++ /dev/null @@ -1,229 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the Infusion Fabrial puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_robe", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 76, - "lvl:2": 16 - }, - "1:10": { - "id:2": 0, - "lvl:2": 16 - }, - "2:10": { - "id:2": 74, - "lvl:2": 100 - }, - "3:10": { - "id:2": 75, - "lvl:2": 16 - }, - "4:10": { - "id:2": 75, - "lvl:2": 16 - }, - "5:10": { - "id:2": 75, - "lvl:2": 16 - }, - "6:10": { - "id:2": 75, - "lvl:2": 16 - } - } - } - }, - "name:8": "Mithminite" - } - }, - "questID:3": 2069, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_hood", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Hood§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_robe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Robe§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_belt", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Belt§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_boots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMithminite Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 16 - }, - "1:10": { - "id:3": 0, - "lvl:3": 16 - }, - "2:10": { - "id:3": 74, - "lvl:3": 100 - }, - "3:10": { - "id:3": 75, - "lvl:3": 16 - }, - "4:10": { - "id:3": 1, - "lvl:3": 16 - }, - "5:10": { - "id:3": 3, - "lvl:3": 16 - }, - "6:10": { - "id:3": 4, - "lvl:3": 16 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2080.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2080.json deleted file mode 100644 index 06f7f1f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2080.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat the Mother Host in Creeponia!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 3 - } - }, - "id:8": "immersiveengineering:railgun" - }, - "name:8": "Railgun" - } - }, - "questID:3": 2080, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 3 - } - }, - "id:8": "immersiveengineering:railgun" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2081.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2081.json deleted file mode 100644 index e504bd8f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2081.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat the Mother Host in Creeponia!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 21 - } - }, - "id:8": "immersiveengineering:revolver" - }, - "name:8": "Revolver" - } - }, - "questID:3": 2081, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {}, - "Size:3": 21 - } - }, - "id:8": "immersiveengineering:revolver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2125.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2125.json deleted file mode 100644 index d10fe588..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2125.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:baron_greatblade", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dragon Slayer" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 101, - "lvl:2": 20 - }, - "2:10": { - "id:2": 59, - "lvl:2": 20 - } - } - } - }, - "name:8": "Dragon Slayer" - } - }, - "questID:3": 2125, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:baron_greatblade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDragon Slayer§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 101, - "lvl:3": 20 - }, - "2:10": { - "id:3": 59, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2132.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2132.json deleted file mode 100644 index 4d2789b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2132.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat the Dread Queen.", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:firstfractal", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Plaguesword" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 43, - "lvl:2": 20 - }, - "2:10": { - "id:2": 17, - "lvl:2": 20 - } - }, - "soulbindUUID:8": "8c381e15-592d-4003-ae11-6367e203127b" - } - }, - "name:8": "Plaguesword" - } - }, - "questID:3": 2132, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:firstfractal", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPlaguesword§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 43, - "lvl:3": 20 - }, - "2:10": { - "id:3": 17, - "lvl:3": 20 - } - }, - "soulbindUUID:8": "8c381e15-592d-4003-ae11-6367e203127b" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2133.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2133.json deleted file mode 100644 index de1f200b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2133.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat the Devourer.", - "icon:10": { - "Count:3": 1, - "id:8": "animus:kama_bound", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Sacrificial Khopesh" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 38, - "lvl:2": 150 - }, - "2:10": { - "id:2": 38, - "lvl:2": 150 - } - } - } - }, - "name:8": "Sacrificial Khopesh" - } - }, - "questID:3": 2133, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "animus:kama_bound", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrificial Khopesh§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 39, - "lvl:3": 150 - }, - "2:10": { - "id:3": 83, - "lvl:3": 150 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2157.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2157.json deleted file mode 100644 index 6b241b33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2157.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the Lunalus Puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_bow", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Prison Realm Bow" - }, - "ench:9": { - "0:10": { - "id:2": 97, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 30 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 96, - "lvl:2": 1 - } - } - } - }, - "name:8": "Prison realm Bow" - } - }, - "questID:3": 2157, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_bow", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPrison Realm Bow§r" - }, - "ench:9": { - "0:10": { - "id:3": 97, - "lvl:3": 6 - }, - "1:10": { - "id:3": 48, - "lvl:3": 30 - }, - "2:10": { - "id:3": 51, - "lvl:3": 1 - }, - "3:10": { - "id:3": 96, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2158.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2158.json deleted file mode 100644 index 00a753bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2158.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete part of the Lyndenwyrm progression, and explore the Proxima Belt.", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:tool.fishing_rod_platinum", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Fishing Sticc" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 350 - } - } - } - }, - "name:8": "Fishing Sticc" - } - }, - "questID:3": 2158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:tool.fishing_rod_platinum", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oFishing Sticc§r" - }, - "ench:9": { - "0:10": { - "id:3": 34, - "lvl:3": 350 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2159.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2159.json deleted file mode 100644 index 22023d95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2159.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the runic ore puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:starsword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Caliburn" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 120 - }, - "1:10": { - "id:2": 101, - "lvl:2": 16 - }, - "2:10": { - "id:2": 47, - "lvl:2": 20 - } - } - } - }, - "name:8": "Caliburn" - } - }, - "questID:3": 2159, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:starsword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oCaliburn§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 101, - "lvl:3": 16 - }, - "2:10": { - "id:3": 52, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2160.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2160.json deleted file mode 100644 index 96552dc7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2160.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat Oblivionaire.", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_lance", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dauthdaert" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 88, - "lvl:2": 20 - }, - "2:10": { - "id:2": 43, - "lvl:2": 20 - } - } - } - }, - "name:8": "Dauthdaert" - } - }, - "questID:3": 2160, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_lance", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDauthdaert§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 88, - "lvl:3": 20 - }, - "2:10": { - "id:3": 43, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2172.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2172.json deleted file mode 100644 index 23dc014c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2172.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 942, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the Fluix Historian Puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "RepairCost:3": 1, - "activated:1": 0, - "display:10": { - "Name:8": "War" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 11, - "lvl:2": 100 - } - } - } - }, - "name:8": "War" - } - }, - "questID:3": 2172, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "activated:1": 0, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oWar§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 11, - "lvl:3": 100 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/2200.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/2200.json deleted file mode 100644 index 31ca3833..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/2200.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUnlock hard mode!", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidchestdarkened", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 20 - } - }, - "isnight:1": 0 - } - }, - "name:8": "Combat Maid" - } - }, - "questID:3": 2200, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidhelmrevealing", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oHelm of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidchestdarkened", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oChest of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - }, - "isnight:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidlegs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oLegs of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidboots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBoots of Gluttony§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/522.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/522.json deleted file mode 100644 index b8cf7cbb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/522.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCraft it, duh!", - "icon:10": { - "Count:3": 1, - "id:8": "mod_lavacow:bonesword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Oathbringer" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 150 - }, - "1:10": { - "id:2": 101, - "lvl:2": 25 - } - } - } - }, - "name:8": "Oathbringer" - } - }, - "questID:3": 522, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mod_lavacow:bonesword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oOathbringer§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 150 - }, - "1:10": { - "id:3": 101, - "lvl:3": 25 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/937324342.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/937324342.json deleted file mode 100644 index 8407cedb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/937324342.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 946, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_hood", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oNightmare Hood§r" - }, - "ench:9": { - "0:10": { - "id:3": 7, - "lvl:3": 250 - } - } - } - }, - "name:8": "Nightmare Hood" - } - }, - "questID:3": 937324342, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_hood", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oNightmare Hood§r" - }, - "ench:9": { - "0:10": { - "id:3": 7, - "lvl:3": 250 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/940.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/940.json deleted file mode 100644 index c8655ff6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/940.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 1" - } - }, - "questID:3": 940, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/941.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/941.json deleted file mode 100644 index a713c01d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/941.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 2" - } - }, - "questID:3": 941, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/942.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/942.json deleted file mode 100644 index 502acc40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/942.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 3" - } - }, - "questID:3": 942, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/943.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/943.json deleted file mode 100644 index 028e7289..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/943.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20327 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 4" - } - }, - "questID:3": 943, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:twilight_clock" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/944.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/944.json deleted file mode 100644 index c77bef91..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/944.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 5" - } - }, - "questID:3": 944, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/945.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/945.json deleted file mode 100644 index 4f51b4a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/945.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 6" - } - }, - "questID:3": 945, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/946.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/946.json deleted file mode 100644 index 5ae2e99f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/946.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 7" - } - }, - "questID:3": 946, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/947.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/947.json deleted file mode 100644 index 29c47def..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/947.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 8" - } - }, - "questID:3": 947, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/948.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/948.json deleted file mode 100644 index bd249d9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/948.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 999, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 9" - } - }, - "questID:3": 948, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/949.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/949.json deleted file mode 100644 index 00603165..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/949.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:giant_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Big Bertha" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 35 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 10 - }, - "3:10": { - "id:2": 19, - "lvl:2": 8 - } - } - } - }, - "name:8": "Big Bertha" - } - }, - "questID:3": 949, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:giant_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBig Bertha§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 35 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 10 - }, - "3:10": { - "id:3": 19, - "lvl:3": 8 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/950.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/950.json deleted file mode 100644 index d46cbd05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/950.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!\n\n§fSame thing as the ring but in a larger form.", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:ice_pendant", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Ice Pendant" - } - }, - "questID:3": 950, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:ice_pendant", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oIce Pendant§r" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/951.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/951.json deleted file mode 100644 index 3ea6b35f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/951.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!\n\n§fDespite being completely made out of ice, I don\u0027t think I can break this ring unless I purge all magic from it. doesn\u0027t seem to be getting any warmer either.", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:ice_ring", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Ice Ring" - } - }, - "questID:3": 951, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:ice_ring", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oIce Ring§r" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/952.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/952.json deleted file mode 100644 index 0a4b8819..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/952.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_gloves", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Phoenix Gloves" - } - }, - "questID:3": 952, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_gloves", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPhoenix Gloves§r" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/953.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/953.json deleted file mode 100644 index 40219068..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/953.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the aether and the gravitite enchanter!\n\n§fA longsword from the aether skies, this weapon kinda hurts your eyes to look at for long periods of time. along with a whole slew of other enchantments, its blade seems to constucted in such a way that the sun\u0027s light is absorbed by it, bouncing around inside it until it strikes something. any foe hit by this will be burned by the heat of the star while any undead will fall apart under its holy light.\n\nThis sword was first made on Diamerisma and was passed down as a heirloom to the Aether inhabitants. it was later made recursive as part of the aethers recursion experiments. They made a LOT of recursive objects most of them completely mundane or useless like zanite scupltures, paintings, iron cubes, and dirt houses, though there are a few useful trinkets which I may want to obtain for my collection.", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:holy_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dragnipur" - }, - "ench:9": { - "0:10": { - "id:2": 20, - "lvl:2": 4 - }, - "1:10": { - "id:2": 16, - "lvl:2": 45 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 22, - "lvl:2": 4 - }, - "5:10": { - "id:2": 21, - "lvl:2": 5 - }, - "6:10": { - "id:2": 17, - "lvl:2": 100 - } - } - } - }, - "name:8": "Durandal" - } - }, - "questID:3": 953, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:holy_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDurandal§r" - }, - "ench:9": { - "0:10": { - "id:3": 20, - "lvl:3": 4 - }, - "1:10": { - "id:3": 16, - "lvl:3": 45 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 22, - "lvl:3": 4 - }, - "5:10": { - "id:3": 21, - "lvl:3": 5 - }, - "6:10": { - "id:3": 17, - "lvl:3": 100 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/954.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/954.json deleted file mode 100644 index d6ce3c73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/954.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through thaumcraft, botania, abyssalcraft, woot, and deep mob learning.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:primal_cutter", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 39 - }, - "1:10": { - "id:2": 39, - "lvl:2": 100 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - } - } - } - }, - "name:8": "Primal Cutter" - } - }, - "questID:3": 954, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:primal_cutter", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oPrimal Cutter§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 39 - }, - "1:10": { - "id:3": 39, - "lvl:3": 100 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/955.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/955.json deleted file mode 100644 index f3ceeffd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/955.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFarm withers with deep mob learning, and obtain an aeldunari by progressing abyssalcraft.", - "icon:10": { - "Count:3": 1, - "id:8": "soulshardsrespawn:vile_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Soul Stealer" - }, - "ench:9": { - "0:10": { - "id:2": 82, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 6 - } - } - } - }, - "name:8": "Soul Stealer" - } - }, - "questID:3": 955, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "soulshardsrespawn:vile_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSoul Stealer§r" - }, - "ench:9": { - "0:10": { - "id:3": 85, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 6 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/956.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/956.json deleted file mode 100644 index 19f21eff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/956.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through bewitchment.\n\nTo complete this quest, the bow needs to be empty.\n\n§fThe flux-infused bow is already quite powerful, but demonic influence really make it shine! Enchanting a uncharged bow with demon parts, sigils, and dragon blood plastic turns it into Brave. a really good bow with life-stealing capablities.\n\nThe echo is a bit fuzzy but this bow was used by the nether inhabitants of Terra to defend aganist the interdimensional invaders. It wasn\u0027t enough to defeat them but its enough to help me now.", - "icon:10": { - "Count:3": 1, - "id:8": "redstonearsenal:tool.bow_flux", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Brave" - }, - "ench:9": { - "0:10": { - "id:2": 94, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 12 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 93, - "lvl:2": 1 - } - } - } - }, - "name:8": "Brave" - } - }, - "questID:3": 956, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "redstonearsenal:tool.bow_flux", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrave§r" - }, - "ench:9": { - "0:10": { - "id:2": 97, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 12 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 96, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/957.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/957.json deleted file mode 100644 index d7685e18..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/957.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.\n\n§fA bow made during the final days of the twilight forest, it was given to the archers of the final castle to defend against the oncoming crimson horde. Alas, it was not enough to protect them, but it is still quite the feat of warfare! The wood of the bow appears to be from a specialized form of tree grown by a nature mage that grows into the bow\u0027s shape and has the natural magic property of seeking foes. The string of the bow is full of Ender magic and imbues the arrows launched from it with a powerful, withering effect. The arrows meant for it have a crystal cluster tip and a carmite core that heals you from a distance, and the fletching seems to be a unique creeper spore-based propusion system that launces it like a rocket! Neat.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:seeker_bow", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Mirkwood Bow" - }, - "ench:9": { - "0:10": { - "id:2": 94, - "lvl:2": 6 - }, - "1:10": { - "id:2": 48, - "lvl:2": 18 - }, - "2:10": { - "id:2": 51, - "lvl:2": 1 - }, - "3:10": { - "id:2": 93, - "lvl:2": 1 - } - } - } - }, - "name:8": "Mirkwood Bow" - } - }, - "questID:3": 957, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:seeker_bow", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMirkwood Bow§r" - }, - "ench:9": { - "0:10": { - "id:3": 46, - "lvl:3": 6 - }, - "1:10": { - "id:3": 48, - "lvl:3": 18 - }, - "2:10": { - "id:3": 51, - "lvl:3": 1 - }, - "3:10": { - "id:3": 96, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/958.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/958.json deleted file mode 100644 index 6abda05b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/958.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:block_and_chain", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Morning Star" - }, - "ench:9": { - "0:10": { - "id:2": 20, - "lvl:2": 5 - }, - "1:10": { - "id:2": 16, - "lvl:2": 20 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 10 - } - } - } - }, - "name:8": "Morning Star" - } - }, - "questID:3": 958, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:block_and_chain", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMorning Star§r" - }, - "ench:9": { - "0:10": { - "id:3": 20, - "lvl:3": 5 - }, - "1:10": { - "id:3": 16, - "lvl:3": 20 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/959.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/959.json deleted file mode 100644 index 82b5459c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/959.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay tier 1 gaia guardian, farm gaia essence, and make the gaia altar.\n\n§fWhoever made this made a lot of it; I could barely figure out its full name, and that was the only information I could gleam from the echo. Judging by the materials used to make it, I\u0027d say that it was forged by the Asgardians to fight against the horde.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:thundersword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Thunderfury, Blessed Blade of the Windseeker" - }, - "ench:9": { - "0:10": { - "id:2": 20, - "lvl:2": 4 - }, - "1:10": { - "id:2": 16, - "lvl:2": 45 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 3 - }, - "4:10": { - "id:2": 22, - "lvl:2": 6 - } - } - } - }, - "name:8": "Thunderfury, Blessed Blade of the Windseeker" - } - }, - "questID:3": 959, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:thundersword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oThunderfury, Blessed Blade of the Windseeker§r" - }, - "ench:9": { - "0:10": { - "id:3": 20, - "lvl:3": 4 - }, - "1:10": { - "id:3": 16, - "lvl:3": 45 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 3 - }, - "4:10": { - "id:3": 22, - "lvl:3": 6 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/960.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/960.json deleted file mode 100644 index 5fafe150..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/960.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through blood magic.", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:sentient_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Soul Eater" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 50 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Soul Eater" - } - }, - "questID:3": 960, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:sentient_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSoul Eater§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 50 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/961.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/961.json deleted file mode 100644 index 7be2fd0e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/961.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the cleansing of vibe with the vibrating mithminite schyte.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:thyrsus", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Venomous Thyrsus" - }, - "ench:9": { - "0:10": { - "id:2": 107, - "lvl:2": 20 - }, - "1:10": { - "id:2": 16, - "lvl:2": 20 - } - } - } - }, - "name:8": "Venomous Thyrsus" - } - }, - "questID:3": 961, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:thyrsus", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVenomous Thyrsus§r" - }, - "ench:9": { - "0:10": { - "id:3": 109, - "lvl:3": 20 - }, - "1:10": { - "id:3": 16, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/962.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/962.json deleted file mode 100644 index 3e1da42a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/962.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_necromancy_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Necromancy Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Necromancy Flamberg" - } - }, - "questID:3": 962, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_necromancy_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oNecromancy Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/963.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/963.json deleted file mode 100644 index 6de635a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/963.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_healing_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Healing Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Healing Flamberg" - } - }, - "questID:3": 963, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_healing_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oHealing Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/964.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/964.json deleted file mode 100644 index 6ac0019d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/964.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_ice_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Ice Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Ice Flamberg" - } - }, - "questID:3": 964, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_ice_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oFire Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/965.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/965.json deleted file mode 100644 index b575fe5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/965.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_fire_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Fire Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Fire Flamberg" - } - }, - "questID:3": 965, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_fire_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oIce Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/966.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/966.json deleted file mode 100644 index 5667aad1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/966.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_nature_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Earth Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Nature Flamberg" - } - }, - "questID:3": 966, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_nature_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oNature Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/967.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/967.json deleted file mode 100644 index ccaf4131..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/967.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay king bambambam.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:vulcammer_maul", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 6 - }, - "1:10": { - "id:2": 56, - "lvl:2": 10 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 20, - "lvl:2": 10 - } - } - } - }, - "name:8": "Vulcammer Maul" - } - }, - "questID:3": 967, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:vulcammer_maul", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVulcammer Maul§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 6 - }, - "1:10": { - "id:3": 59, - "lvl:3": 10 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 20, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/968.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/968.json deleted file mode 100644 index 4b39df36..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/968.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_lightning_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Lightning Flamberg" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 55 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Lightning Flamberg" - } - }, - "questID:3": 968, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_lightning_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oLightning Flamberg§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 55 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/969.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/969.json deleted file mode 100644 index 26cab3f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/969.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay corallus.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:tidal_greatblade", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 25 - }, - "1:10": { - "id:2": 56, - "lvl:2": 10 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 22, - "lvl:2": 10 - } - } - } - }, - "name:8": "Tidal Greatblade" - } - }, - "questID:3": 969, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:tidal_greatblade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oTidal Greatblade§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 25 - }, - "1:10": { - "id:3": 59, - "lvl:3": 10 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 22, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/970.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/970.json deleted file mode 100644 index cb51fad0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/970.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat the watcher, and progress through the twilight forest.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_greatblade", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Vorpal Sword" - }, - "ench:9": { - "0:10": { - "id:2": 94, - "lvl:2": 3 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 22, - "lvl:2": 10 - } - } - } - }, - "name:8": "Vorpal Sword" - } - }, - "questID:3": 970, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_greatblade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVorpal Sword§r" - }, - "ench:9": { - "0:10": { - "id:3": 94, - "lvl:3": 3 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 22, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/971.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/971.json deleted file mode 100644 index bc603c91..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/971.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay smash.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:limonite_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Biggus Yeetus" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 29 - }, - "1:10": { - "id:2": 34, - "lvl:2": 3 - }, - "2:10": { - "id:2": 19, - "lvl:2": 49 - } - } - } - }, - "name:8": "Biggus Yeetus" - } - }, - "questID:3": 971, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:limonite_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBiggus Yeetus§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 29 - }, - "1:10": { - "id:3": 34, - "lvl:3": 3 - }, - "2:10": { - "id:3": 19, - "lvl:3": 49 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/972.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/972.json deleted file mode 100644 index 77497be1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/972.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through abyssalcraft.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:soulreaper", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Vrangr" - }, - "ench:9": { - "0:10": { - "id:2": 93, - "lvl:2": 16 - }, - "1:10": { - "id:2": 22, - "lvl:2": 10 - }, - "2:10": { - "id:2": 34, - "lvl:2": 5 - }, - "3:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Vrangr" - } - }, - "questID:3": 972, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:soulreaper", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oVrangr§r" - }, - "ench:9": { - "0:10": { - "id:3": 96, - "lvl:3": 16 - }, - "1:10": { - "id:3": 22, - "lvl:3": 10 - }, - "2:10": { - "id:3": 34, - "lvl:3": 5 - }, - "3:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/973.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/973.json deleted file mode 100644 index aa992c87..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/973.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUncover the mystery of rhenia.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamuraihelmet", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Stinger Samurai Helm" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 1 - }, - "1:10": { - "id:2": 34, - "lvl:2": 15 - }, - "2:10": { - "id:2": 7, - "lvl:2": 55 - } - } - } - }, - "name:8": "Stinger Samurai Helm" - } - }, - "questID:3": 973, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamuraihelmet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oStinger Samurai Helm§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 1 - }, - "1:10": { - "id:3": 34, - "lvl:3": 15 - }, - "2:10": { - "id:3": 7, - "lvl:3": 55 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/974.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/974.json deleted file mode 100644 index 2be70d22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/974.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through thaumcraft and astral sorcery, explore the aether.\n\nThis super-enchanted recipe is a bit annoying to see, check for uses for the neromantic prime to see it easily!\n\n§fOne day staring up into the night sky you finally understood a longing you had in the back of your mind. You belong to the stars, you always have. You understood that scientifically a long time… now your understanding is almost spiritual. When you look at the sky the constellations pop out at you announcing their presence like old friends reaching out to reconnect with you.\n\nReaching those skies was your first idea, but Terra’s atmosphere is littered with asteroids it would be nearly impossible to breach that through conventional means, so instead you devised a way to bring the stars to you, and wrap yourself in them. ", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcape", - "tag:10": { - "RepairCost:3": 1, - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - }, - "ench:9": { - "0:10": { - "id:2": 0, - "lvl:2": 10 - }, - "1:10": { - "id:2": 1, - "lvl:2": 10 - }, - "2:10": { - "id:2": 30, - "lvl:2": 30 - }, - "3:10": { - "id:2": 34, - "lvl:2": 100 - }, - "4:10": { - "id:2": 70, - "lvl:2": 1 - }, - "5:10": { - "id:2": 3, - "lvl:2": 10 - }, - "6:10": { - "id:2": 4, - "lvl:2": 10 - } - } - } - }, - "name:8": "Mantle of Stars" - } - }, - "questID:3": 974, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcape", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - }, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oMantle of the Stars§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 1, - "lvl:3": 10 - }, - "2:10": { - "id:3": 30, - "lvl:3": 30 - }, - "3:10": { - "id:3": 34, - "lvl:3": 100 - }, - "4:10": { - "id:3": 70, - "lvl:3": 6 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - }, - "6:10": { - "id:3": 4, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockborehead" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/975.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/975.json deleted file mode 100644 index 147315d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/975.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through the twilight forest, and make a carminite empowerer.", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:minotaur_axe", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Axe of Savagery" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 20 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 10 - }, - "3:10": { - "id:2": 79, - "lvl:2": 4 - } - } - } - }, - "name:8": "Axe of Savagery" - } - }, - "questID:3": 975, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:minotaur_axe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oAxe of Savagery§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 20 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 10 - }, - "3:10": { - "id:3": 80, - "lvl:3": 4 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/976.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/976.json deleted file mode 100644 index e5cb3411..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/976.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through abyssalcraft, and make the valonite gateway.", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:shockwave_sword", - "tag:10": { - "RepairCost:3": 1, - "cooldown:3": 0, - "display:10": { - "Name:8": "Sword of the Swamps" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 45 - }, - "1:10": { - "id:2": 34, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 22, - "lvl:2": 4 - }, - "4:10": { - "id:2": 52, - "lvl:2": 3 - } - }, - "uses:3": 0 - } - }, - "name:8": "Sword of the Swamps" - } - }, - "questID:3": 976, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:shockwave_sword", - "tag:10": { - "cooldown:3": 0, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSword of the Swamps§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 45 - }, - "1:10": { - "id:3": 34, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 22, - "lvl:3": 4 - }, - "4:10": { - "id:3": 52, - "lvl:3": 3 - } - }, - "uses:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/977.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/977.json deleted file mode 100644 index ffd7878e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/977.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some awakened draconium.", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonbone_sword_ice", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Brisingr" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 22, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 21, - "lvl:2": 4 - }, - "5:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "name:8": "Brisingr" - } - }, - "questID:3": 977, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonbone_sword_ice", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrisingr§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 22, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 21, - "lvl:3": 4 - }, - "5:10": { - "id:3": 83, - "lvl:3": 15 - }, - "6:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/978.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/978.json deleted file mode 100644 index 056722d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/978.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some awakened draconium.", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonbone_sword_fire", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Zar\u0027Roc" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 75 - }, - "1:10": { - "id:2": 22, - "lvl:2": 3 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 21, - "lvl:2": 4 - }, - "5:10": { - "id:2": 19, - "lvl:2": 2 - } - } - } - }, - "name:8": "Zar\u0027Roc" - } - }, - "questID:3": 978, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonbone_sword_fire", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oZar\u0027Roc§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 75 - }, - "1:10": { - "id:3": 22, - "lvl:3": 3 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 21, - "lvl:3": 4 - }, - "5:10": { - "id:3": 83, - "lvl:3": 15 - }, - "6:10": { - "id:3": 19, - "lvl:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/979.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/979.json deleted file mode 100644 index 12c2ec15..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/979.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 943, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtain the trust of the rhenia bees, and conquer finem.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:lawsword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "K-Room" - }, - "ench:9": { - "0:10": { - "id:2": 98, - "lvl:2": 6 - } - } - } - }, - "name:8": "K-Room" - } - }, - "questID:3": 979, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:lawsword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oK-Room§r" - }, - "ench:9": { - "0:10": { - "id:3": 101, - "lvl:3": 16 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/980.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/980.json deleted file mode 100644 index ed240d51..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/980.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the elder spider in apichisi.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:boomerang", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Superoomerang" - }, - "ench:9": { - "0:10": { - "id:2": 25, - "lvl:2": 1 - }, - "1:10": { - "id:2": 27, - "lvl:2": 10 - }, - "2:10": { - "id:2": 27, - "lvl:2": 10 - }, - "3:10": { - "id:2": 26, - "lvl:2": 10 - }, - "4:10": { - "id:2": 24, - "lvl:2": 10 - } - } - } - }, - "name:8": "Superoomerang" - } - }, - "questID:3": 980, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:boomerang", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSuperoomerang§r" - }, - "ench:9": { - "0:10": { - "id:3": 25, - "lvl:3": 1 - }, - "1:10": { - "id:3": 27, - "lvl:3": 20 - }, - "2:10": { - "id:3": 27, - "lvl:3": 20 - }, - "3:10": { - "id:3": 26, - "lvl:3": 20 - }, - "4:10": { - "id:3": 23, - "lvl:3": 20 - }, - "5:10": { - "id:3": 24, - "lvl:3": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/981.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/981.json deleted file mode 100644 index 2cd58030..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/981.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through abyssalcraft, and make the valonite gateway.", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_chestplate", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Eonic Chestplate" - }, - "ench:9": { - "0:10": { - "id:2": 0, - "lvl:2": 5 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Eonic Armor" - } - }, - "questID:3": 981, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_helmet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_chestplate", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_leggings", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_boots", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oEonic Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 5 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/982.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/982.json deleted file mode 100644 index 6b193c3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/982.json +++ /dev/null @@ -1,325 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 944, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the fallen tower garnet puzzle, and collect a lot of resources.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 100 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 69, - "lvl:2": 10 - }, - "4:10": { - "id:2": 72, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - }, - "7:10": { - "id:2": 34, - "lvl:2": 200 - }, - "8:10": { - "id:2": 30, - "lvl:2": 10 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - }, - "10:10": { - "id:2": 7, - "lvl:2": 200 - }, - "11:10": { - "id:2": 88, - "lvl:2": 1 - } - } - } - }, - "name:8": "Sacrifice Metal Armor" - } - }, - "questID:3": 982, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_head", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - }, - "11:10": { - "id:3": 112, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_chest", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - }, - "11:10": { - "id:3": 91, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_legs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_feet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSacrifice Metal Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 10 - }, - "1:10": { - "id:3": 0, - "lvl:3": 100 - }, - "2:10": { - "id:3": 4, - "lvl:3": 10 - }, - "3:10": { - "id:3": 74, - "lvl:3": 10 - }, - "4:10": { - "id:3": 75, - "lvl:3": 10 - }, - "5:10": { - "id:3": 1, - "lvl:3": 10 - }, - "6:10": { - "id:3": 3, - "lvl:3": 10 - }, - "7:10": { - "id:3": 34, - "lvl:3": 200 - }, - "8:10": { - "id:3": 30, - "lvl:3": 10 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - }, - "10:10": { - "id:3": 7, - "lvl:3": 200 - }, - "11:10": { - "id:3": 2, - "lvl:3": 500 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/983.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/983.json deleted file mode 100644 index 441a3003..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/983.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 997 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through bewitchment.", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:spider_t_shirt", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Someone\u0027s Costume" - }, - "ench:9": { - "0:10": { - "id:2": 0, - "lvl:2": 9 - }, - "1:10": { - "id:2": 34, - "lvl:2": 5 - }, - "2:10": { - "id:2": 46, - "lvl:2": 10 - }, - "3:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Someone\u0027s Costume" - } - }, - "questID:3": 983, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:spider_t_shirt", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oSomeone\u0027s Costume§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 9 - }, - "1:10": { - "id:3": 34, - "lvl:3": 5 - }, - "2:10": { - "id:3": 46, - "lvl:3": 10 - }, - "3:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/984.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/984.json deleted file mode 100644 index e4f65b44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/984.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the ancient entity, and obtain the manastone in the deep dark.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_leggings", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Thorns of Villany" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 1 - }, - "1:10": { - "id:2": 34, - "lvl:2": 15 - }, - "2:10": { - "id:2": 7, - "lvl:2": 30 - } - } - } - }, - "name:8": "Thorns of Villany" - } - }, - "questID:3": 984, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_leggings", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oThorns of Villainy§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 1 - }, - "1:10": { - "id:3": 34, - "lvl:3": 15 - }, - "2:10": { - "id:3": 7, - "lvl:3": 30 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/985.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/985.json deleted file mode 100644 index c3f54bdf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/985.json +++ /dev/null @@ -1,289 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProgress through blood magic.\n\n§fA memory of pain, a memory of power...\n\n§fBlood drips from your fingertips, you are tired, the type of tired sleep can’t fix.\n\nThe life of countless souls litters the altar, and yet more keep piling up. Some came looking for power, some for relief, but all, in the end, gave their life just to be taken by the dark crimson metal. And yet, you still climb up to the top, the cycle cannot stop, it will not stop...\n\nBlood given form. Blood given purpose. forged with the souls of the damned… here you stand on an altar forging your first statement against the one who took away your right to die.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 4 - }, - "1:10": { - "id:2": 0, - "lvl:2": 10 - }, - "2:10": { - "id:2": 4, - "lvl:2": 4 - }, - "3:10": { - "id:2": 69, - "lvl:2": 4 - }, - "4:10": { - "id:2": 72, - "lvl:2": 4 - }, - "5:10": { - "id:2": 1, - "lvl:2": 4 - }, - "6:10": { - "id:2": 3, - "lvl:2": 4 - }, - "7:10": { - "id:2": 34, - "lvl:2": 100 - }, - "8:10": { - "id:2": 30, - "lvl:2": 2 - }, - "9:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Bloodmaster Armor" - } - }, - "questID:3": 985, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_head", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_chest", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_legs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_feet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBloodmaster Metal Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 76, - "lvl:3": 4 - }, - "1:10": { - "id:3": 0, - "lvl:3": 10 - }, - "2:10": { - "id:3": 4, - "lvl:3": 4 - }, - "3:10": { - "id:3": 74, - "lvl:3": 4 - }, - "4:10": { - "id:3": 75, - "lvl:3": 4 - }, - "5:10": { - "id:3": 1, - "lvl:3": 4 - }, - "6:10": { - "id:3": 3, - "lvl:3": 4 - }, - "7:10": { - "id:3": 34, - "lvl:3": 100 - }, - "8:10": { - "id:3": 30, - "lvl:3": 2 - }, - "9:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/986.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/986.json deleted file mode 100644 index af47e01e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/986.json +++ /dev/null @@ -1,213 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 945, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGet your hands on some materials from the third mythic shell.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_chest", - "tag:10": { - "ench:9": { - "0:10": { - "id:2": 73, - "lvl:2": 10 - }, - "1:10": { - "id:2": 0, - "lvl:2": 20 - }, - "2:10": { - "id:2": 4, - "lvl:2": 10 - }, - "3:10": { - "id:2": 69, - "lvl:2": 10 - }, - "4:10": { - "id:2": 72, - "lvl:2": 10 - }, - "5:10": { - "id:2": 1, - "lvl:2": 10 - }, - "6:10": { - "id:2": 3, - "lvl:2": 10 - } - } - } - }, - "name:8": "Brightsteel Armor" - } - }, - "questID:3": 986, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_head", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Helmet§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_chest", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Chestplate§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_legs", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Leggings§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_feet", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBrightsteel Boots§r" - }, - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:3": 10 - }, - "1:10": { - "id:3": 4, - "lvl:3": 20 - }, - "2:10": { - "id:3": 74, - "lvl:3": 10 - }, - "3:10": { - "id:3": 75, - "lvl:3": 10 - }, - "4:10": { - "id:3": 1, - "lvl:3": 10 - }, - "5:10": { - "id:3": 3, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/987.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/987.json deleted file mode 100644 index cb53a2af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/987.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 940, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollect the elder coins, they can all be found in the overworld.\n\n§fEngraving the sigls of the great old ones and the outer gods onto a divine shickaxe with pyrite grants it a fraction (of a fraction of a refection of a..) of their destructive might! \nThe echo of this one\u0027s creatiton is very faint, this power must have been used quite a few times. \nAll i can get out of it is that it was used by Terra to mine in the deep dark during a past war, when the testificates first became aware of dimensional shards.\nIt must have been a dire situation for Terra to use the might of the elder ones in their mining tools.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Direpick" - }, - "ench:9": { - "0:10": { - "id:2": 32, - "lvl:2": 20 - } - } - } - }, - "name:8": "Direpick" - } - }, - "questID:3": 987, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDirepick§r" - }, - "ench:9": { - "0:10": { - "id:2": 32, - "lvl:2": 20 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/988.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/988.json deleted file mode 100644 index e59c3b10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/988.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 940, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFarm some EMC!\n\n§fPut a massive amount of EMC into an extra large graphite electrode and it becomes practicly unbreakable! I felt almost no echo of this ones creation, it must have been mass-produced or something. I dont have much use for this by itself but maybe i could use its unbreakable properties.", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:graphite_electrode", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Doped Electrode" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 233 - } - } - } - }, - "name:8": "Doped Electrode" - } - }, - "questID:3": 988, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:graphite_electrode", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDoped Electrode§r" - }, - "ench:9": { - "0:10": { - "id:3": 34, - "lvl:3": 233 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/989.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/989.json deleted file mode 100644 index 037a2a7f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/989.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the scorcher, farm some nether stars, breed some bees.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:slime_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Jerry\u0027s Sword" - }, - "ench:9": { - "0:10": { - "id:2": 34, - "lvl:2": 100 - } - } - } - }, - "name:8": "Jerry\u0027s Sword" - } - }, - "questID:3": 989, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:slime_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oJerry\u0027s Sword§r" - }, - "ench:9": { - "0:10": { - "id:3": 34, - "lvl:3": 125 - }, - "1:10": { - "id:3": 39, - "lvl:3": 50 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/990.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/990.json deleted file mode 100644 index 4906c05d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/990.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay tier 2 and 3 gaia guardians, and slay the bosses in the dungeon of arcana.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:arcanite_blade", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Arcanium Blade" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 57 - }, - "1:10": { - "id:2": 34, - "lvl:2": 6 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Arcanium Blade" - } - }, - "questID:3": 990, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:arcanite_blade", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oArcanium Blade§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 57 - }, - "1:10": { - "id:3": 34, - "lvl:3": 6 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/991.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/991.json deleted file mode 100644 index 00a0b342..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/991.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 995 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSlay the ayeracos, and farm ender dragons with deep mob learning.\n\n§fA legendary sword forged by the finest blacksmiths of the end and wielded by Lucard, the first commander of Terra\u0027s united army. The original was made during peacetime as a symbol of Terra\u0027s pride. It was recursed to be used by Terran commanders as a ceremonial sword.\nIt is infused with the essence of native end dragons and enchanted with soul-binding magic.\n", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:black_ender_sword", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Blade of Terra" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 37 - }, - "1:10": { - "id:2": 46, - "lvl:2": 1 - }, - "2:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Blade of Terra" - } - }, - "questID:3": 991, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:black_ender_sword", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oBlade of Terra§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 37 - }, - "1:10": { - "id:3": 46, - "lvl:3": 1 - }, - "2:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/992.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/992.json deleted file mode 100644 index e226f4d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/992.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMake the dragonfire crucible. ", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:stymphalian_bird_dagger", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Dagger of the Skies" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 27 - }, - "1:10": { - "id:2": 70, - "lvl:2": 1 - }, - "2:10": { - "id:2": 34, - "lvl:2": 10 - } - } - } - }, - "name:8": "Dagger of the Skies" - } - }, - "questID:3": 992, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:stymphalian_bird_dagger", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oDagger of the Skies§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 27 - }, - "1:10": { - "id:3": 70, - "lvl:3": 1 - }, - "2:10": { - "id:3": 34, - "lvl:3": 10 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/993.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/993.json deleted file mode 100644 index 5e104da3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/993.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 941, - 996 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§o§7§oSlay the watcher, and defeat mobs in iceika.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:crabclaw_maul", - "tag:10": { - "RepairCost:3": 1, - "display:10": { - "Name:8": "Crabsmasher Maul" - }, - "ench:9": { - "0:10": { - "id:2": 16, - "lvl:2": 27 - }, - "1:10": { - "id:2": 22, - "lvl:2": 20 - }, - "2:10": { - "id:2": 84, - "lvl:2": 5 - }, - "3:10": { - "id:2": 34, - "lvl:2": 5 - }, - "4:10": { - "id:2": 70, - "lvl:2": 1 - } - } - } - }, - "name:8": "Crabsmasher Maul" - } - }, - "questID:3": 993, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:crabclaw_maul", - "tag:10": { - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oCrabsmasher Maul§r" - }, - "ench:9": { - "0:10": { - "id:3": 16, - "lvl:3": 27 - }, - "1:10": { - "id:3": 22, - "lvl:3": 20 - }, - "2:10": { - "id:3": 87, - "lvl:3": 5 - }, - "3:10": { - "id:3": 34, - "lvl:3": 5 - }, - "4:10": { - "id:3": 70, - "lvl:3": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/994.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/994.json deleted file mode 100644 index 59b5b93e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/994.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 942, - 998 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:bayonette_rifle", - "tag:10": { - "HideFlags:1": 2, - "RepairCost:3": 1, - "display:10": { - "Name:8": "Gun Devil Tribute" - }, - "ench:9": { - "0:10": { - "id:2": 70, - "lvl:2": 3 - }, - "1:10": { - "id:2": 53, - "lvl:2": 1 - }, - "2:10": { - "id:2": 59, - "lvl:2": 15 - }, - "3:10": { - "id:2": 58, - "lvl:2": 3 - } - } - } - }, - "name:8": "Gun Devil Tribute" - } - }, - "questID:3": 994, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:bayonette_rifle", - "tag:10": { - "HideFlags:1": 2, - "display:10": { - "Lore:9": { - "0:8": "§d§oSuper-Enchanted§r" - }, - "Name:8": "§6§oGun Devil Tribute§r" - }, - "ench:9": { - "0:10": { - "id:3": 70, - "lvl:3": 3 - }, - "1:10": { - "id:3": 56, - "lvl:3": 1 - }, - "2:10": { - "id:3": 64, - "lvl:3": 15 - }, - "3:10": { - "id:3": 63, - "lvl:3": 3 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/995.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/995.json deleted file mode 100644 index ab094caa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/995.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "name:8": "Great" - } - }, - "questID:3": 995, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/996.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/996.json deleted file mode 100644 index fc6b9d79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/996.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "name:8": "Good" - } - }, - "questID:3": 996, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/997.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/997.json deleted file mode 100644 index 35b62176..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/997.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - }, - "name:8": "Flavor" - } - }, - "questID:3": 997, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/998.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/998.json deleted file mode 100644 index 70f3b122..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/998.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 999 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - }, - "name:8": "OK" - } - }, - "questID:3": 998, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/11/999.json b/config - Copy/betterquesting/DefaultQuests/Quests/11/999.json deleted file mode 100644 index 37ee498d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/11/999.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis pack contains some special recipes! \n\nThese allow you to obtain high level enchantments that you cannot obtain otherwise.\n\nThis quest tab lists all of the super-enchanted recipes available in each chapter, and it highlights the best ones at each tier.\n\nJEI can also be used to find these recipe, just type \u0027super-enchanted\u0027!\n\nAll high level enchants can be stripped off and they can be applied to other pieces of gear (with some limitations). This can be done using the enchantment applicator and extractor from industrial foregoing, or using the enchanter from botania.\n\n§fIt seems objects can be recursive too! But with some key differences. These recursive objects need to be imprinted on another object that is similar-ish to it. This is typically done using a method that is a bit like enchanting but with much more physical matter. (There are exceptions to this.)\n\nOnce the base object is imprinted, it takes on the exact properties and appearance of the object the moment it became recursive.\n\nA strange thing I\u0027ve noticed is that when I first pick up the recursive item, I receive a... memory? vision? echo? of the item\u0027s creation and use throughout history. The more times an object is imprinted, the fuzzier this echo becomes. There is not much practical use for this, but it sure is neat!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_hood", - "tag:10": { - "RepairCost:3": 1, - "ench:9": { - "0:10": { - "id:3": 30, - "lvl:2": 2 - }, - "1:10": { - "id:3": 69, - "lvl:2": 10 - } - } - } - }, - "name:8": "Super-Enchanting" - } - }, - "questID:3": 999, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1000674322.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1000674322.json deleted file mode 100644 index 756232c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1000674322.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:kami_chest" - }, - "name:8": "Awakened Kamicloth" - } - }, - "questID:3": 1000674322, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:kami_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:kami_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:kami_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:kami_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1160.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1160.json deleted file mode 100644 index 6bf8fd3b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1160.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "railcraft:armor_goggles" - }, - "name:8": "Trackman Goggles" - } - }, - "questID:3": 1160, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "railcraft:armor_goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1586.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1586.json deleted file mode 100644 index 0057204f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1586.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 13 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§8§7§oThis quest tab lists all of the armor sets available in each chapter.\n\nThe enchantments on your armor are more important than the armor you wear, and it is possible to make good builds with pretty much any set!\n\nBonus points if you collect them all!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_chestplate" - }, - "name:8": "The Meatballcraft Armory" - } - }, - "questID:3": 1586, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1587.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1587.json deleted file mode 100644 index 6d517263..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1587.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 1" - } - }, - "questID:3": 1587, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1588.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1588.json deleted file mode 100644 index 4f3c5297..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1588.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_chestplate" - }, - "name:8": "Bedrock" - } - }, - "questID:3": 1588, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:bedrock_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1589.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1589.json deleted file mode 100644 index 156611d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1589.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_fire_chestplate" - }, - "name:8": "Fire Dragonsteel" - } - }, - "questID:3": 1589, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_fire_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_fire_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_fire_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_fire_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1590.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1590.json deleted file mode 100644 index 2332f325..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1590.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_ice_chestplate" - }, - "name:8": "Ice Dragonsteel" - } - }, - "questID:3": 1590, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_ice_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_ice_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_ice_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_ice_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1591.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1591.json deleted file mode 100644 index f7b5484a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1591.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_robe" - }, - "name:8": "Mithminite" - } - }, - "questID:3": 1591, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_hood" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_robe" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_belt" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumadditions:mithminite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1592.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1592.json deleted file mode 100644 index 4f985c9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1592.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "name:8": "Great" - } - }, - "questID:3": 1592, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1593.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1593.json deleted file mode 100644 index ee888855..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1593.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcape", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - } - } - }, - "name:8": "Mantle of Stars" - } - }, - "questID:3": 1593, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcape", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.armara" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1594.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1594.json deleted file mode 100644 index e218f100..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1594.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_chestplate" - }, - "name:8": "Ender" - } - }, - "questID:3": 1594, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1595.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1595.json deleted file mode 100644 index 2367dec8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1595.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 2" - } - }, - "questID:3": 1595, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1596.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1596.json deleted file mode 100644 index 65ebe51c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1596.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_emerald" - }, - "name:8": "Emerald" - } - }, - "questID:3": 1596, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_emerald" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_emerald" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_emerald" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1597.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1597.json deleted file mode 100644 index 84e4edb4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1597.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "name:8": "Good" - } - }, - "questID:3": 1597, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1598.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1598.json deleted file mode 100644 index d02b240d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1598.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - }, - "name:8": "OK" - } - }, - "questID:3": 1598, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1599.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1599.json deleted file mode 100644 index 34600c1d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1599.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - }, - "name:8": "Cosmetic" - } - }, - "questID:3": 1599, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1600.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1600.json deleted file mode 100644 index 370fedab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1600.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_green" - }, - "name:8": "Emeradic" - } - }, - "questID:3": 1600, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_crystal_green" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_green" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_crystal_green" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_crystal_green" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1601.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1601.json deleted file mode 100644 index eafcfb3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1601.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_light_blue" - }, - "name:8": "Diamatine" - } - }, - "questID:3": 1601, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_crystal_light_blue" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_light_blue" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_crystal_light_blue" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_crystal_light_blue" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1602.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1602.json deleted file mode 100644 index 896a885f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1602.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_desert_chestplate" - }, - "name:8": "Desert Myrmex" - } - }, - "questID:3": 1602, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_desert_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_desert_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_desert_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_desert_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1603.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1603.json deleted file mode 100644 index a0b02daa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1603.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_jungle_chestplate" - }, - "name:8": "Jungle Myrmex" - } - }, - "questID:3": 1603, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_jungle_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_jungle_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_jungle_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_jungle_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1604.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1604.json deleted file mode 100644 index a40a2a4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1604.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_bronze_chestplate" - }, - "name:8": "Bronze Dragon" - } - }, - "questID:3": 1604, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_bronze_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_bronze_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_bronze_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_bronze_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1605.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1605.json deleted file mode 100644 index f39521b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1605.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_red_chestplate" - }, - "name:8": "Red Dragon" - } - }, - "questID:3": 1605, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_red_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_red_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_red_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_red_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1606.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1606.json deleted file mode 100644 index b8b1a33e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1606.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_chestplate", - "tag:10": {} - }, - "name:8": "Supremium" - } - }, - "questID:3": 1606, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_helmet", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_chestplate", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_leggings", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:supremium_boots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1607.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1607.json deleted file mode 100644 index b1ba8401..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1607.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:purple_chestplate" - }, - "name:8": "Crystallized Obsidian" - } - }, - "questID:3": 1607, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:purple_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "cyclicmagic:purple_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "cyclicmagic:purple_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "cyclicmagic:purple_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1608.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1608.json deleted file mode 100644 index ff649a8a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1608.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:obsidian_chestplate" - }, - "name:8": "Sky Obsidian" - } - }, - "questID:3": 1608, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:obsidian_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aether_legacy:obsidian_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aether_legacy:obsidian_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "aether_legacy:obsidian_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1609.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1609.json deleted file mode 100644 index 6e431c08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1609.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_chestplate" - }, - "name:8": "Corrupted" - } - }, - "questID:3": 1609, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:corrupted_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1610.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1610.json deleted file mode 100644 index 1e103fe6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1610.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:elite_realmite_chestplate" - }, - "name:8": "Elite Realmite" - } - }, - "questID:3": 1610, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:elite_realmite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:elite_realmite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:elite_realmite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:elite_realmite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1611.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1611.json deleted file mode 100644 index 44a55e94..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1611.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumplate" - }, - "name:8": "Dreadium" - } - }, - "questID:3": 1611, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumhelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumlegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1612.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1612.json deleted file mode 100644 index 0de01ea1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1612.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamuraiplate" - }, - "name:8": "Dreadium Samurai" - } - }, - "questID:3": 1612, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamuraihelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamuraiplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamurailegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dreadiumsamuraiboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1613.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1613.json deleted file mode 100644 index 218c220d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1613.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corplate" - }, - "name:8": "Refined Coralium" - } - }, - "questID:3": 1613, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corhelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corlegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1614.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1614.json deleted file mode 100644 index 9da254ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1614.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dplate" - }, - "name:8": "Dreaded Abyssalnite" - } - }, - "questID:3": 1614, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dhelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dlegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1615.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1615.json deleted file mode 100644 index 8b0ac99f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1615.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_boron_nitride" - }, - "name:8": "Boron Nitride" - } - }, - "questID:3": 1615, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_boron_nitride" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_boron_nitride" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_boron_nitride" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_boron_nitride" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1616.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1616.json deleted file mode 100644 index 85402b6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1616.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_chest" - }, - "name:8": "Osiris" - } - }, - "questID:3": 1616, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1617.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1617.json deleted file mode 100644 index 09a00e26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1617.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_chest" - }, - "name:8": "Ptah" - } - }, - "questID:3": 1617, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1618.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1618.json deleted file mode 100644 index b8716d86..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1618.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_chest" - }, - "name:8": "Hator" - } - }, - "questID:3": 1618, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1619.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1619.json deleted file mode 100644 index 5d808229..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1619.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_chest" - }, - "name:8": "Europa" - } - }, - "questID:3": 1619, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1620.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1620.json deleted file mode 100644 index c1fe4b26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1620.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_chest" - }, - "name:8": "Oi" - } - }, - "questID:3": 1620, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1621.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1621.json deleted file mode 100644 index b55ba4b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1621.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:anima_chestplate" - }, - "name:8": "Anima" - } - }, - "questID:3": 1621, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:anima_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:anima_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:anima_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:anima_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1622.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1622.json deleted file mode 100644 index 203f8273..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1622.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:alchemy_chestplate" - }, - "name:8": "Alchemy" - } - }, - "questID:3": 1622, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:alchemy_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:alchemy_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:alchemy_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:alchemy_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1623.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1623.json deleted file mode 100644 index d47e42e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1623.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_alloy_chest" - }, - "name:8": "Phasing Alloy" - } - }, - "questID:3": 1623, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_alloy_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_alloy_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_alloy_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:phasing_alloy_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1624.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1624.json deleted file mode 100644 index 7c2b2acc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1624.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_plate_chest" - }, - "name:8": "Wrought Plate" - } - }, - "questID:3": 1624, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_plate_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_plate_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_plate_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:wrought_plate_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1625.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1625.json deleted file mode 100644 index db2bb67d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1625.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_chest" - }, - "name:8": "Vibranium" - } - }, - "questID:3": 1625, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:vibranium_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1626.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1626.json deleted file mode 100644 index 2ee60b1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1626.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:steel_armor_chest" - }, - "name:8": "Immersive Steel" - } - }, - "questID:3": 1626, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:steel_armor_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "immersiveengineering:steel_armor_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "immersiveengineering:steel_armor_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "immersiveengineering:steel_armor_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1627.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1627.json deleted file mode 100644 index 014b9ee4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1627.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_white" - }, - "name:8": "Enori Crystal" - } - }, - "questID:3": 1627, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_crystal_white" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_white" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_crystal_white" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_crystal_white" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1628.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1628.json deleted file mode 100644 index b6622311..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1628.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_quartz" - }, - "name:8": "Black Quartz" - } - }, - "questID:3": 1628, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_quartz" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_quartz" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_quartz" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1629.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1629.json deleted file mode 100644 index 476c5df6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1629.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_red" - }, - "name:8": "Restonia" - } - }, - "questID:3": 1629, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_crystal_red" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_red" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_crystal_red" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_crystal_red" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1630.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1630.json deleted file mode 100644 index 5212659f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1630.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_blue" - }, - "name:8": "Palis" - } - }, - "questID:3": 1630, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_crystal_blue" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_blue" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_crystal_blue" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_crystal_blue" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1631.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1631.json deleted file mode 100644 index d475bdb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1631.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:cold_iron_chestplate" - }, - "name:8": "Cold Iron" - } - }, - "questID:3": 1631, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:cold_iron_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:cold_iron_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:cold_iron_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:cold_iron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1632.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1632.json deleted file mode 100644 index 1f2c45e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1632.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:manasteelchest", - "tag:10": {} - }, - "name:8": "Manasteel" - } - }, - "questID:3": 1632, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:manasteelhelm" - }, - "1:10": { - "Count:3": 1, - "id:8": "botania:manasteelchest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "botania:manasteellegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "id:8": "botania:manasteelboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1633.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1633.json deleted file mode 100644 index c41e9e09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1633.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:elementiumchest" - }, - "name:8": "Elementium" - } - }, - "questID:3": 1633, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:elementiumhelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "botania:elementiumchest" - }, - "2:10": { - "Count:3": 1, - "id:8": "botania:elementiumlegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "id:8": "botania:elementiumboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1634.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1634.json deleted file mode 100644 index 0799617f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1634.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:fortress_chest" - }, - "name:8": "Thaumium Fortress" - } - }, - "questID:3": 1634, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:fortress_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:fortress_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:fortress_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:traveller_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1635.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1635.json deleted file mode 100644 index 49982b6a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1635.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_plate_chest" - }, - "name:8": "Crimson" - } - }, - "questID:3": 1635, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_plate_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_plate_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_plate_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1636.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1636.json deleted file mode 100644 index 1d08c1ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1636.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_chestplate" - }, - "name:8": "Eden" - } - }, - "questID:3": 1636, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1637.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1637.json deleted file mode 100644 index a84fbe86..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1637.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_token_chest" - }, - "name:8": "Abyss Token" - } - }, - "questID:3": 1637, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyss_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1638.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1638.json deleted file mode 100644 index 98f481ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1638.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:baron_token_chest" - }, - "name:8": "Baron Token" - } - }, - "questID:3": 1638, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:baron_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:baron_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:baron_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:baron_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1639.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1639.json deleted file mode 100644 index ba27d16b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1639.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_token_chest" - }, - "name:8": "Creeponia Token" - } - }, - "questID:3": 1639, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:creeponia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1640.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1640.json deleted file mode 100644 index b5558c2b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1640.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_token_chest" - }, - "name:8": "Deeplands Token" - } - }, - "questID:3": 1640, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:deeplands_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1641.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1641.json deleted file mode 100644 index c4054bd5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1641.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "name:8": "Radiation-Absorbing" - } - }, - "questID:3": 1641, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Helmet" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Chestplate" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Leggings" - }, - "ncRadiationResistance:6": 100.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_lead", - "tag:10": { - "display:10": { - "Name:8": "Radiation-Absorbing Boots" - }, - "ncRadiationResistance:6": 100.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1646.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1646.json deleted file mode 100644 index a52ee0f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1646.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Prevents electrocution, but you\u0027re probably not going to need this!", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:faraday_suit_chest" - }, - "name:8": "Faraday" - } - }, - "questID:3": 1646, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:faraday_suit_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "immersiveengineering:faraday_suit_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "immersiveengineering:faraday_suit_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "immersiveengineering:faraday_suit_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1647.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1647.json deleted file mode 100644 index a1f78ff8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1647.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_black" - }, - "name:8": "Void Crystal" - } - }, - "questID:3": 1647, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_crystal_black" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_crystal_black" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_crystal_black" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_crystal_black" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1648.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1648.json deleted file mode 100644 index 0ac4602f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1648.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_obsidian" - }, - "name:8": "Actually Obsidian" - } - }, - "questID:3": 1648, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_helm_obsidian" - }, - "1:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_chest_obsidian" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_pants_obsidian" - }, - "3:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_boots_obsidian" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1649.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1649.json deleted file mode 100644 index 3f96fd85..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1649.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:sheep_chestplate" - }, - "name:8": "Sheep Disguise" - } - }, - "questID:3": 1649, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:sheep_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:sheep_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:sheep_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:sheep_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1650.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1650.json deleted file mode 100644 index bba49204..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1650.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_copper" - }, - "name:8": "Copper" - } - }, - "questID:3": 1650, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_copper" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_copper" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_copper" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_copper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1651.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1651.json deleted file mode 100644 index 22ceaca4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1651.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumium_chest" - }, - "name:8": "Thaumium" - } - }, - "questID:3": 1651, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumium_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumium_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumium_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1652.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1652.json deleted file mode 100644 index 6ecbfc94..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1652.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:green_witch_robes" - }, - "name:8": "Hedgewitch" - } - }, - "questID:3": 1652, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:green_witch_hood" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:green_witch_hat" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:green_witch_robes" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:green_witch_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1653.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1653.json deleted file mode 100644 index 49365412..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1653.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:alchemist_robes" - }, - "name:8": "Alchemist" - } - }, - "questID:3": 1653, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:alchemist_hood" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:alchemist_hat" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:alchemist_robes" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:alchemist_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1654.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1654.json deleted file mode 100644 index f20136a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1654.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:besmirched_robes" - }, - "name:8": "Besmirched" - } - }, - "questID:3": 1654, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:besmirched_hood" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:besmirched_hat" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:besmirched_robes" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:besmirched_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1655.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1655.json deleted file mode 100644 index 0b38394d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1655.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_robes" - }, - "name:8": "Witch" - } - }, - "questID:3": 1655, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_cowl" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_hat" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_robes" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_pants" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1656.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1656.json deleted file mode 100644 index 0c9efb8a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1656.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:serious_glasses" - }, - "name:8": "Badass Glasses" - } - }, - "questID:3": 1656, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:serious_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1661.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1661.json deleted file mode 100644 index 86743eab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1661.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_metal_chestplate" - }, - "name:8": "Draconian Silver" - } - }, - "questID:3": 1661, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_metal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_metal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_metal_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_metal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1662.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1662.json deleted file mode 100644 index 55453123..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1662.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_yellow_chestplate" - }, - "name:8": "Tan Death Worm" - } - }, - "questID:3": 1662, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_yellow_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_yellow_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_yellow_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_yellow_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1663.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1663.json deleted file mode 100644 index 8d820327..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1663.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_white_chestplate" - }, - "name:8": "White Death Worm" - } - }, - "questID:3": 1663, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_white_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_white_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_white_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_white_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1664.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1664.json deleted file mode 100644 index 2aa7885d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1664.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_red_chestplate" - }, - "name:8": "Red Death Worm" - } - }, - "questID:3": 1664, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_red_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_red_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_red_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:deathworm_red_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1665.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1665.json deleted file mode 100644 index 9efa53ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1665.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_teal_chestplate" - }, - "name:8": "Teal Tide" - } - }, - "questID:3": 1665, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_teal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_teal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_teal_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_teal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1666.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1666.json deleted file mode 100644 index 79152cd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1666.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_green_chestplate" - }, - "name:8": "Emerald Dragon" - } - }, - "questID:3": 1666, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_green_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_green_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_green_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_green_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1667.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1667.json deleted file mode 100644 index feee3eaa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1667.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_chestplate" - }, - "name:8": "Silver Dragon" - } - }, - "questID:3": 1667, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_silver_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1668.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1668.json deleted file mode 100644 index ee91f321..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1668.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_sapphire_chestplate" - }, - "name:8": "Sapphire Dragon" - } - }, - "questID:3": 1668, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_sapphire_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_sapphire_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_sapphire_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_sapphire_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1669.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1669.json deleted file mode 100644 index 666f5564..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1669.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_white_chestplate" - }, - "name:8": "White Dragon" - } - }, - "questID:3": 1669, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_white_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_white_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_white_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_white_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1670.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1670.json deleted file mode 100644 index e9cafa75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1670.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_blue_chestplate" - }, - "name:8": "Blue Dragon" - } - }, - "questID:3": 1670, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_blue_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_blue_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_blue_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_blue_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1671.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1671.json deleted file mode 100644 index a6cc3c77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1671.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_gray_chestplate" - }, - "name:8": "Gray Dragon" - } - }, - "questID:3": 1671, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_gray_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_gray_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_gray_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_gray_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1672.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1672.json deleted file mode 100644 index 94adf794..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1672.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_blue_chestplate" - }, - "name:8": "Blue Tide" - } - }, - "questID:3": 1672, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_blue_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_blue_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_blue_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_blue_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1673.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1673.json deleted file mode 100644 index bda161d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1673.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_bronze_chestplate" - }, - "name:8": "Bronze Tide" - } - }, - "questID:3": 1673, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_bronze_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_bronze_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_bronze_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_bronze_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1674.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1674.json deleted file mode 100644 index 5716b133..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1674.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_deepblue_chestplate" - }, - "name:8": "Deep Blue Tide" - } - }, - "questID:3": 1674, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_deepblue_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_deepblue_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_deepblue_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_deepblue_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1675.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1675.json deleted file mode 100644 index 96593bbc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1675.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_green_chestplate" - }, - "name:8": "Green Tide" - } - }, - "questID:3": 1675, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_green_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_green_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_green_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_green_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1676.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1676.json deleted file mode 100644 index 5831f149..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1676.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_purple_chestplate" - }, - "name:8": "Purple Tide" - } - }, - "questID:3": 1676, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_purple_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_purple_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_purple_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_purple_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1677.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1677.json deleted file mode 100644 index 0330ae05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1677.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_red_chestplate" - }, - "name:8": "Red Tide" - } - }, - "questID:3": 1677, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_red_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_red_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_red_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:tide_red_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1678.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1678.json deleted file mode 100644 index bd62f11d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1678.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:frost_troll_leather_chestplate" - }, - "name:8": "Frost Troll" - } - }, - "questID:3": 1678, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:frost_troll_leather_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:frost_troll_leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:frost_troll_leather_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:frost_troll_leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1679.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1679.json deleted file mode 100644 index 324a24e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1679.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:forest_troll_leather_chestplate" - }, - "name:8": "Forest Troll" - } - }, - "questID:3": 1679, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:forest_troll_leather_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:forest_troll_leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:forest_troll_leather_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:forest_troll_leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1680.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1680.json deleted file mode 100644 index 4244e973..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1680.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:mountain_troll_leather_chestplate" - }, - "name:8": "Mountain Troll" - } - }, - "questID:3": 1680, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:mountain_troll_leather_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:mountain_troll_leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:mountain_troll_leather_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:mountain_troll_leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1681.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1681.json deleted file mode 100644 index e556b18a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1681.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_steel" - }, - "name:8": "Steel" - } - }, - "questID:3": 1681, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_steel" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_steel" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_steel" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_steel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1682.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1682.json deleted file mode 100644 index 453717dc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1682.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_platinum" - }, - "name:8": "Platinum" - } - }, - "questID:3": 1682, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_platinum" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_platinum" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_platinum" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_platinum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1683.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1683.json deleted file mode 100644 index 6834115f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1683.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1586 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - }, - "name:8": "Utility" - } - }, - "questID:3": 1683, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1684.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1684.json deleted file mode 100644 index 18b2554e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1684.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_tin" - }, - "name:8": "Tin" - } - }, - "questID:3": 1684, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_tin" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_tin" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_tin" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_tin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1685.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1685.json deleted file mode 100644 index a1c147a4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1685.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_constantan" - }, - "name:8": "Constantan" - } - }, - "questID:3": 1685, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_constantan" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_constantan" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_constantan" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_constantan" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1686.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1686.json deleted file mode 100644 index be0d424f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1686.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_nickel" - }, - "name:8": "Nickel" - } - }, - "questID:3": 1686, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_nickel" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_nickel" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_nickel" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_nickel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1687.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1687.json deleted file mode 100644 index b882c0df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1687.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_aluminum" - }, - "name:8": "Aluminum" - } - }, - "questID:3": 1687, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_aluminum" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_aluminum" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_aluminum" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_aluminum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1688.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1688.json deleted file mode 100644 index 2db1e2c0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1688.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead" - }, - "name:8": "Lead" - } - }, - "questID:3": 1688, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_lead" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_lead" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_lead" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_lead" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1689.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1689.json deleted file mode 100644 index 67d207d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1689.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_silver" - }, - "name:8": "Silver" - } - }, - "questID:3": 1689, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_silver" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_silver" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_silver" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_silver" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1690.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1690.json deleted file mode 100644 index d653abed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1690.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_invar" - }, - "name:8": "Invar" - } - }, - "questID:3": 1690, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_invar" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_invar" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_invar" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_invar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1691.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1691.json deleted file mode 100644 index f2b93837..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1691.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_bronze" - }, - "name:8": "Bronze" - } - }, - "questID:3": 1691, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_bronze" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_bronze" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_bronze" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_bronze" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1692.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1692.json deleted file mode 100644 index b2bcc2cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1692.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:golden_chestplate" - }, - "name:8": "Gold" - } - }, - "questID:3": 1692, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:golden_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:golden_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:golden_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:golden_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1693.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1693.json deleted file mode 100644 index 33227b63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1693.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:chainmail_chestplate" - }, - "name:8": "Chain" - } - }, - "questID:3": 1693, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:chainmail_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:chainmail_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:chainmail_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:chainmail_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1694.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1694.json deleted file mode 100644 index a5d37fcb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1694.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:leather_chestplate" - }, - "name:8": "Leather" - } - }, - "questID:3": 1694, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:leather_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:leather_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:leather_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:leather_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1695.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1695.json deleted file mode 100644 index 4b351569..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1695.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_electrum" - }, - "name:8": "Electrum" - } - }, - "questID:3": 1695, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.helmet_electrum" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.plate_electrum" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.legs_electrum" - }, - "3:10": { - "Count:3": 1, - "id:8": "thermalfoundation:armor.boots_electrum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1696.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1696.json deleted file mode 100644 index 01282bc0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1696.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_chestplate" - }, - "name:8": "Iron" - } - }, - "questID:3": 1696, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:iron_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:iron_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:iron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1697.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1697.json deleted file mode 100644 index 2ef40f6a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1697.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_chestplate" - }, - "name:8": "Diamond" - } - }, - "questID:3": 1697, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1698.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1698.json deleted file mode 100644 index b158c5bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1698.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:bronzechestplate" - }, - "name:8": "Reborn Bronze" - } - }, - "questID:3": 1698, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:bronzehelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:bronzechestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "techreborn:bronzeleggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "techreborn:bronzeboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1699.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1699.json deleted file mode 100644 index 0ed47df4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1699.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:rubychestplate" - }, - "name:8": "Reborn Ruby" - } - }, - "questID:3": 1699, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:rubyhelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:rubychestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "techreborn:rubyleggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "techreborn:rubyboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1700.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1700.json deleted file mode 100644 index 5f48782f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1700.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:sapphirechestplate" - }, - "name:8": "Reborn Sapphire" - } - }, - "questID:3": 1700, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:sapphirehelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:sapphirechestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "techreborn:sapphireleggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "techreborn:sapphireboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1701.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1701.json deleted file mode 100644 index c7ab25db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1701.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:peridotchestplate" - }, - "name:8": "Reborn Peridot" - } - }, - "questID:3": 1701, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:peridothelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:peridotchestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "techreborn:peridotleggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "techreborn:peridotboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1702.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1702.json deleted file mode 100644 index d1d9bb44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1702.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-exploration:ruby_chestplate" - }, - "name:8": "Ruby" - } - }, - "questID:3": 1702, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-exploration:ruby_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "projectred-exploration:ruby_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "projectred-exploration:ruby_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "projectred-exploration:ruby_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1703.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1703.json deleted file mode 100644 index 556cb65f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1703.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-exploration:sapphire_chestplate" - }, - "name:8": "Sapphire" - } - }, - "questID:3": 1703, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-exploration:sapphire_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "projectred-exploration:sapphire_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "projectred-exploration:sapphire_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "projectred-exploration:sapphire_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1704.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1704.json deleted file mode 100644 index a104570a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1704.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-exploration:peridot_chestplate" - }, - "name:8": "Peridot" - } - }, - "questID:3": 1704, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-exploration:peridot_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "projectred-exploration:peridot_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "projectred-exploration:peridot_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "projectred-exploration:peridot_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1705.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1705.json deleted file mode 100644 index a3b4f549..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1705.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "natura:imp_armor_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "name:8": "Impskin" - } - }, - "questID:3": 1705, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "natura:imp_armor_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "natura:imp_armor_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "natura:imp_armor_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 4, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "natura:imp_armor_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 2, - "lvl:2": 1 - }, - "1:10": { - "id:3": 1, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1706.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1706.json deleted file mode 100644 index f8fd1f0f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1706.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:superium_chestplate" - }, - "name:8": "Superium" - } - }, - "questID:3": 1706, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:superium_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:superium_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:superium_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:superium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1707.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1707.json deleted file mode 100644 index 7617b4d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1707.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:intermedium_chestplate" - }, - "name:8": "Intermedium" - } - }, - "questID:3": 1707, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:intermedium_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:intermedium_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:intermedium_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:intermedium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1708.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1708.json deleted file mode 100644 index 7be25716..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1708.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:prudentium_chestplate" - }, - "name:8": "Prudentium" - } - }, - "questID:3": 1708, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:prudentium_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:prudentium_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:prudentium_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:prudentium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1709.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1709.json deleted file mode 100644 index 7830105b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1709.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:inferium_chestplate" - }, - "name:8": "Inferium" - } - }, - "questID:3": 1709, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:inferium_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:inferium_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:inferium_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:inferium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1710.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1710.json deleted file mode 100644 index e3a5ccc8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1710.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_boron" - }, - "name:8": "Boron" - } - }, - "questID:3": 1710, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_boron" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_boron" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_boron" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_boron" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1711.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1711.json deleted file mode 100644 index f2ab391c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1711.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_tough" - }, - "name:8": "Tough Alloy" - } - }, - "questID:3": 1711, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_tough" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_tough" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_tough" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_tough" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1712.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1712.json deleted file mode 100644 index 0978042a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1712.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hard_carbon" - }, - "name:8": "Hard Carbon" - } - }, - "questID:3": 1712, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_hard_carbon" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hard_carbon" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_hard_carbon" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_hard_carbon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1713.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1713.json deleted file mode 100644 index 5084511e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1713.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGives some radiation protection!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hazmat" - }, - "name:8": "Hazmat Suit" - } - }, - "questID:3": 1713, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:helm_hazmat" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chest_hazmat" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:legs_hazmat" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:boots_hazmat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1714.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1714.json deleted file mode 100644 index 20b95e27..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1714.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:waterwalkingboots" - }, - "name:8": "Water Walking Boots" - } - }, - "questID:3": 1714, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:waterwalkingboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1715.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1715.json deleted file mode 100644 index 7d3b0f5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1715.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:lavawader" - }, - "name:8": "Lava Waders" - } - }, - "questID:3": 1715, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:lavawader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1716.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1716.json deleted file mode 100644 index e5b83cc0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1716.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:obsidianwaterwalkingboots" - }, - "name:8": "Obsidian Water Walking Boots" - } - }, - "questID:3": 1716, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:obsidianwaterwalkingboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1717.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1717.json deleted file mode 100644 index 310dbf17..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1717.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:magichood" - }, - "name:8": "Magic Hood" - } - }, - "questID:3": 1717, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:magichood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1718.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1718.json deleted file mode 100644 index 9e598e4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1718.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:superlubricentboots" - }, - "name:8": "Super Lubricent Boots" - } - }, - "questID:3": 1718, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:superlubricentboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1719.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1719.json deleted file mode 100644 index b5f6b2e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1719.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:emerald_chestplate" - }, - "name:8": "Cyclic Emerald" - } - }, - "questID:3": 1719, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:emerald_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "cyclicmagic:emerald_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "cyclicmagic:emerald_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "cyclicmagic:emerald_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1720.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1720.json deleted file mode 100644 index eeaaa39c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1720.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - }, - "name:8": "Vision Helmet" - } - }, - "questID:3": 1720, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:glowing_helmet", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1721.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1721.json deleted file mode 100644 index 59af5df8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1721.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:apiarist_chest" - }, - "name:8": "Apiarist" - } - }, - "questID:3": 1721, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:apiarist_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:apiarist_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "forestry:apiarist_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "forestry:apiarist_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1722.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1722.json deleted file mode 100644 index db22c9ca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1722.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mod_lavacow:felarmor_chestplate" - }, - "name:8": "Molten" - } - }, - "questID:3": 1722, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mod_lavacow:felarmor_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "mod_lavacow:felarmor_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mod_lavacow:felarmor_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mod_lavacow:felarmor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1723.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1723.json deleted file mode 100644 index 0809bb55..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1723.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mod_lavacow:swinearmor_chestplate" - }, - "name:8": "Swine" - } - }, - "questID:3": 1723, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mod_lavacow:swinemask" - }, - "1:10": { - "Count:3": 1, - "id:8": "mod_lavacow:swinearmor_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mod_lavacow:swinearmor_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mod_lavacow:swinearmor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1724.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1724.json deleted file mode 100644 index 418ea1c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1724.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mod_lavacow:faminearmor_chestplate" - }, - "name:8": "Famine" - } - }, - "questID:3": 1724, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mod_lavacow:faminearmor_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "mod_lavacow:faminearmor_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "mod_lavacow:faminearmor_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "mod_lavacow:faminearmor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1725.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1725.json deleted file mode 100644 index 00e659d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1725.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mod_lavacow:skeletonking_crown" - }, - "name:8": "Crown of Rule" - } - }, - "questID:3": 1725, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mod_lavacow:skeletonking_crown" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1726.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1726.json deleted file mode 100644 index 110f6241..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1726.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oImmune to sirens!", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:earplugs" - }, - "name:8": "Earplugs" - } - }, - "questID:3": 1726, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:earplugs" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1727.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1727.json deleted file mode 100644 index 226c9053..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1727.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oImmune to gorgons!", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:blindfold" - }, - "name:8": "Blindfold" - } - }, - "questID:3": 1727, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:blindfold" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1728.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1728.json deleted file mode 100644 index 67b9b188..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1728.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:naturalist_helmet" - }, - "name:8": "Spectacles" - } - }, - "questID:3": 1728, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:naturalist_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1729.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1729.json deleted file mode 100644 index 0bc72e11..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1729.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "careerbees:bee.armor.chest" - }, - "name:8": "Bee" - } - }, - "questID:3": 1729, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "careerbees:bee.armor.head" - }, - "1:10": { - "Count:3": 1, - "id:8": "careerbees:bee.armor.chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "careerbees:bee.armor.legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "careerbees:bee.armor.feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1730.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1730.json deleted file mode 100644 index ee003f6f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1730.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_chest" - }, - "name:8": "Falacer" - } - }, - "questID:3": 1730, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1731.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1731.json deleted file mode 100644 index ef9fe921..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1731.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_chest" - }, - "name:8": "Orcus" - } - }, - "questID:3": 1731, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1732.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1732.json deleted file mode 100644 index 37dd4acd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1732.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_chest" - }, - "name:8": "Haumea" - } - }, - "questID:3": 1732, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1733.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1733.json deleted file mode 100644 index 20b882de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1733.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_chest" - }, - "name:8": "Sedna" - } - }, - "questID:3": 1733, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1734.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1734.json deleted file mode 100644 index e92eb0f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1734.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:angelic_chestplate" - }, - "name:8": "Angelic" - } - }, - "questID:3": 1734, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:angelic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:angelic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:angelic_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:angelic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1735.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1735.json deleted file mode 100644 index 8457ea69..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1735.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:aplate" - }, - "name:8": "Abyssalnite" - } - }, - "questID:3": 1735, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ahelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:aplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:alegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:aboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1736.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1736.json deleted file mode 100644 index 79236046..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1736.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corplatep" - }, - "name:8": "Plated Coralium" - } - }, - "questID:3": 1736, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corhelmetp" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corplatep" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corlegsp" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corbootsp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1737.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1737.json deleted file mode 100644 index 0258d04d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1737.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:depthsplate" - }, - "name:8": "Depths" - } - }, - "questID:3": 1737, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:depthshelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:depthsplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:depthslegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:depthsboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1738.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1738.json deleted file mode 100644 index 2abfbc00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1738.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumplate" - }, - "name:8": "Ethaxium" - } - }, - "questID:3": 1738, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumhelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumlegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1739.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1739.json deleted file mode 100644 index a9ba725e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1739.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacechestplate" - }, - "name:8": "Space Suit" - } - }, - "questID:3": 1739, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacehelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spacechestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spaceleggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "advancedrocketry:spaceboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1740.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1740.json deleted file mode 100644 index fac3888b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1740.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:silver_chestplate" - }, - "name:8": "Bewitched Silver" - } - }, - "questID:3": 1740, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:silver_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:silver_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:silver_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:silver_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1741.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1741.json deleted file mode 100644 index 72cd1e25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1741.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:pack_sacrifice" - }, - "name:8": "Coat of Arms" - } - }, - "questID:3": 1741, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:pack_sacrifice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1742.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1742.json deleted file mode 100644 index 16822df4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1742.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:pack_self_sacrifice" - }, - "name:8": "Blood Letter\u0027s Pack" - } - }, - "questID:3": 1742, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:pack_self_sacrifice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1743.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1743.json deleted file mode 100644 index 5295e675..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1743.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:living_armour_chest", - "tag:10": {} - }, - "name:8": "Living" - } - }, - "questID:3": 1743, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:living_armour_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "bloodmagic:living_armour_chest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "bloodmagic:living_armour_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "bloodmagic:living_armour_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1744.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1744.json deleted file mode 100644 index 82dc3af5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1744.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:manaweavechest", - "tag:10": {} - }, - "name:8": "Manaweave" - } - }, - "questID:3": 1744, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:manaweavehelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "botania:manaweavechest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "botania:manaweavelegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "id:8": "botania:manaweaveboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1745.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1745.json deleted file mode 100644 index 310ac0da..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1745.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:terrasteelchest", - "tag:10": {} - }, - "name:8": "Terrasteel" - } - }, - "questID:3": 1745, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:terrasteelhelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "botania:terrasteelchest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "botania:terrasteellegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "id:8": "botania:terrasteelboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1766.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1766.json deleted file mode 100644 index d5fbad12..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1766.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 3" - } - }, - "questID:3": 1766, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1770.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1770.json deleted file mode 100644 index 3b44ee3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1770.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20327 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 4" - } - }, - "questID:3": 1770, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:twilight_clock" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1806.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1806.json deleted file mode 100644 index 89bf1a0a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1806.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1597, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_chest" - }, - "name:8": "Void" - } - }, - "questID:3": 1806, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1807.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1807.json deleted file mode 100644 index ec6cb52a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1807.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCan also be used as a bauble.\n\nThey allow you to see essentia and other thaumcraft mechanics.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:goggles" - }, - "name:8": "Goggles of Revealing" - } - }, - "questID:3": 1807, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1808.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1808.json deleted file mode 100644 index f294a95a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1808.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAuto feeding.", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:mushroom_helmet" - }, - "name:8": "Mush Helm" - } - }, - "questID:3": 1808, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:mushroom_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1809.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1809.json deleted file mode 100644 index 48f22307..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1809.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:glider_chestplate", - "tag:10": {} - }, - "name:8": "Glider" - } - }, - "questID:3": 1809, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:glider_chestplate", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:glider_chestplate_powered", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1810.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1810.json deleted file mode 100644 index 3728b140..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1810.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:jump_boots" - }, - "name:8": "Jump Boots" - } - }, - "questID:3": 1810, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:jump_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1811.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1811.json deleted file mode 100644 index c67b40f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1811.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSee in the dark.", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:rein_compound_goggles" - }, - "name:8": "Compound Goggles" - } - }, - "questID:3": 1811, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:rein_compound_goggles" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:compound_goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1812.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1812.json deleted file mode 100644 index 4a81fde8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1812.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis set can be used to reduce the vis cost of thaumcraft recipes in the arcane workbench.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:cloth_chest" - }, - "name:8": "Thaumaturge" - } - }, - "questID:3": 1812, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:cloth_chest" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:cloth_legs" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:cloth_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1813.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1813.json deleted file mode 100644 index 17ba5e59..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1813.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:thaumium_robes_chestplate", - "tag:10": { - "color:3": 11360678 - } - }, - "name:8": "Adept" - } - }, - "questID:3": 1813, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:thaumium_robes_hood", - "tag:10": { - "color:3": 11360678 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:thaumium_robes_chestplate", - "tag:10": { - "color:3": 11360678 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:thaumium_robes_leggings", - "tag:10": { - "color:3": 11360678 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:traveller_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1814.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1814.json deleted file mode 100644 index 79b0105b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1814.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:exoskeleton_chestplate" - }, - "name:8": "Exoskeleton" - } - }, - "questID:3": 1814, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:exoskeleton_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:exoskeleton_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "erebus:exoskeleton_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "erebus:exoskeleton_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1815.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1815.json deleted file mode 100644 index 725e45ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1815.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:bamboo_chestplate" - }, - "name:8": "Bamboo" - } - }, - "questID:3": 1815, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:bamboo_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:bamboo_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "erebus:bamboo_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "erebus:bamboo_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1816.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1816.json deleted file mode 100644 index 9deced16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1816.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:zanite_chestplate" - }, - "name:8": "Zanite" - } - }, - "questID:3": 1816, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:zanite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aether_legacy:zanite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aether_legacy:zanite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "aether_legacy:zanite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1821.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1821.json deleted file mode 100644 index aa8f21c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1821.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oReduces mana cost, and is repaired at the cost of mana.", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:cosmeticmaidchest" - }, - "name:8": "Starry Idol" - } - }, - "questID:3": 1821, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:cosmeticmaidhelm" - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:cosmeticmaidchest" - }, - "2:10": { - "Count:3": 1, - "id:8": "extrabotany:cosmeticmaidlegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "extrabotany:cosmeticmaidboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1822.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1822.json deleted file mode 100644 index 70df13b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1822.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:shadowwarriorchest", - "tag:10": { - "isnight:1": 0 - } - }, - "name:8": "Shadow Warrior" - } - }, - "questID:3": 1822, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:shadowwarriorhelm", - "tag:10": { - "isnight:1": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:shadowwarriorchest", - "tag:10": { - "isnight:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "extrabotany:shadowwarriorlegs", - "tag:10": { - "isnight:1": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "extrabotany:shadowwarriorboots", - "tag:10": { - "isnight:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1823.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1823.json deleted file mode 100644 index 106067d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1823.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_robe_chest" - }, - "name:8": "Crimson Robe" - } - }, - "questID:3": 1823, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_robe_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_robe_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_robe_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1824.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1824.json deleted file mode 100644 index 80e1096d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1824.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_praetor_chest" - }, - "name:8": "Crimson Praetor" - } - }, - "questID:3": 1824, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_praetor_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_praetor_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_praetor_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumcraft:crimson_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1825.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1825.json deleted file mode 100644 index b78fccc7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1825.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:bone_chestplate" - }, - "name:8": "Bone" - } - }, - "questID:3": 1825, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:bone_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:bone_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:bone_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:bone_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1826.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1826.json deleted file mode 100644 index da413bb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1826.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:ender_chestplate" - }, - "name:8": "Ender" - } - }, - "questID:3": 1826, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:ender_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:ender_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1827.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1827.json deleted file mode 100644 index 1e1be7a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1827.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:syrmorite_chestplate" - }, - "name:8": "Syrmorite" - } - }, - "questID:3": 1827, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:syrmorite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:syrmorite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:syrmorite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:syrmorite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1828.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1828.json deleted file mode 100644 index 28dbbc4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1828.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:rhino_exoskeleton_chestplate" - }, - "name:8": "Rhino Plate" - } - }, - "questID:3": 1828, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:rhino_exoskeleton_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:rhino_exoskeleton_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "erebus:rhino_exoskeleton_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "erebus:rhino_exoskeleton_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1829.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1829.json deleted file mode 100644 index f9d2c928..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1829.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:rein_exoskeleton_chestplate" - }, - "name:8": "Reinforced Exoskeleton" - } - }, - "questID:3": 1829, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:rein_exoskeleton_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:rein_exoskeleton_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "erebus:rein_exoskeleton_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "erebus:rein_exoskeleton_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1830.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1830.json deleted file mode 100644 index 2472c513..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1830.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:jade_chestplate" - }, - "name:8": "Erebus Jade" - } - }, - "questID:3": 1830, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:jade_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "erebus:jade_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "erebus:jade_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "erebus:jade_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1831.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1831.json deleted file mode 100644 index 05b2307e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1831.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_dark_steel_chestplate" - }, - "name:8": "Dark" - } - }, - "questID:3": 1831, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_dark_steel_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_dark_steel_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "enderio:item_dark_steel_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "enderio:item_dark_steel_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1832.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1832.json deleted file mode 100644 index edc3311e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1832.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_robe_chest" - }, - "name:8": "Void Thaumaturge" - } - }, - "questID:3": 1832, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_robe_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_robe_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:void_robe_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:void_boots", - "tag:10": { - "color:3": 6961280 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1833.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1833.json deleted file mode 100644 index 4815ce8a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1833.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_chest" - }, - "name:8": "Bloodmaster" - } - }, - "questID:3": 1833, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1834.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1834.json deleted file mode 100644 index 6ef05fec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1834.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:wither_chestplate" - }, - "name:8": "Wither" - } - }, - "questID:3": 1834, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:wither_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:wither_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:wither_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:wither_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1835.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1835.json deleted file mode 100644 index d810dcd2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1835.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidchest", - "tag:10": {} - }, - "name:8": "Pleiades Combat Maid" - } - }, - "questID:3": 1835, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidhelm", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidchest", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidlegs", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidboots", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:combatmaidchestdarkened", - "tag:10": { - "isnight:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1836.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1836.json deleted file mode 100644 index e21cc67a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1836.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_robe" - }, - "name:8": "Adaminite" - } - }, - "questID:3": 1836, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_hood" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_robe" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_belt" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumadditions:adaminite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1837.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1837.json deleted file mode 100644 index 2829d993..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1837.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_armor_2" - }, - "name:8": "Red Matter" - } - }, - "questID:3": 1837, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_armor_3" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_armor_2" - }, - "2:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_armor_1" - }, - "3:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_armor_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1838.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1838.json deleted file mode 100644 index e3f02966..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1838.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1766 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_gem_armor_2" - }, - "name:8": "Gem" - } - }, - "questID:3": 1838, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_gem_armor_3" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_gem_armor_2" - }, - "2:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_gem_armor_1" - }, - "3:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_gem_armor_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1839.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1839.json deleted file mode 100644 index 1d2cc0cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1839.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicwonders:void_fortress_chest" - }, - "name:8": "Void Fortress" - } - }, - "questID:3": 1839, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicwonders:void_fortress_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumicwonders:void_fortress_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicwonders:void_fortress_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumicaugmentation:void_boots", - "tag:10": { - "color:3": 6961280 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1840.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1840.json deleted file mode 100644 index 44bc7847..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1840.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:glitch_infused_chestplate" - }, - "name:8": "Glitch" - } - }, - "questID:3": 1840, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:glitch_infused_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "deepmoblearning:glitch_infused_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "deepmoblearning:glitch_infused_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "deepmoblearning:glitch_infused_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1841.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1841.json deleted file mode 100644 index cb5a1f60..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1841.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "dimdoors:woven_world_thread_chestplate" - }, - "name:8": "World Thread" - } - }, - "questID:3": 1841, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dimdoors:woven_world_thread_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "dimdoors:woven_world_thread_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "dimdoors:woven_world_thread_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "dimdoors:woven_world_thread_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1842.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1842.json deleted file mode 100644 index 6857d50e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1842.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_chestplate" - }, - "name:8": "Stellar" - } - }, - "questID:3": 1842, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "enderio:item_stellar_alloy_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1843.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1843.json deleted file mode 100644 index 2bc4f66a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1843.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sideral_damascus_steel_chest" - }, - "name:8": "Sideral Damascus Steel" - } - }, - "questID:3": 1843, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sideral_damascus_steel_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sideral_damascus_steel_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:sideral_damascus_steel_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:sideral_damascus_steel_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1844.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1844.json deleted file mode 100644 index 6e0d7cc5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1844.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_eden_chest" - }, - "name:8": "Elite Eden" - } - }, - "questID:3": 1844, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_eden_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_eden_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_eden_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_eden_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1846.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1846.json deleted file mode 100644 index a1a57928..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1846.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:sentry_boots" - }, - "name:8": "Sentry Boots" - } - }, - "questID:3": 1846, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:sentry_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1847.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1847.json deleted file mode 100644 index 5fc78676..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1847.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "opencomputers:hoverboots" - }, - "name:8": "Hover Boots" - } - }, - "questID:3": 1847, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "opencomputers:hoverboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1848.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1848.json deleted file mode 100644 index 02c0ef8d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1848.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:water_striders" - }, - "name:8": "Water Striders" - } - }, - "questID:3": 1848, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:water_striders" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1849.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1849.json deleted file mode 100644 index 9327c0f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1849.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:sprint_leggings", - "tag:10": { - "upgradeTier:1": 9 - } - }, - "name:8": "Sprint Leggings" - } - }, - "questID:3": 1849, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:sprint_leggings", - "tag:10": { - "upgradeTier:1": 9 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1850.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1850.json deleted file mode 100644 index 77a313cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1850.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "erebus:spider_t_shirt" - }, - "name:8": "Tarantula Shirt" - } - }, - "questID:3": 1850, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "erebus:spider_t_shirt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1851.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1851.json deleted file mode 100644 index d0fadb33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1851.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tardis:thirteen_coat" - }, - "name:8": "Tardis Gear" - } - }, - "questID:3": 1851, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tardis:void_specs" - }, - "1:10": { - "Count:3": 1, - "id:8": "tardis:bowtie" - }, - "2:10": { - "Count:3": 1, - "id:8": "tardis:thirteen_coat" - }, - "3:10": { - "Count:3": 1, - "id:8": "tardis:fourth_hat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1852.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1852.json deleted file mode 100644 index 6537daa3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1852.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:technicolor_glasses" - }, - "name:8": "Technicolor Glasses" - } - }, - "questID:3": 1852, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:technicolor_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1853.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1853.json deleted file mode 100644 index a3b32a4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1853.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:pencil_glasses" - }, - "name:8": "Pencil Glasses" - } - }, - "questID:3": 1853, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:pencil_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1854.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1854.json deleted file mode 100644 index 2dea2fb9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1854.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:sonic_glasses" - }, - "name:8": "Sonic Glasses" - } - }, - "questID:3": 1854, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:sonic_glasses" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1855.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1855.json deleted file mode 100644 index 3c596cf6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1855.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_dm_armor_2" - }, - "name:8": "Dark Matter" - } - }, - "questID:3": 1855, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_dm_armor_3" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_dm_armor_2" - }, - "2:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_dm_armor_1" - }, - "3:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_dm_armor_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1856.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1856.json deleted file mode 100644 index 52d4b9f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1856.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:neptune_chestplate" - }, - "name:8": "Neptune" - } - }, - "questID:3": 1856, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:neptune_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aether_legacy:neptune_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aether_legacy:neptune_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "aether_legacy:neptune_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1857.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1857.json deleted file mode 100644 index e6e91c5d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1857.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_chestplate" - }, - "name:8": "Phoenix" - } - }, - "questID:3": 1857, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "aether_legacy:phoenix_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1858.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1858.json deleted file mode 100644 index 255fe295..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1858.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:gravitite_chestplate" - }, - "name:8": "Gravitite" - } - }, - "questID:3": 1858, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:gravitite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aether_legacy:gravitite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aether_legacy:gravitite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "aether_legacy:gravitite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1859.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1859.json deleted file mode 100644 index 19280160..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1859.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:knightmetal_chestplate" - }, - "name:8": "Knightly" - } - }, - "questID:3": 1859, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:knightmetal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:knightmetal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:knightmetal_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:knightmetal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1860.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1860.json deleted file mode 100644 index bd25d2fa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1860.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:steeleaf_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 2 - } - } - } - }, - "name:8": "Steeleaf" - } - }, - "questID:3": 1860, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:steeleaf_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 4, - "lvl:2": 2 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:steeleaf_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 3, - "lvl:2": 2 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:steeleaf_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 1, - "lvl:2": 2 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:steeleaf_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 2, - "lvl:2": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1861.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1861.json deleted file mode 100644 index e14f3fd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1861.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_chestplate" - }, - "name:8": "Fiery" - } - }, - "questID:3": 1861, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1862.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1862.json deleted file mode 100644 index 2cd5ab35..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1862.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:yeti_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "name:8": "Yeti" - } - }, - "questID:3": 1862, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:yeti_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:yeti_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:yeti_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:yeti_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 2 - }, - "1:10": { - "id:3": 2, - "lvl:2": 4 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1863.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1863.json deleted file mode 100644 index 7fda992f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1863.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:phantom_chestplate" - }, - "name:8": "Phantom" - } - }, - "questID:3": 1863, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:phantom_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:phantom_chestplate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1864.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1864.json deleted file mode 100644 index 93be06c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1864.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:ironwood_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "name:8": "Ironwood" - } - }, - "questID:3": 1864, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:ironwood_helmet", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 6, - "lvl:2": 1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:ironwood_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:ironwood_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:ironwood_boots", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 2, - "lvl:2": 1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1865.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1865.json deleted file mode 100644 index bb234ef4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1865.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:naga_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 1, - "lvl:2": 3 - } - } - } - }, - "name:8": "Naga Scale" - } - }, - "questID:3": 1865, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:naga_chestplate", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 1, - "lvl:2": 3 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:naga_leggings", - "tag:10": { - "ench:9": { - "0:10": { - "id:3": 0, - "lvl:2": 3 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1865694956.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1865694956.json deleted file mode 100644 index 3a6e43cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1865694956.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oVery high luck", - "icon:10": { - "Count:3": 1, - "id:8": "tombstone:christmas_hat" - }, - "name:8": "Strange Christmas Hat" - } - }, - "questID:3": 1865694956, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tombstone:christmas_hat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1866.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1866.json deleted file mode 100644 index 93afdf04..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1866.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:arctic_chestplate" - }, - "name:8": "Arctic" - } - }, - "questID:3": 1866, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:arctic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:arctic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:arctic_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:arctic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1867.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1867.json deleted file mode 100644 index 967f3351..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1867.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:amphibious_chestplate" - }, - "name:8": "Amphybious" - } - }, - "questID:3": 1867, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:amphibious_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:amphibious_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:amphibious_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:amphibious_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1868.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1868.json deleted file mode 100644 index 8a38a733..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1868.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_chestplate" - }, - "name:8": "Valkyrie" - } - }, - "questID:3": 1868, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "aether_legacy:valkyrie_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1869.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1869.json deleted file mode 100644 index f96daa0b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1869.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:goblinslayerchest", - "tag:10": { - "isday:1": 0 - } - }, - "name:8": "Goblin Slayer" - } - }, - "questID:3": 1869, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:goblinslayerhelm", - "tag:10": { - "isday:1": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:goblinslayerchest", - "tag:10": { - "isday:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "extrabotany:goblinslayerlegs", - "tag:10": { - "isday:1": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "extrabotany:goblinslayerboots", - "tag:10": { - "isday:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1870.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1870.json deleted file mode 100644 index 1ffc99d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1870.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:santa_chestplate" - }, - "name:8": "Santa Costume" - } - }, - "questID:3": 1870, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:santa_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:santa_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:santa_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:santa_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1874.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1874.json deleted file mode 100644 index 5ee438c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1874.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_ender_chestplate" - }, - "name:8": "Colored Ender" - } - }, - "questID:3": 1874, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "2:10": { - "index:3": 2, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:green_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:green_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:green_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:green_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "3:10": { - "index:3": 3, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:red_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:red_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:red_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:red_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "4:10": { - "index:3": 4, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_ender_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_ender_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_ender_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_ender_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1875.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1875.json deleted file mode 100644 index d22d274b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1875.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe" - }, - "name:8": "Sage" - } - }, - "questID:3": 1875, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1876.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1876.json deleted file mode 100644 index f07e97f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1876.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:vemos_chestplate" - }, - "name:8": "Vemos" - } - }, - "questID:3": 1876, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:vemos_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:vemos_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:vemos_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:vemos_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1877.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1877.json deleted file mode 100644 index c0029546..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1877.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:lurker_skin_chestplate" - }, - "name:8": "Lurker Skin" - } - }, - "questID:3": 1877, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:lurker_skin_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:lurker_skin_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:lurker_skin_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:lurker_skin_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1878.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1878.json deleted file mode 100644 index b28aa6ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1878.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:rubber_boots" - }, - "name:8": "Between Gear" - } - }, - "questID:3": 1878, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:rubber_boots" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:skull_mask" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:explorers_hat" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:spirit_tree_face_large_mask" - }, - "4:10": { - "Count:3": 1, - "id:8": "thebetweenlands:spirit_tree_face_small_mask" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1879.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1879.json deleted file mode 100644 index 070d67f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1879.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:valonite_chestplate" - }, - "name:8": "Valonite" - } - }, - "questID:3": 1879, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:valonite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:valonite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:valonite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:valonite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1880.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1880.json deleted file mode 100644 index bc7822cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1880.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_chestplate" - }, - "name:8": "Ancient" - } - }, - "questID:3": 1880, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:ancient_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1881.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1881.json deleted file mode 100644 index 9dfa35d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1881.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_chestplate" - }, - "name:8": "Divine" - } - }, - "questID:3": 1881, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1882.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1882.json deleted file mode 100644 index cc4fd894..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1882.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:korma_chestplate" - }, - "name:8": "Korma" - } - }, - "questID:3": 1882, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:korma_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:korma_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:korma_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:korma_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1884.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1884.json deleted file mode 100644 index 946efbee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1884.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRun through the swamp!", - "icon:10": { - "Count:3": 1, - "id:8": "thebetweenlands:marsh_runner_boots" - }, - "name:8": "Marsh Runner" - } - }, - "questID:3": 1884, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thebetweenlands:marsh_runner_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1889.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1889.json deleted file mode 100644 index 056f81c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1889.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_chestplate" - }, - "name:8": "Arlemite" - } - }, - "questID:3": 1889, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1890.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1890.json deleted file mode 100644 index 283adde8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1890.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:aquastrive_chestplate" - }, - "name:8": "Aquastrive" - } - }, - "questID:3": 1890, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:aquastrive_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:aquastrive_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:aquastrive_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:aquastrive_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1891.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1891.json deleted file mode 100644 index 7a6fed24..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1891.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:frozen_chestplate" - }, - "name:8": "Frozen" - } - }, - "questID:3": 1891, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:frozen_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:frozen_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:frozen_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:frozen_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1892.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1892.json deleted file mode 100644 index 0e2e1799..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1892.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:inferno_chestplate" - }, - "name:8": "Inferno" - } - }, - "questID:3": 1892, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:inferno_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:inferno_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:inferno_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:inferno_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1893.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1893.json deleted file mode 100644 index 86a263f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1893.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:jack_o_man_chestplate" - }, - "name:8": "Jack O Man" - } - }, - "questID:3": 1893, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:jack_o_man_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:jack_o_man_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:jack_o_man_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:jack_o_man_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1894.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1894.json deleted file mode 100644 index bc5f7ac7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1894.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_chestplate" - }, - "name:8": "Rupee" - } - }, - "questID:3": 1894, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1897.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1897.json deleted file mode 100644 index 98ceed08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1897.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:wither_reaper_chestplate" - }, - "name:8": "Wither Reaper" - } - }, - "questID:3": 1897, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:wither_reaper_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:wither_reaper_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:wither_reaper_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:wither_reaper_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1898.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1898.json deleted file mode 100644 index c4a2ea05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1898.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:shadow_chestplate" - }, - "name:8": "Shadow" - } - }, - "questID:3": 1898, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:shadow_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:shadow_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:shadow_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:shadow_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1899.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1899.json deleted file mode 100644 index 466321b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1899.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_rupee_chestplate" - }, - "name:8": "Colored Rupee" - } - }, - "questID:3": 1899, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:red_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:red_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:red_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:red_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:yellow_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "2:10": { - "index:3": 2, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:blue_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "3:10": { - "index:3": 3, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:gray_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "4:10": { - "index:3": 4, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:green_rupee_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:green_rupee_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:green_rupee_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:green_rupee_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1900.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1900.json deleted file mode 100644 index 9b08b0ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1900.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:jungle_chestplate" - }, - "name:8": "Jungle" - } - }, - "questID:3": 1900, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:jungle_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:jungle_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:jungle_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:jungle_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1901.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1901.json deleted file mode 100644 index 5c3f0677..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1901.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:kraken_chestplate" - }, - "name:8": "Kraken" - } - }, - "questID:3": 1901, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:kraken_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:kraken_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:kraken_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:kraken_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1902.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1902.json deleted file mode 100644 index 333a3d16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1902.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:netherite_chestplate" - }, - "name:8": "Netherite" - } - }, - "questID:3": 1902, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:netherite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:netherite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:netherite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:netherite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1903.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1903.json deleted file mode 100644 index 17686b38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1903.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:realmite_chestplate" - }, - "name:8": "Realmite" - } - }, - "questID:3": 1903, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:realmite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:realmite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:realmite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:realmite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1904.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1904.json deleted file mode 100644 index 703ad47d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1904.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:skeleman_chestplate" - }, - "name:8": "Skeleman" - } - }, - "questID:3": 1904, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:skeleman_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:skeleman_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:skeleman_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:skeleman_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1905.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1905.json deleted file mode 100644 index 98300daa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1905.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:terran_chestplate" - }, - "name:8": "Terran" - } - }, - "questID:3": 1905, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:terran_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:terran_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:terran_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:terran_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1906.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1906.json deleted file mode 100644 index 964412a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1906.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:amethind_chestplate" - }, - "name:8": "Amethind" - } - }, - "questID:3": 1906, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:amethind_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:amethind_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:amethind_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:amethind_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1907.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1907.json deleted file mode 100644 index 06582431..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1907.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe" - }, - "name:8": "Wizard" - } - }, - "questID:3": 1907, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1908.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1908.json deleted file mode 100644 index 040ea1c4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1908.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:ice_chestplate" - }, - "name:8": "Ice" - } - }, - "questID:3": 1908, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:ice_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:ice_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:ice_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:ice_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1909.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1909.json deleted file mode 100644 index 8b466fb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1909.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_ice" - }, - "name:8": "Ice Mage" - } - }, - "questID:3": 1909, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_ice" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_ice" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1910.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1910.json deleted file mode 100644 index 4169c5af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1910.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_fire" - }, - "name:8": "Pyromancer" - } - }, - "questID:3": 1910, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_fire" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_fire" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1911.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1911.json deleted file mode 100644 index f985c016..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1911.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_necromancy" - }, - "name:8": "Necromancer" - } - }, - "questID:3": 1911, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_necromancy" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_necromancy" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1912.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1912.json deleted file mode 100644 index f91e8646..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1912.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_lightning" - }, - "name:8": "Storm Mage" - } - }, - "questID:3": 1912, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_lightning" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_lightning" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1913.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1913.json deleted file mode 100644 index 4462b704..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1913.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_earth" - }, - "name:8": "Earth Mage" - } - }, - "questID:3": 1913, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_earth" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_earth" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1914.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1914.json deleted file mode 100644 index 29f6b4e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1914.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_sorcery" - }, - "name:8": "Sorcerer" - } - }, - "questID:3": 1914, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_sorcery" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_sorcery" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1915.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1915.json deleted file mode 100644 index 09d6f671..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1915.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 5" - } - }, - "questID:3": 1915, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1916.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1916.json deleted file mode 100644 index b0eaf0d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1916.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_chest" - }, - "name:8": "Sacrifice Metal" - } - }, - "questID:3": 1916, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:sacrifice_metal_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1917.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1917.json deleted file mode 100644 index e2144492..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1917.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:crystallis_chestplate" - }, - "name:8": "Crystallis" - } - }, - "questID:3": 1917, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:crystallis_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:crystallis_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:crystallis_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:crystallis_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1918.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1918.json deleted file mode 100644 index 7c7ba07a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1918.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_chestplate" - }, - "name:8": "Wildwood" - } - }, - "questID:3": 1918, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1920.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1920.json deleted file mode 100644 index a9600df6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1920.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 6" - } - }, - "questID:3": 1920, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1921.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1921.json deleted file mode 100644 index 5690ac5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1921.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_chest", - "tag:10": { - "Energy:3": 16000000 - } - }, - "name:8": "Draconic" - } - }, - "questID:3": 1921, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_helm", - "tag:10": { - "Energy:3": 16000000 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_chest", - "tag:10": { - "Energy:3": 16000000 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_legs", - "tag:10": { - "Energy:3": 16000000 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_boots", - "tag:10": { - "Energy:3": 16000000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_upgrades_locations" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1922.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1922.json deleted file mode 100644 index b52f849b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1922.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_chest" - }, - "name:8": "Brightsteel" - } - }, - "questID:3": 1922, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:brightsteel_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1923.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1923.json deleted file mode 100644 index 001f4ea6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1923.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_chestplate" - }, - "name:8": "Apalachia" - } - }, - "questID:3": 1923, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1925.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1925.json deleted file mode 100644 index c8c7ae49..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1925.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 7" - } - }, - "questID:3": 1925, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1927.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1927.json deleted file mode 100644 index 1a593684..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1927.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:ghastly_chestplate" - }, - "name:8": "Ghastly" - } - }, - "questID:3": 1927, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:ghastly_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:ghastly_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:ghastly_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:ghastly_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1928.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1928.json deleted file mode 100644 index a2fa7426..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1928.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_chestplate" - }, - "name:8": "Skythern" - } - }, - "questID:3": 1928, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1930.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1930.json deleted file mode 100644 index 5eb0e603..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1930.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 8" - } - }, - "questID:3": 1930, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1931.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1931.json deleted file mode 100644 index bc765aeb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1931.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_mortum_chest" - }, - "name:8": "Elite Mortum" - } - }, - "questID:3": 1931, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_mortum_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_mortum_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_mortum_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_mortum_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1932.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1932.json deleted file mode 100644 index 72a5a5cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1932.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:halite_chestplate" - }, - "name:8": "Halite" - } - }, - "questID:3": 1932, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:halite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:halite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:halite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:halite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1933.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1933.json deleted file mode 100644 index 34d5e0c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1933.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_chestplate" - }, - "name:8": "Mortum" - } - }, - "questID:3": 1933, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:mortum_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1935.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1935.json deleted file mode 100644 index f4584a93..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1935.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Chapter 9" - } - }, - "questID:3": 1935, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1936.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1936.json deleted file mode 100644 index f672c196..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1936.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1935 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_halite_chest" - }, - "name:8": "Fractallite Halite" - } - }, - "questID:3": 1936, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_halite_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_halite_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_halite_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:fractallite_halite_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1942.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1942.json deleted file mode 100644 index 2ea9203c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1942.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:awakened_halite_chestplate" - }, - "name:8": "Awakened Halite" - } - }, - "questID:3": 1942, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:awakened_halite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:awakened_halite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:awakened_halite_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:awakened_halite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1943.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1943.json deleted file mode 100644 index 370b60be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1943.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1586, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:written_book" - }, - "name:8": "Vethea" - } - }, - "questID:3": 1943, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:nightmare_bed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1944.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1944.json deleted file mode 100644 index 2af095bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1944.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_chestplate" - }, - "name:8": "Tormented" - } - }, - "questID:3": 1944, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_hood" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_mask" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_chestplate" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_leggings" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:tormented_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1945.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1945.json deleted file mode 100644 index f434100a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1945.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_chestplate" - }, - "name:8": "Demonized" - } - }, - "questID:3": 1945, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_hood" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_mask" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_chestplate" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_leggings" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:demonized_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1946.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1946.json deleted file mode 100644 index 6eb96963..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1946.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_chestplate" - }, - "name:8": "Finished" - } - }, - "questID:3": 1946, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_hood" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_mask" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_chestplate" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_leggings" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:finished_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1947.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1947.json deleted file mode 100644 index 0a030dfb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1947.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:knight_chestplate" - }, - "name:8": "Knight" - } - }, - "questID:3": 1947, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:knight_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:knight_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:knight_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:knight_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1948.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1948.json deleted file mode 100644 index 09d537d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1948.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_chestplate" - }, - "name:8": "Fiery" - } - }, - "questID:3": 1948, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1949.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1949.json deleted file mode 100644 index 99c02b96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1949.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_chestplate" - }, - "name:8": "Degraded" - } - }, - "questID:3": 1949, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_hood" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_mask" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_chestplate" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_leggings" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:degraded_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1950.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1950.json deleted file mode 100644 index fcf7d9d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1950.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:lyonic_chestplate" - }, - "name:8": "Lyonic" - } - }, - "questID:3": 1950, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:lyonic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:lyonic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:lyonic_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:lyonic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1951.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1951.json deleted file mode 100644 index f3e6ba10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1951.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_chestplate" - }, - "name:8": "Glistening" - } - }, - "questID:3": 1951, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_hood" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_mask" - }, - "3:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_chestplate" - }, - "4:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_leggings" - }, - "5:10": { - "Count:3": 1, - "id:8": "divinerpg:glistening_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1952.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1952.json deleted file mode 100644 index a6f9e357..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1952.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1943, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_chestplate" - }, - "name:8": "Iron" - } - }, - "questID:3": 1952, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:iron_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:iron_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:iron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1953.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1953.json deleted file mode 100644 index 2621e29a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1953.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:wyvern_chest", - "tag:10": { - "Energy:3": 4000000 - } - }, - "name:8": "Wyvern" - } - }, - "questID:3": 1953, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:wyvern_helm", - "tag:10": { - "Energy:3": 4000000 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "draconicevolution:wyvern_chest", - "tag:10": { - "Energy:3": 4000000 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "draconicevolution:wyvern_legs", - "tag:10": { - "Energy:3": 4000000 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "draconicevolution:wyvern_boots", - "tag:10": { - "Energy:3": 4000000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_upgrades_locations" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1954.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1954.json deleted file mode 100644 index ad22bf6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1954.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1766, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_metal_chest" - }, - "name:8": "Black Metal" - } - }, - "questID:3": 1954, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_metal_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_metal_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_metal_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:black_metal_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1960.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1960.json deleted file mode 100644 index 8c319ce2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1960.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_electric_chestplate" - }, - "name:8": "Electric Blue Dragon" - } - }, - "questID:3": 1960, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_electric_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_electric_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_electric_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_electric_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1961.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1961.json deleted file mode 100644 index 84b342f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1961.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_amythest_chestplate" - }, - "name:8": "Amethyst Dragon" - } - }, - "questID:3": 1961, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_amythest_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_amythest_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_amythest_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_amythest_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1962.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1962.json deleted file mode 100644 index 1af4cf1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1962.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_chestplate" - }, - "name:8": "Copper Dragon" - } - }, - "questID:3": 1962, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1963.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1963.json deleted file mode 100644 index 75c4357c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1963.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_black_chestplate" - }, - "name:8": "Black Dragon" - } - }, - "questID:3": 1963, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_black_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_black_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_black_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_black_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1964.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1964.json deleted file mode 100644 index fdbd329e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1964.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_lightning_chestplate" - }, - "name:8": "Lightning Dragonsteel" - } - }, - "questID:3": 1964, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_lightning_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_lightning_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_lightning_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:dragonsteel_lightning_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1967.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1967.json deleted file mode 100644 index 4921ac75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1967.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1599 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mowziesmobs:wrought_helmet" - }, - "name:8": "Wrought Helm" - } - }, - "questID:3": 1967, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mowziesmobs:wrought_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1972.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1972.json deleted file mode 100644 index 3f94c149..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1972.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGives underwater vision.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:achelos_helmet" - }, - "name:8": "Achelos" - } - }, - "questID:3": 1972, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:achelos_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1973.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1973.json deleted file mode 100644 index b188cbb8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1973.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGives water breathing.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:oceanus_helmet" - }, - "name:8": "Oceanus" - } - }, - "questID:3": 1973, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:oceanus_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1978.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1978.json deleted file mode 100644 index eca94d00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1978.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:grave_dust_chest" - }, - "name:8": "Grave Dust" - } - }, - "questID:3": 1978, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:grave_dust_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:grave_dust_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:grave_dust_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:grave_dust_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1979.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1979.json deleted file mode 100644 index 2ac5e155..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1979.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_healing" - }, - "name:8": "Healer" - } - }, - "questID:3": 1979, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_hat_healing" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_robe_healing" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1984.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1984.json deleted file mode 100644 index 3837d501..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1984.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball_chest" - }, - "name:8": "Sentient Meatball" - } - }, - "questID:3": 1984, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:sentient_meatball_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1987.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1987.json deleted file mode 100644 index 82b61ff3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1987.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:void_chestplate" - }, - "name:8": "Void" - } - }, - "questID:3": 1987, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:void_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:void_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:void_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:void_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1988.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1988.json deleted file mode 100644 index 1f8b8077..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1988.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:utopian_chestplate" - }, - "name:8": "Utopian" - } - }, - "questID:3": 1988, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:utopian_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:utopian_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:utopian_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:utopian_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1989.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1989.json deleted file mode 100644 index d93944ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1989.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_chestplate" - }, - "name:8": "Nethengeic" - } - }, - "questID:3": 1989, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:nethengeic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1990.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1990.json deleted file mode 100644 index b7eb3629..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1990.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:lyndamyte_chestplate" - }, - "name:8": "Lyndamyte" - } - }, - "questID:3": 1990, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:lyndamyte_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:lyndamyte_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:lyndamyte_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:lyndamyte_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1991.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1991.json deleted file mode 100644 index 2b6f6e61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1991.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:infernal_chestplate" - }, - "name:8": "Infernal" - } - }, - "questID:3": 1991, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:infernal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:infernal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:infernal_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:infernal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1992.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1992.json deleted file mode 100644 index 5882753d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1992.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_fire" - }, - "name:8": "Pyromancer Warlock" - } - }, - "questID:3": 1992, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_fire" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_fire" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1993.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1993.json deleted file mode 100644 index 64780a5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1993.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_ice" - }, - "name:8": "Ice Warlock" - } - }, - "questID:3": 1993, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_ice" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_ice" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1994.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1994.json deleted file mode 100644 index 25f936a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1994.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_lightning" - }, - "name:8": "Storm Warlock" - } - }, - "questID:3": 1994, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_lightning" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_lightning" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1995.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1995.json deleted file mode 100644 index 269e028d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1995.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_necromancy" - }, - "name:8": "Necromancer Warlock" - } - }, - "questID:3": 1995, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_necromancy" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_necromancy" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1996.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1996.json deleted file mode 100644 index c88c3e09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1996.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_earth" - }, - "name:8": "Earth Warlock" - } - }, - "questID:3": 1996, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_earth" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_earth" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1997.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1997.json deleted file mode 100644 index 819fd87d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1997.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_chestplate" - }, - "name:8": "Explosive" - } - }, - "questID:3": 1997, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:explosive_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1998.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1998.json deleted file mode 100644 index 75ba50a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1998.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_ice" - }, - "name:8": "Ice Battlemage" - } - }, - "questID:3": 1998, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_ice" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_ice" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/1999.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/1999.json deleted file mode 100644 index ae8499c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/1999.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_necromancy" - }, - "name:8": "Necromancer Battlemage" - } - }, - "questID:3": 1999, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_necromancy" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_necromancy" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2000.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2000.json deleted file mode 100644 index b027898d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2000.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_sorcery" - }, - "name:8": "Sauceror Battlemage" - } - }, - "questID:3": 2000, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_sorcery" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_sorcery" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2001.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2001.json deleted file mode 100644 index 471e4fa8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2001.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_healing" - }, - "name:8": "Healer Battlemage" - } - }, - "questID:3": 2001, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_healing" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_healing" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2005.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2005.json deleted file mode 100644 index c96762f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2005.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_earth" - }, - "name:8": "Earth Battlemage" - } - }, - "questID:3": 2005, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_earth" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_earth" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2006.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2006.json deleted file mode 100644 index d72f55fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2006.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_lightning" - }, - "name:8": "Storm Battlemage" - } - }, - "questID:3": 2006, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_lightning" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_lightning" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2007.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2007.json deleted file mode 100644 index 29a0e815..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2007.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_fire" - }, - "name:8": "Pyromancer Battlemage" - } - }, - "questID:3": 2007, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet_fire" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate_fire" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2008.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2008.json deleted file mode 100644 index d91dee85..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2008.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate" - }, - "name:8": "Battlemage" - } - }, - "questID:3": 2008, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:battlemage_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2009.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2009.json deleted file mode 100644 index f3ee0166..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2009.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_fire" - }, - "name:8": "Pyromancer Sage" - } - }, - "questID:3": 2009, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_fire" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_fire" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_fire" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_fire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2010.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2010.json deleted file mode 100644 index c6bb0fba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2010.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_ice" - }, - "name:8": "Ice Sage" - } - }, - "questID:3": 2010, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_ice" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_ice" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_ice" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2011.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2011.json deleted file mode 100644 index 332f1c26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2011.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_lightning" - }, - "name:8": "Storm Sage" - } - }, - "questID:3": 2011, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_lightning" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_lightning" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_lightning" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_lightning" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2012.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2012.json deleted file mode 100644 index f71b8667..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2012.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_necromancy" - }, - "name:8": "Necromanter Sage" - } - }, - "questID:3": 2012, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_necromancy" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_necromancy" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_necromancy" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_necromancy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2013.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2013.json deleted file mode 100644 index 8c9ec148..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2013.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_sorcery" - }, - "name:8": "Sorcerer Sage" - } - }, - "questID:3": 2013, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_sorcery" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_sorcery" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2014.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2014.json deleted file mode 100644 index f194741c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2014.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_earth" - }, - "name:8": "Earth Sage" - } - }, - "questID:3": 2014, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_earth" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_earth" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_earth" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2015.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2015.json deleted file mode 100644 index 8a208abf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2015.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe" - }, - "name:8": "Warlock" - } - }, - "questID:3": 2015, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2016.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2016.json deleted file mode 100644 index 2f5540a2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2016.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_healing" - }, - "name:8": "Healer Sage" - } - }, - "questID:3": 2016, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_hat_healing" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_robe_healing" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:sage_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2017.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2017.json deleted file mode 100644 index c7be157f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2017.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFaster attack speed in water.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:sealord_helmet" - }, - "name:8": "Sealord" - } - }, - "questID:3": 2017, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:sealord_helmet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2018.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2018.json deleted file mode 100644 index 0455d42f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2018.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1587, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMediocre night vision.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:night_vision_goggles" - }, - "name:8": "Night Vision Goggles" - } - }, - "questID:3": 2018, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:night_vision_goggles" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2020.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2020.json deleted file mode 100644 index 91fa8768..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2020.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProtects you from the Vox Ponds.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:face_mask" - }, - "name:8": "Face Mask" - } - }, - "questID:3": 2020, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:face_mask" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2021.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2021.json deleted file mode 100644 index 91bd6a85..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2021.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_wildwood_chest" - }, - "name:8": "Elite Wildwood" - } - }, - "questID:3": 2021, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_wildwood_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_wildwood_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_wildwood_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_wildwood_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2022.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2022.json deleted file mode 100644 index 6744a77b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2022.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:fungal_chestplate" - }, - "name:8": "Fungal" - } - }, - "questID:3": 2022, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:fungal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:fungal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:fungal_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:fungal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2023.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2023.json deleted file mode 100644 index 6d8be247..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2023.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_token_chest" - }, - "name:8": "Celeve Token" - } - }, - "questID:3": 2023, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:celeve_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2027.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2027.json deleted file mode 100644 index 1dc2d33c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2027.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:hydrangic_chestplate" - }, - "name:8": "Hydrangic" - } - }, - "questID:3": 2027, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:hydrangic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:hydrangic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:hydrangic_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:hydrangic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2028.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2028.json deleted file mode 100644 index 2de413d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2028.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_token_chest" - }, - "name:8": "Gardencia Token" - } - }, - "questID:3": 2028, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:gardencia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2032.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2032.json deleted file mode 100644 index 2c04809b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2032.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:alacrity_chestplate" - }, - "name:8": "Alacrity" - } - }, - "questID:3": 2032, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:alacrity_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:alacrity_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:alacrity_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:alacrity_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2033.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2033.json deleted file mode 100644 index b0d88c95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2033.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_token_chest" - }, - "name:8": "Candyland Token" - } - }, - "questID:3": 2033, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:candyland_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2035.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2035.json deleted file mode 100644 index 55bdc835..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2035.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1683 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:hazmat_chestplate" - }, - "name:8": "Hazmat" - } - }, - "questID:3": 2035, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:hazmat_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:hazmat_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:hazmat_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:hazmat_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2036.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2036.json deleted file mode 100644 index 6172c14e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2036.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:commander_chestplate" - }, - "name:8": "Commander" - } - }, - "questID:3": 2036, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:commander_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:commander_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:commander_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:commander_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2037.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2037.json deleted file mode 100644 index 91321f5d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2037.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_token_chest" - }, - "name:8": "Borean Token" - } - }, - "questID:3": 2037, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:borean_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2039.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2039.json deleted file mode 100644 index 1de5aa49..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2039.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_skythern_chest" - }, - "name:8": "Elite Skythern" - } - }, - "questID:3": 2039, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_skythern_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_skythern_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_skythern_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_skythern_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2041.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2041.json deleted file mode 100644 index e52344c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2041.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:ghoulish_chestplate" - }, - "name:8": "Ghoulish" - } - }, - "questID:3": 2041, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:ghoulish_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:ghoulish_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:ghoulish_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:ghoulish_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2042.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2042.json deleted file mode 100644 index 897357b4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2042.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:archaic_chestplate" - }, - "name:8": "Archaic" - } - }, - "questID:3": 2042, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:archaic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:archaic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:archaic_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:archaic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2043.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2043.json deleted file mode 100644 index 45580d4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2043.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_token_chest" - }, - "name:8": "Greckon Token" - } - }, - "questID:3": 2043, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:greckon_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2044.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2044.json deleted file mode 100644 index 4de50960..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2044.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_token_chest" - }, - "name:8": "Dustopia Token" - } - }, - "questID:3": 2044, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:dustopia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2047.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2047.json deleted file mode 100644 index c51b1cc5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2047.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_token_chest" - }, - "name:8": "Shyrelands Token" - } - }, - "questID:3": 2047, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:shyrelands_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2051.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2051.json deleted file mode 100644 index 3d3610ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2051.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:augury_chestplate" - }, - "name:8": "Augury" - } - }, - "questID:3": 2051, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:augury_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:augury_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:augury_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:augury_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2052.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2052.json deleted file mode 100644 index ca07ee85..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2052.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:baron_chestplate" - }, - "name:8": "Baron" - } - }, - "questID:3": 2052, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:baron_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:baron_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:baron_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:baron_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2053.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2053.json deleted file mode 100644 index 35d2da39..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2053.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:battleborn_chestplate" - }, - "name:8": "Battleborn" - } - }, - "questID:3": 2053, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:battleborn_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:battleborn_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:battleborn_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:battleborn_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2054.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2054.json deleted file mode 100644 index 2d0fa1bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2054.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:creation_chestplate" - }, - "name:8": "Creation" - } - }, - "questID:3": 2054, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:creation_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:creation_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:creation_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:creation_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2055.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2055.json deleted file mode 100644 index 42a7c3e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2055.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:embrodium_chestplate" - }, - "name:8": "Embrodium" - } - }, - "questID:3": 2055, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:embrodium_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:embrodium_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:embrodium_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:embrodium_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2056.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2056.json deleted file mode 100644 index e5b9457d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2056.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:foraging_chestplate" - }, - "name:8": "Foraging" - } - }, - "questID:3": 2056, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:foraging_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:foraging_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:foraging_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:foraging_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2057.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2057.json deleted file mode 100644 index 650d4da9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2057.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:extraction_chestplate" - }, - "name:8": "Extraction" - } - }, - "questID:3": 2057, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:extraction_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:extraction_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:extraction_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:extraction_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2058.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2058.json deleted file mode 100644 index 7859ec3b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2058.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:expedition_chestplate" - }, - "name:8": "Expedition" - } - }, - "questID:3": 2058, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:expedition_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:expedition_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:expedition_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:expedition_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2059.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2059.json deleted file mode 100644 index fb847f76..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2059.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:exoplate_chestplate" - }, - "name:8": "Exoplate" - } - }, - "questID:3": 2059, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:exoplate_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:exoplate_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:exoplate_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:exoplate_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2060.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2060.json deleted file mode 100644 index 3ecb2441..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2060.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:engineering_chestplate" - }, - "name:8": "Engineering" - } - }, - "questID:3": 2060, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:engineering_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:engineering_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:engineering_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:engineering_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2061.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2061.json deleted file mode 100644 index 9551eb1c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2061.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:hauling_chestplate" - }, - "name:8": "Hauling" - } - }, - "questID:3": 2061, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:hauling_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:hauling_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:hauling_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:hauling_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2062.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2062.json deleted file mode 100644 index 2c7486de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2062.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:hunter_chestplate" - }, - "name:8": "Hunter" - } - }, - "questID:3": 2062, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:hunter_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:hunter_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:hunter_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:hunter_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2063.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2063.json deleted file mode 100644 index 45cea1b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2063.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:infusion_chestplate" - }, - "name:8": "Infusion" - } - }, - "questID:3": 2063, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:infusion_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:infusion_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:infusion_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:infusion_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2064.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2064.json deleted file mode 100644 index b083c109..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2064.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:innervation_chestplate" - }, - "name:8": "Innervation" - } - }, - "questID:3": 2064, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:innervation_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:innervation_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:innervation_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:innervation_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2065.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2065.json deleted file mode 100644 index 05fc7f98..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2065.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:logging_chestplate" - }, - "name:8": "Logging" - } - }, - "questID:3": 2065, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:logging_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:logging_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:logging_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:logging_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2066.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2066.json deleted file mode 100644 index 67a2676d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2066.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_apalachia_chest" - }, - "name:8": "Elite Apalachia" - } - }, - "questID:3": 2066, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_apalachia_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_apalachia_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_apalachia_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:elite_apalachia_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2067.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2067.json deleted file mode 100644 index a8dc783b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2067.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:elecanyte_chestplate" - }, - "name:8": "Elecanyte" - } - }, - "questID:3": 2067, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:elecanyte_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:elecanyte_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:elecanyte_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:elecanyte_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2068.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2068.json deleted file mode 100644 index 2718a9af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2068.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_token_chest" - }, - "name:8": "Lunar Token" - } - }, - "questID:3": 2068, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:lunar_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2070.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2070.json deleted file mode 100644 index 8d0dc15f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2070.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:purity_chestplate" - }, - "name:8": "Purity" - } - }, - "questID:3": 2070, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:purity_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:purity_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:purity_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:purity_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2071.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2071.json deleted file mode 100644 index 561f758d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2071.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_chestplate" - }, - "name:8": "Lunar" - } - }, - "questID:3": 2071, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:lunar_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2072.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2072.json deleted file mode 100644 index 2d4ca4b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2072.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:hydroplate_chestplate" - }, - "name:8": "Hydroplate" - } - }, - "questID:3": 2072, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:hydroplate_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:hydroplate_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:hydroplate_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:hydroplate_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2073.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2073.json deleted file mode 100644 index d52b6031..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2073.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:necro_chestplate" - }, - "name:8": "Necro" - } - }, - "questID:3": 2073, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:necro_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:necro_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:necro_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:necro_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2074.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2074.json deleted file mode 100644 index b227955b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2074.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:nightmare_chestplate" - }, - "name:8": "Nightmare" - } - }, - "questID:3": 2074, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:nightmare_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:nightmare_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:nightmare_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:nightmare_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2075.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2075.json deleted file mode 100644 index 2d6f83e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2075.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1925, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:primordial_chestplate" - }, - "name:8": "Primordial" - } - }, - "questID:3": 2075, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:primordial_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:primordial_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:primordial_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:primordial_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2092.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2092.json deleted file mode 100644 index 50009fc4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2092.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1592, - 1595 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:champion_token_chest" - }, - "name:8": "Champion Token" - } - }, - "questID:3": 2092, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:champion_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:champion_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:champion_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:champion_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2093.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2093.json deleted file mode 100644 index cfb482fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2093.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:phantasm_chestplate" - }, - "name:8": "Phantasm" - } - }, - "questID:3": 2093, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:phantasm_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:phantasm_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:phantasm_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:phantasm_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2094.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2094.json deleted file mode 100644 index eafc8b69..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2094.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:sharpshot_chestplate" - }, - "name:8": "Sharpshot" - } - }, - "questID:3": 2094, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:sharpshot_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:sharpshot_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:sharpshot_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:sharpshot_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2095.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2095.json deleted file mode 100644 index abeaee7e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2095.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_chestplate" - }, - "name:8": "Rosidian" - } - }, - "questID:3": 2095, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:rosidian_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2096.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2096.json deleted file mode 100644 index dd5d493d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2096.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:poison_chestplate" - }, - "name:8": "Poison" - } - }, - "questID:3": 2096, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:poison_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:poison_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:poison_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:poison_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2097.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2097.json deleted file mode 100644 index 431b5ceb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2097.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:runation_chestplate" - }, - "name:8": "Runation" - } - }, - "questID:3": 2097, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:runation_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:runation_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:runation_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:runation_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2098.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2098.json deleted file mode 100644 index e03e55df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2098.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:predatious_chestplate" - }, - "name:8": "Predatious" - } - }, - "questID:3": 2098, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:predatious_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:predatious_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:predatious_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:predatious_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2099.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2099.json deleted file mode 100644 index 48b19c81..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2099.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:omni_chestplate" - }, - "name:8": "Omni" - } - }, - "questID:3": 2099, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:omni_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:omni_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:omni_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:omni_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2100.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2100.json deleted file mode 100644 index 1d65bb10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2100.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:mercurial_chestplate" - }, - "name:8": "Mercurial" - } - }, - "questID:3": 2100, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:mercurial_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:mercurial_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:mercurial_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:mercurial_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2101.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2101.json deleted file mode 100644 index 788311c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2101.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:rockbone_chestplate" - }, - "name:8": "Rockbone" - } - }, - "questID:3": 2101, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:rockbone_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:rockbone_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:rockbone_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:rockbone_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2102.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2102.json deleted file mode 100644 index 716e00b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2102.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:runic_chestplate" - }, - "name:8": "Runic" - } - }, - "questID:3": 2102, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:runic_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:runic_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:runic_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:runic_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2103.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2103.json deleted file mode 100644 index f9b1b079..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2103.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:spaceking_chestplate" - }, - "name:8": "Spaceking" - } - }, - "questID:3": 2103, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:spaceking_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:spaceking_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:spaceking_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:spaceking_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2104.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2104.json deleted file mode 100644 index 875bbdaa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2104.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:speed_chestplate" - }, - "name:8": "Speed" - } - }, - "questID:3": 2104, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:speed_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:speed_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:speed_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:speed_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2105.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2105.json deleted file mode 100644 index 1ac7b623..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2105.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_chestplate" - }, - "name:8": "Skeletal" - } - }, - "questID:3": 2105, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:skeletal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2106.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2106.json deleted file mode 100644 index 9b3e53e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2106.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:subterranean_chestplate" - }, - "name:8": "Subterranean" - } - }, - "questID:3": 2106, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:subterranean_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:subterranean_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:subterranean_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:subterranean_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2107.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2107.json deleted file mode 100644 index a079c19f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2107.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:weaken_chestplate" - }, - "name:8": "Weaken" - } - }, - "questID:3": 2107, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:weaken_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:weaken_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:weaken_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:weaken_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2109.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2109.json deleted file mode 100644 index 3ea3a9e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2109.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:zargonite_chestplate" - }, - "name:8": "Zargonite" - } - }, - "questID:3": 2109, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:zargonite_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:zargonite_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:zargonite_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:zargonite_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2110.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2110.json deleted file mode 100644 index 59141b42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2110.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_sorcery" - }, - "name:8": "Sorcerer Warlock" - } - }, - "questID:3": 2110, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_sorcery" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_sorcery" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_sorcery" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_sorcery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2111.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2111.json deleted file mode 100644 index 365259ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2111.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_healing" - }, - "name:8": "Healer Warlock" - } - }, - "questID:3": 2111, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_hood_healing" - }, - "1:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_robe_healing" - }, - "2:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_leggings_healing" - }, - "3:10": { - "Count:3": 1, - "id:8": "ebwizardry:warlock_boots_healing" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2114.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2114.json deleted file mode 100644 index 068bb2b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2114.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_token_chest" - }, - "name:8": "Lelyetia Token" - } - }, - "questID:3": 2114, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:lelyetia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2115.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2115.json deleted file mode 100644 index dd10985c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2115.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1770, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_token_chest" - }, - "name:8": "Precasia Token" - } - }, - "questID:3": 2115, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:precasia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2116.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2116.json deleted file mode 100644 index c6d1e587..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2116.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_token_chest" - }, - "name:8": "Crystevia Token" - } - }, - "questID:3": 2116, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:crystevia_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2117.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2117.json deleted file mode 100644 index fc51c4a9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2117.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_token_chest" - }, - "name:8": "Haven Token" - } - }, - "questID:3": 2117, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:haven_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2118.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2118.json deleted file mode 100644 index 3a50ba24..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2118.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_token_chest" - }, - "name:8": "Vox Ponds Token" - } - }, - "questID:3": 2118, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:vox_ponds_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2119.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2119.json deleted file mode 100644 index c17c2e55..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2119.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_token_chest" - }, - "name:8": "Mysterium Token" - } - }, - "questID:3": 2119, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:mysterium_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2120.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2120.json deleted file mode 100644 index c52e5faf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2120.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1915, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_token_chest" - }, - "name:8": "Iromine Token" - } - }, - "questID:3": 2120, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:iromine_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2121.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2121.json deleted file mode 100644 index 99713e9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2121.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_token_chest" - }, - "name:8": "Runandor Token" - } - }, - "questID:3": 2121, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:runandor_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2123.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2123.json deleted file mode 100644 index 2431d17a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2123.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1598 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nether_token_chest" - }, - "name:8": "Nether Token" - } - }, - "questID:3": 2123, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nether_token_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:nether_token_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:nether_token_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:nether_token_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2151.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2151.json deleted file mode 100644 index 78423239..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2151.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1930, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ichorium_chest" - }, - "name:8": "Ichorium" - } - }, - "questID:3": 2151, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ichorium_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ichorium_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:ichorium_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:ichorium_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2152.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2152.json deleted file mode 100644 index 5174e0fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2152.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1920, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconic_alloy_chest" - }, - "name:8": "Ascended Draconic Alloy" - } - }, - "questID:3": 2152, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconic_alloy_head" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconic_alloy_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconic_alloy_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:ascended_draconic_alloy_feet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2187.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2187.json deleted file mode 100644 index e912d0cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2187.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1599, - 1587 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_metal_chestplate" - }, - "name:8": "Draconian Copper" - } - }, - "questID:3": 2187, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_metal_helmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_metal_chestplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_metal_leggings" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:armor_copper_metal_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/2242.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/2242.json deleted file mode 100644 index c083719f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/2242.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1592 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "redstonearsenal:armor.plate_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "name:8": "Fluxed Electrum" - } - }, - "questID:3": 2242, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "redstonearsenal:armor.helmet_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "redstonearsenal:armor.plate_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "redstonearsenal:armor.legs_flux", - "tag:10": { - "Energy:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "redstonearsenal:armor.boots_flux", - "tag:10": { - "Energy:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/12/46903672.json b/config - Copy/betterquesting/DefaultQuests/Quests/12/46903672.json deleted file mode 100644 index 51a3734c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/12/46903672.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1595, - 1597 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichor_chest" - }, - "name:8": "Kamicloth" - } - }, - "questID:3": 46903672, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichor_helm" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichor_chest" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichor_legs" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumictinkerer:ichor_boots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1021.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1021.json deleted file mode 100644 index b06e7407..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1021.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:scythe_head" - } - }, - "name:8": "Scythe Head" - } - }, - "questID:3": 1021, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:scythe_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1022.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1022.json deleted file mode 100644 index 323f0bbf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1022.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:knife_blade" - } - }, - "name:8": "Knife Blade" - } - }, - "questID:3": 1022, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:knife_blade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1023.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1023.json deleted file mode 100644 index 6c6d751e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1023.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:pipe_piece" - } - }, - "name:8": "Pipe Piece" - } - }, - "questID:3": 1023, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:pipe_piece" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1024.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1024.json deleted file mode 100644 index 3506404d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1024.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hammer_head" - } - }, - "name:8": "Hammer Head" - } - }, - "questID:3": 1024, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hammer_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1025.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1025.json deleted file mode 100644 index 130f4ea1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1025.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe tool forge is the preferred way of making tools!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "avaritia:block_resource" - } - } - }, - "name:8": "Better Tools!" - } - }, - "questID:3": 1025, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:toolforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:iron_block" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1026.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1026.json deleted file mode 100644 index 45fb5866..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1026.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:fletching" - } - }, - "name:8": "Fletching" - } - }, - "questID:3": 1026, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:fletching" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1027.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1027.json deleted file mode 100644 index 15af2c7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1027.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:leggings_core" - } - }, - "name:8": "Leggings Core" - } - }, - "questID:3": 1027, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:leggings_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1028.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1028.json deleted file mode 100644 index b5cec740..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1028.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:wide_guard" - } - }, - "name:8": "Wide Guard" - } - }, - "questID:3": 1028, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:wide_guard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1029.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1029.json deleted file mode 100644 index a8aa45c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1029.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:axe_head" - } - }, - "name:8": "Axe Head" - } - }, - "questID:3": 1029, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:axe_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1030.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1030.json deleted file mode 100644 index 38640e30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1030.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe pattern chest lets you store patterns and casts!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:tooltables" - }, - "name:8": "Pattern Storage" - } - }, - "questID:3": 1030, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:tooltables" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1031.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1031.json deleted file mode 100644 index 61c17af6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1031.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe armor forge works like the tool station, but for armor!", - "icon:10": { - "Count:3": 1, - "id:8": "conarm:armorforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "avaritia:block_resource" - } - } - }, - "name:8": "Making Armor" - } - }, - "questID:3": 1031, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "conarm:armorforge", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:iron_block" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1032.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1032.json deleted file mode 100644 index 9cbc15d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1032.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe smeltery is the main multiblock in tinker\u0027s construct! It smelts ores and other metal items into molten fluids.\n\nThe multiblock can be any cuboud shape (without corners and edges) with an open top, and it is made out of any seared stone block. \n\nThe multiblock needs one smeltery controller, this can replace any block! Item inputs can be piped into the controller.\n\nThe multiblock needs at least one seared tank, but it can have more, those can replace any block! This is to input fuel into the tank. Lava is the easiest fuel to get.\n\nTo output the fluids from the smeltery, you need seared drains. Those can replace any blocks!\n\nYou can use fluiducts on the smeltery drains. EnderIO conduits in theory work too, but they can bug out.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_controller" - }, - "name:8": "Smeltery" - } - }, - "questID:3": 1032, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_controller" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "tconstruct:seared_tank" - }, - "2:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_io" - }, - "3:10": { - "Count:3": 1, - "OreDict:8": "blockSeared", - "id:8": "tconstruct:seared" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1033.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1033.json deleted file mode 100644 index 003a5266..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1033.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 1034 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe tool station combines parts together to make tools!\n\nThe station cannot make all tool types, so you should upgrade to a tool forge ASAP!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tconstruct:tooltables" - }, - "name:8": "Tooling Time!" - } - }, - "questID:3": 1033, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tconstruct:tooltables" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1034.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1034.json deleted file mode 100644 index 1d9c1a66..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1034.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe part builder lets you build parts from basic materials! \n\nTo build a part, you need a pattern of the corresponding shape!\n\nMetal parts cannot be made in the part bulder, you will need a smeltery instead! See next quests for more info!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "tconstruct:tooltables", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extratrees:logs.fireproof.5" - } - } - }, - "name:8": "Making Parts!" - } - }, - "questID:3": 1034, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "tconstruct:tooltables", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:log" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1035.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1035.json deleted file mode 100644 index 592cfc79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1035.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1036 - ], - "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!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern" - }, - "name:8": "Patterning!" - } - }, - "questID:3": 1035, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1036.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1036.json deleted file mode 100644 index f25c76cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1036.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTinker\u0027s construct is a tool and armor making mod! \n\nIt is recommended to start off with this mod to make tools in early game!\nLater on, other mods add good tools as well!\n\nFor armor, tinker\u0027s construct is OK, but from chapter 2 onwards it\u0027s probably better to go for other armor sets (although you can make it work).", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "plustic:laser_gun", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -6202120, - "identifier:8": "coldblooded", - "level:3": 1 - }, - "1:10": { - "color:3": -6202120, - "identifier:8": "insatiable", - "level:3": 1 - }, - "2:10": { - "color:3": -8462660, - "identifier:8": "aquadynamic", - "level:3": 1 - }, - "3:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 660, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 7.02 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 660, - "FreeModifiers:3": 3, - "HarvestLevel:3": 4, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 7.02 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "manyullyn", - "1:8": "manyullyn", - "2:8": "prismarine", - "3:8": "manyullyn" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "coldblooded", - "1:8": "insatiable", - "2:8": "aquadynamic", - "3:8": "toolleveling" - } - } - }, - "name:8": "All of the Tinkering" - } - }, - "questID:3": 1036, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1037.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1037.json deleted file mode 100644 index 170f0cf8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1037.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_binding" - } - }, - "name:8": "Tough Binding" - } - }, - "questID:3": 1037, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_binding" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1038.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1038.json deleted file mode 100644 index 7a4e1b79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1038.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:cross_guard" - } - }, - "name:8": "Cross Guard" - } - }, - "questID:3": 1038, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:cross_guard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1039.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1039.json deleted file mode 100644 index 05eeb988..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1039.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hand_guard" - } - }, - "name:8": "Hand Guard" - } - }, - "questID:3": 1039, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:hand_guard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1040.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1040.json deleted file mode 100644 index 9a727702..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1040.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shard" - } - }, - "name:8": "Shard" - } - }, - "questID:3": 1040, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1041.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1041.json deleted file mode 100644 index 46733176..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1041.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_limb" - } - }, - "name:8": "Bowlimb" - } - }, - "questID:3": 1041, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_limb" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1042.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1042.json deleted file mode 100644 index 0c8a4f8a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1042.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:excavator_head" - } - }, - "name:8": "Excavator Head" - } - }, - "questID:3": 1042, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:excavator_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1043.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1043.json deleted file mode 100644 index 5639eb3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1043.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:polishing_kit" - } - }, - "name:8": "Polishing Kit" - } - }, - "questID:3": 1043, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:polishing_kit" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1044.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1044.json deleted file mode 100644 index eb298fa3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1044.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_sword_blade" - } - }, - "name:8": "Large Sword Blade" - } - }, - "questID:3": 1044, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_sword_blade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1045.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1045.json deleted file mode 100644 index a16df1b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1045.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tool_rod" - } - }, - "name:8": "Tool Rod" - } - }, - "questID:3": 1045, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tool_rod" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1046.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1046.json deleted file mode 100644 index 2dca8814..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1046.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_string" - } - }, - "name:8": "Bowstring" - } - }, - "questID:3": 1046, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:bow_string" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1047.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1047.json deleted file mode 100644 index f471289f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1047.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe casting basin is used to make blocks out of the melted materials made in the smeltery.\n\nPlace seared faucets on the seared drains, and put casting basins underneath.\n\nRight click the faucet to put molten metal into the basin.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:casting" - }, - "name:8": "Bloccs" - } - }, - "questID:3": 1047, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:casting" - }, - "1:10": { - "Count:3": 1, - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1048.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1048.json deleted file mode 100644 index 7d638da7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1048.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFor metals, tool parts cannot be made in the part builder, you need the casting table.\n\nPlace seared faucets on top of the seared drains, and put casting tables underneath.\n\nTo make a part, you will need a cast, see next quest for info on how to make casts!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:casting" - }, - "name:8": "Basic Casting" - } - }, - "questID:3": 1048, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:casting" - }, - "1:10": { - "Count:3": 1, - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1049.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1049.json deleted file mode 100644 index a0097ca7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1049.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo make a cast, you want to start by making a part in the part builder. You should use a cheap material like cobblestone.\n\nPlace the part on the casting table, and pour a casting material by right clicking the faucet above the casting table.\n\nCasting materials can be molten gold or molten aluminum brass!\n\nAfter you have made a cast, you can place it in the table, and use it to make parts out of any metal you want!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:cast_custom" - }, - "name:8": "Cast me zaddy!" - } - }, - "questID:3": 1049, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "cast", - "id:8": "tconstruct:cast", - "tag:10": { - "PartType:8": "conarm:chest_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1050.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1050.json deleted file mode 100644 index 224bfa70..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1050.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§6§7Some of the molten metals in the smeltery combine into alloys. JEI has a page listing what metal combinations will form alloys.\n\nThe first alloys used in the pack are bronze and aluminum brass.\n\nBronze is made by combining one part molten tin, and three parts molten copper!\n\nAluminum brass is made by combining one part molten copper and three parts molten aluminum!\n\n\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "tconstruct:metal" - }, - "name:8": "Alloys" - } - }, - "questID:3": 1050, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 163, - "OreDict:8": "ingotBronze", - "id:8": "thermalfoundation:material" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "OreDict:8": "ingotAlubrass", - "id:8": "tconstruct:ingots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1051.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1051.json deleted file mode 100644 index 04ad4bfe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1051.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you haven\u0027t noticed it, the smeltery doubles ores when you melt them.\n\nTo semi-automate ore-doubling, use the redstone clock to automatically output molten metals into casting tables with an ingot cast!\n\nYou can use hoppers to automatically put ores into the smeltery, and to take ingots out of the casting tables!\n\nBe careful! Alloys can form if you mix a lot of metals in the smeltery at once!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:redstoneclock" - }, - "name:8": "Basic Ore Processing" - } - }, - "questID:3": 1051, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:redstoneclock" - }, - "1:10": { - "Count:3": 1, - "id:8": "tconstruct:cast_custom" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:hopper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1052.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1052.json deleted file mode 100644 index 42f9cdaf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1052.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe smart output is an upgraded version of the casting table, it can be used for automation, and it can be upgraded for extra functionality!", - "icon:10": { - "Count:3": 1, - "id:8": "tinker_io:smart_output" - }, - "name:8": "So Smart, Such Output" - } - }, - "questID:3": 1052, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tinker_io:smart_output" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1053.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1053.json deleted file mode 100644 index 519fdf55..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1053.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1058 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!", - "icon:10": { - "Count:3": 1, - "id:8": "conarm:boots", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "name:8": "Boots" - } - }, - "questID:3": 1053, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "conarm:boots", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 237, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1054.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1054.json deleted file mode 100644 index 6ce0c12b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1054.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1027 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!", - "icon:10": { - "Count:3": 1, - "id:8": "conarm:leggings", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "name:8": "Leggings" - } - }, - "questID:3": 1054, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "conarm:leggings", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 273, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1055.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1055.json deleted file mode 100644 index 2a9fc0e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1055.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1082 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!", - "icon:10": { - "Count:3": 1, - "id:8": "conarm:chestplate", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "name:8": "Chestplate" - } - }, - "questID:3": 1055, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "conarm:chestplate", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 291, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1056.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1056.json deleted file mode 100644 index c88ed014..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1056.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1031, - 1074, - 1077, - 1080 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!", - "icon:10": { - "Count:3": 1, - "id:8": "conarm:helmet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - }, - "name:8": "Helmet" - } - }, - "questID:3": 1056, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "conarm:helmet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic_armor", - "level:3": 3, - "magnetic1_armor:1": 1, - "magnetic2_armor:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "leveling_armor", - "level:3": 1 - } - }, - "Stats:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "StatsOriginal:10": { - "Defense:5": 15.0, - "Durability:3": 200, - "FreeModifiers:3": 3, - "Toughness:5": 0.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "leveling_armor" - } - }, - "Traits:9": { - "0:8": "magnetic2_armor", - "1:8": "magnetic1_armor", - "2:8": "leveling_armor" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1057.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1057.json deleted file mode 100644 index 3ac1eef8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1057.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_head" - } - }, - "name:8": "Arrow Head" - } - }, - "questID:3": 1057, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1058.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1058.json deleted file mode 100644 index 126a6e1d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1058.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:boots_core" - } - }, - "name:8": "Boots Core" - } - }, - "questID:3": 1058, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:boots_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1059.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1059.json deleted file mode 100644 index d3bcec6e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1059.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1083, - 1071, - 1045 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla pickaxe!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:pickaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Pickaxe" - } - }, - "questID:3": 1059, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:pickaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1060.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1060.json deleted file mode 100644 index 72b38716..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1060.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1072, - 1071 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla shovel!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:shovel", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Shovel" - } - }, - "questID:3": 1060, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:shovel", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1061.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1061.json deleted file mode 100644 index dc7b582c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1061.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1071, - 1029 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla axe!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:hatchet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Hatchet" - } - }, - "questID:3": 1061, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:hatchet", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1062.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1062.json deleted file mode 100644 index 482ca91d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1062.json +++ /dev/null @@ -1,182 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1072, - 1029 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nCombination of shovel, axe, and hoe!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:mattock", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Mattock" - } - }, - "questID:3": 1062, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:mattock", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 7.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "HarvestLevelAxe:3": 2, - "HarvestLevelShovel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1063.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1063.json deleted file mode 100644 index 24a39704..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1063.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1071, - 1078 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a hoe and shears!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:kama", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Kama" - } - }, - "questID:3": 1063, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:kama", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1064.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1064.json deleted file mode 100644 index dd983a05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1064.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1024, - 1084, - 1088 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a pickaxe, but mines a 3x3 area, very good for mining!\n\nEarly on this is the best mining tool, and a rupee head gives you haste while you mine!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Hammer" - } - }, - "questID:3": 1064, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 582, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1065.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1065.json deleted file mode 100644 index c1f749ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1065.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1075, - 1038 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, with less damage, but higher speed, and can pierce armor!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:rapier", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Rapier" - } - }, - "questID:3": 1065, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:rapier", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 220, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1066.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1066.json deleted file mode 100644 index 7d57a025..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1066.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1039, - 1075 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, with increased range, but less damage.", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:longsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Longsword" - } - }, - "questID:3": 1066, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:longsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 289, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1067.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1067.json deleted file mode 100644 index 838a0ea7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1067.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1028, - 1075 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla sword!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:broadsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Broadsword" - } - }, - "questID:3": 1067, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:broadsword", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 303, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1068.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1068.json deleted file mode 100644 index eb6d52d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1068.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1037, - 1021 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a hoe in a 3x3 area. Damages mobs in a 3x3 area!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:scythe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Scythe" - } - }, - "questID:3": 1068, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:scythe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "weapon", - "3:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 607, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1069.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1069.json deleted file mode 100644 index 215939a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1069.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1037, - 1084, - 1073 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like an axe that cuts down entire trees!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:lumberaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Lumberaxe" - } - }, - "questID:3": 1069, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:lumberaxe", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1070.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1070.json deleted file mode 100644 index f7b31130..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1070.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1084, - 1042, - 1037 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a shovel, but mines in a 3x3 area!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:excavator", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Excavator" - } - }, - "questID:3": 1070, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:excavator", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "aoe", - "2:8": "harvest" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 483, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1071.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1071.json deleted file mode 100644 index 62eef1ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1071.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:binding" - } - }, - "name:8": "Binding" - } - }, - "questID:3": 1071, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:binding" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1072.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1072.json deleted file mode 100644 index 33e4ecb6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1072.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shovel_head" - } - }, - "name:8": "Shovel Head" - } - }, - "questID:3": 1072, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:shovel_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1073.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1073.json deleted file mode 100644 index 4f17669d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1073.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:broad_axe_head" - } - }, - "name:8": "Broad Axe Head" - } - }, - "questID:3": 1073, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:broad_axe_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1074.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1074.json deleted file mode 100644 index 9d30538b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1074.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_trim" - } - }, - "name:8": "Armor Trim" - } - }, - "questID:3": 1074, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_trim" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1075.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1075.json deleted file mode 100644 index 738d1f1d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1075.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sword_blade" - } - }, - "name:8": "Sword Blade" - } - }, - "questID:3": 1075, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sword_blade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1076.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1076.json deleted file mode 100644 index e599dbea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1076.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:battery_cell" - } - }, - "name:8": "Battery Cell" - } - }, - "questID:3": 1076, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:battery_cell" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1077.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1077.json deleted file mode 100644 index 59906515..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1077.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_plate" - } - }, - "name:8": "Armor Plates" - } - }, - "questID:3": 1077, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:armor_plate" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1078.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1078.json deleted file mode 100644 index 93d3223b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1078.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:kama_head" - } - }, - "name:8": "Kama Head" - } - }, - "questID:3": 1078, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:kama_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1079.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1079.json deleted file mode 100644 index ddf14995..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1079.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sharpening_kit" - } - }, - "name:8": "Sharpening Kit" - } - }, - "questID:3": 1079, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sharpening_kit" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1080.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1080.json deleted file mode 100644 index 6a84caee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1080.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:helmet_core" - } - }, - "name:8": "Helmet Core" - } - }, - "questID:3": 1080, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:helmet_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1081.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1081.json deleted file mode 100644 index 4fecaf6e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1081.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pan_head" - } - }, - "name:8": "Pan" - } - }, - "questID:3": 1081, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pan_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1082.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1082.json deleted file mode 100644 index aa7be044..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1082.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:chest_core" - } - }, - "name:8": "Chestplate Core" - } - }, - "questID:3": 1082, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "conarm:chest_core" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1083.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1083.json deleted file mode 100644 index 40af6cdb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1083.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pick_head" - } - }, - "name:8": "Pickaxe Head" - } - }, - "questID:3": 1083, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:pick_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1084.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1084.json deleted file mode 100644 index bf3379b4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1084.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_plate" - } - }, - "name:8": "Large Plate" - } - }, - "questID:3": 1084, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:large_plate" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1085.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1085.json deleted file mode 100644 index 01846790..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1085.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sign_head" - } - }, - "name:8": "Sign Plate" - } - }, - "questID:3": 1085, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:sign_head" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1086.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1086.json deleted file mode 100644 index f81af937..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1086.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:laser_medium" - } - }, - "name:8": "Laser Medium" - } - }, - "questID:3": 1086, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "plustic:laser_medium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1087.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1087.json deleted file mode 100644 index 64ceda0c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1087.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1081 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, but it can be placed down and used to cook food!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:frypan", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Frypan" - } - }, - "questID:3": 1087, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:frypan", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1088.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1088.json deleted file mode 100644 index f99231a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1088.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_tool_rod" - } - }, - "name:8": "Tough Tool Rod" - } - }, - "questID:3": 1088, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:tough_tool_rod" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1089.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1089.json deleted file mode 100644 index 23d8b6f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1089.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1 - ], - "preRequisites:11": [ - 1035 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_shaft" - } - }, - "name:8": "Arrow Shaft" - } - }, - "questID:3": 1089, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pattern", - "tag:10": { - "PartType:8": "tconstruct:arrow_shaft" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1090.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1090.json deleted file mode 100644 index dc80844a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1090.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1045, - 1085 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a shield!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:battlesign", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Battlesign" - } - }, - "questID:3": 1090, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:battlesign", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1091.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1091.json deleted file mode 100644 index ad0f60d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1091.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1088, - 1084, - 1044 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a sword, it makes more damage, but it is slow. Mobs have a higher chance of dropping their head!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:cleaver", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 1070923, - "identifier:8": "beheading_cleaver", - "level:3": 2 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "beheading_cleaver", - "1:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Cleaver" - } - }, - "questID:3": 1091, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:cleaver", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 1070923, - "identifier:8": "beheading_cleaver", - "level:3": 2 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 8.2, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 552, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "beheading_cleaver", - "1:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1092.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1092.json deleted file mode 100644 index afaef240..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1092.json +++ /dev/null @@ -1,182 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1041, - 1046 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a vanilla bow! It requires tinker\u0027s arrows to shoot!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:shortbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Shortbow" - } - }, - "questID:3": 1092, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:shortbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1093.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1093.json deleted file mode 100644 index 1b98e1f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1093.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1041, - 1046, - 1084 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a bow, it does more damage, and has more range, but it takes longer to load. It requires tinker\u0027s arrows to shoot!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:longbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Longbow" - } - }, - "questID:3": 1093, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:longbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 355, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 7.0, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1094.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1094.json deleted file mode 100644 index d263fe84..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1094.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1037, - 1088, - 1046, - 1041 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nWorks like a bow that does not need to be charged up. It loads automatically, but it has a cooldown period between shots. It requires bolts to shoot!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:crossbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Crossbow" - } - }, - "questID:3": 1094, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:crossbow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "launcher" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "StatsOriginal:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "DrawSpeed:5": 0.5, - "Durability:3": 276, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0, - "ProjectileBonusDamage:5": 10.5, - "Range:5": 1.5 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "string" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1095.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1095.json deleted file mode 100644 index dc346a0f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1095.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1023, - 1076, - 1086, - 1088 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nHold right click to shoot a laser beam that does armor-piercing damage!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "plustic:laser_gun", - "tag:10": { - "AttackDuration:3": 0, - "Energy:6": 120000.0, - "LockCooldown:3": 0, - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": -8462660, - "identifier:8": "aquadynamic", - "level:3": 1 - }, - "2:10": { - "color:3": -6202120, - "identifier:8": "coldblooded", - "level:3": 1 - }, - "3:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "prismarine", - "3:8": "manyullyn" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "aquadynamic", - "3:8": "coldblooded", - "4:8": "toolleveling" - } - } - }, - "name:8": "Laser Gun" - } - }, - "questID:3": 1095, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "plustic:laser_gun", - "tag:10": { - "AttackDuration:3": 0, - "Energy:6": 120000.0, - "LockCooldown:3": 0, - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": -8462660, - "identifier:8": "aquadynamic", - "level:3": 1 - }, - "2:10": { - "color:3": -6202120, - "identifier:8": "coldblooded", - "level:3": 1 - }, - "3:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 233, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "LaserGunEnergy:3": 120000, - "LaserGunPower:5": 2.5, - "LaserGunRange:5": 20.0, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "prismarine", - "3:8": "manyullyn" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "aquadynamic", - "3:8": "coldblooded", - "4:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1096.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1096.json deleted file mode 100644 index 29111c4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1096.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1079 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nCombine with a flint to upgrade a tool!\n\nAdded as a modifier, it increases a tool\u0027s mining level, following the mining level of the material used.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:sharpening_kit", - "tag:10": { - "Material:8": "iron" - } - }, - "name:8": "Sharpening Kit" - } - }, - "questID:3": 1096, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:sharpening_kit", - "tag:10": { - "Material:8": "iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1097.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1097.json deleted file mode 100644 index a54c2b30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1097.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1043 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nCombine with sand to upgrade armor toughness in the armor forge!", - "icon:10": { - "Count:3": 1, - "id:8": "conarm:polishing_kit", - "tag:10": { - "Material:8": "iron" - } - }, - "name:8": "Polishing Kit" - } - }, - "questID:3": 1097, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "conarm:polishing_kit", - "tag:10": { - "Material:8": "iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1098.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1098.json deleted file mode 100644 index 367bfc87..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1098.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1022 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nHold right click to shoot fast projectiles!\n\nShurikens have low durability, but adding reinforcement modifiers can make them very powerful!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:shuriken", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic2", - "1:8": "magnetic1", - "2:8": "toolleveling" - } - } - }, - "name:8": "Shuriken" - } - }, - "questID:3": 1098, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:shuriken", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 254, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic2", - "1:8": "magnetic1", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1099.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1099.json deleted file mode 100644 index 0ba98d2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1099.json +++ /dev/null @@ -1,182 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1026 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nUsed for crossbows!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:bolt", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 2, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Bolt" - } - }, - "questID:3": 1099, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:bolt", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 2, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 163, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1100.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1100.json deleted file mode 100644 index 54e3b721..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1100.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1026, - 1089, - 1057 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!\n\nUsed for shortbows and longbows!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:arrow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "magnetic1", - "3:8": "toolleveling" - } - } - }, - "name:8": "Arrow" - } - }, - "questID:3": 1100, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:arrow", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -7444965, - "identifier:8": "ecological", - "level:3": 1 - }, - "1:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "projectile", - "1:8": "tool", - "2:8": "no_melee" - } - }, - "Stats:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Accuracy:5": 1.0, - "Attack:5": 6.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 204, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "wood", - "1:8": "iron", - "2:8": "feather" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "ecological", - "1:8": "magnetic2", - "2:8": "magnetic1", - "3:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1101.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1101.json deleted file mode 100644 index 6474bc6a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1101.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1033 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTinker\u0027s tools and armor do no accept enchantments.\n\nInstead, they can be upgraded in the tool/armor forge! Place the tool in the middle, and the modifiers around!\n\nEach tool has a maximum amout of modifiers, but it unlocks more modifiers the more you use it!\n\n§7§oThe following items can be used to upgrade tinker\u0027s tools and armor!", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "extrautils2:ingredients" - }, - "name:8": "Modifiers" - } - }, - "questID:3": 1101, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1102.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1102.json deleted file mode 100644 index 12e1e89d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1102.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:web" - }, - "name:8": "Slowness" - } - }, - "questID:3": 1102, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:web" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1103.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1103.json deleted file mode 100644 index 35d5620d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1103.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "name:8": "Durability and Mining Level" - } - }, - "questID:3": 1103, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1104.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1104.json deleted file mode 100644 index 22a7c4df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1104.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:fermented_spider_eye" - }, - "name:8": "Bane of Arthropods" - } - }, - "questID:3": 1104, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:fermented_spider_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1105.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1105.json deleted file mode 100644 index e2a0219f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1105.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Remains after Death" - } - }, - "questID:3": 1105, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1106.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1106.json deleted file mode 100644 index 2d23e3f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1106.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:gold_coin" - }, - "name:8": "Mobs drop Coins" - } - }, - "questID:3": 1106, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:gold_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1107.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1107.json deleted file mode 100644 index 18ca122e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1107.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:unstable_gunpowder" - }, - "name:8": "Explosions" - } - }, - "questID:3": 1107, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:unstable_gunpowder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1108.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1108.json deleted file mode 100644 index 853abb4b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1108.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_blood" - }, - "name:8": "Extra Fire Damage" - } - }, - "questID:3": 1108, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_blood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1109.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1109.json deleted file mode 100644 index 112d9a49..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1109.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "tconstruct:materials" - }, - "name:8": "Extra Mining Width" - } - }, - "questID:3": 1109, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1110.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1110.json deleted file mode 100644 index 2cbf9762..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1110.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "tconstruct:materials" - }, - "name:8": "Extra Mining Height" - } - }, - "questID:3": 1110, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1111.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1111.json deleted file mode 100644 index 2267b1c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1111.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "iceandfire:ice_dragon_blood" - }, - "name:8": "Extra Frost Damage" - } - }, - "questID:3": 1111, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:ice_dragon_blood" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1112.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1112.json deleted file mode 100644 index 812b2571..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1112.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bhc:wither_bone" - }, - "name:8": "Lifesteal" - } - }, - "questID:3": 1112, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "boneWithered", - "id:8": "bhc:wither_bone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1113.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1113.json deleted file mode 100644 index a03697da..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1113.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:confetti_pile" - }, - "name:8": "Random Damage Increase" - } - }, - "questID:3": 1113, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:confetti_pile" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1114.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1114.json deleted file mode 100644 index dba22f3e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1114.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:quartz" - }, - "name:8": "Sharpness and Extra Damage" - } - }, - "questID:3": 1114, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:quartz" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1115.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1115.json deleted file mode 100644 index e3f0bbc7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1115.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_powder" - }, - "name:8": "Fire Aspect" - } - }, - "questID:3": 1115, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1116.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1116.json deleted file mode 100644 index 4e09757e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1116.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:fish" - }, - "name:8": "Projectiles Ignore Water" - } - }, - "questID:3": 1116, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:fish" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1117.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1117.json deleted file mode 100644 index a0047095..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1117.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:piston" - }, - "name:8": "Knockback" - } - }, - "questID:3": 1117, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:piston" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1118.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1118.json deleted file mode 100644 index b19cbb5f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1118.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:tnt" - }, - "name:8": "Explosive" - } - }, - "questID:3": 1118, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:tnt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1119.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1119.json deleted file mode 100644 index 98062e0d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1119.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - }, - "name:8": "Fortune and Looting" - } - }, - "questID:3": 1119, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1120.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1120.json deleted file mode 100644 index c06773c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1120.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:ender_eye" - }, - "name:8": "Illuminate mobs" - } - }, - "questID:3": 1120, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:ender_eye" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:glowstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1121.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1121.json deleted file mode 100644 index 2e6eb0e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1121.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:chorus_fruit_popped" - }, - "name:8": "Levitation" - } - }, - "questID:3": 1121, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:chorus_fruit_popped" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1122.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1122.json deleted file mode 100644 index b0307353..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1122.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:ice_crystal" - }, - "name:8": "Restores Durability in Cold Biomes" - } - }, - "questID:3": 1122, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:ice_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1123.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1123.json deleted file mode 100644 index 209e99d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1123.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodarsenal:glass_shards" - }, - "name:8": "Bleeding Damage" - } - }, - "questID:3": 1123, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodarsenal:glass_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1124.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1124.json deleted file mode 100644 index 971bc779..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1124.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:soil" - }, - "name:8": "Smite" - } - }, - "questID:3": 1124, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:soil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1125.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1125.json deleted file mode 100644 index 1917154e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1125.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "tconstruct:materials" - }, - "name:8": "Unbreaking (infinite durability with 5)" - } - }, - "questID:3": 1125, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1126.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1126.json deleted file mode 100644 index 5f11158b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1126.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "tconstruct:materials" - }, - "name:8": "Silk Touch" - } - }, - "questID:3": 1126, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1127.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1127.json deleted file mode 100644 index 9eebf46c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1127.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "tconstruct:materials" - }, - "name:8": "Mending" - } - }, - "questID:3": 1127, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "tconstruct:materials" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1128.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1128.json deleted file mode 100644 index 66c0f3c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1128.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "bloodmagic:soul_gem", - "tag:10": { - "souls:6": 4096.0 - } - }, - "name:8": "Mobs drop Will" - } - }, - "questID:3": 1128, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1129.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1129.json deleted file mode 100644 index 7453131a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1129.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:sharp_claw" - }, - "name:8": "Increased Sweeping" - } - }, - "questID:3": 1129, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:sharp_claw" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1130.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1130.json deleted file mode 100644 index 4dc7b0fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1130.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:bloodstone" - }, - "name:8": "Increased Blood Drops" - } - }, - "questID:3": 1130, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:bloodstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1131.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1131.json deleted file mode 100644 index ef964ab7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1131.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:emerald" - }, - "name:8": "Durability and Mining Level" - } - }, - "questID:3": 1131, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1132.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1132.json deleted file mode 100644 index 8c52a3dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1132.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:ender_pearl" - }, - "name:8": "Beheading" - } - }, - "questID:3": 1132, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:ender_pearl" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:obsidian" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1133.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1133.json deleted file mode 100644 index df25ffe5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1133.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "name:8": "Speed and Efficiency" - } - }, - "questID:3": 1133, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1134.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1134.json deleted file mode 100644 index 2824a54f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1134.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 1, - 1, - 1, - 1 - ], - "preRequisites:11": [ - 1025, - 1044, - 1088, - 1037 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can complete this quest with any material!", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "plustic:katana", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - }, - "name:8": "Katana" - } - }, - "questID:3": 1134, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "plustic:katana", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3487030, - "identifier:8": "magnetic", - "level:3": 3, - "magnetic1:1": 1, - "magnetic2:1": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "tool", - "1:8": "weapon" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 242, - "FreeModifiers:3": 3, - "HarvestLevel:3": 2, - "MiningSpeed:5": 6.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "iron", - "1:8": "iron", - "2:8": "iron", - "3:8": "iron" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "magnetic1", - "1:8": "magnetic2", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1348.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1348.json deleted file mode 100644 index 51e0db0f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1348.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head:\nDurability: 1500\nMining Level: Cobalt\nMining Speed: 5\n\nHandle:\nModifier: 1.5\nDurability: 100\n\nExtra:\nDurability: 500\n\nBow:\nDrawspeed: 0.67\nRange Multiplier: 1.2\nBonus Damage: 8", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "weezer" - } - }, - "name:8": "Weezer" - } - }, - "questID:3": 1348, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "weezer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1349.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1349.json deleted file mode 100644 index cdfc5aa4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1349.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSearch \u0027trait description\u0027 in JEI to obtain descriptions for all tinker\u0027s traits available in the pack.\n\nEach individual trait can be searched individually, if you are curious to see what they do!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "JEI Support" - } - }, - "questID:3": 1349, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1394.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1394.json deleted file mode 100644 index fab8dac0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1394.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 2000\nMining Level: 1\nMining Speed: 0.8\nAttack: 5555\nDark Traveller\nRunic\nStalwart\n\nHandle\nModifier: 2\nDurability: 1000\nDark Traveller\nRunic\nStalwart\n\nExtra\nDurability: 2000\nDark Traveller\nRunic\nStalwart\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "parafrosynium" - } - }, - "name:8": "Parafrosynium" - } - }, - "questID:3": 1394, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "parafrosynium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1764.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1764.json deleted file mode 100644 index d18c5508..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1764.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Ensorced Materials (Chapter 3)" - } - }, - "questID:3": 1764, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1801.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1801.json deleted file mode 100644 index 10ab1503..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1801.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 300\nMining Level: 3\nMining Speed: 2.2\nAttack: 85\nSharp\nJaded\nNature\u0027s Wrath\n\nHandle\nModifier: 1\nDurability: 200\nSharp\nJaded\nNature\u0027s Wrath\n\nExtra\nDurability: 300\nSharp\nJaded\nNature\u0027s Wrath\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosidian" - } - }, - "name:8": "Rosidian" - } - }, - "questID:3": 1801, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosidian" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1941.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1941.json deleted file mode 100644 index 34f7b3f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1941.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 710\nMining Level: 2\nMining Speed: 11.0\nAttack: 25.0\nBone Shock\nHigh in Calcium\n\nHandle\nModifier: 2\nDurability: 800\nBone Shock\nHigh in Calcium\n\nExtra\nDurability: 600\nBone Shock\nHigh in Calcium\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 8.0\nBonus Damage: 30\nBone Shock\nHigh in Calcium", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kaiyu" - } - }, - "name:8": "Kaiyu" - } - }, - "questID:3": 1941, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kaiyu" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1968.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1968.json deleted file mode 100644 index 91a254c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1968.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 3000\nMining Level: Stone\nMining Speed: 0.2\nAttack: 46.5\nHail Hydra\nHe who must not be named\nSharp\n\nHandle\nModifier: 1\nDurability: 3000\nHail Hydra\nHe who must not be named\nSharp\n\nExtra\nDurability: 3000\nHail Hydra\nHe who must not be named\nSharp\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wrought_iron" - } - }, - "name:8": "Wrought Iron" - } - }, - "questID:3": 1968, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wrought_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/1969.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/1969.json deleted file mode 100644 index a3f765e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/1969.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 4000\nMining Level: Stone\nMining Speed: 45.2\nAttack: 44.2\nReflect\nCritikill\nPortly Gentleman\n\nHandle\nModifier: 1\nDurability: 4000\nReflect\nCritikill\nPortly Gentleman\n\nExtra\nDurability: 4000\nReflect\nCritikill\nPortly Gentleman\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "phasing_alloy" - } - }, - "name:8": "Phasing Alloy" - } - }, - "questID:3": 1969, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "phasing_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201013.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201013.json deleted file mode 100644 index 335e1fb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201013.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 306\nMining Level: Diamond\nMining Speed: 6.5\nAttack: 2.25\nShocking\n\nHandle\nModifier: 0.75\nDurability: 80\n\nExtra\nDurability: 75\nLightweight\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 0.9\nBonus Damage: 1\nLightweight\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrical_steel" - } - }, - "name:8": "Electrical Steel" - } - }, - "questID:3": 201013, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrical_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201014.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201014.json deleted file mode 100644 index 1556630f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201014.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 690\nMining Level: Obsidian\nMining Speed: 2.5\nAttack: 5.6\nUnnatural\n\nHandle\nModifier: 2\nDurability: -800\nHoly\n\nExtra\nDurability: 400\nPetramor\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.8\nBonus Damage: 1\nPetramor", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "energetic_alloy" - } - }, - "name:8": "Energetic Alloy" - } - }, - "questID:3": 201014, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "energetic_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201015.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201015.json deleted file mode 100644 index 2a7c5396..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201015.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 220\nMining Level: Cobalt\nMining Speed: 3.5\nAttack: 9\nVanishing II\n\nHandle\nModifier: 0.5\nDurability: -50\nDirect\n\nExtra\nDurability: 60\nDirect\n\nBows\nDrawspeed: 1.33\nRange Multiplier: 1\nBonus Damage: 5\nDirect\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibrant_alloy" - } - }, - "name:8": "Vibrant Alloy" - } - }, - "questID:3": 201015, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibrant_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201016.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201016.json deleted file mode 100644 index 6a719d2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201016.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 120\nMining Level: Stone\nMining Speed: 2.5\nAttack: 1.5\nShocking\n\nHandle\nModifier: 1\nDurability: -5\nWritable\n\nExtra\nDurability: 150\nCrude\n\nBows\nDrawspeed: 0.4\nRange Multiplier: 0.4\nBonus Damage: 0\nCrude", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redstone_alloy" - } - }, - "name:8": "Redstone Alloy" - } - }, - "questID:3": 201016, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redstone_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201017.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201017.json deleted file mode 100644 index ff9ab1e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201017.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 106\nMining Level: Diamond\nMining Speed: 6.75\nAttack: 1.25\nCrude II\n\nHandle\nModifier: 1.25\nDurability: 100\nLightweight\n\nExtra\nDurability: 250\nLightweight\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 0.9\nBonus Damage: 1.25\nLightweight", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "conductive_iron" - } - }, - "name:8": "Conductive Iron" - } - }, - "questID:3": 201017, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "conductive_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201018.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201018.json deleted file mode 100644 index 090d2f63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201018.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 920\nMining Level: Iron\nMining Speed: 6\nAttack: 2\nVanishing III\n\nHandle\nModifier: 1.05\nDurability: 250\nVanishing\n\nExtra\nDurability: 250\nVanishing\n\nBows\nDrawspeed: 4\nRange Multiplier: 3.5\nBonus Damage: 6\nVanishing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pulsating_iron" - } - }, - "name:8": "Pulsating Iron" - } - }, - "questID:3": 201018, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pulsating_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201019.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201019.json deleted file mode 100644 index aa2edf1e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201019.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 550\nMining Level: Cobalt\nMining Speed: 7\nAttack: 6\nEnderference\n\nHandle\nModifier: 0.9\nDurability: 150\nUnnatural\n\nExtra\nDurability: 250\nDense\n\nBows\nDrawspeed: 3.33\nRange Multiplier: 2.5\nBonus Damage: 9\nDense", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dark_steel" - } - }, - "name:8": "Dark Steel" - } - }, - "questID:3": 201019, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dark_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201020.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201020.json deleted file mode 100644 index 75c517f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201020.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,555\nMining Level: Stone\nMining Speed: 1\nAttack: 1\nHellish\n\nHandle\nModifier: 0.5\nDurability: 1,500\nFlammable\n\nExtra\nDurability: 1,250\nSplinters\n\nBows\nDrawspeed: 10\nRange Multiplier: 0.5\nBonus Damage: 0\nDuritae", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "soularium" - } - }, - "name:8": "Soularium" - } - }, - "questID:3": 201020, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "soularium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201021.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201021.json deleted file mode 100644 index fe91a356..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201021.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 400\nMining Level: 5\nMining Speed: 8.25\nAttack: 5\nEnderference\nAlien\n\nHandle\nModifier: 0.9\nDurability: 50\nUnnatural\n\nExtra\nDurability: 150\nUnnatural\n\nBows\nDrawspeed: 3.33\nRange Multiplier: 2.5\nBonus Damage: 9\nUnnatural", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "end_steel" - } - }, - "name:8": "End Steel" - } - }, - "questID:3": 201021, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "end_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201022.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201022.json deleted file mode 100644 index 846025fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201022.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 50\nMining Level: Iron\nMining Speed: 1.25\nAttack: 1\nCheapskate\n\nHandle\nModifier: 0.5\nDurability: 10\nCheapskate\n\nExtra\nDurability: 10\nCheapskate\n\nBows\nDrawspeed: 0.33\nRange Multiplier: 0.5\nBonus Damage: 0\nCheapskate", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "construction_alloy" - } - }, - "name:8": "Iron Alloy" - } - }, - "questID:3": 201022, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "construction_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201023.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201023.json deleted file mode 100644 index b60a9c71..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201023.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 460\nMining Level: Iron\nMining Speed: 8.9\nAttack: 4.3\nTwilit\nPrecipitate\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 2\nBonus Damage: 0\nTwilit\nPrecipitate", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nagascale" - } - }, - "name:8": "Naga Scale" - } - }, - "questID:3": 201023, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nagascale" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201024.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201024.json deleted file mode 100644 index 165e85cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201024.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 180\nMining Level: Diamond\nMining Speed: 7\nAttack: 6\nTwilit\nSynergy\n\nHandle\nModifier: 0.8\nDurability: 100\nTwilit\nSynergy\n\nExtra\nDurability: 90\nTwilit\nSynergy\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.5\nBonus Damage: 2\nTwilit\nSynergy", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steeleaf" - } - }, - "name:8": "Steeleaf" - } - }, - "questID:3": 201024, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steeleaf" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201025.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201025.json deleted file mode 100644 index 8f3ae614..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201025.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 720\nMining Level: Obsidian\nMining Speed: 7.2\nAttack: 6.6\nTwilit\nAutosmelt\nSuperheat\nFlammable\n\nHandle\nModifier: 0.7\nDurability: 400\nTwilit\nFlammable\n\nExtra\nDurability: 200\nTwilit\n\nBows\nDrawspeed: 1\nRange Multiplier: 0.9\nBonus Damage: 4\nTwilit\nFlammable", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fierymetal" - } - }, - "name:8": "Fiery" - } - }, - "questID:3": 201025, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fierymetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201026.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201026.json deleted file mode 100644 index 351f20ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201026.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 900\nMining Level: Cobalt\nMining Speed: 7\nAttack: 6\nTwilit\nStalwart\n\nHandle\nModifier: 1.25\nDurability: 100\nTwilit\nStalwart\n\nExtra\nDurability: 400\nTwilit\nStalwart", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightmetal" - } - }, - "name:8": "Knightmetal" - } - }, - "questID:3": 201026, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightmetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201027.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201027.json deleted file mode 100644 index b364075a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201027.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 120\nMining Level: Iron\nMining Speed: 4\nAttack: 3\nCheapskate\n\nHandle\nModifier: 0.5\nDurability: -50\nCheap\n\nExtra\nDurability: 20\nCheap\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nCheap", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone" - } - }, - "name:8": "Stone" - } - }, - "questID:3": 201027, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201028.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201028.json deleted file mode 100644 index 5bafe641..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201028.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 150\nMining Level: Iron\nMining Speed: 5\nAttack: 2.9\nCrude II\n\nHandle\nModifier: 0.6\nDurability: -60\nCrude\n\nExtra\nDurability: 40\nCrude\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nCrude", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "flint" - } - }, - "name:8": "Flint" - } - }, - "questID:3": 201028, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "flint" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201029.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201029.json deleted file mode 100644 index 8f09d05d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201029.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 210\nMining Level: Iron\nMining Speed: 4\nAttack: 3.4\nPrickly\n\nHandle\nModifier: 0.85\nDurability: 20\nSpiky\n\nExtra\nDurability: 50\nSpiky\n\nBows\nDrawspeed: 0.95\nRange Multiplier: 0.9\nBonus Damage: 0\nSpiky", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cactus" - } - }, - "name:8": "Cactus" - } - }, - "questID:3": 201029, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cactus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201030.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201030.json deleted file mode 100644 index 566b1864..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201030.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 200\nMining Level: Iron\nMining Speed: 5.09\nAttack: 2.5\nSplintering\n\nHandle\nModifier: 1.1\nDurability: 50\nFractured\n\nExtra\nDurability: 65\nFractured\n\nBows\nDrawspeed: 1.05\nRange Multiplier: 1.15\nBonus Damage: 0\nFractured", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bone" - } - }, - "name:8": "Bone" - } - }, - "questID:3": 201030, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201031.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201031.json deleted file mode 100644 index c9f152fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201031.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 139\nMining Level: Cobalt\nMining Speed: 7.07\nAttack: 4.2\nDuritae\n\nHandle\nModifier: 0.9\nDurability: -100\nDuritae\n\nExtra\nDurability: 90\nDuritae\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nDuritae", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "obsidian" - } - }, - "name:8": "Obsidian" - } - }, - "questID:3": 201031, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "obsidian" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201032.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201032.json deleted file mode 100644 index f8716d9c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201032.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 430\nMining Level: Iron\nMining Speed: 5.5\nAttack: 6.2\nJagged\nAquadynamic\n\nHandle\nModifier: 0.6\nDurability: -150\nAguadynamic\n\nExtra\nDurability: 100\nAquadynamic\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nAquadynamic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "prismarine" - } - }, - "name:8": "Prismarine" - } - }, - "questID:3": 201032, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "prismarine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201033.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201033.json deleted file mode 100644 index 2f93a1d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201033.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 420\nMining Level: Obsidian\nMining Speed: 3.23\nAttack: 3.23\nAlien\n\nHandle\nModifier: 0.85\nDurability: 0\nEnderference\n\nExtra\nDurability: 42\nEnderference\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nEnderference", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "endstone" - } - }, - "name:8": "End Stone" - } - }, - "questID:3": 201033, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "endstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201034.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201034.json deleted file mode 100644 index 246e12d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201034.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 12\nMining Level: Stone\nMining Speed: 0.51\nAttack: 0.05\nWritable\n\nHandle\nModifier: 0.1\nDurability: 5\nWritable\n\nExtra\nDurability: 15\nWritable\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 0.4\nBonus Damage: -2\nWritable", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "paper" - } - }, - "name:8": "Paper" - } - }, - "questID:3": 201034, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "paper" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201035.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201035.json deleted file mode 100644 index 2268c5af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201035.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,050\nMining Level: Stone\nMining Speed: 3.02\nAttack: 0\nSqueaky\n\nHandle\nModifier: 1.2\nDurability: 250\nSqueaky\n\nExtra\nDurability: 250\nSqueaky\n\nBows\nDrawspeed: 0.87\nRange Multiplier: 0.75\nBonus Damage: 0\nSqueaky", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sponge" - } - }, - "name:8": "Sponge" - } - }, - "questID:3": 201035, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sponge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201036.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201036.json deleted file mode 100644 index 8bb29f63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201036.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 550\nMining Level: Stone\nMining Speed: 6\nAttack: 5.5\nAutosmelt\n\nHandle\nModifier: 1\nDurability: -200\nAutosmelt\n\nExtra\nDurability: 150\nAutosmelt\n\nBows\nDrawspeed: 1\nRange Multiplier: 1\nBonus Damage: 0\nAutosmelt", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "firewood" - } - }, - "name:8": "Firewood" - } - }, - "questID:3": 201036, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "firewood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201037.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201037.json deleted file mode 100644 index aabeb294..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201037.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 204\nMining Level: Diamond\nMining Speed: 6\nAttack: 4\nMagnetic II\n\nHandle\nModifier: 0.85\nDurability: 60\nMagnetic\n\nExtra\nDurability: 50\nMagnetic\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 7\nMagnetic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iron" - } - }, - "name:8": "Iron" - } - }, - "questID:3": 201037, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201038.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201038.json deleted file mode 100644 index 8a3eadb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201038.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 380\nMining Level: Diamond\nMining Speed: 6.2\nAttack: 4.5\nBaconlicious\nTasty\n\nHandle\nModifier: 1.2\nDurability: 0\nTasty\n\nExtra\nDurability: 170\nTasty\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.4\nBonus Damage: 7\nTasty", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pigiron" - } - }, - "name:8": "Pig Iron" - } - }, - "questID:3": 201038, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pigiron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201039.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201039.json deleted file mode 100644 index 19f6a68e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201039.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 850\nMining Level: Obsidian\nMining Speed: 5.8\nAttack: 5.1\nCrumbling\n\nHandle\nModifier: 0.5\nDurability: 500\nUnnatural\n\nExtra\nDurability: 125\nUnnatural\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 2\nBonus Damage: 2\nUnnatural", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightslime" - } - }, - "name:8": "Knightslime" - } - }, - "questID:3": 201039, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "knightslime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201040.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201040.json deleted file mode 100644 index 31d40801..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201040.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,000\nMining Level: Stone\nMining Speed: 4.24\nAttack: 1.8\nSlimey\n\nHandle\nModifier: 0.7\nDurability: 0\nSlimey\n\nExtra\nDurability: 350\nSlimey\n\nBows\nDrawspeed: 1.18\nRange Multiplier: 1.3\nBonus Damage: 0\nSlimey", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "slime" - } - }, - "name:8": "Slime" - } - }, - "questID:3": 201040, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201041.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201041.json deleted file mode 100644 index b621afa6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201041.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 780\nMining Level: Stone\nMining Speed: 4.03\nAttack: 1.8\nSlimey\n\nHandle\nModifier: 1.3\nDurability: -50\nSlimey\n\nExtra\nDurability: 200\nSlimey\n\nBows\nDrawspeed: 0.95\nRange Multiplier: 1\nBonus Damage: 0\nSlimey", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blueslime" - } - }, - "name:8": "Blue Slime" - } - }, - "questID:3": 201041, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blueslime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201042.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201042.json deleted file mode 100644 index e1c45b83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201042.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: Stone\nMining Speed: 2.1\nAttack: 7\nSuperheat\n\nHandle\nModifier: 0.85\nDurability: -200\nFlammable\n\nExtra\nDurability: 150\nFlammable\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 1.05\nBonus Damage: 1\nFlammable", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magmaslime" - } - }, - "name:8": "Magma Slime" - } - }, - "questID:3": 201042, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magmaslime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201043.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201043.json deleted file mode 100644 index 2c9c4710..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201043.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 270\nMining Level: Iron\nMining Speed: 4.5\nAttack: 3\nAridiculous\nHellish\n\nHandle\nModifier: 0.85\nDurability: -150\nHellish\n\nExtra\nDurability: 75\nHellish\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nHellish", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherrack" - } - }, - "name:8": "Netherrack" - } - }, - "questID:3": 201043, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherrack" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201044.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201044.json deleted file mode 100644 index dee2072a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201044.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 780\nMining Level: Cobalt\nMining Speed: 12\nAttack: 4.1\nMomentum\n\nHandle\nModifier: 0.9\nDurability: 100\nLightweight\n\nExtra\nDurability: 300\nLightweight\n\nBows\nDrawspeed: 1.33\nRange Multiplier: 1.3\nBonus Damage: 3\nLightweight", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cobalt" - } - }, - "name:8": "Cobalt" - } - }, - "questID:3": 201044, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cobalt" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201045.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201045.json deleted file mode 100644 index 2a5b6054..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201045.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 990\nMining Level: Cobalt\nMining Speed: 3.5\nAttack: 3.6\nStonebound\n\nHandle\nModifier: 1.4\nDurability: -200\nPetramor\n\nExtra\nDurability: 450\nPetramor\n\nBows\nDrawspeed: 2.22\nRange Multiplier: 0.8\nBonus Damage: 1\nPetramor", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ardite" - } - }, - "name:8": "Ardite" - } - }, - "questID:3": 201045, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ardite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201046.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201046.json deleted file mode 100644 index b127b236..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201046.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 820\nMining Level: Cobalt\nMining Speed: 7.02\nAttack: 8.72\nInsatiable\n\nHandle\nModifier: 0.5\nDurability: 250\nCold-Blooded\n\nExtra\nDurability: 50\nCold-Blooded\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.2\nBonus Damage: 4\nCold-Blooded", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manyullyn" - } - }, - "name:8": "Manyullum" - } - }, - "questID:3": 201046, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manyullyn" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201047.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201047.json deleted file mode 100644 index ddc9357a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201047.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 210\nMining Level: Iron\nMining Speed: 5.3\nAttack: 3\nWell-Established\n\nHandle\nModifier: 1.05\nDurability: 30\nWell-Established\n\nExtra\nDurability: 100\nWell-Established\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.45\nBonus Damage: 5\nWell-Established", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "copper" - } - }, - "name:8": "Copper" - } - }, - "questID:3": 201047, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "copper" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201048.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201048.json deleted file mode 100644 index 299c9eed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201048.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 430\nMining Level: Diamond\nMining Speed: 6.8\nAttack: 3.5\nDense\n\nHandle\nModifier: 1.1\nDurability: 70\nDense\n\nExtra\nDurability: 80\nDense\n\nBows\nDrawspeed: 1.82\nRange Multiplier: 1.5\nBonus Damage: 6\nDense", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bronze" - } - }, - "name:8": "Bronze" - } - }, - "questID:3": 201048, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bronze" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201049.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201049.json deleted file mode 100644 index 3d1bb810..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201049.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 434\nMining Level: Iron\nMining Speed: 5.25\nAttack: 3.5\nPoisonous\nHeavy\n\nHandle\nModifier: 0.7\nDurability: -50\nPoisonous\nHeavy\n\nExtra\nDurability: 100\nPoisonous\nHeavy\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 1.3\nBonus Damage: 3\nPoisonous\nHeavy", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lead" - } - }, - "name:8": "Lead" - } - }, - "questID:3": 201049, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lead" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201050.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201050.json deleted file mode 100644 index f8860ede..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201050.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 250\nMining Level: Iron\nMining Speed: 5\nAttack: 5\nHoly\n\nHandle\nModifier: 0.95\nDurability: 50\nHoly\n\nExtra\nDurability: 150\nHoly\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 0.8\nBonus Damage: 2\nHoly", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "silver" - } - }, - "name:8": "Silver" - } - }, - "questID:3": 201050, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "silver" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201051.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201051.json deleted file mode 100644 index 16da51cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201051.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 50\nMining Level: Iron\nMining Speed: 12\nAttack: 3\nShocking\n\nHandle\nModifier: 1.1\nDurability: -25\nShocking\n\nExtra\nDurability: 250\nShocking\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 1\nBonus Damage: 4\nShocking", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrum" - } - }, - "name:8": "Electrum" - } - }, - "questID:3": 201051, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201052.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201052.json deleted file mode 100644 index d42060e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201052.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 540\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6\nSharp\n\nHandle\nModifier: 0.9\nDurability: 150\nStiff\n\nExtra\nDurability: 25\nStiff\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 2\nBonus Damage: 9\nStiff", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steel" - } - }, - "name:8": "Steel" - } - }, - "questID:3": 201052, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201053.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201053.json deleted file mode 100644 index c14fc15e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201053.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 630\nMining Level: Cobalt\nMining Speed: 10\nAttack: 6\nPurified\n\nHandle\nModifier: 0.9\nDurability: 60\nPurified\n\nExtra\nDurability: 100\nPurified", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssalnite" - } - }, - "name:8": "Abyssalnite" - } - }, - "questID:3": 201053, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssalnite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201054.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201054.json deleted file mode 100644 index 6413bade..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201054.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 900\nMining Level: 5\nMining Speed: 12\nAttack: 7\nCoralium-Plagued\n\nHandle\nModifier: 0.9\nDurability: 60\nCoralium-Plagued\n\nExtra\nDurability: 100\nCoralium-Plagued", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refined_coralium" - } - }, - "name:8": "Refined Coralium" - } - }, - "questID:3": 201054, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refined_coralium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201055.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201055.json deleted file mode 100644 index 6685b557..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201055.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,150\nMining Level: 6\nMining Speed: 14\nAttack: 8\nDread-Plagued\n\nHandle\nModifier: 0.9\nDurability: 60\nDread-Plagued\n\nExtra\nDurability: 100\nDread-Plagued", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dreadium" - } - }, - "name:8": "Dreadium" - } - }, - "questID:3": 201055, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dreadium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201056.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201056.json deleted file mode 100644 index fe12c622..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201056.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 25\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nEcological\n\nHandle\nModifier: 1\nDurability: 35\nEcological\n\nExtra\nDurability: 20\nEcological", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "treatedwood" - } - }, - "name:8": "Treated Wood" - } - }, - "questID:3": 201056, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "treatedwood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201057.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201057.json deleted file mode 100644 index 0efea45f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201057.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 25\nMining Level: Diamond\nMining Speed: 4.7\nAttack: 4\nThermal Inversion\n\nHandle\nModifier: 0.8\nDurability: 60\nThermal Inversion\n\nExtra\nDurability: 60\nThermal Inversion", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "constantan" - } - }, - "name:8": "Constantan" - } - }, - "questID:3": 201057, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "constantan" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201058.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201058.json deleted file mode 100644 index 1c95e8bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201058.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 900\nMining Level: Cobalt\nMining Speed: 5.3\nAttack: 3.75\nBaron\n\nHandle\nModifier: 1.15\nDurability: 130\nBaron\n\nExtra\nDurability: 220\nBaron", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "baronyte" - } - }, - "name:8": "Baronyte" - } - }, - "questID:3": 201058, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "baronyte" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201059.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201059.json deleted file mode 100644 index 5dd20c34..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201059.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 4.5\nAttack: 3.6\nInfernal Energy\n\nHandle\nModifier: 0.7\nDurability: 60\nFlaming Fury\n\nExtra\nDurability: 70\nFlaming Fury\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.2\nBonus Damage: 3.5\nFlaming Fury", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blazium" - } - }, - "name:8": "Blazium" - } - }, - "questID:3": 201059, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blazium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201060.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201060.json deleted file mode 100644 index ae875545..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201060.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: 6\nMining Speed: 8.3\nAttack: 6.1\nRunic II\n\nHandle\nModifier: 2\nDurability: -400\nRunic\n\nExtra\nDurability: 30\nRunic\n\nBows\nDrawspeed: 1.22\nRange Multiplier: 1.8\nBonus Damage: 7.7\nRunic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elecanium" - } - }, - "name:8": "Elecanium" - } - }, - "questID:3": 201060, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elecanium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201061.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201061.json deleted file mode 100644 index 49b33b04..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201061.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 640\nMining Level: 5\nMining Speed: 4\nAttack: 3.8\nAutosmelt\nBlazing\n\nHandle\nModifier: 0.65\nDurability: 100\nAutosmelt\nBlazing\n\nExtra\nDurability: 200\nAutosmelt\nBlazing\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.3\nBonus Damage: 4.2\nAutosmelt\nBlazing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emberstone" - } - }, - "name:8": "Emberstone" - } - }, - "questID:3": 201061, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emberstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201062.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201062.json deleted file mode 100644 index a1a7c381..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201062.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 730\nMining Level: 6\nMining Speed: 4.7\nAttack: 4.5\nAnti-Air II\n\nHandle\nModifier: 0.9\nDurability: 30\nAnti-Air\nEthereal Miner\n\nExtra\nDurability: 50\nAnti-Air\nEthereal Miner\n\nBows\nDrawspeed: 1.37\nRange Multiplier: 1.55\nBonus Damage: 4.6\nAnti-Air\nEthereal Miner", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghastly" - } - }, - "name:8": "Ghastly" - } - }, - "questID:3": 201062, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghastly" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201063.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201063.json deleted file mode 100644 index fee30bd3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201063.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,000\nMining Level: 6\nMining Speed: 3.9\nAttack: 3.2\nSoul Harvest\nSoul Sap\n\nHandle\nModifier: 1.3\nDurability: 45\nSoul Harvest\nSoul Sap\n\nExtra\nDurability: 420\nSoul Harvest\nSoul Sap\n\nBows\nDrawspeed: 1.35\nRange Multiplier: 0.6\nBonus Damage: 3.2\nSoul Harvest\nSoul Sap", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghoulish" - } - }, - "name:8": "Ghoulish" - } - }, - "questID:3": 201063, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghoulish" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201064.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201064.json deleted file mode 100644 index 4d8e9a42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201064.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 250\nMining Level: Diamond\nMining Speed: 3\nAttack: 2.8\nDiscounted\n\nHandle\nModifier: 0.6\nDurability: 70\nDiscounted\n\nExtra\nDurability: 75\nDiscounted\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 0.6\nBonus Damage: 0\nDiscounted", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "limonite" - } - }, - "name:8": "Limonite" - } - }, - "questID:3": 201064, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "limonite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201065.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201065.json deleted file mode 100644 index 86911eef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201065.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 660\nMining Level: 6\nMining Speed: 3.8\nAttack: 2\nCounterweight II\n\nHandle\nModifier: 0.9\nDurability: 90\nCounterweight\n\nExtra\nDurability: 130\nCounterweight\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.15\nBonus Damage: 3.4\nCounterweight", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lunar" - } - }, - "name:8": "Lunar" - } - }, - "questID:3": 201065, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lunar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201066.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201066.json deleted file mode 100644 index cc1ebc16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201066.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 840\nMining Level: 6\nMining Speed: 6.2\nAttack: 4\nMagnetic II\n\nHandle\nModifier: 1.05\nDurability: 55\nMagnetic\n\nExtra\nDurability: 380\nMagnetic\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 3.75\nMagnetic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lyon" - } - }, - "name:8": "Lyon" - } - }, - "questID:3": 201066, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lyon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201067.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201067.json deleted file mode 100644 index f0c00338..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201067.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 760\nMining Level: 6\nMining Speed: 3.65\nAttack: 4.3\nToxic\n\nHandle\nModifier: 1.05\nDurability: 105\nLaced\n\nExtra\nDurability: 80\nLaced\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.4\nBonus Damage: 3\nLaced", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mystite" - } - }, - "name:8": "Mystite" - } - }, - "questID:3": 201067, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mystite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201068.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201068.json deleted file mode 100644 index b1b04523..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201068.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 400\nMining Level: Obsidian\nMining Speed: 3.4\nAttack: 3.4\nWritable\n\nHandle\nModifier: 0.95\nDurability: 20\n\nExtra\nDurability: 55\n\nBows\nDrawspeed: 1.85\nRange Multiplier: 0.8\nBonus Damage: 1", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosite" - } - }, - "name:8": "Rosite" - } - }, - "questID:3": 201068, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rosite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201069.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201069.json deleted file mode 100644 index e22673a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201069.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 640\nMining Level: 6\nMining Speed: 13\nAttack: 3.6\nShyre Synthesis\n\nHandle\nModifier: 1\nDurability: 0\nShyre Synthesis\n\nExtra\nDurability: 315\nShyre Synthesis\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.3\nBonus Damage: 3.2\nShyre Synthesis", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "shyrestone" - } - }, - "name:8": "Shyrestone" - } - }, - "questID:3": 201069, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "shyrestone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201070.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201070.json deleted file mode 100644 index 29162f06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201070.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 610\nMining Level: 5\nMining Speed: 10\nAttack: 4.3\nBone Shock\nHigh in Calcium\n\nHandle\nModifier: 0.75\nDurability: 140\nBone Shock\nHigh in Calcium\n\nExtra\nDurability: 290\nBone Shock\nHigh in Calcium\n\nBows\nDrawspeed: 0.87\nRange Multiplier: 1.4\nBonus Damage: 2.6\nBone Shock\nHigh in Calcium", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "skeletal" - } - }, - "name:8": "Skeletal" - } - }, - "questID:3": 201070, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "skeletal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201071.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201071.json deleted file mode 100644 index 5e44343b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201071.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 870\nMining Level: Cobalt\nMining Speed: 5.2\nAttack: 3.9\nEvil Pressure\n\nHandle\nModifier: 1\nDurability: 300\nEvil Pressure\n\nExtra\nDurability: 250\nEvil Pressure\n\nBows\nDrawspeed: 1.82\nRange Multiplier: 1.5\nBonus Damage: 3.8\nEvil Pressure", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "varsium" - } - }, - "name:8": "Varsium" - } - }, - "questID:3": 201071, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "varsium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201072.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201072.json deleted file mode 100644 index 6453949d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201072.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 110\nMining Level: Stone\nMining Speed: 2.4\nAttack: 2.5\nTweeting\n\nHandle\nModifier: 0.5\nDurability: 0\nTweeting\n\nExtra\nDurability: 18\nTweeting", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "charger" - } - }, - "name:8": "Charger" - } - }, - "questID:3": 201072, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "charger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201073.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201073.json deleted file mode 100644 index 51048b18..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201073.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 234\nMining Level: Iron\nMining Speed: 5\nAttack: 3.6\nLiving\n\nHandle\nModifier: 1.4\nDurability: 32\nLiving\n\nExtra\nDurability: 28\nLiving", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_wood" - } - }, - "name:8": "Blood Infused Wood" - } - }, - "questID:3": 201073, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_wood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201074.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201074.json deleted file mode 100644 index 3cc93147..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201074.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 568\nMining Level: Diamond\nMining Speed: 7.3\nAttack: 4.9\nLiving II\n\nHandle\nModifier: 1.7\nDurability: 72\nLiving II\n\nExtra\nDurability: 49\nLiving II", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_iron" - } - }, - "name:8": "Blood Infused Iron" - } - }, - "questID:3": 201074, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_iron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201075.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201075.json deleted file mode 100644 index 5dc56461..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201075.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 250\nMining Level: Cobalt\nMining Speed: 3\nAttack: 2.6\nDiscounted\n\nHandle\nModifier: 0.6\nDurability: 80\nDiscounted\n\nBows\nDrawspeed: 0.4\nRange Multiplier: 0.7\nBonus Damage: 1\nDiscounted", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "realmite" - } - }, - "name:8": "Realmite" - } - }, - "questID:3": 201075, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "realmite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201076.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201076.json deleted file mode 100644 index abcda15e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201076.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 190\nMining Level: Cobalt\nMining Speed: 3.2\nAttack: 2.4\nDiscounted\n\nHandle\nModifier: 0.6\nDurability: 70\nDiscounted\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.3\nBonus Damage: 1\nDiscounted", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "arlemite" - } - }, - "name:8": "Arlemite" - } - }, - "questID:3": 201076, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "arlemite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201077.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201077.json deleted file mode 100644 index 1d3e868c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201077.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,000\nMining Level: Cobalt\nMining Speed: 1.4\nAttack: 0.4\nShocking\n\nHandle\nModifier: 0.6\nDurability: 900\nShocking\n\nBows\nDrawspeed: 0.38\nRange Multiplier: 1.3\nBonus Damage: 0\nShocking", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rupee" - } - }, - "name:8": "Rupee" - } - }, - "questID:3": 201077, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rupee" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201078.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201078.json deleted file mode 100644 index fc6a031b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201078.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 200\nMining Level: 15\nMining Speed: 2.4\nAttack: 2.4\nBlazing\n\nHandle\nModifier: 0.6\nDurability: 100\nBlazing\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 8.4\nBonus Damage: 0\nBlazing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherite" - } - }, - "name:8": "Netherite" - } - }, - "questID:3": 201078, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "netherite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201079.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201079.json deleted file mode 100644 index af04c3bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201079.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 2,000\nMining Level: 15\nMining Speed: 15.3\nAttack: 25.52\nBlazing\n\nHandle\nModifier: 3\nDurability: 5,000\nBlazing\n\nExtra\nDurability: 60\nBlazing\n\nBows\nDrawspeed: 2\nRange Multiplier: 18.4\nBonus Damage: 15\nBlazing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bloodmaster" - } - }, - "name:8": "Bloodmaster" - } - }, - "questID:3": 201079, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "bloodmaster" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201080.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201080.json deleted file mode 100644 index 167546d5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201080.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 100,000\nMining Level: 15\nMining Speed: 55.5\nAttack: 2.33\nMagnetic II\n\nHandle\nModifier: 3\nDurability: 100,000\nMagnetic II\n\nExtra\nDurability: 100,000\nMagnetic II\n\nBows\nDrawspeed: 0.22\nRange Multiplier: 18.4\nBonus Damage: 12\nMagnetic II", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "adamantium" - } - }, - "name:8": "Adamantium" - } - }, - "questID:3": 201080, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "adamantium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201081.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201081.json deleted file mode 100644 index 814410ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201081.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 5,000\nMining Level: Obsidian\nMining Speed: 60\nAttack: 30.12\nSOS!\n\nHandle\nModifier: 6\nDurability: 5,000\nSOS!\n\nExtra\nDurability: 5,000\nSOS!\n\nBows\nDrawspeed: 5\nRange Multiplier: 20\nBonus Damage: 182\nSOS!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium" - } - }, - "name:8": "Vibranium" - } - }, - "questID:3": 201081, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201082.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201082.json deleted file mode 100644 index 8da0eb6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201082.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 5,000\nMining Level: 100\nMining Speed: 1\nAttack: 40.12\nEndspeed\n\nHandle\nModifier: 1\nDurability: 5,000\nEndspeed\n\nExtra\nDurability: 5,000\nEndspeed\n\nBows\nDrawspeed: 2\nRange Multiplier: 4\nBonus Damage: 45\nEndspeed", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium_alloy" - } - }, - "name:8": "Vibranium Alloy" - } - }, - "questID:3": 201082, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "vibranium_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201083.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201083.json deleted file mode 100644 index 60f4f155..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201083.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 450\nMining Level: Cobalt\nMining Speed: 19.2\nAttack: 6.66\nOverflow\n\nHandle\nModifier: 1.1\nDurability: 0\nBloodlust\nGlitch\n\nExtra\nDurability: 130\nBloodlust\nGlitch\n\nBows\nDrawspeed: 1.52\nRange Multiplier: 1.2\nBonus Damage: 6.66\nBloodlust\nGlitch", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_glitch" - } - }, - "name:8": "Blood Infused Glitch" - } - }, - "questID:3": 201083, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blood_infused_glitch" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201084.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201084.json deleted file mode 100644 index c4cd6894..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201084.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6\nShadow\n\nHandle\nModifier: 1.3\nDurability: 180\nShadow\n\nExtra\nDurability: 70\nShadow\n\nBows\nDrawspeed: 1.25\nRange Multiplier: 1.5\nBonus Damage: 7.5\nShadow", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotshadowium" - } - }, - "name:8": "Shadowium" - } - }, - "questID:3": 201084, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotshadowium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201085.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201085.json deleted file mode 100644 index 28d00410..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201085.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 3,000\nMining Level: 5\nMining Speed: 10.5\nAttack: 10\nBody\nMind\nSoul\n\nHandle\nModifier: 2.5\nDurability: 500\nBody\nMind\n\nExtra\nDurability: 150\nBody\nMind\n\nBows\nDrawspeed: 0.77\nRange Multiplier: 3.5\nBonus Damage: 9.8", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotorichalcos" - } - }, - "name:8": "Orichalcos" - } - }, - "questID:3": 201085, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "extrabotany:ingotorichalcos" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201086.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201086.json deleted file mode 100644 index 59f2f3c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201086.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 35\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nMagically Modifiable\nMagically Brittle\n\nHandle\nModifier: 1\nDurability: 25\nMagically Modifiable\nMagically Brittle\n\nExtra\nDurability: 15\nMagically Modifiable\nMagically Brittle\n\nBows\nDrawspeed: 1\nRange Multiplier: 1\nBonus Damage: 0\nMagically Modifiable\nMagically Brittle", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_magical_wood" - } - }, - "name:8": "Magical Wood" - } - }, - "questID:3": 201086, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_magical_wood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201087.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201087.json deleted file mode 100644 index 26800c37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201087.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 666\nMining Level: Cobalt\nMining Speed: 13\nAttack: 13\nEvil Aura\n\nHandle\nModifier: 1\nDurability: 0\n\nExtra\nDurability: 66", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_evil_metal" - } - }, - "name:8": "Evil Infused Iron" - } - }, - "questID:3": 201087, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_evil_metal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201088.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201088.json deleted file mode 100644 index 0ca81b4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201088.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 350\nMining Level: Iron\nMining Speed: 7\nAttack: 3.5\nExperience Boost\n\nHandle\nModifier: 1.1\nDurability: 20\nExperience Boost\n\nExtra\nDurability: 80\nExperience Boost", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_enchanted_metal" - } - }, - "name:8": "Enchanted Metal" - } - }, - "questID:3": 201088, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_enchanted_metal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201089.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201089.json deleted file mode 100644 index 1b9165cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201089.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 80\nMining Level: Iron\nMining Speed: 0.5\nAttack: 11.1\nWhispering\n\nHandle\nModifier: 0.25\nDurability: 100\n\nExtra\nDurability: 20\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 1.1\nBonus Damage: 4", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_demonic_metal" - } - }, - "name:8": "Demonic Metal" - } - }, - "questID:3": 201089, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "xu_demonic_metal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201090.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201090.json deleted file mode 100644 index 735b7d95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201090.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 400\nMining Level: Obsidian\nMining Speed: 4\nAttack: 5.5\nAutosmelt\nSuperheat\n\nHandle\nModifier: 1\nDurability: 100\nSuperheat\n\nExtra\nDurability: 150\nSuperheat\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.4\nBonus Damage: 3\nSuperheat", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.moltenbeef" - } - }, - "name:8": "Molten Meat" - } - }, - "questID:3": 201090, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.moltenbeef" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201091.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201091.json deleted file mode 100644 index ded6b5ec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201091.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 250\nMining Level: Cobalt\nMining Speed: 6\nAttack: 3\nBroodmother\nPoisonous\n\nHandle\nModifier: 0.5\nDurability: 100\nPoisonous\n\nExtra\nDurability: 100\nPoisonous\n\nBows\nDrawspeed: 1\nRange Multiplier: 1.2\nBonus Damage: 1\nPoisonous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.vespa_carapace" - } - }, - "name:8": "Vespa Carapace" - } - }, - "questID:3": 201091, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.vespa_carapace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201092.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201092.json deleted file mode 100644 index 728ca152..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201092.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 100\nMining Level: Iron\nMining Speed: 8\nAttack: 6\nFamine\nCold-Blooded\n\nHandle\nModifier: 0.5\nDurability: 0\nCold-Blooded\n\nExtra\nDurability: 50\nCold-Blooded\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 1\nBonus Damage: -1\nCold-Blooded", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.scythe_claw" - } - }, - "name:8": "Scythe Claw" - } - }, - "questID:3": 201092, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.scythe_claw" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201093.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201093.json deleted file mode 100644 index d63e9c5d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201093.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,000\nMining Level: Stone\nMining Speed: 12\nAttack: 0\nUnholy Touch\n\nHandle\nModifier: 1.4\nDurability: -50\nUnholy Touch\n\nExtra\nDurability: 220\nUnholy Touch\n\nBows\nDrawspeed: 0.15\nRange Multiplier: 2.5\nBonus Damage: -1\nUnholy Touch", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.ectoplasm" - } - }, - "name:8": "Ectoplasm" - } - }, - "questID:3": 201093, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mod_lavacow.ectoplasm" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201094.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201094.json deleted file mode 100644 index 8b085861..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201094.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 300\nMining Level: Obsidian\nMining Speed: 3\nAttack: 6\nSplintering II\n\nHandle\nModifier: 1.3\nDurability: 130\nFractured II\n\nExtra\nDurability: 200\nFractured II\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.2\nBonus Damage: 4\nFractured II", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonbone" - } - }, - "name:8": "Dragon Bone" - } - }, - "questID:3": 201094, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonbone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201095.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201095.json deleted file mode 100644 index ceac2b0d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201095.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 400\nMining Level: Diamond\nMining Speed: 4\nAttack: 5.5\nHive Defender\n\nHandle\nModifier: 0.7\nDurability: 300\nPoisonous\n\nExtra\nDurability: 150\nPoisonous\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.7\nBonus Damage: 2\nPoisonous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "desert_myrmex" - } - }, - "name:8": "Desert Myrmex Chitin" - } - }, - "questID:3": 201095, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "desert_myrmex" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201096.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201096.json deleted file mode 100644 index 9fa0a6dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201096.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 400\nMining Level: Diamond\nMining Speed: 4\nAttack: 5.5\nHive Defender\n\nHandle\nModifier: 0.7\nDurability: 300\nPoisonous\n\nExtra\nDurability: 150\nPoisonous\n\nBows\nDrawspeed: 2\nRange Multiplier: 0.7\nBonus Damage: 2\nPoisonous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jungle_myrmex" - } - }, - "name:8": "Jungle Myrmex Chitin" - } - }, - "questID:3": 201096, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jungle_myrmex" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201097.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201097.json deleted file mode 100644 index 7a1412c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201097.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,500\nMining Level: Cobalt\nMining Speed: 7\nAttack: 17\nInferno II\n\nHandle\nModifier: 0.4\nDurability: 400\nSharp\n\nExtra\nDurability: 510\nSharp", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_fire" - } - }, - "name:8": "Fire Dragonsteel" - } - }, - "questID:3": 201097, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_fire" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201098.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201098.json deleted file mode 100644 index 651b306d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201098.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,500\nMining Level: Cobalt\nMining Speed: 7\nAttack: 17\nBlizzard II\n\nHandle\nModifier: 0.4\nDurability: 400\nSharp\n\nExtra\nDurability: 510\nSharp", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_ice" - } - }, - "name:8": "Ice Dragonsteel" - } - }, - "questID:3": 201098, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "dragonsteel_ice" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201099.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201099.json deleted file mode 100644 index 88603e26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201099.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 36\nMining Level: Stone\nMining Speed: 0.83\nAttack: 0.1\nWritable\n\nHandle\nModifier: 0.23\nDurability: 8\nWritable\n\nExtra\nDurability: 20\nWritable\n\nBows\nDrawspeed: 0.71\nRange Multiplier: 0.63\nBonus Damage: - 1.2\nWritable", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prosperity" - } - }, - "name:8": "Prosperity Shard" - } - }, - "questID:3": 201099, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prosperity" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201100.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201100.json deleted file mode 100644 index d37b5f88..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201100.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 310\nMining Level: Iron\nMining Speed: 6.35\nAttack: 4.6\nChunky\n\nHandle\nModifier: 0.8\nDurability: 55\n\nExtra\nDurability: 48\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 3.1", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.soulium" - } - }, - "name:8": "Soulium" - } - }, - "questID:3": 201100, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.soulium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201101.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201101.json deleted file mode 100644 index 38097403..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201101.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 244\nMining Level: Diamond\nMining Speed: 6.65\nAttack: 4.33\nProsperous\n\nHandle\nModifier: 0.7\nDurability: 65\nProsperous\n\nExtra\nDurability: 50\nProsperous\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 1.02\nProsperous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.base_essence" - } - }, - "name:8": "Base Essence" - } - }, - "questID:3": 201101, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.base_essence" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201102.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201102.json deleted file mode 100644 index 3dc57fd1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201102.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 345\nMining Level: Diamond\nMining Speed: 7.02\nAttack: 4.5\nProsperous\n\nHandle\nModifier: 0.63\nDurability: 50\nProsnerous\n\nExtra\nDurability: 75\nProsperous\n\nBows\nDrawspeed: 1.72\nRange Multiplier: 0.99\nBonus Damage: 1.91\nProsperous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.inferium" - } - }, - "name:8": "Inferium" - } - }, - "questID:3": 201102, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.inferium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201103.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201103.json deleted file mode 100644 index 4e554627..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201103.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 690\nMining Level: Diamond\nMining Speed: 8.01\nAttack: 6.62\nProsperous\n\nHandle\nModifier: 0.78\nDurability: 75\nProsperous\n\nExtra\nDurability: 100\nProsperous\n\nBows\nDrawspeed: 1.37\nRange Multiplier: 1.34\nBonus Damage: 2.32\nProsperous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prudentium" - } - }, - "name:8": "Prudentium" - } - }, - "questID:3": 201103, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.prudentium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201104.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201104.json deleted file mode 100644 index b698b6c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201104.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,380\nMining Level: Obsidian\nMining Speed: 11.08\nAttack: 9.23\nProsperous\n\nHandle\nModifier: 0.97\nDurability: 100\nProsperous\n\nExtra\nDurability: 150\nProsperous\n\nBows\nDrawspeed: 0.93\nRange Multiplier: 1.63\nBonus Damage: 4.02\nProsperous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.intermedium" - } - }, - "name:8": "Intermedium" - } - }, - "questID:3": 201104, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.intermedium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201105.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201105.json deleted file mode 100644 index 235a6c19..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201105.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 2,760\nMining Level: Cobalt\nMining Speed: 16.53\nAttack: 11.62\nProsperous\n\nHandle\nModifier: 1.12\nDurability: 165\nProsperous\n\nExtra\nDurability: 225\nProsperous\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.91\nBonus Damage: 5.94\nProsperous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.superium" - } - }, - "name:8": "Superium" - } - }, - "questID:3": 201105, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.superium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201106.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201106.json deleted file mode 100644 index 0e3cb461..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201106.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 5,520\nMining Level: Cobalt\nMining Speed: 22.25\nAttack: 15.03\nProsperous\nDuritae\n\nHandle\nModifier: 1.35\nDurability: 200\nProsperous\n\nExtra\nDurability: 300\nProsperous\n\nBows\nDrawspeed: 0.75\nRange Multiplier: 2.35\nBonus Damage: 7.32\nProsperous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.supremium" - } - }, - "name:8": "Supremium" - } - }, - "questID:3": 201106, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ma.supremium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201107.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201107.json deleted file mode 100644 index f23c3033..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201107.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 437\nMining Level: Diamond\nMining Speed: 8\nAttack: 4.5\nDense\nStiff\n\nHandle\nModifier: 0.85\nDurability: 136\nStiff\n\nExtra\nDurability: 24\nStiff\n\nBows\nDrawspeed: 2.35\nRange Multiplier: 1.7\nBonus Damage: 4.5\nDense\nStiff", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron" - } - }, - "name:8": "Boron" - } - }, - "questID:3": 201107, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201108.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201108.json deleted file mode 100644 index 86828f0d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201108.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 743\nMining Level: Obsidian\nMining Speed: 10\nAttack: 5\nDense\nMomentum\n\nHandle\nModifier: 1.1\nDurability: 232\nDense\n\nExtra\nDurability: 31\nDense\n\nBows\nDrawspeed: 1.82\nRange Multiplier: 2.2\nBonus Damage: 5\nDense\nMomentum", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tough" - } - }, - "name:8": "Tough Alloy" - } - }, - "questID:3": 201108, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tough" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201109.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201109.json deleted file mode 100644 index 9d18c414..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201109.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 996\nMining Level: Obsidian\nMining Speed: 11\nAttack: 5\nLightweight\nSharp\n\nHandle\nModifier: 1\nDurability: 311\nLightweight\n\nExtra\nDurability: 46\nLightweight\n\nBows\nDrawspeed: 2\nRange Multiplier: 2\nBonus Damage: 5\nLightweight\nSharp", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hard_carbon" - } - }, - "name:8": "Hard Carbon" - } - }, - "questID:3": 201109, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hard_carbon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201110.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201110.json deleted file mode 100644 index 15208064..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201110.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,542\nMining Level: Cobalt\nMining Speed: 12\nAttack: 5.5\nJagged\nSplintering\n\nHandle\nModifier: 0.75\nDurability: 192\nSplintering\n\nExtra\nDurability: 160\nSplintering\n\nBows\nDrawspeed: 2.67\nRange Multiplier: 1.5\nBonus Damage: 5.5\nJagged\nSplintering", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron_nitride" - } - }, - "name:8": "Boron Nitride" - } - }, - "questID:3": 201110, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "boron_nitride" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201111.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201111.json deleted file mode 100644 index 4ee51111..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201111.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 180\nMining Level: Diamond\nMining Speed: 9\nAttack: 4.5\nWithering\n\nHandle\nModifier: 0.75\nDurability: 56\nPoisonous\nWithering\n\nExtra\nDurability: 11\nPoisonous\nWithering\n\nBows\nDrawspeed: 2.67\nRange Multiplier: 1.5\nBonus Damage: 4.5\nWithering", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thorium" - } - }, - "name:8": "Thorium" - } - }, - "questID:3": 201111, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thorium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201112.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201112.json deleted file mode 100644 index 98d5be96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201112.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 193\nMining Level: Diamond\nMining Speed: 7.5\nAttack: 4\nPoisonous\n\nHandle\nModifier: 0.8\nDurability: 60\nPoisonous\nWithering\n\nExtra\nDurability: 11\nPoisonous\nWithering\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 1.6\nBonus Damage: 4\nPoisonous", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "uranium" - } - }, - "name:8": "Uranium" - } - }, - "questID:3": 201112, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "uranium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201113.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201113.json deleted file mode 100644 index 436045f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201113.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 157\nMining Level: Iron\nMining Speed: 11\nAttack: 3.5\nHoly\nLightweight\n\nHandle\nModifier: 1\nDurability: 49\nLightweight\n\nExtra\nDurability: 7\nLightweight\n\nBows\nDrawspeed: 2\nRange Multiplier: 2\nBonus Damage: 3.5\nHoly\nLightweight", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magnesium" - } - }, - "name:8": "Magnesium" - } - }, - "questID:3": 201113, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "magnesium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201114.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201114.json deleted file mode 100644 index f3085489..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201114.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 25\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nMoldable\nTasty\n\nHandle\nModifier: 0.15\nDurability: 8\nMoldable\nUplifting\n\nExtra\nDurability: 8\nMoldable\nUplifting\n\nBows\nDrawspeed: 13.33\nRange Multiplier: 0.3\nBonus Damage: 2\nMoldable\nTasty", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chocolate" - } - }, - "name:8": "Chocolate" - } - }, - "questID:3": 201114, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chocolate" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201115.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201115.json deleted file mode 100644 index 0259ecca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201115.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,200\nMining Level: Stone\nMining Speed: 3.5\nAttack: -1\nStonebound\n\nHandle\nModifier: 0.1\nDurability: 1,500\nStonebound\n\nExtra\nDurability: 100\nStonebound\n\nBows\nDrawspeed: 1.11\nRange Multiplier: 1.1\nBonus Damage: 1\nStonebound", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.plastic" - } - }, - "name:8": "Plastic" - } - }, - "questID:3": 201115, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.plastic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201116.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201116.json deleted file mode 100644 index 19414342..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201116.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,600\nMining Level: Stone\nMining Speed: 5\nAttack: 4\nSlimey\n\nHandle\nModifier: 1.8\nDurability: 500\nSlimey\n\nExtra\nDurability: 150\nSlimey\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.8\nBonus Damage: 3\nSlimey", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.pink_slime" - } - }, - "name:8": "Pink Slime" - } - }, - "questID:3": 201116, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.pink_slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201117.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201117.json deleted file mode 100644 index 5107ee61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201117.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 2,800\nMining Level: Diamond\nMining Speed: 8\nAttack: 6.5\nSlimey\nDense\n\nHandle\nModifier: 2.5\nDurability: 1,000\nSlimey\nUnnatural\n\nExtra\nDurability: 200\nSlimey\nUnnatural\n\nBows\nDrawspeed: 2.86\nRange Multiplier: 2.5\nBonus Damage: 6", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.reinforced_pink_slime" - } - }, - "name:8": "Reinforced Pink Slime" - } - }, - "questID:3": 201117, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "integrationforegoing.reinforced_pink_slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201118.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201118.json deleted file mode 100644 index e54bc1cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201118.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,410\nMining Level: Obsidian\nMining Speed: 9.47\nAttack: 7.39\nDense\n\nHandle\nModifier: 0.78\nDurability: 600\nDense\n\nExtra\nDurability: 120\nDense\n\nBows\nDrawspeed: 1.49\nRange Multiplier: 0.6\nBonus Damage: 3\nDense", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "platinum" - } - }, - "name:8": "Platinum" - } - }, - "questID:3": 201118, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "platinum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201119.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201119.json deleted file mode 100644 index 60e13ee2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201119.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,910\nMining Level: Obsidian\nMining Speed: 11.02\nAttack: 9.95\nWeeee!\n\nHandle\nModifier: 0.83\nDurability: 500\n\nExtra\nDurability: 200\n\nBows\nDrawspeed: 4.35\nRange Multiplier: 1.44\nBonus Damage: 5", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iridium" - } - }, - "name:8": "Iridium" - } - }, - "questID:3": 201119, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "iridium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201120.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201120.json deleted file mode 100644 index abf3c075..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201120.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,160\nMining Level: Cobalt \nMining Speed: 13.02\nAttack: 7.03\nSOS!\n\nHandle\nModifier: 0.49\nDurability: 200\nSOS!\n\nExtra\nDurability: 30\nSOS!\n\nBows\nDrawspeed: 0.53\nRange Multiplier: 1.23\nBonus Damage: 3\nSOS!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mithril" - } - }, - "name:8": "Mithril" - } - }, - "questID:3": 201120, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mithril" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201121.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201121.json deleted file mode 100644 index 9cdd7316..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201121.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 700\nMining Level: Diamond\nMining Speed: 7.22\nAttack: 6.22\nMagnetic II\n\nHandle\nModifier: 0.64\nDurability: 220\nMagnetic\n\nExtra\nDurability: 32\nMagnetic\n\nBows\nDrawspeed: 1.09\nRange Multiplier: 0.76\nBonus Damage: 7\nMagnetic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "invar" - } - }, - "name:8": "Invar" - } - }, - "questID:3": 201121, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "invar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201122.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201122.json deleted file mode 100644 index 3f3694f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201122.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 20\nMining Level: Iron\nMining Speed: 3.63\nAttack: 5.1\nCritikill\n\nHandle\nModifier: 0.14\nDurability: 30\n\nExtra\nDurability: 7\n\nBows\nDrawspeed: 1.09\nRange Multiplier: 0.76\nBonus Damage: 7", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nickel" - } - }, - "name:8": "Nickel" - } - }, - "questID:3": 201122, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "nickel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201123.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201123.json deleted file mode 100644 index baa444c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201123.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 300\nMining Level: Iron\nMining Speed: 1.85\nAttack: 2.27\nSOS!\n\nHandle\nModifier: 1.34\nDurability: 120\nSOS!\n\nExtra\nDurability: 40\nSOS!\n\nBows\nDrawspeed: 0.39\nRange Multiplier: 0.87\nBonus Damage: 1\nSOS!", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tin" - } - }, - "name:8": "Tin" - } - }, - "questID:3": 201123, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tin" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201124.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201124.json deleted file mode 100644 index 24133379..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201124.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 260\nMining Level: Iron\nMining Speed: 2.98\nAttack: 1.76\n\nHandle\nModifier: 1.11\nDurability: 10\n\nExtra\nDurability: 4\n\nBows\nDrawspeed: 0.76\nRange Multiplier: 1.63\nBonus Damage: 3", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brass" - } - }, - "name:8": "Brass" - } - }, - "questID:3": 201124, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brass" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201125.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201125.json deleted file mode 100644 index 08a77f95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201125.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 80\nMining Level: Iron\nMining Speed: 1.23\nAttack: 0.85\n\nHandle\nModifier: 0.21\nDurability: -20\n\nExtra\nDurability: -10\n\nBows\nDrawspeed: 4.76\nRange Multiplier: 0.34\nBonus Damage: 0.59", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aluminum" - } - }, - "name:8": "Aluminum" - } - }, - "questID:3": 201125, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aluminum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201126.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201126.json deleted file mode 100644 index 03325a3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201126.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 40\nMining Level: Iron\nMining Speed: 1.76\nAttack: 0.53\nCrumbling\n\nHandle\nModifier: 0.19\nDurability: -25\nCrumbling\n\nExtra\nDurability: -12\nCrumbling\n\nBows\nDrawspeed: 3.12\nRange Multiplier: 0.43\nBonus Damage: 0.4\nCrumbling", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "zinc" - } - }, - "name:8": "Zinc" - } - }, - "questID:3": 201126, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "zinc" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201127.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201127.json deleted file mode 100644 index df3b49c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201127.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "While most of the materials are availible from the start, some of the following may need more effort and or luck to find then others.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Materials (Chapter 1)" - } - }, - "questID:3": 201127, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "plankWood", - "id:8": "minecraft:planks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201128.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201128.json deleted file mode 100644 index ca50039a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201128.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "These materials will need more exploration or a dive into magical mastery to obtain.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Magical Materials (Chapter 2)" - } - }, - "questID:3": 201128, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201130.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201130.json deleted file mode 100644 index 4c9f72ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201130.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Manasteel\n\nHead\nDurability: 400\nMining Level: Diamond\nMining Speed: 6.21\nAttack: 3.87\nMana Repair\n\nHandle\nModifier: 1.07\nDurability: 120\nMana Repair\n\nExtra\nDurability: 71\nMana Repair\n\nBows\nDrawspeed: 0.75\nRange Multiplier: 1.44\nBonus Damage: 5\nMana Repair", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manasteel" - } - }, - "name:8": "Manasteel" - } - }, - "questID:3": 201130, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "manasteel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201131.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201131.json deleted file mode 100644 index 9779d552..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201131.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Terrasteel\n\nHead\nDurability: 960\nMining Level: Cobalt\nMining Speed: 9.53\nAttack: 12.03\nMana Eater\n\nHandle\nModifier: 1.45\nDurability: 200\nMana Eater\n\nExtra\nDurability: 136\nMana Eater\n\nBows\nDrawspeed: 1.32\nRange Multiplier: 0.97\nBonus Damage: 7\nMana Eater", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "terrasteel" - } - }, - "name:8": "Terrasteel" - } - }, - "questID:3": 201131, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "terrasteel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201132.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201132.json deleted file mode 100644 index 2e8dc83b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201132.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt\nMining Speed: 14.52\nAttack: 19.62\nAlien\nPayback\n\nHandle\nModifier: 1.63\nDurability: 260\nAlien\nPayback\n\nExtra\nDurability: 180\nAlien\nPayback\n\nBows\nDrawspeed: 0.65\nRange Multiplier: 6.45\nBonus Damage: 15\nAlien\nPayback", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "gaia" - } - }, - "name:8": "Gaia Spirit" - } - }, - "questID:3": 201132, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "gaia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201133.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201133.json deleted file mode 100644 index 81f0dcaf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201133.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 660\nMining Level: Diamond\nMining Speed: 7.52\nAttack: 5.08\nRadioactive II\n\nHandle\nModifier: 0.76\nDurability: -40\nRadioactive II\n\nExtra\nDurability: -20\nRadioactive II\n\nBows\nDrawspeed: 1.03\nRange Multiplier: 0.79\nBonus Damage: 3\nRadioactive II", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellorium" - } - }, - "name:8": "Yellorium" - } - }, - "questID:3": 201133, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellorium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201134.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201134.json deleted file mode 100644 index 14d532b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201134.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 300\nMining Level: Obsidian\nMining Speed: 6.53\nAttack: 4.83\nRadioactive\n\nHandle\nModifier: 1.53\nDurability: 20\nRadioactive\n\nExtra\nDurability: 60\nRadioactive\n\nBows\nDrawspeed: 0.4\nRange Multiplier: 1.11\nBonus Damage: 8\nRadioactive", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cyanite" - } - }, - "name:8": "Cyanite" - } - }, - "questID:3": 201134, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "cyanite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201135.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201135.json deleted file mode 100644 index f6ddaea0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201135.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 8.09\nAttack: 6.23\nRadioactive III\n\nHandle\nModifier: 1.06\nDurability: 90\nRadioactive III\n\nExtra\nDurability: 50\nRadioactive III\n\nBows\nDrawspeed: 0.8\nRange Multiplier: 1.02\nBonus Damage: 12\nRadioactive III", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blutonium" - } - }, - "name:8": "Blutonium" - } - }, - "questID:3": 201135, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blutonium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201136.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201136.json deleted file mode 100644 index f1c0d7bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201136.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 11.21\nAttack: 12.42\n\nHandle\nModifier: 2.34\nDurability: 400\n\nExtra\nDurability: 300\n\nBows\nDrawspeed: 0.22\nRange Multiplier: 3.21\nBonus Damage: 13", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ludicrite" - } - }, - "name:8": "Ludicrite" - } - }, - "questID:3": 201136, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ludicrite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201137.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201137.json deleted file mode 100644 index 29057057..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201137.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "These materials are mostly found in far dimensions", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Exotic Materials (Chapter 4)" - } - }, - "questID:3": 201137, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:realmstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:twilight_clock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201138.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201138.json deleted file mode 100644 index 296df7bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201138.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "More Exotic Materials (Chapter 5)" - } - }, - "questID:3": 201138, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:eden_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201139.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201139.json deleted file mode 100644 index fdd0b309..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201139.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Even More Exotic Materials (Chapter 6)" - } - }, - "questID:3": 201139, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wildwood_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201140.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201140.json deleted file mode 100644 index 9c84c610..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201140.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Incredibly Exotic Materials (Chapter 7)" - } - }, - "questID:3": 201140, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:apalachia_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201141.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201141.json deleted file mode 100644 index cbc11214..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201141.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "The Most Exotic Materials (Chapter 8)" - } - }, - "questID:3": 201141, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:dynatos_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201142.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201142.json deleted file mode 100644 index 5569b6b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201142.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,200\nMining Level: Cobalt\nMining Speed: 13.62\nAttack: 9.04\n\nHandle\nModifier: 2.03\nDurability: 350\nDarkness\n\nExtra\nDurability: 200\nDarkness\n\nBows\nDrawspeed: 0.53\nRange Multiplier: 3.54\nBonus Damage: 8\nDarkness", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rebalanced_dark_matter" - } - }, - "name:8": "Dark Matter" - } - }, - "questID:3": 201142, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rebalanced_dark_matter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201143.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201143.json deleted file mode 100644 index 36550e6e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201143.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,900\nMining Level: Cobalt\nMining Speed: 16.74\nAttack: 15.07\nWeeee!\n\nHandle\nModifier: 3.86\nDurability: 500\n\nExtra\nDurability: 500\n\nBows\nDrawspeed: 0.34\nRange Multiplier: 5.06\nBonus Damage: 16", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redmatter" - } - }, - "name:8": "Red Matter" - } - }, - "questID:3": 201143, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redmatter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201144.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201144.json deleted file mode 100644 index 8fe6e8fa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201144.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,100\nMining Level: Cobalt\nMining Speed: 13.52\nAttack: 14.06\nEnergy Eater\n\nHandle\nModifier: 2.43\nDurability: 240\nEnergy Repair\n\nExtra\nDurability: 230\nEnergy Repair\n\nBows\nDrawspeed: 0.44\nRange Multiplier: 3.41\nBonus Damage: 8", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrumflux" - } - }, - "name:8": "Fluxed Electrum" - } - }, - "questID:3": 201144, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "electrumflux" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201145.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201145.json deleted file mode 100644 index c79cbe77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201145.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 450\nMining Level: Obsidian\nMining Speed: 7.86\nAttack: 9.53\n\nHandle\nModifier: 1.23\nDurability: 140\n\nExtra\nDurability: 120\n\nBows\nDrawspeed: 1.79\nRange Multiplier: 1.45\nBonus Damage: 7", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinediron" - } - }, - "name:8": "Refined Iron" - } - }, - "questID:3": 201145, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinediron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201146.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201146.json deleted file mode 100644 index 328e3694..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201146.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 680\nMining Level: Cobalt\nMining Speed: 8.42\nAttack: 11.52\n\nHandle\nModifier: 1.73\nDurability: 220\n\nExtra\nDurability: 115\n\nBows\nDrawspeed: 1.02\nRange Multiplier: 5.17\nBonus Damage: 9.5", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tungsten" - } - }, - "name:8": "Tungsten" - } - }, - "questID:3": 201146, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tungsten" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201147.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201147.json deleted file mode 100644 index 63104f00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201147.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 590\nMining Level: Cobalt\nMining Speed: 7.63\nAttack: 10.41\n\nHandle\nModifier: 1.52\nDurability: 180\n\nExtra\nDurability: 95\n\nBows\nDrawspeed: 1\nRange Multiplier: 3.52\nBonus Damage: 7.6", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "titanium" - } - }, - "name:8": "Titanium" - } - }, - "questID:3": 201147, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "titanium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201148.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201148.json deleted file mode 100644 index 514c4bb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201148.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 9.16\nAttack: 7.83\n\nHandle\nModifier: 0.74\nDurability: 250\n\nExtra\nDurability: 140\n\nBows\nDrawspeed: 0.66\nRange Multiplier: 2.15\nBonus Damage: 5", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chrome" - } - }, - "name:8": "Chrome" - } - }, - "questID:3": 201148, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chrome" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201149.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201149.json deleted file mode 100644 index bec5d09a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201149.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt\nMining Speed: 13.63\nAttack: 13.23\n\nHandle\nModifier: 1.85\nDurability: 400\n\nExtra\nDurability: 500\n\nBows\nDrawspeed: 1.33\nRange Multiplier: 0.98\nBonus Damage: 16", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "advancedalloy" - } - }, - "name:8": "Advanced Alloy" - } - }, - "questID:3": 201149, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "advancedalloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201150.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201150.json deleted file mode 100644 index a5a62db7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201150.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 10.12\nAttack: 6.84\nReflect\n\nHandle\nModifier: 0.74\nDurability: 100\n\nExtra\nDurability: 80\n\nBows\nDrawspeed: 0.51\nRange Multiplier: 2.26\nBonus Damage: 6", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ruby" - } - }, - "name:8": "Ruby" - } - }, - "questID:3": 201150, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ruby" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201151.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201151.json deleted file mode 100644 index edf8c604..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201151.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 10.12\nAttack: 6.84\nLaunch\n\nHandle\nModifier: 0.74\nDurability: 100\n\nExtra\nDurability: 80\n\nBows\nDrawspeed: 0.51\nRange Multiplier: 2.26\nBonus Damage: 6", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire" - } - }, - "name:8": "Sapphire" - } - }, - "questID:3": 201151, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201152.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201152.json deleted file mode 100644 index 8f82d7af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201152.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 10.12\nAttack: 6.84\nShock\n\nHandle\nModifier: 0.74\nDurability: 100\n\nExtra\nDurability: 80\n\nBows\nDrawspeed: 0.51\nRange Multiplier: 2.26\nBonus Damage: 6", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "peridot" - } - }, - "name:8": "Peridot" - } - }, - "questID:3": 201152, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "peridot" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201153.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201153.json deleted file mode 100644 index a1dfcbd8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201153.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Obsidian\nMining Speed: 11.54\nAttack: 7.42\nSuperheat\n\nHandle\nModifier: 0.82\nDurability: 120\nAutosmelt\n\nExtra\nDurability: 95\nAutosmelt\n\nBows\nDrawspeed: 0.6\nRange Multiplier: 2.41\nBonus Damage: 7\nAutosmelt", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellowgarnet" - } - }, - "name:8": "Yellow Garnet" - } - }, - "questID:3": 201153, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "yellowgarnet" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201154.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201154.json deleted file mode 100644 index 5e88504c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201154.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Obsidian\nMining Speed: 11.54\nAttack: 7.42\nHealer\n\nHandle\nModifier: 0.82\nDurability: 120\n\nExtra\nDurability: 95\n\nBows\nDrawspeed: 0.6\nRange Multiplier: 2.41\nBonus Damage: 7", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redgarnet" - } - }, - "name:8": "Red Garnet" - } - }, - "questID:3": 201154, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "redgarnet" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201155.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201155.json deleted file mode 100644 index 3e7028ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201155.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 14\nMining Level: Iron\nMining Speed: 0.95\nAttack: 0.12\nSlingshot\n\nHandle\nModifier: 0.87\nDurability: 10\nSlingshot\n\nExtra\nDurability: 3\nSlingshot\n\nBows\nDrawspeed: 0.16\nRange Multiplier: 1.42\nBonus Damage: 0.3\nSlingshot", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rubber" - } - }, - "name:8": "Rubber" - } - }, - "questID:3": 201155, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "rubber" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201156.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201156.json deleted file mode 100644 index 012b9832..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201156.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 700\nMining Level: Cobalt\nMining Speed: 6.8\nAttack: 5.5\nGlobal Traveler\n\nHandle\nModifier: 1.1\nDurability: 70\nGlobal Traveler\n\nExtra\nDurability: 80\nGlobal Traveler\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.6\nBonus Damage: 7\nGlobal Traveler", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "alumite" - } - }, - "name:8": "Alumite" - } - }, - "questID:3": 201156, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "alumite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201157.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201157.json deleted file mode 100644 index 472990a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201157.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 8\nAttack: 6.4\nAquadynamic\n\nHandle\nModifier: 1.25\nDurability: 100\nAquadynamic\n\nExtra\nDurability: 120\nAquadynamic\n\nBows\nDrawspeed: 0.77\nRange Multiplier: 1.5\nBonus Damage: 4\nAquadynamic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire_aoa" - } - }, - "name:8": "Ascended Sapphire" - } - }, - "questID:3": 201157, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "sapphire_aoa" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201158.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201158.json deleted file mode 100644 index 753c7e45..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201158.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt \nMining Speed: 8\nAttack: 5\nJaded\n\nHandle\nModifier: 1.35\nDurability: 0\nJaded\n\nExtra\nDurability: 50\nJaded\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 1.3\nBonus Damage: 4\nJaded", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jade" - } - }, - "name:8": "Jade" - } - }, - "questID:3": 201158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "jade" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201159.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201159.json deleted file mode 100644 index 516ee762..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201159.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 640\nMining Level: Obsidian\nMining Speed: 3\nAttack: 6.1\nNature\u0027s Wrath\n\nHandle\nModifier: 1.3\nDurability: -30\nNature\u0027s Wrath\n\nExtra\nDurability: 20\nNature\u0027s Wrath\n\nBows\nDrawspeed: 0.71\nRange Multiplier: 1.4\nBonus Damage: 4\nNature\u0027s Wrath", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "malachite_gem" - } - }, - "name:8": "Malachite" - } - }, - "questID:3": 201159, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "malachite_gem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201160.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201160.json deleted file mode 100644 index 665b25f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201160.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 730\nMining Level: Obsidian\nMining Speed: 4.6\nAttack: 5.7\nShocking\n\nHandle\nModifier: 1\nDurability: 30\nShocking\n\nExtra\nDurability: 100\nShocking\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nShocking", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amber" - } - }, - "name:8": "Amber" - } - }, - "questID:3": 201160, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amber" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201161.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201161.json deleted file mode 100644 index 7e02913a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201161.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 690\nMining Level: Obsidian\nMining Speed: 6\nAttack: 6\nNature\u0027s Power\n\nHandle\nModifier: 0.8\nDurability: 70\nNature\u0027s Power\n\nExtra\nDurability: 65\nNature\u0027s Power\n\nBows\nDrawspeed: 2.5\nRange Multiplier: 1.4\nBonus Damage: 7\nNature\u0027s Power", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "topaz" - } - }, - "name:8": "Topaz" - } - }, - "questID:3": 201161, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "topaz" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201162.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201162.json deleted file mode 100644 index 557bee71..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201162.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 650\nMining Level: Obsidian\nMining Speed: 3\nAttack: 7\nFreezing\n\nHandle\nModifier: 0.7\nDurability: 0\nFreezing\n\nExtra\nDurability: 25\nFreezing\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nFreezing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tanzanite" - } - }, - "name:8": "Tanzanite" - } - }, - "questID:3": 201162, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "tanzanite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201163.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201163.json deleted file mode 100644 index 3346eb8f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201163.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,100\nMining Level: Cobalt\nMining Speed: 6\nAttack: 8\nApocalypse\n\nHandle\nModifier: 1.5\nDurability: 100\nApocalypse\n\nExtra\nDurability: 100\nApocalypse\n\nBows\nDrawspeed: 1.54\nRange Multiplier: 1.7\nBonus Damage: 6.5\nApocalypse", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amethyst" - } - }, - "name:8": "Amethyst" - } - }, - "questID:3": 201163, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "amethyst" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201164.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201164.json deleted file mode 100644 index 3b4ec4a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201164.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 830\nMining Level: Cobalt\nMining Speed: 7\nAttack: 6.5\nIlluminati\nGlowing\n\nHandle\nModifier: 1.1\nDurability: 40\nIlluminati\nGlowing\n\nExtra\nDurability: 60\nIlluminati\nGlowing\n\nBows\nDrawspeed: 0.67\nRange Multiplier: 1.8\nBonus Damage: 4\nIlluminati\nGlowing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lumium_plustic" - } - }, - "name:8": "Lumium" - } - }, - "questID:3": 201164, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "lumium_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201165.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201165.json deleted file mode 100644 index 997d5c41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201165.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 7.5\nAttack: 7\nPortly Gentleman\n\nHandle\nModifier: 1.05\nDurability: -5\nGlobal Traveler\nEnderference\n\nExtra\nDurability: 65\nGlobal Traveler\nEnderference\n\nBows\nDrawspeed: 1.11\nRange Multiplier: 1.9\nBonus Damage: 8\nGlobal Traveler\nEnderference", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enderium_plustic" - } - }, - "name:8": "Enderium" - } - }, - "questID:3": 201165, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enderium_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201166.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201166.json deleted file mode 100644 index c2bc0c7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201166.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 380\nMining Level: Diamond\nMining Speed: 6\nAttack: 4.5\nDevil\u0027s Strength\nCrude II\n\nHandle\nModifier: 0.8\nDurability: 0\nDevil\u0027s Strength\nCrude II\n\nExtra\nDurability: 50\nDevil\u0027s Strength\nCrude II\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nDevil\u0027s Strength\nCrude II", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blackquartz_plustic" - } - }, - "name:8": "Black Quartz" - } - }, - "questID:3": 201166, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "blackquartz_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201167.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201167.json deleted file mode 100644 index f09bb8e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201167.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 480\nMining Level: Obsidian\nMining Speed: 7\nAttack: 4.4\nHe Who Must Not Be Named\nCrude\n\nHandle\nModifier: 1\nDurability: 0\nCrude\n\nExtra\nDurability: 140\nCrude\n\nBows\nDrawspeed: 1\nRange Multiplier: 1.3\nBonus Damage: 3.5\nCrude", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "void_actadd_plustic" - } - }, - "name:8": "Void" - } - }, - "questID:3": 201167, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "void_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201168.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201168.json deleted file mode 100644 index 4f24871d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201168.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 600\nMining Level: Obsidian\nMining Speed: 7\nAttack: 5.2\nStarfishy\n\nHandle\nModifier: 1.2\nDurability: -5\nAnti-Corrosion\n\nExtra\nDurability: 75\nAnti-Corrosion\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.2\nBonus Damage: 5.1\nAnti-Corrosion", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enori_actadd_plustic" - } - }, - "name:8": "Enori" - } - }, - "questID:3": 201168, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "enori_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201169.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201169.json deleted file mode 100644 index b1949da0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201169.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Cobalt\nMining Speed: 7.5\nAttack: 5.8\nSpades\n\nHandle\nModifier: 1.3\nDurability: 7\nSpades\n\nExtra\nDurability: 100\nSpades\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nSpades", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "palis_actadd_plustic" - } - }, - "name:8": "Palis" - } - }, - "questID:3": 201169, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "palis_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201170.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201170.json deleted file mode 100644 index a094c4e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201170.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Emeradic\n\nHead\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 8\nAttack: 7.7\nVindictive\n\nHandle\nModifier: 1.1\nDurability: 0\nVindictive\n\nExtra\nDurability: 77\nVindictive\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 2\nBonus Damage: 7\nVindictive", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emeradic_actadd_plustic" - } - }, - "name:8": "Emeradic" - } - }, - "questID:3": 201170, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emeradic_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201171.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201171.json deleted file mode 100644 index 2e58407d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201171.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Diamatine\n\nHead\nDurability: 1,700\nMining Level: Cobalt\nMining Speed: 8\nAttack: 6.3\nMorgan Le Fay\n\nHandle\nModifier: 1.2\nDurability: 10\nMorgan Le Fay\n\nExtra\nDurability: 88\nMorgan Le Fay\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 2\nBonus Damage: 11\nMorgan Le Fay", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "diamatine_actadd_plustic" - } - }, - "name:8": "Diamatine" - } - }, - "questID:3": 201171, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "diamatine_actadd_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201172.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201172.json deleted file mode 100644 index fca50f14..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201172.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 7,000\nMining Level: 10\nMining Speed: 18\nAttack: 40\nGlobal Traveler\nBrown Magic\nApocalypse\n\nHandle\nModifier: 2\nDurability: 0\nGlobal Traveler\nBrown Magic\nApocalypse\n\nExtra\nDurability: 1,400\nGlobal Traveler\nBrown Magic\n\nBows\nDrawspeed: 0.5\nRange Multiplier: 2.8\nBonus Damage: 16\nGlobal Traveler\nBrown Magic\nApocalypse", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infinity_avaritia_plustic" - } - }, - "name:8": "Infinity" - } - }, - "questID:3": 201172, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infinity_avaritia_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201173.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201173.json deleted file mode 100644 index b5588735..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201173.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 250\nMining Level: Diamond\nMining Speed: 6.4\nAttack: 4.5\nElemental\n\nHandle\nModifier: 0.8\nDurability: 80\nElemental\n\nExtra\nDurability: 70\nElemental\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nElemental", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "certusquartz_plustic" - } - }, - "name:8": "Certus Quartz" - } - }, - "questID:3": 201173, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "certusquartz_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201174.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201174.json deleted file mode 100644 index 87fbd356..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201174.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 700\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6.2\nPortly Gentleman\n\nHandle\nModifier: 1\nDurability: 0\nPortly Gentleman\n\nExtra\nDurability: 75\nPortly Gentleman\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nPortly Gentleman", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fluixcrystal_plustic" - } - }, - "name:8": "Fluix Crystal" - } - }, - "questID:3": 201174, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fluixcrystal_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201175.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201175.json deleted file mode 100644 index e35f7025..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201175.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 680\nMining Level: Obsidian\nMining Speed: 5.5\nAttack: 6\nSlashing\n\nHandle\nModifier: 0.9\nDurability: -5\nSlashing\n\nExtra\nDurability: 90\nSlashing\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nSlashing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mica" - } - }, - "name:8": "Mica" - } - }, - "questID:3": 201175, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mica" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201176.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201176.json deleted file mode 100644 index a28f7021..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201176.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 700\nMining Level: Obsidian\nMining Speed: 7.7\nAttack: 6\nStonebound\n\nHandle\nModifier: 0.9\nDurability: -5\nCrude II\nPetramor\n\nExtra\nDurability: 111\nCrude II\nPetramor\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nCrude II\nPetramor", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "litherite" - } - }, - "name:8": "Litherite" - } - }, - "questID:3": 201176, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "litherite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201177.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201177.json deleted file mode 100644 index f75f15af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201177.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,000\nMining Level: Obsidian\nMining Speed: 9\nAttack: 7.5\nVindictive\nNature\u0027s Wrath\n\nHandle\nModifier: 0.9\nDurability: -5\nVindictive\nNature\u0027s Wrath\n\nExtra\nDurability: 140\nVindictive\nNature\u0027s Wrath\n\nBows\nDrawspeed: 5\nRange Multiplier: 0.4\nBonus Damage: -1\nVindictive\nNature\u0027s Wrath", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "erodium" - } - }, - "name:8": "Erodium" - } - }, - "questID:3": 201177, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "erodium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201178.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201178.json deleted file mode 100644 index 5120a74a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201178.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,300\nMining Level: Cobalt\nMining Speed: 10.3\nAttack: 9\nFruit Salad\n\nHandle\nModifier: 0.9\nDurability: -5\nNature\u0027s Blessing\n\nExtra\nDurability: 169\nNature\u0027s Blessing\n\nBows\nDrawspeed: 1.67\nRange Multiplier: 1.6\nBonus Damage: 5\nNature\u0027s Blessing", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kyronite" - } - }, - "name:8": "Kyronite" - } - }, - "questID:3": 201178, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "kyronite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201179.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201179.json deleted file mode 100644 index 99f60b5d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201179.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,600\nMining Level: Cobalt\nMining Speed: 11.6\nAttack: 10.5\nStop Being Selfish\n\nHandle\nModifier: 0.9\nDurability: -5\nStop Being Selfish\n\nExtra\nDurability: 198\nStop Being Selfish\n\nBows\nDrawspeed: 2.04\nRange Multiplier: 2.2\nBonus Damage: 6.5\nStop Being Selfish", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pladium" - } - }, - "name:8": "Pladium" - } - }, - "questID:3": 201179, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "pladium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201180.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201180.json deleted file mode 100644 index f38a9ff4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201180.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,900\nMining Level: 5\nMining Speed: 12.9\nAttack: 12\nChad Thunder****\n\nHandle\nModifier: 0.9\nDurability: -5\nIlluminati\n\nExtra\nDurability: 227\nIlluminati\n\nBows\nDrawspeed: 2.63\nRange Multiplier: 3\nBonus Damage: 8\nIlluminati", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ionite" - } - }, - "name:8": "Ionite" - } - }, - "questID:3": 201180, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ionite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201181.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201181.json deleted file mode 100644 index 898c77bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201181.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 2,200\nMining Level: 6\nMining Speed: 14.2\nAttack: 13.5\nMusic of the Spheres\n\nHandle\nModifier: 0.9\nDurability: -5\nMusic of the Spheres\n\nExtra\nDurability: 227\nMusic of the Spheres\n\nBows\nDrawspeed: 2.63\nRange Multiplier: 3\nBonus Damage: 12\nMusic of the Spheres", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aethium" - } - }, - "name:8": "Aethium" - } - }, - "questID:3": 201181, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "aethium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201182.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201182.json deleted file mode 100644 index 2bee759a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201182.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 400\nMining Level: Obsidian\nMining Speed: 7\nAttack: 4.25\nThaumic\n\nHandle\nModifier: 1\nDurability: 30\nThaumic\n\nExtra\nDurability: 111\nThaumic\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 1.3\nBonus Damage: 7\nThaumic", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thaumium" - } - }, - "name:8": "Thaumium" - } - }, - "questID:3": 201182, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "thaumium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201183.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201183.json deleted file mode 100644 index 7480837c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201183.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 204\nMining Level: Diamond\nMining Speed: 6\nAttack: 4\nI\u0027m a Superstar\n\nHandle\nModifier: 1\nDurability: 60\nIlluminati\n\nExtra\nDurability: 100\nIlluminati\n\nBows\nDrawspeed: 2\nRange Multiplier: 1.5\nBonus Damage: 7\nIlluminati", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "starmetal" - } - }, - "name:8": "Starmetal" - } - }, - "questID:3": 201183, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "starmetal" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201184.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201184.json deleted file mode 100644 index d841a8d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201184.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 204\nMining Level: Diamond\nMining Speed: 6\nAttack: 4\nVile\n\nHandle\nModifier: 0.85\nDurability: 60\n\nExtra\nDurability: 50", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "corrupted" - } - }, - "name:8": "Corrupted" - } - }, - "questID:3": 201184, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "corrupted" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201185.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201185.json deleted file mode 100644 index 968b8aed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201185.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,919\nMining Level: 5\nMining Speed: 9\nAttack: 9\nMirabile Visu\nMana\n\nHandle\nModifier: 1.1\nDurability: 40\nMana\n\nExtra\nDurability: 90\nMana\n\nBows\nDrawspeed: 0.74\nRange Multiplier: 1.5\nBonus Damage: 5.5\nMana", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mirion" - } - }, - "name:8": "Mirion" - } - }, - "questID:3": 201185, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "mirion" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201186.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201186.json deleted file mode 100644 index ada7b85e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201186.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 50\nMining Level: Iron\nMining Speed: 5.1\nAttack: 2.8\nBotanical II\nEcological\n\nHandle\nModifier: 1.15\nDurability: 20\nBotanical\nEcological\n\nExtra\nDurability: 20\nBotanical\nEcological\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 1.1\nBonus Damage: 1.8\nBotanical\nEcological", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "livingwood_plustic" - } - }, - "name:8": "Livingwood" - } - }, - "questID:3": 201186, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "livingwood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201187.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201187.json deleted file mode 100644 index 6d0647c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201187.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 540\nMining Level: Obsidian\nMining Speed: 7\nAttack: 6\nMana\nElemental\n\nHandle\nModifier: 1.25\nDurability: 150\nMana\n\nExtra\nDurability: 60\nMana\n\nBows\nDrawspeed: 1.25\nRange Multiplier: 1.5\nBonus Damage: 7.5\nMana", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elementium" - } - }, - "name:8": "Elementium" - } - }, - "questID:3": 201187, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "elementium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201188.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201188.json deleted file mode 100644 index 04c32b39..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201188.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 430\nMining Level: Cobalt\nMining Speed: 6\nAttack: 4\nDemocratic People\u0027s Republic of Korea\nEcological\n\nHandle\nModifier: 1\nDurability: -20\nDemocratic People\u0027s Republic of Korea\nEcological\n\nExtra\nDurability: 50\nDemocratic People\u0027s Republic of Korea\nEcological\n\nBows\nDrawspeed: 1.43\nRange Multiplier: 2\nBonus Damage: 7\nDemocratic People\u0027s Republic of Korea\nEcological", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fusewood_plustic" - } - }, - "name:8": "Fusewood" - } - }, - "questID:3": 201188, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "fusewood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201189.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201189.json deleted file mode 100644 index 8699090b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201189.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 300\nMining Level: Cobalt\nMining Speed: 4.9\nAttack: 2.5\nEcological\nGhastly\n\nHandle\nModifier: 1.1\nDurability: 0\nGhastly\nEcological\n\nExtra\nDurability: 100\nGhastly\nEcological\n\nBows\nDrawspeed: 0.62\nRange Multiplier: 1.1\nBonus Damage: 2\nGhastly\nEcological", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghostwood_plustic" - } - }, - "name:8": "Ghostwood" - } - }, - "questID:3": 201189, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ghostwood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201190.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201190.json deleted file mode 100644 index 20de8c5f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201190.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 350\nMining Level: Cobalt\nMining Speed: 5\nAttack: 3\nDark Traveler\nEcological\n\nHandle\nModifier: 1.3\nDurability: -5\nDark Traveler\nEcological\n\nExtra\nDurability: 90\nDark Traveler\nEcological\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 1.3\nBonus Damage: 3\nDark Traveler\nEcological", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "darkwood_plustic" - } - }, - "name:8": "Darkwood" - } - }, - "questID:3": 201190, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "darkwood_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201191.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201191.json deleted file mode 100644 index 93a3e681..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201191.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,222\nMining Level: Cobalt\nMining Speed: 7\nAttack: 7\nElemental\n\nHandle\nModifier: 1.1\nDurability: 0\nTerrafirma\n\nExtra\nDurability: 70\nTerrafirma\n\nBows\nDrawspeed: 0.91\nRange Multiplier: 1\nBonus Damage: 0.9\nTerrafirma", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emerald_plustic" - } - }, - "name:8": "Emerald" - } - }, - "questID:3": 201191, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "emerald_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201192.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201192.json deleted file mode 100644 index 06e42bbc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201192.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 2,000\nMining Level: 8\nMining Speed: 8\nAttack: 15\nBrown Magic\nBlind Bandit\n\nHandle\nModifier: 1.6\nDurability: 130\nPortly Gentleman\n\nExtra\nDurability: 240\nPortly Gentleman\n\nBows\nDrawspeed: 0.62\nRange Multiplier: 2\nBonus Damage: 11\nPortly Gentleman", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wyvern_plustic" - } - }, - "name:8": "Wyvern" - } - }, - "questID:3": 201192, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wyvern_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201193.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201193.json deleted file mode 100644 index 1070f532..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201193.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 5,000\nMining Level: 10\nMining Speed: 9\nAttack: 35\nRude Awakening\nBrown Magic\n\nHandle\nModifier: 1.8\nDurability: 500\nBlind Bandit\nApocalypse\nGlobal Traveler\n\nExtra\nDurability: 500\nBlind Bandit\nApocalypse\nGlobal Traveler\n\nBows\nDrawspeed: 0.53\nRange Multiplier: 2.8\nBonus Damage: 20\nBlind Bandit\nApocalypse\nGlobal Traveler", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "awakened_plustic" - } - }, - "name:8": "Awakened" - } - }, - "questID:3": 201193, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "awakened_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201194.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201194.json deleted file mode 100644 index 97dca7fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201194.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 10,000\nMining Level: 12\nMining Speed: 12\nAttack: 48\nHail Hydra\nVindictive\n\nHandle\nModifier: 2.3\nDurability: 700\nDark Traveler\n\nExtra\nDurability: 800\nDark Traveler\n\nBows\nDrawspeed: 0.43\nRange Multiplier: 4\nBonus Damage: 24\nDark Traveler", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chaotic_plustic" - } - }, - "name:8": "Chaotic" - } - }, - "questID:3": 201194, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "chaotic_plustic" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201195.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201195.json deleted file mode 100644 index 9dde0f3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201195.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 35\nMining Level: Stone\nMining Speed: 2\nAttack: 2\nEcological\n\nHandle\nModifier: 1\nDurability: 25\nEcological\n\nExtra\nDurability: 15\nEcological\n\nBows\nDrawspeed: 1\nRange Multiplier: 1\nBonus Damage: 0\nEcological", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wood" - } - }, - "name:8": "Wood" - } - }, - "questID:3": 201195, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "wood" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201196.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201196.json deleted file mode 100644 index fd82b872..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201196.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "preRequisites:11": [ - 1032 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHere you can find a description of all the traits;\n\nAlien\nThe stats feel off... as if they\u0027re changing! Maybe time will tell?\n\nAnti-Air I-II\nDeals additional damage to flying creatures.\n\nAnti-Corrosion\nEvery tick, there is a small chance that the holder\u0027s poison is healed (when held in hand).\n\nApocalypse\nYour victim becomes moribund and is afflicted with increasing levels of Wither.\n\nAquadynamic\nThe tool is unhindered by water and loves rainy evenings.\n\nAridiculous\nThe tool works better in hotter environments.\n\nAutosmelt\nHarvested blocks get smelted.\n\nBaconlicious\nHitting things sometimes gives bacon.\n\nBaron\nOccasionally deals additional damage.\n\nBlazing\nSets targets on fire.\n\nBlind Bandit\nA mob called the \"Blind Bandit\" will sometimes be summoned for a limited time after you attack or are attacked. She will attack hostile mobs, and will also attack those who dare attack her (except you), piercing armor on mobs.\n\nBlizzard II\nFreezes enemies in a block of ice for 15 seconds with added knockback, and deals additional dragon frost damage.\n\nBloodlust\nAdds life essence to your soul network when killing.\n\nBody\nHigher Durability\n\nBone Shock\nDeals additional damage to non-arthropod creatures.\n\nBotanical I-II\nIncreases the amount of slots; the effect stacks greatly.\n\nBroodmother\nSpawn a Vespa larva during combat or when a block is harvested.\n\nBrown Magic\nPress the \"set portal\" key (default \"N\") to set a virtual portal on the block you are pointing at. By default, press \"Y\" to teleport there (if there is enough space).\n\nChad Thunder****\nEnemies struck by this weapon have thunderbolts rained down on them.\n\nCheap\nIncreases durability gained when repairing the tool.\n\nCheapskate\nYour tool has less durability.\n\nChunky\nMakes your tool or weapon drop Mob Chunks.\n\nCold-Blooded\nDeal increased damage to targets at full health.\n\nCoralium-Plagued\nApply the Coralium Plague on critical hits.\n\nCounterweight I-II\nIncreases tool efficiency when not touching the ground.\n\nCritikill\nAlways do a critical hit!\n\nCrude I-II\nBonus damage against unarmored targets.\n\nCrumbling\nThe tool breaks soft blocks that don\u0027t need a tool faster.\n\nDark Traveler\nSurrounding mobs get randomly afflicted with damage.\n\nDarkness\nDark influences don\u0027t wont on your enemy, so they\u0027re tortured instead!\n\nDemocratic People\u0027s Republic of Korea\nWhen attacking or defending, Supreme Leaders will spawn, exploding on opponents in the same manner as a creeper.\n\nDense\nYour tool lasts longer when it has less durability.\n\nDevil\u0027s Strength\nBonus damage to non-Overworld mobs.\n\nDirect\nTeleports mined things directly into your inventory.\n\nDiscounted\nSignificantly increases durability gained when repairing the tool.\n\nDread-Plagued\nApply the Dread Plague on critical hits.\n\nDuritae\nYour tool lasts longer ...most of the time.\n\nEcological\nRenewable resources are so good, they regenerate by themselves!\n\nElemental\nWhen gravity-affected blocks are destroyed, break all blocks of the same type above and below. Also, a chance to gain various benefits from a sucessful attack.\n\nEnderference\nPrevents Endermen from teleporting around for a short time.\n\nEndspeed\nProjectiles instantly travel to their destination.\n\nEnergy Eater\nBoosts the mining speed and damage by consuming energy!\n\nEnergy Repair\nRepairs from the energy stored in the inventory, but only when it\u0027s about to be damaged...\n\nEthereal Miner\nMining blocks prevents blocks above falling down.\n\nEvil Aura\nWhen held, creates an aura of evil that brings misfortune to the wielder.\n\nEvil Pressure\nEach hit has a chance to amplify negative effects present on mob.\n\nExperience Boost\nGives bonus XP when mining or slaying mobs.\n\nFamine\nGives Hunger. Restore 1 hunger points when hitting a non-undead entity or harvesting a block. \n\nFlaming Fury\nDeals additional damage while on fire.\n\nFlammable\nBlocking blocks fire damage and getting hit sets the attacker on fire.\n\nFractured I-II\nYour tools damage is increased.\n\nFreezing\nSuccessful hits slow your target more and more.\n\nFruit Salad\nA tool with this trait can store up to 5 types of fruits.\n\nGhastly\nIf the holder is attacked while sneaking, the attacker is inflicted with Slowness.\n\nGlitch\nDrops Glitch Heart sometimes when killing.\n\nGlobal Traveler\nShift-right-click a block in order for items from broken blocks and killed entities to get transported in there if it is an inventory.\n\nGlowing\nWhenever it gets too dark your tool sacrifices a part of itself to light up your way.\n\nHail Hydra\nRandom explosions plague your enemies. Also, when you are attacked, there is a chance to get Absorption.\n\nHe Who Must Not Be Named\nBonus damage accrued for each entity of the same type as the target close to it.\n\nHealer\nGuess you like the enemy so much you heal them every time you try to hurt them\n\nHeavy\nPrevents knockback.\n\nHellish\nDeal bonus damage to non-Nether mobs.\n\nHigh in Calcium\nDrops bones and bonemeal while breaking blocks.\n\nHive Defender\nDeals +8 extra damage against death worms and +4 damage against non-arthropods.\n\nHoly\nDeal bonus damage to undead enemies.\n\nIlluminati\nWhile the tool is in your hand, nearby entities (that do not hold a tool with this trait) glow, and you become invisible.\n\nI\u0027m a Superstar\nEffects depend on the player\u0027s attunement.\n\nInfernal Energy\nMassively increases tool efficiency when on fire.\n\nInferno II\nSets enemies on fire for 15 seconds with added knockbacks, and deals additional dragon flame damage.\n\nInsatiable\nDuring combat you deal more and more damage but also consume more and more durability.\n\nInstakill\nOne-shot kills. Slightly dangerous\n\nIn the Garage\nExtra damage in the shadow\n\n\nJaded\nMobs attacked with this tool have their ability to heal temporarily hindered.\n\nJagged\nEvery point durability lost increases damage.\n\nLaced\nPoisons creatures when hit.\n\nLaunch\nOccasionally make your enemy go flying. They like it...until they hit the ground\n\nLightweight\nIncreases the overall speed of your tool when mining and attacking.\n\nLiving I-II\nHeals itself via the user\u0027s Soul Network\n\nMagically Brittle\nHas a random chance of breaking when it takes damage. Can break \u0027unbreakable\u0027 tools.\n\nMagically Modifiable\nAdds 3 extra modifiers to a tool\n\nMagnetic I-II\nHitting things attracts nearby things?!\n\nMana\nMana can be used in place of durability, and can heal the tool over time.\n\nMana Eater\nBoosts the mining speed and damage by consuming mana!\n\nMana Repair\nRepairs from the mana stored in the player, but only when it\u0027s about to be damaged...\n\nMind\nMore Effecient\n\nMirabile Visu\nOccasionally, a gold or diamond ore will appear in stone immediately surrounding you (at the cost of durability).\n\nMoldable\nBlend additional modifiers into your tool.\n\nMomentum\nMining blocks increases your speed, as long as you keep going.\n\nMorgan Le Fay\nBonus magic damage (ranging from 0.0 to 5.0; Gaussian distributed) is afflicted (it is absolute).\n\nMusic of the Spheres\nThe tool doubles as a movable boombox.\n\nNature\u0027s Blessing\nA chance to drop bread per mob killed or block broken. Sometimes heals the player by a bit after killing a mob.\n\nNature\u0027s Power\nAfter attacking a mob: 20% chance to burn target. 20% chance to give player Speed. 20% chance to give player Strength.\n\nNature\u0027s Wrath\nAfter attacking a mob, there is a chance to burn the target, as well as to heal the player.\n\nOverflow\nThere is a 25% probability that this weapon directly wipes off half of target\u0027s health each attack.\n\nPayback\nBecome enraged and deal moar damage when severely injured\n\nPetramor\nYour tool loves stone, it literally wants to absorb it (for durability).\n\nPoisonous\nPoisons enemies on hit.\n\nPortly Gentleman\nShift-right-click an entity to capture it (costs durability based on entity health). Press the \"release entity\" key (default \"0\") in order to release it.\n\nPower of the Sun\nTorch works too. Mining and Fighting are effected by your light conditions\n\nPrecipitate\nThe less health you have, the speedier it is!\n\nPrickly\nNobody is safe from those thorns, they always hurt.\n\nProsperous\nMakes your tool or weapon randomly drop Prosperity Shards.\n\nPsi Eater\nBoosts the mining speed and damage by consuming psi!\n\nPsi Repair\nRepairs from the psi stored in the player, but only when it\u0027s about to be damaged...\n\nPurified\nDeal 25% extra damage to any Dread-Plagued entity.\n\nRadioactive I-III\nRandomly causes hunger or radiation poisoning :(\n\nReflect\nWhy are you hitting yourself\n\nRude Awakening\nDamage pierces armor (mobs only).\n\nRunic I-II\nConverts a portion of damage dealt into magic damage.\n\nShadow\nUses Mana to repair, can also summon dark pixies when you attack mobs.\n\nSharp\nHitting an enemy leaves them bleeding for a short time.\n\nShock\nOccasionally shock your enemy with a bolt of thunder. Or lightning. Whatever\n\nShocking\nRunning around, breaking blocks or hitting things charges your tool. Hitting an enemy discharges it, dealing damage and providing a speed boost. Mining a block discharges it, giving a mining speed boost.\n\nShyre Synthesis\nPrevents the tool from taking damage when in direct sunlight.\n\nSlashing\nCritical hits gain 20% more damage!\n\nSlimey\nIt\u0027ll wash off.\n\nSlingshot\nYour tool become a slingshot for you to use for others!\n\nSOS!\nRecover when severely injured at a large cost\n\nSoul\nExtra 3 Modifiers\n\nSoul Harvest\nRegenerates soul power while mining.\n\nSoul Sap\nRegenerates soul power based on damage dealt.\n\nSpades\nThe lower your health, the more damage you do.\n\nSpiky\nBlocking and getting hurt deals damage to the attacker.\n\nSplintering I-II\nHit them more to deal more damage.\n\nSplinters\nBe careful not to catch a splinter!\n\nSqueaky\nYour tool is so soft and squeaky it gained silktouch, but deals no damage.\n\nStalwart\nHitting an entity can make you feel emboldened.\n\nStarfishy\nPress the \"set portal\" key (default \"N\") to set a virtual portal on the block you are pointing at. If you are on the brink of death, you have %d enori crystals to spare, and the portal has enough space above, then the crystals are consumed, you are teleported to the virtual portal, and you are spared. (The tool must be in your hand.)\n\nStiff\nBlocking reduces the damage taken even more.\n\nStonebound\nThe tool mines faster as it wears out, but does less damage.\n\nStop Being Selfish\nMore damage is added the closer other players are to the attacker.\n\nSuperheat\nDeal bonus damage to enemies on fire.\n\nSurf Wax America\nExtra damage while mounting\n\nSynergy\nWill repair itself if you have Steeleaves in your hotbar.\n\nTasty\nSmells so good.. You\u0027d rather eat your tool than starve.\n\nTerrafirma\nWhile this tool is in your hand (or this armor is worn), you will heal over time.\n\nThaumic\nA tool with this gains 1 extra slot, or 2 extra slots if either at least 3 parts have this trait, or the tool is made entirely out of parts with this trait.\n\nThermal Inversion\nHitting an enemy in a hot or cold environment will chill or burn them.\n\nToxic\nReleases a toxic cloud when critically-hitting enemies\n\nTweeting\nEver wanted to sound like a charger?\n\nTwilit\nMore damage outside the Twilight Forest.\n\nUndone\nCritical hits remove armor\n\nUnholy Touch\nDeals bonus damage to non-undead entity and applies Weakness \n\nUnnatural\nThe tool mines faster the higher its mining level is above the required one.\n\nUplifting\nOccasionally regenerates health on use.\n\nVanishing I-III\nChance to teleport enemies away.\n\nVile\nAdds an additional soul per kill to your Soul Shard\n\nVindictive\nBonus damage to players, and you gain some health by attacking.\n\nWeeee!\nPowerful enough to destroy everything below it! At least...harvest level-wise.\n\nWell-Established\nYou gain additional XP.\n\nWhispering\nWill occasionally whisper it\u0027s will to you\n\nWithering\nWithers enemies on hit.\n\nWritable\nMore words. More Modifiers. It\u0027s only logical!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "All the traits!!!" - } - }, - "questID:3": 201196, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201197.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201197.json deleted file mode 100644 index ed0bea83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201197.json +++ /dev/null @@ -1,414 +0,0 @@ -{ - "preRequisiteTypes:7": [ - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 0, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2 - ], - "preRequisites:11": [ - 201013, - 201014, - 201015, - 201016, - 201017, - 201018, - 201019, - 201020, - 201021, - 201022, - 201023, - 201024, - 201025, - 201026, - 201027, - 201028, - 201029, - 201030, - 201031, - 201032, - 201033, - 201034, - 201035, - 201036, - 201037, - 201038, - 201039, - 201040, - 201041, - 201042, - 201043, - 201044, - 201045, - 201046, - 201047, - 201048, - 201049, - 201050, - 201051, - 201052, - 201053, - 201054, - 201055, - 201056, - 201057, - 201058, - 201059, - 201060, - 201061, - 201062, - 201063, - 201064, - 201065, - 201066, - 201067, - 201068, - 201069, - 201070, - 201071, - 201072, - 201073, - 201074, - 201075, - 201076, - 201077, - 201078, - 201079, - 201080, - 201081, - 201082, - 201083, - 201084, - 201085, - 201086, - 201087, - 201088, - 201089, - 201090, - 201091, - 201092, - 201093, - 201094, - 201095, - 201096, - 201097, - 201098, - 201099, - 201100, - 201101, - 201102, - 201103, - 201104, - 201105, - 201106, - 201107, - 201108, - 201109, - 201110, - 201111, - 201112, - 201113, - 201114, - 201115, - 201116, - 201117, - 201118, - 201119, - 201120, - 201121, - 201122, - 201123, - 201124, - 201125, - 201126, - 201130, - 201131, - 201132, - 201133, - 201134, - 201135, - 201136, - 201142, - 201143, - 201144, - 201145, - 201146, - 201147, - 201148, - 201149, - 201150, - 201151, - 201152, - 201153, - 201154, - 201155, - 201156, - 201157, - 201158, - 201159, - 201160, - 201161, - 201162, - 201163, - 201164, - 201165, - 201166, - 201167, - 201168, - 201169, - 201170, - 201171, - 201172, - 201173, - 201174, - 201175, - 201176, - 201177, - 201178, - 201179, - 201180, - 201181, - 201182, - 201183, - 201184, - 201185, - 201186, - 201187, - 201188, - 201189, - 201190, - 201191, - 201192, - 201193, - 201194, - 201195, - 201198, - 201199, - 201200, - 201201, - 201202, - 201203, - 201204, - 201205, - 201206, - 1394 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Have a cookie", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "ismain:1": 1, - "name:8": "Material Master Trophy" - } - }, - "questID:3": 201197, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "actuallyadditions:item_food", - "tag:10": { - "display:10": { - "Name:8": "Chocolate Chip Cookie" - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201198.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201198.json deleted file mode 100644 index 750b8a9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201198.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Ludicrous Materials (Chapter 9)" - } - }, - "questID:3": 201198, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:alkemia_artifact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201199.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201199.json deleted file mode 100644 index e6fd1f46..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201199.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 500\nMining Level: Obsidian\nMining Speed: 7.65\nAttack: 6.83\n\nHandle\nModifier: 1.22\nDurability: 140\n\nExtra\nDurability: 70\n\nBows\nDrawspeed: 1.56\nRange Multiplier: 0.86\nBonus Damage: 4", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "quartzenrichediron" - } - }, - "name:8": "Quartz Enriched Iron (WIP)" - } - }, - "questID:3": 201199, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "quartzenrichediron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201200.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201200.json deleted file mode 100644 index 35ea1aca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201200.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 450\nMining Level: Obsidian\nMining Speed: 9.04\nAttack: 8.01\nPsi Repair\n\nHandle\nModifier: 1.12\nDurability: 140\nPsi Repair\n\nExtra\nDurability: 80\nPsi Repair\n\nBows\nDrawspeed: 0.69\nRange Multiplier: 1.26\nBonus Damage: 5\nPsi Repair", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psi" - } - }, - "name:8": "Psimetal " - } - }, - "questID:3": 201200, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psi" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201201.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201201.json deleted file mode 100644 index 5037ab30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201201.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 800\nMining Level: Obsidian\nMining Speed: 8.25\nAttack: 7.12\nPsi Eater\n\nHandle\nModifier: 1.54\nDurability: 100\nPsi Eater\n\nExtra\nDurability: 100\nPsi Eater\n\nBows\nDrawspeed: 0.83\nRange Multiplier: 0.85\nBonus Damage: 4\nPsi Eater", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psigem" - } - }, - "name:8": "Psigem" - } - }, - "questID:3": 201201, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "psigem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201202.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201202.json deleted file mode 100644 index 0804ec4a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201202.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 980\nMining Level: Cobalt\nMining Speed: 14.06\nAttack: 11.07\nHoly\n\nHandle\nModifier: 1.53\nDurability: 300\nPsi Repair\n\nExtra\nDurability: 170\nPsi Repair\n\nBows\nDrawspeed: 0.36\nRange Multiplier: 1.75\nBonus Damage: 6\nPsi Repair", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ivorypsi" - } - }, - "name:8": "Ivory Psimetal" - } - }, - "questID:3": 201202, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ivorypsi" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201203.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201203.json deleted file mode 100644 index 10376657..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201203.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1764 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,210\nMining Level: Cobalt\nMining Speed: 11.76\nAttack: 14.06\nDarkness\n\nHandle\nModifier: 1.98\nDurability: 400\nPsi Eater\n\nExtra\nDurability: 290\nPsi Eater\n\nBows\nDrawspeed: 0.61\nRange Multiplier: 2.56\nBonus Damage: 10\nPsi Eater", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ebonypsi" - } - }, - "name:8": "Ebony Psimetal" - } - }, - "questID:3": 201203, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ebonypsi" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201204.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201204.json deleted file mode 100644 index fc3896f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201204.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 500\nMining Level: Diamond\nMining Speed: 3.73\nAttack: 4.01\n\nHandle\nModifier: 1.19\nDurability: 98\n\nExtra\nDurability: 48\n\nBows\nDrawspeed: 1.02\nRange Multiplier: 1.09\nBonus Damage: 4", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "osmium" - } - }, - "name:8": "Osmium (WIP)" - } - }, - "questID:3": 201204, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "osmium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201205.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201205.json deleted file mode 100644 index 67bf8532..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201205.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1,400\nMining Level: Cobalt\nMining Speed: 5.24\nAttack: 11.04\nDuritae\nDarkness\n\nHandle\nModifier: 2.19\nDurability: 400\nDuritae\nDarkness\n\nExtra\nDurability: 340\nDuritae\nDarkness\n\nBows\nDrawspeed: 9.09\nRange Multiplier: 0.43\nBonus Damage: 12\nDuritae\nDarkness", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedobsidian" - } - }, - "name:8": "Refined Obsidian (WIP)" - } - }, - "questID:3": 201205, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedobsidian" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/201206.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/201206.json deleted file mode 100644 index 3da1f51b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/201206.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 900\nMining Level: Obsidian\nMining Speed: 9.43\nAttack: 8.88\nPower of the Sun\n\nHandle\nModifier: 0.84\nDurability: 140\nPower of the sun\n\nExtra\nDurability: 100\nPower of the sun\n\nBows\nDrawspeed: 0.43\nRange Multiplier: 1.99\nBonus Damage: 8\nPower of the sun", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedglowstone" - } - }, - "name:8": "Refined Glowstone (WIP)" - } - }, - "questID:3": 201206, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "refinedglowstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2078.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2078.json deleted file mode 100644 index 4b0c7033..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2078.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 200\nMining Level: 4\nMining Speed: 4.2\nAttack: 31\nThunder\nInferno\nBlizzard\n\nHandle\nModifier: 3\nDurability: 200\nThunder\nInferno\nBlizzard\n\nExtra\nDurability: 200\nThunder\nInferno\nBlizzard\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "barathosynium" - } - }, - "name:8": "Barathosynium" - } - }, - "questID:3": 2078, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "barathosynium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2079.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2079.json deleted file mode 100644 index a7dac272..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2079.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 10\nMining Level: 1\nMining Speed:4.2\nAttack: 35\nEnergy Eater\nMana Eater\nPurify\nLaced\n\nHandle\nModifier: 5\nDurability: 10\nEnergy Eater\nMana Eater\nPurify\nLaced\n\nExtra\nDurability: 10\nEnergy Eater\nMana Eater\nPurify\nLaced\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssal_flesh" - } - }, - "name:8": "Abyssal Flesh" - } - }, - "questID:3": 2079, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "abyssal_flesh" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2124.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2124.json deleted file mode 100644 index c8910f41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2124.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 1000\nMining Level: 10\nMining Speed: 12.0\nAttack: 310\nCritikill\nPayback\nUnholy Touch\nHoly\n\nHandle\nModifier: 1\nDurability: 1000\nCritikill\nPayback\nUnholy Touch\nHoly\n\nExtra\nDurability: 100\nCritikill\nPayback\nUnholy Touch\nHoly\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "berserk_steel" - } - }, - "name:8": "Berserker Steel" - } - }, - "questID:3": 2124, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "berserk_steel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2130.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2130.json deleted file mode 100644 index f842761d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2130.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 100\nMining Level: 3\nMining Speed: 11.0\nAttack: 100.0\nSentience\nNecrotic\nFamine\n\nHandle\nModifier: 1\nDurability: 300\nSentience\nNecrotic\nFamine\n\nExtra\nDurability: 300\nSentience\nNecrotic\nFamine\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone_endless_hunger" - } - }, - "name:8": "Endlessly Hungry" - } - }, - "questID:3": 2130, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "stone_endless_hunger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2131.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2131.json deleted file mode 100644 index c1ba0da0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2131.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 500\nMining Level: 1\nMining Speed: 1.0\nAttack: 200.0\nFreezing\nBlizzard\nApocalypse\n\nHandle\nModifier: 1\nDurability: 500\nFreezing\nBlizzard\nApocalypse\n\nExtra\nDurability: 500\nFreezing\nBlizzard\nApocalypse", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infused_dread_shard" - } - }, - "name:8": "Infused Dread" - } - }, - "questID:3": 2131, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "infused_dread_shard" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2153.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2153.json deleted file mode 100644 index 2b78a2cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2153.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 500\nMining Level: 10.0\nMining Speed: 100.0\nAttack: 250.0\nRunic\nInferno\nMorgan Le Fay\nBaron\n\nHandle\nModifier: 1\nDurability: 500\nRunic\nInferno\nMorgan Le Fay\nBaron\n\nExtra\nDurability: 500\nRunic\nInferno\nMorgan Le Fay\nBaron\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brightsteel_alloy" - } - }, - "name:8": "Brightsteel Alloy" - } - }, - "questID:3": 2153, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "brightsteel_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2154.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2154.json deleted file mode 100644 index d12cd5f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2154.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 4000\nMining Level: 10.0\nMining Speed: 10.0\nAttack: 300.0\nUplifting\nShulking\nBlizzard\n\nHandle\nModifier: 1\nDurability: 5000\nUplifting\nShulking\nBlizzard\n\nExtra\nDurability: 5000\nUplifting\nShulking\nBlizzard\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "neutronium" - } - }, - "name:8": "Neutronium" - } - }, - "questID:3": 2154, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "neutronium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2155.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2155.json deleted file mode 100644 index 122d151b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2155.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 100\nMining Level: 10.0\nMining Speed: 10.0\nAttack: 180.0\nEvil Pressure\nApocalypse\nLaced\n\nHandle\nModifier: 1\nDurability: 100\nEvil Pressure\nApocalypse\nLaced\n\nExtra\nDurability: 100\nEvil Pressure\nApocalypse\nLaced\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "runandium" - } - }, - "name:8": "Runandium" - } - }, - "questID:3": 2155, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "runandium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2156.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2156.json deleted file mode 100644 index 6f192116..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2156.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 100\nMining Level: 10.0\nMining Speed: 10.0\nAttack: 250.0\nSpiky\nPrickly\nGhastly\n\nHandle\nModifier: 2\nDurability: 100\nSpiky\nPrickly\nGhastly\n\nExtra\nDurability: 10\nSpiky\nPrickly\nGhastly\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ascended_draconic_alloy" - } - }, - "name:8": "Ascended Draconic Alloy" - } - }, - "questID:3": 2156, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ascended_draconic_alloy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2247.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2247.json deleted file mode 100644 index 0ddcd07b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2247.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hihi_irokane" - } - }, - "name:8": "Hihi\u0027Irokane" - } - }, - "questID:3": 2247, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "hihi_irokane" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2248.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2248.json deleted file mode 100644 index 04e1e0ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2248.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "orichalcum" - } - }, - "name:8": "Orichalcum" - } - }, - "questID:3": 2248, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "orichalcum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2249.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2249.json deleted file mode 100644 index ab4b6bdb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2249.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ichorium" - } - }, - "name:8": "Crystalline Ichorium" - } - }, - "questID:3": 2249, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "ichorium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/13/2272.json b/config - Copy/betterquesting/DefaultQuests/Quests/13/2272.json deleted file mode 100644 index dc0ee1f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/13/2272.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 201127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Head\nDurability: 10\nMining Level: Iron\nMining Speed: 4.2\nAttack: 250\n\nHandle\nModifier: 5\nDurability: 10\n\nExtra\nDurability: 10\n", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "demonc_ember" - } - }, - "name:8": "Demonic Ember" - } - }, - "questID:3": 2272, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:shard", - "tag:10": { - "Material:8": "demonc_ember" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1872.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1872.json deleted file mode 100644 index 8b1691de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1872.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 28 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe quests in this tab will list all tools that are useful for building and breaking things!\n\nMore will show up the more you progress, so make sure to come back here!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:stone" - }, - "name:8": "Making and Breaking" - } - }, - "questID:3": 1872, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1873.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1873.json deleted file mode 100644 index 9ea52cbe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1873.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1872 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:itemcreativebuilderswand" - }, - "name:8": "Making" - } - }, - "questID:3": 1873, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1883.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1883.json deleted file mode 100644 index 70eabfa3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1883.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1872 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_pickaxe" - }, - "name:8": "Breaking" - } - }, - "questID:3": 1883, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1885.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1885.json deleted file mode 100644 index 7ec5a434..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1885.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis quest can be completed using any hammer.\n\nHammers will let you break stone and ores in a 3x3 area, making it quite convenient for early game mining sessions.\n\nYou should switch to the destruction catalyst and the catalytic lens later on.", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -3019530, - "identifier:8": "holy", - "level:3": 1 - }, - "1:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "harvest", - "2:8": "aoe", - "3:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 720, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.0 - }, - "StatsOriginal:10": { - "Attack:5": 5.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 720, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.0 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "silver", - "1:8": "silver", - "2:8": "silver", - "3:8": "silver" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "holy", - "1:8": "toolleveling" - } - } - }, - "name:8": "Tinker\u0027s Hammers" - } - }, - "questID:3": 1885, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "plustic::10": { - "Items:9": {}, - "Size:3": 1 - }, - "plustic:fruitsalad_cap:10": { - "Items:9": {}, - "Size:3": 5 - }, - "plustic:musicofthespheres_cap:10": { - "Items:9": {}, - "Size:3": 1 - } - }, - "id:8": "tconstruct:hammer", - "tag:10": { - "Modifiers:9": { - "0:10": { - "color:3": -1186113, - "identifier:8": "fractured", - "level:3": 1 - }, - "1:10": { - "color:3": -1186113, - "identifier:8": "splintering", - "level:3": 1 - }, - "2:10": { - "color:3": 16777215, - "identifier:8": "toolleveling", - "level:3": 1 - } - }, - "Special:10": { - "Categories:9": { - "0:8": "weapon", - "1:8": "harvest", - "2:8": "aoe", - "3:8": "tool" - } - }, - "Stats:10": { - "Attack:5": 4.0, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 675, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.09 - }, - "StatsOriginal:10": { - "Attack:5": 2.5, - "AttackSpeedMultiplier:5": 1.0, - "Durability:3": 675, - "FreeModifiers:3": 3, - "HarvestLevel:3": 1, - "MiningSpeed:5": 5.09 - }, - "TinkerData:10": { - "Materials:9": { - "0:8": "bone", - "1:8": "bone", - "2:8": "bone", - "3:8": "bone" - }, - "Modifiers:9": { - "0:8": "toolleveling" - } - }, - "Traits:9": { - "0:8": "fractured", - "1:8": "splintering", - "2:8": "toolleveling" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1886.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1886.json deleted file mode 100644 index ba3479c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1886.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWARNING: blocks broken with this will not drop.\n\nTo clear out large areas of anooying blocks for building.\n\nYou can specify how big of an area to clear out, and it will do it.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "buildinggadgets:destructiontool", - "tag:10": { - "fuzzy:1": 1, - "overlay:1": 1 - } - }, - "name:8": "Destruction Gadget" - } - }, - "questID:3": 1886, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildinggadgets:destructiontool", - "tag:10": { - "fuzzy:1": 1, - "overlay:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1887.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1887.json deleted file mode 100644 index e32ad177..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1887.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 28 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese are your all-in-one tool!\n\nYou will use one of these for a very long time, for general purpose breaking.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe" - }, - "name:8": "Shickaxe Power" - } - }, - "questID:3": 1887, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:arlemite_shickaxe" - }, - "1:10": { - "Count:3": 1, - "id:8": "divinerpg:rupee_shickaxe" - }, - "2:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shickaxe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1888.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1888.json deleted file mode 100644 index 0439856c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1888.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 61 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSome materials will have mining level requirement than obsidian, netherite has the highest mining level.", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:pick_head", - "tag:10": { - "Material:8": "netherite" - } - }, - "name:8": "Netherite Pickaxe" - } - }, - "questID:3": 1888, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:pick_head", - "tag:10": { - "Material:8": "netherite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1895.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1895.json deleted file mode 100644 index 8cd8bc56..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1895.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe destruction catalyst is a large mining tool. You can increase its range through a keybind. \n\nBE CAREFUL, this could destroy your base!\n\nIt consumes furnace fuels to run, but EMC from klein stars will keep you running for much longer!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - }, - "name:8": "Destruction Catalyst" - } - }, - "questID:3": 1895, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_destruction_catalyst", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1896.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1896.json deleted file mode 100644 index 521f56a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1896.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 66 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLike the destruction catalyst, but wider, much wider.", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_morning_star", - "tag:10": {} - }, - "name:8": "Red Morningstar" - } - }, - "questID:3": 1896, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_rm_morning_star", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1919.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1919.json deleted file mode 100644 index 7f368cf6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1919.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe destruction catalyst, but bigger.\n\nYes, bigger.", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_catalitic_lens", - "tag:10": {} - }, - "name:8": "Catalytic Lens" - } - }, - "questID:3": 1919, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_catalitic_lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1924.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1924.json deleted file mode 100644 index 5406ff25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1924.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1883, - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStarts off like a normal pickaxe, but can be levelled by consuming mana.\n\nThe higher the level, the larger its range.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:terrapick", - "tag:10": { - "mana:3": 999999999 - } - }, - "name:8": "Terra Shatterer" - } - }, - "questID:3": 1924, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:terrapick", - "tag:10": { - "mana:3": 999999999 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1929.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1929.json deleted file mode 100644 index 526658e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1929.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis wand lets you autoplace blocks, but it has a (fairly small) maximum range.\n\nThe unbreakable wand is better in most ways, but this one is cheap!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:itembuilderswand" - }, - "name:8": "Builders Wand" - } - }, - "questID:3": 1929, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:itembuilderswand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1934.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1934.json deleted file mode 100644 index 65ea931b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1934.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBuilding made easy!\n\nPress V to select building mode! \n\nIf you place the wrong blocks, press U to undo!", - "icon:10": { - "Count:3": 1, - "id:8": "buildinggadgets:buildingtool", - "tag:10": { - "blockstate:10": { - "Name:8": "minecraft:air" - } - } - }, - "name:8": "Building Garget" - } - }, - "questID:3": 1934, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildinggadgets:buildingtool", - "tag:10": { - "blockstate:10": { - "Name:8": "minecraft:air" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1937.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1937.json deleted file mode 100644 index 8f2fe752..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1937.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLets you copy and paste structures.\n\nYou can also load structures from the internet using the template manager and templates.", - "icon:10": { - "Count:3": 1, - "id:8": "buildinggadgets:copypastetool", - "tag:10": { - "mode:8": "Copy" - } - }, - "name:8": "Copy-Paste Gadget" - } - }, - "questID:3": 1937, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildinggadgets:copypastetool", - "tag:10": { - "mode:8": "Copy" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "buildinggadgets:templatemanager" - }, - "2:10": { - "Count:3": 1, - "id:8": "buildinggadgets:template", - "tag:10": { - "UUID:8": "4cbe3774-ac16-4930-8df2-a7446ae77d2c" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1938.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1938.json deleted file mode 100644 index c9b9c8fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1938.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1873, - 66 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {} - } - }, - "id:8": "projecte:item.pe_mercurial_eye", - "tag:10": { - "Charge:3": 4 - } - }, - "name:8": "Mercurial Eye" - } - }, - "questID:3": 1938, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "ForgeCaps:10": { - "Parent:10": { - "Items:9": {} - } - }, - "id:8": "projecte:item.pe_mercurial_eye", - "tag:10": { - "Charge:3": 4 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/1939.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/1939.json deleted file mode 100644 index 62e5a580..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/1939.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1873, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBuilding made even easier! (according to Jørge)\n\nPress Z to change mode, and sift + Z to change the way it interacts with fluids.\n\nType /wandOops in chat to undo the latest step!", - "icon:10": { - "Count:3": 1, - "id:8": "betterbuilderswands:wandunbreakable" - }, - "name:8": "New Quest" - } - }, - "questID:3": 1939, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "betterbuilderswands:wandunbreakable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/14/2179.json b/config - Copy/betterquesting/DefaultQuests/Quests/14/2179.json deleted file mode 100644 index 93a87841..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/14/2179.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1883 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_end_steel_pickaxe" - }, - "name:8": "Creative Breaking" - } - }, - "questID:3": 2179, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderutilities:endertool" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 30, - "id:8": "enderutilities:enderpart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1203.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1203.json deleted file mode 100644 index 0f219afd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1203.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "immersiveengineering:metal_multiblock" - }, - "name:8": "Lighning Rod (Good)" - } - }, - "questID:3": 1203, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:metal_device0" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1765.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1765.json deleted file mode 100644 index e0c13641..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1765.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIt\u0027s not fast, but it\u0027s convenient!", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_number" - }, - "name:8": "Numbered Spectre Coil (Great)" - } - }, - "questID:3": 1765, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_number" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1974.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1974.json deleted file mode 100644 index b71bc440..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1974.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUsed to transport NaK fluids. If the reactor design is correct, the reactor will output hot NaK fluids, to be used in heat exchangers.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_heater" - }, - "name:8": "Coolant Heater" - } - }, - "questID:3": 1974, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_heater" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1975.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1975.json deleted file mode 100644 index 5625ba23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1975.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUsed to transport salt fluids. If the reactor design is correct, the reactor will output the processed byproduct of the fuel.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_vessel" - }, - "name:8": "Salt Vessel" - } - }, - "questID:3": 1975, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_vessel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1976.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1976.json deleted file mode 100644 index 2229153c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1976.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFast enough for the long term!", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "lymph_of_pixonia" - } - }, - "name:8": "Lymph of Pixonia" - } - }, - "questID:3": 1976, - "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": "lymph_of_pixonia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:safe_lymph_of_pixonia" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1977.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1977.json deleted file mode 100644 index 85ed5bb7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1977.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou only need to run this for a little bit, then you can use the same design for lymph of pixonia production.", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "whispering_starlight" - } - }, - "name:8": "Whispering Starlight" - } - }, - "questID:3": 1977, - "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": "whispering_starlight" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:safe_meatballstarlight" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1980.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1980.json deleted file mode 100644 index 70172186..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1980.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "polonium" - } - }, - "name:8": "Polonium" - } - }, - "questID:3": 1980, - "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": "spent_polonium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:safe_polonium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1981.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1981.json deleted file mode 100644 index ff48f934..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1981.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFast enough for the long term!", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "einstenium" - } - }, - "name:8": "Einstenium" - } - }, - "questID:3": 1981, - "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": "einstenium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:safe_einstenium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1982.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1982.json deleted file mode 100644 index f7613c80..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1982.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe retriever and distributor are advanced versions of the salt reactor vents.\n\nThey allow to automatically push fuel (distributor) and pull depleted fuel (retriever) without requiring contact with vessels (all sides can be DEFAULT and don\u0027t need touching vessels).\n\nEach retriever and distributor can interact with up to four individual vessels inside a valid salt reactor vessel.\n\nThis makes it possible to design reactors that can be optimized by the leu235 using active coolers only (as the rules are now the same).", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_distributor" - }, - "name:8": "Advanced Fuel Distribution" - } - }, - "questID:3": 1982, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_retriever" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_distributor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1983.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1983.json deleted file mode 100644 index cc3e8eba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1983.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIt\u0027s very slow.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - }, - "name:8": "Simplest Salt Reactor" - } - }, - "questID:3": 1983, - "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": "whispering_starlight" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:simplest_salt_reactor" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1985.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1985.json deleted file mode 100644 index 9af5c3f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1985.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIt\u0027s very slow.", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "unholy_radioactive_mix" - } - }, - "name:8": "Simplest One-Fits-All Salt Reactor" - } - }, - "questID:3": 1985, - "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": "whispering_starlight" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:simplest_hot_salt_reactor" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/1986.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/1986.json deleted file mode 100644 index 25dc1367..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/1986.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHeat exchangers are used to cool down Hot NaK fluids for making closed loop coolant systems in salt reactors and for making high pressure steam, which is used in some recipes and for making power.\n\nSee the multiblock preview for a preview of the exterior design of a heat exchanger.\n\nTo function, a heat exchanger needs hot and cold fluid inputs. All that\u0027s needed for progression is to use water as the cold fluid and Hot NaK of any type as the hot fluids.\n\nInside a heat exchanger, fluids are transported using heat exchanger tubes (used for both hot and cold). These act like Fission Vessels or Coolant Heaters in salt reactors.\n\nTo properly function, hot and cold lines should run in parallel, touching each other, with fluid flow in opposite directions. Hot goes one way, cold goes the other way.\n\nRight click each face of a tube with an empty hand to change its input/output mode. Shift right click lets you change the opposite side.\n\nYou can place a new heat exchanger tube with a copy of the settings of a previous vessel by shift right clicking it with a vessel to place (this can bug out unfortunately).\n\nThe easiest way to build a heat exchanger is to configure a single layer of the interior setup first (starting from the middle block), followed by shift-clicking the next layers, and building the outside frame at the end.\n\nINPUT SPREAD is the original fluid output face, akin to COOLANT SPREAD in a Coolant Heater, so two lines can be joined by both entering a DEFAULT face of a vessel.\n\nTo make hot and cold lines interact, they should have DISABLED on touching faces.\n\nTo feed fluids from outside a heat exchanger, tubes have to be connected to vents, both on the input and output side. \n\nKeep in mind that hot will output on the side where cold will input and vice versa.\n\nTo connect a tube to the output vent, it should have PRODUCT OUT on the face touching the vent. Connected vessels will all push their product through that block.\n\nDepending on the designs you pick for salt reactors, you will want to recycle up to 5 different NaK fluids.\n\nDepending on the designs you pick for salt reactors, you may want to recycle multiple NaK fluids. There are a few multiblock previews that accomodate different numbers of NaK fluids. ", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "name:8": "Heat Exchangers" - } - }, - "questID:3": 1986, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_wall" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_glass" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_frame" - }, - "4:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_vent" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2002.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2002.json deleted file mode 100644 index efa26899..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2002.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1986 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_tube_thermoconducting" - }, - "name:8": "Heat Exchanger Tubes" - } - }, - "questID:3": 2002, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_tube_thermoconducting" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_tube_hard_carbon" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:heat_exchanger_math" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2003.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2003.json deleted file mode 100644 index 5243fa28..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2003.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1986 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_pressure_steam" - } - }, - "name:8": "Triple NaK" - } - }, - "questID:3": 2003, - "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": "high_pressure_steam" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:triple_nak_heat_exchanger" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2004.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2004.json deleted file mode 100644 index a248382d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2004.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 1986 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_pressure_steam" - } - }, - "name:8": "Quintuple NaK" - } - }, - "questID:3": 2004, - "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": "high_pressure_steam" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:quintuple_nak_heat_exchanger" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2019.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2019.json deleted file mode 100644 index 36abadba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2019.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_shaft" - }, - "name:8": "Turbine Rotor Setup" - } - }, - "questID:3": 2019, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_shaft" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_blade_steel" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_blade_extreme" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_blade_sic_sic_cmc" - }, - "4:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_stator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2024.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2024.json deleted file mode 100644 index 67e85398..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2024.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_bearing" - }, - "name:8": "Good 5x5 Setup" - } - }, - "questID:3": 2024, - "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": "high_pressure_steam" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:five_turbine_design" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2082.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2082.json deleted file mode 100644 index e0b16953..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2082.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 50248 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "nuclearcraft:curium" - }, - "name:8": "Curium-245" - } - }, - "questID:3": 2082, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:curium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2083.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2083.json deleted file mode 100644 index cde89112..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2083.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 2082 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "nuclearcraft:fuel_curium" - }, - "name:8": "HECm-245 Fuel" - } - }, - "questID:3": 2083, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "nuclearcraft:fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2084.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2084.json deleted file mode 100644 index ac740ec2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2084.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 2083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "nuclearcraft:depleted_fuel_curium" - }, - "name:8": "Depleted HECm-245 Fuel" - } - }, - "questID:3": 2084, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "nuclearcraft:depleted_fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:active_cooled_hecm245_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_hecm245_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2085.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2085.json deleted file mode 100644 index 36be2e38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2085.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 2084 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:californium" - }, - "name:8": "Californium-251" - } - }, - "questID:3": 2085, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2086.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2086.json deleted file mode 100644 index 2fd212d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2086.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2084 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:berkelium" - }, - "name:8": "Berkelium-247" - } - }, - "questID:3": 2086, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2087.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2087.json deleted file mode 100644 index a9e071d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2087.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 50233, - 50228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_mixed_oxide" - }, - "name:8": "Depleted MOX Fuels" - } - }, - "questID:3": 2087, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_mixed_oxide" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:depleted_fuel_mixed_oxide" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_mox241_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_mox239_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2088.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2088.json deleted file mode 100644 index ed880561..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2088.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 2087 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:depleted_fuel_ic2" - }, - "name:8": "Depleted MOX Nuclear Fuel" - } - }, - "questID:3": 2088, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:depleted_fuel_ic2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2188.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2188.json deleted file mode 100644 index 35efcb00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2188.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:water_mill" - }, - "name:8": "Water Mill (Great)" - } - }, - "questID:3": 2188, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:water_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2189.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2189.json deleted file mode 100644 index 9df15630..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2189.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:wind_mill" - }, - "name:8": "Wind Mill (Good)" - } - }, - "questID:3": 2189, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:wind_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2190.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2190.json deleted file mode 100644 index 313443e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2190.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:dragon_egg_syphon" - }, - "name:8": "Dragon Egg Energy Syphon (Good)" - } - }, - "questID:3": 2190, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:dragon_egg_syphon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/221.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/221.json deleted file mode 100644 index ff028eb5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/221.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:energy_egg" - }, - "name:8": "Energy Egg" - } - }, - "questID:3": 221, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:energy_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2241.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2241.json deleted file mode 100644 index 512946e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2241.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 50182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Energy Queen (Great)" - } - }, - "questID:3": 2241, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2253.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2253.json deleted file mode 100644 index ccb4c5f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2253.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_controller" - }, - "name:8": "Condensation Heat Exchangers" - } - }, - "questID:3": 2253, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2255.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2255.json deleted file mode 100644 index 2b92815b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2255.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 2253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "high_particulate_steam" - } - }, - "name:8": "Simple Design" - } - }, - "questID:3": 2255, - "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": "fluid_crystal_matrix" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fluidcrystalmatrix_condensation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/2256.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/2256.json deleted file mode 100644 index b1e44d10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/2256.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_condenser_tube_thermoconducting" - }, - "name:8": "Condensation Tubes" - } - }, - "questID:3": 2256, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:heat_exchanger_condenser_tube_thermoconducting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/457.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/457.json deleted file mode 100644 index e941e044..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/457.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTurbines are used to make energy from high pressure steam (no need to bother with other inputs), and to make exhaust steam.\n\nSee the multiblock preview for a preview of the exterior design of a turbine.\n\nThe end faces are used for turbine bearing setups, with a bearing surrounded by coils and inlet/outlet setup. \n\nOne face should have inlets, the other should have outlets.\n\nCoils have to be placed following proximity rules, similarly to how coolers work in fission reactors.\n\nThere are multiblock previews for good turbine bearing setups.\n\nThe two turbine bearings are connected by a turbine rotor, consisting of a shaft surrounded by blades and stators. \n\nBoth blades and stators have to be placed in a planar configuration around the shaft.\n\nThe higher the efficiecy of a blade, the higher the expansion coefficient (which is bad). Stators decrease the expansion coefficient. Optimal designs have near 100% expansion coefficient.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_controller" - }, - "name:8": "Turbines" - } - }, - "questID:3": 457, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_wall" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_glass" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/458.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/458.json deleted file mode 100644 index 8b00c217..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/458.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "preRequisites:11": [ - 457 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCoils are used to produce energy in a turbine.\n\nEnergy transfer methods can be connected directly to coils to extract energy.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "name:8": "Turbine Bearing Setup" - } - }, - "questID:3": 458, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_inlet" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_outlet" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_rotor_bearing" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "6:10": { - "Count:3": 1, - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:turbine_dynamo_coil" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:turbine_dynamo_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50147.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50147.json deleted file mode 100644 index 7676a9af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50147.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 40 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here is a list of all possible ways of producing RF.\n\nEach option is marked as Great, Good, or OK!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:cobblestone" - }, - "name:8": "Moh Powah Bebeh" - } - }, - "questID:3": 50147, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50148.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50148.json deleted file mode 100644 index aedc1293..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50148.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50147 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Thermoelectric generators are the best way to get started", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:stone" - }, - "name:8": "Chapter 1 Sources" - } - }, - "questID:3": 50148, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:early_game_energy" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50149.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50149.json deleted file mode 100644 index aa5c5d92..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50149.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This generator consumes leaves in a 7x7x7 range to produce RF.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_leaf_generator" - }, - "name:8": "Leaf-Eating Generator (OK)" - } - }, - "questID:3": 50149, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_leaf_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50150.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50150.json deleted file mode 100644 index 8f027abc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50150.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This generator consumes seeds and meats to generate RF.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_bio_reactor" - }, - "name:8": "Bio Reactor (OK)" - } - }, - "questID:3": 50150, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_bio_reactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50151.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50151.json deleted file mode 100644 index 08f0fb36..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50151.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Radioactive blocks placed next to this generator will yield RF until they are fully decayed.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:decay_generator" - }, - "name:8": "Decay Generator (OK)" - } - }, - "questID:3": 50151, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:decay_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50152.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50152.json deleted file mode 100644 index 9343db10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50152.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Generate RF by using a solid fuel and water.\nWater can be automated using an Aqueous Accumulator, or an Infinite Water Source.\nFuels can be automated using EMC, or through a variety of other methods...", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Steam Dynamo (Great)" - } - }, - "questID:3": 50152, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50153.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50153.json deleted file mode 100644 index 42e100f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50153.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The compression dynamo accepts a variety of fluid inputs to produce RF. \nGenerally, the more steps it takes to obtain the fluid, the higher the energy output.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Compression Dynamo (Great)" - } - }, - "questID:3": 50153, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50154.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50154.json deleted file mode 100644 index 70986cfd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50154.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The magmatic dynamo produces RF using lava.\nA pump in the nether can be a good way to get lots of lava, but there are also ways of creating endless amounts of it (better longterm).", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Magmatic Dynamo (Great)" - } - }, - "questID:3": 50154, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50155.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50155.json deleted file mode 100644 index 0dd02f68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50155.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The numismatic dynamo takes various types of coins to produce RF.\nHow does it work?? I don\u0027t really get it, but the physics on terra are, well, very different from earth, and value, for some reason, can be safely converted into energy.\nA piece of solidified gold yields no energy, but as soon as I turn it into a coin, POWER!\nAlmost as if this world \u0027remembers\u0027 what people value.. which is, of course, absurd...", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Numismatic Dynamo (Great)" - } - }, - "questID:3": 50155, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50156.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50156.json deleted file mode 100644 index 9317f867..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50156.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The enervation dynamo uses power-infused items (such as redstone) as fuel to produce RF.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Enervation Dynamo (Great)" - } - }, - "questID:3": 50156, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50157.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50157.json deleted file mode 100644 index 34ea608e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50157.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The reactant dynamo uses a combination of a fluid and an item to produce RF.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Reactant Dynamo (Great)" - } - }, - "questID:3": 50157, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:dynamo", - "tag:10": { - "Energy:3": 0, - "Facing:1": 1, - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50158.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50158.json deleted file mode 100644 index 1f019dec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50158.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Produce RF using protein, which is made with a Protein Reactor.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:protein_generator" - }, - "name:8": "Protein Generator (OK)" - } - }, - "questID:3": 50158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:protein_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50159.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50159.json deleted file mode 100644 index 0204b307..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50159.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Produce RF using Biofuel, which is made using a Bioreactor.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:biofuel_generator" - }, - "name:8": "Biofuel Generator (OK)" - } - }, - "questID:3": 50159, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:biofuel_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50160.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50160.json deleted file mode 100644 index c2f2736f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50160.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Generates RF by burning Peat\nA dry peat bog placed in water can be tuned into peat fuel.", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:peat_generator" - }, - "name:8": "Peat-fired Generator (OK)" - } - }, - "questID:3": 50160, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:peat_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50161.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50161.json deleted file mode 100644 index 70b28fcf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50161.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Generate RF by putting water and lava on opposite sides of the block.\nGeneration is optimized by putting two water and two lava sources on four sides of the block, and by extracting energy from one of the remaining ones.\nThree sources of lava and water each can be used if phantom energyfaces are available.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:metal_device1" - }, - "name:8": "Thermoelectric Generator (Good)" - } - }, - "questID:3": 50161, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50162.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50162.json deleted file mode 100644 index 2bbaae0a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50162.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This device can be connected to a rotor of some sort to produce RF.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:metal_device1" - }, - "name:8": "Kinetic Dynamo (Good)" - } - }, - "questID:3": 50162, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50163.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50163.json deleted file mode 100644 index 04d1fddc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50163.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A large power producing beast of a multiblock, \nTakes Biodiesel or other types of combustible fuels.\nHas a high output but a high fuel usage, so think big when making a farm for this.\nProduces around 4096 Rf/t so pretty beefy early game \n", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "immersiveengineering:metal_decoration0" - }, - "name:8": "Diesel Generator (Great)" - } - }, - "questID:3": 50163, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 6, - "Damage:2": 1, - "id:8": "immersiveengineering:metal_decoration1" - }, - "1:10": { - "Count:3": 5, - "Damage:2": 6, - "id:8": "immersiveengineering:metal_device1" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:metal_decoration0" - }, - "3:10": { - "Count:3": 13, - "Damage:2": 5, - "id:8": "immersiveengineering:metal_decoration0" - }, - "4:10": { - "Count:3": 4, - "Damage:2": 6, - "id:8": "immersiveengineering:metal_decoration0" - }, - "5:10": { - "Count:3": 9, - "Damage:2": 7, - "id:8": "immersiveengineering:metal_decoration0" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50164.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50164.json deleted file mode 100644 index ae900d89..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50164.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Nutrient Distillation for RF!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_zombie_generator" - }, - "name:8": "Zombie Generator (OK)" - } - }, - "questID:3": 50164, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_zombie_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50165.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50165.json deleted file mode 100644 index b1131da7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50165.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50164 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_franken_zombie_generator" - }, - "name:8": "Frank\u0027n\u0027Zombie Generator (Good)" - } - }, - "questID:3": 50165, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_franken_zombie_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50166.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50166.json deleted file mode 100644 index b4917d00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50166.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50162 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The simple flow of water can passively produce a small amount of RF from a water wheel connected to a dynamo.\nThe more flowing water, the higher the rate!\n\ntip: Up to three water wheels can be connected to a single dynamo.", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:wooden_device1" - }, - "name:8": "Water Wheel" - } - }, - "questID:3": 50166, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:wooden_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50167.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50167.json deleted file mode 100644 index 8c99bf8b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50167.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50162 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Above water water wheel?", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:wooden_device1" - }, - "name:8": "Windmill" - } - }, - "questID:3": 50167, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:wooden_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50168.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50168.json deleted file mode 100644 index 0afc5c28..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50168.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50153 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 892, - "id:8": "thermalfoundation:material" - }, - "name:8": "Bitumen" - } - }, - "questID:3": 50168, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 892, - "id:8": "thermalfoundation:material" - }, - "1:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "refined_fuel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50169.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50169.json deleted file mode 100644 index 97a84430..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50169.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 50168 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_canola_seed" - }, - "name:8": "Canola Seeds" - } - }, - "questID:3": 50169, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_canola_seed" - }, - "1:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "empoweredoil" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50170.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50170.json deleted file mode 100644 index 3f9cdc25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50170.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 50154 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The dynamo can be upgraded to include cooling, thus highly increasing energy output, depending on coolant.\nIn order to accept cooling, upgraded compression dynamos have to be adjacent to the thermal mediator.", - "icon:10": { - "Count:3": 1, - "Damage:2": 656, - "id:8": "thermalexpansion:augment" - }, - "name:8": "Augment: Isentropic Reservoir" - } - }, - "questID:3": 50170, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 656, - "id:8": "thermalexpansion:augment" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:device", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "RSControl:1": 0, - "SideCache:7": [ - 0, - 1, - 1, - 1, - 1, - 1 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50171.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50171.json deleted file mode 100644 index 1ecc67b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50171.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50155 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This upgrade can be used to modify the numismatic dynamo into accepting gems as inputs.", - "icon:10": { - "Count:3": 1, - "Damage:2": 720, - "id:8": "thermalexpansion:augment" - }, - "name:8": "Augment: Lapidary Calibration" - } - }, - "questID:3": 50171, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 720, - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50172.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50172.json deleted file mode 100644 index 79feab0c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50172.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "name:8": "Diamond" - } - }, - "questID:3": 50172, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50173.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50173.json deleted file mode 100644 index f2c08f83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50173.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50156 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "name:8": "Redstone" - } - }, - "questID:3": 50173, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50174.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50174.json deleted file mode 100644 index 96fa4c44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50174.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 50157 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:ghast_tear" - }, - "name:8": "Ghast Tear" - } - }, - "questID:3": 50174, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:ghast_tear" - }, - "1:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "glowstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50175.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50175.json deleted file mode 100644 index dbcb5d3a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50175.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50174 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The elemental catalyzer allows for increased output from the reactant dynamo.\nThis limits the types of inputs the dynamo can accept.", - "icon:10": { - "Count:3": 1, - "Damage:2": 688, - "id:8": "thermalexpansion:augment" - }, - "name:8": "Augment: Elemental Catalyzer" - } - }, - "questID:3": 50175, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 688, - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50176.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50176.json deleted file mode 100644 index d7a5f6ca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50176.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ore" - }, - "name:8": "Chapter 3 Sources" - } - }, - "questID:3": 50176, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:wormhole_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50177.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50177.json deleted file mode 100644 index 51729ca0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50177.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50148 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:coal_ore" - }, - "name:8": "Chapter 2 Sources" - } - }, - "questID:3": 50177, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50178.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50178.json deleted file mode 100644 index b51c806a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50178.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_ore" - }, - "name:8": "Chapter 5 Sources" - } - }, - "questID:3": 50178, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50179.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50179.json deleted file mode 100644 index fa1aa12d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50179.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50178 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond_block" - }, - "name:8": "Chapter 6 Sources" - } - }, - "questID:3": 50179, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50180.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50180.json deleted file mode 100644 index 2aa670d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50180.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:beacon" - }, - "name:8": "Chapter 7 Sources" - } - }, - "questID:3": 50180, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50181.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50181.json deleted file mode 100644 index edf32ee7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50181.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Passive RF from the sun!\nThe more compact, the better!", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:solar_panel" - }, - "name:8": "Solar Panel (Good)" - } - }, - "questID:3": 50181, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50182.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50182.json deleted file mode 100644 index 67a31fe0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50182.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50180 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "extendedcrafting:storage" - }, - "name:8": "Chapter 9 Sources" - } - }, - "questID:3": 50182, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:defined_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50184.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50184.json deleted file mode 100644 index 3b9a68bc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50184.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone_ore" - }, - "name:8": "Chapter 4 Sources" - } - }, - "questID:3": 50184, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:singularity_master" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50185.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50185.json deleted file mode 100644 index b53767d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50185.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Passive RF from the sun!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_solar_panel" - }, - "name:8": "Simple Photovoltaic Cell (OK)" - } - }, - "questID:3": 50185, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50186.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50186.json deleted file mode 100644 index c8404d41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50186.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More solar panels!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_basic" - }, - "name:8": "Basic Solar Panel (OK)" - } - }, - "questID:3": 50186, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_basic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50187.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50187.json deleted file mode 100644 index 6049debf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50187.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 1:\nLitherite: 549 RF/t\nErodium: 729 RF/t\nKyronite: 1098 RF/t\nPladium: 1152 RF/t\nIonite: 1152 RF/t\nAethium: 1152 RF/t\n\n§fSeems like a solar panel with extra steps...", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_1" - }, - "name:8": "Solar Array Controller (Great)" - } - }, - "questID:3": 50187, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_1" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cell_litherite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50188.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50188.json deleted file mode 100644 index c12aec4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50188.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Produces RF by consuming advanced eldritch structures (check JEI recipes).\nTartarite Monoliths are an easily renewable source.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - }, - "name:8": "Empowered Monolith (Good)" - } - }, - "questID:3": 50188, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50189.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50189.json deleted file mode 100644 index ac684372..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50189.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50185 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Bettah!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:block_solar_panel" - }, - "name:8": "Photovoltaic Cell (OK)" - } - }, - "questID:3": 50189, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50190.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50190.json deleted file mode 100644 index 04bc30a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50190.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50186 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More better solar panels!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_advanced" - }, - "name:8": "Advanced Solar Panel (OK)" - } - }, - "questID:3": 50190, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50191.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50191.json deleted file mode 100644 index 37403c31..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50191.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50190 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More better solar panels!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_du" - }, - "name:8": "DU Solar Panel (OK)" - } - }, - "questID:3": 50191, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_du" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50192.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50192.json deleted file mode 100644 index 3d21cb83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50192.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50191 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More better solar panels!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_elite" - }, - "name:8": "Elite Solar Panel (OK)" - } - }, - "questID:3": 50192, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:solar_panel_elite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50193.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50193.json deleted file mode 100644 index f64ff837..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50193.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50189 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More Bettah!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:block_solar_panel" - }, - "name:8": "Advanced Photovoltaic Cell (OK)" - } - }, - "questID:3": 50193, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50194.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50194.json deleted file mode 100644 index a39fce9e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50194.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50193 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Most Bettah!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:block_solar_panel" - }, - "name:8": "Vibrant Photovoltaic Cell (OK)" - } - }, - "questID:3": 50194, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:block_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50195.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50195.json deleted file mode 100644 index 3dd99d69..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50195.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50181 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More compactness!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "techreborn:solar_panel" - }, - "name:8": "LV Solar Array (Good)" - } - }, - "questID:3": 50195, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50196.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50196.json deleted file mode 100644 index b8c71f14..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50196.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50195 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More compactness!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "techreborn:solar_panel" - }, - "name:8": "MV Solar Array (Good)" - } - }, - "questID:3": 50196, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50197.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50197.json deleted file mode 100644 index 21c74502..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50197.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More compactness!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "techreborn:solar_panel" - }, - "name:8": "HV Solar Array (Good)" - } - }, - "questID:3": 50197, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50198.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50198.json deleted file mode 100644 index 5d34f189..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50198.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50197 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More compactness!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "techreborn:solar_panel" - }, - "name:8": "EV Solar Array (Good)" - } - }, - "questID:3": 50198, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "techreborn:solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50199.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50199.json deleted file mode 100644 index 06ebd5c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50199.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 2:\nLitherite: 3050 RF/t\nErodium: 4075 RF/t\nKyronite: 6125 RF/t\nPladium: 8175 RF/t\nIonite: 12275 RF/t\nAethium: 12800 RF/t\n\n§fReally why do they need to be so complicated?!?", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_2" - }, - "name:8": "Solar Array Controller Tier 2 (Great)" - } - }, - "questID:3": 50199, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_2" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cell_erodium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50200.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50200.json deleted file mode 100644 index b61bf14d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50200.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 3:\nLitherite: 12005 RF/t\nErodium: 16023 RF/t\nKyronite: 24059 RF/t\nPladium: 32095 RF/t\nIonite: 48167 RF/t\nAethium: 64190 RF/t\n\n§fOh!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_3" - }, - "name:8": "Solar Array Controller Tier 3 (Great)" - } - }, - "questID:3": 50200, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_3" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cell_kyronite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50201.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50201.json deleted file mode 100644 index cebab996..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50201.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 4:\nLitherite: 39771 RF/t\nErodium: 53055 RF/t\nKyronite: 79623 RF/t\nPladium: 106110 RF/t\nIonite: 159246 RF/t\nAethium: 212301 RF/t\n\n§fOOOOOOOHHHHHHH! I see...", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_4" - }, - "name:8": "Solar Array Controller Tier 4 (Great)" - } - }, - "questID:3": 50201, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_4" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cell_pladium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50202.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50202.json deleted file mode 100644 index 6250cc09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50202.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 5:\nLitherite: 118943 RF/t\nErodium: 158510 RF/t\nKyronite: 237886 RF/t\nPladium: 317141 RF/t\nIonite: 475772 RF/t\nAethium: 634282 RF/t\n\n§fOk I get it.", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_5" - }, - "name:8": "Solar Array Controller Tier 5 (Great)" - } - }, - "questID:3": 50202, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_5" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cell_ionite" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50203.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50203.json deleted file mode 100644 index 88c70178..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50203.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50187 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSolar arrays are solar panel multiblocks that can be assembled using a variety of solar cell combinations.\n\nThe higher the tier of the controller, and the higher the tier of the cells, the better.\n\nFor Tier 6:\nLitherite: 332254 RF/t\nErodium: 442949 RF/t\nKyronite: 664508 RF/t\nPladium: 885898 RF/t\nIonite: 1329016 RF/t\nAethium: 1771965 RF/t\n\n§fI REALLY get it!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_6" - }, - "name:8": "Solar Array Controller Tier 6 (Great)" - } - }, - "questID:3": 50203, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:solar_cont_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50204.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50204.json deleted file mode 100644 index ec18788c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50204.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The yellorite reactor uses yellorium to produce RF.\nThe reactor is a hollow cuboid made out of casings, including at least two access points (input \u0026 output), a power tap, and a controller.\nA transparent version of casings can also be used.\nIn the hollow of the cuboid, it is possible to insert any number of vertical columns of fuel rods, capped with a control rod on the casing\nCooling (both fluids and blocks) can be added in the remaining hollow spaces.", - "icon:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorcontroller" - }, - "name:8": "Yellorite Reactor (Good - Great with Extreme Turbine)" - } - }, - "questID:3": 50204, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorcontroller" - }, - "1:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorcasing" - }, - "2:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorfuelrod" - }, - "3:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorcontrolrod" - }, - "4:10": { - "Count:3": 1, - "id:8": "bigreactors:reactoraccessport" - }, - "5:10": { - "Count:3": 1, - "id:8": "bigreactors:reactorpowertaprf" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:good_extreme_reactor_design" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50205.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50205.json deleted file mode 100644 index ab4f5dd5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50205.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Generate RF using Dew of the Void, which can be automated using a series of Vats.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_ender_generator" - }, - "name:8": "Ender Generator (OK)" - } - }, - "questID:3": 50205, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_ender_generator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50206.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50206.json deleted file mode 100644 index f70be529..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50206.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Endergenic generators receive \u0027endergenic\u0027 pearls from a Pearl Injector, or an adjacent generator.\nReceiving a pearl produces a burst of energy, but keeping a pearl consumes energy, so timing is everything!\nEach generator will pass the endergenic hot potato to the next in line when receiving a redstone pulse.\nWith the right redstone timing and the right generator train, a lot of RF can be made.\nor you can be boring and go on youtube and look up a tutorial...", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:endergenic" - }, - "name:8": "Endergenic Generator (Good - Laggy)" - } - }, - "questID:3": 50206, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:endergenic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50207.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50207.json deleted file mode 100644 index e60fd288..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50207.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "All dynamos can be upgraded into steam, which in return can be used on extreme turbines...", - "icon:10": { - "Count:3": 1, - "Damage:2": 576, - "id:8": "thermalexpansion:augment" - }, - "name:8": "Augment: Boiler Conversion (Good)" - } - }, - "questID:3": 50207, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 576, - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50208.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50208.json deleted file mode 100644 index 1945d6c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50208.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Supersized Dynamo, uses a combination of many Dynamo fuels.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_reprocessor" - } - }, - "name:8": "Compression Engine (Great)" - } - }, - "questID:3": 50208, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_engine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50209.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50209.json deleted file mode 100644 index c64543cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50209.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50208 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - }, - "name:8": "Advanced Compression Engine (Great with Extreme Turbine)" - } - }, - "questID:3": 50209, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:advanced_compression_engine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50210.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50210.json deleted file mode 100644 index 145bda5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50210.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 50204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yellorite reactors can be upgraded into accepting water, and producing steam instead of power.\nSteam is consumed by a turbine, which is a hollow cuboid of casings (with a transparent variant) that has to include a controller, two fluid ports (input for steam \u0026 output for water) and a power tap.\nA rotor bearing has to be included in the middle of one of the turbine\u0027s faces.\nStarting from the bearing, any number of rotor shafts, blades, and coils (blocks of metals) can be used.\n", - "icon:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinecontroller" - }, - "name:8": "Turbine Controller (Good)" - } - }, - "questID:3": 50210, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinecontroller" - }, - "1:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinehousing" - }, - "2:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinefluidport" - }, - "3:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinepowertaprf" - }, - "4:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinebearing" - }, - "5:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinerotorshaft" - }, - "6:10": { - "Count:3": 1, - "id:8": "bigreactors:turbinerotorblade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50211.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50211.json deleted file mode 100644 index 0209964d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50211.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A fission reactor is a cuboid of casings (edges \u0026 corners excluded) with at least one port for power output. For more info about the inside see attached quests.\n\nGiven a controller and casings around a cuboid, these reactors can be used for a variety of radioactive fuels.\nDepending on the fuels used, there are different heat requirements the reactor will need to fulfill to avoid meltdowns.\nThe website https://leu-235.com/ is the recommended way of building these reactors.\nDesign by Uchiwars also works well for power gen!\nhttps://imgur.com/gallery/vzBd16k", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_controller_new_fixed" - }, - "name:8": "Nuclear Fission (Great)" - } - }, - "questID:3": 50211, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_controller_new_fixed" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_block" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_port" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fission_automation" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50212.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50212.json deleted file mode 100644 index 797013a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50212.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFuel cells are where your fuel goes. The more, the higher the energy and the higher the heat. If the heat is too high, things explode.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:cell_block" - }, - "name:8": "Reactor Cell" - } - }, - "questID:3": 50212, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:cell_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50213.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50213.json deleted file mode 100644 index 7edbf1fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50213.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 50214 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oActive fluid coolers can be filled with fluids for better cooling. Ports are used to move fluids into the reactors. Pipes can be used inside the reactor.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:active_cooler" - }, - "name:8": "Active Fluid Cooler" - } - }, - "questID:3": 50213, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:active_cooler" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fission_port" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50214.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50214.json deleted file mode 100644 index d85ef93b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50214.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCoolers lower heat to prevent things from exploding. Each cooler has a different rule (only works if next to block x).", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:cooler" - }, - "name:8": "Coolers" - } - }, - "questID:3": 50214, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:cooler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:cooler" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "nuclearcraft:cooler" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:cooler" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "nuclearcraft:cooler" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "nuclearcraft:cooler" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "nuclearcraft:cooler" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:cooler" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "nuclearcraft:cooler" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "nuclearcraft:cooler" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "nuclearcraft:cooler" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "nuclearcraft:cooler" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "nuclearcraft:cooler" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "nuclearcraft:cooler" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "nuclearcraft:cooler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50215.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50215.json deleted file mode 100644 index 49abdd5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50215.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 50212 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oModerators increase the efficiency of cells (more power, less fuel), but they also increase heat. They need to be placed next to cells.", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:ingot_block" - }, - "name:8": "Moderators" - } - }, - "questID:3": 50215, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:ingot_block" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "nuclearcraft:ingot_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50216.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50216.json deleted file mode 100644 index 304a59b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50216.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The token totem takes energy from from the outcome of mythic excavation. It starts off pretty bad, but a totem consuming all tokens is the third best energy source in the pack!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:tier19_token" - }, - "name:8": "Token Totem (Great)" - } - }, - "questID:3": 50216, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50217.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50217.json deleted file mode 100644 index bf2c6596..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50217.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Your first fission fuel! TSLEU-235 is also a thing! Same output, better power!\n\nThe uranium found on Terra seems to behave the same as Earth, time to split some isotopes!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:fuel_uranium" - }, - "name:8": "LEU-235 Fuel" - } - }, - "questID:3": 50217, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50218.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50218.json deleted file mode 100644 index 967e62ce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50218.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Many thanks to Dr Zoidberg for adding the fuel quests\n\nUhhh, and thorium generates naturally as well, this planet is truly amazing!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_thorium" - }, - "name:8": "TBU Fuel" - } - }, - "questID:3": 50218, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_thorium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50219.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50219.json deleted file mode 100644 index 85267901..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50219.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "On earth, depleted fission fuel can be rebred into other fissible isotopes, I assume the same can be done here...", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:depleted_fuel_uranium" - }, - "name:8": "Depleted LEU-235 Fuel" - } - }, - "questID:3": 50219, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:depleted_fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_leu235_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50220.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50220.json deleted file mode 100644 index 05b8eeae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50220.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50218 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Thorium is not the best for energy throughput, but accelerating its decay should yield good isotopes to be further bred into more fuels!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_thorium" - }, - "name:8": "Depleted TBU Fuel" - } - }, - "questID:3": 50220, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_thorium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_tbu_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50221.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50221.json deleted file mode 100644 index c7b6ebce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50221.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lefhm_fuel" - }, - "name:8": "LEFHM Fuel" - } - }, - "questID:3": 50221, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lefhm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50222.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50222.json deleted file mode 100644 index fbd82f9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50222.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50223, - 50217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More radioactive isotopes? Better uranium fuel!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_uranium" - }, - "name:8": "HEU-233 Fuel" - } - }, - "questID:3": 50222, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50223.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50223.json deleted file mode 100644 index 6208614b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50223.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50220 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Sweet, some unstable uranium isotope! Time to make this baby burn!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:uranium" - }, - "name:8": "Uranium-233" - } - }, - "questID:3": 50223, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50224.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50224.json deleted file mode 100644 index 4f1292b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50224.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_lefhm_fuel" - }, - "name:8": "Depleted LEFHM Fuel" - } - }, - "questID:3": 50224, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_lefhm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50225.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50225.json deleted file mode 100644 index 29bdcfaf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50225.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Time to get theoretical! It IS possible to make a nuclear fuel out of neptunium, but nobody ever succeeded...", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:neptunium" - }, - "name:8": "Neptunium-237" - } - }, - "questID:3": 50225, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:neptunium" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:neptunium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50226.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50226.json deleted file mode 100644 index 2d380ac5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50226.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50225 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Time to change that!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_neptunium" - }, - "name:8": "LEN-236" - } - }, - "questID:3": 50226, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_neptunium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50227.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50227.json deleted file mode 100644 index bb938d3e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50227.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50219 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:plutonium" - }, - "name:8": "Plutonium-241" - } - }, - "questID:3": 50227, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50228.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50228.json deleted file mode 100644 index 26d3d3f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50228.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Just a mix of random radioactive elements, will it work?", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:fuel_mixed_oxide" - }, - "name:8": "MOX-241 Fuel" - } - }, - "questID:3": 50228, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:fuel_mixed_oxide" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50229.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50229.json deleted file mode 100644 index fb003717..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50229.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "...and of course it worked! Terra may make things a bit too easy...\n(or so that\u0027s what my players tell me sometimes)", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_neptunium" - }, - "name:8": "Depleted LEN-236 Fuel" - } - }, - "questID:3": 50229, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_neptunium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_len236_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50230.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50230.json deleted file mode 100644 index 5b63e4c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50230.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50219 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yup, made some plutonium!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:plutonium" - }, - "name:8": "Plutonium-239" - } - }, - "questID:3": 50230, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50231.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50231.json deleted file mode 100644 index aa629357..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50231.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50232 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Reprocessing this New fuel gives me even more Isotopes, I wonder if I can combine them somehow.", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "nuclearcraft:plutonium" - }, - "name:8": "Plutonium-242" - } - }, - "questID:3": 50231, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "nuclearcraft:plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50232.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50232.json deleted file mode 100644 index f8dbbac5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50232.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 50222 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "And here\u0027s the other fissible plutonium isotope!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:depleted_fuel_uranium" - }, - "name:8": "Depleted HEU-233 Fuel" - } - }, - "questID:3": 50232, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:depleted_fuel_uranium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_heu233_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:active_cooled_heu233_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50233.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50233.json deleted file mode 100644 index 285c5faf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50233.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More random radioactive isotopes?\nMore random radioactive isotopes!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_mixed_oxide" - }, - "name:8": "MOX-239 Fuel" - } - }, - "questID:3": 50233, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_mixed_oxide" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50234.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50234.json deleted file mode 100644 index 03a78609..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50234.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Now, americium time!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:americium" - }, - "name:8": "Americium-242" - } - }, - "questID:3": 50234, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50235.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50235.json deleted file mode 100644 index 235b8c2c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50235.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 50230, - 50232 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Eureka! Now it\u0027s finally time for some serious breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_plutonium" - }, - "name:8": "Down the Rabbit hole we go Alice!" - } - }, - "questID:3": 50235, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50236.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50236.json deleted file mode 100644 index 9b6059e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50236.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yup! More unstable radiocative atoms go brrr, and no particle accelerators needed!\n(The first atom of Curium was made in an accelerator)", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_curium" - }, - "name:8": "LECm-243 Fuel" - } - }, - "questID:3": 50236, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50237.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50237.json deleted file mode 100644 index b251efc0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50237.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 50238 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here on Terra, though, those radioactive scraps can be used to breed higher energy fuels.\nThe materials found here allow me to build more stable reactor casings, so I shouldn\u0027t have to detonate any nukes just to make new elements.\n(Which is what the US did during the cold war BTW)", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:curium" - }, - "name:8": "Curium-243" - } - }, - "questID:3": 50237, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:curium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "nuclearcraft:curium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50238.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50238.json deleted file mode 100644 index 14303b33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50238.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50235 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Plutonium, on earth, is generally used to make more efficient nuclear plans.\nThe best fission reaction happens using uranium, but plutonium is a pain in the ass to dispose of, so instead, it\u0027s better to run it through fission again.\nWith good reinforced fission casings, though, it still makes some *not horrible power", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_plutonium" - }, - "name:8": "Depleted LEP-239 Fuel" - } - }, - "questID:3": 50238, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_lep239_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50239.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50239.json deleted file mode 100644 index 1fa11f40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50239.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "And now, time to shit on earth\u0027s nuclear industry, the curium I made is safely fissible!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_curium" - }, - "name:8": "Depleted LECm-243 Fuel" - } - }, - "questID:3": 50239, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_curium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_lecm243_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50240.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50240.json deleted file mode 100644 index 7b6421d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50240.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50239 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Guess what? I made berkelium, and didn\u0027t have to blow up an entire arcipelago! The process is safe, and doesn\u0027t give birth to talking sponges!\nTurns out that the Bikini Atoll experiments, thanks to some terran cooling, are not the only way of breeding this element!\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:berkelium" - }, - "name:8": "Berkelium-248" - } - }, - "questID:3": 50240, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:berkelium" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50241.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50241.json deleted file mode 100644 index b8954e54..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50241.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50242 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It worked for berkelium, might as well try with californium...", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_californium" - }, - "name:8": "HECf-249 Fuel" - } - }, - "questID:3": 50241, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50242.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50242.json deleted file mode 100644 index 75ddeba4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50242.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 50244 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "...and what does berkelium break into?!?\nCalifornium Baby!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:californium" - }, - "name:8": "Californium-249" - } - }, - "questID:3": 50242, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:californium" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50243.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50243.json deleted file mode 100644 index c174aed2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50243.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "HaHa! I was successful in making a new fuel, Now I must run it through the fission chamber, hopefully it will last far longer than the previous fuels.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_berkelium" - }, - "name:8": "LEB-248 Fuel" - } - }, - "questID:3": 50243, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50244.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50244.json deleted file mode 100644 index 97730914..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50244.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 50243 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Here is something that no man on earth ever did. Safe fission of berkelium, and even produced some energy from it!\n(for the record, this fission reaction is possible IRL, but only with nukes)", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_berkelium" - }, - "name:8": "Depleted LEB-248 Fuel" - } - }, - "questID:3": 50244, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:depleted_fuel_berkelium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_leb248_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50245.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50245.json deleted file mode 100644 index 483178cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50245.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 50241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "And californium works too!", - "icon:10": { - "Count:3": 1, - "Damage:2": 32767, - "OreDict:8": "depletedFuelHECf249", - "id:8": "nuclearcraft:depleted_fuel_californium" - }, - "name:8": "Depeled HECf-249 Fuel" - } - }, - "questID:3": 50245, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "OreDict:8": "depletedFuelHECf249", - "id:8": "nuclearcraft:depleted_fuel_californium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_hecf249_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:active_cooled_hecf249_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50246.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50246.json deleted file mode 100644 index f5019592..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50246.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50245 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It appears I can contain one of the isotopes generated when reprocessing this new fuel, into a single block that will produce me 400 rf/t. Although it is a small amount, It seems to make a decent portable battery of sorts for small machines.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:californium" - }, - "name:8": "Portable Battery" - } - }, - "questID:3": 50246, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "nuclearcraft:californium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50247.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50247.json deleted file mode 100644 index 00b363ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50247.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 50234 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Will it split?", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_americium" - }, - "name:8": "HEA-242 Fuel" - } - }, - "questID:3": 50247, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50248.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50248.json deleted file mode 100644 index c073e193..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50248.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 50247 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "It will split!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:depleted_fuel_americium" - }, - "name:8": "Depleted HEA-242 Fuel" - } - }, - "questID:3": 50248, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:depleted_fuel_americium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_hea242_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:active_cooled_hea242_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50249.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50249.json deleted file mode 100644 index 504155e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50249.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This reactor uses the fusion between gases to produce A TON of RF.\nIt is built with a controller in the middle. Out of each of the four \u0027arms\u0027 of the controller, at least one fusion connector should be placed.\nStarting from the ends of the connectors, electromagnets (preferrably of the transparent variety) are placed in a square toroid (leaving the middle empty).\nIn order to properly function, the electromagnets require power (provided by RF) and cooling (using active fluid coolers).\nIn a fusion reactor, central symmetry around the controller should be mantained for optimal results!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_core" - }, - "name:8": "Magnetic Confinement Fusion Reactor (Great)" - } - }, - "questID:3": 50249, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_core" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_connector" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fusion_electromagnet_idle" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:active_cooler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50250.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50250.json deleted file mode 100644 index 1615a645..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50250.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_1" - }, - "name:8": "Lightning Controller Tier 1 (Good)" - } - }, - "questID:3": 50250, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50251.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50251.json deleted file mode 100644 index 9fa71d40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50251.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The extreme pressure turbine is part of the promethium loop. Once you have made enough promethium, you can infinitely loop it through the turbine and a solid state reactor by inversting silver and neutron fluid.\n\nThe bigger your solid-state fusion reactor, the higher the energy output of this loop!", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier5" - } - }, - "name:8": "Extreme Pressure Turbine (Great)" - } - }, - "questID:3": 50251, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:compression_turbine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50252.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50252.json deleted file mode 100644 index d772b26d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50252.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50251 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The solid-state fusion reactor consumes energy for almost all recipes, but promethium fusion will produce a lot of energy. The bigger the reactor, the higher the energy output!", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_control_computer" - }, - "name:8": "Solid-State Fusion Reactor" - } - }, - "questID:3": 50252, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_control_computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50253.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50253.json deleted file mode 100644 index c0c5a292..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50253.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50250 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_2" - }, - "name:8": "Lightning Controller Tier 2 (Good)" - } - }, - "questID:3": 50253, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50254.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50254.json deleted file mode 100644 index 898d694f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50254.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_3" - }, - "name:8": "Lightning Controller Tier 3 (Good)" - } - }, - "questID:3": 50254, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50255.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50255.json deleted file mode 100644 index 6ab1ed84..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50255.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50254 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_4" - }, - "name:8": "Lightning Controller Tier 4 (Good)" - } - }, - "questID:3": 50255, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_4" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50256.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50256.json deleted file mode 100644 index c1168a0e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50256.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50255 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_5" - }, - "name:8": "Lightning Controller Tier 5 (Good)" - } - }, - "questID:3": 50256, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_5" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50257.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50257.json deleted file mode 100644 index 196886a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50257.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50256 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_6" - }, - "name:8": "Lightning Controller Tier 6 (Good)" - } - }, - "questID:3": 50257, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:lightning_cont_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50258.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50258.json deleted file mode 100644 index 32f1322c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50258.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "RF from ender pearls \u0026 ender eyes!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ender" - } - }, - "name:8": "Ender Generator (OK)" - } - }, - "questID:3": 50258, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ender" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50259.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50259.json deleted file mode 100644 index 4df1ad62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50259.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Redstone+Lava\u003dProfit", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_redstone" - } - }, - "name:8": "Heated Redstone Generator (OK)" - } - }, - "questID:3": 50259, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_redstone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50260.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50260.json deleted file mode 100644 index 0588536a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50260.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Get some dragon\u0027s breath, make power!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_dragonsbreath" - } - }, - "name:8": "Halitosis Generator (OK)" - } - }, - "questID:3": 50260, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_dragonsbreath" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50261.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50261.json deleted file mode 100644 index 227074b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50261.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Like the furnace generator, but worse!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_survival" - } - }, - "name:8": "Survival Generator (OK)" - } - }, - "questID:3": 50261, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_survival" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50262.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50262.json deleted file mode 100644 index 8cadf4ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50262.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Any solid fuel will work in this bad boy!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator" - } - }, - "name:8": "Furnace Generator (OK)" - } - }, - "questID:3": 50262, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50263.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50263.json deleted file mode 100644 index 0d937ccf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50263.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Food for power, the higher the calories, the better!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_culinary" - } - }, - "name:8": "Culinary Generator (OK)" - } - }, - "questID:3": 50263, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_culinary" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50264.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50264.json deleted file mode 100644 index 43292026..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50264.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Good enchantments make for a lot of RF, but bad ones are easier to make...", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_enchant" - } - }, - "name:8": "Disenchantment Generator (OK)" - } - }, - "questID:3": 50264, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_enchant" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50265.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50265.json deleted file mode 100644 index 77e90198..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50265.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Energy from lava...", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_lava" - } - }, - "name:8": "Magmatic Generator (OK)" - } - }, - "questID:3": 50265, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_lava" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50266.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50266.json deleted file mode 100644 index b686645d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50266.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Runs on potions, but let\u0027s be honest, you\u0027re only going to use water bottles...", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_potion" - } - }, - "name:8": "Potion Generator (OK)" - } - }, - "questID:3": 50266, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_potion" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50267.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50267.json deleted file mode 100644 index 60c4e096..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50267.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Cold, icy stuff is all you need for RF!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ice" - } - }, - "name:8": "Frosty Generator (OK)" - } - }, - "questID:3": 50267, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_ice" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50268.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50268.json deleted file mode 100644 index 24721947..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50268.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "You can use gunpowder, but TNT is better!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_tnt" - } - }, - "name:8": "Explosive Generator (OK)" - } - }, - "questID:3": 50268, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_tnt" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50269.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50269.json deleted file mode 100644 index 7e0db7d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50269.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Exactly as it sounds, energy from pink stuff!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_pink" - } - }, - "name:8": "Pink Generator (OK)" - } - }, - "questID:3": 50269, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_pink" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50270.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50270.json deleted file mode 100644 index dc09ac9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50270.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Milk and slime? Gross...", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_slime" - } - }, - "name:8": "Slimey Generator (OK)" - } - }, - "questID:3": 50270, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_slime" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50271.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50271.json deleted file mode 100644 index 56e0ee46..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50271.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "RF from Nether Stars?!?", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_netherstar" - } - }, - "name:8": "Netherstar Generator (OK)" - } - }, - "questID:3": 50271, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_netherstar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50272.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50272.json deleted file mode 100644 index d7125fdd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50272.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Finally a use for rotten flesh (and other things)", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_death" - } - }, - "name:8": "Death Generator (OK)" - } - }, - "questID:3": 50272, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_death" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50273.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50273.json deleted file mode 100644 index 1d8ae528..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50273.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Like the furnace generator, but faster!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_overclock" - } - }, - "name:8": "Overclocked Generator (OK)" - } - }, - "questID:3": 50273, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:generator_overclock" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50274.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50274.json deleted file mode 100644 index 7bb01710..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50274.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 50178 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Arc Reactor passively produces RF, as well as Arc Residue.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitite_enchanter" - } - }, - "name:8": "Arc Reactor (Good)" - } - }, - "questID:3": 50274, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arc_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50275.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50275.json deleted file mode 100644 index b1881c11..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50275.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 50178 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSalt reactors are used to process fission fuels and to heat NaK fluids, which can be used to generate power using a heat exchanger and a turbine.\n\nSee the multiblock preview for a preview of the exterior frame of a salt reactor.\n\nTo function, a salt reactor needs cooling, done through NaK fluids, and fuel, all of which follow proximity rules similar to fission reactors.\n\nInside a salt reactor, fluids are transported using coolant heaters (for NaK) and fission vessels (for fuel). These act similarly to fluid pipes, with a few extra rules.\n\nSimpler designs use fuel flowing from end to end, but if fluids can be properly handled, coolants and fission vessels can be placed anywhere within the coolants\u0027 rules. \n\nThe rules for a given coolant vessel depend on the fluid flowing through it and are the same as their solid fuel counterpart, e.g. NaK-Redstone filled coolant heaters have the same placement rules as passive redstone coolers.\n\nRight click each face of a vessel and coolant heater with an empty hand to change its input/output mode. Shift right click lets you change the opposite side.\n\nYou can place a new vessel with a copy of the settings of a previous vessel by shift right clicking it with a vessel to place (this can bug out unfortunately).\n\nThe easiest way to build a salt reactor is to configure a single layer of the interior setup first (starting from the middle block), followed by shift-clicking the next layers, and to build the outside frame at the end.\n\nTo connect two vessels (or coolant heaters) they should have FUEL SPREAD (or COOLANT SPREAD) on their exit face, entering a DEFAULT face. \n\nTouching coolant and fuel lines with different fluids should have DISABLED on touching faces.\n\nTo feed fluids from outside a salt reactor, vessels have to be connected to vents, both on the input and output side. \n\nTo connect a vessel (or coolant heater) to the output vent it should have DEPLETED OUT (or HOT COOLANT OUT) on the face touching the vent.\n\nFor each of the fuel byproducts required in progression, multiblock previews for interior reactor designs are provided. These will show an individual cross section that can be stacked into any length.\n\nIf NaK coolant is absent from inside the reactor, or if fluids cannot freely leave the reactor, it will melt down, making even more radiation. Make sure you are making plenty of coolant, and have a way to circulate it quickly.\n\nUsing a heat exchanger, it is possible to fully recycle NaK fluids, allowing for closed-loop designs.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_controller" - }, - "name:8": "Salt Reactor (OK)" - } - }, - "questID:3": 50275, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_wall" - }, - "2:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_frame" - }, - "3:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_fission_vent" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50276.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50276.json deleted file mode 100644 index 08fc6c90..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50276.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:creative_solar_panel" - }, - "name:8": "Creative Solar Array (Good)" - } - }, - "questID:3": 50276, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:creative_solar_panel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50277.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50277.json deleted file mode 100644 index 1ecf7380..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50277.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50180 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "One of these placed around each of the 16 running generators will make A TON of RF.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:rainbowgenerator" - }, - "name:8": "Rainbow Generator! (Great)" - } - }, - "questID:3": 50277, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:rainbowgenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50278.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50278.json deleted file mode 100644 index b8de2fb3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50278.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 50182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Dyson Discharger uses Charged Dyson Capacitors to produce RF.\nA single Dyson Sphere can charge Dyson Capacitors very quickly, so a really large number of Dischargers can be used from a single sphere.\nThis is essentially a creative generator with extra steps.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - }, - "name:8": "Dyson Sphere (Great)" - } - }, - "questID:3": 50278, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_sphere" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_discharger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/50280.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/50280.json deleted file mode 100644 index 0b3607ce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/50280.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 50179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The draconic reactor passively produces energy, at the cost of mantaining a forcefield around its core. If the core is stronger than the forcefield, expect a big (really big) boom.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:reactor_core" - }, - "name:8": "Draconic Reactor (Good)" - } - }, - "questID:3": 50280, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:reactor_core" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:reactor_component" - }, - "2:10": { - "Count:3": 1, - "id:8": "draconicevolution:reactor_component" - }, - "3:10": { - "Count:3": 1, - "id:8": "draconicevolution:flow_gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/674.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/674.json deleted file mode 100644 index 0a9381ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/674.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50147 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "\n\n\n-With regards to DefinitelyAPerson", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:stone" - }, - "name:8": "Making GP" - } - }, - "questID:3": 674, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/675.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/675.json deleted file mode 100644 index 9b4d2e1d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/675.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Lava Mill" - } - }, - "questID:3": 675, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/676.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/676.json deleted file mode 100644 index fe9bf771..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/676.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Water Mill" - } - }, - "questID:3": 676, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/677.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/677.json deleted file mode 100644 index cf12c298..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/677.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Wind Mill" - } - }, - "questID:3": 677, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/679.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/679.json deleted file mode 100644 index 1b440f36..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/679.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Creative Mill" - } - }, - "questID:3": 679, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/680.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/680.json deleted file mode 100644 index 023af0f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/680.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Fire Mill" - } - }, - "questID:3": 680, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/681.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/681.json deleted file mode 100644 index c700c838..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/681.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Manual Mill" - } - }, - "questID:3": 681, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/682.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/682.json deleted file mode 100644 index 4006f0c0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/682.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 674 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "extrautils2:passivegenerator" - }, - "name:8": "Dragon Egg Mill" - } - }, - "questID:3": 682, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "extrautils2:passivegenerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/684.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/684.json deleted file mode 100644 index 4385bbb7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/684.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 686 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hefm_fuel" - }, - "name:8": "HEFm Fuel" - } - }, - "questID:3": 684, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:hefm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/685.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/685.json deleted file mode 100644 index 8dad58be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/685.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 684 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_hefm_fuel" - }, - "name:8": "Depleted HEFm Fuel" - } - }, - "questID:3": 685, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_hefm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_hefm_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/686.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/686.json deleted file mode 100644 index 110fa2ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/686.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 687 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_255" - }, - "name:8": "All of the Fermium" - } - }, - "questID:3": 686, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_252" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_254" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_255" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_257" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/687.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/687.json deleted file mode 100644 index ae83ada7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/687.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 691 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_lees_fuel" - }, - "name:8": "Depleted LEES Fuel" - } - }, - "questID:3": 687, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_lees_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_lees_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/688.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/688.json deleted file mode 100644 index 7cb8a6a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/688.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:heuf_fuel" - }, - "name:8": "HEUF Fuel" - } - }, - "questID:3": 688, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:heuf_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/689.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/689.json deleted file mode 100644 index 051dcf0e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/689.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 688 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_heuf_fuel" - }, - "name:8": "Depleted HEUF Fuel" - } - }, - "questID:3": 689, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_heuf_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_heuf_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/690.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/690.json deleted file mode 100644 index e44fba53..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/690.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 689, - 50224 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:meatballium_324" - }, - "name:8": "Meatballium A\u0027 Plenty" - } - }, - "questID:3": 690, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:meatballium_323" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:meatballium_324" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/691.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/691.json deleted file mode 100644 index feb0bab6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/691.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lees_fuel" - }, - "name:8": "LEES Fuel" - } - }, - "questID:3": 691, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lees_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/692.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/692.json deleted file mode 100644 index e8da85ec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/692.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 50211 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:polonium_beryllium_alloy_ingot" - }, - "name:8": "Polonium goes Boom" - } - }, - "questID:3": 692, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:polonium_beryllium_alloy_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/693.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/693.json deleted file mode 100644 index ff27c243..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/693.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 690, - 695, - 698 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:herrr_fuel" - }, - "name:8": "HERRR Fuel" - } - }, - "questID:3": 693, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:herrr_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/694.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/694.json deleted file mode 100644 index c1b53a61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/694.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 693 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_herrr_fuel" - }, - "name:8": "Depleted HERRR Fuel" - } - }, - "questID:3": 694, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_herrr_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_herrr_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:active_cooled_herrr_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/695.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/695.json deleted file mode 100644 index e2336531..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/695.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 696 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lawrencium_258" - }, - "name:8": "Lawrencium-258" - } - }, - "questID:3": 695, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lawrencium_258" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/696.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/696.json deleted file mode 100644 index a4c53f97..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/696.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 692 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_polonium" - }, - "name:8": "Polonium went Boom" - } - }, - "questID:3": 696, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_polonium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_polonium_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:active_cooled_polonium_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/697.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/697.json deleted file mode 100644 index 625e405e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/697.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 685 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_260" - }, - "name:8": "Fermium-260" - } - }, - "questID:3": 697, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fermium_260" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/698.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/698.json deleted file mode 100644 index c6a7776f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/698.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 701 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nobelium_254" - }, - "name:8": "Such Nobelium, Much Rads" - } - }, - "questID:3": 698, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nobelium_254" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:nobelium_255" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/699.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/699.json deleted file mode 100644 index 341177cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/699.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 694 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:lawrencium_262" - }, - "name:8": "Lawrencium-262" - } - }, - "questID:3": 699, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:lawrencium_262" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/700.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/700.json deleted file mode 100644 index c105f8d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/700.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 50231, - 50230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_plutonium" - }, - "name:8": "HEP-239 Fuel" - } - }, - "questID:3": 700, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/701.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/701.json deleted file mode 100644 index 4d186475..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/701.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 702 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_amfm_fuel" - }, - "name:8": "Depleted AmFm Fuel" - } - }, - "questID:3": 701, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:depleted_amfm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_amfm_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/702.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/702.json deleted file mode 100644 index 656225a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/702.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 697, - 703 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Americium-Fermium fuel", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:amfm_fuel" - }, - "name:8": "AmFm Fuel" - } - }, - "questID:3": 702, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:amfm_fuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/703.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/703.json deleted file mode 100644 index 2067e13e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/703.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 704 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:americium" - }, - "name:8": "Americium-241" - } - }, - "questID:3": 703, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:americium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/2/704.json b/config - Copy/betterquesting/DefaultQuests/Quests/2/704.json deleted file mode 100644 index f7220835..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/2/704.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 700 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:depleted_fuel_plutonium" - }, - "name:8": "Depleted HEP-239 Fuel" - } - }, - "questID:3": 704, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:depleted_fuel_plutonium" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:safe_fission_hep239_controller" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1018.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1018.json deleted file mode 100644 index 8a04f2a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1018.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:safe_nuke_environment" - } - }, - "name:8": "Safe Nuke Detonation Environment" - } - }, - "questID:3": 1018, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:safe_nuke_environment" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1019.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1019.json deleted file mode 100644 index 3e3c8d73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1019.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_entropic_sythesizer" - } - }, - "name:8": "ME Entropic Synthesizer" - } - }, - "questID:3": 1019, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_entropic_sythesizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1053008472.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1053008472.json deleted file mode 100644 index dd739ed9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1053008472.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_melter" - } - }, - "name:8": "Mythic Processor: Melter" - } - }, - "questID:3": 1053008472, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_melter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1168.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1168.json deleted file mode 100644 index 368909f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1168.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Random Things" - } - }, - "questID:3": 1168, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:hardened_clay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1169.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1169.json deleted file mode 100644 index c3b09aed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1169.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1168 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:imbuingstation" - }, - "name:8": "Imbuing Station" - } - }, - "questID:3": 1169, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:imbuingstation" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1247.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1247.json deleted file mode 100644 index e6bd9c85..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1247.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCan perform some of the functions of the crystal growth chamber, and has a few extra recipes to make the mass assembler components!", - "icon:10": { - "Count:3": 1, - "id:8": "threng:machine" - }, - "name:8": "Fluix Aggregator" - } - }, - "questID:3": 1247, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "threng:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1248.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1248.json deleted file mode 100644 index a8895589..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1248.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCan craft some processors used to make the mass assembler components!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "threng:machine" - }, - "name:8": "ME Circuit Etcher" - } - }, - "questID:3": 1248, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "threng:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1326761132.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1326761132.json deleted file mode 100644 index 30c21f45..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1326761132.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_resonator" - } - }, - "name:8": "Mythic Processor: Resonator" - } - }, - "questID:3": 1326761132, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_resonator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1332.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1332.json deleted file mode 100644 index bde25099..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1332.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plated_carpenter" - } - }, - "name:8": "Plated Carpenter" - } - }, - "questID:3": 1332, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plated_carpenter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1335.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1335.json deleted file mode 100644 index bd8ff40b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1335.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:soul_accumulator" - } - }, - "name:8": "Soul Accumulator" - } - }, - "questID:3": 1335, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:soul_accumulator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1367.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1367.json deleted file mode 100644 index cad2fbe7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1367.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:enchanted_greenhouse" - } - }, - "name:8": "Enchanted Greenhouse" - } - }, - "questID:3": 1367, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:enchanted_greenhouse" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1370359542.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1370359542.json deleted file mode 100644 index b14dbd0a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1370359542.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_isotope_separator" - } - }, - "name:8": "Mythic Processor: Isotope Separator" - } - }, - "questID:3": 1370359542, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_isotope_separator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1461929411.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1461929411.json deleted file mode 100644 index 62b83995..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1461929411.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_electrolyzer" - } - }, - "name:8": "Mythic Processor: Electrolyzer" - } - }, - "questID:3": 1461929411, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_electrolyzer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1494150833.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1494150833.json deleted file mode 100644 index f48e8a3e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1494150833.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sacred_cinders_apiary" - } - }, - "name:8": "Sacred Cinders Apiary" - } - }, - "questID:3": 1494150833, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sacred_cinders_apiary" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/1837024033.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/1837024033.json deleted file mode 100644 index f5aecda5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/1837024033.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:quantum_condenser" - } - }, - "name:8": "Quantum Condenser" - } - }, - "questID:3": 1837024033, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:quantum_condenser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20481.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20481.json deleted file mode 100644 index bb0e8143..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20481.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "preRequisites:11": [ - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis modpack has a lot of different machines and crafting mechanics, here you can see explanations and tutorials for each!\n\n§fThere are a lot of machines and processes to automate, I will leave this space to write down some info on each of them...", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Machines, Machines, Machines" - } - }, - "questID:3": 20481, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20521.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20521.json deleted file mode 100644 index eb6f31f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20521.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - }, - "name:8": "Sentient Coagulator" - } - }, - "questID:3": 20521, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20522.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20522.json deleted file mode 100644 index 5953ace5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20522.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20532 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bibliocraft:printingpress" - }, - "name:8": "Printing Press" - } - }, - "questID:3": 20522, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:printingpress" - }, - "1:10": { - "Count:3": 1, - "id:8": "bibliocraft:typesettingtable" - }, - "2:10": { - "Count:3": 1, - "id:8": "bibliocraft:bibliochase" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20523.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20523.json deleted file mode 100644 index f98b6b8c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20523.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 71 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Technomancy" - } - }, - "questID:3": 20523, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemmodularium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20524.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20524.json deleted file mode 100644 index 369a6a9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20524.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Buildcraft" - } - }, - "questID:3": 20524, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 26, - "OreDict:8": "gearDiamond", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20525.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20525.json deleted file mode 100644 index 77978eb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20525.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Thermal Expansion" - } - }, - "questID:3": 20525, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20526.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20526.json deleted file mode 100644 index 790cb598..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20526.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Railcraft" - } - }, - "questID:3": 20526, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 354, - "OreDict:8": "plateInvar", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20527.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20527.json deleted file mode 100644 index 1a9b8c91..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20527.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Immersive Engineering" - } - }, - "questID:3": 20527, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32, - "OreDict:8": "plateIron", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20528.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20528.json deleted file mode 100644 index 9704de44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20528.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Actually Additions" - } - }, - "questID:3": 20528, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "actuallyadditions:block_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20529.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20529.json deleted file mode 100644 index c8a060f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20529.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Tinker" - } - }, - "questID:3": 20529, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:soil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20530.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20530.json deleted file mode 100644 index 26b3b423..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20530.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Industrial Foregoing" - } - }, - "questID:3": 20530, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20531.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20531.json deleted file mode 100644 index c278f43f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20531.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Extra Utils" - } - }, - "questID:3": 20531, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20532.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20532.json deleted file mode 100644 index 4b209db5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20532.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Bibliocraft" - } - }, - "questID:3": 20532, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:bibliochase" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20533.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20533.json deleted file mode 100644 index c1e336c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20533.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Ender IO" - } - }, - "questID:3": 20533, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20534.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20534.json deleted file mode 100644 index 4b8f1fdf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20534.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 63 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Forestry" - } - }, - "questID:3": 20534, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sturdy_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20535.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20535.json deleted file mode 100644 index d5c74f38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20535.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Cyclic" - } - }, - "questID:3": 20535, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockIron", - "id:8": "minecraft:iron_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20536.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20536.json deleted file mode 100644 index 284b2357..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20536.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 150 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Ice and Fire" - } - }, - "questID:3": 20536, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:ice_dragon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20537.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20537.json deleted file mode 100644 index fa4e7321..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20537.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Wizardry" - } - }, - "questID:3": 20537, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:crystal_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20538.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20538.json deleted file mode 100644 index 77f53514..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20538.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Bewitchment" - } - }, - "questID:3": 20538, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "oreBewitchmentAltar", - "id:8": "bewitchment:stone_witches_altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20539.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20539.json deleted file mode 100644 index b22ea19e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20539.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Thaumcraft" - } - }, - "questID:3": 20539, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumonomicon" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20540.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20540.json deleted file mode 100644 index fdf2c0e1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20540.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 209 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Botania" - } - }, - "questID:3": 20540, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20541.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20541.json deleted file mode 100644 index e4414295..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20541.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 206 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Abyssalcraft" - } - }, - "questID:3": 20541, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20542.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20542.json deleted file mode 100644 index 2afa0129..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20542.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 207 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Astral Sorcery" - } - }, - "questID:3": 20542, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemwand", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20543.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20543.json deleted file mode 100644 index ba631218..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20543.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 201 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Blood Magic" - } - }, - "questID:3": 20543, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:monster_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20544.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20544.json deleted file mode 100644 index d9ab7b2a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20544.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Applied Energistics" - } - }, - "questID:3": 20544, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20545.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20545.json deleted file mode 100644 index 9643cfa1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20545.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 346 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Avaritia" - } - }, - "questID:3": 20545, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "avaritia:resource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20546.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20546.json deleted file mode 100644 index 7996b810..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20546.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 270 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Draconic Evolution" - } - }, - "questID:3": 20546, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:draconic_machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20547.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20547.json deleted file mode 100644 index 956071da..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20547.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Tech Reborn" - } - }, - "questID:3": 20547, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20548.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20548.json deleted file mode 100644 index 5c2eda87..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20548.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Extended Crafting" - } - }, - "questID:3": 20548, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20549.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20549.json deleted file mode 100644 index 4dc5bdb4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20549.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Integrated Dynamics" - } - }, - "questID:3": 20549, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "ingotIron", - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20550.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20550.json deleted file mode 100644 index ccc6b812..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20550.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 64 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Woot" - } - }, - "questID:3": 20550, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:stygianironingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20551.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20551.json deleted file mode 100644 index ce3e8898..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20551.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Nuclearcraft" - } - }, - "questID:3": 20551, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20552.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20552.json deleted file mode 100644 index 92353cb4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20552.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 68 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Advanced Rocketry" - } - }, - "questID:3": 20552, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "libvulpes:holoprojector" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "libvulpes:structuremachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20553.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20553.json deleted file mode 100644 index 430eb4cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20553.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Latex can be extracted from a wood log placing a tree fluid extractor next to it.\nMultiple extractors can be placed around a single log.\nSome sort of automatic placer can be used to replenish consumed logs once they are depleted by the extractors.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:tree_fluid_extractor" - }, - "name:8": "Tree Fluid Extractor" - } - }, - "questID:3": 20553, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:tree_fluid_extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20554.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20554.json deleted file mode 100644 index 608a596a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20554.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20531 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The resonator uses grid power to infuse some materials with grid power, which can be passively produced from a wide array of sources.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:resonator" - }, - "name:8": "Resonator" - } - }, - "questID:3": 20554, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:resonator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20555.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20555.json deleted file mode 100644 index 6975bac7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20555.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20535 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Turns solids into fluids!!", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:melter" - }, - "name:8": "Melter" - } - }, - "questID:3": 20555, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:melter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20556.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20556.json deleted file mode 100644 index 601ca539..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20556.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Makes alloys accepting up to three materials.\nAnd smelts things too!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_alloy_smelter" - }, - "name:8": "Alloy Smelter" - } - }, - "questID:3": 20556, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_alloy_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20557.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20557.json deleted file mode 100644 index e6dc8e0a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20557.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A device that fills (empties) fluid containers.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bottler" - }, - "name:8": "Bottler" - } - }, - "questID:3": 20557, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bottler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20558.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20558.json deleted file mode 100644 index 5eca52c4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20558.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20526 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "High pressure \u003d better\nFor making steam from solid and liquid fuels.", - "icon:10": { - "Count:3": 1, - "id:8": "railcraft:boiler_tank_pressure_low" - }, - "name:8": "Boiler Tank" - } - }, - "questID:3": 20558, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "railcraft:boiler_tank_pressure_low" - }, - "1:10": { - "Count:3": 1, - "id:8": "railcraft:boiler_tank_pressure_high" - }, - "2:10": { - "Count:3": 1, - "id:8": "railcraft:boiler_firebox_solid" - }, - "3:10": { - "Count:3": 1, - "id:8": "railcraft:boiler_firebox_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20559.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20559.json deleted file mode 100644 index c38d4561..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20559.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Oil separation is truly a wonderful process!", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:distiller" - }, - "name:8": "Distiller" - } - }, - "questID:3": 20559, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:distiller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20560.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20560.json deleted file mode 100644 index 79490eda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20560.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Smelting.\nWith.\nElectricity.", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Redstone Furnace" - } - }, - "questID:3": 20560, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20561.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20561.json deleted file mode 100644 index bf2ed946..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20561.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 20529 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The smeltery is built out of seared bricks placed in a cuboid shell, with no roof and no edges.\nThe controller is where the interface is accessible, and acts as an item input (for automation).\nThe tank is the smeltery\u0027s lava (or other hot fluid) input.\nDrains act as fluid output ports. Faucets and fluid pipes connect to drains.\nTables and basins are placed under faucets to accept molten fluids. Basins turn them into blocks, tables can be used with a variety of casts (gold is better).\nFaucets output fluids when clicked, or with a redstone signal.\nRedstone clocks and timers are good for automating faucet extraction, if you don\u0027t want to use pipes.", - "icon:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_controller" - }, - "name:8": "Smeltery" - } - }, - "questID:3": 20561, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tconstruct:smeltery_controller" - }, - "1:10": { - "Count:3": 16, - "Damage:2": 3, - "id:8": "tconstruct:seared" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 32767, - "id:8": "tconstruct:seared_tank" - }, - "3:10": { - "Count:3": 2, - "id:8": "tconstruct:smeltery_io" - }, - "4:10": { - "Count:3": 1, - "id:8": "tconstruct:casting" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:casting" - }, - "6:10": { - "Count:3": 2, - "id:8": "tconstruct:faucet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20562.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20562.json deleted file mode 100644 index 8a8e95a9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20562.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:wooden_device0" - }, - "name:8": "Engineer\u0027s Workbench" - } - }, - "questID:3": 20562, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:wooden_device0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20563.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20563.json deleted file mode 100644 index c16fa445..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20563.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20528 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Laser go *zzzz\nCrystal go *whooosh\nRight click with a redstone torch to swap between deactivation and pulse mode.\nPlace next to a pressure plate in pulse mode to zap whatever is placed on the plate for simple automation.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_atomic_reconstructor" - }, - "name:8": "Atomic Reconstructor" - } - }, - "questID:3": 20563, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_atomic_reconstructor" - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:reconstruction_chamber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20564.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20564.json deleted file mode 100644 index dbae01e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20564.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The latex processing unit combines latex with RF and water to make tiny dry rubber.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:latex_processing_unit" - }, - "name:8": "Latex Processing Unit" - } - }, - "questID:3": 20564, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:latex_processing_unit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20565.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20565.json deleted file mode 100644 index 7a8499f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20565.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20531 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "At the cost of some grid powewr and some RF, this machine can harness the power of enchanting to create some pretty cool things.\nJust like an enchanting table, this requires some external boost (from bookshelves, magical wood, etc.)", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - }, - "name:8": "Enchanter" - } - }, - "questID:3": 20565, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20566.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20566.json deleted file mode 100644 index 9ede0b1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20566.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20535 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Turns fluids into solids!\nNo way!", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:solidifier" - }, - "name:8": "Solidifier" - } - }, - "questID:3": 20566, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:solidifier" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20567.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20567.json deleted file mode 100644 index b56a1dfd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20567.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Pulverizes things producing chance drops.\nGrinding balls can be used to increase yield.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_sag_mill" - }, - "name:8": "SAG Mill" - } - }, - "questID:3": 20567, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_sag_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20568.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20568.json deleted file mode 100644 index c2347ef6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20568.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A crafting table with extra steps!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:carpenter" - }, - "name:8": "Carpenter" - } - }, - "questID:3": 20568, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:carpenter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20569.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20569.json deleted file mode 100644 index 0c7aa2f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20569.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20526 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "railcraft:equipment" - }, - "name:8": "Powered Rolling Machine" - } - }, - "questID:3": 20569, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "railcraft:equipment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20570.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20570.json deleted file mode 100644 index 5b843d52..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20570.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "To make all of the chipsets.\nAnd a dope laser show!\nRecipes are encoded by the assembly table, powered by surrounding lasers, the more the better!", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:assembly_table" - }, - "name:8": "Assembly Table" - } - }, - "questID:3": 20570, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:assembly_table" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:laser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20571.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20571.json deleted file mode 100644 index 408f979f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20571.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Pulverizer" - } - }, - "questID:3": 20571, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20572.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20572.json deleted file mode 100644 index 1c59cffb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20572.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20529 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Dries things, and accepts pipe inputs and outputs.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:rack", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:wooden_slab" - } - } - }, - "name:8": "Drying Rack" - } - }, - "questID:3": 20572, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:rack", - "tag:10": { - "textureBlock:10": { - "Count:3": 1, - "Damage:2": 0, - "id:8": "minecraft:wooden_slab" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20573.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20573.json deleted file mode 100644 index f860a897..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20573.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnace" - } - }, - "name:8": "Crude Blast Furnace" - } - }, - "questID:3": 20573, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:stone_device" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20574.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20574.json deleted file mode 100644 index 7c018d35..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20574.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20528 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Four display stands, placed around the empowerer two blocks away.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_empowerer" - }, - "name:8": "Empowerer" - } - }, - "questID:3": 20574, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_empowerer" - }, - "1:10": { - "Count:3": 4, - "id:8": "actuallyadditions:block_display_stand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20575.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20575.json deleted file mode 100644 index c42b423e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20575.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Sludge, which is a byproduct of the Plant Gatherer, can be reprocessed in this machine to produce various terrous materials, includeing mycelium and some other goodies...", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:sludge_refiner" - }, - "name:8": "Sludge Refiner" - } - }, - "questID:3": 20575, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:sludge_refiner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20576.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20576.json deleted file mode 100644 index 56a1dcb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20576.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Trading is an act between two living things, but it doesn\u0027t have to be like that thanks to this device, which allows to automate this process.\nA villager captured using a Mob Imprisonment Tool can be mercilessly forced to spend the rest of its life as an emerald farm!", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:villager_trade_exchanger" - }, - "name:8": "Villager Trade Exchanger" - } - }, - "questID:3": 20576, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:villager_trade_exchanger" - }, - "1:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_imprisonment_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20577.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20577.json deleted file mode 100644 index dae68460..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20577.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The enchantment extractor can split a book with multiple enchants into separate ones, and extract single enchants from an enchanted item.\n", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_extractor" - }, - "name:8": "Enchantment Extractor" - } - }, - "questID:3": 20577, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20578.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20578.json deleted file mode 100644 index 4b4ffaf9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20578.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "In search of some fluid to put into an ender combustion generator?\nPlant scraps would work pretty well here!", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:bioreactor" - }, - "name:8": "Bioreactor" - } - }, - "questID:3": 20578, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:bioreactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20579.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20579.json deleted file mode 100644 index 9f518d66..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20579.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Protein as an energy source?\nSure, just take some animal meat!", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:protein_reactor" - }, - "name:8": "Protein Reactor" - } - }, - "questID:3": 20579, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:protein_reactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20580.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20580.json deleted file mode 100644 index b6fccfc7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20580.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20530 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_aplicator" - }, - "name:8": "Enchantment Applicator" - } - }, - "questID:3": 20580, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_aplicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20581.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20581.json deleted file mode 100644 index 0623b2cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20581.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Slices and Splices organic and inorganic things together consuming the durability of an axe and shears.\nDurability is not consumed if the tools are unbreakable!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_slice_and_splice" - }, - "name:8": "Slice\u0027N\u0027Splice" - } - }, - "questID:3": 20581, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_slice_and_splice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20582.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20582.json deleted file mode 100644 index 9df54b71..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20582.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Infuses souls from soul vials into items!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_soul_binder" - }, - "name:8": "Soul Binder" - } - }, - "questID:3": 20582, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_soul_binder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20583.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20583.json deleted file mode 100644 index eedeec68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20583.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Dissolves solid items into fluids to make other fluids! (did you really need quest text to figure that out?!?)", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_vat" - }, - "name:8": "The Vat" - } - }, - "questID:3": 20583, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_vat" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20584.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20584.json deleted file mode 100644 index 7d97fdc9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20584.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20533 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_enchanter" - }, - "name:8": "Enchanter" - } - }, - "questID:3": 20584, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20585.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20585.json deleted file mode 100644 index 8ff67c92..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20585.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Centrifuges honey combs into their components.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:centrifuge" - }, - "name:8": "Centrifuge" - } - }, - "questID:3": 20585, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:centrifuge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20586.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20586.json deleted file mode 100644 index 0529fa00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20586.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Makes biomass from a variety of inputs.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:fermenter" - }, - "name:8": "Fermenter" - } - }, - "questID:3": 20586, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:fermenter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20587.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20587.json deleted file mode 100644 index a151e122..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20587.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Seed oil, honey, and a few other things...", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:squeezer" - }, - "name:8": "Squeezer" - } - }, - "questID:3": 20587, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:squeezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20588.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20588.json deleted file mode 100644 index 5dbcf644..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20588.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Infuses water into items.\nBasically a worse fluid transposer (but don\u0027t tell him that).", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:moistener" - }, - "name:8": "Moistener" - } - }, - "questID:3": 20588, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:moistener" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20589.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20589.json deleted file mode 100644 index 3582a189..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20589.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Let\u0027s distill something!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:still" - }, - "name:8": "Still" - } - }, - "questID:3": 20589, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:still" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20590.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20590.json deleted file mode 100644 index ad487bbb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20590.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "3x3 crafting, and glass", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:fabricator" - }, - "name:8": "Thermionic Fabricator" - } - }, - "questID:3": 20590, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:fabricator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20591.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20591.json deleted file mode 100644 index 469c1234..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20591.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Bro you want to see my $700 juicer?", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extratrees:machine" - }, - "name:8": "Fruit Press" - } - }, - "questID:3": 20591, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "extratrees:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20592.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20592.json deleted file mode 100644 index c9513ae8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20592.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Because alcohol", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extratrees:machine" - }, - "name:8": "Brewery" - } - }, - "questID:3": 20592, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extratrees:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20593.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20593.json deleted file mode 100644 index 742c33c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20593.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Because alcohol", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "extratrees:machine" - }, - "name:8": "Distillery" - } - }, - "questID:3": 20593, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "extratrees:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20594.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20594.json deleted file mode 100644 index 02a409ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20594.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Induction Smelter" - } - }, - "questID:3": 20594, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20595.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20595.json deleted file mode 100644 index 2bf01d3e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20595.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Sawmill" - } - }, - "questID:3": 20595, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20596.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20596.json deleted file mode 100644 index cc8bb5ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20596.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Compactor" - } - }, - "questID:3": 20596, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20597.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20597.json deleted file mode 100644 index a0abd345..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20597.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Phytogenic Insolator" - } - }, - "questID:3": 20597, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20598.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20598.json deleted file mode 100644 index e4ec30a9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20598.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Magma Crucible" - } - }, - "questID:3": 20598, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20599.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20599.json deleted file mode 100644 index 530f8454..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20599.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Arcane Ensorcellator" - } - }, - "questID:3": 20599, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20600.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20600.json deleted file mode 100644 index 8c3f078a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20600.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Alchemical Imbuer" - } - }, - "questID:3": 20600, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20601.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20601.json deleted file mode 100644 index e0ed0919..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20601.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Sequential Fabricator" - } - }, - "questID:3": 20601, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20602.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20602.json deleted file mode 100644 index eded41b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20602.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Centrifugal Separator" - } - }, - "questID:3": 20602, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20603.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20603.json deleted file mode 100644 index cdaed89a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20603.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Energetic Infuser" - } - }, - "questID:3": 20603, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20604.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20604.json deleted file mode 100644 index f8bb08dc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20604.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Fluid Transposer" - } - }, - "questID:3": 20604, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20605.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20605.json deleted file mode 100644 index 3e1e31d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20605.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 2, - 3, - 3, - 3, - 3 - ] - } - }, - "name:8": "Fractionating Still" - } - }, - "questID:3": 20605, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 2, - 3, - 3, - 3, - 3 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20606.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20606.json deleted file mode 100644 index 9e21eaf7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20606.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Glacial Precipitator" - } - }, - "questID:3": 20606, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20607.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20607.json deleted file mode 100644 index f80a46f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20607.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20525 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Igneous Extruder" - } - }, - "questID:3": 20607, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20608.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20608.json deleted file mode 100644 index 936123d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20608.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20529 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Smart molten metal output, can be upgraded to fulfill a variety of needs.", - "icon:10": { - "Count:3": 1, - "id:8": "tinker_io:smart_output" - }, - "name:8": "Smart Output" - } - }, - "questID:3": 20608, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tinker_io:smart_output" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20609.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20609.json deleted file mode 100644 index 08272772..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20609.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dimensional_stabilizer" - } - }, - "name:8": "Dimensional Stabilizer" - } - }, - "questID:3": 20609, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dimensional_stabilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20610.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20610.json deleted file mode 100644 index 6ada11a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20610.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnace" - } - }, - "name:8": "Coke Oven" - } - }, - "questID:3": 20610, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:CokeOven" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:stone_device" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20611.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20611.json deleted file mode 100644 index c111a882..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20611.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnaceAdvanced" - } - }, - "name:8": "Improved Blast Furnace" - } - }, - "questID:3": 20611, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:BlastFurnaceAdvanced" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20612.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20612.json deleted file mode 100644 index a3e024ca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20612.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:MetalPress" - } - }, - "name:8": "Metal Press" - } - }, - "questID:3": 20612, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:MetalPress" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20613.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20613.json deleted file mode 100644 index ccf36018..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20613.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Mixer" - } - }, - "name:8": "Mixer" - } - }, - "questID:3": 20613, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Mixer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20614.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20614.json deleted file mode 100644 index f4b07511..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20614.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 0, - "multiblock:8": "IE:Assembler", - "rotate:3": 2 - } - }, - "name:8": "Automated Engineer\u0027s Workbench" - } - }, - "questID:3": 20614, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:AutoWorkbench" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20615.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20615.json deleted file mode 100644 index 5ee7ea1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20615.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Squeezer" - } - }, - "name:8": "Squeezer" - } - }, - "questID:3": 20615, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Squeezer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20616.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20616.json deleted file mode 100644 index 13a2c202..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20616.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Crusher" - } - }, - "name:8": "Crusher" - } - }, - "questID:3": 20616, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Crusher" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20617.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20617.json deleted file mode 100644 index 9734352a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20617.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:ArcFurnace" - } - }, - "name:8": "Arc Furnace" - } - }, - "questID:3": 20617, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:ArcFurnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20618.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20618.json deleted file mode 100644 index e14820bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20618.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Fermenter" - } - }, - "name:8": "Fermenter" - } - }, - "questID:3": 20618, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Fermenter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20619.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20619.json deleted file mode 100644 index 2c1d7e33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20619.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Refinery" - } - }, - "name:8": "Refinery" - } - }, - "questID:3": 20619, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IE:Refinery" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20621.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20621.json deleted file mode 100644 index c3d647e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20621.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Pure Daisy is used to transform the 8 blocks around it.\nThis can be easily automated using block placers and breakers, or by using formation and annihilation planes in a AE2 subnet.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - }, - "name:8": "Pure Daisy" - } - }, - "questID:3": 20621, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20622.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20622.json deleted file mode 100644 index 653581f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20622.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_oven" - }, - "name:8": "Witches\u0027 Oven" - } - }, - "questID:3": 20622, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:witches_oven" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20623.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20623.json deleted file mode 100644 index 5bfb5897..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20623.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:crucible" - }, - "name:8": "Automated Crucible" - } - }, - "questID:3": 20623, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:crucible" - }, - "1:10": { - "Count:3": 2, - "id:8": "thaumcraft:metal_alchemical" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumcraft:brain_box" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20624.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20624.json deleted file mode 100644 index b4ca55d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20624.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:transmutator_on" - }, - "name:8": "Transmutator" - } - }, - "questID:3": 20624, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:transmutator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20625.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20625.json deleted file mode 100644 index 16cd6b38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20625.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:altar" - }, - "name:8": "Blood Altar" - } - }, - "questID:3": 20625, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20626.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20626.json deleted file mode 100644 index 844f9c30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20626.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockwell" - }, - "name:8": "Lightwell" - } - }, - "questID:3": 20626, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockwell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20627.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20627.json deleted file mode 100644 index defc69a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20627.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20537 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The wizardry Combiner uses the powers of wizardry to make powerful magical artifacts...\n...and some other things as well...", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - }, - "name:8": "Wizardry Combiner" - } - }, - "questID:3": 20627, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20628.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20628.json deleted file mode 100644 index ac9e2f96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20628.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20536 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Dragonfire Crucible uses the extreme heat of eternal dragon fire and twilight fire to fuse materials together.\nFire can be passively supplied using fluid transport methods.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_crucible" - } - }, - "name:8": "Dragonfire Crucible" - } - }, - "questID:3": 20628, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20629.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20629.json deleted file mode 100644 index 097405c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20629.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20536 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Dragonfire Forge is used to produce fluids using the power of dragon fire.\nMultiple of these should be built to passively automate high-heat fluids.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_forge" - } - }, - "name:8": "Dragonfire Forge" - } - }, - "questID:3": 20629, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dragonfire_forge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20630.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20630.json deleted file mode 100644 index 98a97f9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20630.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20537 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The corrupted library uses artifacts from Iceika and Arcana to fabricate things magically.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:corrupted_library" - } - }, - "name:8": "Corrupted Library" - } - }, - "questID:3": 20630, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:corrupted_library" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20631.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20631.json deleted file mode 100644 index 9c334b15..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20631.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockstarlightinfuser" - }, - "name:8": "Starlight Infuser" - } - }, - "questID:3": 20631, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockstarlightinfuser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20632.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20632.json deleted file mode 100644 index 54ff7bc0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20632.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20625 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_forge" - }, - "name:8": "Hellfire Forge" - } - }, - "questID:3": 20632, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_forge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20633.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20633.json deleted file mode 100644 index e364d5fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20633.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:crystallizer_on" - }, - "name:8": "Crystallizer" - } - }, - "questID:3": 20633, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:crystallizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20634.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20634.json deleted file mode 100644 index a7f1272b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20634.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:distillery" - }, - "name:8": "Distillery" - } - }, - "questID:3": 20634, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:distillery" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20635.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20635.json deleted file mode 100644 index 0abec18b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20635.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Mana Pool transforms items dropped into it using mana.\nAn item dropper or a precision hopper can be used to automate the Mana Pool.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:pool" - }, - "name:8": "Mana Pool" - } - }, - "questID:3": 20635, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:pool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20636.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20636.json deleted file mode 100644 index 0e9f957a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20636.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:spinning_wheel" - }, - "name:8": "Spinning Wheel" - } - }, - "questID:3": 20636, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:spinning_wheel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20637.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20637.json deleted file mode 100644 index 72f6f13f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20637.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:alchemycatalyst" - }, - "name:8": "Alchemy Catalyst" - } - }, - "questID:3": 20637, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:alchemycatalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20638.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20638.json deleted file mode 100644 index c62953fa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20638.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:altar" - }, - "name:8": "Petal Apothocary" - } - }, - "questID:3": 20638, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20639.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20639.json deleted file mode 100644 index a746ab68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20639.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:runealtar" - }, - "name:8": "Runic Altar" - } - }, - "questID:3": 20639, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:runealtar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20640.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20640.json deleted file mode 100644 index a8795c68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20640.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:terraplate" - }, - "name:8": "Terrestrial Agglomeration Plate" - } - }, - "questID:3": 20640, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:terraplate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20641.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20641.json deleted file mode 100644 index 51bf63b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20641.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:alfheimportal" - }, - "name:8": "Elven Gateway Core" - } - }, - "questID:3": 20641, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:alfheimportal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20642.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20642.json deleted file mode 100644 index 82e911e3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20642.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - }, - "name:8": "Gaia Altar" - } - }, - "questID:3": 20642, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20643.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20643.json deleted file mode 100644 index d95c89e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20643.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:botanic_condenser" - } - }, - "name:8": "Botanic Condenser" - } - }, - "questID:3": 20643, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:botanic_condenser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20644.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20644.json deleted file mode 100644 index a7daba02..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20644.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:cold_iron_forge" - } - }, - "name:8": "Cold Iron Forge" - } - }, - "questID:3": 20644, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:cold_iron_forge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20645.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20645.json deleted file mode 100644 index 42e4ba23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20645.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:moloch_altar" - } - }, - "name:8": "Moloch Altar" - } - }, - "questID:3": 20645, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:moloch_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20646.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20646.json deleted file mode 100644 index 0ba09332..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20646.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - }, - "name:8": "Lilith Altar" - } - }, - "questID:3": 20646, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lilith_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20647.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20647.json deleted file mode 100644 index 2d2bad45..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20647.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:baphomet_altar" - } - }, - "name:8": "Baphomet Altar" - } - }, - "questID:3": 20647, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:baphomet_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20648.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20648.json deleted file mode 100644 index c33723d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20648.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:herne_altar" - } - }, - "name:8": "Herne Altar" - } - }, - "questID:3": 20648, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:herne_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20649.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20649.json deleted file mode 100644 index 65ec15bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20649.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_crystallizer" - } - }, - "name:8": "Essentia Crystallizer" - } - }, - "questID:3": 20649, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_crystallizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20650.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20650.json deleted file mode 100644 index b2e7ae24..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20650.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoinfuser" - } - }, - "name:8": "Arcane Autoinfuser" - } - }, - "questID:3": 20650, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoinfuser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20651.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20651.json deleted file mode 100644 index 102a6b72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20651.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoworkbench" - } - }, - "name:8": "Arcane Autoworkbench" - } - }, - "questID:3": 20651, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:arcane_autoworkbench" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20652.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20652.json deleted file mode 100644 index 73c5a522..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20652.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:carminite_empowerer" - } - }, - "name:8": "Carminite Empowerer" - } - }, - "questID:3": 20652, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:carminite_empowerer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20653.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20653.json deleted file mode 100644 index f86eccbb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20653.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - }, - "name:8": "Thaumic Replicator" - } - }, - "questID:3": 20653, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:thaumic_replicator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20654.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20654.json deleted file mode 100644 index 30e2be5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20654.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_reprocessor" - } - }, - "name:8": "Blood Reprocessor" - } - }, - "questID:3": 20654, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_reprocessor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20655.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20655.json deleted file mode 100644 index 55369215..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20655.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis multiblock produces flux, so make sure you have ways to clear it up if you automate it!\n\nRight click the structure with salis mundus to form the furnace from the multiblock preview!\n\nDrop items from the top to smelt them, meats have a chance of producing meat nuggets.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:infernal_furnace" - }, - "name:8": "Infernal Furnace" - } - }, - "questID:3": 20655, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 12, - "id:8": "minecraft:obsidian" - }, - "1:10": { - "Count:3": 12, - "id:8": "minecraft:nether_brick" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:lava_bucket" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:iron_bars" - }, - "4:10": { - "Count:3": 1, - "id:8": "thaumcraft:salis_mundus" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:infernal_furnace" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20656.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20656.json deleted file mode 100644 index 5b2962ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20656.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:valonite_gateway" - } - }, - "name:8": "Valonite Gateway" - } - }, - "questID:3": 20656, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:valonite_gateway" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20657.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20657.json deleted file mode 100644 index e2589230..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20657.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - }, - "name:8": "Empowered Monolith" - } - }, - "questID:3": 20657, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20658.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20658.json deleted file mode 100644 index d4d890f3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20658.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - }, - "name:8": "PE Sterilizer" - } - }, - "questID:3": 20658, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20659.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20659.json deleted file mode 100644 index 458b1ac5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20659.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - }, - "name:8": "Sterilized Sacrificial Altar" - } - }, - "questID:3": 20659, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20660.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20660.json deleted file mode 100644 index 0aecc3fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20660.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20541 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - }, - "name:8": "LP Harvester" - } - }, - "questID:3": 20660, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20661.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20661.json deleted file mode 100644 index e77e2926..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20661.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:auto_astral_altar" - } - }, - "name:8": "Automatic Starlight Altar" - } - }, - "questID:3": 20661, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:auto_astral_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20662.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20662.json deleted file mode 100644 index 6ec9ab90..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20662.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:illuminated_enchanter" - } - }, - "name:8": "Illuminated Enchanter" - } - }, - "questID:3": 20662, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:illuminated_enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20663.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20663.json deleted file mode 100644 index 1f79792e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20663.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitite_enchanter" - } - }, - "name:8": "Gravitite Enchanter" - } - }, - "questID:3": 20663, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitite_enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20664.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20664.json deleted file mode 100644 index 333cd3ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20664.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:alchemy_table" - }, - "name:8": "Alchemy Table" - } - }, - "questID:3": 20664, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:alchemy_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20684.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20684.json deleted file mode 100644 index e0997f22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20684.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This multiblock is used to fabricate circuits and machine parts.\nUse holo projector to see multiblock preview.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:precisionassemblingmachine" - }, - "name:8": "Precision Assembler" - } - }, - "questID:3": 20684, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:precisionassemblingmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20685.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20685.json deleted file mode 100644 index db5870f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20685.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20550 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA magma block is required underneath the anvil to provide enough heat.\n\nSpecific casts can be used for multiple outcomes, so an anvil for each cast is recommended.\n\nRecipe items can be dropped or dispensed directly on the anvil.\n\nSome sort of user can be used to hit the anvil with a Ya Hammer.", - "icon:10": { - "Count:3": 1, - "id:8": "woot:anvil" - }, - "name:8": "Stygian Iron Anvil" - } - }, - "questID:3": 20685, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:anvil" - }, - "1:10": { - "Count:3": 1, - "id:8": "woot:yahhammer" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:magma" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20686.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20686.json deleted file mode 100644 index f3b9f5d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20686.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "More Pulverizers!!!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:manufactory_idle" - }, - "name:8": "Manufactory" - } - }, - "questID:3": 20686, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:manufactory_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20687.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20687.json deleted file mode 100644 index d7a44f58..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20687.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Just like wine makers in the middle ages.\nJump on it, and the juice will come out!", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:squeezer" - }, - "name:8": "Squeezer" - } - }, - "questID:3": 20687, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:squeezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20688.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20688.json deleted file mode 100644 index 9f303572..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20688.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:extractor" - }, - "name:8": "Extractor" - } - }, - "questID:3": 20688, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20689.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20689.json deleted file mode 100644 index a3c23560..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20689.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This bad boy can turn extended crafting tables into one-recipe crafters.\nUseful for passive automation, just in case...", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:interface" - }, - "name:8": "Automation Interface" - } - }, - "questID:3": 20689, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:interface" - }, - "1:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_basic" - }, - "2:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_advanced" - }, - "3:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_elite" - }, - "4:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_ultimate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20690.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20690.json deleted file mode 100644 index 5b334543..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20690.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20546 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Uses a hefty amount of energy to draconically infuse items from surrounding injectors.\nEach injector consumes power.\nThe higher the tier of the injectors, the faster parts will craft.\nMany items require a minimum tier for the injectors.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:fusion_crafting_core" - }, - "name:8": "Fusion Crafting Core" - } - }, - "questID:3": 20690, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:fusion_crafting_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20691.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20691.json deleted file mode 100644 index 3f626596..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20691.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFor some of your processor-making needs.\n\nIt can only make one at a time. Consider upgrading to the advanced inscriber, and to the processor clean room!\n\nRequires energy from an AE network. Early on, you can use an energy acceptor with a few cables!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:inscriber" - }, - "name:8": "Inscriber" - } - }, - "questID:3": 20691, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:inscriber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20692.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20692.json deleted file mode 100644 index 01200c2a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20692.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20545 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Makes neutrinos, really, really slowly...", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:neutron_collector" - }, - "name:8": "Neutron Collector" - } - }, - "questID:3": 20692, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:neutron_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20693.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20693.json deleted file mode 100644 index 194051e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20693.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This machine reprocesses radioactive fuels.\nGood to have on autocraft, I will need a decent amount of these.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:isotope_separator_idle" - }, - "name:8": "Isotope Separator" - } - }, - "questID:3": 20693, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:isotope_separator_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20694.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20694.json deleted file mode 100644 index 6293e008..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20694.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Everyone loves manually drying things!", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:drying_basin" - }, - "name:8": "Drying Basin" - } - }, - "questID:3": 20694, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:drying_basin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20695.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20695.json deleted file mode 100644 index 4d8a0392..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20695.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_centrifuge" - }, - "name:8": "Industrial Centrifuge" - } - }, - "questID:3": 20695, - "tasks:9": { - "0:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20696.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20696.json deleted file mode 100644 index 96e43422..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20696.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The alternators provide power to the crafter.\nThe more alternators in a 7x7 area around the machine, the better!", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:ender_crafter" - }, - "name:8": "Ender Crafter" - } - }, - "questID:3": 20696, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:ender_crafter" - }, - "1:10": { - "Count:3": 1, - "id:8": "extendedcrafting:ender_alternator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20697.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20697.json deleted file mode 100644 index 0eb8c11b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20697.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20690 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Tier 1, pretty vanilla.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:crafting_injector" - }, - "name:8": "Basic Fusion Crafting Injector" - } - }, - "questID:3": 20697, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20698.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20698.json deleted file mode 100644 index c7376634..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20698.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese speed up the growth of fluix seeds.\n\nYou can place up to six of these around a block of water.\n\nThese require energy from an AE2 network. Early on you can use an energy acceptor and a few cables.\n\nYou should upgrade to the crystal growth chamber as soon as you get your first pure fluix crystal!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:quartz_growth_accelerator" - }, - "name:8": "Crystal Growth Accelerator" - } - }, - "questID:3": 20698, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:quartz_growth_accelerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20699.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20699.json deleted file mode 100644 index 6dad0ab1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20699.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For when the radioactive materials I need are not readily available from reactors...", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:decay_hastener_idle" - }, - "name:8": "Decay Hastener" - } - }, - "questID:3": 20699, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:decay_hastener_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20700.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20700.json deleted file mode 100644 index 1f978045..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20700.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Squeezing automated!", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:mechanical_squeezer" - }, - "name:8": "Mechanical Squeezer" - } - }, - "questID:3": 20700, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:mechanical_squeezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20701.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20701.json deleted file mode 100644 index 9e31725c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20701.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:rolling_machine" - }, - "name:8": "Rolling Machine" - } - }, - "questID:3": 20701, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:rolling_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20702.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20702.json deleted file mode 100644 index ebabe01b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20702.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The crafting core holds a single item to be infused with the objects located on the surrounding pedestals.\nOnly the core requires energy.", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:crafting_core" - }, - "name:8": "Crafting Core" - } - }, - "questID:3": 20702, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:crafting_core" - }, - "1:10": { - "Count:3": 4, - "id:8": "extendedcrafting:pedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20703.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20703.json deleted file mode 100644 index 549b124f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20703.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20697 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Tier 2, this is where things get interesting...", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:crafting_injector" - }, - "name:8": "Wyvern Fusion Crafting Injector" - } - }, - "questID:3": 20703, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20704.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20704.json deleted file mode 100644 index 20bff0dc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20704.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAn upgraded version of the inscriber! It can accept full stacks as inputs!\n\nFor large crafting setups, spamming these is a bad idea for lag! \nYou should use the processor clean room instead!", - "icon:10": { - "Count:3": 1, - "id:8": "ae2stuff:inscriber" - }, - "name:8": "Advanced Inscriber" - } - }, - "questID:3": 20704, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2stuff:inscriber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20705.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20705.json deleted file mode 100644 index 7a3ad90a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20705.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "This machine reprocesses fuels into radiactive components.\nGood to have on autocraft, I will need a decent amount of these.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_reprocessor_idle" - }, - "name:8": "Fuel Reprocessor" - } - }, - "questID:3": 20705, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:fuel_reprocessor_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20706.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20706.json deleted file mode 100644 index 70bb1a76..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20706.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20549 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Drying automated!", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:mechanical_drying_basin" - }, - "name:8": "Mechanical Drying Basin" - } - }, - "questID:3": 20706, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:mechanical_drying_basin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20707.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20707.json deleted file mode 100644 index c086e30c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20707.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:alloy_smelter" - }, - "name:8": "Alloy Smelter" - } - }, - "questID:3": 20707, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:alloy_smelter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20708.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20708.json deleted file mode 100644 index de742a3a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20708.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "To unpackage all your 3x3 recipes!\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:basic_crafter" - }, - "name:8": "Basic Package Crafter" - } - }, - "questID:3": 20708, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:basic_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20709.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20709.json deleted file mode 100644 index 1a28db84..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20709.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20703 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Tier 3, now we\u0027re cooking with gas!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "draconicevolution:crafting_injector" - }, - "name:8": "Draconic Fusion Crafting Injector" - } - }, - "questID:3": 20709, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20710.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20710.json deleted file mode 100644 index 3fe437f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20710.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7Crystal growth done easy! Place seeds in the chamber, and they will grow fast!\n\nRequires energy from an AE network!", - "icon:10": { - "Count:3": 1, - "id:8": "ae2stuff:grower" - }, - "name:8": "Crystal Growth Chamber" - } - }, - "questID:3": 20710, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2stuff:grower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20711.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20711.json deleted file mode 100644 index d87e3963..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20711.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "5x5 on autocraft?!?\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:advanced_crafter" - }, - "name:8": "Advanced Package Crafter" - } - }, - "questID:3": 20711, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:advanced_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20712.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20712.json deleted file mode 100644 index 799fce16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20712.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20709 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Tier 4, supreme power!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "draconicevolution:crafting_injector" - }, - "name:8": "Chaotic Fusion Crafting Injector" - } - }, - "questID:3": 20712, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "draconicevolution:crafting_injector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20713.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20713.json deleted file mode 100644 index ef6883eb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20713.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_electrolyzer" - }, - "name:8": "Industrial Electrolyzer" - } - }, - "questID:3": 20713, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_electrolyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20714.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20714.json deleted file mode 100644 index 67173eaa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20714.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:electric_furnace" - }, - "name:8": "Electric Furnace" - } - }, - "questID:3": 20714, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:electric_furnace" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20715.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20715.json deleted file mode 100644 index 12957c3a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20715.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "7x7 autocrafting too.\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:elite_crafter" - }, - "name:8": "Elite Package Crafter" - } - }, - "questID:3": 20715, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:elite_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20716.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20716.json deleted file mode 100644 index 10f45bd3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20716.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_blast_furnace", - "tag:10": {} - }, - "name:8": "Industrial Blast Furnace" - } - }, - "questID:3": 20716, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_blast_furnace", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20717.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20717.json deleted file mode 100644 index a7c4a4d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20717.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "9x9 yeah I get the drill...\nPlaced next to an unpackager for autocrafting.\nA packager is required somewhere in the AE network, but it doesn\u0027t need to be close.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:ultimate_crafter" - }, - "name:8": "Ultimate Package Crafter" - } - }, - "questID:3": 20717, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:ultimate_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20718.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20718.json deleted file mode 100644 index 3981149d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20718.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:grinder" - }, - "name:8": "Grinder" - } - }, - "questID:3": 20718, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:grinder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20719.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20719.json deleted file mode 100644 index c415ce42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20719.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Ender autocrafting, it\u0027s that simple!\nWorks like the ender crafter, the more alternators, the better!", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:ender_crafter" - }, - "name:8": "Ender Package Crafter" - } - }, - "questID:3": 20719, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:ender_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20720.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20720.json deleted file mode 100644 index 6bec8e77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20720.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20548 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "1. Place next to interface or unpackager.\n2. Add pedestals.\n3. Profit.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:combination_crafter" - }, - "name:8": "Combination Package Crafter" - } - }, - "questID:3": 20720, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:combination_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20721.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20721.json deleted file mode 100644 index 64593ae9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20721.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_grinder" - }, - "name:8": "Industrial Grinder" - } - }, - "questID:3": 20721, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_grinder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20722.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20722.json deleted file mode 100644 index 5fec6ffd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20722.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For all your alloying needs, nuclearcraft edition!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:alloy_furnace_idle" - }, - "name:8": "Alloy Furnace" - } - }, - "questID:3": 20722, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:alloy_furnace_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20723.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20723.json deleted file mode 100644 index e9c67914..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20723.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For all your fluid infusion needs, and a great way to make treated wood.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:infuser_idle" - }, - "name:8": "Fluid Infuser" - } - }, - "questID:3": 20723, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:infuser_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20724.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20724.json deleted file mode 100644 index 2e1b3bb4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20724.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "No smeltery multiblock needed!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:melter_idle" - }, - "name:8": "Melter" - } - }, - "questID:3": 20724, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:melter_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20725.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20725.json deleted file mode 100644 index 159a1696..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20725.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Liquid gases freak me out a little bit...", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:supercooler_idle" - }, - "name:8": "Supercooler" - } - }, - "questID:3": 20725, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:supercooler_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20726.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20726.json deleted file mode 100644 index 66ff1389..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20726.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Fluid chemistry? Fluid chemistry!\nGood to have on autocraft, I will need a decent amount of these.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:electrolyser_idle" - }, - "name:8": "Electrolyzer" - } - }, - "questID:3": 20726, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:electrolyser_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20727.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20727.json deleted file mode 100644 index 1409a36d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20727.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to process silicon boules.\nMay be a good one to put on passive...\nUse holo projector to see multiblock preview.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:crystallizer" - }, - "name:8": "Crystallizer" - } - }, - "questID:3": 20727, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:crystallizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20728.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20728.json deleted file mode 100644 index c3c9d5fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20728.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A cutter for all your circuit needs!\nUse holo projector to see multiblock preview.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:cuttingmachine" - }, - "name:8": "Cutting Machine" - } - }, - "questID:3": 20728, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:cuttingmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20729.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20729.json deleted file mode 100644 index c36b1a8d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20729.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Used to make rocket fuel!\nUse holo projector to see multiblock preview.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:chemicalreactor" - }, - "name:8": "Chemical Reactor" - } - }, - "questID:3": 20729, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:chemicalreactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20730.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20730.json deleted file mode 100644 index 013ca3fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20730.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20552 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yet another way to make hydrogen and oxygen...\nUse holo projector to see multiblock preview.", - "icon:10": { - "Count:3": 1, - "id:8": "advancedrocketry:electrolyser" - }, - "name:8": "Electrolyser" - } - }, - "questID:3": 20730, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:electrolyser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20733.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20733.json deleted file mode 100644 index b15c146c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20733.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:compressor" - }, - "name:8": "Compressor" - } - }, - "questID:3": 20733, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20734.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20734.json deleted file mode 100644 index 6d522b41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20734.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:implosion_compressor" - }, - "name:8": "Implosion Compressor" - } - }, - "questID:3": 20734, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:implosion_compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20735.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20735.json deleted file mode 100644 index 120c60b5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20735.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:assembling_machine" - }, - "name:8": "Assembling Machine" - } - }, - "questID:3": 20735, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:assembling_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20737.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20737.json deleted file mode 100644 index ec86fdcb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20737.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_sawmill" - }, - "name:8": "Sawmill" - } - }, - "questID:3": 20737, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:industrial_sawmill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20738.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20738.json deleted file mode 100644 index 1ce17cc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20738.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Want some neutrons in your soup? I\u0027d love some neutrons in my soup!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:irradiator_idle" - }, - "name:8": "Neutron Irradiator" - } - }, - "questID:3": 20738, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:irradiator_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20739.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20739.json deleted file mode 100644 index c33333b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20739.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "No casting tables needed!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:ingot_former_idle" - }, - "name:8": "Ingot Former" - } - }, - "questID:3": 20739, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:ingot_former_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20740.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20740.json deleted file mode 100644 index 1bbef8a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20740.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Yet another compressor...", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:pressurizer_idle" - }, - "name:8": "Pressurizer" - } - }, - "questID:3": 20740, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:pressurizer_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20741.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20741.json deleted file mode 100644 index c034fcaa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20741.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Chemistry is fun OK!\nOK!?!\nGood to have on autocraft, I will need a decent amount of these.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chemical_reactor_idle" - }, - "name:8": "Chemical Reactor" - } - }, - "questID:3": 20741, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:chemical_reactor_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20742.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20742.json deleted file mode 100644 index d549bcc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20742.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For mixing salts whenever you will have to mix salts...", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_mixer_idle" - }, - "name:8": "Salt Mixer" - } - }, - "questID:3": 20742, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:salt_mixer_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20743.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20743.json deleted file mode 100644 index ab1b72b5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20743.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:vacuum_freezer" - }, - "name:8": "Vacuum Freezer" - } - }, - "questID:3": 20743, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:vacuum_freezer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20744.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20744.json deleted file mode 100644 index e885d2d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20744.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:distillation_tower" - }, - "name:8": "Distillation Tower" - } - }, - "questID:3": 20744, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:distillation_tower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20745.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20745.json deleted file mode 100644 index b82a8aeb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20745.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:plate_bending_machine" - }, - "name:8": "Plate Bending Machine" - } - }, - "questID:3": 20745, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:plate_bending_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20746.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20746.json deleted file mode 100644 index 9f7b2681..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20746.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:solid_canning_machine" - }, - "name:8": "Solid Canning Machine" - } - }, - "questID:3": 20746, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:solid_canning_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20747.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20747.json deleted file mode 100644 index 698d81d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20747.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:wire_mill" - }, - "name:8": "Wire Mill" - } - }, - "questID:3": 20747, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:wire_mill" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20748.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20748.json deleted file mode 100644 index 019839ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20748.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Weird solutes make for weird crystals...", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:crystallizer_idle" - }, - "name:8": "Crystallizer" - } - }, - "questID:3": 20748, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:crystallizer_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20749.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20749.json deleted file mode 100644 index ca9c3914..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20749.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For RadAway, and a few other things!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:dissolver_idle" - }, - "name:8": "Fluid Enricher" - } - }, - "questID:3": 20749, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:dissolver_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20750.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20750.json deleted file mode 100644 index 45d3e77b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20750.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Only the best fleeb juice for the best plumbus!", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:extractor_idle" - }, - "name:8": "Fluid Extractor" - } - }, - "questID:3": 20750, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:extractor_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20751.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20751.json deleted file mode 100644 index e3af5c43..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20751.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For all your centrifuging needs.\nDefinitely the better centrifuge, between you and me...", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:centrifuge_idle" - }, - "name:8": "Centrifuge" - } - }, - "questID:3": 20751, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:centrifuge_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20752.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20752.json deleted file mode 100644 index a4724177..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20752.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20551 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Make three of them, passive them, forget about them.", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rock_crusher_idle" - }, - "name:8": "Rock Crusher" - } - }, - "questID:3": 20752, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:rock_crusher_idle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/20753.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/20753.json deleted file mode 100644 index bfb92f9d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/20753.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20547 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_control_computer" - }, - "name:8": "Fusion Control Computer" - } - }, - "questID:3": 20753, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_control_computer" - }, - "1:10": { - "Count:3": 1, - "id:8": "techreborn:fusion_coil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2076.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2076.json deleted file mode 100644 index b7bbe59b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2076.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:font_of_divinity" - } - }, - "name:8": "Font of Divinity" - } - }, - "questID:3": 2076, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:font_of_divinity" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2089.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2089.json deleted file mode 100644 index 5e89a541..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2089.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:two_phase_fission_reactor" - } - }, - "name:8": "Two-Phase Fission Reactor" - } - }, - "questID:3": 2089, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:two_phase_fission_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2090.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2090.json deleted file mode 100644 index 3e1afa1d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2090.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:salt_repolarizer" - } - }, - "name:8": "Salt Repolarizer" - } - }, - "questID:3": 2090, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:salt_repolarizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2091.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2091.json deleted file mode 100644 index e971284d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2091.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:twelve_gates_of_heaven" - } - }, - "name:8": "The Twelve Gates of Heaven" - } - }, - "questID:3": 2091, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:twelve_gates_of_heaven" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/212.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/212.json deleted file mode 100644 index 5501a924..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/212.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20542 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:whispering_infusion_fountain" - } - }, - "name:8": "Whispering Fountain" - } - }, - "questID:3": 212, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:whispering_infusion_fountain" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2145.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2145.json deleted file mode 100644 index 874b139b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2145.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Catalyzation Chamber is a 3x3x3 multiblock, see the JEI preview for the structure.\n\nRight click the structure with Salis Mundus to form it.\n\nTo make the multiblock function function, place a Stone from Thaumic Wonders in the machine gui.\n\nEach stone has a different functionality:\nAlienist: makes eldritch clusters\nTransmuter: turns ores into other ores and back\nAlchemist: purifies ores\n\nStones have durability, but they can be enchanted with high levels of unbreaking to become nearly infinite.\n\nThe ore inputs are dropped in from the top, and the machine will drop outputs from the front.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicwonders:catalyzation_chamber" - }, - "name:8": "Catalyzation Chamber" - } - }, - "questID:3": 2145, - "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": "fluid_quicksilver" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumicwonders:alienist_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:catalyzation_chamber" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2147.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2147.json deleted file mode 100644 index e18f0e8d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2147.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe primordial accelerator is used to break Primordial Pearls into Primordial Grains.\n\nIt is a multiblock of variable length, see the JEI preview for the multiblock structure, the more Tunnels, the more Grains can be produced (with diminishing returns). The maximum length is 10.\n\nPrimordial pearls can be piped into the Accelerator.\n\nUse a redstone pulse to activate the machine, Primordial Grains will be dropped out around the Terminus.\n\nGrains can be turned back into full Pearls for an endless loop, with a bit of crucible automation.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicwonders:primordial_accelerator" - }, - "name:8": "Primordial Accelerator" - } - }, - "questID:3": 2147, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicwonders:primordial_accelerator" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumicwonders:primordial_accelerator_tunnel" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicwonders:primordial_accelerator_terminus" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:primordial_accelerator" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/218.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/218.json deleted file mode 100644 index 93cc58f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/218.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - }, - "name:8": "Tree of Life" - } - }, - "questID:3": 218, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:tree_of_life" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2194.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2194.json deleted file mode 100644 index e3010153..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2194.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:honeysmelter_oven" - } - }, - "name:8": "Honeysmelter Oven" - } - }, - "questID:3": 2194, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:honeysmelter_oven" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2195.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2195.json deleted file mode 100644 index 0ca6a380..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2195.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20538 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sparkled_spinning_wheel" - } - }, - "name:8": "Nethersteel Loom" - } - }, - "questID:3": 2195, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sparkled_spinning_wheel" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2222.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2222.json deleted file mode 100644 index eb4fc31d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2222.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:me_mythic_assembler" - } - }, - "name:8": "Mythic Processor: Assembling Machine" - } - }, - "questID:3": 2222, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_assembling_machine" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2223.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2223.json deleted file mode 100644 index 893571d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2223.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_wiremill" - } - }, - "name:8": "Mythic Processor: Wiremill" - } - }, - "questID:3": 2223, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_wiremill" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/223.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/223.json deleted file mode 100644 index 8b1f4b60..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/223.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:elemental_altar" - } - }, - "name:8": "Elemental Altar" - } - }, - "questID:3": 223, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:elemental_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2232.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2232.json deleted file mode 100644 index 99b74aed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2232.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gravitite" - } - }, - "name:8": "Recursive Processor: Gravitron" - } - }, - "questID:3": 2232, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gravitite" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2233.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2233.json deleted file mode 100644 index 9cd11b65..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2233.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_blaster" - } - }, - "name:8": "Recursive Processor: Blaster" - } - }, - "questID:3": 2233, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_blaster" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2234.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2234.json deleted file mode 100644 index c59182b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2234.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_arkencrusher" - } - }, - "name:8": "Recursive Processor: Arkencrusher" - } - }, - "questID:3": 2234, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_arkencrusher" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2235.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2235.json deleted file mode 100644 index 087277d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2235.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_grinder" - } - }, - "name:8": "Recursive Processor: Grinder" - } - }, - "questID:3": 2235, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_grinder" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2237.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2237.json deleted file mode 100644 index cf7306fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2237.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:hypergrowth_insolator" - } - }, - "name:8": "Hypergrowth Insolator" - } - }, - "questID:3": 2237, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:hypergrowth_insolator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2245.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2245.json deleted file mode 100644 index a23b45ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2245.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ziggurat_of_life" - } - }, - "name:8": "Ziggurat of Life" - } - }, - "questID:3": 2245, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ziggurat_of_life" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2246.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2246.json deleted file mode 100644 index e6a043ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2246.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:berserker_forge" - } - }, - "name:8": "Berserker Forge" - } - }, - "questID:3": 2246, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:berserker_forge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:berserker_forge_loop" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/2347.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/2347.json deleted file mode 100644 index ed591f8c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/2347.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Buildcraft Heat Exchanger is used to move fluids from various states, in order of temperature: Cool, Hot, Searing.\n\nTo heat up a fluid, it must be placed as a cold input in the Heat Exchanger multiblock (see preview for multiblock structure, inputs, outputs), using lava as a hot input.\n\nTo cool down a fluid, it must be placed as a hot input, with a fluid of a lower temperature as the cold input.", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:heat_exchange" - }, - "name:8": "Heat Exchanger" - } - }, - "questID:3": 2347, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:heat_exchange" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/593507433.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/593507433.json deleted file mode 100644 index dccf5e9d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/593507433.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:fractallite_furnace" - } - }, - "name:8": "Fractallite Furnace" - } - }, - "questID:3": 593507433, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:fractallite_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/810176091.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/810176091.json deleted file mode 100644 index ca9b867e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/810176091.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:altar_to_the_name_of_names" - } - }, - "name:8": "Altar to the Name of Names" - } - }, - "questID:3": 810176091, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:altar_to_the_name_of_names" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/871786931.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/871786931.json deleted file mode 100644 index 16cb3805..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/871786931.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:bastion_of_flesh" - } - }, - "name:8": "Bastion of Flesh" - } - }, - "questID:3": 871786931, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:bastion_of_flesh" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_meatball_monument" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/885.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/885.json deleted file mode 100644 index bab60e73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/885.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:DistillationTower" - } - }, - "name:8": "Distillation Tower" - } - }, - "questID:3": 885, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:DistillationTower" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:stone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/886.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/886.json deleted file mode 100644 index 29aeccb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/886.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:Pumpjack" - } - }, - "name:8": "Pumpjack" - } - }, - "questID:3": 886, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:Pumpjack" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersivepetroleum:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/887.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/887.json deleted file mode 100644 index f2b6a5f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/887.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 20527 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 1, - "multiblock:8": "IE:ExcavatorDemo" - } - }, - "name:8": "Excavator" - } - }, - "questID:3": 887, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 1, - "multiblock:8": "IE:ExcavatorDemo" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "immersiveengineering:metal_multiblock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/888.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/888.json deleted file mode 100644 index 1073c2fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/888.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20545 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:extreme_crafting_table" - }, - "name:8": "Extreme Crafting Table" - } - }, - "questID:3": 888, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:extreme_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/889.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/889.json deleted file mode 100644 index 6c7d5d3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/889.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20545 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "avaritia:neutronium_compressor" - }, - "name:8": "Neutronium Compressor" - } - }, - "questID:3": 889, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "avaritia:neutronium_compressor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/890.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/890.json deleted file mode 100644 index cbcde7ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/890.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - }, - "name:8": "Essentia Solidifier" - } - }, - "questID:3": 890, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/891.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/891.json deleted file mode 100644 index b99e46bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/891.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 20543 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_god_altar" - } - }, - "name:8": "Blood God Altar" - } - }, - "questID:3": 891, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_god_altar" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:blood_god_altar_network" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/892.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/892.json deleted file mode 100644 index 754252ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/892.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20539 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - }, - "name:8": "Mechanized Essentia Smeltery" - } - }, - "questID:3": 892, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/893.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/893.json deleted file mode 100644 index 34b5bc01..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/893.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:iron_centrifuge" - } - }, - "name:8": "Steel Thermal Mixer" - } - }, - "questID:3": 893, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:iron_centrifuge" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/894.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/894.json deleted file mode 100644 index f3d5970e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/894.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20481, - 325 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "RFTools Dimensions" - } - }, - "questID:3": 894, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/895.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/895.json deleted file mode 100644 index bab18f63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/895.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_enscriber" - }, - "name:8": "Dimension Enscriber" - } - }, - "questID:3": 895, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_enscriber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/896.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/896.json deleted file mode 100644 index a41b5d26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/896.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - }, - "name:8": "Mechanized Coop" - } - }, - "questID:3": 896, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/897.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/897.json deleted file mode 100644 index 95cec5d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/897.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_crucible" - } - }, - "name:8": "Mythical Resource Crucible" - } - }, - "questID:3": 897, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/898.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/898.json deleted file mode 100644 index 9b7d1bd5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/898.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dreading_crucible" - } - }, - "name:8": "Dreading Crucible" - } - }, - "questID:3": 898, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dreading_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/899.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/899.json deleted file mode 100644 index b43dcc86..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/899.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ender_stone_crucible" - } - }, - "name:8": "Ender Stone Crucible" - } - }, - "questID:3": 899, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:ender_stone_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/900.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/900.json deleted file mode 100644 index 410da7d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/900.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_controller" - } - }, - "name:8": "Plasmatic Controller" - } - }, - "questID:3": 900, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_controller" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/901.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/901.json deleted file mode 100644 index 308e45d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/901.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - }, - "name:8": "Plasmatic Condenser" - } - }, - "questID:3": 901, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:plasmatic_condenser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/902.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/902.json deleted file mode 100644 index 546bfe42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/902.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - }, - "name:8": "Token Totem" - } - }, - "questID:3": 902, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:token_totem" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/903.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/903.json deleted file mode 100644 index fac3fadb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/903.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - }, - "name:8": "Spatial Crucible" - } - }, - "questID:3": 903, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:spatial_crucible" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/904.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/904.json deleted file mode 100644 index 680217d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/904.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - }, - "name:8": "Infusinator" - } - }, - "questID:3": 904, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infusinator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/905.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/905.json deleted file mode 100644 index 5e571d93..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/905.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - }, - "name:8": "Shadow Fracturer" - } - }, - "questID:3": 905, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:shadow_fracturer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/906.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/906.json deleted file mode 100644 index a07e5209..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/906.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:creation_altar" - } - }, - "name:8": "Creation Altar" - } - }, - "questID:3": 906, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:creation_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/907.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/907.json deleted file mode 100644 index ad7e8a82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/907.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitational_collapser" - } - }, - "name:8": "Gravitational Collapser" - } - }, - "questID:3": 907, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gravitational_collapser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/908.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/908.json deleted file mode 100644 index eb411a79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/908.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infinity_furnace" - } - }, - "name:8": "Infinity Furnace" - } - }, - "questID:3": 908, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:infinity_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/909.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/909.json deleted file mode 100644 index 40501edc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/909.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_cannon" - } - }, - "name:8": "Neutronium Cannon" - } - }, - "questID:3": 909, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_cannon" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/910.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/910.json deleted file mode 100644 index ddb38aa9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/910.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_bombarder" - } - }, - "name:8": "Neutronium Bombarder" - } - }, - "questID:3": 910, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:neutronium_bombarder" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/911.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/911.json deleted file mode 100644 index 210d5ef5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/911.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - }, - "name:8": "Particle Accelerator" - } - }, - "questID:3": 911, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:particle_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/912.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/912.json deleted file mode 100644 index d2b59639..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/912.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - }, - "name:8": "High Impulse Accelerator" - } - }, - "questID:3": 912, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:high_impulse_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/913.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/913.json deleted file mode 100644 index e14b73f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/913.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:the_cube" - } - }, - "name:8": "The CUBE" - } - }, - "questID:3": 913, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:the_cube" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/914.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/914.json deleted file mode 100644 index 292e6df3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/914.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_excavation_computer_multiblock" - } - }, - "name:8": "Mythic Excavation Reactor" - } - }, - "questID:3": 914, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_excavation_computer_multiblock" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/915.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/915.json deleted file mode 100644 index 79406d09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/915.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 909 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_accelerator" - } - }, - "name:8": "Mythic Accelerator" - } - }, - "questID:3": 915, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/916.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/916.json deleted file mode 100644 index a2b34fcc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/916.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_alloy_furnace" - } - }, - "name:8": "Mythic Processor: Alloy Furnace" - } - }, - "questID:3": 916, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_alloy_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/917.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/917.json deleted file mode 100644 index f7badf27..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/917.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:aluminum_lathe" - } - }, - "name:8": "Lathe" - } - }, - "questID:3": 917, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:aluminum_lathe" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/918.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/918.json deleted file mode 100644 index c36346d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/918.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_empowerer" - } - }, - "name:8": "Mythic Processor: Empowerer" - } - }, - "questID:3": 918, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_empowerer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/919.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/919.json deleted file mode 100644 index 93483142..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/919.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_pulverizer" - } - }, - "name:8": "Mythic Processor: Pulverizer" - } - }, - "questID:3": 919, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_pulverizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/920.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/920.json deleted file mode 100644 index 119a503c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/920.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gearworking_die" - } - }, - "name:8": "Mythic Processor: Gearworking Die" - } - }, - "questID:3": 920, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_gearworking_die" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/921.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/921.json deleted file mode 100644 index 6aec4219..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/921.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_muon_extractor" - } - }, - "name:8": "Mythic Processor: Muon Extractor" - } - }, - "questID:3": 921, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_muon_extractor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/922.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/922.json deleted file mode 100644 index e87690b5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/922.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_purifier" - } - }, - "name:8": "Mythic Processor: Purifier" - } - }, - "questID:3": 922, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_purifier" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/923.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/923.json deleted file mode 100644 index c7e1546a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/923.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_compactor" - } - }, - "name:8": "Mythic Processor: Compactor" - } - }, - "questID:3": 923, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_compactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/924.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/924.json deleted file mode 100644 index 2f16870b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/924.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - }, - "name:8": "Nightmare Synthesizer" - } - }, - "questID:3": 924, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:nightmare_electrolyzer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/925.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/925.json deleted file mode 100644 index 4ee3cd8b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/925.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_furnace" - } - }, - "name:8": "Mythic Processor: Furnace" - } - }, - "questID:3": 925, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_furnace" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/926.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/926.json deleted file mode 100644 index 591bcf62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/926.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_drying_rack" - } - }, - "name:8": "Mythic Processor: Drying Rack" - } - }, - "questID:3": 926, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythic_processor_drying_rack" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/927.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/927.json deleted file mode 100644 index 09767cbb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/927.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:inertial_confinement_reactor" - } - }, - "name:8": "Inertial Confinement Reactor" - } - }, - "questID:3": 927, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:inertial_confinement_reactor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/928.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/928.json deleted file mode 100644 index 5c83aaaf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/928.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 916 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:linear_fusion_accelerator" - } - }, - "name:8": "Linear Plasma Accelerator" - } - }, - "questID:3": 928, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:linear_fusion_accelerator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/929.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/929.json deleted file mode 100644 index cda5e3d6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/929.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20523 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:relativistic_collapser" - } - }, - "name:8": "Relativistic Collapser" - } - }, - "questID:3": 929, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:relativistic_collapser" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/930.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/930.json deleted file mode 100644 index fd8af69f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/930.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_discharger" - } - }, - "name:8": "Dyson Discharger" - } - }, - "questID:3": 930, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_discharger" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/931.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/931.json deleted file mode 100644 index 1f25fc75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/931.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:definer_two" - } - }, - "name:8": "Definer" - } - }, - "questID:3": 931, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:definer_two" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/932.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/932.json deleted file mode 100644 index c3838b68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/932.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_sphere" - } - }, - "name:8": "Dyson Sphere" - } - }, - "questID:3": 932, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_sphere" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/933.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/933.json deleted file mode 100644 index fa479950..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/933.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_irradiator" - } - }, - "name:8": "Dyson Irradiator" - } - }, - "questID:3": 933, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_irradiator" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/934.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/934.json deleted file mode 100644 index aeb2fb16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/934.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 929 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_compressor" - } - }, - "name:8": "Dyson Compressor" - } - }, - "questID:3": 934, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:dyson_compressor" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/935.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/935.json deleted file mode 100644 index cbbbd26e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/935.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_builder" - }, - "name:8": "Dimension Builder" - } - }, - "questID:3": 935, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_builder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/936.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/936.json deleted file mode 100644 index 993679c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/936.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_editor" - }, - "name:8": "Dimension Editor" - } - }, - "questID:3": 936, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimension_editor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/937.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/937.json deleted file mode 100644 index 17a30c4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/937.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 894 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimlet_workbench" - }, - "name:8": "Dimlet Workbench" - } - }, - "questID:3": 937, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftoolsdim:dimlet_workbench" - }, - "1:10": { - "Count:3": 1, - "id:8": "rftoolsdim:material_absorber" - }, - "2:10": { - "Count:3": 1, - "id:8": "rftoolsdim:liquid_absorber" - }, - "3:10": { - "Count:3": 1, - "id:8": "rftoolsdim:biome_absorber" - }, - "4:10": { - "Count:3": 1, - "id:8": "rftoolsdim:terrain_absorber" - }, - "5:10": { - "Count:3": 1, - "id:8": "rftoolsdim:feature_absorber" - }, - "6:10": { - "Count:3": 1, - "id:8": "rftoolsdim:time_absorber" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/938.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/938.json deleted file mode 100644 index 39e46ea3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/938.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 893 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mythical_resource_miner_tier16" - } - }, - "name:8": "Meteoric Befaller" - } - }, - "questID:3": 938, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:meteoric_befaller" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/3/939.json b/config - Copy/betterquesting/DefaultQuests/Quests/3/939.json deleted file mode 100644 index c3d9eb59..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/3/939.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20544 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:processor_clean_room" - } - }, - "name:8": "Processor Clean Room" - } - }, - "questID:3": 939, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:processor_clean_room" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1000.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1000.json deleted file mode 100644 index faf174eb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1000.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHere are all the available options for making water passively!\n\nTo get started, the aqueous accumulator is quite cheap.\n\nThe dense infinite water source is the fastest option available! Good for extreme reactor setups!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Making Water" - } - }, - "questID:3": 1000, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1001.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1001.json deleted file mode 100644 index 1d35a159..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1001.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like an item drawer, and can accept the same upgrades.", - "icon:10": { - "Count:3": 1, - "id:8": "fluiddrawers:tank" - }, - "name:8": "Drawer Tank" - } - }, - "questID:3": 1001, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "fluiddrawers:tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1135.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1135.json deleted file mode 100644 index 460d1442..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1135.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:interactionproxy" - }, - "name:8": "Ender Porcupine" - } - }, - "questID:3": 1135, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:interactionproxy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1136.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1136.json deleted file mode 100644 index 59c95f3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1136.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBuildcraft pipes are an available option, but they are quite unoptimized, so they are discouraged.\n\nYou will have to use them in Vethea, though (chapter 7).", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - }, - "name:8": "Not Buildcraft" - } - }, - "questID:3": 1136, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1137.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1137.json deleted file mode 100644 index 3e37565a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1137.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBuildcraft pipes are an available option, but they are quite unoptimized, so they are discouraged.\n\nYou will have to use them in Vethea, though (chapter 7).", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - }, - "name:8": "Not Buildcraft" - } - }, - "questID:3": 1137, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:teaker_lump" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1140.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1140.json deleted file mode 100644 index 3b42cce1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1140.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "ismain:1": 1, - "name:8": "Sequential Fabricator (Recommended)" - } - }, - "questID:3": 1140, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1172.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1172.json deleted file mode 100644 index 4d8c2dbe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1172.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese should be use to manage your energy network, and move energy wirelessly!\n\nYou should use flux networks to manage your base from chapter 2 onwards!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:purple_blaze" - }, - "name:8": "Wireless Energy Transfer" - } - }, - "questID:3": 1172, - "tasks:9": {} -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1172983451.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1172983451.json deleted file mode 100644 index 02256e61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1172983451.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 198005667 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAfter copying a given structure, the Copy-Paste gadget works with a Mechanical User.\n\nThis works with relatively small structures, and it cannot place some blocks because of a mod limitation.", - "icon:10": { - "Count:3": 1, - "id:8": "buildinggadgets:exchangertool", - "tag:10": { - "blockstate:10": { - "Name:8": "minecraft:air" - } - } - }, - "name:8": "Mechanical Copy-Pasting" - } - }, - "questID:3": 1172983451, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildinggadgets:copypastetool", - "tag:10": { - "mode:8": "Copy" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "extrautils2:user" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1173.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1173.json deleted file mode 100644 index 67439864..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1173.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can be used for most \u0027regular\u0027 automations!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "name:8": "General Convenience Energy Transfer" - } - }, - "questID:3": 1173, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1174.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1174.json deleted file mode 100644 index e8d063c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1174.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can be used to save space for complex automations.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "name:8": "Short-Distance Energy Transfer" - } - }, - "questID:3": 1174, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1175.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1175.json deleted file mode 100644 index 2745f9d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1175.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese should be used to transfer items in occasions where space could be an issue.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "name:8": "Short Distance Item Transfer" - } - }, - "questID:3": 1175, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1176.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1176.json deleted file mode 100644 index a60bf600..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1176.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can be used for most \u0027regular\u0027 automations!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "name:8": "General Convenience Item Transfer" - } - }, - "questID:3": 1176, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1177.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1177.json deleted file mode 100644 index ac4e539c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1177.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis should be used to manage your long distance item transfer!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:purple_blaze" - }, - "name:8": "Wireless Item Transfer" - } - }, - "questID:3": 1177, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1178.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1178.json deleted file mode 100644 index 83860330..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1178.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1183 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWarning, these get way laggier if they transfer to more than one output!\n\nIf you want to transfer from one inventory to another at high speed, and the two are not directly next to each other, you should use these! \n\nPlace the transfer node on the inventory you want to pull from, and place transfer pipes to connect it to the inventory you want to push to.\n\nYou should not use filters, they make things laggier!", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:grocket" - }, - "name:8": "Transfer Nodes" - } - }, - "questID:3": 1178, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:pipe" - }, - "1:10": { - "Count:3": 1, - "id:8": "extrautils2:grocket" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 64, - "Damage:2": 16, - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1179.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1179.json deleted file mode 100644 index f916b879..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1179.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can be used for most \u0027regular\u0027 automations!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - }, - "name:8": "General Convenience Fluid Transfer" - } - }, - "questID:3": 1179, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1180.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1180.json deleted file mode 100644 index 9b60b351..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1180.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis should be used to manage your long distance fluid transfer!", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:purple_blaze" - }, - "name:8": "Wireless Fluid Transfer" - } - }, - "questID:3": 1180, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:purple_blaze" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1181.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1181.json deleted file mode 100644 index 30b62c63..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1181.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese should be used to transfer large amounts of fluids. ", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "name:8": "Fast Fluid Transfer" - } - }, - "questID:3": 1181, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1182.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1182.json deleted file mode 100644 index fdd88ab2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1182.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1181 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFluid laser relays can transmit fluids instantly!\n\nUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_fluids" - }, - "name:8": "Fluid Laser" - } - }, - "questID:3": 1182, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_fluids" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1183.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1183.json deleted file mode 100644 index b0feaa3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1183.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90240 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese will allow you to move items extremely fast, but be careful, fast item transfer is very laggy!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "name:8": "Fast Item Transfer" - } - }, - "questID:3": 1183, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1184.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1184.json deleted file mode 100644 index 5baf3423..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1184.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90300 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou should eventually upgrade to these for most power transfer!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "name:8": "Infinite Energy Transfer" - } - }, - "questID:3": 1184, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "blockGlass", - "id:8": "minecraft:glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1185.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1185.json deleted file mode 100644 index 07a51743..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1185.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "preRequisites:11": [ - 1180 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEnder tanks are used to transfer items wirelessly!\n\nEach tank has a channel that is determined by the colors of the three spots on top of the tank. You can right click these spots with dyes to change their color!\n\nTwo tanks that have the same color combination will share the same inventory!\n\nRight click the wheel on the tank to change between input (blue) and output (orange) mode.\n\nFOR SERVERS: To make a tank private to you, right click the wheel in front of the tank with a diamond.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderstorage:ender_storage" - }, - "name:8": "Ender Tank" - } - }, - "questID:3": 1185, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:dye" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "minecraft:dye" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:dye" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "minecraft:dye" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 49, - "id:8": "enderio:item_material" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "minecraft:dye" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "minecraft:dye" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "minecraft:dye" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "minecraft:dye" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "minecraft:dye" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "minecraft:dye" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "minecraft:dye" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "minecraft:dye" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "minecraft:dye" - }, - "15:10": { - "Count:3": 1, - "id:8": "biomesoplenty:white_dye" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderstorage:ender_storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1186.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1186.json deleted file mode 100644 index e2466dd5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1186.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Crude Energy Conduit" - } - }, - "questID:3": 1186, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1187.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1187.json deleted file mode 100644 index 48bf7c00..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1187.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Iron Energy Conduit" - } - }, - "questID:3": 1187, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1188.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1188.json deleted file mode 100644 index f892ea38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1188.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Aluminium Energy Conduit" - } - }, - "questID:3": 1188, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1189.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1189.json deleted file mode 100644 index 4605643f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1189.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Gold Energy Conduit" - } - }, - "questID:3": 1189, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1190.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1190.json deleted file mode 100644 index beda7f51..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1190.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Copper Energy Conduit" - } - }, - "questID:3": 1190, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1191.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1191.json deleted file mode 100644 index 82a2ab99..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1191.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Silver Energy Conduit" - } - }, - "questID:3": 1191, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1192.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1192.json deleted file mode 100644 index a8e0f4f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1192.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Electrum Energy Conduit" - } - }, - "questID:3": 1192, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1193.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1193.json deleted file mode 100644 index ce22e597..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1193.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Energetic Silver Energy Conduit" - } - }, - "questID:3": 1193, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1194.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1194.json deleted file mode 100644 index 45403955..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1194.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo store enchantments!", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_library_ctrl" - }, - "name:8": "Ender Library" - } - }, - "questID:3": 1194, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_library_ctrl" - }, - "1:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_library" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1221.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1221.json deleted file mode 100644 index 8845f063..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1221.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIn applied energistics, cables let you transfer channels and energy to the various buses and machines used by AE2.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "techreborn:cable" - }, - "name:8": "Network Cables" - } - }, - "questID:3": 1221, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1222.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1222.json deleted file mode 100644 index 93c04383..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1222.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe AE2 network requires an internal buffer to run smoothly, make sure you have enough energy cells in your network if it starts flickering!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "woot:cell" - }, - "name:8": "Energy Storage" - } - }, - "questID:3": 1222, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1226.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1226.json deleted file mode 100644 index 83ebd606..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1226.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese terminals are used to construct the control panel for your AE2 network!\n\nThey will let you see what your storage system is storing, and they will let you program autocrafting functionalities!", - "icon:10": { - "Count:3": 1, - "Damage:2": 180, - "id:8": "appliedenergistics2:part" - }, - "name:8": "Access Terminals" - } - }, - "questID:3": 1226, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1227.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1227.json deleted file mode 100644 index 5cf7cb62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1227.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe buses in the following quests are used to move things in and out of your AE2 network!\n\nThe buses can be upgraded using cards!", - "icon:10": { - "Count:3": 1, - "id:8": "thermaldynamics:servo" - }, - "name:8": "Network I/O" - } - }, - "questID:3": 1227, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1228.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1228.json deleted file mode 100644 index 7259f9da..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1228.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following items and blocks let you set up some AE2 functionalities wirelessly!", - "icon:10": { - "Count:3": 1, - "Damage:2": 41, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Wireless AE2" - } - }, - "questID:3": 1228, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1229.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1229.json deleted file mode 100644 index 771bec23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1229.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show the cards that can be added to upgrade the functionality of AE2 machines.\n\nThese let you filter items, add functionality, and speed things up!", - "icon:10": { - "Count:3": 1, - "Damage:2": 25, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Upgrades People! Upgrades!" - } - }, - "questID:3": 1229, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1230.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1230.json deleted file mode 100644 index 8b6836c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1230.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following sections show the various machines to do logistics and autocrafting using AE2!\n\nMake sure you build at least one crafting processing unit before doing any autocarfting!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:crafting_table" - }, - "name:8": "Auto-Crafting" - } - }, - "questID:3": 1230, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1231.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1231.json deleted file mode 100644 index 0f9fd75e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1231.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo perform any autocrafting tasks, you need a crafting processing unit.\n\nThe crafting processing unit is a cuboid multiblock that can be made out of crafting storage and co-processing units.\n\nA crafting processing unit lets you fulfill one autocrafting request.\n\nYou should have multiple crafting processing units to request multiple things at once!", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "genetics:misc" - }, - "name:8": "Crafting Processing Unit" - } - }, - "questID:3": 1231, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1232.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1232.json deleted file mode 100644 index 5817e77e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1232.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis section explains how to set up logistics using crafting recipes.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:tool" - }, - "name:8": "Crafting Recipes" - } - }, - "questID:3": 1232, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1233.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1233.json deleted file mode 100644 index 71f640be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1233.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show the tools used to automate recipes with fluids.\n\nIn general (with the exception of things like the ME mythic assembler multiblocks), you should not autocraft with fluids, it\u0027s bad for lag.\n\nIt\u0027s way better to set up fluids passively.\n\nYou can and will still use these tools, but try to limit yourself!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - }, - "name:8": "Fluid Crafting" - } - }, - "questID:3": 1233, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1234.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1234.json deleted file mode 100644 index 0a3dcbe7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1234.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou need a fluid discretizer (just one is enough) in your network to perform fluid crafting!\n\nIf a discretizer is present, fluids will show up as drop items in your crafting terminal.", - "icon:10": { - "Count:3": 1, - "id:8": "ae2fc:fluid_discretizer" - }, - "name:8": "ME Fluid Discretizer" - } - }, - "questID:3": 1234, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2fc:fluid_discretizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1235.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1235.json deleted file mode 100644 index c0c668de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1235.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConverts fluid drop items into fluids.\n\nThis lets you set up automations where you can treat fluid drops as items.", - "icon:10": { - "Count:3": 1, - "id:8": "ae2fc:fluid_packet_decoder" - }, - "name:8": "ME Fluid Packet Decoder" - } - }, - "questID:3": 1235, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2fc:fluid_packet_decoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1236.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1236.json deleted file mode 100644 index bed7a4b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1236.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show the ways to store items/fluids in your AE2 network as a storage system.\n\nTo store general items, you can use the ME drive with storage cells.\n\nTo store items that are being automated passively, you should use storage buses on drawer walls or danks!", - "icon:10": { - "Count:3": 1, - "id:8": "extracells:storage.casing" - }, - "name:8": "Storage!" - } - }, - "questID:3": 1236, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1237.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1237.json deleted file mode 100644 index d1f1cbfa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1237.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1230 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPackagers and unpackagers are used to autocraft with extended tables, and all recipes that have more than 9 different inputs!", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:table_basic" - }, - "name:8": "Extended Auto-Crafting" - } - }, - "questID:3": 1237, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1238.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1238.json deleted file mode 100644 index 9ae5460f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1238.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can ignore this section till chapter 6!", - "icon:10": { - "Count:3": 1, - "id:8": "enderutilities:builderswand" - }, - "name:8": "Lazy AE2" - } - }, - "questID:3": 1238, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:time_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1239.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1239.json deleted file mode 100644 index a58cb9be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1239.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ME terminal lets you see all items stored in your storage system, and it lets you access it as a searchable chest.\n\nYou should upgrade to the crafting terminal ASAP!", - "icon:10": { - "Count:3": 1, - "Damage:2": 380, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Terminal" - } - }, - "questID:3": 1239, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 380, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1240.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1240.json deleted file mode 100644 index d4499692..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1240.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFluid version of the extended pattern terminal!", - "icon:10": { - "Count:3": 1, - "id:8": "ae2fc:part_fluid_pattern_ex_terminal" - }, - "name:8": "ME Extended Processing Fluid Pattern terminal" - } - }, - "questID:3": 1240, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2fc:part_fluid_pattern_ex_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1241.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1241.json deleted file mode 100644 index 221a0ac9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1241.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90130 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oChannels are the main mechanic in applied energistics!\n\nThere are things that give channels, things that transport channels, and things that use channels.\n\nThis is done to efficiently manage your base with as little lag as possible!\n\nEvery machine in the mod (interfaces, buses, etc) uses channels.\n\nThe controller and the nergy acceptor produce channels.\n\nCables from the mod trasfer channels. Some transfer 8, and some transfer 32 channels.\n\nIf you connect a cable to too many machines (1 smart cable line connecting to over 8 machines) the entwork will error out, and it will not connect to machines.\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 60, - "id:8": "appliedenergistics2:part" - }, - "name:8": "What are Channels?" - } - }, - "questID:3": 1241, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1242.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1242.json deleted file mode 100644 index f0e45b01..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1242.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA crafting monitor can be placed in a crafting processing unit multiblock to display the task that\u0027s being performed.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_monitor" - }, - "name:8": "Crafting Monitor" - } - }, - "questID:3": 1242, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_monitor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1243.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1243.json deleted file mode 100644 index 367a8f5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1243.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oQuartz fiber lets you connect me cables without transferring channels.\n\nQuartz fiber only moves energy!", - "icon:10": { - "Count:3": 1, - "Damage:2": 140, - "id:8": "appliedenergistics2:part" - }, - "name:8": "Quartz Fiber" - } - }, - "questID:3": 1243, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 140, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1244.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1244.json deleted file mode 100644 index f87b5d4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1244.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe interface has two functions, see the section on autocrafting for an explanation on the other functionality.\n\nThe slots at the top of an interface GUI can be configured so that the network will keep a certain amount of items in the interface.\n\nConduits and other pipes can be used to extract and insert things from the interface.\n\nThis is more lag friendly than using export buses.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:interface" - }, - "name:8": "ME Interface" - } - }, - "questID:3": 1244, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:interface" - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_interface" - }, - "2:10": { - "Count:3": 1, - "id:8": "ae2fc:dual_interface" - }, - "3:10": { - "Count:3": 1, - "id:8": "ae2fc:ingredient_buffer" - }, - "4:10": { - "Count:3": 1, - "id:8": "ae2fc:large_ingredient_buffer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1245.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1245.json deleted file mode 100644 index fb7fc6ce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1245.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNormally, when working with patterns for \u0027normal\u0027 recipes, you just need one interface.\nTo encode these recipes, you need two blocks! \n\nThe unpackager is the second! You should put your second package recipe holder in here!\n\nMake sure each packager/unpackager pair contains recipe holders that are identical!\n\nThe unpackager works like an interface, where it will automate the recipe using the machines directly adjacent to it!", - "icon:10": { - "Count:3": 1, - "id:8": "packagedauto:unpackager" - }, - "name:8": "Unpackager" - } - }, - "questID:3": 1245, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedauto:unpackager" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1246.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1246.json deleted file mode 100644 index 9c2212b5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1246.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90149 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can place multiple packager extensions around a packager (up to eight) to parallelize recipes and faster processing.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedauto:packager_extension" - }, - "name:8": "Packager Extension" - } - }, - "questID:3": 1246, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedauto:packager_extension" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1249.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1249.json deleted file mode 100644 index 5d90795b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1249.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 855 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 65536 buckets.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrautils2:drum" - }, - "name:8": "Demonically Gargantuan Drum" - } - }, - "questID:3": 1249, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrautils2:drum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1250.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1250.json deleted file mode 100644 index 0c440c42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1250.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTunnels let you connect your compact machine to the outside world.\n\nPlace one on a wall on the inside of a compact machine to link it to the outside.\n\nRight click a tunnel to set what side of the outside machine you want to interact with.\n\nTunnels connect to ducts, conduits, and other transfer, for energy, items, and fluids.", - "icon:10": { - "Count:3": 1, - "id:8": "compactmachines3:tunneltool" - }, - "name:8": "Tunnel" - } - }, - "questID:3": 1250, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "compactmachines3:tunneltool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1251.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1251.json deleted file mode 100644 index 6ee7cdae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1251.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRedstone tunnels work like tunnels, but for redstone signals.\n\nPlace one on a wall on the inside of a compact machine to link it to the outside.\n\nRight click a tunnel to set what side of the outside machine you want to interact with.", - "icon:10": { - "Count:3": 1, - "id:8": "compactmachines3:redstonetunneltool" - }, - "name:8": "Redstone Tunnel" - } - }, - "questID:3": 1251, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "compactmachines3:redstonetunneltool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1392.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1392.json deleted file mode 100644 index 7aa14f1c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1392.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSaws from forge microblocks let you cut any solid blocks into smaller versions.\n\nStrips can be used to separate multiple lines of red alloy wire!", - "icon:10": { - "Count:3": 1, - "id:8": "microblockcbe:saw_stone" - }, - "name:8": "Strips" - } - }, - "questID:3": 1392, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 16, - "Damage:2": 769, - "id:8": "microblockcbe:microblock", - "tag:10": { - "mat:8": "minecraft:stone[variant\u003dstone]" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "ignoreNBT:1": 1, - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "microblockcbe:saw_stone" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1940.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1940.json deleted file mode 100644 index 3ce9e688..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1940.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe redstone proxy is an Xnet component that allows to convert an Xnet logic signal to regular redstone, if you have to interact with things externally.\n\nThere are two versions, one that produces block updates (like right clicking a redstone ore) and one that doesn\u0027t.", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:redstone_proxy" - }, - "name:8": "Redstone Proxy" - } - }, - "questID:3": 1940, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:redstone_proxy" - }, - "1:10": { - "Count:3": 1, - "id:8": "xnet:redstone_proxy_upd" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1955.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1955.json deleted file mode 100644 index d26dc62b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1955.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show available options for wireless redstone interactions.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "wrcbe:material" - }, - "name:8": "Wireless Redstone" - } - }, - "questID:3": 1955, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone_torch" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1956.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1956.json deleted file mode 100644 index 2ec81917..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1956.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1955 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oChicken Bones edition of wireless redstone lets you send redstone at a distance!\n\nA transmitter will connect to a receiver if they have the same ID. \n\nIDs can be defined using numbers, an additional name, and an item icon, making it easy to identify your channels!", - "icon:10": { - "Count:3": 1, - "id:8": "wrcbe:wireless_logic" - }, - "name:8": "CBE Wireless" - } - }, - "questID:3": 1956, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "wrcbe:wireless_logic" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "wrcbe:wireless_logic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1957.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1957.json deleted file mode 100644 index 480f8b93..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1957.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1955 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe RFTools redstone transmitter and receiver transfer redstone signal to each other if they have the same frequency.\n\nThey work like the Chicken Bones wireless gates, but they are not as configurable, and a bit more laggy.", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:redstone_receiver_block" - }, - "name:8": "RFT Wireless" - } - }, - "questID:3": 1957, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:redstone_transmitter_block" - }, - "1:10": { - "Count:3": 1, - "id:8": "rftools:redstone_receiver_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1958.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1958.json deleted file mode 100644 index 7f31f45f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1958.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1955 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe chat detectors can be configured to send a redstone signal whenever the specified message is sent in chat.\n\nGlobal chat detector will activate if the message is sent by any player.\n\nThe base chat detector is player bound.", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:globalchatdetector" - }, - "name:8": "Chat Control" - } - }, - "questID:3": 1958, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:chatdetector" - }, - "1:10": { - "Count:3": 1, - "id:8": "randomthings:globalchatdetector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/1959.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/1959.json deleted file mode 100644 index b3d14f75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/1959.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1956 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe remote can be set to any wireless frequency, and used to toggle signals directly from your inventory.", - "icon:10": { - "Count:3": 1, - "id:8": "wrcbe:remote" - }, - "name:8": "Remote Control" - } - }, - "questID:3": 1959, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "wrcbe:remote" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/198005667.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/198005667.json deleted file mode 100644 index e533e60f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/198005667.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests explain ways to automatically place down larger combinations of blocks.\n\nSome automations will require these tools in some way.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Placing Down Structures" - } - }, - "questID:3": 198005667, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:ender_pearl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2038.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2038.json deleted file mode 100644 index f0edc7d5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2038.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90103 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFlux Networks are used to transfer energy wirelessly, and are the preferred energy transfer method in the pack.\n\nTo create your own Flux Network, you need a Controller. You can specify the name of teh network and a color in the Controller GUI. Each Flux Networks machine will have to be bound to a network to function.\n\nFlux Plugs are used to move energy from a source to a network.\n\nFlux Points are used to move energy from a network to a set of machines.\n\nFlux Storage is used to include a buffer of energy in a network. If you have to transfer large amounts of RF/t, Storage is required to prevent energy cutouts.\n\nIt is recommended to still use other energy transfer methods to limit the use of Flux Plugs, as using too many can cause lag. If you want to power a machine wall, for example, use a single Flux Point, and Energy Conduits of the appropriate size to power the machines.\n\nYour base should have two Flux Networks, one to move energy from your generators to a centralized energy storage (eventually the Draconic Energy Orb), one to move energy from storage to all of your machines.", - "icon:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxcontroller" - }, - "name:8": "Flux Networks are your Friend!" - } - }, - "questID:3": 2038, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2173.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2173.json deleted file mode 100644 index cb6ad7b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2173.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Player Interfaces" - } - }, - "questID:3": 2173, - "tasks:9": { - "0:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "actuallyadditions:block_misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2174.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2174.json deleted file mode 100644 index a00902b5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2174.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:playerchest" - }, - "name:8": "Player Chest" - } - }, - "questID:3": 2174, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:playerchest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2175.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2175.json deleted file mode 100644 index 2aa6e3f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2175.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "plethora:module" - }, - "name:8": "Introspection Module" - } - }, - "questID:3": 2175, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "plethora:module" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2176.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2176.json deleted file mode 100644 index a21e6b38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2176.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Player Module" - } - }, - "questID:3": 2176, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2177.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2177.json deleted file mode 100644 index d6ec7e1e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2177.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:playerinterface" - }, - "name:8": "Player Interface" - } - }, - "questID:3": 2177, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:playerinterface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2178.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2178.json deleted file mode 100644 index 085b98f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2178.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_player_interface" - }, - "name:8": "Limited Range Player Interface" - } - }, - "questID:3": 2178, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_player_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2191.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2191.json deleted file mode 100644 index cce08890..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2191.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Beam Former allows to connect two sections of ME cables at a short distance (32 blocks in a straight line).\n\nA beam will form between Formers if a path is available between them. The beam can pass through transparent blocks, including other ME cables.", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:part" - }, - "name:8": "Beam Former" - } - }, - "questID:3": 2191, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2229.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2229.json deleted file mode 100644 index 401bf824..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2229.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ae2fc:ultimate_encoder" - }, - "name:8": "Ultimate Encoder" - } - }, - "questID:3": 2229, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2fc:ultimate_encoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/2349.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/2349.json deleted file mode 100644 index d3db9667..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/2349.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe impulse hopper only outputs items in specific batch sizes, but allows inputs of any size.\n\nIt can be used for some automation setups where you want to control item input or output rate.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_impulse_hopper" - }, - "name:8": "Impulse Hopper" - } - }, - "questID:3": 2349, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_impulse_hopper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/252518956.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/252518956.json deleted file mode 100644 index 46e3987b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/252518956.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_infuser" - }, - "name:8": "Energy Infuser" - } - }, - "questID:3": 252518956, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_infuser" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/36.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/36.json deleted file mode 100644 index b0b4ebda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/36.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo store unstackable items!", - "icon:10": { - "Count:3": 1, - "id:8": "storagecabinet:storagecabinet" - }, - "name:8": "Storage Cabinet" - } - }, - "questID:3": 36, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "storagecabinet:storagecabinet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/509.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/509.json deleted file mode 100644 index 9396e86a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/509.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCounts entities of the specified type within the specified range, outputs a redstone signal accordingly.", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:entity_detector" - }, - "name:8": "Entity Detector" - } - }, - "questID:3": 509, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:entity_detector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/662.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/662.json deleted file mode 100644 index 09ab6213..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/662.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o Very versatile.\n\nUpgrades can increase its speed, give it a wireless range, and turn it into a device that repairs items based on XP.", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Energetic Infuser" - } - }, - "questID:3": 662, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 400, - "id:8": "thermalexpansion:augment" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 401, - "id:8": "thermalexpansion:augment" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 402, - "id:8": "thermalexpansion:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/667.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/667.json deleted file mode 100644 index 10cfd566..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/667.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe advanced memory card is used to link p2p buses in an organized matter!\n\nYou should use this if you are using p2p!", - "icon:10": { - "Count:3": 1, - "id:8": "betterp2p:advanced_memory_card", - "tag:10": { - "selectedIndex:3": -1 - } - }, - "name:8": "Advanced Memory Card" - } - }, - "questID:3": 667, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "betterp2p:advanced_memory_card", - "tag:10": { - "selectedIndex:3": -1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/668.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/668.json deleted file mode 100644 index 13301f3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/668.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe network visualization tool lets you see the layout of your AE2 network, organized by color! ", - "icon:10": { - "Count:3": 1, - "id:8": "aenetvistool:net_visualizer" - }, - "name:8": "Network Visualization Tool" - } - }, - "questID:3": 668, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aenetvistool:net_visualizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/669.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/669.json deleted file mode 100644 index 285ff4ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/669.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " §7§oWireless version of the crafting terminal.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_crafting_terminal", - "tag:10": {} - }, - "name:8": "Wireless Crafting Terminal" - } - }, - "questID:3": 669, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_crafting_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/670.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/670.json deleted file mode 100644 index 095e68b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/670.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWireless version of the pattern terminal. ", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_pattern_terminal", - "tag:10": {} - }, - "name:8": "Wireless Pattern terminal" - } - }, - "questID:3": 670, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_pattern_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/671.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/671.json deleted file mode 100644 index 871bb523..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/671.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWireless version of the ME terminal. ", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_terminal", - "tag:10": {} - }, - "name:8": "Wireless Terminal" - } - }, - "questID:3": 671, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/672.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/672.json deleted file mode 100644 index ec1adeba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/672.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " §7§oWireless version of the fluid terminal.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_fluid_terminal", - "tag:10": {} - }, - "name:8": "Wireless Fluid Terminal" - } - }, - "questID:3": 672, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_fluid_terminal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/673.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/673.json deleted file mode 100644 index 726e2d54..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/673.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou should definitely do this!\n\nIf the wireless access point wasn\u0027t satisfying enough, try this. When inserted into a quantum link bridge, this will provide your wireless terminal with infinite range including across dimensions! \n\nThe wireless access point is no longer needed if you set this up.\n\nThanks to Fox for the help!", - "icon:10": { - "Count:3": 1, - "Damage:2": 59, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Infinite Wireless Range" - } - }, - "questID:3": 673, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 59, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/705.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/705.json deleted file mode 100644 index 4181da50..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/705.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ME capability adapter allows to interface between AE2 and compact machines.\n\nPlace a capability adapter adjacent to a compact machine. Inside the machine, connect another capability adapter adjacent to a tunnel set to the appropriate side (if you place the outside adapter on the west side, the interior tunnel needs to be set to WEST).\n\nThe block form transfers 32 channels.\n\nThe panel form transfers 8 channels. ", - "icon:10": { - "Count:3": 1, - "id:8": "rf-capability-adapter:aecapabilityadapter" - }, - "name:8": "ME Capability Adapter" - } - }, - "questID:3": 705, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rf-capability-adapter:aecapabilityadapter" - }, - "1:10": { - "Count:3": 1, - "id:8": "rf-capability-adapter:aecapabilityadapter_part" - }, - "2:10": { - "Count:3": 1, - "id:8": "compactmachines3:tunneltool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/708.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/708.json deleted file mode 100644 index 61f3ddfb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/708.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStandard item charger.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_wired_charger" - }, - "name:8": "Wired Charger" - } - }, - "questID:3": 708, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_wired_charger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/709.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/709.json deleted file mode 100644 index c2c329a9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/709.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " §7§oCannot charge all RF items, but can charge certus and some AE2 tools.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:charger" - }, - "name:8": "Charger" - } - }, - "questID:3": 709, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:charger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/710.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/710.json deleted file mode 100644 index abefe17b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/710.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 84 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe flux controller can be configured to charge specific slots in the player\u0027s inventory.", - "icon:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxcontroller" - }, - "name:8": "Flux Controller" - } - }, - "questID:3": 710, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxcontroller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/721.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/721.json deleted file mode 100644 index a77f08f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/721.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1172 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:powercell_card" - }, - "name:8": "Powercell Card (Good)" - } - }, - "questID:3": 721, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:powercell_card" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/722.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/722.json deleted file mode 100644 index 2eb27373..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/722.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90103 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese energy cells are not great, but they can be used for wireless energy at a low transfer rate!", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:powercell" - }, - "name:8": "Powercell" - } - }, - "questID:3": 722, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:powercell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/723.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/723.json deleted file mode 100644 index 4d11217d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/723.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 722 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese energy cells are not great, but they can be used for wireless energy at a low transfer rate!", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:powercell_advanced" - }, - "name:8": "Advanced Powercell" - } - }, - "questID:3": 723, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:powercell_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/84.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/84.json deleted file mode 100644 index 321a5134..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/84.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": " ", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Chargers" - } - }, - "questID:3": 84, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_ingot" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/846.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/846.json deleted file mode 100644 index 76f10bea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/846.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90085 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 256 buckets.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:drum" - }, - "name:8": "Iron Drum" - } - }, - "questID:3": 846, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:drum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/847.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/847.json deleted file mode 100644 index ec4d5b7a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/847.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 1238 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA multiblock that can replace arrays of interfaces and molecular assembler setups! ", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "threng:big_assembler" - }, - "name:8": "Mass Assembler" - } - }, - "questID:3": 847, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "threng:big_assembler" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "threng:big_assembler" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "threng:big_assembler" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "threng:big_assembler" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "threng:big_assembler" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "threng:big_assembler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/850507867.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/850507867.json deleted file mode 100644 index 6402f2ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/850507867.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 198005667 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe space chamber is the most versatile way to automatically place large structures.\n\nTo copy a shape to be automatically built, place Space Chamber Corner Blocks in 7 of the 8 corners of the structure you want built, and the Controller in the 8th and final corner.\n\nRight click the controller with a Wrench to set the structure.\n\nIf the structure is set correctly, right clicking the controller with a Space Chamber Card will program it for the desired structure.\n\nPlace the resulting card in a builder to auto-build your desired structure.", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:space_chamber_controller", - "tag:10": { - "channel:3": 6, - "idL:4": -5903828338681376133, - "idM:4": -8342885232664559613, - "infused:3": 0, - "owner:8": "meatballcraft" - } - }, - "name:8": "Space Chamber" - } - }, - "questID:3": 850507867, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:space_chamber_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "rftools:space_chamber" - }, - "2:10": { - "Count:3": 1, - "id:8": "rftools:space_chamber_card" - }, - "3:10": { - "Count:3": 1, - "id:8": "rftools:smartwrench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/854.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/854.json deleted file mode 100644 index d51622b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/854.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1238 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAn ME interface with faster transfer rate!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "threng:machine" - }, - "name:8": "Preemptive Assembly Unit" - } - }, - "questID:3": 854, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "threng:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/855.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/855.json deleted file mode 100644 index 0812047b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/855.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 846 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 4096 buckets.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "extrautils2:drum" - }, - "name:8": "Reinforced Large Drum" - } - }, - "questID:3": 855, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "extrautils2:drum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/856.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/856.json deleted file mode 100644 index e372754c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/856.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe use of this bus is discouraged!\n\nThe level mantainer will keep a set amount of certain items and fluids in storage, acts as multiple crafting cards in one. ", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "threng:machine" - }, - "name:8": "ME Level Mantainer" - } - }, - "questID:3": 856, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "threng:machine" - }, - "1:10": { - "Count:3": 1, - "id:8": "ae2fc:fluid_level_maintainer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90000.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90000.json deleted file mode 100644 index 88c60a21..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90000.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:variablestore" - }, - "name:8": "Variable Store" - } - }, - "questID:3": 90000, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:variablestore" - }, - "1:10": { - "Count:3": 1, - "id:8": "integrateddynamics:variable" - }, - "2:10": { - "Count:3": 1, - "id:8": "integrateddynamics:portable_logic_programmer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90055.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90055.json deleted file mode 100644 index a29c340a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90055.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPressurized fluid conduits can only move a single fluid per channel!\n\nAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_liquid_conduit" - }, - "name:8": "Pressurized Fluid Conduit" - } - }, - "questID:3": 90055, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_liquid_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90056.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90056.json deleted file mode 100644 index 08b03910..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90056.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe best storage option early game are crates!\n\nDanks and drawer walls can be used with storage buses to store large amounts of items!\n\nUse filing cabinets and junk storage units to store unstackable items!\n\nUse the ender library to store enchanted books!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Item Storage" - } - }, - "questID:3": 90056, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "plankWood", - "id:8": "minecraft:planks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90057.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90057.json deleted file mode 100644 index 5c6977b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90057.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90056, - 5 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:chest" - }, - "name:8": "Chest" - } - }, - "questID:3": 90057, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90058.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90058.json deleted file mode 100644 index f9ffce67..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90058.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrawers are a cheap way of storing a lot of a single item. Upgrades can increase or decrease their capacity, and they allow for \u0027void excess\u0027 functionality.", - "icon:10": { - "Count:3": 1, - "OreDict:8": "drawerBasic", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - }, - "name:8": "Any drawerBasic" - } - }, - "questID:3": 90058, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "drawerBasic", - "id:8": "storagedrawers:basicdrawers", - "tag:10": { - "material:8": "oak" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90059.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90059.json deleted file mode 100644 index 0be696e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90059.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe compacting drawer allows for multiple compacted version of an item (nuggets ingots blocks) to be extracted.", - "icon:10": { - "Count:3": 1, - "id:8": "storagedrawers:compdrawers" - }, - "name:8": "Compacting Drawer" - } - }, - "questID:3": 90059, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "storagedrawers:compdrawers" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90060.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90060.json deleted file mode 100644 index 832ff123..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90060.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDanks can be upgraded into storage units that can be plugged into digital storage systems.\n\nA good and compact alternative to drawer walls!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_1" - }, - "name:8": "Dank 1" - } - }, - "questID:3": 90060, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90061.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90061.json deleted file mode 100644 index a36c8636..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90061.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90057 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "ironchest:iron_chest" - }, - "name:8": "Copper Chest" - } - }, - "questID:3": 90061, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90062.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90062.json deleted file mode 100644 index 73c57e4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90062.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90061 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ironchest:iron_chest" - }, - "name:8": "Iron Chest" - } - }, - "questID:3": 90062, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90063.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90063.json deleted file mode 100644 index 4ac9c973..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90063.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90062 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "ironchest:iron_chest" - }, - "name:8": "Silver Chest" - } - }, - "questID:3": 90063, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90064.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90064.json deleted file mode 100644 index aa0400f3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90064.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90063 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "ironchest:iron_chest" - }, - "name:8": "Gold Chest" - } - }, - "questID:3": 90064, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90065.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90065.json deleted file mode 100644 index 4f2e7399..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90065.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90060 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe upgrades keep on coming!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_2" - }, - "name:8": "Dank 2" - } - }, - "questID:3": 90065, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90066.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90066.json deleted file mode 100644 index a8994bd5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90066.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90065 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe upgrades keep on coming!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_3" - }, - "name:8": "Dank 3" - } - }, - "questID:3": 90066, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90067.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90067.json deleted file mode 100644 index 262704f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90067.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe upgrades keep on coming!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_4" - }, - "name:8": "Dank 4" - } - }, - "questID:3": 90067, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_4" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90068.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90068.json deleted file mode 100644 index d25ca51e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90068.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe upgrades keep on coming!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_5" - }, - "name:8": "Dank 5" - } - }, - "questID:3": 90068, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_5" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90069.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90069.json deleted file mode 100644 index 3e62e6fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90069.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe drawer controller can be used to connect a network of touching drawers to be seen as a single inventory. Great for storage busses!", - "icon:10": { - "Count:3": 1, - "id:8": "storagedrawers:controller" - }, - "name:8": "Drawer Controller" - } - }, - "questID:3": 90069, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "storagedrawers:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90070.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90070.json deleted file mode 100644 index c83969a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90070.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oController slaves can be used to connect parts of a drawer network for additional inputs and outputs.", - "icon:10": { - "Count:3": 1, - "id:8": "storagedrawers:controllerslave" - }, - "name:8": "Controller Slave" - } - }, - "questID:3": 90070, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "storagedrawers:controllerslave" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90071.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90071.json deleted file mode 100644 index 4a920f38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90071.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90058 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrawer trim can be used to connect drawers to a controller without touching.", - "icon:10": { - "Count:3": 1, - "OreDict:8": "drawerTrim", - "id:8": "storagedrawers:trim" - }, - "name:8": "Any drawerTrim" - } - }, - "questID:3": 90071, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "drawerTrim", - "id:8": "storagedrawers:trim" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90072.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90072.json deleted file mode 100644 index a96eb429..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90072.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90068 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe upgrades keep on coming!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_6" - }, - "name:8": "Dank 6" - } - }, - "questID:3": 90072, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90073.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90073.json deleted file mode 100644 index 62aeb7ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90073.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90072 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe upgrades keep on coming!", - "icon:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_7" - }, - "name:8": "Dank 7" - } - }, - "questID:3": 90073, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "dankstorage:dank_7" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90074.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90074.json deleted file mode 100644 index f242e745..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90074.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90064 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "ironchest:iron_chest" - }, - "name:8": "Diamond Chest" - } - }, - "questID:3": 90074, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90075.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90075.json deleted file mode 100644 index d7d64eb7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90075.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90074 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "ironchest:iron_chest" - }, - "name:8": "Obsidian Chest" - } - }, - "questID:3": 90075, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "ironchest:iron_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90076.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90076.json deleted file mode 100644 index b814c538..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90076.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Black Hole Unit is a very efficient storage method that only accounts for one item. Is it better than a drawer tho?!", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:black_hole_unit" - }, - "name:8": "Black Hole Unit" - } - }, - "questID:3": 90076, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:black_hole_unit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90077.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90077.json deleted file mode 100644 index 721c4bb1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90077.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Alchemical chests are a fairly cheap but powerful storage option.", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:alchemical_chest" - }, - "name:8": "Alchemical Chest" - } - }, - "questID:3": 90077, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:alchemical_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90078.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90078.json deleted file mode 100644 index 2793c63a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90078.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo store unstackable items!", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "enderutilities:storage_0" - }, - "name:8": "Junk Storage Unit" - } - }, - "questID:3": 90078, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "enderutilities:storage_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90079.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90079.json deleted file mode 100644 index 03e0f86b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90079.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90056 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_giant_chest" - }, - "name:8": "Small Storage Crate" - } - }, - "questID:3": 90079, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_giant_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90080.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90080.json deleted file mode 100644 index cfe1ceb8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90080.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90079 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_giant_chest_medium" - }, - "name:8": "Medium Storage Crate" - } - }, - "questID:3": 90080, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_giant_chest_medium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90081.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90081.json deleted file mode 100644 index df1814cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90081.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90080 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_giant_chest_large" - }, - "name:8": "Large Storage Crate" - } - }, - "questID:3": 90081, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_giant_chest_large" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90082.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90082.json deleted file mode 100644 index 5d2b20af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90082.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCan be upgraded to increase its internal buffer. It can also accept holding.\n\nBase: 20 buckets\nHardened: 80 buckets\nReinforced: 180 buckets\nResonant: 500 buckets", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:tank", - "tag:10": { - "Level:1": 0, - "RSControl:1": 0 - } - }, - "name:8": "Portable Tank" - } - }, - "questID:3": 90082, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:tank", - "tag:10": { - "Level:1": 0, - "RSControl:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90083.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90083.json deleted file mode 100644 index eb2b48f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90083.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90085 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 8 buckets.", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:tank" - }, - "name:8": "Tank" - } - }, - "questID:3": 90083, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90084.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90084.json deleted file mode 100644 index aa5fb6b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90084.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 16 buckets.", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:tank" - }, - "name:8": "Tank" - } - }, - "questID:3": 90084, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90085.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90085.json deleted file mode 100644 index de4b590a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90085.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHere you can find all available options for storing fluids!\n\nAll options are good and viable, but some may be better suited for specific tasks.\n\nFor accessibility and convenience, fluid drawers are great!\n\nFor large amouts of fluids, black hole tanks are the best!\n\nFor early game high-capacity options, drums are awesome!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Fluid Storage" - } - }, - "questID:3": 90085, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90086.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90086.json deleted file mode 100644 index 21f2092e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90086.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 90084 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "railcraft:tank_iron_valve" - }, - "name:8": "Iron Tank" - } - }, - "questID:3": 90086, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "railcraft:glass" - }, - "1:10": { - "Count:3": 1, - "id:8": "railcraft:tank_iron_valve" - }, - "2:10": { - "Count:3": 1, - "id:8": "railcraft:tank_iron_wall" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90087.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90087.json deleted file mode 100644 index fff84f0e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90087.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 90086 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "railcraft:tank_steel_valve" - }, - "name:8": "Steel Tank" - } - }, - "questID:3": 90087, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "railcraft:glass" - }, - "1:10": { - "Count:3": 1, - "id:8": "railcraft:tank_steel_valve" - }, - "2:10": { - "Count:3": 1, - "id:8": "railcraft:tank_steel_wall" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90088.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90088.json deleted file mode 100644 index 06b1773e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90088.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90087 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Holds max int millibuckets.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:black_hole_tank" - }, - "name:8": "Black Hole Tank" - } - }, - "questID:3": 90088, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:black_hole_tank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90089.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90089.json deleted file mode 100644 index 4d3cf3ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90089.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 1000 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRequires ajacent blocks to be water to work faster!", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:device", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "RSControl:1": 0, - "SideCache:7": [ - 0, - 1, - 0, - 0, - 0, - 0 - ] - } - }, - "name:8": "Aqueous Accumulator" - } - }, - "questID:3": 90089, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:device", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "RSControl:1": 0, - "SideCache:7": [ - 0, - 1, - 0, - 0, - 0, - 0 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90090.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90090.json deleted file mode 100644 index 821db48c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90090.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1000 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:water_source" - }, - "name:8": "Infinite Water Source" - } - }, - "questID:3": 90090, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:water_source" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90091.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90091.json deleted file mode 100644 index 10527443..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90091.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 90083 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 16 buckets.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 16000, - "Empty:8": "" - } - } - } - }, - "name:8": "Fluid Tank" - } - }, - "questID:3": 90091, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 16000, - "Empty:8": "" - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90092.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90092.json deleted file mode 100644 index 4eccfc52..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90092.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 90091 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHolds 32 buckets.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 32000, - "Empty:8": "" - } - } - } - }, - "name:8": "Pressurized Fluid Tank" - } - }, - "questID:3": 90092, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:block_tank", - "tag:10": { - "enderio:data:10": { - "tank:10": { - "Capacity:3": 32000, - "Empty:8": "" - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90093.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90093.json deleted file mode 100644 index c55a40a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90093.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90090 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:water_source_compact" - }, - "name:8": "Compact Infinite Water Source" - } - }, - "questID:3": 90093, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:water_source_compact" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90094.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90094.json deleted file mode 100644 index 374cc216..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90094.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90090 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nuclearcraft:water_source_dense" - }, - "name:8": "Dense Infinite Water Source" - } - }, - "questID:3": 90094, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nuclearcraft:water_source_dense" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90095.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90095.json deleted file mode 100644 index fc3e856b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90095.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oXnet is a medium-power logistics tool.\n\nIt is the recommended way to manage passive automations of lots of different items coming in and out of machines.\n\nIt is much more performant than enderIO conduits for item transfer.\n\nXnet can also be used to mode energy, although the transfer rate may not be high enough for all applications.\n\nBecause of a bug with the mod, conduits are still better than Xnet for fluid automation.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Xnet" - } - }, - "questID:3": 90095, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:machine_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90096.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90096.json deleted file mode 100644 index dbe3d121..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90096.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 90103 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe thermal energy cell is the basic energy storage block. It can be upgraded into stronger versions using upgrade and conversion kits.", - "icon:10": { - "Count:3": 1, - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - }, - "name:8": "Energy Cell" - } - }, - "questID:3": 90096, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalexpansion:cell", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "Recv:3": 10000, - "Send:3": 10000, - "SideCache:7": [ - 2, - 1, - 1, - 1, - 1, - 1 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90097.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90097.json deleted file mode 100644 index 587bd0f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90097.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90096 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCapacitor banks can be assembled into multiblocks to increase their storage and transfer rate.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:block_cap_bank" - }, - "name:8": "Basic Capacitor Bank" - } - }, - "questID:3": 90097, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:block_cap_bank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90098.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90098.json deleted file mode 100644 index 3c374b73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90098.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90097 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:block_cap_bank" - }, - "name:8": "Capacitor Bank" - } - }, - "questID:3": 90098, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:block_cap_bank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90099.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90099.json deleted file mode 100644 index d39244c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90099.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90098 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:block_cap_bank" - }, - "name:8": "Vibrant Capacitor Bank" - } - }, - "questID:3": 90099, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderio:block_cap_bank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90100.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90100.json deleted file mode 100644 index 6a4cad41..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90100.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90101, - 90099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe draconic energy core is part of a multiblock that stores energy.\n\nYou can activate a multiblock preview after placing down the energy core.\n\nAll tiers but the max are craftable (with some effort) in chapter 2!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "draconicevolution:particle_generator" - }, - "name:8": "Draconic Energy Core " - } - }, - "questID:3": 90100, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_storage_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90101.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90101.json deleted file mode 100644 index 76ab0462..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90101.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90102 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:high_voltage_su" - }, - "name:8": "MFSU" - } - }, - "questID:3": 90101, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:high_voltage_su" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90102.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90102.json deleted file mode 100644 index 457a1e49..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90102.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90096 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:medium_voltage_su" - }, - "name:8": "MFE" - } - }, - "questID:3": 90102, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:medium_voltage_su" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90103.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90103.json deleted file mode 100644 index 52ae3e56..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90103.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFor long term, the draconic energy orb is the best option, and it is craftable in chapter 2.\n\nUntil then, large stacks of vibrant capacitor banks will do the trick!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Energy Storage" - } - }, - "questID:3": 90103, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90104.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90104.json deleted file mode 100644 index e44b7720..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90104.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o5x5x5", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "compactmachines3:machine" - }, - "name:8": "Small Compact Machine" - } - }, - "questID:3": 90104, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90105.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90105.json deleted file mode 100644 index 1b517821..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90105.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o3x3x3", - "icon:10": { - "Count:3": 1, - "id:8": "compactmachines3:machine" - }, - "name:8": "Tiny Compact Machine" - } - }, - "questID:3": 90105, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90106.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90106.json deleted file mode 100644 index 0408efc9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90106.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Compact Storage" - } - }, - "questID:3": 90106, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "compactmachines3:psd" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "nuclearcraft:compound" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90107.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90107.json deleted file mode 100644 index d15f7de3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90107.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o7x7x7", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "compactmachines3:machine" - }, - "name:8": "Normal Compact Machine" - } - }, - "questID:3": 90107, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90108.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90108.json deleted file mode 100644 index e2d8455d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90108.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o9x9x9 (perfection)", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "compactmachines3:machine" - }, - "name:8": "Large Compact Machine" - } - }, - "questID:3": 90108, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90109.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90109.json deleted file mode 100644 index f5d9444b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90109.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o11x11x11", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "compactmachines3:machine" - }, - "name:8": "Giant Compact Machine" - } - }, - "questID:3": 90109, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90110.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90110.json deleted file mode 100644 index bd3b56ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90110.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEvery Xnet system requires a controller, a connector for each inventory you want to interact with, and network cables to connect them.\n\nThe controller requires power, which should come from an external source (flux point my beloved). Do not power your Xnet controller with an Xnet connector, it will cause lag.\n\nFor conduits and ducts, each individual connection is handled independently. For Xnet, each connection to other inventories in handled by the controller GUI. \n\nAll inventories that have connectors and valid network cable connections will show up on the controller. You can double click an inventory to see its location in-world.\n\nA single Xnet setup can do up to 8 functions at the same time, described by 8 channels, corresponding to the columns in the GUI.\n\nEach channel can be configured to do:\n\nEnergy transfer: set individual inventories as energy inputs or outputs, useful for powering single-block machines that also need item automation.\n\nItem transfer: set individual inventories as inputs or outputs of specific filtered or general items; you can specify what sides to interact with for sided machines like furnaces.\n\nLogic (redstone): you can add sensors (produce redstone if chest has over X amount of item A); additionally, both item and energy channels can receive logic signals to turn on/off their function (move item B if receiving redstone signal); logic (redstone) channels can be colored as well to operate independently.\n\nFluid transfer: it\u0027s bugged, don\u0027t use it\n\nRFTools: combined with the storage interface from RFTools, you can make mini AE2 networks.\n\nComputerCraft Plethora: you can interact with computers.\n\n\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:controller" - }, - "name:8": "Controller" - } - }, - "questID:3": 90110, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90111.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90111.json deleted file mode 100644 index 6959ca02..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90111.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEvery Xnet system requires a controller, a connector for each inventory you want to interact with, and network cables to connect them.\n\nLike cables, connectors can be dyed to allow for different setups next to each other.\n\nConnectors are placed on a side of inventories and machines, but they can interact with any side. So you can extract from the bottom while the connector is on the top (if you have to work with sided machines). This can be specified in the controller GUI.", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:connector" - }, - "name:8": "Connector" - } - }, - "questID:3": 90111, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:connector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90112.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90112.json deleted file mode 100644 index 72d3c169..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90112.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:advanced_connector", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.advanced_connector_blue.name" - } - } - }, - "name:8": "Advanced Connector" - } - }, - "questID:3": 90112, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:advanced_connector" - }, - "1:10": { - "Count:3": 1, - "id:8": "xnet:connector_upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90113.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90113.json deleted file mode 100644 index a75df451..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90113.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEvery Xnet system requires a controller, a connector for each inventory you want to interact with, and network cables to connect them.\n\nCables can be colored if you want to have different Xnet setups next to each other.", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.netcable_blue.name" - } - } - }, - "name:8": "Network Cable" - } - }, - "questID:3": 90113, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:netcable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90114.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90114.json deleted file mode 100644 index 83cc15b4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90114.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRouting cables and connectors are used to link routers to each other, if for some reason you need even more channels to interact between each other.\n\nRouters connected by routing cables and connectors will work the same way, but using the right side of the GUI as well.\n\nBoth local (left) and remote (right) channels can interact with each other, and be unified, as long as they have the same label in the router GUI.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.netcable_routing.name" - } - } - }, - "name:8": "Routing Network Cable" - } - }, - "questID:3": 90114, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.netcable_routing.name" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "xnet:connector", - "tag:10": { - "display:10": { - "LocName:8": "tile.xnet.connector_routing.name" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90115.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90115.json deleted file mode 100644 index fa754321..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90115.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA router can be used to share functionality between different Xnet setups.\n\nIf multiple different Xnet setups are connected to the same router, individual channels can be unified between them.\n\nThe left side of the router GUI lists all channels in all Xnet setups attached to the router. If two channels are given the same label in the router, they will start acting as the same channel, split between different Xnet controllers.", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:router" - }, - "name:8": "Router" - } - }, - "questID:3": 90115, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:router" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90116.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90116.json deleted file mode 100644 index ec44a4d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90116.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 90095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWireless routers and antennas can be used instead of multiple routers being connected by routing cables, if you want to connect Xnet setups, and share channels, wirelessly.\n\nThey work like regular routers, but they need energy.\n\nThe antenna base is placed on top of the wireless router.\n\nRegular antennas can be placed on top of the antenna base for short distance connections.\n\nAntenna dishes are used for large distance connections instead of antennas.", - "icon:10": { - "Count:3": 1, - "id:8": "xnet:wireless_router" - }, - "name:8": "Wireless Router" - } - }, - "questID:3": 90116, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xnet:wireless_router" - }, - "1:10": { - "Count:3": 1, - "id:8": "xnet:antenna_base" - }, - "2:10": { - "Count:3": 1, - "id:8": "xnet:antenna" - }, - "3:10": { - "Count:3": 1, - "id:8": "xnet:antenna_dish" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90117.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90117.json deleted file mode 100644 index a5c541b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90117.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_1024k", - "tag:10": {} - }, - "name:8": "1024k ME Storage Cell" - } - }, - "questID:3": 90117, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_1024k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_fluid_1024k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90118.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90118.json deleted file mode 100644 index 8d108b7b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90118.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_256k", - "tag:10": {} - }, - "name:8": "256k ME Storage Cell" - } - }, - "questID:3": 90118, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_256k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_fluid_256k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90119.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90119.json deleted file mode 100644 index 8a2dd3d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90119.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_4096k", - "tag:10": {} - }, - "name:8": "4096k ME Storage Cell" - } - }, - "questID:3": 90119, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_4096k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_fluid_4096k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90120.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90120.json deleted file mode 100644 index 4555e81e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90120.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_16384k", - "tag:10": {} - }, - "name:8": "16384k ME Storage Cell" - } - }, - "questID:3": 90120, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_16384k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:storage_cell_fluid_16384k", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90121.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90121.json deleted file mode 100644 index 630841c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90121.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_64k", - "tag:10": {} - }, - "name:8": "64k ME Storage Cell" - } - }, - "questID:3": 90121, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_64k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_storage_cell_64k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_cell_64k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90122.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90122.json deleted file mode 100644 index 0110f422..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90122.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpeeds up import and export buses item transfer rate.", - "icon:10": { - "Count:3": 1, - "Damage:2": 30, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Acceleration Card" - } - }, - "questID:3": 90122, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 30, - "id:8": "appliedenergistics2:material" - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90123.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90123.json deleted file mode 100644 index 2acea2d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90123.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 26, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Redstone Card" - } - }, - "questID:3": 90123, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 26, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90124.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90124.json deleted file mode 100644 index 7ff456bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90124.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAdds more pattern slots to ME interfaces!", - "icon:10": { - "Count:3": 1, - "Damage:2": 58, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Pattern Expansion Card" - } - }, - "questID:3": 90124, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 58, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90125.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90125.json deleted file mode 100644 index 16bb1329..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90125.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTurns the whitelist in export and import buses into a blacklist.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Inverter Card" - } - }, - "questID:3": 90125, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90126.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90126.json deleted file mode 100644 index cd4360a2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90126.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe fuzzy card adds the ability to move multiple variants of an item (EG different copper ingots) through a bus.", - "icon:10": { - "Count:3": 1, - "Damage:2": 29, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Fuzzy Card" - } - }, - "questID:3": 90126, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 29, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90127.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90127.json deleted file mode 100644 index aeb5430e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90127.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oToggle busses can be used to connect or disconnect a section of a AE2 network using redstone.", - "icon:10": { - "Count:3": 1, - "Damage:2": 80, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Toggle Bus" - } - }, - "questID:3": 90127, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 80, - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 100, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90128.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90128.json deleted file mode 100644 index 776e85f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90128.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe level emitter can be configured to output a signal whenever the quantity of a given item is above or below a threshold. \nCrafting cards can be added to make the level emitter produce a redstone signal whenever an item is being crafted.", - "icon:10": { - "Count:3": 1, - "Damage:2": 280, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Level Emitter" - } - }, - "questID:3": 90128, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 280, - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 281, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90129.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90129.json deleted file mode 100644 index 5fb67655..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90129.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90130 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe energy acceptor is used to input energy into a basic (8 channels) AE2 network. \nFor larger numbers of channels, the ME controller should be used.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:energy_acceptor" - }, - "name:8": "Energy Acceptor" - } - }, - "questID:3": 90129, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:energy_acceptor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90130.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90130.json deleted file mode 100644 index 71f66573..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90130.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oApplied Energistics is a high-capability logistics mod.\n\nAlone, it can manage a large part of your base, including item storage, autocrafting, and managing passive automations externally.\n\nExpect to build a massive AE2 network, and likely a ton of small ones too!\n\nThe following quests show all tools available in this complex but powerful mod!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Base Management" - } - }, - "questID:3": 90130, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90131.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90131.json deleted file mode 100644 index 4a9aef12..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90131.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90129 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ME controller is the heart of every AE2 system.\nEach controller can output 8 (basic) to 32 (dense) channels from each side, depending on the tipe of ME cable used.\nOnly one controller is allowed for a given network. Multiple controllers can be combined to form multiblocks. ", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:controller" - }, - "name:8": "ME Controller" - } - }, - "questID:3": 90131, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90132.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90132.json deleted file mode 100644 index 902b2e95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90132.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oME storage busses use one channel to connect to an inventory. Any items contained in the inventory will become part of the network, and can be seen in the terminals.\n\nExtract only mode makes it so you can see the storage in your terminal, but the network will not store new items into the storage.\n\nInsert only mode makes it so you will not be able to see the storage in your terminal, but it will force the network to move items into the storage.", - "icon:10": { - "Count:3": 1, - "Damage:2": 220, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Storage Bus" - } - }, - "questID:3": 90132, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 220, - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 221, - "id:8": "appliedenergistics2:part" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90133.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90133.json deleted file mode 100644 index 346da12b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90133.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe use of this bus is discouraged!\n\nThe crafting card can be added to interfaces and export buses to force craft an item if it\u0027s not present in storage.", - "icon:10": { - "Count:3": 1, - "Damage:2": 53, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Crafting Card" - } - }, - "questID:3": 90133, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 53, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90134.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90134.json deleted file mode 100644 index 7eb2cc21..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90134.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1229 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIncreases the number of configurable slots in export, import, and storage buses.", - "icon:10": { - "Count:3": 1, - "Damage:2": 27, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Capacity Card" - } - }, - "questID:3": 90134, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 27, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90135.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90135.json deleted file mode 100644 index 10316e57..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90135.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_16k", - "tag:10": {} - }, - "name:8": "16k ME Storage Cell" - } - }, - "questID:3": 90135, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_16k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_storage_cell_16k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_cell_16k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90136.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90136.json deleted file mode 100644 index b2903cd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90136.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_4k", - "tag:10": {} - }, - "name:8": "4k ME Storage Cell" - } - }, - "questID:3": 90136, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_4k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_storage_cell_4k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_cell_4k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90137.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90137.json deleted file mode 100644 index b5ffb73b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90137.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ME dual interface can store patters for recipes that contain both items and fluids.\n\nFluids will have to be moved with conduits or other fluid transport.", - "icon:10": { - "Count:3": 1, - "id:8": "ae2fc:dual_interface" - }, - "name:8": "ME Dual Interface" - } - }, - "questID:3": 90137, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2fc:dual_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90138.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90138.json deleted file mode 100644 index 40bb20d5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90138.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe automation interface is not recommended for autocrafting, but it is a cheap option.\n\nUsing package crafters is recommended!\n\nPlace the automation upgrade on top of any extended crafting table to encode a single recipe for automation.\n\nIf placed adjacent to an unpackager that has been configured with the same recipe (you will need a packager too), the recipe can be automated similarly.", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:interface" - }, - "name:8": "Automation Interface" - } - }, - "questID:3": 90138, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90139.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90139.json deleted file mode 100644 index 983785ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90139.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe package crafters for each extended crafting table are placed around an unpackager, and they work like molecular assemblers for extended recipes.\n\nYou can place multiple package crafters around an unpackager (up to six) to parallelize recipes and faster processing.\n\nSince each packager/unpckager pair holds up to 20 recipes, you can have setups that handle 20 recipes for each table.\n", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:basic_crafter" - }, - "name:8": "Package Crafter" - } - }, - "questID:3": 90139, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:basic_crafter" - }, - "1:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:advanced_crafter" - }, - "2:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:elite_crafter" - }, - "3:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:ultimate_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90140.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90140.json deleted file mode 100644 index 19d31346..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90140.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlace the ender package crafter next to a properly configured unpackager to autocraft with it!\n\nThe more ender alternators you place around the crafter (you need at least one), the faster it will craft!", - "icon:10": { - "Count:3": 1, - "id:8": "extendedcrafting:ender_crafter" - }, - "name:8": "Ender Package Crafter" - } - }, - "questID:3": 90140, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extendedcrafting:ender_crafter" - }, - "1:10": { - "Count:3": 1, - "id:8": "extendedcrafting:ender_alternator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90141.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90141.json deleted file mode 100644 index ad1e1214..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90141.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oME glass cables are the simplest way to transfer channels to make a AE2 network. \nThey can carry up to 8 channels, but they do not display how many are currently used.\n\nIn general, you should use smart cables instead!", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Glass Cable - Fluix" - } - }, - "questID:3": 90141, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90142.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90142.json deleted file mode 100644 index 7e4aba80..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90142.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSmart cables can carry up to 8 channels, and they display how many are being used.", - "icon:10": { - "Count:3": 1, - "Damage:2": 56, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Smart Cable - Fluix" - } - }, - "questID:3": 90142, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 56, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90143.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90143.json deleted file mode 100644 index 37d6cde6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90143.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ME drive is used to store storage cells.\n\nStorage cells are like chests that contain items/fluids.\n\nEach cell stores 63 different stacks, and a certain amount of items depending on the tier.\n\nThe following quests list all tiers of cells!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:drive" - }, - "name:8": "ME Drive" - } - }, - "questID:3": 90143, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:drive" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90144.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90144.json deleted file mode 100644 index 656edd5c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90144.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDense cables carry up to 32 channels, and they display how many are in use.", - "icon:10": { - "Count:3": 1, - "Damage:2": 76, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Dense Smart Cable - Fluix" - } - }, - "questID:3": 90144, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 76, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90145.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90145.json deleted file mode 100644 index 67fdbb68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90145.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSmart cables that can fit in the same block space as other conduits.\n\nGood for compactness!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_me_conduit" - }, - "name:8": "ME Conduit" - } - }, - "questID:3": 90145, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_me_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90146.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90146.json deleted file mode 100644 index 5efc64ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90146.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1221 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDense cables that can fit in the same block space as other conduits.\n\nGood for compactness!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_me_conduit" - }, - "name:8": "Dense ME Conduit" - } - }, - "questID:3": 90146, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_me_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90149.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90149.json deleted file mode 100644 index 77ee53c4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90149.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNormally, when working with patterns for \u0027normal\u0027 recipes, you just need one interface.\nTo encode these recipes, you need two blocks! \n\nThe packager is the first! You should put your first package recipe holder in a packager.\n\nThese can be placed anywhere in your AE2 network, but for organization it\u0027s a good idea to put them close to their respective unpackager.", - "icon:10": { - "Count:3": 1, - "id:8": "packagedauto:encoder" - }, - "name:8": "Packager" - } - }, - "questID:3": 90149, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedauto:packager" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90150.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90150.json deleted file mode 100644 index fa518d2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90150.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou should use a packager/unpackager pair. Place the combination package crafter adjacent to the unpackager.\n\nTo perform recipes, the package combination crafters needs marked pedestals around it, one for each individual item!", - "icon:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:combination_crafter" - }, - "name:8": "Combination Package Crafter" - } - }, - "questID:3": 90150, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:combination_crafter" - }, - "1:10": { - "Count:3": 1, - "id:8": "packagedexcrafting:marked_pedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90151.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90151.json deleted file mode 100644 index c67b6573..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90151.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like a molecular assembler, where inputs such as filled buckets will be treated directly as fluids.", - "icon:10": { - "Count:3": 1, - "id:8": "extracells:fluidcrafter" - }, - "name:8": "ME Fluid Assembler" - } - }, - "questID:3": 90151, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extracells:fluidcrafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90152.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90152.json deleted file mode 100644 index dc0f47c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90152.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1233 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe fluid interface lets you encode processing recipes with fluid inputs and outputs!\n\nPlace a pattern into the interface to add the recipe to they network.\n\nWith some machines, you may need to use conduits or other pipes to extract and insert!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_interface" - }, - "name:8": "ME Fluid Interface" - } - }, - "questID:3": 90152, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90153.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90153.json deleted file mode 100644 index 68bfe319..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90153.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1232 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe interface has two functions, see the section on network I/O for an explanation on the other functionality.\n\nThe slots at the bottom on an interface GUI can be used to store patterns. Each pattern encodes a recipe or processing step.\n\nIf the interface is touching a molecular assembler, it will perform a crafting recipe.\n\nIf the interface is next to a machine (furnace, pulverizer, chest, etc) it will perform a processing recipe.\n\nSome machines don\u0027t auto output, so you will have to use conduits or other transfer pipes to put machine outputs back into the interface.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:interface" - }, - "name:8": "ME Interface" - } - }, - "questID:3": 90153, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:interface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90154.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90154.json deleted file mode 100644 index 10136f42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90154.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1237 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo encode recipes that have more than 9 inputs at once, you cannot use the pattern terminal. Instead, you should use the package recipe encoder to set package recipe holders (these are your patterns).\n\nFor each set of recipes, you should encode TWO recipe holders. Each recipe holder can do up to 20 recipes, categorized as processing, and as each of the extended crafting mechanics.\n\nTo encode a recipe, you can do it similarly to how a pattern terminal works! The plus sign in JEI will work!\n\nYou should NOT encode multiple recipe types (processing, basic table, etc) on the same recipe holder pair!\n\nMake sure you save your recipe holders!\n", - "icon:10": { - "Count:3": 1, - "id:8": "packagedauto:recipe_holder" - }, - "name:8": "Package Recipes" - } - }, - "questID:3": 90154, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "packagedauto:recipe_holder" - }, - "1:10": { - "Count:3": 1, - "id:8": "packagedauto:encoder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90155.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90155.json deleted file mode 100644 index ab8e2200..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90155.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1232 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPatters are used to store crafting and processing recipes so that your AE2 network can autocraft!\n\nPatterns are encoded in the pattern terminal (any type).\n\nTo perform a recipe, place a pattern into an interface. If this is set up correctly, you will be able to requiest automatic crafting of items from your crafting terminal!\n\nIf the interface is touching a molecular assembler, it will perform a crafting recipe.\n\nIf the interface is next to a machine (furnace, pulverizer, chest, etc) it will perform a processing recipe.", - "icon:10": { - "Count:3": 1, - "Damage:2": 52, - "id:8": "appliedenergistics2:material" - }, - "name:8": "Blank Pattern" - } - }, - "questID:3": 90155, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 52, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90156.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90156.json deleted file mode 100644 index d4f29589..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90156.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1232 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMolecular assemblers are used to perform crafting recipes.\n\nThe more molecular assemblers are touching an interface, the faster it will craft.\n\nAcceleration cards can be used on molecular assemblers!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:molecular_assembler" - }, - "name:8": "Molecular Assembler" - } - }, - "questID:3": 90156, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:molecular_assembler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90157.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90157.json deleted file mode 100644 index e98c61e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90157.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1236 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_1k", - "tag:10": {} - }, - "name:8": "1k ME Storage Cell" - } - }, - "questID:3": 90157, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:storage_cell_1k", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:fluid_storage_cell_1k", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_cell_1k", - "tag:10": { - "filter:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90158.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90158.json deleted file mode 100644 index cf62e2ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90158.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe import buses are used to input items from external inventories into your AE2 network.", - "icon:10": { - "Count:3": 1, - "Damage:2": 240, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Import Bus" - } - }, - "questID:3": 90158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 240, - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 241, - "id:8": "appliedenergistics2:part" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_import" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90159.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90159.json deleted file mode 100644 index f573d32d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90159.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 1227 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe export buses are used to move items/fluids/essentia from the AE2 network to external inventories.\n\nAn export bus pointing into a chest will put items into the chest.", - "icon:10": { - "Count:3": 1, - "Damage:2": 260, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Export Bus" - } - }, - "questID:3": 90159, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 260, - "id:8": "appliedenergistics2:part" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 261, - "id:8": "appliedenergistics2:part" - }, - "2:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_export" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90161.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90161.json deleted file mode 100644 index 93afb682..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90161.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrafting storage lets you store the information for a given autocrafting task, the bigger the crafting storage, the bigger the craft.\n\nMultiple storages can be stacked in a crafting processing unit.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_1k" - }, - "name:8": "1k Crafting Storage" - } - }, - "questID:3": 90161, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_1k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90162.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90162.json deleted file mode 100644 index 70a0cf71..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90162.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCo-Processing units let you parallelize some of the intermediate steps in crafting recipes!\n\nThe more co-processing units, the more parallelization.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_accelerator" - }, - "name:8": "Crafting Co-Processing Unit" - } - }, - "questID:3": 90162, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_accelerator" - }, - "1:10": { - "Count:3": 1, - "id:8": "nae2:coprocessor_4x" - }, - "2:10": { - "Count:3": 1, - "id:8": "nae2:coprocessor_16x" - }, - "3:10": { - "Count:3": 1, - "id:8": "nae2:coprocessor_64x" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90163.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90163.json deleted file mode 100644 index 9a322cfe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90163.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_4k" - }, - "name:8": "4k Crafting Storage" - } - }, - "questID:3": 90163, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_4k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90164.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90164.json deleted file mode 100644 index 4b2e1490..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90164.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_16k" - }, - "name:8": "16k Crafting Storage" - } - }, - "questID:3": 90164, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_16k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90165.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90165.json deleted file mode 100644 index 0077c2c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90165.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_64k" - }, - "name:8": "64k Crafting Storage" - } - }, - "questID:3": 90165, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:crafting_storage_64k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90166.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90166.json deleted file mode 100644 index 027a4b9d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90166.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_256k" - }, - "name:8": "256k Crafting Storage" - } - }, - "questID:3": 90166, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_256k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90167.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90167.json deleted file mode 100644 index ee29e820..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90167.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_1024k" - }, - "name:8": "1024k Crafting Storage" - } - }, - "questID:3": 90167, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_1024k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90168.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90168.json deleted file mode 100644 index 8b9e7e71..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90168.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_4096k" - }, - "name:8": "4096k Crafting Storage" - } - }, - "questID:3": 90168, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_4096k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90169.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90169.json deleted file mode 100644 index d1521cfb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90169.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1231 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_16384k" - }, - "name:8": "16384k Crafting Storage" - } - }, - "questID:3": 90169, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "nae2:storage_crafting_16384k" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90170.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90170.json deleted file mode 100644 index 3d891d55..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90170.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90191 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 16384, - "id:8": "computercraft:computer" - }, - "name:8": "Advanced Computer" - } - }, - "questID:3": 90170, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16384, - "id:8": "computercraft:computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90171.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90171.json deleted file mode 100644 index 05c43f4b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90171.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 1228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo access your AE2 network wirelessly, you will first need a security terminal and a wireless access point.\n\nThe security terminal is for linking your wireless terminal to a network. Simply insert your wireless terminal and take it right back out. The wireless access point is for extending the range of your wireless terminal. \n\nBy default, there is a 16 block range, but this can be increased by giving the wireless access point booster cards. This will exponentially increase both the range and the power consumption of the device. The maximum is 64 booster cards for a range of 544 blocks and 8.21 kRF per tick.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_access_point" - }, - "name:8": "ME Wireless Access Point" - } - }, - "questID:3": 90171, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:wireless_access_point" - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:security_station" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 42, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90173.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90173.json deleted file mode 100644 index b9b9e904..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90173.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1222 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSmall energy cell.", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:energy_cell", - "tag:10": { - "internalCurrentPower:6": 200000.0, - "internalMaxPower:6": 200000.0 - } - }, - "name:8": "Energy Cell" - } - }, - "questID:3": 90173, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:energy_cell", - "tag:10": { - "internalCurrentPower:6": 200000.0, - "internalMaxPower:6": 200000.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90174.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90174.json deleted file mode 100644 index 10810149..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90174.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBig energy cell!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:dense_energy_cell", - "tag:10": {} - }, - "name:8": "Dense Energy Cell" - } - }, - "questID:3": 90174, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:dense_energy_cell", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90175.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90175.json deleted file mode 100644 index 5b12746d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90175.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 90174 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProvides infinite energy to your AE2 network.\n\nIf you have this, you won\u0027t need to give power to your controllers and energy acceptors!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:creative_energy_cell" - }, - "name:8": "Creative Energy Cell" - } - }, - "questID:3": 90175, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:creative_energy_cell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90176.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90176.json deleted file mode 100644 index dec24618..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90176.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe crafting terminal has a crafting table that lets you access your entire storage system with JEI + sign compatibility!\n\nYou can import recipes from JEI. If an item shows as blue in the JEI recipe preview, you can middle click on it to automatically autocraft it!\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 360, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Crafting Terminal" - } - }, - "questID:3": 90176, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 360, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90177.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90177.json deleted file mode 100644 index a83a20ea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90177.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe fluid terminal lets you access all fluids stored in your AE2 storage system.\n\nUse buckets and other fluid storage to extract fluids from the terminal!\n\nWARNING: if you plan to manage fluids with AE2, you should use a subnet to store and move fluids, and prevent access from the main network. This will reduce lag by a lot!", - "icon:10": { - "Count:3": 1, - "Damage:2": 520, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Fluid Terminal" - } - }, - "questID:3": 90177, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 520, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90178.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90178.json deleted file mode 100644 index 08ef49da..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90178.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe interface terminal lets you access all of the interfaces in your ME network.\n\nYou can use this terminal to place patterns into interfaces!\n\nIf you name your interfaces, you can search them by name!", - "icon:10": { - "Count:3": 1, - "Damage:2": 480, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Interface Terminal" - } - }, - "questID:3": 90178, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 480, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90179.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90179.json deleted file mode 100644 index 8e169426..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90179.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like the crafting terminal, but it\u0027s an arcane workbench!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:arcane_terminal" - }, - "name:8": "Arcane Crafting Terminal" - } - }, - "questID:3": 90179, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:arcane_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90180.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90180.json deleted file mode 100644 index b2068b16..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90180.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe essentia terminal lets you see all the thaumcraft essentia stored in your AE2 storage system.\n\nUse phials to extract essentia from the terminal!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_terminal" - }, - "name:8": "ME Essentia Terminal" - } - }, - "questID:3": 90180, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:essentia_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90182.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90182.json deleted file mode 100644 index c4d97b8f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90182.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 521, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Interface Configuration Terminal" - } - }, - "questID:3": 90182, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 521, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90183.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90183.json deleted file mode 100644 index 6da09751..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90183.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like the pattern terminal, but can encode recipes with fluids as well!\n\nYou should have both a fluid pattern terminal and a pattern terminal!", - "icon:10": { - "Count:3": 1, - "id:8": "ae2fc:part_fluid_pattern_terminal" - }, - "name:8": "ME Fluid Pattern Terminal" - } - }, - "questID:3": 90183, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2fc:part_fluid_pattern_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90184.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90184.json deleted file mode 100644 index 33b64f07..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90184.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe ME pattern terminal lets you encode recipes into patterns for autocrafting.\n\nPatterns have two modes: \u0027Crafting Pattern\u0027 works for molecular assembler recipes, \u0027Processing Pattern\u0027 mode works for any interface-machine interaction!\n\nPress R on an item in JEI to add it as a recipe. Click and drag items in JEI to add them as recipes manually!", - "icon:10": { - "Count:3": 1, - "Damage:2": 340, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Pattern Terminal" - } - }, - "questID:3": 90184, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 340, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90185.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90185.json deleted file mode 100644 index 3b2e8934..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90185.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1226 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe extended processing pattern terminal works like a pattern terminal, but has 16 inputs and 3 output slots!", - "icon:10": { - "Count:3": 1, - "Damage:2": 341, - "id:8": "appliedenergistics2:part" - }, - "name:8": "ME Extended Processing Pattern Terminal" - } - }, - "questID:3": 90185, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 341, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90186.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90186.json deleted file mode 100644 index 7b6cb855..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90186.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWireless connectors are a lower-scale version of the quantum bridge. \n\nThey have a very high energy cost, growing quadratically with distance. They will not work across dimensions.\n\nOnly one network requires power for both to function.\n\nUse the setup kit to link two connectors together.\n\n§7§oThanks to Fox and StaffiX for the help!", - "icon:10": { - "Count:3": 1, - "id:8": "ae2stuff:wireless" - }, - "name:8": "Wireless Connector" - } - }, - "questID:3": 90186, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ae2stuff:wireless" - }, - "1:10": { - "Count:3": 1, - "id:8": "ae2stuff:wireless_kit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90187.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90187.json deleted file mode 100644 index c2494a78..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90187.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 1228 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe quantum bridge is a multiblock that allows you to do two things: \n\nTransfer 32 channels wirelessly over infinite distances and between dimensions.\nObtain a pair of entangled singularties and a pair of quantum bridges that you would like to connect. Place an entangled singularity in each quantum bridge to link them.\nBoth sides of the connection should have a power input, either from the Controller or from an Energy Acceptor, and both should have at least one Energy Cell.\nYou can use these to run p2p subnets, but they may misbehave depending on the complexity of your subnet.\n\nInfinitely expand the range of your wireless terminals.\nConnect a quantum bridge to the network which you would like to access wirelessly. Insert the quantum link card into the quantum bridge. Note that this will prevent you from inserting an entangled singularity because a quantum bridge can only have one function at a time. This also replaces the need for a wireless access point.\n\nThanks to Fox for the Help!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:quantum_ring" - }, - "name:8": "ME Quantum Ring" - } - }, - "questID:3": 90187, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "id:8": "appliedenergistics2:quantum_ring" - }, - "1:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:quantum_link" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "ignoreNBT:1": 1, - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 48, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90188.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90188.json deleted file mode 100644 index e8e87acc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90188.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 460, - "id:8": "appliedenergistics2:part" - }, - "name:8": "P2P Tunnel - ME" - } - }, - "questID:3": 90188, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 460, - "id:8": "appliedenergistics2:part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90189.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90189.json deleted file mode 100644 index 2c1d6f2e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90189.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90131 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe network tool lets you see how many components are connected to your AE2 network, and how much power it needs to run!\n\nRight click an ME controller!", - "icon:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:network_tool" - }, - "name:8": "Network Tool" - } - }, - "questID:3": 90189, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "appliedenergistics2:network_tool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90190.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90190.json deleted file mode 100644 index a37c4435..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90190.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90191 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "computercraft:peripheral" - }, - "name:8": "Advanced Monitor" - } - }, - "questID:3": 90190, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "computercraft:peripheral" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90191.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90191.json deleted file mode 100644 index d2f9aec3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90191.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90192 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "computercraft:computer" - }, - "name:8": "Computer" - } - }, - "questID:3": 90191, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "computercraft:computer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90192.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90192.json deleted file mode 100644 index b9e49252..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90192.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Computers!" - } - }, - "questID:3": 90192, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "paneGlass", - "id:8": "minecraft:glass_pane" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90193.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90193.json deleted file mode 100644 index 40ca6d73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90193.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90191 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "computercraft:turtle_expanded", - "tag:10": {} - }, - "name:8": "Turtle" - } - }, - "questID:3": 90193, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "computercraft:turtle_expanded", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90194.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90194.json deleted file mode 100644 index b03e92fb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90194.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90193 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "computercraft:turtle_advanced", - "tag:10": {} - }, - "name:8": "Advanced Turtle" - } - }, - "questID:3": 90194, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "computercraft:turtle_advanced", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90195.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90195.json deleted file mode 100644 index 53092f96..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90195.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oScans the blockspace adjacent to the red circle.\n\nProduces a redstone signal if the block type in that space matches the target one.\n\nThe target is set by clicking \u0027set to current block\u0027.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:scanner" - }, - "name:8": "Scanner" - } - }, - "questID:3": 90195, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:scanner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90196.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90196.json deleted file mode 100644 index eaaf16d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90196.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese are machines that can be used to iteract with the world!\n\nThe mechanical user is the most versatile and customizable clicker!\n\nThe ranged collector is the best vacuum hopper for performance!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Interaction Machines" - } - }, - "questID:3": 90196, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90197.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90197.json deleted file mode 100644 index f9eda1f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90197.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSimulates various types of player clicks.\n\nYou can cycle through the clicking type, left or right click, and what slot to use to perform the click.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:user" - }, - "name:8": "Mechanical User" - } - }, - "questID:3": 90197, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:user" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90198.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90198.json deleted file mode 100644 index a7669735..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90198.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomatically places blocks from its internal buffer.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_placer" - }, - "name:8": "Auto-Placer" - } - }, - "questID:3": 90198, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90199.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90199.json deleted file mode 100644 index 2b9c4dd7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90199.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlaces blocks into a specific block space at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_placer" - }, - "name:8": "Phantom Placer" - } - }, - "questID:3": 90199, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90200.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90200.json deleted file mode 100644 index 60a3e06c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90200.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomatically breaks blocks and places them in its internal buffer.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_breaker" - }, - "name:8": "Auto-Breaker" - } - }, - "questID:3": 90200, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_breaker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90201.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90201.json deleted file mode 100644 index d4dacbc8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90201.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_directional_breaker" - }, - "name:8": "Long-Range Breaker" - } - }, - "questID:3": 90201, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_directional_breaker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90202.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90202.json deleted file mode 100644 index 14d81fdd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90202.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBreaks blocks into a specific block space at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_breaker" - }, - "name:8": "Phantom Breaker" - } - }, - "questID:3": 90202, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_breaker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90203.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90203.json deleted file mode 100644 index ab6a562b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90203.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrops items vertically in an exact straight line.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_dropper" - }, - "name:8": "Automatic Precision Dropper" - } - }, - "questID:3": 90203, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_dropper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90204.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90204.json deleted file mode 100644 index 752cc8f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90204.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCounts entities of the specified type within the specified range, outputs a redstone signal accordingly.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:entity_detector" - }, - "name:8": "Entity Detector" - } - }, - "questID:3": 90204, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:entity_detector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90205.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90205.json deleted file mode 100644 index 51803596..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90205.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCounts entities of the specified type (including specific items) within the specified range, outputs a redstone signal accordingly.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:entity_detector" - }, - "name:8": "Advanced Entity Detector" - } - }, - "questID:3": 90205, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:entity_detector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90206.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90206.json deleted file mode 100644 index 680dba37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90206.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBind to an inventory to allow item I/O at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantomface" - }, - "name:8": "Phantomface" - } - }, - "questID:3": 90206, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantomface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90207.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90207.json deleted file mode 100644 index fba59076..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90207.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBind to a blockspace to receive redstone inputs at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_redstoneface" - }, - "name:8": "Phantom Redstoneface" - } - }, - "questID:3": 90207, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_redstoneface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90208.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90208.json deleted file mode 100644 index 625a8049..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90208.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBind to an inventory to allow fliod I/O at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_liquiface" - }, - "name:8": "Phantom Liquiface" - } - }, - "questID:3": 90208, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_liquiface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90209.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90209.json deleted file mode 100644 index c1e7b92d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90209.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBind to an inventory to allow energy I/O at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_energyface" - }, - "name:8": "Phantom Energyface" - } - }, - "questID:3": 90209, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_phantom_energyface" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90210.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90210.json deleted file mode 100644 index b1719961..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90210.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomatically places fluids from its internal buffer.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_fluid_placer" - }, - "name:8": "Fluid Placer" - } - }, - "questID:3": 90210, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_fluid_placer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90211.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90211.json deleted file mode 100644 index cbc484ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90211.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90210 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomatically collects fluids and places them in its internal buffer.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_fluid_collector" - }, - "name:8": "Fluid Collector" - } - }, - "questID:3": 90211, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_fluid_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90212.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90212.json deleted file mode 100644 index 1b70213d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90212.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollects items and XP at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:vacuum_hopper" - }, - "name:8": "Vacuum Hopper" - } - }, - "questID:3": 90212, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:vacuum_hopper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90213.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90213.json deleted file mode 100644 index ac4c2fda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90213.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollects items at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_ranged_collector" - }, - "name:8": "Ranged Collector" - } - }, - "questID:3": 90213, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_ranged_collector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90214.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90214.json deleted file mode 100644 index 8624e5fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90214.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollects items at a distance. Can accept upgrades and filters.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_vacuum_chest" - }, - "name:8": "Vacuum Chest" - } - }, - "questID:3": 90214, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_vacuum_chest" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90215.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90215.json deleted file mode 100644 index 66b04ae6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90215.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_vacuum" - }, - "name:8": "Item Collector" - } - }, - "questID:3": 90215, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_vacuum" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90216.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90216.json deleted file mode 100644 index 9d7bb5a2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90216.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90196 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollects items at a distance.", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:itemcollector" - }, - "name:8": "Item Collector" - } - }, - "questID:3": 90216, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:itemcollector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90217.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90217.json deleted file mode 100644 index dcab8285..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90217.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90216 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollects items at a distance. Can be Filtered.", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:advanceditemcollector" - }, - "name:8": "Advanced Item Collector" - } - }, - "questID:3": 90217, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:advanceditemcollector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90218.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90218.json deleted file mode 100644 index 08cbaf14..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90218.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1181 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlace two tesslocators in the same block space to transfer energy between them.\n\nOrange: output\nBlue: input", - "icon:10": { - "Count:3": 1, - "id:8": "tesslocator:basic_fluid_tesslocator" - }, - "name:8": "Basic Fluid Tesslocator" - } - }, - "questID:3": 90218, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tesslocator:basic_fluid_tesslocator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90219.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90219.json deleted file mode 100644 index 824e3116..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90219.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFluid conduits can only transport one fluid at a time, and follow gravity rules!§7§o\n\nAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_liquid_conduit" - }, - "name:8": "Fluid Conduit" - } - }, - "questID:3": 90219, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_liquid_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90220.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90220.json deleted file mode 100644 index 2afe174f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90220.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_16" - }, - "name:8": "Fluiduct" - } - }, - "questID:3": 90220, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90222.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90222.json deleted file mode 100644 index 830413f9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90222.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_fluid" - }, - "name:8": "Wooden Fluid Pipe" - } - }, - "questID:3": 90222, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftcore:engine" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90223.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90223.json deleted file mode 100644 index 0740e962..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90223.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_wood_fluid" - }, - "name:8": "Wooden Diamond Fluid Pipe" - } - }, - "questID:3": 90223, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_wood_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90224.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90224.json deleted file mode 100644 index 7528d3a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90224.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEnder fluid conduits can transport multiple fluids at once!\n\nAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_liquid_conduit" - }, - "name:8": "Ender Fluid Conduit" - } - }, - "questID:3": 90224, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_liquid_conduit" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_fluid_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90225.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90225.json deleted file mode 100644 index a5b24729..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90225.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:duct_16" - }, - "name:8": "Hardened Fluiduct" - } - }, - "questID:3": 90225, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90226.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90226.json deleted file mode 100644 index bcfabd80..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90226.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:duct_16" - }, - "name:8": "Signalum-Plated Fluiduct" - } - }, - "questID:3": 90226, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90227.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90227.json deleted file mode 100644 index 53740e22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90227.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1179 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thermaldynamics:duct_16" - }, - "name:8": "Super-Laminar Fluiduct" - } - }, - "questID:3": 90227, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thermaldynamics:duct_16" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90228.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90228.json deleted file mode 100644 index 5f773ebf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90228.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are many fluid transfer systems. All options are shown here!\n\nEnderIO ender fluid conduits are the most versatile, and share blockpace with other conduits!\n\nFluiducts are good for performance!\n\nLasers have the fastest fluid transfer!\n\nEnder tanks let you transfer fluids wirelessly!\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Fluid Management" - } - }, - "questID:3": 90228, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:light_blue_shulker_box", - "tag:10": { - "BlockEntityTag:10": { - "Items:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 0, - "id:8": "actuallyadditions:block_laser_relay_fluids", - "tag:10": { - "display:10": { - "Name:8": "Speed: Great, Performance: Good" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 1, - "id:8": "thermaldynamics:duct_16", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Good" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 2, - "id:8": "enderio:item_liquid_conduit", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: OK" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "Slot:1": 3, - "id:8": "enderio:item_liquid_conduit", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Good" - } - } - } - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 132, - "OreDict:8": "ingotAluminum", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90229.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90229.json deleted file mode 100644 index f45286ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90229.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_cobble_fluid" - }, - "name:8": "Cobblestone Fluid Pipe" - } - }, - "questID:3": 90229, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_cobble_fluid" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_stone_fluid" - }, - "2:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_quartz_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90230.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90230.json deleted file mode 100644 index 473bb61c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90230.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_gold_fluid" - }, - "name:8": "Golden Fluid Pipe" - } - }, - "questID:3": 90230, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_gold_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90231.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90231.json deleted file mode 100644 index 9fb91951..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90231.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_iron_fluid" - }, - "name:8": "Iron Fluid Pipe" - } - }, - "questID:3": 90231, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_iron_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90232.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90232.json deleted file mode 100644 index e2065454..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90232.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_fluid" - }, - "name:8": "Diamond Fluid Pipe" - } - }, - "questID:3": 90232, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90233.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90233.json deleted file mode 100644 index f13a6b3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90233.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_clay_fluid" - }, - "name:8": "Clay Fluid Pipe" - } - }, - "questID:3": 90233, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_clay_fluid" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90234.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90234.json deleted file mode 100644 index cf8f6789..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90234.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1183 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlace two tesslocators in the same block space to transfer energy between them.\n\nOrange: output\nBlue: input\n\nAdd glowstone to incerase speed.\nAdd diamond to transfer fullstacks instead of items.\nWith max upgrades, tesslocators are one of the fastest item transfer in the pack!", - "icon:10": { - "Count:3": 1, - "id:8": "tesslocator:basic_item_tesslocator" - }, - "name:8": "Basic Item Tesslocator" - } - }, - "questID:3": 90234, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tesslocator:basic_item_tesslocator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90235.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90235.json deleted file mode 100644 index 26744828..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90235.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1175 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_item" - }, - "name:8": "Item Laser Relay" - } - }, - "questID:3": 90235, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90236.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90236.json deleted file mode 100644 index d3f3d060..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90236.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90235 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_item_whitelist" - }, - "name:8": "Advanced Item Laser Relay" - } - }, - "questID:3": 90236, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_item_whitelist" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90237.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90237.json deleted file mode 100644 index b3dd0c4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90237.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!\n\nTo configure a conduit, right click a connection with an empty hand, or shift left click using the crescent hammer!\n\nEach connection can be configured to be input or output, and redstone interactions can be specified. \u0027Always on\u0027 mode is not active by default!\n\nConduits have separate channels, corresponding to the 16 colors in vanilla minecraft! Channels with the same colors will be connected to each other. You can have multiple channels going through the same conduit lines!\n\nInputs and outputs can be configured using filters, and speed upgrades! All available filters will show up in JEI when searching for \u0027conduit\u0027!", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_item_conduit" - }, - "name:8": "Item Conduit" - } - }, - "questID:3": 90237, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_conduit_probe" - }, - "1:10": { - "Count:3": 1, - "id:8": "uberconduitprobe:uber_conduit_probe_item" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_item_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90238.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90238.json deleted file mode 100644 index 37f44fd0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90238.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "name:8": "Itemduct" - } - }, - "questID:3": 90238, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90239.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90239.json deleted file mode 100644 index 3d4b1d09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90239.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "preRequisites:11": [ - 1177 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEnder chests are used to transfer items wirelessly!\n\nEach chest has a channel that is determined by the colors of the three spots on top of the chest. You can right click these spots with dyes to change their color!\n\nTwo chests that have the same color combination will share the same inventory!\n\nFOR SERVERS: To make a chest private to you, right click the lock in front of the chest with a diamond.", - "icon:10": { - "Count:3": 1, - "id:8": "enderstorage:ender_storage" - }, - "name:8": "Ender Chest" - } - }, - "questID:3": 90239, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:dye" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "minecraft:dye" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:dye" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "minecraft:dye" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 49, - "id:8": "enderio:item_material" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "minecraft:dye" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "minecraft:dye" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "minecraft:dye" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "minecraft:dye" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "minecraft:dye" - }, - "11:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "minecraft:dye" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "minecraft:dye" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "minecraft:dye" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "minecraft:dye" - }, - "15:10": { - "Count:3": 1, - "id:8": "biomesoplenty:white_dye" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderstorage:ender_storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90240.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90240.json deleted file mode 100644 index 7f3b9c29..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90240.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are many item transfer systems. All options are shown here!\n\nEnderIO conduits and Xnet are the most versatile and compact for higher-complexity setups! Out of these two Xnet tends to perform a bit better.\n\nItemducts are good for performance in setups with 1 input 1 output! They progressively get worse the more connections they have.\n\nTesslocators are the fastest, but they can get laggy!\n\nEnder chests allow you to move items wirelessly!\n\nIntegrated dynamics has the most capability, for extremely advanced setups, but it is very laggy.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Item Management" - } - }, - "questID:3": 90240, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:lime_shulker_box", - "tag:10": { - "BlockEntityTag:10": { - "Items:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 0, - "id:8": "actuallyadditions:block_laser_relay_item", - "tag:10": { - "display:10": { - "Name:8": "Speed: OK, Performance: OK" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 1, - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Good" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 2, - "id:8": "xnet:netcable", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: Great" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 3, - "id:8": "tesslocator:basic_item_tesslocator", - "tag:10": { - "display:10": { - "Name:8": "Speed: Great, Performance: Bad" - } - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 4, - "id:8": "integrateddynamics:cable", - "tag:10": { - "display:10": { - "Name:8": "Speed: Great, Performance: Terrible" - } - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 5, - "id:8": "enderio:item_item_conduit", - "tag:10": { - "display:10": { - "Name:8": "Speed: Good, Performance: OK" - } - } - }, - "6:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 6, - "id:8": "modularrouters:item_router", - "tag:10": { - "RepairCost:3": 0, - "display:10": { - "Name:8": "Speed: Good, Performance: Great" - } - } - } - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90241.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90241.json deleted file mode 100644 index 9c7dd236..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90241.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1137 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_item" - }, - "name:8": "Wooden Transport Pipe" - } - }, - "questID:3": 90241, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_wood_item" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcraftcore:engine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90242.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90242.json deleted file mode 100644 index 6a199e8d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90242.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_extract_speed_upgrade" - }, - "name:8": "Extract Speed Upgrade" - } - }, - "questID:3": 90242, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_extract_speed_upgrade" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_extract_speed_downgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90243.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90243.json deleted file mode 100644 index 128554ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90243.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "name:8": "Impulse Itemduct" - } - }, - "questID:3": 90243, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90244.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90244.json deleted file mode 100644 index cccf272e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90244.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_basic_item_filter" - }, - "name:8": "Basic Item Filter" - } - }, - "questID:3": 90244, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_basic_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90245.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90245.json deleted file mode 100644 index d07c16d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90245.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "name:8": "Signalum-Plated Itemduct" - } - }, - "questID:3": 90245, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90246.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90246.json deleted file mode 100644 index bc935118..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90246.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_advanced_item_filter" - }, - "name:8": "Advanced Item Filter" - } - }, - "questID:3": 90246, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_advanced_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90247.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90247.json deleted file mode 100644 index 9dc08217..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90247.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "thermaldynamics:duct_32", - "tag:10": { - "DenseType:1": 2 - } - }, - "name:8": "Signalum-Plated Impulse Itemduct" - } - }, - "questID:3": 90247, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thermaldynamics:duct_32" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "thermaldynamics:duct_32" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90248.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90248.json deleted file mode 100644 index eb91b7dc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90248.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_limited_item_filter" - }, - "name:8": "Limited Item Filter" - } - }, - "questID:3": 90248, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_limited_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90249.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90249.json deleted file mode 100644 index 51d966b4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90249.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oServos, filters, and retrievers are what allows to move items using itemducts and fluiducts!\n\nAll have whitelist/blacklist to only move specific items, and they have different redstone modes. \n\nRight click the connection between a conduit and an inventory to place these items.\nUse a crescent hammer to remove them from ducts!\n\nServos are used to extract from an inventory and push into other inventories.\n\nFilters are used to select or prevent specific items from entering an inventory.\n\nRetrievers are used to pull items from other inventories.", - "icon:10": { - "Count:3": 1, - "id:8": "thermaldynamics:servo" - }, - "name:8": "Moving Stuffs" - } - }, - "questID:3": 90249, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90250.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90250.json deleted file mode 100644 index c42031a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90250.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_existing_item_filter" - }, - "name:8": "Existing Item Filter" - } - }, - "questID:3": 90250, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_existing_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90251.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90251.json deleted file mode 100644 index 28f16e48..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90251.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can filter by damage value!\n\nFaster and bigger whitelist/blacklist!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:servo" - }, - "name:8": "Hardened Servo" - } - }, - "questID:3": 90251, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90252.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90252.json deleted file mode 100644 index ec567f35..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90252.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_mod_item_filter" - }, - "name:8": "Mod Item Filter" - } - }, - "questID:3": 90252, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_mod_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90253.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90253.json deleted file mode 100644 index dffc755b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90253.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can filter by damage vale, NBT, ore dictionary entry, and mod!\n\nFaster and bigger whitelist/blacklist!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:servo" - }, - "name:8": "Reinforced Servo" - } - }, - "questID:3": 90253, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90254.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90254.json deleted file mode 100644 index 10c96e0f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90254.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_power_item_filter" - }, - "name:8": "Power Item Filter" - } - }, - "questID:3": 90254, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_power_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90255.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90255.json deleted file mode 100644 index c770f02b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90255.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can filter by damage vale, NBT, ore dictionary entry, and mod!\n\nFaster and bigger whitelist/blacklist!\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:servo" - }, - "name:8": "Signalum Servo" - } - }, - "questID:3": 90255, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90256.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90256.json deleted file mode 100644 index 8f8f13b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90256.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese can filter by damage vale, NBT, ore dictionary entry, and mod!\n\nFaster and bigger whitelist/blacklist!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:servo" - }, - "name:8": "Resonant Servo" - } - }, - "questID:3": 90256, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:servo" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:filter" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:retriever" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90257.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90257.json deleted file mode 100644 index 6feaad08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90257.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_soul_filter_normal" - }, - "name:8": "Soul Item Filter" - } - }, - "questID:3": 90257, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_soul_filter_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90258.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90258.json deleted file mode 100644 index 89bab449..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90258.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_enchantment_filter_normal" - }, - "name:8": "Enchantment Item Filter" - } - }, - "questID:3": 90258, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_enchantment_filter_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90259.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90259.json deleted file mode 100644 index 4d60a151..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90259.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1176 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_big_item_filter" - }, - "name:8": "Big Item Filter" - } - }, - "questID:3": 90259, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_big_item_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90260.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90260.json deleted file mode 100644 index 07ff371d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90260.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_cobble_item" - }, - "name:8": "Stone Transport Pipe" - } - }, - "questID:3": 90260, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_cobble_item" - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_stone_item" - }, - "2:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_quartz_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90261.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90261.json deleted file mode 100644 index 7c2bc60c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90261.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_gold_item" - }, - "name:8": "Golden Transport Pipe" - } - }, - "questID:3": 90261, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_gold_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90262.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90262.json deleted file mode 100644 index e4545560..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90262.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_iron_item" - }, - "name:8": "Iron Transport Pipe" - } - }, - "questID:3": 90262, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_iron_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90263.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90263.json deleted file mode 100644 index 78d6c69b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90263.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_item" - }, - "name:8": "Diamond Transport Pipe" - } - }, - "questID:3": 90263, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90264.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90264.json deleted file mode 100644 index 7a533e84..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90264.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_wood_item" - }, - "name:8": "Wooden Diamond Transport Pipe" - } - }, - "questID:3": 90264, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_diamond_wood_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90265.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90265.json deleted file mode 100644 index c8211d3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90265.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_obsidian_item" - }, - "name:8": "Obsidian Transport Pipe" - } - }, - "questID:3": 90265, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_obsidian_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90266.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90266.json deleted file mode 100644 index 6740d68a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90266.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_void_item" - }, - "name:8": "Void Transport Pipe" - } - }, - "questID:3": 90266, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_void_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90267.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90267.json deleted file mode 100644 index 9508f1b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90267.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90241 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_clay_item" - }, - "name:8": "Clay Transport Pipe" - } - }, - "questID:3": 90267, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_clay_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90268.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90268.json deleted file mode 100644 index fcbbed26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90268.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1174 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlace two tesslocators in the same block space to transfer energy between them.\n\nOrange: output\nBlue: input", - "icon:10": { - "Count:3": 1, - "id:8": "tesslocator:basic_energy_tesslocator" - }, - "name:8": "Basic Energy Tesslocator" - } - }, - "questID:3": 90268, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tesslocator:basic_energy_tesslocator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90269.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90269.json deleted file mode 100644 index eb5e5923..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90269.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1172 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_normal" - }, - "name:8": "Spectre Coil" - } - }, - "questID:3": 90269, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_normal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90270.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90270.json deleted file mode 100644 index da23f87e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90270.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90269 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_redstone" - }, - "name:8": "Redstone Spectre Coil" - } - }, - "questID:3": 90270, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90271.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90271.json deleted file mode 100644 index afedea1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90271.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90270 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_ender" - }, - "name:8": "Ender Spectre Coil" - } - }, - "questID:3": 90271, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "randomthings:spectrecoil_ender" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90272.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90272.json deleted file mode 100644 index 5bf17383..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90272.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1174 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay" - }, - "name:8": "Energy Laser Relay" - } - }, - "questID:3": 90272, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90273.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90273.json deleted file mode 100644 index ec2439a4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90273.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90272 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_advanced" - }, - "name:8": "Advanced Energy Laser Relay" - } - }, - "questID:3": 90273, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90274.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90274.json deleted file mode 100644 index 0e2dd8cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90274.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90273 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse the laser wrench to link lasers together.\nUse a compass to change mode!", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_extreme" - }, - "name:8": "Extreme Energy Laser Relay" - } - }, - "questID:3": 90274, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_laser_relay_extreme" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90275.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90275.json deleted file mode 100644 index ff3d1a60..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90275.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90274 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_crystal" - }, - "name:8": "Basic Energy Relay Crystal" - } - }, - "questID:3": 90275, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:energy_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "draconicevolution:energy_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "draconicevolution:energy_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90276.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90276.json deleted file mode 100644 index 3381c923..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90276.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 90275 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:energy_crystal" - }, - "name:8": "Wyvern Energy Relay Crystal" - } - }, - "questID:3": 90276, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "draconicevolution:energy_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "draconicevolution:energy_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "draconicevolution:energy_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90277.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90277.json deleted file mode 100644 index de64024a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90277.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 90276 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "draconicevolution:energy_crystal" - }, - "name:8": "Draconic Energy Relay Crystal" - } - }, - "questID:3": 90277, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "draconicevolution:energy_crystal" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "draconicevolution:energy_crystal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "draconicevolution:energy_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90278.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90278.json deleted file mode 100644 index 969863a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90278.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1172 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFlux Networks are used to transfer energy wirelessly, and are the preferred energy transfer method in the pack.\n\nTo create your own Flux Network, you need a Controller. You can specify the name of teh network and a color in the Controller GUI. Each Flux Networks machine will have to be bound to a network to function.\n\nFlux Plugs are used to move energy from a source to a network.\n\nFlux Points are used to move energy from a network to a set of machines.\n\nFlux Storage is used to include a buffer of energy in a network. If you have to transfer large amounts of RF/t, Storage is required to prevent energy cutouts.\n\nIt is recommended to still use other energy transfer methods to limit the use of Flux Plugs, as using too many can cause lag. If you want to power a machine wall, for example, use a single Flux Point, and Energy Conduits of the appropriate size to power the machines.\n\nYour base should have two Flux Networks, one to move energy from your generators to a centralized energy storage (eventually the Draconic Energy Orb), one to move energy from storage to all of your machines.", - "icon:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxplug" - }, - "name:8": "Flux Networks (Great)" - } - }, - "questID:3": 90278, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxplug" - }, - "1:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxpoint" - }, - "2:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxcontroller" - }, - "3:10": { - "Count:3": 1, - "id:8": "fluxnetworks:fluxstorage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90279.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90279.json deleted file mode 100644 index b5480d91..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90279.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!\n", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_power_conduit" - }, - "name:8": "Energy Conduit" - } - }, - "questID:3": 90279, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_power_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90280.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90280.json deleted file mode 100644 index 4dd729d8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90280.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_power_conduit" - }, - "name:8": "Enhanced Energy Conduit" - } - }, - "questID:3": 90280, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "enderio:item_power_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90281.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90281.json deleted file mode 100644 index 355c8ae2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90281.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_power_conduit" - }, - "name:8": "Ender Energy Conduit" - } - }, - "questID:3": 90281, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "enderio:item_power_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90282.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90282.json deleted file mode 100644 index 82c6f4e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90282.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Crystalline Energy Conduit" - } - }, - "questID:3": 90282, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90283.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90283.json deleted file mode 100644 index 1da08966..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90283.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Crystalline Pink Slime Energy Conduit" - } - }, - "questID:3": 90283, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90284.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90284.json deleted file mode 100644 index 9076c3c9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90284.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll conduits share the same block space, making them very useful for compact automations!", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Melodic Energy Conduit" - } - }, - "questID:3": 90284, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90285.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90285.json deleted file mode 100644 index 4b32f49e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90285.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFluxducts have good performance, and are good for lag!", - "icon:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Leadstone Fluxduct" - } - }, - "questID:3": 90285, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90286.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90286.json deleted file mode 100644 index 4a3b5c3f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90286.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Hardened Fluxduct" - } - }, - "questID:3": 90286, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90287.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90287.json deleted file mode 100644 index 295b6bc5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90287.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Redstone Energy Fluxduct" - } - }, - "questID:3": 90287, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90288.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90288.json deleted file mode 100644 index 9b05b10a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90288.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Signalum Fluxduct" - } - }, - "questID:3": 90288, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90289.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90289.json deleted file mode 100644 index c0e8a5d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90289.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Resonant Fluxduct" - } - }, - "questID:3": 90289, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90290.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90290.json deleted file mode 100644 index 624789bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90290.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oOut of the infinite energy cables, these are the best for preventing lag!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermaldynamics:duct_0" - }, - "name:8": "Cryo-Stabilized Fluxduct" - } - }, - "questID:3": 90290, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "thermaldynamics:duct_0" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90291.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90291.json deleted file mode 100644 index 0405b642..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90291.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "techreborn:cable" - }, - "name:8": "Insulated Copper Cable" - } - }, - "questID:3": 90291, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90292.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90292.json deleted file mode 100644 index 6d14f191..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90292.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "techreborn:cable" - }, - "name:8": "Insulated Gold Cable" - } - }, - "questID:3": 90292, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90293.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90293.json deleted file mode 100644 index 7d6e1524..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90293.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "techreborn:cable" - }, - "name:8": "Insulated HV Cable" - } - }, - "questID:3": 90293, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90294.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90294.json deleted file mode 100644 index d0f81f7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90294.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCoils are very pretty, and they are are quite cheap, but are not recommended past chapter 1.\n\nPlace connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.\n\nConnectors have a 16 block range, so if your ends are furthen than that, you will have to place one in between!\n\nConnectors can only have one input and one output, relays can have multiple!\n\nIf too much current is going through, the wire will explode!\n\nNon-insulated wires will damage you if you touch them!", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:connector" - }, - "name:8": "LV Wires" - } - }, - "questID:3": 90294, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:connector" - }, - "2:10": { - "Count:3": 1, - "id:8": "immersiveengineering:wirecoil" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "immersiveengineering:wirecoil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90295.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90295.json deleted file mode 100644 index f2f545be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90295.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:connector" - }, - "name:8": "MV Wires" - } - }, - "questID:3": 90295, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "immersiveengineering:connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "immersiveengineering:wirecoil" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "immersiveengineering:wirecoil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90296.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90296.json deleted file mode 100644 index bafb4949..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90296.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "immersiveengineering:connector" - }, - "name:8": "HV Wires" - } - }, - "questID:3": 90296, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "immersiveengineering:connector" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "immersiveengineering:connector" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersiveengineering:wirecoil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90297.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90297.json deleted file mode 100644 index dd983125..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90297.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1173 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTech reborn cables are not the most performant, but they are cheap!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "techreborn:cable" - }, - "name:8": "Glass Fiber Cable" - } - }, - "questID:3": 90297, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90298.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90298.json deleted file mode 100644 index 634484ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90298.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oOut of the infinite energy cables, these are the worst for lag!", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "techreborn:cable" - }, - "name:8": "Superconductor Cable" - } - }, - "questID:3": 90298, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "techreborn:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90299.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90299.json deleted file mode 100644 index 502ba6a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90299.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1184 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "enderio:item_endergy_conduit" - }, - "name:8": "Stellar Energy Conduit" - } - }, - "questID:3": 90299, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "enderio:item_endergy_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90300.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90300.json deleted file mode 100644 index 6116e9a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90300.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are many energy transfer systems. All options are shown here!\n\nFluxducts are easy to make, and good for lag!\n\nEnderIO conduits are the most versatile, and share blockpace with other conduits!\n\nDraconic evolution lasers are good for performance in late game bases!\n\nFlux points and plugs are used for wireless energy! You should use these to manage your power network!\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Energy Management" - } - }, - "questID:3": 90300, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:yellow_shulker_box", - "tag:10": { - "BlockEntityTag:10": { - "Items:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 0, - "id:8": "actuallyadditions:block_laser_relay", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 1, - "id:8": "thermaldynamics:duct_0", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 2, - "id:8": "enderio:item_power_conduit", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "Slot:1": 3, - "id:8": "draconicevolution:energy_crystal", - "tag:10": { - "display:10": { - "Name:8": "Performance: Great" - } - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 5, - "Slot:1": 4, - "id:8": "techreborn:cable", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - }, - "5:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 5, - "id:8": "immersiveengineering:connector", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - }, - "6:10": { - "Count:3": 1, - "Damage:2": 5, - "Slot:1": 6, - "id:8": "thermaldynamics:duct_0", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "7:10": { - "Count:3": 1, - "Damage:2": 0, - "Slot:1": 7, - "id:8": "fluxnetworks:fluxpoint", - "tag:10": { - "display:10": { - "Name:8": "Performance: Great" - } - } - }, - "8:10": { - "Count:3": 1, - "Damage:2": 11, - "Slot:1": 20, - "id:8": "enderio:item_endergy_conduit", - "tag:10": { - "display:10": { - "Name:8": "Performance: Good" - } - } - }, - "9:10": { - "Count:3": 1, - "Damage:2": 8, - "Slot:1": 22, - "id:8": "techreborn:cable", - "tag:10": { - "display:10": { - "Name:8": "Performance: OK" - } - } - } - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 131, - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90301.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90301.json deleted file mode 100644 index 141fe6d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90301.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_interface_energy_item" - }, - "name:8": "Energy Interface" - } - }, - "questID:3": 90301, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_interface_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90302.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90302.json deleted file mode 100644 index 125bfce3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90302.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_audio_writer_item" - }, - "name:8": "Audio Writer" - } - }, - "questID:3": 90302, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_audio_writer_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90303.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90303.json deleted file mode 100644 index 6552e972..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90303.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_audio_reader_item" - }, - "name:8": "Audio Reader" - } - }, - "questID:3": 90303, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_audio_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90304.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90304.json deleted file mode 100644 index 0ab5d54a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90304.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:cable" - }, - "name:8": "Logic Cable" - } - }, - "questID:3": 90304, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:cable" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90306.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90306.json deleted file mode 100644 index 606fbc30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90306.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Intergrated Circuitry" - } - }, - "questID:3": 90306, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:menril_berries" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90307.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90307.json deleted file mode 100644 index 69e119b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90307.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_energy_item" - }, - "name:8": "Energy Importer" - } - }, - "questID:3": 90307, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90308.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90308.json deleted file mode 100644 index ff874b69..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90308.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_energy_item" - }, - "name:8": "Energy Exporter" - } - }, - "questID:3": 90308, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90309.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90309.json deleted file mode 100644 index f82dc79f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90309.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_connector_mono_directional_item" - }, - "name:8": "Mono-Directional Connector" - } - }, - "questID:3": 90309, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_connector_mono_directional_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90310.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90310.json deleted file mode 100644 index fd08ec61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90310.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_interface_item_item" - }, - "name:8": "Item Interface" - } - }, - "questID:3": 90310, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_interface_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90311.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90311.json deleted file mode 100644 index 58ec3bd2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90311.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_effect_writer_item" - }, - "name:8": "Effect Writer" - } - }, - "questID:3": 90311, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_effect_writer_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90312.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90312.json deleted file mode 100644 index 02e363cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90312.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_block_reader_item" - }, - "name:8": "Block Reader" - } - }, - "questID:3": 90312, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_block_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90313.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90313.json deleted file mode 100644 index c5c9e3d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90313.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_item_item" - }, - "name:8": "Item Importer" - } - }, - "questID:3": 90313, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90314.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90314.json deleted file mode 100644 index 75a2c19a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90314.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_item_item" - }, - "name:8": "Item Exporter" - } - }, - "questID:3": 90314, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90315.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90315.json deleted file mode 100644 index 122d7ac0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90315.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_connector_omni_directional_item" - }, - "name:8": "Omni-Directional Connector" - } - }, - "questID:3": 90315, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_connector_omni_directional_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90316.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90316.json deleted file mode 100644 index edfd8131..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90316.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_interface_fluid_item" - }, - "name:8": "Fluid Interface" - } - }, - "questID:3": 90316, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_interface_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90317.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90317.json deleted file mode 100644 index 778515bf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90317.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_redstone_writer_item" - }, - "name:8": "Redstone Writer" - } - }, - "questID:3": 90317, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_redstone_writer_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90318.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90318.json deleted file mode 100644 index cd8c0bfa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90318.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_entity_reader_item" - }, - "name:8": "Entity Reader" - } - }, - "questID:3": 90318, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_entity_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90319.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90319.json deleted file mode 100644 index 1a8c2129..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90319.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_fluid_item" - }, - "name:8": "Fluid Importer" - } - }, - "questID:3": 90319, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90320.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90320.json deleted file mode 100644 index 2698d21c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90320.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_fluid_item" - }, - "name:8": "Fluid Exporter" - } - }, - "questID:3": 90320, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90321.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90321.json deleted file mode 100644 index 7a90f5b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90321.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_energy_item" - }, - "name:8": "World Energy Importer" - } - }, - "questID:3": 90321, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90322.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90322.json deleted file mode 100644 index aec8adbd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90322.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_energy_item" - }, - "name:8": "World Energy Exporter" - } - }, - "questID:3": 90322, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_energy_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90323.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90323.json deleted file mode 100644 index dcc0b1c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90323.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_item_item" - }, - "name:8": "World Item Importer" - } - }, - "questID:3": 90323, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90324.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90324.json deleted file mode 100644 index 17078bd8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90324.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_item_item" - }, - "name:8": "World Item Exporter" - } - }, - "questID:3": 90324, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_item_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90325.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90325.json deleted file mode 100644 index 114c43d9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90325.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_fluid_item" - }, - "name:8": "World Fluid Importer" - } - }, - "questID:3": 90325, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90326.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90326.json deleted file mode 100644 index b99b07ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90326.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_fluid_item" - }, - "name:8": "World Fluid Exporter" - } - }, - "questID:3": 90326, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_fluid_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90327.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90327.json deleted file mode 100644 index 4d924d22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90327.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_block_item" - }, - "name:8": "World Block Importer" - } - }, - "questID:3": 90327, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_importer_world_block_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90328.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90328.json deleted file mode 100644 index 378f7ccc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90328.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_block_item" - }, - "name:8": "World Block Exporter" - } - }, - "questID:3": 90328, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integratedtunnels:part_exporter_world_block_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90329.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90329.json deleted file mode 100644 index 77afc48d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90329.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_extradimensional_reader_item" - }, - "name:8": "Extra-Dimensional Reader" - } - }, - "questID:3": 90329, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_extradimensional_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90330.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90330.json deleted file mode 100644 index a1f4ce79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90330.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_fluid_reader_item" - }, - "name:8": "Fluid Reader" - } - }, - "questID:3": 90330, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_fluid_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90331.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90331.json deleted file mode 100644 index 1ae80842..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90331.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_inventory_reader_item" - }, - "name:8": "Inventory Reader" - } - }, - "questID:3": 90331, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_inventory_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90332.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90332.json deleted file mode 100644 index 3b19d728..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90332.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_machine_reader_item" - }, - "name:8": "Machine Reader" - } - }, - "questID:3": 90332, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_machine_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90333.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90333.json deleted file mode 100644 index d36b3777..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90333.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_network_reader_item" - }, - "name:8": "Network Reader" - } - }, - "questID:3": 90333, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_network_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90334.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90334.json deleted file mode 100644 index 56c83d05..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90334.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_redstone_reader_item" - }, - "name:8": "Redstone Reader" - } - }, - "questID:3": 90334, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_redstone_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90335.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90335.json deleted file mode 100644 index e1697ea9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90335.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90306 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_world_reader_item" - }, - "name:8": "World Reader" - } - }, - "questID:3": 90335, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "integrateddynamics:part_world_reader_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90337.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90337.json deleted file mode 100644 index 7bde494e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90337.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:crafter" - }, - "ismain:1": 1, - "name:8": "Mechanical Crafter (Recommended)" - } - }, - "questID:3": 90337, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90338.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90338.json deleted file mode 100644 index bde8f48f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90338.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:advanced_crafting_table" - }, - "name:8": "Advanced Crafting Table" - } - }, - "questID:3": 90338, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:advanced_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90339.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90339.json deleted file mode 100644 index fa939b2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90339.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "techreborn:auto_crafting_table" - }, - "name:8": "Auto Crafting Table" - } - }, - "questID:3": 90339, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "techreborn:auto_crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90340.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90340.json deleted file mode 100644 index 4dbe167b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90340.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "projectred-expansion:machine2" - }, - "name:8": "Auto Crafting Bench" - } - }, - "questID:3": 90340, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "projectred-expansion:machine2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90341.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90341.json deleted file mode 100644 index 314a2d37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90341.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:autoworkbench_item" - }, - "name:8": "Auto Workbench" - } - }, - "questID:3": 90341, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftfactory:autoworkbench_item" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90342.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90342.json deleted file mode 100644 index 12b62033..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90342.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese are all of the available automatic crafters!\n\nThe best for performance is the sequential fabricator.\n\nThe fastest is the RFTools crafter. For extra speed, you can set each recipe slot with the same recipe!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Automatic Crafter" - } - }, - "questID:3": 90342, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "workbench", - "id:8": "minecraft:crafting_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90343.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90343.json deleted file mode 100644 index 582d9e6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90343.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_crafter" - }, - "name:8": "Crafter" - } - }, - "questID:3": 90343, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_crafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90344.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90344.json deleted file mode 100644 index ab0a7d5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90344.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:analogcrafter" - }, - "name:8": "Analog Crafter" - } - }, - "questID:3": 90344, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:analogcrafter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90345.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90345.json deleted file mode 100644 index e826b06c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90345.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90346 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:crafter3" - }, - "ismain:1": 1, - "name:8": "Crafter Tier 3 (Recommended)" - } - }, - "questID:3": 90345, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:crafter3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90346.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90346.json deleted file mode 100644 index c18c66d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90346.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90347 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:crafter2" - }, - "ismain:1": 1, - "name:8": "Crafter Tier 2 (Recommended)" - } - }, - "questID:3": 90346, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:crafter2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90347.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90347.json deleted file mode 100644 index 9a47f1fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90347.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90342 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "frame:8": "GATE", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:crafter1" - }, - "ismain:1": 1, - "name:8": "Crafter Tier 1 (Recommended)" - } - }, - "questID:3": 90347, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:crafter1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90348.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90348.json deleted file mode 100644 index d9eb181f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90348.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_structure" - }, - "name:8": "Cobblestone Structure Pipe" - } - }, - "questID:3": 90348, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcrafttransport:pipe_structure" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90349.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90349.json deleted file mode 100644 index 8791230e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90349.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis pack may need you to set up some elaborate automations. Here are some useful redstone gadgets you may need!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Redstone Gadgetry" - } - }, - "questID:3": 90349, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90350.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90350.json deleted file mode 100644 index ef2e9146..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90350.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": {} - }, - "name:8": "Basic Gate" - } - }, - "questID:3": 90350, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90351.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90351.json deleted file mode 100644 index 3eefdd10..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90351.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 1, - "modifier:1": 0 - } - } - }, - "name:8": "Iron AND Gate" - } - }, - "questID:3": 90351, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 1, - "modifier:1": 0 - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 1, - "material:1": 1, - "modifier:1": 0 - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90352.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90352.json deleted file mode 100644 index 16110c9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90352.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 2, - "modifier:1": 0 - } - } - }, - "name:8": "Nether Brick AND Gate" - } - }, - "questID:3": 90352, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 2, - "modifier:1": 0 - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 1, - "material:1": 2, - "modifier:1": 0 - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90353.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90353.json deleted file mode 100644 index fe81b242..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90353.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 90348 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 3, - "modifier:1": 0 - } - } - }, - "name:8": "Gold AND Gate" - } - }, - "questID:3": 90353, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 0, - "material:1": 3, - "modifier:1": 0 - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "buildcraftsilicon:plug_gate", - "tag:10": { - "gate:10": { - "logic:1": 1, - "material:1": 3, - "modifier:1": 0 - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90354.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90354.json deleted file mode 100644 index 28602e42..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90354.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBundled cables let you transmit multiple colors of insulated wires in the same line, both in wire and framed wire version!\n\nIf you connect two or more colors of insulated wires to the same bundled cable, each color will be transmitted independently with no interference!\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "projredBundledCable", - "id:8": "projectred-transmission:wire" - }, - "name:8": "Bundled Cable" - } - }, - "questID:3": 90354, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "OreDict:8": "projredBundledCable", - "id:8": "projectred-transmission:wire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "projectred-transmission:framed_wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90355.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90355.json deleted file mode 100644 index 5384f769..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90355.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBoth wires and framed wires have insulated counterparts.\n\nInsulated wires of the same color will connect to each other.\n\nInsulated wires of different colors will not connect, letting you run multiple redstone lines in compact spaces.\n\nInsulated wires cannot receive redstone directly, you will need a regular red alloy wire to attach to machines or levers.\n\nFor even more compactness, use bundled wires!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "projredInsulatedWire", - "id:8": "projectred-transmission:wire" - }, - "name:8": "Insulated Wire" - } - }, - "questID:3": 90355, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "projredInsulatedWire", - "id:8": "projectred-transmission:wire" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "projredInsFramedWire", - "id:8": "projectred-transmission:framed_wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90356.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90356.json deleted file mode 100644 index d79f0118..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90356.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFramed red alloy works like red alloy wire, but it occupies block spaces, making it possible to be in air, with no need for pillar blocks.\n\nTo connect a red alloy wire to a framed red alloy wire, they need to be placed in the same block space.", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-transmission:framed_wire" - }, - "name:8": "Framed Red Alloy Wire" - } - }, - "questID:3": 90356, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-transmission:framed_wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90357.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90357.json deleted file mode 100644 index 584070d1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90357.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRed alloy wire is like vanilla redstone, but better!\n\nSignal from red alloy wire will decay after 255 blocks instead of 15, meaning that you can make your redstone lines as long as you want!\n\nRed alloy wire can also be placed on walls, allowing for compact contraptions!", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-transmission:wire" - }, - "name:8": "Red Alloy Wire" - } - }, - "questID:3": 90357, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-core:screwdriver" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-transmission:wire" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90359.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90359.json deleted file mode 100644 index 53fd4cb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90359.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d on\non + off \u003d on\noff + on \u003d on\noff + off \u003d off", - "icon:10": { - "Count:3": 1, - "id:8": "projectred-integration:gate" - }, - "name:8": "OR Gate" - } - }, - "questID:3": 90359, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90360.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90360.json deleted file mode 100644 index c76a3250..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90360.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click with a screwdriver to change what sides count as outputs.\n\none input \u003d one output\noff \u003d on\non \u003d off", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "projectred-integration:gate" - }, - "name:8": "NOT Gate" - } - }, - "questID:3": 90360, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90361.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90361.json deleted file mode 100644 index eb516282..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90361.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§otwo inputs \u003d one output\n§7§oon + on \u003d on\non + off \u003d off\noff + on \u003d off\noff + off \u003d off", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "projectred-integration:gate" - }, - "name:8": "AND Gate" - } - }, - "questID:3": 90361, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90362.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90362.json deleted file mode 100644 index 5790df5f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90362.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe sequencer produces redstone signals at a constant interval from each of its sides, in a clockwise and counterclockwise fashion.\n\nRight click the gate to set the time interval between each side.\n\nRight click with a screwdriver to flip the direction of the loop (counterclockwise to clockwise and vice versa).\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 18, - "id:8": "projectred-integration:gate" - }, - "name:8": "Sequencer" - } - }, - "questID:3": 90362, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 18, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90363.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90363.json deleted file mode 100644 index 977d5693..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90363.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate produces a redstone pulse every time it receives a redstone signal of any length.\n\nAny time the input redstone goes from off to on, the output will pulse.", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "projectred-integration:gate" - }, - "name:8": "Pulse Former" - } - }, - "questID:3": 90363, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90364.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90364.json deleted file mode 100644 index 41c04c68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90364.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe timer will produce a pulse of redstone at configurable intervals, which can be configured by right clicking.\n\nTimers are tuned off with a redstone signal.\n\nTimers can get laggy if they run constantly, so make sure to incorporate some sort of control to turn them off!", - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "projectred-integration:gate" - }, - "name:8": "Timer" - } - }, - "questID:3": 90364, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90365.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90365.json deleted file mode 100644 index db334e7b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90365.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you control how a single output connects to two inputs.\n\nThe side with the taller torch is the output.\n\nThe side opposite to it is the control side.\n\nIf the control side is on, the gate will only trasfer signals from the side to the left of the control.\n\nIf the control side is off, the gate will only transfer signals from the side to the right of the control.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "projectred-integration:gate" - }, - "name:8": "Multiplexer" - } - }, - "questID:3": 90365, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90366.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90366.json deleted file mode 100644 index 3ee2202f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90366.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you add red alloy wire levels.\n\nThe side with a torch is the output, and the three inputs are summed.", - "icon:10": { - "Count:3": 1, - "Damage:2": 26, - "id:8": "projectred-integration:gate" - }, - "name:8": "Comparator" - } - }, - "questID:3": 90366, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 26, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90367.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90367.json deleted file mode 100644 index 944544bf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90367.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you delay a redstone signal by 2, 4, 6, 8, 16, 32, 64, 128, 256 ticks, and it resets red alloy levels to 255.\n\nRight click the repeater to change the delay.", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "projectred-integration:gate" - }, - "name:8": "Repeater" - } - }, - "questID:3": 90367, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90368.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90368.json deleted file mode 100644 index f4cdc8c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90368.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate has two outputs, a setting input, and a lock input.\n\nThe outputs have the taller torches.\n\nThe setting input has the shorter torch.\n\nThe lock input has just redstone.\n\nWhen the lock input receives a redstone signal, the output replicates what the setting input indefintely, even after it changes.\n\nIf the setting is on, pulsing the lock turns the output on.\n\nIf the setting is off, pulsing the lock turns the output off.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "projectred-integration:gate" - }, - "name:8": "Transparent Latch" - } - }, - "questID:3": 90368, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90369.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90369.json deleted file mode 100644 index c4d37bed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90369.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate has two inputs and four outputs.\n\nThe sides with torches are just outputs, while the sides with just redstone are both inputs and outputs.\n\nWhen one input receives a pulse, both itself and its corresponding output will tun on indefinitely.\n\nWhen the other input receives a pulse, the same will happen on the other side.\n\nYou can use buffer gates on the inputs to turn them into just inputs.\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "projectred-integration:gate" - }, - "name:8": "RS Latch" - } - }, - "questID:3": 90369, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90370.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90370.json deleted file mode 100644 index 038c3232..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90370.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate has twom inputs and two outputs.\n\nThe sides with redstone lines are the inputs, and they can be used interchangeably.\n\nOne of the outputs will be always on, and one will be always off. Receiving a pulse from one of the inputs will invert the two outputs.", - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "projectred-integration:gate" - }, - "name:8": "Toggle Latch" - } - }, - "questID:3": 90370, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90371.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90371.json deleted file mode 100644 index 3ce991c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90371.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you control the ability to transmit a signal based on another signal.\n\nThe data cell has two input-output paths, that work in both directions, a top path and a bottom path.\n\nThe top path is a one-input-one-output redstone connection.\n\nThe bottom path only transmits redstone if the top path has redstone.\n\nIf the top path is tuned off before the bottom path, the bottom output will produre a signal until the top path is turned back on.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "projectred-integration:gate" - }, - "name:8": "Data Cell" - } - }, - "questID:3": 90371, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90372.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90372.json deleted file mode 100644 index 887499af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90372.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you time redstone pulses and signals.\n\nThe gate has a clock input, a reset input, a running output, and an end output.\n\nThe clock for the state cell can be changed by right clicking.\n\nWhen signal enters the clock input, the running output will produce a redstone signal for the amount of seconds specified in the clock. \n\nAt the end of the specified time, the end output will pulse.\n\nThe state cell can be reset with a signal from the reset side.\n\nThe reset input is the side with the clock hand.\n\nThe clock input is the side with a redstone line that\u0027s next to the clock hand.\n\nThe running output is the side with a redstone line that\u0027s opposite to the clock hand.\n\nThe end output is the side with a redstone torch.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 20, - "id:8": "projectred-integration:gate" - }, - "name:8": "State Cell" - } - }, - "questID:3": 90372, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 20, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90373.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90373.json deleted file mode 100644 index f3384cb2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90373.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate can act as a one-input-one-output redstone connection if signal is coming in from one of the sides with the vertical wire.\n\nIt acts as a one-input-three-outputs connection if signal is coming in from the other two sides.", - "icon:10": { - "Count:3": 1, - "Damage:2": 25, - "id:8": "projectred-integration:gate" - }, - "name:8": "Buffer Cell" - } - }, - "questID:3": 90373, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 25, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90374.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90374.json deleted file mode 100644 index 82ab3d01..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90374.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis display will let you see what colors are active in a bundled line.", - "icon:10": { - "Count:3": 1, - "Damage:2": 32, - "id:8": "projectred-integration:gate" - }, - "name:8": "Segment Display Gate" - } - }, - "questID:3": 90374, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90375.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90375.json deleted file mode 100644 index 41242087..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90375.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you cut connections through bundled cables.\n\nBy default, the transceiver prevents signals grom going through.\n\nRedstone from the sides with redstone lines can allow signals in the directions specified by the red squares and gray rectangles.\n\nThe direction goes red square -\u003e gray rectangle.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 22, - "id:8": "projectred-integration:gate" - }, - "name:8": "Bus Tranceiver" - } - }, - "questID:3": 90375, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 22, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90376.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90376.json deleted file mode 100644 index 408bec06..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90376.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEach of the lamps on this gate works like a lever, that can activate and deactivate different colors from within a bundled cable.", - "icon:10": { - "Count:3": 1, - "Damage:2": 30, - "id:8": "projectred-integration:gate" - }, - "name:8": "Bus input Panel" - } - }, - "questID:3": 90376, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 30, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90377.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90377.json deleted file mode 100644 index d3075aa5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90377.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d off\non + off \u003d on\noff + on \u003d on\noff + off \u003d off", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "projectred-integration:gate" - }, - "name:8": "XOR Gate" - } - }, - "questID:3": 90377, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90378.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90378.json deleted file mode 100644 index bc4c85e7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90378.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d off\non + off \u003d off\noff + on \u003d off\noff + off \u003d on", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "projectred-integration:gate" - }, - "name:8": "NOR Gate" - } - }, - "questID:3": 90378, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90379.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90379.json deleted file mode 100644 index c5be3e32..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90379.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate is used to transmit one input to three outputs in a directional manner, so that signals cannot be sent backwards.\n\nRight click with a screwdriver to change what outputs are active.", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "projectred-integration:gate" - }, - "name:8": "Buffer Gate" - } - }, - "questID:3": 90379, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90380.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90380.json deleted file mode 100644 index 4a89c3ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90380.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d on\non + off \u003d off\noff + on \u003d off\noff + off \u003d on", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "projectred-integration:gate" - }, - "name:8": "XNOR" - } - }, - "questID:3": 90380, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90381.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90381.json deleted file mode 100644 index 12bf547f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90381.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§otwo inputs \u003d one output\non + on \u003d off\non + off \u003d on\noff + on \u003d on\noff + off \u003d on", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "projectred-integration:gate" - }, - "name:8": "NAND Gate" - } - }, - "questID:3": 90381, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90382.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90382.json deleted file mode 100644 index 61b6d522..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90382.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate works like the randomizer, but it will produce the same signal on all output sides, as opposed to different signals on all sides.", - "icon:10": { - "Count:3": 1, - "Damage:2": 33, - "id:8": "projectred-integration:gate" - }, - "name:8": "Dec Randomizer" - } - }, - "questID:3": 90382, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 33, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90383.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90383.json deleted file mode 100644 index da775c5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90383.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWhile reciving a redstone signal from its input side, this gate produces random redstone pulses §7§ofrom all other sides.\n\nRight click with a screwdriver to activate or deactivate each output.", - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "projectred-integration:gate" - }, - "name:8": "Randomizer" - } - }, - "questID:3": 90383, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90384.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90384.json deleted file mode 100644 index c1ed9c5d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90384.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate counts redstone pulses, and lets you do arithmetic!\n\nRight click the gate to change its settings.\n\nThe side with a redstone channel and a plus sign will add a configurable amount to the block state.\n\nThe side with a redstone channel and a minus sign will subtract a configurable amount to the block state.\n\nWhen the state is zero, the gate will output a redstone signal from the zero side, the side with a redstone torch and a minus sign.\n\nWhen the state reaches a maximum, the gate will output a redstone signal from the max side, the side with a redstone torch and a plus sign.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "projectred-integration:gate" - }, - "name:8": "Counter" - } - }, - "questID:3": 90384, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 19, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90385.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90385.json deleted file mode 100644 index 8999beb9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90385.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate works like an AND gate that saves state over time.\n\nThe output side is the one with a torch. The side opposite to it is the reset, and the two sides with the square lamps are the inputs.\n\nIf one of the inputs receives a signal, the corresponding light will turn on.\n\nThe output will produce a pulse after both lights are turned on.\n\nIf a redstone signal is applied to the reset side, it will turn off both lights.", - "icon:10": { - "Count:3": 1, - "Damage:2": 21, - "id:8": "projectred-integration:gate" - }, - "name:8": "Synchronizer" - } - }, - "questID:3": 90385, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 21, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90386.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90386.json deleted file mode 100644 index 1018ecc8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90386.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate works like an AND gate, but it can also mantain one of the input signals.\n\nThe output is the side with the taller torch.\n\nThe strong input is the side with the shorter torch.\n\nThe top line connects the other two sides.\n\nThe top line can act as a redstone line, transmitting signals to the other side.\n\nIf both the strong input, and either side of the strong line are on, the output will be on.", - "icon:10": { - "Count:3": 1, - "Damage:2": 27, - "id:8": "projectred-integration:gate" - }, - "name:8": "AND Cell" - } - }, - "questID:3": 90386, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 27, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90387.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90387.json deleted file mode 100644 index f06e980a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90387.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you invert signals, while still mantaining the input signal.\n\nThe top line inverts the signal of the bottom line.", - "icon:10": { - "Count:3": 1, - "Damage:2": 24, - "id:8": "projectred-integration:gate" - }, - "name:8": "Invert Cell" - } - }, - "questID:3": 90387, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90388.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90388.json deleted file mode 100644 index 7ef22b14..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90388.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you place down crossing redstone lines.\n\nYes, that\u0027s it!", - "icon:10": { - "Count:3": 1, - "Damage:2": 23, - "id:8": "projectred-integration:gate" - }, - "name:8": "Null Cell" - } - }, - "questID:3": 90388, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 23, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90389.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90389.json deleted file mode 100644 index f1c78c1a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90389.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSenda random colored signals to a budled cable.", - "icon:10": { - "Count:3": 1, - "Damage:2": 28, - "id:8": "projectred-integration:gate" - }, - "name:8": "Bus Randomizer" - } - }, - "questID:3": 90389, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 28, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90390.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90390.json deleted file mode 100644 index ccf937f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90390.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis gate lets you convert vanilla redstone signals (not red alloy) into bundled colors, depending on the strength of the signal coming in.\n\n0 \u003d white\n1 \u003d orange\n2 \u003d magenta\n3 \u003d light blue\n4 \u003d yellow\n5 \u003d lime\n6 \u003d pink\n7 \u003d gray\n8 \u003d light gray\n9 \u003d cyan\n10 \u003d purple \n11 \u003d blue\n12 \u003d brown\n13 \u003d green\n14 \u003d red\n15 \u003d black", - "icon:10": { - "Count:3": 1, - "Damage:2": 29, - "id:8": "projectred-integration:gate" - }, - "name:8": "Bus Converter" - } - }, - "questID:3": 90390, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 29, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90391.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90391.json deleted file mode 100644 index a871cf2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90391.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oOutputs signal if it\u0027s raining.", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "projectred-integration:gate" - }, - "name:8": "Rain Sensor" - } - }, - "questID:3": 90391, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90392.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90392.json deleted file mode 100644 index 6b56d454..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90392.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90357 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA better daylight sensor. Outputs signal during the day.", - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "projectred-integration:gate" - }, - "name:8": "Light Sensor" - } - }, - "questID:3": 90392, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "projectred-integration:gate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90393.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90393.json deleted file mode 100644 index 9a5e412d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90393.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "preRequisites:11": [ - 90394 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRedstone conduits have logic gates, but they are a bit unreliable.\n\nFor logic, it is recommended to use projectred.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_not_filter" - }, - "name:8": "Redstone Filter" - } - }, - "questID:3": 90393, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_not_filter" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_or_filter" - }, - "2:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_and_filter" - }, - "3:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_nor_filter" - }, - "4:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_nand_filter" - }, - "5:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_xor_filter" - }, - "6:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_xnor_filter" - }, - "7:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_toggle_filter" - }, - "8:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_counting_filter" - }, - "9:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_sensor_filter" - }, - "10:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_timer_filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90394.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90394.json deleted file mode 100644 index 4683c0c8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90394.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90349 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRedstone conduits let you transmit redstone through conduits.\n\nRedstone lines have 16 different channels, corresponding to 16 colors. \n\nEach channel transmits redstone independently.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_conduit" - }, - "name:8": "Redstone Conduit" - } - }, - "questID:3": 90394, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:item_redstone_conduit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90395.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90395.json deleted file mode 100644 index 935084db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90395.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows to transfer full stacks.", - "icon:10": { - "Count:3": 1, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Stack Upgrade" - } - }, - "questID:3": 90395, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90396.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90396.json deleted file mode 100644 index 97beb4b1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90396.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks with a filter. Produces a redstone signal if the filter is satisfied.", - "icon:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "SignalLevel:3": 15, - "StrongSignal:1": 0 - } - }, - "name:8": "Detector Module" - } - }, - "questID:3": 90396, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "SignalLevel:3": 15, - "StrongSignal:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90397.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90397.json deleted file mode 100644 index 0462167b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90397.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSends items to inventories directly in line to a modular router.", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Sender Module MK1" - } - }, - "questID:3": 90397, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90398.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90398.json deleted file mode 100644 index 0e310f19..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90398.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like a dropper.", - "icon:10": { - "Count:3": 1, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Dropper Module" - } - }, - "questID:3": 90398, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90399.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90399.json deleted file mode 100644 index f4464952..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90399.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo filter lots of things at once.", - "icon:10": { - "Count:3": 1, - "id:8": "modularrouters:filter" - }, - "name:8": "Bulk Item Filter" - } - }, - "questID:3": 90399, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90400.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90400.json deleted file mode 100644 index 51707ca6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90400.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIncreases the speed of the vacuum module.", - "icon:10": { - "Count:3": 1, - "id:8": "modularrouters:augment" - }, - "name:8": "Fast Pickup Augment" - } - }, - "questID:3": 90400, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90401.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90401.json deleted file mode 100644 index 7447201c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90401.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 90402 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oModular Routers are blocks capable of performing logistics actions (similar to AE2) for small-scale, short-distance automations.\n\nA router performs actions based on the modules placed in its slots, following a cyclical left-to-right order. Modules prform simple actions like pulling and pushing blocks, or more complex ones like breaking, placing, or launching items.\n\nThe target locations for each module can be specified by shift + right clicking them on the desired block space.\n\nOnce modules are installed, they can be configured by middle clicking them. This allows to set filters and add augments.\n\nUpgrades can be placed in the corresponding slots in a Modular Router.\n", - "icon:10": { - "Count:3": 1, - "id:8": "modularrouters:item_router" - }, - "name:8": "Item Router" - } - }, - "questID:3": 90401, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularrouters:item_router" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90402.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90402.json deleted file mode 100644 index 002052c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90402.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Routers" - } - }, - "questID:3": 90402, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularrouters:blank_module" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90403.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90403.json deleted file mode 100644 index 2ac024dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90403.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIncreases the speed of the router at performing its actions in order.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Speed Upgrade" - } - }, - "questID:3": 90403, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90404.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90404.json deleted file mode 100644 index 75b9d99e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90404.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows to send and receive items from the player\u0027s inventory.", - "icon:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Player Module" - } - }, - "questID:3": 90404, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90405.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90405.json deleted file mode 100644 index 92caf616..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90405.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSends items to nearby in-line inventories without line-of-sight requirements. Shift + right click to select the target inventory.", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Sender Module MK2" - } - }, - "questID:3": 90405, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90406.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90406.json deleted file mode 100644 index 64558c7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90406.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows to throw items from a router\u0027s buffer at a long distance.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "Pitch:5": 0.0, - "Speed:5": 0.0, - "Yaw:5": 0.0 - } - }, - "name:8": "Flinger Module" - } - }, - "questID:3": 90406, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {}, - "Pitch:5": 0.0, - "Speed:5": 0.0, - "Yaw:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90407.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90407.json deleted file mode 100644 index 14b87e94..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90407.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo filter based on mods.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:filter" - }, - "name:8": "Mod Filter" - } - }, - "questID:3": 90407, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90408.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90408.json deleted file mode 100644 index 15725ac2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90408.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAdds a 10 tick delay for the dropper and flinger modules.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:augment" - }, - "name:8": "Pickup Delay Augment" - } - }, - "questID:3": 90408, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90409.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90409.json deleted file mode 100644 index 7bfe7b22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90409.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPrevents other players from using your router.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Security Upgrade" - } - }, - "questID:3": 90409, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90410.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90410.json deleted file mode 100644 index 570a31f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90410.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows to send or receive fluids, if a fluid container module is present.", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "FluidDir:1": 0, - "MaxTransfer:3": 1000, - "ModuleFilter:9": {} - } - }, - "name:8": "Fluid Screen Module" - } - }, - "questID:3": 90410, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "FluidDir:1": 0, - "MaxTransfer:3": 1000, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90411.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90411.json deleted file mode 100644 index 4ce83e5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90411.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSends items to nearby inventories without line-of-sight requirements. Shift + right click to select the target inventory.", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Sender Module MK3" - } - }, - "questID:3": 90411, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90412.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90412.json deleted file mode 100644 index aa413518..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90412.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCollects items in-world.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Vacuum Module" - } - }, - "questID:3": 90412, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90413.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90413.json deleted file mode 100644 index c823bf17..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90413.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo filter based on RegeX queries.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:filter" - }, - "name:8": "Regex Filter" - } - }, - "questID:3": 90413, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90414.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90414.json deleted file mode 100644 index 958b7450..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90414.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIncreases range by 1 block.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:augment" - }, - "name:8": "Range Up Augment" - } - }, - "questID:3": 90414, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90415.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90415.json deleted file mode 100644 index 99322f40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90415.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oChanges the texture of the router to mimic another block.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Camouflage Upgrade" - } - }, - "questID:3": 90415, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90416.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90416.json deleted file mode 100644 index 2c3631f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90416.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oVoids items, careful about this one.", - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Void Module" - } - }, - "questID:3": 90416, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90417.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90417.json deleted file mode 100644 index 612e6602..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90417.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oExtracts items from an inventory directly adjacent to the Modular Router.", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Puller Module Mk1" - } - }, - "questID:3": 90417, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90418.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90418.json deleted file mode 100644 index 99b88611..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90418.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlaces down a block.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Placer Module" - } - }, - "questID:3": 90418, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90419.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90419.json deleted file mode 100644 index 0b2c844d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90419.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo filter based on damage or NBT.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:filter" - }, - "name:8": "Inspection Filter" - } - }, - "questID:3": 90419, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:filter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90420.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90420.json deleted file mode 100644 index a1831c70..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90420.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDecreases range by 1 block.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:augment" - }, - "name:8": "Range Down Augment" - } - }, - "questID:3": 90420, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90421.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90421.json deleted file mode 100644 index a5ea009a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90421.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows modules to follow redstone rules different from the main router.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "modularrouters:augment" - }, - "name:8": "Redstone Augment" - } - }, - "questID:3": 90421, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90422.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90422.json deleted file mode 100644 index 1ff644a5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90422.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBreaks a block.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Breaker" - } - }, - "questID:3": 90422, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90423.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90423.json deleted file mode 100644 index b1561da6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90423.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oExtracts items from nearby inventories without line-of-sight requirements. Shift + right click to select the target inventory.", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Puller Module Mk2" - } - }, - "questID:3": 90423, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90424.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90424.json deleted file mode 100644 index 2a5e3893..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90424.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSimulates a player action (specified in the module settings) on the target block (shift + right click).", - "icon:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Activator Module" - } - }, - "questID:3": 90424, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90425.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90425.json deleted file mode 100644 index a019d98b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90425.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows multiple routers to work at the same speed/order. To sync two routers, set two modules to the same value, and give each router the same number of speed upgrades.", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Sync Upgrade" - } - }, - "questID:3": 90425, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90426.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90426.json deleted file mode 100644 index 730c9241..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90426.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAllows a router to work with fluids.", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Fluid Transfer Upgrade" - } - }, - "questID:3": 90426, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90427.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90427.json deleted file mode 100644 index b054bbc1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90427.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLike the sender module, but for multiple inventories. Sorting methods can be specified in the module\u0027s settings.", - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Distributor Module" - } - }, - "questID:3": 90427, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90428.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90428.json deleted file mode 100644 index 900f0802..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90428.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlaces blocks in a line depending on redstone signal. Redstone and placing settings can be tweaked.", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Extruder Module Mk1" - } - }, - "questID:3": 90428, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90429.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90429.json deleted file mode 100644 index b94ef88b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90429.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like an extruder MK1, but blocks or pattern of blocks can be specified from the module\u0027s GUI. It doesn\u0027t consume blocks from the modular router buffer.", - "icon:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - }, - "name:8": "Extruder Module Mk2" - } - }, - "questID:3": 90429, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "modularrouters:module", - "tag:10": { - "Flags:1": 13, - "ModuleFilter:9": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90430.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90430.json deleted file mode 100644 index 1f0c359d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90430.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMakes routers silent and particle-free.", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Muffler Upgrade" - } - }, - "questID:3": 90430, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90431.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90431.json deleted file mode 100644 index 1befd184..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90431.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPrevents damage from bosses and explosions. ", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "modularrouters:upgrade" - }, - "name:8": "Blast Upgrade" - } - }, - "questID:3": 90431, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "modularrouters:upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90432.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90432.json deleted file mode 100644 index 616605c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90432.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like a limited item filter.", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "modularrouters:augment" - }, - "name:8": "Regulator Augment" - } - }, - "questID:3": 90432, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90433.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90433.json deleted file mode 100644 index bb19dcaa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90433.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA stack upgrade that works only on a specific module.", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "modularrouters:augment" - }, - "name:8": "Stack Augment" - } - }, - "questID:3": 90433, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90434.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90434.json deleted file mode 100644 index 27df38cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90434.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe vacuum module can collect XP.", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "modularrouters:augment" - }, - "name:8": "XP Vacuum Augment" - } - }, - "questID:3": 90434, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90435.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90435.json deleted file mode 100644 index 40907a29..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90435.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe MK2 extruder can place fake blocks with configurable properties.", - "icon:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "modularrouters:augment" - }, - "name:8": "Mimic Augment" - } - }, - "questID:3": 90435, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90436.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90436.json deleted file mode 100644 index cc9b720b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90436.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe extruder modules push mobs with a high force.", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "modularrouters:augment" - }, - "name:8": "Pushing Augment" - } - }, - "questID:3": 90436, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "modularrouters:augment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90437.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90437.json deleted file mode 100644 index 81c56059..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90437.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "preRequisites:11": [ - 43 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Organization is Everything" - } - }, - "questID:3": 90437, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/4/90438.json b/config - Copy/betterquesting/DefaultQuests/Quests/4/90438.json deleted file mode 100644 index 7feb83d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/4/90438.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 90106 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§o13x13x13", - "icon:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "compactmachines3:machine" - }, - "name:8": "Maximum Compact Machine" - } - }, - "questID:3": 90438, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "compactmachines3:machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1002.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1002.json deleted file mode 100644 index 08545ea7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1002.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20417 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oForestry bees can be a bit overwhelming, but these quests should tell you all that you need to breed and automate bees!\n\nFirst step! Get a scoop! This is used to harvest hives that are found all around the universe!\n", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:scoop" - }, - "name:8": "How do bees work?!?" - } - }, - "questID:3": 1002, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:portable_alyzer" - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:bee_chest" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:scoop" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1003.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1003.json deleted file mode 100644 index 1a0c4dfe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1003.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "preRequisites:11": [ - 1002 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThese are all of the hive blocks that can be found in-world. From these, you will be able to obtain all other bees!\n\nClicking on each hive will tell you where to find them, and what bees they will drop!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "forestry:beehives" - }, - "name:8": "Starter Bees" - } - }, - "questID:3": 1003, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabees:hive" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrabees:hive" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrabees:hive" - }, - "3:10": { - "Count:3": 1, - "id:8": "forestry:beehives" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "forestry:beehives" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "forestry:beehives" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "forestry:beehives" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "forestry:beehives" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "forestry:beehives" - }, - "9:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "forestry:beehives" - }, - "10:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "extrabees:hive" - }, - "11:10": { - "Count:3": 1, - "id:8": "magicbees:hiveblock" - }, - "12:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "magicbees:hiveblock" - }, - "13:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "magicbees:hiveblock" - }, - "14:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "magicbees:hiveblock" - }, - "15:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "magicbees:hiveblock" - }, - "16:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "magicbees:hiveblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1004.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1004.json deleted file mode 100644 index a6b3ae4e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1004.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you are still learning bees, make sure you understand the apiary before using the alveary!\n\nThe alveary is the upgraded version of the apiary, it\u0027s a multiblock where you can add upgrades and frame slots! \n\nA maxed alveary with automation is quite good for automations that require frames. For base bee automation an industrial apiary will be best.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:alveary.plain" - }, - "name:8": "Alveary (Advanced)" - } - }, - "questID:3": 1004, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 9, - "Damage:2": 1, - "id:8": "minecraft:wooden_slab" - }, - "1:10": { - "Count:3": 27, - "id:8": "forestry:alveary.plain" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:alveary.swarmer" - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:alveary.fan" - }, - "2:10": { - "Count:3": 1, - "id:8": "forestry:alveary.heater" - }, - "3:10": { - "Count:3": 1, - "id:8": "forestry:alveary.hygro" - }, - "4:10": { - "Count:3": 1, - "id:8": "forestry:alveary.stabiliser" - }, - "5:10": { - "Count:3": 1, - "id:8": "forestry:alveary.sieve" - }, - "6:10": { - "Count:3": 1, - "id:8": "careerbees:alveary_frame" - }, - "7:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "extrabees:alveary" - }, - "8:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "extrabees:alveary" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1005.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1005.json deleted file mode 100644 index 30115bb3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1005.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 20464 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 32000, - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 4, - "Water:3": 60000 - } - }, - "name:8": "Creative Watering Can" - } - }, - "questID:3": 1005, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 32000, - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 4, - "Water:3": 60000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1006.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1006.json deleted file mode 100644 index 4b02b3e0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1006.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis section describes how you can use some of the forestry addons for better bees!\n\nYou should get into this after understanding the bee breeding and production basics!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "forestry:bee_combs" - }, - "name:8": "Bee upgrades (Advanced)" - } - }, - "questID:3": 1006, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_combs" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1007.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1007.json deleted file mode 100644 index e7f06620..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1007.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEditing the genes of each bee will allow you to make powerful bees to suit all your needs!\n\nStart working on this after you understand the basics of bees!", - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "extrabees:honey_comb" - }, - "name:8": "Genetic Editing (Advanced)" - } - }, - "questID:3": 1007, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_combs" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/103570573.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/103570573.json deleted file mode 100644 index 4932c64e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/103570573.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Nucleartechnician", - "UID1:8": "gendustry.bee.Nucleartechnician" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Nucleartechnician", - "UID1:8": "gendustry.bee.Nucleartechnician" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Nuclear Technician Bee" - } - }, - "questID:3": 103570573, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Nucleartechnician", - "UID1:8": "gendustry.bee.Nucleartechnician" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Nucleartechnician", - "UID1:8": "gendustry.bee.Nucleartechnician" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1083627567.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1083627567.json deleted file mode 100644 index a5906158..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1083627567.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWith regards to LordRaine\n\n§fWho knew grinding balls were musical instruments in bee culture! The melodic bee is a maestro and artisan of the highest caliber: don\u0027t tell the bees we\u0027re using their musical instruments to kill gods. Or maybe do, they might enjoy that.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Serenading", - "UID1:8": "gendustry.bee.Serenading" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Serenading", - "UID1:8": "gendustry.bee.Serenading" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Serenating Bee" - } - }, - "questID:3": 1083627567, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Serenading", - "UID1:8": "gendustry.bee.Serenading" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Serenading", - "UID1:8": "gendustry.bee.Serenading" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1155.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1155.json deleted file mode 100644 index 9674f30d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1155.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumingot" - }, - "name:8": "Gatekeep me, Minion" - } - }, - "questID:3": 1155, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:ethaxiumingot" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:eldritchscale" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1202.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1202.json deleted file mode 100644 index 6f00e607..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1202.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEmeralds have a fairly high EMC value, and they can be farmed from chickens and evokers!\n\nEmerald chickens can be found in the overworld roaming around certain structures. Look for bewitchment silver blocks!\n\nEvoker spawn eggs are craftable ;)\n\nLater, you can use crops, although by then you probably have a better EMC farm!", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - }, - "name:8": "Emeralds!" - } - }, - "questID:3": 1202, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:emerald" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "minecraft:evocation_illager" - } - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1204.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1204.json deleted file mode 100644 index e3d25b6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1204.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "preRequisites:11": [ - 20489 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you want to make the best possible bees, these are the genes you should be going for!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Eugenics Intensifies" - } - }, - "questID:3": 1204, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:labware" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1205.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1205.json deleted file mode 100644 index 8fefaf37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1205.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFertility 4, obtained from wintry drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesWintry", - "UID1:8": "forestry.speciesWintry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersSnow", - "UID1:8": "forestry.flowersSnow" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectGlacial", - "UID1:8": "forestry.effectGlacial" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesWintry", - "UID1:8": "forestry.speciesWintry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersSnow", - "UID1:8": "forestry.flowersSnow" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectGlacial", - "UID1:8": "forestry.effectGlacial" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Best Fertility (For Making Drones)" - } - }, - "questID:3": 1205, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.fertilityMaximum", - "chromosome:3": 3, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1206.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1206.json deleted file mode 100644 index c3a62ca7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1206.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLifespan shortest, obtained from cultivated drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCultivated", - "UID1:8": "forestry.speciesCultivated" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCultivated", - "UID1:8": "forestry.speciesCultivated" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 10 - } - }, - "name:8": "Best Lifespan (For Breeding)" - } - }, - "questID:3": 1206, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.lifespanShortest", - "chromosome:3": 2, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1207.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1207.json deleted file mode 100644 index 1e63a915..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1207.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTolerates rain, obtained from rocky drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Tolerates Rain" - } - }, - "questID:3": 1207, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.boolTrue", - "chromosome:3": 7, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1208.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1208.json deleted file mode 100644 index 9a06cec8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1208.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNever sleeps, obtained from rocky drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Never Sleeps" - } - }, - "questID:3": 1208, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.boolTrue", - "chromosome:3": 5, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1209.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1209.json deleted file mode 100644 index 72e81a24..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1209.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTerritory largest, obtained from vindictive drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesVindictive", - "UID1:8": "forestry.speciesVindictive" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectRadioactive", - "UID1:8": "forestry.effectRadioactive" - } - } - }, - "Health:3": 40, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesVindictive", - "UID1:8": "forestry.speciesVindictive" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectRadioactive", - "UID1:8": "forestry.effectRadioactive" - } - } - }, - "MaxH:3": 40 - } - }, - "name:8": "Largest Territory" - } - }, - "questID:3": 1209, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.territoryLargest", - "chromosome:3": 11, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1210.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1210.json deleted file mode 100644 index 2d54291b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1210.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpeed robotic, obtained from robot drones!\n\nSecond best, speed fastest, obtained from blizzy drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.robot", - "UID1:8": "careerbees.robot" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "careerbees.speedRobotic", - "UID1:8": "careerbees.speedRobotic" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.robot", - "UID1:8": "careerbees.robot" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "careerbees.speedRobotic", - "UID1:8": "careerbees.speedRobotic" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Best Speed" - } - }, - "questID:3": 1210, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "careerbees.speedRobotic", - "chromosome:3": 1, - "species:8": "rootBees" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.speedFastest", - "chromosome:3": 1, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1211.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1211.json deleted file mode 100644 index 84948d30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1211.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFlowering maximum, obtained from jaded drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.jaded", - "UID1:8": "extrabees.species.jaded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringMaximum", - "UID1:8": "forestry.floweringMaximum" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectBeatific", - "UID1:8": "forestry.effectBeatific" - } - } - }, - "Health:3": 40, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.jaded", - "UID1:8": "extrabees.species.jaded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanNormal", - "UID1:8": "forestry.lifespanNormal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityMaximum", - "UID1:8": "forestry.fertilityMaximum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringMaximum", - "UID1:8": "forestry.floweringMaximum" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryLargest", - "UID1:8": "forestry.territoryLargest" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectBeatific", - "UID1:8": "forestry.effectBeatific" - } - } - }, - "MaxH:3": 40 - } - }, - "name:8": "Best Flowering" - } - }, - "questID:3": 1211, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.floweringMaximum", - "chromosome:3": 10, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1212.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1212.json deleted file mode 100644 index c9be9d9a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1212.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTemperature tolerance both 3, obtained from lime drones, the forestry ones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.lime", - "UID1:8": "gendustry.bee.lime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.lime", - "UID1:8": "gendustry.bee.lime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Best Temperature Tolerance - Bad for Specialty Drops" - } - }, - "questID:3": 1212, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceBoth3", - "chromosome:3": 4, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1213.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1213.json deleted file mode 100644 index 85c13c62..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1213.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHumidity tolerance both 3, obtained from cyan drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.cyan", - "UID1:8": "gendustry.bee.cyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.cyan", - "UID1:8": "gendustry.bee.cyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFastest", - "UID1:8": "forestry.speedFastest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth3", - "UID1:8": "forestry.toleranceBoth3" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Best Humidity Tolerance - Bad for Specialty Drops" - } - }, - "questID:3": 1213, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceBoth3", - "chromosome:3": 6, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1214.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1214.json deleted file mode 100644 index 2b6a9f7a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1214.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCave dwelling, obtained from rocky drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Works Underground" - } - }, - "questID:3": 1214, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.boolTrue", - "chromosome:3": 8, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1215.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1215.json deleted file mode 100644 index a659d3e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1215.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLifespan immortal, obtained from temporal drones!\n\nSecond best, lifespan longest, obtained from blizzy drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "name:8": "Best Lifespan (For Production)" - } - }, - "questID:3": 1215, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.lifespanLongest", - "chromosome:3": 2, - "species:8": "rootBees" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "careerbees.lifespanImmortal", - "chromosome:3": 2, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/12159594.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/12159594.json deleted file mode 100644 index 45a1c296..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/12159594.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lovely_chicken" - } - } - }, - "name:8": "Lovely" - } - }, - "questID:3": 12159594, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lovely_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1216.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1216.json deleted file mode 100644 index 5ec6b9ad..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1216.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFertility 1, obtained from rocky drones!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.rock", - "UID1:8": "extrabees.species.rock" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Best Fertility (For Farming Drops)" - } - }, - "questID:3": 1216, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.fertilityLow", - "chromosome:3": 3, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1217.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1217.json deleted file mode 100644 index c9dada61..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1217.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFrames are used to upgrade the apiary and alveary! The following quests list the best frames for each objective!\n\nYou should learn how to use the apiary before using frames!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:frame_untreated" - }, - "name:8": "Frames (Advanced)" - } - }, - "questID:3": 1217, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:stick" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1218.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1218.json deleted file mode 100644 index d6883c30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1218.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTraded with villagers! Can be automated with a trade exchanger, or using methods to repair the frame!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:frame_proven" - }, - "name:8": "Increase Production" - } - }, - "questID:3": 1218, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:frame_proven" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1219.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1219.json deleted file mode 100644 index b939955f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1219.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSoul combs can be farmed from multiple bees!", - "icon:10": { - "Count:3": 1, - "id:8": "magicbees:frames.gentle" - }, - "name:8": "Makes Ignobles Bees Work!" - } - }, - "questID:3": 1219, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "magicbees:frames.gentle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1220.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1220.json deleted file mode 100644 index ed5c4c7d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1220.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "careerbees:pheremone_frame" - }, - "name:8": "Make Pheremones" - } - }, - "questID:3": 1220, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "careerbees:pheremone_frame" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1223.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1223.json deleted file mode 100644 index 61882525..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1223.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUseful for long breeding chains!\n\n§7§oSoul combs can be farmed from multiple bees!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "magicbees:frames.oblivion" - }, - "name:8": "Bees are Instant!" - } - }, - "questID:3": 1223, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "magicbees:frames.oblivion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1224.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1224.json deleted file mode 100644 index ab0e1859..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1224.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou should not need this, the mutatron is better!", - "icon:10": { - "Count:3": 1, - "id:8": "magicbees:frames.metabolic" - }, - "name:8": "Easier to Breed Bees" - } - }, - "questID:3": 1224, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "magicbees:frames.metabolic" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1225.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1225.json deleted file mode 100644 index 84341c11..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1225.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1217 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYin and Yang essences can be farmed from the balanced bee!", - "icon:10": { - "Count:3": 1, - "id:8": "careerbees:eternalframe" - }, - "name:8": "Immortality" - } - }, - "questID:3": 1225, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "careerbees:eternalframe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1253.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1253.json deleted file mode 100644 index 77c73ee6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1253.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe bees in the following quests are going to be useful.\n\nSome will be required, some are just good to have around!\n\nThe quests will be completed by breeding bees using their default genes.", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:power_staff" - }, - "name:8": "Notable Bees" - } - }, - "questID:3": 1253, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:honey_drop" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1254.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1254.json deleted file mode 100644 index 0cc12774..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1254.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFrom the skeletal callstone!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Spring Water Bee" - } - }, - "questID:3": 1254, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Springwater", - "UID1:8": "gendustry.bee.Springwater" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersDirtBlocks", - "UID1:8": "gendustry.flowersDirtBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1255.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1255.json deleted file mode 100644 index f7821b08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1255.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - }, - "name:8": "Cyanite Bee" - } - }, - "questID:3": 1255, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.cyanite", - "UID1:8": "extrabees.species.cyanite" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1256.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1256.json deleted file mode 100644 index 6e64fc74..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1256.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Ptah!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Radiant Bee" - } - }, - "questID:3": 1256, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Radiant", - "UID1:8": "gendustry.bee.Radiant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1257.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1257.json deleted file mode 100644 index d4f34d1c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1257.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Hyperventilating Bee" - } - }, - "questID:3": 1257, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Oxygen", - "UID1:8": "gendustry.bee.Oxygen" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1258.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1258.json deleted file mode 100644 index afc3d38a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1258.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in the deep dark!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Flux Bee" - } - }, - "questID:3": 1258, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Flux", - "UID1:8": "gendustry.bee.Flux" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1259.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1259.json deleted file mode 100644 index f2f7d446..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1259.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on a warper plane! But which one?", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Acidic Bee" - } - }, - "questID:3": 1259, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.acidic", - "UID1:8": "extrabees.species.acidic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceUp1", - "UID1:8": "forestry.toleranceUp1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersJungle", - "UID1:8": "forestry.flowersJungle" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.acid", - "UID1:8": "extrabees.effect.acid" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1260.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1260.json deleted file mode 100644 index 69bb437c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1260.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Falacer!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Sniper Bee" - } - }, - "questID:3": 1260, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sniper", - "UID1:8": "gendustry.bee.Sniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1261.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1261.json deleted file mode 100644 index 4d7c1c7e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1261.json +++ /dev/null @@ -1,325 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Sedna!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Gravity Bee" - } - }, - "questID:3": 1261, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gravity", - "UID1:8": "gendustry.bee.Gravity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:singular_gravity_honey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1262.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1262.json deleted file mode 100644 index 2df7b8d0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1262.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPart of the Osiris puzzle!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Armored Bee" - } - }, - "questID:3": 1262, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Armored", - "UID1:8": "gendustry.bee.Armored" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1263.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1263.json deleted file mode 100644 index 2f22f2a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1263.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Falacer!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Gunman Bee" - } - }, - "questID:3": 1263, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gunman", - "UID1:8": "gendustry.bee.Gunman" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1264.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1264.json deleted file mode 100644 index 85aa61d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1264.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Falacer!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Artillery Bee" - } - }, - "questID:3": 1264, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Artillery", - "UID1:8": "gendustry.bee.Artillery" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1265.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1265.json deleted file mode 100644 index e2381cb5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1265.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPart of the Oi puzzle!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Fissile Bee" - } - }, - "questID:3": 1265, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fissile", - "UID1:8": "gendustry.bee.Fissile" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1266.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1266.json deleted file mode 100644 index b7d9a0c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1266.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Hator!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Trinity Bee" - } - }, - "questID:3": 1266, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Trinity", - "UID1:8": "gendustry.bee.Trinity" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1267.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1267.json deleted file mode 100644 index 601fe53e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1267.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Europa!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Shyre Empire Bee" - } - }, - "questID:3": 1267, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Shyre", - "UID1:8": "gendustry.bee.Shyre" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1268.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1268.json deleted file mode 100644 index c13f30e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1268.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on a warper plane! But which one?", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 1, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Skulking Bee" - } - }, - "questID:3": 1268, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 1, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesSkulking", - "UID1:8": "magicbees.speciesSkulking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedFast", - "UID1:8": "forestry.speedFast" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringFaster", - "UID1:8": "forestry.floweringFaster" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1269.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1269.json deleted file mode 100644 index d85fe99f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1269.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on a warper plane! But which one?", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Mysterious Bee" - } - }, - "questID:3": 1269, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesMysterious", - "UID1:8": "magicbees.speciesMysterious" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1270.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1270.json deleted file mode 100644 index 8542373f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1270.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Experienced Bee" - } - }, - "questID:3": 1270, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Experienced", - "UID1:8": "gendustry.bee.Experienced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersFrostedAllure", - "UID1:8": "gendustry.flowersFrostedAllure" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1271.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1271.json deleted file mode 100644 index 13d7e73e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1271.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo breed this bee you will have to use a regular apiary from forestry, and TNT needs to explode within 10 seconds of the drone and princess breeding.\n\nYou should explode a lot of TNT in water or claimed chunks to make sure this happens.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Mad Scientist Bee" - } - }, - "questID:3": 1271, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.mad_scientist", - "UID1:8": "careerbees.mad_scientist" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1272.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1272.json deleted file mode 100644 index c71ef471..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1272.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Necronomibee" - } - }, - "questID:3": 1272, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Necronomibee", - "UID1:8": "gendustry.bee.Necronomibee" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersAbyssalStatue", - "UID1:8": "gendustry.flowersAbyssalStatue" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1272834460.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1272834460.json deleted file mode 100644 index 39cbe651..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1272834460.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helium", - "UID1:8": "gendustry.bee.Helium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helium", - "UID1:8": "gendustry.bee.Helium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "High-Pitched Bee" - } - }, - "questID:3": 1272834460, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helium", - "UID1:8": "gendustry.bee.Helium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helium", - "UID1:8": "gendustry.bee.Helium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1273.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1273.json deleted file mode 100644 index db23d12e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1273.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "EMBee" - } - }, - "questID:3": 1273, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Alchemical", - "UID1:8": "gendustry.bee.Alchemical" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1274.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1274.json deleted file mode 100644 index aa4ae114..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1274.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFrom the Fluix Callstone!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Gorgon Bee" - } - }, - "questID:3": 1274, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Gorgon", - "UID1:8": "gendustry.bee.Gorgon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersGoldBlocks", - "UID1:8": "gendustry.flowersGoldBlocks" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1275.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1275.json deleted file mode 100644 index a8acda12..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1275.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFrom the radiactive callstone!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Thorium Bee" - } - }, - "questID:3": 1275, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thorium", - "UID1:8": "gendustry.bee.Thorium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1276.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1276.json deleted file mode 100644 index dff3be07..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1276.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFrom the radiating callstone!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Uranium Bee" - } - }, - "questID:3": 1276, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Uranium", - "UID1:8": "gendustry.bee.Uranium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1277.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1277.json deleted file mode 100644 index 0dd6a909..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1277.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - }, - "name:8": "Blutonium Bee" - } - }, - "questID:3": 1277, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "Health:3": 10, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "extrabees.species.blutonium", - "UID1:8": "extrabees.species.blutonium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShortest", - "UID1:8": "forestry.lifespanShortest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth2", - "UID1:8": "forestry.toleranceBoth2" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "extrabees.effect.radioactive", - "UID1:8": "extrabees.effect.radioactive" - } - } - }, - "MaxH:3": 10 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1278.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1278.json deleted file mode 100644 index 3f8be5ff..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1278.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Formic Bee" - } - }, - "questID:3": 1278, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Formic", - "UID1:8": "gendustry.bee.Formic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1279.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1279.json deleted file mode 100644 index ddaed6e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1279.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Balanced Bee" - } - }, - "questID:3": 1279, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Balanced", - "UID1:8": "gendustry.bee.Balanced" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1280.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1280.json deleted file mode 100644 index 2d8c0d51..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1280.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Herblore Bee" - } - }, - "questID:3": 1280, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Herblore", - "UID1:8": "gendustry.bee.Herblore" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1281.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1281.json deleted file mode 100644 index 958bfe35..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1281.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "name:8": "Temporal Bee" - } - }, - "questID:3": 1281, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.acceleration", - "UID1:8": "careerbees.acceleration" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1282.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1282.json deleted file mode 100644 index a54352e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1282.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on a warper plane! But which one?", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "Health:3": 70, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "MaxH:3": 70 - } - }, - "name:8": "Draconic Bee" - } - }, - "questID:3": 1282, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "Health:3": 70, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesDraconic", - "UID1:8": "magicbees.speciesDraconic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLongest", - "UID1:8": "forestry.lifespanLongest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceBoth1", - "UID1:8": "forestry.toleranceBoth1" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersEnd", - "UID1:8": "forestry.flowersEnd" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectMisanthrope", - "UID1:8": "forestry.effectMisanthrope" - } - } - }, - "MaxH:3": 70 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1283.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1283.json deleted file mode 100644 index d11efabd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1283.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Europa!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Twilight Horde Bee" - } - }, - "questID:3": 1283, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Twilight", - "UID1:8": "gendustry.bee.Twilight" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1284.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1284.json deleted file mode 100644 index 4adfd467..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1284.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Falacer!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Bomber Bee" - } - }, - "questID:3": 1284, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Bomber", - "UID1:8": "gendustry.bee.Bomber" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1285.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1285.json deleted file mode 100644 index 7f3346e6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1285.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPart of the Falacer puzzle!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Gun Devil Bee" - } - }, - "questID:3": 1285, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.GunDevil", - "UID1:8": "gendustry.bee.GunDevil" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1286.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1286.json deleted file mode 100644 index f546f6e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1286.json +++ /dev/null @@ -1,325 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Haumea!\n\nGives a buff to food placed on flower pedestals nearby.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Chef Bee" - } - }, - "questID:3": 1286, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.cook", - "UID1:8": "careerbees.cook" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.glazing", - "UID1:8": "careerbees.effect.glazing" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "careerbees:flower_pedastal" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1287.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1287.json deleted file mode 100644 index cd841f25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1287.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Osiris!\n\nGives a buff to armor placed on flower pedestals nearby.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Armorer Bee" - } - }, - "questID:3": 1287, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.armorer", - "UID1:8": "careerbees.armorer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.armorer", - "UID1:8": "careerbees.effect.armorer" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1288.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1288.json deleted file mode 100644 index c3c8017b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1288.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Luna!\n\nExtracts drops from nearby mobs without killing them.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Taxcollector Bee" - } - }, - "questID:3": 1288, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1289.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1289.json deleted file mode 100644 index 7222bb4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1289.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Orcus!\n\nGives a buff to swords placed on flower pedestals nearby.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Sharpening Bee" - } - }, - "questID:3": 1289, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.sharpening", - "UID1:8": "careerbees.sharpening" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.sharpen", - "UID1:8": "careerbees.effect.sharpen" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1290.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1290.json deleted file mode 100644 index 631a9cde..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1290.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§o§7§oComplete the biome ritual using the Terraformassiflora!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Energy Bee" - } - }, - "questID:3": 1290, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.energy", - "UID1:8": "careerbees.energy" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.rf", - "UID1:8": "careerbees.effect.rf" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1291.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1291.json deleted file mode 100644 index 568f1f83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1291.json +++ /dev/null @@ -1,246 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Haumea!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_princess_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesDemonic", - "UID1:8": "forestry.speciesDemonic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 1, - "MaxH:3": 60 - } - }, - "name:8": "Demonic Bee" - } - }, - "questID:3": 1291, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesDemonic", - "UID1:8": "forestry.speciesDemonic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesDemonic", - "UID1:8": "forestry.speciesDemonic" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringAverage", - "UID1:8": "forestry.floweringAverage" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1292.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1292.json deleted file mode 100644 index 6a90b359..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1292.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in L\u0027Borean!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "R\u0027lyehian Bee" - } - }, - "questID:3": 1292, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ryleyan", - "UID1:8": "gendustry.bee.Ryleyan" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "extrabees.flower.rock", - "UID1:8": "extrabees.flower.rock" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1304340834.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1304340834.json deleted file mode 100644 index fc89c022..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1304340834.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thermallyexpanded", - "UID1:8": "gendustry.bee.Thermallyexpanded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thermallyexpanded", - "UID1:8": "gendustry.bee.Thermallyexpanded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - }, - "name:8": "Thermally Expanded Bee" - } - }, - "questID:3": 1304340834, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thermallyexpanded", - "UID1:8": "gendustry.bee.Thermallyexpanded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Thermallyexpanded", - "UID1:8": "gendustry.bee.Thermallyexpanded" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1320.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1320.json deleted file mode 100644 index bb98201f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1320.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!\n\nIron ingots in nearby flower pedestals are turned into honey-comb ingots.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Honey-Smelter Bee" - } - }, - "questID:3": 1320, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.honey_smelter", - "UID1:8": "careerbees.honey_smelter" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1329.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1329.json deleted file mode 100644 index 6556c882..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1329.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the cleansing callstone!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Sanitizing Bee" - } - }, - "questID:3": 1329, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Sanitizing", - "UID1:8": "gendustry.bee.Sanitizing" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1343.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1343.json deleted file mode 100644 index 419b5426..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1343.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Heraldry Bee" - } - }, - "questID:3": 1343, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Heraldry", - "UID1:8": "gendustry.bee.Heraldry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1344.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1344.json deleted file mode 100644 index d234c1d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1344.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding!", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Agricultural Bee" - } - }, - "questID:3": 1344, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Agricultural", - "UID1:8": "gendustry.bee.Agricultural" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1346.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1346.json deleted file mode 100644 index 3e880684..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1346.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:hydrator" - }, - "name:8": "Hydrator (Great)" - } - }, - "questID:3": 1346, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:hydrator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1365120258.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1365120258.json deleted file mode 100644 index 9125132f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1365120258.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Tinkerest", - "UID1:8": "gendustry.bee.Tinkerest" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Tinkerest", - "UID1:8": "gendustry.bee.Tinkerest" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Tinkerest Bee" - } - }, - "questID:3": 1365120258, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Tinkerest", - "UID1:8": "gendustry.bee.Tinkerest" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Tinkerest", - "UID1:8": "gendustry.bee.Tinkerest" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1368.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1368.json deleted file mode 100644 index 1339eef4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1368.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrop sticks can be used as a means of plant automation, place a plant in crop sticks placed on tilled soil, and it will work as a better seed.\n\nTo harvest a grown plant without breaking the crop sticks, you can right click or use the following machines.\n\nSee the green revolution quest for info on how to use crops to make faster and better seeds!", - "icon:10": { - "Count:3": 1, - "id:8": "agricraft:crop_sticks" - }, - "name:8": "Crop Sticks" - } - }, - "questID:3": 1368, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "agricraft:crop_sticks" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1369.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1369.json deleted file mode 100644 index 8de08db3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1369.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:harvester_block" - }, - "name:8": "Gentle Harvester" - } - }, - "questID:3": 1369, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:harvester_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1370.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1370.json deleted file mode 100644 index 57c27acb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1370.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe plant gatherer normally breaks plants, but it has been modified here to work with crop sticks.\n\nThis is the preferred way of gathering resources from crop sticks!\n\nTo account for the high speed of all plant accelerators in the pack, the best way to farm crops is 3x3 lots with 8 crops each. You should use one gatherer for each lot.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:crop_recolector" - }, - "name:8": "Plant Gatherer" - } - }, - "questID:3": 1370, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:crop_recolector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1389.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1389.json deleted file mode 100644 index d2f690de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1389.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo breed chickens into new species, place two nesting pens facing each other!\n\nIn theory, just putting pens next to each other is enough, but come on, facing each other is so much cuter!", - "icon:10": { - "Count:3": 1, - "id:8": "hatchery:pen" - }, - "name:8": "Breeding Chickens" - } - }, - "questID:3": 1389, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 2, - "id:8": "hatchery:pen" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1398.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1398.json deleted file mode 100644 index 70fb1240..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1398.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20465 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe agricultural bee will let you make 10/10/10 seeds automatically!", - "icon:10": { - "Count:3": 1, - "Damage:2": 14012, - "id:8": "gendustry:honey_comb" - }, - "name:8": "Bees are Good" - } - }, - "questID:3": 1398, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14012, - "id:8": "gendustry:honey_comb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1399.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1399.json deleted file mode 100644 index 4ef1f169..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1399.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20475 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo upgrade your void miners, you will need special drops from each tier.\n\nThe crystal lens increases the drop rate of these resources, making it easier to upgrade your miners as you level them up.\n\nIt is a good idea to invest into one of these!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:laser_lens_crystal" - }, - "name:8": "More Upgrades" - } - }, - "questID:3": 1399, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:laser_lens_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1400.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1400.json deleted file mode 100644 index 80c14e72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1400.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following are good drops to farm with woot!\n\nWhen you unlock ultimate mob farms, thy can be used for those too!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "woot:shard" - }, - "name:8": "Let\u0027s Woot!" - } - }, - "questID:3": 1400, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:factory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1401.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1401.json deleted file mode 100644 index 94c69044..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1401.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests list all data models available, and their drops!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:data_model_blank" - }, - "name:8": "The Deepest Learning " - } - }, - "questID:3": 1401, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:polymer_clay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1402.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1402.json deleted file mode 100644 index 487bc810..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1402.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shards" - }, - "name:8": "So Divine" - } - }, - "questID:3": 1402, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_shards" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1403.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1403.json deleted file mode 100644 index c8142583..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1403.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:bluefire_stone" - }, - "name:8": "Bluefire" - } - }, - "questID:3": 1403, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:bluefire_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1404.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1404.json deleted file mode 100644 index f258248c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1404.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:nebulous_soul" - }, - "name:8": "Nebulous Soul" - } - }, - "questID:3": 1404, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:nebulous_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1405.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1405.json deleted file mode 100644 index 93d3dc18..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1405.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo produce chaos shards, the factory needs to receive a constant supply of awakened cores.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - }, - "name:8": "Chaos Shards" - } - }, - "questID:3": 1405, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:awakened_core" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1406.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1406.json deleted file mode 100644 index 5eb42d82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1406.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEden cadillions are a great source of bloodmaster for the long term!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_metal_head" - }, - "name:8": "Cadillions A\u0027Plenty" - } - }, - "questID:3": 1406, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_soul" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 30, - "id:8": "contenttweaker:material_part" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1407.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1407.json deleted file mode 100644 index a51364f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1407.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_blaze" - }, - "name:8": "Blaze (Good)" - } - }, - "questID:3": 1407, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_blaze" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "xreliquary:mob_ingredient" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 771, - "id:8": "thermalfoundation:material" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_rod" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1408.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1408.json deleted file mode 100644 index 2f4f4781..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1408.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_creeper" - }, - "name:8": "Creeper (OK)" - } - }, - "questID:3": 1408, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_creeper" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:gunpowder" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:copper_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1409.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1409.json deleted file mode 100644 index bf1a5d6e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1409.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_ghast" - }, - "name:8": "Ghast (Good)" - } - }, - "questID:3": 1409, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_ghast" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:ghast_tear" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1410.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1410.json deleted file mode 100644 index abf4641c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1410.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_enderman" - }, - "name:8": "Enderman (Good)" - } - }, - "questID:3": 1410, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_enderman" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:ender_pearl" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:end_crystal" - }, - "3:10": { - "Count:3": 1, - "id:8": "enderio:block_enderman_skull" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1411.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1411.json deleted file mode 100644 index a3b7dbb9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1411.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_shulker" - }, - "name:8": "Shulker (OK)" - } - }, - "questID:3": 1411, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_shulker" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:shulker_shell" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1412.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1412.json deleted file mode 100644 index 6ae0de0e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1412.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_skeleton" - }, - "name:8": "Skeleton (Good)" - } - }, - "questID:3": 1412, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_skeleton" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:bone" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:skull" - }, - "3:10": { - "Count:3": 1, - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1413.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1413.json deleted file mode 100644 index f7ad1a5b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1413.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_dragon" - }, - "name:8": "Ender Dragon (Great)" - } - }, - "questID:3": 1413, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_dragon" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:dragon_breath" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "mysticalagradditions:stuff" - }, - "3:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconium_dust" - }, - "4:10": { - "Count:3": 1, - "id:8": "bhc:green_heart" - }, - "5:10": { - "Count:3": 1, - "id:8": "minecraft:elytra" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1414.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1414.json deleted file mode 100644 index ad3d2c1a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1414.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_guardian" - }, - "name:8": "Guardian (Good)" - } - }, - "questID:3": 1414, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_guardian" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:prismarine_shard" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:prismarine_crystals" - }, - "3:10": { - "Count:3": 1, - "id:8": "bhc:red_heart" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1415.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1415.json deleted file mode 100644 index 7c249431..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1415.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_slime" - }, - "name:8": "Slime (Good)" - } - }, - "questID:3": 1415, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_slime" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "xreliquary:mob_ingredient" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:slime_ball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1416.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1416.json deleted file mode 100644 index 0bda5aa9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1416.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_spider" - }, - "name:8": "Spider (Good)" - } - }, - "questID:3": 1416, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_spider" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:spider_eye" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:string" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "xreliquary:mob_ingredient" - }, - "4:10": { - "Count:3": 1, - "id:8": "minecraft:web" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1417.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1417.json deleted file mode 100644 index c984f43e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1417.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_witch" - }, - "name:8": "Witch (OK)" - } - }, - "questID:3": 1417, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_witch" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1418.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1418.json deleted file mode 100644 index 4b8facea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1418.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_wither" - }, - "name:8": "Wither (Great)" - } - }, - "questID:3": 1418, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_wither" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:stuff" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:nether_tokens" - }, - "3:10": { - "Count:3": 1, - "id:8": "bhc:yellow_heart" - }, - "4:10": { - "Count:3": 1, - "id:8": "aoa3:small_skill_crystal" - }, - "5:10": { - "Count:3": 1, - "id:8": "aoa3:wither_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1419.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1419.json deleted file mode 100644 index 41d658fa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1419.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_thermal_elemental" - }, - "name:8": "Thermal Elementals (Great)" - } - }, - "questID:3": 1419, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_thermal_elemental" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 772, - "id:8": "thermalfoundation:material" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2050, - "id:8": "thermalfoundation:material" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2048, - "id:8": "thermalfoundation:material" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 2052, - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1420.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1420.json deleted file mode 100644 index 8cfc3f99..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1420.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_zombie" - }, - "name:8": "Zombie (OK)" - } - }, - "questID:3": 1420, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_zombie" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:rotten_flesh" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "xreliquary:mob_ingredient" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "minecraft:skull" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1421.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1421.json deleted file mode 100644 index 1041f1df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1421.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_wither_skeleton" - }, - "name:8": "Wither Skeleton (Good)" - } - }, - "questID:3": 1421, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_wither_skeleton" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "xreliquary:mob_ingredient" - }, - "3:10": { - "Count:3": 1, - "id:8": "iceandfire:witherbone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1422.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1422.json deleted file mode 100644 index c28a3452..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1422.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_forest" - }, - "name:8": "Twilight Forest (Great)" - } - }, - "questID:3": 1422, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_forest" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:naga_scale" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_life_1" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_keeping_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1423.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1423.json deleted file mode 100644 index cd1ddd89..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1423.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_swamp" - }, - "name:8": "Twilight Swamp (Great)" - } - }, - "questID:3": 1423, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_swamp" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:steeleaf_ingot" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:ironwood_raw" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:fiery_ingot" - }, - "4:10": { - "Count:3": 1, - "id:8": "twilightforest:hydra_chop" - }, - "5:10": { - "Count:3": 1, - "id:8": "bhc:yellow_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1424.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1424.json deleted file mode 100644 index e103038e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1424.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_glacier" - }, - "name:8": "Twilight Glacier (Great)" - } - }, - "questID:3": 1424, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_glacier" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:arctic_fur" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:alpha_fur" - }, - "3:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_life_2" - }, - "4:10": { - "Count:3": 1, - "id:8": "twilightforest:charm_of_keeping_2" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "xreliquary:mob_ingredient" - }, - "6:10": { - "Count:3": 1, - "id:8": "bhc:blue_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1425.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1425.json deleted file mode 100644 index f8994648..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1425.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_darkwood" - }, - "name:8": "Twilight Darkwood (Great)" - } - }, - "questID:3": 1425, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_twilight_darkwood" - }, - "1:10": { - "Count:3": 1, - "id:8": "twilightforest:armor_shard_cluster" - }, - "2:10": { - "Count:3": 1, - "id:8": "twilightforest:carminite" - }, - "3:10": { - "Count:3": 1, - "id:8": "bhc:green_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1426.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1426.json deleted file mode 100644 index 9cb42464..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1426.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_tinker_slime" - }, - "name:8": "Blue Slime (Great)" - } - }, - "questID:3": 1426, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_tinker_slime" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:edible" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "tconstruct:edible" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:edible" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1427.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1427.json deleted file mode 100644 index 7e15971c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1427.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_illager" - }, - "name:8": "Illager (Good)" - } - }, - "questID:3": 1427, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_illager" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:totem_of_undying" - }, - "2:10": { - "Count:3": 1, - "id:8": "bhc:blue_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1428.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1428.json deleted file mode 100644 index a3ab147a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1428.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_hydra" - }, - "name:8": "Hydra (Good)" - } - }, - "questID:3": 1428, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_hydra" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:hydra_fang" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:hydra_skull" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1429.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1429.json deleted file mode 100644 index c384a4cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1429.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_ayeraco" - }, - "name:8": "Ayeraco (Great)" - } - }, - "questID:3": 1429, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_ayeraco" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:divine_wisp" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:ayeraco_heart" - }, - "3:10": { - "Count:3": 1, - "id:8": "thaumicwonders:panacea" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 66, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1430.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1430.json deleted file mode 100644 index f8523901..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1430.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_nethengeicbeast" - }, - "name:8": "Nethengeic Beast (Good)" - } - }, - "questID:3": 1430, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_nethengeicbeast" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:flammable_dust" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:nethengeic_mark" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1431.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1431.json deleted file mode 100644 index c527a0f3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1431.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_kingbambambam" - }, - "name:8": "BamBamBam (Great)" - } - }, - "questID:3": 1431, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_kingbambambam" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:silver_coin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 27, - "id:8": "extrabees:misc" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1432.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1432.json deleted file mode 100644 index cc8f2b1b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1432.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_smash" - }, - "name:8": "Smash (Great)" - } - }, - "questID:3": 1432, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_smash" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:silver_coin" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 38, - "id:8": "techreborn:smalldust" - }, - "3:10": { - "Count:3": 1, - "id:8": "aoa3:copper_coin" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1433.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1433.json deleted file mode 100644 index d963969d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1433.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_corallus" - }, - "name:8": "Corallus (Great)" - } - }, - "questID:3": 1433, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_corallus" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:silver_coin" - }, - "2:10": { - "Count:3": 1, - "id:8": "aoa3:amphibiyte_lung" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 54, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1434.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1434.json deleted file mode 100644 index 5f1aae32..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1434.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_nethengeicwither" - }, - "name:8": "Nethengeic Wither (Great)" - } - }, - "questID:3": 1434, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_nethengeicwither" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 55, - "id:8": "techreborn:smalldust" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1435.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1435.json deleted file mode 100644 index d7e95c3a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1435.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_mothervoidwalker" - }, - "name:8": "Mother Void Walker (Good)" - } - }, - "questID:3": 1435, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_mothervoidwalker" - }, - "1:10": { - "Count:3": 1, - "id:8": "aoa3:void_scales" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 20, - "id:8": "actuallyadditions:item_misc" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thaumcraft:curio" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1436.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1436.json deleted file mode 100644 index 50ce6ac1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1436.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_betweenswamp" - }, - "name:8": "Sludge Monsters (Good)" - } - }, - "questID:3": 1436, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_betweenswamp" - }, - "1:10": { - "Count:3": 1, - "id:8": "thebetweenlands:rock_snot_pearl" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_solidified_experience" - }, - "3:10": { - "Count:3": 1, - "id:8": "thebetweenlands:sludge_ball" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1437.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1437.json deleted file mode 100644 index 7f4675bf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1437.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests list all things you may need in your agricultural journey!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "All Things Agriculture!" - } - }, - "questID:3": 1437, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:dirt" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1438.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1438.json deleted file mode 100644 index 685d5b33..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1438.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe seeds listed in the following quests will come in handy!\n\nNot all seeds are listed here, but the useful ones are here!\n\nThanks to shadow46x2 for helping with the list!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Notable Plants" - } - }, - "questID:3": 1438, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1439.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1439.json deleted file mode 100644 index 1cc1c5fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1439.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:wheat_seeds" - }, - "name:8": "Searchable in World" - } - }, - "questID:3": 1439, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1440.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1440.json deleted file mode 100644 index 13f36b83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1440.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "agricraft:agri_seed", - "tag:10": { - "agri_analyzed:1": 0, - "agri_gain:1": 1, - "agri_growth:1": 1, - "agri_seed:8": "resource:ferranium_plant", - "agri_strength:1": 1 - } - }, - "name:8": "Breedable " - } - }, - "questID:3": 1440, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1441.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1441.json deleted file mode 100644 index dafb6bd5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1441.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:crafting" - }, - "name:8": "Tier 1" - } - }, - "questID:3": 1441, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1442.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1442.json deleted file mode 100644 index 04ebe089..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1442.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "mysticalagriculture:crafting" - }, - "name:8": "Tier 2" - } - }, - "questID:3": 1442, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1443.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1443.json deleted file mode 100644 index 5b104976..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1443.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "mysticalagriculture:crafting" - }, - "name:8": "Tier 3" - } - }, - "questID:3": 1443, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1444.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1444.json deleted file mode 100644 index 3e93ff53..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1444.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "mysticalagriculture:crafting" - }, - "name:8": "Tier 4" - } - }, - "questID:3": 1444, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1445.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1445.json deleted file mode 100644 index ff3ddc5a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1445.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "mysticalagriculture:crafting" - }, - "name:8": "Tier 5" - } - }, - "questID:3": 1445, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "mysticalagriculture:crafting" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1446.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1446.json deleted file mode 100644 index 76fbd956..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1446.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1438 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:insanium" - }, - "name:8": "Tier 6" - } - }, - "questID:3": 1446, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:insanium" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1447.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1447.json deleted file mode 100644 index 3137d6e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1447.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:tier6_inferium_seeds" - }, - "name:8": "Tier 6 Inferium" - } - }, - "questID:3": 1447, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:tier6_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1448.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1448.json deleted file mode 100644 index 1cfc8f5a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1448.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier5_inferium_seeds" - }, - "name:8": "Tier 5 Inferium" - } - }, - "questID:3": 1448, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier5_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1449.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1449.json deleted file mode 100644 index c3f486db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1449.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier4_inferium_seeds" - }, - "name:8": "Tier 4 Inferium" - } - }, - "questID:3": 1449, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier4_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1450.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1450.json deleted file mode 100644 index f03406ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1450.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier3_inferium_seeds" - }, - "name:8": "Tier 3 Inferium" - } - }, - "questID:3": 1450, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier3_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1451.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1451.json deleted file mode 100644 index 6d0343cc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1451.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier2_inferium_seeds" - }, - "name:8": "Tier 2 Inferium" - } - }, - "questID:3": 1451, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier2_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1452.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1452.json deleted file mode 100644 index e8095c22..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1452.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1441 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier1_inferium_seeds" - }, - "name:8": "Tier 1 Inferium" - } - }, - "questID:3": 1452, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tier1_inferium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1453.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1453.json deleted file mode 100644 index cf8fb53d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1453.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1441 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:stone_seeds" - }, - "name:8": "Stone" - } - }, - "questID:3": 1453, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:stone_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1453897011.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1453897011.json deleted file mode 100644 index 37597c1f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1453897011.json +++ /dev/null @@ -1,327 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Taxcollector bee will produce the drops of nearby mobs. This will be used in some specific farms.\n\nTo reduce the entity lag from the mobs used in these farms, a boat and a passifier syringe can be used to reduce mob AI.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Taxcollector Farm" - } - }, - "questID:3": 1453897011, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.taxcollector", - "UID1:8": "careerbees.taxcollector" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.taxation", - "UID1:8": "careerbees.effect.taxation" - } - } - }, - "MaxH:3": 50 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:industrial_apiary" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:boat" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "enderutilities:syringe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1454.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1454.json deleted file mode 100644 index 58bb5d28..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1454.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:nether_seeds" - }, - "name:8": "Netherrack" - } - }, - "questID:3": 1454, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:nether_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1455.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1455.json deleted file mode 100644 index 932c1a98..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1455.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:thaumium_seeds" - }, - "name:8": "Thaumium" - } - }, - "questID:3": 1455, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:thaumium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1456.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1456.json deleted file mode 100644 index 1f349823..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1456.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:mithril_seeds" - }, - "name:8": "Mithril" - } - }, - "questID:3": 1456, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:mithril_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1457.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1457.json deleted file mode 100644 index f74bc392..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1457.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:emerald_seeds" - }, - "name:8": "Emerald" - } - }, - "questID:3": 1457, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:emerald_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1458.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1458.json deleted file mode 100644 index 2b6f2071..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1458.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:dragon_egg_seeds" - }, - "name:8": "Dragon Egg" - } - }, - "questID:3": 1458, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:dragon_egg_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1459.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1459.json deleted file mode 100644 index 8d9f3314..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1459.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:nether_star_seeds" - }, - "name:8": "Nether Star" - } - }, - "questID:3": 1459, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:nether_star_seeds" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1460.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1460.json deleted file mode 100644 index 110f3c9b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1460.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tungsten_seeds" - }, - "name:8": "Tungsten" - } - }, - "questID:3": 1460, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tungsten_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1461.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1461.json deleted file mode 100644 index e2a75c29..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1461.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ruby_seeds" - }, - "name:8": "Ruby" - } - }, - "questID:3": 1461, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ruby_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1462.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1462.json deleted file mode 100644 index 7edc4e26..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1462.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:steeleaf_seeds" - }, - "name:8": "Steeleaf" - } - }, - "questID:3": 1462, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:steeleaf_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1463.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1463.json deleted file mode 100644 index ad078da1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1463.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fire_seeds" - }, - "name:8": "Fire" - } - }, - "questID:3": 1463, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fire_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1464.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1464.json deleted file mode 100644 index e08164fa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1464.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1441 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:dirt_seeds" - }, - "name:8": "Dirt" - } - }, - "questID:3": 1464, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:dirt_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1465.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1465.json deleted file mode 100644 index 609e4390..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1465.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:mystical_flower_seeds" - }, - "name:8": "Mystical Flowers" - } - }, - "questID:3": 1465, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:mystical_flower_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1466.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1466.json deleted file mode 100644 index e2bd1434..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1466.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:sulfur_seeds" - }, - "name:8": "Sulfur" - } - }, - "questID:3": 1466, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:sulfur_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1467.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1467.json deleted file mode 100644 index fad49bc5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1467.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:syrmorite_seeds" - }, - "name:8": "Syrmorite" - } - }, - "questID:3": 1467, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:syrmorite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1468.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1468.json deleted file mode 100644 index c06f35ef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1468.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:sapphire_seeds" - }, - "name:8": "Sapphire" - } - }, - "questID:3": 1468, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:sapphire_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1469.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1469.json deleted file mode 100644 index da2024b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1469.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:titanium_seeds" - }, - "name:8": "Titanium" - } - }, - "questID:3": 1469, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:titanium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1470.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1470.json deleted file mode 100644 index 94e2a316..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1470.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:awakened_draconium_seeds" - }, - "name:8": "Awakened Draconium" - } - }, - "questID:3": 1470, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:awakened_draconium_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1471.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1471.json deleted file mode 100644 index 883444f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1471.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1440 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNot great for emerald, but it\u0027s used in some recipes!", - "icon:10": { - "Count:3": 1, - "id:8": "agricraft:agri_seed", - "tag:10": { - "agri_analyzed:1": 0, - "agri_gain:1": 1, - "agri_growth:1": 1, - "agri_seed:8": "resource:emeryllis_plant", - "agri_strength:1": 1 - } - }, - "name:8": "Emeryllis" - } - }, - "questID:3": 1471, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "agricraft:agri_seed", - "tag:10": { - "agri_analyzed:1": 0, - "agri_gain:1": 1, - "agri_growth:1": 1, - "agri_seed:8": "resource:emeryllis_plant", - "agri_strength:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1472.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1472.json deleted file mode 100644 index 50eeb19d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1472.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "aoa3:holly_top_seeds" - }, - "name:8": "Holly Top" - } - }, - "questID:3": 1472, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "aoa3:holly_top_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1473.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1473.json deleted file mode 100644 index 71519664..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1473.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_flax_seed" - }, - "name:8": "Flax" - } - }, - "questID:3": 1473, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_flax_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1474.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1474.json deleted file mode 100644 index e74a7459..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1474.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:octine_seeds" - }, - "name:8": "Octine" - } - }, - "questID:3": 1474, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:octine_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1475.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1475.json deleted file mode 100644 index 8e3de5d3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1475.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:black_quartz_seeds" - }, - "name:8": "Black Quartz" - } - }, - "questID:3": 1475, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:black_quartz_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1476.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1476.json deleted file mode 100644 index 588f4f79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1476.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_canola_seed" - }, - "name:8": "Canola" - } - }, - "questID:3": 1476, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_canola_seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1477.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1477.json deleted file mode 100644 index f6972207..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1477.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "immersiveengineering:seed" - }, - "name:8": "Hemp" - } - }, - "questID:3": 1477, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersiveengineering:seed" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1478.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1478.json deleted file mode 100644 index df0ca8ac..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1478.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:aquamarine_seeds" - }, - "name:8": "Aquamarine" - } - }, - "questID:3": 1478, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:aquamarine_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1479.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1479.json deleted file mode 100644 index 3194de94..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1479.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 1439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:aconitum_seeds" - }, - "name:8": "Bewitchment Seeds" - } - }, - "questID:3": 1479, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:aconitum_seeds" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:belladonna_seeds" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:garlic_seeds" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:hellebore_seeds" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:mandrake_seeds" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage_seeds" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:wormwood_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1480.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1480.json deleted file mode 100644 index 0abbc413..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1480.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:electrotine_seeds" - }, - "name:8": "Electrotine" - } - }, - "questID:3": 1480, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:electrotine_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1481.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1481.json deleted file mode 100644 index c226ac01..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1481.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:coralium_seeds" - }, - "name:8": "Coralium" - } - }, - "questID:3": 1481, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:coralium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1482.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1482.json deleted file mode 100644 index 8897069f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1482.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ironwood_seeds" - }, - "name:8": "Ironwood" - } - }, - "questID:3": 1482, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ironwood_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1483.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1483.json deleted file mode 100644 index 688ade51..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1483.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ardite_seeds" - }, - "name:8": "Ardite" - } - }, - "questID:3": 1483, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ardite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1484.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1484.json deleted file mode 100644 index cf822e08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1484.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:knightslime_seeds" - }, - "name:8": "Knightslime" - } - }, - "questID:3": 1484, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:knightslime_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1485.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1485.json deleted file mode 100644 index 359a111d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1485.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:graphite_seeds" - }, - "name:8": "Graphite" - } - }, - "questID:3": 1485, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:graphite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1486.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1486.json deleted file mode 100644 index 5af36726..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1486.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1443 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:saltpeter_seeds" - }, - "name:8": "Saltpeter" - } - }, - "questID:3": 1486, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:saltpeter_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1487.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1487.json deleted file mode 100644 index f4d7da55..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1487.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:peridot_seeds" - }, - "name:8": "Peridot" - } - }, - "questID:3": 1487, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:peridot_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1488.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1488.json deleted file mode 100644 index 68e9ba3c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1488.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:amber_seeds" - }, - "name:8": "Amber" - } - }, - "questID:3": 1488, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:amber_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1489.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1489.json deleted file mode 100644 index 9ee42814..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1489.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:topaz_seeds" - }, - "name:8": "Topaz" - } - }, - "questID:3": 1489, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:topaz_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1490.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1490.json deleted file mode 100644 index ed1ba312..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1490.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:malachite_seeds" - }, - "name:8": "Malachite" - } - }, - "questID:3": 1490, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:malachite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1491.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1491.json deleted file mode 100644 index 05a8c7b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1491.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tanzanite_seeds" - }, - "name:8": "Tanzanite" - } - }, - "questID:3": 1491, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:tanzanite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1492.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1492.json deleted file mode 100644 index 0f52824b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1492.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:hop_graphite_seeds" - }, - "name:8": "HOP Graphite" - } - }, - "questID:3": 1492, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:hop_graphite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1493.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1493.json deleted file mode 100644 index bf26a0a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1493.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:cobalt_seeds" - }, - "name:8": "Cobalt" - } - }, - "questID:3": 1493, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:cobalt_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1494.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1494.json deleted file mode 100644 index 43580f28..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1494.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:void_metal_seeds" - }, - "name:8": "Void Metal" - } - }, - "questID:3": 1494, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:void_metal_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1495.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1495.json deleted file mode 100644 index 94b0865d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1495.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:knightmetal_seeds" - }, - "name:8": "Knightmetal" - } - }, - "questID:3": 1495, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:knightmetal_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1496.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1496.json deleted file mode 100644 index 2f631d32..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1496.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fiery_ingot_seeds" - }, - "name:8": "Fiery" - } - }, - "questID:3": 1496, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fiery_ingot_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1497.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1497.json deleted file mode 100644 index b7522fe0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1497.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:abyssalnite_seeds" - }, - "name:8": "Abyssalnite" - } - }, - "questID:3": 1497, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:abyssalnite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1498.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1498.json deleted file mode 100644 index 29a7b9bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1498.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:thorium_seeds" - }, - "name:8": "Thorium" - } - }, - "questID:3": 1498, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:thorium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1499.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1499.json deleted file mode 100644 index 6ec40028..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1499.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:jade_seeds" - }, - "name:8": "Jade" - } - }, - "questID:3": 1499, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:jade_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1500.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1500.json deleted file mode 100644 index 642f528b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1500.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1444 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fluix_seeds" - }, - "name:8": "Fluix" - } - }, - "questID:3": 1500, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fluix_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1501.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1501.json deleted file mode 100644 index ad6088f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1501.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:uranium_seeds" - }, - "name:8": "Uranium" - } - }, - "questID:3": 1501, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:uranium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1502.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1502.json deleted file mode 100644 index aeca084b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1502.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:chrome_seeds" - }, - "name:8": "Chrome" - } - }, - "questID:3": 1502, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:chrome_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1503.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1503.json deleted file mode 100644 index ec0d61cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1503.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:platinum_seeds" - }, - "name:8": "Platinum" - } - }, - "questID:3": 1503, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:platinum_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1504.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1504.json deleted file mode 100644 index 9cefcda0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1504.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:iridium_seeds" - }, - "name:8": "Iridium" - } - }, - "questID:3": 1504, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:iridium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1505.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1505.json deleted file mode 100644 index 50ef15b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1505.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:dreadium_seeds" - }, - "name:8": "Dreadium" - } - }, - "questID:3": 1505, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:dreadium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1506.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1506.json deleted file mode 100644 index 9fb682c0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1506.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:valonite_seeds" - }, - "name:8": "Valonite" - } - }, - "questID:3": 1506, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:valonite_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1507.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1507.json deleted file mode 100644 index cbad1f13..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1507.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:starmetal_seeds" - }, - "name:8": "Starmetal" - } - }, - "questID:3": 1507, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:starmetal_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1508.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1508.json deleted file mode 100644 index 18eb7a28..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1508.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ender_amethyst_seeds" - }, - "name:8": "Ender Amethyst" - } - }, - "questID:3": 1508, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:ender_amethyst_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1509.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1509.json deleted file mode 100644 index 80a0a4a0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1509.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:draconium_seeds" - }, - "name:8": "Draconium" - } - }, - "questID:3": 1509, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:draconium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1510.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1510.json deleted file mode 100644 index fe711bfd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1510.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1445 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:yellorium_seeds" - }, - "name:8": "Yellorium" - } - }, - "questID:3": 1510, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:yellorium_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1511.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1511.json deleted file mode 100644 index a581a96b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1511.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1446 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:neutronium_seeds" - }, - "name:8": "Neutronium" - } - }, - "questID:3": 1511, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagradditions:neutronium_seeds" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "mysticalagradditions:special" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1512.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1512.json deleted file mode 100644 index cebeb2c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1512.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests list all useful chickens in the pack.\n\nFor all of these, spawn eggs are craftable to be used in the mechanized coop.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Notable Chickens" - } - }, - "questID:3": 1512, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1513.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1513.json deleted file mode 100644 index 771bc516..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1513.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:lavachicken" - } - } - }, - "name:8": "Lava" - } - }, - "questID:3": 1513, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:lavachicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1514.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1514.json deleted file mode 100644 index 74e72d55..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1514.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:gunpowderchicken" - } - } - }, - "name:8": "Gunpowder" - } - }, - "questID:3": 1514, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:gunpowderchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1515.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1515.json deleted file mode 100644 index dd11beee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1515.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:glasschicken" - } - } - }, - "name:8": "Glass (not as notable)" - } - }, - "questID:3": 1515, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:glasschicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1516.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1516.json deleted file mode 100644 index 3104609b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1516.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - }, - "name:8": "Emerald" - } - }, - "questID:3": 1516, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:emeraldchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1517.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1517.json deleted file mode 100644 index 4b9e4cfd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1517.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:stringchicken" - } - } - }, - "name:8": "String" - } - }, - "questID:3": 1517, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:stringchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1518.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1518.json deleted file mode 100644 index d23722a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1518.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pshardchicken" - } - } - }, - "name:8": "Prismarine Shard" - } - }, - "questID:3": 1518, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pshardchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1519.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1519.json deleted file mode 100644 index d7db92cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1519.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:waterchicken" - } - } - }, - "name:8": "Water" - } - }, - "questID:3": 1519, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:waterchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1520.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1520.json deleted file mode 100644 index 7c198899..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1520.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:slimechicken" - } - } - }, - "name:8": "Slime" - } - }, - "questID:3": 1520, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:slimechicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1521.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1521.json deleted file mode 100644 index 40a076dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1521.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pcrystalchicken" - } - } - }, - "name:8": "Prismarine Crystal" - } - }, - "questID:3": 1521, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "chickens:pcrystalchicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1522.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1522.json deleted file mode 100644 index b37aa133..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1522.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:netherite_chicken" - } - } - }, - "name:8": "Netherite" - } - }, - "questID:3": 1522, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:netherite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1523.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1523.json deleted file mode 100644 index e6750a14..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1523.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:runium_chicken" - } - } - }, - "name:8": "Runium" - } - }, - "questID:3": 1523, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:runium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1524.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1524.json deleted file mode 100644 index 9ceefc95..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1524.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:realmite_chicken" - } - } - }, - "name:8": "Realmite" - } - }, - "questID:3": 1524, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:realmite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1525.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1525.json deleted file mode 100644 index b0fd1af3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1525.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amethyst_chicken" - } - } - }, - "name:8": "Ascended Amethyst" - } - }, - "questID:3": 1525, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amethyst_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1526.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1526.json deleted file mode 100644 index f2008546..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1526.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rupee_chicken" - } - } - }, - "name:8": "Rupee" - } - }, - "questID:3": 1526, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rupee_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1527.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1527.json deleted file mode 100644 index d3e26bd6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1527.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodgem_chicken" - } - } - }, - "name:8": "Bloodgem" - } - }, - "questID:3": 1527, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodgem_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1528.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1528.json deleted file mode 100644 index a1540f68..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1528.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:limonite_chicken" - } - } - }, - "name:8": "Limonite" - } - }, - "questID:3": 1528, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:limonite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1529.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1529.json deleted file mode 100644 index a53f5f1e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1529.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:arlemite_chicken" - } - } - }, - "name:8": "Arlemite" - } - }, - "questID:3": 1529, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:arlemite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1530.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1530.json deleted file mode 100644 index 7dd4db2d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1530.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:jade_chicken" - } - } - }, - "name:8": "Ascended Jade" - } - }, - "questID:3": 1530, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:jade_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1531.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1531.json deleted file mode 100644 index bcf6a778..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1531.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:emberstone_chicken" - } - } - }, - "name:8": "Emberstone" - } - }, - "questID:3": 1531, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:emberstone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1532.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1532.json deleted file mode 100644 index 8a930a2a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1532.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rosite_chicken" - } - } - }, - "name:8": "Rosite" - } - }, - "questID:3": 1532, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rosite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1533.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1533.json deleted file mode 100644 index cd9bea5e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1533.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:sapphire_chicken" - } - } - }, - "name:8": "Ascended Sapphire" - } - }, - "questID:3": 1533, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:sapphire_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1534.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1534.json deleted file mode 100644 index 6c623568..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1534.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1512 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Early Game Chickens" - } - }, - "questID:3": 1534, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:colored_egg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1535.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1535.json deleted file mode 100644 index ff79ddd4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1535.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mithrillium_chicken" - } - } - }, - "name:8": "Mithrillium" - } - }, - "questID:3": 1535, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mithrillium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1536.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1536.json deleted file mode 100644 index 7652be74..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1536.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:cold_iron_chicken" - } - } - }, - "name:8": "Cold Iron" - } - }, - "questID:3": 1536, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:cold_iron_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1537.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1537.json deleted file mode 100644 index 8924d442..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1537.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amber_chicken" - } - } - }, - "name:8": "Arcane Amber" - } - }, - "questID:3": 1537, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:amber_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1538.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1538.json deleted file mode 100644 index dd0672b2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1538.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:glitch_chicken" - } - } - }, - "name:8": "Glitch" - } - }, - "questID:3": 1538, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:glitch_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1539.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1539.json deleted file mode 100644 index 8a53ddf9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1539.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:energy_chicken" - } - } - }, - "name:8": "Energy" - } - }, - "questID:3": 1539, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:energy_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1540.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1540.json deleted file mode 100644 index e48d157b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1540.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1534, - 20327 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "First Mythic Shell" - } - }, - "questID:3": 1540, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1541.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1541.json deleted file mode 100644 index f41bcb7e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1541.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chestbone_fragment_chicken" - } - } - }, - "name:8": "Precasia" - } - }, - "questID:3": 1541, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:skullbone_fragment_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chestbone_fragment_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:legbone_fragment_chicken" - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:footbone_fragment_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1542.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1542.json deleted file mode 100644 index 6f3321a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1542.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fluctuatite_chicken" - } - } - }, - "name:8": "Lelyetia" - } - }, - "questID:3": 1542, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fluctuatite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1543.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1543.json deleted file mode 100644 index c30bcc72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1543.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:gemenyte_chicken" - } - } - }, - "name:8": "Creeponia" - } - }, - "questID:3": 1543, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:gemenyte_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:jewelyte_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ornamyte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1544.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1544.json deleted file mode 100644 index c4c1c8e4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1544.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:charged_runium_chicken" - } - } - }, - "name:8": "Deeplands" - } - }, - "questID:3": 1544, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:charged_runium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1545.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1545.json deleted file mode 100644 index 2a7bbd72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1545.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:varsium_chicken" - } - } - }, - "name:8": "Barathos" - } - }, - "questID:3": 1545, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:varsium_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:blazium_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:baronyte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1546.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1546.json deleted file mode 100644 index 82122014..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1546.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodstone_chicken" - } - } - }, - "name:8": "Abyss" - } - }, - "questID:3": 1546, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:bloodstone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1547.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1547.json deleted file mode 100644 index 61c851cf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1547.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rhenium_chicken" - } - } - }, - "name:8": "Rhenia" - } - }, - "questID:3": 1547, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rhenium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1548.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1548.json deleted file mode 100644 index b49a88c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1548.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1540 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on Vibe!", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:pure_chicken" - } - } - }, - "name:8": "Pure" - } - }, - "questID:3": 1548, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:pure_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1549.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1549.json deleted file mode 100644 index 4116b06d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1549.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:yellow_gemstone_chicken" - } - } - }, - "name:8": "Crystevia" - } - }, - "questID:3": 1549, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:green_gemstone_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:purple_gemstone_chicken" - } - } - }, - "2:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:yellow_gemstone_chicken" - } - } - }, - "3:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:blue_gemstone_chicken" - } - } - }, - "4:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:red_gemstone_chicken" - } - } - }, - "5:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:white_gemstone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1550.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1550.json deleted file mode 100644 index 62c3c6ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1550.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:candyte_chicken" - } - } - }, - "name:8": "Candyland" - } - }, - "questID:3": 1550, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:candyte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1551.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1551.json deleted file mode 100644 index 7f643990..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1551.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:vityte_chicken" - } - } - }, - "name:8": "Gardencia" - } - }, - "questID:3": 1551, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:vityte_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1552.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1552.json deleted file mode 100644 index 372d5880..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1552.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lyon_chicken" - } - } - }, - "name:8": "Iromine" - } - }, - "questID:3": 1552, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lyon_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1553.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1553.json deleted file mode 100644 index 13d95e49..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1553.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mystite_chicken" - } - } - }, - "name:8": "Mysterium" - } - }, - "questID:3": 1553, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:mystite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1553598788.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1553598788.json deleted file mode 100644 index e4f1738c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1553598788.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fluorine", - "UID1:8": "gendustry.bee.Fluorine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fluorine", - "UID1:8": "gendustry.bee.Fluorine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Dentist Bee" - } - }, - "questID:3": 1553598788, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fluorine", - "UID1:8": "gendustry.bee.Fluorine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fluorine", - "UID1:8": "gendustry.bee.Fluorine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectIgnition", - "UID1:8": "forestry.effectIgnition" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1554.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1554.json deleted file mode 100644 index a6c88e8e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1554.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:crystallite_chicken" - } - } - }, - "name:8": "Haven" - } - }, - "questID:3": 1554, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:crystallite_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1555.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1555.json deleted file mode 100644 index 4fffbe82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1555.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:polonium_chicken" - } - } - }, - "name:8": "Vox Ponds" - } - }, - "questID:3": 1555, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:polonium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1556.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1556.json deleted file mode 100644 index 1c754949..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1556.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1558 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:palladium_chicken" - } - } - }, - "name:8": "Palladium" - } - }, - "questID:3": 1556, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:palladium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1558.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1558.json deleted file mode 100644 index 228ee0aa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1558.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1534, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Second Mythic Shell" - } - }, - "questID:3": 1558, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:eden_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1559.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1559.json deleted file mode 100644 index e6ddca85..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1559.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1534, - 20411 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Third Mythic Shell" - } - }, - "questID:3": 1559, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:wildwood_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1560.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1560.json deleted file mode 100644 index 059102cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1560.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1534, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Fourth Mythic Shell" - } - }, - "questID:3": 1560, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:apalachia_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1561.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1561.json deleted file mode 100644 index bb4a41b0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1561.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1534, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Fifth Mythic Shell" - } - }, - "questID:3": 1561, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:skythern_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1562.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1562.json deleted file mode 100644 index 0315596f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1562.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:elecanium_chicken" - } - } - }, - "name:8": "Runandor" - } - }, - "questID:3": 1562, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:elecanium_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:brightsteel_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1563.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1563.json deleted file mode 100644 index 88450ccc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1563.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lunastone_chicken" - } - } - }, - "name:8": "Lunalus" - } - }, - "questID:3": 1563, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:lunastone_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1564.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1564.json deleted file mode 100644 index caac40f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1564.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chalcedony_chicken" - } - } - }, - "name:8": "L\u0027Borean" - } - }, - "questID:3": 1564, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chalcedony_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1565.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1565.json deleted file mode 100644 index 8cc889a1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1565.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chaos_chicken" - } - } - }, - "name:8": "Chaos" - } - }, - "questID:3": 1565, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:chaos_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1566.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1566.json deleted file mode 100644 index 63e308db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1566.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ghastly_chicken" - } - } - }, - "name:8": "Greckon" - } - }, - "questID:3": 1566, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ghastly_chicken" - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:ghoulish_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1567.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1567.json deleted file mode 100644 index d82fb4eb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1567.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:caesium_chicken" - } - } - }, - "name:8": "Ancient Cavern" - } - }, - "questID:3": 1567, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:caesium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1568.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1568.json deleted file mode 100644 index ae098321..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1568.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:strontium_chicken" - } - } - }, - "name:8": "Dustopia" - } - }, - "questID:3": 1568, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:strontium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1569.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1569.json deleted file mode 100644 index 0009e5ab..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1569.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rubidium_chicken" - } - } - }, - "name:8": "Immortallis" - } - }, - "questID:3": 1569, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:rubidium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1570.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1570.json deleted file mode 100644 index 3486b6b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1570.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests highlight misc resource-making sources for later on.\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Misc Resources" - } - }, - "questID:3": 1570, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:divine_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1571.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1571.json deleted file mode 100644 index 96321bc5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1571.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1570 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:soularium_essence" - }, - "name:8": "Essence Stones" - } - }, - "questID:3": 1571, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "advancedrocketry:warpcore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1572.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1572.json deleted file mode 100644 index 303b9f40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1572.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1561 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:infinity_chicken" - } - } - }, - "name:8": "Infinity" - } - }, - "questID:3": 1572, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:infinity_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1573.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1573.json deleted file mode 100644 index 2e0ebb0f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1573.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1561 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:hassium_chicken" - } - } - }, - "name:8": "Hassium" - } - }, - "questID:3": 1573, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:hassium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1574.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1574.json deleted file mode 100644 index 62d79512..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1574.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:heraldry_chicken" - } - } - }, - "name:8": "Heraldry" - } - }, - "questID:3": 1574, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:heraldry_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1575.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1575.json deleted file mode 100644 index b195833c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1575.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1534 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:osmium_chicken" - } - } - }, - "name:8": "Osmium" - } - }, - "questID:3": 1575, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:osmium_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1576.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1576.json deleted file mode 100644 index ff0cf6bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1576.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1559 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:unidentified_chicken" - } - } - }, - "name:8": "Proxima" - } - }, - "questID:3": 1576, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:unidentified_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1577.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1577.json deleted file mode 100644 index 1c3ab57a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1577.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:serpentine" - }, - "name:8": "Serpentine" - } - }, - "questID:3": 1577, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:serpentine" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:dark_steel_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:end_steel_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:bronze_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1578.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1578.json deleted file mode 100644 index ad156725..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1578.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:metagabbro" - }, - "name:8": "Metagabbro" - } - }, - "questID:3": 1578, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:metagabbro" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:constantan_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:manyullyn_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:conductive_iron_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1579.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1579.json deleted file mode 100644 index 8e82bc40..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1579.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:agate" - }, - "name:8": "Agate" - } - }, - "questID:3": 1579, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:agate" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:lumium_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:invar_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:signalum_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1580.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1580.json deleted file mode 100644 index a31e1518..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1580.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:feldspar" - }, - "name:8": "Feldspar" - } - }, - "questID:3": 1580, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:feldspar" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:brass_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:soularium_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:pulsating_iron_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1581.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1581.json deleted file mode 100644 index 0dd8459a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1581.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:travertine" - }, - "name:8": "Travertine" - } - }, - "questID:3": 1581, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:travertine" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:steel_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:electrum_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:vibrant_alloy_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1582.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1582.json deleted file mode 100644 index 33b87372..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1582.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:pink_marble" - }, - "name:8": "Pink Marble" - } - }, - "questID:3": 1582, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:pink_marble" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:enderium_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:redstone_alloy_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:energetic_alloy_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1583.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1583.json deleted file mode 100644 index a9fe307f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1583.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:onyx" - }, - "name:8": "Onyx" - } - }, - "questID:3": 1583, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:onyx" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:electrical_steel_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:aluminum_brass_essence" - }, - "3:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fluxed_electrum_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1584.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1584.json deleted file mode 100644 index 79b55936..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1584.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1571 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:fiery_pyrite" - }, - "name:8": "Fiery Pyrite" - } - }, - "questID:3": 1584, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:fiery_pyrite" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:fluix_essence" - }, - "2:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:alumite_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1585.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1585.json deleted file mode 100644 index 4ef7caa6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1585.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 1570 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:myrmitite_casing" - }, - "name:8": "Soul Accumulator" - } - }, - "questID:3": 1585, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:myrmitite_casing" - }, - "1:10": { - "Count:3": 1, - "id:8": "enderio:item_broken_spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1643.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1643.json deleted file mode 100644 index 42ea8265..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1643.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe acclimatiser lets you incerase the temperature and humidity tolerance of your bees.\n\nCombine with the following items for the following effects:\n\nBlaze powder or Lava \u003d higher temperature\n\nIce or snowball \u003d lower temperature\n\nWater \u003d higher humidity\n\nSand \u003d lower humidity", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "genetics:lab_machine" - }, - "name:8": "More Tolerance" - } - }, - "questID:3": 1643, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "genetics:lab_machine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1769.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1769.json deleted file mode 100644 index 7b7295af..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1769.json +++ /dev/null @@ -1,756 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20413 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound on the four Dynatos planets.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "name:8": "Dynatos Bees" - } - }, - "questID:3": 1769, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Darkness", - "UID1:8": "gendustry.bee.Darkness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Darkness", - "UID1:8": "gendustry.bee.Darkness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.honey_comb", - "UID1:8": "careerbees.effect.honey_comb" - } - } - }, - "MaxH:3": 50 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "Health:3": 3000, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Helplessness", - "UID1:8": "gendustry.bee.Helplessness" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "careerbees.lifespanImmortal", - "UID1:8": "careerbees.lifespanImmortal" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.accelerate", - "UID1:8": "careerbees.effect.accelerate" - } - } - }, - "MaxH:3": 3000 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fear", - "UID1:8": "gendustry.bee.Fear" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.steal.mob", - "UID1:8": "careerbees.effect.steal.mob" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Fear", - "UID1:8": "gendustry.bee.Fear" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.steal.mob", - "UID1:8": "careerbees.effect.steal.mob" - } - } - }, - "MaxH:3": 50 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Solitude", - "UID1:8": "gendustry.bee.Solitude" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.effect.restore", - "UID1:8": "careerbees.effect.effect.restore" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Solitude", - "UID1:8": "gendustry.bee.Solitude" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.effect.restore", - "UID1:8": "careerbees.effect.effect.restore" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1771.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1771.json deleted file mode 100644 index be669bb4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1771.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Deep Learner Bee" - } - }, - "questID:3": 1771, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Deeplearner", - "UID1:8": "gendustry.bee.Deeplearner" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1773.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1773.json deleted file mode 100644 index 411dfc72..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1773.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_elusive" - }, - "name:8": "Elusive (Good)" - } - }, - "questID:3": 1773, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_elusive" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "tconstruct:ingots" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "tconstruct:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1774.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1774.json deleted file mode 100644 index 25dd11db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1774.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_terrafractallites" - }, - "name:8": "Ancient Fractallites (Required)" - } - }, - "questID:3": 1774, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_terrafractallites" - }, - "1:10": { - "Count:3": 1, - "id:8": "bigreactors:mineralanglesite" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:ancient_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1775.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1775.json deleted file mode 100644 index 77b90d3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1775.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_shadowlord" - }, - "name:8": "Shadow Lord (Good)" - } - }, - "questID:3": 1775, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_shadowlord" - }, - "1:10": { - "Count:3": 1, - "id:8": "immersiveengineering:treated_wood" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "tconstruct:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1776.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1776.json deleted file mode 100644 index 419a55c6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1776.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_graw" - }, - "name:8": "Graw (Good)" - } - }, - "questID:3": 1776, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_graw" - }, - "1:10": { - "Count:3": 1, - "id:8": "industrialforegoing:plastic" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "tconstruct:materials" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1777.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1777.json deleted file mode 100644 index b61f7d20..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1777.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1401 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Midgame Boss Models" - } - }, - "questID:3": 1777, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:divine_rock" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1778.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1778.json deleted file mode 100644 index e9a6f07a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1778.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_tyrosaur" - }, - "name:8": "Tyrosaur (Good)" - } - }, - "questID:3": 1778, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_tyrosaur" - }, - "1:10": { - "Count:3": 1, - "id:8": "nuclearcraft:milk_chocolate" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "tconstruct:firewood" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1779.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1779.json deleted file mode 100644 index d6e54a2b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1779.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_skeletron" - }, - "name:8": "Skeletron (Good)" - } - }, - "questID:3": 1779, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_skeletron" - }, - "1:10": { - "Count:3": 1, - "id:8": "industrialforegoing:pink_slime" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "actuallyadditions:item_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1780.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1780.json deleted file mode 100644 index 809aa24d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1780.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_baroness" - }, - "name:8": "Baroness (Good)" - } - }, - "questID:3": 1780, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_baroness" - }, - "1:10": { - "Count:3": 1, - "id:8": "soulshardsrespawn:materials" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:decorativesolidwood" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "randomthings:ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1781.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1781.json deleted file mode 100644 index df4fc4b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1781.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_hiveking" - }, - "name:8": "Hive King (Good)" - } - }, - "questID:3": 1781, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_hiveking" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_desert_chitin" - }, - "2:10": { - "Count:3": 1, - "id:8": "iceandfire:myrmex_jungle_chitin" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1782.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1782.json deleted file mode 100644 index f9bf46ce..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1782.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_kingshroomus" - }, - "name:8": "King Shroomus" - } - }, - "questID:3": 1782, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "bloodarsenal:base_item" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "nuclearcraft:gem" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "erebus:materials" - }, - "3:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_kingshroomus" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1783.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1783.json deleted file mode 100644 index 5ea241a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1783.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_voxxulon" - }, - "name:8": "Voxxulon (Good)" - } - }, - "questID:3": 1783, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_voxxulon" - }, - "1:10": { - "Count:3": 1, - "id:8": "bloodarsenal:blood_infused_wooden_planks" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "extrautils2:ingredients" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:bloodmaster_block" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1784.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1784.json deleted file mode 100644 index edf55897..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1784.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_kror" - }, - "name:8": "Kror (Good)" - } - }, - "questID:3": 1784, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_kror" - }, - "1:10": { - "Count:3": 1, - "id:8": "mod_lavacow:scythe_claw" - }, - "2:10": { - "Count:3": 1, - "id:8": "mod_lavacow:vespa_carapace" - }, - "3:10": { - "Count:3": 1, - "id:8": "mod_lavacow:moltenbeef" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1785.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1785.json deleted file mode 100644 index 3abfe49e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1785.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_creep" - }, - "name:8": "C.R.E.E.P. (Good)" - } - }, - "questID:3": 1785, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_creep" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "extrautils2:ingredients" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 32, - "id:8": "mysticalagriculture:crafting" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "nuclearcraft:alloy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1786.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1786.json deleted file mode 100644 index 23b89779..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1786.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_silverfoot" - }, - "name:8": "Silverfoot (Good)" - } - }, - "questID:3": 1786, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_silverfoot" - }, - "1:10": { - "Count:3": 1, - "id:8": "bigreactors:ingotludicrite" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1787.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1787.json deleted file mode 100644 index ac2adbcd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1787.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_mechbot" - }, - "name:8": "Mechbot (Good)" - } - }, - "questID:3": 1787, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_mechbot" - }, - "1:10": { - "Count:3": 1, - "id:8": "plustic:mirioningot" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 25, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1788.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1788.json deleted file mode 100644 index 88c87fcb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1788.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_havenguardians" - }, - "name:8": "Haven Guardians (Good)" - } - }, - "questID:3": 1788, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_havenguardians" - }, - "1:10": { - "Count:3": 1, - "id:8": "botania:manaresource" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 40, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1789.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1789.json deleted file mode 100644 index 8f602e6b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1789.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_rockrider" - }, - "name:8": "Rockrider (Good)" - } - }, - "questID:3": 1789, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_rockrider" - }, - "1:10": { - "Count:3": 1, - "id:8": "libvulpes:productgem" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 56, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1790.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1790.json deleted file mode 100644 index 821fffec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1790.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_cottoncandor" - }, - "name:8": "Cotton Candor (Good)" - } - }, - "questID:3": 1790, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_cottoncandor" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:psdl" - }, - "2:10": { - "Count:3": 1, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1791.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1791.json deleted file mode 100644 index a14c2105..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1791.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_gyro" - }, - "name:8": "Gyro (Good)" - } - }, - "questID:3": 1791, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_gyro" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "projecte:item.pe_fuel" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 49, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1792.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1792.json deleted file mode 100644 index e6521016..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1792.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_vinocorne" - }, - "name:8": "Vinocorne (Good)" - } - }, - "questID:3": 1792, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_vinocorne" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "magicbees:resource" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 37, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1793.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1793.json deleted file mode 100644 index 9fe87beb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1793.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_crystocore" - }, - "name:8": "Crystocore (Good)" - } - }, - "questID:3": 1793, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_crystocore" - }, - "1:10": { - "Count:3": 1, - "id:8": "environmentaltech:mica" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "techreborn:smalldust" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1794.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1794.json deleted file mode 100644 index b88e793f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1794.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_hydrolisk" - }, - "name:8": "Hydrolisk (Good)" - } - }, - "questID:3": 1794, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_hydrolisk" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1795.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1795.json deleted file mode 100644 index eb55f199..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1795.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_dracyon" - }, - "name:8": "Dracyon (Good)" - } - }, - "questID:3": 1795, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_dracyon" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "thaumcraft:seal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1796.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1796.json deleted file mode 100644 index 9d9a637c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1796.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_clunkhead" - }, - "name:8": "Clunkhead (Good)" - } - }, - "questID:3": 1796, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_clunkhead" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "thaumcraft:seal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1797.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1797.json deleted file mode 100644 index 6ded2232..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1797.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_visualent" - }, - "name:8": "Visualent (Good)" - } - }, - "questID:3": 1797, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_visualent" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "thaumcraft:seal" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 18, - "id:8": "thaumcraft:seal" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "thaumcraft:seal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1798.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1798.json deleted file mode 100644 index 03b897f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1798.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_immortalfractallites" - }, - "name:8": "Immortal Fractallites (Required)" - } - }, - "questID:3": 1798, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_immortalfractallites" - }, - "1:10": { - "Count:3": 1, - "id:8": "bigreactors:mineralbenitoite" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:immortal_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1799.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1799.json deleted file mode 100644 index c2aff99f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1799.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_temporalfractallites" - }, - "name:8": "Temporal Fractallites (Required)" - } - }, - "questID:3": 1799, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_temporalfractallites" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "extrabotany:material" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:temporal_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1799610165.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1799610165.json deleted file mode 100644 index 24c5d8f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1799610165.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 339187524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes Coal, Iron, Lapis, Gold, Diamond from your inventory to generate XP\n\nShift Right Click it to activate it, and again to bind it", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:infernal_tear" - }, - "name:8": "Infernal Tear" - } - }, - "questID:3": 1799610165, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:infernal_tear" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/1800.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/1800.json deleted file mode 100644 index 3178f298..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/1800.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1777 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_primordialfractallites" - }, - "name:8": "Primordial Fractallites (Required)" - } - }, - "questID:3": 1800, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:pristine_matter_primordialfractallites" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "extrabotany:material" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:primordial_recursion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20415.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20415.json deleted file mode 100644 index 415f8ac1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20415.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "preRequisites:11": [ - 48 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHere you can find explanations and tutorials on all of the ways of making infinite resources!\n\n§fIt is clear that, in order to achieve my goals, I need to CREATE!\nLuckily, there are a lot of ways of generating matter using science, magic, and a combination of both.\nI will keep track of the various methods to generate matter \u0027ex nihilo\u0027 in this chapter.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "I need more! A lot More!" - } - }, - "questID:3": 20415, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20416.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20416.json deleted file mode 100644 index 637c4c9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20416.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYes, automatich!\n\n§fThe mechanized coop automatically produces chicken drops from their spawn eggs.", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - }, - "name:8": "Automatich Chickens" - } - }, - "questID:3": 20416, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_coop" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20417.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20417.json deleted file mode 100644 index 170fcca5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20417.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests will guide you through bee breeding.\n\nBees can get complex, but they are also quite powerful.\n\nIf you are getting started with bees, make sure to follow these quests!\n\n§fbees are cool\nbees are cool!\nbees are cool!!!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Apian Genetics" - } - }, - "questID:3": 20417, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:shears" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20418.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20418.json deleted file mode 100644 index b1f3373e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20418.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20415, - 65 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§o§7§oHere are the best EMC farms for the modpack!\n\n§fAlchemy is a great science, and it allows for the replication and conversion of objects that possess EMC.\nThis is the easiest way of making matter, but unfortunately, not everything has EMC...", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Alchemical Brothers" - } - }, - "questID:3": 20418, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20419.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20419.json deleted file mode 100644 index 29b0eb4b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20419.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDo you want to make lots and lots of nether starts, come this way!\n\n§fAlkahestry is a weird art, some may call it a pallid imitation of EMC alchemy, yet, it has its advantages.\nThe Tome of Arcana is pretty good too!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "A good read" - } - }, - "questID:3": 20419, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20420.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20420.json deleted file mode 100644 index dbf6c325..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20420.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show the available options for mob farming, as well as woot and deep mob learning!\n\nMob farms can be extremely powerful in this pack if used effectively, be sure to start early!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Spawning Szn" - } - }, - "questID:3": 20420, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20421.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20421.json deleted file mode 100644 index 11de155c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20421.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests list all methods available for plant and tree farming!\n\nSee the green revolution section for methods to make your plants faster and better!\n\n§fPlants and trees are extremely useful, so I will need lots of ways to ensure a steady supply of vegetarian goodies.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "r/notjusttrees" - } - }, - "questID:3": 20421, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_axe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20422.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20422.json deleted file mode 100644 index e4c22d23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20422.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests will list methods to speed up plant growth, and how to level up your seeds with agricraft!\n\nSee the r/notjusttrees quest for info on farming automation!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "A Green Revolution" - } - }, - "questID:3": 20422, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_hoe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20423.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20423.json deleted file mode 100644 index 7c6bb8b7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20423.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests list methods used to automate mining resources!\n\n§fSo many minerals...\nIf only there was a way to prevent mining trips every few hours...", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "We go diggin\u0027" - } - }, - "questID:3": 20423, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:iron_pickaxe" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20424.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20424.json deleted file mode 100644 index c3e5c415..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20424.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show how to deal with and farm chickens!\n\n§fGenetically modified chickens, because why the f..k not...", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Eggscellent" - } - }, - "questID:3": 20424, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:wheat_seeds" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20425.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20425.json deleted file mode 100644 index 8c462468..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20425.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oNesting pens can be used to automate chickens in a straightforward matter! And there is a chance for a few special drops!\n\nThe net can be used to put chickens in the nesting pens.\n\n§fA nesting pen can increase the eggification of chickens. Not the best, but it\u0027ll do for a bit.", - "icon:10": { - "Count:3": 1, - "id:8": "hatchery:pen" - }, - "name:8": "Nesting Pen" - } - }, - "questID:3": 20425, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "hatchery:pen" - }, - "1:10": { - "Count:3": 1, - "id:8": "hatchery:animalnet" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20426.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20426.json deleted file mode 100644 index accd3593..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20426.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A henhouse provided with hay can collect chicken drops in a radius around it.", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:henhouse" - }, - "name:8": "Henhouse" - } - }, - "questID:3": 20426, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:henhouse" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20427.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20427.json deleted file mode 100644 index 82186b09..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20427.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20424 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "roost:roost" - }, - "name:8": "Roost" - } - }, - "questID:3": 20427, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "roost:roost" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20428.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20428.json deleted file mode 100644 index 06e578f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20428.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20427 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "roost:breeder" - }, - "name:8": "Chicken Breeder" - } - }, - "questID:3": 20428, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "roost:breeder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20429.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20429.json deleted file mode 100644 index 375ecbcd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20429.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Cursed earth, coming from withers, in absence of light, creates monsters at incredibly fast rates.\nA grinder kills monsters making essence as a byproduct, and its range can be upgraded using addons, depending on the size of the cursed earth parch.\nThis is a technique earth scientist developed after global warming almost wiped out humanity.\nEssence is essentially undifferentiated stem cellular matter, produced from decaying corpses.\nStem cells can be made into anything... Well, almost anything...", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_relocator" - }, - "name:8": "Your First Mob Farm" - } - }, - "questID:3": 20429, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_relocator" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "extrautils2:ingredients" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20430.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20430.json deleted file mode 100644 index df8a7137..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20430.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Want a synthetic source of flavorless food?\nThen this may be what you need...\nOh and there\u0027s pink slime!", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_slaughter_factory" - }, - "name:8": "Mob Slaughter Factory" - } - }, - "questID:3": 20430, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_slaughter_factory" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20431.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20431.json deleted file mode 100644 index 998e85ae..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20431.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_spawner_changer" - }, - "name:8": "Spawner Changer" - } - }, - "questID:3": 20431, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_spawner_changer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20432.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20432.json deleted file mode 100644 index 2f990353..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20432.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Boys! The plan is simple!\nUse a lot of energy...make lots of mobs!\"", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_powered_spawner" - }, - "name:8": "Powered Spawner" - } - }, - "questID:3": 20432, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_powered_spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20433.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20433.json deleted file mode 100644 index f19a6620..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20433.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Thaumic magic can be used to replicate monsters?!\nNo essence needed?!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumadditions:entity_summoner" - }, - "name:8": "Entity Summoner" - } - }, - "questID:3": 20433, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumadditions:entity_summoner" - }, - "1:10": { - "Count:3": 1, - "id:8": "thaumadditions:dna_sample" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20434.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20434.json deleted file mode 100644 index 23797094..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20434.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Creatures can be duplicated with this machine consuming essence, given the programmation provided by an Imprisonment Tool.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_duplicator" - }, - "name:8": "Mob Duplicator" - } - }, - "questID:3": 20434, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:mob_duplicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20435.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20435.json deleted file mode 100644 index 15bce524..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20435.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:spawner" - }, - "name:8": "Spawner" - } - }, - "questID:3": 20435, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20436.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20436.json deleted file mode 100644 index 1acefa29..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20436.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20420 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "For some reason, draconic powers can be used to massively replicate a select set of powerful monsters...\nThis will come in handy later...", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_spawner" - }, - "name:8": "Stabilized Mob Spawner" - } - }, - "questID:3": 20436, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:draconic_spawner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20437.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20437.json deleted file mode 100644 index 3cbee70a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20437.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 339187524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDropped by most mobs, this is a stackable item form of XP.", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_solidified_experience" - }, - "name:8": "Solidified Experience" - } - }, - "questID:3": 20437, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:item_solidified_experience" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20438.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20438.json deleted file mode 100644 index 15dee0fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20438.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20433 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Just gonna leave this here!", - "icon:10": { - "Count:3": 1, - "id:8": "tinymobfarm:gold_farm" - }, - "name:8": "For the sake of your world, you should do this!" - } - }, - "questID:3": 20438, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tinymobfarm:gold_farm" - }, - "1:10": { - "Count:3": 1, - "id:8": "tinymobfarm:lasso", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20439.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20439.json deleted file mode 100644 index 9ded2079..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20439.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20434 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWoot lets you build mob farms without spawning mobs. Note, they can get large!\n\nThere are 4 tiers of woot farms! Each tier will drop shards of the tier after (tier 1 farm drops tier 1 and 2 shards)!\n\nTo start, craft a factory heart and an intern! The intern lets you select a tier, and it will tell you the materials you need to build the woot farm! Clicking the heart with the intern will build the mobfarm!\n\nAfter the structure is complete, you will have to add some blocks manually. To check is those are correct, right click the factory heart with a ya hammer.\n\nPlace the following blocks under the farm, in this exact order from top to bottom, directly under the heart, with a gap of at most 10 blocks: power cell, factory importer, factory exporter.\n\nTo farm a specific mob with woot, you need a bound ender shard. Hit a mob with it, and kill it after to bind your shard (it will start glowing).\n\nUse the bound shard to craft a controller, and place it on top of the block behind the factory heart!\n\n§fCreating creatures and monsters is cool and all, but making them digitally is better (for chunks and fps).\nAlso, it seems like these factories can produce things that normally seem to only come from my sword!", - "icon:10": { - "Count:3": 1, - "id:8": "woot:factory" - }, - "name:8": "Woot" - } - }, - "questID:3": 20439, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:factory" - }, - "1:10": { - "Count:3": 1, - "id:8": "woot:builder", - "tag:10": { - "tier:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "woot:endershard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20440.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20440.json deleted file mode 100644 index 74b1aefd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20440.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWoot upgrades are placed on the upgrade casings.\n\nFor multiple levels of the same upgrade, you should stack them in order, with the lower tier at the bottom, and the higher at the top.\n\n§fDigital factories can be upgraded, weeeeeee!", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "woot:upgrade" - }, - "name:8": "Woot Upgrades" - } - }, - "questID:3": 20440, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "woot:upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "woot:upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "woot:upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "woot:upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "woot:upgrade" - }, - "5:10": { - "Count:3": 1, - "id:8": "woot:upgradeb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20441.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20441.json deleted file mode 100644 index 66273de6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20441.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20434 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Some stygian iron...and essence is now easy!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:concentrated_essence" - }, - "name:8": "Dense Solidified Experience" - } - }, - "questID:3": 20441, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:concentrated_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20442.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20442.json deleted file mode 100644 index c64be0d2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20442.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo farm mob drops with Deep Mob Learning (Evolution), you need a simulation chamber, a loot fabricator, and a steady supply of polymer clay (which has EMC), as well as a data model.\n\nTo function, a simulation chamber needs a data model that has been configured to a mob.\n\nTo configure a model, you need to place one for the mob you want to farm into the deep learner. Then you want to slay a certain number that mob to activate the model, while holding the learner into your hotbar.\n\nThe more mobs you slay, the higher the tier of the model. The higher the tier, the better.\n\nPlacing a model in the simulation chamber will produce pristine matter, which is consumed in loot fabricators to farm specific mob drops.\n\n§fA simulation chamber that has been programmed with a data model consumes polymer clay to produce mob matter.\nThe loot fabricator uses pristine matter to produce mob drops.", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearning:simulation_chamber" - }, - "name:8": "Deep Mob learning" - } - }, - "questID:3": 20442, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:deep_learner", - "tag:10": { - "inventory:9": { - "0:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - }, - "1:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - }, - "2:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - }, - "3:10": { - "Count:3": 2, - "Damage:2": 0, - "id:8": "minecraft:air" - } - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearning:simulation_chamber" - }, - "1:10": { - "Count:3": 1, - "id:8": "deepmoblearning:polymer_clay" - }, - "2:10": { - "Count:3": 1, - "id:8": "deepmoblearning:extraction_chamber" - }, - "3:10": { - "Count:3": 1, - "id:8": "deepmoblearning:data_model_blank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20443.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20443.json deleted file mode 100644 index 13c69d9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20443.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe digital mob agonizer is a very effective way to produce essence for a blood altar.\n\nPlace one next to a blood altar, and use the altar linker to bind it.\n\nThe digital mob agonizer needs a data model, and a steady supply of matter, and it will automatically add life essence to the altar.\n\nMultiple agonizers can be connected to the same altar!\n\n§fSmaller digital factories, more life essence!", - "icon:10": { - "Count:3": 1, - "id:8": "deepmoblearningbm:digital_agonizer" - }, - "name:8": "Digital Mob Agonizer" - } - }, - "questID:3": 20443, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearningbm:altar_linker" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "deepmoblearningbm:digital_agonizer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20444.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20444.json deleted file mode 100644 index 5b126e4a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20444.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20439 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Digital factories, digital monsters, real life essence!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "woot:upgradeb" - }, - "name:8": "Blood Woot" - } - }, - "questID:3": 20444, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "woot:upgradeb" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "woot:upgradeb" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "woot:upgradeb" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20445.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20445.json deleted file mode 100644 index 261e193c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20445.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20442 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Thanks to the power of entropy manipulation, I can build one-block mobfarms with extremely high rates!", - "icon:10": { - "Count:3": 1, - "id:8": "tinymobfarm:ultimate_farm" - }, - "name:8": "ULTIMATE Mob Farm" - } - }, - "questID:3": 20445, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tinymobfarm:ultimate_farm" - }, - "1:10": { - "Count:3": 1, - "id:8": "tinymobfarm:lasso", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20446.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20446.json deleted file mode 100644 index 6c5b7c82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20446.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1400 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "A digital factory is the best way to make certain things, powerful things...", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:dragon_heart" - }, - "name:8": "No more Dragons" - } - }, - "questID:3": 20446, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:dragon_heart" - }, - "1:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20452.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20452.json deleted file mode 100644 index 0e47ff54..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20452.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The power of the Aevitas constellation makes plant growth really fast, may need to look into it...", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.aevitas", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "name:8": "Aevitas (Good)" - } - }, - "questID:3": 20452, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemtunedcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "constellationName:8": "astralsorcery.constellation.aevitas", - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "1:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockritualpedestal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20453.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20453.json deleted file mode 100644 index ae179687..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20453.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The Moon Harvest blood ritual can be used to infuse life essence into plants, and crops too!", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:ritual_diviner" - }, - "name:8": "Harvest Moon (OK)" - } - }, - "questID:3": 20453, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:ritual_controller" - }, - "1:10": { - "Count:3": 1, - "id:8": "bloodmagic:ritual_diviner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20454.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20454.json deleted file mode 100644 index 31037b4c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20454.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The lamp of growth is a fairly inexpensive way of speeding up the growth of plants.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:lamp_growth" - }, - "name:8": "Lamp of Growth (OK)" - } - }, - "questID:3": 20454, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:lamp_growth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20455.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20455.json deleted file mode 100644 index 33f390b6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20455.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Sprinklers can increase a plant\u0027s growth speed by acting as automatic watering cans, when provided with water.", - "icon:10": { - "Count:3": 1, - "id:8": "agricraft:sprinkler" - }, - "name:8": "Agricraft Sprinkers (OK)" - } - }, - "questID:3": 20455, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "agricraft:water_tank" - }, - "1:10": { - "Count:3": 1, - "id:8": "agricraft:water_channel_valve" - }, - "2:10": { - "Count:3": 1, - "id:8": "agricraft:grate" - }, - "3:10": { - "Count:3": 1, - "id:8": "agricraft:water_channel_normal" - }, - "4:10": { - "Count:3": 1, - "id:8": "agricraft:sprinkler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20456.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20456.json deleted file mode 100644 index c8b968ba..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20456.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The powers of inferium can also allow for the speeding up of plant growth, nice!", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:growth_accelerator" - }, - "name:8": "Growth Accelerator (Good)" - } - }, - "questID:3": 20456, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:growth_accelerator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20457.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20457.json deleted file mode 100644 index ae5449ef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20457.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20460 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Things get W I D E R!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "mysticalagriculture:watering_can" - }, - "name:8": "Prudentium Watering Can" - } - }, - "questID:3": 20457, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20458.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20458.json deleted file mode 100644 index d1c579a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20458.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20457 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Things get W I D E R!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "mysticalagriculture:watering_can" - }, - "name:8": "Intermedium Watering Can" - } - }, - "questID:3": 20458, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20459.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20459.json deleted file mode 100644 index 566cf355..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20459.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20458 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Things get W I D E R!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "mysticalagriculture:watering_can" - }, - "name:8": "Superium Watering Can" - } - }, - "questID:3": 20459, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20460.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20460.json deleted file mode 100644 index 985265fd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20460.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20461 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "No refills needed!", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:watering_can" - }, - "name:8": "Inferium Watering Can" - } - }, - "questID:3": 20460, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20461.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20461.json deleted file mode 100644 index 9449fd70..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20461.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Get water, put on plants, plants go *growing sound*", - "icon:10": { - "Count:3": 1, - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 0, - "Water:3": 4000 - } - }, - "name:8": "Watering Can" - } - }, - "questID:3": 20461, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thermalcultivation:watering_can", - "tag:10": { - "Mode:3": 0, - "Water:3": 4000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20463.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20463.json deleted file mode 100644 index d1abaea2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20463.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Entropy manipulation is a powerful thing, and it works on plants too!", - "icon:10": { - "Count:3": 1, - "id:8": "tce:tce_torch_lvl1" - }, - "name:8": "Torcherino (The Best)" - } - }, - "questID:3": 20463, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tce:tce_torch_lvl1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20464.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20464.json deleted file mode 100644 index aaaf4d77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20464.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20459 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Can things get any better? Yes they can!\nIf you know how to get CREATIVE...", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "mysticalagriculture:watering_can" - }, - "name:8": "Supremium Watering Can" - } - }, - "questID:3": 20464, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "mysticalagriculture:watering_can" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20465.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20465.json deleted file mode 100644 index 4ae93414..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20465.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrop sticks can be used to duplicate or improve crops.\n\nOnly plants placed on crop sticks can be improved. Crops have three stats: growth, gain and strength. All stats have a level ranging from 1 to 10.\n\nAll planted crops start at level 1/1/1, and become much better when levelled to 10/10/10. \n\nIf you right click crop sticks with crop sticks, you make crossing crop sticks.\n\nIf crossing crop sticks are placed next to planted crop sticks, the plant will spread, sharing its stats.\n\nIf two or more planted crops are placed around double crop sticks, the resulting plant may come out with better stats.\n\nThe seed analyzer can be used to look at a given plant\u0027s stats. \n\nIf you want to challenge yourself with some boolean logic, integrated dynamics can be used to automate the process of making 10/10/10 seeds.", - "icon:10": { - "Count:3": 1, - "id:8": "agricraft:crop_sticks" - }, - "name:8": "The Best Plants" - } - }, - "questID:3": 20465, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "agricraft:journal" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 16, - "id:8": "agricraft:crop_sticks" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:seed_analyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20466.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20466.json deleted file mode 100644 index 6630f261..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20466.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStone and nether essences can be used to create ores with Mythic properties.\n\nOne mineral makes one ore...\n\nOne ore makes multiple minerals, especially if you use an industrial grinder!\n\nThis process can be looped for exponential yield (granted that you have enough essence).\n\nWorks with Rupee, Arlemite, Realmite, Rosite, Limonite, Netherite, Bloodgem, Emberstone.", - "icon:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:stone_essence" - }, - "name:8": "Ore Duplication" - } - }, - "questID:3": 20466, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:stone_essence" - }, - "1:10": { - "Count:3": 1, - "id:8": "mysticalagriculture:nether_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20467.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20467.json deleted file mode 100644 index 7abc3625..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20467.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:fertile_lilypad" - }, - "name:8": "Lilypad of Fertility (Great)" - } - }, - "questID:3": 20467, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "xreliquary:fertile_lilypad" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20468.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20468.json deleted file mode 100644 index c3d7c190..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20468.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_greenhouse_glass" - }, - "name:8": "Greenhouse Glass (OK)" - } - }, - "questID:3": 20468, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_greenhouse_glass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20469.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20469.json deleted file mode 100644 index 2b06b0b3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20469.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20422 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "openblocks:sprinkler" - }, - "name:8": "Sprinkler (OK)" - } - }, - "questID:3": 20469, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "openblocks:sprinkler" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20470.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20470.json deleted file mode 100644 index 66d50f2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20470.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The glacial precipitator uses water to produce various ice-related items.", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Glacial Precipitator" - } - }, - "questID:3": 20470, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20471.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20471.json deleted file mode 100644 index abc1452c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20471.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oA builder, programmed with a quarry card, is very good at ruining landscapes!\n\nIn this configuartion, this machine will automatically excavate large regions, collecting all blocks it escavates.\n\nPlace an inventory on top of the builder to collect drops.", - "icon:10": { - "Count:3": 1, - "id:8": "rftools:builder" - }, - "name:8": "Builder" - } - }, - "questID:3": 20471, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "rftools:shape_card" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "rftools:builder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20472.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20472.json deleted file mode 100644 index 284264ca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20472.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20471 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUsing a quantum quarry is optional, but it may be good depending on your situation!\n\nThe quantum quarry produces ground drops from a hypothetical dimension, thus limiting the environmental impact of quarrying.\nSpecific biomes can be configured in the multiblock to target particular minerals or ground materials.", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:quarry" - }, - "name:8": "Quantum Quarry" - } - }, - "questID:3": 20472, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:quarry" - }, - "1:10": { - "Count:3": 6, - "id:8": "extrautils2:quarryproxy" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20473.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20473.json deleted file mode 100644 index 1b1d3feb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20473.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "The igneous extruder passively produces rocks by using water and lava.\nUpgrades can be used to reduce fluid usage.", - "icon:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Igneous Extruder" - } - }, - "questID:3": 20473, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 15, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 1, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20474.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20474.json deleted file mode 100644 index ff425af2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20474.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oVoid miners are multiblocks that automatically generate resources at random.\n\nThe void resource miner\u0027s main use is mica, which is used in some useful recipes.\n\nYou can upgrade your resource miner to other tiers, but it\u0027s not as important, until you reach later stages in the game!\n\n§fDo I really need this many rocks?!\nWell, I can make them from nothing...", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_res_miner_cont_1" - }, - "name:8": "Void Resource Miner" - } - }, - "questID:3": 20474, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_res_miner_cont_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20475.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20475.json deleted file mode 100644 index e0139989..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20475.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 20471 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oVoid miners are multiblocks that automatically generate resources at random.\n\nVoid ore miners are very good at collecting all minerals. \n\nThe higher the tier, the better the drops, and you will unlock additional resources!\n\nIt is a good idea to start levelling up your void ore miners ASAP!\n\n§fLet\u0027s make things more environmental (and lag) friendly!\nAnd I can make litherite too!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_1" - }, - "name:8": "Void Ore Miner Tier 1" - } - }, - "questID:3": 20475, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:tool_multiblock_assembler" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_1" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20476.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20476.json deleted file mode 100644 index 483104dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20476.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20475 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better virtual minerals, better yield!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_2" - }, - "name:8": "Void Ore Miner Tier 2" - } - }, - "questID:3": 20476, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20477.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20477.json deleted file mode 100644 index aae1a802..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20477.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20476 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better virtual minerals, better yield!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_3" - }, - "name:8": "Void Ore Miner Tier 3" - } - }, - "questID:3": 20477, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20478.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20478.json deleted file mode 100644 index 7198a036..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20478.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20477 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better virtual minerals, better yield!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_4" - }, - "name:8": "Void Ore Miner Tier 4" - } - }, - "questID:3": 20478, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_4" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20479.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20479.json deleted file mode 100644 index 0e0b1a08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20479.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20478 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better virtual minerals, better yield!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_5" - }, - "name:8": "Void Ore Miner Tier 5" - } - }, - "questID:3": 20479, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_5" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20480.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20480.json deleted file mode 100644 index 38560eda..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20480.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20479 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better virtual minerals, better yield!", - "icon:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_6" - }, - "name:8": "Void Ore Miner Tier 6" - } - }, - "questID:3": 20480, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "environmentaltech:void_ore_miner_cont_6" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20482.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20482.json deleted file mode 100644 index 72f3f7f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20482.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe automation upgrade automatically combines a princess and a drone after the queen is done. This means you can automate combs passively!\n\nYou should do this to automate rocky and dripping combs, as well as others later in progression!\n\n§fTired of moving princesses, well you don\u0027t have to!", - "icon:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "gendustry:apiary.upgrade" - }, - "name:8": "Automation Upgrade" - } - }, - "questID:3": 20482, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 14, - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20483.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20483.json deleted file mode 100644 index dcc19249..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20483.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe industrail apiary has two functions:\n\n1. Combines a princess and a drone into a queen! You should only put bees of the same species in here, unless you know what you are doing!\n\n2. If you put a queen in the apiary, it will slowly produce combs, drones, and a princess (guaranteed if pristine, only use pristine). \n\nEvery bee will need flowers to work, the portable analyzer will tell you what flowers to use!\n\nIf you get an error, it means you need to change biome or humidity settings! The upgrades in the attached quests can be used to get rid of these arrors.\n\nIf you want to automate a particular type of comb, you can use the automation upgrade!\n\nThe industrial apiary can be tick accelerated using time in a bottle!\n\n§fTechnology makes everything better, waaaaaay better.", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:industrial_apiary" - }, - "name:8": "Industrial Apiary" - } - }, - "questID:3": 20483, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:industrial_apiary" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20484.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20484.json deleted file mode 100644 index 6cec3cc9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20484.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you are just getting started with forestry, you should not use the apiary! Use the industrial apiary instead!\n\nThe apiary will produce bee offspring following mendelian genetics. Given a dominant gene A, and a recessive gene a, if the queen is AA and the drone is aa, the offspring will have a 25% chance of being AA (expressing A), 50% chance of being Aa (expressing A), 25% chance of being aa (expressing a).\n\n§fAn apiary is used to get honey combs from bees (no really?!), but it\u0027s not a really good way of doing it.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:apiary" - }, - "name:8": "Apiary (Advanced)" - } - }, - "questID:3": 20484, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:apiary" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20485.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20485.json deleted file mode 100644 index 0d1fe769..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20485.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWant more drones? More flowers? These upgrades can help!\n\n§fMore useful apiary stuff!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "gendustry:apiary.upgrade" - }, - "name:8": "Misc Upgrades" - } - }, - "questID:3": 20485, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "gendustry:apiary.upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "gendustry:apiary.upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "gendustry:apiary.upgrade" - }, - "3:10": { - "Count:3": 1, - "id:8": "gendustry:apiary.upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 22, - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20486.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20486.json deleted file mode 100644 index 07f4b28c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20486.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you get errors in the industrial apiary GUI, use these upgrades to change the biome or humidity!\n\n§7§fWrong humidity, well no problem!", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "gendustry:apiary.upgrade" - }, - "name:8": "Temperance Upgrade" - } - }, - "questID:3": 20486, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "gendustry:apiary.upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "gendustry:apiary.upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "gendustry:apiary.upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "gendustry:apiary.upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20487.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20487.json deleted file mode 100644 index 34099756..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20487.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oIf you get errors in the industrial apiary GUI, use these upgrades to change the biome or humidity!\n\n§IInstead of moving my bees around, I can just emulate biomes from the comfort of my §fhome!", - "icon:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "gendustry:apiary.upgrade" - }, - "name:8": "Biome Upgrades" - } - }, - "questID:3": 20487, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 17, - "id:8": "gendustry:apiary.upgrade" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 20, - "id:8": "gendustry:apiary.upgrade" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 13, - "id:8": "gendustry:apiary.upgrade" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 16, - "id:8": "gendustry:apiary.upgrade" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 18, - "id:8": "gendustry:apiary.upgrade" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 21, - "id:8": "gendustry:apiary.upgrade" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20488.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20488.json deleted file mode 100644 index 45d1885b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20488.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe genetic transposer has two main functions.\n\nFirst, it can be used to duplicate gene samples, combine a blank one with an imprinted one to duplicate it! This is how you can farm the ingredients to craft the torcherino!\n\nSecond, you can combine genetic samples into templates, these will be used to customize your bees!\n\nNOTE: templates do not need to have all 12 genes! You can make templates with even one chromosome!", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:sampler" - }, - "name:8": "Genetic Transposer" - } - }, - "questID:3": 20488, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:transposer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20489.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20489.json deleted file mode 100644 index 03cd99f0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20489.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAs you can see using a portable analyzer, bees have a variety of genes! Some are good, and some are, well, not great.\n\nThe genetic sampler is the first step in making your bees better! It takes bees, and has a chance of producing gene samples from a given bee.\n\nFor each bee species that has a desirable gene (the best ones are listed in the following quests), you can dump excess drones into the sampler, until you obtain the gene samples you desire!\n\nSee next quests for more info on how to transfer good genes to other bees!\n\n§fBy consuming drones, which can be endlessly bred, I can isolate specific gene traits. Some of them (but just some) are very useful!", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:sampler" - }, - "name:8": "Genetic Samples" - } - }, - "questID:3": 20489, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:sampler" - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:labware" - }, - "2:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample_blank" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20490.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20490.json deleted file mode 100644 index f3ada251..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20490.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 1002 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWARNING: Bee genetics and breeding can get very complex, unless you know what you are doing, you should follow these three main rules to keep things simple:\n\n1. A princess and a drone, when combined, make a queen. If the drone and princess are the same species, the queen will be the same species. If you combine princess and drone from different species, you can create new ones (JEI will guide you with this). You should only use the advanced mutatron to create new bee species!\n\n2. A queen makes a princess and several drones, as well as combs, depending on the species (again JEI will guide you). You should only use the industrial apiary to run bees of the same species!\n\n3. Ignoble stock bees are bad, pristine bees are good! You should not use ignoble queens/princesses. There are ways to make ignobles work, but the methods are more advanced.\n\nIf you know what you are doing, bees follow the rules of Mendelian genetics. Every bee trait has a dominant and recessive gene, the portable analyzer will give you the genetic makeup of a given bee! Breeding bees to select specific traits can get you much faster and more efficient bees!\n\n§fBee genetics are surprisingly complex, not surprised they took over the universe!\nThe bee analyzer will help me to keep track of bee genes at the cost of a little honey.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:portable_alyzer" - }, - "name:8": "Portable Analyzer" - } - }, - "questID:3": 20490, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 64, - "id:8": "forestry:honey_drop" - }, - "1:10": { - "Count:3": 64, - "id:8": "forestry:honey_drop" - } - } - } - }, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:portable_alyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20491.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20491.json deleted file mode 100644 index 89cb2790..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20491.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 1006 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Rock hives are a good source of princesses, if only there was a way to make an endless supply of them...", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrabees:hive" - }, - "name:8": "Growing Princesses" - } - }, - "questID:3": 20491, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrabees:hive" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20492.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20492.json deleted file mode 100644 index 93b1ffb5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20492.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "At the cost of DNA and Protein, I can even make new bees from scratch, including hard-to-get princesses!", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:liquifier" - }, - "name:8": "Protein Liquifier" - } - }, - "questID:3": 20492, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:liquifier" - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:extractor" - }, - "2:10": { - "Count:3": 1, - "id:8": "gendustry:replicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20493.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20493.json deleted file mode 100644 index f857268a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20493.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 1007 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGiven a template from the genetic transposer, you can use the imprinter to modify a bee\u0027s genes.\n\nIf you want to imprint a queen, you will have to imprint both a princess and a drone, and the resulting queen will be guaranteed to have the desired genes.\n\nWARNING: bees have a (low) chance of being turned into genetic waste, so be careful about imprinting princesses. If you want to avoid losing a princess, imprint a lot of drones, and reiteratively combine them into queens until you have all the desired genes.\n\n§fCan I make my bees Harder, Better, Faster, Stronger? Heck yeah I can!", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:imprinter" - }, - "name:8": "Genetic Imprinter" - } - }, - "questID:3": 20493, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:imprinter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20494.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20494.json deleted file mode 100644 index 744f48de..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20494.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1006 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Pristine \u003e Ignoble", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hibeescus" - } - }, - "name:8": "Hibeescus" - } - }, - "questID:3": 20494, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hibeescus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20495.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20495.json deleted file mode 100644 index aec10399..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20495.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20496 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe advanced mutatron is the easiest way of making a new species! This should be the main and only way to make new bees!\n\nMake sure you use pristine princesses only!\n\nCombine the right princess and drone to create a queen of a new species! JEI lists all bee breeding combinations!\n\nOnce you make a queen, you should put it in an industrial apiary!\n\n§fNo variance, no problem!", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:mutatron_advanced" - }, - "name:8": "Advanced Mutatron" - } - }, - "questID:3": 20495, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:mutatron_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20496.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20496.json deleted file mode 100644 index 44ce2b7a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20496.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou should upgrade to the advanced mutatron ASAP! No need to use the base one, unless you know what you are doing!\n\nThe mutagen produces makes mutagen, which is used in the mutatron.\n\n§fAt the cost of some radioactive material, and a bunch of power, bees can be easily bred into new species. Variance may still play a role, though...", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:mutatron" - }, - "name:8": "Mutatron" - } - }, - "questID:3": 20496, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:mutatron" - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:mutagen_producer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20497.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20497.json deleted file mode 100644 index ef7f2f5a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20497.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 1006 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Excess drones? More mana!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "beegonia" - } - }, - "name:8": "Beegonia" - } - }, - "questID:3": 20497, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "beegonia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20498.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20498.json deleted file mode 100644 index 2148986f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20498.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 339187524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Using a tome of arcana, emerald can be converted into experience bottles, this is awesome!", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:experience_bottle" - }, - "name:8": "Emeralds to XP" - } - }, - "questID:3": 20498, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 8, - "id:8": "minecraft:emerald" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "ebwizardry:arcane_tome" - }, - "2:10": { - "Count:3": 8, - "id:8": "minecraft:experience_bottle" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20499.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20499.json deleted file mode 100644 index a35db7fc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20499.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 20419 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Tome of Alkahestry, in most situations, is a worse version of the philosopher stone, but its ability to replicate nether stars makes it very useful.\n\nThe tome is charged when shapelessly crafted with redstone.\n\nIf the tome has enough charge, it will duplicate nether stars when shapelessly crafted with them.\n\nA crafter in ExtC mode will let you make a very cheap and effective nether star farm, provided with a steady supply of redstone!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1001, - "id:8": "xreliquary:alkahestry_tome" - }, - "name:8": "Tome of Alkahestry" - } - }, - "questID:3": 20499, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1001, - "id:8": "xreliquary:alkahestry_tome" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:redstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20500.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20500.json deleted file mode 100644 index e33e639b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20500.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "In order to endlessly produce matter using EMC, the knowledge of three devices is needed.\nFirsly, collectors generate EMC from light. Glowstone are the better source for these purposes. The more glowstone blocks surrounding a collector, the faster EMC will be produced.\nSecondly, Relays act like like EMC batteries, and are able to transmit this type of power to/from adjacent blocks. This means that the energy from multiple collectors can be funnled into a single block using a Relay.\nFinally, condensers can use EMC provided by adjacent relays and collectors to duplicate a given item.\nA condenser, to remain accessible with maximum efficiency, still has five free faces, and so do relays...", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk1" - }, - "name:8": "MK1 Power Flower" - } - }, - "questID:3": 20500, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk1" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:glowstone" - }, - "2:10": { - "Count:3": 1, - "id:8": "projecte:relay_mk1" - }, - "3:10": { - "Count:3": 1, - "id:8": "projecte:condenser_mk1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:mk1_power_flower" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20503.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20503.json deleted file mode 100644 index e4df1fe7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20503.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe alchemical catalyst is a valuable EMC item. It can be farmed using a botanic condenser, or with the EMBee!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:botanic_alchemic_catalyst" - }, - "name:8": "Botanic-Alchemic Catalyst" - } - }, - "questID:3": 20503, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:botanic_alchemic_catalyst" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20504.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20504.json deleted file mode 100644 index 392237db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20504.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20500 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Better Relays, better Collectors, better EMC!", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk2" - }, - "name:8": "MK2 Power Flower" - } - }, - "questID:3": 20504, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk2" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:relay_mk2" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20505.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20505.json deleted file mode 100644 index b47a69e8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20505.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEMC loops exploit recipes where the output of a given recipe has a higher value than the sum of the inputs!\n\nMeatballcraft shall have only one EMC loop, so if you discover more, please report it!\n\nFour blaze rods have a combined EMC value of 6144, a diamond has a value of 8192!\nThe crafter from RFTools can be used to automate making diamonds from blaze rods! Make sure you set it to ExtC mode to keep the dragon heart!\nThe diamonds can be piped into a condenser MK2 to make more blaze rods than you started with!\nPipe the blaze rods from the condenser back into the crafter, to complete the loop!\nYou can dump the excess blaze rods into another condenser to farm any EMC item you want!\n\n\n§fWhile basic Condensers are very good when connected to Relays or Collectors, if items are fed into this baseline version, things get a bit awkward...\nThe upgraded Condenser is designed for item duplication from outside inputs (E.G. cobble gen, crop farms).\nThere are some very good farms that passively produce items with high EMC values", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:condenser_mk2" - }, - "name:8": "External Condensing" - } - }, - "questID:3": 20505, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:condenser_mk2" - }, - "1:10": { - "Count:3": 1, - "id:8": "iceandfire:fire_dragon_heart" - }, - "2:10": { - "Count:3": 1, - "id:8": "rftools:crafter1" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_rod" - }, - "4:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20508.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20508.json deleted file mode 100644 index a6ac852a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20508.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20504 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Red Matter \u003e Dark Matter", - "icon:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk3" - }, - "name:8": "MK3 Power Flower" - } - }, - "questID:3": 20508, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:collector_mk3" - }, - "1:10": { - "Count:3": 1, - "id:8": "projecte:relay_mk3" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20509.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20509.json deleted file mode 100644 index abcebea6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20509.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20418 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEMC links are a way to extract and insert EMC into your personal network (your transmutation tablet).\n\nThe basic energy EMC link is used to add EMC to your network, you can only input items into it, but cannot pull them out!\n\nThe personal EMC link is like a condenser that takes EMC from your own network. See next quests for upgrades on the personal link!\n\nWARNING: DO not attach EMC links directly to AE2 buses, this will cause a lot of lag!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:personal_link" - }, - "name:8": "Personal EMC Link" - } - }, - "questID:3": 20509, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:personal_link" - }, - "1:10": { - "Count:3": 1, - "id:8": "projectex:energy_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20510.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20510.json deleted file mode 100644 index 41297a27..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20510.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20509 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like a personal EMC link, but it can output 9 items at the same time!", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:refined_link" - }, - "name:8": "Refined EMC Link" - } - }, - "questID:3": 20510, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20511.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20511.json deleted file mode 100644 index 597b31e9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20511.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20509 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBonsai pots let you passively generate EMC for your personal EMC network.\n\nPlace a bonsai pot in a loaded chunk, and it will automatically add EMC at a constant rate.\n\nThe higher the tier, the faster EMC will be added!", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:power_flower" - }, - "name:8": "Power Flower Bonsai" - } - }, - "questID:3": 20511, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:power_flower" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20512.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20512.json deleted file mode 100644 index db8b47db..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20512.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20510 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like a personal EMC link, but it can output 54 items at the same time!", - "icon:10": { - "Count:3": 1, - "id:8": "projectex:compressed_refined_link" - }, - "name:8": "Compressed Refined EMC Link" - } - }, - "questID:3": 20512, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "projectex:compressed_refined_link" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20513.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20513.json deleted file mode 100644 index dc60b888..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20513.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWhile there are other, more compact ways of farming plants and trees, large material-based farms can be used for more than trees, and they have really good yield.\n\nMultiblock farms can be programmed for a variety of purposes. The best use is to make peat, which is used in a lot of recipes later on.\n\nTo program a multiblock farm, you need a circuit, which is programmed using a soldering iron!\n\nThe higher the circuit tier, the more things at the same time can be farmed (up to 4).", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "name:8": "Farm Block" - } - }, - "questID:3": 20513, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:soldering_iron", - "tag:10": { - "Slots:10": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 1 - } - } - }, - "UID:3": -251769419 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 5, - "id:8": "forestry:ffarm", - "tag:10": { - "FarmBlock:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 1 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 2 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "forestry:chipsets", - "tag:10": { - "T:2": 3 - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20514.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20514.json deleted file mode 100644 index 26282422..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20514.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe plant sower is used to plant up to 9 different types of plants.\nThe gatherer can automatically harvest plants, producing sludge as a byproduct.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:crop_sower" - }, - "name:8": "Industrial Farming" - } - }, - "questID:3": 20514, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:crop_sower" - }, - "1:10": { - "Count:3": 1, - "id:8": "industrialforegoing:crop_recolector" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20515.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20515.json deleted file mode 100644 index ac9f9905..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20515.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20513 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe emerald electron tube allows for the farming of crop sticks!", - "icon:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "forestry:thermionic_tubes" - }, - "name:8": "Crops and Forestry??" - } - }, - "questID:3": 20515, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 9, - "id:8": "forestry:thermionic_tubes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20516.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20516.json deleted file mode 100644 index 57241819..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20516.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1368 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is not the best option, but it is an option!\n\nSome plants don\u0027t need to be broken and replaced to produce drops, and this device takes advantage of this to harvest crops without the need for replanting.", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:plant_interactor" - }, - "name:8": "Plant Interactor" - } - }, - "questID:3": 20516, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:plant_interactor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20517.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20517.json deleted file mode 100644 index 74245438..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20517.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20514 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe sludge refiner uses sludge to create various earthy materials, including some quite useful stuff!\nConductive powder is a very interesting byproduct...", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:sludge_refiner" - }, - "name:8": "Sludge Refiner" - } - }, - "questID:3": 20517, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:sludge_refiner" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20518.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20518.json deleted file mode 100644 index 25dd995e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20518.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20513 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe obsidian electron tube is used to configure these large farms to produce peat.\n\nA peat multiblock farm needs a steady supply of bog earth.", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "forestry:thermionic_tubes" - }, - "name:8": "Obsidian Electron Tube" - } - }, - "questID:3": 20518, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "forestry:thermionic_tubes" - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:bog_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20519.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20519.json deleted file mode 100644 index d5bc598b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20519.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20421 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Farming stations are a relatively expensive, but very versatile, way to automatically farm both crops and trees.", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_farm_station" - }, - "name:8": "Farming Station" - } - }, - "questID:3": 20519, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_farm_station" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/20520.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/20520.json deleted file mode 100644 index c58863f8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/20520.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 20518, - 20517 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe phytogenic insolator is a one-block plant farm that requires some sort of fertilizer to produce both crop and tree drops (if upgraded with an arboreal extractor).", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - }, - "name:8": "Phytogenic Insolator" - } - }, - "questID:3": 20520, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "thermalexpansion:machine", - "tag:10": { - "Energy:3": 0, - "Facing:1": 3, - "Level:1": 0, - "RSControl:1": 0, - "SideCache:7": [ - 3, - 1, - 2, - 2, - 2, - 2 - ] - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2087826195.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2087826195.json deleted file mode 100644 index e90a04a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2087826195.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1561 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:focusing_chicken" - } - } - }, - "name:8": "Focusing" - } - }, - "questID:3": 2087826195, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:focusing_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2108.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2108.json deleted file mode 100644 index 79781572..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2108.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oComplete the Apothecary Prison Key puzzle.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Apothecary Bee" - } - }, - "questID:3": 2108, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Apothecary", - "UID1:8": "gendustry.bee.Apothecary" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2112.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2112.json deleted file mode 100644 index a81bc89a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2112.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in apichisi.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Salty Bee" - } - }, - "questID:3": 2112, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Salty", - "UID1:8": "gendustry.bee.Salty" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2113.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2113.json deleted file mode 100644 index dcf308b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2113.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFrom the stormborn callstone.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Stormborn Bee" - } - }, - "questID:3": 2113, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stormborn", - "UID1:8": "gendustry.bee.Stormborn" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2202.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2202.json deleted file mode 100644 index e1b98fcc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2202.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "preRequisites:11": [ - 1437 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can use any Forestry Sapling to complete this quest!\n\nThe following quests will guide you through tree breeding!\n\nThis is easier if you already have a good knowledge of bees!", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "r/trees" - } - }, - "questID:3": 2202, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeCherry", - "UID1:8": "forestry.treeCherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitCherry", - "UID1:8": "forestry.fruitCherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2203.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2203.json deleted file mode 100644 index e5e1ea77..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2203.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 2202 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo breed trees, you need two things: pollen and saplings.\n\nTo collect pollen, you can right click forestry leaves using a pollen collection kit.\n\nThe grafter is a tool that breaks leaves with highly increased drop rates!\n\nWARNING: keeping forestry saplings placed for extended periods of time can cause lag due to the spawning of butterflies!\n\nThe portable analyzer can be used to check the stats and genes of your trees. These are not as important as bee genetics, since there is a custom multiblock that lets you farm trees in a lag-free environment!\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "gendustry:industrial_grafter", - "tag:10": { - "charge:3": 100000 - } - }, - "name:8": "Basic Tree Tools" - } - }, - "questID:3": 2203, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 100, - "id:8": "gendustry:industrial_grafter", - "tag:10": { - "charge:3": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:pollen_kit" - }, - "2:10": { - "Count:3": 1, - "id:8": "forestry:portable_alyzer" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2204.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2204.json deleted file mode 100644 index da64cea1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2204.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFor trees, a sapling works the same as bee princesses, and pollen works the same as bee drones.\n\nPollen and saplings of different types can be bred together to produce new species. This can be done in the mutatron!", - "icon:10": { - "Count:3": 1, - "id:8": "gendustry:mutatron_advanced" - }, - "name:8": "Tree Breeding" - } - }, - "questID:3": 2204, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:mutatron_advanced" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2205.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2205.json deleted file mode 100644 index 199499c2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2205.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 2203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following trees will be used at some point in progression.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:thaumic_citrus" - }, - "name:8": "Notable Trees" - } - }, - "questID:3": 2205, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "OreDict:8": "listAllfruit", - "id:8": "extratrees:food" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2206.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2206.json deleted file mode 100644 index 8dacbba8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2206.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "acornoak", - "UID1:8": "acornoak" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitAcorn", - "UID1:8": "extratrees.fruitAcorn" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Acorn Oak" - } - }, - "questID:3": 2206, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "acornoak", - "UID1:8": "acornoak" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2207.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2207.json deleted file mode 100644 index 51c3cfb8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2207.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "orange", - "UID1:8": "orange" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitOrange", - "UID1:8": "extratrees.fruitOrange" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Orange" - } - }, - "questID:3": 2207, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "orange", - "UID1:8": "orange" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2208.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2208.json deleted file mode 100644 index 4af0a412..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2208.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "fingerlime", - "UID1:8": "fingerlime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitFinger_lime", - "UID1:8": "extratrees.fruitFinger_lime" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Finger Lime" - } - }, - "questID:3": 2208, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "fingerlime", - "UID1:8": "fingerlime" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2209.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2209.json deleted file mode 100644 index 29b0aad8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2209.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "manderin", - "UID1:8": "manderin" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitManderin", - "UID1:8": "extratrees.fruitManderin" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Manderine" - } - }, - "questID:3": 2209, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "manderin", - "UID1:8": "manderin" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2210.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2210.json deleted file mode 100644 index ab2e00f4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2210.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "citron", - "UID1:8": "citron" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitCitron", - "UID1:8": "extratrees.fruitCitron" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Citron" - } - }, - "questID:3": 2210, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "citron", - "UID1:8": "citron" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2211.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2211.json deleted file mode 100644 index 8ed01162..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2211.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "grapefruit", - "UID1:8": "grapefruit" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitGrapefruit", - "UID1:8": "extratrees.fruitGrapefruit" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Grapefruit" - } - }, - "questID:3": 2211, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "grapefruit", - "UID1:8": "grapefruit" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2212.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2212.json deleted file mode 100644 index 3cb925b0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2212.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "lime", - "UID1:8": "lime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitLime", - "UID1:8": "extratrees.fruitLime" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Lime" - } - }, - "questID:3": 2212, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "lime", - "UID1:8": "lime" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2213.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2213.json deleted file mode 100644 index b4db639a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2213.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "keylime", - "UID1:8": "keylime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLowest", - "UID1:8": "forestry.saplingsLowest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitKey_lime", - "UID1:8": "extratrees.fruitKey_lime" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Key Lime" - } - }, - "questID:3": 2213, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "keylime", - "UID1:8": "keylime" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2214.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2214.json deleted file mode 100644 index df2ee3e5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2214.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "buddhahand", - "UID1:8": "buddhahand" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBuddha_hand", - "UID1:8": "extratrees.fruitBuddha_hand" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Buddah\u0027s Hand" - } - }, - "questID:3": 2214, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "buddhahand", - "UID1:8": "buddhahand" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2215.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2215.json deleted file mode 100644 index bd943c0e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2215.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "satsuma", - "UID1:8": "satsuma" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitSatsuma", - "UID1:8": "extratrees.fruitSatsuma" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Satsuma" - } - }, - "questID:3": 2215, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "satsuma", - "UID1:8": "satsuma" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2216.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2216.json deleted file mode 100644 index fd33b168..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2216.json +++ /dev/null @@ -1,1728 +0,0 @@ -{ - "preRequisites:11": [ - 2203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAll these trees can be found in-world, or in loot chests.\n\nI won\u0027t tell you how, but there\u0027s an easy way to obtain all of these in chapter 2 ;)", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "wildcherry", - "UID1:8": "wildcherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitWild_cherry", - "UID1:8": "extratrees.fruitWild_cherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "name:8": "Basic Trees" - } - }, - "questID:3": 2216, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "blackcurrant", - "UID1:8": "blackcurrant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBlackcurrant", - "UID1:8": "extratrees.fruitBlackcurrant" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeMaple", - "UID1:8": "forestry.treeMaple" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "redcurrant", - "UID1:8": "redcurrant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitRedcurrant", - "UID1:8": "extratrees.fruitRedcurrant" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeAcacia", - "UID1:8": "forestry.treeAcacia" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "4:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeLarch", - "UID1:8": "forestry.treeLarch" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "5:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeEbony", - "UID1:8": "forestry.treeEbony" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlower", - "UID1:8": "forestry.maturationSlower" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i3d", - "UID1:8": "forestry.i3d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "6:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "juniper", - "UID1:8": "juniper" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitJuniper", - "UID1:8": "extratrees.fruitJuniper" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "7:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePine", - "UID1:8": "forestry.treePine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "8:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeWillow", - "UID1:8": "forestry.treeWillow" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "9:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeSipiri", - "UID1:8": "forestry.treeSipiri" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "10:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeCherry", - "UID1:8": "forestry.treeCherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitCherry", - "UID1:8": "forestry.fruitCherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "11:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeZebrawood", - "UID1:8": "forestry.treeZebrawood" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "12:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePadauk", - "UID1:8": "forestry.treePadauk" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "13:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "cashew", - "UID1:8": "cashew" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitCashew", - "UID1:8": "extratrees.fruitCashew" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "14:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePlum", - "UID1:8": "forestry.treePlum" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitPlum", - "UID1:8": "forestry.fruitPlum" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigh", - "UID1:8": "forestry.yieldHigh" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "15:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treePapaya", - "UID1:8": "forestry.treePapaya" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitPapaya", - "UID1:8": "forestry.fruitPapaya" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "16:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeLime", - "UID1:8": "forestry.treeLime" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "17:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "hornbeam", - "UID1:8": "hornbeam" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "18:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeDate", - "UID1:8": "forestry.treeDate" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightAverage", - "UID1:8": "forestry.heightAverage" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitDates", - "UID1:8": "forestry.fruitDates" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLow", - "UID1:8": "forestry.yieldLow" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "19:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeMahogony", - "UID1:8": "forestry.treeMahogony" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightLarge", - "UID1:8": "forestry.heightLarge" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "20:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeTeak", - "UID1:8": "forestry.treeTeak" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "21:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "blueberry", - "UID1:8": "blueberry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBlueberry", - "UID1:8": "extratrees.fruitBlueberry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "22:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "copperbeech", - "UID1:8": "copperbeech" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitBeechnut", - "UID1:8": "extratrees.fruitBeechnut" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlow", - "UID1:8": "forestry.maturationSlow" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "23:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeGigant", - "UID1:8": "forestry.treeGigant" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightGigantic", - "UID1:8": "forestry.heightGigantic" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLower", - "UID1:8": "forestry.saplingsLower" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationSlowest", - "UID1:8": "forestry.maturationSlowest" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i4d", - "UID1:8": "forestry.i4d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofTrue", - "UID1:8": "forestry.fireproofTrue" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "24:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.treeWenge", - "UID1:8": "forestry.treeWenge" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLowest", - "UID1:8": "forestry.saplingsLowest" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fruitNone", - "UID1:8": "forestry.fruitNone" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLowest", - "UID1:8": "forestry.yieldLowest" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationAverage", - "UID1:8": "forestry.maturationAverage" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i2d", - "UID1:8": "forestry.i2d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "25:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "raspberry", - "UID1:8": "raspberry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitRaspberry", - "UID1:8": "extratrees.fruitRaspberry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "26:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "wildcherry", - "UID1:8": "wildcherry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitWild_cherry", - "UID1:8": "extratrees.fruitWild_cherry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLow", - "UID1:8": "forestry.sappinessLow" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2217.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2217.json deleted file mode 100644 index f54f510a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2217.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "tangerine", - "UID1:8": "tangerine" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmallest", - "UID1:8": "forestry.heightSmallest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitTangerine", - "UID1:8": "extratrees.fruitTangerine" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessAverage", - "UID1:8": "forestry.sappinessAverage" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Tangerine" - } - }, - "questID:3": 2217, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "tangerine", - "UID1:8": "tangerine" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2218.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2218.json deleted file mode 100644 index 6c9de014..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2218.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "osangeorange", - "UID1:8": "osangeorange" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmall", - "UID1:8": "forestry.heightSmall" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitOsange_orange", - "UID1:8": "extratrees.fruitOsange_orange" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldLower", - "UID1:8": "forestry.yieldLower" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLowest", - "UID1:8": "forestry.sappinessLowest" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFaster", - "UID1:8": "forestry.maturationFaster" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 1 - } - }, - "name:8": "Osange Orange" - } - }, - "questID:3": 2218, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "osangeorange", - "UID1:8": "osangeorange" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2224.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2224.json deleted file mode 100644 index cc34f6aa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2224.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20412 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the Soulsucking Callstone.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - }, - "name:8": "Soulsucking Bee" - } - }, - "questID:3": 2224, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Soulsucking", - "UID1:8": "gendustry.bee.Soulsucking" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.exploding", - "UID1:8": "careerbees.effect.exploding" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2225.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2225.json deleted file mode 100644 index bb964d38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2225.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1560 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fesh_abomination_chicken" - } - } - }, - "name:8": "Flesh Abomination" - } - }, - "questID:3": 2225, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "chickens:spawn_egg", - "tag:10": { - "ChickenType:10": { - "id:8": "contenttweaker:fesh_abomination_chicken" - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2226.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2226.json deleted file mode 100644 index 8702388d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2226.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20318 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeat the enemy in the final Twilight Forest Castle.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Crepuscular Bee" - } - }, - "questID:3": 2226, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Crepuscular", - "UID1:8": "gendustry.bee.Crepuscular" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2227.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2227.json deleted file mode 100644 index 1757a76a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2227.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20350 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained through breeding.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Isekai Bee" - } - }, - "questID:3": 2227, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Isekai", - "UID1:8": "gendustry.bee.Isekai" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2230.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2230.json deleted file mode 100644 index ee58285c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2230.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe excavator is used to produce infinite amounts of ores from Immersive Engineering veins. These are not like normal ore veins, and they do not exist in-world. Each chunk has one vein.\n\nTo identify a vein, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid vein in that chunk.\n\nTo mine the ore vein vein, build the Excavator multiblocks in the corresponding chunk. \n\nSome ores can only be mined using excavators, and cannot be found in-world.\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "immersiveengineering:metal_device1" - }, - "name:8": "Excavation" - } - }, - "questID:3": 2230, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "flip:1": 1, - "multiblock:8": "IE:ExcavatorDemo" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 11, - "id:8": "immersiveengineering:metal_multiblock" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "immersiveengineering:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2231.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2231.json deleted file mode 100644 index 65ee3e47..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2231.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 20423 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe pumpjack is used to produce infinite amounts of fluids from Immersive Engineering veins. These are not like normal fluid deposits, and they do not exist in-world. Each chunk has one vein.\n\nTo identify a vein, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid vein in that chunk.\n\nTo extract the fluid deposit, build the Pumpjack multiblock in the corresponding chunk. \n\n\n", - "icon:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "immersiveengineering:metal_device1" - }, - "name:8": "Pumpjacking" - } - }, - "questID:3": 2231, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "immersivepetroleum:schematic", - "tag:10": { - "multiblock:8": "IP:Pumpjack" - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "immersiveengineering:metal_device1" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "immersivepetroleum:metal_multiblock" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2252.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2252.json deleted file mode 100644 index 6f0d5db7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2252.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "preRequisites:11": [ - 20483 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWARNING: the assassin bee will cause crashes if placed in an apiary, it is meant to used in the bee-bee gun.\n\nThe assassin bee has the special effect of finishing off queens, making them drop the respective princess and drones.\nThe Bee-Bee gun lets you control the effects of a bee, if it is inserted in the gun\u0027s GUI (shift + right click). The Bee-Bee Gun needs honey to work!\nAftter placing a new queen into an apiary or industrial apiary, right click it with a loaded Assassin Queen Bee-Bee Gun to finish off the queen life cycle.\nThis makes it much faster to go through breeding chains, especially for the temporal bee!", - "icon:10": { - "Count:3": 1, - "id:8": "careerbees:beegun" - }, - "name:8": "Speed-Breeding" - } - }, - "questID:3": 2252, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "careerbees:beegun" - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.assassin", - "UID1:8": "careerbees.assassin" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.assassin", - "UID1:8": "careerbees.effect.assassin" - } - } - }, - "Health:3": 50, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "careerbees.assassin", - "UID1:8": "careerbees.assassin" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLong", - "UID1:8": "forestry.lifespanLong" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlow", - "UID1:8": "forestry.floweringSlow" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "careerbees.effect.assassin", - "UID1:8": "careerbees.effect.assassin" - } - } - }, - "MaxH:3": 50 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2257.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2257.json deleted file mode 100644 index c6ba1b2f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2257.json +++ /dev/null @@ -1,989 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20324 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAdvanced rocketry gets buggy sometimes (often). These bees will let you craft new warpers that will let you get to these planets without havint to deal with buggy rockets.\nYou will still have to make at least one rocket, and a space station, as all of these warper items, with the exception of the first one, can only be used in space!", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:bee_stargate" - }, - "name:8": "Skip (some) Advanced Rocketry" - } - }, - "questID:3": 2257, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Pyramid", - "UID1:8": "gendustry.bee.Pyramid" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "Health:3": 30, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Pyramid", - "UID1:8": "gendustry.bee.Pyramid" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlow", - "UID1:8": "forestry.speedSlow" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShort", - "UID1:8": "forestry.lifespanShort" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceDown2", - "UID1:8": "forestry.toleranceDown2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersNether", - "UID1:8": "forestry.flowersNether" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectAggressive", - "UID1:8": "forestry.effectAggressive" - } - } - }, - "MaxH:3": 30 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Buried", - "UID1:8": "gendustry.bee.Buried" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedNormal", - "UID1:8": "forestry.speedNormal" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanElongated", - "UID1:8": "forestry.lifespanElongated" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "magicbees:flowersbookshelf", - "UID1:8": "magicbees:flowersbookshelf" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 45, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Buried", - "UID1:8": "gendustry.bee.Buried" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedNormal", - "UID1:8": "forestry.speedNormal" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanElongated", - "UID1:8": "forestry.lifespanElongated" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceUp2", - "UID1:8": "forestry.toleranceUp2" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "magicbees:flowersbookshelf", - "UID1:8": "magicbees:flowersbookshelf" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 45 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Controller", - "UID1:8": "gendustry.bee.Controller" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Controller", - "UID1:8": "gendustry.bee.Controller" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Chevron", - "UID1:8": "gendustry.bee.Chevron" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Chevron", - "UID1:8": "gendustry.bee.Chevron" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "4:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stargazer", - "UID1:8": "gendustry.bee.Stargazer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Stargazer", - "UID1:8": "gendustry.bee.Stargazer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "5:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ringbearer", - "UID1:8": "gendustry.bee.Ringbearer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Ringbearer", - "UID1:8": "gendustry.bee.Ringbearer" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "gendustry.flowersSideralSteel", - "UID1:8": "gendustry.flowersSideralSteel" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:luna_warper" - }, - "1:10": { - "Count:3": 1, - "id:8": "contenttweaker:osiris_warper" - }, - "2:10": { - "Count:3": 1, - "id:8": "contenttweaker:ptah_warper" - }, - "3:10": { - "Count:3": 1, - "id:8": "contenttweaker:hator_warper" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:europa_warper" - }, - "5:10": { - "Count:3": 1, - "id:8": "contenttweaker:oi_warper" - }, - "6:10": { - "Count:3": 1, - "id:8": "contenttweaker:falacer_warper" - }, - "7:10": { - "Count:3": 1, - "id:8": "contenttweaker:orcus_warper" - }, - "8:10": { - "Count:3": 1, - "id:8": "contenttweaker:haumea_warper" - }, - "9:10": { - "Count:3": 1, - "id:8": "contenttweaker:sedna_warper" - }, - "10:10": { - "Count:3": 1, - "id:8": "contenttweaker:rhenia_warper" - }, - "11:10": { - "Count:3": 1, - "id:8": "contenttweaker:myrmex_warper" - }, - "12:10": { - "Count:3": 1, - "id:8": "contenttweaker:pixonia_warper" - }, - "13:10": { - "Count:3": 1, - "id:8": "contenttweaker:proximabelt_warper" - }, - "14:10": { - "Count:3": 1, - "id:8": "contenttweaker:nero_warper" - }, - "15:10": { - "Count:3": 1, - "id:8": "contenttweaker:zoi_warper" - }, - "16:10": { - "Count:3": 1, - "id:8": "contenttweaker:akathartos_warper" - }, - "17:10": { - "Count:3": 1, - "id:8": "contenttweaker:pauram_warper" - }, - "18:10": { - "Count:3": 1, - "id:8": "contenttweaker:alkemia_warper" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2258.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2258.json deleted file mode 100644 index f595d5d7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2258.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "chilli", - "UID1:8": "chilli" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsAverage", - "UID1:8": "forestry.saplingsAverage" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitChilli", - "UID1:8": "extratrees.fruitChilli" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldHigher", - "UID1:8": "forestry.yieldHigher" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFast", - "UID1:8": "forestry.maturationFast" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "name:8": "Chilli Pepper" - } - }, - "questID:3": 2258, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "chilli", - "UID1:8": "chilli" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2259.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2259.json deleted file mode 100644 index f764f2bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2259.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "goldenraspberry", - "UID1:8": "goldenraspberry" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.heightSmaller", - "UID1:8": "forestry.heightSmaller" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.saplingsLow", - "UID1:8": "forestry.saplingsLow" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "extratrees.fruitGolden_raspberry", - "UID1:8": "extratrees.fruitGolden_raspberry" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.yieldAverage", - "UID1:8": "forestry.yieldAverage" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.sappinessLower", - "UID1:8": "forestry.sappinessLower" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.leavesNone", - "UID1:8": "forestry.leavesNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.maturationFastest", - "UID1:8": "forestry.maturationFastest" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.i1d", - "UID1:8": "forestry.i1d" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.fireproofFalse", - "UID1:8": "forestry.fireproofFalse" - } - } - }, - "IsAnalyzed:1": 0 - } - }, - "name:8": "Golden Raspberry" - } - }, - "questID:3": 2259, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "goldenraspberry", - "UID1:8": "goldenraspberry" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2266.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2266.json deleted file mode 100644 index 470f4680..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2266.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - "preRequisites:11": [ - 1253, - 20414 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound in Gallifrey.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "Warrior Bee" - } - }, - "questID:3": 2266, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "gendustry.bee.Warrior", - "UID1:8": "gendustry.bee.Warrior" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityHigh", - "UID1:8": "forestry.fertilityHigh" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlower", - "UID1:8": "forestry.floweringSlower" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2269.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2269.json deleted file mode 100644 index 6c543bdd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2269.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "preRequisites:11": [ - 1204 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTolerance none from common bee.", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_drone_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCommon", - "UID1:8": "forestry.speciesCommon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 20, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "forestry.speciesCommon", - "UID1:8": "forestry.speciesCommon" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlower", - "UID1:8": "forestry.speedSlower" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanShorter", - "UID1:8": "forestry.lifespanShorter" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityNormal", - "UID1:8": "forestry.fertilityNormal" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 20 - } - }, - "name:8": "No Tolerance - Good for Specialty Drops" - } - }, - "questID:3": 2269, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceNone", - "chromosome:3": 4, - "species:8": "rootBees" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "gendustry:gene_sample", - "tag:10": { - "allele:8": "forestry.toleranceNone", - "chromosome:3": 6, - "species:8": "rootBees" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2312.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2312.json deleted file mode 100644 index 4607c42e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2312.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests show the various methods available to deal with enchanting.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Enchant Me!" - } - }, - "questID:3": 2312, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2313.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2313.json deleted file mode 100644 index 0578304e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2313.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:book" - }, - "name:8": "Removing Enchants" - } - }, - "questID:3": 2313, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2314.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2314.json deleted file mode 100644 index 428a1bcf..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2314.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:book" - }, - "name:8": "Creating Enchants" - } - }, - "questID:3": 2314, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2315.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2315.json deleted file mode 100644 index d0259973..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2315.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:book" - }, - "name:8": "Duplicating Enchants" - } - }, - "questID:3": 2315, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2316.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2316.json deleted file mode 100644 index e72a462f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2316.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe good old vanilla enchanting table.\n\nTo boos the max level (up to 30), the various available options are here.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:enchanting_table" - }, - "name:8": "Enchanting Table" - } - }, - "questID:3": 2316, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:enchanting_table" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "extrautils2:decorativesolidwood" - }, - "2:10": { - "Count:3": 1, - "id:8": "botania:pylon" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "botania:pylon" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "botania:pylon" - }, - "5:10": { - "Count:3": 1, - "id:8": "minecraft:bookshelf" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2317.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2317.json deleted file mode 100644 index b6d2b0dc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2317.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCan do level 30 enchants without boosts.", - "icon:10": { - "Count:3": 1, - "id:8": "divinerpg:altar_of_corruption" - }, - "name:8": "Altar of Corruption (Great)" - } - }, - "questID:3": 2317, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "divinerpg:altar_of_corruption" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2318.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2318.json deleted file mode 100644 index 4d47afe3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2318.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEnchanting table that runs on liquid XP and energy.", - "icon:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_enchanter" - }, - "name:8": "Cyclic Enchanter" - } - }, - "questID:3": 2318, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "cyclicmagic:block_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2319.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2319.json deleted file mode 100644 index af15183f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2319.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 2315 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBibliocraft allows to duplicate enchanted books! To use the Typesetting Table and Printing Press, make sure you a wearing a Monocle, otherwise you won\u0027t see XP costs!\n\nRight click the desired enchanted book in the Typesetting Table near left slot, and a Chase in the far slot. Shift right click the Typesetting Table with an empty hand to create an enchanted plate. This will consume XP based on the enchantment type and level.\n\nRight click the enchanted plate in the back slot of the Printing Press, together with a bunch of ink sacks. Right click normal vanilla Books on the near left slot, and they will be transformed into enchanted books of the desired type! A single enchanted press can make up to 3 enchanted books, as it has durability, but it can be repaired using various modded tools.", - "icon:10": { - "Count:3": 1, - "id:8": "bibliocraft:typesettingtable" - }, - "name:8": "Bibliocraft Duplication" - } - }, - "questID:3": 2319, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bibliocraft:typesettingtable" - }, - "1:10": { - "Count:3": 1, - "id:8": "bibliocraft:printingpress" - }, - "2:10": { - "Count:3": 1, - "id:8": "bibliocraft:bibliochase" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2322.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2322.json deleted file mode 100644 index 0c904de4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2322.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2313 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_extractor" - }, - "name:8": "Enchantment Extractor" - } - }, - "questID:3": 2322, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_extractor" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2323.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2323.json deleted file mode 100644 index e3e9dce9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2323.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2313 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "tombstone:book_of_disenchantment" - }, - "name:8": "Book of Disenchantment" - } - }, - "questID:3": 2323, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "tombstone:book_of_disenchantment" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2324.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2324.json deleted file mode 100644 index a35db684..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2324.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2313 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oXP cost is discounted by bookshelves like the Vanilla Enchanting Table.", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:diss_enchanter" - }, - "name:8": "Draconic Disenchanter" - } - }, - "questID:3": 2324, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:diss_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2325.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2325.json deleted file mode 100644 index dc14ae2e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2325.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2312 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:book" - }, - "name:8": "Applying Enchants" - } - }, - "questID:3": 2325, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:book" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2326.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2326.json deleted file mode 100644 index 0465c815..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2326.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2325 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oActs like an anvil without maximum enchantement level limits!", - "icon:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_aplicator" - }, - "name:8": "Enchantment Applicator" - } - }, - "questID:3": 2326, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "industrialforegoing:enchantment_aplicator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2327.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2327.json deleted file mode 100644 index c4a7ba60..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2327.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2325 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:anvil" - }, - "name:8": "Anvil" - } - }, - "questID:3": 2327, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:anvil" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2328.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2328.json deleted file mode 100644 index 8b40527c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2328.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 2325 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Mana Enchanter lets you apply enchants on a tool without consuming the books.\n\nForm the structure as shown in the preview, and click the Lapis Block with a Wand of the Forest.\n\nPlace a fully unenchanted item on the Enchanter, and drop the desired enchanted books around it.\n\nTo power it, you can use sparks. The cost of each enchant grows exponentially with level, but it can accept enchants above the anvil limit.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:enchanter" - }, - "name:8": "Mana Enchanter" - } - }, - "questID:3": 2328, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:twigwand", - "tag:10": { - "color1:3": 0, - "color2:3": 0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:enchanter" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2329.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2329.json deleted file mode 100644 index eec58586..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2329.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - }, - "name:8": "Extra Utils Enchanter" - } - }, - "questID:3": 2329, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrautils2:machine", - "tag:10": { - "Type:8": "extrautils2:enchanter" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2330.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2330.json deleted file mode 100644 index 212d65dd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2330.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 2314 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oLets you craft specific enchanted books", - "icon:10": { - "Count:3": 1, - "id:8": "enderio:block_enchanter" - }, - "name:8": "EnderIO Enchanter (Great)" - } - }, - "questID:3": 2330, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "enderio:block_enchanter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2331.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2331.json deleted file mode 100644 index 6d31474a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2331.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 2328 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is how you can combine enchantments over the vanilla anvil limit, up to level 15. It can combine normally-incompatible enchants, like fire protection and blast protection, as well.\n\nThe ritual requires the base Abyssalcraft setup, using the Abyssalnomicon, and can be performed in any dimension! It costs 50000 PE.\n\nPlace 8 enchanted books of any type (has to be eight) on the outer pedestals. Place a compatible enchantable item in the center.\n\nIf multiple enchants of the same type are present, they will be added together up to level 15.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Mass Enchanting" - } - }, - "questID:3": 2331, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ritual_mass_enchanting" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2346.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2346.json deleted file mode 100644 index 42df37bd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2346.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 20490 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe JEI Bee Drop page has two rows.\n\nDrops in the first row will be produced by the corresponding species with no special requirements.\n\nDrops in the second row are specialty drops, and will only drop if a bee\u0027s EXACT temperature and humidy and temperature requirements are respected.\n\nThis process can be made easier with Gendustry, see the quest for best genes for specialty drops for the no tolerance genes.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Specialty Drops" - } - }, - "questID:3": 2346, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 24, - "OreDict:8": "beeComb", - "id:8": "extrabees:honey_comb" - }, - "1:10": { - "Count:3": 16, - "OreDict:8": "dropHoney", - "id:8": "forestry:honey_drop" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/2351.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/2351.json deleted file mode 100644 index c588c26a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/2351.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 2205 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "clove", - "UID1:8": "clove" - } - } - } - } - }, - "name:8": "Clove" - } - }, - "questID:3": 2351, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:sapling", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "clove", - "UID1:8": "clove" - } - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/339187524.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/339187524.json deleted file mode 100644 index 35f439ee..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/339187524.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20415 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe following quests list good sources of XP for enchanting, and for cheeky last stand builds.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "All of the Experience" - } - }, - "questID:3": 339187524, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/650488292.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/650488292.json deleted file mode 100644 index c2f838b9..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/650488292.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "preRequisites:11": [ - 1253 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesOsmium", - "UID1:8": "magicbees.speciesOsmium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesOsmium", - "UID1:8": "magicbees.speciesOsmium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 60 - } - }, - "name:8": "Osmium Bee" - } - }, - "questID:3": 650488292, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forestry:bee_queen_ge", - "tag:10": { - "Genome:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesOsmium", - "UID1:8": "magicbees.speciesOsmium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "Health:3": 60, - "IsAnalyzed:1": 0, - "Mate:10": { - "Chromosomes:9": { - "0:10": { - "Slot:1": 0, - "UID0:8": "magicbees.speciesOsmium", - "UID1:8": "magicbees.speciesOsmium" - }, - "1:10": { - "Slot:1": 1, - "UID0:8": "forestry.speedSlowest", - "UID1:8": "forestry.speedSlowest" - }, - "2:10": { - "Slot:1": 2, - "UID0:8": "forestry.lifespanLonger", - "UID1:8": "forestry.lifespanLonger" - }, - "3:10": { - "Slot:1": 3, - "UID0:8": "forestry.fertilityLow", - "UID1:8": "forestry.fertilityLow" - }, - "4:10": { - "Slot:1": 4, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "5:10": { - "Slot:1": 5, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "6:10": { - "Slot:1": 6, - "UID0:8": "forestry.toleranceNone", - "UID1:8": "forestry.toleranceNone" - }, - "7:10": { - "Slot:1": 7, - "UID0:8": "forestry.boolFalse", - "UID1:8": "forestry.boolFalse" - }, - "8:10": { - "Slot:1": 8, - "UID0:8": "forestry.boolTrue", - "UID1:8": "forestry.boolTrue" - }, - "9:10": { - "Slot:1": 9, - "UID0:8": "forestry.flowersVanilla", - "UID1:8": "forestry.flowersVanilla" - }, - "10:10": { - "Slot:1": 10, - "UID0:8": "forestry.floweringSlowest", - "UID1:8": "forestry.floweringSlowest" - }, - "11:10": { - "Slot:1": 11, - "UID0:8": "forestry.territoryAverage", - "UID1:8": "forestry.territoryAverage" - }, - "12:10": { - "Slot:1": 12, - "UID0:8": "forestry.effectNone", - "UID1:8": "forestry.effectNone" - } - } - }, - "MaxH:3": 60 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/5/795857967.json b/config - Copy/betterquesting/DefaultQuests/Quests/5/795857967.json deleted file mode 100644 index c86d7c21..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/5/795857967.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 339187524 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAn upgraded version of solidified experience, obtained from a bee that becomes available in chapter 3.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:condensed_essence" - }, - "name:8": "Condensed Essence" - } - }, - "questID:3": 795857967, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:condensed_essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1011.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1011.json deleted file mode 100644 index 3bf903f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1011.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 20101 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAutomatically breaks any light source in the area. \n\nPlace a chest on the master ritual stone to collect the drops.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:stone_of_the_wizard" - }, - "name:8": "Luna" - } - }, - "questID:3": 1011, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1141.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1141.json deleted file mode 100644 index d5fc66c7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1141.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for the boline to see a preview for the Rite of Shifting Seasons circle setup.\n\nThis circle requires a boline that has been set to a specific biome. Right click one to bind it to the biome you are in. See a special recipe to craft a Stormland boline, which will be required at some point.\n\n ", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:boline" - }, - "name:8": "Rite of Shifting Seasons (Useful)" - } - }, - "questID:3": 1141, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "treeSapling", - "id:8": "minecraft:sapling" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "logWood", - "id:8": "minecraft:log" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:oak_apple_gall" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:pentacle" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:oak_spirit" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:dimensional_sand" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:boline" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1142.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1142.json deleted file mode 100644 index dd4259a8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1142.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a druden! ", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:ectoplasm" - }, - "name:8": "Rite of the Spiritual Rift (Useful)" - } - }, - "questID:3": 1142, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:ectoplasm" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:wormwood" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:spectral_dust" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:ender_pearl" - }, - "4:10": { - "Count:3": 1, - "id:8": "contenttweaker:druden_horn" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1143.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1143.json deleted file mode 100644 index 0f6606ef..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1143.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon an imp! ", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:hellhound_horn" - }, - "name:8": "Conjure Imp (Useful)" - } - }, - "questID:3": 1143, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:hellhound_horn" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:hellebore" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1144.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1144.json deleted file mode 100644 index 1ec88d51..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1144.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a demon! ", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:demon_heart" - }, - "name:8": "Conjure Demon (Useful)" - } - }, - "questID:3": 1144, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:rotten_flesh" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:hellebore" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:bottle_of_blood" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:hellhound_horn" - }, - "5:10": { - "Count:3": 1, - "id:8": "minecraft:diamond" - }, - "6:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - }, - "7:10": { - "Count:3": 1, - "id:8": "bewitchment:demon_heart" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1145.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1145.json deleted file mode 100644 index 2f302d30..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1145.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon Leonard! ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:hand_of_dominion" - }, - "name:8": "Leonard\u0027s Sabbath (Useful)" - } - }, - "questID:3": 1145, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:stew_of_the_grotesque" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:bottled_hellfire" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:flying_ointment" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:liquid_witchcraft" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:hellhound_horn" - }, - "7:10": { - "Count:3": 1, - "id:8": "bewitchment:bottle_of_blood" - }, - "8:10": { - "Count:3": 1, - "id:8": "contenttweaker:hand_of_dominion" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1146.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1146.json deleted file mode 100644 index 1ad34368..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1146.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon Baphomet! ", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:wing_of_worship" - }, - "name:8": "Baphomet\u0027s Sabbath (Useful)" - } - }, - "questID:3": 1146, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:pentacle" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:bottled_hellfire" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:flying_ointment" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:liquid_witchcraft" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:hellhound_horn" - }, - "7:10": { - "Count:3": 1, - "id:8": "bewitchment:sanguine_cloth" - }, - "8:10": { - "Count:3": 1, - "id:8": "contenttweaker:wing_of_worship" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1147.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1147.json deleted file mode 100644 index f93518c3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1147.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will craft the grimoire magica.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:grimoire_magia", - "tag:10": { - "amount:3": 1000, - "maxAmount:3": 1000 - } - }, - "name:8": "Rite of Knowledge (Useful)" - } - }, - "questID:3": 1147, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:paper" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:opal" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:liquid_witchcraft" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:leather" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:grimoire_magia", - "tag:10": { - "amount:3": 1000, - "maxAmount:3": 1000 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1148.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1148.json deleted file mode 100644 index 65bae7c4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1148.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will create purifying earth!", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:purifying_earth" - }, - "name:8": "Rite of Purification (Useful)" - } - }, - "questID:3": 1148, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:dirt" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:salt" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:purifying_earth" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1149.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1149.json deleted file mode 100644 index 1a95fe4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1149.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a feuerwyrm! ", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:adders_fork" - }, - "name:8": "Rite of Hellmouth (Useful)" - } - }, - "questID:3": 1149, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "netherrack", - "id:8": "chisel:netherrack" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:magma" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:hellebore" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:snake_venom" - }, - "5:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:coal" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:adders_fork" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1150.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1150.json deleted file mode 100644 index ae29dacd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1150.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCheck uses for these items for the ritual preview.\n\nThis will summon a hellhound! ", - "icon:10": { - "Count:3": 2, - "id:8": "bewitchment:tongue_of_dog" - }, - "name:8": "Rite of Greater Hellmouth (Useful)" - } - }, - "questID:3": 1150, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:hellebore" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:bottle_of_blood" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_rod" - }, - "4:10": { - "Count:3": 1, - "id:8": "minecraft:gunpowder" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:tongue_of_dog" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1151.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1151.json deleted file mode 100644 index c06d1c25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1151.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20335 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:terrestrial_cauldron" - } - }, - "name:8": "Terrestrial Cauldron" - } - }, - "questID:3": 1151, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:terrestrial_cauldron" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1156.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1156.json deleted file mode 100644 index bd7c267c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1156.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSmelts dropped items in the ritual area.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:coal" - }, - "name:8": "Ritual of the Hungry Flames" - } - }, - "questID:3": 1156, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:ectoplasm" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_powder" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1157.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1157.json deleted file mode 100644 index cc8e2409..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1157.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTransform vanilla saplings into bewitchment saplings (if you get unlucky).", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:vine" - }, - "name:8": "Ritual of Frenzied Growth (Useful)" - } - }, - "questID:3": 1157, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:oak_apple_gall" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:vine" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:dye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1158.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1158.json deleted file mode 100644 index d3949113..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1158.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMakes the area around it blighted.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:salt" - }, - "name:8": "Rite of Blighted Lands" - } - }, - "questID:3": 1158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "OreDict:8": "salt", - "id:8": "bewitchment:salt" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:demon_heart" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:opal" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:pentacle" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:ebb_of_death" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:lizard_leg" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:ravens_feather" - }, - "7:10": { - "Count:3": 1, - "id:8": "bewitchment:dimensional_sand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1159.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1159.json deleted file mode 100644 index 351cb6c5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1159.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oReverts the blighted lands.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:cleansing_balm" - }, - "name:8": "Nature\u0027s Blessing" - } - }, - "questID:3": 1159, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:essence_of_vitality" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:pentacle" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:cleansing_balm" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:dimensional_sand" - }, - "6:10": { - "Count:3": 1, - "id:8": "bewitchment:garlic" - }, - "7:10": { - "Count:3": 1, - "id:8": "bewitchment:spruce_heart" - }, - "8:10": { - "Count:3": 1, - "id:8": "bewitchment:oak_spirit" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1161.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1161.json deleted file mode 100644 index 5b5c1891..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1161.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTeleports you to a location indicated by a waystone.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:waystone" - }, - "name:8": "Rite of the Open Way" - } - }, - "questID:3": 1161, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:waystone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1162.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1162.json deleted file mode 100644 index a5fc3f8a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1162.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oStops rain.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage" - }, - "name:8": "Ritual of the Parched Sands" - } - }, - "questID:3": 1162, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:acacia_resin" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:sand" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:opal" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:lizard_leg" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1163.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1163.json deleted file mode 100644 index 8ca4e894..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1163.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMakes it rain (now dance).", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - }, - "name:8": "Ritual of Deluge" - } - }, - "questID:3": 1163, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - }, - "1:10": { - "Count:3": 1, - "OreDict:8": "treeSapling", - "id:8": "minecraft:sapling" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:coquina" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:sand" - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "minecraft:dye" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:toe_of_frog" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1164.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1164.json deleted file mode 100644 index d9982b3d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1164.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpeeds up the day/night cycle.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:sand" - }, - "name:8": "Ritual of the Sands of Time" - } - }, - "questID:3": 1164, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:sandstone" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:sand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1165.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1165.json deleted file mode 100644 index 3728d063..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1165.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMakes it night.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:red_flower" - }, - "name:8": "Rite of the High Moon" - } - }, - "questID:3": 1165, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:red_flower" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:ectoplasm" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:spider_eye" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1166.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1166.json deleted file mode 100644 index 8cd3fdec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1166.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMakes it day.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:double_plant" - }, - "name:8": "Rite of Solar Glory" - } - }, - "questID:3": 1166, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:double_plant" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:gold_ingot" - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:double_plant" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1167.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1167.json deleted file mode 100644 index 6590ee34..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1167.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCauses nearby mobs to glow.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:spectral_arrow" - }, - "name:8": "Ritual of Perception" - } - }, - "questID:3": 1167, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:glowstone" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:blaze_powder" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1170.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1170.json deleted file mode 100644 index 74d4cf4d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1170.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20054, - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCorail Tombstone is a mod about death and the powers correlated to it.\n\nIt provides for some powerful player upgrades and convenience.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Tombstone" - } - }, - "questID:3": 1170, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1171.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1171.json deleted file mode 100644 index 04212a9c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1171.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "preRequisites:11": [ - 1170 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDeaths in Corail Tombstone allow you to level up your knowledge of death.\n\nTo check you level, press Grave, and it will open up your Tombstone skill tree.\n\nTis can be used to unlock abilities for your player.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "tombstone:crafting_ingredient" - }, - "name:8": "Knowledge of Death" - } - }, - "questID:3": 1171, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1272148644.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1272148644.json deleted file mode 100644 index c5e81235..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1272148644.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "animus:sigil_transposition", - "tag:10": {} - }, - "name:8": "Acquisition" - } - }, - "questID:3": 1272148644, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "animus:sigil_transposition", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1294.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1294.json deleted file mode 100644 index 26dbce6f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1294.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20374 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:enchanted_book", - "tag:10": { - "StoredEnchantments:9": { - "0:10": { - "id:3": 0, - "lvl:2": 1 - } - } - } - }, - "name:8": "Mass Enchanting" - } - }, - "questID:3": 1294, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:ritual_mass_enchanting" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - }, - "1:10": { - "index:3": 1, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1295.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1295.json deleted file mode 100644 index 68da0096..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1295.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "preRequisites:11": [ - 20155 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe livingrock pedestal lets you craft eating tasks such as turning nightmare fuel into spirit fuel.\n\nTo perform some crafts (those will be shown in JEI) you have to right click the livingrock pedestal with a hammer.\n\nAfter crafting the ultimate hammer, you will be able to automate these tasks using a crafting table.", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:pedestal", - "tag:10": {} - }, - "name:8": "Livingrock Pedestal" - } - }, - "questID:3": 1295, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:pedestal", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:manasteelhammer" - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:elementiumhammer" - }, - "2:10": { - "Count:3": 1, - "id:8": "extrabotany:terrasteelhammer" - }, - "3:10": { - "Count:3": 1, - "id:8": "extrabotany:ultimatehammer", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1296.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1296.json deleted file mode 100644 index a8899eb7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1296.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click a livingrock pedestal containing spirit fuel to unlock pages.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "name:8": "Extra Knowledge" - } - }, - "questID:3": 1296, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:spiritfuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1297.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1297.json deleted file mode 100644 index c7db7e73..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1297.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo make spirit fuel, you can either eat nightmare fuel (manual) or you can place nightmare fuel in a livingrock pedestal.", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:spiritfuel", - "tag:10": {} - }, - "name:8": "Spirit Fuel" - } - }, - "questID:3": 1297, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:nightmarefuel" - }, - "1:10": { - "Count:3": 1, - "id:8": "extrabotany:spiritfuel" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1299.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1299.json deleted file mode 100644 index b8a80fbd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1299.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlaces blocks automatically in a radius around it. Mana will increase this radius.\n\nTo place blocks with specific patters, place a specific filter block under the flower (right under the soil). Supplied blocks will only be placed above the filter block.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "rannuncarpus" - } - }, - "name:8": "Rannucarpus " - } - }, - "questID:3": 1299, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "rannuncarpus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1300.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1300.json deleted file mode 100644 index bd5776cd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1300.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPoisons nearby mobs.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hyacidus" - } - }, - "name:8": "Hyacidus" - } - }, - "questID:3": 1300, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "hyacidus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1301.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1301.json deleted file mode 100644 index 50a5b087..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1301.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPrevents the ring of magnetization from working in a radius around it.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - }, - "name:8": "Solegnolia (Useful)" - } - }, - "questID:3": 1301, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "solegnolia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1302.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1302.json deleted file mode 100644 index 9daf1fca..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1302.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProduces fishing loot from nearby livingrock pedestals.\n\nDrop fried chickens legs to give it luck of the sea.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "annoyingflower" - } - }, - "name:8": "Annoying Flower (Useful)" - } - }, - "questID:3": 1302, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "annoyingflower" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1303.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1303.json deleted file mode 100644 index 05b68236..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1303.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to speed up plant growth.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "agricarnation" - } - }, - "name:8": "Agricarnation (Useful)" - } - }, - "questID:3": 1303, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "agricarnation" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1304.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1304.json deleted file mode 100644 index e5c98663..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1304.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oUse a wand of the forest in bind mode to bind it to a specific block.\n\nItems dropped on this flower will be teleported there.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "spectranthemum" - } - }, - "name:8": "Spectranthemum" - } - }, - "questID:3": 1304, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "spectranthemum" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1305.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1305.json deleted file mode 100644 index e1520d39..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1305.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to damage nearby mobs.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bellethorn" - } - }, - "name:8": "Bellethorne" - } - }, - "questID:3": 1305, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bellethorn" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1306.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1306.json deleted file mode 100644 index a87d237e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1306.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to clear water within a 12 block radius.\n\nAnd lets you resurrect the most POWERful being in the universe.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bubbell" - } - }, - "name:8": "Bubbell" - } - }, - "questID:3": 1306, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bubbell" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1307.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1307.json deleted file mode 100644 index 4b33200c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1307.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to turn nearby sand into clay. \n\nI know, soooo overpowered.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "clayconia" - } - }, - "name:8": "Clayconia" - } - }, - "questID:3": 1307, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "clayconia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1308.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1308.json deleted file mode 100644 index 9f9e66b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1308.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to hurt adult animals.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "dreadthorn" - } - }, - "name:8": "Dreadthorne" - } - }, - "questID:3": 1308, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "dreadthorn" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1309.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1309.json deleted file mode 100644 index 0b8e9b44..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1309.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to make mobs hostile towards each other.\n\nWho will win??", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "heiseiDream" - } - }, - "name:8": "Heisei Dream" - } - }, - "questID:3": 1309, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "heiseiDream" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1310.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1310.json deleted file mode 100644 index e9d38ea7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1310.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to spawn mystical flowers nearby.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "jadedAmaranthus" - } - }, - "name:8": "Jaded Amaranthus (Useful)" - } - }, - "questID:3": 1310, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "jadedAmaranthus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1311.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1311.json deleted file mode 100644 index 1636eb7f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1311.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGives nearby players immunity against some bad effects.\n\nWon\u0027t work against warp.§7§o", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "mirrowtunia" - } - }, - "name:8": "Mirrortunia" - } - }, - "questID:3": 1311, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "mirrowtunia" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1312.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1312.json deleted file mode 100644 index 7e0f9564..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1312.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGives slowness to nearby mobs.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "medumone" - } - }, - "name:8": "Medumone" - } - }, - "questID:3": 1312, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "medumone" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1313.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1313.json deleted file mode 100644 index 406bd94e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1313.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMoves mana wirelessly. Use the position reader to bind to an output manapool.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "manalinkium" - } - }, - "name:8": "Manalinkium" - } - }, - "questID:3": 1313, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "manalinkium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "ignoreNBT:1": 1, - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:binder", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1314.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1314.json deleted file mode 100644 index 06b15c82..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1314.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to make animals breed.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "pollidisiac" - } - }, - "name:8": "Pollidisiac" - } - }, - "questID:3": 1314, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "pollidisiac" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1315.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1315.json deleted file mode 100644 index 754ddbc7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1315.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes mana to spawn mobs with extra loot.\n\nAnything that can be found in vanilla dungeon chests can be obtained with this flower.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "loonium" - } - }, - "name:8": "Loonium (Useful)" - } - }, - "questID:3": 1315, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "loonium" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1316.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1316.json deleted file mode 100644 index 2fac8cbd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1316.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMutes animals.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bergamute" - } - }, - "name:8": "Bergamute" - } - }, - "questID:3": 1316, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "bergamute" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1317.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1317.json deleted file mode 100644 index 20f43247..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1317.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oConsumes a dropped black lotus and a lot of mana to turn grass into enchanted soil.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "enchantedorchid" - } - }, - "name:8": "Enchanted Orchid (Useful)" - } - }, - "questID:3": 1317, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "enchantedorchid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1318.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1318.json deleted file mode 100644 index f5a5b448..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1318.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis flower is gated to later on in progression. It has a custom loot table with unique drops.\n\nAt the cost of mana, this flower converts nearby stone into ores.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - }, - "name:8": "Orechid (Useful)" - } - }, - "questID:3": 1318, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "orechid" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1319.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1319.json deleted file mode 100644 index 20cd2643..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1319.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 788 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPrevents endermen from teleporting.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "vinculotus" - } - }, - "name:8": "Vinculotus" - } - }, - "questID:3": 1319, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "vinculotus" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1342.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1342.json deleted file mode 100644 index 1945c00c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1342.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 754 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "extrabotany:specialbag" - }, - "name:8": "Super Baggie" - } - }, - "questID:3": 1342, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "extrabotany:specialbag" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1354.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1354.json deleted file mode 100644 index 68a792df..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1354.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo make your first celestial crystal, you need liquid starlight, stardust, and a rock crystal.\n\nPlace down a bucket of liquid starlight, with sky access, and preferably nearby a collector crystal.\n\nDrop the stardust and rock crystal into the liquid starlight, and a celestial crystal cluster will form.\n\nThe cluster will drop a celestial crystal when fully grown. Using a linking tool to bind a collector crystal with the cluster will speed up its growth!", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - }, - "name:8": "Celestial Crystal" - } - }, - "questID:3": 1354, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1355.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1355.json deleted file mode 100644 index 96591d0f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1355.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "preRequisites:11": [ - 1354 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCelestial crystals can be duplicated using liquid starlight.\n\nIf a celestial crystal is at max size (900) it has a chance of being split in two different crystals when dropped in liquid starlight. This will consume the bucket of starlight.\n\nThis process can be automated by using an auto-placer to keep a block space full of starlight, and by using an entity detector from cyclic to send a redstone signal to a collector when two entities (aka two crystals) are present in the designated block space.\n\nThe system can be set up to pick up only one of the two crystals, or to pick up both, and drop one of them back into the starlight.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "astralsorcery.liquidstarlight" - } - }, - "name:8": "Farming Celestial Crystals" - } - }, - "questID:3": 1355, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "forge:bucketfilled", - "tag:10": { - "Amount:3": 1000, - "FluidName:8": "astralsorcery.liquidstarlight" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemcelestialcrystal", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 900, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_fluid_placer" - }, - "1:10": { - "Count:3": 1, - "id:8": "cyclicmagic:entity_detector" - }, - "2:10": { - "Count:3": 1, - "id:8": "actuallyadditions:block_ranged_collector" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1644.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1644.json deleted file mode 100644 index 41fa2742..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1644.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMakes a flying broom.\n\nDifferent woods give different buffs.\n\nElder: fast\n\nJuniper: doesn\u0027t need a grimoire magia to run\n\nDragon\u0027s Blood: broom accepts sigils\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:cypress_broom" - }, - "name:8": "Rite of the Rising Twigs (Useful)" - } - }, - "questID:3": 1644, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:broom" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:flying_ointment" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:ebb_of_death" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1645.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1645.json deleted file mode 100644 index bd80e976..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1645.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrafts a crystal ball.", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:crystal_ball" - }, - "name:8": "Ritual of Foresight" - } - }, - "questID:3": 1645, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "minecraft:glass" - }, - "1:10": { - "Count:3": 1, - "id:8": "minecraft:quartz" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:droplet_of_wisdom" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1657.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1657.json deleted file mode 100644 index f2ba3b37..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1657.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:nether_star" - }, - "name:8": "Conjure Wither" - } - }, - "questID:3": 1657, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:skull" - }, - "2:10": { - "Count:3": 1, - "id:8": "minecraft:soul_sand" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:wormwood" - }, - "4:10": { - "Count:3": 1, - "id:8": "bewitchment:ectoplasm" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1658.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1658.json deleted file mode 100644 index 5f00fad8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1658.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "xreliquary:witch_hat" - }, - "name:8": "Conjure Witch" - } - }, - "questID:3": 1658, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:pentacle" - }, - "3:10": { - "Count:3": 1, - "id:8": "minecraft:poisonous_potato" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1659.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1659.json deleted file mode 100644 index 04a1f399..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1659.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSummons passive mobs.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:grasshorn" - }, - "name:8": "Call of the Wild" - } - }, - "questID:3": 1659, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:oak_spirit" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:birch_soul" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:oak_apple_gall" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:tallgrass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1660.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1660.json deleted file mode 100644 index 1c9e3c5f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1660.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oClear curses (often).", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cursed_rock" - }, - "name:8": "Rite of Greater Curse Celansing" - } - }, - "questID:3": 1660, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:cleansing_balm" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:dragons_blood_resin" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:birch_soul" - }, - "4:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - }, - "5:10": { - "Count:3": 1, - "id:8": "bewitchment:garlic" - }, - "6:10": { - "Count:3": 1, - "Damage:2": 130, - "OreDict:8": "ingotSilver", - "id:8": "thermalfoundation:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1746.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1746.json deleted file mode 100644 index 4d450e3a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1746.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPlace on top of an arcane autoworkbench to increase its aura range to 3x3 chunks!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:arcane_workbench_charger" - }, - "name:8": "More Aura" - } - }, - "questID:3": 1746, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:arcane_workbench_charger" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1747.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1747.json deleted file mode 100644 index 3fd09713..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1747.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20197 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAura is one of the main mechanics in thaumcraft.\n\nAura is magical energy used to craft using some of the blocks and items in the mod.\n\nEach chunk has a different aura level. Once it is depleted, it will slowly go back up to a maximum value that depends on seed.\n\nRegardless of your world, magical forest biomes have much higher aura levels than all other biomes.", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:master_spell_auram" - }, - "name:8": "A Powerful Aura" - } - }, - "questID:3": 1747, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumometer" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1748.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1748.json deleted file mode 100644 index 10247a45..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1748.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 20244 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEssentia is a magical fluid that can be created, moved, and consumed as part of many thaumcraft mechanics. While the crucible can be used to create essentia, it can only be used within those constraints.\n\nTo create essentia, you need an essentia smeltery, which works like a furnace that \u0027smelts\u0027 items into their essentia component (which can be seen in JEI).\nPlace arcane alembics on top of the smeltery to collect the output. If no alembics are present, flux will be made.\nThe higher the tier, the better the yield out of each item, and the least flux will be made each operation. Mithrillium tier and above make no flux.\n\nEssentia can be stored using phials, or using jars. Phials are like buckets, which can be used to move essentia between containers. Jars are like tanks, which can be placed in world. Labels can be used to filter jars to store only one type of essentia.\n\nTo transport essentia, there are pipes, but you should not use those. Instead, the filling and emptying essentia transfusers can be used to move essentia wirelessly.\nThe filling essentia transfuser is used as a machine output, and it automatically pushes essentia into jars.\nThe emptying essentia transfuser is used as a machine input, and it automatically pulls essentia out of jars.\n", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:filter" - }, - "name:8": "Using Essentia" - } - }, - "questID:3": 1748, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1749.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1749.json deleted file mode 100644 index 47209487..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1749.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - }, - "name:8": "Essentia Solidifier" - } - }, - "questID:3": 1749, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:essentia_solidifier" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1750.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1750.json deleted file mode 100644 index 75f4e1a3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1750.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20194 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - }, - "name:8": "Mechanized Essentia Smeltery" - } - }, - "questID:3": 1750, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:mechanized_essentia_smeltery" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1751.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1751.json deleted file mode 100644 index 40226b53..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1751.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWarp is a mechanic used in both thaumcraft and abyssalcraft.\n\nWarp is something that is directly connected to your player, and it is gained in a varity of ways:\n1. Eating brains\n2. Unlocking thaumcraft research\n3. Fighting mobs from abyssalcraft\n4. Exploring abyssalcraft dimensions\n\nWarp is checked using a sanity checker!\n\nIf your warp level is high, you will gain debuffs, and special mobs will start spawning around you.\n\nThere are three types of warp, temporary, sticky, and permanent.\nTemporary warp goes down over time, and is bright pink in the sanity checker.\nSticky warp needs sanityzing soap or warp cleansers to be removed, and is purple in the sanity checker.\nPermanent warp is only removed using the dreadlands and omothol warp cleansers, and is dark purple in the sanity checker.\n", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:pure_warp" - }, - "name:8": "Warp Me!" - } - }, - "questID:3": 1751, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:sanity_checker" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1752.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1752.json deleted file mode 100644 index 50535528..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1752.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe crucible can be transformed into the thaumatorium, an upgraded version that has a user interface, and can be automated.\n\nTo form the thaumatorium, place two alchemical contructs on top of a formed crucible, and right click them with salis mundus.\n\nThe thaumatorium can receive essentia from an emptying essentia transfuser placed on its side. It can collect from both nearby jars, and from an essentia infusion provider.\n\nTo select a recipe, place the desired input item, and click on the desired output to bind the thaumatorium to that recipe. If the input item is present, essentia will be automatically drained and the recipe output will be dropped in world in fron of the crucible. A hungry chest or a vacuum chest can be used to collect outputs.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:crucible" - }, - "name:8": "Crucible Automation" - } - }, - "questID:3": 1752, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:metal_alchemical" - } - }, - "taskID:8": "bq_standard:retrieval" - }, - "1:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:thaumatorium" - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1753.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1753.json deleted file mode 100644 index 7ebe3c18..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1753.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1748 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oPhials are used to store essentia similarly to how buckets are used to store fluids.\n\nOne phial stores 10 of a given essentia.\n\nPhials can be right clicked on essentia machines or storage to collect or deposit essentia just like buckets!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:phial" - }, - "name:8": "Phials" - } - }, - "questID:3": 1753, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:phial" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1754.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1754.json deleted file mode 100644 index e8dd1c23..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1754.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oWorks like the arcane autoworkbench, but connects to AE2!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:arcane_terminal" - }, - "name:8": "Applied Arcane Workbench" - } - }, - "questID:3": 1754, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumicenergistics:arcane_terminal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1755.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1755.json deleted file mode 100644 index 32c1322f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1755.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 20182 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7The following quests list useful gadgets from thaumcraft and its addons!", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:mechanism_simple" - }, - "name:8": "Useful Thaumic Goodies" - } - }, - "questID:3": 1755, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1756.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1756.json deleted file mode 100644 index f5435c79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1756.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1752 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oBy default, the thaumatorium can only perform one recipe, but if you place a mnemonic matrix on one of its sides, you will be able to set an additional one.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:brain_box" - }, - "name:8": "Crucible Parallelization" - } - }, - "questID:3": 1756, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "thaumcraft:brain_box" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1757.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1757.json deleted file mode 100644 index 681c2f21..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1757.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 1751 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:cleansing_callstone" - }, - "name:8": "Clean Bee is Clean" - } - }, - "questID:3": 1757, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:cleansing_callstone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1845.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1845.json deleted file mode 100644 index 5046dd11..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1845.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oClears curses (sometimes).", - "icon:10": { - "Count:3": 1, - "Damage:2": 10, - "id:8": "extrautils2:ingredients" - }, - "name:8": "Rite of the Lesser Curse Cleansing" - } - }, - "questID:3": 1845, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:white_sage" - }, - "1:10": { - "Count:3": 1, - "id:8": "bewitchment:cleansing_balm" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:dragons_blood_resin" - }, - "3:10": { - "Count:3": 1, - "id:8": "bewitchment:birch_soul" - }, - "4:10": { - "Count:3": 1, - "id:8": "minecraft:water_bucket" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1871.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1871.json deleted file mode 100644 index ff34d66f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1871.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 20344 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSummons some nether mobs.", - "icon:10": { - "Count:3": 1, - "id:8": "minecraft:magma_cream" - }, - "name:8": "Rite of Lesser Hellmouth" - } - }, - "questID:3": 1871, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:athame" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "OreDict:8": "netherrack", - "id:8": "chisel:netherrack" - }, - "2:10": { - "Count:3": 1, - "id:8": "bewitchment:hellebore_seeds" - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "minecraft:coal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/1926.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/1926.json deleted file mode 100644 index 901d067d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/1926.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20335 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bewitchment:perpetual_ice" - }, - "name:8": "So Perpetual" - } - }, - "questID:3": 1926, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bewitchment:perpetual_ice" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20054.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20054.json deleted file mode 100644 index 54c2fca4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20054.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "preRequisites:11": [ - 31 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "There are many branches of the magic arts, and each of them has its own set of rules and powers.\nAll the knowledge required to succeed (and complete this pack) is available here.", - "icon:10": { - "Count:3": 1, - "id:8": "thaumcraft:causality_collapser" - }, - "name:8": "Magic is Real" - } - }, - "questID:3": 20054, - "tasks:9": { - "0:10": { - "index:3": 0, - "taskID:8": "bq_standard:checkbox" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20055.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20055.json deleted file mode 100644 index 6b7308d4..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20055.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Reliquary mod is focused on magic originating from dead creatures.\n\nIt provides useful resource generation, and a potion-making system.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Reliquary" - } - }, - "questID:3": 20055, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "xreliquary:mob_ingredient" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20056.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20056.json deleted file mode 100644 index 95b1f79a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20056.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20197 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDefeating a crimson portal, which can be found in the overworld, will let you get this.\n\nIf you are progressing through thaumcraft without using the really scary vishroom, you will need this to unlock the eldritch section of the thaumonomicon.", - "icon:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thaumcraft:curio" - }, - "name:8": "Crimson Rites" - } - }, - "questID:3": 20056, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "thaumcraft:curio" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20057.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20057.json deleted file mode 100644 index ec2b01f6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20057.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20171 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - }, - "name:8": "Gaia Altar" - } - }, - "questID:3": 20057, - "tasks:9": { - "0:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:gaia_altar" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20058.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20058.json deleted file mode 100644 index d7721ff8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20058.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20178 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:celestial_manipulator" - }, - "name:8": "Celestial Manipulator" - } - }, - "questID:3": 20058, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:celestial_manipulator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20059.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20059.json deleted file mode 100644 index 3d1368c1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20059.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20054, - 65 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oProjecte is a resource generation mod focused around alchemy and the principle of equivalent exchange.\nAnything with Energy Matter Currency (EMC) can be transmuted into each other.\n\nIt provides powerful tools for convenience, resource generation, and player upgrades.\n\nThese quests will explain the mechanics of the mod and its addon ProjectEX.\n\n§fAlchemy is so cool!\nA lot of matter present in the universe, including light, has an \u0027Energy Matter Covalence\u0027 value, which is conserved, and that can be manipulated to convert items into other items, and to convert light into matter.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Equivalency" - } - }, - "questID:3": 20059, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "projecte:item.pe_manual" - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 8, - "id:8": "thermalfoundation:storage" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20060.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20060.json deleted file mode 100644 index c29daea7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20060.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "preRequisites:11": [ - 20107 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis is a rare underground ore. They are always found near bedrock.\n\nHolding a resonating wand at night on the surface will illuminate the regions where crystals are located with white particles.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemrockcrystalsimple", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 400, - "sizeOverride:3": -1 - } - } - } - }, - "name:8": "Rock Crystal" - } - }, - "questID:3": 20060, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemrockcrystalsimple", - "tag:10": { - "astralsorcery:10": { - "crystalProperties:10": { - "collectiveCapability:3": 100, - "fract:3": 0, - "purity:3": 100, - "size:3": 400, - "sizeOverride:3": -1 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20061.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20061.json deleted file mode 100644 index 513ddede..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20061.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "preRequisites:11": [ - 20054, - 114 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oAbyssalcraft id a dangerous mod focust on the eldritch horrors from the Lovecraft mythos.\n\nThe mod provides some player upgrades, a powerful enchanting tool, and many bosses and exploration elements.\n\nThe mod\u0027s systems revolve around the Necronomicon book, and the Potential Energy (PE) magic system. Abyssalcraft also interacts with Warp from Thaumcraft, producing it at most interactions with the enemies and dimensions you will encounter in this progression (see more info in the Thaumcraft quests or in the Warp Basics JEI info box).\n\nThe mod does not have many automation tools, but custom multiblocks become available relatively early on to allow for automation.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic", - "tag:10": {} - }, - "name:8": "Abyssalcraft" - } - }, - "questID:3": 20061, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 12, - "id:8": "appliedenergistics2:material" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20062.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20062.json deleted file mode 100644 index 48e2d254..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20062.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "preRequisites:11": [ - 20203 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oDrop the lexica botania in an elven gateway to unlock pages.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "name:8": "Elven Knowledge" - } - }, - "questID:3": 20062, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:lexicon", - "tag:10": { - "knowledge.alfheim:1": 1, - "knowledge.dream:1": 1, - "knowledge.minecraft:1": 1, - "knowledge.relic:1": 1 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 7, - "id:8": "botania:manaresource" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20063.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20063.json deleted file mode 100644 index 00051c36..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20063.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20055 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Tome of Alkahestry allows you to duplicate certain items by using its own charge.\n\nJEI will provide info on what items can be used to charge this book, and what items can be duplicated with it.\n\nA crafter from RFTools in extC mode is a great way to automate this resource generation method.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1001, - "id:8": "xreliquary:alkahestry_tome" - }, - "name:8": "Tome of Alkahestry" - } - }, - "questID:3": 20063, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1001, - "id:8": "xreliquary:alkahestry_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20064.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20064.json deleted file mode 100644 index 54ae5afb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20064.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20054, - 37 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oElectroblob\u0027s Wizardry is a spellcasting magic mod centered around wands and spell books.\n\nIt makes for powerful weapon options.\n\nThe pack adds a multiblock that will allow you to eventually automate the materials in this mod.", - "icon:10": { - "Count:3": 1, - "Damage:2": 31, - "id:8": "botania:cosmetic" - }, - "name:8": "Wizardry" - } - }, - "questID:3": 20064, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:magic_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20065.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20065.json deleted file mode 100644 index 953cd56a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20065.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20064 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_handbook" - }, - "name:8": "The Wizard\u0027s Handbook" - } - }, - "questID:3": 20065, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:wizard_handbook" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20066.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20066.json deleted file mode 100644 index 7eae60fe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20066.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20064 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§8§7§oThe arcane workbench can be found in wizard towers in the overworld. Careful, they may not be friendly!\n\nAll magic wands can be traded with friendly wizards!\n\nThis is the main block to add spells to your wand, to add mana, and to upgrade it!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:arcane_workbench" - }, - "name:8": "Arcane Workbench" - } - }, - "questID:3": 20066, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:arcane_workbench" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20067.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20067.json deleted file mode 100644 index 9e41f11c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20067.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - }, - "name:8": "Wizardry Combiner" - } - }, - "questID:3": 20067, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:wizardry_combiner" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20068.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20068.json deleted file mode 100644 index ccb6fd32..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20068.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:apprentice_wand" - }, - "name:8": "Magic Wand" - } - }, - "questID:3": 20068, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:magic_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20069.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20069.json deleted file mode 100644 index a7128114..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20069.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_necromancy_wand" - }, - "name:8": "Wand of Shadows" - } - }, - "questID:3": 20069, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_necromancy_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20070.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20070.json deleted file mode 100644 index 06b98463..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20070.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_fire_wand" - }, - "name:8": "Wand of Embers" - } - }, - "questID:3": 20070, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_fire_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20071.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20071.json deleted file mode 100644 index 82cb4f7c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20071.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_ice_wand" - }, - "name:8": "Wand of Frost" - } - }, - "questID:3": 20071, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_ice_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20072.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20072.json deleted file mode 100644 index f7841cea..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20072.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_earth_wand" - }, - "name:8": "Wand of the Forest" - } - }, - "questID:3": 20072, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_earth_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20073.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20073.json deleted file mode 100644 index 8a70b39f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20073.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_lightning_wand" - }, - "name:8": "Wand of Sparks" - } - }, - "questID:3": 20073, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_lightning_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20074.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20074.json deleted file mode 100644 index 2df98a8b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20074.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_sorcery_wand" - }, - "name:8": "Wand of Mystery" - } - }, - "questID:3": 20074, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_sorcery_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20075.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20075.json deleted file mode 100644 index 916b1033..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20075.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 15% buff!", - "icon:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_healing_wand" - }, - "name:8": "Wand of Healing" - } - }, - "questID:3": 20075, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "ebwizardry:novice_healing_wand" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20076.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20076.json deleted file mode 100644 index f44a91f2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20076.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 749, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_lightning_sword" - }, - "name:8": "Master Lightning Sword" - } - }, - "questID:3": 20076, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_lightning_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20077.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20077.json deleted file mode 100644 index 99f8e515..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20077.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 748, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_ice_sword" - }, - "name:8": "Master Ice Sword" - } - }, - "questID:3": 20077, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_ice_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20078.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20078.json deleted file mode 100644 index 17133a07..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20078.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 747, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_fire_sword" - }, - "name:8": "Master Fire Sword" - } - }, - "questID:3": 20078, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_fire_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20079.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20079.json deleted file mode 100644 index 4061c168..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20079.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20066 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe progression for all wizardry wands will follow this sequence!\n\nYou start from a novice level level wand, and the more you use it the more experience it will gain. When you max out the wand, you will be able to upgrade it to apprentice level.\n\nTomes of Arcana can be found in chests in wizard towers, or can be traded with friendly wizards!", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "ebwizardry:arcane_tome" - }, - "name:8": "Apprentice" - } - }, - "questID:3": 20079, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "ebwizardry:arcane_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20080.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20080.json deleted file mode 100644 index 1eedc428..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20080.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 745, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_necromancy_sword" - }, - "name:8": "Master Necromancy Sword" - } - }, - "questID:3": 20080, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_necromancy_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20081.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20081.json deleted file mode 100644 index 1fbfd08d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20081.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 743, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_nature_sword" - }, - "name:8": "Master Earth Sword" - } - }, - "questID:3": 20081, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_nature_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20082.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20082.json deleted file mode 100644 index 0cbc3a9f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20082.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 744, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_sorcery_sword" - }, - "name:8": "Master Sorcery Sword" - } - }, - "questID:3": 20082, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_sorcery_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20083.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20083.json deleted file mode 100644 index 507ba5cb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20083.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 742, - 20067 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpells of the matching type receive a 60% buff, but you cannot use spells of other types!", - "icon:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_healing_sword" - }, - "name:8": "Master Healing Sword" - } - }, - "questID:3": 20083, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "arcane_essentials:master_healing_sword" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20084.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20084.json deleted file mode 100644 index 13f0342d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20084.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20085 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can upgrade a maxed-out advanced wand to master with this tome!", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "ebwizardry:arcane_tome" - }, - "name:8": "Master" - } - }, - "questID:3": 20084, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "ebwizardry:arcane_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20085.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20085.json deleted file mode 100644 index 3b0aae38..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20085.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20079 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou can upgrade a maxed-out apprentice wand to advanced with this tome!", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "ebwizardry:arcane_tome" - }, - "name:8": "Advanced" - } - }, - "questID:3": 20085, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "ebwizardry:arcane_tome" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20086.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20086.json deleted file mode 100644 index 9bb84583..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20086.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20087 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_forge" - }, - "name:8": "Hellfire Forge" - } - }, - "questID:3": 20086, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_forge" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20087.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20087.json deleted file mode 100644 index f3968057..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20087.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20200 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "Rudimentary snares are used to inflict mobs with a debuff that allows them to drop fragments of their will.", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_snare" - }, - "name:8": "Rudimentary Snare" - } - }, - "questID:3": 20087, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "bloodmagic:soul_snare" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20088.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20088.json deleted file mode 100644 index 640f9958..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20088.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:alchemy_table" - }, - "name:8": "Alchemy Table" - } - }, - "questID:3": 20088, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:alchemy_table" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20092.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20092.json deleted file mode 100644 index 182f8fc5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20092.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20086 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "name:8": "Petty Tartaric Gem" - } - }, - "questID:3": 20092, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20093.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20093.json deleted file mode 100644 index 76f1930d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20093.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20087 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:monster_soul" - }, - "name:8": "Demonic Will" - } - }, - "questID:3": 20093, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:monster_soul" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20094.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20094.json deleted file mode 100644 index 58c4eeb6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20094.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20086 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oTo draw a magic circle, right click the Ashes on a block, and right click the required reagents (as shown in JEI) to start a craft.", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:arcane_ashes" - }, - "name:8": "Arcane Ashes" - } - }, - "questID:3": 20094, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:arcane_ashes" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20095.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20095.json deleted file mode 100644 index bf35b13a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20095.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 20094 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "Unbreakable:1": 1, - "activated:1": 1, - "binding:10": { - "id:10": { - "L:4": -7261631786993357738, - "M:4": 8539887743092344556 - }, - "name:8": "Tom4455" - } - } - }, - "name:8": "Bound Blade" - } - }, - "questID:3": 20095, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:bound_sword", - "tag:10": { - "Unbreakable:1": 1 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20096.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20096.json deleted file mode 100644 index 42530356..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20096.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20095 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:blood_shard" - }, - "name:8": "Weak Blood Shard" - } - }, - "questID:3": 20096, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:blood_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20097.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20097.json deleted file mode 100644 index 99160432..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20097.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20096 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - }, - "name:8": "Sentient Coagulator" - } - }, - "questID:3": 20097, - "tasks:9": { - "0:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sentient_coagulator" - } - } - }, - "taskID:8": "bq_standard:optional_retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20098.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20098.json deleted file mode 100644 index ad94a9b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20098.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20092 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "name:8": "Lesser Tartaric Gem" - } - }, - "questID:3": 20098, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20099.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20099.json deleted file mode 100644 index 43c1e099..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20099.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 20093 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe blood altar is the main crafting mechanic in blood magic.\n\nThe altar has multiple tiers. You can use the inspectoris scandalum to see the template for each tier.\n\nYou will need to fill the altar with LP to craft the various mob items.\n\nYou can right click the sacrificial dagger to use your HP to fill the altar.\n\nYou can kill mobs with the dagger of sacrifice to use their HP to fill the altar.\n\nWhen you can afford making one, you should use the ritual of culling to automate LP!\n\nEven later on, digital mob agonizers will produce LP at a fast rate!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:altar" - }, - "name:8": "Blood Altar" - } - }, - "questID:3": 20099, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:sanguine_book" - }, - "1:10": { - "Count:3": 1, - "id:8": "bloodmagic:dagger_of_sacrifice" - }, - "2:10": { - "Count:3": 1, - "id:8": "bloodmagic:sacrificial_dagger", - "tag:10": {} - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20100.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20100.json deleted file mode 100644 index 93d39de0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20100.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oImperfect rituals are structures that consist of an imperfect ritual stone with a block on top.\n\nDepending on the block, they do different things when right clicked with an empty hand.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:ritual_controller" - }, - "name:8": "Imperfect Ritual Stone" - } - }, - "questID:3": 20100, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:ritual_controller" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20101.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20101.json deleted file mode 100644 index 910e4d78..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20101.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are all the rituals that can be performed with a base ritual diviner and activation.\n\nThe notable ones are marked as (USEFUL).", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:activation_crystal" - }, - "name:8": "Rituals" - } - }, - "questID:3": 20101, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:ritual_diviner" - }, - "1:10": { - "Count:3": 1, - "id:8": "bloodmagic:activation_crystal" - }, - "2:10": { - "Count:3": 1, - "id:8": "bloodmagic:ritual_controller" - }, - "3:10": { - "Count:3": 4, - "id:8": "bloodmagic:ritual_stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20102.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20102.json deleted file mode 100644 index 9f2fe62c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20102.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThere are all the rituals that can be performed with an upgraded ritual diviner and activation.\n\nThe notable ones are marked as (USEFUL).", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:activation_crystal" - }, - "name:8": "Greater Rituals" - } - }, - "questID:3": 20102, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:ritual_diviner" - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "bloodmagic:activation_crystal" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20103.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20103.json deleted file mode 100644 index c5c59d79..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20103.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20098 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "name:8": "Common Tartaric Gem" - } - }, - "questID:3": 20103, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20104.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20104.json deleted file mode 100644 index 46ded54d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20104.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oYou get more quests for the price of one! \n\nThe blood orb is how you start an LP network. Right click the orb to bind it to your player.\n\nThe LP network is used to fuel all rituals.\n\nPlace a blood orb in the blood altar to add LP to your LP network.\n\nThe higher the blood orb tier, the higher the capacity of your LP network.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:weak" - } - }, - "name:8": "Tier 1 Blood Altar" - } - }, - "questID:3": 20104, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:blood_orb", - "tag:10": { - "orb:8": "bloodmagic:weak" - } - }, - "1:10": { - "Count:3": 1, - "id:8": "bloodmagic:slate" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20105.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20105.json deleted file mode 100644 index 24b9e2fa..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20105.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20099 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "bloodmagic:blood_rune" - }, - "name:8": "Blank Rune" - } - }, - "questID:3": 20105, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "bloodmagic:blood_rune" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20106.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20106.json deleted file mode 100644 index 8d77b973..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20106.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "preRequisites:11": [ - 20103 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - }, - "name:8": "Greater Tartaric Gem" - } - }, - "questID:3": 20106, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "bloodmagic:soul_gem", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20107.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20107.json deleted file mode 100644 index db12addc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20107.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "preRequisites:11": [ - 20198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis can be crafted by placing a crafting table under one of the crystals located in the marble temples. Make sure the crystal has sky access!\n\nThis recipe may bug out, make sure you try both astral sorcery and chisel marble variants!", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemwand", - "tag:10": { - "astralsorcery:10": {} - } - }, - "name:8": "Resonating Wand" - } - }, - "questID:3": 20107, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemknowledgeshare", - "tag:10": { - "astralsorcery:10": {} - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemwand", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20108.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20108.json deleted file mode 100644 index 2aadbf8c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20108.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20198 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe chaos dragon is beatable in chapter 2, and astral sorcery has some tools that can be used to do that.\n\nChaos protection is a great armor trait, and it can only be obtained with astral, and so is the way of imprisoning mobs...\n\n§fThere are a lot of weapons that deal a lot of damage, and chaos protection is indeed available...\nIf only there were powerful spells and enchantments to help me...", - "icon:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - }, - "name:8": "Chaos Shard??" - } - }, - "questID:3": 20108, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "draconicevolution:chaos_shard" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20109.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20109.json deleted file mode 100644 index 174e2821..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20109.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "preRequisites:11": [ - 20107 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis table requires starlight to work. It needs sky access. The closer it is to midnight, the higher the starlight.\n\nThis table works best at high y level, the higher you are, the higher the starlight. There are special chunks where starlight is higher, the resonator will lets you find them at night.\n\nIf a recipe does not have enough starlight, it will not show up as craftable in the table.\n\nRight click the table with a resonating wand to start the recipe.", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockaltar" - }, - "name:8": "Luminous Crafting Table" - } - }, - "questID:3": 20109, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": {} - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20110.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20110.json deleted file mode 100644 index 5fa68bb5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20110.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oSpectral relays can be used to boost the starlight if placed around an altar. \n\nYou need to build a 3x3 structure with sooty marble in the middle, chiseled marble in the corners, marble arches in the edges. Place the relay on the sooty marble.\n\nIf multiple of these structures are too close together, they will actually lower the starlight level.", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockattunementrelay" - }, - "name:8": "Spectral Relay" - } - }, - "questID:3": 20110, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockattunementrelay" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20111.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20111.json deleted file mode 100644 index 4b8463f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20111.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": {} - } - }, - "name:8": "Fosic Resonator" - } - }, - "questID:3": 20111, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": {} - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20112.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20112.json deleted file mode 100644 index 7064e9bb..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20112.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:shoggothflesh" - }, - "name:8": "Shoggoth Flesh" - } - }, - "questID:3": 20112, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:shoggothflesh" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20113.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20113.json deleted file mode 100644 index e230f731..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20113.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Necronomicon is the \u0027magic wand\u0027 of Abyssalcraft that lets you perform rituals and activate mechanics.\n\nThere are 5 tiers of Necronomicon, corresponding to each dimension in the mod. Specific rituals require specific tiers, so you should upgrade as soon as you enter a new Abyssalcraft dimension.\n\nTo run a Necronomicon needs Potential Energy (PE). This can be obtained through: \n\nAbyssalcraft Statues: you can place these in-world, and they will passively charge a Necronomicon held by a player or placed on a Charging Pedestal nearby. Statues can be organized in Places of Power so that they do not produce bad effects from being placed in world. Check the multiblock previews for Statues to see Places of Power.\n\nSacrificial altar: kill mobs around the altar to charge a Necronomicon held by a player or placed on a Charging Pedestal nearby.\n\nNecronomibee: make Necronomicombs to craft fully charged Necronomicons. Use the Nomnomnomicon to recycle empty books.\n\nTo perform rituals, you need 9 cobblestone of a particular type depending on the tier required by the ritual. See the multiblock preview to see how they are placed. Right click the middle cobblestone with a Necronomicon to form the ritual structure. These can bug out, if they don\u0027t work, make sure the ritual is not on a chunk boundary, and relog.\n\nRitual Tiers:\nOverworld uses Vanilla Cobblestone\nAbyssal Wasteland uses Abyssal Cobblestone\nDreadlands uses Dreadstone Cobblestone\nOmothol uses Ethaxium Bricks\nDarklands uses Dark Ethaxium Bricks", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Necronomicon" - } - }, - "questID:3": 20113, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20114.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20114.json deleted file mode 100644 index 1c6bae1a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20114.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "astralsorcery:blockmachine" - }, - "name:8": "Grindstone" - } - }, - "questID:3": 20114, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "astralsorcery:blockmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20115.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20115.json deleted file mode 100644 index 914e9be3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20115.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemhandtelescope" - }, - "name:8": "Looking Glass" - } - }, - "questID:3": 20115, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemhandtelescope" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20116.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20116.json deleted file mode 100644 index 9972f5ed..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20116.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe lightwell produces liquid starlight passively if it has sky access. This is very slow.\n\nItems can be placed in the lightwell to increase the production rate. JEI will show them!\n\nThe dark star crystal is the best for making starlight!\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockwell" - }, - "name:8": "Lightwell" - } - }, - "questID:3": 20116, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockwell" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20117.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20117.json deleted file mode 100644 index 437c72c0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20117.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20115 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockmachine" - }, - "name:8": "Telescope" - } - }, - "questID:3": 20117, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockmachine" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20118.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20118.json deleted file mode 100644 index cab001be..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20118.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 20113 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrafted in the Abyssal Wasteland.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon_cor", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Abyssal Wasteland Necronomicon" - } - }, - "questID:3": 20118, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon_cor", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20119.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20119.json deleted file mode 100644 index 794df6a6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20119.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "preRequisites:11": [ - 20111 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": { - "enhanced:1": 1, - "upgrades:9": { - "0:3": 0, - "1:3": 1, - "2:3": 2 - } - } - } - }, - "name:8": "Domic Resonator" - } - }, - "questID:3": 20119, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemskyresonator", - "tag:10": { - "astralsorcery:10": { - "enhanced:1": 1, - "selected_upgrade:3": 2, - "upgrades:9": { - "0:3": 0, - "1:3": 2 - } - } - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20120.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20120.json deleted file mode 100644 index b46a2c7b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20120.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "preRequisites:11": [ - 20109 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis table is part of a multiblock.\n\nIf the bar in the table\u0027s GUI is red, it means the multiblock is incorrect.\n\nRight click the table with a sextant to see a preview of the multiblock.", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "astralsorcery:blockaltar" - }, - "name:8": "Starlight Crafting Altar" - } - }, - "questID:3": 20120, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemsextant", - "tag:10": { - "astralsorcery:10": {} - } - }, - "1:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemsextant", - "tag:10": { - "astralsorcery:10": { - "advanced:1": 1 - } - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "astralsorcery:blockaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20121.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20121.json deleted file mode 100644 index b462874b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20121.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockcelestialgateway" - }, - "name:8": "Celestial Gateway" - } - }, - "questID:3": 20121, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockcelestialgateway" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20122.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20122.json deleted file mode 100644 index eead0111..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20122.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe linking tool is used to connect lenses and collector crystals.", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemlinkingtool" - }, - "name:8": "Linking Tool" - } - }, - "questID:3": 20122, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:itemlinkingtool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20123.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20123.json deleted file mode 100644 index 80914508..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20123.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20120 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThis altar is part of a multiblock structure.\n\nRight click with a sextant to see a multiblock preview!\n\nHolding a constellation paper in off-hand while looking at a fully built attunement structure will produce particle effects on specific blocks.\n\nPlace spectral relays to for the constellation shape on the spots indicated by the particles. New visuals will show up if the relays are placed properly, and if the constellation is in the sky.\n\nThe attunement altar can attune players (you stand in it) or crystals (put them on the altar).\n\nEach attuned crystal can produce an effect if used in a ritual altar.\n\nThe following quests give effects for each crystal.\n\nThe notable ones are marked as (USEFUL).", - "icon:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockattunementaltar" - }, - "name:8": "Attunement Altar" - } - }, - "questID:3": 20123, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "astralsorcery:blockattunementaltar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20124.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20124.json deleted file mode 100644 index d7a4ed98..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20124.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 20118 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrafted in the Dreadlands.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon_dre", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Dreadlands Necronomicon" - } - }, - "questID:3": 20124, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon_dre", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20125.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20125.json deleted file mode 100644 index 1f98c88a..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20125.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 20124 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrafted in Omothol.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon_omt", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Omothol Necronomicon" - } - }, - "questID:3": 20125, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:necronomicon_omt", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20126.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20126.json deleted file mode 100644 index a86af14f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20126.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "preRequisites:11": [ - 20125 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oCrafted in the Dark Realm.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Abyssalnomicon" - } - }, - "questID:3": 20126, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:abyssalnomicon", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20127.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20127.json deleted file mode 100644 index 92dd4744..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20127.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oGo to any Darklands biome at night, and kill Shadow Monsters, Shadow Creatures, or Shadow Beasts (best ones).", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:shadowgem" - }, - "name:8": "Shadow Gem" - } - }, - "questID:3": 20127, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:shadowgem" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20128.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20128.json deleted file mode 100644 index 2807a358..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20128.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20061 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Staffs are used to make Abyssalcraft Essences.\n\nRight click a Staff on Abyssalcraft Mobs on a given dimension to drain some of their HP and absorb energy.\n\nAfter energy reaches a treshold, an essence will be made.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:drainstaff" - }, - "name:8": "Staff of Rending" - } - }, - "questID:3": 20128, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20129.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20129.json deleted file mode 100644 index 0c6161f7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20129.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20128 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:drainstaff" - }, - "name:8": "Abyssal Wasteland Staff of Rending" - } - }, - "questID:3": 20129, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20130.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20130.json deleted file mode 100644 index 6fbcbcb0..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20130.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20129 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:drainstaff" - }, - "name:8": "Dreadlands Staff of Rending" - } - }, - "questID:3": 20130, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20131.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20131.json deleted file mode 100644 index 4f114f75..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20131.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "preRequisites:11": [ - 20130 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:drainstaff" - }, - "name:8": "Omothol Staff of Rending" - } - }, - "questID:3": 20131, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:drainstaff" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20132.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20132.json deleted file mode 100644 index 72c47ffe..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20132.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20112 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - }, - "name:8": "Sterilized Sacrificial Altar" - } - }, - "questID:3": 20132, - "tasks:9": { - "0:10": { - "index:3": 1, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:sterilized_altar" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20133.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20133.json deleted file mode 100644 index 75955787..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20133.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 20250 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:sacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Normal" - } - }, - "questID:3": 20133, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:energypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:energycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:sacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:energyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "id:8": "abyssalcraft:energycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20134.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20134.json deleted file mode 100644 index 7102a430..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20134.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20127 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click while in the Overworld to open a portal to the Abyssal Wasteland.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:gatewaykey" - }, - "name:8": "Gateway Key" - } - }, - "questID:3": 20134, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:gatewaykey" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20135.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20135.json deleted file mode 100644 index d689d110..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20135.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corhelmetp" - }, - "name:8": "Plated Coralium Armour" - } - }, - "questID:3": 20135, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corhelmetp" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corplatep" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corlegsp" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:corbootsp" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20136.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20136.json deleted file mode 100644 index 7cd33fec..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20136.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:essence" - }, - "name:8": "Abyssal Wasteland Essence" - } - }, - "questID:3": 20136, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20137.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20137.json deleted file mode 100644 index 89ad7529..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20137.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20136 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_wasteland_matter" - }, - "name:8": "Abyssal Wasteland Matter" - } - }, - "questID:3": 20137, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:abyssal_wasteland_matter" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20138.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20138.json deleted file mode 100644 index c4d4e34b..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20138.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20132 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - }, - "name:8": "PE Sterilizer" - } - }, - "questID:3": 20138, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:pe_sterilizer" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20139.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20139.json deleted file mode 100644 index 20072a25..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20139.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "preRequisites:11": [ - 20133 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Overworld" - } - }, - "questID:3": 20139, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20140.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20140.json deleted file mode 100644 index 09d82e8d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20140.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe powerstone trackers work like eyes of ender, and will lead you to the dreadlands powerstone.\n\nThe powerstone is quite hard to find, use the scanner to help yourself out!", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:powerstonetracker" - }, - "name:8": "Powerstone Tracker" - } - }, - "questID:3": 20140, - "rewards:9": { - "0:10": { - "index:3": 0, - "rewardID:8": "bq_standard:item", - "rewards:9": { - "0:10": { - "Count:3": 1, - "id:8": "scannable:module_block", - "tag:10": { - "block:8": "abyssalcraft:psdl", - "meta:3": 0 - } - } - } - } - }, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 4, - "id:8": "abyssalcraft:powerstonetracker" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20141.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20141.json deleted file mode 100644 index c8545db6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20141.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "abyssalcraft:stone" - }, - "name:8": "Coralium Stone" - } - }, - "questID:3": 20141, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "abyssalcraft:stone" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20142.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20142.json deleted file mode 100644 index a2b4c87e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20142.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20141 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:transmutator_on" - }, - "name:8": "Transmutator" - } - }, - "questID:3": 20142, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:transmutator" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20143.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20143.json deleted file mode 100644 index 90519bbc..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20143.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20138 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - }, - "name:8": "LP Harvester" - } - }, - "questID:3": 20143, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:lp_harvester" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20144.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20144.json deleted file mode 100644 index bc28783c..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20144.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 20139 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Abyssal Wasteland" - } - }, - "questID:3": 20144, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20145.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20145.json deleted file mode 100644 index 6b570c94..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20145.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20140 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oFound through Powerstone Trackers.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:psdl" - }, - "name:8": "Dreadlands Infused Powerstone" - } - }, - "questID:3": 20145, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:psdl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20146.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20146.json deleted file mode 100644 index 587a1ee6..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20146.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20143 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - }, - "name:8": "Empowered Monolith" - } - }, - "questID:3": 20146, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "modularmachinery:itemblueprint", - "tag:10": { - "dynamicmachine:8": "modularmachinery:empowered_monolith" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20147.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20147.json deleted file mode 100644 index 7fa242f5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20147.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 20144 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Dreadlands" - } - }, - "questID:3": 20147, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20148.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20148.json deleted file mode 100644 index 9d39622d..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20148.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20134 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oObtained from the Ritual of the Sleeper!\n\nThe ritual must be performed in the Abyssal Wasteland, using an Abyssal Wasteland Necronomicon, following the base Abyssalcraft ritual shape. All the following ingredients are on the outside pedestals:\n\n4 Gold Ingots\n\n1 Transmutation Gem\n\n1 Bucket of Liquid Coralium\n\n1 Enchantment Table\n\nThe ritual costs 1000 PE.\n\nThe Necronomicon has more information.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:eoa" - }, - "name:8": "Eye of The Abyss" - } - }, - "questID:3": 20148, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:eoa" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20149.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20149.json deleted file mode 100644 index a76323d5..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20149.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "preRequisites:11": [ - 20147 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "name:8": "Omothol" - } - }, - "questID:3": 20149, - "tasks:9": { - "0:10": { - "ignoreNBT:1": 1, - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:tieredenergypedestal", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "1:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:tieredenergycollector", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "2:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:tieredsacrificialaltar", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:tieredenergyrelay", - "tag:10": { - "PotEnergy:5": 0.0 - } - }, - "4:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "abyssalcraft:tieredenergycontainer", - "tag:10": { - "PotEnergy:5": 0.0 - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20150.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20150.json deleted file mode 100644 index cd057318..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20150.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "preRequisites:11": [ - 20148, - 20145 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oRight click while in the Abyssal Wasteland to open a portal to the Dreadlands.", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:gatewaykeydl" - }, - "name:8": "Asorah\u0027s Dreaded Gateway Key" - } - }, - "questID:3": 20150, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:gatewaykeydl" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20151.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20151.json deleted file mode 100644 index ce7897e2..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20151.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "preRequisites:11": [ - 20150 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dhelmet" - }, - "name:8": "Dreaded Abyssalnite Armour" - } - }, - "questID:3": 20151, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dhelmet" - }, - "1:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dplate" - }, - "2:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dlegs" - }, - "3:10": { - "Count:3": 1, - "id:8": "abyssalcraft:dboots" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20152.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20152.json deleted file mode 100644 index 07da6c83..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20152.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20150 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:essence" - }, - "name:8": "Dreadlands Essence" - } - }, - "questID:3": 20152, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "abyssalcraft:essence" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20153.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20153.json deleted file mode 100644 index d0a219f1..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20153.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20167 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "contenttweaker:gaia_tesseract" - }, - "name:8": "Gaia Tesseract" - } - }, - "questID:3": 20153, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "contenttweaker:gaia_tesseract" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20154.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20154.json deleted file mode 100644 index d5c1a3b8..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20154.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20202 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe Petal Apothecary needs water to work. It can be piped in using the everful urn or a mechanical user with evertide amulet.\n\nThe ingredients shown in JEI recipes are dropped into the apthecary.\n\nSeeds are dropped into the Apothecary after adding all ingredients to complete the recipe.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:altar" - }, - "name:8": "Petal Apothecary" - } - }, - "questID:3": 20154, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:altar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20155.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20155.json deleted file mode 100644 index a73e5d32..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20155.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "preRequisites:11": [ - 20154 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe pire daisy converts the eight blocks that are placed around it!", - "icon:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - }, - "name:8": "Pure Daisy" - } - }, - "questID:3": 20155, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:specialflower", - "tag:10": { - "type:8": "puredaisy" - } - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20156.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20156.json deleted file mode 100644 index 74653918..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20156.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20155 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe mana pool transforms items that are dropped in it consuming some mana.\n\nIt is also the main way to store mana, which can be transferred using sparks or mana spreaders.\n\n", - "icon:10": { - "Count:3": 1, - "id:8": "botania:pool" - }, - "name:8": "Mana Pool" - } - }, - "questID:3": 20156, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:pool" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20157.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20157.json deleted file mode 100644 index 275d520f..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20157.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:hourglass" - }, - "name:8": "Hovering Hourglass" - } - }, - "questID:3": 20157, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:hourglass" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20158.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20158.json deleted file mode 100644 index dfc1ffa3..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20158.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20157 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:teruterubozu" - }, - "name:8": "Teru Teru Bozu" - } - }, - "questID:3": 20158, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:teruterubozu" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20159.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20159.json deleted file mode 100644 index 312acfdd..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20159.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oMana spreaders are used to transfer mana between mana sources or containers.\n\nThe wand of the forest is used to bind generating flora to a spreader. Make sure the wand is in bind mode. Shift + right click on flower first, then shift + right click the spreader.\n\nThe wand of the forest is used to bind the spreader to a mana pool. Shift + right click on spreader first, then shift + right click the pool.\n\nIf a mana spreader is directly adjacent to a mana pool, there is no need to bind them. The adjacent mana pool will be emptied by the spreader if it has another target.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:spreader" - }, - "name:8": "Mana Spreader" - } - }, - "questID:3": 20159, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:spreader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20160.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20160.json deleted file mode 100644 index a5ee2f08..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20160.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "", - "icon:10": { - "Count:3": 1, - "id:8": "botania:lens", - "tag:10": {} - }, - "name:8": "Lenses to increase Throughput" - } - }, - "questID:3": 20160, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:lens", - "tag:10": {} - }, - "1:10": { - "Count:3": 1, - "Damage:2": 1, - "id:8": "botania:lens", - "tag:10": {} - }, - "2:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "botania:lens", - "tag:10": {} - }, - "3:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "botania:lens", - "tag:10": {} - }, - "4:10": { - "Count:3": 1, - "Damage:2": 4, - "id:8": "botania:lens", - "tag:10": {} - }, - "5:10": { - "Count:3": 1, - "Damage:2": 6, - "id:8": "extrabotany:lens", - "tag:10": {} - }, - "6:10": { - "Count:3": 1, - "Damage:2": 22, - "id:8": "botania:lens", - "tag:10": {} - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20161.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20161.json deleted file mode 100644 index 7450ba6e..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20161.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20159 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oHigher throughput.", - "icon:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "botania:spreader" - }, - "name:8": "Elven Mana Spreader" - } - }, - "questID:3": 20161, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 2, - "id:8": "botania:spreader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20162.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20162.json deleted file mode 100644 index 579b87a7..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20162.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "preRequisites:11": [ - 20161 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oEven higher throughput.", - "icon:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "botania:spreader" - }, - "name:8": "Gaia Mana Spreader" - } - }, - "questID:3": 20162, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "Damage:2": 3, - "id:8": "botania:spreader" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/betterquesting/DefaultQuests/Quests/6/20163.json b/config - Copy/betterquesting/DefaultQuests/Quests/6/20163.json deleted file mode 100644 index df72fc11..00000000 --- a/config - Copy/betterquesting/DefaultQuests/Quests/6/20163.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "preRequisites:11": [ - 20156 - ], - "properties:10": { - "betterquesting:10": { - "desc:8": "§7§oThe rune altar can only accept mana from mana spreaders.\n\nDrop the required materials for a recipe on the altar.\n\nIf the recipe is successful, the spreader will start shooting mana, until the altar is full.\n\nOnce the altar is full, you have to drop a livingrock on it, and right click with a wand of the forest to complete the craft.\n\nRunes in rune altar recipes are not consumed.", - "icon:10": { - "Count:3": 1, - "id:8": "botania:runealtar" - }, - "name:8": "Runic Altar" - } - }, - "questID:3": 20163, - "tasks:9": { - "0:10": { - "index:3": 0, - "requiredItems:9": { - "0:10": { - "Count:3": 1, - "id:8": "botania:runealtar" - } - }, - "taskID:8": "bq_standard:retrieval" - } - } -} \ No newline at end of file diff --git a/config - Copy/bibliocraft.cfg b/config - Copy/bibliocraft.cfg deleted file mode 100644 index 9a989326..00000000 --- a/config - Copy/bibliocraft.cfg +++ /dev/null @@ -1,129 +0,0 @@ -# Configuration file - -########################################################################################################## -# blocks enabled -#--------------------------------------------------------------------------------------------------------# -# Here you can disable or re-enable any blocks or items you choose. Change value to false to disable selected block or item. -########################################################################################################## - -"blocks enabled" { - B:Armorstand=true - B:AtlasBook=true - B:AtlasEternalCompass=true - B:BigBook=true - B:Bookcase=true - B:Clipboard=true - B:Clock=true - B:CookieJar=true - B:DeskBell=true - B:DinnerPlate=true - B:DiscRack=true - B:FancySign=true - B:FancyWorkbench=true - B:FramedChest=true - B:FurniturePaneler=true - B:HandDrill=true - B:Lamp=true - B:Lantern=true - B:Lock=true - B:MapFrame=true - B:PaintingFrames=true - B:PlumbLine=true - B:Potionshelf=true - B:PrintpressTypeMachine=true - B:Readingglasses=true - B:Redstonebook=true - B:ScrewGun=true - B:Seat=true - B:Shelf=true - B:SlottedBook=true - B:StockroomCatalog=true - B:SwordPedestal=true - B:Table=true - B:Tapemeasure=true - B:TesterItem=true - B:Toolrack=true - B:Typewriter=true - B:WaypointCompass=true - B:Weaponcase=true - B:WoodDesk=true - B:WoodLabel=true -} - - -defaultbigbooktextscale { - # This value will set the default text scale of text in the Big Book. Choose a positive integer between 0 and 7. 0 is the smallest scale and 7 is the largest scale. [range: 0 ~ 7, default: 0] - I:general=0 -} - - -"force fast render" { - B:Case=false - B:DinnerPlate=false - B:DiscRack=false - B:FancySign=true - B:Label=true - B:PotionShelf=true - B:Shelf=false - B:Table=false - B:ToolRack=false -} - - -general { - # These are keywords that add additional support for more types of discs and items that are allowed to be placed on the disc rack. Add more keywords if you wish to allow more types of items to be displayed - S:AdditionalDiscs=disc, disk - - # These are keywords that add additional support for more types of potions and items. Add more keyworks if you wish to allow more types of items to be displayed. - S:AdditionalPotions=essence, mead, bottle, test, element, molecule, can, capsule, cell, catalyst, ambrosia, honey pot, dissipation, vial, juice - - # These are the names of additional tools that can be added to the Tool Rack. Added keywords will allow additional items to be placed on this block. - S:AdditionalTools=sprayer, wand, rod, scepter, wrench, screwdriver, meter, handsaw, gun, cutter, scoop, soldering, painter, reader, shovel, grafter, pickaxe, pipette, magnifying, sword, axe, hammer - - # These are the keywords that are compared against the item names to determine if the item can be placed on a Bookcase. Add more keywords if needed. - S:AllowedBooks=book, map, journal, plan, thaumonomicon, necronomicon, lexicon, print, notes, spell, library, tome, encyclopedia - - # Setting this to false will deactivate the redstone signal output from seats when a player is sitting - B:ChairRedstone=true - - # Setting this to false will permanently disable update checking - B:CheckForUpdates=true - - # Setting this to true will disable all renderers. This will allow a world to be loaded and a problem item removed from a BiblioCraft block in case of a rendering related crash. - B:DisableRenderers=false - - # This option enables crafting to be done inside a recipe book with no workbench. - B:EnableCraftingWithRecipieBooks=true - - # Setting this to false will disable light emission from the Shelf, Label, Display Case and Table when a block that gives off light is placed on them. - B:EnableLightEmission=false - B:EnableLockAndKeyRecipe=false - - # This option forces all new books added to the typesetting table to be public - B:EnablePublicTypesettingBooks=false - - # This will multiply the cost of copying enchanted books on the typesetting table. Please enter a positive integer value. Default is 10. Setting this to 1 would make the enchatment cost 1/10 the level default cost. - I:EnchantmentCostMultiplyer=10 - - # Default is 1 update per 10 ticks, just like Item Frames. The number indicates how many ticks before an update packet is sent to clients. Lower numbers means more, faster updates. - I:MapUpdateRate=10 - - # This will set the max number of uses an Enchanted Plate has before breaking. Default is 3. - I:MaxEnchantedPlateUses=3 - - # This will adjust the maximium render distance at which paintings can be seen. The default is 64.0 blocks. - D:PaintingRenderDistance=64.0 -} - - -########################################################################################################## -# stored variables -#--------------------------------------------------------------------------------------------------------# -# These are the variables used by BiblioCraft to track if the player has already recieved an update message for a new version. These should not need to be edited. -########################################################################################################## - -"stored variables" { - S:lastVersionChecked=2.4.5 -} - - diff --git a/config - Copy/blockcraftery.cfg b/config - Copy/blockcraftery.cfg deleted file mode 100644 index 7c83be75..00000000 --- a/config - Copy/blockcraftery.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # Toggles whether giving framed blocks textures costs one block. [default: false] - B:freeDecoration=false - - # Toggles whether or not framed block textures can be freely replaced by right-clicking with another block. [default: false] - B:rightClickReplace=false -} - - diff --git a/config - Copy/bookshelf.cfg b/config - Copy/bookshelf.cfg deleted file mode 100644 index 0ff204c9..00000000 --- a/config - Copy/bookshelf.cfg +++ /dev/null @@ -1,41 +0,0 @@ -# Configuration file - -########################################################################################################## -# oredict -#--------------------------------------------------------------------------------------------------------# -# WARNIG: Changing these config options may break recipes in mods that use Bookshelf. -########################################################################################################## - -oredict { - # Should vanilla arrows be ore dicted? [default: true] - B:arrows=true - - # Should vanilla fences and fence gates be ore dicted? [default: true] - B:fence=true - - # Should misc blocks like magma blocks and bone blocks be put in the ore dict? [default: true] - B:misc=true - - # Should vanilla rails be ore dicted? [default: true] - B:rails=true - - # Should vanilla seeds be ore dicted? [default: true] - B:seeds=true - - # Should vanilla shulker boxes be ore dicted? [default: true] - B:shulker=true -} - - -########################################################################################################## -# translations -#--------------------------------------------------------------------------------------------------------# -# Adds support for additional levels. Lowering this can improve memory. -########################################################################################################## - -translations { - # The amount of enchantment levels to translate. 10 or less will disable this. [range: 0 ~ 32767, default: 256] - I:enchantmentCount=256 -} - - diff --git a/config - Copy/botania.cfg b/config - Copy/botania.cfg deleted file mode 100644 index 3fd97a8e..00000000 --- a/config - Copy/botania.cfg +++ /dev/null @@ -1,164 +0,0 @@ -# Configuration file - -general { - # Set this to false to disable the Adaptative Config. Adaptative Config changes any default config values from old versions to the new defaults to make sure you aren't missing out on changes because of old configs. It will not touch any values that were changed manually. - B:adaptativeConfig.enabled=true - - # Set this to false to disable Albedo compat for moving colored lights on some Botania entities - B:albedoLights.enabled=true - - # Set this to false to disable custom armor models. - B:armorModels.enable=true - - # Set this to false to disable rendering of baubles in the player. - B:baubleRender.enabled=true - - # Set this to false to remove the block breaking particles from the flowers and other items in the mod. - B:blockBreakingParticles.enabled=true - - # Set this to false to remove the block breaking particles from the Mana Shatterer, as there can be a good amount in higher levels. - B:blockBreakingParticlesTool.enabled=true - - # Set this to false to disable the wireframe when looking a block bound to something (spreaders, flowers, etc). - B:boundBlock.wireframe.enabled=true - - # Set this to false to disable the animation when an item is charging on top of a mana pool. - B:chargeAnimation.enabled=true - - # Set this to false to disable the Smokey Quartz blocks. This config option is here for those using Thaumic Tinkerer - B:darkQuartz.enabled=true - - # Set to false to disable Botania's messages in the F3 debug screen - B:debugInfo.enabled=true - - # Set this to false to disable the particles in the elven portal. - B:elfPortal.particles.enabled=true - - # Set to false to disable the ability for the Hand of Ender to pickpocket other players' ender chests. - B:enderPickpocket.enabled=true - - # Set this to false to disable the Fallen Kanade flower (gives Regeneration). This config option is here for those using Blood Magic. Note: Turning this off will not remove ones already in the world, it'll simply prevent the crafting. - B:fallenKanade.enabled=true - - # Set this to false to disable the fancy skybox in Garden of Glass. - B:fancySkybox.enable=true - - # Set this to true to enable the fancy skybox in non Garden of Glass worlds. (Does not require Garden of Glass loaded to use, needs 'fancySkybox.enable' to be true as well) - B:fancySkybox.normalWorlds=true - - # The height of the Flugel Tiara flight bar. You can change this if you have a mod that adds a bar in that spot. - I:flightBar.height=49 - - # The height of the Flugel Tiara flight bar if your breath bar is shown. You can change this if you have a mod that adds a bar in that spot. - I:flightBarBreath.height=59 - - # Turn this off ONLY IF you're on an extremely large world with an exaggerated count of Mana Spreaders/Mana Pools and are experiencing TPS lag. This toggles whether flowers are strict with their checking for connecting to pools/spreaders or just check whenever possible. - B:flower.forceCheck=true - - # The frequency in which particles spawn from normal (worldgen) mystical flowers - D:flowerParticles.frequency=0.75 - - # The harvest level of the Mana Lens: Bore. 3 is diamond level. Defaults to 3 - I:harvestLevel.boreLens=3 - - # The harvest level of the Mana Lens: Weight. 3 is diamond level. Defaults to 2 (iron level) - I:harvestLevel.weightLens=2 - - # Set this to true to enable justified text in the Lexica Botania's text pages. - B:lexicon.enable.justifiedText=false - - # Set this to false to disable the rotating items in the petal and rune entries in the Lexica Botania. - B:lexicon.enable.rotatingItems=true - - # Set this to false to disable the animated 3D render for the Lexica Botania. - B:lexicon.render.3D=true - - # Set this to true to invert the Ring of Magnetization's controls (from shift to stop to shift to work) - B:magnetRing.invert=false - - # The height of the mana display bar in above the XP bar. You can change this if you have a mod that changes where the XP bar is. - I:manaBar.height=29 - - # Set this to false to disable the Mana Enchanter. Since some people find it OP or something. This only disables the entry and creation. Old ones that are already in the world will stay. - B:manaEnchanter.enabled=true - - # Set this to false to disable the Mana Fluxfield (generates RF from mana). This only disables the entry and creation. Old ones that are already in the world will stay. - B:manaFluxfield.enabled=true - - # Set this to true to disable the mana spreader shooting sound. - B:manaSpreaders.silent=false - - # Set this to true if you are the chosen one. For lovers of glitch art and just general mad people. - B:matrixMode.enabled=false - - # Set this to true to set the power system's particles to be a lot more subtle. Good for low-end systems, if the particles are causing lag. - B:powerSystem.subtle=false - - # Set this to true to disable the wiki lookup feature of the lexica, for offline usage. - B:quickLookup.lexicaOfflineMode=false - - # Set this to true to use Shift instead of Ctrl for the inventory lexica botania quick lookup feature. - B:quickLookup.useShift=false - - # Set this to false to disable the references in the flower tooltips. (You monster D:) - B:references.enabled=true - - # Set this to false to disable the Relic System. This only disables the entries, drops and achievements. Old ones that are already in the world will stay. - B:relics.enabled=true - - # Set this to false to make the Ring of Odin not apply fire resistance. Mostly for people who use Witchery transformations. - B:ringOfOdin.fireResist=true - - # Set this to false to disable seasonal features, such as halloween and christmas. - B:seasonalFeatures.enabled=true - - # Set this to false to disable the use of shaders for some of the mod's renders. - B:shaders.enabled=true - - # The GL Texture Unit to use for the secondary sampler passed in to the Lexica Botania's category button shader. DO NOT TOUCH THIS IF YOU DON'T KNOW WHAT YOU'RE DOING - I:shaders.secondaryUnit=7 - - # Set this to true to enable the Shedding feature from 1.7.10. You'll need to load the game to generate the options. No options are enabled by default. This increases load time. - B:shedding.enable=false - - # Do not ever touch this value if not asked to. Possible symptoms of doing so include your head turning backwards, the appearance of Titans near the walls or you being trapped in a game of Sword Art Online. - I:spreader.posShift=1 - - # How many ticks into the future will mana spreaders attempt to predict where mana bursts go? Setting this lower will improve spreader performance, but will cause them to not fire at targets that are too far away. - I:spreader.traceTime=400 - - # Set this to true if you use lots of floating flowers and are experiencing rendering lag. Will disable the floating flowers' animations and render them statically for a major performance boost. Hit F3+A in-world after toggling this. - B:staticFloaters.enabled=false - - # Set this to false to disable Thaumcraft aspects on Botania items - B:thaumcraftAspects.enabled=true - - # Set this to false to disable Thaumcraft Infusion Stabilizing in botania blocks - B:thaumraftStabilizers.enabled=true - - # Set this to false to always display all particles regardless of the "Particles" setting in the Vanilla options menu. - B:vanillaParticleConfig.enabled=true - - # Set this to true to use a static wand beam that shows every single position of the burst, similar to the way it used to work on old Botania versions. Warning: Disabled by default because it may be laggy. - B:wandBeam.static=false - - # The density of each Botania flower patch generated, defaults to 2, the lower the number, the less each patch will have. - I:worldgen.flower.density=2 - - # The inverse chance for a Botania flower patch to be generated, defaults to 16. The higher this value is the less patches will exist and the more flower each will have. - I:worldgen.flower.patchChance=16 - - # The size of each Botania flower patch, defaults to 6. The larger this is the farther the each patch can spread - I:worldgen.flower.patchSize=6 - - # The quantity of Botania flower patches to generate in the world, defaults to 2, the lower the number the less patches generate. - I:worldgen.flower.quantity=2 - - # The chance for a Botania flower generated in a patch to be a tall flower. 0.1 is 10%, 1 is 100%. Defaults to 0.05 - D:worldgen.flower.tallChance=0.05 - - # The quantity of Botania mushrooms to generate underground, in the world, defaults to 40, the lower the number the less patches generate. - I:worldgen.mushroom.quantity=40 -} - - diff --git a/config - Copy/bringmetherings.cfg b/config - Copy/bringmetherings.cfg deleted file mode 100644 index b9eb1adc..00000000 --- a/config - Copy/bringmetherings.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # How many ring slots should there be in addition to the existing 2. [WARNING:] lowering this number will *destroy* every bauble in excess and may cause unforeseen side effects. [range: 1 ~ 36, default: 2] - I:extraSlots=8 -} - - diff --git a/config - Copy/brokenwings.cfg b/config - Copy/brokenwings.cfg deleted file mode 100644 index 94106071..00000000 --- a/config - Copy/brokenwings.cfg +++ /dev/null @@ -1,204 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 4 - -client { - # Show a tooltip on items that are bypass-keys informing the player that they can use this item to bypass the rule. [default: true] - B:showBypassKeyTooltip=true -} - - -countermeasures { - # Is the "Butterfingers" countermeasure enabled? This measure causes players to periodically drop items matching a configurable list. Use for 'angel-ring'-like items. [default: true] - B:butterfingers=true - - # Is the "Creative-style flight" countermeasure enabled? [default: true] - B:creativeStyle=true - - # Is the "Elytra flight" countermeasure enabled? [default: true] - B:elytra=true - - # Is the "Greasy Armor" countermeasure enabled? Unequips armor matching a list. If it can't be unequipped (full inventory, maybe), it gets thrown on the ground. [default: true] - B:greasyarmor=true - - # Is the "Greasy Baubles" countermeasure enabled? Unequips Baubles matching a list. If it can't be unequipped (full inventory, maybe), it gets thrown on the ground. [default: true] - B:greasybaubles=true - - greasybaubles { - # Items to automatically unequip when worn in the Bauble slots. - # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] - S:items < - twilightforest:charm_of_life_1 dimension: 111 - twilightforest:charm_of_life_2 dimension: 111 - twilightforest:charm_of_life_1 dimension: 165 - twilightforest:charm_of_life_2 dimension: 165 - twilightforest:charm_of_life_1 dimension: 162 - twilightforest:charm_of_life_2 dimension: 162 - twilightforest:charm_of_life_1 dimension: 815 - twilightforest:charm_of_life_2 dimension: 815 - twilightforest:charm_of_life_1 dimension: 813 - twilightforest:charm_of_life_2 dimension: 813 - twilightforest:charm_of_life_1 dimension: 817 - twilightforest:charm_of_life_2 dimension: 817 - twilightforest:charm_of_life_1 dimension: 814 - twilightforest:charm_of_life_2 dimension: 814 - twilightforest:charm_of_life_1 dimension: 170 - twilightforest:charm_of_life_2 dimension: 170 - twilightforest:charm_of_life_1 dimension: 171 - twilightforest:charm_of_life_2 dimension: 171 - twilightforest:charm_of_life_1 dimension: 172 - twilightforest:charm_of_life_2 dimension: 172 - twilightforest:charm_of_life_1 dimension: 173 - twilightforest:charm_of_life_2 dimension: 173 - twilightforest:charm_of_life_1 dimension: 624 - twilightforest:charm_of_life_2 dimension: 624 - twilightforest:charm_of_life_1 dimension: 424 - twilightforest:charm_of_life_2 dimension: 424 - twilightforest:charm_of_life_1 dimension: 53 - twilightforest:charm_of_life_2 dimension: 53 - twilightforest:charm_of_life_1 dimension: 1 - twilightforest:charm_of_life_2 dimension: 1 - twilightforest:charm_of_life_1 dimension: 50 - twilightforest:charm_of_life_2 dimension: 50 - twilightforest:charm_of_life_1 dimension: 51 - twilightforest:charm_of_life_2 dimension: 51 - twilightforest:charm_of_life_1 dimension: 52 - twilightforest:charm_of_life_2 dimension: 52 - twilightforest:charm_of_life_1 dimension: 623 - twilightforest:charm_of_life_2 dimension: 623 - > - } - - butterfingers { - # How often should players automatically drop the banned items? (The lower you set this, the more annoying it is if people accidentally visit a dimension carrying one of these) [range: 1 ~ 2147483647, default: 70] - I:interval=1 - - # The banned list of items. - # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] - S:items < - > - } - - greasyarmor { - # Items to automatically unequip when worn as armor. - # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] - S:items < - thermalfoundation:armor.helmet_lead dimension:427 - thermalfoundation:armor.plate_lead dimension:427 - thermalfoundation:armor.legs_lead dimension:427 - thermalfoundation:armor.boots_lead dimension:427 - > - } - -} - - -effects { - # To prevent spamming players and the server console, how many seconds will need to pass before performing another effect? (Players will still drop out of the sky if they try to fly faster than this interval.) [range: 0 ~ 2147483647, default: 3] - I:effectInterval=3 - - # Whatever you enter here will be sent to players when they are dropped out of the sky if 'effects.sendStatusMessage' is enabled. If this is empty, I'll choose from my own internal list of (tacky) messages. [default: ] - S:fixedStatusMessage= - - # Should a message be printed to the server console when a player is dropped from the sky? [default: true] - B:printToLog=true - - # Should players receive a status message when they are dropped from the sky? [default: true] - B:sendStatusMessage=true - - # Should players create particle effects when they are dropped from the sky? [default: true] - B:showParticles=true -} - - -general { - # A player wearing one of these armor pieces will be immune to the no-flight rule. - # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] - S:bypassKeyArmor < - > - - # A player wearing one of these Baubles will be immune to the no-flight rule. - # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] - S:bypassKeyBauble < - > - - # A player with one of these items in their inventory will be immune to the no-flight rule. - # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] - S:bypassKeyInventory < - contenttweaker:singular_gravity_honey dimension:7 - contenttweaker:singular_gravity_honey dimension:145 - contenttweaker:singular_gravity_honey dimension:147 - contenttweaker:singular_gravity_honey dimension:148 - contenttweaker:singular_gravity_honey dimension:149 - contenttweaker:singular_gravity_honey dimension:150 - contenttweaker:singular_gravity_honey dimension:151 - contenttweaker:singular_gravity_honey dimension:152 - contenttweaker:singular_gravity_honey dimension:160 - contenttweaker:singular_gravity_honey dimension:161 - contenttweaker:singular_gravity_honey dimension:50 - contenttweaker:singular_gravity_honey dimension:51 - contenttweaker:singular_gravity_honey dimension:52 - contenttweaker:singular_gravity_honey dimension:53 - contenttweaker:singular_gravity_honey dimension:426 - contenttweaker:singular_gravity_honey dimension:20 - contenttweaker:singular_gravity_honey dimension:66 - contenttweaker:black_hole_honey dimension:7 - contenttweaker:black_hole_honey dimension:145 - contenttweaker:black_hole_honey dimension:147 - contenttweaker:black_hole_honey dimension:148 - contenttweaker:black_hole_honey dimension:149 - contenttweaker:black_hole_honey dimension:150 - contenttweaker:black_hole_honey dimension:151 - contenttweaker:black_hole_honey dimension:152 - contenttweaker:black_hole_honey dimension:160 - contenttweaker:black_hole_honey dimension:161 - contenttweaker:black_hole_honey dimension:50 - contenttweaker:black_hole_honey dimension:51 - contenttweaker:black_hole_honey dimension:52 - contenttweaker:black_hole_honey dimension:53 - contenttweaker:black_hole_honey dimension:426 - contenttweaker:black_hole_honey dimension:20 - contenttweaker:black_hole_honey dimension:66 - contenttweaker:black_hole_honey dimension:170 - contenttweaker:black_hole_honey dimension:172 - contenttweaker:black_hole_honey dimension:174 - contenttweaker:black_hole_honey dimension:819 - contenttweaker:black_hole_honey dimension:812 - > - - # The list of dimension IDs, used as a allow-list or deny-list, depending on your other config settings. Internal numeric IDs, please. [default: [7]] - S:dimensionIdList < - 7 - 145 - 147 - 148 - 149 - 150 - 151 - 152 - 160 - 161 - 170 - 172 - 174 - 50 - 51 - 52 - 53 - 426 - 20 - 66 - 819 - 812 - > - - # What mode should Broken Wings operate under? - # "ALLOW_LIST": Flying is disabled in all dimensions, except the ones listed in "dimensionList". - # "DENY_LIST": Flying is disabled in only the dimensions listed in "dimensionList". - # "ALWAYS_DENY": Flying is always disabled, regardless of dimension ID. - # "ALWAYS_ALLOW": Flying is never disabled (it's like the mod isn't even installed) - # [default: DENY_LIST] - S:mode=DENY_LIST -} - - diff --git a/config - Copy/buildcraft-rf.cfg b/config - Copy/buildcraft-rf.cfg deleted file mode 100644 index 7a925b14..00000000 --- a/config - Copy/buildcraft-rf.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # Sets the conversion ratio for BuildCraft machines. [range: 1.0 ~ 3.4028235E38, default: 15.0] - S:ratio=15.0 -} - - diff --git a/config - Copy/cgm.cfg b/config - Copy/cgm.cfg deleted file mode 100644 index 49071b9e..00000000 --- a/config - Copy/cgm.cfg +++ /dev/null @@ -1,288 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # client - #--------------------------------------------------------------------------------------------------------# - # Client-only configs. - ########################################################################################################## - - client { - - ########################################################################################################## - # sounds - #--------------------------------------------------------------------------------------------------------# - # Control sounds triggered by guns - ########################################################################################################## - - sounds { - # If true, a ding sound will play when you successfully hit a player with a gun - B:"Play Hit Sound"=true - } - - ########################################################################################################## - # display - #--------------------------------------------------------------------------------------------------------# - # Configuration for display related options - ########################################################################################################## - - display { - # If true, an animation is performed while cycling items in the Workbench - B:"Workbench Animation"=true - } - - ########################################################################################################## - # controls - #--------------------------------------------------------------------------------------------------------# - # Configuration for control options - ########################################################################################################## - - controls { - # If true, uses the old controls in order to aim and shoot - B:"Use Old Controls"=false - } - - } - - ########################################################################################################## - # server - #--------------------------------------------------------------------------------------------------------# - # Server-only configs. - ########################################################################################################## - - server { - # Enables the check for head shots for players. Projectiles that hit the head of a player will have increased damage. - B:"Enable Head Shots"=true - - # The extra amount to expand an entity's bounding box when checking for projectile collision. Setting this value higher will make it easier to hit players - # Min: 0.0 - # Max: 1.0 - D:"Grow Bounding Box"=0.3 - - # The value to multiply the damage by if projectile hit the players head - # Min: 1.0 - # Max: 1.7976931348623157E308 - D:"Head Shot Damage Multiplier"=1.1 - - ########################################################################################################## - # network - #--------------------------------------------------------------------------------------------------------# - # Properties relating to network - ########################################################################################################## - - network { - # The distance players need to be within to be able to track new projectiles trails. Higher values means you can see projectiles from that start from further away. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Projectile Tracking Range"=200.0 - } - - ########################################################################################################## - # aggro mobs - #--------------------------------------------------------------------------------------------------------# - # Nearby mobs are angered and/or scared by the firing of guns. - ########################################################################################################## - - "aggro mobs" { - # If true, nearby mobs are angered and/or scared by the firing of guns. - B:"Aggro Mobs Enabled"=true - - # If true, in addition to causing peaceful mobs to panic, firing a gun will also cause nearby hostile mobs to target the shooter. - B:"Anger Hostile Mobs"=true - - # Any mobs of classes with class paths in this list will not aggro on shooters. - S:"Exempt Mob Classes" < - net.minecraft.entity.passive.EntityVillager - > - - # Any mobs within a sphere of this radius will aggro on the shooter of a silenced gun. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Range Silenced"=10.0 - - # Any mobs within a sphere of this radius will aggro on the shooter of an unsilenced gun. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Range Unsilenced"=20.0 - } - - ########################################################################################################## - # missiles - #--------------------------------------------------------------------------------------------------------# - # Properties relating to missiles. - ########################################################################################################## - - missiles { - # The max distance which the explosion is effective to. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Explosion Radius"=5.0 - } - - ########################################################################################################## - # grenades - #--------------------------------------------------------------------------------------------------------# - # Properties relating to grenades. - ########################################################################################################## - - grenades { - # The max distance which the explosion is effective to. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Explosion Radius"=5.0 - } - - ########################################################################################################## - # stun grenades - #--------------------------------------------------------------------------------------------------------# - # Blinding/deafening properties of stun grenades. - ########################################################################################################## - - "stun grenades" { - - ########################################################################################################## - # blind - #--------------------------------------------------------------------------------------------------------# - # Blinding properties of stun grenades. - ########################################################################################################## - - blind { - # After the duration drops to this many ticks, the transparency of the overlay when blinded will gradually fade to 0 alpha. - # Min: 0 - # Max: 255 - I:"Overlay Alpha"=255 - - # Transparency of the overlay when blinded will be this alpha value, before eventually fading to 0 alpha. - # Min: 0 - # Max: 2147483647 - I:"Overlay Fade Threshold"=40 - I:alphaFadeThresholdSynced=2147483647 - I:alphaOverlaySynced=255 - - ########################################################################################################## - # effect criteria - #--------------------------------------------------------------------------------------------------------# - # Criteria that determines the presence/absence and duration of the blinding effect. - ########################################################################################################## - - "effect criteria" { - # Angle between the eye/looking direction and the eye/grenade direction must be no more than half this many degrees to have an effect. - # Min: 0.0 - # Max: 360.0 - D:"Angle Of Effect"=170.0 - - # After duration is attenuated by distance, it will be further attenuated depending on the angle (in degrees) between the eye/looking direction and the eye/grenade direction. This is done by multiplying it by 1 (no attenuation) if the angle is 0; and by this value if the angle is the maximum within the angle of effect. - # Min: 0.0 - # Max: 1.0 - D:"Max Attenuation By Angle"=0.75 - - # Effect will have this duration (in ticks) if the grenade is directly at the player's eyes while looking directly at it. - # Min: 0 - # Max: 2147483647 - I:"Max Duration"=220 - - # Effect will have this duration (in ticks) if the grenade is the maximum distance from the player's eyes while looking directly at it. - # Min: 0 - # Max: 2147483647 - I:"Min Duration By Distance"=10 - - # Grenade must be no more than this many meters away to have an effect. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:Radius=15.0 - - # If true, the effect is only applied if the line between the eyes and the grenade does not intersect any non-liquid blocks with an opacity greater than 0. - B:"Raytrace Opaque Blocks"=true - } - - } - - ########################################################################################################## - # deafen - #--------------------------------------------------------------------------------------------------------# - # Deafening properties of stun grenades. - ########################################################################################################## - - deafen { - # Volume of the ringing sound when deafened will play at this volume, before eventually fading to 0. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:"Ring Volume"=1.0 - - # After the duration drops to this many ticks, the ringing volume will gradually fade to 0 and other sound volumes will fade back to %100. - # Min: 0 - # Max: 2147483647 - I:"Sound Fade Threshold"=90 - - # Volume of most game sounds when deafened will play at this percent, before eventually fading back to %100. - # Min: 0.0 - # Max: 1.0 - D:"Sound Percentage"=0.05 - D:ringVolumeSynced=1.0 - I:soundFadeThresholdSynced=2147483647 - D:soundPercentageSynced=0.0 - - ########################################################################################################## - # effect criteria - #--------------------------------------------------------------------------------------------------------# - # Criteria that determines the presence/absence and duration of the deafening effect. - ########################################################################################################## - - "effect criteria" { - # Angle between the eye/looking direction and the eye/grenade direction must be no more than half this many degrees to have an effect. - # Min: 0.0 - # Max: 360.0 - D:"Angle Of Effect"=360.0 - - # After duration is attenuated by distance, it will be further attenuated depending on the angle (in degrees) between the eye/looking direction and the eye/grenade direction. This is done by multiplying it by 1 (no attenuation) if the angle is 0; and by this value if the angle is the maximum within the angle of effect. - # Min: 0.0 - # Max: 1.0 - D:"Max Attenuation By Angle"=0.75 - - # Effect will have this duration (in ticks) if the grenade is directly at the player's eyes while looking directly at it. - # Min: 0 - # Max: 2147483647 - I:"Max Duration"=280 - - # Effect will have this duration (in ticks) if the grenade is the maximum distance from the player's eyes while looking directly at it. - # Min: 0 - # Max: 2147483647 - I:"Min Duration By Distance"=100 - - # Grenade must be no more than this many meters away to have an effect. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:Radius=15.0 - - # If true, the effect is only applied if the line between the eyes and the grenade does not intersect any non-liquid blocks with an opacity greater than 0. - B:"Raytrace Opaque Blocks"=false - } - - } - - } - - ########################################################################################################## - # projectile spread - #--------------------------------------------------------------------------------------------------------# - # Properties relating to projectile spread - ########################################################################################################## - - "projectile spread" { - # The amount of times a player has too shoot within the spread threshold before the maximum amount of spread is applied. Setting the value higher means it will take longer for the spread to be applied. - # Min: 1 - # Max: 2147483647 - I:"Max Count"=10 - - # The amount of time in milliseconds before logic to apply spread is skipped. The value indicates a reasonable amount of time before a weapon is considered stable again. - # Min: 0 - # Max: 1000 - I:"Spread Threshold"=300 - } - - } - -} - - diff --git a/config - Copy/champions.cfg b/config - Copy/champions.cfg deleted file mode 100644 index fae6cf99..00000000 --- a/config - Copy/champions.cfg +++ /dev/null @@ -1,501 +0,0 @@ -# Configuration file - -general { - # Additional name suffixes that will be added to the pool of names given to champions - S:"Additional Champion Name Suffixes" < - > - - # Additional names that will be added to the pool of names given to champions - S:"Additional Champion Names" < - > - - # The range an active beacon will prevent champion spawns, 0 to disable - I:"Beacon Blacklist Range"=64 - - # List of mobs that will always spawn as champions, can optionally include specific tier (i.e. 'minecraft:spider;2') or tier range (i.e. 'minecraft:spider;1;3 - S:"Champion Mobs List" < - minecraft:ender_dragon;4 - thebetweenlands:blood_snail;4 - bewitchment:leonard;4 - bewitchment:demon;4 - bewitchment:baphomet;4 - bewitchment:demoness;4 - twilightforest:naga;4 - twilightforest:yeti_alpha;4 - twilightforest:tower_ghast;2 - aoa3:smash;4 - twilightforest:roving_cube;4 - twilightforest:harbinger_cube;4 - twilightforest:adherent;4 - aoa3:xxeus;4 - aoa3:vinocorne;4 - divinerpg:twilight_demon;4 - > - - # Set whether champions can spawn from mob spawners - B:"Champions from Spawners"=false - - # The tier (and above) of champions that will have death messages sent out upon defeat, 0 to disable - I:"Death Message Tier"=0 - - # Set which dimensions, listed as number ids, are blacklisted or whitelisted for champion mobs, leave blank to disable this option - S:"Dimension List" < - 426 - 418 - 427 - > - - # Set whether the dimension configuration is blacklisted or whitelisted - # Valid values: - # BLACKLIST - # WHITELIST - S:"Dimension Permission Mode"=BLACKLIST - - # Set whether to hide champion particles and HUD effects - B:"Hide Champion Effects"=false - - # Sets whether to scale loot drop amount to tier number if LootSource.CONFIG is active - B:"Loot Drop Scales to Tier"=false - - # Sets the loot drops from champions if loot source is set to CONFIG, format is tier;modid:name;metadata;stacksize;enchant(true/false);weight - S:"Loot Drops" < - > - - # True if fake players can cause champion loot drops, otherwise false - B:"Loot Drops From Fake Players"=true - - # Set whether champion mobs drop loot from the loot table, config, or both - # Valid values: - # LOOT_TABLE - # CONFIG - # BOTH - S:"Loot Source"=LOOT_TABLE - - # Set which mobs are blacklisted or whitelisted for champion mobs, leave blank to disable this option - S:"Mob List" < - aether_legacy:sun_spirit - minecraft:zombie - aoa3:ghost - aoa3:ghostly_charger - aoa3:ghostly_bugeye - aoa3:ghostly_sasquatch - aoa3:ghostly_cyclops - aoa3:ghostly_goblin - aoa3:ghostly_night_reaper - mod_lavacow:unburied - mod_lavacow:forsaken - mod_lavacow:sludgelord - mod_lavacow:mummy - aoa3:nightfly - thaumcraft:cultistportallesser - thaumcraft:cultistcleric - thaumcraft:cultistportalgreater - thaumcraft:cultistknight - thaumcraft:cultistleader - thaumicaugmentation:eldritch_golem - thaumicaugmentation:eldritch_guardian - thaumicaugmentation:eldritch_warden - botania:doppelganger - extrabotany:gaiaiii - extrabotany:voidherrscher - thebetweenlands:fortress_boss - thebetweenlands:fortress_boss_blockade - thebetweenlands:sludge_menace - thebetweenlands:spirit_tree_face_large - thebetweenlands:spirit_tree_face_mask - thebetweenlands:spirit_tree_face_small - iceandfire:firedragon - iceandfire:icedragon - iceandfire:lightningdragon - iceandfire:dread_thrall - iceandfire:dread_horse - iceandfire:dread_beast - iceandfire:dread_lich - iceandfire:dread_ghoul - iceandfire:dread_knight - iceandfire:dread_scuttler - aoa3:hag - twilightforest:king_spider - abyssalcraft:dragonboss - abyssalcraft:jzahar - abyssalcraft:shadowboss - twilightforest:snow_queen - twilightforest:lich - divinerpg:ayeraco_purple - divinerpg:ayeraco_blue - divinerpg:ayeraco_green - divinerpg:ayeraco_red - divinerpg:ayeraco_yellow - aoa3:voltron - aoa3:polytom - aoa3:mechamaton - mod_lavacow:boneworm - minecraft:skeleton - mod_lavacow:sludgelord - abyssalcraft:shadowmonster - abyssalcraft:shadowcreature - abyssalcraft:shadowbeast - abyssalcraft:gskeleton - abyssalcraft:abyssalzombie - abyssalcraft:dreadspawn - abyssalcraft:dreadling - abyssalcraft:lesserdreadbeast - abyssalcraft:greaterdreadspawn - minecraft:slime - divinerpg:sunstorm - divinerpg:termasect - divinerpg:eternal_arche - divinerpg:experienced_cori - divinerpg:densos - divinerpg:dramix - divinerpg:karot - divinerpg:reyvor - divinerpg:soul_fiend - divinerpg:vamacheron - divinerpg:king_of_scorchers - divinerpg:the_watcher - aoa3:bane - aoa3:baroness - aoa3:clunkhead - aoa3:coniferon - aoa3:corallus - aoa3:cotton_candor - aoa3:craexxeus - aoa3:creep - aoa3:crystocore - aoa3:dracyon - aoa3:elusive - aoa3:goldorth - aoa3:graw - aoa3:red_guardian - aoa3:green_guardian - aoa3:yellow_guardian - aoa3:blue_guardian - aoa3:gyro - aoa3:harkos - aoa3:hive_king - aoa3:horon - aoa3:hydrolisk - aoa3:kajaros - aoa3:king_bambambam - aoa3:king_shroomus - aoa3:klobber - aoa3:kror - aoa3:mechbot - aoa3:mirage - aoa3:miskel - aoa3:nethengeic_wither - aoa3:okazor - aoa3:penumbra - aoa3:proshield - aoa3:raxxan - aoa3:rockrider - aoa3:shadowlord - aoa3:silverfoot - aoa3:skeletron - aoa3:tyrosaur - aoa3:visualent - aoa3:voxxulon - aoa3:flash - - > - - # Set whether the mob configuration is blacklisted or whitelisted - # Valid values: - # BLACKLIST - # WHITELIST - S:"Mob Permission Mode"=BLACKLIST - - ########################################################################################################## - # client settings - #--------------------------------------------------------------------------------------------------------# - # Settings that are only client-side - ########################################################################################################## - - "client settings" { - # The distance, in blocks, from which the health bar can be seen - I:"Health Bar Visibility Range"=50 - - # The x-offset for the champion health bars - I:"Health Bar X-Offset"=0 - - # The y-offset for the champion health bars - I:"Health Bar Y-Offset"=0 - - # Set to true to render the names of the champions - B:"Name Visibility"=true - - # A list of colors, as numbers, for each rank - S:"Rank Colors" < - > - } - - ########################################################################################################## - # growth settings - #--------------------------------------------------------------------------------------------------------# - # Settings that affect the growth rate of champion mobs - ########################################################################################################## - - "growth settings" { - # The increase in armor multiplied by the growth factor - D:Armor=2.0 - - # The increase in armor toughness multiplied by the growth factor - D:"Armor Toughness"=1.0 - - # The percent increase in attack damage multiplied by the growth factor - D:"Attack Damage"=0.5 - - # The increase in creeper explosion strength multiplied by tier, NOT by growth factor - I:"Creeper Explosion Strength"=2 - - # The increase in experience multiplied by the growth factor - D:Experience=1.0 - - # The percent increase in health multiplied by the growth factor - D:Health=0.35 - - # The increase in knockback resistance multiplied by the growth factor - D:"Knockback Resistance"=0.05 - } - - ########################################################################################################## - # affix settings - #--------------------------------------------------------------------------------------------------------# - # Settings that affect individual affixes - ########################################################################################################## - - "affix settings" { - # Set the maximum distance that mobs can use their targeted abilities from, 0 to disable - I:"Maximum Ability Range"=0 - - ########################################################################################################## - # adaptable - #--------------------------------------------------------------------------------------------------------# - # Settings for the Adaptable affix - ########################################################################################################## - - adaptable { - # The increase in damage reduction for each consecutive attack of the same damage type - D:"Damage Reduction Increment"=0.15 - - # The maximum damage reduction - D:"Maximum Damage Reduction"=0.9 - } - - ########################################################################################################## - # arctic - #--------------------------------------------------------------------------------------------------------# - # Settings for the Arctic affix - ########################################################################################################## - - arctic { - # How often the champion will shoot projectiles (in ticks) - I:"Attack Interval"=20 - } - - ########################################################################################################## - # cinder - #--------------------------------------------------------------------------------------------------------# - # Settings for the Cinder affix - ########################################################################################################## - - cinder { - # How often the champion will shoot projectiles (in ticks) - I:"Attack Interval"=20 - } - - ########################################################################################################## - # dampening - #--------------------------------------------------------------------------------------------------------# - # Settings for the Dampening affix - ########################################################################################################## - - dampening { - # The amount of damage reduction to apply to indirect attacks - D:"Damage Reduction"=0.8 - } - - ########################################################################################################## - # desecrator - #--------------------------------------------------------------------------------------------------------# - # Settings for the Desecrator affix - ########################################################################################################## - - desecrator { - # How often the champion will create harming clouds (in ticks) - I:"Attack Interval"=60 - - # How long, in ticks, it takes for the effect cloud to activate after being placed - I:"Cloud Activation Time"=20 - - # The duration, in ticks, of the cloud effect - I:"Cloud Duration"=200 - - # The radius of the cloud effect - D:"Cloud Radius"=4.0 - } - - ########################################################################################################## - # hasty - #--------------------------------------------------------------------------------------------------------# - # Settings for the Hasty affix - ########################################################################################################## - - hasty { - # The base movement speed bonus - D:"Movement Bonus"=0.25 - } - - ########################################################################################################## - # infested - #--------------------------------------------------------------------------------------------------------# - # Settings for the Infested affix - ########################################################################################################## - - infested { - # The amount of silverfish to infest per health point of the champion - D:"Silverfish Per Health"=0.5 - - # How many silverfish to spawn per interval - I:"Silverfish Spawn Amount"=2 - - # How long, in ticks, between silverfish spawns - I:"Silverfish Spawn Interval"=60 - - # The total amount of silverfish a champion can house at once - I:"Silverfish Total Amount"=20 - } - - ########################################################################################################## - # jailer - #--------------------------------------------------------------------------------------------------------# - # Settings for the Jailer affix - ########################################################################################################## - - jailer { - # The percent chance that an attack will jail targets - D:"Chance per Attack"=0.2 - } - - ########################################################################################################## - # knockback - #--------------------------------------------------------------------------------------------------------# - # Settings for the Knockback affix - ########################################################################################################## - - knockback { - # The multiplier to apply to the knockback strength - D:"Knockback Multiplier"=5.0 - } - - ########################################################################################################## - # lively - #--------------------------------------------------------------------------------------------------------# - # Settings for the Lively affix - ########################################################################################################## - - lively { - # Set cooldown (in seconds) for regeneration after getting attacked - I:"Cooldown on Attacked"=3 - - # The amount of health per second regeneration - D:"Heal Amount"=1.0 - - # Multiplier to health regeneration when not aggressive - D:"Passive Multiplier"=5.0 - } - - ########################################################################################################## - # molten - #--------------------------------------------------------------------------------------------------------# - # Settings for the Molten affix - ########################################################################################################## - - molten { - # Whether or not champions are damaged by water - B:Water-Resistant=false - } - - ########################################################################################################## - # plagued - #--------------------------------------------------------------------------------------------------------# - # Settings for the Plagued affix - ########################################################################################################## - - plagued { - # The potion that will be spread through the plague effect - S:"Infection Potion"=minecraft:poison - - # The duration (in ticks) of the infection potion - I:"Infection Potion Duration"=200 - - # The power of the infection potion (base: 1) - I:"Infection Potion Power"=1 - - # The range that the infection will spread from hosts - I:"Infection Range"=3 - - # The duration (in ticks) of the plague effect - I:"Plague Duration"=300 - } - - ########################################################################################################## - # reflecting - #--------------------------------------------------------------------------------------------------------# - # Settings for the Reflecting affix - ########################################################################################################## - - reflecting { - # Set whether or not reflected damage can be deadly - B:"Enable Killing Blow"=true - - # The maximum amount of damage to reflect back - D:"Maximum Damage"=100.0 - - # The maximum percent of damage to reflect back - D:"Maximum Percent of Damage"=0.35 - - # The minimum percent of damage to reflect back - D:"Minimum Percent of Damage"=0.1 - } - - ########################################################################################################## - # scrapper - #--------------------------------------------------------------------------------------------------------# - # Settings for the Scrapper affix - ########################################################################################################## - - scrapper { - # The percent chance that an attack will injure targets - D:"Chance per Attack"=0.4 - } - - ########################################################################################################## - # vortex - #--------------------------------------------------------------------------------------------------------# - # Settings for the Vortex affix - ########################################################################################################## - - vortex { - # The strength of the vortex pulling effect - D:"Vortex Strength"=0.05 - } - - } - - ########################################################################################################## - # scaling health integration - #--------------------------------------------------------------------------------------------------------# - # Settings for integration with the Scaling Health mod - ########################################################################################################## - - "scaling health integration" { - # List of tiers with numbers to multiply spawn rates by difficulty (i.e. '1;0.02' to increase tier 1 spawns by 2 percent per difficulty). Note that tier spawn chances are cumulative, so increasing lower tier spawns will naturally increase higher tier spawns. - S:"Tier Spawn Modifiers" < - > - } - -} - - diff --git a/config - Copy/chisel.cfg b/config - Copy/chisel.cfg deleted file mode 100644 index ba7a191f..00000000 --- a/config - Copy/chisel.cfg +++ /dev/null @@ -1,172 +0,0 @@ -# Configuration file - -autochisel { - # If true, the auto chisel will not function at all without power. - B:autoChiselNeedsPower=false - - # If false, the auto chisel will always run at full speed, and will not accept FE. - B:autoChiselTakesPower=true -} - - -chisel { - # Should the chisel be damageable and take damage when it chisels something. - B:allowChiselDamage=true - - # The extra attack damage points (in half hearts) that the diamond chisel inflicts when it is used to attack an entity. - I:diamondChiselAttackDamage=3 - - # The max damage of the diamond chisel. [range: 1 ~ 32767, default: 5056] - I:diamondChiselMaxDamage=5056 - - # The extra attack damage points (in half hearts) that the iChisel inflicts when it is used to attack an entity. - I:hitechChiselAttackDamage=3 - - # The max damage of the iChisel. [range: 1 ~ 32767, default: 10048] - I:hitechChiselMaxDamage=10048 - - # The extra attack damage points (in half hearts) that the iron chisel inflicts when it is used to attack an entity. - I:ironChiselAttackDamage=2 - - # If this is true, the iron chisel can left click chisel blocks. If false, it cannot. - B:ironChiselCanLeftClick=true - - # If this is true, the iron chisel can change its chisel mode just as the diamond chisel can. - B:ironChiselHasModes=false - - # The max damage of the standard iron chisel. [range: 1 ~ 32767, default: 512] - I:ironChiselMaxDamage=512 -} - - -client { - # Use old pillar textures - B:pillarOldGraphics=false - - # Make variations of blocks have the same name, and use the description in tooltip to distinguish them. - B:tooltipsUseBlockDescriptions=true -} - - -features { - B:aluminum=true - B:andesite=true - B:antiblock=true - B:arcaneStone=true - B:autochisel=true - B:basalt=true - B:bloodMagic=true - B:bookshelf=true - B:bricks=true - B:bronze=true - B:brownstone=true - B:carpet=true - B:certus=true - B:charcoal=true - B:chisel=true - B:cloud=true - B:coal=true - B:coalCoke=true - B:cobalt=true - B:cobblestone=true - B:cobblestonemossy=true - B:concrete=true - B:copper=true - B:diamond=true - B:diorite=true - B:dirt=true - B:electrum=true - B:emerald=true - B:endPurpur=true - B:endstone=true - B:factory=true - B:futura=true - B:glass=true - B:glassdyed=true - B:glowstone=true - B:gold=true - B:granite=true - B:hardenedClay=true - B:ice=true - B:invar=true - B:iron=true - B:ironpane=true - B:laboratory=true - B:lapis=true - B:lavastone=true - B:lead=true - B:limestone=true - B:marble=true - B:marblepillar=true - B:netherbrick=true - B:netherrack=true - B:nickel=true - B:obsidian=true - B:paper=true - B:planks=true - B:platinum=true - B:prismarine=true - B:quartz=true - B:redstone=true - B:sandstone=true - B:sandstoneRed=true - B:sandstoneScribbles=true - B:sandstoneredScribbles=true - B:silver=true - B:steel=true - B:stonebrick=true - B:technical=true - B:temple=true - B:tin=true - B:tyrian=true - B:uranium=true - B:valentines=true - B:voidstone=true - B:waterstone=true - B:wool=true -} - - -general { - # If true, you can chisel stone brick to mossy stone brick. - B:allowBrickToMossyInChisel=true - I:amountYouGetFromFactoryBlockCrafting=32 - - # Use alternative crafting recipe for the chisel - B:chiselAlternateRecipe=false - - # If this is true, you can chisel from the chisel leaves back to vanilla ones. If it is false, you cannot. - B:chiselBackToVanillaLeaves=false - - # Allow stone to be chiseled to/from stone bricks. - B:chiselStoneToStoneBricks=true - - # The factor that concrete_white increases your velocity. Default is 1.35, set to 1 for no change. - D:concreteVelocityMult=1.35 -} - - -worldgen { - # Amount of limestone to generate in the world; use 0 for none [range: 0 ~ 30, default: 18] - I:limestoneAmount=18 - - # Amount of marble to generate in the world; use 0 for none [range: 0 ~ 30, default: 20] - I:marbleAmount=20 - - basalt { - # Thickness of the basalt at the bottom of lava lakes. 0 for none. [range: 0 ~ 5, default: 3] - I:bottomThickness=3 - - # Thickness of the basalt around the sides of lava lakes. 0 for none. [range: 0 ~ 5, default: 1] - I:sideThickness=1 - - # True to generate basalt only around lava lakes. False to do standard vein generation. [default: true] - B:specialGen=true - - # Amount of basalt to generate in the world if not using special generation. Has no effect if basaltSpecialGen is true. Use 0 for none [range: 0 ~ 30, default: 15] - I:veinAmount=15 - } - -} - - diff --git a/config - Copy/chunkgenlimit.cfg b/config - Copy/chunkgenlimit.cfg deleted file mode 100644 index 854bf28b..00000000 --- a/config - Copy/chunkgenlimit.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # Max chunks to generate per tick per dimension - I:chunksPerTick=2 - - # Max time to spend generating chunks per tick per dimension - I:maxChunkGenMillis=5 -} - - diff --git a/config - Copy/classicbar.cfg b/config - Copy/classicbar.cfg deleted file mode 100644 index 963b2638..00000000 --- a/config - Copy/classicbar.cfg +++ /dev/null @@ -1,234 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # general - #--------------------------------------------------------------------------------------------------------# - # General Options - ########################################################################################################## - - general { - # Whether to show icons next to the bars - B:"Show Icons"=true - - ########################################################################################################## - # bar overlays - #--------------------------------------------------------------------------------------------------------# - # Tweak the bars themselves - ########################################################################################################## - - "bar overlays" { - S:"Bar left order" < - health - armor - absorption - lavacharm - lavacharm2 - > - S:"Bar right order" < - blood - healthmount - food - armortoughness - thirst - air - flighttiara - decay - > - B:"Display Armor Toughness Bar"=true - B:"Display low armor warning"=false - B:"Display low health warning"=false - B:"Display low hunger warning"=false - B:"Draw full absorption Bar"=false - B:"Draw full armor Bar"=false - B:"Draw full toughness Bar"=false - - # Min: 0.0 - # Max: 1.0 - D:"Low health warning threshold"=0.2 - D:"Low hunger warning threshold"=0.3 - - "hunger bar overlays" { - B:"Show Exhaustion Overlay"=true - B:"Show Held Food Overlay"=true - B:"Show Hunger Bar While on Mount"=false - B:"Show Saturation Bar"=true - - # Min: 0.001 - # Max: 0.2 - D:"Transistion speed of bar"=0.019999999552965164 - } - - } - - } - - ########################################################################################################## - # colors - #--------------------------------------------------------------------------------------------------------# - # Color Options - ########################################################################################################## - - colors { - S:"Hunger Bar Color"=#B34D00 - S:"Hunger Debuff Color"=#249016 - S:"Oxygen Bar Color"=#00E6E6 - S:"Saturation Bar Color"=#FFCC00 - S:"Saturation Debuff Color"=#87BC00 - - "advanced options" { - S:"Absorption Bar Color" < - #D4AF37 - #C2C73B - #8DC337 - #36BA77 - #4A5BC4 - #D89AE2 - #DF9DC7 - #DFA99D - #D4DF9D - #3E84C6 - #B8C1E8 - #DFDFDF - > - S:"Absorption Poison Bar Color" < - #D4AF37 - #C2C73B - #8DC337 - #36BA77 - #4A5BC4 - #D89AE2 - #DF9DC7 - #DFA99D - #D4DF9D - #3E84C6 - #B8C1E8 - #DFDFDF - > - S:"Absorption Wither Bar Color" < - #D4AF37 - #C2C73B - #8DC337 - #36BA77 - #4A5BC4 - #D89AE2 - #DF9DC7 - #DFA99D - #D4DF9D - #3E84C6 - #B8C1E8 - #DFDFDF - > - S:"Armor Toughness Bar Color" < - #AAAAAA - #FF5500 - #FFC747 - #27FFE3 - #00FF00 - #7F00FF - > - - # Colors must be specified in #RRGGBB format - S:"Armor color values" < - #AAAAAA - #FF5500 - #FFC747 - #27FFE3 - #00FF00 - #7F00FF - > - S:Colors < - #FF0000 - #FFFF00 - #00FF00 - > - D:"Health fractions" < - 0.25 - 0.5 - 0.75 - > - S:"Poisoned Colors" < - #00FF00 - #55FF55 - #00FF00 - > - D:"Poisoned fractions" < - 0.25 - 0.5 - 0.75 - > - S:"Withered Colors" < - #555555 - #AAAAAA - #555555 - > - D:"Withered fractions" < - 0.25 - 0.5 - 0.75 - > - } - - } - - ########################################################################################################## - # numbers - #--------------------------------------------------------------------------------------------------------# - # Number Options - ########################################################################################################## - - numbers { - # unused - # Min: 0.0 - # Max: 1.0 - D:"Numbers scale"=0.75 - B:"Percentage based"=false - B:"Show Numbers For Armor"=true - B:"Show Numbers For Armor Toughness"=true - - # Numbers info - B:"Show Numbers For Health"=true - B:"Show Numbers For Hunger"=true - B:"Show Numbers For Lava"=true - B:"Show Numbers For Mount Health"=false - B:"Show Numbers For Oxygen Bar"=false - B:"Show Numbers For Thirst"=true - B:"Show Numbers For Tiara"=true - } - - ########################################################################################################## - # warnings - #--------------------------------------------------------------------------------------------------------# - # Warnings - ########################################################################################################## - - warnings { - # Warning when advanced rocketry is installed - B:"Show Advanced Rocketry warning"=true - - # Warning when Rustic is installed - B:"Show Rustic warning"=true - } - - ########################################################################################################## - # mods - #--------------------------------------------------------------------------------------------------------# - # Mod Options - ########################################################################################################## - - mods { - # This is the overlay for thirst when underneath the effect - S:"Dehydration Bar Color"=#5A891C - - # This is the overlay for hydration when underneath the effect - S:"Dehydration Secondary Bar Color"=#85CF25 - S:"Flight Bar Color"=#FFFFFF - S:"Hydration Bar Color"=#00A3E2 - S:"Lava Bar Color"=#FF8000 - S:"Thirst Bar Color"=#1C5EE4 - } - -} - - diff --git a/config - Copy/clearwater.cfg b/config - Copy/clearwater.cfg deleted file mode 100644 index eccade06..00000000 --- a/config - Copy/clearwater.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration file - -general { - # Enables modifications of fog under lava - B:enableLava=true - - # Enables modifications of fog under water - B:enableWater=true - - # Value for fog density (0-5) Vanilla is 2.0 - # Min: 0.0 - # Max: 5.0 - D:fogDensityLava=0.20000000298023224 - - # Value for fog density (0-5) Vanilla is 0.1 - # Min: 0.0 - # Max: 5.0 - D:fogDensityWater=0.0001 -} - - diff --git a/config - Copy/codechickenlib.cfg b/config - Copy/codechickenlib.cfg deleted file mode 100644 index 0d9ca7cd..00000000 --- a/config - Copy/codechickenlib.cfg +++ /dev/null @@ -1,23 +0,0 @@ -"client" { - #With this enabled, CCL will catch all exceptions thrown whilst rendering blocks. - #If an exception is caught, the block will not be rendered. - B:"catchBlockRenderExceptions"=true - - #With this enabled, CCL will catch all exceptions thrown whilst rendering items. - #By default CCL will only enhance the crash report, but with 'attemptRecoveryOnItemRenderException' enabled - # CCL will attempt to recover after the exception. - B:"catchItemRenderExceptions"=true - - #With this enabled, CCL will attempt to recover item rendering after an exception is thrown. - #It is recommended to only enable this when a mod has a known bug and a fix has not been released yet. - #WARNING: This might cause issues with some mods, Some mods modify the GL state rendering items, - # CCL does not recover the GL state, as a result a GL leak /may/ occur. However, CCL will remember - # and pop the GL ModelView matrix stack depth, this might incur a bit of a performance hit. - # Some mods might also have custom BufferBuilders, CCL has no way of recovering the state of those. - # this /can/ result in 'Already Building' exceptions being thrown. CCL will however recover the vanilla BufferBuilder. - B:"attemptRecoveryOnItemRenderException"=false - - #With this enabled, CCL will message the player upon an exception from rendering blocks or items. - #Messages are Rate-Limited to one per 5 seconds in the event that the exception continues. - B:"messagePlayerOnRenderCrashCaught"=true -} diff --git a/config - Copy/collective.cfg b/config - Copy/collective.cfg deleted file mode 100644 index 0743f66b..00000000 --- a/config - Copy/collective.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# Configuration file - -general { - # Please check out https://stopmodreposts.org/ for more information on why this feature exists. - B:enableAntiRepostingCheck=true - - # Enables pets for Patrons. Will be added in a future release. - B:enablePatronPets=true - - # The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. - # Min: 0 - # Max: 3600000 - I:findABlockcheckAroundEntitiesDelayMs=30000 - - # The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. - # Min: 1 - # Max: 200 - I:loopsAmountUsedToGetAllEntityDrops=100 - - # When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. - B:transferItemsBetweenReplacedEntities=true -} - - diff --git a/config - Copy/commoncapabilities.cfg b/config - Copy/commoncapabilities.cfg deleted file mode 100644 index 521f2719..00000000 --- a/config - Copy/commoncapabilities.cfg +++ /dev/null @@ -1,69 +0,0 @@ -# Configuration file - -capability { - # Holds ingredient component storages - B:inventorystate=true - - # Something that is able to process recipes - B:recipehandler=true - - # An item handler that is slot agnostic - B:slotlessitemhandler=true - - # Indicates if something has a temperature - B:temperature=true - - # Indication if a machine is working - B:worker=true - - # Indicates if something is a wrench - B:wrench=true -} - - -core { - # If an anonymous mod startup analytics request may be sent to our analytics service. - B:general.analytics=true - - # If the recipe loader should crash when finding invalid recipes. - B:general.crashOnInvalidRecipe=false - - # If mod compatibility loader should crash hard if errors occur in that process. - B:general.crashOnModCompatCrash=false - - # Set 'true' to enable development debug mode. This will result in a lower performance! - B:general.debug=false - - # Config version for CommonCapabilities. - # DO NOT EDIT MANUALLY! - S:general.version=2.4.5 - - # If the version checker should be enabled. - B:general.versionChecker=true -} - - -machine { - # The NBT Paths that should be filtered away when checking equality. - S:general.ignoreNbtPathsForEqualityFilters < - $.ForgeCaps["astralsorcery:cap_item_amulet_holder"] - $.binding - > -} - - -"mod compat" { - # Furnace and Brewing stand capabilities. - B:Minecraft=true - - # Worker, Wrench and Temperature capabilities for Forestry machines. - B:forestry=true - - # Worker capabilities for TCon machines. - B:tconstruct=true - - # Capabilities for Thermal Expansion. - B:thermalexpansion=true -} - - diff --git a/config - Copy/computercraft.cfg b/config - Copy/computercraft.cfg deleted file mode 100644 index 71ef80a5..00000000 --- a/config - Copy/computercraft.cfg +++ /dev/null @@ -1,169 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1.89.2 - -########################################################################################################## -# execution -#--------------------------------------------------------------------------------------------------------# -# Controls execution behaviour of computers. This is largely intended for fine-tuning servers, and generally shouldn't need to be touched -########################################################################################################## - -execution { - # Set the number of threads computers can run on. A higher number means more computers can run at once, but may induce lag. - # Please note that some mods may not work with a thread count higher than 1. Use with caution. - I:computer_threads=1 - - # The maximum time that can be spent executing tasks in a single tick, in milliseconds. - # Note, we will quite possibly go over this limit, as there's no way to tell how long a will take - this aims to be the upper bound of the average time. - I:max_main_global_time=10 - - # The ideal maximum time a computer can execute for in a tick, in milliseconds. - # Note, we will quite possibly go over this limit, as there's no way to tell how long a will take - this aims to be the upper bound of the average time. - I:max_main_computer_time=5 -} - - -general { - # The disk space limit for computers and turtles, in bytes - I:computer_space_limit=1000000 - - # The disk space limit for floppy disks, in bytes - I:floppy_space_limit=125000 - - # Set how many files a computer can have open at the same time. Set to 0 for unlimited. - I:maximum_open_files=128 - - # Set this to true to disable Lua 5.1 functions that will be removed in a future update. Useful for ensuring forward compatibility of your programs now. - B:disable_lua51_features=false - - # A comma separated list of default system settings to set on new computers. Example: "shell.autocomplete=false,lua.autocomplete=false,edit.autocomplete=false" will disable all autocompletion - S:default_computer_settings= - - # Enable Lua's debug library. This is sandboxed to each computer, so is generally safe to be used by players. - B:debug_enabled=true - - # Log exceptions thrown by peripherals and other Lua objects. - # This makes it easier for mod authors to debug problems, but may result in log spam should people use buggy methods. - B:log_computer_errors=false - - # Require players to be in creative mode and be opped in order to interact with command computers.This is the default behaviour for vanilla's Command blocks. - B:command_require_creative=true -} - - -########################################################################################################## -# http -#--------------------------------------------------------------------------------------------------------# -# Controls the HTTP API -########################################################################################################## - -http { - # Enable the "http" API on Computers (see "allowed_domains" and "blocked_domains" for more fine grained control than this) - B:enabled=true - - # Enable use of http websockets. This requires the "http.enabled" option to also be true. - B:websocket_enabled=true - - # A list of wildcards for domains or IP ranges that can be accessed through the "http" API on Computers. - # Set this to "*" to access to the entire internet. Example: "*.pastebin.com" will restrict access to just subdomains of pastebin.com. - # You can use domain names ("pastebin.com"), wildcards ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). - S:allowed_domains < - * - > - - # A list of wildcards for domains or IP ranges that cannot be accessed through the "http" API on Computers. - # If this is empty then all explicitly allowed domains will be accessible. Example: "*.github.com" will block access to all subdomains of github.com. - # You can use domain names ("pastebin.com"), wildcards ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). - S:blocked_domains < - 127.0.0.0/8 - 10.0.0.0/8 - 172.16.0.0/12 - 192.168.0.0/16 - fd00::/8 - > - - # The period of time (in milliseconds) to wait before a HTTP request times out. Set to 0 for unlimited. - I:timeout=30000 - - # The number of http requests a computer can make at one time. Additional requests will be queued, and sent when the running requests have finished. Set to 0 for unlimited. - I:max_requests=16 - - # The maximum size (in bytes) that a computer can download in a single request. Note that responses may receive more data than allowed, but this data will not be returned to the client. - I:max_download=16777216 - - # The maximum size (in bytes) that a computer can upload in a single request. This includes headers and POST text. - I:max_upload=4194304 - - # The number of websockets a computer can have open at one time. Set to 0 for unlimited. - I:max_websockets=4 - - # The maximum size (in bytes) that a computer can send or receive in one websocket packet. - I:max_websocket_message=131072 -} - - -########################################################################################################## -# peripheral -#--------------------------------------------------------------------------------------------------------# -# Various options relating to peripherals. -########################################################################################################## - -peripheral { - # Enable Command Block peripheral support - B:command_block_enabled=false - - # The range of Wireless Modems at low altitude in clear weather, in meters - I:modem_range=64 - - # The range of Wireless Modems at maximum altitude in clear weather, in meters - I:modem_high_altitude_range=384 - - # The range of Wireless Modems at low altitude in stormy weather, in meters - I:modem_range_during_storm=64 - - # The range of Wireless Modems at maximum altitude in stormy weather, in meters - I:modem_high_altitude_range_during_storm=384 - - # Maximum amount of notes a speaker can play at once - I:max_notes_per_tick=8 - - # The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers. - S:monitor_renderer=gui.computercraft:config.peripheral.monitor_renderer.best - - # The limit to how much monitor data can be sent *per tick*. Note: - # - Bandwidth is measured before compression, so the data sent to the client is smaller. - # - This ignores the number of players a packet is sent to. Updating a monitor for one player consumes the same bandwidth limit as sending to 20. - # - A full sized monitor sends ~25kb of data. So the default (1MB) allows for ~40 monitors to be updated in a single tick. - # Set to 0 to disable. - I:monitor_bandwidth=1000000 -} - - -########################################################################################################## -# turtle -#--------------------------------------------------------------------------------------------------------# -# Various options relating to turtles. -########################################################################################################## - -turtle { - # Set whether Turtles require fuel to move - B:need_fuel=true - - # The fuel limit for Turtles - I:normal_fuel_limit=20000 - - # The fuel limit for Advanced Turtles - I:advanced_fuel_limit=100000 - - # If set to true, Turtles will be unable to build, dig, or enter protected areas (such as near the server spawn point) - B:obey_block_protection=true - - # If set to true, Turtles will push entities out of the way instead of stopping if there is space to do so - B:can_push=true - - # A list of turtle actions which are disabled. - S:disabled_actions < - > -} - - diff --git a/config - Copy/conarm.cfg b/config - Copy/conarm.cfg deleted file mode 100644 index 6b98bf81..00000000 --- a/config - Copy/conarm.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# Configuration file - -general { - # Set to true to have the Bouncy trait use durability for each bounce - B:"Bouncy Trait Uses Durability"=true - - # Set to true to disable the armor preview panel in the Armor Station/Forge GUI - B:"Compact GUI"=false - - # Set to true to give an Armory Book to players who enter a world for the first time - B:"Spawn With Book"=true - - leveling { - # Base XP needed for armor - I:"Base XP Requirement"=100 - - # Multiplier to calculate xp from damage (e.g 0.25 means 25% of damage will be given as XP) - D:"Damage to XP Multiplier"=0.25 - - # How much to multiply the experience needed for each level - D:"Leveling Multiplier"=2.0 - - # Maximum achievable levels. If set to 0 or lower there is no upper limit. - I:"Maximum Levels"=-1 - - # Reduces the amount of modifiers a newly built armor gets if the value is lower than the regular amount of modifiers the armor would have. - I:"Starting Modifier Amount"=3 - - # Maximum amount of XP that a single hit can give - I:"XP Gain Cap"=100 - } - -} - - diff --git a/config - Copy/concheckrmd.cfg b/config - Copy/concheckrmd.cfg deleted file mode 100644 index bd52ac72..00000000 --- a/config - Copy/concheckrmd.cfg +++ /dev/null @@ -1,268 +0,0 @@ -# Configuration file - -general { - # Used by the mod to check compatiblity. DO NOT CHANGE ME. - # Min: 0 - # Max: 20 - I:"CONFIG VERSION"=3 - - ########################################################################################################## - # customisable chat greeting message - #--------------------------------------------------------------------------------------------------------# - # A customisable message that will appear in chat when a world is loaded. This is useful for displaying credits. - ########################################################################################################## - - "customisable chat greeting message" { - # A customisable message that will be displayed in chat when a world is loaded. - B:"1) Display Chat Greeting Message?"=true - - # The text to be displayed in chat. - S:"2) Greeting Message Text"=Hi, thank you so much for playing Meatballcraft, Dimensional Ascension! If you find yourself having a great time, and something unexpected happens (bugs, typos, etc.) please let me know on Discord! Use the #broken-stuff, #typos, #cant-complete-quest, #recipe-conflicts channels. - - # The text to be displayed in chat. - # Valid values: - # Blue - # Green - # Red - # Aqua - # Yellow - # White - # Black - # Grey - # Purple - # Dark_Blue - # Dark_Green - # Dark_Red - # Dark_Purple - S:"3) Greeting Message Color"=Purple - } - - ########################################################################################################## - # customisable start message - #--------------------------------------------------------------------------------------------------------# - # Customisable message that will appear each time the game starts. This is useful for displaying credits. - ########################################################################################################## - - "customisable start message" { - # Customisable message that will appear each time the game starts. This is useful for displaying credits. - B:"1) Display message box?"=false - - # Will the window show on top of all other windows? Recommended to keep set to True. - B:"2) Display message box topmost?"=true - - # The text that will be displayed in the message box. - S:"3) Message Box Text"=Hello Modpack Users! Made by matt1235r - } - - ########################################################################################################## - # customisable first start message - #--------------------------------------------------------------------------------------------------------# - # A customisable message that will only appear when the game is started for the first time. This is useful for displaying intructions. - ########################################################################################################## - - "customisable first start message" { - # A message box that will be displayed when the game is started for the first time. This is useful for displaying intructions. - B:"1) Display message box?"=false - - # Will the window show on top of all other windows? Recommended to keep set to True. - B:"2) Display message box topmost?"=true - - # The text that will be displayed in the message box. - S:"3) Message Box Text"=Hello Modpack Users! - } - - ########################################################################################################## - # open a website when the game starts - #--------------------------------------------------------------------------------------------------------# - # The browser will open a webpage when the game starts. This is useful for providing support and displaying credits. - ########################################################################################################## - - "open a website when the game starts" { - # A webpage will be displayed when the game starts. This is useful for modpack support. - B:"1) Display Website when game starts?"=false - - # The URL of the website that will be displayed. This can be formatted like: http://google.com, www.google.com or google.com. - S:"2) Website URL"=minecraft.curseforge.com/projects/config-checker - } - - ########################################################################################################## - # amount of ram recommended for game to start - #--------------------------------------------------------------------------------------------------------# - # Set a recommended amount of RAM that is recommended for the modpack to run. If this recommendation is not met then a warning will be displayed when the game is started. - ########################################################################################################## - - "amount of ram recommended for game to start" { - # The amount of RAM recommended for stable gameplay. - # Min: 128 - # Max: 51200 - I:"1) Ram Recommended (IN MB)"=7000 - - # If the player has less than the recommended amount of RAM assigned to the modpack then a warning will be displayed when the game is started. - B:"2) Check RAM meets recommendation?"=true - - # Will the window show on top of all other windows? I highly recommend this is left as true. - B:"3) Display message box topmost?"=true - - # Customise the text that appears in the warning message. Will display custom message instead of the default text. - B:"4) Customise low RAM Warning?"=true - - # The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text. - S:"5) Custom Message"=Meatballcraft will run best with a RAM allocation between 8GB and 10 GB! - } - - ########################################################################################################## - # recommended ram chat message - #--------------------------------------------------------------------------------------------------------# - # Set a recommended amount of RAM that is recommended for the modpack to run. If this recommendation is not met then a warning will be displayed in chat when a world is loaded. - ########################################################################################################## - - "recommended ram chat message" { - # The amount of RAM recommended for stable gameplay. - # Min: 128 - # Max: 51200 - I:"1) Ram Recommended (IN MB)"=2048 - - # If the player has less than the recommended amount of RAM assigned to the modpack then a warning will be displayed in chat when a world is loaded. - B:"2) Check RAM meets recommendation?"=true - - # Customise the text that appears in the warning message. Will display custom message instead of the default text. - B:"3) Customise low RAM Warning?"=false - - # The custom message to be displayed in chat if you have set the previous setting to 'True'. Will display custom message instead of the default text. - S:"4) Custom Message"=[WARNING] You may expierence bad performance due to a shortage of RAM. - } - - ########################################################################################################## - # amount of ram required for game to start - #--------------------------------------------------------------------------------------------------------# - # Set a required amount of RAM that is required for the modpack to run. If this requirement is not met then an error will be displayed when the game is started and the game will close. - ########################################################################################################## - - "amount of ram required for game to start" { - # The amount of RAM required for the game to run. - # Min: 128 - # Max: 51200 - I:"1) Ram Required (IN MB)"=1024 - - # If the player has less than the required amount of RAM assigned to the modpack then they will be alerted as the game starts and the game will close. - B:"2) Check RAM meets requirement?"=false - - # Will the window show on top of all other windows? I highly recommend this is left as true. - B:"3) Display message box topmost?"=true - - # Customise the text that appears in the error message. Will display custom message instead of the default text. - B:"4) Display custom text in messagebox?"=false - - # The custom message to be displayed in chat if you have set the previous setting to 'True'. Will display custom message instead of the default text. - S:"5) Custom Chat Message"=You need more RAM. The game will close. - } - - ########################################################################################################## - # game launch time limit - #--------------------------------------------------------------------------------------------------------# - # Set the maximum time the game can spend booting. If the game exceeds this time limit then then an error will be displayed when the game is started and the game will close. - ########################################################################################################## - - "game launch time limit" { - # The maximum amount of time the game will be allowed to spend booting. - # Min: 5 - # Max: 5400 - I:"1) Launch Timeout (IN SECONDS)"=30 - - # If the game exceeds the launch timeout then a messagebox will be displayed and the game will close. - B:"2) Check game meets launch timeout?"=false - - # Will the window show on top of all other windows? I highly recommend this is left as true. - B:"3) Display message box topmost?"=true - - # Customise the text that appears in the error message. Will display custom message instead of the default text. - B:"4) Display custom text in error message?"=false - - # The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text. - S:"5) Custom Message"=The game has taken too long too start to start this modpack. This is probably due to insufficient system resources. The game will now close. - } - - ########################################################################################################## - # file validation - #--------------------------------------------------------------------------------------------------------# - # Run checks on configuration files to ensure they are up to date and have not been modified. If files are not valid then then a warning will be displayed when the game is started. - ########################################################################################################## - - "file validation" { - # Will display all file checking related errors. Useful to check that file checking has been configured correctly but should be turned off before modpack is released. - B:"Activate Debug Mode?"=false - - ########################################################################################################## - # check file date - #--------------------------------------------------------------------------------------------------------# - # Check that a specified file is newer than a certain date. Useful to make sure quest books are up to date. - ########################################################################################################## - - "check file date" { - # If the target file last modified date is not the same as the specified minimum date then a warning will be displayed. - B:"1) Check File Date?"=false - - # The file path to the target file. This is the file that the game will validate. - S:"2) File Path"=config/concheckrmd.cfg - - # The dateTime format string to use. Will support all java dateTime strings. Make sure that the minimum is entered in this format. Configured to accept GB date strings by default. See CurseForge page for more details. - S:"3) DateTime Format String"=dd/MM/yyyy - - # The oldest the file is permitted to be. This will be compared to the target files 'Last Modified' date. With the default DateTime format string 'dd/MM/yyyy' the date will need to be entered in GB format. So the 5th April 2018 will be entered as 5/4/2018. - S:"4) File Date"=05/05/2018 - - # Customise the text that appears in the warning message. Will display custom message instead of the default text. - # Valid values: - # FileNewer - # FileOlder - S:"6) Check File is newer or older?"=FileOlder - - # Will the window show on top of all other windows? I highly recommend this is left as true. - B:"6) Display message box topmost?"=true - - # Customise the text that appears in the warning message. Will display custom message instead of the default text. - B:"7) Display custom text in message box?"=false - - # The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text. - S:"8) Custom Message"=An updated quest file has been released. Visit the modpack page to download the update. - } - - ########################################################################################################## - # check file hash - #--------------------------------------------------------------------------------------------------------# - # Check that a specified file has not been modified. Useful to make sure configuration files have not been altered. - ########################################################################################################## - - "check file hash" { - # If the target file hash is not the same as the target hash then a warning will be displayed. - B:"1) Check File Hash?"=false - - # The file path to the target file. This is the file that the game will validate. - S:"2) File Path"=config/concheckrmd.cfg - - # The hash algorithm to use. Supports MD5, SHA1, SHA256 and SHA512. Make sure that the target hash is entered in this format. - # Valid values: - # MD5 - # SHA1 - # SHA256 - # SHA512 - S:"3) Hash Algorithm"=MD5 - - # This is the expected result when hashing the target file. This can be obtained by using a file hashing tool online. If the target hash differs from the target file hash then the game detects the file has been modified. - S:"4) Target Hash"=E2AD5E7E16787E6C4C6949A1322B1E27 - - # Will the window show on top of all other windows? I highly recommend this is left as true. - B:"5) Display message box topmost?"=true - - # Customise the text that appears in the warning message. Will display custom message instead of the default text. - B:"6) Display custom text in message box?"=false - - # The custom message to be displayed if you have set the previous setting to 'True'. Will display custom message instead of the default text. - S:"7) Custom Message"=A configuration file has been modified. Please restore this file to the original version. - } - - } - -} - - diff --git a/config - Copy/cosmeticarmorreworked.cfg b/config - Copy/cosmeticarmorreworked.cfg deleted file mode 100644 index 9dcfb6f0..00000000 --- a/config - Copy/cosmeticarmorreworked.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# Configuration file - -general { - # If you want to disable the RecipeBook in CosmeticArmorInventory, change this to true. (you need to make sure this is same as the server to avoid potential de-sync issues) - B:CosArmorDisableRecipeBook=false - - # Hide CosArmorGuiButton? (this has no effect on the server side) - B:CosArmorGuiButton_Hidden=false - - # The distance from left of the inventory gui for CosArmorGuiButton. (this has no effect on the server side) - I:CosArmorGuiButton_Left=65 - - # The distance from top of the inventory gui for CosArmorGuiButton. (this has no effect on the server side) - I:CosArmorGuiButton_Top=67 - - # If you want to keep your cosmetic slots through death, change this to true. (if you are on a server, only the setting on the server side will take effect) - B:CosArmorKeepThroughDeath=false - - # Add buttons to bauble slots so that you can hide them. (this has no effect on the server side) - B:CosArmorToggleButton_Baubles=true - - # Hide CosArmorToggleButton? (this has no effect on the server side) - B:CosArmorToggleButton_Hidden=false - - # The distance from left of the inventory gui for CosArmorToggleButton. (this has no effect on the server side) - I:CosArmorToggleButton_Left=59 - - # The distance from top of the inventory gui for CosArmorToggleButton. (this has no effect on the server side) - I:CosArmorToggleButton_Top=72 -} - - diff --git a/config - Copy/craftingtweaks.cfg b/config - Copy/craftingtweaks.cfg deleted file mode 100644 index 21484796..00000000 --- a/config - Copy/craftingtweaks.cfg +++ /dev/null @@ -1,54 +0,0 @@ -# Configuration file - -########################################################################################################## -# addons -#--------------------------------------------------------------------------------------------------------# -# Here you can control whether support for a mod should be enabled, buttons_only, hotkeys_only or disabled. For Vanilla Minecraft, see the option 'minecraft'. Mods are identified by their mod ids. -########################################################################################################## - -addons { - # enabled, buttons_only, hotkeys_only or disabled [default: enabled] - S:actuallyadditions=enabled - - # enabled, buttons_only, hotkeys_only or disabled [default: enabled] - S:cyclicmagic=enabled - - # enabled, buttons_only, hotkeys_only or disabled [default: enabled] - S:fastbench=enabled - - # enabled, buttons_only, hotkeys_only or disabled [default: enabled] - S:minecraft=enabled - - # enabled, buttons_only, hotkeys_only or disabled [default: enabled] - S:natura=enabled - - # enabled, buttons_only, hotkeys_only or disabled [default: enabled] - S:tconstruct=enabled -} - - -general { - # Set this to true if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server) [default: false] - B:compressAnywhere=false - - # A list of modid:name entries that will not be crafted by the compress key. [default: [ExtraUtilities:decorativeBlock1], [minecraft:sandstone], [minecraft:iron_trapdoor]] - S:compressBlacklist < - ExtraUtilities:decorativeBlock1 - minecraft:sandstone - minecraft:iron_trapdoor - > - - # Set this to true if you don't want the tweak buttons' tooltips to show. [default: false] - B:hideButtonTooltips=false - - # This option is toggled by the 'Toggle Buttons' key that can be defined in the Controls settings. [default: false] - B:hideButtons=false - - # We both know JEI is much better. This option hides Vanilla's crafting book button instead of moving it. [default: false] - B:hideVanillaCraftingGuide=false - - # If set to true, right-clicking the result slot in a crafting table will craft a full stack. [default: true] - B:rightClickCraftsStack=true -} - - diff --git a/config - Copy/craftpresence.json b/config - Copy/craftpresence.json deleted file mode 100644 index a3310379..00000000 --- a/config - Copy/craftpresence.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "_schemaVersion": 6, - "_lastMCVersionId": 340, - "generalSettings": { - "detectATLauncherInstance": true, - "detectCurseManifest": true, - "detectMultiMCManifest": true, - "detectMCUpdaterInstance": true, - "detectTechnicPack": true, - "detectModrinthPack": true, - "detectBiomeData": true, - "detectDimensionData": true, - "detectWorldData": true, - "clientId": "450485984333660181", - "defaultIcon": "grass", - "enableJoinRequests": false, - "partyPrivacyLevel": 1, - "preferredClientLevel": 3, - "resetTimeOnInit": false, - "autoRegister": false - }, - "biomeSettings": { - "fallbackBiomeIcon": "unknown", - "biomeData": { - "default": { - "textOverride": "Playing in {biome.name}" - } - } - }, - "dimensionSettings": { - "fallbackDimensionIcon": "unknown", - "dimensionData": { - "default": { - "textOverride": "In the {dimension.name}" - } - } - }, - "serverSettings": { - "fallbackServerIcon": "default", - "fallbackServerName": "Minecraft Server", - "fallbackServerMotd": "A Minecraft Server", - "serverData": { - "default": { - "textOverride": "Playing on {server.motd.raw}" - } - } - }, - "statusMessages": { - "mainMenuData": { - "textOverride": "In the Main Menu" - }, - "loadingData": { - "textOverride": "Loading..." - }, - "lanData": { - "textOverride": "Playing on a LAN Server" - }, - "singleplayerData": { - "textOverride": "Playing Singleplayer" - }, - "realmData": { - "textOverride": "Playing on {server.motd.raw}" - } - }, - "advancedSettings": { - "enablePerGui": false, - "enablePerItem": false, - "enablePerEntity": false, - "formatWords": true, - "debugMode": false, - "verboseMode": false, - "refreshRate": 2, - "allowPlaceholderPreviews": false, - "guiSettings": { - "fallbackGuiIcon": "unknown", - "guiData": { - "default": { - "textOverride": "In {screen.name}" - } - } - }, - "itemMessages": { - "default": "Holding {item.message.holding}" - }, - "entitySettings": { - "fallbackEntityIcon": "unknown", - "targetData": { - "default": { - "textOverride": "Targeting {entity.target.name}" - } - }, - "ridingData": { - "default": { - "textOverride": "Riding {entity.riding.name}" - } - } - }, - "allowEndpointIcons": true, - "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", - "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", - "allowDuplicatePackets": false, - "maxConnectionAttempts": 10, - "enableClassGraph": false - }, - "accessibilitySettings": { - "tooltipBackground": { - "start": { - "red": 16, - "green": 0, - "blue": 16, - "alpha": 240 - } - }, - "tooltipBorder": { - "start": { - "red": 80, - "green": 0, - "blue": 255, - "alpha": 80 - }, - "end": { - "red": 40, - "green": 0, - "blue": 127, - "alpha": 80 - } - }, - "guiBackground": { - "start": { - "red": 64, - "green": 64, - "blue": 64, - "alpha": 255 - }, - "texLocation": "minecraft:textures/gui/options_background.png" - }, - "altGuiBackground": { - "start": { - "red": 16, - "green": 16, - "blue": 16, - "alpha": 192 - }, - "end": { - "red": 16, - "green": 16, - "blue": 16, - "alpha": 208 - } - }, - "languageId": "en_us", - "stripTranslationColors": false, - "stripTranslationFormatting": false, - "stripExtraGuiElements": false, - "renderTooltips": true, - "configKeyCode": 41 - }, - "displaySettings": { - "presenceData": { - "enabled": true, - "useAsMain": false, - "details": "{getFirst(menu.message, dimension.message)}", - "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", - "largeImageKey": "{getFirst(menu.icon, dimension.icon)}", - "largeImageText": "{getFirst(menu.message, dimension.message)}", - "smallImageKey": "{getFirst(server.icon, pack.icon)}", - "smallImageText": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", - "startTimestamp": "{data.general.time}", - "endTimestamp": "", - "buttons": { - "default": { - "label": "Example Text", - "url": "https://google.com" - } - } - }, - "dynamicIcons": { - "default": "https://via.placeholder.com/256.png" - }, - "dynamicVariables": { - "default": "Example Text", - "mods": "{general.mods} Mod(s)", - "player_info_coordinate": "At {player.position.x}, {player.position.z}", - "players": "{server.players.current} / {server.players.max} Players", - "player_info_in": "({custom.player_info.health})", - "player_info_items": "Items: {item.main_hand.message}", - "player_info_out": "As {player.name}", - "player_info_health": "Health: {player.health.current}/{player.health.max}", - "world_info": "On {world.name}", - "pack": "{pack.name}" - } - } -} \ No newline at end of file diff --git a/config - Copy/crimsonwarfare.cfg b/config - Copy/crimsonwarfare.cfg deleted file mode 100644 index 797f981a..00000000 --- a/config - Copy/crimsonwarfare.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file - -general { - # Dimension Whitelist for which dimensions Ancient Altars - I:dimWhitelist < - 0 - > - - # Chance for Ancient Altars to spawn. Higher = Less - I:spawnChance=1000 -} - - diff --git a/config - Copy/ctm.cfg b/config - Copy/ctm.cfg deleted file mode 100644 index 595de6e0..00000000 --- a/config - Copy/ctm.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # Choose whether the inside corner is disconnected on a CTM block - http://imgur.com/eUywLZ4 - B:connectInsideCTM=false - - # Disable connected textures entirely. - B:disableCTM=false -} - - diff --git a/config - Copy/customfov.cfg b/config - Copy/customfov.cfg deleted file mode 100644 index 89b9c2b2..00000000 --- a/config - Copy/customfov.cfg +++ /dev/null @@ -1,127 +0,0 @@ -# Configuration file - -general { - # Set to true to disable all vanilla FoV modifiers - B:"Static FoV"=false - - # Set to true to disable all FoV modifiers, including modded ones - B:"Super Static FoV"=false - - ########################################################################################################## - # flying - #--------------------------------------------------------------------------------------------------------# - # Configure flying FoV settings - ########################################################################################################## - - flying { - # The maximum FoV flying modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Maximum Value"=10.0 - - # The minimum FoV flying modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Minimum Value"=-10.0 - - # The modifier to multiply by the original FoV modifier - D:Modifier=1.0 - } - - ########################################################################################################## - # aiming - #--------------------------------------------------------------------------------------------------------# - # Configure aiming FoV settings - ########################################################################################################## - - aiming { - # The maximum FoV aiming modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Maximum Value"=10.0 - - # The minimum FoV aiming modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Minimum Value"=-10.0 - - # The modifier to multiply by the original FoV modifier - D:Modifier=1.0 - } - - ########################################################################################################## - # speed - #--------------------------------------------------------------------------------------------------------# - # Configure speed FoV settings - ########################################################################################################## - - speed { - - ########################################################################################################## - # sprinting - #--------------------------------------------------------------------------------------------------------# - # Configure sprinting FoV settings - ########################################################################################################## - - sprinting { - # The maximum FoV sprinting modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Maximum Value"=10.0 - - # The minimum FoV sprinting modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Minimum Value"=-10.0 - - # The modifier to multiply by the original FoV modifier - D:Modifier=1.0 - } - - ########################################################################################################## - # effects - #--------------------------------------------------------------------------------------------------------# - # Configure speed potion effects FoV settings - ########################################################################################################## - - effects { - # The maximum FoV effects modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Maximum Value"=10.0 - - # The minimum FoV effects modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Minimum Value"=-10.0 - - # The modifier to multiply by the original FoV modifier - D:Modifier=1.0 - } - - } - - ########################################################################################################## - # underwater - #--------------------------------------------------------------------------------------------------------# - # Configure underwater FoV settings - ########################################################################################################## - - underwater { - # The maximum FoV underwater modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Maximum Value"=10.0 - - # The minimum FoV underwater modifier value - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - D:"Minimum Value"=-10.0 - - # The modifier to multiply by the original FoV modifier - D:Modifier=1.0 - } - -} - - diff --git a/config - Copy/customloadingscreen.cfg b/config - Copy/customloadingscreen.cfg deleted file mode 100644 index f6277a56..00000000 --- a/config - Copy/customloadingscreen.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# Configuration file - -debug { - B:resource_loading=false -} - - -general { - # The maximum fps to target for the loading screen. The default is 75. Values between 2 and 300 are allowed. - I:fps_limit=75 - S:random_configs < - sample/default - sample/white - sample/scrolling - sample_panorama_lower - > - - # Sets the config to use for the custom loading screen. Use 'builtin/random' for a random loading screen on each load. - # Alternatively you can prefix this with 'config/' to load from the 'config/customloadingscreen/' directory. - # Or you can use 'sample/slideshow' to display images from config/customloadingscreen/slideshow_#.png. - # Or you can set this to 'config/example' to use the default example config. - S:screen_config=builtin/random - - # Sleep for a tiny amount of time each mod progress stage to make configs that rely on receiving all mod load stages work a bit better. - B:smooth_init=true - B:use_custom=true - B:use_frame=false -} - - diff --git a/config - Copy/customloadingscreen_tips.txt b/config - Copy/customloadingscreen_tips.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/config - Copy/cyclic_ores.cfg b/config - Copy/cyclic_ores.cfg deleted file mode 100644 index a08ddeb6..00000000 --- a/config - Copy/cyclic_ores.cfg +++ /dev/null @@ -1,998 +0,0 @@ -# Configuration file - -_global_ { - # False means all are disabled no matter what. True means each ore uses its own true/false to exist. [default: false] - B:globalOverride=false -} - - -aquamarine { - - nether { - # Ore exists [default: true] - B:aquamarine_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:aquamarine_nether_ore_harvest_level=1 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Ore exists [default: true] - B:aquamarine_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:aquamarine_end_ore_harvest_level=1 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -bauxite { - - nether { - # Ore exists [default: true] - B:bauxite_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:bauxite_nether_ore_harvest_level=1 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Ore exists [default: true] - B:bauxite_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:bauxite_end_ore_harvest_level=1 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -boron { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:boron_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:boron_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:boron_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:boron_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -cobalt { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:cobalt_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:cobalt_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:cobalt_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:cobalt_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -copper { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:copper_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:copper_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:copper_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:copper_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -dilithium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:dilithium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:dilithium_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:dilithium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:dilithium_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -galena { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:galena_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:galena_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:galena_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:galena_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -iridium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:iridium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:iridium_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:iridium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:iridium_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -lead { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:lead_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:lead_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:lead_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:lead_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -lithium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:lithium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:lithium_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:lithium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:lithium_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -magnesium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:magnesium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:magnesium_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:magnesium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:magnesium_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -mithril { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:mithril_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:mithril_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:mithril_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:mithril_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -nickel { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:nickel_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nickel_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:nickel_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nickel_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -nitre { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:nitre_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nitre_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:nitre_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nitre_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -osmium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:osmium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:osmium_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:osmium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:osmium_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -platinum { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:platinum_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:platinum_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:platinum_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:platinum_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -quartz_black { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:quartz_black_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:quartz_black_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:quartz_black_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:quartz_black_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -quartz_certus { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:quartz_certus_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:quartz_certus_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:quartz_certus_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:quartz_certus_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -quartz_certus_charged { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:quartz_certus_charged_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:quartz_certus_charged_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:quartz_certus_charged_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:quartz_certus_charged_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -ruby { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:ruby_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:ruby_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:ruby_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:ruby_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -sapphire { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:sapphire_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:sapphire_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:sapphire_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:sapphire_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -silver { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:silver_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:silver_nether_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Ore exists [default: true] - B:silver_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:silver_end_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - } - -} - - -thorium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:thorium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:thorium_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:thorium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:thorium_end_ore_harvest_level=1 - } - -} - - -tin { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:tin_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:tin_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:tin_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:tin_end_ore_harvest_level=1 - } - -} - - -titanium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:titanium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:titanium_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:titanium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:titanium_end_ore_harvest_level=1 - } - -} - - -tritanium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:tritanium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:tritanium_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:tritanium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:tritanium_end_ore_harvest_level=1 - } - -} - - -tungsten { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:tungsten_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:tungsten_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:tungsten_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:tungsten_end_ore_harvest_level=1 - } - -} - - -uranium { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:uranium_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:uranium_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:uranium_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:uranium_end_ore_harvest_level=1 - } - -} - - -yellorite { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:yellorite_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:yellorite_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:yellorite_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:yellorite_end_ore_harvest_level=1 - } - -} - - -zinc { - - nether { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:zinc_nether_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:zinc_nether_ore_harvest_level=1 - } - - end { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCount=8 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 5] - I:spawnChance=5 - - # Ore exists [default: true] - B:zinc_end_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:zinc_end_ore_harvest_level=1 - } - -} - - diff --git a/config - Copy/cyclicmagic.cfg b/config - Copy/cyclicmagic.cfg deleted file mode 100644 index 86edc018..00000000 --- a/config - Copy/cyclicmagic.cfg +++ /dev/null @@ -1,1729 +0,0 @@ -# Configuration file - -cyclicmagic { - - logging { - # Log debug related information. This can be very spammy, only used for debugging problems or new features, so just leave it off normally. [default: false] - B:Debug=false - - # Log basic game startup information such as ore dictionary registration [default: true] - B:Information=true - - # Run unit tests on startup and log the result. Still experimental and not widely used [default: false] - B:UnitTests=false - } - - ########################################################################################################## - # blocks - #--------------------------------------------------------------------------------------------------------# - # Tweaks to new and existing blocks - ########################################################################################################## - - blocks { - # Ticks for apple sprout to grow, 1 will grow almost instantly [range: 1 ~ 99999, default: 500] - I:AppleGrowthTicks=500 - - # Swap armor with a stand whenever you interact while sneaking [default: true] - B:ArmorStandSwap=true - - # Dispensers can plant growable seeds - B:"Dispense Plants"=true - - # Torches can get knocked over when passed through by living entities [default: false] - B:"Fragile Torches"=false - - # Plant saplings (and mushrooms) if they despawn on grass/dirt [default: false] - B:"Plant Despawning Saplings"=false - - # If true, the Slime Conveyor will auto-correct entities towards the center while they are moving (keeping them away from the edge) [default: true] - B:SlimeConveyorPullCenter=true - - # Players can sneak to avoid being pushed [default: true] - B:SlimeConveyorSneakPlayer=true - - # Players can sneak to avoid being jumped [default: true] - B:SlimePlateSneakPlayer=true - - # Make mob spawners unbreakable [default: false] - B:"Spawners Unbreakable"=false - - magicbean { - # Allow bonemeal on magic bean [default: true] - B:MagicBeanBonemeal=true - - # Drop list [default: [minecraft:stick], [minecraft:wheat_seeds], [minecraft:yellow_flower], [minecraft:tallgrass], [minecraft:deadbush], [minecraft:dye*7], [minecraft:dye*3], [minecraft:dye*9], [minecraft:dye*14], [minecraft:dye*1], [minecraft:dye*4], [minecraft:dye*5], [minecraft:dye*2], [minecraft:dye*10], [minecraft:dye*6], [minecraft:dye*8], [minecraft:stained_glass_pane], [minecraft:stained_glass_pane*1], [minecraft:stained_glass_pane*2], [minecraft:stained_glass_pane*3], [minecraft:stained_glass_pane*4], [minecraft:stained_glass_pane*5], [minecraft:stained_glass_pane*6], [minecraft:stained_glass_pane*7], [minecraft:stained_glass_pane*8], [minecraft:stained_glass_pane*9], [minecraft:stained_glass_pane*10], [minecraft:stained_glass_pane*11], [minecraft:stained_glass_pane*12], [minecraft:stained_glass_pane*13], [minecraft:stained_glass_pane*14], [minecraft:stained_glass_pane*15], [minecraft:red_flower], [minecraft:red_flower], [minecraft:red_flower*1], [minecraft:red_flower*2], [minecraft:red_flower*3], [minecraft:red_flower*4], [minecraft:red_flower*5], [minecraft:red_flower*6], [minecraft:red_flower*7], [minecraft:red_flower*8], [minecraft:double_plant], [minecraft:double_plant*1], [minecraft:double_plant*2], [minecraft:double_plant*3], [minecraft:double_plant*4], [minecraft:double_plant*5]] - S:MagicBeanDropList < - minecraft:stick - minecraft:wheat_seeds - minecraft:yellow_flower - minecraft:tallgrass - minecraft:deadbush - minecraft:dye*7 - minecraft:dye*3 - minecraft:dye*9 - minecraft:dye*14 - minecraft:dye*1 - minecraft:dye*4 - minecraft:dye*5 - minecraft:dye*2 - minecraft:dye*10 - minecraft:dye*6 - minecraft:dye*8 - minecraft:stained_glass_pane - minecraft:stained_glass_pane*1 - minecraft:stained_glass_pane*2 - minecraft:stained_glass_pane*3 - minecraft:stained_glass_pane*4 - minecraft:stained_glass_pane*5 - minecraft:stained_glass_pane*6 - minecraft:stained_glass_pane*7 - minecraft:stained_glass_pane*8 - minecraft:stained_glass_pane*9 - minecraft:stained_glass_pane*10 - minecraft:stained_glass_pane*11 - minecraft:stained_glass_pane*12 - minecraft:stained_glass_pane*13 - minecraft:stained_glass_pane*14 - minecraft:stained_glass_pane*15 - minecraft:red_flower - minecraft:red_flower - minecraft:red_flower*1 - minecraft:red_flower*2 - minecraft:red_flower*3 - minecraft:red_flower*4 - minecraft:red_flower*5 - minecraft:red_flower*6 - minecraft:red_flower*7 - minecraft:red_flower*8 - minecraft:double_plant - minecraft:double_plant*1 - minecraft:double_plant*2 - minecraft:double_plant*3 - minecraft:double_plant*4 - minecraft:double_plant*5 - > - - # Allow dropping the seed item if fully grown. (if its not grown it will still drop when broken) [default: false] - B:MagicBeanGrownDropSeed=false - } - - water_candle { - # Chance this will turn itself off after each spawn; 0.01 means 1%. [range: 0.001 ~ 0.99, default: 0.01] - S:chance_off=0.01 - - # Spawning radius [range: 1 ~ 128, default: 8] - I:radius=8 - - # Spawning tick speed [range: 1 ~ 9999, default: 50] - I:tick_speed=50 - } - - } - - ########################################################################################################## - # player - #--------------------------------------------------------------------------------------------------------# - # Player Abilities and interactions - ########################################################################################################## - - player { - # Open ender chest without placing it down, just attack with it [default: true] - B:"Easy Enderchest"=false - - # Show Speed and jump height of any horse you are riding in F3. [default: true] - B:F3HorseInfo=true - - # Show Within Spawn Chunks or Distance from Spawn in F3 screen. [default: true] - B:F3SpawnChunkInfo=true - - # Allows you to quickly climb ladders by looking up instead of moving forward [default: true] - B:"Faster Ladders"=false - - # 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] - B:"Name Player Skulls with Sign"=true - - # Open chests (and other containers) by passing right through the attached signs, banners, and item frames [default: true] - B:"Pass-Through Click"=false - - # Enderpearls work on a horse, bringing it with you [default: false] - B:"Pearls On Horseback"=false - - # Force the players hunger bar to show even when mounted [default: false] - B:"Show Hunger Mounted"=false - - # Set the players default step height value. False is just like normal minecraft, true means step height is one full block. Only applies to new players the first time they join the world. Regardless of setting this can still be toggled with Apple of Lofty Stature. [default: false] - B:StepHeightDefault=false - - # Let players name villagers with nametags [default: true] - B:"Villager Nametag"=true - } - - ########################################################################################################## - # items - #--------------------------------------------------------------------------------------------------------# - # Tweaks to new and existing items - ########################################################################################################## - - items { - # Cyclic Scepter: Set to false to disable particles [default: false] - B:"Build Scepter Particles"=false - - # Search radius of Spawner Seeker [range: 8 ~ 128, default: 64] - I:"Ender Dungeon Radius"=64 - - # If true, this item will do the searching on a new thread, and then come back to the projectile when found and end the thread. Set to false to completely disable threading if you have any weird issues or false results, but be aware that setting to false will cause clientside lag on every use [default: true] - B:"Ender Threading"=true - - # Blocks that will not be broken by the exchange scepters. It will also not break anything that is unbreakable (such as bedrock), regardless of if its in this list or not. [default: [minecraft:mob_spawner], [minecraft:obsidian]] - S:ExchangeSceptersBlacklist < - minecraft:mob_spawner - minecraft:obsidian - > - - # Add food value and saturation to items info (hold shift) [default: true] - B:"Food Details"=true - - # Add fuel burn time to items info (hold shift) [default: true] - B:"Fuel Details"=true - - # Tons more wood and plant related items now can burn as fuel - B:"More Furnace Fuel"=true - - # Location of scepter Hud [topleft, topright, bottomleft, bottomright]. Used by both Exchange Scepters and Cyclic Build Scepter. [default: bottomleft] - S:"Scepter HUD"=bottomleft - - # False will disable the potion effects given by the Sleeping Mat [default: false] - B:SleepingMatPotions=false - - # Set false to delete - requires restart WARNING disabling this may cause other blocks to not function (wireless nodes) [default: true] - B:card_location=true - - stacksize { - # Increase stack size to 64 [default: true] - B:item.armorStand=true - - # Increase stack size to 64 [default: true] - B:item.bed=true - - # Increase stack size to 16 [default: true] - B:item.boat.acacia=true - - # Increase stack size to 16 [default: true] - B:item.boat.birch=true - - # Increase stack size to 16 [default: true] - B:item.boat.dark_oak=true - - # Increase stack size to 16 [default: true] - B:item.boat.jungle=true - - # Increase stack size to 16 [default: true] - B:item.boat.oak=true - - # Increase stack size to 16 [default: true] - B:item.boat.spruce=true - - # Increase stack size to 64 [default: true] - B:item.bucket=true - - # Increase stack size to 64 [default: true] - B:item.egg=true - - # Increase stack size to 64 [default: true] - B:item.enderPearl=true - - # Increase stack size to 16 [default: true] - B:item.horsearmordiamond=true - - # Increase stack size to 16 [default: true] - B:item.horsearmorgold=true - - # Increase stack size to 16 [default: true] - B:item.horsearmormetal=true - - # Increase stack size to 16 [default: true] - B:item.minecart=true - - # Increase stack size to 16 [default: true] - B:item.minecartChest=true - - # Increase stack size to 16 [default: true] - B:item.minecartFurnace=true - - # Increase stack size to 16 [default: true] - B:item.minecartHopper=true - - # Increase stack size to 16 [default: true] - B:item.minecartTnt=true - - # Increase stack size to 16 [default: true] - B:item.saddle=true - - # Increase stack size to 64 [default: true] - B:item.sign=true - - # Increase stack size to 64 [default: true] - B:item.snowball=true - - # Increase stack size to 64 [default: true] - B:tile.banner=true - } - - } - - inventory { - # If true, you always keep these extended storage items on death (similar to an ender chest). If false, you will drop these items on death (depending on the keepInventory game rule) [default: true] - B:InventoryUpgradeKeepOnDeath=false - - # Set this to false (and restart your client) to remove the inventory shift keybindings [default: false] - B:KeybindInventoryShift=false - - # When true, this blocks the potions moving the inventory over [default: true] - B:"Potion Inventory Shift"=true - - # Location of the buttons on inventory [range: 0 ~ 200, default: 44] - I:xOffsetButton=44 - - # Location of the buttons on inventory [range: 0 ~ 200, default: 0] - I:yOffsetButton=0 - } - - ########################################################################################################## - # world generation - #--------------------------------------------------------------------------------------------------------# - # Control any blocks that get generated in new chunks & new worlds - ########################################################################################################## - - "world generation" { - # If true, then enabled items and blocks from this mod can appear in loot chests [default: true] - B:ChestLoot=true - - # If ChestLoot is true, this is the default chance a cyclic item will show up as treasure. [range: 1 ~ 99, default: 4] - I:ChestLootChance=4 - - # Generate ore in the end. - B:"End Ore"=true - - # These dimension ores (nether and end) have a chance to spawn endermites or silverfish - B:"Infested Ores"=true - - # Generate ore in the nether. - B:"Nether Ore"=true - - # If true, mining Nether ore has a 20% chance of enraging a nearby PigZombie within 16 blocks - B:PigmenEnrage=false - - netherorecustom { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountCoal=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountDiamond=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountEmerald=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountGold=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 12] - I:blockCountIron=12 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountLapis=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountRedstone=8 - - # Ore exists [default: true] - B:nether_coal_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 0] - I:nether_coal_ore_harvest_level=0 - - # Ore exists [default: true] - B:nether_diamond_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:nether_diamond_ore_harvest_level=2 - - # Ore exists [default: true] - B:nether_emerald_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:nether_emerald_ore_harvest_level=2 - - # Ore exists [default: true] - B:nether_gold_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:nether_gold_ore_harvest_level=2 - - # Ore exists [default: true] - B:nether_iron_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nether_iron_ore_harvest_level=1 - - # Ore exists [default: true] - B:nether_lapis_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nether_lapis_ore_harvest_level=1 - - # Ore exists [default: true] - B:nether_redstone_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:nether_redstone_ore_harvest_level=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 20] - I:spawnChanceCoal=20 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] - I:spawnChanceDiamond=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] - I:spawnChanceEmerald=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 40] - I:spawnChanceGold=40 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 10] - I:spawnChanceIron=10 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 10] - I:spawnChanceLapis=10 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 8] - I:spawnChanceRedstone=8 - } - - endorecustom { - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountCoal=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountDiamond=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountEmerald=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountGold=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountIron=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountLapis=8 - - # Approximate ore vein size. Zero means no spawns. [range: 0 ~ 32, default: 8] - I:blockCountRedstone=8 - - # Ore exists [default: true] - B:end_coal_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 0] - I:end_coal_ore_harvest_level=0 - - # Ore exists [default: true] - B:end_diamond_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:end_diamond_ore_harvest_level=2 - - # Ore exists [default: true] - B:end_emerald_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:end_emerald_ore_harvest_level=2 - - # Ore exists [default: true] - B:end_gold_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:end_gold_ore_harvest_level=2 - - # Ore exists [default: true] - B:end_iron_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:end_iron_ore_harvest_level=1 - - # Ore exists [default: true] - B:end_lapis_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 1] - I:end_lapis_ore_harvest_level=1 - - # Ore exists [default: true] - B:end_redstone_ore=true - - # Tool Harvest Level [range: 0 ~ 3, default: 2] - I:end_redstone_ore_harvest_level=2 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 10] - I:spawnChanceCoal=10 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] - I:spawnChanceDiamond=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 1] - I:spawnChanceEmerald=1 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 4] - I:spawnChanceGold=4 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 4] - I:spawnChanceIron=4 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 12] - I:spawnChanceLapis=12 - - # Chance of a vein to spawn. Zero means no spawns. [range: 0 ~ 100, default: 15] - I:spawnChanceRedstone=15 - } - - } - - ########################################################################################################## - # mobs - #--------------------------------------------------------------------------------------------------------# - # Changes to vanilla mobs - ########################################################################################################## - - mobs { - # Enderman will always drop block they are carrying 100% [default: true] - B:"Enderman Block"=true - - # False is the same as vanilla behavior. True means that this mod will block enderman from picking up all registered blocks (does not listen to mob actions, this scans registry only once on startup and sets properties). [default: true] - B:"Enderman Pickup Blocker"=true - - # When an entity dies that is named with a tag, it drops the nametag [default: true] - B:"Name Tag Death"=true - } - - ########################################################################################################## - # recipes - #--------------------------------------------------------------------------------------------------------# - # New and altered recipes - ########################################################################################################## - - recipes { - # Craft Glowstone blocks back to dust - B:GlowstoneBlockToDust=true - - # Craft a Melon block into nine slices - B:"Melon Block Slices"=true - - # Craft Netherwart blocks back to item - B:NetherwartBlockReverse=true - - # Craft a notch apple with golden blocks as usual - B:"Notch Apple"=true - - # Create a player skull by combining wither, skeleton, zombie, and creeper skulls - B:"Player Skulls"=true - - # Craft Quartz blocks back to the items - B:QuartzBlockToItem=true - - # Craft a dispenser with string instead of a bow - B:"Simple Dispenser"=true - - # Craft the minecart combinations using five iron as well as minecarts - B:"Simple Minecarts"=true - - # Craft repeaters using sticks and redstone in place of redstone torches - B:"Simple Repeater"=true - - # Craft Snow blocks back into snowballs - B:SnowBlockBalls=true - } - - ########################################################################################################## - # villagers - #--------------------------------------------------------------------------------------------------------# - # Two new villagers with more trades - ########################################################################################################## - - villagers { - # Number of villager entities that will attempt to spawn when a new village generates in the world terrain (no buildings) [range: 0 ~ 9, default: 2] - I:DruidCount=2 - - # Adds new villager type Druid. Spawns naturally and from mob eggs. [default: true] - B:DruidVillagers=true - - # Number of villager entities that will attempt to spawn when a new village generates in the world terrain (no buildings) [range: 0 ~ 9, default: 2] - I:SageCount=2 - - # Adds new villager type Sage. Spawns naturally and from mob eggs. [default: true] - B:SageVillagers=true - } - - fuelcost { - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 150] - I:auto_crafter=150 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 950] - I:auto_packager=950 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 900] - I:block_anvil=900 - - # Lava cost per damage unit [range: 1 ~ 10000, default: 100] - I:block_anvil_magma_lava=100 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 99] - I:block_disenchanter=99 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 900] - I:block_enchanter=900 - - # Experience fluid cost per damage unit [range: 1 ~ 1000, default: 100] - I:block_enchanter_xpjuice=100 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 25] - I:block_fishing=25 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 50] - I:block_forester=50 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 10] - I:block_hydrator=10 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 75] - I:block_miner_smart=75 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 10] - I:block_user=10 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 90] - I:builder_block=90 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 1] - I:builder_pattern=1 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 20] - I:dehydrator=20 - - # 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] - I:fluid_drain=500 - - # 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] - I:peat_fuel=256 - - # Energy generated by crafted Peat [range: 10 ~ 99999, default: 4096] - I:peat_fuel_enriched=4096 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 200] - I:uncrafting_block=200 - - # Fuel/Energy/RF cost to run machine [range: 0 ~ 500000, default: 2000] - I:void_anvil=2000 - } - - content { - # plate_vector Set false to delete - requires restart [default: true] - B:AerialFaithPlate=true - - # charm_air Set false to delete - requires restart [default: true] - B:AirCharm=true - - # Set false to delete - requires restart [default: true] - B:AntidoteCharm=true - - # Set false to delete - requires restart [default: true] - B:AppleStature=true - - # Set false to delete - requires restart [default: true] - B:AutoCrafter=true - - # Set false to delete - requires restart [default: true] - B:AutomatedUser=true - - # tool_auto_torch Set false to delete - requires restart [default: true] - B:AutomaticTorch=true - - # placer_block Set false to delete - requires restart [default: true] - B:BlockPlacer=true - - # tool_randomize Set false to delete - requires restart [default: true] - B:BlockRandomizer=true - - # tool_rotate Set false to delete - requires restart [default: true] - B:BlockRotator=true - - # Set false to delete - requires restart [default: true] - B:BrushScythe=true - - # block_storeempty, the Fluid Tank. Set false to delete - requires restart [default: true] - B:BucketBlocks=true - - # builder_block Set false to delete - requires restart [default: true] - B:BuilderBlock=true - - # Set false to delete - requires restart [default: true] - B:CarbonPaper=true - - # tool_spelunker Set false to delete - requires restart [default: true] - B:Cavefinder=true - - # wand_hypno Set false to delete - requires restart [default: true] - B:ChaosSiren=true - - # Set false to delete - requires restart [default: true] - B:ChestSack=true - - # Set false to delete - requires restart [default: true] - B:ClimbingGlove=true - - # Set false to delete - requires restart [default: true] - B:Clock=true - - # block_miner_smart Set false to delete - requires restart [default: true] - B:ControlledMiner=true - - # Set false to delete - requires restart [default: true] - B:"CorruptedChorus(Food)"=false - - # Set false to delete - requires restart [default: true] - B:CyclicWand=true - - # Set false to delete - requires restart [default: true] - B:DynamiteMining=true - - # Set false to delete - requires restart [default: true] - B:DynamiteSafe=true - - # Emerald armor and tools that are slightly weaker than diamond. Set false to delete - requires restart [default: true] - B:"Emerald Gear"=true - - # Set false to delete - requires restart [default: true] - B:EmeraldApple=true - - # beacon_redstone Set false to delete - requires restart [default: true] - B:EmptyBeacon=true - - # Set false to delete - requires restart [default: true] - B:EnchantAutoSmelt=true - - # Set false to delete - requires restart [default: true] - B:EnchantBeheading=false - - # Set false to delete - requires restart [default: true] - B:EnchantExcavation=true - - # Set false to delete - requires restart [default: true] - B:EnchantExpBoost=true - - # Set false to delete - requires restart [default: true] - B:EnchantLaunch=true - - # Set false to delete - requires restart [default: true] - B:EnchantLifeLeech=true - - # Set false to delete - requires restart [default: true] - B:EnchantMagnet=true - - # Set false to delete - requires restart [default: true] - B:EnchantMultishot=true - - # Set false to delete - requires restart [default: true] - B:EnchantQuickdraw=true - - # Set false to delete - requires restart [default: true] - B:EnchantReach=false - - # Set false to delete - requires restart [default: true] - B:EnchantVenom=true - - # Set false to delete - requires restart [default: true] - B:EnchantWaterwalk=true - - # Set false to delete - requires restart [default: true] - B:EnderBlaze=true - - # book_ender Set false to delete - requires restart [default: true] - B:EnderBook=true - - # ender_dungeon Set false to delete - requires restart [default: true] - B:EnderDungeonFinder=true - - # ender_fishing Set false to delete - requires restart [default: true] - B:EnderFishing=true - - # ender_lightning Set false to delete - requires restart [default: true] - B:EnderLightning=true - - # Set false to delete - requires restart [default: true] - B:EnderOrb=true - - # Set false to delete - requires restart [default: true] - B:EnderOrbMounted=true - - # Set false to delete - requires restart [default: true] - B:EnderSack=true - - # ender_snow Set false to delete - requires restart [default: true] - B:EnderSnow=true - - # Set false to delete - requires restart [default: true] - B:EnderTorch=true - - # Set false to delete - requires restart [default: true] - B:EnderWater=true - - # tool_warp_home Set false to delete - requires restart [default: true] - B:EnderWing=true - - # tool_warp_spawn Set false to delete - requires restart [default: true] - B:EnderWingPrime=true - - # ender_wool Set false to delete - requires restart [default: true] - B:EnderWool=true - - # entity_detector Set false to delete - requires restart [default: true] - B:EntityDetector=true - - # Set false to delete - requires restart [default: true] - B:EvokerFang=true - - # Set false to delete - requires restart [default: true] - B:ExchangeScepters=true - - # exp_pylon Set false to delete - requires restart [default: true] - B:ExperiencePylon=true - - # fan Set false to delete - requires restart [default: true] - B:Fan=true - - # Set false to delete - requires restart [default: true] - B:FireCharm=true - - # Set false to delete - requires restart [default: true] - B:FishingBlock=true - - # Set false to delete - requires restart [default: true] - B:FluidMilk=true - - # Set false to delete - requires restart [default: true] - B:FluidPoison=false - - # glowing_chorus Set false to delete - requires restart [default: true] - B:"GlowingChorus(Food)"=true - - # Set false to delete - requires restart [default: true] - B:GlowingHelmet=true - - # Set false to delete - requires restart [default: false] - B:GoldDropperMinecart=false - - # Set false to delete - requires restart [default: false] - B:GoldMinecart=false - - # Set false to delete - requires restart [default: false] - B:GoldTurretMinecart=false - - # Set false to delete - requires restart [default: true] - B:HarvestScythe=true - - # harvester_block Set false to delete - requires restart [default: true] - B:HarvesterBlock=true - - # Set false to delete - requires restart [default: true] - B:"HeartContainer(food)"=false - - # Set false to delete - requires restart [default: true] - B:HorseFood=true - - # Set false to delete - requires restart [default: true] - B:Hydrator=true - - # magnet_anti_block Set false to delete - requires restart [default: true] - B:InterdictionPlate=true - - # Set false to delete - requires restart [default: true] - B:"InventoryCrafting(Food)"=false - - # Set false to delete - requires restart [default: true] - B:"InventoryUpgrade(Food)"=false - - # block_vacuum Set false to delete - requires restart [default: true] - B:ItemCollector=true - - # Set false to delete - requires restart [default: true] - B:LapisApple=true - - # sprout_seed Set false to delete - requires restart [default: true] - B:MagicBean=true - - # wand_missile Set false to delete - requires restart [default: true] - B:MagicMissile=true - - # Set false to delete - requires restart [default: true] - B:MagnetBlock=true - - # mattock Set false to delete - requires restart [default: true] - B:Mattock=true - - # tool_trade Set false to delete - requires restart [default: true] - B:"Merchant Almanac"=true - - # block_miner Set false to delete - requires restart [default: true] - B:MinerBlock=true - - # magic_net Set false to delete - requires restart [default: true] - B:MonsterBall=true - - # Netherbrick tools have mining level of stone but improved stats. Set false to delete - requires restart [default: true] - B:NetherbrickTools=true - - # password_block Set false to delete - requires restart [default: true] - B:PasswordTrigger=true - - # builder_pattern Set false to delete - requires restart [default: true] - B:PatternReplicator=true - - # Set false to delete - requires restart; this feature includes several items and blocks used by the Peat farming system [default: true] - B:PeatFeature=true - - # tool_push Set false to delete - requires restart [default: true] - B:PistonScepter=true - - # tool_launcher Set false to delete - requires restart [default: true] - B:PlayerLauncher=true - - # beacon_potion Set false to delete - requires restart [default: true] - B:PotionBeacon=true - - # Set false to delete - requires restart [default: true] - B:PotionBlindness=true - - # Set false to delete - requires restart [default: true] - B:PotionBounce=true - - # Set false to delete - requires restart [default: true] - B:PotionButterDropItems=true - - # Set false to delete - requires restart [default: true] - B:PotionEnder=true - - # Set false to delete - requires restart [default: true] - B:PotionFrostWalker=true - - # Set false to delete - requires restart [default: true] - B:PotionHealthBoost=true - - # Set false to delete - requires restart [default: true] - B:PotionLevitation=true - - # Set false to delete - requires restart [default: true] - B:PotionLuck=true - - # Set false to delete - requires restart [default: true] - B:PotionMagnet=true - - # Set false to delete - requires restart [default: true] - B:PotionResistance=true - - # Set false to delete - requires restart [default: true] - B:PotionSaturation=true - - # Set false to delete - requires restart [default: true] - B:PotionSlowfall=true - - # Set false to delete - requires restart [default: true] - B:PotionSnow=true - - # Set false to delete - requires restart [default: true] - B:PotionSwimSpeed=true - - # Set false to delete - requires restart [default: true] - B:PotionWaterwalk=true - - # Set false to delete - requires restart [default: true] - B:PotionWither=true - - # Set false to delete - requires restart [default: true] - B:Potionhaste=true - - # Set false to delete - requires restart [default: true] - B:Prospector=true - - # Set false to delete - requires restart [default: true] - B:PumpAndPipes=true - - # Set false to delete - requires restart [default: true] - B:PurpleArmor=true - - # password_remote Set false to delete - requires restart [default: true] - B:"Remote Lever"=true - - # tool_elevate Set false to delete - requires restart [default: true] - B:RodElevation=false - - # charm_boat Set false to delete - requires restart [default: true] - B:SailorCharm=true - - # Sandstone tools are between wood and stone. Set false to delete - requires restart [default: true] - B:SandstoneTools=true - - # Set false to delete - requires restart [default: true] - B:ScaffoldingBlock=true - - # block_shears Set false to delete - requires restart [default: true] - B:ShearingBlock=true - - # Set false to delete - requires restart [default: true] - B:SleepingMat=true - - # Set false to delete - requires restart [default: true] - B:SlimeConveyor=true - - # Set false to delete - requires restart [default: true] - B:SlimePads=true - - # Set false to delete - requires restart [default: true] - B:Soulstone=true - - # Set false to delete - requires restart [default: true] - B:Soundproofing=true - - # tool_spawn_inspect Set false to delete - requires restart [default: true] - B:SpawnDetector=true - - # Set false to delete - requires restart [default: true] - B:SpeedCharm=true - - # Set false to delete - requires restart [default: true] - B:Spikes=true - - # Set false to delete - requires restart [default: true] - B:Sprinkler=true - - # Animations are allowed. false to disable all sprinkler animations [default: true] - B:SprinklerAnimationsAllowed=true - - # tool_mount_inverse Set false to delete - requires restart [default: true] - B:StirrupInverse=true - - # tool_mount Set false to delete - requires restart [default: true] - B:Stirrups=true - - # Set false to delete - requires restart [default: false] - B:StoneMinecart=false - - # Set false to delete - requires restart [default: true] - B:StorageBag=true - - # Enable the epic swords. Set false to delete - requires restart [default: true] - B:SwordsFrostEnder=true - - # Set false to delete - requires restart [default: true] - B:TorchLauncher=true - - # Set false to delete - requires restart [default: true] - B:TreeScythe=true - - # False for normal placement (like observers), true to invert machine placement to mimic other modded machines. (applies to most machines that faces player when placing) [default: false] - B:UnInvertedPlacement=false - - # block_disenchanter Set false to delete - requires restart [default: true] - B:UnchantPylon=true - - # Set false to delete - requires restart [default: true] - B:UncraftingGrinder=true - - # Set false to delete - requires restart [default: true] - B:VoidCharm=true - - # Set false to delete - requires restart [default: true] - B:WaterCharm=true - - # water_freezer Set false to delete - requires restart [default: true] - B:WaterFroster=true - - # fire_killer Set false to delete - requires restart [default: true] - B:WaterSplasher=true - - # Set false to delete - requires restart [default: true] - B:WaterSpreader=true - - # Set false to delete - requires restart [default: true] - B:WingCharm=true - - # Set false to delete - requires restart [default: true] - B:Workbench=true - - # Set false to delete - requires restart [default: true] - B:apple=true - - # Set false to delete - requires restart [default: true] - B:auto_packager=true - - # Set false to delete - requires restart [default: true] - B:battery=true - - # Set false to delete - requires restart [default: true] - B:battery_infinite=true - - # Set false to delete - requires restart [default: true] - B:block_anvil=true - - # Set false to delete - requires restart [default: true] - B:block_anvil_magma=true - - # Set false to delete - requires restart [default: true] - B:block_enchanter=true - - # Set false to delete - requires restart [default: true] - B:block_forester=true - - # Set false to delete - requires restart [default: true] - B:block_library=true - - # Set false to delete - requires restart [default: true] - B:block_screen=true - - # Set false to delete - requires restart [default: true] - B:boomerang=true - - # Set false to delete - requires restart [default: true] - B:button_large=true - - # Set false to delete - requires restart [default: true] - B:cable_wireless=true - - # creative_items Set false to delete - requires restart [default: false] - B:creative_items=false - - # Set false to delete - requires restart Warning, removing this crafting item may cause some recipes to not work correctly or be too inexpensive. So be prepared to customize recipes if you disable this. It has ore dictionary 'gemObsidian' [default: true] - B:crystallized_amber=true - - # Set false to delete - requires restart Warning, removing this crafting item may cause some recipes to not work correctly or be too inexpensive. So be prepared to customize recipes if you disable this. It has ore dictionary 'gemObsidian' [default: true] - B:crystallized_obsidian=true - - # Set false to delete - requires restart [default: true] - B:dehydrator=true - - # Set false to delete - requires restart [default: true] - B:dice=true - - # Set false to delete - requires restart [default: true] - B:doorbell=true - - # Set false to delete - requires restart [default: true] - B:dropper_exact=true - - # Set false to delete - requires restart [default: true] - B:fire_starter=true - - # Set false to delete - requires restart [default: true] - B:fluid_amber=true - - # Set false to delete - requires restart [default: true] - B:fluid_biomass=true - - # Set false to delete - requires restart [default: true] - B:fluid_crystal=true - - # Set false to delete - requires restart [default: true] - B:fluid_drain=true - - # Set false to delete - requires restart [default: true] - B:fluid_placer=true - - # Set false to delete - requires restart [default: true] - B:glass_strong=true - - # Set false to delete - requires restart [default: true] - B:heart_toxic=true - - # Set false to delete - requires restart [default: true] - B:imbuer=true - - # Set false to delete - requires restart [default: true] - B:item.ender_eye_orb=true - - # Set false to delete - requires restart [default: true] - B:laser=true - - # Set false to delete - requires restart [default: true] - B:laser_cannon=true - - # Set false to delete - requires restart [default: true] - B:melter=true - - # Set false to delete - requires restart [default: true] - B:moon_sensor=true - - # Set false to delete - requires restart [default: true] - B:robot_spawner=true - - # Set false to delete - requires restart [default: true] - B:screen_target=true - - # Set false to delete - requires restart [default: true] - B:shears_obsidian=true - - # Set false to delete - requires restart [default: true] - B:sign_editor=true - - # slingshot_weapon Set false to delete - requires restart [default: true] - B:slingshot=true - - # Set false to delete - requires restart [default: true] - B:solidifier=true - - # Set false to delete - requires restart [default: true] - B:sound_player=true - - # Set false to delete - requires restart [default: true] - B:target=true - - # Set false to delete - requires restart [default: true] - B:trash=true - - # Set false to delete - requires restart [default: true] - B:void_anvil=true - - # Set false to delete - requires restart [default: true] - B:water_candle=true - - # Set false to delete - requires restart [default: true] - B:wireless_transmitter=true - } - - time { - # Number of ticks needed to perform one action by this machine [range: 1 ~ 9000, default: 80] - I:block_disenchanter=80 - - # Number of ticks needed to perform one action by this machine [range: 1 ~ 9000, default: 100] - I:block_miner_smart=100 - - # Number of ticks needed to perform one action by this machine [range: 1 ~ 9000, default: 150] - I:harvester_block=150 - - # Number of ticks needed to perform one action by this machine [range: 1 ~ 9000, default: 150] - I:uncrafting_block=150 - } - -} - - -"dynamite i-ivcyclicmagic" { - - content { - # ender_tnt Set false to delete - requires restart [default: true] - B:EnderBombs=true - } - -} - - -modpacks { - # At which light level will auto torch place. Set to 7 means it will place a torch 7 or darker. (15 is full light, 0 is full dark) [range: 1 ~ 14, default: 7] - I:AutoTorchLightLevel=7 - - # Largest tick delay allowed in auto user control [range: 2 ~ 999, default: 200] - I:AutoUserLargestTick=200 - - # How many entities can be attacked with one swipe from the block_user when in attack mode. Zero means no limit. [range: 0 ~ 100, default: 0] - I:AutoUserMaxAttackPerAction=0 - - # Smallest tick delay allowed in auto user control. if 1 use per tick is too much for your server than raise this larger [range: 1 ~ 200, default: 1] - I:AutoUserSmallestTick=1 - - # Blocks in-world that cannot be targeted by the auto user. Use block id; for example minecraft:chest [default: ] - S:AutoUserTargetBlacklist < - > - - # By default Beheading works on vanilla mobs and player heads. Add creatures from any other mod here along with a player name to act as the skin for the dropped head. Format is: mod:monster-player, see the /summon command for mod data. [default: [roots:fairy-Elucent]] - S:BeheadingExtraMobs < - roots:fairy-Elucent - > - - # Percent chance that the beheading enchant will actually drop a head. [range: 1 ~ 100, default: 10] - I:BeheadingPercent=10 - - # Cyclic Scepter: Maximum range for all spells [range: 8 ~ 128, default: 64] - I:"Build Scepter Max Range"=64 - - # Block Range it will search onclick [range: 2 ~ 256, default: 32] - I:CavefinderRange=32 - - # Maximum height of the controlled miner block that you can increase it to in the GUI [range: 3 ~ 256, default: 32] - I:ControlledMiner.maxHeight=32 - - # How long the negative potion effects last after a corrupted chorus teleports you [range: 0 ~ 600, default: 10] - I:CorruptedChorusPotions=10 - - # How long you can noclip after eating corrupted chorus [range: 1 ~ 600, default: 10] - I:CorruptedChorusSeconds=10 - - # Max blocks broken by this enchantment at level 1 [range: 1 ~ 512, default: 26] - I:EnchantExcavationBreak1=26 - - # Max blocks broken by this enchantment at level 2 [range: 1 ~ 512, default: 42] - I:EnchantExcavationBreak2=42 - - # Max blocks broken by this enchantment at level 3 [range: 1 ~ 512, default: 58] - I:EnchantExcavationBreak3=58 - - # The exp cost of teleporting is [the horizontal distance] divided by [this number] rounded to the nearest integer. For example, if this number is 10, then teleporting 20 blocks costs 2 exp [range: 0.0 ~ 100.0, default: 10.0] - S:EnderBookExpCostRatio=10.0 - - # Maximum number of saved waypoints in the ender book. It still uses 8 per column, and putting too many may send it offscreen [range: 1 ~ 512, default: 64] - I:EnderBookMaxSaved=64 - - # Crops & bushes that are blocked from harvesting (Garden Scythe and Harvester). A star is for a wildcard [default: [terraqueous:pergola], [minecraft:*_stem], [croparia:stem_*], [rustic:grape_stem]] - S:HarvesterBlacklist < - terraqueous:pergola - minecraft:*_stem - 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] - I:"HorseFood Max Hearts"=20 - - # Maximum value of jump. Naturally spawned/bred horses seem to max out at 5.5 [range: 1 ~ 20, default: 6] - I:"HorseFood Max Jump"=6 - - # Maximum value of speed (this is NOT blocks/per second or anything like that) [range: 1 ~ 99, default: 50] - I:"HorseFood Max Speed"=50 - - # Distance it pulls items from. [range: 2 ~ 128, default: 16] - I:MagnetBlockDistance=16 - - # Height it pulls at items [range: 1 ~ 128, default: 2] - I:MagnetBlockHeight=2 - - # How fast it pulses. Smaller numbers are faster [range: 5 ~ 5000, default: 100] - I:MagnetBlockTimer=100 - - # Potions that are blacklisted from this beacon [default: [minecraft:instant_health], [minecraft:instant_damage], [minecraft:wither], [minecraft:poison]] - S:PharosBeaconBlacklist < - minecraft:instant_health - minecraft:instant_damage - minecraft:wither - minecraft:poison - > - - # Set to make Pharos Beacon free and perpetual, so it will not consume potions. However if this set false, once it reads an effect from a potion, you must break and replace the beacon to wipe out its current effect. [default: true] - B:PharosBeaconDoesConsumePotions=true - - # List of blocks that the Prospector knows about. [default: [minecraft:air], [minecraft:grass], [minecraft:dirt/0], [minecraft:dirt/1], [minecraft:stone], [minecraft:gravel], [minecraft:sand], [minecraft:bedrock]] - S:ProspectorBlockList < - minecraft:air - minecraft:grass - minecraft:dirt/0 - minecraft:dirt/1 - minecraft:stone - minecraft:gravel - minecraft:sand - minecraft:bedrock - > - - # True means this (ProspectorBlockList) is a blacklist, ignore whats listed. False means its a whitelist: only print whats listed. [default: true] - B:ProspectorIsBlacklist=true - - # 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 - extracells:fluidfiller - refinedstorage:disk_manipulator - refinedstorage:disk_drive - refinedstorage:crafter - refinedstorage:crafter_manager - refinedstorage:grid - parabox:parabox - immersivengineering:metal_device1 - astralsorcery:blockcollectorcrystal - astralsorcery:blockcelestialcollectorcrystal - storagecabinet:storagecabinet - minecraft:command_block - packagedauto:packager - packagedauto:encoder - packagedauto:unpackager - packagedauto:packager_extension - packagedauto:distributor - packagedavaritia:extreme_crafter - packagedexcrafting:basic_crafter - packagedexcrafting:advanced_crafter - packagedexcrafting:elite_crafter - packagedexcrafting:ultimate_crafter - packagedexcrafting:ender_crafter - packagedexcrafting:combination_crafter - modularmachinery:blockmeiteminputbus - modularmachinery:blockmeitemoutputbus - modularmachinery:blockmefluidinputbus - modularmachinery:blockmefluidoutputbus - industrialforegoing:black_hole_unit - industrialforegoing:black_hole_tank - > - - # Crops & leaves that are blocked from harvesting (Brush Scythe and Tree Scythe). A star is for a wildcard [default: [terraqueous:pergola], [harvestcraft:*_sapling]] - S:ScytheBlacklist < - terraqueous:pergola - harvestcraft:*_sapling - > - - # 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] - B:boomerang.doesBreakBlocks=false - - # Maximum height of the builder block that you can increase it to in the GUI [range: 1 ~ 256, default: 256] - I:builder.maxHeight=256 - - # Maximum range of the builder block that you can increase it to in the GUI [range: 3 ~ 64, default: 64] - I:builder.maxRange=64 - - # If true, then this block plays sound to everybody just like a record player. If false, it only plays for the player who most recently opened the block. This is useful for servers if players are using this block to grief others, you can set it to false and only the block owner will hear it. [default: true] - B:sound_player_everybody=true - - # If true this will try an auto-detect blocks that are a leaf-type by class type, which means harvesting many blocks that are not explicitly in the whitelist. This is useful for handling vanilla and most modded blocks. If you want more precise control you can turn this false which means ONLY the whitelists will be harvested, so you would have to add every block yourself. [default: true] - B:tool_harvest_leaves.class_defaults=true - - # Blocks that the Tree Scythe will attempt to harvest as if they are leaves. A star is for a wildcard [default: [extratrees:leaves.decorative.0], [extratrees:leaves.decorative.1], [extratrees:leaves.decorative.2], [extratrees:leaves.decorative.3], [extratrees:leaves.decorative.4], [extratrees:leaves.decorative.5], [forestry:leaves.decorative.0], [forestry:leaves.decorative.1], [terraqueous:foliage3:5], [plants2:nether_leaves], [plants2:crystal_leaves], [plants2:leaves_0], [plants2:bush]] - S:tool_harvest_leaves.whitelist < - extratrees:leaves.decorative.0 - extratrees:leaves.decorative.1 - extratrees:leaves.decorative.2 - extratrees:leaves.decorative.3 - extratrees:leaves.decorative.4 - extratrees:leaves.decorative.5 - forestry:leaves.decorative.0 - forestry:leaves.decorative.1 - terraqueous:foliage3:5 - plants2:nether_leaves - plants2:crystal_leaves - plants2:leaves_0 - plants2:bush - > - - # Ore dictionary entries that the Tree Scythe will attempt to harvest as if they are leaves. [default: [treeLeaves]] - S:tool_harvest_leaves.whitelist_oredict < - treeLeaves - > - - # If true this will try an auto-detect blocks that are a weed/bush/tallgrass type by class type, which means harvesting many blocks that are not explicitly in the whitelist. This is useful for handling vanilla and most modded blocks. If you want more precise control you can turn this false which means ONLY the whitelists will be harvested, so you would have to add every block yourself. [default: true] - B:tool_harvest_weeds.class_defaults=true - - # Blocks that the Brush Scythe will attempt to harvest as if they are leaves. A star is for a wildcard [default: [plants2:cosmetic_0], [plants2:cosmetic_1], [plants2:cosmetic_2], [plants2:cosmetic_3], [plants2:cosmetic_4], [plants2:desert_0], [plants2:desert_1], [plants2:double_0], [plants2:cataplant], [botany:flower], [biomesoplenty:bamboo], [biomesoplenty:flower_0], [biomesoplenty:flower_1], [biomesoplenty:plant_0], [biomesoplenty:plant_1], [biomesoplenty:mushroom], [biomesoplenty:doubleplant], [biomesoplenty:flower_vine], [biomesoplenty:ivy], [biomesoplenty:tree_moss], [biomesoplenty:willow_vine], [croparia:fruit_grass], [plants2:androsace_a], [plants2:akebia_q_vine], [plants2:ampelopsis_a_vine], [plants2:adlumia_f], [abyssalcraft:wastelandsthorn], [abyssalcraft:luminousthistle], [harvestcraft:garden], [harvestcraft:windygarden], [minecraft:double_plant], [minecraft:red_flower], [minecraft:yellow_flower], [minecraft:brown_mushroom], [minecraft:red_mushroom], [ferdinandsflowers:block_cff_*], [extraplanets:*_flowers], [primal:cineris_grass], [primal:cineris_bloom], [primal:sinuous_weed], [primal:dry_grass_root], [primal:nether_root], [primal:corypha_stalk], [twilightforest:*_plant], [tconstruct:*_grass_tall], [thebetweenlands:*_flower], [thebetweenlands:*_tallgrass], [thebetweenlands:*_stalk], [thebetweenlands:moss], [thebetweenlands:cattail], [thebetweenlands:*_cattail], [thebetweenlands:*_plant], [thebetweenlands:*_coral], [thebetweenlands:*_bush], [thebetweenlands:*_ivy], [thebetweenlands:algae], [thebetweenlands:hanger], [thebetweenlands:nettle], [thebetweenlands:*_iris], [thebetweenlands:*_kelp], [thebetweenlands:fallen_leaves], [thebetweenlands:swamp_reed_*], [thebetweenlands:*_mushroom], [natura:*_vines], [nex:plant_thornstalk]] - S:tool_harvest_weeds.whitelist < - plants2:cosmetic_0 - plants2:cosmetic_1 - plants2:cosmetic_2 - plants2:cosmetic_3 - plants2:cosmetic_4 - plants2:desert_0 - plants2:desert_1 - plants2:double_0 - plants2:cataplant - botany:flower - biomesoplenty:bamboo - biomesoplenty:flower_0 - biomesoplenty:flower_1 - biomesoplenty:plant_0 - biomesoplenty:plant_1 - biomesoplenty:mushroom - biomesoplenty:doubleplant - biomesoplenty:flower_vine - biomesoplenty:ivy - biomesoplenty:tree_moss - biomesoplenty:willow_vine - croparia:fruit_grass - plants2:androsace_a - plants2:akebia_q_vine - plants2:ampelopsis_a_vine - plants2:adlumia_f - abyssalcraft:wastelandsthorn - abyssalcraft:luminousthistle - harvestcraft:garden - harvestcraft:windygarden - minecraft:double_plant - minecraft:red_flower - minecraft:yellow_flower - minecraft:brown_mushroom - minecraft:red_mushroom - ferdinandsflowers:block_cff_* - extraplanets:*_flowers - primal:cineris_grass - primal:cineris_bloom - primal:sinuous_weed - primal:dry_grass_root - primal:nether_root - primal:corypha_stalk - twilightforest:*_plant - tconstruct:*_grass_tall - thebetweenlands:*_flower - thebetweenlands:*_tallgrass - thebetweenlands:*_stalk - thebetweenlands:moss - thebetweenlands:cattail - thebetweenlands:*_cattail - thebetweenlands:*_plant - thebetweenlands:*_coral - thebetweenlands:*_bush - thebetweenlands:*_ivy - thebetweenlands:algae - thebetweenlands:hanger - thebetweenlands:nettle - thebetweenlands:*_iris - thebetweenlands:*_kelp - thebetweenlands:fallen_leaves - thebetweenlands:swamp_reed_* - thebetweenlands:*_mushroom - natura:*_vines - nex:plant_thornstalk - > - - # Ore dictionary entries that the Brush Scythe will attempt to harvest as if they are leaves. [default: [vine], [plant], [flowerYellow], [stickWood]] - S:tool_harvest_weeds.whitelist_oredict < - vine - plant - flowerYellow - stickWood - > - - ########################################################################################################## - # commands - #--------------------------------------------------------------------------------------------------------# - # Disable any command that was added - ########################################################################################################## - - commands { - # Opens your ender chest - B:enderchest=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:enderchest.NeedsOP=true - - # Get where your current spawn is set (by a bed) - B:gethome=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:gethome.NeedsOP=false - - # Heal yourself (or a target player) to full - B:heal=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:heal.NeedsOP=true - - # Teleport you to your current spawn (if its set) - B:home=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:home.NeedsOP=true - - # Read NBT data from your held item - B:nbtprint=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:nbtprint.NeedsOP=false - - # Debug command to set values on items, currently only sets strings - B:nbtset=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:nbtset.NeedsOP=true - - # Display your current coordinates - B:ping=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:ping.NeedsOP=false - - # Search for an item in nearby containers - B:searchitem=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:searchitem.NeedsOP=false - - # Search the world nearby for spawners (dungeons, etc) - B:searchspawner=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:searchspawner.NeedsOP=true - - # Search nearby villagers for trades based on item names - B:searchtrade=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:searchtrade.NeedsOP=false - - # Command to set users food level - B:setfood=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:setfood.NeedsOP=true - - # Increase the maximum hearts of a target player (lasts until death) - B:setheartmod=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:setheartmod.NeedsOP=true - - # Set reminders on screen for yourself - B:todo=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:todo.NeedsOP=false - - # Get the stats on the nearest village (if any) - B:villageinfo=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:villageinfo.NeedsOP=false - - # Teleport to true worldspawn - B:worldhome=true - - # If true, only server OPs can run this command (or cheats enabled in single player) - B:worldhome.NeedsOP=true - } - - magic_net { - # Entities that cannot be captured. (even without this, players and non-living entities do not work) [default: [minecraft:wither], [minecraft:ender_dragon], [minecraft:ender_crystal]] - S:CaptureBlacklist < - minecraft:wither - minecraft:ender_dragon - minecraft:ender_crystal - > - } - - block_anvil { - # If this is set to true, this block will force-repair items that are set to be non-repairable (such as Tinkers Construct tools). Of course it still respects the blacklist. Applies to both diamond and magma anvil [default: false] - B:ForceNonRepairable=false - - # These cannot be repaired. Use star syntax to lock out an entire mod, otherwise use the standard modid:itemid for singles. Applies to both diamond and magma anvil [default: [galacticraftcore:battery], [galacticraftcore:oxygen_tank_heavy_full], [galacticraftcore:oxygen_tank_med_full], [galacticraftcore:oil_canister_partial], [galacticraftcore:oxygen_tank_light_full], [pneumaticcraft:*]] - S:RepairBlacklist < - galacticraftcore:battery - galacticraftcore:oxygen_tank_heavy_full - galacticraftcore:oxygen_tank_med_full - galacticraftcore:oil_canister_partial - galacticraftcore:oxygen_tank_light_full - pneumaticcraft:* - > - } - - ########################################################################################################## - # uncrafter - #--------------------------------------------------------------------------------------------------------# - # Blacklists and other tweaks for the Uncrafting Grinder. (Use F3+H to see the details, it is always 'modid:item') - ########################################################################################################## - - uncrafter { - # Items that cannot be uncrafted. [default: [minecraft:end_crystal], [minecraft:magma], [minecraft:elytra], [forge:bucketfilled], [astralsorcery:itemwand], [progressiveautomation:WitherDiamond], [progressiveautomation:WitherGold], [progressiveautomation:WitherIron], [progressiveautomation:WitherStone], [progressiveautomation:WitherWood], [techreborn:uumatter], [spectrite:spectrite_arrow], [spectrite:spectrite_arrow_special], [cyclicmagic:crystallized_amber], [cyclicmagic:crystallized_obsidian]] - S:BlacklistInput < - minecraft:end_crystal - minecraft:magma - minecraft:elytra - forge:bucketfilled - astralsorcery:itemwand - progressiveautomation:WitherDiamond - progressiveautomation:WitherGold - progressiveautomation:WitherIron - progressiveautomation:WitherStone - progressiveautomation:WitherWood - techreborn:uumatter - spectrite:spectrite_arrow - spectrite:spectrite_arrow_special - cyclicmagic:crystallized_amber - cyclicmagic:crystallized_obsidian - > - - # If a mod id is in this list, then nothing from that mod will be uncrafted [default: [projecte], [flammpfeil.slashblade], [resourcefulcrops], [spectrite]] - S:BlacklistMod < - projecte - flammpfeil.slashblade - resourcefulcrops - spectrite - > - - # Items that cannot come out of crafting recipes. For example, if milk is in here, then cake can be uncrafted, but you get all items except the milk buckets. [default: [minecraft:milk_bucket], [minecraft:water_bucket], [minecraft:lava_bucket], [minecraft:nether_star], [minecraft:elytra], [forge:bucketfilled], [abyssalcraft:cloth], [abyssalcraft:transmutationgem], [botania:manatablet], [extrautils2:glasscutter], [harvestcraft:juiceritem], [harvestcraft:mixingbowlitem], [harvestcraft:mortarandpestleitem], [harvestcraft:bakewareitem], [harvestcraft:saucepanitem], [harvestcraft:skilletitem], [harvestcraft:potitem], [harvestcraft:cuttingboarditem], [ic2:forge_hammer], [ic2:cutter], [minecolonies:sceptergold], [mysticalagriculture:infusion_crystal], [mysticalagriculture:master_infusion_crystal], [techreborn:uumatter]] - S:BlacklistOutput < - minecraft:milk_bucket - minecraft:water_bucket - minecraft:lava_bucket - minecraft:nether_star - minecraft:elytra - forge:bucketfilled - abyssalcraft:cloth - abyssalcraft:transmutationgem - botania:manatablet - extrautils2:glasscutter - harvestcraft:juiceritem - harvestcraft:mixingbowlitem - harvestcraft:mortarandpestleitem - harvestcraft:bakewareitem - harvestcraft:saucepanitem - harvestcraft:skilletitem - harvestcraft:potitem - harvestcraft:cuttingboarditem - ic2:forge_hammer - ic2:cutter - minecolonies:sceptergold - mysticalagriculture:infusion_crystal - mysticalagriculture:master_infusion_crystal - techreborn:uumatter - > - - # If you change this to true, then the uncrafting will just take the first of many options in any recipe that takes multiple input types. For example, false means chests cannot be uncrafted, but true means chests will ALWAYS give oak wooden planks. [default: true] - B:PickFirstMeta=true - } - - forester { - # Forester machine will harvest blocks with these ore dictionary tags [default: [logWood], [woodRubber], [treeLeaves]] - S:logTags < - logWood - woodRubber - treeLeaves - > - - # Forester machine will accept items & plant saplings itemswith these ore dictionary tags [default: [treeSapling]] - S:saplingTags < - treeSapling - > - } - -} - - diff --git a/config - Copy/cyclopscore.cfg b/config - Copy/cyclopscore.cfg deleted file mode 100644 index eb467a44..00000000 --- a/config - Copy/cyclopscore.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# Configuration file - -core { - # If an anonymous mod startup analytics request may be sent to our analytics service. - B:general.analytics=true - - # The anonymous id used by the analytics service. - S:general.anonymousAnalyticsID=79e0fd9a-8389-49f4-95d0-e768fda94e59 - - # If the recipe loader should crash when finding invalid recipes. - B:general.crashOnInvalidRecipe=false - - # If mod compatibility loader should crash hard if errors occur in that process. - B:general.crashOnModCompatCrash=false - - # Set 'true' to enable development debug mode. This will result in a lower performance! - B:general.debug=false - - # The minimum array size of potion types, increase to allow for more potion types. - I:general.minimumPotionTypesArraySize=256 - - # The version at which the config file was generated. - S:general.version=1.6.1 - - # If the version checker should be enabled. - B:general.versionChecker=true -} - - -general { - # If a button should be added to the main menu to open a dev world (shift-click creates a new world). - B:general.devWorldButton=false -} - - diff --git a/config - Copy/damageindicatorsmod.cfg b/config - Copy/damageindicatorsmod.cfg deleted file mode 100644 index f14a19e2..00000000 --- a/config - Copy/damageindicatorsmod.cfg +++ /dev/null @@ -1,101 +0,0 @@ -# Configuration file - -########################################################################################################## -# internal -#--------------------------------------------------------------------------------------------------------# -# Don't Modify these settings unless explicitly told to or if you know what you are doing. -# This could result in the lose of settings or an unexpected crash. -########################################################################################################## - -internal { - S:version=1 -} - - -########################################################################################################## -# popoffs -#--------------------------------------------------------------------------------------------------------# -# These Settings effect the digits that bounce off mobs when they take damage. -########################################################################################################## - -popoffs { - - ########################################################################################################## - # behavior - #--------------------------------------------------------------------------------------------------------# - # This subcategory holds behavioral settings to do with PopOffs. - ########################################################################################################## - - behavior { - D:Bounce_Strength=1.5 - B:Enabled=true - S:Gravity=1.600000023841858 - I:Lifespan=12 - I:Range=30 - B:ShowCriticalHits=true - D:Size=3.0 - I:UpdateBehavior=2 - } - - ########################################################################################################## - # appearance - #--------------------------------------------------------------------------------------------------------# - # This subcategory holds appearance settings to do with PopOffs. - ########################################################################################################## - - appearance { - B:Always_Render=false - B:Build_TexturePack_Font=true - S:Color=ffaa00 - B:Enable_Depth_Test=false - S:Heal_Color=ff00 - D:Scale_Smoothing_Filter=0.0 - D:Transparency=1.0 - B:useDropShadows=true - } - -} - - -########################################################################################################## -# portrait -#--------------------------------------------------------------------------------------------------------# -# These Settings effect the current health portrait window on the hud. -########################################################################################################## - -portrait { - - ########################################################################################################## - # behavior - #--------------------------------------------------------------------------------------------------------# - # This subcategory holds behavioral settings to do with Portraits. - ########################################################################################################## - - behavior { - B:AlternateRenderMethod=false - B:DebugHidesWindow=true - B:Enable=true - B:HighCompatibilityMode=false - I:Portrait_Lifetime=160 - B:"Show Potion Effects"=true - B:SupressBossHealth=false - } - - ########################################################################################################## - # appearance - #--------------------------------------------------------------------------------------------------------# - # This subcategory holds appearance settings to do with Portraits. - ########################################################################################################## - - appearance { - D:Gui_Scale=0.7599999904632568 - B:Lock_Mob_Position=true - S:Portrait_Skin=/assets/defaultskins/default/ - I:Portrait_xPos=15 - I:Portrait_yPos=15 - I:Range=30 - } - -} - - diff --git a/config - Copy/darkutils.cfg b/config - Copy/darkutils.cfg deleted file mode 100644 index 3e8ede64..00000000 --- a/config - Copy/darkutils.cfg +++ /dev/null @@ -1,137 +0,0 @@ -# Configuration file - -########################################################################################################## -# _features -#--------------------------------------------------------------------------------------------------------# -# Allows features to be completely disabled -########################################################################################################## - -_features { - # Undo slime chunks [default: true] - B:"Anti Slime Block"=true - - # A collection of charms which have unique effects [default: true] - B:Charms=true - - # Material items used throughout DarkUtils [default: true] - B:"Crafting Materials"=true - - # Colorful slime blocks! [default: true] - B:"Dyed Slime Blocks"=true - - # A hopper which can pick up blocks within range [default: true] - B:"Ender Hopper"=true - - # A block to redirect ender teleportation [default: true] - B:"Ender Tether"=true - - # A safe TNT alternative [default: true] - B:"Fake TNT"=true - - # A block that allows items through [default: true] - B:"Item Grate"=true - - # Tags which can set the lore of items [default: true] - B:"Lore Tag"=true - - # Blocks for filtering mobs [default: true] - B:"Mob Filters"=true - - # Blocks with chunk based AOE effects. [default: true] - B:Monolith=true - - # A block for timing redstone [default: true] - B:"Redstone Timer"=true - - # Gives sheep armor when they have wool [default: true] - B:"Sheep Armor"=true - - # Adds shulker pearls and related content [default: true] - B:"Shulker Pearls"=true - - # Blocks that can hide as other blocks [default: true] - B:"Sneaky Blocks"=true - - # Trap blocks that have certain effects when stepped on [default: true] - B:"Trap Blocks"=true - - # A block for detecting block updates [default: true] - B:"Update Detector"=true - - # A block that pushes entities around [default: true] - B:"Vector Plate"=true -} - - -charms { - # Should charms be restricted to the charm slot in baubles? [default: true] - B:restrictBaubles=true -} - - -crafting_materials { - # The weighting for Wither Skeletons dropping Wither Dust [range: 0 ~ 256, default: 1] - I:"Dust Drop Weight"=1 - - # Should wither skeletons drop wither dust? [default: true] - B:"WSkeleton Drop Dust"=true -} - - -ender_hopper { - # The detection range of the ender hopper. Distance in blocks outwards, starting at the hopper position, but not including it. A range of 4 does a 9x9x9 area around the hopper. [range: 0 ~ 32, default: 4] - I:Range=4 - - # Sneak clicking a hopper will render an outline of it's area of effect. This will render for all players. Allow this? [default: true] - B:"Render Block Bounds"=true -} - - -ender_tether { - # Should the Ender Tether catch players using ender teleportation? [default: true] - B:"Affect Players"=true - - # The range of the effect given by the tether. Distance is measured in blocks. [range: 0.0 ~ 512.0, default: 32.0] - S:"Tether Range"=32.0 -} - - -sheep_armor { - # How many armor points should sheep have while they have wool? [range: 0.0 ~ 512.0, default: 1.0] - S:"Armor Points"=1.0 -} - - -shulker_pearls { - # Should pearls be harvestable from shulkers? [default: true] - B:"Harvest Pearls"=true - - # The pearl harvest cooldown tile, in ticks [range: 0 ~ 2147483647, default: 6000] - I:"Shulker Cooldown"=6000 -} - - -sneaky_blocks { - # When true, all sneaky blocks will let no light through. When disabled, all light will be let through. [default: true] - B:Opacity=true -} - - -vector_plate { - # Speed modifier for the fast vector plate [range: 0.0 ~ 5.0, default: 0.3] - S:"Fast Speed"=0.3 - - # Speed modifier for the hyper vector plate [range: 0.0 ~ 5.0, default: 1.5] - S:"Hyper Speed"=1.5 - - # Speed modifier for the normal vector plate [range: 0.0 ~ 5.0, default: 0.06] - S:"Normal Speed"=0.06 - - # Should vector plates prevent item despawn? [default: true] - B:"Prevent Item Despawn"=true - - # Should vector plates prevent items from being picked up, while they are being pushed? [default: true] - B:"Prevent Item Pickup"=true -} - - diff --git a/config - Copy/deepmoblearning.cfg b/config - Copy/deepmoblearning.cfg deleted file mode 100644 index adb5a4a8..00000000 --- a/config - Copy/deepmoblearning.cfg +++ /dev/null @@ -1,508 +0,0 @@ -# Configuration file - -########################################################################################################## -# data model mob names -#--------------------------------------------------------------------------------------------------------# -# Register entities that count towards leveling up the model -# Format is modname:entity_name -########################################################################################################## - -"data model mob names" { - # Blaze - S:blaze < - minecraft:blaze - > - - # Creeper - S:creeper < - minecraft:creeper - > - - # Dragon - S:dragon < - minecraft:ender_dragon - > - - # Enderman - S:enderman < - minecraft:enderman - deepmoblearning:trial_enderman - > - - # Ghast - S:ghast < - minecraft:ghast - > - - # Guardian - S:guardian < - minecraft:elder_guardian - minecraft:guardian - > - - # Shulker - S:shulker < - minecraft:shulker - > - - # Creeper - S:skeleton < - minecraft:stray - minecraft:skeleton - twilightforest:skeleton_druid - > - - # Slime - S:slime < - minecraft:slime - minecraft:magma_cube - deepmoblearning:trial_slime - > - - # Spider - S:spider < - minecraft:spider - minecraft:cave_spider - twilightforest:hedge_spider - twilightforest:king_spider - deepmoblearning:trial_spider - deepmoblearning:trial_cave_spider - > - - # Thermal Elemental - S:thermalelemental < - thermalfoundation:blizz - thermalfoundation:blitz - thermalfoundation:basalz - > - - # Tinker construct slime - S:tinkerslime < - tconstruct:blueslime - > - - # Twilight Darkwood creatures - S:twilightdarkwood < - twilightforest:redcap - twilightforest:blockchain_goblin - twilightforest:kobold - twilightforest:goblin_knight_lower - twilightforest:goblin_knight_upper - twilightforest:helmet_crab - twilightforest:knight_phantom - twilightforest:tower_ghast - twilightforest:tower_broodling - twilightforest:tower_golem - twilightforest:tower_termite - twilightforest:mini_ghast - twilightforest:ur_ghast - > - - # Twilight Forest(Biome, not the whole mod) - S:twilightforest < - twilightforest:naga - twilightforest:lich_minion - twilightforest:lich - twilightforest:death_tome - twilightforest:swarm_spider - > - - # Twilight Glacier creatures - S:twilightglacier < - twilightforest:yeti_alpha - twilightforest:yeti - twilightforest:winter_wolf - twilightforest:penguin - twilightforest:snow_guardian - twilightforest:stable_ice_core - twilightforest:unstable_ice_core - twilightforest:snow_queen - > - - # Twilight Swamp creatures - S:twilightswamp < - twilightforest:minotaur - twilightforest:minoshroom - twilightforest:maze_slime - twilightforest:fire_beetle - twilightforest:pinch_beetle - twilightforest:slime_beetle - twilightforest:hydra - > - - # Witch - S:witch < - minecraft:witch - > - - # Wither - S:wither < - minecraft:wither - > - - # Wither Skeleton - S:witherskeleton < - minecraft:wither_skeleton - > - - # Zombie - S:zombie < - minecraft:husk - minecraft:zombie - minecraft:zombie_villager - minecraft:zombie_pigman - > -} - - -########################################################################################################## -# data model simulation costs -#--------------------------------------------------------------------------------------------------------# -# Simulation costs for all the data models (in RF/t) -# Cost should not exceed a full machine buffer (Max 6666 RF/t) -# Values over the max will be set to the max -########################################################################################################## - -"data model simulation costs" { - I:blaze=1500 - I:creeper=80 - I:dragon=6000 - I:enderman=2000 - I:ghast=2000 - I:guardian=1500 - I:shulker=256 - I:skeleton=80 - I:slime=300 - I:spider=80 - I:thermalelemental=500 - I:tinkerslime=500 - I:twilightdarkwood=500 - I:twilightforest=500 - I:twilightglacier=500 - I:twilightswamp=500 - I:witch=400 - I:wither=5000 - I:witherskeleton=3000 - I:zombie=80 -} - - -general { - # Horizontal spacing from the selected corner, values can be both positive and negative - I:guiOverlayHorizontalSpacing=0 - - # Which position on the screen the Deep learner gui will appear on. (bottomleft will clash with the chat) [values: topleft/topright/bottomleft/bottomright] - S:guiOverlaySide=topleft - - # Vertical spacing from the selected corner, values can be both positive and negative - I:guiOverlayVerticalSpacing=0 - - # Set to false to disable the creative flight portion of the Glitch armorset. - B:isGlitchArmorCreativeFlightEnabled=false - - # Enable the Crafting of sooted redstone on Vanilla blocks of coal - B:isSootedRedstoneCraftingEnabled=true - - # RF/t cost for the Loot Fabricator, roof is 18k RF/t - I:rfCostLootFabricator=3072 -} - - -########################################################################################################## -# matter experience -#--------------------------------------------------------------------------------------------------------# -# Experience values for the different "realm" matters, maxValue: 999 -########################################################################################################## - -"matter experience" { - I:extraterrestrial=1 - I:hellish=1 - I:overworldian=1 - I:twilight=1 -} - - -########################################################################################################## -# model experience tweaks -#--------------------------------------------------------------------------------------------------------# -# DISCLAIMER: Please tweak these values responsibly if you're building modpacks for the public, This mods intent is not to be grindy or "timegated" -# Remember that a high kill multiplier devalues how much you can use the simulation chamber for leveling -# For example, a killmultiplier of 100 and 2 required kills to next tier is the equivalent of 200 simulations -# Data formula: killmultiplier * requiredKills -# Max multiplier: 100 -# Max kills to next tier: 500 -########################################################################################################## - -"model experience tweaks" { - # How much data you get per kill on the Faulty tier (It's Best to leave this at 1, as a baseline) - I:killMultiplierTier0=1 - - # How much data you get per kill on the Basic tier - I:killMultiplierTier1=4 - - # How much data you get per kill on the Advanced tier - I:killMultiplierTier2=10 - - # How much data you get per kill on the Superior tier - I:killMultiplierTier3=18 - - # Number of kills to reach the Basic tier. - I:killsToTier1=20 - - # Number of kills to reach the Advanced tier. - I:killsToTier2=40 - - # Number of kills to reach the Superior tier. - I:killsToTier3=60 - - # Number of kills to reach the Self Aware tier. - I:killsToTier4=100 -} - - -########################################################################################################## -# pristine matter chance -#--------------------------------------------------------------------------------------------------------# -# The chance to output pristine matter from the various tiers -# Starts at basic since faulty models can't be used in the simulation chamber -########################################################################################################## - -"pristine matter chance" { - I:tier1=5 - I:tier2=10 - I:tier3=20 - I:tier4=30 -} - - -########################################################################################################## -# pristine output items -#--------------------------------------------------------------------------------------------------------# -# Entries for Loot fabricator outputs from the different pristine items. -# Input format "minecraft:coal,64,0" -# Where minecraft:coal is the registryName, 64 is the amount and 0 is the damagevalue/meta. "," is the delimiter. -# Optionally supports NBT tags, example: -# deepmoblearning:glitch_infused_sword,1,0,{display:{Name:"Not a sword really"}} -########################################################################################################## - -"pristine output items" { - # Blaze - S:blaze < - minecraft:blaze_rod,22,0 - thermalfoundation:material,32,771 - xreliquary:mob_ingredient,1,7 - > - - # Creeper - S:creeper < - minecraft:gunpowder,64,0 - minecraft:skull,6,4 - aoa3:copper_coin,1,0 - > - - # Dragon - S:dragon < - minecraft:dragon_breath,32,0 - mysticalagradditions:stuff,1,2 - draconicevolution:draconium_dust,8,0 - bhc:orange_heart,2,0 - minecraft:elytra,1,0 - > - - # Enderman - S:enderman < - minecraft:ender_pearl,6,0 - minecraft:end_crystal,1,0 - enderio:block_enderman_skull,2,0 - xreliquary:mob_ingredient,1,11 - > - - # Ghast - S:ghast < - minecraft:ghast_tear,8,0 - xreliquary:mob_ingredient,1,3 - > - - # Guardian - S:guardian < - minecraft:prismarine_shard,32,0 - minecraft:prismarine_crystals,32,0 - minecraft:fish,64,0 - bhc:red_heart,8,0 - xreliquary:mob_ingredient,1,16 - > - - # Shulker - S:shulker < - minecraft:shulker_shell,18,0 - minecraft:diamond,2,0 - > - - # Skeleton - S:skeleton < - minecraft:bone,64,0 - minecraft:arrow,64,0 - minecraft:skull,6,0 - xreliquary:mob_ingredient,1,0 - > - - # Slime - S:slime < - minecraft:slime_ball,32,0 - xreliquary:mob_ingredient,1,4 - > - - # Spider - S:spider < - minecraft:spider_eye,16,0 - minecraft:string,64,0 - minecraft:web,8,0 - xreliquary:mob_ingredient,1,2 - > - - # Thermal Elemental - S:thermalelemental < - thermalfoundation:material,16,772 - thermalfoundation:material,16,770 - minecraft:snowball,16,0 - thermalfoundation:material,8,2050 - thermalfoundation:material,8,2052 - thermalfoundation:material,8,2048 - > - - # Tinker construct slime - S:tinkerslime < - tconstruct:edible,18,1 - tconstruct:edible,18,2 - tconstruct:edible,18,4 - tconstruct:slime_sapling,4,0 - tconstruct:slime_sapling,4,1 - tconstruct:slime_sapling,4,2 - > - - # Twilight Darkwood creatures - S:twilightdarkwood < - twilightforest:armor_shard_cluster,1,0 - twilightforest:carminite,1,0 - minecraft:diamond_ore,3,0 - minecraft:emerald_ore,2,0 - minecraft:fish,32,0 - bhc:green_heart,1,0 - > - - # Twilight Forest(Biome, not the whole mod) - S:twilightforest < - twilightforest:naga_scale,1,0 - twilightforest:charm_of_life_1,1,0 - twilightforest:charm_of_keeping_1,1,0 - minecraft:paper,64,0 - minecraft:book,32,0 - > - - # Twilight Glacier creatures - S:twilightglacier < - xreliquary:mob_ingredient,1,10 - twilightforest:arctic_fur,1,0 - twilightforest:alpha_fur,1,0 - minecraft:packed_ice,16,0 - minecraft:feather,32,0 - twilightforest:charm_of_life_2,1,0 - twilightforest:charm_of_keeping_2,1,0 - bhc:blue_heart,1,0 - > - - # Twilight Swamp creatures - S:twilightswamp < - twilightforest:steeleaf_ingot,1,0 - twilightforest:ironwood_raw,15,0 - twilightforest:fiery_ingot,1,0 - twilightforest:hydra_chop,1,0 - minecraft:gold_ingot,5,0 - minecraft:red_mushroom,32,0 - minecraft:slime_ball,16,0 - > - - # Witch - S:witch < - minecraft:redstone,8,0 - minecraft:glowstone_dust,8,0 - minecraft:sugar,64,0 - xreliquary:mob_ingredient,2,5 - > - - # Wither - S:wither < - mysticalagradditions:stuff,1,0 - aoa3:nether_tokens,1,0 - aoa3:small_skill_crystal,1,0 - aoa3:wither_rune,1,0 - > - - # Wither Skeleton - S:witherskeleton < - minecraft:skull,1,1 - minecraft:coal,64,0 - xreliquary:mob_ingredient,1,1 - > - - # Zombie - S:zombie < - minecraft:rotten_flesh,64,0 - minecraft:skull,1,2 - minecraft:iron_ingot,16,0 - minecraft:carrot,32,0 - minecraft:potato,32,0 - xreliquary:mob_ingredient,1,6 - > -} - - -########################################################################################################## -# trial max tier rewards -#--------------------------------------------------------------------------------------------------------# -# Rewards for the Max tier of trials. -# CAUTION: Max 3 items per list, anything after that will be trimmed. -# Input format "minecraft:coal,64,0" -# Where minecraft:coal is the registryName, 64 is the amount and 0 is the damagevalue/meta. "," is the delimiter. -# Optionally supports NBT tags, example: -# deepmoblearning:glitch_infused_sword,1,0,{display:{Name:"Not a sword really"}} -########################################################################################################## - -"trial max tier rewards" { - # Enderman Trial Reward - S:enderman < - deepmoblearning:glitch_heart,5,0 - > - - # Skeleton Trial Reward - S:skeleton < - deepmoblearning:glitch_heart,3,0 - > - - # Slime Trial Reward - S:slime < - deepmoblearning:glitch_heart,3,0 - > - - # Spider Trial Reward - S:spider < - deepmoblearning:glitch_heart,4,0 - > - - # Witch Trial Reward - S:witch < - deepmoblearning:glitch_heart,6,0 - > - - # Slime Trial Reward - S:witherskeleton < - deepmoblearning:glitch_heart,5,0 - > - - # Zombie Trial Reward - S:zombie < - deepmoblearning:glitch_heart,3,0 - > -} - - diff --git a/config - Copy/deepmoblearningbm.cfg b/config - Copy/deepmoblearningbm.cfg deleted file mode 100644 index 83411ebf..00000000 --- a/config - Copy/deepmoblearningbm.cfg +++ /dev/null @@ -1,64 +0,0 @@ -# Configuration file - -general { - # Default: false - B:"Allow multiple agonizers linked with one Altar"=true - - # Max: 10,000 - # Default: 128 - # Min: 1 - # Max: 10000 - I:"RF tick cost of the Digital Agonizer"=4000 - - "essence multiplier settings" { - # Default: 5.0 - # Min: 1.0 - # Max: 10.0 - D:"#1 Multiplier of Corrupted Glitch Heart"=5.0 - - # Default: 2.2 - # Min: 1.0 - # Max: 10.0 - D:"#2 Multiplier of Overworldian Living matter"=2.2 - - # Default: 2.4 - # Min: 1.0 - # Max: 10.0 - D:"#3 Multiplier of Hellish Living matter"=2.4 - - # Default: 2.7 - # Min: 1.0 - # Max: 10.0 - D:"#4 Multiplier of Extraterrestrial Living matter"=2.7 - - # Default: 2.5 - # Min: 1.0 - # Max: 10.0 - D:"#5 Multiplier of Twilight Living matter"=10 - } - - "essence base amounts" { - # Default: 50 - # Min: 1 - # Max: 2000 - I:"Tier 1 Data Model - Essence per operation"=50 - - # Default: 75 - # Min: 1 - # Max: 2000 - I:"Tier 2 Data Model - Essence per operation"=300 - - # Default: 150 - # Min: 1 - # Max: 2000 - I:"Tier 3 Data Model - Essence per operation"=600 - - # Default: 300 - # Min: 1 - # Max: 2000 - I:"Tier 4 Data Model - Essence per operation"=2000 - } - -} - - diff --git a/config - Copy/defaultoptions.cfg b/config - Copy/defaultoptions.cfg deleted file mode 100644 index 357b33d4..00000000 --- a/config - Copy/defaultoptions.cfg +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration file - -general { - # The default difficulty selected for newly created worlds. - # Valid values: - # PEACEFUL - # EASY - # NORMAL - # HARD - S:"Default Difficulty"=NORMAL - - # Set to true if the difficulty for new world's should be locked ot the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? - B:"Lock Difficulty"=false -} - - diff --git a/config - Copy/demagnetize.cfg b/config - Copy/demagnetize.cfg deleted file mode 100644 index 5b4d2151..00000000 --- a/config - Copy/demagnetize.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# Configuration file - -general { - # The number of filter slots the Advanced Demagnetizer has. - # Ensure this is changed on all clients and the server. - # Min: 1 - # Max: 9 - I:"Advanced Demagnetizer Filter Size"=9 - - # Min: 1 - # Max: 2147483647 - I:"Advanced Demagnetizer Range"=16 - - # The number of filter slots the Demagnetizer has. - # Ensure this is changed on all clients and the server. - # Min: 1 - # Max: 9 - I:"Demagnetizer Filter Size"=4 - - # Min: 1 - # Max: 2147483647 - I:"Demagnetizer Range"=4 -} - - diff --git a/config - Copy/dimdoors.cfg b/config - Copy/dimdoors.cfg deleted file mode 100644 index d378ec53..00000000 --- a/config - Copy/dimdoors.cfg +++ /dev/null @@ -1,110 +0,0 @@ -# Configuration file - -dungeons { - # Min: 5 - # Max: 2147483647 - I:maxDungeonDepth=8 -} - - -general { - I:baseDimensionID=684 - B:closeDoorBehind=true - I:depthSpreadFactor=20 - B:riftBoundingBoxInCreative=false - D:riftCloseSpeed=1.0 - - # Min: 0.0 - # Max: 3.0 - D:teleportOffset=0.5 - B:useEnderPearlsInCrafting=false - B:useStatusBar=true -} - - -graphics { - # Min: -1 - # Max: 2147483647 - I:highlightRiftCoreFor=15000 - - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:riftJitter=1.0 - - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:riftSize=1.0 - B:showRiftCore=false -} - - -limbo { - S:blockLimboDecayBlackList < - > - B:enableLimboDecay=true - B:hardcoreLimbo=false - B:universalLimbo=false -} - - -monoliths { - B:dangerousLimboMonoliths=false - B:monolithTeleportation=true -} - - -pockets { - I:cachedSchematics=10 - B:loadAllSchematics=false - - # Min: 0 - # Max: 2147483647 - I:maxPocketSize=15 - - # Min: 4 - # Max: 2147483647 - I:pocketGridSize=32 - - # Min: 0 - # Max: 7 - I:privatePocketSize=2 - - # Min: 0 - # Max: 2147483647 - I:publicPocketSize=1 -} - - -rifts { - S:blockRiftDecayBlackList < - > - B:enableRiftDecay=true - B:enableRiftDecayDropsWorldThread=true - B:enableRifts=true - I:maxRiftSize=-1 - B:riftBoundingBoxInCreative=false - - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:riftCloseSpeed=1.0 -} - - -world { - I:clusterDimBlacklist < - - > - - # Min: 0.0 - # Max: 1.0 - D:clusterGenChance=0.0 - I:gatewayDimBlacklist < - 812 - > - - # Min: 0.0 - # Max: 1.0 - D:gatewayGenChance=0.0015 -} - - diff --git a/config - Copy/doubledoors.cfg b/config - Copy/doubledoors.cfg deleted file mode 100644 index 1e18cb88..00000000 --- a/config - Copy/doubledoors.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -general { - # When enables, the mod works with double doors. - B:enableDoors=true - - # When enables, the mod works with double fence gates. - B:enableFenceGates=true - - # When enables, the mod works with double trapdoors. - B:enableTrapdoors=true -} - - diff --git a/config - Copy/elevatorid.cfg b/config - Copy/elevatorid.cfg deleted file mode 100644 index 04d0551b..00000000 --- a/config - Copy/elevatorid.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file - -general { - - general { - # Can mobs spawn in elevators ? - B:mobSpawn=false - - # Realign players after teleporting to the center of elevator ? - B:precisionTarget=true - - # Maximum elevator range - # Min: 3 - # Max: 2147483647 - I:range=256 - - # Should elevators have the same color to teleport ? - B:sameColor=false - - # Should it teleport if there is an invalid elevator in between ? - B:skipUnreachable=true - } - -} - - diff --git a/config - Copy/enderstorage.cfg b/config - Copy/enderstorage.cfg deleted file mode 100644 index 1f7d6333..00000000 --- a/config - Copy/enderstorage.cfg +++ /dev/null @@ -1,18 +0,0 @@ -#EnderStorage Configuration File -#Deleting any element will restore it to it's default value - -#Causes chests to lose personal settings and drop the diamond on break -anarchyMode=false - -#Disables the tank on top of the creators heads. -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 - -#Enable this to make EnderStorage use vanilla's EnderChest sounds instead of the standard chest. -useVanillaEnderChestSounds=false diff --git a/config - Copy/enderutilities.cfg b/config - Copy/enderutilities.cfg deleted file mode 100644 index 72457e2c..00000000 --- a/config - Copy/enderutilities.cfg +++ /dev/null @@ -1,296 +0,0 @@ -# Configuration file - -########################################################################################################## -# BuildersWand -#--------------------------------------------------------------------------------------------------------# -# Configs for the Wand of the Lazy Builder -########################################################################################################## - -BuildersWand { - # The number of blocks the Lazy Builder's Wand will place each game tick - # in the "build modes". Default: 10 (= 200 blocks per second) - I:buildersWandBlocksPerTick=10 - - # Enables the Copy mode functionality in survival mode - B:buildersWandEnableCopyMode=true - - # Enables the Move mode functionality in survival mode - B:buildersWandEnableMoveMode=true - - # Enables the Paste mode functionality in survival mode - B:buildersWandEnablePasteMode=true - - # Enables the Replace 3D mode functionality in survival mode - B:buildersWandEnableReplace3DMode=true - - # Enables the Replace mode functionality in survival mode - B:buildersWandEnableReplaceMode=true - - # Enables the "Stack Area" mode functionality in survival mode - B:buildersWandEnableStackMode=true - - # The alpha value to use for the translucent ghost block rendering mode - D:buildersWandGhostBlockAlpha=0.7 - - # The maximum block hardness of the blocks the wand can break/move in survival mode - D:buildersWandMaxBlockHardness=60.0 - - # The number of blocks to replace per game tick in the Replace mode, default: 2 (= 40 blocks per second) - I:buildersWandReplaceBlocksPerTick=2 - - # Use translucent ghost block rendering instead of opaque - B:buildersWandUseTranslucentGhostBlocks=true -} - - -########################################################################################################## -# Client -#--------------------------------------------------------------------------------------------------------# -# Client side configs -########################################################################################################## - -Client { - # Prints a chat message when items are bound to a new location - B:announceLocationBindingInChat=false - - # Render the Ruler and Builder's Wand areas/selections also for the items held by other players - B:buildersWandAndRulerRenderForOtherPlayers=true - - # Reverse the sneak behaviour on opening the Handy Bag instead of the regular inventory - B:handyBagOpenRequiresSneak=false - - # Does the block drops teleporting by Ender tools cause particle effects - B:useToolParticles=true - - # Does the block drops teleporting by Ender tools play the sound effect - B:useToolSounds=true -} - - -########################################################################################################## -# DisableBlocks -#--------------------------------------------------------------------------------------------------------# -# Completely disable blocks (don't register them to the game.) -# Note that machines are grouped together and identified by the meta value. You can't disable just a specific meta value. -########################################################################################################## - -DisableBlocks { - B:disableBlockAdjustableStorageUnit=false - B:disableBlockBarrel=false - B:disableBlockDrawbridge=false - B:disableBlockEnderElevator=false - - # Meta values: 0 = Energy Bridge Resonator; 1 = Energy Bridge Receiver; 2 = Energy Bridge Transmitter - B:disableBlockEnergyBridge=false - B:disableBlockFloor=false - B:disableBlockInserter=false - - # Info: Machine_0 meta values: 0 = Ender Furnace - B:disableBlockMachine_0=false - - # Info: Machine_1 meta values: 0 = Ender Infuser; 1 = Tool Workstation, 2 = Creation Station - B:disableBlockMachine_1=false - - # Meta values: 0 = Massive Storage Unit, 1 = Massive Storage Bundle - B:disableBlockMassiveStorageUnit=false - B:disableBlockMolecularExciter=false - B:disableBlockPhasing=false - B:disableBlockPortal=false - B:disableBlockPortalFrame=false - B:disableBlockPortalPanel=false - B:disableBlockSoundBlock=false - - # Meta values: 0..2 = Memory Chests, 3..6 = Handy Chests, 7 = Junk Storage Unit - B:disableBlockStorage_0=false -} - - -########################################################################################################## -# DisableItems -#--------------------------------------------------------------------------------------------------------# -# Completely disable items (don't register them to the game.) -# Note that some items are grouped together using the damage value (and/or NBT data) to identify them. -# You can't disable a specific damage value only (so that existing items would vanish). -########################################################################################################## - -DisableItems { - B:disableItemBuildersWand=false - B:disableItemCraftingPart=false - B:disableItemEnderArrow=false - B:disableItemEnderBag=false - B:disableItemEnderBow=false - B:disableItemEnderBucket=false - B:disableItemEnderCapacitor=false - B:disableItemEnderLasso=false - B:disableItemEnderPearl=false - B:disableItemEnderPorter=false - B:disableItemEnderSword=false - B:disableItemEnderTools=false - B:disableItemHandyBag=false - B:disableItemIceMelter=false - B:disableItemInventorySwapper=false - B:disableItemLinkCrystal=false - B:disableItemLivingManipulator=false - B:disableItemMobHarness=false - B:disableItemNullifier=false - B:disableItemPetContract=false - B:disableItemPickupManager=false - B:disableItemPortalScaler=false - B:disableItemQuickStacker=false - B:disableItemRuler=false - B:disableItemSyringe=false - B:disableItemVoidPickaxe=false -} - - -########################################################################################################## -# DisableRecipes -#--------------------------------------------------------------------------------------------------------# -# Disable item recipes -########################################################################################################## - -DisableRecipes { - B:disableRecipeEnderElevator=false -} - - -Generic { - # How many stacks of storage each Barrel Capacity Upgrade adds - I:barrelCapacityUpgradeStacksPer=256 - - # Inverses the sneak behavior of taking out items from barrels. - # When inversed, you take out one item when NOT sneaking. - B:barrelInversedSneak=false - - # How many Barrel Capacity Upgrades can be applied to one barrel - I:barrelMaxCapacityUpgrades=64 - - # Whether or not to render the "fullness bar" on Barrels - B:barrelRenderFullnessBar=true - - # Is the Ender Bow allowed to teleport players (directly or in a 'stack' riding something) - B:enderBowAllowPlayers=true - - # Can the Ender Bow be used in the 'TP Self' mode - B:enderBowAllowSelfTP=true - - # Maximum amount the Ender Bucket can hold, in millibuckets. Default: 16000 mB (= 16 buckets). - I:enderBucketCapacity=16000 - - # Is the Ender Lasso allowed to teleport players (directly or in a 'stack' riding something) - B:enderLassoAllowPlayers=true - - # If true, then the block will drop as item when failing to place (like vanilla falling blocks). - # If false, then it will stay in entity form until it's able to place itself. - B:fallingBlockDropsAsItemOnPlacementFail=false - - # Master config to enable calling the stored items' update method in the Handy Bag. - # WARNING: Due to how complex the bag's inventory stuff is (due to the bag storing Memory Cards, - # which then store the items), using this functionality - # might cause lots of NBT data changes in the bag and also considerable network bandwidth usage - # when updating the bag's NBT to the clients. So USE WITH CAUTION! - B:handyBagEnableItemUpdate=false - - # The harvest level of tools made from Advanced Ender Alloy (3 = vanilla diamond tool level). - I:harvestLevelEnderAlloyAdvanced=3 - - # The maximum amount of items (per slot) the MSU and MSB can store. Max is 2147483647 - I:msuMaxItems=1000000000 - - # How many blocks to check at most when checking that one portal area is valid - I:portalAreaCheckLimit=10000 - - # How many Portal Frame blocks to check at most - I:portalFrameCheckLimit=2000 - - # How many blocks to check at most when checking portal enclosing loops - I:portalLoopCheckLimit=2000 - - # If true, then the Portal Panel only accepts Portal type Link Crystals. - # This allows forcing the Portals to be used in pairs (or rather, that there - # must always also be _some_ Portal in the destination location.) - B:portalOnlyAllowsPortalTypeLinkCrystals=false - - # If enabled, then a custom event replaces fetching the block collision boxes for - # EntityItems and EntityXPOrbs when they are being pushed out of blocks. - # Without this, the Cracked Floor are really derpy and shoot the items and XP - # everywhere while they try to fall through the block. - # NOTE: This doesn't currently work in 1.11.2+ due to vanilla/Forge changes - B:replaceEntityItemCollisionBoxHandling=false - - # Do items require Ender Charge to operate? (stored in Ender Capacitors) - B:useEnderCharge=true -} - - -Lists { - # A list of blockstates that are not allowed to be picked up - # by the Dolly (only effective in survival mode!) - # Use a blockstate string, for example: - # 'minecraft:gold_block' or 'minecraft:stone[variant=andesite]'. - # A block name without properties will match all states, - # for example: 'minecraft:stone' - # would match smooth stone and all the granite/andesite/diorite - # variants that are in the same block. - S:dollyBlockBlacklist < - > - - # A list of dimension IDs that should be considered End dimensions, although they may otherwise not seem like it. - # This is mainly used for the Energy Bridges, to allow the Transmitters to work in custom End dimensions. - S:endDimensions < - > - - # Block types the Ender Bag is NOT allowed to (= doesn't properly) work with. - S:enderBagBlackList < - > - - # Target control list type used for Ender Bag. Allowed values: blacklist, whitelist. - S:enderBagListType=whitelist - - # Block types the Ender Bag is allowed to (= should properly) work with. **NOTE** Only some vanilla blocks work properly atm!! - S:enderBagWhiteList < - minecraft:chest - minecraft:dispenser - minecraft:dropper - minecraft:ender_chest - minecraft:furnace - minecraft:hopper - minecraft:trapped_chest - > - - # A list of blockstates that are valid for the Energy Bridge's Bedrock requirement. - # Use a blockstate string, for example: 'minecraft:gold_block' or 'minecraft:stone[variant=andesite]'. - # A block name without properties will match all states, for example: 'minecraft:stone' - # would match smooth stone and all the granite/andesite/diorite variants that are in the same block. - S:energyBridgeBedrockWhitelist < - minecraft:bedrock - > - - # List of entity names the LMM is not allowed to store, if 'livingMatterManipulatorListType' is 'blacklist'. - S:livingMatterManipulatorBlackList < - minecraft:ender_dragon - minecraft:wither - > - - # The list type used for the Living Matter Manipulator. Allowed values: blacklist, whitelist. - S:livingMatterManipulatorListType=blacklist - - # List of entity names the LMM is only allowed to store, if 'livingMatterManipulatorListType' is 'whitelist'. - S:livingMatterManipulatorWhiteList < - > - - # Entities that are not allowed to be teleported using any methods - S:teleportBlackList < - minecraft:ender_dragon - minecraft:ender_crystal - minecraft:wither - > -} - - -Version { - # Internal config file version tracking. DO NOT CHANGE!! - I:configFileVersion=6600 -} - - diff --git a/config - Copy/entity_culling.cfg b/config - Copy/entity_culling.cfg deleted file mode 100644 index cd3c2d33..00000000 --- a/config - Copy/entity_culling.cfg +++ /dev/null @@ -1,74 +0,0 @@ -# Configuration file - -general { - # Requires restart. Ram usage (in MB) = (x * 16 * 2) ^ 3 / 4 - I:cacheSize=12 - B:debug=false - - # Disable all changes from this mod. - B:enabled=true - - # Skip rendering of entities that are not visible (hidden behind blocks). Bosses will be rendered normally. This might cause issues where an entity is partly behind a block and thus does not get rendered but it's usually not really noticable. - B:skipHiddenEntityRendering=true - - # Tile entities which will always be rendered. (Format: 'modid:entity_name') - S:skipHiddenEntityRenderingBlacklist < - > - - # Entities with a width or height greater than this value will always get rendered. - # Min: 0.0 - # Max: 256.0 - D:skipHiddenEntityRenderingSize=3.0 - - # Skip rendering of entities that are not visible (hidden behind blocks). This might cause issues where a tile entity is partly behind a block and thus does not get rendered but it's usually not really noticable. - B:skipHiddenTileEntityRendering=true - - # Tile entities which will always be rendered. (Format: 'modid:tile_entity_name') - S:skipHiddenTileEntityRenderingBlacklist < - > - - # Tile entities with a width or height greater than this value will always get rendered. - # Min: 0.0 - # Max: 256.0 - D:skipHiddenTileEntityRenderingSize=3.0 - - optifineshaderoptions { - B:entityShadowsCulling=true - B:entityShadowsCullingLessAggressiveMode=true - - # Min: 0.0 - # Max: 64.0 - D:entityShadowsCullingLessAggressiveModeDiff=4.0 - B:entityShadowsDistanceLimited=true - B:entityShadowsEnabled=true - - # Min: 0.0 - # Max: 64.0 - D:entityShadowsMaxDistance=4.0 - B:terrainShadowsDistanceLimited=true - B:terrainShadowsEnabled=true - - # Min: 0.0 - # Max: 64.0 - D:terrainShadowsMaxHorizontalDistance=8.0 - - # Min: 0.0 - # Max: 64.0 - D:terrainShadowsMaxVerticalDistance=4.0 - B:tileEntityShadowsCulling=true - B:tileEntityShadowsCullingLessAggressiveMode=true - - # Min: 0.0 - # Max: 64.0 - D:tileEntityShadowsCullingLessAggressiveModeDiff=4.0 - B:tileEntityShadowsDistanceLimited=true - B:tileEntityShadowsEnabled=true - - # Min: 0.0 - # Max: 64.0 - D:tileEntityShadowsMaxDistance=4.0 - } - -} - - diff --git a/config - Copy/entityculling.cfg b/config - Copy/entityculling.cfg deleted file mode 100644 index a5579008..00000000 --- a/config - Copy/entityculling.cfg +++ /dev/null @@ -1,94 +0,0 @@ -# Configuration file - -general { - # Ideally should be set to equal the render distance. Ram usage (in Bytes) = 1063 * (2x + 1) ^ 3 - I:cacheSize=12 - B:debugRenderBoxes=false - B:disabledInSpectator=true - - # If you have a weak CPU enabling this option might help reducing the CPU usage. - B:enableRaytraceCache=false - - # Disable all changes from this mod (This is not equal to removing the mod!). - B:enabled=true - - # If enabled and OpenGl 4.4 is supported OpenGl based culling is used which is a lot faster and more accurate. If you have a weak GPU you might want to disable this. - B:openglBasedCulling=true - - # Mode that is used to calculate the distance from camera to a raytrace end point. - # Valid values: - # SPHERICAL - # CYLINDRICAL - S:raytraceDistanceCalculator=SPHERICAL - - # Used to calculate the raytrace distance limit. Points farther away than the limit are not raytraced. Distance limit = (renderDistance * 16 + adder) * multiplier - # Min: 0.0 - # Max: 1024.0 - D:raytraceDistanceLimitAdder=16.0 - - # Used to calculate the raytrace distance limit. Points farther away than the limit are not raytraced. Distance limit = (renderDistance * 16 + adder) * multiplier - # Min: 0.0 - # Max: 1024.0 - D:raytraceDistanceLimitMultiplier=1.0 - - # If you feel the need to increase this value because of entities being culled falsely then another modder probably messed up their render bounding boxes and you should report the issue to them. Alternatively you can use the (tile-)entityBoundingBoxGrowthList settings to fix bounding boxes on your own. - # Min: 0.0 - # Max: 1024.0 - D:raytraceThreshold=1.0 - - # If enabled tile entity bounding boxes are increased slightly to avoid issues when other mods don't correctly set their bounding boxes (requires opengl based culling). If you still have culling or flickering issues you can use the 'debugRenderBoxes', 'entityBoundingBoxGrowthList' and 'tileEntityBoundingBoxGrowthList' config options to try to fix the bounding box of that entity or tile entity. - B:tileEntityAABBGrowth=true - - entity { - B:alwaysRenderBosses=true - B:alwaysRenderEntitiesWithName=true - B:alwaysRenderPlayers=true - B:alwaysRenderViewEntity=true - B:ignoreEndCrystalsWithBeam=true - - # Skip rendering of entities that are not visible (hidden behind blocks). This might cause issues where an entity is partly behind a block and thus does not get rendered but it's usually not really noticable. - B:skipHiddenEntityRendering=true - - # Tile entities which will always be rendered. (Accepts 'modid' or 'modid:entity_name') - S:skipHiddenEntityRenderingBlacklist < - > - - # Entities with a width or height greater than this value will always get rendered. - # Min: 0.0 - # Max: 1024.0 - D:skipHiddenEntityRenderingSize=16.0 - } - - tileentity { - # Skip rendering of entities that are not visible (hidden behind blocks). This might cause issues where a tile entity is partly behind a block and thus does not get rendered but it's usually not really noticable. - B:skipHiddenTileEntityRendering=true - - # Tile entities which will always be rendered. (Accepts 'modid' or 'modid:tile_entity_name') - S:skipHiddenTileEntityRenderingBlacklist < - enderio:tile_travel_anchor - > - - # Tile entities with a width or height greater than this value will always get rendered. - # Min: 0.0 - # Max: 1024.0 - D:skipHiddenTileEntityRenderingSize=16.0 - } - - optifineshaderoptions { - B:entityShadowsCulling=true - B:entityShadowsCullingLessAggressiveMode=true - - # Min: 0.0 - # Max: 1024.0 - D:entityShadowsCullingLessAggressiveModeDiff=4.0 - B:tileEntityShadowsCulling=true - B:tileEntityShadowsCullingLessAggressiveMode=true - - # Min: 0.0 - # Max: 1024.0 - D:tileEntityShadowsCullingLessAggressiveModeDiff=4.0 - } - -} - - diff --git a/config - Copy/entityculling.json b/config - Copy/entityculling.json deleted file mode 100644 index 97cb8e44..00000000 --- a/config - Copy/entityculling.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "configVersion": 4, - "renderNametagsThroughWalls": true, - "blockEntityWhitelist": [ - "tile.beacon" - ], - "tracingDistance": 128, - "debugMode": false, - "sleepDelay": 10, - "hitboxLimit": 50, - "skipMarkerArmorStands": true -} \ No newline at end of file diff --git a/config - Copy/equivalentenergistics.cfg b/config - Copy/equivalentenergistics.cfg deleted file mode 100644 index 96be8718..00000000 --- a/config - Copy/equivalentenergistics.cfg +++ /dev/null @@ -1,86 +0,0 @@ -# Configuration file - -general { - - misc { - # Enable debug logging. - B:debug=false - } - - emcassembler { - # Number of ticks it takes the basic EMC Assembler to craft an item. - # Min: 0 - # Max: 256 - I:craftingTime=20 - - # The amount of power the EMC Assembler will consume while sitting idle in AE. - # Min: 0.0 - # Max: 2.147483647E9 - D:idlePower=0.0 - - # The minimum amount of EMC the EMC Assembler will attempt to use. Any items that have an EMC value less than this will craft in stacks of up to this value. - # Min: 0.0 - # Max: 2.147483647E9 - D:maxStackEMC=131072.0 - - # The amount of power the EMC Assembler will consume per EMC of items crafted in AE. - # Min: 0.0 - # Max: 2.147483647E9 - D:powerPerEMC=0.01 - } - - emccondenser { - # The amount of EMC the basic EMC Condenser can convert per tick. This value is scaled by x10 for each tier of Condenser. - # Min: 0.0 - # Max: 2.147483647E9 - D:emcPerTick=8192.0 - - # The amount of power the EMC Condenser will consume while sitting idle in AE. - # Min: 0.0 - # Max: 2.147483647E9 - D:idlePower=0.0 - - # The amount of power the EMC Condenser will consume per EMC condensed in AE. - # Min: 0.0 - # Max: 2.147483647E9 - D:powerPerEMC=0.01 - } - - ########################################################################################################## - # cellcapacities - #--------------------------------------------------------------------------------------------------------# - # EMC Cell capacities. - ########################################################################################################## - - cellcapacities { - D:creativeCell=1.6384E10 - D:tier1Cell=1000000.0 - D:tier2Cell=4000000.0 - D:tier3Cell=1.6E7 - D:tier4Cell=6.4E7 - D:tier5Cell=2.56E8 - D:tier6Cell=1.024E9 - D:tier7Cell=4.096E9 - D:tier8Cell=1.6384E10 - } - - ########################################################################################################## - # cellpowerdrain - #--------------------------------------------------------------------------------------------------------# - # EMC Cell power drain. - ########################################################################################################## - - cellpowerdrain { - D:tier1Cell=0.1 - D:tier2Cell=0.2 - D:tier3Cell=0.4 - D:tier4Cell=0.8 - D:tier5Cell=1.6 - D:tier6Cell=3.2 - D:tier7Cell=6.4 - D:tier8Cell=12.8 - } - -} - - diff --git a/config - Copy/equivalentintegrations.cfg b/config - Copy/equivalentintegrations.cfg deleted file mode 100644 index 7f3b0468..00000000 --- a/config - Copy/equivalentintegrations.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration file - -general { - # Whether to expose bunch of dummy items. You really don't want to do this. - B:exposeDummyTestItems=false - - # Whether to expose a Soulbound Talisman linked to an invalid player. Only enable if you know what this means. - B:exposeInvalidTalisman=false - - # The amount to multiply EMC consumption by in the Transmutation Generator. Does not, directly, affect energy production - # Min: 0.01 - # Max: 100.0 - D:generatorEMCMultiplier=1.0 - - # The maximum amount of a single item to expose, even if you have enough EMC to make more. - # Min: 64 - # Max: 2147483647 - I:maximumExposedStackSize=1000000 -} - - diff --git a/config - Copy/erebus.cfg b/config - Copy/erebus.cfg deleted file mode 100644 index 809a6596..00000000 --- a/config - Copy/erebus.cfg +++ /dev/null @@ -1,92 +0,0 @@ -# Configuration file - -general { - B:"Add Glowshrooms to World generation"=true - B:"Add Moss to World generation"=true - B:"Add Mould to World generation"=true - B:"Add Petrified Quartz to World generation"=true - B:"Allow hostile spawning in Erebus dimension when world provider fails"=false - B:"Allow passive spawning in Erebus dimension when world provider fails"=false - - # 0 = only wooden blocks except tile entities & logs, 1 = only wooden blocks except logs, 2 = anything - I:"Beetle larva eating settings"=0 - B:"Block O' Bones Inventory Save"=false - - # This will not stop block destruction for player attacks only collided with blocks! - B:"Bombardier Beetle Block destruction"=true - B:"Coloured Biome Fogs"=true - - # There doesn't appear to be a limit on dimension IDs, but try to keep it low - I:"Dimension ID of The Erebus"=66 - B:"Erebus Generates with Flat Bedrock Layers"=true - B:"Generate natural swap vents"=true - B:"Glowing bugs emit light"=true - - # [range: 0.0 ~ 3.4028235E38, default: 4.0] - S:"Hanging Web hardness"=4.0 - B:"Moss will naturally Spread over time"=true - B:"Mould will naturally Spread over time"=true - I:"Number of seconds before the portal is usable again."=5 - B:"Play erebus songs"=true - B:"Random mob names"=true - B:"Should player re-spawn in dimension"=false - B:"Spawn Black Widows in Nether"=true -} - - -"mob modifiers" { - B:"Dragonflies Grab Players"=true - I:"Mob Attack Damage Multipier"=1 - I:"Mob Health Multiplier"=1 - B:"Scorpions Grab Players"=true -} - - -ores { - B:"Generate aluminium"=false - B:"Generate coal"=true - B:"Generate copper"=false - B:"Generate diamond"=true - B:"Generate diamond_encrusted"=true - B:"Generate emerald"=true - B:"Generate fossil"=true - B:"Generate gneiss"=true - B:"Generate gold"=true - B:"Generate iron"=true - B:"Generate jade"=true - B:"Generate lapis"=true - B:"Generate lead"=false - B:"Generate petrified_wood"=true - B:"Generate quartz"=true - B:"Generate silver"=false - B:"Generate temple"=true - B:"Generate tin"=false -} - - -"quake hammer" { - # [range: 0.0 ~ 3.4028235E38, default: 0.03] - S:"Quake Hammer charged render size"=0.03 - - # [range: 0.0 ~ 3.4028235E38, default: 10.0] - S:"Quake Hammer damage"=30.0 - - # [range: 0.0 ~ 3.4028235E38, default: 1.0] - S:"Quake Hammer efficiency"=1.0 - I:"Quake Hammer enchantability"=18 - I:"Quake Hammer harvest level"=0 - I:"Quake Hammer max uses"=863 - - # [range: 0.0 ~ 3.4028235E38, default: 1.75] - S:"Quake Hammer render size"=1.75 -} - - -"wand of animation" { - # For Sanity [default: [minecraft:obsidian]] - S:"Blocks ignored by Wand" < - minecraft:obsidian - > -} - - diff --git a/config - Copy/extendedcrafting.cfg b/config - Copy/extendedcrafting.cfg deleted file mode 100644 index 16a68a50..00000000 --- a/config - Copy/extendedcrafting.cfg +++ /dev/null @@ -1,342 +0,0 @@ -# Configuration file - -########################################################################################################## -# automation_interface -#--------------------------------------------------------------------------------------------------------# -# Settings for the Automation Interface. -########################################################################################################## - -automation_interface { - # Should the Automation Interface accept GTEU? [default: false] - B:accept_gteu=false - - # Should the Automation Interface be enabled? [default: true] - B:enabled=true - - # How much FE the Automation Interface should hold. [range: 0 ~ 2147483647, default: 1000000] - I:energy_capacity=1000000 - - # How much FE the Automation Interface should use when moving items. [range: 0 ~ 100000, default: 80] - I:energy_rate=80 - - # Should the Automation Interface render the result item inside it? [default: true] - B:render_item=true -} - - -########################################################################################################## -# combination_crafting -#--------------------------------------------------------------------------------------------------------# -# Settings for the Crafting Core. -########################################################################################################## - -combination_crafting { - # Should the Crafting Core accept GTEU? [default: false] - B:accept_gteu=false - - # Should the Crafting Core and Pedestal be enabled? [default: true] - B:enabled=true - - # How much FE the Crafting Core should hold. [range: 0 ~ 2147483647, default: 5000000] - I:energy_capacity=50000000 - - # How much FE/t the Crafting Core should use when crafting by default. [range: 0 ~ 2147483647, default: 500] - I:energy_rate=100000000 -} - - -########################################################################################################## -# ender_crafting -#--------------------------------------------------------------------------------------------------------# -# Settings for the Ender Crafter. -########################################################################################################## - -ender_crafting { - # How much an Ender Alternator should speed up a craft. This is the percentage of time_required. [range: 0.0 ~ 1.0, default: 0.01] - S:alternator_effectiveness=0.01 - - # Should the Ender Crafter and Ender Alternator be enabled? [default: true] - B:enabled=true - - # How many seconds each craft should take. [range: 1 ~ 2147483647, default: 60] - I:time_required=60 -} - - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# Settings for general things. -########################################################################################################## - -general { - # Should WAILA show the current energy of Extended Crafting machines? [default: true] - B:energy_in_waila=true - - # Should the In-Game Guide Book be enabled? [default: true] - B:guide_enabled=true - - # Should the Handheld Crafting Table be enabled? [default: true] - B:handheld_table_enabled=true -} - - -########################################################################################################## -# gregtech -#--------------------------------------------------------------------------------------------------------# -# Settings for GregTech compatibility. -########################################################################################################## - -gregtech { - # How much RF should one GTEU be handled as? [range: 1 ~ 2147483647, default: 4] - I:conversion=4 -} - - -########################################################################################################## -# quantum_compression -#--------------------------------------------------------------------------------------------------------# -# Settings for the Quantum Compressor. -########################################################################################################## - -quantum_compression { - # Should the Quantum Compressor accept GTEU? [default: false] - B:accept_gteu=false - - # Should the Quantum Compressor be enabled? [default: true] - B:enabled=true - - # How much FE the Quantum Compressor should hold. [range: 0 ~ 2147483647, default: 10000000] - I:energy_capacity=10000000 - - # How much FE/t the Quantum Compressor should use when crafting by default. [range: 0 ~ 2147483647, default: 5000] - I:energy_rate=500000 - - # Should the Quantum Compressor render the result item above it? [default: true] - B:render_item=true -} - - -########################################################################################################## -# recipe_maker -#--------------------------------------------------------------------------------------------------------# -# Settings for the Recipe Maker. -########################################################################################################## - -recipe_maker { - # Should the Recipe Maker be enabled? [default: true] - B:enabled=true - - # Should the Recipe Maker also copy the NBT of the ingredients? [default: false] - B:use_nbt=false - - # Should the Recipe Maker use OreDictionary entries when applicable? [default: true] - B:use_oredictionary=true -} - - -########################################################################################################## -# singularity -#--------------------------------------------------------------------------------------------------------# -# Settings for the Singularities. -########################################################################################################## - -singularity { - # Here you can add your own custom Singularities. - # - Syntax: meta;name;material;color - # - Example: 12;super_potato;minecraft:carrot;123456 - # - 'meta' must be different for each, and should not be changed. - # - 'name' should be lower case with underscores for spaces. Singularity is added automatically. - # - Example: 'lots_of_spaghetti' would show 'Lots Of Spaghetti Singularity'. - # - 'material' is an item id or ore dictionary entry. This is for the generic crafting recipe. - # - Note: if you plan on adding your own recipe with the CraftTweaker integration, put 'none'. - # - Examples: 'minecraft:stone' for stone, 'ore:ingotIron' for the ore dictionary entry 'ingotIron'. - # - Note: you can also specify meta for item ids, by adding them to the end of the item id. - # - Example: minecraft:stone:3 for a meta of 3. Make the meta 32767 for wildcard value. - # - 'color' the color of the singularity as a hex value. http://htmlcolorcodes.com/ - # - Example: 123456 would color it as whatever that color is. - # - Use the localization key "item.ec.singularity." to set the name of your custom Singularity. - # - Example: item.ec.singularity.carrot=Carrot in your resources/extendedcrafting/lang/en_us.lang - # - and item.ec.singularity.carrot=морковь in your resources/extendedcrafting/lang/ru_ru.lang - # - Note however that you will need a way to load these resources, such as the mod ResourceLoader. - S:custom_singularities < - 999;white_fuel;contenttweaker:white_fuel;ffffff - 998;cosmic_meatball;avaritia:cosmic_meatballs;4c756d - 997;valonite;ore:gemValonite;d9b6e0 - 996;knightslime;ore:ingotKnightslime;af60bf - 995;fiery;ore:ingotFiery;471910 - 994;coralium;abyssalcraft:ccluster9;41b089 - 990;apatite;forestry:apatite;5fa6ed - 991;bluefire;divinerpg:bluefire_stone;001dad - 992;arcanium;divinerpg:arcanium_block;26bdeb - 666;bloodmaster;ore:ingotBloodmasterMetal;4f0507 - 665;demonic;ore:ingotDemonicSteel;7fa6b5 - 664;corrosive;ore:ingotCorrosiveSteel;6fad74 - 663;destructive;ore:ingotDestructiveSteel;adac6f - 662;vengeful;ore:ingotVengefulSteel;a1695c - 661;steadfast;ore:ingotSteadfastSteel;925a9c - 660;aethium;environmentaltech:aethium_crystal;2b2b2b - 659;thermoconducting;nuclearcraft:alloy:11;396932 - 658;terrasteel;botania:manaresource:4;396932 - 657;mithrillium;thaumadditions:mithrillium_plate;029694 - 656;blood_infused;bloodarsenal:base_item:4;8a4a4a - 654;neutronium;ore:ingotCosmicNeutronium;000000 - 653;ethaxium;ore:ingotEthaxium;a8a892 - 652;insanium;ore:essenceInsanium;660066 - 651;divine;divinerpg:divine_stone;ffff00 - 650;arc;contenttweaker:arc_residue;34e8eb - 640;endengeic;divinerpg:legendary_ender_eye;2d206e - 630;sednanite;ore:ingotSednanite;e3d8d8 - 628;ichor;contenttweaker:ichor;c4c700 - 1001;abyss;contenttweaker:abyss_garnet;660d06 - 1002;precasia;contenttweaker:precasia_garnet;1d8a0a - 1003;barathos;contenttweaker:barathos_garnet;78434e - 1004;creeponia;contenttweaker:creeponia_garnet;107507 - 1005;deeplands;contenttweaker:deeplands_garnet;383b38 - 1006;lelyetia;contenttweaker:lelyetia_garnet;a36815 - 1007;candyland;contenttweaker:candyland_garnet;e85ad5 - 1008;celeve;contenttweaker:celeve_garnet;877a45 - 1009;crystevia;contenttweaker:crystevia_garnet;541982 - 1010;gardencia;contenttweaker:gardencia_garnet;91ff95 - 1011;haven;contenttweaker:haven_garnet;76e3da - 1012;iromine;contenttweaker:iromine_garnet;4e5214 - 1013;mysterium;contenttweaker:mysterium_garnet;6f3782 - 1014;vox_ponds;contenttweaker:vox_ponds_garnet;536e53 - 1015;borean;contenttweaker:borean_garnet;0a8f5c - 1016;runandor;contenttweaker:runandor_garnet;0b1766 - 1017;lunalus;contenttweaker:lunalus_garnet;6b0485 - 1018;ancient_cavern;contenttweaker:ancient_cavern_garnet;408a16 - 1019;dustopia;contenttweaker:dustopia_garnet;838582 - 1020;greckon;contenttweaker:greckon_garnet;6e327a - 1021;immortallis;contenttweaker:immortallis_garnet;444530 - 1030;ender_dolomite;contenttweaker:ender_dolomite;160b47 - 1031;nebulous;contenttweaker:nebulous_soul;055720 - 1032;quartz;ore:gemQuartz;9fd1cf - 1022;vethea;contenttweaker:vethea_garnet;61c295 - 1023;shyrelands;contenttweaker:shyrelands_garnet;f2ff00 - 1024;skeletal;aoa3:skeletal_ingot;b0a86f - 1025;etherium;contenttweaker:etherium_ingot;4286ad - 1026;champion_token;contenttweaker:champion_token;ff9747 - 2000;mortum;divinerpg:mortum_chunk;967e7e - 2001;skythern;divinerpg:skythern_chunk;ffffff - 2002;apalachia;divinerpg:apalachia_chunk;f39cff - 2003;wildwood;divinerpg:wildwood_chunk;96e7ff - 2004;eden;divinerpg:eden_chunk;ffe9a6 - 2005;abyss_token;aoa3:abyss_tokens;2e3033 - 2006;baron_token;aoa3:baron_tokens;7a3d56 - 2007;borean_token;aoa3:borean_tokens;763d99 - 2008;candyland_token;aoa3:candyland_tokens;21f8ff - 2009;celeve_token;aoa3:celeve_tokens;872d96 - 2010;creeponia_token;aoa3:creeponia_tokens;148f14 - 2011;crystevia_token;aoa3:crystevia_tokens;3f0257 - 2012;deeplands_token;aoa3:deeplands_tokens;5c5c5c - 2013;dustopia_token;aoa3:dustopia_tokens;1f1f1f - 2014;gardencia_token;aoa3:gardencia_tokens;2d7536 - 2015;greckon_token;aoa3:greckon_tokens;4e0057 - 2016;haven_token;aoa3:haven_tokens;00ffa2 - 2017;iromine_token;aoa3:iromine_tokens;787000 - 2018;lelyetia_token;aoa3:lelyetia_tokens;a1740b - 2019;lunar_token;aoa3:lunar_tokens;b500a9 - 2020;mysterium_token;aoa3:mysterium_tokens;005387 - 2021;nether_token;aoa3:nether_tokens;bd204a - 2022;precasia_token;aoa3:precasian_tokens;7fc227 - 2023;runandor_token;aoa3:runandor_tokens;5db7c9 - 2024;shyrelands_token;aoa3:shyrelands_tokens;9c9e65 - 2025;vox_ponds_token;aoa3:vox_ponds_tokens;699438 - 2026;ice_dragonsteel;iceandfire:dragonsteel_ice_ingot;6d99a6 - 2027;fire_dragonsteel;iceandfire:dragonsteel_fire_ingot;a67065 - 2028;lightning_dragonsteel;iceandfire:dragonsteel_lightning_ingot;956396 - 2029;draconium;ore:blockDraconium;490073 - 2030;infused_diamond;rftools:infused_diamond;00ffef - 2031;pure_fluix;ore:crystalPureFluix;7c3494 - 2032;sugar;minecraft:sugar;d9d9d9 - 2033;knightmetal;twilightforest:knightmetal_ingot;6c9684 - 2034;steeleaf;twilightforest:steeleaf_ingot;108523 - 2035;ironwood;twilightforest:ironwood_ingot;55633c - 2036;syrmorite;ore:ingotSyrmorite;2037a8 - 2037;octine;ore:ingotOctine;ff8800 - 2038;dreadium;abyssalcraft:dreadiumingot;ab1400 - 2039;abyssalnite;abyssalcraft:abyingot;7600ad - 2040;nether_star;minecraft:nether_star;c5d1d0 - - > - - # The catalyst required for the default Singularity recipes. modid:itemid:metadata [default: extendedcrafting:material:11] - S:default_catalyst=extendedcrafting:material:11 - - # Should the default Singularity recipes be enabled? [default: true] - B:default_recipes=true - S:default_singularities < - coal=true - iron=true - lapis_lazuli=true - redstone=true - glowstone=true - gold=true - diamond=true - emerald=true - aluminum=true - copper=true - tin=true - bronze=true - zinc=true - brass=true - silver=true - lead=true - steel=true - nickel=true - constantan=true - electrum=true - invar=true - mithril=true - tungsten=true - titanium=true - uranium=true - chrome=true - platinum=true - iridium=true - signalum=true - lumium=true - enderium=true - ardite=true - cobalt=true - manyullyn=true - > - - # Should the Singularities be enabled? [default: true] - B:enabled=true - - # The amount of RF required to craft a Singularity, for the default recipes. [range: 0 ~ 2147483647, default: 5000000] - I:energy_cost=5000000 - - # The amount of materials required to create a Singularity, for the default recipes. [range: 1 ~ 2147483647, default: 10000] - I:material_amount=5056 - - # Should the default Ultimate Singularity recipe be enabled? [default: true] - B:ultimate_singularity_recipe=false - - # Blacklist Singularities from being in the Ultimate Singularity crafting recipe. - # - Syntax: singularityType;meta - # - 'singularityType' can be 'default' or 'custom'. - # - 'default' for the ones added by the mod by default, 'custom' being the ones defined in '_custom_singularities'. - # - Example: custom;12 - S:ultimate_singularity_recipe_blacklist < - > -} - - -########################################################################################################## -# table_crafting -#--------------------------------------------------------------------------------------------------------# -# Settings for the Extended Crafting Tables. -########################################################################################################## - -table_crafting { - # Should the Extended Crafting Tables be enabled? [default: true] - B:enabled=true - - # Should the Basic Crafting Table inherit normal crafting recipes? [default: true] - B:inherit_vanilla_recipes=false -} - - diff --git a/config - Copy/extrabotany.cfg b/config - Copy/extrabotany.cfg deleted file mode 100644 index 5ca5536e..00000000 --- a/config - Copy/extrabotany.cfg +++ /dev/null @@ -1,350 +0,0 @@ -# Configuration file - -"annoying flower" { - # [range: 1 ~ 2147483647, default: 600] - I:"interval bewteen fishing"=600 - - # [range: 1 ~ 2147483647, default: 150] - I:"mana cost for fishing"=150 - - # [range: 1 ~ 2147483647, default: 3] - I:"times fried chicken leg add"=3 -} - - -"bell flower" { - # [range: 1 ~ 2147483647, default: 100] - I:"base Y to work"=100 - - # [range: 1 ~ 2147483647, default: 11] - I:efficiency=11 - B:"enable catalysis"=true -} - - -bloodyenchantress { - # [range: 1 ~ 2147483647, default: 20] - I:"blood burn time"=20 - - # [range: 1 ~ 2147483647, default: 22] - I:"mana per tick"=22 -} - - -edelweiss { - # [range: 0.0 ~ 2.14748365E9, default: 1.0] - S:efficiency=1.0 -} - - -"enable flowers" { - B:"annoying flower"=true - B:"bell flower"=true - B:"bloody enchantress"=true - B:edelweiss=true - B:"enchanted orchid"=true - B:geminiorchid=true - B:manalinkium=true - B:mirrowtunia=true - B:"moonlight lily"=true - B:necrofleur=true - B:omniviolet=true - B:"reikar lily"=true - B:"stardust lotus"=true - B:stonesia=true - B:"sunshine lily"=true - B:"tinkle flower"=true -} - - -"enable shields" { - B:"enable non-relic shields"=true -} - - -enchantedorchid { - # [range: 1 ~ 2147483647, default: 200000] - I:"mana cost for each enchanted soil"=200000 - - # [range: 1 ~ 10000, default: 400] - I:"the speed of mana consuming"=400 - - # [range: 1 ~ 2147483647, default: 4] - I:"transform range"=4 -} - - -"flux manafield" { - # [range: 1 ~ 2147483647, default: 99] - I:"1000 FE converts to how much. Default is 99"=99 - - # [range: 1 ~ 2147483647, default: 40000] - I:"max energy stored"=40000 - - # [range: 1 ~ 2147483647, default: 200] - I:"the speed it transfer mana to spreader"=200 -} - - -geminiorchid { - # [range: 0.0 ~ 2.14748365E9, default: 1.0] - S:efficiency=1.0 -} - - -general { - # syntax: modid:name:weight or modid:name:weight:meta or modid:name:weight:meta:stacksize [default: [extrabotany:candy:25:0:3], [extrabotany:candy:25:1:3], [extrabotany:candy:25:2:3], [minecraft:pumpkin_pie:15], [minecraft:gold_ingot:10], [minecraft:golden_apple:1:1]] - S:"Candy Bag list" < - extrabotany:candy:25:0:3 - extrabotany:candy:25:1:3 - extrabotany:candy:25:2:3 - minecraft:pumpkin_pie:15 - minecraft:gold_ingot:10 - minecraft:golden_apple:1:1 - > - - # syntax: modid:name or modid:name:meta [default: ] - S:"GaiaIII Disarm Whitelist" < - > - - # syntax: modid:name:weight or modid:name:weight:meta or modid:name:weight:meta:stacksize [default: [botania:petal:6:0:6], [botania:petal:6:1:6], [botania:petal:6:2:6], [botania:petal:6:3:6], [botania:petal:6:4:6], [botania:petal:6:5:6], [botania:petal:6:6:6], [botania:petal:6:7:6], [botania:petal:6:8:6], [botania:petal:6:9:6], [botania:petal:6:10:6], [botania:petal:6:11:6], [botania:petal:6:12:6], [botania:petal:6:13:6], [botania:petal:6:14:6], [botania:petal:6:15:6]] - S:"Reward Bag A list" < - botania:petal:6:0:6 - botania:petal:6:1:6 - botania:petal:6:2:6 - botania:petal:6:3:6 - botania:petal:6:4:6 - botania:petal:6:5:6 - botania:petal:6:6:6 - botania:petal:6:7:6 - botania:petal:6:8:6 - botania:petal:6:9:6 - botania:petal:6:10:6 - botania:petal:6:11:6 - botania:petal:6:12:6 - botania:petal:6:13:6 - botania:petal:6:14:6 - botania:petal:6:15:6 - > - - # syntax: modid:name:weight or modid:name:weight:meta or modid:name:weight:meta:stacksize [default: [botania:rune:8:0:2], [botania:rune:8:1:2], [botania:rune:8:2:2], [botania:rune:8:3:2], [botania:rune:5:4], [botania:rune:5:5], [botania:rune:5:6], [botania:rune:5:7], [botania:rune:3:8], [botania:rune:3:9], [botania:rune:3:10], [botania:rune:3:11], [botania:rune:3:12], [botania:rune:3:13], [botania:rune:3:14], [botania:rune:3:15]] - S:"Reward Bag B list" < - botania:rune:8:0:2 - botania:rune:8:1:2 - botania:rune:8:2:2 - botania:rune:8:3:2 - botania:rune:5:4 - botania:rune:5:5 - botania:rune:5:6 - botania:rune:5:7 - botania:rune:3:8 - botania:rune:3:9 - botania:rune:3:10 - botania:rune:3:11 - botania:rune:3:12 - botania:rune:3:13 - botania:rune:3:14 - botania:rune:3:15 - > - - # syntax: modid:name:weight or modid:name:weight:meta or modid:name:weight:meta:stacksize [default: [botania:manaresource:15:0:4], [botania:manaresource:15:1:4], [botania:manaresource:15:2:4], [botania:manaresource:9:4], [botania:manaresource:10:23:8], [botania:manaresource:7:14], [botania:manaresource:8:5:3], [botania:manaresource:11:7:3], [botania:manaresource:11:8:3], [botania:manaresource:11:9:3], [extrabotany:material:1:3]] - S:"Reward Bag C list" < - botania:manaresource:15:0:4 - botania:manaresource:15:1:4 - botania:manaresource:15:2:4 - botania:manaresource:9:4 - botania:manaresource:10:23:8 - botania:manaresource:7:14 - botania:manaresource:8:5:3 - botania:manaresource:11:7:3 - botania:manaresource:11:8:3 - botania:manaresource:11:9:3 - extrabotany:material:1:3 - > - - # syntax: modid:name:weight or modid:name:weight:meta or modid:name:weight:meta:stacksize [default: [minecraft:iron_ingot:36:0:4], [minecraft:diamond:18:0:1], [minecraft:coal:40:0:6], [minecraft:gold_ingot:24:0:4], [minecraft:ender_pearl:20:0:4], [minecraft:redstone:22:0:8], [botania:blacklotus:16:0:2], [botania:overgrowthseed:12:0:1], [extrabotany:buddhistrelics:1]] - S:"Reward Bag D list" < - minecraft:iron_ingot:36:0:4 - minecraft:diamond:18:0:1 - minecraft:coal:40:0:6 - minecraft:gold_ingot:24:0:4 - minecraft:ender_pearl:20:0:4 - minecraft:redstone:22:0:8 - botania:blacklotus:16:0:2 - botania:overgrowthseed:12:0:1 - extrabotany:buddhistrelics:1 - > - - # syntax: modid:name:weight or modid:name:weight:meta or modid:name:weight:meta:stacksize [default: [extrabotany:rewardbag:33:0:16], [extrabotany:rewardbag:23:1:10], [extrabotany:rewardbag:13:2:6], [extrabotany:rewardbag:13:3:6], [botania:manaresource:23:14], [botania:manaresource:20:4:5], [extrabotany:material:45:6], [extrabotany:material:1:3]] - S:"Reward Bag E list" < - extrabotany:rewardbag:33:0:16 - extrabotany:rewardbag:23:1:10 - extrabotany:rewardbag:13:2:6 - extrabotany:rewardbag:13:3:6 - botania:manaresource:23:14 - botania:manaresource:20:4:5 - extrabotany:material:45:6 - extrabotany:material:1:3 - > - - # The Chance a monster will hold a Halloween Candy Night. Default is 2%. - D:extrabotany.config.chance.candybag=0.019999999552965164 - - # Whether to disable advancement requirement for relics. Set true to make all relics no longer require advancements.Default is false. - B:extrabotany.config.disable.advancementrequirement=true - - # Whether to enable Advertisement Message. Default is true. - B:extrabotany.config.enable.advertisement=true - - # Whether to enable Construct's Armory Compat. Default is false. - B:extrabotany.config.enable.ca=false - - # Whether Monster will have the chance to hold a Halloween Candy Night when spawning. Default is true. - B:extrabotany.config.enable.candybag=true - - # Whether Gaia Guardian III will release Divine Judge. Default is true. - B:extrabotany.config.enable.divinejudge=true - - # Whether to disable spam in logs. Set false to disable it. - B:extrabotany.config.enable.features=true - - # Whether Gaia Guardian III will disarm or not. Default is true. - B:extrabotany.config.enable.gaiadisarm=true - - # Whether Gaia Guardian III will destroy other mod's blocks. Default is false. - B:extrabotany.config.enable.gaiasmash=false - - # Whether to enable the Summoning of Gaia Guardian III. Default is true. - B:extrabotany.config.enable.gaiaspawning=true - - # Whether to enable Herrscher of The Void. Default is true. - B:extrabotany.config.enable.herrscher=true - - # Whether to enable that there can be more people than when the boss is summoned. Set true to enable it - B:extrabotany.config.enable.illegalpeople=false - - # Whether to enable Flux Manafield. Default is true. - B:extrabotany.config.enable.managenerator=false - - # Whether to enable Mana Liquefaction Device. Default is true. - B:extrabotany.config.enable.manaliquefaction=false - - # Whether to enable The One Probe Support. Default is true. Require MC restart. - B:extrabotany.config.enable.topsupport=false - - # Whether to enable True Damage. Set false to make all true damage become normal one.Default is true. - B:extrabotany.config.enable.truedamage=true - - # Amount of Particles during Gaia Guardian III fight. Default is 100%. - D:extrabotany.config.gaia.particle=1.0 - - # Whether to enable Waila Support for Mana Buffer. Default is true. Require MC restart. - B:extrabotany.config.waila.manabuffer=false - - # Whether to enable Waila Support for Flux Manafield. Default is true. Require MC restart. - B:extrabotany.config.waila.managenerator=false - - # Whether to enable Waila Support for Mana Liquefaction Device. Default is true. Require MC restart. - B:extrabotany.config.waila.manaliquefaction=false - - # Whether to enable Waila Support for Mana Pool. Default is true. Require MC restart. - B:extrabotany.config.waila.pool=false -} - - -"mana buffer" { - # [range: 1 ~ 2147483647, default: 400] - I:"mana transfer speed"=400 -} - - -manalinkium { - # [range: 1 ~ 2147483647, default: 400] - I:"mana transfered per tick"=400 -} - - -moonbless { - # [range: 1 ~ 2147483647, default: 1] - I:"mana per tick"=1 -} - - -omniviolet { - # [range: 1 ~ 2147483647, default: 50] - I:"book burn time"=50 - B:"enable catalysis"=true - - # [range: 1 ~ 2147483647, default: 8] - I:"mana per tick"=8 - - # [range: 1 ~ 2147483647, default: 65] - I:"written book burn time"=65 -} - - -reikarlily { - # [range: 1 ~ 2147483647, default: 1500] - I:"burntime for each lightning"=1500 - - # [range: 1 ~ 2147483647, default: 3600] - I:"cooldown after a lightning summoned by itself"=3600 - - # [range: 1 ~ 2147483647, default: 3600] - I:"cooldown after consuming lightning"=3600 - - # [range: 1 ~ 2147483647, default: 12000] - I:"mana based generated per lightning"=12000 - - # [range: 1 ~ 2147483647, default: 45] - I:"mana pertick"=45 - - # [range: 1 ~ 2147483647, default: 64] - I:"the lower base y, the higher chance it will summon lightning"=64 -} - - -"stardust lotus" { - # [range: 1 ~ 100000, default: 800] - I:"mana consumed per tick"=800 - - # [range: 1 ~ 2147483647, default: 20000] - I:"mana cost at least"=20000 - - # [range: 1 ~ 2147483647, default: 150] - I:"mana cost per meter"=150 -} - - -stonesia { - B:"enable catalysis"=true - - # [range: 1 ~ 2147483647, default: 5] - I:"mana per tick"=5 -} - - -"strike times" { - # [range: 1 ~ 2147483647, default: 5] - I:pedestal=5 -} - - -sunbless { - # [range: 1 ~ 2147483647, default: 1] - I:"mana per tick"=1 -} - - -"tinkle flower" { - # [range: 1 ~ 2147483647, default: 30] - I:efficiency=30 - B:"enable catalysis"=true -} - - -tooltips { - B:"enable mana visualization"=true -} - - diff --git a/config - Copy/extrautils2.cfg b/config - Copy/extrautils2.cfg deleted file mode 100644 index f78533a7..00000000 --- a/config - Copy/extrautils2.cfg +++ /dev/null @@ -1,247 +0,0 @@ -# Configuration file - -"creative blocks: breakable" { - # Allow Non-Creative players to break/harvest creative blocks. [default: false] - B:gameplay=true -} - - -"creative blocks: configurable" { - # Allow Non-Creative players to configure creative blocks. [default: false] - B:gameplay=false -} - - -"dimension ids" { - I:"Deep Dark"=-11325 - I:ExtraUtils2_Quarry_Dim=-9999 -} - - -enabled { - B:AnalogCrafter=true - B:AngelBlock=true - B:AngelRing=true - B:BagOfHolding=true - B:BiomeMarker=true - B:Book=true - B:Boomerang=true - B:ChickenRing=true - B:ChunkLoader=true - B:CompoundBow=true - B:CompressedCobblestone=true - B:CompressedDirt=true - B:CompressedGravel=true - B:CompressedNetherrack=true - B:CompressedSand=true - B:Contract=true - B:Crafter=true - B:CreativeChest=true - B:CreativeEnergy=true - B:CreativeHarvest=true - B:CursedEarth=true - B:DecorativeBedrock=true - B:DecorativeGlass=true - B:DecorativeSolid=true - B:DecorativeSolidWood=true - B:"Deep Dark"=true - B:Drum=true - B:EnderLilly=true - B:EnderShard=true - B:ExtraUtils2_Quarry_Dim=true - B:FakeCopy=true - B:Filter=true - B:FilterFluids=true - B:FireAxe=true - B:FlatTransferNode=true - B:GlassCutter=true - B:GoldenLasso=true - B:Indexer=true - B:IndexerRemote=true - B:IneffableGlass=true - B:Ingredients=true - B:InteractionProxy=true - B:ItemBuildersWand=true - B:ItemCreativeBuildersWand=true - B:ItemCreativeDestructionWand=true - B:ItemDestructionWand=true - B:Klein=true - B:LargishChest=true - B:LawSword=true - B:LuxSaber=true - B:Machine=true - B:MagicApple=true - B:Miner=true - B:MiniChest=true - B:MoonStone=true - B:Opinium=true - B:PassiveGenerator=true - B:PlayerChest=true - B:PowerBattery=true - B:PowerManager=true - B:PowerOverload=true - B:PowerTransmitter=true - B:Quarry=true - B:QuarryProxy=true - B:RainbowGenerator=true - B:RedOrchid=true - B:RedstoneClock=true - B:RedstoneLantern=true - B:Resonator=true - B:Scanner=true - B:Screen=true - B:SimpleDecorative=true - B:Snowglobe=true - B:SoundMuffler=true - B:Spotlight=true - B:SunCrystal=true - B:SuperMobSpawner=true - B:Synergy=false - B:Teleporter=true - B:Terraformer=true - B:TrashCan=true - B:TrashCanEnergy=true - B:TrashCanFluid=true - B:TrashChest=true - B:Trowel=true - B:UnstableIngots=true - B:User=true - B:WateringCan=true - B:WoodenStickPoke=true - B:Wrench=true - B:additionalVanillaRecipes=true - B:ironwood=true - B:pipe=true - B:potion_Purge=true - B:potion_doom=true - B:potion_fizzy_lifting=true - B:potion_gravity=true - B:potion_greek_fire=true - B:potion_love=true - B:potion_relapse=true - B:potion_second_chance=true - B:sendCapabilitiesAfterDimensionChange=true - B:sickle_diamond=true - B:sickle_gold=true - B:sickle_iron=true - B:sickle_stone=true - B:sickle_wood=true - B:spike_creative=true - B:spike_diamond=true - B:spike_gold=true - B:spike_iron=true - B:spike_stone=true - B:spike_wood=true - B:squidSpawnRestrictions=true - B:tinkers_construct_integration=true - B:villager_alchemist=true - B:villager_red_mechanic=true - B:villager_shady_merchant=true - B:wall_world_type=true -} - - -energy { - I:"Quantum Quarry: Base Energy Per Operation"=20000 -} - - -gameplay { - # Add an entity id (mod:name) to this list to prevent cursed earth from spawning it. [default: ] - S:"Cursed Earth Entity BlackList" < - ebwizardry:wizard - ebwizardry:evil_wizard - aoa3:anemia - aoa3:bloodmist - aoa3:dark_beast - aoa3:host - aoa3:irkling - aoa3:linger - aoa3:modulo - aoa3:night_watcher - aoa3:rammerhead - aoa3:roloscope - aoa3:scrubby - aoa3:skellox - aoa3:terrestrial - aoa3:urka - aoa3:vertebron - aoa3:void_walker - aoa3:walker - aoa3:death_hunter - aoa3:headless_destroyer - aoa3:reaper_twins - aoa3:triclops - aoa3:mother_void_walker - aoa3:ice_giant - aoa3:leafy_giant - aoa3:sand_giant - aoa3:stone_giant - aoa3:wood_giant - aoa3:amphibiyte - aoa3:skeletal_cowman - aoa3:kaiyu - aoa3:zhinx - aoa3:exohead - aoa3:nethengeic_beast - aoa3:diocus - aoa3:paravite - aoa3:spinoledon - aoa3:iosaur - aoa3:mushroom_spider - aoa3:rawbone - aoa3:enforcer - aoa3:undead_troll - aoa3:jawe - aoa3:banshee - aoa3:nightmare_spider - aoa3:dawnlight - aoa3:nightwing - aoa3:flesh_eater - aoa3:jumbo - aoa3:phantom - aoa3:cane_bug - aoa3:gingerbird - aoa3:gingerbread_man - aoa3:pod_plant - aoa3:vine_wizard - aoa3:spectral_wizard - aoa3:runic_guardian - aoa3:mermage - aoa3:amphibior - aoa3:faceless_floater - aoa3:zorp - aoa3:zarg - aoa3:baumba - aoa3:refluct - aoa3:inmate_x - aoa3:inmate_y - aoa3:merkyre - aoa3:crusilisk - aoa3:arkzyne - aoa3:shyre_troll - aoa3:lightwalker - aoa3:luxocron - aoa3:stimulosus - abyssalcraft:depthsghoul - > - B:"Quantum Quarry: Enable Nether/End biome generation (has been buggy)"=false - - # Choose allowed container classnames. - S:"Unstable Ingot: Allowed Classes" < - net.minecraft.inventory.ContainerWorkbench - > -} - - -settings { - B:WallWorld_GiveSpawnItems=true -} - - -"unstable ingot: explosion time" { - # Choose the time until explosion. [range: 0 ~ 2400, default: 200] - I:gameplay=200 -} - - diff --git a/config - Copy/fastbench.cfg b/config - Copy/fastbench.cfg deleted file mode 100644 index e2c82df2..00000000 --- a/config - Copy/fastbench.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -crafting { - # If the recipe book and all associated functionality are fully removed. [default: true] - B:"Disable Recipe Book"=true - - # If a testing variant of shift-click crafting is enabled. [default: true] - B:"Experiemental Shift Crafting"=true -} - - diff --git a/config - Copy/fastfurnace.cfg b/config - Copy/fastfurnace.cfg deleted file mode 100644 index 4abb15a7..00000000 --- a/config - Copy/fastfurnace.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # If the furnace uses nbt-sensitive output matching. [default: true] - B:"Strict Matching"=true -} - - diff --git a/config - Copy/fastleafdecay.cfg b/config - Copy/fastleafdecay.cfg deleted file mode 100644 index bbf71adc..00000000 --- a/config - Copy/fastleafdecay.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# Configuration file - -########################################################################################################## -# main -#--------------------------------------------------------------------------------------------------------# -# There are 20 ticks in a second. Default settings are 4 minimum and 11 maximum decay time. -########################################################################################################## - -main { - # Maximum time in ticks for leaf decay. Must be higher than MinimumDecayTime! - I:MaximumDecayTime=11 - - # Minimum time in ticks for leaf decay. Must be lower than MaximumDecayTime! - I:MinimumDecayTime=4 -} - - diff --git a/config - Copy/findme.cfg b/config - Copy/findme.cfg deleted file mode 100644 index 0fdfc57e..00000000 --- a/config - Copy/findme.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Configuration file - -general { - # Checking radius centered on the player - # Min: 0 - # Max: 2147483647 - I:RADIUS_RANGE=8 -} - - diff --git a/config - Copy/fluiddrawers.cfg b/config - Copy/fluiddrawers.cfg deleted file mode 100644 index b36a2d07..00000000 --- a/config - Copy/fluiddrawers.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Configuration file - -general { - # The base capacity, in millibuckets (mB), of a basic storage tank (without a capacity downgrade). - # Min: 1 - # Max: 2147483647 - I:baseCapacity=96000 - - # The base capacity, in millibuckets (mB), of a basic storage tank with a capacity downgrade installed. - # Min: 1 - # Max: 2147483647 - I:baseCapacityDowngraded=1000 - - # Whether fluid names should be shown or not when drawers have the quantity display enabled via a quantify key. - B:quantifyShowsFluidName=true -} - - diff --git a/config - Copy/fluidlogged_api.cfg b/config - Copy/fluidlogged_api.cfg deleted file mode 100644 index 37e96af8..00000000 --- a/config - Copy/fluidlogged_api.cfg +++ /dev/null @@ -1,30 +0,0 @@ -#determines how certain "infinite" fluids (ie. water not lava) can spread between fluidloggable blocks -#case 0: fluids cannot flow into fluidloggable blocks -#case 1: fluids can flow into fluidloggable blocks, but only from fluidlogged blocks (legacy mod behavior) -#case 2: fluids can flow into fluidloggable blocks from fluidlogged blocks & normal fluid blocks (1.13 behavior) -fluidloggedFluidSpread:2, - -#flowing fluid blocks break torches (vanilla behavior) -fluidsBreakTorches:true, - -#this mod by default allows certain blocks to be fluidlogged -applyDefaults:true, - -#true if flammable blocks should be destroyed when fluidlogged with a hot or burning liquid (like lava) -lavalogVaporizeFlammable:false, - -#whitelist for adding new fluidloggable blocks (this is in addition to the defaults) -#info about the format for this can be found on this mod's wiki: -#https://github.com/jbredwards/Fluidlogged-API/wiki/Config -whitelist:[], - -#blacklist blocks from the defaults -#info about the format for this can be found on this mod's wiki: -#https://github.com/jbredwards/Fluidlogged-API/wiki/Config -blacklist:[], - -#otuput to the console for every ASM transformation, useful for debugging -debugASMPlugins:true, - -#remove the ability for "infinite" fluids to fluidlog blocks below -removeVerticalFluidloggedFluidSpread:false \ No newline at end of file diff --git a/config - Copy/flux_networks.cfg b/config - Copy/flux_networks.cfg deleted file mode 100644 index 944decb2..00000000 --- a/config - Copy/flux_networks.cfg +++ /dev/null @@ -1,77 +0,0 @@ -# Configuration file - -blacklists { - # a blacklist for blocks which flux connections shouldn't connect to, use format 'modid:name@meta' - S:"Block Connection Blacklist" < - actuallyadditions:block_phantom_energyface - > - - # a blacklist for items which the Flux Controller shouldn't transfer to, use format 'modid:name@meta' - S:"Item Transfer Blacklist" < - > -} - - -client { - # Displays: Transfer Limit & Priority etc [default: true] - B:"Enable Advanced One Probe Info"=true - - # Displays: Network Name, Live Transfer Rate & Internal Buffer [default: true] - B:"Enable Basic One Probe Info"=true - - # Enable navigation buttons sound when pressing it [default: true] - B:"Enable GUI Button Sound"=true - - # Displays Advanced Info when sneaking only [default: true] - B:"Enable sneaking to display Advanced One Probe Info"=true -} - - -energy { - # [range: 0 ~ 2147483647, default: 1000000] - I:"Basic Storage Capacity"=1000000 - - # [range: 0 ~ 2147483647, default: 20000] - I:"Basic Storage Transfer"=20000 - - # The default transfer limit of a flux connector [range: 0 ~ 2147483647, default: 800000] - I:"Default Transfer Limit"=800000 - - # [range: 0 ~ 2147483647, default: 128000000] - I:"Gargantuan Storage Capacity"=128000000 - - # [range: 0 ~ 2147483647, default: 1440000] - I:"Gargantuan Storage Transfer"=1440000 - - # [range: 0 ~ 2147483647, default: 8000000] - I:"Herculean Storage Capacity"=8000000 - - # [range: 0 ~ 2147483647, default: 120000] - I:"Herculean Storage Transfer"=120000 -} - - -general { - # Allows flux tiles to work as chunk loaders [default: true] - B:"Allow Flux Chunk Loading"=true - - # Enables redstones being compressed with the bedrock and obsidian to get flux [default: true] - B:"Enable Flux Recipe"=true - - # Enables redstone being turned into Flux when dropped in fire. (Need "Enable Flux Recipe" = true, so the default recipe can't be disabled if turns this on) [default: false] - B:"Enable Old Recipe"=false -} - - -networks { - # Allows someone to be a network super admin, otherwise, no one can access or dismantle your flux devices or delete your networks without permission [default: true] - B:"Allow Network Super Admin"=true - - # Maximum networks each player can have. -1 = no limit [range: -1 ~ 2147483647, default: 3] - I:"Maximum Networks Per Player"=5 - - # See ops.json. If the player has permission level equal or greater to the value set here they will be able to Activate Super Admin. Setting this to 0 will allow anyone to active Super Admin. [range: 0 ~ 2147483647, default: 1] - I:"Permission level required to activate Super Admin"=1 -} - - diff --git a/config - Copy/flyringbaublemod.cfg b/config - Copy/flyringbaublemod.cfg deleted file mode 100644 index 67279ff0..00000000 --- a/config - Copy/flyringbaublemod.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file - -general { - B:enableExtra=true - - # Valid values: - # EASY - # DEFAULT - # HARD - S:recipeLevel=DEFAULT -} - - diff --git a/config - Copy/foamfix.cfg b/config - Copy/foamfix.cfg deleted file mode 100644 index 4249a8ec..00000000 --- a/config - Copy/foamfix.cfg +++ /dev/null @@ -1,184 +0,0 @@ -# Configuration file - -client { - # Clears caches on world unload a bit faster than usual. Prevents temporary memory leaks. More effective in Anarchy. [default: true] - B:clearCachesOnWorldUnload=true - - # Clears the baked models generated in the first pass *before* entering the second pass, instead of *after*. While this doesn't reduce memory usage in-game, it does reduce it noticeably during loading. [default: true] - B:clearDuplicateModelRegistry=true - - # Deduplicates IModels too. Takes a few seconds more, but shaves off another bit of RAM. [default: true] - B:deduplicateModelBakers=true - - # Deduplicates baked models. The original feature. [default: true] - B:deduplicateModels=true - - # The maximum amount of levels of recursion for the deduplication process. Smaller values will deduplicate less data, but make the process run faster. [default: 9, range: 1-2147483647] - I:deduplicateModelsMaxRecursion=9 - - # Step every X models on the progress bar while deduplicating baked models. [default: 1, range: 1-10000] - I:deduplicateModelsStepEvery=1 - - # Disables texture animations. [default: false] - B:disableTextureAnimations=true - - # Initialize the options.txt and forge.cfg files with rendering performance-friendly defaults if not present. [default: true] - B:initOptions=true - - # Makes vanilla creative tab search use JEI's lookups - saves a lot of RAM *and* gives you fancy JEI features! [default: true] - B:jeiCreativeSearch=true - - # Remove unnecessary data from a pointlessly cached ModelLoader instance. [default: true] - B:modelLoaderCleanup=true - - # Faster/less memory-churning construction mechanism for ModelResourceLocation objects. Identified by malte0811 in FerriteCore - implemented in a distinct way. [default: true] - B:modelResourceLocationFastConstruct=true - - # Fix opening URLs on Linux-based installs. [default: true] - B:openUrlLinux=true - B:smallModelConditions=true - - # More optimized multipart model condition storage. Inspired by malte0811's research. Now not broken! [default: true] - B:smallModelConditionsV2=true - - # Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true] - B:wipeModelCache=true -} - - -coremod { - # Stops certain non-Minecraft-related libraries from being ASM transformed. You shouldn't be transforming those anyway. [default: true] - B:blacklistLibraryTransformers=true - - # Make 3D forms of items be rendered dynamically and cached when necessary. [default: true] - B:dynamicItemModels=true - - # Optimizes ItemStack.isEmpty by removing a map lookup. Initially found by Aikar (Paper/0181). [default: true] - B:fasterAirItemLookup=true - - # Speeds up entity lookup by optimizing ClassInheritanceMultiMap.getByClass. [default: true] - B:fasterEntityLookup=true - - # Speeds up the hopper's calculations. [default: true] - B:fasterHopper=true - - # Optimizes blockstate property equals and hashCode methods. [default: true] - B:fasterPropertyComparisons=true - - # Fixes the server not removing unloaded entities/tile entities if no chunkloaders are active. Thanks to CreativeMD for finding this! [default: true] - B:fixWorldEntityCleanup=true - - # Disables all coremod functionality. [default: false] - B:forceDisable=false - - # The amount of ticks per player presence check for mob spawners. Set to 1 to disable the patch and match vanilla behaviour. [default: 10, range: 1-200] - I:mobSpawnerCheckSpeed=10 - - # Optimizes BlockPos mutable/immutable getters to run on the same variables, letting them be inlined and thus theoretically increasing performance. [default: true] - B:optimizedBlockPos=true - - # Fix a bug in chunk serialization leading to crashes. Originally found and fixed by Aaron1011 of Sponge. [default: true] - B:patchChunkSerialization=true - - # Replaces the default BlockState/ExtendedBlockState implementations with a far more memory-efficient variant. [default: true] - B:smallPropertyStorage=true -} - - -debug { - # Should FoamFix count and list baked models during deduplication, per mod? [default: false] - B:countListBakedModels=false -} - - -experimental { - # Optimizes the backing map for EntityDataManager, saving memory *and* CPU time! May cause issues, however - please test and report back! [default: false] - B:fasterEntityDataManager=false - - # Unpacks all baked quads. Increases RAM usage, but might speed some things up. [default: false] - B:unpackBakedQuads=false -} - - -general { - # Enable deduplication of redundant objects in memory. [default: true] - B:deduplicate=true -} - - -ghostbuster { - # Checks if worlds do not unload after a specified amount of time, and notifies the user if that is the case. [default: true] - B:checkNonUnloadedWorldClients=true - - # The amount of time FoamFix should wait for a world to be deemed non-unloaded. [default: 60, range: 10-3600] - I:checkNonUnloadedWorldTimeout=60 - - # Custom patch rules. Format: 'className;methodName;accessAloadPos;posAloadPos;radius'. An AloadPos is the position of the argument in the method - 1 for the first one, 2 for the second one, ...; the radius determines how many blocks have to be around the method for no early return. Untested - please use with care. - S:customPatchRulesRadius < - > - - # Wrap ChunkProviderServers to be able to provide the /ghostbuster command for debugging ghost chunkloads. [default: false] - B:enableDebuggingWrapper=false - - # For FoamFix debugging/development purposes only. [default: false] - B:nonUnloadedWorldsForceGCOnCheck=false - - # Should beds be prevented from ghost chunkloading? [default: true] - B:patchBeds=true - - # Should BoP grass be prevented from ghost chunkloading? [default: true] - B:patchBopGrass=true - - # Should farmland be prevented from ghost chunkloading? [default: true] - B:patchFarmland=true - - # Should fluids be prevented from ghost chunkloading? [default: true] - B:patchFluids=true - - # Should the /ghostbuster debugger show neighbor updates? [default: false] - B:wrapperShowsNeighborUpdates=false -} - - -launchwrapper { - # Remove Launchwrapper package manifest map (which is not used anyway). [default: true] - B:removePackageManifestMap=true - - # Weaken LaunchWrapper's byte[] resource cache to make it cleanuppable by the GC. Safe. [default: true] - B:weakenResourceCache=true -} - - -network { - # Enable micro-optimizations to reduce network churn, inspired by the Velocity project and Krypton mod. [default: true] - B:microOptimizations=true - - # Set the packet compression level, from 0 to 9. -1 preserves the default settings. [default: -1, range: -1-9] - I:packetCompressionLevel=-1 -} - - -textures { - # If false, disables any patches from this category. [default: true] - B:enable=true - - # Controls the faster animation path. 0 - disable, 2 - force enable, 1 (default) - enable on devices which have been shown to benefit from it. [default: 1, range: 0-2] - I:fasterAnimation=1 - - # The maximum amount of frames an animation can have for it to be cached. If you have a lot of VRAM, set higher. [default: 256, range: 0-2147483647] - I:maxAnimationFramesForCache=256 - - # Set to a number to disable animation updates past that mip level. -1 means update all. Higher numbers update more levels. To disable animation updates altogether, use the option for it. [default: -1, range: -1-4] - I:maxAnimationMipLevel=-1 -} - - -tweaks { - # Prevent redstone from causing light updates by removing its light level. [default: false] - B:disableRedstoneLight=false - - # Do not delay lighting updates over other types of updates. [default: false] - B:immediateLightingUpdates=false -} - - diff --git a/config - Copy/forge.cfg b/config - Copy/forge.cfg deleted file mode 100644 index 3da84e82..00000000 --- a/config - Copy/forge.cfg +++ /dev/null @@ -1,90 +0,0 @@ -# Configuration file - -client { - # Toggle off to make missing model text in the gui fit inside the slot. - B:zoomInMissingModelTextInGui=false - - # Enable uploading cloud geometry to the GPU for faster rendering. - B:forgeCloudsEnabled=true - - # Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic. - B:disableStairSlabCulling=false - - # Enable forge to queue all chunk updates to the Chunk Update thread. May increase FPS significantly, but may also cause weird rendering lag. Not recommended for computers without a significant number of cores available. - B:alwaysSetupTerrainOffThread=false - - # Allow item rendering to detect emissive quads and draw them properly. This allows glowing blocks to look the same in item form, but incurs a very slight performance hit. - B:allowEmissiveItems=true - - # Control the range of sky blending for colored skies in biomes. - I:biomeSkyBlendRange < - 2 - 4 - 6 - 8 - 10 - 12 - 14 - 16 - 18 - 20 - 22 - 24 - 26 - 28 - 30 - 32 - 34 - > - - # Enable the forge block rendering pipeline - fixes the lighting of custom models. - B:forgeLightPipelineEnabled=true - - # When enabled, makes specific reload tasks such as language changing quicker to run. - B:selectiveResourceReloadEnabled=false -} - - -general { - # Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github. - B:disableVersionCheck=false - - # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024 - I:clumpingThreshold=64 - - # Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipes. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI. - B:sortRecipies=true - - # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. - B:removeErroringEntities=true - - # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. - B:removeErroringTileEntities=true - - # Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false - B:fullBoundingBoxLadders=false - - # Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. - D:zombieBaseSummonChance=0.1 - - # Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. - D:zombieBabyChance=0.05 - - # Log cascading chunk generation issues during terrain population. - B:logCascadingWorldGeneration=true - - # Fix vanilla issues that cause worldgen cascading. This DOES change vanilla worldgen so DO NOT report bugs related to world differences if this flag is on. - B:fixVanillaCascading=false - - # The time in ticks the server will wait when a dimension was queued to unload. This can be useful when rapidly loading and unloading dimensions, like e.g. throwing items through a nether portal a few time per second. - I:dimensionUnloadQueueDelay=0 - B:enableGlobalConfig=false -} - - -version_checking { - # Enable the entire mod update check system. This only applies to mods using the Forge system. - B:Global=true -} - - diff --git a/config - Copy/forgeChunkLoading.cfg b/config - Copy/forgeChunkLoading.cfg deleted file mode 100644 index b2c5c46d..00000000 --- a/config - Copy/forgeChunkLoading.cfg +++ /dev/null @@ -1,69 +0,0 @@ -# Configuration file - -buildcraftlib { - I:maximumChunksPerTicket=26 - I:maximumTicketCount=200 -} - - -########################################################################################################## -# defaults -#--------------------------------------------------------------------------------------------------------# -# Default configuration for forge chunk loading control -########################################################################################################## - -defaults { - # Are mod overrides enabled? - B:enabled=true - - # The default maximum number of chunks a mod can force, per ticket, - # for a mod without an override. This is the maximum number of chunks a single ticket can force. - I:maximumChunksPerTicket=25 - - # The default maximum ticket count for a mod which does not have an override - # in this file. This is the number of chunk loading requests a mod is allowed to make. - I:maximumTicketCount=200 - - # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it. - I:playerTicketCount=500 - - # Unloaded chunks can first be kept in a dormant cache for quicker - # loading times. Specify the size (in chunks) of that cache here - I:dormantChunkCacheSize=0 - - # Load chunks asynchronously for players, reducing load on the server thread. - # Can be disabled to help troubleshoot chunk loading issues. - B:asyncChunkLoading=true -} - - -fluxnetworks { - I:maximumChunksPerTicket=1000000 - I:maximumTicketCount=1000000 -} - - -########################################################################################################## -# forge -#--------------------------------------------------------------------------------------------------------# -# Sample mod specific control section. -# Copy this section and rename the with the modid for the mod you wish to override. -# A value of zero in either entry effectively disables any chunkloading capabilities -# for that mod -########################################################################################################## - -forge { - # Maximum chunks per ticket for the mod. - I:maximumChunksPerTicket=25 - - # Maximum ticket count for the mod. Zero disables chunkloading capabilities. - I:maximumTicketCount=200 -} - - -ftbutilities { - I:maximumChunksPerTicket=1000000 - I:maximumTicketCount=1000000 -} - - diff --git a/config - Copy/ftbbackups.cfg b/config - Copy/ftbbackups.cfg deleted file mode 100644 index 6648ef1e..00000000 --- a/config - Copy/ftbbackups.cfg +++ /dev/null @@ -1,63 +0,0 @@ -# Configuration file - -general { - # Timer in hours. - # 1.0 - backups every hour - # 6.0 - backups every 6 hours - # 0.5 - backups every 30 minutes - # Min: 0.05 - # Max: 600.0 - D:backup_timer=0.5 - - # The number of backup files to keep. - # More backups = more space used - # 0 - Infinite - # Min: 0 - # Max: 32000 - I:backups_to_keep=12 - - # Buffer size for writing files Don't change unless you know what you are doing. - # Min: 256 - # Max: 65536 - I:buffer_size=4096 - - # 0 - Disabled (output = folders) - # 1 - Best speed - # 9 - Smallest file size - # Min: 0 - # Max: 9 - I:compression_level=1 - - # Disables level saving while performing backup. - B:disable_level_saving=true - - # Prints (current size | total size) when backup is done. - B:display_file_size=true - - # Enables backups. - B:enabled=true - - # Add extra files that will be placed in backup _extra_/ folder. - S:extra_files < - > - - # Absolute path to backups folder. - S:folder= - - # Create a backup when server is stopped. - B:force_on_shutdown=false - - # Maximum total size that is allowed in backups folder. Older backups will be deleted to free space for newer ones. - # You can use TB, GB, MB and KB for filesizes. - # You can use % to set maximum total size based on your available disk space. It is still limited by max total backup count, so it's not gonna fill up large drives. - # Valid inputs: 50 GB, 10 MB, 33% - S:max_total_size=75% - - # Only create backups when players have been online. - B:only_if_players_online=true - - # If set to true, no messages will be displayed in chat/status bar. - B:silent=false -} - - diff --git a/config - Copy/ftblib.cfg b/config - Copy/ftblib.cfg deleted file mode 100644 index eb14bad0..00000000 --- a/config - Copy/ftblib.cfg +++ /dev/null @@ -1,68 +0,0 @@ -# Configuration file - -########################################################################################################## -# debugging -#--------------------------------------------------------------------------------------------------------# -# Don't set any values to true, unless you are debugging the mod. -########################################################################################################## - -debugging { - # See dev-only sidebar buttons. They probably don't do anything. - B:dev_sidebar_buttons=false - - # See GUI widget bounds when you hold B. - B:gui_widget_bounds=false - - # Log config editing. - B:log_config_editing=false - - # Log all events that extend EventBase. - B:log_events=false - - # Log incoming and outgoing network messages. - B:log_network=false - - # Log player teleporting. - B:log_teleport=false - - # Print more errors. - B:print_more_errors=false - - # Print more info. - B:print_more_info=false - - # Enables special debug commands. - B:special_commands=false -} - - -general { - # When this mode is enabled, FTBLib assumes that server clients don't have FTBLib and/or other mods installed. - B:clientless_mode=false - - # Merges player profiles, in case player logged in without internet connection/in offline mode server. - # If set to DEFAULT, it will only merge on singleplayer worlds. - # Valid values: - # TRUE - # FALSE - # DEFAULT - S:merge_offline_mode_players=TRUE - - # This will replace /reload with FTB version of it. - B:replace_reload_command=true -} - - -teams { - # Automatically creates a team for player on multiplayer, based on their username and with a random color. - B:autocreate_mp=false - - # Automatically creates (or joins) a team on singleplayer/LAN with ID 'singleplayer'. - B:autocreate_sp=true - B:disable_teams=false - - # Disable no team notification entirely. - B:hide_team_notification=false -} - - diff --git a/config - Copy/ftbutilities.cfg b/config - Copy/ftbutilities.cfg deleted file mode 100644 index aa9e5658..00000000 --- a/config - Copy/ftbutilities.cfg +++ /dev/null @@ -1,221 +0,0 @@ -# Configuration file - -afk { - # Enables afk timer. - B:enabled=true - - # Enables afk timer in singleplayer. - B:enabled_singleplayer=false - - # Will print in console when someone goes/comes back from AFK. - B:log_afk=false - - # After how much time it will display notification to all players. - S:notification_timer=5m -} - - -auto_shutdown { - # Enables auto-shutdown. - B:enabled=false - - # Enables auto-shutdown in singleplayer worlds. - B:enabled_singleplayer=false - - # Server will automatically shut down after X hours. - # Time Format: HH:MM. If the system time matches a value, server will shut down. - # It will look for closest value available that is not equal to current time. - S:times < - 04:00 - 16:00 - > -} - - -chat { - # Adds ~ to player names that have changed nickname to prevent trolling. - B:add_nickname_tilde=false - - # Disable this for some plugin compat. Not that they are supported but sometimes this is all that's needed. - B:replace_tab_names=true -} - - -commands { - B:back=true - B:chunks=true - B:fly=true - B:god=true - B:heal=true - B:home=true - B:inv=true - B:kickme=true - B:killall=true - B:leaderboard=true - B:mute=true - B:nbtedit=true - B:nick=true - B:ranks=true - B:rec=true - B:rtp=true - B:spawn=true - B:tpa=true - B:tpl=true - B:trash_can=true - B:warp=true -} - - -debugging { - # Print a message in console every time a chunk is forced or unforced. Recommended to be off, because spam. - B:log_chunkloading=false -} - - -login { - # Set to false to disable event badges, e.g. Halloween. - B:enable_event_badges=true - - # Set to false to disable global badges completely, only server-wide badges will be available. - B:enable_global_badges=true - - # Enables message of the day. - B:enable_motd=false - - # Enables starting items. - B:enable_starting_items=false - - # Message of the day. This will be displayed when player joins the server. - S:motd < - "Hello player!" - > - - # Items to give player when he first joins the server. - # Format: '{id:"ID",Count:X,Damage:X,tag:{}}', Use /print_item to get NBT of item in your hand. - S:starting_items < - {id:"minecraft:stone_sword",Count:1,Damage:1,tag:{display:{Name:"Epic Stone Sword"}}} - > -} - - -ranks { - # Enables ranks and adds command.x permissions and allows ranks to control them. - B:enabled=true - - # Adds chat colors/rank-specific syntax. - B:override_chat=true - - # Allow to configure commands with ranks. Disable this if you want to use other permission mod for that. - B:override_commands=true -} - - -world { - # Dimensions where chunk claiming isn't allowed. - I:blocked_claiming_dimensions < - > - - # Enables chunk claiming. - B:chunk_claiming=true - - # Enables chunk loading. If chunk_claiming is set to false, changing this won't do anything. - B:chunk_loading=true - - # Disables player damage when they are stuck in walls. - B:disable_player_suffocation_damage=false - - # List of items that will have right-click function disabled on both sides. - # You can use '/inv disable_right_click' command to do with from in-game. - # Syntax: modid:item:metadata. Set metadata to * to ignore it. - S:disabled_right_click_items < - > - - # If set to DEFAULT, then teams can decide their Explosion setting. - # Valid values: - # TRUE - # FALSE - # DEFAULT - S:enable_explosions=DEFAULT - - # If set to DEFAULT, then players can decide their PVP status. - # Valid values: - # TRUE - # FALSE - # DEFAULT - S:enable_pvp=TRUE - - # Locked time in ticks in spawn dimension. - # -1 - Disabled - # 0 - Morning - # 6000 - Noon - # 12000 - Evening - # 18000 - Midnight - # Min: -1 - # Max: 23999 - I:forced_spawn_dimension_time=-1 - - # Locked weather type in spawn dimension. - # -1 - Disabled - # 0 - Clear - # 1 - Raining - # 2 - Thunderstorm - # Min: -1 - # Max: 2 - I:forced_spawn_dimension_weather=-1 - - # Max /rtp distance - D:rtp_max_distance=100000.0 - - # Max tries /rtp does before failure. - I:rtp_max_tries=200 - - # Min /rtp distance - D:rtp_min_distance=1000.0 - - # If set to true, explosions and hostile mobs in spawn area will be disabled, players won't be able to attack each other in spawn area. - B:safe_spawn=false - - # Show play time in corner. - B:show_playtime=false - - # Enable spawn area in singleplayer. - B:spawn_area_in_sp=false - - # Spawn dimension. Overworld by default. - I:spawn_dimension=0 - - # Spawn radius. You must set spawn-protection in server.properties file to 0! - I:spawn_radius=0 - - # Unloads erroring chunks if dimension isn't loaded or some other problem occurs. - B:unload_erroring_chunks=false - - ########################################################################################################## - # logging - #--------------------------------------------------------------------------------------------------------# - # Logs different events in logs/world.log file. - ########################################################################################################## - - logging { - # Logs block breaking. - B:block_broken=true - - # Logs block placement. - B:block_placed=true - - # Enables world logging. - B:enabled=false - - # Includes creative players in world logging. - B:include_creative_players=false - - # Includes fake players in world logging. - B:include_fake_players=false - - # Logs item clicking in air. - B:item_clicked_in_air=true - } - -} - - diff --git a/config - Copy/fugue.cfg b/config - Copy/fugue.cfg deleted file mode 100644 index d64f5ad1..00000000 --- a/config - Copy/fugue.cfg +++ /dev/null @@ -1,192 +0,0 @@ -# Configuration file - -general { - # Non-Update was gone with Security Manager. - # As a workaround, These targets will be banned from making connections with URL.openStream(). - # If you don't need a proxy to access github, you could empty this setting. - # This may block more connection than update checks, so if anything gone wrong please open an issue. - S:"Connection Blocking List" < - xxrexraptorxx.customizeddungeonloot.util.UpdateChecker$1 - com.nekokittygames.mffs.common.Versioninfo - me.ichun.mods.ichunutil.common.thread.ThreadGetResources - com.buuz135.industrial.proxy.CommonProxy - micdoodle8.mods.galacticraft.core.proxy.ClientProxyCore - vazkii.quark.base.client.ContributorRewardHandler$ThreadContributorListLoader - > - - # Mods like Apotheosis is casting AppClassLoader to URLClassLoader for getting its URLs. - # This will crash in newer Java, because AppClassLoader is no longer a URLClassLoader. - # Targets class here will be patched to new method we provide. - S:"Get URL Patch Target List" < - shadows.CustomClassWriter - lumien.randomthings.asm.CustomClassWriter - shadows.squeezer.CustomClassWriter - com.elytradev.wings.asm.RemappingClassWriter - > - - # Javax (Java EE) redirect targets. - # They are gone in newer Java, so we are redirecting them to a replacement. - S:"Javax Patch Target List" < - com.ldtteam.structurize.util.StructureUtils - git.jbredwards.fluidlogged_api.api.asm.IASMPlugin - net.silentchaos512.lib.config.ConfigBaseNew - net.silentchaos512.lib.tile.SyncVariable - appeng.me.GridStorage - net.creeperhost.minetogether.misc.Callbacks - > - - # Foundation comes with some ABI changes. - # If you got a crash says some methods/fields in LaunchClassLoader not found, that's the remapper you want. - # As a workaround, These targets will be redirected to new API. - S:"Launch Wrapper API Change Patching List" < - zone.rong.loliasm.common.crashes.ModIdentifier - zone.rong.loliasm.LoliReflector - com.charles445.rltweaker.asm.RLTweakerASM - com.cleanroommc.groovyscript.sandbox.transformer.AsmDecompileHelper - com.cleanroommc.modularui.core.ModularUICore - openeye.logic.ModMetaCollector - > - - # ScriptEngine from javax has changed a lot in past Java versions. - # Many old code will end up getting an null in newer Java. - # Target classes here will be patched to use a helper method we provide. - S:"New Script Engine Patch Target List" < - nc.util.I18nHelper - tk.zeitheron.solarflux.api.SolarScriptEngine - com.github.tartaricacid.touhoulittlemaid.proxy.CommonProxy - tk.zeitheron.expequiv.api.js.JSExpansion - > - - # About *static final field has no write access* - # Field.set() and Field.get() may throw exceptions in newer Java when trying to handle final fields. - # The few options remain are Unsafe or JNI. - # Classes in this list will be used as transform targets. - # Any Field related reflection calls will be redirected to Unsafe, so it wouldn't crash anymore. - S:"Reflection Patch Target List" < - quaternary.botaniatweaks.modules.botania.block.BotaniaRegistryReplacements - pl.asie.foamfix.client.deduplicator.Deduplicator - com.fantasticsource.tools.ReflectionTool - lumien.custombackgrounds.CustomBackgrounds - com.fantasticsource.noadvancements.NoAdvancements - com.codetaylor.mc.athenaeum.util.Injector - epicsquid.mysticallib.hax.Hax - vazkii.quark.world.feature.TreeVariants - vazkii.quark.base.handler.OverrideRegistryHandler - codechicken.lib.reflect.ReflectionManager - com.tmtravlr.potioncore.PotionCoreEffects - lumien.randomthings.recipes.ModRecipes - net.malisis.core.renderer.font.MinecraftFont - com.latmod.mods.projectex.ProjectEX - org.cyclops.evilcraft.core.helper.obfuscation.ObfuscationHelpers - xyz.phanta.tconevo.integration.IntegrationManager - xyz.phanta.tconevo.util.JReflect - xyz.phanta.tconevo.integration.astralsorcery.AstralHooksImpl - xyz.phanta.tconevo.integration.draconicevolution.client.DraconicShieldHudHandler - com.noobanidus.variegated.compat.vanilla.handlers.MansionBiomeTypesHandler - youyihj.zenutils.ZenUtils - com.codetaylor.mc.athenaeum.util.Injector - com.noobanidus.variegated.compat.bloodmagic.handlers.HellfireSpeed - > - - # Java 8's UUID creation if flawed. It allow invalid UUIDs to be created. - # This was fixed in later Java, but old mods still need a solution. - # Target classes here will be patched to use a helper method we provide. - S:"UUID Patch Target List" < - com.Shultrea.Rin.Utility_Sector.HurtPatchHandler - tk.zeitheron.solarflux.items.ItemEfficiencyUpgrade - tk.zeitheron.solarflux.items.ItemTransferRateUpgrade - tk.zeitheron.solarflux.items.ItemCapacityUpgrade - > - - # ITweaker classes loaded in LCL will be defined in a different code source like file:jar:. - # Add them to list could redirect their toURI() to a decent jar URL. - # - S:"getCodeSource() Patch List" < - pm.c7.pmr.tweaker.MixinLoadingTweaker - customskinloader.forge.platform.IFMLPlatform$FMLPlatformInitializer - pcl.opendisks.OpenDisksUnpack - pcl.opensecurity.util.SoundUnpack - pcl.OpenFM.misc.DepLoader - optifine.OptiFineClassTransformer - snownee.minieffects.core.CoreMod - > - - # sun.reflect.Reflection has moved to jdk.internal, and most of its features have replacements. - # As a workaround, These targets will be redirected to new dummy class. - S:"sun.misc.Reflection Patching List" < - quaternary.botaniatweaks.modules.botania.config.BotaniaConfig - quaternary.botaniatweaks.modules.shared.lib.GeneratingFlowers$FlowerData - quaternary.botaniatweaks.modules.shared.lib.NiceTryMap - thedarkcolour.futuremc.compat.quark.QuarkCompat - thedarkcolour.futuremc.world.gen.feature.BeeNestGenerator - > - - ########################################################################################################## - # modpatchconfig - #--------------------------------------------------------------------------------------------------------# - # Fix and patches for certain mods. - ########################################################################################################## - - modpatchconfig { - B:"Enabel Survivial Inc. Patch"=true - B:"Enable Advanced Rocketry Patch"=true - - # This patch is for CB Multipart (previously ForgeMultiPart) from covers1624, MrTJP and ChickenBones. - # MCMultiPart is another different mod! - B:"Enable CB Multipart Patch"=true - B:"Enable Censored ASM Patch"=true - B:"Enable Charset lib Patch"=true - B:"Enable Code Chicken Lib Patch"=true - B:"Enable Custom Main Menu Patch"=true - B:"Enable Custom NPCs Patch"=true - B:"Enable Custom Skin Loader Patch"=true - B:"Enable Enchantment Control Patch"=true - B:"Enable Ender Core Patch"=true - - # This gtceu patch is temporary. An official fix is pending. - B:"Enable GregTechCE Unofficial Patch"=true - B:"Enable GroovyScript Patch"=true - - # From author of Fugue: I hate this mod. - B:"Enable HammerCore Patch"=true - B:"Enable Howling Moon Patch"=true - B:"Enable Logistics Pipes Patch"=true - B:"Enable Nothirium Patch"=true - B:"Enable Patch For OpenFM/OpenDisks/OpenSecurity"=true - B:"Enable Project Red Patch"=true - B:"Enable Shoulder Surfing Reloaded Patch"=true - - # It failed to patch FontRenderer for no fxxking reason. - B:"Enable SmoothFont Patch"=true - B:"Enable Solar Flux Reborn Patch"=true - B:"Enable Splash Animation Patch"=true - B:"Enable Subaquatic Patch"=true - B:"Enable TFC Medical Patch"=true - B:"Enable TickCentral Patch"=true - B:"Enable Water Power Patch"=true - B:"Enable XNet Patch"=true - B:"Enable XaeroPlus Patch"=true - B:"Enable ZeroCore (used by ExtremeReactor) Patch"=true - B:"Enable mcjtylib Patch"=true - } - - ########################################################################################################## - # final fields patching list - #--------------------------------------------------------------------------------------------------------# - # Target field's final modifier will be removed. No checks will be preformed before removal. - # All fields with same name will be targeted. - # Format: S:"foo.bar.classname"=field1|filed2 - ########################################################################################################## - - "final fields patching list" { - S:net.minecraft.client.gui.GuiOptions=field_146441_g|field_146443_h - S:net.minecraft.entity.EntityTracker=field_72793_b|field_72794_c|field_72795_a - S:net.minecraft.entity.EntityTrackerEntry=field_73130_b|field_73132_a|field_187262_f|field_73131_c|field_73143_t - S:net.minecraft.item.ItemBlock=field_150939_a - S:net.minecraft.world.World=field_72996_f - S:"net.minecraftforge.event.terraingen.BiomeEvent$BiomeColor"=originalColor - } - -} - - diff --git a/config - Copy/gamestages.cfg b/config - Copy/gamestages.cfg deleted file mode 100644 index 1d5b3037..00000000 --- a/config - Copy/gamestages.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration file - -general { - - debug { - # Debug logging for any kind of syncing or changes to a players stage. - B:"Log Debug Data"=true - } - -} - - diff --git a/config - Copy/gendustryjei.cfg b/config - Copy/gendustryjei.cfg deleted file mode 100644 index 602cc599..00000000 --- a/config - Copy/gendustryjei.cfg +++ /dev/null @@ -1,33 +0,0 @@ -# Configuration file - -general { - - machines { - # Show recipes from the DNA Extractor in JEI - B:showDNAExtractorRecipes=true - - # Show recipes from the Genetic Transposer in JEI - B:showGeneticTransposerRecipes=true - - # Show recipes from the Imprinter in JEI - B:showImprinterRecipes=true - - # Show recipes from the Mutagen Producer in JEI - B:showMutagenProducerRecipes=true - - # Show recipes from the Mutatron in JEI - B:showMutatronRecipes=true - - # Show recipes from the Protein Liquifier in JEI - B:showProteinLiquifierRecipes=true - - # Show recipes from the Replicator in JEI - B:showReplicatorRecipes=true - - # Show recipes from the Sampler in JEI - B:showSamplerRecipes=true - } - -} - - diff --git a/config - Copy/getittogetherdrops.cfg b/config - Copy/getittogetherdrops.cfg deleted file mode 100644 index 61e4bacf..00000000 --- a/config - Copy/getittogetherdrops.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file - -general { - # Set to true if you want dropped items to also check above and below them, set to false if not ("false" is vanilla behavior) - B:checkY=true - - # The radius (in blocks) that dropped items should check around them for other dropped items to combine with. ("0.5" is vanilla behavior) - # Min: 0.5 - # Max: 500.0 - D:radius=2.0 -} - - diff --git a/config - Copy/glassential.cfg b/config - Copy/glassential.cfg deleted file mode 100644 index 2045cbb2..00000000 --- a/config - Copy/glassential.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# Configuration file - -general { - # Enable Clear Glass - B:clear=true - - # Enable Dark Glass - B:dark=true - - # Enable Ethereal Glass - B:ethereal=true - - # Enable Reverse Ethereal Glass - B:etherealReverse=true - - # Enable Ghostly Glass - B:ghostly=true - - # Enable Glass Cutter - B:glassCutterIron=true - - # Enable Luminous Glass - B:light=true - - # Enable Redstone Glass - B:redstone=true -} - - diff --git a/config - Copy/gravestone.cfg b/config - Copy/gravestone.cfg deleted file mode 100644 index 73fea056..00000000 --- a/config - Copy/gravestone.cfg +++ /dev/null @@ -1,55 +0,0 @@ -# Configuration file - -gravestone { - # The names of the Dimensions for the Death Note [default: [-1: Nether], [0: Overworld], [1: The End]] - S:dimension_names < - -1: Nether - 0: Overworld - 1: The End - > - - # If this is set to true you get a death note after you died [default: true] - B:enable_death_note=true - - # If this is set to true every living entity will generate a gravestone [default: false] - B:enable_living_entity_graves=false - - # If this is set to true the ghost of the dead player will defend him [default: true] - B:friendly_ghost=true - - # The date format outputted by clicking the gravestone or displayed in the death note [default: yyyy/MM/dd HH:mm:ss] - S:grave_date_format=yyyy/MM/dd HH:mm:ss - - # If this is set to true only the player that owns the gravestone and the admins can break the gravestone [default: false] - B:only_owners_can_break=false - - # If this is set to true the death note will be taken out of your inventory when you destroyed the gravestone [default: false] - B:remove_death_note=false - - # If this is set to true the players head will be rendered on the gravestone when there is a full block under it [default: true] - B:render_skull=true - - # The blocks that can be replaced with a grave when someone dies on it [default: [minecraft:tallgrass], [minecraft:water], [minecraft:lava], [minecraft:yellow_flower], [minecraft:red_flower], [minecraft:double_plant], [minecraft:sapling], [minecraft:brown_mushroom], [minecraft:red_mushroom], [minecraft:torch], [minecraft:snow_layer], [minecraft:vine], [minecraft:deadbush], [minecraft:reeds], [minecraft:fire]] - S:replaceable_blocks < - minecraft:tallgrass - minecraft:water - minecraft:lava - minecraft:yellow_flower - minecraft:red_flower - minecraft:double_plant - minecraft:sapling - minecraft:brown_mushroom - minecraft:red_mushroom - minecraft:torch - minecraft:snow_layer - minecraft:vine - minecraft:deadbush - minecraft:reeds - minecraft:fire - > - - # If this is set to true a ghost of the dead player will be spawned when the gravestone is broken [default: false] - B:spawn_ghost=false -} - - diff --git a/config - Copy/hammercore.cfg b/config - Copy/hammercore.cfg deleted file mode 100644 index bd938dec..00000000 --- a/config - Copy/hammercore.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Configuration file - -client { - # Should Hammer Core replace enchantment glint color with more matching colors for some vanilla items? [default: true] - B:"Custom Enchantment Colors for Vanilla Items"=true - - # Should Hammer Core portforward your local world when you share with it to LAN? - # This feature doesn't work on all clients, you are going to get a message in chat if it was successful/unsuccessful [default: true] - B:"LAN UPnP"=true - - # Replace vanilla furnace and brewing stand progress bars to use smooth rendering? [default: true] - B:"Smooth Vanilla Guis"=true -} - - -"hammer core" { - # Should Hammer Core register connected blocks? [default: true] - B:"Register Connected Blocks"=true -} - - -iwrench { - # What is the color when the hovered block is wrenchable? (color encoded in hex form such as RRGGBB) - S:Green=22FF22 - - # What is the color when the hovered block is NOT wrenchable? (color encoded in hex form such as RRGGBB) - S:Red=FF2222 -} - - -"vanilla improvements" { - # Should Hammer Core force-spawn Ender Dragon Egg on Ender Dragon death? [default: true] - B:"Always Spawn Dragon Egg"=true -} - - diff --git a/config - Copy/harvestcraft.cfg b/config - Copy/harvestcraft.cfg deleted file mode 100644 index c6fee4b2..00000000 --- a/config - Copy/harvestcraft.cfg +++ /dev/null @@ -1,388 +0,0 @@ -# Configuration file - -beekeeping { - # If true, the last item produced by a queen bee will be another queen bee. [default: true] - B:apiarylastresultequalsQueen=true - - # The higher the value, the more beehives are generated. [range: 0 ~ 32767, default: 10] - I:beehiveRarity=10 - - # Enable generation of beehives. [default: true] - B:enableBeehiveGeneration=true - - # Allows grubs and cooked grubs to be used in listAllrawmeat and listAllcookedmeat. [default: true] - B:enablebeegrubaslistAllmeat=true -} - - -crops { - # Default: 0.0, This number is added/subtracted from normal fertile crop growth (3.0) and adjacent fertile crop growth (4.0). - D:cropGrowthSpeed=0.0 - I:cropfoodRestore=1 - D:cropsaturationRestore=0.6 - B:cropsdropSeeds=false - B:enablecropspecialplanting=true - - # Disable to keep giga pickle crop seeds from appearing in dungeon chests - B:enablegigapickleCrop=true - D:mealsaturation=1.2 - D:meatymealsaturation=1.600000023841858 - D:snacksaturation=0.6 -} - - -drops { - # [default: [harvestcraft:cactusfruititem], [harvestcraft:agaveitem], [harvestcraft:sisalitem], [harvestcraft:cassavaitem], [harvestcraft:chickpeaitem], [harvestcraft:lentilitem], [minecraft:cactus]] - S:aridGarden < - harvestcraft:cactusfruititem - harvestcraft:agaveitem - harvestcraft:sisalitem - harvestcraft:cassavaitem - harvestcraft:chickpeaitem - harvestcraft:lentilitem - minecraft:cactus - > - - # [default: [harvestcraft:raspberryitem], [harvestcraft:oatsitem], [harvestcraft:ryeitem], [harvestcraft:celeryitem], [harvestcraft:peasitem], [harvestcraft:beetitem], [harvestcraft:rutabagaitem], [harvestcraft:broccoliitem], [harvestcraft:caulifloweritem], [harvestcraft:cabbageitem], [harvestcraft:spinachitem], [harvestcraft:cottonitem], [harvestcraft:huckleberryitem], [harvestcraft:kohlrabiitem], [harvestcraft:quinoaitem], [harvestcraft:juniperitem]] - S:frostGarden < - harvestcraft:raspberryitem - harvestcraft:oatsitem - harvestcraft:ryeitem - harvestcraft:celeryitem - harvestcraft:peasitem - harvestcraft:beetitem - harvestcraft:rutabagaitem - harvestcraft:broccoliitem - harvestcraft:caulifloweritem - harvestcraft:cabbageitem - harvestcraft:spinachitem - harvestcraft:cottonitem - harvestcraft:huckleberryitem - harvestcraft:kohlrabiitem - harvestcraft:quinoaitem - harvestcraft:juniperitem - > - - # [default: [harvestcraft:whitemushroomitem], [harvestcraft:blackberryitem], [harvestcraft:zucchiniitem], [harvestcraft:radishitem], [harvestcraft:rhubarbitem], [harvestcraft:tealeafitem], [harvestcraft:garlicitem], [harvestcraft:sweetpotatoitem], [harvestcraft:turnipitem], [harvestcraft:spiceleafitem], [harvestcraft:beanitem], [harvestcraft:leekitem], [harvestcraft:scallionitem], [harvestcraft:tomatoitem], [harvestcraft:juteitem]] - S:shadedGarden < - harvestcraft:whitemushroomitem - harvestcraft:blackberryitem - harvestcraft:zucchiniitem - harvestcraft:radishitem - harvestcraft:rhubarbitem - harvestcraft:tealeafitem - harvestcraft:garlicitem - harvestcraft:sweetpotatoitem - harvestcraft:turnipitem - harvestcraft:spiceleafitem - harvestcraft:beanitem - harvestcraft:leekitem - harvestcraft:scallionitem - harvestcraft:tomatoitem - harvestcraft:juteitem - > - - # [default: [harvestcraft:brusselsproutitem], [harvestcraft:spiceleafitem], [harvestcraft:blueberryitem], [harvestcraft:asparagusitem], [harvestcraft:cranberryitem], [harvestcraft:riceitem], [harvestcraft:seaweeditem], [harvestcraft:waterchestnutitem], [harvestcraft:okraitem], [harvestcraft:cottonitem], [harvestcraft:kaleitem], [harvestcraft:milletitem], [harvestcraft:jicamaitem], [harvestcraft:greengrapeitem], [harvestcraft:mulberryitem], [harvestcraft:tomatilloitem]] - S:soggyGarden < - harvestcraft:brusselsproutitem - harvestcraft:spiceleafitem - harvestcraft:blueberryitem - harvestcraft:asparagusitem - harvestcraft:cranberryitem - harvestcraft:riceitem - harvestcraft:seaweeditem - harvestcraft:waterchestnutitem - harvestcraft:okraitem - harvestcraft:cottonitem - harvestcraft:kaleitem - harvestcraft:milletitem - harvestcraft:jicamaitem - harvestcraft:greengrapeitem - harvestcraft:mulberryitem - harvestcraft:tomatilloitem - > - - # [default: [harvestcraft:grapeitem], [harvestcraft:pineappleitem], [harvestcraft:kiwiitem], [harvestcraft:sesameseedsitem], [harvestcraft:curryleafitem], [harvestcraft:bambooshootitem], [harvestcraft:cantaloupeitem], [harvestcraft:gingeritem], [harvestcraft:coffeebeanitem], [harvestcraft:soybeanitem], [harvestcraft:eggplantitem], [harvestcraft:kenafitem], [harvestcraft:arrowrootitem], [harvestcraft:taroitem]] - S:tropicalGarden < - harvestcraft:grapeitem - harvestcraft:pineappleitem - harvestcraft:kiwiitem - harvestcraft:sesameseedsitem - harvestcraft:curryleafitem - harvestcraft:bambooshootitem - harvestcraft:cantaloupeitem - harvestcraft:gingeritem - harvestcraft:coffeebeanitem - harvestcraft:soybeanitem - harvestcraft:eggplantitem - harvestcraft:kenafitem - harvestcraft:arrowrootitem - harvestcraft:taroitem - > - - # [default: [harvestcraft:strawberryitem], [harvestcraft:barleyitem], [harvestcraft:cornitem], [harvestcraft:cucumberitem], [harvestcraft:wintersquashitem], [harvestcraft:mustardseedsitem], [harvestcraft:onionitem], [harvestcraft:parsnipitem], [harvestcraft:peanutitem], [minecraft:potato], [minecraft:carrot], [harvestcraft:lettuceitem], [harvestcraft:artichokeitem], [harvestcraft:bellpepperitem], [harvestcraft:chilipepperitem], [minecraft:wheat], [harvestcraft:flaxitem], [harvestcraft:amaranthitem], [harvestcraft:elderberryitem]] - S:windyGarden < - harvestcraft:strawberryitem - harvestcraft:barleyitem - harvestcraft:cornitem - harvestcraft:cucumberitem - harvestcraft:wintersquashitem - harvestcraft:mustardseedsitem - harvestcraft:onionitem - harvestcraft:parsnipitem - harvestcraft:peanutitem - minecraft:potato - minecraft:carrot - harvestcraft:lettuceitem - harvestcraft:artichokeitem - harvestcraft:bellpepperitem - harvestcraft:chilipepperitem - minecraft:wheat - harvestcraft:flaxitem - harvestcraft:amaranthitem - harvestcraft:elderberryitem - > -} - - -"food items" { - # Enables Wheat as an edible item [default: true] - B:makeWheatEdible=true -} - - -gardens { - B:enablearidgardenGeneration=true - B:enablefrostgardenGeneration=true - B:enablegardenSpread=true - B:enableshadedgardenGeneration=true - B:enablesoggygardenGeneration=true - B:enabletropicalgardenGeneration=true - B:enablewindygardenGeneration=true - I:gardenRarity=2 - - # Garden spread rate. 100 means a garden spawns every tick. 1 means a garden spawns with a probability of 1% per tick. [range: 1 ~ 100, default: 30] - I:gardenSpreadRate=30 - I:gardendropAmount=3 - I:gardenspreadMax=8 -} - - -general { - # Default: 3600 or 3 minutes - I:buffTimeForTopTier=3600 - - # Enables harvesting by right-clicking. [default: true] - B:enableEasyHarvest=true - - # Enables catching of HarvestCraft fish using the normal fishing rod. [default: true] - B:enableHCFish=true - - # Makes changes to vanilla food item and drop hunger restore and saturation values to be balanced with HarvestCraft food. [default: true] - B:enablevanillafoodBalance=true - - # Enable to have raw calamari smelt into cooked fish instead. [default: false] - B:smeltsquidintocookedFish=false - - # Enables squid mobs to drop raw calamari. [default: true] - B:squiddropCalamari=true - - # Default: 10, Choose 5, 6, 7, 8, 9, or 10 shank foods which become top tier. Foods at this level or above give buffs. Top tier foods are always edible, so be careful! Set to 0 to have no top tier foods. - I:topTierFood=10 - - # How long the Water Filter takes to run. Default 516. For comparison, the Presser time is 125. - I:waterfilterTime=516 - - # How many Fresh Water you get per Woven Cloth in the Water Filter. Default 8. Use whole numbers between 0 and 64. - I:waterfilterfreshwaterAmount=8 - - # How many Salt you get per Woven Cloth in the Water Filter. Default 8. Use whole numbers between 0 and 64. - I:waterfiltersaltAmount=8 -} - - -"market currency" { - I:marketcurrencyBees=0 - I:marketcurrencyBonemeal=0 - I:marketcurrencyChicken=0 - I:marketcurrencyCow=0 - I:marketcurrencyFish=0 - I:marketcurrencyHorse=0 - I:marketcurrencyLead=0 - I:marketcurrencyLlama=0 - I:marketcurrencyMeat=0 - I:marketcurrencyNametag=0 - I:marketcurrencyOcelot=0 - I:marketcurrencyPig=0 - I:marketcurrencyRabbit=0 - I:marketcurrencySeeds=0 - I:marketcurrencySheep=0 - I:marketcurrencyWolf=0 - I:marketcurrencyconiferousSaplings=0 - I:marketcurrencytemperateSaplings=0 - I:marketcurrencytropicalSaplings=0 -} - - -"market prices" { - I:marketbonemealPrice=3 - I:marketchickenPrice=3 - I:marketcowPrice=9 - I:markethorsePrice=12 - I:marketleadPrice=1 - I:marketllamaPrice=12 - I:marketnametagPrice=1 - I:marketocelotPrice=9 - I:marketpigPrice=6 - I:marketqueenbeePrice=3 - I:marketrabbitPrice=3 - I:marketsaplingPrice=3 - I:marketseedPrice=1 - I:marketsheepPrice=6 - I:marketwolfPrice=9 -} - - -"market sales" { - B:marketsellBonemeal=true - B:marketsellChicken=true - B:marketsellCow=true - B:marketsellHorse=true - B:marketsellLead=true - B:marketsellLlama=true - B:marketsellNametag=true - B:marketsellOcelot=true - B:marketsellPig=true - B:marketsellQueenbee=true - B:marketsellRabbit=true - B:marketsellSeeds=true - B:marketsellSheep=true - B:marketsellWolf=true - B:marketsellconiferousSaplings=true - B:marketselltemperateSaplings=true - B:marketselltropicalSaplings=true -} - - -"miscellaneous recipes" { - B:enablecroptoseedRecipe=true - B:enablehoneyslimeballPresser=true - B:enablelistAllwaterfreshwater=true - B:enablelistAllwatervanillawaterbucket=true - B:enablemaplesyrupslimeballPresser=true - B:enablesaltfromwaterbucketrecipe=true - B:enabletofuasmeatinRecipes=true - B:enabletofuasmilkinRecipes=true - I:marketblockrecipeItem=0 -} - - -seeds { - B:agaveseeddropfromgrass=false - B:amaranthseeddropfromgrass=false - B:arrowrootseeddropfromgrass=false - B:artichokeseeddropfromgrass=false - B:asparagusseeddropfromgrass=false - B:bambooshootseeddropfromgrass=false - B:barleyseeddropfromgrass=false - B:beanseeddropfromgrass=false - B:beetseeddropfromgrass=false - B:bellpepperseeddropfromgrass=false - B:blackberryseeddropfromgrass=false - B:blueberryseeddropfromgrass=false - B:broccoliseeddropfromgrass=false - B:brusselsproutseeddropfromgrass=false - B:cabbageseeddropfromgrass=false - B:cactusfruitseeddropfromgrass=false - B:candleberryseeddropfromgrass=false - B:cantaloupeseeddropfromgrass=false - B:cassavaseeddropfromgrass=false - B:cauliflowerseeddropfromgrass=false - B:celeryseeddropfromgrass=false - B:chickpeaseeddropfromgrass=false - B:chilipepperseeddropfromgrass=false - B:coffeeseeddropfromgrass=false - B:cornseeddropfromgrass=false - B:cottonseeddropfromgrass=false - B:cranberryseeddropfromgrass=false - B:cucumberseeddropfromgrass=false - B:curryleafseeddropfromgrass=false - B:eggplantseeddropfromgrass=false - B:elderberryseeddropfromgrass=false - B:flaxseeddropfromgrass=false - B:garlicseeddropfromgrass=false - B:gingerseeddropfromgrass=false - B:grapeseeddropfromgrass=false - B:greengrapeseeddropfromgrass=false - B:huckleberryseeddropfromgrass=false - B:jicamaseeddropfromgrass=false - B:juniperberryseeddropfromgrass=false - B:juteseeddropfromgrass=false - B:kaleseeddropfromgrass=false - B:kenafseeddropfromgrass=false - B:kiwiseeddropfromgrass=false - B:kohlrabiseeddropfromgrass=false - B:leekseeddropfromgrass=false - B:lentilseeddropfromgrass=false - B:lettuceseeddropfromgrass=false - B:milletseeddropfromgrass=false - B:mulberryseeddropfromgrass=false - B:mustardseeddropfromgrass=false - B:oatsseeddropfromgrass=false - B:okraseeddropfromgrass=false - B:onionseeddropfromgrass=false - B:parsnipseeddropfromgrass=false - B:peanutseeddropfromgrass=false - B:peasseeddropfromgrass=false - B:pineappleseeddropfromgrass=false - B:quinoaseeddropfromgrass=false - B:radishseeddropfromgrass=false - B:raspberryseeddropfromgrass=false - B:rhubarbseeddropfromgrass=false - B:riceseeddropfromgrass=false - B:rutabagaseeddropfromgrass=false - B:ryeseeddropfromgrass=false - B:scallionseeddropfromgrass=false - B:seaweedseeddropfromgrass=false - I:seedrarity=1 - B:sesameseedsseeddropfromgrass=false - B:sisalseeddropfromgrass=false - B:soybeanseeddropfromgrass=false - B:spiceleafseeddropfromgrass=false - B:spinachseeddropfromgrass=false - B:strawberryseeddropfromgrass=false - B:sweetpotatoseeddropfromgrass=false - B:taronutseeddropfromgrass=false - B:teaseeddropfromgrass=false - B:tomatilloseeddropfromgrass=false - B:tomatoseeddropfromgrass=false - B:turnipseeddropfromgrass=false - B:waterchestnutseeddropfromgrass=false - B:whitemushroomseeddropfromgrass=false - B:wintersquashseeddropfromgrass=false - B:zucchiniseeddropfromgrass=false -} - - -"shipping bin prices" { - I:shippingbinbeesPrice=16 - I:shippingbincropPrice=32 - I:shippingbinfishPrice=16 - I:shippingbinmeatPrice=16 -} - - -"shipping bin purchases" { - B:shippingbinbuyBees=true - B:shippingbinbuyCrops=true - B:shippingbinbuyFish=true - B:shippingbinbuyMeat=true - B:shippingbinenablevanillaMCBees=true - B:shippingbinenablevanillaMCCrops=true - B:shippingbinenablevanillaMCEgg=true - B:shippingbinenablevanillaMCFish=true - B:shippingbinenablevanillaMCMeat=true - B:shippingbinenablevanillaMCMonsterParts=true -} - - diff --git a/config - Copy/harvestcraft_fruittree.cfg b/config - Copy/harvestcraft_fruittree.cfg deleted file mode 100644 index 9aa34cef..00000000 --- a/config - Copy/harvestcraft_fruittree.cfg +++ /dev/null @@ -1,1434 +0,0 @@ -# Configuration file - -########################################################################################################## -# _common_fruit_trees -#--------------------------------------------------------------------------------------------------------# -# Available/Detected biomes: [minecraft:ocean], [minecraft:plains], [minecraft:desert], [minecraft:extreme_hills], [minecraft:forest], [minecraft:taiga], [minecraft:swampland], [minecraft:river], [minecraft:hell], [minecraft:sky], [minecraft:frozen_ocean], [minecraft:frozen_river], [minecraft:ice_flats], [minecraft:ice_mountains], [minecraft:mushroom_island], [minecraft:mushroom_island_shore], [minecraft:beaches], [minecraft:desert_hills], [minecraft:forest_hills], [minecraft:taiga_hills], [minecraft:smaller_extreme_hills], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:deep_ocean], [minecraft:stone_beach], [minecraft:cold_beach], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:taiga_cold], [minecraft:taiga_cold_hills], [minecraft:redwood_taiga], [minecraft:redwood_taiga_hills], [minecraft:extreme_hills_with_trees], [minecraft:savanna], [minecraft:savanna_rock], [minecraft:mesa], [minecraft:mesa_rock], [minecraft:mesa_clear_rock], [minecraft:void], [minecraft:mutated_plains], [minecraft:mutated_desert], [minecraft:mutated_extreme_hills], [minecraft:mutated_forest], [minecraft:mutated_taiga], [minecraft:mutated_swampland], [minecraft:mutated_ice_flats], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [minecraft:mutated_taiga_cold], [minecraft:mutated_redwood_taiga], [minecraft:mutated_redwood_taiga_hills], [minecraft:mutated_extreme_hills_with_trees], [minecraft:mutated_savanna], [minecraft:mutated_savanna_rock], [minecraft:mutated_mesa], [minecraft:mutated_mesa_rock], [minecraft:mutated_mesa_clear_rock], [biomesoplenty:gravel_beach], [biomesoplenty:white_beach], [biomesoplenty:origin_beach], [biomesoplenty:alps], [biomesoplenty:bamboo_forest], [biomesoplenty:bayou], [biomesoplenty:bog], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:chaparral], [biomesoplenty:cherry_blossom_grove], [biomesoplenty:cold_desert], [biomesoplenty:coniferous_forest], [biomesoplenty:crag], [biomesoplenty:dead_forest], [biomesoplenty:dead_swamp], [biomesoplenty:eucalyptus_forest], [biomesoplenty:fen], [biomesoplenty:flower_field], [biomesoplenty:grassland], [biomesoplenty:grove], [biomesoplenty:highland], [biomesoplenty:land_of_lakes], [biomesoplenty:lavender_fields], [biomesoplenty:lush_desert], [biomesoplenty:lush_swamp], [biomesoplenty:mangrove], [biomesoplenty:maple_woods], [biomesoplenty:marsh], [biomesoplenty:meadow], [biomesoplenty:moor], [biomesoplenty:mountain], [biomesoplenty:mystic_grove], [biomesoplenty:ominous_woods], [biomesoplenty:orchard], [biomesoplenty:outback], [biomesoplenty:overgrown_cliffs], [biomesoplenty:prairie], [biomesoplenty:quagmire], [biomesoplenty:rainforest], [biomesoplenty:redwood_forest], [biomesoplenty:sacred_springs], [biomesoplenty:seasonal_forest], [biomesoplenty:shield], [biomesoplenty:shrubland], [biomesoplenty:snowy_coniferous_forest], [biomesoplenty:snowy_forest], [biomesoplenty:steppe], [biomesoplenty:temperate_rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:tundra], [biomesoplenty:wasteland], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:xeric_shrubland], [biomesoplenty:alps_foothills], [biomesoplenty:mountain_foothills], [biomesoplenty:redwood_forest_edge], [biomesoplenty:pasture], [biomesoplenty:glacier], [biomesoplenty:oasis], [biomesoplenty:snowy_tundra], [biomesoplenty:coral_reef], [biomesoplenty:kelp_forest], [biomesoplenty:origin_island], [biomesoplenty:tropical_island], [biomesoplenty:volcanic_island], [biomesoplenty:flower_island], [biomesoplenty:corrupted_sands], [biomesoplenty:fungi_forest], [biomesoplenty:phantasmagoric_inferno], [biomesoplenty:undergarden], [biomesoplenty:visceral_heap], [randomthings:spectral], [thaumcraft:magical_forest], [thaumcraft:eerie], [thaumcraft:eldritch], [twilightforest:twilight_lake], [twilightforest:twilight_forest], [twilightforest:dense_twilight_forest], [twilightforest:twilight_highlands], [twilightforest:mushroom_forest], [twilightforest:twilight_swamp], [twilightforest:twilight_stream], [twilightforest:snowy_forest], [twilightforest:twilight_glacier], [twilightforest:twilight_clearing], [twilightforest:oak_savannah], [twilightforest:firefly_forest], [twilightforest:deep_mushroom_forest], [twilightforest:dark_forest], [twilightforest:enchanted_forest], [twilightforest:fire_swamp], [twilightforest:dark_forest_center], [twilightforest:highlands_center], [twilightforest:thornlands], [twilightforest:spooky_forest], [appliedenergistics2:storage_biome], [aoa3:abyss], [aoa3:ancient_cavern], [aoa3:barathos], [aoa3:candyland], [aoa3:celeve], [aoa3:creeponia], [aoa3:crystevia], [aoa3:deeplands], [aoa3:dustopia], [aoa3:gardencia], [aoa3:greckon], [aoa3:haven], [aoa3:immortallis], [aoa3:iromine], [aoa3:lborean], [aoa3:lelyetia], [aoa3:lunalus], [aoa3:mysterium], [aoa3:precasia], [aoa3:runandor], [aoa3:shyrelands], [aoa3:vox_ponds], [buildcraftenergy:oil_ocean], [buildcraftenergy:oil_desert], [erebus:underground_jungle], [erebus:volcanic_desert], [erebus:subterranean_savannah], [erebus:elysian_fields], [erebus:ulterior_outback], [erebus:fungal_forest], [erebus:submerged_swamp], [erebus:fields_sub_forest], [erebus:petrified_forest], [iceandfire:glacier], [integrateddynamics:biome_meneglin], [nuclearcraft:nuclear_wasteland], [abyssalcraft:darklands], [abyssalcraft:darklands_forest], [abyssalcraft:darklands_plains], [abyssalcraft:darklands_hills], [abyssalcraft:darklands_mountains], [abyssalcraft:coralium_infested_swamp], [abyssalcraft:abyssal_wastelands], [abyssalcraft:dreadlands], [abyssalcraft:purified_dreadlands], [abyssalcraft:dreadlands_forest], [abyssalcraft:dreadlands_mountains], [abyssalcraft:omothol], [abyssalcraft:dark_realm], [abyssalcraft:purged], [aether_legacy:aether_highlands], [aroma1997sdimension:miningbiome], [dimdoors:limbo], [dimdoors:white_void], [dimdoors:black_void], [dimdoors:dangerous_black_void], [thebetweenlands:patchy_islands], [thebetweenlands:swamplands], [thebetweenlands:deep_waters], [thebetweenlands:coarse_islands], [thebetweenlands:raised_isles], [thebetweenlands:sludge_plains], [thebetweenlands:marsh_0], [thebetweenlands:marsh_1], [thebetweenlands:swamplands_clearing], [thebetweenlands:sludge_plains_clearing], -########################################################################################################## - -_common_fruit_trees { - # Default: true - B:enableFruitTreeGeneration=true - - # Default: 25, Lower is faster - I:fruitGrowthSpeed=25 -} - - -almond { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -apple { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -apricot { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -avocado { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -banana { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -breadfruit { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -cashew { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -cherry { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -chestnut { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -cinnamon { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -coconut { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -date { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -dragonfruit { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -durian { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -fig { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -gooseberry { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -grapefruit { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -guava { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -hazelnut { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -jackfruit { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -lemon { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -lime { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -lychee { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -mango { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -maple { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # cold [default: [minecraft:taiga_cold], [minecraft:taiga_cold_hills], [minecraft:mutated_taiga_cold], [biomesoplenty:snowy_coniferous_forest], [biomesoplenty:snowy_forest], [biomesoplenty:alps_foothills], [minecraft:taiga], [minecraft:taiga_hills], [biomesoplenty:boreal_forest], [biomesoplenty:coniferous_forest], [biomesoplenty:maple_woods], [biomesoplenty:seasonal_forest]] - S:whitelist < - minecraft:taiga_cold - minecraft:taiga_cold_hills - minecraft:mutated_taiga_cold - biomesoplenty:snowy_coniferous_forest - biomesoplenty:snowy_forest - biomesoplenty:alps_foothills - minecraft:taiga - minecraft:taiga_hills - biomesoplenty:boreal_forest - biomesoplenty:coniferous_forest - biomesoplenty:maple_woods - biomesoplenty:seasonal_forest - > -} - - -nutmeg { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -olive { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -orange { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -papaya { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -paperbark { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -passionfruit { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -pawpaw { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -peach { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -pear { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -pecan { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -peppercorn { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -persimmon { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -pistachio { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -plum { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -pomegranate { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -rambutan { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -soursop { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -spiderweb { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - -starfruit { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -tamarind { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -vanillabean { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # warm [default: [minecraft:savanna], [minecraft:jungle], [minecraft:jungle_hills], [minecraft:jungle_edge], [minecraft:mutated_jungle], [minecraft:mutated_jungle_edge], [biomesoplenty:chaparral], [biomesoplenty:sacred_springs], [biomesoplenty:bamboo_forest], [biomesoplenty:eucalyptus_forest], [biomesoplenty:prairie], [biomesoplenty:rainforest], [biomesoplenty:tropical_rainforest], [biomesoplenty:oasis], [biomesoplenty:tropical_island]] - S:whitelist < - minecraft:savanna - minecraft:jungle - minecraft:jungle_hills - minecraft:jungle_edge - minecraft:mutated_jungle - minecraft:mutated_jungle_edge - biomesoplenty:chaparral - biomesoplenty:sacred_springs - biomesoplenty:bamboo_forest - biomesoplenty:eucalyptus_forest - biomesoplenty:prairie - biomesoplenty:rainforest - biomesoplenty:tropical_rainforest - biomesoplenty:oasis - biomesoplenty:tropical_island - > -} - - -walnut { - # [default: true] - B:enableGeneration=true - - # rarity range 0 ... 100, where 0 is common and 100 is rare [range: 0 ~ 100, default: 20] - I:rarity=20 - - # temperate [default: [minecraft:forest], [minecraft:river], [minecraft:forest_hills], [minecraft:birch_forest], [minecraft:birch_forest_hills], [minecraft:roofed_forest], [minecraft:mutated_forest], [minecraft:mutated_birch_forest], [minecraft:mutated_birch_forest_hills], [minecraft:mutated_roofed_forest], [biomesoplenty:boreal_forest], [biomesoplenty:brushland], [biomesoplenty:grove], [biomesoplenty:land_of_lakes], [biomesoplenty:lush_swamp], [biomesoplenty:mountain], [biomesoplenty:orchard], [biomesoplenty:overgrown_cliffs], [biomesoplenty:seasonal_forest], [biomesoplenty:temperate_rainforest], [biomesoplenty:wetland], [biomesoplenty:woodland], [biomesoplenty:mountain_foothills]] - S:whitelist < - minecraft:forest - minecraft:river - minecraft:forest_hills - minecraft:birch_forest - minecraft:birch_forest_hills - minecraft:roofed_forest - minecraft:mutated_forest - minecraft:mutated_birch_forest - minecraft:mutated_birch_forest_hills - minecraft:mutated_roofed_forest - biomesoplenty:boreal_forest - biomesoplenty:brushland - biomesoplenty:grove - biomesoplenty:land_of_lakes - biomesoplenty:lush_swamp - biomesoplenty:mountain - biomesoplenty:orchard - biomesoplenty:overgrown_cliffs - biomesoplenty:seasonal_forest - biomesoplenty:temperate_rainforest - biomesoplenty:wetland - biomesoplenty:woodland - biomesoplenty:mountain_foothills - > -} - - diff --git a/config - Copy/holoinventory.cfg b/config - Copy/holoinventory.cfg deleted file mode 100644 index 725eafc9..00000000 --- a/config - Copy/holoinventory.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -holoinventory { - S:banned < - > - - # Show on sneak, bypasses other keyboard settings. - B:showOnSneak=false - - # Show on sprint, bypasses other keyboard settings. - B:showOnSprint=true -} - - diff --git a/config - Copy/ice_and_fire.cfg b/config - Copy/ice_and_fire.cfg deleted file mode 100644 index 0d46cca0..00000000 --- a/config - Copy/ice_and_fire.cfg +++ /dev/null @@ -1,597 +0,0 @@ -# Configuration file - -all { - # Amphithere attack strength [range: 1.0 ~ 10000.0, default: 7.0] - S:"Amphithere Attack Strength"=7.0 - - # How fast amphitheres fly. [range: 0.0 ~ 3.0, default: 1.75] - S:"Amphithere Flight Speed"=1.75 - - # Maximum amphithere health [range: 1.0 ~ 10000.0, default: 50.0] - S:"Amphithere Max Health"=50.0 - - # Amphithere spawn weight. Lower = lower chance to spawn [range: 1 ~ 10000, default: 5] - I:"Amphithere Spawn Weight"=5 - - # How many ticks it takes while riding an untamed amphithere to tame it. [range: 1 ~ 10000, default: 400] - I:"Amphithere Tame Time"=400 - - # How many blocks away can ampitheres detect villagers being hurt. Note that increasing this could cause lag. [range: 1 ~ 10000, default: 64] - I:"Amphithere Villager Search Length"=64 - - # True if animals should run away and hide from dragons and other hostile Ice and Fire mobs. [default: true] - B:"Animals Fear Dragons"=false - - # True if riding dragons should make the player take a 3rd person view automatically. [default: true] - B:"Auto 3rd person when riding dragon"=true - S:"Biome Names Disabled For Dragons" < - > - S:"Biome Names Enabled For Fire Dragons" < - > - S:"Biome Names Enabled For Ice Dragons" < - > - S:"Biome Types Disabled For Dragons" < - > - - # Biomes that pixie villages will not be generated in (e.g. minecraft:plains or roofed_forest) [default: [minecraft:roofed_forest], [biomesoplenty:ominous_woods], [biomesoplenty:mystic_grove]] - S:"Blacklisted Biomes from Pixie Village Generation" < - minecraft:roofed_forest - biomesoplenty:ominous_woods - biomesoplenty:mystic_grove - > - - # If true, then the blacklist will act as a whitelist. [default: true] - B:"Blacklisted Biomes from Pixie Village Generation is a Whitelist"=true - - # Blacklist for blocks that dragons are not to break or burn. Ex. "minecraft:sponge" or "rats:rat_crafting_table" [default: ] - S:"Blacklisted Blocks from Dragon" < - > - - # If true, then the blacklist will act as a whitelist. [default: false] - B:"Blacklisted Blocks from Dragon is a Whitelist"=false - - # Dragons cannot spawn in these dimensions' IDs - I:"Blacklisted Dragon Dimensions" < - -1 - -2 - 1 - 145 - 146 - 147 - 148 - 149 - 150 - 151 - 166 - 152 - 160 - 161 - 162 - 163 - 164 - 165 - 170 - 171 - 172 - 173 - 174 - 684 - 685 - 686 - 687 - > - - # Misc Structures(Cyclops caves, Gorgon temples, etc) cannot spawn in these dimensions' IDs - I:"Blacklisted Misc. Structure Dimensions" < - -1 - -2 - 1 - 145 - 146 - 147 - 148 - 149 - 150 - 151 - 166 - 152 - 160 - 161 - 162 - 163 - 164 - 165 - 170 - 171 - 172 - 173 - 174 - 684 - 685 - 686 - 687 - > - I:"Blacklisted Snow Village Dimensions" < - -1 - 1 - > - - # True if chickens lay rotten eggs. [default: true] - B:"Chickens Lay Rotten Eggs"=true - - # True if the summon crystal can load chunks to find dragons. [default: true] - B:"Chunk Load Summon Crystal"=false - - # Maximum cockatrice health [range: 1.0 ~ 10000.0, default: 40.0] - S:"Cockatrice Health"=40.0 - - # A double check to see if the game can spawn cockatrices. Higher number = lower chance to spawn. [range: 0 ~ 10000, default: 0] - I:"Cockatrice Spawn Check Chance"=0 - - # Cockatrice spawn weight. Lower = lower chance to spawn [range: 1 ~ 10000, default: 4] - I:"Cockatrice Spawn Weight"=4 - - # 1 out of this number chance per 6000 ticks for a chicken to lay a cockatrice egg. [range: 1 ~ 2147483647, default: 30] - I:"Cockatrice chicken Search Length"=32 - - # Whether to display the dragon on the main menu or not [default: true] - B:"Custom main menu"=false - - # How many blocks away can cyclopes detect sheep. Note that increasing this could cause lag. [range: 1 ~ 10000, default: 17] - I:"Cyclopes Sheep Search Length"=17 - - # Cyclops attack strength [range: 1.0 ~ 10000.0, default: 15.0] - S:"Cyclops Attack Strength"=15.0 - - # Amount of damage done with cyclops bite attack. [range: 1.0 ~ 10000.0, default: 40.0] - S:"Cyclops Bite Strength"=40.0 - - # Whether or not cyclops can break logs or leaves in their way [default: true] - B:"Cyclops Griefing"=true - - # Maximum cyclops health [range: 1.0 ~ 10000.0, default: 150.0] - S:"Cyclops Max Health"=150.0 - - # How many blocks away does dangerous(dragons, cyclops, etc.) world gen have to generate from spawn [range: 0 ~ 2147483647, default: 200] - I:"Dangerous World Gen Distance From Spawn"=1200 - - # Default deathworm attack strength, this is scaled to the worm's particular size [range: 1.0 ~ 10000.0, default: 3.0] - S:"Death Worm Base Attack Strength"=3.0 - - # Default deathworm health, this is scaled to the worm's particular size [range: 1.0 ~ 10000.0, default: 10.0] - S:"Death Worm Base Health"=30.0 - - # A double check to see if the game can spawn death worms. Higher number = lower chance to spawn. [range: 0 ~ 10000, default: 3] - I:"Death Worm Spawn Check Chance"=3 - - # Deathworm spawn weight. Lower = lower chance to spawn [range: 1 ~ 10000, default: 2] - I:"Death Worm Spawn Weight"=2 - - # How many blocks away can death worms spot potential prey. Note that increasing this could cause lag [range: 1 ~ 10000, default: 64] - I:"Death Worm Target Search Length"=64 - - # True if wild deathworms are allowed to target and attack monsters [default: true] - B:"Death Worms Target Monsters"=true - - # Max dragon attack damage. Attack Damage is scaled to this [range: 1 ~ 10000, default: 17] - I:"Dragon Attack Damage"=25 - - # Damage dealt from a successful fire breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number [range: 0.0 ~ 10000.0, default: 2.0] - S:"Dragon Attack Damage(Fire breath)"=3.0 - - # Damage dealt from a successful ice breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number [range: 0.0 ~ 10000.0, default: 2.5] - S:"Dragon Attack Damage(Ice breath)"=3.5 - - # Damage dealt from a successful lightning breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number [range: 0.0 ~ 10000.0, default: 3.5] - S:"Dragon Attack Damage(Lightning breath)"=5.5 - - # Every interval of this number in ticks, dragon allowed to break blocks. [range: 0 ~ 10000, default: 5] - I:"Dragon Block Break Cooldown"=5 - - # The percentage chance for a block to drop as an item when a dragon breaks it. [range: 0.0 ~ 1.0, default: 0.1] - S:"Dragon Block Breaking Drop Chance"=0.1 - - # Ratio of Stone(this number) to Ores in Dragon Caves [range: 1 ~ 10000, default: 45] - I:"Dragon Cave Ore Ratio"=45 - - # 1 out of this number chance per block that gold will generate in dragon lairs. [range: 1 ~ 10000, default: 4] - I:"Dragon Den Gold Amount"=4 - - # How long it takes(in ticks) for a dragon egg to hatch [range: 1 ~ 2147483647, default: 7200] - I:"Dragon Egg Hatch Time"=7200 - - # Dragon Flap Noise Distance - Larger number, further away you can hear it [range: 0 ~ 10000, default: 4] - I:"Dragon Flap Noise Distance"=4 - - # Every tick a RNG decides whether this dragon should start flying or not, based on this chance [range: 0.0 ~ 1.0, default: 6.66E-4] - S:"Dragon Flight Chance Per Tick"=6.66E-4 - - # Dragon Flute Distance - how many chunks away is the dragon flute effective? [range: 0 ~ 10000, default: 4] - I:"Dragon Flute Distance"=4 - - # How far away dragons will detect gold blocks being destroyed or chests being opened [range: 0 ~ 10000, default: 30] - I:"Dragon Gold Search Length"=0 - - # Dragon griefing - 2 is no griefing, 1 is breaking weak blocks, 0 is default [range: 0 ~ 2, default: 0] - I:"Dragon Griefing"=0 - - # Max dragon health. Health is scaled to this [range: 1 ~ 100000, default: 500] - I:"Dragon Health"=1500 - - # Every interval of this number in ticks, dragon hunger decreases. [range: 1 ~ 10000, default: 3000] - I:"Dragon Hunger Tick Rate"=3000 - - # Enable this if your server is being bombarded with moved wrongly or moved too fast console messages. REQUIRES RESTART! [default: false] - B:"Dragon Moved Wrongly Error Fix"=true - - # How many blocks away can dragons spot potential prey. Note that increasing this could cause lag. [range: 1 ~ 10000, default: 128] - I:"Dragon Target Search Length"=64 - - # How many blocks away can dragons wander from their defined "home" position. [range: 1 ~ 10000, default: 40] - I:"Dragon Wander From Home Distance"=30 - - # True if dragons can despawn. Note that if this is false there may be SERIOUS lag issues. [default: true] - B:"Dragons Despawn"=true - - # True if dragons can break blocks if they get stuck. Turn this off if your dragons randomly explode. [default: true] - B:"Dragons Dig When Stuck"=false - - # True if dragons can drop their blood on death. [default: true] - B:"Dragons Drop Blood"=true - - # True if dragons can drop their heart on death. [default: true] - B:"Dragons Drop Heart"=true - - # True if dragons can drop their skull on death. [default: true] - B:"Dragons Drop Skull"=true - - # Default armor value of dragonsteel chestplate. [range: 7 ~ 2147483647, default: 12] - I:"Dragonsteel Base Armor"=12 - - # Default durability value of dragonsteel sword. [range: 1 ~ 2147483647, default: 8000] - I:"Dragonsteel Base Durability"=8000 - - # Whether or not should dragonsteel tools knockback the target on hit [default: true] - B:"Dragonsteel Knockback"=true - - # Default attack strength of a dragonsteel sword. [range: 5.0 ~ 2.14748365E9, default: 25.0] - S:"Dragonsteel Sword Base Attack Strength"=25.0 - - # These entities are on the same team as dread mobs [default: ] - S:"Dread Gang" < - > - - # Percentage of critical strike that will disarm with easter egg tinkers material. [range: 0.0 ~ 1.0, default: 0.2] - S:"Easter Egg Tinkers Tool Disarm chance"=0.2 - - # Entities listed here can't be tied to chains [default: ] - S:"Entities immune to being tied to a chain" < - > - - # Entities listed here will never be turned to stone [default: ] - S:"Entities immune to being turned to stone" < - > - - # Entities listed here will not be affected by dragon fire burning [default: ] - S:"Entities immune to dragon fire" < - > - - # Entities listed here will not be affected by dragon ice freezing [default: ] - S:"Entities immune to dragon ice" < - > - - # Entities listed here will not be affected by dragon lightning electrocuting [default: ] - S:"Entities immune to dragon lightning" < - > - - # Turning this to true simplifies the dragon's pathfinding process, making them dumber when finding a path, but better for servers with many loaded dragons. [default: false] - B:"Experimental Dragon path Finder"=true - - # True if dragons fire/ice/lightning charges create secondary explosions that launch blocks everywhere. Turn this to true if you like unfair explosions. Or lag. [default: false] - B:"Explosive Dragon Breath"=false - - # Whether to generate structures or mobs on superflat worlds [default: true] - B:"Generate All Structures on Superflat"=true - - # Whether to generate amythest ore or not [default: true] - B:"Generate Amythest Ore"=false - - # Whether to generate copper ore or not [default: true] - B:"Generate Copper Ore"=false - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 180] - I:"Generate Dragon Cave Chance"=300 - - # Whether to generate dragon caves or not [default: true] - B:"Generate Dragon Caves"=true - S:"Generate Dragon Den Chance For Biome" < - > - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 360] - I:"Generate Dragon Roost Chance"=360 - S:"Generate Dragon Roost Chance For Biome" < - > - - # Whether to generate dragon roosts or not [default: true] - B:"Generate Dragon Roosts"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 300] - I:"Generate Dragon Skeleton Chance"=300 - - # Whether to generate dragon skeletons or not [default: true] - B:"Generate Dragon Skeletons"=true - - # Whether to generate glacier biomes or not [default: true] - B:"Generate Glaciers"=true - - # True if hydra caves are allowed to generate [default: true] - B:"Generate Hydra Caves"=true - - # True if mausoleums are allowed to generate [default: true] - B:"Generate Mausoleums"=true - - # Whether to generate sapphire ore or not [default: true] - B:"Generate Sapphire Ore"=false - - # Whether to generate silver ore or not [default: true] - B:"Generate Silver Ore"=false - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 100] - I:"Generate Snow Village Chance"=100 - - # Whether to generate snow villages or not [default: true] - B:"Generate Snow Villages"=true - - # Glacier Spawn Weight. Higher number = more common [range: 1 ~ 10000, default: 4] - I:"Glacier Spawn Weight"=4 - - # Maximum gorgon health [range: 1.0 ~ 10000.0, default: 100.0] - S:"Gorgon Max Health"=100.0 - - # Hippocampus tame item; supports OreDict [default: minecraft:prismarine_crystals] - S:"Hippocampus Tame Item"=minecraft:prismarine_crystals - - # Hippogryph flight speed modifier; all hippogryph speeds are multiplied with this number [range: 0.0 ~ 10.0, default: 1.0] - S:"Hippogryph Flight Speed"=1.0 - - # Hippogryph spawn weight. Lower = lower chance to spawn. [range: 1 ~ 10000, default: 2] - I:"Hippogryph Spawn Weight"=2 - - # Hippogryph tame item; supports OreDict [default: minecraft:rabbit_foot] - S:"Hippogryph Tame Item"=minecraft:rabbit_foot - - # One out of this number chance per chunk to generate a hydra cave. [range: 1 ~ 10000, default: 200] - I:"Hydra Caves Gen Chance"=200 - - # Maximum hydra health [range: 1.0 ~ 10000.0, default: 250.0] - S:"Hydra Max Health"=250.0 - - # A more intelligent dragon pathfinding system, but is also laggier. Turn this on if you think dragons are too stupid. [default: false] - B:"Intelligent Dragon Pathfinding"=false - - # Dread Lich spawn weight. Lower = lower chance to spawn [range: 1 ~ 10000, default: 2] - I:"Lich Spawn Weight"=2 - - # The amount of health lightning dragons heal when they get hit by a lightning bolt. [range: 0 ~ 100000, default: 15] - I:"Lightning Dragon Healing Amount"=15 - - # Whether to log cascading world gen lag. We hope to fix all cascading lag in the future, but the server console spam is over the top. [default: false] - B:"Log Cascading World Gen"=false - - # One out of this number chance per chunk to generate a mausoleum. [range: 1 ~ 10000, default: 1800] - I:"Mausoleum Gen Chance"=800 - - # How high dragons can fly, in Y height. [range: 100 ~ 2147483647, default: 128] - I:"Max Dragon Flight Height"=128 - - # How high stymphalian birds can fly, in Y height. [range: 10 ~ 2147483647, default: 80] - I:"Max Stymphalian Bird Flight Height"=80 - - # Base Myrmex(worker) attack strength [range: 1.0 ~ 10000.0, default: 3.0] - S:"Myrmex Base Attack Strength"=3.0 - - # One out of this number chance per chunk to generate a myrmex hive. [range: 1 ~ 10000, default: 150] - I:"Myrmex Colony Gen Chance"=150 - - # How many maximum individuals a myrmex colony can have. [range: 10 ~ 10000, default: 80] - I:"Myrmex Colony Max Size"=80 - - # How much reputation the player will receive for donating a specific item to a desert myrmex worker [default: [iceandfire:myrmex_desert_resin 5]] - S:"Myrmex Desert Reputation Items" < - iceandfire:myrmex_desert_resin 5 - > - - # How many ticks it takes for a Myrmex Queen to produce an egg. [range: 1 ~ 10000, default: 2500] - I:"Myrmex Gestation Length"=2500 - - # How many ticks it takes for a Myrmex to move from a larva to a pupa, and from a pupa to an adult. [range: 1 ~ 100000, default: 35000] - I:"Myrmex Hatch Length"=3000 - - # How much reputation the player will receive for donating a specific item to a jungle myrmex worker [default: [iceandfire:myrmex_jungle_resin 5]] - S:"Myrmex Jungle Reputation Items" < - iceandfire:myrmex_jungle_resin 5 - > - - # Blocks that will not drop as items when broken by a dragon. Ex. "minecraft:chest" or "rats:rat_crafting_table" [default: [minecraft:stone], [minecraft:dirt], [minecraft:grass]] - S:"No-Drop Blocks from Dragon Block Breaking" < - minecraft:stone - minecraft:dirt - minecraft:grass - > - - # size of pixie villages [range: 1 ~ 10000, default: 5] - I:"Pixie Village Size"=5 - - # True if pixies are allowed to steal from players [default: true] - B:"Pixies Steal Items"=false - - # Default sea serpent attack strength, this is scaled to the sea serpent's particular size [range: 1.0 ~ 10000.0, default: 4.0] - S:"Sea Serpent Base Attack Strength"=4.0 - - # Default sea serpent health, this is scaled to the sea serpent's particular size [range: 1.0 ~ 10000.0, default: 20.0] - S:"Sea Serpent Base Health"=40.0 - - # Whether or not sea serpents can break weak blocks in their way [default: true] - B:"Sea Serpent Griefing"=true - - # IDs of mobs that the siren flute will not work on [default: ] - S:"Siren Flute Mob Blacklist" < - > - - # Maximum siren health [range: 1.0 ~ 10000.0, default: 50.0] - S:"Siren Max Health"=50.0 - - # how long(in ticks) can a siren use its sing effect on a player, without a cooldown. [range: 100 ~ 24000, default: 12000] - I:"Siren Max Sing Time"=12000 - - # how long(in ticks) a siren has to wait after failing to lure in a player [range: 100 ~ 24000, default: 2000] - I:"Siren Time Between Songs"=2000 - - # True if amphitheres are allowed to spawn [default: true] - B:"Spawn Amphitheres"=true - - # True if cockatrices are allowed to spawn [default: true] - B:"Spawn Cockatrices"=true - B:"Spawn Cyclopes"=true - - # True if cyclops caves are allowed to spawn [default: true] - B:"Spawn Cyclopes Caves"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 170] - I:"Spawn Cyclops Cave Chance"=170 - I:"Spawn Cyclops Chance"=170 - - # True if deathworms are allowed to spawn [default: true] - B:"Spawn Death Worms"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 75] - I:"Spawn Gorgon Chance"=150 - - # True if gorgon temples are allowed to spawn [default: true] - B:"Spawn Gorgons"=true - - # True if hippocampi are allowed to spawn [default: true] - B:"Spawn Hippocampus"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 70] - I:"Spawn Hippocampus Chance"=70 - - # True if hippogryphs are allowed to spawn [default: true] - B:"Spawn Hippogryphs"=true - - # True if dread liches are allowed to spawn [default: true] - B:"Spawn Liches"=true - - # True if myrmex colonies are allowed to spawn [default: true] - B:"Spawn Myrmex"=false - - # True if pixie villages are allowed to spawn [default: true] - B:"Spawn Pixies"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 60] - I:"Spawn Pixies Chance"=60 - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 200] - I:"Spawn Sea Serpent Chance"=200 - - # True if sea serpents are allowed to spawn [default: true] - B:"Spawn Sea Serpents"=true - - # True if siren islands are allowed to spawn [default: true] - B:"Spawn Sirens"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 300] - I:"Spawn Sirens Chance"=300 - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 100] - I:"Spawn Stymhphalian Bird Chance"=100 - - # True if stymphalian birds are allowed to spawn [default: true] - B:"Spawn Stymphalian Birds"=true - - # True if trolls are allowed to spawn [default: true] - B:"Spawn Trolls"=true - - # True if wandering cyclopes are allowed to spawn [default: true] - B:"Spawn Wandering Cyclopes"=true - - # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 900] - I:"Spawn Wandering Cyclops Chance"=900 - - # Stymphalian bird feather attack strength. [range: 0.0 ~ 10000.0, default: 1.0] - S:"Stymphalian Bird Feather Attack Strength"=1.0 - - # 1/this number chance for a stymphalian feather to turn into an item before despawning. Zero means never. [range: 0 ~ 10000, default: 25] - I:"Stymphalian Bird Feather Drop Chance"=25 - - # How far away stymphalian birds will consider other birds to be in the same flock. [range: 1 ~ 10000, default: 40] - I:"Stymphalian Bird Flock Length"=40 - - # How many blocks away can stymphalian birds spot potential prey. Note that increasing this could cause lag. [range: 1 ~ 10000, default: 64] - I:"Stymphalian Bird Target Search Length"=64 - - # True if stymphalian birds are allowed to target and attack animals [default: false] - B:"Stymphalian Birds Target Animals"=false - - # True if stymphalian birds can drop items registered in the ore dictionary to ingotCopper, ingotBronze, nuggetCopper, nuggetBronze. [default: true] - B:"Stymphalian Birds drop ore dict items"=true - - # True if tamed dragons can follow the griefing rules. [default: true] - B:"Tamed Dragon Griefing"=true - - # True if tamed dragons go to sleep at night. [default: true] - B:"Tamed Dragons Sleep"=true - - # Troll attack strength [range: 1.0 ~ 10000.0, default: 10.0] - S:"Troll Attack Strength"=10.0 - - # Maximum troll health [range: 1.0 ~ 10000.0, default: 50.0] - S:"Troll Max Health"=50.0 - - # A double check to see if the game can spawn trolls. Higher number = lower chance to spawn. [range: 1 ~ 10000, default: 1] - I:"Troll Spawn Check Chance"=1 - - # Troll spawn weight. Lower = lower chance to spawn [range: 1 ~ 10000, default: 60] - I:"Troll Spawn Weight"=40 - - # True if trolls are allowed to drop their weapon on death. [default: true] - B:"Trolls Drop Weapon"=true - - # True to make the screen pink when sirens attract players [default: true] - B:"Use Siren Shader"=true - - # Whether to use the vanilla font in the bestiary or not [default: false] - B:"Use Vanilla Font"=false - - # True if villagers should run away and hide from dragons and other hostile Ice and Fire mobs. [default: true] - B:"Villagers Fear Dragons"=true - - # Disable this to remove easter egg with tinkers installed. [default: true] - B:Weezer=true - - # Dragons can only spawn in these dimensions' IDs - I:"Whitelisted Dragon Dimensions" < - 0 - > - - # Misc Structures(Cyclops caves, Gorgon temples, etc) can only spawn in these dimensions' IDs - I:"Whitelisted Misc. Structure Dimensions" < - 0 - 7 - 150 - 151 - 152 - 165 - > - I:"Whitelisted Snow Village Dimensions" < - 0 - > - - # How far apart dragon dens, cyclops caves, gorgon temples etc should spawn apart from eachother (this is kept seperate for each type: a dragon roost can still spawn next to a myrmex hive) [range: 0 ~ 2147483647, default: 150] - I:"World Gen Distance"=400 - - # true to use dimensional blacklist, false to use the whitelist. [default: true] - B:"use Dimension Blacklist"=false -} - - diff --git a/config - Copy/ichunutil.cfg b/config - Copy/ichunutil.cfg deleted file mode 100644 index 145cb85d..00000000 --- a/config - Copy/ichunutil.cfg +++ /dev/null @@ -1,91 +0,0 @@ -# Configuration file - -########################################################################################################## -# clientonly -#--------------------------------------------------------------------------------------------------------# -# These options affect only the client that loads the mod.\nIf you are looking for keybinds, look for them in ichunutil_keybinds.cfg. -########################################################################################################## - -clientonly { - # Set this to 0 if you find that iChunUtil is spawning a lot of these entities and is causing lag. Might affect some of my mods. I've not been able to pinpoint the issue, mind, but if you are not having any memory issues ignore this setting. - I:enableLatchedRendererSpawn=0 - - # Set this to 0 if you're crashing when the game launches because you do not have stencils enabled. - I:enableStencils=1 -} - - -module { - - ########################################################################################################## - # compactporkchop - #--------------------------------------------------------------------------------------------------------# - # Configs for the compact porkchop block module in iChunUtil. - ########################################################################################################## - - compactporkchop { - - block { - # Enable the Compact Raw Porkchop block recipe? - I:enableCompactPorkchop=1 - } - - } - - ########################################################################################################## - # eula - #--------------------------------------------------------------------------------------------------------# - # EULA settings. - ########################################################################################################## - - eula { - - general { - # String to say that you've acknowledged the EULA - # If this config is for a server, set it to true. - S:eulaAcknowledged=meatballcraft - } - - } - - ########################################################################################################## - # versioncheck - #--------------------------------------------------------------------------------------------------------# - # These configs are for the mod version update checker for iChun's mods. - ########################################################################################################## - - versioncheck { - - general { - # How often will you be notified of the update?(Client config) - # 0 = Never (This just hides notifications. The mod will still check for updates and print out to the console) - # 1 = Once you connect to server - # 2 = Once a day - I:versionNotificationFrequency=2 - - # How will the CLIENT be notified of updates? (Servers will always have the update printed to the console. Singleplayer is yourself joining a self hosted server) - # 0 = Notify of updates regardless of player status. - # 1 = Notify only command senders of updates (Clientside only mod updates will still show) - # 2 = Do not notify - I:versionNotificationTypes=0 - - # Don't change this. - I:versionSave=22 - } - - } - - worldportals { - - general { - I:maxRecursion=2 - I:maxRendersPerTick=10 - I:renderDistanceChunks=0 - I:stencilValue=47 - } - - } - -} - - diff --git a/config - Copy/ichunutil_keybinds.cfg b/config - Copy/ichunutil_keybinds.cfg deleted file mode 100644 index 81c46c46..00000000 --- a/config - Copy/ichunutil_keybinds.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# Configuration file - -########################################################################################################## -# keybinds -#--------------------------------------------------------------------------------------------------------# -# If you're reading this in the config file, I would strongly recommend changing the keybinds in-game. -# iChunUtil uses custom keybinds. Go to the controls/keybinds page and click on the bottom right corner. -# -# If you really have to edit the config file, the format is , and append either ":SHIFT", ":CTRL", or ":ALT" for keys you want to hold down at the same time. -# For key codes go to: http://minecraft.gamepedia.com/Key_codes -# Example: 48:SHIFT:ALT will bind to the B key when you hold Shift and Alt (On a QWERTY keyboard). -########################################################################################################## - -keybinds { - # Key to grab blocks/entities with the Portal Gun [default: 34] - S:portalgun.keyGrab=34 - - # Key to reset portals of your Portal Gun [default: 19] - S:portalgun.keyReset=19 - - # Key to zoom and unzoom the Portal Gun [default: -98] - S:portalgun.keyZoom=-98 -} - - diff --git a/config - Copy/igwmod.cfg b/config - Copy/igwmod.cfg deleted file mode 100644 index d286a293..00000000 --- a/config - Copy/igwmod.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # When enabled, this will notify players when IGW-Mod is not installed even though mods add support. - B:enable_missing_notification=true -} - - diff --git a/config - Copy/immersivecables.cfg b/config - Copy/immersivecables.cfg deleted file mode 100644 index c76209ef..00000000 --- a/config - Copy/immersivecables.cfg +++ /dev/null @@ -1,41 +0,0 @@ -# Configuration file - -"applied energistics 2" { - # The power drained from the AE system by a dense fluix relay. [range: 0.0 ~ 3.4028235E38, default: 3.0] - S:denseRelayPowerDrain=3.0 - - # The power drained from the AE system by a dense fluix transformer. [range: 0.0 ~ 3.4028235E38, default: 10.0] - S:denseTransformerPowerDrain=10.0 - - # The maximum length in blocks a dense fluix wire can be. [range: 0 ~ 2147483647, default: 16] - I:denseWireMaxLength=16 - - # Enables or disables the Applied Energistics 2 features. Will be ignored if AE2 is not available. [default: true] - B:enabled=true - - # The power drained from the AE system by a regular fluix relay. [range: 0.0 ~ 3.4028235E38, default: 2.0] - S:fluixRelayPowerDrain=2.0 - - # The power drained from the AE system by a regular fluix transformer. [range: 0.0 ~ 3.4028235E38, default: 8.0] - S:fluixTransformerPowerDrain=8.0 - - # The maximum length in blocks a regular fluix wire can be. [range: 0 ~ 2147483647, default: 24] - I:fluixWireMaxLength=24 -} - - -"refined storage" { - # Enables or disables the Refined Storage features. Will be ignored if RS is not available. [default: true] - B:enabled=true - - # The power drained from the RS system by a refined relay. [range: 0 ~ 2147483647, default: 2] - I:relayPowerDrain=2 - - # The power drained from the RS system by a refined transformer. [range: 0 ~ 2147483647, default: 12] - I:transformerPowerDrain=12 - - # The maximum length in blocks a refined fiber wire can be. [range: 0 ~ 2147483647, default: 16] - I:wireMaxLength=16 -} - - diff --git a/config - Copy/immersiveengineering.cfg b/config - Copy/immersiveengineering.cfg deleted file mode 100644 index bc1c1990..00000000 --- a/config - Copy/immersiveengineering.cfg +++ /dev/null @@ -1,726 +0,0 @@ -# Configuration file - -general { - # Set this to false to disable the manual's forced change of GUI scale - B:adjustManualScale=false - - # Set this to true if you suffer from bad eyesight. The Engineer's manual will be switched to a bold and darker text to improve readability. - # Note that this may lead to a break of formatting and have text go off the page in some instances. This is unavoidable. - B:badEyesight=false - - # If this is enabled, placing a block in a wire will break it (drop the wire coil) - B:blocksBreakWires=true - - # Support for colourblind people, gives a text-based output on capacitor sides - B:colourblindSupport=false - - # Set to false to have Coresamples not show the coordinates of the chunk. - B:coreSampleCoords=true - - # Disables the fancy rendering of blueprints on the Workbench and Autoworkbench. - # Set this to true if your game keeps freezing or crashing when looking at such a block. - B:disableFancyBlueprints=true - - # Disables most lighting code for certain models that are rendered dynamically (TESR). May improve FPS. - # Affects turrets and garden cloches - B:disableFancyTESR=false - - # A config setting to enable debug features. These features may vary between releases, may cause crashes, and are unsupported. Do not enable unless asked to by a developer of IE. - B:enableDebug=false - - # Set this to false to remove IE villagers from the game - B:enableVillagers=true - - # If this is enabled, wires connected to power sources will cause damage to entities touching them - # This shouldn't cause significant lag but possibly will. If it does, please report it at https://github.com/BluSunrize/ImmersiveEngineering/issues unless there is a report of it already. - B:enableWireDamage=true - - # Allows revolvers and other IE items to look properly held in 3rd person. This uses a coremod. Can be disabled in case of conflicts with other animation mods. - B:fancyItemHolding=true - - # The weight that hempseeds have when breaking tall grass. 5 by default, set to 0 to disable drops - I:hempSeedWeight=5 - - # By default all devices that accept cables have increased renderbounds to show cables even if the block itself is not in view. - # Disabling this reduces them to their minimum sizes, which might improve FPS on low-power PCs - B:increasedRenderboxes=true - - # Increase the distance at which certain TileEntities (specifically windmills) are still visible. This is a modifier, so set it to 1 for default render distance, to 2 for doubled distance and so on. - D:increasedTileRenderdistance=1.5 - - # Set this to false to disable the super awesome looking nixie tube front for the voltmeter and other things - B:nixietubeFont=true - - # Controls if item tooltips should contain the OreDictionary names of items. These tooltips are only visible in advanced tooltip mod (F3+H) - B:oreTooltips=true - - # A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. - # This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. - S:preferredOres < - immersiveengineering - > - - # Set this to false to hide the update news in the manual - B:showUpdateNews=true - - # Set to false to disable the stencil buffer. This may be necessary on older GPUs. - B:stencilBufferEnabled=true - - # Drop connections with non-existing endpoints when loading the world. Use with care and backups and only when suspecting corrupted data. - # This option will check and load all connection endpoints and may slow down the world loading process. - B:validateConnections=false - - # Set this to false to stop the IE villager house from spawning - B:villagerHouse=true - - # The RGB colourate of the wires. - I:wireColouration < - 11758655 - 15573061 - 7303023 - 9862765 - 7303023 - 16723759 - 16445918 - 10323322 - > - I:wireColourationDefault < - 11758655 - 15573061 - 7303023 - 9862765 - 7303023 - 16723759 - 16445918 - 10323322 - > - - # The maximum length wire can have. Copper and Electrum should be similar, Steel is meant for long range transport, Structural Rope & Cables are purely decorational - I:wireLength < - 16 - 16 - 32 - 32 - 32 - 32 - > - - # The percentage of power lost every 16 blocks of distance for the wire tiers (copper, electrum, HV, Structural Rope, Cable & Redstone(no transfer) ) - D:wireLossRatio < - 0.05 - 0.025 - 0.025 - 1.0 - 1.0 - 1.0 - > - - # The transfer rates in Flux/t for the wire tiers (copper, electrum, HV, Structural Rope, Cable & Redstone(no transfer) ) - I:wireTransferRate < - 2048 - 8192 - 32768 - 0 - 0 - 0 - > - - ########################################################################################################## - # compat - #--------------------------------------------------------------------------------------------------------# - # A list of all mods that IE has integrated compatability for - # Setting any of these to false disables the respective compat - ########################################################################################################## - - compat { - B:actuallyadditions=true - B:albedo=true - B:attaineddrops2=true - B:baubles=true - B:betterwithmods=true - B:bloodmagic=true - B:botania=true - B:chisel=true - B:chiselsandbits=true - B:cofhcore=true - B:crafttweaker=true - B:denseores=true - B:enderio=true - B:extrautils2=true - B:forestry=true - B:foundry=true - B:harvestcraft=true - B:ic2=true - B:inspirations=true - B:mysticalagriculture=true - B:opencomputers=true - B:railcraft=false - B:tconstruct=true - B:thaumcraft=true - B:theoneprobe=true - B:thermalfoundation=true - B:waila=true - B:xlfoodmod=true - } - - machines { - # A modifier to apply to the energy costs of every Arc Furnace recipe - # Min: 0.001 - # Max: 1000.0 - D:arcFurnace_energyModifier=1.0 - - # A modifier to apply to the time of every Arc Furnace recipe - # Min: 0.001 - # Max: 1000.0 - D:arcFurnace_timeModifier=1.0 - - # Set this to true to make the blueprint for graphite electrodes craftable in addition to villager/dungeon loot - B:arcfurnace_electrodeCrafting=false - - # The maximum amount of damage Graphite Electrodes can take. While the furnace is working, electrodes sustain 1 damage per tick, so this is effectively the lifetime in ticks. The default value of 96000 makes them last for 8 consecutive ingame days - # Min: 1 - # Max: 2147483647 - I:arcfurnace_electrodeDamage=96000 - - # Set this to false to disable the Arc Furnace's recycling of armors and tools - B:arcfurnace_recycle=true - - # The Flux the Assembler will consume to craft an item from a recipe - # Min: 1 - # Max: 2147483647 - I:assembler_consumption=80 - - # A modifier to apply to the energy costs of every Automatic Workbench recipe - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:autoWorkbench_energyModifier=1.0 - - # A modifier to apply to the time of every Automatic Workbench recipe - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:autoWorkbench_timeModifier=1.0 - - # The Flux per tick the belljar consumes to grow plants - # Min: 1 - # Max: 2147483647 - I:belljar_consumption=8 - - # The amount of ticks one dose of fertilizer lasts in the belljar - # Min: 1 - # Max: 2147483647 - I:belljar_fertilizer=6000 - - # The amount of fluid the belljar uses per dose of fertilizer - # Min: 1 - # Max: 2147483647 - I:belljar_fluid=250 - - # A base-modifier for all fluid fertilizers in the belljar - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:belljar_fluid_fertilizer_mod=1.0 - - # A modifier to apply to the belljars total growing speed - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:belljar_growth_mod=1.0 - - # A base-modifier for all solid fertilizers in the belljar - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:belljar_solid_fertilizer_mod=1.0 - - # A modifier to apply to the energy costs of every Bottling Machine's process - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:bottlingMachine_energyModifier=1.0 - - # A modifier to apply to the time of every Bottling Machine's process - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:bottlingMachine_timeModifier=1.0 - - # The maximum amount of Flux that can be input into a high-voltage capacitor (by IE net or other means) - # Min: 1 - # Max: 2147483647 - I:capacitorHV_input=4096 - - # The maximum amount of Flux that can be output from a high-voltage capacitor (by IE net or other means) - # Min: 1 - # Max: 2147483647 - I:capacitorHV_output=4096 - - # The maximum amount of Flux that can be stored in a high-voltage capacitor - # Min: 1 - # Max: 2147483647 - I:capacitorHV_storage=4000000 - - # The maximum amount of Flux that can be input into a low-voltage capacitor (by IE net or other means) - # Min: 1 - # Max: 2147483647 - I:capacitorLV_input=256 - - # The maximum amount of Flux that can be output from a low-voltage capacitor (by IE net or other means) - # Min: 1 - # Max: 2147483647 - I:capacitorLV_output=256 - - # The maximum amount of Flux that can be stored in a low-voltage capacitor - # Min: 1 - # Max: 2147483647 - I:capacitorLV_storage=100000 - - # The maximum amount of Flux that can be input into a medium-voltage capacitor (by IE net or other means) - # Min: 1 - # Max: 2147483647 - I:capacitorMV_input=1024 - - # The maximum amount of Flux that can be output from a medium-voltage capacitor (by IE net or other means) - # Min: 1 - # Max: 2147483647 - I:capacitorMV_output=1024 - - # The maximum amount of Flux that can be stored in a medium-voltage capacitor - # Min: 1 - # Max: 2147483647 - I:capacitorMV_storage=1000000 - - # The Flux per tick the Charging Station can insert into an item - # Min: 1 - # Max: 2147483647 - I:charger_consumption=256 - - # The Flux per tick consumed by the Core Sample Drill - # Min: 1 - # Max: 2147483647 - I:coredrill_consumption=40 - - # The length in ticks it takes for the Core Sample Drill to figure out which mineral is found in a chunk - # Min: 1 - # Max: 2147483647 - I:coredrill_time=200 - - # A modifier to apply to the energy costs of every Crusher recipe - # Min: 0.001 - # Max: 1000.0 - D:crusher_energyModifier=1.0 - - # A modifier to apply to the time of every Crusher recipe - # Min: 0.001 - # Max: 1000.0 - D:crusher_timeModifier=1.0 - - # The Flux per tick that the Diesel Generator will output. The burn time of the fuel determines the total output - # Min: 0 - # Max: 2147483647 - I:dieselGen_output=4096 - - # The base Flux that is output by the dynamo. This will be modified by the rotation modifier of the attached water- or windmill - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:dynamo_output=3.0 - - # The chance that a given chunk will contain a mineral vein. - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:excavator_chance=0.2 - - # The Flux per tick the Excavator will consume to dig - # Min: 1 - # Max: 2147483647 - I:excavator_consumption=4096 - - # The maximum amount of yield one can get out of a chunk with the excavator. Set a number smaller than zero to make it infinite - I:excavator_depletion=-1 - - # List of dimensions that can't contain minerals. Default: The End. - I:excavator_dimBlacklist < - 1 - > - - # The chance that the Excavator will not dig up an ore with the currently downward-facing bucket. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:excavator_fail_chance=0.05 - - # Set this to false to disable the ridiculous amounts of particles the Excavator spawns - B:excavator_particles=true - - # The speed of the Excavator. Basically translates to how many degrees per tick it will turn. - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:excavator_speed=1.0 - - # A modifier to apply to the energy costs of every Fermenter recipe - # Min: 0.001 - # Max: 1000.0 - D:fermenter_energyModifier=1.0 - - # A modifier to apply to the time of every Fermenter recipe - # Min: 0.001 - # Max: 1000.0 - D:fermenter_timeModifier=1.0 - - # How much Flux the floodlight draws per tick - # Min: 1 - # Max: 2147483647 - I:floodlight_energyDraw=5 - - # How much Flux the floodlight can hold (must be at least 10x the power draw) - # Min: 1 - # Max: 2147483647 - I:floodlight_maximumStorage=80 - - # Set this to false to disable the mob-spawn prevention of the Floodlight - B:floodlight_spawnPrevent=true - - # The Flux per tick consumed to add one heat to a furnace. Creates up to 4 heat in the startup time and then 1 heat per tick to keep it running - # Min: 1 - # Max: 2147483647 - I:heater_consumption=8 - - # The Flux per tick consumed to double the speed of the furnace. Only happens if furnace is at maximum heat. - # Min: 1 - # Max: 2147483647 - I:heater_speedupConsumption=24 - - # How much Flux the powered lantern draws per tick - # Min: 1 - # Max: 2147483647 - I:lantern_energyDraw=1 - - # How much Flux the powered lantern can hold (should be greater than the power draw) - # Min: 1 - # Max: 2147483647 - I:lantern_maximumStorage=10 - - # Set this to false to disable the mob-spawn prevention of the Powered Lantern - B:lantern_spawnPrevent=true - - # The Flux that will be output by the lightning rod when it is struck - # Min: 0 - # Max: 2147483647 - I:lightning_output=16000000 - - # A modifier to apply to the energy costs of every MetalPress recipe - # Min: 0.001 - # Max: 1000.0 - D:metalPress_energyModifier=1.0 - - # A modifier to apply to the time of every MetalPress recipe - # Min: 0.001 - # Max: 1000.0 - D:metalPress_timeModifier=1.0 - - # A modifier to apply to the energy costs of every Mixer's process - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:mixer_energyModifier=1.0 - - # A modifier to apply to the time of every Mixer's process - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:mixer_timeModifier=1.0 - - # The basic transferrate of a fluid pipe, in mB/t - # Min: 1 - # Max: 2147483647 - I:pipe_transferrate=50 - - # The transferrate of a fluid pipe when accelerated by a pump, in mB/t - # Min: 1 - # Max: 2147483647 - I:pipe_transferrate_pressurized=1000 - - # The Flux per tick the Blast Furnace Preheater will consume to speed up the Blast Furnace - # Min: 1 - # Max: 2147483647 - I:preheater_consumption=32 - - # The Flux the Fluid Pump will consume to pick up a fluid block in the world - # Min: 1 - # Max: 2147483647 - I:pump_consumption=250 - - # The Flux the Fluid Pump will consume pressurize+accelerate fluids, increasing the transferrate - # Min: 1 - # Max: 2147483647 - I:pump_consumption_accelerate=5 - - # Set this to false to disable the fluid pump being able to draw infinite water from sources - B:pump_infiniteWater=true - - # If this is set to true (default) the pump will replace fluids it picks up with cobblestone in order to reduce lag caused by flowing fluids. - B:pump_placeCobble=true - - # A modifier to apply to the energy costs of every Refinery recipe - # Min: 0.001 - # Max: 1000.0 - D:refinery_energyModifier=1.0 - - # A modifier to apply to the time of every Refinery recipe. Can't be lower than 1 - # Min: 0.001 - # Max: 1000.0 - D:refinery_timeModifier=1.0 - - # A modifier to apply to the energy costs of every Squeezer recipe - # Min: 0.001 - # Max: 1000.0 - D:squeezer_energyModifier=1.0 - - # A modifier to apply to the time of every Squeezer recipe - # Min: 0.001 - # Max: 1000.0 - D:squeezer_timeModifier=1.0 - - # The Flux per tick the Tesla Coil will consume, simply by being active - # Min: 1 - # Max: 2147483647 - I:teslacoil_consumption=256 - - # The amount of Flux the Tesla Coil will consume when shocking an entity - # Min: 1 - # Max: 2147483647 - I:teslacoil_consumption_active=512 - - # The amount of damage the Tesla Coil will do when shocking an entity - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:teslacoil_damage=6.0 - - # Output modifier for the energy created by the Thermoelectric Generator - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:thermoelectric_output=1.0 - - # The Flux per tick the chemthrower turret consumes to shoot - # Min: 1 - # Max: 2147483647 - I:turret_chem_consumption=32 - - # The Flux per tick any turret consumes to monitor the area - # Min: 1 - # Max: 2147483647 - I:turret_consumption=64 - - # The Flux per tick the gun turret consumes to shoot - # Min: 1 - # Max: 2147483647 - I:turret_gun_consumption=32 - - # In- and output rates of LV,MV and HV Wire Conenctors. This is independant of the transferrate of the wires. - I:wireConnectorInput < - 256 - 1024 - 4096 - > - } - - ores { - # A blacklist of dimensions in which IE ores won't spawn. By default this is Nether (-1) and End (1) - I:oreDimBlacklist < - -1 - 1 - > - - # Generation config for Bauxite Ore. - # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation - I:ore_bauxite < - 0 - 40 - 85 - 8 - 100 - > - - # Generation config for Copper Ore. - # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation - I:ore_copper < - 0 - 40 - 72 - 8 - 100 - > - - # Generation config for Lead Ore. - # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation - I:ore_lead < - 0 - 8 - 36 - 4 - 100 - > - - # Generation config for Nickel Ore. - # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation - I:ore_nickel < - 0 - 8 - 24 - 2 - 100 - > - - # Generation config for Silver Ore. - # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation - I:ore_silver < - 0 - 8 - 40 - 4 - 80 - > - - # Generation config for Uranium Ore. - # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation - I:ore_uranium < - 0 - 8 - 24 - 2 - 60 - > - - # Set this to true to allow retro-generation of Bauxite Ore. - B:retrogen_bauxite=false - - # Set this to true to allow retro-generation of Copper Ore. - B:retrogen_copper=false - - # The retrogeneration key. Basically IE checks if this key is saved in the chunks data. If it isn't, it will perform retrogen on all ores marked for retrogen. - # Change this in combination with the retrogen booleans to regen only some of the ores. - S:retrogen_key=DEFAULT - - # Set this to true to allow retro-generation of Lead Ore. - B:retrogen_lead=false - - # Set this to false to disable the logging of the chunks that were flagged for retrogen. - B:retrogen_log_flagChunk=true - - # Set this to false to disable the logging of the chunks that are still left to retrogen. - B:retrogen_log_remaining=true - - # Set this to true to allow retro-generation of Nickel Ore. - B:retrogen_nickel=false - - # Set this to true to allow retro-generation of Silver Ore. - B:retrogen_silver=false - - # Set this to true to allow retro-generation of Uranium Ore. - B:retrogen_uranium=false - } - - tools { - # The amount of base damage an ArmorPiercing Cartridge inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_AP=200.0 - - # The amount of base damage a single part of Buckshot inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Buck=150.0 - - # The amount of base damage a Casull Cartridge inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Casull=240.0 - - # The amount of base damage a DragonsBreath Cartridge inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Dragon=160.0 - - # The amount of base damage a Homing Cartridge inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Homing=200.0 - - # The amount of base damage a Phial Cartridge inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Potion=180.0 - - # The amount of damage a silver bullet inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Silver=200.0 - - # The amount of base damage a Wolfpack Cartridge inflicts - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_Wolfpack=240.0 - - # The amount of damage the sub-projectiles of the Wolfpack Cartridge inflict - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:bulletDamage_WolfpackPart=50.0 - - # The mb of fluid the Chemical Thrower will consume per tick of usage - # Min: 1 - # Max: 2147483647 - I:chemthrower_consumption=10 - - # Set this to false to disable the use of Sneak+Scroll to switch Chemthrower tanks. - B:chemthrower_scroll=true - - # The maximum durability of the Wirecutter. Used up when cutting plates into wire. - # Min: 1 - # Max: 2147483647 - I:cutterDurabiliy=250 - - # Set this to true to completely disable the ore-crushing recipes with the Engineers Hammer - B:disableHammerCrushing=false - - # A list of sounds that should not be muffled by the Ear Defenders. Adding to this list requires knowledge of the correct sound resource names. - S:earDefenders_SoundBlacklist < - > - - # The maximum durability of the Engineer's Hammer. Used up when hammering ingots into plates. - # Min: 1 - # Max: 2147483647 - I:hammerDurabiliy=100 - - # A blacklist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name]. Whitelist has priority over this - S:powerpack_blacklist < - embers:ashen_cloak_chest - ic2:batpack - ic2:cf_pack - ic2:energy_pack - ic2:jetpack - ic2:jetpack_electric - ic2:lappack - > - - # A whitelist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name] - S:powerpack_whitelist < - > - - # The base amount of Flux consumed per shot by the Railgun - # Min: 1 - # Max: 2147483647 - I:railgun_consumption=10 - - # A modifier for the damage of all projectiles fired by the Railgun - # Min: 0.001 - # Max: 1.7976931348623157E308 - D:railgun_damage=25.0 - - # A whitelist of foods allowed in the toolbox, formatting: [mod id]:[item name] - S:toolbox_foods < - > - - # A whitelist of tools allowed in the toolbox, formatting: [mod id]:[item name] - S:toolbox_tools < - > - - # A whitelist of wire-related items allowed in the toolbox, formatting: [mod id]:[item name] - S:toolbox_wiring < - > - } - -} - - diff --git a/config - Copy/immersivepetroleum.cfg b/config - Copy/immersivepetroleum.cfg deleted file mode 100644 index 3b9220be..00000000 --- a/config - Copy/immersivepetroleum.cfg +++ /dev/null @@ -1,73 +0,0 @@ -# Configuration file - -general { - # Display chunk border while holding Core Samples, default=true - B:sample_displayBorder=true - - extraction { - # Number of ticks between checking for pipes below pumpjack if required, default=100 (5 secs) - I:pipe_check_ticks=100 - - # The Flux the Pumpjack requires each tick to pump, default=1024 - I:pumpjack_consumption=1024 - - # The amount of mB of oil a Pumpjack extracts per tick, default=15 - I:pumpjack_speed=15 - - # Require a pumpjack to have pipes built down to Bedrock, default=false - B:req_pipes=false - - # The chance that a chunk contains a fluid reservoir, default=0.5 - D:reservoir_chance=0.5 - - # List of reservoir types. Format: name, fluid_name, min_mb_fluid, max_mb_fluid, mb_per_tick_replenish, weight, [dim_blacklist], [dim_whitelist], [biome_dict_blacklist], [biome_dict_whitelist] - S:reservoirs < - aquifer, water, 5000000, 10000000, 6, 30, [], [0], [], [] - oil, oil, 2500000, 15000000, 6, 40, [1], [], [], [] - lava, lava, 250000, 1000000, 0, 30, [1], [], [], [] - stormlight, stormlight, 600000, 1000000, 1000, 30, [], [162], [], [] - pulsating_starlight, pulsating_starlight, 600000, 1000000, 1000, 30, [], [181], [], [] - > - } - - refining { - # A modifier to apply to the energy costs of every Distillation Tower recipe, default=1 - D:distillationTower_energyModifier=1.0 - - # A modifier to apply to the time of every Distillation recipe. Can't be lower than 1, default=1 - D:distillationTower_timeModifier=1.0 - - # Distillation Tower byproducts. Need one for each recipe. Multiple solid outputs for a single recipe can be separated by semicolons. Format: item_name, stack_size, metadata, percent_chance - S:towerByproduct < - immersivepetroleum:material, 1, 0, 7 - > - - # Distillation Tower recipes. Format: power_cost, input_name, input_mb -> output1_name, output1_mb, output2_name, output2_mb - S:towerRecipes < - 2048, oil, 75 -> lubricant, 9, diesel, 27, gasoline, 39 - > - } - - generation { - # List of Portable Generator fuels. Format: fluid_name, mb_used_per_tick, flux_produced_per_tick - S:fuels < - gasoline, 5, 256 - > - } - - misc { - # Automatically unlock IP recipes for new players, default=true - B:autounlock_recipes=true - - # List of Motorboat fuels. Format: fluid_name, mb_used_per_tick - S:boat_fuels < - gasoline, 1 - > - } - - tools { - } - -} - - diff --git a/config - Copy/industrialforegoing.cfg b/config - Copy/industrialforegoing.cfg deleted file mode 100644 index 31f179f1..00000000 --- a/config - Copy/industrialforegoing.cfg +++ /dev/null @@ -1,1019 +0,0 @@ -# Configuration file - -general { - # Enable to show book entries in JEI [default: true] - B:enableBookEntriesInJEI=true - - # Enable to allow the multiblock edition to be used [default: true] - B:enableMultiblockEdition=true - - # Adds recipes using EnderIO frames [default: true] - B:useEnderIOFrames=true - - # Adds recipes using Mekanism Steel Casing [default: true] - B:useMekanismFrames=true - - # Adds recipes using TeslaCoreLib frames [default: true] - B:useOriginalFrames=true - - # Adds recipes using Thermal Expansion frames [default: true] - B:useTEFrames=true - - infinity_drill { - - power_values { - # [default: 0] - S:0_poor=0 - - # [default: 4000000] - S:1_common=4000000 - - # [default: 16000000] - S:2_uncommon=16000000 - - # [default: 80000000] - S:3_rare=80000000 - - # [default: 480000000] - S:4_epic=480000000 - - # [default: 3360000000] - S:5_legendary=3360000000 - - # [default: 9223372036854775807] - S:6_artifact=9223372036854775807 - } - - radius { - # [range: 0 ~ 2147483647, default: 0] - I:0_poor=0 - - # [range: 0 ~ 2147483647, default: 1] - I:1_common=1 - - # [range: 0 ~ 2147483647, default: 2] - I:2_uncommon=2 - - # [range: 0 ~ 2147483647, default: 3] - I:3_rare=3 - - # [range: 0 ~ 2147483647, default: 4] - I:4_epic=4 - - # [range: 0 ~ 2147483647, default: 5] - I:5_legendary=5 - - # [range: 0 ~ 2147483647, default: 6] - I:6_artifact=6 - } - - } - -} - - -machines { - - petrified_fuel_generator { - # This config only changes for how much time a fuel burns. (FuelBurningTime = ItemBurningTime*%value%) [range: 0.0 ~ 3.4028235E38, default: 0.75] - S:burnTimeMultiplier=0.75 - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # This config changes the RF/t the fuel produces based in the fuel burning time also changing for how much it burns. (RF/t = FuelBurningTime/%value%) [range: 1 ~ 2147483647, default: 20] - I:timeModifier=20 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - enchantment_refiner { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - enchantment_extractor { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 5000] - I:energyForWork=5000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 100] - I:energyRate=100 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - enchantment_aplicator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 5000] - I:energyForWork=5000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 100] - I:energyRate=100 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - mob_relocator { - # Amount of damage that the machine will do [range: 0 ~ 2147483647, default: 300] - I:damage=300 - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Mob essence multiplier based on the XP orb. Essence mb = xpOrbValue*20*essenceMultiplier [range: 0.0 ~ 2.14748365E9, default: 1.0] - S:essenceMultiplier=1.0 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - potion_enervator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 5000] - I:energyForWork=5000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - animal_independence_selector { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 20] - I:energyRate=20 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - animal_stock_increaser { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 20] - I:energyRate=20 - - # A list of entities blacklist from being fed with the machine. Format: 'modid:entityid' [default: ] - S:entityBlacklist < - > - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - crop_sower { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - crop_enrich_material_injector { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - crop_recolector { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # How far the trees will me scanned to be chopped from the ground. WARNING: Increasing this number with big trees may cause some lag when scanning for a tree. [range: 0 ~ 2147483647, default: 100] - I:maxDistanceTreeBlocksScan=100 - - # When enabled it will chop down the tree in one go but still consuming the same power [default: false] - B:reducedChunkUpdates=false - - # How much sludge is produced when the machine does an operation [range: 1 ~ 8000, default: 20] - I:sludgeOperation=20 - - # Amount of operations done when chopping a tree [range: 1 ~ 1024, default: 10] - I:treeOperations=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - black_hole_unit { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - water_condensator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - water_resources_collector { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 5000] - I:energyForWork=5000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 80] - I:energyRate=80 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - animal_resource_harvester { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 20] - I:energyRate=20 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - mob_slaughter_factory { - # Amount of damage that the machine will do [range: 0 ~ 2147483647, default: 300] - I:damage=300 - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Mob health multiplier, mobHealth * meatValue = meat mb produced [range: 1.0 ~ 2.14748365E9, default: 5.0] - S:meatValue=5.0 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - mob_duplicator { - # A list of blacklisted entities like minecraft:creeper [default: ] - S:blacklistedEntities < - aoa3:bloodlust - aoa3:heart_stone - aoa3:anima_stone - randomthings:spirit - > - - # Set to true to enable exact copy in the Mob Duplicator. [default: false] - B:enableExactCopy=false - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 5000] - I:energyForWork=5000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 80] - I:energyRate=80 - - # Essence needed based on mob's health (mobHealth*essenceNeeded) [range: 1 ~ 2147483647, default: 12] - I:essenceNeeded=12 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - block_destroyer { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 100] - I:energyForWork=100 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 20] - I:energyRate=20 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - block_placer { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 100] - I:energyForWork=100 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 20] - I:energyRate=20 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - tree_fluid_extractor { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - latex_processing_unit { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 200] - I:energyForWork=200 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 5] - I:energyRate=5 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - sewage_composter_solidifier { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - animal_byproduct_recolector { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 40] - I:energyForWork=40 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 2] - I:energyRate=2 - - # Max sludge produced in an operation [range: 1 ~ 2147483647, default: 150] - I:maxSludgeOperation=150 - - # Sewage produced by an adult animal [range: 1 ~ 2147483647, default: 15] - I:sewageAdult=15 - - # Sewage produced by a baby animal [range: 1 ~ 2147483647, default: 5] - I:sewageBaby=5 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - sludge_refiner { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 200] - I:energyForWork=200 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - mob_detector { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 100] - I:energyForWork=100 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - lava_fabricator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 200000] - I:energyForWork=200000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 200000] - I:energyRate=200000 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - bioreactor { - # Base biofuel amount in mb [range: 1 ~ 4000, default: 80] - I:baseBiofuel=80 - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 2000] - I:energyForWork=2000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - biofuel_generator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # How much power the generator produces every tick [range: 0 ~ 2147483647, default: 160] - I:powerGeneration=160 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - laser_base { - # If disabled it will be removed from the game. [default: true] - B:enabled=false - - # How much weight each lense increases to the ore [range: 1 ~ 2147483647, default: 5] - I:lenseChanceIncrease=5 - - # Machine can perform a work action [default: false] - B:workDisabled=true - - # Amount of work needed to produce an ore [range: 1 ~ 2147483647, default: 100] - I:workNeeded=100 - } - - laser_drill { - # If disabled it will be removed from the game. [default: true] - B:enabled=false - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 3000] - I:energyForWork=3000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 100] - I:energyRate=100 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - ore_processor { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Amount of essence needed for each fortune level. [range: 1 ~ 2147483647, default: 200] - I:essenceFortune=200 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - black_hole_controller { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - black_hole_controller_reworked { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - dye_mixer { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 100] - I:energyForWork=100 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - enchantment_invoker { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 4000] - I:energyForWork=4000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 80] - I:energyRate=80 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - spores_recreator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - animal_growth_increaser { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 20] - I:energyRate=20 - - # A list of entities blacklist from being fed with the machine. Format: 'modid:entityid' [default: ] - S:entityBlacklist < - > - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - material_stonework_factory { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # If true, it will produce exnihilo dust crushing sand. [default: true] - B:produceExNihiloDust=true - - # If true, it will produce AE/RS silicon crushing sand or dust if it exist and 'produceExNihiloDust' is enabled. [default: true] - B:produceSilicon=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - black_hole_tank { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - resourceful_furnace { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 8000] - I:energyForWork=8000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 80] - I:energyRate=80 - - # Essence multiplier for the furnace recipes. [range: 1 ~ 2147483647, default: 50] - I:experienceMultiplier=50 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - villager_trade_exchanger { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 10000] - I:energyForWork=10000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - energy_field_provider { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1] - I:energyForWork=1 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 1] - I:energyRate=1 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - oredictionary_converter { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - protein_reactor { - # Base protein amount in mb [range: 1 ~ 4000, default: 80] - I:baseBiofuel=80 - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 2000] - I:energyForWork=2000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - protein_generator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # How much power the generator produces every tick [range: 0 ~ 2147483647, default: 320] - I:powerGeneration=320 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - hydrator { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 10] - I:energyRate=10 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - wither_builder { - # If enabled, only the wither builder will be able to place wither skulls. That means that players won't be able to place wither skulls. The recipe will change, but that will need a restart. [default: false] - B:HCWither=false - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 20000] - I:energyForWork=20000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 500] - I:energyRate=500 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - fluid_pump { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Fluid pump should replace the picked up fluid with cobblestone [default: true] - B:replaceFluidWithCobble=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - fluid_crafter { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - plant_interactor { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 400] - I:energyForWork=400 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # If true, you will be able to harvest cocoa beans by right clicking them. [default: true] - B:rightClickCocoBeansEnabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - item_splitter { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - fluiddictionary_converter { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - froster { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 4000] - I:energyForWork=4000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - ore_washer { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 8000] - I:energyForWork=8000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 60] - I:energyRate=60 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - ore_fermenter { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 1000] - I:energyForWork=1000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - ore_sieve { - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # Energy buffer of a machine [range: 1 ~ 2147483647, default: 50000] - I:energyBuffer=50000 - - # How much energy needs a machine to work [range: 1 ~ 2147483647, default: 2000] - I:energyForWork=2000 - - # Energy input rate of a machine [range: 1 ~ 2147483647, default: 40] - I:energyRate=40 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - - pitiful_fuel_generator { - # This config only changes for how much time a fuel burns. (FuelBurningTime = ItemBurningTime*%value%) [range: 0.0 ~ 3.4028235E38, default: 0.75] - S:burnTimeMultiplier=0.75 - - # If disabled it will be removed from the game. [default: true] - B:enabled=true - - # This config changes the RF/t the fuel produces based in the fuel burning time also changing for how much it burns. (RF/t = FuelBurningTime/%value%) [range: 1 ~ 2147483647, default: 20] - I:timeModifier=20 - - # Machine can perform a work action [default: false] - B:workDisabled=false - } - -} - - diff --git a/config - Copy/infinitylib.cfg b/config - Copy/infinitylib.cfg deleted file mode 100644 index 29c6ede3..00000000 --- a/config - Copy/infinitylib.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -debug { - # Set to true if you wish to enable debug mode [default: false] - B:debug=false -} - - diff --git a/config - Copy/integratedderivative.cfg b/config - Copy/integratedderivative.cfg deleted file mode 100644 index fcc090c0..00000000 --- a/config - Copy/integratedderivative.cfg +++ /dev/null @@ -1,81 +0,0 @@ -# Configuration file - -########################################################################################################## -# dynamicstweaks -#--------------------------------------------------------------------------------------------------------# -# Tweaks to Integrated Dynamics -########################################################################################################## - -dynamicstweaks { - # Should we remove the first ingredient from Carpenter and Thermionic Fabricator when applicable? Clientside only. - B:autoCompactForestryRecipes=true - - # How should we compact the recipes? Large means the recipe has more than 9 filled input slots and/or more than 3 filled output slots. Lossy means the recipe has more than 9 distinct inputs and/ore more than 9 distinct outputs. Blacklisted recipes will never be compacted. Clientside only. - # Valid values: - # NEVER_COMPACT - # COMPACT_ONLY_LARGE - # COMPACT_ALWAYS - # COMPACT_ALWAYS_LOSSY - S:jeiCompactingMode=COMPACT_ALWAYS - - # These recipe categories should never be compacted when JEI recipes are pulled into the Logic Programmer. These are using fully-qualified class names. - S:recipeCompactingBlacklist < - mezz.jei.plugins.vanilla.crafting.CraftingRecipeCategory - forestry.factory.recipes.jei.carpenter.CarpenterRecipeCategory - forestry.factory.recipes.jei.fabricator.FabricatorRecipeCategory - > -} - - -########################################################################################################## -# terminalsfixes -#--------------------------------------------------------------------------------------------------------# -# Fixes to Integrated Terminals -########################################################################################################## - -terminalsfixes { - # Should we allow shift-clicking a recipe, even if not all ingredients were found? Clientside only. - B:allowPartialJeiPull=false - - # Should we optimize shift-clicking out of the crafting grid? Clientside only, requires that the mod is installed on the server. - B:optimizeShiftClickCrafting=true - - # Should we allow shift-clicking recipes from the player's inventory? Required on both sides. - B:shiftClickFromPlayerInventory=true -} - - -########################################################################################################## -# terminalstweaks -#--------------------------------------------------------------------------------------------------------# -# Tweaks to Integrated Terminals -########################################################################################################## - -terminalstweaks { - # Should the Shift behavior on the Clear button be inverted? Default: shift-click to send into the network, click to send into the inventory. Clientside only. - B:invertClearButton=true - - # How many items should shift-clicking move out of the crafting grid? Only works if shift-click crafting is optimized. Clientside only. - # Valid values: - # ONE_ITEM - # STACK_ROUNDED_DOWN - # STACK_ROUNDED_UP - S:shiftClickCraftingBehavior=STACK_ROUNDED_DOWN - - # Should shift+clicking items out of the Terminal extract one stack at a time instead of the full inventory? Clientside only. Requires that the mod is installed on the server. - B:shiftClickOneStack=true -} - - -########################################################################################################## -# tunnelsfixes -#--------------------------------------------------------------------------------------------------------# -# Fixes to Integrated Tunnels -########################################################################################################## - -tunnelsfixes { - # Should we fix World Block Importer being able to break indestructible blocks? - B:fixBedrockBreaker=true -} - - diff --git a/config - Copy/integrateddynamics.cfg b/config - Copy/integrateddynamics.cfg deleted file mode 100644 index bbf96d24..00000000 --- a/config - Copy/integrateddynamics.cfg +++ /dev/null @@ -1,273 +0,0 @@ -# Configuration file - -biome { - B:biome_meneglin=true - - # The weight of spawning. - I:biome_meneglin.spawnWeight=5 -} - - -block { - B:coal_generator=true - B:creative_energy_battery=true - B:crystalized_chorus_block=true - B:crystalized_chorus_block_stairs=true - B:crystalized_chorus_brick=true - B:crystalized_chorus_brick_stairs=true - B:crystalized_menril_block=true - B:crystalized_menril_block_stairs=true - B:crystalized_menril_brick=true - B:crystalized_menril_brick_stairs=true - B:delay=true - B:drying_basin=true - B:energy_battery=true - B:invisible_light=true - B:logic_programmer=true - B:materializer=true - B:mechanical_drying_basin=true - B:mechanical_squeezer=true - B:menril_door=true - B:menril_leaves=true - - # A 1/x chance menril berries will be dropped when breaking a leaves block. - I:menril_leaves.berriesDropChance=4 - B:menril_log=true - B:menril_log_filled=true - B:menril_planks=true - B:menril_planks_stairs=true - B:menril_sapling=true - B:menril_torch=true - B:menril_torch_stone=true - B:proxy=true - B:squeezer=true - B:variablestore=true -} - - -core { - # If an anonymous mod startup analytics request may be sent to our analytics service. - B:general.analytics=true - - # If cable models should be cached for rendering optimization. - B:general.cacheCableModels=true - - # The maximum network energy transfer rate. - I:general.energyRateLimit=2147483647 - - # If the ingredient network observer can work on separate thread. - B:general.ingredientNetworkObserverEnableMultithreading=true - - # The ingredient network observation frequency slowdown rate in ticks. - I:general.ingredientNetworkObserverFrequencyDecreaseFactor=5 - - # The frequency in ticks at which ingredient network should be observed after a position's contents are changed. - I:general.ingredientNetworkObserverFrequencyForced=0 - - # The ingredient network observation frequency slowdown rate in ticks. - I:general.ingredientNetworkObserverFrequencyIncreaseFactor=1 - - # The slowest possible frequency in ticks at which ingredient network should be observed. - I:general.ingredientNetworkObserverFrequencyMax=40 - - # The fastest possible frequency in ticks at which ingredient network should be observed. - I:general.ingredientNetworkObserverFrequencyMin=5 - - # The number of threads that the ingredient network observer can use. - I:general.ingredientNetworkObserverThreads=4 - - # If network change events should be logged. Only enable this when debugging. - B:general.logChangeEvents=false - - # The maximum allowed size of values in bytes to avoid network packet issues. - I:general.maxValueByteSize=20000 - - # How deep the recursion stack on an operator can become. This is to avoid game crashes when building things like the omega operator. - I:general.operatorRecursionLimit=256 - - # When enabled, networks will stop ticking and values will not be shown and evaluated again. This can be used to fix crashing networks by temporarily enabling this option. - B:general.safeMode=false - - # Config version for Integrated Dynamics. - # DO NOT EDIT MANUALLY! - S:general.version=1.1.2 - - # If the version checker should be enabled. - B:general.versionChecker=true -} - - -general { - # The base energy usage for the audio reader. - I:general.audioReaderBaseConsumption=1 - - # The base energy usage for the audio writer. - I:general.audioWriterBaseConsumption=1 - - # The base energy usage for the block reader. - I:general.blockReaderBaseConsumption=1 - - # The base energy usage for the mono-directional connector. - I:general.connectorMonoDirectionalBaseConsumption=32 - - # The base energy usage for the omni-directional connector. - I:general.connectorOmniDirectionalBaseConsumption=128 - - # The base energy usage for the effect writer. - I:general.effectWriterBaseConsumption=1 - - # The energy usage multiplier for networks. - I:general.energyConsumptionMultiplier=0 - - # The base energy usage for the entity reader. - I:general.entityReaderBaseConsumption=1 - - # The base energy usage for the entity writer. - I:general.entityWriterBaseConsumption=1 - - # The base energy usage for the extra-dimensional reader. - I:general.extraDimensionalReaderBaseConsumption=1 - - # The base energy usage for the fluid reader. - I:general.fluidReaderBaseConsumption=1 - - # The base energy usage for the inventory reader. - I:general.inventoryReaderBaseConsumption=1 - - # The base energy usage for the inventory writer. - I:general.inventoryWriterBaseConsumption=1 - - # The base energy usage for the machine reader. - I:general.machineReaderBaseConsumption=1 - - # The base energy usage for the machine writer. - I:general.machineWriterBaseConsumption=1 - - # The base energy usage for the materializer. - I:general.materializerBaseConsumption=1 - - # The base energy usage for the network reader. - I:general.networkReaderBaseConsumption=1 - - # The base energy usage for the display panel when does not have a variable. - I:general.panelDisplayBaseConsumptionDisabled=1 - - # The base energy usage for the display panel when it has a variable. - I:general.panelDisplayBaseConsumptionEnabled=2 - - # The base energy usage for the dynamic light panel. - I:general.panelLightDynamicBaseConsumption=0 - - # The base energy usage for the static light panel. - I:general.panelLightStaticBaseConsumption=0 - - # The maximum render distance for part overlays to render. The higher, the more resource intensive. - I:general.partOverlayRenderdistance=15 - - # The base energy usage for the proxy. - I:general.proxyBaseConsumption=2 - - # The base energy usage for the redstone reader. - I:general.redstoneReaderBaseConsumption=1 - - # The base energy usage for the redstone writer. - I:general.redstoneWriterBaseConsumption=1 - - # The base energy usage for the variable store. - I:general.variablestoreBaseConsumption=4 - - # The base energy usage for the world reader. - I:general.worldReaderBaseConsumption=1 -} - - -item { - B:crystalized_chorus_chunk=true - B:crystalized_menril_chunk=true - B:facade=true - B:labeller=true - B:logic_director=true - B:menril_berries=true - - # If the berries should give the night vision effect when eaten. - B:menril_berries.nightVision=true - B:on_the_dynamics_of_integration=true - - # If the info book can give item rewards for tutorial completion. - B:on_the_dynamics_of_integration.bookRewards=true - - # If the info book should automatically obtained when the player first spawns. - B:on_the_dynamics_of_integration.obtainOnSpawn=true - B:portable_logic_programmer=true - B:variable_transformer=true - B:wrench=true -} - - -machine { - # The maximum value history length that can be maintained.. - I:delay.maxHistoryCapacity=1024 - - # The default capacity of an energy battery. - I:energy_battery.capacity=1000000 - - # The 1/X fraction of the battery capacity that is allowed to be transfered per tick. - I:energy_battery.energyRateCapacityFraction=2000 - - # The maximum capacity possible by combining batteries. (Make sure that you do not cross the max int size.) - I:energy_battery.maxCapacity=655360000 - - # The maximum capacity visible in the creative tabs. (Make sure that you do not cross the max int size.) - I:energy_battery.maxCreativeCapacity=40960000 - - # The minimum energy transfer rate per tick. - I:energy_battery.minEnergyRate=2000 - - # The default update frequency in ticks to use for new parts. - I:general.defaultPartUpdateFreq=20 - - # The maximum offset in blocks a directional connector can look for its target. - I:general.maxDirectionalConnectorOffset=512 - - # The NBT tags that are not allowed to be read by displaying NBT tags or performing operations on them. - S:general.nbtTagBlacklist < - > - - # The energy capacity of a mechanical drying basin. - I:mechanical_drying_basin.capacity=100000 - - # The energy consumption rate. - I:mechanical_drying_basin.consumptionRate=80 - - # How many mB per tick can be auto-ejected. - I:mechanical_squeezer.autoEjectFluidRate=500 - - # The energy capacity of a mechanical squeezer. - I:mechanical_squeezer.capacity=100000 - - # The energy consumption rate. - I:mechanical_squeezer.consumptionRate=80 -} - - -worldgeneration { - # List of dimension IDs in which the meneglin biome should not generate. - I:biome_meneglin.meneglinBiomeDimensionBlacklist < - -1 - 1 - > - - # The chance at which a Menril Tree will spawn in the wild, the higher this value, the lower the chance. - I:general.wildMenrilTreeChance=350 - - # List of dimension IDs in which wild menril trees should not generate. - I:general.wildMenrilTreeDimensionBlacklist < - -1 - 1 - > - - # The 1/x chance at which Menril Wood will be filled with Menril Resin when generated, the higher this value, the lower the chance. - I:menril_log_filled.filledMenrilLogChance=10 -} - - diff --git a/config - Copy/integrateddynamicscompat.cfg b/config - Copy/integrateddynamicscompat.cfg deleted file mode 100644 index 4b0fb34d..00000000 --- a/config - Copy/integrateddynamicscompat.cfg +++ /dev/null @@ -1,42 +0,0 @@ -# Configuration file - -core { - # If the recipe loader should crash when finding invalid recipes. - B:general.crashOnInvalidRecipe=false - - # If mod compatibility loader should crash hard if errors occur in that process. - B:general.crashOnModCompatCrash=false - - # Set 'true' to enable development debug mode. This will result in a lower performance! - B:general.debug=false - - # Config version for IntegratedDynamics-Compat. - # DO NOT EDIT MANUALLY! - S:general.version=1.0.0 -} - - -"mod compat" { - # Integration for Integrated Dynamics recipes. - B:crafttweaker=true - - # Squeezer and backpack support. - B:forestry=true - - # squeezer support. - B:immersiveengineering=true - - # Integration for Integrated Dynamics recipes. - B:jei=true - - # Crystalized Menril crafting in the Casting Basin. - B:tconstruct=true - - # Thaumcraft reader. - B:thaumcraft=true - - # TOP tooltips for parts. - B:theoneprobe=true -} - - diff --git a/config - Copy/integratedtunnels.cfg b/config - Copy/integratedtunnels.cfg deleted file mode 100644 index 9463a1b5..00000000 --- a/config - Copy/integratedtunnels.cfg +++ /dev/null @@ -1,123 +0,0 @@ -# Configuration file - -core { - # If an anonymous mod startup analytics request may be sent to our analytics service. - B:general.analytics=true - - # If the recipe loader should crash when finding invalid recipes. - B:general.crashOnInvalidRecipe=false - - # If mod compatibility loader should crash hard if errors occur in that process. - B:general.crashOnModCompatCrash=false - - # Set 'true' to enable development debug mode. This will result in a lower performance! - B:general.debug=false - - # If items should be ejected into the world when a block is broken and not all items fit into the target. Will be voided otherwise. - B:general.ejectItemsOnBlockDropOverflow=true - - # If items should be ejected into the world when item movement failed due to item handlers declaring inconsistent movement in simulation mode. If disabled, items can be voided. - B:general.ejectItemsOnInconsistentSimulationMovement=true - - # The maximum network fluid transfer rate. - I:general.fluidRateLimit=2147483647 - - # How many ticks importers/exporters should sleep until checking targets again when they were previously unchanged. - I:general.inventoryUnchangedTickTimeout=100 - - # Config version for Integrated Tunnels. - # DO NOT EDIT MANUALLY! - S:general.version=1.6.10 - - # If the version checker should be enabled. - B:general.versionChecker=true - - # If particles should be shown and sounds should be played when tunnels are interacting with the world. - B:general.worldInteractionEvents=true -} - - -general { - # The base energy usage for the energy exporter. - I:general.exporterEnergyBaseConsumption=1 - - # The base energy usage for the fluid exporter. - I:general.exporterFluidBaseConsumption=1 - - # The base energy usage for the item exporter. - I:general.exporterItemBaseConsumption=1 - - # The base energy usage for the world block exporter when it does not have a variable. - I:general.exporterWorldBlockBaseConsumptionDisabled=1 - - # The base energy usage for the world block exporter when it has a variable. - I:general.exporterWorldBlockBaseConsumptionEnabled=32 - - # The base energy usage for the world energy exporter when it does not have a variable. - I:general.exporterWorldEnergyBaseConsumptionDisabled=1 - - # The base energy usage for the world energy exporter when it has a variable. - I:general.exporterWorldEnergyBaseConsumptionEnabled=32 - - # The base energy usage for the world fluid exporter when it does not have a variable. - I:general.exporterWorldFluidBaseConsumptionDisabled=1 - - # The base energy usage for the world fluid exporter when it has a variable. - I:general.exporterWorldFluidBaseConsumptionEnabled=32 - - # The base energy usage for the world item exporter when it does not have a variable. - I:general.exporterWorldItemBaseConsumptionDisabled=1 - - # The base energy usage for the world item exporter when it has a variable. - I:general.exporterWorldItemBaseConsumptionEnabled=32 - - # The base energy usage for the energy importer. - I:general.importerEnergyBaseConsumption=1 - - # The base energy usage for the fluid importer. - I:general.importerFluidBaseConsumption=1 - - # The base energy usage for the item importer. - I:general.importerItemBaseConsumption=1 - - # The base energy usage for the world block importer when it does not have a variable. - I:general.importerWorldBlockBaseConsumptionDisabled=1 - - # The base energy usage for the world block importer when it has a variable. - I:general.importerWorldBlockBaseConsumptionEnabled=32 - - # The base energy usage for the world energy importer when it does not have a variable. - I:general.importerWorldEnergyBaseConsumptionDisabled=1 - - # The base energy usage for the world energy importer when it has a variable. - I:general.importerWorldEnergyBaseConsumptionEnabled=32 - - # The base energy usage for the world fluid importer when it does not have a variable. - I:general.importerWorldFluidBaseConsumptionDisabled=1 - - # The base energy usage for the world fluid importer when it has a variable. - I:general.importerWorldFluidBaseConsumptionEnabled=32 - - # The base energy usage for the world item importer when it does not have a variable. - I:general.importerWorldItemBaseConsumptionDisabled=1 - - # The base energy usage for the world item importer when it has a variable. - I:general.importerWorldItemBaseConsumptionEnabled=32 - - # The base energy usage for the energy interface. - I:general.interfaceEnergyBaseConsumption=0 - - # The base energy usage for the fluid interface. - I:general.interfaceFluidBaseConsumption=0 - - # The base energy usage for the item interface. - I:general.interfaceItemBaseConsumption=0 - - # The base energy usage for the player simulator when it does not have a variable. - I:general.playerSimulatorBaseConsumptionDisabled=1 - - # The base energy usage for the player simulator when it has a variable. - I:general.playerSimulatorBaseConsumptionEnabled=64 -} - - diff --git a/config - Copy/integratedtunnelscompat.cfg b/config - Copy/integratedtunnelscompat.cfg deleted file mode 100644 index 5ae08f11..00000000 --- a/config - Copy/integratedtunnelscompat.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Configuration file - -core { - # If the recipe loader should crash when finding invalid recipes. - B:general.crashOnInvalidRecipe=false - - # If mod compatibility loader should crash hard if errors occur in that process. - B:general.crashOnModCompatCrash=false - - # Set 'true' to enable development debug mode. This will result in a lower performance! - B:general.debug=false - - # Config version for IntegratedTunnels-Compat. - # DO NOT EDIT MANUALLY! - S:general.version=1.0.0 -} - - diff --git a/config - Copy/ironchest.cfg b/config - Copy/ironchest.cfg deleted file mode 100644 index 1badb8f0..00000000 --- a/config - Copy/ironchest.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 0.2 - -enable-disable { - B:"Add Shulker Boxes to Creative Menu"=true - B:"Enable Shulker Box Recipes"=true -} - - diff --git a/config - Copy/itemblacklist.cfg b/config - Copy/itemblacklist.cfg deleted file mode 100644 index 1c4ed55e..00000000 --- a/config - Copy/itemblacklist.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# Configuration file - -general { - # Got a really stubborn item to ban? Enable this! Items will be banned whenever an inventory closes. [default: false] - B:containerban=false - - # Log every instance of any banned item used. (SPAM WARNING!) [default: false] - B:log=false - - # The message you get when using an item that is banned. [default: Now is not the time to use that. ~Prof. Oak] - S:message=Now is not the time to use that. ~Prof. Oak - - # Let everyone unpack items by using the 'unpack' command. So items can be used in crafting. [default: true] - B:unpack4all=true -} - - diff --git a/config - Copy/itemfav.cfg b/config - Copy/itemfav.cfg deleted file mode 100644 index a2d88036..00000000 --- a/config - Copy/itemfav.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # Hex color for lock - S:hexLockColor=#33c0ff -} - - diff --git a/config - Copy/itemstages.cfg b/config - Copy/itemstages.cfg deleted file mode 100644 index aee9e09a..00000000 --- a/config - Copy/itemstages.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file - -general { - # Should players be allowed to equip items that are restricted to them. [default: false] - B:allowEquipRestricted=false - - # Should players be allowed to hold items that are restricted to them. [default: false] - B:allowHoldingRestricted=false - - # Should players be allowed to hold items that have an enchantment they is restricted to them. [default: true] - B:allowHoldingRestrictedEnchant=true - - # Should players be allowed to interact (left/right click) with items that are restricted to them. [default: false] - B:allowInteractRestricted=false - - # Should restricted items have their tooltips changed? [default: true] - B:changeRestrictionTooltip=true - - # Should restricted items be hidden in JEI? [default: true] - B:hideRestrictionsInJEI=true -} - - diff --git a/config - Copy/itlt.cfg b/config - Copy/itlt.cfg deleted file mode 100644 index 38a49c24..00000000 --- a/config - Copy/itlt.cfg +++ /dev/null @@ -1,43 +0,0 @@ -# Configuration file - -bitdetection { - # If ShouldYellAt32BitUsers is set to true, this is the message that will be displayed to the user. - S:ErrorMessage=You are using a 32 bit version of java. This is not recommended with this modpack. - - # Set to true to make itlt yell at people attempting to use 32x java for the modpack. - B:ShouldYellAt32BitUsers=true -} - - -display { - # Set to true to make minecraft attempt to maximize itself on startup (This is kinda unstable right now, so don't trust it too much) - B:ShouldMaximizeDisplay=false - - # Set to true to load a custom icon from config\itlt\icon.png - B:loadCustomIcon=true - - # Set to true to attempt to get the display name of the pack of the info json file - # This will take priority over windowDisplayTitle - B:useTechnicDisplayName=false - - # Set to true to attempt to use the icon assigned to the modpack by the technic launcher. - # This will take priority over loadCustomIcon - B:useTechnicIcon=false - - # Change this value to change the name of the MineCraft window - S:windowDisplayTitle=MeatballCraft -} - - -server { - # Set to true to have a dedicated server added to the server list ingame. The server will not overwrite others servers. - B:AddDedicatedServer=false - - # The ip of the dedicated server to add. - S:ServerIP=127.0.0.1:25555 - - # The name of the dedicated server to add. - S:ServerName=Localhost -} - - diff --git a/config - Copy/jeibees.cfg b/config - Copy/jeibees.cfg deleted file mode 100644 index 53150bc8..00000000 --- a/config - Copy/jeibees.cfg +++ /dev/null @@ -1,47 +0,0 @@ -# Configuration file - -all { - # Set to false to disable showing identified genome in recipes - B:IdentifyGenome=true - - # Set to false to disable display of mutation requirements - B:ShowRequirements=true - - # Set to false to disable display of secret mutations - B:ShowSecret=true -} - - -bees { - # Set to false to disable display of mutations - B:ShowMutations=true - - # Set to false to disable display of produce - B:ShowProduce=true -} - - -butterflies { - # Set to false to disable display of mutations - B:ShowMutations=true -} - - -flowers { - # Set to false to disable display of mutations - B:ShowMutations=true - - # Set to false to disable display of produce - B:ShowProduce=true -} - - -trees { - # Set to false to disable display of mutations - B:ShowMutations=true - - # Set to false to disable display of produce - B:ShowProduce=true -} - - diff --git a/config - Copy/jeiintegration.cfg b/config - Copy/jeiintegration.cfg deleted file mode 100644 index 2c3b888d..00000000 --- a/config - Copy/jeiintegration.cfg +++ /dev/null @@ -1,60 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1.0.0 - -########################################################################################################## -# handler settings -#--------------------------------------------------------------------------------------------------------# -# Enable or disable some of the recipe handlers this mod adds. -########################################################################################################## - -"handler settings" { -} - - -########################################################################################################## -# miscellaneous settings -#--------------------------------------------------------------------------------------------------------# -# It's Miscellaneous... How do you expect me to know what's in here? -########################################################################################################## - -"miscellaneous settings" { -} - - -########################################################################################################## -# tooltip settings -#--------------------------------------------------------------------------------------------------------# -# No tooltip defined. How ironic. -########################################################################################################## - -"tooltip settings" { - # Configure the state of the burn time tooltip. [default: disabled] - S:burnTimeTooltipMode=disabled - - # config.jeiintegration.tooltips.durabilityTooltipMode.comment [default: disabled] - S:durabilityTooltipMode=disabled - - # Configure the state of the fluid registry information tooltip. [default: disabled] - S:fluidRegInfoTooltipMode=disabled - - # Configure the state of the max stack size tooltip. [default: disabled] - S:maxStackSizeTooltipMode=disabled - - # Configure the state of the metadata tooltip [default: disabled] - S:metadataTooltipMode=disabled - - # config.jeiintegration.tooltips.nbtTooltipMode.comment [default: disabled] - S:nbtTooltipMode=disabled - - # Configure the state of the ore dictionary entries tooltip. [default: disabled] - S:oreDictEntriesTooltipMode=disabled - - # Configure the state of the registry name tooltip. [default: disabled] - S:registryNameTooltipMode=disabled - - # Configure the state of the unlocalized name tooltip. [default: disabled] - S:unlocalizedNameTooltipMode=disabled -} - - diff --git a/config - Copy/jeivillagers.cfg b/config - Copy/jeivillagers.cfg deleted file mode 100644 index ad088e54..00000000 --- a/config - Copy/jeivillagers.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file - -general { - # A list of blacklisted VillagerCareer classes that causes incompatibilities as they are implemented differently (not using the MC way) or just don't want to be shown in JEI. Removing the defaults can cause issues - S:BlackListedVillagerClasses < - XUVillagerCareer - > - - # If enabled will reduce the amount of text displayed in JEI recipes - B:CompactMode=false -} - - diff --git a/config - Copy/journeymap_ModInfo.cfg b/config - Copy/journeymap_ModInfo.cfg deleted file mode 100644 index 053f026a..00000000 --- a/config - Copy/journeymap_ModInfo.cfg +++ /dev/null @@ -1,10 +0,0 @@ -// ModInfo v0.2 - Configuration file for journeymap -// ModInfo is a simple utility which helps the Mod developer support their mod. -// For more information: https://github.com/MCModInfo/modinfo/blob/master/README.md -{ - "modId": "journeymap", - "enable": false, - "salt": "1703cec39a3", - "status": "Disabled (d61ec061-9185-3e25-bd6a-ffb35229771d)", - "verbose": false -} \ No newline at end of file diff --git a/config - Copy/journeymap_server.cfg b/config - Copy/journeymap_server.cfg deleted file mode 100644 index 1a89f063..00000000 --- a/config - Copy/journeymap_server.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Configuration file - -server { - # Players in this list have access to the Journeymap's Server Admin Panel - # Add users by name or UUID, Prefer UUID as it is more secure! - # Each value on a new line with the example format provided. (please delete the default values) - S:"Journeymap Server Admins" < - mysticdrew - 12341234132 - > - - # Default, all Ops have access to Server Admin UI in the Options screen. - # If set to false, only users in the Admin List will have access. - # If set to true, all ops and users in the Admin List will have access. - B:"Ops Admin Access"=true -} - - diff --git a/config - Copy/lagbgonrevived.cfg b/config - Copy/lagbgonrevived.cfg deleted file mode 100644 index 466ec4b4..00000000 --- a/config - Copy/lagbgonrevived.cfg +++ /dev/null @@ -1,78 +0,0 @@ -# Configuration file - -breeding { - # If at least this amount of breedable animals are within five blocks, new babies will not spawn. - I:CrowdLimit=20 - - # Prevents overbreeding. - B:PoliceCrowding=true -} - - -general { - # Automatically run clear entity and unload chunk checks - B:AutomaticRemoval=true - - # Run all non-command effects even when not on a dedicated server - B:EffectsOnSP=false - - # List of Entities not to destroy, use namespace:* to blacklist a whole mod. - S:EntityBlackList < - minecraft:villager - minecraft:pig - minecraft:chicken - minecraft:rabbit - minecraft:sheep - minecraft:cow - minecraft:armor_stand - minecraft:item_frame - minecraft:horse - minecraft:donkey - minecraft:witch - minecraft:wolf - minecraft:painting - minecraft:villager_golem - minecraft:ender_dragon - minecraft:ender_crystal - minecraft:wither - minecraft:snowman - minecraft:shulker - minecraft:skeleton_horse - minecraft:polar_bear - minecraft:zombie_horse - minecraft:mooshroom - minecraft:parrot - minecraft:ocelot - minecraft:llama - minecraft:boat - minecraft:minecart - minecraft:chest_minecart - minecraft:hopper_minecart - net.minecraft.entity.projectile.EntityFishHook - > - - # Interval between clearing entities in minutes. The interval is actually 1 minute longer, as it includes a 1 minute warning. - I:EntityInterval=15 - - # List of Items not to destroy, use namespace:* to blacklist a whole mod. - S:ItemBlackList < - - > - - # Maximum mobs spawnable per chunk. 0 disables. - I:PerChunkSpawnLimit=100 - - # If the server's main TPS drops below this number Lag'B'Gon will try to unload chunks to improve TPS - I:TPSForUnload=12 - - # If false, treats the entity blacklist as a whitelist - B:ToggleEntityBlacklist=true - - # If false, treats the item blacklist as a whitelist - B:ToggleItemBlacklist=true - - # Interval between unloading chunks in minutes. - I:UnloadInterval=15 -} - - diff --git a/config - Copy/lazy_ae2.cfg b/config - Copy/lazy_ae2.cfg deleted file mode 100644 index ecfddc19..00000000 --- a/config - Copy/lazy_ae2.cfg +++ /dev/null @@ -1,169 +0,0 @@ -# Configuration file - -general { - - processing { - # The size of the fluix aggregator's energy buffer. - # Min: 1 - # Max: 2147483647 - I:aggregatorEnergyBuffer=100000 - - # The base energy cost for each fluix aggregation operation performed. - # Min: 1 - # Max: 2147483647 - I:aggregatorEnergyCostBase=8100 - - # The additional energy cost for fluix aggregation incurred by each acceleration card. - # Min: 0 - # Max: 2147483647 - I:aggregatorEnergyCostUpgrade=863 - - # The base number of ticks needed to complete one fluix aggregation operation. - # Min: 1 - # Max: 2147483647 - I:aggregatorWorkTicksBase=150 - - # The number of ticks by which each acceleration card hastens a fluix aggregation operation. - # Min: 1 - # Max: 2147483647 - I:aggregatorWorkTicksUpgrade=18 - - # The size of the pulse centrifuge's energy buffer. - # Min: 1 - # Max: 2147483647 - I:centrifugeEnergyBuffer=100000 - - # The base energy cost for each centrifuging operation performed. - # Min: 1 - # Max: 2147483647 - I:centrifugeEnergyCostBase=8100 - - # The additional energy cost for centrifuging incurred by each acceleration card. - # Min: 0 - # Max: 2147483647 - I:centrifugeEnergyCostUpgrade=863 - - # The base number of ticks needed to complete one centrifuging operation. - # Min: 1 - # Max: 2147483647 - I:centrifugeWorkTicksBase=150 - - # The number of ticks by which each acceleration card hastens a centrifuging operation. - # Min: 1 - # Max: 2147483647 - I:centrifugeWorkTicksUpgrade=18 - - # The size of the crystal energizer's energy buffer. - # Min: 1 - # Max: 2147483647 - I:energizerEnergyBuffer=100000 - - # The additional energy cost for crystal energization incurred by each acceleration card. - # Min: 0 - # Max: 2147483647 - I:energizerEnergyCostUpgrade=1625 - - # The base number of ticks needed to complete one crystal energization operation. - # Min: 1 - # Max: 2147483647 - I:energizerWorkTicksBase=150 - - # The number of ticks by which each acceleration card hastens a crystal energization operation. - # Min: 1 - # Max: 2147483647 - I:energizerWorkTicksUpgrade=18 - - # The size of the circuit etcher's energy buffer. - # Min: 1 - # Max: 2147483647 - I:etcherEnergyBuffer=100000 - - # The base energy cost for each circuit etching operation performed. - # Min: 1 - # Max: 2147483647 - I:etcherEnergyCostBase=8100 - - # The additional energy cost for circuit etching incurred by each acceleration card. - # Min: 0 - # Max: 2147483647 - I:etcherEnergyCostUpgrade=863 - - # The base number of ticks needed to complete one circuit etching operation. - # Min: 1 - # Max: 2147483647 - I:etcherWorkTicksBase=150 - - # The number of ticks by which each acceleration card hastens a circuit etching operation. - # Min: 1 - # Max: 2147483647 - I:etcherWorkTicksUpgrade=18 - } - - networkdevices { - # The idle power consumption of the preemptive assembly unit. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:fastCrafterIdlePower=6.0 - - # The idle power consumption of the level maintainer. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:levelMaintainerIdlePower=3.0 - - # The maximum interval between work ticks for the level maintainer. - # The level maintainer will gradually reduce its work rate when something prevents it from progressing. - # Setting this too low may cause lag! - # Min: 0 - # Max: 2147483647 - I:levelMaintainerSleepMax=200 - - # The minimum interval between work ticks for the level maintainer. - # The level maintainer will gradually increase its work rate while running without obstruction. - # Setting this too low may cause lag! - # Min: 0 - # Max: 2147483647 - I:levelMaintainerSleepMin=12 - } - - massassembler { - # The base amount of energy consumed to perform one unit of work. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:energyPerWorkBase=16.0 - - # The additional energy consumed per unit of work for each installed coprocessor. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:energyPerWorkUpgrade=1.0 - - # The idle power consumption of the mass assembly chamber. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:idlePower=3.0 - - # The size of the mass assembler's crafting job queue. - # Some crafting job data may be lost if this is decreased! - # Min: 1 - # Max: 2147483647 - I:jobQueueSize=64 - - # The amount of work needed to complete one crafting job. - # Min: 1 - # Max: 2147483647 - I:workPerJob=16 - - # The base amount of work performed per tick. - # If set to zero, the mass assembler will not do any work without a coprocessor installed. - # Min: 0 - # Max: 2147483647 - I:workPerTickBase=1 - - # The additional work performed per tick for each installed coprocessor. - # Min: 1 - # Max: 2147483647 - I:workPerTickUpgrade=3 - } - -} - - diff --git a/config - Copy/legendarytooltips.cfg b/config - Copy/legendarytooltips.cfg deleted file mode 100644 index 664024e5..00000000 --- a/config - Copy/legendarytooltips.cfg +++ /dev/null @@ -1,309 +0,0 @@ -# Configuration file - -########################################################################################################## -# visual_options -#--------------------------------------------------------------------------------------------------------# -# Legendary Tooltips Configuration Instructions -# -# *** READ THIS FIRST *** -# -# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs -# where the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. -# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: -# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). -# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", -# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. -# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. -# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. -# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. -# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, -# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. -########################################################################################################## - -visual_options { - # If enabled, tooltip border colors will match item rarity colors (except for custom borders). [default: true] - B:borders_match_rarity=true - - # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. [default: true] - B:name_separator=true - - # If enabled, items showing a custom border will have a special shine effect when hovered over. [default: true] - B:shine_effect=true - - # Whether or not to repeat the shine effect, or to only play it once. [default: false] - B:shine_repeat=false - - # Whether or not to sync horizontal and vertical shine, or delay vertical shine. [default: false] - B:shine_sync=false - - # The speed at which to play the shine effect, higher value is slower. [range: 20 ~ 800, default: 50] - I:shine_ticks=50 - - # If enabled, tooltips will display a drop shadow. [default: true] - B:tooltip_shadow=true -} - - -########################################################################################################## -# definitions -#--------------------------------------------------------------------------------------------------------# -# Entry types: -# Item name - Use item name for vanilla items or include mod name for modded items. Examples: minecraft:stick, iron_ore -# Item Metadata - After an item name, you may include a colon and then a number to indicate metadata. Examples: minecraft:wool:5, minecraft:sponge:1 -# Tag - $ followed by ore dictionary tag name. Examples: $plankWood or $ingotIron -# Mod name - @ followed by mod identifier. Examples: @spoiledeggs -# Rarity - ! followed by item's rarity. Examples: !uncommon, !rare !epic -# Item name color - # followed by color hex code, the hex code must match exactly. Examples: #23F632 -# Display name - % followed by any text. Will match any item with this text in its tooltip display name. Examples: %Uncommon -# Tooltip text - ^ followed by any text. Will match any item with this text anywhere in the tooltip text (besides the name). Examples: ^Legendary -# NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . -# Examples: &Damage=0, &Tier>1, &Enchantments, &map!=128 -########################################################################################################## - -definitions { - # [default: [!epic], [!rare]] - S:level0_entries < - ^§d§oSuper-Enchanted§r - immersiveengineering:revolver - immersiveengineering:railgun - divinerpg:amthirmis_staff - divinerpg:darven_staff - divinerpg:cermile_staff - divinerpg:pardimal_staff - divinerpg:quadrotic_staff - divinerpg:karos_staff - divinerpg:heliosis_staff - divinerpg:arksiane_staff - divinerpg:evernight - > - - # [default: ] - S:level1_entries < - > - - # [default: ] - S:level2_entries < - > - - # [default: ] - S:level3_entries < - > - - # [default: ] - S:level4_entries < - > - - # [default: ] - S:level5_entries < - > - - # [default: ] - S:level6_entries < - > - - # [default: ] - S:level7_entries < - > - - # [default: ] - S:level8_entries < - > - - # [default: ] - S:level9_entries < - > - - # [default: ] - S:level10_entries < - > - - # [default: ] - S:level11_entries < - > - - # [default: ] - S:level12_entries < - > - - # [default: ] - S:level13_entries < - > - - # [default: ] - S:level14_entries < - > - - # [default: ] - S:level15_entries < - > -} - - -########################################################################################################## -# priorities -#--------------------------------------------------------------------------------------------------------# -# Set border priorities here. This should be a string containing a comma-separated list of numbers that -# correspond to border levels, with numbers coming first being higher priority. -########################################################################################################## - -priorities { - # [default: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15] - S:priorities=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 -} - - -########################################################################################################## -# colors -#--------------------------------------------------------------------------------------------------------# -# The start and end border colors and background colors of each level. -# Note that they can be entered as any one of: a hex color code in the format #AARRGGBB or #RRGGBB, OR a string color name. -# Examples: #FFFF00, #FF73D984, red, #FFCC00 -########################################################################################################## - -colors { - # [default: #FF996922] - S:level0_start_color=#FFAD501C - - # [default: #FF5A3A1D] - S:level0_end_color=#FF487428 - - # [default: #FF996922] - S:level1_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level1_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level2_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level2_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level3_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level3_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level4_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level4_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level5_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level5_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level6_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level6_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level7_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level7_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level8_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level8_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level9_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level9_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level10_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level10_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level11_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level11_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level12_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level12_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level13_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level13_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level14_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level14_end_color=#FF5A3A1D - - # [default: #FF996922] - S:level15_start_color=#FF996922 - - # [default: #FF5A3A1D] - S:level15_end_color=#FF5A3A1D - - # [default: #F0160A00] - S:level0_bg_color=#F0070322 - - # [default: #F0160A00] - S:level10_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level11_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level12_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level13_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level14_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level15_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level1_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level2_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level3_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level4_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level5_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level6_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level7_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level8_bg_color=#F0160A00 - - # [default: #F0160A00] - S:level9_bg_color=#F0160A00 -} - - diff --git a/config - Copy/libvulpes.cfg b/config - Copy/libvulpes.cfg deleted file mode 100644 index 1cbdb3fc..00000000 --- a/config - Copy/libvulpes.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # How many FE one EU makes - I:EUPowerMultiplier=7 - - # Power multiplier on machines - I:PowerMultiplier=1 -} - - diff --git a/config - Copy/loliasm.cfg b/config - Copy/loliasm.cfg deleted file mode 100644 index 085e9dfb..00000000 --- a/config - Copy/loliasm.cfg +++ /dev/null @@ -1,364 +0,0 @@ -# Configuration file - -bakedquad { - # Classes where BakedQuad::new calls need to be redirected. As of 3.2, this should be done automatically, while the changes will show in the next launch - - S:classesThatCallBakedQuadCtor < - lumien.randomthings.client.models.blocks.ModelCubeAll - appeng.client.render.cablebus.QuadRotator - org.cyclops.integrateddynamics.client.model.CableModelBase - forestry.storage.models.ModelCrate - codechicken.lib.util.VertexDataUtils - net.minecraft.client.renderer.block.model.FaceBakery - lumien.randomthings.client.models.blocks.ModelCubeOverlay - appeng.client.render.model.AutoRotatingModel - li.cil.oc.client.renderer.block.SmartBlockModelBase$class - com.rwtema.extrautils2.utils.helpers.QuadHelper - li.cil.oc.client.renderer.block.RobotModel$ItemModel$ - org.cyclops.cyclopscore.client.model.DynamicBaseModel - com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1 - com.rwtema.extrautils2.items.ItemSnowglobe - buildcraft.lib.client.model.MutableQuad - com.elytradev.architecture.client.render.target.RenderTargetBaked - appeng.thirdparty.codechicken.lib.model.Quad - thaumcraft.client.lib.obj.MeshModel - com.rwtema.extrautils2.backend.model.Box - appeng.client.render.model.ColorApplicatorBakedModel - com.rwtema.careerbees.ProxyClient$ModelBark - codechicken.lib.render.buffer.BakingVertexBuffer - li.cil.oc.client.renderer.block.SmartBlockModelBase$$anonfun$bakeQuads$1 - dan200.computercraft.client.render.ModelTransformer$BakedQuadBuilder - openblocks.client.renderer.item.devnull.DevNullItemOverride - com.jaquadro.minecraft.chameleon.render.ChamRenderLL - > - - # Classes that extend BakedQuad need to be handled separately. This should be done automatically, while the changes will show in the next launch - - S:classesThatExtendBakedQuad < - - > - - # Log classes that need their BakedQuad::new calls redirected - - B:logClassesThatCallBakedQuadCtor=true - - # Allows bucket models to re-use UnpackedBakedQuads - - B:reuseBucketQuads=true - - # Saves RAM by removing BakedQuad instance variables, redirecting BakedQuad creation to specific BakedQuad child classes. This will be forcefully turned off when Optifine is installed as it is incompatible - - B:squashBakedQuads=true -} - - -canonicalization { - # Deduplicate ASMData related Strings - - B:asmDataStringCanonicalization=true - - # Deduplicate Java's FilePermission cache's names within SecureClassLoader - - B:filePermissionsCacheCanonicalization=false - - # Deduplicate LockCode when reading from NBT - - B:lockCodeCanonicalization=true - - # Deduplicate Model Conditions. Enable this if you do not have Foamfix installed - - B:modelConditionCanonicalization=false - - # Deduplicate String keys in NBTTagCompound - - B:nbtBackingMapStringCanonicalization=true - - # Deduplicate Strings in NBTTagString - - B:nbtTagStringBackingStringCanonicalization=true - - # Deduplicate package strings when Forge gathers them when mod candidates are loaded - - B:packageStringCanonicalization=true - - # Deduplicate ResourceLocation and ModelResourceLocation instances - - B:resourceLocationCanonicalization=true - - # Deduplicate TextureAtlasSprite's names - - B:spriteNameCanonicalization=true - - # EXPERIMENTAL: Deduplicate BakedQuad's Vertex Data array. If you see any artifacting in-game, turn this off and report it on github - - B:vertexDataCanonicalization=true -} - - -capability { - # Delays ItemStack's capabilities from being initialized until they needed to be - - B:delayItemStackCapabilityInit=true - - # Fixes Astral Sorcery applying AmuletHolderCapability to large amount of ItemStacks when it isn't needed. This option will be ignored when Astral Sorcery isn't installed - - B:fixAmuletHolderCapability=true -} - - -datastructures { - # Improve hashing performances of various objects - - B:efficientHashing=true - - # Clears and trims ModelManager data structures after models are loaded and baked - - B:moreModelManagerCleanup=true - - # Optimizing FurnaceRecipes. FastFurnace will see very little benefit when this option is turned on - - B:optimizeFurnaceRecipeStore=true - - # Optimize NBTTagCompound's backing map structure - - B:optimizeNBTTagCompoundBackingMap=true - - # Optimizes registries - - B:optimizeRegistries=true - - # If JEI/HEI is installed, replace vanilla search trees with JEI's, decreases memory usage, loading time and adds more features to normal creative menu searching - - B:replaceSearchTreeWithJEISearching=true - - # EXPERIMENTAL: Strips ItemStack of some of its fields as it stores some near-useless references - - B:stripNearUselessItemStackFields=true -} - - -events { - # [EXPERIMENTAL]: Stops mass object creation when Forge is firing events, this can decrease Garbage Collection pressure - - B:makeEventsSingletons=false -} - - -forgefixes { - # Fixes Forge's EntityEntry calling a slow Constructor::newInstance call every time an entity spawns, it is replaced with a fast Function::get generated from LambdaMetafactory#metafactory - - B:fasterEntitySpawnPreparation=true - - # Works around a crash when too many dimensions are registered, caused by JVM optimization issues. - - B:fixDimensionTypesInliningCrash=true - - # Fixes Forge's mistake of annotating FillBucketEvent#getFilledBucket as @Nonnull when the contract isn't fulfilled nor checked. First discovered here: https://github.com/Divine-Journey-2/main/issues/295 - - B:fixFillBucketEventNullPointerException=true - - # Fixes a vanilla-forge code interaction bug leading to a possible ConcurrentModificationException/StackOverflowError crash. First discovered here: https://github.com/GregTechCE/GregTech/issues/1256 - - B:fixTileEntityOnLoadCME=true - - # EXPERIMENTAL: Forcibly remove Forge's FMLSecurityManager that adds very very slight overheads in calls that requires permission checks - - B:removeForgeSecurityManager=false -} - - -furnace { - # When optimizeFurnaceRecipeStore is true, experience is determined by who registers the entry first, this is also the fallback option if all three options aren't true - - B:furnaceExperienceFCFS=true - - # When optimizeFurnaceRecipeStore is true, experience is determined by whichever entry gives the most experience - - B:furnaceExperienceMost=false - - # When optimizeFurnaceRecipeStore is true, experience is determined the vanilla way, this method is the most inefficient and random - - B:furnaceExperienceVanilla=false -} - - -launchwrapper { - # Invalidate and clean cache entries when the game finishes loading (onto the main screen). Loading into the first world may take longer. This option wouldn't do anything if 'cleanupLaunchClassLoaderLate' is 'true' - - B:cleanCachesOnGameLoad=false - - # Cleanup some redundant data structures in LaunchClassLoader at the earliest point possible (when LoliASM is loaded). Helpful for those that don't have enough RAM to load into the game. This can induce slowdowns while loading the game in exchange for more available RAM - - B:cleanupLaunchClassLoaderEarly=false - - # Cleanup some redundant data structures in LaunchClassLoader at the latest point possible (when the game reaches the Main Screen). This is for those that have enough RAM to load the game and do not want any slowdowns while loading. Note: if 'cleanupLaunchClassLoaderEarly' is 'true', this option will be ignored - - B:cleanupLaunchClassLoaderLate=true - - # Disable the unusused Package Manifest map. This option coincides with Foamfix's 'removePackageManifestMap' option - - B:disablePackageManifestMap=true - - # Disabling caching of classes. This will induce major slowdowns to game/world loads in exchange for more available RAM - - B:noClassCache=false - - # Disabling caching of resources (Class Bytes). This will induce slowdowns to game/world loads in exchange for more available RAM - - B:noResourceCache=false - - # Weaken the caching of classes. This allows the GC to free up more space when the caches are no longer needed. If 'noClassCache' is 'true', this option will be ignored - - B:weakClassCache=true - - # Weaken the caching of resources (Class Bytes). This allows the GC to free up more space when the caches are no longer needed. If 'noResourceCache' is 'true', this option will be ignored. This option coincides with Foamfix's 'weakenResourceCache' option - - B:weakResourceCache=true -} - - -logging { - # Allow the game to keep running after crashes as well as adding more information and deobfuscating the crash reports, inspired by VanillaFix - - B:crashReportImprovements=true - - # When crashReportImprovements is true, disallow toasts from popping up and carry on playing while keeping crashes silent - - B:hideToastsAndContinuePlaying=true - - # When crashReportImprovements is true, allow the player to return to the main menu when a crash occurs, inspired by VanillaFix - - B:returnToMainMenuAfterCrash=true - - # Rewrite logging output with deobfuscated names when applicable, inspired by VanillaFix - - B:rewriteLoggingWithDeobfuscatedNames=true -} - - -mcfixes { - # Fixes MC-129057: https://bugs.mojang.com/browse/MC-129057 - - B:fixMC129057=true - - # Fixes MC-129556: https://bugs.mojang.com/browse/MC-129556 - - B:fixMC129556=true - - # Fixes MC-186052: https://bugs.mojang.com/browse/MC-186052 - - B:fixMC186052=true - - # Fixes MC-30845: https://bugs.mojang.com/browse/MC-30845 - - B:fixMC30845=true - - # Fixes MC-31681: https://bugs.mojang.com/browse/MC-31681 - - B:fixMC31681=true - - # Fixes MC-88176: https://bugs.mojang.com/browse/MC-88176 - - B:fixMC88176=true - - # Limits skin downloading threads to a maximum of half of available CPU cores - - B:limitSkinDownloadingThreads=true - - # Resolves MC-2071: https://bugs.mojang.com/browse/MC-2071 - - B:resolveMC2071=true -} - - -misc { - # Process screenshots and print to chat asynchronously - - B:asyncScreenshot=true - - # [W.I.P] - EXPERIMENTAL: Yet another attempt at caching classes between loads - - B:classCaching=false - - # Copy image after screenshotting to clipboard - - B:copyScreenshotToClipboard=true - - # Use updated CA Certs that was included in 8u311. This most notably fixes 8u51 certs issues - - B:outdatedCaCertsFix=true - - # Optimizes FluidRegistry::enableUniversalBucket check - - B:quickerEnableUniversalBucketCheck=true - - # For some reason Mojang decided to cache int buffers and arrays after a screenshot is taken, this makes sure they're never cached - - B:releaseScreenshotCache=true - - # Removes forced garbage collection calls, inspired by VanillaFix, can make world loading faster - - B:removeExcessiveGCCalls=true - - # Allows changing of dimensions to be smooth and nearly instantaneous, inspired by VanillaFix - - B:smoothDimensionChange=true - - # Strips the boring instanced Random object from SoundEventAccessors and uses ThreadLocalRandom instead - - B:stripInstancedRandomFromSoundEventAccessor=true - - # Adjust thread priorities to improve performance on systems with few cores - - B:threadPriorityFix=true -} - - -modfixes { - # When Better with Mods is installed, optimize Blasting Oil related events. The original implementation harms server performance at any given moment. This option will be ignored when Better with Mods isn't installed - - B:bwmBlastingOilOptimization=true - - # EXPERIMENTAL: When ChickenASM (Library of CodeChickenLib and co.) is installed, ClassHierarchyManager can cache a lot of Strings and seem to be unused in any transformation purposes. This clears ClassHierarchyManager of those redundant strings. This option will be ignored when ChickenASM isn't installed - - B:cleanupChickenASMClassHierarchyManager=true - - # When Extra Utilities 2 is installed, disable the crafter's rendering of the item being crafted, this can reduce lag, ignores fixXU2CrafterCrash config option - - B:disableXU2CrafterRendering=false - - # When Immersive Engineering is installed, sometimes it or it's addons can induce an ArrayIndexOutOfBoundsException in BlockIEBase#getPushReaction. This option will be ignored when IE isn't installed - - B:fixBlockIEBaseArrayIndexOutOfBoundsException=true - - # When TerraFirmaCraft is installed, fix the falling block's false starting position - - B:fixTFCFallingBlockFalseStartingTEPos=true - - # When Extra Utilities 2 is installed, fix and optimize mechanical crafter's rendering - - B:fixXU2CrafterCrash=true - - # When Just Enough Items is installed, it deduplicates strings in the generated generalized suffix trees' edge labels. This option will be ignored when Just Enough Items isn't installed - - B:labelCanonicalization=true - - # Optimizes Astral Sorcery's Resplendent Prism related functions. This option will be ignored when Astral Sorcery isn't installed - - B:optimizeAmuletRelatedFunctions=true - - # When Electroblob's Wizardry is installed, optimize the search for arcane locked tile entities to render - - B:optimizeArcaneLockRendering=true - - # When QMD is installed, optimize its BeamRenderer. The original implementation harms client performance heavily (takes ~5% of each tick time). This option will be ignored when QMD isn't installed - - B:optimizeQMDBeamRenderer=true - - # When EvilCraft Compat + EnderIO is installed, repair the compatibility module - - B:repairEvilCraftEIOCompat=true - - # When CraftTweaker is installed, large modpacks tend to stall in the last stage of loading, when CraftTweaker inexplicably recalculates search trees. This option will be ignored when CraftTweaker isn't installed - - B:skipCraftTweakerRecalculatingSearchTrees=true -} - - -remapper { - # Optimizing Forge's Remapper for not storing redundant entries - - B:optimizeFMLRemapper=false -} - - -rendering { - # Optimizes some rendering features, not game-breaking; however, negligible at times - - B:optimizeSomeRendering=true - - # Strip unnecessary locals in RenderHelper::enableStandardItemLighting, no idea why it's there - - B:stripUnnecessaryLocalsInRenderHelper=true -} - - -spark { - # Allow LoliASM's Spark profiling to include all threads that are present - - B:includeAllThreadsWhenProfiling=true - - # When Spark is installed, profile the loading of FMLConstructionEvent stage - - B:sparkProfileConstructionStage=false - - # When Spark is installed, profile the loading of coremods, but only those that load after LoliASM - - B:sparkProfileCoreModLoading=false - - # When Spark is installed, profile the loading of the game in its entirety - - B:sparkProfileEntireGameLoad=false - - # When Spark is installed, profile the loading of the world in its entirety - - B:sparkProfileEntireWorldLoad=false - - # When Spark is installed, profile the loading of FMLModIdMappingEvent stage, this is the last event fired before the game is finalized - - B:sparkProfileFinalizingStage=false - - # When Spark is installed, profile the loading of FMLInitializationEvent stage - - B:sparkProfileInitializationStage=false - - # When Spark is installed, profile the loading of FMLLoadCompleteEvent stage - - B:sparkProfileLoadCompleteStage=false - - # When Spark is installed, profile the loading of FMLPostInitializationEvent stage - - B:sparkProfilePostInitializationStage=false - - # When Spark is installed, profile the loading of FMLPreInitializationEvent stage - - B:sparkProfilePreInitializationStage=false - - # When Spark is installed, profile the loading of FMLServerAboutToStartEvent stage - - B:sparkProfileWorldAboutToStartStage=false - - # When Spark is installed, profile the loading of FMLServerStartedEvent stage - - B:sparkProfileWorldStartedStage=false - - # When Spark is installed, profile the loading of FMLServerStartingEvent stage - - B:sparkProfileWorldStartingStage=false - - # When Spark is installed, summarize the heap space (/spark heapsummary) when the game finishes loading - - B:sparkSummarizeHeapSpaceAfterGameLoads=false - - # When Spark is installed, summarize the heap space (/spark heapsummary) when the world finishes loading - - B:sparkSummarizeHeapSpaceAfterWorldLoads=false -} - - -textures { - # Calculate and send animated textures only when needed to the GPU, better than VanillaFix's textureFixes config - - B:onDemandAnimatedTextures=true - - # Releases TextureAtlasSprite's framesTextureData. Won't touch custom TextureAtlasSprite implementations - - B:releaseSpriteFramesCache=true -} - - diff --git a/config - Copy/lootcapacitortooltips.cfg b/config - Copy/lootcapacitortooltips.cfg deleted file mode 100644 index d24b3183..00000000 --- a/config - Copy/lootcapacitortooltips.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - B:"Enable Flavor Text?"=false - I:Precision=2 - B:"Show Durability of Totemic Capacitor?"=true - B:"Show Levels of Endergy Capacitors?"=true - B:"Show Levels of Regular Capacitors?"=true -} - - diff --git a/config - Copy/loottweaker.cfg b/config - Copy/loottweaker.cfg deleted file mode 100644 index f0b8809c..00000000 --- a/config - Copy/loottweaker.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file - -general { - # Do not touch! - S:lastCfgVersion=0.3.0 - - warnings { - # Warns about deprecated methods on world load. Resets if the version of LootTweaker is changed. - B:deprecation=true - - # Warns when newTable() is passed a table id that implictly or explicitly uses the 'minecraft' namescape. - B:newTableMinecraftNamespace=true - } - - workarounds { - # Classes to force initialise during pre-init. Use only if directed to by LootTweaker author. - S:forceInitClasses < - > - } - -} - - diff --git a/config - Copy/lunatriuscore.cfg b/config - Copy/lunatriuscore.cfg deleted file mode 100644 index 07ca53b1..00000000 --- a/config - Copy/lunatriuscore.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -versioncheck { - # Should the mod check for updates? - B:checkForUpdates=true -} - - diff --git a/config - Copy/magicbees.cfg b/config - Copy/magicbees.cfg deleted file mode 100644 index 27c5c7fb..00000000 --- a/config - Copy/magicbees.cfg +++ /dev/null @@ -1,63 +0,0 @@ -# Configuration file - -client { - # Whether to render the bee inside the Bee Collector's Jar with a TESR. [default: true] - B:fancyJarRenderer=true - - # Set to true to use the old model for the Bee Collector's Jar [default: false] - B:oldJarmodel=false -} - - -general { - # Sets base range of the Mysterious Magnet. [range: 1 ~ 8, default: 3] - I:magnetBaseRange=3 - - # Used to calculate the range of the Mysterious Magnet; Range = baseValue + level * multiplier [range: 0.1 ~ 8.0, default: 0.75] - S:magnetLevelMultiplier=0.75 - - # Sets max level of the Mysterious Magnet. [range: 1 ~ 16, default: 9] - I:magnetMaxLevel=9 - - # Enables/Disables the magnet sounds. [default: true] - B:magnetSound=true - - # Whether the MoonDial should show the MoonPhase in it's tooltip. [default: true] - B:moonDialShowsPhaseInText=true - - # When true, removes all bees related to mods that are not present from the game. [default: true] - B:removeUnneededBees=true - - # Set to true to show all MagicBees bees in the creative tab/JEI. [default: true] - B:showAllBees=true -} - - -integration { - - botania { - # Sets the beegonia mana multiplier. [range: 0.0 ~ 16.0, default: 1.0] - S:beegoniaManaMultiplier=6.0 - - # Sets the hibeescus mana cost multiplier. [range: 0.0 ~ 16.0, default: 1.0] - S:hibeescusManaCostMultiplier=1.0 - - # Sets the hibeescus tick multiplier. [range: 0.0 ~ 2.0, default: 1.0] - S:hibeescusTicksMultiplier=1.0 - - # Sets hiveacynt mana multiplier. [range: 0.0 ~ 1.0, default: 1.0] - S:hiveacynthManaMultiplier=1.0 - - # Sets hiveacynt princess spawn rate. [range: 0.0 ~ 1.0, default: 0.09] - S:hiveacynthPrincessSpawnRate=0.09 - - # Sets hiveacynt pristine chance. [range: 0.0 ~ 1.0, default: 0.15] - S:hiveacynthPristineRate=0.15 - - # Sets the chance a hiveacynt will spawn bees with rain-resistance. [range: 0.0 ~ 1.0, default: 0.1] - S:hiveacynthRainResistRate=0.1 - } - -} - - diff --git a/config - Copy/malisisblocks.cfg b/config - Copy/malisisblocks.cfg deleted file mode 100644 index acbf2237..00000000 --- a/config - Copy/malisisblocks.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# Configuration file - -general { - # Frames randomly become unstable and are temporarily out of this dimension. - B:config.enableVanishingGlitch=true - - # Allows to place the block base on where you look instead of the side you're placing it on. Use sneak key to inverse the block placement. - B:config.enhancedMixedBlockPlacement=true - - # Enables less fancy rendering for Mixed Blocks. Enable this option if you experience z-fighting issue or glitched rendering. - B:config.simpleMixedBlockRendering=false - - # How often the frame become unstable. - D:config.vanishingGlitchChance=5.0E-4 -} - - diff --git a/config - Copy/malisiscore.cfg b/config - Copy/malisiscore.cfg deleted file mode 100644 index 1494bda8..00000000 --- a/config - Copy/malisiscore.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration file - -general { - B:malisiscore.config.debugTraceFail=false -} - - diff --git a/config - Copy/malisisdoors.cfg b/config - Copy/malisisdoors.cfg deleted file mode 100644 index 5bd91ae0..00000000 --- a/config - Copy/malisisdoors.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# Configuration file - -general { - # Enables the animations for doors, fence gates and trap doors.\r\nThis replaces the doors entirely so conflicts may arise if another mod tries to modify them too. - B:config.modifyVanillaDoors=true - B:config.use3DItems=false -} - - diff --git a/config - Copy/matc.cfg b/config - Copy/matc.cfg deleted file mode 100644 index f51e0186..00000000 --- a/config - Copy/matc.cfg +++ /dev/null @@ -1,43 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # infusiondurabilities - #--------------------------------------------------------------------------------------------------------# - # Change the durabilities of the Infusion Crystals - ########################################################################################################## - - infusiondurabilities { - # Infusion Crystal Durabilities - B:enableInfusionDurability=true - - # Inferium Infusion Durability - # Min: 1 - # Max: 2147483647 - I:inferiumDurability=256 - - # Intermedium Infusion Durability - # Min: 1 - # Max: 2147483647 - I:intermediumDurability=1024 - - # Prudentium Infusion Durability - # Min: 1 - # Max: 2147483647 - I:prudentiumDurability=512 - - # Superium Infusion Durability - # Min: 1 - # Max: 2147483647 - I:superiumDurability=2048 - - # Supremium Infusion Durability - # Min: 1 - # Max: 2147483647 - I:supremiumDurability=4096 - } - -} - - diff --git a/config - Copy/mcjtylib.cfg b/config - Copy/mcjtylib.cfg deleted file mode 100644 index 87d8906b..00000000 --- a/config - Copy/mcjtylib.cfg +++ /dev/null @@ -1,242 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# General settings for all mods using mcjtylib -########################################################################################################## - -general { - # If true dump a lot of logging information about various things. Useful for debugging. - B:logging=false - - # If true then blocks using mcjtylib will have ownership tagged on them (useful for the rftools security manager) - B:manageOwnership=true - - # The maximum amount of dimensional shards that can be infused in a single machine - I:maxInfuse=256 - - # If true then mods using McJtyLib might try to be as friendly as possible to mods that support very tall chunks (taller then 256). No guarantees however! Set to false for more optimal performance - B:tallChunkFriendly=false -} - - -########################################################################################################## -# style -#--------------------------------------------------------------------------------------------------------# -# Style settings for all mods using mcjtylib -########################################################################################################## - -style { - # Color: standard bevel bright border color - S:colorBackgroundBevelBright=ffffff - - # Color: standard bevel dark border color - S:colorBackgroundBevelDark=2b2b2b - - # Color: standard background color - S:colorBackgroundFiller=c6c6c6 - - # Color: button bottom right border - S:colorButtonBorderBottomRight=777777 - - # Color: button top left border - S:colorButtonBorderTopLeft=eeeeee - - # Color: disabled button bottom right border - S:colorButtonDisabledBorderBottomRight=777777 - - # Color: disabled button top left border - S:colorButtonDisabledBorderTopLeft=eeeeee - - # Color: disabled button background - S:colorButtonDisabledFiller=c6c6c6 - - # Color: disabled button background gradient - S:colorButtonDisabledFillerGradient1=b1b1b1 - - # Color: disabled button background gradient - S:colorButtonDisabledFillerGradient2=e1e1e1 - - # Color: external border around buttons and some other components - S:colorButtonExternalBorder=0 - - # Color: button background - S:colorButtonFiller=c6c6c6 - - # Color: button background gradient - S:colorButtonFillerGradient1=b1b1b1 - - # Color: button background gradient - S:colorButtonFillerGradient2=e1e1e1 - - # Color: hovering button bottom right border - S:colorButtonHoveringBorderBottomRight=999ebb - - # Color: hovering button top left border - S:colorButtonHoveringBorderTopLeft=a5aac5 - - # Color: hovering button background - S:colorButtonHoveringFiller=a2a7c2 - - # Color: hovering button background gradient - S:colorButtonHoveringFillerGradient1=8d92ad - - # Color: hovering button background gradient - S:colorButtonHoveringFillerGradient2=babfda - - # Color: selected button bottom right border - S:colorButtonSelectedBorderBottomRight=bcc5ff - - # Color: selected button top left border - S:colorButtonSelectedBorderTopLeft=5c669d - - # Color: selected button background - S:colorButtonSelectedFiller=7f89bf - - # Color: selected button background gradient - S:colorButtonSelectedFillerGradient1=6a74aa - - # Color: selected button background gradient - S:colorButtonSelectedFillerGradient2=949ed4 - - # Color: cycle button disabled small triangle - S:colorCycleButtonTriangleDisabled=888888 - - # Color: cycle button small triangle - S:colorCycleButtonTriangleNormal=0 - - # Color: energy bar bottom right border - S:colorEnergyBarBottomRight=ffffff - - # Color: energy bar high energy level - S:colorEnergyBarHighEnergy=dd0000 - - # Color: energy bar low energy level - S:colorEnergyBarLowEnergy=631111 - - # Color: energy bar spacer (between every energy level bar) - S:colorEnergyBarSpacer=430000 - - # Color: energy bar text - S:colorEnergyBarText=ffffff - - # Color: energy bar top left border - S:colorEnergyBarTopLeft=2b2b2b - - # Color: list background - S:colorListBackground=8b8b8b - - # Color: list highlighted gradient - S:colorListHighlightedGradient1=717120 - - # Color: list highlighted gradient - S:colorListHighlightedGradient2=515110 - - # Color: list selected gradient - S:colorListSelectedGradient1=616161 - - # Color: list selected gradient - S:colorListSelectedGradient2=414141 - - # Color: list selected and highlighted gradient - S:colorListSelectedHighlightedGradient1=bbbb00 - - # Color: list selected and highlighted gradient - S:colorListSelectedHighlightedGradient2=999900 - - # Color: list separator line - S:colorListSeparatorLine=5c5c5c - - # Color: slider bottom right border - S:colorSliderBottomRight=ffffff - - # Color: slider background - S:colorSliderFiller=636363 - - # Color: slider knob bottom right border - S:colorSliderKnobBottomRight=333333 - - # Color: slider knob bottom right border while dragging - S:colorSliderKnobDraggingBottomRight=bcc5ff - - # Color: slider knob background while dragging - S:colorSliderKnobDraggingFiller=7f89bf - - # Color: slider knob top left border while dragging - S:colorSliderKnobDraggingTopLeft=5c669d - - # Color: slider knob background - S:colorSliderKnobFiller=8b8b8b - - # Color: slider knob bottom right border while hovering - S:colorSliderKnobHoveringBottomRight=777c99 - - # Color: slider knob background while hovering - S:colorSliderKnobHoveringFiller=858aa5 - - # Color: slider knob top left border while hovering - S:colorSliderKnobHoveringTopLeft=a5aac5 - - # Color: slider knob little marker lines - S:colorSliderKnobMarkerLine=4e4e4e - - # Color: slider knob top left border - S:colorSliderKnobTopLeft=eeeeee - - # Color: slider top left border - S:colorSliderTopLeft=2b2b2b - - # Color: text disabled - S:colorTextDisabled=a0a0a0 - - # Color: textfield bottom right border - S:colorTextFieldBottomRight=ffffff - - # Color: textfield cursor - S:colorTextFieldCursor=0 - - # Color: textfield background - S:colorTextFieldFiller=c6c6c6 - - # Color: textfield backbground while focused - S:colorTextFieldFocusedFiller=eeeeee - - # Color: textfield backbground while hovering - S:colorTextFieldHoveringFiller=dadada - - # Color: textfield top left border - S:colorTextFieldTopLeft=2b2b2b - - # Color: text as used in lists - S:colorTextInListNormal=151515 - - # Color: text normal - S:colorTextNormal=303030 - - # Color: toggle button disabled bottom right border - S:colorToggleDisabledBorderBottomRight=777777 - - # Color: toggle button disabled top left border - S:colorToggleDisabledBorderTopLeft=eeeeee - - # Color: toggle button disabled background - S:colorToggleDisabledFiller=c6c6c6 - - # Color: toggle button normal bottom right border - S:colorToggleNormalBorderBottomRight=777777 - - # Color: toggle button normal top left border - S:colorToggleNormalBorderTopLeft=eeeeee - - # Color: toggle button normal background - S:colorToggleNormalFiller=c6c6c6 - - # Color: toggle button disabled text - S:colorToggleTextDisabled=a0a0a0 - - # Color: toggle button normal text - S:colorToggleTextNormal=303030 -} - - diff --git a/config - Copy/mcp_stable-39-1.12.zip b/config - Copy/mcp_stable-39-1.12.zip deleted file mode 100644 index 3c41808a..00000000 Binary files a/config - Copy/mcp_stable-39-1.12.zip and /dev/null differ diff --git a/config - Copy/memorycleaner.cfg b/config - Copy/memorycleaner.cfg deleted file mode 100644 index 1cac1f09..00000000 --- a/config - Copy/memorycleaner.cfg +++ /dev/null @@ -1,43 +0,0 @@ -# Configuration file - -general { - # Whether to clean memory at important stages when Minecraft is initializing. [default: true] - B:cleanOnInit=true - - # Whether to clean memory immediately when joining a world. This disrespects minInterval. If this is set to false, a minimum time of minInterval has to pass before the memory can be cleaned for the first time. [default: true] - B:cleanOnJoin=false - - # Aliases for the memory cleaning command, if you want to add multiple, spilt them with spaces. [default: ] - S:commandAliases= - - # If your RAM usage goes above this percentage, memory cleaning will start regardless of player activity, but it still respects minInterval. Set to 100 to disable the feature or 0 to ignore player activity at any time. [default: 80] - # Min: 0 - # Max: 100 - I:forceCleanPercentage=90 - - # Whether to show a message when the cleaning starts or ends. [default: true] - B:showMessage=true - - automaticcleanup { - # Enable automatic time-based cleanup at all or not. If set to false, all configurations below will do nothing. [default: true] - B:autoCleanup=true - - # The maximum time, in seconds, between memory cleanings. If this amount of time is passed since the last cleaning, a forced memory cleaning will start regardless of player activity. Set to a very large number to effectively disable forced cleaning triggered by this. DO NOT SET THIS LESS THAN minInterval! [default: 1200] - # Min: 60 - # Max: 2147483647 - I:maxInterval=12000 - - # If the player keeps inactive for this amount of time (in seconds), a memory cleaning will start if minInterval has already been met. [default: 30] - # Min: 5 - # Max: 2147483647 - I:minIdleTime=3000 - - # The minimum time, in seconds, between memory cleanings. Note that the actual cleaning interval is usually longer than this due to player activity. [default: 300] - # Min: 30 - # Max: 2147483647 - I:minInterval=3000 - } - -} - - diff --git a/config - Copy/microblocks.cfg b/config - Copy/microblocks.cfg deleted file mode 100644 index 77edfb9f..00000000 --- a/config - Copy/microblocks.cfg +++ /dev/null @@ -1,1678 +0,0 @@ -#Configuration file for adding microblock materials for aesthetic blocks added by mods -#Each line needs to be of the form : -# is the registry key of the block/item enclosed in quotes. NEI can help you find these -# may be ommitted, in which case it defaults to 0, otherwise it can be a number, a comma separated list of numbers, or a dash separated range -#Ex. "dirt" "minecraft:planks":3 "iron_ore":1,2,3,5 "ThermalFoundation:Storage":0-15 -"abyssalcraft:abybrick":0-2 -"abyssalcraft:abydreadbrick":0-2 -"abyssalcraft:abyssalsand" -"abyssalcraft:abyssalsandglass" -"abyssalcraft:cobblestone":0-4 -"abyssalcraft:coraliumstone" -"abyssalcraft:cstonebrick":0-2 -"abyssalcraft:darkethaxiumbrick":0-2 -"abyssalcraft:darkstone_brick":0-2 -"abyssalcraft:dltleaves" -"abyssalcraft:dltlog" -"abyssalcraft:dltlog2" -"abyssalcraft:dltplank" -"abyssalcraft:dreadbrick":0-2 -"abyssalcraft:dreadleaves" -"abyssalcraft:dreadlog" -"abyssalcraft:dreadplanks" -"abyssalcraft:dsglow" -"abyssalcraft:ethaxiumbrick":0-2 -"abyssalcraft:ethaxiumpillar" -"abyssalcraft:fusedabyssalsand" -"abyssalcraft:ingotblock":0-3 -"abyssalcraft:shoggothbiomass" -"actuallyadditions:block_crystal":0-5 -"actuallyadditions:block_crystal_empowered":0-5 -"actuallyadditions:block_misc":0-9 -"advancedrocketry:alienleaves" -"advancedrocketry:alienwood" -"advancedrocketry:basalt" -"advancedrocketry:blastbrick" -"advancedrocketry:charcoallog" -"advancedrocketry:concrete" -"advancedrocketry:crystal":0-5 -"advancedrocketry:hotturf" -"advancedrocketry:moonturf" -"advancedrocketry:moonturf_dark" -"advancedrocketry:pipesealer" -"advancedrocketry:planks" -"aether_legacy:aercloud":0-3 -"aether_legacy:aerogel" -"aether_legacy:aether_leaves":0-1 -"aether_legacy:aether_log":0-1 -"aether_legacy:crystal_leaves":0-1 -"aether_legacy:dungeon_block":0-5 -"aether_legacy:enchanted_gravitite" -"aether_legacy:gravitite_ore" -"aether_legacy:holystone" -"aether_legacy:icestone" -"aether_legacy:pillar" -"aether_legacy:pillar_top" -"aether_legacy:quicksoil" -"aether_legacy:quicksoil_glass" -"aether_legacy:skyroot_bookshelf" -"aether_legacy:skyroot_plank" -"aether_legacy:zanite_block" -"aether_legacy:zanite_ore" -"aoa3:abyss_stone" -"aoa3:abyssal_glass" -"aoa3:achony_leaves" -"aoa3:achony_log" -"aoa3:achony_planks" -"aoa3:amethyst_block" -"aoa3:amethyst_lamp_off" -"aoa3:ancient_glass" -"aoa3:aqua_life_lamp_off" -"aoa3:aquatic_glass" -"aoa3:baron_bricks" -"aoa3:baron_cube" -"aoa3:baron_glass" -"aoa3:baron_stone" -"aoa3:baronyte_block" -"aoa3:baronyte_lamp_off" -"aoa3:black_bricks" -"aoa3:black_life_lamp_off" -"aoa3:black_mushroom" -"aoa3:black_mushroom_stem" -"aoa3:black_mysterium_bricks" -"aoa3:blazium_block" -"aoa3:blazium_lamp_off" -"aoa3:blood_leaves" -"aoa3:blood_log" -"aoa3:bloodstone_bar_bricks" -"aoa3:bloodstone_block" -"aoa3:bloodstone_bricks" -"aoa3:bloodstone_lamp_off" -"aoa3:bloodwood_planks" -"aoa3:blue_bricks" -"aoa3:blue_celevus_leaves" -"aoa3:blue_coral" -"aoa3:blue_crystal_block" -"aoa3:blue_haven_leaves" -"aoa3:blue_life_lamp_off" -"aoa3:blue_mushroom_inside" -"aoa3:blue_mushroom_outside" -"aoa3:blue_mushroom_stem" -"aoa3:boney_block" -"aoa3:borean_stone" -"aoa3:bright_shyre_leaves" -"aoa3:brown_bricks" -"aoa3:brown_life_lamp_off" -"aoa3:carved_rune_direction" -"aoa3:carved_rune_empowering" -"aoa3:carved_rune_focus" -"aoa3:carved_rune_reality" -"aoa3:carved_rune_space" -"aoa3:carved_rune_travel" -"aoa3:celeve_stem" -"aoa3:chocolate_block" -"aoa3:churry_leaves" -"aoa3:churry_log" -"aoa3:churry_planks" -"aoa3:cog_block" -"aoa3:coral_bricks" -"aoa3:creep_crystal" -"aoa3:creep_leaves" -"aoa3:creep_log" -"aoa3:creep_planks" -"aoa3:creep_stone" -"aoa3:creeponia_bricks" -"aoa3:crystallanium" -"aoa3:crystallite_block" -"aoa3:crystallite_bricks" -"aoa3:crystallite_lamp_off" -"aoa3:crystevia_bricks" -"aoa3:crystevia_stone" -"aoa3:cyan_bricks" -"aoa3:cyan_life_lamp_off" -"aoa3:cycade_leaves" -"aoa3:cycade_log" -"aoa3:cycade_planks" -"aoa3:dark_blue_bricks" -"aoa3:dark_bricks" -"aoa3:dark_chocolate_block" -"aoa3:dark_face_brick" -"aoa3:dark_grey_bricks" -"aoa3:dark_grey_life_lamp_off" -"aoa3:darklight_orb" -"aoa3:darkstone" -"aoa3:darkwash_bricks" -"aoa3:dawn_leaves" -"aoa3:dawn_log" -"aoa3:dawnwood_planks" -"aoa3:decayed_glass" -"aoa3:deep_case" -"aoa3:deep_crystal" -"aoa3:deeplands_stone" -"aoa3:degraded_steel" -"aoa3:dusk_orb" -"aoa3:dustopia_stone" -"aoa3:dustopian_lamp_off" -"aoa3:elecanium_block" -"aoa3:elecanium_lamp_off" -"aoa3:emberium" -"aoa3:emberstone_block" -"aoa3:emberstone_lamp_off" -"aoa3:eye_block" -"aoa3:eyeball_log" -"aoa3:fire_lamp_off" -"aoa3:gardencia_bricks" -"aoa3:gardencia_stone" -"aoa3:gardencian_glass" -"aoa3:gemenyte_block" -"aoa3:ghastly_block" -"aoa3:ghastly_lamp_off" -"aoa3:ghoulish_block" -"aoa3:ghoulish_lamp_off" -"aoa3:gingerbread" -"aoa3:greckon_bricks" -"aoa3:greckon_stone" -"aoa3:green_bricks" -"aoa3:green_celevus_leaves" -"aoa3:green_coral" -"aoa3:green_crystal_block" -"aoa3:green_life_lamp_off" -"aoa3:green_mushroom_inside" -"aoa3:green_mushroom_outside" -"aoa3:green_mushroom_stem" -"aoa3:green_mysterium_bricks" -"aoa3:grey_bricks" -"aoa3:grey_life_lamp_off" -"aoa3:haunted_bricks" -"aoa3:haunted_eye_log" -"aoa3:haunted_eyes_leaves" -"aoa3:haunted_eyes_log" -"aoa3:haunted_flashing_log" -"aoa3:haunted_leaves" -"aoa3:haunted_log" -"aoa3:haunted_purpling_log" -"aoa3:hauntedwood_planks" -"aoa3:haven_glass" -"aoa3:haven_stone" -"aoa3:high_precasia_stone" -"aoa3:intricate_amethyst_ivory" -"aoa3:intricate_ivory" -"aoa3:intricate_jade_ivory" -"aoa3:intricate_limonite_ivory" -"aoa3:intricate_rosite_ivory" -"aoa3:intricate_sapphire_ivory" -"aoa3:iro_dotted_bricks" -"aoa3:iro_glass" -"aoa3:iro_lamp_off" -"aoa3:iro_striped_bricks" -"aoa3:irodust_leaves" -"aoa3:irogold_leaves" -"aoa3:iromine_stone" -"aoa3:irowood_planks" -"aoa3:ivory_amethyst_lamp_off" -"aoa3:ivory_jade_lamp_off" -"aoa3:ivory_lamp_off" -"aoa3:ivory_limonite_lamp_off" -"aoa3:ivory_rosite_lamp_off" -"aoa3:ivory_sapphire_lamp_off" -"aoa3:jade_block" -"aoa3:jade_lamp_off" -"aoa3:jewelyte_block" -"aoa3:lelyetia_bricks" -"aoa3:lelyetia_stone" -"aoa3:lelyetian_glass" -"aoa3:lelyetian_leaves" -"aoa3:lime_bricks" -"aoa3:lime_life_lamp_off" -"aoa3:limonite_block" -"aoa3:limonite_lamp_off" -"aoa3:low_precasia_stone" -"aoa3:lucalus_leaves" -"aoa3:lucalus_log" -"aoa3:lucalus_planks" -"aoa3:lunar_block" -"aoa3:lunar_bricks" -"aoa3:lunar_glass" -"aoa3:lunar_lamp_off" -"aoa3:lunar_orb" -"aoa3:lunicia_leaves" -"aoa3:lunide_log" -"aoa3:lunide_planks" -"aoa3:lunosso_leaves" -"aoa3:lyon_block" -"aoa3:lyon_lamp_off" -"aoa3:magenta_bricks" -"aoa3:magenta_life_lamp_off" -"aoa3:moonlight_orb" -"aoa3:mysterium_stone" -"aoa3:mystic_lamp_off" -"aoa3:mystite_block" -"aoa3:natural_amethyst_ivory" -"aoa3:natural_ivory" -"aoa3:natural_jade_ivory" -"aoa3:natural_limonite_ivory" -"aoa3:natural_rosite_ivory" -"aoa3:natural_sapphire_ivory" -"aoa3:neon_circling_lamp_off" -"aoa3:neon_lamp_off" -"aoa3:neon_lapis_circling_lamp_off" -"aoa3:neon_lapis_lamp_off" -"aoa3:neon_lapis_triangles_lamp_off" -"aoa3:neon_runic_lamp_off" -"aoa3:neon_triangles_lamp_off" -"aoa3:orange_bricks" -"aoa3:orange_coral" -"aoa3:orange_life_lamp_off" -"aoa3:orange_mushroom_inside" -"aoa3:orange_mushroom_outside" -"aoa3:orange_mushroom_stem" -"aoa3:ornamyte_block" -"aoa3:ornate_amethyst_ivory" -"aoa3:ornate_ivory" -"aoa3:ornate_jade_ivory" -"aoa3:ornate_limonite_ivory" -"aoa3:ornate_rosite_ivory" -"aoa3:ornate_sapphire_ivory" -"aoa3:patterned_amethyst_ivory" -"aoa3:patterned_ivory" -"aoa3:patterned_jade_ivory" -"aoa3:patterned_limonite_ivory" -"aoa3:patterned_rosite_ivory" -"aoa3:patterned_sapphire_ivory" -"aoa3:pink_bricks" -"aoa3:pink_coral" -"aoa3:pink_haven_leaves" -"aoa3:pink_life_lamp_off" -"aoa3:plastic" -"aoa3:primed_stone" -"aoa3:purple_bricks" -"aoa3:purple_celevus_leaves" -"aoa3:purple_crystal_block" -"aoa3:purple_haven_leaves" -"aoa3:purple_life_lamp_off" -"aoa3:purple_mushroom_inside" -"aoa3:purple_mushroom_outside" -"aoa3:purple_mushroom_stem" -"aoa3:red_bricks" -"aoa3:red_celevus_leaves" -"aoa3:red_crystal_block" -"aoa3:red_haven_leaves" -"aoa3:red_life_lamp_off" -"aoa3:rosidian_bricks" -"aoa3:rosite_block" -"aoa3:rosite_lamp_off" -"aoa3:runic_construct_bricks" -"aoa3:runic_glass" -"aoa3:runic_leaves" -"aoa3:runic_log" -"aoa3:runic_planks" -"aoa3:runic_stone" -"aoa3:sapphire_block" -"aoa3:sapphire_lamp_off" -"aoa3:shadow_leaves" -"aoa3:shadow_log" -"aoa3:shadow_planks" -"aoa3:shadowblood_leaves" -"aoa3:shyre_cloud" -"aoa3:shyre_glass" -"aoa3:shyre_leaves" -"aoa3:shyre_log" -"aoa3:shyre_planks" -"aoa3:shyregem_block" -"aoa3:shyrelands_stone" -"aoa3:shyrestone_block" -"aoa3:skeletal_block" -"aoa3:skeletal_bricks" -"aoa3:skeletal_ingot_block" -"aoa3:skeletal_lamp_off" -"aoa3:steel_light" -"aoa3:strange_block" -"aoa3:stranglewood_leaves" -"aoa3:stranglewood_log" -"aoa3:stranglewood_planks" -"aoa3:sunfire_orb" -"aoa3:tentacles" -"aoa3:tentacles_dots_left" -"aoa3:tentacles_dots_right" -"aoa3:tentacles_eye_orange" -"aoa3:tentacles_eye_red" -"aoa3:tentacles_green" -"aoa3:toxic_block" -"aoa3:toxic_log" -"aoa3:toxic_stem" -"aoa3:toxic_stone" -"aoa3:toxic_waste" -"aoa3:toxicwood_planks" -"aoa3:turquoise_haven_leaves" -"aoa3:twinklestone" -"aoa3:unstable_stone" -"aoa3:varsium_block" -"aoa3:vein_leaves" -"aoa3:vox_glass" -"aoa3:vox_log" -"aoa3:white_bricks" -"aoa3:white_celevus_leaves" -"aoa3:white_chocolate_block" -"aoa3:white_coral" -"aoa3:white_crystal_block" -"aoa3:white_life_lamp_off" -"aoa3:white_shyre_bricks" -"aoa3:whitewash_bricks" -"aoa3:yellow_bricks" -"aoa3:yellow_celevus_leaves" -"aoa3:yellow_coral" -"aoa3:yellow_crystal_block" -"aoa3:yellow_haven_leaves" -"aoa3:yellow_life_lamp_off" -"aoa3:yellow_mushroom_inside" -"aoa3:yellow_mushroom_outside" -"aoa3:yellow_mushroom_stem" -"aoa3:yellow_shyre_bricks" -"aoa3:zhinx_glass" -"appliedenergistics2:chiseled_quartz_block" -"appliedenergistics2:fluix_block" -"appliedenergistics2:quartz_block" -"appliedenergistics2:quartz_glass" -"appliedenergistics2:quartz_pillar" -"appliedenergistics2:sky_stone_block" -"appliedenergistics2:sky_stone_brick" -"appliedenergistics2:sky_stone_small_brick" -"appliedenergistics2:smooth_sky_stone_block" -"astralsorcery:blockblackmarble":0-6 -"astralsorcery:blockinfusedwood":0-6 -"astralsorcery:blockmarble":0-6 -"avaritia:block_resource":0-2 -"bewitchment:alchemists_fleece" -"bewitchment:besmirched_fleece" -"bewitchment:block_of_amethyst" -"bewitchment:block_of_cold_iron" -"bewitchment:block_of_cold_iron_bevel" -"bewitchment:block_of_cold_iron_cup" -"bewitchment:block_of_cold_iron_moon" -"bewitchment:block_of_cold_iron_pentacle" -"bewitchment:block_of_cold_iron_pentagram" -"bewitchment:block_of_cold_iron_sun" -"bewitchment:block_of_cold_iron_sword" -"bewitchment:block_of_cold_iron_symbol" -"bewitchment:block_of_cold_iron_wand" -"bewitchment:block_of_garnet" -"bewitchment:block_of_opal" -"bewitchment:block_of_salt" -"bewitchment:block_of_silver" -"bewitchment:block_of_silver_bevel" -"bewitchment:block_of_silver_cup" -"bewitchment:block_of_silver_moon" -"bewitchment:block_of_silver_old" -"bewitchment:block_of_silver_pentacle" -"bewitchment:block_of_silver_pentagram" -"bewitchment:block_of_silver_sun" -"bewitchment:block_of_silver_sword" -"bewitchment:block_of_silver_symbol" -"bewitchment:block_of_silver_wand" -"bewitchment:chiseled_coquina" -"bewitchment:chiseled_embittered_bricks" -"bewitchment:chiseled_scorned_bricks" -"bewitchment:coquina" -"bewitchment:coquina_bricks" -"bewitchment:coquina_shell" -"bewitchment:coquina_smooth" -"bewitchment:cracked_embittered_bricks" -"bewitchment:cracked_scorned_bricks" -"bewitchment:crying_scorned_bricks" -"bewitchment:cypress_leaves" -"bewitchment:cypress_planks" -"bewitchment:cypress_wood" -"bewitchment:despair_bricks" -"bewitchment:dragons_blood_leaves" -"bewitchment:dragons_blood_planks" -"bewitchment:dragons_blood_resin_block" -"bewitchment:dragons_blood_wood" -"bewitchment:elder_leaves" -"bewitchment:elder_planks" -"bewitchment:elder_wood" -"bewitchment:embittered_bricks" -"bewitchment:greenwitch_fleece" -"bewitchment:juniper_leaves" -"bewitchment:juniper_planks" -"bewitchment:juniper_wood" -"bewitchment:mossy_scorned_bricks" -"bewitchment:nethersteel" -"bewitchment:nethersteel_bevel" -"bewitchment:nethersteel_eye" -"bewitchment:nethersteel_fence" -"bewitchment:nethersteel_hellish" -"bewitchment:nethersteel_pentacle" -"bewitchment:nethersteel_pentagram" -"bewitchment:nethersteel_polished" -"bewitchment:nethersteel_sentient" -"bewitchment:nethersteel_skull" -"bewitchment:nethersteel_slab" -"bewitchment:nethersteel_slab_double" -"bewitchment:nethersteel_stairs" -"bewitchment:nethersteel_symbol" -"bewitchment:nethersteel_wall" -"bewitchment:nethersteel_watching_eye" -"bewitchment:nethersteel_watching_hellish" -"bewitchment:ochre_despair_bricks" -"bewitchment:scorned_bricks" -"bewitchment:scorned_bricks_bevel" -"bewitchment:scorned_bricks_braid" -"bewitchment:scorned_bricks_hellish" -"bewitchment:scorned_bricks_layers" -"bewitchment:scorned_bricks_medium_tiles" -"bewitchment:scorned_bricks_ornate" -"bewitchment:scorned_bricks_panel" -"bewitchment:scorned_bricks_prism" -"bewitchment:scorned_bricks_raw" -"bewitchment:scorned_bricks_raw_cracked" -"bewitchment:scorned_bricks_road" -"bewitchment:scorned_bricks_slab" -"bewitchment:scorned_bricks_slab_double" -"bewitchment:scorned_bricks_slanted" -"bewitchment:scorned_bricks_small" -"bewitchment:scorned_bricks_small_tiles" -"bewitchment:scorned_bricks_soft" -"bewitchment:scorned_bricks_symbol" -"bewitchment:scorned_bricks_triple" -"biomesoplenty:ash_block" -"biomesoplenty:crystal" -"biomesoplenty:dried_sand" -"biomesoplenty:flesh" -"biomesoplenty:gem_block":0-7 -"biomesoplenty:hard_ice" -"biomesoplenty:honey_block" -"biomesoplenty:leaves_0":8-11 -"biomesoplenty:leaves_1":8-11 -"biomesoplenty:leaves_2":8-11 -"biomesoplenty:leaves_3":8-11 -"biomesoplenty:leaves_4":8-11 -"biomesoplenty:leaves_5":8-11 -"biomesoplenty:leaves_6":8-9 -"biomesoplenty:log_0":4-7 -"biomesoplenty:log_1":4-7 -"biomesoplenty:log_2":4-7 -"biomesoplenty:log_3":4-7 -"biomesoplenty:log_4":4-5 -"biomesoplenty:mud" -"biomesoplenty:mud_brick_block" -"biomesoplenty:planks_0":0-15 -"biomesoplenty:white_sand" -"biomesoplenty:white_sandstone" -"bloodarsenal:blood_infused_glowstone" -"bloodarsenal:blood_infused_iron_block" -"bloodarsenal:blood_infused_wooden_log" -"bloodarsenal:blood_infused_wooden_planks" -"bloodarsenal:blood_stained_glass" -"bloodmagic:blood_rune":0-10 -"bloodmagic:decorative_brick":0-3 -"bloodmagic:demon_brick_1":0-4 -"bloodmagic:demon_brick_2":0-14 -"bloodmagic:demon_extras":0-14 -"bloodmagic:demon_light":0-4 -"bloodmagic:demon_pillar_1":0-4 -"bloodmagic:demon_pillar_2":0-4 -"bloodmagic:demon_pillar_cap_1":0-1 -"bloodmagic:demon_pillar_cap_2":0-1 -"bloodmagic:demon_pillar_cap_3" -"bloodmagic:path":0-7 -"botania:bifrostperm" -"botania:biomestonea":0-15 -"botania:biomestoneb":0-15 -"botania:blazeblock" -"botania:custombrick":0-15 -"botania:dreamwood":0-5 -"botania:elfglass" -"botania:livingrock":0-4 -"botania:livingwood":0-5 -"botania:managlass" -"botania:pavement":0-5 -"botania:petalblock":0-15 -"botania:quartztypeblaze":0-2 -"botania:quartztypedark":0-2 -"botania:quartztypeelf":0-2 -"botania:quartztypelavender":0-2 -"botania:quartztypemana":0-2 -"botania:quartztypered":0-2 -"botania:quartztypesunny":0-2 -"botania:shimmerrock" -"botania:shimmerwoodplanks" -"botania:storage":0-4 -"chisel:andesite":0-15 -"chisel:andesite1":0-15 -"chisel:andesite2" -"chisel:antiblock":0-15 -"chisel:arcane_stone":0-15 -"chisel:arcane_stone1":0-15 -"chisel:arcane_stone2" -"chisel:basalt":0-15 -"chisel:basalt1":0-9 -"chisel:basalt2":0-7 -"chisel:block_charcoal":0-15 -"chisel:block_charcoal1":0-15 -"chisel:block_charcoal2":0-1 -"chisel:block_coal":0-15 -"chisel:block_coal1":0-15 -"chisel:block_coal2":0-1 -"chisel:block_coal_coke":0-15 -"chisel:block_coal_coke1":0-15 -"chisel:block_coal_coke2":0-1 -"chisel:blockaluminum":0-6 -"chisel:blockbronze":0-6 -"chisel:blockcobalt":0-6 -"chisel:blockcopper":0-6 -"chisel:blockelectrum":0-6 -"chisel:blockgold":0-6 -"chisel:blockinvar":0-6 -"chisel:blockiron":0-6 -"chisel:blocklead":0-6 -"chisel:blocknickel":0-6 -"chisel:blockplatinum":0-6 -"chisel:blocksilver":0-6 -"chisel:blocksteel":0-6 -"chisel:blocktin":0-6 -"chisel:blockuranium":0-6 -"chisel:bloodmagic":0-5 -"chisel:bookshelf_acacia":0-9 -"chisel:bookshelf_birch":0-9 -"chisel:bookshelf_darkoak":0-9 -"chisel:bookshelf_jungle":0-9 -"chisel:bookshelf_oak":0-9 -"chisel:bookshelf_spruce":0-9 -"chisel:bricks":0-15 -"chisel:bricks1":0-9 -"chisel:bricks2":0-5 -"chisel:brownstone":0-9 -"chisel:cloud":0-4 -"chisel:cobblestone":0-15 -"chisel:cobblestone1":0-9 -"chisel:cobblestone2":0-9 -"chisel:cobblestonemossy":0-15 -"chisel:cobblestonemossy1":0-15 -"chisel:cobblestonemossy2" -"chisel:concrete_black":0-15 -"chisel:concrete_black1":0-15 -"chisel:concrete_black2" -"chisel:concrete_blue":0-15 -"chisel:concrete_blue1":0-15 -"chisel:concrete_blue2" -"chisel:concrete_brown":0-15 -"chisel:concrete_brown1":0-15 -"chisel:concrete_brown2" -"chisel:concrete_cyan":0-15 -"chisel:concrete_cyan1":0-15 -"chisel:concrete_cyan2" -"chisel:concrete_gray":0-15 -"chisel:concrete_gray1":0-15 -"chisel:concrete_gray2" -"chisel:concrete_green":0-15 -"chisel:concrete_green1":0-15 -"chisel:concrete_green2" -"chisel:concrete_lightblue":0-15 -"chisel:concrete_lightblue1":0-15 -"chisel:concrete_lightblue2" -"chisel:concrete_lightgray":0-15 -"chisel:concrete_lightgray1":0-15 -"chisel:concrete_lightgray2" -"chisel:concrete_lime":0-15 -"chisel:concrete_lime1":0-15 -"chisel:concrete_lime2" -"chisel:concrete_magenta":0-15 -"chisel:concrete_magenta1":0-15 -"chisel:concrete_magenta2" -"chisel:concrete_orange":0-15 -"chisel:concrete_orange1":0-15 -"chisel:concrete_orange2" -"chisel:concrete_pink":0-15 -"chisel:concrete_pink1":0-15 -"chisel:concrete_pink2" -"chisel:concrete_purple":0-15 -"chisel:concrete_purple1":0-15 -"chisel:concrete_purple2" -"chisel:concrete_red":0-15 -"chisel:concrete_red1":0-15 -"chisel:concrete_red2" -"chisel:concrete_white":0-15 -"chisel:concrete_white1":0-15 -"chisel:concrete_white2" -"chisel:concrete_yellow":0-15 -"chisel:concrete_yellow1":0-15 -"chisel:concrete_yellow2" -"chisel:diorite":0-15 -"chisel:diorite1":0-15 -"chisel:diorite2" -"chisel:dirt":0-15 -"chisel:endstone":0-15 -"chisel:endstone1":0-9 -"chisel:endstone2":0-6 -"chisel:energizedvoidstone":0-7 -"chisel:factory":0-15 -"chisel:factory1":0-4 -"chisel:futura":0-5 -"chisel:glass":0-15 -"chisel:glassdyedblack":0-5 -"chisel:glassdyedblue":0-5 -"chisel:glassdyedbrown":0-5 -"chisel:glassdyedcyan":0-5 -"chisel:glassdyedgray":0-5 -"chisel:glassdyedgreen":0-5 -"chisel:glassdyedlightblue":0-5 -"chisel:glassdyedlightgray":0-5 -"chisel:glassdyedlime":0-5 -"chisel:glassdyedmagenta":0-5 -"chisel:glassdyedorange":0-5 -"chisel:glassdyedpink":0-5 -"chisel:glassdyedpurple":0-5 -"chisel:glassdyedred":0-5 -"chisel:glassdyedwhite":0-5 -"chisel:glassdyedyellow":0-5 -"chisel:glowstone":0-15 -"chisel:glowstone1":0-15 -"chisel:glowstone2" -"chisel:granite":0-15 -"chisel:granite1":0-15 -"chisel:granite2" -"chisel:hardenedclay":0-15 -"chisel:hardenedclay1":0-9 -"chisel:hardenedclay2":0-6 -"chisel:ice":0-15 -"chisel:ice1":0-15 -"chisel:ice2" -"chisel:icepillar":0-6 -"chisel:laboratory":0-15 -"chisel:lapis":0-8 -"chisel:lavastone":0-15 -"chisel:lavastone1":0-15 -"chisel:lavastone2" -"chisel:limestone":0-15 -"chisel:limestone1":0-9 -"chisel:limestone2":0-7 -"chisel:marble":0-15 -"chisel:marble1":0-9 -"chisel:marble2":0-7 -"chisel:marblepillar":0-15 -"chisel:netherbrick":0-15 -"chisel:paper":0-8 -"chisel:prismarine":0-15 -"chisel:prismarine1":0-9 -"chisel:prismarine2":0-5 -"chisel:purpur":0-15 -"chisel:purpur1":0-9 -"chisel:purpur2":0-4 -"chisel:quartz":0-15 -"chisel:quartz1":0-15 -"chisel:redstone":0-15 -"chisel:sandstone-scribbles":0-15 -"chisel:sandstonered":0-15 -"chisel:sandstonered1":0-9 -"chisel:sandstonered2":0-7 -"chisel:sandstoneyellow":0-15 -"chisel:sandstoneyellow1":0-9 -"chisel:sandstoneyellow2":0-7 -"chisel:stonebrick":0-15 -"chisel:stonebrick1":0-9 -"chisel:stonebrick2":0-9 -"chisel:technical":0-15 -"chisel:technical1":0-4 -"chisel:technicalnew":0-8 -"chisel:temple":0-15 -"chisel:templemossy":0-15 -"chisel:tyrian":0-15 -"chisel:valentines":0-9 -"chisel:voidstone":0-7 -"chisel:waterstone":0-15 -"chisel:waterstone1":0-15 -"chisel:waterstone2" -"chisel:wool_black":0-1 -"chisel:wool_blue":0-1 -"chisel:wool_brown":0-1 -"chisel:wool_cyan":0-1 -"chisel:wool_gray":0-1 -"chisel:wool_green":0-1 -"chisel:wool_lightblue":0-1 -"chisel:wool_lightgray":0-1 -"chisel:wool_lime":0-1 -"chisel:wool_magenta":0-1 -"chisel:wool_orange":0-1 -"chisel:wool_pink":0-1 -"chisel:wool_purple":0-1 -"chisel:wool_red":0-1 -"chisel:wool_white":0-1 -"chisel:wool_yellow":0-1 -"contenttweaker:abyssal_cap" -"contenttweaker:abyssal_flesh" -"contenttweaker:abyssal_wasteland_containment_stone" -"contenttweaker:accelerator_tube" -"contenttweaker:agate" -"contenttweaker:alchemical_crystal" -"contenttweaker:ancient_cavern_cap" -"contenttweaker:arc_reactor_coil" -"contenttweaker:awakened_electromagnet" -"contenttweaker:ayeraco_stone" -"contenttweaker:baphomet_altar_bricks" -"contenttweaker:baphomet_altar_stone" -"contenttweaker:barathos_cap" -"contenttweaker:bedrock_cobblestone" -"contenttweaker:bloodmaster_block" -"contenttweaker:borean_cap" -"contenttweaker:brightsteel_case" -"contenttweaker:brightsteel_conduit" -"contenttweaker:candy_block" -"contenttweaker:candyland_cap" -"contenttweaker:celeve_cap" -"contenttweaker:celian_block" -"contenttweaker:chaos_wood" -"contenttweaker:chaotic_bricks" -"contenttweaker:chaotic_stone" -"contenttweaker:charged_draconium_block" -"contenttweaker:collapser_casing" -"contenttweaker:collapser_conduit" -"contenttweaker:collecting_stone" -"contenttweaker:cosmic_fabric" -"contenttweaker:creeponian_cap" -"contenttweaker:crimson_quartz" -"contenttweaker:crystevia_cap" -"contenttweaker:crystevian_crystal" -"contenttweaker:dark_mithrillium_block" -"contenttweaker:dark_soul_machine_chassis" -"contenttweaker:darkstar_catalyst" -"contenttweaker:darkstar_stone" -"contenttweaker:deepland_cap" -"contenttweaker:defined_block" -"contenttweaker:defined_machine_case" -"contenttweaker:definer_casing" -"contenttweaker:demon_stone" -"contenttweaker:demonic_crystal_cluster" -"contenttweaker:destructive_crystal_cluster" -"contenttweaker:destructive_demon_alloy" -"contenttweaker:destructive_demon_eye" -"contenttweaker:destructive_stone_bricks" -"contenttweaker:diabetic_sentient_meatball" -"contenttweaker:draconic_machine_frame" -"contenttweaker:draconium_electromagnet" -"contenttweaker:dreaded_steel_block" -"contenttweaker:dreadlands_containment_stone" -"contenttweaker:dustopia_cap" -"contenttweaker:dyson_beam" -"contenttweaker:dyson_collector" -"contenttweaker:dyson_compressor" -"contenttweaker:dyson_conduit" -"contenttweaker:dyson_shell" -"contenttweaker:empowered_mazestone" -"contenttweaker:ender_dolomite" -"contenttweaker:energy_hive" -"contenttweaker:eternal_tulite" -"contenttweaker:everburner" -"contenttweaker:experiment_casing" -"contenttweaker:feldspar" -"contenttweaker:fiery_pyrite" -"contenttweaker:fluix_etcher" -"contenttweaker:gaia_spirit_block" -"contenttweaker:garden_block" -"contenttweaker:gardencia_cap" -"contenttweaker:gravitite_stone" -"contenttweaker:gravity_inverter" -"contenttweaker:greckon_cap" -"contenttweaker:haven_block" -"contenttweaker:haven_cap" -"contenttweaker:headstone" -"contenttweaker:herne_altar_stone" -"contenttweaker:high_energy_ray_collector" -"contenttweaker:highly_advanced_machine_casing" -"contenttweaker:hint_of_insanity" -"contenttweaker:hohlraum" -"contenttweaker:holographic_ore" -"contenttweaker:horizon_stabilizer" -"contenttweaker:ichor" -"contenttweaker:ichorium_catalyst" -"contenttweaker:icy_bricks" -"contenttweaker:icy_gateway" -"contenttweaker:icy_stone" -"contenttweaker:icy_tiles" -"contenttweaker:immortallis_cap" -"contenttweaker:inertial_laser_projector" -"contenttweaker:infinity_dyson_conduit" -"contenttweaker:infinity_furnace_bricks" -"contenttweaker:infusion_catalyst" -"contenttweaker:innerved_sky_stone" -"contenttweaker:iromine_block" -"contenttweaker:iromine_cap" -"contenttweaker:irradiated_filler" -"contenttweaker:irradiator_casing" -"contenttweaker:leaves_of_life" -"contenttweaker:lelyetian_cap" -"contenttweaker:lilith_altar_bricks" -"contenttweaker:lilith_altar_stone" -"contenttweaker:linear_accelerator_tube" -"contenttweaker:living_gold" -"contenttweaker:lunalus_cap" -"contenttweaker:master_rune_box" -"contenttweaker:matrix_ore" -"contenttweaker:metagabbro" -"contenttweaker:miniature_black_hole" -"contenttweaker:miniature_pulsar" -"contenttweaker:miniature_star" -"contenttweaker:mithrillium_catalyst" -"contenttweaker:moloch_altar_bricks" -"contenttweaker:moloch_altar_stone" -"contenttweaker:muon_extractor" -"contenttweaker:myrmitite_casing" -"contenttweaker:mysterium_block" -"contenttweaker:mysterium_cap" -"contenttweaker:mythic_coil_t1" -"contenttweaker:mythic_coil_t2" -"contenttweaker:mythic_coil_t3" -"contenttweaker:mythic_excavation_computer" -"contenttweaker:mythic_excavation_engine" -"contenttweaker:mythic_excavation_reactor" -"contenttweaker:mythic_machine_case" -"contenttweaker:naquadah_catalyst" -"contenttweaker:nethersky_amber" -"contenttweaker:neutronium_bombarder" -"contenttweaker:neutronium_cannon" -"contenttweaker:neutronium_casing" -"contenttweaker:nightmare_block" -"contenttweaker:nightmare_machine_case" -"contenttweaker:omothol_containment_stone" -"contenttweaker:onyx" -"contenttweaker:order_wood" -"contenttweaker:pink_marble" -"contenttweaker:plasma_collider" -"contenttweaker:plasma_injector" -"contenttweaker:plasma_wood" -"contenttweaker:precasian_cap" -"contenttweaker:psichic_stone" -"contenttweaker:purity_offer" -"contenttweaker:ragnarok_sigil" -"contenttweaker:rainbow_bricks" -"contenttweaker:recursive_meatball" -"contenttweaker:reinforced_shyre_bricks" -"contenttweaker:resonating_stone" -"contenttweaker:returning_point" -"contenttweaker:runador_cap" -"contenttweaker:runic_ore" -"contenttweaker:sacred_eucalyptus" -"contenttweaker:sacred_wood" -"contenttweaker:sednanite_ore" -"contenttweaker:sednanite_stabilizer" -"contenttweaker:sentient_factory_core" -"contenttweaker:sentient_meatball" -"contenttweaker:serpentine" -"contenttweaker:shielded_honey_bricks" -"contenttweaker:shining_sandstone" -"contenttweaker:shungite" -"contenttweaker:shyre_bricks" -"contenttweaker:sparkled_oak_planks" -"contenttweaker:steadfast_crystal_cluster" -"contenttweaker:steadfast_steel_molten" -"contenttweaker:stone_of_aura" -"contenttweaker:stone_of_the_wizard" -"contenttweaker:sub_block_holder_0" -"contenttweaker:sub_block_holder_1" -"contenttweaker:sub_block_holder_2":1-15 -"contenttweaker:tartarite_monolith" -"contenttweaker:titanium_iridium_coil" -"contenttweaker:travertine" -"contenttweaker:ultimate_ore" -"contenttweaker:ultracapacitor_bank" -"contenttweaker:unfathomable_stone" -"contenttweaker:unidentified_body" -"contenttweaker:vegetarian_sentient_meatball" -"contenttweaker:vengeful_crystal_cluster" -"contenttweaker:vengeful_stone_tiles" -"contenttweaker:vibranium_servo" -"contenttweaker:vibrating_stone" -"contenttweaker:vox_block" -"contenttweaker:voxponds_cap" -"contenttweaker:warped_stone" -"contenttweaker:well_defined_machine_case" -"contenttweaker:white_hole" -"dimdoors:ancient_fabric":0-15 -"dimdoors:fabric":0-15 -"dimdoors:unravelled_fabric" -"divinerpg:apalachia_block" -"divinerpg:apalachia_bricks" -"divinerpg:apalachia_leaves" -"divinerpg:apalachia_log" -"divinerpg:apalachia_planks" -"divinerpg:aqua_lamp" -"divinerpg:aquatonic_bricks" -"divinerpg:arcanium_block" -"divinerpg:arlemite_block" -"divinerpg:arlemite_bricks" -"divinerpg:arlemite_lamp" -"divinerpg:arlemite_minibricks" -"divinerpg:asphalt" -"divinerpg:bedrock_minibricks" -"divinerpg:black_steel" -"divinerpg:blaze_lamp" -"divinerpg:bloodgem_block" -"divinerpg:bloodgem_minibricks" -"divinerpg:blue_steel" -"divinerpg:blue_stone" -"divinerpg:blue_vane" -"divinerpg:bluefire_lamp" -"divinerpg:bright_red_steel" -"divinerpg:cell_lamp" -"divinerpg:coalstone" -"divinerpg:cyan_vane" -"divinerpg:dark_bridge" -"divinerpg:darkstone" -"divinerpg:darkstone_bricks" -"divinerpg:diamond_bricks" -"divinerpg:diamond_lamp" -"divinerpg:divine_lamp" -"divinerpg:divine_leaves" -"divinerpg:divine_log" -"divinerpg:divine_planks" -"divinerpg:draken_lamp" -"divinerpg:dream_lamp" -"divinerpg:dream_stone" -"divinerpg:dreamwood_leaves" -"divinerpg:dreamwood_log" -"divinerpg:dungeon_bookshelf" -"divinerpg:dungeon_lamp_breakable" -"divinerpg:eden_block" -"divinerpg:eden_bricks" -"divinerpg:eden_lamp" -"divinerpg:eden_leaves" -"divinerpg:eden_log" -"divinerpg:eden_planks" -"divinerpg:ender_lamp" -"divinerpg:ender_stone_lamp" -"divinerpg:eucalyptus_log" -"divinerpg:eucalyptus_planks" -"divinerpg:fancy_wool" -"divinerpg:fire_crystal" -"divinerpg:firelight" -"divinerpg:firewood_leaves" -"divinerpg:firewood_log" -"divinerpg:frosted_glass" -"divinerpg:frozen_log" -"divinerpg:frozen_planks" -"divinerpg:gold_bricks" -"divinerpg:gold_lamp" -"divinerpg:green_bricks" -"divinerpg:green_steel" -"divinerpg:hyrewood_leaves" -"divinerpg:hyrewood_log" -"divinerpg:ice_lamp" -"divinerpg:icy_bricks" -"divinerpg:iron_bricks" -"divinerpg:jungle_lamp" -"divinerpg:kraken_lamp" -"divinerpg:lapis_lazuli_bricks" -"divinerpg:lapis_lazuli_lamp" -"divinerpg:lava_bricks" -"divinerpg:lava_lamp" -"divinerpg:milk_stone_bricks" -"divinerpg:milky_lamp" -"divinerpg:minibricks" -"divinerpg:mintwood_leaves" -"divinerpg:mintwood_log" -"divinerpg:molten_lamp" -"divinerpg:mortum_block" -"divinerpg:mortum_bricks" -"divinerpg:mortum_leaves" -"divinerpg:mortum_log" -"divinerpg:mortum_planks" -"divinerpg:netherite_block" -"divinerpg:netherite_bricks" -"divinerpg:netherite_lamp" -"divinerpg:netherite_minibricks" -"divinerpg:orange_steel" -"divinerpg:pink_bricks" -"divinerpg:plank_design" -"divinerpg:purple_bricks" -"divinerpg:purple_steel" -"divinerpg:purple_vane" -"divinerpg:rainbow_wool" -"divinerpg:raw_arcanium" -"divinerpg:realmite_block" -"divinerpg:realmite_bricks" -"divinerpg:realmite_lamp" -"divinerpg:realmite_minibricks" -"divinerpg:red_steel" -"divinerpg:red_vane" -"divinerpg:redstone_bricks" -"divinerpg:redstone_ore_lamp" -"divinerpg:rupee_block" -"divinerpg:rupee_lamp" -"divinerpg:rupee_minibricks" -"divinerpg:skythern_block" -"divinerpg:skythern_bricks" -"divinerpg:skythern_leaves" -"divinerpg:skythern_log" -"divinerpg:skythern_planks" -"divinerpg:smooth_glass" -"divinerpg:snow_bricks" -"divinerpg:stained_glass" -"divinerpg:stained_glass2" -"divinerpg:stained_glass3" -"divinerpg:stained_glass4" -"divinerpg:stained_glass5" -"divinerpg:stained_glass6" -"divinerpg:stained_glass7" -"divinerpg:stained_glass8" -"divinerpg:teal_steel" -"divinerpg:terran_lamp" -"divinerpg:village_lamp" -"divinerpg:white_steel" -"divinerpg:wildwood_block" -"divinerpg:wildwood_bricks" -"divinerpg:wildwood_leaves" -"divinerpg:wildwood_log" -"divinerpg:wildwood_planks" -"divinerpg:workshop_bookcase" -"divinerpg:workshop_lamp" -"divinerpg:yellow_steel" -"divinerpg:yellow_vane" -"draconicevolution:draconic_block" -"draconicevolution:draconium_block":0-1 -"draconicevolution:infused_obsidian" -"ebwizardry:crystal_block":0-7 -"ebwizardry:gilded_wood":0-5 -"ebwizardry:runestone":1-7 -"enderio:block_alloy" -"enderio:block_alloy_endergy" -"enderio:block_decoration1":0-15 -"enderio:block_decoration2":0-15 -"enderio:block_decoration3":0-4 -"enderio:block_fused_glass":0-15 -"enderio:block_fused_quartz":0-15 -"enderio:block_infinity":0-2 -"enderio:block_reinforced_obsidian" -"environmentaltech:aethium" -"environmentaltech:aethium_bricks" -"environmentaltech:aethium_paver" -"environmentaltech:aethium_tiles" -"environmentaltech:erodium" -"environmentaltech:erodium_bricks" -"environmentaltech:erodium_paver" -"environmentaltech:erodium_tiles" -"environmentaltech:interconnect" -"environmentaltech:ionite" -"environmentaltech:ionite_bricks" -"environmentaltech:ionite_paver" -"environmentaltech:ionite_tiles" -"environmentaltech:kyronite" -"environmentaltech:kyronite_bricks" -"environmentaltech:kyronite_paver" -"environmentaltech:kyronite_tiles" -"environmentaltech:litherite" -"environmentaltech:litherite_bricks" -"environmentaltech:litherite_paver" -"environmentaltech:litherite_tiles" -"environmentaltech:lonsdaleite" -"environmentaltech:lonsdaleite_bricks" -"environmentaltech:lonsdaleite_paver" -"environmentaltech:lonsdaleite_tiles" -"environmentaltech:mica" -"environmentaltech:pladium" -"environmentaltech:pladium_bricks" -"environmentaltech:pladium_paver" -"environmentaltech:pladium_tiles" -"environmentaltech:structure_frame_1" -"environmentaltech:structure_frame_2" -"environmentaltech:structure_frame_3" -"environmentaltech:structure_frame_4" -"environmentaltech:structure_frame_5" -"environmentaltech:structure_frame_6" -"environmentaltech:structure_panel" -"environmentaltech:structure_panel_clear" -"erebus:amber" -"erebus:amber_bricks" -"erebus:amber_glass" -"erebus:dark_capped_mushroom_block" -"erebus:dust" -"erebus:dutch_cap_mushroom_block" -"erebus:giant_flower":0-15 -"erebus:giant_flower_stigma":0-14 -"erebus:gneiss":0-6 -"erebus:grandmas_shoes_mushroom_block" -"erebus:jade_block" -"erebus:kaizers_fingers_mushroom_block" -"erebus:leaves_asper" -"erebus:leaves_balsam" -"erebus:leaves_baobab" -"erebus:leaves_cypress" -"erebus:leaves_eucalyptus" -"erebus:leaves_mahogany" -"erebus:leaves_marshwood" -"erebus:leaves_mossbark" -"erebus:log_asper" -"erebus:log_balsam" -"erebus:log_balsam_resinless" -"erebus:log_bamboo" -"erebus:log_baobab" -"erebus:log_cypress" -"erebus:log_eucalyptus" -"erebus:log_mahogany" -"erebus:log_marshwood" -"erebus:log_mossbark" -"erebus:log_rotten" -"erebus:log_scorched" -"erebus:mir_brick" -"erebus:mud" -"erebus:mud_brick" -"erebus:ore_diamond" -"erebus:ore_encrusted_diamond" -"erebus:petrified_bark_brown" -"erebus:petrified_bark_red" -"erebus:petrified_log_inner" -"erebus:petrified_wood_rock" -"erebus:petrified_wood_rock_2" -"erebus:petrified_wood_rock_3" -"erebus:petrified_wood_rock_4" -"erebus:petrified_wood_rock_5" -"erebus:petrified_wood_rock_6" -"erebus:planks":0-12 -"erebus:planks_petrified_wood" -"erebus:red_gem":0-2 -"erebus:sarcastic_czech_mushroom_block" -"erebus:temple_brick" -"erebus:temple_pillar" -"erebus:temple_tile" -"erebus:umberpaver":0-2 -"erebus:umberstone":0-6 -"erebus:volcanic_rock" -"extendedcrafting:storage":0-7 -"extendedcrafting:trimmed":0-5 -"extrabotany:blockorichalcos" -"extrabotany:blockphotonium" -"extrabotany:blockshadowium" -"extratrees:leaves.decorative.0":0-15 -"extratrees:leaves.decorative.1":0-15 -"extratrees:leaves.decorative.2":0-15 -"extratrees:leaves.decorative.3":0-15 -"extratrees:leaves.decorative.4":0-15 -"extratrees:leaves.decorative.5":0-15 -"extratrees:leaves.decorative.6" -"extratrees:logs.0":0-3 -"extratrees:logs.1":0-3 -"extratrees:logs.2":0-3 -"extratrees:logs.3":0-3 -"extratrees:logs.4":0-3 -"extratrees:logs.5":0-3 -"extratrees:logs.6":0-3 -"extratrees:logs.7":0-3 -"extratrees:logs.8":0-3 -"extratrees:logs.9":0-3 -"extratrees:logs.fireproof.0":0-3 -"extratrees:logs.fireproof.1":0-3 -"extratrees:logs.fireproof.2":0-3 -"extratrees:logs.fireproof.3":0-3 -"extratrees:logs.fireproof.4":0-3 -"extratrees:logs.fireproof.5":0-3 -"extratrees:logs.fireproof.6":0-3 -"extratrees:logs.fireproof.7":0-3 -"extratrees:logs.fireproof.8":0-3 -"extratrees:logs.fireproof.9":0-3 -"extratrees:planks.0":0-15 -"extratrees:planks.1":0-15 -"extratrees:planks.2":0-3 -"extratrees:planks.fireproof.0":0-15 -"extratrees:planks.fireproof.1":0-15 -"extratrees:planks.fireproof.2":0-3 -"extrautils2:decorativebedrock":0-2 -"extrautils2:decorativeglass":0-5 -"extrautils2:decorativesolid":0-8 -"extrautils2:decorativesolidwood":0-2 -"extrautils2:ironwood_leaves":0-1 -"extrautils2:ironwood_log":0-1 -"extrautils2:ironwood_planks":0-1 -"extrautils2:simpledecorative":0-2 -"forestry:ash_block_0" -"forestry:ash_block_1" -"forestry:ash_block_2" -"forestry:ash_block_3" -"forestry:ash_brick" -"forestry:humus" -"forestry:leaves.decorative.0":0-15 -"forestry:leaves.decorative.1":0-15 -"forestry:leaves.decorative.2":0-2 -"forestry:loam" -"forestry:logs.0":0-3 -"forestry:logs.1":0-3 -"forestry:logs.2":0-3 -"forestry:logs.3":0-3 -"forestry:logs.4":0-3 -"forestry:logs.5":0-3 -"forestry:logs.6":0-3 -"forestry:logs.7" -"forestry:logs.fireproof.0":0-3 -"forestry:logs.fireproof.1":0-3 -"forestry:logs.fireproof.2":0-3 -"forestry:logs.fireproof.3":0-3 -"forestry:logs.fireproof.4":0-3 -"forestry:logs.fireproof.5":0-3 -"forestry:logs.fireproof.6":0-3 -"forestry:logs.fireproof.7" -"forestry:logs.vanilla.fireproof.0":0-3 -"forestry:logs.vanilla.fireproof.1":0-1 -"forestry:planks.0":0-15 -"forestry:planks.1":0-12 -"forestry:planks.fireproof.0":0-15 -"forestry:planks.fireproof.1":0-12 -"forestry:planks.vanilla.fireproof.0":0-5 -"forestry:resource_storage":0-3 -"iceandfire:amythest_block" -"iceandfire:copper_block" -"iceandfire:crackled_stone" -"iceandfire:dragon_bone_block" -"iceandfire:dragonforge_fire_brick" -"iceandfire:dragonforge_ice_brick" -"iceandfire:dragonforge_lightning_brick" -"iceandfire:dragonscale_amythest" -"iceandfire:dragonscale_black" -"iceandfire:dragonscale_blue" -"iceandfire:dragonscale_bronze" -"iceandfire:dragonscale_copper" -"iceandfire:dragonscale_electric" -"iceandfire:dragonscale_gray" -"iceandfire:dragonscale_green" -"iceandfire:dragonscale_red" -"iceandfire:dragonscale_sapphire" -"iceandfire:dragonscale_silver" -"iceandfire:dragonscale_white" -"iceandfire:dragonsteel_fire_block" -"iceandfire:dragonsteel_ice_block" -"iceandfire:dragonsteel_lightning_block" -"iceandfire:dread_stone" -"iceandfire:dread_stone_bricks" -"iceandfire:dread_stone_bricks_chiseled" -"iceandfire:dread_stone_bricks_cracked" -"iceandfire:dread_stone_bricks_mossy" -"iceandfire:dreadwood_log" -"iceandfire:dreadwood_planks" -"iceandfire:myrmex_desert_resin_block" -"iceandfire:myrmex_desert_resin_glass" -"iceandfire:myrmex_jungle_resin_block" -"iceandfire:myrmex_jungle_resin_glass" -"iceandfire:myrmex_resin_sticky":0-1 -"iceandfire:sapphire_block" -"iceandfire:sea_serpent_scale_block_blue" -"iceandfire:sea_serpent_scale_block_bronze" -"iceandfire:sea_serpent_scale_block_deepblue" -"iceandfire:sea_serpent_scale_block_green" -"iceandfire:sea_serpent_scale_block_purple" -"iceandfire:sea_serpent_scale_block_red" -"iceandfire:sea_serpent_scale_block_teal" -"iceandfire:silver_block" -"immersiveengineering:metal_decoration0":0-7 -"immersiveengineering:metal_decoration1":0-7 -"immersiveengineering:metal_decoration2":0,1,2,3,4,5,7,8 -"immersiveengineering:metal_decoration2":0-8 -"immersiveengineering:sheetmetal":0-10 -"immersiveengineering:stone_decoration":0,1,2,3,4,5,6,7,8,10 -"immersiveengineering:stone_decoration":0-10 -"immersiveengineering:storage":0-8 -"immersiveengineering:treated_wood":0-2 -"immersiveengineering:wooden_decoration":0-1 -"immersivepetroleum:stone_decoration" -"integrateddynamics:crystalized_chorus_block" -"integrateddynamics:crystalized_chorus_brick" -"integrateddynamics:crystalized_menril_block" -"integrateddynamics:crystalized_menril_brick" -"integrateddynamics:menril_leaves" -"integrateddynamics:menril_log" -"integrateddynamics:menril_log_filled" -"integrateddynamics:menril_planks" -"libvulpes:coil0":2,4,7,9,10 -"libvulpes:coil0":2-10 -"libvulpes:metal0":4,5,6,7,9,10 -"libvulpes:metal0":4-10 -"minecraft:concrete":0-15 -"mowziesmobs:painted_acacia" -"mysticalagradditions:special":0,1,4,5 -"mysticalagradditions:special":0-5 -"mysticalagradditions:storage":0-2 -"mysticalagriculture:ingot_storage":0-6 -"mysticalagriculture:soulstone":0-6 -"mysticalagriculture:storage":0-5 -"natura:colored_grass":0-2 -"natura:nether_bookshelves":0-3 -"natura:nether_glass":0-1 -"natura:nether_heat_sand" -"natura:nether_leaves":0-2 -"natura:nether_leaves2":0-2 -"natura:nether_logs":0-2 -"natura:nether_logs2":0,15 -"natura:nether_logs2":0-15 -"natura:nether_planks":0-3 -"natura:overworld_bookshelves":0-8 -"natura:overworld_leaves":0-3 -"natura:overworld_leaves2":0-3 -"natura:overworld_logs":0-3 -"natura:overworld_logs2":0-3 -"natura:overworld_planks":0-8 -"nuclearcraft:block_depleted_americium" -"nuclearcraft:block_depleted_berkelium" -"nuclearcraft:block_depleted_californium" -"nuclearcraft:block_depleted_curium" -"nuclearcraft:block_depleted_neptunium" -"nuclearcraft:block_depleted_plutonium" -"nuclearcraft:block_depleted_thorium" -"nuclearcraft:block_depleted_uranium" -"nuclearcraft:block_ice" -"nuclearcraft:fission_block":0-1 -"nuclearcraft:ingot_block":0-13 -"openblocks:sky" -"plustic:alumiteblock" -"plustic:mirionblock" -"projecte:fuel_block":0-2 -"projecte:matter_block":0-1 -"projectred-exploration:stone":0-11 -"projectred-illumination:lamp":0-31 -"railcraft:brick_abyssal":0-5 -"railcraft:brick_andesite":0,1,3,4,5,6 -"railcraft:brick_andesite":0-6 -"railcraft:brick_bleachedbone":0-5 -"railcraft:brick_bloodstained":0-5 -"railcraft:brick_diorite":0,1,3,4,4,5 -"railcraft:brick_diorite":0-5 -"railcraft:brick_frostbound":0-5 -"railcraft:brick_granite":0-5 -"railcraft:brick_infernal":0-5 -"railcraft:brick_nether":0-5 -"railcraft:brick_pearlized":0-5 -"railcraft:brick_quarried":0-5 -"railcraft:brick_red_nether":0-5 -"railcraft:brick_red_sandy":0-5 -"railcraft:brick_sandy":0-5 -"railcraft:generic":5-9 -"railcraft:glass":0-15 -"railcraft:metal":0-9 -"railcraft:reinforced_concrete":0-15 -"randomthings:biomeglass" -"randomthings:biomestone":0-4 -"randomthings:coloredgrass":0-15 -"randomthings:lapislamp" -"randomthings:luminousblock":0-15 -"randomthings:luminousstainedbrick":0-15 -"randomthings:quartzlamp" -"randomthings:rainbowlamp" -"randomthings:spectreleaf" -"randomthings:spectrelog" -"randomthings:spectreplank" -"randomthings:stainedbrick":0-15 -"redstonearsenal:storage":0-1 -"rftoolsdim:dimensional_blank_block" -"rftoolsdim:dimensional_block" -"rftoolsdim:dimensional_cross2_block" -"rftoolsdim:dimensional_cross_block" -"rftoolsdim:dimensional_pattern1_block" -"rftoolsdim:dimensional_pattern2_block" -"rftoolsdim:dimensional_small_blocks" -"tconstruct:brownstone":0-11 -"tconstruct:clear_glass" -"tconstruct:clear_stained_glass":0-15 -"tconstruct:deco_ground" -"tconstruct:dried_clay":0-1 -"tconstruct:firewood":0-1 -"tconstruct:metal":0-6 -"tconstruct:seared":0-11 -"tconstruct:seared_glass" -"techreborn:machine_frame":0-2 -"techreborn:reinforced_glass" -"techreborn:rubber_leaves" -"techreborn:rubber_log" -"techreborn:rubber_planks" -"techreborn:storage":0-14 -"techreborn:storage2":0-10 -"tfspellpack:gilded_canopy_wood" -"tfspellpack:gilded_darkwood" -"tfspellpack:gilded_mangrove_wood" -"tfspellpack:gilded_minewood" -"tfspellpack:gilded_sortingwood" -"tfspellpack:gilded_timewood" -"tfspellpack:gilded_transwood" -"tfspellpack:gilded_twilight_oak_wood" -"thaumadditions:adaminite_block" -"thaumadditions:amber_lamp" -"thaumadditions:brass_plated_silverwood" -"thaumadditions:chiseled_amber_block" -"thaumadditions:chiseled_greatwood" -"thaumadditions:iron_framed_greatwood" -"thaumadditions:mithminite_block" -"thaumadditions:mithrillium_block" -"thaumadditions:taintwood_planks" -"thaumcraft:amber_block" -"thaumcraft:amber_brick" -"thaumcraft:flesh_block" -"thaumcraft:leaves_greatwood" -"thaumcraft:leaves_silverwood" -"thaumcraft:log_greatwood" -"thaumcraft:log_silverwood" -"thaumcraft:matrix_cost" -"thaumcraft:matrix_speed" -"thaumcraft:metal_alchemical" -"thaumcraft:metal_alchemical_advanced" -"thaumcraft:metal_brass" -"thaumcraft:metal_thaumium" -"thaumcraft:metal_void" -"thaumcraft:ore_amber" -"thaumcraft:ore_cinnabar" -"thaumcraft:ore_quartz" -"thaumcraft:paving_stone_barrier" -"thaumcraft:paving_stone_travel" -"thaumcraft:plank_greatwood" -"thaumcraft:plank_silverwood" -"thaumcraft:stone_ancient" -"thaumcraft:stone_ancient_doorway" -"thaumcraft:stone_ancient_glyphed" -"thaumcraft:stone_ancient_rock" -"thaumcraft:stone_ancient_tile" -"thaumcraft:stone_arcane" -"thaumcraft:stone_arcane_brick" -"thaumcraft:stone_eldritch_tile" -"thaumcraft:stone_porous" -"thaumicaugmentation:fortified_glass" -"thaumicaugmentation:stone":0-11 -"thaumictinkerer:black_quartz_block" -"thebetweenlands:angry_betweenstone" -"thebetweenlands:aqua_middle_gem_block" -"thebetweenlands:betweenstone" -"thebetweenlands:betweenstone_bricks" -"thebetweenlands:betweenstone_chiseled" -"thebetweenlands:betweenstone_pillar" -"thebetweenlands:betweenstone_tiles" -"thebetweenlands:black_ice" -"thebetweenlands:bulb_capped_mushroom_cap" -"thebetweenlands:bulb_capped_mushroom_stalk" -"thebetweenlands:coarse_swamp_dirt" -"thebetweenlands:compacted_mud" -"thebetweenlands:compacted_mud_mirage" -"thebetweenlands:compost_block" -"thebetweenlands:cracked_betweenstone_bricks" -"thebetweenlands:cracked_betweenstone_tiles" -"thebetweenlands:cracked_limestone_bricks" -"thebetweenlands:cragrock":0-2 -"thebetweenlands:cragrock_bricks" -"thebetweenlands:cragrock_bricks_cracked" -"thebetweenlands:cragrock_bricks_mossy" -"thebetweenlands:cragrock_chiseled" -"thebetweenlands:cragrock_chiseled_cracked" -"thebetweenlands:cragrock_chiseled_mossy" -"thebetweenlands:cragrock_pillar" -"thebetweenlands:cragrock_tiles" -"thebetweenlands:cragrock_tiles_cracked" -"thebetweenlands:cragrock_tiles_mossy" -"thebetweenlands:crimson_middle_gem_block" -"thebetweenlands:deep_water_coral_block" -"thebetweenlands:dentrothyst":0-1 -"thebetweenlands:druid_stone_1" -"thebetweenlands:druid_stone_2" -"thebetweenlands:druid_stone_3" -"thebetweenlands:druid_stone_4" -"thebetweenlands:druid_stone_5" -"thebetweenlands:druid_stone_6" -"thebetweenlands:filtered_silt" -"thebetweenlands:filtered_silt_glass" -"thebetweenlands:generic_stone" -"thebetweenlands:giant_root" -"thebetweenlands:giant_root_planks" -"thebetweenlands:glowing_betweenstone_tile" -"thebetweenlands:glowing_smooth_cragrock" -"thebetweenlands:green_middle_gem_block" -"thebetweenlands:hearthgrove_planks" -"thebetweenlands:inactive_glowing_smooth_cragrock" -"thebetweenlands:leaves_hearthgrove_tree" -"thebetweenlands:leaves_nibbletwig_tree" -"thebetweenlands:leaves_rubber_tree" -"thebetweenlands:limestone_bricks" -"thebetweenlands:limestone_chiseled" -"thebetweenlands:limestone_pillar" -"thebetweenlands:limestone_tiles" -"thebetweenlands:log_hearthgrove":1,3,5,7 -"thebetweenlands:log_hearthgrove":1-7 -"thebetweenlands:log_nibbletwig":0,12 -"thebetweenlands:log_nibbletwig":0-12 -"thebetweenlands:log_rotten_bark" -"thebetweenlands:log_rotten_bark_carved_1" -"thebetweenlands:log_rotten_bark_carved_10" -"thebetweenlands:log_rotten_bark_carved_11" -"thebetweenlands:log_rotten_bark_carved_12" -"thebetweenlands:log_rotten_bark_carved_13" -"thebetweenlands:log_rotten_bark_carved_14" -"thebetweenlands:log_rotten_bark_carved_15" -"thebetweenlands:log_rotten_bark_carved_16" -"thebetweenlands:log_rotten_bark_carved_2" -"thebetweenlands:log_rotten_bark_carved_3" -"thebetweenlands:log_rotten_bark_carved_4" -"thebetweenlands:log_rotten_bark_carved_5" -"thebetweenlands:log_rotten_bark_carved_6" -"thebetweenlands:log_rotten_bark_carved_7" -"thebetweenlands:log_rotten_bark_carved_8" -"thebetweenlands:log_rotten_bark_carved_9" -"thebetweenlands:log_sap":0,12 -"thebetweenlands:log_sap":0-12 -"thebetweenlands:log_spirit_tree":0,12 -"thebetweenlands:log_spirit_tree":0-12 -"thebetweenlands:log_weedwood":0,12 -"thebetweenlands:log_weedwood":0-12 -"thebetweenlands:lyestone" -"thebetweenlands:mire_coral_block" -"thebetweenlands:mossy_betweenstone_bricks" -"thebetweenlands:mossy_betweenstone_tiles" -"thebetweenlands:mossy_limestone_bricks" -"thebetweenlands:mossy_smooth_betweenstone" -"thebetweenlands:mud" -"thebetweenlands:mud_bricks" -"thebetweenlands:mud_bricks_carved":0-13 -"thebetweenlands:mud_tiles":0-3 -"thebetweenlands:nibbletwig_planks" -"thebetweenlands:octine_block" -"thebetweenlands:pearl_block" -"thebetweenlands:peat" -"thebetweenlands:pitstone" -"thebetweenlands:pitstone_bricks" -"thebetweenlands:pitstone_chiseled" -"thebetweenlands:pitstone_pillar" -"thebetweenlands:pitstone_tiles" -"thebetweenlands:polished_dentrothyst":0-1 -"thebetweenlands:polished_limestone" -"thebetweenlands:rotten_planks" -"thebetweenlands:rubber_block" -"thebetweenlands:rubber_tree_planks" -"thebetweenlands:scabyst_block" -"thebetweenlands:scabyst_bricks" -"thebetweenlands:scabyst_chiseled_1" -"thebetweenlands:scabyst_chiseled_2" -"thebetweenlands:scabyst_chiseled_3" -"thebetweenlands:scabyst_pitstone_dotted" -"thebetweenlands:scabyst_pitstone_horizontal" -"thebetweenlands:shelf_fungus" -"thebetweenlands:silt" -"thebetweenlands:silt_glass" -"thebetweenlands:smooth_betweenstone" -"thebetweenlands:smooth_cragrock" -"thebetweenlands:smooth_pitstone" -"thebetweenlands:sulfur_block" -"thebetweenlands:syrmorite_block" -"thebetweenlands:temple_bricks" -"thebetweenlands:temple_pillar" -"thebetweenlands:valonite_block" -"thebetweenlands:weedwood" -"thebetweenlands:weedwood_planks" -"thermalfoundation:glass":0-8 -"thermalfoundation:glass_alloy":0-7 -"thermalfoundation:rockwool":0-15 -"thermalfoundation:storage":0-8 -"thermalfoundation:storage_alloy":0-7 -"tinker_io:what_a_beautiful_block" -"tombstone:dark_marble" -"twilightforest:aurora_block" -"twilightforest:aurora_pillar" -"twilightforest:auroralized_glass" -"twilightforest:block_storage":0-4 -"twilightforest:canopy_planks" -"twilightforest:castle_brick":0-5 -"twilightforest:castle_door":0-3 -"twilightforest:castle_pillar":0-3 -"twilightforest:castle_rune_brick":0-3 -"twilightforest:cinder_log" -"twilightforest:dark_leaves" -"twilightforest:dark_planks" -"twilightforest:deadrock":0-2 -"twilightforest:etched_nagastone" -"twilightforest:etched_nagastone_mossy" -"twilightforest:etched_nagastone_weathered" -"twilightforest:knightmetal_block" -"twilightforest:magic_leaves":0-3 -"twilightforest:magic_log":0-3 -"twilightforest:mangrove_planks" -"twilightforest:maze_stone":0-7 -"twilightforest:mine_planks" -"twilightforest:naga_stone":0-1 -"twilightforest:nagastone_pillar" -"twilightforest:nagastone_pillar_mossy" -"twilightforest:nagastone_pillar_weathered" -"twilightforest:sort_planks" -"twilightforest:spiral_bricks" -"twilightforest:time_planks" -"twilightforest:tower_wood":0-4 -"twilightforest:trans_planks" -"twilightforest:twilight_leaves":0-3 -"twilightforest:twilight_leaves_3":0-1 -"twilightforest:twilight_log":0-3 -"twilightforest:twilight_oak_planks" -"twilightforest:underbrick":0-3 -"woot:soulstone" -"woot:stygianiron" -"xtones:agon":0-15 -"xtones:azur":0-15 -"xtones:base":0-15 -"xtones:bitt":0-15 -"xtones:cray":0-15 -"xtones:fort":0-15 -"xtones:glaxx":0-15 -"xtones:iszm":0-15 -"xtones:jelt":0-15 -"xtones:korp":0-15 -"xtones:kryp":0-15 -"xtones:lair":0-15 -"xtones:lamp_flat" -"xtones:lave":0-15 -"xtones:mint":0-15 -"xtones:myst":0-15 -"xtones:reds":0-15 -"xtones:reed":0-15 -"xtones:roen":0-15 -"xtones:sols":0-15 -"xtones:sync":0-15 -"xtones:tank":0-15 -"xtones:vect":0-15 -"xtones:vena":0-15 -"xtones:zane":0-15 -"xtones:zech":0-15 -"xtones:zest":0-15 -"xtones:zeta":0-15 -"xtones:zion":0-15 -"xtones:zkul":0-15 -"xtones:zoea":0-15 -"xtones:zome":0-15 -"xtones:zone":0-15 -"xtones:zorg":0-15 -"xtones:ztyl":0-15 -"xtones:zyth":0-15 - diff --git a/config - Copy/mightyenderchicken.cfg b/config - Copy/mightyenderchicken.cfg deleted file mode 100644 index d0509343..00000000 --- a/config - Copy/mightyenderchicken.cfg +++ /dev/null @@ -1,145 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# These options are general options that don't fit any other category. -########################################################################################################## - -general { - # Enable chaos chicken boss music? [range: 0 ~ 1, default: 1] - I:chaosChickenBossMusic=1 - - # The Chaos Chicken has some special damages that pierces armor. This is a multiplier for it. (in %) [range: 1 ~ 2147483647, default: 400] - I:chaosChickenDamageMultiplier=400 - - # What is the skill chance multiplier for the Chaos Chicken? (in %) [range: 1 ~ 2147483647, default: 120] - I:chaosChickenSkillChanceMultiplier=120 - - # What are the enabled skills for the Chaos Chicken [default: [charging], [clearArea], [clearEntities], [laser], [regenForcefield], [strafingRun]] - S:chaosChickenSkillSet < - charging - clearArea - clearEntities - laser - regenForcefield - strafingRun - > - - # This item spawns the chaos chicken. Mod items are supported. [default: minecraft:dragon_egg] - S:chaosChickenSpawnItem=minecraft:dragon_egg - - # At what distance should the charge cancel? (in blocks) [range: 5 ~ 2147483647, default: 64] - I:chargeDistanceCancel=64 - - # What should the charging warn time be for the chicken (when smoke is emitting from the bill) (in ticks) [range: 10 ~ 600, default: 65] - I:chargeWarnTime=65 - - # What is the chance of the chicken charging? (in 0.1%) [range: 0 ~ 1000, default: 15] - I:chargingChance=15 - - # Do the chickens chunkload? [range: 0 ~ 1, default: 1] - I:chickensChunkload=0 - - # Are the chickens immune to fire? [range: 0 ~ 1, default: 1] - I:chickensImmuneToFire=1 - - # What is the chance of the chicken to clear the area? (in 0.1%) [range: 0 ~ 1000, default: 50] - I:clearAreaChance=50 - - # The clear area ability uses a custom explosion class. The ExplosionEvent.Detonate event will only be fired if this is turned on. FTBUtilities requires this event to protect against explosions. Bear in mind, I am triggering this explosion when the chicken thinks it is stuck. If FTBUtilities prevents the blocks from being destroyed by this explosion, the chicken will get trapped in an explosion loop. [range: 0 ~ 1, default: 0] - I:clearAreaExplosionEventTrigger=0 - - # Scale of the egg bomb's explosion (in %) [range: 1 ~ 2147483647, default: 100] - I:eggBombExplosionScale=100 - - # How long should the egg bomb be alive for, maximum (in ticks) [range: 1 ~ 2147483647, default: 100] - I:eggBombMaxAge=100 - - # How long should the egg bomb be alive for, minimum (in ticks) [range: 1 ~ 2147483647, default: 60] - I:eggBombMinAge=60 - - # Speed of the egg bomb in flight [range: 1 ~ 2147483647, default: 50] - I:eggBombSpeed=50 - - # Number of breaks the chicken requires to break out of the egg [range: 1 ~ 10, default: 4] - I:eggBreaksRequired=4 - - # What are the enabled skills for the Ender Chicken [default: [charging], [clearArea], [clearEntities], [laser], [ffRetaliate], [spinning]] - S:enderChickenSkillSet < - charging - clearArea - clearEntities - laser - ffRetaliate - spinning - > - - # This item spawns the ender chicken. Mod items are supported. [default: minecraft:egg] - S:enderChickenSpawnItem=minecraft:egg - - # What is the chance of the chicken flapping to push away entities? (in 0.1%) [range: 0 ~ 1000, default: 300] - I:flapChance=300 - - # What item should be used to break the forcefield. Use "null" to allow any melee attack to break it. [default: null] - S:forcefieldBreakItem=null - - # What should the health of the Chaos Chicken be? (x scale) [range: 1 ~ 2147483647, default: 140] - I:healthChaosChicken=140 - - # What should the health of the Ender Chicken be? (x scale) [range: 1 ~ 2147483647, default: 20] - I:healthEnderChicken=20 - - # What is the chance of the chicken firing its laser? (in 0.1%) [range: 0 ~ 1000, default: 15] - I:laserChance=15 - - # Does the chickens' laser spawn dragon's breath? [range: 0 ~ 1, default: 1] - I:laserSpawnsDragonsBreath=1 - - # Maximum number of skills that the Ender Chicken can use at once. (The Chaos Chicken has no cap) [range: 0 ~ 2147483647, default: 2] - I:maxSkillsAtOnce=2 - - # The minimum number of hits required to kill the chicken. [range: 1 ~ 2147483647, default: 8] - I:minHitsRequired=8 - - # What is the chance of the chicken to regenerate its forcefield? (in 0.1%) [range: 0 ~ 1000, default: 4] - I:regenerateForcefieldChance=4 - - # What is the cooldown before the chicken can try and regenerate its forcefield? (in ticks) [range: 1 ~ 2147483647, default: 60] - I:regenerateForcefieldCooldown=60 - - # What should the scale of the Chaos Chicken be? (x 0.1) [range: 1 ~ 200, default: 140] - I:scaleChaosChicken=140 - - # What should the scale of the Ender Chicken be? (x 0.1) [range: 1 ~ 200, default: 100] - I:scaleEnderChicken=100 - - # Should the chicken only be allowed to spawn in a specific dimension? [range: 0 ~ 1, default: 0] - I:spawnSpecificDimension=0 - - # The specific dimension for the chicken to be spawned in. [range: -2147483648 ~ 2147483647, default: -8] - I:spawnSpecificDimensionId=-8 - - # What is the chance of the chicken to spin attack? (in 0.1%) [range: 0 ~ 1000, default: 10] - I:spinningChance=10 - - # What is the chance of the chicken doing a strafing run (in 0.1%) [range: 0 ~ 1000, default: 15] - I:strafingRunChance=15 - - # What is the chance of of an egg bomb flying towards the player? (in %) [range: 0 ~ 100, default: 60] - I:strafingRunEggAimbot=60 - - # What is the chance of an egg bomb spawning, per tick? (in %) [range: 0 ~ 100, default: 10] - I:strafingRunEggChance=10 - - # How long should a strafing run be, maximum (in ticks) [range: 60 ~ 2147483647, default: 240] - I:strafingRunMaxTime=240 - - # How long should a strafing run be, minimum (in ticks) [range: 60 ~ 2147483647, default: 160] - I:strafingRunMinTime=160 - - # Should the ender chicken be allowed to target all entities (other than the player)? [range: 0 ~ 1, default: 1] - I:targetAllLiving=1 -} - - diff --git a/config - Copy/moartinkers.cfg b/config - Copy/moartinkers.cfg deleted file mode 100644 index d4cb6fd0..00000000 --- a/config - Copy/moartinkers.cfg +++ /dev/null @@ -1,200 +0,0 @@ -# Configuration file - -general { - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Advanced Alloy Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Alabaster Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Aluminum Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Awakened Draconium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Basalt Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Blutonium Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Brass Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Certus Quartz Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Chaotic Draconium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Chrome Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Conductive Iron Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Constantan Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Cyanite Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Dark Matter Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Dark Steel Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Draconium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Ebony Psimetal Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Electrical Steel Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Elementium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Enchanted Metal Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Enderium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Energetic Alloy Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Fluix Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Fluxed Electrum Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Gaia Spirit Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Hardened Stone Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Invar Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Iridium Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Ivory Psimetal Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Lonsdaleite Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Ludicrite Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Lumium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Magical Wood Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Manasteel Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Mica Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Mithril Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Nickel Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Osmium Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Peridot Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Platinum Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Psigem Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Psimetal Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Pulsating Iron Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Quartz Enriched Iron Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Red Garnet Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Red Matter Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Redstone Alloy Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Refined Glowstone Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Refined Iron Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Refined Obsidian Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Rubber Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Ruby Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Sapphire Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Signalum Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Soularium Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Terrasteel Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Tin Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Titanium Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Tungsten Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Tungstensteel Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Vibrant Alloy Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Wyvern Draconium Material"=false - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Yellorium Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Yellow Garnet Material"=true - - # Does not force the material, only allows it to be loaded. Other mods and requirements are still needed for this to load - B:"Allow Zinc Material"=true -} - - diff --git a/config - Copy/mobpc.cfg b/config - Copy/mobpc.cfg deleted file mode 100644 index 46d77770..00000000 --- a/config - Copy/mobpc.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# Configuration file - -general { - # Include Items that prevent setting the persistent flag when picked up - S:includeItems < - minecraft:stick - minecraft:apple - minecraft:dirt - minecraft:cobblestone - minecraft:egg - minecraft:feather - minecraft:chicken - minecraft:rotten_flesh - minecraft:arrow - minecraft:bone - minecraft:string - minecraft:wheat_seeds - minecraft:dye - > -} - - diff --git a/config - Copy/modblacklister.cfg b/config - Copy/modblacklister.cfg deleted file mode 100644 index 8ebce0a3..00000000 --- a/config - Copy/modblacklister.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# This is a comment, and how you can disable mods. -# You can disable mods by writing their mod id at the start of a line. -# When a user tries to load a blacklisted mod, it'll give them an explicit warning stating that the mod is blacklisted, -# instead of having a weird error occur later during initialization or runtime. -# It is imperative that this mod has a hoisted name, so that it occurs as early as possible -# during pre-initialization, unless you know the problematic mods fail later. -# If you want to leave a comment on why a mod is blacklisted, you can start a line with '#' as I have -# and leave an explanation. You can also leave a comment on the same line as a disabled mod, after the id. -# This comment will actually show up during the warning screen. If the message is too long, it'll end up cut off, though. - -# Example disabled mod: -examplemod # This mod has been disabled because it provides nothing to the experience. diff --git a/config - Copy/modnametooltip.cfg b/config - Copy/modnametooltip.cfg deleted file mode 100644 index 609e93db..00000000 --- a/config - Copy/modnametooltip.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1.0.0 - -formatting { - # How the mod name should be formatted in the tooltip. Leave blank to disable. Valid modifiers: [black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white, obfuscated, bold, strikethrough, underline, italic] - S:modNameFormat=blue italic -} - - diff --git a/config - Copy/modularrouters.cfg b/config - Copy/modularrouters.cfg deleted file mode 100644 index 3971daf7..00000000 --- a/config - Copy/modularrouters.cfg +++ /dev/null @@ -1,152 +0,0 @@ -# Configuration file - -general { - - module { - # Should the module GUI background be tinted like the module item colour? - B:backgroundTint=true - - # Should Breaker & Extruder Mk1 Modules respect the harvest level of the pickaxe used to craft them? (e.g. craft with an Iron Pickaxe => can't break Obsidian) - B:breakerHarvestLimit=true - - # Should Breaker modules show block particle effects when breaking a block? - B:breakerParticles=true - - # Base range for Extruder Mk2 (no range upgrades) - # Min: 1 - # Max: 2147483647 - I:extruder2BaseRange=24 - - # Max range for Extruder Mk2 - # Min: 1 - # Max: 2147483647 - I:extruder2MaxRange=48 - - # Base range for Extruder Mk1 (no range upgrades) - # Min: 1 - # Max: 2147483647 - I:extruderBaseRange=12 - - # Max range for Extruder Mk1 - # Min: 1 - # Max: 2147483647 - I:extruderMaxRange=24 - - # Should the Extruder Mk1/2 push entities along when extruding blocks? - B:extruderPushEntities=true - - # Should Extruder (Mk1 & 2) modules play a sound when placing blocks? - B:extruderSound=true - - # Should Flinger modules show smoke effects & play a sound when flinging items? - B:flingerEffects=true - - # Should Placer modules show particle effects when placing a block? - B:placerParticles=false - - # Base range for Puller Mk2 (no range upgrades) - # Min: 1 - # Max: 2147483647 - I:puller2BaseRange=12 - - # Max range for Puller Mk2 - # Min: 1 - # Max: 2147483647 - I:puller2MaxRange=24 - - # Should Puller modules show particle effects when pulling? - B:pullerParticles=true - - # Base range for Sender Mk1 (no range upgrades) - # Min: 1 - # Max: 2147483647 - I:sender1BaseRange=8 - - # Max range for Sender Mk1 - # Min: 1 - # Max: 2147483647 - I:sender1MaxRange=16 - - # Base range for Sender Mk2 (no range upgrades) - # Min: 1 - # Max: 2147483647 - I:sender2BaseRange=24 - - # Max range for Sender Mk2 - # Min: 1 - # Max: 2147483647 - I:sender2MaxRange=48 - - # Should Sender modules show particle effects when sending? - B:senderParticles=true - - # Base range for Vacuum (no range upgrades) - # Min: 1 - # Max: 2147483647 - I:vacuumBaseRange=6 - - # Max range for Vacuum - # Min: 1 - # Max: 2147483647 - I:vacuumMaxRange=12 - - # Should Vacuum modules show particle effects when absorbing items? - B:vacuumParticles=true - } - - router { - # Base tick interval (in server ticks) for a router; router will run this often - # Min: 1 - # Max: 2147483647 - I:baseTickRate=20 - - # Key to press while mousing over a module in the Item Router GUI to configure the module - S:configKey=c - - # Router with eco mode enabled will go into low-power mode if idle for this many server ticks - # Min: 20 - # Max: 2147483647 - I:ecoTimeout=100 - - # Base fluid transfer rate (mB/t in each direction) for a router - # Min: 1 - # Max: 2147483647 - I:fluidBaseTransferRate=50 - - # Max fluid transfer rate (mB/t in each direction) for a router - # Min: 1 - # Max: 2147483647 - I:fluidMaxTransferRate=400 - - # Hard minimum tick interval for a router regardless of Speed Upgrades - # Min: 1 - # Max: 2147483647 - I:hardMinTickRate=2 - - # Tick interval for an eco-mode router which has gone into low-power mode - # Min: 20 - # Max: 2147483647 - I:lowPowerTickRate=100 - - # Fluid transfer rate increase per Fluid Transfer Upgrade - # Min: 1 - # Max: 2147483647 - I:mBperFluidUpgrade=10 - - # Number of ticks by which 1 Speed Upgrade will reduce the router's tick interval - # Min: 1 - # Max: 20 - I:ticksPerUpgrade=2 - } - - misc { - # Show module/upgrade/filter settings in tooltip without needing to hold down Shift? - B:alwaysShowSettings=true - - # Should new players start with a copy of the Modular Routers guidebook? - B:startWithGuide=false - } - -} - - diff --git a/config - Copy/moresoundconfig.cfg b/config - Copy/moresoundconfig.cfg deleted file mode 100644 index 00e3a2dd..00000000 --- a/config - Copy/moresoundconfig.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# Configuration file - -general { - S:activeSoundDevice= - I:contextFrequency=44100 - I:contextRefresh=60 -} - - diff --git a/config - Copy/morpheus.cfg b/config - Copy/morpheus.cfg deleted file mode 100644 index 566d8e29..00000000 --- a/config - Copy/morpheus.cfg +++ /dev/null @@ -1,19 +0,0 @@ -# Configuration file - -groundlevel { - # Ground Level (1-255) [range: 1 ~ 255, default: 64] - I:settings=64 -} - - -settings { - B:AlertEnabled=true - B:AllowSetSpawnDaytime=true - B:IncludeMiners=true - S:OnMorningText=Wakey, wakey, rise and shine... Good Morning everyone! - S:OnSleepText=is now sleeping. - S:OnWakeText=has left their bed. - I:SleeperPerc=50 -} - - diff --git a/config - Copy/mousetweaks.cfg b/config - Copy/mousetweaks.cfg deleted file mode 100644 index 3b749f21..00000000 --- a/config - Copy/mousetweaks.cfg +++ /dev/null @@ -1,43 +0,0 @@ -# Configuration file - -general { - # Left click and drag with an item to "left click" items of the same type. - B:"LMB tweak with item"=true - - # Hold shift, left click and drag without an item to "shift left click" items. - B:"LMB tweak without item"=true - - # Like vanilla right click dragging, but dragging over a slot multiple times puts the item there multiple times. - B:"RMB tweak"=true - - # When set to smooth scrolling, minor issues may be experienced such as scrolling "through" JEI or other mods. Non-smooth scrolling works only with the Forge OnTick method. - # Valid values: - # SIMPLE - # EVENT_BASED - S:"Scroll handling"=SIMPLE - - # This determines how many items are moved when you scroll. On some setups (notably macOS), scrolling the wheel with different speeds results in different distances scrolled per wheel "bump". To make those setups play nicely with Mouse Tweaks, set this option to "Always exactly one item". - # Valid values: - # PROPORTIONAL - # ALWAYS_ONE - S:"Scroll item scaling"=PROPORTIONAL - - # Scroll over items to move them between inventories. - B:"Wheel tweak"=true - - # Inventory position aware means scroll up to push items from the bottom inventory and pull into the top inventory, and vice versa. - # Valid values: - # NORMAL - # INVERTED - # INVENTORY_POSITION_AWARE - # INVENTORY_POSITION_AWARE_INVERTED - S:"Wheel tweak scroll direction"=NORMAL - - # How to pick the source slot when pulling items via scrolling. - # Valid values: - # FIRST_TO_LAST - # LAST_TO_FIRST - S:"Wheel tweak search order"=LAST_TO_FIRST -} - - diff --git a/config - Copy/mowziesmobs.cfg b/config - Copy/mowziesmobs.cfg deleted file mode 100644 index e06a2027..00000000 --- a/config - Copy/mowziesmobs.cfg +++ /dev/null @@ -1,927 +0,0 @@ -# Configuration file - -general { - # Add a mob's full name here to prevent it from being frozen or taking damage from ice magic. - S:freeze_blacklist < - mowziesmobs:frostmaw - minecraft:ender_dragon - > -} - - -mobs { - - frostmaw { - # Disable/enable frostmaws' boss health bar - B:has_boss_bar=true - - # Disable/enable frostmaw healing while asleep - B:heals_out_of_battle=true - - # Allow players to steal frostmaws' ice crystals (only using specific means!) - B:stealable_ice_crystal=true - - ########################################################################################################## - # generation_data - #--------------------------------------------------------------------------------------------------------# - # Controls for spawning mob/structure with world generation - ########################################################################################################## - - generation_data { - # IDs of dimensions this mob/structure can generate in - I:dimensions < - 425 - > - - # Probability that generation succeeds. - # For example, set to 0.5 to randomly not generate half of these structures in the world. - # Set to 1 to allow all generation attempts to succeed. - # Min: 0.0 - # Max: 1.0 - D:generation_chance=0.800000011920929 - - # Smaller number causes more generation, 0 to disable spawning - # Maximum number of chunks between placements of this mob/structure - # Min: 1 - # Max: 1000 - I:generation_frequency=15 - - # Maximum height for generation placement. -1 to ignore - # Min: -1.0 - # Max: 255.0 - D:height_max=100.0 - - # Minimum height for generation placement. -1 to ignore - # Min: -1.0 - # Max: 255.0 - D:height_min=50.0 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this generation is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - SNOWY,!OCEAN,!RIVER,!BEACH - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - > - } - - } - - combat_data { - # Scale mob attack damage by this value - # Min: 0.0 - # Max: 100.0 - D:attack_multiplier=2.0 - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=4.0 - } - - } - - barako { - # Disable/enable Barako's boss health bar - B:has_boss_bar=true - - # Disable/enable Barako healing while not in combat - B:heals_out_of_battle=true - - ########################################################################################################## - # generation_data - #--------------------------------------------------------------------------------------------------------# - # Controls for spawning mob/structure with world generation - # Generation controls for Barakoa villages - ########################################################################################################## - - generation_data { - # IDs of dimensions this mob/structure can generate in - I:dimensions < - 0 - > - - # Probability that generation succeeds. - # For example, set to 0.5 to randomly not generate half of these structures in the world. - # Set to 1 to allow all generation attempts to succeed. - # Min: 0.0 - # Max: 1.0 - D:generation_chance=0.0 - - # Smaller number causes more generation, 0 to disable spawning - # Maximum number of chunks between placements of this mob/structure - # Min: 1 - # Max: 1000 - I:generation_frequency=15 - - # Maximum height for generation placement. -1 to ignore - # Min: -1.0 - # Max: 255.0 - D:height_max=100.0 - - # Minimum height for generation placement. -1 to ignore - # Min: -1.0 - # Max: 255.0 - D:height_min=50.0 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this generation is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - SAVANNA - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - > - } - - } - - combat_data { - # Scale mob attack damage by this value - # Min: 0.0 - # Max: 100.0 - D:attack_multiplier=100.0 - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - } - - } - - ferrous_wroughtnaut { - # Disable/enable Ferrous Wroughtnauts' boss health bar - B:has_boss_bar=true - - # Disable/enable Ferrous Wroughtnaut healing while not active - B:heals_out_of_battle=true - - ########################################################################################################## - # generation_data - #--------------------------------------------------------------------------------------------------------# - # Controls for spawning mob/structure with world generation - ########################################################################################################## - - generation_data { - # IDs of dimensions this mob/structure can generate in - I:dimensions < - 0 - > - - # Probability that generation succeeds. - # For example, set to 0.5 to randomly not generate half of these structures in the world. - # Set to 1 to allow all generation attempts to succeed. - # Min: 0.0 - # Max: 1.0 - D:generation_chance=0.5 - - # Smaller number causes more generation, 0 to disable spawning - # Maximum number of chunks between placements of this mob/structure - # Min: 1 - # Max: 1000 - I:generation_frequency=0 - - # Maximum height for generation placement. -1 to ignore - # Min: -1.0 - # Max: 255.0 - D:height_max=55.0 - - # Minimum height for generation placement. -1 to ignore - # Min: -1.0 - # Max: 255.0 - D:height_min=30.0 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this generation is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - > - } - - } - - combat_data { - # Scale mob attack damage by this value - # Min: 0.0 - # Max: 100.0 - D:attack_multiplier=1.0 - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - } - - } - - grottol { - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - - ########################################################################################################## - # spawn_data - #--------------------------------------------------------------------------------------------------------# - # Controls for vanilla-style mob spawning - ########################################################################################################## - - spawn_data { - # Names of blocks this mob is allowed to spawn on. Leave blank to allow any block. - S:allowed_blocks < - > - - # IDs of dimensions this mob can spawn in - I:dimensions < - 807 - > - - # Maximum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_max=55.0 - - # Minimum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_min=-1.0 - - # Maximum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:max_group_size=1 - - # Minimum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:min_group_size=1 - - # Set to true to only allow this mob to spawn in the dark, like zombies and skeletons - B:needs_darkness=false - - # Set to true to only spawn mob if it can't see the sky - B:requires_cant_see_sky=true - - # Set to true to only spawn mob if it can see the sky - B:requires_see_sky=false - - # Smaller number causes less spawning, 0 to disable spawning - # Min: 0 - # Max: 100 - I:spawn_rate=2 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this spawn is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - > - } - - } - - } - - lantern { - B:glow_effect=true - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - - ########################################################################################################## - # spawn_data - #--------------------------------------------------------------------------------------------------------# - # Controls for vanilla-style mob spawning - ########################################################################################################## - - spawn_data { - # Names of blocks this mob is allowed to spawn on. Leave blank to allow any block. - S:allowed_blocks < - grass - leaves - leaves2 - log - log2 - > - - # IDs of dimensions this mob can spawn in - I:dimensions < - 0 - > - - # Maximum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_max=-1.0 - - # Minimum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_min=60.0 - - # Maximum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:max_group_size=2 - - # Minimum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:min_group_size=1 - - # Set to true to only allow this mob to spawn in the dark, like zombies and skeletons - B:needs_darkness=true - - # Set to true to only spawn mob if it can't see the sky - B:requires_cant_see_sky=false - - # Set to true to only spawn mob if it can see the sky - B:requires_see_sky=false - - # Smaller number causes less spawning, 0 to disable spawning - # Min: 0 - # Max: 100 - I:spawn_rate=5 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this spawn is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - FOREST,MAGICAL,!SNOWY - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - roofed_forest - mutated_roofed_forest - > - } - - } - - } - - barakoa { - - ########################################################################################################## - # spawn_data - #--------------------------------------------------------------------------------------------------------# - # Controls for vanilla-style mob spawning - # Controls spawning for Barakoana hunting groups - # Group size controls how many elites spawn, not followers - # See Barako config for village controls - ########################################################################################################## - - spawn_data { - # Names of blocks this mob is allowed to spawn on. Leave blank to allow any block. - S:allowed_blocks < - - > - - # IDs of dimensions this mob can spawn in - I:dimensions < - 0 - > - - # Maximum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_max=-1.0 - - # Minimum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_min=60.0 - - # Maximum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:max_group_size=1 - - # Minimum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:min_group_size=1 - - # Set to true to only allow this mob to spawn in the dark, like zombies and skeletons - B:needs_darkness=false - - # Set to true to only spawn mob if it can't see the sky - B:requires_cant_see_sky=false - - # Set to true to only spawn mob if it can see the sky - B:requires_see_sky=false - - # Smaller number causes less spawning, 0 to disable spawning - # Min: 0 - # Max: 100 - I:spawn_rate=0 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this spawn is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - SAVANNA - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - > - } - - } - - combat_data { - # Scale mob attack damage by this value - # Min: 0.0 - # Max: 100.0 - D:attack_multiplier=1.0 - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - } - - } - - naga { - - ########################################################################################################## - # spawn_data - #--------------------------------------------------------------------------------------------------------# - # Controls for vanilla-style mob spawning - ########################################################################################################## - - spawn_data { - # Names of blocks this mob is allowed to spawn on. Leave blank to allow any block. - S:allowed_blocks < - - > - - # IDs of dimensions this mob can spawn in - I:dimensions < - 162 - > - - # Maximum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_max=-1.0 - - # Minimum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_min=-1.0 - - # Maximum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:max_group_size=3 - - # Minimum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:min_group_size=1 - - # Set to true to only allow this mob to spawn in the dark, like zombies and skeletons - B:needs_darkness=false - - # Set to true to only spawn mob if it can't see the sky - B:requires_cant_see_sky=false - - # Set to true to only spawn mob if it can see the sky - B:requires_see_sky=true - - # Smaller number causes less spawning, 0 to disable spawning - # Min: 0 - # Max: 100 - I:spawn_rate=5 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this spawn is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - !SNOWY - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - - > - } - - } - - combat_data { - # Scale mob attack damage by this value - # Min: 0.0 - # Max: 100.0 - D:attack_multiplier=1.0 - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - } - - } - - foliaath { - - ########################################################################################################## - # spawn_data - #--------------------------------------------------------------------------------------------------------# - # Controls for vanilla-style mob spawning - ########################################################################################################## - - spawn_data { - # Names of blocks this mob is allowed to spawn on. Leave blank to allow any block. - S:allowed_blocks < - grass - leaves - leaves2 - log - log2 - > - - # IDs of dimensions this mob can spawn in - I:dimensions < - 0 - 809 - > - - # Maximum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_max=-1.0 - - # Minimum height for this spawn. -1 to ignore. - # Min: -1.0 - # Max: 255.0 - D:height_min=60.0 - - # Maximum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:max_group_size=3 - - # Minimum number of mobs that appear in a spawn group - # Min: 1 - # Max: 100 - I:min_group_size=1 - - # Set to true to only allow this mob to spawn in the dark, like zombies and skeletons - B:needs_darkness=false - - # Set to true to only spawn mob if it can't see the sky - B:requires_cant_see_sky=false - - # Set to true to only spawn mob if it can see the sky - B:requires_see_sky=false - - # Smaller number causes less spawning, 0 to disable spawning - # Min: 0 - # Max: 100 - I:spawn_rate=20 - - ########################################################################################################## - # biome_data - #--------------------------------------------------------------------------------------------------------# - # Control which biomes this spawn is allowed in - ########################################################################################################## - - biome_data { - # Prevent spawns in these biomes regardless of the biome type settings - S:biome_blacklist < - > - - # Each entry is a combination of allowed biome types. - # Separate types with commas to require biomes to have all types in an entry - # Put a '!' before a biome type to mean NOT that type - # A blank entry means all biomes. No entries means no biomes. - # For example, 'FOREST,MAGICAL,!SNOWY' would mean all biomes that are magical forests but not snowy - # '!MOUNTAIN' would mean all non-mountain biomes - S:biome_type < - JUNGLE - > - - # Allow spawns in these biomes regardless of the biome type settings - S:biome_whitelist < - > - } - - } - - combat_data { - # Scale mob attack damage by this value - # Min: 0.0 - # Max: 100.0 - D:attack_multiplier=1.0 - - # Scale mob health by this value - # Min: 0.0 - # Max: 100.0 - D:health_multiplier=1.0 - } - - } - -} - - -tools_and_abilities { - # Min: 0.0 - # Max: 100.0 - D:geomancy_attack_multiplier=1.0 - - # Min: 0.0 - # Max: 100.0 - D:suns_blessing_attack_multiplier=1.0 - - wrought_helm { - # Set to true for the Wrought Helm to have limited durability. - B:breakable=false - - ########################################################################################################## - # armor_data - #--------------------------------------------------------------------------------------------------------# - # Shared controls for armor - ########################################################################################################## - - armor_data { - # See official Minecraft Wiki for an explanation of how armor damage reduction works. - # Min: 0 - # Max: 10000 - I:damage_reduction=2 - - # See official Minecraft Wiki for an explanation of how armor toughness works. - # Min: 0.0 - # Max: 10000.0 - D:toughness=0.0 - } - - } - - axe_of_a_thousand_metals { - # Set to true for the Axe of a Thousand Metals to have limited durability. - B:breakable=false - - ########################################################################################################## - # tool_data - #--------------------------------------------------------------------------------------------------------# - # Shared controls for melee weapons and tools - ########################################################################################################## - - tool_data { - # Min: 0.0 - # Max: 100000.0 - D:attack_damage=9.0 - - # Min: 0.0 - # Max: 100000.0 - D:attack_speed=0.8999999761581421 - } - - } - - sol_visage { - # Set to true for the Sol Visage to have limited durability. - B:breakable=false - - ########################################################################################################## - # armor_data - #--------------------------------------------------------------------------------------------------------# - # Shared controls for armor - ########################################################################################################## - - armor_data { - # See official Minecraft Wiki for an explanation of how armor damage reduction works. - # Min: 0 - # Max: 10000 - I:damage_reduction=2 - - # See official Minecraft Wiki for an explanation of how armor toughness works. - # Min: 0.0 - # Max: 10000.0 - D:toughness=0.0 - } - - } - - ice_crystal { - # Ice crystal durability - # Min: 1 - # Max: 100000000 - I:durability=600 - - # Multiply all damage done with the ice crystal by this amount. - # Min: 0.0 - # Max: 100.0 - D:ice_crystal_attack_multiplier=1.0 - - # Set to true for the ice crystal to have limited durability. - # Prevents regeneration in inventory. - B:ice_crystal_breakable=false - } - - barakoa_mask { - - ########################################################################################################## - # armor_data - #--------------------------------------------------------------------------------------------------------# - # Shared controls for armor - ########################################################################################################## - - armor_data { - # See official Minecraft Wiki for an explanation of how armor damage reduction works. - # Min: 0 - # Max: 10000 - I:damage_reduction=1 - - # See official Minecraft Wiki for an explanation of how armor toughness works. - # Min: 0.0 - # Max: 10000.0 - D:toughness=0.0 - } - - } - - barakoa_spear { - - ########################################################################################################## - # tool_data - #--------------------------------------------------------------------------------------------------------# - # Shared controls for melee weapons and tools - ########################################################################################################## - - tool_data { - # Min: 0.0 - # Max: 100000.0 - D:attack_damage=5.0 - - # Min: 0.0 - # Max: 100000.0 - D:attack_speed=1.600000023841858 - } - - } - - naga_fang_dagger { - # Bonus damage when attacking from behind - # Min: 0.0 - # Max: 100000.0 - D:bonus_damage=5.0 - - # Duration in ticks of the poison effect (20 ticks = 1 second). - # Min: 0 - # Max: 100000 - I:poison_duration=40 - - ########################################################################################################## - # tool_data - #--------------------------------------------------------------------------------------------------------# - # Shared controls for melee weapons and tools - ########################################################################################################## - - tool_data { - # Min: 0.0 - # Max: 100000.0 - D:attack_damage=3.0 - - # Min: 0.0 - # Max: 100000.0 - D:attack_speed=2.0 - } - - } - - blow_gun { - # Min: 0.0 - # Max: 100000.0 - D:attack_damage=1.0 - - # Duration in ticks of the poison effect (20 ticks = 1 second). - # Min: 0 - # Max: 100000 - I:poison_duration=40 - } - -} - - diff --git a/config - Copy/multipart.cfg b/config - Copy/multipart.cfg deleted file mode 100644 index b60c6bef..00000000 --- a/config - Copy/multipart.cfg +++ /dev/null @@ -1,22 +0,0 @@ -#Multipart API config file - -#Set this to true to show all MicroParts in JEI. By default only Stone is shown. -showAllMicroparts=false - -#Set to true to use mc style icons for the saw instead of the 3D model -useSawIcons=false - -saw_diamond -{ - durability=2048 -} - -saw_iron -{ - durability=1024 -} - -saw_stone -{ - durability=512 -} diff --git a/config - Copy/mysticalagradditions.cfg b/config - Copy/mysticalagradditions.cfg deleted file mode 100644 index 0f21954c..00000000 --- a/config - Copy/mysticalagradditions.cfg +++ /dev/null @@ -1,40 +0,0 @@ -# Configuration file - -########################################################################################################## -# seeds -#--------------------------------------------------------------------------------------------------------# -# Enable/Disable each seed individually. -########################################################################################################## - -seeds { - B:awakened_draconium_seeds=true - B:dragon_egg_seeds=true - B:nether_star_seeds=true - B:neutronium_seeds=true -} - - -########################################################################################################## -# settings -#--------------------------------------------------------------------------------------------------------# -# Settings for all things Mystical Agriculture. -########################################################################################################## - -settings { - # Should the Creative Essence item (with no default use or recipe) be enabled? [default: true] - B:creative_essence=true - - # The amount of Dragon Scales an Ender Dragon should drop upon death. [range: 0 ~ 64, default: 8] - I:dragon_scales_amount=8 - - # Can Tier 6 crops be fertilized using Fertilized Essence and Mystical Fertilizer? [default: false] - B:fertilizable_crops=true - - # Should the Tinkers' Construct integration be enabled? [default: true] - B:tconstruct_support=true - - # The percentage chance that a wither will drop a Withering Soul. [range: 0 ~ 100, default: 35] - I:wither_souls_chance=35 -} - - diff --git a/config - Copy/mysticalagriculture.cfg b/config - Copy/mysticalagriculture.cfg deleted file mode 100644 index 995e22bb..00000000 --- a/config - Copy/mysticalagriculture.cfg +++ /dev/null @@ -1,562 +0,0 @@ -# Configuration file - -########################################################################################################## -# fun stuff -#--------------------------------------------------------------------------------------------------------# -# Fun things made with essences. Sometimes. -########################################################################################################## - -"fun stuff" { - # Essence Apple buff durations in minutes. [range: 1 ~ 100, default: 2] - I:apple_buff_duration=2 - - # Should Mystical Crops be plantable via dispensers? [default: true] - B:dispenser_planting=true - - # Essence Apples enabled? [default: true] - B:essence_apples=true - - # Essence Coal enabled? [default: true] - B:essence_coal=true - - # Essence Furnaces enabled? [default: true] - B:essence_furnaces=true - - # Should fake players be able to use the watering cans? [default: false] - B:fake_player_watering=true - - # Ultimate Furnace enabled? Requires Essence Furnaces be enabled. [default: true] - B:ultimate_furnace=true - - # Should the Ultimate Seed Reprocessor be enabled? [default: true] - B:ultimate_reprocessor=true - - # Should the essence Watering Cans be enabled? [default: true] - B:watering_cans=true -} - - -########################################################################################################## -# gear -#--------------------------------------------------------------------------------------------------------# -# Settings for the Mystical Agriculture: Gear module. -########################################################################################################## - -gear { - # Gear Module enabled? [default: true] - B:_gear_module_override=true - - # Should Prudentium+ armor give set bonuses? This does not affect the Supremium Flight option. [default: true] - B:set_bonuses=true - - # Wearing a full set of Supremium Armor gives flight. [default: true] - B:supremium_flight=false -} - - -########################################################################################################## -# seeds -#--------------------------------------------------------------------------------------------------------# -# Enable/Disable seeds individually. -# 0: Disable the seed. -# 1: Soft-enable the seed. (default) -# 2: Force-enable the seed. -########################################################################################################## - -seeds { - I:abyssalnite_seeds=1 - I:adamantine_seeds=1 - I:aluminum_brass_seeds=1 - I:aluminum_seeds=1 - I:alumite_seeds=1 - I:amber_seeds=1 - I:apatite_seeds=1 - I:aquamarine_seeds=1 - I:aquarium_seeds=1 - I:ardite_seeds=1 - I:basalt_seeds=1 - I:basalz_seeds=1 - I:black_quartz_seeds=1 - I:blaze_seeds=1 - I:blitz_seeds=1 - I:blizz_seeds=1 - I:blue_topaz_seeds=1 - I:boron_seeds=1 - I:brass_seeds=1 - I:bronze_seeds=1 - I:certus_quartz_seeds=1 - I:chicken_seeds=1 - I:chimerite_seeds=1 - I:chrome_seeds=1 - I:coal_seeds=1 - I:cobalt_seeds=1 - I:cold_iron_seeds=1 - I:compressed_iron_seeds=1 - I:conductive_iron_seeds=1 - I:constantan_seeds=1 - I:copper_seeds=1 - I:coralium_seeds=1 - I:cow_seeds=1 - I:creeper_seeds=1 - I:dark_gem_seeds=1 - I:dark_steel_seeds=1 - I:dawnstone_seeds=1 - I:desh_seeds=1 - I:diamond_seeds=1 - I:dilithium_seeds=1 - I:dirt_seeds=1 - I:draconium_seeds=1 - I:dreadium_seeds=1 - I:dye_seeds=1 - I:electrical_steel_seeds=1 - I:electrotine_seeds=1 - I:electrum_seeds=1 - I:elementium_seeds=1 - I:emerald_seeds=1 - I:end_seeds=1 - I:end_steel_seeds=1 - I:ender_amethyst_seeds=1 - I:ender_biotite_seeds=1 - I:enderium_seeds=1 - I:enderman_seeds=1 - I:energetic_alloy_seeds=1 - I:experience_seeds=1 - I:fiery_ingot_seeds=1 - I:fire_seeds=1 - I:fluix_seeds=1 - I:fluxed_electrum_seeds=1 - I:ghast_seeds=1 - I:glowstone_ingot_seeds=1 - I:glowstone_seeds=1 - I:gold_seeds=1 - I:grains_of_infinity_seeds=1 - I:graphite_seeds=1 - I:guardian_seeds=1 - I:hop_graphite_seeds=1 - I:ice_seeds=1 - I:invar_seeds=1 - I:iridium_ore_seeds=1 - I:iridium_seeds=1 - I:iron_seeds=1 - I:ironwood_seeds=1 - I:jade_seeds=1 - I:knightmetal_seeds=1 - I:knightslime_seeds=1 - I:lapis_lazuli_seeds=1 - I:lead_seeds=1 - I:limestone_seeds=1 - I:lithium_seeds=1 - I:lumium_seeds=1 - I:magnesium_seeds=1 - I:malachite_seeds=1 - I:manasteel_seeds=1 - I:manyullyn_seeds=1 - I:marble_seeds=1 - I:menril_seeds=1 - I:meteoric_iron_seeds=1 - I:mithril_seeds=1 - I:moonstone_seeds=1 - I:mystical_flower_seeds=1 - I:nature_seeds=1 - I:nether_quartz_seeds=1 - I:nether_seeds=1 - I:nickel_seeds=1 - I:obsidian_seeds=1 - I:octine_seeds=1 - I:osmium_seeds=1 - I:peridot_seeds=1 - I:pig_seeds=1 - I:platinum_seeds=1 - I:pulsating_iron_seeds=1 - I:quartz_enriched_iron_seeds=1 - I:quicksilver_seeds=1 - I:rabbit_seeds=1 - I:redstone_alloy_seeds=1 - I:redstone_seeds=1 - I:refined_obsidian_seeds=1 - I:rock_crystal_seeds=1 - I:rubber_seeds=1 - I:ruby_seeds=1 - I:saltpeter_seeds=1 - I:sapphire_seeds=1 - I:sheep_seeds=1 - I:signalum_seeds=1 - I:silicon_seeds=1 - I:silver_seeds=1 - I:skeleton_seeds=1 - I:sky_stone_seeds=1 - I:slate_seeds=1 - I:slime_seeds=1 - I:slimy_bone_seeds=1 - I:soularium_seeds=1 - I:spider_seeds=1 - I:star_steel_seeds=1 - I:starmetal_seeds=1 - I:steel_seeds=1 - I:steeleaf_seeds=1 - I:stone_seeds=1 - I:sulfur_seeds=1 - I:sunstone_seeds=1 - I:syrmorite_seeds=1 - I:tanzanite_seeds=1 - I:terrasteel_seeds=1 - I:thaumium_seeds=1 - I:thorium_seeds=1 - I:tin_seeds=1 - I:titanium_seeds=1 - I:topaz_seeds=1 - I:tritanium_seeds=1 - I:tungsten_seeds=1 - I:uranium_238_seeds=1 - I:uranium_seeds=1 - I:valonite_seeds=1 - I:vibrant_alloy_seeds=1 - I:vinteum_seeds=1 - I:void_metal_seeds=1 - I:water_seeds=1 - I:wither_skeleton_seeds=1 - I:wood_seeds=1 - I:yellorium_seeds=1 - I:zinc_seeds=1 - I:zombie_seeds=1 -} - - -########################################################################################################## -# settings -#--------------------------------------------------------------------------------------------------------# -# Settings for all things Mystical Agriculture. -########################################################################################################## - -settings { - # Should you be able to craft mob chunks? [default: true] - B:craftable_chunks=true - - # The durability of the basic Infusion Crystal. [range: 1 ~ 25000, default: 1000] - I:crystal_durability=1000 - - # Amount of Supremium Essence the Ender Dragon should drop when killed. [range: 0 ~ 64, default: 4] - I:dragon_supremium=4 - - # Percentage chance of a second essence dropping. [range: 0 ~ 100, default: 5] - I:essence_chance=5 - - # Enable Fertilized Essence? [default: true] - B:fertilized_essence=true - - # Percentage chance that a Resource Crop will drop a Fertilized Essence when harvested. [range: 0 ~ 100, default: 5] - I:fertilized_essence_chance=5 - - # Should the resource essences/seeds be added to the OreDictionary as essenceTier1, seedsTier1, etc.? [default: true] - B:generic_ore_dict_essence=true - - # Enable Growth Accelerators? [default: true] - B:growth_accelerator=true - - # Amount of seconds between each growth tick attempt. [range: 1 ~ 3600, default: 10] - I:growth_accelerator_speed=10 - - # Makes the Essence Ingots require 4 essence each instead of 2. [default: false] - B:harder_ingots=false - - # Percentage chance for a hostile mob when killed to drop an Inferium Essence. [range: 0 ~ 100, default: 20] - I:hostile_drop_chance=20 - - # Enable Mystical Fertilizer? [default: true] - B:mystical_fertilizer=true - - # Percentage chance for a passive mob when killed to drop an Inferium Essence. [range: 0 ~ 100, default: 20] - I:passive_drop_chance=20 - - # The durability of the Core Remover. [range: 1 ~ 25000, default: 4] - I:remover_durability=4 - - # Percentage chance of a second seed dropping. [range: 0 ~ 100, default: 10] - I:seed_chance=10 - - # Should the Seed Reprocessor be enabled? [default: true] - B:seed_reprocessor=true - - # Amount of Supremium Essence the Wither should drop when killed. [range: 0 ~ 64, default: 2] - I:wither_supremium=2 - - # Enable the Witherproof Block and Glass? [default: true] - B:witherproof_blocks=true -} - - -########################################################################################################## -# tiers -#--------------------------------------------------------------------------------------------------------# -# Set the tiers of each seed. The tier affects the recipe and the tooltip. -# Tier 1: Inferium -# Tier 2: Prudentium -# Tier 3: Intermedium -# Tier 4: Superium -# Tier 5: Supremium -########################################################################################################## - -tiers { - I:abyssalnite_tier=4 - I:adamantine_tier=5 - I:aluminum_brass_tier=2 - I:aluminum_tier=2 - I:alumite_tier=4 - I:amber_tier=4 - I:apatite_tier=2 - I:aquamarine_tier=3 - I:aquarium_tier=3 - I:ardite_tier=3 - I:basalt_tier=2 - I:basalz_tier=3 - I:black_quartz_tier=3 - I:blaze_tier=4 - I:blitz_tier=3 - I:blizz_tier=3 - I:blue_topaz_tier=3 - I:boron_tier=4 - I:brass_tier=3 - I:bronze_tier=3 - I:certus_quartz_tier=3 - I:chicken_tier=2 - I:chimerite_tier=3 - I:chrome_tier=5 - I:coal_tier=2 - I:cobalt_tier=4 - I:cold_iron_tier=3 - I:compressed_iron_tier=4 - I:conductive_iron_tier=3 - I:constantan_tier=4 - I:copper_tier=2 - I:coralium_tier=3 - I:cow_tier=2 - I:creeper_tier=3 - I:dark_gem_tier=3 - I:dark_steel_tier=4 - I:dawnstone_tier=4 - I:desh_tier=5 - I:diamond_tier=5 - I:dilithium_tier=4 - I:dirt_tier=1 - I:draconium_tier=5 - I:dreadium_tier=5 - I:dye_tier=2 - I:electrical_steel_tier=3 - I:electrotine_tier=3 - I:electrum_tier=4 - I:elementium_tier=4 - I:emerald_tier=5 - I:end_steel_tier=5 - I:end_tier=4 - I:ender_amethyst_tier=5 - I:ender_biotite_tier=3 - I:enderium_tier=5 - I:enderman_tier=4 - I:energetic_alloy_tier=4 - I:experience_tier=4 - I:fiery_ingot_tier=4 - I:fire_tier=2 - I:fluix_tier=4 - I:fluxed_electrum_tier=4 - I:ghast_tier=4 - I:glowstone_ingot_tier=4 - I:glowstone_tier=3 - I:gold_tier=4 - I:grains_of_infinity_tier=2 - I:graphite_tier=3 - I:guardian_tier=3 - I:hop_graphite_tier=4 - I:ice_tier=1 - I:invar_tier=4 - I:iridium_ore_tier=5 - I:iridium_tier=5 - I:iron_tier=3 - I:ironwood_tier=3 - I:jade_tier=4 - I:knightmetal_tier=4 - I:knightslime_tier=3 - I:lapis_lazuli_tier=4 - I:lead_tier=3 - I:limestone_tier=2 - I:lithium_tier=4 - I:lumium_tier=4 - I:magnesium_tier=4 - I:malachite_tier=4 - I:manasteel_tier=3 - I:manyullyn_tier=5 - I:marble_tier=2 - I:menril_tier=2 - I:meteoric_iron_tier=4 - I:mithril_tier=4 - I:moonstone_tier=5 - I:mystical_flower_tier=2 - I:nature_tier=1 - I:nether_quartz_tier=3 - I:nether_tier=2 - I:nickel_tier=4 - I:obsidian_tier=3 - I:octine_tier=3 - I:osmium_tier=4 - I:peridot_tier=4 - I:pig_tier=2 - I:platinum_tier=5 - I:pulsating_iron_tier=4 - I:quartz_enriched_iron_tier=3 - I:quicksilver_tier=3 - I:rabbit_tier=3 - I:redstone_alloy_tier=3 - I:redstone_tier=3 - I:refined_obsidian_tier=5 - I:rock_crystal_tier=5 - I:rubber_tier=2 - I:ruby_tier=4 - I:saltpeter_tier=3 - I:sapphire_tier=4 - I:sheep_tier=2 - I:signalum_tier=4 - I:silicon_tier=2 - I:silver_tier=3 - I:skeleton_tier=3 - I:sky_stone_tier=3 - I:slate_tier=2 - I:slime_tier=2 - I:slimy_bone_tier=2 - I:soularium_tier=4 - I:spider_tier=3 - I:star_steel_tier=4 - I:starmetal_tier=5 - I:steel_tier=4 - I:steeleaf_tier=3 - I:stone_tier=1 - I:sulfur_tier=2 - I:sunstone_tier=5 - I:syrmorite_tier=3 - I:tanzanite_tier=4 - I:terrasteel_tier=5 - I:thaumium_tier=3 - I:thorium_tier=4 - I:tin_tier=3 - I:titanium_tier=5 - I:topaz_tier=4 - I:tritanium_tier=4 - I:tungsten_tier=5 - I:uranium_238_tier=5 - I:uranium_tier=5 - I:valonite_tier=5 - I:vibrant_alloy_tier=5 - I:vinteum_tier=3 - I:void_metal_tier=4 - I:water_tier=1 - I:wither_skeleton_tier=5 - I:wood_tier=1 - I:yellorium_tier=5 - I:zinc_tier=3 - I:zombie_tier=1 -} - - -########################################################################################################## -# world -#--------------------------------------------------------------------------------------------------------# -# Settings for any World Generation in Mystical Agriculture. -########################################################################################################## - -world { - # Maximum Y level End Inferium Ore should spawn. [range: 1 ~ 127, default: 100] - I:end_inferium_maxy=100 - - # Minimum Y level End Inferium Ore should spawn. [range: 1 ~ 127, default: 10] - I:end_inferium_miny=10 - - # Amount of End Inferium Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 20] - I:end_inferium_veincount=20 - - # Size of the End Inferium Ore veins. [range: 0 ~ 100, default: 6] - I:end_inferium_veinsize=6 - - # Maximum Y level End Prosperity Ore should spawn. [range: 1 ~ 127, default: 100] - I:end_prosperity_maxy=100 - - # Minimum Y level End Prosperity Ore should spawn. [range: 1 ~ 127, default: 10] - I:end_prosperity_miny=10 - - # Amount of End Prosperity Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 20] - I:end_prosperity_veincount=20 - - # Size of the End Prosperity Ore veins. [range: 0 ~ 100, default: 6] - I:end_prosperity_veinsize=6 - - # Should the end ores generate in the world? [default: true] - B:generate_end=true - - # Should the nether ores generate in the world? [default: true] - B:generate_nether=true - - # Should the regular ores generate in the world? [default: true] - B:generate_regular=true - - # Should Soulstone generate in the nether? [default: true] - B:generate_soulstone=true - - # Maximum Y level Inferium Ore should spawn. [range: 1 ~ 255, default: 50] - I:inferium_maxy=50 - - # Minimum Y level Inferium Ore should spawn. [range: 1 ~ 255, default: 16] - I:inferium_miny=16 - - # Amount of Inferium Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 16] - I:inferium_veincount=16 - - # Size of the Inferium Ore veins. [range: 0 ~ 100, default: 6] - I:inferium_veinsize=6 - - # Maximum Y level Nether Inferium Ore should spawn. [range: 1 ~ 127, default: 100] - I:nether_inferium_maxy=100 - - # Minimum Y level Nether Inferium Ore should spawn. [range: 1 ~ 127, default: 10] - I:nether_inferium_miny=10 - - # Amount of Nether Inferium Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 16] - I:nether_inferium_veincount=16 - - # Size of the Nether Inferium Ore veins. [range: 0 ~ 100, default: 6] - I:nether_inferium_veinsize=6 - - # Maximum Y level Nether Prosperity Ore should spawn. [range: 1 ~ 127, default: 100] - I:nether_prosperity_maxy=100 - - # Minimum Y level Nether Prosperity Ore should spawn. [range: 1 ~ 127, default: 10] - I:nether_prosperity_miny=10 - - # Amount of Nether Prosperity Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 12] - I:nether_prosperity_veincount=12 - - # Size of the Nether Prosperity Ore veins. [range: 0 ~ 100, default: 6] - I:nether_prosperity_veinsize=6 - - # Maximum Y level Prosperity Ore should spawn. [range: 1 ~ 255, default: 50] - I:prosperity_maxy=50 - - # Minimum Y level Prosperity Ore should spawn. [range: 1 ~ 255, default: 16] - I:prosperity_miny=16 - - # Amount of Prosperity Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 12] - I:prosperity_veincount=12 - - # Size of the Prosperity Ore veins. [range: 0 ~ 100, default: 6] - I:prosperity_veinsize=6 - - # Maximum Y level Soulstone should spawn. [range: 1 ~ 127, default: 124] - I:soulstone_maxy=124 - - # Minimum Y level Soulstone should spawn. [range: 1 ~ 127, default: 16] - I:soulstone_miny=16 - - # Amount of Soulstone veins to spawn. Higher = more. [range: 0 ~ 100, default: 8] - I:soulstone_veincount=8 - - # Size of the Soulstone veins. [range: 0 ~ 40, default: 40] - I:soulstone_veinsize=40 -} - - diff --git a/config - Copy/mysticalagriculture_recipes.cfg b/config - Copy/mysticalagriculture_recipes.cfg deleted file mode 100644 index b65a9c78..00000000 --- a/config - Copy/mysticalagriculture_recipes.cfg +++ /dev/null @@ -1,374 +0,0 @@ -# Configuration file - -abyssalcraft { - I:abyssalnite=4 - I:coralium=10 - I:dreadium=2 -} - - -"actually additions" { - I:black_quartz=6 -} - - -"applied energistics 2" { - I:certus_quartz=6 - I:fluix=6 - I:press=1 - I:sky_stone=16 -} - - -"ars magica 2" { - I:blue_topaz=6 - I:chimerite=8 - I:moonstone=3 - I:sunstone=3 - I:vinteum=8 -} - - -"astral sorcery" { - I:aquamarine=8 - I:marble=16 - I:rock_crystal=1 - I:starmetal=3 -} - - -"base metals" { - I:adamantine=2 - I:aquarium=4 - I:cold_iron=4 - I:star_steel=3 -} - - -"biomes 'o plenty" { - I:ender_amethyst=3 -} - - -botania { - I:elementium=4 - I:manasteel=5 - I:mystical_flower=6 - I:terrasteel=2 -} - - -chisel { - I:basalt=16 - I:limestone=24 - I:marble=24 -} - - -"common resources" { - I:andesite=16 - I:apple=8 - I:beetroot=12 - I:cactus=16 - I:carrot=12 - I:chiseled_stonebrick=12 - I:chorus_fruit=12 - I:clay=24 - I:coarse_dirt=16 - I:cobblestone=32 - I:cocoa_beans=8 - I:cracked_stonebrick=12 - I:diorite=16 - I:dirt=24 - I:dye=6 - I:end_stone=24 - I:flint=8 - I:granite=16 - I:grass=12 - I:gravel=16 - I:ice=8 - B:lava_bucket=true - I:lilypad=8 - I:melon=8 - I:mossy_cobblestone=16 - I:mossy_stonebrick=16 - I:mushroom=8 - I:mycelium=16 - I:nether_brick=24 - I:nether_wart=12 - I:netherrack=32 - I:packed_ice=12 - I:podzol=8 - I:poisonous_potato=1 - I:potato=12 - I:pumpkin=16 - I:purpur_block=8 - I:sand=16 - I:sapling=4 - I:snow=12 - I:soul_sand=20 - I:stone=32 - I:sugarcane=16 - I:vines=16 - B:water_bucket=true - I:wheat=12 - I:wood=16 -} - - -"draconic evolution" { - I:draconium=1 -} - - -embers { - I:dawnstone=3 -} - - -"ender io" { - I:conductive_iron=5 - I:dark_steel=4 - I:electrical_steel=5 - I:end_steel=3 - I:energetic_alloy=3 - I:grains_of_infinity=8 - I:pulsating_iron=3 - I:redstone_alloy=5 - I:soularium=4 - I:vibrant_alloy=3 -} - - -erebus { - I:jade=4 -} - - -evilcraft { - I:dark_gem=6 -} - - -"extreme reactors" { - I:yellorium=4 -} - - -forestry { - I:apatite=8 -} - - -galacticraft { - I:desh=2 - I:meteoric_iron=3 -} - - -gems { - I:amber=6 - I:malachite=6 - I:peridot=6 - I:ruby=6 - I:sapphire=6 - I:tanzanite=6 - I:topaz=6 -} - - -ic2 { - I:iridium_ore=1 - I:uranium_238=4 -} - - -"immersive engineering" { - I:hop_graphite=3 -} - - -"integrated dynamics" { - I:menril_berry=12 - I:menril_log=16 - I:menril_sapling=4 -} - - -"matter overdrive" { - I:dilithium=4 - I:tritanium=3 -} - - -mekanism { - I:glowstone_ingot=3 - I:osmium=4 - I:refined_obsidian=2 -} - - -"mob drops" { - I:arrow=8 - I:beef=4 - I:blaze_rod=3 - I:bone=8 - I:chicken=4 - I:creeper_head=1 - I:egg=8 - I:ender_pearl=4 - I:feather=8 - I:fish=4 - I:ghast_tear=2 - I:gunpowder=6 - I:leather=8 - B:milk_bucket=true - I:mutton=4 - I:pork=4 - I:prismarine_crystal=16 - I:prismarine_shard=12 - I:rabbit=4 - I:rabbit_foot=3 - I:rabbit_hide=8 - B:record=true - I:rotten_flesh=12 - I:skeleton_skull=1 - I:slime_ball=8 - I:spider_eye=3 - I:string=8 - I:wither_skeleton_skull=1 - I:wool=6 - I:zombie_head=1 -} - - -nuclearcraft { - I:boron=3 - I:lithium=3 - I:magnesium=3 - I:thorium=3 -} - - -"oredict resources" { - I:aluminum=8 - I:brass=4 - I:bronze=4 - I:chrome=2 - I:constantan=4 - I:copper=6 - I:electrum=4 - I:graphite=5 - I:invar=4 - I:iridium=2 - I:lead=4 - I:mithril=3 - I:nickel=4 - I:platinum=2 - I:rubber=8 - I:saltpeter=5 - I:silicon=8 - I:silver=4 - I:steel=3 - I:sulfur=8 - I:tin=4 - I:titanium=2 - I:tungsten=2 - I:uranium=2 - I:zinc=4 -} - - -plustic { - I:alumite=4 -} - - -pneumaticcraft { - I:compressed_iron=6 -} - - -"project red" { - I:electrotine=16 -} - - -qyark { - I:biotite=8 -} - - -"rare resources" { - I:coal=12 - I:diamond=1 - I:emerald=1 - I:experience_droplet=8 - I:glowstone=16 - I:gold=4 - I:iron=6 - I:lapis=12 - I:obsidian=12 - I:quartz=12 - I:redstone=16 -} - - -"redstone arsenal" { - I:fluxed_electrum=3 -} - - -"refined storage" { - I:quartz_enriched_iron=8 -} - - -rustic { - I:slate=24 -} - - -thaumcraft { - I:quicksilver=4 - I:thaumium=4 - I:void_metal=3 -} - - -"the betweenlands" { - I:octine=5 - I:slimy_bone=8 - I:sulfur=8 - I:syrmorite=5 - I:valonite=2 -} - - -"thermal foundation" { - I:basalz=3 - I:blitz=3 - I:blizz=3 - I:enderium=2 - I:lumium=4 - I:signalum=4 -} - - -"tinkers construct" { - I:aluminum_brass=6 - I:ardite=3 - I:cobalt=3 - I:knightslime=4 - I:manyullyn=2 -} - - -"twilight forest" { - I:fiery_ingot=3 - I:ironwood=5 - I:knightmetal=4 - I:steeleaf=5 -} - - diff --git a/config - Copy/nae2.cfg b/config - Copy/nae2.cfg deleted file mode 100644 index def298cd..00000000 --- a/config - Copy/nae2.cfg +++ /dev/null @@ -1,80 +0,0 @@ -# Configuration file - -beam_formers { - B:enabled=true - - # Use GregTech CEu shaders if possible - B:gregtech_shaders=true -} - - -dense_cells { - # Add CPU storage counterparts - B:dense_cpu_storage_units=true - B:enabled=true -} - - -dense_cpu_coprocessors { - B:enabled=true -} - - -dense_fluid_cells { - B:enabled=true -} - - -exposer { - B:enabled=true -} - - -interface_p2p { - B:enabled=false -} - - -jei_hooks { - # Enable viewing Storage Cell contents using JEI recipes - B:cell_view=true - - # Enable holding Control to mass-order missing items - B:ctrl_craft=true - B:enabled=true -} - - -pattern_multi_tool { - B:enabled=true - - # Add Pattern Multi-Tool features to AE2 GUIs - B:mixin_into_ae_guis=true -} - - -reconstruction_chamber { - B:enabled=true -} - - -upgrades { - # Enable Auto-Complete Upgrade cards for ME Interfaces - B:auto_complete=true - B:enabled=true - - # Enable GregTech Circuit Card for ME Interfaces - B:gregtech_circuit=true - - # Enable Hyper-Acceleration Upgrade cards for ME IO Ports - B:hyper_acceleration=true -} - - -void_cells { - # Enable Matter Condenser power - B:condenser_power=true - B:enabled=true -} - - diff --git a/config - Copy/natura.cfg b/config - Copy/natura.cfg deleted file mode 100644 index 4dc41e91..00000000 --- a/config - Copy/natura.cfg +++ /dev/null @@ -1,137 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 0.2 - -enable-disable { - B:"Drop barley seeds from grass"=true - B:"Drop cotton seeds from grass"=true - B:"Enable Clouds"=false - B:"Enable wheat to flour recipe"=true - B:"Generate Amaranth Trees"=true - B:"Generate Ash Clouds"=true - B:"Generate Barley Crops"=true - B:"Generate Blackberry Bushes"=true - B:"Generate Blightberry Bushes"=true - B:"Generate Bloodwood Trees"=true - B:"Generate Blue Glowshroom"=true - B:"Generate Bluebell Flowers"=true - B:"Generate Blueberry Bushes"=true - B:"Generate Cotton Crops"=true - B:"Generate Dark Clouds"=true - B:"Generate Darkwood Trees"=true - B:"Generate Duskberry Bushes"=true - B:"Generate Fusewood Trees"=true - B:"Generate Ghostwood Trees"=true - B:"Generate Glowshroom Trees"=true - B:"Generate Green Glowshroom"=true - B:"Generate Heat Sand"=true - B:"Generate Hopseed Trees"=true - B:"Generate Maloberry Bushes"=true - B:"Generate Maple Trees"=true - B:"Generate Overworld Clouds"=true - B:"Generate Purple Glowshroom"=true - B:"Generate Raspberry Bushes"=true - B:"Generate Redwood Trees"=false - B:"Generate Saguaro Cactus"=true - B:"Generate Sakura Trees"=true - B:"Generate Silverbell Trees"=true - B:"Generate Skyberry Bushes"=true - B:"Generate Small Eucalyptus Trees"=true - B:"Generate Stingberry Bushes"=true - B:"Generate Sulfur Clouds"=true - B:"Generate Tained Soil"=true - B:"Generate Thornvines"=true - B:"Generate Tigerwood Trees"=true - B:"Generate Willow Trees"=true - B:"Obelisks let players respawn in the Nether"=true -} - - -entities { - B:"Enable Heatscar Spiders"=false -} - - -mob-changes { - I:"Maximum Baby Heatscar Spiders on Spider Death"=4 - I:"Minimum Baby Heatscar Spiders on Spider Death"=2 -} - - -retrogen { - B:"Retroactive Generation"=false -} - - -worldgen { - I:"Amaranth Tree Spawn Rarity"=1 - I:"Ash Cloud Spawn Height"=40 - I:"Ash Cloud Spawn Range"=78 - I:"Ash Cloud Spawn Rarity"=8 - I:"Blackberry Spawn Range"=64 - I:"Blackberry Spawn Rarity"=48 - I:"Blightberry Spawn Range"=100 - I:"Blightberry Spawn Rarity"=18 - I:"Bloodwood Tree Spawn Rarity"=14 - I:"Blueberry Spawn Range"=64 - I:"Blueberry Spawn Rarity"=34 - I:"Cloud Spawn Height"=192 - I:"Cloud Spawn Range"=48 - I:"Cloud Spawn Rarity"=10 - I:"Dark Cloud Spawn Density"=10 - I:"Dark Cloud Spawn Height"=64 - I:"Dark Cloud Spawn Range"=256 - I:"Darkwood Tree Spawn Rarity"=10 - I:"Duskberry Spawn Range"=100 - I:"Duskberry Spawn Rarity"=18 - I:"Eucalyptus Tree Spawn Range"=32 - I:"Eucalyptus Tree Spawn Rarity"=25 - - # Controls what the lowest Y level trees can grow at in a flat world, make value lower if the tree will not grow - I:"Flat Sea level"=1 - I:"Fusewood Tree Spawn Rarity"=50 - I:"Ghostwood Tree Spawn Rarity"=10 - I:"Heat Sand Cluster Count"=4 - I:"Heat Sand Cluster Size"=33 - I:"Hopseed Tree Spawn Range"=20 - I:"Hopseed Tree Spawn Rarity"=10 - I:"Maloberry Spawn Range"=64 - I:"Maloberry Spawn Rarity"=40 - I:"Maple Tree Spawn Rarity"=10 - I:"Nether World Generation Dimension Blacklist" < - > - I:"Overworld World Generation Dimension Blacklist" < - > - I:"Raspberry Spawn Range"=64 - I:"Raspberry Spawn Rarity"=30 - I:"Redwood Tree Spawn Rarity"=150 - I:"Saguaro Cactus Spawn Rarity"=5 - I:"Sakura Tree Spawn Range"=32 - I:"Sakura Tree Spawn Rarity"=10 - - # Controls what the lowest Y level trees can grow at, make lower if the tree will not grow - I:"Sea level"=64 - I:"Silverbell Tree Spawn Rarity"=70 - I:"Skyberry Spawn Range"=100 - I:"Skyberry Spawn Rarity"=18 - I:"Stingberry Spawn Range"=100 - I:"Stingberry Spawn Rarity"=18 - I:"Sulfur Cloud Spawn Height"=40 - I:"Sulfur Cloud Spawn Range"=78 - I:"Sulfur Cloud Spawn Rarity"=8 - I:"Tainted Soil Cluster Count"=4 - I:"Tainted Soil Cluster Size"=33 - I:"Thornvines Spawn Rarity"=40 - I:"Tigerwood Tree Spawn Rarity"=30 - I:"Willow Tree Spawn Rarity"=10 - I:"dimension blacklist(ash clouds)" < - > - I:"dimension blacklist(clouds)" < - > - I:"dimension blacklist(dark clouds)" < - > - I:"dimension blacklist(sulfur clouds)" < - > -} - - diff --git a/config - Copy/naturescompass.cfg b/config - Copy/naturescompass.cfg deleted file mode 100644 index 42838b0b..00000000 --- a/config - Copy/naturescompass.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Configuration file - -client { - # Displays Nature's Compass information even while chat is open. - B:naturescompass.displayWithChatOpen=true - - # Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills - B:naturescompass.fixBiomeNames=true - - # The line offset for information rendered on the HUD. - I:naturescompass.overlayLineOffset=1 - - # The side for information rendered on the HUD. Ex: LEFT, RIGHT - S:naturescompass.overlaySide=LEFT -} - - -general { - # Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode. - B:naturescompass.allowTeleport=true - - # A list of biomes that the compass will not be able to search for. Specify by resource location (ex: minecraft:ocean) or ID (ex: 0) - S:naturescompass.biomeBlacklist < - > - - # biomeSize * distanceModifier = maxSearchDistance. Raising this value will increase search accuracy but will potentially make the process more resource intensive. - I:naturescompass.distanceModifier=2500 - - # The maximum samples to be taken when searching for a biome. - I:naturescompass.maxSamples=50000 - - # biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive. - I:naturescompass.sampleSpaceModifier=16 -} - - diff --git a/config - Copy/notes.cfg b/config - Copy/notes.cfg deleted file mode 100644 index 1406a6ea..00000000 --- a/config - Copy/notes.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file - -general { - # The date format used in timestamps. - S:notes.dateFormat=M/d/yy h:mm a - - # If false, the system's default text editor will be used to edit notes. - B:notes.inGameEditor=true - - # If false, the system's default text viewer will be used to open notes. - B:notes.inGameViewer=true - - # The maximum percentage of the screen's display height that a pinned note can take up. - D:notes.pinnedHeightScale=1.0 - - # The HUD position of a pinned note. Values: top_left, top_right, center_left, center_right, bottom_left, bottom_right - S:notes.pinnedNotePosition=center_right - - # The maximum width of a pinned note relative to the screen's width. - D:notes.pinnedWidthScale=0.2 - - # Whether or not displayed notes will be word wrapped. - B:notes.wrapNote=true -} - - diff --git a/config - Copy/nothirium.cfg b/config - Copy/nothirium.cfg deleted file mode 100644 index ffc3463e..00000000 --- a/config - Copy/nothirium.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file - -general { - # Valid values: - # AUTOMATIC - # GL43 - # GL42 - # GL20 - # GL15 - S:renderEngine=AUTOMATIC -} - - diff --git a/config - Copy/nuclearcraft.cfg b/config - Copy/nuclearcraft.cfg deleted file mode 100644 index 83ec354c..00000000 --- a/config - Copy/nuclearcraft.cfg +++ /dev/null @@ -1,1797 +0,0 @@ -# Configuration file - -accelerator { - # RF/s required to keep a superconducting electromagnet active. - I:accelerator_electromagnet_power=20000 - - # mB/s of liquid helium required to keep a superconducting supercooler active. - I:accelerator_supercooler_coolant=4 -} - - -armor { - # Durabilities of armor types. Order: boron, tough alloy, hard carbon, boron nitride, hazmat. - I:armor_durability < - 22 - 30 - 34 - 42 - 0 - > - - # Determines the quality of applied enchantments. Order: boron, tough alloy, hard carbon, boron nitride, hazmat. - I:armor_enchantability < - 6 - 15 - 12 - 20 - 5 - > - - # Effectiveness of individual armor pieces. Order: boots, legs, chest, helm. - I:armor_boron < - 2 - 5 - 7 - 3 - > - - # Effectiveness of individual armor pieces. Order: boots, legs, chest, helm. - I:armor_tough < - 3 - 6 - 7 - 3 - > - - # Effectiveness of individual armor pieces. Order: boots, legs, chest, helm. - I:armor_hard_carbon < - 3 - 5 - 7 - 3 - > - - # Effectiveness of individual armor pieces. Order: boots, legs, chest, helm. - I:armor_boron_nitride < - 3 - 6 - 8 - 3 - > - - # Effectiveness of individual armor pieces. Order: boots, legs, chest, helm. - I:armor_hazmat < - 3 - 6 - 7 - 3 - > - - # Toughnesses of armor types. Order: boron, tough alloy, hard carbon, boron nitride, hazmat. - D:armor_toughness < - 1.0 - 2.0 - 1.0 - 2.0 - 0.0 - > - - # Will these materials be registered as armor materials for Construct's Armory? Order: boron, tough alloy, hard carbon, boron nitride, thorium, uranium, magnesium, chocolate. - B:armor_conarm_register < - true - true - true - true - true - true - true - true - > -} - - -energy_storage { - # Maximum RF storable. Order: Voltaic Pile [Basic, Advanced, DU, Elite], Lithium Ion Battery [Basic, Advanced, DU, Elite]. - I:battery_capacity < - 1600000 - 6400000 - 25600000 - 102400000 - 32000000 - 128000000 - 512000000 - 2048000000 - > -} - - -entities { - # The range at which Minecraft will send tracking updates for NC entities. - I:entity_tracking_range=64 - - # Will these entities be registered to spawn? Order: feral ghoul. - B:entity_register < - true - > -} - - -fission { - # The base energy capacity of fission reactors. This is multiplied by the volume of the reactor to determine the energy capacity. - I:fission_base_capacity=64000 - - # The base maximum heat of fission reactors. This is multiplied by the volume of the reactor to determine the maximum heat. - I:fission_base_max_heat=25000 - - # Modifies the power generated by fission reactors. - D:fission_power=2.5 - - # Modifies the rate of fuel used by fission reactors. - D:fission_fuel_use=1.0 - - # Modifies the heat generated by fission reactors. - D:fission_heat_generation=1.0 - - # Base heat removed per tick. Order: water, redstone, quartz, gold, glowstone, lapis, diamond, liquid helium, enderium, cryotheum, iron, emerald, copper, tin, magnesium. - D:fission_cooling_rate < - 60.0 - 90.0 - 90.0 - 120.0 - 130.0 - 120.0 - 150.0 - 140.0 - 120.0 - 160.0 - 80.0 - 160.0 - 80.0 - 120.0 - 110.0 - > - - # Heat removed per tick/mB. Order: water, redstone, quartz, gold, glowstone, lapis, diamond, liquid helium, ender, cryotheum, iron, emerald, copper, tin, magnesium. - D:fission_active_cooling_rate < - 300.0 - 6400.0 - 6000.0 - 9600.0 - 8000.0 - 5600.0 - 14000.0 - 13200.0 - 10800.0 - 12800.0 - 4800.0 - 7200.0 - 5200.0 - 6000.0 - 7200.0 - > - - # Do water coolers have to fulfill their position requirements to be valid? - B:fission_water_cooler_requirement=true - - # Can fission reactors overheat? - B:fission_overheat=true - - # Will fission reactors explode when they overheat? - B:fission_explosions=false - - # Modifies the radiation leaked by meltdowns. - D:fission_meltdown_radiation_multiplier=1.0 - - # Minimum side length of fission structures. - I:fission_min_size=1 - - # Maximum side length of fission structures. - I:fission_max_size=24 - - # Percentage heat level of a fission reactor at which a comparator adjacent to the controller will output a full-strength redstone signal. - I:fission_comparator_max_heat=50 - - # If enabled, the controller of a heat-negative or heat-neutral reactor will output a heat-based comparator signal as if it were heat-positive instead of an energy-based one. - B:fission_force_heat_comparator=false - - # Maximum rate at which the Active Fluid Cooler uses coolant in mB/s. - I:fission_active_cooler_max_rate=10 - - # Modifier for the volume of fission sound effects. - D:fission_sound_volume=1.0 - - # *Only effects new mechanics.* Determines the extra power generated by each moderator block adjacent to a reactor cell. Equal to the effective number of extra cell's worth of power that would be generated by a cell totally surrounded by moderator blocks. Each moderator block will contribute one sixth of this amount of power (the amount of additional power scales linearly with the number of moderator blocks). - D:fission_moderator_extra_power=1.0 - - # *Only effects new mechanics.* Determines the extra heat generated by each moderator block adjacent to a reactor cell. Equal to the effective number of extra cell's worth of heat that would be generated by a cell totally surrounded by moderator blocks. Each moderator block will contribute one sixth of this amount of heat (the amount of additional heat scales linearly with the number of moderator blocks). - D:fission_moderator_extra_heat=2.0 - - # *Only effects new mechanics.* Maximum number of moderator blocks that can be between two cells for neutron radiation to be shared between them and their efficiency to increase. - I:fission_neutron_reach=4 - - # Base ticks the fuels last. Order: TBU, TBU Oxide. - D:fission_thorium_fuel_time < - 144000.0 - 144000.0 - > - - # Base RF/t the fuels produce. Order: TBU, TBU Oxide. - D:fission_thorium_power < - 60.0 - 84.0 - > - - # Base heat the fuels produce. Order: TBU, TBU Oxide. - D:fission_thorium_heat_generation < - 18.0 - 22.5 - > - - # Base radiation the fuels produce while processing. Order: TBU, TBU Oxide. - D:fission_thorium_radiation < - 5.156250100546876E-4 - 5.156250100546876E-4 - > - - # Base ticks the fuels last. Order: LEU-233, LEU-233 Oxide, HEU-233, HEU-233 Oxide, LEU-235, LEU-235 Oxide, HEU-235, HEU-235 Oxide. - D:fission_uranium_fuel_time < - 64000.0 - 64000.0 - 64000.0 - 64000.0 - 72000.0 - 72000.0 - 72000.0 - 72000.0 - > - - # Base RF/t the fuels produce. Order: LEU-233, LEU-233 Oxide, HEU-233, HEU-233 Oxide, LEU-235, LEU-235 Oxide, HEU-235, HEU-235 Oxide. - D:fission_uranium_power < - 144.0 - 201.6 - 576.0 - 806.4 - 120.0 - 168.0 - 480.0 - 672.0 - > - - # Base heat the fuels produce. Order: LEU-233, LEU-233 Oxide, HEU-233, HEU-233 Oxide, LEU-235, LEU-235 Oxide, HEU-235, HEU-235 Oxide. - D:fission_uranium_heat_generation < - 60.0 - 75.0 - 360.0 - 450.0 - 50.0 - 62.5 - 300.0 - 375.0 - > - - # Base radiation the fuels produce while processing. Order: LEU-233, LEU-233 Oxide, HEU-233, HEU-233 Oxide, LEU-235, LEU-235 Oxide, HEU-235, HEU-235 Oxide. - D:fission_uranium_radiation < - 5.15723465625E-4 - 5.15723465625E-4 - 5.16018767578125E-4 - 5.16018767578125E-4 - 5.1562505078125E-4 - 5.1562505078125E-4 - 5.15625108203125E-4 - 5.15625108203125E-4 - > - - # Base ticks the fuels last. Order: LEN-236, LEN-236 Oxide, HEN-236, HEN-236 Oxide. - D:fission_neptunium_fuel_time < - 102000.0 - 102000.0 - 102000.0 - 102000.0 - > - - # Base RF/t the fuels produce. Order: LEN-236, LEN-236 Oxide, HEN-236, HEN-236 Oxide. - D:fission_neptunium_power < - 90.0 - 126.0 - 360.0 - 504.0 - > - - # Base heat the fuels produce. Order: LEN-236, LEN-236 Oxide, HEN-236, HEN-236 Oxide. - D:fission_neptunium_heat_generation < - 36.0 - 45.0 - 216.0 - 270.0 - > - - # Base radiation the fuels produce while processing. Order: LEN-236, LEN-236 Oxide, HEN-236, HEN-236 Oxide. - D:fission_neptunium_radiation < - 5.157853125E-4 - 5.157853125E-4 - 5.160679687500001E-4 - 5.160679687500001E-4 - > - - # Base ticks the fuels last. Order: LEP-239, LEP-239 Oxide, HEP-239, HEP-239 Oxide, LEP-241, LEP-241 Oxide, HEP-241, HEP-241 Oxide. - D:fission_plutonium_fuel_time < - 92000.0 - 92000.0 - 92000.0 - 92000.0 - 60000.0 - 60000.0 - 60000.0 - 60000.0 - > - - # Base RF/t the fuels produce. Order: LEP-239, LEP-239 Oxide, HEP-239, HEP-239 Oxide, LEP-241, LEP-241 Oxide, HEP-241, HEP-241 Oxide. - D:fission_plutonium_power < - 105.0 - 147.0 - 420.0 - 588.0 - 165.0 - 231.0 - 660.0 - 924.0 - > - - # Base heat the fuels produce. Order: LEP-239, LEP-239 Oxide, HEP-239, HEP-239 Oxide, LEP-241, LEP-241 Oxide, HEP-241, HEP-241 Oxide. - D:fission_plutonium_heat_generation < - 40.0 - 50.0 - 240.0 - 300.0 - 70.0 - 87.5 - 420.0 - 525.0 - > - - # Base radiation the fuels produce while processing. Order: LEP-239, LEP-239 Oxide, HEP-239, HEP-239 Oxide, LEP-241, LEP-241 Oxide, HEP-241, HEP-241 Oxide. - D:fission_plutonium_radiation < - 5.166109375000001E-4 - 5.166109375000001E-4 - 5.184296875E-4 - 5.184296875E-4 - 0.0016331499999999999 - 0.0016331499999999999 - 0.004984585937499999 - 0.004984585937499999 - > - - # Base ticks the fuels last. Order: MOX-239, MOX-241. - D:fission_mox_fuel_time < - 84000.0 - 56000.0 - > - - # Base RF/t the fuels produce. Order: MOX-239, MOX-241. - D:fission_mox_power < - 155.4 - 243.6 - > - - # Base heat the fuels produce. Order: MOX-239, MOX-241. - D:fission_mox_heat_generation < - 57.5 - 97.5 - > - - # Base radiation the fuels produce while processing. Order: MOX-239, MOX-241. - D:fission_mox_radiation < - 5.162734656250001E-4 - 0.0016328125281249999 - > - - # Base ticks the fuels last. Order: LEA-242, LEA-242 Oxide, HEA-242, HEA-242 Oxide. - D:fission_americium_fuel_time < - 54000.0 - 54000.0 - 54000.0 - 54000.0 - > - - # Base RF/t the fuels produce. Order: LEA-242, LEA-242 Oxide, HEA-242, HEA-242 Oxide. - D:fission_americium_power < - 192.0 - 268.8 - 768.0 - 1075.2 - > - - # Base heat the fuels produce. Order: LEA-242, LEA-242 Oxide, HEA-242, HEA-242 Oxide. - D:fission_americium_heat_generation < - 94.0 - 117.5 - 564.0 - 705.0 - > - - # Base radiation the fuels produce while processing. Order: LEA-242, LEA-242 Oxide, HEA-242, HEA-242 Oxide. - D:fission_americium_radiation < - 6.440625E-4 - 6.440625E-4 - 9.703125E-4 - 9.703125E-4 - > - - # Base ticks the fuels last. Order: LECm-243, LECm-243 Oxide, HECm-243, HECm-243 Oxide, LECm-245, LECm-245 Oxide, HECm-245, HECm-245 Oxide, LECm-247, LECm-247 Oxide, HECm-247, HECm-247 Oxide. - D:fission_curium_fuel_time < - 52000.0 - 52000.0 - 52000.0 - 52000.0 - 68000.0 - 68000.0 - 68000.0 - 68000.0 - 78000.0 - 78000.0 - 78000.0 - 78000.0 - > - - # Base RF/t the fuels produce. Order: LECm-243, LECm-243 Oxide, HECm-243, HECm-243 Oxide, LECm-245, LECm-245 Oxide, HECm-245, HECm-245 Oxide, LECm-247, LECm-247 Oxide, HECm-247, HECm-247 Oxide. - D:fission_curium_power < - 210.0 - 294.0 - 840.0 - 1176.0 - 162.0 - 226.8 - 648.0 - 907.2 - 138.0 - 193.2 - 552.0 - 772.8 - > - - # Base heat the fuels produce. Order: LECm-243, LECm-243 Oxide, HECm-243, HECm-243 Oxide, LECm-245, LECm-245 Oxide, HECm-245, HECm-245 Oxide, LECm-247, LECm-247 Oxide, HECm-247, HECm-247 Oxide. - D:fission_curium_heat_generation < - 112.0 - 140.0 - 672.0 - 840.0 - 68.0 - 85.0 - 408.0 - 510.0 - 54.0 - 67.5 - 324.0 - 405.0 - > - - # Base radiation the fuels produce while processing. Order: LECm-243, LECm-243 Oxide, HECm-243, HECm-243 Oxide, LECm-245, LECm-245 Oxide, HECm-245, HECm-245 Oxide, LECm-247, LECm-247 Oxide, HECm-247, HECm-247 Oxide. - D:fission_curium_radiation < - 0.0010815625 - 0.0010815625 - 0.002688671875 - 0.002688671875 - 5.44375E-4 - 5.44375E-4 - 5.39921875E-4 - 5.39921875E-4 - 5.425010078125E-4 - 5.425010078125E-4 - 5.324259062500001E-4 - 5.324259062500001E-4 - > - - # Base ticks the fuels last. Order: LEB-248, LEB-248 Oxide, HEB-248, HEB-248 Oxide. - D:fission_berkelium_fuel_time < - 86000.0 - 86000.0 - 86000.0 - 86000.0 - > - - # Base RF/t the fuels produce. Order: LEB-248, LEB-248 Oxide, HEB-248, HEB-248 Oxide. - D:fission_berkelium_power < - 135.0 - 189.0 - 540.0 - 756.0 - > - - # Base heat the fuels produce. Order: LEB-248, LEB-248 Oxide, HEB-248, HEB-248 Oxide. - D:fission_berkelium_heat_generation < - 52.0 - 65.0 - 312.0 - 390.0 - > - - # Base radiation the fuels produce while processing. Order: LEB-248, LEB-248 Oxide, HEB-248, HEB-248 Oxide. - D:fission_berkelium_radiation < - 6.570312500000001E-4 - 6.570312500000001E-4 - 7.75390625E-4 - 7.75390625E-4 - > - - # Base ticks the fuels last. Order: LECf-249, LECf-249 Oxide, HECf-249, HECf-249 Oxide, LECf-251, LECf-251 Oxide, HECf-251, HECf-251 Oxide. - D:fission_californium_fuel_time < - 60000.0 - 60000.0 - 60000.0 - 60000.0 - 58000.0 - 58000.0 - 58000.0 - 58000.0 - > - - # Base RF/t the fuels produce. Order: LECf-249, LECf-249 Oxide, HECf-249, HECf-249 Oxide, LECf-251, LECf-251 Oxide, HECf-251, HECf-251 Oxide. - D:fission_californium_power < - 216.0 - 302.4 - 864.0 - 1209.6 - 225.0 - 315.0 - 900.0 - 1260.0 - > - - # Base heat the fuels produce. Order: LECf-249, LECf-249 Oxide, HECf-249, HECf-249 Oxide, LECf-251, LECf-251 Oxide, HECf-251, HECf-251 Oxide. - D:fission_californium_heat_generation < - 116.0 - 145.0 - 696.0 - 870.0 - 120.0 - 150.0 - 720.0 - 900.0 - > - - # Base radiation the fuels produce while processing. Order: LECf-249, LECf-249 Oxide, HECf-249, HECf-249 Oxide, LECf-251, LECf-251 Oxide, HECf-251, HECf-251 Oxide. - D:fission_californium_radiation < - 0.04806015625 - 0.04806015625 - 0.03038125 - 0.03038125 - 0.04803359375 - 0.04803359375 - 0.030274999999999996 - 0.030274999999999996 - > -} - - -fusion { - # Modifies the power generated by fusion reactors. - D:fusion_base_power=3.0 - - # Modifies the rate of fuel used by fusion reactors. - D:fusion_fuel_use=1.0 - - # Modifies the heat generated by fusion reactors while running. - D:fusion_heat_generation=1.0 - - # Modifies the heating rate of fusion reactors before running. - D:fusion_heating_multiplier=1.0 - - # Can fusion reactors overheat? - B:fusion_overheat=true - - # Modifies the radiation leaked by meltdowns. - D:fusion_meltdown_radiation_multiplier=1.0 - - # Can fusion reactors be actively cooled (disable if suffering from lag)? - B:fusion_active_cooling=true - - # Base heat removed per tick/mB. Order: water, redstone, quartz, gold, glowstone, lapis, diamond, liquid helium, ender, cryotheum, iron, emerald, copper, tin, magnesium. - D:fusion_active_cooling_rate < - 400.0 - 25600.0 - 24000.0 - 38400.0 - 32000.0 - 22400.0 - 56000.0 - 52800.0 - 43200.0 - 51200.0 - 19200.0 - 28800.0 - 20800.0 - 24000.0 - 48800.0 - > - - # Minimum size of fusion toroids. - I:fusion_min_size=1 - - # Maximum size of fusion toroids. - I:fusion_max_size=24 - - # Efficiency of a fusion reactor at which a comparator adjacent to the core will output a full-strength redstone signal. - I:fusion_comparator_max_efficiency=90 - - # RF/s required to keep an electromagnet active. - I:fusion_electromagnet_power=4000 - - # Will fusion plasma start fires? Disabling this will reduce lag somewhat. - B:fusion_plasma_craziness=true - - # Modifier for the volume of fusion sound effects. - D:fusion_sound_volume=1.0 - - # Base ticks the fuel combos last. Order: H-H, H-D, H-T, H-He3, H-Li6, H-Li7, H-B11, D-D, D-T, D-He3, ..., D-B11, T-T, ..., T-B11, ..., B11-B11. - D:fusion_fuel_time < - 100.0 - 150.0 - 200.0 - 200.0 - 350.0 - 400.0 - 600.0 - 200.0 - 250.0 - 250.0 - 400.0 - 450.0 - 650.0 - 300.0 - 300.0 - 450.0 - 500.0 - 700.0 - 300.0 - 450.0 - 500.0 - 700.0 - 600.0 - 650.0 - 850.0 - 700.0 - 900.0 - 1100.0 - > - - # Base RF/t the fuel combos produce. Order: H-H, H-D, H-T, H-He3, H-Li6, H-Li7, H-B11, D-D, D-T, D-He3, ..., D-B11, T-T, ..., T-B11, ..., B11-B11. - D:fusion_power < - 442.0 - 1123.0 - 0.3 - 3036.0 - 351.0 - 1330.0 - 444.0 - 507.0 - 1726.0 - 2252.0 - 1716.0 - 859.0 - 261.0 - 901.0 - 1099.0 - 915.0 - 435.0 - 7.0 - 1315.0 - 1151.0 - 727.0 - 140.0 - 1068.0 - 552.0 - 157.0 - 229.0 - 0.45 - 0.05 - > - - # Heat variables that determine the efficiency curves of the fuel combos. These are proportional to the optimal temperatures. Order: H-H, H-D, H-T, H-He3, H-Li6, H-Li7, H-B11, D-D, D-T, D-He3, ..., D-B11, T-T, ..., T-B11, ..., B11-B11. - D:fusion_heat_variable < - 3635.0 - 1022.0 - 4964.0 - 2740.0 - 5972.0 - 4161.0 - 13432.0 - 949.0 - 670.0 - 2160.0 - 3954.0 - 4131.0 - 13853.0 - 736.0 - 2137.0 - 4079.0 - 4522.0 - 27254.0 - 5420.0 - 7800.0 - 7937.0 - 24266.0 - 11268.0 - 11927.0 - 30399.0 - 13630.0 - 166414.0 - 293984.0 - > - - # Base radiation the fuel combos produce while processing. Order: H-H, H-D, H-T, H-He3, H-Li6, H-Li7, H-B11, D-D, D-T, D-He3, ..., D-B11, T-T, ..., T-B11, ..., B11-B11. - D:fusion_radiation < - 4.921875E-9 - 4.921875E-9 - 2.58598671875E-4 - 4.921875E-9 - 1.79692421875E-4 - 4.921875E-9 - 4.921875E-9 - 1.29301796875E-4 - 2.58598671875E-4 - 4.921875E-9 - 4.921875E-9 - 7.8911171875E-5 - 7.8911171875E-5 - 5.17192421875E-4 - 7.8911171875E-5 - 7.8911171875E-5 - 1.57817421875E-4 - 1.57817421875E-4 - 4.921875E-9 - 4.921875E-9 - 4.921875E-9 - 4.921875E-9 - 4.921875E-9 - 7.8911171875E-5 - 7.8911171875E-5 - 1.57817421875E-4 - 1.57817421875E-4 - 1.57817421875E-4 - > -} - - -generators { - # RF/t generated. Order: Uranium, Plutonium, Americium, Californium. - I:rtg_power < - 4 - 100 - 50 - 400 - > - - # RF/t generated. Order: Basic, Advanced, DU, Elite. - I:solar_power < - 5 - 20 - 80 - 320 - > - - # Mean lifetimes of adjacent radioactive blocks. Order: Thorium, Uranium, Depleted Thorium, Depleted Uranium, Depleted Neptunium, Depleted Plutonium, Depleted Americium, Depleted Curium, Depleted Berkelium, Depleted Californium. - D:decay_lifetime < - 74880.0 - 24480.0 - 43920.0 - 47520.0 - 42600.0 - 15360.0 - 63360.0 - 10200.0 - 8640.0 - 78240.0 - > - - # RF/s generated by adjacent radioactive blocks. Order: Thorium, Uranium, Depleted Thorium, Depleted Uranium, Depleted Neptunium, Depleted Plutonium, Depleted Americium, Depleted Curium, Depleted Berkelium, Depleted Californium. - I:decay_power < - 80 - 80 - 15 - 5 - 10 - 15 - 20 - 25 - 30 - 40 - > -} - - -heat_exchanger { - # Minimum side length of heat exchangers. - I:heat_exchanger_min_size=1 - - # Maximum side length of heat exchangers. - I:heat_exchanger_max_size=24 - - # Multiplier for heat transfer rate to and from this type of tube. For heat exchanging tubes, heating recipes will be faster by this factor while cooling recipes will be slower by this factor. For condensation tubes, recipes will simply be faster by this factor. Order: copper, hard carbon, thermoconducting alloy. - D:heat_exchanger_conductivity < - 1.0 - 0.2 - 5.5 - > - - # Multiplier for the heat required to cool hot coolant. - D:heat_exchanger_coolant_mult=100.0 - - # Will exhaust steam be heated into standard steam rather than low pressure steam? - B:heat_exchanger_alternate_exhaust_recipe=false - - # The input and output tank capacities of each exchanger tube. - I:heat_exchanger_tube_tank_capacity < - 32000 - 64000 - > - - # The input and output tank capacities of each condenser tube. - I:heat_exchanger_condenser_tube_tank_capacity < - 128000 - 32000 - > - - # Multiplier for the fraction of stored fluid that exchanger tubes will spread to adjacent components. - D:heat_exchanger_tube_spread_ratio=0.5 - - # Multiplier for the fraction of stored fluid that condenser tubes will spread to adjacent components. - D:heat_exchanger_condenser_tube_spread_ratio=0.5 -} - - -ores { - # List of IDs of dimensions to whitelist/blacklist for ore generation. - I:ore_dims < - 0 - 2 - -6 - -100 - 4598 - -9999 - -11325 - > - - # Is the dimension list a whitelist (false) or a blacklist (true)? - B:ore_dims_list_type=false - - # Will ores generate in the world? Order: copper, tin, lead, thorium, uranium, boron, lithium, magnesium. - B:ore_gen < - false - false - false - true - true - true - true - true - > - - # Numbers of ore blocks per ore chunk. Order: copper, tin, lead, thorium, uranium, boron, lithium, magnesium. - I:ore_size < - 6 - 6 - 6 - 4 - 4 - 5 - 5 - 5 - > - - # Rates at which ores generate. Order: copper, tin, lead, thorium, uranium, boron, lithium, magnesium. - I:ore_rate < - 5 - 4 - 6 - 4 - 4 - 6 - 6 - 4 - > - - # Minimum heights at which ores generate. Order: copper, tin, lead, thorium, uranium, boron, lithium, magnesium. - I:ore_min_height < - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - > - - # Maximum heights at which ores generate. Order: copper, tin, lead, thorium, uranium, boron, lithium, magnesium. - I:ore_max_height < - 48 - 40 - 36 - 32 - 32 - 28 - 28 - 24 - > - - # Will vanilla ores drop extra resources? Order: rhodochrosite, beryllium dust, zirconium dust, fluorite, sulfur, villiaumite, carobbiite. - B:ore_drops < - false - false - false - false - false - false - false - > - - # Remove disabled ores from the Ore Dictionary and JEI? - B:hide_disabled_ores=false - - # Pickaxe harvest levels of ores. Order: copper, tin, lead, thorium, uranium, boron, lithium, magnesium. - I:ore_harvest_levels < - 1 - 1 - 1 - 2 - 2 - 2 - 2 - 2 - > -} - - -other { - # Combine all creative tabs into a single large one? - B:single_creative_tab=false - - # Register processors to the game? Order: Nuclear Furnace, Manufactory, Isotope Separator, Decay Hastener, Fuel Reprocessor, Alloy Furnace, Fluid Infuser, Melter, Supercooler, Electrolyzer, Neutron Irradiator, Ingot Former, Pressurizer, Chemical Reactor, Salt Mixer, Crystallizer, Fluid Enricher, Fluid Extractor, Centrifuge, Rock Crusher. - B:register_processor < - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - > - - # Register passive machine to the game? Order: Helium Collector, Cobblestone Generator, Infinite Water Source, Nitrogen Collector. - B:register_passive < - true - true - true - true - > - - # Register tool types to the game? Order: boron, tough alloy, hard carbon, boron nitride. - B:register_tool < - true - true - true - true - > - - # Register armor types to the game? Order: boron, tough alloy, hard carbon, boron nitride. - B:register_armor < - true - true - true - true - > - - # Hold down the control key rather than the shift key to show extra tooltip info? - B:ctrl_info=false - - # Will the chance item output cycle in JEI include empty stacks if a possible output stack size is 0? If false, a minimum stack size of 1 shall be shown - although some info about the recipe is lost this way, it looks much neater. This will only effect the outputs in JEI and not the actual functioning of the machines. - B:jei_chance_items_include_null=false - - # Will mobs drop rare items? - B:rare_drops=false - - # Will NuclearCraft loot generate in chests? - B:dungeon_loot=true - - # Will the Wasteland Biome generate in the Overworld? - B:wasteland_biome=true - - # The weight assigned to the generation of the Wasteland Biomes - higher numbers correspond to higher generation rates. - I:wasteland_biome_weight=4 - - # Will the Wasteland Dimension be generated? - B:wasteland_dimension_gen=true - - # Set the dimension ID for the Wasteland Dimension. - I:wasteland_dimension=4598 - - # Glowing Mushroom spread rate. - I:mushroom_spread_rate=16 - - # Will glowing mushrooms generate in the nether? - B:mushroom_gen=true - - # Determines how many glowing mushrooms will spawn at a time. - I:mushroom_gen_size=64 - - # Determines how often glowing mushrooms will spawn. - I:mushroom_gen_rate=40 - - # Register fission fluid and molten salt coolant blocks? Keep false if running low on block IDs. - B:register_fluid_blocks=false - - # Register alternative Thermal Foundation fluids? It is recommended that this is set to true if no CoFH mods are installed. - B:register_cofh_fluids=false - - # Register NC raw material EMC values if ProjectE is installed? - B:register_projecte_emc=true - - # Will Ore Dictionary inputs be used for 'ingot <-> block' crafting and 'dust -> ingot' furnace recipes? If false, the NC ingredient will be used. - B:ore_dict_raw_material_recipes=false - - # Will Ore Dictionary outputs be prioritised according to the mod list below? If false, the default Ore Dict entry will be used when deciding machine outputs. - B:ore_dict_priority_bool=true - - # Determines the priority of each mod's ore dictionary entries - earlier mods' IDs in this list have a higher priority. This is used to determine which mod's corresponding item is produced in machine recipes. If no matching mod is found, the default entry is used. - S:ore_dict_priority < - minecraft - thermalfoundation - techreborn - nuclearcraft - immersiveengineering - mekanism - ic2 - appliedenergistics2 - refinedstorage - actuallyadditions - advancedRocketry - thaumcraft - biomesoplenty - > -} - - -processors { - # Base ticks per process. Order: Manufactory, Isotope Separator, Decay Hastener, Fuel Reprocessor, Alloy Furnace, Fluid Infuser, Melter, Supercooler, Electrolyzer, Neutron Irradiator, Ingot Former, Pressurizer, Chemical Reactor, Salt Mixer, Crystallizer, Fluid Enricher, Fluid Extractor, Centrifuge, Rock Crusher. - I:processor_time < - 400 - 800 - 800 - 400 - 400 - 600 - 800 - 600 - 3200 - 800 - 400 - 600 - 800 - 600 - 1600 - 600 - 2400 - 1200 - 400 - > - - # Base RF/t use during processing. Order: Manufactory, Isotope Separator, Decay Hastener, Fuel Reprocessor, Alloy Furnace, Fluid Infuser, Melter, Supercooler, Electrolyzer, Neutron Irradiator, Ingot Former, Pressurizer, Chemical Reactor, Salt Mixer, Crystallizer, Fluid Enricher, Fluid Extractor, Centrifuge, Rock Crusher. - I:processor_power < - 20 - 10 - 10 - 20 - 10 - 10 - 40 - 20 - 40 - 20 - 0 - 40 - 10 - 20 - 10 - 10 - 10 - 10 - 20 - > - - # Power laws for speed upgrades. Order: Processing Time, Processing Power. - D:speed_upgrade_power_laws_fp < - 1.0 - 2.0 - > - - # Base multipliers for speed upgrades. Order: Processing Time, Processing Power. - D:speed_upgrade_multipliers_fp < - 1.0 - 1.0 - > - - # Power laws for energy upgrades. Order: Processing Power. - D:energy_upgrade_power_laws_fp < - 1.0 - > - - # Base multipliers for energy upgrades. Order: Processing Power. - D:energy_upgrade_multipliers_fp < - 1.0 - > - - # Conversion ratio between Redstone Flux and IC2 Energy Units. - I:rf_per_eu=16 - - # gui.nc.config.enable_ic2_eu.comment - B:enable_ic2_eu=true - - # If true, energy from GTCE can be accepted and emitted by NC machines. - B:enable_gtce_eu=true - - # If true, gas from Mekanism can be handled by NC machines. - B:enable_mek_gas=true - - # Ticks per machine update - used for various processes such as GUI updates and multiblock structure checks. - I:machine_update_rate=20 - - # Rates at which passive machines produce materials. Order: Helium Collector, Cobblestone Generator, Infinite Water Source, Nitrogen Collector. - I:processor_passive_rate < - 100 - 20 - 4000 - 50 - > - - # Will passive machines that produce materials automatically push to adjacent inventories and fluid handlers? - B:passive_push=true - - # RF/s required for Cobblestone Generator to run. - I:cobble_gen_power=0 - - # Can NuclearCraft machines process ores? - B:ore_processing=true - - # Specify the size of the output stack for Manufactory wood processing recipes. Order: Logs->Planks, Planks->Sticks. - I:manufactory_wood < - 6 - 4 - > - - # Use an alternate set of recipes for the Rock Crusher that only produce NC dusts? - B:rock_crusher_alternate=false - - # If enabled, recipes of the corresponding NC machine will also be added for GTCE machines. Order: Manufactory, Isotope Separator, Decay Hastener, Fuel Reprocessor, Alloy Furnace, Fluid Infuser, Melter, Supercooler, Electrolyzer, Neutron Irradiator, Ingot Former, Pressurizer, Chemical Reactor, Salt Mixer, Crystallizer, Fluid Enricher, Fluid Extractor, Centrifuge, Rock Crusher. - B:gtce_recipe_integration < - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - true - > - - # Will GTCE recipe additions be logged? - B:gtce_recipe_logging=false - - # Will a machine's valid inputs depend on the stacks already in its input slots as well as its possible recipes? - B:smart_processor_input=true - - # Will passive machines such as Active Coolers and Electromagnets spread their items, fluid and energy to adjacent passive machines? - B:passive_permeation=true - - # Will machines produce particle effects while running? - B:processor_particles=false -} - - -radiation { - # Will nuclear radiation exist in the world? Note that the game will require a restart for radiation-related items to be shown in JEI after enabling this feature. - B:radiation_enabled=true - - # gui.nc.config.radiation_immune_players.comment - S:radiation_immune_players < - > - - # The maximum number of chunks in which radiation will be updated per tick. - I:radiation_world_chunks_per_tick=5 - - # The number of ticks between each player radiation update. - I:radiation_player_tick_rate=5 - - # List of dimensions and their background radiation levels. Format: 'dimID_radiationLevel'. - S:radiation_worlds < - 4598_2.25 - 821_1.1 - > - - # List of biomes and their background radiation levels. These values stack with the underlying world's background radiation. Format: 'modid:biomeName_radiationLevel'. - S:radiation_biomes < - nuclearcraft:nuclear_wasteland_0.25 - > - - # List of structures and their background radiation levels. These values stack with the underlying world or biome's background radiation. Format: 'structureName_radiationLevel'. - S:radiation_structures < - Fortress_0.0025 - Mineshaft_0.00005 - Stronghold_0.001 - > - - # List of dimensions and their radiation level limits. Format: 'dimID_radiationLimit'. - S:radiation_world_limits < - > - - # List of biomes and their radiation level limits. These values stack with the underlying world's background radiation. Format: 'modid:biomeName_radiationLimit'. - S:radiation_biome_limits < - > - - # List of IDs of dimensions to blacklist for biome background radiation. - I:radiation_from_biomes_dims_blacklist < - 144 - > - - # List of ore dict entries and their stack radiation levels. Can be used to overwrite default values. Format: 'oreName_radiationLevel'. - S:radiation_ores < - depletedFuelIC2U_4.6120111111111115E-6 - depletedFuelIC2MOX_1.2911111111111112E-4 - > - - # List of items and their stack radiation levels. Can be used to overwrite default values. Format: 'modid:name:meta_radiationLevel'. - S:radiation_items < - ic2:nuclear:0_0.000000000048108553 - ic2:nuclear:1_1.45E-9 - ic2:nuclear:2_2.25E-10 - ic2:nuclear:3_4.15E-5 - ic2:nuclear:4_0.000000833741517857143 - ic2:nuclear:5_1.6111111111111111E-10 - ic2:nuclear:6_2.5E-11 - ic2:nuclear:7_4.611111111111111E-6 - ic2:nuclear:8_0.000000000048108553 - ic2:nuclear:9_0.000000833741517857143 - ic2:nuclear:10_0.0345 - ic2:nuclear:11_4.6120111111111115E-6 - ic2:nuclear:12_9.224022222222223E-6 - ic2:nuclear:13_1.8448044444444446E-5 - ic2:nuclear:14_1.2911111111111112E-4 - ic2:nuclear:15_2.5822222222222224E-4 - ic2:nuclear:16_5.164444444444445E-4 - > - - # List of blocks and their radiation levels. Can be used to overwrite default values. Format: 'modid:name:meta_radiationLevel'. - S:radiation_blocks < - contenttweaker:salt_exchanger_vessel:0_1.5 - contenttweaker:fuel_exchanger_vessel:0_1.5 - contenttweaker:heat_sink_vessel:0_1.5 - > - - # List of fluids and their radiation levels. Can be used to overwrite default values. If the fluid has a corresponding block, then it will also be given a radiation level. Format: 'fluidName_radiationLevel'. - S:radiation_fluids < - > - - # List of foods and the rads and rad resistance gained on consumption. Negative values mean rads and rad resistance will be lost. Can be used to overwrite default values. Format: 'modid:name:meta_radiationLevel_radiationResistance'. - S:radiation_foods < - minecraft:golden_apple:0_-20_0.1 - minecraft:golden_apple:1_-100_0.5 - minecraft:golden_carrot:0_-4_0 - minecraft:spider_eye:0_0_0.5 - minecraft:poisonous_potato:0_0_0.5 - minecraft:fish:3_0_2 - minecraft:rabbit_stew:0_0_0.1 - minecraft:chorus_fruit:0_0_-0.25 - minecraft:beetroot:0_0_0.25 - minecraft:beetroot_soup:0_0_1.5 - quark:golden_frog_leg:0_-4_0 - > - - # List of ore dict entries that will be forced not have a radiation level. Format: 'oreName'. - S:radiation_ores_blacklist < - > - - # List of items that will be forced not have a radiation level. Format: 'modid:name:meta'. - S:radiation_items_blacklist < - > - - # List of blocks that will be forced not have a radiation level. Format: 'modid:name:meta'. - S:radiation_blocks_blacklist < - > - - # List of fluids that will be forced not have a radiation level. Format: 'fluidName'. - S:radiation_fluids_blacklist < - > - - # The maximum number of rads a player can have before the radiation is fatal. - D:max_player_rads=1000.0 - - # The rate at which player radiation decreases over time, as a fraction of the player's current radiation level per tick. - D:radiation_player_decay_rate=5.0E-7 - - # The rate at which entity radiation decreases over time, as a fraction of the entity's current radiation level per tick. - D:radiation_entity_decay_rate=0.001 - - # Controls the rate at which radiation will spread from chunk to chunk. - D:radiation_spread_rate=0.1 - - # Controls how high the ratio of radiation levels between chunks must be for radiation to spread between them. - D:radiation_spread_gradient=0.5 - - # Controls the rate at which radiation decreases in a chunk over time. - D:radiation_decay_rate=0.001 - - # The lowest rate of player and chunk irradiation possible in Rad/t - amounts below this are ignored. - D:radiation_lowest_rate=1.0E-15 - - # The maximum chunk radiation level possible in Rad/t. A negative value means there is no limit. - D:radiation_chunk_limit=-1.0 - - # gui.config.radiation.radiation_check_blocks.comment - B:radiation_check_blocks=true - - # The chunk radiation level in Rad/t beyond which blocks will start to be affected by radiation. - D:radiation_block_effect_limit=10.0 - - # The maximum number of attempts per chunk radiation update to mutate blocks. - I:radiation_block_effect_max_rate=0 - - # Multiplies the rate of irradiation while in rain. - D:radiation_rain_mult=1.0 - - # Multiplies the rate of irradiation while swimming. - D:radiation_swim_mult=2.0 - - # The total number of rads removed when using RadAway. - D:radiation_radaway_amount=300.0 - - # The total number of rads removed when using Slow-Acting RadAway. - D:radiation_radaway_slow_amount=300.0 - - # The rate at which rads is removed when using RadAway in Rad/t. - D:radiation_radaway_rate=5.0 - - # The rate at which rads is removed when using Slow-Acting RadAway in Rad/t. - D:radiation_radaway_slow_rate=0.025 - - # The time taken for a dose of radiation poisoning to be added to the player's rad count in ticks. - D:radiation_poison_time=60.0 - - # The time that must be waited between doses of RadAway in ticks. - D:radiation_radaway_cooldown=0.0 - - # Controls the amount of rad resistance gained when consuming Rad-X. - D:radiation_rad_x_amount=25.0 - - # The time taken for one dose of Rad-X to wear off in ticks. - D:radiation_rad_x_lifetime=12000.0 - - # The time that must be waited between doses of Rad-X in ticks. - D:radiation_rad_x_cooldown=0.0 - - # The rad resistance levels provided by the three levels of shielding. Order: light, medium, heavy. - D:radiation_shielding_level < - 0.01 - 0.1 - 1.0 - > - - # If enabled along with hardcore containers, radiation shielding can be applied to tile entities. - B:radiation_tile_shielding=true - - # The maximum rate at which scrubbers will remove radiation as a fraction of the radiation level of the chunk it is in. - D:radiation_scrubber_fraction=0.125 - - # The range of scrubbers' search for occluding blocks. - I:radiation_scrubber_radius=4 - - # Use a non-linear scrubbing rate equation instead of the linear behaviour? - B:radiation_scrubber_alt=false - - # The four parameters a,b,c,d in the non-linear scrubbing rate equation 'F = a^[-(S/b)^(S/c + 1)^(1/d)]', where 'F' is the remaining fraction of radiation left in the chunk's update buffer after scrubbing and 'S' is the effective number of scrubbers in the chunk after accounting for inefficiencies. It is recommended that you only modify these if you know what you are doing. - D:radiation_scrubber_param < - 2.14280951676725 - 3.0 - 4.0 - 2.0 - > - - # The power in RF/s scrubbers need to be supplied to run. - I:radiation_scrubber_power=500 - - # The amount of borax scrubbers need to be supplied per second. - I:radiation_scrubber_borax_rate=0 - - # The radiation level, as a power of ten, at which the Geiger counter block will emit a full-strength comparator signal. - D:radiation_geiger_block_redstone=3.0 - - # If enabled, radiation shielding attachment recipes will be added for all registered armor pieces. - B:radiation_shielding_default_recipes=true - - # List of armor item stacks for which shielding recipes will not be added by default. Format: 'modid:armorName:meta'. - S:radiation_shielding_item_blacklist < - nuclearcraft:helm_hazmat - nuclearcraft:chest_hazmat - nuclearcraft:legs_hazmat - nuclearcraft:boots_hazmat - ic2:hazmat_helmet - ic2:hazmat_chestplate - ic2:hazmat_leggings - ic2:rubber_boots - extraplanets:tier1_space_suit_helmet - extraplanets:tier1_space_suit_chest - extraplanets:tier1_space_suit_jetpack_chest - extraplanets:tier1_space_suit_leggings - extraplanets:tier1_space_suit_boots - extraplanets:tier1_space_suit_gravity_boots - extraplanets:tier2_space_suit_helmet - extraplanets:tier2_space_suit_chest - extraplanets:tier2_space_suit_jetpack_chest - extraplanets:tier2_space_suit_leggings - extraplanets:tier2_space_suit_boots - extraplanets:tier2_space_suit_gravity_boots - extraplanets:tier3_space_suit_helmet - extraplanets:tier3_space_suit_chest - extraplanets:tier3_space_suit_jetpack_chest - extraplanets:tier3_space_suit_leggings - extraplanets:tier3_space_suit_boots - extraplanets:tier3_space_suit_gravity_boots - extraplanets:tier4_space_suit_helmet - extraplanets:tier4_space_suit_chest - extraplanets:tier4_space_suit_jetpack_chest - extraplanets:tier4_space_suit_leggings - extraplanets:tier4_space_suit_boots - extraplanets:tier4_space_suit_gravity_boots - > - - # List of armor item stacks for which shielding recipes will be added. Mostly used when the automated shielding recipes are disabled. Format: 'modid:armorName:meta'. - S:radiation_shielding_custom_stacks < - > - - # List of armor item stacks and their default radiation shielding levels. Format: 'modid:armorName:meta_resistance'. Note: this is not the only way to add these values if you have CraftTweaker installed. Rad resistance can also be given to armor by changing their recipe such that an NBT tag called "ncRadiationResistance" with the double value equal to the resistance level is attached to it. - S:radiation_shielding_default_levels < - nuclearcraft:helm_hazmat_2.0 - nuclearcraft:chest_hazmat_3.0 - nuclearcraft:legs_hazmat_2.0 - nuclearcraft:boots_hazmat_2.0 - ic2:hazmat_helmet_2.0 - ic2:hazmat_chestplate_3.0 - ic2:hazmat_leggings_2.0 - ic2:rubber_boots_2.0 - ic2:quantum_helmet_2.0 - ic2:quantum_chestplate_3.0 - ic2:quantum_leggings_2.0 - ic2:quantum_boots_2.0 - gravisuite:gravichestplate_3.0 - ic2:itemarmorquantumhelmet_2.0 - ic2:itemarmorquantumchestplate_3.0 - ic2:itemarmorquantumlegs_2.0 - ic2:itemarmorquantumboots_2.0 - gravisuit:gravisuit_3.0 - gravisuit:nucleargravisuit_3.0 - extraplanets:tier1_space_suit_helmet_1.0 - extraplanets:tier1_space_suit_chest_1.5 - extraplanets:tier1_space_suit_jetpack_chest_1.5 - extraplanets:tier1_space_suit_leggings_1.0 - extraplanets:tier1_space_suit_boots_1.0 - extraplanets:tier1_space_suit_gravity_boots_1.0 - extraplanets:tier2_space_suit_helmet_1.3 - extraplanets:tier2_space_suit_chest_1.95 - extraplanets:tier2_space_suit_jetpack_chest_1.95 - extraplanets:tier2_space_suit_leggings_1.3 - extraplanets:tier2_space_suit_boots_1.3 - extraplanets:tier2_space_suit_gravity_boots_1.3 - extraplanets:tier3_space_suit_helmet_1.6 - extraplanets:tier3_space_suit_chest_2.4 - extraplanets:tier3_space_suit_jetpack_chest_2.4 - extraplanets:tier3_space_suit_leggings_1.6 - extraplanets:tier3_space_suit_boots_1.6 - extraplanets:tier3_space_suit_gravity_boots_1.6 - extraplanets:tier4_space_suit_helmet_2.0 - extraplanets:tier4_space_suit_chest_3.0 - extraplanets:tier4_space_suit_jetpack_chest_3.0 - extraplanets:tier4_space_suit_leggings_2.0 - extraplanets:tier4_space_suit_boots_2.0 - extraplanets:tier4_space_suit_gravity_boots_2.0 - > - - # If enabled, the radioactive stacks in a player's inventory will irradiate the chunk the player is in as well as the player directly. - B:radiation_hardcore_stacks=true - - # The radioactive stacks in container blocks will irradiate the chunk the tile entity is in at a rate of this fraction of their base radiation level. - D:radiation_hardcore_containers=0.0 - - # Radioactive items dropped on the ground will irradiate the chunk they are in. - B:radiation_dropped_items=true - - # If enabled, players' rad levels will persist on death. - B:radiation_death_persist=true - - # Specifies the fraction of the player's rad level that persists if Radiation Death Persistence is enabled. - D:radiation_death_persist_fraction=0.75 - - # Number of seconds players will have radiation immunity after death due to radiation. - D:radiation_death_immunity_time=90.0 - - # Lists of potion effects experienced at various percentages of radiation level by players. Format: 'radPercent_potionNameA@strength,potionNameB@strength,...,potionNameZ@strength'. - S:radiation_player_debuff_lists < - 40.0_minecraft:weakness@1 - 55.0_minecraft:weakness@1,minecraft:mining_fatigue@1 - 70.0_minecraft:weakness@2,minecraft:mining_fatigue@1,minecraft:hunger@1 - 80.0_minecraft:weakness@2,minecraft:mining_fatigue@2,minecraft:hunger@1,minecraft:poison@1 - 90.0_minecraft:weakness@3,minecraft:mining_fatigue@3,minecraft:hunger@2,minecraft:poison@1,minecraft:wither@1 - > - - # Lists of potion effects experienced at various percentages of radiation level by passive entities. Format: 'radPercent_potionNameA@strength,potionNameB@strength,...,potionNameZ@strength'. - S:radiation_passive_debuff_lists < - 40.0_minecraft:weakness@1 - 55.0_minecraft:weakness@1,minecraft:mining_fatigue@1 - 70.0_minecraft:weakness@2,minecraft:mining_fatigue@1,minecraft:hunger@1 - 80.0_minecraft:weakness@2,minecraft:mining_fatigue@2,minecraft:hunger@1,minecraft:poison@1 - 90.0_minecraft:weakness@3,minecraft:mining_fatigue@3,minecraft:hunger@2,minecraft:poison@1,minecraft:wither@1 - > - - # Lists of potion effects experienced at various percentages of radiation level by mobs. Format: 'radPercent_potionNameA@strength,potionNameB@strength,...,potionNameZ@strength'. - S:radiation_mob_buff_lists < - 40.0_minecraft:speed@1 - 55.0_minecraft:speed@1,minecraft:strength@1 - 70.0_minecraft:speed@1,minecraft:strength@1,minecraft:resistance@1 - 80.0_minecraft:speed@1,minecraft:strength@1,minecraft:resistance@1,minecraft:absorption@1 - 90.0_minecraft:speed@1,minecraft:strength@1,minecraft:resistance@1,minecraft:absorption@1,minecraft:regeneration@1 - > - - # If enabled, horses can be equipped with radiation-protective armor. - B:radiation_horse_armor=false - - # Modifier for the size of radiation info on the HUD. - D:radiation_hud_size=1.0 - - # Angle from the centre of the screen at which radiation info appears on the HUD. 0 degrees is the top of the screen, 45 is top-right, etc. - D:radiation_hud_position=225.0 - - # Optional config to specify where the rads overlay should appear on the screen if not wanted on a side or at a corner - if used, this config will be used in place of the angle-based one. Two doubles are required [x, y] which specify how far right (x) and how far down (y) from the top-left corner of the screen the overlay is drawn at. - D:radiation_hud_position_cartesian < - > - - # If enabled, a black outline will surround the radiation counter text underneath the rad bar. - B:radiation_hud_text_outline=false - - # If disabled, the rads overlay will show and the ticking will be heard even when a Geiger Counter is not being held. - B:radiation_require_counter=true - - # If enabled, chunk boundaries will be shown while holding or looking at a geiger counter block or radiation scrubber. - B:radiation_chunk_boundaries=true - - # If set to a positive integer, radiation levels will be shown without unit prefixes to this number of significant figures. - I:radiation_unit_prefixes=0 - - # Determines the total radiation that a Radiation Badge can be exposed to before disintegrating. - D:radiation_badge_durability=250.0 - - # Determines the amount of exposed radiation after which the Radiation Badge will inform the player of its total exposure level as a fraction of the durability. - D:radiation_badge_info_rate=0.1 - S:radiation_block_effects < - nuclearcraft:dry_earth:0_20_materialMapColor@8368696 - nuclearcraft:dry_earth:0_20_materialMapColor@9923917 - minecraft:air:0_10_materialMapColor@31744 - > -} - - -salt_fission { - # Modifies the power generated by salt fission reactors. - D:salt_fission_power=1.0 - - # Modifies the rate of fuel used by salt fission reactors. - D:salt_fission_fuel_use=1.0 - - # Modifies the heat generated by salt fission reactors. - D:salt_fission_heat_generation=1.0 - - # Can molten salt fission reactors overheat? - B:salt_fission_overheat=true - - # Modifies the radiation leaked by meltdowns. - D:salt_fission_meltdown_radiation_multiplier=1.0 - - # Minimum side length of molten salt fission reactors. - I:salt_fission_min_size=1 - - # Maximum side length of molten salt fission reactors. - I:salt_fission_max_size=24 - - # Heat removed per tick. Order: base, redstone, quartz, gold, glowstone, lapis, diamond, liquid helium, ender, cryotheum, iron, emerald, copper, tin, magnesium. - D:salt_fission_cooling_rate < - 240.0 - 360.0 - 360.0 - 480.0 - 520.0 - 480.0 - 600.0 - 560.0 - 480.0 - 640.0 - 320.0 - 640.0 - 320.0 - 480.0 - 440.0 - > - - # Percentage heat level of a salt fission reactor at which Redstone Emitters will output a full-strength redstone signal. - I:salt_fission_redstone_max_heat=50 - - # The maximum rate at which fuel distributors and retrievers can push to and pull from fuel vessels in mB/s. - I:salt_fission_max_distribution_rate=4 - - # Multiplier for the fraction of stored fluid that vessels will spread to adjacent components. - D:salt_fission_vessel_spread_ratio=1.0 - - # Multiplier for the fraction of stored fluid that heaters will spread to adjacent components. - D:salt_fission_heater_spread_ratio=1.0 -} - - -tools { - # Mining levels (wood = 0, stone = 1, etc.). Order: boron, boron spaxelhoe, tough alloy, tough alloy spaxelhoe, hard carbon, hard carbon spaxelhoe, boron nitride, boron nitride spaxelhoe. - I:tool_mining_level < - 2 - 2 - 3 - 3 - 3 - 3 - 4 - 4 - > - - # Max number of tool uses. Order: boron, boron spaxelhoe, tough alloy, tough alloy spaxelhoe, hard carbon, hard carbon spaxelhoe, boron nitride, boron nitride spaxelhoe. - I:tool_durability < - 547 - 2735 - 929 - 4645 - 1245 - 6225 - 1928 - 9640 - > - - # Determines the rate at which blocks are destroyed (wood = 2.0, stone = 4.0, etc.). Order: boron, boron spaxelhoe, tough alloy, tough alloy spaxelhoe, hard carbon, hard carbon spaxelhoe, boron nitride, boron nitride spaxelhoe. - D:tool_speed < - 8.0 - 8.0 - 10.0 - 10.0 - 11.0 - 11.0 - 12.0 - 12.0 - > - - # Related to the damage done per hit (wood = 0.0, stone = 1.0, etc.). Order: boron, boron spaxelhoe, tough alloy, tough alloy spaxelhoe, hard carbon, hard carbon spaxelhoe, boron nitride, boron nitride spaxelhoe. - D:tool_attack_damage < - 2.5 - 2.5 - 3.0 - 3.0 - 3.0 - 3.0 - 3.5 - 3.5 - > - - # Determines the quality of applied enchantments. Order: boron, boron spaxelhoe, tough alloy, tough alloy spaxelhoe, hard carbon, hard carbon spaxelhoe, boron nitride, boron nitride spaxelhoe. - I:tool_enchantability < - 6 - 6 - 15 - 15 - 12 - 12 - 20 - 20 - > - - # Determines the Tinkers' Construct handle modifiers of the materials. Order: boron, tough alloy, hard carbon, boron nitride. - D:tool_handle_modifier < - 0.85 - 1.1 - 1.0 - 0.75 - > - - # Will these materials be registered as tool materials for Tinkers' Construct? Order: boron, tough alloy, hard carbon, boron nitride, thorium, uranium, magnesium, chocolate. - B:tool_tic_register < - true - true - true - true - true - true - true - true - > -} - - -turbine { - # Minimum side length of turbines. - I:turbine_min_size=1 - - # Maximum side length of turbines. - I:turbine_max_size=24 - - # Multiplier for the energy transferred from the fluid flow to this type of rotor blade. Order: steel, extreme alloy, SiC-SiC CMC. - D:turbine_blade_efficiency < - 1.0 - 1.1 - 1.25 - > - - # Coefficient by which a set of this type of rotor blade multiplies the volume of the fluid in the oncoming flow. Order: steel, extreme alloy, SiC-SiC CMC. - D:turbine_blade_expansion < - 1.4 - 1.6 - 1.8 - > - - # Coefficient by which a set of rotor stators multiplies the volume of the fluid in the oncoming flow. - D:turbine_stator_expansion=0.75 - - # Multiplier for the energy generated by this type of dynamo coil. Order: magnesium, beryllium, aluminum, gold, copper, silver. - D:turbine_coil_conductivity < - 0.86 - 0.9 - 0.98 - 1.04 - 1.1 - 1.12 - > - - # Base RF produced per processed mB of this type of steam. Order: high pressure, low pressure, standard. - D:turbine_power_per_mb < - 1000.0 - 25.0 - 25.0 - > - - # Expansion level for this type of steam's recipe. Order: high pressure, low pressure, standard. - D:turbine_expansion_level < - 4.0 - 2.0 - 2.0 - > - - # Maximum mB of fluid processed per tick per rotor blade. - I:turbine_mb_per_blade=100 - - # Modifier for the volume of turbine sound effects. - D:turbine_sound_volume=1.0 -} - - diff --git a/config - Copy/ocxnetdriver.cfg b/config - Copy/ocxnetdriver.cfg deleted file mode 100644 index f3711254..00000000 --- a/config - Copy/ocxnetdriver.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -general { - # Ignore the insertion/extraction limits when transferring energy [default: true] - B:ignoreEnergyTransferLimits=true - - # How many energy transfer ticks to perform during a single call [range: 1 ~ 2147483647, default: 2147483647] - I:maxEnergyTransferTicksPerCall=2147483647 - - # Whether to use positions relative to the controller instead of absolute positions [default: true] - B:useRelativePositions=true -} - - diff --git a/config - Copy/omniwand.cfg b/config - Copy/omniwand.cfg deleted file mode 100644 index f4a06566..00000000 --- a/config - Copy/omniwand.cfg +++ /dev/null @@ -1,122 +0,0 @@ -# Configuration file - -general { - # Enables Omniwand auto-transform. [default: true] - B:enableTransforms=true - - # Restricts the Omniwand tooltip to only show items that used for transforms. [default: true] - B:restrictTooltip=true - - # Omniwand will only transform when held in the offhand. [default: false] - B:offhandTransformOnly=false - - # Omniwand requires crouch + swing to revert from a transformed item. [default: false] - B:crouchRevert=false - - # If for some reason you hate the fact the Omniwand is a staff you can set this to true. REQUIRES RESTART. [default: false] - B:alternateAppearance=false - - # List of items that will be associated with Omniwand auto-transform. This must be set before - # items are crafted into the wand. Only one transform item per mod can be stored in the Omniwand. - # - # This will override the "blacklistedMods" setting. - # - # [default: [appliedenergistics2:certus_quartz_wrench], [appliedenergistics2:nether_quartz_wrench], [appliedenergistics2:network_tool], [astralsorcery:itemwand], [botania:twigwand], [draconicevolution:crystal_binder], [embers:tinker_hammer], [enderio:item_yeta_wrench], [immersiveengineering:tool:0], [mekanism:configurator], [rftools:smartwrench], [teslacorelib:wrench], [thermalfoundation:wrench]] - S:transformItems < - appliedenergistics2:certus_quartz_wrench - appliedenergistics2:nether_quartz_wrench - appliedenergistics2:network_tool - astralsorcery:itemwand - botania:twigwand - draconicevolution:crystal_binder - embers:tinker_hammer - enderio:item_yeta_wrench - immersiveengineering:tool:0 - mekanism:configurator - rftools:smartwrench - teslacorelib:wrench - thermalfoundation:wrench - - > - - # List of mod aliases used for Omniwand transforming. - # [default: [ae2stuff=appliedenergistics2], [threng=appliedenergistics2], [animus=bloodmagic], [bloodarsenal=bloodmagic], [nautralpledge=botania], [immersivetech=immersiveengineering], [immersivepetrolium=immersiveengineering], [industrialforegoing=teslacorelib], [redstonearsenal=thermalfoundation], [thermalcultivation=thermalfoundation], [thermaldynamics=thermalfoundation], [thermalexpansion=thermalfoundation], [rftoolsdim=rftools], [rftoolspower=rftools], [rftoolscontrol=rftools], [integrateddynamics=integratedtunnels], [mekanismgenerators=mekanism], [mekanismtools=mekanism], [deepresonance=rftools], [xnet=rftools], [buildcrafttransport=buildcraft], [buildcraftfactory=buildcraft], [buildcraftsilicon=buildcraft]] - S:modAliases < - ae2stuff=appliedenergistics2 - threng=appliedenergistics2 - animus=bloodmagic - bloodarsenal=bloodmagic - nautralpledge=botania - immersivetech=immersiveengineering - immersivepetrolium=immersiveengineering - industrialforegoing=teslacorelib - redstonearsenal=thermalfoundation - thermalcultivation=thermalfoundation - thermaldynamics=thermalfoundation - thermalexpansion=thermalfoundation - rftoolsdim=rftools - rftoolspower=rftools - rftoolscontrol=rftools - integrateddynamics=integratedtunnels - mekanismgenerators=mekanism - mekanismtools=mekanism - deepresonance=rftools - xnet=rftools - buildcrafttransport=buildcraft - buildcraftfactory=buildcraft - buildcraftsilicon=buildcraft - > - - # List of mods to deny attachment to the Omniwand. - # [default: [intangible], [immersiveengineering], [tconstruct]] - S:blacklistedMods < - intangible - immersiveengineering - tconstruct - > - - # List of items that can be attached to the Omniwand. - # This will override the "blacklistedMods" setting. - # [default: [immersiveengineering:tool:1], [immersiveengineering:tool:2]] - S:whitelistedItems < - immersiveengineering:tool:1 - immersiveengineering:tool:2 - thaumicaugmentation:gauntlet:0 - thaumicaugmentation:gauntlet:1 - astralsorcery:itemlinkingtool - woot:builder - chisel:offsettool - thaumcraft:golem_bell - enderio:item_travel_staff - cyclicmagic:sign_editor - cyclicmagic:tool_swap_match - appliedenergistics2:certus_quartz_cutting_knife - actuallyadditions:item_phantom_connector - extrabotany:manareader - appliedenergistics2:network_tool - thaumicaugmentation:impetus_linker - storagedrawers:drawer_key - storagedrawers:shroud_key - storagedrawers:personal_key - storagedrawers:quantify_key - > - - # List of names contained within item ids that can be attached to the Omniwand. - # [default: [configurator], [crowbar], [hammer], [rod], [rotator], [screwdriver], [wand], [wrench]] - S:whitelistedNames < - configurator - crowbar - hammer - rod - rotator - screwdriver - wand - wrench - gauntlet - assembler - connector - gadget - > -} - - diff --git a/config - Copy/openblocks.cfg b/config - Copy/openblocks.cfg deleted file mode 100644 index 621cea72..00000000 --- a/config - Copy/openblocks.cfg +++ /dev/null @@ -1,512 +0,0 @@ -# Configuration file - -additional { - # List any mob names (like 'minecraft:bat') you want disabled on the server - S:disableMobNames < - > - - # Should player inventories be stored after death (can be later restored with ob_inventory command) - B:dumpDeadPlayersInventories=true -} - - -blocks { - B:auto_anvil=true - B:auto_enchantment_table=true - B:beartrap=true - B:big_button=true - B:big_button_wood=true - B:block_breaker=true - B:block_placer=true - B:builder_guide=true - B:cannon=true - B:canvas=true - B:canvas_glass=true - B:donation_station=true - B:drawing_table=true - B:elevator=true - B:elevator_rotating=true - B:fan=true - B:flag=true - B:golden_egg=true - B:grave=true - B:guide=true - B:heal=true - B:imaginary=true - B:item_dropper=true - B:ladder=true - B:paint_can=true - B:paint_mixer=true - B:path=true - B:projector=true - B:rope_ladder=true - B:scaffolding=true - B:sky=true - B:sponge=true - B:sprinkler=true - B:tank=true - B:target=true - B:trophy=true - B:vacuum_hopper=true - B:village_highlighter=true - B:xp_bottler=true - B:xp_drain=true - B:xp_shower=true -} - - -breaker { - # Maximum number of actions that can be performed by block breaker in single tick - I:actionLimit=16 -} - - -canvas { - # Controls number of textures allocated for canvas. Increase if canvas blocks stop rendering properly (get empty sides). To re-apply, reload textures - I:canvasTexturePoolSize=256 - - # If true, paintbrush will replace suitable blocks with canvas. Otherwise, it will only try to paint blocks - B:paintbrushReplacesBlocks=true - - # List of block ids that should not be replaceable by canvas (by using brush, stencil, etc) - S:replaceBlacklist < - > -} - - -cartographer { - # List of blocks that should be invisible to cartographer. Example: id:3, OpenBlocks:openblocks_radio (case sensitive) - S:blockBlacklist < - > - - # Should invalid height map request be always reported - B:reportInvalidRequest=false -} - - -crane { - # Enable magnet turtles - B:addTurtles=true - - # Use shift to control crane direction (otherwise, toggle every time) - B:boringMode=true - - # Enable collision checking of crane arm - B:doCraneCollisionCheck=false - - # List of resource location names of blocks that can be picked by magnet - S:magnetBlockWhitelist < - > - - # List of resource location names of entities that can be picked by magnet - S:magnetEntityWhitelist < - > - - # List of resource location names of tile entities that can be picked by magnet - S:magnetTileEntityWhitelist < - > - - # Show magnet turtles in creative list - B:showTurtles=true - - # Maximal distance from turtle to magnet when deactivating - D:turtleMagnetDeactivateRange=3.0 - - # Range of magnet CC peripheral - D:turtleMagnetRange=32.0 -} - - -cursor { - # Maximum distance cursor can reach (warning: increasing may cause crashes) - I:cursorMaxDistance=64 -} - - -debug { - # Show structures found by golden eye - B:goldenEyeDebug=false - - # Dump extra amount of data, every time grave is created - B:gravesDebug=false -} - - -devnull { - # Color of contained stack size in GUI - I:countColor=16776960 - - # If true, /dev/null will require sneaking in addition to clicking air to open gui - B:sneakClickToGui=true -} - - -dropblock { - # Should elevator move player to center of block after teleporting - B:centerOnBlock=false - - # XP consumed by elevator (total amount = ratio * distance) - D:elevatorXpDrainRatio=0.0 - - # Disable limit of blocks between elevators (equivalent to maxPassThrough = infinity) - B:ignoreAllBlocks=false - - # The elevator will ignore half blocks when counting the blocks it can pass through - B:ignoreHalfBlocks=false - - # The elevator will try to pass through blocks that have custom collision boxes - B:irregularBlocksArePassable=true - - # The maximum amount of blocks the elevator can pass through before the teleport fails - I:maxPassThrough=4 - - # Use to configure blocks as elevators. Examples: 'minecraft:wool' - configure any wool as white elevator, 'minecraft:wool#color=light_blue;yellow' - configure lightblue wool as yellow elevator - S:overrides < - > - - # The range of the drop block - I:searchDistance=64 - - # Defines blocks that are handled specially by elevators. Entries are in form :: or id::. Possible actions: abort (elevator can't pass block), increment (counts for elevatorMaxBlockPassCount limit) and ignore - S:specialBlockRules < - > -} - - -egg { - # Can golden egg pick blocks while hatching (may lead to glitches) - B:pickBlocks=true -} - - -fan { - # Maximum force applied every tick to entities nearby (linear decay) - D:fanForce=0.05 - - # Range of fan in blocks - D:fanRange=10.0 - - # Is fan force controlled by redstone current - B:isRedstoneActivated=true -} - - -features { - # Other fluids accepted instead liquid XP - S:additionalXpFluids < - "experience:20" - > - - # Explosive enchant can break blocks at level 3 - B:explosiveEnchantGrief=true - - # Is 'Explosive' enchantment enabled - B:explosiveEnchantment=true - - # Is 'Flim-flam' enchantment enabled - B:flimFlamEnchantment=true - - # Should every player get info book on first login - B:infoBook=true - - # Is 'Last Stand' enchantment enabled - B:lastStandEnchantment=true - - # Formula for XP cost (variables: hp,dmg,ench,xp). Note: calculation only triggers when hp - dmg < 1. - S:lastStandFormula=max(1, 50*(1-(hp-dmg))/ench) - - # Storage in mB needed to store single XP point - I:xpToLiquidRatio=20 -} - - -glasses { - # 0.0 - no visible change to world, 1.0 - world fully obscured - D:opacity=0.7 - - # Use texture for obscuring world - B:useTexture=true -} - - -glyphs { - # Should glyphs be added to creative search GUI - B:showInCreativeSearch=false -} - - -graves { - # Can grave spawn single block of dirt when it has no block under? - B:canSpawnBase=true - - # Try to overwrite blocks with graves if no suitable place is found on first try - B:destructiveGraves=false - - # Maximal height where grave should be spawned (default value selected to prevent spawning in bedrock) - I:maximalPosY=249 - - # Minimal height where grave should be spawned (default value selected to prevent spawning in bedrock) - I:minimalPosY=6 - - # Require gravestone to be in a player's inventory (it is consumed) - B:requiresGraveInInv=false - - # Spawn rate, range: 0..1, default: about 1 per 50s - D:skeletonSpawnRate=0.002 - - # Size of cube searched for spaces suitable for grave spawning - I:spawnRange=10 - - # Should grave randomly spawn skeletons - B:spawnSkeletons=true - - # Frequency of special action on grave digging, 0..1 - D:specialActionFrequency=0.03 - - # Store contents of spawned graves into separate NBT files (can later be restored with ob_inventory command) - B:storeContents=true -} - - -guide { - # How builder guide should react to redstone. 0 - not sensitive, 1 - powered == on, -1 - inverted - I:redstoneSensitivity=1 - - # Square of guide maximum render distance - D:renderDistanceSq=65536.0 - - # Try to use advanced OpenGL for performance improvement - B:useAdvancedRenderer=true -} - - -hacks { - # Enable experimental features that may be buggy or broken entirely - B:enableExperimentalFeatures=false -} - - -hangglider { - # Enable a whole new level of hanggliding experience through thermal lift. See keybindings for acoustic vario controls - B:enableThermal=true -} - - -imaginary { - # Speed of imaginary blocks fading/appearing - D:fadingSpeed=0.0075 - - # Number of newly created crayon/pencil uses - D:numberOfUses=10.0 -} - - -itemdropper { - # Maximum speed that can be set in item dropper GUI - D:maxItemDropSpeed=4.0 -} - - -items { - B:cartographer=true - B:crane_backpack=true - B:crane_control=true - B:crayon_glasses=true - B:cursor=true - B:dev_null=true - B:empty_map=true - B:epic_eraser=true - B:generic=true - B:generic_unstackable=true - B:glyph=true - B:golden_eye=true - B:hang_glider=true - B:height_map=true - B:info_book=true - B:luggage=true - B:paintbrush=true - B:pedometer=true - B:pencil_glasses=true - B:serious_glasses=true - B:sleeping_bag=true - B:slimalyzer=true - B:sonic_glasses=true - B:sponge_on_a_stick=true - B:squeegee=true - B:stencil=true - B:tasty_clay=true - B:technicolor_glasses=true - B:wrench=true - B:xp_bucket=true -} - - -ladder { - # If true, ladders will behave in old way: single item will place ladder all the way down, but it will not drop when broken - B:infiniteMode=false -} - - -loot { - B:technicolorGlasses=true -} - - -magnet { - # Can crane magnet pick block? - B:pickBlocks=true - - # Can crane magnet pick entities? - B:pickEntities=true -} - - -placer { - # Maximum number of actions that can be performed by block placer in single tick - I:actionLimit=16 -} - - -projector { - # The projector's cone will use the specified brightness value to render. - # Value must be between 0 and 255 inclusive. To use the default world brightness set -1 as the value. - # Keep in mind that default brightness means that the cone will render as light blue during the day and dark blue during the night. - I:brightness=-1 - - # Level of light emitted by the active projector. Defaults to 10. Must be at maximum 15 and positive - I:lightLevel=10 - - # Projector will light up whenever it is displaying a map - B:lightUpWhenWorking=true - - # Projector will render a holographic cone whenever active - B:renderHolographicCone=true -} - - -radio { - # Should add radio villager profession - B:radioVillagerEnabled=true -} - - -scaffolding { - # The rate at which scaffolding should break. 0 - fastest - I:despawnRate=4 -} - - -skyblock { - # Forces skyblock rendering even when Optifine is enabled (warning: skyblocks may be incompatible with shaders!) - B:optifineOverride=false - - # Enables skyblock rendering. Disable when there are graphic glitches or performance problems. Requires resource reload after change. - B:renderingEnabled=true -} - - -sponge { - # Should sponge block update neighbours after liquid removal? - B:blockUpdate=false - - # Sponge block range (distance from center) - I:spongeRange=3 - - # SpongeOnAStick use count - I:spongeStickUseCount=256 - - # Should sponge-on-a-stick update neighbours after liquid removal? - B:stickBlockUpdate=false -} - - -sprinkler { - # Consume rate of bonemeal (ticks/item). - I:bonemealConsumeRate=600 - - # 1/chance that crops will be fertilized with bonemeal - I:bonemealFertilizeChance=200 - - # The range in each cardinal direction that crops will be affected. - I:effectiveRange=4 - - # 1/chance that crops will be fertilized without bonemeal - I:fertilizeChance=500 - - # Capacity (in mB) of internal tank. - I:internalTankCapacity=50 - - # Consume rate of sprinkler (ticks/mB). - I:waterConsumeRate=20 -} - - -tanks { - # Can buckets be filled directly from tank? (works only for vanilla fluids, universal bucket and ones registered in 'bucketItems') - B:allowBucketDrain=true - - # List of additional custom buckets than can be filled directly from tanks - S:bucketItems < - "openblocks:xp_bucket" - > - - # The amount of buckets each tank can hold - I:bucketsPerTank=16 - - # Should filled tanks be searchable with creative menu - B:displayAllFluids=true - - # Tanks will emit light when they contain a liquid that glows (eg. lava) - B:emitLight=true - - # Minimal difference in fluid level between neigbors required for tank update (can be used for performance finetuning - I:fluidDifferenceUpdateThreshold=0 - - # Should tanks try to balance liquid amounts with neighbours - B:tankTicks=true -} - - -tomfoolery { - # You know, THAT thing! That you shouldn't do in public! - B:doItWhileTyping=false - - # Blacklist/Whitelist for effects used by flim-flam enchantment - S:flimFlamBlacklist < - > - - # If true, flim-flam blacklist will become whitelist - B:reverseBlacklist=false - - # Allow only flimflams that don't cause death (or at least very rarely) - B:safeOnly=false - - # 0 - lore hidden, 1 - visible only with pressed ALT, 2 - always visible - I:sillyLoreDisplay=1 - - # Are you serious too? - B:weAreSeriousPeople=true -} - - -trophy { - # Legacy value. For actual configuration, see 'trophyDropChanceFormula' - D:trophyDropChance=0.001 - - # Formula for calculating trophy drop chance. Trophy drops when result is positive. - S:trophyDropChanceFormula=let([bias=rand()/4, selection=rand()], (looting + bias) * chance - selection) -} - - -xpbucket { - # Can bucket be filled with liquid XP directly from any source? - B:directFill=true - - # Should XP bucket be shown in inventory (if this is set, while universal bucket is enabled and registerUniversalXpBucket is set, creative menu will contain two buckets containing liquid XP) - B:showInCreativeGui=true - - # Should liquid XP be registered for universal bucket support (does not enable universal bucket) - B:universalBucketSupport=true -} - - diff --git a/config - Copy/openmods.cfg b/config - Copy/openmods.cfg deleted file mode 100644 index 0bb06f08..00000000 --- a/config - Copy/openmods.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# Configuration file - -debug { - # Control printing of stacktraces in case of unharvested drops - B:dropsDebug=false - - # Maximum fake player pool that doesn't produce warning - I:fakePlayerCountThreshold=10 - - # Maximum allowed size of tessellator pool - I:tessellatorPoolLimit=20 -} - - -feature { - # Enables command line calculator - B:calculatorCommands=true - - # List of tools used for checking effective during block breaking - S:fakePlayerBlockBreakTools < - "minecraft:diamond_pickaxe" - "minecraft:diamond_shovel" - "minecraft:diamond_axe" - "minecraft:diamond_sword" - "minecraft:shears" - > -} - - diff --git a/config - Copy/overpoweredarmorbar.cfg b/config - Copy/overpoweredarmorbar.cfg deleted file mode 100644 index afebb7ca..00000000 --- a/config - Copy/overpoweredarmorbar.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration file - -general { - B:"Always show armor bar?"=false - - # Colors must be specified in #RRGGBB format - S:"Armor icon colors" < - #FFFFFF - #FF5500 - #FFC747 - #27FFE3 - #00FF00 - #7F00FF - > - - # Set to true if the armor bar display's incorrectly - B:"Override for Armor shift"=false - B:"Show empty armor icons?"=false -} - - diff --git a/config - Copy/p455w0rdsLib.cfg b/config - Copy/p455w0rdsLib.cfg deleted file mode 100644 index 5ad0b87a..00000000 --- a/config - Copy/p455w0rdsLib.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# Configuration file - -"colored light shader options" { - # Enables shader support in dependant mods [default: true] - B:EnableShaders=true - - # If true, then colored lighting effects will be added to vanilla items, blocks, and tile entities. [default: false] - B:EnableVanillaLightingEffects=false - - # Maximum Number of lights to be rendered on the screen at once [range: 4 ~ 256, default: 64] - I:MaxLights=64 - - # Maximum Distance to render a colored light [range: 4.0 ~ 128.0, default: 128.0] - S:MaxRenderDist=128.0 - - # Skips sending light updates to the card some frames. This can speed up fps greatly when bandwidth is a problem. 0 always sends data. [range: 0 ~ 160, default: 10] - I:NumFramesToSkipWhenRenderingShaders=10 -} - - -"misc client options" { - # Enable the contributor cosmetics (Only useful if u are a contributor, but don't want the cosmetics to override other cosmetics) [default: true] - B:EnableContributorCosmetics=true - - # Enable (true0 or disable (false) particle effects that result from contriutor cosmetics for other players [default: true] - B:EnableContributorParticleEffectsOthers=true - - # Enable (true0 or disable (false) particle effects that result from contriutor cosmetics for current player [default: true] - B:EnableContributorParticleEffectsSelf=true -} - - diff --git a/config - Copy/packagedauto.cfg b/config - Copy/packagedauto.cfg deleted file mode 100644 index ae7a5eca..00000000 --- a/config - Copy/packagedauto.cfg +++ /dev/null @@ -1,78 +0,0 @@ -# Configuration file - -blocks { - - encoder { - # The list of recipe types to disable in the Package Recipe Encoder. - S:disabled_recipe_types < - > - - # How many pattern slots should the Package Recipe Encoder have. - I:pattern_slots=20 - } - - packager { - B:check_disjoint=true - - # Should the Packager draw energy from ME systems. - B:draw_me_energy=true - - # How much FE the Packager should hold. - I:energy_capacity=5000 - - # How much FE the Packager should use. - I:energy_req=500 - - # How much FE/t maximum the Packager should use. - I:energy_usage=100 - B:force_disjoint=false - } - - unpackager { - # Should the Unpackager draw energy from ME systems. - B:draw_me_energy=true - - # How much FE the Unpackager should hold. - I:energy_capacity=5000 - - # How much FE/t maximum the Unpackager should use. - I:energy_usage=50 - } - - packager_extension { - B:check_disjoint=true - - # Should the Packager Extension draw energy from ME systems. - B:draw_me_energy=true - - # How much FE the Packager Extension should hold. - I:energy_capacity=5000 - - # How much FE the Packager Extension should use. - I:energy_req=500 - - # How much FE/t maximum the Packager Extension should use. - I:energy_usage=100 - B:force_disjoint=false - } - - crafter { - # Should the Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # Should the Package Crafter be enabled. - B:enabled=false - - # How much FE the Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Package Crafter should use. - I:energy_req=500 - - # How much FE/t maximum the Package Crafter should use. - I:energy_usage=100 - } - -} - - diff --git a/config - Copy/packagedavaritia.cfg b/config - Copy/packagedavaritia.cfg deleted file mode 100644 index da3e9109..00000000 --- a/config - Copy/packagedavaritia.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration file - -blocks { - - extreme_crafter { - # Should the Extreme Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # How much FE the Extreme Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Extreme Package Crafter should use. - I:energy_req=500 - - # How much FE/t maximum the Extreme Package Crafter should use. - I:energy_usage=100 - } - -} - - diff --git a/config - Copy/packagedexcrafting.cfg b/config - Copy/packagedexcrafting.cfg deleted file mode 100644 index 37c41e74..00000000 --- a/config - Copy/packagedexcrafting.cfg +++ /dev/null @@ -1,109 +0,0 @@ -# Configuration file - -blocks { - - basic_crafter { - # Should the Basic Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # Should the Basic Package Crafter be enabled. - B:enabled=true - - # How much FE the Basic Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Basic Package Crafter should use. - I:energy_req=500 - - # How much FE/t maximum the Basic Package Crafter should use. - I:energy_usage=100 - } - - advanced_crafter { - # Should the Advanced Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # Should the Advanced Package Crafter be enabled. - B:enabled=true - - # How much FE the Advanced Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Advanced Package Crafter should use. - I:energy_req=1000 - - # How much FE/t maximum the Advanced Package Crafter should use. - I:energy_usage=125 - } - - elite_crafter { - # Should the Elite Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # Should the Elite Package Crafter be enabled. - B:enabled=true - - # How much FE the Elite Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Elite Package Crafter should use. - I:energy_req=2500 - - # How much FE/t maximum the Elite Package Crafter should use. - I:energy_usage=250 - } - - ultimate_crafter { - # Should the Ultimate Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # Should the Ultimate Package Crafter be enabled. - B:enabled=true - - # How much FE the Ultimate Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Ultimate Package Crafter should use. - I:energy_req=5000 - - # How much FE/t maximum the Ultimate Package Crafter should use. - I:energy_usage=500 - } - - ender_crafter { - # How much each alternator should reduce the waiting time of the Ender Package Crafter. - D:alternator_eff=0.02 - - # Should the Ender Packager Crafter draw energy from ME systems. - B:draw_me_energy=true - - # Should the Ender Package Crafter be enabled. - B:enabled=true - - # How much FE the Ender Package Crafter should hold. - I:energy_capacity=5000 - - # How much FE the Ender Package Crafter should use. - I:energy_req=500 - - # How much FE/t maximum the Ender Package Crafter should use. - I:energy_usage=100 - - # How many ticks should the Ender Package Crafter wait before using energy. - I:progress_req=600 - } - - combination_crafter { - # Should the Combination Packager Crafter draw energy from ME systems. - B:draw_me_energy=false - - # Should the Combination Package Crafter be enabled. - B:enabled=true - - # How much FE the Combination Package Crafter should hold. - I:energy_capacity=5000000 - } - -} - - diff --git a/config - Copy/particleculling.cfg b/config - Copy/particleculling.cfg deleted file mode 100644 index 8c67c91d..00000000 --- a/config - Copy/particleculling.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# Configuration file - -general { - # The minimum amount of blocks behind which particles start to get culled. Only effective if "cullBehindBlocks" is turned on. - # Min: 1 - # Max: 50 - I:blockBuffer=1 - - # Set this to false if you do not want to cull particles that technically are in the player's view but are obstructed by blocks. - B:cullBehindBlocks=true - - # Set this to true if you don't want particles to be rendered behind glass and other transparent blocks. This does nothing if "cullBehindBlocks" is turned off. - B:cullBehindGlass=false - - # Set this to false to disable particle culling while being in spectator mode. This is useful to take screenshots without having particles removed. - B:cullInSpectator=true - - # Set this to false to disable all of particle culling's features. - B:cullingEnabled=true - - # Add particle classes here that should be ignored by Particle Culling. - # Example: To ignore Minecraft's breaking particles and any derivates, add "net.minecraft.client.particle.ParticleBreaking" to the list - S:ignoredParticles < - org.orecruncher.dsurround.client.fx.particle.mote.ParticleCollection - com.TominoCZ.FBP.particle.FBPParticleBlock - xzeroair.trinkets.client.particles.ParticleGreed - > -} - - diff --git a/config - Copy/patchouli.cfg b/config - Copy/patchouli.cfg deleted file mode 100644 index 2abcc60e..00000000 --- a/config - Copy/patchouli.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file - -general { - # Set this to true to disable advancement locking and make all entries visible at all times - # Config Flag: advancements_disabled - B:"Disable Advancement Locking"=false - - # Enable if you experience problems with Patchouli not seeing advancements in books. - B:"Enable reload on first book open"=false - - # Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. - S:"Inventory Button Book"= - - # If Triumph is installed, hidden advancements are not synced properly, breaking gating entries with them. - # If this is set to true, advancements without display info (missing an icon, name or description) will be detected and synced if they are completed. - B:"Override Triumph advancement visibility"=true - - # Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. - # Config Flag: testing_mode - B:"Testing Mode"=false -} - - diff --git a/config - Copy/performant.cfg b/config - Copy/performant.cfg deleted file mode 100644 index e521f3a6..00000000 --- a/config - Copy/performant.cfg +++ /dev/null @@ -1,59 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # loadbalancing - #--------------------------------------------------------------------------------------------------------# - # All configurations related to Loadbalancing tps - ########################################################################################################## - - loadbalancing { - # Enables load balancing for entity AI. default = true - B:AILoadBalancing=true - - # Whether to debug lagging entities and log offenders, requires load balancing to be enabled. default = true - B:logEntityAILag=true - - # Mean tick time at which AI load balancing takes effect, 1000 / mean tick time = TPS. default: 45 - # Min: 1 - # Max: 500 - I:meanTickAITH=45 - } - - ########################################################################################################## - # ai - #--------------------------------------------------------------------------------------------------------# - # All configurations related to AI - ########################################################################################################## - - ai { - # Interval in which non-running AI tasks are rechecked. Vanilla default is 3, this mods suggested default is 4 - # Min: 1 - # Max: 500 - I:goalSelectorTickRate=4 - - # Whether to use a slower SwimmingAI, default: true - B:slowerSwimmingAI=true - - # Whether to use a slower TemptAI check, default: true - B:slowerTemptCheck=true - - # Whether to use a slower WanderAI check, default: true - B:slowerWander=true - } - - ########################################################################################################## - # ex - #--------------------------------------------------------------------------------------------------------# - # All configurations related to non AI entity changes - ########################################################################################################## - - ex { - # Use fast collision and nearbyentity checks, default: true - B:fastCollisionAndEntityChecks=true - } - -} - - diff --git a/config - Copy/peteams.cfg b/config - Copy/peteams.cfg deleted file mode 100644 index e484488c..00000000 --- a/config - Copy/peteams.cfg +++ /dev/null @@ -1,19 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # default_behaviour - #--------------------------------------------------------------------------------------------------------# - # These options require a server restart on dedicated servers - # Only newly created teams will have these values as defaults. Existing teams will not be affected. - ########################################################################################################## - - default_behaviour { - B:defaultShareEmc=false - B:defaultShareKnowledge=false - } - -} - - diff --git a/config - Copy/phosphor.json b/config - Copy/phosphor.json deleted file mode 100644 index 3af625ca..00000000 --- a/config - Copy/phosphor.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "enable_illegal_thread_access_warnings": true, - "enable_phosphor": true, - "show_patreon_message": false -} \ No newline at end of file diff --git a/config - Copy/pillar.cfg b/config - Copy/pillar.cfg deleted file mode 100644 index 8633a559..00000000 --- a/config - Copy/pillar.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file - -general { - # [default: false] - B:"Dev Mode"=false - - # The weight to apply to Pillar's generator. Higher weight generators will spawn their structures before other mods' [range: -2147483648 ~ 2147483647, default: 0] - I:"Generator Weight"=0 - - # [range: 1 ~ 2147483647, default: 1] - I:"Max Structures In One Chunk"=1 - - # In a chain of structures spawned by 'struct' data blocks in other structures, how many can be spawned before the chain is put to a halt. [range: 0 ~ 2147483647, default: 50] - I:"Maximum Generation Iterations"=50 - - # The minimum distance in blocks between structures. [range: 1 ~ 2147483647, default: 128] - I:"Min Distance Between Structures"=72 - - # [range: 0.0 ~ 3.4028235E38, default: 1.0] - S:"Rarity Multiplier"=1.0 -} - - diff --git a/config - Copy/placebo.cfg b/config - Copy/placebo.cfg deleted file mode 100644 index 8e67dfb6..00000000 --- a/config - Copy/placebo.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -general { - # If placebo will dump all event handlers to the log in post init. [default: false] - B:"Dump event handlers"=false - - # If placebo will replace all ShapelessRecipes and ShapelessOreRecipes with FastShapelessRecipes. [default: true] - B:"Fast Shapeless Recipes"=true - - # If patreon donor particles are enabled for this client. [default: true] - B:"Patreon Effects"=true -} - - diff --git a/config - Copy/planarartifice.cfg b/config - Copy/planarartifice.cfg deleted file mode 100644 index 45cdb11d..00000000 --- a/config - Copy/planarartifice.cfg +++ /dev/null @@ -1,51 +0,0 @@ -# Configuration file - -general { - - compat { - B:"Disable Joy of Painting Compat"=false - B:"Disable Modded Aspect in Random Crystal Crafting"=false - B:"Disable Thaumic Addition Compat"=false - B:"Disable Thaumic Addition Extra Compat"=false - B:"Disable Thaumic Potatoes Compat"=false - B:"Disable Tinkers Construct Compat"=false - } - - overhaul { - B:"Disable Aspect Overhaul for Alloy Types"=false - B:"Disable Aspect Overhaul for Ingot Types"=false - B:"Disable Coremod"=false - B:"Disable Gelum Aspect Change"=false - } - - balance { - # Min: 1 - # Max: 2147483647 - I:"Bismuth Crash Cost"=10 - - # Min: 0.0 - # Max: 1.0 - D:"Centrifuge Flux Rate"=0.25 - - # Min: 1 - # Max: 2147483647 - I:"Duplication Cost"=20 - - # Min: 0.0 - # Max: 1.0 - D:"Taint Feature Generation Rate"=0.05 - - # Min: 0 - # Max: 2147483647 - I:"Thaumaturgist's Coat Passive Vis Drain"=200 - } - - client { - # Min: 1 - # Max: 2147483647 - I:"Knowledge Icons per Row"=7 - } - -} - - diff --git a/config - Copy/plethora-core.cfg b/config - Copy/plethora-core.cfg deleted file mode 100644 index 9165675c..00000000 --- a/config - Copy/plethora-core.cfg +++ /dev/null @@ -1,662 +0,0 @@ -# Configuration file - -########################################################################################################## -# basecosts -#--------------------------------------------------------------------------------------------------------# -# The base costs for all methods. -########################################################################################################## - -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 -} - - -########################################################################################################## -# blacklist -#--------------------------------------------------------------------------------------------------------# -# Blacklist various providers -########################################################################################################## - -blacklist { - # List of mods to block. - # IMPORTANT: This does not block wrapping a mod's peripherals, just disables - # custom mod specific integration. - S:blacklistMods < - > - - # List of modules to blacklist. - S:blacklistModules < - > - - # List of modules to blacklist from being mounted on a pocket computer. - # - # This includes all blacklisted modules. - S:blacklistModulesPocket < - > - - # List of modules to blacklist from being mounted from a tile. - # - # For instance, the note block tile exposes the minecraft:noteblock module, allowing - # you to use that module from the tile's peripheral, rather than through a manipulator. - # - # This includes all blacklisted modules. - S:blacklistModulesTile < - > - - # List of modules to blacklist from being mounted on a turtle. - # - # This includes all blacklisted modules. - S:blacklistModulesTurtle < - > - - # List of modules to blacklist from being mounted on a minecart or other vehicle. - # - # This includes all blacklisted modules. - S:blacklistModulesVehicle < - > - - # List of provider classes, packages or methods which are blacklisted. - # This will blacklist all converters, methods and transfer and meta providers - # matching a pattern. - # - # This only applies to classes registered through annotations and does not blacklist - # method builders. - # - # Valid forms: - # - "foo.bar" - All classes in package (note trailing period). - # - "foo.bar.Provider" - This class, all its members and nested classes - # - "foo.bar.Provider#method" - A particular method with a name - S:blacklistProviders < - > - - # List of tile entity classes or packages which will not be wrapped - # as peripherals. For example use "net.minecraft." to disable wrapping - # any vanilla peripheral. This does not blacklist subclasses. - S:blacklistTileEntities < - > -} - - -########################################################################################################## -# costsystem -#--------------------------------------------------------------------------------------------------------# -# Some methods have a particular cost: they -# consume a set amount of energy from their owner. -# This level regenerates over time. -# -# *Note:* These values only apply to the default handler. -# Other mods may add custom handlers. -########################################################################################################## - -costsystem { - # Allow costs to go into the negative. - # Methods will fail when there is negative energy. - # This allows you to use costs higher than the allocated - # buffer and so have a more traditional rate-limiting system. - B:allowNegative=false - - # Wait for the system to get sufficient energy instead of throwing - # an error. - B:awaitRegen=true - - # The energy level all systems start at - D:initial=100.0 - - # The maximum energy level an item can have - D:limit=100.0 - - # The amount of energy regenerated each tick - D:regen=10.0 -} - - -########################################################################################################## -# testing -#--------------------------------------------------------------------------------------------------------# -# Various options for debugging and testing this mod -########################################################################################################## - -testing { - # Verify generated bytecode for generated methods. - # Only needed if you're developing new method builders. - B:bytecodeVerify=false - - # Enable strict loading mode. This will ensure non-lazy - # loading of methods, and crash when an error is encountered - # rather than just logging. - B:strict=false -} - - diff --git a/config - Copy/plethora.cfg b/config - Copy/plethora.cfg deleted file mode 100644 index bdfc1574..00000000 --- a/config - Copy/plethora.cfg +++ /dev/null @@ -1,156 +0,0 @@ -# Configuration file - -chat { - # Whether binding a chat recorder allows players to send - # and capture messages. You may want to disable this if you - # are experiencing abuse. - B:allowBinding=true - - # Whether formatting codes are allowed in chat messages. - B:allowFormatting=false - - # Whether mobs are allowed to post chat messages. - # Otherwise this is just limited to players. - B:allowMobs=true - - # Whether offline players are allowed to post chat messages. - # Otherwise this is just limited to those who are online players. - B:allowOffline=true - - # The maximum length a chat message can be. - # - # Set to 0 to disable - I:maxLength=100 -} - - -glasses { - # The dimensions with which to scale the framebuffer texture. - # Higher scales result in cleaner renders, with the cost of - # a (potentially) lower framerate. - I:framebufferScale=1 -} - - -kinetic { - # The cost per launch power - I:launchCost=0 - - # The value to scale the velocity by when flying, helps limit how fast the player can go. - D:launchElytraScale=0.4 - - # Whether to scale the fall distance after launching. - # - # This means the player will not die from fall damage if they launch themselves - # upwards in order to cancel out their negative velocity. This may not work correctly - # with mods which provide custom gravity, such as Galacticraft. - B:launchFallReset=true - - # Whether to reset the floating timer after launching. - # - # This means the player will not be kicked for flying after using the kinetic augment a lot. - B:launchFloatReset=true - - # The maximum velocity the kinetic manipulator can apply to you. - I:launchMax=4 - - # The value to scale the y velocity by, helps limit how high the player can go. - D:launchYScale=0.5 - - # The cost per velocity unit. - D:propelCost=0.0 - - # The maximum velocity a minecart can be propelled at. - D:propelMax=2.0 - - # The cost to shoot an arrow per potency. - I:shootCost=20 - - # The cost per block teleported - I:teleportCost=0 - - # The maximum range that endermen can teleport to. - I:teleportRange=32 - - # The cost of walking. - # This is multiplied by the distance and speed walked. - I:walkCost=0 - - # The maximum range that the entity can path find to. - I:walkRange=32 - - # The maximum speed that the entity can walk at. - I:walkSpeed=3 -} - - -########################################################################################################## -# laser -#--------------------------------------------------------------------------------------------------------# -# Config options for the laser module -########################################################################################################## - -laser { - # The energy cost per potency for a laser. - # See Plethora.cfg#CostSystem for more info - D:cost=10.0 - - # The damage done to an entity by a laser per potency. - D:damage=4.0 - - # The maximum time in ticks a laser can exist for before it'll despawn. - I:lifetime=100 - - # The maximum power of a laser. - D:maximumPotency=5.0 - - # The minimum power of a laser. - D:minimumPotency=0.5 -} - - -########################################################################################################## -# miscellaneous -#--------------------------------------------------------------------------------------------------------# -# Various options that don't belong to anything -########################################################################################################## - -miscellaneous { - # Fun rendering overlay for various objects. - # Basically I'm slightly vain. - B:funRender=true -} - - -scanner { - # The radius a fully upgraded scanner can get blocks in. - I:maxRadius=16 - - # The radius scanners can get blocks in. - I:radius=8 - - # The additional cost each level incurs for scan(). - I:scanLevelCost=50 -} - - -sensor { - # The radius a fully upgraded sensor can get entities in. - I:maxRadius=32 - - # The radius sensors can get entities in. - I:radius=16 - - # The additional cost each level incurs for sense(). - I:senseLevelCost=40 -} - - -turtle { - # The amount of RF required to gain one unit of turtle fuel. - # Set to 0 to disable (the default). If enabled, a good default - # is 100 (100FE for one fuel unit). - I:feFuelRatio=0 -} - - diff --git a/config - Copy/plustic.cfg b/config - Copy/plustic.cfg deleted file mode 100644 index 33f93250..00000000 --- a/config - Copy/plustic.cfg +++ /dev/null @@ -1,350 +0,0 @@ -# Configuration file - -########################################################################################################## -# materials -#--------------------------------------------------------------------------------------------------------# -# Materials will only appear here when their respective modules are loaded. -########################################################################################################## - -materials { - # Set to false to prevent Aethium from being loaded [default: true] - B:"Enable material aethium"=true - - # Set to false to prevent Alumite from being loaded [default: true] - B:"Enable material alumite"=true - - # Set to false to prevent Amber from being loaded [default: true] - B:"Enable material amber"=true - - # Set to false to prevent Amethyst from being loaded [default: true] - B:"Enable material amethyst"=true - - # Set to false to prevent Awakened from being loaded [default: true] - B:"Enable material awakened_plustic"=true - - # Set to false to prevent Black Quartz from being loaded [default: true] - B:"Enable material blackquartz_plustic"=true - - # Set to false to prevent Bloodwood from being loaded [default: true] - B:"Enable material bloodwood_plustic"=false - - # Set to false to prevent Certus Quartz from being loaded [default: true] - B:"Enable material certusquartz_plustic"=true - - # Set to false to prevent Chaotic from being loaded [default: true] - B:"Enable material chaotic_plustic"=true - B:"Enable material crystallite"=true - - # Set to false to prevent Dark Matter from being loaded [default: true] - B:"Enable material darkmatter"=false - - # Set to false to prevent Darkwood from being loaded [default: true] - B:"Enable material darkwood_plustic"=true - - # Set to false to prevent Diamatine from being loaded [default: true] - B:"Enable material diamatine_actadd_plustic"=true - - # Set to false to prevent Elementium from being loaded [default: true] - B:"Enable material elementium"=true - B:"Enable material emberstone"=true - - # Set to false to prevent Emeradic from being loaded [default: true] - B:"Enable material emeradic_actadd_plustic"=true - - # Set to false to prevent Emerald from being loaded [default: true] - B:"Enable material emerald_plustic"=true - - # Set to false to prevent Enderium from being loaded [default: true] - B:"Enable material enderium_plustic"=true - - # Set to false to prevent Enori from being loaded [default: true] - B:"Enable material enori_actadd_plustic"=true - - # Set to false to prevent Erodium from being loaded [default: true] - B:"Enable material erodium"=true - - # Set to false to prevent Flamestring from being loaded [default: true] - B:"Enable material flamestring_plustic"=true - - # Set to false to prevent Fluix Crystal from being loaded [default: true] - B:"Enable material fluixcrystal_plustic"=true - - # Set to false to prevent Fusewood from being loaded [default: true] - B:"Enable material fusewood_plustic"=true - B:"Enable material ghostlystone"=true - - # Set to false to prevent Ghostwood from being loaded [default: true] - B:"Enable material ghostwood_plustic"=true - - # Set to false to prevent Infinity from being loaded [default: true] - B:"Enable material infinity_avaritia_plustic"=true - - # Set to false to prevent Ionite from being loaded [default: true] - B:"Enable material ionite"=true - - # Set to false to prevent Jade from being loaded [default: true] - B:"Enable material jade"=true - - # Set to false to prevent Kyronite from being loaded [default: true] - B:"Enable material kyronite"=true - B:"Enable material limonite"=true - - # Set to false to prevent Litherite from being loaded [default: true] - B:"Enable material litherite"=true - - # Set to false to prevent Livingwood from being loaded [default: true] - B:"Enable material livingwood_plustic"=true - - # Set to false to prevent Lumium from being loaded [default: true] - B:"Enable material lumium_plustic"=true - - # Set to false to prevent Malachite from being loaded [default: true] - B:"Enable material malachite_gem"=true - - # Set to false to prevent Manasteel from being loaded [default: true] - B:"Enable material manasteel"=true - - # Set to false to prevent Mica from being loaded [default: true] - B:"Enable material mica"=true - - # Set to false to prevent Mirion from being loaded [default: true] - B:"Enable material mirion"=true - B:"Enable material mystite"=true - - # Set to false to prevent Palis from being loaded [default: true] - B:"Enable material palis_actadd_plustic"=true - - # Set to false to prevent Peridot from being loaded [default: true] - B:"Enable material peridot"=true - - # Set to false to prevent Pink Slime from being loaded [default: true] - B:"Enable material pink_slime"=true - - # Set to false to prevent Pladium from being loaded [default: true] - B:"Enable material pladium"=true - - # Set to false to prevent Platinum from being loaded [default: true] - B:"Enable material platinum_plustic"=false - - # Set to false to prevent Red Matter from being loaded [default: true] - B:"Enable material redmatter"=true - - # Set to false to prevent Restonia from being loaded [default: true] - B:"Enable material restonia_actadd_plustic"=false - B:"Enable material rosite"=true - - # Set to false to prevent Ruby from being loaded [default: true] - B:"Enable material ruby"=true - - # Set to false to prevent Sapphire from being loaded [default: true] - B:"Enable material sapphire"=true - - # Set to false to prevent Ascended Sapphire from being loaded [default: true] - B:"Enable material sapphire_aoa"=true - - # Set to false to prevent Signalum from being loaded [default: true] - B:"Enable material signalum_plustic"=false - B:"Enable material skeletal"=true - - # Set to false to prevent Starmetal from being loaded [default: true] - B:"Enable material starmetal"=true - - # Set to false to prevent Tanzanite from being loaded [default: true] - B:"Enable material tanzanite"=true - - # Set to false to prevent Terrasteel from being loaded [default: true] - B:"Enable material terrasteel"=true - - # Set to false to prevent Thaumium from being loaded [default: true] - B:"Enable material thaumium"=true - - # Set to false to prevent TNT from being loaded [default: true] - B:"Enable material tnt"=true - - # Set to false to prevent Topaz from being loaded [default: true] - B:"Enable material topaz"=true - - # Set to false to prevent Void from being loaded [default: true] - B:"Enable material void_actadd_plustic"=true - - # Set to false to prevent Wyvern from being loaded [default: true] - B:"Enable material wyvern_plustic"=true -} - - -modifiers { - # Add Simply Jetpacks as ConArm modifiers [default: true] - B:"Add Simply Jetpacks as ConArm modifiers"=false - - # Durability bonus calculated as FUEL_CAPACITY_OF_JETPACK*this_scalar [range: 0.0 ~ 3.4028235E38, default: 1.25E-4] - S:"Durability bonus scalar for Simply Jetpacks modifiers"=1.25E-4 -} - - -########################################################################################################## -# modules -#--------------------------------------------------------------------------------------------------------# -# Use this to disable entire modules. -########################################################################################################## - -modules { - # Integrate with Actually Additions [default: true] - B:"Enable Actually Additions support"=true - - # Integrate with Advanced Rocketry (actually LibVulpes) [default: true] - B:"Enable Advanced Rocketry integration"=true - - # Integrate with AoA [default: true] - B:"Enable AoA support"=true - - # Integrate with Applied Energistics 2 [default: true] - B:"Enable Applied Energistics 2 support"=true - - # Integrate with ArmorPlus [default: true] - B:"Enable ArmorPlus integration"=true - - # Integrate with Astral Sorcery [default: true] - B:"Enable Astral Sorcery support"=true - - # Integrate with Avaritia [default: true] - B:"Enable Avaritia support"=true - - # Integrate with Biomes o' Plenty [default: true] - B:"Enable BoP integration"=true - - # Integrate with Botania [default: true] - B:"Enable Botania integration"=true - - # Integrate with Constructs Armory [default: true] - B:"Enable Constructs Armory support"=true - - # Integrate with Draconic Evolution [default: true] - B:"Enable Draconic Evolution integration"=true - - # Integrate with Environmental Tech [default: true] - B:"Enable Environmental Tech support"=true - - # Integrate with Erebus [default: true] - B:"Enable Erebus support"=true - - # Integrate with Galacticraft [default: true] - B:"Enable Galacticraft support"=true - - # Integrate with Gems+ [default: true] - B:"Enable Gems+ support"=true - - # Integrate with Land Craft [default: true] - B:"Enable Land Craft support"=true - - # Integrate with LandCore [default: true] - B:"Enable LandCore support"=true - - # Integrate with Minefactory Reloaded [default: true] - B:"Enable MFR support"=true - - # Enable the machines from this mod (Centrifuge, etc.) [default: true] - B:"Enable Machines addon"=true - - # Integrate with Mekanism [default: true] - B:"Enable Mekanism integration"=true - - # Integrate with Natura [default: true] - B:"Enable Natura support"=true - - # Integrate with Project Red-Core [default: true] - B:"Enable Project Red integration"=true - - # Integrate with ProjectE [default: true] - B:"Enable ProjectE support"=true - - # Integrate with Psi [default: true] - B:"Enable Psi support"=true - - # Integrate with Survivalist [default: true] - B:"Enable Survivalist support"=true - - # Integrate with Thaumcraft [default: true] - B:"Enable Thaumcraft support"=true - - # Integrate with Thermal Foundation [default: true] - B:"Enable Thermal Foundation integration"=true - - # Add features to vanilla Tinkers Construct [default: true] - B:"Enable vanilla TiC addons"=true -} - - -tools { - # Enable Katana [default: true] - B:"Enable Katana"=true - - # Enable Laser Gun [default: true] - B:"Enable Laser Gun"=true - - # Does Katana boost only on killing mob (true) or on any hit (false)? [default: true] - B:"Katana boosts only on killing"=true - - # Multiply combo value by this to calculate bonus damage [range: 0.0 ~ 3.4028235E38, default: 1.25] - S:"Katana combo multiplier"=1.25 - - # How much energy is used, by default, per laser attack [range: 0 ~ 2147483647, default: 100] - I:"Laser Gun Energy consumed"=100 - - # Should boosted damage of Katana change smoothly from material to material? [default: false] - B:"Smooth Katana progression"=false -} - - -tweaks { - # Add smelting recipes for Redstone, Glowstone, and Ender pearl (only if Thermal Foundation is loaded) [default: true] - B:"Add smeltery recipes for Redstone, Glowstone, and Ender pearl"=true - - # Enter in the format inputFluid:outputFluid1;outputFluid2;outputFluid3 [default: ] - S:"Centrifuge blacklist" < - > - - # Energy consumed by centrifuge per millibucket [range: 0 ~ 2147483647, default: 5] - I:"Centrifuge energy per mB"=5 - - # Force-load these traits (as a fully-qualified class name; e.g. landmaster.plustic.traits.Global) without the required mods themselves being loaded [default: ] - S:"Force load traits" < - > - - # If Natural Pledge is loaded: - # If true: replace Natural Pledge Botania TiC materials with PlusTiC ones; - # Otherwise: do *not* load the Botania module for PlusTiC, overriding other settings. [default: true] - B:"Force out Natural Pledge TiC materials"=true - - # Valid ore dictionary values for Fruit Salad [default: [cropApple], [listAllfruit]] - S:"Fruits oredict list" < - cropApple - listAllfruit - > - - # Enter in the format "modid:name;meta" (leave meta blank for zero metadata) [default: [apple], [golden_apple;32767], [melon], [chorus_fruit]] - S:"Fruits stack list" < - apple - golden_apple;32767 - melon - chorus_fruit - > - - # Enter integer amounts, specifying the amount of modifiers added to the tool for each level, in increasing order of level (defaults will be extrapolated if some left blank) - I:"Modifier values for Botanical" < - > - - # Objects that the Trash modifier will generate; enter in the format "weight|modid:name;meta" (leave meta blank for zero metadata) [default: [20|coal], [5|slime_ball], [10|saddle], [5|tconstruct:edible;1], [1|emerald], [3|melon]] - S:"Trash generation" < - 20|coal - 5|slime_ball - 10|saddle - 5|tconstruct:edible;1 - 1|emerald - 3|melon - > - - # Use Pyrotheum as TiC smeltery fuel (only if Thermal Foundation is loaded) [default: true] - B:"Use Pyrotheum as smeltery fuel"=true -} - - diff --git a/config - Copy/portalgun.cfg b/config - Copy/portalgun.cfg deleted file mode 100644 index a8f1e7d4..00000000 --- a/config - Copy/portalgun.cfg +++ /dev/null @@ -1,68 +0,0 @@ -# Configuration file - -########################################################################################################## -# clientonly -#--------------------------------------------------------------------------------------------------------# -# These options affect only the client that loads the mod.\nIf you are looking for keybinds, look for them in ichunutil_keybinds.cfg. -########################################################################################################## - -clientonly { - # Play a sound when the Portal Gun is equipped? [range: 0 ~ 1, default: 1] - I:equipItemSound=1 - - # Enable rendering portals with shaders? - # - # If your PC does not support this, shaders will not be used even if this was enabled. [range: 0 ~ 1, default: 1] - I:fancyPortals=1 - - # The size of the indicator around the crosshairs when you hold the Portal Gun. - # Value is in percentage - # 0 to disable. [range: 0 ~ 100, default: 30] - I:portalgunIndicatorSize=30 - - # Enable rendering to see through portals? - # - # If your PC does not support this, you will not be able to see through portals even if this was enabled. [range: 0 ~ 1, default: 1] - I:seeThroughPortals=1 -} - - -########################################################################################################## -# keybind -#--------------------------------------------------------------------------------------------------------# -# If you're reading this in the config file, I would strongly recommend changing the keybinds in-game.\niChunUtil uses custom keybinds. Go to the controls/keybinds page and click on the bottom right corner.\n\nIf you really have to edit the config file, the format is , and append either ":SHIFT", ":CTRL", or ":ALT" for keys you want to hold down at the same time.\nFor key codes go to: http://minecraft.gamepedia.com/Key_codes \nExample: 48:SHIFT:ALT will bind to the B key when you hold Shift and Alt (On a QWERTY keyboard). -########################################################################################################## - -keybind { -} - - -########################################################################################################## -# portalgun -#--------------------------------------------------------------------------------------------------------# -# Config options relating to the use of the Portal Gun -########################################################################################################## - -portalgun { - # Can the projectile fired by the Portal Gun go through glass? [range: 0 ~ 1, default: 0] - I:canFireThroughGlass=0 - - # Can the projectile fired by the Portal Gun go through liquid? [range: 0 ~ 1, default: 0] - I:canFireThroughLiquid=0 - - # Can the portal projectile (that you fire from the portal gun) chunk load? - # Disabling this might cause issues. [range: 0 ~ 1, default: 1] - I:canPortalProjectilesChunkload=1 - - # Can the portal that spawns from the projectile be resized downwards if the full size won't fit? [range: 0 ~ 1, default: 1] - I:canPortalsResizeWhenCreated=1 - - # Base Weight that the Portal Gun is allowed to carry, in percentile (%) - # Set this to 0 to disable grabbing of blocks and entities which are not part of this mod. [range: 0 ~ 2147483647, default: 100] - I:entityGrabWeightBase=100 - - # Maximum distance to fire portals from the Portal Gun. [range: 1 ~ 2147483647, default: 10000] - I:maxShootDistance=10000 -} - - diff --git a/config - Copy/projectex.cfg b/config - Copy/projectex.cfg deleted file mode 100644 index 7ebb8807..00000000 --- a/config - Copy/projectex.cfg +++ /dev/null @@ -1,307 +0,0 @@ -# Configuration file - -general { - # With this enabled, Power Flowers will not be affected by Watch of Flowing Time. - B:blacklist_power_flower_from_watch=true - - # Max item that will be displayed. - # 0 disables item exporting from links and makes refined ones useless. - # Reduce this if you are having problems with auto-crafting or similar things. - I:emc_link_max_out=200000 - - # The whitelist for Stone Table will be ignored unless this is set to true. - B:enable_stone_table_whitelist=false - - # If set to false, it will only copy items with EMC value. - B:final_star_copy_any_item=true - - # If set to false, it will remove item NBT. - B:final_star_copy_nbt=false - - # Set to 0 to completely disable itemc copying. - # Min: 0 - # Max: 2147483647 - I:final_star_update_interval=20 - - # Overrides default EMC formatter from ProjectE with custom one. - B:override_emc_formatter=true - S:stone_table_whitelist < - oredict:ingot - oredict:gem - oredict:dust - oredict:nugget - oredict:block - oredict:ore - oredict:stone - oredict:cobblestone - oredict:sand - oredict:dirt - oredict:gravel - oredict:obsidian - oredict:netherrack - oredict:endstone - minecraft:coal@* - minecraft:flint - minecraft:clay_ball - oredict:dye - oredict:string - oredict:leather - oredict:sugercane - oredict:feather - oredict:gunpowder - minecraft:wheat_seeds - oredict:logWood - oredict:treeSapling - oredict:blockGlassColorless - oredict:enderpearl - minecraft:blaze_rod - minecraft:ghast_tear - > -} - - -items { - B:alchemy_table=true - B:arcane_tablet=true - B:clay_matter=false - B:collectors=true - B:final_star=true - B:knowledge_sharing_book=true - B:link=true - B:power_flowers=true - B:relays=true - B:stars=true - B:stone_table=true - B:tome=true -} - - -tiers { - - basic { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=4.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=1.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=64.0 - } - - dark { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=12.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=3.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=192.0 - } - - red { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=40.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=10.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=640.0 - } - - magenta { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=160.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=40.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=2560.0 - } - - pink { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=640.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=150.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=10240.0 - } - - purple { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=2560.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=750.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=40960.0 - } - - violet { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=10240.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=3750.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=163840.0 - } - - blue { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=40960.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=15000.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=655360.0 - } - - cyan { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=163840.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=60000.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=2621440.0 - } - - green { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=655360.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=240000.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=1.048576E7 - } - - lime { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=2621440.0 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=960000.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=4.194304E7 - } - - yellow { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=1.048576E7 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=3840000.0 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=1.6777216E8 - } - - orange { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=4.194304E7 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=1.536E7 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=6.7108864E8 - } - - white { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=1.6777216E8 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=6.144E7 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=2.68435456E9 - } - - fading { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=6.7108864E8 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=2.4576E8 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=1.073741824E10 - } - - final_tier { - # Min: 0.0 - # Max: 9.223372036854776E18 - D:collector_output=1.0E12 - - # Min: 0.0 - # Max: 9.223372036854776E18 - D:relay_bonus=1.0E12 - - # Min: 1.0 - # Max: 9.223372036854776E18 - D:relay_transfer=1.7976931348623157E308 - } - -} - - diff --git a/config - Copy/projectx.cfg b/config - Copy/projectx.cfg deleted file mode 100644 index fcb5ce72..00000000 --- a/config - Copy/projectx.cfg +++ /dev/null @@ -1,74 +0,0 @@ -# Configuration file - -client { - # Resoluion of the animation for texture for blocks & items, does not affect the animation if improvedAnimation is enabled - I:animationResolution=32 - - # Offloads the animation rendering to the GPU if OpenGL 4.3 is supported - B:improvedAnimation=true -} - - -compat { - # Enable/disable Forge Multipart integration - B:forgeMultipart=true - - # Enable/disable Thaumcraft integration - B:thaumcraft=true - - # Enable/disable WAILA integration - B:waila=true -} - - -world { - # The weight of all world generators - I:generatorWeight=1 - - # Chance, min height, max height, min vein size, max vein size - I:xycroniumOreBlue < - 0 - 20 - 52 - 4 - 8 - > - - # Chance, min height, max height, min vein size, max vein size - I:xycroniumOreDark < - 0 - 20 - 52 - 4 - 8 - > - - # Chance, min height, max height, min vein size, max vein size - I:xycroniumOreGreen < - 0 - 20 - 52 - 4 - 8 - > - - # Chance, min height, max height, min vein size, max vein size - I:xycroniumOreLight < - 0 - 20 - 52 - 4 - 8 - > - - # Chance, min height, max height, min vein size, max vein size - I:xycroniumOreRed < - 0 - 20 - 52 - 4 - 8 - > -} - - diff --git a/config - Copy/randompatches.cfg b/config - Copy/randompatches.cfg deleted file mode 100644 index 77e43b06..00000000 --- a/config - Copy/randompatches.cfg +++ /dev/null @@ -1,272 +0,0 @@ -# Configuration file - -########################################################################################################## -# boats -#--------------------------------------------------------------------------------------------------------# -# Options related to boats. -########################################################################################################## - -boats { - # Whether to patch EntityBoat. - # Default: true - B:patchEntityBoat=true - - # Prevents underwater boat passengers from being ejected after 60 ticks (3 seconds). - # Default: false - B:preventUnderwaterBoatPassengerEjection=false - - # The buoyancy of boats when they are under flowing water. - # The vanilla default is -0.0007. - # Min: -1.7976931348623157E308 - # Max: 1.7976931348623157E308 - # Default: 0.023 - D:underwaterBoatBuoyancy=0.023 -} - - -########################################################################################################## -# client -#--------------------------------------------------------------------------------------------------------# -# Options related to client-sided features. -########################################################################################################## - -client { - # Adds a separate keybind for dismounting. - # Default: true - B:dismountKeybind=true - - # Speeds up language switching. - # Default: true - B:fastLanguageSwitch=true - - # Forces Minecraft to show the title screen after disconnecting rather than the Multiplayer or Realms menu. - # Default: false - B:forceTitleScreenOnDisconnect=false - - # The framerate limit slider step size. - # If this is set to 10.0, vanilla behavior is not changed. - # Min: 4.9E-324 - # Max: 260.0 - # Default: 1.0 - D:framerateLimitSliderStepSize=1.0 - - # Whether to fix the player model occasionally disappearing when flying with elytra in a straight line in third-person mode. - # Default: true - B:invisiblePlayerModelFix=true - - # Whether to add the Toggle Narrator keybind to the controls. - # Default: true - B:narratorKeybind=true - - # Set this to false to disable the Minecraft class patches (the Toggle Narrator keybind and custom window title/icon). - # Default: true - B:patchMinecraftClass=true - - # Set this to false to force disable the "force title screen on disconnect" patch. - # Default: true - B:patchTitleScreenOnDisconnect=true - - # Whether to apply the potion glint patch so that the potion glowing effect can be toggled. - # Default: true - B:patchPotionGlint=true - - # Whether to remove the glowing effect from potions. - # Default: false - B:removePotionGlint=false - - # Backports the smooth eye level change animations from Minecraft 1.13 and newer. - # Default: true - B:patchSmoothEyeLevelChanges=true - - # Whether smooth eye level change animations should be enabled. - # Default: true - B:smoothEyeLevelChanges=true - - # Enables the /rpreloadclient command. - # Default: true - B:rpreloadclient=true - - ########################################################################################################## - # window - #--------------------------------------------------------------------------------------------------------# - # Options related to the Minecraft window. - ########################################################################################################## - - window { - # The path to the 16x16 Minecraft window icon. - # Leave this and the 32x32 icon blank to use the default icon. - # Default: - S:icon16= - - # The path to the 32x32 Minecraft window icon. - # Leave this and the 16x16 icon blank to use the default icon. - # Default: - S:icon32= - - # The path to the 256x256 window icon which is used on Mac OS X. - # Leave this, the 16x16 icon and the 32x32 icon blank to use the default icon. - # Default: - S:icon256= - - # The Minecraft window title. - # Default: Minecraft 1.12.2 - S:title=Minecraft 1.12.2 - } - -} - - -########################################################################################################## -# misc -#--------------------------------------------------------------------------------------------------------# -# Options that don't fit into any other categories. -########################################################################################################## - -misc { - # Whether to prevent the observer from emitting a signal when it is placed. - # This fixes MC-109832. - # Default: true - B:disableObserverSignalOnPlace=true - - # Whether to fix dismount positions being too high. - # This fixes MC-3328 and MC-111726. - # Default: true - B:dismountPositionFix=true - - # Fixes the End portal and End gateway break particle textures and improves End portal rendering. - # Default: true - B:endPortalTweaks=true - - # Whether to patch WorldServer to prevent a "TickNextTick list out of synch" IllegalStateException. - # Default: true - B:fixTickNextTickListOutOfSynch=true - - # Fixes MC-2025. - # More information can be found here: https://www.reddit.com/r/Mojira/comments/8pgd4q/final_and_proper_fix_to_mc2025_simple_reliable/ - # Default: true - B:mc2025Fix=true - - # Fixes MC-64836, which causes non-player entities to be allowed to control minecarts using their AI. - # Default: true - B:minecartAIFix=true - - # Fixes MC-5694, which causes fast mining to sometimes only destroy blocks client-side only. - # Default: true - B:miningGhostBlocksFix=true - - # Fixes MC-10369 (server-side particle spawning not creating particles for clients) and MC-93826 (breeding hearts only showing once instead of all of the time an animal can breed). - # Default: true - B:particleFixes=true - - # Set this to false to disable the NetHandlerPlayServer patches (the speed limits and disconnect timeouts). - # Default: true - B:patchNetHandlerPlayServer=true - - # Whether to patch the packet size limit. - # Default: true - B:patchPacketSizeLimit=true - - # The packet size limit. - # The vanilla limit is 2097152. - # Min: 257 - # Max: 2147483647 - # Default: 16777216 - I:packetSizeLimit=16777216 - - # Fixes MC-54026, which causes blocks attached to slime blocks in some circumstances to create ghost blocks if a piston pushes the slime block. - # Default: true - B:pistonGhostBlocksFix=true - - # Fixes MC-11944, which allows players to replace End portals, End gateways and Nether portals using buckets. - # Default: true - B:portalBucketReplacementFix=true - - # Enables the portal bucket replacement fix for Nether portals. - # Default: false - B:portalBucketReplacementFixForNetherPortals=false - - # Fixes MC-129057, which prevents ingredients with NBT data from being transferred to the crafting grid when a recipe is clicked in the recipe book. - # Default: true - B:recipeBookNBTFix=true - - # Enables the /rpreload command. - # Default: true - B:rpreload=true - - # Fixes player skull stacking. - # Default: true - B:skullStackingFix=true - - # Whether skull stacking requires the same textures or just the same player profile. - # Default: true - B:skullStackingRequiresSameTextures=true -} - - -########################################################################################################## -# speedLimits -#--------------------------------------------------------------------------------------------------------# -# Options related to the movement speed limits. -########################################################################################################## - -speedLimits { - # The maximum player speed. - # The vanilla default is 100.0. - # Min: 1.0 - # Max: 3.4028234663852886E38 - # Default: 1000000.0 - D:maxPlayerSpeed=1000000.0 - - # The maximum player elytra speed. - # The vanilla default is 300.0. - # Min: 1.0 - # Max: 3.4028234663852886E38 - # Default: 1000000.0 - D:maxPlayerElytraSpeed=1000000.0 - - # The maximum player vehicle speed. - # The vanilla default is 100.0. - # Min: 1.0 - # Max: 1.7976931348623157E308 - # Default: 1000000.0 - D:maxPlayerVehicleSpeed=1000000.0 -} - - -########################################################################################################## -# timeouts -#--------------------------------------------------------------------------------------------------------# -# Options related to the disconnect timeouts. -########################################################################################################## - -timeouts { - # The interval at which the server sends the KeepAlive packet. - # Min: 1 - # Max: 2147483647 - # Default: 15 - I:keepAlivePacketInterval=15 - - # The login timeout in ticks. - # Min: 1 - # Max: 2147483647 - # Default: 1800 - I:loginTimeout=1800 - - # Whether to apply the login timeout. - # Default: true - B:patchLoginTimeout=true - - # The read timeout in seconds. - # This is the time it takes for a player to be disconnected after not responding to a KeepAlive packet. - # This value is automatically rounded up to a product of keepAlivePacketInterval. - # Min: 1 - # Max: 2147483647 - # Default: 90 - I:readTimeout=90 - - # Whether to patch NetworkManager to apply the client-sided read timeout. - # Default: true - B:patchNetworkManager=true -} - - diff --git a/config - Copy/randomthings.cfg b/config - Copy/randomthings.cfg deleted file mode 100644 index 20721d10..00000000 --- a/config - Copy/randomthings.cfg +++ /dev/null @@ -1,104 +0,0 @@ -# Configuration file - -features { - B:ArtificialEndPortal=true - - # Should Ender Anchors keep the Chunk they are in loaded - B:EnderAnchorChunkloading=true - - # Should there be an Golden Egg in every Bean Pod? - B:GoldenEgg=true - - # Whether the magnetic enchantment should be available. - B:MagneticEnchantment=true - - # TRIES to remove the weird water texture showing around ALL non full blocks. This might look weird when you, for example, are on a ladder underwater. [default: false] - B:RemoveUnderwaterTexture=false -} - - -internals { - # Dimension ID for the Spectre Dimension - I:SpectreID=-343800852 -} - - -numbers { - # The maximum radius an advanced item collector can be configured to have - I:AdvancedItemCollectorMaxRange=10 - - # How many blocks an Ancient Furnace can transform before stopping - I:AncientFurnaceLimit=10000 - - # How many blocks the Block Destabilizer can destabilize at once (0 = Unlimited) - I:BlockDestabilizerLimit=50 - - # The radius of a normal item collector - I:ItemCollectorRange=3 - - # How much Energy a Numbered Spectre Coil produces per Tick - I:NumberedSpectreCoilEnergy=128 - - # How far does the effect of a Rain Shield work? (In Blocks) - I:RainShieldRange=80 - - # How much does the chance of a spirit spawning increase after the ender dragon is defeated? (0.07 = 7%) - D:SpiritChanceEndIncrease=0.07 - - # How much does the moon increase the chance of a spirit spawning? (2 = 2% on full moon) - D:SpiritChanceMoonMult=2.0 - - # The base chance of a spirit spawning when an entity dies (0.01 = 1%) - D:SpiritChanceNormal=0.01 - - # How long a Spirit stays in the world after spawning (20=1 second) - I:SpiritLifeTime=400 - - # How many ticks have to pass for a Time in a Bottle to gain 1 second (20 = 1 Second) - I:TimeInABottlePerSecond=20 -} - - -visual { - # Replaces the noisy default rune texture with a flat version - B:FlatRunes=false - - # When set to true the coordinates a position filter / portkey point to won't be displayed in its tooltip. - B:HideCoordinates=false -} - - -voxelprojector { - # Should the client save models received by the server to disk so that they don't have to be requested again later? - B:ClientModelSaving=true - - # The amount of bytes that can be used to transfer models to clients per tick (The default 1000 Byte equal 20 kbyte/sec) - I:ModelTransferBandwidth=1000 -} - - -########################################################################################################## -# worldgen -#--------------------------------------------------------------------------------------------------------# -# Set to false to disable the generation of the respective objects -########################################################################################################## - -worldgen { - B:AncientFurnace=true - B:Beans=true - B:BiomeCrystal=true - B:GlowingMushrooms=true - B:LavaCharm=true - B:Lotus=true - B:MagicHood=true - B:Nature-Core=true - B:NumberedSpectreCoils=true - B:PeaceCandle=true - B:PitcherPlants=true - B:Sakanade=true - B:SlimeCube=true - B:SummoningPendulum=true - B:WaterChest=true -} - - diff --git a/config - Copy/randomtweaker.cfg b/config - Copy/randomtweaker.cfg deleted file mode 100644 index 1996f096..00000000 --- a/config - Copy/randomtweaker.cfg +++ /dev/null @@ -1,61 +0,0 @@ -# Configuration file - -general { - - botania { - # If true, the hydroangeas will be decay. [Valid only for modified results | default: false] - B:HydroangeasDecay=false - - # How much mana is max of hydroangeas? [Valid only for modified results | default: 18000] - I:HydroangeasMaxMana=18000 - - # If true, the hydroangeas will be modified. [default: false] - B:HydroangeasModified=false - - # How much mana is consumed per work of Orechid.[Valid only for modified results | default: 700] - I:OrechidCost=700 - - # How much the interval of each work of Orechid.[Valid only for modified results | default: 20] - I:OrechidDelay=20 - - # If true, the Orechid will keep the Botania recipes. [Valid only for modified results | default: true] - B:OrechidHasDefault=true - - # How much mana is max of Orechid? [Valid only for modified results | default: 18000] - I:OrechidMaxMana=18000 - - # If true, the Orechid will be modified. [default: false] - B:OrechidModified=false - } - - ftbultimine { - # If true, Allow Crt to Control the FTBUltimine enable - B:AllowCrTControl=false - } - - thaumcraft { - # If true, The original DreamJournal will be no longer available. [default: false] - B:DreamJournal=false - } - - randomtweaker { - # If true, Allow CrT to manipulate the file "rt.properties". [default: false] - B:Prop=false - - # If true, Allow CrT to modify item attribute modifiers. [default: false] - B:itemAttributeModification=false - } - - astralsorcery { - # If true, Modify attunement and add related events. [default: false] - B:attunementModification=false - } - - tconstruct { - # If true, enable the extension of tconstruct. [default: false] - B:iconModification=false - } - -} - - diff --git a/config - Copy/rangedpumps.cfg b/config - Copy/rangedpumps.cfg deleted file mode 100644 index a44e80f7..00000000 --- a/config - Copy/rangedpumps.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# Configuration file - -pump { - # The capacity of the energy storage [range: 0 ~ 2147483647, default: 32000] - I:energyCapacity=32000 - - # Energy drained when draining liquid [range: 0 ~ 2147483647, default: 100] - I:energyUsagePerDrain=100 - - # Energy drained when moving to the next block [range: 0 ~ 2147483647, default: 0] - I:energyUsagePerMove=0 - - # The range of the pump [range: 0 ~ 1024, default: 64] - I:range=64 - - # Replaces the liquid that is removed with stone to reduce lag [default: true] - B:replaceLiquidWithStone=true - - # The interval in ticks for when to move on to the next block (higher is slower) [range: 0 ~ 1024, default: 8] - I:speed=8 - - # The capacity of the internal pump tank [range: 1000 ~ 2147483647, default: 32000] - I:tankCapacity=32000 - - # Whether the pump uses energy to work [default: true] - B:usesEnergy=true -} - - diff --git a/config - Copy/reachfix.cfg b/config - Copy/reachfix.cfg deleted file mode 100644 index 97ba1b2e..00000000 --- a/config - Copy/reachfix.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file - -general { - B:enabled=true - - # Min: 0.0 - # Max: 1024.0 - D:entityReach=3.0 - - # Min: 0.0 - # Max: 1024.0 - D:entityReachCreative=3.5 - - # When enabled 'canRiderInteract' is ignored when the players eyes are inside the entity that is riding or being ridden by the player. - B:forceInteractionInsideVehicles=true - - # Min: 0.0 - # Max: 1024.0 - D:reach=4.5 - - # Min: 0.0 - # Max: 1024.0 - D:reachCreative=5.0 -} - - diff --git a/config - Copy/recipestages.cfg b/config - Copy/recipestages.cfg deleted file mode 100644 index b12cef37..00000000 --- a/config - Copy/recipestages.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file - -general { - # Toggle whether to display the item recipe in JEI. - B:"Show item recipe"=false - - # Toggle whether to display which stage is needed for a recipe to work in the JEI entries. - B:"Show stage name"=true -} - - diff --git a/config - Copy/renderlib.cfg b/config - Copy/renderlib.cfg deleted file mode 100644 index 840c2837..00000000 --- a/config - Copy/renderlib.cfg +++ /dev/null @@ -1,58 +0,0 @@ -# Configuration file - -general { - B:debugRenderBoxes=false - - # Allows you to increase the render bounding boxes of entities (or all entities of a mod). Width increases the size on the X and Z axis. Top increases the size in the positive Y direction. Bottom increases the size in the negative Y direction. (Accepts 'modid=width,top,bottom' or 'modid:entity=width,top,bottom'). - S:entityBoundingBoxGrowthList < - > - I:mainMenuFPS=60 - - # If set to true the main menu FPS is synced to the in game FPS (but clamped between 30 and 240). - B:mainMenuFPSSynced=false - B:openGLLogExtensions=false - B:showFrameTimes=false - - # Allows you to increase the render bounding boxes of tile entities (or all entities of a mod). Width increases the size on the X and Z axis. Top increases the size in the positive Y direction. Bottom increases the size in the negative Y direction. (Accepts 'modid=width,top,bottom' or 'modid:tileentity=width,top,bottom'). - S:tileEntityBoundingBoxGrowthList < - > - - # Tile entities whose bounding boxes won't be cached (Accepts 'modid' or 'modid:tileentity'). - S:tileEntityCachedBoundingBoxBlacklist < - > - - # Most tile entities have static bounding boxes and thus they can be cached. Tile entities whose bounding boxes are likely to change every frame or so should be added to the blacklist. Tile entities whose bounding only change every once in a while should be covered by cache updates (update speed adjustable through tileEntityCachedBoundingBoxUpdateInterval) - B:tileEntityCachedBoundingBoxEnabled=true - - # Every frame there is a 1 in x chance to update the cached bounding box. Higher = better performance, Lower = tile entities with dynamic bounding boxes get updated faster. - # Min: 1 - # Max: 1000000 - I:tileEntityCachedBoundingBoxUpdateInterval=100 - - opengldebugoutput { - B:crashOnError=false - - # Better debugging of OpenGL errors. Might not be supported by your hardware/driver. - B:enabled=false - - # Enable/Disable logging of high severity non-error messages. (You probably never want to enable this as a normal user) - B:logHighSeverity=false - - # Enable/Disable logging of low severity non-error messages. (You probably never want to enable this as a normal user) - B:logLowSeverity=false - - # Enable/Disable logging of medium severity non-error messages. (You probably never want to enable this as a normal user) - B:logMediumSeverity=false - - # Enable/Disable logging of notification severity non-error messages. (You probably never want to enable this as a normal user) - B:logNotificationSeverity=false - S:logStackTrace=ERRORS_ONLY - S:messageFilters < - ANY;ERROR;ANY;true - > - B:setContextDebugBit=false - } - -} - - diff --git a/config - Copy/roost.cfg b/config - Copy/roost.cfg deleted file mode 100644 index a9a5fb86..00000000 --- a/config - Copy/roost.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Configuration file - -general { - # The speed multiplier for the breeder. Higher is faster. - # Min: 0.01 - # Max: 100.0 - D:breederSpeed=1.0 - - # Prevent vanilla chickens from laying eggs. Of interest to modpack makers only. - B:disableEggLaying=false - - # The speed multiplier for the roost. Higher is faster. - # Min: 0.01 - # Max: 100.0 - D:roostSpeed=1.0 -} - - diff --git a/config - Copy/rotm.cfg b/config - Copy/rotm.cfg deleted file mode 100644 index 46b208f3..00000000 --- a/config - Copy/rotm.cfg +++ /dev/null @@ -1,229 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # entity configurations - #--------------------------------------------------------------------------------------------------------# - # These configs involve the changes to entities. - # Enable debug mode to get the names of potions, entities and potential damage sources - # For the player use "minecraft:player" - ########################################################################################################## - - "entity configurations" { - # Cancels a damage source affecting a specified entity. - # Format: ";?;;...;" - # Where: is the entity. - # ? is the optional entity that needs to deal the specified damage - # is the list of names of the damages dealt. - # Example: - # S:"Cancel Damage Sources" < - # minecraft:player;indirectMagic - # minecraft:zombie;onFire;indirectMagic - # minecraft:player;minecraft:stray;arrow - # minecraft:player;minecraft:blaze;mob;fireball - # > - S:"Cancel Damage Sources" < - > - - # Cancels a potion effect being able to be applied to a specified entity. - # Format: ";;;..." - # Where: is the entity from the 'modid' mod for which to cancel the potion effect. - # Example: - # S:"Cancel Potion Effects" < - # minecraft:player;minecraft:strength;minecraft:regeneration;minecraft:weakness - # minecraft:zombie;minecraft:invisibility;minecraft:speed - # > - S:"Cancel Potion Effects" < - > - - # Death Spawns allows mobs to be summoned when an entity dies. - # Format: ;;;;;;;?;? - # Where: and are the entities for the entity that dies and the mob that spawns respectively. - # is the min-max range of summons that can spawn in one cycle. - # and are true/false values and will make it so that the summoned entities do not drop XP or Loot respectively - # is a true/false value will set the summoned entities to aggro onto the target of the dying entity if set to true - # is the (optional) sound that will be played when the summon happens - # ? optional NBT to apply to the summon on spawn. - # is the (optional) percentage (0-100 exclusive-inclusive) chance that the summons will spawn (100 by default). - # Example: - # S:"Death Spawns" < - # minecraft:zombie;minecraft:spider;2-5;true;false;true;minecraft:ambient.cave - # minecraft:zombie;minecraft:villager;1;false;false;false;minecraft:entity.enderdragon.growl;{NoAI:1b} - # minecraft:zombie;minecraft:villager;1;false;false;false;minecraft:entity.enderdragon.growl;{NoAI:1b};50 - # > - S:"Death Spawns" < - - > - - # Allows entities to regain health after killing enemies of certain target type - # Format: ;?;;;? - # Where: is the entity which will regain health. - # ? is the optional target entity which has to die in the region for the health regain to occur. If left empty, any entity which dies will count as a target - # is the health percentage (0-100 inclusive) of the 'entity's max health which will be regained. - # is a true/false value. If true, then the health regain will only happen if last target type has died nearby. - # ? is an optional value representing the distance range to check. If left empty or <= 0 then the area is turned global and will check all loaded entities of the target type - S:"Instant Health Regain" < - > - - # Mob Defense allows to apply potions effects to the attacker when a mob takes damage. - # Format: ;;;;;;?;? - # Where: is the entity that takes damage. - # is the name of the potion effect to use. - # is the percentage (0-100 exclusive-inclusive) that the entity has to be at to apply the effect. - # is the tier of the potion starting at 0. For example, Poison I has level 0, Speed II has level 1. - # is the duration in seconds of the potion. - # is the percentage (0-100 exclusive-inclusive) chance that the effect will take place on attack. - # is the (optional) sound that will be played when the defense happens - # ? is an optional list of dimension ids in which the effect can/cannot be applied in. This takes form of '[1, -1, 2, 3, ...]'. You can prefix this list with '!' to turn it into a list of dimensions to block instead. For example '![0]' would block only the Overworld. - # ? is the kind of damage that this is triggered by. Leaving this empty results in every damage counting, 'mob' and 'player' results in mob and player melee only respectively, 'arrow' results in an arrow shot etc. - S:"Mob Defense" < - > - - # Mob Offense allows to apply potions effects when a mob damages another entity. - # Format: ;;;;;;;?;? - # Where: is the entity that does the melee. - # is the name of the potion effect to use. - # is the percentage (0-100 exclusive-inclusive) that the entity has to be at to apply the effect. - # is the tier of the potion starting at 0. For example, Poison I has level 0, Speed II has level 1. - # is the duration in seconds of the potion. - # is the percentage (0-100 exclusive-inclusive) chance that the effect will take place on attack. - # is the (optional) sound that will be played when the attack happens - # ? is an optional list of dimension ids in which the effect can/cannot be applied in. This takes form of '[1, -1, 2, 3, ...]'. You can prefix this list with '!' to turn it into a list of dimensions to block instead. For example '![0]' would block only the Overworld. - # ? is the kind of damage that this is triggered by. Leaving this empty results in every damage counting, 'mob' and 'player' results in mob and player melee only respectively, 'arrow' results in an arrow shot etc. - S:"Mob Offense" < - > - - # Summon Spawns allows mobs to be summoned when an entity has a target and reaches a certain health. - # Format: ;;;;;;;;;;;;?;? - # Where: and are the entities for the master and the mob to summon respectively. - # is a value between 0 and 100 (inclusive) which determines the health that the master entity has to be at to spawn the summon - # is a '-' separated min-max range of summons that can spawn in one cycle. Additionally higher value determines the maximum amount of this summon entity that can exist by the master entity. - # is a '-' separated range of seconds to wait between each cycle. - # is a true/false value. If set to true it will ignore the restriction and allow more summons to spawn. - # is a true/false value and will cause all summons of this type to die when the master entity dies. - # is the maximum amount of this summon type that can ever be spawned by this entity. Set this to 0 or less to disable - # and are true/false values and will make it so that the summoned entities do not drop XP or Loot respectively - # is a true/false value will set the summoned entities to aggro onto the target of the master if set to true - # ? is an (optional) true/false value which checks if the summon requires the master to be targeting another entity. This can be used for entities that do not use targets as normal combat system, for example the Ender Dragon - # ? is the (optional) sound that will be played when the summon happens - # ? optional NBT to apply to the summon on spawn. - # ? optional number if you want to have a master:summon combo more than once. This has to be unique. - # Example: - # S:"Summon Spawns" < - # minecraft:zombie;minecraft:skeleton;100;1;3-5;false;true;0;true;true;true;minecraft:ambient.cave;{NoAI:1b} - # minecraft:zombie;minecraft:skeleton;50;3-4;5-20;false;true;30;true;false;true;minecraft:entity.enderdragon.growl;1 - # minecraft:zombie;minecraft:bat;60;1;6-10;true;false;30;false;false;false;minecraft:ambient.cave - # minecraft:player;minecraft:rabbit;80;3-7;5-20;false;true;0;false;true;false;minecraft:ambient.cave - # minecraft:ender_dragon;minecraft:vex;80;6-8;10-20;false;true;80;true;false;true;true;minecraft:entity.enderdragon.growl - # > - S:"Summon Spawns" < - minecraft:ender_dragon;minecraft:vex;80;6-8;10-20;false;false;50;true;false;false;true - minecraft:ender_dragon;divinerpg:ender_triplets;50;1-2;10-20;false;false;20;true;false;false;true - twilightforest:naga;ebwizardry:storm_elemental;90;5-10;10-20;false;false;30;true;false;false;true - twilightforest:ur_ghast;twilightforest:tower_ghast;90;3-5;10-20;false;false;15;true;false;false;true - mowziesmobs:naga;twilightforest:tower_ghast;90;3-5;10-20;false;false;15;true;false;false;true - mowziesmobs:frostmaw;divinerpg:frost;90;3-5;10-20;false;false;15;true;false;false;true - iceandfire:dread_queen;iceandfire:dread_thrall;90;3-5;10-20;false;false;5;true;false;false;true - iceandfire:dread_queen;iceandfire:dread_lich;90;3-5;10-20;false;false;5;true;false;false;true - iceandfire:dread_queen;iceandfire:dread_ghoul;90;3-5;10-20;false;false;5;true;false;false;true - iceandfire:dread_queen;iceandfire:dread_beast;90;3-5;10-20;false;false;5;true;false;false;true - iceandfire:dread_queen;iceandfire:dread_knight;90;3-5;10-20;false;false;5;true;false;false;true - iceandfire:dread_queen;iceandfire:dread_scuttler;90;3-5;10-20;false;false;5;true;false;false;true - minecraft:wither;minecraft:skeleton;80;3-5;20-30;false;false;15;true;false;false;true - minecraft:wither;minecraft:wither_skeleton;60;3-5;20-30;false;false;15;true;false;false;true - minecraft:wither;aoa3:wither_wizard;60;1-2;10-20;false;false;4;true;false;false;true - aoa3:shadowlord;aoa3:anemia;50;1-2;10-20;false;true;10;true;false;false;true - aoa3:elusive;aoa3:distorter;80;1-2;10-20;false;true;10;true;false;false;true - aoa3:tyrosaur;aoa3:iosaur;80;1-2;10-20;false;true;10;true;false;false;true - aoa3:kror;aoa3:arocknid;80;1-2;10-20;false;true;10;true;false;false;true - aoa3:hydrolisk;aoa3:pincher;80;1-2;10-20;false;true;10;true;false;false;true - aoa3:voxxulon;aoa3:toxxulous;80;1-2;10-20;false;true;10;true;false;false;true - aoa3:visualent;aoa3:visular;80;1-2;10-20;false;true;10;true;false;false;true - aoa3:visualent;aoa3:visulon;80;1-2;10-20;false;true;10;true;false;false;true - divinerpg:parasecta;aoa3:modulo;80;1-2;10-20;false;true;10;true;false;false;true - divinerpg:king_of_scorchers;divinerpg:scorcher;80;1-2;10-20;false;true;10;true;false;false;true - botania:pink_wither;aoa3:explodot;99;10-12;15-20;false;true;40;true;false;false;true - botania:pink_wither;aoa3:nightfly;99;5-8;15-20;false;true;20;true;false;false;true - > - } - - ########################################################################################################## - # vehicle configurations - #--------------------------------------------------------------------------------------------------------# - # These configs related to the use of entities as vehicles, such as minecarts or boats. - # For the player use "minecraft:player" - ########################################################################################################## - - "vehicle configurations" { - # Allows you to prevent entities to mount these vehicle. - # You can block specific vehicle entities or entire mods. - # Format: OR - # Where: is the entity vehicle to disallow. - # is the modid name of the mod to disallow vehicles from. - S:"Cancel Vehicle Mounting" < - > - - # This allows vehicles to be excluded from the Cancel Vehicle Mounting config. - # You can put the vehicle entity (to override a mod vehicle cancel) or a vehicle;entity pair (to override a specific vehicle cancel). - # Format: OR ; - # Where: is the vehicle to override. - # is the entity to override from the vehicle - S:"Cancel Vehicle Mounting Overrides" < - > - - # This allows the passanger entities to be excluded globally from the Cancel Vehicle Mounting config. - # Format: - # Where: is the entity to globally exclude from the Cancel Vehicle Mounting. - S:"Global Cancel Vehicle Mounting Overrides" < - > - - # Should the Cancel Vehicle Mounting list be treated as a blocklist instead - B:treatAtBlocklist=true - } - - ########################################################################################################## - # miscellaneous configurations - #--------------------------------------------------------------------------------------------------------# - # These are misc configs. - # For the player use "minecraft:player" - ########################################################################################################## - - "miscellaneous configurations" { - # This multiplier is applied to all entities when they swim that are not on the blocklist. - D:globalSwimSpeedMultiplier=1.0 - - # This config allows natural spawns on most solid blocks such as slabs or stairs. - B:naturalSpawnBuff=false - - # This blocklist prevents the given entities from receiving the Global Swim Speed Multiplier - S:rawGlobalSwimSpeedBlocklist < - > - - # This multiplier increases the swim speed for the specified entity by a specified amount. It stacks with the global speed multiplier. - # Format: ; - # Where: is the entity to apply the multiplier for, and - # is the value to multiply the speed by. - S:rawSwimSpeedMultipliers < - > - - # Uses the rawGlobalSwimSpeedBlocklist as an allowlist instead - B:treatGlobalSwimSpeedAsAllowlist=false - } - - ########################################################################################################## - # debug configurations - #--------------------------------------------------------------------------------------------------------# - # This mod uses a variety of different aspects of the game which require internal names. - # These configs allow you to get those names to use in the configs. - ########################################################################################################## - - "debug configurations" { - # Enables the debug mode. - # Debug mode enables debug items to register as well as commands to help with finding out certain values to use in the configs, such as entity/potion names or damage types. - B:enableDebugMode=false - } - -} - - diff --git a/config - Copy/salwayseat.cfg b/config - Copy/salwayseat.cfg deleted file mode 100644 index a73d320b..00000000 --- a/config - Copy/salwayseat.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration file - -general { - # The registry names of the items to blacklist or whitelist (depending on the mode). To see registry names press f3+h and hover over an item in your inventory. - S:"Items to whitelist/blacklist" < - > - - # If whitelist only the items in the list will be made edible, if blacklist all food items except the items in list will be made edible. - # Valid values: - # WHITELIST - # BLACKLIST - S:"Whitelist or blacklist foods"=BLACKLIST -} - - diff --git a/config - Copy/scannable.cfg b/config - Copy/scannable.cfg deleted file mode 100644 index 92f4b3e7..00000000 --- a/config - Copy/scannable.cfg +++ /dev/null @@ -1,201 +0,0 @@ -# Configuration file - -general { - # The basic scan radius without range modules. - # IMPORTANT: some modules such as the block and ore scanner modules will already use - # a reduced radius based on this value. Specifically, the ore scanners multiply this - # value by 0.25, and the block scanner multiplies it by 0.5. - # Range modules will boost the range by half this value. - # Min: 16 - # Max: 128 - I:baseScanRadius=128 - - # Registry names of blocks that will never be scanned. - S:blockBlacklist < - minecraft:command_block - > - - # Amount of energy that can be stored in a scanner. - # Min: 0 - # Max: 2147483647 - I:energyCapacityScanner=5000 - - # Amount of energy used by the animal module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleAnimal=25 - - # Amount of energy used by the block module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleBlock=100 - - # Amount of energy used by the entity module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleEntity=75 - - # Amount of energy used by the fluid module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleFluid=50 - - # Amount of energy used by the monster module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleMonster=50 - - # Amount of energy used by the common ore module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleOreCommon=75 - - # Amount of energy used by the rare ore module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleOreRare=100 - - # Amount of energy used by the range module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleRange=100 - - # Amount of energy used by the structure module per scan. - # Min: 0 - # Max: 2147483647 - I:energyCostModuleStructure=150 - - # Fluid names of fluids that should be ignored. - S:fluidBlacklist < - > - - # The colors for fluids used when rendering their result bounding box. - # See `oreColors` for format entries have to be in. - S:fluidColors < - water=0x4275DC - lava=0xE26723 - > - - # Whether to try to inject a depth texture into Minecraft's FBO when rendering the - # scan wave effect. This is much faster as it will not have to re-render the world - # geometry to retrieve the depth information required for the effect. However, it - # appears that on some systems this doesn't work. The mod tries to detect that and - # will fall back to re-rendering automatically, but you can force re-rendering by - # setting this to false, e.g. for debugging or just to avoid the one logged warning. - B:injectDepthTexture=true - - # Whether to log out failure to determine the item stack dropped by a block. - # Scannable needs to find the item stack representation of a block to get the - # ore dictionary name(s) of blocks, as well as to show a more accurate tooltip - # of the currently bound block in the block module. Scannable attempts to find - # the item stack representation by calling Block.getPickBlock (which is allowed - # to fail, as some blocks require a valid world state) and alternatively by using - # Item.getItemFromBlock+Block.damageDropped, the latter being verified using the - # roundtrip through Block.damageDropped/Item.getMetadata/Block.getStateFromMeta. - # Sadly this fails for a lot of modded blocks because people rarely implement - # Block.damageDropped. As a workaround you can add blocks for which this fails to - # the `statesCommon` and `statesRare` lists. - B:logBlockDropLookupFailures=false - - # Ore dictionary entries that match the common ore pattern but should be ignored. - S:oreBlacklist < - > - - # The colors for ores used when rendering their result bounding box. - # Each entry must be a key-value pair separated by a `=`, with the. - # key being the ore dictionary name and the value being the hexadecimal - # RGB value of the color. - S:oreColors < - oreCoal=0x433E3B - oreIron=0xA17951 - oreGold=0xF4F71F - oreLapis=0x4863F0 - oreDiamond=0x48E2F0 - oreRedstone=0xE61E1E - oreEmerald=0x12BA16 - oreQuartz=0xB3D9D2 - glowstone=0xE9E68E - oreCopper=0xE4A020 - oreLead=0x8187C3 - oreMithril=0x97D5FE - oreNickel=0xD0D3AC - orePlatinum=0x7AC0FD - oreSilver=0xE8F2FB - oreTin=0xCCE4FE - oreAluminum=0xCBE4E2 - oreAluminium=0xCBE4E2 - orePlutonium=0x9DE054 - oreUranium=0x9DE054 - oreYellorium=0xD8E054 - oreArdite=0xB77E11 - oreCobalt=0x413BB8 - oreCinnabar=0xF5DA25 - oreInfusedAir=0xF7E677 - oreInfusedFire=0xDC7248 - oreInfusedWater=0x9595D5 - oreInfusedEarth=0x49B45A - oreInfusedOrder=0x9FF2DE - oreInfusedEntropy=0x545476 - > - - # Ore dictionary entries considered common ores, requiring the common ore scanner module. - # Use this to mark ores as common, as opposed to rare (see oresRare). - S:oresCommon < - oreCoal - oreIron - oreRedstone - glowstone - oreCopper - oreTin - oreLead - oreAluminum - oreAluminium - oreCinnabar - > - - # Ore dictionary names of ores considered 'rare', requiring the rare ore scanner module. - # Anything matching /ore[A-Z].*/ that isn't in the common ore list is - # automatically considered a rare ore (as opposed to the other way around, - # to make missing entries less likely be a problem). Use this to add rare - # ores that do follow this pattern. - S:oresRare < - > - - # Block states considered common ores, requiring the common ore scanner module. - # Use this to mark arbitrary block states as common ores. Format is as follows: - # mod_id:block_name - # or with block properties: - # mod_id:block_name[property1=value1,property2=value2] - # You can look up the properties (as well as name and mod id) in the F3 debug overlay - # in the bottom right. - S:statesCommon < - > - - # Block states considered rare ores, requiring the rare ore scanner module. - # Use this to mark arbitrary block states as rare ores. Format is as follows: - # mod_id:block_name - # or with block properties: - # mod_id:block_name[property1=value1,property2=value2] - # You can look up the properties (as well as name and mod id) in the F3 debug overlay - # in the bottom right. - S:statesRare < - > - - # The list of structures the structure module scans for. - S:structures < - EndCity - Fortress - Mansion - Mineshaft - Monument - Stronghold - Temple - Village - > - - # Whether to consume energy when performing a scan. - # Will make the scanner a chargeable item. - B:useEnergy=true -} - - diff --git a/config - Copy/serializationisbad-remotecache.json b/config - Copy/serializationisbad-remotecache.json deleted file mode 100644 index eaaf9303..00000000 --- a/config - Copy/serializationisbad-remotecache.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "executeBlocking": true, - "patchModules": [ - { - "classesToPatch": [ - "net.bdew.lib.network.SerializedMessageCodec", - "net.bdew.lib.network.NetChannel" - ], - "classAllowlist": [], - "packageAllowlist": [ - "net.bdew" - ] - }, - { - "classesToPatch": [ - "com.enderio.core.common.config.PacketConfigSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "crazypants", - "com.enderio" - ] - }, - { - "classesToPatch": [ - "p455w0rd.danknull.network.PacketConfigSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "p455w0rd.danknull" - ] - }, - { - "classesToPatch": [ - "reborncore.common.network.ExtendedPacketBuffer" - ], - "classAllowlist": [ - "java.math.BigInteger" - ], - "packageAllowlist": [] - }, - { - "classesToPatch": [ - "makeo.gadomancy.common.network.packets.PacketUpdateGolemTypeOrder", - "makeo.gadomancy.common.network.packets.PacketSyncConfigs" - ], - "classAllowlist": [], - "packageAllowlist": [ - "makeo.gadomancy" - ] - }, - { - "classesToPatch": [ - "org.wyldmods.simpleachievements.common.networking.MessageSendAchievements" - ], - "classAllowlist": [], - "packageAllowlist": [ - "org.wyldmods.simpleachievements" - ] - }, - { - "classesToPatch": [ - "immersive_armors.cobalt.network.Message" - ], - "classAllowlist": [], - "packageAllowlist": [ - "immersive_armors" - ] - }, - { - "classesToPatch": [ - "immersive_aircraft.cobalt.network.Message" - ], - "classAllowlist": [], - "packageAllowlist": [ - "immersive_aircraft" - ] - }, - { - "classesToPatch": [ - "immersive_paintings.cobalt.network.Message" - ], - "classAllowlist": [], - "packageAllowlist": [ - "immersive_paintings" - ] - }, - { - "classesToPatch": [ - "gcewing.projectblue.BaseNBTChannel$NBTCodec" - ], - "classAllowlist": [], - "packageAllowlist": [ - "gcewing.projectblue" - ] - }, - { - "classesToPatch": [ - "com.github.technus.tectech.mechanics.spark.RendererMessage" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.github.technus" - ] - }, - { - "classesToPatch": [ - "com.n247s.N2ConfigApi.api.networking.N2ConfigApiMessageHandler" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.n247s.N2ConfigApi" - ] - }, - { - "classesToPatch": [ - "p455w0rd.endermanevo.network.PacketFriendermanRegistrySync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "p455w0rd.endermanevo" - ] - }, - { - "classesToPatch": [ - "com.mattdahepic.mdecore.config.sync.PacketConfigSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.mattdahepic" - ] - }, - { - "classesToPatch": [ - "com.iconmaster.aec.network.TransferConfigsPacket" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.iconmaster.aec" - ] - }, - { - "classesToPatch": [ - "net.tslat.aoa3.common.packet.leaderboard.PacketLeaderboardStats", - "net.tslat.aoa3.common.packet.leaderboard.PacketIndividualLeaderboardStats" - ], - "classAllowlist": [], - "packageAllowlist": [ - "net.tslat.aoa3" - ] - }, - { - "classesToPatch": [ - "pl.asie.lib.util.Base64" - ], - "classAllowlist": [], - "packageAllowlist": [ - "pl.asie" - ] - }, - { - "classesToPatch": [ - "arrowsplus.core.forge.PacketHandler" - ], - "classAllowlist": [], - "packageAllowlist": [ - "arrowsplus" - ] - }, - { - "classesToPatch": [ - "hellfirepvp.astralsorcery.common.network.packet.server.PktSyncConfig" - ], - "classAllowlist": [], - "packageAllowlist": [ - "hellfirepvp.astralsorcery" - ] - }, - { - "classesToPatch": [ - "mal.carbonization.network.MultiblockFurnaceMessageServer" - ], - "classAllowlist": [], - "packageAllowlist": [ - "mal.carbonization" - ] - }, - { - "classesToPatch": [ - "p455w0rd.capes.packet.PacketClientAddFriend", - "p455w0rd.capes.packet.PacketClientRemoveFriend", - "p455w0rd.capes.packet.PacketClientUpdateFriend", - "p455w0rd.capes.packet.PacketServerFriendSync", - "p455w0rd.capes.packet.PacketServerPlayerSync", - "p455w0rd.capes.packet.PacketServerTextureURLSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "p455w0rd.capes" - ] - }, - { - "classesToPatch": [ - "gcewing.sg.base.ForgeNBTNetworking$BasePacketHandler", - "gcewing.sg.BaseNBTChannel$NBTCodec", - "gcewing.sg.BaseNBTChannel$BasePacketHandler" - ], - "classAllowlist": [], - "packageAllowlist": [ - "gcewing.sg" - ] - }, - { - "classesToPatch": [ - "com.zerren.extrafirma.core.network.PacketHandler" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.zerren.extrafirma" - ] - }, - { - "classesToPatch": [ - "journeymap.common.network.impl.Message" - ], - "classAllowlist": [], - "packageAllowlist": [ - "journeymap" - ] - }, - { - "classesToPatch": [ - "com.polipo.bookshelf.net.MyMessage" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.polipo.bookshelf" - ] - }, - { - "classesToPatch": [ - "mca.PacketHandler", - "mca.core.forge.PacketHandler" - ], - "classAllowlist": [], - "packageAllowlist": [ - "mca" - ] - }, - { - "classesToPatch": [ - "logisticspipes.network.abstractpackets.GenericPacket", - "logisticspipes.network.packets.debuggui.DebugInfoUpdate", - "logisticspipes.network.packets.debuggui.DebugTargetResponse", - "logisticspipes.network.packets.debuggui.DebugTypePacket", - "logisticspipes.network.packets.routingdebug.RoutingUpdateTargetResponse" - ], - "classAllowlist": [], - "packageAllowlist": [ - "logisticspipes" - ] - }, - { - "classesToPatch": [ - "aeronicamc.mods.mxtune.network.NetworkSerializedHelper" - ], - "classAllowlist": [], - "packageAllowlist": [ - "aeronicamc.mods.mxtune" - ] - }, - { - "classesToPatch": [ - "p455w0rd.p455w0rdsthings.network.PacketConfigSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "p455w0rd.p455w0rdsthings" - ] - }, - { - "classesToPatch": [ - "radixcore.modules.RadixNettyIO" - ], - "classAllowlist": [], - "packageAllowlist": [ - "radixcore" - ] - }, - { - "classesToPatch": [ - "radixcore.network.ByteBufIO" - ], - "classAllowlist": [], - "packageAllowlist": [ - "radixcore", - "mca" - ] - }, - { - "classesToPatch": [ - "net.smart.moving.SmartMovingPacketStream" - ], - "classAllowlist": [], - "packageAllowlist": [ - "net.smart.moving" - ] - }, - { - "classesToPatch": [ - "svenhjol.strange.scrolls.message.ClientQuestList" - ], - "classAllowlist": [], - "packageAllowlist": [ - "svenhjol.strange" - ] - }, - { - "classesToPatch": [ - "com.supermartijn642.configlib.ConfigSyncPacket" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.supermartijn642" - ] - }, - { - "classesToPatch": [ - "vazkii.tinkerer.common.network.PacketManager" - ], - "classAllowlist": [], - "packageAllowlist": [ - "vazkii.tinkerer" - ] - }, - { - "classesToPatch": [ - "p455w0rd.tanaddons.network.PacketConfigSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "p455w0rd.tanaddons" - ] - }, - { - "classesToPatch": [ - "tterrag.core.common.config.PacketConfigSync" - ], - "classAllowlist": [], - "packageAllowlist": [ - "tterrag" - ] - }, - { - "classesToPatch": [ - "mods.gra.energymanipulator.client.ClientPacketHandler" - ], - "classAllowlist": [], - "packageAllowlist": [ - "mods.gra.energymanipulator" - ] - }, - { - "classesToPatch": [ - "com.possible_triangle.brazier.network.ByteConfigSerializer" - ], - "classAllowlist": [], - "packageAllowlist": [ - "com.possible_triangle.brazier" - ] - } - ], - "classAllowlist": [ - "boolean", - "byte", - "char", - "short", - "int", - "long", - "float", - "double", - "void" - ], - "packageAllowlist": [ - "java.util", - "java.lang" - ] -} diff --git a/config - Copy/serializationisbad.json b/config - Copy/serializationisbad.json deleted file mode 100644 index 828a4426..00000000 --- a/config - Copy/serializationisbad.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "useRemoteConfig": true, - "remoteConfigUrl": "https://raw.githubusercontent.com/dogboy21/serializationisbad/master/serializationisbad.json", - "executeBlocking": true, - "patchModules": [], - "classAllowlist": [], - "packageAllowlist": [] -} \ No newline at end of file diff --git a/config - Copy/silverfish.cfg b/config - Copy/silverfish.cfg deleted file mode 100644 index 4bfc5d1e..00000000 --- a/config - Copy/silverfish.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -client { - # Change the base button ID for additional buttons added to vanilla GUI's - I:buttonID=4300 - - # Enable/disable the TextureMap explorer - B:enableTME=false - - # Enable/disable unnecessary player shit (support effects) - B:enableUPS=true -} - - diff --git a/config - Copy/simple-rpc.toml b/config - Copy/simple-rpc.toml deleted file mode 100644 index f25101a7..00000000 --- a/config - Copy/simple-rpc.toml +++ /dev/null @@ -1,191 +0,0 @@ - -#General Config Section. See https://readme.firstdarkdev.xyz/simple-rpc/introduction/ -[general] - #The Application ID of the Discord App to use - applicationID = 1270808246134767656 - #Enable/Disable the mod - enabled = true - #Enable/Disable debugging mode. WARNING: MAY CAUSE LOG SPAM! - debugging = true - #Enable/Disable the in game config screen. ONLY AVAILABLE WHEN CLOTH CONFIG IS INSTALLED! - configScreen = true - #Display the Icon and Pack Name in place of LargeImage from compatible launchers. DOES NOT WORK WITH CUSTOM APPS! ONLY THE DEFAULT ONE! - launcherIntegration = false - #Internal Version Number. NO TOUCHY! - version = 16 - -#The Game Loading event -[init] - #Enable/Disable the Game Loading Event - enabled = true - #The first line of text under the app name - description = "MeatballCraft is loading" - #The second line of text under the app name - state = "Game Starting..." - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Main Menu event -[main_menu] - #Enable/Disable the Main Menu Event - enabled = true - #The first line of text under the app name - description = "%player% is currently in the menu" - #The seconds line of text under the app name - state = "Chilling in the menu" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Server List event -[server_list] - #Enable/Disable the Server List Event - enabled = true - #The first line of text under the app name - description = "%player% is looking for a server" - #The second line of text under the app name - state = "Searching for friends" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Realms Screen event -[realms_list] - #Enable/Disable the Realms Screen Event - enabled = false - #The first line of text under the app name - description = "%player% is looking for a Realm" - #The second line of text under the app name - state = "Browsing Realms" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Join Game Event -[join_game] - #Enable/Disable the Join Game Event - enabled = false - #The first line of text under the app name - description = "%player% is joining a game" - #The second line of text under the app name - state = "Joining Game" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Single Player Event -[single_player] - #Enable/Disable the Single Player Event - enabled = true - #The first line of text under the app name - description = "Currently In %world%" - #The second line of text under the app name - state = "Playing lonely mode" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Multi Player Event -[multi_player] - #Enable/Disable the Multi Player Event - enabled = true - #The first line of text under the app name - description = "Playing on %servername% with %players% players" - #The second line of text under the app name - state = "Playing online" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#The Realms Game Event -[realms] - #Enable/Disable the Realms Game Event - enabled = false - #The first line of text under the app name - description = "Playing on %realmname%" - #The second line of text under the app name - state = "Playing on a Realm" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%realmdescription%" - #The buttons to display on Discord - buttons = [] - -#Fallback event for disabled events -[generic] - #The first line of text under the app name - description = "Playing MeatballCraft" - #The second line of text under the app name - state = "" - #The Asset ID of the image to display as the large image - largeImageKey = "mbc" - #The text that gets displayed when the large image is hovered - largeImageText = "MeatballCraft, now with 30% more meatballs" - #The Asset ID of the image to display as the small image - smallImageKey = "mbc" - #The text that gets displayed when the small image is hovered - smallImageText = "%mods% mods installed" - #The buttons to display on Discord - buttons = [] - -#Dimension Information Overrides -[dimension_overrides] - #Allows you to override the displayed values for dimensions - enabled = false - dimensions = [] - diff --git a/config - Copy/simple_trophies.cfg b/config - Copy/simple_trophies.cfg deleted file mode 100644 index f657223d..00000000 --- a/config - Copy/simple_trophies.cfg +++ /dev/null @@ -1,44 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1 - -client { - # Trophy tags that will be displayed on the Simple Trophies creative tab. Obtain them by right clicking a trophy in the air in creative. One per line, please. - # - # [default: [{TrophyName:"Add your own trophies here in the config!",TrophyVariant:"classic",TrophyItem:{id:"minecraft:diamond_axe",Count:1b,Damage:0s},TrophyColorRed:65,TrophyColorGreen:205,TrophyColorBlue:52}]] - S:creativeTabTrophies < - {TrophyName:"Add your own trophies here in the config!",TrophyVariant:"classic",TrophyItem:{id:"minecraft:diamond_axe",Count:1b,Damage:0s},TrophyColorRed:65,TrophyColorGreen:205,TrophyColorBlue:52} - > - - # Show the date and time you earned the trophy on the tooltip and on hover. [default: true] - B:showEarnedAt=true - - # Display the author of trophy models on their tooltips. [default: false] - B:tooltipCredits=false - - perf { - # Emergency killswitch for the in-inventory trophy renderer. Enable in cases of extreme performance issues or client rendering-related crashes. - # (Requires a game restart in some cases.) - # If this option is enabled, and skipItemBases is not, trophy item bases will render using a 'fast path' that is about as expensive as rendering a grass block item. This fast path is not compatible with the fancy trophy TEISR, to my knowledge. [default: false] - B:noTileEntityItemStackRenderer=false - - # Emergency killswitch for the tile entity renderer. Enable in cases of extreme performance issues or client rendering-related crashes. - # (Requires a game restart in some cases.) [default: false] - B:noTileEntitySpecialRenderer=false - - # Emergency killswitch for trophies repeating their item's tooltip, in case one is crashing for whatever reason ('fancy' items tend to do things with their tooltip I can't properly catch) [default: false] - B:noTooltip=false - - # Don't show the items on top of trophies placed in the world. Saves on performance. [default: false] - B:skipBlockItems=false - - # Don't show trophy bases on trophies in your inventory and on other GUIs. Saves on performance. [default: false] - B:skipItemBases=false - - # Don't show the items on top of trophies in your inventory and on other GUIs. Saves on performance. [default: false] - B:skipItemItems=false - } - -} - - diff --git a/config - Copy/simplevoidworld.cfg b/config - Copy/simplevoidworld.cfg deleted file mode 100644 index 879bea60..00000000 --- a/config - Copy/simplevoidworld.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file - -ids { - # This is the id of the dimension in the mod, this should be unique to Simple Void World - I:"Dim id"=43 -} - - -tweaks { - # When true this allows creatures to spawn in this dimension - B:CreatureSpawn=false - - # When set to true the sky and fog color are black this creates a seamless skybox - B:"Dark mode"=false - - # When true this locks the at noon and creates an eternal day - B:"Its High Noon"=false - - # When true this allows the player to respawn in this dimension - B:Respawn=false -} - - diff --git a/config - Copy/simplyjetpacks-client.cfg b/config - Copy/simplyjetpacks-client.cfg deleted file mode 100644 index f48941d9..00000000 --- a/config - Copy/simplyjetpacks-client.cfg +++ /dev/null @@ -1,68 +0,0 @@ -# Configuration file - -"aesthetics settings" { - # When enabled, worn jetpacks and flux packs will have a 3D armor model. Otherwise, flat textures will be used. - B:"Enable Armor 3D Models"=true -} - - -"controls settings" { - # When enabled, sprinting by double-tapping the forward key will work while flying with a jetpack. Can be used as an easier way to activate a jetpack's boost while airborne (the sprint key also works). - B:"Allow double-tap sprinting while flying"=true - - # The name of the Descend key when custom controls are enabled. - S:"Custom Descend key"=LSHIFT - - # The name of the Fly key when custom controls are enabled. - S:"Custom Fly key"=SPACE - - # When enabled, the key codes specified here will be used for the fly and descend keys. Otherwise, the vanilla jump and sneak keys will be used. - B:"Custom controls"=false - - # Invert Hover Mode sneaking behavior - B:"Invert Hover Mode sneaking behavior"=false -} - - -"gui settings" { - # When enabled, a HUD that displays the fuel level of the currently worn jetpack or flux pack will show. - B:"Enable Fuel HUD"=true - - # When enabled, a HUD that displays the states (engine/mode/etc.) of the currently worn jetpack or flux pack will show. - B:"Enable State HUD"=true - - # When enabled, switching jetpacks or flux packs on or off, or change their modes will display a status message above the inventory bar. - B:"Enable State Messages"=true - - # When enabled, the fuel HUD will display the exact amount of RF or mB other than just a percentage. - B:"Exact fuel amounts in HUD"=false - - # The base position of the HUD on the screen. 0 = top left, 1 = top center, 2 = top right, 3 = left, 4 = right, 5 = bottom left, 6 = bottom right - I:"HUD Base Position"=0 - - # The HUD display will be shifted horizontally by this value. This value may be negative. - I:"HUD Offset - X"=0 - - # The HUD display will be shifted vertically by this value. This value may be negative. - I:"HUD Offset - Y"=0 - - # How large the HUD will be rendered. Default is 1.0, can be bigger or smaller - D:"HUD Scale"=1.0 - - # When enabled, item details are only shown in the tooltip when holding Shift. - B:"Hold Shift for Details"=true - - # When enabled, only the fuel amounts themselves will be rendered on the fuel HUD. - B:"Minimal Fuel HUD"=false - - # When enabled, the HUD will display even when the chat window is opened. - B:"Show HUD while chatting"=true -} - - -"sound settings" { - # When enabled, jetpacks will make sounds when used. - B:"Jetpack Sounds"=true -} - - diff --git a/config - Copy/simplyjetpacks.cfg b/config - Copy/simplyjetpacks.cfg deleted file mode 100644 index 87029fa1..00000000 --- a/config - Copy/simplyjetpacks.cfg +++ /dev/null @@ -1,611 +0,0 @@ -# Configuration file - -"integration settings" { - # When enabled, Simply Jetpacks will register its Ender IO-based jetpacks and flux packs. - B:"Ender IO integration"=true - - # When enabled, Simply Jetpacks will register its RedstoneRepository tier5 jetplate recipes. - B:"Redstone Repository integration"=true - - # When enabled, Simply Jetpacks will register its RedstoneArsenal tier5 jetpack recipes. - B:"RedstoneArsenal integration"=true - - # When set to a value between 0-100, changes the fuel efficiency bonus of the Enderium Armored Jetplate (Ex: 80 uses fuel at 80% rate - I:"RedstoneRepository Fuel Efficiency Bonus"=80 - - # When enabled, Simply Jetpacks will register ThermalDynamic items for thruster recipes. - B:"ThermalDynamics integration"=true - - # When enabled, Simply Jetpacks will register its Thermal Expansion-based jetpacks and flux packs. - B:"ThermalExpansion integration"=true - - # When enabled, Simply Jetpacks will register its Vanilla-based jetpacks. - B:"Vanilla integration"=false -} - - -"item settings" { - # When enabled, Simply Jetpacks will register some crafting components from Redstone Arsenal to make the Flux-Infused JetPlate craftable if Redstone Arsenal is not installed. - B:"Add Redstone Arsenal items if not installed"=true - - # The ID of the Fuel Efficiency enchantment. Set to 0 to disable. - I:"Fuel Efficiency enchant ID"=110 - - # When enabled, jetpacks will explode and kill their users when they are being used to fly through flammable fluid blocks. - B:"Jetpacks explode in flammable fluid blocks"=false -} - - -"tuning - basic capacitor pack (eio 1)" { - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=800000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=800 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=800 -} - - -"tuning - basic flux pack (te 1)" { - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=1500000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=800 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=800 -} - - -"tuning - capacitor pack (eio 2)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=100 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=6 - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=4000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=4000 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=4000 -} - - -"tuning - conductive iron jetpack (eio 1)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=80 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=5 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=false - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=80000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=400 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=32 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.0 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=1.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.0 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.1 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.22 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.8 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.18 -} - - -"tuning - creative flux pack" { - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=8 - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=200000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=0 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=50000 -} - - -"tuning - creative jetpack" { - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=12 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=200000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=0 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=50000 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.21 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=2.5 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.15 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.9 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.0 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.45 -} - - -"tuning - dark soularium jetplate (eio 5)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=240 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=12 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=60000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=200000 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=32000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=4000 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.21 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=6.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=2.4 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.15 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.9 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.0 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.45 -} - - -"tuning - electrical steel jetpack (eio 2)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=100 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=6 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=false - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=400000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=2000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=50 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.08 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=1.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.0 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.12 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.3 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.6 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.18 -} - - -"tuning - energetic jetpack (eio 3)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=120 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=7 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=4000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=20000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=200 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.14 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=2.5 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.3 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.13 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.48 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.4 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.34 -} - - -"tuning - flux-infused jetplate (te 5)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=240 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=12 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=50000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=30000 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=30000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=4000 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.21 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=6.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=2.4 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.15 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.9 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.0 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.45 -} - - -"tuning - hardened jetpack (te 2)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=80 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=6 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=false - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=6000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=8000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=40 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.08 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=1.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.0 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.12 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.3 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.6 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.18 -} - - -"tuning - leadstone jetpack (te 1)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=80 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=5 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=false - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=800000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=1500 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=32 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.0 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=1.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.0 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.1 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.22 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.8 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.18 -} - - -"tuning - reinforced flux pack (te 2)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=100 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=6 - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=12000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=6000 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=6000 -} - - -"tuning - reinforced jetpack (te 3)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=120 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=7 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=6000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=15000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=200 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.14 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=2.5 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.3 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.13 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.48 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.4 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.34 -} - - -"tuning - resonant flux pack (te 3)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=140 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=7 - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=40000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=20000 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=20000 -} - - -"tuning - resonant jetpack (te 4)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=160 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=8 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=25000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=20000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=450 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.19 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=4.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.8 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.14 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.8 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.2 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.4 -} - - -"tuning - vibrant capacitor pack (eio 3)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=140 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=7 - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=20000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=20000 - - # The amount of fuel that can be extracted from this pack per tick by external sources. Also determines how quickly Flux Packs can charge other items. - I:"Fuel Per Tick Out"=20000 -} - - -"tuning - vibrant jetpack (eio 4)" { - # How much fuel is lost from this pack when the user is hit, if armored. - I:"Armor Fuel Per Hit"=160 - - # How well this pack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. - I:"Armor Reduction"=8 - - # When enabled, this jetpack will activate hover mode automatically when the wearer is about to die from a fall. - B:"Emergency Hover Mode"=true - - # The maximum amount of fuel that this pack can hold. - I:"Fuel Capacity"=20000000 - - # The amount of fuel that can be inserted into this pack per tick from external sources. - I:"Fuel Per Tick In"=50000 - - # The amount of fuel that this pack uses every tick when used. - I:"Fuel Usage"=450 - - # The speed of this jetpack when flying sideways. This is mostly noticeable in hover mode. - D:"Sideways Speed"=0.19 - - # How much more energy this jetpack will use when sprinting. Setting this to 1.0 will make sprinting have no effect on energy usage. - D:"Sprint Fuel Usage Multiplier"=4.0 - - # How much faster this jetpack will fly forward when sprinting. Setting this to 1.0 will make sprinting have no effect apart from the added speed from vanilla. - D:"Sprint Speed Multiplier"=1.8 - - # The vertical acceleration of this jetpack when flying; every tick, this amount of vertical speed will be added until maximum speed is reached. - D:"Vertical Acceleration"=0.14 - - # The maximum vertical speed of this jetpack when flying. - D:"Vertical Speed"=0.8 - - # The maximum vertical speed of this jetpack when slowly descending in hover mode. - D:"Vertical Speed (Hover Mode / Slow Descent)"=0.2 - - # The maximum vertical speed of this jetpack when flying in hover mode. - D:"Vertical Speed (Hover Mode)"=0.4 -} - - diff --git a/config - Copy/sledgehammer.conf b/config - Copy/sledgehammer.conf deleted file mode 100644 index aaff8287..00000000 --- a/config - Copy/sledgehammer.conf +++ /dev/null @@ -1,430 +0,0 @@ -general { - # For debugging purposes - debug=false - locale="en_us" - locale-override {} - # False: Mod will not be loaded. - # True: Mod will be added to the classloader. - mod {} -} -integration { - # Biomes O' Plenty - biomesoplenty { - # If 'true', automatically removes boats from the world - boat-purge=false - } - # Botania - botania { - # If 'true', prevents Botania from creating islands - island-creation=false - } - # Forge - forge { - # Removes recipes which output blacklisted items - blacklisted-recipe-items=[] - # If 'true', forces permission check for OP based commands - check-permissions=false - # If 'true', the package containing the command class will be prepended to the permission check - package-permissions=false - } - # Mist - mist { - # If 'true', fixes Misty World portal issues - portal=false - } - # Primal - primal { - # If 'true', fixes https://github.com/An-Sar/PrimalCore/issues/210 (Fixed in 0.6.56 according to Dev) - flake=false - } - # SpongeForge / SpongeVanilla - sponge { - # If 'true', prevents movement outside of the world border - border=false - # If 'true', prevents sending blank death messages - death=false - } -} -mixin { - # AbyssalCraft - abyssalcraft { - # If 'true', fixes item duplication - item-duplication=false - } - # Actually Additions - actually-additions { - # If 'true', prevents the AtomicReconstructor from using the Disruption Lens. - disruption-lens=false - } - # Armor Underwear - armor-under { - # If 'true', fixes NullPointerException in ITemperatureChangeable::clearBonusTemperature. - clear-bonus-temperature=false - } - # Astral Sorcery - astral-sorcery { - # If 'true', fixes data serializers registration. - data-serializers=false - } - # Barrels, Drums, Storage & More - bdsm { - # If 'true', process PacketBdsm on the Main Thread - player-interact=false - } - # Better Questing - betterquesting { - # If 'true', waits for enqueued tasks to complete - await-io=false - # For debugging purposes - debug=false - } - # Bewitchment - bewitchment { - # If 'true', disables Ritual of the Deluge - disable-ritual-deluge=false - # If 'true', disables Ritual of the Parched Sands - disable-ritual-drought=false - # If 'true', disables Ritual of the High Moon - disable-ritual-high-moon=false - # If 'true', disables Rite of the Rising Twigs - disable-ritual-rising-twigs=false - # If 'true', disables Ritual of the Sands of Time - disable-ritual-sands-of-time=false - # If 'true', disables Ritual of Solar Glory - disable-ritual-solar-glory=false - # If 'true', prevents Friendship Potion & Thyrsus from taming already tamed mobs - prevent-tame-stealing=false - # If 'true', prevents Friendship Potion & Thyrsus from taming mobs listed in tame-deny-list. - tame-deny=false - # Mobs that are not allowed to be tamed - tame-deny-list=[ - "minecraft:ender_dragon" - ] - } - # BiblioCraft - bibliocraft { - # If 'true', fixes AbstractMethodError caused by missing getStackInSlot method - abstract-stack-in-slot=false - } - # Biomes O' Plenty - biomesoplenty { - # If 'true', prevents Boats from crashing the client - boat-crash=false - } - # Career Bees - careerbees { - # If 'true', disables the acceleration effect - disable-effect-acceleration=false - } - # Carry On - carry-on { - # If 'true', fixes a ConcurrentModificationException caused by the onWorldTick method. - concurrent-modification-exception=false - } - # Champions - champions { - # If 'true', prevents AffixReflecting from reflecting AffixReflecting. - reflecting=false - # If 'true', ignores the LivingDamageEvent if the entity is damaging itself. - self-damage=false - } - # Chest Transporter - chesttransporter { - # If 'true', fixes YabbaBarrel dropping on pickup - yabba-barrel-drop=false - } - # Construct's Armory - conarm { - # If 'true', fixes magnetic trait voiding items - magnetic-void=false - } - # Minecraft - core { - # If 'true', advancements will not be reloaded on world load. - advancement-reload=false - # If 'true', prints a single message instead of a stacktrace for advancement errors. - advancement-stacktrace=false - # If 'true', fixes banners freezing when the world is old enough (MC-63720). - banner-freezing=false - # If 'true', fixes NullPointerException in BiomeProvider::findBiomePosition. - biome-provider=false - # If 'true', prevents Grass turning into Dirt. - block-grass=false - # If 'true', prevents Ice turning into Water. - block-ice=false - # If 'true', alert players with permission (sledgehammer.broadcast.chunksave) when a chunk fails to save. - chunk-save-alert=false - # Items to remove from chunks. - chunk-save-blacklist=[ - "minecraft:writable_book", - "minecraft:written_book" - ] - # If 'true', removes all Entities and TileEntities from chunks that fail to save. - chunk-save-purge-all=false - # If 'true', removes all blacklisted items from chunks that fail to save. - chunk-save-purge-blacklist=false - # If 'true', generates a crash report and safely stops the server if a chunk fails to save. - chunk-save-shutdown=false - # If 'true', fixes BlockRendererDispatcher.renderBlockBrightness producing extremely dark blocks in certain cirumstances (MC-6932, MC-41825). - dark-blocks=false - # If 'true', prevents ID 0 from being assigned to entities. Fixes bugs like MC-111480. - entity-id-offset=false - # If 'true', prevents ConcurrentModificationException in EntityTracker. - entity-tracker=false - # If 'true', adjusts the despawn ranges of mobs (32/128 blocks) on low render distances. Requires fix-mobs-not-despawning so that mobs are eligible for despawning. This has no effect on Sponge as it makes these settings configurable. - fix-impossible-mob-despawn-range=false - # If 'true', avoids MC-2536 by running mob despawning checks in lazy chunks. This will probably break farms which rely on vanilla 1.12 mechanics. You have been warned. - fix-mobs-not-despawning=false - # If 'true', adds TileEntity data to the crash report from calls to 'getUpdateTag' that fail. - get-update-tag-crash=false - # If 'true', fixes some minor rendering glitches in vanilla. - gl-state-bugs=false - # If 'true', prevents crash due to invalid translation keys. - invalid-translation=false - # If 'true', fixes MC-134716 - Player kick exploit. - itemstack-exploit=false - # If 'true', makes LazyLoad Thread-safe (Should fix MC-68381). - lazyload-thread-safe=false - # If 'true', allows players to exit the sleep screen. - leave-sleep=false - # If 'true', enforces limits for books to 50 pages with 255 characters for each. - limit-books=false - # If 'true', fixes potential deadlock on shutdown. - network-system=false - # If 'true', fixes depth calculation that causes unnecessary block updates. - optimize-liquid-drain=false - # If 'true', prevents ConcurrentModificationException in PlayerChunkMap. - player-chunk-map=false - # If 'true', fixes MC-88176 (entities culled too aggresively at subchunk boundaries) and MC-72166 (banners invisible at some angles). - premature-culling=false - # If 'true', prevents the top of the world from being considered completely dark. Fixes MC-68565. - roof-lighting=false - # If 'true', changes the renderer's target FPS to be 30 (matching 1.15-pre1) instead of the maximum FPS in game options. This helps with chunks not loading on the client. - speed-up-chunk-rendering=false - # If 'true', prevents unloading TileEntities from loading chunks - tile-entity-chunk-unload=false - # If 'true', removes the box around the player at low Y levels. - void-box=false - # If 'true', increases the maximum length for a WorldType name in SPacketJoinGame packet. - world-type-length=false - } - # DankNull - dank-null { - # If 'true', fixes NullPointerException caused by PacketConfigSyncHandler - packet-config-sync=false - } - # Embers - embers { - # If 'true', fixes item duplication - item-duplication=false - } - # Ender Storage - enderstorage { - # If 'true', fixes NullPointerException caused by handleVisiblityPacket - visibility-packet=false - } - # Flux Networks - flux-networks { - # If 'true', fixes item spawn packet exploit. - packet-exploit=false - } - # Forge - forge { - # If 'true', reverts Forge-chunkloaded chunk ticking to behave like vanilla (requiring a 5x5 area). - entity-chunk-churn=false - # If 'true', reduces network usage by postponing flush. - flush-network-on-tick=false - # If 'true', disables SearchTree reloading (Speeds up server connection process). - nuke-search-tree=false - # If 'true', disables SearchTree reloading on shutdown. - nuke-search-tree-shutdown=false - # If 'true', cancels packets sent by LootBags due to poorly written networking. - packet-spam=false - # If 'true', prevents mods from writing CustomTileData, This isn't allowed. - tile-entity-forge-data=false - } - # Hearth Well - hearth-well { - # If 'true', fixes inventory handling in BlockGraftingTray which is incompatible with Sponge - block-grafting-tray-sponge=false - } - # Immersive Engineering - immersiveengineering { - # If 'true', fixes offset deserialization. - offset-deserialization=false - } - # Industrial Foregoing - industrialforegoing { - # If 'true', fixes NullPointerException in FluidPumpTile::work. - fluid-pump-work=false - } - # Integrated Dynamics - integrateddynamics { - # If 'true', fixes item spawn packet exploit. - packet-exploit=false - } - # Just Enough Throwing In Fluids - jetif { - # If 'true', fixes Flux Networks integration. - flux-networks=false - } - # JourneyMap - journeymap { - # If 'true', disables certain debugging messages. - debug-spam=false - } - # KubeJS - kubejs { - # If 'true', fixes ArrayIndexOutOfBoundsException on server shutdown - server-stopping=false - } - # Logistics Pipes - logistics-pipes { - # If 'true', fixes chunk loading caused by DoubleCoordinates::blockExists - block-exists=false - } - # Matter Overdrive - matter-overdrive { - # If 'true', fixes IllegalArgumentException caused by the canConnectFromSide method. - can-connect-from-side=false - } - # Mob Grinding Utils - mob-grinding-utils { - # If 'true', reduces Mob Fan block updates to one per second - packet-spam=false - } - # Morph - morph { - # If 'true', fixes NullPointerException caused by onUpdate - entity-update=false - } - # Mowzie's Mobs - mowziesmobs { - # If 'true', fixes ConcurrentModificationException - entity-tracker=false - } - # Nature's Aura - naturesaura { - # If 'true', disables the Shifting Sundial. - disable-time-changer=false - } - # PneumaticCraft: Repressurized - pneumaticcraft { - # If 'true', disables Pneumatic Helmet hacking - disable-hacking=false - } - # Primitive Mobs - primitive-mobs { - # If 'true', fixes NullPointerException caused by MessagePrimitiveJumping - networking=false - # If 'true', fixes https://github.com/Daveyx0/PrimitiveMobs/issues/59 (Sponge only). - traveling-merchant=false - } - # Primitive Crafting - primitivecrafting { - # If 'true', fixes item spawn packet exploit. - packet-exploit=false - } - # Project Red - project-red { - # If 'true', fixes https://github.com/MrTJP/ProjectRed/issues/1485. - gates-pull-wrong-signals=false - # If 'true', fixes item spawn packet exploit. - packet-exploit=false - } - # Pyrotech - pyrotech { - # If 'true', fixes item handling in TileActivePile which is incompatible with Sponge - tile-active-pile-sponge=false - } - # Quantum Minecraft Dynamics - qmd { - # If 'true', fixes NullPointerException caused by getTileInventory - tile-inventory=false - } - # Quark - quark { - # If 'true', disables Improved Sleeping Module. - improved-sleeping=false - } - # Random Things - randomthings { - # If 'true', disables Eclipsed Clock - disable-eclipsed-clock=false - } - # Real Filing Cabinet - realfilingcabinet { - # If 'true', fixes item duplication - item-duplication=false - } - # Ruins (Structure Spawning System) - ruins { - # If 'true', disables ruins debugging messages. - message-spam=false - } - # SpongeForge / SpongeVanilla - sponge { - # If 'true', catches an IllegalStateException thrown by Sponge. - advancement-initialized=false - # If 'true', disables inventory debugging messages. - inventory-debug=false - # If 'true', prevents or deletes any items that attempt to teleport across dimensions. - item-teleport=false - # Don't prevent these items from teleporting. - item-teleport-whitelist=[ - "draconicevolution:ender_energy_manipulator" - ] - # If 'true', prevents StackOverflow on writeToNBT. - tile-entity-stack-overflow=false - } - # Storage Network - storage-network { - # If 'true', fixes item spawn packet exploit. - packet-exploit=false - } - # Tinkers' Evolution - tconevo { - # If 'true', fixes unintended upgrading of Draconic Modifiers - draconic-upgrade=false - # If 'true', fixes NoClassDefFoundError with Redstone Repository - redstone-repository=false - } - # Tinkers Construct - tconstruct { - # If 'true', prevents LevelAspects from exceeding the maximum level - clamp-level-aspect=false - # If 'true', fixes magnetic trait voiding items - magnetic-void=false - # If 'true', fixes item duplication when renaming items in the Tool Forge - text-sync=false - } - # Thaumic Wonders - thaumicwonders { - # If 'true', prevents the Meteorb Action from changing the weather. - meteorb-action=false - # If 'true', prevents the Timewinder Action from changing the time. - timewinder-action=false - } - # Tomb Many Graves - tomb-many-graves { - # If 'true', disables TombManyGraves functionality. - functionality=false - } - # Topography - topography { - # If 'true', disables onDimensionChange event. - dimension-change=false - } - # Totemic - totemic { - # If 'true', prevents the Rain Dance Ceremony from changing the weather. - rain-dance-ceremony=false - } - # Vaultopic - Early Inventory Management - vaultopic { - # If 'true', fixes NullPointerException in Projector::loadMatrixes. - load-matrixes=false - # If 'true', processes VTOpenVice and VTRecipe packets on the Main Thread - packet-handling=false - } -} diff --git a/config - Copy/snad.cfg b/config - Copy/snad.cfg deleted file mode 100644 index 93188871..00000000 --- a/config - Copy/snad.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration file - -"general configs" { - I:"Speed Increase Multiplier"=2 -} - - diff --git a/config - Copy/solcarrot.cfg b/config - Copy/solcarrot.cfg deleted file mode 100644 index b21ce765..00000000 --- a/config - Copy/solcarrot.cfg +++ /dev/null @@ -1,58 +0,0 @@ -# Configuration file - -general { - # If true, trying a new food spawns particles. - B:"Enable Intermediate Particles"=true - - # If true, reaching a new milestone spawns particles. - B:"Enable Milestone Particles"=true - - # If true, reaching a new milestone plays a ding sound. - B:"Enable Milestone Sounds"=true - - # Foods in this list won't affect the player's health nor show up in the food book. - S:"Food Blacklist" < - > - - # When this list contains anything, the blacklist is ignored and instead only foods from here count. - S:"Food Whitelist" < - > - - # A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. - I:"Milestone amounts" < - 100 - 120 - 150 - 180 - 200 - 250 - 300 - 350 - 400 - 450 - 500 - > - - # The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks. - I:"Minimum Food Value"=1 - - # Whether or not to reset the food list on death, effectively losing all bonus hearts. - B:"Reset on Death"=false - - # If true, the food book also lists foods that you haven't eaten, in addition to the ones you have. - B:"Show Uneaten Foods"=true - - # Number of hearts you start out with. - I:defaultHeartCount=10 - - # Number of hearts you gain for reaching a new milestone. - I:heartsPerMilestone=4 - - # If true, foods indicate in their tooltips whether or not they have been eaten. - B:isFoodTooltipEnabled=true - - # Whether the messages notifying you of reaching new milestones should be displayed above the hotbar or in chat. - B:shouldShowProgressAboveHotbar=true -} - - diff --git a/config - Copy/splash.properties b/config - Copy/splash.properties deleted file mode 100644 index 43c94439..00000000 --- a/config - Copy/splash.properties +++ /dev/null @@ -1,17 +0,0 @@ -#Splash screen properties -#Tue Oct 22 14:19:51 PDT 2024 -background=0xBFBFBF -memoryGood=0x00091A -font=0x960826 -barBackground=0xBFBFBF -barBorder=0x00091A -memoryLow=0x00091A -rotate=false -memoryWarn=0x00091A -showMemory=true -enabled=true -bar=0x00091A -resourcePackPath=resources -logoOffset=0 -forgeTexture=fml\:textures/gui/forge.png -fontTexture=textures/font/ascii.png diff --git a/config - Copy/stackie.cfg b/config - Copy/stackie.cfg deleted file mode 100644 index 599f7f09..00000000 --- a/config - Copy/stackie.cfg +++ /dev/null @@ -1,49 +0,0 @@ -# Configuration file - -general { - # Maximum distance between items/experience orbs that can be still stacked (relative to block size). - # Min: 0.01 - # Max: 10.0 - D:distance=0.75 - - # Amount of ticks (20 ticks => 1 second) that will pass between each stacking attempt. - # Min: 5 - # Max: 1200 - I:interval=20 - - # Experience will be stacked up to this amount. - # Min: 32 - # Max: 16384 - I:maximumExperience=1024 - - # Items will be stacked up to this amount. - # Min: 64 - # Max: 127 - I:maximumStackSize=64 - - # Should it stack experience orbs? - B:stackExperience=true - - # Should it stack items? - B:stackItems=false - - # If the amount of entities surpasses this number stacking will be disabled (per dimension). - # Min: 100 - # Max: 10000 - I:stackLimit=2000 - - # A list of uniqueName-stackSize mappings. These values will override the default stack sizes. - S:stackSizes < - minecraft:minecart-4 - minecraft:saddle-8 - minecraft:iron_door-64 - minecraft:boat-4 - minecraft:chest_minecart-4 - minecraft:furnace_minecart-4 - minecraft:tnt_minecart-4 - minecraft:hopper_minecart-4 - minecraft:command_block_minecart-4 - > -} - - diff --git a/config - Copy/stellar_core.cfg b/config - Copy/stellar_core.cfg deleted file mode 100644 index e4d56848..00000000 --- a/config - Copy/stellar_core.cfg +++ /dev/null @@ -1,774 +0,0 @@ -# Configuration file - -general { - - debug { - B:EnableDebugLog=false - } - - bugfixes { - - vanilla { - # If the NBT size is larger than the maximum size, it will display a warning message. - # It will only take effect if LongNBTKiller is enabled. - B:DisplayLargeNBTWarning=true - - # Unlocks the size limit of NBT and removes the length limit of NBTTagCompound and NBTTagList, - # usually many mods will have this feature, you just need to enable one of these modules. - B:LongNBTKiller=false - - # The maximum depth of NBTTagCompound and NBTTagList. - # It will only take effect if LongNBTKiller is enabled. - I:MaxNBTDepth=2048 - - # The maximum size of NBT. - # It will only take effect if LongNBTKiller is enabled. - I:MaxNBTSize=16777216 - } - - critical { - # Usually just set it to true, this option fixed a serious network packet problem. - B:GuGuUtilsSetContainerPacket=true - } - - container { - # A generic feature that when a player's open TileEntity GUI is uninstalled, - # it also forces the player's open GUI to be closed. - B:ContainerUnloadTileEntityFixes=false - } - - armourersworkshop { - # Cleanroom only, used to fix an issue that caused the game to crash when unloading skin texture files. - B:SkinTextureCrashFixes=true - } - - astralsorcery { - # This option is used to fix some item duplication issues on Astral Tome's constellation paper collection page. - B:ContainerJournalFixes=true - - # This option is used to fix occasional crashes related to PlayerAttributeMap. - B:PlayerAttributeMapCrashFixes=true - } - - avaritaddons { - # This option is used to fix some item duplication issues with Auto Extreme Crafting Table. - B:TileEntityExtremeAutoCrafterFixes=true - } - - cofhcore { - # This option is used to fix some item duplication issues with any containers related to TE5. - B:ContainerInventoryItemFixes=true - - # This option is used to fix an issue that would accidentally cause non-stackable items to - # exceed their maximum number of stacks. - B:TileInventoryFixes=true - } - - customstartinggear { - # This option causes CustomStartingGear to standardize the encoding of file reads to UTF-8, - # preventing them from having problems on computers in certain regions. - B:DataManagerCharSetFixes=true - } - - draconicevolution { - # This option is used to fix some item duplication issues with CraftingInjector. - B:CraftingInjectorFixes=true - } - - enderioconduits { - # A somewhat disruptive feature fix that modifies some of the way item conduits work, - # allowing some special cases to store extracted items inside the conduit, - # which will help fix some item duplication issues, - # but may introduce a slight performance overhead and some unexpected filter issues. - B:ItemConduitItemStackCache=false - } - - extrabotany { - # Prevents the Mana Liquefaction Device from storing far more liquid magic than it is set to store. - B:TileManaLiquefactionFixes=true - } - - fluxnetworks { - # Possible fix for duplicate users or even crashes on player networks in some cases. - B:SynchronizeFixes=true - - # Fixes an issue where TheOneProbe on a dedicated server shows localized text anomalies. - B:TheOneProbeIntegration=true - } - - industrialcraft2 { - # Fixed an issue where some item repair recipes would duplication items. - B:GradualRecipeFixes=true - - # Fixed an issue where the orientation determined by Ejector / Pulling Upgrade was the opposite of what it actually was. - B:StackUtilInvFacingFixes=true - } - - ingameinfoxml { - # Fix the issue where a paragraph would pop up to report an error in a server environment, that's all. - B:PlayerHandlerFixes=true - } - - immersiveengineering { - # (Client Only) Clear the model cache when the player switches worlds to avoid memory leaks. - # Minor performance impact. Mainly a problem when installing with other mods. - B:AutoCleanRenderCache=true - - # Immediately exit the thread when `Immersive Engineering Contributors Thread` encounters an error while reading JSON, - # instead of always printing the error. - B:IEContributorsThreadExceptionFixes=true - - # Fixes an issue that would cause fluids to duplicate in some special cases, although they were a bit tricky to reproduce. - B:JerryCanFixes=true - - # Fixes an issue that would cause items to duplicate in certain special cases, although they were a bit tricky to reproduce. - B:MultiblockStructureContainerFixes=true - - # Fixes an issue that caused ArcFurnace's item bar items to stack - # more than their items themselves under certain special circumstances, helping to fix item duplication. - B:TileEntityArcFurnaceInventoryFixes=true - - # Makes Excavator not drop twice drops when digging blocks (possible side effect). - B:TileEntityExcavatorDigBlockFixes=true - } - - moreelectrictools { - # Items such as Electric First Aid Life Support do not continue to work if the player has died. - B:LifeSupportsFixes=true - } - - mrcrayfishfurniture { - # Problem preventing certain container items from duplicate. - B:BlockFurnitureTileFixes=true - - # Stops the game from freezing in certain special cases, mainly occurring on photo frames and other similar blocks. - B:ImageCacheCrashFixes=true - - # Make blocks be rotated without losing their internal attributes and items (possibly not all blocks). - B:RotatableFurniture=false - - # Stopping washing machines from repairing non-repairable items. - B:WashingMachineDamageFixes=true - } - - scalingguis { - # Fixes an issue that caused a crash when deleting invalid GUI configurations. - B:JsonHelperCrashFixes=true - } - - sync { - # Make players get off their mounts when they die. - B:RidingFixes=true - - # A special fix that keeps Sync from triggering some weird item duplication issues when installed with Techguns. - B:TechgunsDuplicationFixes=true - } - - tconevo { - # Fix a special crash issue that would cause special cases, - # reporting that they were attributed to xyz.phanta.tconevo.integration.avaritia.client.AvaritiaMaterialModel$BakedAvaritiaMaterialModel$ WithoutHalo handleCosmicLighting(). - B:HandleCosmicLightingNPEFixes=true - } - - techguns { - # Fix for recipes not working properly for certain items (Techguns only). - B:InvalidRecipeFixes=true - - # Fixes an issue that would cause crashes in server environments. - B:ServerSideEntityCrashFixes=true - - # Fixes an issue that would cause crashes in server environments. - B:TGPermissionsCrashFixes=true - } - - theoneprobe { - # Prevents TheOneProbe from rendering the entity/player in such a way that their head is locked to a fixed pitch. - B:PlayerEntityRenderFixes=true - } - - thermaldynamics { - # Fix a fluid duplication issue where they would only appear on Super-Laminar FluidDuct. - B:FluidDuplicateFixes=true - } - - thermalexpansion { - # The problem with stopping a backpack from replicating is that this probably does the same thing as UniversalTweaks. - B:ContainerSatchelFilterFixes=true - } - - advancedrocketry { - # Fix the NPE problem that occasionally occurs with BiomeChanger. - B:ItemBiomeChanger=true - - # When the planetDefs.xml file is corrupted, make it regenerate the file instead of letting it damn near crash. - # This is usually only a problem if the game process is unexpectedly exited, and the file is usually unrecoverable without a backup. - B:PreventDimensionManagerCrash=true - } - - ancientspellcraft { - # (Client Only) Fix a memory leak caused by AncientSpellCraft's FakePlayer, - # mainly in that it would cause the first world loaded not to be cleaned up by Java GC. - # Experimental, if a crash occurs with anything related to ASFakePlayer, please report this issue immediately. - B:ASFakePlayerFixes=false - } - - botania { - # (Client Only) Automatically clean up data when the player switches worlds, optional feature as WeakHashMap does not usually cause memory leaks. - B:AutoCleanManaNetworkHandler=true - } - - journeymap { - # (Client Only) Automatically clears the radar player cache when a player switches worlds to avoid memory leaks caused in the client. - B:AutoCleanPlayerRadar=true - } - - libvulpes { - # (Client Only) Automatically clean up InputSyncHandler's spaceDown data when the player switches worlds. - # Although libvulpes has already coded this judgment, there is still a small chance that it will trigger a memory leak. - B:AutoCleanInputSyncHandlerData=true - } - - mekanism { - # (Client Only) Automatically clean up old player data when the player switches worlds to address some memory leaks, - # and while Mekanism has written cleanup features, they will only clean up when returning to the main menu. - B:AutoCleanPortableTeleports=true - } - - modularrouters { - # Prevent routers from recognizing fluid bucket containers to avoid unexpected fluid replication problems. - B:BufferHandlerFluidHandlerFixes=true - } - - rpsideas { - # (Client Only) Fix memory leaks caused by improper object management on the client side. - B:ItemBioticSensorMemoryLeakFixes=true - } - - enderutilities { - # Fix an issue where HandyBag sometimes picking up items would cause them to be duplicated, - # with the side effect that the player's item bar would no longer be populated when picking up matching items. - B:ItemHandyBagDupeFixes=true - - # Fix an issue where Nullifier sometimes picking up items would cause them to be duplicated, - # with the side effect that the player's item bar would no longer be populated when picking up matching items. - B:ItemNullifierDupeFixes=true - } - - } - - performance { - - vanilla { - # (Client Performance | Sodium Feature) Making all immediate chunk updates always deferred helps improve intermittent - # low FPS conditions, but potentially leads to rendering delays. - B:AlwaysDeferChunkUpdates=false - - # (Client/Server Performance) Asynchronous loading of ItemStack's Capability to improve performance. - # Conflict with CensoredASM's `delayItemStackCapabilityInit` option. - B:AsyncItemStackCapabilityInit=true - - # (Client Performance | Experimental) Deduplicate vertexData array to optimise memory usage. - # Works in most cases, but may cause rendering issues with models in some mods. - B:BakedQuadVertexDataCanonicalization=false - - # (Client Performance) Deduplicate BlockFaceUV `uvs` array to optimise memory usage. - B:BlockFaceUVsCanonicalization=true - - # (Client Performance) Improved BlockPart data structure, improve memory usage with a more efficient map. - B:BlockPartDataStructureImprovements=true - - # (Server Performance) Improving BlockStateContainer$BlockStateImplementation#hashCode Performance with hashCode cache. - B:BlockStateImplementationHashCodeCache=true - - # (Server Performance) Modified the data structure of capturedBlockSnapshots to a LinkedList to help improve insertion and deletion performance. - B:CapturedBlockSnapshotsImprovements=false - - # (Client/Server Performance) Use long instead of BlockPos to store TileEntities, optimising memory usage and potentially improving performance. - # Conflicts with UniversalTweaks - 'Tile Entity Map' options and StellarCore maybe overrides them. - B:ChunkTileEntityMapImprovements=false - - # (Server Performance) Improving the performance of ClassInheritanceMultiMap (up to ~40%). - B:ClassInheritanceMultiMapImprovements=true - - # (Server Performance) Improving EntityTracker Performance with Improved Data Structures. - B:EntityTrackerImprovements=true - - # (Client Performance | Experimental) A feature from Patcher mod, using protocol CC-BY-NC-SA 4.0, if there are any copyright issues, please contact me to remove it. - # Dramatically improves performance by limiting the HUD to a specified FPS, may not be compatible with older devices. - # May perform strangely with some HUD Mods. - B:HudCaching=false - - # Select a restricted HUD FPS that is only valid when HudCaching is enabled. - # Min: 5 - # Max: 240 - I:HudCachingFPSLimit=20 - - # (Client Performance) Modify the data structure of ModelBlock's textures map to improve performance and reduce memory usage. - # This feature requires CensoredASM mod. - # Known to be incompatible with DynamicTrees. - B:ModelBlockStringCanonicalization=false - - # (Client/Server Performance) Improving NBTTagCompound Performance with Improved Data Structures. - # Conflict with CensoredASM's `optimizeNBTTagCompoundBackingMap` and `nbtBackingMapStringCanonicalization` option. - B:NBTTagCompoundMapImprovements=true - - # (Client Performance) As the configuration name says, use at your own risk. - B:NoGLError=false - - # (Client/Server Performance | Experimental) Replaces the internal default ArrayList of NonNullList with an ObjectArrayList (may not work). - B:NonNullListImprovements=true - - # (Client Performance | Experimental) A feature that helps speed up game loading by modifying the model loader's code to enable parallel loading capabilities (5s ~ 40s faster). - # Incompatible with some mod's models because they use their own model loader, if you encounter a missing model, please report it to the StellarCore author for manual compatibility. - # Compatible model loader: CTM,LibNine,TConstruct - # Contrary to VintageFix's DynamicResource functionality and therefore incompatible, you can only choose one. - B:ParallelModelLoader=false - - # Defining which ModelLoader cannot be safely asynchronized to allow StellarCore to load models - # using a synchronous approach, usually requires no modification to it. - S:ParallelModelLoaderBlackList < - slimeknights.tconstruct.library.client.model.ModifierModelLoader - > - - # (Client/Server Performance) Use parallelStream to handle randomTick operations on world blocks to improve performance in more player environments, - # possibly affecting the random logic of the original game. - B:ParallelRandomBlockTicker=false - - # (Client Performance | Experimental) An feature that uses parallel loading of texture files, improved game loading speed. - # If you get a crash when installing with VintageFix, turn this feature off, or turn off the mixins.texturemap option for VintageFix. - B:ParallelTextureLoad=false - B:ParallelTextureMapLoad=false - - # (Client Performance) Improving PropertyEnum#hashCode Performance with hashCode cache. - B:PropertyEnumHashCodeCache=true - - # (Client Performance) Caches the state of existence of each resource file in the ResourcePack, - # improve the speed of model loading, if you encounter the game can not be loaded or display anomaly, turn off this option. - B:ResourceExistStateCache=false - - # (Client Performance) Deduplicate internal strings of ResourceLocation to reduce memory usage. - # When installed with CensoredASM, turn off the `resourceLocationCanonicalization` feature of CensoredASM. - # StellarCore already has backend integration for it. - B:ResourceLocationCanonicalization=true - - # (Client Performance | Experimental) BakedQuad deduplication of SimpleBakedModel to optimise memory usage. - # Works in most cases, but may cause rendering issues with models in some mods. - B:SimpleBakedModelCanonicalization=false - - # (Client Performance) Improve the Map data structures of StateMapperBase to make them faster (~30%). - B:StateMapperBaseImprovements=true - - # (Client Performance) Enabling Stitcher caching improves the game loading speed. - # The main principle is to cache the Stitcher's splicing results and save them to the hard drive for next time reading, so - # you need to pre-launch the game once before you can see the effect. - # Not compatible with VintageFix's DynamicResource, but should work well with VintageFix's TurboStitcher. - B:StitcherCache=false - - # (Client Performance) Clearing the cache after loading a model, significantly reduce memory usage. - # But it may cause some mod's models to be messed up after reloading ResourcePacks, - # Turning this option off will use more memory. - # If you installed FoamFix, FoamFix does the same thing but StellarCore is faster, you may need to turn off the `wipeModelCache` option in foamfix.cfg. - B:WipeModelCache=true - - # (Client/Server Performance) Improved `World#isValid` / `World#isOutsideBuildHeight` judgement performance, minor performance improvements. - B:WorldBlockPosJudgement=true - - # (Server Performance) Improving WorldServer#getPendingBlockUpdates Performance with Improved Data Structures. - B:WorldServerGetPendingBlockUpdatesImprovements=true - } - - forge { - # (Client/Server Performance) ASMDataTable Annotation Map builds use half of the CPU instead of all of it, - # helping to improve the computer freezing problem at game startup, but potentially causing the game to take longer to load. - B:ASMDataTableCPUUsageImprovements=false - - # (Client Performance | Experimental) Deduplicate unpackedData array to optimise memory usage, with significant optimisation for some mods. - # Works in most cases, but may cause rendering issues with models in some mods. - B:UnpackedBakedQuadDataCanonicalization=false - - # Adjust the optimisation level of the `UnpackedBakedQuadDataCanonicalization` option, the higher the level - # the better the results but the higher the probability of encountering problems, normally a setting of 2 is sufficient... - # Higher levels consume more CPU performance. - # This option can be adjusted while the game is running, but restarting the game is highly recommended. - # Min: 1 - # Max: 3 - I:UnpackedBakedQuadDataCanonicalizationLevel=1 - - # (Client Performance | Experimental) Deduplicate vertexData array to optimise memory usage. - # Works in most cases, but may cause rendering issues with models in some mods. - B:UnpackedBakedQuadVertexDataCanonicalization=false - } - - avaritia { - # (Client / Server Performance) Speed up recipe loading with parallel loading. - B:AvaritiaRecipeManagerImprovements=true - - # (Server Performance) Removing some unnecessary Server to Client synchronization helps ease network bandwidth usage. - B:TileBaseImprovements=true - } - - biomesoplenty { - # (Client/Server Performance) Block them from doing network operations in the main thread. - B:TrailManagerAsync=true - } - - extrabotany { - # (Client/Server Performance) Block them from doing network operations in the main thread. - B:PersistentVariableHandlerAsync=true - } - - bloodmagic { - # (Server Performance) Removing some unnecessary Server to Client synchronization helps ease network bandwidth usage. - B:BloodAltarImprovements=true - } - - botania { - # (Server Performance) A feature with some side effects to make sparks use less performance through dynamic Tick acceleration. - B:SparkEntityImprovements=false - - # What is the maximum working interval of the sparks? They will eventually be accelerated to 1 tick. - # Only works if SparkEntityImprovements is enabled. - # Min: 2 - # Max: 60 - I:SparkMaxWorkDelay=10 - } - - chisel { - # (Server Performance) A feature with some side effects that improves the performance of Auto Chisel's recipe search - # and makes the interval between searches for recipes increase. - B:AutoChiselImprovements=true - - # What is the maximum recipe search interval of the Auto Chisels? They will eventually be accelerated to 20 tick. - # Only works if AutoChiselImprovements is enabled. - # Min: 20 - # Max: 100 - I:AutoChiselMaxWorkDelay=100 - } - - ctm { - # (Client Performance | Experimental) A feature that loads CTM's Metadata data faster (~60%) using parallelStream, - # usually with few conflict issues. If enabling this feature causes a problem, please report it immediately. - B:TextureMetadataHandlerImprovements=false - } - - cucumber { - # When a block is updated, how many players within range can receive its update? - # Only works if VanillaPacketDispatcherImprovements is enabled, and only works on mods that use the Cucumber lib. - D:TileEntityUpdateRange=16.0 - - # (Client/Server Performance) Block them from doing network operations in the main thread. - B:VanillaPacketDispatcherImprovements=false - } - - customloadingscreen { - # (Recommend) (Client Performance) We'll never know why we have to wait an extra (20*5)ms for each module loaded. - B:ModLoadingListenerImprovements=true - - # (Client Performance) Clean up their mapping after the game has finished loading to improve memory usage. - B:TextureCleanup=true - } - - endercore { - # (Server Performance) Improve the speed of matching materials such as items using caching and special data structures - # to improve the performance of EnderIO Machines overall, with a slight increase in memory usage. - B:OreThingImprovements=true - - # (Server Performance) Improve the speed of matching materials such as items using caching and special data structures - # to improve the performance of EnderIO Machines overall, with a slight increase in memory usage. - B:ThingsImprovements=true - } - - enderio { - # (Server Performance) Improve the performance of item determination in FarmerStation using caching (mainly related to the canPlant() method). - B:FarmerImprovements=true - - # (Server Performance) Removing some unnecessary parts to improve performance, may affect the use of the Profiler. - B:ItemToolsImprovements=true - - # (Server Performance) Improve recipe search speed with caching. - B:RecipeImprovements=true - - # (Server Performance) Remove some unnecessary judgments to improve performance (may have side effects). - B:TileEntityBaseImprovements=true - } - - enderioconduits { - # (Server Performance) Removing some unnecessary parts to improve performance, may affect the use of the Profiler. - B:AbstractConduitImprovements=true - - # (Server Performance) Improved some data structures, slight performance improvements. - B:EnderLiquidConduitNetworkTankMap=true - - # (Server Performance | Experimental) Rewriting the eio conduit energy network computation logic to improve performance using multithreading. - B:NetworkPowerManagerImprovements=true - - # (Server Performance) Improved the hashCode() method of NetworkTankKey, which can improve the performance of the EnderIO Conduit Network. - B:NetworkTankKeyHashCodeCache=true - - # (Server Performance) Removing some unnecessary parts to improve performance, may affect the use of the Profiler. - B:TileConduitBundleImprovements=true - } - - ftblib { - # (Server Performance) Improved some of the judgments so that it doesn't consume a lot of time sending network packets. - B:InvUtilsForceUpdateImprovements=true - } - - ftbquests { - # (Server Performance) Improved performance of item quest checking (but may result in longer intervals between quest checks). - B:QuestInventoryListenerImprovements=false - } - - industrialcraft2 { - # (Server Performance | Experimental) Rewriting the ic2 energy network computation logic to improve performance using multithreading. - B:EnergyCalculatorLegImprovements=true - - # (Server Performance) Improved some data structures, slight performance improvements. - B:EnergyNetLocalImprovements=true - - # (Server Performance) Improve EnergyNetLocal#getIoTile and EnergyNetLocal#getSubTile fetching speed to optimise performance to some extent. - B:GetIoAndSubTileEnergyNetLocalImprovements=true - - # (Server Performance) Improved some data structures, slight performance improvements. - B:GridDataImprovements=true - - # (Server Performance) Improved some data structures, slight performance improvements. - B:GridImprovements=true - - # (Server Performance) Allows you to adjust the working speed of the Ejector / Pulling Module. - B:ItemUpgradeModuleImprovements=false - - # Work speed of Ejector / Pulling Module. - # Only works if ItemUpgradeModuleImprovements is enabled. - I:ItemUpgradeModuleWorkDelay=5 - } - - ingameinfoxml { - # Select a restricted HUD FPS that is only valid when HUDFramebuffer is enabled. - # Min: 5 - # Max: 60 - I:HUDFPS=10 - - # (Client Performance) Limit the rendering FPS of InGameInfoXML to significantly improve performance (similar to HUDCaching), - # may not be compatible with older devices. - B:HUDFramebuffer=false - } - - mekanism { - # (Server Performance) Performance improvements on data structures. - # MEKCEu already includes this feature, so installing MEKCEu will automatically disable it. - B:EnergyNetworkImprovements=true - - # (Server Performance) Performance improvements on data structures. - # MEKCEu already includes this feature, so installing MEKCEu will automatically disable it. - B:FrequencyImprovements=true - - # (Server Performance) Performance improvements on data structures. - # MEKCEu already includes this feature, so installing MEKCEu will automatically disable it. - B:PipeUtilsImprovements=true - } - - tconstruct { - # (Server Performance) Improvements in the search performance of Basin Casing recipes. - B:BasinCastingRecipeSearchImprovements=true - - # (Server Performance) Improvements in the search performance of Melting recipes. - B:MeltingRecipeSearchImprovements=true - - # (Server Performance) Improvements in the search performance of Table Casing recipes. - B:TableCastingRecipeSearchImprovements=true - - # (Server Performance) Improvements in the search performance of Smeltery Alloy Casing recipes. - B:TileSmelteryAlloyRecipeSearchImprovements=true - - # (Server Performance) Smeltery What is the maximum number of recipes that can be completed per tick? - # Min: 1 - # Max: 100 - I:TileSmelteryMaxAlloyRecipePerTick=5 - } - - ebwizardry { - # (Server Performance) Improved event listening performance for DispenserCastingData, required mc restart. - # Incompatible with TickCentral mod, alternative optimisations are used when installing with this mod. - B:DispenserCastingDataImprovements=false - } - - astralsorcery { - # (Server Performance) Add optional updates to the block to improve network bandwidth usage. - B:TileNetworkSkyboundImprovements=true - } - - enderutilities { - # (Server Performance) Improvements to the way UtilItemModular loads items to slightly improve performance. - B:UtilItemModularImprovements=true - } - - fluxnetworks { - # (Server Performance) Removing the secondary judgement of energy transfer may help improve performance. - B:ConnectionTransferImprovements=true - - # (Server Performance | Experimental) Rewriting the flux network calculation logic to improve performance using multithreading. - B:ParallelNetworkCalculation=false - } - - immersiveengineering { - # (Server Performance) Blocking the IE Mechanical Block from triggering a full block update when transferring energy may improve performance. - # But if strange block states appear try turning off this option. - B:EnergyTransferNoUpdate=true - } - - libnine { - # (Client Performance) Cache the result of L9Models#isOfType to improve game loading speed. - # This feature requires Vanilla#ResourceExistStateCache option. - B:L9ModelsIsOfTypeCache=true - } - - touhoulittlemaid { - # (Client Performance) Enable model data Canonicalization to improve TLM model memory usage. - B:modelDataCanonicalization=true - - # (Client Performance) Enable TexturedQuadFloat data Canonicalization to improve TLM model memory usage. - B:texturedQuadFloatCanonicalization=true - } - - } - - features { - # The title. - S:CustomGameTitle=Minecraft 1.12.2 - - # (Client) Allows you to modify the title of the game, highest priority, - # supports earlier versions such as CleanroomLoader 3029 (May do the same thing with other mods). - B:EnableCustomGameTitle=false - - # Does the CustomGameTitle use Hitokoto API to get random messages? (Chinese Only) - B:TitleUseHitokotoAPI=false - - vanilla { - # (Server) Allows CriterionProgress to be serialized in multiple threads. - B:AsyncAdvancementSerialize=true - - # (Server) Define which entities will be forced to be updated. - # The update to stop when there are no players near the entity, which may cause some projectiles to pile up. - # This feature allows certain entities to be forced to be updated. - # Note: Entity classes must be explicitly defined and their superclasses cannot be retrieved, this is for performance reasons. - S:ForceUpdateEntityClasses < - cofh.redstonearsenal.entity.projectile.EntityArrowFlux - com.brandon3055.draconicevolution.entity.EntityCustomArrow - hellfirepvp.astralsorcery.common.entities.EntityFlare - hellfirepvp.astralsorcery.common.entities.EntityLiquidSpark - mekanism.weapons.common.entity.EntityMekaArrow - net.minecraft.entity.projectile.EntitySpectralArrow - thundr.redstonerepository.entity.projectile.EntityArrowGelid - xyz.phanta.tconevo.entity.EntityMagicMissile - > - - # Completely remove something from the Forge registry, use at your own risk. - # Usage: `minecraft:dirt`, `modid:something` - S:ForgeRegistryRemoveList < - > - - # (Client Only) Listening to clients loading/unloading new worlds, disabling this option will cause some features on memory leak fixing to fail. - B:HandleClientWorldLoad=true - - # An extra feature that stops the model loader from printing errors, neat log, no? - # May have implications for Debug, cannot prevent errors in the output of custom loaders. only available if ParallelModelLoader is enabled. - B:ShutUpModelLoader=false - } - - fontscale { - # (Client) Allows you to modify the specific scaling of small fonts in the AE2 GUI. - # Min: 0.25 - # Max: 1.0 - D:AppliedEnergetics2=0.5 - - # (Client) Allows you to modify the specific scaling of small fonts in the EnderUtilities GUI. - # Min: 0.25 - # Max: 1.0 - D:EnderUtilities=0.5 - } - - astralsorcery { - # Disables AstralSorcery's ChainMining perk, make that doesn't work. - B:DisableChainMining=false - } - - betterchat { - # (Client) Message compat (probably does the same thing as UniversalTweaks, but the difference is that this is a special compatibility with the BetterChat mod). - B:EnableMessageCompat=false - } - - botania { - # As the name suggests, use at your own risk. - B:DisableCosmeticRecipe=false - } - - ic2 { - # A highly intrusive feature that makes the IC2 and most of its Addon mod's power items no longer use the endurance value to - # display power, but instead use a special display, a feature that disables the endurance value and helps automate the crafting. - B:ElectricItemNonDurability=false - } - - legendarytooltips { - # (Client) As the name suggests, enable it only when necessary. - B:DisableTitleWrap=false - } - - mekanism { - # Allows Mekanism's machines to transmit more than 2147483647 units of energy through FluxNetworks. - # MEKCEu already includes this feature, so installing MEKCEu will automatically disable it. - B:FluxNetworksSupport=true - - # Allows TheOneProbe to show that Mekanism's machines exceed 2147483647 units of energy. - # MEKCEu already includes this feature, so installing MEKCEu will automatically disable it. - B:TOPSupport=true - } - - nuclearcraftoverhauled { - # Completely disable NuclearCraft: Overhauled's radiation system if you really don't want to see them in every item's NBT, haha. - B:DisableRadiationCapability=false - } - - rgbchat { - # (Client) Complete rewrite of RGBChat's font renderer to optimize performance and fix crashes. - B:TrueRGBSimpleRendererImprovements=true - } - - techguns { - # Are bullets treated as projectiles (affecting damage determination)? - B:BulletIsProjectile=false - - # Safe mode is used by default for every player. - B:ForceSecurityMode=true - } - - moreelectrictools { - # Disable the Efficient enchantment, if you think this enchantment will appear on any item it's just too bad. - B:RemoveEfficientEnergyCostEnchantment=false - } - - enderioconduits { - # If you're really tired of all this useless logging, set it to true (filter only the no side effects section). - B:PrevEnderLiquidConduitNetworkLogSpam=true - } - - lazyae2 { - # The Level Maintainer request synthesis will always be made to the set value, not just to the critical value. - B:LevelMaintainerRequestCountImprovements=false - } - - ebwizardry { - # Prevents the WizardSpell loot from logging to the server console when it's casted. - B:PreventWizardSpellLogSpam=false - } - - fluxnetworks { - # (Server) Make FluxNetworks to generate a random int uid for each network, instead of using the self-incrementing ID. - B:RandomNetworkUniqueID=false - } - - } - -} - - diff --git a/config - Copy/storagecabinet.cfg b/config - Copy/storagecabinet.cfg deleted file mode 100644 index 35c5399b..00000000 --- a/config - Copy/storagecabinet.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration file - -general { - # Enables the blacklist/whitelist function - B:"Enable Blacklist/Whitelist"=false - - # Makes it so that cabinets can only take items that can't stack I.E bows or swords and not cobblestone - B:"Only Allow Non Stackables"=false - - # True for blacklist, false for whitelist, see the wiki for instructions - B:"Toggle white or black list"=true -} - - diff --git a/config - Copy/storagedrawers.cfg b/config - Copy/storagedrawers.cfg deleted file mode 100644 index 85abbd0a..00000000 --- a/config - Copy/storagedrawers.cfg +++ /dev/null @@ -1,158 +0,0 @@ -# Configuration file - -blocks { - - fulldrawers1 { - I:baseStorage=32 - B:enabled=true - I:recipeOutput=1 - } - - fulldrawers2 { - I:baseStorage=16 - B:enabled=true - I:recipeOutput=2 - } - - fulldrawers4 { - I:baseStorage=8 - B:enabled=true - I:recipeOutput=4 - } - - halfdrawers2 { - I:baseStorage=8 - B:enabled=true - I:recipeOutput=2 - } - - halfdrawers4 { - I:baseStorage=4 - B:enabled=true - I:recipeOutput=4 - } - - compdrawers { - I:baseStorage=16 - B:enabled=true - I:recipeOutput=1 - } - - controller { - B:enableControllerIO=true - B:enabled=true - I:range=12 - } - - trim { - B:enabled=true - I:recipeOutput=4 - } - - controllerslave { - B:enabled=true - } - - framedblocks { - # Changes whether items used for decoration in the Framing Table gets consumed. Leave true to consume items (default behaviour). - B:consumeDecorationItems=true - B:enableFramedDrawers=true - B:enableFramedTrims=true - B:enableFramingTable=true - } - -} - - -general { - B:creativeTabVanillaWoods=true - B:defaultQuantify=false - B:enableCreativeUpgrades=true - - # Writes additional log messages while using the mod. Mainly for debug purposes. Should be kept disabled unless instructed otherwise. - B:enableDebugLogging=false - B:enableDrawerUI=true - B:enableFallbackRecipes=true - B:enableFramedDrawers=true - B:enableIndicatorUpgrades=true - B:enableItemConversion=true - B:enableLockUpgrades=true - B:enablePersonalUpgrades=true - B:enableQuantifiableUpgrades=true - B:enableRedstoneUpgrades=true - B:enableShroudUpgrades=true - B:enableSidedInput=true - B:enableSidedOutput=true - B:enableStorageUpgrades=true - B:enableTape=true - B:enableVoidUpgrades=true - - # Inverts left and right click action on drawers. If this is true, left click will insert items and right click will extract items. Leave false for default behavior. - B:invertClick=false - - # Inverts how shift works with drawers. If this is true, shifting will only give one item, where regular clicks will give a full stack. Leave false for default behavior. - B:invertShift=false - B:keepContentsOnBreak=true - S:wailaStackRemainder=stack + remainder -} - - -integration { - B:enableMineTweaker=true - - # Whether to enable The One Probe integration, which overrides the displayed block for Storage Drawers related blocks. Warning: Turning this off will make TOP display some Storage Drawers blocks incorrectly. - B:enableTOP=true - - # Whether to enable Thaumcraft integration, which adds icons on drawers if the item stored has an Aspect. - B:enableThaumcraft=true - - # Whether to enable What Am I Looking At integration, which overrides the displayed block for Storage Drawers related blocks, and adds several Storage Drawers related options to the config. Warning: Turning this off will make Waila display some Storage Drawers blocks incorrectly. - B:enableWaila=true -} - - -registries { - # Items should be in form domain:item or domain:item:meta. [default: [minecraft:clay, minecraft:clay_ball, 4]] - S:compactingRules < - minecraft:clay, minecraft:clay_ball, 4 - industrialforegoing:dryrubber, industrialforegoing:tinydryrubber, 9 - divinerpg:divine_stone, divinerpg:divine_shards, 9 - contenttweaker:enhanced_chaos_shard, contenttweaker:enhanced_chaos_fragment, 9 - aoa3:gilded_lotto_banner, aoa3:lotto_banner, 9 - aoa3:encrusted_lotto_banner, aoa3:gilded_lotto_banner, 9 - aoa3:bejewelled_lotto_banner, aoa3:encrusted_lotto_banner, 9 - hatchery:fiber_pad, hatchery:feather_fiber, 9 - divinerpg:ender_stone, divinerpg:ender_shards, 9 - divinerpg:legendary_ender_eye, divinerpg:ender_stone, 9 - techreborn:scrapbox, techreborn:part:33, 9 - woot:stygianiron, woot:stygianironingot, 9 - divinerpg:corrupted_stone, divinerpg:corrupted_shards, 9 - divinerpg:divine_stone, divinerpg:divine_shards, 9 - divinerpg:ender_stone, divinerpg:ender_shards, 9 - divinerpg:ice_stone, divinerpg:ice_shards, 9 - divinerpg:jungle_stone, divinerpg:jungle_shards, 9 - divinerpg:molten_stone, divinerpg:molten_shards, 9 - divinerpg:terran_stone, divinerpg:terran_shards, 9 - divinerpg:shadow_stone, divinerpg:shadow_bar, 4 - > - - # List of ore dictionary names to blacklist for substitution. [default: ] - S:oreBlacklist < - > - - # List of ore dictionary names to whitelist for substitution. [default: ] - S:oreWhitelist < - > - B:registerExtraCompactingRules=true -} - - -upgrades { - I:level2Mult=2 - I:level3Mult=4 - I:level4Mult=8 - I:level5Mult=16 - I:level6Mult=32 -} - - diff --git a/config - Copy/supersoundmuffler.cfg b/config - Copy/supersoundmuffler.cfg deleted file mode 100644 index 000f6655..00000000 --- a/config - Copy/supersoundmuffler.cfg +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration file - -general { - # Maximum effective range of the sound muffler. Setting this too large can cause lag. [range: 1 ~ 128, default: 32] - I:"Max Range"=32 -} - - diff --git a/config - Copy/surge.cfg b/config - Copy/surge.cfg deleted file mode 100644 index bc99bf42..00000000 --- a/config - Copy/surge.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# Configuration file - -bugfix { - # Attempts to fix MC-2025 by saving entity AABB to NBT. [default: true] - B:fixMobsWallGlitching=true - - # The maximum number of characters that can be entered in an anvil. [range: 32 ~ 1024, default: 256] - I:maxRenameLength=256 -} - - -loadtime { - # Improves model load times, by checking if an animated model exists before trying to load it. [default: true] - B:checkForAnimatedModels=true - - # Improves model load times by completely removing Forge's animated models. This is a faster version of checkForAnimatedModels [default: false] - B:disableAnimatedModels=false - - # Improves sound loading times by removing debug code for missing sounds and missing subtitles. [default: true] - B:disableDebugSoundInfo=true - - # Optimizes Forge's id prefix checking. Also removes prefix warnings which significantly impact load time in large quantities. [default: true] - B:fastPrefixChecking=true -} - - -misc { - # If true, the total load time will be printed in the console. [default: true] - B:showTotalLoadTime=true -} - - -performance { - # Replace sheep breeding to check a predefined table rather than querying the recipe registry. [default: true] - B:sheepDyeBlendTable=true -} - - diff --git a/config - Copy/tardis_ars.json b/config - Copy/tardis_ars.json deleted file mode 100644 index 2f411810..00000000 --- a/config - Copy/tardis_ars.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "tardis:toyota_hexagon_1" -] \ No newline at end of file diff --git a/config - Copy/tconstruct.cfg b/config - Copy/tconstruct.cfg deleted file mode 100644 index d92eb36d..00000000 --- a/config - Copy/tconstruct.cfg +++ /dev/null @@ -1,166 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 0.1 - -clientside { - # If true all of Tinkers' blocks with contents (tables, basin, drying racks,...) will render their contents in the world - B:renderInventoryInWorld=true - - # If true use a null render layer when building the models to render tables. Fixes an issue with chisel, but the config is provide in case it breaks something. - B:renderInventoryNullLayer=true - - # If true tools will show additional info in their tooltips - B:extraTooltips=true - - # If true all variants of the different tables will be listed in creative. Set to false to only have the oak variant for all tables. - B:listAllTables=true - - # If true all material variants of the different tools will be listed in creative. Set to false to only have the first found material for all tools (usually wood). - B:listAllToolMaterials=true - - # If true all material variants of the different parts will be listed in creative. Set to false to only have the first found material for all parts (usually wood). - B:listAllPartMaterials=true - - # If true, temperatures in the smeltery and in JEI will display in celsius. If false they will use the internal units of Kelvin, which may be better for devs - B:temperatureCelsius=true - - # If true tools will enable the forge bucket model on startup and then turn itself off. This is only there so that a fresh install gets the buckets turned on by default. - B:enableForgeBucketModel=false - - # REQUIRES DEBUG MODULE. Will do nothing if debug module is disabled. If true the texture map will be dumped into the run directory, just like old forge did. - B:dumpTextureMap=false -} - - -gameplay { - # Fortune increases drops after harvesting a block with autosmelt - B:AutosmeltFortuneInteraction=true - - # Adds a recipe that allows you to craft 3 gravel into a flint - B:addFlintRecipe=true - - # Adds a recipe that allows you to get leather from drying cooked meat - B:addLeatherDryingRecipe=true - - # Allows the creation of bricks from molten clay - B:allowBrickCasting=true - - # Pattern and Part chests keep their inventory when harvested. - B:chestsKeepInventory=true - - # Allows to craft all tool parts of all materials in the part builder, including materials that normally have to be cast with a smeltery. - B:craftCastableMaterials=false - - # Blacklist of registry names or TE classnames for the crafting station to connect to. Mainly for compatibility. - S:craftingStationBlacklist < - randomthings:playerinterface - de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer - > - - # Adds single-use clay casts. - B:enableClayCasts=true - - # If true, piggybackpacks can only pick up players and mobs that can be leashed in vanilla. If false any mob can be picked up. - B:limitPiggybackpack=false - - # If true, requires slimeballs in the vanilla slimeblock recipe to match in color, otherwise gives a pink slimeblock - B:matchVanillaSlimeblock=false - - # Allows the creation of obsidian in the smeltery, using a bucket of lava and water. - B:obsidianAlloy=true - - # Preferred mod ID for oredictionary outputs. Top most mod ID will be the preferred output ID, and if none is found the first output stack is used. - S:orePreference < - minecraft - tconstruct - thermalfoundation - forestry - immersiveengineering - embers - ic2 - > - - # Determines the ratio of ore to ingot, or in other words how many ingots you get out of an ore. This ratio applies to all ores (including poor and dense). The ratio can be any decimal, including 1.5 and the like, but can't go below 1. THIS ALSO AFFECTS MELTING TEMPERATURE! - D:oreToIngotRatio=2.0 - - # List of items to ignore when generating melting recipes from the crafting registry. For example, ignoring sticks allows metal pickaxes to melt down. - # Format: oreName or modid:item[:meta]. If meta is unset, uses wildcard - S:oredictMeltingIgnore < - dustRedstone - plankWood - stickWood - stickTreatedWood - string - minecraft:chest:0 - > - - # Enables all items, even if the Module needed to obtain them is not active - B:registerAllItems=false - - # Allows to reuse stencils in the stencil table to turn them into other stencils - B:reuseStencils=true - - # Players who enter the world for the first time get a Tinkers' Book - B:spawnWithBook=true - - # REQUIRES DEBUG MODULE. Tests all IMC integrations with dummy recipes. May significantly impact gameplay, so its advised you disable this outside of dev environements. - B:testIMC=false -} - - -worldgen { - # If true slime islands will generate - B:generateSlimeIslands=true - - # If true slime islands generate in superflat worlds - B:generateIslandsInSuperflat=false - - # One in every X chunks will contain a slime island - I:slimeIslandRate=730 - - # One in every X chunks will contain a magma island in the nether - I:magmaIslandRate=100 - - # Prevents generation of slime islands in the listed dimensions - I:slimeIslandBlacklist < - -1 - 1 - 145 - 146 - 147 - 148 - 149 - 150 - 151 - -2 - 166 - 152 - 160 - 161 - 162 - 163 - 164 - 165 - 170 - 171 - 172 - 173 - 174 - 43 - > - - # If true, slime islands wont generate in dimensions which aren't of type surface. This means they wont generate in modded cave dimensions like the deep dark. - B:slimeIslandsOnlyGenerateInSurfaceWorlds=true - - # If true, cobalt ore will generate in the nether - B:genCobalt=true - - # If true, ardite ore will generate in the nether - B:genArdite=true - - # Approx Ores per chunk - I:cobaltRate=20 - I:arditeRate=20 -} - - diff --git a/config - Copy/tconstruct_oredictcache.dat b/config - Copy/tconstruct_oredictcache.dat deleted file mode 100644 index e4651add..00000000 Binary files a/config - Copy/tconstruct_oredictcache.dat and /dev/null differ diff --git a/config - Copy/teslacorelib.cfg b/config - Copy/teslacorelib.cfg deleted file mode 100644 index 29db8fc6..00000000 --- a/config - Copy/teslacorelib.cfg +++ /dev/null @@ -1,71 +0,0 @@ -# Configuration file - -flags { - # Specifies if tesla machines are allowed to spawn items in world in case their output inventory is full. - # Warning: some machines will cause the items to be lost if not spawned in the world (WIP). - # [default: true] - B:allowMachinesToSpawnItems=true - - # Specifies if the simple tesla battery item will be registered or not. - # [default: false] - B:registerBattery=false - - # Specifies if the machine case item will be registered or not. - # [default: true] - B:registerMachineCase=true - - # Specifies if the metal powder items will be registered or not. - # [default: false] - B:registerPowders=false - - # Specifies if the metal sheet items will be registered or not. - # [default: false] - B:registerSheets=false - - # Specifies if the creative test machines will be registered or not. - # [default: false] - B:registerTestMachines=false - - addons { - # Specifies if the addon items will be registered or not. - # [default: true] - B:registerAddons=true - - # Specifies if the energy addon items will be registered or not. - # Only makes sense if 'registerAddons' is set to true. - # [default: true] - B:registerEnergyAddons=true - - # Specifies if the speed addon items will be registered or not. - # Only makes sense if 'registerAddons' is set to true. - # [default: true] - B:registerSpeedAddons=true - } - - gears { - # Specify the type of gear to be registered. - # Valid types are: wood, stone, iron, lapis, redstone, gold, emerald, diamond. - # [default: [wood], [stone], [iron], [gold], [diamond]] - S:registerGearTypes < - wood - stone - iron - gold - diamond - > - - # Specifies if the gear items will be registered or not. - # [default: true] - B:registerGears=true - } - -} - - -gui { - # Allows energy GUI to change the display energy system. - # [default: false] - B:allowChangeEnergyDisplay=false -} - - diff --git a/config - Copy/tesslocator.cfg b/config - Copy/tesslocator.cfg deleted file mode 100644 index 03e4c21c..00000000 --- a/config - Copy/tesslocator.cfg +++ /dev/null @@ -1,62 +0,0 @@ -# Configuration file - -advanced_energy { -} - - -advanced_fluid { -} - - -advanced_item { -} - - -basic_energy { -} - - -basic_fluid { - # Min: 0 - # Max: 64 - I:speed_boost_max=8 - - # Min: 1.0 - # Max: 1.7976931348623157E308 - D:speed_boost_multiplier=2.0 - - # Min: 1 - # Max: 2147483647 - I:speed_boost_starting=16 - - # Min: 0 - # Max: 16 - I:stack_boost_max=3 -} - - -basic_item { - # Min: 0 - # Max: 64 - I:speed_boost_max=8 - - # Min: 1.0 - # Max: 1.7976931348623157E308 - D:speed_boost_multiplier=2.0 - - # Min: 1 - # Max: 2147483647 - I:speed_boost_starting=16 - - # Min: 0 - # Max: 16 - I:stack_boost_max=3 -} - - -general { - # Spawns particles on transfer. - B:particles=true -} - - diff --git a/config - Copy/tfspellpack.cfg b/config - Copy/tfspellpack.cfg deleted file mode 100644 index 1e96453e..00000000 --- a/config - Copy/tfspellpack.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file - -general { - # The chance for a druid hut basement to contain a druid mage. Set to zero to disable this mechanic. - # Min: 0.0 - # Max: 1.0 - D:druidMageSpawnChance=0.5 - - # List of loot tables to inject twilight forest spell pack loot (as specified in loot_tables/chests/tf_dungeon_additions.json) into. - S:lootInjectionLocations < - twilightforest:structures/aurora_cache/aurora_cache - twilightforest:structures/darktower_cache/darktower_cache - twilightforest:structures/hill_1/hill_1 - twilightforest:structures/hill_2/hill_2 - twilightforest:structures/hill_3/hill_3 - twilightforest:structures/labyrinth_dead_end/labyrinth_dead_end - twilightforest:structures/stronghold_cache/stronghold_cache - twilightforest:structures/tower_library/tower_library - twilightforest:structures/troll_garden/troll_garden - > -} - - diff --git a/config - Copy/thaumadditions.cfg b/config - Copy/thaumadditions.cfg deleted file mode 100644 index c0e9e094..00000000 --- a/config - Copy/thaumadditions.cfg +++ /dev/null @@ -1,33 +0,0 @@ -# Configuration file - -blocks { - # How often the cake will restore? The higher the value is, lower the chance of growth. [range: 1 ~ 2147483647, default: 3] - I:"Cake Restoration Speed"=3 -} - - -client { - # Should portal seal be see-throught? [default: true] - B:"Seethrough Portal"=true -} - - -entities { - # What entities should not be able to get picked up by Entity Cell? - # Format: mod:entity - # Example: minecraft:creeper - # (Aww man) [default: ] - S:EntityCellBlacklist < - > -} - - -"knowledge tome" { - # Should the tome of sharing me reusable by multiple players? [default: true] - B:Reusable=true - - # Should the tome of sharing me rewritable? [default: true] - B:Rewritable=true -} - - diff --git a/config - Copy/thaumcraft_graphics.cfg b/config - Copy/thaumcraft_graphics.cfg deleted file mode 100644 index ea70a99c..00000000 --- a/config - Copy/thaumcraft_graphics.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# Configuration file - -general { - # Set this to true to get the old blue magical forest back. - B:blueBiome=false - - # Hate crooked labels, kittens, puppies and all things awesome? If yes, set this to false. - B:crooked=true - - # Set to true to have the wand dial display in the bottom left instead of the top left. - B:dialBottom=false - - # This setting will disable certain thaumcraft shaders for those who experience FPS drops. - B:disableShaders=false - - # Setting this to true will make the amount text in aspect tags twice as large. Useful for certain resolutions and custom fonts. - B:largeTagText=false - - # Set to true to disable anxiety triggers like the heartbeat sound. - B:nostress=false - - # Will golems display emote particles if they recieve orders or encounter problems - B:showGolemEmotes=true - - # Item aspects are hidden by default and pressing shift reveals them. - # Changing this setting to 'true' will reverse this behaviour and always - # display aspects unless shift is pressed. - B:showTags=false -} - - diff --git a/config - Copy/thaumcraft_misc.cfg b/config - Copy/thaumcraft_misc.cfg deleted file mode 100644 index 7a350e42..00000000 --- a/config - Copy/thaumcraft_misc.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# Configuration file - -general { - # Enables a version of the Thauminomicon in creative mode that grants you all the research when you first use it. - B:allowCheatSheet=false - - # Setting this to true will make you get the recipe book for salis mundus without having to sleep first. - B:noSleep=false - - # How much vis it costs to reacharge a single unit of shielding. Minimum of 0. - # Min: 0 - # Max: 500 - I:shieldCost=1 - - # How many milliseconds passes between runic shielding recharge ticks. - # Lower values equals faster recharge. Minimum of 500. - # Min: 500 - # Max: 500000 - I:shieldRecharge=2000 - - # How many milliseconds passes after a shield has been reduced to zero - # before it can start recharging again. Minimum of 0. - # Min: 0 - # Max: 50000 - I:shieldWait=4000 - - # Setting this to true disables Warp, Taint spread and similar mechanics. You wuss. - B:wussMode=false -} - - diff --git a/config - Copy/thaumcraft_world.cfg b/config - Copy/thaumcraft_world.cfg deleted file mode 100644 index 833b26aa..00000000 --- a/config - Copy/thaumcraft_world.cfg +++ /dev/null @@ -1,65 +0,0 @@ -# Configuration file - -general { - # Setting this to false will disable spawning champion mobs. Even when false they will still - # have a greatly reduced chance of spawning in certain dangerous places. - B:allowChampionMobs=true - B:allowSpawnAngryZombie=true - B:allowSpawnElder=true - B:allowSpawnFireBat=true - B:allowSpawnPech=true - B:allowSpawnTaintacle=true - B:allowSpawnWisp=true - - # Higher values increases number of magical forest biomes. If you are using biome - # addon mods you probably want to increase this weight quite a bit - # Min: 0 - # Max: 100 - I:biomeMagicalForestWeight=5 - - # Outer lands dimension id - I:dimensionOuterId=-42 - B:generateAmber=true - B:generateAura=true - B:generateCinnabar=true - B:generateCrystals=true - B:generateMagicForest=true - B:generateQuartz=true - B:generateStructure=true - B:generateTrees=true - - # The % of normal ore amounts that will be spawned. For example 50 will spawn half - # the ores while 200 will spawn double. Default 100 - # Min: 1 - # Max: 500 - I:oreDensity=100 - - # The dimension considered to be your 'overworld'. Certain TC structures will only spawn in this dim. - I:overworldDim=0 - B:regenAmber=false - B:regenAura=false - B:regenCinnabar=false - B:regenCrystals=false - - # This key is used to keep track of which chunk have been generated/regenerated. - # Changing it will cause the regeneration code to run again, so only change it if you want it to happen. - # Useful to regen only one world feature at a time. - S:regenKey=DEFAULT - B:regenQuartz=false - B:regenStructure=false - B:regenTrees=false - - # The range at which taint can spread from a taint seed. - # This value is only a base and will be modified by flux levels. - # Min: 8 - # Max: 256 - I:taintSpreadArea=32 - - # The % chance of taint fibres spreading on a block tick. - # Setting this to 0 will effectively stop taint fibre spread. - # Min: 0 - # Max: 500 - D:taintSpreadRate=100.0 -} - - diff --git a/config - Copy/thaumcraftfix.cfg b/config - Copy/thaumcraftfix.cfg deleted file mode 100644 index 6a5067bd..00000000 --- a/config - Copy/thaumcraftfix.cfg +++ /dev/null @@ -1,104 +0,0 @@ -# Configuration file - -general { - - world { - - ########################################################################################################## - # aura - #--------------------------------------------------------------------------------------------------------# - # Aura generation options - ########################################################################################################## - - aura { - # The list of biomes that will or will not have this feature enabled. - # Defaults to specifying the biomes to block, set BiomeListIsAllowList to true to invert behavior. - # Enter the biomes as namespaced IDs, i.e. thaumcraft:magical_forest - S:biomeList < - > - - # Determines if the list of objects specifies things that are allowed to have this feature, - # instead of listing those that cannot. - B:biomeListIsAllowList=false - - # Whether controlling Aura generation is enabled. - B:controlAura=false - - # The list of dimensions that will or will not have this feature enabled. - # Defaults to specifying the biomes to block, set DimListIsAllowList to true to invert behavior. - # Use the registered dimension type name - if unsure, use "/forge dimensions list" ingame to see them all. - S:dimList < - > - - # Determines if the list of objects specifies things that are allowed to have this feature, - # instead of listing those that cannot. - B:dimListIsAllowList=false - } - - ########################################################################################################## - # crystals - #--------------------------------------------------------------------------------------------------------# - # Thaumcraft crystal generation options - ########################################################################################################## - - crystals { - # The list of biomes that will or will not have this feature enabled. - # Defaults to specifying the biomes to block, set BiomeListIsAllowList to true to invert behavior. - # Enter the biomes as namespaced IDs, i.e. thaumcraft:magical_forest - S:biomeList < - > - - # Determines if the list of objects specifies things that are allowed to have this feature, - # instead of listing those that cannot. - B:biomeListIsAllowList=false - - # Whether controlling Vis Crystal generation is enabled. - B:controlCrystals=false - - # The list of dimensions that will or will not have this feature enabled. - # Defaults to specifying the biomes to block, set DimListIsAllowList to true to invert behavior. - # Use the registered dimension type name - if unsure, use "/forge dimensions list" ingame to see them all. - S:dimList < - > - - # Determines if the list of objects specifies things that are allowed to have this feature, - # instead of listing those that cannot. - B:dimListIsAllowList=false - } - - ########################################################################################################## - # vegetation - #--------------------------------------------------------------------------------------------------------# - # Thaumcraft vegetation generation options - ########################################################################################################## - - vegetation { - # The list of biomes that will or will not have this feature enabled. - # Defaults to specifying the biomes to block, set BiomeListIsAllowList to true to invert behavior. - # Enter the biomes as namespaced IDs, i.e. thaumcraft:magical_forest - S:biomeList < - > - - # Determines if the list of objects specifies things that are allowed to have this feature, - # instead of listing those that cannot. - B:biomeListIsAllowList=false - - # Whether controlling Thaumcraft vegetation generation is enabled. - B:controlVegetation=false - - # The list of dimensions that will or will not have this feature enabled. - # Defaults to specifying the biomes to block, set DimListIsAllowList to true to invert behavior. - # Use the registered dimension type name - if unsure, use "/forge dimensions list" ingame to see them all. - S:dimList < - > - - # Determines if the list of objects specifies things that are allowed to have this feature, - # instead of listing those that cannot. - B:dimListIsAllowList=false - } - - } - -} - - diff --git a/config - Copy/thaumicaugmentation.cfg b/config - Copy/thaumicaugmentation.cfg deleted file mode 100644 index 44212057..00000000 --- a/config - Copy/thaumicaugmentation.cfg +++ /dev/null @@ -1,457 +0,0 @@ -# Configuration file - -client { - # Sets the maximum distance that bulk-rendered objects like Starfield Glass will render at. - # Increasing this will make these objects not disappear at long range, but may reduce performance. - I:BulkRenderDistance=192 - - # Removes the "Creative Only" text on items that are creative-only normally. - # This is for modpack authors that might want to make these items obtainable. - B:DisableCreativeOnlyText=false - - # Disables all framebuffers used by TA for rendering. - # This will make certain things look ugly, but might fix other issues. - # Currently, only the display in the Celestial Observer uses framebuffers. - # This option is always treated as being enabled when Optifine is detected. - B:DisableFramebuffers=false - - # Disables all shaders used by TA for rendering. - # This will make certain things look ugly, but should prevent issues with shader mods. - # This does not change things for vanilla TC, except for flux rifts if "OptimizedFluxRiftRenderer" is enabled. - B:DisableShaders=false - - # Removes the "Infusion Stabilizer" text on items that act as infusion stabilizers when placed. - # Note that this text only appears after completing the "Infusion" research. - B:DisableStabilizerText=false - - # Allows the Impetus Thruster boost key to be rebindable (with caveats). - # By default, the Impetus Thruster requires holding the jump key to activate it, and is not rebindable. - # This is required to not mess with other mods/content that checks for the jump key, as a normal keybind would conflict. - # However, if you'd rather not use jump for that, enabling this and restarting will make it appear as a normal keybind. - # To properly set it to jump again, you will need to disable this option and restart the game. - B:EnableImpetusThrusterKeybind=false - - # Enables a simple animation where an entity holds their arm out after casting. - # This is a client-side setting. - B:GauntletCastAnimation=true - - # Due to the way Morphic Armor works, some armor items may not play nicely with it. - # This most commonly appears as the armor being invisible in the inventory. - # If that occurs, add its model name here (including variant names, if needed). - # Regular expressions are supported. - S:MorphicArmorExclusions < - extrabitmanipulation:moving_part* - > - - # Overrides Thaumcraft's Flux Rift renderer to use one that is slightly better for performance. - # It probably won't make a major difference as of now, but can help. - # Further work may make this option more useful. - B:OptimizedFluxRiftRenderer=false - - # Disables some unneccessary particle effects. - # This includes the special effect of the casted light, as well as most of the particles on the Metaspatial Accumulator/Extruder - B:ReducedEffects=false -} - - -gameplay { - # Allows TA to apply research to players that are not online. - # This will make things like the Celestial Observer work for them. - # However, it will also cause the player data to be loaded and then written back to disk. - # Due to how this could potentially be misused, it is off by default. - # It is recommended to only enable this for private servers with trusted players. - B:AllowOfflinePlayerResearch=false - - # Allows rift seeds to create Flux Rifts, even if Thaumcraft's wuss mode is enabled. - B:AllowWussRiftSeed=false - - # The default dye colors for the thaumium and void gauntlets when crafted, in that order. - # The dyed color is multiplied with the color of the texture. - # This is a server-side setting. - I:DefaultCastingGauntletColors < - 8022208 - 2498903 - > - - # The default dye color for the Boots of the Riftstrider when crafted. - # The dyed color is multiplied with the color of the texture. - # This is a server-side setting. - I:DefaultVoidBootsColor=6961280 - - # The list of research categories that Thaumic Augmentation will never willingly give research in. - # Sadly Thaumcraft makes all addons have a research category, even if they don't intend on using it. - # This is why cards like "experiment" can give categories that never appear otherwise. - # If you are a TC addon author and you want your mod included/removed from this list, message TheCodex6824 or open an issue/PR on Github. - S:DeniedResearchCategories < - THAUMIC_AUGMENTATION - THAUMIC_TINKERER - THAUMIC_WONDERS - RUSTIC_THAUMATURGY - PERIPHERY - ENGINEERED_GOLEMS - EXPANDEDARCANUM - MECHANICS - > - - # The multipliers that will be applied to the use cooldowns of the Thaumium and Void Metal caster gauntlets. - # Min: 0.0 - # Max: 1.0 - D:GauntletCooldownModifiers < - 0.8 - 0.9 - > - - # The discounts that will be applied to the vis cost of foci used in the thaumium and void metal caster gauntlets. - # Min: 0.0 - # Max: 1.0 - D:GauntletVisDiscounts < - 0.1 - 0.3 - > - - # Makes a few changes to how certain movement, like step height bonuses, are applied. - # This is intended to allow it to work when misbehaving mods are constantly overwriting TA's changes. - B:MovementCompat=false - - # The damage done by the Primal Cutter's material, NOT including the base damage. - # In other words, its total damage will be this number + 4 (3 for being a "sword", and 1 as the minimum) - D:PrimalCutterDamage=6.0 - - # Makes the server calculate positions and velocities from the Boots of the Riftstrider in addition to the client. - # Normally the client is left to update their position, and the server just takes it from the client. - # Unless your server needs accurate position/velocity info for some reason, don't enable this. - B:ServerSideMovementCalculation=false - - # Makes TA eldritch guardians and wardens be undead mobs. - # In vanilla TC, eldritch guardians are undead while wardens are not. - B:UndeadEldritchGuardians=true - - # The boost applied when the wearer jumps. - # This is added to the base jump height of the player. - # Min: 0.0 - # Max: 10.0 - D:VoidBootsJumpBoost=0.4 - - # The boost applied to player movement while in the air. - # This itself is a speed, so it can make movement faster in the air than on the ground. - # Note that sprinting's jump modifier uses this value as well. - # Min: 0.0 - # Max: 10.0 - D:VoidBootsJumpFactor=0.03 - - # The boost applied while the wearer is on the ground, and on dry land. - # This is added to the base movement of the player per tick. - # Min: 0.0 - # Max: 10.0 - D:VoidBootsLandSpeedBoost=0.09 - - # Any speed boosts (not jump) will be divided by this value while sneaking. - # Min: 1.0 - # Max: 10.0 - D:VoidBootsSneakReduction=4.0 - - # The boost applied to the player's step height (while not sneaking). - # This is added to the vanilla default value of 0.6. - # Min: 0.0 - # Max: 10.0 - D:VoidBootsStepHeight=0.67 - - # The boost applied while the wearer is in water. - # This is added to the base movement of the player per tick. - # Min: 0.0 - # Max: 10.0 - D:VoidBootsWaterSpeedBoost=0.045 - - # The extra square area for the voidseer gauntlet, in chunks. - # An area of 3, for example, will mean vis will be taken in a 3x3 chunk area around the caster. - # Note that chunks still need to be loaded to take Vis from them, so the chunk load distance for your - # singleplayer/server is another limiting factor. - # Min: 1 - # Max: 32 - I:VoidseerExtraArea=3 - - ward { - # Allow server operators to always be able to interact with or destroy any warded block/tile. - # For singleplayer see AllowSingleplayerWardOverride. - B:AllowOPWardOverride=false - - # Allows you to always be able to interact with or destroy any warded block/tile while in singleplayer. - # For multiplayer see AllowOPWardOverride. - B:AllowSingleplayerWardOverride=false - - # Disables the ward focus. This will remove the research entry, disable existing wards, and make existing foci do nothing. - # This is a server-side setting, although the ward research may not sync properly if the value is not the same on both sides. - B:DisableWardFocus=false - - # Optionally allows tile entities to be warded in addition to normal blocks. - # While "all" and "none" should be self explanatory, "notick" will - # only allow tiles that do not tick (aka do not implement ITickable). - # Allowing all tiles may be very overpowered - if that is the case, try notick or none. - # Valid values: - # NONE - # NOTICK - # ALL - S:WardTileMode=ALL - } - - impetus { - # The amount of Impetus the Void Shield focus effect consumes to create the shield. - # Note that a proportion of this amount will be consumed to heal a damaged shield. - I:ShieldFocusCost=10 - - # The amount of Impetus the Arcane Terraformer consumes per block terraformed. - I:TerraformerCost=5 - - cannon { - # The amount of Impetus used by the Impulse Cannon's beam attack on initial activation. - # This cost is paid once at the start, and then BeamCostTick will be applied. - I:BeamCostInitial=0 - - # The amount of Impetus used by the Impulse Cannon's beam attack per tick. - # This cost is paid even if nothing is being hit by the beam. - # Supports taking away less than 1 impetus per tick. - D:BeamCostTick=0.0 - - # The amount of damage that the Impulse Cannon's beam attack does. - # The beam attack is the default attack with no augments. - D:BeamDamage=7.5 - - # The range in meters of the Impulse Cannon's beam attack. - D:BeamRange=64.0 - - # The cooldown in ticks between shots of the Impulse Cannon in burst mode. - # Note that this will lock the player out of all Impulse Cannons in their inventory for - # this duration. - I:BurstCooldown=18 - - # The amount of Impetus used by the Impulse Cannon's burst attack per burst. - # This cost is paid even if nothing is being hit by the shot. - I:BurstCost=2 - - # The amount of damage that the Impulse Cannon's burst attack does per shot. - # Note that the damage cooldown of an entity hit by the first 2 rounds of the burst is reset - # to allow the other rounds to do damage. - # Since there are three shots fired by the burst, the effective damage is three times this value. - D:BurstDamage=18.0 - - # The range in meters of the Impulse Cannon's burst attack. - D:BurstRange=48.0 - - # The cooldown in ticks between shots of the Impulse Cannon in railgun mode. - # Note that this will lock the player out of all Impulse Cannons in their inventory for - # this duration. - I:RailgunCooldown=70 - - # The amount of Impetus used by the Impulse Cannon's railgun attack per shot. - # This cost is paid even if nothing is being hit by the shot. - I:RailgunCost=3 - - # The amount of damage that the Impulse Cannon's railgun attack does. - # Note that the beam can pierce through multiple entities, but not blocks. - D:RailgunDamage=65.0 - - # The range in meters of the Impulse Cannon's railgun attack. - D:RailgunRange=128.0 - } - - impetusgenerator { - # The maximum amount of FE that can be held in the generator. - # Note that if this is lower than EnergyPerImpetus, the generator will never - # refill its buffer. - I:BufferSize=3000 - - # The amount of FE generated per point of Impetus. - # Impetus will not be consumed until the internal buffer - # can contain at least this amount more FE. - I:EnergyPerImpetus=1500 - - # The maximum amount of FE that can be extracted per operation. - # This *can* be removed multiple times per tick if energy is being pulled, - # but the generator itself will only attempt to push energy once per tick. - I:MaxExtract=50 - } - - } - - augment { - # The list of dimensions that should count as being in the Emptiness for the overworld modifier. - # If the game automatically changes the Emptiness dim ID, it will be updated here, - # otherwise, you will need to specify it manually if changed. - I:DimensionalModifierEmptinessDims < - 14676 - > - - # The strength of the dimensional modifier in the incorrect dimension. - D:DimensionalModifierEmptinessNegativeFactor=1.0 - - # The strength of the dimensional modifier in the correct dimension. - D:DimensionalModifierEmptinessPostiveFactor=1.5 - - # The list of dimensions that should count as being in the End for the overworld modifier. - I:DimensionalModifierEndDims < - 1 - > - - # The strength of the dimensional modifier in the incorrect dimension. - D:DimensionalModifierEndNegativeFactor=1.0 - - # The strength of the dimensional modifier in the correct dimension. - D:DimensionalModifierEndPostiveFactor=1.5 - - # The list of dimensions that should count as being in the Nether for the overworld modifier. - I:DimensionalModifierNetherDims < - -1 - > - - # The strength of the dimensional modifier in the incorrect dimension. - D:DimensionalModifierNetherNegativeFactor=1.0 - - # The strength of the dimensional modifier in the correct dimension. - D:DimensionalModifierNetherPostiveFactor=1.5 - - # The list of dimensions that should count as being in the Overworld for the overworld modifier. - I:DimensionalModifierOverworldDims < - 0 - > - - # The strength of the dimensional modifier in the incorrect dimension. - D:DimensionalModifierOverworldNegativeFactor=1.0 - - # The strength of the dimensional modifier in the correct dimension. - D:DimensionalModifierOverworldPostiveFactor=1.25 - - # The number to be multiplied into the total effectiveness of the Elemental Modifier for a postive aspect. - D:ElementalModifierNegativeFactor=0.75 - - # The number to be multiplied into the total effectiveness of the Elemental Modifier for a postive aspect. - D:ElementalModifierPostiveFactor=1.75 - - # The minimum benefit the Experience Modifier can provide. - # 1.0 is no benefit, and lower values will reduce effectiveness. - D:ExperienceModifierBase=1.0 - - # The maximum benefit the Experience Modifier can provide. - D:ExperienceModifierCap=2.0 - - # The number the player's level is multiplied by, before being clamped. - # In other words, this controls how many levels it takes to reach the maximum value. - D:ExperienceModifierScaleFactor=0.04 - - # The amount of ticks without hurting things until the frenzy boost wears off. - I:FrenzyModifierCooldown=100 - - # The maximum frenzy level allowed. - I:FrenzyModifierMaxLevel=15 - - # The number the player's frenzy level is multiplied by, before being clamped. - # In other words, this controls how many levels it takes to reach the maximum value, - # and what that maximum value is. - D:FrenzyModifierScaleFactor=0.05 - - # The amount the focus power is multiplied by when the gauntlet has a charged Impetus Conductor. - D:ImpetusConductorFactor=1.1 - } - - harness { - # The vis cost per tick of the unaugmented thaumostatic harness. - D:BaseHarnessCost=0.1 - - # The fly speed of the unaugmented thaumostatic harness. - D:BaseHarnessSpeed=0.05000000074505806 - - # The impetus cost per tick of the elytra harness while boosting. - D:ElytraHarnessBoostCost=0.0375 - - # The vis cost per tick of the thaumostatic harness with the girdle augment. - D:GirdleHarnessCost=0.2 - - # The fly speed of the thaumostatic harness with the girdle augment. - D:GirdleHarnessSpeed=0.06499999761581421 - - # The vis cost per tick of the thaumostatic harness with the gyroscope augment. - D:GyroscopeHarnessCost=0.05 - - # The fly speed of the thaumostatic harness with the gyroscope augment. - D:GyroscopeHarnessSpeed=0.03500000014901161 - } - -} - - -general { - # Completely disables the Thaumic Augmentation coremod. - # It will still appear in the list of loaded coremods, but won't do anything. - # The coremod is a neccessary evil to get warded blocks to behave properly with other mods, - # as well as work around other vanilla and Thaumcraft issues. - B:DisableCoremod=false - - # An optional list of coremod class transformers to disable. - # For advanced users / modpack makers that encounter issues with only a subset of the coremod. - # This takes the fully qualified class name of THE TRANSFORMER CLASS ITSELF, and only does anything if the coremod itself is enabled. - # An example would be adding "thecodex6824.thaumicaugmentation.core.transformer.TransformerBipedRotationCustomTCArmor" without quotes - # to disable the modifications to Thaumcraft's ModelCustomArmor. - # If you do have to add exclusions here, reporting the issues as well would be greatly appreciated. - S:DisabledTransformers < - > -} - - -world { - # Completely disables the Emptiness dimension, *including* all fracture generation. - # This is not the intended way to experience the mod but is included here for modpack authors. - # This is a server-side setting, but will probably cause problems if the client does not have the same value. - B:DisableEmptinessDimension=false - - # The dimension ID to use for the Emptiness dimension. - # If this ID is already taken, a new one will automatically be assigned. - I:EmptinessDimID=14676 - - # The scaling factor applied to distances in the Emptiness dimension. - # For example, the nether has a value of 8 since it multiplies coords by 8. - # Note that move factors for the Emptiness are calculated based on chunk rather than position, so final values - # may be slightly different than expected. - D:EmptinessMoveFactor=16.0 - - # Lists the whitelisted dimensions for fractures (not including the Emptiness dim), and their associated weights. - # The format for each line is dim=weight, with higher weights (compared to lower weights) being more likely to spawn. - # This WILL affect worldgen, so use with caution on existing worlds. - # Default dimensions: 0 = Overworld, -1 = Nether, 1 = End, 7 = Twilight Forest, 17 = Atum 2, - # 20 = Betweenlands, 111 = Lost Cities, 66 = Erebus, 33 = Wizardry (Underworld) - S:FractureDimList < - 0=35 - -1=15 - 1=10 - 7=5 - 17=5 - 20=5 - 66=5 - > - - # The chance for a fracture to generate in a chunk in the Emptiness dimension. - # The approximate chance will be 1 / chance (assuming the chunk meets all other conditions). - # Set this to 0 to stop fractures from spawning completely, but be warned that there is no - # other way in Thaumic Augmentation to access the Emptiness in survival. - I:FractureGenChance=35 - - # How often the location pointed to by the Fracture Locator should be updated, in milliseconds. - # This is a server-side setting. - I:FractureLocatorUpdateInterval=2000 - - # Allows the Eldritch Spire structure to generate in the Emptiness. - # The spire is intended to be a part of the research progression, so removing it is not recommended. - # The structure will never generate if the Emptiness itself is disabled, or if the structure generation world option is disabled. - B:GenerateEldritchSpires=true - - # The absolute minimum distance, in chunks, between generated Eldritch Spires. - I:SpireMinDist=10 - - # The approximate distance, in chunks, between generated Eldritch Spires. - I:SpireSpacing=30 - - # If this is set, fractures that previously found a valid location will always teleport the player, even if it is now invalid. - # Normally, fractures check if there is a fracture at the destination to make sure players can get back. - # This is a server-side setting. - B:ValidFracturesAlwaysTeleport=false -} - - diff --git a/config - Copy/thaumicenergistics.cfg b/config - Copy/thaumicenergistics.cfg deleted file mode 100644 index 7c9cc191..00000000 --- a/config - Copy/thaumicenergistics.cfg +++ /dev/null @@ -1,67 +0,0 @@ -# Configuration file - -general { - - ########################################################################################################## - # essentia container capacity - #--------------------------------------------------------------------------------------------------------# - # Specifies how much a item that holds essentia can hold - # For filling with Essentia Terminal - # Best to set it to how much the item can actually store - ########################################################################################################## - - "essentia container capacity" { - I:"thaumcraft:jar_normal"=250 - I:"thaumcraft:jar_void"=250 - I:"thaumcraft:phial"=10 - } - - "tick rates" { - I:"Arcane Assembler Max"=40 - I:"Arcane Assembler Min"=2 - I:"Essentia Export Bus Max"=60 - I:"Essentia Export Bus Min"=5 - I:"Essentia Import Bus Max"=40 - I:"Essentia Import Bus Min"=5 - I:"Essentia Storage Bus Max"=60 - I:"Essentia Storage Bus Min"=5 - } - - "client config" { - D:"Arcane Assembler Particle Multiplier"=1.0 - S:"Aspect Search Prefix"=# - - # Valid values: - # ENABLED - # DISABLED - # REQUIRE_PREFIX - S:"Aspect Search Setting"=REQUIRE_PREFIX - S:"Mod Search Prefix"=@ - - # Valid values: - # ENABLED - # DISABLED - # REQUIRE_PREFIX - S:"Mod Search Setting"=REQUIRE_PREFIX - - # Valid values: - # AUTOSEARCH - # AUTOSEARCH_KEEP - # MANUAL_SEARCH - # MANUAL_SEARCH_KEEP - # JEI_AUTOSEARCH - # JEI_AUTOSEARCH_KEEP - # JEI_MANUAL_SEARCH - # JEI_MANUAL_SEARCH_KEEP - S:"Search Box Mode"=AUTOSEARCH - - # Valid values: - # TALL - # FULL - # SMALL - S:"Terminal Style"=TALL - } - -} - - diff --git a/config - Copy/thaumicenergistics.properties b/config - Copy/thaumicenergistics.properties deleted file mode 100644 index 5307fba0..00000000 --- a/config - Copy/thaumicenergistics.properties +++ /dev/null @@ -1,3 +0,0 @@ -# Thaumic Energistics config file - -mixin.ae2=true diff --git a/config - Copy/thaumicjei.cfg b/config - Copy/thaumicjei.cfg deleted file mode 100644 index 1b47c071..00000000 --- a/config - Copy/thaumicjei.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration file - -general { - # If true the Aspect from ItemStack json will be created always on startup, if false if will be only be created if it doesn't exist - B:alwaysRecreateAspectFromItemStackFile=false - - # Items blacklisted from the checking in the Aspect For ItemStack. Format: 'minecraft:stone' - S:blacklistedFromAspectChecking < - > - - # Allow the scanning of all items in game to show what items can make aspects. WARNING: This can be performance heavy but it won't add load time to the pack, everything is done in a new thread and it might take a while to appear in game! - B:enableAspectFromItemStacks=true - - # Allow to render the ItemStacks aspects in all GUI - B:forceAspectTooltipInAllGUI=true - - # Hide recipes from JEI if you don't have the research for it - B:hideRecipesIfMissingResearch=false -} - - diff --git a/config - Copy/thaumicjei_itemstack_aspects.json b/config - Copy/thaumicjei_itemstack_aspects.json deleted file mode 100644 index 16206cfe..00000000 --- a/config - Copy/thaumicjei_itemstack_aspects.json +++ /dev/null @@ -1,101573 +0,0 @@ -[ - { - "aspect": "instrumentum", - "items": [ - "{id:\"binniecore:storage\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:3s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_priming\"}},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:flint_and_steel\",Count:8s,Damage:0s}", - "{id:\"minecraft:arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:wooden_shovel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:wooden_pickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:wooden_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_shovel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_pickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:wooden_hoe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_hoe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_hoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_hoe\",Count:4s,Damage:0s}", - "{id:\"minecraft:flint\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:fishing_rod\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:shears\",Count:12s,Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:32}]},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_blocks\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:storage_alloy\",Count:33s,Damage:3s}", - "{id:\"thermalfoundation:glass_alloy\",Count:3s,Damage:3s}", - "{id:\"thermalfoundation:security\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:99s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:163s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:291s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_bronze\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_bronze\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_bronze\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_copper\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_copper\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_tin\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_tin\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_silver\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_silver\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_lead\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_lead\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_aluminum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_aluminum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_nickel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_nickel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_platinum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_platinum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_bronze\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_bronze\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_bronze\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_bronze\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_bronze\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_bronze\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_bronze\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_bronze\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_bronze\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_bronze\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_bronze\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_bronze\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_diamond\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_diamond\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_diamond\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_diamond\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_gold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_gold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_gold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_gold\",Count:4s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_bronze\",Count:15s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:129s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:257s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:674s}", - "{id:\"techreborn:cable\",Count:3s,Damage:5s}", - "{id:\"techreborn:cable\",Count:7s,Damage:6s}", - "{id:\"techreborn:cable\",Count:7s,Damage:7s}", - "{id:\"techreborn:storage\",Count:33s,Damage:5s}", - "{id:\"techreborn:lapotronic_su\",Count:3s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:1s,Damage:0s}", - "{id:\"techreborn:mv_transformer\",Count:4s,Damage:0s}", - "{id:\"techreborn:hv_transformer\",Count:6s,Damage:0s}", - "{id:\"techreborn:ev_transformer\",Count:15s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:alarm\",Count:4s,Damage:0s}", - "{id:\"forestry:ingot_bronze\",Count:5s,Damage:0s}", - "{id:\"forestry:wrench\",Count:15s,Damage:0s}", - "{id:\"forestry:sturdy_machine\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:naturalist_helmet\",Count:3s,Damage:0s}", - "{id:\"forestry:gear_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:bronze_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:bronze_shovel\",Count:3s,Damage:0s}", - "{id:\"forestry:kit_shovel\",Count:2s,Damage:0s}", - "{id:\"forestry:kit_pickaxe\",Count:8s,Damage:0s}", - "{id:\"forestry:analyzer\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:habitat_locator\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:6s,Damage:0s}", - "{id:\"forestry:bottler\",Count:8s,Damage:0s}", - "{id:\"forestry:carpenter\",Count:30s,Damage:0s}", - "{id:\"forestry:centrifuge\",Count:8s,Damage:0s}", - "{id:\"forestry:fermenter\",Count:53s,Damage:0s}", - "{id:\"forestry:moistener\",Count:8s,Damage:0s}", - "{id:\"forestry:squeezer\",Count:8s,Damage:0s}", - "{id:\"forestry:still\",Count:8s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:8s,Damage:0s}", - "{id:\"forestry:raintank\",Count:8s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:33s,Damage:0s}", - "{id:\"forestry:mailbox\",Count:8s,Damage:0s}", - "{id:\"forestry:trade_station\",Count:8s,Damage:0s}", - "{id:\"forestry:habitat_former\",Count:30s,Damage:0s}", - "{id:\"forestry:database\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:grafter\",Count:3s,Damage:0s}", - "{id:\"forestry:genetic_filter\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_crowbar_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_crowbar_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_axe_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_hoe_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_pickaxe_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_shears_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_shovel_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:borehead_bronze\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:borehead_iron\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:borehead_steel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:borehead_diamond\",Count:4s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:5s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:9s}", - "{id:\"railcraft:gear\",Count:26s,Damage:0s}", - "{id:\"railcraft:gear\",Count:11s,Damage:1s}", - "{id:\"railcraft:gear\",Count:11s,Damage:2s}", - "{id:\"railcraft:gear\",Count:15s,Damage:3s}", - "{id:\"railcraft:gear\",Count:26s,Damage:4s}", - "{id:\"railcraft:gear\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_crowbar_seasons\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_spike_maul_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_spike_maul_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pickaxe\",Count:132s,tag:{ench:[{lvl:10s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_shovel\",Count:132s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_axe\",Count:132s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_hoe\",Count:16s,Damage:0s}", - "{id:\"genetics:misc\",Count:8s,Damage:0s}", - "{id:\"genetics:misc\",Count:6s,Damage:10s}", - "{id:\"genetics:machine\",Count:17s,Damage:0s}", - "{id:\"genetics:machine\",Count:28s,Damage:1s}", - "{id:\"genetics:machine\",Count:17s,Damage:2s}", - "{id:\"genetics:machine\",Count:17s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:6s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:17s,Damage:1s}", - "{id:\"genetics:lab_machine\",Count:17s,Damage:2s}", - "{id:\"genetics:lab_machine\",Count:28s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:17s,Damage:4s}", - "{id:\"genetics:adv_machine\",Count:15s,Damage:0s}", - "{id:\"extratrees:machine\",Count:28s,Damage:0s}", - "{id:\"extratrees:machine\",Count:19s,Damage:4s}", - "{id:\"extratrees:machine\",Count:64s,Damage:5s}", - "{id:\"extratrees:machine\",Count:19s,Damage:6s}", - "{id:\"careerbees:ingredients\",Count:5s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_wood\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_stone\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_gold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_diamond\",Count:16s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:3s,Damage:8s}", - "{id:\"extrautils2:miner\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_stone\",Count:3s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:69s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:69s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:5s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:14s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:4s}", - "{id:\"gendustry:apiary.upgrade\",Count:69s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:22s}", - "{id:\"gendustry:apiary.upgrade\",Count:69s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:7s}", - "{id:\"gendustry:apiary.upgrade\",Count:69s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:69s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:6s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:15s}", - "{id:\"gendustry:apiary.upgrade\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:36s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:36s,tag:{charge:100000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:33s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:33s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:bee_receptacle\",Count:18s,Damage:0s}", - "{id:\"gendustry:power_module\",Count:45s,Damage:0s}", - "{id:\"gendustry:climate_module\",Count:33s,Damage:0s}", - "{id:\"gendustry:eject_cover\",Count:18s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:18s,Damage:0s}", - "{id:\"gendustry:error_sensor_cover\",Count:15s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:105s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:90s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:44s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:114s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:100s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:146s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:87s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:87s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:90s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:16s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:16s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:16s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"instrumentum\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"nuclearcraft:helium_collector_compact\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:helium_collector_dense\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:water_source_compact\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_compact\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_dense\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:alloy\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:pickaxe_boron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:shovel_boron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:axe_boron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:hoe_boron\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:pickaxe_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:shovel_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:axe_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:hoe_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_tough\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:pickaxe_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:shovel_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:axe_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:hoe_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_hard_carbon\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:pickaxe_boron_nitride\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:shovel_boron_nitride\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:axe_boron_nitride\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:hoe_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron_nitride\",Count:57s,Damage:0s}", - "{id:\"randomthings:rainshield\",Count:3s,Damage:0s}", - "{id:\"randomthings:blockbreaker\",Count:9s,Damage:0s}", - "{id:\"randomthings:igniter\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:16s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:4s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{id:\"thermaldynamics:duct_64\",Count:3s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:9s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:wooden_sickle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:stone_sickle\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:iron_sickle\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_sickle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_sickle\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_sickle\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_sickle\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:diamond_sickle\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:drill\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:table_wood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:table_stone\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:research_table\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:ingot\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"instrumentum\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"instrumentum\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:24s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_pick\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_shovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_pick\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_hoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:16s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_shovel\",Count:16s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:16s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:62s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:12s,Damage:11s}", - "{id:\"thaumcraft:seal\",Count:12s,Damage:12s}", - "{id:\"thaumcraft:seal\",Count:16s,Damage:16s}", - "{id:\"enderio:block_decoration2\",Count:7s,Damage:8s}", - "{id:\"enderio:block_decoration2\",Count:9s,Damage:9s}", - "{id:\"enderio:block_decoration3\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:3s,tag:{\"enderio:famount\":1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:20s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:20s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:20s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:16s,tag:{enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:20s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_pickaxe\",Count:24s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_pickaxe\",Count:24s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_axe\",Count:24s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_pickaxe\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_pickaxe\",Count:36s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_pickaxe\",Count:36s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_axe\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_axe\",Count:36s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_shovel\",Count:12s,tag:{ench:[{lvl:1s,id:34}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_pickaxe\",Count:12s,tag:{ench:[{lvl:1s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_axe\",Count:12s,tag:{ench:[{lvl:1s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_shovel\",Count:16s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_pickaxe\",Count:16s,tag:{ench:[{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_axe\",Count:16s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_hoe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:minotaur_axe_gold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:minotaur_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:mazebreaker_pickaxe\",Count:16s,tag:{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:block_and_chain\",Count:16s,Damage:0s}", - "{id:\"tconstruct:throwball\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_pickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_shovel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:flint_and_blaze\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:pickaxe_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:shovel_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:axe_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:hoe_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:certus_quartz_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:certus_quartz_hoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:certus_quartz_spade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:certus_quartz_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_hoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_spade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:18s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:18s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:18s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:18s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"agricraft:clipper\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:bound_pickaxe\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:bound_axe\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:bound_shovel\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_axe\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_pickaxe\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_shovel\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:megagun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vivo\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:lyon_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:weapon_parts\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{Parent:0.0f,\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energistic_pickaxe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gemcracker\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:occult_pickaxe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulstone_pickaxe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{Parent:0.0f,\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energistic_shovel\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_shovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:occult_shovel\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_shovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulstone_shovel\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{Parent:0.0f,\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energistic_axe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:occult_axe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulstone_axe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chainsaw\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:1s,Damage:0s}", - "{id:\"aoa3:lyon_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:lyon_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:lyon_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:frame_bench\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pestleandmortar\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:0,color2:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:1,color2:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:2,color2:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:3,color2:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:4,color2:4},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:5,color2:5},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:6,color2:6},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:7,color2:7},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:8,color2:8},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:9,color2:9},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:10,color2:10},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:11,color2:11},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:12,color2:12},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:13,color2:13},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:14,color2:14},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:8s,tag:{color1:15,color2:15},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelpick\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshears\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:miningring\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:20s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:20s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:20s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:20s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:20s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:20s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumpick\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshears\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:glasspick\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:swapring\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thorring\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:obediencestick\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:sextant\",Count:8s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:6s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:5s,Damage:1s}", - "{id:\"botania:forestdrum\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_hoe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:boline\",Count:8s,Damage:0s}", - "{id:\"bloodarsenal:blood_burned_string\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_wooden_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_wooden_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_wooden_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_wooden_sickle\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_iron_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_iron_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_iron_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_iron_sickle\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:bound_sickle\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:bound_shears\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:stasis_axe\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:stasis_pickaxe\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:stasis_shovel\",Count:20s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{id:\"conarm:resist_mat_proj\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_shickaxe\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_shovel\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_pickaxe\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_axe\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_shickaxe\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_shovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_shickaxe\",Count:57s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_shovel\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_pickaxe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_axe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_shovel\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_pickaxe\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_axe\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_shovel\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_pickaxe\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_axe\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_shovel\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_pickaxe\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_axe\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_shovel\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_pickaxe\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_axe\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:dream_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:dream_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:dream_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_paxel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_hoe\",Count:16s,Damage:0s}", - "{id:\"ftbquests:loot_crate_opener\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:fishing_spear\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_shovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_hoe\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonbone_arrow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:10s,Damage:0s}", - "{id:\"iceandfire:amphithere_arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:16s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_block_item\",Count:12s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_block_item\",Count:12s,Damage:0s}", - "{id:\"integratedtunnels:part_player_simulator_item\",Count:18s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:1s,Damage:12s}", - "{id:\"mysticalagriculture:bronze_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:brass_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:gear\",Count:3s,Damage:15s}", - "{id:\"mysticalagriculture:gear\",Count:2s,Damage:16s}", - "{id:\"mysticalagriculture:gear\",Count:1s,Damage:17s}", - "{id:\"mysticalagriculture:charm\",Count:36s,Damage:15s}", - "{id:\"mysticalagriculture:charm\",Count:6s,Damage:17s}", - "{id:\"mysticalagriculture:charm\",Count:6s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_shears\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_shears\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_shears\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_pickaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_shovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_shears\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_pickaxe\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_shovel\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_axe\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_hoe\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_shears\",Count:4s,tag:{},Damage:0s}", - "{id:\"mysticalagradditions:charm\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:inferium_paxel\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:prudentium_paxel\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:intermedium_paxel\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:superium_paxel\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:supremium_paxel\",Count:54s,tag:{},Damage:0s}", - "{id:\"rftools:haste_module\",Count:12s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:3s,Damage:0s}", - "{id:\"rftools:security_manager\",Count:11s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:6s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rod_of_lyssa\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:shears_of_winter\",Count:9s,Damage:0s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:12s,Damage:0s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:9s,Damage:0s}", - "{id:\"storagedrawers:upgrade_one_stack\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_2\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_3\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_lense\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_thaum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_void\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:16s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:seal_copier\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:fracture_locator\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:34s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:34s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:0s}", - "{id:\"woot:upgradeb\",Count:4s,Damage:1s}", - "{id:\"woot:upgradeb\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dpick\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:daxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dshovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:apick\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aaxe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ashovel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ahoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corpick\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:coraxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corshovel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhoe\",Count:16s,Damage:0s}", - "{id:\"abyssalcraft:cobbleu\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumpickaxe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumaxe\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumshovel\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumhoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumpickaxe\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumaxe\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumshovel\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhoe\",Count:16s,Damage:0s}", - "{id:\"abyssalcraft:coin\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_knife\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_quartz\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_quartz\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_quartz\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_quartz\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:wooden_paxel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:stone_paxel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:iron_paxel\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:gold_paxel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:diamond_paxel\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:emerald_paxel\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:obsidian_paxel\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:quartz_paxel\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_crystal_red\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_crystal_red\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_crystal_red\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_red\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_crystal_blue\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_crystal_blue\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_crystal_blue\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_blue\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_light_blue\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_crystal_black\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_crystal_black\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_crystal_black\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_black\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_crystal_green\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_crystal_green\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_crystal_green\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_green\",Count:57s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_crystal_white\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_crystal_white\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_crystal_white\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_white\",Count:39s,Damage:0s}", - "{id:\"buildcraftfactory:mining_well\",Count:9s,Damage:0s}", - "{id:\"techreborn:dust\",Count:5s,Damage:6s}", - "{id:\"techreborn:dust\",Count:5s,Damage:7s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:1s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:2s}", - "{id:\"techreborn:ingot\",Count:1s,Damage:21s}", - "{id:\"techreborn:part\",Count:5s,Damage:32s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:6s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:22s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:22s,tag:{energy:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:5s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:5s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:2s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:2s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:16s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:16s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:15s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:15s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:16s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:16s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:16s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:1s,tag:{energy:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:omnitool\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:omnitool\",Count:16s,tag:{energy:20000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:16s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:16s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:12s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:12s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:12s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:12s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:16s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:wrench\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:frequencytransmitter\",Count:2s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:2s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:13s,Damage:1s}", - "{id:\"techreborn:upgrades\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzesword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzepickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzespade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzehoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzehelmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzechestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeleggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeboots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubypickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyspade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyhoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirepickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirespade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirehoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotpickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotspade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridothoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_pickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_shovel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:lore_book\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_spade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_spade\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_hoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_spade\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_hoe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_weeds\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_crops\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_leaves\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spelunker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:shears_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spawn_inspect\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:mattock\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_wool\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:block_shears\",Count:36s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcrystalpickaxe\",Count:16s,tag:{astralsorcery:{size:2700,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcrystalshovel\",Count:16s,tag:{astralsorcery:{size:900,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcrystalaxe\",Count:16s,tag:{astralsorcery:{size:2700,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemchargedcrystalaxe\",Count:16s,tag:{astralsorcery:{size:2700,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemchargedcrystalpickaxe\",Count:16s,tag:{astralsorcery:{size:2700,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemchargedcrystalshovel\",Count:16s,tag:{astralsorcery:{size:900,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:alien_material_manual\",Count:24s,Damage:0s}", - "{id:\"contenttweaker:fluix_lens\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:modifier_haste\",Count:12s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_aplicator\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_recolector\",Count:34s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:animal_resource_harvester\",Count:29s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:25s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:block_destroyer\",Count:25s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:25s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:oredictionary_converter\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:plant_interactor\",Count:34s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluiddictionary_converter\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:froster\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:20s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:plastic\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"industrialforegoing:meat_feeder\":{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:meat_feeder\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:mob_imprisonment_tool\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:straw\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:2s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:6s}", - "{id:\"industrialforegoing:adult_filter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:30s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:energy_field_addon\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:leaf_shearing\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fortune_addon\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:1s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:2s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:3s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:4s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:5s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:6s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:7s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:8s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:9s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:10s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:11s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:12s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:13s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:14s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:15s}", - "{id:\"plustic:centrifuge\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_shovel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_pickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shovel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_shovel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_greataxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_pickaxe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_shears\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:swift_pick\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodarsenal-guide\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_label\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:flaming_axe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:frost_axe\",Count:16s,Damage:0s}" - ] - }, - { - "aspect": "victus", - "items": [ - "{id:\"minecraft:hay_block\",Count:33s,Damage:0s}", - "{id:\"minecraft:sapling\",Count:5s,Damage:0s}", - "{id:\"minecraft:sapling\",Count:5s,Damage:1s}", - "{id:\"minecraft:sapling\",Count:5s,Damage:2s}", - "{id:\"minecraft:sapling\",Count:5s,Damage:3s}", - "{id:\"minecraft:sapling\",Count:5s,Damage:4s}", - "{id:\"minecraft:sapling\",Count:5s,Damage:5s}", - "{id:\"minecraft:yellow_flower\",Count:1s,Damage:0s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:0s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:1s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:2s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:3s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:4s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:5s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:6s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:7s}", - "{id:\"minecraft:red_flower\",Count:1s,Damage:8s}", - "{id:\"minecraft:slime\",Count:33s,Damage:0s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:0s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:1s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:4s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:5s}", - "{id:\"extrautils2:ironwood_sapling\",Count:5s,Damage:0s}", - "{id:\"extrautils2:ironwood_sapling\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_steam_solid\",Count:5s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_electric\",Count:5s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_creative\",Count:5s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{id:\"minecraft:apple\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:mushroom_stew\",Count:5s,Damage:0s}", - "{id:\"minecraft:wheat_seeds\",Count:1s,Damage:0s}", - "{id:\"minecraft:wheat\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_porkchop\",Count:5s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:13s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:milk_bucket\",Count:10s,Damage:0s}", - "{id:\"minecraft:slime_ball\",Count:5s,Damage:0s}", - "{id:\"minecraft:egg\",Count:5s,Damage:0s}", - "{id:\"minecraft:fish\",Count:5s,Damage:0s}", - "{id:\"minecraft:fish\",Count:5s,Damage:1s}", - "{id:\"minecraft:fish\",Count:5s,Damage:2s}", - "{id:\"minecraft:fish\",Count:5s,Damage:3s}", - "{id:\"minecraft:cooked_fish\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_fish\",Count:5s,Damage:1s}", - "{id:\"minecraft:dye\",Count:2s,Damage:15s}", - "{id:\"minecraft:bone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:2s,Damage:0s}", - "{id:\"minecraft:pumpkin_seeds\",Count:1s,Damage:0s}", - "{id:\"minecraft:melon_seeds\",Count:1s,Damage:0s}", - "{id:\"minecraft:beef\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_beef\",Count:5s,Damage:0s}", - "{id:\"minecraft:chicken\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_chicken\",Count:5s,Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:magma_cream\",Count:3s,Damage:0s}", - "{id:\"minecraft:carrot\",Count:5s,Damage:0s}", - "{id:\"minecraft:potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:baked_potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:golden_carrot\",Count:3s,Damage:0s}", - "{id:\"minecraft:pumpkin_pie\",Count:2s,Damage:0s}", - "{id:\"minecraft:rabbit\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_rabbit\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:11s,Damage:0s}", - "{id:\"minecraft:mutton\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_mutton\",Count:5s,Damage:0s}", - "{id:\"minecraft:beetroot\",Count:5s,Damage:0s}", - "{id:\"minecraft:beetroot_seeds\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:beetroot_soup\",Count:22s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:totem_of_undying\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_ward\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:15s}", - "{id:\"thermalfoundation:bait\",Count:1s,Damage:0s}", - "{id:\"thermalfoundation:bait\",Count:1s,Damage:1s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:1028s}", - "{id:\"draconicevolution:tool_upgrade\",Count:24s,Damage:11s}", - "{id:\"thermalexpansion:florb\",Count:1s,Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"iron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gold\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"pigiron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cobalt\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ardite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"knightslime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alubrass\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"brass\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"copper\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bronze\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"zinc\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lead\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nickel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"silver\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"electrum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"aluminum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidcoralium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidantimatter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"creosote\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crude_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"redstone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"glowstone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ender\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cryotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"aerotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"petrotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"constantan\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vibrant_alloy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"soularium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"construction_alloy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crude_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vivid_alloy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"moltenabyssalnite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"moltenrefinedcoralium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"moltendreadium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"canolaoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refinedcanolaoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystaloil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"empoweredoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_residue\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_residue_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_residue_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heavy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heavy_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heavy_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_dense\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_dense_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_dense_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_distilled\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_distilled_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_distilled_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_dense\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_dense_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_dense_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_heavy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_heavy_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_heavy_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_light\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_light_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_light_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_light\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_light_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_light_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_gaseous\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_gaseous_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_gaseous_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidberylium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcalcium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcalciumcarbonate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidchlorite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluiddeuterium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidglyceryl\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidhelium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidhelium3\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidheliumplasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidhydrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidlithium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidmercury\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidmethane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrocoalfuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrofuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrogendioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidpotassium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsilicon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsodium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsodiumpersulfate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidtritium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidwolframium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcarbon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcarbonfiber\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrocarbon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsulfur\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsodiumsulfide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluiddiesel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrodiesel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsulfuricacid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcompressedair\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidelectrolyzedwater\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidbiofuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bio.ethanol\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"biomass\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"for.honey\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"juice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"milk\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"seed.oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"short.mead\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"plantoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ethanol\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"biodiesel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"concrete\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"uranium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"amber\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"xpjuice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"candied_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"baronyte\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"elecanium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ghastly\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ghoulish\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"limonite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lunar\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lyon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mystite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rosite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"shyrestone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"skeletal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"varsium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"charger\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.growth.medium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.bacteria\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.bacteria.poly\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.dna.raw\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.bacteria.vector\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.sap\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.resin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.latex\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.turpentine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.banana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.lemon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.lime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.orange\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.peach\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.plum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.carrot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.tomato\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.cranberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.grapefruit\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.olive\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.pineapple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.pear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.white.grape\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.red.grape\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.cider.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.banana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.cider.peach\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.ciderpear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.plum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.carrot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.white\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.red\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.sparkling\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.agave\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.fermented.potatoes\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.citrus\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.cranberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.pineapple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.tomato\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.ale\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.lager\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.wheat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.rye\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.corn\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.stout\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.grain\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.wheat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.rye\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.corn\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.spirit.neutral\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.vodka\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.rum.white\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.rum.dark\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey.corn\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey.rye\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey.wheat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.fortified\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.tequila\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.grape\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.pear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.plum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.citrus\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.fruit\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.spirit.sugarcane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.spirit.gin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.pear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.fruit\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.almond\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.orange\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.banana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.mint\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.hazelnut\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.cinnamon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.coffee\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.melon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.anise\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.peach\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.lemon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.herbal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.blackcurrant\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.blackberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.raspberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sand\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"honey\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blood\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"poison\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hot_spring_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_lp\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"eternal_dragon_fire\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dimensional_essence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_void\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"overworldian_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"enriched_canola_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nethengeic_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_uu_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"spatial_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dense_plasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dragons_blood_plastic\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fossile_refined_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"aerial_moonshine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"spicy_pyrotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"luminous_lava\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cosmic_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nightly_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sunstruck_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crepuscular_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"seared_grave_stone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"astral_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_madness\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ethereal_fabric\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ghostly_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_life\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lymph_of_pixonia\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"galactic_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"milkiest_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alchemical_goo\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"twilight_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"weakened_cryotheoum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lving_gold_nak\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chaotic_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nightmarish_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"twilight_fire\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"universal_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"shyre_weed_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"energized_mulch\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hyperdense_plasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cursed_myrmitite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"netrino_plasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"decomposed_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"atomic_nuclei\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"electrons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bosons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"protons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"neutrons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"higgs\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gravitrons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"strings\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"muons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fiery_peat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"halite_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hint_of_insanity\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hint_of_divinity\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"magnatar_stabilizer\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_realmite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_arlemite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_rupee\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_netherite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lumiotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"eptane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gluons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"quarks\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"leptons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"demonic_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"corrosive_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"destructive_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vengeful_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"steadfast_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bloodmaster_metal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dreadite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dreaded_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sednanite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluctuatite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vibranium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rhenium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"myrmitite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"candyte\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"palladium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vityte\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"polonium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ogerite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"primal_ogerite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lunastone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chalcedony\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"brightsteel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"caesium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"strontium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rubidium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chaos\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"abyssite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"eternal_fabric\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"formic_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mutagen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquiddna\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"protein\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystal_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"essence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"meat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"latex\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sewage\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sludge\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"biofuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"if.pink_slime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"if.protein\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"menrilresin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidchorus\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oxygen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hydrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"deuterium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tritium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"helium3\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"helium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidhelium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_nitrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"neutron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"methanol\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"radaway\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"radaway_slow\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nitrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluorine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"carbon_dioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"carbon_monoxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ethene\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluoromethane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ammonia\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oxygen_difluoride\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"diborane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfur_dioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfur_trioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hydrofluoric_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boric_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfuric_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boron_nitride_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluorite_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"calcium_sulfate_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sodium_fluoride_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"potassium_fluoride_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sodium_hydroxide_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"potassium_hydroxide_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"borax_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chocolate_liquor\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cocoa_butter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"unsweetened_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dark_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"milk_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sugar\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gelatin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hydrated_gelatin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"marshmallow\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"exhaust_steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"low_pressure_steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"low_quality_steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"preheated_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"condensate_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nak\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nak_hot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"osmium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"manasteel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"psi\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ivorypsi\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refinediron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alumite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"elementium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mirion\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"thaumium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"starmetal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"swamp_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"stagnant_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tar\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rubber\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nutrient_distillation\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ender_distillation\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vapor_of_levity\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hootch\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rocket_fuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_sunshine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cloud_seed\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cloud_seed_concentrated\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_fertilizer\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rocketfuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"flux_goo\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_death\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"purifying_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"stone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"clay\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dirt\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blueslime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"purpleslime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lifeessence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blockfluiddirt\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blockfluidantimatter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refined_life_essence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"astralsorcery.liquidstarlight\"},Damage:0s}", - "{id:\"techreborn:rubber_sapling\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:book_forester\",Count:3s,Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeOak\",UID0:\"forestry.treeOak\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitApple\",UID0:\"forestry.fruitApple\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeDarkOak\",UID0:\"forestry.treeDarkOak\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeBirch\",UID0:\"forestry.treeBirch\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeLime\",UID0:\"forestry.treeLime\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeWalnut\",UID0:\"forestry.treeWalnut\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitWalnut\",UID0:\"forestry.fruitWalnut\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeChestnut\",UID0:\"forestry.treeChestnut\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitChestnut\",UID0:\"forestry.fruitChestnut\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeCherry\",UID0:\"forestry.treeCherry\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitCherry\",UID0:\"forestry.fruitCherry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeLemon\",UID0:\"forestry.treeLemon\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitLemon\",UID0:\"forestry.fruitLemon\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePlum\",UID0:\"forestry.treePlum\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitPlum\",UID0:\"forestry.fruitPlum\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeMaple\",UID0:\"forestry.treeMaple\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeSpruce\",UID0:\"forestry.treeSpruce\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeLarch\",UID0:\"forestry.treeLarch\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePine\",UID0:\"forestry.treePine\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeSequoia\",UID0:\"forestry.treeSequoia\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i3d\",UID0:\"forestry.i3d\",Slot:8b},{UID1:\"forestry.fireproofTrue\",UID0:\"forestry.fireproofTrue\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeGigant\",UID0:\"forestry.treeGigant\",Slot:0b},{UID1:\"forestry.heightGigantic\",UID0:\"forestry.heightGigantic\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlowest\",UID0:\"forestry.maturationSlowest\",Slot:7b},{UID1:\"forestry.i4d\",UID0:\"forestry.i4d\",Slot:8b},{UID1:\"forestry.fireproofTrue\",UID0:\"forestry.fireproofTrue\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeJungle\",UID0:\"forestry.treeJungle\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitCocoa\",UID0:\"forestry.fruitCocoa\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeTeak\",UID0:\"forestry.treeTeak\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeIpe\",UID0:\"forestry.treeIpe\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeKapok\",UID0:\"forestry.treeKapok\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeEbony\",UID0:\"forestry.treeEbony\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i3d\",UID0:\"forestry.i3d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeZebrawood\",UID0:\"forestry.treeZebrawood\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeMahogony\",UID0:\"forestry.treeMahogony\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeAcaciaVanilla\",UID0:\"forestry.treeAcaciaVanilla\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeAcacia\",UID0:\"forestry.treeAcacia\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePadauk\",UID0:\"forestry.treePadauk\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeBalsa\",UID0:\"forestry.treeBalsa\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsHigh\",UID0:\"forestry.saplingsHigh\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeCocobolo\",UID0:\"forestry.treeCocobolo\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeWenge\",UID0:\"forestry.treeWenge\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeBaobab\",UID0:\"forestry.treeBaobab\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i3d\",UID0:\"forestry.i3d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeMahoe\",UID0:\"forestry.treeMahoe\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessHigh\",UID0:\"forestry.sappinessHigh\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlowest\",UID0:\"forestry.maturationSlowest\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeWillow\",UID0:\"forestry.treeWillow\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeSipiri\",UID0:\"forestry.treeSipiri\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePapaya\",UID0:\"forestry.treePapaya\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitPapaya\",UID0:\"forestry.fruitPapaya\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeDate\",UID0:\"forestry.treeDate\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitDates\",UID0:\"forestry.fruitDates\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePoplar\",UID0:\"forestry.treePoplar\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"orchardapple\",UID0:\"orchardapple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitApple\",UID0:\"extratrees.fruitApple\",Slot:3b},{UID1:\"forestry.yieldHigher\",UID0:\"forestry.yieldHigher\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sweetcrabapple\",UID0:\"sweetcrabapple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCrabapple\",UID0:\"extratrees.fruitCrabapple\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"floweringcrabapple\",UID0:\"floweringcrabapple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCrabapple\",UID0:\"extratrees.fruitCrabapple\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"prairiecrabapple\",UID0:\"prairiecrabapple\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitCrabapple\",UID0:\"extratrees.fruitCrabapple\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackthorn\",UID0:\"blackthorn\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBlackthorn\",UID0:\"extratrees.fruitBlackthorn\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cherryplum\",UID0:\"cherryplum\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCherry_plum\",UID0:\"extratrees.fruitCherry_plum\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"peach\",UID0:\"peach\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitPeach\",UID0:\"extratrees.fruitPeach\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"nectarine\",UID0:\"nectarine\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitNectarine\",UID0:\"extratrees.fruitNectarine\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"apricot\",UID0:\"apricot\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitApricot\",UID0:\"extratrees.fruitApricot\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"almond\",UID0:\"almond\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitAlmond\",UID0:\"extratrees.fruitAlmond\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"wildcherry\",UID0:\"wildcherry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitWild_cherry\",UID0:\"extratrees.fruitWild_cherry\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sourcherry\",UID0:\"sourcherry\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitSour_cherry\",UID0:\"extratrees.fruitSour_cherry\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackcherry\",UID0:\"blackcherry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitBlack_cherry\",UID0:\"extratrees.fruitBlack_cherry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"orange\",UID0:\"orange\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitOrange\",UID0:\"extratrees.fruitOrange\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"manderin\",UID0:\"manderin\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitManderin\",UID0:\"extratrees.fruitManderin\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"satsuma\",UID0:\"satsuma\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitSatsuma\",UID0:\"extratrees.fruitSatsuma\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"tangerine\",UID0:\"tangerine\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitTangerine\",UID0:\"extratrees.fruitTangerine\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"lime\",UID0:\"lime\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitLime\",UID0:\"extratrees.fruitLime\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"keylime\",UID0:\"keylime\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitKey_lime\",UID0:\"extratrees.fruitKey_lime\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"fingerlime\",UID0:\"fingerlime\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitFinger_lime\",UID0:\"extratrees.fruitFinger_lime\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pomelo\",UID0:\"pomelo\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitPomelo\",UID0:\"extratrees.fruitPomelo\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"grapefruit\",UID0:\"grapefruit\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitGrapefruit\",UID0:\"extratrees.fruitGrapefruit\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"kumquat\",UID0:\"kumquat\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitKumquat\",UID0:\"extratrees.fruitKumquat\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"citron\",UID0:\"citron\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCitron\",UID0:\"extratrees.fruitCitron\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"buddhahand\",UID0:\"buddhahand\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBuddha_hand\",UID0:\"extratrees.fruitBuddha_hand\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"banana\",UID0:\"banana\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBanana\",UID0:\"extratrees.fruitBanana\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"redbanana\",UID0:\"redbanana\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitRed_banana\",UID0:\"extratrees.fruitRed_banana\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"plantain\",UID0:\"plantain\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitPlatain\",UID0:\"extratrees.fruitPlatain\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"butternut\",UID0:\"butternut\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitButternut\",UID0:\"extratrees.fruitButternut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rowan\",UID0:\"rowan\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hemlock\",UID0:\"hemlock\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"ash\",UID0:\"ash\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"alder\",UID0:\"alder\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"beech\",UID0:\"beech\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBeechnut\",UID0:\"extratrees.fruitBeechnut\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"copperbeech\",UID0:\"copperbeech\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBeechnut\",UID0:\"extratrees.fruitBeechnut\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"aspen\",UID0:\"aspen\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"yew\",UID0:\"yew\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cypress\",UID0:\"cypress\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"douglasfir\",UID0:\"douglasfir\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hazel\",UID0:\"hazel\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitHazelnut\",UID0:\"extratrees.fruitHazelnut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sycamore\",UID0:\"sycamore\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitFig\",UID0:\"extratrees.fruitFig\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"whitebeam\",UID0:\"whitebeam\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hawthorn\",UID0:\"hawthorn\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pecan\",UID0:\"pecan\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitPecan\",UID0:\"extratrees.fruitPecan\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"elm\",UID0:\"elm\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"elder\",UID0:\"elder\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitElderberry\",UID0:\"extratrees.fruitElderberry\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"holly\",UID0:\"holly\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hornbeam\",UID0:\"hornbeam\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sallow\",UID0:\"sallow\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"acornoak\",UID0:\"acornoak\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitAcorn\",UID0:\"extratrees.fruitAcorn\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"fir\",UID0:\"fir\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cedar\",UID0:\"cedar\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"olive\",UID0:\"olive\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitOlive\",UID0:\"extratrees.fruitOlive\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"redmaple\",UID0:\"redmaple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessHigh\",UID0:\"forestry.sappinessHigh\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"balsamfir\",UID0:\"balsamfir\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"loblollypine\",UID0:\"loblollypine\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sweetgum\",UID0:\"sweetgum\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsHigh\",UID0:\"forestry.saplingsHigh\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"locust\",UID0:\"locust\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pear\",UID0:\"pear\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitPear\",UID0:\"extratrees.fruitPear\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"osangeorange\",UID0:\"osangeorange\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitOsange_orange\",UID0:\"extratrees.fruitOsange_orange\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"oldfustic\",UID0:\"oldfustic\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"brazilwood\",UID0:\"brazilwood\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"logwood\",UID0:\"logwood\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rosewood\",UID0:\"rosewood\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"purpleheart\",UID0:\"purpleheart\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"iroko\",UID0:\"iroko\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"gingko\",UID0:\"gingko\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitGingko_nut\",UID0:\"extratrees.fruitGingko_nut\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"brazilnut\",UID0:\"brazilnut\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBrazil_nut\",UID0:\"extratrees.fruitBrazil_nut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rosegum\",UID0:\"rosegum\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlowest\",UID0:\"forestry.maturationSlowest\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"swampgum\",UID0:\"swampgum\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"box\",UID0:\"box\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"clove\",UID0:\"clove\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitClove\",UID0:\"extratrees.fruitClove\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"coffee\",UID0:\"coffee\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCoffee\",UID0:\"extratrees.fruitCoffee\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"monkeypuzzle\",UID0:\"monkeypuzzle\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rainbowgum\",UID0:\"rainbowgum\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pinkivory\",UID0:\"pinkivory\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackcurrant\",UID0:\"blackcurrant\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitBlackcurrant\",UID0:\"extratrees.fruitBlackcurrant\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"redcurrant\",UID0:\"redcurrant\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitRedcurrant\",UID0:\"extratrees.fruitRedcurrant\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackberry\",UID0:\"blackberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBlackberry\",UID0:\"extratrees.fruitBlackberry\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"raspberry\",UID0:\"raspberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitRaspberry\",UID0:\"extratrees.fruitRaspberry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blueberry\",UID0:\"blueberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBlueberry\",UID0:\"extratrees.fruitBlueberry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cranberry\",UID0:\"cranberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCranberry\",UID0:\"extratrees.fruitCranberry\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"juniper\",UID0:\"juniper\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitJuniper\",UID0:\"extratrees.fruitJuniper\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"gooseberry\",UID0:\"gooseberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsHigh\",UID0:\"forestry.saplingsHigh\",Slot:2b},{UID1:\"extratrees.fruitGooseberry\",UID0:\"extratrees.fruitGooseberry\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"goldenraspberry\",UID0:\"goldenraspberry\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitGolden_raspberry\",UID0:\"extratrees.fruitGolden_raspberry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFastest\",UID0:\"forestry.maturationFastest\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cinnamon\",UID0:\"cinnamon\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"coconut\",UID0:\"coconut\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitCoconut\",UID0:\"extratrees.fruitCoconut\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cashew\",UID0:\"cashew\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCashew\",UID0:\"extratrees.fruitCashew\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"avocado\",UID0:\"avocado\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitAvocado\",UID0:\"extratrees.fruitAvocado\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"nutmeg\",UID0:\"nutmeg\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitNutmeg\",UID0:\"extratrees.fruitNutmeg\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"allspice\",UID0:\"allspice\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitAllspice\",UID0:\"extratrees.fruitAllspice\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"chilli\",UID0:\"chilli\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitChilli\",UID0:\"extratrees.fruitChilli\",Slot:3b},{UID1:\"forestry.yieldHigher\",UID0:\"forestry.yieldHigher\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"staranise\",UID0:\"staranise\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitStar_anise\",UID0:\"extratrees.fruitStar_anise\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"mango\",UID0:\"mango\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitMango\",UID0:\"extratrees.fruitMango\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"starfruit\",UID0:\"starfruit\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitStarfruit\",UID0:\"extratrees.fruitStarfruit\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"candlenut\",UID0:\"candlenut\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitCandlenut\",UID0:\"extratrees.fruitCandlenut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:5s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"dwarfhazel\",UID0:\"dwarfhazel\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitHazelnut\",UID0:\"extratrees.fruitHazelnut\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:tree_chest\",Count:18s,Damage:0s}", - "{id:\"bewitchment:amethyst_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:cyan_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cypress_sapling\",Count:5s,Damage:0s}", - "{id:\"bewitchment:elder_sapling\",Count:5s,Damage:0s}", - "{id:\"bewitchment:juniper_sapling\",Count:5s,Damage:0s}", - "{id:\"bewitchment:cypress_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:elder_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:juniper_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cypress_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_chest\",Count:6s,Damage:0s}", - "{id:\"bewitchment:cypress_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:elder_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:juniper_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:cypress_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_juniper\",Count:4s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_cypress\",Count:4s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_elder\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:1s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:2s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:3s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:4s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:5s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:6s}", - "{id:\"biomesoplenty:sapling_0\",Count:5s,Damage:7s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:1s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:2s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:3s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:4s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:5s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:6s}", - "{id:\"biomesoplenty:sapling_1\",Count:5s,Damage:7s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:1s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:2s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:3s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:4s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:5s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:6s}", - "{id:\"biomesoplenty:sapling_2\",Count:5s,Damage:7s}", - "{id:\"extracells:walrus\",Count:30s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:9s,Damage:15s}", - "{id:\"extrautils2:ingredients\",Count:6s,Damage:16s}", - "{id:\"extrautils2:machine\",Count:1s,Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:furnace\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:crusher\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:enchanter\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_survival\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_culinary\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_lava\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_redstone\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_ender\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_potion\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_pink\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_overclock\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_tnt\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_netherstar\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_dragonsbreath\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_ice\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_death\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_enchant\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_slime\"},Damage:0s}", - "{id:\"extrautils2:rainbowgenerator\",Count:6s,Damage:1s}", - "{id:\"extrautils2:rainbowgenerator\",Count:6s,Damage:2s}", - "{id:\"extrautils2:magicapple\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:hell\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:sky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:frozen_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:frozen_river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:ice_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mushroom_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mushroom_island_shore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:beaches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:desert_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:smaller_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:jungle_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:deep_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:stone_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:cold_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:taiga_cold_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:gravel_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:white_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:origin_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:alps\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:bamboo_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:bayou\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:bog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:boreal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:brushland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:chaparral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:cherry_blossom_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:cold_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:crag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:dead_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:dead_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:eucalyptus_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:fen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:flower_field\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:grassland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:highland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:land_of_lakes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:lavender_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:lush_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:lush_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:mangrove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:maple_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:meadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:moor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:mountain\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:mystic_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:ominous_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:orchard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:overgrown_cliffs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:prairie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:quagmire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:redwood_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:sacred_springs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:seasonal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:shield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:snowy_coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:steppe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:temperate_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:tropical_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:wetland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:woodland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:xeric_shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:alps_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:mountain_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:redwood_forest_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:pasture\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:oasis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:snowy_tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:coral_reef\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:kelp_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:origin_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:tropical_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:volcanic_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:flower_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:corrupted_sands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:fungi_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:phantasmagoric_inferno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:undergarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"biomesoplenty:visceral_heap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"randomthings:spectral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"jeid:error_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thaumcraft:magical_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thaumcraft:eerie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thaumcraft:eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_lake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:dense_twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_stream\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:twilight_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:oak_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:firefly_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:deep_mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:dark_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:enchanted_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:fire_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:dark_forest_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:highlands_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:thornlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"twilightforest:spooky_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"buildcraftenergy:oil_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"buildcraftenergy:oil_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"appliedenergistics2:storage_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:abyss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:ancient_cavern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:barathos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:candyland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:celeve\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"minecraft:mutated_mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:creeponia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:crystevia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:deeplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:dustopia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:gardencia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:greckon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:haven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:immortallis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:iromine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:lborean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:lelyetia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:lunalus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:mysterium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:precasia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:runandor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:shyrelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aoa3:vox_ponds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:eden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:wildwood\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:apalachia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:skythern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:mortum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:iceika\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:arcana\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"divinerpg:vethea\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:underground_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:volcanic_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:subterranean_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:elysian_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:ulterior_outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:fungal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:submerged_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:fields_sub_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"erebus:petrified_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"iceandfire:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"integrateddynamics:biome_meneglin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"nuclearcraft:nuclear_wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thaumicaugmentation:emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thaumicaugmentation:tainted_lands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thaumicaugmentation:emptiness_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:darklands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:darklands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:darklands_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:darklands_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:darklands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:coralium_infested_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:abyssal_wastelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:purified_dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:dreadlands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:dreadlands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:omothol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:dark_realm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"abyssalcraft:purged\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:moon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:alien forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:hotdryrock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:space\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:stormland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:crystalchasms\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:deepswamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:oceanspires\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:moondark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:volcanic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"advancedrocketry:volcanicbarren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"aether_legacy:aether_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"dimdoors:limbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"dimdoors:white_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"dimdoors:black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"dimdoors:dangerous_black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:patchy_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:swamplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:deep_waters\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:coarse_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:raised_isles\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:sludge_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:marsh_0\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:marsh_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:swamplands_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:3s,tag:{Biome:\"thebetweenlands:sludge_plains_clearing\"},Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:3s,Damage:1s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:2s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:5s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:6s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:7s}", - "{id:\"extrautils2:terraformer\",Count:8s,Damage:9s}", - "{id:\"thaumadditions:odour_powder\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:zeith_fur\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:blue_bone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"victus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"thaumadditions:chester\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:45s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:45s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:101s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:227s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:500s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:33s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:15s,Damage:3s}", - "{id:\"nuclearcraft:part\",Count:33s,Damage:10s}", - "{id:\"nuclearcraft:dominos\",Count:3s,Damage:0s}", - "{id:\"randomthings:fertilizeddirt\",Count:3s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:0s}", - "{id:\"randomthings:slimecube\",Count:15s,Damage:0s}", - "{id:\"randomthings:spectresapling\",Count:5s,Damage:0s}", - "{id:\"randomthings:plate_bouncy\",Count:1s,Damage:0s}", - "{id:\"randomthings:beanstew\",Count:3s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:1s}", - "{id:\"openblocks:sponge\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:golden_egg\",Count:3s,Damage:0s}", - "{id:\"openblocks:generic\",Count:5s,Damage:5s}", - "{id:\"openblocks:slimalyzer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:squeegee\",Count:6s,Damage:0s}", - "{id:\"openblocks:tasty_clay\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:dev_null\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sponge_on_a_stick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:3s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:2s,Damage:3s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:420s}", - "{id:\"projectred-core:resource_item\",Count:67s,Damage:421s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:500s}", - "{id:\"projectred-integration:gate\",Count:11s,Damage:16s}", - "{id:\"projectred-integration:gate\",Count:9s,Damage:22s}", - "{id:\"projectred-integration:gate\",Count:9s,Damage:28s}", - "{id:\"projectred-integration:gate\",Count:1s,Damage:29s}", - "{id:\"projectred-integration:gate\",Count:12s,Damage:30s}", - "{id:\"projectred-integration:gate\",Count:1s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:1s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:17s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:18s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:19s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:20s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:21s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:22s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:23s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:24s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:25s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:26s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:27s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:28s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:29s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:30s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:31s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:2s,Damage:33s}", - "{id:\"projectred-transmission:framed_wire\",Count:2s,Damage:17s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:16s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:0s}", - "{id:\"projectred-transportation:pipe\",Count:9s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:aliensapling\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:sapling_greatwood\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:log_greatwood\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:plank_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:stairs_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:taint_crust\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:nitor_white\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench_charger\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:alembic\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:hungry_chest\",Count:5s,Damage:0s}", - "{id:\"divinerpg:skeleton_pumpkin\",Count:30s,Damage:0s}", - "{id:\"divinerpg:aqua_torch\",Count:1s,Damage:0s}", - "{id:\"divinerpg:skeleton_torch\",Count:1s,Damage:0s}", - "{id:\"divinerpg:white_steel\",Count:1s,Damage:0s}", - "{id:\"divinerpg:aquatonic_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:milky_lamp\",Count:7s,Damage:0s}", - "{id:\"divinerpg:bone_chest\",Count:30s,Damage:0s}", - "{id:\"divinerpg:divine_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:frozen_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:eden_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:wildwood_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:apalachia_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:skythern_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:mortum_sapling\",Count:5s,Damage:0s}", - "{id:\"divinerpg:aqua_ball\",Count:7s,Damage:0s}", - "{id:\"divinerpg:aquatic_blaze_rod\",Count:5s,Damage:0s}", - "{id:\"divinerpg:healing_stone\",Count:2s,Damage:0s}", - "{id:\"divinerpg:advanced_mushroom_stew\",Count:3s,Damage:0s}", - "{id:\"divinerpg:chicken_dinner\",Count:6s,Damage:0s}", - "{id:\"divinerpg:donut\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"victus\"}]},Damage:0s}", - "{id:\"thaumcraft:chunk\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:chunk\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:chunk\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:chunk\",Count:5s,Damage:3s}", - "{id:\"thaumcraft:chunk\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:chunk\",Count:5s,Damage:5s}", - "{id:\"thaumcraft:triple_meat_treat\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:brain\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"victus\"}]},Damage:1s}", - "{id:\"thaumcraft:sanity_soap\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:bath_salts\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:15s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:15s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:charm_undying\",Count:23s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:7s}", - "{id:\"thaumcraft:seal\",Count:7s,Damage:8s}", - "{id:\"tombstone:decorative_grave_simple\",Count:2s,Damage:1s}", - "{id:\"tombstone:decorative_grave_normal\",Count:3s,Damage:1s}", - "{id:\"tombstone:decorative_grave_cross\",Count:3s,Damage:1s}", - "{id:\"tombstone:decorative_tombstone\",Count:3s,Damage:1s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:3s,Damage:1s}", - "{id:\"tombstone:decorative_grave_original\",Count:3s,Damage:1s}", - "{id:\"tombstone:dark_marble\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_recall\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_recall\",Count:1s,tag:{ancient:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_cupidity\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:1s,tag:{dead_pet:{id:\"minecraft:cat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:bone_needle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:impregnated_diamond\",Count:2s,Damage:0s}", - "{id:\"enderio:item_material\",Count:4s,Damage:65s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_ender_food\",Count:11s,Damage:0s}", - "{id:\"enderio:item_owl_egg\",Count:5s,Damage:0s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:3s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:12s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:9s,Damage:0s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:lifedrain_scepter\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:shield_scepter\",Count:9s,Damage:0s}", - "{id:\"twilightforest:liveroot\",Count:6s,Damage:0s}", - "{id:\"twilightforest:ironwood_raw\",Count:6s,Damage:0s}", - "{id:\"twilightforest:raw_venison\",Count:5s,Damage:0s}", - "{id:\"twilightforest:cooked_venison\",Count:5s,Damage:0s}", - "{id:\"twilightforest:hydra_chop\",Count:25s,Damage:0s}", - "{id:\"twilightforest:fiery_blood\",Count:22s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:8s}", - "{id:\"twilightforest:raw_meef\",Count:5s,Damage:0s}", - "{id:\"twilightforest:cooked_meef\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:meef_stroganoff\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:moonworm_queen\",Count:36s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_1\",Count:10s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_2\",Count:30s,Damage:0s}", - "{id:\"twilightforest:root\",Count:10s,Damage:1s}", - "{id:\"twilightforest:firefly\",Count:2s,Damage:0s}", - "{id:\"twilightforest:cicada\",Count:2s,Damage:0s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:0s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:1s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:2s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:3s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:4s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:5s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:6s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:7s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:8s}", - "{id:\"twilightforest:twilight_sapling\",Count:5s,Damage:9s}", - "{id:\"twilightforest:moonworm\",Count:2s,Damage:0s}", - "{id:\"twilightforest:uberous_soil\",Count:15s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:11s,Damage:1s}", - "{id:\"tconstruct:soil\",Count:11s,Damage:2s}", - "{id:\"tconstruct:soil\",Count:1s,Damage:3s}", - "{id:\"tconstruct:soil\",Count:12s,Damage:5s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:1s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:2s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:3s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:4s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:0s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:1s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:2s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:3s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:4s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:1s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:2s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:3s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:4s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:15s,Damage:0s}", - "{id:\"tconstruct:slime_grass\",Count:15s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:15s,Damage:10s}", - "{id:\"tconstruct:slime_sapling\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_sapling\",Count:5s,Damage:1s}", - "{id:\"tconstruct:slime_sapling\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:4s}", - "{id:\"natura:materials\",Count:3s,Damage:2s}", - "{id:\"natura:seed_bags\",Count:6s,Damage:0s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:1s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:2s}", - "{id:\"natura:colored_grass\",Count:3s,Damage:0s}", - "{id:\"natura:colored_grass\",Count:2s,Damage:1s}", - "{id:\"natura:colored_grass\",Count:2s,Damage:2s}", - "{id:\"natura:colored_grass_slab\",Count:1s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_topiary\",Count:3s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_bluegrass\",Count:2s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_autumnal\",Count:2s,Damage:0s}", - "{id:\"natura:overworld_sapling\",Count:5s,Damage:0s}", - "{id:\"natura:overworld_sapling\",Count:5s,Damage:1s}", - "{id:\"natura:overworld_sapling\",Count:5s,Damage:2s}", - "{id:\"natura:overworld_sapling\",Count:5s,Damage:3s}", - "{id:\"natura:overworld_sapling2\",Count:5s,Damage:0s}", - "{id:\"natura:overworld_sapling2\",Count:5s,Damage:1s}", - "{id:\"natura:overworld_sapling2\",Count:5s,Damage:2s}", - "{id:\"natura:overworld_sapling2\",Count:5s,Damage:3s}", - "{id:\"natura:redwood_sapling\",Count:5s,Damage:0s}", - "{id:\"natura:nether_sapling\",Count:5s,Damage:0s}", - "{id:\"natura:nether_sapling\",Count:5s,Damage:1s}", - "{id:\"natura:nether_sapling\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"agricraft:journal\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetian_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shroomic_greatblade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasian_slugger\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:camo_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rejuvenation_staff\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_blaster\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:chilli\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystite_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:skeletal_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:chestbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:footbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:legbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:skullbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:life_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:cup\",Count:3s,Damage:0s}", - "{id:\"aoa3:eye_bulb\",Count:5s,Damage:0s}", - "{id:\"aoa3:holly_top_petals\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory\",Count:5s,Damage:0s}", - "{id:\"aoa3:jungle_thorns\",Count:5s,Damage:0s}", - "{id:\"aoa3:mushroom_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:orange_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosid_root\",Count:5s,Damage:0s}", - "{id:\"aoa3:sharp_claw\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_red_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:sticky_slime\",Count:5s,Damage:0s}", - "{id:\"aoa3:tea_shreddings\",Count:5s,Damage:0s}", - "{id:\"aoa3:thorny_petals\",Count:5s,Damage:0s}", - "{id:\"aoa3:whitewashing_solution\",Count:10s,Damage:0s}", - "{id:\"aoa3:yellow_spores\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_horn\",Count:33s,Damage:0s}", - "{id:\"aoa3:boulder_dash\",Count:1s,Damage:0s}", - "{id:\"aoa3:petals\",Count:3s,Damage:0s}", - "{id:\"aoa3:shroom_stone\",Count:19s,Damage:0s}", - "{id:\"aoa3:mysterium_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:precasian_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:agility_tablet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:breeding_tablet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:cleansing_tablet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distortion_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravity_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oxygen_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:satiation_tablet\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sight_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:strength_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:untiring_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:19s,Damage:0s}", - "{id:\"aoa3:raw_candlefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_crimson_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_crimson_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_dark_hatchetfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_fingerfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_golden_gullfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_ironback\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_limefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_pearl_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_rainbowfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_razorfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_rocketfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_sailback\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_sapphire_strider\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_turquoise_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_violet_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:candlefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:crimson_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:crimson_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:dark_hatchetfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:fingerfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:golden_gullfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:ironback\",Count:5s,Damage:0s}", - "{id:\"aoa3:limefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:pearl_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbowfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:razorfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:rocketfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:sailback\",Count:5s,Damage:0s}", - "{id:\"aoa3:sapphire_strider\",Count:5s,Damage:0s}", - "{id:\"aoa3:turquoise_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:violet_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:bubble_berries\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_charger_shank\",Count:5s,Damage:0s}", - "{id:\"aoa3:charger_shank\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_chimera_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:chimera_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_ursa_meat\",Count:5s,Damage:0s}", - "{id:\"aoa3:ursa_meat\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_furlion_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:furlion_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_halycon_beef\",Count:5s,Damage:0s}", - "{id:\"aoa3:halycon_beef\",Count:5s,Damage:0s}", - "{id:\"aoa3:fiery_chops\",Count:5s,Damage:0s}", - "{id:\"aoa3:floracle_sticks\",Count:5s,Damage:0s}", - "{id:\"aoa3:gingerbread_cookie\",Count:1s,Damage:0s}", - "{id:\"aoa3:gingerbread_wing\",Count:1s,Damage:0s}", - "{id:\"aoa3:goldicap_petals\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:halycon_milk\",Count:10s,Damage:0s}", - "{id:\"aoa3:heart_fruit\",Count:5s,Damage:0s}", - "{id:\"aoa3:hot_rod\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunacrike\",Count:5s,Damage:0s}", - "{id:\"aoa3:luna_globe\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunalons\",Count:5s,Damage:0s}", - "{id:\"aoa3:magic_marang\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystic_shrooms\",Count:5s,Damage:0s}", - "{id:\"aoa3:natural_tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:nature_melon_slice\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosidons\",Count:5s,Damage:0s}", - "{id:\"aoa3:trilliad_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:healing_golem_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:bubble_berry_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:chilli_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:floracle_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:goldicap_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:heart_fruit_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:holly_top_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunacrike_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:luna_globe_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunalon_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:magic_marang_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosidon_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:tea_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:thorny_plant_seeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:trilliad_seeds\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_legs\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:7s,Damage:0s}", - "{id:\"aoa3:mysterium_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:mysterium_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:mysterium_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:chestbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:footbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:legbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:mystite_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:skullbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_ivory\",Count:216s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:natural_ivory\",Count:8s,Damage:0s}", - "{id:\"aoa3:ornate_ivory\",Count:72s,Damage:0s}", - "{id:\"aoa3:patterned_ivory\",Count:24s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:achony_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:bloodtwister_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_celevus_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_haven_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:bright_shyre_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:churry_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawnwood_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:eyebush_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:eye_hanger_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_celevus_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:irodust_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:irogold_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:lucalus_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunicia_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunosso_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:pink_haven_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_celevus_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_haven_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_celevus_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_haven_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:shadow_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:stranglewood_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:turquoise_haven_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_celevus_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_haven_sapling\",Count:5s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_ivory_slab\",Count:81s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:natural_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:ornate_ivory_slab\",Count:27s,Damage:0s}", - "{id:\"aoa3:patterned_ivory_slab\",Count:9s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_ivory_stairs\",Count:243s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:natural_ivory_stairs\",Count:9s,Damage:0s}", - "{id:\"aoa3:ornate_ivory_stairs\",Count:81s,Damage:0s}", - "{id:\"aoa3:patterned_ivory_stairs\",Count:27s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:ivory_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_amethyst_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_jade_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_limonite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_rosite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_sapphire_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:mystic_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:skeletal_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:mystite_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:skeletal_ingot_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:skeletanium\",Count:3s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:22s,Damage:0s}", - "{id:\"aoa3:arcbulb\",Count:1s,Damage:0s}", - "{id:\"aoa3:arcflower\",Count:1s,Damage:0s}", - "{id:\"aoa3:celevians_blue\",Count:1s,Damage:0s}", - "{id:\"aoa3:celevians_purple\",Count:1s,Damage:0s}", - "{id:\"aoa3:celevians_red\",Count:1s,Damage:0s}", - "{id:\"aoa3:celevians_white\",Count:1s,Damage:0s}", - "{id:\"aoa3:creep_flowers\",Count:1s,Damage:0s}", - "{id:\"aoa3:daileers\",Count:1s,Damage:0s}", - "{id:\"aoa3:dawn_bush\",Count:1s,Damage:0s}", - "{id:\"aoa3:dawn_flower\",Count:1s,Damage:0s}", - "{id:\"aoa3:daylooms_yellow\",Count:1s,Damage:0s}", - "{id:\"aoa3:haunted_flower\",Count:1s,Damage:0s}", - "{id:\"aoa3:horizon_daisies\",Count:1s,Damage:0s}", - "{id:\"aoa3:lylips\",Count:1s,Damage:0s}", - "{id:\"aoa3:magias\",Count:1s,Damage:0s}", - "{id:\"aoa3:ocealites_blue\",Count:1s,Damage:0s}", - "{id:\"aoa3:runic_bush\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyre_weed\",Count:1s,Damage:0s}", - "{id:\"bhc:canister\",Count:3s,Damage:0s}", - "{id:\"bhc:red_heart_canister\",Count:4s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:22s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:16s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:30s,Damage:0s}", - "{id:\"bhc:relic_apple\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bhc:heart_amulet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:3s,tag:{knowledge.minecraft:1b,knowledge.alfheim:1b,knowledge.relic:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:0,color2:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:1,color2:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:2,color2:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:3,color2:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:4,color2:4},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:5,color2:5},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:6,color2:6},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:7,color2:7},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:8,color2:8},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:9,color2:9},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:10,color2:10},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:11,color2:11},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:12,color2:12},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:13,color2:13},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:14,color2:14},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:9s,tag:{color1:15,color2:15},Damage:0s}", - "{id:\"botania:manaresource\",Count:4s,Damage:3s}", - "{id:\"botania:manaresource\",Count:15s,Damage:5s}", - "{id:\"botania:manaresource\",Count:45s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:2s,tag:{},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:19s}", - "{id:\"botania:rune\",Count:10s,Damage:4s}", - "{id:\"botania:rune\",Count:10s,Damage:5s}", - "{id:\"botania:rune\",Count:10s,Damage:6s}", - "{id:\"botania:rune\",Count:10s,Damage:7s}", - "{id:\"botania:rune\",Count:15s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:18s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:18s,tag:{mana:500000,creative:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:36s,tag:{},Damage:0s}", - "{id:\"botania:manacookie\",Count:20s,Damage:0s}", - "{id:\"botania:fertilizer\",Count:5s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:1s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:2s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:3s}", - "{id:\"botania:grassseeds\",Count:7s,Damage:4s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:5s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:6s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:7s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dirtrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:16s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelpick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshovel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelsword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tinyplanet\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:13s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:9s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:19s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:19s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:19s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:19s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:19s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:19s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tornadorod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:firerod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slingshot\",Count:12s,Damage:0s}", - "{id:\"botania:laputashard\",Count:36s,Damage:0s}", - "{id:\"botania:laputashard\",Count:36s,Damage:4s}", - "{id:\"botania:laputashard\",Count:36s,Damage:9s}", - "{id:\"botania:laputashard\",Count:36s,Damage:14s}", - "{id:\"botania:laputashard\",Count:36s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:glasspick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:diviningrod\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:gravityrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:9s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:4s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:9s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:4s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:4s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cobblerod\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:smeltrod\",Count:6s,Damage:0s}", - "{id:\"botania:overgrowthseed\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:60s,Damage:32s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pinkinator\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:infinitefruit\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:odinring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:4s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:obediencestick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:sextant\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:7s,Damage:0s}", - "{id:\"botania:livingwood0stairs\",Count:5s,Damage:0s}", - "{id:\"botania:livingwood0slab\",Count:1s,Damage:0s}", - "{id:\"botania:livingwood0wall\",Count:3s,Damage:0s}", - "{id:\"botania:livingwood1stairs\",Count:1s,Damage:0s}", - "{id:\"botania:livingrock0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:livingrock0slab\",Count:1s,Damage:0s}", - "{id:\"botania:livingrock0wall\",Count:2s,Damage:0s}", - "{id:\"botania:livingrock1stairs\",Count:2s,Damage:0s}", - "{id:\"botania:pavement\",Count:2s,Damage:4s}", - "{id:\"botania:pavement\",Count:2s,Damage:5s}", - "{id:\"botania:pavement4stairs\",Count:2s,Damage:0s}", - "{id:\"botania:pavement5stairs\",Count:2s,Damage:0s}", - "{id:\"botania:shimmerrock0stairs\",Count:2s,Damage:0s}", - "{id:\"botania:flower\",Count:1s,Damage:0s}", - "{id:\"botania:flower\",Count:1s,Damage:1s}", - "{id:\"botania:flower\",Count:1s,Damage:2s}", - "{id:\"botania:flower\",Count:1s,Damage:3s}", - "{id:\"botania:flower\",Count:1s,Damage:4s}", - "{id:\"botania:flower\",Count:1s,Damage:5s}", - "{id:\"botania:flower\",Count:1s,Damage:6s}", - "{id:\"botania:flower\",Count:1s,Damage:7s}", - "{id:\"botania:flower\",Count:1s,Damage:8s}", - "{id:\"botania:flower\",Count:1s,Damage:9s}", - "{id:\"botania:flower\",Count:1s,Damage:10s}", - "{id:\"botania:flower\",Count:1s,Damage:11s}", - "{id:\"botania:flower\",Count:1s,Damage:12s}", - "{id:\"botania:flower\",Count:1s,Damage:13s}", - "{id:\"botania:flower\",Count:1s,Damage:14s}", - "{id:\"botania:flower\",Count:1s,Damage:15s}", - "{id:\"botania:livingrock\",Count:3s,Damage:0s}", - "{id:\"botania:livingrock\",Count:2s,Damage:1s}", - "{id:\"botania:livingrock\",Count:2s,Damage:2s}", - "{id:\"botania:livingrock\",Count:2s,Damage:3s}", - "{id:\"botania:livingrock\",Count:2s,Damage:4s}", - "{id:\"botania:livingwood\",Count:5s,Damage:0s}", - "{id:\"botania:livingwood\",Count:1s,Damage:1s}", - "{id:\"botania:livingwood\",Count:1s,Damage:2s}", - "{id:\"botania:livingwood\",Count:3s,Damage:5s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:spreader\",Count:22s,Damage:0s}", - "{id:\"botania:spreader\",Count:38s,Damage:1s}", - "{id:\"botania:pool\",Count:11s,Damage:0s}", - "{id:\"botania:pool\",Count:3s,Damage:2s}", - "{id:\"botania:pool\",Count:7s,Damage:3s}", - "{id:\"botania:runealtar\",Count:11s,Damage:0s}", - "{id:\"botania:distributor\",Count:13s,Damage:0s}", - "{id:\"botania:manavoid\",Count:13s,Damage:0s}", - "{id:\"botania:manadetector\",Count:9s,Damage:0s}", - "{id:\"botania:turntable\",Count:30s,Damage:0s}", - "{id:\"botania:tinyplanetblock\",Count:6s,Damage:0s}", - "{id:\"botania:alchemycatalyst\",Count:9s,Damage:0s}", - "{id:\"botania:opencrate\",Count:5s,Damage:0s}", - "{id:\"botania:foresteye\",Count:9s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:39s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:34s,Damage:2s}", - "{id:\"botania:platform\",Count:3s,Damage:0s}", - "{id:\"botania:alfheimportal\",Count:22s,Damage:0s}", - "{id:\"botania:conjurationcatalyst\",Count:15s,Damage:0s}", - "{id:\"botania:miniisland\",Count:3s,Damage:0s}", - "{id:\"botania:miniisland\",Count:3s,Damage:1s}", - "{id:\"botania:miniisland\",Count:3s,Damage:2s}", - "{id:\"botania:miniisland\",Count:3s,Damage:3s}", - "{id:\"botania:miniisland\",Count:3s,Damage:4s}", - "{id:\"botania:miniisland\",Count:3s,Damage:5s}", - "{id:\"botania:miniisland\",Count:3s,Damage:6s}", - "{id:\"botania:miniisland\",Count:3s,Damage:7s}", - "{id:\"botania:miniisland\",Count:3s,Damage:8s}", - "{id:\"botania:miniisland\",Count:3s,Damage:9s}", - "{id:\"botania:miniisland\",Count:3s,Damage:10s}", - "{id:\"botania:miniisland\",Count:3s,Damage:11s}", - "{id:\"botania:miniisland\",Count:3s,Damage:12s}", - "{id:\"botania:miniisland\",Count:3s,Damage:13s}", - "{id:\"botania:miniisland\",Count:3s,Damage:14s}", - "{id:\"botania:miniisland\",Count:3s,Damage:15s}", - "{id:\"botania:tinypotato\",Count:10s,Damage:0s}", - "{id:\"botania:spawnerclaw\",Count:30s,Damage:0s}", - "{id:\"botania:rfgenerator\",Count:9s,Damage:0s}", - "{id:\"botania:brewery\",Count:13s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:15s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:15s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:19s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:15s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:32s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:pump\",Count:13s,Damage:0s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:0s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:1s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:2s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:3s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:4s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:5s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:6s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:7s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:0s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:1s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:2s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:3s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:4s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:5s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:6s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:7s}", - "{id:\"botania:incenseplate\",Count:5s,Damage:0s}", - "{id:\"botania:sparkchanger\",Count:6s,Damage:0s}", - "{id:\"botania:felpumpkin\",Count:5s,Damage:0s}", - "{id:\"botania:cocoon\",Count:13s,Damage:0s}", - "{id:\"botania:manabomb\",Count:26s,Damage:0s}", - "{id:\"botania:bellows\",Count:4s,Damage:0s}", - "{id:\"botania:cellblock\",Count:3s,Damage:0s}", - "{id:\"botania:redstringinterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:shimmerrock\",Count:2s,Damage:0s}", - "{id:\"botania:avatar\",Count:18s,Damage:0s}", - "{id:\"bewitchment:cypress_door\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_door\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_door\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:broom\",Count:74s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:girdle_of_the_dryads\",Count:20s,Damage:0s}", - "{id:\"bewitchment:juniper_key\",Count:3s,Damage:0s}", - "{id:\"bewitchment:taglock\",Count:8s,Damage:0s}", - "{id:\"bewitchment:amethyst\",Count:4s,Damage:0s}", - "{id:\"bewitchment:essence_of_vitality\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:3s,Damage:0s}", - "{id:\"bewitchment:bottle_of_blood\",Count:3s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:7s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:4s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:6s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:3s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:2s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:7s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:12s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:9s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:14s}", - "{id:\"chickens:colored_egg\",Count:5s,Damage:15s}", - "{id:\"chickens:colored_egg\",Count:5s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:11s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:8s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:13s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:10s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:5s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chickens:analyzer\",Count:3s,Damage:0s}", - "{id:\"chickens:henhouse\",Count:24s,Damage:0s}", - "{id:\"chickens:henhouse_acacia\",Count:24s,Damage:0s}", - "{id:\"chickens:henhouse_birch\",Count:24s,Damage:0s}", - "{id:\"chickens:henhouse_dark_oak\",Count:24s,Damage:0s}", - "{id:\"chickens:henhouse_jungle\",Count:24s,Damage:0s}", - "{id:\"chickens:henhouse_spruce\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:slime_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:11s,Damage:0s}", - "{id:\"erebus:bamboo_nerd_pole\",Count:1s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:180s,Damage:0s}", - "{id:\"erebus:stairs_white\",Count:1s,Damage:0s}", - "{id:\"erebus:fence_white\",Count:1s,Damage:0s}", - "{id:\"erebus:fence_gate_white\",Count:1s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:3s,Damage:0s}", - "{id:\"hatchery:nest\",Count:74s,Damage:0s}", - "{id:\"hatchery:pen\",Count:55s,Damage:0s}", - "{id:\"iceandfire:nest\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragon_meal\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sickly_dragon_meal\",Count:7s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_flesh\",Count:3s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_flesh\",Count:3s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_heart\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_heart\",Count:10s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_blood\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_blood\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:20s,Damage:0s}", - "{id:\"iceandfire:pixie_dust\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:ambrosia\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:10s,Damage:1s}", - "{id:\"iceandfire:rotten_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_swarm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_swarm\",Count:18s,Damage:0s}", - "{id:\"iceandfire:chain_sticky\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:menril_sapling\",Count:5s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:6s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:10s}", - "{id:\"mysticalagriculture:inferium_apple\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_apple\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_apple\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:8s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:9s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:11s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:12s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:15s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:16s}", - "{id:\"mysticalagriculture:nature_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:slime_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_flower_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:slimy_bone_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:1s}", - "{id:\"mysticalagriculture:charm\",Count:78s,Damage:2s}", - "{id:\"mysticalagriculture:charm\",Count:30s,Damage:4s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:5s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:13s}", - "{id:\"rftools:spawner\",Count:3s,Damage:0s}", - "{id:\"naturescompass:naturescompass\",Count:15s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:11s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:33s,Damage:0s}", - "{id:\"xreliquary:angelheart_vial\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:1s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:1s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:2s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:3s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:11s,Damage:10s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:6s,Damage:11s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:4b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:5b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:6b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:7b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:8b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:10b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:11b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:12b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:13s,tag:{type:13b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm_belt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:15s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:2s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"None\"},Damage:5s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"None\"},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"storagedrawers:tape\",Count:3s,Damage:0s}", - "{id:\"tg:shade_rose_bush\",Count:11s,Damage:0s}", - "{id:\"tg:light_rose_bush\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:6s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:7s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_wood\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:5s,Damage:0s}", - "{id:\"thaumictinkerer:magnet\",Count:7s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinymobfarm:lasso\",Count:7s,tag:{},Damage:0s}", - "{id:\"woot:prism\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:yahhammer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:9s,tag:{tier:0},Damage:0s}", - "{id:\"woot:layout\",Count:3s,Damage:0s}", - "{id:\"woot:structure\",Count:3s,Damage:1s}", - "{id:\"solcarrot:food_book\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dltsapling\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:dreadsapling\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:shoggothblock\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:shoggothbiomass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:7s}", - "{id:\"abyssalcraft:corflesh\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:corbone\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:chickenp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:porkp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:beefp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:fishp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadfragment\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:7s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:7s}", - "{id:\"abyssalcraft:dreadcloth\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:dreadplate\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:engraving_cthulhu\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:eldritchscale\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:omotholflesh\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_cor\",Count:6s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_cor\",Count:6s,tag:{PotEnergy:10000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:11s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:11s,tag:{PotEnergy:20000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:15s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:15s,tag:{PotEnergy:40000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:15s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:15s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:41s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:skin\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:skin\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:skin\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:7s}", - "{id:\"actuallyadditions:block_farmer\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_bio_reactor\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_feeder\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_greenhouse_glass\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_spawner_changer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:4s}", - "{id:\"actuallyadditions:item_misc\",Count:5s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:3s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:2s}", - "{id:\"actuallyadditions:item_food\",Count:5s,Damage:3s}", - "{id:\"actuallyadditions:item_food\",Count:2s,Damage:4s}", - "{id:\"actuallyadditions:item_food\",Count:1s,Damage:5s}", - "{id:\"actuallyadditions:item_food\",Count:28s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:11s}", - "{id:\"actuallyadditions:item_food\",Count:11s,Damage:12s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:13s}", - "{id:\"actuallyadditions:item_food\",Count:1s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:7s}", - "{id:\"aether_legacy:skyroot_sapling\",Count:5s,Damage:0s}", - "{id:\"aether_legacy:golden_oak_sapling\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:3},Damage:0s}", - "{id:\"cyclicmagic:chest_sack_empty\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_variant\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_health\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_speed\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_med\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_small\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_large\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:11s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:apple_emerald\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:food_step\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:apple_lapis\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:sprout_seed\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:apple\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_fishing\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:bento_xxl\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:bento_xl\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:fiery_meatball_pasta\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:spicy_meatball_pasta\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:golden_steak\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:bento_xxxl\",Count:20s,Damage:0s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:intense_meatball_pasta\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:forgotten_slime\",Count:30s,Damage:0s}", - "{id:\"contenttweaker:strange_meatball\",Count:30s,Damage:0s}", - "{id:\"contenttweaker:aglio_olio_peperoncino_pasta\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:really_golden_steak\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:abyssal_wasteland_warp_cleanser\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:bento_s\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:bento_m\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:bento_l\",Count:17s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:14s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:4s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:4s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:24s,Damage:3s}", - "{id:\"industrialforegoing:pink_slime\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:adult_filter\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:sapling_weedwood\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:sapling_sap\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:sapling_rubber\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:sapling_hearthgrove\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:sapling_nibbletwig\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:slimy_bone_block\",Count:33s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:5s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:swamp_talisman\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:gerts_donut\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shield\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:grappling_hook\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:grappling_hook\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_anchor\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:0s}", - "{id:\"botania:enchantedsoil\",Count:20s,Damage:0s}", - "{id:\"erebus:planks\",Count:1s,Damage:7s}", - "{id:\"erebus:materials\",Count:30s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:erebus_food\",Count:3s,Damage:6s}", - "{id:\"erebus:sapling_baobab\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_eucalyptus\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_mahogany\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_mossbark\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_asper\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_cypress\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_balsam\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_bamboo\",Count:5s,Damage:0s}", - "{id:\"erebus:sapling_marshwood\",Count:5s,Damage:0s}", - "{id:\"forestry:sapling_ge\",Count:5s,Damage:0s}", - "{id:\"aoa3:yeti_fingernails\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:20s,Damage:0s}" - ] - }, - { - "aspect": "coralos", - "items": [ - "{id:\"abyssalcraft:abypplate\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cstonepplate\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"coralos\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"coralos\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"coralos\"}]},Damage:1s}", - "{id:\"mysticalagriculture:coralium_seeds\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:abybrick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abystairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:coraliumore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:odb\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:ingotblock\",Count:6s,Damage:1s}", - "{id:\"abyssalcraft:coraliumstone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:odbcore\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:abycorore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:transmutator\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:abypcorore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abylcorore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:13s}", - "{id:\"abyssalcraft:abyssalsand\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:fusedabyssalsand\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyssalsandglass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyssalcobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:coraliumcobblestonestairs\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:gatewaykey\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:powerstonetracker\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:eoa\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:coralium\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:ccluster2\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:ccluster3\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:ccluster4\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:ccluster5\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:ccluster6\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:ccluster7\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:ccluster8\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:ccluster9\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:cpearl\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:cchunk\",Count:54s,Damage:0s}", - "{id:\"abyssalcraft:cingot\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:platec\",Count:24s,Damage:0s}", - "{id:\"abyssalcraft:corflesh\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:corbone\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corpick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:coraxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhoe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corboots\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:coraliumu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumu\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:13s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_cor\",Count:4s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_cor\",Count:4s,tag:{PotEnergy:10000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:3s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:3s,tag:{PotEnergy:20000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:2s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:2s,tag:{PotEnergy:40000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:essence\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:skin\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:abyssal_wasteland_matter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:abyssal_wasteland_warp_cleanser\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:cwater\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "vitreus", - "items": [ - "{id:\"minecraft:glass\",Count:5s,Damage:0s}", - "{id:\"minecraft:diamond_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:diamond_block\",Count:101s,Damage:0s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:0s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:1s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:2s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:3s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:4s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:5s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:6s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:7s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:8s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:9s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:10s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:11s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:12s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:13s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:14s}", - "{id:\"minecraft:stained_glass\",Count:5s,Damage:15s}", - "{id:\"minecraft:emerald_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:emerald_block\",Count:101s,Damage:0s}", - "{id:\"minecraft:quartz_ore\",Count:10s,Damage:0s}", - "{id:\"minecraft:quartz_block\",Count:15s,Damage:0s}", - "{id:\"minecraft:quartz_block\",Count:11s,Damage:2s}", - "{id:\"minecraft:quartz_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:sea_lantern\",Count:18s,Damage:0s}", - "{id:\"binniecore:storage\",Count:45s,Damage:4s}", - "{id:\"binniecore:storage\",Count:123s,Damage:5s}", - "{id:\"minecraft:jukebox\",Count:11s,Damage:0s}", - "{id:\"minecraft:glass_pane\",Count:1s,Damage:0s}", - "{id:\"minecraft:enchanting_table\",Count:22s,Damage:0s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:0s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:1s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:2s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:3s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:4s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:5s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:6s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:7s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:8s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:9s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:10s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:11s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:12s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:13s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:14s}", - "{id:\"minecraft:stained_glass_pane\",Count:1s,Damage:15s}", - "{id:\"minecraft:end_crystal\",Count:5s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:6s,Damage:6s}", - "{id:\"minecraft:daylight_detector\",Count:11s,Damage:0s}", - "{id:\"minecraft:observer\",Count:3s,Damage:0s}", - "{id:\"minecraft:comparator\",Count:3s,Damage:0s}", - "{id:\"minecraft:beacon\",Count:18s,Damage:0s}", - "{id:\"minecraft:diamond\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_boots\",Count:45s,Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:glass_bottle\",Count:3s,Damage:0s}", - "{id:\"minecraft:emerald\",Count:15s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:6s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:7s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:8s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:9s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:10s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:6}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:10}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:6s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:7s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:8s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:25}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:27}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:28}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:30}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:30}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:33}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:37}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:39}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:41}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:44}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:45}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:46}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:6s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:7s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:8s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:50}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:51}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:52}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:53}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:54}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:64}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:70}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:71}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:75}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:76}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:78}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:78}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:82}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:83}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:85}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:87}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:92}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:93}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:97}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:5s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:100}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:100}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:102}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:103}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:104}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:105}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:105}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:106}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:108}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:109}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:1s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:2s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:4s,id:110}]},Damage:0s}", - "{id:\"minecraft:quartz\",Count:5s,Damage:0s}", - "{id:\"minecraft:prismarine_crystals\",Count:5s,Damage:0s}", - "{id:\"minecraft:diamond_horse_armor\",Count:15s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:1s}", - "{id:\"thermalfoundation:storage\",Count:33s,Damage:1s}", - "{id:\"thermalfoundation:glass\",Count:3s,Damage:1s}", - "{id:\"thermalfoundation:glass_alloy\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:wrench\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_experience\",Count:22s,tag:{},Damage:0s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:16s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:17s}", - "{id:\"thermalfoundation:material\",Count:45s,Damage:26s}", - "{id:\"thermalfoundation:material\",Count:45s,Damage:27s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:65s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:102s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:129s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:257s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_tin\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_tin\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_tin\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_tin\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_tin\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_tin\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_tin\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_tin\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_tin\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_tin\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_diamond\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_diamond\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_diamond\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_diamond\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_diamond\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_diamond\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_diamond\",Count:67s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_tin\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:41s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:63s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:17s,Damage:1s}", - "{id:\"draconicevolution:energy_storage_core\",Count:36s,Damage:0s}", - "{id:\"draconicevolution:energy_pylon\",Count:21s,Damage:0s}", - "{id:\"draconicevolution:fusion_crafting_core\",Count:53s,Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:51s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:46s,Damage:1s}", - "{id:\"draconicevolution:energy_crystal\",Count:50s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:46s,Damage:7s}", - "{id:\"draconicevolution:flow_gate\",Count:10s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:10s,Damage:8s}", - "{id:\"draconicevolution:reactor_part\",Count:24s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:8s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:42s,Damage:2s}", - "{id:\"draconicevolution:reactor_part\",Count:99s,Damage:3s}", - "{id:\"draconicevolution:reactor_part\",Count:69s,Damage:4s}", - "{id:\"draconicevolution:draconic_spawner\",Count:34s,Damage:0s}", - "{id:\"draconicevolution:draconic_core\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:wyvern_core\",Count:33s,Damage:0s}", - "{id:\"draconicevolution:wyvern_energy_core\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:48s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:123s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:123s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:123s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:236s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:236s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:236s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:405s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:405s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:405s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:30s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:30s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:30s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:405s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:405s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:405s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:210s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:210s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:210s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:30s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:30s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:30s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:2s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:33s,Damage:4s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:6s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:16s,Damage:9s}", - "{id:\"draconicevolution:tool_upgrade\",Count:8s,Damage:10s}", - "{id:\"draconicevolution:tool_upgrade\",Count:8s,Damage:11s}", - "{id:\"draconicevolution:dislocator_bound\",Count:8s,Damage:2s}", - "{id:\"draconicevolution:crystal_binder\",Count:19s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:4s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:2s}", - "{id:\"thermalexpansion:machine\",Count:4s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:3s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,2B,3B,3B,3B,3B],Level:0b},Damage:7s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:4s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:machine\",Count:4s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:21s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:15s}", - "{id:\"thermalexpansion:device\",Count:30s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:2s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:3s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{id:\"thermalexpansion:device\",Count:30s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:26s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:6s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:device\",Count:39s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:9s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:device\",Count:30s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{id:\"thermalexpansion:dynamo\",Count:18s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cell\",Count:3s,tag:{Recv:10000,RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B],Level:0b,Send:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:tank\",Count:33s,tag:{RSControl:0b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cache\",Count:11s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:strongbox\",Count:15s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:6s,Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:30s,Damage:64s}", - "{id:\"thermalexpansion:frame\",Count:15s,Damage:128s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:288s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:336s}", - "{id:\"thermalexpansion:augment\",Count:33s,Damage:416s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:432s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:433s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:448s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:720s}", - "{id:\"techreborn:thermal_generator\",Count:10s,Damage:0s}", - "{id:\"techreborn:industrial_grinder\",Count:37s,Damage:0s}", - "{id:\"techreborn:matter_fabricator\",Count:37s,Damage:0s}", - "{id:\"techreborn:charge_o_mat\",Count:42s,Damage:0s}", - "{id:\"techreborn:cable\",Count:1s,Damage:1s}", - "{id:\"techreborn:cable\",Count:3s,Damage:4s}", - "{id:\"techreborn:ore2\",Count:5s,Damage:1s}", - "{id:\"techreborn:storage2\",Count:67s,Damage:3s}", - "{id:\"techreborn:storage2\",Count:67s,Damage:4s}", - "{id:\"techreborn:dragon_egg_syphon\",Count:44s,Damage:0s}", - "{id:\"techreborn:diesel_generator\",Count:10s,Damage:0s}", - "{id:\"techreborn:semi_fluid_generator\",Count:10s,Damage:0s}", - "{id:\"techreborn:gas_turbine\",Count:14s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:500s,Damage:0s}", - "{id:\"techreborn:adjustable_su\",Count:257s,Damage:0s}", - "{id:\"techreborn:distillation_tower\",Count:3s,Damage:0s}", - "{id:\"techreborn:vacuum_freezer\",Count:2s,Damage:0s}", - "{id:\"techreborn:lightning_rod\",Count:7s,Damage:0s}", - "{id:\"techreborn:industrial_sawmill\",Count:6s,Damage:0s}", - "{id:\"techreborn:grinder\",Count:11s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:11s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:10s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:60s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:360s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:solid_canning_machine\",Count:26s,Damage:0s}", - "{id:\"techreborn:water_mill\",Count:8s,Damage:0s}", - "{id:\"techreborn:wind_mill\",Count:8s,Damage:0s}", - "{id:\"techreborn:reinforced_glass\",Count:3s,Damage:0s}", - "{id:\"techreborn:ev_transformer\",Count:5s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:11s,Damage:0s}", - "{id:\"techreborn:lamp_incandescent\",Count:9s,Damage:0s}", - "{id:\"techreborn:lamp_led\",Count:6s,Damage:0s}", - "{id:\"techreborn:fluid_replicator\",Count:11s,Damage:0s}", - "{id:\"forestry:ingot_tin\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:pipette\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:naturalist_helmet\",Count:1s,Damage:0s}", - "{id:\"forestry:gear_tin\",Count:15s,Damage:0s}", - "{id:\"forestry:resources\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:18s,Damage:0s}", - "{id:\"forestry:bee_chest\",Count:3s,Damage:0s}", - "{id:\"forestry:alveary.hygro\",Count:22s,Damage:0s}", - "{id:\"forestry:alveary.stabiliser\",Count:22s,Damage:0s}", - "{id:\"forestry:bottler\",Count:18s,Damage:0s}", - "{id:\"forestry:carpenter\",Count:7s,Damage:0s}", - "{id:\"forestry:centrifuge\",Count:7s,Damage:0s}", - "{id:\"forestry:fermenter\",Count:15s,Damage:0s}", - "{id:\"forestry:moistener\",Count:15s,Damage:0s}", - "{id:\"forestry:squeezer\",Count:30s,Damage:0s}", - "{id:\"forestry:still\",Count:15s,Damage:0s}", - "{id:\"forestry:rainmaker\",Count:60s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:11s,Damage:0s}", - "{id:\"forestry:raintank\",Count:7s,Damage:0s}", - "{id:\"forestry:stamps\",Count:1s,Damage:2s}", - "{id:\"forestry:mailbox\",Count:11s,Damage:0s}", - "{id:\"forestry:habitat_former\",Count:7s,Damage:0s}", - "{id:\"forestry:database\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_bag\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:lepidopterist_bag\",Count:2s,Damage:0s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:0},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:1},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:2},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:3},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:4},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:5},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:6},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:7},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:8},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:9},Damage:2s}", - "{id:\"forestry:ffarm\",Count:33s,tag:{FarmBlock:10},Damage:2s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:0},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:1},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:2},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:3},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:4},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:5},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:6},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:7},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:8},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:9},Damage:3s}", - "{id:\"forestry:ffarm\",Count:22s,tag:{FarmBlock:10},Damage:3s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:0},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:1},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:2},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:3},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:4},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:5},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:6},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:7},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:8},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:9},Damage:4s}", - "{id:\"forestry:ffarm\",Count:18s,tag:{FarmBlock:10},Damage:4s}", - "{id:\"forestry:can\",Count:1s,Damage:0s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:1s}", - "{id:\"forestry:tree_chest\",Count:3s,Damage:0s}", - "{id:\"forestry:butterfly_chest\",Count:3s,Damage:0s}", - "{id:\"forestry:genetic_filter\",Count:13s,Damage:0s}", - "{id:\"railcraft:tank_iron_gauge\",Count:5s,Damage:0s}", - "{id:\"railcraft:tank_steel_gauge\",Count:5s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:2s}", - "{id:\"railcraft:ore\",Count:15s,Damage:2s}", - "{id:\"railcraft:ore\",Count:15s,Damage:3s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:1s}", - "{id:\"avaritia:resource\",Count:11s,Damage:0s}", - "{id:\"bewitchment:block_of_garnet\",Count:27s,Damage:0s}", - "{id:\"bewitchment:block_of_opal\",Count:27s,Damage:0s}", - "{id:\"bewitchment:distillery\",Count:21s,Damage:0s}", - "{id:\"bewitchment:crystal_ball\",Count:25s,Damage:0s}", - "{id:\"binniecore:glass\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:analyst\",Count:11s,Damage:0s}", - "{id:\"genetics:misc\",Count:3s,Damage:6s}", - "{id:\"genetics:misc\",Count:20s,Damage:7s}", - "{id:\"genetics:misc\",Count:11s,Damage:9s}", - "{id:\"genetics:machine\",Count:56s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:3s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:1s,Damage:1s}", - "{id:\"genetics:lab_machine\",Count:9s,Damage:3s}", - "{id:\"genetics:adv_machine\",Count:50s,Damage:0s}", - "{id:\"botany:stained\",Count:5s,tag:{meta:0},Damage:0s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:1},Damage:1s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:2},Damage:2s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:3},Damage:3s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:4},Damage:4s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:5},Damage:5s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:6},Damage:6s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:7},Damage:7s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:8},Damage:8s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:9},Damage:9s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:10},Damage:10s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:11},Damage:11s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:12},Damage:12s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:13},Damage:13s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:14},Damage:14s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:15},Damage:15s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:16},Damage:16s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:17},Damage:17s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:18},Damage:18s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:19},Damage:19s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:20},Damage:20s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:21},Damage:21s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:22},Damage:22s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:23},Damage:23s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:24},Damage:24s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:25},Damage:25s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:26},Damage:26s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:27},Damage:27s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:28},Damage:28s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:29},Damage:29s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:30},Damage:30s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:31},Damage:31s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:32},Damage:32s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:33},Damage:33s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:34},Damage:34s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:35},Damage:35s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:36},Damage:36s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:37},Damage:37s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:38},Damage:38s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:39},Damage:39s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:40},Damage:40s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:41},Damage:41s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:42},Damage:42s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:43},Damage:43s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:44},Damage:44s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:45},Damage:45s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:46},Damage:46s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:47},Damage:47s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:48},Damage:48s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:49},Damage:49s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:50},Damage:50s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:51},Damage:51s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:52},Damage:52s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:53},Damage:53s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:54},Damage:54s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:55},Damage:55s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:56},Damage:56s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:57},Damage:57s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:58},Damage:58s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:59},Damage:59s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:60},Damage:60s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:61},Damage:61s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:62},Damage:62s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:63},Damage:63s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:64},Damage:64s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:65},Damage:65s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:66},Damage:66s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:67},Damage:67s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:68},Damage:68s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:69},Damage:69s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:70},Damage:70s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:71},Damage:71s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:72},Damage:72s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:73},Damage:73s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:74},Damage:74s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:75},Damage:75s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:76},Damage:76s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:77},Damage:77s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:78},Damage:78s}", - "{id:\"botany:stained\",Count:3s,tag:{meta:79},Damage:79s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_diamond\",Count:11s,Damage:0s}", - "{id:\"botany:machine\",Count:11s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:3s,Damage:5s}", - "{id:\"extrabees:alveary\",Count:45s,Damage:6s}", - "{id:\"extratrees:machine\",Count:7s,Damage:0s}", - "{id:\"extratrees:machine\",Count:11s,Damage:1s}", - "{id:\"extratrees:machine\",Count:11s,Damage:2s}", - "{id:\"extratrees:machine\",Count:18s,Damage:4s}", - "{id:\"extratrees:machine\",Count:3s,Damage:5s}", - "{id:\"extratrees:machine\",Count:3s,Damage:6s}", - "{id:\"extratrees:machine\",Count:18s,Damage:7s}", - "{id:\"biomesoplenty:gem_ore\",Count:10s,Damage:7s}", - "{id:\"biomesoplenty:gem_block\",Count:67s,Damage:1s}", - "{id:\"biomesoplenty:gem_block\",Count:67s,Damage:6s}", - "{id:\"biomesoplenty:gem_block\",Count:67s,Damage:7s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:0s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:1s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:2s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:3s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:4s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:5s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:6s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:7s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:8s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:9s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:10s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:11s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:12s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:13s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:14s}", - "{id:\"biomesoplenty:terrarium\",Count:6s,Damage:15s}", - "{id:\"biomesoplenty:jar_empty\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:biome_finder\",Count:24s,Damage:0s}", - "{id:\"biomesoplenty:gem\",Count:10s,Damage:1s}", - "{id:\"biomesoplenty:gem\",Count:10s,Damage:6s}", - "{id:\"biomesoplenty:gem\",Count:10s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:terrestrial_artifact\",Count:33s,Damage:0s}", - "{id:\"careerbees:ingredients\",Count:5s,Damage:7s}", - "{id:\"chickenchunks:chunk_loader\",Count:16s,Damage:0s}", - "{id:\"extracells:part.base\",Count:1s,Damage:8s}", - "{id:\"extracells:part.base\",Count:36s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:27s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:57s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:126s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:53s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:84s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:153s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:308s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:3s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:3s,tag:{power:32000.0d,upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:4s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:9s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:9s,tag:{power:1600000.0d},Damage:0s}", - "{id:\"extracells:storage.component\",Count:33s,Damage:0s}", - "{id:\"extracells:storage.component\",Count:74s,Damage:1s}", - "{id:\"extracells:storage.component\",Count:166s,Damage:2s}", - "{id:\"extracells:storage.component\",Count:373s,Damage:3s}", - "{id:\"extracells:storage.component\",Count:33s,Damage:8s}", - "{id:\"extracells:storage.component\",Count:74s,Damage:9s}", - "{id:\"extracells:storage.component\",Count:166s,Damage:10s}", - "{id:\"extracells:storage.casing\",Count:38s,Damage:0s}", - "{id:\"extracells:storage.casing\",Count:3s,Damage:1s}", - "{id:\"extracells:certustank\",Count:18s,Damage:0s}", - "{id:\"extracells:vibrantchamberfluid\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_diamond\",Count:56s,Damage:0s}", - "{id:\"extrautils2:decorativesolid\",Count:1s,Damage:4s}", - "{id:\"extrautils2:ingredients\",Count:11s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:5s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:5s,Damage:5s}", - "{id:\"extrautils2:ineffableglass\",Count:3s,Damage:0s}", - "{id:\"extrautils2:ineffableglass\",Count:2s,Damage:1s}", - "{id:\"extrautils2:grocket\",Count:5s,Damage:3s}", - "{id:\"extrautils2:grocket\",Count:5s,Damage:4s}", - "{id:\"extrautils2:klein\",Count:2s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:67s,Damage:2s}", - "{id:\"extrautils2:drum\",Count:53s,Damage:3s}", - "{id:\"extrautils2:spike_diamond\",Count:39s,Damage:0s}", - "{id:\"extrautils2:redstonelantern\",Count:2s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:18s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:2s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:5s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:6s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:7s}", - "{id:\"extrautils2:terraformer\",Count:49s,Damage:8s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:9s}", - "{id:\"extrautils2:opinium\",Count:75s,Damage:2s}", - "{id:\"extrautils2:opinium\",Count:339s,Damage:3s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:4s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:6s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:3s,tag:{Energy:40000},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_diamond\",Count:11s,Damage:0s}", - "{id:\"gendustry:labware\",Count:1s,Damage:0s}", - "{id:\"gendustry:gene_sample_blank\",Count:15s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:26s,Damage:11s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:5s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:14s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:4s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:22s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:7s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:26s,Damage:10s}", - "{id:\"gendustry:apiary.upgrade\",Count:50s,Damage:19s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:3s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:30s,Damage:12s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:6s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:15s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:33s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:33s,tag:{charge:100000},Damage:1s}", - "{id:\"gendustry:mutagen_tank\",Count:24s,Damage:0s}", - "{id:\"gendustry:genetics_processor\",Count:52s,Damage:0s}", - "{id:\"gendustry:env_processor\",Count:45s,Damage:0s}", - "{id:\"gendustry:upgrade_frame\",Count:15s,Damage:0s}", - "{id:\"gendustry:error_sensor_cover\",Count:3s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:57s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:15s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:39s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:50s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:124s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:78s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:78s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:78s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:20s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:30s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:33s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:seal_globe\",Count:21s,Damage:0s}", - "{id:\"thaumadditions:mithminite_blade\",Count:74s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:135s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:stray\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:donkey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:mule\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:vex\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:zombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:enderman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:cave_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:silverfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:blaze\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:magma_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:witch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:endermite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:shulker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:squid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:mooshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:ocelot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:rabbit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:polar_bear\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:llama\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:parrot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"minecraft:villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"cyclicmagic:robot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.locust\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.moth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"hatchery:roosterentity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"randomthings:spirit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"plustic:supremeleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"plustic:blindbandit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"tg:observer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:wight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:leech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:olm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:frog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:firebat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:pech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:deer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:redcap\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:naga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:squirrel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:kobold\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:death_tome\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:minotaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:king_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:adherent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"tconstruct:blueslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"natura:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"natura:nitrocreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:airhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:alarmo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:amphibior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:anemia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:angelica\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:apparition\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arc_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arcbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:archvine\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arcworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ariel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arkback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arkzyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:arocknid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:automaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:axiolight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bane\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:banshee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:baroness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:baumba\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:black_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bloodmist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:blue_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bobo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bone_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:boneback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bouncer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:broccohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:brute\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:bush_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:candy_corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cane_bug\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:case_construct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cave_creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:centinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:chimera\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:chocko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:chomper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:clown\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:clunkhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:coniferon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_mind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_range\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_speed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_strength\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_terror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:corallus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:coralon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:craexxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creeperlock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creepird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creepuple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:crusilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cryptid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:crystocore\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dark_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dawnlight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:daysee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dead_tree\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:death_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:deinotherium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:desert_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:destructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:devourer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dicer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:diocus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:distorter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:doubler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dracyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dust_strider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dusteiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:duston\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dweller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:echodar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:eeo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:eilosapien\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:elusive\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:embrake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:enforcer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:everbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:exohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:exoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:explodot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:eye_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fischer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fishix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:flamewalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:flash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:flowerface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:flye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fungat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fungback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fungik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fungock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:fungung\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:furlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghastus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:giant_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gingerbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:goalby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:goldorth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:goldum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:goldus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:graw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:green_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:green_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:grillface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:grobbler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:grocculate\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:grunt\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gyro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:harkos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hellcat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hellspot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hill_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hive_king\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hive_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:horndron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:horon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:host\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hunch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hydrolon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:infernal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:inmate_x\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:inmate_y\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:iosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:irkling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:jawe\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:jumbo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:kaiyu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:kajaros\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:keeler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:king_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:king_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:klobber\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:koko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:kranky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:kror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lightwalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:linger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:little_bam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:living_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lollypopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lost_soul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lunarcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:luxocron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:magicke\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mechachron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mechamaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mechbot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mechyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:merkyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mermage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mirage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:miskel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:modulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:muckopede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:muncher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:natura\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:neptuno\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:night_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nightfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nightwing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:nospike\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:occulent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:okazor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:omnilight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:opteryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:orange_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:orbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:paladin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:parasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:paravite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:penumbra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:pigotron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:pincher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:pod_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:polytom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:proshield\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:purple_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:quickpocket\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rainicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rammerhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ramradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rawbone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:raxxan\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:reaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:red_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:refluct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rock_critter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rock_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rockbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:roloscope\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:runic_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:runicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sabretooth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sand_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sand_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:scrubby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sea_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sea_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sea_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sea_viper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:seeker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shade\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shadow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shadowlord\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shavo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:silencer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:silverfoot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skele_elder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skeledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skelekyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skeletron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skolle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:skull_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:slimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:smash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:snappy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:snow_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:soulscorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:soulvyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sphinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spinoledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spinux\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:squasher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:squiggler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sticky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stimulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stimulosus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stitches\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:stone_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sugarface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:surveyor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:sysker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:terradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:terrestrial\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:tharafly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:tipsy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:tortione\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:toxxulous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:tracker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:trickster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:triclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:undead_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:urioh\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:urka\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:urv\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:valkyrie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:vertebron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:vinocorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:visage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:visualent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:visular\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:visulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:void_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:volar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:voliant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:voltron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:voxxulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:warclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:web_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:wickett\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:wood_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:xxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zarg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zhinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zorp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:alluricorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:blissard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:compeer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:corby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:craggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:draggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gnawer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:goofer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:healing_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hellquin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:horntail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:orbling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:plateosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rosid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shaddy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spikeback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spraggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:waggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:anima_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:assassin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:augury_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:butchery_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:coratee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creep_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creep_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:elkanyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:expedition_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:extraction_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:foraging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:halycon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hauling_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:hunter_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:infusion_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:innervation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:logging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:metalloid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:naturalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:portal_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:professor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:realmshifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:runation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:store_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:token_collector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:troll_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:trotter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:undead_herald\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_child\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"ebwizardry:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:lizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:owl\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:snake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:black_dog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:hellhound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:werewolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:cleaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:demoness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:cambion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:druden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:baphomet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"bewitchment:leonard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:caveclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ehu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:frost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:glacon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:king_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:kobblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:rainbour\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:rotatick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:shark\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:smelter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:snapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:the_eye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:the_grue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:whale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:scorcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:wildfire\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:alicanto\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:fractite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:frosty\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:glacide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:hastreus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:rollum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:madivel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:behemoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:epiphite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:termid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:verek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:megalith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mystic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:samek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:datticon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:death_hound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:kazari\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:leorna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:living_statue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:paratiku\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:razorback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:roamer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:seimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:war_general\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:zelus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:biphron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:bohemite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:dissiment\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:duo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:galroid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:helio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:lheiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:lorga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mandragora\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:shadahier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:vermenous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:zone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:zoragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:densos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:dramix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:karot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:karos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:parasecta\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:quadro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:raglok\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:reyvor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:termasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"divinerpg:wreck\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:firedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:icedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:gorgon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:siren\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:deathworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:if_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:amphithere\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:moa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:phyg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:swet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:sentry\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:mimic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:1s,tag:{Entity:{Id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vitreus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:52s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:56s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:82s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:99s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:135s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:202s,Damage:0s}", - "{id:\"thaumadditions:chiseled_amber_block\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:amber_lamp\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:1s}", - "{id:\"nuclearcraft:fission_block\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:reactor_casing_transparent\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:cell_block\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:36s,Damage:3s}", - "{id:\"nuclearcraft:cooler\",Count:90s,Damage:7s}", - "{id:\"nuclearcraft:cooler\",Count:67s,Damage:12s}", - "{id:\"nuclearcraft:cooler\",Count:30s,Damage:14s}", - "{id:\"nuclearcraft:reactor_trapdoor\",Count:9s,Damage:0s}", - "{id:\"nuclearcraft:fission_port\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_basic\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_advanced\",Count:4s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:75s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:216s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:66s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:196s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:48s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:108s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:309s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:500s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:active_cooler\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:fusion_electromagnet_idle\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:fusion_electromagnet_transparent_idle\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_wall\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_glass\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_frame\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:4s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_wall\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_glass\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_frame\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:12s,Damage:0s}", - "{id:\"nuclearcraft:turbine_wall\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:turbine_glass\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:turbine_frame\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:51s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:42s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:252s,Damage:0s}", - "{id:\"nuclearcraft:water_source\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:water_source_compact\",Count:42s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:252s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:5s,Damage:1s}", - "{id:\"nuclearcraft:dust\",Count:5s,Damage:1s}", - "{id:\"nuclearcraft:gem_dust\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:gem_dust\",Count:3s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:22s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:16s,Damage:3s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:11s}", - "{id:\"nuclearcraft:upgrade\",Count:9s,Damage:1s}", - "{id:\"nuclearcraft:reactor_door_item\",Count:9s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:49s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:73s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:110s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:73s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:73s,Damage:0s}", - "{id:\"randomthings:lapisglass\",Count:3s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:15s,Damage:0s}", - "{id:\"randomthings:lightredirector\",Count:15s,Damage:0s}", - "{id:\"randomthings:imbuingstation\",Count:11s,Damage:0s}", - "{id:\"randomthings:fluiddisplay\",Count:32s,Damage:0s}", - "{id:\"randomthings:quartzlamp\",Count:15s,Damage:0s}", - "{id:\"randomthings:quartzglass\",Count:5s,Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:11s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:15s,Damage:0s}", - "{id:\"randomthings:biomeradar\",Count:7s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:1s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:2s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:3s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:4s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:5s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:6s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:7s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:8s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:9s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:10s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:11s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:12s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:13s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:14s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:15s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:0s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:1s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:2s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:3s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:4s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:5s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:6s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:7s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:8s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:9s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:10s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:11s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:12s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:13s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:14s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:15s}", - "{id:\"randomthings:notificationinterface\",Count:3s,Damage:0s}", - "{id:\"randomthings:inventorytester\",Count:1s,Damage:0s}", - "{id:\"randomthings:triggerglass\",Count:3s,Damage:0s}", - "{id:\"randomthings:blockdestabilizer\",Count:11s,Damage:0s}", - "{id:\"randomthings:diaphanousblock\",Count:4s,tag:{meta:0,block:\"minecraft:stone\",inverted:0b},Damage:0s}", - "{id:\"randomthings:spectrelens\",Count:48s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:54s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:6s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:10s,Damage:0s}", - "{id:\"randomthings:biomeglass\",Count:1s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:1s,Damage:5s}", - "{id:\"randomthings:ingredient\",Count:2s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:emeraldcompass\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:soundrecorder\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:chunkanalyzer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:288s,tag:{timeData:{}},Damage:0s}", - "{id:\"openblocks:guide\",Count:22s,Damage:0s}", - "{id:\"openblocks:builder_guide\",Count:15s,Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lava\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gold\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"pigiron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cobalt\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ardite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"manyullyn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"knightslime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"alubrass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"brass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"copper\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"bronze\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"zinc\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lead\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nickel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"silver\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"electrum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"aluminum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquidcoralium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquidantimatter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"creosote\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"coal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crude_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refined_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refined_fuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sap\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"syrup\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"resin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tree_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"seed_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"biocrude\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refined_biofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"mushroom_stew\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"experience\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"potion\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"potion_splash\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"potion_lingering\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"redstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"glowstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ender\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"pyrotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cryotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"aerotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"petrotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"mana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"platinum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"iridium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"invar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"constantan\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"signalum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lumium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"enderium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"electrical_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"energetic_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"vibrant_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"redstone_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"conductive_iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"pulsating_iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dark_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"soularium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"end_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"construction_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crude_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crystalline_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"melodic_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"stellar_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crystalline_pink_slime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"energetic_silver\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"vivid_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fierymetal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"knightmetal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fiery_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"moltenabyssalnite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"moltenrefinedcoralium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"moltendreadium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"canolaoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refinedcanolaoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crystaloil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"empoweredoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_residue\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_residue_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_residue_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_heavy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_heavy_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_heavy_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_dense\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_dense_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_dense_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_distilled\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_distilled_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oil_distilled_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_dense\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_dense_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_dense_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_mixed_heavy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_light\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_light_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_light_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_mixed_light\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_mixed_light_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_mixed_light_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_gaseous\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_gaseous_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_gaseous_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidberylium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidcalcium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidcalciumcarbonate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidchlorite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluiddeuterium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidglyceryl\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidhelium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidhelium3\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidheliumplasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidhydrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidlithium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidmercury\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidmethane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidnitrocoalfuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidnitrofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidnitrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidnitrogendioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidpotassium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidsilicon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidsodium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidsodiumpersulfate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidtritium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidwolframium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidcarbon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidcarbonfiber\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidnitrocarbon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidsulfur\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidsodiumsulfide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluiddiesel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidnitrodiesel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidsulfuricacid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidcompressedair\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidelectrolyzedwater\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluidbiofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"bio.ethanol\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"biomass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"glass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"for.honey\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"juice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"milk\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"seed.oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"short.mead\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plantoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ethanol\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"biodiesel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"concrete\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"amber\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crystal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"xpjuice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"candied_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"baronyte\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"blazium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"elecanium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"emberstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ghastly\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ghoulish\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"limonite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lunar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lyon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"mystite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"rosite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"shyrestone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"skeletal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"varsium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"charger\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.growth.medium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.bacteria\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.bacteria.poly\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.dna.raw\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.bacteria.vector\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.sap\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.resin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.latex\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.turpentine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.banana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.lemon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.lime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.orange\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.peach\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.plum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.carrot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.tomato\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.cranberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.grapefruit\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.olive\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.pineapple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.pear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.white.grape\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice.red.grape\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.cider.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.banana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.cider.peach\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.ciderpear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.plum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.carrot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.white\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.red\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.sparkling\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.agave\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.fermented.potatoes\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.citrus\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.cranberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.pineapple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.tomato\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.juice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.beer.ale\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.beer.lager\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.beer.wheat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.beer.rye\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.beer.corn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.beer.stout\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.mash.grain\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.mash.wheat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.mash.rye\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.mash.corn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.spirit.neutral\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.vodka\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.rum.white\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.rum.dark\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.whiskey\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.whiskey.corn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.whiskey.rye\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.whiskey.wheat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.wine.fortified\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.tequila\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.grape\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.pear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.plum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.citrus\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.brandy.fruit\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.spirit.sugarcane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.spirit.gin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liquor.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liquor.pear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liquor.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liquor.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liquor.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liquor.fruit\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.almond\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.orange\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.banana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.mint\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.hazelnut\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.cinnamon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.coffee\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.melon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.anise\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.peach\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.lemon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.herbal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.blackberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"binnie.liqueur.raspberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sand\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"honey\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"blood\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"poison\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hot_spring_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"molten_blood_infused_iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_pe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_lp\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"eternal_dragon_fire\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dimensional_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_void\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"overworldian_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"enriched_canola_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nethengeic_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_uu_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"spatial_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dense_plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dragons_blood_plastic\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fossile_refined_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"aerial_moonshine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"spicy_pyrotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"luminous_lava\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cosmic_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nightly_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sunstruck_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crepuscular_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"seared_grave_stone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"astral_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_madness\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ethereal_fabric\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ghostly_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_life\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lymph_of_pixonia\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"galactic_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"milkiest_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"alchemical_goo\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"twilight_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"weakened_cryotheoum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lving_gold_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"chaotic_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nightmarish_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"twilight_fire\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"universal_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"shyre_weed_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"energized_mulch\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hyperdense_plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cursed_myrmitite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"netrino_plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"decomposed_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"atomic_nuclei\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"electrons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"bosons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"protons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neutrons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"higgs\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gravitrons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"strings\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"muons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fiery_peat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"halite_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hint_of_insanity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hint_of_divinity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"magnatar_stabilizer\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"molten_realmite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"molten_arlemite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"molten_rupee\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"molten_netherite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lumiotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"eptane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gluons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"quarks\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"leptons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"demonic_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"corrosive_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"destructive_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"vengeful_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"steadfast_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"bloodmaster_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dreadite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dreaded_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sednanite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluctuatite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"vibranium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"rhenium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"myrmitite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"candyte\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"palladium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"vityte\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"polonium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ogerite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"primal_ogerite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lunastone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"chalcedony\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"brightsteel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"caesium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"strontium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"rubidium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"chaos\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"abyssite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"eternal_fabric\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"smoldering_tar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"anti_venom\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"beetle_juice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"formic_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"xu_evil_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"xu_enchanted_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"xu_demonic_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"mutagen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquiddna\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"protein\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"crystal_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dragonsteel_fire\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dragonsteel_ice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"meat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"latex\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sewage\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sludge\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"biofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"if.pink_slime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"if.protein\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"if.ore_fluid_raw\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"if.ore_fluid_fermented\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"menrilresin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquidchorus\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"soulium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"base_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"inferium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"prudentium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"intermedium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"superium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"supremium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oxygen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hydrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"deuterium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tritium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"helium3\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"helium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"boron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"boron10\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"boron11\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lithium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lithium6\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lithium7\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ferroboron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tough\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hard_carbon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"beryllium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"manganese\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"manganese_dioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sulfur\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"arsenic\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquidhelium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_nitrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neutron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"methanol\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"radaway\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"radaway_slow\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nitrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluorine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"carbon_dioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"carbon_monoxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ethene\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluoromethane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ammonia\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"oxygen_difluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"diborane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sulfur_dioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sulfur_trioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hydrofluoric_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"boric_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sulfuric_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"boron_nitride_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fluorite_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"calcium_sulfate_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sodium_fluoride_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"potassium_fluoride_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sodium_hydroxide_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"potassium_hydroxide_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"borax_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"corium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"chocolate_liquor\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cocoa_butter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"unsweetened_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dark_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"milk_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sugar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gelatin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hydrated_gelatin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"marshmallow\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lif\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"bef2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"naoh\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"koh\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"high_pressure_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"exhaust_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"low_pressure_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"low_quality_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"preheated_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"condensate_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sodium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"potassium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"bas\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"sic_vapor\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"alugentum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"alumina\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thorium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thorium_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thorium_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thorium_230\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thorium_230_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thorium_230_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_238\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_238_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"uranium_238_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neptunium_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neptunium_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neptunium_237\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neptunium_237_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_238\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_238_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"americium_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_246\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_246_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_246_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"curium_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"berkelium_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"berkelium_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"berkelium_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"berkelium_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_250\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_250_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_250_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_252\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_252_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"californium_252_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_tbu\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_tbu_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_len_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_len_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hen_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hen_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_tbu\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_len_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hen_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"redstone_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"redstone_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"quartz\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"quartz_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"quartz_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gold_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gold_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"glowstone_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"glowstone_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lapis\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lapis_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lapis_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"diamond\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"diamond_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"diamond_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquidhelium_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquidhelium_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ender_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ender_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cryotheum_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cryotheum_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"iron_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"iron_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"emerald\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"emerald_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"emerald_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"copper_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"copper_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tin_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tin_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"magnesium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"magnesium_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"magnesium_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"molten_reinforced_pink_slime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"mithril\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refinedobsidian\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refinedglowstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"osmium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"manasteel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"terrasteel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"gaia\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"yellorium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cyanite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"blutonium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ludicrite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"psi\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ivorypsi\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ebonypsi\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"electrumflux\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refinediron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tungsten\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"titanium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"chrome\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"advancedalloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"alumite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"elementium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"mirion\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"infinity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"thaumium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"starmetal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"soulshardsrespawn.corrupted\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"swamp_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"stagnant_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"tar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"rubber\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fog\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"shallowbreath\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"nutrient_distillation\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"ender_distillation\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"vapor_of_levity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"hootch\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"rocket_fuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fire_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_sunshine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cloud_seed\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"cloud_seed_concentrated\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_fertilizer\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"rocketfuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"enrichedlava\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"flux_goo\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"liquid_death\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"purifying_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"stone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"obsidian\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"clay\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"dirt\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"blueslime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"purpleslime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"lifeessence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"blockfluiddirt\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"blockfluidantimatter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"refined_life_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"fuelcolumn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"pure_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:7s,tag:{tank:{FluidName:\"astralsorcery.liquidstarlight\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:xp_bottler\",Count:2s,Damage:0s}", - "{id:\"openblocks:village_highlighter\",Count:11s,Damage:0s}", - "{id:\"openblocks:auto_enchantment_table\",Count:16s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:luggage\",Count:11s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:5s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:3s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:72s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:72s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:38s,Damage:0s}", - "{id:\"packagedexcrafting:marked_pedestal\",Count:17s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:5s,Damage:101s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:200s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:201s}", - "{id:\"redstonearsenal:storage\",Count:74s,Damage:1s}", - "{id:\"redstonearsenal:material\",Count:11s,Damage:160s}", - "{id:\"redstonearsenal:material\",Count:16s,Damage:193s}", - "{id:\"redstonearsenal:material\",Count:8s,Damage:224s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:16s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shovel_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shovel_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.pickaxe_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.pickaxe_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.axe_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.axe_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sickle_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sickle_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.hammer_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.hammer_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.excavator_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.excavator_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shield_flux\",Count:8s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shield_flux\",Count:8s,tag:{Energy:320000},Damage:0s}", - "{id:\"thermaldynamics:servo\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:servo\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:2s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:3s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:4s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:relay\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:8s,tag:{Energy:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:11s,tag:{Energy:0},Damage:11s}", - "{id:\"simplyjetpacks:metaitem\",Count:15s,Damage:1s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:12s,Damage:11s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:6s,Damage:24s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:15s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:pilot_goggles\",Count:1s,Damage:0s}", - "{id:\"projectred-integration:gate\",Count:7s,Damage:26s}", - "{id:\"projectred-integration:gate\",Count:11s,Damage:32s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:1s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:2s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:3s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:4s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:5s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:6s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:7s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:8s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:9s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:10s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:11s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:12s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:14s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:15s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:16s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:17s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:18s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:19s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:20s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:21s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:22s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:23s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:24s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:25s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:26s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:27s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:28s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:31s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:1s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:3s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:5s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:7s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:8s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:10s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:11s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:12s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:13s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:lantern\",Count:1s,Damage:15s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:1s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:3s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:5s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:7s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:8s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:10s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:11s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:12s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:13s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:1s,Damage:15s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:fixture_light\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:charged_battery\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:electric_screwdriver\",Count:12s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:10s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:21s,Damage:5s}", - "{id:\"projectred-expansion:machine2\",Count:5s,Damage:6s}", - "{id:\"projectred-expansion:machine2\",Count:11s,Damage:7s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:1s}", - "{id:\"projectred-transportation:pipe\",Count:23s,Damage:3s}", - "{id:\"projectred-transportation:pipe\",Count:2s,Damage:32s}", - "{id:\"projectred-transportation:routing_chip\",Count:11s,Damage:6s}", - "{id:\"projectred-exploration:ore\",Count:5s,Damage:4s}", - "{id:\"projectred-exploration:stone\",Count:67s,Damage:5s}", - "{id:\"projectred-exploration:stone\",Count:67s,Damage:6s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:5s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:6s}", - "{id:\"projectred-exploration:stone_wall\",Count:24s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_saw\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_saw\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_sickle\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_sickle\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:diamond_sickle\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:9s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{id:\"libvulpes:productdust\",Count:5s,Damage:5s}", - "{id:\"libvulpes:productingot\",Count:5s,Damage:5s}", - "{id:\"libvulpes:ore0\",Count:5s,Damage:5s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:fuelingstation\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:monitoringstation\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:loader\",Count:33s,Damage:6s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:44s,Damage:0s}", - "{id:\"advancedrocketry:iquartzcrucible\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:40s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:observatory\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:41s,Damage:0s}", - "{id:\"advancedrocketry:microwavereciever\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:liquidtank\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:railgun\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:spaceelevatorcontroller\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:beacon\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:wirelesstransciever\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:spacelaser\",Count:27s,Damage:0s}", - "{id:\"chisel:glass\",Count:5s,Damage:0s}", - "{id:\"chisel:glass\",Count:5s,Damage:1s}", - "{id:\"chisel:glass\",Count:5s,Damage:2s}", - "{id:\"chisel:glass\",Count:5s,Damage:3s}", - "{id:\"chisel:glass\",Count:5s,Damage:4s}", - "{id:\"chisel:glass\",Count:5s,Damage:5s}", - "{id:\"chisel:glass\",Count:5s,Damage:6s}", - "{id:\"chisel:glass\",Count:5s,Damage:7s}", - "{id:\"chisel:glass\",Count:5s,Damage:8s}", - "{id:\"chisel:glass\",Count:5s,Damage:9s}", - "{id:\"chisel:glass\",Count:5s,Damage:10s}", - "{id:\"chisel:glass\",Count:5s,Damage:11s}", - "{id:\"chisel:glass\",Count:5s,Damage:12s}", - "{id:\"chisel:glass\",Count:5s,Damage:13s}", - "{id:\"chisel:glass\",Count:5s,Damage:14s}", - "{id:\"chisel:glass\",Count:5s,Damage:15s}", - "{id:\"chisel:glass1\",Count:5s,Damage:0s}", - "{id:\"chisel:glass1\",Count:5s,Damage:1s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:0s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:1s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:2s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:3s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:4s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:5s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:6s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:7s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:8s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:9s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:10s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:11s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:12s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:13s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:14s}", - "{id:\"chisel:glasspane\",Count:1s,Damage:15s}", - "{id:\"chisel:glasspane1\",Count:1s,Damage:0s}", - "{id:\"chisel:glasspane1\",Count:1s,Damage:1s}", - "{id:\"chisel:glassdyedblack\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedblack\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedblack\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedblack\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedblack\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedblack\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedred\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedred\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedred\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedred\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedred\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedred\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedgreen\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedgreen\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedgreen\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedgreen\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedgreen\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedgreen\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedbrown\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedbrown\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedbrown\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedbrown\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedbrown\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedbrown\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedblue\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedblue\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedblue\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedblue\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedblue\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedblue\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedpurple\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedpurple\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedpurple\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedpurple\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedpurple\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedpurple\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedcyan\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedcyan\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedcyan\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedcyan\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedcyan\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedcyan\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedlightgray\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedlightgray\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedlightgray\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedlightgray\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedlightgray\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedlightgray\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedgray\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedgray\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedgray\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedgray\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedgray\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedgray\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedpink\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedpink\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedpink\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedpink\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedpink\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedpink\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedlime\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedlime\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedlime\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedlime\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedlime\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedlime\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedyellow\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedyellow\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedyellow\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedyellow\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedyellow\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedyellow\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedlightblue\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedlightblue\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedlightblue\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedlightblue\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedlightblue\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedlightblue\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedmagenta\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedmagenta\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedmagenta\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedmagenta\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedmagenta\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedmagenta\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedorange\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedorange\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedorange\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedorange\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedorange\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedorange\",Count:5s,Damage:5s}", - "{id:\"chisel:glassdyedwhite\",Count:5s,Damage:0s}", - "{id:\"chisel:glassdyedwhite\",Count:5s,Damage:1s}", - "{id:\"chisel:glassdyedwhite\",Count:5s,Damage:2s}", - "{id:\"chisel:glassdyedwhite\",Count:5s,Damage:3s}", - "{id:\"chisel:glassdyedwhite\",Count:5s,Damage:4s}", - "{id:\"chisel:glassdyedwhite\",Count:5s,Damage:5s}", - "{id:\"thaumcraft:ore_amber\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:ore_quartz\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_aer\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_ignis\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_aqua\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_terra\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_ordo\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_perditio\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_vitium\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:amber_block\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:matrix_speed\",Count:75s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:75s,Damage:0s}", - "{id:\"thaumcraft:vis_battery\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench_charger\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:lamp_arcane\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:recharge_pedestal\",Count:24s,Damage:0s}", - "{id:\"thaumcraft:wand_workbench\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:33s,Damage:0s}", - "{id:\"thaumcraft:spa\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:condenser_lattice\",Count:22s,Damage:0s}", - "{id:\"libvulpes:holoprojector\",Count:3s,Damage:0s}", - "{id:\"divinerpg:diamond_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:diamond_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:frosted_glass\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass2\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass3\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass4\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass5\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass6\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass7\",Count:5s,Damage:0s}", - "{id:\"divinerpg:stained_glass8\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teleportation_crystal\",Count:11s,Damage:0s}", - "{id:\"divinerpg:blue_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:gray_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:red_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:yellow_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:green_diamond_chunk\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:snow_globe\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:3s,Damage:1s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:3s,Damage:2s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:3s,Damage:3s}", - "{id:\"advancedrocketry:ic\",Count:22s,Damage:3s}", - "{id:\"advancedrocketry:ic\",Count:22s,Damage:4s}", - "{id:\"advancedrocketry:ic\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:satellite\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:lens\",Count:2s,Damage:0s}", - "{id:\"chisel:auto_chisel\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_diamond\",Count:11s,tag:{chiseldata:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_hitech\",Count:8s,tag:{chiseldata:{}},Damage:0s}", - "{id:\"thaumcraft:amber\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:10s,Damage:3s}", - "{id:\"thaumcraft:cluster\",Count:10s,Damage:7s}", - "{id:\"thaumcraft:vis_resonator\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mechanism_complex\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:morphic_resonator\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:8s,Damage:1s}", - "{id:\"thaumcraft:module\",Count:2s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vitreus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"vitreus\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:39s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:resonator\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:8s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:8s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_1\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:golem_bell\",Count:15s,Damage:0s}", - "{id:\"enderio:item_conduit_facade\",Count:1s,Damage:2s}", - "{id:\"enderio:item_conduit_facade\",Count:1s,Damage:3s}", - "{id:\"enderio:item_material\",Count:11s,Damage:14s}", - "{id:\"enderio:item_material\",Count:11s,Damage:15s}", - "{id:\"enderio:item_material\",Count:15s,Damage:16s}", - "{id:\"enderio:item_material\",Count:11s,Damage:17s}", - "{id:\"enderio:item_material\",Count:44s,Damage:18s}", - "{id:\"enderio:item_material\",Count:5s,Damage:27s}", - "{id:\"enderio:item_material\",Count:1s,Damage:51s}", - "{id:\"enderio:item_material\",Count:1s,Damage:52s}", - "{id:\"enderio:item_material\",Count:2s,Damage:67s}", - "{id:\"enderio:block_decoration1\",Count:6s,Damage:15s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:6s}", - "{id:\"enderio:block_decoration2\",Count:4s,Damage:11s}", - "{id:\"enderio:block_decoration2\",Count:4s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:11s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:11s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:27s,tag:{\"enderio:energy\":2000000,\"enderio:famount\":200},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:8s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:8s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_big\",Count:8s,Damage:0s}", - "{id:\"enderio:block_fused_quartz\",Count:6s,Damage:0s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:1s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:2s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:3s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:4s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:5s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:6s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:7s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:8s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:9s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:10s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:11s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:12s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:13s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:14s}", - "{id:\"enderio:block_fused_quartz\",Count:4s,Damage:15s}", - "{id:\"enderio:block_fused_glass\",Count:2s,Damage:0s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:1s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:2s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:3s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:4s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:5s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:6s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:7s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:8s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:9s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:10s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:11s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:12s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:13s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:14s}", - "{id:\"enderio:block_fused_glass\",Count:5s,Damage:15s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:5s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:2s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:1s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:2s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:3s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:4s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:5s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:6s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:7s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:8s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:9s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:10s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:11s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:12s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:13s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:14s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:15s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:4s,Damage:0s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_holy_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_holy_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:3s,Damage:0s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:1s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:2s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:3s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:4s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:5s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:6s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:7s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:8s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:9s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:10s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:11s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:12s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:13s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:14s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:2s,Damage:15s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:4s,Damage:0s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_unholy_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_unholy_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:3s,Damage:0s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:1s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:2s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:3s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:4s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:5s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:6s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:7s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:8s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:9s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:10s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:11s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:12s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:13s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:14s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:2s,Damage:15s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:4s,Damage:0s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_pasture_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_pasture_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:3s,Damage:0s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:1s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:2s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:3s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:4s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:5s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:6s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:7s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:8s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:9s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:10s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:11s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:12s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:13s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:14s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:2s,Damage:15s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:3s,Damage:0s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:1s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:2s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:3s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:4s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:5s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:6s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:7s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:8s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:9s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:10s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:11s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:12s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:13s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:14s}", - "{id:\"enderio:block_not_holy_fused_quartz\",Count:2s,Damage:15s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:2s,Damage:0s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:3s,Damage:0s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:1s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:2s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:3s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:4s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:5s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:6s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:7s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:8s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:9s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:10s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:11s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:12s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:13s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:14s}", - "{id:\"enderio:block_not_unholy_fused_quartz\",Count:2s,Damage:15s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:2s,Damage:0s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:3s,Damage:0s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:1s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:2s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:3s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:4s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:5s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:6s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:7s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:8s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:9s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:10s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:11s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:12s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:13s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:14s}", - "{id:\"enderio:block_not_pasture_fused_quartz\",Count:2s,Damage:15s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:2s,Damage:0s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:item_dark_steel_hand\",Count:16s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:1s}", - "{id:\"enderio:block_enchanter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_farm_station\",Count:24s,Damage:0s}", - "{id:\"enderio:block_zombie_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_lava_generator\",Count:16s,Damage:0s}", - "{id:\"enderio:block_killer_joe\",Count:22s,Damage:0s}", - "{id:\"enderio:block_attractor_obelisk\",Count:8s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:11s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:33s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:16s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:18s,Damage:0s}", - "{id:\"enderio:block_reservoir\",Count:2s,Damage:0s}", - "{id:\"enderio:block_omni_reservoir\",Count:7s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:11s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:1s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:12s,Damage:1s}", - "{id:\"enderio:block_solar_panel\",Count:12s,Damage:2s}", - "{id:\"enderio:block_powered_spawner\",Count:16s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:16s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:16s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:16s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:16s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:16s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{id:\"enderio:block_vat\",Count:33s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:24s,Damage:0s}", - "{id:\"enderio:block_tank\",Count:22s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:16000}}},Damage:0s}", - "{id:\"enderio:block_tank\",Count:16s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:32000}}},Damage:1s}", - "{id:\"enderio:block_vacuum_chest\",Count:8s,Damage:0s}", - "{id:\"enderio:block_xp_vacuum\",Count:8s,Damage:0s}", - "{id:\"enderio:block_travel_anchor\",Count:8s,Damage:0s}", - "{id:\"enderio:block_tele_pad\",Count:15s,Damage:0s}", - "{id:\"enderio:block_cap_bank\",Count:1s,Damage:1s}", - "{id:\"enderio:block_cap_bank\",Count:1s,tag:{\"enderio:energy\":10000000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:minotaur_axe\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:glass_sword\",Count:96s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:glass_sword\",Count:96s,tag:{Unbreakable:1b},Damage:0s}", - "{id:\"twilightforest:firefly_jar\",Count:35s,Damage:0s}", - "{id:\"tconstruct:clear_glass\",Count:5s,Damage:0s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:0s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:1s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:2s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:3s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:4s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:5s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:6s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:7s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:8s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:9s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:10s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:11s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:12s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:13s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:14s}", - "{id:\"tconstruct:clear_stained_glass\",Count:5s,Damage:15s}", - "{id:\"tconstruct:materials\",Count:11s,Damage:16s}", - "{id:\"tconstruct:seared_tank\",Count:3s,Damage:0s}", - "{id:\"tconstruct:seared_tank\",Count:18s,Damage:1s}", - "{id:\"tconstruct:seared_tank\",Count:11s,Damage:2s}", - "{id:\"tconstruct:seared_glass\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_kama\",Count:22s,Damage:0s}", - "{id:\"immersiveengineering:stone_decoration\",Count:3s,Damage:8s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:5s}", - "{id:\"immersiveengineering:connector\",Count:5s,Damage:13s}", - "{id:\"immersiveengineering:metal_device1\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:1s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:2s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:fluorescent_tube\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_glass\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_vibrant_glass\",Count:2s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:10s,Damage:0s}", - "{id:\"appliedenergistics2:spatial_io_port\",Count:19s,Damage:0s}", - "{id:\"appliedenergistics2:chest\",Count:8s,Damage:0s}", - "{id:\"appliedenergistics2:io_port\",Count:11s,Damage:0s}", - "{id:\"appliedenergistics2:condenser\",Count:15s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_growth_accelerator\",Count:4s,Damage:0s}", - "{id:\"appliedenergistics2:energy_cell\",Count:2s,Damage:0s}", - "{id:\"appliedenergistics2:energy_cell\",Count:2s,tag:{internalMaxPower:200000.0d,internalCurrentPower:200000.0d},Damage:0s}", - "{id:\"appliedenergistics2:dense_energy_cell\",Count:12s,Damage:0s}", - "{id:\"appliedenergistics2:dense_energy_cell\",Count:12s,tag:{internalMaxPower:1600000.0d,internalCurrentPower:1600000.0d},Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_4k\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:4s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:11s,Damage:0s}", - "{id:\"appliedenergistics2:light_detector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_spade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_wrench\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_cutting_knife\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:entropy_manipulator\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:entropy_manipulator\",Count:1s,tag:{internalMaxPower:200000.0d,internalCurrentPower:200000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:9s,tag:{internalMaxPower:1600000.0d,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:matter_cannon\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:matter_cannon\",Count:3s,tag:{internalMaxPower:200000.0d,internalCurrentPower:200000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:7s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:color_applicator\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:color_applicator\",Count:3s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:view_cell\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_1k\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_4k\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_16k\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_64k\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_1k\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_4k\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_16k\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_64k\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:600},Damage:600s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:800},Damage:600s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:1000},Damage:600s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:28s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:44s}", - "{id:\"appliedenergistics2:material\",Count:4s,Damage:52s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:29s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:31s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:58s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:30s}", - "{id:\"appliedenergistics2:material\",Count:6s,Damage:37s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:36s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:38s}", - "{id:\"appliedenergistics2:material\",Count:4s,Damage:39s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:14s}", - "{id:\"appliedenergistics2:material\",Count:6s,Damage:56s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:55s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:57s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:160s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:180s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:380s}", - "{id:\"projecte:alchemical_chest\",Count:22s,Damage:0s}", - "{id:\"projecte:collector_mk1\",Count:101s,Damage:0s}", - "{id:\"projecte:collector_mk2\",Count:132s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:225s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:61s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:45s,Damage:0s}", - "{id:\"projecte:interdiction_torch\",Count:33s,Damage:0s}", - "{id:\"projecte:relay_mk1\",Count:101s,Damage:0s}", - "{id:\"projecte:relay_mk2\",Count:132s,Damage:0s}", - "{id:\"projecte:relay_mk3\",Count:225s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:99s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:297s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:5s}", - "{id:\"projecte:item.pe_matter\",Count:75s,Damage:0s}", - "{id:\"projecte:item.pe_matter\",Count:168s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_pick\",Count:191s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_axe\",Count:191s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shovel\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_sword\",Count:123s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hoe\",Count:135s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shears\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hammer\",Count:146s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_pick\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_axe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shovel\",Count:240s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_sword\",Count:344s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hoe\",Count:409s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shears\",Count:176s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hammer\",Count:474s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_katar\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_morning_star\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:252s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_zero_ring\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_density\",Count:168s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:137s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:462s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:252s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:252s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mind_stone\",Count:252s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:378s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_evertide_amulet\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_volcanite_amulet\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:180s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:500s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:2s,Damage:3s}", - "{id:\"bloodmagic:blood_rune\",Count:4s,Damage:4s}", - "{id:\"bloodmagic:blood_tank\",Count:7s,Damage:0s}", - "{id:\"bloodmagic:blood_tank\",Count:10s,Damage:1s}", - "{id:\"bloodmagic:blood_tank\",Count:15s,Damage:2s}", - "{id:\"bloodmagic:blood_tank\",Count:22s,Damage:3s}", - "{id:\"bloodmagic:blood_tank\",Count:33s,Damage:4s}", - "{id:\"bloodmagic:blood_tank\",Count:49s,Damage:5s}", - "{id:\"bloodmagic:blood_tank\",Count:73s,Damage:6s}", - "{id:\"bloodmagic:blood_tank\",Count:109s,Damage:7s}", - "{id:\"bloodmagic:blood_tank\",Count:163s,Damage:8s}", - "{id:\"bloodmagic:blood_tank\",Count:244s,Damage:9s}", - "{id:\"bloodmagic:blood_tank\",Count:366s,Damage:10s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:11s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:12s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:13s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:14s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:15s}", - "{id:\"bloodmagic:mimic\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sacrificial_dagger\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_diviner\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_diviner\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_reader\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:lava_crystal\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:8s,Damage:0s}", - "{id:\"bloodmagic:base_item_filter\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_diamond\",Count:33s,Damage:0s}", - "{id:\"animus:altardiviner\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodfury\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodstone_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallite_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepoid_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:42s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:17s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:72s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dual_sight\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_boom\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_bow\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:celestial_staff\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystik_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_chiller\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_drainer\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxic_terrorizer\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:discharge_capsule\",Count:1s,Damage:0s}", - "{id:\"aoa3:amethyst\",Count:15s,Damage:0s}", - "{id:\"aoa3:bloodstone\",Count:15s,Damage:0s}", - "{id:\"aoa3:crystallite\",Count:15s,Damage:0s}", - "{id:\"aoa3:gemenyte\",Count:10s,Damage:0s}", - "{id:\"aoa3:jade\",Count:10s,Damage:0s}", - "{id:\"aoa3:jewelyte\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornamyte\",Count:10s,Damage:0s}", - "{id:\"aoa3:sapphire\",Count:15s,Damage:0s}", - "{id:\"aoa3:shyregem\",Count:18s,Damage:0s}", - "{id:\"aoa3:blue_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:green_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:purple_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:white_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_crystal\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:33s,Damage:0s}", - "{id:\"aoa3:blue_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:22s,Damage:0s}", - "{id:\"aoa3:red_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:green_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:purple_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:white_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:ice_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunarade_mug\",Count:3s,Damage:0s}", - "{id:\"aoa3:explosive_gems\",Count:45s,Damage:0s}", - "{id:\"aoa3:troll_idol\",Count:33s,Damage:0s}", - "{id:\"aoa3:warlock_gem\",Count:11s,Damage:0s}", - "{id:\"aoa3:candyland_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystevia_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:diamond_bowl\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gemcracker\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:night_vision_goggles\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_legs\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_helmet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_boots\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:11s,Damage:0s}", - "{id:\"aoa3:crystevia_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:candyland_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:candyland_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:amethyst_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:bloodstone_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:blue_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:gemenyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:green_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:jade_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:jewelyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornamyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:purple_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:sapphire_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:shyregem_ore\",Count:18s,Damage:0s}", - "{id:\"aoa3:white_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:amethyst_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:bloodstone_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:crystallite_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:ivory_amethyst_lamp_off\",Count:8s,Damage:0s}", - "{id:\"aoa3:ivory_jade_lamp_off\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory_sapphire_lamp_off\",Count:8s,Damage:0s}", - "{id:\"aoa3:jade_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:aqua_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:blue_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:brown_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:cyan_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_grey_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:green_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:grey_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:lime_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:magenta_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:orange_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:pink_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:purple_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:red_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:sapphire_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:abyssal_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:aquatic_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:archaic_glass_breakable\",Count:5s,Damage:0s}", - "{id:\"aoa3:baron_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:decayed_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:gardencian_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:haven_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:iro_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:vox_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:zhinx_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:amethyst_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:bloodstone_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:crystallite_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:gemenyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:jade_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:jewelyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:ornamyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:sapphire_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:shyregem_block\",Count:121s,Damage:0s}", - "{id:\"aoa3:crystallanium\",Count:22s,Damage:0s}", - "{id:\"aoa3:damage_enhancer\",Count:26s,Damage:0s}", - "{id:\"aoa3:durability_enhancer\",Count:26s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:3s,Damage:0s}", - "{id:\"aoa3:resistance_enhancer\",Count:3s,Damage:0s}", - "{id:\"aoa3:speed_enhancer\",Count:3s,Damage:0s}", - "{id:\"aoa3:weight_enhancer\",Count:3s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:magic_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_fire_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_fire_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_fire_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_fire_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_ice_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_ice_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_ice_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_ice_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_lightning_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_lightning_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_lightning_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_lightning_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_necromancy_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_necromancy_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_necromancy_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_necromancy_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_earth_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_earth_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_earth_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_earth_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_sorcery_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_sorcery_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_sorcery_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_sorcery_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_healing_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_healing_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_healing_wand\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_healing_wand\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:small_mana_flask\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:medium_mana_flask\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:large_mana_flask\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_lightning_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_sorcery_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_nature_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_fire_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_ice_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_healing_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_necromancy_sword\",Count:1s,Damage:0s}", - "{id:\"bhc:red_heart_canister\",Count:33s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:24s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:18s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:24s,Damage:0s}", - "{id:\"bhc:relic_apple\",Count:45s,Damage:0s}", - "{id:\"botania:manaresource\",Count:15s,Damage:2s}", - "{id:\"botania:manaresource\",Count:15s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:11s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:11s,tag:{mana:500000,creative:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:8s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:6s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:134s,Damage:0s}", - "{id:\"botania:quartz\",Count:5s,Damage:0s}", - "{id:\"botania:quartz\",Count:5s,Damage:1s}", - "{id:\"botania:quartz\",Count:5s,Damage:2s}", - "{id:\"botania:quartz\",Count:5s,Damage:3s}", - "{id:\"botania:quartz\",Count:5s,Damage:4s}", - "{id:\"botania:quartz\",Count:5s,Damage:5s}", - "{id:\"botania:quartz\",Count:5s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manabottle\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:glasspick\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:diviningrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:gravityrod\",Count:11s,Damage:0s}", - "{id:\"botania:vial\",Count:5s,Damage:0s}", - "{id:\"botania:vial\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:monocle\",Count:3s,Damage:0s}", - "{id:\"botania:worldseed\",Count:2s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:22s,Damage:0s}", - "{id:\"botania:phantomink\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:100s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:11s,Damage:0s}", - "{id:\"botania:quartztypedark\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypedark\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypedark\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslabdarkhalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairsdark\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypemana\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypemana\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypemana\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslabmanahalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairsmana\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypeblaze\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypeblaze\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypeblaze\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslabblazehalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairsblaze\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypelavender\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypelavender\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypelavender\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslablavenderhalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairslavender\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypered\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypered\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypered\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslabredhalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairsred\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypeelf\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypeelf\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypeelf\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslabelfhalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairself\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypesunny\",Count:15s,Damage:0s}", - "{id:\"botania:quartztypesunny\",Count:7s,Damage:1s}", - "{id:\"botania:quartztypesunny\",Count:11s,Damage:2s}", - "{id:\"botania:quartzslabsunnyhalf\",Count:5s,Damage:0s}", - "{id:\"botania:quartzstairssunny\",Count:16s,Damage:0s}", - "{id:\"botania:shimmerrock0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0slab\",Count:1s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:managlasspane\",Count:1s,Damage:0s}", - "{id:\"botania:elfglasspane\",Count:1s,Damage:0s}", - "{id:\"botania:bifrostpermpane\",Count:1s,Damage:0s}", - "{id:\"botania:spreader\",Count:11s,Damage:3s}", - "{id:\"botania:pool\",Count:11s,Damage:3s}", - "{id:\"botania:pylon\",Count:11s,Damage:0s}", - "{id:\"botania:pylon\",Count:8s,Damage:1s}", - "{id:\"botania:pylon\",Count:8s,Damage:2s}", - "{id:\"botania:manadetector\",Count:2s,Damage:0s}", - "{id:\"botania:storage\",Count:101s,Damage:3s}", - "{id:\"botania:storage\",Count:101s,Damage:4s}", - "{id:\"botania:custombrick\",Count:15s,Damage:0s}", - "{id:\"botania:custombrick\",Count:15s,Damage:1s}", - "{id:\"botania:custombrick\",Count:15s,Damage:2s}", - "{id:\"botania:custombrick\",Count:15s,Damage:3s}", - "{id:\"botania:custombrick\",Count:15s,Damage:4s}", - "{id:\"botania:custombrick\",Count:15s,Damage:5s}", - "{id:\"botania:custombrick\",Count:15s,Damage:6s}", - "{id:\"botania:custombrick\",Count:15s,Damage:7s}", - "{id:\"botania:custombrick\",Count:15s,Damage:8s}", - "{id:\"botania:custombrick\",Count:15s,Damage:9s}", - "{id:\"botania:custombrick\",Count:15s,Damage:10s}", - "{id:\"botania:custombrick\",Count:15s,Damage:11s}", - "{id:\"botania:custombrick\",Count:15s,Damage:12s}", - "{id:\"botania:custombrick\",Count:15s,Damage:13s}", - "{id:\"botania:custombrick\",Count:15s,Damage:14s}", - "{id:\"botania:custombrick\",Count:15s,Damage:15s}", - "{id:\"botania:elfglass\",Count:5s,Damage:0s}", - "{id:\"botania:managlass\",Count:5s,Damage:0s}", - "{id:\"botania:prism\",Count:22s,Damage:0s}", - "{id:\"botania:corporeacrystalcube\",Count:15s,Damage:0s}", - "{id:\"botania:hourglass\",Count:7s,Damage:0s}", - "{id:\"botania:bifrostperm\",Count:5s,Damage:0s}", - "{id:\"botania:shimmerrock\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks\",Count:3s,Damage:0s}", - "{id:\"botania:avatar\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:athame\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:boline\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:nazar\",Count:8s,Damage:0s}", - "{id:\"bewitchment:amethyst\",Count:4s,Damage:0s}", - "{id:\"bewitchment:garnet\",Count:4s,Damage:0s}", - "{id:\"bewitchment:opal\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:11s,Damage:0s}", - "{id:\"bewitchment:snake_venom\",Count:9s,Damage:0s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:0s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:1s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:2s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:3s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:4s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:5s}", - "{id:\"bibliocraft:potionshelf\",Count:2s,Damage:6s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:cookiejar\",Count:3s,Damage:0s}", - "{id:\"bloodarsenal:blood_stained_glass\",Count:3s,Damage:0s}", - "{id:\"bloodarsenal:blood_stained_glass_pane\",Count:1s,Damage:0s}", - "{id:\"bloodarsenal:altare_aenigmatica\",Count:11s,Damage:0s}", - "{id:\"bloodarsenal:stasis_plate\",Count:41s,Damage:0s}", - "{id:\"bloodarsenal:blood_capacitor\",Count:4s,Damage:0s}", - "{id:\"bloodarsenal:base_item\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:glass_sacrificial_dagger\",Count:13s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:24s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:11s,Damage:1s}", - "{id:\"bloodarsenal:gem\",Count:18s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:buildingtool\",Count:22s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:exchangertool\",Count:22s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:copypastetool\",Count:22s,tag:{mode:\"Copy\"},Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert3\",Count:56s,Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:125s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{id:\"conarm:invisible_ink\",Count:6s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_attack\",Count:90s,Damage:0s}", - "{id:\"conarm:travel_goggles_base\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_goggles\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:5s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:trial_key\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:black_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:fury_maul\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:slime_sword\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:serenade_striker\",Count:56s,Damage:0s}", - "{id:\"erebus:ore_diamond\",Count:15s,Damage:0s}", - "{id:\"erebus:ore_emerald\",Count:15s,Damage:0s}", - "{id:\"erebus:ore_quartz\",Count:10s,Damage:0s}", - "{id:\"erebus:ore_petrified_quartz\",Count:10s,Damage:0s}", - "{id:\"erebus:ore_encrusted_diamond\",Count:15s,Damage:0s}", - "{id:\"erebus:glowing_jar\",Count:18s,Damage:0s}", - "{id:\"erebus:fluid_jar\",Count:18s,Damage:0s}", - "{id:\"erebus:smoothie_maker\",Count:18s,Damage:0s}", - "{id:\"erebus:liquifier\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_compound_goggles\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:compound_goggles\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:anti_venom_bottle\",Count:2s,Damage:0s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:2s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:3s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:7s}", - "{id:\"extendedcrafting:material\",Count:69s,Damage:10s}", - "{id:\"extendedcrafting:material\",Count:69s,Damage:11s}", - "{id:\"extendedcrafting:material\",Count:23s,Damage:16s}", - "{id:\"extendedcrafting:material\",Count:23s,Damage:17s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:128s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:129s}", - "{id:\"extracpus:crafting_storage_256k\",Count:24s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:55s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:124s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:279s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:6s,Damage:0s}", - "{id:\"bigreactors:turbinebearing\",Count:33s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:13s,Damage:0s}", - "{id:\"bigreactors:turbineglass\",Count:4s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:13s,Damage:0s}", - "{id:\"bigreactors:reactorglass\",Count:4s,Damage:0s}", - "{id:\"bigreactors:reactorfuelrod\",Count:4s,Damage:0s}", - "{id:\"fluxnetworks:fluxstorage\",Count:1s,Damage:0s}", - "{id:\"fluxnetworks:herculeanfluxstorage\",Count:6s,Damage:0s}", - "{id:\"fluxnetworks:gargantuanfluxstorage\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:33s,Damage:2s}", - "{id:\"hatchery:shredder\",Count:16s,Damage:0s}", - "{id:\"iceandfire:sapphire_ore\",Count:15s,Damage:0s}", - "{id:\"iceandfire:sapphire_block\",Count:67s,Damage:0s}", - "{id:\"iceandfire:jar_empty\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:3s,Damage:4s}", - "{id:\"iceandfire:sapphire_gem\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iron_hippogryph_armor\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:diamond_hippogryph_armor\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:11s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:33s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:45s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:logic_director\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_block_item\",Count:26s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_block_item\",Count:26s,Damage:0s}", - "{id:\"integratedtunnels:part_player_simulator_item\",Count:51s,Damage:0s}", - "{id:\"mysticalagriculture:soul_glass\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:growth_accelerator\",Count:11s,Damage:0s}", - "{id:\"mysticalagriculture:witherproof_glass\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:15s,Damage:53s}", - "{id:\"mysticalagriculture:crafting\",Count:8s,Damage:54s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:core_remover\",Count:11s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_fertilizer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:12s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:12s,Damage:4s}", - "{id:\"mysticalagriculture:nether_quartz_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:diamond_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:emerald_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:tin_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:ruby_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:sapphire_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:amber_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:coralium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:0s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:1s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:4s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:5s}", - "{id:\"rftools:infused_diamond\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Depths Ghoul\",level:10,mobId:\"abyssalcraft:depthsghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Elder Guardian\",level:10,mobId:\"minecraft:elder_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wither Skeleton\",level:10,mobId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stray\",level:10,mobId:\"minecraft:stray\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Husk\",level:10,mobId:\"minecraft:husk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie Villager\",level:10,mobId:\"minecraft:zombie_villager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleton Horse\",level:10,mobId:\"minecraft:skeleton_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie Horse\",level:10,mobId:\"minecraft:zombie_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Donkey\",level:10,mobId:\"minecraft:donkey\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mule\",level:10,mobId:\"minecraft:mule\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Evoker\",level:10,mobId:\"minecraft:evocation_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vex\",level:10,mobId:\"minecraft:vex\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vindicator\",level:10,mobId:\"minecraft:vindication_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Illusioner\",level:10,mobId:\"minecraft:illusion_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pig\",level:10,mobId:\"abyssalcraft:evilpig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Abyssal Zombie\",level:10,mobId:\"abyssalcraft:abyssalzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"J\u0027zahar, Gatekeeper of The Abyss\",level:10,mobId:\"abyssalcraft:jzahar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creeper\",level:10,mobId:\"minecraft:creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleton\",level:10,mobId:\"minecraft:skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spider\",level:10,mobId:\"minecraft:spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Giant\",level:10,mobId:\"minecraft:giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie\",level:10,mobId:\"minecraft:zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Slime\",level:10,mobId:\"minecraft:slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghast\",level:10,mobId:\"minecraft:ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie Pigman\",level:10,mobId:\"minecraft:zombie_pigman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Enderman\",level:10,mobId:\"minecraft:enderman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Spider\",level:10,mobId:\"minecraft:cave_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Silverfish\",level:10,mobId:\"minecraft:silverfish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blaze\",level:10,mobId:\"minecraft:blaze\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Magma Cube\",level:10,mobId:\"minecraft:magma_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ender Dragon\",level:10,mobId:\"minecraft:ender_dragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wither\",level:10,mobId:\"minecraft:wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bat\",level:10,mobId:\"minecraft:bat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Witch\",level:10,mobId:\"minecraft:witch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Endermite\",level:10,mobId:\"minecraft:endermite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Guardian\",level:10,mobId:\"minecraft:guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shulker\",level:10,mobId:\"minecraft:shulker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Abyssalnite Golem\",level:10,mobId:\"abyssalcraft:abygolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dreaded Abyssalnite Golem\",level:10,mobId:\"abyssalcraft:dreadgolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dreadguard\",level:10,mobId:\"abyssalcraft:dreadguard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spectral Dragon\",level:10,mobId:\"abyssalcraft:dragonminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Asorah, The Fallen\",level:10,mobId:\"abyssalcraft:dragonboss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow Creature\",level:10,mobId:\"abyssalcraft:shadowcreature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow Monster\",level:10,mobId:\"abyssalcraft:shadowmonster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dreadling\",level:10,mobId:\"abyssalcraft:dreadling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Spawn\",level:10,mobId:\"abyssalcraft:dreadspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon Pig\",level:10,mobId:\"abyssalcraft:demonpig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleton Goliath\",level:10,mobId:\"abyssalcraft:gskeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spawn of Cha\u0027garoth\",level:10,mobId:\"abyssalcraft:chagarothspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fist of Cha\u0027garoth\",level:10,mobId:\"abyssalcraft:chagarothfist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cha\u0027garoth, The Dreadbeast\",level:10,mobId:\"abyssalcraft:chagaroth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow Beast\",level:10,mobId:\"abyssalcraft:shadowbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sacthoth, Harbinger of Doom\",level:10,mobId:\"abyssalcraft:shadowboss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Abyssal Anti-Zombie\",level:10,mobId:\"abyssalcraft:antiabyssalzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Bat\",level:10,mobId:\"abyssalcraft:antibat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pig\",level:10,mobId:\"minecraft:pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sheep\",level:10,mobId:\"minecraft:sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cow\",level:10,mobId:\"minecraft:cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chicken\",level:10,mobId:\"minecraft:chicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Squid\",level:10,mobId:\"minecraft:squid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wolf\",level:10,mobId:\"minecraft:wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mooshroom\",level:10,mobId:\"minecraft:mooshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snow Golem\",level:10,mobId:\"minecraft:snowman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ocelot\",level:10,mobId:\"minecraft:ocelot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Iron Golem\",level:10,mobId:\"minecraft:villager_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Horse\",level:10,mobId:\"minecraft:horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rabbit\",level:10,mobId:\"minecraft:rabbit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Polar Bear\",level:10,mobId:\"minecraft:polar_bear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Llama\",level:10,mobId:\"minecraft:llama\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Parrot\",level:10,mobId:\"minecraft:parrot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Chicken\",level:10,mobId:\"abyssalcraft:antichicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Cow\",level:10,mobId:\"abyssalcraft:anticow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Creeper\",level:10,mobId:\"abyssalcraft:anticreeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Ghoul\",level:10,mobId:\"abyssalcraft:antighoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Pig\",level:10,mobId:\"abyssalcraft:antipig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Player\",level:10,mobId:\"abyssalcraft:antiplayer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Skeleton\",level:10,mobId:\"abyssalcraft:antiskeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Spider\",level:10,mobId:\"abyssalcraft:antispider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anti-Zombie\",level:10,mobId:\"abyssalcraft:antizombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Remnant\",level:10,mobId:\"abyssalcraft:remnant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Omothol Ghoul\",level:10,mobId:\"abyssalcraft:omotholghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Minion of The Gatekeeper\",level:10,mobId:\"abyssalcraft:jzaharminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Greater Dread Spawn\",level:10,mobId:\"abyssalcraft:greaterdreadspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Villager\",level:10,mobId:\"minecraft:villager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lesser Dreadbeast\",level:10,mobId:\"abyssalcraft:lesserdreadbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lesser Shoggoth\",level:10,mobId:\"abyssalcraft:lessershoggoth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cow\",level:10,mobId:\"abyssalcraft:evilcow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chicken\",level:10,mobId:\"abyssalcraft:evilchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon Cow\",level:10,mobId:\"abyssalcraft:demoncow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon Chicken\",level:10,mobId:\"abyssalcraft:demonchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sheep\",level:10,mobId:\"abyssalcraft:evilsheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon Sheep\",level:10,mobId:\"abyssalcraft:demonsheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Coralium Infested Squid\",level:10,mobId:\"abyssalcraft:coraliumsquid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dark Offspring\",level:10,mobId:\"abyssalcraft:shuboffspring\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blizz\",level:10,mobId:\"thermalfoundation:blizz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blitz\",level:10,mobId:\"thermalfoundation:blitz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Basalz\",level:10,mobId:\"thermalfoundation:basalz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chaos Guardian\",level:10,mobId:\"draconicevolution:chaosguardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Target Dummy\",level:10,mobId:\"cyclicmagic:robot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flare\",level:10,mobId:\"astralsorcery:entityflare\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spectral Tool\",level:10,mobId:\"astralsorcery:entityspectraltool\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Liquid Spark\",level:10,mobId:\"astralsorcery:entityliquidspark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pixie\",level:10,mobId:\"botania:pixie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Guardian of Gaia\",level:10,mobId:\"botania:doppleganger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pink Wither\",level:10,mobId:\"botania:pink_wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nether Wasp\",level:10,mobId:\"biomesoplenty:wasp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.chickenschicken.name\",level:10,mobId:\"chickens:chickenschicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"System Glitch\",level:10,mobId:\"deepmoblearning:glitch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trial Enderman\",level:10,mobId:\"deepmoblearning:trial_enderman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trial Spider\",level:10,mobId:\"deepmoblearning:trial_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trial Cave Spider\",level:10,mobId:\"deepmoblearning:trial_cave_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trial Slime\",level:10,mobId:\"deepmoblearning:trial_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.monoliths.name\",level:10,mobId:\"dimdoors:mob_monolith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Beetle Larva\",level:10,mobId:\"erebus:erebus.beetle_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wasp\",level:10,mobId:\"erebus:erebus.wasp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Centipede\",level:10,mobId:\"erebus:erebus.centipede\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Beetle\",level:10,mobId:\"erebus:erebus.beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fly\",level:10,mobId:\"erebus:erebus.fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mosquito\",level:10,mobId:\"erebus:erebus.mosquito\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tarantula\",level:10,mobId:\"erebus:erebus.tarantula\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Botfly\",level:10,mobId:\"erebus:erebus.bot_fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Scorpion\",level:10,mobId:\"erebus:erebus.scorpion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Solifuge\",level:10,mobId:\"erebus:erebus.solifuge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Grasshopper\",level:10,mobId:\"erebus:erebus.grasshopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Locust\",level:10,mobId:\"erebus:erebus.locust\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Moth\",level:10,mobId:\"erebus:erebus.moth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rhinoceros Beetle\",level:10,mobId:\"erebus:erebus.rhino_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Antlion\",level:10,mobId:\"erebus:erebus.antlion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Black Widow\",level:10,mobId:\"erebus:erebus.black_widow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Glowworm\",level:10,mobId:\"erebus:erebus.glow_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bombardier Beetle\",level:10,mobId:\"erebus:erebus.bombardier_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Scytodes\",level:10,mobId:\"erebus:erebus.scytodes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Money Spider\",level:10,mobId:\"erebus:erebus.money_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Praying Mantis\",level:10,mobId:\"erebus:erebus.praying_mantis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jumping Spider\",level:10,mobId:\"erebus:erebus.jumping_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Ant\",level:10,mobId:\"erebus:erebus.fire_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Worker Bee\",level:10,mobId:\"erebus:erebus.worker_bee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Velvet Worm\",level:10,mobId:\"erebus:erebus.velvet_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dragonfly\",level:10,mobId:\"erebus:erebus.dragon_fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Titan Beetle\",level:10,mobId:\"erebus:erebus.titan_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Botfly Larva\",level:10,mobId:\"erebus:erebus.bot_fly_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fungal Weevil\",level:10,mobId:\"erebus:erebus.fungal_weevil\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crop Weevil\",level:10,mobId:\"erebus:erebus.crop_weevil\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Woodlouse\",level:10,mobId:\"erebus:erebus.woodlouse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cicada\",level:10,mobId:\"erebus:erebus.cicada\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Ant Soldier\",level:10,mobId:\"erebus:erebus.fire_ant_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lava Web Spider\",level:10,mobId:\"erebus:erebus.lava_web_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Antlion Trove Guardian\",level:10,mobId:\"erebus:erebus.antlion_mini_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chameleon Tick\",level:10,mobId:\"erebus:erebus.chameleon_tick\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Solifuge Small\",level:10,mobId:\"erebus:erebus.solifuge_small\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Midge Swarm\",level:10,mobId:\"erebus:erebus.midge_swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Punchroom\",level:10,mobId:\"erebus:erebus.punchroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crushroom\",level:10,mobId:\"erebus:erebus.crushroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Black Ant\",level:10,mobId:\"erebus:erebus.black_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie Ant\",level:10,mobId:\"erebus:erebus.zombie_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tarantula Brood Mother\",level:10,mobId:\"erebus:erebus.tarantula_mini_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tarantula Baby\",level:10,mobId:\"erebus:erebus.tarantula_baby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pond Skater\",level:10,mobId:\"erebus:erebus.pond_skater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bog Maw\",level:10,mobId:\"erebus:erebus.bog_maw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Magma Crawler\",level:10,mobId:\"erebus:erebus.magma_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Animated Block\",level:10,mobId:\"erebus:erebus.animated_block\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chester\",level:10,mobId:\"erebus:erebus.animated_chest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bamber\",level:10,mobId:\"erebus:erebus.animated_bamboo_crate\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Umbergolem\",level:10,mobId:\"erebus:erebus.umber_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Umber Golem Idol Guardian\",level:10,mobId:\"erebus:erebus.umber_golem_idol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Antlion Overlord\",level:10,mobId:\"erebus:erebus.antlion_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Honey Pot Ant\",level:10,mobId:\"erebus:erebus.honey_pot_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bombardier Beetle Larva\",level:10,mobId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie Ant Soldier\",level:10,mobId:\"erebus:erebus.zombie_ant_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bed Bug\",level:10,mobId:\"erebus:erebus.bed_bug\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stag Beetle\",level:10,mobId:\"erebus:erebus.stag_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Swamp gas flame\",level:10,mobId:\"erebus:erebus.gas_vent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rooster\",level:10,mobId:\"hatchery:roosterentity\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chester\",level:10,mobId:\"thaumadditions:chester\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blue Wolf\",level:10,mobId:\"thaumadditions:blue_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pink Slime\",level:10,mobId:\"industrialforegoing:pink_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spirit\",level:10,mobId:\"randomthings:spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Golden Chicken\",level:10,mobId:\"randomthings:goldenchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Luggage\",level:10,mobId:\"openblocks:luggage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mini Me\",level:10,mobId:\"openblocks:mini_me\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Supreme Leader\",level:10,mobId:\"plustic:supremeleader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blind Bandit\",level:10,mobId:\"plustic:blindbandit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Corrupted Observer\",level:10,mobId:\"tg:observer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dark Druid\",level:10,mobId:\"thebetweenlands:dark_druid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Angler\",level:10,mobId:\"thebetweenlands:angler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sludge\",level:10,mobId:\"thebetweenlands:sludge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Swamp Hag\",level:10,mobId:\"thebetweenlands:swamp_hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wight\",level:10,mobId:\"thebetweenlands:wight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Firefly\",level:10,mobId:\"thebetweenlands:firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sporeling\",level:10,mobId:\"thebetweenlands:sporeling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Leech\",level:10,mobId:\"thebetweenlands:leech\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dragonfly\",level:10,mobId:\"thebetweenlands:dragonfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blood Snail\",level:10,mobId:\"thebetweenlands:blood_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mire Snail\",level:10,mobId:\"thebetweenlands:mire_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mire Snail Egg\",level:10,mobId:\"thebetweenlands:mire_snail_egg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lurker\",level:10,mobId:\"thebetweenlands:lurker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gecko\",level:10,mobId:\"thebetweenlands:gecko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Termite\",level:10,mobId:\"thebetweenlands:termite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Harlequin Toad\",level:10,mobId:\"thebetweenlands:toad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Olm\",level:10,mobId:\"thebetweenlands:olm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chiromaw\",level:10,mobId:\"thebetweenlands:chiromaw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Frog\",level:10,mobId:\"thebetweenlands:frog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shallowbreath\",level:10,mobId:\"thebetweenlands:gas_cloud\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tar Beast\",level:10,mobId:\"thebetweenlands:tar_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Silt Crab\",level:10,mobId:\"thebetweenlands:silt_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pyrad\",level:10,mobId:\"thebetweenlands:pyrad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Peat Mummy\",level:10,mobId:\"thebetweenlands:peat_mummy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tarminion\",level:10,mobId:\"thebetweenlands:tarminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mummy Arm\",level:10,mobId:\"thebetweenlands:mummy_arm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Malevolence\",level:10,mobId:\"thebetweenlands:fortress_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Malevolence Spawner\",level:10,mobId:\"thebetweenlands:fortress_boss_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Malevolence Blockade\",level:10,mobId:\"thebetweenlands:fortress_boss_blockade\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Malevolence Turret\",level:10,mobId:\"thebetweenlands:fortress_boss_turret\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dreadful Peat Mummy\",level:10,mobId:\"thebetweenlands:dreadful_mummy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Smol Sludge\",level:10,mobId:\"thebetweenlands:smoll_sludge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Greebling\",level:10,mobId:\"thebetweenlands:greebling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Boulder Sprite\",level:10,mobId:\"thebetweenlands:boulder_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Small Spirit Tree Face\",level:10,mobId:\"thebetweenlands:spirit_tree_face_small\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Large Spirit Tree Face\",level:10,mobId:\"thebetweenlands:spirit_tree_face_large\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tamed Spirit Tree Face\",level:10,mobId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Root Sprite\",level:10,mobId:\"thebetweenlands:root_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Small Sludge Worm\",level:10,mobId:\"thebetweenlands:small_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tiny Sludge Worm\",level:10,mobId:\"thebetweenlands:tiny_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Large Sludge Worm\",level:10,mobId:\"thebetweenlands:large_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sludge Worm Egg Sac\",level:10,mobId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tiny Sludge Worm Helper\",level:10,mobId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shambler\",level:10,mobId:\"thebetweenlands:shambler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lamprey\",level:10,mobId:\"thebetweenlands:wall_lamprey\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Worm Hole\",level:10,mobId:\"thebetweenlands:moving_spawner_hole\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Living Root\",level:10,mobId:\"thebetweenlands:wall_living_root\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crypt Crawler\",level:10,mobId:\"thebetweenlands:crypt_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Barrishee\",level:10,mobId:\"thebetweenlands:barrishee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ash Sprite\",level:10,mobId:\"thebetweenlands:ash_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Falling Block\",level:10,mobId:\"thebetweenlands:triggered_falling_block\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sludge Jet Turret\",level:10,mobId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Splodeshroom\",level:10,mobId:\"thebetweenlands:splodeshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crypt Crawler Tunnel Entrance\",level:10,mobId:\"thebetweenlands:cc_ground_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Emberling Shaman\",level:10,mobId:\"thebetweenlands:emberling_shaman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.thebetweenlands.flame_jet.name\",level:10,mobId:\"thebetweenlands:flame_jet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Emberling\",level:10,mobId:\"thebetweenlands:emberling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Emberling\",level:10,mobId:\"thebetweenlands:wild_emberling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sludge Menace\",level:10,mobId:\"thebetweenlands:sludge_menace\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.thebetweenlands.draeton_dragonfly.name\",level:10,mobId:\"thebetweenlands:draeton_dragonfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.thebetweenlands.draeton_firefly.name\",level:10,mobId:\"thebetweenlands:draeton_firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.thebetweenlands.draeton_chiromaw_tamed.name\",level:10,mobId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Greebling Rider\",level:10,mobId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Worm Tunnel Entrance\",level:10,mobId:\"thebetweenlands:worm_ground_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chiromaw Matriarch\",level:10,mobId:\"thebetweenlands:chiromaw_matriarch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chiromaw Hatchling\",level:10,mobId:\"thebetweenlands:chiromaw_hatchling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tamed Chiromaw\",level:10,mobId:\"thebetweenlands:chiromaw_tame\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Greebling Coracle\",level:10,mobId:\"thebetweenlands:greebling_coracle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stalker\",level:10,mobId:\"thebetweenlands:stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Infestation\",level:10,mobId:\"thebetweenlands:swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anadia\",level:10,mobId:\"thebetweenlands:anadia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rock Snot\",level:10,mobId:\"thebetweenlands:rock_snot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.thebetweenlands.mist_brige.name\",level:10,mobId:\"thebetweenlands:mist_brige\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jellyfish\",level:10,mobId:\"thebetweenlands:jellyfish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Jellyfish\",level:10,mobId:\"thebetweenlands:jellyfish_cave\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bubbler Crab\",level:10,mobId:\"thebetweenlands:bubbler_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Freshwater Urchin\",level:10,mobId:\"thebetweenlands:freshwater_urchin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Fish\",level:10,mobId:\"thebetweenlands:cave_fish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Greater Crimson Portal\",level:10,mobId:\"thaumcraft:cultistportalgreater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lesser Crimson Portal\",level:10,mobId:\"thaumcraft:cultistportallesser\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Automated Crossbow\",level:10,mobId:\"thaumcraft:turretbasic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Advanced Automated Crossbow\",level:10,mobId:\"thaumcraft:turretadvanced\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arcane Bore\",level:10,mobId:\"thaumcraft:arcanebore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Golem\",level:10,mobId:\"thaumcraft:golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Warden\",level:10,mobId:\"thaumcraft:eldritchwarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Construct\",level:10,mobId:\"thaumcraft:eldritchgolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crimson Praetor\",level:10,mobId:\"thaumcraft:cultistleader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Giant Taintacle\",level:10,mobId:\"thaumcraft:taintaclegiant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Angry Zombie\",level:10,mobId:\"thaumcraft:brainyzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Furious Zombie\",level:10,mobId:\"thaumcraft:giantbrainyzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wisp\",level:10,mobId:\"thaumcraft:wisp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Firebat\",level:10,mobId:\"thaumcraft:firebat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spellbat\",level:10,mobId:\"thaumcraft:spellbat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pech Forager\",level:10,mobId:\"thaumcraft:pech\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mind Spider\",level:10,mobId:\"thaumcraft:mindspider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Guardian\",level:10,mobId:\"thaumcraft:eldritchguardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crimson Knight\",level:10,mobId:\"thaumcraft:cultistknight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crimson Cleric\",level:10,mobId:\"thaumcraft:cultistcleric\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Crab\",level:10,mobId:\"thaumcraft:eldritchcrab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shambling Husk\",level:10,mobId:\"thaumcraft:inhabitedzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Thaumic Slime\",level:10,mobId:\"thaumcraft:thaumslime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tainted Crawler\",level:10,mobId:\"thaumcraft:taintcrawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Taintacle\",level:10,mobId:\"thaumcraft:taintacle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Taint Tendril\",level:10,mobId:\"thaumcraft:taintacletiny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Taint Swarm\",level:10,mobId:\"thaumcraft:taintswarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Taint Seed\",level:10,mobId:\"thaumcraft:taintseed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Giant Taint Seed\",level:10,mobId:\"thaumcraft:taintseedprime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wild Boar\",level:10,mobId:\"twilightforest:wild_boar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bighorn Sheep\",level:10,mobId:\"twilightforest:bighorn_sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wild Deer\",level:10,mobId:\"twilightforest:deer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Redcap Goblin\",level:10,mobId:\"twilightforest:redcap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Swarm Spider\",level:10,mobId:\"twilightforest:swarm_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Naga\",level:10,mobId:\"twilightforest:naga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleton Druid\",level:10,mobId:\"twilightforest:skeleton_druid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hostile Wolf\",level:10,mobId:\"twilightforest:hostile_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twilight Wraith\",level:10,mobId:\"twilightforest:wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hedge Spider\",level:10,mobId:\"twilightforest:hedge_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hydra\",level:10,mobId:\"twilightforest:hydra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twilight Lich\",level:10,mobId:\"twilightforest:lich\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Penguin\",level:10,mobId:\"twilightforest:penguin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lich Minion\",level:10,mobId:\"twilightforest:lich_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Loyal Zombie\",level:10,mobId:\"twilightforest:loyal_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tiny Bird\",level:10,mobId:\"twilightforest:tiny_bird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Forest Squirrel\",level:10,mobId:\"twilightforest:squirrel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dwarf Rabbit\",level:10,mobId:\"twilightforest:bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Forest Raven\",level:10,mobId:\"twilightforest:raven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Questing Ram\",level:10,mobId:\"twilightforest:quest_ram\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kobold\",level:10,mobId:\"twilightforest:kobold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mosquito Swarm\",level:10,mobId:\"twilightforest:mosquito_swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Death Tome\",level:10,mobId:\"twilightforest:death_tome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Minotaur\",level:10,mobId:\"twilightforest:minotaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Minoshroom\",level:10,mobId:\"twilightforest:minoshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Beetle\",level:10,mobId:\"twilightforest:fire_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Slime Beetle\",level:10,mobId:\"twilightforest:slime_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pinch Beetle\",level:10,mobId:\"twilightforest:pinch_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Maze Slime\",level:10,mobId:\"twilightforest:maze_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Redcap Sapper\",level:10,mobId:\"twilightforest:redcap_sapper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mist Wolf\",level:10,mobId:\"twilightforest:mist_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King Spider\",level:10,mobId:\"twilightforest:king_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Firefly\",level:10,mobId:\"twilightforest:firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Carminite Ghastling\",level:10,mobId:\"twilightforest:mini_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Carminite Ghastguard\",level:10,mobId:\"twilightforest:tower_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Carminite Golem\",level:10,mobId:\"twilightforest:tower_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Towerwood Borer\",level:10,mobId:\"twilightforest:tower_termite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Carminite Broodling\",level:10,mobId:\"twilightforest:tower_broodling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ur-Ghast\",level:10,mobId:\"twilightforest:ur_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Block and Chain Goblin\",level:10,mobId:\"twilightforest:blockchain_goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Upper Goblin Knight\",level:10,mobId:\"twilightforest:goblin_knight_upper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lower Goblin Knight\",level:10,mobId:\"twilightforest:goblin_knight_lower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Helmet Crab\",level:10,mobId:\"twilightforest:helmet_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Knight Phantom\",level:10,mobId:\"twilightforest:knight_phantom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Yeti\",level:10,mobId:\"twilightforest:yeti\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Alpha Yeti\",level:10,mobId:\"twilightforest:yeti_alpha\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Winter Wolf\",level:10,mobId:\"twilightforest:winter_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snow Guardian\",level:10,mobId:\"twilightforest:snow_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stable Ice Core\",level:10,mobId:\"twilightforest:stable_ice_core\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Unstable Ice Core\",level:10,mobId:\"twilightforest:unstable_ice_core\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snow Queen\",level:10,mobId:\"twilightforest:snow_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Troll\",level:10,mobId:\"twilightforest:troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Giant Miner\",level:10,mobId:\"twilightforest:giant_miner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Armored Giant\",level:10,mobId:\"twilightforest:armored_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ice Crystal\",level:10,mobId:\"twilightforest:ice_crystal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.twilightforest.harbinger_cube.name\",level:10,mobId:\"twilightforest:harbinger_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Adherent [NYI]\",level:10,mobId:\"twilightforest:adherent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.twilightforest.roving_cube.name\",level:10,mobId:\"twilightforest:roving_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Castle Guardian [NYI]\",level:10,mobId:\"twilightforest:castle_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hydra Head\",level:10,mobId:\"twilightforest:hydra_head\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Boggard [NYI]\",level:10,mobId:\"twilightforest:boggard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie\",level:10,mobId:\"twilightforest:rising_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blue Slime\",level:10,mobId:\"tconstruct:blueslime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Imp\",level:10,mobId:\"natura:imp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nitro Creeper\",level:10,mobId:\"natura:nitrocreeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.sentient_specter.name\",level:10,mobId:\"bloodmagic:sentient_specter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mimic\",level:10,mobId:\"bloodmagic:mimic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.corrupted_zombie.name\",level:10,mobId:\"bloodmagic:corrupted_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.corrupted_sheep.name\",level:10,mobId:\"bloodmagic:corrupted_sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.corrupted_chicken.name\",level:10,mobId:\"bloodmagic:corrupted_chicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.corrupted_spider.name\",level:10,mobId:\"bloodmagic:corrupted_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Airhead\",level:10,mobId:\"aoa3:airhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Alarmo\",level:10,mobId:\"aoa3:alarmo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Amphibior\",level:10,mobId:\"aoa3:amphibior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Amphibiyte\",level:10,mobId:\"aoa3:amphibiyte\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ancient Golem\",level:10,mobId:\"aoa3:ancient_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anemia\",level:10,mobId:\"aoa3:anemia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Angelica\",level:10,mobId:\"aoa3:angelica\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Angler\",level:10,mobId:\"aoa3:angler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Apparition\",level:10,mobId:\"aoa3:apparition\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arc Flower\",level:10,mobId:\"aoa3:arc_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arc Wizard\",level:10,mobId:\"aoa3:arc_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arcbeast\",level:10,mobId:\"aoa3:arcbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Archvine\",level:10,mobId:\"aoa3:archvine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arcworm\",level:10,mobId:\"aoa3:arcworm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ariel\",level:10,mobId:\"aoa3:ariel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arkback\",level:10,mobId:\"aoa3:arkback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arkzyne\",level:10,mobId:\"aoa3:arkzyne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arocknid\",level:10,mobId:\"aoa3:arocknid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Automaton\",level:10,mobId:\"aoa3:automaton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Axiolight\",level:10,mobId:\"aoa3:axiolight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bane\",level:10,mobId:\"aoa3:bane\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Banshee\",level:10,mobId:\"aoa3:banshee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Baroness\",level:10,mobId:\"aoa3:baroness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Basilisk\",level:10,mobId:\"aoa3:basilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Baumba\",level:10,mobId:\"aoa3:baumba\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Black Ursa\",level:10,mobId:\"aoa3:black_ursa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bloodmist\",level:10,mobId:\"aoa3:bloodmist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bloodsucker\",level:10,mobId:\"aoa3:bloodsucker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blue Flower\",level:10,mobId:\"aoa3:blue_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blue Guardian\",level:10,mobId:\"aoa3:blue_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blue Rune Templar\",level:10,mobId:\"aoa3:blue_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:blue_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bobo\",level:10,mobId:\"aoa3:bobo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bomb Carrier\",level:10,mobId:\"aoa3:bomb_carrier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bone Creature\",level:10,mobId:\"aoa3:bone_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bone Creeper\",level:10,mobId:\"aoa3:bone_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Boneback\",level:10,mobId:\"aoa3:boneback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bouncer\",level:10,mobId:\"aoa3:bouncer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Broccohead\",level:10,mobId:\"aoa3:broccohead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Brute\",level:10,mobId:\"aoa3:brute\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bugeye\",level:10,mobId:\"aoa3:bugeye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bush Baby\",level:10,mobId:\"aoa3:bush_baby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Candy Corny\",level:10,mobId:\"aoa3:candy_corny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cane Bug\",level:10,mobId:\"aoa3:cane_bug\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Carrotop\",level:10,mobId:\"aoa3:carrotop\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Case Construct\",level:10,mobId:\"aoa3:case_construct\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Creep\",level:10,mobId:\"aoa3:cave_creep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Creepoid\",level:10,mobId:\"aoa3:cave_creepoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Centinel\",level:10,mobId:\"aoa3:centinel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Charger\",level:10,mobId:\"aoa3:charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cherry Barrager\",level:10,mobId:\"aoa3:cherry_barrager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cherry Blaster\",level:10,mobId:\"aoa3:cherry_blaster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chimera\",level:10,mobId:\"aoa3:chimera\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chocko\",level:10,mobId:\"aoa3:chocko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Chomper\",level:10,mobId:\"aoa3:chomper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Clown\",level:10,mobId:\"aoa3:clown\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Clunkhead\",level:10,mobId:\"aoa3:clunkhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Coniferon\",level:10,mobId:\"aoa3:coniferon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Flight\",level:10,mobId:\"aoa3:construct_flight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Mind\",level:10,mobId:\"aoa3:construct_mind\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Range\",level:10,mobId:\"aoa3:construct_range\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Resistance\",level:10,mobId:\"aoa3:construct_resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Speed\",level:10,mobId:\"aoa3:construct_speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Strength\",level:10,mobId:\"aoa3:construct_strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct of Terror\",level:10,mobId:\"aoa3:construct_terror\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Corallus\",level:10,mobId:\"aoa3:corallus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Coralon\",level:10,mobId:\"aoa3:coralon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Corny\",level:10,mobId:\"aoa3:corny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cotton Candor\",level:10,mobId:\"aoa3:cotton_candor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Craexxeus\",level:10,mobId:\"aoa3:craexxeus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creep\",level:10,mobId:\"aoa3:creep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creeperlock\",level:10,mobId:\"aoa3:creeperlock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creepird\",level:10,mobId:\"aoa3:creepird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creepuple\",level:10,mobId:\"aoa3:creepuple\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crusilisk\",level:10,mobId:\"aoa3:crusilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cryptid\",level:10,mobId:\"aoa3:cryptid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crystocore\",level:10,mobId:\"aoa3:crystocore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cyclops\",level:10,mobId:\"aoa3:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dark Beast\",level:10,mobId:\"aoa3:dark_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dawnlight\",level:10,mobId:\"aoa3:dawnlight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Daysee\",level:10,mobId:\"aoa3:daysee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dead Tree\",level:10,mobId:\"aoa3:dead_tree\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Death Hunter\",level:10,mobId:\"aoa3:death_hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Deinotherium\",level:10,mobId:\"aoa3:deinotherium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon Reaper\",level:10,mobId:\"aoa3:demon_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Desert Charger\",level:10,mobId:\"aoa3:desert_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Destructor\",level:10,mobId:\"aoa3:destructor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Devourer\",level:10,mobId:\"aoa3:devourer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dicer\",level:10,mobId:\"aoa3:dicer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Diocus\",level:10,mobId:\"aoa3:diocus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Distorter\",level:10,mobId:\"aoa3:distorter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Doubler\",level:10,mobId:\"aoa3:doubler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dracyon\",level:10,mobId:\"aoa3:dracyon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dust Strider\",level:10,mobId:\"aoa3:dust_strider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dusteiva\",level:10,mobId:\"aoa3:dusteiva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Duston\",level:10,mobId:\"aoa3:duston\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dweller\",level:10,mobId:\"aoa3:dweller\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dyrehorn\",level:10,mobId:\"aoa3:dyrehorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Echodar\",level:10,mobId:\"aoa3:echodar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eeo\",level:10,mobId:\"aoa3:eeo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eilosapien\",level:10,mobId:\"aoa3:eilosapien\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Hopper (Elite)\",level:10,mobId:\"aoa3:elite_skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Pig (Elite)\",level:10,mobId:\"aoa3:elite_skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleman (Elite)\",level:10,mobId:\"aoa3:elite_skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Elusive\",level:10,mobId:\"aoa3:elusive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Elusive\",level:10,mobId:\"aoa3:elusive_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Embrake\",level:10,mobId:\"aoa3:embrake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Emperor Beast\",level:10,mobId:\"aoa3:emperor_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Enforcer\",level:10,mobId:\"aoa3:enforcer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Everbeast\",level:10,mobId:\"aoa3:everbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Exohead\",level:10,mobId:\"aoa3:exohead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Exoid\",level:10,mobId:\"aoa3:exoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Explodot\",level:10,mobId:\"aoa3:explodot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eye Creature\",level:10,mobId:\"aoa3:eye_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Faceless Floater\",level:10,mobId:\"aoa3:faceless_floater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Faceless Runner\",level:10,mobId:\"aoa3:faceless_runner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie Pigman\",level:10,mobId:\"aoa3:fake_pigman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zorp\",level:10,mobId:\"aoa3:fake_zorp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fenix\",level:10,mobId:\"aoa3:fenix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fiend\",level:10,mobId:\"aoa3:fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fischer\",level:10,mobId:\"aoa3:fischer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fishix\",level:10,mobId:\"aoa3:fishix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flamewalker\",level:10,mobId:\"aoa3:flamewalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flash\",level:10,mobId:\"aoa3:flash\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flesh Eater\",level:10,mobId:\"aoa3:flesh_eater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flowerface\",level:10,mobId:\"aoa3:flowerface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flye\",level:10,mobId:\"aoa3:flye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fungat\",level:10,mobId:\"aoa3:fungat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fungback\",level:10,mobId:\"aoa3:fungback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fungik\",level:10,mobId:\"aoa3:fungik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fungock\",level:10,mobId:\"aoa3:fungock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fungung\",level:10,mobId:\"aoa3:fungung\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Furlion\",level:10,mobId:\"aoa3:furlion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gadgetoid\",level:10,mobId:\"aoa3:gadgetoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghastus\",level:10,mobId:\"aoa3:ghastus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghost\",level:10,mobId:\"aoa3:ghost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostine Ancient\",level:10,mobId:\"aoa3:ghostine_ancient\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostly Bugeye\",level:10,mobId:\"aoa3:ghostly_bugeye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostly Charger\",level:10,mobId:\"aoa3:ghostly_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostly Cyclops\",level:10,mobId:\"aoa3:ghostly_cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostly Goblin\",level:10,mobId:\"aoa3:ghostly_goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostly Night Reaper\",level:10,mobId:\"aoa3:ghostly_night_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghostly Sasquatch\",level:10,mobId:\"aoa3:ghostly_sasquatch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Giant Snail\",level:10,mobId:\"aoa3:giant_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gingerbird\",level:10,mobId:\"aoa3:gingerbird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gingerbread Man\",level:10,mobId:\"aoa3:gingerbread_man\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Goalby\",level:10,mobId:\"aoa3:goalby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Goblin\",level:10,mobId:\"aoa3:goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Goldorth\",level:10,mobId:\"aoa3:goldorth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Goldum\",level:10,mobId:\"aoa3:goldum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Goldus\",level:10,mobId:\"aoa3:goldus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Graw\",level:10,mobId:\"aoa3:graw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Green Flower\",level:10,mobId:\"aoa3:green_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Green Guardian\",level:10,mobId:\"aoa3:green_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Green Rune Templar\",level:10,mobId:\"aoa3:green_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:green_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Grillface\",level:10,mobId:\"aoa3:grillface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Grobbler\",level:10,mobId:\"aoa3:grobbler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Grocculate\",level:10,mobId:\"aoa3:grocculate\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Grunt\",level:10,mobId:\"aoa3:grunt\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gyro\",level:10,mobId:\"aoa3:gyro\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hag\",level:10,mobId:\"aoa3:hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Harkos\",level:10,mobId:\"aoa3:harkos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Headless Destroyer\",level:10,mobId:\"aoa3:headless_destroyer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Headless Hunter\",level:10,mobId:\"aoa3:headless_hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hellcat\",level:10,mobId:\"aoa3:hellcat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hellspot\",level:10,mobId:\"aoa3:hellspot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hiding Fungi\",level:10,mobId:\"aoa3:hiding_fungi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hill Charger\",level:10,mobId:\"aoa3:hill_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hive King\",level:10,mobId:\"aoa3:hive_king\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hive Worker\",level:10,mobId:\"aoa3:hive_worker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Horndron\",level:10,mobId:\"aoa3:horndron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Horon\",level:10,mobId:\"aoa3:horon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Host\",level:10,mobId:\"aoa3:host\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hunch\",level:10,mobId:\"aoa3:hunch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hunter\",level:10,mobId:\"aoa3:hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hydrolisk\",level:10,mobId:\"aoa3:hydrolisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hydrolon\",level:10,mobId:\"aoa3:hydrolon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ice Giant\",level:10,mobId:\"aoa3:ice_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Infernal\",level:10,mobId:\"aoa3:infernal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Inmate-X\",level:10,mobId:\"aoa3:inmate_x\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Inmate-Y\",level:10,mobId:\"aoa3:inmate_y\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Iosaur\",level:10,mobId:\"aoa3:iosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Irkling\",level:10,mobId:\"aoa3:irkling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jawe\",level:10,mobId:\"aoa3:jawe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jumbo\",level:10,mobId:\"aoa3:jumbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kaiyu\",level:10,mobId:\"aoa3:kaiyu\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kajaros\",level:10,mobId:\"aoa3:kajaros\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Keeler\",level:10,mobId:\"aoa3:keeler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King BamBamBam\",level:10,mobId:\"aoa3:king_bambambam\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King Charger\",level:10,mobId:\"aoa3:king_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King Creeper\",level:10,mobId:\"aoa3:king_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King Shroomus\",level:10,mobId:\"aoa3:king_shroomus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Klobber\",level:10,mobId:\"aoa3:klobber\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Koko\",level:10,mobId:\"aoa3:koko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kranky\",level:10,mobId:\"aoa3:kranky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kror\",level:10,mobId:\"aoa3:kror\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Leafy Giant\",level:10,mobId:\"aoa3:leafy_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lelyetian Caster\",level:10,mobId:\"aoa3:lelyetian_caster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lelyetian Warrior\",level:10,mobId:\"aoa3:lelyetian_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lightwalker\",level:10,mobId:\"aoa3:lightwalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Linger\",level:10,mobId:\"aoa3:linger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Little Bam\",level:10,mobId:\"aoa3:little_bam\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Living Fungi\",level:10,mobId:\"aoa3:living_fungi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lollypopper\",level:10,mobId:\"aoa3:lollypopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lost Soul\",level:10,mobId:\"aoa3:lost_soul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lunarcher\",level:10,mobId:\"aoa3:lunarcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lurker\",level:10,mobId:\"aoa3:lurker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Luxocron\",level:10,mobId:\"aoa3:luxocron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Magical Creeper\",level:10,mobId:\"aoa3:magical_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Magicke\",level:10,mobId:\"aoa3:magicke\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mechachron\",level:10,mobId:\"aoa3:mechachron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mechamaton\",level:10,mobId:\"aoa3:mechamaton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mechbot\",level:10,mobId:\"aoa3:mechbot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mechyon\",level:10,mobId:\"aoa3:mechyon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Merkyre\",level:10,mobId:\"aoa3:merkyre\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mermage\",level:10,mobId:\"aoa3:mermage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mirage\",level:10,mobId:\"aoa3:mirage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Miskel\",level:10,mobId:\"aoa3:miskel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Modulo\",level:10,mobId:\"aoa3:modulo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mother Void Walker\",level:10,mobId:\"aoa3:mother_void_walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Muckopede\",level:10,mobId:\"aoa3:muckopede\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Muncher\",level:10,mobId:\"aoa3:muncher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mushroom Spider\",level:10,mobId:\"aoa3:mushroom_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Natura\",level:10,mobId:\"aoa3:natura\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Neptuno\",level:10,mobId:\"aoa3:neptuno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nethengeic Beast\",level:10,mobId:\"aoa3:nethengeic_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nethengeic Wither\",level:10,mobId:\"aoa3:nethengeic_wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Night Reaper\",level:10,mobId:\"aoa3:night_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Night Watcher\",level:10,mobId:\"aoa3:night_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nightfly\",level:10,mobId:\"aoa3:nightfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nightmare Spider\",level:10,mobId:\"aoa3:nightmare_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nightwing\",level:10,mobId:\"aoa3:nightwing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nipper\",level:10,mobId:\"aoa3:nipper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Nospike\",level:10,mobId:\"aoa3:nospike\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Occulent\",level:10,mobId:\"aoa3:occulent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Okazor\",level:10,mobId:\"aoa3:okazor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Omnilight\",level:10,mobId:\"aoa3:omnilight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Opteryx\",level:10,mobId:\"aoa3:opteryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Orange Flower\",level:10,mobId:\"aoa3:orange_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Orbiter\",level:10,mobId:\"aoa3:orbiter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Paladin\",level:10,mobId:\"aoa3:paladin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Parasect\",level:10,mobId:\"aoa3:parasect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Paravite\",level:10,mobId:\"aoa3:paravite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Penumbra\",level:10,mobId:\"aoa3:penumbra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Phantom\",level:10,mobId:\"aoa3:phantom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pigotron\",level:10,mobId:\"aoa3:pigotron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pincher\",level:10,mobId:\"aoa3:pincher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pod Plant\",level:10,mobId:\"aoa3:pod_plant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Polar Ursa\",level:10,mobId:\"aoa3:polar_ursa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Polytom\",level:10,mobId:\"aoa3:polytom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primitive Carrotop\",level:10,mobId:\"aoa3:primitive_carrotop\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Proshield\",level:10,mobId:\"aoa3:proshield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Purple Flower\",level:10,mobId:\"aoa3:purple_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Quickpocket\",level:10,mobId:\"aoa3:quickpocket\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rainicorn\",level:10,mobId:\"aoa3:rainicorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rammerhead\",level:10,mobId:\"aoa3:rammerhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ramradon\",level:10,mobId:\"aoa3:ramradon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rawbone\",level:10,mobId:\"aoa3:rawbone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Raxxan\",level:10,mobId:\"aoa3:raxxan\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Reaper Twins\",level:10,mobId:\"aoa3:reaper_twins\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Reaver\",level:10,mobId:\"aoa3:reaver\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Red Guardian\",level:10,mobId:\"aoa3:red_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Red Rune Templar\",level:10,mobId:\"aoa3:red_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:red_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Refluct\",level:10,mobId:\"aoa3:refluct\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rock Crawler\",level:10,mobId:\"aoa3:rock_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rock Critter\",level:10,mobId:\"aoa3:rock_critter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rockrider\",level:10,mobId:\"aoa3:rock_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rockbiter\",level:10,mobId:\"aoa3:rockbiter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Roloscope\",level:10,mobId:\"aoa3:roloscope\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Golem\",level:10,mobId:\"aoa3:runic_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Guardian\",level:10,mobId:\"aoa3:runic_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runicorn\",level:10,mobId:\"aoa3:runicorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runicorn Rider\",level:10,mobId:\"aoa3:runicorn_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sabretooth\",level:10,mobId:\"aoa3:sabretooth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sand Giant\",level:10,mobId:\"aoa3:sand_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sand Golem\",level:10,mobId:\"aoa3:sand_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sasquatch\",level:10,mobId:\"aoa3:sasquatch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Scrubby\",level:10,mobId:\"aoa3:scrubby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sea Charger\",level:10,mobId:\"aoa3:sea_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sea Skeleton\",level:10,mobId:\"aoa3:sea_skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sea Spider\",level:10,mobId:\"aoa3:sea_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sea Troll\",level:10,mobId:\"aoa3:sea_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sea Viper\",level:10,mobId:\"aoa3:sea_viper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Seeker\",level:10,mobId:\"aoa3:seeker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shade\",level:10,mobId:\"aoa3:shade\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow\",level:10,mobId:\"aoa3:shadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadowlord\",level:10,mobId:\"aoa3:shadowlord\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shavo\",level:10,mobId:\"aoa3:shavo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shifter\",level:10,mobId:\"aoa3:shifter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shyre Knight\",level:10,mobId:\"aoa3:shyre_knight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shyre Troll\",level:10,mobId:\"aoa3:shyre_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Silencer\",level:10,mobId:\"aoa3:silencer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Silverfoot\",level:10,mobId:\"aoa3:silverfoot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Elder\",level:10,mobId:\"aoa3:skele_elder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Hopper\",level:10,mobId:\"aoa3:skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Pig\",level:10,mobId:\"aoa3:skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeledon\",level:10,mobId:\"aoa3:skeledon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skelekyte\",level:10,mobId:\"aoa3:skelekyte\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleman\",level:10,mobId:\"aoa3:skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeletal Cowman\",level:10,mobId:\"aoa3:skeletal_cowman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeletron\",level:10,mobId:\"aoa3:skeletron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skellox\",level:10,mobId:\"aoa3:skellox\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skipper\",level:10,mobId:\"aoa3:skipper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skolle\",level:10,mobId:\"aoa3:skolle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skull Creature\",level:10,mobId:\"aoa3:skull_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Slimer\",level:10,mobId:\"aoa3:slimer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Smash\",level:10,mobId:\"aoa3:smash\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snappy\",level:10,mobId:\"aoa3:snappy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snow Charger\",level:10,mobId:\"aoa3:snow_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Soulscorne\",level:10,mobId:\"aoa3:soulscorne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Soulvyre\",level:10,mobId:\"aoa3:soulvyre\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spectral Wizard\",level:10,mobId:\"aoa3:spectral_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sphinx\",level:10,mobId:\"aoa3:sphinx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spinoledon\",level:10,mobId:\"aoa3:spinoledon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spinux\",level:10,mobId:\"aoa3:spinux\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spirit Guardian\",level:10,mobId:\"aoa3:spirit_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spirit Protector\",level:10,mobId:\"aoa3:spirit_protector\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Squasher\",level:10,mobId:\"aoa3:squasher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Squiggler\",level:10,mobId:\"aoa3:squiggler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stalker\",level:10,mobId:\"aoa3:stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stalker Prime\",level:10,mobId:\"aoa3:stalker_prime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sticky\",level:10,mobId:\"aoa3:sticky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stimulo\",level:10,mobId:\"aoa3:stimulo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stimulosus\",level:10,mobId:\"aoa3:stimulosus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stinger\",level:10,mobId:\"aoa3:stinger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stitches\",level:10,mobId:\"aoa3:stitches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stone Giant\",level:10,mobId:\"aoa3:stone_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Hopper (Strong)\",level:10,mobId:\"aoa3:strong_skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skele-Pig (Strong)\",level:10,mobId:\"aoa3:strong_skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleman (Strong)\",level:10,mobId:\"aoa3:strong_skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sugarface\",level:10,mobId:\"aoa3:sugarface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sunny\",level:10,mobId:\"aoa3:sunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Surveyor\",level:10,mobId:\"aoa3:surveyor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Swamp Charger\",level:10,mobId:\"aoa3:swamp_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sysker\",level:10,mobId:\"aoa3:sysker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Terradon\",level:10,mobId:\"aoa3:terradon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Terrestrial\",level:10,mobId:\"aoa3:terrestrial\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tharafly\",level:10,mobId:\"aoa3:tharafly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tipsy\",level:10,mobId:\"aoa3:tipsy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tortione\",level:10,mobId:\"aoa3:tortione\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Toxxulous\",level:10,mobId:\"aoa3:toxxulous\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tracker\",level:10,mobId:\"aoa3:tracker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tree Spirit\",level:10,mobId:\"aoa3:tree_spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trickster\",level:10,mobId:\"aoa3:trickster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trickster\",level:10,mobId:\"aoa3:trickster_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Triclops\",level:10,mobId:\"aoa3:triclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tyrosaur\",level:10,mobId:\"aoa3:tyrosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Undead Troll\",level:10,mobId:\"aoa3:undead_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Urioh\",level:10,mobId:\"aoa3:urioh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Urka\",level:10,mobId:\"aoa3:urka\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Urv\",level:10,mobId:\"aoa3:urv\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Valkyrie\",level:10,mobId:\"aoa3:valkyrie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vertebron\",level:10,mobId:\"aoa3:vertebron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vine Wizard\",level:10,mobId:\"aoa3:vine_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vinocorne\",level:10,mobId:\"aoa3:vinocorne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Visage\",level:10,mobId:\"aoa3:visage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Visualent\",level:10,mobId:\"aoa3:visualent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Visular\",level:10,mobId:\"aoa3:visular\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Visulon\",level:10,mobId:\"aoa3:visulon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Void Charger\",level:10,mobId:\"aoa3:void_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Void Walker\",level:10,mobId:\"aoa3:void_walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Volar\",level:10,mobId:\"aoa3:volar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Voliant\",level:10,mobId:\"aoa3:voliant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Voltron\",level:10,mobId:\"aoa3:voltron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Voxxulon\",level:10,mobId:\"aoa3:voxxulon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Walker\",level:10,mobId:\"aoa3:walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Warclops\",level:10,mobId:\"aoa3:warclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Web Reaper\",level:10,mobId:\"aoa3:web_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wickett\",level:10,mobId:\"aoa3:wickett\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Winged Creeper\",level:10,mobId:\"aoa3:winged_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wither Wizard\",level:10,mobId:\"aoa3:wither_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wood Giant\",level:10,mobId:\"aoa3:wood_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Xxeus\",level:10,mobId:\"aoa3:xxeus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Yellow Flower\",level:10,mobId:\"aoa3:yellow_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Yellow Guardian\",level:10,mobId:\"aoa3:yellow_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Yellow Rune Templar\",level:10,mobId:\"aoa3:yellow_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:yellow_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Yeti\",level:10,mobId:\"aoa3:yeti\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zarg\",level:10,mobId:\"aoa3:zarg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zhinx\",level:10,mobId:\"aoa3:zhinx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zorp\",level:10,mobId:\"aoa3:zorp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Alluricorn\",level:10,mobId:\"aoa3:alluricorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blissard\",level:10,mobId:\"aoa3:blissard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Compeer\",level:10,mobId:\"aoa3:compeer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Construct Of Servility\",level:10,mobId:\"aoa3:construct_of_servility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Corby\",level:10,mobId:\"aoa3:corby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Craggy\",level:10,mobId:\"aoa3:craggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Draggy\",level:10,mobId:\"aoa3:draggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ender Carrier\",level:10,mobId:\"aoa3:ender_carrier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Friendly Creeper\",level:10,mobId:\"aoa3:friendly_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gnawer\",level:10,mobId:\"aoa3:gnawer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Goofer\",level:10,mobId:\"aoa3:goofer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Healing Golem\",level:10,mobId:\"aoa3:healing_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hellquin\",level:10,mobId:\"aoa3:hellquin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hive Soldier\",level:10,mobId:\"aoa3:hive_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Horntail\",level:10,mobId:\"aoa3:horntail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mecha Cyclops\",level:10,mobId:\"aoa3:mecha_cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mecha Skellox\",level:10,mobId:\"aoa3:mecha_skellox\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Orbling\",level:10,mobId:\"aoa3:orbling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Penguin\",level:10,mobId:\"aoa3:penguin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Plateosaur\",level:10,mobId:\"aoa3:plateosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rammerhorn\",level:10,mobId:\"aoa3:rammerhorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rosid\",level:10,mobId:\"aoa3:rosid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shaddy\",level:10,mobId:\"aoa3:shaddy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow Stalker\",level:10,mobId:\"aoa3:shadow_stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spikeback\",level:10,mobId:\"aoa3:spikeback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spraggy\",level:10,mobId:\"aoa3:spraggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Waggy\",level:10,mobId:\"aoa3:waggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Abyssal Lottoman\",level:10,mobId:\"aoa3:abyssal_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ambient Pixon\",level:10,mobId:\"aoa3:ambient_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Anima Master\",level:10,mobId:\"aoa3:anima_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Assassin\",level:10,mobId:\"aoa3:assassin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Augury Master\",level:10,mobId:\"aoa3:augury_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Baron Lottoman\",level:10,mobId:\"aoa3:baron_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blooming Pixon\",level:10,mobId:\"aoa3:blooming_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Boreic Lottoman\",level:10,mobId:\"aoa3:boreic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Butchery Master\",level:10,mobId:\"aoa3:butchery_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Candied Lottoman\",level:10,mobId:\"aoa3:candied_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Celevian Lottoman\",level:10,mobId:\"aoa3:celevian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Coratee\",level:10,mobId:\"aoa3:coratee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Corrupted Traveller\",level:10,mobId:\"aoa3:corrupted_traveller\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creation Master\",level:10,mobId:\"aoa3:creation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creep Banker\",level:10,mobId:\"aoa3:creep_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creep Cow\",level:10,mobId:\"aoa3:creep_cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Creeponia Lottoman\",level:10,mobId:\"aoa3:creeponia_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crystal Lottoman\",level:10,mobId:\"aoa3:crystal_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crystal Trader\",level:10,mobId:\"aoa3:crystal_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dungeon Keeper\",level:10,mobId:\"aoa3:dungeon_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dustopian Lottoman\",level:10,mobId:\"aoa3:dustopian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Elkanyne\",level:10,mobId:\"aoa3:elkanyne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Expedition Master\",level:10,mobId:\"aoa3:expedition_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Explosives Expert\",level:10,mobId:\"aoa3:explosives_expert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Extraction Master\",level:10,mobId:\"aoa3:extraction_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Floro Lottoman\",level:10,mobId:\"aoa3:floro_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Foraging Master\",level:10,mobId:\"aoa3:foraging_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Glaring Pixon\",level:10,mobId:\"aoa3:glaring_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gleaming Pixon\",level:10,mobId:\"aoa3:gleaming_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Glistening Pixon\",level:10,mobId:\"aoa3:glistening_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Glowing Pixon\",level:10,mobId:\"aoa3:glowing_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Golden Lottoman\",level:10,mobId:\"aoa3:golden_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gorb Arms Dealer\",level:10,mobId:\"aoa3:gorb_arms_dealer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gorb Citizen\",level:10,mobId:\"aoa3:gorb_citizen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gorb Engineer\",level:10,mobId:\"aoa3:gorb_engineer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Halycon\",level:10,mobId:\"aoa3:halycon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hauling Master\",level:10,mobId:\"aoa3:hauling_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Haunted Lottoman\",level:10,mobId:\"aoa3:haunted_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hunter Master\",level:10,mobId:\"aoa3:hunter_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Infusion Master\",level:10,mobId:\"aoa3:infusion_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Innervation Master\",level:10,mobId:\"aoa3:innervation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lelyetian Banker\",level:10,mobId:\"aoa3:lelyetian_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lelyetian Lottoman\",level:10,mobId:\"aoa3:lelyetian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lelyetian Trader\",level:10,mobId:\"aoa3:lelyetian_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Logging Master\",level:10,mobId:\"aoa3:logging_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lottoman\",level:10,mobId:\"aoa3:lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lunar Lottoman\",level:10,mobId:\"aoa3:lunar_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Meganeuropsis\",level:10,mobId:\"aoa3:meganeuropsis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Metalloid\",level:10,mobId:\"aoa3:metalloid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mystic Lottoman\",level:10,mobId:\"aoa3:mystic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Naturalist\",level:10,mobId:\"aoa3:naturalist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Peppermint Snail\",level:10,mobId:\"aoa3:peppermint_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Portal Master\",level:10,mobId:\"aoa3:portal_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Precasian Lottoman\",level:10,mobId:\"aoa3:precasian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Banker\",level:10,mobId:\"aoa3:primordial_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Guide\",level:10,mobId:\"aoa3:primordial_guide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Merchant\",level:10,mobId:\"aoa3:primordial_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Spellbinder\",level:10,mobId:\"aoa3:primordial_spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Wizard\",level:10,mobId:\"aoa3:primordial_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Professor\",level:10,mobId:\"aoa3:professor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Radiant Pixon\",level:10,mobId:\"aoa3:radiant_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Realmshifter\",level:10,mobId:\"aoa3:realmshifter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rocky Lottoman\",level:10,mobId:\"aoa3:rocky_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runation Master\",level:10,mobId:\"aoa3:runation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Runic Lottoman\",level:10,mobId:\"aoa3:runic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shik\",level:10,mobId:\"aoa3:shik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shining Pixon\",level:10,mobId:\"aoa3:shining_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shyre Archer\",level:10,mobId:\"aoa3:shyre_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shyre Banker\",level:10,mobId:\"aoa3:shyre_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shyrelands Lottoman\",level:10,mobId:\"aoa3:shyrelands_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spearmint Snail\",level:10,mobId:\"aoa3:spearmint_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Store Keeper\",level:10,mobId:\"aoa3:store_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Token Collector\",level:10,mobId:\"aoa3:token_collector\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Toxic Lottoman\",level:10,mobId:\"aoa3:toxic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Toy Merchant\",level:10,mobId:\"aoa3:toy_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Troll Trader\",level:10,mobId:\"aoa3:troll_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Trotter\",level:10,mobId:\"aoa3:trotter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twinkling Lottoman\",level:10,mobId:\"aoa3:twinkling_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Undead Herald\",level:10,mobId:\"aoa3:undead_herald\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Withering Lottoman\",level:10,mobId:\"aoa3:withering_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Banker\",level:10,mobId:\"aoa3:zal_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Child\",level:10,mobId:\"aoa3:zal_child\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Citizen\",level:10,mobId:\"aoa3:zal_citizen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Grocer\",level:10,mobId:\"aoa3:zal_grocer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Herbalist\",level:10,mobId:\"aoa3:zal_herbalist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Spellbinder\",level:10,mobId:\"aoa3:zal_spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zal Vendor\",level:10,mobId:\"aoa3:zal_vendor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Big Bane\",level:10,mobId:\"aoa3:bane_big\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bane\",level:10,mobId:\"aoa3:bane_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bloodlust\",level:10,mobId:\"aoa3:bloodlust\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Corallus Shot\",level:10,mobId:\"aoa3:corallus_shot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zombie\",level:10,mobId:\"ebwizardry:zombie_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Husk\",level:10,mobId:\"ebwizardry:husk_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleton\",level:10,mobId:\"ebwizardry:skeleton_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stray\",level:10,mobId:\"ebwizardry:stray_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spider\",level:10,mobId:\"ebwizardry:spider_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Blaze\",level:10,mobId:\"ebwizardry:blaze_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wither Skeleton\",level:10,mobId:\"ebwizardry:wither_skeleton_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Silverfish\",level:10,mobId:\"ebwizardry:silverfish_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vex\",level:10,mobId:\"ebwizardry:vex_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ice Wraith\",level:10,mobId:\"ebwizardry:ice_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lightning Wraith\",level:10,mobId:\"ebwizardry:lightning_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spirit Wolf\",level:10,mobId:\"ebwizardry:spirit_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spirit Horse\",level:10,mobId:\"ebwizardry:spirit_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Phoenix\",level:10,mobId:\"ebwizardry:phoenix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ice Giant\",level:10,mobId:\"ebwizardry:ice_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Magical Slime\",level:10,mobId:\"ebwizardry:magic_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Decoy\",level:10,mobId:\"ebwizardry:decoy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow Wraith\",level:10,mobId:\"ebwizardry:shadow_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Storm Elemental\",level:10,mobId:\"ebwizardry:storm_elemental\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wizard\",level:10,mobId:\"ebwizardry:wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wizard\",level:10,mobId:\"ebwizardry:evil_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Remnant\",level:10,mobId:\"ebwizardry:remnant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lizard\",level:10,mobId:\"bewitchment:lizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Owl\",level:10,mobId:\"bewitchment:owl\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Raven\",level:10,mobId:\"bewitchment:raven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snake\",level:10,mobId:\"bewitchment:snake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Toad\",level:10,mobId:\"bewitchment:toad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Black Dog\",level:10,mobId:\"bewitchment:black_dog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ghost\",level:10,mobId:\"bewitchment:ghost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hellhound\",level:10,mobId:\"bewitchment:hellhound\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Feuerwurm\",level:10,mobId:\"bewitchment:feuerwurm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Werewolf\",level:10,mobId:\"bewitchment:werewolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cleaver\",level:10,mobId:\"bewitchment:cleaver\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon\",level:10,mobId:\"bewitchment:demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demoness\",level:10,mobId:\"bewitchment:demoness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Imp\",level:10,mobId:\"bewitchment:imp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bafometyr\",level:10,mobId:\"bewitchment:bafometyr\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadow Person\",level:10,mobId:\"bewitchment:shadow_person\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cambion\",level:10,mobId:\"bewitchment:cambion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Druden\",level:10,mobId:\"bewitchment:druden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Baphomet\",level:10,mobId:\"bewitchment:baphomet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Leonard\",level:10,mobId:\"bewitchment:leonard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Arid Warrior\",level:10,mobId:\"divinerpg:arid_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Crawler\",level:10,mobId:\"divinerpg:cave_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Caveclops\",level:10,mobId:\"divinerpg:caveclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crab\",level:10,mobId:\"divinerpg:crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cyclops\",level:10,mobId:\"divinerpg:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Desert Crawler\",level:10,mobId:\"divinerpg:desert_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ehu\",level:10,mobId:\"divinerpg:ehu\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Enthralled Dramcryx\",level:10,mobId:\"divinerpg:enthralled_dramcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Frost\",level:10,mobId:\"divinerpg:frost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Glacon\",level:10,mobId:\"divinerpg:glacon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Brown Grizzle\",level:10,mobId:\"divinerpg:brown_grizzle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"White Grizzle\",level:10,mobId:\"divinerpg:white_grizzle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Husk\",level:10,mobId:\"divinerpg:husk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jack \u0027O\u0027 Man\",level:10,mobId:\"divinerpg:jack_o_man\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jungle Bat\",level:10,mobId:\"divinerpg:jungle_bat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jungle Dramcryx\",level:10,mobId:\"divinerpg:jungle_dramcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Jungle Spider\",level:10,mobId:\"divinerpg:jungle_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King Crab\",level:10,mobId:\"divinerpg:king_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kobblin\",level:10,mobId:\"divinerpg:kobblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Liopleurodon\",level:10,mobId:\"divinerpg:liopleurodon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Livestock Merchant\",level:10,mobId:\"divinerpg:livestock_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Miner\",level:10,mobId:\"divinerpg:miner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pumpkin Spider\",level:10,mobId:\"divinerpg:pumpkin_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rainbour\",level:10,mobId:\"divinerpg:rainbour\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rotatick\",level:10,mobId:\"divinerpg:rotatick\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Saguaro Worm\",level:10,mobId:\"divinerpg:saguaro_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shark\",level:10,mobId:\"divinerpg:shark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Smelter\",level:10,mobId:\"divinerpg:smelter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snapper\",level:10,mobId:\"divinerpg:snapper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stone Golem\",level:10,mobId:\"divinerpg:stone_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"The Eye\",level:10,mobId:\"divinerpg:the_eye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"The Grue\",level:10,mobId:\"divinerpg:the_grue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Whale\",level:10,mobId:\"divinerpg:whale\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hell Pig\",level:10,mobId:\"divinerpg:hell_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hell Spider\",level:10,mobId:\"divinerpg:hell_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Scorcher\",level:10,mobId:\"divinerpg:scorcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wildfire\",level:10,mobId:\"divinerpg:wildfire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ender Spider\",level:10,mobId:\"divinerpg:ender_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ender Triplets\",level:10,mobId:\"divinerpg:ender_triplets\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ender Watcher\",level:10,mobId:\"divinerpg:ender_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Alicanto\",level:10,mobId:\"divinerpg:alicanto\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fractite\",level:10,mobId:\"divinerpg:fractite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Frost Archer\",level:10,mobId:\"divinerpg:frost_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Frosty\",level:10,mobId:\"divinerpg:frosty\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Glacide\",level:10,mobId:\"divinerpg:glacide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hastreus\",level:10,mobId:\"divinerpg:hastreus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Rollum\",level:10,mobId:\"divinerpg:rollum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Workshop Merchant\",level:10,mobId:\"divinerpg:workshop_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Workshop Tinkerer\",level:10,mobId:\"divinerpg:workshop_tinkerer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bunny\",level:10,mobId:\"divinerpg:bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eden Cadillion\",level:10,mobId:\"divinerpg:eden_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eden Tomo\",level:10,mobId:\"divinerpg:eden_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Greenfeet\",level:10,mobId:\"divinerpg:greenfeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Madivel\",level:10,mobId:\"divinerpg:madivel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sun Archer\",level:10,mobId:\"divinerpg:sun_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Weak Cori\",level:10,mobId:\"divinerpg:weak_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Behemoth\",level:10,mobId:\"divinerpg:behemoth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Epiphite\",level:10,mobId:\"divinerpg:epiphite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mage\",level:10,mobId:\"divinerpg:mage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Moon Wolf\",level:10,mobId:\"divinerpg:moon_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Termid\",level:10,mobId:\"divinerpg:termid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Verek\",level:10,mobId:\"divinerpg:verek\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wildwood Cadillion\",level:10,mobId:\"divinerpg:wildwood_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wildwood Golem\",level:10,mobId:\"divinerpg:wildwood_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wildwood Tomo\",level:10,mobId:\"divinerpg:wildwood_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Apalachia Cadillion\",level:10,mobId:\"divinerpg:apalachia_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Apalachia Golem\",level:10,mobId:\"divinerpg:apalachia_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Apalachia Tomo\",level:10,mobId:\"divinerpg:apalachia_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Enchanted Archer\",level:10,mobId:\"divinerpg:enchanted_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Enchanted Warrior\",level:10,mobId:\"divinerpg:enchanted_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Spellbinder\",level:10,mobId:\"divinerpg:spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Advanced Cori\",level:10,mobId:\"divinerpg:advanced_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Megalith\",level:10,mobId:\"divinerpg:megalith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mystic\",level:10,mobId:\"divinerpg:mystic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Samek\",level:10,mobId:\"divinerpg:samek\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skythern Archer\",level:10,mobId:\"divinerpg:skythern_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skythern Fiend\",level:10,mobId:\"divinerpg:skythern_fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skythern Golem\",level:10,mobId:\"divinerpg:skythern_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Angry Bunny\",level:10,mobId:\"divinerpg:angry_bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Basilisk\",level:10,mobId:\"divinerpg:basilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Demon Of Darkness\",level:10,mobId:\"divinerpg:demon_of_darkness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mortum Cadillion\",level:10,mobId:\"divinerpg:mortum_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sorcerer\",level:10,mobId:\"divinerpg:sorcerer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Soul Stealer\",level:10,mobId:\"divinerpg:soul_stealer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Soul Spider\",level:10,mobId:\"divinerpg:soul_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twilight Archer\",level:10,mobId:\"divinerpg:twilight_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Captain Merik\",level:10,mobId:\"divinerpg:captain_merik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Datticon\",level:10,mobId:\"divinerpg:datticon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Deathcryx\",level:10,mobId:\"divinerpg:deathcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Death Hound\",level:10,mobId:\"divinerpg:death_hound\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dungeon Constructor\",level:10,mobId:\"divinerpg:dungeon_constructor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dungeon Demon\",level:10,mobId:\"divinerpg:dungeon_demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dungeon Prisoner\",level:10,mobId:\"divinerpg:dungeon_prisoner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fyracryx\",level:10,mobId:\"divinerpg:fyracryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kazari\",level:10,mobId:\"divinerpg:kazari\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Leorna\",level:10,mobId:\"divinerpg:leorna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Living Statue\",level:10,mobId:\"divinerpg:living_statue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Paratiku\",level:10,mobId:\"divinerpg:paratiku\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Razorback\",level:10,mobId:\"divinerpg:razorback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Golem Of Rejuvenation\",level:10,mobId:\"divinerpg:golem_of_rejuvenation\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Roamer\",level:10,mobId:\"divinerpg:roamer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Seimer\",level:10,mobId:\"divinerpg:seimer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lord Vatticus\",level:10,mobId:\"divinerpg:lord_vatticus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"War General\",level:10,mobId:\"divinerpg:war_general\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wraith\",level:10,mobId:\"divinerpg:wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zelus\",level:10,mobId:\"divinerpg:zelus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Acid Hag\",level:10,mobId:\"divinerpg:acid_hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Biphron\",level:10,mobId:\"divinerpg:biphron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Bohemite\",level:10,mobId:\"divinerpg:bohemite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Crypt Keeper\",level:10,mobId:\"divinerpg:crypt_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cymesoid\",level:10,mobId:\"divinerpg:cymesoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dissiment\",level:10,mobId:\"divinerpg:dissiment\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dreamwrecker\",level:10,mobId:\"divinerpg:dreamwrecker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Duo\",level:10,mobId:\"divinerpg:duo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ent\",level:10,mobId:\"divinerpg:ent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vhraak\",level:10,mobId:\"divinerpg:fake_vhraak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Galroid\",level:10,mobId:\"divinerpg:galroid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gorgosion\",level:10,mobId:\"divinerpg:gorgosion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Helio\",level:10,mobId:\"divinerpg:helio\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hive Soldier\",level:10,mobId:\"divinerpg:hive_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hover Stinger\",level:10,mobId:\"divinerpg:hover_stinger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Kazrotic\",level:10,mobId:\"divinerpg:kazrotic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lheiva\",level:10,mobId:\"divinerpg:lheiva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lorga\",level:10,mobId:\"divinerpg:lorga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lorga Flight\",level:10,mobId:\"divinerpg:lorga_flight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mandragora\",level:10,mobId:\"divinerpg:mandragora\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_2\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_3\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Shadahier\",level:10,mobId:\"divinerpg:shadahier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"The Hunger\",level:10,mobId:\"divinerpg:the_hunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Temple Guardian\",level:10,mobId:\"divinerpg:temple_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Tocaxin\",level:10,mobId:\"divinerpg:tocaxin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twins\",level:10,mobId:\"divinerpg:twins\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vermenous\",level:10,mobId:\"divinerpg:vermenous\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vhraak\",level:10,mobId:\"divinerpg:vhraak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zone\",level:10,mobId:\"divinerpg:zone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zoragon\",level:10,mobId:\"divinerpg:zoragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ancient Entity\",level:10,mobId:\"divinerpg:ancient_entity\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ayeraco Blue\",level:10,mobId:\"divinerpg:ayeraco_blue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ayeraco Green\",level:10,mobId:\"divinerpg:ayeraco_green\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ayeraco Purple\",level:10,mobId:\"divinerpg:ayeraco_purple\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ayeraco Red\",level:10,mobId:\"divinerpg:ayeraco_red\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ayeraco Yellow\",level:10,mobId:\"divinerpg:ayeraco_yellow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Densos\",level:10,mobId:\"divinerpg:densos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dramix\",level:10,mobId:\"divinerpg:dramix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eternal Archer\",level:10,mobId:\"divinerpg:eternal_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Experienced Cori\",level:10,mobId:\"divinerpg:experienced_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hive Queen\",level:10,mobId:\"divinerpg:hive_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Karot\",level:10,mobId:\"divinerpg:karot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Karos\",level:10,mobId:\"divinerpg:karos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"King Of Scorchers\",level:10,mobId:\"divinerpg:king_of_scorchers\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Lady Luna\",level:10,mobId:\"divinerpg:lady_luna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Parasecta\",level:10,mobId:\"divinerpg:parasecta\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Quadro\",level:10,mobId:\"divinerpg:quadro\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Raglok\",level:10,mobId:\"divinerpg:raglok\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Reyvor\",level:10,mobId:\"divinerpg:reyvor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Soul Fiend\",level:10,mobId:\"divinerpg:soul_fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sunstorm\",level:10,mobId:\"divinerpg:sunstorm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Termasect\",level:10,mobId:\"divinerpg:termasect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"The Watcher\",level:10,mobId:\"divinerpg:the_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twilight Demon\",level:10,mobId:\"divinerpg:twilight_demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Vamacheron\",level:10,mobId:\"divinerpg:vamacheron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Wreck\",level:10,mobId:\"divinerpg:wreck\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dragon Egg\",level:10,mobId:\"iceandfire:dragonegg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dragon Skull\",level:10,mobId:\"iceandfire:dragonskull\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Dragon\",level:10,mobId:\"iceandfire:firedragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Ice Dragon\",level:10,mobId:\"iceandfire:icedragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snow Villager\",level:10,mobId:\"iceandfire:snowvillager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hippogryph\",level:10,mobId:\"iceandfire:hippogryph\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stone Statue\",level:10,mobId:\"iceandfire:stonestatue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Gorgon\",level:10,mobId:\"iceandfire:gorgon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Pixie\",level:10,mobId:\"iceandfire:if_pixie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cyclops\",level:10,mobId:\"iceandfire:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Siren\",level:10,mobId:\"iceandfire:siren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hippocampus\",level:10,mobId:\"iceandfire:hippocampus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Death Worm\",level:10,mobId:\"iceandfire:deathworm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cockatrice\",level:10,mobId:\"iceandfire:if_cockatrice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stymphalian Bird\",level:10,mobId:\"iceandfire:stymphalianbird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Troll\",level:10,mobId:\"iceandfire:if_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Worker\",level:10,mobId:\"iceandfire:myrmex_worker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Soldier\",level:10,mobId:\"iceandfire:myrmex_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Sentinel\",level:10,mobId:\"iceandfire:myrmex_sentinel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Royal\",level:10,mobId:\"iceandfire:myrmex_royal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Queen\",level:10,mobId:\"iceandfire:myrmex_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Egg\",level:10,mobId:\"iceandfire:myrmex_egg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Amphithere\",level:10,mobId:\"iceandfire:amphithere\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sea Serpent\",level:10,mobId:\"iceandfire:seaserpent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Myrmex Swarmer\",level:10,mobId:\"iceandfire:myrmex_swarmer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skull\",level:10,mobId:\"iceandfire:if_mob_skull\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Thrall\",level:10,mobId:\"iceandfire:dread_thrall\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Ghoul\",level:10,mobId:\"iceandfire:dread_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Beast\",level:10,mobId:\"iceandfire:dread_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Scuttler\",level:10,mobId:\"iceandfire:dread_scuttler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Lich\",level:10,mobId:\"iceandfire:dread_lich\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Knight\",level:10,mobId:\"iceandfire:dread_knight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Dread Knight Horse\",level:10,mobId:\"iceandfire:dread_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Hydra\",level:10,mobId:\"iceandfire:if_hydra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Skeleton Druid\",level:10,mobId:\"tfspellpack:skeleton_druid_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Stable Ice Core\",level:10,mobId:\"tfspellpack:stable_ice_core_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Unstable Ice Core\",level:10,mobId:\"tfspellpack:unstable_ice_core_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Beetle\",level:10,mobId:\"tfspellpack:fire_beetle_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Slime Beetle\",level:10,mobId:\"tfspellpack:slime_beetle_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Redcap Goblin\",level:10,mobId:\"tfspellpack:redcap_goblin_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Redcap Sapper\",level:10,mobId:\"tfspellpack:redcap_sapper_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Twilight Wraith\",level:10,mobId:\"tfspellpack:twilight_wraith_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Snow Guardian\",level:10,mobId:\"tfspellpack:snow_guardian_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Carminite Ghastling\",level:10,mobId:\"tfspellpack:carminite_ghastling_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cave Troll\",level:10,mobId:\"tfspellpack:cave_troll_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Druid Mage\",level:10,mobId:\"tfspellpack:druid_mage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Autocaster\",level:10,mobId:\"thaumicaugmentation:autocaster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Autocaster\",level:10,mobId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Guardian\",level:10,mobId:\"thaumicaugmentation:eldritch_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Warden\",level:10,mobId:\"thaumicaugmentation:eldritch_warden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Primordial Wisp\",level:10,mobId:\"thaumicaugmentation:primal_wisp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Eldritch Construct\",level:10,mobId:\"thaumicaugmentation:eldritch_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Celestial Observer\",level:10,mobId:\"thaumicaugmentation:celestial_observer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"entity.butterflyGE.name\",level:10,mobId:\"forestry:butterflyge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Moa\",level:10,mobId:\"aether_legacy:moa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Phyg\",level:10,mobId:\"aether_legacy:phyg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Flying Cow\",level:10,mobId:\"aether_legacy:flying_cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sheepuff\",level:10,mobId:\"aether_legacy:sheepuff\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Aerbunny\",level:10,mobId:\"aether_legacy:aerbunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Aerwhale\",level:10,mobId:\"aether_legacy:aerwhale\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Swet\",level:10,mobId:\"aether_legacy:swet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Cockatrice\",level:10,mobId:\"aether_legacy:cockatrice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sentry\",level:10,mobId:\"aether_legacy:sentry\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Zephyr\",level:10,mobId:\"aether_legacy:zephyr\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Aechor Plant\",level:10,mobId:\"aether_legacy:aechor_plant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mimic\",level:10,mobId:\"aether_legacy:mimic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Slider\",level:10,mobId:\"aether_legacy:slider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Valkyrie Queen\",level:10,mobId:\"aether_legacy:valkyrie_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Sun Spirit\",level:10,mobId:\"aether_legacy:sun_spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Ball\",level:10,mobId:\"aether_legacy:fire_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Icey Ball\",level:10,mobId:\"aether_legacy:ice_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Thunder Ball\",level:10,mobId:\"aether_legacy:thunder_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Valkyrie\",level:10,mobId:\"aether_legacy:valkyrie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Fire Minion\",level:10,mobId:\"aether_legacy:fire_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Mini Cloud\",level:10,mobId:\"aether_legacy:mini_cloud\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Whirlwind\",level:10,mobId:\"aether_legacy:whirlwind\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Battletower Golem\",level:10,mobId:\"battletowers:golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:2s,tag:{mobName:\"Feral Ghoul\",level:10,mobId:\"nuclearcraft:feral_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module_tablet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:12s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:31s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:7s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:charged_porter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:advanced_charged_porter\",Count:50s,Damage:0s}", - "{id:\"rftools:computer_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:22s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:9s}", - "{id:\"rftools:haste_module\",Count:24s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:42s,Damage:0s}", - "{id:\"rftools:modular_storage\",Count:11s,Damage:0s}", - "{id:\"rftools:remote_storage\",Count:11s,Damage:0s}", - "{id:\"rftools:screen\",Count:18s,Damage:0s}", - "{id:\"rftools:screen_controller\",Count:11s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:9s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:19s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:2s,Damage:0s}", - "{id:\"rftools:digit_block\",Count:4s,Damage:0s}", - "{id:\"rftools:machine_infuser\",Count:22s,Damage:0s}", - "{id:\"rftools:space_chamber\",Count:15s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:11s,Damage:0s}", - "{id:\"rftools:locator\",Count:28s,Damage:0s}", - "{id:\"rftools:projector\",Count:33s,Damage:0s}", - "{id:\"rftools:scanner\",Count:40s,Damage:0s}", - "{id:\"rftools:remote_scanner\",Count:30s,Damage:0s}", - "{id:\"rftools:powercell\",Count:22s,Damage:0s}", - "{id:\"rftools:powercell_advanced\",Count:49s,Damage:0s}", - "{id:\"rftools:powercell_simple\",Count:30s,Damage:0s}", - "{id:\"rftools:environmental_controller\",Count:151s,Damage:0s}", - "{id:\"rftools:endergenic\",Count:45s,Damage:0s}", - "{id:\"rftools:booster\",Count:20s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:26s,Damage:1s}", - "{id:\"ironchest:iron_chest\",Count:63s,Damage:2s}", - "{id:\"ironchest:iron_chest\",Count:15s,Damage:4s}", - "{id:\"ironchest:iron_chest\",Count:77s,Damage:5s}", - "{id:\"ironchest:iron_chest\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:63s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:77s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:47s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_chest_upgrade\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_chest_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_iron_chest_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_shulker_upgrade\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_shulker_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_iron_shulker_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_shulker_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_shulker_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:16s}", - "{id:\"logisticspipes:pipe_controller\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:pipe_manager\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:chip_advanced_raw\",Count:11s,Damage:0s}", - "{id:\"modularmachinery:blockcontroller\",Count:11s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:1s,Damage:1s}", - "{id:\"modularmagic:blockgridproviderinput\",Count:3s,Damage:0s}", - "{id:\"projectex:energy_link\",Count:126s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:500s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_omega\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_omega\",Count:500s,Damage:0s}", - "{id:\"projectex:matter\",Count:378s,Damage:0s}", - "{id:\"projectex:matter\",Count:500s,Damage:1s}", - "{id:\"projectex:matter\",Count:500s,Damage:2s}", - "{id:\"projectex:matter\",Count:500s,Damage:3s}", - "{id:\"projectex:matter\",Count:500s,Damage:4s}", - "{id:\"projectex:matter\",Count:500s,Damage:5s}", - "{id:\"projectex:matter\",Count:500s,Damage:6s}", - "{id:\"projectex:matter\",Count:500s,Damage:7s}", - "{id:\"projectex:matter\",Count:500s,Damage:8s}", - "{id:\"projectex:matter\",Count:500s,Damage:9s}", - "{id:\"projectex:matter\",Count:500s,Damage:10s}", - "{id:\"projectex:matter\",Count:500s,Damage:11s}", - "{id:\"projectex:final_star_shard\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:500s,Damage:0s}", - "{id:\"xreliquary:angelheart_vial\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:33s,Damage:0s}", - "{id:\"xreliquary:glowing_water\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:4s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:lantern_of_paranoia\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:shears_of_winter\",Count:22s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:3s,Damage:0s}", - "{id:\"xreliquary:fertile_potion\",Count:3s,Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:0,name:\"minecraft:absorption\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:absorption\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:7500,potency:2,name:\"minecraft:absorption\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:blindness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:nausea\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:strength\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:1,name:\"minecraft:strength\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:mining_fatigue\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2500,potency:1,name:\"minecraft:mining_fatigue\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:3000,potency:2,name:\"minecraft:mining_fatigue\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:haste\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:1,name:\"minecraft:haste\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:fire_resistance\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:0,name:\"minecraft:health_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:health_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:7500,potency:2,name:\"minecraft:health_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:hunger\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:invisibility\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:jump_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:6750,potency:1,name:\"minecraft:jump_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:slowness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1000,potency:1,name:\"minecraft:slowness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:speed\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:speed\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:3000,potency:2,name:\"minecraft:speed\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:night_vision\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:poison\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:250,potency:0,name:\"minecraft:regeneration\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:1,name:\"minecraft:regeneration\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:resistance\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:resistance\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:water_breathing\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:weakness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1000,potency:1,name:\"minecraft:weakness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:250,potency:0,name:\"minecraft:wither\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:1,name:\"minecraft:wither\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:1,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:2,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:3,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:4,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:0,name:\"minecraft:absorption\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:absorption\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:7500,potency:2,name:\"minecraft:absorption\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:blindness\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:nausea\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:strength\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:1,name:\"minecraft:strength\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:mining_fatigue\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2500,potency:1,name:\"minecraft:mining_fatigue\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:3000,potency:2,name:\"minecraft:mining_fatigue\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:haste\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:1,name:\"minecraft:haste\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:fire_resistance\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1500,potency:0,name:\"minecraft:health_boost\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:health_boost\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:7500,potency:2,name:\"minecraft:health_boost\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:hunger\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:invisibility\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:jump_boost\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:6750,potency:1,name:\"minecraft:jump_boost\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:slowness\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1000,potency:1,name:\"minecraft:slowness\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:speed\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:speed\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:3000,potency:2,name:\"minecraft:speed\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:night_vision\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:poison\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:250,potency:0,name:\"minecraft:regeneration\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:1,name:\"minecraft:regeneration\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1750,potency:0,name:\"minecraft:resistance\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:2250,potency:1,name:\"minecraft:resistance\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:750,potency:0,name:\"minecraft:water_breathing\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"minecraft:weakness\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:1000,potency:1,name:\"minecraft:weakness\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:250,potency:0,name:\"minecraft:wither\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:1,name:\"minecraft:wither\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:0,name:\"xreliquary:cure_potion\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:1,name:\"xreliquary:cure_potion\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:2,name:\"xreliquary:cure_potion\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:3,name:\"xreliquary:cure_potion\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{effects:[{duration:500,potency:4,name:\"xreliquary:cure_potion\"}],hasPotion:1b,splash:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1500,potency:0,name:\"minecraft:absorption\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:2250,potency:1,name:\"minecraft:absorption\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:7500,potency:2,name:\"minecraft:absorption\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:blindness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:0,name:\"minecraft:nausea\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:strength\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1500,potency:1,name:\"minecraft:strength\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:0,name:\"minecraft:mining_fatigue\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:2500,potency:1,name:\"minecraft:mining_fatigue\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:3000,potency:2,name:\"minecraft:mining_fatigue\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:haste\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1500,potency:1,name:\"minecraft:haste\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:fire_resistance\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1500,potency:0,name:\"minecraft:health_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:2250,potency:1,name:\"minecraft:health_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:7500,potency:2,name:\"minecraft:health_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:hunger\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:0,name:\"minecraft:invisibility\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1750,potency:0,name:\"minecraft:jump_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:6750,potency:1,name:\"minecraft:jump_boost\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:0,name:\"minecraft:slowness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1000,potency:1,name:\"minecraft:slowness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1750,potency:0,name:\"minecraft:speed\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:2250,potency:1,name:\"minecraft:speed\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:3000,potency:2,name:\"minecraft:speed\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1750,potency:0,name:\"minecraft:night_vision\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:poison\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:250,potency:0,name:\"minecraft:regeneration\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:1,name:\"minecraft:regeneration\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1750,potency:0,name:\"minecraft:resistance\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:2250,potency:1,name:\"minecraft:resistance\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:750,potency:0,name:\"minecraft:water_breathing\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:0,name:\"minecraft:weakness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:1000,potency:1,name:\"minecraft:weakness\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:250,potency:0,name:\"minecraft:wither\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:1,name:\"minecraft:wither\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:0,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:1,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:2,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:3,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:potion\",Count:3s,tag:{lingering:1b,effects:[{duration:500,potency:4,name:\"xreliquary:cure_potion\"}],hasPotion:1b},Damage:0s}", - "{id:\"xreliquary:apothecary_mortar\",Count:67s,Damage:0s}", - "{id:\"xreliquary:wraith_node\",Count:11s,Damage:0s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:0s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:1s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:2s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:3s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:4s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:5s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:6s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:7s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:8s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:9s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:10s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:11s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:12s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:13s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:14s}", - "{id:\"xreliquary:pedestal\",Count:53s,Damage:15s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:1s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:2s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:3s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:4s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:5s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:6s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:7s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:8s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:9s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:10s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:11s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:12s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:13s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:14s}", - "{id:\"xreliquary:pedestal_passive\",Count:11s,Damage:15s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_monitor\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimension_builder\",Count:33s,Damage:0s}", - "{id:\"rftoolsdim:dimension_editor\",Count:16s,Damage:0s}", - "{id:\"rftoolsdim:activity_probe\",Count:16s,Damage:0s}", - "{id:\"rftoolsdim:biome_absorber\",Count:99s,Damage:0s}", - "{id:\"storagedrawers:upgrade_storage\",Count:22s,Damage:3s}", - "{id:\"storagedrawers:upgrade_storage\",Count:22s,Damage:4s}", - "{id:\"storagedrawers:upgrade_status\",Count:4s,Damage:1s}", - "{id:\"storagedrawers:controller\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:4s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:3s,Damage:0s}", - "{id:\"tg:gemcutter\",Count:2s,Damage:0s}", - "{id:\"tg:fortified_glass\",Count:3s,Damage:0s}", - "{id:\"tg:fortified_glass_pane\",Count:1s,Damage:0s}", - "{id:\"tg:lamp\",Count:77s,Damage:0s}", - "{id:\"tg:teleportator_frame\",Count:2s,Damage:0s}", - "{id:\"tg:teleportator_floor\",Count:7s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:3s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:45s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:55s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:55s,Damage:0s}", - "{id:\"thaumicaugmentation:fortified_glass\",Count:30s,Damage:0s}", - "{id:\"thaumicaugmentation:fortified_glass_pane\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:30s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:30s,Damage:1s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:22s,Damage:2s}", - "{id:\"thaumicaugmentation:glass_tube\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_experience\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_elemental\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_overworld\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_nether\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_end\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_emptiness\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:2s,tag:{id:\"thaumicaugmentation:strength_frenzy\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:3s,tag:{id:\"thaumicaugmentation:effect_power\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:3s,tag:{id:\"thaumicaugmentation:effect_cast_speed\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:3s,tag:{id:\"thaumicaugmentation:effect_cost\"},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_empty\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:biome_empty\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_reset\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:biome_reset\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:river\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:hell\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:hell\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:sky\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:sky\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:frozen_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_river\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:frozen_river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:ice_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mushroom_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island_shore\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mushroom_island_shore\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:beaches\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:beaches\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:desert_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:smaller_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:smaller_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:jungle_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:deep_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:deep_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:stone_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:stone_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:cold_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:cold_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga_cold_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:gravel_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:gravel_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:white_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:white_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:origin_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:alps\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bamboo_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:bamboo_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bayou\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:bayou\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bog\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:bog\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:boreal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:boreal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:brushland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:brushland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:chaparral\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:chaparral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cherry_blossom_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:cherry_blossom_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cold_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:cold_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:crag\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:crag\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:dead_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:dead_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:eucalyptus_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:eucalyptus_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fen\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:fen\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_field\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:flower_field\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grassland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:grassland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:highland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:highland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:land_of_lakes\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:land_of_lakes\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lavender_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:lavender_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:lush_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:lush_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mangrove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mangrove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:maple_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:maple_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:meadow\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:meadow\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:moor\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:moor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mountain\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mystic_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mystic_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:ominous_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:ominous_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:orchard\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:orchard\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:overgrown_cliffs\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:overgrown_cliffs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:prairie\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:prairie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:quagmire\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:quagmire\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:redwood_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:sacred_springs\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:sacred_springs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:seasonal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:seasonal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shield\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:shield\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:steppe\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:steppe\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:temperate_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:temperate_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:tropical_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wetland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:wetland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:woodland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:woodland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:xeric_shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:xeric_shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:alps_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mountain_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:redwood_forest_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:pasture\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:pasture\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:oasis\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:oasis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:snowy_tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coral_reef\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:coral_reef\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:kelp_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:kelp_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:origin_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:tropical_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:volcanic_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:volcanic_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:flower_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:corrupted_sands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:corrupted_sands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fungi_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:fungi_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:undergarden\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:undergarden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:visceral_heap\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:visceral_heap\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"randomthings:spectral\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"randomthings:spectral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"jeid:error_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"jeid:error_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:magical_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumcraft:magical_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eerie\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumcraft:eerie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eldritch\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumcraft:eldritch\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_lake\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_lake\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dense_twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:dense_twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_stream\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_stream\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:oak_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:oak_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:firefly_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:firefly_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:deep_mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:deep_mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:dark_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:enchanted_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:enchanted_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:fire_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:fire_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:dark_forest_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:highlands_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:highlands_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:thornlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:thornlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:spooky_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:spooky_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"buildcraftenergy:oil_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"buildcraftenergy:oil_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"appliedenergistics2:storage_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"appliedenergistics2:storage_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:abyss\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:abyss\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:ancient_cavern\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:ancient_cavern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:barathos\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:barathos\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:candyland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:candyland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:celeve\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:celeve\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:creeponia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:creeponia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:crystevia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:crystevia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:deeplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:deeplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:dustopia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:dustopia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:gardencia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:gardencia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:greckon\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:greckon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:haven\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:haven\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:immortallis\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:immortallis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:iromine\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:iromine\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lborean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:lborean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lelyetia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:lelyetia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lunalus\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:lunalus\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:mysterium\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:mysterium\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:precasia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:precasia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:runandor\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:runandor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:shyrelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:shyrelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:vox_ponds\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:vox_ponds\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:eden\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:eden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:wildwood\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:wildwood\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:apalachia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:apalachia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:skythern\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:skythern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:mortum\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:mortum\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:iceika\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:iceika\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:arcana\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:arcana\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:vethea\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:vethea\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:underground_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:underground_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:volcanic_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:volcanic_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:subterranean_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:subterranean_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:elysian_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:elysian_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:ulterior_outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:ulterior_outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fungal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:fungal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:submerged_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:submerged_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fields_sub_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:fields_sub_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:petrified_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:petrified_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"iceandfire:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"iceandfire:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"integrateddynamics:biome_meneglin\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"integrateddynamics:biome_meneglin\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"nuclearcraft:nuclear_wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"nuclearcraft:nuclear_wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:emptiness\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:tainted_lands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:tainted_lands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:emptiness_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:coralium_infested_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:coralium_infested_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:abyssal_wastelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:abyssal_wastelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purified_dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:purified_dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dreadlands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dreadlands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:omothol\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:omothol\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dark_realm\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dark_realm\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purged\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:purged\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moon\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:moon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:alien forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:alien forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:hotdryrock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:hotdryrock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:space\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:space\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:stormland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:stormland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:crystalchasms\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:crystalchasms\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:deepswamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:deepswamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:oceanspires\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:oceanspires\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moondark\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:moondark\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanic\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:volcanic\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanicbarren\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:volcanicbarren\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aether_legacy:aether_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aether_legacy:aether_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:limbo\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:limbo\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:white_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:white_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:dangerous_black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:dangerous_black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:patchy_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:patchy_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:swamplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:deep_waters\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:deep_waters\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:coarse_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:coarse_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:raised_isles\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:raised_isles\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:sludge_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_0\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:marsh_0\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_1\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:marsh_1\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:swamplands_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:sludge_plains_clearing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:focus_ancient\",Count:30s,Damage:0s}", - "{ForgeCaps:{Parent:{vis:0.0f},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_vis_battery\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_1k\",Count:3s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_4k\",Count:4s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_16k\",Count:7s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_64k\",Count:14s,tag:{filter:{}},Damage:0s}", - "{id:\"thaumicenergistics:essentia_terminal\",Count:1s,Damage:0s}", - "{id:\"thaumicenergistics:diffusion_core\",Count:1s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_4k\",Count:2s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_16k\",Count:6s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_64k\",Count:15s,Damage:0s}", - "{id:\"thaumicenergistics:upgrade_arcane\",Count:9s,Damage:0s}", - "{id:\"thaumictinkerer:black_quartz\",Count:15s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:11s,Damage:0s}", - "{id:\"thaumictinkerer:magnet\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:black_quartz_block\",Count:15s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:45s,Damage:4s}", - "{id:\"tinker_io:upg\",Count:9s,Damage:5s}", - "{id:\"tinker_io:upg\",Count:33s,Damage:6s}", - "{id:\"tinker_io:upg\",Count:33s,Damage:7s}", - "{id:\"tinker_io:speedupg\",Count:1s,Damage:0s}", - "{id:\"tinker_io:ore_crusher\",Count:79s,Damage:0s}", - "{id:\"tinker_io:stirling_engine\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinymobfarm:lasso\",Count:22s,tag:{},Damage:0s}", - "{id:\"tinymobfarm:gold_farm\",Count:24s,Damage:0s}", - "{id:\"torchmaster:mega_torch\",Count:22s,Damage:0s}", - "{id:\"torchmaster:dread_lamp\",Count:1s,Damage:0s}", - "{id:\"torchmaster:feral_flare_lantern\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:6s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:6s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{id:\"wct:magnet_card\",Count:8s,Damage:0s}", - "{id:\"woot:prism\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:34s,Damage:2s}", - "{id:\"woot:upgrade\",Count:8s,Damage:0s}", - "{id:\"woot:upgrade\",Count:8s,Damage:1s}", - "{id:\"woot:upgrade\",Count:8s,Damage:2s}", - "{id:\"woot:upgrade\",Count:8s,Damage:3s}", - "{id:\"woot:upgrade\",Count:8s,Damage:4s}", - "{id:\"woot:upgrade\",Count:8s,Damage:5s}", - "{id:\"woot:upgrade\",Count:8s,Damage:6s}", - "{id:\"woot:upgrade\",Count:8s,Damage:7s}", - "{id:\"woot:upgrade\",Count:8s,Damage:8s}", - "{id:\"woot:upgrade\",Count:8s,Damage:9s}", - "{id:\"woot:upgrade\",Count:8s,Damage:10s}", - "{id:\"woot:upgrade\",Count:8s,Damage:11s}", - "{id:\"woot:upgrade\",Count:8s,Damage:12s}", - "{id:\"woot:upgrade\",Count:8s,Damage:13s}", - "{id:\"woot:upgrade\",Count:8s,Damage:14s}", - "{id:\"woot:upgradeb\",Count:8s,Damage:0s}", - "{id:\"woot:upgradeb\",Count:8s,Damage:1s}", - "{id:\"woot:upgradeb\",Count:8s,Damage:2s}", - "{id:\"woot:upgradeb\",Count:5s,Damage:3s}", - "{id:\"woot:upgradeb\",Count:11s,Damage:4s}", - "{id:\"woot:upgradeb\",Count:16s,Damage:5s}", - "{id:\"abyssalcraft:dsglow\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:coraliumore\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:odb\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:coraliumstone\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:odbcore\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:abycorore\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:abydiaore\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:abytinore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abypcorore\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:6s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:7s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:8s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:9s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:10s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:11s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:12s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:13s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:14s}", - "{id:\"abyssalcraft:crystalcluster\",Count:3s,Damage:15s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:6s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:7s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:3s,Damage:8s}", - "{id:\"abyssalcraft:energycollector\",Count:30s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:energyrelay\",Count:39s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:abyssalsandglass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:rendingpedestal\",Count:120s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:energydepositioner\",Count:89s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:gatewaykey\",Count:27s,Damage:0s}", - "{id:\"abyssalcraft:coralium\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:ccluster2\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:ccluster3\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:ccluster4\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:ccluster5\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:ccluster6\",Count:12s,Damage:0s}", - "{id:\"abyssalcraft:ccluster7\",Count:14s,Damage:0s}", - "{id:\"abyssalcraft:ccluster8\",Count:16s,Damage:0s}", - "{id:\"abyssalcraft:ccluster9\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:cpearl\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:cchunk\",Count:108s,Damage:0s}", - "{id:\"abyssalcraft:platec\",Count:40s,Damage:0s}", - "{id:\"abyssalcraft:diamondu\",Count:22s,Damage:0s}", - "{id:\"abyssalcraft:abyssalniteu\",Count:27s,Damage:0s}", - "{id:\"abyssalcraft:coraliumu\",Count:20s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumu\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumu\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:shadowfragment\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:shadowshard\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:shadowgem\",Count:40s,Damage:0s}", - "{id:\"abyssalcraft:oblivionshard\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:carboncluster\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:densecarboncluster\",Count:108s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:6s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:7s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:8s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:9s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:10s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:11s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:12s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:13s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:14s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:15s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:16s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:17s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:18s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:19s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:20s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:21s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:22s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:23s}", - "{id:\"abyssalcraft:crystal\",Count:3s,Damage:24s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:6s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:7s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:8s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:9s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:10s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:11s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:12s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:13s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:14s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:15s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:16s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:17s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:18s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:19s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:20s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:21s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:22s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:23s}", - "{id:\"abyssalcraft:crystalshard\",Count:3s,Damage:24s}", - "{id:\"abyssalcraft:dreadblade\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:tiningot\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:soulreaper\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:lifecrystal\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:coin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:drainstaff\",Count:108s,Damage:0s}", - "{id:\"abyssalcraft:charm\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:48s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:48s,tag:{ItemInventory:[],PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:48s,tag:{Cursed:1b},Damage:0s}", - "{id:\"actuallyadditions:block_grinder\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_greenhouse_glass\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_engineer_goggles_advanced\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_engineer_goggles\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_laser_upgrade_invisibility\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:30s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_more_damage_lens\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_emerald\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_emerald\",Count:45s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:2s,Damage:2s}", - "{id:\"actuallyadditions:item_dust\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_emerald\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_emerald\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_emerald\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_emerald\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_emerald\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:diamond_paxel\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:emerald_paxel\",Count:90s,Damage:0s}", - "{id:\"buildcraftcore:gear_diamond\",Count:45s,Damage:0s}", - "{id:\"buildcraftbuilders:architect\",Count:67s,Damage:0s}", - "{id:\"buildcraftfactory:pump\",Count:45s,Damage:0s}", - "{id:\"buildcraftfactory:flood_gate\",Count:22s,Damage:0s}", - "{id:\"buildcraftfactory:tank\",Count:30s,Damage:0s}", - "{id:\"buildcraftfactory:distiller\",Count:101s,Damage:0s}", - "{id:\"buildcraftfactory:heat_exchange\",Count:11s,Damage:0s}", - "{id:\"techreborn:dust\",Count:3s,Damage:16s}", - "{id:\"techreborn:dust\",Count:3s,Damage:18s}", - "{id:\"techreborn:dust\",Count:5s,Damage:53s}", - "{id:\"techreborn:gem\",Count:10s,Damage:0s}", - "{id:\"techreborn:gem\",Count:10s,Damage:1s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:13s}", - "{id:\"techreborn:ingot\",Count:3s,Damage:22s}", - "{id:\"techreborn:nuggets\",Count:1s,Damage:24s}", - "{id:\"techreborn:part\",Count:2s,Damage:0s}", - "{id:\"techreborn:part\",Count:13s,Damage:4s}", - "{id:\"techreborn:part\",Count:3s,Damage:5s}", - "{id:\"techreborn:part\",Count:15s,Damage:7s}", - "{id:\"techreborn:part\",Count:56s,Damage:8s}", - "{id:\"techreborn:part\",Count:106s,Damage:9s}", - "{id:\"techreborn:part\",Count:23s,Damage:10s}", - "{id:\"techreborn:part\",Count:74s,Damage:11s}", - "{id:\"techreborn:part\",Count:133s,Damage:12s}", - "{id:\"techreborn:part\",Count:9s,Damage:17s}", - "{id:\"techreborn:part\",Count:15s,Damage:26s}", - "{id:\"techreborn:part\",Count:45s,Damage:28s}", - "{id:\"techreborn:part\",Count:9s,Damage:34s}", - "{id:\"techreborn:part\",Count:6s,Damage:35s}", - "{id:\"techreborn:part\",Count:7s,Damage:36s}", - "{id:\"techreborn:part\",Count:38s,Damage:37s}", - "{id:\"techreborn:part\",Count:79s,Damage:38s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:16s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:18s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:53s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:4s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:4s,tag:{energy:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:energycrystal\",Count:7s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:energycrystal\",Count:7s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:7s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:7s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:42s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:42s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:1s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:15s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:15s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:45s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:45s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:45s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:45s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:45s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:45s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:42s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:42s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:42s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:42s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:42s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:42s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:11s,tag:{energy:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:5s,tag:{isActive:0b,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:5s,tag:{isActive:0b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:5s,tag:{isActive:1b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:22s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:22s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:11s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:11s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:11s,tag:{energy:40000},Damage:0s}", - "{id:\"techreborn:iridiumneutronreflector\",Count:270s,Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:upgrades\",Count:8s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:18s,Damage:1s}", - "{id:\"techreborn:upgrades\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubysword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubypickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyspade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyhoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyhelmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyboots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphiresword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirepickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirespade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirehoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirehelmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireboots\",Count:30s,Damage:0s}", - "{id:\"aether_legacy:quicksoil_glass\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:diamond_gloves\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:nether_emerald_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:nether_diamond_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:end_emerald_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:end_diamond_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_amber\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:61s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glowing_helmet\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:193s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:193s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:193s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_crops\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap_match\",Count:22s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_health\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:19s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:spikes_diamond\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:27s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_trade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_prospector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:book_ender\",Count:75s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:cyclic_wand_build\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_spawn\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spawn_inspect\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:mattock\",Count:33s,Damage:0s}", - "{id:\"cyclicmagic:apple_emerald\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_boat\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_speed\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:11s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:magnet_anti_block\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:227s,Damage:0s}", - "{id:\"cyclicmagic:moon_sensor\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:sprout_seed\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:beacon_redstone\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:50s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:41s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:39s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:24s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:battery\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:glass_strong\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:entity_detector\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_storeempty\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:laser\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:imbuer\",Count:45s,Damage:0s}", - "{id:\"cyclicmagic:water_candle\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:16s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_quartz_item\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_wood_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_daizuli_item\",Count:1s,Damage:0s}", - "{id:\"buildcraftcompat:pipe_item_propolis\",Count:1s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:33s,Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:0b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:1b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:2b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:3b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:4s,tag:{gate:{material:1b,modifier:0b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:1b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:2b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:1b,modifier:3b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:2b,modifier:0b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:15s,tag:{gate:{material:2b,modifier:1b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:8s,tag:{gate:{material:2b,modifier:2b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:2b,modifier:3b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:3s,tag:{gate:{material:2b,modifier:0b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:2b,modifier:1b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:11s,tag:{gate:{material:2b,modifier:2b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:2b,modifier:3b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:3b,modifier:0b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:3b,modifier:1b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:3b,modifier:2b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:2s,tag:{gate:{material:3b,modifier:3b,logic:0b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:3b,modifier:0b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:3b,modifier:1b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:1s,tag:{gate:{material:3b,modifier:2b,logic:1b}},Damage:0s}", - "{id:\"buildcraftsilicon:plug_gate\",Count:6s,tag:{gate:{material:3b,modifier:3b,logic:1b}},Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:alchemical_crystal\",Count:90s,Damage:0s}", - "{id:\"contenttweaker:liquid_witchcraft_bottle\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:staff_of_iceika\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:34s,Damage:0s}", - "{id:\"contenttweaker:cleansing_balm_bottle\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:mythic_electronic_circuit\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:crystalline_lens\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:101s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:151s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:252s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:cursed_organic_matter\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:fiery_unguent_bottle\",Count:2s,Damage:0s}", - "{id:\"dimdoors:quartz_door\",Count:22s,Damage:0s}", - "{id:\"dimdoors:quartz_dimensional_door\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_stabilizer\",Count:45s,Damage:0s}", - "{id:\"environmentaltech:modifier_null\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:modifier_speed\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:77s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_3\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_4\",Count:26s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:19s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:14s,Damage:0s}", - "{id:\"environmentaltech:structure_panel_clear\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:lightning_rod_insulated\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_1\",Count:22s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_2\",Count:27s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_3\",Count:31s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_4\",Count:34s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_5\",Count:36s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_6\",Count:38s,Damage:0s}", - "{id:\"environmentaltech:modifier_piezo\",Count:56s,Damage:0s}", - "{id:\"environmentaltech:photovoltaic_cell\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:laser_core\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_accuracy\",Count:314s,Damage:0s}", - "{id:\"environmentaltech:diode\",Count:26s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_1\",Count:95s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_2\",Count:147s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_3\",Count:186s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_4\",Count:215s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_5\",Count:237s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_6\",Count:253s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:19s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:14s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:5s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:19s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_2\",Count:14s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_3\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_4\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_5\",Count:5s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_6\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:modifier_haste\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_jump_boost\",Count:146s,Damage:0s}", - "{id:\"environmentaltech:modifier_regeneration\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_water_breathing\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_night_vision\",Count:56s,Damage:0s}", - "{id:\"environmentaltech:modifier_saturation\",Count:500s,Damage:0s}", - "{id:\"environmentaltech:modifier_glowing\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:24s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:29s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:33s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:36s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:38s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:39s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:29s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:33s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:36s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:38s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:39s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_6\",Count:40s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:42s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:75s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:72s,Damage:0s}", - "{id:\"industrialforegoing:fluiddictionary_converter\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"industrialforegoing:meat_feeder\":{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:meat_feeder\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:23s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:23s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:68s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:68s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:energy_field_addon\",Count:51s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fortune_addon\",Count:67s,Damage:0s}", - "{id:\"logisticspipes:pipe_lb.bridgepipe\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:22s,Damage:0s}", - "{id:\"magicbees:mysteriousmagnet\",Count:11s,Damage:2s}", - "{id:\"magicbees:mysteriousmagnet\",Count:27s,Damage:4s}", - "{id:\"magicbees:mysteriousmagnet\",Count:51s,Damage:6s}", - "{id:\"magicbees:mysteriousmagnet\",Count:87s,Damage:8s}", - "{id:\"magicbees:mysteriousmagnet\",Count:141s,Damage:10s}", - "{id:\"magicbees:mysteriousmagnet\",Count:222s,Damage:12s}", - "{id:\"magicbees:mysteriousmagnet\",Count:344s,Damage:14s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:16s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:18s}", - "{id:\"magicbees:moondial\",Count:15s,Damage:0s}", - "{id:\"magicbees:effectjar\",Count:26s,Damage:0s}", - "{id:\"plustic:centrifuge\",Count:15s,Damage:0s}", - "{id:\"plustic:centrifuge\",Count:7s,Damage:1s}", - "{id:\"thebetweenlands:silt_glass\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:silt_glass_pane\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:lantern_silt_glass\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:silt_glass_jar\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodmagic-guide\",Count:3s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:16s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_4\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_5\",Count:168s,Damage:0s}", - "{id:\"danknull:dank_null_panel_4\",Count:45s,Damage:0s}", - "{id:\"danknull:dank_null_panel_5\",Count:45s,Damage:0s}", - "{id:\"danknull:danknull_dock\",Count:45s,Damage:0s}", - "{id:\"erebus:amber_glass\",Count:5s,Damage:0s}", - "{id:\"erebus:materials\",Count:3s,Damage:5s}", - "{id:\"erebus:materials\",Count:3s,Damage:41s}", - "{id:\"erebus:materials\",Count:2s,Damage:52s}", - "{id:\"erebus:materials\",Count:6s,Damage:59s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"acornoak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAcorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"alder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"allspice\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAllspice\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"almond\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAlmond\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"apricot\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApricot\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"ash\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"aspen\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"avocado\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAvocado\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"balsamfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"banana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBanana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"beech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlack_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackthorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blueberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlueberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAgapanthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAllium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAlthea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAnemone\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mistyrose\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAquilegia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAster\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.goldenrod\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAuricula\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAzalea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerBluet\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lavender\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCamellia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCarnation\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerChrysanthemum\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerConeflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCornflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaffodil\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDahlia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaisy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDandelion\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDelphinium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDianthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerEdelweiss\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLowest\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerForget\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFoxglove\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFuchsia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGaillardia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGeranium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGoldenrod\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHollyhock\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.black\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHydrangea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerIris\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightgray\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLavender\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLilac\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLily\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerMarigold\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerOrchid\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPansy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPenstemon\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPeony\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPetunia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPoppy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPrimrose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerRose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerScabious\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerTulip\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerViola\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerYarrow\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerZinnia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"box\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBrazil_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"buddhahand\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBuddha_hand\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"butternut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitButternut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"candlenut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCandlenut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.acceleration\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"careerbees.lifespanImmortal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.accelerate\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.armorer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.armorer\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.artist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.painting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.assassin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.assassin\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.bensen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.jazz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.buisnessman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.buisness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.butcher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.butcher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.clock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.clockwinding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.collectors\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.pickup\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.cook\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.glazing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.crusher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.crusher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.devil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.burning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.fortune\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.fortune\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.silky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.silky\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.dire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.novabynova\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.doctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.healing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.electrician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.electrifying\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.energy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.rf\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.engineer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.graduate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.honey_smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.honey_comb\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.husbandry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.husbandy\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.junk_seller\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.junk_sale\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.lumber\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.lumber\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mad_scientist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.exploding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mason\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.mason\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.nca\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.phd\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.plaguedoctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.curative\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.police\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.mob\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.politician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.politics\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.priest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.priest\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_charm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_strange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.rainbow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.repair\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.repair\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.robot\"},{species:\"rootBees\",chromosome:1,allele:\"careerbees.speedRobotic\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.science\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.sharpening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.sharpen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.smelt\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.soaring\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.soaring\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.student\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.taxcollector\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.taxation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.thief\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.player\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.yente\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cashew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCashew\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cedar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cherryplum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCherry_plum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"chilli\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitChilli\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cinnamon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"citron\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCitron\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"clove\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitClove\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coconut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoconut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coffee\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoffee\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"copperbeech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cranberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCranberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cypress\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"douglasfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"dwarfhazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitElderberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elm\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.abyss\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.wither\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.acidic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.alcohol\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ancient\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.arid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.artic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.barren\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.basalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bauxite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blooming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sapling\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_sapling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blutonium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.boggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_skeleton\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.caustic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.celebratory\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.fireworks\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cinnabar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.classical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coffee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.copper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.corrosive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creeper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creosote\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyanite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.darkened\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.decomposing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.desolate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.hunger\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.diamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.distilled\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ecstatic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.power\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.emerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.energetic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.excited\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.farm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.freezing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fruit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_fruit\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fuel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fungal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_mushroom\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glowstone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glutinous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gnawing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.wood\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.granite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.greek\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.growing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.hazardous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.infectious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.iron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.jaded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lapis\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.latex\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightgray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.limegreen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.malicious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.marble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.milk\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mineral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.mystical\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nuclear\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ocean\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.oil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.platinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.prehistoric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.primeval\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pyrite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.quantum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.radioactive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.relic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.resin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ripening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.fruit\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.river\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.roman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rotten\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_zombie\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ruby\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sapphire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.shadow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sodalite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.spatial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sphalerite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sticky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.stone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sugar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.swamp\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sweet\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tempered\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.thriving\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.titanium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tungstate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unstable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.virulent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.viscous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.volcanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.water\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellorium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.zinc\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.camberwellbeauty\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.crimsonrose\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.gatekeeper\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.goldenbirdwing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.kaiserihind\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marbledwhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marshfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.meadowbrown\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.monarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.paintedlady\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.peacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.pearlborderedfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.purpleemperor\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.queenofspainfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.redadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.ringlet\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.scotchangus\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smallheath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smalltortoiseshell\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.speckledwood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.wall\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.whiteadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fingerlime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFinger_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"floweringcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiAurora\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBatesia\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlackSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueDuke\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueWing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCabbageWhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCitrusSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i8d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i10d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiComma\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiDianaFrit\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiEmeraldPeacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanNormal\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlasswing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlassyTiger\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGozoraAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiLLacewing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMalachite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMonarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPalaenoSulphur\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostillion\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostman\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiRBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiReseda\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpicebush\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpringAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiThoasSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiZebraSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothAtlas\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLargest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBombyxMori\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i4d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonSilk\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothLatticedHeath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAgrarian\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFertile\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAustere\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAvenging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesBoggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMycophilic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCommon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCultivated\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDemonic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDiligent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEdenic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectExploration\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEnded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesExotic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFarmerly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFiendish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesForest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFrugal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesGlacial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHermitic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHeroic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIcy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesImperial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIndustrious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesLeporine\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFestiveEaster\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMajestic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMarshy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMeadows\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMerry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectSnowing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMiry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesModest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMonastic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesNoble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesPhantasmal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectResurrection\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesRural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSecluded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSinister\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSpectral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectReanimation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSteadfast\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTipsy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTricky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersGourd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTropical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesUnweary\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesValiant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVengeful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVindictive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesWintry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcacia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcaciaVanilla\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBalsa\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBaobab\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBirch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeChestnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitChestnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCocobolo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDarkOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDate\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitDates\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeEbony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeGigant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightGigantic\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i4d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeIpe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeJungle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCocoa\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeKapok\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLarch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLemon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitLemon\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahoe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahogony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePadauk\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePapaya\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPapaya\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePlum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPlum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePoplar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSequoia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSipiri\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSpruce\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeTeak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWalnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitWalnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWenge\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWillow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeZebrawood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.derpious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lime\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gingko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGingko_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"goldenraspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGolden_raspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFastest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gooseberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGooseberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"grapefruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGrapefruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hawthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hemlock\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"holly\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hornbeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"iroko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"juniper\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitJuniper\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"keylime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKey_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"kumquat\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKumquat\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"lime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitLime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"loblollypine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"locust\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"logwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAESkystone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAbandoned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAluminium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesApatite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArcane\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArdite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAttuned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAware\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTAlfheim\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectdreaming\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBlossom\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBotanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTDreaming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTFloral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTRooted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTSomnolent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTVazbee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:batty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBeef\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:bovine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBigbad\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:canine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBronze\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:catty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCertus\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCharmed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesChicken\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:chicken\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCobalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCopper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCrumbling\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:crumbling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDiamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDoctoral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDraconic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEarthy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEldritch\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesElectrum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEmerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEnchanted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEsoteric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEthereal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFirey\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFluix\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesForlorn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGhastly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ghastly\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHateful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHorse\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:horse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInfernal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvisible\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:alleleinvisibility\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesIron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLordly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesManyullyn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMutable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMysterious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNameless\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOblivion\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOsmium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPlatinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPork\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:porcine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPupil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesRSAFluxed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSavant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesScholarly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSheepish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:sheep\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilicon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSkulking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSmouldering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ablaze\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSorcerous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSoul\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpidery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spidery\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpirit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpiteful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSupernatural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEAmped\"},{species:\"rootBees\",chromosome:1,allele:\"magicbees.speedBlinding\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblitz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEBlizzy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTECoal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDante\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDestabilized\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEEndearing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGelid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblizz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGrounded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTELux\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEPyro\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTERocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnbasalz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEShocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEWinsome\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTimely\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTransmuting\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effecttransmuting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesUnusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWatery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWindy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWithering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectwithering\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"manderin\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitManderin\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"mango\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitMango\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"monkeypuzzle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nectarine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNectarine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nutmeg\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNutmeg\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"oldfustic\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"olive\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOlive\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOrange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orchardapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"osangeorange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOsange_orange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"peach\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPeach\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pear\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPear\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pecan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPecan\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pinkivory\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"plantain\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPlatain\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pomelo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPomelo\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"prairiecrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"purpleheart\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rainbowgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"raspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRaspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redbanana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRed_banana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRedcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redmaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosegum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosewood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rowan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sallow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"satsuma\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSatsuma\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sourcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSour_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"staranise\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStar_anise\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"starfruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStarfruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"swampgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sycamore\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFig\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"tangerine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitTangerine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"whitebeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"wildcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitWild_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:26s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"yew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:22s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:22s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:33s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:7s,Damage:9s}", - "{id:\"enderio:item_soul_vial\",Count:13s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:stray\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:husk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:zombie_villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:skeleton_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:zombie_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:donkey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:mule\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:evocation_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:vex\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:vindication_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:illusion_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:zombie_pigman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:silverfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:blaze\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:magma_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:witch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:endermite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:shulker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:squid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:mooshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:snowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:ocelot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:villager_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:rabbit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:polar_bear\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:llama\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:parrot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"minecraft:villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:depthsghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:abyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:jzahar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:abygolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:dreadgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:dreadguard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:dragonminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:dragonboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:shadowcreature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:shadowmonster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:dreadling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:dreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:demonpig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:gskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:chagarothspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:chagarothfist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:chagaroth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:shadowbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:shadowboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antiabyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antibat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antichicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:anticow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:anticreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antighoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antipig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antiplayer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antiskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antispider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:antizombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:remnant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:omotholghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:jzaharminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:greaterdreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:lesserdreadbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:lessershoggoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:demoncow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:demonchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:demonsheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:coraliumsquid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"abyssalcraft:shuboffspring\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thermalfoundation:blizz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thermalfoundation:blitz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thermalfoundation:basalz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"draconicevolution:chaosguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"cyclicmagic:robot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"astralsorcery:entityflare\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"astralsorcery:entityspectraltool\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"astralsorcery:entityliquidspark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"botania:pixie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"botania:doppleganger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"botania:pink_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"biomesoplenty:wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"chickens:chickenschicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"deepmoblearning:glitch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"deepmoblearning:trial_enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"deepmoblearning:trial_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"deepmoblearning:trial_cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"deepmoblearning:trial_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"dimdoors:mob_monolith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.centipede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.mosquito\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.tarantula\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.bot_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.scorpion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.solifuge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.grasshopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.locust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.moth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.rhino_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.antlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.black_widow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.glow_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.bombardier_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.scytodes\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.money_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.praying_mantis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.jumping_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.fire_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.worker_bee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.velvet_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.dragon_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.titan_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.bot_fly_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.fungal_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.crop_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.woodlouse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.cicada\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.fire_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.lava_web_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.antlion_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.chameleon_tick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.solifuge_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.midge_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.punchroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.crushroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.black_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.zombie_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.tarantula_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.tarantula_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.pond_skater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.bog_maw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.magma_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.animated_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.animated_chest\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.animated_bamboo_crate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.umber_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.umber_golem_idol\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.antlion_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.honey_pot_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.zombie_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.bed_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.stag_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"erebus:erebus.gas_vent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"hatchery:roosterentity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumadditions:blue_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"industrialforegoing:pink_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"randomthings:spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"randomthings:goldenchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"openblocks:luggage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"openblocks:mini_me\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"plustic:supremeleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"plustic:blindbandit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"tg:observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:dark_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:angler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:swamp_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:wight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:sporeling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:leech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:blood_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:mire_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:mire_snail_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:lurker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:gecko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:olm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:chiromaw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:frog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:gas_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:tar_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:silt_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:pyrad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:peat_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:tarminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:mummy_arm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:fortress_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:fortress_boss_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:fortress_boss_blockade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:fortress_boss_turret\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:dreadful_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:smoll_sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:greebling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:boulder_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:spirit_tree_face_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:spirit_tree_face_large\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:root_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:small_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:large_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:shambler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:wall_lamprey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:moving_spawner_hole\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:wall_living_root\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:crypt_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:barrishee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:ash_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:triggered_falling_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:splodeshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:cc_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:emberling_shaman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:flame_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:emberling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:sludge_menace\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:draeton_dragonfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:draeton_firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:worm_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:chiromaw_matriarch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:chiromaw_hatchling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:chiromaw_tame\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:greebling_coracle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:anadia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:rock_snot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:mist_brige\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:jellyfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:jellyfish_cave\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:bubbler_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:freshwater_urchin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thebetweenlands:cave_fish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:cultistportalgreater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:cultistportallesser\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:turretbasic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:turretadvanced\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:arcanebore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:eldritchwarden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:eldritchgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:cultistleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintaclegiant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:brainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:giantbrainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:firebat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:spellbat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:pech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:mindspider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:eldritchguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:cultistknight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:cultistcleric\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:eldritchcrab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:inhabitedzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:thaumslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintcrawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintacle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintacletiny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintswarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintseed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumcraft:taintseedprime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:wild_boar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:bighorn_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:deer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:redcap\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:swarm_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:naga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:skeleton_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:hostile_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:hedge_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:hydra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:penguin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:lich_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:loyal_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:tiny_bird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:squirrel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:quest_ram\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:kobold\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:mosquito_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:death_tome\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:minotaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:minoshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:fire_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:slime_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:pinch_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:maze_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:redcap_sapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:mist_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:king_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:mini_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:tower_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:tower_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:tower_termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:tower_broodling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:ur_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:blockchain_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:goblin_knight_upper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:goblin_knight_lower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:helmet_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:knight_phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:yeti\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:yeti_alpha\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:winter_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:snow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:stable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:unstable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:snow_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:giant_miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:armored_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:ice_crystal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:harbinger_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:adherent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:roving_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:castle_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:hydra_head\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"twilightforest:boggard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"tconstruct:blueslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"natura:imp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"natura:nitrocreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bloodmagic:sentient_specter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bloodmagic:mimic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bloodmagic:corrupted_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bloodmagic:corrupted_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bloodmagic:corrupted_chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bloodmagic:corrupted_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:airhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:alarmo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:amphibior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:amphibiyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ancient_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:anemia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:angelica\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:apparition\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arc_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arc_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arcbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:archvine\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arcworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ariel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arkback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arkzyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:arocknid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:automaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:axiolight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bane\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:banshee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:baroness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:basilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:baumba\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:black_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bloodmist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bloodsucker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:blue_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:blue_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:blue_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:blue_runic_lifeform\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bobo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bomb_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bone_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bone_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:boneback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bouncer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:broccohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:brute\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bush_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:candy_corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cane_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:case_construct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cave_creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cave_creepoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:centinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cherry_barrager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cherry_blaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:chimera\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:chocko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:chomper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:clown\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:clunkhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:coniferon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_mind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_range\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_resistance\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_speed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_strength\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_terror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:corallus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:coralon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cotton_candor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:craexxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creeperlock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creepird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creepuple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:crusilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cryptid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:crystocore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dark_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dawnlight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:daysee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dead_tree\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:death_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:deinotherium\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:demon_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:desert_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:destructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:devourer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dicer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:diocus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:distorter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:doubler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dracyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dust_strider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dusteiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:duston\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dweller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dyrehorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:echodar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:eeo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:eilosapien\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:elite_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:elite_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:elite_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:elusive\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:embrake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:emperor_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:enforcer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:everbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:exohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:exoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:explodot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:eye_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:faceless_floater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:faceless_runner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fake_zorp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fischer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fishix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:flamewalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:flash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:flesh_eater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:flowerface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:flye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fungat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fungback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fungik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fungock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:fungung\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:furlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gadgetoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghastus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostine_ancient\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostly_bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostly_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostly_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostly_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostly_night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ghostly_sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:giant_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gingerbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gingerbread_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:goalby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:goldorth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:goldum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:goldus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:graw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:green_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:green_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:green_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:grillface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:grobbler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:grocculate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:grunt\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gyro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:harkos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:headless_destroyer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:headless_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hellcat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hellspot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hiding_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hill_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hive_king\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hive_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:horndron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:horon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:host\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hunch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hydrolisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hydrolon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ice_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:infernal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:inmate_x\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:inmate_y\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:iosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:irkling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:jawe\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:jumbo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:kaiyu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:kajaros\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:keeler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:king_bambambam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:king_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:king_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:king_shroomus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:klobber\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:koko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:kranky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:kror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:leafy_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lelyetian_caster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lelyetian_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lightwalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:linger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:little_bam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:living_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lollypopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lost_soul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lunarcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:luxocron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:magical_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:magicke\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mechachron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mechamaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mechbot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mechyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:merkyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mermage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mirage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:miskel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:modulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mother_void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:muckopede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:muncher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mushroom_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:natura\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:neptuno\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nethengeic_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nethengeic_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:night_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nightfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nightmare_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nightwing\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:nospike\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:occulent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:okazor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:omnilight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:opteryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:orange_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:orbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:paladin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:parasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:paravite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:penumbra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:pigotron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:pincher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:pod_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:polar_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:polytom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:primitive_carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:proshield\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:purple_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:quickpocket\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rainicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rammerhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ramradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rawbone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:raxxan\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:reaper_twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:reaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:red_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:red_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:refluct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rock_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rock_critter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rock_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rockbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:roloscope\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:runic_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:runic_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:runicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:runicorn_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sabretooth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sand_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sand_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:scrubby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sea_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sea_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sea_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sea_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sea_viper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:seeker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shadow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shadowlord\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shavo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shyre_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shyre_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:silencer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:silverfoot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skele_elder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skeledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skelekyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skeletal_cowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skeletron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skolle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:skull_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:slimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:smash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:snappy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:snow_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:soulscorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:soulvyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spectral_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sphinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spinoledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spinux\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spirit_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spirit_protector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:squasher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:squiggler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:stalker_prime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sticky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:stimulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:stimulosus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:stitches\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:stone_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:strong_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:strong_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:strong_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sugarface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:surveyor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:swamp_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:sysker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:terradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:terrestrial\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:tharafly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:tipsy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:tortione\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:toxxulous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:tracker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:tree_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:trickster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:triclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:tyrosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:undead_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:urioh\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:urka\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:urv\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:valkyrie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:vertebron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:vine_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:vinocorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:visage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:visualent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:visular\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:visulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:void_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:volar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:voliant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:voltron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:voxxulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:warclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:web_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:wickett\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:winged_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:wither_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:wood_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:xxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:yellow_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:yellow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:yellow_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zarg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zhinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:alluricorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:blissard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:compeer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:construct_of_servility\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:corby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:craggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:draggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ender_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:friendly_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gnawer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:goofer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:healing_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hellquin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hive_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:horntail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mecha_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mecha_skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:orbling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:plateosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rammerhorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rosid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shaddy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shadow_stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spikeback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spraggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:waggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:abyssal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:ambient_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:anima_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:assassin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:augury_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:baron_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:blooming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:boreic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:butchery_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:candied_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:celevian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:coratee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:corrupted_traveller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creep_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creep_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:creeponia_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:crystal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:crystal_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dungeon_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:dustopian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:elkanyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:expedition_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:explosives_expert\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:extraction_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:floro_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:foraging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:glaring_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gleaming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:glistening_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:glowing_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:golden_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gorb_arms_dealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gorb_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:gorb_engineer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:halycon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hauling_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:haunted_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:hunter_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:infusion_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:innervation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lelyetian_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lelyetian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lelyetian_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:logging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:lunar_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:meganeuropsis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:metalloid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:mystic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:naturalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:peppermint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:portal_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:precasian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:primordial_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:primordial_guide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:primordial_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:primordial_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:primordial_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:professor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:radiant_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:realmshifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:rocky_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:runation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:runic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shining_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shyre_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shyre_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:shyrelands_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:spearmint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:store_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:token_collector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:toxic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:toy_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:troll_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:trotter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:twinkling_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:undead_herald\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:withering_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_child\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_grocer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_herbalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:zal_vendor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bane_big\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:bloodlust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aoa3:corallus_shot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:ice_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:lightning_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:spirit_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:spirit_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:phoenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:magic_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:decoy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:shadow_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:storm_elemental\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"ebwizardry:wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:lizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:owl\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:snake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:black_dog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:hellhound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:feuerwurm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:werewolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:cleaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:demoness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:bafometyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:shadow_person\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:cambion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:druden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:baphomet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"bewitchment:leonard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:arid_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:cave_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:caveclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:desert_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ehu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:enthralled_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:frost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:glacon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:brown_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:white_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:jack_o_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:jungle_bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:jungle_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:jungle_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:king_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:kobblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:liopleurodon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:livestock_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:pumpkin_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:rainbour\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:rotatick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:saguaro_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:shark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:smelter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:snapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:stone_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:the_eye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:the_grue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:whale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:hell_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:hell_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:scorcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:wildfire\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ender_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ender_triplets\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ender_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:alicanto\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:fractite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:frost_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:frosty\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:glacide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:hastreus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:rollum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:workshop_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:workshop_tinkerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:eden_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:eden_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:greenfeet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:madivel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:sun_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:weak_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:behemoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:epiphite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:moon_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:termid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:verek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:wildwood_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:wildwood_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:wildwood_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:apalachia_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:apalachia_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:apalachia_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:enchanted_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:enchanted_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:advanced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:megalith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:mystic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:samek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:skythern_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:skythern_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:skythern_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:angry_bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:demon_of_darkness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:mortum_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:sorcerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:soul_stealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:soul_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:twilight_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:captain_merik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:datticon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:deathcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:death_hound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:dungeon_constructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:dungeon_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:dungeon_prisoner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:fyracryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:kazari\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:leorna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:living_statue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:paratiku\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:razorback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:golem_of_rejuvenation\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:roamer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:seimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:lord_vatticus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:war_general\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:zelus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:acid_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:biphron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:bohemite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:crypt_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:cymesoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:dissiment\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:dreamwrecker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:duo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:fake_vhraak\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:galroid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:gorgosion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:helio\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:hover_stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:kazrotic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:lheiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:lorga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:lorga_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:mandragora\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:mysterious_man_layer_1\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:shadahier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:the_hunger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:temple_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:tocaxin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:vermenous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:zone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:zoragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ancient_entity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ayeraco_blue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ayeraco_green\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ayeraco_purple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ayeraco_red\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:ayeraco_yellow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:densos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:dramix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:eternal_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:experienced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:hive_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:karot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:karos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:king_of_scorchers\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:lady_luna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:parasecta\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:quadro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:raglok\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:reyvor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:soul_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:sunstorm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:termasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:the_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:twilight_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:vamacheron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"divinerpg:wreck\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dragonegg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dragonskull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:firedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:icedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:snowvillager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:hippogryph\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:stonestatue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:gorgon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:siren\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:hippocampus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:deathworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:if_cockatrice\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:stymphalianbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:if_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_sentinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_royal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:amphithere\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:seaserpent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:myrmex_swarmer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:if_mob_skull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_thrall\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_ghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_scuttler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"iceandfire:dread_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"tfspellpack:druid_mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumicaugmentation:autocaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumicaugmentation:primal_wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"thaumicaugmentation:celestial_observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"forestry:butterflyge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:moa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:phyg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:flying_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:sheepuff\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:aerbunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:aerwhale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:swet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:sentry\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:zephyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:aechor_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:slider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:valkyrie_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:sun_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:fire_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:ice_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:thunder_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:fire_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:mini_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"aether_legacy:whirlwind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"battletowers:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:13s,tag:{entityId:\"nuclearcraft:feral_ghoul\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:6s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{id:\"ebwizardry:crystal_block\",Count:27s,Damage:2s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:6s,Damage:2s}", - "{id:\"ebwizardry:magic_crystal\",Count:4s,Damage:2s}", - "{id:\"aoa3:ancient_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:archaic_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunar_glass\",Count:5s,Damage:0s}", - "{id:\"aoa3:unbreakable_runic_glass\",Count:5s,Damage:0s}", - "{id:\"botania:bifrost\",Count:5s,Damage:0s}", - "{id:\"erebus:umber_golem_statue\",Count:1s,Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:15s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:13s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,Damage:0s}", - "{id:\"biomesoplenty:earth\",Count:22s,Damage:0s}" - ] - }, - { - "aspect": "ordo", - "items": [ - "{id:\"minecraft:sandstone\",Count:1s,Damage:1s}", - "{id:\"minecraft:sandstone\",Count:1s,Damage:2s}", - "{id:\"minecraft:stonebrick\",Count:1s,Damage:3s}", - "{id:\"minecraft:nether_brick\",Count:3s,Damage:0s}", - "{id:\"minecraft:nether_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:packed_ice\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_nether_brick\",Count:1s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:1s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:2s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:3s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:4s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:5s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:6s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:7s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:8s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:9s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:10s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:11s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:12s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:13s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:14s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:15s}", - "{id:\"minecraft:furnace\",Count:4s,Damage:0s}", - "{id:\"minecraft:nether_brick_fence\",Count:2s,Damage:0s}", - "{id:\"minecraft:end_crystal\",Count:15s,Damage:0s}", - "{id:\"minecraft:tnt\",Count:4s,Damage:0s}", - "{id:\"minecraft:hopper\",Count:4s,Damage:0s}", - "{id:\"minecraft:comparator\",Count:5s,Damage:0s}", - "{id:\"minecraft:minecart\",Count:9s,Damage:0s}", - "{id:\"minecraft:saddle\",Count:5s,Damage:0s}", - "{id:\"minecraft:chest_minecart\",Count:6s,Damage:0s}", - "{id:\"minecraft:furnace_minecart\",Count:6s,Damage:0s}", - "{id:\"minecraft:tnt_minecart\",Count:6s,Damage:0s}", - "{id:\"minecraft:hopper_minecart\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:cart.beehouse\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:cart.beehouse\",Count:6s,Damage:1s}", - "{id:\"railcraft:cart_jukebox\",Count:6s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:49s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"railcraft:cart_cargo\",Count:6s,Damage:0s}", - "{id:\"minecraft:beacon\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_leggings\",Count:8s,Damage:0s}", - "{id:\"minecraft:nether_star\",Count:20s,Damage:0s}", - "{id:\"minecraft:netherbrick\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:totem_of_undying\",Count:10s,Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:3s}", - "{id:\"thermalfoundation:storage\",Count:33s,Damage:3s}", - "{id:\"thermalfoundation:storage_alloy\",Count:33s,Damage:0s}", - "{id:\"thermalfoundation:glass\",Count:3s,Damage:3s}", - "{id:\"thermalfoundation:glass_alloy\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:meter\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:67s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:103s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:131s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:160s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:259s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:288s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:323s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_lead\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_lead\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_lead\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_steel\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_steel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_lead\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_lead\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_lead\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_lead\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_lead\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_lead\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_lead\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_steel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_steel\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_steel\",Count:22s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_lead\",Count:15s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_steel\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:energy_storage_core\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:11s,Damage:4s}", - "{id:\"draconicevolution:wyvern_core\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:45s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:45s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:45s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:11s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:11s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:11s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:8s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:8s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:8s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:8s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:8s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:8s,tag:{DEUpgrades:{moveSpeed:2b,shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:8s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:8s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b,jumpBoost:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:8s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:8s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:8s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:8s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:8s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:8s,tag:{DEUpgrades:{moveSpeed:3b,shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:8s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:8s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b,jumpBoost:3b},Energy:256000000},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:device\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:dynamo\",Count:18s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cell\",Count:4s,tag:{Recv:10000,RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B],Level:0b,Send:10000},Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:11s,Damage:128s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:369s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:400s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:497s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:513s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:688s}", - "{id:\"techreborn:thermal_generator\",Count:2s,Damage:0s}", - "{id:\"techreborn:industrial_blast_furnace\",Count:3s,tag:{},Damage:0s}", - "{id:\"techreborn:alloy_smelter\",Count:3s,Damage:0s}", - "{id:\"techreborn:industrial_grinder\",Count:15s,Damage:0s}", - "{id:\"techreborn:ore\",Count:5s,Damage:12s}", - "{id:\"techreborn:diesel_generator\",Count:2s,Damage:0s}", - "{id:\"techreborn:semi_fluid_generator\",Count:2s,Damage:0s}", - "{id:\"techreborn:gas_turbine\",Count:3s,Damage:0s}", - "{id:\"techreborn:industrial_sawmill\",Count:6s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:3s,Damage:0s}", - "{id:\"techreborn:electric_furnace\",Count:2s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:2s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:12s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:72s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:432s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:water_mill\",Count:2s,Damage:0s}", - "{id:\"techreborn:wind_mill\",Count:2s,Damage:0s}", - "{id:\"techreborn:iron_furnace\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_helmet_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_chestplate_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_leggings_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_boots_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_goggles\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_overalls\",Count:8s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:3s}", - "{id:\"railcraft:gear\",Count:15s,Damage:2s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pants\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_boots\",Count:8s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.feet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.head\",Count:8s,Damage:0s}", - "{id:\"extracells:vibrantchamberfluid\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:15s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:1s,Damage:5s}", - "{id:\"extrautils2:passivegenerator\",Count:30s,Damage:8s}", - "{id:\"extrautils2:redstonelantern\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:37s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:27s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:13s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:19s,Damage:0s}", - "{id:\"thaumadditions:odour_powder\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:9s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:9s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:9s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_robe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_belt\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:77s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:stray\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:donkey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:mule\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:vex\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:zombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:enderman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:cave_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:silverfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:blaze\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:magma_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:witch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:endermite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:shulker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:squid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:mooshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:ocelot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:rabbit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:polar_bear\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:llama\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:parrot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"minecraft:villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"cyclicmagic:robot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.locust\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.moth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"hatchery:roosterentity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"randomthings:spirit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"plustic:supremeleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"plustic:blindbandit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"tg:observer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:wight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:leech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:olm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:frog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:firebat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:pech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:deer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:redcap\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:naga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:squirrel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:kobold\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:death_tome\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:minotaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:king_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:adherent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"tconstruct:blueslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"natura:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"natura:nitrocreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:airhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:alarmo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:amphibior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:anemia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:angelica\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:apparition\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arc_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arcbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:archvine\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arcworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ariel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arkback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arkzyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:arocknid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:automaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:axiolight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bane\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:banshee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:baroness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:baumba\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:black_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bloodmist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:blue_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bobo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bone_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:boneback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bouncer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:broccohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:brute\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:bush_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:candy_corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cane_bug\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:case_construct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cave_creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:centinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:chimera\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:chocko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:chomper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:clown\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:clunkhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:coniferon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_mind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_range\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_speed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_strength\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_terror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:corallus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:coralon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:craexxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creeperlock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creepird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creepuple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:crusilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cryptid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:crystocore\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dark_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dawnlight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:daysee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dead_tree\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:death_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:deinotherium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:desert_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:destructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:devourer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dicer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:diocus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:distorter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:doubler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dracyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dust_strider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dusteiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:duston\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dweller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:echodar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:eeo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:eilosapien\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:elusive\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:embrake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:enforcer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:everbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:exohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:exoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:explodot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:eye_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fischer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fishix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:flamewalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:flash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:flowerface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:flye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fungat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fungback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fungik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fungock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:fungung\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:furlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghastus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:giant_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gingerbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:goalby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:goldorth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:goldum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:goldus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:graw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:green_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:green_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:grillface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:grobbler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:grocculate\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:grunt\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gyro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:harkos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hellcat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hellspot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hill_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hive_king\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hive_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:horndron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:horon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:host\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hunch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hydrolon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:infernal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:inmate_x\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:inmate_y\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:iosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:irkling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:jawe\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:jumbo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:kaiyu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:kajaros\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:keeler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:king_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:king_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:klobber\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:koko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:kranky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:kror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lightwalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:linger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:little_bam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:living_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lollypopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lost_soul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lunarcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:luxocron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:magicke\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mechachron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mechamaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mechbot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mechyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:merkyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mermage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mirage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:miskel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:modulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:muckopede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:muncher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:natura\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:neptuno\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:night_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nightfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nightwing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:nospike\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:occulent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:okazor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:omnilight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:opteryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:orange_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:orbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:paladin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:parasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:paravite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:penumbra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:pigotron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:pincher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:pod_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:polytom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:proshield\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:purple_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:quickpocket\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rainicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rammerhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ramradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rawbone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:raxxan\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:reaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:red_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:refluct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rock_critter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rock_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rockbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:roloscope\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:runic_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:runicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sabretooth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sand_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sand_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:scrubby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sea_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sea_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sea_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sea_viper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:seeker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shade\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shadow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shadowlord\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shavo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:silencer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:silverfoot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skele_elder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skeledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skelekyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skeletron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skolle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:skull_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:slimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:smash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:snappy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:snow_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:soulscorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:soulvyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sphinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spinoledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spinux\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:squasher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:squiggler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sticky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stimulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stimulosus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stitches\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:stone_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sugarface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:surveyor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:sysker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:terradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:terrestrial\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:tharafly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:tipsy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:tortione\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:toxxulous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:tracker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:trickster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:triclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:undead_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:urioh\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:urka\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:urv\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:valkyrie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:vertebron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:vinocorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:visage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:visualent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:visular\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:visulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:void_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:volar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:voliant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:voltron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:voxxulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:warclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:web_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:wickett\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:wood_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:xxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zarg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zhinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zorp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:alluricorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:blissard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:compeer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:corby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:craggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:draggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gnawer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:goofer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:healing_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hellquin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:horntail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:orbling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:plateosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rosid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shaddy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spikeback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spraggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:waggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:anima_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:assassin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:augury_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:butchery_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:coratee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creep_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creep_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:elkanyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:expedition_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:extraction_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:foraging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:halycon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hauling_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:hunter_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:infusion_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:innervation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:logging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:metalloid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:naturalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:portal_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:professor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:realmshifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:runation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:store_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:token_collector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:troll_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:trotter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:undead_herald\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_child\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"ebwizardry:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:lizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:owl\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:snake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:black_dog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:hellhound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:werewolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:cleaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:demoness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:cambion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:druden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:baphomet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"bewitchment:leonard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:caveclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ehu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:frost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:glacon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:king_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:kobblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:rainbour\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:rotatick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:shark\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:smelter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:snapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:the_eye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:the_grue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:whale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:scorcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:wildfire\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:alicanto\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:fractite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:frosty\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:glacide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:hastreus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:rollum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:madivel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:behemoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:epiphite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:termid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:verek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:megalith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mystic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:samek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:datticon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:death_hound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:kazari\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:leorna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:living_statue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:paratiku\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:razorback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:roamer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:seimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:war_general\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:zelus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:biphron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:bohemite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:dissiment\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:duo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:galroid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:helio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:lheiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:lorga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mandragora\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:shadahier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:vermenous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:zone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:zoragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:densos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:dramix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:karot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:karos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:parasecta\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:quadro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:raglok\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:reyvor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:termasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"divinerpg:wreck\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:firedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:icedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:gorgon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:siren\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:deathworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:if_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:amphithere\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:moa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:phyg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:swet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:sentry\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:mimic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:4s,tag:{Entity:{Id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"ordo\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:101s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:9s,Damage:0s}", - "{id:\"thaumadditions:cake\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:249s,Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:2s}", - "{id:\"nuclearcraft:nuclear_furnace_idle\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:8s,Damage:0s}", - "{id:\"nuclearcraft:alloy_furnace_idle\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:27s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:23s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:39s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:39s,Damage:0s}", - "{id:\"nuclearcraft:fission_port\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:decay_generator\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:buffer\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_frame\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vent\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_controller\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_frame\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_vent\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_copper\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_hard_carbon\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:turbine_rotor_blade_steel\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:turbine_inlet\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:turbine_outlet\",Count:4s,Damage:0s}", - "{id:\"nuclearcraft:geiger_block\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:5s,Damage:2s}", - "{id:\"nuclearcraft:dust\",Count:5s,Damage:2s}", - "{id:\"nuclearcraft:gem\",Count:1s,Damage:6s}", - "{id:\"nuclearcraft:alloy\",Count:5s,Damage:5s}", - "{id:\"nuclearcraft:part\",Count:11s,Damage:7s}", - "{id:\"nuclearcraft:part\",Count:15s,Damage:8s}", - "{id:\"nuclearcraft:part\",Count:11s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:geiger_counter\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:16s,Damage:1s}", - "{id:\"nuclearcraft:rad_shielding\",Count:24s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"nuclearcraft:capability_radiation_sink\":{radiationLevel:0.0d,radiationBuffer:0.0d}},id:\"nuclearcraft:radiation_badge\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_tough\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_tough\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_tough\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_tough\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hard_carbon\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hard_carbon\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hard_carbon\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hard_carbon\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron_nitride\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron_nitride\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron_nitride\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron_nitride\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:36s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:3s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:3s,Damage:0s}", - "{id:\"randomthings:inventoryrerouter\",Count:3s,Damage:0s}", - "{id:\"randomthings:slimecube\",Count:15s,Damage:0s}", - "{id:\"randomthings:plate_collection\",Count:1s,Damage:0s}", - "{id:\"randomthings:plate_extraction\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:waterwalkingboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:lavawader\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianwaterwalkingboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:magichood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sonic_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:technicolor_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:serious_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_backpack\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:8s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:8s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:8s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:8s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:8s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:8s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:8s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:8s,tag:{Energy:800000},Damage:0s}", - "{id:\"thermaldynamics:duct_0\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:duct_64\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:relay\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:8s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:1s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:2s,tag:{Energy:0},Damage:4s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:1s,Damage:8s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:14s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:15s,Damage:41s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:jetpack\",Count:8s,Damage:0s}", - "{id:\"projectred-transportation:pipe\",Count:9s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_leggings\",Count:8s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:4s,Damage:6s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:9s}", - "{id:\"libvulpes:motor\",Count:3s,Damage:0s}", - "{id:\"libvulpes:advancedmotor\",Count:3s,Damage:0s}", - "{id:\"libvulpes:productingot\",Count:1s,Damage:3s}", - "{id:\"libvulpes:productingot\",Count:5s,Damage:6s}", - "{id:\"libvulpes:productrod\",Count:2s,Damage:6s}", - "{id:\"libvulpes:productfan\",Count:1s,Damage:6s}", - "{id:\"libvulpes:productgear\",Count:9s,Damage:6s}", - "{id:\"advancedrocketry:rocketmotor\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:fueltank\",Count:6s,Damage:0s}", - "{id:\"advancedrocketry:satellitebuilder\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:4s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:oxygenscrubber\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:oxygenvent\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:10s,Damage:0s}", - "{id:\"advancedrocketry:intake\",Count:12s,Damage:0s}", - "{id:\"advancedrocketry:railgun\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:23s,Damage:0s}", - "{id:\"thaumcraft:crystal_ordo\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:centrifuge\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacechestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceleggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:15s,tag:{FluidName:\"purifying_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primordial_pearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:nugget\",Count:5s,Damage:10s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:3s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:5s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:7s}", - "{id:\"thaumcraft:morphic_resonator\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"ordo\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"ordo\"}]},Damage:1s}", - "{id:\"thaumcraft:sanity_soap\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:bath_salts\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:3s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:3s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_shovel\",Count:3s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:3s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:12s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:grapple_gun\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_tip\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:8s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:8s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:charm_undying\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_1\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:29s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:6s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:6s,Damage:3s}", - "{id:\"enderio:item_alloy_ingot\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:1s,Damage:3s}", - "{id:\"enderio:item_material\",Count:1s,Damage:5s}", - "{id:\"enderio:item_material\",Count:3s,Damage:60s}", - "{id:\"enderio:block_decoration2\",Count:6s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:15s,Damage:4s}", - "{id:\"enderio:block_decoration3\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:1s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:5s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:8s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:8s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:8s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:8s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:8s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:8s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:8s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:8s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:8s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:8s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:8s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:3s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:6s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:3s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:3s,Damage:1s}", - "{id:\"enderio:block_buffer\",Count:4s,Damage:2s}", - "{id:\"enderio:block_zombie_generator\",Count:2s,Damage:0s}", - "{id:\"enderio:block_simple_wired_charger\",Count:3s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:5s,Damage:0s}", - "{id:\"enderio:block_enhanced_wired_charger\",Count:3s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:6s,Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_cap_bank\",Count:2s,Damage:1s}", - "{id:\"enderio:block_cap_bank\",Count:2s,tag:{\"enderio:energy\":10000000},Damage:1s}", - "{id:\"enderio:block_gauge\",Count:2s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:8s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:8s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:8s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:8s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:8s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_leggings\",Count:8s,Damage:0s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:2s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:3s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:6s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:7s}", - "{id:\"twilightforest:naga_stone\",Count:1s,Damage:0s}", - "{id:\"twilightforest:naga_stone\",Count:1s,Damage:1s}", - "{id:\"twilightforest:twilight_sapling\",Count:40s,Damage:8s}", - "{id:\"twilightforest:magic_log\",Count:3s,Damage:3s}", - "{id:\"twilightforest:magic_leaves\",Count:1s,Damage:3s}", - "{id:\"twilightforest:magic_log_core\",Count:55s,Damage:3s}", - "{id:\"twilightforest:aurora_pillar\",Count:2s,Damage:0s}", - "{id:\"twilightforest:aurora_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:castle_brick\",Count:5s,Damage:0s}", - "{id:\"twilightforest:castle_brick\",Count:5s,Damage:1s}", - "{id:\"twilightforest:castle_brick\",Count:5s,Damage:2s}", - "{id:\"twilightforest:castle_brick\",Count:5s,Damage:3s}", - "{id:\"twilightforest:castle_brick\",Count:5s,Damage:4s}", - "{id:\"twilightforest:castle_brick\",Count:5s,Damage:5s}", - "{id:\"twilightforest:castle_stairs_brick\",Count:2s,Damage:0s}", - "{id:\"twilightforest:castle_stairs_cracked\",Count:2s,Damage:0s}", - "{id:\"twilightforest:castle_stairs_worn\",Count:2s,Damage:0s}", - "{id:\"twilightforest:castle_stairs_mossy\",Count:2s,Damage:0s}", - "{id:\"twilightforest:castle_pillar\",Count:5s,Damage:0s}", - "{id:\"twilightforest:castle_pillar\",Count:5s,Damage:1s}", - "{id:\"twilightforest:castle_pillar\",Count:5s,Damage:2s}", - "{id:\"twilightforest:castle_pillar\",Count:5s,Damage:3s}", - "{id:\"twilightforest:castle_stairs\",Count:5s,Damage:0s}", - "{id:\"twilightforest:castle_stairs\",Count:5s,Damage:8s}", - "{id:\"twilightforest:castle_rune_brick\",Count:5s,Damage:0s}", - "{id:\"twilightforest:castle_rune_brick\",Count:5s,Damage:1s}", - "{id:\"twilightforest:castle_rune_brick\",Count:5s,Damage:2s}", - "{id:\"twilightforest:castle_rune_brick\",Count:5s,Damage:3s}", - "{id:\"twilightforest:spiral_bricks\",Count:1s,Damage:0s}", - "{id:\"twilightforest:etched_nagastone\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs\",Count:1s,Damage:8s}", - "{id:\"twilightforest:etched_nagastone_mossy\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar_mossy\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_mossy\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_mossy\",Count:1s,Damage:8s}", - "{id:\"tconstruct:seared_furnace_controller\",Count:3s,Damage:0s}", - "{id:\"tconstruct:piggybackpack\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_helmet\",Count:8s,tag:{ench:[{lvl:1s,id:0},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:8s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_leggings\",Count:8s,tag:{ench:[{lvl:1s,id:4},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:8s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:2s}", - "{id:\"immersiveengineering:stone_decoration\",Count:2s,Damage:7s}", - "{id:\"immersiveengineering:stone_decoration_stairs_concrete_leaded\",Count:2s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device1\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:5s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:11s,Damage:6s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:7s}", - "{id:\"immersiveengineering:metal_decoration1\",Count:6s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration1\",Count:2s,Damage:1s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:9s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:3s,Damage:1s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:2s,Damage:7s}", - "{id:\"immersiveengineering:steel_scaffolding_stairs0\",Count:2s,Damage:0s}", - "{id:\"immersiveengineering:metal_ladder\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:6s}", - "{id:\"immersiveengineering:metal_device0\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:metal_device0\",Count:3s,Damage:1s}", - "{id:\"immersiveengineering:metal_device0\",Count:36s,Damage:2s}", - "{id:\"immersiveengineering:metal_device1\",Count:11s,Damage:3s}", - "{id:\"immersiveengineering:metal_device1\",Count:19s,Damage:7s}", - "{id:\"immersiveengineering:metal_device1\",Count:54s,Damage:8s}", - "{id:\"immersiveengineering:metal_device1\",Count:22s,Damage:11s}", - "{id:\"immersiveengineering:material\",Count:1s,Damage:2s}", - "{id:\"immersiveengineering:material\",Count:3s,Damage:14s}", - "{id:\"immersiveengineering:material\",Count:15s,Damage:15s}", - "{id:\"immersiveengineering:material\",Count:18s,Damage:16s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:2s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:8s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:pickaxe_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:shovel_steel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:axe_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:hoe_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:sword_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drillhead\",Count:68s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:21,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:revolver\",Count:27s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:8,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:speedloader\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:3,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:railgun\",Count:58s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:skyhook\",Count:11s,Damage:0s}", - "{id:\"immersiveengineering:toolupgrade\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:18s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:81s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:10s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_feet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_head\",Count:8s,Damage:0s}", - "{id:\"appliedenergistics2:vibration_chamber\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:5s}", - "{id:\"projecte:dm_furnace\",Count:3s,Damage:0s}", - "{id:\"projecte:nova_catalyst\",Count:1s,Damage:0s}", - "{id:\"projecte:rm_furnace\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_3\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_2\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_1\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_0\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_3\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_2\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_1\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_0\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_3\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_2\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_1\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_0\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:activation_crystal\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_sacrifice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_self_sacrifice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_chest\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_helmet\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_chest\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_leggings\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_boots\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallite_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:celestial_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystallite\",Count:5s,Damage:0s}", - "{id:\"aoa3:storm_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:zhinx_dust\",Count:5s,Damage:0s}", - "{id:\"aoa3:haven_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gemcracker\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:achelos_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oceanus_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sealord_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_helmet\",Count:8s,Damage:0s}", - "{id:\"aoa3:haven_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:haven_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:haven_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:crystallite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystallite_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:crystallanium\",Count:7s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:15s,Damage:0s}", - "{id:\"botania:manaresource\",Count:5s,Damage:5s}", - "{id:\"botania:manaresource\",Count:15s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelmreveal\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelmreveal\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelchest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteellegs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelmreveal\",Count:8s,Damage:0s}", - "{id:\"botania:blacklotus\",Count:10s,Damage:0s}", - "{id:\"botania:blacklotus\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pinkinator\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavehelm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavechest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavelegs\",Count:8s,Damage:0s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:8s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:9s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:10s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:11s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:12s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:13s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:14s}", - "{id:\"botania:biomestoneb\",Count:1s,Damage:15s}", - "{id:\"botania:livingrock\",Count:1s,Damage:4s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:manadetector\",Count:3s,Damage:0s}", - "{id:\"botania:manabomb\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_leggings\",Count:8s,Damage:0s}", - "{id:\"compactmachines3:tunneltool\",Count:1s,Damage:0s}", - "{id:\"conarm:frosty_soles\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_boots\",Count:8s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jump_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate_powered\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:spider_t_shirt\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:water_striders\",Count:6s,Damage:0s}", - "{id:\"extendedcrafting:storage\",Count:135s,Damage:2s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:140s}", - "{id:\"bigreactors:ingotsteel\",Count:5s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:3s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:3s,Damage:0s}", - "{id:\"iceandfire:chared_grass_path\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_grass_path\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin_block\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin_block\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_swarm\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_swarm\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_boots\",Count:8s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:inferium_furnace\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_furnace\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_furnace\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:silicon_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:lead_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:steel_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:electrical_steel_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:redstone_alloy_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:60s,Damage:3s}", - "{id:\"mysticalagradditions:special\",Count:30s,Damage:0s}", - "{id:\"mysticalagradditions:nether_star_seeds\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:3s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:7s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:15s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:3s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:7s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:3s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:hud_glasses\",Count:8s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:5s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:9s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:12s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:9s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:6s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:4s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:5s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:9s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:12s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:9s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:6s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:4s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:5s,Damage:1s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:3s,Damage:2s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:2s,Damage:3s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:1s,Damage:4s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:5s,Damage:1s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:3s,Damage:2s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:2s,Damage:3s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:1s,Damage:4s}", - "{id:\"projectex:final_star_shard\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:60s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"Default\"},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_monitor\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:liquid_absorber\",Count:9s,Damage:0s}", - "{id:\"storagedrawers:upgrade_status\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:32s,Damage:0s}", - "{id:\"tg:spinning_wheel\",Count:2s,Damage:0s}", - "{id:\"tg:terramorfer\",Count:9s,Damage:0s}", - "{id:\"tg:ageing_stone\",Count:3s,Damage:0s}", - "{id:\"tg:fortified_glass\",Count:4s,Damage:0s}", - "{id:\"tg:fortified_glass_pane\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:5s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:8s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:9s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_relay\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_diffuser\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:18s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:strange_crystal\",Count:25s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:15s,Damage:5s}", - "{id:\"thaumicaugmentation:fracture_locator\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:1s,tag:{id:\"thaumicaugmentation:effect_power\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:1s,tag:{id:\"thaumicaugmentation:effect_cast_speed\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:1s,tag:{id:\"thaumicaugmentation:effect_cost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:12s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:12s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{}},id:\"thaumicaugmentation:impetus_linker\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:35s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:33s,Damage:1s}", - "{ForgeCaps:{Parent:{vis:0.0f},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_vis_battery\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:6s,tag:{color:11360678},Damage:0s}", - "{id:\"tinker_io:upg\",Count:3s,Damage:5s}", - "{id:\"tinker_io:fuel_input_machine\",Count:3s,Damage:0s}", - "{id:\"tinker_io:what_a_beautiful_block\",Count:15s,Damage:0s}", - "{id:\"woot:importer\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystallizer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhelmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dlegs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmetp\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplatep\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegsp\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbootsp\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthshelmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthslegs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraihelmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamurailegs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:9s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:15s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_emerald\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_emerald\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_red\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_red\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_red\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_red\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_light_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_light_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_light_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_light_blue\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_black\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_black\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_black\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_black\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_green\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_green\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_green\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_green\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_white\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_white\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_white\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_white\",Count:8s,Damage:0s}", - "{id:\"techreborn:dust\",Count:5s,Damage:29s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:8s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:12s}", - "{id:\"techreborn:part\",Count:7s,Damage:4s}", - "{id:\"techreborn:part\",Count:3s,Damage:5s}", - "{id:\"techreborn:part\",Count:19s,Damage:6s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:8s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:8s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:8s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:8s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:9s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:9s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:9s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:13s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:13s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:13s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:13s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:13s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:13s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:18s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:18s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:18s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:18s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:18s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:18s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubychestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyleggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirechestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireleggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:sentry_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_pickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_axe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_hoe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:fluid_placer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:14s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.lucerna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.mineralis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.horologium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.octans\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.bootes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.fornax\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:8s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.pelotrio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_legs\",Count:8s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_legs\",Count:8s,Damage:0s}", - "{id:\"contenttweaker:amulet_of_cinders\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_head\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_feet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_head\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_feet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_legs\",Count:8s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_feet\",Count:8s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_head\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:41s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_6\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:6s}", - "{id:\"plustic:centrifuge\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:rubber_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:marsh_runner_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:skull_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:explorers_hat\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_large_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_small_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:6s,tag:{upgradeTier:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:7s,Damage:11s}", - "{id:\"minecraft:farmland\",Count:2s,Damage:0s}", - "{id:\"minecraft:grass_path\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:20s,Damage:0s}" - ] - }, - { - "aspect": "diabolus", - "items": [ - "{id:\"bewitchment:nethersteel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_symbol\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_bevel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_polished\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_sentient\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentacle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentagram\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_skull\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_eye\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_eye\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_hellish\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_hellish\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_symbol\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_bevel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_hellish\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw_cracked\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_soft\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_medium_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_triple\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_braid\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_layers\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_road\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_ornate\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_panel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_prism\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slanted\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_scorned_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:besmirched_carpet\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:nethersteel_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:nethersteel_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:besmirched_fleece\",Count:4s,Damage:0s}", - "{id:\"bewitchment:red_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:6s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:6s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_statue\",Count:51s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:6s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:47s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:45s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"diabolus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:39s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:22s,tag:{Energy:320000},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"diabolus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"diabolus\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cleaver_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fiery_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:caduceus\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:leonards_wand\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:gluttons_sash\",Count:16s,Damage:0s}", - "{id:\"bewitchment:bottled_hellfire\",Count:6s,Damage:0s}", - "{id:\"bewitchment:demonic_elixir\",Count:6s,Damage:0s}", - "{id:\"bewitchment:diabolical_vein\",Count:4s,Damage:0s}", - "{id:\"bewitchment:sanguine_cloth\",Count:4s,Damage:0s}", - "{id:\"bewitchment:hellebore\",Count:2s,Damage:0s}", - "{id:\"bewitchment:hellebore_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:stew_of_the_grotesque\",Count:3s,Damage:0s}", - "{id:\"bewitchment:adders_fork\",Count:4s,Damage:0s}", - "{id:\"bewitchment:hellhound_horn\",Count:6s,Damage:0s}", - "{id:\"bewitchment:demon_heart\",Count:6s,Damage:0s}", - "{id:\"bewitchment:bottle_of_vampire_blood\",Count:3s,Damage:0s}", - "{id:\"bewitchment:box_of_sealed_evil\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:skeleton_key\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:forbidden_matter\",Count:36s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:9s,Damage:0s}", - "{id:\"contenttweaker:lilith_altar_bricks\",Count:60s,Damage:0s}" - ] - }, - { - "aspect": "ignis", - "items": [ - "{id:\"minecraft:coal_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:stone_slab\",Count:1s,Damage:4s}", - "{id:\"minecraft:brick_block\",Count:3s,Damage:0s}", - "{id:\"minecraft:obsidian\",Count:5s,Damage:0s}", - "{id:\"minecraft:netherrack\",Count:2s,Damage:0s}", - "{id:\"minecraft:brick_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:nether_brick\",Count:9s,Damage:0s}", - "{id:\"minecraft:nether_brick_stairs\",Count:10s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:1s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:2s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:3s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:4s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:5s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:6s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:7s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:8s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:9s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:10s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:11s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:12s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:13s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:14s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:15s}", - "{id:\"minecraft:hardened_clay\",Count:1s,Damage:0s}", - "{id:\"minecraft:coal_block\",Count:67s,Damage:0s}", - "{id:\"minecraft:magma\",Count:10s,Damage:0s}", - "{id:\"minecraft:red_nether_brick\",Count:4s,Damage:0s}", - "{id:\"minecraft:red_mushroom\",Count:2s,Damage:0s}", - "{id:\"minecraft:furnace\",Count:10s,Damage:0s}", - "{id:\"minecraft:nether_brick_fence\",Count:6s,Damage:0s}", - "{id:\"minecraft:enchanting_table\",Count:15s,Damage:0s}", - "{id:\"minecraft:ender_chest\",Count:30s,Damage:0s}", - "{id:\"minecraft:end_rod\",Count:1s,Damage:0s}", - "{id:\"minecraft:white_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:orange_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:magenta_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:light_blue_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:yellow_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:lime_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:pink_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:gray_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:silver_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:cyan_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:purple_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:blue_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:brown_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:green_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:red_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:black_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:flower_pot\",Count:2s,Damage:0s}", - "{id:\"minecraft:skull\",Count:5s,Damage:4s}", - "{id:\"minecraft:skull\",Count:10s,Damage:5s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:1s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:2s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:3s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:4s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:5s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_priming\"}},Damage:17s}", - "{id:\"minecraft:beacon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:flint_and_steel\",Count:10s,Damage:0s}", - "{id:\"minecraft:coal\",Count:10s,Damage:0s}", - "{id:\"minecraft:coal\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:mushroom_stew\",Count:1s,Damage:0s}", - "{id:\"minecraft:gunpowder\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lava_bucket\",Count:15s,Damage:0s}", - "{id:\"minecraft:brick\",Count:1s,Damage:0s}", - "{id:\"minecraft:dye\",Count:1s,Damage:2s}", - "{id:\"minecraft:blaze_rod\",Count:1s,Damage:0s}", - "{id:\"minecraft:fire_charge\",Count:2s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:50}]},Damage:0s}", - "{id:\"minecraft:netherbrick\",Count:3s,Damage:0s}", - "{id:\"minecraft:chorus_fruit_popped\",Count:1s,Damage:0s}", - "{id:\"minecraft:dragon_breath\",Count:10s,Damage:0s}", - "{id:\"thermalfoundation:storage\",Count:6s,Damage:4s}", - "{id:\"thermalfoundation:storage_resource\",Count:67s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:768s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_constantan\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:infused_obsidian\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:375s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:375s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:375s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:375s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:375s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:375s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:375s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:375s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:375s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:16s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:16s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:16s,tag:{DEUpgrades:{moveSpeed:2b,shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:16s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b,jumpBoost:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:16s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:16s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:16s,tag:{DEUpgrades:{moveSpeed:3b,shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:16s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b,jumpBoost:3b},Energy:256000000},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:27s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:2s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:3s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:machine\",Count:36s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,2B,3B,3B,3B,3B],Level:0b},Damage:7s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:machine\",Count:33s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:15s}", - "{id:\"thermalexpansion:device\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:frame\",Count:30s,Damage:0s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:130s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:256s}", - "{id:\"techreborn:thermal_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:industrial_blast_furnace\",Count:7s,tag:{},Damage:0s}", - "{id:\"techreborn:alloy_smelter\",Count:7s,Damage:0s}", - "{id:\"techreborn:diesel_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:semi_fluid_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:gas_turbine\",Count:7s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:22s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:7s,Damage:0s}", - "{id:\"techreborn:electric_furnace\",Count:5s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:5s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:30s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:180s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:water_mill\",Count:5s,Damage:0s}", - "{id:\"techreborn:wind_mill\",Count:5s,Damage:0s}", - "{id:\"techreborn:iron_furnace\",Count:7s,Damage:0s}", - "{id:\"forestry:ash_brick\",Count:3s,Damage:0s}", - "{id:\"forestry:ash_stairs\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:7s,Damage:0s}", - "{id:\"forestry:charcoal\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_helmet_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_chestplate_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_leggings_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_boots_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_goggles\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_overalls\",Count:16s,Damage:0s}", - "{id:\"railcraft:dust\",Count:10s,Damage:5s}", - "{id:\"railcraft:dust\",Count:2s,Damage:7s}", - "{id:\"railcraft:brick_abyssal\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_bleachedbone\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_bloodstained\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_frostbound\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_infernal\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_quarried\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_sandy\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_red_sandy\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_nether\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_red_nether\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_andesite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_diorite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_granite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_pearlized\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pants\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_boots\",Count:16s,Damage:0s}", - "{id:\"bewitchment:block_of_amethyst\",Count:6s,Damage:0s}", - "{id:\"bewitchment:nethersteel\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_symbol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_bevel\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_polished\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_sentient\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentacle\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentagram\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_skull\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_eye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_eye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_hellish\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_hellish\",Count:5s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_symbol\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_bevel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_hellish\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw_cracked\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_soft\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_medium_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_triple\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_braid\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_layers\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_road\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_ornate\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_panel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_prism\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slanted\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_scorned_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_stairs\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:nethersteel_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin_block\",Count:20s,Damage:0s}", - "{id:\"bewitchment:orange_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:embergrass\",Count:8s,Damage:0s}", - "{id:\"bewitchment:torchwood\",Count:8s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_sapling\",Count:5s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_chest\",Count:8s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:witches_oven\",Count:25s,Damage:0s}", - "{id:\"bewitchment:sigil_table\",Count:2s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dragons_blood\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:18s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:18s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:18s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_statue\",Count:18s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:18s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:13s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_idol\",Count:13s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_idol\",Count:13s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:13s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:13s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:45s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:7s,Damage:2s}", - "{id:\"genetics:lab_machine\",Count:11s,Damage:4s}", - "{id:\"extrabees:alveary\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:durable_hammer\",Count:7s,Damage:0s}", - "{id:\"biomesoplenty:gem_block\",Count:6s,Damage:0s}", - "{id:\"biomesoplenty:mud_brick_block\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mud_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:other_slab\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:biome_finder\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mud_brick\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:gem\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.head\",Count:16s,Damage:0s}", - "{id:\"extracells:hardmedrive\",Count:26s,Damage:0s}", - "{id:\"extracells:vibrantchamberfluid\",Count:5s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:4s,Damage:5s}", - "{id:\"extrautils2:compressednetherrack\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:15s,Damage:5s}", - "{id:\"extrautils2:decorativeglass\",Count:1s,Damage:0s}", - "{id:\"extrautils2:playerchest\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:book\",Count:3s,Damage:0s}", - "{id:\"extrautils2:redstonelantern\",Count:7s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:1s,Damage:1s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:8s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:6s}", - "{id:\"thaumadditions:mithrillium_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:19s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:28s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:21s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:34s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:20s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:59s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:20s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:83s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_robe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_belt\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_boots\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"ignis\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:56s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:78s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:17s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:103s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:128s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:189s,Damage:0s}", - "{id:\"nuclearcraft:fission_block\",Count:1s,Damage:1s}", - "{id:\"nuclearcraft:nuclear_furnace_idle\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:alloy_furnace_idle\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:21s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:66s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:396s,Damage:0s}", - "{id:\"nuclearcraft:gem\",Count:1s,Damage:6s}", - "{id:\"nuclearcraft:gem_dust\",Count:10s,Damage:7s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:2s}", - "{id:\"nuclearcraft:rad_shielding\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:33s,Damage:1s}", - "{id:\"nuclearcraft:rad_shielding\",Count:65s,Damage:2s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:97s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:146s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:97s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:97s,Damage:0s}", - "{id:\"randomthings:playerinterface\",Count:56s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:11s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:8s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:41s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:7s,Damage:0s}", - "{id:\"randomthings:rainshield\",Count:5s,Damage:0s}", - "{id:\"randomthings:igniter\",Count:12s,Damage:0s}", - "{id:\"randomthings:blockdestabilizer\",Count:15s,Damage:0s}", - "{id:\"randomthings:sidedredstone\",Count:45s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:23s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:18s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:13s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:32s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:11s,Damage:0s}", - "{id:\"randomthings:advanceditemcollector\",Count:8s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:11s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:23s,Damage:0s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:0s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:1s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:2s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:3s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:4s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:5s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:6s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:7s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:8s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:9s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:10s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:11s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:12s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:13s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:14s}", - "{id:\"randomthings:stainedbrick\",Count:2s,Damage:15s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:0s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:1s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:2s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:3s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:4s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:5s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:6s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:7s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:8s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:9s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:10s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:11s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:12s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:13s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:14s}", - "{id:\"randomthings:luminousstainedbrick\",Count:1s,Damage:15s}", - "{id:\"randomthings:plate_redirector\",Count:1s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:waterwalkingboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:lavawader\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianwaterwalkingboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:magichood\",Count:16s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:12s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:26s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:8s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:8s,Damage:1s}", - "{id:\"randomthings:weatheregg\",Count:8s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:500s,tag:{timeData:{}},Damage:0s}", - "{id:\"randomthings:eclipsedclock\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:7s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{id:\"openblocks:paint_mixer\",Count:11s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:5s,Damage:0s}", - "{id:\"openblocks:xp_shower\",Count:3s,Damage:0s}", - "{id:\"openblocks:generic\",Count:7s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sonic_glasses\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:technicolor_glasses\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:serious_glasses\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_backpack\",Count:16s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:50s,Damage:250s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:513s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:9s,tag:{Energy:200000,JetpackParticle:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:9s,tag:{Energy:0,JetpackParticle:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:9s,tag:{Energy:0,JetpackParticle:0},Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:35s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:36s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:38s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:39s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:16s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:1s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:2s,tag:{Energy:0},Damage:4s}", - "{id:\"simplyjetpacks:metaitem\",Count:7s,Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:7s,Damage:1s}", - "{id:\"simplyjetpacks:metaitem\",Count:37s,Damage:2s}", - "{id:\"simplyjetpacks:metaitem\",Count:7s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:8s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:33s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:jetpack\",Count:16s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:11s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:6s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:10s,Damage:4s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:7s}", - "{id:\"projectred-transportation:pipe\",Count:27s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_leggings\",Count:16s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:1s}", - "{id:\"tg:terra_focus\",Count:4s,Damage:2s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:6s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{id:\"wrcbe:wireless_logic\",Count:9s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:5s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:5s,Damage:2s}", - "{id:\"wrcbe:material\",Count:7s,Damage:0s}", - "{id:\"wrcbe:material\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:11s,Damage:0s}", - "{id:\"libvulpes:productingot\",Count:1s,Damage:3s}", - "{id:\"advancedrocketry:oxygenscrubber\",Count:33s,Damage:0s}", - "{id:\"chisel:block_charcoal2\",Count:67s,Damage:1s}", - "{id:\"chisel:lavastone\",Count:1s,Damage:0s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:0s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:1s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:2s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:3s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:4s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:5s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:6s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:7s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:8s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:9s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:10s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:11s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:12s}", - "{id:\"chisel:netherrack\",Count:2s,Damage:13s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:0s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:1s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:2s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:3s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:4s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:5s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:6s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:7s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:8s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:9s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:10s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:11s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:12s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:13s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:14s}", - "{id:\"thaumcraft:crystal_ignis\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:cinderpearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:39s,Damage:0s}", - "{id:\"thaumcraft:nitor_yellow\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:everfull_urn\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:5s,Damage:0s}", - "{id:\"divinerpg:blaze_pumpkin\",Count:6s,Damage:0s}", - "{id:\"divinerpg:creeper_pumpkin\",Count:60s,Damage:0s}", - "{id:\"divinerpg:skeleton_torch\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blue_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:cyan_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:purple_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:red_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:yellow_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:lava_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:draken_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:lava_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:green_fence\",Count:4s,Damage:0s}", - "{id:\"divinerpg:bedrock_chunk\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:misc\",Count:45s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacechestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceleggings\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:jetpack\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primordial_pearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:tallow\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:mechanism_complex\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"ignis\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"ignis\"}]},Damage:1s}", - "{id:\"thaumcraft:alumentum\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:causality_collapser\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:6s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:12s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:1s,tag:{ancient:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_assistance\",Count:7s,Damage:0s}", - "{id:\"tombstone:dust_of_vanishing\",Count:7s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:74s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:6s,Damage:3s}", - "{id:\"enderio:item_alloy_ingot\",Count:11s,Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:1s,Damage:3s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:6s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:6s}", - "{id:\"enderio:item_material\",Count:1s,Damage:5s}", - "{id:\"enderio:item_material\",Count:22s,Damage:7s}", - "{id:\"enderio:item_material\",Count:10s,Damage:23s}", - "{id:\"enderio:item_material\",Count:8s,Damage:38s}", - "{id:\"enderio:item_material\",Count:3s,Damage:64s}", - "{id:\"enderio:item_material\",Count:24s,Damage:65s}", - "{id:\"enderio:block_dark_steel_anvil\",Count:45s,Damage:0s}", - "{id:\"enderio:block_dark_iron_bars\",Count:4s,Damage:0s}", - "{id:\"enderio:block_dark_steel_trapdoor\",Count:45s,Damage:0s}", - "{id:\"enderio:block_dark_steel_door\",Count:22s,Damage:0s}", - "{id:\"enderio:block_reinforced_obsidian\",Count:15s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:15s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:3s,Damage:12s}", - "{id:\"enderio:block_decoration3\",Count:7s,Damage:1s}", - "{id:\"enderio:block_confusion_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_concussion_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_ender_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:22s,Damage:8s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:16s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:11s,tag:{\"enderio:famount\":1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:16s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:18s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:14s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:block_detector_block\",Count:16s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:56s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:22s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:33s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:33s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:33s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:22s,tag:{enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:22s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:22s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:56s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:56s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:89s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:89s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:89s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:89s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:89s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:89s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:89s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:89s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:89s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:33s,Damage:0s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:33s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:36s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_small\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_large\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse\",Count:1s,Damage:0s}", - "{id:\"enderio:item_data_conduit\",Count:2s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:7s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:15s,Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:39s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:29s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:33s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:33s,Damage:1s}", - "{id:\"enderio:block_buffer\",Count:49s,Damage:2s}", - "{id:\"enderio:block_enchanter\",Count:45s,Damage:0s}", - "{id:\"enderio:block_stirling_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_zombie_generator\",Count:24s,Damage:0s}", - "{id:\"enderio:block_killer_joe\",Count:33s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:24s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:22s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:16s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:33s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:33s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:33s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:33s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:33s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:33s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{id:\"enderio:block_vat\",Count:46s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:109s,Damage:0s}", - "{id:\"enderio:block_simple_wired_charger\",Count:33s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:57s,Damage:0s}", - "{id:\"enderio:block_enhanced_wired_charger\",Count:41s,Damage:0s}", - "{id:\"enderio:block_wireless_charger\",Count:57s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:72s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:54s,Damage:0s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:72s,Damage:0s}", - "{id:\"enderio:block_tank\",Count:57s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:32000}}},Damage:1s}", - "{id:\"enderio:block_niard\",Count:19s,Damage:0s}", - "{id:\"enderio:block_tele_pad\",Count:45s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:30s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:33s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_gauge\",Count:30s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:63s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_chestplate\",Count:4s,tag:{ench:[{lvl:3s,id:1}]},Damage:0s}", - "{id:\"twilightforest:hydra_chop\",Count:5s,Damage:0s}", - "{id:\"twilightforest:fiery_blood\",Count:40s,Damage:0s}", - "{id:\"twilightforest:fiery_tears\",Count:40s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:80s,Damage:2s}", - "{id:\"twilightforest:fiery_ingot\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_helmet\",Count:150s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_chestplate\",Count:240s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_leggings\",Count:210s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_boots\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_sword\",Count:60s,tag:{ench:[{lvl:2s,id:20}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_pickaxe\",Count:91s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_leggings\",Count:3s,tag:{ench:[{lvl:2s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:lamp_of_cinders\",Count:87s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_leggings\",Count:16s,Damage:0s}", - "{id:\"twilightforest:fire_jet\",Count:16s,Damage:3s}", - "{id:\"twilightforest:fire_jet\",Count:46s,Damage:6s}", - "{id:\"twilightforest:giant_obsidian\",Count:320s,Damage:0s}", - "{id:\"twilightforest:cinder_log\",Count:4s,Damage:0s}", - "{id:\"twilightforest:block_storage\",Count:270s,Damage:1s}", - "{id:\"tconstruct:soil\",Count:1s,Damage:5s}", - "{id:\"tconstruct:materials\",Count:30s,Damage:14s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"realmite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"arlemite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rupee\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"realmite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"arlemite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rupee\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"string\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slimevine_blue\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slimevine_purple\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hemp\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flamestring_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"tconstruct:seared_furnace_controller\",Count:7s,Damage:0s}", - "{id:\"tconstruct:stone_torch\",Count:1s,Damage:0s}", - "{id:\"tconstruct:piggybackpack\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:3s}", - "{id:\"natura:blaze_hopper\",Count:3s,Damage:0s}", - "{id:\"natura:nether_lever\",Count:1s,Damage:0s}", - "{id:\"natura:nether_button\",Count:1s,Damage:0s}", - "{id:\"natura:nether_pressure_plate\",Count:3s,Damage:0s}", - "{id:\"natura:blaze_rail_detector\",Count:1s,Damage:0s}", - "{id:\"natura:netherrack_furnace\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_helmet\",Count:17s,tag:{ench:[{lvl:1s,id:0},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:17s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_leggings\",Count:17s,tag:{ench:[{lvl:1s,id:4},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:17s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:37s,Damage:4s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:9s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:11s}", - "{id:\"immersiveengineering:material\",Count:1s,Damage:19s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:4s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:6s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_head\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:smooth_sky_stone_block\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:smooth_sky_stone_chest\",Count:6s,Damage:0s}", - "{id:\"appliedenergistics2:tiny_tnt\",Count:15s,Damage:0s}", - "{id:\"appliedenergistics2:vibration_chamber\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:smooth_sky_stone_stairs\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:5s}", - "{id:\"projecte:alchemical_chest\",Count:7s,Damage:0s}", - "{id:\"projecte:collector_mk2\",Count:375s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:500s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:20s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:15s,Damage:0s}", - "{id:\"projecte:dm_furnace\",Count:7s,Damage:0s}", - "{id:\"projecte:nova_catalyst\",Count:33s,Damage:0s}", - "{id:\"projecte:nova_cataclysm\",Count:87s,Damage:0s}", - "{id:\"projecte:relay_mk1\",Count:22s,Damage:0s}", - "{id:\"projecte:relay_mk2\",Count:417s,Damage:0s}", - "{id:\"projecte:relay_mk3\",Count:500s,Damage:0s}", - "{id:\"projecte:rm_furnace\",Count:5s,Damage:0s}", - "{id:\"projecte:transmutation_table\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:5s}", - "{id:\"projecte:item.pe_fuel\",Count:30s,Damage:0s}", - "{id:\"projecte:item.pe_fuel\",Count:90s,Damage:1s}", - "{id:\"projecte:item.pe_fuel\",Count:201s,Damage:2s}", - "{id:\"projecte:item.pe_matter\",Count:500s,Damage:0s}", - "{id:\"projecte:item.pe_matter\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_pick\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_axe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shovel\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_sword\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hoe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shears\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hammer\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_pick\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_axe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shovel\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_sword\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hoe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shears\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hammer\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_katar\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_morning_star\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_3\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_1\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_0\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_3\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_1\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_0\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_3\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_1\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_0\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_zero_ring\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_density\",Count:500s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:393s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mind_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_evertide_amulet\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_volcanite_amulet\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_transmutation_tablet\",Count:11s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:15s,Damage:7s}", - "{id:\"bloodmagic:ritual_controller\",Count:15s,Damage:1s}", - "{id:\"bloodmagic:incense_altar\",Count:7s,Damage:0s}", - "{id:\"bloodmagic:decorative_brick\",Count:45s,Damage:2s}", - "{id:\"bloodmagic:decorative_brick\",Count:33s,Damage:3s}", - "{id:\"bloodmagic:path\",Count:3s,Damage:6s}", - "{id:\"bloodmagic:path\",Count:2s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_sacrifice\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_self_sacrifice\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:lava_crystal\",Count:41s,Damage:0s}", - "{id:\"bloodmagic:component\",Count:10s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_chest\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_helmet\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_chest\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_leggings\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_boots\",Count:28s,tag:{},Damage:0s}", - "{id:\"bloodmagic:base_item_filter\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candlefire_sword\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fireborne_sword\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepoid_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:heat_wave\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hot_shot\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:red_rocket\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_boom\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ember_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:swarmotron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:chilli\",Count:5s,Damage:0s}", - "{id:\"aoa3:metal_slug\",Count:1s,Damage:0s}", - "{id:\"aoa3:spreadshot\",Count:1s,Damage:0s}", - "{id:\"aoa3:blazium_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:emberstone_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:blazium_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:fire_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:enchanted_gunpowder\",Count:10s,Damage:0s}", - "{id:\"aoa3:flammable_dust\",Count:15s,Damage:0s}", - "{id:\"aoa3:metal_tub\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:magic_mending_solution\",Count:13s,Damage:0s}", - "{id:\"aoa3:unstable_gunpowder\",Count:10s,Damage:0s}", - "{id:\"aoa3:explosive_gems\",Count:7s,Damage:0s}", - "{id:\"aoa3:nether_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:nether_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sanctity_tablet\",Count:1s,Damage:0s}", - "{id:\"aoa3:fiery_chops\",Count:5s,Damage:0s}", - "{id:\"aoa3:hot_rod\",Count:5s,Damage:0s}", - "{id:\"aoa3:hellquin_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:achelos_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oceanus_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sealord_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_legs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_legs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_helmet\",Count:16s,Damage:0s}", - "{id:\"aoa3:barathos_hellstone\",Count:2s,Damage:0s}", - "{id:\"aoa3:blazium_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:emberstone_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:blazium_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:emberstone_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:blazium_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:emberstone_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:emberium\",Count:7s,Damage:0s}", - "{id:\"aoa3:infusion_table\",Count:11s,Damage:0s}", - "{id:\"aoa3:mending_table\",Count:30s,Damage:0s}", - "{id:\"ebwizardry:firebomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:smoke_bomb\",Count:7s,Damage:0s}", - "{id:\"ebwizardry:spark_bomb\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:18s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:6s,tag:{},Damage:17s}", - "{id:\"botania:rune\",Count:25s,Damage:1s}", - "{id:\"botania:rune\",Count:15s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelmreveal\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelm\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelmreveal\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelchest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteellegs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:knockbackbelt\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:375s,Damage:0s}", - "{id:\"botania:quartz\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelmreveal\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:firerod\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:30s,Damage:0s}", - "{id:\"botania:spark\",Count:10s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:18s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cobblerod\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:smeltrod\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:281s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavehelm\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavechest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavelegs\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypeblaze\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypeblaze\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypeblaze\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabblazehalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairsblaze\",Count:3s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:7s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:15s}", - "{id:\"botania:pavement\",Count:2s,Damage:1s}", - "{id:\"botania:biomestonea7stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea15stairs\",Count:1s,Damage:0s}", - "{id:\"botania:pavement1stairs\",Count:2s,Damage:0s}", - "{id:\"botania:altar\",Count:6s,Damage:8s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:manavoid\",Count:7s,Damage:0s}", - "{id:\"botania:starfield\",Count:3s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"bewitchment:dragons_blood_door\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cleaver_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:caduceus\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hecates_visage\",Count:16s,Damage:0s}", - "{id:\"bewitchment:bottled_frostfire\",Count:6s,Damage:0s}", - "{id:\"bewitchment:bottled_hellfire\",Count:6s,Damage:0s}", - "{id:\"bewitchment:demonic_elixir\",Count:6s,Damage:0s}", - "{id:\"bewitchment:fiery_unguent\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:8s,Damage:0s}", - "{id:\"bewitchment:hellebore\",Count:2s,Damage:0s}", - "{id:\"bewitchment:demon_heart\",Count:6s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin\",Count:3s,Damage:0s}", - "{id:\"bloodarsenal:blood_burned_string\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:5s,Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:114s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{id:\"conarm:resist_mat\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_fire\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_proj\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_blast\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:7s,Damage:0s}", - "{id:\"deepmoblearning:machine_casing\",Count:3s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:2s,Damage:0s}", - "{id:\"deepmoblearning:soot_covered_plate\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:deep_learner\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_boots\",Count:16s,Damage:0s}", - "{id:\"deepmoblearning:living_matter_hellish\",Count:1s,Damage:0s}", - "{id:\"deepmoblearning:living_matter_extraterrestrial\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_shovel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_pickaxe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_axe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_helmet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_maul\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:fury_maul\",Count:30s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_torch\",Count:1s,Damage:0s}", - "{id:\"erebus:altar_base\",Count:3s,Damage:0s}", - "{id:\"erebus:altar_offering\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jump_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate_powered\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:spider_t_shirt\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:water_striders\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:ant_taming_amulet\",Count:3s,tag:{},Damage:0s}", - "{id:\"bigreactors:blockludicrite\",Count:1s,Damage:0s}", - "{id:\"fluxnetworks:fluxconfigurator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:4s,Damage:0s}", - "{id:\"iceandfire:fire_lily\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_dirt\",Count:2s,Damage:0s}", - "{id:\"iceandfire:chared_grass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:chared_stone\",Count:2s,Damage:0s}", - "{id:\"iceandfire:chared_cobblestone\",Count:2s,Damage:0s}", - "{id:\"iceandfire:chared_gravel\",Count:2s,Damage:0s}", - "{id:\"iceandfire:chared_grass_path\",Count:2s,Damage:0s}", - "{id:\"iceandfire:ash\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_cobblestone\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonscale_red\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_green\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_bronze\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_gray\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_brick\",Count:30s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:90s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:187s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_block\",Count:67s,Damage:0s}", - "{id:\"iceandfire:dread_stone_bricks_cracked\",Count:1s,Damage:0s}", - "{id:\"iceandfire:fire_stew\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_red\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_green\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_bronze\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_gray\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_red\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_green\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_bronze\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_gray\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:251s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:251s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:402s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:150s,Damage:3s}", - "{id:\"iceandfire:fire_dragon_flesh\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_flesh\",Count:10s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_heart\",Count:10s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_blood\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:15s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_boots\",Count:16s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_world_reader_item\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:coal_block\",Count:47s,Damage:0s}", - "{id:\"mysticalagriculture:coal_block\",Count:33s,Damage:1s}", - "{id:\"mysticalagriculture:coal_block\",Count:20s,Damage:2s}", - "{id:\"mysticalagriculture:coal_block\",Count:13s,Damage:3s}", - "{id:\"mysticalagriculture:coal_block\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:inferium_furnace\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_furnace\",Count:5s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_furnace\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:superium_furnace\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:supremium_furnace\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:8s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:53s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:54s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:core_remover\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:coal\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:coal\",Count:5s,Damage:1s}", - "{id:\"mysticalagriculture:coal\",Count:3s,Damage:2s}", - "{id:\"mysticalagriculture:coal\",Count:2s,Damage:3s}", - "{id:\"mysticalagriculture:coal\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:8s,Damage:4s}", - "{id:\"mysticalagriculture:chunk\",Count:30s,Damage:13s}", - "{id:\"mysticalagriculture:chunk\",Count:3s,Damage:17s}", - "{id:\"mysticalagriculture:fire_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:nether_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:coal_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:obsidian_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:silicon_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:hop_graphite_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:electrical_steel_seeds\",Count:33s,Damage:0s}", - "{id:\"mysticalagriculture:redstone_alloy_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:dark_steel_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:fiery_ingot_seeds\",Count:120s,Damage:0s}", - "{id:\"mysticalagriculture:ender_amethyst_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:space_chamber_card\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:11s,Damage:10s}", - "{id:\"rftools:blindness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:3s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:3s,Damage:0s}", - "{id:\"rftools:composer\",Count:3s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:11s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:23s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:32s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:39s,Damage:0s}", - "{id:\"rftools:block_protector\",Count:15s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_shulker_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:hud_glasses\",Count:16s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:3s,Damage:4s}", - "{id:\"projectex:energy_link\",Count:375s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:500s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:500s,Damage:0s}", - "{id:\"projectex:stone_table\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_omega\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_omega\",Count:500s,Damage:0s}", - "{id:\"projectex:matter\",Count:500s,Damage:0s}", - "{id:\"projectex:matter\",Count:500s,Damage:1s}", - "{id:\"projectex:matter\",Count:500s,Damage:2s}", - "{id:\"projectex:matter\",Count:500s,Damage:3s}", - "{id:\"projectex:matter\",Count:500s,Damage:4s}", - "{id:\"projectex:matter\",Count:500s,Damage:5s}", - "{id:\"projectex:matter\",Count:500s,Damage:6s}", - "{id:\"projectex:matter\",Count:500s,Damage:7s}", - "{id:\"projectex:matter\",Count:500s,Damage:8s}", - "{id:\"projectex:matter\",Count:500s,Damage:9s}", - "{id:\"projectex:matter\",Count:500s,Damage:10s}", - "{id:\"projectex:matter\",Count:500s,Damage:11s}", - "{id:\"projectex:final_star_shard\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:7s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:3s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:9s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:1s,Damage:12s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:5s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:7s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:8s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:9s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:0,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1500,potency:2,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:blindness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:nausea\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:strength\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:1,name:\"minecraft:strength\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:500,potency:1,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:600,potency:2,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:haste\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:1,name:\"minecraft:haste\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:fire_resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:0,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1500,potency:2,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:hunger\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:invisibility\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:jump_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1350,potency:1,name:\"minecraft:jump_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:slowness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:200,potency:1,name:\"minecraft:slowness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:600,potency:2,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:night_vision\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:poison\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:50,potency:0,name:\"minecraft:regeneration\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:1,name:\"minecraft:regeneration\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:water_breathing\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:weakness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:200,potency:1,name:\"minecraft:weakness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:50,potency:0,name:\"minecraft:wither\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:1,name:\"minecraft:wither\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:1,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:2,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:3,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:4,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:altar\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:liquid_absorber\",Count:21s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:31s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:21s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:7s,Damage:1s}", - "{id:\"storagedrawers:upgrade_storage\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:upgrade_void\",Count:30s,Damage:0s}", - "{id:\"tg:extruder\",Count:3s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:51s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:9s,Damage:0s}", - "{id:\"thaumicaugmentation:strange_crystal\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:12s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:12s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumictinkerer:black_quartz\",Count:7s,Damage:0s}", - "{id:\"thaumictinkerer:energetic_nitor\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:30s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:15s,Damage:7s}", - "{id:\"tinker_io:solidfuel\",Count:1s,Damage:0s}", - "{id:\"torchmaster:dread_lamp\",Count:18s,Damage:0s}", - "{id:\"woot:anvil\",Count:15s,Damage:0s}", - "{id:\"woot:structure\",Count:3s,Damage:8s}", - "{id:\"abyssalcraft:dsglow\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:odb\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:cstonebrick\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:cstonebrick\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:cstonebrickfence\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:cstonebrickslab1\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cstonebrickstairs\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystallizer\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:transmutator\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:materializer\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:10s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:gatewaykey\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dlegs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmetp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplatep\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegsp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbootsp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthshelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthslegs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsboots\",Count:16s,Damage:0s}", - "{id:\"abyssalcraft:cbrick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:carboncluster\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:densecarboncluster\",Count:39s,Damage:0s}", - "{id:\"abyssalcraft:nitre\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:10s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:15s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:10s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraihelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamurailegs\",Count:16s,Damage:0s}", - "{id:\"abyssalcraft:ethbrick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:lifecrystal\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumpickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumshovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhoe\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_battery_box\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_farmer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_bio_reactor\",Count:18s,Damage:0s}", - "{id:\"actuallyadditions:block_shock_suppressor\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_firework_box\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_miner\",Count:36s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_advanced\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_extreme\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_leaf_generator\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_energizer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_enervator\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_lava_factory_controller\",Count:42s,Damage:0s}", - "{id:\"actuallyadditions:block_oil_generator\",Count:18s,Damage:0s}", - "{id:\"actuallyadditions:block_misc\",Count:67s,Damage:5s}", - "{id:\"actuallyadditions:block_misc\",Count:12s,Damage:9s}", - "{id:\"actuallyadditions:block_grinder\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:22s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_solar\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_heat_collector\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_coffee_machine\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:1s,Damage:10s}", - "{id:\"actuallyadditions:item_misc\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_obsidian\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_obsidian\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_obsidian\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_obsidian\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:item_resonant_rice\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:item_dust\",Count:10s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_obsidian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_obsidian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_obsidian\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:obsidian_paxel\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_white\",Count:16s,Damage:0s}", - "{id:\"buildcraftcore:decorated\",Count:1s,Damage:5s}", - "{id:\"techreborn:dust\",Count:10s,Damage:13s}", - "{id:\"techreborn:part\",Count:30s,Damage:26s}", - "{id:\"techreborn:part\",Count:90s,Damage:28s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:16s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:16s,tag:{energy:400000000},Damage:0s}", - "{id:\"techreborn:iridiumneutronreflector\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubychestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyleggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirechestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireleggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:sentry_boots\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_pickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_axe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_spade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_hoe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_crops\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap_match\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:18s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:20s,Damage:0s}", - "{id:\"cyclicmagic:peat_fuel_enriched\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:100s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:150s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:energy_pipe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pipe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:bundled_pipe\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_torch_launcher\",Count:100s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:carbon_paper\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:cyclic_wand_build\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:shears_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spawn_inspect\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:mattock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_randomize\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_snow\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_auto_torch\",Count:201s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:beacon_redstone\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil_magma\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:entity_detector\",Count:50s,Damage:0s}", - "{id:\"cyclicmagic:block_storeempty\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:fluid_placer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.lucerna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.mineralis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.horologium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.octans\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.bootes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.fornax\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.pelotrio\"}},Damage:0s}", - "{id:\"buildcrafttransport:pipe_obsidian_item\",Count:1s,Damage:0s}", - "{id:\"buildcraftsilicon:advanced_crafting_table\",Count:22s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_legs\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:fiery_meatball_pasta\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_legs\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:spicy_meatball_pasta\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:rainbow_bricks\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:forbidden_matter\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_head\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_feet\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:61s,Damage:0s}", - "{id:\"contenttweaker:intense_meatball_pasta\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_head\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:aglio_olio_peperoncino_pasta\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:96s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_feet\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:141s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_chest\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_feet\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:lilith_altar_bricks\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_head\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:fiery_unguent_bottle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"environmentaltech:tool_multiblock_assembler\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:45s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:modifier_saturation\",Count:500s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:11s,Damage:0s}", - "{id:\"magicbees:moondial\",Count:3s,Damage:0s}", - "{id:\"plustic:centrifuge\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:rubber_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:marsh_runner_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:skull_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:explorers_hat\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_large_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_small_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodarsenal-guide\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_0\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_1\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_2\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_3\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_4\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_5\",Count:500s,Damage:0s}", - "{id:\"danknull:dank_null_panel_0\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_1\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_2\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_3\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_4\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_5\",Count:201s,Damage:0s}", - "{id:\"danknull:danknull_dock\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:12s,tag:{upgradeTier:9b},Damage:0s}", - "{id:\"erebus:wall_plants_cultivated\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:82s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:82s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:61s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:61s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}", - "{id:\"ebwizardry:crystal_block\",Count:27s,Damage:1s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:6s,Damage:1s}", - "{id:\"ebwizardry:magic_crystal\",Count:4s,Damage:1s}", - "{id:\"minecraft:red_mushroom_block\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:moms_spaghetti\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "alkimia", - "items": [ - "{id:\"minecraft:red_nether_brick\",Count:4s,Damage:0s}", - "{id:\"minecraft:slime\",Count:6s,Damage:0s}", - "{id:\"minecraft:end_crystal\",Count:7s,Damage:0s}", - "{id:\"minecraft:gunpowder\",Count:5s,Damage:0s}", - "{id:\"minecraft:slime_ball\",Count:1s,Damage:0s}", - "{id:\"minecraft:ghast_tear\",Count:10s,Damage:0s}", - "{id:\"minecraft:nether_wart\",Count:3s,Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:9s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:9s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:9s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:10s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:11s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:11s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:11s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:9s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:5s,Damage:0s}", - "{id:\"minecraft:blaze_powder\",Count:5s,Damage:0s}", - "{id:\"minecraft:magma_cream\",Count:9s,Damage:0s}", - "{id:\"minecraft:brewing_stand\",Count:25s,Damage:0s}", - "{id:\"minecraft:cauldron\",Count:15s,Damage:0s}", - "{id:\"minecraft:ender_eye\",Count:3s,Damage:0s}", - "{id:\"minecraft:speckled_melon\",Count:5s,Damage:0s}", - "{id:\"minecraft:fire_charge\",Count:2s,Damage:0s}", - "{id:\"minecraft:golden_carrot\",Count:5s,Damage:0s}", - "{id:\"minecraft:rabbit_foot\",Count:5s,Damage:0s}", - "{id:\"minecraft:dragon_breath\",Count:10s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:7s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:7s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:7s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:7s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:10s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:11s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:11s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:11s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:9s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:7s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:9s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:9s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:7s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:7s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:7s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:10s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:11s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:11s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:11s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:9s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:9s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:7s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:9s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:9s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:7s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:7s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:7s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:10s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:11s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:11s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:11s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:9s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"draconicevolution:infused_obsidian\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:dislocator_pedestal\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:dislocator\",Count:2s,Damage:0s}", - "{id:\"draconicevolution:dislocator_bound\",Count:10s,Damage:1s}", - "{id:\"draconicevolution:dislocator_bound\",Count:9s,Damage:2s}", - "{id:\"draconicevolution:magnet\",Count:1s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:18s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:369s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lava\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"manyullyn\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"pyrotheum\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"platinum\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"iridium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"invar\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"signalum\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lumium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"enderium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"electrical_steel\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"energetic_alloy\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"redstone_alloy\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"conductive_iron\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"pulsating_iron\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dark_steel\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"end_steel\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystalline_alloy\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"melodic_alloy\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"stellar_alloy\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystalline_pink_slime\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"energetic_silver\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fierymetal\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"knightmetal\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fiery_essence\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"glass\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blazium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"emberstone\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_blood_infused_iron\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_pe\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"smoldering_tar\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"soulium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"base_essence\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"inferium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"prudentium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"intermedium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"superium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"supremium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boron\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boron10\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boron11\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lithium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lithium6\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lithium7\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ferroboron\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tough\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hard_carbon\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"beryllium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"manganese\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"manganese_dioxide\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfur\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"arsenic\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"plasma\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"corium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lif\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bef2\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"flibe\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"naoh\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"koh\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"high_pressure_steam\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sodium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"potassium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bas\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sic_vapor\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alugentum\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alumina\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"thorium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"magnesium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mithril\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refinedobsidian\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refinedglowstone\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"terrasteel\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"yellorium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cyanite\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blutonium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ludicrite\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ebonypsi\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"electrumflux\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tungsten\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"titanium\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chrome\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"advancedalloy\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"infinity\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fire_water\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"enrichedlava\"},Damage:1s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"obsidian\"},Damage:1s}", - "{id:\"techreborn:ore\",Count:5s,Damage:6s}", - "{id:\"railcraft:brick_abyssal\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_bleachedbone\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_bloodstained\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_frostbound\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_infernal\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_quarried\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_sandy\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_red_sandy\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_nether\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_red_nether\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_andesite\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_diorite\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_granite\",Count:3s,Damage:4s}", - "{id:\"railcraft:brick_pearlized\",Count:3s,Damage:4s}", - "{id:\"bewitchment:amethyst_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:alchemists_carpet\",Count:2s,Damage:0s}", - "{id:\"bewitchment:alchemists_fleece\",Count:4s,Damage:0s}", - "{id:\"bewitchment:filled_goblet\",Count:15s,Damage:0s}", - "{id:\"bewitchment:lime_candle\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:poison_frame\",Count:3s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:11s,Damage:1s}", - "{id:\"extrautils2:drum\",Count:8s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:7s,Damage:1s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"alkimia\"}]},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aer\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"praecantatio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"mythus\"},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"nuclearcraft:active_cooler\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:rad_x\",Count:3s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:11s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:2s,Damage:0s}", - "{id:\"randomthings:slimecube\",Count:3s,Damage:0s}", - "{id:\"randomthings:sidedredstone\",Count:22s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:blazeandsteel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:generic\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:2s,Damage:0s}", - "{id:\"redstonearsenal:material\",Count:3s,Damage:192s}", - "{id:\"redstonearsenal:material\",Count:2s,Damage:193s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shovel_flux\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shovel_flux\",Count:3s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.pickaxe_flux\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.pickaxe_flux\",Count:3s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.axe_flux\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.axe_flux\",Count:3s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sickle_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sickle_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.hammer_flux\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.hammer_flux\",Count:3s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.excavator_flux\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.excavator_flux\",Count:3s,tag:{Energy:320000},Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:1s}", - "{id:\"projectred-integration:gate\",Count:2s,Damage:16s}", - "{id:\"projectred-transportation:pipe\",Count:27s,Damage:4s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:4s}", - "{id:\"advancedrocketry:iquartzcrucible\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:ore_cinnabar\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:crucible\",Count:35s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:26s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:19s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:19s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:18s,Damage:0s}", - "{id:\"divinerpg:creeper_pumpkin\",Count:30s,Damage:0s}", - "{id:\"divinerpg:ghast_pumpkin\",Count:60s,Damage:0s}", - "{id:\"divinerpg:ender_lamp\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:horde_horn\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:infernal_flame\",Count:16s,Damage:0s}", - "{id:\"divinerpg:aqua_ball\",Count:1s,Damage:0s}", - "{id:\"divinerpg:healing_stone\",Count:6s,Damage:0s}", - "{id:\"advancedrocketry:jetpack\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:4s,tag:{FluidName:\"creosote\",Amount:1000},Damage:0s}", - "{id:\"thaumcraft:quicksilver\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:mirrored_glass\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:3s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"alkimia\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"alkimia\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_assistance\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_cupidity\",Count:3s,Damage:0s}", - "{id:\"tombstone:dust_of_vanishing\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:30s,tag:{dead_pet:{id:\"minecraft:cat\"}},Damage:0s}", - "{id:\"enderio:block_confusion_charge\",Count:3s,Damage:0s}", - "{id:\"enderio:block_concussion_charge\",Count:3s,Damage:0s}", - "{id:\"enderio:block_ender_charge\",Count:3s,Damage:0s}", - "{id:\"enderio:block_enderman_skull\",Count:10s,Damage:2s}", - "{id:\"enderio:block_reservoir\",Count:2s,Damage:0s}", - "{id:\"enderio:block_omni_reservoir\",Count:2s,Damage:0s}", - "{id:\"enderio:block_vat\",Count:11s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:11s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:3s}", - "{id:\"twilightforest:borer_essence\",Count:10s,Damage:0s}", - "{id:\"twilightforest:carminite\",Count:38s,Damage:0s}", - "{id:\"twilightforest:experiment_115\",Count:2s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:14s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:3s,Damage:2s}", - "{id:\"twilightforest:tower_device\",Count:114s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:114s,Damage:12s}", - "{id:\"twilightforest:block_storage\",Count:256s,Damage:4s}", - "{id:\"tconstruct:soil\",Count:2s,Damage:1s}", - "{id:\"tconstruct:soil\",Count:2s,Damage:2s}", - "{id:\"tconstruct:soil\",Count:15s,Damage:5s}", - "{id:\"tconstruct:slime\",Count:6s,Damage:1s}", - "{id:\"tconstruct:slime\",Count:6s,Damage:2s}", - "{id:\"tconstruct:slime\",Count:6s,Damage:3s}", - "{id:\"tconstruct:slime\",Count:6s,Damage:4s}", - "{id:\"tconstruct:slime_congealed\",Count:3s,Damage:0s}", - "{id:\"tconstruct:slime_congealed\",Count:3s,Damage:1s}", - "{id:\"tconstruct:slime_congealed\",Count:3s,Damage:2s}", - "{id:\"tconstruct:slime_congealed\",Count:3s,Damage:3s}", - "{id:\"tconstruct:slime_congealed\",Count:3s,Damage:4s}", - "{id:\"tconstruct:firewood\",Count:7s,Damage:1s}", - "{id:\"tconstruct:firewood_slab\",Count:2s,Damage:1s}", - "{id:\"tconstruct:firewood_stairs\",Count:7s,Damage:0s}", - "{id:\"tconstruct:edible\",Count:1s,Damage:1s}", - "{id:\"tconstruct:edible\",Count:1s,Damage:2s}", - "{id:\"tconstruct:edible\",Count:1s,Damage:3s}", - "{id:\"tconstruct:edible\",Count:1s,Damage:4s}", - "{id:\"tconstruct:edible\",Count:1s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:3s,Damage:0s}", - "{id:\"tconstruct:slime_grass\",Count:3s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:4s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:4s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:6s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:6s,Damage:4s}", - "{id:\"immersiveengineering:wooden_device0\",Count:18s,Damage:4s}", - "{id:\"appliedenergistics2:tiny_tnt\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodfury\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candlefire_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fireborne_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepoid_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:heat_wave\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hot_shot\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:10s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:red_rocket\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_boom\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ember_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rejuvenation_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_drainer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_shiner\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_storm\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:enchanted_gunpowder\",Count:5s,Damage:0s}", - "{id:\"aoa3:flammable_dust\",Count:5s,Damage:0s}", - "{id:\"aoa3:ghostly_powder\",Count:5s,Damage:0s}", - "{id:\"aoa3:nightmare_flakes\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosid_root\",Count:5s,Damage:0s}", - "{id:\"aoa3:sticky_slime\",Count:1s,Damage:0s}", - "{id:\"aoa3:unstable_gunpowder\",Count:5s,Damage:0s}", - "{id:\"aoa3:explosive_gems\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:breeding_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sanctity_tablet\",Count:1s,Damage:0s}", - "{id:\"aoa3:trilliad_leaves\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:7s,Damage:0s}", - "{id:\"aoa3:shadonantium\",Count:3s,Damage:0s}", - "{id:\"aoa3:carved_rune_power\",Count:2s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:4s,Damage:0s}", - "{id:\"aoa3:creation_forge\",Count:3s,Damage:0s}", - "{id:\"aoa3:tea_sink\",Count:11s,Damage:0s}", - "{id:\"ebwizardry:firebomb\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:smoke_bomb\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:spark_bomb\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:1s,tag:{},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:6s,tag:{},Damage:17s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:6s}", - "{id:\"botania:quartz\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:firerod\",Count:3s,Damage:0s}", - "{id:\"botania:virus\",Count:12s,Damage:0s}", - "{id:\"botania:virus\",Count:12s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:12s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:12s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:15s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:15s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:14s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:12s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:12s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:12s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:13s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:12s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:12s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:12s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:15s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:15s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:14s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:12s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:12s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:12s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:13s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:12s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:12s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:15s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:15s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:14s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:12s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:12s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:13s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:12s,tag:{brewKey:\"allure\"},Damage:0s}", - "{id:\"botania:thornchakram\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:12s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:15s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:15s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:14s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:12s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:12s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:13s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:12s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:17s,Damage:0s}", - "{id:\"botania:quartztypeblaze\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypeblaze\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypeblaze\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabblazehalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairsblaze\",Count:3s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:alchemycatalyst\",Count:37s,Damage:0s}", - "{id:\"botania:conjurationcatalyst\",Count:27s,Damage:0s}", - "{id:\"botania:endereyeblock\",Count:9s,Damage:0s}", - "{id:\"botania:brewery\",Count:18s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:incenseplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:leonards_wand\",Count:15s,Damage:0s}", - "{id:\"bewitchment:amethyst\",Count:4s,Damage:0s}", - "{id:\"bewitchment:oil_of_vitriol\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:6s,Damage:0s}", - "{id:\"bewitchment:toe_of_frog\",Count:4s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:6s,Damage:0s}", - "{id:\"bewitchment:tallow\",Count:8s,Damage:0s}", - "{id:\"bewitchment:elderberry_jelly\",Count:3s,Damage:0s}", - "{id:\"conarm:resist_mat_fire\",Count:15s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_potion\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:flaming_fury\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:slime_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_bow\",Count:11s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:22s,Damage:2s}", - "{id:\"iceandfire:fire_dragon_blood\",Count:30s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_blood\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:22s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:4s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:3s,Damage:11s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:13s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:18s}", - "{id:\"mysticalagriculture:slime_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:quicksilver_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:1s}", - "{id:\"mysticalagriculture:charm\",Count:27s,Damage:5s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:10s}", - "{id:\"logisticspipes:module_active_supplier\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:5s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:3s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:6s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:52s,Damage:9s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:2s,Damage:10s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:20s,Damage:11s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:hero_medallion\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_tear\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:midas_touchstone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:salamander_eye\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:serpent_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]}},id:\"xreliquary:void_tear\",Count:7s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:6s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:9s,Damage:0s}", - "{id:\"xreliquary:apothecary_cauldron\",Count:11s,Damage:0s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:phased_field_generator\",Count:2s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:19s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinymobfarm:lasso\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:14s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:14s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:22s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:7s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:7s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:21s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:21s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:14s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:14s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:14s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:14s,tag:{Blaze:800},Damage:9s}", - "{id:\"actuallyadditions:block_firework_box\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_feeder\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_spawner_changer\",Count:27s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:1s,Damage:12s}", - "{id:\"actuallyadditions:item_misc\",Count:7s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_phantom_connector\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:item_resonant_rice\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:4s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:34s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:34s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:7s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:7s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:31s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:31s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:19s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:19s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:30s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:10s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:28s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:28s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:19s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:19s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:19s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:19s,tag:{Blaze:800},Damage:9s}", - "{id:\"techreborn:dust\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_eye_orb\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:2s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:8s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_boat\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_speed\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:8s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:sprout_seed\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:twilight_diamond\",Count:228s,Damage:0s}", - "{id:\"contenttweaker:compressed_mana_rune\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:forgotten_slime\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:alkemia_artifact\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:unfathomable_breaker\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:21s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:4s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:4s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:13s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:mob_imprisonment_tool\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:pink_slime\",Count:1s,Damage:0s}", - "{id:\"erebus:materials\",Count:6s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{},Damage:0s}" - ] - }, - { - "aspect": "herba", - "items": [ - "{id:\"minecraft:grass\",Count:2s,Damage:0s}", - "{id:\"minecraft:dirt\",Count:1s,Damage:2s}", - "{id:\"minecraft:planks\",Count:3s,Damage:1s}", - "{id:\"minecraft:planks\",Count:3s,Damage:2s}", - "{id:\"minecraft:planks\",Count:3s,Damage:3s}", - "{id:\"minecraft:planks\",Count:3s,Damage:4s}", - "{id:\"minecraft:planks\",Count:3s,Damage:5s}", - "{id:\"minecraft:log\",Count:20s,Damage:1s}", - "{id:\"minecraft:log\",Count:20s,Damage:2s}", - "{id:\"minecraft:log\",Count:20s,Damage:3s}", - "{id:\"minecraft:wool\",Count:1s,Damage:5s}", - "{id:\"minecraft:wool\",Count:3s,Damage:13s}", - "{id:\"minecraft:mossy_cobblestone\",Count:3s,Damage:0s}", - "{id:\"minecraft:pumpkin\",Count:10s,Damage:0s}", - "{id:\"minecraft:lit_pumpkin\",Count:7s,Damage:0s}", - "{id:\"minecraft:stonebrick\",Count:1s,Damage:1s}", - "{id:\"minecraft:melon_block\",Count:10s,Damage:0s}", - "{id:\"minecraft:mycelium\",Count:1s,Damage:0s}", - "{id:\"minecraft:spruce_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:birch_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:jungle_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:log2\",Count:20s,Damage:0s}", - "{id:\"minecraft:log2\",Count:20s,Damage:1s}", - "{id:\"minecraft:acacia_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:dark_oak_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:hay_block\",Count:33s,Damage:0s}", - "{id:\"minecraft:purpur_block\",Count:3s,Damage:0s}", - "{id:\"minecraft:purpur_pillar\",Count:1s,Damage:0s}", - "{id:\"minecraft:purpur_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:purpur_slab\",Count:1s,Damage:0s}", - "{id:\"minecraft:red_nether_brick\",Count:1s,Damage:0s}", - "{id:\"binniecore:storage\",Count:54s,Damage:0s}", - "{id:\"binniecore:storage\",Count:40s,Damage:1s}", - "{id:\"binniecore:storage\",Count:30s,Damage:2s}", - "{id:\"binniecore:storage\",Count:30s,Damage:3s}", - "{id:\"binniecore:storage\",Count:22s,Damage:4s}", - "{id:\"binniecore:storage\",Count:16s,Damage:5s}", - "{id:\"torcherino:blocklanterino\",Count:7s,Damage:0s}", - "{id:\"torcherino:blockcompressedlanterino\",Count:7s,Damage:0s}", - "{id:\"torcherino:blockdoublecompressedlanterino\",Count:7s,Damage:0s}", - "{id:\"minecraft:sapling\",Count:15s,Damage:0s}", - "{id:\"minecraft:sapling\",Count:15s,Damage:1s}", - "{id:\"minecraft:sapling\",Count:15s,Damage:2s}", - "{id:\"minecraft:sapling\",Count:15s,Damage:3s}", - "{id:\"minecraft:sapling\",Count:15s,Damage:4s}", - "{id:\"minecraft:sapling\",Count:15s,Damage:5s}", - "{id:\"minecraft:leaves\",Count:5s,Damage:0s}", - "{id:\"minecraft:leaves\",Count:5s,Damage:1s}", - "{id:\"minecraft:leaves\",Count:5s,Damage:2s}", - "{id:\"minecraft:leaves\",Count:5s,Damage:3s}", - "{id:\"minecraft:tallgrass\",Count:5s,Damage:1s}", - "{id:\"minecraft:tallgrass\",Count:5s,Damage:2s}", - "{id:\"minecraft:deadbush\",Count:5s,Damage:0s}", - "{id:\"minecraft:yellow_flower\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:1s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:2s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:3s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:4s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:5s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:6s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:7s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:8s}", - "{id:\"minecraft:brown_mushroom\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_mushroom\",Count:5s,Damage:0s}", - "{id:\"minecraft:chest\",Count:18s,Damage:0s}", - "{id:\"minecraft:crafting_table\",Count:9s,Damage:0s}", - "{id:\"minecraft:cactus\",Count:5s,Damage:0s}", - "{id:\"minecraft:vine\",Count:5s,Damage:0s}", - "{id:\"minecraft:waterlily\",Count:5s,Damage:0s}", - "{id:\"minecraft:cobblestone_wall\",Count:2s,Damage:1s}", - "{id:\"minecraft:leaves2\",Count:5s,Damage:0s}", - "{id:\"minecraft:leaves2\",Count:5s,Damage:1s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:13s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:0s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:1s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:2s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:3s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:4s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:5s}", - "{id:\"minecraft:spruce_fence\",Count:3s,Damage:0s}", - "{id:\"minecraft:birch_fence\",Count:3s,Damage:0s}", - "{id:\"minecraft:jungle_fence\",Count:3s,Damage:0s}", - "{id:\"minecraft:dark_oak_fence\",Count:3s,Damage:0s}", - "{id:\"minecraft:acacia_fence\",Count:3s,Damage:0s}", - "{id:\"minecraft:chorus_plant\",Count:5s,Damage:0s}", - "{id:\"minecraft:chorus_flower\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:white_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:orange_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:magenta_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:light_blue_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:yellow_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lime_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:pink_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:gray_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:silver_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cyan_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:purple_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:blue_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:brown_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:green_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:red_shulker_box\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:black_shulker_box\",Count:13s,Damage:0s}", - "{id:\"minecraft:sign\",Count:4s,Damage:0s}", - "{id:\"minecraft:bed\",Count:1s,Damage:5s}", - "{id:\"minecraft:bed\",Count:3s,Damage:13s}", - "{id:\"minecraft:flower_pot\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:10s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:2s}", - "{id:\"extrautils2:ironwood_leaves\",Count:5s,Damage:0s}", - "{id:\"extrautils2:ironwood_leaves\",Count:5s,Damage:1s}", - "{id:\"extrautils2:ironwood_sapling\",Count:15s,Damage:0s}", - "{id:\"extrautils2:ironwood_sapling\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dankstorage:dank_7\",Count:13s,Damage:0s}", - "{id:\"minecraft:trapdoor\",Count:6s,Damage:0s}", - "{id:\"minecraft:trapped_chest\",Count:13s,Damage:0s}", - "{id:\"minecraft:spruce_fence_gate\",Count:4s,Damage:0s}", - "{id:\"minecraft:birch_fence_gate\",Count:4s,Damage:0s}", - "{id:\"minecraft:jungle_fence_gate\",Count:4s,Damage:0s}", - "{id:\"minecraft:dark_oak_fence_gate\",Count:4s,Damage:0s}", - "{id:\"minecraft:acacia_fence_gate\",Count:4s,Damage:0s}", - "{id:\"minecraft:wooden_door\",Count:4s,Damage:0s}", - "{id:\"minecraft:spruce_door\",Count:4s,Damage:0s}", - "{id:\"minecraft:birch_door\",Count:4s,Damage:0s}", - "{id:\"minecraft:jungle_door\",Count:4s,Damage:0s}", - "{id:\"minecraft:acacia_door\",Count:4s,Damage:0s}", - "{id:\"minecraft:dark_oak_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:canopy_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mangrove_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:dark_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:time_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:trans_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mine_door\",Count:4s,Damage:0s}", - "{id:\"twilightforest:sort_door\",Count:4s,Damage:0s}", - "{id:\"tconstruct:wooden_hopper\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:dltbutton\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:dltpplate\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:door_dlt\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:door_drt\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:3s,Damage:0s}", - "{id:\"minecraft:spruce_boat\",Count:11s,Damage:0s}", - "{id:\"minecraft:birch_boat\",Count:11s,Damage:0s}", - "{id:\"minecraft:jungle_boat\",Count:11s,Damage:0s}", - "{id:\"minecraft:acacia_boat\",Count:11s,Damage:0s}", - "{id:\"minecraft:dark_oak_boat\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_steam_solid\",Count:2s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_electric\",Count:2s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_creative\",Count:2s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{Parent:{id:\"always_true\"}},id:\"itemfilters:filter\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"ore\"}},id:\"itemfilters:filter\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"mod\"}},id:\"itemfilters:filter\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"creative_tab\"}},id:\"itemfilters:filter\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{data:{id:\"minecraft:air\",Count:2b,Damage:0s},id:\"bee\"}},id:\"itemfilters:filter\",Count:2s,Damage:0s}", - "{id:\"minecraft:apple\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:mushroom_stew\",Count:4s,Damage:0s}", - "{id:\"minecraft:wheat_seeds\",Count:5s,Damage:0s}", - "{id:\"minecraft:wheat\",Count:5s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:3s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:2s,Damage:1s}", - "{id:\"minecraft:reeds\",Count:5s,Damage:0s}", - "{id:\"minecraft:paper\",Count:3s,Damage:0s}", - "{id:\"minecraft:dye\",Count:1s,Damage:1s}", - "{id:\"minecraft:dye\",Count:5s,Damage:2s}", - "{id:\"minecraft:dye\",Count:1s,Damage:6s}", - "{id:\"minecraft:dye\",Count:1s,Damage:9s}", - "{id:\"minecraft:dye\",Count:2s,Damage:10s}", - "{id:\"minecraft:dye\",Count:1s,Damage:11s}", - "{id:\"minecraft:dye\",Count:1s,Damage:13s}", - "{id:\"minecraft:dye\",Count:1s,Damage:15s}", - "{id:\"minecraft:sugar\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:4s,Damage:0s}", - "{id:\"minecraft:melon\",Count:1s,Damage:0s}", - "{id:\"minecraft:pumpkin_seeds\",Count:5s,Damage:0s}", - "{id:\"minecraft:melon_seeds\",Count:5s,Damage:0s}", - "{id:\"minecraft:nether_wart\",Count:1s,Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:6s,Damage:0s}", - "{id:\"minecraft:carrot\",Count:5s,Damage:0s}", - "{id:\"minecraft:potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:baked_potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:poisonous_potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:map\",Count:18s,Damage:0s}", - "{id:\"minecraft:golden_carrot\",Count:3s,Damage:0s}", - "{id:\"minecraft:pumpkin_pie\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:11s,Damage:0s}", - "{id:\"minecraft:chorus_fruit\",Count:5s,Damage:0s}", - "{id:\"minecraft:chorus_fruit_popped\",Count:4s,Damage:0s}", - "{id:\"minecraft:beetroot\",Count:5s,Damage:0s}", - "{id:\"minecraft:beetroot_seeds\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:beetroot_soup\",Count:22s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:3s,Damage:2s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:diagram_redprint\",Count:4s,Damage:0s}", - "{id:\"thermalexpansion:device\",Count:13s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cache\",Count:13s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:strongbox\",Count:13s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{id:\"techreborn:charge_o_mat\",Count:27s,Damage:0s}", - "{id:\"techreborn:rubber_log\",Count:20s,Damage:0s}", - "{id:\"techreborn:rubber_planks\",Count:3s,Damage:0s}", - "{id:\"techreborn:rubber_plank_double_slab\",Count:1s,Damage:0s}", - "{id:\"techreborn:rubber_plank_stair\",Count:3s,Damage:0s}", - "{id:\"techreborn:rubber_leaves\",Count:5s,Damage:0s}", - "{id:\"techreborn:rubber_sapling\",Count:15s,Damage:0s}", - "{id:\"techreborn:auto_crafting_table\",Count:6s,Damage:0s}", - "{id:\"forestry:sturdy_machine\",Count:9s,Damage:0s}", - "{id:\"forestry:analyzer\",Count:6s,Damage:0s}", - "{id:\"forestry:bee_chest\",Count:13s,Damage:0s}", - "{id:\"forestry:bottler\",Count:6s,Damage:0s}", - "{id:\"forestry:carpenter\",Count:6s,Damage:0s}", - "{id:\"forestry:centrifuge\",Count:6s,Damage:0s}", - "{id:\"forestry:fermenter\",Count:6s,Damage:0s}", - "{id:\"forestry:moistener\",Count:6s,Damage:0s}", - "{id:\"forestry:squeezer\",Count:6s,Damage:0s}", - "{id:\"forestry:still\",Count:6s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:20s,Damage:0s}", - "{id:\"forestry:raintank\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:book_forester\",Count:11s,Damage:0s}", - "{id:\"forestry:worktable\",Count:20s,Damage:0s}", - "{id:\"forestry:letters\",Count:2s,Damage:0s}", - "{id:\"forestry:mailbox\",Count:47s,Damage:0s}", - "{id:\"forestry:trade_station\",Count:33s,Damage:0s}", - "{id:\"forestry:habitat_former\",Count:6s,Damage:0s}", - "{id:\"forestry:database\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_bag\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:lepidopterist_bag\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:forester_bag\",Count:13s,Damage:0s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:0},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:1},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:2},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:3},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:4},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:5},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:6},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:7},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:8},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:9},Damage:3s}", - "{id:\"forestry:ffarm\",Count:4s,tag:{FarmBlock:10},Damage:3s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeOak\",UID0:\"forestry.treeOak\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitApple\",UID0:\"forestry.fruitApple\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeDarkOak\",UID0:\"forestry.treeDarkOak\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeBirch\",UID0:\"forestry.treeBirch\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeLime\",UID0:\"forestry.treeLime\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeWalnut\",UID0:\"forestry.treeWalnut\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitWalnut\",UID0:\"forestry.fruitWalnut\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeChestnut\",UID0:\"forestry.treeChestnut\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitChestnut\",UID0:\"forestry.fruitChestnut\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeCherry\",UID0:\"forestry.treeCherry\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitCherry\",UID0:\"forestry.fruitCherry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeLemon\",UID0:\"forestry.treeLemon\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitLemon\",UID0:\"forestry.fruitLemon\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePlum\",UID0:\"forestry.treePlum\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitPlum\",UID0:\"forestry.fruitPlum\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeMaple\",UID0:\"forestry.treeMaple\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeSpruce\",UID0:\"forestry.treeSpruce\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeLarch\",UID0:\"forestry.treeLarch\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePine\",UID0:\"forestry.treePine\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeSequoia\",UID0:\"forestry.treeSequoia\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i3d\",UID0:\"forestry.i3d\",Slot:8b},{UID1:\"forestry.fireproofTrue\",UID0:\"forestry.fireproofTrue\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeGigant\",UID0:\"forestry.treeGigant\",Slot:0b},{UID1:\"forestry.heightGigantic\",UID0:\"forestry.heightGigantic\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlowest\",UID0:\"forestry.maturationSlowest\",Slot:7b},{UID1:\"forestry.i4d\",UID0:\"forestry.i4d\",Slot:8b},{UID1:\"forestry.fireproofTrue\",UID0:\"forestry.fireproofTrue\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeJungle\",UID0:\"forestry.treeJungle\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitCocoa\",UID0:\"forestry.fruitCocoa\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeTeak\",UID0:\"forestry.treeTeak\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeIpe\",UID0:\"forestry.treeIpe\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeKapok\",UID0:\"forestry.treeKapok\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeEbony\",UID0:\"forestry.treeEbony\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i3d\",UID0:\"forestry.i3d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeZebrawood\",UID0:\"forestry.treeZebrawood\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeMahogony\",UID0:\"forestry.treeMahogony\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeAcaciaVanilla\",UID0:\"forestry.treeAcaciaVanilla\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeAcacia\",UID0:\"forestry.treeAcacia\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePadauk\",UID0:\"forestry.treePadauk\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeBalsa\",UID0:\"forestry.treeBalsa\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsHigh\",UID0:\"forestry.saplingsHigh\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeCocobolo\",UID0:\"forestry.treeCocobolo\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeWenge\",UID0:\"forestry.treeWenge\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeBaobab\",UID0:\"forestry.treeBaobab\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i3d\",UID0:\"forestry.i3d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeMahoe\",UID0:\"forestry.treeMahoe\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessHigh\",UID0:\"forestry.sappinessHigh\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlowest\",UID0:\"forestry.maturationSlowest\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeWillow\",UID0:\"forestry.treeWillow\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeSipiri\",UID0:\"forestry.treeSipiri\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePapaya\",UID0:\"forestry.treePapaya\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitPapaya\",UID0:\"forestry.fruitPapaya\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treeDate\",UID0:\"forestry.treeDate\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitDates\",UID0:\"forestry.fruitDates\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationAverage\",UID0:\"forestry.maturationAverage\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"forestry.treePoplar\",UID0:\"forestry.treePoplar\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLower\",UID0:\"forestry.saplingsLower\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"orchardapple\",UID0:\"orchardapple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitApple\",UID0:\"extratrees.fruitApple\",Slot:3b},{UID1:\"forestry.yieldHigher\",UID0:\"forestry.yieldHigher\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sweetcrabapple\",UID0:\"sweetcrabapple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCrabapple\",UID0:\"extratrees.fruitCrabapple\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"floweringcrabapple\",UID0:\"floweringcrabapple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCrabapple\",UID0:\"extratrees.fruitCrabapple\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"prairiecrabapple\",UID0:\"prairiecrabapple\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitCrabapple\",UID0:\"extratrees.fruitCrabapple\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackthorn\",UID0:\"blackthorn\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBlackthorn\",UID0:\"extratrees.fruitBlackthorn\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cherryplum\",UID0:\"cherryplum\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCherry_plum\",UID0:\"extratrees.fruitCherry_plum\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"peach\",UID0:\"peach\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitPeach\",UID0:\"extratrees.fruitPeach\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"nectarine\",UID0:\"nectarine\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitNectarine\",UID0:\"extratrees.fruitNectarine\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"apricot\",UID0:\"apricot\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitApricot\",UID0:\"extratrees.fruitApricot\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"almond\",UID0:\"almond\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitAlmond\",UID0:\"extratrees.fruitAlmond\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"wildcherry\",UID0:\"wildcherry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitWild_cherry\",UID0:\"extratrees.fruitWild_cherry\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sourcherry\",UID0:\"sourcherry\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitSour_cherry\",UID0:\"extratrees.fruitSour_cherry\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackcherry\",UID0:\"blackcherry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitBlack_cherry\",UID0:\"extratrees.fruitBlack_cherry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"orange\",UID0:\"orange\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitOrange\",UID0:\"extratrees.fruitOrange\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"manderin\",UID0:\"manderin\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitManderin\",UID0:\"extratrees.fruitManderin\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"satsuma\",UID0:\"satsuma\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitSatsuma\",UID0:\"extratrees.fruitSatsuma\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"tangerine\",UID0:\"tangerine\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitTangerine\",UID0:\"extratrees.fruitTangerine\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"lime\",UID0:\"lime\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitLime\",UID0:\"extratrees.fruitLime\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"keylime\",UID0:\"keylime\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitKey_lime\",UID0:\"extratrees.fruitKey_lime\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"fingerlime\",UID0:\"fingerlime\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitFinger_lime\",UID0:\"extratrees.fruitFinger_lime\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pomelo\",UID0:\"pomelo\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitPomelo\",UID0:\"extratrees.fruitPomelo\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"grapefruit\",UID0:\"grapefruit\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitGrapefruit\",UID0:\"extratrees.fruitGrapefruit\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"kumquat\",UID0:\"kumquat\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitKumquat\",UID0:\"extratrees.fruitKumquat\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"citron\",UID0:\"citron\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCitron\",UID0:\"extratrees.fruitCitron\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"buddhahand\",UID0:\"buddhahand\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBuddha_hand\",UID0:\"extratrees.fruitBuddha_hand\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"banana\",UID0:\"banana\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBanana\",UID0:\"extratrees.fruitBanana\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"redbanana\",UID0:\"redbanana\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitRed_banana\",UID0:\"extratrees.fruitRed_banana\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"plantain\",UID0:\"plantain\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitPlatain\",UID0:\"extratrees.fruitPlatain\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"butternut\",UID0:\"butternut\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitButternut\",UID0:\"extratrees.fruitButternut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rowan\",UID0:\"rowan\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hemlock\",UID0:\"hemlock\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"ash\",UID0:\"ash\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"alder\",UID0:\"alder\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"beech\",UID0:\"beech\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBeechnut\",UID0:\"extratrees.fruitBeechnut\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"copperbeech\",UID0:\"copperbeech\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBeechnut\",UID0:\"extratrees.fruitBeechnut\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"aspen\",UID0:\"aspen\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"yew\",UID0:\"yew\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cypress\",UID0:\"cypress\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"douglasfir\",UID0:\"douglasfir\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hazel\",UID0:\"hazel\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitHazelnut\",UID0:\"extratrees.fruitHazelnut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sycamore\",UID0:\"sycamore\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitFig\",UID0:\"extratrees.fruitFig\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"whitebeam\",UID0:\"whitebeam\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hawthorn\",UID0:\"hawthorn\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pecan\",UID0:\"pecan\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitPecan\",UID0:\"extratrees.fruitPecan\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"elm\",UID0:\"elm\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"elder\",UID0:\"elder\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitElderberry\",UID0:\"extratrees.fruitElderberry\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"holly\",UID0:\"holly\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"hornbeam\",UID0:\"hornbeam\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sallow\",UID0:\"sallow\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"acornoak\",UID0:\"acornoak\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitAcorn\",UID0:\"extratrees.fruitAcorn\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"fir\",UID0:\"fir\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cedar\",UID0:\"cedar\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"olive\",UID0:\"olive\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitOlive\",UID0:\"extratrees.fruitOlive\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"redmaple\",UID0:\"redmaple\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessHigh\",UID0:\"forestry.sappinessHigh\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"balsamfir\",UID0:\"balsamfir\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"loblollypine\",UID0:\"loblollypine\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlow\",UID0:\"forestry.maturationSlow\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"sweetgum\",UID0:\"sweetgum\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsHigh\",UID0:\"forestry.saplingsHigh\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessAverage\",UID0:\"forestry.sappinessAverage\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"locust\",UID0:\"locust\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pear\",UID0:\"pear\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitPear\",UID0:\"extratrees.fruitPear\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"osangeorange\",UID0:\"osangeorange\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitOsange_orange\",UID0:\"extratrees.fruitOsange_orange\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"oldfustic\",UID0:\"oldfustic\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"brazilwood\",UID0:\"brazilwood\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"logwood\",UID0:\"logwood\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rosewood\",UID0:\"rosewood\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"purpleheart\",UID0:\"purpleheart\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"iroko\",UID0:\"iroko\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"gingko\",UID0:\"gingko\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitGingko_nut\",UID0:\"extratrees.fruitGingko_nut\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"brazilnut\",UID0:\"brazilnut\",Slot:0b},{UID1:\"forestry.heightLarger\",UID0:\"forestry.heightLarger\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBrazil_nut\",UID0:\"extratrees.fruitBrazil_nut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rosegum\",UID0:\"rosegum\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlowest\",UID0:\"forestry.maturationSlowest\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"swampgum\",UID0:\"swampgum\",Slot:0b},{UID1:\"forestry.heightLargest\",UID0:\"forestry.heightLargest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationSlower\",UID0:\"forestry.maturationSlower\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"box\",UID0:\"box\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"clove\",UID0:\"clove\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitClove\",UID0:\"extratrees.fruitClove\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"coffee\",UID0:\"coffee\",Slot:0b},{UID1:\"forestry.heightLarge\",UID0:\"forestry.heightLarge\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCoffee\",UID0:\"extratrees.fruitCoffee\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"monkeypuzzle\",UID0:\"monkeypuzzle\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i2d\",UID0:\"forestry.i2d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"rainbowgum\",UID0:\"rainbowgum\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"pinkivory\",UID0:\"pinkivory\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackcurrant\",UID0:\"blackcurrant\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitBlackcurrant\",UID0:\"extratrees.fruitBlackcurrant\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"redcurrant\",UID0:\"redcurrant\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitRedcurrant\",UID0:\"extratrees.fruitRedcurrant\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blackberry\",UID0:\"blackberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBlackberry\",UID0:\"extratrees.fruitBlackberry\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"raspberry\",UID0:\"raspberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitRaspberry\",UID0:\"extratrees.fruitRaspberry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"blueberry\",UID0:\"blueberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitBlueberry\",UID0:\"extratrees.fruitBlueberry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cranberry\",UID0:\"cranberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCranberry\",UID0:\"extratrees.fruitCranberry\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"juniper\",UID0:\"juniper\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitJuniper\",UID0:\"extratrees.fruitJuniper\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"gooseberry\",UID0:\"gooseberry\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsHigh\",UID0:\"forestry.saplingsHigh\",Slot:2b},{UID1:\"extratrees.fruitGooseberry\",UID0:\"extratrees.fruitGooseberry\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"goldenraspberry\",UID0:\"goldenraspberry\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitGolden_raspberry\",UID0:\"extratrees.fruitGolden_raspberry\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFastest\",UID0:\"forestry.maturationFastest\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cinnamon\",UID0:\"cinnamon\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"forestry.fruitNone\",UID0:\"forestry.fruitNone\",Slot:3b},{UID1:\"forestry.yieldLower\",UID0:\"forestry.yieldLower\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"coconut\",UID0:\"coconut\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitCoconut\",UID0:\"extratrees.fruitCoconut\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"cashew\",UID0:\"cashew\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitCashew\",UID0:\"extratrees.fruitCashew\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"avocado\",UID0:\"avocado\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitAvocado\",UID0:\"extratrees.fruitAvocado\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"nutmeg\",UID0:\"nutmeg\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitNutmeg\",UID0:\"extratrees.fruitNutmeg\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"allspice\",UID0:\"allspice\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitAllspice\",UID0:\"extratrees.fruitAllspice\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"chilli\",UID0:\"chilli\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitChilli\",UID0:\"extratrees.fruitChilli\",Slot:3b},{UID1:\"forestry.yieldHigher\",UID0:\"forestry.yieldHigher\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"staranise\",UID0:\"staranise\",Slot:0b},{UID1:\"forestry.heightAverage\",UID0:\"forestry.heightAverage\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitStar_anise\",UID0:\"extratrees.fruitStar_anise\",Slot:3b},{UID1:\"forestry.yieldHigh\",UID0:\"forestry.yieldHigh\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"mango\",UID0:\"mango\",Slot:0b},{UID1:\"forestry.heightSmaller\",UID0:\"forestry.heightSmaller\",Slot:1b},{UID1:\"forestry.saplingsLow\",UID0:\"forestry.saplingsLow\",Slot:2b},{UID1:\"extratrees.fruitMango\",UID0:\"extratrees.fruitMango\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"starfruit\",UID0:\"starfruit\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitStarfruit\",UID0:\"extratrees.fruitStarfruit\",Slot:3b},{UID1:\"forestry.yieldAverage\",UID0:\"forestry.yieldAverage\",Slot:4b},{UID1:\"forestry.sappinessLowest\",UID0:\"forestry.sappinessLowest\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFast\",UID0:\"forestry.maturationFast\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"candlenut\",UID0:\"candlenut\",Slot:0b},{UID1:\"forestry.heightSmallest\",UID0:\"forestry.heightSmallest\",Slot:1b},{UID1:\"forestry.saplingsLowest\",UID0:\"forestry.saplingsLowest\",Slot:2b},{UID1:\"extratrees.fruitCandlenut\",UID0:\"extratrees.fruitCandlenut\",Slot:3b},{UID1:\"forestry.yieldLow\",UID0:\"forestry.yieldLow\",Slot:4b},{UID1:\"forestry.sappinessLow\",UID0:\"forestry.sappinessLow\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:sapling\",Count:15s,tag:{IsAnalyzed:0b,Genome:{Chromosomes:[{UID1:\"dwarfhazel\",UID0:\"dwarfhazel\",Slot:0b},{UID1:\"forestry.heightSmall\",UID0:\"forestry.heightSmall\",Slot:1b},{UID1:\"forestry.saplingsAverage\",UID0:\"forestry.saplingsAverage\",Slot:2b},{UID1:\"extratrees.fruitHazelnut\",UID0:\"extratrees.fruitHazelnut\",Slot:3b},{UID1:\"forestry.yieldLowest\",UID0:\"forestry.yieldLowest\",Slot:4b},{UID1:\"forestry.sappinessLower\",UID0:\"forestry.sappinessLower\",Slot:5b},{UID1:\"forestry.leavesNone\",UID0:\"forestry.leavesNone\",Slot:6b},{UID1:\"forestry.maturationFaster\",UID0:\"forestry.maturationFaster\",Slot:7b},{UID1:\"forestry.i1d\",UID0:\"forestry.i1d\",Slot:8b},{UID1:\"forestry.fireproofFalse\",UID0:\"forestry.fireproofFalse\",Slot:9b}]}},Damage:0s}", - "{id:\"forestry:logs.0\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.0\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.0\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.0\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.1\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.1\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.1\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.1\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.2\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.2\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.2\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.2\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.3\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.3\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.3\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.3\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.4\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.4\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.4\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.4\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.5\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.5\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.5\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.5\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.6\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.6\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.6\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.6\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.7\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.0\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.0\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.0\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.0\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.1\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.1\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.1\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.1\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.2\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.2\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.2\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.2\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.3\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.3\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.3\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.3\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.4\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.4\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.4\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.4\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.5\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.5\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.5\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.5\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.6\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.fireproof.6\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.fireproof.6\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.fireproof.6\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.fireproof.7\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.vanilla.fireproof.0\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.vanilla.fireproof.0\",Count:20s,Damage:1s}", - "{id:\"forestry:logs.vanilla.fireproof.0\",Count:20s,Damage:2s}", - "{id:\"forestry:logs.vanilla.fireproof.0\",Count:20s,Damage:3s}", - "{id:\"forestry:logs.vanilla.fireproof.1\",Count:20s,Damage:0s}", - "{id:\"forestry:logs.vanilla.fireproof.1\",Count:20s,Damage:1s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:0s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:1s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:2s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:3s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:4s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:5s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:6s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:7s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:8s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:9s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:10s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:11s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:12s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:13s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:14s}", - "{id:\"forestry:planks.0\",Count:3s,Damage:15s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:0s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:1s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:2s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:3s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:4s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:5s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:6s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:7s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:8s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:9s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:10s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:11s}", - "{id:\"forestry:planks.1\",Count:3s,Damage:12s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:0s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:1s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:3s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:4s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:5s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:6s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:7s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:8s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:9s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:10s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:11s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:12s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:13s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:14s}", - "{id:\"forestry:planks.fireproof.0\",Count:3s,Damage:15s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:0s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:1s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:2s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:3s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:4s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:5s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:6s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:7s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:8s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:9s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:10s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:11s}", - "{id:\"forestry:planks.fireproof.1\",Count:3s,Damage:12s}", - "{id:\"forestry:planks.vanilla.fireproof.0\",Count:3s,Damage:0s}", - "{id:\"forestry:planks.vanilla.fireproof.0\",Count:3s,Damage:1s}", - "{id:\"forestry:planks.vanilla.fireproof.0\",Count:3s,Damage:2s}", - "{id:\"forestry:planks.vanilla.fireproof.0\",Count:3s,Damage:3s}", - "{id:\"forestry:planks.vanilla.fireproof.0\",Count:3s,Damage:4s}", - "{id:\"forestry:planks.vanilla.fireproof.0\",Count:3s,Damage:5s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:5s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:6s}", - "{id:\"forestry:slabs.0\",Count:1s,Damage:7s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:5s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:6s}", - "{id:\"forestry:slabs.1\",Count:1s,Damage:7s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:5s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:6s}", - "{id:\"forestry:slabs.2\",Count:1s,Damage:7s}", - "{id:\"forestry:slabs.3\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.3\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.3\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.3\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.3\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:5s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:6s}", - "{id:\"forestry:slabs.fireproof.0\",Count:1s,Damage:7s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:5s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:6s}", - "{id:\"forestry:slabs.fireproof.1\",Count:1s,Damage:7s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:5s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:6s}", - "{id:\"forestry:slabs.fireproof.2\",Count:1s,Damage:7s}", - "{id:\"forestry:slabs.fireproof.3\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.fireproof.3\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.fireproof.3\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.fireproof.3\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.fireproof.3\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.vanilla.fireproof.0\",Count:1s,Damage:0s}", - "{id:\"forestry:slabs.vanilla.fireproof.0\",Count:1s,Damage:1s}", - "{id:\"forestry:slabs.vanilla.fireproof.0\",Count:1s,Damage:2s}", - "{id:\"forestry:slabs.vanilla.fireproof.0\",Count:1s,Damage:3s}", - "{id:\"forestry:slabs.vanilla.fireproof.0\",Count:1s,Damage:4s}", - "{id:\"forestry:slabs.vanilla.fireproof.0\",Count:1s,Damage:5s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:0s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:1s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:2s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:3s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:4s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:5s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:6s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:7s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:8s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:9s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:10s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:11s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:12s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:13s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:14s}", - "{id:\"forestry:fences.0\",Count:3s,Damage:15s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:0s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:1s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:2s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:3s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:4s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:5s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:6s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:7s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:8s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:9s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:10s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:11s}", - "{id:\"forestry:fences.1\",Count:3s,Damage:12s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:0s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:1s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:3s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:4s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:5s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:6s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:7s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:8s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:9s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:10s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:11s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:12s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:13s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:14s}", - "{id:\"forestry:fences.fireproof.0\",Count:3s,Damage:15s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:0s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:1s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:2s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:3s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:4s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:5s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:6s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:7s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:8s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:9s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:10s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:11s}", - "{id:\"forestry:fences.fireproof.1\",Count:3s,Damage:12s}", - "{id:\"forestry:fences.vanilla.fireproof.0\",Count:3s,Damage:0s}", - "{id:\"forestry:fences.vanilla.fireproof.0\",Count:3s,Damage:1s}", - "{id:\"forestry:fences.vanilla.fireproof.0\",Count:3s,Damage:2s}", - "{id:\"forestry:fences.vanilla.fireproof.0\",Count:3s,Damage:3s}", - "{id:\"forestry:fences.vanilla.fireproof.0\",Count:3s,Damage:4s}", - "{id:\"forestry:fences.vanilla.fireproof.0\",Count:3s,Damage:5s}", - "{id:\"forestry:fence.gates.larch\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.larch\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.teak\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.teak\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.acacia\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.lime\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.lime\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.chestnut\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.chestnut\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.wenge\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.wenge\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.baobab\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.baobab\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.sequoia\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.sequoia\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.kapok\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.kapok\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.ebony\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.ebony\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.mahogany\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.mahogany\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.balsa\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.balsa\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.willow\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.willow\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.walnut\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.walnut\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.greenheart\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.greenheart\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.cherry\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.cherry\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.mahoe\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.mahoe\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.poplar\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.poplar\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.palm\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.palm\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.papaya\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.papaya\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.pine\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.pine\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.plum\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.plum\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.maple\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.maple\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.citrus\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.citrus\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.giganteum\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.giganteum\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.ipe\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.ipe\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.padauk\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.padauk\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.cocobolo\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.cocobolo\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.zebrawood\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.fireproof.zebrawood\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.vanilla.fireproof.oak\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.vanilla.fireproof.spruce\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.vanilla.fireproof.birch\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.vanilla.fireproof.jungle\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.vanilla.fireproof.acacia\",Count:4s,Damage:0s}", - "{id:\"forestry:fence.gates.vanilla.fireproof.dark_oak\",Count:4s,Damage:0s}", - "{id:\"forestry:stairs.larch\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.teak\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.acacia\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.lime\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.chestnut\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.wenge\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.baobab\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.sequoia\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.kapok\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.ebony\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.mahogany\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.balsa\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.willow\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.walnut\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.greenheart\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.cherry\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.mahoe\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.poplar\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.palm\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.papaya\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.pine\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.plum\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.maple\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.citrus\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.giganteum\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.ipe\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.padauk\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.cocobolo\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.zebrawood\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.larch\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.teak\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.lime\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.chestnut\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.wenge\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.baobab\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.sequoia\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.kapok\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.ebony\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.mahogany\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.balsa\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.willow\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.walnut\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.greenheart\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.cherry\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.mahoe\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.poplar\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.palm\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.papaya\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.pine\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.plum\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.maple\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.citrus\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.giganteum\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.ipe\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.padauk\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.cocobolo\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.fireproof.zebrawood\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.vanilla.fireproof.oak\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.vanilla.fireproof.spruce\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.vanilla.fireproof.birch\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.vanilla.fireproof.jungle\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.vanilla.fireproof.acacia\",Count:3s,Damage:0s}", - "{id:\"forestry:stairs.vanilla.fireproof.dark_oak\",Count:3s,Damage:0s}", - "{id:\"forestry:doors.larch\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.teak\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.acacia\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.lime\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.chestnut\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.wenge\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.baobab\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.sequoia\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.kapok\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.ebony\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.mahogany\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.balsa\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.willow\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.walnut\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.greenheart\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.cherry\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.mahoe\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.poplar\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.palm\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.papaya\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.pine\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.plum\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.maple\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.citrus\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.giganteum\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.ipe\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.padauk\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.cocobolo\",Count:4s,Damage:0s}", - "{id:\"forestry:doors.zebrawood\",Count:4s,Damage:0s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:0s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:1s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:2s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:3s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:4s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:5s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:6s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:7s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:8s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:9s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:10s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:11s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:12s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:13s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:14s}", - "{id:\"forestry:leaves.decorative.0\",Count:5s,Damage:15s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:0s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:1s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:2s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:3s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:4s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:5s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:6s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:7s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:8s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:9s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:10s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:11s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:12s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:13s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:14s}", - "{id:\"forestry:leaves.decorative.1\",Count:5s,Damage:15s}", - "{id:\"forestry:leaves.decorative.2\",Count:5s,Damage:0s}", - "{id:\"forestry:leaves.decorative.2\",Count:5s,Damage:1s}", - "{id:\"forestry:leaves.decorative.2\",Count:5s,Damage:2s}", - "{id:\"forestry:tree_chest\",Count:69s,Damage:0s}", - "{id:\"forestry:butterfly_chest\",Count:13s,Damage:0s}", - "{id:\"railcraft:tool_signal_label\",Count:2s,Damage:0s}", - "{id:\"railcraft:routing_ticket_gold\",Count:2s,Damage:0s}", - "{id:\"ae2stuff:encoder\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:wireless_kit\",Count:9s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin_block\",Count:20s,Damage:0s}", - "{id:\"bewitchment:green_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:embergrass\",Count:8s,Damage:0s}", - "{id:\"bewitchment:torchwood\",Count:8s,Damage:0s}", - "{id:\"bewitchment:spanish_moss\",Count:2s,Damage:0s}", - "{id:\"bewitchment:frostflower\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_allium\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_blue_orchid\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_dandelion\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_azure_bluet\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_oxeye_daisy\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_orange\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_pink\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_red\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_white\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_poppy\",Count:8s,Damage:0s}", - "{id:\"bewitchment:cypress_sapling\",Count:15s,Damage:0s}", - "{id:\"bewitchment:elder_sapling\",Count:15s,Damage:0s}", - "{id:\"bewitchment:juniper_sapling\",Count:15s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_sapling\",Count:15s,Damage:0s}", - "{id:\"bewitchment:cypress_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:elder_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:juniper_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cypress_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_leaves\",Count:5s,Damage:0s}", - "{id:\"bewitchment:elder_leaves\",Count:5s,Damage:0s}", - "{id:\"bewitchment:juniper_leaves\",Count:5s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_leaves\",Count:5s,Damage:0s}", - "{id:\"bewitchment:juniper_chest\",Count:10s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_chest\",Count:8s,Damage:0s}", - "{id:\"bewitchment:cypress_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:elder_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:juniper_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:cypress_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:spinning_wheel\",Count:30s,Damage:0s}", - "{id:\"bewitchment:sigil_table\",Count:6s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_oak\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_spruce\",Count:21s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dark_oak\",Count:21s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_jungle\",Count:21s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_birch\",Count:21s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_acacia\",Count:21s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_juniper\",Count:12s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_cypress\",Count:12s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_elder\",Count:12s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dragons_blood\",Count:12s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:gold_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"genetics:misc\",Count:6s,Damage:0s}", - "{id:\"genetics:misc\",Count:1s,Damage:4s}", - "{id:\"genetics:misc\",Count:4s,Damage:5s}", - "{id:\"genetics:misc\",Count:4s,Damage:10s}", - "{id:\"genetics:machine\",Count:4s,Damage:0s}", - "{id:\"genetics:machine\",Count:4s,Damage:1s}", - "{id:\"genetics:machine\",Count:4s,Damage:2s}", - "{id:\"genetics:lab_machine\",Count:4s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:4s,Damage:1s}", - "{id:\"genetics:lab_machine\",Count:4s,Damage:2s}", - "{id:\"genetics:lab_machine\",Count:4s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:4s,Damage:4s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:0s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:1s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:2s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:3s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:4s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:5s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:6s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:7s}", - "{id:\"botany:soil_no_weed\",Count:1s,Damage:8s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:0s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:1s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:2s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:3s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:4s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:5s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:6s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:7s}", - "{id:\"botany:loam_no_weed\",Count:1s,Damage:8s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:0s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:1s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:2s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:3s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:4s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:5s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:6s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:7s}", - "{id:\"botany:flowerbed_no_weed\",Count:1s,Damage:8s}", - "{id:\"botany:misc\",Count:2s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:13s,Damage:0s}", - "{id:\"extratrees:misc\",Count:1s,Damage:4s}", - "{id:\"extratrees:misc\",Count:1s,Damage:5s}", - "{id:\"extratrees:misc\",Count:3s,Damage:6s}", - "{id:\"extratrees:misc\",Count:2s,Damage:7s}", - "{id:\"extratrees:misc\",Count:2s,Damage:8s}", - "{id:\"extratrees:misc\",Count:2s,Damage:9s}", - "{id:\"extratrees:logs.0\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.0\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.0\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.0\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.1\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.1\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.1\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.1\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.2\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.2\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.2\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.2\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.3\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.3\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.3\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.3\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.4\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.4\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.4\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.4\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.5\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.5\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.5\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.5\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.6\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.6\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.6\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.6\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.7\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.7\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.7\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.7\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.8\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.8\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.8\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.8\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.9\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.9\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.9\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.9\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.0\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.0\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.0\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.0\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.1\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.1\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.1\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.1\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.2\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.2\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.2\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.2\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.3\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.3\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.3\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.3\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.4\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.4\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.4\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.4\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.5\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.5\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.5\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.5\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.6\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.6\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.6\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.6\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.7\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.7\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.7\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.7\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.8\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.8\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.8\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.8\",Count:20s,Damage:3s}", - "{id:\"extratrees:logs.fireproof.9\",Count:20s,Damage:0s}", - "{id:\"extratrees:logs.fireproof.9\",Count:20s,Damage:1s}", - "{id:\"extratrees:logs.fireproof.9\",Count:20s,Damage:2s}", - "{id:\"extratrees:logs.fireproof.9\",Count:20s,Damage:3s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:0s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:1s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:2s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:3s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:4s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:5s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:6s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:7s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:8s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:9s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:10s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:11s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:12s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:13s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:14s}", - "{id:\"extratrees:planks.0\",Count:3s,Damage:15s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:0s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:1s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:2s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:3s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:4s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:5s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:6s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:7s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:8s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:9s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:10s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:11s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:12s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:13s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:14s}", - "{id:\"extratrees:planks.1\",Count:3s,Damage:15s}", - "{id:\"extratrees:planks.2\",Count:3s,Damage:0s}", - "{id:\"extratrees:planks.2\",Count:3s,Damage:1s}", - "{id:\"extratrees:planks.2\",Count:3s,Damage:2s}", - "{id:\"extratrees:planks.2\",Count:3s,Damage:3s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:0s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:1s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:2s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:3s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:4s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:5s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:6s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:7s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:8s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:9s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:10s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:11s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:12s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:13s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:14s}", - "{id:\"extratrees:planks.fireproof.0\",Count:3s,Damage:15s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:0s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:1s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:2s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:3s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:4s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:5s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:6s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:7s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:8s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:9s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:10s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:11s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:12s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:13s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:14s}", - "{id:\"extratrees:planks.fireproof.1\",Count:3s,Damage:15s}", - "{id:\"extratrees:planks.fireproof.2\",Count:3s,Damage:0s}", - "{id:\"extratrees:planks.fireproof.2\",Count:3s,Damage:1s}", - "{id:\"extratrees:planks.fireproof.2\",Count:3s,Damage:2s}", - "{id:\"extratrees:planks.fireproof.2\",Count:3s,Damage:3s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.0\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.1\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.2\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.3\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.4\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.4\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.4\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.4\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.fireproof.0\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.fireproof.1\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.fireproof.2\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:3s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:4s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:5s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:6s}", - "{id:\"extratrees:slabs.fireproof.3\",Count:1s,Damage:7s}", - "{id:\"extratrees:slabs.fireproof.4\",Count:1s,Damage:0s}", - "{id:\"extratrees:slabs.fireproof.4\",Count:1s,Damage:1s}", - "{id:\"extratrees:slabs.fireproof.4\",Count:1s,Damage:2s}", - "{id:\"extratrees:slabs.fireproof.4\",Count:1s,Damage:3s}", - "{id:\"extratrees:stairs.apple\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fig\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.butternut\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.whitebeam\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.rowan\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.hemlock\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.ash\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.alder\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.beech\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.hawthorn\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.banana\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.yew\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.cypress\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fir\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.hazel\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.hickory\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.elm\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.elder\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.holly\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.hornbeam\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.cedar\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.olive\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.sweetgum\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.locust\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.pear\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.maclura\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.brazilwood\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.logwood\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.rosewood\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.purpleheart\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.iroko\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.gingko\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.eucalyptus\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.box\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.syzgium\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.pinkivory\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.apple\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.fig\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.butternut\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.whitebeam\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.rowan\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.hemlock\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.ash\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.alder\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.beech\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.hawthorn\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.banana\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.yew\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.cypress\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.fir\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.hazel\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.hickory\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.elm\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.elder\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.holly\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.hornbeam\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.cedar\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.olive\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.sweetgum\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.locust\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.pear\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.maclura\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.brazilwood\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.logwood\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.rosewood\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.purpleheart\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.iroko\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.gingko\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.eucalyptus\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.box\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.syzgium\",Count:3s,Damage:0s}", - "{id:\"extratrees:stairs.fireproof.pinkivory\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:1s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:2s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:3s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:4s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:5s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:6s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:7s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:8s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:9s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:10s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:11s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:12s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:13s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:14s}", - "{id:\"extratrees:fences.0\",Count:3s,Damage:15s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:1s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:2s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:3s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:4s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:5s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:6s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:7s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:8s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:9s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:10s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:11s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:12s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:13s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:14s}", - "{id:\"extratrees:fences.1\",Count:3s,Damage:15s}", - "{id:\"extratrees:fences.2\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.2\",Count:3s,Damage:1s}", - "{id:\"extratrees:fences.2\",Count:3s,Damage:2s}", - "{id:\"extratrees:fences.2\",Count:3s,Damage:3s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:1s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:2s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:3s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:4s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:5s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:6s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:7s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:8s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:9s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:10s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:11s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:12s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:13s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:14s}", - "{id:\"extratrees:fences.fireproof.0\",Count:3s,Damage:15s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:1s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:2s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:3s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:4s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:5s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:6s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:7s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:8s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:9s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:10s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:11s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:12s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:13s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:14s}", - "{id:\"extratrees:fences.fireproof.1\",Count:3s,Damage:15s}", - "{id:\"extratrees:fences.fireproof.2\",Count:3s,Damage:0s}", - "{id:\"extratrees:fences.fireproof.2\",Count:3s,Damage:1s}", - "{id:\"extratrees:fences.fireproof.2\",Count:3s,Damage:2s}", - "{id:\"extratrees:fences.fireproof.2\",Count:3s,Damage:3s}", - "{id:\"extratrees:fence.gates.fir\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.fir\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.cedar\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.cedar\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.hemlock\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.hemlock\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.cypress\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.cypress\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fig\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.fig\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.beech\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.beech\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.alder\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.alder\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.hazel\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.hazel\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.hornbeam\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.hornbeam\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.box\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.box\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.butternut\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.butternut\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.hickory\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.hickory\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.whitebeam\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.whitebeam\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.elm\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.elm\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.apple\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.apple\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.yew\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.yew\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.pear\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.pear\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.hawthorn\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.hawthorn\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.rowan\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.rowan\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.elder\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.elder\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.maclura\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.maclura\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.syzgium\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.syzgium\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.brazilwood\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.brazilwood\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.logwood\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.logwood\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.iroko\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.iroko\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.locust\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.locust\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.eucalyptus\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.eucalyptus\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.purpleheart\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.purpleheart\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.ash\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.ash\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.holly\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.holly\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.olive\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.olive\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.sweetgum\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.sweetgum\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.rosewood\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.rosewood\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.gingko\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.gingko\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.pinkivory\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.pinkivory\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.banana\",Count:4s,Damage:0s}", - "{id:\"extratrees:fence.gates.fireproof.banana\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.apple\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.fig\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.butternut\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.whitebeam\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.rowan\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.hemlock\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.ash\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.alder\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.beech\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.hawthorn\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.banana\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.yew\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.cypress\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.fir\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.hazel\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.hickory\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.elm\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.elder\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.holly\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.hornbeam\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.cedar\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.olive\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.sweetgum\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.locust\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.pear\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.maclura\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.brazilwood\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.logwood\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.rosewood\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.purpleheart\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.iroko\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.gingko\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.eucalyptus\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.box\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.syzgium\",Count:4s,Damage:0s}", - "{id:\"extratrees:doors.pinkivory\",Count:4s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:1s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:2s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:3s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:4s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:5s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:6s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:7s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:8s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:9s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:10s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:11s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:12s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:13s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:14s}", - "{id:\"extratrees:leaves.decorative.0\",Count:5s,Damage:15s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:1s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:2s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:3s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:4s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:5s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:6s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:7s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:8s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:9s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:10s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:11s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:12s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:13s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:14s}", - "{id:\"extratrees:leaves.decorative.1\",Count:5s,Damage:15s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:1s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:2s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:3s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:4s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:5s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:6s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:7s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:8s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:9s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:10s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:11s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:12s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:13s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:14s}", - "{id:\"extratrees:leaves.decorative.2\",Count:5s,Damage:15s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:1s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:2s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:3s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:4s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:5s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:6s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:7s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:8s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:9s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:10s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:11s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:12s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:13s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:14s}", - "{id:\"extratrees:leaves.decorative.3\",Count:5s,Damage:15s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:1s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:2s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:3s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:4s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:5s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:6s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:7s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:8s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:9s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:10s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:11s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:12s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:13s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:14s}", - "{id:\"extratrees:leaves.decorative.4\",Count:5s,Damage:15s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:0s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:1s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:2s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:3s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:4s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:5s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:6s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:7s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:8s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:9s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:10s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:11s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:12s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:13s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:14s}", - "{id:\"extratrees:leaves.decorative.5\",Count:5s,Damage:15s}", - "{id:\"extratrees:leaves.decorative.6\",Count:5s,Damage:0s}", - "{id:\"extratrees:machine\",Count:6s,Damage:0s}", - "{id:\"extratrees:machine\",Count:6s,Damage:4s}", - "{id:\"extratrees:machine\",Count:6s,Damage:5s}", - "{id:\"extratrees:machine\",Count:6s,Damage:6s}", - "{id:\"biomesoplenty:grass\",Count:2s,Damage:0s}", - "{id:\"biomesoplenty:log_0\",Count:20s,Damage:4s}", - "{id:\"biomesoplenty:log_0\",Count:20s,Damage:5s}", - "{id:\"biomesoplenty:log_0\",Count:20s,Damage:6s}", - "{id:\"biomesoplenty:log_0\",Count:20s,Damage:7s}", - "{id:\"biomesoplenty:log_1\",Count:20s,Damage:4s}", - "{id:\"biomesoplenty:log_1\",Count:20s,Damage:5s}", - "{id:\"biomesoplenty:log_1\",Count:20s,Damage:6s}", - "{id:\"biomesoplenty:log_1\",Count:20s,Damage:7s}", - "{id:\"biomesoplenty:log_2\",Count:20s,Damage:4s}", - "{id:\"biomesoplenty:log_2\",Count:20s,Damage:5s}", - "{id:\"biomesoplenty:log_2\",Count:20s,Damage:6s}", - "{id:\"biomesoplenty:log_2\",Count:20s,Damage:7s}", - "{id:\"biomesoplenty:log_3\",Count:20s,Damage:4s}", - "{id:\"biomesoplenty:log_3\",Count:20s,Damage:5s}", - "{id:\"biomesoplenty:log_3\",Count:20s,Damage:6s}", - "{id:\"biomesoplenty:log_3\",Count:20s,Damage:7s}", - "{id:\"biomesoplenty:log_4\",Count:20s,Damage:4s}", - "{id:\"biomesoplenty:log_4\",Count:20s,Damage:5s}", - "{id:\"biomesoplenty:leaves_0\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_0\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:leaves_0\",Count:5s,Damage:10s}", - "{id:\"biomesoplenty:leaves_0\",Count:5s,Damage:11s}", - "{id:\"biomesoplenty:leaves_1\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_1\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:leaves_1\",Count:5s,Damage:10s}", - "{id:\"biomesoplenty:leaves_1\",Count:5s,Damage:11s}", - "{id:\"biomesoplenty:leaves_2\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_2\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:leaves_2\",Count:5s,Damage:10s}", - "{id:\"biomesoplenty:leaves_2\",Count:5s,Damage:11s}", - "{id:\"biomesoplenty:leaves_3\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_3\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:leaves_3\",Count:5s,Damage:10s}", - "{id:\"biomesoplenty:leaves_3\",Count:5s,Damage:11s}", - "{id:\"biomesoplenty:leaves_4\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_4\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:leaves_4\",Count:5s,Damage:10s}", - "{id:\"biomesoplenty:leaves_4\",Count:5s,Damage:11s}", - "{id:\"biomesoplenty:leaves_5\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_5\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:leaves_5\",Count:5s,Damage:10s}", - "{id:\"biomesoplenty:leaves_5\",Count:5s,Damage:11s}", - "{id:\"biomesoplenty:leaves_6\",Count:5s,Damage:8s}", - "{id:\"biomesoplenty:leaves_6\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:1s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:2s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:3s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:4s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:5s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:6s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:7s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:8s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:9s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:10s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:11s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:12s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:13s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:14s}", - "{id:\"biomesoplenty:planks_0\",Count:3s,Damage:15s}", - "{id:\"biomesoplenty:sacred_oak_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:cherry_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:umbran_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:fir_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:ethereal_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:magic_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mangrove_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:palm_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:redwood_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:willow_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:pine_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:hellbark_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:jacaranda_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mahogany_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:ebony_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:eucalyptus_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:1s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:2s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:3s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:4s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:5s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:6s}", - "{id:\"biomesoplenty:wood_slab_0\",Count:1s,Damage:7s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:1s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:2s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:3s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:4s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:5s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:6s}", - "{id:\"biomesoplenty:wood_slab_1\",Count:1s,Damage:7s}", - "{id:\"biomesoplenty:sacred_oak_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:cherry_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:umbran_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:fir_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:ethereal_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:magic_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mangrove_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:palm_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:redwood_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:willow_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:pine_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:hellbark_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:jacaranda_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mahogany_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:ebony_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:eucalyptus_fence\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:sacred_oak_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:cherry_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:umbran_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:fir_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:ethereal_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:magic_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:mangrove_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:palm_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:redwood_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:willow_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:pine_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:hellbark_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:jacaranda_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:mahogany_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:ebony_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:eucalyptus_fence_gate\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:sacred_oak_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:cherry_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:umbran_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:fir_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:ethereal_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:magic_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:mangrove_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:palm_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:redwood_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:willow_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:pine_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:hellbark_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:jacaranda_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:mahogany_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:ebony_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:eucalyptus_door\",Count:4s,Damage:0s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:1s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:2s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:3s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:4s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:5s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:6s}", - "{id:\"biomesoplenty:sapling_0\",Count:15s,Damage:7s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:1s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:2s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:3s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:4s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:5s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:6s}", - "{id:\"biomesoplenty:sapling_1\",Count:15s,Damage:7s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:1s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:2s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:3s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:4s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:5s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:6s}", - "{id:\"biomesoplenty:sapling_2\",Count:15s,Damage:7s}", - "{id:\"biomesoplenty:plant_0\",Count:3s,Damage:11s}", - "{id:\"biomesoplenty:terrarium\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:terrarium\",Count:4s,Damage:1s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:2s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:3s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:4s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:5s}", - "{id:\"biomesoplenty:terrarium\",Count:5s,Damage:9s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:10s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:11s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_sacred_oak\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_cherry\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_umbran\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_fir\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_ethereal\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_magic\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_mangrove\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_palm\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_redwood\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_willow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_pine\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_hellbark\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_jacaranda\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_mahogany\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_ebony\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:boat_eucalyptus\",Count:11s,Damage:0s}", - "{id:\"careerbees:flower_pedastal\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:pheremone_frame\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:13s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:13s,tag:{power:32000.0d,upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:15s,Damage:0s}", - "{id:\"extrautils2:trashcan\",Count:13s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:9s,Damage:15s}", - "{id:\"extrautils2:ingredients\",Count:6s,Damage:16s}", - "{id:\"extrautils2:contract\",Count:2s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:3s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:2s,Damage:3s}", - "{id:\"extrautils2:crafter\",Count:6s,Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:furnace\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:crusher\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:enchanter\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_survival\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_culinary\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_lava\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_redstone\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_ender\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_potion\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_pink\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_overclock\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_tnt\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_netherstar\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_dragonsbreath\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_ice\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_death\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_enchant\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:1s,tag:{Type:\"extrautils2:generator_slime\"},Damage:0s}", - "{id:\"extrautils2:largishchest\",Count:13s,Damage:0s}", - "{id:\"extrautils2:rainbowgenerator\",Count:6s,Damage:1s}", - "{id:\"extrautils2:rainbowgenerator\",Count:6s,Damage:2s}", - "{id:\"extrautils2:magicapple\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:hell\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:sky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:frozen_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:frozen_river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:ice_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mushroom_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mushroom_island_shore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:beaches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:desert_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:smaller_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:jungle_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:deep_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:stone_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:cold_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:taiga_cold_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:gravel_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:white_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:origin_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:alps\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:bamboo_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:bayou\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:bog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:boreal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:brushland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:chaparral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:cherry_blossom_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:cold_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:crag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:dead_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:dead_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:eucalyptus_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:fen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:flower_field\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:grassland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:highland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:land_of_lakes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:lavender_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:lush_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:lush_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:mangrove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:maple_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:meadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:moor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:mountain\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:mystic_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:ominous_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:orchard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:overgrown_cliffs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:prairie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:quagmire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:redwood_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:sacred_springs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:seasonal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:shield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:snowy_coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:steppe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:temperate_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:tropical_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:wetland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:woodland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:xeric_shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:alps_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:mountain_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:redwood_forest_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:pasture\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:oasis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:snowy_tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:coral_reef\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:kelp_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:origin_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:tropical_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:volcanic_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:flower_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:corrupted_sands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:fungi_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:phantasmagoric_inferno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:undergarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"biomesoplenty:visceral_heap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"randomthings:spectral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"jeid:error_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thaumcraft:magical_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thaumcraft:eerie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thaumcraft:eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_lake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:dense_twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_stream\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:twilight_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:oak_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:firefly_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:deep_mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:dark_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:enchanted_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:fire_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:dark_forest_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:highlands_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:thornlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"twilightforest:spooky_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"buildcraftenergy:oil_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"buildcraftenergy:oil_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"appliedenergistics2:storage_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:abyss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:ancient_cavern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:barathos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:candyland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:celeve\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"minecraft:mutated_mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:creeponia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:crystevia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:deeplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:dustopia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:gardencia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:greckon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:haven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:immortallis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:iromine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:lborean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:lelyetia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:lunalus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:mysterium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:precasia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:runandor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:shyrelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aoa3:vox_ponds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:eden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:wildwood\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:apalachia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:skythern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:mortum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:iceika\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:arcana\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"divinerpg:vethea\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:underground_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:volcanic_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:subterranean_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:elysian_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:ulterior_outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:fungal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:submerged_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:fields_sub_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"erebus:petrified_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"iceandfire:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"integrateddynamics:biome_meneglin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"nuclearcraft:nuclear_wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thaumicaugmentation:emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thaumicaugmentation:tainted_lands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thaumicaugmentation:emptiness_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:darklands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:darklands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:darklands_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:darklands_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:darklands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:coralium_infested_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:abyssal_wastelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:purified_dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:dreadlands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:dreadlands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:omothol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:dark_realm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"abyssalcraft:purged\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:moon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:alien forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:hotdryrock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:space\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:stormland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:crystalchasms\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:deepswamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:oceanspires\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:moondark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:volcanic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"advancedrocketry:volcanicbarren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"aether_legacy:aether_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"dimdoors:limbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"dimdoors:white_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"dimdoors:black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"dimdoors:dangerous_black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:patchy_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:swamplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:deep_waters\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:coarse_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:raised_isles\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:sludge_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:marsh_0\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:marsh_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:swamplands_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:14s,tag:{Biome:\"thebetweenlands:sludge_plains_clearing\"},Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:17s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:11s,Damage:1s}", - "{id:\"extrautils2:terraformer\",Count:17s,Damage:2s}", - "{id:\"extrautils2:terraformer\",Count:17s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:17s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:17s,Damage:5s}", - "{id:\"extrautils2:terraformer\",Count:18s,Damage:6s}", - "{id:\"extrautils2:terraformer\",Count:17s,Damage:7s}", - "{id:\"extrautils2:terraformer\",Count:23s,Damage:9s}", - "{id:\"extrautils2:trashchest\",Count:23s,Damage:0s}", - "{id:\"extrautils2:opinium\",Count:3s,Damage:4s}", - "{id:\"extrautils2:opinium\",Count:12s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:18s,Damage:6s}", - "{id:\"extrautils2:analogcrafter\",Count:20s,Damage:0s}", - "{id:\"extrautils2:ironwood_log\",Count:20s,Damage:0s}", - "{id:\"extrautils2:ironwood_log\",Count:20s,Damage:1s}", - "{id:\"extrautils2:ironwood_planks\",Count:3s,Damage:0s}", - "{id:\"extrautils2:ironwood_planks\",Count:3s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:6s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:4s}", - "{id:\"gendustry:apiary.upgrade\",Count:9s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:0s}", - "{id:\"gendustry:pollen_kit\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:17s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:13s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"herba\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:chester\",Count:24s,Damage:0s}", - "{id:\"thaumadditions:dawn_totem\",Count:12s,Damage:0s}", - "{id:\"thaumadditions:twilight_totem\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:thaumic_lectern\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:taintwood_planks\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:iron_framed_greatwood\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:brass_plated_silverwood\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:chiseled_greatwood\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:glowing_mushroom\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:dominos\",Count:1s,Damage:0s}", - "{id:\"randomthings:fertilizeddirt\",Count:1s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:11s,Damage:0s}", - "{id:\"randomthings:imbuingstation\",Count:15s,Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:6s,tag:{woodName:\"minecraft:planks\",woodMeta:0},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:6s,tag:{woodName:\"minecraft:planks\",woodMeta:1},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:6s,tag:{woodName:\"minecraft:planks\",woodMeta:2},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:6s,tag:{woodName:\"minecraft:planks\",woodMeta:3},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:6s,tag:{woodName:\"minecraft:planks\",woodMeta:4},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:6s,tag:{woodName:\"minecraft:planks\",woodMeta:5},Damage:0s}", - "{id:\"randomthings:platform\",Count:1s,Damage:1s}", - "{id:\"randomthings:platform\",Count:1s,Damage:2s}", - "{id:\"randomthings:platform\",Count:1s,Damage:3s}", - "{id:\"randomthings:platform\",Count:1s,Damage:4s}", - "{id:\"randomthings:platform\",Count:1s,Damage:5s}", - "{id:\"randomthings:filteredsuperlubricentplatform\",Count:2s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:5s}", - "{id:\"randomthings:luminousblock\",Count:3s,Damage:13s}", - "{id:\"randomthings:translucentluminousblock\",Count:2s,Damage:13s}", - "{id:\"randomthings:notificationinterface\",Count:9s,Damage:0s}", - "{id:\"randomthings:inventorytester\",Count:6s,Damage:0s}", - "{id:\"randomthings:spectreplank\",Count:3s,Damage:0s}", - "{id:\"randomthings:spectresapling\",Count:15s,Damage:0s}", - "{id:\"randomthings:spectrelog\",Count:20s,Damage:0s}", - "{id:\"randomthings:spectreleaf\",Count:5s,Damage:0s}", - "{id:\"randomthings:rainbowlamp\",Count:4s,Damage:0s}", - "{id:\"randomthings:plate_redirector\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_filteredredirector\",Count:4s,Damage:0s}", - "{id:\"randomthings:plate_redstone\",Count:3s,Damage:0s}", - "{id:\"randomthings:plate_itemrejuvenator\",Count:1s,Damage:0s}", - "{id:\"randomthings:plate_accelerator\",Count:1s,Damage:0s}", - "{id:\"randomthings:positionfilter\",Count:2s,Damage:0s}", - "{id:\"randomthings:beanstew\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:enderletter\",Count:6s,Damage:0s}", - "{id:\"randomthings:entityfilter\",Count:2s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:1s,Damage:6s}", - "{id:\"randomthings:itemfilter\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:floosign\",Count:3s,Damage:0s}", - "{id:\"randomthings:idcard\",Count:2s,Damage:0s}", - "{id:\"randomthings:flootoken\",Count:1s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:2s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:3s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:2s,Damage:2s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:1s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:3s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:5s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:6s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:7s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:10s}", - "{id:\"randomthings:grassseeds\",Count:4s,Damage:14s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:15s}", - "{id:\"logisticsbridge:lb.package\",Count:2s,Damage:0s}", - "{id:\"openblocks:ladder\",Count:4s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:4s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:13s}", - "{id:\"openblocks:donation_station\",Count:13s,Damage:0s}", - "{id:\"openblocks:canvas\",Count:2s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:20s,Damage:0s}", - "{id:\"openblocks:generic\",Count:9s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:luggage\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:1973019},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:11743532},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:3887386},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:5320730},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:2437522},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:8073150},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:2651799},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:11250603},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:4408131},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:14188952},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:4312372},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:14602026},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:6719955},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:12801229},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:15435844},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:2s,tag:{Color:15790320},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:dev_null\",Count:3s,tag:{},Damage:0s}", - "{id:\"packagedauto:packager\",Count:9s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:13s,Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:13s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:9s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:420s}", - "{id:\"projectred-core:resource_item\",Count:67s,Damage:421s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:500s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:502s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:504s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:505s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:506s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:509s}", - "{id:\"projectred-core:resource_item\",Count:7s,Damage:513s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:514s}", - "{id:\"projectred-core:resource_item\",Count:4s,Damage:600s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:multimeter\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:2s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:3s}", - "{id:\"thermaldynamics:filter\",Count:1s,Damage:4s}", - "{id:\"simplyjetpacks:metaitem\",Count:2s,Damage:3s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:14s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:23s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:31s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:5s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:lamp\",Count:10s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:16s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:18s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:20s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:21s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:22s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:25s}", - "{id:\"projectred-illumination:lamp\",Count:10s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:30s}", - "{id:\"projectred-illumination:light_button\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:light_button\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:light_button\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:light_button\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:10s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:7s,Damage:13s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:lantern\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:5s,Damage:13s}", - "{id:\"projectred-expansion:plan\",Count:2s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:13s,Damage:2s}", - "{id:\"projectred-expansion:machine2\",Count:13s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:9s,Damage:4s}", - "{id:\"projectred-expansion:machine2\",Count:20s,Damage:10s}", - "{id:\"projectred-expansion:machine2\",Count:20s,Damage:11s}", - "{id:\"projectred-transportation:routing_chip\",Count:3s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:3s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:24s,Damage:2s}", - "{id:\"projectred-transportation:routing_chip\",Count:3s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:6s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:6s,Damage:5s}", - "{id:\"projectred-transportation:routing_chip\",Count:3s,Damage:6s}", - "{id:\"projectred-transportation:routing_chip\",Count:12s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-transportation:router_utility\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:3s,Damage:13s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:3s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:7s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:8s}", - "{id:\"tg:terra_focus\",Count:2s,Damage:9s}", - "{id:\"wrcbe:empty_map\",Count:18s,Damage:0s}", - "{id:\"libvulpes:hatch\",Count:13s,Damage:0s}", - "{id:\"libvulpes:hatch\",Count:13s,Damage:1s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:loader\",Count:9s,Damage:2s}", - "{id:\"advancedrocketry:loader\",Count:9s,Damage:3s}", - "{id:\"advancedrocketry:loader\",Count:22s,Damage:6s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:alienwood\",Count:20s,Damage:0s}", - "{id:\"advancedrocketry:alienleaves\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:aliensapling\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:observatory\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:planetanalyser\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:13s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:oxygendetection\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:orientationcontroller\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:microwavereciever\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:suitworkstation\",Count:6s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:altitudecontroller\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:railgun\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:spaceelevatorcontroller\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:beacon\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:planks\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:13s,Damage:0s}", - "{id:\"advancedrocketry:spacelaser\",Count:11s,Damage:0s}", - "{id:\"chisel:bookshelf_spruce\",Count:9s,Damage:0s}", - "{id:\"chisel:bookshelf_birch\",Count:9s,Damage:0s}", - "{id:\"chisel:bookshelf_jungle\",Count:9s,Damage:0s}", - "{id:\"chisel:bookshelf_acacia\",Count:9s,Damage:0s}", - "{id:\"chisel:bookshelf_darkoak\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:sapling_greatwood\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:sapling_silverwood\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:log_greatwood\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:log_silverwood\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:leaves_greatwood\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:leaves_silverwood\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:shimmerleaf\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:cinderpearl\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:vishroom\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:plank_greatwood\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:plank_silverwood\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:stairs_greatwood\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:stairs_silverwood\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:slab_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:slab_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:loot_crate_common\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:loot_crate_uncommon\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:loot_crate_rare\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:taint_fibre\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:taint_log\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:grass_ambient\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:candle_lime\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:candle_green\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_lime\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:nitor_green\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench_charger\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:smelter_vent\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:alembic\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:hungry_chest\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:everfull_urn\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:9s,Damage:0s}", - "{id:\"divinerpg:blaze_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:creeper_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:cyclops_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:ender_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:ender_watcher_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:frost_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:ghast_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:glacon_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:hellspider_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:jungle_spider_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:skeleton_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:spider_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:zombie_pumpkin\",Count:7s,Damage:0s}", - "{id:\"divinerpg:green_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:cyan_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:red_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:yellow_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:green_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:green_fence\",Count:22s,Damage:0s}", - "{id:\"divinerpg:plank_design\",Count:2s,Damage:0s}", - "{id:\"divinerpg:divine_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:divine_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:divine_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:divine_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:divine_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:frozen_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:brittle_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:frozen_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:frozen_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:frozen_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:eden_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:wildwood_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:apalachia_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:skythern_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:mortum_sapling\",Count:15s,Damage:0s}", - "{id:\"divinerpg:eden_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:wildwood_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:apalachia_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:skythern_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:mortum_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:eden_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:wildwood_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:apalachia_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:skythern_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:mortum_leaves\",Count:5s,Damage:0s}", - "{id:\"divinerpg:eden_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:wildwood_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:apalachia_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:skythern_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:mortum_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:eden_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:wildwood_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:apalachia_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:skythern_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:mortum_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:wildwood_vine\",Count:5s,Damage:0s}", - "{id:\"divinerpg:eucalyptus_log\",Count:20s,Damage:0s}", - "{id:\"divinerpg:eucalyptus_planks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:eucalyptus_stairs\",Count:3s,Damage:0s}", - "{id:\"divinerpg:weedwood_vine\",Count:5s,Damage:0s}", - "{id:\"divinerpg:blossomed_weedwood_vine\",Count:5s,Damage:0s}", - "{id:\"divinerpg:advanced_mushroom_stew\",Count:3s,Damage:0s}", - "{id:\"divinerpg:chicken_dinner\",Count:2s,Damage:0s}", - "{id:\"divinerpg:donut\",Count:30s,Damage:0s}", - "{id:\"divinerpg:nightmare_bed\",Count:6s,Damage:0s}", - "{id:\"divinerpg:eden_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:wildwood_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:apalachia_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:skythern_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:mortum_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:divine_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:frozen_slab\",Count:1s,Damage:0s}", - "{id:\"divinerpg:eucalyptus_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_shield\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_shield\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_shield\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:1s,Damage:4s}", - "{id:\"advancedrocketry:ic\",Count:15s,Damage:3s}", - "{id:\"advancedrocketry:ic\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:satellite\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:misc\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:filter\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"herba\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"herba\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:7s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:2s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_shovel\",Count:2s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:7s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:7s,tag:{type:2b},Damage:0s}", - "{id:\"thaumcraft:seal\",Count:25s,Damage:7s}", - "{id:\"thaumcraft:seal\",Count:6s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_of_knowledge\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:4s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:9s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:8s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:3s,tag:{ancient:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_cupidity\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:fishing_rod_of_misadventure\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:voodoo_poppet\",Count:3s,Damage:0s}", - "{id:\"tombstone:crafting_ingredient\",Count:6s,Damage:0s}", - "{id:\"enderio:item_material\",Count:9s,Damage:60s}", - "{id:\"enderio:item_material\",Count:2s,Damage:65s}", - "{id:\"enderio:item_material\",Count:2s,Damage:77s}", - "{id:\"enderio:block_dark_paper_anvil\",Count:10s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:13s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:4s,Damage:3s}", - "{id:\"enderio:block_decoration2\",Count:3s,Damage:4s}", - "{id:\"enderio:block_decoration2\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_ender_food\",Count:3s,Damage:0s}", - "{id:\"enderio:item_basic_item_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_advanced_item_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_big_item_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:6s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_big\",Count:6s,Damage:0s}", - "{id:\"enderio:item_fluid_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_species_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:40s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_small\",Count:43s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_medium\",Count:45s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:47s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_large\",Count:62s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_huge\",Count:73s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:81s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse\",Count:101s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse13\",Count:116s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:13s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:9s,Damage:2s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:6s,Damage:0s}", - "{id:\"enderio:block_vacuum_chest\",Count:13s,Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:6s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:shield_scepter\",Count:2s,Damage:0s}", - "{id:\"twilightforest:liveroot\",Count:7s,Damage:0s}", - "{id:\"twilightforest:ironwood_raw\",Count:7s,Damage:0s}", - "{id:\"twilightforest:ironwood_ingot\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_helmet\",Count:11s,tag:{ench:[{lvl:1s,id:6}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_chestplate\",Count:18s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_leggings\",Count:15s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_boots\",Count:9s,tag:{ench:[{lvl:1s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_sword\",Count:4s,tag:{ench:[{lvl:1s,id:19}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_shovel\",Count:2s,tag:{ench:[{lvl:1s,id:34}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_pickaxe\",Count:6s,tag:{ench:[{lvl:1s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_axe\",Count:6s,tag:{ench:[{lvl:1s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_hoe\",Count:4s,Damage:0s}", - "{id:\"twilightforest:torchberries\",Count:3s,Damage:0s}", - "{id:\"twilightforest:steeleaf_ingot\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_helmet\",Count:45s,tag:{ench:[{lvl:2s,id:4}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_chestplate\",Count:72s,tag:{ench:[{lvl:2s,id:3}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_leggings\",Count:63s,tag:{ench:[{lvl:2s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_boots\",Count:36s,tag:{ench:[{lvl:2s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_sword\",Count:18s,tag:{ench:[{lvl:2s,id:21}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_shovel\",Count:9s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_pickaxe\",Count:27s,tag:{ench:[{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_axe\",Count:27s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_hoe\",Count:18s,Damage:0s}", - "{id:\"twilightforest:maze_wafer\",Count:2s,Damage:0s}", - "{id:\"twilightforest:magic_map_empty\",Count:18s,Damage:0s}", - "{id:\"twilightforest:maze_map_empty\",Count:18s,Damage:0s}", - "{id:\"twilightforest:ore_map_empty\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_shield\",Count:22s,Damage:0s}", - "{id:\"twilightforest:magic_beans\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_pickaxe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_sword\",Count:375s,Damage:0s}", - "{id:\"twilightforest:twilight_log\",Count:20s,Damage:0s}", - "{id:\"twilightforest:twilight_log\",Count:20s,Damage:1s}", - "{id:\"twilightforest:twilight_log\",Count:20s,Damage:2s}", - "{id:\"twilightforest:twilight_log\",Count:20s,Damage:3s}", - "{id:\"twilightforest:root\",Count:15s,Damage:0s}", - "{id:\"twilightforest:root\",Count:15s,Damage:1s}", - "{id:\"twilightforest:twilight_leaves\",Count:5s,Damage:0s}", - "{id:\"twilightforest:twilight_leaves\",Count:5s,Damage:1s}", - "{id:\"twilightforest:twilight_leaves\",Count:5s,Damage:2s}", - "{id:\"twilightforest:twilight_leaves\",Count:5s,Damage:3s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:5s}", - "{id:\"twilightforest:hedge\",Count:5s,Damage:0s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:0s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:1s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:2s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:3s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:4s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:5s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:7s}", - "{id:\"twilightforest:fire_jet\",Count:33s,Damage:1s}", - "{id:\"twilightforest:fire_jet\",Count:16s,Damage:6s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:0s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:1s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:2s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:3s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:4s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:5s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:6s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:7s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:8s}", - "{id:\"twilightforest:twilight_sapling\",Count:15s,Damage:9s}", - "{id:\"twilightforest:magic_log\",Count:20s,Damage:0s}", - "{id:\"twilightforest:magic_log\",Count:20s,Damage:1s}", - "{id:\"twilightforest:magic_log\",Count:20s,Damage:2s}", - "{id:\"twilightforest:magic_log\",Count:20s,Damage:3s}", - "{id:\"twilightforest:magic_leaves\",Count:5s,Damage:0s}", - "{id:\"twilightforest:magic_leaves\",Count:5s,Damage:1s}", - "{id:\"twilightforest:magic_leaves\",Count:5s,Damage:2s}", - "{id:\"twilightforest:magic_leaves\",Count:5s,Damage:3s}", - "{id:\"twilightforest:magic_log_core\",Count:20s,Damage:0s}", - "{id:\"twilightforest:magic_log_core\",Count:20s,Damage:1s}", - "{id:\"twilightforest:magic_log_core\",Count:20s,Damage:2s}", - "{id:\"twilightforest:magic_log_core\",Count:20s,Damage:3s}", - "{id:\"twilightforest:tower_wood\",Count:15s,Damage:0s}", - "{id:\"twilightforest:tower_wood\",Count:11s,Damage:1s}", - "{id:\"twilightforest:tower_wood\",Count:15s,Damage:2s}", - "{id:\"twilightforest:tower_wood\",Count:18s,Damage:3s}", - "{id:\"twilightforest:tower_wood\",Count:15s,Damage:4s}", - "{id:\"twilightforest:tower_device\",Count:16s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:9s,Damage:2s}", - "{id:\"twilightforest:tower_device\",Count:33s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:33s,Damage:12s}", - "{id:\"twilightforest:underbrick\",Count:1s,Damage:1s}", - "{id:\"twilightforest:thorns\",Count:5s,Damage:0s}", - "{id:\"twilightforest:thorns\",Count:5s,Damage:1s}", - "{id:\"twilightforest:thorn_rose\",Count:5s,Damage:0s}", - "{id:\"twilightforest:twilight_leaves_3\",Count:5s,Damage:0s}", - "{id:\"twilightforest:twilight_leaves_3\",Count:5s,Damage:1s}", - "{id:\"twilightforest:dark_leaves\",Count:5s,Damage:0s}", - "{id:\"twilightforest:giant_log\",Count:500s,Damage:0s}", - "{id:\"twilightforest:giant_leaves\",Count:320s,Damage:0s}", - "{id:\"twilightforest:uberous_soil\",Count:2s,Damage:0s}", - "{id:\"twilightforest:huge_stalk\",Count:25s,Damage:0s}", - "{id:\"twilightforest:huge_mushgloom\",Count:5s,Damage:0s}", - "{id:\"twilightforest:trollvidr\",Count:5s,Damage:0s}", - "{id:\"twilightforest:unripe_trollber\",Count:5s,Damage:0s}", - "{id:\"twilightforest:trollber\",Count:5s,Damage:0s}", - "{id:\"twilightforest:huge_lilypad\",Count:25s,Damage:0s}", - "{id:\"twilightforest:huge_waterlily\",Count:10s,Damage:0s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:4s}", - "{id:\"twilightforest:block_storage\",Count:20s,Damage:0s}", - "{id:\"twilightforest:block_storage\",Count:81s,Damage:2s}", - "{id:\"twilightforest:etched_nagastone_mossy\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar_mossy\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_mossy\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_mossy\",Count:1s,Damage:8s}", - "{id:\"twilightforest:twilight_oak_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:twilight_oak_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:canopy_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:canopy_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:canopy_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:canopy_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:canopy_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:canopy_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:canopy_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:canopy_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mangrove_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:mangrove_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mangrove_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mangrove_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:mangrove_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:mangrove_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:mangrove_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mangrove_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:dark_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:dark_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:dark_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:dark_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:dark_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:dark_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:dark_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:dark_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:time_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:time_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:time_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:time_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:time_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:time_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:time_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:time_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:trans_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:trans_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:trans_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:trans_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:trans_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:trans_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:trans_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:trans_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mine_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:mine_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mine_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mine_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:mine_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:mine_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:mine_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mine_plate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:sort_planks\",Count:3s,Damage:0s}", - "{id:\"twilightforest:sort_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:sort_slab\",Count:1s,Damage:0s}", - "{id:\"twilightforest:sort_button\",Count:2s,Damage:0s}", - "{id:\"twilightforest:sort_trapdoor\",Count:2s,Damage:0s}", - "{id:\"twilightforest:sort_fence\",Count:3s,Damage:0s}", - "{id:\"twilightforest:sort_gate\",Count:4s,Damage:0s}", - "{id:\"twilightforest:sort_plate\",Count:4s,Damage:0s}", - "{id:\"tconstruct:slime_grass\",Count:1s,Damage:0s}", - "{id:\"tconstruct:slime_grass\",Count:1s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:1s,Damage:10s}", - "{id:\"tconstruct:slime_leaves\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_leaves\",Count:5s,Damage:1s}", - "{id:\"tconstruct:slime_leaves\",Count:5s,Damage:2s}", - "{id:\"tconstruct:slime_sapling\",Count:15s,Damage:0s}", - "{id:\"tconstruct:slime_sapling\",Count:15s,Damage:1s}", - "{id:\"tconstruct:slime_sapling\",Count:15s,Damage:2s}", - "{id:\"tconstruct:slime_vine_blue_end\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_vine_blue_mid\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_vine_blue\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_vine_purple_end\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_vine_purple_mid\",Count:5s,Damage:0s}", - "{id:\"tconstruct:slime_vine_purple\",Count:5s,Damage:0s}", - "{id:\"tconstruct:punji\",Count:6s,Damage:0s}", - "{id:\"tconstruct:wood_rail_trapdoor\",Count:1s,Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:6s,tag:{BookName:\"buildcraftlib:meta\"},Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:6s,Damage:0s}", - "{id:\"natura:materials\",Count:3s,Damage:2s}", - "{id:\"natura:materials\",Count:17s,Damage:5s}", - "{id:\"natura:empty_bowls\",Count:1s,Damage:0s}", - "{id:\"natura:empty_bowls\",Count:1s,Damage:1s}", - "{id:\"natura:empty_bowls\",Count:1s,Damage:2s}", - "{id:\"natura:empty_bowls\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:8s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:8s,Damage:3s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:0s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:1s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:2s}", - "{id:\"natura:sticks\",Count:1s,Damage:0s}", - "{id:\"natura:sticks\",Count:1s,Damage:1s}", - "{id:\"natura:sticks\",Count:1s,Damage:2s}", - "{id:\"natura:sticks\",Count:1s,Damage:3s}", - "{id:\"natura:sticks\",Count:1s,Damage:4s}", - "{id:\"natura:sticks\",Count:1s,Damage:5s}", - "{id:\"natura:sticks\",Count:1s,Damage:6s}", - "{id:\"natura:sticks\",Count:1s,Damage:7s}", - "{id:\"natura:sticks\",Count:1s,Damage:8s}", - "{id:\"natura:sticks\",Count:1s,Damage:9s}", - "{id:\"natura:sticks\",Count:1s,Damage:10s}", - "{id:\"natura:sticks\",Count:1s,Damage:11s}", - "{id:\"natura:sticks\",Count:1s,Damage:12s}", - "{id:\"natura:colored_grass\",Count:15s,Damage:0s}", - "{id:\"natura:colored_grass\",Count:11s,Damage:1s}", - "{id:\"natura:colored_grass\",Count:12s,Damage:2s}", - "{id:\"natura:colored_grass_slab\",Count:5s,Damage:0s}", - "{id:\"natura:colored_grass_slab\",Count:4s,Damage:1s}", - "{id:\"natura:colored_grass_slab\",Count:4s,Damage:2s}", - "{id:\"natura:colored_grass_stairs_topiary\",Count:16s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_bluegrass\",Count:12s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_autumnal\",Count:13s,Damage:0s}", - "{id:\"natura:overworld_logs\",Count:20s,Damage:0s}", - "{id:\"natura:overworld_logs\",Count:20s,Damage:1s}", - "{id:\"natura:overworld_logs\",Count:20s,Damage:2s}", - "{id:\"natura:overworld_logs\",Count:20s,Damage:3s}", - "{id:\"natura:overworld_logs2\",Count:20s,Damage:0s}", - "{id:\"natura:overworld_logs2\",Count:20s,Damage:1s}", - "{id:\"natura:overworld_logs2\",Count:20s,Damage:2s}", - "{id:\"natura:overworld_logs2\",Count:20s,Damage:3s}", - "{id:\"natura:redwood_logs\",Count:20s,Damage:0s}", - "{id:\"natura:redwood_logs\",Count:20s,Damage:1s}", - "{id:\"natura:redwood_logs\",Count:20s,Damage:2s}", - "{id:\"natura:overworld_leaves\",Count:5s,Damage:0s}", - "{id:\"natura:overworld_leaves\",Count:5s,Damage:1s}", - "{id:\"natura:overworld_leaves\",Count:5s,Damage:2s}", - "{id:\"natura:overworld_leaves\",Count:5s,Damage:3s}", - "{id:\"natura:overworld_leaves2\",Count:5s,Damage:0s}", - "{id:\"natura:overworld_leaves2\",Count:5s,Damage:1s}", - "{id:\"natura:overworld_leaves2\",Count:5s,Damage:2s}", - "{id:\"natura:overworld_leaves2\",Count:5s,Damage:3s}", - "{id:\"natura:redwood_leaves\",Count:5s,Damage:0s}", - "{id:\"natura:overworld_sapling\",Count:15s,Damage:0s}", - "{id:\"natura:overworld_sapling\",Count:15s,Damage:1s}", - "{id:\"natura:overworld_sapling\",Count:15s,Damage:2s}", - "{id:\"natura:overworld_sapling\",Count:15s,Damage:3s}", - "{id:\"natura:overworld_sapling2\",Count:15s,Damage:0s}", - "{id:\"natura:overworld_sapling2\",Count:15s,Damage:1s}", - "{id:\"natura:overworld_sapling2\",Count:15s,Damage:2s}", - "{id:\"natura:overworld_sapling2\",Count:15s,Damage:3s}", - "{id:\"natura:redwood_sapling\",Count:15s,Damage:0s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:1s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:2s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:3s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:4s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:5s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:6s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:7s}", - "{id:\"natura:overworld_planks\",Count:3s,Damage:8s}", - "{id:\"natura:overworld_slab\",Count:1s,Damage:0s}", - "{id:\"natura:overworld_slab\",Count:1s,Damage:1s}", - "{id:\"natura:overworld_slab\",Count:1s,Damage:2s}", - "{id:\"natura:overworld_slab\",Count:1s,Damage:3s}", - "{id:\"natura:overworld_slab\",Count:1s,Damage:4s}", - "{id:\"natura:overworld_slab2\",Count:1s,Damage:0s}", - "{id:\"natura:overworld_slab2\",Count:1s,Damage:1s}", - "{id:\"natura:overworld_slab2\",Count:1s,Damage:2s}", - "{id:\"natura:overworld_slab2\",Count:1s,Damage:3s}", - "{id:\"natura:overworld_stairs_maple\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_silverbell\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_amaranth\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_tiger\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_willow\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_eucalyptus\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_hopseed\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_sakura\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_stairs_redwood\",Count:3s,Damage:0s}", - "{id:\"natura:overworld_seeds\",Count:1s,Damage:0s}", - "{id:\"natura:overworld_seed_bags\",Count:13s,Damage:0s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:0s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:1s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:2s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:3s}", - "{id:\"natura:overworld_doors\",Count:30s,Damage:4s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:5s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:6s}", - "{id:\"natura:overworld_doors\",Count:4s,Damage:7s}", - "{id:\"natura:nether_logs\",Count:20s,Damage:0s}", - "{id:\"natura:nether_logs\",Count:20s,Damage:1s}", - "{id:\"natura:nether_logs\",Count:20s,Damage:2s}", - "{id:\"natura:nether_logs2\",Count:20s,Damage:0s}", - "{id:\"natura:nether_logs2\",Count:20s,Damage:15s}", - "{id:\"natura:nether_leaves\",Count:5s,Damage:0s}", - "{id:\"natura:nether_leaves\",Count:5s,Damage:1s}", - "{id:\"natura:nether_leaves\",Count:5s,Damage:2s}", - "{id:\"natura:nether_leaves2\",Count:5s,Damage:0s}", - "{id:\"natura:nether_leaves2\",Count:5s,Damage:1s}", - "{id:\"natura:nether_leaves2\",Count:5s,Damage:2s}", - "{id:\"natura:nether_sapling\",Count:15s,Damage:0s}", - "{id:\"natura:nether_sapling\",Count:15s,Damage:1s}", - "{id:\"natura:nether_sapling\",Count:15s,Damage:2s}", - "{id:\"natura:nether_planks\",Count:3s,Damage:0s}", - "{id:\"natura:nether_planks\",Count:3s,Damage:1s}", - "{id:\"natura:nether_planks\",Count:3s,Damage:2s}", - "{id:\"natura:nether_planks\",Count:3s,Damage:3s}", - "{id:\"natura:nether_slab\",Count:1s,Damage:0s}", - "{id:\"natura:nether_slab\",Count:1s,Damage:1s}", - "{id:\"natura:nether_slab\",Count:1s,Damage:2s}", - "{id:\"natura:nether_slab\",Count:1s,Damage:3s}", - "{id:\"natura:nether_stairs_ghostwood\",Count:3s,Damage:0s}", - "{id:\"natura:nether_stairs_bloodwood\",Count:3s,Damage:0s}", - "{id:\"natura:nether_stairs_darkwood\",Count:3s,Damage:0s}", - "{id:\"natura:nether_stairs_fusewood\",Count:3s,Damage:0s}", - "{id:\"natura:respawn_obelisk\",Count:120s,Damage:0s}", - "{id:\"natura:blaze_hopper\",Count:13s,Damage:0s}", - "{id:\"natura:blaze_rail_golden\",Count:2s,Damage:0s}", - "{id:\"natura:nether_doors\",Count:4s,Damage:0s}", - "{id:\"natura:nether_doors\",Count:4s,Damage:1s}", - "{id:\"natura:nether_doors\",Count:4s,Damage:2s}", - "{id:\"natura:nether_doors\",Count:4s,Damage:3s}", - "{id:\"natura:maple_button\",Count:2s,Damage:0s}", - "{id:\"natura:maple_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:maple_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:maple_fence\",Count:5s,Damage:0s}", - "{id:\"natura:maple_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:silverbell_button\",Count:2s,Damage:0s}", - "{id:\"natura:silverbell_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:silverbell_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:silverbell_fence\",Count:5s,Damage:0s}", - "{id:\"natura:silverbell_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:amaranth_button\",Count:2s,Damage:0s}", - "{id:\"natura:amaranth_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:amaranth_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:amaranth_fence\",Count:5s,Damage:0s}", - "{id:\"natura:amaranth_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:tiger_button\",Count:2s,Damage:0s}", - "{id:\"natura:tiger_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:tiger_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:tiger_fence\",Count:5s,Damage:0s}", - "{id:\"natura:tiger_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:willow_button\",Count:2s,Damage:0s}", - "{id:\"natura:willow_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:willow_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:willow_fence\",Count:5s,Damage:0s}", - "{id:\"natura:willow_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:eucalyptus_button\",Count:2s,Damage:0s}", - "{id:\"natura:eucalyptus_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:eucalyptus_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:eucalyptus_fence\",Count:5s,Damage:0s}", - "{id:\"natura:eucalyptus_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:hopseed_button\",Count:2s,Damage:0s}", - "{id:\"natura:hopseed_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:hopseed_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:hopseed_fence\",Count:5s,Damage:0s}", - "{id:\"natura:hopseed_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:sakura_button\",Count:2s,Damage:0s}", - "{id:\"natura:sakura_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:sakura_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:sakura_fence\",Count:5s,Damage:0s}", - "{id:\"natura:sakura_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:redwood_button\",Count:2s,Damage:0s}", - "{id:\"natura:redwood_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:redwood_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:redwood_fence\",Count:5s,Damage:0s}", - "{id:\"natura:redwood_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:0s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:1s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:2s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:3s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:4s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:5s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:6s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:7s}", - "{id:\"natura:overworld_bookshelves\",Count:13s,Damage:8s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:0s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:1s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:2s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:3s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:4s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:5s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:6s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:7s}", - "{id:\"natura:overworld_workbenches\",Count:9s,Damage:8s}", - "{id:\"natura:ghostwood_button\",Count:2s,Damage:0s}", - "{id:\"natura:ghostwood_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:ghostwood_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:ghostwood_fence\",Count:5s,Damage:0s}", - "{id:\"natura:ghostwood_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:bloodwood_button\",Count:2s,Damage:0s}", - "{id:\"natura:bloodwood_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:bloodwood_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:bloodwood_fence\",Count:5s,Damage:0s}", - "{id:\"natura:bloodwood_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:fusewood_button\",Count:2s,Damage:0s}", - "{id:\"natura:fusewood_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:fusewood_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:fusewood_fence\",Count:5s,Damage:0s}", - "{id:\"natura:fusewood_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:darkwood_button\",Count:2s,Damage:0s}", - "{id:\"natura:darkwood_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"natura:darkwood_trap_door\",Count:6s,Damage:0s}", - "{id:\"natura:darkwood_fence\",Count:5s,Damage:0s}", - "{id:\"natura:darkwood_fence_gate\",Count:7s,Damage:0s}", - "{id:\"natura:nether_bookshelves\",Count:13s,Damage:0s}", - "{id:\"natura:nether_bookshelves\",Count:13s,Damage:1s}", - "{id:\"natura:nether_bookshelves\",Count:13s,Damage:2s}", - "{id:\"natura:nether_bookshelves\",Count:13s,Damage:3s}", - "{id:\"natura:nether_workbenches\",Count:9s,Damage:0s}", - "{id:\"natura:nether_workbenches\",Count:9s,Damage:1s}", - "{id:\"natura:nether_workbenches\",Count:9s,Damage:2s}", - "{id:\"natura:nether_workbenches\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_kama\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_kama\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_kama\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_kama\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_kama\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:stone_decoration\",Count:1s,Damage:8s}", - "{id:\"immersiveengineering:wooden_device0\",Count:6s,Damage:2s}", - "{ForgeCaps:{Parent:{Size:23,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolbox\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:6s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:6s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:6s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:6s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:6s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:1s,Damage:13s}", - "{id:\"appliedenergistics2:fluid_interface\",Count:9s,Damage:0s}", - "{id:\"appliedenergistics2:cell_workbench\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:network_tool\",Count:13s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:6s,Damage:53s}", - "{id:\"appliedenergistics2:part\",Count:6s,Damage:360s}", - "{id:\"appliedenergistics2:part\",Count:9s,Damage:261s}", - "{id:\"appliedenergistics2:part\",Count:9s,Damage:241s}", - "{id:\"appliedenergistics2:part\",Count:9s,Damage:221s}", - "{id:\"appliedenergistics2:part\",Count:4s,Damage:340s}", - "{id:\"projecte:alchemical_chest\",Count:6s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:4s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_repair_talisman\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"agricraft:journal\",Count:15s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:4s,Damage:1s}", - "{id:\"bloodmagic:blood_rune\",Count:3s,Damage:9s}", - "{id:\"bloodmagic:base_item_filter\",Count:3s,Damage:1s}", - "{id:\"bloodmagic:base_item_filter\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shroomic_greatblade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ginger_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:camo_rifle\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_tooth\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rejuvenation_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:froster\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:chilli\",Count:5s,Damage:0s}", - "{id:\"aoa3:eye_bulb\",Count:5s,Damage:0s}", - "{id:\"aoa3:holly_top_petals\",Count:5s,Damage:0s}", - "{id:\"aoa3:jungle_thorns\",Count:5s,Damage:0s}", - "{id:\"aoa3:mushroom_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosid_root\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_blue_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_green_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_orange_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_purple_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_red_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:tea_shreddings\",Count:5s,Damage:0s}", - "{id:\"aoa3:thorny_petals\",Count:5s,Damage:0s}", - "{id:\"aoa3:petals\",Count:18s,Damage:0s}", - "{id:\"aoa3:shroom_stone\",Count:15s,Damage:0s}", - "{id:\"aoa3:gardencia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:floro_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:agility_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:breeding_tablet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distortion_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravity_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oxygen_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:satiation_tablet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sight_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:untiring_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:1s,Damage:0s}", - "{id:\"aoa3:bubble_berries\",Count:5s,Damage:0s}", - "{id:\"aoa3:floracle_sticks\",Count:5s,Damage:0s}", - "{id:\"aoa3:fungal_tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:gingerbread_cookie\",Count:1s,Damage:0s}", - "{id:\"aoa3:gingerbread_wing\",Count:1s,Damage:0s}", - "{id:\"aoa3:goldicap_petals\",Count:5s,Damage:0s}", - "{id:\"aoa3:heart_fruit\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunacrike\",Count:5s,Damage:0s}", - "{id:\"aoa3:luna_globe\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunalons\",Count:5s,Damage:0s}", - "{id:\"aoa3:magic_marang\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystic_shrooms\",Count:5s,Damage:0s}", - "{id:\"aoa3:natural_tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosidons\",Count:5s,Damage:0s}", - "{id:\"aoa3:tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:trilliad_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:gnawer_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:bubble_berry_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:chilli_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:floracle_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:goldicap_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:heart_fruit_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:holly_top_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunacrike_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:luna_globe_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunalon_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:magic_marang_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosidon_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:tea_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:thorny_plant_seeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:trilliad_seeds\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:gardencia_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:abyss_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:borean_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:candyland_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:celeve_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:creeponia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:dustopia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:gardencia_grass\",Count:4s,Damage:0s}", - "{id:\"aoa3:greckon_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:haven_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:iromine_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lelyetia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lelyetia_down_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunalyte_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunasole_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:mysterium_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:precasia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:runic_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:shyrelands_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:toxic_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:achony_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:bloodtwister_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:blue_celevus_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:blue_haven_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:bright_shyre_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:churry_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:creep_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:dawnwood_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:eyebush_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:eye_hanger_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:green_celevus_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:haunted_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:irodust_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:irogold_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:lucalus_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:lunicia_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:lunosso_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:pink_haven_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:purple_celevus_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:purple_haven_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_celevus_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_haven_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:runic_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:shadow_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:shyre_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:stranglewood_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:turquoise_haven_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_celevus_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_haven_sapling\",Count:15s,Damage:0s}", - "{id:\"aoa3:achony_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:blood_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_celevus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_celevus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_celevus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_celevus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_celevus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_celevus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:churry_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:cycade_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawn_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_eyes_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_haven_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:pink_haven_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_haven_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_haven_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:turquoise_haven_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_haven_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:irodust_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:irogold_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:lucalus_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunicia_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunosso_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:shadow_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:shadowblood_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:bright_shyre_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:stranglewood_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:vein_leaves\",Count:5s,Damage:0s}", - "{id:\"aoa3:achony_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:blood_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:churry_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:creep_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:cycade_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:dawn_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:eyeball_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:haunted_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:haunted_eye_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:haunted_eyes_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:haunted_flashing_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:haunted_purpling_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:iro_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:lucalus_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:lunide_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:runic_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:shadow_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:shyre_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:stranglewood_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:toxic_log\",Count:20s,Damage:0s}", - "{id:\"aoa3:achony_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:bloodwood_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:churry_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:creep_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:cycade_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:dawnwood_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:hauntedwood_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:irowood_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:lucalus_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:lunide_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:runic_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:shadow_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:shyre_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:stranglewood_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:toxicwood_planks\",Count:3s,Damage:0s}", - "{id:\"aoa3:achony_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:bloodwood_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:churry_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:creep_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:cycade_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:dawnwood_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:hauntedwood_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:irowood_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:lucalus_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunide_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:runic_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:shadow_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyre_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:stranglewood_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:toxicwood_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:achony_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:bloodwood_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:churry_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:creep_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:cycade_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:dawnwood_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:hauntedwood_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:irowood_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:lucalus_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:lunide_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:runic_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:shadow_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:shyre_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:stranglewood_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:toxicwood_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:achony_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:bloodwood_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:churry_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:creep_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:cycade_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:dawnwood_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:hauntedwood_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:irowood_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:lucalus_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:lunide_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:runic_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:shadow_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:shyre_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:stranglewood_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:toxicwood_fence\",Count:3s,Damage:0s}", - "{id:\"aoa3:achony_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:bloodwood_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:churry_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:creep_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:cycade_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:dawnwood_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:hauntedwood_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:irowood_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:lucalus_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:lunide_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:runic_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:shadow_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:shyre_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:stranglewood_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:toxicwood_gate\",Count:4s,Damage:0s}", - "{id:\"aoa3:green_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:lime_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:frame_bench\",Count:6s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:6s,Damage:0s}", - "{id:\"aoa3:arcbulb\",Count:5s,Damage:0s}", - "{id:\"aoa3:arcflower\",Count:5s,Damage:0s}", - "{id:\"aoa3:bureal_stocks\",Count:5s,Damage:0s}", - "{id:\"aoa3:candycane\",Count:5s,Damage:0s}", - "{id:\"aoa3:candy_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_candy_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_blue\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_purple\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_red\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_white\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_flowers\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_crystal_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_crystal_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_crystal_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_crystal_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_crystal_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_crystal_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:daileers\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawn_bush\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawn_flower\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawn_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:daylooms_yellow\",Count:5s,Damage:0s}", - "{id:\"aoa3:dead_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:deep_blooms\",Count:5s,Damage:0s}", - "{id:\"aoa3:deep_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_flower\",Count:5s,Damage:0s}", - "{id:\"aoa3:haven_grass_plant\",Count:5s,Damage:0s}", - "{id:\"aoa3:horizon_daisies\",Count:5s,Damage:0s}", - "{id:\"aoa3:iro_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:irotops\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_grass_down\",Count:5s,Damage:0s}", - "{id:\"aoa3:lucon_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunalip\",Count:5s,Damage:0s}", - "{id:\"aoa3:luntar\",Count:5s,Damage:0s}", - "{id:\"aoa3:lurchians\",Count:5s,Damage:0s}", - "{id:\"aoa3:lylips\",Count:5s,Damage:0s}", - "{id:\"aoa3:magias\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystic_bush\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystic_ferns\",Count:5s,Damage:0s}", - "{id:\"aoa3:ocealites_blue\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_grass2\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_grass3\",Count:5s,Damage:0s}", - "{id:\"aoa3:rune_bulbs\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_bush\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_weed\",Count:5s,Damage:0s}", - "{id:\"aoa3:tangle_thorns\",Count:5s,Damage:0s}", - "{id:\"aoa3:trilliad_bloom\",Count:5s,Damage:0s}", - "{id:\"aoa3:tubeicles\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_waterweeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_waterweeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_waterweeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_waterweeds\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_lollypop\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_lollypop\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_lollypop\",Count:5s,Damage:0s}", - "{id:\"aoa3:ancient_vines\",Count:5s,Damage:0s}", - "{id:\"aoa3:ancient_vines_cap\",Count:5s,Damage:0s}", - "{id:\"aoa3:blood_pine_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:blood_pine\",Count:5s,Damage:0s}", - "{id:\"aoa3:blood_spikes\",Count:5s,Damage:0s}", - "{id:\"aoa3:blood_strands\",Count:5s,Damage:0s}", - "{id:\"aoa3:bulb_stock\",Count:5s,Damage:0s}", - "{id:\"aoa3:bulb_stock_cap\",Count:5s,Damage:0s}", - "{id:\"aoa3:celebulbs_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:celebulbs_green\",Count:5s,Damage:0s}", - "{id:\"aoa3:celebulbs_yellow\",Count:5s,Damage:0s}", - "{id:\"aoa3:coral_cage\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawnwood_bars\",Count:5s,Damage:0s}", - "{id:\"aoa3:eye_shrub_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:eye_shrub\",Count:5s,Damage:0s}", - "{id:\"aoa3:garden_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:havendales_blue_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:havendales_blue\",Count:5s,Damage:0s}", - "{id:\"aoa3:havendales_pink_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:havendales_pink\",Count:5s,Damage:0s}", - "{id:\"aoa3:havendales_yellow_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:havendales_yellow\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_stem_cap\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_stem_cap_down\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_wiggler\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_wiggler_bottom\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetian_wiggler_top\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_peppermint\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_peppermint\",Count:5s,Damage:0s}", - "{id:\"aoa3:plastic_stick\",Count:5s,Damage:0s}", - "{id:\"aoa3:candy_tube\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_stock\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_cap\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_cap_down\",Count:5s,Damage:0s}", - "{id:\"aoa3:vox_fungi_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:vox_fungi\",Count:5s,Damage:0s}", - "{id:\"aoa3:vox_tentacles_stem\",Count:5s,Damage:0s}", - "{id:\"aoa3:vox_tentacles\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_vines\",Count:5s,Damage:0s}", - "{id:\"ebwizardry:gilded_wood\",Count:2s,Damage:1s}", - "{id:\"ebwizardry:gilded_wood\",Count:2s,Damage:2s}", - "{id:\"ebwizardry:gilded_wood\",Count:2s,Damage:3s}", - "{id:\"ebwizardry:gilded_wood\",Count:2s,Damage:4s}", - "{id:\"ebwizardry:gilded_wood\",Count:2s,Damage:5s}", - "{id:\"ebwizardry:spruce_bookshelf\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:birch_bookshelf\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:jungle_bookshelf\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:acacia_bookshelf\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:dark_oak_bookshelf\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:spruce_lectern\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:birch_lectern\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:jungle_lectern\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:acacia_lectern\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:dark_oak_lectern\",Count:9s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:blank_scroll\",Count:2s,Damage:0s}", - "{id:\"bhc:red_heart_canister\",Count:2s,Damage:0s}", - "{id:\"bhc:relic_apple\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:11s,tag:{knowledge.minecraft:1b,knowledge.alfheim:1b,knowledge.relic:1b},Damage:0s}", - "{id:\"botania:petal\",Count:5s,Damage:0s}", - "{id:\"botania:petal\",Count:5s,Damage:1s}", - "{id:\"botania:petal\",Count:5s,Damage:2s}", - "{id:\"botania:petal\",Count:5s,Damage:3s}", - "{id:\"botania:petal\",Count:5s,Damage:4s}", - "{id:\"botania:petal\",Count:5s,Damage:5s}", - "{id:\"botania:petal\",Count:5s,Damage:6s}", - "{id:\"botania:petal\",Count:5s,Damage:7s}", - "{id:\"botania:petal\",Count:5s,Damage:8s}", - "{id:\"botania:petal\",Count:5s,Damage:9s}", - "{id:\"botania:petal\",Count:5s,Damage:10s}", - "{id:\"botania:petal\",Count:5s,Damage:11s}", - "{id:\"botania:petal\",Count:5s,Damage:12s}", - "{id:\"botania:petal\",Count:5s,Damage:13s}", - "{id:\"botania:petal\",Count:5s,Damage:14s}", - "{id:\"botania:petal\",Count:5s,Damage:15s}", - "{id:\"botania:dye\",Count:1s,Damage:0s}", - "{id:\"botania:dye\",Count:1s,Damage:1s}", - "{id:\"botania:dye\",Count:1s,Damage:2s}", - "{id:\"botania:dye\",Count:1s,Damage:3s}", - "{id:\"botania:dye\",Count:1s,Damage:4s}", - "{id:\"botania:dye\",Count:1s,Damage:5s}", - "{id:\"botania:dye\",Count:1s,Damage:6s}", - "{id:\"botania:dye\",Count:1s,Damage:7s}", - "{id:\"botania:dye\",Count:1s,Damage:8s}", - "{id:\"botania:dye\",Count:1s,Damage:9s}", - "{id:\"botania:dye\",Count:1s,Damage:10s}", - "{id:\"botania:dye\",Count:1s,Damage:11s}", - "{id:\"botania:dye\",Count:1s,Damage:12s}", - "{id:\"botania:dye\",Count:1s,Damage:13s}", - "{id:\"botania:dye\",Count:1s,Damage:14s}", - "{id:\"botania:dye\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:0,color2:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:1,color2:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:2,color2:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:3,color2:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:4,color2:4},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:5,color2:5},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:6,color2:6},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:7,color2:7},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:8,color2:8},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:9,color2:9},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:10,color2:10},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:11,color2:11},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:12,color2:12},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:13,color2:13},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:14,color2:14},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:25s,tag:{color1:15,color2:15},Damage:0s}", - "{id:\"botania:manaresource\",Count:8s,Damage:3s}", - "{id:\"botania:manaresource\",Count:3s,Damage:6s}", - "{id:\"botania:manaresource\",Count:8s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:12s,tag:{},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:9s,tag:{},Damage:22s}", - "{id:\"botania:rune\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:151s,tag:{},Damage:0s}", - "{id:\"botania:fertilizer\",Count:3s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:1s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:2s}", - "{id:\"botania:grassseeds\",Count:7s,Damage:3s}", - "{id:\"botania:grassseeds\",Count:7s,Damage:4s}", - "{id:\"botania:grassseeds\",Count:7s,Damage:5s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:6s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:7s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dirtrod\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:62s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:58s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manamirror\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelpick\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelsword\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasword\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:12s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:12s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:12s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:12s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:12s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:12s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:6s,Damage:0s}", - "{id:\"botania:quartz\",Count:1s,Damage:3s}", - "{id:\"botania:quartz\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterrod\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumpick\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumsword\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tornadorod\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:firerod\",Count:6s,Damage:0s}", - "{id:\"botania:vineball\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slingshot\",Count:24s,Damage:0s}", - "{id:\"botania:virus\",Count:29s,Damage:0s}", - "{id:\"botania:virus\",Count:29s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:glasspick\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:diviningrod\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:gravityrod\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftinghalo\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:clip\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cobblerod\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:smeltrod\",Count:12s,Damage:0s}", - "{id:\"botania:worldseed\",Count:6s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:15s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:25s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:26s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:27s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:28s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:6s,Damage:30s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:18s,Damage:31s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:32s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flowerbag\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:infinitefruit\",Count:30s,Damage:0s}", - "{id:\"botania:keepivy\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:obediencestick\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:12s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:sextant\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:9s,Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:baublebox\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:18s,Damage:0s}", - "{id:\"botania:livingwood0stairs\",Count:22s,Damage:0s}", - "{id:\"botania:livingwood0slab\",Count:7s,Damage:0s}", - "{id:\"botania:livingwood0wall\",Count:15s,Damage:0s}", - "{id:\"botania:livingwood1stairs\",Count:3s,Damage:0s}", - "{id:\"botania:dreamwood0stairs\",Count:22s,Damage:0s}", - "{id:\"botania:dreamwood0slab\",Count:7s,Damage:0s}", - "{id:\"botania:dreamwood0wall\",Count:15s,Damage:0s}", - "{id:\"botania:dreamwood1stairs\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypelavender\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypelavender\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypelavender\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslablavenderhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairslavender\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypesunny\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypesunny\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypesunny\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabsunnyhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairssunny\",Count:3s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:8s}", - "{id:\"botania:pavement\",Count:1s,Damage:4s}", - "{id:\"botania:biomestonea0stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea8stairs\",Count:1s,Damage:0s}", - "{id:\"botania:pavement4stairs\",Count:1s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0stairs\",Count:2s,Damage:0s}", - "{id:\"botania:flower\",Count:5s,Damage:0s}", - "{id:\"botania:flower\",Count:5s,Damage:1s}", - "{id:\"botania:flower\",Count:5s,Damage:2s}", - "{id:\"botania:flower\",Count:5s,Damage:3s}", - "{id:\"botania:flower\",Count:5s,Damage:4s}", - "{id:\"botania:flower\",Count:5s,Damage:5s}", - "{id:\"botania:flower\",Count:5s,Damage:6s}", - "{id:\"botania:flower\",Count:5s,Damage:7s}", - "{id:\"botania:flower\",Count:5s,Damage:8s}", - "{id:\"botania:flower\",Count:5s,Damage:9s}", - "{id:\"botania:flower\",Count:5s,Damage:10s}", - "{id:\"botania:flower\",Count:5s,Damage:11s}", - "{id:\"botania:flower\",Count:5s,Damage:12s}", - "{id:\"botania:flower\",Count:5s,Damage:13s}", - "{id:\"botania:flower\",Count:5s,Damage:14s}", - "{id:\"botania:flower\",Count:5s,Damage:15s}", - "{id:\"botania:altar\",Count:6s,Damage:1s}", - "{id:\"botania:livingrock\",Count:3s,Damage:2s}", - "{id:\"botania:livingwood\",Count:20s,Damage:0s}", - "{id:\"botania:livingwood\",Count:3s,Damage:1s}", - "{id:\"botania:livingwood\",Count:6s,Damage:2s}", - "{id:\"botania:livingwood\",Count:2s,Damage:3s}", - "{id:\"botania:livingwood\",Count:2s,Damage:4s}", - "{id:\"botania:livingwood\",Count:15s,Damage:5s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:11s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:spreader\",Count:93s,Damage:0s}", - "{id:\"botania:spreader\",Count:162s,Damage:1s}", - "{id:\"botania:spreader\",Count:93s,Damage:2s}", - "{id:\"botania:spreader\",Count:69s,Damage:3s}", - "{id:\"botania:turntable\",Count:120s,Damage:0s}", - "{id:\"botania:opencrate\",Count:15s,Damage:0s}", - "{id:\"botania:opencrate\",Count:20s,Damage:1s}", - "{id:\"botania:forestdrum\",Count:148s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:90s,Damage:1s}", - "{id:\"botania:forestdrum\",Count:136s,Damage:2s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:0s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:1s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:2s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:3s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:4s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:5s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:6s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:7s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:8s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:9s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:10s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:11s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:12s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:13s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:14s}", - "{id:\"botania:shinyflower\",Count:3s,Damage:15s}", - "{id:\"botania:platform\",Count:17s,Damage:0s}", - "{id:\"botania:platform\",Count:17s,Damage:1s}", - "{id:\"botania:alfheimportal\",Count:90s,Damage:0s}", - "{id:\"botania:dreamwood\",Count:20s,Damage:0s}", - "{id:\"botania:dreamwood\",Count:3s,Damage:1s}", - "{id:\"botania:dreamwood\",Count:6s,Damage:2s}", - "{id:\"botania:dreamwood\",Count:2s,Damage:3s}", - "{id:\"botania:dreamwood\",Count:2s,Damage:4s}", - "{id:\"botania:dreamwood\",Count:15s,Damage:5s}", - "{id:\"botania:miniisland\",Count:6s,Damage:0s}", - "{id:\"botania:miniisland\",Count:6s,Damage:1s}", - "{id:\"botania:miniisland\",Count:6s,Damage:2s}", - "{id:\"botania:miniisland\",Count:6s,Damage:3s}", - "{id:\"botania:miniisland\",Count:6s,Damage:4s}", - "{id:\"botania:miniisland\",Count:6s,Damage:5s}", - "{id:\"botania:miniisland\",Count:6s,Damage:6s}", - "{id:\"botania:miniisland\",Count:6s,Damage:7s}", - "{id:\"botania:miniisland\",Count:6s,Damage:8s}", - "{id:\"botania:miniisland\",Count:6s,Damage:9s}", - "{id:\"botania:miniisland\",Count:6s,Damage:10s}", - "{id:\"botania:miniisland\",Count:6s,Damage:11s}", - "{id:\"botania:miniisland\",Count:6s,Damage:12s}", - "{id:\"botania:miniisland\",Count:6s,Damage:13s}", - "{id:\"botania:miniisland\",Count:6s,Damage:14s}", - "{id:\"botania:miniisland\",Count:6s,Damage:15s}", - "{id:\"botania:tinypotato\",Count:5s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:13s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:69s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:11s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:prism\",Count:12s,Damage:0s}", - "{id:\"botania:petalblock\",Count:33s,Damage:1s}", - "{id:\"botania:petalblock\",Count:33s,Damage:2s}", - "{id:\"botania:petalblock\",Count:33s,Damage:3s}", - "{id:\"botania:petalblock\",Count:33s,Damage:4s}", - "{id:\"botania:petalblock\",Count:33s,Damage:5s}", - "{id:\"botania:petalblock\",Count:33s,Damage:6s}", - "{id:\"botania:petalblock\",Count:33s,Damage:7s}", - "{id:\"botania:petalblock\",Count:33s,Damage:8s}", - "{id:\"botania:petalblock\",Count:33s,Damage:9s}", - "{id:\"botania:petalblock\",Count:33s,Damage:10s}", - "{id:\"botania:petalblock\",Count:33s,Damage:11s}", - "{id:\"botania:petalblock\",Count:33s,Damage:12s}", - "{id:\"botania:petalblock\",Count:33s,Damage:13s}", - "{id:\"botania:petalblock\",Count:33s,Damage:14s}", - "{id:\"botania:petalblock\",Count:33s,Damage:15s}", - "{id:\"botania:mushroom\",Count:5s,Damage:0s}", - "{id:\"botania:mushroom\",Count:5s,Damage:1s}", - "{id:\"botania:mushroom\",Count:5s,Damage:2s}", - "{id:\"botania:mushroom\",Count:5s,Damage:3s}", - "{id:\"botania:mushroom\",Count:5s,Damage:4s}", - "{id:\"botania:mushroom\",Count:5s,Damage:5s}", - "{id:\"botania:mushroom\",Count:5s,Damage:6s}", - "{id:\"botania:mushroom\",Count:5s,Damage:7s}", - "{id:\"botania:mushroom\",Count:5s,Damage:8s}", - "{id:\"botania:mushroom\",Count:5s,Damage:9s}", - "{id:\"botania:mushroom\",Count:5s,Damage:10s}", - "{id:\"botania:mushroom\",Count:5s,Damage:11s}", - "{id:\"botania:mushroom\",Count:5s,Damage:12s}", - "{id:\"botania:mushroom\",Count:5s,Damage:13s}", - "{id:\"botania:mushroom\",Count:5s,Damage:14s}", - "{id:\"botania:mushroom\",Count:5s,Damage:15s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:0s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:1s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:2s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:3s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:4s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:5s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:6s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:7s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:0s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:1s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:2s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:3s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:4s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:5s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:6s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:7s}", - "{id:\"botania:incenseplate\",Count:25s,Damage:0s}", - "{id:\"botania:ghostrail\",Count:12s,Damage:0s}", - "{id:\"botania:felpumpkin\",Count:5s,Damage:0s}", - "{id:\"botania:lightlauncher\",Count:75s,Damage:0s}", - "{id:\"botania:manabomb\",Count:60s,Damage:0s}", - "{id:\"botania:bellows\",Count:31s,Damage:0s}", - "{id:\"botania:cellblock\",Count:7s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks\",Count:2s,Damage:0s}", - "{id:\"botania:avatar\",Count:75s,Damage:0s}", - "{id:\"botania:altgrass\",Count:2s,Damage:0s}", - "{id:\"botania:altgrass\",Count:2s,Damage:1s}", - "{id:\"botania:altgrass\",Count:2s,Damage:2s}", - "{id:\"botania:altgrass\",Count:2s,Damage:3s}", - "{id:\"botania:altgrass\",Count:2s,Damage:4s}", - "{id:\"botania:altgrass\",Count:2s,Damage:5s}", - "{id:\"bewitchment:cypress_door\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_door\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_door\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_door\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:broom\",Count:74s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cypress_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:elder_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:juniper_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:dragons_blood_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:thyrsus\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:girdle_of_the_dryads\",Count:20s,Damage:0s}", - "{id:\"bewitchment:juniper_key\",Count:3s,Damage:0s}", - "{id:\"bewitchment:oak_spirit\",Count:6s,Damage:0s}", - "{id:\"bewitchment:spruce_heart\",Count:6s,Damage:0s}", - "{id:\"bewitchment:birch_soul\",Count:6s,Damage:0s}", - "{id:\"bewitchment:acacia_resin\",Count:6s,Damage:0s}", - "{id:\"bewitchment:droplet_of_wisdom\",Count:6s,Damage:0s}", - "{id:\"bewitchment:liquid_witchcraft\",Count:6s,Damage:0s}", - "{id:\"bewitchment:essence_of_vitality\",Count:6s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:3s,Damage:0s}", - "{id:\"bewitchment:aconitum\",Count:2s,Damage:0s}", - "{id:\"bewitchment:belladonna\",Count:2s,Damage:0s}", - "{id:\"bewitchment:garlic\",Count:2s,Damage:0s}", - "{id:\"bewitchment:hellebore\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mandrake_root\",Count:2s,Damage:0s}", - "{id:\"bewitchment:white_sage\",Count:2s,Damage:0s}", - "{id:\"bewitchment:wormwood\",Count:2s,Damage:0s}", - "{id:\"bewitchment:aconitum_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:belladonna_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:garlic_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:hellebore_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:mandrake_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:white_sage_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:wormwood_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elderberries\",Count:3s,Damage:0s}", - "{id:\"bewitchment:juniper_berries\",Count:3s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:8s,Damage:0s}", - "{id:\"bewitchment:oak_apple_gall\",Count:2s,Damage:0s}", - "{id:\"bewitchment:pentacle\",Count:4s,Damage:0s}", - "{id:\"bewitchment:wood_ash\",Count:3s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin\",Count:3s,Damage:0s}", - "{id:\"bewitchment:garlic_grilled\",Count:2s,Damage:0s}", - "{id:\"bewitchment:elderberry_jelly\",Count:3s,Damage:0s}", - "{id:\"bewitchment:juniper_tea\",Count:3s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:10s,Damage:0s}", - "{id:\"bewitchment:sigil_mending\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_ruin\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_binding\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_cleansing\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_failure\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_purity\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_luck\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_battle\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_disorientation\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_shrieking\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_sentinel\",Count:6s,Damage:0s}", - "{id:\"bibliocraft:bookcase\",Count:13s,Damage:1s}", - "{id:\"bibliocraft:bookcase\",Count:13s,Damage:2s}", - "{id:\"bibliocraft:bookcase\",Count:13s,Damage:3s}", - "{id:\"bibliocraft:bookcase\",Count:13s,Damage:4s}", - "{id:\"bibliocraft:bookcase\",Count:13s,Damage:5s}", - "{id:\"bibliocraft:shelf\",Count:2s,Damage:1s}", - "{id:\"bibliocraft:shelf\",Count:2s,Damage:2s}", - "{id:\"bibliocraft:shelf\",Count:2s,Damage:3s}", - "{id:\"bibliocraft:shelf\",Count:2s,Damage:4s}", - "{id:\"bibliocraft:shelf\",Count:2s,Damage:5s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lanterngold\",Count:3s,Damage:8s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lanterniron\",Count:3s,Damage:8s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lampgold\",Count:3s,Damage:8s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lampiron\",Count:3s,Damage:8s}", - "{id:\"bibliocraft:furniturepaneler\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:furniturepaneler\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:furniturepaneler\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:furniturepaneler\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:furniturepaneler\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:framedchest\",Count:18s,Damage:1s}", - "{id:\"bibliocraft:framedchest\",Count:18s,Damage:2s}", - "{id:\"bibliocraft:framedchest\",Count:18s,Damage:3s}", - "{id:\"bibliocraft:framedchest\",Count:18s,Damage:4s}", - "{id:\"bibliocraft:framedchest\",Count:18s,Damage:5s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:0s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:1s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:2s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:3s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:4s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:5s}", - "{id:\"bibliocraft:fancysign\",Count:5s,Damage:6s}", - "{id:\"bibliocraft:fancyworkbench\",Count:6s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:16s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:16s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:16s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:16s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:16s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:potionshelf\",Count:4s,Damage:1s}", - "{id:\"bibliocraft:potionshelf\",Count:4s,Damage:2s}", - "{id:\"bibliocraft:potionshelf\",Count:4s,Damage:3s}", - "{id:\"bibliocraft:potionshelf\",Count:4s,Damage:4s}", - "{id:\"bibliocraft:potionshelf\",Count:4s,Damage:5s}", - "{id:\"bibliocraft:desk\",Count:4s,Damage:1s}", - "{id:\"bibliocraft:desk\",Count:4s,Damage:2s}", - "{id:\"bibliocraft:desk\",Count:4s,Damage:3s}", - "{id:\"bibliocraft:desk\",Count:4s,Damage:4s}", - "{id:\"bibliocraft:desk\",Count:4s,Damage:5s}", - "{id:\"bibliocraft:table\",Count:4s,Damage:1s}", - "{id:\"bibliocraft:table\",Count:4s,Damage:2s}", - "{id:\"bibliocraft:table\",Count:4s,Damage:3s}", - "{id:\"bibliocraft:table\",Count:4s,Damage:4s}", - "{id:\"bibliocraft:table\",Count:4s,Damage:5s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:typewriter\",Count:3s,Damage:8s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:swordpedestal\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:6s,Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:11s,tag:{},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_pickaxe\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_axe\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_sword\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_shovel\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_hoe\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"minecraft:crafting_table\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:6s,tag:{rightUpgrade:\"computercraft:speaker\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:11s,tag:{},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_pickaxe\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_axe\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_sword\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_shovel\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"minecraft:diamond_hoe\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"minecraft:crafting_table\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:6s,tag:{rightUpgrade:\"computercraft:speaker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:1118481},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:13388876},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:5744206},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:8349260},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:3368652},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:11691749},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:5020082},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:10066329},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:5000268},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:15905484},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:8375321},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:14605932},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:10072818},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:15040472},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:15905331},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:2s,tag:{color:15790320},Damage:0s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:2s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:10s}", - "{id:\"chickens:henhouse\",Count:24s,Damage:0s}", - "{id:\"chickens:henhouse_acacia\",Count:42s,Damage:0s}", - "{id:\"chickens:henhouse_birch\",Count:42s,Damage:0s}", - "{id:\"chickens:henhouse_dark_oak\",Count:42s,Damage:0s}", - "{id:\"chickens:henhouse_jungle\",Count:42s,Damage:0s}", - "{id:\"chickens:henhouse_spruce\",Count:42s,Damage:0s}", - "{id:\"conarm:frosty_soles\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_belt\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sack\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:9s,Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:8s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:9s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"twilightforest:block_storage\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"twilightforest:block_storage\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"minecraft:iron_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"chisel:blockcobalt\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"minecraft:gold_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:8s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"abyssalcraft:ingotblock\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"abyssalcraft:ingotblock\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"abyssalcraft:ingotblock\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:baronyte_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:blazium_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:elecanium_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:emberstone_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:ghastly_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:ghoulish_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:limonite_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:lunar_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:lyon_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:mystite_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:rosite_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:shyrestone_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:skeletal_ingot_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"aoa3:varsium_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"bloodarsenal:blood_infused_iron_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"iceandfire:dragonsteel_fire_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"iceandfire:dragonsteel_ice_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"immersiveengineering:storage\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:8s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"bigreactors:blockyellorium\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"bigreactors:blockcyanite\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"bigreactors:blockblutonium\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"bigreactors:blockludicrite\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"redstonearsenal:storage\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:10s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"plustic:alumiteblock\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"avaritia:block_resource\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"thaumcraft:metal_thaumium\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"plustic:mirionblock\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:9s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:11s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"minecraft:glowstone\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:4s,tag:{textureBlock:{id:\"minecraft:redstone_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorstation\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:15s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:16s,Damage:0s}", - "{id:\"erebus:honey_treat\",Count:9s,Damage:0s}", - "{id:\"erebus:honey_comb\",Count:13s,Damage:0s}", - "{id:\"erebus:composter\",Count:3s,Damage:0s}", - "{id:\"erebus:log_baobab\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_baobab\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_baobab\",Count:1s,Damage:0s}", - "{id:\"erebus:door_baobab\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_baobab\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_baobab\",Count:4s,Damage:0s}", - "{id:\"erebus:log_eucalyptus\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_eucalyptus\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_eucalyptus\",Count:1s,Damage:0s}", - "{id:\"erebus:door_eucalyptus\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_eucalyptus\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_eucalyptus\",Count:4s,Damage:0s}", - "{id:\"erebus:log_mahogany\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_mahogany\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_mahogany\",Count:1s,Damage:0s}", - "{id:\"erebus:door_mahogany\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_mahogany\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_mahogany\",Count:4s,Damage:0s}", - "{id:\"erebus:log_mossbark\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_mossbark\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_mossbark\",Count:1s,Damage:0s}", - "{id:\"erebus:door_mossbark\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_mossbark\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_mossbark\",Count:4s,Damage:0s}", - "{id:\"erebus:log_asper\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_asper\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_asper\",Count:1s,Damage:0s}", - "{id:\"erebus:door_asper\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_asper\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_asper\",Count:4s,Damage:0s}", - "{id:\"erebus:log_cypress\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_cypress\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_cypress\",Count:1s,Damage:0s}", - "{id:\"erebus:door_cypress\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_cypress\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_cypress\",Count:4s,Damage:0s}", - "{id:\"erebus:log_balsam\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_balsam\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_balsam\",Count:1s,Damage:0s}", - "{id:\"erebus:fence_balsam\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_balsam\",Count:4s,Damage:0s}", - "{id:\"erebus:log_bamboo\",Count:20s,Damage:0s}", - "{id:\"erebus:log_rotten\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_rotten\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_rotten\",Count:1s,Damage:0s}", - "{id:\"erebus:door_rotten\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_rotten\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_rotten\",Count:4s,Damage:0s}", - "{id:\"erebus:log_marshwood\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_marshwood\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_marshwood\",Count:1s,Damage:0s}", - "{id:\"erebus:door_marshwood\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_marshwood\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_marshwood\",Count:4s,Damage:0s}", - "{id:\"erebus:log_scorched\",Count:20s,Damage:0s}", - "{id:\"erebus:stairs_scorched\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_scorched\",Count:1s,Damage:0s}", - "{id:\"erebus:door_scorched\",Count:4s,Damage:0s}", - "{id:\"erebus:fence_scorched\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_scorched\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:mushroom_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:portal_activator\",Count:15s,Damage:0s}", - "{id:\"extendedcrafting:table_basic\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extendedcrafting:handheld_table\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bigreactors:wrench\",Count:1s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:13s,Damage:0s}", - "{id:\"ftbquests:loot_crate_storage\",Count:13s,Damage:0s}", - "{id:\"ftbquests:reward_collector\",Count:13s,Damage:0s}", - "{id:\"hatchery:chicken_feed\",Count:2s,Damage:0s}", - "{id:\"hatchery:circuit_board\",Count:3s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:9s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:21s,Damage:2s}", - "{id:\"hatchery:nest\",Count:74s,Damage:0s}", - "{id:\"hatchery:pen\",Count:55s,Damage:0s}", - "{id:\"iceandfire:lectern\",Count:8s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:7s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:7s,Damage:1s}", - "{id:\"iceandfire:podium\",Count:7s,Damage:2s}", - "{id:\"iceandfire:podium\",Count:7s,Damage:3s}", - "{id:\"iceandfire:podium\",Count:7s,Damage:4s}", - "{id:\"iceandfire:podium\",Count:7s,Damage:5s}", - "{id:\"iceandfire:fire_lily\",Count:7s,Damage:0s}", - "{id:\"iceandfire:frost_lily\",Count:7s,Damage:0s}", - "{id:\"iceandfire:chared_grass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:chared_grass_path\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_grass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_grass_path\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:5s}", - "{id:\"iceandfire:myrmex_desert_biolight\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_biolight\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dread_stone_bricks_mossy\",Count:3s,Damage:0s}", - "{id:\"iceandfire:manuscript\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:fishing_spear\",Count:2s,Damage:0s}", - "{id:\"iceandfire:sickly_dragon_meal\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:earplugs\",Count:5s,Damage:0s}", - "{id:\"iceandfire:hydra_arrow\",Count:1s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:base_addon\",Count:15s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:11s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:11s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:11s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:8s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_reader_item\",Count:40s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:6s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:6s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_writer_item\",Count:40s,Damage:0s}", - "{id:\"integrateddynamics:variablestore\",Count:13s,Damage:0s}", - "{id:\"integrateddynamics:logic_programmer\",Count:6s,Damage:0s}", - "{id:\"integrateddynamics:proxy\",Count:9s,Damage:0s}", - "{id:\"integrateddynamics:materializer\",Count:9s,Damage:0s}", - "{id:\"integrateddynamics:menril_log\",Count:20s,Damage:0s}", - "{id:\"integrateddynamics:menril_log_filled\",Count:20s,Damage:0s}", - "{id:\"integrateddynamics:menril_leaves\",Count:5s,Damage:0s}", - "{id:\"integrateddynamics:menril_sapling\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:menril_planks\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:menril_door\",Count:4s,Damage:0s}", - "{id:\"integrateddynamics:menril_planks_stairs\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:delay\",Count:9s,Damage:0s}", - "{id:\"integratedtunnels:part_interface_item_item\",Count:3s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_item_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_item_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_block_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_block_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_player_simulator_item\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:seed_reprocessor\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:1s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:2s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:3s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:crafting\",Count:18s,Damage:6s}", - "{id:\"mysticalagriculture:crafting\",Count:1s,Damage:7s}", - "{id:\"mysticalagriculture:crafting\",Count:4s,Damage:9s}", - "{id:\"mysticalagriculture:crafting\",Count:15s,Damage:10s}", - "{id:\"mysticalagriculture:inferium_apple\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_apple\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_apple\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:tier1_inferium_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:tier2_inferium_seeds\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:tier3_inferium_seeds\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:nature_seeds\",Count:54s,Damage:0s}", - "{id:\"mysticalagriculture:dye_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:end_seeds\",Count:12s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_flower_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:steeleaf_seeds\",Count:36s,Damage:0s}", - "{id:\"mysticalagriculture:ironwood_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:menril_seeds\",Count:60s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:1s}", - "{id:\"mysticalagriculture:charm\",Count:6s,Damage:2s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:9s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:12s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:13s}", - "{id:\"mysticalagradditions:tinkering_table\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:23s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:13s,Damage:6s}", - "{id:\"rftools:oredict_module\",Count:2s,Damage:0s}", - "{id:\"rftools:generic_module\",Count:4s,Damage:0s}", - "{id:\"rftools:text_module\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:6s,Damage:10s}", - "{id:\"rftools:powercell_card\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:orphaning_card\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:2s,Damage:0s}", - "{id:\"rftools:crafter1\",Count:13s,Damage:0s}", - "{id:\"rftools:crafter2\",Count:23s,Damage:0s}", - "{id:\"rftools:crafter3\",Count:30s,Damage:0s}", - "{id:\"rftools:modular_storage\",Count:13s,Damage:0s}", - "{id:\"rftools:remote_storage\",Count:13s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:13s,Damage:0s}", - "{id:\"rftools:composer\",Count:9s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:22s,Damage:0s}", - "{id:\"rftools:security_manager\",Count:13s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:13s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:13s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:6s,Damage:1s}", - "{id:\"ironchest:iron_chest\",Count:6s,Damage:2s}", - "{id:\"ironchest:iron_chest\",Count:13s,Damage:3s}", - "{id:\"ironchest:iron_chest\",Count:9s,Damage:4s}", - "{id:\"ironchest:iron_chest\",Count:4s,Damage:5s}", - "{id:\"ironchest:iron_chest\",Count:4s,Damage:6s}", - "{id:\"ironchest:iron_chest\",Count:13s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:3s,Damage:5s}", - "{id:\"logisticspipes:module_item_sink\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_passive_supplier\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_extractor\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_polymorphic\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_quick_sort\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_terminus\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_provider\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_mod\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_oredict\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_active_supplier\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_creativetab\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_speed\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_satellite_advanced\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fluid_crafting\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_byproduct\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fuzzy\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_power_transportation\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_opaque\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_cleanup\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_table\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:sign_creator\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_blank\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:logistics_programmer\",Count:1s,Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier4\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:neutronium_cannon\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier3\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:lp_harvester\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier2\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier1\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dragonfire_forge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dimensional_stabilizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:transformer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier9\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier8\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:neutronium_bombarder\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier7\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:creation_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:infinity_furnace\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier6\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:gaia_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier5\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:iron_centrifuge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:sentient_coagulator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:illuminated_enchanter\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:cold_iron_forge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:lilith_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dyson_discharger\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:valonite_gateway\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:essentia_solidifier\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:alloy_furnace\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dreading_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:bloodmaster_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:blood_reprocessor\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:empowered_monolith\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:arcane_autoinfuser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:arc_reactor\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:chaotic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:plasmatic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythic_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:quark_decomposer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:ender_stone_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:essentia_crystallizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier20\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:auto_astral_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier23\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier24\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:plasmatic_controller\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier21\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier22\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier27\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier28\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier25\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier26\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dragonfire_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier29\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:sterilized_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:herne_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dyson_irradiator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:me_mythic_assembler\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:botanic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier12\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dyson_sphere\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier13\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier10\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:pe_sterilizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier11\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier16\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier17\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:infusinator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier14\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier15\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:baphomet_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:wizardry_combiner\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:high_impulse_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier18\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:carminite_empowerer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:gravitite_enchanter\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier19\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:spatial_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:thaumic_replicator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:mechanized_coop\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:moloch_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:terrestrial_cauldron\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:particle_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:gravitational_collapser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:arcane_autoworkbench\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:corrupted_library\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:shadow_fracturer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:2s,tag:{dynamicmachine:\"modularmachinery:dyson_compressor\"},Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:13s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:36s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:27s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:20s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:55s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:81s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:101s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:13s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:36s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:27s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:20s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:55s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:81s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:101s,Damage:6s}", - "{id:\"naturescompass:naturescompass\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:20s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:3s,Damage:9s}", - "{id:\"xreliquary:angelheart_vial\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:angelic_feather\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:12s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:3s,Damage:0s}", - "{id:\"xreliquary:fertile_potion\",Count:6s,Damage:0s}", - "{id:\"xreliquary:fertile_lilypad\",Count:10s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Default\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Default\"},Damage:3s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"4\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"None\"},Damage:5s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Flat\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Normal\"},Damage:8s}", - "{id:\"rftoolsdim:known_dimlet\",Count:1s,tag:{dkey:\"3\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"2\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"1\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"0\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"Default\"},Damage:13s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Void\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:10s,tag:{dkey:\"None\"},Damage:10s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"None\"},Damage:7s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"minecraft:stone@0\"},Damage:2s}", - "{id:\"rftoolsdim:dimlet_template\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimlet_workbench\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_template\",Count:4s,Damage:0s}", - "{id:\"storagedrawers:upgrade_storage\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_storage\",Count:3s,Damage:1s}", - "{id:\"storagedrawers:upgrade_storage\",Count:3s,Damage:2s}", - "{id:\"storagedrawers:upgrade_storage\",Count:3s,Damage:3s}", - "{id:\"storagedrawers:upgrade_storage\",Count:3s,Damage:4s}", - "{id:\"storagedrawers:upgrade_one_stack\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_status\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_status\",Count:3s,Damage:1s}", - "{id:\"storagedrawers:upgrade_void\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_conversion\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_redstone\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_redstone\",Count:3s,Damage:1s}", - "{id:\"storagedrawers:upgrade_redstone\",Count:3s,Damage:2s}", - "{id:\"storagedrawers:drawer_key\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:personal_key\",Count:2s,Damage:0s}", - "{id:\"storagedrawers:quantify_key\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"storagedrawers:tape\",Count:6s,Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"oak\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"spruce\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"birch\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"jungle\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"acacia\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"dark_oak\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"oak\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"spruce\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"birch\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"jungle\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"acacia\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"dark_oak\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"oak\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"spruce\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"birch\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"jungle\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"acacia\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"dark_oak\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"oak\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"spruce\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"birch\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"jungle\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"acacia\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"dark_oak\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"oak\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"spruce\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"birch\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"jungle\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"acacia\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:13s,tag:{material:\"dark_oak\"},Damage:4s}", - "{id:\"storagedrawers:keybutton\",Count:2s,Damage:0s}", - "{id:\"storagedrawers:controller\",Count:9s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:9s,Damage:0s}", - "{id:\"storagedrawers:trim\",Count:2s,Damage:1s}", - "{id:\"storagedrawers:trim\",Count:2s,Damage:2s}", - "{id:\"storagedrawers:trim\",Count:2s,Damage:3s}", - "{id:\"storagedrawers:trim\",Count:2s,Damage:4s}", - "{id:\"storagedrawers:trim\",Count:2s,Damage:5s}", - "{id:\"storagedrawers:customdrawers\",Count:13s,Damage:0s}", - "{id:\"storagedrawers:customdrawers\",Count:13s,Damage:1s}", - "{id:\"storagedrawers:customdrawers\",Count:13s,Damage:2s}", - "{id:\"storagedrawers:customdrawers\",Count:13s,Damage:3s}", - "{id:\"storagedrawers:customdrawers\",Count:13s,Damage:4s}", - "{id:\"tfspellpack:gilded_twilight_oak_wood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_canopy_wood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_mangrove_wood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_darkwood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_timewood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_transwood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_minewood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:gilded_sortingwood\",Count:2s,Damage:0s}", - "{id:\"tfspellpack:twilight_oak_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:canopy_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:mangrove_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:darkwood_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:timewood_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:transwood_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:minewood_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:sortingwood_bookshelf\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:twilight_oak_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:canopy_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:mangrove_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:darkwood_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:timewood_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:transwood_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:minewood_lectern\",Count:9s,Damage:0s}", - "{id:\"tfspellpack:sortingwood_lectern\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:tool_gemcutter\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:8s,Damage:0s}", - "{id:\"tg:spinning_wheel\",Count:3s,Damage:0s}", - "{id:\"tg:gemcutter\",Count:2s,Damage:0s}", - "{id:\"tg:extruder\",Count:2s,Damage:0s}", - "{id:\"tg:book_holder\",Count:15s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:21s,Damage:0s}", - "{id:\"tg:shade_rose_bush\",Count:15s,Damage:0s}", - "{id:\"tg:light_rose_bush\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:31s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_chest\",Count:13s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_wood\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_silverwood\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:taint_flower\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:button_greatwood\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:button_silverwood\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_greatwood\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_silverwood\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_greatwood\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_silverwood\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:item_grate\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:30s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:13s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:13s,Damage:2s}", - "{id:\"thaumicenergistics:arcane_terminal\",Count:6s,Damage:0s}", - "{id:\"thaumicenergistics:upgrade_arcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:share_book\",Count:6s,tag:{player:\"[none]\"},Damage:0s}", - "{id:\"thaumictinkerer:magnet\",Count:30s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:30s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:2s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:55s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:41s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:30s,Damage:3s}", - "{id:\"tinker_io:upg\",Count:22s,Damage:4s}", - "{id:\"tinker_io:upg\",Count:16s,Damage:7s}", - "{id:\"tinker_io:speedupg\",Count:2s,Damage:0s}", - "{id:\"torchmaster:terrain_lighter\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:4s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:4s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{id:\"woot:prism\",Count:6s,Damage:0s}", - "{id:\"woot:importer\",Count:13s,Damage:0s}", - "{id:\"woot:exporter\",Count:13s,Damage:0s}", - "{id:\"solcarrot:food_book\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dltleaves\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:dltlog\",Count:20s,Damage:0s}", - "{id:\"abyssalcraft:dltlog2\",Count:20s,Damage:0s}", - "{id:\"abyssalcraft:dltsapling\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:crate\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:dltplank\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dltstairs\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dltslab1\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dltfence\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadgrass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadlog\",Count:20s,Damage:0s}", - "{id:\"abyssalcraft:dreadleaves\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:dreadsapling\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:dreadplanks\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:drtfence\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:fusedabyssalsand\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:statetransformer\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:10s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:10s,tag:{Blaze:800},Damage:8s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_farmer\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_bio_reactor\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_leaf_generator\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:1s,Damage:13s}", - "{id:\"actuallyadditions:block_phantomface\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_liquiface\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_energyface\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_feeder\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_giant_chest\",Count:54s,Damage:0s}", - "{id:\"actuallyadditions:block_giant_chest_medium\",Count:40s,Damage:0s}", - "{id:\"actuallyadditions:block_giant_chest_large\",Count:30s,Damage:0s}", - "{id:\"actuallyadditions:block_greenhouse_glass\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_bag\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:4s}", - "{id:\"actuallyadditions:item_chest_to_crate_upgrade\",Count:40s,Damage:0s}", - "{id:\"actuallyadditions:item_small_to_medium_crate_upgrade\",Count:30s,Damage:0s}", - "{id:\"actuallyadditions:item_medium_to_large_crate_upgrade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_booklet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:15s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:15s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_iii\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:7s,Damage:1s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:2s}", - "{id:\"actuallyadditions:item_food\",Count:6s,Damage:3s}", - "{id:\"actuallyadditions:item_food\",Count:6s,Damage:4s}", - "{id:\"actuallyadditions:item_food\",Count:1s,Damage:5s}", - "{id:\"actuallyadditions:item_food\",Count:4s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:6s,Damage:11s}", - "{id:\"actuallyadditions:item_food\",Count:11s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_crafter_on_a_stick\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:10s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:19s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:10s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:10s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:14s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:14s,tag:{Blaze:800},Damage:8s}", - "{id:\"buildcraftcore:marker_path\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:list\",Count:19s,tag:{},Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:18s,Damage:2s}", - "{id:\"buildcraftbuilders:snapshot\",Count:18s,Damage:0s}", - "{id:\"buildcraftbuilders:architect\",Count:21s,Damage:0s}", - "{id:\"buildcraftfactory:autoworkbench_item\",Count:6s,Damage:0s}", - "{id:\"buildcraftfactory:chute\",Count:13s,Damage:0s}", - "{id:\"ae2fc:fluid_pattern_encoder\",Count:6s,Damage:0s}", - "{id:\"ae2fc:dual_interface\",Count:6s,Damage:0s}", - "{id:\"ae2fc:part_fluid_pattern_terminal\",Count:7s,Damage:0s}", - "{id:\"aether_legacy:aether_leaves\",Count:5s,Damage:0s}", - "{id:\"aether_legacy:aether_leaves\",Count:5s,Damage:1s}", - "{id:\"aether_legacy:aether_log\",Count:20s,Damage:0s}", - "{id:\"aether_legacy:aether_log\",Count:20s,Damage:1s}", - "{id:\"aether_legacy:skyroot_plank\",Count:3s,Damage:0s}", - "{id:\"aether_legacy:freezer\",Count:6s,Damage:0s}", - "{id:\"aether_legacy:skyroot_sapling\",Count:15s,Damage:0s}", - "{id:\"aether_legacy:golden_oak_sapling\",Count:15s,Damage:0s}", - "{id:\"aether_legacy:crystal_leaves\",Count:5s,Damage:0s}", - "{id:\"aether_legacy:crystal_leaves\",Count:5s,Damage:1s}", - "{id:\"aether_legacy:holiday_leaves\",Count:5s,Damage:0s}", - "{id:\"aether_legacy:holiday_leaves\",Count:5s,Damage:1s}", - "{id:\"aether_legacy:skyroot_fence\",Count:3s,Damage:0s}", - "{id:\"aether_legacy:skyroot_fence_gate\",Count:7s,Damage:0s}", - "{id:\"aether_legacy:skyroot_stairs\",Count:3s,Damage:0s}", - "{id:\"aether_legacy:skyroot_slab\",Count:1s,Damage:0s}", - "{id:\"aether_legacy:skyroot_bookshelf\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_shovel\",Count:1s,Damage:0s}", - "{id:\"aether_legacy:skyroot_stick\",Count:1s,Damage:0s}", - "{id:\"aether_legacy:skyroot_bucket\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:dart_shooter\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:dart_shooter\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_bed_item\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:chest_sack_empty\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_variant\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_health\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_speed\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:peat_biomass\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:peat_fuel_enriched\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:card_location\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_trade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:carbon_paper\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_wool\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:ender_torch\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:magic_net\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:apple_emerald\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:glowing_chorus\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sign_editor\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_boat\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_speed\",Count:1s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:food_step\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:apple_lapis\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:boomerang\",Count:6s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:13s,Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:20s,Damage:0s}", - "{id:\"cyclicmagic:sprout_seed\",Count:13s,Damage:0s}", - "{id:\"cyclicmagic:apple\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:13s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:trash\",Count:13s,Damage:0s}", - "{id:\"cyclicmagic:block_workbench\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:block_fishing\",Count:39s,Damage:0s}", - "{id:\"astralsorcery:itemcraftingcomponent\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemjournal\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:blockaltar\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"base:wrench\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_wood_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_clay_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_wood_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_cobble_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stone_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_quartz_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_iron_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_clay_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_sandstone_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_void_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_wood_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:14s,Damage:0s}", - "{id:\"buildcrafttransport:waterproof\",Count:3s,Damage:0s}", - "{id:\"buildcraftsilicon:advanced_crafting_table\",Count:20s,Damage:0s}", - "{id:\"contenttweaker:bento_xxl\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:bento_xl\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:liquid_witchcraft_bottle\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:fiery_meatball_pasta\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:spicy_meatball_pasta\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:moloch_altar_bricks\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:intense_meatball_pasta\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:strange_meatball\",Count:30s,Damage:0s}", - "{id:\"contenttweaker:aglio_olio_peperoncino_pasta\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:lilith_altar_bricks\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:bento_s\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:bento_m\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:bento_l\",Count:3s,Damage:0s}", - "{id:\"dimdoors:oak_dimensional_door\",Count:6s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:5s}", - "{id:\"dimdoors:fabric\",Count:3s,Damage:13s}", - "{id:\"dimdoors:dimensional_trapdoor\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_3\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_4\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_5\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_saturation\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:4s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:3s,Damage:13s}", - "{id:\"industrialforegoing:book_manual\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:28s,Damage:0s}", - "{id:\"integratednbt:nbt_extractor\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integratednbt:nbt_extractor_remote\",Count:4s,tag:{integratednbt:{}},Damage:0s}", - "{id:\"logisticspipes:pipe_lb.craftingmanager\",Count:13s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:4s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:3s,Damage:0s}", - "{id:\"magicbees:moondial\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:swamp_grass\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:log_weedwood\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:log_weedwood\",Count:20s,Damage:12s}", - "{id:\"thebetweenlands:log_rubber\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:log_hearthgrove\",Count:20s,Damage:1s}", - "{id:\"thebetweenlands:log_hearthgrove\",Count:20s,Damage:5s}", - "{id:\"thebetweenlands:log_hearthgrove\",Count:20s,Damage:3s}", - "{id:\"thebetweenlands:log_hearthgrove\",Count:20s,Damage:7s}", - "{id:\"thebetweenlands:log_nibbletwig\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:log_nibbletwig\",Count:20s,Damage:12s}", - "{id:\"thebetweenlands:log_spirit_tree\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:log_spirit_tree\",Count:20s,Damage:12s}", - "{id:\"thebetweenlands:weedwood\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:log_sap\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:log_sap\",Count:20s,Damage:12s}", - "{id:\"thebetweenlands:sapling_weedwood\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:sapling_sap\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:sapling_rubber\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:sapling_hearthgrove\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:sapling_nibbletwig\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:leaves_weedwood_tree\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_sap_tree\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_rubber_tree\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_hearthgrove_tree\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_nibbletwig_tree\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_spirit_tree_top\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_spirit_tree_middle\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:leaves_spirit_tree_bottom\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_planks\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_planks\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_planks\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_planks\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_planks\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:amate_paper_pane_1\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_plank_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_plank_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_plank_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_plank_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_plank_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:item_shelf\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_plank_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_plank_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_plank_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_plank_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_plank_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_plank_fence\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_log_fence\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_plank_fence\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_plank_fence\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_plank_fence\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_plank_fence\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_plank_fence_gate\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_log_fence_gate\",Count:33s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_plank_fence_gate\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_plank_fence_gate\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_plank_fence_gate\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_plank_fence_gate\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_plank_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_plank_button\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_ladder\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_lever\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:rotten_plank_fence_gate\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:poison_ivy\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:giant_root\",Count:20s,Damage:0s}", - "{id:\"thebetweenlands:thorns\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:purifier\",Count:11s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_workbench\",Count:9s,Damage:0s}", - "{id:\"thebetweenlands:compost_bin\",Count:11s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_jukebox\",Count:18s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_chest\",Count:18s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_trapdoor\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_plank_trapdoor\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_plank_trapdoor\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_plank_trapdoor\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_plank_trapdoor\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:syrmorite_hopper\",Count:13s,Damage:0s}", - "{id:\"thebetweenlands:gecko_cage\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:infuser\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:mortar\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_barrel\",Count:8s,Damage:0s}", - "{id:\"thebetweenlands:syrmorite_barrel\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:animator\",Count:8s,Damage:0s}", - "{id:\"thebetweenlands:walkway\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:repeller\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:wind_chime\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:lantern_paper_1\",Count:13s,Damage:0s}", - "{id:\"thebetweenlands:lantern_silt_glass\",Count:9s,Damage:0s}", - "{id:\"thebetweenlands:fishing_tackle_box\",Count:27s,Damage:0s}", - "{id:\"thebetweenlands:smoking_rack\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:fish_trimming_table\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:crab_pot\",Count:12s,Damage:0s}", - "{id:\"thebetweenlands:crab_pot_filter\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:2s,Damage:7s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:20s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_rowboat\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_rowboat\",Count:11s,tag:{attributes:{isTarred:1b}},Damage:0s}", - "{id:\"thebetweenlands:swamp_reed_item\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:nibblestick\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:gallery_frame_small\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:gallery_frame_large\",Count:18s,Damage:0s}", - "{id:\"thebetweenlands:gallery_frame_very_large\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_pickaxe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_axe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_greataxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_pickaxe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_shield\",Count:91s,Damage:0s}", - "{ForgeCaps:{\"thebetweenlands:living_weedwood_shield\":{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:living_weedwood_shield\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shield\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:sickle\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_bow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:net\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_pouch\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_pouch\",Count:4s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:volarkite\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:simple_slingshot\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:fishing_spear\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:8s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:1s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:weedwood_door_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:rubber_tree_plank_door_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:giant_root_plank_door_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:hearthgrove_plank_door_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:nibbletwig_plank_door_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_sign_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:moss_bed_item\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:7s,tag:{Gem:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:7s,tag:{Gem:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:7s,tag:{Gem:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:7s,tag:{Gem:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_furnace\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_anchor\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_crafting\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_rowboat_upgrade_lantern\",Count:12s,Damage:0s}", - "{id:\"thebetweenlands:bl_name_tag\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:5s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:3s,Damage:13s}", - "{id:\"erebus:planks\",Count:3s,Damage:0s}", - "{id:\"erebus:planks\",Count:3s,Damage:1s}", - "{id:\"erebus:planks\",Count:3s,Damage:2s}", - "{id:\"erebus:planks\",Count:3s,Damage:3s}", - "{id:\"erebus:planks\",Count:3s,Damage:4s}", - "{id:\"erebus:planks\",Count:3s,Damage:5s}", - "{id:\"erebus:planks\",Count:3s,Damage:6s}", - "{id:\"erebus:planks\",Count:3s,Damage:9s}", - "{id:\"erebus:planks\",Count:3s,Damage:10s}", - "{id:\"erebus:planks\",Count:3s,Damage:11s}", - "{id:\"erebus:leaves_baobab\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_eucalyptus\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_mahogany\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_mossbark\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_asper\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_cypress\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_balsam\",Count:5s,Damage:0s}", - "{id:\"erebus:leaves_marshwood\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:erebus_food\",Count:11s,Damage:6s}", - "{id:\"erebus:wall_plants_cultivated\",Count:15s,Damage:1s}", - "{id:\"erebus:sapling_baobab\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_eucalyptus\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_mahogany\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_mossbark\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_asper\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_cypress\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_balsam\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_bamboo\",Count:15s,Damage:0s}", - "{id:\"erebus:sapling_marshwood\",Count:15s,Damage:0s}", - "{id:\"minecraft:brown_mushroom_block\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_mushroom_block\",Count:5s,Damage:0s}", - "{id:\"minecraft:grass_path\",Count:2s,Damage:0s}", - "{id:\"forestry:sapling_ge\",Count:15s,Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:4s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:4s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_label\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:magic_map\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:maze_map\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_map\",Count:18s,Damage:0s}" - ] - }, - { - "aspect": "humanus", - "items": [ - "{id:\"minecraft:skull\",Count:10s,Damage:2s}", - "{id:\"minecraft:skull\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mall\",Count:5s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"humanus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"humanus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"humanus\"}]},Damage:1s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:7s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:8s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:11s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:12s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:16s}", - "{id:\"enderio:item_material\",Count:3s,Damage:17s}", - "{id:\"enderio:item_material\",Count:1s,Damage:42s}", - "{id:\"enderio:block_soul_binder\",Count:7s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:5s,Damage:1s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:4s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:5s}", - "{id:\"twilightforest:trophy\",Count:50s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:meef_stroganoff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:happy_haunter\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blissful_blast\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:confetti_pile\",Count:5s,Damage:0s}", - "{id:\"aoa3:hardened_confetti_ball\",Count:15s,Damage:0s}", - "{id:\"aoa3:padded_cloth\",Count:2s,Damage:0s}", - "{id:\"aoa3:reinforced_cloth\",Count:2s,Damage:0s}", - "{id:\"aoa3:torn_cloth\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:3s,Damage:0s}", - "{id:\"aoa3:celeve_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:smiley_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_legs\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_helmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:3s,Damage:0s}", - "{id:\"aoa3:celeve_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:celeve_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:baron_carpet\",Count:3s,Damage:0s}", - "{id:\"aoa3:borean_carpet\",Count:3s,Damage:0s}", - "{id:\"aoa3:gardencian_carpet\",Count:3s,Damage:0s}", - "{id:\"aoa3:iro_carpet\",Count:3s,Damage:0s}", - "{id:\"aoa3:lunar_carpet\",Count:3s,Damage:0s}", - "{id:\"aoa3:crate\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:23s}", - "{id:\"botania:rune\",Count:15s,Damage:9s}", - "{id:\"botania:virus\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lokiring\",Count:30s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:avatar\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:5s,Damage:0s}", - "{id:\"bewitchment:heart\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:20s,Damage:0s}", - "{id:\"iceandfire:pixie_dust\",Count:20s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_eye\",Count:10s,Damage:0s}", - "{id:\"iceandfire:siren_tear\",Count:10s,Damage:0s}", - "{id:\"tg:ageing_stone\",Count:4s,Damage:0s}", - "{id:\"woot:structure\",Count:7s,Damage:7s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:energypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:monolithpillar\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:sacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:3s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:3s}", - "{id:\"abyssalcraft:corflesh\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:corbone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadfragment\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadcloth\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadplate\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:omotholflesh\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_cor\",Count:4s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_cor\",Count:4s,tag:{PotEnergy:10000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:7s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:7s,tag:{PotEnergy:20000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:9s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:9s,tag:{PotEnergy:40000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:6s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:6s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:27s,Damage:0s}", - "{id:\"abyssalcraft:skin\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:skin\",Count:2s,Damage:1s}", - "{id:\"abyssalcraft:skin\",Count:2s,Damage:2s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:3s,Damage:0s}" - ] - }, - { - "aspect": "aversio", - "items": [ - "{id:\"minecraft:cactus\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:bow\",Count:10s,Damage:0s}", - "{id:\"minecraft:arrow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:wooden_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_sword\",Count:4s,Damage:0s}", - "{id:\"minecraft:dye\",Count:1s,Damage:2s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:6s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:21s,tag:{StoredEnchantments:[{lvl:7s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:24s,tag:{StoredEnchantments:[{lvl:8s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:6s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:21s,tag:{StoredEnchantments:[{lvl:7s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:24s,tag:{StoredEnchantments:[{lvl:8s,id:48}]},Damage:0s}", - "{id:\"minecraft:spectral_arrow\",Count:1s,Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_copper\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_copper\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_tin\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_tin\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_silver\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_silver\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_lead\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_lead\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_aluminum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_aluminum\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_nickel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_nickel\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_platinum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_platinum\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_steel\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_electrum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_electrum\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_invar\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_invar\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_bronze\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_bronze\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_constantan\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_iron\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_diamond\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:10s,Damage:0s}", - "{id:\"draconicevolution:draconic_spawner\",Count:45s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:4s}", - "{id:\"thermalexpansion:augment\",Count:24s,Damage:416s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:tool_sword_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:skullfire_sword\",Count:16s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_symbol\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_bevel\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_sun\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_moon\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_cup\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_pentacle\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_sword\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_wand\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_pentagram\",Count:30s,Damage:0s}", - "{id:\"bewitchment:embergrass\",Count:8s,Damage:0s}", - "{id:\"bewitchment:stone_herne_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:stone_herne_idol\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_idol\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_idol\",Count:3s,Damage:0s}", - "{id:\"bewitchment:gold_herne_idol\",Count:3s,Damage:0s}", - "{id:\"extrautils2:spike_wood\",Count:2s,Damage:0s}", - "{id:\"extrautils2:spike_stone\",Count:4s,Damage:0s}", - "{id:\"extrautils2:spike_iron\",Count:6s,Damage:0s}", - "{id:\"extrautils2:spike_gold\",Count:2s,Damage:0s}", - "{id:\"extrautils2:spike_diamond\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:32s,tag:{Energy:40000},Damage:7s}", - "{id:\"thaumadditions:mithminite_blade\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:52s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"aversio\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:sword_boron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:sword_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_tough\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:sword_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_hard_carbon\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:sword_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron_nitride\",Count:12s,Damage:0s}", - "{id:\"randomthings:plate_redirector\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:16s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:513s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:7s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:4s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:4s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:45s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:30s,tag:{Energy:320000},Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:29s}", - "{id:\"projectred-transportation:routing_chip\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:athame\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_sword\",Count:12s,Damage:0s}", - "{id:\"divinerpg:green_fence\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:infernal_flame\",Count:27s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"aversio\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"aversio\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:16s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_blade\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:3s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:9s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:17s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:16s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:10s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_sword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_sword\",Count:24s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:10s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_sword\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_sword\",Count:48s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_sword\",Count:12s,tag:{ench:[{lvl:1s,id:19}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_sword\",Count:20s,tag:{ench:[{lvl:2s,id:20}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_sword\",Count:16s,tag:{ench:[{lvl:2s,id:21}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:minotaur_axe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:triple_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:seeker_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ice_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ender_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ice_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:glass_sword\",Count:148s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:glass_sword\",Count:148s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:block_and_chain\",Count:16s,Damage:0s}", - "{id:\"twilightforest:hedge\",Count:2s,Damage:0s}", - "{id:\"twilightforest:thorns\",Count:4s,Damage:0s}", - "{id:\"twilightforest:thorns\",Count:4s,Damage:1s}", - "{id:\"twilightforest:thorn_rose\",Count:2s,Damage:0s}", - "{id:\"twilightforest:knightmetal_block\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_kama\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_kama\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_kama\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_kama\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:netherquartz_kama\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:sword_steel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:9s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:certus_quartz_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:bound_sword\",Count:36s,tag:{Unbreakable:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_sword\",Count:36s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_bow\",Count:10s,Damage:0s}", - "{id:\"bloodmagic:base_item_filter\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_wood\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_stone\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_iron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_gold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_diamond\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_bound\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_sword\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodfury\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodstone_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candlefire_sword\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:caramel_carver\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coralstorm_sword\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepified_sword\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallite_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_sword\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fireborne_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{Parent:0.0f,\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:guardians_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:harvester_sword\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:holy_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_sword\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:legbone_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_sword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primal_sword\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbasher_sword\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rock_pick_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_sword\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_sword\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_sword\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shroomus_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_sword\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:troll_basher_axe\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ultraflame\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_sword\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:daybreaker_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deep_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:screamer_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skydriver_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:slingshot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sunshine_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_bow\",Count:10s,Damage:0s}", - "{id:\"aoa3:holly_arrow\",Count:5s,Damage:0s}", - "{id:\"aoa3:spectral_holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:strike_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:3s,Damage:0s}", - "{id:\"aoa3:red_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:sharp_claw\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_blue_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:thorny_petals\",Count:1s,Damage:0s}", - "{id:\"aoa3:petals\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:strength_tablet\",Count:3s,Damage:0s}", - "{id:\"aoa3:heart_fruit\",Count:1s,Damage:0s}", - "{id:\"aoa3:rammerhorn_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:spikeback_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_lightning_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_sorcery_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_nature_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_fire_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_ice_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_healing_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_necromancy_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:21s,tag:{},Damage:8s}", - "{id:\"botania:rune\",Count:15s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelsword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumsword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:10s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:12s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:kingkey\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia2\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:16s,Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:6s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:6s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:athame\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cleaver_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:thyrsus\",Count:16s,Damage:0s}", - "{id:\"bewitchment:silver_arrow\",Count:2s,Damage:0s}", - "{id:\"bewitchment:cold_iron_arrow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:token_of_remedies\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:triskelion\",Count:16s,Damage:0s}", - "{id:\"bewitchment:cold_iron_ingot\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cold_iron_nugget\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cold_iron_plate\",Count:7s,Damage:0s}", - "{id:\"bewitchment:oil_of_vitriol\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:6s,Damage:0s}", - "{id:\"bewitchment:garlic\",Count:2s,Damage:0s}", - "{id:\"bewitchment:garlic_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:hellhound_horn\",Count:6s,Damage:0s}", - "{id:\"bewitchment:demon_heart\",Count:6s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_wooden_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:blood_infused_iron_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:bound_stick\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:stasis_sword\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:warp_blade\",Count:12s,Damage:0s}", - "{id:\"conarm:resist_mat_proj\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_sword\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquatic_dagger\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquatic_maul\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquatic_trident\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquaton\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquatooth_maul\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquatooth_sword\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_stabber\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_sword\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_maul\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bloodgem_sword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_sword\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_maul\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:crabclaw_maul\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:cyclopsian_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:death_bringer\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_divine_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_divine_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_divine_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_divine_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_divine_sword\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:dual_claw\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:black_ender_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frost_sword\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:flaming_fury\",Count:162s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:fury_maul\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_sword\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_knife\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_rapier\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:molten_sword\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ocean_knife\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:poison_saber\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_rapier\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:sandslash\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:scorching_sword\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shark_sword\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:slime_sword\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_dagger\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_knife\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_maul\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:hunter_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:enderice\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frostking_sword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_maul\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glacier_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:icine_sword\",Count:76s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:snowslash\",Count:88s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:icicle_bane\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:snowstorm_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:icicle_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_blade\",Count:84s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_blade\",Count:92s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_blade\",Count:104s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_blade\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_blade\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_blade\",Count:132s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:twilight_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arcanite_blade\",Count:124s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arcanium_saber\",Count:76s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:livicia_sword\",Count:92s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:storm_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_saber\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teaker_backsword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:amthirmis_backsword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:darven_backsword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:cermile_backsword\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:pardimal_backsword\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:quadrotic_backsword\",Count:68s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:karos_backsword\",Count:76s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:heliosis_backsword\",Count:104s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arksiane_backsword\",Count:136s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teaker_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:amthirmis_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:darven_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:cermile_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:pardimal_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:quadrotic_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:karos_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:heliosis_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arksiane_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:everfright\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:amthirmis_claw\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:darven_claw\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:cermile_claw\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:pardimal_claw\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:quadrotic_claw\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:karos_claw\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:heliosis_claw\",Count:92s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arksiane_claw\",Count:128s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:everbright\",Count:156s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teaker_hammer\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:amthirmis_hammer\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:darven_hammer\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:cermile_hammer\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:pardimal_hammer\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:quadrotic_hammer\",Count:84s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:karos_hammer\",Count:92s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:heliosis_hammer\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arksiane_hammer\",Count:144s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:everlight\",Count:164s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:karos_rockmaul\",Count:172s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:wasp_sword\",Count:28s,Damage:0s}", - "{id:\"erebus:wasp_dagger\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:enhanced_scorpion_pincer\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:war_hammer\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:max_speed_bow\",Count:10s,Damage:0s}", - "{id:\"hatchery:shredder\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_bird_dagger\",Count:12s,Damage:0s}", - "{id:\"iceandfire:troll_tusk\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:88s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:88s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dread_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dread_knight_sword\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dread_queen_sword\",Count:104s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:soulium_dagger\",Count:16s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:12s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:14s}", - "{id:\"mysticalagriculture:charm\",Count:108s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_sword\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_sword\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_sword\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_sword\",Count:72s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_bow\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:4s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:magicbane\",Count:4s,Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:187,potency:0,name:\"minecraft:absorption\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:281,potency:1,name:\"minecraft:absorption\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:937,potency:2,name:\"minecraft:absorption\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:blindness\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:0,name:\"minecraft:nausea\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:strength\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:187,potency:1,name:\"minecraft:strength\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:0,name:\"minecraft:mining_fatigue\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:312,potency:1,name:\"minecraft:mining_fatigue\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:375,potency:2,name:\"minecraft:mining_fatigue\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:haste\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:187,potency:1,name:\"minecraft:haste\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:fire_resistance\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:187,potency:0,name:\"minecraft:health_boost\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:281,potency:1,name:\"minecraft:health_boost\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:937,potency:2,name:\"minecraft:health_boost\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:hunger\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:0,name:\"minecraft:invisibility\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:218,potency:0,name:\"minecraft:jump_boost\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:843,potency:1,name:\"minecraft:jump_boost\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:0,name:\"minecraft:slowness\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:125,potency:1,name:\"minecraft:slowness\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:218,potency:0,name:\"minecraft:speed\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:281,potency:1,name:\"minecraft:speed\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:375,potency:2,name:\"minecraft:speed\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:218,potency:0,name:\"minecraft:night_vision\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:poison\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:31,potency:0,name:\"minecraft:regeneration\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:1,name:\"minecraft:regeneration\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:218,potency:0,name:\"minecraft:resistance\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:281,potency:1,name:\"minecraft:resistance\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:93,potency:0,name:\"minecraft:water_breathing\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:0,name:\"minecraft:weakness\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:125,potency:1,name:\"minecraft:weakness\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:31,potency:0,name:\"minecraft:wither\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:1,name:\"minecraft:wither\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:0,name:\"xreliquary:cure_potion\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:1,name:\"xreliquary:cure_potion\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:2,name:\"xreliquary:cure_potion\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:3,name:\"xreliquary:cure_potion\"}]},Damage:0s}", - "{id:\"xreliquary:tipped_arrow\",Count:3s,tag:{effects:[{duration:62,potency:4,name:\"xreliquary:cure_potion\"}]},Damage:0s}", - "{id:\"rftoolsdim:material_absorber\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:liquid_absorber\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:biome_absorber\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:terrain_absorber\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:feature_absorber\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:time_absorber\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:34s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:32s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:32s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:blood_sword\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:15s,Damage:2s}", - "{id:\"woot:upgrade\",Count:2s,Damage:0s}", - "{id:\"woot:upgrade\",Count:4s,Damage:1s}", - "{id:\"woot:upgrade\",Count:6s,Damage:2s}", - "{id:\"woot:upgrade\",Count:2s,Damage:12s}", - "{id:\"woot:upgrade\",Count:4s,Damage:13s}", - "{id:\"woot:upgrade\",Count:6s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dsword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:asword\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corsword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsword\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:soulreaper\",Count:108s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumsword\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_more_damage_lens\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_emerald\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_obsidian\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_quartz\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:wooden_paxel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:stone_paxel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:iron_paxel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:gold_paxel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:diamond_paxel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:emerald_paxel\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:obsidian_paxel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:quartz_paxel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_crystal_red\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_red\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_crystal_blue\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_blue\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_crystal_light_blue\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_light_blue\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_crystal_black\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_black\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_crystal_green\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_green\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_crystal_white\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_paxel_crystal_white\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:16s,tag:{isActive:0b,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:16s,tag:{isActive:0b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:16s,tag:{isActive:1b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzesword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubysword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphiresword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotsword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holystone_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:flaming_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:lightning_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:holy_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:vampire_blade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:pig_slayer\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:candy_cane_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:notch_hammer\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_sword\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcrystalsword\",Count:24s,tag:{astralsorcery:{size:1800,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemchargedcrystalsword\",Count:24s,tag:{astralsorcery:{size:1800,fract:0,purity:100,sizeOverride:-1,collect:100}},Damage:0s}", - "{id:\"contenttweaker:forbidden_matter\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:limbo_warper\",Count:9s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_blade\",Count:12s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:9s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:18s,Damage:0s}", - "{id:\"magicbees:moondial\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_greataxe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:shockwave_sword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:predator_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:wights_bane\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:sludge_slicer\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:critter_cruncher\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:hag_hacker\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient_greatsword\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient_battle_axe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rolled_newspaper\",Count:7s,tag:{ench:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"erebus:wall_plants_cultivated\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_bow\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:flamecatcher\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:2s,Damage:0s}" - ] - }, - { - "aspect": "perditio", - "items": [ - "{id:\"minecraft:cobblestone\",Count:1s,Damage:0s}", - "{id:\"minecraft:bedrock\",Count:25s,Damage:0s}", - "{id:\"minecraft:sand\",Count:5s,Damage:0s}", - "{id:\"minecraft:sand\",Count:5s,Damage:1s}", - "{id:\"minecraft:gravel\",Count:2s,Damage:0s}", - "{id:\"minecraft:sandstone\",Count:15s,Damage:0s}", - "{id:\"minecraft:sandstone\",Count:15s,Damage:1s}", - "{id:\"minecraft:sandstone\",Count:15s,Damage:2s}", - "{id:\"minecraft:mossy_cobblestone\",Count:1s,Damage:0s}", - "{id:\"minecraft:stone_stairs\",Count:1s,Damage:0s}", - "{id:\"minecraft:stonebrick\",Count:1s,Damage:2s}", - "{id:\"minecraft:sandstone_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:red_sandstone\",Count:15s,Damage:0s}", - "{id:\"minecraft:red_sandstone\",Count:7s,Damage:1s}", - "{id:\"minecraft:red_sandstone\",Count:11s,Damage:2s}", - "{id:\"minecraft:red_sandstone_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:stone_slab2\",Count:5s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:1s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:2s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:3s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:4s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:5s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:6s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:7s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:8s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:9s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:10s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:11s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:12s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:13s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:14s}", - "{id:\"minecraft:concrete\",Count:2s,Damage:15s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:0s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:1s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:2s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:3s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:4s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:5s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:6s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:7s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:8s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:9s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:10s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:11s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:12s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:13s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:14s}", - "{id:\"minecraft:concrete_powder\",Count:2s,Damage:15s}", - "{id:\"minecraft:deadbush\",Count:1s,Damage:0s}", - "{id:\"minecraft:skull\",Count:5s,Damage:4s}", - "{id:\"minecraft:dispenser\",Count:5s,Damage:0s}", - "{id:\"minecraft:sticky_piston\",Count:2s,Damage:0s}", - "{id:\"minecraft:dropper\",Count:5s,Damage:0s}", - "{id:\"minecraft:observer\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_pickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_axe\",Count:2s,Damage:0s}", - "{id:\"minecraft:gunpowder\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_hoe\",Count:1s,Damage:0s}", - "{id:\"minecraft:brewing_stand\",Count:2s,Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:7s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:fire_charge\",Count:2s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:3}]},Damage:0s}", - "{id:\"minecraft:dragon_breath\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:totem_of_undying\",Count:10s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:1s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:64s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:65s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:66s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:67s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:99s}", - "{id:\"techreborn:grinder\",Count:1s,Damage:0s}", - "{id:\"techreborn:plate_bending_machine\",Count:6s,Damage:0s}", - "{id:\"techreborn:wire_mill\",Count:1s,Damage:0s}", - "{id:\"forestry:bog_earth\",Count:1s,Damage:0s}", - "{id:\"forestry:loam\",Count:1s,Damage:0s}", - "{id:\"railcraft:manipulator\",Count:3s,Damage:8s}", - "{id:\"railcraft:brick_abyssal\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_bleachedbone\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_bloodstained\",Count:6s,Damage:0s}", - "{id:\"railcraft:brick_bloodstained\",Count:8s,Damage:1s}", - "{id:\"railcraft:brick_bloodstained\",Count:11s,Damage:2s}", - "{id:\"railcraft:brick_bloodstained\",Count:15s,Damage:4s}", - "{id:\"railcraft:brick_frostbound\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_infernal\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_quarried\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_sandy\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_red_sandy\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_nether\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_red_nether\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_andesite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_diorite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_granite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_pearlized\",Count:7s,Damage:4s}", - "{id:\"bewitchment:despair_bricks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:despair_brick_stairs\",Count:1s,Damage:0s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:640s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:641s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:642s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:643s}", - "{id:\"biomesoplenty:white_sand\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:white_sandstone\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:white_sandstone\",Count:7s,Damage:1s}", - "{id:\"biomesoplenty:white_sandstone\",Count:11s,Damage:2s}", - "{id:\"biomesoplenty:white_sandstone_stairs\",Count:16s,Damage:0s}", - "{id:\"biomesoplenty:other_slab\",Count:5s,Damage:1s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:7s}", - "{id:\"careerbees:ingredients\",Count:1s,Damage:4s}", - "{id:\"careerbees:ingredients\",Count:1s,Damage:5s}", - "{id:\"careerbees:ingredients\",Count:1s,Damage:6s}", - "{id:\"careerbees:ingredients\",Count:1s,Damage:7s}", - "{id:\"careerbees:ingredients\",Count:1s,Damage:8s}", - "{id:\"extrautils2:trashcan\",Count:3s,Damage:0s}", - "{id:\"extrautils2:trashcanfluid\",Count:3s,Damage:0s}", - "{id:\"extrautils2:trashcanenergy\",Count:3s,Damage:0s}", - "{id:\"extrautils2:compressedcobblestone\",Count:6s,Damage:0s}", - "{id:\"extrautils2:compressedsand\",Count:33s,Damage:0s}", - "{id:\"extrautils2:compressedgravel\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_stone\",Count:3s,Damage:0s}", - "{id:\"extrautils2:decorativesolid\",Count:1s,Damage:4s}", - "{id:\"extrautils2:user\",Count:3s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:4s,Damage:0s}", - "{id:\"extrautils2:spike_stone\",Count:2s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:7s,Damage:3s}", - "{id:\"extrautils2:trashchest\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_stone\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_iron\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_diamond\",Count:2s,Damage:0s}", - "{id:\"microblockcbe:stone_rod\",Count:1s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:7s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"perditio\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:cake\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"nuclearcraft:decay_generator\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:1s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:2s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:13s}", - "{id:\"randomthings:blockbreaker\",Count:5s,Damage:0s}", - "{id:\"randomthings:igniter\",Count:3s,Damage:0s}", - "{id:\"randomthings:blockdestabilizer\",Count:7s,Damage:0s}", - "{id:\"randomthings:sidedredstone\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:15s,Damage:0s}", - "{id:\"openblocks:cannon\",Count:3s,Damage:0s}", - "{id:\"openblocks:village_highlighter\",Count:2s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:30s,Damage:250s}", - "{id:\"projectred-transportation:pipe\",Count:3s,Damage:33s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_saw\",Count:1s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:1s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:2s}", - "{id:\"libvulpes:productdust\",Count:1s,Damage:1s}", - "{id:\"libvulpes:productdust\",Count:1s,Damage:2s}", - "{id:\"libvulpes:productdust\",Count:1s,Damage:4s}", - "{id:\"libvulpes:productdust\",Count:1s,Damage:5s}", - "{id:\"chisel:brownstone\",Count:11s,Damage:0s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:0s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:1s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:2s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:3s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:4s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:5s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:6s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:7s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:8s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:9s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:10s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:11s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:12s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:13s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:14s}", - "{id:\"chisel:cobblestone\",Count:1s,Damage:15s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:0s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:1s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:2s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:3s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:4s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:5s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:6s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:7s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:8s}", - "{id:\"chisel:cobblestone1\",Count:1s,Damage:9s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:0s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:1s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:2s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:3s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:4s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:5s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:6s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:7s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:8s}", - "{id:\"chisel:cobblestone2\",Count:1s,Damage:9s}", - "{id:\"thaumcraft:crystal_perditio\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:vishroom\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:3s,Damage:0s}", - "{id:\"divinerpg:creeper_pumpkin\",Count:60s,Damage:0s}", - "{id:\"divinerpg:coalstone\",Count:1s,Damage:0s}", - "{id:\"divinerpg:coalstone_stairs\",Count:1s,Damage:0s}", - "{id:\"divinerpg:icy_stone\",Count:1s,Damage:0s}", - "{id:\"divinerpg:workshop_bookcase\",Count:4s,Damage:0s}", - "{id:\"advancedrocketry:jetpack\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:7s,tag:{FluidName:\"creosote\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:15s,tag:{FluidName:\"liquid_death\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primordial_pearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"perditio\"}]},Damage:0s}", - "{id:\"thaumcraft:chunk\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:chunk\",Count:1s,Damage:1s}", - "{id:\"thaumcraft:chunk\",Count:1s,Damage:2s}", - "{id:\"thaumcraft:chunk\",Count:1s,Damage:3s}", - "{id:\"thaumcraft:chunk\",Count:1s,Damage:4s}", - "{id:\"thaumcraft:chunk\",Count:1s,Damage:5s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"perditio\"}]},Damage:1s}", - "{id:\"thaumcraft:alumentum\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:14s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:charm_undying\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_assistance\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:fishing_rod_of_misadventure\",Count:2s,Damage:0s}", - "{id:\"tombstone:dust_of_vanishing\",Count:7s,Damage:0s}", - "{id:\"enderio:item_material\",Count:1s,Damage:22s}", - "{id:\"enderio:item_material\",Count:1s,Damage:24s}", - "{id:\"enderio:item_material\",Count:1s,Damage:25s}", - "{id:\"enderio:item_material\",Count:1s,Damage:26s}", - "{id:\"enderio:item_material\",Count:1s,Damage:27s}", - "{id:\"enderio:block_confusion_charge\",Count:22s,Damage:0s}", - "{id:\"enderio:block_concussion_charge\",Count:15s,Damage:0s}", - "{id:\"enderio:block_ender_charge\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_chestplate\",Count:3s,tag:{ench:[{lvl:2s,id:3}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_pickaxe\",Count:144s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_sword\",Count:96s,Damage:0s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:4s}", - "{id:\"twilightforest:tower_wood\",Count:3s,Damage:2s}", - "{id:\"twilightforest:tower_wood\",Count:3s,Damage:4s}", - "{id:\"twilightforest:underbrick\",Count:1s,Damage:2s}", - "{id:\"twilightforest:burnt_thorns\",Count:5s,Damage:0s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:1s}", - "{id:\"twilightforest:giant_cobblestone\",Count:64s,Damage:0s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:2s}", - "{id:\"twilightforest:cinder_log\",Count:12s,Damage:0s}", - "{id:\"twilightforest:etched_nagastone_weathered\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar_weathered\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_weathered\",Count:1s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_weathered\",Count:1s,Damage:8s}", - "{id:\"tconstruct:soil\",Count:2s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:3s,Damage:1s}", - "{id:\"tconstruct:soil\",Count:3s,Damage:2s}", - "{id:\"tconstruct:stone_ladder\",Count:1s,Damage:0s}", - "{id:\"tconstruct:brownstone\",Count:11s,Damage:1s}", - "{id:\"tconstruct:brownstone_slab\",Count:4s,Damage:1s}", - "{id:\"tconstruct:brownstone_stairs_rough\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:1s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:37s,Damage:4s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:9s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:11s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:12s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:18s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:19s}", - "{id:\"immersiveengineering:wirecoil\",Count:1s,Damage:7s}", - "{id:\"appliedenergistics2:grindstone\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:inscriber\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:tiny_tnt\",Count:15s,Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:0},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:600},Damage:600s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:200},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:800},Damage:600s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:400},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:1000},Damage:600s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:51s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:49s}", - "{id:\"bloodmagic:incense_altar\",Count:1s,Damage:0s}", - "{id:\"bloodmagic:component\",Count:1s,Damage:19s}", - "{id:\"bloodmagic:component\",Count:1s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_stone\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candlefire_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fireborne_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coral_greatblade\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepoid_greatblade\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetian_greatblade\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:royal_greatblade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_greatblade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shroomic_greatblade\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coralstone_maul\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:14s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_rifle\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:heat_wave\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hot_shot\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ginger_blaster\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:red_rocket\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:14s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dual_sight\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_boom\",Count:37s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_cannon\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:grenade\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:screamer_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aquatic_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:celestial_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystik_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_staff\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ember_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rejuvenation_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxic_terrorizer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:cannonball\",Count:1s,Damage:0s}", - "{id:\"aoa3:discharge_capsule\",Count:1s,Damage:0s}", - "{id:\"aoa3:metal_slug\",Count:1s,Damage:0s}", - "{id:\"aoa3:spreadshot\",Count:2s,Damage:0s}", - "{id:\"aoa3:gemenyte\",Count:5s,Damage:0s}", - "{id:\"aoa3:jewelyte\",Count:5s,Damage:0s}", - "{id:\"aoa3:ornamyte\",Count:5s,Damage:0s}", - "{id:\"aoa3:limonite_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:rusted_iron_ingot\",Count:2s,Damage:0s}", - "{id:\"aoa3:wither_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:coral_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:dense_rock\",Count:10s,Damage:0s}", - "{id:\"aoa3:enchanted_gunpowder\",Count:10s,Damage:0s}", - "{id:\"aoa3:flammable_dust\",Count:10s,Damage:0s}", - "{id:\"aoa3:limonite_rod\",Count:3s,Damage:0s}", - "{id:\"aoa3:orange_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:toxic_lump\",Count:5s,Damage:0s}", - "{id:\"aoa3:unstable_gunpowder\",Count:15s,Damage:0s}", - "{id:\"aoa3:whitewashing_solution\",Count:10s,Damage:0s}", - "{id:\"aoa3:boulder_dash\",Count:22s,Damage:0s}", - "{id:\"aoa3:explosive_gems\",Count:33s,Damage:0s}", - "{id:\"aoa3:creeponia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:deeplands_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sanctity_tablet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_boots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_legs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:7s,Damage:0s}", - "{id:\"aoa3:creep_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:deeplands_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:primed_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:unstable_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:creeponia_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:creeponia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:gemenyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:jewelyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:limonite_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:ornamyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory_limonite_lamp_off\",Count:2s,Damage:0s}", - "{id:\"aoa3:limonite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:gemenyte_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:jewelyte_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:limonite_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:ornamyte_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:22s,Damage:0s}", - "{id:\"ebwizardry:firebomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:smoke_bomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:spark_bomb\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:1s,tag:{},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:6s,tag:{},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thorring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:5s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:8s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:9s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:10s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:11s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:12s}", - "{id:\"botania:biomestonea\",Count:2s,Damage:13s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:14s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:15s}", - "{id:\"botania:biomestonea5stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea8stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea9stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea10stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea11stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea12stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea13stairs\",Count:2s,Damage:0s}", - "{id:\"botania:biomestonea14stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea15stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea0wall\",Count:1s,Damage:5s}", - "{id:\"botania:altar\",Count:6s,Damage:1s}", - "{id:\"botania:altar\",Count:6s,Damage:2s}", - "{id:\"botania:altar\",Count:6s,Damage:3s}", - "{id:\"botania:altar\",Count:6s,Damage:4s}", - "{id:\"botania:altar\",Count:6s,Damage:5s}", - "{id:\"botania:altar\",Count:12s,Damage:6s}", - "{id:\"botania:altar\",Count:6s,Damage:7s}", - "{id:\"botania:altar\",Count:6s,Damage:8s}", - "{id:\"botania:livingrock\",Count:1s,Damage:3s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:pistonrelay\",Count:3s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:felpumpkin\",Count:15s,Damage:0s}", - "{id:\"botania:cocoon\",Count:11s,Damage:0s}", - "{id:\"bewitchment:cloudy_oil\",Count:6s,Damage:0s}", - "{id:\"bewitchment:ebb_of_death\",Count:6s,Damage:0s}", - "{id:\"bewitchment:stone_ichor\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:4s,Damage:0s}", - "{id:\"bewitchment:oak_apple_gall\",Count:2s,Damage:0s}", - "{id:\"bewitchment:wood_ash\",Count:3s,Damage:0s}", - "{id:\"buildinggadgets:constructionblockpowder\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_potion\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:7s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_2\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_4\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_5\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_6\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_bark_red\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_bark_brown\",Count:1s,Damage:0s}", - "{id:\"erebus:petrified_log_inner\",Count:1s,Damage:0s}", - "{id:\"erebus:umber_furnace\",Count:6s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:3s,Damage:0s}", - "{id:\"erebus:stairs_umbercobble\",Count:1s,Damage:0s}", - "{id:\"ftbquests:progress_detector\",Count:3s,Damage:0s}", - "{id:\"ftbquests:loot_crate_opener\",Count:1s,Damage:0s}", - "{id:\"iceandfire:chared_cobblestone\",Count:1s,Damage:0s}", - "{id:\"iceandfire:chared_gravel\",Count:2s,Damage:0s}", - "{id:\"iceandfire:ash\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_cobblestone\",Count:1s,Damage:0s}", - "{id:\"iceandfire:frozen_gravel\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragon_ice\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragon_ice_spikes\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin\",Count:5s,Damage:1s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:5s,Damage:1s}", - "{id:\"iceandfire:desert_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"iceandfire:jungle_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"iceandfire:witherbone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:wither_shard\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:15s,Damage:0s}", - "{id:\"iceandfire:rotten_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:9s,Damage:0s}", - "{id:\"iceandfire:troll_tusk\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:5s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:5s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:5s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:5s,Damage:0s}", - "{id:\"integrateddynamics:part_block_reader_item\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:30s,Damage:13s}", - "{id:\"logisticspipes:chip_basic_raw\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:chip_advanced_raw\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:chip_fpga_raw\",Count:1s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:3s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:9s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:5s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:7s}", - "{id:\"xreliquary:bullet\",Count:2s,Damage:8s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:9s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:0,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1500,potency:2,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:blindness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:nausea\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:strength\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:1,name:\"minecraft:strength\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:500,potency:1,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:600,potency:2,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:haste\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:1,name:\"minecraft:haste\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:fire_resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:0,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1500,potency:2,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:hunger\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:invisibility\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:jump_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1350,potency:1,name:\"minecraft:jump_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:slowness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:200,potency:1,name:\"minecraft:slowness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:600,potency:2,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:night_vision\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:poison\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:50,potency:0,name:\"minecraft:regeneration\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:1,name:\"minecraft:regeneration\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:water_breathing\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:weakness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:200,potency:1,name:\"minecraft:weakness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:50,potency:0,name:\"minecraft:wither\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:1,name:\"minecraft:wither\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:1,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:2,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:3,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:4,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:32s,Damage:0s}", - "{id:\"tg:ageing_stone\",Count:3s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:6s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:7s}", - "{id:\"thaumicaugmentation:stone\",Count:1s,Damage:10s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:8s,Damage:0s}", - "{id:\"thaumicaugmentation:strange_crystal\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:spellbinding_cloth\",Count:2s,Damage:0s}", - "{id:\"tinker_io:solidfuel\",Count:1s,Damage:0s}", - "{id:\"woot:structure\",Count:3s,Damage:8s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:dcstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyssalsand\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyssalcobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadstonecobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyssalnitecobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:coraliumcobblestonestairs\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dpick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:daxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhoe\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:nitre\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_firework_box\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_directional_breaker\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_canola_press\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_oil_generator\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_breaker\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_placer\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_placer\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_collector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_resonant_rice\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:stone_paxel\",Count:4s,Damage:0s}", - "{id:\"buildcraftcore:gear_stone\",Count:3s,Damage:0s}", - "{id:\"buildcraftfactory:water_gel_spawn\",Count:15s,Damage:0s}", - "{id:\"techreborn:dust\",Count:1s,Damage:6s}", - "{id:\"techreborn:dust\",Count:1s,Damage:7s}", - "{id:\"techreborn:dust\",Count:1s,Damage:14s}", - "{id:\"techreborn:dust\",Count:1s,Damage:24s}", - "{id:\"techreborn:dust\",Count:1s,Damage:27s}", - "{id:\"techreborn:dust\",Count:1s,Damage:29s}", - "{id:\"techreborn:dust\",Count:1s,Damage:47s}", - "{id:\"techreborn:dust\",Count:1s,Damage:53s}", - "{id:\"techreborn:part\",Count:3s,Damage:26s}", - "{id:\"techreborn:part\",Count:9s,Damage:28s}", - "{id:\"techreborn:iridiumneutronreflector\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_leaves\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_wool\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil_magma\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:block_workbench\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_sandstone_item\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:haven_block\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:vox_block\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:mysterium_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:crystevian_crystal\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{id:\"valkyrielib:modifier_component\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:silt\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_stairs\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:sulfur_furnace\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:sulfur_furnace_dual\",Count:10s,Damage:0s}", - "{id:\"thebetweenlands:animator\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_furnace\",Count:4s,Damage:0s}", - "{id:\"erebus:umberstone\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:4s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:5s,Damage:0s}" - ] - }, - { - "aspect": "aqua", - "items": [ - "{id:\"minecraft:sponge\",Count:5s,Damage:1s}", - "{id:\"minecraft:wool\",Count:1s,Damage:5s}", - "{id:\"minecraft:wool\",Count:1s,Damage:9s}", - "{id:\"minecraft:wool\",Count:4s,Damage:13s}", - "{id:\"minecraft:wool\",Count:1s,Damage:15s}", - "{id:\"minecraft:stone_slab\",Count:5s,Damage:4s}", - "{id:\"minecraft:brick_block\",Count:15s,Damage:0s}", - "{id:\"minecraft:clay\",Count:15s,Damage:0s}", - "{id:\"minecraft:brick_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:1s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:2s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:3s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:4s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:5s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:6s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:7s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:8s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:9s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:10s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:11s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:12s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:13s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:14s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:15s}", - "{id:\"minecraft:prismarine\",Count:15s,Damage:0s}", - "{id:\"minecraft:prismarine\",Count:33s,Damage:1s}", - "{id:\"minecraft:prismarine\",Count:31s,Damage:2s}", - "{id:\"minecraft:sea_lantern\",Count:33s,Damage:0s}", - "{id:\"minecraft:hardened_clay\",Count:15s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:1s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:2s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:3s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:4s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:5s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:6s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:7s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:8s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:9s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:10s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:11s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:12s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:13s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:14s}", - "{id:\"minecraft:concrete\",Count:1s,Damage:15s}", - "{id:\"minecraft:cactus\",Count:5s,Damage:0s}", - "{id:\"minecraft:waterlily\",Count:1s,Damage:0s}", - "{id:\"minecraft:slime\",Count:33s,Damage:0s}", - "{id:\"minecraft:carpet\",Count:2s,Damage:13s}", - "{id:\"minecraft:white_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:orange_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:magenta_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:light_blue_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:yellow_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:lime_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:pink_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:gray_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:silver_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:cyan_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:purple_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:blue_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:brown_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:green_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:red_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:black_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:bed\",Count:1s,Damage:5s}", - "{id:\"minecraft:bed\",Count:1s,Damage:9s}", - "{id:\"minecraft:bed\",Count:4s,Damage:13s}", - "{id:\"minecraft:bed\",Count:1s,Damage:15s}", - "{id:\"minecraft:flower_pot\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:10s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:18s,Damage:2s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:0s}", - "{id:\"twilightforest:mangrove_door\",Count:1s,Damage:0s}", - "{id:\"minecraft:boat\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:7s,Damage:0s}", - "{id:\"minecraft:spruce_boat\",Count:10s,Damage:0s}", - "{id:\"minecraft:birch_boat\",Count:10s,Damage:0s}", - "{id:\"minecraft:jungle_boat\",Count:10s,Damage:0s}", - "{id:\"minecraft:acacia_boat\",Count:10s,Damage:0s}", - "{id:\"minecraft:dark_oak_boat\",Count:10s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"always_true\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"ore\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"mod\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"creative_tab\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{data:{id:\"minecraft:air\",Count:2b,Damage:0s},id:\"bee\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:water_bucket\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:milk_bucket\",Count:5s,Damage:0s}", - "{id:\"minecraft:brick\",Count:5s,Damage:0s}", - "{id:\"minecraft:clay_ball\",Count:5s,Damage:0s}", - "{id:\"minecraft:reeds\",Count:3s,Damage:0s}", - "{id:\"minecraft:paper\",Count:2s,Damage:0s}", - "{id:\"minecraft:slime_ball\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:fishing_rod\",Count:10s,Damage:0s}", - "{id:\"minecraft:fish\",Count:5s,Damage:0s}", - "{id:\"minecraft:fish\",Count:5s,Damage:1s}", - "{id:\"minecraft:fish\",Count:5s,Damage:2s}", - "{id:\"minecraft:fish\",Count:5s,Damage:3s}", - "{id:\"minecraft:dye\",Count:2s,Damage:0s}", - "{id:\"minecraft:dye\",Count:6s,Damage:2s}", - "{id:\"minecraft:dye\",Count:2s,Damage:6s}", - "{id:\"minecraft:dye\",Count:2s,Damage:10s}", - "{id:\"minecraft:sugar\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:3s,Damage:0s}", - "{id:\"minecraft:potion\",Count:10s,tag:{Potion:\"minecraft:water\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:11s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:1s,Damage:0s}", - "{id:\"minecraft:magma_cream\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:writable_book\",Count:1s,Damage:0s}", - "{id:\"minecraft:map\",Count:12s,Damage:0s}", - "{id:\"minecraft:pumpkin_pie\",Count:1s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:6}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:8}]},Damage:0s}", - "{id:\"minecraft:prismarine_shard\",Count:5s,Damage:0s}", - "{id:\"minecraft:prismarine_crystals\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:water\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:water\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_13\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:rockwool\",Count:2s,Damage:6s}", - "{id:\"thermalfoundation:rockwool\",Count:2s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:diagram_redprint\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:bait\",Count:1s,Damage:0s}", - "{id:\"thermalfoundation:bait\",Count:1s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:24s,Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:device\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:1s,tag:{Energy:25000000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:1s,tag:{},Damage:0s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:256s}", - "{id:\"thermalexpansion:florb\",Count:1s,Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"iron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gold\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"pigiron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cobalt\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ardite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"knightslime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alubrass\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"brass\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"copper\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bronze\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"zinc\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lead\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nickel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"silver\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"electrum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"aluminum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidcoralium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidantimatter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"creosote\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crude_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"redstone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"glowstone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ender\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cryotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"aerotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"petrotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"constantan\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vibrant_alloy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"soularium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"construction_alloy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crude_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vivid_alloy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"moltenabyssalnite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"moltenrefinedcoralium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"moltendreadium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"canolaoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refinedcanolaoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystaloil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"empoweredoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_residue\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_residue_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_residue_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heavy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heavy_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_heavy_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_dense\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_dense_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_dense_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_distilled\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_distilled_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oil_distilled_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_dense\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_dense_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_dense_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_heavy\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_heavy_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_heavy_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_light\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_light_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_light_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_light\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_light_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_mixed_light_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_gaseous\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_gaseous_heat_1\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fuel_gaseous_heat_2\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidberylium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcalcium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcalciumcarbonate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidchlorite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluiddeuterium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidglyceryl\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidhelium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidhelium3\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidheliumplasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidhydrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidlithium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidmercury\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidmethane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrocoalfuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrofuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrogendioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidpotassium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsilicon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsodium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsodiumpersulfate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidtritium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidwolframium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcarbon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcarbonfiber\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrocarbon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsulfur\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsodiumsulfide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluiddiesel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidnitrodiesel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidsulfuricacid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidcompressedair\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidelectrolyzedwater\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluidbiofuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bio.ethanol\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"biomass\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"for.honey\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"juice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"milk\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"seed.oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"short.mead\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"plantoil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ethanol\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"biodiesel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"concrete\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"uranium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"amber\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"xpjuice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"candied_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"baronyte\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"elecanium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ghastly\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ghoulish\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"limonite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lunar\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lyon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mystite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rosite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"shyrestone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"skeletal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"varsium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"charger\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.growth.medium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.bacteria\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.bacteria.poly\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.dna.raw\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.bacteria.vector\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.sap\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.resin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.latex\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.turpentine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.banana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.lemon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.lime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.orange\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.peach\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.plum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.carrot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.tomato\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.cranberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.grapefruit\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.olive\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.pineapple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.pear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.white.grape\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice.red.grape\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.cider.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.banana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.cider.peach\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.ciderpear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.plum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.carrot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.white\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.red\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.sparkling\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.agave\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.fermented.potatoes\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.citrus\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.cranberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.pineapple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.tomato\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.juice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.ale\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.lager\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.wheat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.rye\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.corn\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.beer.stout\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.grain\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.wheat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.rye\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.mash.corn\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.spirit.neutral\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.vodka\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.rum.white\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.rum.dark\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey.corn\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey.rye\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.whiskey.wheat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.wine.fortified\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.tequila\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.grape\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.pear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.plum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.citrus\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.brandy.fruit\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.spirit.sugarcane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.spirit.gin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.apple\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.pear\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.elderberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.apricot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liquor.fruit\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.almond\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.orange\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.banana\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.mint\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.hazelnut\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.cinnamon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.coffee\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.melon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.anise\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.peach\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.lemon\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.herbal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.cherry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.blackcurrant\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.blackberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"binnie.liqueur.raspberry\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sand\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"honey\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blood\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"poison\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hot_spring_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_lp\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"eternal_dragon_fire\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dimensional_essence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_void\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"overworldian_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"enriched_canola_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nethengeic_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_uu_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"spatial_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dense_plasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dragons_blood_plastic\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fossile_refined_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"aerial_moonshine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"spicy_pyrotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"luminous_lava\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cosmic_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nightly_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sunstruck_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crepuscular_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"seared_grave_stone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"astral_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_madness\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ethereal_fabric\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ghostly_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_life\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lymph_of_pixonia\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"galactic_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"milkiest_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alchemical_goo\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"twilight_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"weakened_cryotheoum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lving_gold_nak\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chaotic_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nightmarish_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"twilight_fire\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"universal_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"shyre_weed_oil\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"energized_mulch\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hyperdense_plasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cursed_myrmitite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"netrino_plasma\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"decomposed_matter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"atomic_nuclei\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"electrons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bosons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"protons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"neutrons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"higgs\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gravitrons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"strings\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"muons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fiery_peat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"halite_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hint_of_insanity\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hint_of_divinity\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"magnatar_stabilizer\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_realmite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_arlemite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_rupee\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"molten_netherite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lumiotheum\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"eptane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gluons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"quarks\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"leptons\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"demonic_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"corrosive_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"destructive_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vengeful_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"steadfast_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"bloodmaster_metal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dreadite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dreaded_steel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sednanite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluctuatite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vibranium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rhenium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"myrmitite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"candyte\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"palladium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vityte\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"polonium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ogerite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"primal_ogerite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lunastone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chalcedony\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"brightsteel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"caesium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"strontium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rubidium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chaos\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"abyssite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"eternal_fabric\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"formic_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mutagen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquiddna\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"protein\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"crystal_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"essence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"meat\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"latex\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sewage\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sludge\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"biofuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"if.pink_slime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"if.protein\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"menrilresin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidchorus\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oxygen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hydrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"deuterium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tritium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"helium3\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"helium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquidhelium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_nitrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"neutron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"methanol\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"radaway\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"radaway_slow\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nitrogen\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluorine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"carbon_dioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"carbon_monoxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ethene\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluoromethane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ammonia\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"oxygen_difluoride\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"diborane\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfur_dioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfur_trioxide\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hydrofluoric_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boric_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sulfuric_acid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"boron_nitride_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"fluorite_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"calcium_sulfate_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sodium_fluoride_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"potassium_fluoride_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sodium_hydroxide_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"potassium_hydroxide_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"borax_solution\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"chocolate_liquor\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cocoa_butter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"unsweetened_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dark_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"milk_chocolate\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"sugar\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"gelatin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hydrated_gelatin\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"marshmallow\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"exhaust_steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"low_pressure_steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"low_quality_steam\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"preheated_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"condensate_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nak\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nak_hot\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"osmium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"manasteel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"psi\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ivorypsi\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refinediron\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"alumite\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"elementium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"mirion\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"thaumium\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"starmetal\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"swamp_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"stagnant_water\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"tar\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rubber\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"nutrient_distillation\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"ender_distillation\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"vapor_of_levity\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"hootch\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rocket_fuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_sunshine\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cloud_seed\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"cloud_seed_concentrated\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_fertilizer\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"rocketfuel\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"flux_goo\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"liquid_death\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"purifying_fluid\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"stone\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"clay\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"dirt\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blueslime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"purpleslime\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"lifeessence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blockfluiddirt\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"blockfluidantimatter\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"refined_life_essence\"},Damage:0s}", - "{id:\"thermalexpansion:florb\",Count:1s,tag:{Fluid:\"astralsorcery.liquidstarlight\"},Damage:0s}", - "{id:\"techreborn:quantum_chest\",Count:7s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:4s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:13s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:18s,Damage:0s}", - "{id:\"forestry:ash_brick\",Count:15s,Damage:0s}", - "{id:\"forestry:ash_stairs\",Count:22s,Damage:0s}", - "{id:\"forestry:loam\",Count:4s,Damage:0s}", - "{id:\"forestry:letters\",Count:1s,Damage:0s}", - "{id:\"railcraft:tool_signal_label\",Count:1s,Damage:0s}", - "{id:\"railcraft:routing_ticket_gold\",Count:1s,Damage:0s}", - "{id:\"bewitchment:block_of_salt\",Count:27s,Damage:0s}", - "{id:\"bewitchment:salt_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_smooth\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_shell\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:chiseled_coquina\",Count:2s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_bricks\",Count:5s,Damage:0s}", - "{id:\"bewitchment:coquina_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_stairs\",Count:5s,Damage:0s}", - "{id:\"bewitchment:coquina_stairs\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:coquina_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:blue_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:brazier\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:2s,Damage:0s}", - "{id:\"genetics:misc\",Count:3s,Damage:5s}", - "{id:\"genetics:lab_machine\",Count:30s,Damage:4s}", - "{id:\"botany:clay\",Count:11s,Damage:0s}", - "{id:\"botany:clay\",Count:11s,Damage:1s}", - "{id:\"botany:clay\",Count:11s,Damage:2s}", - "{id:\"botany:clay\",Count:11s,Damage:3s}", - "{id:\"botany:clay\",Count:11s,Damage:4s}", - "{id:\"botany:clay\",Count:11s,Damage:5s}", - "{id:\"botany:clay\",Count:11s,Damage:6s}", - "{id:\"botany:clay\",Count:11s,Damage:7s}", - "{id:\"botany:clay\",Count:11s,Damage:8s}", - "{id:\"botany:clay\",Count:11s,Damage:9s}", - "{id:\"botany:clay\",Count:11s,Damage:10s}", - "{id:\"botany:clay\",Count:11s,Damage:11s}", - "{id:\"botany:clay\",Count:11s,Damage:12s}", - "{id:\"botany:clay\",Count:11s,Damage:13s}", - "{id:\"botany:clay\",Count:11s,Damage:14s}", - "{id:\"botany:clay\",Count:11s,Damage:15s}", - "{id:\"botany:clay\",Count:11s,Damage:16s}", - "{id:\"botany:clay\",Count:11s,Damage:17s}", - "{id:\"botany:clay\",Count:11s,Damage:18s}", - "{id:\"botany:clay\",Count:11s,Damage:19s}", - "{id:\"botany:clay\",Count:11s,Damage:20s}", - "{id:\"botany:clay\",Count:11s,Damage:21s}", - "{id:\"botany:clay\",Count:11s,Damage:22s}", - "{id:\"botany:clay\",Count:11s,Damage:23s}", - "{id:\"botany:clay\",Count:11s,Damage:24s}", - "{id:\"botany:clay\",Count:11s,Damage:25s}", - "{id:\"botany:clay\",Count:11s,Damage:26s}", - "{id:\"botany:clay\",Count:11s,Damage:27s}", - "{id:\"botany:clay\",Count:11s,Damage:28s}", - "{id:\"botany:clay\",Count:11s,Damage:29s}", - "{id:\"botany:clay\",Count:11s,Damage:30s}", - "{id:\"botany:clay\",Count:11s,Damage:31s}", - "{id:\"botany:clay\",Count:11s,Damage:32s}", - "{id:\"botany:clay\",Count:11s,Damage:33s}", - "{id:\"botany:clay\",Count:11s,Damage:34s}", - "{id:\"botany:clay\",Count:11s,Damage:35s}", - "{id:\"botany:clay\",Count:11s,Damage:36s}", - "{id:\"botany:clay\",Count:11s,Damage:37s}", - "{id:\"botany:clay\",Count:11s,Damage:38s}", - "{id:\"botany:clay\",Count:11s,Damage:39s}", - "{id:\"botany:clay\",Count:11s,Damage:40s}", - "{id:\"botany:clay\",Count:11s,Damage:41s}", - "{id:\"botany:clay\",Count:11s,Damage:42s}", - "{id:\"botany:clay\",Count:11s,Damage:43s}", - "{id:\"botany:clay\",Count:11s,Damage:44s}", - "{id:\"botany:clay\",Count:11s,Damage:45s}", - "{id:\"botany:clay\",Count:11s,Damage:46s}", - "{id:\"botany:clay\",Count:11s,Damage:47s}", - "{id:\"botany:clay\",Count:11s,Damage:48s}", - "{id:\"botany:clay\",Count:11s,Damage:49s}", - "{id:\"botany:clay\",Count:11s,Damage:50s}", - "{id:\"botany:clay\",Count:11s,Damage:51s}", - "{id:\"botany:clay\",Count:11s,Damage:52s}", - "{id:\"botany:clay\",Count:11s,Damage:53s}", - "{id:\"botany:clay\",Count:11s,Damage:54s}", - "{id:\"botany:clay\",Count:11s,Damage:55s}", - "{id:\"botany:clay\",Count:11s,Damage:56s}", - "{id:\"botany:clay\",Count:11s,Damage:57s}", - "{id:\"botany:clay\",Count:11s,Damage:58s}", - "{id:\"botany:clay\",Count:11s,Damage:59s}", - "{id:\"botany:clay\",Count:11s,Damage:60s}", - "{id:\"botany:clay\",Count:11s,Damage:61s}", - "{id:\"botany:clay\",Count:11s,Damage:62s}", - "{id:\"botany:clay\",Count:11s,Damage:63s}", - "{id:\"botany:clay\",Count:11s,Damage:64s}", - "{id:\"botany:clay\",Count:11s,Damage:65s}", - "{id:\"botany:clay\",Count:11s,Damage:66s}", - "{id:\"botany:clay\",Count:11s,Damage:67s}", - "{id:\"botany:clay\",Count:11s,Damage:68s}", - "{id:\"botany:clay\",Count:11s,Damage:69s}", - "{id:\"botany:clay\",Count:11s,Damage:70s}", - "{id:\"botany:clay\",Count:11s,Damage:71s}", - "{id:\"botany:clay\",Count:11s,Damage:72s}", - "{id:\"botany:clay\",Count:11s,Damage:73s}", - "{id:\"botany:clay\",Count:11s,Damage:74s}", - "{id:\"botany:clay\",Count:11s,Damage:75s}", - "{id:\"botany:clay\",Count:11s,Damage:76s}", - "{id:\"botany:clay\",Count:11s,Damage:77s}", - "{id:\"botany:clay\",Count:11s,Damage:78s}", - "{id:\"botany:clay\",Count:11s,Damage:79s}", - "{id:\"botany:misc_ceramic\",Count:2s,Damage:0s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:0s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:384s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:1s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:385s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:2s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:386s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:3s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:387s}", - "{id:\"botany:machine\",Count:7s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.clay\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:mud\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:poison_frame\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:pheremone_frame\",Count:1s,Damage:0s}", - "{id:\"extracells:part.base\",Count:16s,Damage:7s}", - "{id:\"extracells:walrus\",Count:30s,Damage:0s}", - "{id:\"extracells:hardmedrive\",Count:16s,Damage:0s}", - "{id:\"extrautils2:contract\",Count:3s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:30s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:6s,Damage:4s}", - "{id:\"gendustry:apiary.upgrade\",Count:30s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:3s,Damage:0s}", - "{id:\"gendustry:pollen_kit\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:23s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"aqua\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:cake\",Count:9s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:15s,Damage:1s}", - "{id:\"nuclearcraft:cobblestone_generator\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:90s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:500s,Damage:0s}", - "{id:\"nuclearcraft:water_source\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:water_source_compact\",Count:180s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_wanderer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_end_of_the_world\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_money_for_nothing\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_hyperspace\",Count:3s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:5s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:30s,Damage:0s}", - "{id:\"randomthings:imbuingstation\",Count:27s,Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:3s,Damage:0s}", - "{id:\"randomthings:superlubricentice\",Count:1s,Damage:0s}", - "{id:\"randomthings:filteredsuperlubricentplatform\",Count:1s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:5s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:9s}", - "{id:\"randomthings:luminousblock\",Count:4s,Damage:13s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:15s}", - "{id:\"randomthings:translucentluminousblock\",Count:3s,Damage:13s}", - "{id:\"randomthings:slimecube\",Count:15s,Damage:0s}", - "{id:\"randomthings:notificationinterface\",Count:6s,Damage:0s}", - "{id:\"randomthings:rainbowlamp\",Count:4s,Damage:0s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:0s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:1s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:2s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:3s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:4s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:5s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:6s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:7s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:8s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:9s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:10s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:11s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:12s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:13s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:14s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:15s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:0s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:1s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:2s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:3s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:4s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:5s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:6s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:7s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:8s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:9s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:10s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:11s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:12s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:13s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:14s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:15s}", - "{id:\"randomthings:plate_redirector\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_filteredredirector\",Count:4s,Damage:0s}", - "{id:\"randomthings:plate_redstone\",Count:4s,Damage:0s}", - "{id:\"randomthings:plate_bouncy\",Count:1s,Damage:0s}", - "{id:\"randomthings:positionfilter\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:enderletter\",Count:4s,Damage:0s}", - "{id:\"randomthings:entityfilter\",Count:1s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:1s,Damage:6s}", - "{id:\"randomthings:itemfilter\",Count:1s,Damage:0s}", - "{id:\"randomthings:idcard\",Count:3s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:1s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:7s,Damage:1s}", - "{id:\"randomthings:weatheregg\",Count:1s,Damage:2s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:6s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:10s}", - "{id:\"randomthings:grassseeds\",Count:4s,Damage:14s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:16s}", - "{id:\"randomthings:runedust\",Count:1s,Damage:13s}", - "{id:\"logisticsbridge:lb.package\",Count:1s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:9s}", - "{id:\"openblocks:elevator\",Count:24s,Damage:13s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:15s}", - "{id:\"openblocks:elevator_rotating\",Count:4s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:18s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:4s,Damage:15s}", - "{id:\"openblocks:sponge\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:canvas\",Count:1s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:9s,Damage:0s}", - "{id:\"openblocks:generic\",Count:1s,Damage:3s}", - "{id:\"openblocks:generic\",Count:5s,Damage:5s}", - "{id:\"openblocks:generic\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:1973019},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:11743532},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:3887386},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:5320730},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:2437522},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:8073150},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:2651799},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:11250603},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:4408131},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:14188952},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:4312372},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:14602026},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:6719955},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:12801229},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:15435844},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:15790320},Damage:0s}", - "{id:\"openblocks:slimalyzer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:squeegee\",Count:6s,Damage:0s}", - "{id:\"openblocks:tasty_clay\",Count:3s,Damage:0s}", - "{id:\"openblocks:info_book\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sponge_on_a_stick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:3s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:505s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:509s}", - "{id:\"projectred-core:resource_item\",Count:9s,Damage:513s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:515s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:600s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:multimeter\",Count:7s,Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:1s,Damage:3s}", - "{id:\"projectred-integration:gate\",Count:11s,Damage:16s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:14s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:23s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:27s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:31s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:33s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:5s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:9s}", - "{id:\"projectred-illumination:lamp\",Count:13s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:15s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:21s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:25s}", - "{id:\"projectred-illumination:lamp\",Count:13s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:31s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:13s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:9s,Damage:13s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:lantern\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:fixture_light\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:cage_lamp\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:6s,Damage:13s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-expansion:plan\",Count:1s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:56s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:56s,Damage:1s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:1s}", - "{id:\"projectred-transportation:pipe\",Count:9s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:4s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:29s,Damage:2s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:11s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:11s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-transportation:router_utility\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:4s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:15s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:3s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:4s}", - "{id:\"tg:terra_focus\",Count:2s,Damage:6s}", - "{id:\"tg:terra_focus\",Count:5s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:1s,tag:{},Damage:0s}", - "{id:\"wrcbe:empty_map\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:launchpad\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:observatory\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:planetanalyser\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:oxygendetection\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:orientationcontroller\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:altitudecontroller\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:pipesealer\",Count:15s,Damage:0s}", - "{id:\"chisel:brownstone\",Count:1s,Damage:0s}", - "{id:\"chisel:waterstone\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:crystal_aqua\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:taint_geyser\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:candle_lime\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:candle_cyan\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:candle_green\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:candle_black\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_cyan\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_black\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:nitor_lime\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:nitor_cyan\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:nitor_green\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:nitor_black\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:jar_brain\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:everfull_urn\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:5s,Damage:0s}", - "{id:\"divinerpg:aqua_torch\",Count:15s,Damage:0s}", - "{id:\"divinerpg:black_steel\",Count:1s,Damage:0s}", - "{id:\"divinerpg:green_steel\",Count:4s,Damage:0s}", - "{id:\"divinerpg:teal_steel\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blue_vane\",Count:3s,Damage:0s}", - "{id:\"divinerpg:cyan_vane\",Count:3s,Damage:0s}", - "{id:\"divinerpg:aquatonic_bricks\",Count:20s,Damage:0s}", - "{id:\"divinerpg:green_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:aqua_lamp\",Count:15s,Damage:0s}", - "{id:\"divinerpg:kraken_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:milky_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:green_fence\",Count:27s,Damage:0s}", - "{id:\"divinerpg:checker\",Count:1s,Damage:0s}", - "{id:\"divinerpg:aqua_ball\",Count:108s,Damage:0s}", - "{id:\"divinerpg:aquatic_blaze_rod\",Count:81s,Damage:0s}", - "{id:\"divinerpg:healing_stone\",Count:2s,Damage:0s}", - "{id:\"divinerpg:kraken_scale\",Count:10s,Damage:0s}", - "{id:\"divinerpg:kraken_skin\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:misc\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primordial_pearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"aqua\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"aqua\"}]},Damage:1s}", - "{id:\"thaumcraft:bottle_taint\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:8s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:1s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:2s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:3s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:5s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:6s}", - "{id:\"thaumcraft:seal\",Count:6s,Damage:7s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:9s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:13s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:17s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_of_knowledge\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:6s}", - "{id:\"tombstone:crafting_ingredient\",Count:4s,Damage:0s}", - "{id:\"enderio:item_material\",Count:1s,Damage:22s}", - "{id:\"enderio:item_material\",Count:6s,Damage:60s}", - "{id:\"enderio:item_material\",Count:3s,Damage:77s}", - "{id:\"enderio:item_material\",Count:26s,Damage:81s}", - "{id:\"enderio:block_dark_paper_anvil\",Count:15s,Damage:0s}", - "{id:\"enderio:block_decoration1\",Count:15s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:2s}", - "{id:\"enderio:block_decoration2\",Count:8s,Damage:3s}", - "{id:\"enderio:block_decoration2\",Count:6s,Damage:4s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:5s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:6s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:8s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:10s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:13s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:14s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:15s}", - "{id:\"enderio:block_decoration3\",Count:11s,Damage:0s}", - "{id:\"enderio:block_decoration3\",Count:11s,Damage:1s}", - "{id:\"enderio:block_decoration3\",Count:11s,Damage:2s}", - "{id:\"enderio:block_decoration3\",Count:11s,Damage:3s}", - "{id:\"enderio:block_decoration3\",Count:11s,Damage:4s}", - "{id:\"enderio:block_enderman_skull\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_ender_food\",Count:3s,Damage:0s}", - "{id:\"enderio:item_basic_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_advanced_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_big_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_big\",Count:4s,Damage:0s}", - "{id:\"enderio:item_fluid_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:3s,Damage:0s}", - "{id:\"enderio:item_species_item_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:33s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_helmet\",Count:3s,tag:{ench:[{lvl:1s,id:6}]},Damage:0s}", - "{id:\"twilightforest:fiery_tears\",Count:22s,Damage:0s}", - "{id:\"twilightforest:twilight_log\",Count:5s,Damage:2s}", - "{id:\"twilightforest:twilight_plant\",Count:2s,Damage:0s}", - "{id:\"twilightforest:huge_lilypad\",Count:5s,Damage:0s}", - "{id:\"twilightforest:huge_waterlily\",Count:2s,Damage:0s}", - "{id:\"twilightforest:mangrove_planks\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mangrove_fence\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mangrove_gate\",Count:1s,Damage:0s}", - "{id:\"twilightforest:mangrove_plate\",Count:1s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:1s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:11s,Damage:1s}", - "{id:\"tconstruct:soil\",Count:11s,Damage:2s}", - "{id:\"tconstruct:soil\",Count:12s,Damage:5s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:1s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:2s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:3s}", - "{id:\"tconstruct:slime\",Count:33s,Damage:4s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:0s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:1s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:2s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:3s}", - "{id:\"tconstruct:slime_congealed\",Count:15s,Damage:4s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:1s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:2s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:3s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:4s}", - "{id:\"tconstruct:edible\",Count:5s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:15s,Damage:0s}", - "{id:\"tconstruct:slime_grass\",Count:15s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:15s,Damage:10s}", - "{id:\"tconstruct:punji\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:30s,Damage:4s}", - "{id:\"buildcraftlib:guide\",Count:4s,tag:{BookName:\"buildcraftlib:meta\"},Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:4s,Damage:0s}", - "{id:\"immersiveengineering:stone_decoration\",Count:3s,Damage:4s}", - "{id:\"immersiveengineering:stone_decoration\",Count:1s,Damage:5s}", - "{id:\"immersiveengineering:stone_decoration\",Count:2s,Damage:8s}", - "{id:\"immersiveengineering:stone_decoration_stairs_hempcrete\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:stone_decoration_stairs_concrete\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:7s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:0s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:1s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:2s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:3s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:4s}", - "{id:\"immersiveengineering:connector\",Count:16s,Damage:7s}", - "{id:\"immersiveengineering:connector\",Count:16s,Damage:8s}", - "{id:\"immersiveengineering:connector\",Count:22s,Damage:9s}", - "{id:\"immersiveengineering:connector\",Count:16s,Damage:10s}", - "{id:\"immersiveengineering:connector\",Count:22s,Damage:11s}", - "{id:\"immersiveengineering:connector\",Count:5s,Damage:12s}", - "{id:\"immersiveengineering:connector\",Count:3s,Damage:13s}", - "{id:\"immersiveengineering:metal_device1\",Count:8s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:49s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:8s,Damage:0s}", - "{id:\"appliedenergistics2:wireless_access_point\",Count:11s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:39s,Damage:0s}", - "{id:\"appliedenergistics2:spatial_io_port\",Count:55s,Damage:0s}", - "{id:\"appliedenergistics2:drive\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:chest\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:fluid_interface\",Count:12s,Damage:0s}", - "{id:\"appliedenergistics2:io_port\",Count:44s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_growth_accelerator\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_unit\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_accelerator\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_1k\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_4k\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_monitor\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:16s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:16s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:20s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:21s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:22s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:23s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:24s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:25s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:26s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:27s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:28s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:29s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:30s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:31s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:32s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:33s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:34s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:35s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:36s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:500s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:501s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:502s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:503s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:504s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:505s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:506s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:507s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:508s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:509s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:510s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:511s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:512s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:513s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:514s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:515s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:516s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:60s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:61s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:62s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:63s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:64s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:65s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:66s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:67s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:68s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:69s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:70s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:71s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:72s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:73s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:74s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:75s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:76s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:1s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:2s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:3s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:4s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:5s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:6s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:7s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:8s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:9s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:10s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:11s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:12s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:13s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:14s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:15s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:16s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:40s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:41s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:42s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:43s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:44s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:45s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:46s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:47s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:48s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:49s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:50s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:51s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:52s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:53s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:54s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:55s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:56s}", - "{id:\"appliedenergistics2:part\",Count:12s,Damage:261s}", - "{id:\"appliedenergistics2:part\",Count:12s,Damage:241s}", - "{id:\"appliedenergistics2:part\",Count:12s,Damage:221s}", - "{id:\"appliedenergistics2:part\",Count:16s,Damage:100s}", - "{id:\"appliedenergistics2:part\",Count:22s,Damage:80s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:4s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_repair_talisman\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_evertide_amulet\",Count:90s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:3s,Damage:1s}", - "{id:\"bloodmagic:blood_rune\",Count:45s,Damage:5s}", - "{id:\"bloodmagic:blood_rune\",Count:2s,Damage:9s}", - "{id:\"bloodmagic:base_item_filter\",Count:18s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coral_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coralstone_maul\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aqua_magnum\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mint_magnum\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ginger_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_tooth\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:water_balloon_bomber\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aquatic_staff\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:froster\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:water_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:amphibiyte_lung\",Count:5s,Damage:0s}", - "{id:\"aoa3:coral_stone\",Count:10s,Damage:0s}", - "{id:\"aoa3:metal_tub\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:magic_mending_solution\",Count:5s,Damage:0s}", - "{id:\"aoa3:sticky_slime\",Count:5s,Damage:0s}", - "{id:\"aoa3:treat_bag\",Count:6s,Damage:0s}", - "{id:\"aoa3:borean_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:seaside_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:agility_tablet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:cleansing_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oxygen_tablet\",Count:3s,Damage:0s}", - "{id:\"aoa3:raw_candlefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_crimson_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_crimson_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_dark_hatchetfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_fingerfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_golden_gullfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_ironback\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_limefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_pearl_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_rainbowfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_razorfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_rocketfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_sailback\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_sapphire_strider\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_turquoise_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_violet_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:bubble_berries\",Count:5s,Damage:0s}", - "{id:\"aoa3:candy_cane\",Count:1s,Damage:0s}", - "{id:\"aoa3:candy_corn\",Count:1s,Damage:0s}", - "{id:\"aoa3:eye_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:floracle_sticks\",Count:5s,Damage:0s}", - "{id:\"aoa3:fungal_tea\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:halycon_milk\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunarade\",Count:5s,Damage:0s}", - "{id:\"aoa3:natural_tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:peppermint_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_gummy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_pop\",Count:1s,Damage:0s}", - "{id:\"aoa3:spearmint_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:corby_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:6s,Damage:0s}", - "{id:\"aoa3:black_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:cyan_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_life_lamp_off\",Count:4s,Damage:0s}", - "{id:\"aoa3:lime_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:speed_enhancer\",Count:7s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:8s,Damage:0s}", - "{id:\"ebwizardry:blank_scroll\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:18s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:26s,tag:{},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:45s,tag:{},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:6s,tag:{},Damage:22s}", - "{id:\"botania:rune\",Count:25s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:4s,Damage:5s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterring\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterrod\",Count:26s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manainkwell\",Count:2s,tag:{},Damage:150s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cobblerod\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:swapring\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:18s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:4s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:12s}", - "{id:\"botania:pavement\",Count:1s,Damage:5s}", - "{id:\"botania:biomestonea4stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea12stairs\",Count:1s,Damage:0s}", - "{id:\"botania:pavement5stairs\",Count:1s,Damage:0s}", - "{id:\"botania:altar\",Count:6s,Damage:5s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:spawnerclaw\",Count:93s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:prism\",Count:7s,Damage:0s}", - "{id:\"botania:cellblock\",Count:3s,Damage:0s}", - "{id:\"bewitchment:salt\",Count:4s,Damage:0s}", - "{id:\"bewitchment:swirl_of_depths\",Count:6s,Damage:0s}", - "{id:\"bewitchment:otherworldly_tears\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:11s,Damage:0s}", - "{id:\"bewitchment:toe_of_frog\",Count:4s,Damage:0s}", - "{id:\"bewitchment:bottle_of_blood\",Count:3s,Damage:0s}", - "{id:\"bewitchment:bottle_of_vampire_blood\",Count:3s,Damage:0s}", - "{id:\"bewitchment:eye_of_old\",Count:2s,Damage:0s}", - "{id:\"bewitchment:juniper_tea\",Count:3s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lanterngold\",Count:4s,Damage:8s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:9s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lanterniron\",Count:4s,Damage:8s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:9s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lampgold\",Count:4s,Damage:8s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:9s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:lampiron\",Count:4s,Damage:8s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:9s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:1s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:2s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:4s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:5s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:6s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:typewriter\",Count:4s,Damage:8s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:9s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:7s}", - "{id:\"bibliocraft:swordpedestal\",Count:4s,Damage:8s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:6s,Damage:0s}", - "{id:\"buildinggadgets:constructionblockpowder\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:1118481},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:13388876},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:5744206},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:8349260},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:3368652},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:11691749},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:5020082},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:10066329},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:5000268},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15905484},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:8375321},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:14605932},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:10072818},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15040472},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15905331},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15790320},Damage:0s}", - "{id:\"computercraft:peripheral\",Count:1s,Damage:3s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:6s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:2s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:10s}", - "{id:\"conarm:resist_mat_blast\",Count:45s,Damage:0s}", - "{id:\"conarm:frosty_soles\",Count:1s,Damage:0s}", - "{id:\"deepmoblearning:polymer_clay\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:slime_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:182s,Damage:0s}", - "{id:\"erebus:honey_treat\",Count:6s,Damage:0s}", - "{id:\"erebus:mir_brick\",Count:5s,Damage:0s}", - "{id:\"erebus:bamboo_nerd_pole\",Count:1s,Damage:0s}", - "{id:\"erebus:composter\",Count:4s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:180s,Damage:0s}", - "{id:\"erebus:slab_mir_bricks\",Count:1s,Damage:0s}", - "{id:\"erebus:stairs_mir_bricks\",Count:5s,Damage:0s}", - "{id:\"extracpus:crafting_storage_256k\",Count:16s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:16s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:16s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bigreactors:wrench\",Count:1s,Damage:0s}", - "{id:\"hatchery:circuit_board\",Count:4s,Damage:0s}", - "{id:\"hatchery:feather_pulp\",Count:3s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:18s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:24s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:12s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:70s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:69s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:66s,Damage:2s}", - "{id:\"iceandfire:dragonsteel_ice_block\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_blue\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_bronze\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_deepblue\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_green\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_purple\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_red\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_teal\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:2s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{id:\"iceandfire:manuscript\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:fishing_spear\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:251s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:251s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:402s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:150s,Damage:3s}", - "{id:\"iceandfire:shiny_scales\",Count:10s,Damage:0s}", - "{id:\"iceandfire:siren_tear\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:56s,Damage:0s}", - "{id:\"iceandfire:hippocampus_fin\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippocampus_slapper\",Count:18s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_fang\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_arrow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:37s,Damage:0s}", - "{id:\"iceandfire:chain_sticky\",Count:3s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:15s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_blue\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_bronze\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_deepblue\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_green\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_purple\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_red\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_teal\",Count:10s,Damage:0s}", - "{id:\"teslacorelib:base_addon\",Count:10s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:drying_basin\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:6s,Damage:6s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:7s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:11s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:16s}", - "{id:\"mysticalagriculture:nature_seeds\",Count:18s,Damage:0s}", - "{id:\"mysticalagriculture:water_seeds\",Count:60s,Damage:0s}", - "{id:\"mysticalagriculture:dye_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:slime_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:4s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:5s}", - "{id:\"mysticalagriculture:charm\",Count:6s,Damage:9s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:rftools_shape_manual\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:network_monitor\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:12s,Damage:0s}", - "{id:\"rftools:oredict_module\",Count:1s,Damage:0s}", - "{id:\"rftools:generic_module\",Count:3s,Damage:0s}", - "{id:\"rftools:text_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energy_module\",Count:1s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluid_module\",Count:1s,Damage:0s}", - "{id:\"rftools:computer_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:1s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:space_chamber_card\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:24s,Damage:10s}", - "{id:\"rftools:powercell_card\",Count:1s,Damage:0s}", - "{id:\"rftools:regeneration_module\",Count:1s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:1s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:1s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:1s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:1s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:1s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:1s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:1s,Damage:0s}", - "{id:\"rftools:blindness_module\",Count:1s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:1s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:1s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:1s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:1s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:orphaning_card\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:1s,Damage:0s}", - "{id:\"rftools:composer\",Count:21s,Damage:0s}", - "{id:\"rftools:powercell\",Count:7s,Damage:0s}", - "{id:\"rftools:powercell_advanced\",Count:5s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:6s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_speed\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_satellite_advanced\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fluid_crafting\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_byproduct\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fuzzy\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_power_transportation\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_opaque\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_cleanup\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_blank\",Count:1s,Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier4\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:neutronium_cannon\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier3\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:lp_harvester\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier2\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier1\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dragonfire_forge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dimensional_stabilizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:transformer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier9\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier8\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:neutronium_bombarder\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier7\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:creation_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:infinity_furnace\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier6\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:gaia_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier5\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:iron_centrifuge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:sentient_coagulator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:illuminated_enchanter\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:cold_iron_forge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:lilith_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_discharger\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:valonite_gateway\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:essentia_solidifier\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:alloy_furnace\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dreading_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:bloodmaster_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:blood_reprocessor\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:empowered_monolith\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:arcane_autoinfuser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:arc_reactor\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:chaotic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:plasmatic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythic_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:quark_decomposer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:ender_stone_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:essentia_crystallizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier20\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:auto_astral_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier23\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier24\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:plasmatic_controller\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier21\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier22\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier27\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier28\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier25\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier26\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dragonfire_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier29\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:sterilized_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:herne_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_irradiator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:me_mythic_assembler\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:botanic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier12\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_sphere\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier13\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier10\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:pe_sterilizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier11\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier16\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier17\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:infusinator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier14\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier15\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:baphomet_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:wizardry_combiner\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:high_impulse_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier18\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:carminite_empowerer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:gravitite_enchanter\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier19\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:spatial_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:thaumic_replicator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mechanized_coop\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:moloch_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:terrestrial_cauldron\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:particle_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:gravitational_collapser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:arcane_autoworkbench\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:corrupted_library\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:shadow_fracturer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_compressor\"},Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:4s,Damage:9s}", - "{id:\"xreliquary:angelheart_vial\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:angelic_feather\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:6s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:11s,Damage:10s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:6s,Damage:11s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:11s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rod_of_lyssa\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:twilight_cloak\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:12s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:2s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:3s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:18s,Damage:0s}", - "{id:\"xreliquary:fertile_potion\",Count:22s,Damage:0s}", - "{id:\"xreliquary:fertile_lilypad\",Count:9s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:13s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Default\"},Damage:3s}", - "{id:\"rftoolsdim:known_dimlet\",Count:1s,tag:{dkey:\"4\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"None\"},Damage:5s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"Flat\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Normal\"},Damage:8s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"2\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"1\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"0\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Default\"},Damage:13s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"Void\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"None\"},Damage:10s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"None\"},Damage:7s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"minecraft:stone@0\"},Damage:2s}", - "{id:\"rftoolsdim:dimlet_template\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:1s,Damage:0s}", - "{id:\"rftoolsdim:dimlet_workbench\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"storagedrawers:tape\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:32s,Damage:0s}", - "{id:\"tg:terramorfer\",Count:5s,Damage:0s}", - "{id:\"tg:extruder\",Count:3s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:32s,Damage:0s}", - "{id:\"thaumicaugmentation:strange_crystal\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:13s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:13s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:share_book\",Count:4s,tag:{player:\"[none]\"},Damage:0s}", - "{id:\"thaumictinkerer:dissimulation\",Count:15s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:11s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:8s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinymobfarm:lasso\",Count:7s,tag:{},Damage:0s}", - "{id:\"woot:prism\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:6s}", - "{id:\"abyssalcraft:engraving_cthulhu\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:eldritchscale\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:7s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:1s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_spawner_changer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:5s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_booklet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:60s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:60s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:4s,tag:{Energy:250000},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:4s,tag:{Energy:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_iii\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:3s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:4s}", - "{id:\"actuallyadditions:item_food\",Count:12s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:4s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:3s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:18s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:18s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:12s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:12s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:18s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:18s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:7s}", - "{id:\"buildcraftcore:marker_path\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:list\",Count:15s,tag:{},Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:12s,Damage:2s}", - "{id:\"buildcraftbuilders:snapshot\",Count:13s,Damage:0s}", - "{id:\"techreborn:part\",Count:6s,Damage:24s}", - "{id:\"ae2fc:dual_interface\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:fluid_drain\",Count:33s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_med\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_small\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_large\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_fluid\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:energy_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:bundled_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:card_location\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_spreader\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:12s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:carbon_paper\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_2\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_3\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_4\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_5\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_6\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_wool\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:magic_net\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:food_step\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:dehydrator\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:sprinkler\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:86s,Damage:0s}", - "{id:\"cyclicmagic:battery\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_screen\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:screen_target\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_fishing\",Count:3s,Damage:0s}", - "{id:\"astralsorcery:itemcraftingcomponent\",Count:1s,Damage:5s}", - "{id:\"buildcrafttransport:pipe_wood_item\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_clay_item\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_item\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_wood_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_cobble_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stone_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_quartz_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_iron_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_clay_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_sandstone_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_void_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_wood_fluid\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:waterproof\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:bento_xxl\",Count:9s,Damage:0s}", - "{id:\"contenttweaker:bento_xl\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:rainbow_bricks\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:bento_xxxl\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:forgotten_slime\",Count:30s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:abyssal_wasteland_warp_cleanser\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:bento_s\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:bento_m\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:bento_l\",Count:12s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:5s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:9s}", - "{id:\"dimdoors:fabric\",Count:4s,Damage:13s}", - "{id:\"environmentaltech:modifier_saturation\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:17s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:4s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:4s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:15s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:24s,Damage:3s}", - "{id:\"industrialforegoing:pink_slime\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:book_manual\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:2s,Damage:0s}", - "{id:\"magicbees:moondial\",Count:18s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_ladder\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:gecko_cage\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:wind_chime\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:fishing_tackle_box\",Count:8s,Damage:0s}", - "{id:\"thebetweenlands:crab_pot\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:crab_pot_filter\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:7s}", - "{id:\"thebetweenlands:gerts_donut\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:swamp_reed_item\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:net\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_pouch\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_pouch\",Count:2s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:volarkite\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:simple_slingshot\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_rowboat_upgrade_lantern\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:5s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:9s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:4s,Damage:13s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:2s,Damage:1s}", - "{id:\"erebus:materials\",Count:30s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rolled_newspaper\",Count:1s,tag:{ench:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"erebus:wall_plants_cultivated\",Count:18s,Damage:1s}", - "{id:\"minecraft:farmland\",Count:2s,Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:cwater\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:antiwater\",Count:3s,Damage:0s}" - ] - }, - { - "aspect": "mortuus", - "items": [ - "{id:\"minecraft:skull\",Count:10s,Damage:0s}", - "{id:\"minecraft:skull\",Count:10s,Damage:1s}", - "{id:\"minecraft:skull\",Count:10s,Damage:2s}", - "{id:\"minecraft:skull\",Count:10s,Damage:3s}", - "{id:\"minecraft:skull\",Count:10s,Damage:4s}", - "{id:\"minecraft:skull\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_steam_solid\",Count:2s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_electric\",Count:2s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_creative\",Count:2s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{id:\"minecraft:dye\",Count:1s,Damage:15s}", - "{id:\"minecraft:bone\",Count:5s,Damage:0s}", - "{id:\"minecraft:rotten_flesh\",Count:2s,Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:spider_eye\",Count:5s,Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:3s,Damage:0s}", - "{id:\"minecraft:poisonous_potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"techreborn:ore\",Count:5s,Damage:6s}", - "{id:\"railcraft:brick_bloodstained\",Count:1s,Damage:2s}", - "{id:\"bewitchment:cypress_sapling\",Count:3s,Damage:0s}", - "{id:\"bewitchment:cypress_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cypress_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:cypress_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cypress_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_cypress\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:5s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:5s,Damage:0s}", - "{id:\"botany:misc\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:poison_frame\",Count:1s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:blue_bone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"mortuus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:4s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:45s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:101s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:227s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:500s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:33s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:5s,Damage:4s}", - "{id:\"nuclearcraft:part\",Count:15s,Damage:3s}", - "{id:\"randomthings:fertilizeddirt\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:7s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:7s,Damage:1s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:500s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:1s,Damage:16s}", - "{id:\"thaumcraft:ore_cinnabar\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:vishroom\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:jar_brain\",Count:7s,Damage:0s}", - "{id:\"divinerpg:skeleton_pumpkin\",Count:30s,Damage:0s}", - "{id:\"divinerpg:zombie_pumpkin\",Count:12s,Damage:0s}", - "{id:\"divinerpg:skeleton_torch\",Count:1s,Damage:0s}", - "{id:\"divinerpg:bone_chest\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:10s,tag:{FluidName:\"creosote\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:15s,tag:{FluidName:\"liquid_death\",Amount:1000},Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:2s}", - "{id:\"thaumcraft:quicksilver\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:mirrored_glass\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"mortuus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"mortuus\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_blade\",Count:10s,Damage:0s}", - "{id:\"tombstone:decorative_grave_simple\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_simple\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_normal\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_normal\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_cross\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_cross\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_tombstone\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_tombstone\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_original\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_original\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:1s,tag:{dead_pet:{id:\"minecraft:cat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:bone_needle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:impregnated_diamond\",Count:2s,Damage:0s}", - "{id:\"enderio:item_material\",Count:2s,Damage:65s}", - "{id:\"enderio:block_slice_and_splice\",Count:7s,Damage:0s}", - "{id:\"enderio:block_soul_binder\",Count:22s,Damage:0s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:zombie_scepter\",Count:25s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:1s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:2s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:3s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:4s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:5s}", - "{id:\"twilightforest:trophy\",Count:45s,Damage:6s}", - "{id:\"twilightforest:charm_of_life_1\",Count:10s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_2\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_chestplate\",Count:19s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:2s,Damage:3s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:5s}", - "{id:\"immersiveengineering:storage\",Count:33s,Damage:5s}", - "{id:\"immersiveengineering:treated_wood\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:treated_wood_stairs0\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:wooden_decoration\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:6s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:3s,Damage:1s}", - "{id:\"immersiveengineering:wooden_device0\",Count:3s,Damage:2s}", - "{id:\"immersiveengineering:wooden_device0\",Count:3s,Damage:3s}", - "{id:\"immersiveengineering:wooden_device0\",Count:2s,Damage:4s}", - "{id:\"immersiveengineering:wooden_device0\",Count:7s,Damage:5s}", - "{id:\"immersiveengineering:wooden_device0\",Count:1s,Damage:6s}", - "{id:\"immersiveengineering:wooden_device0\",Count:3s,Damage:7s}", - "{id:\"immersiveengineering:wooden_device1\",Count:6s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device1\",Count:12s,Damage:1s}", - "{id:\"immersiveengineering:wooden_device1\",Count:1s,Damage:3s}", - "{id:\"immersiveengineering:sheetmetal\",Count:2s,Damage:5s}", - "{id:\"immersiveengineering:metal_device0\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:metal_device0\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:metal_device0\",Count:1s,Damage:2s}", - "{id:\"immersiveengineering:metal_device1\",Count:1s,Damage:5s}", - "{id:\"immersiveengineering:metal_device1\",Count:1s,Damage:8s}", - "{id:\"immersiveengineering:material\",Count:2s,Damage:10s}", - "{id:\"immersiveengineering:material\",Count:2s,Damage:11s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:5s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:14s}", - "{id:\"immersiveengineering:metal\",Count:3s,Damage:35s}", - "{ForgeCaps:{Parent:{Size:23,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolbox\",Count:4s,Damage:0s}", - "{id:\"immersiveengineering:wirecoil\",Count:1s,Damage:7s}", - "{ForgeCaps:{Parent:{Size:3,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:railgun\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:2s,Damage:9s}", - "{ForgeCaps:{Parent:{Size:2,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:shield\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abominator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_assault_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iominator\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_shower\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_blaster\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_storm\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxic_terrorizer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:skeletal_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:chestbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:footbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:legbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:skullbone_fragment\",Count:10s,Damage:0s}", - "{id:\"aoa3:poison_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:darkly_powder\",Count:5s,Damage:0s}", - "{id:\"aoa3:ghoulasm\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory\",Count:5s,Damage:0s}", - "{id:\"aoa3:phantasm\",Count:5s,Damage:0s}", - "{id:\"aoa3:toxic_lump\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_horn\",Count:33s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:3s,Damage:0s}", - "{id:\"aoa3:vox_ponds_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:apoco_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_legs\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:3s,Damage:0s}", - "{id:\"aoa3:toxic_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:toxic_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:toxic_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:chestbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:footbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:legbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:skullbone_fragments_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_ivory\",Count:216s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:natural_ivory\",Count:8s,Damage:0s}", - "{id:\"aoa3:ornate_ivory\",Count:72s,Damage:0s}", - "{id:\"aoa3:patterned_ivory\",Count:24s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_ivory_slab\",Count:81s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:natural_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:ornate_ivory_slab\",Count:27s,Damage:0s}", - "{id:\"aoa3:patterned_ivory_slab\",Count:9s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_ivory_stairs\",Count:243s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:natural_ivory_stairs\",Count:9s,Damage:0s}", - "{id:\"aoa3:ornate_ivory_stairs\",Count:81s,Damage:0s}", - "{id:\"aoa3:patterned_ivory_stairs\",Count:27s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:ivory_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_amethyst_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_jade_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_limonite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_rosite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_sapphire_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:skeletal_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:skeletal_ingot_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:skeletanium\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:2s,Damage:0s}", - "{id:\"bhc:canister\",Count:3s,Damage:0s}", - "{id:\"bhc:red_heart_canister\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bhc:heart_amulet\",Count:2s,Damage:0s}", - "{id:\"botania:rune\",Count:15s,Damage:6s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:11s,Damage:0s}", - "{id:\"botania:virus\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{id:\"botania:thornchakram\",Count:6s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{id:\"botania:gaiahead\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:11s,Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"bewitchment:cypress_door\",Count:1s,Damage:0s}", - "{id:\"bewitchment:bone_needle\",Count:2s,Damage:0s}", - "{id:\"bewitchment:ebb_of_death\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:6s,Damage:0s}", - "{id:\"bewitchment:aconitum\",Count:2s,Damage:0s}", - "{id:\"bewitchment:belladonna\",Count:2s,Damage:0s}", - "{id:\"bewitchment:aconitum_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:belladonna_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:adders_fork\",Count:4s,Damage:0s}", - "{id:\"bewitchment:heart\",Count:7s,Damage:0s}", - "{id:\"bewitchment:snake_venom\",Count:9s,Damage:0s}", - "{id:\"bewitchment:bottle_of_vampire_blood\",Count:3s,Damage:0s}", - "{id:\"bewitchment:tongue_of_dog\",Count:4s,Damage:0s}", - "{id:\"bewitchment:ectoplasm\",Count:5s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:3s,Damage:0s}", - "{id:\"iceandfire:dragon_ice_spikes\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragon_bone_block\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragon_bone_wall\",Count:22s,Damage:0s}", - "{id:\"iceandfire:dread_stone_face\",Count:1s,Damage:0s}", - "{id:\"iceandfire:dragonbone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:witherbone\",Count:6s,Damage:0s}", - "{id:\"iceandfire:wither_shard\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_shovel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_pickaxe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_axe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_hoe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:15s,Damage:1s}", - "{id:\"iceandfire:sickly_dragon_meal\",Count:30s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_flesh\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_flesh\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_eye\",Count:10s,Damage:0s}", - "{id:\"iceandfire:rotten_egg\",Count:5s,Damage:0s}", - "{id:\"iceandfire:cockatrice_eye\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:32s,Damage:0s}", - "{id:\"iceandfire:troll_tusk\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_stinger\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:seaserpent_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hydra_skull\",Count:10s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:12s,Damage:6s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:12s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:14s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:20s}", - "{id:\"mysticalagriculture:uranium_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:quicksilver_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:slimy_bone_seeds\",Count:15s,Damage:0s}", - "{id:\"rftools:spawner\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:7s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:6s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:1s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:2s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:3s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:4s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:5s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:1s,Damage:6s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:4b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:5b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:6b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:7b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:8b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:10b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:11b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:12b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:27s,tag:{type:13b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm_belt\",Count:22s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:1s,tag:{dkey:\"Default\"},Damage:3s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"None\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:yahhammer\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:11s,tag:{tier:0},Damage:0s}", - "{id:\"woot:layout\",Count:5s,Damage:0s}", - "{id:\"woot:structure\",Count:1s,Damage:0s}", - "{id:\"woot:structure\",Count:3s,Damage:1s}", - "{id:\"woot:structure\",Count:3s,Damage:5s}", - "{id:\"woot:structure\",Count:7s,Damage:6s}", - "{id:\"woot:structure\",Count:7s,Damage:7s}", - "{id:\"woot:structure\",Count:7s,Damage:8s}", - "{id:\"woot:structure\",Count:7s,Damage:9s}", - "{id:\"abyssalcraft:sacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:3s}", - "{id:\"abyssalcraft:corbone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:gatekeeperessence\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_player_interface\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_player_probe\",Count:7s,Damage:0s}", - "{id:\"techreborn:dust\",Count:1s,Damage:11s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:24s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:14s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:slimy_bone_block\",Count:33s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:5s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:swamp_talisman\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_shield\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:grappling_hook\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:grappling_hook\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_anchor\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:woot-guide\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:10s,Damage:0s}" - ] - }, - { - "aspect": "gelum", - "items": [ - "{id:\"minecraft:ice\",Count:20s,Damage:0s}", - "{id:\"minecraft:snow\",Count:3s,Damage:0s}", - "{id:\"minecraft:packed_ice\",Count:15s,Damage:0s}", - "{id:\"minecraft:snow_layer\",Count:1s,Damage:0s}", - "{id:\"minecraft:snowball\",Count:1s,Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:8s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:9}]},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:8s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:8s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:8s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_symbol\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_bevel\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_sun\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_moon\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_cup\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_pentacle\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_sword\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_wand\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_pentagram\",Count:20s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice\",Count:10s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:embittered_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_embittered_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_embittered_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:embittered_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:light_gray_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:frostflower\",Count:8s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:1s,Damage:5s}", - "{id:\"gendustry:apiary.upgrade\",Count:2s,Damage:7s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"gelum\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"randomthings:superlubricentice\",Count:1s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:4s}", - "{id:\"tg:terra_focus\",Count:6s,Damage:6s}", - "{id:\"divinerpg:icy_bricks\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:snow_globe\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"gelum\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"gelum\"}]},Damage:1s}", - "{id:\"twilightforest:trophy\",Count:80s,Damage:5s}", - "{id:\"twilightforest:alpha_fur\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_helmet\",Count:105s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_chestplate\",Count:168s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_leggings\",Count:147s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_boots\",Count:84s,tag:{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]},Damage:0s}", - "{id:\"twilightforest:ice_bomb\",Count:22s,Damage:0s}", - "{id:\"twilightforest:arctic_fur\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_helmet\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ice_bow\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ice_sword\",Count:24s,Damage:0s}", - "{id:\"twilightforest:aurora_block\",Count:6s,Damage:0s}", - "{id:\"twilightforest:aurora_pillar\",Count:6s,Damage:0s}", - "{id:\"twilightforest:aurora_slab\",Count:3s,Damage:0s}", - "{id:\"twilightforest:block_storage\",Count:47s,Damage:3s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"realmite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"arlemite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rupee\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"realmite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"arlemite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rupee\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"string\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slimevine_blue\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slimevine_purple\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hemp\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flamestring_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_zero_ring\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystik_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_chiller\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:ice_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:blissard_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:penguin_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_legs\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_helmet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:6s}", - "{id:\"botania:rune\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:6s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:14s}", - "{id:\"botania:biomestonea6stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea14stairs\",Count:1s,Damage:0s}", - "{id:\"botania:altar\",Count:6s,Damage:7s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_boots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_pickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_axe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_shovel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_hoe\",Count:4s,Damage:0s}", - "{id:\"bewitchment:cold_iron_arrow\",Count:2s,Damage:0s}", - "{id:\"bewitchment:bottled_frostfire\",Count:6s,Damage:0s}", - "{id:\"bewitchment:cold_iron_ingot\",Count:3s,Damage:0s}", - "{id:\"bewitchment:cold_iron_plate\",Count:2s,Damage:0s}", - "{id:\"bewitchment:spruce_heart\",Count:6s,Damage:0s}", - "{id:\"conarm:frosty_soles\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frost_lily\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_dirt\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_grass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_stone\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_gravel\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frozen_grass_path\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragon_ice\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragon_ice_spikes\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonscale_blue\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_white\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_sapphire\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_silver\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_brick\",Count:30s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:90s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:187s,Damage:0s}", - "{id:\"iceandfire:frost_stew\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_white\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_sapphire\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_silver\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_blue\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_white\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_sapphire\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_silver\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:5s,Damage:1s}", - "{id:\"iceandfire:ice_dragon_heart\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_blood\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:ice_seeds\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:45s,Damage:0s}", - "{id:\"tinker_io:smart_output\",Count:60s,Damage:0s}", - "{id:\"torchmaster:frozen_pearl\",Count:60s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:9s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:9s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:magic_net\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_snow\",Count:60s,Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:froster\",Count:16s,Damage:0s}", - "{id:\"iceandfire:egginice\",Count:20s,Damage:0s}" - ] - }, - { - "aspect": "fabrico", - "items": [ - "{id:\"minecraft:wool\",Count:5s,Damage:0s}", - "{id:\"minecraft:wool\",Count:3s,Damage:1s}", - "{id:\"minecraft:wool\",Count:3s,Damage:2s}", - "{id:\"minecraft:wool\",Count:3s,Damage:3s}", - "{id:\"minecraft:wool\",Count:3s,Damage:4s}", - "{id:\"minecraft:wool\",Count:3s,Damage:5s}", - "{id:\"minecraft:wool\",Count:3s,Damage:6s}", - "{id:\"minecraft:wool\",Count:3s,Damage:7s}", - "{id:\"minecraft:wool\",Count:3s,Damage:8s}", - "{id:\"minecraft:wool\",Count:3s,Damage:9s}", - "{id:\"minecraft:wool\",Count:3s,Damage:10s}", - "{id:\"minecraft:wool\",Count:3s,Damage:11s}", - "{id:\"minecraft:wool\",Count:3s,Damage:12s}", - "{id:\"minecraft:wool\",Count:3s,Damage:13s}", - "{id:\"minecraft:wool\",Count:3s,Damage:14s}", - "{id:\"minecraft:wool\",Count:3s,Damage:15s}", - "{id:\"minecraft:crafting_table\",Count:20s,Damage:0s}", - "{id:\"minecraft:enchanting_table\",Count:15s,Damage:0s}", - "{id:\"minecraft:carpet\",Count:2s,Damage:0s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:1s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:2s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:3s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:4s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:5s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:6s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:7s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:8s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:9s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:10s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:11s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:12s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:13s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:14s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:15s}", - "{id:\"minecraft:painting\",Count:3s,Damage:0s}", - "{id:\"minecraft:bed\",Count:11s,Damage:0s}", - "{id:\"minecraft:bed\",Count:8s,Damage:1s}", - "{id:\"minecraft:bed\",Count:8s,Damage:2s}", - "{id:\"minecraft:bed\",Count:8s,Damage:3s}", - "{id:\"minecraft:bed\",Count:8s,Damage:4s}", - "{id:\"minecraft:bed\",Count:8s,Damage:5s}", - "{id:\"minecraft:bed\",Count:8s,Damage:6s}", - "{id:\"minecraft:bed\",Count:8s,Damage:7s}", - "{id:\"minecraft:bed\",Count:8s,Damage:8s}", - "{id:\"minecraft:bed\",Count:8s,Damage:9s}", - "{id:\"minecraft:bed\",Count:8s,Damage:10s}", - "{id:\"minecraft:bed\",Count:8s,Damage:11s}", - "{id:\"minecraft:bed\",Count:8s,Damage:12s}", - "{id:\"minecraft:bed\",Count:8s,Damage:13s}", - "{id:\"minecraft:bed\",Count:8s,Damage:14s}", - "{id:\"minecraft:bed\",Count:8s,Damage:15s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:22s,Damage:15s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:14s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:13s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:12s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:11s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:10s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:9s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:8s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:7s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:6s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:5s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:4s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:3s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:2s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:1s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:0s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:bow\",Count:2s,Damage:0s}", - "{id:\"minecraft:string\",Count:1s,Damage:0s}", - "{id:\"minecraft:cooked_porkchop\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:fishing_rod\",Count:1s,Damage:0s}", - "{id:\"minecraft:cooked_fish\",Count:1s,Damage:0s}", - "{id:\"minecraft:cooked_fish\",Count:1s,Damage:1s}", - "{id:\"minecraft:cooked_beef\",Count:1s,Damage:0s}", - "{id:\"minecraft:cooked_chicken\",Count:1s,Damage:0s}", - "{id:\"minecraft:brewing_stand\",Count:15s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:51}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:70}]},Damage:0s}", - "{id:\"minecraft:cooked_rabbit\",Count:1s,Damage:0s}", - "{id:\"minecraft:lead\",Count:1s,Damage:0s}", - "{id:\"minecraft:cooked_mutton\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mellohi\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_copper\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_copper\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_tin\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_tin\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_silver\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_silver\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_lead\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_lead\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_aluminum\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_aluminum\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_nickel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_nickel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_platinum\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_platinum\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_steel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_steel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_electrum\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_electrum\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_invar\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_invar\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_bronze\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_bronze\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_constantan\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_constantan\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_iron\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_iron\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_diamond\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_diamond\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_gold\",Count:1s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_copper\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_tin\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_silver\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_lead\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_aluminum\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_nickel\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_platinum\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_steel\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_electrum\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_invar\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_bronze\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_constantan\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:11s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:machine\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{id:\"thermalexpansion:device\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{id:\"techreborn:auto_crafting_table\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:pipette\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:scoop\",Count:3s,Damage:0s}", - "{id:\"forestry:worktable\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_bag\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:lepidopterist_bag\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:forester_bag\",Count:10s,Damage:0s}", - "{id:\"ae2stuff:encoder\",Count:15s,Damage:0s}", - "{id:\"bewitchment:alchemists_carpet\",Count:2s,Damage:0s}", - "{id:\"bewitchment:hedgewitches_carpet\",Count:2s,Damage:0s}", - "{id:\"bewitchment:besmirched_carpet\",Count:2s,Damage:0s}", - "{id:\"bewitchment:greenwitch_fleece\",Count:4s,Damage:0s}", - "{id:\"bewitchment:besmirched_fleece\",Count:4s,Damage:0s}", - "{id:\"bewitchment:alchemists_fleece\",Count:4s,Damage:0s}", - "{id:\"bewitchment:white_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:orange_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:magenta_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:light_blue_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:yellow_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:lime_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:pink_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:gray_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:light_gray_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cyan_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:purple_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:blue_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:brown_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:green_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:red_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:black_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:witches_oven\",Count:30s,Damage:0s}", - "{id:\"bewitchment:spinning_wheel\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:10s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:11s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:1s,Damage:1s}", - "{id:\"extracells:part.base\",Count:4s,Damage:12s}", - "{id:\"extrautils2:soundmuffler\",Count:3s,Damage:0s}", - "{id:\"extrautils2:crafter\",Count:15s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:8s}", - "{id:\"extrautils2:analogcrafter\",Count:15s,Damage:0s}", - "{id:\"extrautils2:interactionproxy\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:13s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:101s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:162s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:108s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"fabrico\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:disenchant_fabric\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:13s,Damage:0s}", - "{id:\"thaumadditions:twilight_totem\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:seal\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:24s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"nuclearcraft:capability_radiation_sink\":{radiationLevel:0.0d,radiationBuffer:0.0d}},id:\"nuclearcraft:radiation_badge\",Count:1s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:17s,Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:15s,tag:{woodName:\"minecraft:planks\",woodMeta:0},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:15s,tag:{woodName:\"minecraft:planks\",woodMeta:1},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:15s,tag:{woodName:\"minecraft:planks\",woodMeta:2},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:15s,tag:{woodName:\"minecraft:planks\",woodMeta:3},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:15s,tag:{woodName:\"minecraft:planks\",woodMeta:4},Damage:0s}", - "{id:\"randomthings:customworkbench\",Count:15s,tag:{woodName:\"minecraft:planks\",woodMeta:5},Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:11s,Damage:0s}", - "{id:\"randomthings:sounddampener\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portablesounddampener\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:2s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:30s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:1s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:2s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:3s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:4s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:6s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:7s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:8s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:9s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:10s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:11s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:12s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:13s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:14s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:15s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:0s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:1s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:2s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:3s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:4s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:6s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:7s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:8s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:10s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:14s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:15s}", - "{id:\"openblocks:target\",Count:22s,Damage:0s}", - "{id:\"openblocks:flag\",Count:2s,Damage:5s}", - "{id:\"openblocks:sponge\",Count:2s,Damage:0s}", - "{id:\"openblocks:auto_enchantment_table\",Count:11s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:15s,Damage:0s}", - "{id:\"openblocks:generic\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sleeping_bag\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:squeegee\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:generic_unstackable\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cursor\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sponge_on_a_stick\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:2s,Damage:0s}", - "{id:\"packagedauto:packager\",Count:22s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:30s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:15s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:22s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:2s,Damage:3s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:420s}", - "{id:\"projectred-core:resource_item\",Count:13s,Damage:421s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{Energy:0,JetpackParticle:0},Damage:34s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{Energy:0,JetpackParticle:0},Damage:37s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:39s}", - "{id:\"projectred-integration:gate\",Count:9s,Damage:22s}", - "{id:\"projectred-integration:gate\",Count:9s,Damage:28s}", - "{id:\"projectred-integration:gate\",Count:1s,Damage:29s}", - "{id:\"projectred-integration:gate\",Count:10s,Damage:30s}", - "{id:\"projectred-integration:gate\",Count:1s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:6s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:10s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:12s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:13s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:14s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:16s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:17s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:18s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:19s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:20s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:21s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:22s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:23s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:24s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:25s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:26s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:27s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:28s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:29s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:30s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:31s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:33s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:34s}", - "{id:\"projectred-transmission:framed_wire\",Count:2s,Damage:17s}", - "{id:\"projectred-expansion:machine2\",Count:15s,Damage:10s}", - "{id:\"projectred-expansion:machine2\",Count:15s,Damage:11s}", - "{id:\"advancedrocketry:seat\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:suitworkstation\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_white\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_orange\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_magenta\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lightblue\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_yellow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_pink\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_gray\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_silver\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_cyan\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_purple\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_red\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_black\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:crucible\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:everfull_urn\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:11s,Damage:0s}", - "{id:\"divinerpg:spider_pumpkin\",Count:6s,Damage:0s}", - "{id:\"divinerpg:checker\",Count:9s,Damage:0s}", - "{id:\"divinerpg:rainbow_wool\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacehelmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceboots\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:fabric\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"fabrico\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"fabrico\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_shovel\",Count:5s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:grapple_gun\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_spool\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:2s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:8s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:13s}", - "{id:\"enderio:block_decoration2\",Count:15s,Damage:5s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:1s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:3s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:5s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:7s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:11s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:2s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:2s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:15s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:15s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:11s,Damage:0s}", - "{id:\"twilightforest:cooked_venison\",Count:1s,Damage:0s}", - "{id:\"twilightforest:cooked_meef\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:meef_stroganoff\",Count:5s,Damage:0s}", - "{id:\"twilightforest:knightmetal_ingot\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_helmet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_boots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_sword\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_pickaxe\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_axe\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_shield\",Count:27s,Damage:0s}", - "{id:\"twilightforest:knightmetal_ring\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:block_and_chain\",Count:57s,Damage:0s}", - "{id:\"twilightforest:knightmetal_block\",Count:40s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:6s,Damage:15s}", - "{id:\"tconstruct:materials\",Count:18s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:1s,Damage:4s}", - "{id:\"immersiveengineering:wooden_device0\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:earmuffs\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:cell_workbench\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:53s}", - "{id:\"appliedenergistics2:material\",Count:3s,Damage:29s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:360s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:340s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_repair_talisman\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candlefire_sword\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:millennium_greatblade\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_assault_rifle\",Count:39s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:28s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aqua_magnum\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:21s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownershot\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:39s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:golden_fury\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:happy_haunter\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:heat_wave\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iominator\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechanical_assault_rifle\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:megagun\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mk_fung\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasian_slugger\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predigun\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:45s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:45s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyssro\",Count:39s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boulder\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechyro\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:34s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dark_beast\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:28s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:31s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:45s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_discharger\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blissful_blast\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bulb_cannon\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:golder_bomber\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_cannon\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:water_balloon_bomber\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_bow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:screamer_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_archergun\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lightning_staff\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_staff\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_shower\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:42s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:death_ray\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fragment\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_spark\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_destroyer\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:balloon\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosite_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:confetti_pile\",Count:5s,Damage:0s}", - "{id:\"aoa3:hardened_confetti_ball\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:magic_mending_solution\",Count:22s,Damage:0s}", - "{id:\"aoa3:magic_repair_dust\",Count:10s,Damage:0s}", - "{id:\"aoa3:mecha_gear\",Count:25s,Damage:0s}", - "{id:\"aoa3:padded_cloth\",Count:5s,Damage:0s}", - "{id:\"aoa3:reinforced_cloth\",Count:3s,Damage:0s}", - "{id:\"aoa3:torn_cloth\",Count:5s,Damage:0s}", - "{id:\"aoa3:weapon_parts\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archergun_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blaster_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boots_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:leggings_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chestplate_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:helmet_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:cannon_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gun_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shotgun_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sniper_frame\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:4s,Damage:0s}", - "{id:\"aoa3:troll_idol\",Count:1s,Damage:0s}", - "{id:\"aoa3:abyssal_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:ancient_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:apoco_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:clown_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:darkly_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:floro_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:golden_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:haunted_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:lelyetian_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:light_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:lunar_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:nether_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:precasian_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:predator_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:rocky_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:runic_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:seaside_upgrade_kit\",Count:35s,Damage:0s}", - "{id:\"aoa3:smiley_upgrade_kit\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:16s,Damage:0s}", - "{id:\"aoa3:candlefish\",Count:1s,Damage:0s}", - "{id:\"aoa3:crimson_skipper\",Count:1s,Damage:0s}", - "{id:\"aoa3:crimson_stripefish\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_hatchetfish\",Count:1s,Damage:0s}", - "{id:\"aoa3:fingerfish\",Count:1s,Damage:0s}", - "{id:\"aoa3:golden_gullfish\",Count:1s,Damage:0s}", - "{id:\"aoa3:ironback\",Count:1s,Damage:0s}", - "{id:\"aoa3:limefish\",Count:1s,Damage:0s}", - "{id:\"aoa3:pearl_stripefish\",Count:1s,Damage:0s}", - "{id:\"aoa3:rainbowfish\",Count:1s,Damage:0s}", - "{id:\"aoa3:razorfish\",Count:1s,Damage:0s}", - "{id:\"aoa3:rocketfish\",Count:1s,Damage:0s}", - "{id:\"aoa3:sailback\",Count:1s,Damage:0s}", - "{id:\"aoa3:sapphire_strider\",Count:1s,Damage:0s}", - "{id:\"aoa3:turquoise_stripefish\",Count:1s,Damage:0s}", - "{id:\"aoa3:violet_skipper\",Count:1s,Damage:0s}", - "{id:\"aoa3:charger_shank\",Count:1s,Damage:0s}", - "{id:\"aoa3:chimera_chop\",Count:1s,Damage:0s}", - "{id:\"aoa3:ursa_meat\",Count:1s,Damage:0s}", - "{id:\"aoa3:furlion_chop\",Count:1s,Damage:0s}", - "{id:\"aoa3:halycon_beef\",Count:1s,Damage:0s}", - "{id:\"aoa3:fiery_chops\",Count:1s,Damage:0s}", - "{id:\"aoa3:hot_rod\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_boots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_helmet\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:rosite_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:baron_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:black_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:blue_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:brown_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:coral_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:cyan_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:dark_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:greckon_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:green_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:grey_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:haunted_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:lime_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunar_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:magenta_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:orange_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:pink_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:purple_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:red_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:white_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:yellow_bricks\",Count:2s,Damage:0s}", - "{id:\"aoa3:baron_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:black_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:blue_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:brown_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:coral_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:cyan_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:dark_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:greckon_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:green_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:grey_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:haunted_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:lime_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunar_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:magenta_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:orange_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:pink_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:purple_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:red_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:yellow_bricks_stairs\",Count:2s,Damage:0s}", - "{id:\"aoa3:ivory_rosite_lamp_off\",Count:2s,Damage:0s}", - "{id:\"aoa3:rosite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:rosite_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:baron_carpet\",Count:2s,Damage:0s}", - "{id:\"aoa3:borean_carpet\",Count:2s,Damage:0s}", - "{id:\"aoa3:gardencian_carpet\",Count:2s,Damage:0s}", - "{id:\"aoa3:iro_carpet\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunar_carpet\",Count:2s,Damage:0s}", - "{id:\"aoa3:crate\",Count:2s,Damage:0s}", - "{id:\"aoa3:frame_bench\",Count:15s,Damage:0s}", - "{id:\"aoa3:infusion_table\",Count:11s,Damage:0s}", - "{id:\"aoa3:mending_table\",Count:7s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:15s,Damage:0s}", - "{id:\"ebwizardry:magic_silk\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bhc:heart_amulet\",Count:3s,Damage:0s}", - "{id:\"botania:manaresource\",Count:1s,Damage:11s}", - "{id:\"botania:manaresource\",Count:2s,Damage:16s}", - "{id:\"botania:manaresource\",Count:6s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftinghalo\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spellcloth\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:25s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:26s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:27s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:28s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:30s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:31s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:32s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flowerbag\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweaveboots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:12s,Damage:0s}", - "{id:\"botania:altar\",Count:10s,Damage:0s}", - "{id:\"botania:altar\",Count:7s,Damage:1s}", - "{id:\"botania:altar\",Count:7s,Damage:2s}", - "{id:\"botania:altar\",Count:7s,Damage:3s}", - "{id:\"botania:altar\",Count:7s,Damage:4s}", - "{id:\"botania:altar\",Count:7s,Damage:5s}", - "{id:\"botania:altar\",Count:7s,Damage:6s}", - "{id:\"botania:altar\",Count:7s,Damage:7s}", - "{id:\"botania:altar\",Count:7s,Damage:8s}", - "{id:\"botania:runealtar\",Count:10s,Damage:0s}", - "{id:\"botania:alchemycatalyst\",Count:22s,Damage:0s}", - "{id:\"botania:opencrate\",Count:15s,Damage:1s}", - "{id:\"botania:conjurationcatalyst\",Count:16s,Damage:0s}", - "{id:\"botania:brewery\",Count:11s,Damage:0s}", - "{id:\"botania:terraplate\",Count:20s,Damage:0s}", - "{id:\"botania:cocoon\",Count:12s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_cowl\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:3s,Damage:0s}", - "{id:\"bewitchment:bone_needle\",Count:2s,Damage:0s}", - "{id:\"bewitchment:diabolical_vein\",Count:4s,Damage:0s}", - "{id:\"bewitchment:pure_filament\",Count:4s,Damage:0s}", - "{id:\"bewitchment:witches_stitching\",Count:4s,Damage:0s}", - "{id:\"bewitchment:sanguine_cloth\",Count:4s,Damage:0s}", - "{id:\"bewitchment:spirit_string\",Count:4s,Damage:0s}", - "{id:\"bewitchment:golden_thread\",Count:4s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:3s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:6s,Damage:0s}", - "{id:\"bewitchment:tallow\",Count:8s,Damage:0s}", - "{id:\"bewitchment:garlic_grilled\",Count:2s,Damage:0s}", - "{id:\"bewitchment:sigil_mending\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_ruin\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_binding\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_cleansing\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_failure\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_purity\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_luck\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_battle\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_disorientation\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_shrieking\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_sentinel\",Count:6s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:15s,Damage:6s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:case\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:paintingpress\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:plumbline\",Count:4s,Damage:0s}", - "{id:\"bibliocraft:paintingcanvas\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:tapemeasure\",Count:4s,Damage:0s}", - "{id:\"bibliocraft:tape\",Count:6s,Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:26s,tag:{},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_pickaxe\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_axe\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_sword\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_shovel\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_hoe\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"minecraft:crafting_table\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_expanded\",Count:15s,tag:{rightUpgrade:\"computercraft:speaker\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:26s,tag:{},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_pickaxe\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_axe\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_sword\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_shovel\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"minecraft:diamond_hoe\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"minecraft:crafting_table\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{id:\"computercraft:turtle_advanced\",Count:15s,tag:{rightUpgrade:\"computercraft:speaker\"},Damage:0s}", - "{id:\"conarm:travel_belt_base\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_potion\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sack\",Count:1s,Damage:0s}", - "{id:\"conarm:travel_cloak\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:5s,Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:8s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy\",Count:1b,Damage:9s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"enderio:block_alloy_endergy\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"twilightforest:block_storage\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"twilightforest:block_storage\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"minecraft:iron_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"chisel:blockcobalt\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"tconstruct:metal\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"minecraft:gold_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:8s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"abyssalcraft:ingotblock\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"abyssalcraft:ingotblock\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"abyssalcraft:ingotblock\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:4s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:baronyte_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:blazium_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:elecanium_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:emberstone_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:ghastly_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:ghoulish_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:limonite_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:lunar_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:lyon_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:mystite_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:rosite_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:shyrestone_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:skeletal_ingot_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"aoa3:varsium_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"bloodarsenal:blood_infused_iron_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"iceandfire:dragonsteel_fire_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"iceandfire:dragonsteel_ice_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"immersiveengineering:storage\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage\",Count:1b,Damage:8s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"bigreactors:blockyellorium\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"bigreactors:blockcyanite\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"bigreactors:blockblutonium\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"bigreactors:blockludicrite\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"redstonearsenal:storage\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:10s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:2s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"techreborn:storage\",Count:1b,Damage:3s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"plustic:alumiteblock\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:6s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:5s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thermalfoundation:storage_alloy\",Count:1b,Damage:7s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"avaritia:block_resource\",Count:1b,Damage:1s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"thaumcraft:metal_thaumium\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"plustic:mirionblock\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:9s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"nuclearcraft:ingot_block\",Count:1b,Damage:11s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"minecraft:glowstone\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorforge\",Count:11s,tag:{textureBlock:{id:\"minecraft:redstone_block\",Count:1b,Damage:0s}},Damage:0s}", - "{id:\"conarm:armorstation\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:hunter_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_bow\",Count:2s,Damage:0s}", - "{id:\"erebus:bamboo_bridge\",Count:1s,Damage:0s}", - "{id:\"erebus:bamboo_ladder\",Count:1s,Damage:0s}", - "{id:\"extendedcrafting:table_basic\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extendedcrafting:handheld_table\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bigreactors:wrench\",Count:4s,Damage:0s}", - "{id:\"hatchery:animalnet\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:1s,Damage:5s}", - "{id:\"iceandfire:desert_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"iceandfire:jungle_myrmex_cocoon\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:blindfold\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_boots\",Count:15s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:logic_programmer\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:15s,Damage:1s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:15s,Damage:2s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:15s,Damage:3s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:15s,Damage:4s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:10s}", - "{id:\"mysticalagriculture:chunk\",Count:1s,Damage:14s}", - "{id:\"mysticalagriculture:knightmetal_seeds\",Count:18s,Damage:0s}", - "{id:\"mysticalagradditions:tinkering_table\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:15s,Damage:0s}", - "{id:\"rftools:crafter1\",Count:30s,Damage:0s}", - "{id:\"rftools:crafter2\",Count:52s,Damage:0s}", - "{id:\"rftools:crafter3\",Count:69s,Damage:0s}", - "{id:\"rftools:shield_template_block\",Count:2s,Damage:0s}", - "{id:\"rftools:block_protector\",Count:6s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:4s,Damage:15s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:1s,Damage:6s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:twilight_cloak\",Count:18s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:13s,Damage:0s}", - "{id:\"tg:yarn\",Count:1s,Damage:0s}", - "{id:\"tg:yarn_gold\",Count:1s,Damage:0s}", - "{id:\"tg:yarn_thanium\",Count:1s,Damage:0s}", - "{id:\"tg:wolf_hide\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_1\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_2\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_3\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:17s,Damage:0s}", - "{id:\"tg:gemcutter\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:18s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:15s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:15s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:13s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumicenergistics:arcane_terminal\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:spellbinding_cloth\",Count:6s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:8s,Damage:0s}", - "{id:\"tinymobfarm:gold_farm\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:11s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:11s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:yahhammer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:cloth\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadcloth\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadplate\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_small\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:charm\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_smiley_cloud\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_fishing_net\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_bag\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_crafter_on_a_stick\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:16s}", - "{id:\"buildcraftbuilders:architect\",Count:15s,Damage:0s}", - "{id:\"buildcraftfactory:autoworkbench_item\",Count:15s,Damage:0s}", - "{id:\"ae2fc:fluid_pattern_encoder\",Count:15s,Damage:0s}", - "{id:\"ae2fc:part_fluid_pattern_terminal\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:iron_pendant\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_pendant\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_pendant\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:red_cape\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:blue_cape\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:yellow_cape\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:white_cape\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_bed_item\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_weeds\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_leaves\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sleeping_mat\",Count:2s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount_inverse\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_workbench\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_shears\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:blockaltar\",Count:15s,Damage:0s}", - "{id:\"buildcraftsilicon:advanced_crafting_table\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:moloch_altar_bricks\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:aglio_olio_peperoncino_pasta\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:baphomet_altar_bricks\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:lilith_altar_bricks\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:15s,Damage:0s}", - "{id:\"integratednbt:nbt_extractor\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integratednbt:nbt_extractor_remote\",Count:11s,tag:{integratednbt:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:manasteelscoop\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:seatback1\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:seatback2\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:0s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:1s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:2s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:3s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:4s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:5s}", - "{id:\"bibliocraft:seatback3\",Count:2s,Damage:6s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:seatback4\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:0s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:1s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:2s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:3s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:4s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:5s}", - "{id:\"bibliocraft:seatback5\",Count:2s,Damage:6s}", - "{id:\"erebus:materials\",Count:5s,Damage:49s}", - "{id:\"botania:enchanter\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:15s,Damage:0s}" - ] - }, - { - "aspect": "cognitio", - "items": [ - "{id:\"minecraft:bookshelf\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"always_true\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"ore\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"mod\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"creative_tab\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{data:{id:\"minecraft:air\",Count:2b,Damage:0s},id:\"bee\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{id:\"minecraft:paper\",Count:2s,Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:6s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:experience_bottle\",Count:20s,Damage:0s}", - "{id:\"minecraft:map\",Count:12s,Damage:0s}", - "{id:\"minecraft:name_tag\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:diagram_redprint\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:18s,Damage:0s}", - "{id:\"forestry:letters\",Count:1s,Damage:0s}", - "{id:\"railcraft:tool_signal_label\",Count:1s,Damage:0s}", - "{id:\"railcraft:routing_ticket_gold\",Count:1s,Damage:0s}", - "{id:\"bewitchment:yellow_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:elder_sapling\",Count:3s,Damage:0s}", - "{id:\"bewitchment:elder_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:elder_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:elder_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:elder_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_elder\",Count:4s,Damage:0s}", - "{id:\"genetics:misc\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:pheremone_frame\",Count:1s,Damage:0s}", - "{id:\"extrautils2:opinium\",Count:15s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:52s,Damage:6s}", - "{id:\"extrautils2:opinium\",Count:78s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:117s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:175s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:175s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:263s,Damage:0s}", - "{id:\"gendustry:pollen_kit\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:odour_powder\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:zeith_fur\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"cognitio\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"thaumadditions:chester\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:knowledge_tome\",Count:17s,Damage:0s}", - "{id:\"thaumadditions:thaumic_lectern\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"randomthings:filteredsuperlubricentplatform\",Count:1s,Damage:0s}", - "{id:\"randomthings:notificationinterface\",Count:6s,Damage:0s}", - "{id:\"randomthings:positionfilter\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:enderletter\",Count:4s,Damage:0s}", - "{id:\"randomthings:entityfilter\",Count:1s,Damage:0s}", - "{id:\"randomthings:itemfilter\",Count:1s,Damage:0s}", - "{id:\"randomthings:idcard\",Count:1s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:1s,Damage:0s}", - "{id:\"logisticsbridge:lb.package\",Count:1s,Damage:0s}", - "{id:\"openblocks:canvas\",Count:1s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:9s,Damage:0s}", - "{id:\"openblocks:generic\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:1973019},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:11743532},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:3887386},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:5320730},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:2437522},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:8073150},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:2651799},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:11250603},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:4408131},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:14188952},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:4312372},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:14602026},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:6719955},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:12801229},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:15435844},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:1s,tag:{Color:15790320},Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:600s}", - "{id:\"projectred-expansion:plan\",Count:1s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:2s,Damage:8s}", - "{id:\"wrcbe:empty_map\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_glyphed\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:research_table\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:jar_brain\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:15s,tag:{FluidName:\"purifying_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumonomicon\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:1s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:2s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:3s}", - "{id:\"thaumcraft:curio\",Count:30s,Damage:4s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:5s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:6s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:3s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:5s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:7s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:8s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:9s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:10s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:11s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:12s}", - "{id:\"thaumcraft:mind\",Count:22s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"cognitio\"}]},Damage:0s}", - "{id:\"thaumcraft:brain\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"cognitio\"}]},Damage:1s}", - "{id:\"thaumcraft:sanity_soap\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:bath_salts\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:42s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:2s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:6s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:13s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:14s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:16s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_of_knowledge\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:6s}", - "{id:\"tombstone:crafting_ingredient\",Count:4s,Damage:0s}", - "{id:\"enderio:item_material\",Count:6s,Damage:60s}", - "{id:\"enderio:item_material\",Count:1s,Damage:77s}", - "{id:\"enderio:block_dark_paper_anvil\",Count:5s,Damage:0s}", - "{id:\"enderio:item_basic_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_advanced_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_big_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:4s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_big\",Count:4s,Damage:0s}", - "{id:\"enderio:item_fluid_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:4s,Damage:0s}", - "{id:\"enderio:item_species_item_filter\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_meter\",Count:10s,Damage:0s}", - "{id:\"twilightforest:magic_map_empty\",Count:16s,Damage:0s}", - "{id:\"twilightforest:maze_map_empty\",Count:16s,Damage:0s}", - "{id:\"twilightforest:ore_map_empty\",Count:16s,Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:4s,tag:{BookName:\"buildcraftlib:meta\"},Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_repair_talisman\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:kinetic_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:purple_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:3s,Damage:0s}", - "{id:\"aoa3:small_green_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:petals\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:blank_scroll\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"akashictome:tome\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:10s,tag:{knowledge.minecraft:1b,knowledge.alfheim:1b,knowledge.relic:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:6s,tag:{},Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:corporeaindex\",Count:25s,Damage:0s}", - "{id:\"bewitchment:elder_door\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:focal_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:ritual_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fiery_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:phasing_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:grimoire_magia\",Count:8s,tag:{amount:0,maxAmount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:grimoire_magia\",Count:8s,tag:{amount:1000,maxAmount:1000},Damage:0s}", - "{id:\"bewitchment:droplet_of_wisdom\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:2s,Damage:0s}", - "{id:\"bewitchment:elderberries\",Count:3s,Damage:0s}", - "{id:\"bewitchment:elderberry_jelly\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:1s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:2s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:4s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:5s}", - "{id:\"bibliocraft:fancysign\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:1118481},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:13388876},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:5744206},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:8349260},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:3368652},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:11691749},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:5020082},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:10066329},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:5000268},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15905484},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:8375321},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:14605932},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:10072818},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15040472},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15905331},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:1s,tag:{color:15790320},Damage:0s}", - "{id:\"iceandfire:lectern\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:4s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{id:\"iceandfire:manuscript\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:10s,Damage:0s}", - "{id:\"teslacorelib:base_addon\",Count:10s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:4s,Damage:0s}", - "{id:\"rftools:oredict_module\",Count:1s,Damage:0s}", - "{id:\"rftools:generic_module\",Count:3s,Damage:0s}", - "{id:\"rftools:text_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:4s,Damage:10s}", - "{id:\"rftools:powercell_card\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:orphaning_card\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:1s,Damage:0s}", - "{id:\"rftools:composer\",Count:6s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:6s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_speed\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_satellite_advanced\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fluid_crafting\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_byproduct\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fuzzy\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_power_transportation\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_opaque\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_cleanup\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_blank\",Count:1s,Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier4\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:neutronium_cannon\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier3\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:lp_harvester\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier2\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier1\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dragonfire_forge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dimensional_stabilizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:transformer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier9\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier8\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:neutronium_bombarder\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier7\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:creation_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:infinity_furnace\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier6\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:gaia_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier5\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:iron_centrifuge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:sentient_coagulator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:illuminated_enchanter\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:cold_iron_forge\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:lilith_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_discharger\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:valonite_gateway\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:essentia_solidifier\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:alloy_furnace\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dreading_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:bloodmaster_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:blood_reprocessor\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:empowered_monolith\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:arcane_autoinfuser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:arc_reactor\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:chaotic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:plasmatic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythic_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:quark_decomposer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:ender_stone_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:essentia_crystallizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier20\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:auto_astral_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier23\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier24\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:plasmatic_controller\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier21\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier22\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier27\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier28\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier25\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier26\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dragonfire_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier29\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:sterilized_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:herne_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_irradiator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:me_mythic_assembler\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:botanic_condenser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier12\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_sphere\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier13\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier10\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:pe_sterilizer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier11\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier16\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier17\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:infusinator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier14\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier15\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:baphomet_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:wizardry_combiner\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:high_impulse_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier18\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:carminite_empowerer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:gravitite_enchanter\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mythical_resource_miner_tier19\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:spatial_crucible\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:thaumic_replicator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:mechanized_coop\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:moloch_altar\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:terrestrial_cauldron\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:particle_accelerator\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:gravitational_collapser\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:arcane_autoworkbench\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:corrupted_library\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:shadow_fracturer\"},Damage:0s}", - "{id:\"modularmachinery:itemblueprint\",Count:1s,tag:{dynamicmachine:\"modularmachinery:dyson_compressor\"},Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Default\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Default\"},Damage:3s}", - "{id:\"rftoolsdim:known_dimlet\",Count:1s,tag:{dkey:\"4\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"None\"},Damage:5s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Flat\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Normal\"},Damage:8s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"2\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"1\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"0\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"Default\"},Damage:13s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Void\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"None\"},Damage:10s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"None\"},Damage:7s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"minecraft:stone@0\"},Damage:2s}", - "{id:\"rftoolsdim:dimlet_template\",Count:1s,Damage:0s}", - "{id:\"rftoolsdim:dimlet_workbench\",Count:1s,Damage:0s}", - "{id:\"storagedrawers:personal_key\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"storagedrawers:tape\",Count:4s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_chest\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:3s}", - "{id:\"thaumicaugmentation:stone\",Count:10s,Damage:4s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_wood\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_metal\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_silverwood\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_greatwood\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_silverwood\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_arcane_stone\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_greatwood\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_silverwood\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_arcane_stone\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:31s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:seal_copier\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:3s,Damage:1s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:3s,Damage:2s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,name:\"\",ownerMost:0L},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:10s,Damage:0s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,name:\"\",ownerMost:0L},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:10s,Damage:1s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,pos:[I;0,0,0],name:\"\",typeName:\"\",ownerMost:0L,type:\"\"},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:10s,Damage:2s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:share_book\",Count:10s,tag:{player:\"[none]\"},Damage:0s}", - "{id:\"thaumictinkerer:soul_mould\",Count:3s,tag:{},Damage:0s}", - "{id:\"tinker_io:upg\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_booklet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:3s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:4s}", - "{id:\"actuallyadditions:item_food\",Count:4s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:list\",Count:10s,tag:{},Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:12s,Damage:2s}", - "{id:\"buildcraftbuilders:snapshot\",Count:12s,Damage:0s}", - "{id:\"buildcraftbuilders:architect\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:card_location\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:carbon_paper\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:30s,Damage:0s}", - "{id:\"astralsorcery:itemcraftingcomponent\",Count:1s,Damage:5s}", - "{id:\"contenttweaker:pixonia_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:alkemia_artifact\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:book_manual\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:2s,Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:magic_map\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:maze_map\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_map\",Count:16s,Damage:0s}" - ] - }, - { - "aspect": "lux", - "items": [ - "{id:\"minecraft:glowstone\",Count:30s,Damage:0s}", - "{id:\"minecraft:sea_lantern\",Count:18s,Damage:0s}", - "{id:\"minecraft:torch\",Count:5s,Damage:0s}", - "{id:\"minecraft:end_rod\",Count:5s,Damage:0s}", - "{id:\"minecraft:redstone_lamp\",Count:22s,Damage:0s}", - "{id:\"minecraft:daylight_detector\",Count:10s,Damage:0s}", - "{id:\"minecraft:glowstone_dust\",Count:10s,Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:prismarine_crystals\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:spectral_arrow\",Count:15s,Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:448s}", - "{id:\"techreborn:quantum_chest\",Count:202s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:42s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:74s,Damage:0s}", - "{id:\"techreborn:machine_casing\",Count:7s,Damage:2s}", - "{id:\"techreborn:lightning_rod\",Count:21s,Damage:0s}", - "{id:\"techreborn:recycler\",Count:15s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:85s,Damage:0s}", - "{id:\"techreborn:lamp_led\",Count:7s,Damage:0s}", - "{id:\"ae2stuff:encoder\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:wireless_kit\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:visualiser\",Count:2s,Damage:0s}", - "{id:\"bewitchment:white_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:orange_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:magenta_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:light_blue_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:yellow_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:lime_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:pink_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:gray_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:light_gray_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cyan_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:purple_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:blue_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:brown_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:green_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:red_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:black_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:candelabra_gold\",Count:11s,Damage:0s}", - "{id:\"bewitchment:candelabra_iron\",Count:11s,Damage:0s}", - "{id:\"bewitchment:candelabra_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:analyst\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:registry\",Count:11s,Damage:0s}", - "{id:\"genetics:misc\",Count:1s,Damage:1s}", - "{id:\"genetics:misc\",Count:3s,Damage:2s}", - "{id:\"genetics:misc\",Count:15s,Damage:8s}", - "{id:\"genetics:misc\",Count:90s,Damage:9s}", - "{id:\"genetics:misc\",Count:90s,Damage:10s}", - "{id:\"genetics:machine\",Count:22s,Damage:0s}", - "{id:\"genetics:machine\",Count:27s,Damage:1s}", - "{id:\"genetics:machine\",Count:22s,Damage:2s}", - "{id:\"genetics:machine\",Count:22s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:1s,Damage:1s}", - "{id:\"genetics:adv_machine\",Count:202s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:37s,Damage:3s}", - "{id:\"extracells:part.base\",Count:2s,Damage:10s}", - "{id:\"extracells:part.base\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:186s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:3s}", - "{id:\"extracells:storage.component\",Count:248s,Damage:0s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:1s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:2s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:3s}", - "{id:\"extrautils2:decorativeglass\",Count:3s,Damage:4s}", - "{id:\"extrautils2:quarryproxy\",Count:3s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:7s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:30s,Damage:11s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"lux\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:90s,Damage:5s}", - "{id:\"nuclearcraft:glowing_mushroom\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:compound\",Count:3s,Damage:2s}", - "{id:\"nuclearcraft:rad_x\",Count:4s,Damage:0s}", - "{id:\"randomthings:lapislamp\",Count:16s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:15s,Damage:0s}", - "{id:\"randomthings:quartzlamp\",Count:16s,Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:16s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:1s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:2s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:3s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:4s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:5s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:6s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:7s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:8s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:9s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:10s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:11s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:12s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:13s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:14s}", - "{id:\"randomthings:luminousblock\",Count:2s,Damage:15s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:0s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:1s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:2s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:3s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:4s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:5s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:6s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:7s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:8s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:9s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:10s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:11s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:12s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:13s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:14s}", - "{id:\"randomthings:translucentluminousblock\",Count:1s,Damage:15s}", - "{id:\"randomthings:advanceditemcollector\",Count:15s,Damage:0s}", - "{id:\"randomthings:rainbowlamp\",Count:16s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:1s,Damage:5s}", - "{id:\"randomthings:spectreilluminator\",Count:30s,Damage:0s}", - "{id:\"openblocks:guide\",Count:3s,Damage:0s}", - "{id:\"openblocks:builder_guide\",Count:3s,Damage:0s}", - "{id:\"openblocks:projector\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_control\",Count:7s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:22s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:15s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:11s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:60s,Damage:311s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:500s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:501s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:502s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:503s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:504s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:505s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:506s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:507s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:508s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:509s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:510s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:511s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:512s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:513s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:514s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:515s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:multimeter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:19s,tag:{Energy:200000,JetpackParticle:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{Energy:0,JetpackParticle:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{Energy:0,JetpackParticle:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:19s,tag:{Energy:0,JetpackParticle:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{Energy:0,JetpackParticle:0},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{Energy:0,JetpackParticle:0},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:19s,tag:{Energy:0,JetpackParticle:0},Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{Energy:0,JetpackParticle:0},Damage:35s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{Energy:0,JetpackParticle:0},Damage:36s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{Energy:0,JetpackParticle:0},Damage:38s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:11s,tag:{Energy:0,JetpackParticle:0},Damage:39s}", - "{id:\"simplyjetpacks:metaitem\",Count:15s,Damage:0s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:12s,Damage:11s}", - "{id:\"projectred-integration:gate\",Count:11s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:1s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:2s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:3s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:4s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:5s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:6s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:7s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:8s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:9s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:10s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:11s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:12s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:14s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:15s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:16s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:17s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:18s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:19s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:20s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:21s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:22s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:23s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:24s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:25s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:26s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:27s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:28s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:31s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:0s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:1s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:2s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:3s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:4s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:6s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:7s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:8s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:10s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:11s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:12s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:14s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:1s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:2s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:3s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:4s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:6s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:7s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:8s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:10s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:13s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:14s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:15s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-transportation:pipe\",Count:2s,Damage:1s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:2s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:56s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:2s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:5s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:6s}", - "{id:\"projectred-transportation:routing_chip\",Count:60s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:52s,Damage:8s}", - "{id:\"wrcbe:wireless_logic\",Count:16s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:12s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:16s,Damage:2s}", - "{id:\"wrcbe:material\",Count:30s,Damage:2s}", - "{id:\"wrcbe:material\",Count:22s,Damage:3s}", - "{id:\"wrcbe:material\",Count:22s,Damage:4s}", - "{id:\"wrcbe:material\",Count:16s,Damage:5s}", - "{id:\"wrcbe:material\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:40s,Damage:0s}", - "{id:\"wrcbe:empty_map\",Count:12s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:40s,Damage:0s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:fuelingstation\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:monitoringstation\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:observatory\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:21s,Damage:0s}", - "{id:\"advancedrocketry:planetanalyser\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:oxygendetection\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:orientationcontroller\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:microwavereciever\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:solarpanel\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:circlelight\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:altitudecontroller\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:11s,Damage:0s}", - "{id:\"chisel:antiblock\",Count:1s,Damage:15s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:0s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:1s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:2s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:3s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:4s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:5s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:6s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:7s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:8s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:9s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:10s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:11s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:12s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:13s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:14s}", - "{id:\"chisel:glowstone\",Count:30s,Damage:15s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:0s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:1s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:2s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:3s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:4s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:5s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:6s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:7s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:8s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:9s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:10s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:11s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:12s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:13s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:14s}", - "{id:\"chisel:glowstone1\",Count:30s,Damage:15s}", - "{id:\"chisel:glowstone2\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:grass_ambient\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:candle_white\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:candle_orange\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:candle_magenta\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_lightblue\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_yellow\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_lime\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_pink\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_gray\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_silver\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_cyan\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_purple\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_blue\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_brown\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_green\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_red\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:candle_black\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:nitor_yellow\",Count:13s,Damage:0s}", - "{id:\"libvulpes:holoprojector\",Count:10s,Damage:0s}", - "{id:\"divinerpg:arlemite_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:bluefire_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:diamond_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:divine_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:ender_stone_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:gold_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:ice_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:jungle_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:molten_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:netherite_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:realmite_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:redstone_ore_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:rupee_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:terran_lamp\",Count:22s,Damage:0s}", - "{id:\"divinerpg:blue_stone\",Count:22s,Damage:0s}", - "{id:\"divinerpg:darkstone\",Count:2s,Damage:0s}", - "{id:\"divinerpg:altar_of_corruption\",Count:9s,Damage:0s}", - "{id:\"divinerpg:dark_bridge\",Count:60s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:satellitepowersource\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:satellitepowersource\",Count:99s,Damage:1s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:10s,Damage:1s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:10s,Damage:2s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:8s,Damage:4s}", - "{id:\"advancedrocketry:misc\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:3s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:5s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:7s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:8s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:9s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:10s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:11s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:12s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"lux\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"lux\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_of_knowledge\",Count:7s,Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:1s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:2s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:1s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:2s}", - "{id:\"enderio:item_material\",Count:10s,Damage:43s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:7s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:8s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:1s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:2s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:3s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:4s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:5s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:6s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:7s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:8s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:9s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:10s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:11s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:12s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:13s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:14s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:6s,Damage:15s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:8s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:1s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:2s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:3s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:4s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:5s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:6s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:7s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:8s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:9s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:10s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:11s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:12s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:13s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:14s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:6s,Damage:15s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:6s,Damage:0s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:1s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:2s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:3s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:4s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:5s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:6s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:7s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:8s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:9s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:10s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:11s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:12s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:13s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:14s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:4s,Damage:15s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:6s,Damage:0s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:1s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:2s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:3s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:4s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:5s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:6s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:7s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:8s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:9s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:10s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:11s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:12s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:13s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:14s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:4s,Damage:15s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:6s,Damage:0s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:1s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:2s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:3s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:4s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:5s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:6s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:7s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:8s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:9s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:10s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:11s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:12s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:13s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:14s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:4s,Damage:15s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:6s,Damage:0s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:1s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:2s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:3s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:4s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:5s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:6s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:7s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:8s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:9s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:10s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:11s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:12s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:13s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:14s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:4s,Damage:15s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:6s,Damage:0s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:1s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:2s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:3s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:4s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:5s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:6s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:7s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:8s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:9s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:10s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:11s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:12s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:13s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:14s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:4s,Damage:15s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:6s,Damage:0s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:1s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:2s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:3s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:4s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:5s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:6s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:7s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:8s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:9s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:10s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:11s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:12s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:13s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:14s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:4s,Damage:15s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:4s,Damage:0s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_not_holy_enlightened_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:4s,Damage:0s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:1s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:2s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:3s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:4s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:5s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:6s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:7s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:8s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:9s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:10s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:11s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:12s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:13s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:14s}", - "{id:\"enderio:block_not_holy_enlightened_fused_glass\",Count:3s,Damage:15s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:4s,Damage:0s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:4s,Damage:0s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:1s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:2s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:3s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:4s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:5s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:6s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:7s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:8s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:9s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:10s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:11s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:12s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:13s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:14s}", - "{id:\"enderio:block_not_unholy_enlightened_fused_glass\",Count:3s,Damage:15s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:4s,Damage:0s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:1s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:2s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:3s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:4s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:5s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:6s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:7s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:8s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:9s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:10s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:11s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:12s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:13s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:14s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_quartz\",Count:3s,Damage:15s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:4s,Damage:0s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:1s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:2s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:3s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:4s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:5s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:6s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:7s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:8s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:9s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:10s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:11s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:12s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:13s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:14s}", - "{id:\"enderio:block_not_pasture_enlightened_fused_glass\",Count:3s,Damage:15s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:1s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:block_attractor_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:11s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:20s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:22s,Damage:1s}", - "{id:\"enderio:block_solar_panel\",Count:13s,Damage:2s}", - "{id:\"enderio:block_solar_panel\",Count:22s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:132s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_xp_vacuum\",Count:5s,Damage:0s}", - "{id:\"twilightforest:magic_map_focus\",Count:14s,Damage:0s}", - "{id:\"twilightforest:torchberries\",Count:8s,Damage:0s}", - "{id:\"twilightforest:magic_map_empty\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:moonworm_queen\",Count:54s,Damage:0s}", - "{id:\"twilightforest:firefly\",Count:5s,Damage:0s}", - "{id:\"twilightforest:firefly_jar\",Count:20s,Damage:0s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:4s}", - "{id:\"twilightforest:twilight_plant\",Count:10s,Damage:7s}", - "{id:\"twilightforest:moonworm\",Count:5s,Damage:0s}", - "{id:\"twilightforest:huge_mushgloom\",Count:5s,Damage:0s}", - "{id:\"twilightforest:trollber\",Count:25s,Damage:0s}", - "{id:\"tconstruct:throwball\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:cloth_device\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:fluorescent_tube\",Count:15s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_vibrant_glass\",Count:15s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:23s,Damage:0s}", - "{id:\"appliedenergistics2:chest\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:72s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_monitor\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:1s,tag:{internalMaxPower:1600000.0d,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:network_tool\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_16k\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_64k\",Count:72s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:292s,Damage:0s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:20s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:21s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:22s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:23s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:24s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:25s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:26s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:27s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:28s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:29s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:30s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:31s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:32s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:33s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:34s}", - "{id:\"appliedenergistics2:paint_ball\",Count:1s,Damage:35s}", - "{id:\"appliedenergistics2:material\",Count:22s,Damage:52s}", - "{id:\"appliedenergistics2:material\",Count:390s,Damage:34s}", - "{id:\"appliedenergistics2:material\",Count:30s,Damage:37s}", - "{id:\"appliedenergistics2:material\",Count:120s,Damage:33s}", - "{id:\"appliedenergistics2:material\",Count:30s,Damage:32s}", - "{id:\"appliedenergistics2:material\",Count:97s,Damage:38s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:420s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:360s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:520s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:480s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:160s}", - "{id:\"appliedenergistics2:part\",Count:5s,Damage:180s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:400s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:380s}", - "{id:\"projecte:collector_mk1\",Count:135s,Damage:0s}", - "{id:\"projecte:collector_mk2\",Count:258s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:351s,Damage:0s}", - "{id:\"projecte:interdiction_torch\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_philosophers_stone\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:33s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:5s,Damage:4s}", - "{id:\"bloodmagic:blood_rune\",Count:45s,Damage:10s}", - "{id:\"bloodmagic:mimic\",Count:15s,Damage:3s}", - "{id:\"bloodmagic:demon_light\",Count:22s,Damage:0s}", - "{id:\"bloodmagic:demon_light\",Count:22s,Damage:1s}", - "{id:\"bloodmagic:demon_light\",Count:22s,Damage:2s}", - "{id:\"bloodmagic:demon_light\",Count:22s,Damage:3s}", - "{id:\"bloodmagic:demon_light\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:millennium_greatblade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_spark\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:spectral_holly_arrow\",Count:15s,Damage:0s}", - "{id:\"aoa3:zhinx_dust\",Count:5s,Damage:0s}", - "{id:\"aoa3:light_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:awareness_tablet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:90s,tag:{},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:8s,tag:{},Damage:21s}", - "{id:\"botania:vial\",Count:5s,Damage:0s}", - "{id:\"botania:vial\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:monocle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:22s,Damage:0s}", - "{id:\"botania:shimmerrock0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0slab\",Count:1s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:managlasspane\",Count:1s,Damage:0s}", - "{id:\"botania:elfglasspane\",Count:1s,Damage:0s}", - "{id:\"botania:bifrostpermpane\",Count:1s,Damage:0s}", - "{id:\"botania:livingwood\",Count:7s,Damage:5s}", - "{id:\"botania:pool\",Count:11s,Damage:3s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:0s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:1s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:2s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:3s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:4s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:5s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:6s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:7s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:8s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:9s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:10s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:11s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:12s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:13s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:14s}", - "{id:\"botania:shinyflower\",Count:15s,Damage:15s}", - "{id:\"botania:dreamwood\",Count:7s,Damage:5s}", - "{id:\"botania:miniisland\",Count:11s,Damage:0s}", - "{id:\"botania:miniisland\",Count:11s,Damage:1s}", - "{id:\"botania:miniisland\",Count:11s,Damage:2s}", - "{id:\"botania:miniisland\",Count:11s,Damage:3s}", - "{id:\"botania:miniisland\",Count:11s,Damage:4s}", - "{id:\"botania:miniisland\",Count:11s,Damage:5s}", - "{id:\"botania:miniisland\",Count:11s,Damage:6s}", - "{id:\"botania:miniisland\",Count:11s,Damage:7s}", - "{id:\"botania:miniisland\",Count:11s,Damage:8s}", - "{id:\"botania:miniisland\",Count:11s,Damage:9s}", - "{id:\"botania:miniisland\",Count:11s,Damage:10s}", - "{id:\"botania:miniisland\",Count:11s,Damage:11s}", - "{id:\"botania:miniisland\",Count:11s,Damage:12s}", - "{id:\"botania:miniisland\",Count:11s,Damage:13s}", - "{id:\"botania:miniisland\",Count:11s,Damage:14s}", - "{id:\"botania:miniisland\",Count:11s,Damage:15s}", - "{id:\"botania:starfield\",Count:20s,Damage:0s}", - "{id:\"botania:elfglass\",Count:5s,Damage:0s}", - "{id:\"botania:managlass\",Count:5s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:hourglass\",Count:7s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:15s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:3s}", - "{id:\"botania:lightlauncher\",Count:11s,Damage:0s}", - "{id:\"botania:bifrostperm\",Count:5s,Damage:0s}", - "{id:\"botania:shimmerrock\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:7s,Damage:0s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:6s}", - "{id:\"bloodarsenal:gem\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:3s,Damage:0s}", - "{id:\"erebus:glowshroom\",Count:3s,Damage:0s}", - "{id:\"extendedcrafting:lamp\",Count:7s,Damage:0s}", - "{id:\"extracpus:crafting_storage_256k\",Count:186s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:375s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:375s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:11s,Damage:2s}", - "{id:\"mysticalagriculture:glowstone_seeds\",Count:90s,Damage:0s}", - "{id:\"mysticalagriculture:energetic_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"rftools:projector\",Count:15s,Damage:0s}", - "{id:\"rftools:matter_beamer\",Count:90s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:6s,Damage:8s}", - "{id:\"xreliquary:glowing_bread\",Count:1s,Damage:0s}", - "{id:\"xreliquary:glowing_water\",Count:7s,Damage:0s}", - "{id:\"xreliquary:holy_hand_grenade\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:4s,Damage:0s}", - "{id:\"xreliquary:altar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:62s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:36s,Damage:0s}", - "{id:\"tg:belt_light\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:60s,Damage:0s}", - "{id:\"tg:yarn_gold\",Count:1s,Damage:0s}", - "{id:\"tg:ingot_light\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:23s,Damage:0s}", - "{id:\"tg:light_petal\",Count:1s,Damage:0s}", - "{id:\"tg:block_light\",Count:54s,Damage:0s}", - "{id:\"tg:ore_light\",Count:7s,Damage:0s}", - "{id:\"tg:lamp\",Count:22s,Damage:0s}", - "{id:\"tg:light_rose_bush\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:10s,Damage:7s}", - "{id:\"thaumicaugmentation:stone\",Count:10s,Damage:11s}", - "{id:\"thaumicenergistics:essentia_terminal\",Count:2s,Damage:0s}", - "{id:\"thaumicenergistics:arcane_terminal\",Count:1s,Damage:0s}", - "{id:\"thaumictinkerer:energetic_nitor\",Count:5s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:270s,Damage:6s}", - "{id:\"tinker_io:what_a_beautiful_block\",Count:180s,Damage:0s}", - "{id:\"tinker_io:ore_crusher\",Count:33s,Damage:0s}", - "{id:\"torchmaster:mega_torch\",Count:11s,Damage:0s}", - "{id:\"torchmaster:terrain_lighter\",Count:3s,Damage:0s}", - "{id:\"torchmaster:dread_lamp\",Count:22s,Damage:0s}", - "{id:\"torchmaster:feral_flare_lantern\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:1s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:1s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{id:\"abyssalcraft:dsglow\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:1s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:2s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:3s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:4s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:5s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:6s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:7s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:8s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:9s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:10s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:11s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:12s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:13s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:14s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:15s,Damage:15s}", - "{id:\"actuallyadditions:block_lamp_powerer\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:7s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:5s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:5s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:5s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:5s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune_ii\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:5s,tag:{Blaze:800},Damage:7s}", - "{id:\"techreborn:part\",Count:21s,Damage:1s}", - "{id:\"techreborn:part\",Count:7s,Damage:2s}", - "{id:\"techreborn:part\",Count:57s,Damage:3s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:62s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:1s,tag:{isActive:0b,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:1s,tag:{isActive:0b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:1s,tag:{isActive:1b,energy:640000},Damage:0s}", - "{id:\"techreborn:upgrades\",Count:85s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glowing_helmet\",Count:67s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:67s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:45s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:ender_torch\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:boomerang\",Count:22s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_vector\",Count:1s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:magnet_anti_block\",Count:90s,Damage:0s}", - "{id:\"cyclicmagic:moon_sensor\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:beacon_redstone\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:imbuer\",Count:90s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:modifier_glowing\",Count:90s,Damage:0s}", - "{id:\"botania:bifrost\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:magic_map\",Count:5s,Damage:0s}" - ] - }, - { - "aspect": "praemunio", - "items": [ - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:white_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:orange_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:magenta_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:light_blue_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:yellow_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lime_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:pink_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:gray_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:silver_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cyan_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:purple_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:blue_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:brown_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:green_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:red_shulker_box\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:black_shulker_box\",Count:15s,Damage:0s}", - "{id:\"minecraft:item_frame\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_boots\",Count:4s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:15s,Damage:1s}", - "{id:\"minecraft:leather\",Count:5s,Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:4}]},Damage:0s}", - "{id:\"minecraft:rabbit_foot\",Count:5s,Damage:0s}", - "{id:\"minecraft:rabbit_hide\",Count:2s,Damage:0s}", - "{id:\"minecraft:iron_horse_armor\",Count:10s,Damage:0s}", - "{id:\"minecraft:diamond_horse_armor\",Count:20s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:shield\",Count:20s,Damage:0s}", - "{id:\"minecraft:shulker_shell\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_copper\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_copper\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_copper\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_copper\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_tin\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_tin\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_tin\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_tin\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_silver\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_silver\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_silver\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_silver\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_lead\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_lead\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_lead\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_lead\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_aluminum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_aluminum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_aluminum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_aluminum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_nickel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_nickel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_nickel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_nickel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_platinum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_platinum\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_platinum\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_platinum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_steel\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_steel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_invar\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_invar\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_bronze\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_bronze\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_bronze\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_bronze\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_aluminum\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_nickel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_platinum\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_steel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_electrum\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_invar\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_constantan\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_iron\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_diamond\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_gold\",Count:15s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_copper\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_tin\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_silver\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_lead\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_aluminum\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_nickel\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_platinum\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_steel\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_electrum\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_invar\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_bronze\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_constantan\",Count:7s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:24s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:9s}", - "{id:\"draconicevolution:wyvern_helm\",Count:12s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:12s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:12s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:32s,Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:32s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:32s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:24s,Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:24s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:24s,tag:{DEUpgrades:{moveSpeed:2b,shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:12s,Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:12s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:12s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b,jumpBoost:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:12s,Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:12s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:12s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:32s,Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:32s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:32s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:24s,Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:24s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:24s,tag:{DEUpgrades:{moveSpeed:3b,shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:12s,Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:12s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:12s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b,jumpBoost:3b},Energy:256000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:naturalist_helmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_helmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_chest\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_helmet_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_chestplate_steel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_leggings_steel\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_boots_steel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_goggles\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_overalls\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_helmet\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_chestplate\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pants\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_boots\",Count:24s,Damage:0s}", - "{id:\"bewitchment:block_of_garnet\",Count:27s,Damage:0s}", - "{id:\"bewitchment:block_of_salt\",Count:27s,Damage:0s}", - "{id:\"bewitchment:garnet_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:salt_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_smooth\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_shell\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:chiseled_coquina\",Count:2s,Damage:0s}", - "{id:\"bewitchment:coquina_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:coquina_stairs\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:coquina_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:pink_candle\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.chest\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.head\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_hood\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_robe\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_belt\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_boots\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"praemunio\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:25s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_tough\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_tough\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_tough\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_tough\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hard_carbon\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hard_carbon\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hard_carbon\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hard_carbon\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron_nitride\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron_nitride\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron_nitride\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron_nitride\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:waterwalkingboots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:lavawader\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianwaterwalkingboots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:magichood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:superlubricentboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:floopouch\",Count:22s,Damage:0s}", - "{id:\"openblocks:hang_glider\",Count:33s,Damage:0s}", - "{id:\"openblocks:generic\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sonic_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:1973019},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:11743532},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:3887386},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:5320730},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:2437522},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:8073150},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:2651799},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:11250603},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:4408131},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:14188952},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:4312372},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:14602026},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:6719955},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:12801229},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:15435844},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crayon_glasses\",Count:8s,tag:{Color:15790320},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:technicolor_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:serious_glasses\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_backpack\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sleeping_bag\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:12s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:32s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:32s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:24s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:12s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:200000,JetpackParticle:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:34s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:35s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:36s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:37s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:38s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:24s,tag:{Energy:0,JetpackParticle:0},Damage:39s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:14s}", - "{id:\"simplyjetpacks:metaitem\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:pilot_goggles\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:jetpack\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_boots\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:bellows\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacehelmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceboots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacechestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceleggings\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"praemunio\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"praemunio\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_helm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_chest\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_legs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_chest\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_helm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_chest\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:41s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_helm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_chest\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_legs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_helm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_chest\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_legs\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_helm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_chest\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:34s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:8s,Damage:8s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:9s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:17s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:0s}", - "{id:\"enderio:item_material\",Count:11s,Damage:6s}", - "{id:\"enderio:item_material\",Count:16s,Damage:7s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:8s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:24s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:24s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:8s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:40s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:40s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:28s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:28s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:32s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:72s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:72s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:56s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{id:\"twilightforest:naga_scale\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_chestplate\",Count:28s,tag:{ench:[{lvl:3s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_leggings\",Count:24s,tag:{ench:[{lvl:3s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_helmet\",Count:8s,tag:{ench:[{lvl:1s,id:6}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_chestplate\",Count:28s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_leggings\",Count:20s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_boots\",Count:8s,tag:{ench:[{lvl:1s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_helmet\",Count:12s,tag:{ench:[{lvl:2s,id:4}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_chestplate\",Count:32s,tag:{ench:[{lvl:2s,id:3}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_leggings\",Count:24s,tag:{ench:[{lvl:2s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_boots\",Count:12s,tag:{ench:[{lvl:2s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_helmet\",Count:16s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_chestplate\",Count:28s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_leggings\",Count:24s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_boots\",Count:12s,tag:{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_boots\",Count:8s,Damage:0s}", - "{id:\"twilightforest:stronghold_shield\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slime_boots\",Count:1s,Damage:4s}", - "{id:\"tconstruct:piggybackpack\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_helmet\",Count:4s,tag:{ench:[{lvl:1s,id:0},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:8s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_leggings\",Count:12s,tag:{ench:[{lvl:1s,id:4},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:4s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:uncontrolled\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:15s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:earmuffs\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_feet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_legs\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_chest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_head\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:12s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:shield\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_feet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_chest\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_head\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_3\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_2\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_1\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_0\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_3\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_2\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_1\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_0\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_3\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_2\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_1\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_0\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_sacrifice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_self_sacrifice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_chest\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_helmet\",Count:8s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_chest\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_leggings\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_boots\",Count:8s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:armour_plating\",Count:15s,Damage:0s}", - "{id:\"aoa3:chitin\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:padded_cloth\",Count:2s,Damage:0s}", - "{id:\"aoa3:rammerhead_hide\",Count:5s,Damage:0s}", - "{id:\"aoa3:reinforced_cloth\",Count:2s,Damage:0s}", - "{id:\"aoa3:scream_shield\",Count:20s,Damage:0s}", - "{id:\"aoa3:small_purple_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:torn_cloth\",Count:5s,Damage:0s}", - "{id:\"aoa3:urka_hide\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:3s,Damage:0s}", - "{id:\"aoa3:petals\",Count:3s,Damage:0s}", - "{id:\"aoa3:troll_idol\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:resistance_tablet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:11s,Damage:0s}", - "{id:\"aoa3:plateosaur_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:achelos_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:night_vision_goggles\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oceanus_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sealord_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_legs\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_chestplate\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_legs\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_chestplate\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_helmet\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_legs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_chestplate\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_chestplate\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_legs\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_legs\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_legs\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_helmet\",Count:16s,Damage:0s}", - "{id:\"aoa3:baron_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:black_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:brown_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:coral_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:cyan_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:greckon_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:grey_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:haunted_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:lime_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:magenta_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:orange_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:pink_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:purple_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:white_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_bricks\",Count:1s,Damage:0s}", - "{id:\"aoa3:baron_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:black_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:brown_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:coral_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:cyan_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:greckon_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:grey_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:haunted_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:lime_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:magenta_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:orange_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:pink_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:purple_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_bricks_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:shadonantium\",Count:3s,Damage:0s}", - "{id:\"aoa3:crate\",Count:1s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_fire\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_fire\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_fire\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_ice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_ice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_ice\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_ice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_lightning\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_lightning\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_lightning\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_lightning\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_necromancy\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_necromancy\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_necromancy\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_necromancy\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_earth\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_earth\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_earth\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_earth\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_sorcery\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_sorcery\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_sorcery\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_sorcery\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_hat_healing\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_robe_healing\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_leggings_healing\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:wizard_boots_healing\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_fire\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_fire\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_fire\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_ice\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_ice\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_ice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_ice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_lightning\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_lightning\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_lightning\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_lightning\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_necromancy\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_necromancy\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_necromancy\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_necromancy\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_earth\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_earth\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_earth\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_earth\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_sorcery\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_sorcery\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_sorcery\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_sorcery\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_hat_healing\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_robe_healing\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_leggings_healing\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:sage_boots_healing\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_fire\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_fire\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_fire\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_fire\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_ice\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_ice\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_ice\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_ice\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_lightning\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_lightning\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_lightning\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_lightning\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_necromancy\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_necromancy\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_necromancy\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_necromancy\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_earth\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_earth\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_earth\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_earth\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_sorcery\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_sorcery\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_sorcery\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_sorcery\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_helmet_healing\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_chestplate_healing\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_leggings_healing\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:battlemage_boots_healing\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_fire\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_fire\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_fire\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_ice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_ice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_ice\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_ice\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_lightning\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_lightning\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_lightning\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_lightning\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_necromancy\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_necromancy\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_necromancy\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_necromancy\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_earth\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_earth\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_earth\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_earth\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_sorcery\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_sorcery\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_sorcery\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_sorcery\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_hood_healing\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_robe_healing\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_leggings_healing\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:warlock_boots_healing\",Count:8s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:11s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:15s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelmreveal\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelchest\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteellegs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelmreveal\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelchest\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteellegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:knockbackbelt\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelmreveal\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumchest\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumlegs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:odinring\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavehelm\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavechest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavelegs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweaveboots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:11s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:1s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:2s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:bellows\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_cowl\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_hat\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_robes\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_pants\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hood\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hat\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_robes\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_pants\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hood\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hat\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_robes\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_pants\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hood\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hat\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_robes\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_pants\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:girdle_of_the_dryads\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:horseshoe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:nazar\",Count:8s,Damage:0s}", - "{id:\"bewitchment:garnet\",Count:4s,Damage:0s}", - "{id:\"bewitchment:salt\",Count:4s,Damage:0s}", - "{id:\"bewitchment:cleansing_balm\",Count:6s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:14s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:printout\",Count:3s,tag:{pages:2},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:14,Defense:5.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:11,Defense:5.0f},TinkerData:{Materials:[\"stone\",\"stone\",\"stone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"cheapskate_armor\",color:-6710887,level:1},{identifier:\"cheap_armor\",color:-6710887,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"cheapskate_armor\",\"cheap_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:28,Defense:4.5f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:28,Defense:4.5f},TinkerData:{Materials:[\"flint\",\"flint\",\"flint\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"mundane_armor\",color:-9868951,level:3,mundane2_armor:1b,mundane1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"mundane2_armor\",\"mundane1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:158,Defense:10.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:158,Defense:10.0f},TinkerData:{Materials:[\"cactus\",\"cactus\",\"cactus\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"spiny_armor\",color:-16735985,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:248,Defense:4.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:248,Defense:4.0f},TinkerData:{Materials:[\"bone\",\"bone\",\"bone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"calcic_armor\",color:-1186113,level:1},{identifier:\"skeletal_armor\",color:-1186113,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"calcic_armor\",\"skeletal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:3.5f,FreeModifiers:3,Durability:76,Defense:16.2f},Stats:{Toughness:3.5f,FreeModifiers:3,Durability:76,Defense:16.2f},TinkerData:{Materials:[\"obsidian\",\"obsidian\",\"obsidian\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"duritos_ranch_armor\",color:-10478396,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"duritos_ranch_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:48,Defense:18.8f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:48,Defense:18.8f},TinkerData:{Materials:[\"prismarine\",\"prismarine\",\"prismarine\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aquaspeed_armor\",color:-8462660,level:1},{identifier:\"rough_armor\",color:-8462660,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aquaspeed_armor\",\"rough_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:171,Defense:9.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:171,Defense:9.0f},Special:{alienStatPool:{identifier:\"\",color:16777215,defense:5.119996f,durability:271,toughness:2.7299979f}},TinkerData:{Materials:[\"endstone\",\"endstone\",\"endstone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"alien_armor\",color:-2041712,level:1},{identifier:\"enderport_armor\",color:-2041712,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"alien_armor\",\"enderport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:4,Defense:0.5f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:4,Defense:0.5f},TinkerData:{Materials:[\"paper\",\"paper\",\"paper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"writable\",color:-1,level:2,writable2:1b,writable1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"writable2\",\"writable1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:5.0f,FreeModifiers:3,Durability:592,Defense:1.0f},Stats:{Toughness:5.0f,FreeModifiers:3,Durability:592,Defense:1.0f},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"absorbent_armor\",color:-3486642,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"absorbent_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.5f,FreeModifiers:3,Durability:165,Defense:17.5f},Stats:{Toughness:0.5f,FreeModifiers:3,Durability:165,Defense:17.5f},TinkerData:{Materials:[\"firewood\",\"firewood\",\"firewood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"combustible_armor\",color:-3386624,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"combustible_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:200,Defense:15.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:200,Defense:15.0f},TinkerData:{Materials:[\"iron\",\"iron\",\"iron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"magnetic_armor\",color:-3487030,magnetic2_armor:1b,level:3,magnetic1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"magnetic2_armor\",\"magnetic1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:337,Defense:16.7f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:337,Defense:16.7f},TinkerData:{Materials:[\"pigiron\",\"pigiron\",\"pigiron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"baconlicious_armor\",color:-1073509,level:1},{identifier:\"tasty_armor\",color:-1073509,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"baconlicious_armor\",\"tasty_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:344,Defense:17.1f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:344,Defense:17.1f},TinkerData:{Materials:[\"knightslime\",\"knightslime\",\"knightslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dramatic_armor\",color:-946192,level:1},{identifier:\"invigorating_armor\",color:-946192,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dramatic_armor\",\"invigorating_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:272,Defense:2.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:272,Defense:2.0f},TinkerData:{Materials:[\"slime\",\"slime\",\"slime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_green_armor\",color:-8206221,level:1},{identifier:\"bouncy_armor\",color:-8206221,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_green_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.25f,FreeModifiers:3,Durability:413,Defense:1.8f},Stats:{Toughness:2.25f,FreeModifiers:3,Durability:413,Defense:1.8f},TinkerData:{Materials:[\"blueslime\",\"blueslime\",\"blueslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_blue_armor\",color:-9123641,level:1},{identifier:\"bouncy_armor\",color:-9123641,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_blue_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.5f,FreeModifiers:3,Durability:130,Defense:19.4f},Stats:{Toughness:2.5f,FreeModifiers:3,Durability:130,Defense:19.4f},TinkerData:{Materials:[\"magmaslime\",\"magmaslime\",\"magmaslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"autoforge_armor\",color:-27123,level:1},{identifier:\"superhot_armor\",color:-27123,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"autoforge_armor\",\"superhot_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:69,Defense:5.3f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:69,Defense:5.3f},TinkerData:{Materials:[\"netherrack\",\"netherrack\",\"netherrack\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aridiculous_armor\",color:-4698289,level:1},{identifier:\"infernal_armor\",color:-4698289,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aridiculous_armor\",\"infernal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:420,Defense:15.6f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:420,Defense:15.6f},TinkerData:{Materials:[\"cobalt\",\"cobalt\",\"cobalt\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"featherweight_armor\",color:-14122284,level:1},{identifier:\"lightweight_armor\",color:-14122284,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"featherweight_armor\",\"lightweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:4.0f,FreeModifiers:3,Durability:434,Defense:13.0f},Stats:{Toughness:4.0f,FreeModifiers:3,Durability:434,Defense:13.0f},TinkerData:{Materials:[\"ardite\",\"ardite\",\"ardite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"subterranean_armor\",color:-3063280,level:1},{identifier:\"petravidity_armor\",color:-3063280,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"subterranean_armor\",\"petravidity_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:3.0f,FreeModifiers:3,Durability:399,Defense:20.0f},Stats:{Toughness:3.0f,FreeModifiers:3,Durability:399,Defense:20.0f},TinkerData:{Materials:[\"manyullyn\",\"manyullyn\",\"manyullyn\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"vengeful_armor\",color:-6202120,level:1},{identifier:\"prideful_armor\",color:-6202120,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"vengeful_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:253,Defense:8.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:253,Defense:8.0f},TinkerData:{Materials:[\"copper\",\"copper\",\"copper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-1204473,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.25f,FreeModifiers:3,Durability:334,Defense:12.0f},Stats:{Toughness:1.25f,FreeModifiers:3,Durability:334,Defense:12.0f},TinkerData:{Materials:[\"bronze\",\"bronze\",\"bronze\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-1852056,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:147,Defense:11.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:147,Defense:11.0f},TinkerData:{Materials:[\"lead\",\"lead\",\"lead\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"heavy_armor\",color:-11712152,level:1},{identifier:\"shielding_armor\",color:-11712152,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"heavy_armor\",\"shielding_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:279,Defense:17.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:279,Defense:17.0f},TinkerData:{Materials:[\"silver\",\"silver\",\"silver\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-3019530,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:189,Defense:8.1f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:189,Defense:8.1f},TinkerData:{Materials:[\"electrum\",\"electrum\",\"electrum\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"voltaic_armor\",color:-1516727,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"voltaic_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:4.5f,FreeModifiers:3,Durability:288,Defense:18.4f},Stats:{Toughness:5.4f,FreeModifiers:3,Durability:288,Defense:22.08f},TinkerData:{Materials:[\"steel\",\"steel\",\"steel\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"steady_armor\",color:-5789785,level:1},{identifier:\"indomitable_armor\",color:-5789785,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"steady_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.2f,FreeModifiers:3,Durability:209,Defense:17.0f},Stats:{Toughness:1.44f,FreeModifiers:3,Durability:209,Defense:20.4f},TinkerData:{Materials:[\"boron\",\"boron\",\"boron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-8553091,level:1},{identifier:\"indomitable_armor\",color:-8553091,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.8f,FreeModifiers:3,Durability:374,Defense:19.0f},Stats:{Toughness:1.8f,FreeModifiers:3,Durability:374,Defense:19.0f},TinkerData:{Materials:[\"tough\",\"tough\",\"tough\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-15397087,level:1},{identifier:\"steady_armor\",color:-15397087,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"steady_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:360,Defense:18.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:360,Defense:18.0f},TinkerData:{Materials:[\"hard_carbon\",\"hard_carbon\",\"hard_carbon\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"lightweight_armor\",color:-15115920,level:1},{identifier:\"prideful_armor\",color:-15115920,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"lightweight_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.7f,FreeModifiers:3,Durability:310,Defense:20.0f},Stats:{Toughness:2.7f,FreeModifiers:3,Durability:310,Defense:20.0f},TinkerData:{Materials:[\"boron_nitride\",\"boron_nitride\",\"boron_nitride\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-831147415,level:1},{identifier:\"spiny_armor\",color:-831147415,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:1.1f,FreeModifiers:3,Durability:158,Defense:15.5f},Stats:{Toughness:1.1f,FreeModifiers:3,Durability:158,Defense:15.5f},TinkerData:{Materials:[\"thorium\",\"thorium\",\"thorium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"withering_armor\",color:-14079703,level:1},{identifier:\"heavy_armor\",color:-14079703,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"withering_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.7f,FreeModifiers:3,Durability:173,Defense:14.5f},Stats:{Toughness:0.7f,FreeModifiers:3,Durability:173,Defense:14.5f},TinkerData:{Materials:[\"uranium\",\"uranium\",\"uranium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"poisonous_armor\",color:-12557504,level:1},{identifier:\"heavy_armor\",color:-12557504,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"poisonous_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.2f,FreeModifiers:3,Durability:200,Defense:12.5f},Stats:{Toughness:0.2f,FreeModifiers:3,Durability:200,Defense:12.5f},TinkerData:{Materials:[\"magnesium\",\"magnesium\",\"magnesium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-1851937,level:1},{identifier:\"featherweight_armor\",color:-1851937,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"featherweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:2,Defense:1.2f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:2,Defense:1.2f},TinkerData:{Materials:[\"chocolate\",\"chocolate\",\"chocolate\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"moldable_armor\",moldable_armor1:1b,moldable_armor2:1b,color:-11002356,level:2},{identifier:\"tasty_armor\",color:-11002356,level:1},{identifier:\"uplifting_armor\",color:-11002356,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"moldable_armor2\",\"tasty_armor\",\"moldable_armor1\",\"uplifting_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:341,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:341,Defense:20.0f},TinkerData:{Materials:[\"alumite\",\"alumite\",\"alumite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"camdaibay_armor\",color:-43691,level:1},{identifier:\"dunanstransport_armor\",color:-43691,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"camdaibay_armor\",\"dunanstransport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:446,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:446,Defense:20.0f},TinkerData:{Materials:[\"emerald_plustic\",\"emerald_plustic\",\"emerald_plustic\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"goodfridayagreement_armor\",color:-11141291,level:1},{identifier:\"terrafirma\",color:-11141291,level:1,terrafirma1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"goodfridayagreement_armor\",\"terrafirma1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:helmet\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:45,Defense:3.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:45,Defense:3.0f},TinkerData:{Materials:[\"wood\",\"wood\",\"wood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ecological_armor\",color:-7444965,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ecological_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:20,Defense:5.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:16,Defense:5.0f},TinkerData:{Materials:[\"stone\",\"stone\",\"stone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"cheapskate_armor\",color:-6710887,level:1},{identifier:\"cheap_armor\",color:-6710887,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"cheapskate_armor\",\"cheap_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:41,Defense:4.5f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:41,Defense:4.5f},TinkerData:{Materials:[\"flint\",\"flint\",\"flint\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"mundane_armor\",color:-9868951,level:3,mundane2_armor:1b,mundane1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"mundane2_armor\",\"mundane1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:230,Defense:10.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:230,Defense:10.0f},TinkerData:{Materials:[\"cactus\",\"cactus\",\"cactus\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"spiny_armor\",color:-16735985,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:361,Defense:4.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:361,Defense:4.0f},TinkerData:{Materials:[\"bone\",\"bone\",\"bone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"calcic_armor\",color:-1186113,level:1},{identifier:\"skeletal_armor\",color:-1186113,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"calcic_armor\",\"skeletal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:3.5f,FreeModifiers:3,Durability:110,Defense:16.2f},Stats:{Toughness:3.5f,FreeModifiers:3,Durability:110,Defense:16.2f},TinkerData:{Materials:[\"obsidian\",\"obsidian\",\"obsidian\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"duritos_ranch_armor\",color:-10478396,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"duritos_ranch_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:70,Defense:18.8f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:70,Defense:18.8f},TinkerData:{Materials:[\"prismarine\",\"prismarine\",\"prismarine\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aquaspeed_armor\",color:-8462660,level:1},{identifier:\"rough_armor\",color:-8462660,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aquaspeed_armor\",\"rough_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:247,Defense:9.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:247,Defense:9.0f},Special:{alienStatPool:{identifier:\"\",color:16777215,defense:5.039996f,durability:264,toughness:2.8399978f}},TinkerData:{Materials:[\"endstone\",\"endstone\",\"endstone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"alien_armor\",color:-2041712,level:1},{identifier:\"enderport_armor\",color:-2041712,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"alien_armor\",\"enderport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:6,Defense:0.5f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:6,Defense:0.5f},TinkerData:{Materials:[\"paper\",\"paper\",\"paper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"writable\",color:-1,level:2,writable2:1b,writable1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"writable2\",\"writable1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:5.0f,FreeModifiers:3,Durability:861,Defense:1.0f},Stats:{Toughness:5.0f,FreeModifiers:3,Durability:861,Defense:1.0f},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"absorbent_armor\",color:-3486642,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"absorbent_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.5f,FreeModifiers:3,Durability:240,Defense:17.5f},Stats:{Toughness:0.5f,FreeModifiers:3,Durability:240,Defense:17.5f},TinkerData:{Materials:[\"firewood\",\"firewood\",\"firewood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"combustible_armor\",color:-3386624,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"combustible_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:291,Defense:15.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:291,Defense:15.0f},TinkerData:{Materials:[\"iron\",\"iron\",\"iron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"magnetic_armor\",color:-3487030,magnetic2_armor:1b,level:3,magnetic1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"magnetic2_armor\",\"magnetic1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:490,Defense:16.7f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:490,Defense:16.7f},TinkerData:{Materials:[\"pigiron\",\"pigiron\",\"pigiron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"baconlicious_armor\",color:-1073509,level:1},{identifier:\"tasty_armor\",color:-1073509,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"baconlicious_armor\",\"tasty_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:499,Defense:17.1f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:499,Defense:17.1f},TinkerData:{Materials:[\"knightslime\",\"knightslime\",\"knightslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dramatic_armor\",color:-946192,level:1},{identifier:\"invigorating_armor\",color:-946192,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dramatic_armor\",\"invigorating_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:394,Defense:2.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:394,Defense:2.0f},TinkerData:{Materials:[\"slime\",\"slime\",\"slime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_green_armor\",color:-8206221,level:1},{identifier:\"bouncy_armor\",color:-8206221,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_green_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.25f,FreeModifiers:3,Durability:599,Defense:1.8f},Stats:{Toughness:2.25f,FreeModifiers:3,Durability:599,Defense:1.8f},TinkerData:{Materials:[\"blueslime\",\"blueslime\",\"blueslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_blue_armor\",color:-9123641,level:1},{identifier:\"bouncy_armor\",color:-9123641,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_blue_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.5f,FreeModifiers:3,Durability:189,Defense:19.4f},Stats:{Toughness:2.5f,FreeModifiers:3,Durability:189,Defense:19.4f},TinkerData:{Materials:[\"magmaslime\",\"magmaslime\",\"magmaslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"autoforge_armor\",color:-27123,level:1},{identifier:\"superhot_armor\",color:-27123,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"autoforge_armor\",\"superhot_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:98,Defense:5.3f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:98,Defense:5.3f},TinkerData:{Materials:[\"netherrack\",\"netherrack\",\"netherrack\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aridiculous_armor\",color:-4698289,level:1},{identifier:\"infernal_armor\",color:-4698289,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aridiculous_armor\",\"infernal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:610,Defense:15.6f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:610,Defense:15.6f},TinkerData:{Materials:[\"cobalt\",\"cobalt\",\"cobalt\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"featherweight_armor\",color:-14122284,level:1},{identifier:\"lightweight_armor\",color:-14122284,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"featherweight_armor\",\"lightweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:4.0f,FreeModifiers:3,Durability:630,Defense:13.0f},Stats:{Toughness:4.0f,FreeModifiers:3,Durability:630,Defense:13.0f},TinkerData:{Materials:[\"ardite\",\"ardite\",\"ardite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"subterranean_armor\",color:-3063280,level:1},{identifier:\"petravidity_armor\",color:-3063280,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"subterranean_armor\",\"petravidity_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:3.0f,FreeModifiers:3,Durability:579,Defense:20.0f},Stats:{Toughness:3.0f,FreeModifiers:3,Durability:579,Defense:20.0f},TinkerData:{Materials:[\"manyullyn\",\"manyullyn\",\"manyullyn\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"vengeful_armor\",color:-6202120,level:1},{identifier:\"prideful_armor\",color:-6202120,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"vengeful_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:368,Defense:8.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:368,Defense:8.0f},TinkerData:{Materials:[\"copper\",\"copper\",\"copper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-1204473,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.25f,FreeModifiers:3,Durability:484,Defense:12.0f},Stats:{Toughness:1.25f,FreeModifiers:3,Durability:484,Defense:12.0f},TinkerData:{Materials:[\"bronze\",\"bronze\",\"bronze\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-1852056,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:213,Defense:11.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:213,Defense:11.0f},TinkerData:{Materials:[\"lead\",\"lead\",\"lead\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"heavy_armor\",color:-11712152,level:1},{identifier:\"shielding_armor\",color:-11712152,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"heavy_armor\",\"shielding_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:406,Defense:17.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:406,Defense:17.0f},TinkerData:{Materials:[\"silver\",\"silver\",\"silver\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-3019530,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:274,Defense:8.1f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:274,Defense:8.1f},TinkerData:{Materials:[\"electrum\",\"electrum\",\"electrum\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"voltaic_armor\",color:-1516727,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"voltaic_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:4.5f,FreeModifiers:3,Durability:419,Defense:18.4f},Stats:{Toughness:5.4f,FreeModifiers:3,Durability:419,Defense:22.08f},TinkerData:{Materials:[\"steel\",\"steel\",\"steel\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"steady_armor\",color:-5789785,level:1},{identifier:\"indomitable_armor\",color:-5789785,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"steady_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.2f,FreeModifiers:3,Durability:304,Defense:17.0f},Stats:{Toughness:1.44f,FreeModifiers:3,Durability:304,Defense:20.4f},TinkerData:{Materials:[\"boron\",\"boron\",\"boron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-8553091,level:1},{identifier:\"indomitable_armor\",color:-8553091,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.8f,FreeModifiers:3,Durability:544,Defense:19.0f},Stats:{Toughness:1.8f,FreeModifiers:3,Durability:544,Defense:19.0f},TinkerData:{Materials:[\"tough\",\"tough\",\"tough\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-15397087,level:1},{identifier:\"steady_armor\",color:-15397087,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"steady_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:523,Defense:18.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:523,Defense:18.0f},TinkerData:{Materials:[\"hard_carbon\",\"hard_carbon\",\"hard_carbon\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"lightweight_armor\",color:-15115920,level:1},{identifier:\"prideful_armor\",color:-15115920,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"lightweight_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.7f,FreeModifiers:3,Durability:450,Defense:20.0f},Stats:{Toughness:2.7f,FreeModifiers:3,Durability:450,Defense:20.0f},TinkerData:{Materials:[\"boron_nitride\",\"boron_nitride\",\"boron_nitride\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-831147415,level:1},{identifier:\"spiny_armor\",color:-831147415,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:1.1f,FreeModifiers:3,Durability:228,Defense:15.5f},Stats:{Toughness:1.1f,FreeModifiers:3,Durability:228,Defense:15.5f},TinkerData:{Materials:[\"thorium\",\"thorium\",\"thorium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"withering_armor\",color:-14079703,level:1},{identifier:\"heavy_armor\",color:-14079703,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"withering_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.7f,FreeModifiers:3,Durability:251,Defense:14.5f},Stats:{Toughness:0.7f,FreeModifiers:3,Durability:251,Defense:14.5f},TinkerData:{Materials:[\"uranium\",\"uranium\",\"uranium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"poisonous_armor\",color:-12557504,level:1},{identifier:\"heavy_armor\",color:-12557504,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"poisonous_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.2f,FreeModifiers:3,Durability:291,Defense:12.5f},Stats:{Toughness:0.2f,FreeModifiers:3,Durability:291,Defense:12.5f},TinkerData:{Materials:[\"magnesium\",\"magnesium\",\"magnesium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-1851937,level:1},{identifier:\"featherweight_armor\",color:-1851937,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"featherweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:4,Defense:1.2f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:4,Defense:1.2f},TinkerData:{Materials:[\"chocolate\",\"chocolate\",\"chocolate\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"moldable_armor\",moldable_armor1:1b,moldable_armor2:1b,color:-11002356,level:2},{identifier:\"tasty_armor\",color:-11002356,level:1},{identifier:\"uplifting_armor\",color:-11002356,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"moldable_armor2\",\"tasty_armor\",\"moldable_armor1\",\"uplifting_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:496,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:496,Defense:20.0f},TinkerData:{Materials:[\"alumite\",\"alumite\",\"alumite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"camdaibay_armor\",color:-43691,level:1},{identifier:\"dunanstransport_armor\",color:-43691,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"camdaibay_armor\",\"dunanstransport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:648,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:648,Defense:20.0f},TinkerData:{Materials:[\"emerald_plustic\",\"emerald_plustic\",\"emerald_plustic\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"goodfridayagreement_armor\",color:-11141291,level:1},{identifier:\"terrafirma\",color:-11141291,level:1,terrafirma1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"goodfridayagreement_armor\",\"terrafirma1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:chestplate\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:64,Defense:3.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:64,Defense:3.0f},TinkerData:{Materials:[\"wood\",\"wood\",\"wood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ecological_armor\",color:-7444965,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ecological_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:19,Defense:5.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:15,Defense:5.0f},TinkerData:{Materials:[\"stone\",\"stone\",\"stone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"cheapskate_armor\",color:-6710887,level:1},{identifier:\"cheap_armor\",color:-6710887,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"cheapskate_armor\",\"cheap_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:38,Defense:4.5f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:38,Defense:4.5f},TinkerData:{Materials:[\"flint\",\"flint\",\"flint\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"mundane_armor\",color:-9868951,level:3,mundane2_armor:1b,mundane1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"mundane2_armor\",\"mundane1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:216,Defense:10.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:216,Defense:10.0f},TinkerData:{Materials:[\"cactus\",\"cactus\",\"cactus\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"spiny_armor\",color:-16735985,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:339,Defense:4.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:339,Defense:4.0f},TinkerData:{Materials:[\"bone\",\"bone\",\"bone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"calcic_armor\",color:-1186113,level:1},{identifier:\"skeletal_armor\",color:-1186113,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"calcic_armor\",\"skeletal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:3.5f,FreeModifiers:3,Durability:103,Defense:16.2f},Stats:{Toughness:3.5f,FreeModifiers:3,Durability:103,Defense:16.2f},TinkerData:{Materials:[\"obsidian\",\"obsidian\",\"obsidian\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"duritos_ranch_armor\",color:-10478396,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"duritos_ranch_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:66,Defense:18.8f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:66,Defense:18.8f},TinkerData:{Materials:[\"prismarine\",\"prismarine\",\"prismarine\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aquaspeed_armor\",color:-8462660,level:1},{identifier:\"rough_armor\",color:-8462660,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aquaspeed_armor\",\"rough_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:233,Defense:9.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:233,Defense:9.0f},Special:{alienStatPool:{identifier:\"\",color:16777215,defense:5.379996f,durability:268,toughness:2.629998f}},TinkerData:{Materials:[\"endstone\",\"endstone\",\"endstone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"alien_armor\",color:-2041712,level:1},{identifier:\"enderport_armor\",color:-2041712,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"alien_armor\",\"enderport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:6,Defense:0.5f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:6,Defense:0.5f},TinkerData:{Materials:[\"paper\",\"paper\",\"paper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"writable\",color:-1,level:2,writable2:1b,writable1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"writable2\",\"writable1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:5.0f,FreeModifiers:3,Durability:807,Defense:1.0f},Stats:{Toughness:5.0f,FreeModifiers:3,Durability:807,Defense:1.0f},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"absorbent_armor\",color:-3486642,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"absorbent_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.5f,FreeModifiers:3,Durability:225,Defense:17.5f},Stats:{Toughness:0.5f,FreeModifiers:3,Durability:225,Defense:17.5f},TinkerData:{Materials:[\"firewood\",\"firewood\",\"firewood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"combustible_armor\",color:-3386624,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"combustible_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:273,Defense:15.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:273,Defense:15.0f},TinkerData:{Materials:[\"iron\",\"iron\",\"iron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"magnetic_armor\",color:-3487030,magnetic2_armor:1b,level:3,magnetic1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"magnetic2_armor\",\"magnetic1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:460,Defense:16.7f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:460,Defense:16.7f},TinkerData:{Materials:[\"pigiron\",\"pigiron\",\"pigiron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"baconlicious_armor\",color:-1073509,level:1},{identifier:\"tasty_armor\",color:-1073509,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"baconlicious_armor\",\"tasty_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:469,Defense:17.1f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:469,Defense:17.1f},TinkerData:{Materials:[\"knightslime\",\"knightslime\",\"knightslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dramatic_armor\",color:-946192,level:1},{identifier:\"invigorating_armor\",color:-946192,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dramatic_armor\",\"invigorating_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:370,Defense:2.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:370,Defense:2.0f},TinkerData:{Materials:[\"slime\",\"slime\",\"slime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_green_armor\",color:-8206221,level:1},{identifier:\"bouncy_armor\",color:-8206221,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_green_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.25f,FreeModifiers:3,Durability:563,Defense:1.8f},Stats:{Toughness:2.25f,FreeModifiers:3,Durability:563,Defense:1.8f},TinkerData:{Materials:[\"blueslime\",\"blueslime\",\"blueslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_blue_armor\",color:-9123641,level:1},{identifier:\"bouncy_armor\",color:-9123641,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_blue_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.5f,FreeModifiers:3,Durability:177,Defense:19.4f},Stats:{Toughness:2.5f,FreeModifiers:3,Durability:177,Defense:19.4f},TinkerData:{Materials:[\"magmaslime\",\"magmaslime\",\"magmaslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"autoforge_armor\",color:-27123,level:1},{identifier:\"superhot_armor\",color:-27123,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"autoforge_armor\",\"superhot_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:93,Defense:5.3f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:93,Defense:5.3f},TinkerData:{Materials:[\"netherrack\",\"netherrack\",\"netherrack\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aridiculous_armor\",color:-4698289,level:1},{identifier:\"infernal_armor\",color:-4698289,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aridiculous_armor\",\"infernal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:573,Defense:15.6f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:573,Defense:15.6f},TinkerData:{Materials:[\"cobalt\",\"cobalt\",\"cobalt\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"featherweight_armor\",color:-14122284,level:1},{identifier:\"lightweight_armor\",color:-14122284,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"featherweight_armor\",\"lightweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:4.0f,FreeModifiers:3,Durability:591,Defense:13.0f},Stats:{Toughness:4.0f,FreeModifiers:3,Durability:591,Defense:13.0f},TinkerData:{Materials:[\"ardite\",\"ardite\",\"ardite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"subterranean_armor\",color:-3063280,level:1},{identifier:\"petravidity_armor\",color:-3063280,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"subterranean_armor\",\"petravidity_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:3.0f,FreeModifiers:3,Durability:544,Defense:20.0f},Stats:{Toughness:3.0f,FreeModifiers:3,Durability:544,Defense:20.0f},TinkerData:{Materials:[\"manyullyn\",\"manyullyn\",\"manyullyn\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"vengeful_armor\",color:-6202120,level:1},{identifier:\"prideful_armor\",color:-6202120,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"vengeful_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:345,Defense:8.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:345,Defense:8.0f},TinkerData:{Materials:[\"copper\",\"copper\",\"copper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-1204473,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.25f,FreeModifiers:3,Durability:455,Defense:12.0f},Stats:{Toughness:1.25f,FreeModifiers:3,Durability:455,Defense:12.0f},TinkerData:{Materials:[\"bronze\",\"bronze\",\"bronze\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-1852056,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:200,Defense:11.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:200,Defense:11.0f},TinkerData:{Materials:[\"lead\",\"lead\",\"lead\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"heavy_armor\",color:-11712152,level:1},{identifier:\"shielding_armor\",color:-11712152,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"heavy_armor\",\"shielding_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:381,Defense:17.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:381,Defense:17.0f},TinkerData:{Materials:[\"silver\",\"silver\",\"silver\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-3019530,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:258,Defense:8.1f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:258,Defense:8.1f},TinkerData:{Materials:[\"electrum\",\"electrum\",\"electrum\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"voltaic_armor\",color:-1516727,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"voltaic_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:4.5f,FreeModifiers:3,Durability:393,Defense:18.4f},Stats:{Toughness:5.4f,FreeModifiers:3,Durability:393,Defense:22.08f},TinkerData:{Materials:[\"steel\",\"steel\",\"steel\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"steady_armor\",color:-5789785,level:1},{identifier:\"indomitable_armor\",color:-5789785,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"steady_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.2f,FreeModifiers:3,Durability:285,Defense:17.0f},Stats:{Toughness:1.44f,FreeModifiers:3,Durability:285,Defense:20.4f},TinkerData:{Materials:[\"boron\",\"boron\",\"boron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-8553091,level:1},{identifier:\"indomitable_armor\",color:-8553091,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.8f,FreeModifiers:3,Durability:511,Defense:19.0f},Stats:{Toughness:1.8f,FreeModifiers:3,Durability:511,Defense:19.0f},TinkerData:{Materials:[\"tough\",\"tough\",\"tough\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-15397087,level:1},{identifier:\"steady_armor\",color:-15397087,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"steady_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:491,Defense:18.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:491,Defense:18.0f},TinkerData:{Materials:[\"hard_carbon\",\"hard_carbon\",\"hard_carbon\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"lightweight_armor\",color:-15115920,level:1},{identifier:\"prideful_armor\",color:-15115920,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"lightweight_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.7f,FreeModifiers:3,Durability:423,Defense:20.0f},Stats:{Toughness:2.7f,FreeModifiers:3,Durability:423,Defense:20.0f},TinkerData:{Materials:[\"boron_nitride\",\"boron_nitride\",\"boron_nitride\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-831147415,level:1},{identifier:\"spiny_armor\",color:-831147415,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:1.1f,FreeModifiers:3,Durability:215,Defense:15.5f},Stats:{Toughness:1.1f,FreeModifiers:3,Durability:215,Defense:15.5f},TinkerData:{Materials:[\"thorium\",\"thorium\",\"thorium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"withering_armor\",color:-14079703,level:1},{identifier:\"heavy_armor\",color:-14079703,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"withering_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.7f,FreeModifiers:3,Durability:235,Defense:14.5f},Stats:{Toughness:0.7f,FreeModifiers:3,Durability:235,Defense:14.5f},TinkerData:{Materials:[\"uranium\",\"uranium\",\"uranium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"poisonous_armor\",color:-12557504,level:1},{identifier:\"heavy_armor\",color:-12557504,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"poisonous_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.2f,FreeModifiers:3,Durability:273,Defense:12.5f},Stats:{Toughness:0.2f,FreeModifiers:3,Durability:273,Defense:12.5f},TinkerData:{Materials:[\"magnesium\",\"magnesium\",\"magnesium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-1851937,level:1},{identifier:\"featherweight_armor\",color:-1851937,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"featherweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:4,Defense:1.2f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:4,Defense:1.2f},TinkerData:{Materials:[\"chocolate\",\"chocolate\",\"chocolate\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"moldable_armor\",moldable_armor1:1b,moldable_armor2:1b,color:-11002356,level:2},{identifier:\"tasty_armor\",color:-11002356,level:1},{identifier:\"uplifting_armor\",color:-11002356,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"moldable_armor2\",\"tasty_armor\",\"moldable_armor1\",\"uplifting_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:465,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:465,Defense:20.0f},TinkerData:{Materials:[\"alumite\",\"alumite\",\"alumite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"camdaibay_armor\",color:-43691,level:1},{identifier:\"dunanstransport_armor\",color:-43691,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"camdaibay_armor\",\"dunanstransport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:608,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:608,Defense:20.0f},TinkerData:{Materials:[\"emerald_plustic\",\"emerald_plustic\",\"emerald_plustic\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"goodfridayagreement_armor\",color:-11141291,level:1},{identifier:\"terrafirma\",color:-11141291,level:1,terrafirma1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"goodfridayagreement_armor\",\"terrafirma1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:leggings\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:61,Defense:3.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:61,Defense:3.0f},TinkerData:{Materials:[\"wood\",\"wood\",\"wood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ecological_armor\",color:-7444965,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ecological_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:17,Defense:5.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:13,Defense:5.0f},TinkerData:{Materials:[\"stone\",\"stone\",\"stone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"cheapskate_armor\",color:-6710887,level:1},{identifier:\"cheap_armor\",color:-6710887,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"cheapskate_armor\",\"cheap_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:33,Defense:4.5f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:33,Defense:4.5f},TinkerData:{Materials:[\"flint\",\"flint\",\"flint\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"mundane_armor\",color:-9868951,level:3,mundane2_armor:1b,mundane1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"mundane2_armor\",\"mundane1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:188,Defense:10.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:188,Defense:10.0f},TinkerData:{Materials:[\"cactus\",\"cactus\",\"cactus\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"spiny_armor\",color:-16735985,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:294,Defense:4.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:294,Defense:4.0f},TinkerData:{Materials:[\"bone\",\"bone\",\"bone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"calcic_armor\",color:-1186113,level:1},{identifier:\"skeletal_armor\",color:-1186113,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"calcic_armor\",\"skeletal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:3.5f,FreeModifiers:3,Durability:90,Defense:16.2f},Stats:{Toughness:3.5f,FreeModifiers:3,Durability:90,Defense:16.2f},TinkerData:{Materials:[\"obsidian\",\"obsidian\",\"obsidian\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"duritos_ranch_armor\",color:-10478396,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"duritos_ranch_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:57,Defense:18.8f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:57,Defense:18.8f},TinkerData:{Materials:[\"prismarine\",\"prismarine\",\"prismarine\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aquaspeed_armor\",color:-8462660,level:1},{identifier:\"rough_armor\",color:-8462660,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aquaspeed_armor\",\"rough_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:201,Defense:9.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:201,Defense:9.0f},Special:{alienStatPool:{identifier:\"\",color:16777215,defense:4.979996f,durability:284,toughness:2.669998f}},TinkerData:{Materials:[\"endstone\",\"endstone\",\"endstone\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"alien_armor\",color:-2041712,level:1},{identifier:\"enderport_armor\",color:-2041712,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"alien_armor\",\"enderport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:5,Defense:0.5f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:5,Defense:0.5f},TinkerData:{Materials:[\"paper\",\"paper\",\"paper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"writable\",color:-1,level:2,writable2:1b,writable1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"writable2\",\"writable1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:5.0f,FreeModifiers:3,Durability:699,Defense:1.0f},Stats:{Toughness:5.0f,FreeModifiers:3,Durability:699,Defense:1.0f},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"absorbent_armor\",color:-3486642,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"absorbent_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.5f,FreeModifiers:3,Durability:195,Defense:17.5f},Stats:{Toughness:0.5f,FreeModifiers:3,Durability:195,Defense:17.5f},TinkerData:{Materials:[\"firewood\",\"firewood\",\"firewood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"combustible_armor\",color:-3386624,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"combustible_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:237,Defense:15.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:237,Defense:15.0f},TinkerData:{Materials:[\"iron\",\"iron\",\"iron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"magnetic_armor\",color:-3487030,magnetic2_armor:1b,level:3,magnetic1_armor:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"magnetic2_armor\",\"magnetic1_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:398,Defense:16.7f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:398,Defense:16.7f},TinkerData:{Materials:[\"pigiron\",\"pigiron\",\"pigiron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"baconlicious_armor\",color:-1073509,level:1},{identifier:\"tasty_armor\",color:-1073509,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"baconlicious_armor\",\"tasty_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:406,Defense:17.1f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:406,Defense:17.1f},TinkerData:{Materials:[\"knightslime\",\"knightslime\",\"knightslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dramatic_armor\",color:-946192,level:1},{identifier:\"invigorating_armor\",color:-946192,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dramatic_armor\",\"invigorating_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:321,Defense:2.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:321,Defense:2.0f},TinkerData:{Materials:[\"slime\",\"slime\",\"slime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_green_armor\",color:-8206221,level:1},{identifier:\"bouncy_armor\",color:-8206221,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_green_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.25f,FreeModifiers:3,Durability:488,Defense:1.8f},Stats:{Toughness:2.25f,FreeModifiers:3,Durability:488,Defense:1.8f},TinkerData:{Materials:[\"blueslime\",\"blueslime\",\"blueslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"slimey_blue_armor\",color:-9123641,level:1},{identifier:\"bouncy_armor\",color:-9123641,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"slimey_blue_armor\",\"bouncy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.5f,FreeModifiers:3,Durability:153,Defense:19.4f},Stats:{Toughness:2.5f,FreeModifiers:3,Durability:153,Defense:19.4f},TinkerData:{Materials:[\"magmaslime\",\"magmaslime\",\"magmaslime\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"autoforge_armor\",color:-27123,level:1},{identifier:\"superhot_armor\",color:-27123,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"autoforge_armor\",\"superhot_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:81,Defense:5.3f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:81,Defense:5.3f},TinkerData:{Materials:[\"netherrack\",\"netherrack\",\"netherrack\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"aridiculous_armor\",color:-4698289,level:1},{identifier:\"infernal_armor\",color:-4698289,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"aridiculous_armor\",\"infernal_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:496,Defense:15.6f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:496,Defense:15.6f},TinkerData:{Materials:[\"cobalt\",\"cobalt\",\"cobalt\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"featherweight_armor\",color:-14122284,level:1},{identifier:\"lightweight_armor\",color:-14122284,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"featherweight_armor\",\"lightweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:4.0f,FreeModifiers:3,Durability:513,Defense:13.0f},Stats:{Toughness:4.0f,FreeModifiers:3,Durability:513,Defense:13.0f},TinkerData:{Materials:[\"ardite\",\"ardite\",\"ardite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"subterranean_armor\",color:-3063280,level:1},{identifier:\"petravidity_armor\",color:-3063280,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"subterranean_armor\",\"petravidity_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:3.0f,FreeModifiers:3,Durability:471,Defense:20.0f},Stats:{Toughness:3.0f,FreeModifiers:3,Durability:471,Defense:20.0f},TinkerData:{Materials:[\"manyullyn\",\"manyullyn\",\"manyullyn\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"vengeful_armor\",color:-6202120,level:1},{identifier:\"prideful_armor\",color:-6202120,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"vengeful_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:299,Defense:8.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:299,Defense:8.0f},TinkerData:{Materials:[\"copper\",\"copper\",\"copper\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-1204473,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.25f,FreeModifiers:3,Durability:394,Defense:12.0f},Stats:{Toughness:1.25f,FreeModifiers:3,Durability:394,Defense:12.0f},TinkerData:{Materials:[\"bronze\",\"bronze\",\"bronze\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-1852056,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:173,Defense:11.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:173,Defense:11.0f},TinkerData:{Materials:[\"lead\",\"lead\",\"lead\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"heavy_armor\",color:-11712152,level:1},{identifier:\"shielding_armor\",color:-11712152,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"heavy_armor\",\"shielding_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.0f,FreeModifiers:3,Durability:330,Defense:17.0f},Stats:{Toughness:2.0f,FreeModifiers:3,Durability:330,Defense:17.0f},TinkerData:{Materials:[\"silver\",\"silver\",\"silver\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-3019530,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:224,Defense:8.1f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:224,Defense:8.1f},TinkerData:{Materials:[\"electrum\",\"electrum\",\"electrum\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"voltaic_armor\",color:-1516727,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"voltaic_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:4.5f,FreeModifiers:3,Durability:341,Defense:18.4f},Stats:{Toughness:5.4f,FreeModifiers:3,Durability:341,Defense:22.08f},TinkerData:{Materials:[\"steel\",\"steel\",\"steel\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"steady_armor\",color:-5789785,level:1},{identifier:\"indomitable_armor\",color:-5789785,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"steady_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.2f,FreeModifiers:3,Durability:246,Defense:17.0f},Stats:{Toughness:1.44f,FreeModifiers:3,Durability:246,Defense:20.4f},TinkerData:{Materials:[\"boron\",\"boron\",\"boron\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"dense_armor\",color:-8553091,level:1},{identifier:\"indomitable_armor\",color:-8553091,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"dense_armor\",\"indomitable_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.8f,FreeModifiers:3,Durability:442,Defense:19.0f},Stats:{Toughness:1.8f,FreeModifiers:3,Durability:442,Defense:19.0f},TinkerData:{Materials:[\"tough\",\"tough\",\"tough\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-15397087,level:1},{identifier:\"steady_armor\",color:-15397087,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"steady_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.0f,FreeModifiers:3,Durability:426,Defense:18.0f},Stats:{Toughness:1.0f,FreeModifiers:3,Durability:426,Defense:18.0f},TinkerData:{Materials:[\"hard_carbon\",\"hard_carbon\",\"hard_carbon\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"lightweight_armor\",color:-15115920,level:1},{identifier:\"prideful_armor\",color:-15115920,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"lightweight_armor\",\"prideful_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.7f,FreeModifiers:3,Durability:366,Defense:20.0f},Stats:{Toughness:2.7f,FreeModifiers:3,Durability:366,Defense:20.0f},TinkerData:{Materials:[\"boron_nitride\",\"boron_nitride\",\"boron_nitride\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ambitious_armor\",color:-831147415,level:1},{identifier:\"spiny_armor\",color:-831147415,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ambitious_armor\",\"spiny_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:1.1f,FreeModifiers:3,Durability:186,Defense:15.5f},Stats:{Toughness:1.1f,FreeModifiers:3,Durability:186,Defense:15.5f},TinkerData:{Materials:[\"thorium\",\"thorium\",\"thorium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"withering_armor\",color:-14079703,level:1},{identifier:\"heavy_armor\",color:-14079703,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"withering_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.7f,FreeModifiers:3,Durability:204,Defense:14.5f},Stats:{Toughness:0.7f,FreeModifiers:3,Durability:204,Defense:14.5f},TinkerData:{Materials:[\"uranium\",\"uranium\",\"uranium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"poisonous_armor\",color:-12557504,level:1},{identifier:\"heavy_armor\",color:-12557504,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"poisonous_armor\",\"heavy_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.2f,FreeModifiers:3,Durability:236,Defense:12.5f},Stats:{Toughness:0.2f,FreeModifiers:3,Durability:236,Defense:12.5f},TinkerData:{Materials:[\"magnesium\",\"magnesium\",\"magnesium\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"blessed_armor\",color:-1851937,level:1},{identifier:\"featherweight_armor\",color:-1851937,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"blessed_armor\",\"featherweight_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:3,Defense:1.2f},Stats:{Toughness:0.0f,FreeModifiers:5,Durability:3,Defense:1.2f},TinkerData:{Materials:[\"chocolate\",\"chocolate\",\"chocolate\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"moldable_armor\",moldable_armor1:1b,moldable_armor2:1b,color:-11002356,level:2},{identifier:\"tasty_armor\",color:-11002356,level:1},{identifier:\"uplifting_armor\",color:-11002356,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"moldable_armor2\",\"tasty_armor\",\"moldable_armor1\",\"uplifting_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:403,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:403,Defense:20.0f},TinkerData:{Materials:[\"alumite\",\"alumite\",\"alumite\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"camdaibay_armor\",color:-43691,level:1},{identifier:\"dunanstransport_armor\",color:-43691,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"camdaibay_armor\",\"dunanstransport_armor\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:2.2f,FreeModifiers:3,Durability:527,Defense:20.0f},Stats:{Toughness:2.2f,FreeModifiers:3,Durability:527,Defense:20.0f},TinkerData:{Materials:[\"emerald_plustic\",\"emerald_plustic\",\"emerald_plustic\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"goodfridayagreement_armor\",color:-11141291,level:1},{identifier:\"terrafirma\",color:-11141291,level:1,terrafirma1:1b},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"goodfridayagreement_armor\",\"terrafirma1\",\"leveling_armor\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:boots\",Count:1s,tag:{StatsOriginal:{Toughness:0.0f,FreeModifiers:3,Durability:53,Defense:3.0f},Stats:{Toughness:0.0f,FreeModifiers:3,Durability:53,Defense:3.0f},TinkerData:{Materials:[\"wood\",\"wood\",\"wood\"],Modifiers:[\"leveling_armor\"]},Modifiers:[{identifier:\"ecological_armor\",color:-7444965,level:1},{identifier:\"leveling_armor\",color:16777215,level:1}],Traits:[\"ecological_armor\",\"leveling_armor\"]},Damage:0s}", - "{id:\"conarm:gauntlet_mat\",Count:3s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_speed\",Count:2s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_attack\",Count:2s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:2s,Damage:0s}", - "{id:\"conarm:travel_belt_base\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_belt\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_potion\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sack\",Count:18s,Damage:0s}", - "{id:\"conarm:travel_goggles_base\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_goggles\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:8s,Damage:0s}", - "{id:\"conarm:travel_cloak\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_hood\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_mask\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_hood\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_mask\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_hood\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_mask\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_compound_goggles\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:compound_goggles\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jump_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate_powered\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:mushroom_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:spider_t_shirt\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:water_striders\",Count:12s,Damage:0s}", - "{id:\"iceandfire:dragonscale_red\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_green\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_bronze\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_gray\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_blue\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_white\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_sapphire\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonscale_silver\",Count:47s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_brick\",Count:44s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_brick\",Count:44s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:132s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:132s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:264s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:264s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_boots\",Count:4s,Damage:0s}", - "{id:\"iceandfire:dragonscales_red\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_green\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_bronze\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_gray\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_blue\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_white\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_sapphire\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dragonscales_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:20s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:40s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:40s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:40s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iron_hippogryph_armor\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:diamond_hippogryph_armor\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:blindfold\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_helmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:earplugs\",Count:4s,Damage:0s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:1s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_yellow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_white\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_red\",Count:18s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_chitin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_chitin\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_helmet\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_chestplate\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_leggings\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_helmet\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_chestplate\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_leggings\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_boots\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_leggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:15s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_boots\",Count:8s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_boots\",Count:8s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_boots\",Count:8s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:9s}", - "{id:\"mysticalagriculture:chunk\",Count:3s,Damage:15s}", - "{id:\"mysticalagriculture:gear\",Count:6s,Damage:5s}", - "{id:\"mysticalagriculture:gear\",Count:6s,Damage:6s}", - "{id:\"mysticalagriculture:gear\",Count:9s,Damage:7s}", - "{id:\"mysticalagriculture:gear\",Count:12s,Damage:8s}", - "{id:\"mysticalagriculture:gear\",Count:12s,Damage:9s}", - "{id:\"mysticalagriculture:charm\",Count:45s,Damage:2s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_chestplate\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_helmet\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_chestplate\",Count:36s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_leggings\",Count:32s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_boots\",Count:16s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_iron_shulker_upgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_copper_shulker_upgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:hud_glasses\",Count:4s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:3s,Damage:13s}", - "{id:\"xreliquary:angelheart_vial\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:hero_medallion\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_claws\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_tear\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:4b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:5b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:6b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:7b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:8b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:10b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:11b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:12b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:3s,tag:{type:13b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm_belt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rod_of_lyssa\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witch_hat\",Count:1s,Damage:0s}", - "{id:\"xreliquary:apothecary_cauldron\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:20s,Damage:0s}", - "{id:\"tg:belt_light\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:20s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_lense\",Count:34s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_chest\",Count:18s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_wood\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_metal\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_silverwood\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:fortified_glass\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:fortified_glass_pane\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:12s,Damage:1s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:9s,Damage:2s}", - "{id:\"thaumicaugmentation:warded_button_greatwood\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_silverwood\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_arcane_stone\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_greatwood\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_silverwood\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_arcane_stone\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:15s,Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:30s,Damage:4s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:19s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:23s,Damage:1s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:19s,Damage:2s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,name:\"\",ownerMost:0L},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,name:\"\",ownerMost:0L},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:5s,Damage:1s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,pos:[I;0,0,0],name:\"\",typeName:\"\",ownerMost:0L,type:\"\"},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:16s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:16s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:22s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:8s,Damage:1s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:22s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:19s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:24s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:20s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ahelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:alegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dlegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmetp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplatep\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegsp\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbootsp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthshelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthslegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumhelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumlegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumboots\",Count:12s,Damage:0s}", - "{id:\"abyssalcraft:dreadcloth\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadplate\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraihelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamurailegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhelmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumlegs\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumboots\",Count:12s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:eldritchscale\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:2s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:2s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_small\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_engineer_goggles_advanced\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_engineer_goggles\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_bag\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_player_probe\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_emerald\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_emerald\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_emerald\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_obsidian\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_obsidian\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_obsidian\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_quartz\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_quartz\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_quartz\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_quartz\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_knife\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_red\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_red\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_red\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_red\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_blue\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_blue\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_blue\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_blue\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_light_blue\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_light_blue\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_black\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_black\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_black\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_green\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_green\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_green\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_white\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_white\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_white\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_white\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:12s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:12s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:32s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:32s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:32s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:32s,tag:{energy:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzehelmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzechestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeleggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyhelmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubychestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyleggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyboots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirehelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirechestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireleggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridothelmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotchestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotleggings\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotboots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:leather_gloves\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:sentry_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_leggings\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_chestplate\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glowing_helmet\",Count:8s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:chest_sack_empty\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sleeping_mat\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount_inverse\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:slingshot_weapon\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.lucerna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.mineralis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.horologium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.octans\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.bootes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.fornax\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.pelotrio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_legs\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_head\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_feet\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:35s,Damage:0s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_chest\",Count:32s,Damage:0s}", - "{id:\"contenttweaker:cleansing_balm_bottle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_chest\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_head\",Count:20s,Damage:0s}", - "{id:\"contenttweaker:baphomet_altar_bricks\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_feet\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_legs\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_chest\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_feet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_head\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_helmet\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_leggings\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_boots\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_jump_boost\",Count:36s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_chestplate\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:bone_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_helmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient_chestplate\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_helmet\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:rubber_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:marsh_runner_boots\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:skull_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:explorers_hat\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_large_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_small_mask\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:4s,Damage:2s}", - "{id:\"erebus:materials\",Count:9s,Damage:52s}", - "{id:\"erebus:idols\",Count:4s,Damage:4s}", - "{id:\"erebus:idols\",Count:4s,Damage:5s}", - "{id:\"erebus:idols\",Count:4s,Damage:6s}", - "{id:\"erebus:idols\",Count:4s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:24s,tag:{upgradeTier:9b},Damage:0s}", - "{id:\"erebus:umber_golem_statue\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_leggings\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_boots\",Count:8s,Damage:0s}" - ] - }, - { - "aspect": "visum", - "items": [ - "{id:\"minecraft:golden_apple\",Count:4s,Damage:1s}", - "{id:\"minecraft:carrot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:phantom_ink_phial\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:19s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"visum\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"visum\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"visum\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumometer\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:15s,Damage:0s}", - "{id:\"natura:seed_bags\",Count:67s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sight_tablet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:3s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:3s,Damage:0s}", - "{id:\"botania:cellblock\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:12s,Damage:2s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:15s,Damage:0s}", - "{id:\"solcarrot:food_book\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:7s,Damage:2s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_variant\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_health\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_speed\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:bento_xxl\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:bento_xl\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:bento_s\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:bento_m\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:bento_l\",Count:3s,Damage:0s}" - ] - }, - { - "aspect": "stellae", - "items": [ - "{id:\"bewitchment:block_of_garnet\",Count:27s,Damage:0s}", - "{id:\"bewitchment:garnet_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:brazier\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"stellae\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"stellae\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"stellae\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cypress_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:elder_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:juniper_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:dragons_blood_broom\",Count:25s,Damage:0s}", - "{id:\"bewitchment:garnet\",Count:4s,Damage:0s}", - "{id:\"bewitchment:otherworldly_tears\",Count:6s,Damage:0s}", - "{id:\"bewitchment:eye_of_old\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dimensional_sand\",Count:4s,Damage:0s}" - ] - }, - { - "aspect": "permutatio", - "items": [ - "{id:\"binniecore:storage\",Count:45s,Damage:1s}", - "{id:\"binniecore:storage\",Count:33s,Damage:2s}", - "{id:\"binniecore:storage\",Count:33s,Damage:3s}", - "{id:\"binniecore:storage\",Count:24s,Damage:4s}", - "{id:\"binniecore:storage\",Count:18s,Damage:5s}", - "{id:\"minecraft:ender_chest\",Count:10s,Damage:0s}", - "{id:\"minecraft:dispenser\",Count:10s,Damage:0s}", - "{id:\"minecraft:hopper\",Count:10s,Damage:0s}", - "{id:\"minecraft:dropper\",Count:10s,Damage:0s}", - "{id:\"minecraft:beacon\",Count:10s,Damage:0s}", - "{id:\"minecraft:egg\",Count:6s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:33}]},Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:storage\",Count:33s,Damage:0s}", - "{id:\"thermalfoundation:glass\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:1s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:2s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:4s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:5s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:6s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:7s}", - "{id:\"thermalfoundation:glass\",Count:2s,Damage:8s}", - "{id:\"thermalfoundation:glass_alloy\",Count:2s,Damage:0s}", - "{id:\"thermalfoundation:glass_alloy\",Count:2s,Damage:1s}", - "{id:\"thermalfoundation:glass_alloy\",Count:2s,Damage:2s}", - "{id:\"thermalfoundation:glass_alloy\",Count:2s,Damage:3s}", - "{id:\"thermalfoundation:glass_alloy\",Count:3s,Damage:4s}", - "{id:\"thermalfoundation:glass_alloy\",Count:3s,Damage:5s}", - "{id:\"thermalfoundation:glass_alloy\",Count:2s,Damage:6s}", - "{id:\"thermalfoundation:glass_alloy\",Count:2s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:meter\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:64s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:100s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:101s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:128s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:256s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:656s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:657s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_copper\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_copper\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_copper\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_copper\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_copper\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_copper\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_copper\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_copper\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_copper\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_copper\",Count:22s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_copper\",Count:15s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:24s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:2s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:3s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:machine\",Count:24s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:15s}", - "{id:\"thermalexpansion:device\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:2s}", - "{id:\"thermalexpansion:device\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:3s}", - "{id:\"thermalexpansion:device\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{id:\"thermalexpansion:device\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:6s}", - "{id:\"thermalexpansion:device\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:device\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:10s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:9s}", - "{id:\"thermalexpansion:device\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{id:\"thermalexpansion:device\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:device\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{id:\"thermalexpansion:dynamo\",Count:18s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:tank\",Count:15s,tag:{RSControl:0b,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:11s,Damage:64s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:256s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:303s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:320s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:368s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:401s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:402s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:433s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:496s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:514s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:576s}", - "{id:\"techreborn:cable\",Count:1s,Damage:0s}", - "{id:\"techreborn:ore2\",Count:5s,Damage:0s}", - "{id:\"techreborn:lapotronic_su\",Count:8s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:8s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:48s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:288s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:lv_transformer\",Count:11s,Damage:0s}", - "{id:\"techreborn:lamp_incandescent\",Count:1s,Damage:0s}", - "{id:\"techreborn:alarm\",Count:1s,Damage:0s}", - "{id:\"forestry:ingot_copper\",Count:5s,Damage:0s}", - "{id:\"forestry:gear_copper\",Count:15s,Damage:0s}", - "{id:\"forestry:resources\",Count:5s,Damage:1s}", - "{id:\"forestry:centrifuge\",Count:22s,Damage:0s}", - "{id:\"forestry:moistener\",Count:45s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:33s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:11s,Damage:0s}", - "{id:\"forestry:stamps\",Count:1s,Damage:1s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:0},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:1},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:2},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:3},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:4},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:5},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:6},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:7},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:8},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:9},Damage:0s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:10},Damage:0s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:0},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:1},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:2},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:3},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:4},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:5},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:6},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:7},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:8},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:9},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:10},Damage:2s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:0},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:1},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:2},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:3},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:4},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:5},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:6},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:7},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:8},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:9},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:10},Damage:3s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:0},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:1},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:2},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:3},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:4},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:5},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:6},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:7},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:8},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:9},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:10},Damage:4s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:0},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:1},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:2},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:3},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:4},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:5},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:6},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:7},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:8},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:9},Damage:5s}", - "{id:\"forestry:ffarm\",Count:5s,tag:{FarmBlock:10},Damage:5s}", - "{id:\"railcraft:manipulator\",Count:7s,Damage:8s}", - "{id:\"railcraft:filter_ore_dict\",Count:3s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:1s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:0s}", - "{id:\"bewitchment:magenta_candle\",Count:10s,Damage:0s}", - "{id:\"careerbees:ingredients\",Count:5s,Damage:6s}", - "{id:\"extrautils2:playerchest\",Count:7s,Damage:0s}", - "{id:\"extrautils2:crafter\",Count:7s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:7s,Damage:0s}", - "{id:\"extrautils2:miner\",Count:7s,Damage:0s}", - "{id:\"extrautils2:user\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"permutatio\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:30s,Damage:13s}", - "{id:\"nuclearcraft:fission_port\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_advanced\",Count:3s,tag:{maxTransfer:320000,capacity:6400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:buffer\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:active_cooler\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vent\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_vent\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_copper\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:22s,Damage:4s}", - "{id:\"nuclearcraft:turbine_outlet\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:geiger_block\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:dust\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:geiger_counter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"nuclearcraft:capability_radiation_sink\":{radiationLevel:0.0d,radiationBuffer:0.0d}},id:\"nuclearcraft:radiation_badge\",Count:3s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:7s,Damage:0s}", - "{id:\"randomthings:inventoryrerouter\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_processing\",Count:2s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_collection\",Count:3s,Damage:0s}", - "{id:\"randomthings:plate_extraction\",Count:3s,Damage:0s}", - "{id:\"openblocks:cannon\",Count:7s,Damage:0s}", - "{id:\"openblocks:vacuum_hopper\",Count:7s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:7s,Damage:0s}", - "{id:\"openblocks:golden_egg\",Count:4s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:5s,Damage:100s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:400s}", - "{id:\"projectred-core:resource_item\",Count:4s,Damage:410s}", - "{id:\"thermaldynamics:duct_0\",Count:9s,Damage:9s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:duct_64\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:duct_64\",Count:2s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:2s,Damage:14s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:10s,Damage:42s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:8s,Damage:43s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:8s,Damage:44s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:2s,Damage:27s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:2s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:charged_battery\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:electric_screwdriver\",Count:2s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:4s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:9s,Damage:5s}", - "{id:\"projectred-expansion:machine2\",Count:4s,Damage:6s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:8s}", - "{id:\"projectred-expansion:machine2\",Count:9s,Damage:9s}", - "{id:\"projectred-exploration:ore\",Count:5s,Damage:3s}", - "{id:\"projectred-exploration:stone_wall\",Count:24s,Damage:8s}", - "{id:\"libvulpes:motor\",Count:45s,Damage:0s}", - "{id:\"libvulpes:productdust\",Count:5s,Damage:4s}", - "{id:\"libvulpes:productingot\",Count:5s,Damage:4s}", - "{id:\"libvulpes:productrod\",Count:2s,Damage:4s}", - "{id:\"libvulpes:ore0\",Count:5s,Damage:4s}", - "{id:\"libvulpes:coil0\",Count:30s,Damage:4s}", - "{id:\"advancedrocketry:satellitebuilder\",Count:41s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:67s,Damage:0s}", - "{id:\"advancedrocketry:oxygenscrubber\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:oxygenvent\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:intake\",Count:30s,Damage:0s}", - "{id:\"advancedrocketry:railgun\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:forcefieldprojector\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:beacon\",Count:45s,Damage:0s}", - "{id:\"thaumcraft:mirror\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:33s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:10s,Damage:2s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"permutatio\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"permutatio\"}]},Damage:1s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:14s}", - "{id:\"enderio:item_material\",Count:5s,Damage:26s}", - "{id:\"enderio:item_basic_item_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:5s,Damage:0s}", - "{id:\"enderio:block_reservoir\",Count:3s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:7s,Damage:0s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:lifedrain_scepter\",Count:18s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:8s}", - "{id:\"twilightforest:transformation_powder\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:moonworm_queen\",Count:28s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_1\",Count:16s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_2\",Count:48s,Damage:0s}", - "{id:\"twilightforest:charm_of_keeping_1\",Count:16s,Damage:0s}", - "{id:\"twilightforest:charm_of_keeping_2\",Count:48s,Damage:0s}", - "{id:\"twilightforest:charm_of_keeping_3\",Count:144s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:triple_bow\",Count:30s,Damage:0s}", - "{id:\"twilightforest:twilight_sapling\",Count:40s,Damage:6s}", - "{id:\"twilightforest:magic_log\",Count:3s,Damage:1s}", - "{id:\"twilightforest:magic_leaves\",Count:1s,Damage:1s}", - "{id:\"twilightforest:magic_log_core\",Count:55s,Damage:1s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"realmite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"arlemite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rupee\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"corrupted\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"realmite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"arlemite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rupee\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redmatter\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrumflux\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tungsten\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"titanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chrome\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"advancedalloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ruby\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"peridot\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellowgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redgarnet\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"alumite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sapphire_aoa\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jade\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"malachite_gem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"topaz\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tanzanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"amethyst\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lumium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"signalum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enderium_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blackquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"void_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"enori_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"palis_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emeradic_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"diamatine_actadd_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"infinity_avaritia_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"certusquartz_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fluixcrystal_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mica\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"litherite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"erodium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"kyronite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pladium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ionite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aethium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thaumium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"starmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mirion\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"livingwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elementium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emerald_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wyvern_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"awakened_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chaotic_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bloodwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fusewood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghostwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"darkwood_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"string\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slimevine_blue\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slimevine_purple\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hemp\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rubber\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flamestring_plustic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrical_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"energetic_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"vibrant_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"redstone_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"conductive_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pulsating_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dark_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"soularium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"end_steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"construction_alloy\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nagascale\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steeleaf\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"fierymetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightmetal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"stone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"flint\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cactus\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"obsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"prismarine\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"endstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"paper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"sponge\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"firewood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"pigiron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"knightslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blueslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magmaslime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"netherrack\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cobalt\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ardite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manyullyn\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"copper\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"bronze\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lead\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"silver\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"electrum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"steel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"abyssalnite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refined_coralium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dreadium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"treatedwood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"constantan\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"baronyte\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blazium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"elecanium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"emberstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghastly\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ghoulish\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"limonite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lunar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"lyon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mystite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"rosite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"shyrestone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"skeletal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"varsium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"charger\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blood_infused_iron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_magical_wood\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_evil_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_enchanted_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"xu_demonic_metal\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonbone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"desert_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"jungle_myrmex\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_fire\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"dragonsteel_ice\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"weezer\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prosperity\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.soulium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.base_essence\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.inferium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.prudentium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.intermedium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.superium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ma.supremium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tough\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"hard_carbon\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"boron_nitride\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"thorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"uranium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"magnesium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"chocolate\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.plastic\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"integrationforegoing.reinforced_pink_slime\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"platinum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"iridium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"mithril\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"invar\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"nickel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"tin\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"brass\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"aluminum\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedobsidian\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"refinedglowstone\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"osmium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"manasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"terrasteel\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"gaia\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"yellorium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"cyanite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"blutonium\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ludicrite\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"quartzenrichediron\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"psigem\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ivorypsi\"},Damage:0s}", - "{id:\"minecraft:air\",Count:6s,tag:{Material:\"ebonypsi\"},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:pickaxe\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:shovel\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:hatchet\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.5f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.5f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:mattock\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,HarvestLevelAxe:0,MiningSpeed:3.02f,FreeModifiers:3,HarvestLevelShovel:0,Durability:1510,HarvestLevel:0,Attack:3.0f},Stats:{AttackSpeedMultiplier:1.0f,HarvestLevelAxe:0,MiningSpeed:3.02f,FreeModifiers:3,HarvestLevelShovel:0,Durability:1510,HarvestLevel:0,Attack:3.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:kama\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:hammer\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3775,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3775,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:excavator\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3167,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3167,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:lumberaxe\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:2.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:2.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:scythe\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3982,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3982,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:broadsword\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1991,HarvestLevel:0,Attack:1.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1991,HarvestLevel:0,Attack:1.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:longsword\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1900,HarvestLevel:0,Attack:0.5f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1900,HarvestLevel:0,Attack:0.5f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:rapier\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1448,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1448,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:frypan\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:battlesign\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:cleaver\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:3.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:3.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"beheading_cleaver\",\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"beheading_cleaver\",color:1070923,level:2},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:shortbow\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1050,HarvestLevel:0,Attack:0.0f,Range:0.75f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1050,HarvestLevel:0,Attack:0.0f,Range:0.75f},Special:{Categories:[\"launcher\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"string\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:longbow\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1820,HarvestLevel:0,Attack:0.0f,Range:0.75f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1820,HarvestLevel:0,Attack:0.0f,Range:0.75f},Special:{Categories:[\"launcher\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"string\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:crossbow\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1810,HarvestLevel:0,Attack:0.0f,Range:0.75f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1810,HarvestLevel:0,Attack:0.0f,Range:0.75f},Special:{Categories:[\"launcher\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"string\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:arrow\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1050,HarvestLevel:0,Attack:2.0f},Stats:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1050,HarvestLevel:0,Attack:2.0f},Special:{Categories:[\"projectile\",\"no_melee\",\"tool\"]},TinkerData:{Materials:[\"wood\",\"sponge\",\"feather\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"ecological\",color:-7444965,level:1},{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"ecological\",\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:shuriken\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1300,HarvestLevel:0,Attack:1.0f},Stats:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1300,HarvestLevel:0,Attack:1.0f},Special:{Categories:[\"projectile\",\"no_melee\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:2s,Damage:3s}", - "{id:\"immersiveengineering:wooden_device0\",Count:2s,Damage:7s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:1s,Damage:3s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:4s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:7s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:0s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:7s}", - "{id:\"immersiveengineering:connector\",Count:3s,Damage:9s}", - "{id:\"immersiveengineering:metal_device0\",Count:7s,Damage:0s}", - "{id:\"immersiveengineering:metal_device0\",Count:2s,Damage:5s}", - "{id:\"immersiveengineering:metal_device1\",Count:8s,Damage:0s}", - "{id:\"immersiveengineering:metal_device1\",Count:11s,Damage:1s}", - "{id:\"immersiveengineering:metal_device1\",Count:10s,Damage:7s}", - "{id:\"immersiveengineering:metal_device1\",Count:2s,Damage:9s}", - "{id:\"immersiveengineering:metal_device1\",Count:16s,Damage:10s}", - "{id:\"immersiveengineering:metal_device1\",Count:29s,Damage:11s}", - "{id:\"immersiveengineering:material\",Count:3s,Damage:8s}", - "{id:\"immersiveengineering:material\",Count:3s,Damage:9s}", - "{id:\"immersiveengineering:material\",Count:3s,Damage:13s}", - "{id:\"immersiveengineering:material\",Count:2s,Damage:15s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:0s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:9s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:6s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:21,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:revolver\",Count:6s,Damage:0s}", - "{id:\"immersiveengineering:bullet\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:6s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:3,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:railgun\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:skyhook\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:2s,Damage:1s}", - "{id:\"immersiveengineering:toolupgrade\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:2s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:17s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:7s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:15s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:9s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:5s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:6s,Damage:0s}", - "{id:\"aoa3:copper_coin\",Count:1s,Damage:0s}", - "{id:\"aoa3:gold_coin\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunaver_coin\",Count:1s,Damage:0s}", - "{id:\"aoa3:silver_coin\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_gemstones\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_gemstones\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_gemstones\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_gemstones\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_gemstones\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_gemstones\",Count:5s,Damage:0s}", - "{id:\"aoa3:abyss_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:baron_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:borean_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:candyland_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:celeve_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:creeponia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystevia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:deeplands_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:dungeon_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:dustopia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:gardencia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:greckon_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:haven_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:iromine_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:mysterium_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:nether_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:precasian_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:runandor_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyrelands_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:vox_ponds_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:5s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:7s,Damage:0s}", - "{id:\"botania:manaresource\",Count:20s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:11s}", - "{id:\"botania:rune\",Count:15s,Damage:14s}", - "{id:\"botania:grassseeds\",Count:2s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:2s,Damage:1s}", - "{id:\"botania:grassseeds\",Count:2s,Damage:2s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:3s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:4s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:5s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:6s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:7s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manamirror\",Count:5s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:10s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:15s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:swapring\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pinkinator\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:30s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:10s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:alfheimportal\",Count:20s,Damage:0s}", - "{id:\"botania:miniisland\",Count:1s,Damage:0s}", - "{id:\"botania:miniisland\",Count:1s,Damage:1s}", - "{id:\"botania:miniisland\",Count:1s,Damage:2s}", - "{id:\"botania:miniisland\",Count:1s,Damage:3s}", - "{id:\"botania:miniisland\",Count:1s,Damage:4s}", - "{id:\"botania:miniisland\",Count:1s,Damage:5s}", - "{id:\"botania:miniisland\",Count:1s,Damage:6s}", - "{id:\"botania:miniisland\",Count:1s,Damage:7s}", - "{id:\"botania:miniisland\",Count:1s,Damage:8s}", - "{id:\"botania:miniisland\",Count:1s,Damage:9s}", - "{id:\"botania:miniisland\",Count:1s,Damage:10s}", - "{id:\"botania:miniisland\",Count:1s,Damage:11s}", - "{id:\"botania:miniisland\",Count:1s,Damage:12s}", - "{id:\"botania:miniisland\",Count:1s,Damage:13s}", - "{id:\"botania:miniisland\",Count:1s,Damage:14s}", - "{id:\"botania:miniisland\",Count:1s,Damage:15s}", - "{id:\"botania:terraplate\",Count:20s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:15s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:22s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:15s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:15s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:15s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:corporeaindex\",Count:15s,Damage:0s}", - "{id:\"botania:corporeafunnel\",Count:15s,Damage:0s}", - "{id:\"botania:pump\",Count:10s,Damage:0s}", - "{id:\"botania:corporeainterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:corporeacrystalcube\",Count:15s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:15s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:3s}", - "{id:\"botania:lightlauncher\",Count:11s,Damage:0s}", - "{id:\"botania:redstringinterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:corporearetainer\",Count:15s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:10s,Damage:0s}", - "{id:\"bewitchment:bottled_frostfire\",Count:6s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:4s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:6s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:3s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:2s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:7s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:12s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:9s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:14s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:15s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:11s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:8s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:13s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:10s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:5s}", - "{id:\"chickens:colored_egg\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chickens:analyzer\",Count:4s,Damage:0s}", - "{id:\"compactmachines3:tunneltool\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:7s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:15s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:2s,Damage:3s}", - "{id:\"mysticalagriculture:chunk\",Count:9s,Damage:8s}", - "{id:\"mysticalagriculture:copper_seeds\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:7s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:7s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_silver_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_iron_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:wood_copper_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_silver_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_iron_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_copper_shulker_upgrade\",Count:30s,Damage:0s}", - "{id:\"logisticspipes:chip_basic_raw\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:chip_advanced_raw\",Count:2s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:12s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:24s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:33s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:24s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:18s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:13s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:12s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:24s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:33s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:24s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:18s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:13s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:12s,Damage:1s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:9s,Damage:2s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:6s,Damage:3s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:4s,Damage:4s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:3s,Damage:5s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:2s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:1s,Damage:7s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:12s,Damage:1s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:9s,Damage:2s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:6s,Damage:3s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:4s,Damage:4s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:3s,Damage:5s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:2s,Damage:6s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"plustic:katana\",Count:3s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1592,HarvestLevel:0,Attack:1.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1592,HarvestLevel:0,Attack:1.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_2\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_3\",Count:9s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:5s,Damage:0s}", - "{id:\"tg:terramorfer\",Count:2s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:15s,Damage:0s}", - "{id:\"tg:fortified_glass\",Count:4s,Damage:0s}", - "{id:\"tg:fortified_glass_pane\",Count:1s,Damage:0s}", - "{id:\"tg:shade_rose_bush\",Count:5s,Damage:0s}", - "{id:\"tg:light_rose_bush\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:5s,Damage:0s}", - "{id:\"thaumicenergistics:infusion_provider\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:spellbinding_cloth\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:5s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:15s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:11s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:8s,Damage:3s}", - "{id:\"tinker_io:fuel_input_machine\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:7s,tag:{tier:0},Damage:0s}", - "{id:\"woot:importer\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:abycopore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:sacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:3s}", - "{id:\"abyssalcraft:copperingot\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:7s,Damage:0s}", - "{id:\"techreborn:dust\",Count:5s,Damage:14s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:4s}", - "{id:\"techreborn:part\",Count:3s,Damage:9s}", - "{id:\"techreborn:part\",Count:3s,Damage:12s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:3s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:3s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:37s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:haven_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:vox_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:garden_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:iromine_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:celian_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:candy_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:mythic_electronic_circuit\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:mysterium_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:crystevian_crystal\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:clausurae\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:deinthos\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:9s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:6s}", - "{id:\"industrialforegoing:adult_filter\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:7s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:20s,Damage:0s}" - ] - }, - { - "aspect": "ventus", - "items": [ - "{id:\"minecraft:piston\",Count:10s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:7s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"enderio:block_exit_rail\",Count:1s,Damage:0s}", - "{id:\"minecraft:feather\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:writable_book\",Count:3s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:machine\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:352s}", - "{id:\"techreborn:rolling_machine\",Count:30s,Damage:0s}", - "{id:\"techreborn:assembling_machine\",Count:7s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:7s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:7s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:7s,Damage:0s}", - "{id:\"railcraft:routing_table\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hammercore:manual\",Count:2s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:1s}", - "{id:\"extrautils2:contract\",Count:3s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:7s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:11s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:11s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:power_module\",Count:15s,Damage:0s}", - "{id:\"gendustry:eject_cover\",Count:7s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:7s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:22s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:26s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"ventus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:9s}", - "{id:\"randomthings:weatheregg\",Count:3s,Damage:0s}", - "{id:\"openblocks:block_placer\",Count:7s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:2s}", - "{id:\"advancedrocketry:rollingmachine\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:levitator\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:7s,Damage:0s}", - "{id:\"divinerpg:eden_arrow\",Count:1s,Damage:0s}", - "{id:\"divinerpg:fury_arrow\",Count:1s,Damage:0s}", - "{id:\"divinerpg:wildwood_arrow\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"ventus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"ventus\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:2s}", - "{id:\"enderio:block_detector_block\",Count:7s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:5s,Damage:0s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:7s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:7s,Damage:0s}", - "{id:\"enderio:block_niard\",Count:15s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:13s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:5s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:slottedbook\",Count:2s,tag:{authorName:\"by Sir Hidington\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:22s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:33s,Damage:2s}", - "{id:\"hatchery:nursery_block\",Count:7s,Damage:0s}", - "{id:\"hatchery:fertilizer_mixer\",Count:7s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gold_hippogryph_armor\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:diamond_hippogryph_armor\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:labeller\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:24s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:angelic_feather\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"storagedrawers:quantify_key\",Count:2s,Damage:0s}", - "{id:\"storagedrawers:compdrawers\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:7s,Damage:1s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,tag:{Blaze:800},Damage:3s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:2s}", - "{id:\"aether_legacy:dart\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:fluid_drain\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_spawn\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:3s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodmagic-guide\",Count:3s,Damage:0s}" - ] - }, - { - "aspect": "volatus", - "items": [ - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:elytra\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:bow\",Count:5s,Damage:0s}", - "{id:\"minecraft:feather\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:writable_book\",Count:3s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:6s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:21s,tag:{StoredEnchantments:[{lvl:7s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:24s,tag:{StoredEnchantments:[{lvl:8s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:27s,tag:{StoredEnchantments:[{lvl:9s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:30s,tag:{StoredEnchantments:[{lvl:10s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_copper\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_tin\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_silver\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_lead\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_aluminum\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_nickel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_platinum\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_steel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_electrum\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_invar\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_bronze\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_constantan\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_iron\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_diamond\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:5s,Damage:0s}", - "{id:\"railcraft:routing_table\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hammercore:manual\",Count:2s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:1s}", - "{id:\"extrautils2:contract\",Count:3s,Damage:0s}", - "{id:\"extrautils2:opinium\",Count:30s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:45s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:101s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:36s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"volatus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:5s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:5s,tag:{Energy:320000},Damage:0s}", - "{id:\"divinerpg:eden_arrow\",Count:1s,Damage:0s}", - "{id:\"divinerpg:fury_arrow\",Count:1s,Damage:0s}", - "{id:\"divinerpg:wildwood_arrow\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"volatus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"volatus\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:5s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:5s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{id:\"twilightforest:raven_feather\",Count:5s,Damage:0s}", - "{id:\"twilightforest:magic_map_focus\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_boots\",Count:3s,tag:{ench:[{lvl:1s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_boots\",Count:6s,tag:{ench:[{lvl:2s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:peacock_fan\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_boots\",Count:12s,tag:{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:triple_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:seeker_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ice_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ender_bow\",Count:5s,Damage:0s}", - "{id:\"twilightforest:wispy_cloud\",Count:5s,Damage:0s}", - "{id:\"twilightforest:fluffy_cloud\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:3s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:ghostwood_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:bloodwood_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:darkwood_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:fusewood_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dual_sight\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:daybreaker_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deep_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:screamer_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skydriver_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:slingshot\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sunshine_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystik_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravity_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:3s,Damage:0s}", - "{id:\"aoa3:floating_stone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravitator\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:45s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pixiering\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tornadorod\",Count:23s,Damage:0s}", - "{id:\"botania:laputashard\",Count:20s,Damage:0s}", - "{id:\"botania:laputashard\",Count:20s,Damage:4s}", - "{id:\"botania:laputashard\",Count:20s,Damage:9s}", - "{id:\"botania:laputashard\",Count:20s,Damage:14s}", - "{id:\"botania:laputashard\",Count:20s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flugeleye\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:miniisland\",Count:5s,Damage:1s}", - "{id:\"botania:miniisland\",Count:5s,Damage:2s}", - "{id:\"botania:miniisland\",Count:5s,Damage:3s}", - "{id:\"botania:miniisland\",Count:5s,Damage:4s}", - "{id:\"botania:miniisland\",Count:5s,Damage:5s}", - "{id:\"botania:miniisland\",Count:5s,Damage:6s}", - "{id:\"botania:miniisland\",Count:5s,Damage:7s}", - "{id:\"botania:miniisland\",Count:5s,Damage:8s}", - "{id:\"botania:miniisland\",Count:5s,Damage:9s}", - "{id:\"botania:miniisland\",Count:5s,Damage:10s}", - "{id:\"botania:miniisland\",Count:5s,Damage:11s}", - "{id:\"botania:miniisland\",Count:5s,Damage:12s}", - "{id:\"botania:miniisland\",Count:5s,Damage:13s}", - "{id:\"botania:miniisland\",Count:5s,Damage:14s}", - "{id:\"botania:miniisland\",Count:5s,Damage:15s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bergamute\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cypress_broom\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:elder_broom\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:juniper_broom\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:dragons_blood_broom\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:slottedbook\",Count:2s,tag:{authorName:\"by Sir Hidington\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:hunter_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:snowstorm_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:icicle_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:twilight_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teaker_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:amthirmis_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:darven_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:cermile_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:pardimal_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:quadrotic_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:karos_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:heliosis_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arksiane_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:everfright\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:max_speed_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:33s,Damage:2s}", - "{id:\"iceandfire:dragonbone_arrow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:10s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:1s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:2s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:3s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:4s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:5s}", - "{id:\"iceandfire:hippogryph_egg\",Count:8s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iron_hippogryph_armor\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gold_hippogryph_armor\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:diamond_hippogryph_armor\",Count:7s,Damage:0s}", - "{id:\"iceandfire:hippogryph_talon\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:13s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:3s,Damage:0s}", - "{id:\"iceandfire:stymphalian_bird_feather\",Count:3s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:3s,Damage:0s}", - "{id:\"iceandfire:stymphalian_feather_bundle\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_bird_dagger\",Count:4s,Damage:0s}", - "{id:\"iceandfire:amphithere_feather\",Count:10s,Damage:0s}", - "{id:\"iceandfire:amphithere_arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:labeller\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:24s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:8s}", - "{id:\"mysticalagriculture:charm\",Count:7s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_bow\",Count:5s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:angelic_feather\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"rftoolsdim:feature_absorber\",Count:60s,Damage:0s}", - "{id:\"storagedrawers:quantify_key\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:25s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:25s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:62s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:13s,Damage:1s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:60s,Damage:0s}", - "{id:\"abyssalcraft:powerstonetracker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:5s,Damage:0s}", - "{id:\"aether_legacy:dart\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_spawn\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:predator_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodmagic-guide\",Count:3s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:48s,tag:{StoredEnchantments:[{lvl:16s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:spectral_bow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:flamecatcher\",Count:5s,Damage:0s}" - ] - }, - { - "aspect": "bestia", - "items": [ - "{id:\"minecraft:wool\",Count:15s,Damage:0s}", - "{id:\"minecraft:wool\",Count:11s,Damage:1s}", - "{id:\"minecraft:wool\",Count:11s,Damage:2s}", - "{id:\"minecraft:wool\",Count:11s,Damage:3s}", - "{id:\"minecraft:wool\",Count:11s,Damage:4s}", - "{id:\"minecraft:wool\",Count:11s,Damage:5s}", - "{id:\"minecraft:wool\",Count:11s,Damage:6s}", - "{id:\"minecraft:wool\",Count:11s,Damage:7s}", - "{id:\"minecraft:wool\",Count:11s,Damage:8s}", - "{id:\"minecraft:wool\",Count:11s,Damage:9s}", - "{id:\"minecraft:wool\",Count:11s,Damage:10s}", - "{id:\"minecraft:wool\",Count:11s,Damage:11s}", - "{id:\"minecraft:wool\",Count:11s,Damage:12s}", - "{id:\"minecraft:wool\",Count:11s,Damage:13s}", - "{id:\"minecraft:wool\",Count:11s,Damage:14s}", - "{id:\"minecraft:wool\",Count:12s,Damage:15s}", - "{id:\"minecraft:prismarine\",Count:1s,Damage:2s}", - "{id:\"minecraft:web\",Count:1s,Damage:0s}", - "{id:\"minecraft:torch\",Count:1s,Damage:0s}", - "{id:\"minecraft:carpet\",Count:7s,Damage:0s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:1s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:2s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:3s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:4s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:5s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:6s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:7s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:8s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:9s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:10s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:11s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:12s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:13s}", - "{id:\"minecraft:carpet\",Count:5s,Damage:14s}", - "{id:\"minecraft:carpet\",Count:6s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:white_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:orange_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:magenta_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:light_blue_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:yellow_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lime_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:pink_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:gray_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:silver_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cyan_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:purple_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:blue_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:brown_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:green_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:red_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:black_shulker_box\",Count:7s,Damage:0s}", - "{id:\"minecraft:painting\",Count:11s,Damage:0s}", - "{id:\"minecraft:bed\",Count:33s,Damage:0s}", - "{id:\"minecraft:bed\",Count:24s,Damage:1s}", - "{id:\"minecraft:bed\",Count:24s,Damage:2s}", - "{id:\"minecraft:bed\",Count:24s,Damage:3s}", - "{id:\"minecraft:bed\",Count:24s,Damage:4s}", - "{id:\"minecraft:bed\",Count:24s,Damage:5s}", - "{id:\"minecraft:bed\",Count:24s,Damage:6s}", - "{id:\"minecraft:bed\",Count:24s,Damage:7s}", - "{id:\"minecraft:bed\",Count:24s,Damage:8s}", - "{id:\"minecraft:bed\",Count:24s,Damage:9s}", - "{id:\"minecraft:bed\",Count:24s,Damage:10s}", - "{id:\"minecraft:bed\",Count:24s,Damage:11s}", - "{id:\"minecraft:bed\",Count:24s,Damage:12s}", - "{id:\"minecraft:bed\",Count:24s,Damage:13s}", - "{id:\"minecraft:bed\",Count:24s,Damage:14s}", - "{id:\"minecraft:bed\",Count:26s,Damage:15s}", - "{id:\"minecraft:item_frame\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:67s,Damage:15s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:14s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:13s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:12s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:11s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:10s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:9s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:8s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:7s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:6s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:5s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:4s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:3s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:2s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:49s,Damage:1s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:54s,Damage:0s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:45s,Damage:0s}", - "{id:\"minecraft:dispenser\",Count:3s,Damage:0s}", - "{id:\"minecraft:saddle\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:5s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_disembarking\"}},Damage:6s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_embarking\"}},Damage:8s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_coupler\"}},Damage:24s}", - "{ForgeCaps:{Parent:{id:\"always_true\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"ore\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"mod\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{id:\"creative_tab\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{data:{id:\"minecraft:air\",Count:2b,Damage:0s},id:\"bee\"}},id:\"itemfilters:filter\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:bow\",Count:11s,Damage:0s}", - "{id:\"minecraft:string\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:leather_boots\",Count:15s,Damage:0s}", - "{id:\"minecraft:cooked_porkchop\",Count:5s,Damage:0s}", - "{id:\"minecraft:leather\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:milk_bucket\",Count:5s,Damage:0s}", - "{id:\"minecraft:egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:fishing_rod\",Count:7s,Damage:0s}", - "{id:\"minecraft:fish\",Count:5s,Damage:0s}", - "{id:\"minecraft:fish\",Count:5s,Damage:1s}", - "{id:\"minecraft:fish\",Count:5s,Damage:2s}", - "{id:\"minecraft:fish\",Count:5s,Damage:3s}", - "{id:\"minecraft:cooked_fish\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_fish\",Count:5s,Damage:1s}", - "{id:\"minecraft:dye\",Count:2s,Damage:0s}", - "{id:\"minecraft:beef\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_beef\",Count:5s,Damage:0s}", - "{id:\"minecraft:chicken\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_chicken\",Count:5s,Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:spider_eye\",Count:5s,Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:writable_book\",Count:1s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:62}]},Damage:0s}", - "{id:\"minecraft:rabbit\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_rabbit\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:3s,Damage:0s}", - "{id:\"minecraft:rabbit_foot\",Count:5s,Damage:0s}", - "{id:\"minecraft:rabbit_hide\",Count:5s,Damage:0s}", - "{id:\"minecraft:iron_horse_armor\",Count:5s,Damage:0s}", - "{id:\"minecraft:golden_horse_armor\",Count:1s,Damage:0s}", - "{id:\"minecraft:diamond_horse_armor\",Count:5s,Damage:0s}", - "{id:\"minecraft:lead\",Count:7s,Damage:0s}", - "{id:\"minecraft:name_tag\",Count:10s,Damage:0s}", - "{id:\"minecraft:mutton\",Count:5s,Damage:0s}", - "{id:\"minecraft:cooked_mutton\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:shulker_shell\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_cat\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_copper\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_tin\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_lead\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_aluminum\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_aluminum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_nickel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_nickel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_platinum\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_platinum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_steel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_electrum\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_electrum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_invar\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_invar\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_bronze\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_bronze\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_constantan\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_constantan\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_iron\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_iron\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_diamond\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_diamond\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_gold\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_copper\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_tin\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_silver\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_lead\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_aluminum\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_nickel\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_platinum\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_steel\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_electrum\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_invar\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_bronze\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_constantan\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:8s,Damage:6s}", - "{id:\"thermalexpansion:device\",Count:5s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:1s,tag:{Energy:25000000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:1s,tag:{},Damage:0s}", - "{id:\"techreborn:quantum_chest\",Count:7s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:4s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:13s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:pipette\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:frame_untreated\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:frame_impregnated\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:scoop\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_bag\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:lepidopterist_bag\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:forester_bag\",Count:37s,Damage:0s}", - "{id:\"railcraft:manipulator\",Count:2s,Damage:8s}", - "{id:\"bewitchment:candelabra_gold\",Count:2s,Damage:0s}", - "{id:\"bewitchment:candelabra_iron\",Count:2s,Damage:0s}", - "{id:\"bewitchment:candelabra_silver\",Count:2s,Damage:0s}", - "{id:\"botany:misc\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.cocoa\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.cage\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.soul\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.clay\",Count:2s,Damage:0s}", - "{id:\"careerbees:alveary_frame\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:poison_frame\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:pheremone_frame\",Count:2s,Damage:0s}", - "{id:\"extracells:part.base\",Count:16s,Damage:12s}", - "{id:\"extracells:walrus\",Count:30s,Damage:0s}", - "{id:\"extrautils2:soundmuffler\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:3s}", - "{id:\"extrautils2:filter\",Count:3s,Damage:0s}", - "{id:\"extrautils2:filterfluids\",Count:3s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:3s,Damage:0s}", - "{id:\"extrautils2:interactionproxy\",Count:15s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:1s}", - "{id:\"gendustry:pollen_kit\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_nugget\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:39s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:48s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:94s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:29s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:36s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:70s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:96s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:179s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:64s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:21s,Damage:0s}", - "{id:\"thaumadditions:mithminite_blade\",Count:266s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:198s,Damage:0s}", - "{id:\"thaumadditions:blue_bone\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:51s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:65s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:65s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:453s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:500s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"bestia\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:knowledge_tome\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:disenchant_fabric\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:25s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:108s,Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:216s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:424s,Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:12s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:17s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:35s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:63s,Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:twilight_totem\",Count:78s,Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:seal\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:219s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:263s,Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:324s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"nuclearcraft:capability_radiation_sink\":{radiationLevel:0.0d,radiationBuffer:0.0d}},id:\"nuclearcraft:radiation_badge\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:28s,Damage:0s}", - "{id:\"nuclearcraft:dominos\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:42s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:9s,Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:45s,Damage:0s}", - "{id:\"randomthings:filteredsuperlubricentplatform\",Count:3s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:15s}", - "{id:\"randomthings:sounddampener\",Count:56s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:4s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:12s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:3s,Damage:12s}", - "{id:\"randomthings:idcard\",Count:1s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portablesounddampener\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:floopouch\",Count:22s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:16s}", - "{id:\"openblocks:elevator\",Count:90s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:1s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:2s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:3s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:4s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:6s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:7s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:8s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:9s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:10s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:11s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:12s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:13s}", - "{id:\"openblocks:elevator\",Count:66s,Damage:14s}", - "{id:\"openblocks:elevator\",Count:72s,Damage:15s}", - "{id:\"openblocks:elevator_rotating\",Count:67s,Damage:0s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:1s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:2s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:3s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:4s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:6s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:7s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:8s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:10s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:49s,Damage:14s}", - "{id:\"openblocks:elevator_rotating\",Count:54s,Damage:15s}", - "{id:\"openblocks:target\",Count:67s,Damage:0s}", - "{id:\"openblocks:flag\",Count:11s,Damage:5s}", - "{id:\"openblocks:sponge\",Count:8s,Damage:0s}", - "{id:\"openblocks:rope_ladder\",Count:2s,Damage:0s}", - "{id:\"openblocks:golden_egg\",Count:3s,Damage:0s}", - "{id:\"openblocks:hang_glider\",Count:33s,Damage:0s}", - "{id:\"openblocks:generic\",Count:22s,Damage:0s}", - "{id:\"openblocks:generic\",Count:1s,Damage:3s}", - "{id:\"openblocks:generic\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sleeping_bag\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:squeegee\",Count:18s,Damage:0s}", - "{id:\"openblocks:tasty_clay\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:generic_unstackable\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cursor\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sponge_on_a_stick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:8s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:11s,Damage:3s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:420s}", - "{id:\"projectred-core:resource_item\",Count:67s,Damage:421s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:515s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:multimeter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:7s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:7s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:200000,JetpackParticle:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{Energy:0,JetpackParticle:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{Energy:0,JetpackParticle:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{Energy:0,JetpackParticle:0},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{Energy:0,JetpackParticle:0},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:6s,tag:{Energy:0,JetpackParticle:0},Damage:34s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{Energy:0,JetpackParticle:0},Damage:35s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:1s,tag:{Energy:0,JetpackParticle:0},Damage:36s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:8s,tag:{Energy:0,JetpackParticle:0},Damage:37s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{Energy:0,JetpackParticle:0},Damage:38s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:2s,tag:{Energy:0,JetpackParticle:0},Damage:39s}", - "{id:\"simplyjetpacks:metaitem\",Count:3s,Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:15s,Damage:4s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:11s,Damage:39s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:pilot_goggles\",Count:11s,Damage:0s}", - "{id:\"projectred-integration:gate\",Count:49s,Damage:22s}", - "{id:\"projectred-integration:gate\",Count:49s,Damage:28s}", - "{id:\"projectred-integration:gate\",Count:8s,Damage:29s}", - "{id:\"projectred-integration:gate\",Count:57s,Damage:30s}", - "{id:\"projectred-integration:gate\",Count:8s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:6s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:10s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:12s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:13s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:14s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:16s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:17s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:18s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:19s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:20s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:21s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:22s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:23s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:24s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:25s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:26s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:27s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:28s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:29s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:30s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:31s}", - "{id:\"projectred-transmission:wire\",Count:15s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:16s,Damage:33s}", - "{id:\"projectred-transmission:wire\",Count:4s,Damage:34s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:6s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:10s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:12s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:13s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:14s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:16s}", - "{id:\"projectred-transmission:framed_wire\",Count:11s,Damage:17s}", - "{id:\"projectred-transmission:framed_wire\",Count:3s,Damage:34s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:15s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:31s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:1s,tag:{},Damage:0s}", - "{id:\"advancedrocketry:launchpad\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:seat\",Count:33s,Damage:0s}", - "{id:\"chisel:cloud\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:taint_feature\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:candle_white\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:candle_black\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_white\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_orange\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_magenta\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lightblue\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_yellow\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_pink\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_gray\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_silver\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_cyan\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_purple\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_red\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_black\",Count:27s,Damage:0s}", - "{id:\"thaumcraft:nitor_black\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:bellows\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:jar_brain\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:10s,Damage:0s}", - "{id:\"divinerpg:spider_pumpkin\",Count:30s,Damage:0s}", - "{id:\"divinerpg:aqua_torch\",Count:1s,Damage:0s}", - "{id:\"divinerpg:black_steel\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blue_vane\",Count:3s,Damage:0s}", - "{id:\"divinerpg:aquatonic_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:kraken_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:milky_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:checker\",Count:30s,Damage:0s}", - "{id:\"divinerpg:rainbow_wool\",Count:14s,Damage:0s}", - "{id:\"divinerpg:aqua_ball\",Count:11s,Damage:0s}", - "{id:\"divinerpg:aquatic_blaze_rod\",Count:8s,Damage:0s}", - "{id:\"divinerpg:kraken_scale\",Count:10s,Damage:0s}", - "{id:\"divinerpg:kraken_skin\",Count:15s,Damage:0s}", - "{id:\"divinerpg:chicken_dinner\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacehelmet\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceboots\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:jetpack\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:1s}", - "{id:\"thaumcraft:fabric\",Count:26s,Damage:0s}", - "{id:\"thaumcraft:mechanism_complex\",Count:14s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:10s,Damage:1s}", - "{id:\"thaumcraft:module\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"bestia\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"bestia\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:13s,Damage:1s}", - "{id:\"thaumcraft:turret\",Count:16s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:grapple_gun\",Count:19s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_spool\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:89s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_helm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_chest\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_legs\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:12s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:12s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:34s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:29s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:2s,Damage:4s}", - "{id:\"enderio:item_material\",Count:11s,Damage:6s}", - "{id:\"enderio:item_material\",Count:16s,Damage:7s}", - "{id:\"enderio:item_material\",Count:1s,Damage:77s}", - "{id:\"enderio:block_dark_paper_anvil\",Count:5s,Damage:0s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:1s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:3s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:5s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:7s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:11s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_ender_food\",Count:3s,Damage:0s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_bow\",Count:11s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_bow\",Count:11s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000}},Damage:0s}", - "{id:\"enderio:item_owl_egg\",Count:5s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:45s,Damage:0s}", - "{id:\"twilightforest:naga_scale\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_chestplate\",Count:12s,tag:{ench:[{lvl:3s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_leggings\",Count:10s,tag:{ench:[{lvl:3s,id:0}]},Damage:0s}", - "{id:\"twilightforest:raw_venison\",Count:5s,Damage:0s}", - "{id:\"twilightforest:cooked_venison\",Count:5s,Damage:0s}", - "{id:\"twilightforest:hydra_chop\",Count:25s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:80s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:30s,Damage:2s}", - "{id:\"twilightforest:trophy\",Count:70s,Damage:6s}", - "{id:\"twilightforest:raw_meef\",Count:5s,Damage:0s}", - "{id:\"twilightforest:cooked_meef\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:meef_stroganoff\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:crumble_horn\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:peacock_fan\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:moonworm_queen\",Count:35s,Damage:0s}", - "{id:\"twilightforest:alpha_fur\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_helmet\",Count:180s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_chestplate\",Count:288s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_leggings\",Count:252s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_boots\",Count:144s,tag:{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]},Damage:0s}", - "{id:\"twilightforest:arctic_fur\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_helmet\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_boots\",Count:36s,Damage:0s}", - "{id:\"twilightforest:tower_wood\",Count:5s,Damage:4s}", - "{id:\"twilightforest:block_storage\",Count:81s,Damage:3s}", - "{id:\"tconstruct:materials\",Count:30s,Damage:15s}", - "{id:\"tconstruct:materials\",Count:90s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:slimesling\",Count:7s,Damage:4s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:11s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:uncontrolled\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:15s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:earmuffs\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:cell_workbench\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_repair_talisman\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:7s,Damage:0s}", - "{id:\"bloodmagic:soul_snare\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predigun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_howitzer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atlantic_bow\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:screamer_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lightning_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:swarmotron\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:amphibiyte_lung\",Count:5s,Damage:0s}", - "{id:\"aoa3:armour_plating\",Count:15s,Damage:0s}", - "{id:\"aoa3:chitin\",Count:5s,Damage:0s}", - "{id:\"aoa3:hive_chunk\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory\",Count:5s,Damage:0s}", - "{id:\"aoa3:padded_cloth\",Count:7s,Damage:0s}", - "{id:\"aoa3:rammerhead_hide\",Count:5s,Damage:0s}", - "{id:\"aoa3:reinforced_cloth\",Count:2s,Damage:0s}", - "{id:\"aoa3:sharp_claw\",Count:5s,Damage:0s}", - "{id:\"aoa3:urka_hide\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_horn\",Count:3s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:3s,Damage:0s}", - "{id:\"aoa3:troll_idol\",Count:15s,Damage:0s}", - "{id:\"aoa3:precasian_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:predator_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:cleansing_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:resistance_tablet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:strength_tablet\",Count:3s,Damage:0s}", - "{id:\"aoa3:raw_candlefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_crimson_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_crimson_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_dark_hatchetfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_fingerfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_golden_gullfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_ironback\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_limefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_pearl_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_rainbowfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_razorfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_rocketfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_sailback\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_sapphire_strider\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_turquoise_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_violet_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:candlefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:crimson_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:crimson_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:dark_hatchetfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:fingerfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:golden_gullfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:ironback\",Count:5s,Damage:0s}", - "{id:\"aoa3:limefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:pearl_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbowfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:razorfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:rocketfish\",Count:5s,Damage:0s}", - "{id:\"aoa3:sailback\",Count:5s,Damage:0s}", - "{id:\"aoa3:sapphire_strider\",Count:5s,Damage:0s}", - "{id:\"aoa3:turquoise_stripefish\",Count:5s,Damage:0s}", - "{id:\"aoa3:violet_skipper\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_charger_shank\",Count:5s,Damage:0s}", - "{id:\"aoa3:charger_shank\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_chimera_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:chimera_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_ursa_meat\",Count:5s,Damage:0s}", - "{id:\"aoa3:ursa_meat\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_furlion_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:furlion_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_halycon_beef\",Count:5s,Damage:0s}", - "{id:\"aoa3:halycon_beef\",Count:5s,Damage:0s}", - "{id:\"aoa3:fiery_chops\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:halycon_milk\",Count:5s,Damage:0s}", - "{id:\"aoa3:hot_rod\",Count:5s,Damage:0s}", - "{id:\"aoa3:alluricorn_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:blissard_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:compeer_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:construct_of_servility_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:corby_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:craggy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:draggy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:ender_carrier_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:gnawer_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:goofer_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:healing_golem_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:hellquin_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:horntail_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:mecha_cyclops_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:mecha_skellox_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:penguin_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:plateosaur_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:rammerhorn_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:shaddy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:spikeback_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:spraggy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:waggy_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_legs\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_chestplate\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:5s,Damage:0s}", - "{id:\"aoa3:high_precasia_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:low_precasia_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:precasia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_ivory\",Count:216s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:natural_ivory\",Count:8s,Damage:0s}", - "{id:\"aoa3:ornate_ivory\",Count:72s,Damage:0s}", - "{id:\"aoa3:patterned_ivory\",Count:24s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory\",Count:162s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory\",Count:54s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory\",Count:18s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_ivory_slab\",Count:81s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:natural_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:ornate_ivory_slab\",Count:27s,Damage:0s}", - "{id:\"aoa3:patterned_ivory_slab\",Count:9s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_slab\",Count:60s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_slab\",Count:20s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_slab\",Count:6s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_ivory_stairs\",Count:243s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:natural_ivory_stairs\",Count:9s,Damage:0s}", - "{id:\"aoa3:ornate_ivory_stairs\",Count:81s,Damage:0s}", - "{id:\"aoa3:patterned_ivory_stairs\",Count:27s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_stairs\",Count:182s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_stairs\",Count:6s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_stairs\",Count:60s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_stairs\",Count:20s,Damage:0s}", - "{id:\"aoa3:ivory_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_amethyst_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_jade_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_limonite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_rosite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:ivory_sapphire_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:shadonantium\",Count:3s,Damage:0s}", - "{id:\"aoa3:crate\",Count:1s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:infusion_table\",Count:33s,Damage:0s}", - "{id:\"ebwizardry:arcane_workbench\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:blank_scroll\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:magic_silk\",Count:7s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bhc:heart_amulet\",Count:15s,Damage:0s}", - "{id:\"botania:manaresource\",Count:5s,Damage:16s}", - "{id:\"botania:manaresource\",Count:15s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:14s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:knockbackbelt\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manainkwell\",Count:1s,tag:{},Damage:150s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spellcloth\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:25s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:26s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:27s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:28s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:30s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:31s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:3s,Damage:32s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flowerbag\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:10s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweaveboots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:33s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:foresteye\",Count:10s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:1s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:2s}", - "{id:\"minecraft:mob_spawner\",Count:20s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:felpumpkin\",Count:5s,Damage:0s}", - "{id:\"botania:cocoon\",Count:45s,Damage:0s}", - "{id:\"botania:bellows\",Count:3s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:horseshoe\",Count:8s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_flameprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_vampiric\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:11s,Damage:0s}", - "{id:\"bewitchment:owlets_wing\",Count:3s,Damage:0s}", - "{id:\"bewitchment:ravens_feather\",Count:3s,Damage:0s}", - "{id:\"bewitchment:hoof\",Count:4s,Damage:0s}", - "{id:\"bewitchment:tongue_of_dog\",Count:4s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:3s,Damage:0s}", - "{id:\"bewitchment:tallow\",Count:4s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:1s,Damage:6s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:0s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:1s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:2s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:3s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:4s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:5s}", - "{id:\"bibliocraft:seat\",Count:11s,Damage:6s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:0s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:1s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:2s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:3s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:4s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:5s}", - "{id:\"bibliocraft:case\",Count:11s,Damage:6s}", - "{id:\"bibliocraft:paintingpress\",Count:8s,Damage:0s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:3s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:plumbline\",Count:22s,Damage:0s}", - "{id:\"bibliocraft:paintingcanvas\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:tapemeasure\",Count:22s,Damage:0s}", - "{id:\"bibliocraft:tape\",Count:30s,Damage:0s}", - "{id:\"bloodarsenal:blood_burned_string\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:15s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:15s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:15s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:15s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:15s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:printout\",Count:3s,tag:{pages:2},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:printout\",Count:7s,tag:{pages:2},Damage:2s}", - "{id:\"computercraft:peripheral\",Count:1s,Damage:3s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:4s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:6s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:3s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:2s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:7s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:12s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:9s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:14s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:15s}", - "{id:\"chickens:colored_egg\",Count:5s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:11s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:8s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:13s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:10s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:5s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:1s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:237s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chickens:analyzer\",Count:3s,Damage:0s}", - "{id:\"conarm:gauntlet_mat\",Count:3s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_speed\",Count:2s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_attack\",Count:2s,Damage:0s}", - "{id:\"conarm:travel_belt_base\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_belt\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_potion\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sack\",Count:30s,Damage:0s}", - "{id:\"conarm:travel_goggles_base\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_goggles\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:11s,Damage:0s}", - "{id:\"conarm:travel_cloak\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:hunter_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:sound_of_music\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_bow\",Count:11s,Damage:0s}", - "{id:\"erebus:bamboo_bridge\",Count:9s,Damage:0s}", - "{id:\"erebus:bamboo_ladder\",Count:7s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:6s,Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{id:\"erebus:bambucket\",Count:3s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bigreactors:wrench\",Count:16s,Damage:0s}", - "{id:\"hatchery:animalnet\",Count:11s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:3s,Damage:0s}", - "{id:\"iceandfire:dragonscale_red\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_green\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_bronze\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_gray\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_blue\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_white\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_sapphire\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonscale_silver\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_brick\",Count:37s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_brick\",Count:37s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:111s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:111s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:229s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:229s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_blue\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_bronze\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_deepblue\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_green\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_purple\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_red\",Count:67s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_teal\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:6s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_red\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_green\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_bronze\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_gray\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_blue\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_white\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_sapphire\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_silver\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_red\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_green\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_bronze\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_gray\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_blue\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_white\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_sapphire\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonscales_silver\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:fishing_spear\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_shovel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_pickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_axe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_hoe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragon_meal\",Count:5s,Damage:0s}", - "{id:\"iceandfire:sickly_dragon_meal\",Count:18s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_flesh\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_flesh\",Count:10s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_heart\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_heart\",Count:10s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_blood\",Count:10s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_blood\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:7s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:1s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:2s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:3s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:4s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:5s}", - "{id:\"iceandfire:hippogryph_egg\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:diamond_hippogryph_armor\",Count:3s,Damage:0s}", - "{id:\"iceandfire:hippogryph_talon\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:blindfold\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_boots\",Count:56s,Damage:0s}", - "{id:\"iceandfire:shiny_scales\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:45s,Damage:0s}", - "{id:\"iceandfire:hippocampus_fin\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippocampus_slapper\",Count:7s,Damage:0s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:1s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:10s,Damage:1s}", - "{id:\"iceandfire:deathworm_tounge\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_yellow\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_white\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_red\",Count:26s,Damage:0s}", - "{id:\"iceandfire:rotten_egg\",Count:10s,Damage:0s}", - "{id:\"iceandfire:cockatrice_eye\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:7s,Damage:0s}", - "{id:\"iceandfire:stymphalian_bird_feather\",Count:5s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:2s,Damage:0s}", - "{id:\"iceandfire:stymphalian_feather_bundle\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_bird_dagger\",Count:7s,Damage:0s}", - "{id:\"iceandfire:troll_tusk\",Count:15s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_chitin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_chitin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_stinger\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_boots\",Count:15s,Damage:0s}", - "{id:\"iceandfire:amphithere_feather\",Count:10s,Damage:0s}", - "{id:\"iceandfire:amphithere_arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:15s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_fang\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_arrow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:37s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_blue\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_bronze\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_deepblue\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_green\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_purple\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_red\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_teal\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:seaserpent_skull\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hydra_skull\",Count:10s,Damage:0s}", - "{id:\"integrateddynamics:drying_basin\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:1s,Damage:7s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:23s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:8s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:9s}", - "{id:\"mysticalagriculture:chunk\",Count:45s,Damage:10s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:14s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:15s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:16s}", - "{id:\"mysticalagriculture:dye_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:4s}", - "{id:\"mysticalagriculture:charm\",Count:15s,Damage:10s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:12s}", - "{id:\"mysticalagriculture:charm\",Count:9s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_bow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_fishing_rod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_bow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_fishing_rod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_bow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_fishing_rod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_bow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_fishing_rod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_bow\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_fishing_rod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:network_monitor\",Count:3s,Damage:0s}", - "{id:\"rftools:text_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energy_module\",Count:1s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluid_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:1s,Damage:0s}", - "{id:\"rftools:computer_module\",Count:1s,Damage:0s}", - "{id:\"rftools:button_module\",Count:1s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:1s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:1s,Damage:0s}", - "{id:\"rftools:regeneration_module\",Count:1s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:1s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:1s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:1s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:1s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:1s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:1s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:1s,Damage:0s}", - "{id:\"rftools:blindness_module\",Count:1s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:1s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:1s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:1s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:1s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:1s,Damage:0s}", - "{id:\"rftools:shield_template_block\",Count:8s,Damage:0s}", - "{id:\"rftools:block_protector\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_iron_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_copper_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:final_star\",Count:11s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:3s,Damage:13s}", - "{id:\"xreliquary:mob_ingredient\",Count:17s,Damage:15s}", - "{id:\"xreliquary:angelheart_vial\",Count:6s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:4s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:9s,Damage:6s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:11s,Damage:7s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:hero_medallion\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_claws\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_tear\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:4b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:5b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:6b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:7b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:8b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:10b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:11b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:12b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm\",Count:7s,tag:{type:13b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mob_charm_belt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rod_of_lyssa\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:twilight_cloak\",Count:74s,Damage:0s}", - "{id:\"xreliquary:apothecary_cauldron\",Count:4s,Damage:0s}", - "{id:\"xreliquary:pedestal\",Count:3s,Damage:0s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:1s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:2s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:3s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:4s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:5s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:6s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:7s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:8s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:9s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:10s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:11s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:12s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:13s}", - "{id:\"xreliquary:pedestal\",Count:2s,Damage:14s}", - "{id:\"xreliquary:pedestal\",Count:3s,Damage:15s}", - "{id:\"xreliquary:pedestal_passive\",Count:5s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:1s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:2s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:3s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:4s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:5s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:6s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:7s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:8s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:9s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:10s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:11s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:12s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:13s}", - "{id:\"xreliquary:pedestal_passive\",Count:3s,Damage:14s}", - "{id:\"xreliquary:pedestal_passive\",Count:4s,Damage:15s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"None\"},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:1s,Damage:0s}", - "{id:\"storagedrawers:personal_key\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:30s,Damage:0s}", - "{id:\"tg:wolf_hide\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_1\",Count:136s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_2\",Count:102s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_3\",Count:76s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:102s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:76s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:57s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:102s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:76s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_lense\",Count:34s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:10s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:78s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:25s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:83s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:83s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:22s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:8s,Damage:1s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:22s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:8s,Damage:0s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:18s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:54s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:58s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:27s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumictinkerer:soul_mould\",Count:2s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:spellbinding_cloth\",Count:26s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:23s,Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinymobfarm:lasso\",Count:5s,tag:{},Damage:0s}", - "{id:\"tinymobfarm:gold_farm\",Count:95s,Damage:0s}", - "{id:\"torchmaster:mega_torch\",Count:2s,Damage:0s}", - "{id:\"torchmaster:dread_lamp\",Count:1s,Damage:0s}", - "{id:\"woot:prism\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:yahhammer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:9s,tag:{tier:0},Damage:0s}", - "{id:\"woot:structure\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:decorativestatue\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:cobbleu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:chickenp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:porkp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:beefp\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:fishp\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:cloth\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:19s,Damage:0s}", - "{id:\"abyssalcraft:dreadcloth\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:dreadplate\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_small\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:7s}", - "{id:\"actuallyadditions:block_smiley_cloud\",Count:45s,Damage:0s}", - "{id:\"actuallyadditions:block_fishing_net\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_bag\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:15s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:3s}", - "{id:\"actuallyadditions:item_food\",Count:15s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:11s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:13s}", - "{id:\"actuallyadditions:item_food\",Count:1s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_knife\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:9s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:13s,Damage:16s}", - "{id:\"buildcraftbuilders:snapshot\",Count:1s,Damage:0s}", - "{id:\"techreborn:part\",Count:6s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:moa_egg\",Count:5s,tag:{typeId:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:leather_gloves\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:iron_pendant\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_pendant\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_pendant\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:red_cape\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:blue_cape\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:yellow_cape\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:white_cape\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:skyroot_bed_item\",Count:33s,Damage:0s}", - "{id:\"cyclicmagic:chest_sack_empty\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_weeds\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_leaves\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:16s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sleeping_mat\",Count:12s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount_inverse\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:slingshot_weapon\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_shears\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:block_fishing\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:water_candle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:105s,Damage:0s}", - "{id:\"contenttweaker:bento_xxl\",Count:9s,Damage:0s}", - "{id:\"contenttweaker:bento_xl\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:garden_block\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:golden_steak\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:30s,Damage:0s}", - "{id:\"contenttweaker:bento_xxxl\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:88s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:11s,Damage:0s}", - "{id:\"contenttweaker:candy_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:197s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:375s,Damage:0s}", - "{id:\"contenttweaker:really_golden_steak\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:bento_s\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:bento_m\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:bento_l\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_helmet\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_leggings\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:woven_world_thread_boots\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:15s}", - "{id:\"industrialforegoing:adult_filter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:manasteelscoop\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:frames.necrotic\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:frames.metabolic\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:frames.gentle\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:frames.resilient\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:frames.temporal\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:frames.magic\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:0s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:1s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:2s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:3s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:4s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:5s}", - "{id:\"bibliocraft:seatback1\",Count:11s,Damage:6s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:0s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:1s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:2s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:3s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:4s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:5s}", - "{id:\"bibliocraft:seatback2\",Count:11s,Damage:6s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:0s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:1s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:2s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:3s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:4s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:5s}", - "{id:\"bibliocraft:seatback3\",Count:8s,Damage:6s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:0s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:1s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:2s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:3s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:4s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:5s}", - "{id:\"bibliocraft:seatback4\",Count:11s,Damage:6s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:0s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:1s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:2s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:3s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:4s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:5s}", - "{id:\"bibliocraft:seatback5\",Count:8s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:2s,Damage:1s}", - "{id:\"erebus:bamboo_pipe\",Count:1s,Damage:0s}", - "{id:\"erebus:materials\",Count:19s,Damage:49s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rolled_newspaper\",Count:7s,tag:{ench:[{lvl:5s,id:18}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:12s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:21s}", - "{id:\"minecraft:dragon_egg\",Count:15s,Damage:0s}", - "{id:\"iceandfire:egginice\",Count:6s,Damage:0s}", - "{id:\"aoa3:yeti_fingernails\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:20s,Damage:0s}" - ] - }, - { - "aspect": "sensus", - "items": [ - "{id:\"minecraft:lapis_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:lapis_block\",Count:33s,Damage:0s}", - "{id:\"minecraft:wool\",Count:3s,Damage:1s}", - "{id:\"minecraft:wool\",Count:3s,Damage:2s}", - "{id:\"minecraft:wool\",Count:3s,Damage:3s}", - "{id:\"minecraft:wool\",Count:3s,Damage:4s}", - "{id:\"minecraft:wool\",Count:3s,Damage:5s}", - "{id:\"minecraft:wool\",Count:3s,Damage:6s}", - "{id:\"minecraft:wool\",Count:3s,Damage:7s}", - "{id:\"minecraft:wool\",Count:3s,Damage:8s}", - "{id:\"minecraft:wool\",Count:3s,Damage:9s}", - "{id:\"minecraft:wool\",Count:3s,Damage:10s}", - "{id:\"minecraft:wool\",Count:3s,Damage:11s}", - "{id:\"minecraft:wool\",Count:3s,Damage:12s}", - "{id:\"minecraft:wool\",Count:3s,Damage:13s}", - "{id:\"minecraft:wool\",Count:3s,Damage:14s}", - "{id:\"minecraft:wool\",Count:3s,Damage:15s}", - "{id:\"minecraft:glowstone\",Count:15s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:1s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:2s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:3s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:4s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:5s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:6s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:7s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:8s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:9s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:10s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:11s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:12s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:13s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:14s}", - "{id:\"minecraft:stained_hardened_clay\",Count:1s,Damage:15s}", - "{id:\"minecraft:prismarine\",Count:3s,Damage:2s}", - "{id:\"minecraft:purpur_block\",Count:3s,Damage:0s}", - "{id:\"minecraft:purpur_pillar\",Count:1s,Damage:0s}", - "{id:\"minecraft:purpur_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:purpur_slab\",Count:1s,Damage:0s}", - "{id:\"minecraft:bone_block\",Count:33s,Damage:0s}", - "{id:\"minecraft:yellow_flower\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:1s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:2s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:3s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:4s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:5s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:6s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:7s}", - "{id:\"minecraft:red_flower\",Count:5s,Damage:8s}", - "{id:\"minecraft:jukebox\",Count:20s,Damage:0s}", - "{id:\"minecraft:ender_chest\",Count:7s,Damage:0s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:1s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:2s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:3s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:4s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:5s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:6s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:7s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:8s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:9s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:10s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:11s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:12s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:13s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:14s}", - "{id:\"minecraft:carpet\",Count:1s,Damage:15s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:0s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:1s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:4s}", - "{id:\"minecraft:double_plant\",Count:5s,Damage:5s}", - "{id:\"minecraft:chorus_flower\",Count:5s,Damage:0s}", - "{id:\"minecraft:white_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:orange_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:magenta_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:light_blue_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:yellow_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:lime_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:pink_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:gray_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:silver_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:cyan_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:purple_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:blue_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:brown_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:green_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:red_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:black_glazed_terracotta\",Count:2s,Damage:0s}", - "{id:\"minecraft:bed\",Count:3s,Damage:1s}", - "{id:\"minecraft:bed\",Count:3s,Damage:2s}", - "{id:\"minecraft:bed\",Count:3s,Damage:3s}", - "{id:\"minecraft:bed\",Count:3s,Damage:4s}", - "{id:\"minecraft:bed\",Count:3s,Damage:5s}", - "{id:\"minecraft:bed\",Count:3s,Damage:6s}", - "{id:\"minecraft:bed\",Count:3s,Damage:7s}", - "{id:\"minecraft:bed\",Count:3s,Damage:8s}", - "{id:\"minecraft:bed\",Count:3s,Damage:9s}", - "{id:\"minecraft:bed\",Count:3s,Damage:10s}", - "{id:\"minecraft:bed\",Count:3s,Damage:11s}", - "{id:\"minecraft:bed\",Count:3s,Damage:12s}", - "{id:\"minecraft:bed\",Count:3s,Damage:13s}", - "{id:\"minecraft:bed\",Count:3s,Damage:14s}", - "{id:\"minecraft:bed\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:14s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:13s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:12s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:11s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:10s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:9s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:8s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:7s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:6s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:5s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:4s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:3s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:2s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:1s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:13s,Damage:0s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:15s,Damage:0s}", - "{id:\"minecraft:noteblock\",Count:20s,Damage:0s}", - "{id:\"minecraft:wooden_pressure_plate\",Count:5s,Damage:0s}", - "{id:\"minecraft:redstone_lamp\",Count:11s,Damage:0s}", - "{id:\"minecraft:light_weighted_pressure_plate\",Count:5s,Damage:0s}", - "{id:\"minecraft:heavy_weighted_pressure_plate\",Count:5s,Damage:0s}", - "{id:\"minecraft:daylight_detector\",Count:10s,Damage:0s}", - "{id:\"minecraft:comparator\",Count:5s,Damage:0s}", - "{id:\"minecraft:detector_rail\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:3s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:2s,tag:{railcraft:{kit:\"railcraft_whistle\"}},Damage:19s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_throttle\"}},Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_steam_solid\",Count:12s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_electric\",Count:12s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:locomotive_creative\",Count:12s,tag:{model:\"railcraft:default\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:mushroom_stew\",Count:4s,Damage:0s}", - "{id:\"minecraft:glowstone_dust\",Count:5s,Damage:0s}", - "{id:\"minecraft:dye\",Count:5s,Damage:0s}", - "{id:\"minecraft:dye\",Count:5s,Damage:1s}", - "{id:\"minecraft:dye\",Count:5s,Damage:2s}", - "{id:\"minecraft:dye\",Count:5s,Damage:3s}", - "{id:\"minecraft:dye\",Count:5s,Damage:4s}", - "{id:\"minecraft:dye\",Count:5s,Damage:5s}", - "{id:\"minecraft:dye\",Count:5s,Damage:6s}", - "{id:\"minecraft:dye\",Count:5s,Damage:7s}", - "{id:\"minecraft:dye\",Count:5s,Damage:8s}", - "{id:\"minecraft:dye\",Count:5s,Damage:9s}", - "{id:\"minecraft:dye\",Count:5s,Damage:10s}", - "{id:\"minecraft:dye\",Count:5s,Damage:11s}", - "{id:\"minecraft:dye\",Count:5s,Damage:12s}", - "{id:\"minecraft:dye\",Count:5s,Damage:13s}", - "{id:\"minecraft:dye\",Count:5s,Damage:14s}", - "{id:\"minecraft:dye\",Count:5s,Damage:15s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:7s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:spider_eye\",Count:5s,Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:3s,Damage:0s}", - "{id:\"minecraft:ender_eye\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:writable_book\",Count:3s,Damage:0s}", - "{id:\"minecraft:carrot\",Count:5s,Damage:0s}", - "{id:\"minecraft:golden_carrot\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:3s,Damage:0s}", - "{id:\"minecraft:chorus_fruit\",Count:5s,Damage:0s}", - "{id:\"minecraft:chorus_fruit_popped\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:7s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:spectral_arrow\",Count:17s,Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:7s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:7s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_13\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_cat\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_blocks\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_chirp\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_far\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mall\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mellohi\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_stal\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_strad\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_ward\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_11\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_wait\",Count:15s,Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:1s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:2s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:3s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:4s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:5s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:6s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:7s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:8s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:9s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:10s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:11s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:12s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:13s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:14s}", - "{id:\"thermalfoundation:rockwool\",Count:6s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_lexicon\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_experience\",Count:7s,tag:{},Damage:0s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:1s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:3s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:4s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:5s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:6s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:7s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:8s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:9s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:10s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:11s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:12s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:13s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:14s}", - "{id:\"thermalfoundation:dye\",Count:5s,Damage:15s}", - "{id:\"draconicevolution:item_dislocation_inhibitor\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:60s,Damage:1s}", - "{id:\"draconicevolution:energy_pylon\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:fusion_crafting_core\",Count:99s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:15s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:2s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:4s}", - "{id:\"draconicevolution:tool_upgrade\",Count:11s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:11s,Damage:6s}", - "{id:\"draconicevolution:tool_upgrade\",Count:11s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:9s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:10s}", - "{id:\"draconicevolution:tool_upgrade\",Count:15s,Damage:11s}", - "{id:\"draconicevolution:dislocator\",Count:7s,Damage:0s}", - "{id:\"draconicevolution:dislocator_bound\",Count:10s,Damage:1s}", - "{id:\"draconicevolution:dislocator_bound\",Count:5s,Damage:2s}", - "{id:\"draconicevolution:magnet\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:3s,Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:49s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:2s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:2s,tag:{Energy:4000000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:2s,tag:{Energy:9000000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:2s,tag:{Energy:16000000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:3s,tag:{Energy:25000000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:capacitor\",Count:2s,tag:{Energy:25000000},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:2s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:2s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:2s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:2s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:reservoir\",Count:2s,tag:{},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:satchel\",Count:2s,tag:{Accessible:1b},Damage:32000s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:448s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:704s}", - "{id:\"techreborn:quantum_chest\",Count:339s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:78s,Damage:0s}", - "{id:\"techreborn:matter_fabricator\",Count:123s,Damage:0s}", - "{id:\"techreborn:charge_o_mat\",Count:123s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:160s,Damage:0s}", - "{id:\"techreborn:cable\",Count:1s,Damage:8s}", - "{id:\"techreborn:machine_casing\",Count:12s,Damage:2s}", - "{id:\"techreborn:dragon_egg_syphon\",Count:126s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:500s,Damage:0s}", - "{id:\"techreborn:adjustable_su\",Count:500s,Damage:0s}", - "{id:\"techreborn:lapotronic_su\",Count:148s,Damage:0s}", - "{id:\"techreborn:lsu_storage\",Count:198s,Damage:0s}", - "{id:\"techreborn:distillation_tower\",Count:12s,Damage:0s}", - "{id:\"techreborn:lightning_rod\",Count:66s,Damage:0s}", - "{id:\"techreborn:recycler\",Count:7s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:192s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:12s,Damage:0s}", - "{id:\"techreborn:lamp_led\",Count:3s,Damage:0s}", - "{id:\"techreborn:fluid_replicator\",Count:21s,Damage:0s}", - "{id:\"railcraft:filter_type\",Count:3s,Damage:0s}", - "{id:\"railcraft:routing_table\",Count:6s,Damage:0s}", - "{id:\"railcraft:ore\",Count:15s,Damage:4s}", - "{id:\"avaritia:resource\",Count:1s,Damage:7s}", - "{id:\"bewitchment:crying_scorned_bricks\",Count:12s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_fence\",Count:9s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_stairs\",Count:13s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_slab\",Count:4s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_wall\",Count:5s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin_block\",Count:33s,Damage:0s}", - "{id:\"bewitchment:blue_ink_cap\",Count:4s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_chest\",Count:3s,Damage:0s}", - "{id:\"bewitchment:sigil_table\",Count:3s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:analyst\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:registry\",Count:11s,Damage:0s}", - "{id:\"genetics:misc\",Count:1s,Damage:1s}", - "{id:\"genetics:misc\",Count:5s,Damage:2s}", - "{id:\"genetics:misc\",Count:1s,Damage:4s}", - "{id:\"genetics:misc\",Count:15s,Damage:8s}", - "{id:\"genetics:misc\",Count:90s,Damage:9s}", - "{id:\"genetics:misc\",Count:90s,Damage:10s}", - "{id:\"genetics:machine\",Count:22s,Damage:0s}", - "{id:\"genetics:machine\",Count:30s,Damage:1s}", - "{id:\"genetics:machine\",Count:22s,Damage:2s}", - "{id:\"genetics:machine\",Count:22s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:1s,Damage:1s}", - "{id:\"genetics:adv_machine\",Count:202s,Damage:0s}", - "{id:\"botany:misc\",Count:1s,Damage:7s}", - "{id:\"extrabees:misc\",Count:5s,Damage:19s}", - "{id:\"extrabees:misc\",Count:5s,Damage:20s}", - "{id:\"extrabees:misc\",Count:5s,Damage:21s}", - "{id:\"extrabees:misc\",Count:5s,Damage:22s}", - "{id:\"extrabees:misc\",Count:5s,Damage:23s}", - "{id:\"extrabees:misc\",Count:5s,Damage:24s}", - "{id:\"extrabees:misc\",Count:5s,Damage:25s}", - "{id:\"extrabees:alveary\",Count:18s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.cocoa\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:blue_dye\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:brown_dye\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:green_dye\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:white_dye\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:black_dye\",Count:5s,Damage:0s}", - "{id:\"careerbees:flower_pedastal\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:poison_frame\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hammercore:manual\",Count:2s,Damage:0s}", - "{id:\"extracells:part.base\",Count:8s,Damage:10s}", - "{id:\"extracells:part.base\",Count:6s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:92s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:218s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:2s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:2s,tag:{power:1600000.0d},Damage:0s}", - "{id:\"extracells:storage.component\",Count:123s,Damage:0s}", - "{id:\"extracells:storage.component\",Count:291s,Damage:1s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:2s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:3s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:8s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:9s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:10s}", - "{id:\"extracells:fluidcrafter\",Count:11s,Damage:0s}", - "{id:\"extracells:fluidfiller\",Count:10s,Damage:0s}", - "{id:\"extrautils2:soundmuffler\",Count:15s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:1s}", - "{id:\"extrautils2:ingredients\",Count:5s,Damage:3s}", - "{id:\"extrautils2:ingredients\",Count:3s,Damage:5s}", - "{id:\"extrautils2:ingredients\",Count:5s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:2s}", - "{id:\"extrautils2:decorativeglass\",Count:1s,Damage:3s}", - "{id:\"extrautils2:decorativeglass\",Count:1s,Damage:4s}", - "{id:\"extrautils2:ineffableglass\",Count:1s,Damage:3s}", - "{id:\"extrautils2:playerchest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:wrench\",Count:3s,Damage:0s}", - "{id:\"extrautils2:contract\",Count:3s,Damage:0s}", - "{id:\"extrautils2:filterfluids\",Count:15s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:3s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:7s,Damage:1s}", - "{id:\"extrautils2:drum\",Count:12s,Damage:2s}", - "{id:\"extrautils2:drum\",Count:9s,Damage:3s}", - "{id:\"extrautils2:redstonelantern\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:hell\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:sky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:frozen_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:frozen_river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:ice_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mushroom_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mushroom_island_shore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:beaches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:desert_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:smaller_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:jungle_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:deep_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:stone_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:cold_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:taiga_cold_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:gravel_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:white_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:origin_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:alps\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:bamboo_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:bayou\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:bog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:boreal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:brushland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:chaparral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:cherry_blossom_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:cold_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:crag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:dead_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:dead_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:eucalyptus_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:fen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:flower_field\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:grassland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:highland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:land_of_lakes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:lavender_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:lush_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:lush_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:mangrove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:maple_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:meadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:moor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:mountain\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:mystic_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:ominous_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:orchard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:overgrown_cliffs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:prairie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:quagmire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:redwood_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:sacred_springs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:seasonal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:shield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:snowy_coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:steppe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:temperate_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:tropical_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:wetland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:woodland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:xeric_shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:alps_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:mountain_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:redwood_forest_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:pasture\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:oasis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:snowy_tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:coral_reef\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:kelp_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:origin_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:tropical_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:volcanic_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:flower_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:corrupted_sands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:fungi_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:phantasmagoric_inferno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:undergarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"biomesoplenty:visceral_heap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"randomthings:spectral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"jeid:error_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thaumcraft:magical_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thaumcraft:eerie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thaumcraft:eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_lake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:dense_twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_stream\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:twilight_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:oak_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:firefly_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:deep_mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:dark_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:enchanted_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:fire_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:dark_forest_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:highlands_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:thornlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"twilightforest:spooky_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"buildcraftenergy:oil_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"buildcraftenergy:oil_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"appliedenergistics2:storage_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:abyss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:ancient_cavern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:barathos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:candyland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:celeve\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"minecraft:mutated_mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:creeponia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:crystevia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:deeplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:dustopia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:gardencia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:greckon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:haven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:immortallis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:iromine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:lborean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:lelyetia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:lunalus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:mysterium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:precasia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:runandor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:shyrelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aoa3:vox_ponds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:eden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:wildwood\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:apalachia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:skythern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:mortum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:iceika\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:arcana\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"divinerpg:vethea\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:underground_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:volcanic_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:subterranean_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:elysian_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:ulterior_outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:fungal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:submerged_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:fields_sub_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"erebus:petrified_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"iceandfire:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"integrateddynamics:biome_meneglin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"nuclearcraft:nuclear_wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thaumicaugmentation:emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thaumicaugmentation:tainted_lands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thaumicaugmentation:emptiness_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:darklands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:darklands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:darklands_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:darklands_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:darklands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:coralium_infested_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:abyssal_wastelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:purified_dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:dreadlands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:dreadlands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:omothol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:dark_realm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"abyssalcraft:purged\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:moon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:alien forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:hotdryrock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:space\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:stormland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:crystalchasms\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:deepswamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:oceanspires\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:moondark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:volcanic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"advancedrocketry:volcanicbarren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"aether_legacy:aether_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"dimdoors:limbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"dimdoors:white_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"dimdoors:black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"dimdoors:dangerous_black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:patchy_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:swamplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:deep_waters\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:coarse_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:raised_isles\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:sludge_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:marsh_0\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:marsh_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:swamplands_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:15s,tag:{Biome:\"thebetweenlands:sludge_plains_clearing\"},Damage:0s}", - "{id:\"extrautils2:opinium\",Count:3s,Damage:4s}", - "{id:\"extrautils2:opinium\",Count:12s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:18s,Damage:6s}", - "{id:\"extrautils2:opinium\",Count:27s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:40s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:90s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:11s}", - "{id:\"gendustry:apiary.upgrade\",Count:18s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:12s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:10s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:24s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:25s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:14s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:20s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:21s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:13s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:17s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:22s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:12s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:18s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:16s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:11s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:23s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:19s}", - "{id:\"gendustry:honey_drop\",Count:5s,Damage:15s}", - "{id:\"gendustry:bee_receptacle\",Count:3s,Damage:0s}", - "{id:\"gendustry:env_processor\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:10s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"sensus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:amber_lamp\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:45s,Damage:5s}", - "{id:\"nuclearcraft:cooler\",Count:49s,Damage:6s}", - "{id:\"nuclearcraft:solar_panel_basic\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_advanced\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:glowing_mushroom\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:gem\",Count:1s,Damage:6s}", - "{id:\"nuclearcraft:compound\",Count:1s,Damage:2s}", - "{id:\"nuclearcraft:upgrade\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:upgrade\",Count:3s,Damage:1s}", - "{id:\"nuclearcraft:rad_x\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:12s,Damage:0s}", - "{id:\"nuclearcraft:cocoa_solids\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_wanderer\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_end_of_the_world\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_money_for_nothing\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_hyperspace\",Count:11s,Damage:0s}", - "{id:\"randomthings:fertilizeddirt\",Count:7s,Damage:0s}", - "{id:\"randomthings:playerinterface\",Count:16s,Damage:0s}", - "{id:\"randomthings:lapisglass\",Count:3s,Damage:0s}", - "{id:\"randomthings:lapislamp\",Count:23s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:13s,Damage:0s}", - "{id:\"randomthings:onlinedetector\",Count:3s,Damage:0s}", - "{id:\"randomthings:chatdetector\",Count:3s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:11s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:8s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:11s,Damage:0s}", - "{id:\"randomthings:quartzlamp\",Count:8s,Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:19s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:7s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:1s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:2s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:3s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:4s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:5s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:6s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:7s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:8s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:9s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:10s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:11s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:12s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:13s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:14s}", - "{id:\"randomthings:luminousblock\",Count:6s,Damage:15s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:0s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:1s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:2s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:3s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:4s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:5s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:6s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:7s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:8s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:9s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:10s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:11s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:12s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:13s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:14s}", - "{id:\"randomthings:translucentluminousblock\",Count:4s,Damage:15s}", - "{id:\"randomthings:inventorytester\",Count:1s,Damage:0s}", - "{id:\"randomthings:globalchatdetector\",Count:2s,Damage:0s}", - "{id:\"randomthings:triggerglass\",Count:1s,Damage:0s}", - "{id:\"randomthings:soundbox\",Count:3s,Damage:0s}", - "{id:\"randomthings:sounddampener\",Count:2s,Damage:0s}", - "{id:\"randomthings:spectrelens\",Count:6s,Damage:0s}", - "{id:\"randomthings:advanceditemcollector\",Count:7s,Damage:0s}", - "{id:\"randomthings:rainbowlamp\",Count:19s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:11s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:8s,Damage:0s}", - "{id:\"randomthings:plate_redirector\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_filteredredirector\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_redstone\",Count:3s,Damage:0s}", - "{id:\"randomthings:plate_itemsealer\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_itemrejuvenator\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_accelerator\",Count:7s,Damage:0s}", - "{id:\"randomthings:plate_accelerator_directional\",Count:3s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:15s,Damage:0s}", - "{id:\"randomthings:positionfilter\",Count:15s,Damage:0s}", - "{id:\"randomthings:entityfilter\",Count:15s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:2s,Damage:3s}", - "{id:\"randomthings:ingredient\",Count:1s,Damage:5s}", - "{id:\"randomthings:ingredient\",Count:1s,Damage:13s}", - "{id:\"randomthings:itemfilter\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:11s,Damage:0s}", - "{id:\"randomthings:idcard\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:11s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:soundrecorder\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portablesounddampener\",Count:3s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:3s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:3s,Damage:1s}", - "{id:\"randomthings:weatheregg\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:11s,Damage:0s}", - "{id:\"randomthings:spectreilluminator\",Count:15s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:1s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:2s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:3s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:4s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:5s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:6s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:7s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:8s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:9s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:10s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:11s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:12s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:13s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:14s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:15s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:1s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:1s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:2s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:3s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:4s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:6s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:7s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:8s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:9s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:10s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:11s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:12s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:13s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:14s}", - "{id:\"openblocks:elevator\",Count:18s,Damage:15s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:1s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:2s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:3s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:4s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:6s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:7s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:8s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:10s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:14s}", - "{id:\"openblocks:elevator_rotating\",Count:13s,Damage:15s}", - "{id:\"openblocks:flag\",Count:2s,Damage:5s}", - "{id:\"openblocks:tank\",Count:2s,Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lava\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gold\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"pigiron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cobalt\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ardite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"manyullyn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"knightslime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"alubrass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"brass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"copper\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"bronze\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"zinc\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lead\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nickel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"silver\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"electrum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"aluminum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquidcoralium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquidantimatter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"creosote\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"coal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crude_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refined_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refined_fuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sap\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"syrup\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"resin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tree_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"seed_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"biocrude\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refined_biofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"mushroom_stew\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"experience\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"potion\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"potion_splash\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"potion_lingering\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"redstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"glowstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ender\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"pyrotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cryotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"aerotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"petrotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"mana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"platinum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"iridium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"invar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"constantan\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"signalum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lumium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"enderium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"electrical_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"energetic_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"vibrant_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"redstone_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"conductive_iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"pulsating_iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dark_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"soularium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"end_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"construction_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crude_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crystalline_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"melodic_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"stellar_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crystalline_pink_slime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"energetic_silver\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"vivid_alloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fierymetal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"knightmetal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fiery_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"moltenabyssalnite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"moltenrefinedcoralium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"moltendreadium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"canolaoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refinedcanolaoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crystaloil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"empoweredoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_residue\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_residue_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_residue_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_heavy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_heavy_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_heavy_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_dense\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_dense_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_dense_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_distilled\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_distilled_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oil_distilled_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_dense\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_dense_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_dense_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_mixed_heavy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_light\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_light_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_light_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_mixed_light\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_mixed_light_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_mixed_light_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_gaseous\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_gaseous_heat_1\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_gaseous_heat_2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidberylium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidcalcium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidcalciumcarbonate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidchlorite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluiddeuterium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidglyceryl\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidhelium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidhelium3\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidheliumplasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidhydrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidlithium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidmercury\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidmethane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidnitrocoalfuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidnitrofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidnitrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidnitrogendioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidpotassium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidsilicon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidsodium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidsodiumpersulfate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidtritium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidwolframium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidcarbon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidcarbonfiber\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidnitrocarbon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidsulfur\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidsodiumsulfide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluiddiesel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidnitrodiesel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidsulfuricacid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidcompressedair\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidelectrolyzedwater\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluidbiofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"bio.ethanol\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"biomass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"glass\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"for.honey\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"juice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"milk\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"seed.oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"short.mead\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plantoil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ethanol\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"biodiesel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"concrete\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"amber\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crystal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"xpjuice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"candied_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"baronyte\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"blazium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"elecanium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"emberstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ghastly\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ghoulish\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"limonite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lunar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lyon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"mystite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"rosite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"shyrestone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"skeletal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"varsium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"charger\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.growth.medium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.bacteria\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.bacteria.poly\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.dna.raw\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.bacteria.vector\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.sap\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.resin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.latex\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.turpentine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.banana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.lemon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.lime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.orange\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.peach\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.plum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.carrot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.tomato\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.cranberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.grapefruit\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.olive\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.pineapple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.pear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.white.grape\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice.red.grape\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.cider.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.banana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.cider.peach\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.ciderpear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.plum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.carrot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.white\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.red\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.sparkling\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.agave\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.fermented.potatoes\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.citrus\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.cranberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.pineapple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.tomato\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.juice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.beer.ale\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.beer.lager\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.beer.wheat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.beer.rye\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.beer.corn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.beer.stout\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.mash.grain\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.mash.wheat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.mash.rye\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.mash.corn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.spirit.neutral\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.vodka\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.rum.white\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.rum.dark\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.whiskey\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.whiskey.corn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.whiskey.rye\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.whiskey.wheat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.wine.fortified\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.tequila\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.grape\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.pear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.plum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.citrus\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.brandy.fruit\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.spirit.sugarcane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.spirit.gin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liquor.apple\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liquor.pear\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liquor.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liquor.elderberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liquor.apricot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liquor.fruit\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.almond\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.orange\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.banana\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.mint\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.hazelnut\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.cinnamon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.coffee\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.melon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.anise\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.peach\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.lemon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.herbal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.cherry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.blackberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"binnie.liqueur.raspberry\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sand\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"honey\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"blood\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"poison\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hot_spring_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"molten_blood_infused_iron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_pe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_lp\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"eternal_dragon_fire\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dimensional_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_void\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"overworldian_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"enriched_canola_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nethengeic_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_uu_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"spatial_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dense_plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dragons_blood_plastic\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fossile_refined_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"aerial_moonshine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"spicy_pyrotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"luminous_lava\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cosmic_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nightly_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sunstruck_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crepuscular_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"seared_grave_stone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"astral_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_madness\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ethereal_fabric\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ghostly_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_life\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lymph_of_pixonia\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"galactic_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"milkiest_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"alchemical_goo\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"twilight_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"weakened_cryotheoum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lving_gold_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"chaotic_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nightmarish_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"twilight_fire\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"universal_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"shyre_weed_oil\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"energized_mulch\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hyperdense_plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cursed_myrmitite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"netrino_plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"decomposed_matter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"atomic_nuclei\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"electrons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"bosons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"protons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neutrons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"higgs\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gravitrons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"strings\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"muons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fiery_peat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"halite_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hint_of_insanity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hint_of_divinity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"magnatar_stabilizer\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"molten_realmite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"molten_arlemite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"molten_rupee\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"molten_netherite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lumiotheum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"eptane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gluons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"quarks\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"leptons\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"demonic_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"corrosive_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"destructive_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"vengeful_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"steadfast_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"bloodmaster_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dreadite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dreaded_steel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sednanite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluctuatite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"vibranium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"rhenium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"myrmitite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"candyte\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"palladium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"vityte\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"polonium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ogerite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"primal_ogerite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lunastone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"chalcedony\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"brightsteel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"caesium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"strontium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"rubidium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"chaos\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"abyssite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"eternal_fabric\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"smoldering_tar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"anti_venom\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"beetle_juice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"formic_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"xu_evil_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"xu_enchanted_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"xu_demonic_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"mutagen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquiddna\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"protein\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"crystal_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dragonsteel_fire\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dragonsteel_ice\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"meat\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"latex\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sewage\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sludge\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"biofuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"if.pink_slime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"if.protein\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"if.ore_fluid_raw\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"if.ore_fluid_fermented\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"menrilresin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquidchorus\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"soulium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"base_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"inferium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"prudentium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"intermedium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"superium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"supremium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oxygen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hydrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"deuterium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tritium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"helium3\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"helium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"boron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"boron10\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"boron11\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lithium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lithium6\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lithium7\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ferroboron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tough\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hard_carbon\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"beryllium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"manganese\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"manganese_dioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sulfur\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"arsenic\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquidhelium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_nitrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plasma\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neutron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"methanol\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"radaway\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"radaway_slow\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nitrogen\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluorine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"carbon_dioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"carbon_monoxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ethene\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluoromethane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ammonia\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"oxygen_difluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"diborane\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sulfur_dioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sulfur_trioxide\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hydrofluoric_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"boric_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sulfuric_acid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"boron_nitride_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fluorite_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"calcium_sulfate_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sodium_fluoride_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"potassium_fluoride_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sodium_hydroxide_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"potassium_hydroxide_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"borax_solution\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"corium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"chocolate_liquor\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cocoa_butter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"unsweetened_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dark_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"milk_chocolate\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sugar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gelatin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hydrated_gelatin\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"marshmallow\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lif\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"bef2\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"naoh\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"koh\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"high_pressure_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"exhaust_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"low_pressure_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"low_quality_steam\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"preheated_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"condensate_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sodium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"potassium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"bas\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"sic_vapor\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"alugentum\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"alumina\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thorium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thorium_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thorium_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thorium_230\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thorium_230_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thorium_230_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_238\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_238_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"uranium_238_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neptunium_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neptunium_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neptunium_237\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neptunium_237_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_238\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_238_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"americium_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_246\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_246_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_246_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"curium_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"berkelium_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"berkelium_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"berkelium_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"berkelium_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_250\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_250_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_250_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_252\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_252_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"californium_252_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_tbu\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_tbu_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_len_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_len_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hen_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hen_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_tbu\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heu_233\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heu_235\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_len_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hen_236\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hep_239\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hep_241\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hea_242\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_243\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_245\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_247\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heb_248\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecf_249\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecf_251\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"redstone_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"redstone_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"quartz\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"quartz_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"quartz_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gold_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gold_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"glowstone_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"glowstone_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lapis\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lapis_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lapis_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"diamond\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"diamond_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"diamond_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquidhelium_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquidhelium_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ender_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ender_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cryotheum_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cryotheum_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"iron_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"iron_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"emerald\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"emerald_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"emerald_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"copper_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"copper_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tin_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tin_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"magnesium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"magnesium_nak\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"magnesium_nak_hot\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"molten_reinforced_pink_slime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"mithril\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refinedobsidian\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refinedglowstone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"osmium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"manasteel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"terrasteel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"gaia\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"yellorium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cyanite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"blutonium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ludicrite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"psi\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ivorypsi\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ebonypsi\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"electrumflux\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refinediron\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tungsten\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"titanium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"chrome\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"advancedalloy\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"alumite\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"elementium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"mirion\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"infinity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"thaumium\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"starmetal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"soulshardsrespawn.corrupted\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"swamp_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"stagnant_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"tar\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"rubber\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fog\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"shallowbreath\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"nutrient_distillation\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"ender_distillation\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"vapor_of_levity\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"hootch\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"rocket_fuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fire_water\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_sunshine\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cloud_seed\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"cloud_seed_concentrated\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_fertilizer\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"rocketfuel\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"enrichedlava\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"flux_goo\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"liquid_death\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"purifying_fluid\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"stone\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"obsidian\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"clay\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"dirt\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"blueslime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"purpleslime\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"lifeessence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"blockfluiddirt\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"blockfluidantimatter\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"refined_life_essence\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"fuelcolumn\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"pure_metal\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:tank\",Count:2s,tag:{tank:{FluidName:\"astralsorcery.liquidstarlight\",Amount:16000}},Damage:0s}", - "{id:\"openblocks:vacuum_hopper\",Count:7s,Damage:0s}", - "{id:\"openblocks:sponge\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:7s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:11s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:projector\",Count:7s,Damage:0s}", - "{id:\"openblocks:generic\",Count:3s,Damage:1s}", - "{id:\"openblocks:generic\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_control\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sleeping_bag\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:1973019},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:11743532},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:3887386},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:5320730},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:2437522},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:8073150},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:2651799},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:11250603},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:4408131},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:14188952},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:4312372},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:14602026},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:6719955},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:12801229},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:15435844},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:paintbrush\",Count:3s,tag:{color:15790320},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:squeegee\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:7s,Damage:0s}", - "{id:\"openblocks:tasty_clay\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sponge_on_a_stick\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:6s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:18s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:11s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:8s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:7s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:5s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:5s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:5s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:5s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:5s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:3s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:3s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:8s,Damage:3s}", - "{id:\"projectred-core:resource_item\",Count:30s,Damage:311s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:500s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:501s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:502s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:503s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:504s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:505s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:506s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:507s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:508s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:509s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:510s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:511s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:512s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:513s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:514s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:515s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:screwdriver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:multimeter\",Count:22s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:3s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:3s,Damage:1s}", - "{id:\"thermaldynamics:retriever\",Count:2s,Damage:2s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:1s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:2s,tag:{Energy:0},Damage:4s}", - "{id:\"simplyjetpacks:metaitem\",Count:11s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:1s,Damage:8s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:9s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:14s}", - "{id:\"projectred-integration:gate\",Count:11s,Damage:15s}", - "{id:\"projectred-integration:gate\",Count:36s,Damage:22s}", - "{id:\"projectred-integration:gate\",Count:36s,Damage:28s}", - "{id:\"projectred-integration:gate\",Count:6s,Damage:29s}", - "{id:\"projectred-integration:gate\",Count:53s,Damage:30s}", - "{id:\"projectred-integration:gate\",Count:6s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:3s,Damage:1s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:2s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:3s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:4s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:5s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:6s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:7s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:8s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:9s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:10s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:11s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:12s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:13s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:14s}", - "{id:\"projectred-transmission:wire\",Count:6s,Damage:15s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:16s}", - "{id:\"projectred-transmission:wire\",Count:11s,Damage:17s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:18s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:19s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:20s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:21s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:22s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:23s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:24s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:25s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:26s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:27s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:28s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:29s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:30s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:31s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:32s}", - "{id:\"projectred-transmission:wire\",Count:12s,Damage:33s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:34s}", - "{id:\"projectred-transmission:framed_wire\",Count:2s,Damage:1s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:2s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:3s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:4s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:5s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:7s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:8s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:9s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:11s}", - "{id:\"projectred-transmission:framed_wire\",Count:4s,Damage:15s}", - "{id:\"projectred-transmission:framed_wire\",Count:8s,Damage:17s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:1s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:2s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:3s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:4s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:5s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:6s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:7s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:8s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:9s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:10s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:11s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:12s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:14s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:15s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:16s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:17s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:18s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:19s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:20s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:21s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:22s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:23s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:24s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:25s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:26s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:27s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:28s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:22s,Damage:31s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:0s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:1s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:2s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:3s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:4s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:6s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:7s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:8s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:10s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:11s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:12s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:14s}", - "{id:\"projectred-illumination:light_button\",Count:22s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:1s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:2s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:3s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:4s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:6s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:7s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:8s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:10s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:13s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:14s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:16s,Damage:15s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:lantern\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:fixture_light\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:cage_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:0s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:1s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:2s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:3s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:4s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:5s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:6s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:7s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:8s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:9s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:10s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:11s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:12s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:13s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:14s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:11s,Damage:15s}", - "{id:\"projectred-expansion:plan\",Count:3s,Damage:0s}", - "{id:\"projectred-transportation:pipe\",Count:2s,Damage:1s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:2s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:56s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:2s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:5s}", - "{id:\"projectred-transportation:routing_chip\",Count:45s,Damage:6s}", - "{id:\"projectred-transportation:routing_chip\",Count:52s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:48s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-transportation:router_utility\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:6s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:2s,tag:{Water:4000,Mode:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:2s,tag:{Water:12000,Mode:1},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:2s,tag:{Water:24000,Mode:2},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:2s,tag:{Water:40000,Mode:3},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:2s,tag:{Water:60000,Mode:4},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:drill\",Count:2s,tag:{Energy:40000,Mode:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:drill\",Count:2s,tag:{Energy:120000,Mode:2},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:drill\",Count:2s,tag:{Energy:240000,Mode:2},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:drill\",Count:2s,tag:{Energy:400000,Mode:3},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:drill\",Count:2s,tag:{Energy:600000,Mode:4},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:drill\",Count:2s,tag:{Energy:600000,Mode:4},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:saw\",Count:2s,tag:{Energy:40000,Mode:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:saw\",Count:2s,tag:{Energy:120000,Mode:2},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:saw\",Count:2s,tag:{Energy:240000,Mode:2},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:saw\",Count:2s,tag:{Energy:400000,Mode:3},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:saw\",Count:2s,tag:{Energy:600000,Mode:4},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:saw\",Count:2s,tag:{Energy:600000,Mode:4},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:magnet\",Count:2s,tag:{Energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:magnet\",Count:2s,tag:{Energy:120000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:magnet\",Count:2s,tag:{Energy:240000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:magnet\",Count:2s,tag:{Energy:400000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:magnet\",Count:2s,tag:{Energy:600000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:magnet\",Count:2s,tag:{Energy:600000},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:2s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:2s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:2s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:2s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:injector\",Count:2s,tag:{},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:2s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:2s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:2s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:2s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalinnovation:quiver\",Count:2s,tag:{},Damage:32000s}", - "{id:\"wrcbe:wireless_logic\",Count:8s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:6s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:8s,Damage:2s}", - "{id:\"wrcbe:material\",Count:15s,Damage:2s}", - "{id:\"wrcbe:material\",Count:11s,Damage:3s}", - "{id:\"wrcbe:material\",Count:11s,Damage:4s}", - "{id:\"wrcbe:material\",Count:8s,Damage:5s}", - "{id:\"wrcbe:material\",Count:8s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:20s,Damage:0s}", - "{id:\"wrcbe:empty_map\",Count:6s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:20s,Damage:0s}", - "{id:\"libvulpes:productingot\",Count:1s,Damage:3s}", - "{id:\"advancedrocketry:launchpad\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:fuelingstation\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:monitoringstation\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:observatory\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:planetanalyser\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:oxygendetection\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:orientationcontroller\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:microwavereciever\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:solarpanel\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:circlelight\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:altitudecontroller\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:22s,Damage:0s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:0s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:1s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:2s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:3s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:4s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:5s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:6s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:7s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:8s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:9s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:10s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:11s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:12s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:13s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:14s}", - "{id:\"chisel:glowstone\",Count:15s,Damage:15s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:0s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:1s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:2s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:3s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:4s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:5s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:6s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:7s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:8s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:9s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:10s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:11s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:12s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:13s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:14s}", - "{id:\"chisel:glowstone1\",Count:15s,Damage:15s}", - "{id:\"chisel:glowstone2\",Count:15s,Damage:0s}", - "{id:\"chisel:valentines\",Count:1s,Damage:0s}", - "{id:\"chisel:voidstone\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:matrix_speed\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:candle_orange\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:candle_magenta\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_lightblue\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_yellow\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_lime\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_pink\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_gray\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_silver\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_cyan\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_purple\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_blue\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_brown\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_green\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_red\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:candle_black\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_orange\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_magenta\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lightblue\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_yellow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_pink\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_gray\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_silver\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_cyan\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_purple\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_red\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_black\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_white\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_orange\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:nitor_magenta\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_lightblue\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_yellow\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:nitor_lime\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_pink\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_gray\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_silver\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_cyan\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_purple\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_blue\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_brown\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_green\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_red\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:nitor_black\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:levitator\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:jar_brain\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:infusion_matrix\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:2s,Damage:0s}", - "{id:\"libvulpes:holoprojector\",Count:4s,Damage:0s}", - "{id:\"divinerpg:aqua_torch\",Count:3s,Damage:0s}", - "{id:\"divinerpg:black_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:blue_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:bright_red_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:green_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:orange_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:purple_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:red_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:white_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:yellow_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:teal_steel\",Count:3s,Damage:0s}", - "{id:\"divinerpg:blue_vane\",Count:7s,Damage:0s}", - "{id:\"divinerpg:cyan_vane\",Count:7s,Damage:0s}", - "{id:\"divinerpg:purple_vane\",Count:7s,Damage:0s}", - "{id:\"divinerpg:red_vane\",Count:7s,Damage:0s}", - "{id:\"divinerpg:yellow_vane\",Count:7s,Damage:0s}", - "{id:\"divinerpg:aquatonic_bricks\",Count:5s,Damage:0s}", - "{id:\"divinerpg:darkstone_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:green_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:pink_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:purple_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:arlemite_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:bluefire_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:diamond_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:divine_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:ender_lamp\",Count:7s,Damage:0s}", - "{id:\"divinerpg:ender_stone_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:gold_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:ice_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:jungle_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:kraken_lamp\",Count:29s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_lamp\",Count:15s,Damage:0s}", - "{id:\"divinerpg:molten_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:netherite_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:realmite_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:redstone_ore_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:rupee_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:terran_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:blue_fence\",Count:22s,Damage:0s}", - "{id:\"divinerpg:green_fence\",Count:22s,Damage:0s}", - "{id:\"divinerpg:blue_stone\",Count:11s,Damage:0s}", - "{id:\"divinerpg:checker\",Count:3s,Damage:0s}", - "{id:\"divinerpg:darkstone\",Count:1s,Damage:0s}", - "{id:\"divinerpg:rainbow_wool\",Count:3s,Damage:0s}", - "{id:\"divinerpg:altar_of_corruption\",Count:4s,Damage:0s}", - "{id:\"divinerpg:dark_bridge\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:horde_horn\",Count:7s,Damage:0s}", - "{id:\"divinerpg:aqua_ball\",Count:29s,Damage:0s}", - "{id:\"divinerpg:aquatic_blaze_rod\",Count:21s,Damage:0s}", - "{id:\"divinerpg:kraken_scale\",Count:26s,Damage:0s}", - "{id:\"divinerpg:kraken_skin\",Count:39s,Damage:0s}", - "{id:\"divinerpg:advanced_mushroom_stew\",Count:3s,Damage:0s}", - "{id:\"divinerpg:chicken_dinner\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:satellitepowersource\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:satellitepowersource\",Count:49s,Damage:1s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:4s,Damage:1s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:4s,Damage:2s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:8s,Damage:4s}", - "{id:\"advancedrocketry:ic\",Count:15s,Damage:5s}", - "{id:\"advancedrocketry:misc\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"sensus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"sensus\"}]},Damage:1s}", - "{id:\"thaumcraft:causality_collapser\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumometer\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:5s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:1s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:3s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:5s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:7s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:8s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:9s}", - "{id:\"thaumcraft:seal\",Count:6s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:11s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:12s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:13s}", - "{id:\"thaumcraft:seal\",Count:5s,Damage:14s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:4s,Damage:16s}", - "{id:\"thaumcraft:seal\",Count:2s,Damage:17s}", - "{id:\"thaumcraft:seal\",Count:6s,Damage:18s}", - "{id:\"tombstone:decorative_grave_simple\",Count:6s,Damage:1s}", - "{id:\"tombstone:decorative_grave_normal\",Count:9s,Damage:1s}", - "{id:\"tombstone:decorative_grave_cross\",Count:9s,Damage:1s}", - "{id:\"tombstone:decorative_tombstone\",Count:11s,Damage:1s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:9s,Damage:1s}", - "{id:\"tombstone:decorative_grave_original\",Count:11s,Damage:1s}", - "{id:\"tombstone:dark_marble\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_of_knowledge\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_recall\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_recall\",Count:3s,tag:{ancient:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_cupidity\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:book_of_disenchantment\",Count:15s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:6s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:6s,Damage:3s}", - "{id:\"enderio:item_alloy_ingot\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:5s,Damage:1s}", - "{id:\"enderio:item_alloy_ingot\",Count:5s,Damage:2s}", - "{id:\"enderio:item_alloy_ingot\",Count:1s,Damage:3s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:1s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:2s}", - "{id:\"enderio:item_material\",Count:1s,Damage:5s}", - "{id:\"enderio:item_material\",Count:4s,Damage:38s}", - "{id:\"enderio:item_material\",Count:5s,Damage:48s}", - "{id:\"enderio:item_material\",Count:5s,Damage:49s}", - "{id:\"enderio:item_material\",Count:5s,Damage:50s}", - "{id:\"enderio:item_material\",Count:3s,Damage:51s}", - "{id:\"enderio:item_material\",Count:1s,Damage:52s}", - "{id:\"enderio:item_material\",Count:3s,Damage:60s}", - "{id:\"enderio:item_material\",Count:3s,Damage:64s}", - "{id:\"enderio:item_material\",Count:13s,Damage:65s}", - "{id:\"enderio:item_material\",Count:1s,Damage:67s}", - "{id:\"enderio:item_material\",Count:3s,Damage:77s}", - "{id:\"enderio:block_dark_paper_anvil\",Count:15s,Damage:0s}", - "{id:\"enderio:block_decoration1\",Count:2s,Damage:1s}", - "{id:\"enderio:block_decoration1\",Count:3s,Damage:13s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:2s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:5s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:6s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:8s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:10s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:13s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:14s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:15s}", - "{id:\"enderio:block_decoration3\",Count:1s,Damage:0s}", - "{id:\"enderio:block_decoration3\",Count:1s,Damage:1s}", - "{id:\"enderio:block_decoration3\",Count:1s,Damage:2s}", - "{id:\"enderio:block_decoration3\",Count:1s,Damage:3s}", - "{id:\"enderio:block_decoration3\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:1s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:5s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:2s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:2s,Damage:0s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:1s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:2s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:3s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:4s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:5s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:6s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:7s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:8s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:9s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:10s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:11s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:12s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:13s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:14s}", - "{id:\"enderio:block_enlightened_fused_glass\",Count:1s,Damage:15s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:0s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_holy_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:1s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:2s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:3s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:4s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:5s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:6s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:7s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:8s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:9s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:10s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:11s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:12s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:13s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:14s}", - "{id:\"enderio:block_holy_enlightened_fused_glass\",Count:1s,Damage:15s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:0s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_unholy_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:1s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:2s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:3s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:4s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:5s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:6s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:7s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:8s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:9s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:10s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:11s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:12s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:13s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:14s}", - "{id:\"enderio:block_unholy_enlightened_fused_glass\",Count:1s,Damage:15s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:0s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:1s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:2s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:3s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:4s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:5s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:6s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:7s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:8s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:9s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:10s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:11s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:12s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:13s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:14s}", - "{id:\"enderio:block_pasture_enlightened_fused_quartz\",Count:1s,Damage:15s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:0s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:1s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:2s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:3s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:4s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:5s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:6s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:7s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:8s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:9s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:10s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:11s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:12s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:13s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:14s}", - "{id:\"enderio:block_pasture_enlightened_fused_glass\",Count:1s,Damage:15s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:20s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:20s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:20s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:20s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:1s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_panel\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:10s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_small\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_large\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse\",Count:1s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:3s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:3s,Damage:1s}", - "{id:\"enderio:block_buffer\",Count:4s,Damage:2s}", - "{id:\"enderio:block_zombie_generator\",Count:2s,Damage:0s}", - "{id:\"enderio:block_attractor_obelisk\",Count:7s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:7s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:7s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:9s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:1s}", - "{id:\"enderio:block_solar_panel\",Count:9s,Damage:2s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:90s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_simple_wired_charger\",Count:3s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:5s,Damage:0s}", - "{id:\"enderio:block_enhanced_wired_charger\",Count:3s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:39s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:29s,Damage:0s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:39s,Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_gauge\",Count:2s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:5s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_meter\",Count:17s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:1s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:2s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:3s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:4s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:5s}", - "{id:\"twilightforest:trophy\",Count:20s,Damage:6s}", - "{id:\"twilightforest:magic_map_empty\",Count:10s,Damage:0s}", - "{id:\"twilightforest:maze_map_empty\",Count:10s,Damage:0s}", - "{id:\"twilightforest:ore_map_empty\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:crumble_horn\",Count:30s,Damage:0s}", - "{id:\"twilightforest:cicada\",Count:6s,Damage:0s}", - "{id:\"twilightforest:firefly_jar\",Count:10s,Damage:0s}", - "{id:\"twilightforest:trophy_pedestal\",Count:10s,Damage:0s}", - "{id:\"twilightforest:thorn_rose\",Count:2s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:3s,Damage:3s}", - "{id:\"natura:materials\",Count:5s,Damage:8s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:1s}", - "{id:\"natura:bonemeal_bag\",Count:24s,Damage:0s}", - "{id:\"natura:colored_grass\",Count:3s,Damage:1s}", - "{id:\"natura:colored_grass\",Count:3s,Damage:2s}", - "{id:\"natura:colored_grass_slab\",Count:1s,Damage:1s}", - "{id:\"natura:colored_grass_slab\",Count:1s,Damage:2s}", - "{id:\"natura:colored_grass_stairs_bluegrass\",Count:3s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_autumnal\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:stone_decoration\",Count:1s,Damage:8s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:3s,Damage:4s}", - "{id:\"immersiveengineering:metal_device1\",Count:8s,Damage:10s}", - "{ForgeCaps:{Parent:{Size:23,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolbox\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:11s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:11s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:11s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:11s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:11s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:10s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:fluorescent_tube\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_vibrant_glass\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:11s,Damage:0s}", - "{id:\"appliedenergistics2:fluid_interface\",Count:9s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:11s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_16k\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_64k\",Count:36s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_1k\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_4k\",Count:36s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_16k\",Count:92s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_64k\",Count:218s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:146s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:52s}", - "{id:\"appliedenergistics2:material\",Count:195s,Damage:34s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:37s}", - "{id:\"appliedenergistics2:material\",Count:60s,Damage:33s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:32s}", - "{id:\"appliedenergistics2:material\",Count:48s,Damage:38s}", - "{id:\"appliedenergistics2:material\",Count:123s,Damage:56s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:54s}", - "{id:\"appliedenergistics2:material\",Count:48s,Damage:55s}", - "{id:\"appliedenergistics2:material\",Count:291s,Damage:57s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:5s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:302s}", - "{id:\"appliedenergistics2:part\",Count:9s,Damage:261s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:321s}", - "{id:\"appliedenergistics2:part\",Count:9s,Damage:241s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:281s}", - "{id:\"appliedenergistics2:part\",Count:9s,Damage:221s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:520s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:160s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:180s}", - "{id:\"projecte:collector_mk1\",Count:67s,Damage:0s}", - "{id:\"projecte:collector_mk2\",Count:129s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:175s,Damage:0s}", - "{id:\"projecte:interdiction_torch\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_philosophers_stone\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:6s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:5s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:5s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:5s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:5s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mind_stone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:21s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:2s,Damage:4s}", - "{id:\"bloodmagic:blood_rune\",Count:22s,Damage:10s}", - "{id:\"bloodmagic:mimic\",Count:5s,Damage:3s}", - "{id:\"bloodmagic:demon_light\",Count:11s,Damage:0s}", - "{id:\"bloodmagic:demon_light\",Count:11s,Damage:1s}", - "{id:\"bloodmagic:demon_light\",Count:11s,Damage:2s}", - "{id:\"bloodmagic:demon_light\",Count:11s,Damage:3s}", - "{id:\"bloodmagic:demon_light\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:24s,Damage:0s}", - "{id:\"bloodmagic:base_item_filter\",Count:15s,Damage:1s}", - "{id:\"bloodmagic:base_item_filter\",Count:15s,Damage:2s}", - "{id:\"bloodmagic:base_item_filter\",Count:15s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetian_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shroomic_greatblade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abominator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iominator\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_discharger\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_storm\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:spectral_holly_arrow\",Count:17s,Damage:0s}", - "{id:\"aoa3:amphibiyte_lung\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:7s,Damage:0s}", - "{id:\"aoa3:ghoulasm\",Count:5s,Damage:0s}", - "{id:\"aoa3:mushroom_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:orange_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:phantasm\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_spores\",Count:5s,Damage:0s}", - "{id:\"aoa3:boulder_dash\",Count:3s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:3s,Damage:0s}", - "{id:\"aoa3:shroom_stone\",Count:6s,Damage:0s}", - "{id:\"aoa3:dungeon_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:ancient_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:awareness_tablet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:breeding_tablet\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sight_tablet\",Count:3s,Damage:0s}", - "{id:\"aoa3:fungal_tea\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystic_shrooms\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:aqua_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:blue_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:brown_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:cyan_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_grey_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:green_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:grey_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:lime_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:magenta_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:orange_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:pink_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:purple_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:red_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_life_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:archaic_dirt_breakable\",Count:2s,Damage:0s}", - "{id:\"aoa3:carved_rune_power\",Count:7s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:arcbulb\",Count:5s,Damage:0s}", - "{id:\"aoa3:arcflower\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_blue\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_purple\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_red\",Count:5s,Damage:0s}", - "{id:\"aoa3:celevians_white\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_flowers\",Count:5s,Damage:0s}", - "{id:\"aoa3:daileers\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawn_bush\",Count:5s,Damage:0s}", - "{id:\"aoa3:dawn_flower\",Count:5s,Damage:0s}", - "{id:\"aoa3:daylooms_yellow\",Count:5s,Damage:0s}", - "{id:\"aoa3:haunted_flower\",Count:5s,Damage:0s}", - "{id:\"aoa3:horizon_daisies\",Count:5s,Damage:0s}", - "{id:\"aoa3:lylips\",Count:5s,Damage:0s}", - "{id:\"aoa3:magias\",Count:5s,Damage:0s}", - "{id:\"aoa3:ocealites_blue\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_bush\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyre_weed\",Count:5s,Damage:0s}", - "{id:\"ebwizardry:arcane_workbench\",Count:25s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:2s,Damage:0s}", - "{id:\"botania:petal\",Count:5s,Damage:0s}", - "{id:\"botania:petal\",Count:5s,Damage:1s}", - "{id:\"botania:petal\",Count:5s,Damage:2s}", - "{id:\"botania:petal\",Count:5s,Damage:3s}", - "{id:\"botania:petal\",Count:5s,Damage:4s}", - "{id:\"botania:petal\",Count:5s,Damage:5s}", - "{id:\"botania:petal\",Count:5s,Damage:6s}", - "{id:\"botania:petal\",Count:5s,Damage:7s}", - "{id:\"botania:petal\",Count:5s,Damage:8s}", - "{id:\"botania:petal\",Count:5s,Damage:9s}", - "{id:\"botania:petal\",Count:5s,Damage:10s}", - "{id:\"botania:petal\",Count:5s,Damage:11s}", - "{id:\"botania:petal\",Count:5s,Damage:12s}", - "{id:\"botania:petal\",Count:5s,Damage:13s}", - "{id:\"botania:petal\",Count:5s,Damage:14s}", - "{id:\"botania:petal\",Count:5s,Damage:15s}", - "{id:\"botania:dye\",Count:5s,Damage:0s}", - "{id:\"botania:dye\",Count:5s,Damage:1s}", - "{id:\"botania:dye\",Count:5s,Damage:2s}", - "{id:\"botania:dye\",Count:5s,Damage:3s}", - "{id:\"botania:dye\",Count:5s,Damage:4s}", - "{id:\"botania:dye\",Count:5s,Damage:5s}", - "{id:\"botania:dye\",Count:5s,Damage:6s}", - "{id:\"botania:dye\",Count:5s,Damage:7s}", - "{id:\"botania:dye\",Count:5s,Damage:8s}", - "{id:\"botania:dye\",Count:5s,Damage:9s}", - "{id:\"botania:dye\",Count:5s,Damage:10s}", - "{id:\"botania:dye\",Count:5s,Damage:11s}", - "{id:\"botania:dye\",Count:5s,Damage:12s}", - "{id:\"botania:dye\",Count:5s,Damage:13s}", - "{id:\"botania:dye\",Count:5s,Damage:14s}", - "{id:\"botania:dye\",Count:5s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:0,color2:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:1,color2:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:2,color2:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:3,color2:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:4,color2:4},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:5,color2:5},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:6,color2:6},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:7,color2:7},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:8,color2:8},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:9,color2:9},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:10,color2:10},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:11,color2:11},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:12,color2:12},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:13,color2:13},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:14,color2:14},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:twigwand\",Count:7s,tag:{color1:15,color2:15},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:45s,tag:{},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:5s,tag:{},Damage:21s}", - "{id:\"botania:rune\",Count:15s,Damage:15s}", - "{id:\"botania:fertilizer\",Count:18s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:5s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:grasshorn\",Count:7s,Damage:2s}", - "{id:\"botania:quartz\",Count:1s,Damage:3s}", - "{id:\"botania:quartz\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:10s,Damage:0s}", - "{id:\"botania:virus\",Count:9s,Damage:0s}", - "{id:\"botania:virus\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:reachring\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:27s,Damage:0s}", - "{id:\"botania:spark\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:diviningrod\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manainkwell\",Count:5s,tag:{},Damage:150s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:9s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:7s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:9s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:7s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:9s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:7s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:monocle\",Count:10s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:10s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:25s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:26s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:27s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:28s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:30s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:31s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flowerbag\",Count:3s,Damage:0s}", - "{id:\"botania:phantomink\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia1\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia2\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:9s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:4s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:7s,tag:{brewKey:\"allure\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:7s,Damage:0s}", - "{id:\"botania:quartztypelavender\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypelavender\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypelavender\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslablavenderhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairslavender\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypesunny\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypesunny\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypesunny\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabsunnyhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairssunny\",Count:3s,Damage:0s}", - "{id:\"botania:pavement\",Count:1s,Damage:2s}", - "{id:\"botania:pavement2stairs\",Count:1s,Damage:0s}", - "{id:\"botania:shimmerrock0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0slab\",Count:1s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:bifrostpermpane\",Count:1s,Damage:0s}", - "{id:\"botania:flower\",Count:5s,Damage:0s}", - "{id:\"botania:flower\",Count:5s,Damage:1s}", - "{id:\"botania:flower\",Count:5s,Damage:2s}", - "{id:\"botania:flower\",Count:5s,Damage:3s}", - "{id:\"botania:flower\",Count:5s,Damage:4s}", - "{id:\"botania:flower\",Count:5s,Damage:5s}", - "{id:\"botania:flower\",Count:5s,Damage:6s}", - "{id:\"botania:flower\",Count:5s,Damage:7s}", - "{id:\"botania:flower\",Count:5s,Damage:8s}", - "{id:\"botania:flower\",Count:5s,Damage:9s}", - "{id:\"botania:flower\",Count:5s,Damage:10s}", - "{id:\"botania:flower\",Count:5s,Damage:11s}", - "{id:\"botania:flower\",Count:5s,Damage:12s}", - "{id:\"botania:flower\",Count:5s,Damage:13s}", - "{id:\"botania:flower\",Count:5s,Damage:14s}", - "{id:\"botania:flower\",Count:5s,Damage:15s}", - "{id:\"botania:livingwood\",Count:3s,Damage:5s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:25s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:11s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:15s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:8s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:20s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:spreader\",Count:3s,Damage:0s}", - "{id:\"botania:spreader\",Count:3s,Damage:2s}", - "{id:\"botania:spreader\",Count:12s,Damage:3s}", - "{id:\"botania:pool\",Count:11s,Damage:3s}", - "{id:\"botania:pylon\",Count:7s,Damage:1s}", - "{id:\"botania:manadetector\",Count:13s,Damage:0s}", - "{id:\"botania:foresteye\",Count:17s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:0s}", - "{id:\"botania:forestdrum\",Count:5s,Damage:1s}", - "{id:\"botania:forestdrum\",Count:5s,Damage:2s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:0s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:1s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:2s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:3s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:4s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:5s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:6s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:7s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:8s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:9s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:10s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:11s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:12s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:13s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:14s}", - "{id:\"botania:shinyflower\",Count:11s,Damage:15s}", - "{id:\"botania:dreamwood\",Count:3s,Damage:5s}", - "{id:\"botania:miniisland\",Count:8s,Damage:0s}", - "{id:\"botania:miniisland\",Count:8s,Damage:1s}", - "{id:\"botania:miniisland\",Count:8s,Damage:2s}", - "{id:\"botania:miniisland\",Count:8s,Damage:3s}", - "{id:\"botania:miniisland\",Count:8s,Damage:4s}", - "{id:\"botania:miniisland\",Count:8s,Damage:5s}", - "{id:\"botania:miniisland\",Count:8s,Damage:6s}", - "{id:\"botania:miniisland\",Count:8s,Damage:7s}", - "{id:\"botania:miniisland\",Count:8s,Damage:8s}", - "{id:\"botania:miniisland\",Count:8s,Damage:9s}", - "{id:\"botania:miniisland\",Count:8s,Damage:10s}", - "{id:\"botania:miniisland\",Count:8s,Damage:11s}", - "{id:\"botania:miniisland\",Count:8s,Damage:12s}", - "{id:\"botania:miniisland\",Count:8s,Damage:13s}", - "{id:\"botania:miniisland\",Count:8s,Damage:14s}", - "{id:\"botania:miniisland\",Count:8s,Damage:15s}", - "{id:\"botania:spawnerclaw\",Count:9s,Damage:0s}", - "{id:\"botania:custombrick\",Count:3s,Damage:0s}", - "{id:\"botania:custombrick\",Count:3s,Damage:1s}", - "{id:\"botania:custombrick\",Count:3s,Damage:2s}", - "{id:\"botania:custombrick\",Count:3s,Damage:3s}", - "{id:\"botania:custombrick\",Count:3s,Damage:4s}", - "{id:\"botania:custombrick\",Count:3s,Damage:5s}", - "{id:\"botania:custombrick\",Count:3s,Damage:6s}", - "{id:\"botania:custombrick\",Count:3s,Damage:7s}", - "{id:\"botania:custombrick\",Count:3s,Damage:8s}", - "{id:\"botania:custombrick\",Count:3s,Damage:9s}", - "{id:\"botania:custombrick\",Count:3s,Damage:10s}", - "{id:\"botania:custombrick\",Count:3s,Damage:11s}", - "{id:\"botania:custombrick\",Count:3s,Damage:12s}", - "{id:\"botania:custombrick\",Count:3s,Damage:13s}", - "{id:\"botania:custombrick\",Count:3s,Damage:14s}", - "{id:\"botania:custombrick\",Count:3s,Damage:15s}", - "{id:\"botania:endereyeblock\",Count:30s,Damage:0s}", - "{id:\"botania:terraplate\",Count:74s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:13s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:25s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:11s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:15s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:8s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:20s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:petalblock\",Count:33s,Damage:1s}", - "{id:\"botania:petalblock\",Count:33s,Damage:2s}", - "{id:\"botania:petalblock\",Count:33s,Damage:3s}", - "{id:\"botania:petalblock\",Count:33s,Damage:4s}", - "{id:\"botania:petalblock\",Count:33s,Damage:5s}", - "{id:\"botania:petalblock\",Count:33s,Damage:6s}", - "{id:\"botania:petalblock\",Count:33s,Damage:7s}", - "{id:\"botania:petalblock\",Count:33s,Damage:8s}", - "{id:\"botania:petalblock\",Count:33s,Damage:9s}", - "{id:\"botania:petalblock\",Count:33s,Damage:10s}", - "{id:\"botania:petalblock\",Count:33s,Damage:11s}", - "{id:\"botania:petalblock\",Count:33s,Damage:12s}", - "{id:\"botania:petalblock\",Count:33s,Damage:13s}", - "{id:\"botania:petalblock\",Count:33s,Damage:14s}", - "{id:\"botania:petalblock\",Count:33s,Damage:15s}", - "{id:\"botania:corporeaindex\",Count:10s,Damage:0s}", - "{id:\"botania:corporeafunnel\",Count:10s,Damage:0s}", - "{id:\"botania:mushroom\",Count:5s,Damage:0s}", - "{id:\"botania:mushroom\",Count:5s,Damage:1s}", - "{id:\"botania:mushroom\",Count:5s,Damage:2s}", - "{id:\"botania:mushroom\",Count:5s,Damage:3s}", - "{id:\"botania:mushroom\",Count:5s,Damage:4s}", - "{id:\"botania:mushroom\",Count:5s,Damage:5s}", - "{id:\"botania:mushroom\",Count:5s,Damage:6s}", - "{id:\"botania:mushroom\",Count:5s,Damage:7s}", - "{id:\"botania:mushroom\",Count:5s,Damage:8s}", - "{id:\"botania:mushroom\",Count:5s,Damage:9s}", - "{id:\"botania:mushroom\",Count:5s,Damage:10s}", - "{id:\"botania:mushroom\",Count:5s,Damage:11s}", - "{id:\"botania:mushroom\",Count:5s,Damage:12s}", - "{id:\"botania:mushroom\",Count:5s,Damage:13s}", - "{id:\"botania:mushroom\",Count:5s,Damage:14s}", - "{id:\"botania:mushroom\",Count:5s,Damage:15s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:0s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:1s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:2s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:3s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:4s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:5s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:6s}", - "{id:\"botania:doubleflower1\",Count:5s,Damage:7s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:0s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:1s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:2s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:3s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:4s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:5s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:6s}", - "{id:\"botania:doubleflower2\",Count:5s,Damage:7s}", - "{id:\"botania:corporeainterceptor\",Count:10s,Damage:0s}", - "{id:\"botania:corporeacrystalcube\",Count:25s,Damage:0s}", - "{id:\"botania:bifrostperm\",Count:5s,Damage:0s}", - "{id:\"botania:cellblock\",Count:1s,Damage:0s}", - "{id:\"botania:corporearetainer\",Count:10s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:13s,Damage:0s}", - "{id:\"botania:shimmerrock\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerwoodplanks\",Count:3s,Damage:0s}", - "{id:\"botania:altgrass\",Count:3s,Damage:0s}", - "{id:\"botania:altgrass\",Count:3s,Damage:1s}", - "{id:\"botania:altgrass\",Count:3s,Damage:2s}", - "{id:\"botania:altgrass\",Count:3s,Damage:3s}", - "{id:\"botania:altgrass\",Count:3s,Damage:4s}", - "{id:\"botania:altgrass\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:3s,Damage:0s}", - "{id:\"bewitchment:garlic\",Count:2s,Damage:0s}", - "{id:\"bewitchment:garlic_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:stew_of_the_grotesque\",Count:3s,Damage:0s}", - "{id:\"bewitchment:eye_of_old\",Count:4s,Damage:0s}", - "{id:\"bewitchment:tongue_of_dog\",Count:4s,Damage:0s}", - "{id:\"bewitchment:catechu_brown\",Count:5s,Damage:0s}", - "{id:\"bewitchment:ink_cap_dye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:3s,Damage:0s}", - "{id:\"bewitchment:iron_gall_ink\",Count:5s,Damage:0s}", - "{id:\"bewitchment:oak_apple_gall\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin\",Count:5s,Damage:0s}", - "{id:\"bewitchment:garlic_grilled\",Count:2s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:7s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:8s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:9s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:10s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:11s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:12s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:13s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:14s}", - "{id:\"bibliocraft:lanterngold\",Count:6s,Damage:15s}", - "{id:\"bibliocraft:lanterniron\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:7s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:8s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:9s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:10s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:11s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:12s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:13s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:14s}", - "{id:\"bibliocraft:lanterniron\",Count:6s,Damage:15s}", - "{id:\"bibliocraft:lampgold\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:7s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:8s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:9s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:10s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:11s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:12s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:13s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:14s}", - "{id:\"bibliocraft:lampgold\",Count:6s,Damage:15s}", - "{id:\"bibliocraft:lampiron\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:7s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:8s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:9s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:10s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:11s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:12s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:13s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:14s}", - "{id:\"bibliocraft:lampiron\",Count:6s,Damage:15s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:typewriter\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:7s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:8s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:9s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:10s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:11s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:12s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:13s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:14s}", - "{id:\"bibliocraft:typewriter\",Count:6s,Damage:15s}", - "{id:\"bibliocraft:swordpedestal\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:1s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:2s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:3s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:4s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:5s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:6s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:7s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:8s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:9s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:10s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:11s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:12s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:13s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:14s}", - "{id:\"bibliocraft:swordpedestal\",Count:6s,Damage:15s}", - "{id:\"bibliocraft:printingpress\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:slottedbook\",Count:2s,tag:{authorName:\"by Sir Hidington\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:tapemeasure\",Count:2s,Damage:0s}", - "{id:\"bibliocraft:tape\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:7s,Damage:0s}", - "{id:\"bloodarsenal:stasis_plate\",Count:11s,Damage:0s}", - "{id:\"bloodarsenal:base_item\",Count:3s,Damage:5s}", - "{id:\"bloodarsenal:gem\",Count:15s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:24s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:18s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:18s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:18s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:18s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:18s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:buildingtool\",Count:3s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:exchangertool\",Count:7s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:copypastetool\",Count:3s,tag:{mode:\"Copy\"},Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:3s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{id:\"buildinggadgets:constructionblockpowder\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:1118481},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:13388876},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:5744206},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:8349260},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:3368652},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:11691749},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:5020082},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:10066329},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:5000268},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:15905484},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:8375321},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:14605932},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:10072818},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:15040472},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:15905331},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:3s,tag:{color:15790320},Damage:0s}", - "{id:\"computercraft:peripheral\",Count:3s,Damage:3s}", - "{id:\"computercraft:peripheral\",Count:15s,Damage:5s}", - "{id:\"computercraft:advanced_modem\",Count:7s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:4s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:6s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:3s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:2s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:7s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:12s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:9s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:14s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:15s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:11s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:8s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:13s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:10s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:5s}", - "{id:\"chickens:colored_egg\",Count:3s,Damage:1s}", - "{id:\"conarm:invisible_ink\",Count:3s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:129s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_night\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:7s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:47s,Damage:0s}", - "{id:\"erebus:ore_lapis\",Count:15s,Damage:0s}", - "{id:\"erebus:composter\",Count:3s,Damage:0s}", - "{id:\"erebus:giant_lily_pad\",Count:5s,Damage:0s}", - "{id:\"erebus:stairs_white\",Count:3s,Damage:0s}", - "{id:\"erebus:slab_planks_white\",Count:1s,Damage:0s}", - "{id:\"erebus:fence_white\",Count:3s,Damage:0s}", - "{id:\"erebus:fence_gate_white\",Count:4s,Damage:0s}", - "{id:\"erebus:planticide\",Count:1s,Damage:0s}", - "{id:\"extendedcrafting:lamp\",Count:3s,Damage:0s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:0s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:2s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:3s}", - "{id:\"extracpus:crafting_storage_256k\",Count:92s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:218s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:375s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:7s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bigreactors:wrench\",Count:4s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:3s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:3s,Damage:0s}", - "{id:\"hatchery:circuit_board\",Count:3s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:13s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:18s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:9s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:21s,Damage:2s}", - "{id:\"iceandfire:lectern\",Count:10s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:4s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:4s,Damage:1s}", - "{id:\"iceandfire:podium\",Count:4s,Damage:2s}", - "{id:\"iceandfire:podium\",Count:4s,Damage:3s}", - "{id:\"iceandfire:podium\",Count:4s,Damage:4s}", - "{id:\"iceandfire:podium\",Count:4s,Damage:5s}", - "{id:\"iceandfire:sickly_dragon_meal\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:earplugs\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"teslacorelib:wrench\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:60s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:60s,Damage:0s}", - "{id:\"integrateddynamics:drying_basin\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:labeller\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:15s,Damage:7s}", - "{id:\"mysticalagriculture:crafting\",Count:4s,Damage:9s}", - "{id:\"mysticalagriculture:crafting\",Count:15s,Damage:10s}", - "{id:\"mysticalagriculture:crafting\",Count:6s,Damage:15s}", - "{id:\"mysticalagriculture:crafting\",Count:24s,Damage:51s}", - "{id:\"mysticalagriculture:crafting\",Count:18s,Damage:52s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:1s,Damage:1s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:14s}", - "{id:\"mysticalagriculture:dye_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:glowstone_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:lapis_lazuli_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:end_seeds\",Count:12s,Damage:0s}", - "{id:\"mysticalagriculture:silicon_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:electrical_steel_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:redstone_alloy_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:energetic_alloy_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_flower_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:39s,Damage:1s}", - "{id:\"mysticalagriculture:charm\",Count:45s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:smartwrench\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:network_monitor\",Count:7s,Damage:0s}", - "{id:\"rftools:text_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energy_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluid_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:3s,Damage:0s}", - "{id:\"rftools:computer_module\",Count:3s,Damage:0s}", - "{id:\"rftools:button_module\",Count:3s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:3s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:15s,Damage:1s}", - "{id:\"rftools:regeneration_module\",Count:3s,Damage:0s}", - "{id:\"rftools:regenerationplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:3s,Damage:0s}", - "{id:\"rftools:speedplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:haste_module\",Count:3s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:3s,Damage:0s}", - "{id:\"rftools:saturationplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:3s,Damage:0s}", - "{id:\"rftools:featherfallingplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:3s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:3s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:3s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:3s,Damage:0s}", - "{id:\"rftools:blindness_module\",Count:11s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:11s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:11s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:11s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:3s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:3s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:11s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:7s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:15s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:3s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:7s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:3s,Damage:0s}", - "{id:\"rftools:space_chamber\",Count:15s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:11s,Damage:0s}", - "{id:\"rftools:projector\",Count:7s,Damage:0s}", - "{id:\"rftools:shield_template_block\",Count:1s,Damage:0s}", - "{id:\"rftools:matter_beamer\",Count:45s,Damage:0s}", - "{id:\"rftools:block_protector\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_provider\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:16s}", - "{id:\"logisticspipes:pipe_controller\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_manager\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:program_compiler\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:3s,Damage:9s}", - "{id:\"xreliquary:mob_ingredient\",Count:4s,Damage:15s}", - "{id:\"xreliquary:angelheart_vial\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:angelic_feather\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:3s,Damage:0s}", - "{id:\"xreliquary:glowing_water\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:12s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:4s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:1s,Damage:6s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:hero_medallion\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_tear\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:midas_touchstone\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:phoenix_down\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:6s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:salamander_eye\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:serpent_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:twilight_cloak\",Count:18s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]}},id:\"xreliquary:void_tear\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:12s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:9s,Damage:0s}", - "{id:\"xreliquary:fertile_potion\",Count:9s,Damage:0s}", - "{id:\"xreliquary:altar\",Count:8s,Damage:0s}", - "{id:\"xreliquary:fertile_lilypad\",Count:6s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"Default\"},Damage:12s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:22s,Damage:0s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_monitor\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:phased_field_generator\",Count:7s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_pattern1_block\",Count:1s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_pattern2_block\",Count:1s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:13s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:9s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:3s,Damage:1s}", - "{id:\"storagedrawers:upgrade_status\",Count:7s,Damage:1s}", - "{id:\"storagedrawers:upgrade_conversion\",Count:15s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:quantify_key\",Count:2s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:5s,Damage:1s}", - "{id:\"storagedrawers:keybutton\",Count:1s,Damage:3s}", - "{id:\"storagedrawers:controller\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:3s,Damage:0s}", - "{id:\"tg:shade_rose_bush\",Count:5s,Damage:0s}", - "{id:\"tg:light_rose_bush\",Count:5s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:18s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:7s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:1s,Damage:1s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:23s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:9s,Damage:0s}", - "{id:\"thaumictinkerer:soul_mould\",Count:3s,tag:{},Damage:0s}", - "{id:\"thaumictinkerer:energetic_nitor\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:7s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:9s,Damage:0s}", - "{id:\"thaumictinkerer:animation_tablet\",Count:1s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:22s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:16s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:12s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:9s,Damage:3s}", - "{id:\"tinker_io:upg\",Count:6s,Damage:4s}", - "{id:\"tinker_io:upg\",Count:20s,Damage:5s}", - "{id:\"tinker_io:upg\",Count:139s,Damage:6s}", - "{id:\"tinker_io:speedupg\",Count:4s,Damage:0s}", - "{id:\"tinker_io:what_a_beautiful_block\",Count:90s,Damage:0s}", - "{id:\"tinker_io:ore_crusher\",Count:16s,Damage:0s}", - "{id:\"torchmaster:dread_lamp\",Count:15s,Damage:0s}", - "{id:\"torchmaster:feral_flare_lantern\",Count:11s,Damage:0s}", - "{id:\"wct:magnet_card\",Count:24s,Damage:0s}", - "{id:\"woot:prism\",Count:30s,Damage:0s}", - "{id:\"woot:structure\",Count:3s,Damage:5s}", - "{id:\"solcarrot:food_book\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dsglow\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:5s}", - "{id:\"abyssalcraft:decorativestatue\",Count:3s,Damage:6s}", - "{id:\"abyssalcraft:powerstonetracker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:eoa\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:soulreaper\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:essence\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:essence\",Count:2s,Damage:1s}", - "{id:\"abyssalcraft:essence\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:22s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:22s,tag:{Blaze:800},Damage:9s}", - "{id:\"actuallyadditions:block_miner\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:0s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:1s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:2s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:3s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:4s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:5s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:6s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:7s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:8s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:9s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:10s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:11s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:12s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:13s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:14s}", - "{id:\"actuallyadditions:block_colored_lamp\",Count:8s,Damage:15s}", - "{id:\"actuallyadditions:block_lamp_powerer\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_feeder\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:6s}", - "{id:\"actuallyadditions:item_misc\",Count:5s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:2s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:2s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:2s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:2s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:250000},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:3s,tag:{Energy:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune_ii\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_phantom_connector\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:2s}", - "{id:\"actuallyadditions:item_food\",Count:11s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:15s,Damage:12s}", - "{id:\"actuallyadditions:item_dust\",Count:5s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:41s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:41s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:30s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:30s,tag:{Blaze:800},Damage:9s}", - "{id:\"buildcraftcore:marker_volume\",Count:3s,Damage:0s}", - "{id:\"buildcraftcore:marker_path\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:list\",Count:3s,tag:{},Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:3s,Damage:2s}", - "{id:\"buildcraftbuilders:snapshot\",Count:3s,Damage:0s}", - "{id:\"buildcraftbuilders:architect\",Count:19s,Damage:0s}", - "{id:\"techreborn:part\",Count:8s,Damage:0s}", - "{id:\"techreborn:part\",Count:33s,Damage:1s}", - "{id:\"techreborn:part\",Count:11s,Damage:2s}", - "{id:\"techreborn:part\",Count:90s,Damage:3s}", - "{id:\"techreborn:part\",Count:4s,Damage:17s}", - "{id:\"techreborn:part\",Count:15s,Damage:24s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:62s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:22s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:22s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:132s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:132s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:6s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:6s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:6s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:6s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:6s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:6s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:18s,tag:{isActive:0b,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:18s,tag:{isActive:0b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:18s,tag:{isActive:1b,energy:640000},Damage:0s}", - "{id:\"techreborn:upgrades\",Count:136s,Damage:3s}", - "{id:\"ae2fc:fluid_pattern_encoder\",Count:49s,Damage:0s}", - "{id:\"ae2fc:dual_interface\",Count:6s,Damage:0s}", - "{id:\"ae2fc:part_fluid_pattern_terminal\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:red_cape\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:blue_cape\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:yellow_cape\",Count:13s,Damage:0s}", - "{id:\"cyclicmagic:nether_lapis_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:end_lapis_ore\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glowing_helmet\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_type\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_variant\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_health\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_speed\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_med\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_small\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_large\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_push\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_fast\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slow\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slowest\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:card_location\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_spreader\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_eye_orb\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spelunker\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:cyclic_wand_build\",Count:49s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sleeping_mat\",Count:2s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_randomize\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:magic_net\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:glowing_chorus\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:2s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sign_editor\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:food_step\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:apple_lapis\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:boomerang\",Count:11s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_vector\",Count:2s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:magnet_block\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:magnet_anti_block\",Count:60s,Damage:0s}", - "{id:\"cyclicmagic:doorbell_simple\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:24s,Damage:0s}", - "{id:\"cyclicmagic:moon_sensor\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:beacon_redstone\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:sprinkler\",Count:74s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:49s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_soundproofing\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:39s,Damage:0s}", - "{id:\"cyclicmagic:block_shears\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:135s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:imbuer\",Count:48s,Damage:0s}", - "{id:\"cyclicmagic:water_candle\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"architecturecraft:chisel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"architecturecraft:hammer\",Count:7s,Damage:0s}", - "{id:\"architecturecraft:sawbench\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"base:wrench\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_wood_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_clay_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_lapis_item\",Count:6s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_daizuli_item\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_emzuli_item\",Count:24s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_wood_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_cobble_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stone_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_quartz_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_iron_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_clay_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_sandstone_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_void_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_wood_fluid\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:waterproof\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:strange_brownie\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:abyssal_wasteland_matter\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:compressed_mana_rune\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:aglio_olio_peperoncino_pasta\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:omothol_matter\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:unfathomable_breaker\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:abyssal_wasteland_warp_cleanser\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:bento_s\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:bento_m\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:bento_l\",Count:1s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:15s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:3s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:1s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:2s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:3s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:4s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:5s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:6s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:7s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:8s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:9s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:10s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:11s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:12s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:13s}", - "{id:\"dimdoors:fabric\",Count:6s,Damage:14s}", - "{id:\"environmentaltech:photovoltaic_cell\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:laser_lens\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_crystal\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_1\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_2\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_3\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_4\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_5\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_6\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:5s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_2\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_3\",Count:12s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_4\",Count:14s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_6\",Count:16s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:modifier_glowing\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:fertilizer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:6s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:6s,Damage:15s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:1s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:2s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:3s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:4s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:5s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:6s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:7s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:8s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:9s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:10s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:11s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:12s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:13s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:14s}", - "{id:\"industrialforegoing:artificial_dye\",Count:5s,Damage:15s}", - "{id:\"magicbees:moondial\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:1s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:2s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:3s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:4s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:5s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:6s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:7s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:8s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:9s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:10s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:11s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:12s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:13s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:14s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:5s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_1\",Count:56s,Damage:0s}", - "{id:\"danknull:dank_null_panel_1\",Count:15s,Damage:0s}", - "{id:\"erebus:planks\",Count:3s,Damage:7s}", - "{id:\"erebus:materials\",Count:11s,Damage:49s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rolled_newspaper\",Count:3s,tag:{ench:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:0s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:1s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:2s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:3s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:4s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:5s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:6s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:7s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:8s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:9s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:10s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:11s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:12s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:13s}", - "{id:\"erebus:giant_flower\",Count:5s,Damage:15s}", - "{id:\"erebus:wall_plants_cultivated\",Count:15s,Damage:1s}", - "{id:\"erebus:wall_plants_cultivated\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:21s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:21s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:15s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:7s,tag:{},Damage:0s}", - "{id:\"botania:enchanter\",Count:33s,Damage:0s}", - "{id:\"botania:bifrost\",Count:5s,Damage:0s}", - "{id:\"botania:cacophoniumblock\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:magic_map\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:maze_map\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_map\",Count:10s,Damage:0s}" - ] - }, - { - "aspect": "potentia", - "items": [ - "{id:\"minecraft:coal_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:wool\",Count:1s,Damage:12s}", - "{id:\"minecraft:redstone_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:coal_block\",Count:67s,Damage:0s}", - "{id:\"minecraft:end_portal_frame\",Count:10s,Damage:0s}", - "{id:\"minecraft:bed\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:3s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:5s,Damage:0s}", - "{id:\"minecraft:dispenser\",Count:7s,Damage:0s}", - "{id:\"minecraft:noteblock\",Count:7s,Damage:0s}", - "{id:\"minecraft:sticky_piston\",Count:5s,Damage:0s}", - "{id:\"minecraft:piston\",Count:7s,Damage:0s}", - "{id:\"minecraft:redstone_torch\",Count:7s,Damage:0s}", - "{id:\"minecraft:redstone_lamp\",Count:30s,Damage:0s}", - "{id:\"minecraft:redstone_block\",Count:67s,Damage:0s}", - "{id:\"minecraft:dropper\",Count:7s,Damage:0s}", - "{id:\"minecraft:observer\",Count:15s,Damage:0s}", - "{id:\"minecraft:redstone\",Count:10s,Damage:0s}", - "{id:\"minecraft:repeater\",Count:28s,Damage:0s}", - "{id:\"minecraft:comparator\",Count:15s,Damage:0s}", - "{id:\"minecraft:golden_rail\",Count:1s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_activator\"}},Damage:1s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_detector\"}},Damage:5s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_disembarking\"}},Damage:6s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_dumping\"}},Damage:7s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_embarking\"}},Damage:8s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_gated\"}},Damage:9s}", - "{id:\"railcraft:track_kit\",Count:2s,tag:{railcraft:{kit:\"railcraft_locking\"}},Damage:10s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_messenger\"}},Damage:15s}", - "{id:\"railcraft:track_kit\",Count:6s,tag:{railcraft:{kit:\"railcraft_delayed\"}},Damage:16s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_priming\"}},Damage:17s}", - "{id:\"railcraft:track_kit\",Count:12s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_whistle\"}},Damage:19s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_locomotive\"}},Damage:20s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_throttle\"}},Damage:21s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_routing\"}},Damage:22s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_transition\"}},Damage:23s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_coupler\"}},Damage:24s}", - "{id:\"enderio:block_exit_rail\",Count:2s,Damage:0s}", - "{id:\"minecraft:coal\",Count:10s,Damage:0s}", - "{id:\"minecraft:coal\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_leggings\",Count:16s,Damage:0s}", - "{id:\"minecraft:compass\",Count:7s,Damage:0s}", - "{id:\"minecraft:clock\",Count:7s,Damage:0s}", - "{id:\"minecraft:dye\",Count:2s,Damage:3s}", - "{id:\"minecraft:sugar\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:1s,Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:2s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:3s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:water\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:9s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_strad\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:storage\",Count:6s,Damage:4s}", - "{id:\"thermalfoundation:storage_resource\",Count:67s,Damage:0s}", - "{id:\"thermalfoundation:glass\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:1s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:glass\",Count:3s,Damage:3s}", - "{id:\"thermalfoundation:glass\",Count:6s,Damage:4s}", - "{id:\"thermalfoundation:glass\",Count:6s,Damage:5s}", - "{id:\"thermalfoundation:glass\",Count:6s,Damage:6s}", - "{id:\"thermalfoundation:glass\",Count:6s,Damage:7s}", - "{id:\"thermalfoundation:glass\",Count:6s,Damage:8s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:1s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:3s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:4s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:5s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:6s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:7s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:diagram_redprint\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_lexicon\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:68s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:69s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:70s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:71s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:72s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:132s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:133s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:134s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:135s}", - "{id:\"thermalfoundation:material\",Count:2s,Damage:136s}", - "{id:\"thermalfoundation:material\",Count:6s,Damage:260s}", - "{id:\"thermalfoundation:material\",Count:6s,Damage:261s}", - "{id:\"thermalfoundation:material\",Count:6s,Damage:262s}", - "{id:\"thermalfoundation:material\",Count:6s,Damage:263s}", - "{id:\"thermalfoundation:material\",Count:6s,Damage:264s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:324s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:325s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:512s}", - "{id:\"thermalfoundation:material\",Count:30s,Damage:640s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:768s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:771s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:772s}", - "{id:\"thermalfoundation:material\",Count:4s,Damage:1024s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:1025s}", - "{id:\"thermalfoundation:material\",Count:4s,Damage:1026s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:1027s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_aluminum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_aluminum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_aluminum\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_aluminum\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_nickel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_nickel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_nickel\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_nickel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_platinum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_platinum\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_platinum\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_platinum\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_electrum\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_invar\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_constantan\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_aluminum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_aluminum\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_aluminum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_aluminum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_aluminum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_aluminum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_aluminum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_aluminum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_aluminum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_aluminum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_aluminum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_aluminum\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_nickel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_nickel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_nickel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_nickel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_nickel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_nickel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_nickel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_nickel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_nickel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_nickel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_nickel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_nickel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_platinum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_platinum\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_platinum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_platinum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_platinum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_platinum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_platinum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_platinum\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_platinum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_platinum\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_platinum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_platinum\",Count:9s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_aluminum\",Count:6s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_nickel\",Count:6s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_platinum\",Count:6s,Damage:0s}", - "{id:\"draconicevolution:draconium_block\",Count:13s,Damage:0s}", - "{id:\"draconicevolution:draconium_block\",Count:3s,Damage:1s}", - "{id:\"draconicevolution:item_dislocation_inhibitor\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:205s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:19s,Damage:0s}", - "{id:\"draconicevolution:rain_sensor\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:potentiometer\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:21s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:119s,Damage:1s}", - "{id:\"draconicevolution:energy_storage_core\",Count:343s,Damage:0s}", - "{id:\"draconicevolution:energy_pylon\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:fusion_crafting_core\",Count:4s,Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:4s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:168s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:285s,Damage:1s}", - "{id:\"draconicevolution:energy_crystal\",Count:433s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:500s,Damage:7s}", - "{id:\"draconicevolution:energy_crystal\",Count:307s,Damage:8s}", - "{id:\"draconicevolution:flow_gate\",Count:127s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:27s,Damage:8s}", - "{id:\"draconicevolution:reactor_part\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:7s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:7s,Damage:2s}", - "{id:\"draconicevolution:reactor_part\",Count:42s,Damage:3s}", - "{id:\"draconicevolution:reactor_part\",Count:18s,Damage:4s}", - "{id:\"draconicevolution:draconium_dust\",Count:1s,Damage:0s}", - "{id:\"draconicevolution:draconium_ingot\",Count:2s,Damage:0s}", - "{id:\"draconicevolution:draconic_core\",Count:6s,Damage:0s}", - "{id:\"draconicevolution:wyvern_core\",Count:24s,Damage:0s}", - "{id:\"draconicevolution:wyvern_energy_core\",Count:211s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:500s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:500s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:500s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:181s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:181s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:181s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:500s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:500s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:500s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:500s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:179s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:179s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:179s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:170s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:2s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:4s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:6s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:24s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:12s,Damage:9s}", - "{id:\"draconicevolution:tool_upgrade\",Count:57s,Damage:10s}", - "{id:\"draconicevolution:dislocator\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:20s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:33s,Damage:1s}", - "{id:\"draconicevolution:crystal_binder\",Count:7s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:16s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:16s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:16s,tag:{DEUpgrades:{moveSpeed:2b,shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:16s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:16s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b,jumpBoost:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:16s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:16s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:16s,tag:{DEUpgrades:{moveSpeed:3b,shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:16s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:16s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b,jumpBoost:3b},Energy:256000000},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:4s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,2B,3B,3B,3B,3B],Level:0b},Damage:7s}", - "{id:\"thermalexpansion:machine\",Count:5s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:2s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:3s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:6s}", - "{id:\"thermalexpansion:device\",Count:16s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:13s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:9s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{id:\"thermalexpansion:device\",Count:16s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:device\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{id:\"thermalexpansion:dynamo\",Count:7s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:dynamo\",Count:7s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:1s}", - "{id:\"thermalexpansion:dynamo\",Count:7s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:2s}", - "{id:\"thermalexpansion:dynamo\",Count:7s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:3s}", - "{id:\"thermalexpansion:dynamo\",Count:7s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:4s}", - "{id:\"thermalexpansion:dynamo\",Count:7s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cell\",Count:15s,tag:{Recv:10000,RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B],Level:0b,Send:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:tank\",Count:11s,tag:{RSControl:0b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cache\",Count:11s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:129s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:257s}", - "{id:\"thermalexpansion:augment\",Count:13s,Damage:273s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:288s}", - "{id:\"thermalexpansion:augment\",Count:13s,Damage:303s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:304s}", - "{id:\"thermalexpansion:augment\",Count:13s,Damage:320s}", - "{id:\"thermalexpansion:augment\",Count:16s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:1s,Damage:324s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:336s}", - "{id:\"thermalexpansion:augment\",Count:16s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:368s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:401s}", - "{id:\"thermalexpansion:augment\",Count:13s,Damage:402s}", - "{id:\"thermalexpansion:augment\",Count:16s,Damage:416s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:432s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:433s}", - "{id:\"thermalexpansion:augment\",Count:18s,Damage:448s}", - "{id:\"thermalexpansion:augment\",Count:13s,Damage:496s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:497s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:576s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:656s}", - "{id:\"thermalexpansion:augment\",Count:2s,Damage:672s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:673s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:674s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:688s}", - "{id:\"techreborn:thermal_generator\",Count:8s,Damage:0s}", - "{id:\"techreborn:quantum_chest\",Count:450s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:97s,Damage:0s}", - "{id:\"techreborn:industrial_centrifuge\",Count:3s,Damage:0s}", - "{id:\"techreborn:rolling_machine\",Count:21s,Damage:0s}", - "{id:\"techreborn:industrial_blast_furnace\",Count:22s,tag:{},Damage:0s}", - "{id:\"techreborn:alloy_smelter\",Count:22s,Damage:0s}", - "{id:\"techreborn:industrial_grinder\",Count:3s,Damage:0s}", - "{id:\"techreborn:matter_fabricator\",Count:1s,Damage:0s}", - "{id:\"techreborn:charge_o_mat\",Count:45s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:175s,Damage:0s}", - "{id:\"techreborn:machine_casing\",Count:1s,Damage:0s}", - "{id:\"techreborn:machine_casing\",Count:17s,Damage:2s}", - "{id:\"techreborn:storage\",Count:13s,Damage:2s}", - "{id:\"techreborn:storage\",Count:13s,Damage:8s}", - "{id:\"techreborn:storage2\",Count:6s,Damage:5s}", - "{id:\"techreborn:assembling_machine\",Count:5s,Damage:0s}", - "{id:\"techreborn:diesel_generator\",Count:8s,Damage:0s}", - "{id:\"techreborn:semi_fluid_generator\",Count:8s,Damage:0s}", - "{id:\"techreborn:gas_turbine\",Count:12s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:135s,Damage:0s}", - "{id:\"techreborn:adjustable_su\",Count:45s,Damage:0s}", - "{id:\"techreborn:distillation_tower\",Count:5s,Damage:0s}", - "{id:\"techreborn:lightning_rod\",Count:51s,Damage:0s}", - "{id:\"techreborn:machine_frame\",Count:1s,Damage:2s}", - "{id:\"techreborn:grinder\",Count:2s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:11s,Damage:0s}", - "{id:\"techreborn:plate_bending_machine\",Count:15s,Damage:0s}", - "{id:\"techreborn:electric_furnace\",Count:15s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:8s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:48s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:288s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:water_mill\",Count:8s,Damage:0s}", - "{id:\"techreborn:wind_mill\",Count:8s,Damage:0s}", - "{id:\"techreborn:wire_mill\",Count:3s,Damage:0s}", - "{id:\"techreborn:hv_transformer\",Count:2s,Damage:0s}", - "{id:\"techreborn:ev_transformer\",Count:46s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:204s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:9s,Damage:0s}", - "{id:\"techreborn:alarm\",Count:50s,Damage:0s}", - "{id:\"forestry:apatite\",Count:1s,Damage:0s}", - "{id:\"forestry:sturdy_machine\",Count:2s,Damage:0s}", - "{id:\"forestry:analyzer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:habitat_locator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_boots\",Count:16s,Damage:0s}", - "{id:\"forestry:bottler\",Count:1s,Damage:0s}", - "{id:\"forestry:carpenter\",Count:1s,Damage:0s}", - "{id:\"forestry:centrifuge\",Count:1s,Damage:0s}", - "{id:\"forestry:fermenter\",Count:1s,Damage:0s}", - "{id:\"forestry:moistener\",Count:1s,Damage:0s}", - "{id:\"forestry:squeezer\",Count:1s,Damage:0s}", - "{id:\"forestry:still\",Count:31s,Damage:0s}", - "{id:\"forestry:raintank\",Count:1s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:10s,Damage:0s}", - "{id:\"forestry:charcoal\",Count:67s,Damage:0s}", - "{id:\"forestry:mailbox\",Count:1s,Damage:0s}", - "{id:\"forestry:trade_station\",Count:1s,Damage:0s}", - "{id:\"forestry:habitat_former\",Count:9s,Damage:0s}", - "{id:\"forestry:database\",Count:1s,Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:0},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:1},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:2},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:3},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:4},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:5},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:6},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:7},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:8},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:9},Damage:5s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:10},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_helmet_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_chestplate_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_leggings_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_boots_steel\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_goggles\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_overalls\",Count:16s,Damage:0s}", - "{id:\"railcraft:manipulator\",Count:5s,Damage:8s}", - "{id:\"railcraft:dust\",Count:10s,Damage:5s}", - "{id:\"railcraft:dust\",Count:2s,Damage:7s}", - "{id:\"ae2stuff:encoder\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:visualiser\",Count:1s,Damage:0s}", - "{id:\"avaritia:resource\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pants\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_boots\",Count:16s,Damage:0s}", - "{id:\"bewitchment:block_of_amethyst\",Count:6s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin_block\",Count:20s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_sapling\",Count:3s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_chest\",Count:8s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:sigil_table\",Count:2s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dragons_blood\",Count:4s,Damage:0s}", - "{id:\"genetics:misc\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:soil_meter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.cocoa\",Count:6s,Damage:0s}", - "{id:\"extratrees:machine\",Count:1s,Damage:0s}", - "{id:\"extratrees:machine\",Count:1s,Damage:4s}", - "{id:\"extratrees:machine\",Count:1s,Damage:5s}", - "{id:\"extratrees:machine\",Count:31s,Damage:6s}", - "{id:\"biomesoplenty:gem_block\",Count:6s,Damage:0s}", - "{id:\"biomesoplenty:gem_block\",Count:6s,Damage:2s}", - "{id:\"biomesoplenty:gem_block\",Count:6s,Damage:3s}", - "{id:\"biomesoplenty:gem_block\",Count:6s,Damage:4s}", - "{id:\"biomesoplenty:gem_block\",Count:6s,Damage:5s}", - "{id:\"biomesoplenty:mud_brick_block\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:mud_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:other_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:biome_finder\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:mud_brick\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:gem\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:gem\",Count:1s,Damage:2s}", - "{id:\"biomesoplenty:gem\",Count:1s,Damage:3s}", - "{id:\"biomesoplenty:gem\",Count:1s,Damage:4s}", - "{id:\"biomesoplenty:gem\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:terrestrial_artifact\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:eternalframe\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.head\",Count:16s,Damage:0s}", - "{id:\"extracells:part.base\",Count:5s,Damage:10s}", - "{id:\"extracells:part.base\",Count:3s,Damage:11s}", - "{id:\"extracells:part.base\",Count:9s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:13s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:13s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:13s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:375s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:40s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:40s,tag:{power:32000.0d,upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:1s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:0s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:0s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:1s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:2s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:3s}", - "{id:\"extracells:storage.casing\",Count:1s,Damage:0s}", - "{id:\"extracells:storage.casing\",Count:18s,Damage:1s}", - "{id:\"extracells:certustank\",Count:6s,Damage:0s}", - "{id:\"extracells:vibrantchamberfluid\",Count:4s,Damage:0s}", - "{id:\"extrautils2:soundmuffler\",Count:5s,Damage:0s}", - "{id:\"extrautils2:trashcanenergy\",Count:50s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:1s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:1s,Damage:1s}", - "{id:\"extrautils2:passivegenerator\",Count:4s,Damage:2s}", - "{id:\"extrautils2:passivegenerator\",Count:4s,Damage:3s}", - "{id:\"extrautils2:passivegenerator\",Count:4s,Damage:4s}", - "{id:\"extrautils2:passivegenerator\",Count:4s,Damage:5s}", - "{id:\"extrautils2:passivegenerator\",Count:4s,Damage:7s}", - "{id:\"extrautils2:passivegenerator\",Count:9s,Damage:8s}", - "{id:\"extrautils2:redstoneclock\",Count:35s,Damage:0s}", - "{id:\"extrautils2:screen\",Count:4s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:6s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:12s,Damage:2s}", - "{id:\"extrautils2:ingredients\",Count:50s,Damage:6s}", - "{id:\"extrautils2:ingredients\",Count:37s,Damage:15s}", - "{id:\"extrautils2:ingredients\",Count:27s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:15s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:powermanager\",Count:4s,Damage:0s}", - "{id:\"extrautils2:decorativeglass\",Count:1s,Damage:0s}", - "{id:\"extrautils2:ineffableglass\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:wrench\",Count:7s,Damage:0s}", - "{id:\"extrautils2:chunkloader\",Count:9s,Damage:0s}", - "{id:\"extrautils2:filter\",Count:30s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:3s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:9s,Damage:1s}", - "{id:\"extrautils2:grocket\",Count:3s,Damage:2s}", - "{id:\"extrautils2:grocket\",Count:2s,Damage:3s}", - "{id:\"extrautils2:grocket\",Count:2s,Damage:4s}", - "{id:\"extrautils2:grocket\",Count:7s,Damage:5s}", - "{id:\"extrautils2:grocket\",Count:65s,Damage:6s}", - "{id:\"extrautils2:indexer\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:indexerremote\",Count:21s,Damage:0s}", - "{id:\"extrautils2:crafter\",Count:9s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:12s,Damage:0s}", - "{id:\"extrautils2:miner\",Count:9s,Damage:0s}", - "{id:\"extrautils2:user\",Count:9s,Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:furnace\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:crusher\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:enchanter\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_survival\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_culinary\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_lava\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_redstone\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_ender\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_potion\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_pink\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_overclock\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_tnt\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_netherstar\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_dragonsbreath\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_ice\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_death\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_enchant\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:7s,tag:{Type:\"extrautils2:generator_slime\"},Damage:0s}", - "{id:\"extrautils2:powertransmitter\",Count:1s,Damage:0s}", - "{id:\"extrautils2:powerbattery\",Count:105s,Damage:0s}", - "{id:\"extrautils2:redstonelantern\",Count:48s,Damage:0s}", - "{id:\"extrautils2:rainbowgenerator\",Count:46s,Damage:1s}", - "{id:\"extrautils2:rainbowgenerator\",Count:46s,Damage:2s}", - "{id:\"extrautils2:terraformer\",Count:30s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:3s,Damage:5s}", - "{id:\"extrautils2:terraformer\",Count:3s,Damage:6s}", - "{id:\"extrautils2:terraformer\",Count:3s,Damage:7s}", - "{id:\"extrautils2:terraformer\",Count:5s,Damage:9s}", - "{id:\"extrautils2:trashchest\",Count:7s,Damage:0s}", - "{id:\"extrautils2:interactionproxy\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:luxsaber\",Count:4s,tag:{Energy:40000},Damage:7s}", - "{id:\"gendustry:gene_sample_blank\",Count:7s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:11s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:5s}", - "{id:\"gendustry:apiary.upgrade\",Count:31s,Damage:14s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:4s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:22s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:7s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:10s}", - "{id:\"gendustry:apiary.upgrade\",Count:45s,Damage:19s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:3s}", - "{id:\"gendustry:apiary.upgrade\",Count:22s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:12s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:6s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:15s}", - "{id:\"gendustry:apiary.upgrade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:13s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:13s,tag:{charge:100000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:13s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:13s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:bee_receptacle\",Count:15s,Damage:0s}", - "{id:\"gendustry:power_module\",Count:18s,Damage:0s}", - "{id:\"gendustry:genetics_processor\",Count:15s,Damage:0s}", - "{id:\"gendustry:upgrade_frame\",Count:15s,Damage:0s}", - "{id:\"gendustry:climate_module\",Count:15s,Damage:0s}", - "{id:\"gendustry:error_sensor_cover\",Count:30s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:28s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:60s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:18s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:48s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:37s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:81s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:25s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:37s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:37s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:51s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_nugget\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:30s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:61s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:45s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:34s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:49s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:26s,Damage:0s}", - "{id:\"thaumadditions:odour_powder\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:mithminite_blade\",Count:165s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:129s,Damage:0s}", - "{id:\"thaumadditions:blue_bone\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:288s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_robe\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_belt\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:181s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:272s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:170s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:176s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"potentia\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:disenchant_fabric\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:82s,Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:121s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:259s,Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:17s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:33s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:dawn_totem\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:125s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:202s,Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:148s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:411s,Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:10s,Damage:4s}", - "{id:\"nuclearcraft:ingot_block\",Count:13s,Damage:3s}", - "{id:\"nuclearcraft:ingot_block\",Count:13s,Damage:5s}", - "{id:\"nuclearcraft:ingot_block\",Count:13s,Damage:6s}", - "{id:\"nuclearcraft:ingot_block\",Count:13s,Damage:7s}", - "{id:\"nuclearcraft:cooler\",Count:115s,Damage:2s}", - "{id:\"nuclearcraft:cooler\",Count:4s,Damage:3s}", - "{id:\"nuclearcraft:cooler\",Count:18s,Damage:10s}", - "{id:\"nuclearcraft:cooler\",Count:12s,Damage:15s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:14s,Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:alloy_furnace_idle\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:41s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:41s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:37s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:41s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:42s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:41s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:37s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:rtg_plutonium\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:rtg_americium\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:rtg_californium\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_advanced\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:94s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:229s,Damage:0s}", - "{id:\"nuclearcraft:decay_generator\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_basic\",Count:9s,tag:{maxTransfer:80000,capacity:1600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_advanced\",Count:51s,tag:{maxTransfer:320000,capacity:6400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:143s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:341s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:21s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:77s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:200s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:468s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vent\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:29s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:29s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:64s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_controller\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_vent\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_copper\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_hard_carbon\",Count:10s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:turbine_controller\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:9s,Damage:0s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:9s,Damage:2s}", - "{id:\"nuclearcraft:turbine_inlet\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:turbine_outlet\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:13s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_compact\",Count:180s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_dense\",Count:500s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:geiger_block\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:dry_earth\",Count:12s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:2s,Damage:3s}", - "{id:\"nuclearcraft:ingot\",Count:10s,Damage:4s}", - "{id:\"nuclearcraft:ingot\",Count:2s,Damage:5s}", - "{id:\"nuclearcraft:ingot\",Count:2s,Damage:6s}", - "{id:\"nuclearcraft:ingot\",Count:2s,Damage:7s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:3s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:5s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:6s}", - "{id:\"nuclearcraft:dust\",Count:1s,Damage:7s}", - "{id:\"nuclearcraft:gem_dust\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:gem_dust\",Count:1s,Damage:2s}", - "{id:\"nuclearcraft:gem_dust\",Count:10s,Damage:7s}", - "{id:\"nuclearcraft:compound\",Count:3s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:10s,Damage:1s}", - "{id:\"nuclearcraft:part\",Count:9s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:6s,Damage:3s}", - "{id:\"nuclearcraft:part\",Count:15s,Damage:7s}", - "{id:\"nuclearcraft:part\",Count:5s,Damage:9s}", - "{id:\"nuclearcraft:upgrade\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:upgrade\",Count:3s,Damage:1s}", - "{id:\"nuclearcraft:lithium_ion_cell\",Count:1s,tag:{maxTransfer:400000,capacity:8000000,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:geiger_counter\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:33s,Damage:1s}", - "{id:\"nuclearcraft:rad_shielding\",Count:69s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"nuclearcraft:capability_radiation_sink\":{radiationLevel:0.0d,radiationBuffer:0.0d}},id:\"nuclearcraft:radiation_badge\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:rad_x\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:sword_boron\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:pickaxe_boron\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:shovel_boron\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:axe_boron\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:hoe_boron\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_tough\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hard_carbon\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron_nitride\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:103s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:155s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:103s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:103s,Damage:0s}", - "{id:\"randomthings:lapislamp\",Count:22s,Damage:0s}", - "{id:\"randomthings:onlinedetector\",Count:84s,Damage:0s}", - "{id:\"randomthings:chatdetector\",Count:84s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:7s,Damage:0s}", - "{id:\"randomthings:analogemitter\",Count:25s,Damage:0s}", - "{id:\"randomthings:entitydetector\",Count:10s,Damage:0s}", - "{id:\"randomthings:quartzlamp\",Count:22s,Damage:0s}", - "{id:\"randomthings:voxelprojector\",Count:22s,Damage:0s}", - "{id:\"randomthings:blockbreaker\",Count:5s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:30s,Damage:0s}", - "{id:\"randomthings:biomeradar\",Count:11s,Damage:0s}", - "{id:\"randomthings:irondropper\",Count:7s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:12s}", - "{id:\"randomthings:inventorytester\",Count:5s,Damage:0s}", - "{id:\"randomthings:globalchatdetector\",Count:90s,Damage:0s}", - "{id:\"randomthings:triggerglass\",Count:1s,Damage:0s}", - "{id:\"randomthings:blockdestabilizer\",Count:15s,Damage:0s}", - "{id:\"randomthings:sidedredstone\",Count:22s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:115s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:86s,Damage:0s}", - "{id:\"randomthings:advancedredstonerepeater\",Count:18s,Damage:0s}", - "{id:\"randomthings:advancedredstonetorch_on\",Count:22s,Damage:0s}", - "{id:\"randomthings:rainbowlamp\",Count:22s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:30s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:223s,Damage:0s}", - "{id:\"randomthings:plate_redstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstonetool\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:waterwalkingboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:lavawader\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianwaterwalkingboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:magichood\",Count:16s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:15s,Damage:4s}", - "{id:\"randomthings:ingredient\",Count:12s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneactivator\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:goldencompass\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:emeraldcompass\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:500s,tag:{timeData:{}},Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:13s}", - "{id:\"logisticsbridge:lb.bridge\",Count:16s,Damage:0s}", - "{id:\"openblocks:guide\",Count:15s,Damage:0s}", - "{id:\"openblocks:builder_guide\",Count:15s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:12s}", - "{id:\"openblocks:sprinkler\",Count:5s,Damage:0s}", - "{id:\"openblocks:cannon\",Count:55s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:7s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{id:\"openblocks:auto_anvil\",Count:22s,Damage:0s}", - "{id:\"openblocks:auto_enchantment_table\",Count:22s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:7s,Damage:0s}", - "{id:\"openblocks:block_placer\",Count:12s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:7s,Damage:0s}", - "{id:\"openblocks:projector\",Count:22s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:5s,Damage:0s}", - "{id:\"openblocks:sky\",Count:9s,Damage:0s}", - "{id:\"openblocks:sky\",Count:5s,Damage:1s}", - "{id:\"openblocks:generic\",Count:7s,Damage:2s}", - "{id:\"openblocks:generic\",Count:7s,Damage:3s}", - "{id:\"openblocks:generic\",Count:30s,Damage:6s}", - "{id:\"openblocks:generic\",Count:22s,Damage:7s}", - "{id:\"openblocks:generic\",Count:7s,Damage:9s}", - "{id:\"openblocks:generic\",Count:7s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sonic_glasses\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:technicolor_glasses\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:serious_glasses\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_control\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_backpack\",Count:16s,Damage:0s}", - "{id:\"openblocks:slimalyzer\",Count:7s,Damage:0s}", - "{id:\"openblocks:empty_map\",Count:66s,tag:{Scale:0b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:88s,tag:{Scale:1b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:88s,tag:{Scale:2b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:88s,tag:{Scale:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pedometer\",Count:20s,Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:15s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:11s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:9s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:7s,Damage:1s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:10s}", - "{id:\"projectred-core:resource_item\",Count:5s,Damage:11s}", - "{id:\"projectred-core:resource_item\",Count:5s,Damage:12s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:105s}", - "{id:\"projectred-core:resource_item\",Count:50s,Damage:250s}", - "{id:\"projectred-core:resource_item\",Count:60s,Damage:251s}", - "{id:\"projectred-core:resource_item\",Count:6s,Damage:252s}", - "{id:\"projectred-core:resource_item\",Count:60s,Damage:310s}", - "{id:\"projectred-core:resource_item\",Count:6s,Damage:312s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:410s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:512s}", - "{id:\"projectred-core:resource_item\",Count:15s,Damage:600s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:16s,tag:{Energy:800000},Damage:0s}", - "{id:\"thermaldynamics:duct_0\",Count:7s,Damage:0s}", - "{id:\"thermaldynamics:duct_0\",Count:12s,Damage:1s}", - "{id:\"thermaldynamics:duct_0\",Count:7s,Damage:3s}", - "{id:\"thermaldynamics:duct_0\",Count:12s,Damage:4s}", - "{id:\"thermaldynamics:duct_0\",Count:7s,Damage:7s}", - "{id:\"thermaldynamics:duct_0\",Count:12s,Damage:8s}", - "{id:\"thermaldynamics:duct_0\",Count:18s,Damage:9s}", - "{id:\"thermaldynamics:duct_64\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:duct_64\",Count:2s,Damage:3s}", - "{id:\"thermaldynamics:servo\",Count:3s,Damage:0s}", - "{id:\"thermaldynamics:servo\",Count:3s,Damage:1s}", - "{id:\"thermaldynamics:servo\",Count:2s,Damage:2s}", - "{id:\"thermaldynamics:servo\",Count:1s,Damage:3s}", - "{id:\"thermaldynamics:servo\",Count:1s,Damage:4s}", - "{id:\"thermaldynamics:relay\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:9s,tag:{Energy:200000,JetpackParticle:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:9s,tag:{Energy:0,JetpackParticle:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:9s,tag:{Energy:0,JetpackParticle:0},Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:35s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:3s,tag:{Energy:0,JetpackParticle:0},Damage:36s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:38s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemjetpack\",Count:5s,tag:{Energy:0,JetpackParticle:0},Damage:39s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:16s,tag:{Energy:200000},Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:7s,Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:7s,Damage:1s}", - "{id:\"simplyjetpacks:metaitem\",Count:37s,Damage:2s}", - "{id:\"simplyjetpacks:metaitem\",Count:7s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:25s,Damage:7s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:25s,Damage:8s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:25s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:25s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:18s,Damage:11s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:32s,Damage:14s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:5s,Damage:42s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:8s,Damage:43s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:5s,Damage:44s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:17s,Damage:24s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:3s,Damage:27s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:2s,Damage:29s}", - "{id:\"projectred-integration:gate\",Count:23s,Damage:0s}", - "{id:\"projectred-integration:gate\",Count:27s,Damage:1s}", - "{id:\"projectred-integration:gate\",Count:24s,Damage:2s}", - "{id:\"projectred-integration:gate\",Count:35s,Damage:3s}", - "{id:\"projectred-integration:gate\",Count:39s,Damage:4s}", - "{id:\"projectred-integration:gate\",Count:49s,Damage:5s}", - "{id:\"projectred-integration:gate\",Count:48s,Damage:6s}", - "{id:\"projectred-integration:gate\",Count:38s,Damage:7s}", - "{id:\"projectred-integration:gate\",Count:42s,Damage:8s}", - "{id:\"projectred-integration:gate\",Count:44s,Damage:9s}", - "{id:\"projectred-integration:gate\",Count:27s,Damage:10s}", - "{id:\"projectred-integration:gate\",Count:21s,Damage:11s}", - "{id:\"projectred-integration:gate\",Count:43s,Damage:12s}", - "{id:\"projectred-integration:gate\",Count:18s,Damage:13s}", - "{id:\"projectred-integration:gate\",Count:36s,Damage:14s}", - "{id:\"projectred-integration:gate\",Count:5s,Damage:15s}", - "{id:\"projectred-integration:gate\",Count:5s,Damage:16s}", - "{id:\"projectred-integration:gate\",Count:38s,Damage:17s}", - "{id:\"projectred-integration:gate\",Count:18s,Damage:18s}", - "{id:\"projectred-integration:gate\",Count:21s,Damage:19s}", - "{id:\"projectred-integration:gate\",Count:25s,Damage:20s}", - "{id:\"projectred-integration:gate\",Count:37s,Damage:21s}", - "{id:\"projectred-integration:gate\",Count:3s,Damage:24s}", - "{id:\"projectred-integration:gate\",Count:7s,Damage:25s}", - "{id:\"projectred-integration:gate\",Count:24s,Damage:26s}", - "{id:\"projectred-integration:gate\",Count:21s,Damage:27s}", - "{id:\"projectred-integration:gate\",Count:10s,Damage:28s}", - "{id:\"projectred-integration:gate\",Count:15s,Damage:29s}", - "{id:\"projectred-integration:gate\",Count:5s,Damage:30s}", - "{id:\"projectred-integration:gate\",Count:15s,Damage:31s}", - "{id:\"projectred-integration:gate\",Count:27s,Damage:33s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:0s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:1s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:2s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:3s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:4s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:5s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:6s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:7s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:8s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:9s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:10s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:11s}", - "{id:\"projectred-illumination:lamp\",Count:12s,Damage:12s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:13s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:14s}", - "{id:\"projectred-illumination:lamp\",Count:7s,Damage:15s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:16s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:17s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:18s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:19s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:20s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:21s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:22s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:23s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:24s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:25s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:26s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:27s}", - "{id:\"projectred-illumination:lamp\",Count:9s,Damage:28s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:5s,Damage:31s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:1s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:2s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:3s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:4s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:6s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:7s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:8s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:10s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:8s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:14s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:5s,Damage:15s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:0s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:1s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:2s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:3s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:4s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:5s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:6s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:7s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:8s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:9s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:10s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:11s}", - "{id:\"projectred-illumination:lantern\",Count:9s,Damage:12s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:13s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:14s}", - "{id:\"projectred-illumination:lantern\",Count:7s,Damage:15s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:0s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:1s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:2s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:3s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:4s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:5s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:6s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:7s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:8s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:9s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:10s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:11s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:7s,Damage:12s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:14s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:5s,Damage:15s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:0s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:1s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:2s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:3s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:4s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:5s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:6s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:7s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:8s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:9s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:10s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:11s}", - "{id:\"projectred-illumination:fixture_light\",Count:7s,Damage:12s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:14s}", - "{id:\"projectred-illumination:fixture_light\",Count:5s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:6s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:1s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:2s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:3s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:4s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:6s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:7s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:8s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:9s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:10s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:11s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:7s,Damage:12s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:14s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:5s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:6s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:0s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:1s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:2s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:3s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:4s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:5s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:6s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:7s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:8s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:9s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:10s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:11s}", - "{id:\"projectred-illumination:cage_lamp\",Count:7s,Damage:12s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:13s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:14s}", - "{id:\"projectred-illumination:cage_lamp\",Count:5s,Damage:15s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:6s,Damage:12s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:charged_battery\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:jetpack\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:electric_screwdriver\",Count:3s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:6s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:12s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:12s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:12s,Damage:2s}", - "{id:\"projectred-expansion:machine2\",Count:9s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:16s,Damage:4s}", - "{id:\"projectred-expansion:machine2\",Count:12s,Damage:5s}", - "{id:\"projectred-expansion:machine2\",Count:3s,Damage:6s}", - "{id:\"projectred-expansion:machine2\",Count:11s,Damage:8s}", - "{id:\"projectred-transportation:pipe\",Count:30s,Damage:2s}", - "{id:\"projectred-transportation:pipe\",Count:45s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:26s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:2s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:5s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:6s}", - "{id:\"projectred-transportation:routing_chip\",Count:26s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:33s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-transportation:router_utility\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:12s}", - "{id:\"projectred-exploration:stone\",Count:6s,Damage:7s}", - "{id:\"projectred-exploration:stone_wall\",Count:4s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_axe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_hoe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_pickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_sickle\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_leggings\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:1s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{id:\"wrcbe:wireless_logic\",Count:31s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:27s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:31s,Damage:2s}", - "{id:\"wrcbe:material\",Count:30s,Damage:2s}", - "{id:\"wrcbe:material\",Count:22s,Damage:3s}", - "{id:\"wrcbe:material\",Count:22s,Damage:4s}", - "{id:\"wrcbe:material\",Count:16s,Damage:5s}", - "{id:\"wrcbe:material\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:55s,Damage:0s}", - "{id:\"wrcbe:empty_map\",Count:12s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:55s,Damage:0s}", - "{id:\"libvulpes:forgepowerinput\",Count:9s,Damage:0s}", - "{id:\"libvulpes:enhancedmotor\",Count:18s,Damage:0s}", - "{id:\"libvulpes:elitemotor\",Count:10s,Damage:0s}", - "{id:\"libvulpes:productdust\",Count:1s,Damage:0s}", - "{id:\"libvulpes:productingot\",Count:2s,Damage:7s}", - "{id:\"libvulpes:productgem\",Count:1s,Damage:0s}", - "{id:\"libvulpes:productrod\",Count:1s,Damage:10s}", - "{id:\"libvulpes:metal0\",Count:9s,Damage:7s}", - "{id:\"libvulpes:coil0\",Count:6s,Damage:7s}", - "{id:\"libvulpes:coil0\",Count:12s,Damage:9s}", - "{id:\"libvulpes:coil0\",Count:12s,Damage:10s}", - "{id:\"advancedrocketry:fuelingstation\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:monitoringstation\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:31s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:47s,Damage:0s}", - "{id:\"advancedrocketry:observatory\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:49s,Damage:0s}", - "{id:\"advancedrocketry:planetanalyser\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:guidancecomputer\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:rollingmachine\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:21s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:oxygenscrubber\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:oxygendetection\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:orientationcontroller\",Count:10s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:55s,Damage:0s}", - "{id:\"advancedrocketry:solarpanel\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:biomescanner\",Count:4s,Damage:0s}", - "{id:\"advancedrocketry:stationmarker\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:altitudecontroller\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:forcefieldprojector\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:spaceelevatorcontroller\",Count:27s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:27s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:spacelaser\",Count:2s,Damage:0s}", - "{id:\"chisel:block_charcoal2\",Count:67s,Damage:1s}", - "{id:\"chisel:futura\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:shimmerleaf\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:39s,Damage:0s}", - "{id:\"thaumcraft:candle_brown\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:nitor_yellow\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:nitor_brown\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:inlay\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:redstone_relay\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:63s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"libvulpes:linker\",Count:7s,Damage:0s}", - "{id:\"libvulpes:battery\",Count:3s,Damage:0s}", - "{id:\"libvulpes:battery\",Count:9s,Damage:1s}", - "{id:\"libvulpes:holoprojector\",Count:22s,Damage:0s}", - "{id:\"divinerpg:skeleton_torch\",Count:1s,Damage:0s}", - "{id:\"divinerpg:redstone_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:redstone_ore_lamp\",Count:7s,Damage:0s}", - "{id:\"divinerpg:red_fence\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:infernal_flame\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mysterious_clock\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:twilight_clock\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:9s,Damage:0s}", - "{id:\"advancedrocketry:satellitepowersource\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:satellitepowersource\",Count:99s,Damage:1s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:6s,Damage:4s}", - "{id:\"advancedrocketry:ic\",Count:15s,Damage:5s}", - "{id:\"advancedrocketry:misc\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:misc\",Count:45s,Damage:1s}", - "{id:\"advancedrocketry:spacestationchip\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacechestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceleggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:20s,Damage:0s}", - "{id:\"chisel:auto_chisel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_hitech\",Count:7s,tag:{chiseldata:{}},Damage:0s}", - "{id:\"thaumcraft:mechanism_complex\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:salis_mundus\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:16s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"potentia\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"potentia\"}]},Damage:1s}", - "{id:\"thaumcraft:alumentum\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:bath_salts\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:18s,Damage:1s}", - "{id:\"thaumcraft:turret\",Count:19s,Damage:2s}", - "{id:\"thaumcraft:causality_collapser\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:10s,Damage:1s}", - "{id:\"enderio:block_alloy\",Count:67s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:67s,Damage:3s}", - "{id:\"enderio:block_alloy\",Count:67s,Damage:4s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:1s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:2s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:3s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:4s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:6s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:3s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:4s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:1s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:2s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:3s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:4s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:6s}", - "{id:\"enderio:item_material\",Count:15s,Damage:7s}", - "{id:\"enderio:item_material\",Count:10s,Damage:23s}", - "{id:\"enderio:item_material\",Count:8s,Damage:38s}", - "{id:\"enderio:item_material\",Count:10s,Damage:43s}", - "{id:\"enderio:item_material\",Count:30s,Damage:60s}", - "{id:\"enderio:item_material\",Count:2s,Damage:64s}", - "{id:\"enderio:item_material\",Count:22s,Damage:65s}", - "{id:\"enderio:block_dark_steel_anvil\",Count:30s,Damage:0s}", - "{id:\"enderio:block_dark_iron_bars\",Count:2s,Damage:0s}", - "{id:\"enderio:block_dark_steel_trapdoor\",Count:30s,Damage:0s}", - "{id:\"enderio:block_dark_steel_door\",Count:15s,Damage:0s}", - "{id:\"enderio:block_reinforced_obsidian\",Count:6s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever5\",Count:9s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever10\",Count:9s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever30\",Count:9s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever60\",Count:9s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever300\",Count:9s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever5i\",Count:5s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever10i\",Count:5s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever30i\",Count:5s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever60i\",Count:5s,Damage:0s}", - "{id:\"enderio:block_self_resetting_lever300i\",Count:5s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:12s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:15s,Damage:8s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:7s,tag:{\"enderio:famount\":1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:45s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:item_advanced_item_filter\",Count:30s,Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:45s,Damage:0s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:22s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:56s,Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:16s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:13s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:35s,Damage:0s}", - "{id:\"enderio:item_redstone_or_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_redstone_and_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_redstone_nor_filter\",Count:5s,Damage:0s}", - "{id:\"enderio:item_redstone_nand_filter\",Count:5s,Damage:0s}", - "{id:\"enderio:item_redstone_xor_filter\",Count:9s,Damage:0s}", - "{id:\"enderio:item_redstone_xnor_filter\",Count:5s,Damage:0s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:30s,Damage:0s}", - "{id:\"enderio:item_redstone_counting_filter\",Count:52s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:41s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:35s,Damage:0s}", - "{id:\"enderio:block_detector_block\",Count:66s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:37s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:15s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:22s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:22s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:22s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:15s,tag:{enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:15s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:15s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:37s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:37s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_simple\",Count:30s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_simple\",Count:30s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_simple\",Count:30s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:500000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:84s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:84s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:84s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:78s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:78s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:78s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:78s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:78s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:78s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:2s,Damage:0s}", - "{id:\"enderio:item_power_conduit\",Count:2s,Damage:1s}", - "{id:\"enderio:item_power_conduit\",Count:2s,Damage:2s}", - "{id:\"enderio:item_redstone_conduit\",Count:2s,Damage:0s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:40s,Damage:0s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:30s,Damage:0s}", - "{id:\"enderio:item_species_item_filter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:57s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:1s,Damage:0s}", - "{id:\"enderio:item_data_conduit\",Count:2s,Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:15s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:11s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:30s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:30s,Damage:1s}", - "{id:\"enderio:block_buffer\",Count:45s,Damage:2s}", - "{id:\"enderio:block_enchanter\",Count:30s,Damage:0s}", - "{id:\"enderio:block_stirling_generator\",Count:15s,Damage:0s}", - "{id:\"enderio:block_zombie_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:7s,Damage:0s}", - "{id:\"enderio:block_killer_joe\",Count:22s,Damage:0s}", - "{id:\"enderio:block_electric_light\",Count:9s,Damage:0s}", - "{id:\"enderio:block_electric_light\",Count:5s,Damage:1s}", - "{id:\"enderio:block_electric_light\",Count:9s,Damage:2s}", - "{id:\"enderio:block_electric_light\",Count:5s,Damage:3s}", - "{id:\"enderio:block_electric_light\",Count:9s,Damage:4s}", - "{id:\"enderio:block_electric_light\",Count:5s,Damage:5s}", - "{id:\"enderio:block_attractor_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:11s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:20s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_reservoir\",Count:3s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:15s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:11s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:1s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:90s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_powered_spawner\",Count:30s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:30s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:30s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:30s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:30s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:30s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{id:\"enderio:block_vat\",Count:30s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:69s,Damage:0s}", - "{id:\"enderio:block_simple_wired_charger\",Count:30s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:52s,Damage:0s}", - "{id:\"enderio:block_enhanced_wired_charger\",Count:37s,Damage:0s}", - "{id:\"enderio:block_wireless_charger\",Count:60s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:73s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:54s,Damage:0s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:66s,Damage:0s}", - "{id:\"enderio:block_tank\",Count:36s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:32000}}},Damage:1s}", - "{id:\"enderio:block_xp_vacuum\",Count:5s,Damage:0s}", - "{id:\"enderio:block_niard\",Count:27s,Damage:0s}", - "{id:\"enderio:block_tele_pad\",Count:37s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:30s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:37s,Damage:0s}", - "{id:\"enderio:block_cap_bank\",Count:8s,Damage:1s}", - "{id:\"enderio:block_cap_bank\",Count:8s,tag:{\"enderio:energy\":10000000},Damage:1s}", - "{id:\"enderio:block_gauge\",Count:28s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:60s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:16s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:16s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:16s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{id:\"twilightforest:carminite\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:lamp_of_cinders\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_leggings\",Count:16s,Damage:0s}", - "{id:\"twilightforest:fire_jet\",Count:30s,Damage:1s}", - "{id:\"twilightforest:fire_jet\",Count:22s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:26s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:2s,Damage:2s}", - "{id:\"twilightforest:tower_device\",Count:95s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:101s,Damage:12s}", - "{id:\"twilightforest:block_storage\",Count:202s,Damage:4s}", - "{id:\"tconstruct:ingots\",Count:3s,Damage:0s}", - "{id:\"tconstruct:ingots\",Count:3s,Damage:1s}", - "{id:\"tconstruct:materials\",Count:10s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:10s,Damage:13s}", - "{id:\"tconstruct:metal\",Count:20s,Damage:0s}", - "{id:\"tconstruct:stone_torch\",Count:1s,Damage:0s}", - "{id:\"tconstruct:brownstone\",Count:5s,Damage:1s}", - "{id:\"tconstruct:brownstone_slab\",Count:1s,Damage:1s}", - "{id:\"tconstruct:brownstone_stairs_rough\",Count:5s,Damage:0s}", - "{id:\"tconstruct:piggybackpack\",Count:16s,Damage:0s}", - "{id:\"natura:blaze_rail_golden\",Count:1s,Damage:0s}", - "{id:\"natura:blaze_rail_activator\",Count:1s,Damage:0s}", - "{id:\"natura:blaze_rail_detector\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_helmet\",Count:16s,tag:{ench:[{lvl:1s,id:0},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:16s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_leggings\",Count:16s,tag:{ench:[{lvl:1s,id:4},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:16s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:10s,Damage:5s}", - "{id:\"immersiveengineering:storage\",Count:67s,Damage:5s}", - "{id:\"immersiveengineering:wooden_device0\",Count:7s,Damage:3s}", - "{id:\"immersiveengineering:wooden_device0\",Count:15s,Damage:6s}", - "{id:\"immersiveengineering:wooden_device0\",Count:7s,Damage:7s}", - "{id:\"immersiveengineering:sheetmetal\",Count:5s,Damage:5s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:15s,Damage:3s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:5s,Damage:6s}", - "{id:\"immersiveengineering:metal_decoration1\",Count:2s,Damage:4s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:3s,Damage:2s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:1s,Damage:3s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:4s}", - "{id:\"immersiveengineering:connector\",Count:30s,Damage:10s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:12s}", - "{id:\"immersiveengineering:metal_device0\",Count:7s,Damage:0s}", - "{id:\"immersiveengineering:metal_device0\",Count:50s,Damage:1s}", - "{id:\"immersiveengineering:metal_device0\",Count:53s,Damage:2s}", - "{id:\"immersiveengineering:metal_device1\",Count:5s,Damage:0s}", - "{id:\"immersiveengineering:metal_device1\",Count:7s,Damage:1s}", - "{id:\"immersiveengineering:metal_device1\",Count:15s,Damage:2s}", - "{id:\"immersiveengineering:metal_device1\",Count:2s,Damage:4s}", - "{id:\"immersiveengineering:metal_device1\",Count:84s,Damage:8s}", - "{id:\"immersiveengineering:metal_device1\",Count:22s,Damage:10s}", - "{id:\"immersiveengineering:metal_device1\",Count:22s,Damage:11s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:uncontrolled\"},Damage:0s}", - "{id:\"immersiveengineering:material\",Count:1s,Damage:19s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:4s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:5s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:6s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:7s}", - "{id:\"immersiveengineering:metal\",Count:4s,Damage:14s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:25s}", - "{id:\"immersiveengineering:metal\",Count:7s,Damage:35s}", - "{ForgeCaps:{Parent:{Size:23,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolbox\",Count:2s,Damage:0s}", - "{id:\"immersiveengineering:wirecoil\",Count:3s,Damage:5s}", - "{ForgeCaps:{Parent:{Size:3,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:railgun\",Count:79s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:119s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:1s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_feet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_legs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_chest\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:faraday_suit_head\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_head\",Count:16s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_glass\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:smooth_sky_stone_block\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:smooth_sky_stone_chest\",Count:6s,Damage:0s}", - "{id:\"appliedenergistics2:inscriber\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:tiny_tnt\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:165s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_growth_accelerator\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_1k\",Count:22s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_4k\",Count:73s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:165s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:373s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_monitor\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:smooth_sky_stone_stairs\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:matter_cannon\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:matter_cannon\",Count:73s,tag:{internalMaxPower:200000.0d,internalCurrentPower:200000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:22s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:color_applicator\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:color_applicator\",Count:73s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:biometric_card\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:memory_card\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:network_tool\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:view_cell\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_1k\",Count:40s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_4k\",Count:91s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_16k\",Count:183s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_64k\",Count:391s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_1k\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_4k\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_16k\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_64k\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:18s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:3s,Damage:28s}", - "{id:\"appliedenergistics2:material\",Count:3s,Damage:25s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:52s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:27s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:53s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:29s}", - "{id:\"appliedenergistics2:material\",Count:7s,Damage:31s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:58s}", - "{id:\"appliedenergistics2:material\",Count:7s,Damage:26s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:30s}", - "{id:\"appliedenergistics2:material\",Count:221s,Damage:37s}", - "{id:\"appliedenergistics2:material\",Count:30s,Damage:35s}", - "{id:\"appliedenergistics2:material\",Count:98s,Damage:36s}", - "{id:\"appliedenergistics2:material\",Count:498s,Damage:38s}", - "{id:\"appliedenergistics2:material\",Count:1s,Damage:2s}", - "{id:\"appliedenergistics2:material\",Count:24s,Damage:39s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:420s}", - "{id:\"appliedenergistics2:part\",Count:5s,Damage:281s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:480s}", - "{id:\"appliedenergistics2:part\",Count:11s,Damage:100s}", - "{id:\"appliedenergistics2:part\",Count:5s,Damage:280s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:160s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:180s}", - "{id:\"appliedenergistics2:part\",Count:5s,Damage:400s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:380s}", - "{id:\"appliedenergistics2:part\",Count:15s,Damage:80s}", - "{id:\"projecte:collector_mk2\",Count:375s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:500s,Damage:0s}", - "{id:\"projecte:interdiction_torch\",Count:10s,Damage:0s}", - "{id:\"projecte:nova_catalyst\",Count:33s,Damage:0s}", - "{id:\"projecte:nova_cataclysm\",Count:87s,Damage:0s}", - "{id:\"projecte:relay_mk2\",Count:375s,Damage:0s}", - "{id:\"projecte:relay_mk3\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_philosophers_stone\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:5s}", - "{id:\"projecte:item.pe_fuel\",Count:30s,Damage:0s}", - "{id:\"projecte:item.pe_fuel\",Count:90s,Damage:1s}", - "{id:\"projecte:item.pe_fuel\",Count:201s,Damage:2s}", - "{id:\"projecte:item.pe_matter\",Count:500s,Damage:0s}", - "{id:\"projecte:item.pe_matter\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_pick\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_axe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shovel\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_sword\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hoe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shears\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hammer\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_pick\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_axe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shovel\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_sword\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hoe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shears\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hammer\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_katar\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_morning_star\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_3\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_1\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_0\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_3\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_1\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_0\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_3\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_1\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_0\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_zero_ring\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_density\",Count:500s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mind_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_evertide_amulet\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_volcanite_amulet\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:500s,Damage:0s}", - "{id:\"agricraft:peripheral\",Count:45s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:1s,Damage:1s}", - "{id:\"bloodmagic:blood_rune\",Count:30s,Damage:10s}", - "{id:\"bloodmagic:ritual_controller\",Count:3s,Damage:0s}", - "{id:\"bloodmagic:ritual_controller\",Count:5s,Damage:2s}", - "{id:\"bloodmagic:incense_altar\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_sacrifice\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_self_sacrifice\",Count:16s,Damage:0s}", - "{id:\"bloodmagic:component\",Count:10s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_chest\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_helmet\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_chest\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_leggings\",Count:28s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_boots\",Count:28s,tag:{},Damage:0s}", - "{id:\"bloodmagic:soul_snare\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_greatblade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_assault_rifle\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aqua_magnum\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechanical_assault_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mint_magnum\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mk_fung\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyssro\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ginger_blaster\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechyro\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_tooth\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energy_cannon\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:61s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:froster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:shyregem\",Count:10s,Damage:0s}", - "{id:\"aoa3:elecanium_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:shyrestone_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:runium_chunk\",Count:5s,Damage:0s}", - "{id:\"aoa3:charged_runium_chunk\",Count:10s,Damage:0s}", - "{id:\"aoa3:elecanium_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyrestone_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:energy_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:blank_slab\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravitator\",Count:15s,Damage:0s}", - "{id:\"aoa3:orbulon\",Count:5s,Damage:0s}", - "{id:\"aoa3:power_core\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_energy\",Count:5s,Damage:0s}", - "{id:\"aoa3:small_orange_petal\",Count:5s,Damage:0s}", - "{id:\"aoa3:petals\",Count:3s,Damage:0s}", - "{id:\"aoa3:treat_bag\",Count:6s,Damage:0s}", - "{id:\"aoa3:warlock_gem\",Count:15s,Damage:0s}", - "{id:\"aoa3:runic_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:19s,Damage:0s}", - "{id:\"aoa3:candy_cane\",Count:1s,Damage:0s}", - "{id:\"aoa3:candy_corn\",Count:1s,Damage:0s}", - "{id:\"aoa3:eye_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:magic_marang\",Count:1s,Damage:0s}", - "{id:\"aoa3:peppermint_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_gummy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_pop\",Count:1s,Damage:0s}", - "{id:\"aoa3:spearmint_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:alluricorn_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:achelos_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oceanus_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sealord_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hazmat_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_helmet\",Count:16s,Damage:0s}", - "{id:\"aoa3:runic_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:runic_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:charged_runium_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:elecanium_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:runium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyregem_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:shyrestone_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:amethyst_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:baronyte_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:blazium_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:bloodstone_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:crystallite_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:elecanium_lamp_off\",Count:37s,Damage:0s}", - "{id:\"aoa3:emberstone_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:ghastly_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:ghoulish_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:ivory_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:ivory_amethyst_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:ivory_jade_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:ivory_limonite_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:ivory_rosite_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:ivory_sapphire_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:jade_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:aqua_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:black_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:blue_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:brown_life_lamp_off\",Count:24s,Damage:0s}", - "{id:\"aoa3:cyan_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:dark_grey_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:green_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:grey_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:lime_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:magenta_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:orange_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:pink_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:purple_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:red_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:white_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:yellow_life_lamp_off\",Count:22s,Damage:0s}", - "{id:\"aoa3:limonite_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:lyon_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:mystic_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:rosite_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:sapphire_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:skeletal_lamp_off\",Count:30s,Damage:0s}", - "{id:\"aoa3:elecanium_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:shyregem_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:shyrestone_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:emberium\",Count:7s,Damage:0s}", - "{id:\"aoa3:damage_enhancer\",Count:37s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:45s,Damage:0s}", - "{id:\"aoa3:durability_enhancer\",Count:37s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:45s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:45s,Damage:0s}", - "{id:\"aoa3:resistance_enhancer\",Count:37s,Damage:0s}", - "{id:\"aoa3:speed_enhancer\",Count:37s,Damage:0s}", - "{id:\"aoa3:weight_enhancer\",Count:37s,Damage:0s}", - "{id:\"aoa3:creation_forge\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:smoke_bomb\",Count:5s,Damage:0s}", - "{id:\"botania:manaresource\",Count:7s,Damage:6s}", - "{id:\"botania:manaresource\",Count:30s,Damage:12s}", - "{id:\"botania:manaresource\",Count:3s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:12s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:5s,tag:{},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelmreveal\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelm\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelmreveal\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelchest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteellegs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:375s,Damage:0s}", - "{id:\"botania:quartz\",Count:1s,Damage:0s}", - "{id:\"botania:quartz\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelmreveal\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:6s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:6s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:6s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftpattern\",Count:10s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:6s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:281s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavehelm\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavechest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavelegs\",Count:16s,Damage:0s}", - "{id:\"botania:quartztypedark\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypedark\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypedark\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabdarkhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairsdark\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypered\",Count:6s,Damage:0s}", - "{id:\"botania:quartztypered\",Count:3s,Damage:1s}", - "{id:\"botania:quartztypered\",Count:4s,Damage:2s}", - "{id:\"botania:quartzslabredhalf\",Count:2s,Damage:0s}", - "{id:\"botania:quartzstairsred\",Count:6s,Damage:0s}", - "{id:\"botania:pavement\",Count:2s,Damage:1s}", - "{id:\"botania:pavement\",Count:2s,Damage:3s}", - "{id:\"botania:pavement1stairs\",Count:2s,Damage:0s}", - "{id:\"botania:pavement3stairs\",Count:2s,Damage:0s}", - "{id:\"botania:spreader\",Count:17s,Damage:1s}", - "{id:\"botania:pistonrelay\",Count:7s,Damage:0s}", - "{id:\"botania:manadetector\",Count:41s,Damage:0s}", - "{id:\"botania:turntable\",Count:3s,Damage:0s}", - "{id:\"botania:endereyeblock\",Count:30s,Damage:0s}", - "{id:\"botania:rfgenerator\",Count:201s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:22s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:27s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:22s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:33s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:22s,Damage:0s}", - "{id:\"botania:corporeainterceptor\",Count:20s,Damage:0s}", - "{id:\"botania:hourglass\",Count:15s,Damage:0s}", - "{id:\"botania:sparkchanger\",Count:7s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:22s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:24s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:21s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:16s,Damage:3s}", - "{id:\"botania:lightlauncher\",Count:16s,Damage:0s}", - "{id:\"botania:redstringinterceptor\",Count:22s,Damage:0s}", - "{id:\"botania:animatedtorch\",Count:7s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_door\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:leonards_wand\",Count:15s,Damage:0s}", - "{id:\"bewitchment:fiery_unguent\",Count:6s,Damage:0s}", - "{id:\"bewitchment:dragons_blood_resin\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:0s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:1s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:2s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:3s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:4s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:5s}", - "{id:\"bibliocraft:clock\",Count:5s,Damage:6s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:bell\",Count:7s,Damage:0s}", - "{id:\"bibliocraft:typesettingtable\",Count:7s,Damage:0s}", - "{id:\"bibliocraft:cookiejar\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:compass\",Count:5s,Damage:0s}", - "{id:\"bibliocraft:biblioredbook\",Count:5s,tag:{redstonebook:\"by James Maxwell\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:50s,Damage:0s}", - "{id:\"bloodarsenal:blood_capacitor\",Count:50s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:50s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:37s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:37s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:37s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:37s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:37s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:buildingtool\",Count:15s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:exchangertool\",Count:7s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:copypastetool\",Count:15s,tag:{mode:\"Copy\"},Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:15s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{id:\"computercraft:computer\",Count:7s,Damage:0s}", - "{id:\"computercraft:computer\",Count:7s,Damage:16384s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:1118481},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:13388876},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:5744206},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:8349260},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:3368652},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:11691749},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:5020082},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:10066329},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:5000268},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:15905484},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:8375321},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:14605932},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:10072818},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:15040472},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:15905331},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:disk_expanded\",Count:7s,tag:{color:15790320},Damage:0s}", - "{id:\"computercraft:peripheral\",Count:15s,Damage:0s}", - "{id:\"computercraft:peripheral\",Count:12s,Damage:5s}", - "{id:\"computercraft:cable\",Count:7s,Damage:1s}", - "{id:\"computercraft:cable\",Count:1s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:3s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:184s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chickens:analyzer\",Count:5s,Damage:0s}", - "{id:\"compactmachines3:tunneltool\",Count:25s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_speed\",Count:402s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:deep_learner\",Count:63s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_hood\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:flaming_fury\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_sword\",Count:22s,Damage:0s}", - "{id:\"erebus:jade_block\",Count:6s,Damage:0s}", - "{id:\"erebus:honey_treat\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:12s,Damage:0s}", - "{id:\"erebus:bamboo_torch\",Count:1s,Damage:0s}", - "{id:\"erebus:liquifier\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_leggings\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_pickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_axe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_paxel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_hoe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jump_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate_powered\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:spider_t_shirt\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:water_striders\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_shield\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:homing_beecon\",Count:5s,tag:{},Damage:0s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:7s}", - "{id:\"extracpus:crafting_storage_256k\",Count:375s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:375s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:375s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:375s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:24s,Damage:0s}", - "{id:\"bigreactors:ingotyellorium\",Count:2s,Damage:0s}", - "{id:\"bigreactors:dustyellorium\",Count:1s,Damage:0s}", - "{id:\"bigreactors:reactorcasingcores\",Count:7s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:11s,Damage:0s}", - "{id:\"bigreactors:blockyellorium\",Count:13s,Damage:0s}", - "{id:\"bigreactors:turbinecomputerport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:18s,Damage:0s}", - "{id:\"bigreactors:reactorpowertaprf\",Count:80s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:21s,Damage:0s}", - "{id:\"bigreactors:reactorredstoneport\",Count:30s,Damage:0s}", - "{id:\"bigreactors:turbinepowertaprf\",Count:80s,Damage:0s}", - "{id:\"bigreactors:reactorcomputerport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:14s,Damage:0s}", - "{id:\"bigreactors:reactorfuelrod\",Count:1s,Damage:0s}", - "{id:\"fluxnetworks:fluxpoint\",Count:50s,Damage:0s}", - "{id:\"ftbquests:progress_detector\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:51s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:53s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:39s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:87s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:151s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:109s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:182s,Damage:2s}", - "{id:\"hatchery:nursery_block\",Count:5s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:55s,Damage:0s}", - "{id:\"hatchery:shredder\",Count:50s,Damage:0s}", - "{id:\"iceandfire:dread_stone_bricks_cracked\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_boots\",Count:16s,Damage:0s}", - "{id:\"teslacorelib:base_addon\",Count:15s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:48s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:48s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:56s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"teslacorelib:wrench\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:21s,Damage:0s}", - "{id:\"integrateddynamics:part_network_reader_item\",Count:6s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_reader_item\",Count:66s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:21s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_writer_item\",Count:108s,Damage:0s}", - "{id:\"integrateddynamics:part_static_light_panel_item\",Count:8s,Damage:0s}", - "{id:\"integrateddynamics:part_dynamic_light_panel_item\",Count:36s,Damage:0s}", - "{id:\"integrateddynamics:part_display_panel_item\",Count:12s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_mono_directional_item\",Count:6s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:cable\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integrateddynamics:energy_battery\",Count:50s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integrateddynamics:energy_battery\",Count:50s,tag:{energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integrateddynamics:energy_battery\",Count:50s,tag:{energy:0,capacity:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integrateddynamics:energy_battery\",Count:50s,tag:{energy:4000000,capacity:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integrateddynamics:energy_battery\",Count:50s,tag:{energy:0,capacity:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integrateddynamics:energy_battery\",Count:50s,tag:{energy:16000000,capacity:16000000},Damage:0s}", - "{id:\"integrateddynamics:materializer\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:delay\",Count:10s,Damage:0s}", - "{id:\"integrateddynamics:wrench\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:1s}", - "{id:\"integratedtunnels:part_interface_energy_item\",Count:9s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_energy_item\",Count:7s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_energy_item\",Count:7s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_energy_item\",Count:5s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_energy_item\",Count:5s,Damage:0s}", - "{id:\"mysticalagriculture:coal_block\",Count:47s,Damage:0s}", - "{id:\"mysticalagriculture:coal_block\",Count:33s,Damage:1s}", - "{id:\"mysticalagriculture:coal_block\",Count:20s,Damage:2s}", - "{id:\"mysticalagriculture:coal_block\",Count:13s,Damage:3s}", - "{id:\"mysticalagriculture:coal_block\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:crafting\",Count:2s,Damage:53s}", - "{id:\"mysticalagriculture:coal\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:coal\",Count:5s,Damage:1s}", - "{id:\"mysticalagriculture:coal\",Count:3s,Damage:2s}", - "{id:\"mysticalagriculture:coal\",Count:2s,Damage:3s}", - "{id:\"mysticalagriculture:coal\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:4s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:2s,Damage:4s}", - "{id:\"mysticalagriculture:coal_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:redstone_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:sulfur_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:aluminum_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:saltpeter_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:zinc_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:nickel_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:mithril_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:tungsten_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:titanium_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:uranium_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:platinum_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:iridium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:peridot_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:topaz_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:malachite_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:tanzanite_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:hop_graphite_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:ardite_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:cobalt_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:electrical_steel_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:redstone_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:conductive_iron_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:dark_steel_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:energetic_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:apatite_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:electrotine_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:syrmorite_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:octine_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:valonite_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:thorium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:boron_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:lithium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:magnesium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:black_quartz_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:aquamarine_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:starmetal_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:jade_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:ender_amethyst_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:draconium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:yellorium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:9s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:rftools_manual\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:rftools_shape_manual\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:network_monitor\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module_tablet\",Count:150s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:12s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:59s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:7s,Damage:6s}", - "{id:\"rftools:oredict_module\",Count:15s,Damage:0s}", - "{id:\"rftools:generic_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:advanced_charged_porter\",Count:201s,Damage:0s}", - "{id:\"rftools:text_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energy_module\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:16s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluid_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:15s,Damage:0s}", - "{id:\"rftools:computer_module\",Count:15s,Damage:0s}", - "{id:\"rftools:button_module\",Count:15s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:15s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:space_chamber_card\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:41s,Damage:10s}", - "{id:\"rftools:powercell_card\",Count:30s,Damage:0s}", - "{id:\"rftools:regeneration_module\",Count:15s,Damage:0s}", - "{id:\"rftools:regenerationplus_module\",Count:11s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:15s,Damage:0s}", - "{id:\"rftools:speedplus_module\",Count:11s,Damage:0s}", - "{id:\"rftools:haste_module\",Count:15s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:11s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:15s,Damage:0s}", - "{id:\"rftools:saturationplus_module\",Count:11s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:15s,Damage:0s}", - "{id:\"rftools:featherfallingplus_module\",Count:11s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:15s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:15s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:15s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:15s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:5s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:15s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:orphaning_card\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:15s,Damage:0s}", - "{id:\"rftools:crafter1\",Count:10s,Damage:0s}", - "{id:\"rftools:crafter2\",Count:18s,Damage:0s}", - "{id:\"rftools:crafter3\",Count:24s,Damage:0s}", - "{id:\"rftools:modular_storage\",Count:30s,Damage:0s}", - "{id:\"rftools:dialing_device\",Count:55s,Damage:0s}", - "{id:\"rftools:matter_booster\",Count:201s,Damage:0s}", - "{id:\"rftools:screen_controller\",Count:30s,Damage:0s}", - "{id:\"rftools:redstone_transmitter_block\",Count:90s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:102s,Damage:0s}", - "{id:\"rftools:sequencer_block\",Count:51s,Damage:0s}", - "{id:\"rftools:counter_block\",Count:36s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:75s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:26s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:37s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:18s,Damage:0s}", - "{id:\"rftools:digit_block\",Count:15s,Damage:0s}", - "{id:\"rftools:wire_block\",Count:15s,Damage:0s}", - "{id:\"rftools:timer_block\",Count:51s,Damage:0s}", - "{id:\"rftools:machine_infuser\",Count:15s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:10s,Damage:0s}", - "{id:\"rftools:locator\",Count:30s,Damage:0s}", - "{id:\"rftools:projector\",Count:7s,Damage:0s}", - "{id:\"rftools:scanner\",Count:7s,Damage:0s}", - "{id:\"rftools:remote_scanner\",Count:5s,Damage:0s}", - "{id:\"rftools:powercell\",Count:201s,Damage:0s}", - "{id:\"rftools:powercell_advanced\",Count:351s,Damage:0s}", - "{id:\"rftools:powercell_simple\",Count:201s,Damage:0s}", - "{id:\"rftools:relay\",Count:10s,Damage:0s}", - "{id:\"rftools:rf_monitor\",Count:25s,Damage:0s}", - "{id:\"rftools:liquid_monitor\",Count:10s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:20s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:216s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:162s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:121s,Damage:0s}", - "{id:\"rftools:spawner\",Count:30s,Damage:0s}", - "{id:\"rftools:matter_beamer\",Count:201s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:20s,Damage:0s}", - "{id:\"rftools:security_manager\",Count:30s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:15s,Damage:0s}", - "{id:\"rftools:ender_monitor\",Count:45s,Damage:0s}", - "{id:\"rftools:storage_scanner\",Count:21s,Damage:0s}", - "{id:\"rftools:elevator\",Count:50s,Damage:0s}", - "{id:\"rftools:booster\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_passive_supplier\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_extractor\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_polymorphic\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_quick_sort\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_terminus\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_extractor_advanced\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_provider\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_mod\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_oredict\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:module_enchantment_sink\",Count:30s,Damage:0s}", - "{id:\"logisticspipes:module_enchantment_sink_mk2\",Count:37s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:module_active_supplier\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_creativetab\",Count:20s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_speed\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_disconnection\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_satellite_advanced\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fluid_crafting\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_byproduct\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fuzzy\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_power_transportation\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_opaque\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_cleanup\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_basic\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_request\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_provider\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_crafting\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_satellite\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_supplier\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_mk2\",Count:26s,Damage:0s}", - "{id:\"logisticspipes:pipe_remote_orderer\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_inventory_system_connector\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_system_entrance\",Count:26s,Damage:0s}", - "{id:\"logisticspipes:pipe_system_destination\",Count:26s,Damage:0s}", - "{id:\"logisticspipes:pipe_firewall\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_insertion\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_provider\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_request\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_extractor\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_satellite\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_supplier_mk2\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_table\",Count:30s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:22s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:hud_glasses\",Count:16s,Damage:0s}", - "{id:\"logisticspipes:module_blank\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:disk\",Count:30s,Damage:0s}", - "{id:\"logisticspipes:pipe_controller\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_manager\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:logistics_programmer\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:power_junction\",Count:65s,Damage:0s}", - "{id:\"logisticspipes:security_station\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:statistics_table\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:program_compiler\",Count:15s,Damage:0s}", - "{id:\"modularmachinery:blockcontroller\",Count:150s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:15s,Damage:2s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:114s,Damage:0s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:287s,Damage:1s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:399s,Damage:2s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:483s,Damage:3s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:500s,Damage:4s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:500s,Damage:5s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:500s,Damage:6s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:500s,Damage:7s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:114s,Damage:0s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:287s,Damage:1s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:399s,Damage:2s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:483s,Damage:3s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:500s,Damage:4s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:500s,Damage:5s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:500s,Damage:6s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:500s,Damage:7s}", - "{id:\"naturescompass:naturescompass\",Count:5s,Damage:0s}", - "{id:\"projectex:energy_link\",Count:375s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:500s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_omega\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_omega\",Count:500s,Damage:0s}", - "{id:\"projectex:matter\",Count:500s,Damage:0s}", - "{id:\"projectex:matter\",Count:500s,Damage:1s}", - "{id:\"projectex:matter\",Count:500s,Damage:2s}", - "{id:\"projectex:matter\",Count:500s,Damage:3s}", - "{id:\"projectex:matter\",Count:500s,Damage:4s}", - "{id:\"projectex:matter\",Count:500s,Damage:5s}", - "{id:\"projectex:matter\",Count:500s,Damage:6s}", - "{id:\"projectex:matter\",Count:500s,Damage:7s}", - "{id:\"projectex:matter\",Count:500s,Damage:8s}", - "{id:\"projectex:matter\",Count:500s,Damage:9s}", - "{id:\"projectex:matter\",Count:500s,Damage:10s}", - "{id:\"projectex:matter\",Count:500s,Damage:11s}", - "{id:\"projectex:final_star_shard\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:500s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:1s,Damage:0s}", - "{id:\"xreliquary:altar\",Count:22s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:33s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:33s,tag:{dkey:\"Default\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:1s,tag:{dkey:\"9\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"8\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"7\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"Default\"},Damage:3s}", - "{id:\"rftoolsdim:known_dimlet\",Count:6s,tag:{dkey:\"6\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:4s,tag:{dkey:\"5\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:11s,tag:{dkey:\"4\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"None\"},Damage:5s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"Flat\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:27s,tag:{dkey:\"Normal\"},Damage:8s}", - "{id:\"rftoolsdim:known_dimlet\",Count:8s,tag:{dkey:\"3\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:20s,tag:{dkey:\"2\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"rftoolsdim:known_dimlet\",Count:15s,tag:{dkey:\"1\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:27s,tag:{dkey:\"0\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"Default\"},Damage:13s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"Void\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"None\"},Damage:10s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"None\"},Damage:7s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"minecraft:stone@0\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:rftoolsdim_manual\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_monitor\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:phased_field_generator\",Count:30s,Damage:0s}", - "{id:\"rftoolsdim:biome_absorber\",Count:9s,Damage:0s}", - "{id:\"rftoolsdim:time_absorber\",Count:21s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:31s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:21s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:7s,Damage:1s}", - "{id:\"storagedrawers:upgrade_status\",Count:25s,Damage:0s}", - "{id:\"storagedrawers:upgrade_status\",Count:37s,Damage:1s}", - "{id:\"storagedrawers:upgrade_redstone\",Count:30s,Damage:0s}", - "{id:\"storagedrawers:upgrade_redstone\",Count:22s,Damage:1s}", - "{id:\"storagedrawers:upgrade_redstone\",Count:22s,Damage:2s}", - "{id:\"storagedrawers:compdrawers\",Count:10s,Damage:0s}", - "{id:\"storagedrawers:controller\",Count:22s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:34s,Damage:0s}", - "{id:\"tg:belt_light\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:71s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:71s,Damage:0s}", - "{id:\"tg:ingot_light\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:5s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:7s,Damage:0s}", - "{id:\"tg:block_light\",Count:33s,Damage:0s}", - "{id:\"tg:ore_light\",Count:5s,Damage:0s}", - "{id:\"tg:fortified_glass\",Count:7s,Damage:0s}", - "{id:\"tg:fortified_glass_pane\",Count:1s,Damage:0s}", - "{id:\"tg:book_holder\",Count:25s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:18s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:1s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_relay\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_diffuser\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:8s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:9s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:20s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:16s,Damage:0s}", - "{id:\"thaumicaugmentation:eldritch_lock_impetus\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:10s,Damage:5s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:12s,Damage:0s}", - "{ForgeCaps:{Parent:{}},id:\"thaumicaugmentation:impetus_linker\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:14s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:73s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:focus_ancient\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:21s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:19s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_1k\",Count:29s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_4k\",Count:54s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_16k\",Count:112s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_64k\",Count:242s,tag:{filter:{}},Damage:0s}", - "{id:\"thaumicenergistics:essentia_import\",Count:7s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_export\",Count:7s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:12s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_terminal\",Count:5s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_1k\",Count:15s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_4k\",Count:49s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_16k\",Count:126s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_64k\",Count:299s,Damage:0s}", - "{id:\"thaumicenergistics:upgrade_arcane\",Count:2s,Damage:0s}", - "{id:\"thaumicenergistics:infusion_provider\",Count:7s,Damage:0s}", - "{id:\"thaumictinkerer:black_quartz\",Count:7s,Damage:0s}", - "{id:\"thaumictinkerer:energetic_nitor\",Count:5s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:7s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:16s,Damage:0s}", - "{id:\"thaumictinkerer:black_quartz_block\",Count:3s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:3s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:6s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:235s,Damage:5s}", - "{id:\"tinker_io:solidfuel\",Count:1s,Damage:0s}", - "{id:\"tinker_io:speedupg\",Count:1s,Damage:0s}", - "{id:\"tinker_io:ore_crusher\",Count:45s,Damage:0s}", - "{id:\"tinymobfarm:gold_farm\",Count:42s,Damage:0s}", - "{id:\"wct:magnet_card\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:16s,tag:{tier:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:300s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:500s,Damage:2s}", - "{id:\"abyssalcraft:psdl\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:1s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:2s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:3s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:4s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:5s}", - "{id:\"abyssalcraft:statue\",Count:2s,Damage:6s}", - "{id:\"abyssalcraft:energypedestal\",Count:2s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:2s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:2s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:2s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:2s,tag:{PotEnergy:0.0f},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dlegs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmetp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplatep\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegsp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbootsp\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthshelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthslegs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsboots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraihelmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamurailegs\",Count:16s,Damage:0s}", - "{id:\"abyssalcraft:gatekeeperessence\",Count:3s,Damage:0s}", - "{id:\"acintegration:dust\",Count:1s,Damage:0s}", - "{id:\"acintegration:dust\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:47s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:47s,tag:{Blaze:800},Damage:1s}", - "{id:\"actuallyadditions:block_battery_box\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_farmer\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_bio_reactor\",Count:21s,Damage:0s}", - "{id:\"actuallyadditions:block_player_interface\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_firework_box\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_miner\",Count:192s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay\",Count:25s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_advanced\",Count:18s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_extreme\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_leaf_generator\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_energizer\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_enervator\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_lava_factory_controller\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:30s,Damage:0s}", - "{id:\"actuallyadditions:block_oil_generator\",Count:21s,Damage:0s}", - "{id:\"actuallyadditions:block_misc\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_misc\",Count:2s,Damage:1s}", - "{id:\"actuallyadditions:block_misc\",Count:3s,Damage:2s}", - "{id:\"actuallyadditions:block_misc\",Count:67s,Damage:5s}", - "{id:\"actuallyadditions:block_misc\",Count:2s,Damage:8s}", - "{id:\"actuallyadditions:block_misc\",Count:14s,Damage:9s}", - "{id:\"actuallyadditions:block_grinder\",Count:12s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:28s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_solar\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_heat_collector\",Count:31s,Damage:0s}", - "{id:\"actuallyadditions:block_item_repairer\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_coffee_machine\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_booster\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_quartz_wall\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_chiseled_quartz_wall\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_quartz_stair\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_chiseled_quartz_stair\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_quartz_slab\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:item_laser_upgrade_range\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:1s,Damage:5s}", - "{id:\"actuallyadditions:item_misc\",Count:1s,Damage:10s}", - "{id:\"actuallyadditions:item_misc\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_emerald\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_quartz\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_quartz\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_quartz\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_quartz\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:3s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_iii\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune_ii\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:5s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:6s,Damage:12s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:3s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:4s}", - "{id:\"actuallyadditions:item_dust\",Count:10s,Damage:6s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:84s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:84s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:63s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:63s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_quartz\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_quartz\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_quartz\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_quartz\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:quartz_paxel\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_red\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_light_blue\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_black\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_green\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_white\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_white\",Count:16s,Damage:0s}", - "{id:\"buildcraftcore:decorated\",Count:3s,Damage:5s}", - "{id:\"buildcraftcore:marker_volume\",Count:5s,Damage:0s}", - "{id:\"buildcraftcore:marker_path\",Count:5s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:5s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:5s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:list\",Count:7s,tag:{},Damage:0s}", - "{id:\"buildcraftcore:marker_connector\",Count:5s,Damage:0s}", - "{id:\"buildcraftfactory:mining_well\",Count:7s,Damage:0s}", - "{id:\"buildcraftfactory:pump\",Count:7s,Damage:0s}", - "{id:\"buildcraftfactory:distiller\",Count:10s,Damage:0s}", - "{id:\"techreborn:dust\",Count:1s,Damage:5s}", - "{id:\"techreborn:dust\",Count:1s,Damage:11s}", - "{id:\"techreborn:dust\",Count:10s,Damage:13s}", - "{id:\"techreborn:dust\",Count:1s,Damage:23s}", - "{id:\"techreborn:dust\",Count:1s,Damage:36s}", - "{id:\"techreborn:dust\",Count:1s,Damage:39s}", - "{id:\"techreborn:dust\",Count:1s,Damage:43s}", - "{id:\"techreborn:dust\",Count:1s,Damage:45s}", - "{id:\"techreborn:dust\",Count:1s,Damage:48s}", - "{id:\"techreborn:dust\",Count:1s,Damage:50s}", - "{id:\"techreborn:dust\",Count:1s,Damage:55s}", - "{id:\"techreborn:dust\",Count:1s,Damage:59s}", - "{id:\"techreborn:ingot\",Count:1s,Damage:14s}", - "{id:\"techreborn:ingot\",Count:2s,Damage:15s}", - "{id:\"techreborn:ingot\",Count:2s,Damage:18s}", - "{id:\"techreborn:ingot\",Count:6s,Damage:22s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:24s}", - "{id:\"techreborn:part\",Count:46s,Damage:1s}", - "{id:\"techreborn:part\",Count:15s,Damage:2s}", - "{id:\"techreborn:part\",Count:124s,Damage:3s}", - "{id:\"techreborn:part\",Count:1s,Damage:4s}", - "{id:\"techreborn:part\",Count:3s,Damage:6s}", - "{id:\"techreborn:part\",Count:6s,Damage:24s}", - "{id:\"techreborn:part\",Count:30s,Damage:26s}", - "{id:\"techreborn:part\",Count:90s,Damage:28s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:13s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:61s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:16s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:16s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:14s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:14s,tag:{energy:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:energycrystal\",Count:60s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:energycrystal\",Count:60s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:3s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:3s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:15s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:15s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:6s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:6s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:6s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:6s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:6s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:6s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:9s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:9s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:9s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:11s,tag:{energy:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:15s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:15s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:11s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:11s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:11s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:11s,tag:{energy:40000},Damage:0s}", - "{id:\"techreborn:iridiumneutronreflector\",Count:500s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:11s,Damage:2s}", - "{id:\"techreborn:upgrades\",Count:186s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubychestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyleggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirechestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireleggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotpickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridothoe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridothelmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotchestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotleggings\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:peridotboots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:sentry_boots\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:nether_redstone_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:end_redstone_ore\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_speed\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:wireless_transmitter\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:wireless_receiver\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:peat_fuel_enriched\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:111s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:177s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:72s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:energy_pipe\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:35s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_torch_launcher\",Count:100s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:carbon_paper\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:100s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_randomize\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_snow\",Count:57s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_auto_torch\",Count:201s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_vector\",Count:1s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:doorbell_simple\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:dehydrator\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:clock\",Count:51s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:128s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:12s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:battery\",Count:50s,Damage:0s}", - "{id:\"cyclicmagic:block_screen\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:screen_target\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:entity_detector\",Count:65s,Damage:0s}", - "{id:\"cyclicmagic:fan\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:laser\",Count:57s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:42s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:fluid_placer\",Count:7s,Damage:0s}", - "{id:\"astralsorcery:itemcraftingcomponent\",Count:1s,Damage:0s}", - "{id:\"astralsorcery:itemcraftingcomponent\",Count:2s,Damage:1s}", - "{id:\"astralsorcery:itemcraftingcomponent\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemjournal\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:1s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:1s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:1s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:1s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:1s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:1s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:28s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.lucerna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.mineralis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.horologium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.octans\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.bootes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.fornax\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:16s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.pelotrio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"patchouli:guide_book\",Count:1s,tag:{\"patchouli:book\":\"bigreactors:erguide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"patchouli:guide_book\",Count:1s,tag:{\"patchouli:book\":\"bewitchment:codex_infernalis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"patchouli:guide_book\",Count:1s,tag:{\"patchouli:book\":\"deepmoblearning:book\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"patchouli:guide_book\",Count:1s,tag:{\"patchouli:book\":\"bewitchment:book_of_shadows\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"patchouli:guide_book\",Count:1s,tag:{\"patchouli:book\":\"twilightforest:guide\"},Damage:0s}", - "{id:\"buildcrafttransport:pipe_void_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_wood_power\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_cobble_power\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stone_power\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_quartz_power\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_power\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_sandstone_power\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:plug_power_adaptor\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:47s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:48s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:51s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:54s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:55s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:65s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:66s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:70s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:71s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:77s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:78s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:83s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:84s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:89s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:90s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:95s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:96s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:101s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:102s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:116s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:117s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:122s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:123s}", - "{id:\"contenttweaker:material_part\",Count:2s,Damage:128s}", - "{id:\"contenttweaker:material_part\",Count:1s,Damage:129s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_legs\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:twilight_diamond\",Count:180s,Damage:0s}", - "{id:\"contenttweaker:strange_brownie\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_legs\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:compact_port\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_head\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:70s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_chest\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_head\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:151s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_feet\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:308s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_legs\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:clausurae\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_chest\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:infused_myrmitite\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:purified_titanium_ingot\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:deinthos\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_feet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_head\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:fiery_unguent_bottle\",Count:4s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:12s}", - "{id:\"valkyrielib:modifier_component\",Count:7s,Damage:0s}", - "{id:\"valkyrielib:modifier_speed\",Count:35s,Damage:0s}", - "{id:\"environmentaltech:interconnect\",Count:32s,Damage:0s}", - "{id:\"environmentaltech:connector\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:modifier_null\",Count:24s,Damage:0s}", - "{id:\"environmentaltech:modifier_speed\",Count:219s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_1\",Count:24s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_2\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_3\",Count:13s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_4\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:structure_panel\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:structure_panel_clear\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_1\",Count:48s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_2\",Count:36s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_3\",Count:27s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_4\",Count:20s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_piezo\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:laser_core\",Count:13s,Damage:0s}", - "{id:\"environmentaltech:modifier_accuracy\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:diode\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_1\",Count:53s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_2\",Count:39s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_3\",Count:29s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_4\",Count:21s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:53s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:39s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:29s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:21s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:53s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_2\",Count:39s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_3\",Count:29s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_4\",Count:21s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_haste\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:modifier_jump_boost\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:modifier_regeneration\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:33s,Damage:0s}", - "{id:\"environmentaltech:modifier_water_breathing\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:modifier_night_vision\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:modifier_saturation\",Count:500s,Damage:0s}", - "{id:\"environmentaltech:modifier_glowing\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:66s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:67s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:68s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:69s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:69s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:69s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:115s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:104s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:96s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:90s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:85s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_6\",Count:81s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:42s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_recolector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:block_destroyer\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:23s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:75s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:50s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:12s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:64s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:plant_interactor\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:12s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:6s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:12s,Damage:2s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:6s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:9s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:energy_field_addon\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:1s,Damage:12s}", - "{id:\"integratednbt:nbt_extractor\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integratednbt:nbt_extractor_remote\",Count:15s,tag:{integratednbt:{}},Damage:0s}", - "{id:\"logisticspipes:pipe_lb.resultpipe\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:18s,Damage:0s}", - "{id:\"magicbees:mysteriousmagnet\",Count:50s,Damage:2s}", - "{id:\"magicbees:mysteriousmagnet\",Count:125s,Damage:4s}", - "{id:\"magicbees:mysteriousmagnet\",Count:237s,Damage:6s}", - "{id:\"magicbees:mysteriousmagnet\",Count:405s,Damage:8s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:10s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:12s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:14s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:16s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:18s}", - "{id:\"magicbees:moondial\",Count:7s,Damage:0s}", - "{id:\"plustic:centrifuge\",Count:15s,Damage:1s}", - "{id:\"thebetweenlands:aqua_middle_gem_block\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:crimson_middle_gem_block\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:green_middle_gem_block\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:syrmorite_pressure_plate\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:purifier\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:compost_bin\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:syrmorite_trapdoor\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:scabyst_trapdoor\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:syrmorite_hopper\",Count:11s,Damage:0s}", - "{id:\"thebetweenlands:gecko_cage\",Count:9s,Damage:0s}", - "{id:\"thebetweenlands:infuser\",Count:11s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_barrel\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:syrmorite_barrel\",Count:21s,Damage:0s}", - "{id:\"thebetweenlands:alembic\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:3s,Damage:11s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:19s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:39s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_leggings\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_chestplate\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_leggings\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_boots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_chestplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_leggings\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_chestplate\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_boots\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:rubber_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:marsh_runner_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:skull_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:explorers_hat\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_large_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_small_mask\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_shovel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_axe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_pickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_axe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_greataxe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_pickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:octine_shield\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:valonite_shield\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_shield\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:syrmorite_shears\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:sickle\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:bl_bucket\",Count:6s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:1s}", - "{id:\"thebetweenlands:syrmorite_door_item\",Count:4s,Damage:0s}", - "{id:\"thebetweenlands:scabyst_door_item\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:crimson_middle_gem\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:aqua_middle_gem\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:green_middle_gem\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:octine_ingot\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_furnace\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_anchor\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_crafting\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_0\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_1\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_2\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_3\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_4\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_5\",Count:500s,Damage:0s}", - "{id:\"danknull:dank_null_panel_0\",Count:231s,Damage:0s}", - "{id:\"danknull:dank_null_panel_1\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_2\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_3\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_4\",Count:201s,Damage:0s}", - "{id:\"danknull:dank_null_panel_5\",Count:201s,Damage:0s}", - "{id:\"danknull:danknull_dock\",Count:30s,Damage:0s}", - "{id:\"erebus:materials\",Count:1s,Damage:1s}", - "{id:\"erebus:idols\",Count:36s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:12s,tag:{upgradeTier:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"acornoak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAcorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"alder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"allspice\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAllspice\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"almond\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAlmond\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"apricot\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApricot\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"ash\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"aspen\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"avocado\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAvocado\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"balsamfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"banana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBanana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"beech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlack_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackthorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blueberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlueberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAgapanthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAllium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAlthea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAnemone\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mistyrose\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAquilegia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAster\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.goldenrod\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAuricula\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAzalea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerBluet\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lavender\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCamellia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCarnation\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerChrysanthemum\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerConeflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCornflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaffodil\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDahlia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaisy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDandelion\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDelphinium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDianthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerEdelweiss\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLowest\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerForget\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFoxglove\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFuchsia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGaillardia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGeranium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGoldenrod\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHollyhock\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.black\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHydrangea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerIris\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightgray\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLavender\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLilac\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLily\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerMarigold\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerOrchid\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPansy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPenstemon\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPeony\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPetunia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPoppy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPrimrose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerRose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerScabious\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerTulip\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerViola\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerYarrow\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerZinnia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"box\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBrazil_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"buddhahand\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBuddha_hand\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"butternut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitButternut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"candlenut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCandlenut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.acceleration\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"careerbees.lifespanImmortal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.accelerate\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.armorer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.armorer\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.artist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.painting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.assassin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.assassin\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.bensen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.jazz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.buisnessman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.buisness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.butcher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.butcher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.clock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.clockwinding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.collectors\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.pickup\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.cook\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.glazing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.crusher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.crusher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.devil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.burning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.fortune\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.fortune\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.silky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.silky\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.dire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.novabynova\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.doctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.healing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.electrician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.electrifying\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.energy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.rf\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.engineer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.graduate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.honey_smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.honey_comb\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.husbandry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.husbandy\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.junk_seller\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.junk_sale\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.lumber\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.lumber\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mad_scientist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.exploding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mason\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.mason\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.nca\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.phd\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.plaguedoctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.curative\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.police\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.mob\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.politician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.politics\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.priest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.priest\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_charm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_strange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.rainbow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.repair\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.repair\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.robot\"},{species:\"rootBees\",chromosome:1,allele:\"careerbees.speedRobotic\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.science\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.sharpening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.sharpen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.smelt\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.soaring\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.soaring\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.student\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.taxcollector\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.taxation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.thief\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.player\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.yente\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cashew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCashew\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cedar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cherryplum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCherry_plum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"chilli\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitChilli\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cinnamon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"citron\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCitron\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"clove\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitClove\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coconut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoconut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coffee\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoffee\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"copperbeech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cranberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCranberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cypress\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"douglasfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"dwarfhazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitElderberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elm\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.abyss\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.wither\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.acidic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.alcohol\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ancient\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.arid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.artic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.barren\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.basalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bauxite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blooming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sapling\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_sapling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blutonium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.boggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_skeleton\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.caustic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.celebratory\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.fireworks\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cinnabar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.classical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coffee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.copper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.corrosive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creeper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creosote\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyanite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.darkened\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.decomposing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.desolate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.hunger\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.diamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.distilled\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ecstatic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.power\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.emerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.energetic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.excited\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.farm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.freezing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fruit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_fruit\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fuel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fungal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_mushroom\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glowstone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glutinous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gnawing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.wood\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.granite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.greek\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.growing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.hazardous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.infectious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.iron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.jaded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lapis\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.latex\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightgray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.limegreen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.malicious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.marble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.milk\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mineral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.mystical\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nuclear\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ocean\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.oil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.platinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.prehistoric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.primeval\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pyrite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.quantum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.radioactive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.relic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.resin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ripening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.fruit\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.river\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.roman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rotten\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_zombie\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ruby\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sapphire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.shadow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sodalite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.spatial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sphalerite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sticky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.stone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sugar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.swamp\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sweet\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tempered\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.thriving\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.titanium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tungstate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unstable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.virulent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.viscous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.volcanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.water\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellorium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.zinc\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.camberwellbeauty\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.crimsonrose\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.gatekeeper\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.goldenbirdwing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.kaiserihind\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marbledwhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marshfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.meadowbrown\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.monarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.paintedlady\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.peacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.pearlborderedfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.purpleemperor\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.queenofspainfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.redadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.ringlet\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.scotchangus\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smallheath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smalltortoiseshell\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.speckledwood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.wall\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.whiteadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fingerlime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFinger_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"floweringcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiAurora\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBatesia\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlackSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueDuke\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueWing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCabbageWhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCitrusSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i8d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i10d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiComma\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiDianaFrit\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiEmeraldPeacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanNormal\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlasswing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlassyTiger\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGozoraAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiLLacewing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMalachite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMonarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPalaenoSulphur\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostillion\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostman\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiRBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiReseda\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpicebush\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpringAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiThoasSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiZebraSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothAtlas\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLargest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBombyxMori\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i4d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonSilk\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothLatticedHeath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAgrarian\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFertile\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAustere\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAvenging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesBoggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMycophilic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCommon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCultivated\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDemonic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDiligent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEdenic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectExploration\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEnded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesExotic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFarmerly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFiendish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesForest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFrugal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesGlacial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHermitic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHeroic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIcy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesImperial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIndustrious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesLeporine\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFestiveEaster\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMajestic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMarshy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMeadows\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMerry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectSnowing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMiry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesModest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMonastic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesNoble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesPhantasmal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectResurrection\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesRural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSecluded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSinister\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSpectral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectReanimation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSteadfast\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTipsy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTricky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersGourd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTropical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesUnweary\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesValiant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVengeful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVindictive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesWintry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcacia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcaciaVanilla\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBalsa\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBaobab\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBirch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeChestnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitChestnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCocobolo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDarkOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDate\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitDates\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeEbony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeGigant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightGigantic\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i4d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeIpe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeJungle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCocoa\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeKapok\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLarch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLemon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitLemon\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahoe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahogony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePadauk\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePapaya\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPapaya\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePlum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPlum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePoplar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSequoia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSipiri\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSpruce\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeTeak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWalnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitWalnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWenge\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWillow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeZebrawood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.derpious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lime\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gingko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGingko_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"goldenraspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGolden_raspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFastest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gooseberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGooseberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"grapefruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGrapefruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hawthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hemlock\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"holly\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hornbeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"iroko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"juniper\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitJuniper\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"keylime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKey_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"kumquat\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKumquat\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"lime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitLime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"loblollypine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"locust\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"logwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAESkystone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAbandoned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAluminium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesApatite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArcane\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArdite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAttuned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAware\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTAlfheim\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectdreaming\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBlossom\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBotanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTDreaming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTFloral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTRooted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTSomnolent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTVazbee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:batty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBeef\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:bovine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBigbad\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:canine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBronze\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:catty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCertus\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCharmed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesChicken\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:chicken\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCobalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCopper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCrumbling\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:crumbling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDiamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDoctoral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDraconic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEarthy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEldritch\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesElectrum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEmerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEnchanted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEsoteric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEthereal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFirey\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFluix\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesForlorn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGhastly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ghastly\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHateful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHorse\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:horse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInfernal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvisible\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:alleleinvisibility\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesIron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLordly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesManyullyn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMutable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMysterious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNameless\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOblivion\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOsmium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPlatinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPork\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:porcine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPupil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesRSAFluxed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSavant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesScholarly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSheepish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:sheep\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilicon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSkulking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSmouldering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ablaze\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSorcerous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSoul\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpidery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spidery\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpirit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpiteful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSupernatural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEAmped\"},{species:\"rootBees\",chromosome:1,allele:\"magicbees.speedBlinding\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblitz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEBlizzy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTECoal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDante\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDestabilized\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEEndearing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGelid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblizz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGrounded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTELux\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEPyro\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTERocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnbasalz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEShocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEWinsome\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTimely\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTransmuting\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effecttransmuting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesUnusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWatery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWindy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWithering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectwithering\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"manderin\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitManderin\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"mango\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitMango\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"monkeypuzzle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nectarine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNectarine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nutmeg\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNutmeg\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"oldfustic\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"olive\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOlive\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOrange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orchardapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"osangeorange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOsange_orange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"peach\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPeach\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pear\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPear\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pecan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPecan\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pinkivory\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"plantain\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPlatain\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pomelo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPomelo\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"prairiecrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"purpleheart\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rainbowgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"raspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRaspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redbanana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRed_banana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRedcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redmaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosegum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosewood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rowan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sallow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"satsuma\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSatsuma\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sourcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSour_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"staranise\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStar_anise\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"starfruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStarfruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"swampgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sycamore\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFig\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"tangerine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitTangerine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"whitebeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"wildcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitWild_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"yew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:115s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:86s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:22s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:4s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:4s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:1s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:56s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:56s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:42s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:42s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:7s,tag:{},Damage:0s}", - "{id:\"botania:cacophoniumblock\",Count:7s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:11s,Damage:0s}", - "{id:\"rftools:simple_dialer\",Count:141s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_label\",Count:1s,Damage:0s}", - "{id:\"biomesoplenty:earth\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tconstruct:moms_spaghetti\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "spiritus", - "items": [ - "{id:\"minecraft:soul_sand\",Count:3s,Damage:0s}", - "{id:\"minecraft:skull\",Count:10s,Damage:0s}", - "{id:\"minecraft:skull\",Count:10s,Damage:1s}", - "{id:\"minecraft:skull\",Count:10s,Damage:2s}", - "{id:\"minecraft:skull\",Count:10s,Damage:3s}", - "{id:\"minecraft:skull\",Count:10s,Damage:4s}", - "{id:\"minecraft:skull\",Count:10s,Damage:5s}", - "{id:\"minecraft:end_crystal\",Count:7s,Damage:0s}", - "{id:\"minecraft:ghast_tear\",Count:10s,Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"draconicevolution:dislocator_bound\",Count:7s,Damage:2s}", - "{id:\"bewitchment:despair_bricks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:despair_brick_stairs\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.soul\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"spiritus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:22s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:7s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:15s,Damage:1s}", - "{id:\"randomthings:eclipsedclock\",Count:11s,Damage:0s}", - "{id:\"divinerpg:ghast_pumpkin\",Count:60s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"spiritus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"spiritus\"}]},Damage:1s}", - "{id:\"tombstone:decorative_grave_simple\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_simple\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_normal\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_normal\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_cross\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_cross\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_tombstone\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_tombstone\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_original\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_original\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:30s,tag:{dead_pet:{id:\"minecraft:cat\"}},Damage:0s}", - "{id:\"enderio:block_alloy\",Count:20s,Damage:7s}", - "{id:\"enderio:item_alloy_ingot\",Count:3s,Damage:7s}", - "{id:\"enderio:block_decoration1\",Count:9s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:6s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:4s,Damage:10s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:4s,Damage:0s}", - "{id:\"enderio:block_enderman_skull\",Count:6s,Damage:2s}", - "{id:\"enderio:block_farm_station\",Count:4s,Damage:0s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:6s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:9s,Damage:0s}", - "{id:\"enderio:block_slice_and_splice\",Count:12s,Damage:0s}", - "{id:\"enderio:block_soul_binder\",Count:31s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:zombie_scepter\",Count:25s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:80s,Damage:4s}", - "{id:\"twilightforest:carminite\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_helmet\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_chestplate\",Count:62s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:2s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:21s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:21s,Damage:12s}", - "{id:\"twilightforest:block_storage\",Count:47s,Damage:4s}", - "{id:\"tconstruct:soil\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abominator\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iominator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_shiner\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_storm\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:ghastly_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:ghastly_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_druse\",Count:5s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:3s,Damage:0s}", - "{id:\"aoa3:ghostly_powder\",Count:5s,Damage:0s}", - "{id:\"aoa3:phantasm\",Count:5s,Damage:0s}", - "{id:\"aoa3:primordial_skull\",Count:10s,Damage:0s}", - "{id:\"aoa3:scream_shield\",Count:15s,Damage:0s}", - "{id:\"aoa3:greckon_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:haunted_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_boots\",Count:6s,Damage:0s}", - "{id:\"aoa3:gardencia_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:greckon_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:greckon_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:greckon_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:ghastly_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:ghastly_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:ghastly_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:7s,Damage:0s}", - "{id:\"botania:manaresource\",Count:10s,Damage:5s}", - "{id:\"botania:manaresource\",Count:30s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:30s,Damage:0s}", - "{id:\"botania:laputashard\",Count:22s,Damage:0s}", - "{id:\"botania:laputashard\",Count:22s,Damage:4s}", - "{id:\"botania:laputashard\",Count:22s,Damage:9s}", - "{id:\"botania:laputashard\",Count:22s,Damage:14s}", - "{id:\"botania:laputashard\",Count:22s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:holycloak\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:unholycloak\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{id:\"botania:gaiahead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:15s,tag:{},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:ghostrail\",Count:10s,Damage:0s}", - "{id:\"botania:felpumpkin\",Count:10s,Damage:0s}", - "{id:\"botania:manabomb\",Count:7s,Damage:0s}", - "{id:\"bewitchment:taglock\",Count:8s,Damage:0s}", - "{id:\"bewitchment:oak_spirit\",Count:6s,Damage:0s}", - "{id:\"bewitchment:birch_soul\",Count:6s,Damage:0s}", - "{id:\"bewitchment:spirit_string\",Count:4s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_spiritbane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:2s,Damage:0s}", - "{id:\"bewitchment:white_sage\",Count:2s,Damage:0s}", - "{id:\"bewitchment:wormwood\",Count:2s,Damage:0s}", - "{id:\"bewitchment:white_sage_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:wormwood_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:ectoplasm\",Count:5s,Damage:0s}", - "{id:\"bewitchment:spectral_dust\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:web_slinger_wither\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:22s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:22s,Damage:0s}", - "{id:\"iceandfire:dread_stone_face\",Count:1s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_heart\",Count:30s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_heart\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:soulstone\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:soul_glass\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:2s,Damage:1s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:2s,Damage:2s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:2s,Damage:3s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:2s,Damage:4s}", - "{id:\"mysticalagriculture:crafting\",Count:4s,Damage:8s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:18s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:20s}", - "{id:\"mysticalagriculture:nether_seeds\",Count:12s,Damage:0s}", - "{id:\"mysticalagriculture:soularium_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagradditions:tinkering_table\",Count:2s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:7s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:9s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:5s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:2s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:45s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:hero_medallion\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_tear\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:midas_touchstone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]}},id:\"xreliquary:void_tear\",Count:7s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:capstone\",Count:3s,Damage:2s}", - "{id:\"thaumicaugmentation:capstone\",Count:3s,Damage:3s}", - "{id:\"woot:soulsanddust\",Count:2s,Damage:0s}", - "{id:\"woot:structure\",Count:7s,Damage:6s}", - "{id:\"woot:structure\",Count:7s,Damage:7s}", - "{id:\"woot:structure\",Count:7s,Damage:8s}", - "{id:\"woot:structure\",Count:7s,Damage:9s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:5s}", - "{id:\"abyssalcraft:ingotblock\",Count:20s,Damage:3s}", - "{id:\"abyssalcraft:ethaxiumbrick\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumbrick\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:ethaxiumpillar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumbrickstairs\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumbrickslab1\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumfence\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:materializer\",Count:37s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrick\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrick\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:darkethaxiumpillar\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickstairs\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickslab1\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickfence\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumu\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:ethbrick\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumingot\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhelmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumplate\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumlegs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumboots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumpickaxe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumaxe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumshovel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumsword\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhoe\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:engraving_cthulhu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:engraving_elder\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:9s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:9s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{id:\"abyssalcraft:cthulhucharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:hasturcharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:jzaharcharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:azathothcharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:nyarlathotepcharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:yogsothothcharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:shubniggurathcharm\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,tag:{Blaze:800},Damage:4s}", - "{id:\"actuallyadditions:block_player_interface\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_player_probe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:twilight_diamond\",Count:42s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:21s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:mob_imprisonment_tool\",Count:7s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:2s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:stray\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:husk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie_villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:skeleton_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:donkey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:mule\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:evocation_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:vex\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:vindication_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:illusion_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie_pigman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:silverfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:blaze\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:magma_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:witch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:endermite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:shulker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:squid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:mooshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:snowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:ocelot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:villager_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:rabbit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:polar_bear\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:llama\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:parrot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:depthsghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:abyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:jzahar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:abygolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadguard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dragonminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dragonboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowcreature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowmonster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demonpig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:gskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:chagarothspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:chagarothfist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:chagaroth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antiabyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antibat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antichicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:anticow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:anticreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antighoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antipig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antiplayer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antiskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antispider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antizombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:remnant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:omotholghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:jzaharminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:greaterdreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:lesserdreadbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:lessershoggoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demoncow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demonchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demonsheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:coraliumsquid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shuboffspring\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thermalfoundation:blizz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thermalfoundation:blitz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thermalfoundation:basalz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"draconicevolution:chaosguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"cyclicmagic:robot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"astralsorcery:entityflare\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"astralsorcery:entityspectraltool\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"astralsorcery:entityliquidspark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"botania:pixie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"botania:doppleganger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"botania:pink_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"biomesoplenty:wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"chickens:chickenschicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:glitch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"dimdoors:mob_monolith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.centipede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.mosquito\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.tarantula\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bot_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.scorpion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.solifuge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.grasshopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.locust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.moth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.rhino_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.antlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.black_widow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.glow_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bombardier_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.scytodes\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.money_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.praying_mantis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.jumping_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fire_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.worker_bee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.velvet_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.dragon_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.titan_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bot_fly_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fungal_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.crop_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.woodlouse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.cicada\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fire_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.lava_web_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.antlion_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.chameleon_tick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.solifuge_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.midge_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.punchroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.crushroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.black_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.zombie_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.tarantula_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.tarantula_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.pond_skater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bog_maw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.magma_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.animated_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.animated_chest\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.animated_bamboo_crate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.umber_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.umber_golem_idol\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.antlion_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.honey_pot_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.zombie_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bed_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.stag_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.gas_vent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"hatchery:roosterentity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumadditions:blue_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"industrialforegoing:pink_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"randomthings:spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"randomthings:goldenchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"openblocks:luggage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"openblocks:mini_me\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"plustic:supremeleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"plustic:blindbandit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"tg:observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:dark_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:angler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:swamp_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:wight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:sporeling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:leech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:blood_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mire_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mire_snail_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:lurker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:gecko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:olm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:frog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:gas_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tar_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:silt_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:pyrad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:peat_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tarminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mummy_arm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss_blockade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss_turret\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:dreadful_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:smoll_sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:greebling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:boulder_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:spirit_tree_face_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:spirit_tree_face_large\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:root_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:small_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:large_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:shambler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:wall_lamprey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:moving_spawner_hole\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:wall_living_root\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:crypt_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:barrishee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:ash_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:triggered_falling_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:splodeshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:cc_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:emberling_shaman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:flame_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:emberling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:sludge_menace\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:draeton_dragonfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:draeton_firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:worm_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_matriarch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_hatchling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_tame\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:greebling_coracle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:anadia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:rock_snot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mist_brige\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:jellyfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:jellyfish_cave\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:bubbler_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:freshwater_urchin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:cave_fish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistportalgreater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistportallesser\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:turretbasic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:turretadvanced\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:arcanebore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchwarden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintaclegiant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:brainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:giantbrainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:firebat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:spellbat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:pech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:mindspider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistknight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistcleric\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchcrab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:inhabitedzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:thaumslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintcrawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintacle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintacletiny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintswarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintseed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintseedprime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:wild_boar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:bighorn_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:deer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:redcap\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:swarm_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:naga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:skeleton_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hostile_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hedge_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hydra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:penguin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:lich_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:loyal_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tiny_bird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:squirrel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:quest_ram\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:kobold\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:mosquito_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:death_tome\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:minotaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:minoshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:fire_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:slime_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:pinch_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:maze_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:redcap_sapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:mist_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:king_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:mini_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_broodling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:ur_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:blockchain_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:goblin_knight_upper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:goblin_knight_lower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:helmet_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:knight_phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:yeti\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:yeti_alpha\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:winter_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:snow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:stable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:unstable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:snow_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:giant_miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:armored_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:ice_crystal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:harbinger_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:adherent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:roving_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:castle_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hydra_head\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:boggard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"tconstruct:blueslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"natura:imp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"natura:nitrocreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:sentient_specter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:mimic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:airhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:alarmo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:amphibior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:amphibiyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ancient_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:anemia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:angelica\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:apparition\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arc_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arc_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arcbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:archvine\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arcworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ariel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arkback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arkzyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arocknid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:automaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:axiolight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bane\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:banshee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:baroness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:basilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:baumba\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:black_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bloodmist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bloodsucker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_runic_lifeform\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bobo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bomb_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bone_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bone_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:boneback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bouncer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:broccohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:brute\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bush_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:candy_corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cane_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:case_construct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cave_creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cave_creepoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:centinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cherry_barrager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cherry_blaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:chimera\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:chocko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:chomper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:clown\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:clunkhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:coniferon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_mind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_range\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_resistance\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_speed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_strength\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_terror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corallus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:coralon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cotton_candor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:craexxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creeperlock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creepird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creepuple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crusilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cryptid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crystocore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dark_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dawnlight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:daysee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dead_tree\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:death_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:deinotherium\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:demon_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:desert_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:destructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:devourer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dicer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:diocus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:distorter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:doubler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dracyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dust_strider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dusteiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:duston\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dweller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dyrehorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:echodar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:eeo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:eilosapien\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elite_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elite_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elite_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elusive\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:embrake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:emperor_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:enforcer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:everbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:exohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:exoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:explodot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:eye_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:faceless_floater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:faceless_runner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fake_zorp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fischer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fishix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flamewalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flesh_eater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flowerface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungung\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:furlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gadgetoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghastus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostine_ancient\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:giant_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gingerbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gingerbread_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goalby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goldorth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goldum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goldus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:graw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:green_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:green_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:green_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grillface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grobbler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grocculate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grunt\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gyro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:harkos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:headless_destroyer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:headless_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hellcat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hellspot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hiding_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hill_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hive_king\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hive_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:horndron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:horon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:host\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hunch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hydrolisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hydrolon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ice_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:infernal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:inmate_x\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:inmate_y\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:iosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:irkling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:jawe\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:jumbo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kaiyu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kajaros\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:keeler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_bambambam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_shroomus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:klobber\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:koko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kranky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:leafy_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_caster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lightwalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:linger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:little_bam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:living_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lollypopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lost_soul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lunarcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:luxocron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:magical_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:magicke\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechachron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechamaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechbot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:merkyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mermage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mirage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:miskel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:modulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mother_void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:muckopede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:muncher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mushroom_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:natura\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:neptuno\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nethengeic_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nethengeic_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:night_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nightfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nightmare_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nightwing\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nospike\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:occulent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:okazor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:omnilight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:opteryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:orange_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:orbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:paladin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:parasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:paravite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:penumbra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:pigotron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:pincher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:pod_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:polar_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:polytom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primitive_carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:proshield\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:purple_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:quickpocket\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rainicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rammerhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ramradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rawbone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:raxxan\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:reaper_twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:reaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:red_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:red_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:refluct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rock_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rock_critter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rock_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rockbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:roloscope\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runic_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runic_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runicorn_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sabretooth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sand_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sand_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:scrubby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_viper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:seeker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shadow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shadowlord\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shavo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:silencer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:silverfoot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skele_elder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skelekyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeletal_cowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeletron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skolle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skull_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:slimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:smash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:snappy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:snow_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:soulscorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:soulvyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spectral_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sphinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spinoledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spinux\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spirit_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spirit_protector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:squasher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:squiggler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stalker_prime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sticky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stimulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stimulosus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stitches\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stone_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:strong_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:strong_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:strong_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sugarface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:surveyor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:swamp_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sysker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:terradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:terrestrial\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tharafly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tipsy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tortione\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:toxxulous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tracker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tree_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:trickster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:triclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tyrosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:undead_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:urioh\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:urka\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:urv\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:valkyrie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:vertebron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:vine_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:vinocorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visualent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visular\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:void_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:volar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:voliant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:voltron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:voxxulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:warclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:web_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:wickett\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:winged_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:wither_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:wood_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:xxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:yellow_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:yellow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:yellow_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zarg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zhinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:alluricorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blissard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:compeer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_of_servility\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:craggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:draggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ender_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:friendly_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gnawer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goofer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:healing_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hellquin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hive_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:horntail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mecha_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mecha_skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:orbling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:plateosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rammerhorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rosid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shaddy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shadow_stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spikeback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spraggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:waggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:abyssal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ambient_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:anima_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:assassin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:augury_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:baron_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blooming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:boreic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:butchery_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:candied_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:celevian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:coratee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corrupted_traveller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creep_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creep_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creeponia_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crystal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crystal_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dungeon_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dustopian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elkanyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:expedition_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:explosives_expert\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:extraction_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:floro_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:foraging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:glaring_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gleaming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:glistening_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:glowing_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:golden_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gorb_arms_dealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gorb_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gorb_engineer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:halycon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hauling_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:haunted_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hunter_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:infusion_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:innervation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:logging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lunar_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:meganeuropsis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:metalloid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mystic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:naturalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:peppermint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:portal_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:precasian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_guide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:professor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:radiant_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:realmshifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rocky_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shining_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyrelands_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spearmint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:store_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:token_collector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:toxic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:toy_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:troll_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:trotter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:twinkling_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:undead_herald\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:withering_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_child\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_grocer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_herbalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_vendor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bane_big\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bloodlust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corallus_shot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:ice_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:lightning_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:spirit_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:spirit_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:phoenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:magic_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:decoy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:shadow_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:storm_elemental\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:lizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:owl\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:snake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:black_dog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:hellhound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:feuerwurm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:werewolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:cleaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:demoness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:bafometyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:shadow_person\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:cambion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:druden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:baphomet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:leonard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:arid_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:cave_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:caveclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:desert_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ehu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:enthralled_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:frost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:glacon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:brown_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:white_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jack_o_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jungle_bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jungle_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jungle_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:king_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:kobblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:liopleurodon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:livestock_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:pumpkin_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:rainbour\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:rotatick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:saguaro_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:shark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:smelter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:snapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:stone_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_eye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_grue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:whale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hell_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hell_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:scorcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildfire\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ender_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ender_triplets\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ender_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:alicanto\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:fractite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:frost_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:frosty\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:glacide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hastreus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:rollum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:workshop_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:workshop_tinkerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:eden_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:eden_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:greenfeet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:madivel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:sun_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:weak_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:behemoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:epiphite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:moon_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:termid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:verek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildwood_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildwood_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildwood_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:apalachia_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:apalachia_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:apalachia_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:enchanted_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:enchanted_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:advanced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:megalith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mystic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:samek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:skythern_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:skythern_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:skythern_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:angry_bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:demon_of_darkness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mortum_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:sorcerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:soul_stealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:soul_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:twilight_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:captain_merik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:datticon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:deathcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:death_hound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dungeon_constructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dungeon_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dungeon_prisoner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:fyracryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:kazari\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:leorna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:living_statue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:paratiku\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:razorback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:golem_of_rejuvenation\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:roamer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:seimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lord_vatticus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:war_general\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:zelus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:acid_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:biphron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:bohemite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:crypt_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:cymesoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dissiment\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dreamwrecker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:duo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:fake_vhraak\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:galroid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:gorgosion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:helio\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hover_stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:kazrotic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lheiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lorga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lorga_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mandragora\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mysterious_man_layer_1\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:shadahier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_hunger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:temple_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:tocaxin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:vermenous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:zone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:zoragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ancient_entity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_blue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_green\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_purple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_red\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_yellow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:densos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dramix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:eternal_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:experienced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hive_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:karot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:karos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:king_of_scorchers\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lady_luna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:parasecta\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:quadro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:raglok\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:reyvor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:soul_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:sunstorm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:termasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:twilight_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:vamacheron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wreck\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dragonegg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dragonskull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:firedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:icedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:snowvillager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:hippogryph\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:stonestatue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:gorgon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:siren\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:hippocampus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:deathworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:if_cockatrice\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:stymphalianbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:if_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_sentinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_royal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:amphithere\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:seaserpent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_swarmer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:if_mob_skull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_thrall\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_ghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_scuttler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"tfspellpack:druid_mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:autocaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:primal_wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:celestial_observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"forestry:butterflyge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:moa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:phyg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:flying_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:sheepuff\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:aerbunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:aerwhale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:swet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:sentry\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:zephyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:aechor_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:slider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:valkyrie_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:sun_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:fire_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:ice_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:thunder_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:fire_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:mini_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:whirlwind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"battletowers:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"nuclearcraft:feral_ghoul\"},Damage:1s}" - ] - }, - { - "aspect": "imperium", - "items": [ - "{id:\"binniecore:storage\",Count:15s,Damage:0s}", - "{id:\"binniecore:storage\",Count:26s,Damage:1s}", - "{id:\"binniecore:storage\",Count:19s,Damage:2s}", - "{id:\"binniecore:storage\",Count:19s,Damage:3s}", - "{id:\"binniecore:storage\",Count:14s,Damage:4s}", - "{id:\"binniecore:storage\",Count:10s,Damage:5s}", - "{id:\"minecraft:lever\",Count:5s,Damage:0s}", - "{id:\"minecraft:stone_button\",Count:5s,Damage:0s}", - "{id:\"minecraft:wooden_button\",Count:5s,Damage:0s}", - "{id:\"extrautils2:user\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:trowel\",Count:3s,Damage:0s}", - "{id:\"extrautils2:analogcrafter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"imperium\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"thaumadditions:chester\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:essentia_sink\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"randomthings:contactbutton\",Count:3s,Damage:0s}", - "{id:\"randomthings:contactlever\",Count:3s,Damage:0s}", - "{id:\"openblocks:big_button\",Count:15s,Damage:0s}", - "{id:\"openblocks:big_button_wood\",Count:15s,Damage:0s}", - "{id:\"projectred-integration:gate\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:1s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:2s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:3s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:4s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:6s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:7s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:8s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:10s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:13s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:14s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:15s}", - "{id:\"projectred-transportation:pipe\",Count:3s,Damage:32s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:centrifuge\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:smelter_vent\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:tube_valve\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:tube_buffer\",Count:2s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:5s,Damage:4s}", - "{id:\"advancedrocketry:jetpack\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"imperium\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"imperium\"}]},Damage:1s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:connector\",Count:3s,Damage:9s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:100s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:80s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dltplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"integrateddynamics:menril_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:juniper_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dreadplanks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:trans_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:elder_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:sort_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_silverwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"techreborn:rubber_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:time_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:weedwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:cypress_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:rubber_tree_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:giant_root_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:hearthgrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mine_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:canopy_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thaumadditions:taintwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:twilight_oak_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:nibbletwig_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mangrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_greatwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:dark_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"randomthings:spectreplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:dragons_blood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"advancedrocketry:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:5s,Damage:0s}", - "{id:\"bibliocraft:bell\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:handdrill\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_pipe_extract\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:sprayer\",Count:3s,Damage:0s}", - "{id:\"rftools:button_module\",Count:3s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:11s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:3s,Damage:0s}", - "{id:\"modularmagic:blockaspectproviderinput\",Count:1s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:2s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:1s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:2s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:engraver\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:password_remote\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:doorbell_simple\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:button_large\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:7s,Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,Damage:0s}" - ] - }, - { - "aspect": "desiderium", - "items": [ - "{id:\"minecraft:gold_ore\",Count:10s,Damage:0s}", - "{id:\"minecraft:wool\",Count:1s,Damage:11s}", - "{id:\"minecraft:wool\",Count:1s,Damage:12s}", - "{id:\"minecraft:gold_block\",Count:67s,Damage:0s}", - "{id:\"minecraft:diamond_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:diamond_block\",Count:101s,Damage:0s}", - "{id:\"minecraft:emerald_ore\",Count:10s,Damage:0s}", - "{id:\"minecraft:emerald_block\",Count:67s,Damage:0s}", - "{id:\"binniecore:storage\",Count:120s,Damage:4s}", - "{id:\"binniecore:storage\",Count:165s,Damage:5s}", - "{id:\"minecraft:jukebox\",Count:11s,Damage:0s}", - "{id:\"minecraft:enchanting_table\",Count:22s,Damage:0s}", - "{id:\"minecraft:bed\",Count:1s,Damage:11s}", - "{id:\"minecraft:bed\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:4s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:3s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:6s,Damage:5s}", - "{id:\"minecraft:light_weighted_pressure_plate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:10s,Damage:0s}", - "{id:\"minecraft:diamond\",Count:15s,Damage:0s}", - "{id:\"minecraft:gold_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_chestplate\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_leggings\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_boots\",Count:30s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:207s,Damage:1s}", - "{id:\"minecraft:clock\",Count:30s,Damage:0s}", - "{id:\"minecraft:dye\",Count:2s,Damage:3s}", - "{id:\"minecraft:dye\",Count:2s,Damage:4s}", - "{id:\"minecraft:sugar\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:2s,Damage:0s}", - "{id:\"minecraft:cookie\",Count:1s,Damage:0s}", - "{id:\"minecraft:gold_nugget\",Count:1s,Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:speckled_melon\",Count:6s,Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:7s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:emerald\",Count:10s,Damage:0s}", - "{id:\"minecraft:pumpkin_pie\",Count:1s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:6s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:7s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:8s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:9s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:10s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:6}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:10}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:6s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:7s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:8s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:25}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:27}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:28}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:30}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:30}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:33}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:37}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:39}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:41}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:44}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:45}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:46}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:6s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:7s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:8s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:50}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:51}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:52}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:53}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:54}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:64}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:70}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:71}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:75}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:76}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:78}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:78}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:82}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:83}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:85}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:87}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:92}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:93}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:97}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:100}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:100}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:102}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:103}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:104}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:105}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:105}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:106}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:108}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:109}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:2s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:3s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:4s,id:110}]},Damage:0s}", - "{id:\"minecraft:golden_horse_armor\",Count:30s,Damage:0s}", - "{id:\"minecraft:beetroot\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:beetroot_soup\",Count:4s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_13\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_cat\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_blocks\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_chirp\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_far\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mall\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mellohi\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_stal\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_strad\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_ward\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_11\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_wait\",Count:10s,Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:storage\",Count:33s,Damage:2s}", - "{id:\"thermalfoundation:glass\",Count:3s,Damage:2s}", - "{id:\"thermalfoundation:glass_alloy\",Count:3s,Damage:1s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:3s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:meter\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_lexicon\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_experience\",Count:18s,tag:{},Damage:0s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:1s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:16s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:17s}", - "{id:\"thermalfoundation:material\",Count:30s,Damage:25s}", - "{id:\"thermalfoundation:material\",Count:45s,Damage:26s}", - "{id:\"thermalfoundation:material\",Count:30s,Damage:27s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:66s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:97s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:101s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:102s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:130s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:258s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:322s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:640s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_silver\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_silver\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_silver\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_silver\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_silver\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_silver\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_silver\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_diamond\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_diamond\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_diamond\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_diamond\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_diamond\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_diamond\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_diamond\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_gold\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_gold\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_gold\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_gold\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_gold\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_gold\",Count:45s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_silver\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:108s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:72s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:33s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:36s,Damage:1s}", - "{id:\"draconicevolution:energy_storage_core\",Count:137s,Damage:0s}", - "{id:\"draconicevolution:energy_pylon\",Count:28s,Damage:0s}", - "{id:\"draconicevolution:fusion_crafting_core\",Count:75s,Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:67s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:80s,Damage:1s}", - "{id:\"draconicevolution:energy_crystal\",Count:95s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:105s,Damage:7s}", - "{id:\"draconicevolution:energy_crystal\",Count:45s,Damage:8s}", - "{id:\"draconicevolution:flow_gate\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:30s,Damage:8s}", - "{id:\"draconicevolution:reactor_part\",Count:92s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:30s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:64s,Damage:2s}", - "{id:\"draconicevolution:reactor_part\",Count:233s,Damage:3s}", - "{id:\"draconicevolution:reactor_part\",Count:167s,Damage:4s}", - "{id:\"draconicevolution:draconic_spawner\",Count:127s,Damage:0s}", - "{id:\"draconicevolution:draconic_core\",Count:41s,Damage:0s}", - "{id:\"draconicevolution:wyvern_core\",Count:123s,Damage:0s}", - "{id:\"draconicevolution:wyvern_energy_core\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:182s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:459s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:459s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:459s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:489s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:489s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:489s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:114s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:114s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:114s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:489s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:489s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:489s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:294s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:294s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:294s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:114s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:114s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:114s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:90s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:84s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:67s,Damage:2s}", - "{id:\"draconicevolution:tool_upgrade\",Count:78s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:84s,Damage:4s}", - "{id:\"draconicevolution:tool_upgrade\",Count:73s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:73s,Damage:6s}", - "{id:\"draconicevolution:tool_upgrade\",Count:66s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:67s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:112s,Damage:9s}", - "{id:\"draconicevolution:tool_upgrade\",Count:59s,Damage:10s}", - "{id:\"draconicevolution:tool_upgrade\",Count:59s,Damage:11s}", - "{id:\"draconicevolution:dislocator_bound\",Count:30s,Damage:1s}", - "{id:\"draconicevolution:dislocator_bound\",Count:30s,Damage:2s}", - "{id:\"draconicevolution:crystal_binder\",Count:42s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:16s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{id:\"thermalexpansion:device\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:device\",Count:28s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:9s}", - "{id:\"thermalexpansion:augment\",Count:30s,Damage:128s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:256s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:303s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:320s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:336s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:400s}", - "{id:\"thermalexpansion:augment\",Count:4s,Damage:402s}", - "{id:\"thermalexpansion:augment\",Count:33s,Damage:416s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:448s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:512s}", - "{id:\"thermalexpansion:augment\",Count:1s,Damage:704s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:720s}", - "{id:\"techreborn:quantum_chest\",Count:85s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:18s,Damage:0s}", - "{id:\"techreborn:industrial_grinder\",Count:37s,Damage:0s}", - "{id:\"techreborn:matter_fabricator\",Count:90s,Damage:0s}", - "{id:\"techreborn:charge_o_mat\",Count:95s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:38s,Damage:0s}", - "{id:\"techreborn:cable\",Count:1s,Damage:2s}", - "{id:\"techreborn:cable\",Count:1s,Damage:8s}", - "{id:\"techreborn:machine_casing\",Count:3s,Damage:2s}", - "{id:\"techreborn:ore\",Count:5s,Damage:13s}", - "{id:\"techreborn:storage2\",Count:67s,Damage:3s}", - "{id:\"techreborn:storage2\",Count:67s,Damage:4s}", - "{id:\"techreborn:dragon_egg_syphon\",Count:92s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:500s,Damage:0s}", - "{id:\"techreborn:adjustable_su\",Count:500s,Damage:0s}", - "{id:\"techreborn:distillation_tower\",Count:9s,Damage:0s}", - "{id:\"techreborn:lightning_rod\",Count:31s,Damage:0s}", - "{id:\"techreborn:industrial_sawmill\",Count:6s,Damage:0s}", - "{id:\"techreborn:grinder\",Count:11s,Damage:0s}", - "{id:\"techreborn:hv_transformer\",Count:1s,Damage:0s}", - "{id:\"techreborn:ev_transformer\",Count:6s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:45s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:9s,Damage:0s}", - "{id:\"techreborn:fluid_replicator\",Count:15s,Damage:0s}", - "{id:\"forestry:alveary.swarmer\",Count:15s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:30s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:22s,Damage:0s}", - "{id:\"forestry:stamps\",Count:2s,Damage:3s}", - "{id:\"forestry:genetic_filter\",Count:11s,Damage:0s}", - "{id:\"railcraft:filter_type\",Count:1s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:5s,Damage:4s}", - "{id:\"railcraft:routing_table\",Count:1s,Damage:0s}", - "{id:\"railcraft:ore\",Count:15s,Damage:2s}", - "{id:\"railcraft:ore\",Count:10s,Damage:3s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:3s}", - "{id:\"avaritia:resource\",Count:11s,Damage:0s}", - "{id:\"avaritia:resource\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pickaxe\",Count:30s,tag:{ench:[{lvl:10s,id:35}]},Damage:0s}", - "{id:\"bewitchment:block_of_garnet\",Count:27s,Damage:0s}", - "{id:\"bewitchment:block_of_opal\",Count:27s,Damage:0s}", - "{id:\"bewitchment:block_of_silver\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_symbol\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_bevel\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_sun\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_moon\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_cup\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_pentacle\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_sword\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_wand\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_pentagram\",Count:30s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_old\",Count:30s,Damage:0s}", - "{id:\"bewitchment:amethyst_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:garnet_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:opal_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:silver_ore\",Count:5s,Damage:0s}", - "{id:\"bewitchment:candelabra_gold\",Count:16s,Damage:0s}", - "{id:\"bewitchment:candelabra_silver\",Count:7s,Damage:0s}", - "{id:\"bewitchment:witches_cauldron\",Count:3s,Damage:0s}", - "{id:\"bewitchment:distillery\",Count:10s,Damage:0s}", - "{id:\"bewitchment:crystal_ball\",Count:25s,Damage:0s}", - "{id:\"bewitchment:brazier\",Count:11s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_herne_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:analyst\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:registry\",Count:2s,Damage:0s}", - "{id:\"genetics:misc\",Count:15s,Damage:5s}", - "{id:\"genetics:misc\",Count:7s,Damage:6s}", - "{id:\"genetics:misc\",Count:47s,Damage:7s}", - "{id:\"genetics:misc\",Count:3s,Damage:8s}", - "{id:\"genetics:misc\",Count:29s,Damage:9s}", - "{id:\"genetics:misc\",Count:18s,Damage:10s}", - "{id:\"genetics:machine\",Count:28s,Damage:0s}", - "{id:\"genetics:machine\",Count:6s,Damage:1s}", - "{id:\"genetics:machine\",Count:7s,Damage:2s}", - "{id:\"genetics:machine\",Count:54s,Damage:3s}", - "{id:\"genetics:adv_machine\",Count:92s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:soil_meter\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_diamond\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_gold\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:16s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:15s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.cocoa\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:durable_hammer\",Count:7s,Damage:0s}", - "{id:\"biomesoplenty:gem_block\",Count:67s,Damage:1s}", - "{id:\"biomesoplenty:gem_block\",Count:67s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:biome_finder\",Count:16s,Damage:0s}", - "{id:\"biomesoplenty:gem\",Count:10s,Damage:1s}", - "{id:\"biomesoplenty:gem\",Count:10s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:terrestrial_artifact\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:eternalframe\",Count:45s,Damage:0s}", - "{id:\"careerbees:ingredients\",Count:10s,Damage:5s}", - "{id:\"chickenchunks:chunk_loader\",Count:54s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:4s,Damage:1s}", - "{id:\"extracells:part.base\",Count:3s,Damage:10s}", - "{id:\"extracells:part.base\",Count:2s,Damage:11s}", - "{id:\"extracells:part.base\",Count:36s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:196s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:24s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:24s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:24s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:24s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:3s}", - "{id:\"extracells:storage.component\",Count:262s,Damage:8s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:9s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:10s}", - "{id:\"extracells:storage.casing\",Count:33s,Damage:0s}", - "{id:\"extracells:fluidcrafter\",Count:4s,Damage:0s}", - "{id:\"extracells:fluidfiller\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:itembuilderswand\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:itemdestructionwand\",Count:22s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:7s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:1s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_gold\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_diamond\",Count:56s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:7s,Damage:6s}", - "{id:\"extrautils2:ingredients\",Count:18s,Damage:7s}", - "{id:\"extrautils2:ingredients\",Count:16s,Damage:8s}", - "{id:\"extrautils2:ingredients\",Count:5s,Damage:15s}", - "{id:\"extrautils2:ingredients\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:book\",Count:7s,Damage:0s}", - "{id:\"extrautils2:filterfluids\",Count:6s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:3s,Damage:3s}", - "{id:\"extrautils2:grocket\",Count:5s,Damage:4s}", - "{id:\"extrautils2:grocket\",Count:15s,Damage:6s}", - "{id:\"extrautils2:drum\",Count:90s,Damage:2s}", - "{id:\"extrautils2:drum\",Count:67s,Damage:3s}", - "{id:\"extrautils2:spike_gold\",Count:26s,Damage:0s}", - "{id:\"extrautils2:spike_diamond\",Count:39s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:2s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:5s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:6s}", - "{id:\"extrautils2:terraformer\",Count:16s,Damage:7s}", - "{id:\"extrautils2:terraformer\",Count:49s,Damage:8s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:9s}", - "{id:\"extrautils2:opinium\",Count:50s,Damage:1s}", - "{id:\"extrautils2:opinium\",Count:251s,Damage:2s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:3s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:4s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:6s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_diamond\",Count:11s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:44s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:2s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:44s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:44s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:44s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:34s,Damage:19s}", - "{id:\"gendustry:apiary.upgrade\",Count:44s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:44s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:5s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:45s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:45s,tag:{charge:100000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:22s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:22s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:bee_receptacle\",Count:11s,Damage:0s}", - "{id:\"gendustry:power_module\",Count:15s,Damage:0s}", - "{id:\"gendustry:genetics_processor\",Count:45s,Damage:0s}", - "{id:\"gendustry:env_processor\",Count:58s,Damage:0s}", - "{id:\"gendustry:upgrade_frame\",Count:1s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:22s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:69s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:8s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:61s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:64s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:130s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:78s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:78s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:90s,Damage:0s}", - "{id:\"thaumadditions:seal_globe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:155s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"desiderium\"}]},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aer\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"praecantatio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"mythus\"},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"thaumadditions:cake\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:seal\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:60s,Damage:4s}", - "{id:\"nuclearcraft:cooler\",Count:90s,Damage:7s}", - "{id:\"nuclearcraft:cooler\",Count:45s,Damage:12s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_basic\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_advanced\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:70s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:205s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:66s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:196s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:48s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:108s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:309s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:500s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:12s,Damage:0s}", - "{id:\"nuclearcraft:turbine_rotor_bearing\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:45s,Damage:3s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:22s,Damage:5s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:36s,Damage:0s}", - "{id:\"nuclearcraft:helium_collector_dense\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_dense\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:5s,Damage:13s}", - "{id:\"nuclearcraft:dust\",Count:5s,Damage:13s}", - "{id:\"nuclearcraft:gem_dust\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:22s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:16s,Damage:3s}", - "{id:\"nuclearcraft:part\",Count:1s,Damage:8s}", - "{id:\"nuclearcraft:upgrade\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:upgrade\",Count:11s,Damage:1s}", - "{id:\"nuclearcraft:rad_shielding\",Count:49s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_wanderer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_end_of_the_world\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_money_for_nothing\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_hyperspace\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:73s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:110s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:73s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:73s,Damage:0s}", - "{id:\"randomthings:lapislamp\",Count:6s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:1s,Damage:0s}", - "{id:\"randomthings:onlinedetector\",Count:1s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:4s,Damage:0s}", - "{id:\"randomthings:imbuingstation\",Count:7s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:11s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:12s}", - "{id:\"randomthings:blockdestabilizer\",Count:11s,Damage:0s}", - "{id:\"randomthings:soundbox\",Count:1s,Damage:0s}", - "{id:\"randomthings:spectrelens\",Count:52s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:43s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:6s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:10s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:22s,Damage:0s}", - "{id:\"randomthings:rainbowlamp\",Count:1s,Damage:0s}", - "{id:\"randomthings:plate_itemsealer\",Count:3s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:6s,Damage:0s}", - "{id:\"randomthings:beans\",Count:6s,Damage:1s}", - "{id:\"randomthings:entityfilter\",Count:6s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:5s,Damage:3s}", - "{id:\"randomthings:ingredient\",Count:2s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:goldencompass\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:emeraldcompass\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:15s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:soundrecorder\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portablesounddampener\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:30s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:1s,Damage:1s}", - "{id:\"randomthings:weatheregg\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:308s,tag:{timeData:{}},Damage:0s}", - "{id:\"randomthings:eclipsedclock\",Count:30s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:12s}", - "{id:\"randomthings:grassseeds\",Count:1s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:3s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:11s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:4s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:4s,Damage:12s}", - "{id:\"openblocks:village_highlighter\",Count:7s,Damage:0s}", - "{id:\"openblocks:auto_enchantment_table\",Count:16s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:24s,Damage:0s}", - "{id:\"openblocks:projector\",Count:1s,Damage:0s}", - "{id:\"openblocks:golden_egg\",Count:60s,Damage:0s}", - "{id:\"openblocks:generic\",Count:7s,Damage:6s}", - "{id:\"openblocks:generic\",Count:2s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:luggage\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_control\",Count:1s,Damage:0s}", - "{id:\"openblocks:empty_map\",Count:6s,tag:{Scale:0b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:11s,tag:{Scale:1b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:11s,tag:{Scale:2b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:11s,tag:{Scale:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pedometer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:1s,Damage:0s}", - "{id:\"packagedauto:packager\",Count:16s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:16s,Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:16s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:16s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:11s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:30s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:22s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:61s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:61s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:82s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:61s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:49s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:16s,Damage:0s}", - "{id:\"packagedexcrafting:marked_pedestal\",Count:16s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:5s,Damage:102s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:200s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:201s}", - "{id:\"projectred-core:resource_item\",Count:7s,Damage:402s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:511s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:512s}", - "{id:\"projectred-core:resource_item\",Count:2s,Damage:600s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:screwdriver\",Count:3s,Damage:0s}", - "{id:\"redstonearsenal:storage\",Count:74s,Damage:1s}", - "{id:\"redstonearsenal:material\",Count:3s,Damage:0s}", - "{id:\"redstonearsenal:material\",Count:11s,Damage:160s}", - "{id:\"redstonearsenal:material\",Count:16s,Damage:193s}", - "{id:\"redstonearsenal:material\",Count:8s,Damage:224s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:16s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:16s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.wrench_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sword_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shovel_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shovel_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.pickaxe_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.pickaxe_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.axe_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.axe_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.fishing_rod_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sickle_flux\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.sickle_flux\",Count:12s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.hammer_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.hammer_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.excavator_flux\",Count:24s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.excavator_flux\",Count:24s,tag:{Energy:320000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shield_flux\",Count:8s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.shield_flux\",Count:8s,tag:{Energy:320000},Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:1s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:33s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:27s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:20s,Damage:11s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:6s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:pilot_goggles\",Count:7s,Damage:0s}", - "{id:\"projectred-integration:gate\",Count:4s,Damage:15s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:29s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:30s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:11s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:12s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:27s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:28s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:11s}", - "{id:\"projectred-illumination:light_button\",Count:4s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:lantern\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:lantern\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:12s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:1s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:3s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:7s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:8s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:10s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:1s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:1s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:12s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:electric_screwdriver\",Count:7s,Damage:0s}", - "{id:\"projectred-expansion:plan\",Count:1s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:22s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:11s,Damage:7s}", - "{id:\"projectred-transportation:pipe\",Count:1s,Damage:1s}", - "{id:\"projectred-transportation:pipe\",Count:3s,Damage:2s}", - "{id:\"projectred-transportation:pipe\",Count:23s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:9s,Damage:5s}", - "{id:\"projectred-transportation:routing_chip\",Count:21s,Damage:6s}", - "{id:\"projectred-transportation:routing_chip\",Count:1s,Damage:7s}", - "{id:\"projectred-transportation:routing_chip\",Count:1s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:athame\",Count:3s,Damage:0s}", - "{id:\"projectred-exploration:ore\",Count:5s,Damage:5s}", - "{id:\"projectred-exploration:stone\",Count:67s,Damage:5s}", - "{id:\"projectred-exploration:stone\",Count:67s,Damage:6s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:5s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:6s}", - "{id:\"projectred-exploration:stone_wall\",Count:24s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_saw\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_saw\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_saw\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_sickle\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_sickle\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_sickle\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:diamond_sickle\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:4s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{id:\"libvulpes:advancedmotor\",Count:90s,Damage:0s}", - "{id:\"libvulpes:productdust\",Count:10s,Damage:2s}", - "{id:\"libvulpes:coil0\",Count:60s,Damage:2s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:fuelingstation\",Count:12s,Damage:0s}", - "{id:\"advancedrocketry:loader\",Count:33s,Damage:6s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:81s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:70s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:70s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:70s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:70s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:29s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:83s,Damage:0s}", - "{id:\"advancedrocketry:microwavereciever\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:railgun\",Count:70s,Damage:0s}", - "{id:\"advancedrocketry:spaceelevatorcontroller\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:beacon\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:25s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:29s,Damage:0s}", - "{id:\"advancedrocketry:spacelaser\",Count:24s,Damage:0s}", - "{id:\"thaumcraft:loot_crate_common\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:loot_crate_uncommon\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:loot_crate_rare\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:loot_urn_common\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:loot_urn_uncommon\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:loot_urn_rare\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:matrix_speed\",Count:75s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:75s,Damage:0s}", - "{id:\"thaumcraft:candle_blue\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:candle_brown\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:nitor_blue\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:nitor_brown\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:inlay\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:18s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:smelter_vent\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:alembic\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:recharge_pedestal\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:wand_workbench\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:tube_filter\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mirror\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:condenser_lattice\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"libvulpes:linker\",Count:7s,Damage:0s}", - "{id:\"divinerpg:cyclops_pumpkin\",Count:60s,Damage:0s}", - "{id:\"divinerpg:blue_steel\",Count:1s,Damage:0s}", - "{id:\"divinerpg:diamond_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:gold_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:diamond_lamp\",Count:11s,Damage:0s}", - "{id:\"divinerpg:draken_lamp\",Count:100s,Damage:0s}", - "{id:\"divinerpg:gold_lamp\",Count:7s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_lamp\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blue_fence\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teleportation_crystal\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mysterious_clock\",Count:22s,Damage:0s}", - "{id:\"divinerpg:blue_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:gray_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:red_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:yellow_diamond_chunk\",Count:11s,Damage:0s}", - "{id:\"divinerpg:green_diamond_chunk\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:twilight_clock\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:ic\",Count:22s,Damage:3s}", - "{id:\"advancedrocketry:ic\",Count:72s,Damage:4s}", - "{id:\"advancedrocketry:ic\",Count:17s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:satellite\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:spacestationchip\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_diamond\",Count:11s,tag:{chiseldata:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_hitech\",Count:15s,tag:{chiseldata:{}},Damage:0s}", - "{id:\"thaumcraft:loot_bag\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:loot_bag\",Count:20s,Damage:1s}", - "{id:\"thaumcraft:loot_bag\",Count:30s,Damage:2s}", - "{id:\"thaumcraft:cluster\",Count:10s,Damage:1s}", - "{id:\"thaumcraft:cluster\",Count:10s,Damage:4s}", - "{id:\"thaumcraft:filter\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"desiderium\"}]},Damage:0s}", - "{id:\"thaumcraft:triple_meat_treat\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"desiderium\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:33s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumometer\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:7s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:18s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:18s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:13s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:13s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:43s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:1s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:2s}", - "{id:\"thaumcraft:seal\",Count:38s,Damage:11s}", - "{id:\"thaumcraft:seal\",Count:38s,Damage:12s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:14s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:38s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:book_of_disenchantment\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:ankh_of_pray\",Count:7s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:67s,Damage:7s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:1s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:2s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:7s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:7s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:1s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:2s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:7s}", - "{id:\"enderio:item_material\",Count:11s,Damage:14s}", - "{id:\"enderio:item_material\",Count:7s,Damage:15s}", - "{id:\"enderio:item_material\",Count:10s,Damage:16s}", - "{id:\"enderio:item_material\",Count:7s,Damage:17s}", - "{id:\"enderio:item_material\",Count:34s,Damage:18s}", - "{id:\"enderio:item_material\",Count:10s,Damage:25s}", - "{id:\"enderio:item_material\",Count:30s,Damage:43s}", - "{id:\"enderio:block_decoration1\",Count:30s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:6s}", - "{id:\"enderio:block_decoration2\",Count:22s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:15s,Damage:10s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:7s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:7s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:24s,tag:{\"enderio:energy\":2000000,\"enderio:famount\":200},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:5s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:block_enderman_skull\",Count:20s,Damage:2s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:5s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_big\",Count:5s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:22s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:16s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:16s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:22s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:22s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:22s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:22s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:1s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:block_enchanter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_farm_station\",Count:33s,Damage:0s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_attractor_obelisk\",Count:35s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:45s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:37s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:33s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:55s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:46s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:11s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:11s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:8s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:6s,Damage:0s}", - "{id:\"enderio:block_slice_and_splice\",Count:15s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:1s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:90s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_soul_binder\",Count:30s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:10s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:10s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:10s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:10s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:10s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:10s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{id:\"enderio:block_wireless_charger\",Count:22s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:22s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:16s,Damage:0s}", - "{id:\"enderio:block_vacuum_chest\",Count:8s,Damage:0s}", - "{id:\"enderio:block_xp_vacuum\",Count:24s,Damage:0s}", - "{id:\"enderio:block_travel_anchor\",Count:8s,Damage:0s}", - "{id:\"enderio:block_tele_pad\",Count:13s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:22s,Damage:0s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:3s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_meter\",Count:8s,Damage:0s}", - "{id:\"twilightforest:ironwood_raw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_axe\",Count:3s,tag:{ench:[{lvl:1s,id:35}]},Damage:0s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_sword\",Count:6s,tag:{ench:[{lvl:2s,id:21}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_pickaxe\",Count:6s,tag:{ench:[{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:minotaur_axe\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:mazebreaker_pickaxe\",Count:6s,tag:{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]},Damage:0s}", - "{id:\"twilightforest:ore_map_empty\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_magnet\",Count:30s,Damage:0s}", - "{id:\"twilightforest:twilight_sapling\",Count:40s,Damage:7s}", - "{id:\"twilightforest:magic_log\",Count:3s,Damage:2s}", - "{id:\"twilightforest:magic_leaves\",Count:1s,Damage:2s}", - "{id:\"twilightforest:magic_log_core\",Count:55s,Damage:2s}", - "{id:\"tconstruct:materials\",Count:7s,Damage:15s}", - "{id:\"tconstruct:materials\",Count:28s,Damage:16s}", - "{id:\"natura:colored_grass\",Count:1s,Damage:1s}", - "{id:\"natura:colored_grass_stairs_bluegrass\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:3s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:3s}", - "{id:\"immersiveengineering:metal\",Count:5s,Damage:12s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:biometric_card\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:memory_card\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_1k\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_4k\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_16k\",Count:36s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_64k\",Count:85s,tag:{},Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:28s}", - "{id:\"appliedenergistics2:material\",Count:7s,Damage:25s}", - "{id:\"appliedenergistics2:material\",Count:5s,Damage:27s}", - "{id:\"appliedenergistics2:material\",Count:5s,Damage:53s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:29s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:31s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:58s}", - "{id:\"appliedenergistics2:material\",Count:5s,Damage:26s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:30s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:14s}", - "{id:\"appliedenergistics2:material\",Count:48s,Damage:56s}", - "{id:\"appliedenergistics2:material\",Count:6s,Damage:54s}", - "{id:\"appliedenergistics2:material\",Count:19s,Damage:55s}", - "{id:\"appliedenergistics2:material\",Count:114s,Damage:57s}", - "{id:\"appliedenergistics2:material\",Count:10s,Damage:51s}", - "{id:\"appliedenergistics2:material\",Count:7s,Damage:15s}", - "{id:\"appliedenergistics2:part\",Count:4s,Damage:302s}", - "{id:\"appliedenergistics2:part\",Count:4s,Damage:321s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:281s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:520s}", - "{id:\"projecte:alchemical_chest\",Count:22s,Damage:0s}", - "{id:\"projecte:collector_mk1\",Count:67s,Damage:0s}", - "{id:\"projecte:collector_mk2\",Count:106s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:205s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:61s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:45s,Damage:0s}", - "{id:\"projecte:interdiction_torch\",Count:33s,Damage:0s}", - "{id:\"projecte:relay_mk1\",Count:67s,Damage:0s}", - "{id:\"projecte:relay_mk2\",Count:106s,Damage:0s}", - "{id:\"projecte:relay_mk3\",Count:205s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:99s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:297s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_klein_star\",Count:500s,Damage:5s}", - "{id:\"projecte:item.pe_matter\",Count:75s,Damage:0s}", - "{id:\"projecte:item.pe_matter\",Count:168s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_pick\",Count:191s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_axe\",Count:191s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shovel\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_sword\",Count:123s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hoe\",Count:135s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_shears\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_hammer\",Count:146s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_pick\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_axe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shovel\",Count:240s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_sword\",Count:344s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hoe\",Count:409s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_shears\",Count:176s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_hammer\",Count:474s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_katar\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_morning_star\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:252s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_zero_ring\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_density\",Count:168s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:137s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:462s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:500s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_body_stone\",Count:258s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:253s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mind_stone\",Count:253s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_life_stone\",Count:383s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_evertide_amulet\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_volcanite_amulet\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:180s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:500s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:1s,Damage:1s}", - "{id:\"bloodmagic:blood_rune\",Count:7s,Damage:3s}", - "{id:\"bloodmagic:blood_rune\",Count:3s,Damage:4s}", - "{id:\"bloodmagic:blood_rune\",Count:15s,Damage:9s}", - "{id:\"bloodmagic:teleposer\",Count:45s,Damage:0s}", - "{id:\"bloodmagic:soul_forge\",Count:7s,Damage:0s}", - "{id:\"bloodmagic:alchemy_table\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sacrificial_dagger\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_diviner\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_diviner\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_reader\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:lava_crystal\",Count:11s,Damage:0s}", - "{id:\"bloodmagic:component\",Count:10s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.health\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.stepAssist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.elytra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.arrowShot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.stormTrooper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.selfSacrifice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.fireResist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.sprintAttack\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.physicalProtect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.crippledArm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.solarPowered\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.movement\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.knockback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.quenched\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.repair\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.jump\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.experienced\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.slowness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.slowHeal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.nightSight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.fallProtect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.digSlowdown\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.slippery\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.meleeDamage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.criticalStrike\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.digging\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.battleHunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.poisonResist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.grimReaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.graveDigger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.meleeDecrease\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:18s,tag:{key:\"bloodmagic.upgrade.disoriented\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_gold\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_diamond\",Count:33s,Damage:0s}", - "{id:\"animus:altardiviner\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodfury\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodstone_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallite_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepoid_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetian_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:royal_greatblade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aqua_magnum\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:golden_fury\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mint_magnum\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ginger_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dual_sight\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_tooth\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_boom\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:golder_bomber\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_bow\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:celestial_staff\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_chiller\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_drainer\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:froster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxic_terrorizer\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:amethyst\",Count:15s,Damage:0s}", - "{id:\"aoa3:bloodstone\",Count:15s,Damage:0s}", - "{id:\"aoa3:crystallite\",Count:15s,Damage:0s}", - "{id:\"aoa3:gemenyte\",Count:10s,Damage:0s}", - "{id:\"aoa3:jade\",Count:10s,Damage:0s}", - "{id:\"aoa3:jewelyte\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornamyte\",Count:10s,Damage:0s}", - "{id:\"aoa3:sapphire\",Count:15s,Damage:0s}", - "{id:\"aoa3:shyregem\",Count:18s,Damage:0s}", - "{id:\"aoa3:blue_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:green_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:purple_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:white_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_crystal\",Count:15s,Damage:0s}", - "{id:\"aoa3:gold_coin\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunaver_coin\",Count:1s,Damage:0s}", - "{id:\"aoa3:silver_coin\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:33s,Damage:0s}", - "{id:\"aoa3:blue_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:green_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:purple_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:white_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_gemstones\",Count:15s,Damage:0s}", - "{id:\"aoa3:explosive_gems\",Count:45s,Damage:0s}", - "{id:\"aoa3:treat_bag\",Count:6s,Damage:0s}", - "{id:\"aoa3:troll_idol\",Count:26s,Damage:0s}", - "{id:\"aoa3:warlock_gem\",Count:11s,Damage:0s}", - "{id:\"aoa3:golden_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:agility_tablet\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:155s,Damage:0s}", - "{id:\"aoa3:candy_cane\",Count:1s,Damage:0s}", - "{id:\"aoa3:candy_corn\",Count:1s,Damage:0s}", - "{id:\"aoa3:eye_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:gingerbread_cookie\",Count:1s,Damage:0s}", - "{id:\"aoa3:gingerbread_wing\",Count:1s,Damage:0s}", - "{id:\"aoa3:peppermint_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_candy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_gummy\",Count:1s,Damage:0s}", - "{id:\"aoa3:sour_pop\",Count:1s,Damage:0s}", - "{id:\"aoa3:spearmint_candy\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:diamond_bowl\",Count:86s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stone_bowl\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gemcracker\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethyst_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jade_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ornamyte_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sapphire_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:night_vision_goggles\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_boots\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_helmet\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_boots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_legs\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_helmet\",Count:11s,Damage:0s}", - "{id:\"aoa3:amethyst_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:bloodstone_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:blue_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:gemenyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:green_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:jade_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:jewelyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornamyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:purple_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:red_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:sapphire_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:shyregem_ore\",Count:18s,Damage:0s}", - "{id:\"aoa3:white_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:yellow_crystal_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_amethyst_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_amethyst_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_amethyst_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_amethyst_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_jade_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_jade_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_jade_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_jade_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_sapphire_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_sapphire_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_sapphire_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_sapphire_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:amethyst_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:bloodstone_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:crystallite_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:ivory_amethyst_lamp_off\",Count:8s,Damage:0s}", - "{id:\"aoa3:ivory_jade_lamp_off\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory_sapphire_lamp_off\",Count:8s,Damage:0s}", - "{id:\"aoa3:jade_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:blue_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:brown_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:sapphire_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:amethyst_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:bloodstone_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:crystallite_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:gemenyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:jade_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:jewelyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:ornamyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:sapphire_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:shyregem_block\",Count:121s,Damage:0s}", - "{id:\"aoa3:crystallanium\",Count:22s,Damage:0s}", - "{id:\"aoa3:damage_enhancer\",Count:22s,Damage:0s}", - "{id:\"aoa3:durability_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:weight_enhancer\",Count:15s,Damage:0s}", - "{id:\"ebwizardry:arcane_workbench\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:22s,Damage:0s}", - "{id:\"bhc:red_heart_canister\",Count:27s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:175s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:131s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:105s,Damage:0s}", - "{id:\"bhc:relic_apple\",Count:37s,Damage:0s}", - "{id:\"botania:manaresource\",Count:15s,Damage:2s}", - "{id:\"botania:manaresource\",Count:15s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:17s,tag:{},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:12s}", - "{id:\"botania:rune\",Count:10s,Damage:9s}", - "{id:\"botania:rune\",Count:10s,Damage:10s}", - "{id:\"botania:rune\",Count:25s,Damage:11s}", - "{id:\"botania:rune\",Count:10s,Damage:12s}", - "{id:\"botania:rune\",Count:10s,Damage:13s}", - "{id:\"botania:rune\",Count:10s,Damage:14s}", - "{id:\"botania:rune\",Count:10s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:11s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:11s,tag:{mana:500000,creative:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:20s,tag:{},Damage:0s}", - "{id:\"botania:manacookie\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:8s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:6s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:154s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:miningring\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:8s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:8s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:8s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:8s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:8s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:8s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:reachring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:diviningrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:gravityrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:balancecloak\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:monocle\",Count:2s,Damage:0s}", - "{id:\"botania:worldseed\",Count:2s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:infinitefruit\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:kingkey\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flugeleye\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thorring\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:odinring\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lokiring\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dice\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia1\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia2\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:37s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:130s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:baublebox\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:11s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:spreader\",Count:7s,Damage:0s}", - "{id:\"botania:spreader\",Count:12s,Damage:1s}", - "{id:\"botania:spreader\",Count:11s,Damage:3s}", - "{id:\"botania:pylon\",Count:26s,Damage:0s}", - "{id:\"botania:pylon\",Count:19s,Damage:1s}", - "{id:\"botania:pylon\",Count:19s,Damage:2s}", - "{id:\"botania:alchemycatalyst\",Count:15s,Damage:0s}", - "{id:\"botania:storage\",Count:101s,Damage:3s}", - "{id:\"botania:storage\",Count:101s,Damage:4s}", - "{id:\"botania:conjurationcatalyst\",Count:11s,Damage:0s}", - "{id:\"botania:custombrick\",Count:1s,Damage:0s}", - "{id:\"botania:custombrick\",Count:1s,Damage:1s}", - "{id:\"botania:custombrick\",Count:1s,Damage:2s}", - "{id:\"botania:custombrick\",Count:1s,Damage:3s}", - "{id:\"botania:custombrick\",Count:1s,Damage:4s}", - "{id:\"botania:custombrick\",Count:1s,Damage:5s}", - "{id:\"botania:custombrick\",Count:1s,Damage:6s}", - "{id:\"botania:custombrick\",Count:1s,Damage:7s}", - "{id:\"botania:custombrick\",Count:1s,Damage:8s}", - "{id:\"botania:custombrick\",Count:1s,Damage:9s}", - "{id:\"botania:custombrick\",Count:1s,Damage:10s}", - "{id:\"botania:custombrick\",Count:1s,Damage:11s}", - "{id:\"botania:custombrick\",Count:1s,Damage:12s}", - "{id:\"botania:custombrick\",Count:1s,Damage:13s}", - "{id:\"botania:custombrick\",Count:1s,Damage:14s}", - "{id:\"botania:custombrick\",Count:1s,Damage:15s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:corporeaindex\",Count:25s,Damage:0s}", - "{id:\"botania:corporeafunnel\",Count:20s,Damage:0s}", - "{id:\"botania:hourglass\",Count:30s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:8s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:8s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:8s,Damage:3s}", - "{id:\"botania:lightlauncher\",Count:8s,Damage:0s}", - "{id:\"botania:avatar\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:athame\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:boline\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fortunes_favor\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:nazar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:triskelion\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:gluttons_sash\",Count:16s,Damage:0s}", - "{id:\"bewitchment:amethyst\",Count:4s,Damage:0s}", - "{id:\"bewitchment:garnet\",Count:4s,Damage:0s}", - "{id:\"bewitchment:opal\",Count:4s,Damage:0s}", - "{id:\"bewitchment:silver_ingot\",Count:5s,Damage:0s}", - "{id:\"bewitchment:golden_thread\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:3s,Damage:0s}", - "{id:\"bewitchment:box_of_sealed_evil\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:skeleton_key\",Count:16s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:0s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:1s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:2s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:3s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:4s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:5s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:6s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:15s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:compass\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:plumbline\",Count:7s,Damage:0s}", - "{id:\"bloodarsenal:altare_aenigmatica\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:glass_sacrificial_dagger\",Count:5s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:16s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:41s,Damage:1s}", - "{id:\"bloodarsenal:gem\",Count:18s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:13s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:buildingtool\",Count:24s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:exchangertool\",Count:25s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:copypastetool\",Count:16s,tag:{mode:\"Copy\"},Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:1s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{id:\"buildinggadgets:constructionblockpowder\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert2\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert3\",Count:167s,Damage:0s}", - "{id:\"computercraft:computer\",Count:52s,Damage:16384s}", - "{id:\"computercraft:peripheral\",Count:15s,Damage:4s}", - "{id:\"computercraft:advanced_modem\",Count:60s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:4s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:3s}", - "{id:\"conarm:invisible_ink\",Count:1s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:39s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:trial_key\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_divine_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:black_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_sword\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:fury_maul\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:slime_sword\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:golden_fury\",Count:251s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:serenade_striker\",Count:56s,Damage:0s}", - "{id:\"erebus:ore_gold\",Count:10s,Damage:0s}", - "{id:\"erebus:ore_diamond\",Count:15s,Damage:0s}", - "{id:\"erebus:ore_emerald\",Count:10s,Damage:0s}", - "{id:\"erebus:ore_encrusted_diamond\",Count:15s,Damage:0s}", - "{id:\"erebus:honey_treat\",Count:3s,Damage:0s}", - "{id:\"erebus:petrified_wood_chest\",Count:7s,Damage:0s}", - "{id:\"erebus:altar_offering\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:ant_taming_amulet\",Count:30s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:portal_activator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:homing_beecon\",Count:30s,tag:{},Damage:0s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:1s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:2s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:3s}", - "{id:\"extendedcrafting:material\",Count:45s,Damage:9s}", - "{id:\"extendedcrafting:material\",Count:66s,Damage:10s}", - "{id:\"extendedcrafting:material\",Count:45s,Damage:11s}", - "{id:\"extendedcrafting:material\",Count:15s,Damage:15s}", - "{id:\"extendedcrafting:material\",Count:22s,Damage:16s}", - "{id:\"extendedcrafting:material\",Count:15s,Damage:17s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:128s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:129s}", - "{id:\"bigreactors:reactorcasingcores\",Count:15s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:15s,Damage:0s}", - "{id:\"bigreactors:turbinebearing\",Count:33s,Damage:0s}", - "{id:\"bigreactors:turbinecomputerport\",Count:15s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorredstoneport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcomputerport\",Count:15s,Damage:0s}", - "{id:\"hatchery:circuit_board\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:18s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:138s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:1s,Damage:0s}", - "{id:\"hatchery:shredder\",Count:16s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:20s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:20s,Damage:1s}", - "{id:\"iceandfire:podium\",Count:20s,Damage:2s}", - "{id:\"iceandfire:podium\",Count:20s,Damage:3s}", - "{id:\"iceandfire:podium\",Count:20s,Damage:4s}", - "{id:\"iceandfire:podium\",Count:20s,Damage:5s}", - "{id:\"iceandfire:goldpile\",Count:1s,Damage:0s}", - "{id:\"iceandfire:silver_ore\",Count:5s,Damage:0s}", - "{id:\"iceandfire:sapphire_ore\",Count:10s,Damage:0s}", - "{id:\"iceandfire:sapphire_block\",Count:67s,Damage:0s}", - "{id:\"iceandfire:dragonscale_red\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_green\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_bronze\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_gray\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_blue\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_white\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_sapphire\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonscale_silver\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_brick\",Count:126s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_brick\",Count:126s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:378s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:378s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:500s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:500s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_block\",Count:303s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_block\",Count:303s,Damage:0s}", - "{id:\"iceandfire:sapphire_gem\",Count:10s,Damage:0s}", - "{id:\"iceandfire:silver_ingot\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_red\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_green\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_bronze\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_gray\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_blue\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_white\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_sapphire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_silver\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_red\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_green\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_bronze\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_gray\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_blue\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_white\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_sapphire\",Count:20s,Damage:0s}", - "{id:\"iceandfire:dragonscales_silver\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_shovel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_pickaxe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_axe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:15s,Damage:0s}", - "{id:\"iceandfire:dragonbone_arrow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:20s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:123s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:123s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:198s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:74s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:18s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:1s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:2s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:3s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:4s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:5s}", - "{id:\"iceandfire:hippogryph_egg\",Count:20s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iron_hippogryph_armor\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gold_hippogryph_armor\",Count:22s,Damage:0s}", - "{id:\"iceandfire:hippogryph_talon\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:15s,Damage:0s}", - "{id:\"iceandfire:pixie_dust\",Count:5s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:ambrosia\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_eye\",Count:5s,Damage:0s}", - "{id:\"iceandfire:shiny_scales\",Count:20s,Damage:0s}", - "{id:\"iceandfire:siren_tear\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:123s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:20s,Damage:1s}", - "{id:\"iceandfire:stymphalian_bird_feather\",Count:5s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:2s,Damage:0s}", - "{id:\"iceandfire:stymphalian_feather_bundle\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_bird_dagger\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:25s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:25s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_swarm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_swarm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:11s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_ingot\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:101s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:101s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:67s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_ingot\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:101s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:101s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:67s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:2s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:2s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:2s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:22s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:33s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:45s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"teslacorelib:wrench\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:delay\",Count:45s,Damage:0s}", - "{id:\"integrateddynamics:logic_director\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_block_item\",Count:26s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_block_item\",Count:26s,Damage:0s}", - "{id:\"integratedtunnels:part_player_simulator_item\",Count:48s,Damage:0s}", - "{id:\"mysticalagriculture:growth_accelerator\",Count:11s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:7s,Damage:50s}", - "{id:\"mysticalagriculture:crafting\",Count:5s,Damage:51s}", - "{id:\"mysticalagriculture:crafting\",Count:54s,Damage:52s}", - "{id:\"mysticalagriculture:crafting\",Count:8s,Damage:53s}", - "{id:\"mysticalagriculture:crafting\",Count:8s,Damage:54s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:core_remover\",Count:11s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_fertilizer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:gold_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:lapis_lazuli_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:diamond_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:emerald_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:silver_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:ruby_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:sapphire_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:soularium_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:energetic_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:500s,Damage:2s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:9s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:0s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:1s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:4s}", - "{id:\"mysticalagradditions:special\",Count:75s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:smartwrench\",Count:3s,Damage:0s}", - "{id:\"rftools:infused_diamond\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module_tablet\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:111s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:charged_porter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:advanced_charged_porter\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:15s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:15s,Damage:0s}", - "{id:\"rftools:powercell_card\",Count:3s,Damage:0s}", - "{id:\"rftools:regeneration_module\",Count:7s,Damage:0s}", - "{id:\"rftools:regenerationplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:7s,Damage:0s}", - "{id:\"rftools:speedplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:haste_module\",Count:32s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:48s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:7s,Damage:0s}", - "{id:\"rftools:saturationplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:7s,Damage:0s}", - "{id:\"rftools:featherfallingplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:7s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:7s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:7s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:7s,Damage:0s}", - "{id:\"rftools:blindness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:3s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:25s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:7s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:7s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:3s,Damage:0s}", - "{id:\"rftools:machine_base\",Count:2s,Damage:0s}", - "{id:\"rftools:screen\",Count:1s,Damage:0s}", - "{id:\"rftools:redstone_transmitter_block\",Count:1s,Damage:0s}", - "{id:\"rftools:sequencer_block\",Count:1s,Damage:0s}", - "{id:\"rftools:counter_block\",Count:25s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:1s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:1s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:1s,Damage:0s}", - "{id:\"rftools:digit_block\",Count:1s,Damage:0s}", - "{id:\"rftools:wire_block\",Count:1s,Damage:0s}", - "{id:\"rftools:timer_block\",Count:24s,Damage:0s}", - "{id:\"rftools:machine_infuser\",Count:22s,Damage:0s}", - "{id:\"rftools:space_chamber\",Count:6s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:4s,Damage:0s}", - "{id:\"rftools:locator\",Count:16s,Damage:0s}", - "{id:\"rftools:projector\",Count:33s,Damage:0s}", - "{id:\"rftools:scanner\",Count:33s,Damage:0s}", - "{id:\"rftools:remote_scanner\",Count:24s,Damage:0s}", - "{id:\"rftools:powercell\",Count:18s,Damage:0s}", - "{id:\"rftools:powercell_advanced\",Count:46s,Damage:0s}", - "{id:\"rftools:powercell_simple\",Count:22s,Damage:0s}", - "{id:\"rftools:relay\",Count:45s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:15s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:11s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:8s,Damage:0s}", - "{id:\"rftools:environmental_controller\",Count:176s,Damage:0s}", - "{id:\"rftools:endergenic\",Count:45s,Damage:0s}", - "{id:\"rftools:ender_monitor\",Count:1s,Damage:0s}", - "{id:\"rftools:storage_scanner\",Count:15s,Damage:0s}", - "{id:\"rftools:booster\",Count:18s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:41s,Damage:1s}", - "{id:\"ironchest:iron_chest\",Count:45s,Damage:2s}", - "{id:\"ironchest:iron_chest\",Count:15s,Damage:4s}", - "{id:\"ironchest:iron_chest\",Count:33s,Damage:5s}", - "{id:\"ironchest:iron_chest\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:41s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:45s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:33s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:33s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_gold_chest_upgrade\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_silver_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_chest_upgrade\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_gold_shulker_upgrade\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_shulker_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_silver_shulker_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_shulker_upgrade\",Count:33s,Damage:0s}", - "{id:\"logisticspipes:module_quick_sort\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_provider\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_mod\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_oredict\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_enchantment_sink_mk2\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:18s,Damage:0s}", - "{id:\"logisticspipes:module_active_supplier\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_creativetab\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_mk2\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_basic\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_insertion\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_provider\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_request\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_extractor\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_satellite\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_table\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:10s,Damage:16s}", - "{id:\"logisticspipes:pipe_controller\",Count:18s,Damage:0s}", - "{id:\"logisticspipes:pipe_manager\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:logistics_programmer\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:chip_advanced_raw\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:chip_fpga_raw\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:program_compiler\",Count:1s,Damage:0s}", - "{id:\"modularmachinery:blockcontroller\",Count:26s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:15s,Damage:5s}", - "{id:\"projectex:energy_link\",Count:126s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:500s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:magnum_star_omega\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_ein\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_zwei\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_drei\",Count:500s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_vier\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_sphere\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:colossal_star_omega\",Count:500s,Damage:0s}", - "{id:\"projectex:matter\",Count:378s,Damage:0s}", - "{id:\"projectex:matter\",Count:500s,Damage:1s}", - "{id:\"projectex:matter\",Count:500s,Damage:2s}", - "{id:\"projectex:matter\",Count:500s,Damage:3s}", - "{id:\"projectex:matter\",Count:500s,Damage:4s}", - "{id:\"projectex:matter\",Count:500s,Damage:5s}", - "{id:\"projectex:matter\",Count:500s,Damage:6s}", - "{id:\"projectex:matter\",Count:500s,Damage:7s}", - "{id:\"projectex:matter\",Count:500s,Damage:8s}", - "{id:\"projectex:matter\",Count:500s,Damage:9s}", - "{id:\"projectex:matter\",Count:500s,Damage:10s}", - "{id:\"projectex:matter\",Count:500s,Damage:11s}", - "{id:\"projectex:final_star_shard\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:34s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:magicbane\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:midas_touchstone\",Count:101s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:shears_of_winter\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]}},id:\"xreliquary:void_tear\",Count:1s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:1s,Damage:0s}", - "{id:\"xreliquary:wraith_node\",Count:7s,Damage:0s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:0s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:1s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:2s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:3s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:4s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:5s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:6s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:7s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:8s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:9s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:10s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:11s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:12s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:13s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:14s}", - "{id:\"xreliquary:pedestal\",Count:45s,Damage:15s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:1s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:2s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:3s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:4s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:5s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:6s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:7s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:8s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:9s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:10s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:11s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:12s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:13s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:14s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:15s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"Normal\"},Damage:8s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:24s,Damage:0s}", - "{id:\"rftoolsdim:dimension_builder\",Count:33s,Damage:0s}", - "{id:\"rftoolsdim:dimension_editor\",Count:16s,Damage:0s}", - "{id:\"rftoolsdim:activity_probe\",Count:16s,Damage:0s}", - "{id:\"rftoolsdim:biome_absorber\",Count:66s,Damage:0s}", - "{id:\"rftoolsdim:time_absorber\",Count:90s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:9s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:3s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:1s,Damage:1s}", - "{id:\"storagedrawers:upgrade_storage\",Count:15s,Damage:2s}", - "{id:\"storagedrawers:upgrade_storage\",Count:22s,Damage:3s}", - "{id:\"storagedrawers:upgrade_storage\",Count:15s,Damage:4s}", - "{id:\"storagedrawers:upgrade_conversion\",Count:6s,Damage:0s}", - "{id:\"storagedrawers:drawer_key\",Count:15s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:personal_key\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:quantify_key\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:8s,Damage:1s}", - "{id:\"storagedrawers:keybutton\",Count:8s,Damage:2s}", - "{id:\"storagedrawers:keybutton\",Count:8s,Damage:3s}", - "{id:\"storagedrawers:controller\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:65s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:30s,Damage:0s}", - "{id:\"tg:belt_light\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:65s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:30s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:117s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:206s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:206s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:100s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:87s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:154s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:154s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:75s,Damage:0s}", - "{id:\"tg:ingot_light\",Count:10s,Damage:0s}", - "{id:\"tg:ingot_shade\",Count:10s,Damage:0s}", - "{id:\"tg:nugget_light\",Count:1s,Damage:0s}", - "{id:\"tg:nugget_shade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:1s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:15s,Damage:0s}", - "{id:\"tg:block_light\",Count:67s,Damage:0s}", - "{id:\"tg:block_shade\",Count:67s,Damage:0s}", - "{id:\"tg:ore_light\",Count:10s,Damage:0s}", - "{id:\"tg:ore_shade\",Count:10s,Damage:0s}", - "{id:\"tg:book_holder\",Count:45s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:45s,Damage:0s}", - "{id:\"tg:lamp\",Count:75s,Damage:0s}", - "{id:\"tg:teleportator_frame\",Count:2s,Damage:0s}", - "{id:\"tg:teleportator_floor\",Count:7s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:45s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:22s,Damage:0s}", - "{id:\"thaumicaugmentation:urn\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:urn\",Count:30s,Damage:1s}", - "{id:\"thaumicaugmentation:urn\",Count:50s,Damage:2s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:22s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:9s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:15s,Damage:1s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:33s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:37s,Damage:0s}", - "{id:\"thaumicenergistics:upgrade_arcane\",Count:8s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:18s,Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:16s,Damage:0s}", - "{id:\"thaumictinkerer:animation_tablet\",Count:15s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:9s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:6s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:4s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:33s,Damage:3s}", - "{id:\"tinker_io:upg\",Count:69s,Damage:4s}", - "{id:\"tinker_io:upg\",Count:6s,Damage:5s}", - "{id:\"tinker_io:upg\",Count:51s,Damage:6s}", - "{id:\"tinker_io:upg\",Count:51s,Damage:7s}", - "{id:\"tinker_io:speedupg\",Count:6s,Damage:0s}", - "{id:\"tinker_io:ore_crusher\",Count:75s,Damage:0s}", - "{id:\"tinker_io:stirling_engine\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinymobfarm:lasso\",Count:22s,tag:{},Damage:0s}", - "{id:\"torchmaster:mega_torch\",Count:123s,Damage:0s}", - "{id:\"torchmaster:feral_flare_lantern\",Count:15s,Damage:0s}", - "{id:\"wct:magnet_card\",Count:8s,Damage:0s}", - "{id:\"woot:prism\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:21s,Damage:2s}", - "{id:\"woot:upgrade\",Count:5s,Damage:0s}", - "{id:\"woot:upgrade\",Count:5s,Damage:1s}", - "{id:\"woot:upgrade\",Count:5s,Damage:2s}", - "{id:\"woot:upgrade\",Count:5s,Damage:3s}", - "{id:\"woot:upgrade\",Count:5s,Damage:4s}", - "{id:\"woot:upgrade\",Count:6s,Damage:5s}", - "{id:\"woot:upgrade\",Count:5s,Damage:6s}", - "{id:\"woot:upgrade\",Count:5s,Damage:7s}", - "{id:\"woot:upgrade\",Count:6s,Damage:8s}", - "{id:\"woot:upgrade\",Count:5s,Damage:9s}", - "{id:\"woot:upgrade\",Count:5s,Damage:10s}", - "{id:\"woot:upgrade\",Count:6s,Damage:11s}", - "{id:\"woot:upgrade\",Count:5s,Damage:12s}", - "{id:\"woot:upgrade\",Count:5s,Damage:13s}", - "{id:\"woot:upgrade\",Count:5s,Damage:14s}", - "{id:\"woot:upgradeb\",Count:5s,Damage:0s}", - "{id:\"woot:upgradeb\",Count:5s,Damage:1s}", - "{id:\"woot:upgradeb\",Count:5s,Damage:2s}", - "{id:\"abyssalcraft:dsglow\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:abygolore\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:abydiaore\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:goldu\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:diamondu\",Count:41s,Damage:0s}", - "{id:\"abyssalcraft:abyssalniteu\",Count:42s,Damage:0s}", - "{id:\"abyssalcraft:coraliumu\",Count:31s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumu\",Count:23s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumu\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_small\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:13s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:12s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_bauble\",Count:3s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_double_bauble\",Count:5s,tag:{Energy:350000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_triple_bauble\",Count:6s,tag:{Energy:600000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_quadruple_bauble\",Count:8s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_quintuple_bauble\",Count:9s,tag:{Energy:2000000},Damage:0s}", - "{id:\"actuallyadditions:block_battery_box\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_shock_suppressor\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_player_interface\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_miner\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_item_whitelist\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_leaf_generator\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_xp_solidifier\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_energizer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_enervator\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_lava_factory_controller\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_canola_press\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantomface\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_liquiface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_energyface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:block_inputter_advanced\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_solar\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_heat_collector\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:item_laser_upgrade_range\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:item_laser_upgrade_invisibility\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_filling_wand\",Count:11s,tag:{Energy:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_filling_wand\",Count:11s,tag:{Energy:0},Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:30s,Damage:6s}", - "{id:\"actuallyadditions:item_misc\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_more_damage_lens\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_laser_wrench\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:22s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:22s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:22s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:22s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_emerald\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_emerald\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:3s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:9s,tag:{Energy:250000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:9s,tag:{Energy:0},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:8s,tag:{Energy:250000},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:8s,tag:{Energy:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:8s,tag:{Energy:250000},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:8s,tag:{Energy:0},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery\",Count:4s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery\",Count:4s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_double\",Count:7s,tag:{Energy:350000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_double\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_triple\",Count:9s,tag:{Energy:600000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_triple\",Count:9s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quadruple\",Count:11s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quadruple\",Count:11s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quintuple\",Count:12s,tag:{Energy:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quintuple\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_iii\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_silk_touch\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_five_by_five\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:5s,Damage:8s}", - "{id:\"actuallyadditions:item_food\",Count:6s,Damage:12s}", - "{id:\"actuallyadditions:item_dust\",Count:10s,Damage:1s}", - "{id:\"actuallyadditions:item_dust\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:25s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:22s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:18s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:16s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_emerald\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_emerald\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_emerald\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_emerald\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_emerald\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:gold_paxel\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:diamond_paxel\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:emerald_paxel\",Count:60s,Damage:0s}", - "{id:\"buildcraftcore:marker_volume\",Count:1s,Damage:0s}", - "{id:\"buildcraftcore:gear_gold\",Count:30s,Damage:0s}", - "{id:\"buildcraftcore:gear_diamond\",Count:67s,Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:1s,Damage:2s}", - "{id:\"buildcraftbuilders:architect\",Count:69s,Damage:0s}", - "{id:\"buildcraftfactory:distiller\",Count:33s,Damage:0s}", - "{id:\"techreborn:dust\",Count:3s,Damage:16s}", - "{id:\"techreborn:dust\",Count:10s,Damage:24s}", - "{id:\"techreborn:dust\",Count:5s,Damage:47s}", - "{id:\"techreborn:gem\",Count:10s,Damage:0s}", - "{id:\"techreborn:gem\",Count:10s,Damage:1s}", - "{id:\"techreborn:ingot\",Count:5s,Damage:11s}", - "{id:\"techreborn:ingot\",Count:3s,Damage:22s}", - "{id:\"techreborn:nuggets\",Count:1s,Damage:24s}", - "{id:\"techreborn:part\",Count:6s,Damage:0s}", - "{id:\"techreborn:part\",Count:9s,Damage:1s}", - "{id:\"techreborn:part\",Count:3s,Damage:2s}", - "{id:\"techreborn:part\",Count:24s,Damage:3s}", - "{id:\"techreborn:part\",Count:13s,Damage:4s}", - "{id:\"techreborn:part\",Count:3s,Damage:5s}", - "{id:\"techreborn:part\",Count:3s,Damage:17s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:16s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:24s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:47s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:energycrystal\",Count:7s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:energycrystal\",Count:7s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:16s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:16s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:96s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:96s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:29s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:29s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:29s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:29s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:29s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:29s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:33s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:33s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:33s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:33s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:33s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:33s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:12s,tag:{isActive:0b,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:12s,tag:{isActive:0b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:12s,tag:{isActive:1b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:11s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:11s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{id:\"techreborn:upgrades\",Count:37s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubysword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubypickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyspade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyhoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyhelmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyboots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphiresword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirepickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirespade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirehoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirehelmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireboots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_gloves\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:diamond_gloves\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_ring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_pendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:blue_cape\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:nether_gold_ore\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:nether_emerald_ore\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:nether_diamond_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:end_emerald_ore\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:end_diamond_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:end_gold_ore\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_spade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:162s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:162s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:162s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap_match\",Count:15s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_variant\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_health\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:8s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_launch_small\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:spikes_diamond\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:72s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_fluid\",Count:50s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_trade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_launcher\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_spreader\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_torch_launcher\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:book_ender\",Count:50s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spelunker\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:cyclic_wand_build\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_spawn\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:mattock\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:apple_emerald\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_boat\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_speed\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:boomerang\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:magnet_anti_block\",Count:17s,Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:crafting_food\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:150s,Damage:0s}", - "{id:\"cyclicmagic:moon_sensor\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:sprout_seed\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil_magma\",Count:100s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:50s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:31s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:entity_detector\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:imbuer\",Count:31s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:60s,Damage:0s}", - "{id:\"cyclicmagic:water_candle\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:70s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_diamond_wood_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_daizuli_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stripes_item\",Count:5s,Damage:0s}", - "{id:\"buildcraftcompat:pipe_item_propolis\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:plug_power_adaptor\",Count:1s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:41s,Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:alchemical_crystal\",Count:90s,Damage:0s}", - "{id:\"contenttweaker:strange_brownie\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:23s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:33s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:101s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:252s,Damage:0s}", - "{id:\"contenttweaker:cursed_organic_matter\",Count:1s,Damage:0s}", - "{id:\"dimdoors:gold_door\",Count:45s,Damage:0s}", - "{id:\"dimdoors:gold_dimensional_door\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_remover\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_stabilizer\",Count:45s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:11s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:12s}", - "{id:\"valkyrielib:modifier_speed\",Count:30s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:66s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_3\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_4\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:structure_panel\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:structure_panel_clear\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:photovoltaic_cell\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:modifier_accuracy\",Count:303s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_1\",Count:75s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_2\",Count:132s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_3\",Count:174s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_4\",Count:206s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_5\",Count:230s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_6\",Count:248s,Damage:0s}", - "{id:\"environmentaltech:modifier_haste\",Count:66s,Damage:0s}", - "{id:\"environmentaltech:modifier_jump_boost\",Count:135s,Damage:0s}", - "{id:\"environmentaltech:modifier_night_vision\",Count:30s,Damage:0s}", - "{id:\"environmentaltech:modifier_saturation\",Count:500s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:67s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:crop_recolector\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:animal_resource_harvester\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:block_destroyer\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:75s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:24s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:101s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:plant_interactor\",Count:45s,Damage:0s}", - "{id:\"industrialforegoing:froster\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:12s}", - "{id:\"industrialforegoing:adult_filter\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:22s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:67s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:energy_field_addon\",Count:50s,Damage:0s}", - "{id:\"industrialforegoing:leaf_shearing\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fortune_addon\",Count:45s,Damage:0s}", - "{id:\"logisticspipes:pipe_lb.bridgepipe\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_lb.craftingmanager\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:11s,Damage:0s}", - "{id:\"magicbees:mysteriousmagnet\",Count:11s,Damage:2s}", - "{id:\"magicbees:mysteriousmagnet\",Count:27s,Damage:4s}", - "{id:\"magicbees:mysteriousmagnet\",Count:51s,Damage:6s}", - "{id:\"magicbees:mysteriousmagnet\",Count:87s,Damage:8s}", - "{id:\"magicbees:mysteriousmagnet\",Count:141s,Damage:10s}", - "{id:\"magicbees:mysteriousmagnet\",Count:222s,Damage:12s}", - "{id:\"magicbees:mysteriousmagnet\",Count:344s,Damage:14s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:16s}", - "{id:\"magicbees:mysteriousmagnet\",Count:500s,Damage:18s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:16s,id:2}]},Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:11s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_1\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_3\",Count:112s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_4\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_5\",Count:112s,Damage:0s}", - "{id:\"danknull:dank_null_panel_1\",Count:6s,Damage:0s}", - "{id:\"danknull:dank_null_panel_3\",Count:30s,Damage:0s}", - "{id:\"danknull:dank_null_panel_4\",Count:45s,Damage:0s}", - "{id:\"danknull:dank_null_panel_5\",Count:30s,Damage:0s}", - "{id:\"danknull:danknull_dock\",Count:30s,Damage:0s}", - "{id:\"erebus:silo_tank\",Count:5s,Damage:0s}", - "{id:\"erebus:materials\",Count:4s,Damage:49s}", - "{id:\"erebus:materials\",Count:2s,Damage:50s}", - "{id:\"erebus:idols\",Count:402s,Damage:6s}", - "{id:\"erebus:wall_plants_cultivated\",Count:6s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"acornoak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAcorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"alder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"allspice\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAllspice\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"almond\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAlmond\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"apricot\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApricot\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"ash\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"aspen\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"avocado\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAvocado\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"balsamfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"banana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBanana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"beech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlack_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackthorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blueberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlueberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAgapanthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAllium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAlthea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAnemone\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mistyrose\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAquilegia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAster\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.goldenrod\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAuricula\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAzalea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerBluet\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lavender\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCamellia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCarnation\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerChrysanthemum\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerConeflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCornflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaffodil\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDahlia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaisy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDandelion\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDelphinium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDianthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerEdelweiss\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLowest\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerForget\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFoxglove\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFuchsia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGaillardia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGeranium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGoldenrod\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHollyhock\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.black\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHydrangea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerIris\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightgray\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLavender\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLilac\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLily\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerMarigold\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerOrchid\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPansy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPenstemon\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPeony\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPetunia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPoppy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPrimrose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerRose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerScabious\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerTulip\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerViola\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerYarrow\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerZinnia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"box\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBrazil_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"buddhahand\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBuddha_hand\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"butternut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitButternut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"candlenut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCandlenut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.acceleration\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"careerbees.lifespanImmortal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.accelerate\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.armorer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.armorer\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.artist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.painting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.assassin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.assassin\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.bensen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.jazz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.buisnessman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.buisness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.butcher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.butcher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.clock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.clockwinding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.collectors\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.pickup\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.cook\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.glazing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.crusher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.crusher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.devil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.burning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.fortune\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.fortune\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.silky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.silky\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.dire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.novabynova\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.doctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.healing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.electrician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.electrifying\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.energy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.rf\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.engineer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.graduate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.honey_smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.honey_comb\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.husbandry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.husbandy\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.junk_seller\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.junk_sale\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.lumber\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.lumber\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mad_scientist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.exploding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mason\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.mason\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.nca\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.phd\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.plaguedoctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.curative\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.police\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.mob\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.politician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.politics\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.priest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.priest\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_charm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_strange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.rainbow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.repair\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.repair\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.robot\"},{species:\"rootBees\",chromosome:1,allele:\"careerbees.speedRobotic\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.science\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.sharpening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.sharpen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.smelt\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.soaring\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.soaring\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.student\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.taxcollector\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.taxation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.thief\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.player\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.yente\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cashew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCashew\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cedar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cherryplum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCherry_plum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"chilli\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitChilli\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cinnamon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"citron\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCitron\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"clove\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitClove\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coconut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoconut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coffee\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoffee\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"copperbeech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cranberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCranberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cypress\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"douglasfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"dwarfhazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitElderberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elm\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.abyss\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.wither\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.acidic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.alcohol\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ancient\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.arid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.artic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.barren\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.basalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bauxite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blooming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sapling\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_sapling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blutonium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.boggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_skeleton\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.caustic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.celebratory\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.fireworks\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cinnabar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.classical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coffee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.copper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.corrosive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creeper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creosote\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyanite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.darkened\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.decomposing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.desolate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.hunger\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.diamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.distilled\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ecstatic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.power\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.emerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.energetic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.excited\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.farm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.freezing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fruit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_fruit\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fuel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fungal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_mushroom\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glowstone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glutinous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gnawing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.wood\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.granite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.greek\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.growing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.hazardous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.infectious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.iron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.jaded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lapis\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.latex\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightgray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.limegreen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.malicious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.marble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.milk\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mineral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.mystical\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nuclear\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ocean\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.oil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.platinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.prehistoric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.primeval\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pyrite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.quantum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.radioactive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.relic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.resin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ripening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.fruit\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.river\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.roman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rotten\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_zombie\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ruby\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sapphire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.shadow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sodalite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.spatial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sphalerite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sticky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.stone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sugar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.swamp\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sweet\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tempered\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.thriving\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.titanium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tungstate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unstable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.virulent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.viscous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.volcanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.water\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellorium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.zinc\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.camberwellbeauty\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.crimsonrose\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.gatekeeper\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.goldenbirdwing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.kaiserihind\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marbledwhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marshfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.meadowbrown\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.monarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.paintedlady\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.peacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.pearlborderedfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.purpleemperor\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.queenofspainfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.redadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.ringlet\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.scotchangus\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smallheath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smalltortoiseshell\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.speckledwood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.wall\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.whiteadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fingerlime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFinger_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"floweringcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiAurora\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBatesia\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlackSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueDuke\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueWing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCabbageWhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCitrusSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i8d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i10d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiComma\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiDianaFrit\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiEmeraldPeacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanNormal\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlasswing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlassyTiger\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGozoraAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiLLacewing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMalachite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMonarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPalaenoSulphur\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostillion\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostman\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiRBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiReseda\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpicebush\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpringAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiThoasSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiZebraSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothAtlas\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLargest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBombyxMori\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i4d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonSilk\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothLatticedHeath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAgrarian\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFertile\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAustere\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAvenging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesBoggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMycophilic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCommon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCultivated\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDemonic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDiligent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEdenic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectExploration\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEnded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesExotic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFarmerly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFiendish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesForest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFrugal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesGlacial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHermitic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHeroic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIcy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesImperial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIndustrious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesLeporine\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFestiveEaster\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMajestic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMarshy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMeadows\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMerry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectSnowing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMiry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesModest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMonastic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesNoble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesPhantasmal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectResurrection\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesRural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSecluded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSinister\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSpectral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectReanimation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSteadfast\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTipsy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTricky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersGourd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTropical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesUnweary\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesValiant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVengeful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVindictive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesWintry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcacia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcaciaVanilla\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBalsa\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBaobab\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBirch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeChestnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitChestnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCocobolo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDarkOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDate\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitDates\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeEbony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeGigant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightGigantic\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i4d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeIpe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeJungle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCocoa\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeKapok\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLarch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLemon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitLemon\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahoe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahogony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePadauk\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePapaya\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPapaya\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePlum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPlum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePoplar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSequoia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSipiri\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSpruce\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeTeak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWalnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitWalnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWenge\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWillow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeZebrawood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.derpious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lime\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gingko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGingko_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"goldenraspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGolden_raspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFastest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gooseberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGooseberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"grapefruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGrapefruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hawthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hemlock\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"holly\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hornbeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"iroko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"juniper\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitJuniper\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"keylime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKey_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"kumquat\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKumquat\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"lime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitLime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"loblollypine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"locust\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"logwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAESkystone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAbandoned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAluminium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesApatite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArcane\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArdite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAttuned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAware\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTAlfheim\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectdreaming\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBlossom\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBotanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTDreaming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTFloral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTRooted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTSomnolent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTVazbee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:batty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBeef\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:bovine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBigbad\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:canine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBronze\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:catty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCertus\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCharmed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesChicken\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:chicken\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCobalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCopper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCrumbling\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:crumbling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDiamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDoctoral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDraconic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEarthy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEldritch\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesElectrum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEmerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEnchanted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEsoteric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEthereal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFirey\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFluix\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesForlorn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGhastly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ghastly\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHateful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHorse\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:horse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInfernal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvisible\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:alleleinvisibility\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesIron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLordly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesManyullyn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMutable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMysterious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNameless\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOblivion\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOsmium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPlatinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPork\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:porcine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPupil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesRSAFluxed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSavant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesScholarly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSheepish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:sheep\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilicon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSkulking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSmouldering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ablaze\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSorcerous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSoul\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpidery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spidery\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpirit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpiteful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSupernatural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEAmped\"},{species:\"rootBees\",chromosome:1,allele:\"magicbees.speedBlinding\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblitz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEBlizzy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTECoal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDante\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDestabilized\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEEndearing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGelid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblizz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGrounded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTELux\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEPyro\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTERocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnbasalz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEShocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEWinsome\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTimely\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTransmuting\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effecttransmuting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesUnusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWatery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWindy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWithering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectwithering\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"manderin\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitManderin\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"mango\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitMango\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"monkeypuzzle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nectarine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNectarine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nutmeg\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNutmeg\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"oldfustic\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"olive\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOlive\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOrange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orchardapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"osangeorange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOsange_orange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"peach\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPeach\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pear\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPear\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pecan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPecan\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pinkivory\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"plantain\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPlatain\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pomelo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPomelo\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"prairiecrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"purpleheart\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rainbowgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"raspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRaspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redbanana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRed_banana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRedcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redmaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosegum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosewood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rowan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sallow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"satsuma\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSatsuma\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sourcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSour_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"staranise\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStar_anise\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"starfruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStarfruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"swampgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sycamore\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFig\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"tangerine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitTangerine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"whitebeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"wildcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitWild_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:11s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"yew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:22s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:41s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:7s,Damage:10s}", - "{id:\"enderio:item_soul_vial\",Count:7s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:stray\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:husk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie_villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:skeleton_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:donkey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:mule\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:evocation_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:vex\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:vindication_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:illusion_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie_pigman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:silverfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:blaze\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:magma_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:witch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:endermite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:shulker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:squid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:mooshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:snowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:ocelot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:villager_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:rabbit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:polar_bear\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:llama\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:parrot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:depthsghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:abyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:jzahar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:abygolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadguard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dragonminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dragonboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowcreature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowmonster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demonpig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:gskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:chagarothspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:chagarothfist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:chagaroth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antiabyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antibat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antichicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:anticow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:anticreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antighoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antipig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antiplayer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antiskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antispider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antizombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:remnant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:omotholghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:jzaharminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:greaterdreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:lesserdreadbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:lessershoggoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demoncow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demonchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demonsheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:coraliumsquid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shuboffspring\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thermalfoundation:blizz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thermalfoundation:blitz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thermalfoundation:basalz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"draconicevolution:chaosguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"cyclicmagic:robot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"astralsorcery:entityflare\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"astralsorcery:entityspectraltool\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"astralsorcery:entityliquidspark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"botania:pixie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"botania:doppleganger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"botania:pink_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"biomesoplenty:wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"chickens:chickenschicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:glitch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"dimdoors:mob_monolith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.centipede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.mosquito\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.tarantula\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bot_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.scorpion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.solifuge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.grasshopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.locust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.moth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.rhino_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.antlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.black_widow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.glow_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bombardier_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.scytodes\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.money_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.praying_mantis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.jumping_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fire_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.worker_bee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.velvet_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.dragon_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.titan_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bot_fly_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fungal_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.crop_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.woodlouse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.cicada\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fire_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.lava_web_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.antlion_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.chameleon_tick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.solifuge_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.midge_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.punchroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.crushroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.black_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.zombie_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.tarantula_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.tarantula_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.pond_skater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bog_maw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.magma_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.animated_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.animated_chest\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.animated_bamboo_crate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.umber_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.umber_golem_idol\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.antlion_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.honey_pot_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.zombie_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bed_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.stag_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.gas_vent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"hatchery:roosterentity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumadditions:blue_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"industrialforegoing:pink_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"randomthings:spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"randomthings:goldenchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"openblocks:luggage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"openblocks:mini_me\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"plustic:supremeleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"plustic:blindbandit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"tg:observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:dark_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:angler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:swamp_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:wight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:sporeling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:leech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:blood_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mire_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mire_snail_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:lurker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:gecko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:olm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:frog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:gas_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tar_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:silt_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:pyrad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:peat_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tarminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mummy_arm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss_blockade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss_turret\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:dreadful_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:smoll_sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:greebling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:boulder_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:spirit_tree_face_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:spirit_tree_face_large\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:root_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:small_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:large_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:shambler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:wall_lamprey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:moving_spawner_hole\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:wall_living_root\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:crypt_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:barrishee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:ash_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:triggered_falling_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:splodeshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:cc_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:emberling_shaman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:flame_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:emberling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:sludge_menace\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:draeton_dragonfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:draeton_firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:worm_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_matriarch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_hatchling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_tame\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:greebling_coracle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:anadia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:rock_snot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mist_brige\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:jellyfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:jellyfish_cave\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:bubbler_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:freshwater_urchin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:cave_fish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistportalgreater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistportallesser\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:turretbasic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:turretadvanced\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:arcanebore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchwarden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintaclegiant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:brainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:giantbrainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:firebat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:spellbat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:pech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:mindspider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistknight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistcleric\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchcrab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:inhabitedzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:thaumslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintcrawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintacle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintacletiny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintswarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintseed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintseedprime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:wild_boar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:bighorn_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:deer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:redcap\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:swarm_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:naga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:skeleton_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hostile_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hedge_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hydra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:penguin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:lich_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:loyal_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tiny_bird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:squirrel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:quest_ram\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:kobold\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:mosquito_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:death_tome\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:minotaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:minoshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:fire_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:slime_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:pinch_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:maze_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:redcap_sapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:mist_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:king_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:mini_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_broodling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:ur_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:blockchain_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:goblin_knight_upper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:goblin_knight_lower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:helmet_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:knight_phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:yeti\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:yeti_alpha\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:winter_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:snow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:stable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:unstable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:snow_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:giant_miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:armored_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:ice_crystal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:harbinger_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:adherent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:roving_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:castle_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hydra_head\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:boggard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"tconstruct:blueslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"natura:imp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"natura:nitrocreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:sentient_specter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:mimic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:airhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:alarmo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:amphibior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:amphibiyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ancient_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:anemia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:angelica\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:apparition\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arc_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arc_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arcbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:archvine\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arcworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ariel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arkback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arkzyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arocknid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:automaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:axiolight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bane\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:banshee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:baroness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:basilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:baumba\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:black_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bloodmist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bloodsucker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_runic_lifeform\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bobo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bomb_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bone_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bone_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:boneback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bouncer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:broccohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:brute\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bush_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:candy_corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cane_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:case_construct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cave_creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cave_creepoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:centinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cherry_barrager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cherry_blaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:chimera\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:chocko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:chomper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:clown\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:clunkhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:coniferon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_mind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_range\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_resistance\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_speed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_strength\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_terror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corallus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:coralon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cotton_candor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:craexxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creeperlock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creepird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creepuple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crusilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cryptid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crystocore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dark_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dawnlight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:daysee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dead_tree\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:death_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:deinotherium\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:demon_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:desert_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:destructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:devourer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dicer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:diocus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:distorter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:doubler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dracyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dust_strider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dusteiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:duston\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dweller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dyrehorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:echodar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:eeo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:eilosapien\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elite_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elite_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elite_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elusive\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:embrake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:emperor_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:enforcer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:everbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:exohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:exoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:explodot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:eye_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:faceless_floater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:faceless_runner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fake_zorp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fischer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fishix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flamewalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flesh_eater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flowerface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungung\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:furlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gadgetoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghastus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostine_ancient\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:giant_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gingerbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gingerbread_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goalby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goldorth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goldum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goldus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:graw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:green_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:green_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:green_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grillface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grobbler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grocculate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grunt\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gyro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:harkos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:headless_destroyer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:headless_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hellcat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hellspot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hiding_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hill_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hive_king\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hive_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:horndron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:horon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:host\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hunch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hydrolisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hydrolon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ice_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:infernal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:inmate_x\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:inmate_y\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:iosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:irkling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:jawe\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:jumbo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kaiyu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kajaros\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:keeler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_bambambam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_shroomus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:klobber\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:koko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kranky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:leafy_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_caster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lightwalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:linger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:little_bam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:living_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lollypopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lost_soul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lunarcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:luxocron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:magical_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:magicke\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechachron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechamaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechbot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:merkyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mermage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mirage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:miskel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:modulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mother_void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:muckopede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:muncher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mushroom_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:natura\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:neptuno\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nethengeic_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nethengeic_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:night_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nightfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nightmare_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nightwing\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nospike\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:occulent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:okazor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:omnilight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:opteryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:orange_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:orbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:paladin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:parasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:paravite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:penumbra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:pigotron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:pincher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:pod_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:polar_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:polytom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primitive_carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:proshield\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:purple_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:quickpocket\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rainicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rammerhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ramradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rawbone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:raxxan\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:reaper_twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:reaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:red_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:red_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:refluct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rock_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rock_critter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rock_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rockbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:roloscope\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runic_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runic_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runicorn_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sabretooth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sand_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sand_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:scrubby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_viper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:seeker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shadow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shadowlord\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shavo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:silencer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:silverfoot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skele_elder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skelekyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeletal_cowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeletron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skolle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skull_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:slimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:smash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:snappy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:snow_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:soulscorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:soulvyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spectral_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sphinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spinoledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spinux\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spirit_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spirit_protector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:squasher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:squiggler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stalker_prime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sticky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stimulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stimulosus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stitches\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stone_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:strong_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:strong_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:strong_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sugarface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:surveyor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:swamp_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sysker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:terradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:terrestrial\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tharafly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tipsy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tortione\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:toxxulous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tracker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tree_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:trickster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:triclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tyrosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:undead_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:urioh\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:urka\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:urv\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:valkyrie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:vertebron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:vine_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:vinocorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visualent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visular\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:void_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:volar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:voliant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:voltron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:voxxulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:warclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:web_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:wickett\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:winged_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:wither_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:wood_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:xxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:yellow_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:yellow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:yellow_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zarg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zhinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:alluricorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blissard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:compeer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_of_servility\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:craggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:draggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ender_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:friendly_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gnawer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goofer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:healing_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hellquin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hive_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:horntail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mecha_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mecha_skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:orbling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:plateosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rammerhorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rosid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shaddy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shadow_stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spikeback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spraggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:waggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:abyssal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ambient_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:anima_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:assassin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:augury_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:baron_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blooming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:boreic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:butchery_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:candied_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:celevian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:coratee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corrupted_traveller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creep_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creep_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creeponia_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crystal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crystal_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dungeon_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dustopian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elkanyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:expedition_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:explosives_expert\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:extraction_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:floro_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:foraging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:glaring_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gleaming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:glistening_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:glowing_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:golden_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gorb_arms_dealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gorb_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gorb_engineer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:halycon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hauling_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:haunted_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hunter_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:infusion_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:innervation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:logging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lunar_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:meganeuropsis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:metalloid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mystic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:naturalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:peppermint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:portal_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:precasian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_guide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:professor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:radiant_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:realmshifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rocky_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shining_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyrelands_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spearmint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:store_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:token_collector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:toxic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:toy_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:troll_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:trotter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:twinkling_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:undead_herald\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:withering_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_child\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_grocer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_herbalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_vendor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bane_big\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bloodlust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corallus_shot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:ice_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:lightning_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:spirit_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:spirit_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:phoenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:magic_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:decoy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:shadow_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:storm_elemental\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:lizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:owl\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:snake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:black_dog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:hellhound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:feuerwurm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:werewolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:cleaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:demoness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:bafometyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:shadow_person\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:cambion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:druden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:baphomet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:leonard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:arid_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:cave_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:caveclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:desert_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ehu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:enthralled_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:frost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:glacon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:brown_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:white_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jack_o_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jungle_bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jungle_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jungle_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:king_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:kobblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:liopleurodon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:livestock_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:pumpkin_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:rainbour\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:rotatick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:saguaro_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:shark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:smelter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:snapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:stone_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_eye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_grue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:whale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hell_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hell_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:scorcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildfire\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ender_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ender_triplets\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ender_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:alicanto\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:fractite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:frost_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:frosty\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:glacide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hastreus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:rollum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:workshop_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:workshop_tinkerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:eden_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:eden_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:greenfeet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:madivel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:sun_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:weak_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:behemoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:epiphite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:moon_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:termid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:verek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildwood_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildwood_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildwood_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:apalachia_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:apalachia_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:apalachia_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:enchanted_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:enchanted_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:advanced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:megalith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mystic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:samek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:skythern_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:skythern_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:skythern_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:angry_bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:demon_of_darkness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mortum_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:sorcerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:soul_stealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:soul_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:twilight_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:captain_merik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:datticon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:deathcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:death_hound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dungeon_constructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dungeon_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dungeon_prisoner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:fyracryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:kazari\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:leorna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:living_statue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:paratiku\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:razorback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:golem_of_rejuvenation\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:roamer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:seimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lord_vatticus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:war_general\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:zelus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:acid_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:biphron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:bohemite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:crypt_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:cymesoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dissiment\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dreamwrecker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:duo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:fake_vhraak\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:galroid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:gorgosion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:helio\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hover_stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:kazrotic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lheiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lorga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lorga_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mandragora\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mysterious_man_layer_1\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:shadahier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_hunger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:temple_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:tocaxin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:vermenous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:zone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:zoragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ancient_entity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_blue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_green\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_purple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_red\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_yellow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:densos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dramix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:eternal_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:experienced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hive_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:karot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:karos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:king_of_scorchers\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lady_luna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:parasecta\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:quadro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:raglok\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:reyvor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:soul_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:sunstorm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:termasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:twilight_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:vamacheron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wreck\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dragonegg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dragonskull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:firedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:icedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:snowvillager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:hippogryph\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:stonestatue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:gorgon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:siren\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:hippocampus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:deathworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:if_cockatrice\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:stymphalianbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:if_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_sentinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_royal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:amphithere\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:seaserpent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_swarmer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:if_mob_skull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_thrall\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_ghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_scuttler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"tfspellpack:druid_mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:autocaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:primal_wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:celestial_observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"forestry:butterflyge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:moa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:phyg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:flying_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:sheepuff\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:aerbunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:aerwhale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:swet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:sentry\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:zephyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:aechor_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:slider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:valkyrie_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:sun_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:fire_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:ice_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:thunder_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:fire_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:mini_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:whirlwind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"battletowers:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"nuclearcraft:feral_ghoul\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:6s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:56s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:56s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}", - "{id:\"botania:cacophoniumblock\",Count:10s,Damage:0s}", - "{id:\"iceandfire:egginice\",Count:20s,Damage:0s}", - "{id:\"rftools:simple_dialer\",Count:1s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,Damage:0s}", - "{id:\"biomesoplenty:earth\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_map\",Count:72s,Damage:0s}" - ] - }, - { - "aspect": "caeles", - "items": [ - "{id:\"draconicevolution:draconium_block\",Count:72s,Damage:1s}", - "{id:\"draconicevolution:draconic_block\",Count:54s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:13s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:19s,Damage:3s}", - "{id:\"draconicevolution:draconic_ingot\",Count:6s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:dragon_heart\",Count:20s,Damage:0s}", - "{id:\"draconicevolution:chaos_shard\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:67s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:67s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:67s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{id:\"draconicevolution:magnet\",Count:9s,Damage:1s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:24s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:12s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:mithminite_blade\",Count:65s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:51s,Damage:0s}", - "{id:\"thaumadditions:zeith_fur\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:114s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:80s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:80s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"caeles\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:56s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:109s,Damage:0s}", - "{id:\"thaumadditions:void_anvil\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:40s,Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:108s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:162s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"caeles\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"caeles\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:12s,Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:36s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{id:\"mysticalagradditions:special\",Count:64s,Damage:4s}", - "{id:\"mysticalagradditions:awakened_draconium_seeds\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:haven_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:pixonia_artifact\",Count:40s,Damage:0s}", - "{id:\"contenttweaker:vox_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:garden_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:iromine_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:celian_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:candy_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:mysterium_block\",Count:18s,Damage:0s}", - "{id:\"contenttweaker:alkemia_artifact\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:30s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:124s,Damage:0s}", - "{id:\"contenttweaker:crystevian_crystal\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:solidified_memory\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "vacuos", - "items": [ - "{id:\"minecraft:bedrock\",Count:25s,Damage:0s}", - "{id:\"minecraft:sponge\",Count:5s,Damage:0s}", - "{id:\"binniecore:storage\",Count:18s,Damage:0s}", - "{id:\"binniecore:storage\",Count:13s,Damage:1s}", - "{id:\"binniecore:storage\",Count:9s,Damage:3s}", - "{id:\"minecraft:chest\",Count:6s,Damage:0s}", - "{id:\"minecraft:ender_chest\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:white_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:orange_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:magenta_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:light_blue_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:yellow_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lime_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:pink_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:gray_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:silver_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cyan_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:purple_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:blue_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:brown_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:green_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:red_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:black_shulker_box\",Count:7s,Damage:0s}", - "{id:\"minecraft:flower_pot\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dankstorage:dank_7\",Count:4s,Damage:0s}", - "{id:\"minecraft:dispenser\",Count:5s,Damage:0s}", - "{id:\"minecraft:hopper\",Count:5s,Damage:0s}", - "{id:\"minecraft:dropper\",Count:5s,Damage:0s}", - "{id:\"tconstruct:wooden_hopper\",Count:4s,Damage:0s}", - "{id:\"minecraft:bowl\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:mushroom_stew\",Count:3s,Damage:0s}", - "{id:\"minecraft:bucket\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:water_bucket\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lava_bucket\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:milk_bucket\",Count:5s,Damage:0s}", - "{id:\"minecraft:glass_bottle\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:beetroot_soup\",Count:3s,Damage:0s}", - "{id:\"minecraft:shulker_shell\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:rain_sensor\",Count:3s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:3s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:3s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:4s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:3s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:device\",Count:3s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cache\",Count:4s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:strongbox\",Count:4s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:288s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:433s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:576s}", - "{id:\"techreborn:charge_o_mat\",Count:9s,Damage:0s}", - "{id:\"forestry:bee_chest\",Count:4s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:4s,Damage:0s}", - "{id:\"forestry:worktable\",Count:4s,Damage:0s}", - "{id:\"forestry:mailbox\",Count:13s,Damage:0s}", - "{id:\"forestry:trade_station\",Count:9s,Damage:0s}", - "{id:\"forestry:database\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_bag\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:lepidopterist_bag\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:forester_bag\",Count:4s,Damage:0s}", - "{id:\"forestry:tree_chest\",Count:4s,Damage:0s}", - "{id:\"forestry:butterfly_chest\",Count:4s,Damage:0s}", - "{id:\"railcraft:manipulator\",Count:3s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:wireless_kit\",Count:3s,Damage:0s}", - "{id:\"bewitchment:goblet\",Count:15s,Damage:0s}", - "{id:\"bewitchment:gray_candle\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:ricebowl\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:4s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:4s,tag:{power:32000.0d,upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:3s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:0s}", - "{id:\"extrautils2:trashcan\",Count:4s,Damage:0s}", - "{id:\"extrautils2:trashcanfluid\",Count:3s,Damage:0s}", - "{id:\"extrautils2:playerchest\",Count:15s,Damage:0s}", - "{id:\"extrautils2:contract\",Count:3s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:1s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:1s,Damage:2s}", - "{id:\"extrautils2:crafter\",Count:3s,Damage:0s}", - "{id:\"extrautils2:miner\",Count:3s,Damage:0s}", - "{id:\"extrautils2:user\",Count:3s,Damage:0s}", - "{id:\"extrautils2:klein\",Count:3s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:3s,Damage:0s}", - "{id:\"extrautils2:largishchest\",Count:4s,Damage:0s}", - "{id:\"extrautils2:trashchest\",Count:7s,Damage:0s}", - "{id:\"extrautils2:analogcrafter\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vacuos\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:24s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:28s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:fission_port\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:rtg_plutonium\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:rtg_americium\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:rtg_californium\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_advanced\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:62s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:139s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_advanced\",Count:21s,tag:{maxTransfer:320000,capacity:6400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:62s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:139s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:buffer\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_controller\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_hard_carbon\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:turbine_controller\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector\",Count:28s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_compact\",Count:168s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_dense\",Count:500s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:1s}", - "{id:\"nuclearcraft:part\",Count:5s,Damage:2s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:15s,Damage:0s}", - "{id:\"randomthings:fluiddisplay\",Count:3s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:3s,Damage:0s}", - "{id:\"randomthings:inventoryrerouter\",Count:3s,Damage:0s}", - "{id:\"randomthings:inventorytester\",Count:2s,Damage:0s}", - "{id:\"randomthings:plate_collection\",Count:1s,Damage:0s}", - "{id:\"randomthings:plate_extraction\",Count:1s,Damage:0s}", - "{id:\"randomthings:beanstew\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:3s,tag:{timeData:{}},Damage:0s}", - "{id:\"openblocks:cannon\",Count:3s,Damage:0s}", - "{id:\"openblocks:xp_bottler\",Count:3s,Damage:0s}", - "{id:\"openblocks:donation_station\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:luggage\",Count:4s,Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:8s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:4s,Damage:10s}", - "{id:\"projectred-expansion:machine2\",Count:4s,Damage:11s}", - "{id:\"libvulpes:hatch\",Count:4s,Damage:0s}", - "{id:\"libvulpes:hatch\",Count:4s,Damage:1s}", - "{id:\"libvulpes:hatch\",Count:3s,Damage:2s}", - "{id:\"libvulpes:hatch\",Count:3s,Damage:3s}", - "{id:\"advancedrocketry:satellitebuilder\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:loader\",Count:3s,Damage:2s}", - "{id:\"advancedrocketry:loader\",Count:3s,Damage:3s}", - "{id:\"advancedrocketry:loader\",Count:2s,Damage:4s}", - "{id:\"advancedrocketry:loader\",Count:2s,Damage:5s}", - "{id:\"advancedrocketry:intake\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:stone_porous\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:alembic\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:everfull_urn\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:10s,Damage:0s}", - "{id:\"divinerpg:advanced_mushroom_stew\",Count:2s,Damage:0s}", - "{id:\"divinerpg:chicken_dinner\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"gold\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"pigiron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cobalt\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ardite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"manyullyn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"knightslime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"alubrass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"brass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"copper\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"bronze\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"zinc\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lead\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nickel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"silver\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"electrum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"aluminum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquidcoralium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquidantimatter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"coal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crude_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refined_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refined_fuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sap\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"syrup\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"resin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tree_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"seed_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"biocrude\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refined_biofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"mushroom_stew\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"experience\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"potion\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"potion_splash\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"potion_lingering\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"redstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"glowstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ender\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"pyrotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cryotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"aerotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"petrotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"mana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"platinum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"iridium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"invar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"constantan\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"signalum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lumium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"enderium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"electrical_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"energetic_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"vibrant_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"redstone_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"conductive_iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"pulsating_iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dark_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"soularium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"end_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"construction_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crude_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crystalline_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"melodic_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"stellar_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crystalline_pink_slime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"energetic_silver\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"vivid_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fierymetal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"knightmetal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fiery_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"moltenabyssalnite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"moltenrefinedcoralium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"moltendreadium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"canolaoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refinedcanolaoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crystaloil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"empoweredoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_residue\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_residue_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_residue_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_heavy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_heavy_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_heavy_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_dense\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_dense_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_dense_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_distilled\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_distilled_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oil_distilled_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_dense\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_dense_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_dense_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_mixed_heavy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_light\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_light_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_light_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_mixed_light\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_gaseous\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidberylium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidcalcium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidcalciumcarbonate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidchlorite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluiddeuterium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidglyceryl\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidhelium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidhelium3\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidheliumplasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidhydrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidlithium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidmercury\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidmethane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidnitrocoalfuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidnitrofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidnitrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidnitrogendioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidpotassium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidsilicon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidsodium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidsodiumpersulfate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidtritium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidwolframium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidcarbon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidcarbonfiber\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidnitrocarbon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidsulfur\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidsodiumsulfide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluiddiesel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidnitrodiesel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidsulfuricacid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidcompressedair\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidelectrolyzedwater\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluidbiofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"bio.ethanol\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"biomass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"glass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"for.honey\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"juice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"seed.oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"short.mead\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plantoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ethanol\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"biodiesel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"concrete\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"amber\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crystal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"xpjuice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"candied_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"baronyte\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"blazium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"elecanium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"emberstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ghastly\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ghoulish\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"limonite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lunar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lyon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"mystite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"rosite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"shyrestone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"skeletal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"varsium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"charger\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.growth.medium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.bacteria\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.bacteria.poly\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.dna.raw\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.bacteria.vector\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.sap\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.resin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.latex\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.turpentine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.banana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.lemon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.lime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.orange\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.peach\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.plum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.carrot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.tomato\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.cranberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.grapefruit\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.olive\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.pineapple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.pear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.white.grape\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice.red.grape\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.cider.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.banana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.cider.peach\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.ciderpear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.plum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.carrot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.white\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.red\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.sparkling\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.agave\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.fermented.potatoes\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.citrus\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.cranberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.pineapple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.tomato\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.juice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.beer.ale\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.beer.lager\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.beer.wheat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.beer.rye\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.beer.corn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.beer.stout\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.mash.grain\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.mash.wheat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.mash.rye\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.mash.corn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.spirit.neutral\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.vodka\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.rum.white\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.rum.dark\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.whiskey\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.whiskey.corn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.whiskey.rye\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.whiskey.wheat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.wine.fortified\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.tequila\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.grape\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.pear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.plum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.citrus\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.brandy.fruit\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.spirit.gin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liquor.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liquor.pear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liquor.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liquor.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liquor.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liquor.fruit\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.almond\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.orange\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.banana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.mint\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.coffee\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.melon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.anise\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.peach\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.lemon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.herbal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sand\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"honey\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"blood\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"poison\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hot_spring_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"molten_blood_infused_iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_pe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_lp\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"eternal_dragon_fire\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dimensional_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_void\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"overworldian_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"enriched_canola_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nethengeic_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_uu_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"spatial_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dense_plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dragons_blood_plastic\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fossile_refined_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"aerial_moonshine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"spicy_pyrotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"luminous_lava\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cosmic_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nightly_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sunstruck_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crepuscular_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"seared_grave_stone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"astral_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_madness\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ethereal_fabric\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ghostly_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_life\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lymph_of_pixonia\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"galactic_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"milkiest_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"alchemical_goo\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"twilight_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"weakened_cryotheoum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lving_gold_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"chaotic_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nightmarish_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"twilight_fire\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"universal_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"shyre_weed_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"energized_mulch\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hyperdense_plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cursed_myrmitite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"netrino_plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"decomposed_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"atomic_nuclei\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"electrons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"bosons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"protons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neutrons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"higgs\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"gravitrons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"strings\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"muons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fiery_peat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"halite_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hint_of_insanity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hint_of_divinity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"magnatar_stabilizer\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"molten_realmite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"molten_arlemite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"molten_rupee\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"molten_netherite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lumiotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"eptane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"gluons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"quarks\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"leptons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"demonic_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"corrosive_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"destructive_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"vengeful_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"steadfast_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"bloodmaster_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dreadite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dreaded_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sednanite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluctuatite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"vibranium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"rhenium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"myrmitite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"candyte\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"palladium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"vityte\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"polonium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ogerite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"primal_ogerite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lunastone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"chalcedony\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"brightsteel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"caesium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"strontium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"rubidium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"chaos\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"abyssite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"eternal_fabric\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"smoldering_tar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"anti_venom\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"beetle_juice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"formic_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"xu_evil_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"xu_enchanted_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"xu_demonic_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"mutagen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquiddna\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"protein\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"crystal_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dragonsteel_fire\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dragonsteel_ice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"meat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"latex\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sewage\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sludge\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"biofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"if.pink_slime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"if.protein\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"if.ore_fluid_raw\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"if.ore_fluid_fermented\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"menrilresin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquidchorus\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"soulium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"base_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"inferium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"prudentium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"intermedium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"superium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"supremium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oxygen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hydrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"deuterium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tritium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"helium3\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"helium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"boron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"boron10\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"boron11\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lithium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lithium6\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lithium7\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ferroboron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tough\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hard_carbon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"beryllium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"manganese\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"manganese_dioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sulfur\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"arsenic\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquidhelium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_nitrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neutron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"methanol\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"radaway\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"radaway_slow\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nitrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluorine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"carbon_dioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"carbon_monoxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ethene\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluoromethane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ammonia\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"oxygen_difluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"diborane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sulfur_dioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sulfur_trioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hydrofluoric_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"boric_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sulfuric_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"boron_nitride_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fluorite_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"calcium_sulfate_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sodium_fluoride_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"potassium_fluoride_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sodium_hydroxide_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"potassium_hydroxide_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"borax_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"corium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"chocolate_liquor\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cocoa_butter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"unsweetened_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dark_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"milk_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sugar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"gelatin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hydrated_gelatin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"marshmallow\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lif\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"bef2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"naoh\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"koh\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"high_pressure_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"exhaust_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"low_pressure_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"low_quality_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"preheated_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"condensate_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sodium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"potassium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"bas\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"sic_vapor\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"alugentum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"alumina\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thorium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thorium_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thorium_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thorium_230\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thorium_230_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_238\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_238_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neptunium_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neptunium_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neptunium_237\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neptunium_237_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_238\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_238_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_246\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_246_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"berkelium_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"berkelium_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"berkelium_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"berkelium_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_250\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_250_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_252\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_252_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_tbu\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_tbu_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_len_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_len_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hen_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_tbu\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_len_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hen_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"redstone_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"redstone_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"quartz\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"quartz_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"quartz_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"gold_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"gold_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"glowstone_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"glowstone_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lapis\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lapis_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lapis_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"diamond\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"diamond_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"diamond_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquidhelium_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquidhelium_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ender_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ender_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cryotheum_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cryotheum_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"iron_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"iron_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"emerald\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"emerald_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"emerald_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"copper_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"copper_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tin_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tin_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"magnesium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"magnesium_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"magnesium_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"mithril\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refinedobsidian\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refinedglowstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"osmium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"manasteel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"terrasteel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"yellorium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cyanite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"blutonium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ludicrite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"psi\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ivorypsi\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ebonypsi\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"electrumflux\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refinediron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tungsten\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"titanium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"chrome\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"advancedalloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"alumite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"elementium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"mirion\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"infinity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"thaumium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"starmetal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"swamp_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"stagnant_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"tar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"rubber\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"nutrient_distillation\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"ender_distillation\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"vapor_of_levity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"hootch\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"rocket_fuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"fire_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_sunshine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cloud_seed\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"cloud_seed_concentrated\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_fertilizer\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"liquid_death\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"purifying_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"stone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"obsidian\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"clay\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"dirt\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"blueslime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"purpleslime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"lifeessence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"blockfluiddirt\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"blockfluidantimatter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"refined_life_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:5s,tag:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000},Damage:0s}", - "{id:\"thaumcraft:module\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vacuos\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"vacuos\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:5s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:6s}", - "{id:\"thaumcraft:seal\",Count:3s,Damage:14s}", - "{id:\"enderio:block_decoration2\",Count:4s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:3s}", - "{id:\"enderio:block_decoration3\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_ender_food\",Count:3s,Damage:0s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:item_fluid_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:13s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_small\",Count:14s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_medium\",Count:15s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:15s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_large\",Count:20s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_huge\",Count:24s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:27s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse\",Count:33s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse13\",Count:38s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:3s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:3s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:4s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:3s,Damage:2s}", - "{id:\"enderio:block_vacuum_chest\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:twilight_scepter\",Count:15s,Damage:0s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:0s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:1s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:2s}", - "{id:\"tconstruct:tinker_tank_controller\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:3s,Damage:9s}", - "{id:\"natura:blaze_hopper\",Count:4s,Damage:0s}", - "{id:\"immersiveengineering:metal_device1\",Count:6s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:jerrycan\",Count:15s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:10s,Damage:13s}", - "{id:\"appliedenergistics2:cell_workbench\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:network_tool\",Count:4s,Damage:0s}", - "{id:\"agricraft:sprinkler\",Count:3s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:11s,Damage:6s}", - "{id:\"bloodmagic:blood_rune\",Count:15s,Damage:7s}", - "{id:\"bloodmagic:blood_rune\",Count:15s,Damage:9s}", - "{id:\"bloodmagic:decorative_brick\",Count:45s,Damage:2s}", - "{id:\"bloodmagic:decorative_brick\",Count:33s,Damage:3s}", - "{id:\"bloodmagic:base_fluid_filter\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:11s,Damage:0s}", - "{id:\"aoa3:runium_chunk\",Count:5s,Damage:0s}", - "{id:\"aoa3:charged_runium_chunk\",Count:10s,Damage:0s}", - "{id:\"aoa3:blank_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:cup\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:15s,Damage:0s}", - "{id:\"aoa3:lunarade_mug\",Count:5s,Damage:0s}", - "{id:\"aoa3:void_scales\",Count:5s,Damage:0s}", - "{id:\"aoa3:warlock_gem\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:halycon_milk\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:charged_runium_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:runium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:damage_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:durability_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:resistance_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:speed_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:weight_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:creation_forge\",Count:1s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:magic_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_fire_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_fire_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_fire_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_fire_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_ice_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_ice_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_ice_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_ice_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_lightning_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_lightning_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_lightning_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_lightning_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_necromancy_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_necromancy_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_necromancy_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_necromancy_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_earth_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_earth_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_earth_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_earth_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_sorcery_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_sorcery_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_sorcery_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_sorcery_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:novice_healing_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:apprentice_healing_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:advanced_healing_wand\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ebwizardry:master_healing_wand\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:small_mana_flask\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:medium_mana_flask\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:large_mana_flask\",Count:3s,Damage:0s}", - "{id:\"ebwizardry:firebomb\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:smoke_bomb\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:spark_bomb\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_lightning_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_sorcery_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_nature_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_fire_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_ice_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_healing_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"arcane_essentials:master_necromancy_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pestleandmortar\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:5s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:5s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:5s,tag:{mana:500000,creative:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:3s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:2s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:openbucket\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:20s,Damage:0s}", - "{id:\"botania:vial\",Count:2s,Damage:0s}", - "{id:\"botania:vial\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:clip\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flowerbag\",Count:5s,Damage:0s}", - "{id:\"botania:phantomink\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:30s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia1\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:baublebox\",Count:5s,Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:pool\",Count:10s,Damage:0s}", - "{id:\"botania:pool\",Count:3s,Damage:2s}", - "{id:\"botania:pool\",Count:10s,Damage:3s}", - "{id:\"botania:manavoid\",Count:20s,Damage:0s}", - "{id:\"botania:opencrate\",Count:5s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:pump\",Count:3s,Damage:0s}", - "{id:\"botania:corporearetainer\",Count:20s,Damage:0s}", - "{id:\"bewitchment:unfired_jar\",Count:6s,Damage:0s}", - "{id:\"bewitchment:empty_jar\",Count:6s,Damage:0s}", - "{id:\"bewitchment:spectral_dust\",Count:4s,Damage:0s}", - "{id:\"bewitchment:box_of_sealed_evil\",Count:15s,Damage:0s}", - "{id:\"bewitchment:juniper_tea\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:potionshelf\",Count:3s,Damage:6s}", - "{id:\"compactmachines3:tunneltool\",Count:1s,Damage:0s}", - "{id:\"conarm:invisible_ink\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_belt\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sack\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:3s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:3s,Damage:0s}", - "{id:\"erebus:umber_furnace\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:3s,Damage:0s}", - "{id:\"erebus:honey_comb\",Count:4s,Damage:0s}", - "{id:\"erebus:fluid_jar\",Count:3s,Damage:0s}", - "{id:\"erebus:smoothie_maker\",Count:36s,Damage:0s}", - "{id:\"erebus:liquifier\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:nectar_collector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:anti_venom_bottle\",Count:3s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:8s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:7s,Damage:0s}", - "{id:\"ftbquests:loot_crate_storage\",Count:4s,Damage:0s}", - "{id:\"ftbquests:reward_collector\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:sprayer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:19s,Damage:2s}", - "{id:\"hatchery:fertilizer_mixer\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_reader_item\",Count:13s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_writer_item\",Count:13s,Damage:0s}", - "{id:\"integrateddynamics:variablestore\",Count:4s,Damage:0s}", - "{id:\"integrateddynamics:proxy\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:materializer\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:delay\",Count:3s,Damage:0s}", - "{id:\"integratedtunnels:part_interface_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_interface_fluid_item\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Depths Ghoul\",level:10,mobId:\"abyssalcraft:depthsghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Elder Guardian\",level:10,mobId:\"minecraft:elder_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wither Skeleton\",level:10,mobId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stray\",level:10,mobId:\"minecraft:stray\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Husk\",level:10,mobId:\"minecraft:husk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie Villager\",level:10,mobId:\"minecraft:zombie_villager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleton Horse\",level:10,mobId:\"minecraft:skeleton_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie Horse\",level:10,mobId:\"minecraft:zombie_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Donkey\",level:10,mobId:\"minecraft:donkey\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mule\",level:10,mobId:\"minecraft:mule\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Evoker\",level:10,mobId:\"minecraft:evocation_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vex\",level:10,mobId:\"minecraft:vex\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vindicator\",level:10,mobId:\"minecraft:vindication_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Illusioner\",level:10,mobId:\"minecraft:illusion_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pig\",level:10,mobId:\"abyssalcraft:evilpig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Abyssal Zombie\",level:10,mobId:\"abyssalcraft:abyssalzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"J\u0027zahar, Gatekeeper of The Abyss\",level:10,mobId:\"abyssalcraft:jzahar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creeper\",level:10,mobId:\"minecraft:creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleton\",level:10,mobId:\"minecraft:skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spider\",level:10,mobId:\"minecraft:spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Giant\",level:10,mobId:\"minecraft:giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie\",level:10,mobId:\"minecraft:zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Slime\",level:10,mobId:\"minecraft:slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghast\",level:10,mobId:\"minecraft:ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie Pigman\",level:10,mobId:\"minecraft:zombie_pigman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Enderman\",level:10,mobId:\"minecraft:enderman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Spider\",level:10,mobId:\"minecraft:cave_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Silverfish\",level:10,mobId:\"minecraft:silverfish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blaze\",level:10,mobId:\"minecraft:blaze\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Magma Cube\",level:10,mobId:\"minecraft:magma_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ender Dragon\",level:10,mobId:\"minecraft:ender_dragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wither\",level:10,mobId:\"minecraft:wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bat\",level:10,mobId:\"minecraft:bat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Witch\",level:10,mobId:\"minecraft:witch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Endermite\",level:10,mobId:\"minecraft:endermite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Guardian\",level:10,mobId:\"minecraft:guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shulker\",level:10,mobId:\"minecraft:shulker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Abyssalnite Golem\",level:10,mobId:\"abyssalcraft:abygolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dreaded Abyssalnite Golem\",level:10,mobId:\"abyssalcraft:dreadgolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dreadguard\",level:10,mobId:\"abyssalcraft:dreadguard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spectral Dragon\",level:10,mobId:\"abyssalcraft:dragonminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Asorah, The Fallen\",level:10,mobId:\"abyssalcraft:dragonboss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow Creature\",level:10,mobId:\"abyssalcraft:shadowcreature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow Monster\",level:10,mobId:\"abyssalcraft:shadowmonster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dreadling\",level:10,mobId:\"abyssalcraft:dreadling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Spawn\",level:10,mobId:\"abyssalcraft:dreadspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon Pig\",level:10,mobId:\"abyssalcraft:demonpig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleton Goliath\",level:10,mobId:\"abyssalcraft:gskeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spawn of Cha\u0027garoth\",level:10,mobId:\"abyssalcraft:chagarothspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fist of Cha\u0027garoth\",level:10,mobId:\"abyssalcraft:chagarothfist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cha\u0027garoth, The Dreadbeast\",level:10,mobId:\"abyssalcraft:chagaroth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow Beast\",level:10,mobId:\"abyssalcraft:shadowbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sacthoth, Harbinger of Doom\",level:10,mobId:\"abyssalcraft:shadowboss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Abyssal Anti-Zombie\",level:10,mobId:\"abyssalcraft:antiabyssalzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Bat\",level:10,mobId:\"abyssalcraft:antibat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pig\",level:10,mobId:\"minecraft:pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sheep\",level:10,mobId:\"minecraft:sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cow\",level:10,mobId:\"minecraft:cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chicken\",level:10,mobId:\"minecraft:chicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Squid\",level:10,mobId:\"minecraft:squid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wolf\",level:10,mobId:\"minecraft:wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mooshroom\",level:10,mobId:\"minecraft:mooshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snow Golem\",level:10,mobId:\"minecraft:snowman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ocelot\",level:10,mobId:\"minecraft:ocelot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Iron Golem\",level:10,mobId:\"minecraft:villager_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Horse\",level:10,mobId:\"minecraft:horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rabbit\",level:10,mobId:\"minecraft:rabbit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Polar Bear\",level:10,mobId:\"minecraft:polar_bear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Llama\",level:10,mobId:\"minecraft:llama\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Parrot\",level:10,mobId:\"minecraft:parrot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Chicken\",level:10,mobId:\"abyssalcraft:antichicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Cow\",level:10,mobId:\"abyssalcraft:anticow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Creeper\",level:10,mobId:\"abyssalcraft:anticreeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Ghoul\",level:10,mobId:\"abyssalcraft:antighoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Pig\",level:10,mobId:\"abyssalcraft:antipig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Player\",level:10,mobId:\"abyssalcraft:antiplayer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Skeleton\",level:10,mobId:\"abyssalcraft:antiskeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Spider\",level:10,mobId:\"abyssalcraft:antispider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anti-Zombie\",level:10,mobId:\"abyssalcraft:antizombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Remnant\",level:10,mobId:\"abyssalcraft:remnant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Omothol Ghoul\",level:10,mobId:\"abyssalcraft:omotholghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Minion of The Gatekeeper\",level:10,mobId:\"abyssalcraft:jzaharminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Greater Dread Spawn\",level:10,mobId:\"abyssalcraft:greaterdreadspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Villager\",level:10,mobId:\"minecraft:villager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lesser Dreadbeast\",level:10,mobId:\"abyssalcraft:lesserdreadbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lesser Shoggoth\",level:10,mobId:\"abyssalcraft:lessershoggoth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cow\",level:10,mobId:\"abyssalcraft:evilcow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chicken\",level:10,mobId:\"abyssalcraft:evilchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon Cow\",level:10,mobId:\"abyssalcraft:demoncow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon Chicken\",level:10,mobId:\"abyssalcraft:demonchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sheep\",level:10,mobId:\"abyssalcraft:evilsheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon Sheep\",level:10,mobId:\"abyssalcraft:demonsheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Coralium Infested Squid\",level:10,mobId:\"abyssalcraft:coraliumsquid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dark Offspring\",level:10,mobId:\"abyssalcraft:shuboffspring\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blizz\",level:10,mobId:\"thermalfoundation:blizz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blitz\",level:10,mobId:\"thermalfoundation:blitz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Basalz\",level:10,mobId:\"thermalfoundation:basalz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chaos Guardian\",level:10,mobId:\"draconicevolution:chaosguardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Target Dummy\",level:10,mobId:\"cyclicmagic:robot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flare\",level:10,mobId:\"astralsorcery:entityflare\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spectral Tool\",level:10,mobId:\"astralsorcery:entityspectraltool\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Liquid Spark\",level:10,mobId:\"astralsorcery:entityliquidspark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pixie\",level:10,mobId:\"botania:pixie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Guardian of Gaia\",level:10,mobId:\"botania:doppleganger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pink Wither\",level:10,mobId:\"botania:pink_wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nether Wasp\",level:10,mobId:\"biomesoplenty:wasp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.chickenschicken.name\",level:10,mobId:\"chickens:chickenschicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"System Glitch\",level:10,mobId:\"deepmoblearning:glitch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trial Enderman\",level:10,mobId:\"deepmoblearning:trial_enderman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trial Spider\",level:10,mobId:\"deepmoblearning:trial_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trial Cave Spider\",level:10,mobId:\"deepmoblearning:trial_cave_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trial Slime\",level:10,mobId:\"deepmoblearning:trial_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.monoliths.name\",level:10,mobId:\"dimdoors:mob_monolith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Beetle Larva\",level:10,mobId:\"erebus:erebus.beetle_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wasp\",level:10,mobId:\"erebus:erebus.wasp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Centipede\",level:10,mobId:\"erebus:erebus.centipede\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Beetle\",level:10,mobId:\"erebus:erebus.beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fly\",level:10,mobId:\"erebus:erebus.fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mosquito\",level:10,mobId:\"erebus:erebus.mosquito\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tarantula\",level:10,mobId:\"erebus:erebus.tarantula\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Botfly\",level:10,mobId:\"erebus:erebus.bot_fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Scorpion\",level:10,mobId:\"erebus:erebus.scorpion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Solifuge\",level:10,mobId:\"erebus:erebus.solifuge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Grasshopper\",level:10,mobId:\"erebus:erebus.grasshopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Locust\",level:10,mobId:\"erebus:erebus.locust\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Moth\",level:10,mobId:\"erebus:erebus.moth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rhinoceros Beetle\",level:10,mobId:\"erebus:erebus.rhino_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Antlion\",level:10,mobId:\"erebus:erebus.antlion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Black Widow\",level:10,mobId:\"erebus:erebus.black_widow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Glowworm\",level:10,mobId:\"erebus:erebus.glow_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bombardier Beetle\",level:10,mobId:\"erebus:erebus.bombardier_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Scytodes\",level:10,mobId:\"erebus:erebus.scytodes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Money Spider\",level:10,mobId:\"erebus:erebus.money_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Praying Mantis\",level:10,mobId:\"erebus:erebus.praying_mantis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jumping Spider\",level:10,mobId:\"erebus:erebus.jumping_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Ant\",level:10,mobId:\"erebus:erebus.fire_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Worker Bee\",level:10,mobId:\"erebus:erebus.worker_bee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Velvet Worm\",level:10,mobId:\"erebus:erebus.velvet_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dragonfly\",level:10,mobId:\"erebus:erebus.dragon_fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Titan Beetle\",level:10,mobId:\"erebus:erebus.titan_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Botfly Larva\",level:10,mobId:\"erebus:erebus.bot_fly_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fungal Weevil\",level:10,mobId:\"erebus:erebus.fungal_weevil\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crop Weevil\",level:10,mobId:\"erebus:erebus.crop_weevil\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Woodlouse\",level:10,mobId:\"erebus:erebus.woodlouse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cicada\",level:10,mobId:\"erebus:erebus.cicada\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Ant Soldier\",level:10,mobId:\"erebus:erebus.fire_ant_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lava Web Spider\",level:10,mobId:\"erebus:erebus.lava_web_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Antlion Trove Guardian\",level:10,mobId:\"erebus:erebus.antlion_mini_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chameleon Tick\",level:10,mobId:\"erebus:erebus.chameleon_tick\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Solifuge Small\",level:10,mobId:\"erebus:erebus.solifuge_small\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Midge Swarm\",level:10,mobId:\"erebus:erebus.midge_swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Punchroom\",level:10,mobId:\"erebus:erebus.punchroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crushroom\",level:10,mobId:\"erebus:erebus.crushroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Black Ant\",level:10,mobId:\"erebus:erebus.black_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie Ant\",level:10,mobId:\"erebus:erebus.zombie_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tarantula Brood Mother\",level:10,mobId:\"erebus:erebus.tarantula_mini_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tarantula Baby\",level:10,mobId:\"erebus:erebus.tarantula_baby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pond Skater\",level:10,mobId:\"erebus:erebus.pond_skater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bog Maw\",level:10,mobId:\"erebus:erebus.bog_maw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Magma Crawler\",level:10,mobId:\"erebus:erebus.magma_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Animated Block\",level:10,mobId:\"erebus:erebus.animated_block\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chester\",level:10,mobId:\"erebus:erebus.animated_chest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bamber\",level:10,mobId:\"erebus:erebus.animated_bamboo_crate\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Umbergolem\",level:10,mobId:\"erebus:erebus.umber_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Umber Golem Idol Guardian\",level:10,mobId:\"erebus:erebus.umber_golem_idol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Antlion Overlord\",level:10,mobId:\"erebus:erebus.antlion_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Honey Pot Ant\",level:10,mobId:\"erebus:erebus.honey_pot_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bombardier Beetle Larva\",level:10,mobId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie Ant Soldier\",level:10,mobId:\"erebus:erebus.zombie_ant_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bed Bug\",level:10,mobId:\"erebus:erebus.bed_bug\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stag Beetle\",level:10,mobId:\"erebus:erebus.stag_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Swamp gas flame\",level:10,mobId:\"erebus:erebus.gas_vent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rooster\",level:10,mobId:\"hatchery:roosterentity\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chester\",level:10,mobId:\"thaumadditions:chester\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blue Wolf\",level:10,mobId:\"thaumadditions:blue_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pink Slime\",level:10,mobId:\"industrialforegoing:pink_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spirit\",level:10,mobId:\"randomthings:spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Golden Chicken\",level:10,mobId:\"randomthings:goldenchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Luggage\",level:10,mobId:\"openblocks:luggage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mini Me\",level:10,mobId:\"openblocks:mini_me\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Supreme Leader\",level:10,mobId:\"plustic:supremeleader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blind Bandit\",level:10,mobId:\"plustic:blindbandit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Corrupted Observer\",level:10,mobId:\"tg:observer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dark Druid\",level:10,mobId:\"thebetweenlands:dark_druid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Angler\",level:10,mobId:\"thebetweenlands:angler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sludge\",level:10,mobId:\"thebetweenlands:sludge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Swamp Hag\",level:10,mobId:\"thebetweenlands:swamp_hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wight\",level:10,mobId:\"thebetweenlands:wight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Firefly\",level:10,mobId:\"thebetweenlands:firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sporeling\",level:10,mobId:\"thebetweenlands:sporeling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Leech\",level:10,mobId:\"thebetweenlands:leech\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dragonfly\",level:10,mobId:\"thebetweenlands:dragonfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blood Snail\",level:10,mobId:\"thebetweenlands:blood_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mire Snail\",level:10,mobId:\"thebetweenlands:mire_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mire Snail Egg\",level:10,mobId:\"thebetweenlands:mire_snail_egg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lurker\",level:10,mobId:\"thebetweenlands:lurker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gecko\",level:10,mobId:\"thebetweenlands:gecko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Termite\",level:10,mobId:\"thebetweenlands:termite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Harlequin Toad\",level:10,mobId:\"thebetweenlands:toad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Olm\",level:10,mobId:\"thebetweenlands:olm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chiromaw\",level:10,mobId:\"thebetweenlands:chiromaw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Frog\",level:10,mobId:\"thebetweenlands:frog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shallowbreath\",level:10,mobId:\"thebetweenlands:gas_cloud\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tar Beast\",level:10,mobId:\"thebetweenlands:tar_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Silt Crab\",level:10,mobId:\"thebetweenlands:silt_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pyrad\",level:10,mobId:\"thebetweenlands:pyrad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Peat Mummy\",level:10,mobId:\"thebetweenlands:peat_mummy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tarminion\",level:10,mobId:\"thebetweenlands:tarminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mummy Arm\",level:10,mobId:\"thebetweenlands:mummy_arm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Malevolence\",level:10,mobId:\"thebetweenlands:fortress_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Malevolence Spawner\",level:10,mobId:\"thebetweenlands:fortress_boss_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Malevolence Blockade\",level:10,mobId:\"thebetweenlands:fortress_boss_blockade\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Malevolence Turret\",level:10,mobId:\"thebetweenlands:fortress_boss_turret\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dreadful Peat Mummy\",level:10,mobId:\"thebetweenlands:dreadful_mummy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Smol Sludge\",level:10,mobId:\"thebetweenlands:smoll_sludge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Greebling\",level:10,mobId:\"thebetweenlands:greebling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Boulder Sprite\",level:10,mobId:\"thebetweenlands:boulder_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Small Spirit Tree Face\",level:10,mobId:\"thebetweenlands:spirit_tree_face_small\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Large Spirit Tree Face\",level:10,mobId:\"thebetweenlands:spirit_tree_face_large\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tamed Spirit Tree Face\",level:10,mobId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Root Sprite\",level:10,mobId:\"thebetweenlands:root_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Small Sludge Worm\",level:10,mobId:\"thebetweenlands:small_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tiny Sludge Worm\",level:10,mobId:\"thebetweenlands:tiny_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Large Sludge Worm\",level:10,mobId:\"thebetweenlands:large_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sludge Worm Egg Sac\",level:10,mobId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tiny Sludge Worm Helper\",level:10,mobId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shambler\",level:10,mobId:\"thebetweenlands:shambler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lamprey\",level:10,mobId:\"thebetweenlands:wall_lamprey\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Worm Hole\",level:10,mobId:\"thebetweenlands:moving_spawner_hole\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Living Root\",level:10,mobId:\"thebetweenlands:wall_living_root\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crypt Crawler\",level:10,mobId:\"thebetweenlands:crypt_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Barrishee\",level:10,mobId:\"thebetweenlands:barrishee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ash Sprite\",level:10,mobId:\"thebetweenlands:ash_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Falling Block\",level:10,mobId:\"thebetweenlands:triggered_falling_block\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sludge Jet Turret\",level:10,mobId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Splodeshroom\",level:10,mobId:\"thebetweenlands:splodeshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crypt Crawler Tunnel Entrance\",level:10,mobId:\"thebetweenlands:cc_ground_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Emberling Shaman\",level:10,mobId:\"thebetweenlands:emberling_shaman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.thebetweenlands.flame_jet.name\",level:10,mobId:\"thebetweenlands:flame_jet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Emberling\",level:10,mobId:\"thebetweenlands:emberling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Emberling\",level:10,mobId:\"thebetweenlands:wild_emberling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sludge Menace\",level:10,mobId:\"thebetweenlands:sludge_menace\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.thebetweenlands.draeton_dragonfly.name\",level:10,mobId:\"thebetweenlands:draeton_dragonfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.thebetweenlands.draeton_firefly.name\",level:10,mobId:\"thebetweenlands:draeton_firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.thebetweenlands.draeton_chiromaw_tamed.name\",level:10,mobId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Greebling Rider\",level:10,mobId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Worm Tunnel Entrance\",level:10,mobId:\"thebetweenlands:worm_ground_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chiromaw Matriarch\",level:10,mobId:\"thebetweenlands:chiromaw_matriarch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chiromaw Hatchling\",level:10,mobId:\"thebetweenlands:chiromaw_hatchling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tamed Chiromaw\",level:10,mobId:\"thebetweenlands:chiromaw_tame\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Greebling Coracle\",level:10,mobId:\"thebetweenlands:greebling_coracle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stalker\",level:10,mobId:\"thebetweenlands:stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Infestation\",level:10,mobId:\"thebetweenlands:swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anadia\",level:10,mobId:\"thebetweenlands:anadia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rock Snot\",level:10,mobId:\"thebetweenlands:rock_snot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.thebetweenlands.mist_brige.name\",level:10,mobId:\"thebetweenlands:mist_brige\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jellyfish\",level:10,mobId:\"thebetweenlands:jellyfish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Jellyfish\",level:10,mobId:\"thebetweenlands:jellyfish_cave\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bubbler Crab\",level:10,mobId:\"thebetweenlands:bubbler_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Freshwater Urchin\",level:10,mobId:\"thebetweenlands:freshwater_urchin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Fish\",level:10,mobId:\"thebetweenlands:cave_fish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Greater Crimson Portal\",level:10,mobId:\"thaumcraft:cultistportalgreater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lesser Crimson Portal\",level:10,mobId:\"thaumcraft:cultistportallesser\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Automated Crossbow\",level:10,mobId:\"thaumcraft:turretbasic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Advanced Automated Crossbow\",level:10,mobId:\"thaumcraft:turretadvanced\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arcane Bore\",level:10,mobId:\"thaumcraft:arcanebore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Golem\",level:10,mobId:\"thaumcraft:golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Warden\",level:10,mobId:\"thaumcraft:eldritchwarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Construct\",level:10,mobId:\"thaumcraft:eldritchgolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crimson Praetor\",level:10,mobId:\"thaumcraft:cultistleader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Giant Taintacle\",level:10,mobId:\"thaumcraft:taintaclegiant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Angry Zombie\",level:10,mobId:\"thaumcraft:brainyzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Furious Zombie\",level:10,mobId:\"thaumcraft:giantbrainyzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wisp\",level:10,mobId:\"thaumcraft:wisp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Firebat\",level:10,mobId:\"thaumcraft:firebat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spellbat\",level:10,mobId:\"thaumcraft:spellbat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pech Forager\",level:10,mobId:\"thaumcraft:pech\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mind Spider\",level:10,mobId:\"thaumcraft:mindspider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Guardian\",level:10,mobId:\"thaumcraft:eldritchguardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crimson Knight\",level:10,mobId:\"thaumcraft:cultistknight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crimson Cleric\",level:10,mobId:\"thaumcraft:cultistcleric\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Crab\",level:10,mobId:\"thaumcraft:eldritchcrab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shambling Husk\",level:10,mobId:\"thaumcraft:inhabitedzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Thaumic Slime\",level:10,mobId:\"thaumcraft:thaumslime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tainted Crawler\",level:10,mobId:\"thaumcraft:taintcrawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Taintacle\",level:10,mobId:\"thaumcraft:taintacle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Taint Tendril\",level:10,mobId:\"thaumcraft:taintacletiny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Taint Swarm\",level:10,mobId:\"thaumcraft:taintswarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Taint Seed\",level:10,mobId:\"thaumcraft:taintseed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Giant Taint Seed\",level:10,mobId:\"thaumcraft:taintseedprime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wild Boar\",level:10,mobId:\"twilightforest:wild_boar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bighorn Sheep\",level:10,mobId:\"twilightforest:bighorn_sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wild Deer\",level:10,mobId:\"twilightforest:deer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Redcap Goblin\",level:10,mobId:\"twilightforest:redcap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Swarm Spider\",level:10,mobId:\"twilightforest:swarm_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Naga\",level:10,mobId:\"twilightforest:naga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleton Druid\",level:10,mobId:\"twilightforest:skeleton_druid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hostile Wolf\",level:10,mobId:\"twilightforest:hostile_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twilight Wraith\",level:10,mobId:\"twilightforest:wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hedge Spider\",level:10,mobId:\"twilightforest:hedge_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hydra\",level:10,mobId:\"twilightforest:hydra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twilight Lich\",level:10,mobId:\"twilightforest:lich\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Penguin\",level:10,mobId:\"twilightforest:penguin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lich Minion\",level:10,mobId:\"twilightforest:lich_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Loyal Zombie\",level:10,mobId:\"twilightforest:loyal_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tiny Bird\",level:10,mobId:\"twilightforest:tiny_bird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Forest Squirrel\",level:10,mobId:\"twilightforest:squirrel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dwarf Rabbit\",level:10,mobId:\"twilightforest:bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Forest Raven\",level:10,mobId:\"twilightforest:raven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Questing Ram\",level:10,mobId:\"twilightforest:quest_ram\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kobold\",level:10,mobId:\"twilightforest:kobold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mosquito Swarm\",level:10,mobId:\"twilightforest:mosquito_swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Death Tome\",level:10,mobId:\"twilightforest:death_tome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Minotaur\",level:10,mobId:\"twilightforest:minotaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Minoshroom\",level:10,mobId:\"twilightforest:minoshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Beetle\",level:10,mobId:\"twilightforest:fire_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Slime Beetle\",level:10,mobId:\"twilightforest:slime_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pinch Beetle\",level:10,mobId:\"twilightforest:pinch_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Maze Slime\",level:10,mobId:\"twilightforest:maze_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Redcap Sapper\",level:10,mobId:\"twilightforest:redcap_sapper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mist Wolf\",level:10,mobId:\"twilightforest:mist_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King Spider\",level:10,mobId:\"twilightforest:king_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Firefly\",level:10,mobId:\"twilightforest:firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Carminite Ghastling\",level:10,mobId:\"twilightforest:mini_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Carminite Ghastguard\",level:10,mobId:\"twilightforest:tower_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Carminite Golem\",level:10,mobId:\"twilightforest:tower_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Towerwood Borer\",level:10,mobId:\"twilightforest:tower_termite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Carminite Broodling\",level:10,mobId:\"twilightforest:tower_broodling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ur-Ghast\",level:10,mobId:\"twilightforest:ur_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Block and Chain Goblin\",level:10,mobId:\"twilightforest:blockchain_goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Upper Goblin Knight\",level:10,mobId:\"twilightforest:goblin_knight_upper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lower Goblin Knight\",level:10,mobId:\"twilightforest:goblin_knight_lower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Helmet Crab\",level:10,mobId:\"twilightforest:helmet_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Knight Phantom\",level:10,mobId:\"twilightforest:knight_phantom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Yeti\",level:10,mobId:\"twilightforest:yeti\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Alpha Yeti\",level:10,mobId:\"twilightforest:yeti_alpha\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Winter Wolf\",level:10,mobId:\"twilightforest:winter_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snow Guardian\",level:10,mobId:\"twilightforest:snow_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stable Ice Core\",level:10,mobId:\"twilightforest:stable_ice_core\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Unstable Ice Core\",level:10,mobId:\"twilightforest:unstable_ice_core\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snow Queen\",level:10,mobId:\"twilightforest:snow_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Troll\",level:10,mobId:\"twilightforest:troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Giant Miner\",level:10,mobId:\"twilightforest:giant_miner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Armored Giant\",level:10,mobId:\"twilightforest:armored_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ice Crystal\",level:10,mobId:\"twilightforest:ice_crystal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.twilightforest.harbinger_cube.name\",level:10,mobId:\"twilightforest:harbinger_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Adherent [NYI]\",level:10,mobId:\"twilightforest:adherent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.twilightforest.roving_cube.name\",level:10,mobId:\"twilightforest:roving_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Castle Guardian [NYI]\",level:10,mobId:\"twilightforest:castle_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hydra Head\",level:10,mobId:\"twilightforest:hydra_head\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Boggard [NYI]\",level:10,mobId:\"twilightforest:boggard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie\",level:10,mobId:\"twilightforest:rising_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blue Slime\",level:10,mobId:\"tconstruct:blueslime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Imp\",level:10,mobId:\"natura:imp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nitro Creeper\",level:10,mobId:\"natura:nitrocreeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.sentient_specter.name\",level:10,mobId:\"bloodmagic:sentient_specter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mimic\",level:10,mobId:\"bloodmagic:mimic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.corrupted_zombie.name\",level:10,mobId:\"bloodmagic:corrupted_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.corrupted_sheep.name\",level:10,mobId:\"bloodmagic:corrupted_sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.corrupted_chicken.name\",level:10,mobId:\"bloodmagic:corrupted_chicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.corrupted_spider.name\",level:10,mobId:\"bloodmagic:corrupted_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Airhead\",level:10,mobId:\"aoa3:airhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Alarmo\",level:10,mobId:\"aoa3:alarmo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Amphibior\",level:10,mobId:\"aoa3:amphibior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Amphibiyte\",level:10,mobId:\"aoa3:amphibiyte\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ancient Golem\",level:10,mobId:\"aoa3:ancient_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anemia\",level:10,mobId:\"aoa3:anemia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Angelica\",level:10,mobId:\"aoa3:angelica\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Angler\",level:10,mobId:\"aoa3:angler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Apparition\",level:10,mobId:\"aoa3:apparition\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arc Flower\",level:10,mobId:\"aoa3:arc_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arc Wizard\",level:10,mobId:\"aoa3:arc_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arcbeast\",level:10,mobId:\"aoa3:arcbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Archvine\",level:10,mobId:\"aoa3:archvine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arcworm\",level:10,mobId:\"aoa3:arcworm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ariel\",level:10,mobId:\"aoa3:ariel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arkback\",level:10,mobId:\"aoa3:arkback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arkzyne\",level:10,mobId:\"aoa3:arkzyne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arocknid\",level:10,mobId:\"aoa3:arocknid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Automaton\",level:10,mobId:\"aoa3:automaton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Axiolight\",level:10,mobId:\"aoa3:axiolight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bane\",level:10,mobId:\"aoa3:bane\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Banshee\",level:10,mobId:\"aoa3:banshee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Baroness\",level:10,mobId:\"aoa3:baroness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Basilisk\",level:10,mobId:\"aoa3:basilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Baumba\",level:10,mobId:\"aoa3:baumba\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Black Ursa\",level:10,mobId:\"aoa3:black_ursa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bloodmist\",level:10,mobId:\"aoa3:bloodmist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bloodsucker\",level:10,mobId:\"aoa3:bloodsucker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blue Flower\",level:10,mobId:\"aoa3:blue_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blue Guardian\",level:10,mobId:\"aoa3:blue_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blue Rune Templar\",level:10,mobId:\"aoa3:blue_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:blue_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bobo\",level:10,mobId:\"aoa3:bobo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bomb Carrier\",level:10,mobId:\"aoa3:bomb_carrier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bone Creature\",level:10,mobId:\"aoa3:bone_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bone Creeper\",level:10,mobId:\"aoa3:bone_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Boneback\",level:10,mobId:\"aoa3:boneback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bouncer\",level:10,mobId:\"aoa3:bouncer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Broccohead\",level:10,mobId:\"aoa3:broccohead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Brute\",level:10,mobId:\"aoa3:brute\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bugeye\",level:10,mobId:\"aoa3:bugeye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bush Baby\",level:10,mobId:\"aoa3:bush_baby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Candy Corny\",level:10,mobId:\"aoa3:candy_corny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cane Bug\",level:10,mobId:\"aoa3:cane_bug\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Carrotop\",level:10,mobId:\"aoa3:carrotop\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Case Construct\",level:10,mobId:\"aoa3:case_construct\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Creep\",level:10,mobId:\"aoa3:cave_creep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Creepoid\",level:10,mobId:\"aoa3:cave_creepoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Centinel\",level:10,mobId:\"aoa3:centinel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Charger\",level:10,mobId:\"aoa3:charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cherry Barrager\",level:10,mobId:\"aoa3:cherry_barrager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cherry Blaster\",level:10,mobId:\"aoa3:cherry_blaster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chimera\",level:10,mobId:\"aoa3:chimera\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chocko\",level:10,mobId:\"aoa3:chocko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Chomper\",level:10,mobId:\"aoa3:chomper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Clown\",level:10,mobId:\"aoa3:clown\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Clunkhead\",level:10,mobId:\"aoa3:clunkhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Coniferon\",level:10,mobId:\"aoa3:coniferon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Flight\",level:10,mobId:\"aoa3:construct_flight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Mind\",level:10,mobId:\"aoa3:construct_mind\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Range\",level:10,mobId:\"aoa3:construct_range\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Resistance\",level:10,mobId:\"aoa3:construct_resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Speed\",level:10,mobId:\"aoa3:construct_speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Strength\",level:10,mobId:\"aoa3:construct_strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct of Terror\",level:10,mobId:\"aoa3:construct_terror\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Corallus\",level:10,mobId:\"aoa3:corallus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Coralon\",level:10,mobId:\"aoa3:coralon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Corny\",level:10,mobId:\"aoa3:corny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cotton Candor\",level:10,mobId:\"aoa3:cotton_candor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Craexxeus\",level:10,mobId:\"aoa3:craexxeus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creep\",level:10,mobId:\"aoa3:creep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creeperlock\",level:10,mobId:\"aoa3:creeperlock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creepird\",level:10,mobId:\"aoa3:creepird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creepuple\",level:10,mobId:\"aoa3:creepuple\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crusilisk\",level:10,mobId:\"aoa3:crusilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cryptid\",level:10,mobId:\"aoa3:cryptid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crystocore\",level:10,mobId:\"aoa3:crystocore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cyclops\",level:10,mobId:\"aoa3:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dark Beast\",level:10,mobId:\"aoa3:dark_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dawnlight\",level:10,mobId:\"aoa3:dawnlight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Daysee\",level:10,mobId:\"aoa3:daysee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dead Tree\",level:10,mobId:\"aoa3:dead_tree\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Death Hunter\",level:10,mobId:\"aoa3:death_hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Deinotherium\",level:10,mobId:\"aoa3:deinotherium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon Reaper\",level:10,mobId:\"aoa3:demon_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Desert Charger\",level:10,mobId:\"aoa3:desert_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Destructor\",level:10,mobId:\"aoa3:destructor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Devourer\",level:10,mobId:\"aoa3:devourer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dicer\",level:10,mobId:\"aoa3:dicer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Diocus\",level:10,mobId:\"aoa3:diocus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Distorter\",level:10,mobId:\"aoa3:distorter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Doubler\",level:10,mobId:\"aoa3:doubler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dracyon\",level:10,mobId:\"aoa3:dracyon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dust Strider\",level:10,mobId:\"aoa3:dust_strider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dusteiva\",level:10,mobId:\"aoa3:dusteiva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Duston\",level:10,mobId:\"aoa3:duston\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dweller\",level:10,mobId:\"aoa3:dweller\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dyrehorn\",level:10,mobId:\"aoa3:dyrehorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Echodar\",level:10,mobId:\"aoa3:echodar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eeo\",level:10,mobId:\"aoa3:eeo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eilosapien\",level:10,mobId:\"aoa3:eilosapien\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Hopper (Elite)\",level:10,mobId:\"aoa3:elite_skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Pig (Elite)\",level:10,mobId:\"aoa3:elite_skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleman (Elite)\",level:10,mobId:\"aoa3:elite_skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Elusive\",level:10,mobId:\"aoa3:elusive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Elusive\",level:10,mobId:\"aoa3:elusive_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Embrake\",level:10,mobId:\"aoa3:embrake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Emperor Beast\",level:10,mobId:\"aoa3:emperor_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Enforcer\",level:10,mobId:\"aoa3:enforcer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Everbeast\",level:10,mobId:\"aoa3:everbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Exohead\",level:10,mobId:\"aoa3:exohead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Exoid\",level:10,mobId:\"aoa3:exoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Explodot\",level:10,mobId:\"aoa3:explodot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eye Creature\",level:10,mobId:\"aoa3:eye_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Faceless Floater\",level:10,mobId:\"aoa3:faceless_floater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Faceless Runner\",level:10,mobId:\"aoa3:faceless_runner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie Pigman\",level:10,mobId:\"aoa3:fake_pigman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zorp\",level:10,mobId:\"aoa3:fake_zorp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fenix\",level:10,mobId:\"aoa3:fenix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fiend\",level:10,mobId:\"aoa3:fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fischer\",level:10,mobId:\"aoa3:fischer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fishix\",level:10,mobId:\"aoa3:fishix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flamewalker\",level:10,mobId:\"aoa3:flamewalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flash\",level:10,mobId:\"aoa3:flash\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flesh Eater\",level:10,mobId:\"aoa3:flesh_eater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flowerface\",level:10,mobId:\"aoa3:flowerface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flye\",level:10,mobId:\"aoa3:flye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fungat\",level:10,mobId:\"aoa3:fungat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fungback\",level:10,mobId:\"aoa3:fungback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fungik\",level:10,mobId:\"aoa3:fungik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fungock\",level:10,mobId:\"aoa3:fungock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fungung\",level:10,mobId:\"aoa3:fungung\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Furlion\",level:10,mobId:\"aoa3:furlion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gadgetoid\",level:10,mobId:\"aoa3:gadgetoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghastus\",level:10,mobId:\"aoa3:ghastus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghost\",level:10,mobId:\"aoa3:ghost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostine Ancient\",level:10,mobId:\"aoa3:ghostine_ancient\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostly Bugeye\",level:10,mobId:\"aoa3:ghostly_bugeye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostly Charger\",level:10,mobId:\"aoa3:ghostly_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostly Cyclops\",level:10,mobId:\"aoa3:ghostly_cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostly Goblin\",level:10,mobId:\"aoa3:ghostly_goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostly Night Reaper\",level:10,mobId:\"aoa3:ghostly_night_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghostly Sasquatch\",level:10,mobId:\"aoa3:ghostly_sasquatch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Giant Snail\",level:10,mobId:\"aoa3:giant_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gingerbird\",level:10,mobId:\"aoa3:gingerbird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gingerbread Man\",level:10,mobId:\"aoa3:gingerbread_man\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Goalby\",level:10,mobId:\"aoa3:goalby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Goblin\",level:10,mobId:\"aoa3:goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Goldorth\",level:10,mobId:\"aoa3:goldorth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Goldum\",level:10,mobId:\"aoa3:goldum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Goldus\",level:10,mobId:\"aoa3:goldus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Graw\",level:10,mobId:\"aoa3:graw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Green Flower\",level:10,mobId:\"aoa3:green_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Green Guardian\",level:10,mobId:\"aoa3:green_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Green Rune Templar\",level:10,mobId:\"aoa3:green_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:green_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Grillface\",level:10,mobId:\"aoa3:grillface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Grobbler\",level:10,mobId:\"aoa3:grobbler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Grocculate\",level:10,mobId:\"aoa3:grocculate\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Grunt\",level:10,mobId:\"aoa3:grunt\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gyro\",level:10,mobId:\"aoa3:gyro\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hag\",level:10,mobId:\"aoa3:hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Harkos\",level:10,mobId:\"aoa3:harkos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Headless Destroyer\",level:10,mobId:\"aoa3:headless_destroyer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Headless Hunter\",level:10,mobId:\"aoa3:headless_hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hellcat\",level:10,mobId:\"aoa3:hellcat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hellspot\",level:10,mobId:\"aoa3:hellspot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hiding Fungi\",level:10,mobId:\"aoa3:hiding_fungi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hill Charger\",level:10,mobId:\"aoa3:hill_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hive King\",level:10,mobId:\"aoa3:hive_king\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hive Worker\",level:10,mobId:\"aoa3:hive_worker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Horndron\",level:10,mobId:\"aoa3:horndron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Horon\",level:10,mobId:\"aoa3:horon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Host\",level:10,mobId:\"aoa3:host\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hunch\",level:10,mobId:\"aoa3:hunch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hunter\",level:10,mobId:\"aoa3:hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hydrolisk\",level:10,mobId:\"aoa3:hydrolisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hydrolon\",level:10,mobId:\"aoa3:hydrolon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ice Giant\",level:10,mobId:\"aoa3:ice_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Infernal\",level:10,mobId:\"aoa3:infernal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Inmate-X\",level:10,mobId:\"aoa3:inmate_x\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Inmate-Y\",level:10,mobId:\"aoa3:inmate_y\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Iosaur\",level:10,mobId:\"aoa3:iosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Irkling\",level:10,mobId:\"aoa3:irkling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jawe\",level:10,mobId:\"aoa3:jawe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jumbo\",level:10,mobId:\"aoa3:jumbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kaiyu\",level:10,mobId:\"aoa3:kaiyu\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kajaros\",level:10,mobId:\"aoa3:kajaros\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Keeler\",level:10,mobId:\"aoa3:keeler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King BamBamBam\",level:10,mobId:\"aoa3:king_bambambam\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King Charger\",level:10,mobId:\"aoa3:king_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King Creeper\",level:10,mobId:\"aoa3:king_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King Shroomus\",level:10,mobId:\"aoa3:king_shroomus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Klobber\",level:10,mobId:\"aoa3:klobber\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Koko\",level:10,mobId:\"aoa3:koko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kranky\",level:10,mobId:\"aoa3:kranky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kror\",level:10,mobId:\"aoa3:kror\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Leafy Giant\",level:10,mobId:\"aoa3:leafy_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lelyetian Caster\",level:10,mobId:\"aoa3:lelyetian_caster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lelyetian Warrior\",level:10,mobId:\"aoa3:lelyetian_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lightwalker\",level:10,mobId:\"aoa3:lightwalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Linger\",level:10,mobId:\"aoa3:linger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Little Bam\",level:10,mobId:\"aoa3:little_bam\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Living Fungi\",level:10,mobId:\"aoa3:living_fungi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lollypopper\",level:10,mobId:\"aoa3:lollypopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lost Soul\",level:10,mobId:\"aoa3:lost_soul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lunarcher\",level:10,mobId:\"aoa3:lunarcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lurker\",level:10,mobId:\"aoa3:lurker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Luxocron\",level:10,mobId:\"aoa3:luxocron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Magical Creeper\",level:10,mobId:\"aoa3:magical_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Magicke\",level:10,mobId:\"aoa3:magicke\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mechachron\",level:10,mobId:\"aoa3:mechachron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mechamaton\",level:10,mobId:\"aoa3:mechamaton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mechbot\",level:10,mobId:\"aoa3:mechbot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mechyon\",level:10,mobId:\"aoa3:mechyon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Merkyre\",level:10,mobId:\"aoa3:merkyre\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mermage\",level:10,mobId:\"aoa3:mermage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mirage\",level:10,mobId:\"aoa3:mirage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Miskel\",level:10,mobId:\"aoa3:miskel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Modulo\",level:10,mobId:\"aoa3:modulo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mother Void Walker\",level:10,mobId:\"aoa3:mother_void_walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Muckopede\",level:10,mobId:\"aoa3:muckopede\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Muncher\",level:10,mobId:\"aoa3:muncher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mushroom Spider\",level:10,mobId:\"aoa3:mushroom_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Natura\",level:10,mobId:\"aoa3:natura\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Neptuno\",level:10,mobId:\"aoa3:neptuno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nethengeic Beast\",level:10,mobId:\"aoa3:nethengeic_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nethengeic Wither\",level:10,mobId:\"aoa3:nethengeic_wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Night Reaper\",level:10,mobId:\"aoa3:night_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Night Watcher\",level:10,mobId:\"aoa3:night_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nightfly\",level:10,mobId:\"aoa3:nightfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nightmare Spider\",level:10,mobId:\"aoa3:nightmare_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nightwing\",level:10,mobId:\"aoa3:nightwing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nipper\",level:10,mobId:\"aoa3:nipper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Nospike\",level:10,mobId:\"aoa3:nospike\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Occulent\",level:10,mobId:\"aoa3:occulent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Okazor\",level:10,mobId:\"aoa3:okazor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Omnilight\",level:10,mobId:\"aoa3:omnilight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Opteryx\",level:10,mobId:\"aoa3:opteryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Orange Flower\",level:10,mobId:\"aoa3:orange_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Orbiter\",level:10,mobId:\"aoa3:orbiter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Paladin\",level:10,mobId:\"aoa3:paladin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Parasect\",level:10,mobId:\"aoa3:parasect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Paravite\",level:10,mobId:\"aoa3:paravite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Penumbra\",level:10,mobId:\"aoa3:penumbra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Phantom\",level:10,mobId:\"aoa3:phantom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pigotron\",level:10,mobId:\"aoa3:pigotron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pincher\",level:10,mobId:\"aoa3:pincher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pod Plant\",level:10,mobId:\"aoa3:pod_plant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Polar Ursa\",level:10,mobId:\"aoa3:polar_ursa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Polytom\",level:10,mobId:\"aoa3:polytom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primitive Carrotop\",level:10,mobId:\"aoa3:primitive_carrotop\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Proshield\",level:10,mobId:\"aoa3:proshield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Purple Flower\",level:10,mobId:\"aoa3:purple_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Quickpocket\",level:10,mobId:\"aoa3:quickpocket\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rainicorn\",level:10,mobId:\"aoa3:rainicorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rammerhead\",level:10,mobId:\"aoa3:rammerhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ramradon\",level:10,mobId:\"aoa3:ramradon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rawbone\",level:10,mobId:\"aoa3:rawbone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Raxxan\",level:10,mobId:\"aoa3:raxxan\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Reaper Twins\",level:10,mobId:\"aoa3:reaper_twins\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Reaver\",level:10,mobId:\"aoa3:reaver\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Red Guardian\",level:10,mobId:\"aoa3:red_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Red Rune Templar\",level:10,mobId:\"aoa3:red_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:red_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Refluct\",level:10,mobId:\"aoa3:refluct\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rock Crawler\",level:10,mobId:\"aoa3:rock_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rock Critter\",level:10,mobId:\"aoa3:rock_critter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rockrider\",level:10,mobId:\"aoa3:rock_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rockbiter\",level:10,mobId:\"aoa3:rockbiter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Roloscope\",level:10,mobId:\"aoa3:roloscope\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Golem\",level:10,mobId:\"aoa3:runic_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Guardian\",level:10,mobId:\"aoa3:runic_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runicorn\",level:10,mobId:\"aoa3:runicorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runicorn Rider\",level:10,mobId:\"aoa3:runicorn_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sabretooth\",level:10,mobId:\"aoa3:sabretooth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sand Giant\",level:10,mobId:\"aoa3:sand_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sand Golem\",level:10,mobId:\"aoa3:sand_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sasquatch\",level:10,mobId:\"aoa3:sasquatch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Scrubby\",level:10,mobId:\"aoa3:scrubby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sea Charger\",level:10,mobId:\"aoa3:sea_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sea Skeleton\",level:10,mobId:\"aoa3:sea_skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sea Spider\",level:10,mobId:\"aoa3:sea_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sea Troll\",level:10,mobId:\"aoa3:sea_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sea Viper\",level:10,mobId:\"aoa3:sea_viper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Seeker\",level:10,mobId:\"aoa3:seeker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shade\",level:10,mobId:\"aoa3:shade\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow\",level:10,mobId:\"aoa3:shadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadowlord\",level:10,mobId:\"aoa3:shadowlord\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shavo\",level:10,mobId:\"aoa3:shavo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shifter\",level:10,mobId:\"aoa3:shifter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shyre Knight\",level:10,mobId:\"aoa3:shyre_knight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shyre Troll\",level:10,mobId:\"aoa3:shyre_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Silencer\",level:10,mobId:\"aoa3:silencer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Silverfoot\",level:10,mobId:\"aoa3:silverfoot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Elder\",level:10,mobId:\"aoa3:skele_elder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Hopper\",level:10,mobId:\"aoa3:skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Pig\",level:10,mobId:\"aoa3:skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeledon\",level:10,mobId:\"aoa3:skeledon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skelekyte\",level:10,mobId:\"aoa3:skelekyte\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleman\",level:10,mobId:\"aoa3:skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeletal Cowman\",level:10,mobId:\"aoa3:skeletal_cowman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeletron\",level:10,mobId:\"aoa3:skeletron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skellox\",level:10,mobId:\"aoa3:skellox\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skipper\",level:10,mobId:\"aoa3:skipper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skolle\",level:10,mobId:\"aoa3:skolle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skull Creature\",level:10,mobId:\"aoa3:skull_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Slimer\",level:10,mobId:\"aoa3:slimer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Smash\",level:10,mobId:\"aoa3:smash\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snappy\",level:10,mobId:\"aoa3:snappy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snow Charger\",level:10,mobId:\"aoa3:snow_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Soulscorne\",level:10,mobId:\"aoa3:soulscorne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Soulvyre\",level:10,mobId:\"aoa3:soulvyre\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spectral Wizard\",level:10,mobId:\"aoa3:spectral_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sphinx\",level:10,mobId:\"aoa3:sphinx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spinoledon\",level:10,mobId:\"aoa3:spinoledon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spinux\",level:10,mobId:\"aoa3:spinux\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spirit Guardian\",level:10,mobId:\"aoa3:spirit_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spirit Protector\",level:10,mobId:\"aoa3:spirit_protector\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Squasher\",level:10,mobId:\"aoa3:squasher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Squiggler\",level:10,mobId:\"aoa3:squiggler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stalker\",level:10,mobId:\"aoa3:stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stalker Prime\",level:10,mobId:\"aoa3:stalker_prime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sticky\",level:10,mobId:\"aoa3:sticky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stimulo\",level:10,mobId:\"aoa3:stimulo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stimulosus\",level:10,mobId:\"aoa3:stimulosus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stinger\",level:10,mobId:\"aoa3:stinger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stitches\",level:10,mobId:\"aoa3:stitches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stone Giant\",level:10,mobId:\"aoa3:stone_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Hopper (Strong)\",level:10,mobId:\"aoa3:strong_skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skele-Pig (Strong)\",level:10,mobId:\"aoa3:strong_skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleman (Strong)\",level:10,mobId:\"aoa3:strong_skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sugarface\",level:10,mobId:\"aoa3:sugarface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sunny\",level:10,mobId:\"aoa3:sunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Surveyor\",level:10,mobId:\"aoa3:surveyor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Swamp Charger\",level:10,mobId:\"aoa3:swamp_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sysker\",level:10,mobId:\"aoa3:sysker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Terradon\",level:10,mobId:\"aoa3:terradon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Terrestrial\",level:10,mobId:\"aoa3:terrestrial\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tharafly\",level:10,mobId:\"aoa3:tharafly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tipsy\",level:10,mobId:\"aoa3:tipsy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tortione\",level:10,mobId:\"aoa3:tortione\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Toxxulous\",level:10,mobId:\"aoa3:toxxulous\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tracker\",level:10,mobId:\"aoa3:tracker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tree Spirit\",level:10,mobId:\"aoa3:tree_spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trickster\",level:10,mobId:\"aoa3:trickster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trickster\",level:10,mobId:\"aoa3:trickster_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Triclops\",level:10,mobId:\"aoa3:triclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tyrosaur\",level:10,mobId:\"aoa3:tyrosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Undead Troll\",level:10,mobId:\"aoa3:undead_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Urioh\",level:10,mobId:\"aoa3:urioh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Urka\",level:10,mobId:\"aoa3:urka\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Urv\",level:10,mobId:\"aoa3:urv\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Valkyrie\",level:10,mobId:\"aoa3:valkyrie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vertebron\",level:10,mobId:\"aoa3:vertebron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vine Wizard\",level:10,mobId:\"aoa3:vine_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vinocorne\",level:10,mobId:\"aoa3:vinocorne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Visage\",level:10,mobId:\"aoa3:visage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Visualent\",level:10,mobId:\"aoa3:visualent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Visular\",level:10,mobId:\"aoa3:visular\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Visulon\",level:10,mobId:\"aoa3:visulon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Void Charger\",level:10,mobId:\"aoa3:void_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Void Walker\",level:10,mobId:\"aoa3:void_walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Volar\",level:10,mobId:\"aoa3:volar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Voliant\",level:10,mobId:\"aoa3:voliant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Voltron\",level:10,mobId:\"aoa3:voltron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Voxxulon\",level:10,mobId:\"aoa3:voxxulon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Walker\",level:10,mobId:\"aoa3:walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Warclops\",level:10,mobId:\"aoa3:warclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Web Reaper\",level:10,mobId:\"aoa3:web_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wickett\",level:10,mobId:\"aoa3:wickett\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Winged Creeper\",level:10,mobId:\"aoa3:winged_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wither Wizard\",level:10,mobId:\"aoa3:wither_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wood Giant\",level:10,mobId:\"aoa3:wood_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Xxeus\",level:10,mobId:\"aoa3:xxeus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Yellow Flower\",level:10,mobId:\"aoa3:yellow_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Yellow Guardian\",level:10,mobId:\"aoa3:yellow_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Yellow Rune Templar\",level:10,mobId:\"aoa3:yellow_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:yellow_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Yeti\",level:10,mobId:\"aoa3:yeti\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zarg\",level:10,mobId:\"aoa3:zarg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zhinx\",level:10,mobId:\"aoa3:zhinx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zorp\",level:10,mobId:\"aoa3:zorp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Alluricorn\",level:10,mobId:\"aoa3:alluricorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blissard\",level:10,mobId:\"aoa3:blissard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Compeer\",level:10,mobId:\"aoa3:compeer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Construct Of Servility\",level:10,mobId:\"aoa3:construct_of_servility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Corby\",level:10,mobId:\"aoa3:corby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Craggy\",level:10,mobId:\"aoa3:craggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Draggy\",level:10,mobId:\"aoa3:draggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ender Carrier\",level:10,mobId:\"aoa3:ender_carrier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Friendly Creeper\",level:10,mobId:\"aoa3:friendly_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gnawer\",level:10,mobId:\"aoa3:gnawer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Goofer\",level:10,mobId:\"aoa3:goofer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Healing Golem\",level:10,mobId:\"aoa3:healing_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hellquin\",level:10,mobId:\"aoa3:hellquin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hive Soldier\",level:10,mobId:\"aoa3:hive_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Horntail\",level:10,mobId:\"aoa3:horntail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mecha Cyclops\",level:10,mobId:\"aoa3:mecha_cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mecha Skellox\",level:10,mobId:\"aoa3:mecha_skellox\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Orbling\",level:10,mobId:\"aoa3:orbling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Penguin\",level:10,mobId:\"aoa3:penguin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Plateosaur\",level:10,mobId:\"aoa3:plateosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rammerhorn\",level:10,mobId:\"aoa3:rammerhorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rosid\",level:10,mobId:\"aoa3:rosid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shaddy\",level:10,mobId:\"aoa3:shaddy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow Stalker\",level:10,mobId:\"aoa3:shadow_stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spikeback\",level:10,mobId:\"aoa3:spikeback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spraggy\",level:10,mobId:\"aoa3:spraggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Waggy\",level:10,mobId:\"aoa3:waggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Abyssal Lottoman\",level:10,mobId:\"aoa3:abyssal_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ambient Pixon\",level:10,mobId:\"aoa3:ambient_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Anima Master\",level:10,mobId:\"aoa3:anima_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Assassin\",level:10,mobId:\"aoa3:assassin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Augury Master\",level:10,mobId:\"aoa3:augury_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Baron Lottoman\",level:10,mobId:\"aoa3:baron_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blooming Pixon\",level:10,mobId:\"aoa3:blooming_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Boreic Lottoman\",level:10,mobId:\"aoa3:boreic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Butchery Master\",level:10,mobId:\"aoa3:butchery_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Candied Lottoman\",level:10,mobId:\"aoa3:candied_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Celevian Lottoman\",level:10,mobId:\"aoa3:celevian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Coratee\",level:10,mobId:\"aoa3:coratee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Corrupted Traveller\",level:10,mobId:\"aoa3:corrupted_traveller\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creation Master\",level:10,mobId:\"aoa3:creation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creep Banker\",level:10,mobId:\"aoa3:creep_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creep Cow\",level:10,mobId:\"aoa3:creep_cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Creeponia Lottoman\",level:10,mobId:\"aoa3:creeponia_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crystal Lottoman\",level:10,mobId:\"aoa3:crystal_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crystal Trader\",level:10,mobId:\"aoa3:crystal_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dungeon Keeper\",level:10,mobId:\"aoa3:dungeon_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dustopian Lottoman\",level:10,mobId:\"aoa3:dustopian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Elkanyne\",level:10,mobId:\"aoa3:elkanyne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Expedition Master\",level:10,mobId:\"aoa3:expedition_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Explosives Expert\",level:10,mobId:\"aoa3:explosives_expert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Extraction Master\",level:10,mobId:\"aoa3:extraction_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Floro Lottoman\",level:10,mobId:\"aoa3:floro_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Foraging Master\",level:10,mobId:\"aoa3:foraging_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Glaring Pixon\",level:10,mobId:\"aoa3:glaring_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gleaming Pixon\",level:10,mobId:\"aoa3:gleaming_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Glistening Pixon\",level:10,mobId:\"aoa3:glistening_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Glowing Pixon\",level:10,mobId:\"aoa3:glowing_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Golden Lottoman\",level:10,mobId:\"aoa3:golden_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gorb Arms Dealer\",level:10,mobId:\"aoa3:gorb_arms_dealer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gorb Citizen\",level:10,mobId:\"aoa3:gorb_citizen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gorb Engineer\",level:10,mobId:\"aoa3:gorb_engineer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Halycon\",level:10,mobId:\"aoa3:halycon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hauling Master\",level:10,mobId:\"aoa3:hauling_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Haunted Lottoman\",level:10,mobId:\"aoa3:haunted_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hunter Master\",level:10,mobId:\"aoa3:hunter_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Infusion Master\",level:10,mobId:\"aoa3:infusion_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Innervation Master\",level:10,mobId:\"aoa3:innervation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lelyetian Banker\",level:10,mobId:\"aoa3:lelyetian_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lelyetian Lottoman\",level:10,mobId:\"aoa3:lelyetian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lelyetian Trader\",level:10,mobId:\"aoa3:lelyetian_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Logging Master\",level:10,mobId:\"aoa3:logging_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lottoman\",level:10,mobId:\"aoa3:lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lunar Lottoman\",level:10,mobId:\"aoa3:lunar_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Meganeuropsis\",level:10,mobId:\"aoa3:meganeuropsis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Metalloid\",level:10,mobId:\"aoa3:metalloid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mystic Lottoman\",level:10,mobId:\"aoa3:mystic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Naturalist\",level:10,mobId:\"aoa3:naturalist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Peppermint Snail\",level:10,mobId:\"aoa3:peppermint_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Portal Master\",level:10,mobId:\"aoa3:portal_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Precasian Lottoman\",level:10,mobId:\"aoa3:precasian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Banker\",level:10,mobId:\"aoa3:primordial_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Guide\",level:10,mobId:\"aoa3:primordial_guide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Merchant\",level:10,mobId:\"aoa3:primordial_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Spellbinder\",level:10,mobId:\"aoa3:primordial_spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Wizard\",level:10,mobId:\"aoa3:primordial_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Professor\",level:10,mobId:\"aoa3:professor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Radiant Pixon\",level:10,mobId:\"aoa3:radiant_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Realmshifter\",level:10,mobId:\"aoa3:realmshifter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rocky Lottoman\",level:10,mobId:\"aoa3:rocky_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runation Master\",level:10,mobId:\"aoa3:runation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Runic Lottoman\",level:10,mobId:\"aoa3:runic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shik\",level:10,mobId:\"aoa3:shik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shining Pixon\",level:10,mobId:\"aoa3:shining_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shyre Archer\",level:10,mobId:\"aoa3:shyre_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shyre Banker\",level:10,mobId:\"aoa3:shyre_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shyrelands Lottoman\",level:10,mobId:\"aoa3:shyrelands_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spearmint Snail\",level:10,mobId:\"aoa3:spearmint_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Store Keeper\",level:10,mobId:\"aoa3:store_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Token Collector\",level:10,mobId:\"aoa3:token_collector\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Toxic Lottoman\",level:10,mobId:\"aoa3:toxic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Toy Merchant\",level:10,mobId:\"aoa3:toy_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Troll Trader\",level:10,mobId:\"aoa3:troll_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Trotter\",level:10,mobId:\"aoa3:trotter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twinkling Lottoman\",level:10,mobId:\"aoa3:twinkling_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Undead Herald\",level:10,mobId:\"aoa3:undead_herald\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Withering Lottoman\",level:10,mobId:\"aoa3:withering_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Banker\",level:10,mobId:\"aoa3:zal_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Child\",level:10,mobId:\"aoa3:zal_child\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Citizen\",level:10,mobId:\"aoa3:zal_citizen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Grocer\",level:10,mobId:\"aoa3:zal_grocer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Herbalist\",level:10,mobId:\"aoa3:zal_herbalist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Spellbinder\",level:10,mobId:\"aoa3:zal_spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zal Vendor\",level:10,mobId:\"aoa3:zal_vendor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Big Bane\",level:10,mobId:\"aoa3:bane_big\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bane\",level:10,mobId:\"aoa3:bane_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bloodlust\",level:10,mobId:\"aoa3:bloodlust\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Corallus Shot\",level:10,mobId:\"aoa3:corallus_shot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zombie\",level:10,mobId:\"ebwizardry:zombie_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Husk\",level:10,mobId:\"ebwizardry:husk_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleton\",level:10,mobId:\"ebwizardry:skeleton_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stray\",level:10,mobId:\"ebwizardry:stray_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spider\",level:10,mobId:\"ebwizardry:spider_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Blaze\",level:10,mobId:\"ebwizardry:blaze_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wither Skeleton\",level:10,mobId:\"ebwizardry:wither_skeleton_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Silverfish\",level:10,mobId:\"ebwizardry:silverfish_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vex\",level:10,mobId:\"ebwizardry:vex_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ice Wraith\",level:10,mobId:\"ebwizardry:ice_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lightning Wraith\",level:10,mobId:\"ebwizardry:lightning_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spirit Wolf\",level:10,mobId:\"ebwizardry:spirit_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spirit Horse\",level:10,mobId:\"ebwizardry:spirit_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Phoenix\",level:10,mobId:\"ebwizardry:phoenix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ice Giant\",level:10,mobId:\"ebwizardry:ice_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Magical Slime\",level:10,mobId:\"ebwizardry:magic_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Decoy\",level:10,mobId:\"ebwizardry:decoy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow Wraith\",level:10,mobId:\"ebwizardry:shadow_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Storm Elemental\",level:10,mobId:\"ebwizardry:storm_elemental\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wizard\",level:10,mobId:\"ebwizardry:wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wizard\",level:10,mobId:\"ebwizardry:evil_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Remnant\",level:10,mobId:\"ebwizardry:remnant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lizard\",level:10,mobId:\"bewitchment:lizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Owl\",level:10,mobId:\"bewitchment:owl\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Raven\",level:10,mobId:\"bewitchment:raven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snake\",level:10,mobId:\"bewitchment:snake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Toad\",level:10,mobId:\"bewitchment:toad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Black Dog\",level:10,mobId:\"bewitchment:black_dog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ghost\",level:10,mobId:\"bewitchment:ghost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hellhound\",level:10,mobId:\"bewitchment:hellhound\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Feuerwurm\",level:10,mobId:\"bewitchment:feuerwurm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Werewolf\",level:10,mobId:\"bewitchment:werewolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cleaver\",level:10,mobId:\"bewitchment:cleaver\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon\",level:10,mobId:\"bewitchment:demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demoness\",level:10,mobId:\"bewitchment:demoness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Imp\",level:10,mobId:\"bewitchment:imp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bafometyr\",level:10,mobId:\"bewitchment:bafometyr\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadow Person\",level:10,mobId:\"bewitchment:shadow_person\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cambion\",level:10,mobId:\"bewitchment:cambion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Druden\",level:10,mobId:\"bewitchment:druden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Baphomet\",level:10,mobId:\"bewitchment:baphomet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Leonard\",level:10,mobId:\"bewitchment:leonard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Arid Warrior\",level:10,mobId:\"divinerpg:arid_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Crawler\",level:10,mobId:\"divinerpg:cave_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Caveclops\",level:10,mobId:\"divinerpg:caveclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crab\",level:10,mobId:\"divinerpg:crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cyclops\",level:10,mobId:\"divinerpg:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Desert Crawler\",level:10,mobId:\"divinerpg:desert_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ehu\",level:10,mobId:\"divinerpg:ehu\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Enthralled Dramcryx\",level:10,mobId:\"divinerpg:enthralled_dramcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Frost\",level:10,mobId:\"divinerpg:frost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Glacon\",level:10,mobId:\"divinerpg:glacon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Brown Grizzle\",level:10,mobId:\"divinerpg:brown_grizzle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"White Grizzle\",level:10,mobId:\"divinerpg:white_grizzle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Husk\",level:10,mobId:\"divinerpg:husk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jack \u0027O\u0027 Man\",level:10,mobId:\"divinerpg:jack_o_man\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jungle Bat\",level:10,mobId:\"divinerpg:jungle_bat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jungle Dramcryx\",level:10,mobId:\"divinerpg:jungle_dramcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Jungle Spider\",level:10,mobId:\"divinerpg:jungle_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King Crab\",level:10,mobId:\"divinerpg:king_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kobblin\",level:10,mobId:\"divinerpg:kobblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Liopleurodon\",level:10,mobId:\"divinerpg:liopleurodon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Livestock Merchant\",level:10,mobId:\"divinerpg:livestock_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Miner\",level:10,mobId:\"divinerpg:miner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pumpkin Spider\",level:10,mobId:\"divinerpg:pumpkin_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rainbour\",level:10,mobId:\"divinerpg:rainbour\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rotatick\",level:10,mobId:\"divinerpg:rotatick\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Saguaro Worm\",level:10,mobId:\"divinerpg:saguaro_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shark\",level:10,mobId:\"divinerpg:shark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Smelter\",level:10,mobId:\"divinerpg:smelter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snapper\",level:10,mobId:\"divinerpg:snapper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stone Golem\",level:10,mobId:\"divinerpg:stone_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"The Eye\",level:10,mobId:\"divinerpg:the_eye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"The Grue\",level:10,mobId:\"divinerpg:the_grue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Whale\",level:10,mobId:\"divinerpg:whale\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hell Pig\",level:10,mobId:\"divinerpg:hell_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hell Spider\",level:10,mobId:\"divinerpg:hell_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Scorcher\",level:10,mobId:\"divinerpg:scorcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wildfire\",level:10,mobId:\"divinerpg:wildfire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ender Spider\",level:10,mobId:\"divinerpg:ender_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ender Triplets\",level:10,mobId:\"divinerpg:ender_triplets\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ender Watcher\",level:10,mobId:\"divinerpg:ender_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Alicanto\",level:10,mobId:\"divinerpg:alicanto\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fractite\",level:10,mobId:\"divinerpg:fractite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Frost Archer\",level:10,mobId:\"divinerpg:frost_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Frosty\",level:10,mobId:\"divinerpg:frosty\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Glacide\",level:10,mobId:\"divinerpg:glacide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hastreus\",level:10,mobId:\"divinerpg:hastreus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Rollum\",level:10,mobId:\"divinerpg:rollum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Workshop Merchant\",level:10,mobId:\"divinerpg:workshop_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Workshop Tinkerer\",level:10,mobId:\"divinerpg:workshop_tinkerer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bunny\",level:10,mobId:\"divinerpg:bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eden Cadillion\",level:10,mobId:\"divinerpg:eden_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eden Tomo\",level:10,mobId:\"divinerpg:eden_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Greenfeet\",level:10,mobId:\"divinerpg:greenfeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Madivel\",level:10,mobId:\"divinerpg:madivel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sun Archer\",level:10,mobId:\"divinerpg:sun_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Weak Cori\",level:10,mobId:\"divinerpg:weak_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Behemoth\",level:10,mobId:\"divinerpg:behemoth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Epiphite\",level:10,mobId:\"divinerpg:epiphite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mage\",level:10,mobId:\"divinerpg:mage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Moon Wolf\",level:10,mobId:\"divinerpg:moon_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Termid\",level:10,mobId:\"divinerpg:termid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Verek\",level:10,mobId:\"divinerpg:verek\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wildwood Cadillion\",level:10,mobId:\"divinerpg:wildwood_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wildwood Golem\",level:10,mobId:\"divinerpg:wildwood_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wildwood Tomo\",level:10,mobId:\"divinerpg:wildwood_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Apalachia Cadillion\",level:10,mobId:\"divinerpg:apalachia_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Apalachia Golem\",level:10,mobId:\"divinerpg:apalachia_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Apalachia Tomo\",level:10,mobId:\"divinerpg:apalachia_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Enchanted Archer\",level:10,mobId:\"divinerpg:enchanted_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Enchanted Warrior\",level:10,mobId:\"divinerpg:enchanted_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Spellbinder\",level:10,mobId:\"divinerpg:spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Advanced Cori\",level:10,mobId:\"divinerpg:advanced_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Megalith\",level:10,mobId:\"divinerpg:megalith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mystic\",level:10,mobId:\"divinerpg:mystic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Samek\",level:10,mobId:\"divinerpg:samek\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skythern Archer\",level:10,mobId:\"divinerpg:skythern_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skythern Fiend\",level:10,mobId:\"divinerpg:skythern_fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skythern Golem\",level:10,mobId:\"divinerpg:skythern_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Angry Bunny\",level:10,mobId:\"divinerpg:angry_bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Basilisk\",level:10,mobId:\"divinerpg:basilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Demon Of Darkness\",level:10,mobId:\"divinerpg:demon_of_darkness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mortum Cadillion\",level:10,mobId:\"divinerpg:mortum_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sorcerer\",level:10,mobId:\"divinerpg:sorcerer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Soul Stealer\",level:10,mobId:\"divinerpg:soul_stealer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Soul Spider\",level:10,mobId:\"divinerpg:soul_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twilight Archer\",level:10,mobId:\"divinerpg:twilight_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Captain Merik\",level:10,mobId:\"divinerpg:captain_merik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Datticon\",level:10,mobId:\"divinerpg:datticon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Deathcryx\",level:10,mobId:\"divinerpg:deathcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Death Hound\",level:10,mobId:\"divinerpg:death_hound\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dungeon Constructor\",level:10,mobId:\"divinerpg:dungeon_constructor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dungeon Demon\",level:10,mobId:\"divinerpg:dungeon_demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dungeon Prisoner\",level:10,mobId:\"divinerpg:dungeon_prisoner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fyracryx\",level:10,mobId:\"divinerpg:fyracryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kazari\",level:10,mobId:\"divinerpg:kazari\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Leorna\",level:10,mobId:\"divinerpg:leorna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Living Statue\",level:10,mobId:\"divinerpg:living_statue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Paratiku\",level:10,mobId:\"divinerpg:paratiku\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Razorback\",level:10,mobId:\"divinerpg:razorback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Golem Of Rejuvenation\",level:10,mobId:\"divinerpg:golem_of_rejuvenation\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Roamer\",level:10,mobId:\"divinerpg:roamer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Seimer\",level:10,mobId:\"divinerpg:seimer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lord Vatticus\",level:10,mobId:\"divinerpg:lord_vatticus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"War General\",level:10,mobId:\"divinerpg:war_general\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wraith\",level:10,mobId:\"divinerpg:wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zelus\",level:10,mobId:\"divinerpg:zelus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Acid Hag\",level:10,mobId:\"divinerpg:acid_hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Biphron\",level:10,mobId:\"divinerpg:biphron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Bohemite\",level:10,mobId:\"divinerpg:bohemite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Crypt Keeper\",level:10,mobId:\"divinerpg:crypt_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cymesoid\",level:10,mobId:\"divinerpg:cymesoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dissiment\",level:10,mobId:\"divinerpg:dissiment\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dreamwrecker\",level:10,mobId:\"divinerpg:dreamwrecker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Duo\",level:10,mobId:\"divinerpg:duo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ent\",level:10,mobId:\"divinerpg:ent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vhraak\",level:10,mobId:\"divinerpg:fake_vhraak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Galroid\",level:10,mobId:\"divinerpg:galroid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gorgosion\",level:10,mobId:\"divinerpg:gorgosion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Helio\",level:10,mobId:\"divinerpg:helio\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hive Soldier\",level:10,mobId:\"divinerpg:hive_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hover Stinger\",level:10,mobId:\"divinerpg:hover_stinger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Kazrotic\",level:10,mobId:\"divinerpg:kazrotic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lheiva\",level:10,mobId:\"divinerpg:lheiva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lorga\",level:10,mobId:\"divinerpg:lorga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lorga Flight\",level:10,mobId:\"divinerpg:lorga_flight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mandragora\",level:10,mobId:\"divinerpg:mandragora\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_2\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_3\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Shadahier\",level:10,mobId:\"divinerpg:shadahier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"The Hunger\",level:10,mobId:\"divinerpg:the_hunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Temple Guardian\",level:10,mobId:\"divinerpg:temple_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Tocaxin\",level:10,mobId:\"divinerpg:tocaxin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twins\",level:10,mobId:\"divinerpg:twins\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vermenous\",level:10,mobId:\"divinerpg:vermenous\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vhraak\",level:10,mobId:\"divinerpg:vhraak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zone\",level:10,mobId:\"divinerpg:zone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zoragon\",level:10,mobId:\"divinerpg:zoragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ancient Entity\",level:10,mobId:\"divinerpg:ancient_entity\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ayeraco Blue\",level:10,mobId:\"divinerpg:ayeraco_blue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ayeraco Green\",level:10,mobId:\"divinerpg:ayeraco_green\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ayeraco Purple\",level:10,mobId:\"divinerpg:ayeraco_purple\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ayeraco Red\",level:10,mobId:\"divinerpg:ayeraco_red\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ayeraco Yellow\",level:10,mobId:\"divinerpg:ayeraco_yellow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Densos\",level:10,mobId:\"divinerpg:densos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dramix\",level:10,mobId:\"divinerpg:dramix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eternal Archer\",level:10,mobId:\"divinerpg:eternal_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Experienced Cori\",level:10,mobId:\"divinerpg:experienced_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hive Queen\",level:10,mobId:\"divinerpg:hive_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Karot\",level:10,mobId:\"divinerpg:karot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Karos\",level:10,mobId:\"divinerpg:karos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"King Of Scorchers\",level:10,mobId:\"divinerpg:king_of_scorchers\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Lady Luna\",level:10,mobId:\"divinerpg:lady_luna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Parasecta\",level:10,mobId:\"divinerpg:parasecta\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Quadro\",level:10,mobId:\"divinerpg:quadro\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Raglok\",level:10,mobId:\"divinerpg:raglok\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Reyvor\",level:10,mobId:\"divinerpg:reyvor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Soul Fiend\",level:10,mobId:\"divinerpg:soul_fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sunstorm\",level:10,mobId:\"divinerpg:sunstorm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Termasect\",level:10,mobId:\"divinerpg:termasect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"The Watcher\",level:10,mobId:\"divinerpg:the_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twilight Demon\",level:10,mobId:\"divinerpg:twilight_demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Vamacheron\",level:10,mobId:\"divinerpg:vamacheron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Wreck\",level:10,mobId:\"divinerpg:wreck\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dragon Egg\",level:10,mobId:\"iceandfire:dragonegg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dragon Skull\",level:10,mobId:\"iceandfire:dragonskull\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Dragon\",level:10,mobId:\"iceandfire:firedragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Ice Dragon\",level:10,mobId:\"iceandfire:icedragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snow Villager\",level:10,mobId:\"iceandfire:snowvillager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hippogryph\",level:10,mobId:\"iceandfire:hippogryph\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stone Statue\",level:10,mobId:\"iceandfire:stonestatue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Gorgon\",level:10,mobId:\"iceandfire:gorgon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Pixie\",level:10,mobId:\"iceandfire:if_pixie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cyclops\",level:10,mobId:\"iceandfire:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Siren\",level:10,mobId:\"iceandfire:siren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hippocampus\",level:10,mobId:\"iceandfire:hippocampus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Death Worm\",level:10,mobId:\"iceandfire:deathworm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cockatrice\",level:10,mobId:\"iceandfire:if_cockatrice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stymphalian Bird\",level:10,mobId:\"iceandfire:stymphalianbird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Troll\",level:10,mobId:\"iceandfire:if_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Worker\",level:10,mobId:\"iceandfire:myrmex_worker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Soldier\",level:10,mobId:\"iceandfire:myrmex_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Sentinel\",level:10,mobId:\"iceandfire:myrmex_sentinel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Royal\",level:10,mobId:\"iceandfire:myrmex_royal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Queen\",level:10,mobId:\"iceandfire:myrmex_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Egg\",level:10,mobId:\"iceandfire:myrmex_egg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Amphithere\",level:10,mobId:\"iceandfire:amphithere\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sea Serpent\",level:10,mobId:\"iceandfire:seaserpent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Myrmex Swarmer\",level:10,mobId:\"iceandfire:myrmex_swarmer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skull\",level:10,mobId:\"iceandfire:if_mob_skull\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Thrall\",level:10,mobId:\"iceandfire:dread_thrall\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Ghoul\",level:10,mobId:\"iceandfire:dread_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Beast\",level:10,mobId:\"iceandfire:dread_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Scuttler\",level:10,mobId:\"iceandfire:dread_scuttler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Lich\",level:10,mobId:\"iceandfire:dread_lich\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Knight\",level:10,mobId:\"iceandfire:dread_knight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Dread Knight Horse\",level:10,mobId:\"iceandfire:dread_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Hydra\",level:10,mobId:\"iceandfire:if_hydra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Skeleton Druid\",level:10,mobId:\"tfspellpack:skeleton_druid_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Stable Ice Core\",level:10,mobId:\"tfspellpack:stable_ice_core_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Unstable Ice Core\",level:10,mobId:\"tfspellpack:unstable_ice_core_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Beetle\",level:10,mobId:\"tfspellpack:fire_beetle_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Slime Beetle\",level:10,mobId:\"tfspellpack:slime_beetle_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Redcap Goblin\",level:10,mobId:\"tfspellpack:redcap_goblin_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Redcap Sapper\",level:10,mobId:\"tfspellpack:redcap_sapper_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Twilight Wraith\",level:10,mobId:\"tfspellpack:twilight_wraith_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Snow Guardian\",level:10,mobId:\"tfspellpack:snow_guardian_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Carminite Ghastling\",level:10,mobId:\"tfspellpack:carminite_ghastling_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cave Troll\",level:10,mobId:\"tfspellpack:cave_troll_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Druid Mage\",level:10,mobId:\"tfspellpack:druid_mage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Autocaster\",level:10,mobId:\"thaumicaugmentation:autocaster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Autocaster\",level:10,mobId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Guardian\",level:10,mobId:\"thaumicaugmentation:eldritch_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Warden\",level:10,mobId:\"thaumicaugmentation:eldritch_warden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Primordial Wisp\",level:10,mobId:\"thaumicaugmentation:primal_wisp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Eldritch Construct\",level:10,mobId:\"thaumicaugmentation:eldritch_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Celestial Observer\",level:10,mobId:\"thaumicaugmentation:celestial_observer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"entity.butterflyGE.name\",level:10,mobId:\"forestry:butterflyge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Moa\",level:10,mobId:\"aether_legacy:moa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Phyg\",level:10,mobId:\"aether_legacy:phyg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Flying Cow\",level:10,mobId:\"aether_legacy:flying_cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sheepuff\",level:10,mobId:\"aether_legacy:sheepuff\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Aerbunny\",level:10,mobId:\"aether_legacy:aerbunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Aerwhale\",level:10,mobId:\"aether_legacy:aerwhale\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Swet\",level:10,mobId:\"aether_legacy:swet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Cockatrice\",level:10,mobId:\"aether_legacy:cockatrice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sentry\",level:10,mobId:\"aether_legacy:sentry\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Zephyr\",level:10,mobId:\"aether_legacy:zephyr\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Aechor Plant\",level:10,mobId:\"aether_legacy:aechor_plant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mimic\",level:10,mobId:\"aether_legacy:mimic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Slider\",level:10,mobId:\"aether_legacy:slider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Valkyrie Queen\",level:10,mobId:\"aether_legacy:valkyrie_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Sun Spirit\",level:10,mobId:\"aether_legacy:sun_spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Ball\",level:10,mobId:\"aether_legacy:fire_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Icey Ball\",level:10,mobId:\"aether_legacy:ice_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Thunder Ball\",level:10,mobId:\"aether_legacy:thunder_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Valkyrie\",level:10,mobId:\"aether_legacy:valkyrie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Fire Minion\",level:10,mobId:\"aether_legacy:fire_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Mini Cloud\",level:10,mobId:\"aether_legacy:mini_cloud\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Whirlwind\",level:10,mobId:\"aether_legacy:whirlwind\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Battletower Golem\",level:10,mobId:\"battletowers:golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:3s,tag:{mobName:\"Feral Ghoul\",level:10,mobId:\"nuclearcraft:feral_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:9s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:4s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluid_module\",Count:3s,Damage:0s}", - "{id:\"rftools:modular_storage\",Count:4s,Damage:0s}", - "{id:\"rftools:remote_storage\",Count:4s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:4s,Damage:0s}", - "{id:\"rftools:liquid_monitor\",Count:7s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:4s,Damage:0s}", - "{id:\"rftools:security_manager\",Count:4s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:8s,Damage:0s}", - "{id:\"rftools:booster\",Count:15s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:4s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:2s,Damage:1s}", - "{id:\"ironchest:iron_chest\",Count:2s,Damage:2s}", - "{id:\"ironchest:iron_chest\",Count:4s,Damage:3s}", - "{id:\"ironchest:iron_chest\",Count:3s,Damage:4s}", - "{id:\"ironchest:iron_chest\",Count:1s,Damage:5s}", - "{id:\"ironchest:iron_chest\",Count:4s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_iron_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_copper_shulker_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_basic\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_supplier\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_insertion\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_provider\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_request\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_extractor\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_satellite\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_supplier_mk2\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_table\",Count:4s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:8s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:18s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:21s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:23s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:30s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:36s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:40s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:8s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:18s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:21s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:23s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:30s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:36s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:40s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:16s,Damage:1s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:19s,Damage:2s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:21s,Damage:3s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:23s,Damage:4s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:24s,Damage:5s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:25s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:26s,Damage:7s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:16s,Damage:1s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:19s,Damage:2s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:21s,Damage:3s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:23s,Damage:4s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:24s,Damage:5s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:25s,Damage:6s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:26s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"storagedrawers:upgrade_template\",Count:1s,Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"oak\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"spruce\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"birch\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"jungle\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"acacia\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"dark_oak\"},Damage:0s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"oak\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"spruce\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"birch\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"jungle\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"acacia\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"dark_oak\"},Damage:1s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"oak\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"spruce\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"birch\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"jungle\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"acacia\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"dark_oak\"},Damage:2s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"oak\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"spruce\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"birch\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"jungle\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"acacia\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"dark_oak\"},Damage:3s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"oak\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"spruce\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"birch\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"jungle\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"acacia\"},Damage:4s}", - "{id:\"storagedrawers:basicdrawers\",Count:4s,tag:{material:\"dark_oak\"},Damage:4s}", - "{id:\"storagedrawers:customdrawers\",Count:4s,Damage:0s}", - "{id:\"storagedrawers:customdrawers\",Count:4s,Damage:1s}", - "{id:\"storagedrawers:customdrawers\",Count:4s,Damage:2s}", - "{id:\"storagedrawers:customdrawers\",Count:4s,Damage:3s}", - "{id:\"storagedrawers:customdrawers\",Count:4s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:27s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:7s,Damage:0s}", - "{id:\"tg:ingot_shade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:13s,Damage:0s}", - "{id:\"tg:block_shade\",Count:33s,Damage:0s}", - "{id:\"tg:ore_shade\",Count:5s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:15s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:12s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:22s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:1s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:2s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:40s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:15s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:30s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:30s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:16s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:300L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:11s,tag:{cap:{augment:{},energy:{energy:300L}}},Damage:0s}", - "{id:\"thaumicaugmentation:fracture_locator\",Count:6s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:12s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:2s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:18s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:13s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:9s,Damage:3s}", - "{id:\"tinker_io:upg\",Count:6s,Damage:4s}", - "{id:\"tinker_io:fuel_input_machine\",Count:3s,Damage:0s}", - "{id:\"torchmaster:terrain_lighter\",Count:4s,Damage:0s}", - "{id:\"woot:importer\",Count:12s,Damage:0s}", - "{id:\"woot:exporter\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:crate\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:statetransformer\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantomface\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_liquiface\",Count:10s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_energyface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_giant_chest\",Count:18s,Damage:0s}", - "{id:\"actuallyadditions:block_giant_chest_medium\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_giant_chest_large\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_placer\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_collector\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_bag\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_chest_to_crate_upgrade\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:item_small_to_medium_crate_upgrade\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:item_medium_to_large_crate_upgrade\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:1s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:2s}", - "{id:\"actuallyadditions:item_food\",Count:3s,Damage:6s}", - "{id:\"buildcraftfactory:pump\",Count:3s,Damage:0s}", - "{id:\"buildcraftfactory:chute\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_fluid\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:trash\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:fluid_placer\",Count:3s,Damage:0s}", - "{id:\"buildcraftsilicon:advanced_crafting_table\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:meatball_pasta\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:liquid_witchcraft_bottle\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:spicy_meatball_pasta\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:cleansing_balm_bottle\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:aglio_olio_peperoncino_pasta\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:fiery_unguent_bottle\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:9s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_resource_harvester\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:12s,Damage:0s}", - "{id:\"industrialforegoing:fluiddictionary_converter\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"industrialforegoing:meat_feeder\":{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:meat_feeder\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_lb.craftingmanager\",Count:4s,Damage:0s}", - "{id:\"erebus:materials\",Count:11s,Damage:59s}", - "{id:\"erebus:materials\",Count:3s,Damage:61s}", - "{id:\"erebus:materials\",Count:2s,Damage:62s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:erebus_food\",Count:3s,Damage:6s}", - "{id:\"abyssalcraft:antiwater\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "tenebrae", - "items": [ - "{id:\"minecraft:bedrock\",Count:25s,Damage:0s}", - "{id:\"minecraft:obsidian\",Count:5s,Damage:0s}", - "{id:\"minecraft:end_stone\",Count:5s,Damage:0s}", - "{id:\"minecraft:end_bricks\",Count:3s,Damage:0s}", - "{id:\"minecraft:brown_mushroom\",Count:2s,Damage:0s}", - "{id:\"minecraft:red_mushroom\",Count:2s,Damage:0s}", - "{id:\"minecraft:enchanting_table\",Count:15s,Damage:0s}", - "{id:\"minecraft:ender_chest\",Count:30s,Damage:0s}", - "{id:\"minecraft:skull\",Count:10s,Damage:5s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:1s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:2s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:3s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:4s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:5s}", - "{id:\"twilightforest:dark_door\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dspplate\",Count:1s,Damage:0s}", - "{id:\"minecraft:beacon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:mushroom_stew\",Count:1s,Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:fermented_spider_eye\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:rabbit_stew\",Count:1s,Damage:0s}", - "{id:\"minecraft:dragon_breath\",Count:10s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_stal\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:infused_obsidian\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:11s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:22s,Damage:0s}", - "{id:\"bewitchment:embittered_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_embittered_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_embittered_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:embittered_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_symbol\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_bevel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_hellish\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw_cracked\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_soft\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_medium_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_triple\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_braid\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_layers\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_road\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_ornate\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_panel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_prism\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slanted\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_scorned_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:black_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:blue_ink_cap\",Count:4s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_allium\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_blue_orchid\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_dandelion\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_azure_bluet\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_oxeye_daisy\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_orange\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_pink\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_red\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_tulip_white\",Count:8s,Damage:0s}", - "{id:\"bewitchment:flower_siphoning_poppy\",Count:8s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:durable_hammer\",Count:7s,Damage:0s}", - "{id:\"biomesoplenty:terrarium\",Count:1s,Damage:1s}", - "{id:\"chickenchunks:chunk_loader\",Count:11s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:1s,Damage:1s}", - "{id:\"extracells:hardmedrive\",Count:26s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:3s,Damage:0s}", - "{id:\"extrautils2:playerchest\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:book\",Count:3s,Damage:0s}", - "{id:\"extrautils2:quarryproxy\",Count:15s,Damage:0s}", - "{id:\"extrautils2:quarry\",Count:15s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:8s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"tenebrae\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:knowledge_tome\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"nuclearcraft:fission_block\",Count:1s,Damage:1s}", - "{id:\"nuclearcraft:glowing_mushroom\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:22s,Damage:0s}", - "{id:\"randomthings:playerinterface\",Count:56s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:37s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:27s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:41s,Damage:0s}", - "{id:\"randomthings:blockdestabilizer\",Count:15s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:23s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:18s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:13s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:32s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:11s,Damage:0s}", - "{id:\"randomthings:advanceditemcollector\",Count:8s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:11s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:23s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:11s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:7s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:7s,Damage:1s}", - "{id:\"randomthings:weatheregg\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:18s,Damage:0s}", - "{id:\"randomthings:eclipsedclock\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:7s,Damage:0s}", - "{id:\"openblocks:vacuum_hopper\",Count:3s,Damage:0s}", - "{id:\"openblocks:auto_enchantment_table\",Count:11s,Damage:0s}", - "{id:\"openblocks:paint_mixer\",Count:11s,Damage:0s}", - "{id:\"openblocks:xp_shower\",Count:3s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:6s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{id:\"wrcbe:wireless_logic\",Count:9s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:7s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:5s,Damage:2s}", - "{id:\"wrcbe:material\",Count:7s,Damage:0s}", - "{id:\"wrcbe:material\",Count:5s,Damage:3s}", - "{id:\"wrcbe:material\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:11s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:15s,Damage:0s}", - "{id:\"chisel:endstone\",Count:5s,Damage:0s}", - "{id:\"chisel:endstone\",Count:5s,Damage:1s}", - "{id:\"chisel:endstone\",Count:5s,Damage:2s}", - "{id:\"chisel:endstone\",Count:5s,Damage:3s}", - "{id:\"chisel:endstone\",Count:5s,Damage:4s}", - "{id:\"chisel:endstone\",Count:5s,Damage:5s}", - "{id:\"chisel:endstone\",Count:5s,Damage:6s}", - "{id:\"chisel:endstone\",Count:5s,Damage:7s}", - "{id:\"chisel:endstone\",Count:5s,Damage:8s}", - "{id:\"chisel:endstone\",Count:5s,Damage:9s}", - "{id:\"chisel:endstone\",Count:5s,Damage:10s}", - "{id:\"chisel:endstone\",Count:5s,Damage:11s}", - "{id:\"chisel:endstone\",Count:5s,Damage:12s}", - "{id:\"chisel:endstone\",Count:5s,Damage:13s}", - "{id:\"chisel:endstone\",Count:5s,Damage:14s}", - "{id:\"chisel:endstone\",Count:5s,Damage:15s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:0s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:1s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:2s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:3s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:4s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:5s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:6s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:7s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:8s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:9s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:0s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:1s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:2s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:3s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:4s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:5s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:6s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:0s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:1s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:2s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:3s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:4s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:5s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:6s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:7s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:8s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:9s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:10s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:11s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:12s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:13s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:14s}", - "{id:\"thaumcraft:mirror\",Count:5s,Damage:0s}", - "{id:\"divinerpg:blue_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:cyan_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:purple_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:red_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:yellow_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:bedrock_chunk\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:3s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:5s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:7s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:8s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:9s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:10s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:11s}", - "{id:\"thaumcraft:celestial_notes\",Count:5s,Damage:12s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"tenebrae\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"tenebrae\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:scribing_tools\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:1s,tag:{ancient:1b},Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:5s,Damage:6s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:6s}", - "{id:\"enderio:item_material\",Count:7s,Damage:7s}", - "{id:\"enderio:block_dark_steel_anvil\",Count:15s,Damage:0s}", - "{id:\"enderio:block_dark_iron_bars\",Count:1s,Damage:0s}", - "{id:\"enderio:block_dark_steel_trapdoor\",Count:15s,Damage:0s}", - "{id:\"enderio:block_dark_steel_door\",Count:7s,Damage:0s}", - "{id:\"enderio:block_reinforced_obsidian\",Count:6s,Damage:0s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:7s,Damage:8s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:5s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:3s,tag:{\"enderio:famount\":1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:18s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:7s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:11s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:11s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:11s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:7s,tag:{enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:7s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:7s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:7s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:18s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:18s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:15s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:15s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:15s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:7s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:5s,Damage:0s}", - "{id:\"enderio:block_enchanter\",Count:15s,Damage:0s}", - "{id:\"enderio:block_stirling_generator\",Count:7s,Damage:0s}", - "{id:\"enderio:block_killer_joe\",Count:11s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:7s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:5s,Damage:0s}", - "{id:\"enderio:block_vat\",Count:7s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:27s,Damage:0s}", - "{id:\"enderio:block_tank\",Count:18s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:32000}}},Damage:1s}", - "{id:\"enderio:block_tele_pad\",Count:15s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:twilight_scepter\",Count:30s,Damage:0s}", - "{id:\"twilightforest:raven_feather\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_shield\",Count:4s,Damage:0s}", - "{id:\"twilightforest:twilight_log\",Count:5s,Damage:3s}", - "{id:\"twilightforest:tower_wood\",Count:3s,Damage:0s}", - "{id:\"twilightforest:tower_wood\",Count:2s,Damage:1s}", - "{id:\"twilightforest:tower_device\",Count:3s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:1s,Damage:2s}", - "{id:\"twilightforest:tower_device\",Count:6s,Damage:12s}", - "{id:\"twilightforest:dark_leaves\",Count:1s,Damage:0s}", - "{id:\"twilightforest:giant_obsidian\",Count:320s,Damage:0s}", - "{id:\"twilightforest:trollvidr\",Count:3s,Damage:0s}", - "{id:\"twilightforest:unripe_trollber\",Count:6s,Damage:0s}", - "{id:\"twilightforest:trollber\",Count:3s,Damage:0s}", - "{id:\"twilightforest:dark_planks\",Count:1s,Damage:0s}", - "{id:\"twilightforest:dark_fence\",Count:1s,Damage:0s}", - "{id:\"twilightforest:dark_gate\",Count:1s,Damage:0s}", - "{id:\"twilightforest:dark_plate\",Count:1s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:30s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:3s,Damage:3s}", - "{id:\"projecte:alchemical_chest\",Count:7s,Damage:0s}", - "{id:\"projecte:collector_mk1\",Count:65s,Damage:0s}", - "{id:\"projecte:collector_mk2\",Count:48s,Damage:0s}", - "{id:\"projecte:collector_mk3\",Count:36s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:20s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:15s,Damage:0s}", - "{id:\"projecte:relay_mk1\",Count:87s,Damage:0s}", - "{id:\"projecte:relay_mk2\",Count:91s,Damage:0s}", - "{id:\"projecte:relay_mk3\",Count:94s,Damage:0s}", - "{id:\"projecte:transmutation_table\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_density\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_transmutation_tablet\",Count:11s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:15s,Damage:7s}", - "{id:\"bloodmagic:ritual_controller\",Count:15s,Damage:1s}", - "{id:\"bloodmagic:decorative_brick\",Count:45s,Damage:2s}", - "{id:\"bloodmagic:decorative_brick\",Count:33s,Damage:3s}", - "{id:\"bloodmagic:path\",Count:3s,Damage:6s}", - "{id:\"bloodmagic:path\",Count:2s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:lava_crystal\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodfury\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dark_beast\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_drainer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:darkly_powder\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:15s,Damage:0s}", - "{id:\"aoa3:nightmare_flakes\",Count:5s,Damage:0s}", - "{id:\"aoa3:primordial_skull\",Count:10s,Damage:0s}", - "{id:\"aoa3:scream_shield\",Count:15s,Damage:0s}", - "{id:\"aoa3:void_scales\",Count:5s,Damage:0s}", - "{id:\"aoa3:dustopia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:darkly_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:dustopia_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:dustopia_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:dustopia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:infusion_table\",Count:11s,Damage:0s}", - "{id:\"aoa3:mending_table\",Count:18s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:5s,Damage:2s}", - "{id:\"botania:quartz\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:30s,Damage:0s}", - "{id:\"botania:quartztypedark\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypedark\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypedark\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabdarkhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairsdark\",Count:3s,Damage:0s}", - "{id:\"botania:manavoid\",Count:7s,Damage:0s}", - "{id:\"botania:starfield\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:caduceus\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:vampiric_amulet\",Count:16s,Damage:0s}", - "{id:\"bewitchment:bottled_hellfire\",Count:6s,Damage:0s}", - "{id:\"bewitchment:cloudy_oil\",Count:6s,Damage:0s}", - "{id:\"bewitchment:swirl_of_depths\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:4s,Damage:0s}", - "{id:\"bewitchment:ravens_feather\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dimensional_sand\",Count:4s,Damage:0s}", - "{id:\"bewitchment:box_of_sealed_evil\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_fire\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_proj\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_blast\",Count:15s,Damage:0s}", - "{id:\"deepmoblearning:machine_casing\",Count:3s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:2s,Damage:0s}", - "{id:\"deepmoblearning:soot_covered_plate\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:deep_learner\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:11s,Damage:0s}", - "{id:\"deepmoblearning:living_matter_extraterrestrial\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_shovel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_pickaxe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_axe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_helmet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_maul\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:fury_maul\",Count:30s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:7s,Damage:0s}", - "{id:\"erebus:altar_base\",Count:3s,Damage:0s}", - "{id:\"erebus:altar_offering\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:ant_taming_amulet\",Count:3s,tag:{},Damage:0s}", - "{id:\"fluxnetworks:fluxconfigurator\",Count:7s,Damage:0s}", - "{id:\"iceandfire:witherbone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:wither_shard\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:part_world_reader_item\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:7s,Damage:9s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:53s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:54s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:core_remover\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:8s,Damage:4s}", - "{id:\"mysticalagriculture:obsidian_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:end_seeds\",Count:21s,Damage:0s}", - "{id:\"mysticalagriculture:dark_steel_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:abyssalnite_seeds\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:15s,Damage:1s}", - "{id:\"rftools:blindness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:3s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:3s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:3s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:11s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:23s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:32s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:39s,Damage:0s}", - "{id:\"rftools:block_protector\",Count:15s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_shulker_upgrade\",Count:30s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:3s,Damage:4s}", - "{id:\"projectex:stone_table\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:final_star\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:33s,Damage:0s}", - "{id:\"xreliquary:altar\",Count:3s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:31s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:21s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:7s,Damage:1s}", - "{id:\"storagedrawers:upgrade_storage\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:upgrade_void\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:62s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:38s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:36s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:30s,Damage:0s}", - "{id:\"tg:ingot_shade\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:23s,Damage:0s}", - "{id:\"tg:shade_petal\",Count:1s,Damage:0s}", - "{id:\"tg:block_shade\",Count:54s,Damage:0s}", - "{id:\"tg:ore_shade\",Count:7s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:15s,Damage:0s}", - "{id:\"tg:shade_rose_bush\",Count:7s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:1s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:share_book\",Count:2s,tag:{player:\"[none]\"},Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:30s,Damage:0s}", - "{id:\"thaumictinkerer:black_quartz_block\",Count:3s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:22s,Damage:6s}", - "{id:\"tinker_io:upg\",Count:15s,Damage:7s}", - "{id:\"torchmaster:dread_lamp\",Count:18s,Damage:0s}", - "{id:\"woot:anvil\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:darkstone_brick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dsglow\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dbstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dcstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:odb\",Count:21s,Damage:0s}", - "{id:\"abyssalcraft:ingotblock\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:odbcore\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:abydreadore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:materializer\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:energycollector\",Count:65s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:energyrelay\",Count:84s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:rendingpedestal\",Count:261s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:energydepositioner\",Count:193s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:eoa\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:abyingot\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dpick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:daxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhoe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:apick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:asword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ahoe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ahelmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:alegs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aboots\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:abyssalniteu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:coraliumu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:shadowfragment\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:shadowshard\",Count:13s,Damage:0s}", - "{id:\"abyssalcraft:shadowgem\",Count:87s,Damage:0s}", - "{id:\"abyssalcraft:oblivionshard\",Count:261s,Damage:0s}", - "{id:\"abyssalcraft:densecarboncluster\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:soulreaper\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:drainstaff\",Count:234s,Damage:0s}", - "{id:\"abyssalcraft:essence\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:gatekeeperessence\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:104s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:104s,tag:{ItemInventory:[],PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:104s,tag:{Cursed:1b},Damage:0s}", - "{id:\"actuallyadditions:block_shock_suppressor\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_advanced\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_extreme\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:7s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_obsidian\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_obsidian\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_obsidian\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_obsidian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_obsidian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_obsidian\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:obsidian_paxel\",Count:29s,Damage:0s}", - "{id:\"buildcraftcore:decorated\",Count:1s,Damage:5s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap_match\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:18s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:bundled_pipe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_trade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:cyclic_wand_build\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:shears_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:mattock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_randomize\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:beacon_redstone\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_storeempty\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_obsidian_item\",Count:1s,Damage:0s}", - "{id:\"buildcraftsilicon:advanced_crafting_table\",Count:22s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:67s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:22s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:11s,Damage:0s}", - "{id:\"contenttweaker:omothol_matter\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:lilith_altar_bricks\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"environmentaltech:tool_multiblock_assembler\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:45s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:3s,Damage:0s}", - "{id:\"danknull:danknull_dock\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:26s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:19s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:19s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}", - "{id:\"minecraft:brown_mushroom_block\",Count:2s,Damage:0s}", - "{id:\"minecraft:red_mushroom_block\",Count:2s,Damage:0s}", - "{id:\"minecraft:dragon_egg\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:abyportal\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:dreadportal\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:omotholportal\",Count:4s,Damage:0s}" - ] - }, - { - "aspect": "sonus", - "items": [ - "{id:\"minecraft:jukebox\",Count:12s,Damage:0s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:6s,Damage:0s}", - "{id:\"minecraft:noteblock\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_13\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_cat\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_blocks\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_chirp\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_far\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mall\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mellohi\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_stal\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_strad\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_ward\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_11\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_wait\",Count:20s,Damage:0s}", - "{id:\"avaritia:resource\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:record_wanderer\",Count:20s,Damage:0s}", - "{id:\"extrautils2:soundmuffler\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"sonus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_wanderer\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_end_of_the_world\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_money_for_nothing\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_hyperspace\",Count:35s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"sonus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"sonus\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:outlaw_disc\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:caverns_disc\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia1\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia2\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:6s,tag:{},Damage:0s}", - "{id:\"computercraft:peripheral\",Count:6s,Damage:5s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:24s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:aether_tune\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:ascending_dawn\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:welcoming_skies\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:legacy\",Count:20s,Damage:0s}", - "{id:\"cyclicmagic:doorbell_simple\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:57s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:record_creepy\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:astatos\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:between_you_and_me\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:christmas_on_the_marsh\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:the_explorer\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:hag_dance\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lonely_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:mysterious_record\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:ancient\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:beneath_a_green_sky\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:dj_wights_mixtape\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:onwards\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:stuck_in_the_mud\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:wandering_wisps\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:waterlogged\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:deep_water_theme\",Count:20s,Damage:0s}" - ] - }, - { - "aspect": "aer", - "items": [ - "{id:\"minecraft:tallgrass\",Count:1s,Damage:1s}", - "{id:\"minecraft:tallgrass\",Count:1s,Damage:2s}", - "{id:\"minecraft:jukebox\",Count:15s,Damage:0s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:0s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:1s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:2s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:3s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:4s}", - "{id:\"minecraft:double_plant\",Count:1s,Damage:5s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:11s,Damage:0s}", - "{id:\"minecraft:noteblock\",Count:15s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_whistle\"}},Damage:19s}", - "{id:\"minecraft:feather\",Count:5s,Damage:0s}", - "{id:\"minecraft:reeds\",Count:2s,Damage:0s}", - "{id:\"minecraft:paper\",Count:1s,Damage:0s}", - "{id:\"minecraft:sugar\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:1s,Damage:0s}", - "{id:\"minecraft:chicken\",Count:5s,Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:writable_book\",Count:3s,Damage:0s}", - "{id:\"minecraft:map\",Count:6s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:49}]},Damage:0s}", - "{id:\"minecraft:golden_horse_armor\",Count:1s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_13\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_cat\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_blocks\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_chirp\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_far\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mall\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_mellohi\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_stal\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_strad\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_ward\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_11\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_wait\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:diagram_redprint\",Count:1s,Damage:0s}", - "{id:\"railcraft:routing_table\",Count:2s,Damage:0s}", - "{id:\"bewitchment:light_blue_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:spanish_moss\",Count:2s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_oak\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_spruce\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dark_oak\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_jungle\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_birch\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_acacia\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_juniper\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_cypress\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_elder\",Count:3s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dragons_blood\",Count:3s,Damage:0s}", - "{id:\"genetics:misc\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hammercore:manual\",Count:2s,Damage:0s}", - "{id:\"extrautils2:soundmuffler\",Count:11s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:7s,Damage:1s}", - "{id:\"extrautils2:contract\",Count:4s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:4s}", - "{id:\"thaumadditions:odour_powder\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"aer\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"aer\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"aer\"},Damage:0s}", - "{id:\"thaumadditions:cake\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"aer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_wanderer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_end_of_the_world\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_money_for_nothing\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_hyperspace\",Count:3s,Damage:0s}", - "{id:\"randomthings:notificationinterface\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:enderletter\",Count:2s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:4s,Damage:0s}", - "{id:\"openblocks:generic\",Count:3s,Damage:10s}", - "{id:\"projectred-core:resource_item\",Count:1s,Damage:600s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:1s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:2s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:3s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:4s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:5s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:6s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:7s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:8s}", - "{id:\"tg:terra_focus\",Count:1s,Damage:9s}", - "{id:\"thaumcraft:crystal_aer\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:pedestal_arcane\",Count:3s,Damage:0s}", - "{id:\"divinerpg:eden_arrow\",Count:1s,Damage:0s}", - "{id:\"divinerpg:fury_arrow\",Count:1s,Damage:0s}", - "{id:\"divinerpg:wildwood_arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primordial_pearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"aer\"}]},Damage:0s}", - "{id:\"thaumcraft:label\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"aer\"}]},Damage:1s}", - "{id:\"thaumcraft:bath_salts\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:6s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_of_knowledge\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:1s,Damage:6s}", - "{id:\"tombstone:crafting_ingredient\",Count:2s,Damage:0s}", - "{id:\"enderio:item_material\",Count:2s,Damage:16s}", - "{id:\"enderio:item_material\",Count:2s,Damage:17s}", - "{id:\"enderio:item_material\",Count:1s,Damage:18s}", - "{id:\"enderio:item_material\",Count:3s,Damage:60s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:1s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:1s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:1s,tag:{\"enderio:energy\":2000000,\"enderio:famount\":200},Damage:0s}", - "{id:\"enderio:item_advanced_item_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_big_item_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_big\",Count:2s,Damage:0s}", - "{id:\"enderio:item_fluid_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_redstone_not_filter\",Count:2s,Damage:0s}", - "{id:\"enderio:item_species_item_filter\",Count:2s,Damage:0s}", - "{id:\"twilightforest:raven_feather\",Count:5s,Damage:0s}", - "{id:\"twilightforest:magic_map_focus\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_sword\",Count:3s,tag:{ench:[{lvl:1s,id:19}]},Damage:0s}", - "{id:\"twilightforest:twilight_plant\",Count:5s,Damage:4s}", - "{id:\"twilightforest:fire_jet\",Count:16s,Damage:0s}", - "{id:\"twilightforest:fire_jet\",Count:16s,Damage:1s}", - "{id:\"twilightforest:wispy_cloud\",Count:20s,Damage:0s}", - "{id:\"twilightforest:fluffy_cloud\",Count:20s,Damage:0s}", - "{id:\"twilightforest:huge_mushgloom\",Count:5s,Damage:0s}", - "{id:\"tconstruct:punji\",Count:2s,Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:2s,tag:{BookName:\"buildcraftlib:meta\"},Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:2s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:2s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:2s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:2s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:2s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ember_staff\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravity_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:party_popper\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:balloon\",Count:1s,Damage:0s}", - "{id:\"aoa3:holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:wind_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:confetti_pile\",Count:5s,Damage:0s}", - "{id:\"aoa3:floating_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:hardened_confetti_ball\",Count:15s,Damage:0s}", - "{id:\"aoa3:shyrelands_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_shovel\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_axe\",Count:12s,Damage:0s}", - "{id:\"aoa3:shyrelands_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:shyrelands_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:bureal_stocks\",Count:1s,Damage:0s}", - "{id:\"aoa3:candycane\",Count:1s,Damage:0s}", - "{id:\"aoa3:candy_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_candy_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:creep_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_crystal_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_crystal_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:purple_crystal_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_crystal_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:white_crystal_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_crystal_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:dawn_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:dead_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:deep_blooms\",Count:1s,Damage:0s}", - "{id:\"aoa3:deep_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:haven_grass_plant\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:irotops\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_grass_down\",Count:1s,Damage:0s}", - "{id:\"aoa3:lucon_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunalip\",Count:1s,Damage:0s}", - "{id:\"aoa3:luntar\",Count:1s,Damage:0s}", - "{id:\"aoa3:lurchians\",Count:1s,Damage:0s}", - "{id:\"aoa3:mystic_bush\",Count:1s,Damage:0s}", - "{id:\"aoa3:mystic_ferns\",Count:1s,Damage:0s}", - "{id:\"aoa3:rainbow_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:rainbow_grass2\",Count:1s,Damage:0s}", - "{id:\"aoa3:rainbow_grass3\",Count:1s,Damage:0s}", - "{id:\"aoa3:rune_bulbs\",Count:1s,Damage:0s}", - "{id:\"aoa3:tangle_thorns\",Count:1s,Damage:0s}", - "{id:\"aoa3:trilliad_bloom\",Count:1s,Damage:0s}", - "{id:\"aoa3:tubeicles\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_waterweeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_waterweeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:white_waterweeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_waterweeds\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_lollypop\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_lollypop\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_lollypop\",Count:1s,Damage:0s}", - "{id:\"aoa3:ancient_vines\",Count:1s,Damage:0s}", - "{id:\"aoa3:ancient_vines_cap\",Count:1s,Damage:0s}", - "{id:\"aoa3:blood_pine_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:blood_pine\",Count:1s,Damage:0s}", - "{id:\"aoa3:blood_spikes\",Count:1s,Damage:0s}", - "{id:\"aoa3:blood_strands\",Count:1s,Damage:0s}", - "{id:\"aoa3:bulb_stock\",Count:1s,Damage:0s}", - "{id:\"aoa3:bulb_stock_cap\",Count:1s,Damage:0s}", - "{id:\"aoa3:celebulbs_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:celebulbs_green\",Count:1s,Damage:0s}", - "{id:\"aoa3:celebulbs_yellow\",Count:1s,Damage:0s}", - "{id:\"aoa3:coral_cage\",Count:1s,Damage:0s}", - "{id:\"aoa3:dawnwood_bars\",Count:1s,Damage:0s}", - "{id:\"aoa3:eye_shrub_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:eye_shrub\",Count:1s,Damage:0s}", - "{id:\"aoa3:garden_grass\",Count:1s,Damage:0s}", - "{id:\"aoa3:havendales_blue_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:havendales_blue\",Count:1s,Damage:0s}", - "{id:\"aoa3:havendales_pink_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:havendales_pink\",Count:1s,Damage:0s}", - "{id:\"aoa3:havendales_yellow_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:havendales_yellow\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_stem_cap\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_stem_cap_down\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_wiggler\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_wiggler_bottom\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_wiggler_top\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_peppermint\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_peppermint\",Count:1s,Damage:0s}", - "{id:\"aoa3:plastic_stick\",Count:1s,Damage:0s}", - "{id:\"aoa3:candy_tube\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyre_stock\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyre_cap\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyre_cap_down\",Count:1s,Damage:0s}", - "{id:\"aoa3:vox_fungi_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:vox_fungi\",Count:1s,Damage:0s}", - "{id:\"aoa3:vox_tentacles_stem\",Count:1s,Damage:0s}", - "{id:\"aoa3:vox_tentacles\",Count:1s,Damage:0s}", - "{id:\"aoa3:creep_vines\",Count:1s,Damage:0s}", - "{id:\"botania:manaresource\",Count:5s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:18s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:18s,tag:{},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:22s}", - "{id:\"botania:rune\",Count:25s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tornadorod\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slingshot\",Count:18s,Damage:0s}", - "{id:\"botania:laputashard\",Count:18s,Damage:0s}", - "{id:\"botania:laputashard\",Count:18s,Damage:4s}", - "{id:\"botania:laputashard\",Count:18s,Damage:9s}", - "{id:\"botania:laputashard\",Count:18s,Damage:14s}", - "{id:\"botania:laputashard\",Count:18s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:18s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:18s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{id:\"botania:keepivy\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia1\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:recordgaia2\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:18s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:1s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:9s}", - "{id:\"botania:biomestonea1stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea9stairs\",Count:1s,Damage:0s}", - "{id:\"botania:altar\",Count:6s,Damage:2s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:0s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:1s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:2s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:3s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:4s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:5s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:6s}", - "{id:\"botania:doubleflower1\",Count:1s,Damage:7s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:0s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:1s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:2s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:3s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:4s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:5s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:6s}", - "{id:\"botania:doubleflower2\",Count:1s,Damage:7s}", - "{id:\"botania:bellows\",Count:18s,Damage:0s}", - "{id:\"bewitchment:silver_arrow\",Count:2s,Damage:0s}", - "{id:\"bewitchment:cold_iron_arrow\",Count:2s,Damage:0s}", - "{id:\"bewitchment:heaven_extract\",Count:6s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_earthprotection\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_hungerprotection\",Count:6s,Damage:0s}", - "{id:\"bewitchment:owlets_wing\",Count:2s,Damage:0s}", - "{id:\"bewitchment:ravens_feather\",Count:2s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:fancyworkbench\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:desk\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:stockroomcatalog\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bigbook\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:slottedbook\",Count:2s,tag:{authorName:\"by Sir Hidington\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:6s,Damage:0s}", - "{id:\"computercraft:peripheral\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:22s,Damage:0s}", - "{id:\"erebus:honey_treat\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:33s,Damage:2s}", - "{id:\"iceandfire:jar_empty\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:5s,Damage:4s}", - "{id:\"iceandfire:myrmex_desert_resin_glass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin_glass\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:1s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{id:\"iceandfire:manuscript\",Count:1s,Damage:0s}", - "{id:\"iceandfire:dragonbone_arrow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:15s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:1s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:2s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:3s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:4s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:5s}", - "{id:\"iceandfire:hippogryph_egg\",Count:5s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gold_hippogryph_armor\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:diamond_hippogryph_armor\",Count:7s,Damage:0s}", - "{id:\"iceandfire:hippogryph_talon\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:11s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:base_addon\",Count:5s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:45s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:45s,Damage:0s}", - "{id:\"integrateddynamics:labeller\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:1s,Damage:6s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:24s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:8s}", - "{id:\"mysticalagriculture:nature_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:3s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:2s,Damage:0s}", - "{id:\"rftools:generic_module\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:3s,Damage:0s}", - "{id:\"rftools:composer\",Count:3s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_speed\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_satellite_advanced\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fluid_crafting\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_byproduct\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fuzzy\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_power_transportation\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_opaque\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_cleanup\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:angelic_feather\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal.day\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal.night\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"None\"},Damage:5s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"normal\"},Damage:4s}", - "{id:\"rftoolsdim:known_dimlet\",Count:1s,tag:{dkey:\"2\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"0\"},Damage:9s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"Default\"},Damage:13s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"None\"},Damage:10s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"None\"},Damage:7s}", - "{id:\"rftoolsdim:known_dimlet\",Count:2s,tag:{dkey:\"minecraft:stone@0\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"storagedrawers:tape\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:8s,Damage:0s}", - "{id:\"tg:spinning_wheel\",Count:2s,Damage:0s}", - "{id:\"tg:ageing_stone\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:strange_crystal\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:12s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:12s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:share_book\",Count:2s,tag:{player:\"[none]\"},Damage:0s}", - "{id:\"thaumictinkerer:energetic_nitor\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:4s}", - "{id:\"actuallyadditions:item_misc\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_iii\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:1s,Damage:3s}", - "{id:\"actuallyadditions:item_food\",Count:1s,Damage:4s}", - "{id:\"actuallyadditions:item_food\",Count:2s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:list\",Count:5s,tag:{},Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:6s,Damage:2s}", - "{id:\"buildcraftbuilders:snapshot\",Count:6s,Damage:0s}", - "{id:\"aether_legacy:dart\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_spawn\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:magic_net\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:doorbell_simple\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:101s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:9s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.buffer_upgrade\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:weedwood_ladder\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:gecko_cage\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:wind_chime\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:fishing_tackle_box\",Count:6s,Damage:0s}", - "{id:\"thebetweenlands:crab_pot\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:crab_pot_filter\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:7s}", - "{id:\"thebetweenlands:swamp_reed_item\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_bow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:net\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_pouch\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_pouch\",Count:2s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:volarkite\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:simple_slingshot\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:1},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:2},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amulet\",Count:3s,tag:{Gem:3},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:weedwood_rowboat_upgrade_lantern\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodmagic-guide\",Count:3s,Damage:0s}", - "{id:\"botania:cacophoniumblock\",Count:15s,Damage:0s}" - ] - }, - { - "aspect": "vitium", - "items": [ - "{id:\"minecraft:mycelium\",Count:1s,Damage:0s}", - "{id:\"minecraft:red_nether_brick\",Count:3s,Damage:0s}", - "{id:\"minecraft:nether_wart\",Count:2s,Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:10s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:17s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vitium\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:crystal_bag\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:twilight_totem\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:void_anvil\",Count:45s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:taintwood_planks\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:62s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:21s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:62s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:15s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:33s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:95s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:228s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:5s,Damage:3s}", - "{id:\"nuclearcraft:rad_shielding\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:crystal_vitium\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:vishroom\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:taint_fibre\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:taint_crust\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:taint_soil\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:taint_rock\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:taint_geyser\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:taint_feature\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:taint_log\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:metal_void\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:5s}", - "{id:\"thaumcraft:ingot\",Count:2s,Damage:1s}", - "{id:\"thaumcraft:plate\",Count:1s,Damage:3s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vitium\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"vitium\"}]},Damage:1s}", - "{id:\"thaumcraft:bottle_taint\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:causality_collapser\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_pick\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_hoe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_helm\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_chest\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_legs\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:9s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:80s,Damage:3s}", - "{id:\"twilightforest:carminite\",Count:26s,Damage:0s}", - "{id:\"twilightforest:experiment_115\",Count:15s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:9s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:2s,Damage:2s}", - "{id:\"twilightforest:tower_device\",Count:78s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:78s,Damage:12s}", - "{id:\"twilightforest:block_storage\",Count:175s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodfury\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodstone_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyssro\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bulb_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxin_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:firestorm_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_drainer\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:death_ray\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_drainer\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxic_terrorizer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:bloodstone\",Count:5s,Damage:0s}", - "{id:\"aoa3:distortion_rune\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:11s,Damage:0s}", - "{id:\"aoa3:eye_bulb\",Count:1s,Damage:0s}", - "{id:\"aoa3:nightmare_flakes\",Count:5s,Damage:0s}", - "{id:\"aoa3:toxic_lump\",Count:5s,Damage:0s}", - "{id:\"aoa3:abyss_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:abyssal_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_helmet\",Count:7s,Damage:0s}", - "{id:\"aoa3:abyss_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:abyss_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:bloodstone_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:bloodstone_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:bloodstone_block\",Count:33s,Damage:0s}", - "{id:\"botania:grassseeds\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"clear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"jumpBoost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"invisibility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"nightVision\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"featherFeet\"},Damage:0s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:3s}", - "{id:\"botania:biomestonea\",Count:1s,Damage:11s}", - "{id:\"botania:biomestonea3stairs\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea11stairs\",Count:1s,Damage:0s}", - "{id:\"botania:altar\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:void_metal_seeds\",Count:6s,Damage:0s}", - "{id:\"rftoolsdim:terrain_absorber\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_void\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:1s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:2s}", - "{id:\"thaumicaugmentation:taint_flower\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_diffuser\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:rift_seed\",Count:7s,tag:{flux:100},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:rift_seed\",Count:7s,tag:{flux:1000,grown:1b},Damage:1s}", - "{ForgeCaps:{Parent:{}},id:\"thaumicaugmentation:impetus_linker\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_boat\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_speed\",Count:3s,tag:{},Damage:0s}", - "{id:\"contenttweaker:haven_block\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:twilight_diamond\",Count:156s,Damage:0s}", - "{id:\"contenttweaker:cursed_myrmitite_catalyst\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom\",Count:13s,Damage:0s}", - "{id:\"contenttweaker:vox_block\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:garden_block\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:9s,Damage:0s}" - ] - }, - { - "aspect": "terra", - "items": [ - "{id:\"minecraft:stone\",Count:5s,Damage:0s}", - "{id:\"minecraft:stone\",Count:5s,Damage:1s}", - "{id:\"minecraft:stone\",Count:3s,Damage:2s}", - "{id:\"minecraft:stone\",Count:5s,Damage:3s}", - "{id:\"minecraft:stone\",Count:3s,Damage:4s}", - "{id:\"minecraft:stone\",Count:5s,Damage:5s}", - "{id:\"minecraft:stone\",Count:3s,Damage:6s}", - "{id:\"minecraft:grass\",Count:5s,Damage:0s}", - "{id:\"minecraft:dirt\",Count:5s,Damage:0s}", - "{id:\"minecraft:dirt\",Count:5s,Damage:1s}", - "{id:\"minecraft:dirt\",Count:5s,Damage:2s}", - "{id:\"minecraft:cobblestone\",Count:5s,Damage:0s}", - "{id:\"minecraft:bedrock\",Count:25s,Damage:0s}", - "{id:\"minecraft:sand\",Count:5s,Damage:0s}", - "{id:\"minecraft:sand\",Count:5s,Damage:1s}", - "{id:\"minecraft:gravel\",Count:5s,Damage:0s}", - "{id:\"minecraft:gold_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:iron_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:coal_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:sponge\",Count:5s,Damage:0s}", - "{id:\"minecraft:sponge\",Count:5s,Damage:1s}", - "{id:\"minecraft:lapis_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:sandstone\",Count:15s,Damage:0s}", - "{id:\"minecraft:sandstone\",Count:15s,Damage:1s}", - "{id:\"minecraft:sandstone\",Count:15s,Damage:2s}", - "{id:\"minecraft:wool\",Count:1s,Damage:11s}", - "{id:\"minecraft:stone_slab\",Count:1s,Damage:0s}", - "{id:\"minecraft:stone_slab\",Count:1s,Damage:3s}", - "{id:\"minecraft:stone_slab\",Count:5s,Damage:4s}", - "{id:\"minecraft:brick_block\",Count:15s,Damage:0s}", - "{id:\"minecraft:mossy_cobblestone\",Count:5s,Damage:0s}", - "{id:\"minecraft:obsidian\",Count:5s,Damage:0s}", - "{id:\"minecraft:diamond_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:stone_stairs\",Count:5s,Damage:0s}", - "{id:\"minecraft:redstone_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:clay\",Count:15s,Damage:0s}", - "{id:\"minecraft:netherrack\",Count:5s,Damage:0s}", - "{id:\"minecraft:soul_sand\",Count:3s,Damage:0s}", - "{id:\"minecraft:stonebrick\",Count:3s,Damage:0s}", - "{id:\"minecraft:stonebrick\",Count:3s,Damage:1s}", - "{id:\"minecraft:stonebrick\",Count:3s,Damage:2s}", - "{id:\"minecraft:stonebrick\",Count:3s,Damage:3s}", - "{id:\"minecraft:brick_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:stone_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:mycelium\",Count:5s,Damage:0s}", - "{id:\"minecraft:nether_brick\",Count:15s,Damage:0s}", - "{id:\"minecraft:nether_brick_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:end_stone\",Count:5s,Damage:0s}", - "{id:\"minecraft:sandstone_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:emerald_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:quartz_ore\",Count:5s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:0s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:1s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:2s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:3s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:4s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:5s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:6s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:7s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:8s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:9s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:10s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:11s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:12s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:13s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:14s}", - "{id:\"minecraft:stained_hardened_clay\",Count:15s,Damage:15s}", - "{id:\"minecraft:prismarine\",Count:15s,Damage:0s}", - "{id:\"minecraft:prismarine\",Count:33s,Damage:1s}", - "{id:\"minecraft:prismarine\",Count:30s,Damage:2s}", - "{id:\"minecraft:sea_lantern\",Count:15s,Damage:0s}", - "{id:\"minecraft:hardened_clay\",Count:15s,Damage:0s}", - "{id:\"minecraft:red_sandstone\",Count:15s,Damage:0s}", - "{id:\"minecraft:red_sandstone\",Count:7s,Damage:1s}", - "{id:\"minecraft:red_sandstone\",Count:11s,Damage:2s}", - "{id:\"minecraft:red_sandstone_stairs\",Count:16s,Damage:0s}", - "{id:\"minecraft:stone_slab2\",Count:5s,Damage:0s}", - "{id:\"minecraft:end_bricks\",Count:3s,Damage:0s}", - "{id:\"minecraft:magma\",Count:5s,Damage:0s}", - "{id:\"minecraft:red_nether_brick\",Count:7s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:0s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:1s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:2s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:3s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:4s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:5s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:6s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:7s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:8s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:9s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:10s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:11s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:12s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:13s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:14s}", - "{id:\"minecraft:concrete\",Count:3s,Damage:15s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:0s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:1s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:2s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:3s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:4s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:5s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:6s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:7s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:8s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:9s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:10s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:11s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:12s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:13s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:14s}", - "{id:\"minecraft:concrete_powder\",Count:3s,Damage:15s}", - "{id:\"binniecore:storage\",Count:9s,Damage:0s}", - "{id:\"binniecore:storage\",Count:15s,Damage:1s}", - "{id:\"binniecore:storage\",Count:11s,Damage:2s}", - "{id:\"binniecore:storage\",Count:11s,Damage:3s}", - "{id:\"minecraft:brown_mushroom\",Count:2s,Damage:0s}", - "{id:\"minecraft:nether_brick_fence\",Count:11s,Damage:0s}", - "{id:\"minecraft:enchanting_table\",Count:15s,Damage:0s}", - "{id:\"minecraft:ender_chest\",Count:30s,Damage:0s}", - "{id:\"minecraft:cobblestone_wall\",Count:3s,Damage:0s}", - "{id:\"minecraft:cobblestone_wall\",Count:3s,Damage:1s}", - "{id:\"minecraft:white_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:orange_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:magenta_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:light_blue_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:yellow_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:lime_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:pink_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:gray_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:silver_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:cyan_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:purple_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:blue_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:brown_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:green_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:red_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:black_glazed_terracotta\",Count:15s,Damage:0s}", - "{id:\"minecraft:bed\",Count:1s,Damage:11s}", - "{id:\"minecraft:flower_pot\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"minecraft:banner\",Count:4s,Damage:4s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:1s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:2s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:3s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:4s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:5s}", - "{id:\"minecraft:dispenser\",Count:26s,Damage:0s}", - "{id:\"minecraft:sticky_piston\",Count:11s,Damage:0s}", - "{id:\"minecraft:piston\",Count:15s,Damage:0s}", - "{id:\"minecraft:lever\",Count:3s,Damage:0s}", - "{id:\"minecraft:stone_pressure_plate\",Count:7s,Damage:0s}", - "{id:\"minecraft:stone_button\",Count:3s,Damage:0s}", - "{id:\"minecraft:dropper\",Count:26s,Damage:0s}", - "{id:\"minecraft:observer\",Count:22s,Damage:0s}", - "{id:\"minecraft:repeater\",Count:11s,Damage:0s}", - "{id:\"minecraft:comparator\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:dsbutton\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dspplate\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:abypplate\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:cstonebutton\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cstonepplate\",Count:3s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_disembarking\"}},Damage:6s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_locking\"}},Damage:10s}", - "{id:\"railcraft:track_kit\",Count:2s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:5s,tag:{railcraft:{kit:\"railcraft_delayed\"}},Damage:16s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_priming\"}},Damage:17s}", - "{id:\"railcraft:track_kit\",Count:11s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"enderio:block_exit_rail\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:flint_and_steel\",Count:3s,Damage:0s}", - "{id:\"minecraft:arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_hoe\",Count:7s,Damage:0s}", - "{id:\"minecraft:flint\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lava_bucket\",Count:5s,Damage:0s}", - "{id:\"minecraft:brick\",Count:5s,Damage:0s}", - "{id:\"minecraft:clay_ball\",Count:5s,Damage:0s}", - "{id:\"minecraft:dye\",Count:2s,Damage:4s}", - "{id:\"minecraft:beef\",Count:5s,Damage:0s}", - "{id:\"minecraft:blaze_rod\",Count:4s,Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:blaze_powder\",Count:1s,Damage:0s}", - "{id:\"minecraft:brewing_stand\",Count:14s,Damage:0s}", - "{id:\"minecraft:potato\",Count:5s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:34}]},Damage:0s}", - "{id:\"minecraft:netherbrick\",Count:5s,Damage:0s}", - "{id:\"minecraft:prismarine_shard\",Count:5s,Damage:0s}", - "{id:\"minecraft:rabbit\",Count:5s,Damage:0s}", - "{id:\"minecraft:mutton\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:1s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_chirp\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:1s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:ore\",Count:5s,Damage:3s}", - "{id:\"thermalfoundation:rockwool\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_lexicon\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_experience\",Count:3s,tag:{},Damage:0s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:23s}", - "{id:\"draconicevolution:infused_obsidian\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:12s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:13s,Damage:0s}", - "{id:\"draconicevolution:dislocator_pedestal\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:rain_sensor\",Count:7s,Damage:0s}", - "{id:\"draconicevolution:potentiometer\",Count:2s,Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:9s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:9s,Damage:8s}", - "{id:\"draconicevolution:draconic_spawner\",Count:27s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:6s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:6s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:6s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:5s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:5s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:6s,Damage:10s}", - "{id:\"draconicevolution:crystal_binder\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:info_tablet\",Count:30s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:machine\",Count:10s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:machine\",Count:11s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:device\",Count:26s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:device\",Count:19s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:130s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:256s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:33s,Damage:352s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:368s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:416s}", - "{id:\"thermalexpansion:augment\",Count:1s,Damage:704s}", - "{id:\"techreborn:quantum_chest\",Count:102s,Damage:0s}", - "{id:\"techreborn:digital_chest\",Count:18s,Damage:0s}", - "{id:\"techreborn:rolling_machine\",Count:78s,Damage:0s}", - "{id:\"techreborn:industrial_grinder\",Count:9s,Damage:0s}", - "{id:\"techreborn:implosion_compressor\",Count:16s,Damage:0s}", - "{id:\"techreborn:matter_fabricator\",Count:49s,Damage:0s}", - "{id:\"techreborn:charge_o_mat\",Count:49s,Damage:0s}", - "{id:\"techreborn:player_detector\",Count:34s,Damage:0s}", - "{id:\"techreborn:machine_casing\",Count:3s,Damage:2s}", - "{id:\"techreborn:ore\",Count:5s,Damage:6s}", - "{id:\"techreborn:ore\",Count:5s,Damage:12s}", - "{id:\"techreborn:ore\",Count:5s,Damage:13s}", - "{id:\"techreborn:ore2\",Count:5s,Damage:0s}", - "{id:\"techreborn:ore2\",Count:5s,Damage:1s}", - "{id:\"techreborn:storage2\",Count:2s,Damage:1s}", - "{id:\"techreborn:storage2\",Count:3s,Damage:2s}", - "{id:\"techreborn:dragon_egg_syphon\",Count:50s,Damage:0s}", - "{id:\"techreborn:assembling_machine\",Count:11s,Damage:0s}", - "{id:\"techreborn:chemical_reactor\",Count:16s,Damage:0s}", - "{id:\"techreborn:interdimensional_su\",Count:500s,Damage:0s}", - "{id:\"techreborn:adjustable_su\",Count:324s,Damage:0s}", - "{id:\"techreborn:distillation_tower\",Count:4s,Damage:0s}", - "{id:\"techreborn:lightning_rod\",Count:20s,Damage:0s}", - "{id:\"techreborn:grinder\",Count:9s,Damage:0s}", - "{id:\"techreborn:compressor\",Count:22s,Damage:0s}", - "{id:\"techreborn:plate_bending_machine\",Count:66s,Damage:0s}", - "{id:\"techreborn:wire_mill\",Count:8s,Damage:0s}", - "{id:\"techreborn:recycler\",Count:27s,Damage:0s}", - "{id:\"techreborn:scrapboxinator\",Count:7s,Damage:0s}", - "{id:\"techreborn:computer_cube\",Count:40s,Damage:0s}", - "{id:\"techreborn:fluid_replicator\",Count:19s,Damage:0s}", - "{id:\"forestry:fertilizer_bio\",Count:3s,Damage:0s}", - "{id:\"forestry:fertilizer_compound\",Count:1s,Damage:0s}", - "{id:\"forestry:gear_bronze\",Count:11s,Damage:0s}", - "{id:\"forestry:gear_copper\",Count:11s,Damage:0s}", - "{id:\"forestry:gear_tin\",Count:11s,Damage:0s}", - "{id:\"forestry:bog_earth\",Count:3s,Damage:0s}", - "{id:\"forestry:humus\",Count:3s,Damage:0s}", - "{id:\"forestry:resources\",Count:5s,Damage:1s}", - "{id:\"forestry:resources\",Count:5s,Damage:2s}", - "{id:\"forestry:ash_brick\",Count:15s,Damage:0s}", - "{id:\"forestry:ash_stairs\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:2s,Damage:0s}", - "{id:\"forestry:alveary.heater\",Count:11s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:11s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:11s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:11s,Damage:0s}", - "{id:\"forestry:loam\",Count:7s,Damage:0s}", - "{id:\"railcraft:manipulator\",Count:19s,Damage:8s}", - "{id:\"railcraft:filter_type\",Count:1s,Damage:0s}", - "{id:\"railcraft:brick_bloodstained\",Count:6s,Damage:0s}", - "{id:\"railcraft:brick_bloodstained\",Count:8s,Damage:1s}", - "{id:\"railcraft:brick_bloodstained\",Count:11s,Damage:2s}", - "{id:\"railcraft:brick_bloodstained\",Count:8s,Damage:4s}", - "{id:\"railcraft:brick_andesite\",Count:2s,Damage:4s}", - "{id:\"railcraft:brick_diorite\",Count:2s,Damage:4s}", - "{id:\"railcraft:brick_granite\",Count:2s,Damage:4s}", - "{id:\"railcraft:routing_table\",Count:1s,Damage:0s}", - "{id:\"railcraft:ore\",Count:5s,Damage:2s}", - "{id:\"railcraft:ore\",Count:5s,Damage:3s}", - "{id:\"railcraft:ore\",Count:5s,Damage:4s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:0s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:1s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:2s}", - "{id:\"railcraft:ore_metal\",Count:5s,Damage:3s}", - "{id:\"bewitchment:block_of_salt\",Count:27s,Damage:0s}", - "{id:\"bewitchment:amethyst_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:garnet_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:opal_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:silver_ore\",Count:5s,Damage:0s}", - "{id:\"bewitchment:salt_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:purifying_earth\",Count:5s,Damage:0s}", - "{id:\"bewitchment:coquina\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_smooth\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_shell\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:chiseled_coquina\",Count:2s,Damage:0s}", - "{id:\"bewitchment:despair_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_bricks\",Count:6s,Damage:0s}", - "{id:\"bewitchment:coquina_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:despair_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_fence\",Count:4s,Damage:0s}", - "{id:\"bewitchment:despair_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_stairs\",Count:6s,Damage:0s}", - "{id:\"bewitchment:coquina_stairs\",Count:4s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:coquina_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:coquina_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:despair_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_slab\",Count:2s,Damage:0s}", - "{id:\"bewitchment:coquina_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:despair_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:ochre_despair_brick_wall\",Count:2s,Damage:0s}", - "{id:\"bewitchment:brown_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:sigil_table\",Count:2s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:stone_herne_statue\",Count:23s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_statue\",Count:23s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:stone_herne_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_idol\",Count:18s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:analyst\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"genetics:registry\",Count:2s,Damage:0s}", - "{id:\"genetics:misc\",Count:3s,Damage:8s}", - "{id:\"genetics:misc\",Count:18s,Damage:9s}", - "{id:\"genetics:misc\",Count:18s,Damage:10s}", - "{id:\"genetics:adv_machine\",Count:46s,Damage:0s}", - "{id:\"botany:clay\",Count:11s,Damage:0s}", - "{id:\"botany:clay\",Count:11s,Damage:1s}", - "{id:\"botany:clay\",Count:11s,Damage:2s}", - "{id:\"botany:clay\",Count:11s,Damage:3s}", - "{id:\"botany:clay\",Count:11s,Damage:4s}", - "{id:\"botany:clay\",Count:11s,Damage:5s}", - "{id:\"botany:clay\",Count:11s,Damage:6s}", - "{id:\"botany:clay\",Count:11s,Damage:7s}", - "{id:\"botany:clay\",Count:11s,Damage:8s}", - "{id:\"botany:clay\",Count:11s,Damage:9s}", - "{id:\"botany:clay\",Count:11s,Damage:10s}", - "{id:\"botany:clay\",Count:11s,Damage:11s}", - "{id:\"botany:clay\",Count:11s,Damage:12s}", - "{id:\"botany:clay\",Count:11s,Damage:13s}", - "{id:\"botany:clay\",Count:11s,Damage:14s}", - "{id:\"botany:clay\",Count:11s,Damage:15s}", - "{id:\"botany:clay\",Count:11s,Damage:16s}", - "{id:\"botany:clay\",Count:11s,Damage:17s}", - "{id:\"botany:clay\",Count:11s,Damage:18s}", - "{id:\"botany:clay\",Count:11s,Damage:19s}", - "{id:\"botany:clay\",Count:11s,Damage:20s}", - "{id:\"botany:clay\",Count:11s,Damage:21s}", - "{id:\"botany:clay\",Count:11s,Damage:22s}", - "{id:\"botany:clay\",Count:11s,Damage:23s}", - "{id:\"botany:clay\",Count:11s,Damage:24s}", - "{id:\"botany:clay\",Count:11s,Damage:25s}", - "{id:\"botany:clay\",Count:11s,Damage:26s}", - "{id:\"botany:clay\",Count:11s,Damage:27s}", - "{id:\"botany:clay\",Count:11s,Damage:28s}", - "{id:\"botany:clay\",Count:11s,Damage:29s}", - "{id:\"botany:clay\",Count:11s,Damage:30s}", - "{id:\"botany:clay\",Count:11s,Damage:31s}", - "{id:\"botany:clay\",Count:11s,Damage:32s}", - "{id:\"botany:clay\",Count:11s,Damage:33s}", - "{id:\"botany:clay\",Count:11s,Damage:34s}", - "{id:\"botany:clay\",Count:11s,Damage:35s}", - "{id:\"botany:clay\",Count:11s,Damage:36s}", - "{id:\"botany:clay\",Count:11s,Damage:37s}", - "{id:\"botany:clay\",Count:11s,Damage:38s}", - "{id:\"botany:clay\",Count:11s,Damage:39s}", - "{id:\"botany:clay\",Count:11s,Damage:40s}", - "{id:\"botany:clay\",Count:11s,Damage:41s}", - "{id:\"botany:clay\",Count:11s,Damage:42s}", - "{id:\"botany:clay\",Count:11s,Damage:43s}", - "{id:\"botany:clay\",Count:11s,Damage:44s}", - "{id:\"botany:clay\",Count:11s,Damage:45s}", - "{id:\"botany:clay\",Count:11s,Damage:46s}", - "{id:\"botany:clay\",Count:11s,Damage:47s}", - "{id:\"botany:clay\",Count:11s,Damage:48s}", - "{id:\"botany:clay\",Count:11s,Damage:49s}", - "{id:\"botany:clay\",Count:11s,Damage:50s}", - "{id:\"botany:clay\",Count:11s,Damage:51s}", - "{id:\"botany:clay\",Count:11s,Damage:52s}", - "{id:\"botany:clay\",Count:11s,Damage:53s}", - "{id:\"botany:clay\",Count:11s,Damage:54s}", - "{id:\"botany:clay\",Count:11s,Damage:55s}", - "{id:\"botany:clay\",Count:11s,Damage:56s}", - "{id:\"botany:clay\",Count:11s,Damage:57s}", - "{id:\"botany:clay\",Count:11s,Damage:58s}", - "{id:\"botany:clay\",Count:11s,Damage:59s}", - "{id:\"botany:clay\",Count:11s,Damage:60s}", - "{id:\"botany:clay\",Count:11s,Damage:61s}", - "{id:\"botany:clay\",Count:11s,Damage:62s}", - "{id:\"botany:clay\",Count:11s,Damage:63s}", - "{id:\"botany:clay\",Count:11s,Damage:64s}", - "{id:\"botany:clay\",Count:11s,Damage:65s}", - "{id:\"botany:clay\",Count:11s,Damage:66s}", - "{id:\"botany:clay\",Count:11s,Damage:67s}", - "{id:\"botany:clay\",Count:11s,Damage:68s}", - "{id:\"botany:clay\",Count:11s,Damage:69s}", - "{id:\"botany:clay\",Count:11s,Damage:70s}", - "{id:\"botany:clay\",Count:11s,Damage:71s}", - "{id:\"botany:clay\",Count:11s,Damage:72s}", - "{id:\"botany:clay\",Count:11s,Damage:73s}", - "{id:\"botany:clay\",Count:11s,Damage:74s}", - "{id:\"botany:clay\",Count:11s,Damage:75s}", - "{id:\"botany:clay\",Count:11s,Damage:76s}", - "{id:\"botany:clay\",Count:11s,Damage:77s}", - "{id:\"botany:clay\",Count:11s,Damage:78s}", - "{id:\"botany:clay\",Count:11s,Damage:79s}", - "{id:\"botany:misc_ceramic\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_wood\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_stone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_iron\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_diamond\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_gold\",Count:3s,Damage:0s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:0s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:128s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:384s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:512s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:640s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:1s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:129s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:385s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:513s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:641s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:2s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:130s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:386s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:514s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:642s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:3s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:131s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:387s}", - "{id:\"botany:insulated_tube\",Count:1s,Damage:515s}", - "{id:\"botany:insulated_tube\",Count:5s,Damage:643s}", - "{id:\"botany:machine\",Count:7s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.soul\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.clay\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:durable_hammer\",Count:7s,Damage:0s}", - "{id:\"biomesoplenty:grass\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:dirt\",Count:3s,Damage:8s}", - "{id:\"biomesoplenty:dirt\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:dirt\",Count:1s,Damage:9s}", - "{id:\"biomesoplenty:dirt\",Count:1s,Damage:10s}", - "{id:\"biomesoplenty:white_sand\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:white_sandstone\",Count:15s,Damage:0s}", - "{id:\"biomesoplenty:white_sandstone\",Count:7s,Damage:1s}", - "{id:\"biomesoplenty:white_sandstone\",Count:11s,Damage:2s}", - "{id:\"biomesoplenty:white_sandstone_stairs\",Count:16s,Damage:0s}", - "{id:\"biomesoplenty:mud\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:gem_ore\",Count:5s,Damage:7s}", - "{id:\"biomesoplenty:other_slab\",Count:5s,Damage:1s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:0s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:1s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:2s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:3s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:4s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:5s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:6s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:7s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:9s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:10s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:11s}", - "{id:\"biomesoplenty:terrarium\",Count:3s,Damage:15s}", - "{id:\"extracells:part.base\",Count:3s,Damage:10s}", - "{id:\"extracells:part.base\",Count:2s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:196s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:375s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:6s}", - "{id:\"extracells:storage.component\",Count:262s,Damage:8s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:9s}", - "{id:\"extracells:storage.component\",Count:500s,Damage:10s}", - "{id:\"extracells:fluidcrafter\",Count:4s,Damage:0s}", - "{id:\"extracells:fluidfiller\",Count:3s,Damage:0s}", - "{id:\"extracells:hardmedrive\",Count:26s,Damage:0s}", - "{id:\"extrautils2:trashcan\",Count:30s,Damage:0s}", - "{id:\"extrautils2:trashcanfluid\",Count:30s,Damage:0s}", - "{id:\"extrautils2:trashcanenergy\",Count:30s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:2s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:1s,Damage:1s}", - "{id:\"extrautils2:passivegenerator\",Count:9s,Damage:5s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:7s}", - "{id:\"extrautils2:redstoneclock\",Count:15s,Damage:0s}", - "{id:\"extrautils2:compressedcobblestone\",Count:33s,Damage:0s}", - "{id:\"extrautils2:compresseddirt\",Count:33s,Damage:0s}", - "{id:\"extrautils2:compressedsand\",Count:33s,Damage:0s}", - "{id:\"extrautils2:compressedgravel\",Count:33s,Damage:0s}", - "{id:\"extrautils2:compressednetherrack\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_stone\",Count:18s,Damage:0s}", - "{id:\"extrautils2:decorativesolid\",Count:3s,Damage:0s}", - "{id:\"extrautils2:decorativesolid\",Count:2s,Damage:1s}", - "{id:\"extrautils2:decorativesolid\",Count:2s,Damage:2s}", - "{id:\"extrautils2:decorativesolid\",Count:1s,Damage:4s}", - "{id:\"extrautils2:decorativesolid\",Count:1s,Damage:5s}", - "{id:\"extrautils2:ingredients\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:powermanager\",Count:15s,Damage:0s}", - "{id:\"extrautils2:playerchest\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:book\",Count:3s,Damage:0s}", - "{id:\"extrautils2:filterfluids\",Count:6s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:1s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:1s,Damage:1s}", - "{id:\"extrautils2:grocket\",Count:1s,Damage:2s}", - "{id:\"extrautils2:indexer\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:indexerremote\",Count:22s,Damage:0s}", - "{id:\"extrautils2:crafter\",Count:20s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:19s,Damage:0s}", - "{id:\"extrautils2:miner\",Count:20s,Damage:0s}", - "{id:\"extrautils2:user\",Count:22s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:24s,Damage:0s}", - "{id:\"extrautils2:quarryproxy\",Count:15s,Damage:0s}", - "{id:\"extrautils2:quarry\",Count:15s,Damage:0s}", - "{id:\"extrautils2:spike_stone\",Count:12s,Damage:0s}", - "{id:\"extrautils2:redstonelantern\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:trowel\",Count:2s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:7s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:7s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:7s,Damage:6s}", - "{id:\"extrautils2:trashchest\",Count:22s,Damage:0s}", - "{id:\"extrautils2:analogcrafter\",Count:2s,Damage:0s}", - "{id:\"extrautils2:interactionproxy\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_stone\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_iron\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_diamond\",Count:15s,Damage:0s}", - "{id:\"microblockcbe:stone_rod\",Count:7s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:5s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:14s}", - "{id:\"gendustry:apiary.upgrade\",Count:4s,Damage:12s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:16s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:16s,tag:{charge:100000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:16s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:16s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:power_module\",Count:22s,Damage:0s}", - "{id:\"gendustry:env_processor\",Count:6s,Damage:0s}", - "{id:\"gendustry:eject_cover\",Count:11s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:11s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:33s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:16s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:11s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:16s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:16s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:28s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:39s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:12s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:29s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:12s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:stray\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:donkey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:mule\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:vex\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:zombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:enderman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:cave_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:silverfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:blaze\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:magma_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:witch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:endermite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:shulker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:squid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:mooshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:ocelot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:rabbit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:polar_bear\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:llama\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:parrot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"minecraft:villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"cyclicmagic:robot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.locust\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.moth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"hatchery:roosterentity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"randomthings:spirit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"plustic:supremeleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"plustic:blindbandit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"tg:observer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:wight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:leech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:olm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:frog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:firebat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:pech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:deer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:redcap\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:naga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:squirrel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:kobold\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:death_tome\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:minotaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:king_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:adherent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"tconstruct:blueslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"natura:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"natura:nitrocreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:airhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:alarmo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:amphibior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:anemia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:angelica\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:apparition\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arc_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arcbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:archvine\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arcworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ariel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arkback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arkzyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:arocknid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:automaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:axiolight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bane\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:banshee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:baroness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:baumba\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:black_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bloodmist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:blue_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bobo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bone_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:boneback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bouncer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:broccohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:brute\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:bush_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:candy_corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cane_bug\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:case_construct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cave_creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:centinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:chimera\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:chocko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:chomper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:clown\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:clunkhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:coniferon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_mind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_range\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_speed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_strength\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_terror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:corallus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:coralon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:craexxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creeperlock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creepird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creepuple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:crusilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cryptid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:crystocore\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dark_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dawnlight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:daysee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dead_tree\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:death_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:deinotherium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:desert_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:destructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:devourer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dicer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:diocus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:distorter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:doubler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dracyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dust_strider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dusteiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:duston\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dweller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:echodar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:eeo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:eilosapien\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:elusive\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:embrake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:enforcer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:everbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:exohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:exoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:explodot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:eye_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fischer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fishix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:flamewalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:flash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:flowerface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:flye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fungat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fungback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fungik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fungock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:fungung\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:furlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghastus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:giant_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gingerbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:goalby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:goldorth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:goldum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:goldus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:graw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:green_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:green_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:grillface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:grobbler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:grocculate\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:grunt\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gyro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:harkos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hellcat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hellspot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hill_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hive_king\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hive_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:horndron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:horon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:host\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hunch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hydrolon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:infernal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:inmate_x\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:inmate_y\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:iosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:irkling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:jawe\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:jumbo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:kaiyu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:kajaros\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:keeler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:king_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:king_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:klobber\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:koko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:kranky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:kror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lightwalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:linger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:little_bam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:living_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lollypopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lost_soul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lunarcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:luxocron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:magicke\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mechachron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mechamaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mechbot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mechyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:merkyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mermage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mirage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:miskel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:modulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:muckopede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:muncher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:natura\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:neptuno\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:night_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nightfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nightwing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:nospike\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:occulent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:okazor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:omnilight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:opteryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:orange_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:orbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:paladin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:parasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:paravite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:penumbra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:pigotron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:pincher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:pod_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:polytom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:proshield\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:purple_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:quickpocket\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rainicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rammerhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ramradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rawbone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:raxxan\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:reaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:red_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:refluct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rock_critter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rock_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rockbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:roloscope\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:runic_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:runicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sabretooth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sand_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sand_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:scrubby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sea_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sea_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sea_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sea_viper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:seeker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shade\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shadow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shadowlord\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shavo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:silencer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:silverfoot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skele_elder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skeledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skelekyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skeletron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skolle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:skull_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:slimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:smash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:snappy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:snow_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:soulscorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:soulvyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sphinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spinoledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spinux\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:squasher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:squiggler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sticky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stimulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stimulosus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stitches\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:stone_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sugarface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:surveyor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:sysker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:terradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:terrestrial\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:tharafly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:tipsy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:tortione\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:toxxulous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:tracker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:trickster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:triclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:undead_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:urioh\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:urka\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:urv\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:valkyrie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:vertebron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:vinocorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:visage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:visualent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:visular\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:visulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:void_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:volar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:voliant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:voltron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:voxxulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:warclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:web_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:wickett\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:wood_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:xxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zarg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zhinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zorp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:alluricorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:blissard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:compeer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:corby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:craggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:draggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gnawer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:goofer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:healing_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hellquin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:horntail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:orbling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:plateosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rosid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shaddy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spikeback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spraggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:waggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:anima_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:assassin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:augury_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:butchery_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:coratee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creep_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creep_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:elkanyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:expedition_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:extraction_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:foraging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:halycon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hauling_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:hunter_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:infusion_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:innervation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:logging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:metalloid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:naturalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:portal_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:professor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:realmshifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:runation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:store_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:token_collector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:troll_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:trotter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:undead_herald\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_child\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"ebwizardry:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:lizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:owl\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:snake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:black_dog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:hellhound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:werewolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:cleaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:demoness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:cambion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:druden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:baphomet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"bewitchment:leonard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:caveclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ehu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:frost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:glacon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:king_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:kobblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:rainbour\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:rotatick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:shark\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:smelter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:snapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:the_eye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:the_grue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:whale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:scorcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:wildfire\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:alicanto\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:fractite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:frosty\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:glacide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:hastreus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:rollum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:madivel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:behemoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:epiphite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:termid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:verek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:megalith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mystic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:samek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:datticon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:death_hound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:kazari\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:leorna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:living_statue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:paratiku\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:razorback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:roamer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:seimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:war_general\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:zelus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:biphron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:bohemite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:dissiment\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:duo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:galroid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:helio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:lheiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:lorga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mandragora\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:shadahier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:vermenous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:zone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:zoragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:densos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:dramix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:karot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:karos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:parasecta\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:quadro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:raglok\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:reyvor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:termasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"divinerpg:wreck\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:firedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:icedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:gorgon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:siren\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:deathworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:if_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:amphithere\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:moa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:phyg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:swet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:sentry\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:mimic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:11s,tag:{Entity:{Id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"terra\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:21s,Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:12s,Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:thaumic_lectern\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:essentia_sink\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:1s}", - "{id:\"nuclearcraft:ore\",Count:5s,Damage:2s}", - "{id:\"nuclearcraft:fission_block\",Count:1s,Damage:1s}", - "{id:\"nuclearcraft:cooler\",Count:4s,Damage:3s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:12s,Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:28s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:36s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:23s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:36s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:28s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:20s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_basic\",Count:2s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_advanced\",Count:4s,Damage:0s}", - "{id:\"nuclearcraft:decay_generator\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:33s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_vent\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:108s,Damage:0s}", - "{id:\"nuclearcraft:glowing_mushroom\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:dry_earth\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:gem_dust\",Count:1s,Damage:0s}", - "{id:\"nuclearcraft:gem_dust\",Count:1s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:11s,Damage:9s}", - "{id:\"nuclearcraft:part\",Count:27s,Damage:10s}", - "{id:\"nuclearcraft:upgrade\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:upgrade\",Count:3s,Damage:1s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:22s,Damage:0s}", - "{id:\"randomthings:fertilizeddirt\",Count:1s,Damage:0s}", - "{id:\"randomthings:playerinterface\",Count:60s,Damage:0s}", - "{id:\"randomthings:lapislamp\",Count:6s,Damage:0s}", - "{id:\"randomthings:dyeingmachine\",Count:1s,Damage:0s}", - "{id:\"randomthings:onlinedetector\",Count:49s,Damage:0s}", - "{id:\"randomthings:chatdetector\",Count:48s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:42s,Damage:0s}", - "{id:\"randomthings:prismarineenderbridge\",Count:46s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:45s,Damage:0s}", - "{id:\"randomthings:imbuingstation\",Count:11s,Damage:0s}", - "{id:\"randomthings:entitydetector\",Count:20s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:15s,Damage:0s}", - "{id:\"randomthings:contactbutton\",Count:28s,Damage:0s}", - "{id:\"randomthings:contactlever\",Count:28s,Damage:0s}", - "{id:\"randomthings:rainshield\",Count:18s,Damage:0s}", - "{id:\"randomthings:blockbreaker\",Count:26s,Damage:0s}", - "{id:\"randomthings:igniter\",Count:32s,Damage:0s}", - "{id:\"randomthings:luminousblock\",Count:1s,Damage:11s}", - "{id:\"randomthings:inventoryrerouter\",Count:15s,Damage:0s}", - "{id:\"randomthings:notificationinterface\",Count:15s,Damage:0s}", - "{id:\"randomthings:inventorytester\",Count:9s,Damage:0s}", - "{id:\"randomthings:superlubricentstone\",Count:3s,Damage:0s}", - "{id:\"randomthings:globalchatdetector\",Count:36s,Damage:0s}", - "{id:\"randomthings:blockdestabilizer\",Count:22s,Damage:0s}", - "{id:\"randomthings:soundbox\",Count:1s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:15s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:18s,Damage:0s}", - "{id:\"randomthings:spectrecoil_redstone\",Count:13s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:41s,Damage:0s}", - "{id:\"randomthings:advancedredstonerepeater\",Count:3s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:11s,Damage:0s}", - "{id:\"randomthings:advanceditemcollector\",Count:8s,Damage:0s}", - "{id:\"randomthings:biomestone\",Count:1s,Damage:0s}", - "{id:\"randomthings:biomestone\",Count:1s,Damage:1s}", - "{id:\"randomthings:biomestone\",Count:1s,Damage:2s}", - "{id:\"randomthings:biomestone\",Count:1s,Damage:3s}", - "{id:\"randomthings:biomestone\",Count:1s,Damage:4s}", - "{id:\"randomthings:rainbowlamp\",Count:1s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:15s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:26s,Damage:0s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:0s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:1s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:2s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:3s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:4s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:5s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:6s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:7s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:8s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:9s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:10s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:11s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:12s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:13s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:14s}", - "{id:\"randomthings:stainedbrick\",Count:11s,Damage:15s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:0s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:1s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:2s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:3s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:4s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:5s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:6s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:7s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:8s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:9s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:10s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:11s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:12s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:13s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:14s}", - "{id:\"randomthings:luminousstainedbrick\",Count:8s,Damage:15s}", - "{id:\"randomthings:plate_itemsealer\",Count:3s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:43s,Damage:0s}", - "{id:\"randomthings:entityfilter\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:34s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:15s,Damage:0s}", - "{id:\"randomthings:soundpattern\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:soundrecorder\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portablesounddampener\",Count:1s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:7s,Damage:0s}", - "{id:\"randomthings:weatheregg\",Count:9s,Damage:1s}", - "{id:\"randomthings:weatheregg\",Count:9s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:chunkanalyzer\",Count:7s,Damage:0s}", - "{id:\"randomthings:eclipsedclock\",Count:15s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:0s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:1s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:2s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:3s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:4s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:5s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:6s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:7s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:8s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:9s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:10s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:11s}", - "{id:\"randomthings:grassseeds\",Count:3s,Damage:12s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:13s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:14s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:15s}", - "{id:\"randomthings:grassseeds\",Count:2s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:7s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:6s,Damage:11s}", - "{id:\"openblocks:cannon\",Count:19s,Damage:0s}", - "{id:\"openblocks:big_button\",Count:9s,Damage:0s}", - "{id:\"openblocks:village_highlighter\",Count:11s,Damage:0s}", - "{id:\"openblocks:path\",Count:3s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:18s,Damage:0s}", - "{id:\"openblocks:block_placer\",Count:30s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:18s,Damage:0s}", - "{id:\"openblocks:paint_mixer\",Count:11s,Damage:0s}", - "{id:\"openblocks:projector\",Count:3s,Damage:0s}", - "{id:\"openblocks:xp_shower\",Count:3s,Damage:0s}", - "{id:\"openblocks:tasty_clay\",Count:1s,Damage:0s}", - "{id:\"openblocks:info_book\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:dev_null\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:epic_eraser\",Count:1s,Damage:0s}", - "{id:\"packagedauto:packager\",Count:11s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:11s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:12s}", - "{id:\"projectred-core:resource_item\",Count:30s,Damage:250s}", - "{id:\"projectred-core:resource_item\",Count:7s,Damage:410s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:511s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:screwdriver\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:1s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:util.quiver_flux\",Count:1s,tag:{Energy:320000},Damage:0s}", - "{id:\"simplyjetpacks:metaitem\",Count:1s,Damage:3s}", - "{id:\"projectred-integration:gate\",Count:2s,Damage:13s}", - "{id:\"projectred-integration:gate\",Count:4s,Damage:15s}", - "{id:\"projectred-integration:gate\",Count:2s,Damage:17s}", - "{id:\"projectred-integration:gate\",Count:2s,Damage:18s}", - "{id:\"projectred-integration:gate\",Count:2s,Damage:19s}", - "{id:\"projectred-integration:gate\",Count:2s,Damage:20s}", - "{id:\"projectred-transmission:wire\",Count:1s,Damage:29s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:11s}", - "{id:\"projectred-illumination:lamp\",Count:4s,Damage:27s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:1s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:2s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:3s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:4s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:6s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:7s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:8s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:10s}", - "{id:\"projectred-illumination:light_button\",Count:6s,Damage:11s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:12s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:14s}", - "{id:\"projectred-illumination:light_button\",Count:2s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:1s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:2s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:3s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:4s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:6s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:7s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:8s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:10s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:4s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:1s,Damage:14s}", - "{id:\"projectred-illumination:lantern\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:inverted_lantern\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:fixture_light\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fixture_light\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:cage_lamp\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:2s,Damage:11s}", - "{id:\"projectred-expansion:plan\",Count:1s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:56s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:56s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:33s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:26s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:26s,Damage:2s}", - "{id:\"projectred-expansion:machine2\",Count:28s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:44s,Damage:4s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:6s}", - "{id:\"projectred-expansion:machine2\",Count:5s,Damage:8s}", - "{id:\"projectred-expansion:machine2\",Count:11s,Damage:10s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:11s}", - "{id:\"projectred-transportation:pipe\",Count:45s,Damage:4s}", - "{id:\"projectred-transportation:pipe\",Count:2s,Damage:32s}", - "{id:\"projectred-transportation:pipe\",Count:15s,Damage:33s}", - "{id:\"projectred-transportation:routing_chip\",Count:9s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:backpack\",Count:1s,Damage:11s}", - "{id:\"projectred-exploration:ore\",Count:5s,Damage:3s}", - "{id:\"projectred-exploration:ore\",Count:5s,Damage:4s}", - "{id:\"projectred-exploration:ore\",Count:5s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_saw\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_saw\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_saw\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_saw\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:stone_sickle\",Count:11s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:4s,Damage:1s}", - "{id:\"tg:terra_focus\",Count:2s,Damage:2s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:3s}", - "{id:\"tg:terra_focus\",Count:4s,Damage:5s}", - "{id:\"tg:terra_focus\",Count:3s,Damage:7s}", - "{id:\"tg:terra_focus\",Count:2s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:6s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{id:\"wrcbe:wireless_logic\",Count:7s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:13s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:9s,Damage:2s}", - "{id:\"wrcbe:material\",Count:7s,Damage:0s}", - "{id:\"wrcbe:material\",Count:11s,Damage:1s}", - "{id:\"wrcbe:material\",Count:3s,Damage:4s}", - "{id:\"wrcbe:material\",Count:8s,Damage:5s}", - "{id:\"wrcbe:material\",Count:10s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:11s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:30s,Damage:0s}", - "{id:\"libvulpes:ore0\",Count:5s,Damage:4s}", - "{id:\"libvulpes:ore0\",Count:5s,Damage:5s}", - "{id:\"advancedrocketry:fuelingstation\",Count:4s,Damage:0s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:27s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:16s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:rollingmachine\",Count:58s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:6s,Damage:0s}", - "{id:\"advancedrocketry:pipesealer\",Count:15s,Damage:0s}", - "{id:\"chisel:andesite\",Count:5s,Damage:0s}", - "{id:\"chisel:andesite\",Count:5s,Damage:1s}", - "{id:\"chisel:andesite\",Count:5s,Damage:2s}", - "{id:\"chisel:andesite\",Count:5s,Damage:3s}", - "{id:\"chisel:andesite\",Count:5s,Damage:4s}", - "{id:\"chisel:andesite\",Count:5s,Damage:5s}", - "{id:\"chisel:andesite\",Count:5s,Damage:6s}", - "{id:\"chisel:andesite\",Count:5s,Damage:7s}", - "{id:\"chisel:andesite\",Count:5s,Damage:8s}", - "{id:\"chisel:andesite\",Count:5s,Damage:9s}", - "{id:\"chisel:andesite\",Count:5s,Damage:10s}", - "{id:\"chisel:andesite\",Count:5s,Damage:11s}", - "{id:\"chisel:andesite\",Count:5s,Damage:12s}", - "{id:\"chisel:andesite\",Count:5s,Damage:13s}", - "{id:\"chisel:andesite\",Count:5s,Damage:14s}", - "{id:\"chisel:andesite\",Count:5s,Damage:15s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:0s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:1s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:2s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:3s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:4s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:5s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:6s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:7s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:8s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:9s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:10s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:11s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:12s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:13s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:14s}", - "{id:\"chisel:andesite1\",Count:5s,Damage:15s}", - "{id:\"chisel:andesite2\",Count:5s,Damage:0s}", - "{id:\"chisel:antiblock\",Count:3s,Damage:15s}", - "{id:\"chisel:brownstone\",Count:12s,Damage:0s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:0s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:1s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:2s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:3s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:4s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:5s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:6s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:7s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:8s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:9s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:10s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:11s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:12s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:13s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:14s}", - "{id:\"chisel:cobblestone\",Count:5s,Damage:15s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:0s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:1s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:2s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:3s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:4s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:5s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:6s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:7s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:8s}", - "{id:\"chisel:cobblestone1\",Count:5s,Damage:9s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:0s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:1s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:2s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:3s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:4s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:5s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:6s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:7s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:8s}", - "{id:\"chisel:cobblestone2\",Count:5s,Damage:9s}", - "{id:\"chisel:diorite\",Count:5s,Damage:0s}", - "{id:\"chisel:diorite\",Count:5s,Damage:1s}", - "{id:\"chisel:diorite\",Count:5s,Damage:2s}", - "{id:\"chisel:diorite\",Count:5s,Damage:3s}", - "{id:\"chisel:diorite\",Count:5s,Damage:4s}", - "{id:\"chisel:diorite\",Count:5s,Damage:5s}", - "{id:\"chisel:diorite\",Count:5s,Damage:6s}", - "{id:\"chisel:diorite\",Count:5s,Damage:7s}", - "{id:\"chisel:diorite\",Count:5s,Damage:8s}", - "{id:\"chisel:diorite\",Count:5s,Damage:9s}", - "{id:\"chisel:diorite\",Count:5s,Damage:10s}", - "{id:\"chisel:diorite\",Count:5s,Damage:11s}", - "{id:\"chisel:diorite\",Count:5s,Damage:12s}", - "{id:\"chisel:diorite\",Count:5s,Damage:13s}", - "{id:\"chisel:diorite\",Count:5s,Damage:14s}", - "{id:\"chisel:diorite\",Count:5s,Damage:15s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:0s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:1s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:2s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:3s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:4s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:5s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:6s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:7s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:8s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:9s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:10s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:11s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:12s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:13s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:14s}", - "{id:\"chisel:diorite1\",Count:5s,Damage:15s}", - "{id:\"chisel:diorite2\",Count:5s,Damage:0s}", - "{id:\"chisel:dirt\",Count:5s,Damage:0s}", - "{id:\"chisel:dirt\",Count:5s,Damage:1s}", - "{id:\"chisel:dirt\",Count:5s,Damage:2s}", - "{id:\"chisel:dirt\",Count:5s,Damage:3s}", - "{id:\"chisel:dirt\",Count:5s,Damage:4s}", - "{id:\"chisel:dirt\",Count:5s,Damage:5s}", - "{id:\"chisel:dirt\",Count:5s,Damage:6s}", - "{id:\"chisel:dirt\",Count:5s,Damage:7s}", - "{id:\"chisel:dirt\",Count:5s,Damage:8s}", - "{id:\"chisel:dirt\",Count:5s,Damage:9s}", - "{id:\"chisel:dirt\",Count:5s,Damage:10s}", - "{id:\"chisel:dirt\",Count:5s,Damage:11s}", - "{id:\"chisel:dirt\",Count:5s,Damage:12s}", - "{id:\"chisel:dirt\",Count:5s,Damage:13s}", - "{id:\"chisel:dirt\",Count:5s,Damage:14s}", - "{id:\"chisel:dirt\",Count:5s,Damage:15s}", - "{id:\"chisel:endstone\",Count:5s,Damage:0s}", - "{id:\"chisel:endstone\",Count:5s,Damage:1s}", - "{id:\"chisel:endstone\",Count:5s,Damage:2s}", - "{id:\"chisel:endstone\",Count:5s,Damage:3s}", - "{id:\"chisel:endstone\",Count:5s,Damage:4s}", - "{id:\"chisel:endstone\",Count:5s,Damage:5s}", - "{id:\"chisel:endstone\",Count:5s,Damage:6s}", - "{id:\"chisel:endstone\",Count:5s,Damage:7s}", - "{id:\"chisel:endstone\",Count:5s,Damage:8s}", - "{id:\"chisel:endstone\",Count:5s,Damage:9s}", - "{id:\"chisel:endstone\",Count:5s,Damage:10s}", - "{id:\"chisel:endstone\",Count:5s,Damage:11s}", - "{id:\"chisel:endstone\",Count:5s,Damage:12s}", - "{id:\"chisel:endstone\",Count:5s,Damage:13s}", - "{id:\"chisel:endstone\",Count:5s,Damage:14s}", - "{id:\"chisel:endstone\",Count:5s,Damage:15s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:0s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:1s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:2s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:3s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:4s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:5s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:6s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:7s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:8s}", - "{id:\"chisel:endstone1\",Count:5s,Damage:9s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:0s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:1s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:2s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:3s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:4s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:5s}", - "{id:\"chisel:endstone2\",Count:5s,Damage:6s}", - "{id:\"chisel:futura\",Count:3s,Damage:0s}", - "{id:\"chisel:granite\",Count:5s,Damage:0s}", - "{id:\"chisel:granite\",Count:5s,Damage:1s}", - "{id:\"chisel:granite\",Count:5s,Damage:2s}", - "{id:\"chisel:granite\",Count:5s,Damage:3s}", - "{id:\"chisel:granite\",Count:5s,Damage:4s}", - "{id:\"chisel:granite\",Count:5s,Damage:5s}", - "{id:\"chisel:granite\",Count:5s,Damage:6s}", - "{id:\"chisel:granite\",Count:5s,Damage:7s}", - "{id:\"chisel:granite\",Count:5s,Damage:8s}", - "{id:\"chisel:granite\",Count:5s,Damage:9s}", - "{id:\"chisel:granite\",Count:5s,Damage:10s}", - "{id:\"chisel:granite\",Count:5s,Damage:11s}", - "{id:\"chisel:granite\",Count:5s,Damage:12s}", - "{id:\"chisel:granite\",Count:5s,Damage:13s}", - "{id:\"chisel:granite\",Count:5s,Damage:14s}", - "{id:\"chisel:granite\",Count:5s,Damage:15s}", - "{id:\"chisel:granite1\",Count:5s,Damage:0s}", - "{id:\"chisel:granite1\",Count:5s,Damage:1s}", - "{id:\"chisel:granite1\",Count:5s,Damage:2s}", - "{id:\"chisel:granite1\",Count:5s,Damage:3s}", - "{id:\"chisel:granite1\",Count:5s,Damage:4s}", - "{id:\"chisel:granite1\",Count:5s,Damage:5s}", - "{id:\"chisel:granite1\",Count:5s,Damage:6s}", - "{id:\"chisel:granite1\",Count:5s,Damage:7s}", - "{id:\"chisel:granite1\",Count:5s,Damage:8s}", - "{id:\"chisel:granite1\",Count:5s,Damage:9s}", - "{id:\"chisel:granite1\",Count:5s,Damage:10s}", - "{id:\"chisel:granite1\",Count:5s,Damage:11s}", - "{id:\"chisel:granite1\",Count:5s,Damage:12s}", - "{id:\"chisel:granite1\",Count:5s,Damage:13s}", - "{id:\"chisel:granite1\",Count:5s,Damage:14s}", - "{id:\"chisel:granite1\",Count:5s,Damage:15s}", - "{id:\"chisel:granite2\",Count:5s,Damage:0s}", - "{id:\"chisel:laboratory\",Count:3s,Damage:0s}", - "{id:\"chisel:lavastone\",Count:4s,Damage:0s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:0s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:1s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:2s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:3s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:4s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:5s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:6s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:7s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:8s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:9s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:10s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:11s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:12s}", - "{id:\"chisel:netherrack\",Count:5s,Damage:13s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:0s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:1s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:2s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:3s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:4s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:5s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:6s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:7s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:8s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:9s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:10s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:11s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:12s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:13s}", - "{id:\"chisel:obsidian\",Count:5s,Damage:14s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:0s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:1s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:2s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:3s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:4s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:5s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:6s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:7s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:8s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:9s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:10s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:11s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:12s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:13s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:14s}", - "{id:\"chisel:stonebrick\",Count:5s,Damage:15s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:0s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:1s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:2s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:3s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:4s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:5s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:6s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:7s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:8s}", - "{id:\"chisel:stonebrick1\",Count:5s,Damage:9s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:0s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:1s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:2s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:3s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:4s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:5s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:6s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:7s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:8s}", - "{id:\"chisel:stonebrick2\",Count:5s,Damage:9s}", - "{id:\"chisel:temple\",Count:3s,Damage:0s}", - "{id:\"chisel:tyrian\",Count:1s,Damage:0s}", - "{id:\"chisel:valentines\",Count:7s,Damage:0s}", - "{id:\"chisel:valentines\",Count:1s,Damage:9s}", - "{id:\"chisel:waterstone\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:ore_amber\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:ore_cinnabar\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:ore_quartz\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:crystal_terra\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:stone_arcane\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:stone_arcane_brick\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_tile\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_rock\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_eldritch_tile\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_porous\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stairs_arcane\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:stairs_arcane_brick\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:stairs_ancient\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:slab_arcane_stone\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:slab_ancient\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:slab_eldritch\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:loot_urn_common\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:loot_urn_uncommon\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:loot_urn_rare\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:taint_soil\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:taint_rock\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:grass_ambient\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:pedestal_arcane\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:pedestal_ancient\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:pedestal_eldritch\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:metal_thaumium\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:paving_stone_travel\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:paving_stone_barrier\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:matrix_speed\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:candle_blue\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:nitor_blue\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:vis_battery\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:centrifuge\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:18s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:18s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:14s,Damage:0s}", - "{id:\"thaumcraft:recharge_pedestal\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:wand_workbench\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:tube_valve\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:tube_buffer\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:infusion_matrix\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:everfull_urn\",Count:14s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:spa\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:redstone_relay\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:18s,Damage:0s}", - "{id:\"thaumcraft:condenser_lattice\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blaze_pumpkin\",Count:24s,Damage:0s}", - "{id:\"divinerpg:blue_steel\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blue_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:cyan_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:purple_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:red_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:yellow_vane\",Count:1s,Damage:0s}", - "{id:\"divinerpg:aquatonic_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:lava_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:arlemite_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:darkstone_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:diamond_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:gold_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:green_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:iron_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:milk_stone_bricks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:pink_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:purple_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:redstone_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:eden_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:wildwood_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:apalachia_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:skythern_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:minibricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:arlemite_minibricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:bedrock_minibricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:netherite_minibricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:realmite_minibricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:bloodgem_minibricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:rupee_minibricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:blaze_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:draken_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_lamp\",Count:1s,Damage:0s}", - "{id:\"divinerpg:lava_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:blue_fence\",Count:9s,Damage:0s}", - "{id:\"divinerpg:milk_stone\",Count:5s,Damage:0s}", - "{id:\"divinerpg:divine_rock\",Count:5s,Damage:0s}", - "{id:\"divinerpg:frozen_dirt\",Count:5s,Damage:0s}", - "{id:\"divinerpg:frozen_stone\",Count:5s,Damage:0s}", - "{id:\"divinerpg:coalstone\",Count:5s,Damage:0s}", - "{id:\"divinerpg:coalstone_stairs\",Count:5s,Damage:0s}", - "{id:\"divinerpg:icy_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:icy_stone\",Count:5s,Damage:0s}", - "{id:\"divinerpg:workshop_bookcase\",Count:22s,Damage:0s}", - "{id:\"divinerpg:eden_dirt\",Count:5s,Damage:0s}", - "{id:\"divinerpg:wildwood_dirt\",Count:5s,Damage:0s}", - "{id:\"divinerpg:apalachia_dirt\",Count:5s,Damage:0s}", - "{id:\"divinerpg:skythern_dirt\",Count:5s,Damage:0s}", - "{id:\"divinerpg:mortum_dirt\",Count:5s,Damage:0s}", - "{id:\"divinerpg:twilight_stone\",Count:5s,Damage:0s}", - "{id:\"divinerpg:dream_dirt\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:infernal_flame\",Count:9s,Damage:0s}", - "{id:\"divinerpg:aquatic_blaze_rod\",Count:3s,Damage:0s}", - "{id:\"divinerpg:bedrock_chunk\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:4s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:3s,Damage:4s}", - "{id:\"advancedrocketry:ic\",Count:6s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:jetpack\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primordial_pearl\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:ingot\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:nugget\",Count:5s,Damage:10s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:2s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:3s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:4s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:5s}", - "{id:\"thaumcraft:cluster\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:plate\",Count:1s,Damage:2s}", - "{id:\"thaumcraft:morphic_resonator\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"terra\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"terra\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_pick\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_hoe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:6s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:6s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_shovel\",Count:13s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:6s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:29s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:grapple_gun\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_tip\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_helm\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:1s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:2s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:3s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:5s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:6s}", - "{id:\"thaumcraft:seal\",Count:8s,Damage:8s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:9s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:13s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:14s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:17s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:18s}", - "{id:\"tombstone:decorative_grave_simple\",Count:6s,Damage:0s}", - "{id:\"tombstone:decorative_grave_simple\",Count:6s,Damage:1s}", - "{id:\"tombstone:decorative_grave_normal\",Count:9s,Damage:0s}", - "{id:\"tombstone:decorative_grave_normal\",Count:9s,Damage:1s}", - "{id:\"tombstone:decorative_grave_cross\",Count:9s,Damage:0s}", - "{id:\"tombstone:decorative_grave_cross\",Count:9s,Damage:1s}", - "{id:\"tombstone:decorative_tombstone\",Count:11s,Damage:0s}", - "{id:\"tombstone:decorative_tombstone\",Count:11s,Damage:1s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:9s,Damage:0s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:9s,Damage:1s}", - "{id:\"tombstone:decorative_grave_original\",Count:11s,Damage:0s}", - "{id:\"tombstone:decorative_grave_original\",Count:11s,Damage:1s}", - "{id:\"tombstone:dark_marble\",Count:3s,Damage:0s}", - "{id:\"tombstone:dark_marble\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:grave_plate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_recall\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_recall\",Count:3s,tag:{ancient:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_home\",Count:3s,tag:{ancient:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_assistance\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_cupidity\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:book_of_disenchantment\",Count:6s,Damage:0s}", - "{id:\"tombstone:crafting_ingredient\",Count:4s,Damage:1s}", - "{id:\"enderio:block_alloy\",Count:20s,Damage:7s}", - "{id:\"enderio:item_alloy_ingot\",Count:5s,Damage:6s}", - "{id:\"enderio:item_alloy_ingot\",Count:3s,Damage:7s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:6s}", - "{id:\"enderio:item_material\",Count:7s,Damage:7s}", - "{id:\"enderio:item_material\",Count:4s,Damage:22s}", - "{id:\"enderio:item_material\",Count:1s,Damage:42s}", - "{id:\"enderio:item_material\",Count:26s,Damage:81s}", - "{id:\"enderio:block_dark_steel_anvil\",Count:15s,Damage:0s}", - "{id:\"enderio:block_dark_iron_bars\",Count:1s,Damage:0s}", - "{id:\"enderio:block_dark_steel_trapdoor\",Count:15s,Damage:0s}", - "{id:\"enderio:block_dark_steel_door\",Count:7s,Damage:0s}", - "{id:\"enderio:block_reinforced_obsidian\",Count:6s,Damage:0s}", - "{id:\"enderio:block_decoration1\",Count:9s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:7s,Damage:8s}", - "{id:\"enderio:block_decoration2\",Count:6s,Damage:9s}", - "{id:\"enderio:block_decoration3\",Count:3s,Damage:4s}", - "{id:\"enderio:block_confusion_charge\",Count:15s,Damage:0s}", - "{id:\"enderio:block_concussion_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_ender_charge\",Count:15s,Damage:0s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:7s,Damage:8s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:5s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:4s,Damage:10s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:3s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:7s,tag:{\"enderio:famount\":1000},Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:16s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:8s,Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:8s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:8s,Damage:0s}", - "{id:\"enderio:block_detector_block\",Count:16s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:18s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:7s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:11s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:11s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:11s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:7s,tag:{enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:7s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:7s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:7s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:18s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:18s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:15s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:15s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:15s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:15s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:11s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:8s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:27s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:44s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:33s,Damage:0s}", - "{id:\"enderio:block_enchanter\",Count:15s,Damage:0s}", - "{id:\"enderio:block_stirling_generator\",Count:7s,Damage:0s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:7s,Damage:0s}", - "{id:\"enderio:block_killer_joe\",Count:12s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:33s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:36s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:34s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:25s,Damage:0s}", - "{id:\"enderio:block_vat\",Count:7s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:27s,Damage:0s}", - "{id:\"enderio:block_simple_wired_charger\",Count:15s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:11s,Damage:0s}", - "{id:\"enderio:block_tank\",Count:18s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:32000}}},Damage:1s}", - "{id:\"enderio:block_niard\",Count:23s,Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_gauge\",Count:6s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:6s,Damage:0s}", - "{id:\"twilightforest:liveroot\",Count:9s,Damage:0s}", - "{id:\"twilightforest:ironwood_raw\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_shovel\",Count:3s,tag:{ench:[{lvl:1s,id:34}]},Damage:0s}", - "{id:\"twilightforest:raw_venison\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_sword\",Count:3s,tag:{ench:[{lvl:2s,id:20}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_pickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:mazebreaker_pickaxe\",Count:9s,tag:{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]},Damage:0s}", - "{id:\"twilightforest:raw_meef\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_pickaxe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:giant_sword\",Count:480s,Damage:0s}", - "{id:\"twilightforest:root\",Count:10s,Damage:0s}", - "{id:\"twilightforest:root\",Count:10s,Damage:1s}", - "{id:\"twilightforest:maze_stone\",Count:5s,Damage:0s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:1s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:2s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:3s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:4s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:5s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:6s}", - "{id:\"twilightforest:maze_stone\",Count:3s,Damage:7s}", - "{id:\"twilightforest:fire_jet\",Count:5s,Damage:0s}", - "{id:\"twilightforest:fire_jet\",Count:5s,Damage:3s}", - "{id:\"twilightforest:naga_stone\",Count:3s,Damage:0s}", - "{id:\"twilightforest:naga_stone\",Count:3s,Damage:1s}", - "{id:\"twilightforest:tower_device\",Count:19s,Damage:6s}", - "{id:\"twilightforest:stronghold_shield\",Count:5s,Damage:0s}", - "{id:\"twilightforest:trophy_pedestal\",Count:5s,Damage:0s}", - "{id:\"twilightforest:underbrick\",Count:3s,Damage:0s}", - "{id:\"twilightforest:underbrick\",Count:3s,Damage:1s}", - "{id:\"twilightforest:underbrick\",Count:3s,Damage:2s}", - "{id:\"twilightforest:underbrick\",Count:3s,Damage:3s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:0s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:1s}", - "{id:\"twilightforest:deadrock\",Count:1s,Damage:2s}", - "{id:\"twilightforest:trollsteinn\",Count:5s,Damage:0s}", - "{id:\"twilightforest:giant_cobblestone\",Count:320s,Damage:0s}", - "{id:\"twilightforest:giant_obsidian\",Count:320s,Damage:0s}", - "{id:\"twilightforest:uberous_soil\",Count:5s,Damage:0s}", - "{id:\"twilightforest:spiral_bricks\",Count:5s,Damage:0s}", - "{id:\"twilightforest:etched_nagastone\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs\",Count:5s,Damage:8s}", - "{id:\"twilightforest:etched_nagastone_mossy\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar_mossy\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_mossy\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_mossy\",Count:5s,Damage:8s}", - "{id:\"twilightforest:etched_nagastone_weathered\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_pillar_weathered\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_weathered\",Count:5s,Damage:0s}", - "{id:\"twilightforest:nagastone_stairs_weathered\",Count:5s,Damage:8s}", - "{id:\"tconstruct:soil\",Count:5s,Damage:0s}", - "{id:\"tconstruct:soil\",Count:7s,Damage:1s}", - "{id:\"tconstruct:soil\",Count:7s,Damage:2s}", - "{id:\"tconstruct:soil\",Count:3s,Damage:3s}", - "{id:\"tconstruct:soil\",Count:6s,Damage:5s}", - "{id:\"tconstruct:firewood\",Count:1s,Damage:1s}", - "{id:\"tconstruct:firewood_stairs\",Count:1s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:25s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:25s,Damage:13s}", - "{id:\"tconstruct:materials\",Count:30s,Damage:14s}", - "{id:\"tconstruct:slime_grass\",Count:3s,Damage:0s}", - "{id:\"tconstruct:slime_grass\",Count:3s,Damage:5s}", - "{id:\"tconstruct:slime_grass\",Count:3s,Damage:10s}", - "{id:\"tconstruct:stone_torch\",Count:1s,Damage:0s}", - "{id:\"tconstruct:stone_ladder\",Count:12s,Damage:0s}", - "{id:\"tconstruct:brownstone\",Count:11s,Damage:1s}", - "{id:\"tconstruct:brownstone_slab\",Count:4s,Damage:1s}", - "{id:\"tconstruct:brownstone_stairs_rough\",Count:12s,Damage:0s}", - "{id:\"tconstruct:throwball\",Count:3s,Damage:1s}", - "{id:\"tconstruct:stone_stick\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:soups\",Count:1s,Damage:3s}", - "{id:\"natura:seed_bags\",Count:33s,Damage:2s}", - "{id:\"natura:colored_grass\",Count:3s,Damage:0s}", - "{id:\"natura:colored_grass\",Count:3s,Damage:1s}", - "{id:\"natura:colored_grass\",Count:2s,Damage:2s}", - "{id:\"natura:colored_grass_slab\",Count:1s,Damage:0s}", - "{id:\"natura:colored_grass_slab\",Count:1s,Damage:1s}", - "{id:\"natura:colored_grass_stairs_topiary\",Count:3s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_bluegrass\",Count:3s,Damage:0s}", - "{id:\"natura:colored_grass_stairs_autumnal\",Count:2s,Damage:0s}", - "{id:\"natura:blaze_hopper\",Count:15s,Damage:0s}", - "{id:\"natura:nether_lever\",Count:3s,Damage:0s}", - "{id:\"natura:nether_button\",Count:3s,Damage:0s}", - "{id:\"natura:nether_pressure_plate\",Count:7s,Damage:0s}", - "{id:\"natura:blaze_rail\",Count:1s,Damage:0s}", - "{id:\"natura:blaze_rail_golden\",Count:3s,Damage:0s}", - "{id:\"natura:blaze_rail_activator\",Count:3s,Damage:0s}", - "{id:\"natura:blaze_rail_detector\",Count:3s,Damage:0s}", - "{id:\"natura:netherrack_furnace\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:flint_and_blaze\",Count:6s,Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:2s}", - "{id:\"immersiveengineering:ore\",Count:5s,Damage:3s}", - "{id:\"immersiveengineering:stone_decoration\",Count:3s,Damage:4s}", - "{id:\"immersiveengineering:stone_decoration\",Count:1s,Damage:5s}", - "{id:\"immersiveengineering:stone_decoration_stairs_hempcrete\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:stone_decoration_stairs_concrete\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device1\",Count:3s,Damage:3s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:11s,Damage:5s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:3s,Damage:2s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:0s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:1s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:2s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:3s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:4s}", - "{id:\"immersiveengineering:connector\",Count:16s,Damage:7s}", - "{id:\"immersiveengineering:connector\",Count:16s,Damage:8s}", - "{id:\"immersiveengineering:connector\",Count:24s,Damage:9s}", - "{id:\"immersiveengineering:connector\",Count:24s,Damage:10s}", - "{id:\"immersiveengineering:connector\",Count:22s,Damage:11s}", - "{id:\"immersiveengineering:connector\",Count:5s,Damage:12s}", - "{id:\"immersiveengineering:connector\",Count:3s,Damage:13s}", - "{id:\"immersiveengineering:metal_device1\",Count:8s,Damage:5s}", - "{id:\"immersiveengineering:metal_device1\",Count:9s,Damage:10s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"components\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"molds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"bullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"specialBullet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:blueprint\",Count:4s,tag:{blueprint:\"electrode\"},Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:49s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:8s,Damage:0s}", - "{id:\"appliedenergistics2:grindstone\",Count:18s,Damage:0s}", - "{id:\"appliedenergistics2:inscriber\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_1k\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_4k\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_16k\",Count:36s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_64k\",Count:85s,tag:{},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:0},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:2s,tag:{progress:600},Damage:600s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:200},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:2s,tag:{progress:800},Damage:600s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:1s,tag:{progress:400},Damage:0s}", - "{id:\"appliedenergistics2:crystal_seed\",Count:2s,tag:{progress:1000},Damage:600s}", - "{id:\"appliedenergistics2:material\",Count:48s,Damage:56s}", - "{id:\"appliedenergistics2:material\",Count:6s,Damage:54s}", - "{id:\"appliedenergistics2:material\",Count:19s,Damage:55s}", - "{id:\"appliedenergistics2:material\",Count:114s,Damage:57s}", - "{id:\"appliedenergistics2:part\",Count:4s,Damage:302s}", - "{id:\"appliedenergistics2:part\",Count:4s,Damage:321s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:281s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:520s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:100s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:80s}", - "{id:\"projecte:alchemical_chest\",Count:7s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:20s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:15s,Damage:0s}", - "{id:\"projecte:relay_mk1\",Count:22s,Damage:0s}", - "{id:\"projecte:relay_mk2\",Count:42s,Damage:0s}", - "{id:\"projecte:relay_mk3\",Count:57s,Damage:0s}", - "{id:\"projecte:transmutation_table\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_alchemical_bag\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_density\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mercurial_eye\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_soul_stone\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_mind_stone\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_volcanite_amulet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_transmutation_tablet\",Count:37s,Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dltplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"integrateddynamics:menril_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"bewitchment:juniper_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dreadplanks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:trans_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"bewitchment:elder_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:sort_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_silverwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"techreborn:rubber_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:time_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:weedwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"bewitchment:cypress_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:rubber_tree_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:giant_root_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:hearthgrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mine_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:canopy_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thaumadditions:taintwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:twilight_oak_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:nibbletwig_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mangrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_greatwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:dark_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"randomthings:spectreplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"bewitchment:dragons_blood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"advancedrocketry:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:22s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:31s,Damage:1s}", - "{id:\"bloodmagic:blood_rune\",Count:7s,Damage:3s}", - "{id:\"bloodmagic:blood_rune\",Count:7s,Damage:4s}", - "{id:\"bloodmagic:blood_rune\",Count:31s,Damage:5s}", - "{id:\"bloodmagic:blood_rune\",Count:31s,Damage:6s}", - "{id:\"bloodmagic:blood_rune\",Count:38s,Damage:7s}", - "{id:\"bloodmagic:blood_rune\",Count:48s,Damage:8s}", - "{id:\"bloodmagic:blood_rune\",Count:23s,Damage:9s}", - "{id:\"bloodmagic:blood_rune\",Count:16s,Damage:10s}", - "{id:\"bloodmagic:ritual_controller\",Count:30s,Damage:1s}", - "{id:\"bloodmagic:soul_forge\",Count:15s,Damage:0s}", - "{id:\"bloodmagic:incense_altar\",Count:22s,Damage:0s}", - "{id:\"bloodmagic:alchemy_table\",Count:14s,Damage:0s}", - "{id:\"bloodmagic:decorative_brick\",Count:114s,Damage:2s}", - "{id:\"bloodmagic:decorative_brick\",Count:85s,Damage:3s}", - "{id:\"bloodmagic:path\",Count:3s,Damage:2s}", - "{id:\"bloodmagic:path\",Count:2s,Damage:3s}", - "{id:\"bloodmagic:path\",Count:2s,Damage:4s}", - "{id:\"bloodmagic:path\",Count:1s,Damage:5s}", - "{id:\"bloodmagic:path\",Count:3s,Damage:6s}", - "{id:\"bloodmagic:path\",Count:2s,Damage:7s}", - "{id:\"bloodmagic:blood_tank\",Count:82s,Damage:0s}", - "{id:\"bloodmagic:blood_tank\",Count:205s,Damage:1s}", - "{id:\"bloodmagic:blood_tank\",Count:390s,Damage:2s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:3s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:4s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:5s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:6s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:7s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:8s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:9s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:10s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:11s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:12s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:13s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:14s}", - "{id:\"bloodmagic:blood_tank\",Count:500s,Damage:15s}", - "{id:\"bloodmagic:mimic\",Count:4s,Damage:0s}", - "{id:\"bloodmagic:mimic\",Count:6s,Damage:1s}", - "{id:\"bloodmagic:mimic\",Count:4s,Damage:2s}", - "{id:\"bloodmagic:mimic\",Count:8s,Damage:3s}", - "{id:\"bloodmagic:demon_extras\",Count:1s,Damage:0s}", - "{id:\"bloodmagic:demon_extras\",Count:1s,Damage:1s}", - "{id:\"bloodmagic:demon_extras\",Count:1s,Damage:2s}", - "{id:\"bloodmagic:demon_extras\",Count:1s,Damage:3s}", - "{id:\"bloodmagic:demon_extras\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:lava_crystal\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_stone\",Count:11s,Damage:0s}", - "{id:\"animus:altardiviner\",Count:132s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallite_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coral_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coralstone_maul\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_rifle\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boulder\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vivo\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:camo_rifle\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dual_sight\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_howitzer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:justice_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:screamer_bow\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aquatic_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:celestial_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:eradicator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fragment\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravity_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:swarmotron\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystallite\",Count:5s,Damage:0s}", - "{id:\"aoa3:blank_slab\",Count:2s,Damage:0s}", - "{id:\"aoa3:coral_stone\",Count:10s,Damage:0s}", - "{id:\"aoa3:dense_rock\",Count:15s,Damage:0s}", - "{id:\"aoa3:floating_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:hive_chunk\",Count:5s,Damage:0s}", - "{id:\"aoa3:jungle_thorns\",Count:10s,Damage:0s}", - "{id:\"aoa3:metal_tub\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:magic_mending_solution\",Count:9s,Damage:0s}", - "{id:\"aoa3:magnet_shard\",Count:5s,Damage:0s}", - "{id:\"aoa3:tea_shreddings\",Count:5s,Damage:0s}", - "{id:\"aoa3:boulder_dash\",Count:33s,Damage:0s}", - "{id:\"aoa3:shroom_stone\",Count:11s,Damage:0s}", - "{id:\"aoa3:rocky_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deeplands_realmstone\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:22s,Damage:0s}", - "{id:\"aoa3:raw_charger_shank\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_chimera_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_ursa_meat\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_furlion_chop\",Count:5s,Damage:0s}", - "{id:\"aoa3:raw_halycon_beef\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stone_bowl\",Count:26s,Damage:0s}", - "{id:\"aoa3:compeer_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gemcracker\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_legs\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_helmet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_legs\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_chestplate\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rockbone_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:11s,Damage:0s}", - "{id:\"aoa3:abyss_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:barathos_hellstone\",Count:5s,Damage:0s}", - "{id:\"aoa3:baron_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:borean_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:creep_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:crystevia_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:deeplands_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:dustopia_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:gardencia_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:greckon_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:haven_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:iromine_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetia_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:mysterium_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:high_precasia_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:low_precasia_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:primed_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrelands_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:toxic_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:unstable_stone\",Count:5s,Damage:0s}", - "{id:\"aoa3:borean_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:candyland_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:celeve_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:creeponia_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:dustopia_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:gardencia_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:greckon_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:haven_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunalyte_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunasole_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:mysterium_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:toxic_dirt\",Count:5s,Damage:0s}", - "{id:\"aoa3:abyss_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:borean_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:candyland_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:celeve_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:creeponia_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:dustopia_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:gardencia_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:greckon_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:haven_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:iromine_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetia_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetia_down_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunalyte_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunasole_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:mysterium_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:precasia_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrelands_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:toxic_grass\",Count:5s,Damage:0s}", - "{id:\"aoa3:amethyst_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:baronyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:blazium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:bloodstone_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:blue_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:charged_runium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:chestbone_fragments_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:elecanium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:emberstone_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:footbone_fragments_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:gemenyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:ghastly_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:ghoulish_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:jade_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:jewelyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:legbone_fragments_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:limonite_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:lyon_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:mystite_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:ornamyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosite_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:runium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:sapphire_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyregem_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrestone_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:skullbone_fragments_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:varsium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:baron_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:blue_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:brown_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:coral_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:cyan_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:greckon_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:green_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:grey_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:haunted_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:lime_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:lunar_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:magenta_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:orange_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:pink_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:purple_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:red_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_bricks\",Count:3s,Damage:0s}", - "{id:\"aoa3:baron_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:black_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:blue_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:brown_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:coral_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:cyan_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:greckon_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:grey_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:haunted_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:lime_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:magenta_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:orange_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:pink_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:purple_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:red_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:yellow_bricks_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:baron_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:bloodstone_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:blue_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:brown_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:coral_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:creeponia_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystallite_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystevia_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:cyan_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_blue_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:dark_grey_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:darkwash_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:gardencia_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:greckon_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:green_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:grey_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:haunted_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:iro_dotted_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:iro_striped_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:lelyetia_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:lime_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:lunar_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:magenta_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:black_mysterium_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:green_mysterium_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:orange_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:pink_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:purple_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:red_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:rosidian_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:runic_construct_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:white_shyre_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_shyre_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:skeletal_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:whitewash_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_bricks_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:crystallite_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:blue_life_lamp_off\",Count:1s,Damage:0s}", - "{id:\"aoa3:crystallite_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:crystallanium\",Count:7s,Damage:0s}", - "{id:\"aoa3:ancient_rock\",Count:5s,Damage:0s}", - "{id:\"aoa3:archaic_dirt_breakable\",Count:5s,Damage:0s}", - "{id:\"aoa3:baron_ground\",Count:5s,Damage:0s}", - "{id:\"aoa3:carved_rune_power\",Count:3s,Damage:0s}", - "{id:\"aoa3:speed_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:creation_forge\",Count:28s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:13s,Damage:0s}", - "{id:\"aoa3:infusion_table\",Count:18s,Damage:0s}", - "{id:\"aoa3:mending_table\",Count:18s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:8s,Damage:0s}", - "{id:\"ebwizardry:arcane_workbench\",Count:11s,Damage:0s}", - "{id:\"ebwizardry:transportation_stone\",Count:7s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:8s,Damage:0s}", - "{id:\"botania:manaresource\",Count:10s,Damage:4s}", - "{id:\"botania:manaresource\",Count:10s,Damage:5s}", - "{id:\"botania:manaresource\",Count:37s,Damage:14s}", - "{id:\"botania:manaresource\",Count:1s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:13s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:14s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:16s}", - "{id:\"botania:rune\",Count:5s,Damage:0s}", - "{id:\"botania:rune\",Count:5s,Damage:1s}", - "{id:\"botania:rune\",Count:30s,Damage:2s}", - "{id:\"botania:rune\",Count:5s,Damage:3s}", - "{id:\"botania:rune\",Count:5s,Damage:4s}", - "{id:\"botania:rune\",Count:5s,Damage:5s}", - "{id:\"botania:rune\",Count:5s,Damage:6s}", - "{id:\"botania:rune\",Count:5s,Damage:7s}", - "{id:\"botania:rune\",Count:5s,Damage:8s}", - "{id:\"botania:rune\",Count:5s,Damage:9s}", - "{id:\"botania:rune\",Count:5s,Damage:10s}", - "{id:\"botania:rune\",Count:5s,Damage:11s}", - "{id:\"botania:rune\",Count:5s,Damage:12s}", - "{id:\"botania:rune\",Count:5s,Damage:13s}", - "{id:\"botania:rune\",Count:5s,Damage:14s}", - "{id:\"botania:rune\",Count:5s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:30s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:30s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:30s,tag:{mana:500000,creative:1b},Damage:0s}", - "{id:\"botania:grassseeds\",Count:3s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dirtrod\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manamirror\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tinyplanet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:22s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraring\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:24s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraringgreater\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:knockbackbelt\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterring\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:miningring\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:52s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:52s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:52s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:52s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:52s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:52s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:41s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:30s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tornadorod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:firerod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slingshot\",Count:3s,Damage:0s}", - "{id:\"botania:laputashard\",Count:58s,Damage:0s}", - "{id:\"botania:laputashard\",Count:58s,Damage:4s}", - "{id:\"botania:laputashard\",Count:58s,Damage:9s}", - "{id:\"botania:laputashard\",Count:58s,Damage:14s}", - "{id:\"botania:laputashard\",Count:58s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:reachring\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:30s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:3s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:3s,Damage:1s}", - "{id:\"botania:sparkupgrade\",Count:22s,Damage:2s}", - "{id:\"botania:sparkupgrade\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cobblerod\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:smeltrod\",Count:9s,Damage:0s}", - "{id:\"botania:worldseed\",Count:1s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:30s,Damage:32s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:swapring\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:temperancestone\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"fireResistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"waterBreathing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:2s,tag:{brewKey:\"soulCross\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:7s,Damage:0s}", - "{id:\"botania:gaiahead\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:15s,tag:{},Damage:0s}", - "{id:\"botania:livingrock0stairs\",Count:5s,Damage:0s}", - "{id:\"botania:livingrock0slab\",Count:1s,Damage:0s}", - "{id:\"botania:livingrock0wall\",Count:3s,Damage:0s}", - "{id:\"botania:livingrock1stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:1s}", - "{id:\"botania:biomestonea\",Count:6s,Damage:2s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:3s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:4s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:5s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:6s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:7s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:8s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:9s}", - "{id:\"botania:biomestonea\",Count:6s,Damage:10s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:11s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:12s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:13s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:14s}", - "{id:\"botania:biomestonea\",Count:5s,Damage:15s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:1s}", - "{id:\"botania:biomestoneb\",Count:4s,Damage:2s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:3s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:4s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:5s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:6s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:7s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:8s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:9s}", - "{id:\"botania:biomestoneb\",Count:4s,Damage:10s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:11s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:12s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:13s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:14s}", - "{id:\"botania:biomestoneb\",Count:3s,Damage:15s}", - "{id:\"botania:pavement\",Count:3s,Damage:0s}", - "{id:\"botania:pavement\",Count:3s,Damage:1s}", - "{id:\"botania:pavement\",Count:4s,Damage:2s}", - "{id:\"botania:pavement\",Count:3s,Damage:3s}", - "{id:\"botania:pavement\",Count:3s,Damage:4s}", - "{id:\"botania:pavement\",Count:3s,Damage:5s}", - "{id:\"botania:biomestonea0stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea0slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea1stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea1slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea2stairs\",Count:6s,Damage:0s}", - "{id:\"botania:biomestonea2slab\",Count:2s,Damage:0s}", - "{id:\"botania:biomestonea3stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea3slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea4stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea4slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea5stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea5slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea6stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea6slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea7stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea7slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea8stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea8slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea9stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea9slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea10stairs\",Count:6s,Damage:0s}", - "{id:\"botania:biomestonea10slab\",Count:2s,Damage:0s}", - "{id:\"botania:biomestonea11stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea11slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea12stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea12slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea13stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea13slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea14stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea14slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestonea15stairs\",Count:5s,Damage:0s}", - "{id:\"botania:biomestonea15slab\",Count:1s,Damage:0s}", - "{id:\"botania:biomestoneb0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb1stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb2stairs\",Count:4s,Damage:0s}", - "{id:\"botania:biomestoneb3stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb4stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb5stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb6stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestoneb7stairs\",Count:3s,Damage:0s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:0s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:1s}", - "{id:\"botania:biomestonea0wall\",Count:4s,Damage:2s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:3s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:4s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:5s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:6s}", - "{id:\"botania:biomestonea0wall\",Count:3s,Damage:7s}", - "{id:\"botania:pavement0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:pavement1stairs\",Count:3s,Damage:0s}", - "{id:\"botania:pavement2stairs\",Count:4s,Damage:0s}", - "{id:\"botania:pavement3stairs\",Count:3s,Damage:0s}", - "{id:\"botania:pavement4stairs\",Count:3s,Damage:0s}", - "{id:\"botania:pavement5stairs\",Count:3s,Damage:0s}", - "{id:\"botania:shimmerrock0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:altar\",Count:30s,Damage:1s}", - "{id:\"botania:altar\",Count:30s,Damage:2s}", - "{id:\"botania:altar\",Count:36s,Damage:3s}", - "{id:\"botania:altar\",Count:30s,Damage:4s}", - "{id:\"botania:altar\",Count:30s,Damage:5s}", - "{id:\"botania:altar\",Count:30s,Damage:6s}", - "{id:\"botania:altar\",Count:30s,Damage:7s}", - "{id:\"botania:altar\",Count:30s,Damage:8s}", - "{id:\"botania:livingrock\",Count:5s,Damage:0s}", - "{id:\"botania:livingrock\",Count:3s,Damage:1s}", - "{id:\"botania:livingrock\",Count:3s,Damage:2s}", - "{id:\"botania:livingrock\",Count:3s,Damage:3s}", - "{id:\"botania:livingrock\",Count:3s,Damage:4s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:pool\",Count:18s,Damage:0s}", - "{id:\"botania:pool\",Count:3s,Damage:2s}", - "{id:\"botania:pool\",Count:11s,Damage:3s}", - "{id:\"botania:runealtar\",Count:18s,Damage:0s}", - "{id:\"botania:pistonrelay\",Count:15s,Damage:0s}", - "{id:\"botania:distributor\",Count:22s,Damage:0s}", - "{id:\"botania:manavoid\",Count:30s,Damage:0s}", - "{id:\"botania:manadetector\",Count:23s,Damage:0s}", - "{id:\"botania:turntable\",Count:8s,Damage:0s}", - "{id:\"botania:tinyplanetblock\",Count:102s,Damage:0s}", - "{id:\"botania:alchemycatalyst\",Count:36s,Damage:0s}", - "{id:\"botania:foresteye\",Count:15s,Damage:0s}", - "{id:\"botania:storage\",Count:67s,Damage:1s}", - "{id:\"botania:alfheimportal\",Count:2s,Damage:0s}", - "{id:\"botania:conjurationcatalyst\",Count:42s,Damage:0s}", - "{id:\"botania:miniisland\",Count:3s,Damage:0s}", - "{id:\"botania:miniisland\",Count:3s,Damage:1s}", - "{id:\"botania:miniisland\",Count:3s,Damage:2s}", - "{id:\"botania:miniisland\",Count:3s,Damage:3s}", - "{id:\"botania:miniisland\",Count:3s,Damage:4s}", - "{id:\"botania:miniisland\",Count:3s,Damage:5s}", - "{id:\"botania:miniisland\",Count:3s,Damage:6s}", - "{id:\"botania:miniisland\",Count:3s,Damage:7s}", - "{id:\"botania:miniisland\",Count:3s,Damage:8s}", - "{id:\"botania:miniisland\",Count:3s,Damage:9s}", - "{id:\"botania:miniisland\",Count:3s,Damage:10s}", - "{id:\"botania:miniisland\",Count:3s,Damage:11s}", - "{id:\"botania:miniisland\",Count:3s,Damage:12s}", - "{id:\"botania:miniisland\",Count:3s,Damage:13s}", - "{id:\"botania:miniisland\",Count:3s,Damage:14s}", - "{id:\"botania:miniisland\",Count:3s,Damage:15s}", - "{id:\"botania:tinypotato\",Count:5s,Damage:0s}", - "{id:\"botania:spawnerclaw\",Count:96s,Damage:0s}", - "{id:\"botania:custombrick\",Count:1s,Damage:0s}", - "{id:\"botania:custombrick\",Count:1s,Damage:1s}", - "{id:\"botania:custombrick\",Count:1s,Damage:2s}", - "{id:\"botania:custombrick\",Count:1s,Damage:3s}", - "{id:\"botania:custombrick\",Count:1s,Damage:4s}", - "{id:\"botania:custombrick\",Count:1s,Damage:5s}", - "{id:\"botania:custombrick\",Count:1s,Damage:6s}", - "{id:\"botania:custombrick\",Count:1s,Damage:7s}", - "{id:\"botania:custombrick\",Count:1s,Damage:8s}", - "{id:\"botania:custombrick\",Count:1s,Damage:9s}", - "{id:\"botania:custombrick\",Count:1s,Damage:10s}", - "{id:\"botania:custombrick\",Count:1s,Damage:11s}", - "{id:\"botania:custombrick\",Count:1s,Damage:12s}", - "{id:\"botania:custombrick\",Count:1s,Damage:13s}", - "{id:\"botania:custombrick\",Count:1s,Damage:14s}", - "{id:\"botania:custombrick\",Count:1s,Damage:15s}", - "{id:\"botania:rfgenerator\",Count:15s,Damage:0s}", - "{id:\"botania:brewery\",Count:36s,Damage:0s}", - "{id:\"botania:terraplate\",Count:37s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:26s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:45s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:26s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:34s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:26s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:prism\",Count:7s,Damage:0s}", - "{id:\"botania:pump\",Count:22s,Damage:0s}", - "{id:\"botania:sparkchanger\",Count:11s,Damage:0s}", - "{id:\"botania:bellows\",Count:3s,Damage:0s}", - "{id:\"botania:cellblock\",Count:1s,Damage:0s}", - "{id:\"botania:redstringinterceptor\",Count:28s,Damage:0s}", - "{id:\"botania:shimmerrock\",Count:3s,Damage:0s}", - "{id:\"botania:altgrass\",Count:5s,Damage:0s}", - "{id:\"botania:altgrass\",Count:5s,Damage:1s}", - "{id:\"botania:altgrass\",Count:5s,Damage:2s}", - "{id:\"botania:altgrass\",Count:5s,Damage:3s}", - "{id:\"botania:altgrass\",Count:5s,Damage:4s}", - "{id:\"botania:altgrass\",Count:5s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:focal_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:ritual_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fiery_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:phasing_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fortunes_favor\",Count:16s,Damage:0s}", - "{id:\"bewitchment:salt\",Count:4s,Damage:0s}", - "{id:\"bewitchment:unfired_jar\",Count:6s,Damage:0s}", - "{id:\"bewitchment:empty_jar\",Count:6s,Damage:0s}", - "{id:\"bewitchment:stone_ichor\",Count:6s,Damage:0s}", - "{id:\"bewitchment:mandrake_root\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mandrake_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:lizard_leg\",Count:4s,Damage:0s}", - "{id:\"bewitchment:garlic_bread\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:lanterngold\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lanterniron\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lampgold\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:lampiron\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:typewriter\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:swordpedestal\",Count:1s,Damage:11s}", - "{id:\"bibliocraft:bell\",Count:2s,Damage:0s}", - "{id:\"bibliocraft:printingpress\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:buildingtool\",Count:1s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:exchangertool\",Count:3s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:copypastetool\",Count:1s,tag:{mode:\"Copy\"},Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:1s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{id:\"buildinggadgets:constructionblockpowder\",Count:9s,Damage:0s}", - "{id:\"computercraft:computer\",Count:26s,Damage:0s}", - "{id:\"computercraft:command_computer\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,tag:{upgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,tag:{upgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,tag:{upgrade:\"computercraft:speaker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,tag:{upgrade:\"computercraft:wireless_modem\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,tag:{upgrade:\"computercraft:advanced_modem\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:22s,tag:{upgrade:\"computercraft:speaker\"},Damage:1s}", - "{id:\"computercraft:peripheral\",Count:26s,Damage:0s}", - "{id:\"computercraft:peripheral\",Count:26s,Damage:3s}", - "{id:\"computercraft:peripheral\",Count:30s,Damage:2s}", - "{id:\"computercraft:peripheral\",Count:30s,Damage:1s}", - "{id:\"computercraft:peripheral\",Count:26s,Damage:5s}", - "{id:\"computercraft:cable\",Count:30s,Damage:1s}", - "{id:\"computercraft:cable\",Count:2s,Damage:0s}", - "{id:\"chickens:colored_egg\",Count:1s,Damage:4s}", - "{id:\"conarm:invisible_ink\",Count:1s,Damage:0s}", - "{id:\"conarm:resist_mat\",Count:15s,Damage:0s}", - "{id:\"conarm:resist_mat_fire\",Count:18s,Damage:0s}", - "{id:\"conarm:resist_mat_proj\",Count:18s,Damage:0s}", - "{id:\"conarm:resist_mat_blast\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_potion\",Count:10s,Damage:0s}", - "{id:\"deepmoblearning:machine_casing\",Count:3s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:21s,Damage:0s}", - "{id:\"deepmoblearning:soot_covered_plate\",Count:1s,Damage:0s}", - "{id:\"deepmoblearning:polymer_clay\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:deep_learner\",Count:27s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:13s,Damage:0s}", - "{id:\"deepmoblearning:living_matter_hellish\",Count:3s,Damage:0s}", - "{id:\"deepmoblearning:living_matter_extraterrestrial\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_shovel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_pickaxe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_axe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_helmet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_maul\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:flaming_fury\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:fury_maul\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_sword\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_bow\",Count:2s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:1s,Damage:0s}", - "{id:\"erebus:umberstone_pillar\",Count:3s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_2\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_4\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_5\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_wood_rock_6\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_bark_red\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_bark_brown\",Count:5s,Damage:0s}", - "{id:\"erebus:petrified_log_inner\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_iron\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_gold\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_diamond\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_emerald\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_lapis\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_quartz\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_petrified_quartz\",Count:5s,Damage:0s}", - "{id:\"erebus:ore_encrusted_diamond\",Count:5s,Damage:0s}", - "{id:\"erebus:mir_brick\",Count:5s,Damage:0s}", - "{id:\"erebus:umber_furnace\",Count:30s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:19s,Damage:0s}", - "{id:\"erebus:smoothie_maker\",Count:15s,Damage:0s}", - "{id:\"erebus:umberstone_button\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_pipe_extract\",Count:2s,Damage:0s}", - "{id:\"erebus:altar_base\",Count:3s,Damage:0s}", - "{id:\"erebus:altar_offering\",Count:25s,Damage:0s}", - "{id:\"erebus:wall_umberstone\",Count:3s,Damage:0s}", - "{id:\"erebus:wall_umbercobble\",Count:3s,Damage:0s}", - "{id:\"erebus:wall_umberstone_bricks\",Count:2s,Damage:0s}", - "{id:\"erebus:wall_umbertile_smooth\",Count:2s,Damage:0s}", - "{id:\"erebus:wall_umbertile_smooth_small\",Count:1s,Damage:0s}", - "{id:\"erebus:wall_umberpaver\",Count:2s,Damage:0s}", - "{id:\"erebus:slab_umberstone\",Count:1s,Damage:0s}", - "{id:\"erebus:slab_umbercobble\",Count:1s,Damage:0s}", - "{id:\"erebus:slab_umberstone_bricks\",Count:1s,Damage:0s}", - "{id:\"erebus:slab_umbertile_smooth\",Count:1s,Damage:0s}", - "{id:\"erebus:slab_umberpaver\",Count:1s,Damage:0s}", - "{id:\"erebus:slab_mir_bricks\",Count:1s,Damage:0s}", - "{id:\"erebus:stairs_umberstone\",Count:5s,Damage:0s}", - "{id:\"erebus:stairs_umbercobble\",Count:5s,Damage:0s}", - "{id:\"erebus:stairs_umberstone_bricks\",Count:3s,Damage:0s}", - "{id:\"erebus:stairs_umbertile_smooth\",Count:3s,Damage:0s}", - "{id:\"erebus:stairs_umbertile_smooth_small\",Count:2s,Damage:0s}", - "{id:\"erebus:stairs_umberpaver\",Count:3s,Damage:0s}", - "{id:\"erebus:stairs_mir_bricks\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:web_slinger_wither\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:ant_taming_amulet\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:8s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:8s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:turbinecomputerport\",Count:43s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:8s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:8s,Damage:0s}", - "{id:\"bigreactors:blockludicrite\",Count:6s,Damage:0s}", - "{id:\"bigreactors:reactorcomputerport\",Count:43s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:11s,Damage:0s}", - "{id:\"fluxnetworks:fluxconfigurator\",Count:7s,Damage:0s}", - "{id:\"ftbquests:screen\",Count:30s,Damage:0s}", - "{id:\"ftbquests:screen\",Count:30s,tag:{BlockEntityTag:{Size:1b,id:\"ftbquests:screen_core\"},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:screen\",Count:30s,tag:{BlockEntityTag:{Size:2b,id:\"ftbquests:screen_core\"},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:screen\",Count:30s,tag:{BlockEntityTag:{Size:3b,id:\"ftbquests:screen_core\"},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:screen\",Count:30s,tag:{BlockEntityTag:{Size:4b,id:\"ftbquests:screen_core\"},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:progress_detector\",Count:15s,Damage:0s}", - "{id:\"ftbquests:progress_screen\",Count:180s,Damage:0s}", - "{id:\"ftbquests:progress_screen\",Count:180s,tag:{BlockEntityTag:{Height:2b,id:\"ftbquests:progress_screen_core\",Width:1b},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:progress_screen\",Count:180s,tag:{BlockEntityTag:{Height:4b,id:\"ftbquests:progress_screen_core\",Width:2b},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:progress_screen\",Count:180s,tag:{BlockEntityTag:{Height:6b,id:\"ftbquests:progress_screen_core\",Width:3b},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:progress_screen\",Count:180s,tag:{BlockEntityTag:{Height:8b,id:\"ftbquests:progress_screen_core\",Width:4b},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:progress_screen\",Count:180s,tag:{BlockEntityTag:{Height:3b,id:\"ftbquests:progress_screen_core\",Width:2b},display:{Lore:[\"(+NBT)\"]}},Damage:0s}", - "{id:\"ftbquests:loot_crate_opener\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ftbquests:book\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:sprayer\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:61s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:57s,Damage:2s}", - "{id:\"hatchery:fertilized_dirt\",Count:3s,Damage:0s}", - "{id:\"hatchery:nursery_block\",Count:11s,Damage:0s}", - "{id:\"hatchery:fertilizer_mixer\",Count:11s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:11s,Damage:0s}", - "{id:\"iceandfire:silver_ore\",Count:5s,Damage:0s}", - "{id:\"iceandfire:sapphire_ore\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_dirt\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_grass\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_stone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_cobblestone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_gravel\",Count:5s,Damage:0s}", - "{id:\"iceandfire:chared_grass_path\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_dirt\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_grass\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_stone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_cobblestone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_gravel\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frozen_grass_path\",Count:5s,Damage:0s}", - "{id:\"iceandfire:nest\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_brick\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_brick\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:6s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:12s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:5s}", - "{id:\"iceandfire:myrmex_resin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin\",Count:5s,Damage:1s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:5s,Damage:1s}", - "{id:\"iceandfire:desert_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"iceandfire:jungle_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_biolight\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_biolight\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin_block\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin_block\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin_glass\",Count:5s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin_glass\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dread_stone\",Count:3s,Damage:0s}", - "{id:\"iceandfire:dread_stone_bricks\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dread_stone_bricks_cracked\",Count:1s,Damage:0s}", - "{id:\"iceandfire:dread_stone_bricks_mossy\",Count:1s,Damage:0s}", - "{id:\"iceandfire:dread_stone_tile\",Count:1s,Damage:0s}", - "{id:\"iceandfire:dread_stone_face\",Count:1s,Damage:0s}", - "{id:\"iceandfire:dread_stone_stairs\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_swarm\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_swarm\",Count:11s,Damage:0s}", - "{id:\"iceandfire:amphithere_arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:15s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"teslacorelib:wrench\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_block_reader_item\",Count:31s,Damage:0s}", - "{id:\"integrateddynamics:part_entity_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_network_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_reader_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_world_reader_item\",Count:31s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_effect_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_entity_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_static_light_panel_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_display_panel_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_mono_directional_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:menril_torch_stone\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:2s,Damage:1s}", - "{id:\"integratedtunnels:part_importer_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_fluid_item\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:soulstone\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:soulstone\",Count:2s,Damage:2s}", - "{id:\"mysticalagriculture:soulstone\",Count:2s,Damage:3s}", - "{id:\"mysticalagriculture:soulstone\",Count:1s,Damage:6s}", - "{id:\"mysticalagriculture:soulstone_slab\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:soulstone_brick_stairs\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:soulstone_brick_wall\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:soul_glass\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:growth_accelerator\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_machine_frame\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:seed_reprocessor\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:inferium_reprocessor\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:witherproof_block\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:1s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:2s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:3s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:crafting\",Count:12s,Damage:8s}", - "{id:\"mysticalagriculture:crafting\",Count:7s,Damage:9s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:53s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:54s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:core_remover\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:8s,Damage:4s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:9s}", - "{id:\"mysticalagriculture:chunk\",Count:1s,Damage:12s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:15s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:16s}", - "{id:\"mysticalagriculture:chunk\",Count:12s,Damage:17s}", - "{id:\"mysticalagriculture:stone_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:dirt_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:fire_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:nether_seeds\",Count:36s,Damage:0s}", - "{id:\"mysticalagriculture:obsidian_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:lapis_lazuli_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:end_seeds\",Count:21s,Damage:0s}", - "{id:\"mysticalagriculture:soularium_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:dark_steel_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:thaumium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:gear\",Count:3s,Damage:15s}", - "{id:\"mysticalagriculture:gear\",Count:2s,Damage:16s}", - "{id:\"mysticalagriculture:gear\",Count:1s,Damage:17s}", - "{id:\"mysticalagradditions:tinkering_table\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:smartwrench\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:rftools_shape_manual\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:modifier_module\",Count:7s,Damage:0s}", - "{id:\"rftools:oredict_module\",Count:3s,Damage:0s}", - "{id:\"rftools:button_module\",Count:2s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:space_chamber_card\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:9s,Damage:10s}", - "{id:\"rftools:blindness_module\",Count:6s,Damage:0s}", - "{id:\"rftools:weakness_module\",Count:6s,Damage:0s}", - "{id:\"rftools:poison_module\",Count:6s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:6s,Damage:0s}", - "{id:\"rftools:noteleport_module\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:3s,Damage:0s}", - "{id:\"rftools:machine_base\",Count:11s,Damage:0s}", - "{id:\"rftools:screen\",Count:8s,Damage:0s}", - "{id:\"rftools:redstone_transmitter_block\",Count:8s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:24s,Damage:0s}", - "{id:\"rftools:sequencer_block\",Count:8s,Damage:0s}", - "{id:\"rftools:counter_block\",Count:8s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:41s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:16s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:24s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:16s,Damage:0s}", - "{id:\"rftools:digit_block\",Count:8s,Damage:0s}", - "{id:\"rftools:wire_block\",Count:8s,Damage:0s}", - "{id:\"rftools:timer_block\",Count:8s,Damage:0s}", - "{id:\"rftools:space_chamber\",Count:6s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:4s,Damage:0s}", - "{id:\"rftools:composer\",Count:15s,Damage:0s}", - "{id:\"rftools:locator\",Count:16s,Damage:0s}", - "{id:\"rftools:powercell\",Count:7s,Damage:0s}", - "{id:\"rftools:powercell_advanced\",Count:5s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:11s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:23s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:32s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:39s,Damage:0s}", - "{id:\"rftools:spawner\",Count:3s,Damage:0s}", - "{id:\"rftools:block_protector\",Count:15s,Damage:0s}", - "{id:\"rftools:item_filter\",Count:8s,Damage:0s}", - "{id:\"rftools:security_manager\",Count:11s,Damage:0s}", - "{id:\"rftools:ender_monitor\",Count:8s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:30s,Damage:6s}", - "{id:\"ironchest:iron_chest\",Count:30s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:30s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_crystal_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:diamond_obsidian_shulker_upgrade\",Count:30s,Damage:0s}", - "{id:\"logisticspipes:module_provider\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:module_active_supplier\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:16s}", - "{id:\"logisticspipes:pipe_controller\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:pipe_manager\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:chip_basic_raw\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:chip_advanced_raw\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:chip_fpga_raw\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:program_compiler\",Count:1s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:1s,Damage:2s}", - "{id:\"modularmachinery:blockcasing\",Count:3s,Damage:4s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:16s,Damage:0s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:20s,Damage:1s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:48s,Damage:2s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:69s,Damage:3s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:84s,Damage:4s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:96s,Damage:5s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:105s,Damage:6s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:111s,Damage:7s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:16s,Damage:0s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:20s,Damage:1s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:48s,Damage:2s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:69s,Damage:3s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:84s,Damage:4s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:96s,Damage:5s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:105s,Damage:6s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:111s,Damage:7s}", - "{id:\"projectex:energy_link\",Count:7s,Damage:0s}", - "{id:\"projectex:refined_link\",Count:16s,Damage:0s}", - "{id:\"projectex:compressed_refined_link\",Count:48s,Damage:0s}", - "{id:\"projectex:stone_table\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:arcane_tablet\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:destruction_catalyst\",Count:2s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:3s,Damage:1s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:6s,Damage:12s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]}},id:\"xreliquary:void_tear\",Count:1s,Damage:0s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:8s}", - "{id:\"xreliquary:magazine\",Count:1s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:3s,Damage:0s}", - "{id:\"xreliquary:altar\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:8s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:8s,tag:{dkey:\"Default\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"Flat\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"Void\"},Damage:6s}", - "{id:\"rftoolsdim:known_dimlet\",Count:3s,tag:{dkey:\"minecraft:stone@0\"},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_monitor\",Count:8s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_blank_block\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_block\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_cross2_block\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_cross_block\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_pattern1_block\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_pattern2_block\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:dimensional_small_blocks\",Count:2s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:40s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:27s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:9s,Damage:1s}", - "{id:\"storagedrawers:upgrade_storage\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:upgrade_one_stack\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:upgrade_status\",Count:16s,Damage:1s}", - "{id:\"storagedrawers:upgrade_void\",Count:30s,Damage:0s}", - "{id:\"storagedrawers:upgrade_conversion\",Count:6s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:2s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:2s,Damage:3s}", - "{id:\"storagedrawers:compdrawers\",Count:41s,Damage:0s}", - "{id:\"storagedrawers:controller\",Count:35s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_thaum\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:3s,Damage:0s}", - "{id:\"tg:ore_light\",Count:5s,Damage:0s}", - "{id:\"tg:ore_shade\",Count:5s,Damage:0s}", - "{id:\"tg:terramorfer\",Count:4s,Damage:0s}", - "{id:\"tg:extruder\",Count:4s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:37s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:11s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:5s,Damage:0s}", - "{id:\"tg:teleportator_frame\",Count:2s,Damage:0s}", - "{id:\"tg:teleportator_floor\",Count:2s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_chest\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:1s}", - "{id:\"thaumicaugmentation:stone\",Count:3s,Damage:2s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:3s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:4s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:5s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:6s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:7s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:8s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:9s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:10s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:11s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_metal\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_diffuser\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:17s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:25s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:13s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:33s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:8s,Damage:0s}", - "{id:\"thaumicaugmentation:stairs_ancient\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:slab\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:stairs_eldritch_tile\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:bars\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:capstone\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:capstone\",Count:5s,Damage:1s}", - "{id:\"thaumicaugmentation:capstone\",Count:5s,Damage:2s}", - "{id:\"thaumicaugmentation:capstone\",Count:5s,Damage:3s}", - "{id:\"thaumicaugmentation:strange_crystal\",Count:25s,Damage:0s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:5s,Damage:1s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:5s,Damage:2s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:5s,Damage:3s}", - "{id:\"thaumicaugmentation:eldritch_lock_impetus\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:button_arcane_stone\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_arcane_stone\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_arcane_stone\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_arcane_stone\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:urn\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:urn\",Count:5s,Damage:1s}", - "{id:\"thaumicaugmentation:urn\",Count:5s,Damage:2s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:4s,Damage:1s}", - "{id:\"thaumicaugmentation:fracture_locator\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_experience\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_elemental\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_overworld\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_nether\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_end\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_emptiness\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:7s,tag:{id:\"thaumicaugmentation:strength_frenzy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:24s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:24s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_empty\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:biome_empty\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_reset\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:biome_reset\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:river\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:hell\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:hell\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:sky\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:sky\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:frozen_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_river\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:frozen_river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:ice_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mushroom_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island_shore\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mushroom_island_shore\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:beaches\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:beaches\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:desert_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:smaller_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:smaller_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:jungle_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:deep_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:deep_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:stone_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:stone_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:cold_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:cold_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:taiga_cold_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:gravel_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:gravel_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:white_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:white_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:origin_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:alps\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bamboo_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:bamboo_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bayou\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:bayou\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bog\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:bog\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:boreal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:boreal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:brushland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:brushland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:chaparral\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:chaparral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cherry_blossom_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:cherry_blossom_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cold_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:cold_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:crag\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:crag\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:dead_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:dead_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:eucalyptus_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:eucalyptus_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fen\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:fen\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_field\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:flower_field\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grassland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:grassland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:highland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:highland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:land_of_lakes\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:land_of_lakes\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lavender_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:lavender_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:lush_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:lush_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mangrove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mangrove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:maple_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:maple_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:meadow\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:meadow\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:moor\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:moor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mountain\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mystic_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mystic_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:ominous_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:ominous_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:orchard\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:orchard\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:overgrown_cliffs\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:overgrown_cliffs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:prairie\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:prairie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:quagmire\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:quagmire\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:redwood_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:sacred_springs\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:sacred_springs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:seasonal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:seasonal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shield\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:shield\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:steppe\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:steppe\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:temperate_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:temperate_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:tropical_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wetland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:wetland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:woodland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:woodland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:xeric_shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:xeric_shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:alps_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:mountain_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:redwood_forest_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:pasture\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:pasture\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:oasis\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:oasis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:snowy_tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coral_reef\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:coral_reef\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:kelp_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:kelp_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:origin_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:tropical_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:volcanic_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:volcanic_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:flower_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:corrupted_sands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:corrupted_sands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fungi_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:fungi_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:undergarden\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:undergarden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:visceral_heap\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"biomesoplenty:visceral_heap\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"randomthings:spectral\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"randomthings:spectral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"jeid:error_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"jeid:error_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:magical_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumcraft:magical_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eerie\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumcraft:eerie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eldritch\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumcraft:eldritch\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_lake\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_lake\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dense_twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:dense_twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_stream\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_stream\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:twilight_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:oak_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:oak_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:firefly_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:firefly_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:deep_mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:deep_mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:dark_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:enchanted_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:enchanted_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:fire_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:fire_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:dark_forest_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:highlands_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:highlands_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:thornlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:thornlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:spooky_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"twilightforest:spooky_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"buildcraftenergy:oil_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"buildcraftenergy:oil_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"appliedenergistics2:storage_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"appliedenergistics2:storage_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:abyss\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:abyss\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:ancient_cavern\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:ancient_cavern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:barathos\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:barathos\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:candyland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:candyland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:celeve\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:celeve\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"minecraft:mutated_mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:creeponia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:creeponia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:crystevia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:crystevia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:deeplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:deeplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:dustopia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:dustopia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:gardencia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:gardencia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:greckon\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:greckon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:haven\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:haven\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:immortallis\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:immortallis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:iromine\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:iromine\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lborean\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:lborean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lelyetia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:lelyetia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lunalus\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:lunalus\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:mysterium\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:mysterium\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:precasia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:precasia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:runandor\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:runandor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:shyrelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:shyrelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:vox_ponds\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aoa3:vox_ponds\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:eden\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:eden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:wildwood\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:wildwood\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:apalachia\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:apalachia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:skythern\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:skythern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:mortum\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:mortum\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:iceika\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:iceika\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:arcana\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:arcana\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:vethea\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"divinerpg:vethea\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:underground_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:underground_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:volcanic_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:volcanic_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:subterranean_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:subterranean_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:elysian_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:elysian_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:ulterior_outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:ulterior_outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fungal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:fungal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:submerged_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:submerged_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fields_sub_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:fields_sub_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:petrified_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"erebus:petrified_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"iceandfire:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"iceandfire:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"integrateddynamics:biome_meneglin\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"integrateddynamics:biome_meneglin\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"nuclearcraft:nuclear_wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"nuclearcraft:nuclear_wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:emptiness\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:tainted_lands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:tainted_lands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thaumicaugmentation:emptiness_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:darklands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:coralium_infested_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:coralium_infested_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:abyssal_wastelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:abyssal_wastelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purified_dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:purified_dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dreadlands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dreadlands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:omothol\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:omothol\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dark_realm\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:dark_realm\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purged\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"abyssalcraft:purged\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moon\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:moon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:alien forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:alien forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:hotdryrock\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:hotdryrock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:space\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:space\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:stormland\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:stormland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:crystalchasms\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:crystalchasms\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:deepswamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:deepswamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:oceanspires\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:oceanspires\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moondark\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:moondark\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanic\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:volcanic\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanicbarren\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"advancedrocketry:volcanicbarren\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aether_legacy:aether_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"aether_legacy:aether_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:limbo\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:limbo\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:white_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:white_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:dangerous_black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"dimdoors:dangerous_black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:patchy_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:patchy_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:swamplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:deep_waters\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:deep_waters\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:coarse_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:coarse_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:raised_isles\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:raised_isles\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:sludge_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_0\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:marsh_0\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_1\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:marsh_1\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:swamplands_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:3s,tag:{cap:{biome:\"thebetweenlands:sludge_plains_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{vis:0.0f},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_vis_battery\",Count:29s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:19s,Damage:0s}", - "{id:\"thaumictinkerer:funnel\",Count:9s,Damage:0s}", - "{id:\"thaumictinkerer:dissimulation\",Count:26s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:31s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:31s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:15s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:33s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:9s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:6s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:23s,Damage:5s}", - "{id:\"tinker_io:upg\",Count:15s,Damage:7s}", - "{id:\"tinymobfarm:gold_farm\",Count:37s,Damage:0s}", - "{id:\"torchmaster:terrain_lighter\",Count:11s,Damage:0s}", - "{id:\"torchmaster:dread_lamp\",Count:18s,Damage:0s}", - "{id:\"woot:factorybase\",Count:3s,Damage:0s}", - "{id:\"woot:soulsanddust\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:27s,tag:{tier:0},Damage:0s}", - "{id:\"woot:anvil\",Count:15s,Damage:0s}", - "{id:\"woot:factory\",Count:2s,Damage:0s}", - "{id:\"woot:soulstone\",Count:4s,Damage:0s}", - "{id:\"woot:exporter\",Count:2s,Damage:0s}", - "{id:\"woot:structure\",Count:2s,Damage:0s}", - "{id:\"woot:structure\",Count:2s,Damage:1s}", - "{id:\"woot:structure\",Count:2s,Damage:2s}", - "{id:\"woot:structure\",Count:2s,Damage:3s}", - "{id:\"woot:structure\",Count:2s,Damage:4s}", - "{id:\"woot:structure\",Count:2s,Damage:5s}", - "{id:\"woot:structure\",Count:2s,Damage:6s}", - "{id:\"woot:structure\",Count:2s,Damage:7s}", - "{id:\"woot:structure\",Count:2s,Damage:8s}", - "{id:\"woot:structure\",Count:2s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:6s,Damage:1s}", - "{id:\"woot:upgrade\",Count:2s,Damage:0s}", - "{id:\"woot:upgrade\",Count:2s,Damage:1s}", - "{id:\"woot:upgrade\",Count:2s,Damage:2s}", - "{id:\"woot:upgrade\",Count:2s,Damage:3s}", - "{id:\"woot:upgrade\",Count:2s,Damage:4s}", - "{id:\"woot:upgrade\",Count:2s,Damage:5s}", - "{id:\"woot:upgrade\",Count:2s,Damage:6s}", - "{id:\"woot:upgrade\",Count:2s,Damage:7s}", - "{id:\"woot:upgrade\",Count:2s,Damage:8s}", - "{id:\"woot:upgrade\",Count:2s,Damage:9s}", - "{id:\"woot:upgrade\",Count:2s,Damage:10s}", - "{id:\"woot:upgrade\",Count:2s,Damage:11s}", - "{id:\"woot:upgrade\",Count:2s,Damage:12s}", - "{id:\"woot:upgrade\",Count:2s,Damage:13s}", - "{id:\"woot:upgrade\",Count:2s,Damage:14s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:0s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:1s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:2s}", - "{id:\"woot:upgradeb\",Count:63s,Damage:3s}", - "{id:\"woot:upgradeb\",Count:294s,Damage:4s}", - "{id:\"woot:upgradeb\",Count:377s,Damage:5s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:6s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:7s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:8s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:12s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:13s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:14s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:1s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:2s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:3s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:4s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:6s}", - "{id:\"abyssalcraft:stone\",Count:2s,Damage:7s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:darkstone_brick\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:dsglow\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:dbstairs\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:dcstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abybrick\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:abystairs\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:coraliumore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyfence\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:odb\",Count:18s,Damage:0s}", - "{id:\"abyssalcraft:coraliumstone\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:psdl\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:abycorore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dsbfence\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abydreadore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadbrick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abydreadbrick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadgrass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadbrickstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abydreadbrickstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystallizer\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:abyiroore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abygolore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abydiaore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abytinore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abycopore\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abypcorore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abylcorore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:engraver\",Count:22s,Damage:0s}", - "{id:\"abyssalcraft:materializer\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrick\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrick\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:darkethaxiumpillar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickstairs\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickslab1\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickfence\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:shoggothblock\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:shoggothbiomass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:monolithpillar\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:1s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:2s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:3s}", - "{id:\"abyssalcraft:decorativestatue\",Count:6s,Damage:4s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:5s}", - "{id:\"abyssalcraft:decorativestatue\",Count:5s,Damage:6s}", - "{id:\"abyssalcraft:energycollector\",Count:12s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:energyrelay\",Count:9s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:abyssalsand\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:fusedabyssalsand\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadlandsdirt\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:abyssalcobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadstonecobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:abyssalnitecobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:coraliumcobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:rendingpedestal\",Count:10s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:statetransformer\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:energydepositioner\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:gatewaykey\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:cchunk\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dpick\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:daxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhoe\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:cobbleu\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:ironu\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:goldu\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:diamondu\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:abyssalniteu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:densecarboncluster\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:coin\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_blank\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_cthulhu\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_elder\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:6s,tag:{ItemInventory:[],PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:6s,tag:{Cursed:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:18s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:18s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:24s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:24s,tag:{Blaze:800},Damage:3s}", - "{id:\"actuallyadditions:block_shock_suppressor\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_advanced\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_extreme\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_directional_breaker\",Count:58s,Damage:0s}", - "{id:\"actuallyadditions:block_lava_factory_controller\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_canola_press\",Count:22s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:block_oil_generator\",Count:22s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:28s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:block_heat_collector\",Count:8s,Damage:0s}", - "{id:\"actuallyadditions:block_breaker\",Count:26s,Damage:0s}", - "{id:\"actuallyadditions:block_placer\",Count:26s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:38s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_placer\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_collector\",Count:19s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:3s,Damage:2s}", - "{id:\"actuallyadditions:item_misc\",Count:26s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_obsidian\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_obsidian\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_obsidian\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:250000},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:1s,tag:{Energy:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_knife\",Count:2s,Damage:0s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:3s}", - "{id:\"actuallyadditions:item_dust\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:33s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:3s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:45s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:45s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:24s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:24s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:33s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:33s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pickaxe_obsidian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_axe_obsidian\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_shovel_obsidian\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_sword_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_hoe_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:stone_paxel\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:obsidian_paxel\",Count:29s,Damage:0s}", - "{id:\"buildcraftcore:decorated\",Count:1s,Damage:5s}", - "{id:\"buildcraftcore:marker_volume\",Count:1s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:11s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:45s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:wrench\",Count:11s,Damage:0s}", - "{id:\"buildcraftcore:gear_stone\",Count:15s,Damage:0s}", - "{id:\"buildcraftcore:gear_iron\",Count:11s,Damage:0s}", - "{id:\"buildcraftcore:marker_connector\",Count:8s,Damage:0s}", - "{id:\"buildcraftbuilders:snapshot\",Count:1s,Damage:2s}", - "{id:\"buildcraftfactory:autoworkbench_item\",Count:22s,Damage:0s}", - "{id:\"buildcraftfactory:chute\",Count:11s,Damage:0s}", - "{id:\"buildcraftfactory:water_gel_spawn\",Count:15s,Damage:0s}", - "{id:\"techreborn:dust\",Count:1s,Damage:11s}", - "{id:\"techreborn:part\",Count:3s,Damage:0s}", - "{id:\"techreborn:part\",Count:9s,Damage:1s}", - "{id:\"techreborn:part\",Count:3s,Damage:2s}", - "{id:\"techreborn:part\",Count:24s,Damage:3s}", - "{id:\"techreborn:part\",Count:1s,Damage:4s}", - "{id:\"techreborn:part\",Count:1s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:9s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotroncrystal\",Count:9s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:54s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronicorb\",Count:54s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:6s,tag:{isActive:0b,energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:6s,tag:{isActive:0b,energy:640000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:nanosaber\",Count:6s,tag:{isActive:1b,energy:640000},Damage:0s}", - "{id:\"techreborn:upgrades\",Count:36s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:blue_cape\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:lore_book\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:nether_redstone_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:nether_iron_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:nether_gold_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:nether_lapis_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:nether_emerald_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:nether_diamond_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:end_redstone_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:end_lapis_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:end_emerald_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:end_diamond_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:end_gold_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:end_iron_ore\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:fluid_drain\",Count:75s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_spade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:netherbrick_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sandstone_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_weeds\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_crops\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_leaves\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap_match\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_variant\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:18s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_launch_large\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:33s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_med_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_fast_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_fast_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slow_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slow_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slowest_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slowest_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:wireless_transmitter\",Count:23s,Damage:0s}", - "{id:\"cyclicmagic:wireless_receiver\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:spikes_iron\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:peat_unbaked\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:49s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:24s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_fluid\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:12s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:energy_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pipe\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:bundled_pipe\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_trade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:password_remote\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_rotate\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_prospector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spelunker\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:cyclic_wand_build\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:shears_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:14s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_spawn_inspect\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:mattock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_randomize\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_2\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_3\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_4\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_5\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_6\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_wool\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:12s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:stone_pebble\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:builder_pattern\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:magnet_anti_block\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:inventory_food\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:dehydrator\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:39s,Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:button_large\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:clock\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:beacon_redstone\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:75s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil_magma\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:32s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:harvester_block\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:26s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:67s,Damage:0s}", - "{id:\"cyclicmagic:block_miner_smart\",Count:31s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:38s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:12s,Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:34s,Damage:0s}", - "{id:\"cyclicmagic:battery\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_workbench\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_screen\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:screen_target\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:27s,Damage:0s}", - "{id:\"cyclicmagic:fan\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_storeempty\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:imbuer\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:19s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_structure\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_cobble_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stone_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_sandstone_item\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_obsidian_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:11s,Damage:0s}", - "{id:\"buildcrafttransport:plug_power_adaptor\",Count:3s,Damage:0s}", - "{id:\"buildcraftsilicon:advanced_crafting_table\",Count:22s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:171s,Damage:0s}", - "{id:\"contenttweaker:warped_stone\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:rainbow_bricks\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:bedrock_cobblestone\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:11s,Damage:0s}", - "{id:\"contenttweaker:compressed_mana_rune\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:tartarite_monolith\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:baphomet_altar_bricks\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:unfathomable_breaker\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:6s,Damage:0s}", - "{id:\"dimdoors:fabric\",Count:1s,Damage:11s}", - "{id:\"dimdoors:fabric\",Count:3s,Damage:15s}", - "{id:\"valkyrielib:modifier_component\",Count:2s,Damage:0s}", - "{id:\"valkyrielib:modifier_speed\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:interconnect\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"environmentaltech:tool_multiblock_assembler\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_1\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:photovoltaic_cell\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_1\",Count:1s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:5s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:12s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:1s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:58s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:57s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:9s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:16s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:63s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:laser_lens_inverted\",Count:1s,Damage:11s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:19s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:13s,Damage:2s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:11s,Damage:3s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:19s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:11s,Damage:0s}", - "{id:\"magicbees:enchanted_earth\",Count:15s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:swamp_dirt\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:coarse_swamp_dirt\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:swamp_grass\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:silt\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_bricks\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_tiles\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_chiseled\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:mossy_betweenstone_bricks\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:mossy_betweenstone_tiles\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:mossy_smooth_betweenstone\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:smooth_betweenstone\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_pillar\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_stairs\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:smooth_betweenstone_stairs\",Count:5s,Damage:0s}", - "{id:\"thebetweenlands:mossy_betweenstone_brick_stairs\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:mossy_smooth_betweenstone_stairs\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_brick_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:smooth_betweenstone_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:mossy_smooth_betweenstone_slab\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_wall\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_brick_wall\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:smooth_betweenstone_wall\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:mossy_betweenstone_brick_wall\",Count:1s,Damage:0s}", - "{id:\"thebetweenlands:mossy_smooth_betweenstone_wall\",Count:2s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_pressure_plate\",Count:7s,Damage:0s}", - "{id:\"thebetweenlands:betweenstone_button\",Count:3s,Damage:0s}", - "{id:\"thebetweenlands:druid_altar\",Count:11s,Damage:0s}", - "{id:\"thebetweenlands:sulfur_furnace\",Count:30s,Damage:0s}", - "{id:\"thebetweenlands:sulfur_furnace_dual\",Count:52s,Damage:0s}", - "{id:\"thebetweenlands:animator\",Count:11s,Damage:0s}", - "{id:\"thebetweenlands:items_misc\",Count:6s,Damage:46s}", - "{id:\"thebetweenlands:items_misc\",Count:1s,Damage:50s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:draeton_upgrade_furnace\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"guideapi:bloodarsenal-guide\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:laser_lens_colored\",Count:1s,Damage:11s}", - "{id:\"botania:enchantedsoil\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_1\",Count:22s,Damage:0s}", - "{id:\"danknull:dank_null_panel_1\",Count:6s,Damage:0s}", - "{id:\"danknull:danknull_dock\",Count:3s,Damage:0s}", - "{id:\"erebus:umberstone\",Count:5s,Damage:0s}", - "{id:\"erebus:umberstone\",Count:5s,Damage:1s}", - "{id:\"erebus:umberstone\",Count:3s,Damage:4s}", - "{id:\"erebus:umberstone\",Count:3s,Damage:5s}", - "{id:\"erebus:umberstone\",Count:2s,Damage:6s}", - "{id:\"erebus:umberpaver\",Count:3s,Damage:0s}", - "{id:\"erebus:materials\",Count:4s,Damage:49s}", - "{id:\"erebus:materials\",Count:26s,Damage:52s}", - "{id:\"erebus:materials\",Count:11s,Damage:53s}", - "{id:\"erebus:materials\",Count:18s,Damage:54s}", - "{id:\"erebus:idols\",Count:36s,Damage:4s}", - "{id:\"erebus:idols\",Count:36s,Damage:5s}", - "{id:\"erebus:idols\",Count:36s,Damage:6s}", - "{id:\"erebus:idols\",Count:36s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:12s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:9s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:6s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:whetstone\",Count:4s,Damage:5s}", - "{id:\"erebus:wall_plants_cultivated\",Count:6s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:39s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:3s,Damage:3s}", - "{id:\"enderio:item_soul_vial\",Count:2s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:stray\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:husk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie_villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:skeleton_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:donkey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:mule\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:evocation_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:vex\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:vindication_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:illusion_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:zombie_pigman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:silverfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:blaze\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:magma_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:witch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:endermite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:shulker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:squid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:mooshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:snowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:ocelot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:villager_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:rabbit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:polar_bear\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:llama\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:parrot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"minecraft:villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:depthsghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:abyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:jzahar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:abygolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadguard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dragonminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dragonboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowcreature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowmonster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:dreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demonpig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:gskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:chagarothspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:chagarothfist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:chagaroth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shadowboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antiabyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antibat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antichicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:anticow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:anticreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antighoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antipig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antiplayer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antiskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antispider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:antizombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:remnant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:omotholghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:jzaharminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:greaterdreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:lesserdreadbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:lessershoggoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demoncow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demonchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:demonsheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:coraliumsquid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"abyssalcraft:shuboffspring\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thermalfoundation:blizz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thermalfoundation:blitz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thermalfoundation:basalz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"draconicevolution:chaosguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"cyclicmagic:robot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"astralsorcery:entityflare\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"astralsorcery:entityspectraltool\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"astralsorcery:entityliquidspark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"botania:pixie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"botania:doppleganger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"botania:pink_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"biomesoplenty:wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"chickens:chickenschicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:glitch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"deepmoblearning:trial_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"dimdoors:mob_monolith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.centipede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.mosquito\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.tarantula\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bot_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.scorpion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.solifuge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.grasshopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.locust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.moth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.rhino_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.antlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.black_widow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.glow_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bombardier_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.scytodes\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.money_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.praying_mantis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.jumping_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fire_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.worker_bee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.velvet_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.dragon_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.titan_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bot_fly_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fungal_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.crop_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.woodlouse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.cicada\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.fire_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.lava_web_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.antlion_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.chameleon_tick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.solifuge_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.midge_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.punchroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.crushroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.black_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.zombie_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.tarantula_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.tarantula_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.pond_skater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bog_maw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.magma_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.animated_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.animated_chest\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.animated_bamboo_crate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.umber_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.umber_golem_idol\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.antlion_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.honey_pot_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.zombie_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.bed_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.stag_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"erebus:erebus.gas_vent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"hatchery:roosterentity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumadditions:blue_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"industrialforegoing:pink_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"randomthings:spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"randomthings:goldenchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"openblocks:luggage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"openblocks:mini_me\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"plustic:supremeleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"plustic:blindbandit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"tg:observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:dark_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:angler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:swamp_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:wight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:sporeling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:leech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:blood_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mire_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mire_snail_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:lurker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:gecko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:olm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:frog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:gas_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tar_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:silt_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:pyrad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:peat_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tarminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mummy_arm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss_blockade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:fortress_boss_turret\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:dreadful_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:smoll_sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:greebling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:boulder_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:spirit_tree_face_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:spirit_tree_face_large\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:root_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:small_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:large_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:shambler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:wall_lamprey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:moving_spawner_hole\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:wall_living_root\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:crypt_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:barrishee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:ash_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:triggered_falling_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:splodeshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:cc_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:emberling_shaman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:flame_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:emberling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:sludge_menace\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:draeton_dragonfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:draeton_firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:worm_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_matriarch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_hatchling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:chiromaw_tame\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:greebling_coracle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:anadia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:rock_snot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:mist_brige\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:jellyfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:jellyfish_cave\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:bubbler_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:freshwater_urchin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thebetweenlands:cave_fish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistportalgreater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistportallesser\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:turretbasic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:turretadvanced\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:arcanebore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchwarden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintaclegiant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:brainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:giantbrainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:firebat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:spellbat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:pech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:mindspider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistknight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:cultistcleric\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:eldritchcrab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:inhabitedzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:thaumslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintcrawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintacle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintacletiny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintswarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintseed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumcraft:taintseedprime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:wild_boar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:bighorn_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:deer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:redcap\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:swarm_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:naga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:skeleton_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hostile_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hedge_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hydra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:penguin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:lich_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:loyal_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tiny_bird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:squirrel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:quest_ram\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:kobold\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:mosquito_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:death_tome\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:minotaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:minoshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:fire_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:slime_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:pinch_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:maze_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:redcap_sapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:mist_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:king_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:mini_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:tower_broodling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:ur_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:blockchain_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:goblin_knight_upper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:goblin_knight_lower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:helmet_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:knight_phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:yeti\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:yeti_alpha\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:winter_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:snow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:stable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:unstable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:snow_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:giant_miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:armored_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:ice_crystal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:harbinger_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:adherent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:roving_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:castle_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:hydra_head\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"twilightforest:boggard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"tconstruct:blueslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"natura:imp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"natura:nitrocreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:sentient_specter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:mimic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bloodmagic:corrupted_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:airhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:alarmo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:amphibior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:amphibiyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ancient_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:anemia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:angelica\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:apparition\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arc_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arc_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arcbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:archvine\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arcworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ariel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arkback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arkzyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:arocknid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:automaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:axiolight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bane\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:banshee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:baroness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:basilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:baumba\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:black_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bloodmist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bloodsucker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blue_runic_lifeform\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bobo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bomb_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bone_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bone_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:boneback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bouncer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:broccohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:brute\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bush_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:candy_corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cane_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:case_construct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cave_creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cave_creepoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:centinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cherry_barrager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cherry_blaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:chimera\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:chocko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:chomper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:clown\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:clunkhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:coniferon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_mind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_range\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_resistance\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_speed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_strength\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_terror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corallus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:coralon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cotton_candor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:craexxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creeperlock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creepird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creepuple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crusilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cryptid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crystocore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dark_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dawnlight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:daysee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dead_tree\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:death_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:deinotherium\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:demon_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:desert_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:destructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:devourer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dicer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:diocus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:distorter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:doubler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dracyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dust_strider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dusteiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:duston\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dweller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dyrehorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:echodar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:eeo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:eilosapien\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elite_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elite_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elite_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elusive\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:embrake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:emperor_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:enforcer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:everbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:exohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:exoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:explodot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:eye_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:faceless_floater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:faceless_runner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fake_zorp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fischer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fishix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flamewalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flesh_eater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flowerface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:flye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:fungung\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:furlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gadgetoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghastus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostine_ancient\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ghostly_sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:giant_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gingerbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gingerbread_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goalby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goldorth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goldum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goldus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:graw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:green_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:green_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:green_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grillface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grobbler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grocculate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:grunt\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gyro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:harkos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:headless_destroyer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:headless_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hellcat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hellspot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hiding_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hill_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hive_king\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hive_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:horndron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:horon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:host\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hunch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hydrolisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hydrolon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ice_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:infernal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:inmate_x\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:inmate_y\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:iosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:irkling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:jawe\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:jumbo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kaiyu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kajaros\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:keeler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_bambambam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:king_shroomus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:klobber\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:koko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kranky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:kror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:leafy_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_caster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lightwalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:linger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:little_bam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:living_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lollypopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lost_soul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lunarcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:luxocron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:magical_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:magicke\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechachron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechamaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechbot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mechyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:merkyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mermage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mirage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:miskel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:modulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mother_void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:muckopede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:muncher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mushroom_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:natura\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:neptuno\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nethengeic_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nethengeic_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:night_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nightfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nightmare_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nightwing\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:nospike\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:occulent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:okazor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:omnilight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:opteryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:orange_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:orbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:paladin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:parasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:paravite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:penumbra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:pigotron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:pincher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:pod_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:polar_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:polytom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primitive_carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:proshield\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:purple_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:quickpocket\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rainicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rammerhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ramradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rawbone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:raxxan\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:reaper_twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:reaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:red_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:red_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:refluct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rock_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rock_critter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rock_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rockbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:roloscope\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runic_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runic_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runicorn_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sabretooth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sand_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sand_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:scrubby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sea_viper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:seeker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shadow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shadowlord\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shavo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:silencer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:silverfoot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skele_elder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skelekyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeletal_cowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skeletron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skolle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:skull_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:slimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:smash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:snappy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:snow_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:soulscorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:soulvyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spectral_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sphinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spinoledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spinux\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spirit_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spirit_protector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:squasher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:squiggler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stalker_prime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sticky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stimulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stimulosus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stitches\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:stone_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:strong_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:strong_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:strong_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sugarface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:surveyor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:swamp_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:sysker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:terradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:terrestrial\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tharafly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tipsy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tortione\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:toxxulous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tracker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tree_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:trickster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:triclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:tyrosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:undead_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:urioh\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:urka\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:urv\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:valkyrie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:vertebron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:vine_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:vinocorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visualent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visular\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:visulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:void_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:volar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:voliant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:voltron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:voxxulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:warclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:web_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:wickett\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:winged_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:wither_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:wood_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:xxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:yellow_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:yellow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:yellow_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zarg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zhinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:alluricorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blissard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:compeer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:construct_of_servility\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:craggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:draggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ender_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:friendly_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gnawer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:goofer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:healing_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hellquin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hive_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:horntail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mecha_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mecha_skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:orbling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:plateosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rammerhorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rosid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shaddy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shadow_stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spikeback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spraggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:waggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:abyssal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:ambient_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:anima_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:assassin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:augury_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:baron_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:blooming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:boreic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:butchery_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:candied_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:celevian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:coratee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corrupted_traveller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creep_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creep_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:creeponia_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crystal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:crystal_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dungeon_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:dustopian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:elkanyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:expedition_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:explosives_expert\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:extraction_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:floro_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:foraging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:glaring_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gleaming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:glistening_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:glowing_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:golden_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gorb_arms_dealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gorb_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:gorb_engineer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:halycon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hauling_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:haunted_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:hunter_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:infusion_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:innervation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lelyetian_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:logging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:lunar_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:meganeuropsis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:metalloid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:mystic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:naturalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:peppermint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:portal_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:precasian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_guide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:primordial_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:professor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:radiant_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:realmshifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:rocky_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:runic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shining_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyre_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:shyrelands_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:spearmint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:store_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:token_collector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:toxic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:toy_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:troll_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:trotter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:twinkling_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:undead_herald\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:withering_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_child\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_grocer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_herbalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:zal_vendor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bane_big\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:bloodlust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aoa3:corallus_shot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:ice_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:lightning_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:spirit_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:spirit_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:phoenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:magic_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:decoy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:shadow_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:storm_elemental\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"ebwizardry:wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:lizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:owl\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:snake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:black_dog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:hellhound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:feuerwurm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:werewolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:cleaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:demoness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:bafometyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:shadow_person\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:cambion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:druden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:baphomet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"bewitchment:leonard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:arid_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:cave_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:caveclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:desert_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ehu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:enthralled_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:frost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:glacon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:brown_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:white_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jack_o_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jungle_bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jungle_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:jungle_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:king_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:kobblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:liopleurodon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:livestock_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:pumpkin_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:rainbour\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:rotatick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:saguaro_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:shark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:smelter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:snapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:stone_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_eye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_grue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:whale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hell_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hell_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:scorcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildfire\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ender_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ender_triplets\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ender_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:alicanto\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:fractite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:frost_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:frosty\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:glacide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hastreus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:rollum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:workshop_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:workshop_tinkerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:eden_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:eden_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:greenfeet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:madivel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:sun_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:weak_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:behemoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:epiphite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:moon_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:termid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:verek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildwood_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildwood_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wildwood_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:apalachia_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:apalachia_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:apalachia_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:enchanted_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:enchanted_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:advanced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:megalith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mystic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:samek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:skythern_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:skythern_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:skythern_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:angry_bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:demon_of_darkness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mortum_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:sorcerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:soul_stealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:soul_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:twilight_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:captain_merik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:datticon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:deathcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:death_hound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dungeon_constructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dungeon_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dungeon_prisoner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:fyracryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:kazari\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:leorna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:living_statue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:paratiku\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:razorback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:golem_of_rejuvenation\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:roamer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:seimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lord_vatticus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:war_general\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:zelus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:acid_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:biphron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:bohemite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:crypt_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:cymesoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dissiment\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dreamwrecker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:duo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:fake_vhraak\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:galroid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:gorgosion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:helio\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hover_stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:kazrotic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lheiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lorga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lorga_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mandragora\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:mysterious_man_layer_1\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:shadahier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_hunger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:temple_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:tocaxin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:vermenous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:zone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:zoragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ancient_entity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_blue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_green\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_purple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_red\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:ayeraco_yellow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:densos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:dramix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:eternal_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:experienced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:hive_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:karot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:karos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:king_of_scorchers\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:lady_luna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:parasecta\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:quadro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:raglok\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:reyvor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:soul_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:sunstorm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:termasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:the_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:twilight_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:vamacheron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"divinerpg:wreck\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dragonegg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dragonskull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:firedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:icedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:snowvillager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:hippogryph\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:stonestatue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:gorgon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:siren\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:hippocampus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:deathworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:if_cockatrice\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:stymphalianbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:if_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_sentinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_royal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:amphithere\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:seaserpent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:myrmex_swarmer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:if_mob_skull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_thrall\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_ghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_scuttler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"iceandfire:dread_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"tfspellpack:druid_mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:autocaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:primal_wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"thaumicaugmentation:celestial_observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"forestry:butterflyge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:moa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:phyg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:flying_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:sheepuff\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:aerbunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:aerwhale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:swet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:sentry\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:zephyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:aechor_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:slider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:valkyrie_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:sun_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:fire_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:ice_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:thunder_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:fire_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:mini_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"aether_legacy:whirlwind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"battletowers:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:2s,tag:{entityId:\"nuclearcraft:feral_ghoul\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:26s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:34s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:34s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:1s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:2s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:3s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:4s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:5s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:6s}", - "{id:\"ebwizardry:runestone\",Count:3s,Damage:7s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:1s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:2s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:3s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:4s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:5s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:6s}", - "{id:\"ebwizardry:runestone_pedestal\",Count:9s,Damage:7s}", - "{id:\"minecraft:farmland\",Count:5s,Damage:0s}", - "{id:\"minecraft:brown_mushroom_block\",Count:2s,Damage:0s}", - "{id:\"minecraft:grass_path\",Count:5s,Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:2s,Damage:0s}", - "{id:\"erebus:umber_golem_statue\",Count:49s,Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:8s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:16s,Damage:0s}", - "{id:\"rftools:simple_dialer\",Count:8s,Damage:0s}", - "{id:\"aoa3:yeti_fingernails\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:5s,Damage:0s}" - ] - }, - { - "aspect": "machina", - "items": [ - "{id:\"binniecore:storage\",Count:15s,Damage:0s}", - "{id:\"binniecore:storage\",Count:41s,Damage:1s}", - "{id:\"binniecore:storage\",Count:45s,Damage:2s}", - "{id:\"binniecore:storage\",Count:45s,Damage:3s}", - "{id:\"binniecore:storage\",Count:48s,Damage:4s}", - "{id:\"binniecore:storage\",Count:36s,Damage:5s}", - "{id:\"minecraft:jukebox\",Count:10s,Damage:0s}", - "{id:\"supersoundmuffler:sound_muffler\",Count:7s,Damage:0s}", - "{id:\"minecraft:dispenser\",Count:5s,Damage:0s}", - "{id:\"minecraft:noteblock\",Count:10s,Damage:0s}", - "{id:\"minecraft:sticky_piston\",Count:17s,Damage:0s}", - "{id:\"minecraft:piston\",Count:10s,Damage:0s}", - "{id:\"minecraft:lever\",Count:5s,Damage:0s}", - "{id:\"minecraft:wooden_pressure_plate\",Count:5s,Damage:0s}", - "{id:\"minecraft:stone_button\",Count:5s,Damage:0s}", - "{id:\"minecraft:wooden_button\",Count:5s,Damage:0s}", - "{id:\"minecraft:light_weighted_pressure_plate\",Count:5s,Damage:0s}", - "{id:\"minecraft:heavy_weighted_pressure_plate\",Count:5s,Damage:0s}", - "{id:\"minecraft:daylight_detector\",Count:5s,Damage:0s}", - "{id:\"minecraft:hopper\",Count:5s,Damage:0s}", - "{id:\"minecraft:dropper\",Count:5s,Damage:0s}", - "{id:\"minecraft:spruce_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:birch_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:jungle_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:dark_oak_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:acacia_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:wooden_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:iron_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:repeater\",Count:15s,Damage:0s}", - "{id:\"minecraft:comparator\",Count:15s,Damage:0s}", - "{id:\"minecraft:spruce_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:birch_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:jungle_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:acacia_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:dark_oak_door\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:abybutton\",Count:1s,Damage:0s}", - "{id:\"minecraft:golden_rail\",Count:5s,Damage:0s}", - "{id:\"minecraft:detector_rail\",Count:5s,Damage:0s}", - "{id:\"minecraft:activator_rail\",Count:5s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_gated\"}},Damage:9s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_locking\"}},Damage:10s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:6s,tag:{railcraft:{kit:\"railcraft_delayed\"}},Damage:16s}", - "{id:\"railcraft:track_kit\",Count:7s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_whistle\"}},Damage:19s}", - "{id:\"enderio:block_exit_rail\",Count:1s,Damage:0s}", - "{id:\"minecraft:clock\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:meter\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:22s}", - "{id:\"thermalfoundation:material\",Count:8s,Damage:23s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:24s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:25s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:26s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:27s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:256s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:257s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:258s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:259s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:260s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:261s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:262s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:263s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:264s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:288s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:289s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:290s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:291s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:292s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:293s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:294s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:295s}", - "{id:\"draconicevolution:flow_gate\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:11s,Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:2s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:3s}", - "{id:\"thermalexpansion:machine\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,2B,3B,3B,3B,3B],Level:0b},Damage:7s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:12s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:machine\",Count:15s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:machine\",Count:8s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:15s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:2s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:3s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:6s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:9s}", - "{id:\"thermalexpansion:device\",Count:9s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{id:\"thermalexpansion:device\",Count:13s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:device\",Count:13s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{id:\"thermalexpansion:dynamo\",Count:3s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:dynamo\",Count:3s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:1s}", - "{id:\"thermalexpansion:dynamo\",Count:3s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:2s}", - "{id:\"thermalexpansion:dynamo\",Count:3s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:3s}", - "{id:\"thermalexpansion:dynamo\",Count:3s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:4s}", - "{id:\"thermalexpansion:dynamo\",Count:3s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:5s}", - "{id:\"thermalexpansion:frame\",Count:1s,Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:3s,Damage:64s}", - "{id:\"thermalexpansion:frame\",Count:3s,Damage:128s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:256s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:257s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:273s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:288s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:303s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:304s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:320s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:324s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:336s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:18s,Damage:352s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:368s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:369s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:400s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:401s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:402s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:416s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:432s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:448s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:496s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:497s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:576s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:640s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:656s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:672s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:673s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:674s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:688s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:704s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:720s}", - "{id:\"techreborn:rolling_machine\",Count:30s,Damage:0s}", - "{id:\"techreborn:assembling_machine\",Count:7s,Damage:0s}", - "{id:\"techreborn:plate_bending_machine\",Count:51s,Damage:0s}", - "{id:\"techreborn:wire_mill\",Count:12s,Damage:0s}", - "{id:\"forestry:sturdy_machine\",Count:3s,Damage:0s}", - "{id:\"forestry:gear_bronze\",Count:11s,Damage:0s}", - "{id:\"forestry:gear_copper\",Count:11s,Damage:0s}", - "{id:\"forestry:gear_tin\",Count:11s,Damage:0s}", - "{id:\"forestry:analyzer\",Count:2s,Damage:0s}", - "{id:\"forestry:bottler\",Count:2s,Damage:0s}", - "{id:\"forestry:carpenter\",Count:2s,Damage:0s}", - "{id:\"forestry:centrifuge\",Count:2s,Damage:0s}", - "{id:\"forestry:fermenter\",Count:17s,Damage:0s}", - "{id:\"forestry:moistener\",Count:17s,Damage:0s}", - "{id:\"forestry:squeezer\",Count:2s,Damage:0s}", - "{id:\"forestry:still\",Count:2s,Damage:0s}", - "{id:\"forestry:rainmaker\",Count:15s,Damage:0s}", - "{id:\"forestry:raintank\",Count:2s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:15s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:15s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:18s,Damage:0s}", - "{id:\"forestry:mailbox\",Count:2s,Damage:0s}", - "{id:\"forestry:trade_station\",Count:2s,Damage:0s}", - "{id:\"forestry:habitat_former\",Count:9s,Damage:0s}", - "{id:\"forestry:database\",Count:2s,Damage:0s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:0},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:1},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:2},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:3},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:4},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:5},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:6},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:7},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:8},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:9},Damage:2s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:10},Damage:2s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:0},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:1},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:2},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:3},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:4},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:5},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:6},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:7},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:8},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:9},Damage:3s}", - "{id:\"forestry:ffarm\",Count:7s,tag:{FarmBlock:10},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:0},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:1},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:2},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:3},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:4},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:5},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:6},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:7},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:8},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:9},Damage:4s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:10},Damage:4s}", - "{id:\"forestry:genetic_filter\",Count:3s,Damage:0s}", - "{id:\"railcraft:manipulator\",Count:3s,Damage:8s}", - "{id:\"railcraft:gear\",Count:5s,Damage:0s}", - "{id:\"railcraft:gear\",Count:5s,Damage:1s}", - "{id:\"railcraft:gear\",Count:5s,Damage:2s}", - "{id:\"railcraft:gear\",Count:5s,Damage:3s}", - "{id:\"railcraft:gear\",Count:5s,Damage:4s}", - "{id:\"railcraft:gear\",Count:5s,Damage:5s}", - "{id:\"genetics:misc\",Count:2s,Damage:0s}", - "{id:\"genetics:machine\",Count:9s,Damage:0s}", - "{id:\"genetics:machine\",Count:9s,Damage:1s}", - "{id:\"genetics:machine\",Count:9s,Damage:2s}", - "{id:\"genetics:machine\",Count:9s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:1s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:5s,Damage:1s}", - "{id:\"genetics:lab_machine\",Count:12s,Damage:2s}", - "{id:\"genetics:lab_machine\",Count:9s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:5s,Damage:4s}", - "{id:\"extrabees:alveary\",Count:15s,Damage:6s}", - "{id:\"extratrees:machine\",Count:6s,Damage:0s}", - "{id:\"extratrees:machine\",Count:6s,Damage:4s}", - "{id:\"extratrees:machine\",Count:21s,Damage:5s}", - "{id:\"extratrees:machine\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:eternalframe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hammercore:manual\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:3s,Damage:0s}", - "{id:\"extrautils2:soundmuffler\",Count:7s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:7s,Damage:3s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:4s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:5s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:7s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:8s}", - "{id:\"extrautils2:ingredients\",Count:5s,Damage:1s}", - "{id:\"extrautils2:crafter\",Count:3s,Damage:0s}", - "{id:\"extrautils2:scanner\",Count:3s,Damage:0s}", - "{id:\"extrautils2:miner\",Count:3s,Damage:0s}", - "{id:\"extrautils2:user\",Count:7s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:7s,Damage:1s}", - "{id:\"extrautils2:drum\",Count:12s,Damage:2s}", - "{id:\"extrautils2:drum\",Count:9s,Damage:3s}", - "{id:\"extrautils2:redstonelantern\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:trowel\",Count:3s,Damage:0s}", - "{id:\"extrautils2:analogcrafter\",Count:3s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:17s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:17s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:11s,Damage:14s}", - "{id:\"gendustry:apiary.upgrade\",Count:17s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:15s,Damage:22s}", - "{id:\"gendustry:apiary.upgrade\",Count:17s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:17s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:17s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:3s,Damage:15s}", - "{id:\"gendustry:apiary.upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:22s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:22s,tag:{charge:100000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:22s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:22s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:bee_receptacle\",Count:3s,Damage:0s}", - "{id:\"gendustry:power_module\",Count:30s,Damage:0s}", - "{id:\"gendustry:climate_module\",Count:3s,Damage:0s}", - "{id:\"gendustry:eject_cover\",Count:11s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:11s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:58s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:31s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:19s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:44s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:42s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:60s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:58s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:43s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:39s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:62s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"machina\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:essentia_sink\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:fission_port\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:buffer\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:9s}", - "{id:\"nuclearcraft:upgrade\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:upgrade\",Count:3s,Damage:1s}", - "{id:\"nuclearcraft:dominos\",Count:5s,Damage:0s}", - "{id:\"randomthings:onlinedetector\",Count:45s,Damage:0s}", - "{id:\"randomthings:chatdetector\",Count:45s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:3s,Damage:0s}", - "{id:\"randomthings:contactbutton\",Count:3s,Damage:0s}", - "{id:\"randomthings:contactlever\",Count:3s,Damage:0s}", - "{id:\"randomthings:inventoryrerouter\",Count:3s,Damage:0s}", - "{id:\"randomthings:inventorytester\",Count:5s,Damage:0s}", - "{id:\"randomthings:globalchatdetector\",Count:33s,Damage:0s}", - "{id:\"randomthings:plate_collection\",Count:1s,Damage:0s}", - "{id:\"randomthings:plate_extraction\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:7s,tag:{timeData:{}},Damage:0s}", - "{id:\"openblocks:cannon\",Count:3s,Damage:0s}", - "{id:\"openblocks:vacuum_hopper\",Count:3s,Damage:0s}", - "{id:\"openblocks:big_button\",Count:15s,Damage:0s}", - "{id:\"openblocks:big_button_wood\",Count:15s,Damage:0s}", - "{id:\"openblocks:block_placer\",Count:7s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pedometer\",Count:7s,Damage:0s}", - "{id:\"packagedauto:packager\",Count:7s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:11s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:7s,Damage:0s}", - "{id:\"redstonearsenal:material\",Count:5s,Damage:96s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.battlewrench_flux\",Count:3s,tag:{Energy:320000},Damage:0s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:7s,Damage:7s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:1s,Damage:24s}", - "{id:\"projectred-integration:gate\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:0s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:1s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:2s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:3s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:4s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:5s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:6s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:7s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:8s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:9s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:10s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:11s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:12s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:13s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:14s}", - "{id:\"projectred-illumination:light_button\",Count:3s,Damage:15s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:0s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:1s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:2s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:3s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:4s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:5s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:6s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:7s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:8s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:9s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:10s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:11s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:12s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:13s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:14s}", - "{id:\"projectred-illumination:feedback_light_button\",Count:2s,Damage:15s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:2s}", - "{id:\"projectred-expansion:machine2\",Count:5s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:5s,Damage:4s}", - "{id:\"projectred-transportation:pipe\",Count:3s,Damage:32s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:3s,Damage:0s}", - "{id:\"libvulpes:productgear\",Count:5s,Damage:6s}", - "{id:\"libvulpes:productgear\",Count:5s,Damage:7s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:satellitebuilder\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:satellitecontrolcenter\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:rollingmachine\",Count:26s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:12s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:12s,Damage:0s}", - "{id:\"advancedrocketry:intake\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:planetholoselector\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:spacelaser\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:productgear\",Count:5s,Damage:0s}", - "{id:\"advancedrocketry:productgear\",Count:5s,Damage:1s}", - "{id:\"thaumcraft:metal_alchemical\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:centrifuge\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:smelter_vent\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:tube_valve\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:tube_buffer\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:activator_rail\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mysterious_clock\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:twilight_clock\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:orescanner\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:satelliteprimaryfunction\",Count:5s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:11s,Damage:0s}", - "{id:\"advancedrocketry:jetpack\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:mechanism_complex\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:15s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"machina\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"machina\"}]},Damage:1s}", - "{id:\"thaumcraft:turret\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:17s,Damage:1s}", - "{id:\"thaumcraft:turret\",Count:18s,Damage:2s}", - "{id:\"enderio:item_material\",Count:5s,Damage:9s}", - "{id:\"enderio:item_material\",Count:5s,Damage:10s}", - "{id:\"enderio:item_material\",Count:5s,Damage:11s}", - "{id:\"enderio:item_material\",Count:8s,Damage:12s}", - "{id:\"enderio:item_material\",Count:8s,Damage:13s}", - "{id:\"enderio:item_material\",Count:8s,Damage:73s}", - "{id:\"enderio:block_decoration2\",Count:6s,Damage:10s}", - "{id:\"enderio:block_decoration3\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:6s,Damage:0s}", - "{id:\"enderio:item_basic_item_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_limited_item_filter\",Count:22s,Damage:0s}", - "{id:\"enderio:item_existing_item_filter\",Count:11s,Damage:0s}", - "{id:\"enderio:item_redstone_toggle_filter\",Count:3s,Damage:0s}", - "{id:\"enderio:item_redstone_sensor_filter\",Count:11s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:block_detector_block\",Count:7s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:5s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:6s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:6s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:anvil\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:anvil\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:anvil1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:anvil1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:anvil2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:anvil2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_chest\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_chest\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_feet\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_feet\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_head\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_head\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_legs\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_legs\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:carpet\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:carpet\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:depth\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:depth\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:direct\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:direct\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:elytra\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:elytra\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade4\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:energyupgrade4\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:glide\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:glide\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:gogglesofrevealing\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:gogglesofrevealing\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:hoe\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:hoe\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:inv\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:inv\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:inv1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:inv1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:inv2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:inv2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:jumpboost1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:jumpboost1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:jumpboost2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:jumpboost2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:jumpboost3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:jumpboost3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:naturalist_eye\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:naturalist_eye\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:nightvision\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:nightvision\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:padding\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:padding\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderiomachines:solar3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:sounddetector\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:sounddetector\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:speedboost1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:speedboost1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:speedboost2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:speedboost2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:speedboost3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:speedboost3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:spoon\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:spoon\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:step_assist\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:step_assist\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:swim\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:swim\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_chest\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_chest\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_feet\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_feet\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_legs\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_legs\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt4\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:tnt4\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:travel\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:2s,tag:{\"enderio:dsu\":\"enderio:travel\",\"enderio:enabled\":1b},Damage:1s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:7s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:11s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:12s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:12s,Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:30s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:34s,Damage:0s}", - "{id:\"enderio:block_stirling_generator\",Count:12s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:7s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:19s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:26s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:31s,Damage:0s}", - "{id:\"enderio:block_slice_and_splice\",Count:12s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:3s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:3s,Damage:2s}", - "{id:\"enderio:block_enhanced_wired_charger\",Count:12s,Damage:0s}", - "{id:\"enderio:block_niard\",Count:15s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:15s,Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:12s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:7s,Damage:0s}", - "{id:\"enderio:block_gauge\",Count:3s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_meter\",Count:15s,Damage:0s}", - "{id:\"twilightforest:maze_map_focus\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:seeker_bow\",Count:30s,Damage:0s}", - "{id:\"twilightforest:fire_jet\",Count:20s,Damage:1s}", - "{id:\"twilightforest:fire_jet\",Count:20s,Damage:6s}", - "{id:\"twilightforest:trophy_pedestal\",Count:35s,Damage:0s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:0s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:1s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:2s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:3s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:4s}", - "{id:\"twilightforest:castle_brick\",Count:1s,Damage:5s}", - "{id:\"twilightforest:castle_pillar\",Count:1s,Damage:0s}", - "{id:\"twilightforest:castle_pillar\",Count:1s,Damage:1s}", - "{id:\"twilightforest:castle_pillar\",Count:1s,Damage:2s}", - "{id:\"twilightforest:castle_pillar\",Count:1s,Damage:3s}", - "{id:\"twilightforest:castle_stairs\",Count:1s,Damage:0s}", - "{id:\"twilightforest:castle_stairs\",Count:1s,Damage:8s}", - "{id:\"twilightforest:castle_rune_brick\",Count:1s,Damage:0s}", - "{id:\"twilightforest:castle_rune_brick\",Count:1s,Damage:1s}", - "{id:\"twilightforest:castle_rune_brick\",Count:1s,Damage:2s}", - "{id:\"twilightforest:castle_rune_brick\",Count:1s,Damage:3s}", - "{id:\"twilightforest:castle_door\",Count:10s,Damage:0s}", - "{id:\"twilightforest:castle_door\",Count:10s,Damage:1s}", - "{id:\"twilightforest:castle_door\",Count:10s,Damage:2s}", - "{id:\"twilightforest:castle_door\",Count:10s,Damage:3s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:13s}", - "{id:\"buildcraftlib:guide\",Count:3s,tag:{BookName:\"buildcraftlib:meta\"},Damage:0s}", - "{id:\"buildcraftlib:guide\",Count:3s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:5s}", - "{id:\"immersiveengineering:connector\",Count:3s,Damage:9s}", - "{id:\"immersiveengineering:connector\",Count:11s,Damage:10s}", - "{id:\"immersiveengineering:metal_device1\",Count:3s,Damage:10s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:3s,Damage:7s}", - "{id:\"appliedenergistics2:grindstone\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:inscriber\",Count:25s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:5s,Damage:40s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:100s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:80s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dltplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"integrateddynamics:menril_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:juniper_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dreadplanks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:trans_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:elder_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:sort_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_silverwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"techreborn:rubber_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:time_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:weedwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:cypress_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:rubber_tree_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:giant_root_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:hearthgrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mine_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:canopy_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thaumadditions:taintwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:twilight_oak_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:nibbletwig_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mangrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_greatwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:dark_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"randomthings:spectreplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"bewitchment:dragons_blood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"advancedrocketry:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_assault_rifle\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechanical_assault_rifle\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyssro\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechyro\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energy_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_cannon\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_archergun\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:power_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:mecha_gear\",Count:25s,Damage:0s}", - "{id:\"aoa3:power_core\",Count:5s,Damage:0s}", - "{id:\"aoa3:construct_of_servility_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:mecha_cyclops_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:mecha_skellox_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:3s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:5s,Damage:0s}", - "{id:\"botania:manaresource\",Count:15s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:17s,tag:{},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:clip\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:7s,tag:{},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:pistonrelay\",Count:10s,Damage:0s}", - "{id:\"botania:distributor\",Count:5s,Damage:0s}", - "{id:\"botania:manadetector\",Count:11s,Damage:0s}", - "{id:\"botania:turntable\",Count:12s,Damage:0s}", - "{id:\"botania:opencrate\",Count:5s,Damage:1s}", - "{id:\"botania:endereyeblock\",Count:10s,Damage:0s}", - "{id:\"botania:rfgenerator\",Count:20s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:11s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:15s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:11s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:22s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:11s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:corporeaindex\",Count:15s,Damage:0s}", - "{id:\"botania:corporeafunnel\",Count:15s,Damage:0s}", - "{id:\"botania:pump\",Count:10s,Damage:0s}", - "{id:\"botania:corporeainterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:corporeacrystalcube\",Count:15s,Damage:0s}", - "{id:\"botania:hourglass\",Count:10s,Damage:0s}", - "{id:\"botania:sparkchanger\",Count:10s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:8s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:8s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:12s,Damage:3s}", - "{id:\"botania:redstringinterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:corporearetainer\",Count:15s,Damage:0s}", - "{id:\"botania:avatar\",Count:15s,Damage:0s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:seat\",Count:3s,Damage:6s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:0s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:1s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:2s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:3s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:4s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:5s}", - "{id:\"bibliocraft:clock\",Count:7s,Damage:6s}", - "{id:\"bibliocraft:bell\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:printingpress\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:handdrill\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioclipboard\",Count:3s,Damage:0s}", - "{id:\"bloodarsenal:stasis_plate\",Count:11s,Damage:0s}", - "{id:\"bloodarsenal:base_item\",Count:3s,Damage:5s}", - "{id:\"computercraft:peripheral\",Count:7s,Damage:5s}", - "{id:\"compactmachines3:tunneltool\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:deep_learner\",Count:33s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_ghast\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_glacier\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:8s,Damage:0s}", - "{id:\"erebus:bamboo_extender\",Count:3s,Damage:0s}", - "{id:\"erebus:bamboo_pipe_extract\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:11s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:11s,Damage:0s}", - "{id:\"bigreactors:turbinecontroller\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorcontroller\",Count:11s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:sprayer\",Count:3s,Damage:0s}", - "{id:\"hatchery:nursery_block\",Count:7s,Damage:0s}", - "{id:\"hatchery:fertilizer_mixer\",Count:11s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:7s,Damage:0s}", - "{id:\"iceandfire:desert_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"iceandfire:jungle_myrmex_cocoon\",Count:5s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:3s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:7s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:5s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:32s,Damage:0s}", - "{id:\"integrateddynamics:part_block_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_entity_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_network_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_world_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:30s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_mono_directional_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:delay\",Count:15s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:3s,Damage:1s}", - "{id:\"integratedtunnels:part_importer_energy_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_item_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_fluid_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_block_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_player_simulator_item\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:2s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:3s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:7s,Damage:0s}", - "{id:\"rftools:button_module\",Count:3s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:8s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:3s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:7s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:22s,Damage:0s}", - "{id:\"rftools:counter_block\",Count:7s,Damage:0s}", - "{id:\"rftools:logic_block\",Count:45s,Damage:0s}", - "{id:\"rftools:invchecker_block\",Count:11s,Damage:0s}", - "{id:\"rftools:sensor_block\",Count:22s,Damage:0s}", - "{id:\"rftools:analog_block\",Count:11s,Damage:0s}", - "{id:\"rftools:timer_block\",Count:7s,Damage:0s}", - "{id:\"rftools:locator\",Count:22s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:6s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:12s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:16s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:12s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:9s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:6s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:6s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:12s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:16s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:12s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:9s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:6s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:6s,Damage:1s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:4s,Damage:2s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:3s,Damage:3s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:2s,Damage:4s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:1s,Damage:5s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:3s,Damage:0s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:6s,Damage:1s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:4s,Damage:2s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:3s,Damage:3s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:2s,Damage:4s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:1s,Damage:5s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:22s,Damage:0s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:27s,Damage:1s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:65s,Damage:2s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:93s,Damage:3s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:114s,Damage:4s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:130s,Damage:5s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:142s,Damage:6s}", - "{id:\"modularmachinery:blockenergyinputhatch\",Count:151s,Damage:7s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:22s,Damage:0s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:27s,Damage:1s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:65s,Damage:2s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:93s,Damage:3s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:114s,Damage:4s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:130s,Damage:5s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:142s,Damage:6s}", - "{id:\"modularmachinery:blockenergyoutputhatch\",Count:151s,Damage:7s}", - "{id:\"modularmagic:blockaspectproviderinput\",Count:1s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:2s,Damage:0s}", - "{id:\"rftoolsdim:known_dimlet\",Count:11s,tag:{dkey:\"Single\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:11s,tag:{dkey:\"Default\"},Damage:12s}", - "{id:\"rftoolsdim:known_dimlet\",Count:7s,tag:{dkey:\"Normal\"},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_monitor\",Count:11s,Damage:0s}", - "{id:\"rftoolsdim:time_absorber\",Count:30s,Damage:0s}", - "{id:\"storagedrawers:upgrade_status\",Count:22s,Damage:1s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:1s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:2s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:3s}", - "{id:\"storagedrawers:compdrawers\",Count:15s,Damage:0s}", - "{id:\"storagedrawers:controller\",Count:22s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"supersoundmuffler:sound_muffler_bauble\",Count:5s,Damage:0s}", - "{id:\"tg:book_holder\",Count:15s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:11s,Damage:0s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:1s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:2s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:3s}", - "{id:\"thaumicaugmentation:eldritch_lock_impetus\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:5s,Damage:3s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:300L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:3s,tag:{cap:{augment:{},energy:{energy:300L}}},Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:18s,Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:8s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:20s,Damage:0s}", - "{id:\"thaumicenergistics:infusion_provider\",Count:5s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:2s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:22s,Damage:5s}", - "{id:\"tinker_io:fuel_input_machine\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:builder\",Count:15s,tag:{tier:0},Damage:0s}", - "{id:\"woot:importer\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraver\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:11s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:11s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:24s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:24s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,tag:{Blaze:800},Damage:3s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_heat_collector\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:45s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:45s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:33s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,tag:{Blaze:800},Damage:3s}", - "{id:\"buildcraftcore:engine\",Count:15s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:19s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:wrench\",Count:6s,Damage:0s}", - "{id:\"buildcraftcore:gear_wood\",Count:5s,Damage:0s}", - "{id:\"buildcraftcore:gear_stone\",Count:8s,Damage:0s}", - "{id:\"buildcraftcore:gear_iron\",Count:11s,Damage:0s}", - "{id:\"buildcraftcore:gear_gold\",Count:8s,Damage:0s}", - "{id:\"buildcraftcore:gear_diamond\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:paintbrush\",Count:2s,Damage:16s}", - "{id:\"buildcraftcore:marker_connector\",Count:8s,Damage:0s}", - "{id:\"buildcraftfactory:autoworkbench_item\",Count:12s,Damage:0s}", - "{id:\"buildcraftfactory:mining_well\",Count:3s,Damage:0s}", - "{id:\"buildcraftfactory:pump\",Count:3s,Damage:0s}", - "{id:\"buildcraftfactory:flood_gate\",Count:3s,Damage:0s}", - "{id:\"buildcraftfactory:chute\",Count:6s,Damage:0s}", - "{id:\"buildcraftfactory:distiller\",Count:3s,Damage:0s}", - "{id:\"buildcraftfactory:heat_exchange\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:fluid_drain\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:fire_starter\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_med\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_small\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_large\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:wireless_transmitter\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:password_remote\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:12s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_vector\",Count:1s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:doorbell_simple\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:button_large\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:moon_sensor\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:clock\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_screen\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:screen_target\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:fan\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:sound_player\",Count:67s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:water_candle\",Count:11s,Damage:0s}", - "{id:\"architecturecraft:sawbench\",Count:3s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stripes_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:plug_power_adaptor\",Count:1s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:material_part\",Count:5s,Damage:31s}", - "{id:\"contenttweaker:material_part\",Count:5s,Damage:38s}", - "{id:\"contenttweaker:material_part\",Count:5s,Damage:114s}", - "{id:\"contenttweaker:material_part\",Count:5s,Damage:153s}", - "{id:\"contenttweaker:defined_servo\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:amulet_of_cinders\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:vibranium_servo\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:clump_of_mythic_matter\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:baphomet_altar_bricks\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:mythic_machine_case\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:clausurae\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:deinthos\",Count:8s,Damage:0s}", - "{id:\"dimdoors:iron_dimensional_door\",Count:7s,Damage:0s}", - "{id:\"dimdoors:oak_dimensional_door\",Count:7s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_aplicator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_recolector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_resource_harvester\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:block_destroyer\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:26s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:plant_interactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:fluiddictionary_converter\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:froster\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:ore_fermenter\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:11s,Damage:2s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:3s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:5s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:18s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:13s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:13s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{id:\"agricraft:water_channel_valve\",Count:3s,Damage:0s}", - "{id:\"botania:cacophoniumblock\",Count:10s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:11s,Damage:0s}" - ] - }, - { - "aspect": "praecantatio", - "items": [ - "{id:\"minecraft:enchanting_table\",Count:25s,Damage:0s}", - "{id:\"minecraft:end_portal_frame\",Count:5s,Damage:0s}", - "{id:\"minecraft:end_crystal\",Count:15s,Damage:0s}", - "{id:\"minecraft:beacon\",Count:25s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:5s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:8s,Damage:1s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:ender_eye\",Count:5s,Damage:0s}", - "{id:\"minecraft:nether_star\",Count:20s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:0}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:1}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:17s,tag:{StoredEnchantments:[{lvl:5s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:20s,tag:{StoredEnchantments:[{lvl:6s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:23s,tag:{StoredEnchantments:[{lvl:7s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:26s,tag:{StoredEnchantments:[{lvl:8s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:29s,tag:{StoredEnchantments:[{lvl:9s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:32s,tag:{StoredEnchantments:[{lvl:10s,id:2}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:3}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:4}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:5}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:6}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:7}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:8}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:9}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:10}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:19s,tag:{StoredEnchantments:[{lvl:5s,id:11}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:19s,tag:{StoredEnchantments:[{lvl:5s,id:12}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:19s,tag:{StoredEnchantments:[{lvl:5s,id:13}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:14}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:4s,id:15}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:6s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:21s,tag:{StoredEnchantments:[{lvl:7s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:24s,tag:{StoredEnchantments:[{lvl:8s,id:16}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:17s,tag:{StoredEnchantments:[{lvl:5s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:17s,tag:{StoredEnchantments:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:19}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:20}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:21}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:22}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:23}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:24}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:25}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:26}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:27}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:28}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:29}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:30}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:30}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:31}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:32}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:33}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:17s,tag:{StoredEnchantments:[{lvl:5s,id:34}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:35}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:36}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:37}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:38}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:39}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:19s,tag:{StoredEnchantments:[{lvl:5s,id:40}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:41}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:19s,tag:{StoredEnchantments:[{lvl:5s,id:42}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:43}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:44}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:45}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:46}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:4s,id:47}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:6s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:21s,tag:{StoredEnchantments:[{lvl:7s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:24s,tag:{StoredEnchantments:[{lvl:8s,id:48}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:49}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:50}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:51}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:52}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:53}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:54}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:55}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:17s,tag:{StoredEnchantments:[{lvl:5s,id:56}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:19s,tag:{StoredEnchantments:[{lvl:5s,id:57}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:58}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:59}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:60}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:61}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:62}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:63}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:64}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:69}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:70}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:71}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:72}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:16s,tag:{StoredEnchantments:[{lvl:4s,id:73}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:4s,id:74}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:75}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:76}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:77}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:78}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:78}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:17s,tag:{StoredEnchantments:[{lvl:5s,id:79}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:4s,id:80}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:81}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:82}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:83}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:84}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:85}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:86}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:87}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:88}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:89}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:90}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:14s,tag:{StoredEnchantments:[{lvl:4s,id:91}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:92}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:93}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:5s,tag:{StoredEnchantments:[{lvl:1s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:8s,tag:{StoredEnchantments:[{lvl:2s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:11s,tag:{StoredEnchantments:[{lvl:3s,id:94}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:1s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:10s,tag:{StoredEnchantments:[{lvl:2s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:13s,tag:{StoredEnchantments:[{lvl:3s,id:95}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:97}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:98}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:3s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:4s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:5s,id:99}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:100}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:100}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:101}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:102}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:103}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:104}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:1s,id:105}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:2s,id:105}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:106}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:107}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:108}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:109}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:9s,tag:{StoredEnchantments:[{lvl:1s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:12s,tag:{StoredEnchantments:[{lvl:2s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:15s,tag:{StoredEnchantments:[{lvl:3s,id:110}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:18s,tag:{StoredEnchantments:[{lvl:4s,id:110}]},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:spectral_arrow\",Count:5s,Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{id:\"draconicevolution:item_dislocation_inhibitor\",Count:1s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:23s,Damage:0s}", - "{id:\"draconicevolution:energy_storage_core\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:11s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:11s,Damage:4s}", - "{id:\"draconicevolution:draconic_spawner\",Count:26s,Damage:0s}", - "{id:\"draconicevolution:wyvern_core\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:45s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:45s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:45s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:11s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:11s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:13s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:13s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:13s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:11s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:11s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:11s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:11s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:11s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:11s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:11s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:dislocator\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:2s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:18s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pickaxe\",Count:34s,tag:{ench:[{lvl:10s,id:35}]},Damage:0s}", - "{id:\"bewitchment:block_of_opal\",Count:27s,Damage:0s}", - "{id:\"bewitchment:opal_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nethersteel\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_symbol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_bevel\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_polished\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_sentient\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentacle\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentagram\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_skull\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_eye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_eye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_hellish\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_hellish\",Count:5s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice\",Count:10s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:perpetual_ice_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:embittered_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_embittered_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_embittered_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:embittered_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_symbol\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_bevel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_hellish\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_raw_cracked\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_soft\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_small_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_medium_tiles\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_triple\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_braid\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_layers\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_road\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_ornate\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_panel\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_prism\",Count:10s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slanted\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cracked_scorned_bricks\",Count:10s,Damage:0s}", - "{id:\"bewitchment:chiseled_scorned_bricks\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_stairs\",Count:11s,Damage:0s}", - "{id:\"bewitchment:scorned_bricks_slab\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_fence\",Count:7s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_bricks\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_fence\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_stairs\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_stairs\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:embittered_brick_wall\",Count:4s,Damage:0s}", - "{id:\"bewitchment:mossy_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:crying_scorned_brick_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:nethersteel_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:goblet\",Count:15s,Damage:0s}", - "{id:\"bewitchment:filled_goblet\",Count:15s,Damage:0s}", - "{id:\"bewitchment:purple_candle\",Count:10s,Damage:0s}", - "{id:\"bewitchment:torchwood\",Count:8s,Damage:0s}", - "{id:\"bewitchment:spanish_moss\",Count:2s,Damage:0s}", - "{id:\"bewitchment:juniper_sapling\",Count:3s,Damage:0s}", - "{id:\"bewitchment:juniper_wood\",Count:10s,Damage:0s}", - "{id:\"bewitchment:juniper_planks\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_chest\",Count:10s,Damage:0s}", - "{id:\"bewitchment:juniper_wood_stairs\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_trapdoor\",Count:2s,Damage:0s}", - "{id:\"bewitchment:juniper_fence_gate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_fence\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"bewitchment:distillery\",Count:3s,Damage:0s}", - "{id:\"bewitchment:spinning_wheel\",Count:15s,Damage:0s}", - "{id:\"bewitchment:crystal_ball\",Count:25s,Damage:0s}", - "{id:\"bewitchment:sigil_table\",Count:4s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_oak\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_spruce\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dark_oak\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_jungle\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_birch\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_acacia\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_juniper\",Count:12s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_cypress\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_elder\",Count:7s,Damage:0s}", - "{id:\"bewitchment:poppet_shelf_dragons_blood\",Count:7s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_statue\",Count:47s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:3s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_statue\",Count:48s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_idol\",Count:6s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:6s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:51s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:6s,Damage:0s}", - "{id:\"bewitchment:stone_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_herne_idol\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_herne_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_idol\",Count:52s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_idol\",Count:7s,Damage:0s}", - "{id:\"bewitchment:stone_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_lilith_idol\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:stone_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_moloch_idol\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:4s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:18s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:15s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:30s,Damage:8s}", - "{id:\"extrautils2:terraformer\",Count:37s,Damage:8s}", - "{id:\"thaumadditions:mithrillium_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:12s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:49s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:64s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:9s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:36s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:48s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:26s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:70s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:24s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:seal_globe\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:odour_powder\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:mithminite_blade\",Count:192s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:135s,Damage:0s}", - "{id:\"thaumadditions:blue_bone\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:89s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:327s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:306s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:459s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:239s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:280s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:stray\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:donkey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:mule\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:vex\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:zombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:enderman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:cave_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:silverfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:blaze\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:magma_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:witch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:endermite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:shulker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:squid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:mooshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:ocelot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:rabbit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:polar_bear\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:llama\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:parrot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"minecraft:villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"cyclicmagic:robot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.locust\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.moth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"hatchery:roosterentity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"randomthings:spirit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"plustic:supremeleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"plustic:blindbandit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"tg:observer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:wight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:leech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:olm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:frog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:firebat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:pech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:deer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:redcap\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:naga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:squirrel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:kobold\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:death_tome\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:minotaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:king_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:adherent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"tconstruct:blueslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"natura:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"natura:nitrocreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:airhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:alarmo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:amphibior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:anemia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:angelica\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:apparition\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arc_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arcbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:archvine\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arcworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ariel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arkback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arkzyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:arocknid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:automaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:axiolight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bane\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:banshee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:baroness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:baumba\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:black_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bloodmist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:blue_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bobo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bone_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:boneback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bouncer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:broccohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:brute\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:bush_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:candy_corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cane_bug\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:case_construct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cave_creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:centinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:chimera\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:chocko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:chomper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:clown\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:clunkhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:coniferon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_mind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_range\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_speed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_strength\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_terror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:corallus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:coralon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:craexxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creeperlock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creepird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creepuple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:crusilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cryptid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:crystocore\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dark_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dawnlight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:daysee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dead_tree\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:death_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:deinotherium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:desert_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:destructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:devourer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dicer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:diocus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:distorter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:doubler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dracyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dust_strider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dusteiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:duston\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dweller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:echodar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:eeo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:eilosapien\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:elusive\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:embrake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:enforcer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:everbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:exohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:exoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:explodot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:eye_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fischer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fishix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:flamewalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:flash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:flowerface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:flye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fungat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fungback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fungik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fungock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:fungung\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:furlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghastus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:giant_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gingerbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:goalby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:goldorth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:goldum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:goldus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:graw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:green_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:green_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:grillface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:grobbler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:grocculate\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:grunt\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gyro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:harkos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hellcat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hellspot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hill_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hive_king\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hive_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:horndron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:horon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:host\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hunch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hydrolon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:infernal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:inmate_x\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:inmate_y\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:iosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:irkling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:jawe\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:jumbo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:kaiyu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:kajaros\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:keeler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:king_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:king_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:klobber\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:koko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:kranky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:kror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lightwalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:linger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:little_bam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:living_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lollypopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lost_soul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lunarcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:luxocron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:magicke\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mechachron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mechamaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mechbot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mechyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:merkyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mermage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mirage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:miskel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:modulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:muckopede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:muncher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:natura\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:neptuno\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:night_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nightfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nightwing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:nospike\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:occulent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:okazor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:omnilight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:opteryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:orange_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:orbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:paladin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:parasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:paravite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:penumbra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:pigotron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:pincher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:pod_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:polytom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:proshield\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:purple_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:quickpocket\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rainicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rammerhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ramradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rawbone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:raxxan\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:reaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:red_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:refluct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rock_critter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rock_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rockbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:roloscope\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:runic_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:runicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sabretooth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sand_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sand_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:scrubby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sea_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sea_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sea_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sea_viper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:seeker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shade\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shadow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shadowlord\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shavo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:silencer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:silverfoot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skele_elder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skeledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skelekyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skeletron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skolle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:skull_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:slimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:smash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:snappy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:snow_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:soulscorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:soulvyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sphinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spinoledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spinux\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:squasher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:squiggler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sticky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stimulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stimulosus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stitches\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:stone_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sugarface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:surveyor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:sysker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:terradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:terrestrial\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:tharafly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:tipsy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:tortione\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:toxxulous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:tracker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:trickster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:triclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:undead_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:urioh\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:urka\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:urv\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:valkyrie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:vertebron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:vinocorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:visage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:visualent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:visular\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:visulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:void_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:volar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:voliant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:voltron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:voxxulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:warclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:web_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:wickett\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:wood_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:xxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zarg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zhinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zorp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:alluricorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:blissard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:compeer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:corby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:craggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:draggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gnawer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:goofer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:healing_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hellquin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:horntail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:orbling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:plateosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rosid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shaddy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spikeback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spraggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:waggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:anima_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:assassin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:augury_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:butchery_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:coratee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creep_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creep_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:elkanyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:expedition_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:extraction_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:foraging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:halycon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hauling_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:hunter_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:infusion_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:innervation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:logging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:metalloid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:naturalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:portal_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:professor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:realmshifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:runation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:store_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:token_collector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:troll_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:trotter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:undead_herald\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_child\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"ebwizardry:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:lizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:owl\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:snake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:black_dog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:hellhound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:werewolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:cleaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:demoness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:cambion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:druden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:baphomet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"bewitchment:leonard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:caveclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ehu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:frost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:glacon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:king_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:kobblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:rainbour\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:rotatick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:shark\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:smelter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:snapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:the_eye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:the_grue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:whale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:scorcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:wildfire\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:alicanto\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:fractite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:frosty\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:glacide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:hastreus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:rollum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:madivel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:behemoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:epiphite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:termid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:verek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:megalith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mystic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:samek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:datticon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:death_hound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:kazari\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:leorna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:living_statue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:paratiku\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:razorback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:roamer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:seimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:war_general\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:zelus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:biphron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:bohemite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:dissiment\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:duo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:galroid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:helio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:lheiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:lorga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mandragora\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:shadahier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:vermenous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:zone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:zoragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:densos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:dramix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:karot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:karos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:parasecta\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:quadro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:raglok\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:reyvor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:termasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"divinerpg:wreck\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:firedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:icedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:gorgon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:siren\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:deathworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:if_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:amphithere\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:moa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:phyg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:swet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:sentry\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:mimic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:24s,tag:{Entity:{Id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"praecantatio\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"praecantatio\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"praecantatio\"},Damage:0s}", - "{id:\"thaumadditions:chester\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:knowledge_tome\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:disenchant_fabric\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:93s,Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:240s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:399s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:18s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:33s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:36s,Damage:0s}", - "{id:\"thaumadditions:cake\",Count:6s,Damage:0s}", - "{id:\"thaumadditions:dawn_totem\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:twilight_totem\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:seal\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:89s,Damage:0s}", - "{id:\"thaumadditions:thaumic_lectern\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:essentia_sink\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"aer\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:8s,tag:{Aspect:\"praecantatio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:2s,tag:{Aspect:\"mythus\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:81s,Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:330s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:432s,Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:22s,Damage:10s}", - "{id:\"randomthings:playerinterface\",Count:15s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:3s,Damage:0s}", - "{id:\"randomthings:slimecube\",Count:15s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:auto_enchantment_table\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:3s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:3s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:420s}", - "{id:\"projectred-core:resource_item\",Count:13s,Damage:421s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:tool.bow_flux\",Count:4s,tag:{Energy:320000},Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:1s}", - "{id:\"thaumcraft:log_greatwood\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:vishroom\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:pedestal_arcane\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:pedestal_ancient\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:pedestal_eldritch\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:metal_thaumium\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:paving_stone_travel\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:paving_stone_barrier\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:matrix_speed\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:matrix_cost\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_white\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_orange\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_magenta\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lightblue\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_yellow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_pink\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_gray\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_silver\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_cyan\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_purple\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_red\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_black\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:vis_battery\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:inlay\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench_charger\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:arcane_ear_toggle\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:lamp_arcane\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:levitator\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:centrifuge\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:bellows\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:21s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:34s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:smelter_vent\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:alembic\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:recharge_pedestal\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:wand_workbench\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:hungry_chest\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:tube_valve\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:tube_restrict\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:tube_oneway\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:tube_filter\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:tube_buffer\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:infusion_matrix\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:spa\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:essentia_input\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:redstone_relay\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:potion_sprayer\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:activator_rail\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:condenser_lattice\",Count:9s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:18s,Damage:0s}", - "{id:\"divinerpg:ender_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:arcana_portal_frame\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:horde_horn\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumonomicon\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:ingot\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:fabric\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:vis_resonator\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mechanism_simple\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:mechanism_complex\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:plate\",Count:1s,Damage:2s}", - "{id:\"thaumcraft:filter\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:morphic_resonator\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:salis_mundus\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mirrored_glass\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:module\",Count:6s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"praecantatio\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"praecantatio\"}]},Damage:1s}", - "{id:\"thaumcraft:bath_salts\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:16s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumometer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:resonator\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_shovel\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_pick\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_hoe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:3s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:3s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:grapple_gun\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_tip\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_spool\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_helm\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_helm\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_chest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_legs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_1\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:1s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:2s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:3s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:4s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:5s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:6s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:9s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:10s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:13s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:14s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:15s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:17s}", - "{id:\"thaumcraft:seal\",Count:1s,Damage:18s}", - "{id:\"enderio:item_material\",Count:1s,Damage:64s}", - "{id:\"enderio:block_decoration2\",Count:15s,Damage:4s}", - "{id:\"enderio:block_enderman_skull\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_chestplate\",Count:11s,tag:{ench:[{lvl:3s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_leggings\",Count:9s,tag:{ench:[{lvl:3s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:twilight_scepter\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:lifedrain_scepter\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:zombie_scepter\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:shield_scepter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_helmet\",Count:7s,tag:{ench:[{lvl:1s,id:6}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_chestplate\",Count:3s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_leggings\",Count:3s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_boots\",Count:5s,tag:{ench:[{lvl:1s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_sword\",Count:5s,tag:{ench:[{lvl:1s,id:19}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_shovel\",Count:5s,tag:{ench:[{lvl:1s,id:34}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_pickaxe\",Count:3s,tag:{ench:[{lvl:1s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_axe\",Count:7s,tag:{ench:[{lvl:1s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_sword\",Count:10s,tag:{ench:[{lvl:2s,id:20}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_helmet\",Count:8s,tag:{ench:[{lvl:2s,id:4}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_chestplate\",Count:10s,tag:{ench:[{lvl:2s,id:3}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_leggings\",Count:8s,tag:{ench:[{lvl:2s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_boots\",Count:8s,tag:{ench:[{lvl:2s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_sword\",Count:10s,tag:{ench:[{lvl:2s,id:21}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_shovel\",Count:6s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_pickaxe\",Count:10s,tag:{ench:[{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_axe\",Count:6s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:mazebreaker_pickaxe\",Count:33s,tag:{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]},Damage:0s}", - "{id:\"twilightforest:transformation_powder\",Count:12s,Damage:0s}", - "{id:\"twilightforest:magic_map_empty\",Count:12s,Damage:0s}", - "{id:\"twilightforest:maze_map_empty\",Count:12s,Damage:0s}", - "{id:\"twilightforest:ore_map_empty\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:crumble_horn\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:peacock_fan\",Count:32s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_1\",Count:8s,Damage:0s}", - "{id:\"twilightforest:charm_of_life_2\",Count:24s,Damage:0s}", - "{id:\"twilightforest:charm_of_keeping_1\",Count:8s,Damage:0s}", - "{id:\"twilightforest:charm_of_keeping_2\",Count:24s,Damage:0s}", - "{id:\"twilightforest:charm_of_keeping_3\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:lamp_of_cinders\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_helmet\",Count:6s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_chestplate\",Count:6s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_leggings\",Count:6s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_boots\",Count:20s,tag:{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]},Damage:0s}", - "{id:\"twilightforest:magic_beans\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:pickaxe\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:shovel\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:hatchet\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.5f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.5f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:mattock\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,HarvestLevelAxe:0,MiningSpeed:3.02f,FreeModifiers:3,HarvestLevelShovel:0,Durability:1510,HarvestLevel:0,Attack:3.0f},Stats:{AttackSpeedMultiplier:1.0f,HarvestLevelAxe:0,MiningSpeed:3.02f,FreeModifiers:3,HarvestLevelShovel:0,Durability:1510,HarvestLevel:0,Attack:3.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:kama\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1810,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:hammer\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3775,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3775,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:excavator\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3167,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3167,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:lumberaxe\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:2.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:2.0f},Special:{Categories:[\"harvest\",\"aoe\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:scythe\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3982,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3982,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"harvest\",\"aoe\",\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:broadsword\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1991,HarvestLevel:0,Attack:1.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1991,HarvestLevel:0,Attack:1.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:longsword\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1900,HarvestLevel:0,Attack:0.5f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1900,HarvestLevel:0,Attack:0.5f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:rapier\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1448,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1448,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:frypan\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:battlesign\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1510,HarvestLevel:0,Attack:0.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:cleaver\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:3.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:3620,HarvestLevel:0,Attack:3.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"beheading_cleaver\",\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"beheading_cleaver\",color:1070923,level:2},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:shortbow\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1050,HarvestLevel:0,Attack:0.0f,Range:0.75f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1050,HarvestLevel:0,Attack:0.0f,Range:0.75f},Special:{Categories:[\"launcher\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"string\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:longbow\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1820,HarvestLevel:0,Attack:0.0f,Range:0.75f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1820,HarvestLevel:0,Attack:0.0f,Range:0.75f},Special:{Categories:[\"launcher\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"string\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:crossbow\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1810,HarvestLevel:0,Attack:0.0f,Range:0.75f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,DrawSpeed:1.15f,FreeModifiers:3,ProjectileBonusDamage:0.0f,Durability:1810,HarvestLevel:0,Attack:0.0f,Range:0.75f},Special:{Categories:[\"launcher\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"string\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:arrow\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1050,HarvestLevel:0,Attack:2.0f},Stats:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1050,HarvestLevel:0,Attack:2.0f},Special:{Categories:[\"projectile\",\"no_melee\",\"tool\"]},TinkerData:{Materials:[\"wood\",\"sponge\",\"feather\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"ecological\",color:-7444965,level:1},{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"ecological\",\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"tconstruct:shuriken\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1300,HarvestLevel:0,Attack:1.0f},Stats:{AttackSpeedMultiplier:1.0f,Accuracy:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1300,HarvestLevel:0,Attack:1.0f},Special:{Categories:[\"projectile\",\"no_melee\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_helmet\",Count:8s,tag:{ench:[{lvl:1s,id:0},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:12s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_leggings\",Count:10s,tag:{ench:[{lvl:1s,id:4},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:10s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:activation_crystal\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_assault_rifle\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechanical_assault_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyssro\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mechyro\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energy_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_cannon\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aquatic_staff\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ember_staff\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_staff\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rejuvenation_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:spectral_holly_arrow\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyrestone_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:blue_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:white_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_crystal\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrestone_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:compass_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:distortion_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:energy_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:fire_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:kinetic_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:life_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:poison_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:power_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:storm_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:strike_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:water_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:wind_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:wither_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:enchanted_gunpowder\",Count:5s,Damage:0s}", - "{id:\"aoa3:holly_top_petals\",Count:1s,Damage:0s}", - "{id:\"aoa3:orbulon\",Count:5s,Damage:0s}", - "{id:\"aoa3:power_core\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_energy\",Count:5s,Damage:0s}", - "{id:\"aoa3:runandor_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:44s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:satiation_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:6s,Damage:0s}", - "{id:\"aoa3:craggy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:draggy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:shaddy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:spraggy_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:waggy_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:15s,Damage:0s}", - "{id:\"aoa3:blue_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:green_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:purple_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:red_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrestone_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:white_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:yellow_crystal_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrestone_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:carved_rune_power\",Count:3s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:7s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:6s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:19s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lexicon\",Count:5s,tag:{knowledge.minecraft:1b,knowledge.alfheim:1b,knowledge.relic:1b},Damage:0s}", - "{id:\"botania:manaresource\",Count:5s,Damage:0s}", - "{id:\"botania:manaresource\",Count:5s,Damage:1s}", - "{id:\"botania:manaresource\",Count:5s,Damage:2s}", - "{id:\"botania:manaresource\",Count:20s,Damage:4s}", - "{id:\"botania:manaresource\",Count:5s,Damage:5s}", - "{id:\"botania:manaresource\",Count:10s,Damage:8s}", - "{id:\"botania:manaresource\",Count:10s,Damage:12s}", - "{id:\"botania:manaresource\",Count:30s,Damage:14s}", - "{id:\"botania:manaresource\",Count:2s,Damage:16s}", - "{id:\"botania:manaresource\",Count:1s,Damage:18s}", - "{id:\"botania:manaresource\",Count:6s,Damage:22s}", - "{id:\"botania:manaresource\",Count:3s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:12s,tag:{},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:15s,tag:{},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:18s,tag:{},Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:23s}", - "{id:\"botania:rune\",Count:5s,Damage:0s}", - "{id:\"botania:rune\",Count:5s,Damage:1s}", - "{id:\"botania:rune\",Count:5s,Damage:2s}", - "{id:\"botania:rune\",Count:5s,Damage:3s}", - "{id:\"botania:rune\",Count:5s,Damage:4s}", - "{id:\"botania:rune\",Count:5s,Damage:5s}", - "{id:\"botania:rune\",Count:5s,Damage:6s}", - "{id:\"botania:rune\",Count:5s,Damage:7s}", - "{id:\"botania:rune\",Count:5s,Damage:8s}", - "{id:\"botania:rune\",Count:5s,Damage:9s}", - "{id:\"botania:rune\",Count:5s,Damage:10s}", - "{id:\"botania:rune\",Count:5s,Damage:11s}", - "{id:\"botania:rune\",Count:5s,Damage:12s}", - "{id:\"botania:rune\",Count:5s,Damage:13s}", - "{id:\"botania:rune\",Count:5s,Damage:14s}", - "{id:\"botania:rune\",Count:5s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:8s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:8s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manatablet\",Count:8s,tag:{mana:500000,creative:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:20s,tag:{},Damage:0s}", - "{id:\"botania:manacookie\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dirtrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manamirror\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelchest\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteellegs\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelboots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelpick\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelsword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshears\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasword\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tinyplanet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:21s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraring\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:30s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraringgreater\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:knockbackbelt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterring\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:miningring\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:66s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:66s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:66s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:66s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:66s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:66s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:7s,Damage:0s}", - "{id:\"botania:quartz\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pixiering\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tornadorod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:firerod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slingshot\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manabottle\",Count:5s,Damage:0s}", - "{id:\"botania:laputashard\",Count:18s,Damage:0s}", - "{id:\"botania:laputashard\",Count:18s,Damage:4s}", - "{id:\"botania:laputashard\",Count:18s,Damage:9s}", - "{id:\"botania:laputashard\",Count:18s,Damage:14s}", - "{id:\"botania:laputashard\",Count:18s,Damage:19s}", - "{id:\"botania:virus\",Count:11s,Damage:0s}", - "{id:\"botania:virus\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:reachring\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:glasspick\",Count:3s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:15s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:15s,Damage:1s}", - "{id:\"botania:sparkupgrade\",Count:15s,Damage:2s}", - "{id:\"botania:sparkupgrade\",Count:15s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:diviningrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manainkwell\",Count:5s,tag:{},Damage:150s}", - "{id:\"botania:vial\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"absorption\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftinghalo\",Count:15s,Damage:0s}", - "{id:\"botania:blacklotus\",Count:10s,Damage:0s}", - "{id:\"botania:blacklotus\",Count:30s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:monocle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cobblerod\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:smeltrod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spellcloth\",Count:21s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:7s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:9s,Damage:1s}", - "{id:\"botania:overgrowthseed\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:livingwoodbow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:24s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:25s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:26s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:27s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:28s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:30s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:31s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:1s,Damage:32s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:swapring\",Count:15s,Damage:0s}", - "{id:\"botania:phantomink\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:infinitefruit\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:kingkey\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flugeleye\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thorring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:odinring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lokiring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dice\",Count:30s,Damage:0s}", - "{id:\"botania:keepivy\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:temperancestone\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:obediencestick\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweaveboots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:sextant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:baublebox\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thirdeye\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:goddesscharm\",Count:11s,Damage:0s}", - "{id:\"botania:quartztypemana\",Count:6s,Damage:0s}", - "{id:\"botania:quartztypemana\",Count:3s,Damage:1s}", - "{id:\"botania:quartztypemana\",Count:4s,Damage:2s}", - "{id:\"botania:quartzslabmanahalf\",Count:2s,Damage:0s}", - "{id:\"botania:quartzstairsmana\",Count:6s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:spreader\",Count:10s,Damage:0s}", - "{id:\"botania:spreader\",Count:17s,Damage:1s}", - "{id:\"botania:spreader\",Count:15s,Damage:2s}", - "{id:\"botania:spreader\",Count:23s,Damage:3s}", - "{id:\"botania:pool\",Count:5s,Damage:0s}", - "{id:\"botania:pool\",Count:3s,Damage:2s}", - "{id:\"botania:pool\",Count:5s,Damage:3s}", - "{id:\"botania:runealtar\",Count:8s,Damage:0s}", - "{id:\"botania:pylon\",Count:11s,Damage:0s}", - "{id:\"botania:pylon\",Count:14s,Damage:1s}", - "{id:\"botania:pylon\",Count:23s,Damage:2s}", - "{id:\"botania:distributor\",Count:12s,Damage:0s}", - "{id:\"botania:tinyplanetblock\",Count:2s,Damage:0s}", - "{id:\"botania:foresteye\",Count:18s,Damage:0s}", - "{id:\"botania:storage\",Count:33s,Damage:0s}", - "{id:\"botania:storage\",Count:135s,Damage:1s}", - "{id:\"botania:storage\",Count:33s,Damage:3s}", - "{id:\"botania:platform\",Count:1s,Damage:0s}", - "{id:\"botania:platform\",Count:3s,Damage:1s}", - "{id:\"botania:alfheimportal\",Count:2s,Damage:0s}", - "{id:\"botania:spawnerclaw\",Count:24s,Damage:0s}", - "{id:\"minecraft:mob_spawner\",Count:20s,Damage:0s}", - "{id:\"botania:endereyeblock\",Count:15s,Damage:0s}", - "{id:\"botania:starfield\",Count:7s,Damage:0s}", - "{id:\"botania:rfgenerator\",Count:3s,Damage:0s}", - "{id:\"botania:brewery\",Count:28s,Damage:0s}", - "{id:\"botania:managlass\",Count:1s,Damage:0s}", - "{id:\"botania:terraplate\",Count:43s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:7s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:7s,Damage:0s}", - "{id:\"botania:redstringrelay\",Count:15s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"puredaisy\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"endoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hydroangeas\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"thermalily\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"arcanerose\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"munchdew\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"entropinnyum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"kekimurus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"gourmaryllis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"narslimmus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectrolus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rafflowsia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dandelifeon\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jadedAmaranthus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bellethorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bellethornChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"dreadthorn\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"heiseiDream\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"marimorphosis\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"marimorphosisChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"fallenKanade\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"agricarnation\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"agricarnationChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hopperhock\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"hopperhockChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"rannuncarpus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"rannuncarpusChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"hyacidus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"pollidisiac\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"clayconia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"clayconiaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bubbell\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"bubbellChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:prism\",Count:2s,Damage:0s}", - "{id:\"botania:pump\",Count:7s,Damage:0s}", - "{id:\"botania:ghostrail\",Count:2s,Damage:0s}", - "{id:\"botania:cocoon\",Count:16s,Damage:0s}", - "{id:\"botania:bellows\",Count:3s,Damage:0s}", - "{id:\"botania:redstringinterceptor\",Count:7s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:9s,Damage:0s}", - "{id:\"botania:avatar\",Count:3s,Damage:0s}", - "{id:\"botania:animatedtorch\",Count:2s,Damage:0s}", - "{id:\"bewitchment:juniper_door\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_cowl\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:besmirched_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:alchemist_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hood\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:green_witch_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:athame\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:boline\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cypress_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:elder_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:juniper_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:dragons_blood_broom\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:focal_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:ritual_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fiery_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:phasing_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:caduceus\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:leonards_wand\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:girdle_of_the_dryads\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:fortunes_favor\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:nazar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hecates_visage\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:vampiric_amulet\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:gluttons_sash\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:grimoire_magia\",Count:8s,tag:{amount:0,maxAmount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:grimoire_magia\",Count:8s,tag:{amount:1000,maxAmount:1000},Damage:0s}", - "{id:\"bewitchment:juniper_key\",Count:3s,Damage:0s}", - "{id:\"bewitchment:opal\",Count:4s,Damage:0s}", - "{id:\"bewitchment:liquid_witchcraft\",Count:6s,Damage:0s}", - "{id:\"bewitchment:witches_stitching\",Count:4s,Damage:0s}", - "{id:\"bewitchment:poppet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_binding\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_clumsy\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_deathprotection\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodoo\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_wasting\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_waterprotection\",Count:2s,Damage:0s}", - "{id:\"bewitchment:belladonna\",Count:2s,Damage:0s}", - "{id:\"bewitchment:hellebore\",Count:2s,Damage:0s}", - "{id:\"bewitchment:mandrake_root\",Count:2s,Damage:0s}", - "{id:\"bewitchment:belladonna_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:mandrake_seeds\",Count:1s,Damage:0s}", - "{id:\"bewitchment:juniper_berries\",Count:3s,Damage:0s}", - "{id:\"bewitchment:stew_of_the_grotesque\",Count:3s,Damage:0s}", - "{id:\"bewitchment:flying_ointment\",Count:3s,Damage:0s}", - "{id:\"bewitchment:pentacle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:skeleton_key\",Count:16s,Damage:0s}", - "{id:\"bewitchment:juniper_tea\",Count:3s,Damage:0s}", - "{id:\"bewitchment:sigil_mending\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_ruin\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_binding\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_cleansing\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_failure\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_purity\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_luck\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_battle\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_disorientation\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_shrieking\",Count:6s,Damage:0s}", - "{id:\"bewitchment:sigil_sentinel\",Count:6s,Damage:0s}", - "{id:\"computercraft:advanced_modem\",Count:3s,Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:75s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:3s,Damage:0s}", - "{id:\"extendedcrafting:storage\",Count:135s,Damage:2s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:140s}", - "{id:\"iceandfire:dragon_bone_block\",Count:13s,Damage:0s}", - "{id:\"iceandfire:dragon_bone_wall\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:10s,Damage:4s}", - "{id:\"iceandfire:dragonsteel_fire_block\",Count:168s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_block\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:2s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{id:\"iceandfire:dragonbone\",Count:2s,Damage:0s}", - "{id:\"iceandfire:witherbone\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:378s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:378s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:15s,Damage:0s}", - "{id:\"iceandfire:pixie_dust\",Count:30s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:ambrosia\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_eye\",Count:30s,Damage:0s}", - "{id:\"iceandfire:siren_tear\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:1s,Damage:0s}", - "{id:\"iceandfire:troll_tusk\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:15s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_ingot\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:59s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:59s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:40s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_ingot\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:59s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:59s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:5s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:5s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:5s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:5s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:thaumium_seeds\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:24s,Damage:2s}", - "{id:\"mysticalagriculture:charm\",Count:60s,Damage:3s}", - "{id:\"mysticalagradditions:special\",Count:30s,Damage:0s}", - "{id:\"mysticalagradditions:nether_star_seeds\",Count:60s,Damage:0s}", - "{id:\"rftools:haste_module\",Count:6s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:11s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:30s,Damage:0s}", - "{id:\"modularmagic:blockaspectproviderinput\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"plustic:\":{Size:1,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{},\"plustic:fruitsalad_cap\":{Size:5,Items:[]},\"plustic:musicofthespheres_cap\":{Size:1,Items:[]}},id:\"plustic:katana\",Count:9s,tag:{ench:[{lvl:1s,id:33s}],StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1592,HarvestLevel:0,Attack:1.0f},Stats:{AttackSpeedMultiplier:1.0f,MiningSpeed:3.02f,FreeModifiers:3,Durability:1592,HarvestLevel:0,Attack:1.0f},Special:{Categories:[\"weapon\",\"tool\"]},TinkerData:{Materials:[\"sponge\",\"sponge\",\"sponge\",\"sponge\"],Modifiers:[\"toolleveling\"]},Modifiers:[{identifier:\"squeaky\",color:-3486642,level:1},{identifier:\"toolleveling\",color:16777215,level:1}],Traits:[\"squeaky\",\"toolleveling\"]},Damage:0s}", - "{id:\"projectex:final_star_shard\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:final_star\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:salamander_eye\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:serpent_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:60s,Damage:0s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:33s,Damage:0s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:phased_field_generator\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:17s,Damage:0s}", - "{id:\"tg:belt_light\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:4s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:29s,Damage:0s}", - "{id:\"tg:yarn_thanium\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_1\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_2\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_magic_3\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_lense\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_thaum\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_void\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:11s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:12s,Damage:0s}", - "{id:\"tg:terramorfer\",Count:1s,Damage:0s}", - "{id:\"tg:extruder\",Count:4s,Damage:0s}", - "{id:\"tg:ageing_stone\",Count:3s,Damage:0s}", - "{id:\"tg:fortified_glass\",Count:7s,Damage:0s}", - "{id:\"tg:fortified_glass_pane\",Count:1s,Damage:0s}", - "{id:\"tg:book_holder\",Count:35s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:17s,Damage:0s}", - "{id:\"tg:lamp\",Count:38s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:5s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:14s,Damage:0s}", - "{id:\"tg:teleportator_floor\",Count:1s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:1s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:23s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_chest\",Count:9s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_wood\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_metal\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_silverwood\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_relay\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_diffuser\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:17s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:14s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_gate\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:5s,Damage:1s}", - "{id:\"thaumicaugmentation:capstone\",Count:5s,Damage:2s}", - "{id:\"thaumicaugmentation:capstone\",Count:5s,Damage:3s}", - "{id:\"thaumicaugmentation:button_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:button_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:button_arcane_stone\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_button_arcane_stone\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:pressure_plate_arcane_stone\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_greatwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_pressure_plate_arcane_stone\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:30s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:12s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:11s,Damage:1s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:7s,Damage:2s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:300L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:3s,tag:{cap:{augment:{},energy:{energy:300L}}},Damage:0s}", - "{id:\"thaumicaugmentation:fracture_locator\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_experience\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_elemental\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_overworld\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_nether\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_end\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_emptiness\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_power\",Count:5s,tag:{id:\"thaumicaugmentation:strength_frenzy\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:2s,tag:{id:\"thaumicaugmentation:effect_power\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:2s,tag:{id:\"thaumicaugmentation:effect_cast_speed\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:2s,tag:{id:\"thaumicaugmentation:effect_cost\"},Damage:0s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{}},id:\"thaumicaugmentation:impetus_linker\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_empty\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumicaugmentation:biome_empty\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_reset\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumicaugmentation:biome_reset\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:river\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:hell\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:hell\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:sky\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:sky\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:frozen_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_river\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:frozen_river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:ice_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mushroom_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island_shore\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mushroom_island_shore\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:beaches\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:beaches\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:desert_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:smaller_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:smaller_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:jungle_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:deep_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:deep_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:stone_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:stone_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:cold_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:cold_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:taiga_cold_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:gravel_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:gravel_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:white_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:white_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:origin_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:alps\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bamboo_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:bamboo_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bayou\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:bayou\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bog\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:bog\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:boreal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:boreal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:brushland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:brushland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:chaparral\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:chaparral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cherry_blossom_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:cherry_blossom_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cold_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:cold_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:crag\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:crag\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:dead_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:dead_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:eucalyptus_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:eucalyptus_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fen\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:fen\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_field\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:flower_field\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grassland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:grassland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:highland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:highland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:land_of_lakes\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:land_of_lakes\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lavender_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:lavender_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:lush_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:lush_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mangrove\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:mangrove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:maple_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:maple_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:meadow\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:meadow\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:moor\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:moor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:mountain\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mystic_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:mystic_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:ominous_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:ominous_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:orchard\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:orchard\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:overgrown_cliffs\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:overgrown_cliffs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:prairie\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:prairie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:quagmire\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:quagmire\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:redwood_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:sacred_springs\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:sacred_springs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:seasonal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:seasonal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shield\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:shield\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:steppe\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:steppe\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:temperate_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:temperate_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:tropical_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wetland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:wetland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:woodland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:woodland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:xeric_shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:xeric_shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:alps_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:mountain_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:redwood_forest_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:pasture\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:pasture\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:oasis\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:oasis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:snowy_tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coral_reef\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:coral_reef\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:kelp_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:kelp_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:origin_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:tropical_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:volcanic_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:volcanic_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:flower_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:corrupted_sands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:corrupted_sands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fungi_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:fungi_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:undergarden\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:undergarden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:visceral_heap\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"biomesoplenty:visceral_heap\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"randomthings:spectral\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"randomthings:spectral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"jeid:error_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"jeid:error_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:magical_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumcraft:magical_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eerie\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumcraft:eerie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eldritch\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumcraft:eldritch\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_lake\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_lake\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dense_twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:dense_twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_stream\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_stream\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:void\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:twilight_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:oak_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:oak_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:firefly_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:firefly_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:deep_mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:deep_mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:dark_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:enchanted_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:enchanted_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:fire_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:fire_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:dark_forest_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:highlands_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:highlands_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:thornlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:thornlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:spooky_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"twilightforest:spooky_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"buildcraftenergy:oil_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"buildcraftenergy:oil_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"appliedenergistics2:storage_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"appliedenergistics2:storage_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:abyss\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:abyss\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:ancient_cavern\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:ancient_cavern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:barathos\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:barathos\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:candyland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:candyland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:celeve\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:celeve\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"minecraft:mutated_mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:creeponia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:creeponia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:crystevia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:crystevia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:deeplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:deeplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:dustopia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:dustopia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:gardencia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:gardencia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:greckon\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:greckon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:haven\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:haven\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:immortallis\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:immortallis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:iromine\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:iromine\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lborean\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:lborean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lelyetia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:lelyetia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lunalus\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:lunalus\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:mysterium\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:mysterium\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:precasia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:precasia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:runandor\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:runandor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:shyrelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:shyrelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:vox_ponds\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aoa3:vox_ponds\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:eden\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:eden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:wildwood\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:wildwood\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:apalachia\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:apalachia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:skythern\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:skythern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:mortum\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:mortum\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:iceika\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:iceika\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:arcana\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:arcana\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:vethea\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"divinerpg:vethea\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:underground_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:underground_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:volcanic_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:volcanic_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:subterranean_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:subterranean_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:elysian_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:elysian_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:ulterior_outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:ulterior_outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fungal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:fungal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:submerged_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:submerged_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fields_sub_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:fields_sub_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:petrified_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"erebus:petrified_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"iceandfire:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"iceandfire:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"integrateddynamics:biome_meneglin\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"integrateddynamics:biome_meneglin\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"nuclearcraft:nuclear_wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"nuclearcraft:nuclear_wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumicaugmentation:emptiness\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:tainted_lands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumicaugmentation:tainted_lands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thaumicaugmentation:emptiness_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:darklands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:darklands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:darklands_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:darklands_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:darklands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:coralium_infested_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:coralium_infested_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:abyssal_wastelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:abyssal_wastelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purified_dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:purified_dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:dreadlands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:dreadlands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:omothol\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:omothol\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dark_realm\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:dark_realm\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purged\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"abyssalcraft:purged\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moon\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:moon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:alien forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:alien forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:hotdryrock\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:hotdryrock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:space\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:space\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:stormland\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:stormland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:crystalchasms\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:crystalchasms\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:deepswamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:deepswamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:oceanspires\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:oceanspires\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moondark\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:moondark\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanic\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:volcanic\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanicbarren\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"advancedrocketry:volcanicbarren\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aether_legacy:aether_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"aether_legacy:aether_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:limbo\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"dimdoors:limbo\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:white_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"dimdoors:white_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"dimdoors:black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:dangerous_black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"dimdoors:dangerous_black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:patchy_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:patchy_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:swamplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:deep_waters\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:deep_waters\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:coarse_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:coarse_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:raised_isles\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:raised_isles\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:sludge_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_0\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:marsh_0\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_1\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:marsh_1\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:swamplands_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:8s,tag:{cap:{biome:\"thebetweenlands:sludge_plains_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:18s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:42s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:focus_ancient\",Count:15s,Damage:0s}", - "{ForgeCaps:{Parent:{vis:0.0f},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_vis_battery\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:12s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:7s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:6s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_1k\",Count:12s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_4k\",Count:41s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_16k\",Count:105s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_64k\",Count:249s,tag:{filter:{}},Damage:0s}", - "{id:\"thaumicenergistics:essentia_import\",Count:11s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_export\",Count:11s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_terminal\",Count:8s,Damage:0s}", - "{id:\"thaumicenergistics:arcane_terminal\",Count:8s,Damage:0s}", - "{id:\"thaumicenergistics:diffusion_core\",Count:1s,Damage:0s}", - "{id:\"thaumicenergistics:coalescence_core\",Count:1s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_1k\",Count:17s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_4k\",Count:55s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_16k\",Count:140s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_component_64k\",Count:332s,Damage:0s}", - "{id:\"thaumicenergistics:upgrade_arcane\",Count:12s,Damage:0s}", - "{id:\"thaumicenergistics:infusion_provider\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:share_book\",Count:7s,tag:{player:\"[none]\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumictinkerer:spellbinding_cloth\",Count:4s,Damage:0s}", - "{id:\"thaumictinkerer:funnel\",Count:6s,Damage:0s}", - "{id:\"thaumictinkerer:dissimulation\",Count:4s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:13s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:23s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:15s,Damage:0s}", - "{id:\"thaumictinkerer:magnet\",Count:20s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:30s,Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:31s,Damage:0s}", - "{id:\"thaumictinkerer:animation_tablet\",Count:3s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:22s,Damage:6s}", - "{id:\"tinker_io:what_a_beautiful_block\",Count:15s,Damage:0s}", - "{id:\"tinymobfarm:gold_farm\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:4s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:26s,Damage:2s}", - "{id:\"woot:upgrade\",Count:2s,Damage:0s}", - "{id:\"woot:upgrade\",Count:4s,Damage:1s}", - "{id:\"woot:upgrade\",Count:6s,Damage:2s}", - "{id:\"woot:upgrade\",Count:5s,Damage:3s}", - "{id:\"woot:upgrade\",Count:7s,Damage:4s}", - "{id:\"woot:upgrade\",Count:9s,Damage:5s}", - "{id:\"woot:upgrade\",Count:5s,Damage:6s}", - "{id:\"woot:upgrade\",Count:7s,Damage:7s}", - "{id:\"woot:upgrade\",Count:9s,Damage:8s}", - "{id:\"woot:upgrade\",Count:5s,Damage:9s}", - "{id:\"woot:upgrade\",Count:7s,Damage:10s}", - "{id:\"woot:upgrade\",Count:9s,Damage:11s}", - "{id:\"woot:upgrade\",Count:2s,Damage:12s}", - "{id:\"woot:upgrade\",Count:4s,Damage:13s}", - "{id:\"woot:upgrade\",Count:6s,Damage:14s}", - "{id:\"woot:upgradeb\",Count:2s,Damage:0s}", - "{id:\"woot:upgradeb\",Count:4s,Damage:1s}", - "{id:\"woot:upgradeb\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:9s}", - "{id:\"actuallyadditions:item_misc\",Count:15s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_more_damage_lens\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_disenchanting_lens\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_phantom_connector\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:9s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:9s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_eye_orb\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_enchanter\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:72s,Damage:0s}", - "{id:\"contenttweaker:pixonia_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:liquid_witchcraft_bottle\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:fluix_lens\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:moloch_altar_bricks\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:74s,Damage:0s}", - "{id:\"contenttweaker:compressed_mana_rune\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:crystalline_lens\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:strange_meatball\",Count:6s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:60s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:324s,Damage:0s}", - "{id:\"contenttweaker:clausurae\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:unfathomable_breaker\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:deinthos\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:45s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:5s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:lilith_altar_bricks\",Count:64s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:75s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:41s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:13s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:13s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_6\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:manasteelgrafter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:manasteelscoop\",Count:3s,Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:50s,tag:{StoredEnchantments:[{lvl:16s,id:2}]},Damage:0s}", - "{id:\"botania:enchantedsoil\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rolled_newspaper\",Count:17s,tag:{ench:[{lvl:5s,id:18}]},Damage:0s}", - "{id:\"minecraft:dragon_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:3s,tag:{},Damage:0s}", - "{id:\"botania:enchanter\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:magic_map\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:maze_map\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_map\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:5s,Damage:0s}" - ] - }, - { - "aspect": "luna", - "items": [ - "{id:\"bewitchment:block_of_opal\",Count:27s,Damage:0s}", - "{id:\"bewitchment:block_of_silver\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_symbol\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_bevel\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_sun\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_moon\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_cup\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_pentacle\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_sword\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_wand\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_pentagram\",Count:20s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_old\",Count:20s,Damage:0s}", - "{id:\"bewitchment:opal_ore\",Count:4s,Damage:0s}", - "{id:\"bewitchment:silver_ore\",Count:3s,Damage:0s}", - "{id:\"bewitchment:distillery\",Count:3s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:2s,Damage:0s}", - "{id:\"bewitchment:stone_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:nether_brick_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"luna\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"luna\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"luna\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_cowl\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_hat\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_robes\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:witches_pants\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:athame\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:boline\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cypress_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:elder_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:juniper_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:dragons_blood_broom\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:3s,Damage:0s}", - "{id:\"bewitchment:silver_arrow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:vampiric_amulet\",Count:16s,Damage:0s}", - "{id:\"bewitchment:opal\",Count:4s,Damage:0s}", - "{id:\"bewitchment:silver_ingot\",Count:3s,Damage:0s}", - "{id:\"bewitchment:stew_of_the_grotesque\",Count:3s,Damage:0s}", - "{id:\"bewitchment:owlets_wing\",Count:2s,Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}" - ] - }, - { - "aspect": "infernum", - "items": [ - "{id:\"minecraft:nether_brick\",Count:15s,Damage:0s}", - "{id:\"minecraft:nether_brick_stairs\",Count:26s,Damage:0s}", - "{id:\"minecraft:nether_brick_fence\",Count:16s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:22s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:augment\",Count:11s,Damage:352s}", - "{id:\"extrautils2:passivegenerator\",Count:12s,Damage:5s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"infernum\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:22s,Damage:0s}", - "{id:\"projectred-transportation:pipe\",Count:45s,Damage:4s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"infernum\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"infernum\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abyss_realmstone\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:superlavapendant\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_extra\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:11s,Damage:0s}" - ] - }, - { - "aspect": "alienis", - "items": [ - "{id:\"minecraft:purpur_block\",Count:3s,Damage:0s}", - "{id:\"minecraft:purpur_pillar\",Count:1s,Damage:0s}", - "{id:\"minecraft:purpur_stairs\",Count:3s,Damage:0s}", - "{id:\"minecraft:purpur_slab\",Count:1s,Damage:0s}", - "{id:\"minecraft:end_portal_frame\",Count:10s,Damage:0s}", - "{id:\"minecraft:chorus_plant\",Count:5s,Damage:0s}", - "{id:\"minecraft:chorus_flower\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:white_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:orange_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:magenta_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:light_blue_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:yellow_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lime_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:pink_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:gray_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:silver_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cyan_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:purple_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:blue_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:brown_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:green_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:red_shulker_box\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:black_shulker_box\",Count:7s,Damage:0s}", - "{id:\"minecraft:end_crystal\",Count:7s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_embarking\"}},Damage:8s}", - "{id:\"minecraft:ender_pearl\",Count:10s,Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:ender_eye\",Count:7s,Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:5s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:8s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:nether_star\",Count:10s,Damage:0s}", - "{id:\"minecraft:chorus_fruit\",Count:5s,Damage:0s}", - "{id:\"minecraft:chorus_fruit_popped\",Count:5s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:shulker_shell\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_far\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:item_dislocation_inhibitor\",Count:2s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:40s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:40s,Damage:7s}", - "{id:\"draconicevolution:energy_crystal\",Count:40s,Damage:8s}", - "{id:\"draconicevolution:wyvern_bow\",Count:13s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:13s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:13s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:dislocator\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:dislocator_bound\",Count:7s,Damage:1s}", - "{id:\"draconicevolution:magnet\",Count:3s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:2s,Damage:1s}", - "{id:\"thermalexpansion:morb\",Count:1s,Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:elder_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:stray\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:husk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie_villager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:skeleton_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:donkey\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:mule\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:evocation_illager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:vex\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:vindication_illager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:slime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie_pigman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:enderman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:cave_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:silverfish\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:blaze\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:magma_cube\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:bat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:witch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:endermite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:shulker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:sheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:cow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:chicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:squid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:mooshroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:ocelot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:rabbit\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:polar_bear\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:llama\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:parrot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:villager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:depthsghoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilpig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:abyssalzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:jzahar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:abygolem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadgolem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadguard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dragonminion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dragonboss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowcreature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowmonster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadspawn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demonpig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:gskeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:chagarothspawn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:chagarothfist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:chagaroth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowboss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antiabyssalzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antibat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antichicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:anticow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:anticreeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antighoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antipig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antiplayer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antiskeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antispider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antizombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:remnant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:omotholghoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:jzaharminion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:greaterdreadspawn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:lesserdreadbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:lessershoggoth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilcow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilchicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demoncow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demonchicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilsheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demonsheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:coraliumsquid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shuboffspring\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thermalfoundation:blizz\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thermalfoundation:blitz\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thermalfoundation:basalz\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"cyclicmagic:robot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"biomesoplenty:wasp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"deepmoblearning:glitch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"dimdoors:mob_monolith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.beetle_larva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.wasp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.centipede\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.mosquito\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.tarantula\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bot_fly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.scorpion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.solifuge\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.grasshopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.locust\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.moth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.rhino_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.antlion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.black_widow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.glow_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bombardier_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.scytodes\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.money_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.praying_mantis\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.jumping_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fire_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.worker_bee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.velvet_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.dragon_fly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.titan_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bot_fly_larva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fungal_weevil\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.crop_weevil\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.woodlouse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.cicada\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fire_ant_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.lava_web_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.antlion_mini_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.chameleon_tick\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.midge_swarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.punchroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.crushroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.black_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.zombie_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.tarantula_mini_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.tarantula_baby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.pond_skater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bog_maw\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.magma_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.antlion_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.honey_pot_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bombardier_beetle_larva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.zombie_ant_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.stag_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"hatchery:roosterentity\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumadditions:blue_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"industrialforegoing:pink_slime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"randomthings:spirit\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"plustic:supremeleader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"plustic:blindbandit\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"tg:observer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:dark_druid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:angler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:sludge\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:swamp_hag\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:firefly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:sporeling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:leech\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:dragonfly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:blood_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:mire_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:lurker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:gecko\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:termite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:toad\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:olm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:chiromaw\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:frog\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:gas_cloud\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tar_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:silt_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:pyrad\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:peat_mummy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tarminion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:fortress_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:dreadful_mummy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:smoll_sludge\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:greebling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:boulder_sprite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:root_sprite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:small_sludge_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tiny_sludge_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:large_sludge_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:shambler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wall_lamprey\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:moving_spawner_hole\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wall_living_root\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:crypt_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:barrishee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:ash_sprite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:splodeshroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:emberling_shaman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wild_emberling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:sludge_menace\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:chiromaw_matriarch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:greebling_coracle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:stalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:swarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:anadia\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:rock_snot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:jellyfish\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:jellyfish_cave\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:bubbler_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:freshwater_urchin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:cave_fish\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistportalgreater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistportallesser\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchwarden\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchgolem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistleader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintaclegiant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:brainyzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:giantbrainyzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:wisp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:firebat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:spellbat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:pech\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:mindspider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchguardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistknight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistcleric\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchcrab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:inhabitedzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:thaumslime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintcrawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintacle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintswarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintseed\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintseedprime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:wild_boar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:bighorn_sheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:deer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:redcap\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:swarm_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:naga\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:skeleton_druid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:hostile_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:hedge_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:hydra\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:lich\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:penguin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tiny_bird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:squirrel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:bunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:raven\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:quest_ram\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:kobold\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:mosquito_swarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:death_tome\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:minotaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:minoshroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:fire_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:slime_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:pinch_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:maze_slime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:redcap_sapper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:mist_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:king_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:firefly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:mini_ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_termite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_broodling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:ur_ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:blockchain_goblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:goblin_knight_lower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:helmet_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:knight_phantom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:yeti\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:yeti_alpha\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:winter_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:snow_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:stable_ice_core\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:unstable_ice_core\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:snow_queen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:giant_miner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:armored_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:ice_crystal\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:harbinger_cube\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:adherent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:roving_cube\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"tconstruct:blueslime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"natura:imp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"natura:nitrocreeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:airhead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:alarmo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:amphibior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:amphibiyte\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ancient_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:anemia\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:angelica\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:angler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:apparition\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arc_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arc_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arcbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:archvine\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arcworm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ariel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arkback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arkzyne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arocknid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:automaton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:axiolight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bane\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:banshee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:baroness\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:basilisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:baumba\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:black_ursa\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bloodmist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bloodsucker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bobo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bomb_carrier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bone_creature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bone_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:boneback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bouncer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:broccohead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:brute\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bugeye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bush_baby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:candy_corny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cane_bug\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:carrotop\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:case_construct\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cave_creep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cave_creepoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:centinel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cherry_barrager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cherry_blaster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:chimera\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:chocko\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:chomper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:clown\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:clunkhead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:coniferon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_flight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_mind\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_range\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_resistance\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_speed\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_strength\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_terror\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corallus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:coralon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cotton_candor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:craexxeus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creeperlock\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creepird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creepuple\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crusilisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cryptid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crystocore\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dark_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dawnlight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:daysee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dead_tree\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:death_hunter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:deinotherium\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:demon_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:desert_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:destructor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:devourer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dicer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:diocus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:distorter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:doubler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dracyon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dust_strider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dusteiva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:duston\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dweller\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dyrehorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:echodar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:eeo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:eilosapien\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elite_skele_hopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elite_skele_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elite_skeleman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elusive\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:embrake\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:emperor_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:enforcer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:everbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:exohead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:exoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:explodot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:eye_creature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:faceless_floater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:faceless_runner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fake_pigman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fenix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fiend\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fischer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fishix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flamewalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flash\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flesh_eater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flowerface\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungik\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungock\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungung\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:furlion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gadgetoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghastus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghost\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostine_ancient\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_bugeye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_goblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_night_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_sasquatch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:giant_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gingerbird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gingerbread_man\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goalby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goldorth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goldum\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goldus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:graw\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grillface\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grobbler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grocculate\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grunt\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gyro\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hag\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:harkos\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:headless_destroyer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:headless_hunter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hellcat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hellspot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hiding_fungi\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hill_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hive_king\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hive_worker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:horndron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:horon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:host\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hunch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hunter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hydrolisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hydrolon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ice_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:infernal\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:inmate_x\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:inmate_y\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:iosaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:irkling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:jawe\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:jumbo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kaiyu\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kajaros\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:keeler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_bambambam\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_shroomus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:klobber\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:koko\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kranky\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kror\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:leafy_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_caster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_warrior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lightwalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:linger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:little_bam\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:living_fungi\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lollypopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lost_soul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lunarcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lurker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:luxocron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:magical_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:magicke\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechachron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechamaton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechbot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechyon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:merkyre\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mermage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mirage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:miskel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:modulo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mother_void_walker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:muckopede\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:muncher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mushroom_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:natura\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:neptuno\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nethengeic_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nethengeic_wither\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:night_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:night_watcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nightfly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nightmare_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nightwing\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nipper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nospike\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:occulent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:okazor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:omnilight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:opteryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:orange_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:orbiter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:paladin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:parasect\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:paravite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:penumbra\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:phantom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:pigotron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:pincher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:pod_plant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:polar_ursa\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:polytom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primitive_carrotop\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:proshield\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:purple_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:quickpocket\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rainicorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rammerhead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ramradon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rawbone\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:raxxan\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:reaper_twins\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:reaver\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:red_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:red_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:red_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:refluct\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rock_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rock_critter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rock_rider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rockbiter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:roloscope\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runic_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runic_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runicorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runicorn_rider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sabretooth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sand_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sand_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sasquatch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:scrubby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_skeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_viper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:seeker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shade\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shadow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shadowlord\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shavo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shifter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_knight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:silencer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:silverfoot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skele_elder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skele_hopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skele_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeledon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skelekyte\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeleman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeletal_cowman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeletron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skellox\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skipper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skolle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skull_creature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:slimer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:smash\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:snappy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:snow_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:soulscorne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:soulvyre\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spectral_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sphinx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spinoledon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spinux\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spirit_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spirit_protector\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:squasher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:squiggler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stalker_prime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sticky\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stimulo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stimulosus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stinger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stitches\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stone_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:strong_skele_hopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:strong_skele_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:strong_skeleman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sugarface\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:surveyor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:swamp_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sysker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:terradon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:terrestrial\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tharafly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tipsy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tortione\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:toxxulous\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tracker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:trickster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:triclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tyrosaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:undead_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:urioh\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:urka\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:urv\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:valkyrie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:vertebron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:vine_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:vinocorne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visualent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visular\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visulon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:void_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:void_walker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:volar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:voliant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:voltron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:voxxulon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:walker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:warclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:web_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:wickett\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:winged_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:wither_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:wood_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:xxeus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yeti\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zarg\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zhinx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zorp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:alluricorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blissard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:compeer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_of_servility\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:craggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:draggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ender_carrier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:friendly_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gnawer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goofer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:healing_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hellquin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hive_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:horntail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mecha_cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mecha_skellox\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:orbling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:penguin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:plateosaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rammerhorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rosid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shaddy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shadow_stalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spikeback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spraggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:waggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:abyssal_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ambient_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:anima_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:assassin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:augury_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:baron_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blooming_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:boreic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:butchery_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:candied_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:celevian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:coratee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corrupted_traveller\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creation_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creep_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creep_cow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creeponia_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crystal_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crystal_trader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dungeon_keeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dustopian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elkanyne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:expedition_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:explosives_expert\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:extraction_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:floro_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:foraging_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:glaring_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gleaming_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:glistening_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:glowing_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:golden_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gorb_arms_dealer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gorb_citizen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gorb_engineer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:halycon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hauling_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:haunted_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hunter_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:infusion_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:innervation_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_trader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:logging_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lunar_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:meganeuropsis\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:metalloid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mystic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:naturalist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:peppermint_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:portal_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:precasian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_guide\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_spellbinder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:professor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:radiant_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:realmshifter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rocky_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runation_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shik\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shining_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyrelands_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spearmint_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:store_keeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:token_collector\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:toxic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:toy_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:troll_trader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:trotter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:twinkling_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:undead_herald\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:withering_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_child\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_citizen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_grocer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_herbalist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_spellbinder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_vendor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:ice_wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:lightning_wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:spirit_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:spirit_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:phoenix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:ice_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:shadow_wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:storm_elemental\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:evil_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:remnant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:lizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:owl\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:raven\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:snake\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:toad\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:black_dog\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:ghost\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:hellhound\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:feuerwurm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:werewolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:cleaver\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:demon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:demoness\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:imp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:bafometyr\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:shadow_person\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:cambion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:druden\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:baphomet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:leonard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:arid_warrior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:cave_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:caveclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:desert_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ehu\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:enthralled_dramcryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:frost\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:glacon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:brown_grizzle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:white_grizzle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:husk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jack_o_man\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jungle_bat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jungle_dramcryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jungle_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:king_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:kobblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:liopleurodon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:livestock_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:miner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:pumpkin_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:rainbour\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:rotatick\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:saguaro_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:shark\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:smelter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:snapper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:stone_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_eye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_grue\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:whale\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hell_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hell_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:scorcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildfire\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ender_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ender_triplets\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ender_watcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:alicanto\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:fractite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:frost_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:frosty\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:glacide\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hastreus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:rollum\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:workshop_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:workshop_tinkerer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:bunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:eden_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:eden_tomo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:greenfeet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:madivel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:sun_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:weak_cori\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:behemoth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:epiphite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:moon_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:termid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:verek\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildwood_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildwood_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildwood_tomo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:apalachia_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:apalachia_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:apalachia_tomo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:enchanted_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:enchanted_warrior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:spellbinder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:advanced_cori\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:megalith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mystic\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:samek\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:skythern_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:skythern_fiend\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:skythern_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:angry_bunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:basilisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:demon_of_darkness\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mortum_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:sorcerer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:soul_stealer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:soul_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:twilight_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:captain_merik\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:datticon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:deathcryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:death_hound\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dungeon_constructor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dungeon_demon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dungeon_prisoner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:fyracryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:kazari\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:leorna\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:living_statue\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:paratiku\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:razorback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:golem_of_rejuvenation\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:roamer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:seimer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lord_vatticus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:war_general\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:zelus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:acid_hag\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:biphron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:bohemite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:crypt_keeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:cymesoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dissiment\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dreamwrecker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:duo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:fake_vhraak\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:galroid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:gorgosion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:helio\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hive_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hover_stinger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:kazrotic\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lheiva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lorga\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lorga_flight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mandragora\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mysterious_man_layer_1\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mysterious_man_layer_2\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mysterious_man_layer_3\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:shadahier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_hunger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:temple_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:tocaxin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:twins\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:vermenous\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:vhraak\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:zone\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:zoragon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ancient_entity\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_blue\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_green\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_purple\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_red\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_yellow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:densos\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dramix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:eternal_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:experienced_cori\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hive_queen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:karot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:karos\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:king_of_scorchers\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lady_luna\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:parasecta\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:quadro\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:raglok\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:reyvor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:soul_fiend\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:sunstorm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:termasect\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_watcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:twilight_demon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:vamacheron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wreck\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:firedragon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:icedragon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:snowvillager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:hippogryph\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:gorgon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_pixie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:siren\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:hippocampus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:deathworm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_cockatrice\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:stymphalianbird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_worker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_sentinel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_royal\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_queen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:amphithere\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:seaserpent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_thrall\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_ghoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_scuttler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_lich\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_knight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_hydra\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"tfspellpack:druid_mage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:eldritch_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:eldritch_warden\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:primal_wisp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:eldritch_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:moa\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:phyg\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:flying_cow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:sheepuff\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:aerbunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:aerwhale\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:swet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:cockatrice\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:sentry\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:zephyr\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:aechor_plant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:mimic\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:whirlwind\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"nuclearcraft:feral_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:wireless_kit\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:visualiser\",Count:7s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:3s,tag:{power:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:15s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:27s,Damage:8s}", - "{id:\"extrautils2:endershard\",Count:1s,Damage:0s}", - "{id:\"extrautils2:screen\",Count:1s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:7s,Damage:1s}", - "{id:\"extrautils2:chunkloader\",Count:5s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:7s,Damage:3s}", - "{id:\"extrautils2:grocket\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:indexerremote\",Count:11s,Damage:0s}", - "{id:\"extrautils2:klein\",Count:15s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:22s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:15s,Damage:0s}", - "{id:\"extrautils2:opinium\",Count:3s,Damage:4s}", - "{id:\"extrautils2:opinium\",Count:12s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:18s,Damage:6s}", - "{id:\"extrautils2:opinium\",Count:34s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:66s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:148s,Damage:0s}", - "{id:\"extrautils2:interactionproxy\",Count:30s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:5s,Damage:19s}", - "{id:\"gendustry:genetics_processor\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:phantom_ink_phial\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:6s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:6s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:6s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"alienis\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:41s,Damage:0s}", - "{id:\"thaumadditions:void_anvil\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:101s,Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:23s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:8s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:8s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:8s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:11s,Damage:10s}", - "{id:\"randomthings:playerinterface\",Count:12s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:5s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:5s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:15s,Damage:0s}", - "{id:\"randomthings:platform\",Count:1s,Damage:0s}", - "{id:\"randomthings:platform\",Count:1s,Damage:1s}", - "{id:\"randomthings:platform\",Count:1s,Damage:2s}", - "{id:\"randomthings:platform\",Count:1s,Damage:3s}", - "{id:\"randomthings:platform\",Count:1s,Damage:4s}", - "{id:\"randomthings:platform\",Count:1s,Damage:5s}", - "{id:\"randomthings:entitydetector\",Count:15s,Damage:0s}", - "{id:\"randomthings:superlubricentplatform\",Count:1s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:5s,Damage:0s}", - "{id:\"randomthings:blockofsticks\",Count:1s,Damage:1s}", - "{id:\"randomthings:slimecube\",Count:7s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:25s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:7s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:enderletter\",Count:7s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:15s,Damage:0s}", - "{id:\"randomthings:enderbucket\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:10s,Damage:0s}", - "{id:\"openblocks:builder_guide\",Count:15s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:1s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:2s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:3s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:4s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:6s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:7s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:8s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:9s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:10s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:11s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:12s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:13s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:14s}", - "{id:\"openblocks:elevator\",Count:7s,Damage:15s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:0s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:1s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:2s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:3s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:4s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:6s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:7s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:8s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:10s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:14s}", - "{id:\"openblocks:elevator_rotating\",Count:5s,Damage:15s}", - "{id:\"openblocks:vacuum_hopper\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:generic\",Count:7s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:10s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:5s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:3s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:2s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:2s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:2s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:2s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:2s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:2s,Damage:1s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:2s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:9s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:12s,Damage:11s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:7s}", - "{id:\"wrcbe:material\",Count:7s,Damage:2s}", - "{id:\"wrcbe:material\",Count:5s,Damage:3s}", - "{id:\"wrcbe:material\",Count:5s,Damage:4s}", - "{id:\"wrcbe:material\",Count:3s,Damage:5s}", - "{id:\"wrcbe:material\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:7s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_tile\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_rock\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_glyphed\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_doorway\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_eldritch_tile\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stairs_ancient\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:slab_ancient\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:slab_eldritch\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:pedestal_ancient\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:pedestal_eldritch\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_white\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_orange\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_magenta\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lightblue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_yellow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_lime\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_pink\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_gray\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_silver\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_cyan\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_purple\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_brown\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_green\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_red\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"thaumcraft:banner_black\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:mirror\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:14s,Damage:0s}", - "{id:\"divinerpg:ender_pumpkin\",Count:60s,Damage:0s}", - "{id:\"divinerpg:ender_lamp\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teleportation_crystal\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:horde_horn\",Count:5s,Damage:0s}", - "{id:\"chisel:offsettool\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:curio\",Count:15s,Damage:3s}", - "{id:\"thaumcraft:curio\",Count:5s,Damage:6s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"alienis\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"alienis\"}]},Damage:1s}", - "{id:\"thaumcraft:sanity_soap\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:causality_collapser\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_blade\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_helm\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_chest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_legs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_boots\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_helm\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_chest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_robe_legs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_helm\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_chest\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_legs\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:12s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:67s,Damage:5s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:2s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:5s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:5s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:2s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:5s}", - "{id:\"enderio:item_material\",Count:6s,Damage:14s}", - "{id:\"enderio:item_material\",Count:4s,Damage:16s}", - "{id:\"enderio:item_material\",Count:12s,Damage:18s}", - "{id:\"enderio:item_material\",Count:10s,Damage:43s}", - "{id:\"enderio:item_material\",Count:1s,Damage:64s}", - "{id:\"enderio:block_decoration2\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:3s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_travel_staff\",Count:3s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:12s,tag:{\"enderio:energy\":2000000,\"enderio:famount\":200},Damage:0s}", - "{id:\"enderio:item_big_advanced_item_filter\",Count:7s,Damage:0s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:block_farm_station\",Count:4s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:7s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:9s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:2s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:90s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_wireless_charger\",Count:7s,Damage:0s}", - "{id:\"enderio:block_vacuum_chest\",Count:4s,Damage:0s}", - "{id:\"enderio:block_xp_vacuum\",Count:4s,Damage:0s}", - "{id:\"enderio:block_travel_anchor\",Count:4s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:7s,Damage:0s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_helmet\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ender_bow\",Count:30s,Damage:0s}", - "{id:\"appliedenergistics2:wireless_access_point\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:3s,tag:{internalMaxPower:1600000.0d,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:141s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:189s,Damage:34s}", - "{id:\"appliedenergistics2:material\",Count:63s,Damage:33s}", - "{id:\"appliedenergistics2:material\",Count:21s,Damage:32s}", - "{id:\"appliedenergistics2:material\",Count:7s,Damage:9s}", - "{id:\"appliedenergistics2:material\",Count:5s,Damage:41s}", - "{id:\"appliedenergistics2:part\",Count:5s,Damage:301s}", - "{id:\"ae2wtlib:infinity_booster_card\",Count:14s,Damage:0s}", - "{id:\"bloodmagic:teleposer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:activation_crystal\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:royal_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baronator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dustometer\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:red_rocket\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_howitzer\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vulcane\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battle_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:equality_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fire_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:impairment_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_vulcane\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_destroyer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:swarmotron\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:pop_shot\",Count:1s,Damage:0s}", - "{id:\"aoa3:baronyte_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunar_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:varsium_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:lunar_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:darkly_powder\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:distorting_artifact\",Count:20s,Damage:0s}", - "{id:\"aoa3:hive_chunk\",Count:5s,Damage:0s}", - "{id:\"aoa3:orbulon\",Count:5s,Damage:0s}", - "{id:\"aoa3:void_scales\",Count:5s,Damage:0s}", - "{id:\"aoa3:warlock_gem\",Count:3s,Damage:0s}", - "{id:\"aoa3:baron_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_upgrade_kit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetia_realmstone\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:precasia_realmstone\",Count:7s,Damage:0s}", - "{id:\"aoa3:lunacrike\",Count:1s,Damage:0s}", - "{id:\"aoa3:luna_globe\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunalons\",Count:1s,Damage:0s}", - "{id:\"aoa3:ender_carrier_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:baron_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:borean_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:borean_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunalyte_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunasole_dirt\",Count:2s,Damage:0s}", - "{id:\"aoa3:borean_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunalyte_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lunasole_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:baronyte_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:varsium_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:baronyte_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:baronyte_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:lunar_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:varsium_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:baron_ground\",Count:2s,Damage:0s}", - "{id:\"aoa3:carved_rune_power\",Count:5s,Damage:0s}", - "{id:\"aoa3:divine_enhancer\",Count:7s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:10s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:11s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:8s,Damage:0s}", - "{id:\"botania:manaresource\",Count:10s,Damage:1s}", - "{id:\"botania:manaresource\",Count:5s,Damage:5s}", - "{id:\"botania:manaresource\",Count:5s,Damage:7s}", - "{id:\"botania:manaresource\",Count:10s,Damage:8s}", - "{id:\"botania:manaresource\",Count:10s,Damage:9s}", - "{id:\"botania:manaresource\",Count:15s,Damage:12s}", - "{id:\"botania:manaresource\",Count:4s,Damage:13s}", - "{id:\"botania:manaresource\",Count:15s,Damage:14s}", - "{id:\"botania:manaresource\",Count:5s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:12s,tag:{},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:17s,tag:{},Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:4s,tag:{},Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manamirror\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tinyplanet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:26s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:7s,Damage:0s}", - "{id:\"botania:quartz\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumchest\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumlegs\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumboots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumpick\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshovel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumaxe\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumsword\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshears\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:openbucket\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pixiering\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:30s,Damage:0s}", - "{id:\"botania:laputashard\",Count:18s,Damage:0s}", - "{id:\"botania:laputashard\",Count:18s,Damage:4s}", - "{id:\"botania:laputashard\",Count:18s,Damage:9s}", - "{id:\"botania:laputashard\",Count:18s,Damage:14s}", - "{id:\"botania:laputashard\",Count:18s,Damage:19s}", - "{id:\"botania:virus\",Count:12s,Damage:0s}", - "{id:\"botania:virus\",Count:12s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:reachring\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:5s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:1s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:2s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:gravityrod\",Count:16s,Damage:0s}", - "{id:\"botania:vial\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:missilerod\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftinghalo\",Count:7s,Damage:0s}", - "{id:\"botania:blacklotus\",Count:5s,Damage:0s}", - "{id:\"botania:blacklotus\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:clip\",Count:3s,Damage:0s}", - "{id:\"botania:worldseed\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spellcloth\",Count:7s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:3s,Damage:1s}", - "{id:\"botania:corporeaspark\",Count:10s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:crystalbow\",Count:15s,Damage:0s}", - "{id:\"botania:phantomink\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:infinitefruit\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:kingkey\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flugeleye\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thorring\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:odinring\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lokiring\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dice\",Count:30s,Damage:0s}", - "{id:\"botania:keepivy\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:5s,Damage:0s}", - "{id:\"botania:gaiahead\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:invisibilitycloak\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:28s,tag:{},Damage:0s}", - "{id:\"botania:dreamwood0stairs\",Count:3s,Damage:0s}", - "{id:\"botania:dreamwood0slab\",Count:1s,Damage:0s}", - "{id:\"botania:dreamwood0wall\",Count:2s,Damage:0s}", - "{id:\"botania:quartztypeelf\",Count:3s,Damage:0s}", - "{id:\"botania:quartztypeelf\",Count:1s,Damage:1s}", - "{id:\"botania:quartztypeelf\",Count:2s,Damage:2s}", - "{id:\"botania:quartzslabelfhalf\",Count:1s,Damage:0s}", - "{id:\"botania:quartzstairself\",Count:3s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:spreader\",Count:17s,Damage:2s}", - "{id:\"botania:spreader\",Count:24s,Damage:3s}", - "{id:\"botania:runealtar\",Count:7s,Damage:0s}", - "{id:\"botania:pylon\",Count:5s,Damage:1s}", - "{id:\"botania:pylon\",Count:22s,Damage:2s}", - "{id:\"botania:tinyplanetblock\",Count:5s,Damage:0s}", - "{id:\"botania:alchemycatalyst\",Count:7s,Damage:0s}", - "{id:\"botania:storage\",Count:33s,Damage:2s}", - "{id:\"botania:storage\",Count:67s,Damage:4s}", - "{id:\"botania:forestdrum\",Count:17s,Damage:1s}", - "{id:\"botania:platform\",Count:3s,Damage:0s}", - "{id:\"botania:platform\",Count:6s,Damage:1s}", - "{id:\"botania:alfheimportal\",Count:20s,Damage:0s}", - "{id:\"botania:dreamwood\",Count:3s,Damage:0s}", - "{id:\"botania:dreamwood\",Count:2s,Damage:5s}", - "{id:\"botania:conjurationcatalyst\",Count:24s,Damage:0s}", - "{id:\"botania:spawnerclaw\",Count:7s,Damage:0s}", - "{id:\"botania:endereyeblock\",Count:21s,Damage:0s}", - "{id:\"botania:starfield\",Count:22s,Damage:0s}", - "{id:\"botania:elfglass\",Count:1s,Damage:0s}", - "{id:\"botania:redstringcontainer\",Count:11s,Damage:0s}", - "{id:\"botania:redstringdispenser\",Count:11s,Damage:0s}", - "{id:\"botania:redstringfertilizer\",Count:11s,Damage:0s}", - "{id:\"botania:redstringcomparator\",Count:11s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:prism\",Count:4s,Damage:0s}", - "{id:\"botania:corporeaindex\",Count:15s,Damage:0s}", - "{id:\"botania:corporeafunnel\",Count:15s,Damage:0s}", - "{id:\"botania:corporeainterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:corporeacrystalcube\",Count:15s,Damage:0s}", - "{id:\"botania:ghostrail\",Count:4s,Damage:0s}", - "{id:\"botania:sparkchanger\",Count:7s,Damage:0s}", - "{id:\"botania:cocoon\",Count:7s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:18s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:13s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:13s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:13s,Damage:3s}", - "{id:\"botania:lightlauncher\",Count:24s,Damage:0s}", - "{id:\"botania:bifrostperm\",Count:1s,Damage:0s}", - "{id:\"botania:redstringinterceptor\",Count:11s,Damage:0s}", - "{id:\"botania:corporearetainer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:phasing_chalk\",Count:4s,Damage:0s}", - "{id:\"bewitchment:eye_of_old\",Count:2s,Damage:0s}", - "{id:\"bewitchment:dimensional_sand\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:15s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,tag:{upgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,tag:{upgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,tag:{upgrade:\"computercraft:speaker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,tag:{upgrade:\"computercraft:wireless_modem\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,tag:{upgrade:\"computercraft:advanced_modem\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:5s,tag:{upgrade:\"computercraft:speaker\"},Damage:1s}", - "{id:\"computercraft:peripheral\",Count:7s,Damage:1s}", - "{id:\"computercraft:advanced_modem\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"compactmachines3:psd\",Count:15s,Damage:0s}", - "{id:\"conarm:invisible_ink\",Count:7s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:21s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:trial_key\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:5s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:3s,Damage:0s}", - "{id:\"extendedcrafting:storage\",Count:67s,Damage:2s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:140s}", - "{id:\"fluxnetworks:fluxconfigurator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:31s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:25s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:4s,Damage:9s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:19s}", - "{id:\"mysticalagriculture:end_seeds\",Count:12s,Damage:0s}", - "{id:\"mysticalagriculture:pulsating_iron_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:30s,Damage:3s}", - "{id:\"mysticalagradditions:special\",Count:15s,Damage:0s}", - "{id:\"mysticalagradditions:nether_star_seeds\",Count:30s,Damage:0s}", - "{id:\"rftools:infused_enderpearl\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:15s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:charged_porter\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:advanced_charged_porter\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:15s,Damage:0s}", - "{id:\"rftools:remote_storage\",Count:30s,Damage:0s}", - "{id:\"rftools:destination_analyzer\",Count:30s,Damage:0s}", - "{id:\"rftools:matter_booster\",Count:22s,Damage:0s}", - "{id:\"rftools:screen_controller\",Count:7s,Damage:0s}", - "{id:\"rftools:redstone_transmitter_block\",Count:7s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:7s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:15s,Damage:0s}", - "{id:\"rftools:locator\",Count:7s,Damage:0s}", - "{id:\"rftools:projector\",Count:7s,Damage:0s}", - "{id:\"rftools:scanner\",Count:7s,Damage:0s}", - "{id:\"rftools:remote_scanner\",Count:47s,Damage:0s}", - "{id:\"rftools:shield_block4\",Count:15s,Damage:0s}", - "{id:\"rftools:environmental_controller\",Count:30s,Damage:0s}", - "{id:\"rftools:spawner\",Count:7s,Damage:0s}", - "{id:\"rftools:endergenic\",Count:30s,Damage:0s}", - "{id:\"rftools:ender_monitor\",Count:7s,Damage:0s}", - "{id:\"rftools:storage_scanner\",Count:15s,Damage:0s}", - "{id:\"rftools:elevator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:3s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_iron_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_copper_shulker_upgrade\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:pipe_remote_orderer\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_inventory_system_connector\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_firewall\",Count:7s,Damage:0s}", - "{id:\"projectex:final_star_shard\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:final_star\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:5s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:salamander_eye\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:serpent_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:30s,Damage:0s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:23s,Damage:0s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:phased_field_generator\",Count:5s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:5s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:15s,Damage:0s}", - "{id:\"tg:book_holder\",Count:10s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:7s,Damage:0s}", - "{id:\"tg:lamp\",Count:32s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:3s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:45s,Damage:0s}", - "{id:\"tg:teleportator_frame\",Count:3s,Damage:0s}", - "{id:\"tg:teleportator_floor\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:3s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:4s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:5s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:6s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:7s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:8s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:9s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:10s}", - "{id:\"thaumicaugmentation:stone\",Count:5s,Damage:11s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_feeder\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_output\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:13s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:stairs_ancient\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:slab\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:stairs_eldritch_tile\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:bars\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:capstone\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:capstone\",Count:10s,Damage:1s}", - "{id:\"thaumicaugmentation:capstone\",Count:15s,Damage:2s}", - "{id:\"thaumicaugmentation:capstone\",Count:15s,Damage:3s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:1s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:2s}", - "{id:\"thaumicaugmentation:eldritch_lock\",Count:15s,Damage:3s}", - "{id:\"thaumicaugmentation:eldritch_lock_impetus\",Count:15s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:35s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:material\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:50s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:50s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:300L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:7s,tag:{cap:{augment:{},energy:{energy:300L}}},Damage:0s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:13s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:focus_ancient\",Count:50s,Damage:0s}", - "{id:\"thaumictinkerer:soul_mould\",Count:10s,tag:{},Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:7s,Damage:0s}", - "{id:\"tinker_io:what_a_beautiful_block\",Count:7s,Damage:0s}", - "{id:\"torchmaster:frozen_pearl\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:7s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:7s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:11s,Damage:2s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:7s}", - "{id:\"abyssalcraft:ethaxiumbrick\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumbrick\",Count:2s,Damage:1s}", - "{id:\"abyssalcraft:ethaxiumpillar\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumbrickstairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrick\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrick\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:darkethaxiumpillar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickstairs\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickslab1\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:darkethaxiumbrickfence\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:shoggothblock\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:statue\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:shoggothbiomass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:energypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:monolithpillar\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:sacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredenergypedestal\",Count:1s,tag:{PotEnergy:0.0f},Damage:3s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:1s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:2s}", - "{id:\"abyssalcraft:tieredsacrificialaltar\",Count:1s,tag:{PotEnergy:0.0f},Damage:3s}", - "{id:\"abyssalcraft:energycollector\",Count:6s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:energyrelay\",Count:4s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:rendingpedestal\",Count:5s,tag:{PotEnergy:0.0f},Damage:0s}", - "{id:\"abyssalcraft:statetransformer\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:energydepositioner\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:eldritchscale\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:omotholflesh\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:4s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:4s,tag:{PotEnergy:40000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:7s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:7s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:12s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:skin\",Count:2s,Damage:2s}", - "{id:\"abyssalcraft:cthulhucharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:hasturcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:jzaharcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:azathothcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:nyarlathotepcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:yogsothothcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:shubniggurathcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:gatekeeperessence\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:3s,tag:{ItemInventory:[],PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:stonetablet\",Count:3s,tag:{Cursed:1b},Damage:0s}", - "{id:\"actuallyadditions:block_player_interface\",Count:112s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_phantomface\",Count:22s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:16s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_liquiface\",Count:16s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_energyface\",Count:16s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:16s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:16s,Damage:0s}", - "{id:\"actuallyadditions:block_misc\",Count:30s,Damage:6s}", - "{id:\"actuallyadditions:block_misc\",Count:30s,Damage:8s}", - "{id:\"actuallyadditions:block_item_repairer\",Count:22s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_booster\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:7s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:67s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:67s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune_ii\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_phantom_connector\",Count:25s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:21s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:5s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:block_library\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:laser_cannon\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:soulstone\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_eye_orb\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:book_ender\",Count:52s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:glowing_chorus\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:5s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:beacon_potion\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:7s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:7s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:7s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:7s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:7s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:7s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{id:\"contenttweaker:pixonia_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:limbo_warper\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:iromine_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:21s,Damage:0s}", - "{id:\"contenttweaker:compressed_mana_rune\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:tartarite_monolith\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:clausurae\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:unfathomable_breaker\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:deinthos\",Count:8s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:21s,Damage:0s}", - "{id:\"dimdoors:quartz_dimensional_door\",Count:5s,Damage:0s}", - "{id:\"dimdoors:gold_dimensional_door\",Count:5s,Damage:0s}", - "{id:\"dimdoors:iron_dimensional_door\",Count:5s,Damage:0s}", - "{id:\"dimdoors:oak_dimensional_door\",Count:5s,Damage:0s}", - "{id:\"dimdoors:stable_fabric\",Count:7s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_blade\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_remover\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_signature\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:stabilized_rift_signature\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_stabilizer\",Count:5s,Damage:0s}", - "{id:\"dimdoors:dimensional_trapdoor\",Count:5s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:20s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_3\",Count:8s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_4\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_5\",Count:10s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_6\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integratednbt:nbt_extractor_remote\",Count:7s,tag:{integratednbt:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:25s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:3s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{id:\"minecraft:dragon_egg\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:5s,tag:{},Damage:0s}", - "{id:\"botania:bifrost\",Count:1s,Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:15s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:omotholportal\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "exitium", - "items": [ - "{id:\"minecraft:cobblestone\",Count:1s,Damage:0s}", - "{id:\"minecraft:stone_stairs\",Count:1s,Damage:0s}", - "{id:\"minecraft:netherrack\",Count:1s,Damage:0s}", - "{id:\"minecraft:tnt\",Count:50s,Damage:0s}", - "{id:\"minecraft:observer\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_pickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_axe\",Count:2s,Damage:0s}", - "{id:\"minecraft:gunpowder\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:stone_hoe\",Count:1s,Damage:0s}", - "{id:\"draconicevolution:draconium_block\",Count:72s,Damage:1s}", - "{id:\"draconicevolution:chaos_shard\",Count:96s,Damage:0s}", - "{id:\"techreborn:grinder\",Count:1s,Damage:0s}", - "{id:\"railcraft:brick_abyssal\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_bleachedbone\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_bloodstained\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_frostbound\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_infernal\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_quarried\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_sandy\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_red_sandy\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_nether\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_red_nether\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_andesite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_diorite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_granite\",Count:7s,Damage:4s}", - "{id:\"railcraft:brick_pearlized\",Count:7s,Damage:4s}", - "{id:\"extrautils2:trashcan\",Count:3s,Damage:0s}", - "{id:\"extrautils2:trashcanfluid\",Count:3s,Damage:0s}", - "{id:\"extrautils2:trashcanenergy\",Count:3s,Damage:0s}", - "{id:\"extrautils2:compressedcobblestone\",Count:6s,Damage:0s}", - "{id:\"extrautils2:compressednetherrack\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_stone\",Count:3s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:4s,Damage:0s}", - "{id:\"extrautils2:spike_stone\",Count:2s,Damage:0s}", - "{id:\"extrautils2:trashchest\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_stone\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_iron\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_diamond\",Count:2s,Damage:0s}", - "{id:\"microblockcbe:stone_rod\",Count:1s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:2s,Damage:6s}", - "{id:\"thaumadditions:blue_bone\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"exitium\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:4s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"nuclearcraft:decay_generator\",Count:3s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:3s,Damage:0s}", - "{id:\"randomthings:rainshield\",Count:2s,Damage:0s}", - "{id:\"randomthings:blockbreaker\",Count:5s,Damage:0s}", - "{id:\"randomthings:igniter\",Count:6s,Damage:0s}", - "{id:\"randomthings:sidedredstone\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portkey\",Count:15s,Damage:0s}", - "{id:\"openblocks:village_highlighter\",Count:2s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:3s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:3s,Damage:0s}", - "{id:\"projectred-transportation:pipe\",Count:3s,Damage:33s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_saw\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:peridot_saw\",Count:1s,Damage:0s}", - "{id:\"divinerpg:creeper_pumpkin\",Count:60s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"exitium\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"exitium\"}]},Damage:1s}", - "{id:\"thaumcraft:causality_collapser\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:tablet_of_assistance\",Count:7s,Damage:0s}", - "{id:\"tombstone:dust_of_vanishing\",Count:7s,Damage:0s}", - "{id:\"enderio:block_confusion_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_concussion_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_ender_charge\",Count:7s,Damage:0s}", - "{id:\"enderio:block_simple_wired_charger\",Count:3s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:2s,Damage:0s}", - "{id:\"tconstruct:stone_ladder\",Count:1s,Damage:0s}", - "{id:\"natura:nether_pressure_plate\",Count:1s,Damage:0s}", - "{id:\"natura:netherrack_furnace\",Count:6s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:37s,Damage:4s}", - "{id:\"appliedenergistics2:grindstone\",Count:1s,Damage:0s}", - "{id:\"appliedenergistics2:tiny_tnt\",Count:15s,Damage:0s}", - "{id:\"projecte:nova_catalyst\",Count:18s,Damage:0s}", - "{id:\"projecte:nova_cataclysm\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:9s,Damage:0s}", - "{id:\"bloodmagic:incense_altar\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_stone\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystal_carver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:red_rocket\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:37s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:metal_slug\",Count:1s,Damage:0s}", - "{id:\"aoa3:spreadshot\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creeponia_realmstone\",Count:15s,Damage:0s}", - "{id:\"ebwizardry:firebomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:poison_bomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:smoke_bomb\",Count:2s,Damage:0s}", - "{id:\"ebwizardry:spark_bomb\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:37s,tag:{},Damage:0s}", - "{id:\"botania:manabomb\",Count:150s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_creeper\",Count:7s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:37s,Damage:0s}", - "{id:\"ftbquests:progress_detector\",Count:3s,Damage:0s}", - "{id:\"ftbquests:loot_crate_opener\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_block_reader_item\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:1s,Damage:8s}", - "{id:\"mysticalagriculture:chunk\",Count:30s,Damage:13s}", - "{id:\"mysticalagriculture:nether_seeds\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:3s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:15s,Damage:9s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:5s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:7s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:8s}", - "{id:\"xreliquary:bullet\",Count:1s,Damage:9s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:0,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1500,potency:2,name:\"minecraft:absorption\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:blindness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:nausea\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:strength\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:1,name:\"minecraft:strength\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:500,potency:1,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:600,potency:2,name:\"minecraft:mining_fatigue\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:haste\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:1,name:\"minecraft:haste\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:fire_resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:2,name:\"minecraft:instant_damage\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:instant_health\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:instant_health\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:300,potency:0,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1500,potency:2,name:\"minecraft:health_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:hunger\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:invisibility\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:jump_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1350,potency:1,name:\"minecraft:jump_boost\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:slowness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:200,potency:1,name:\"minecraft:slowness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:600,potency:2,name:\"minecraft:speed\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:night_vision\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:poison\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:50,potency:0,name:\"minecraft:regeneration\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:1,name:\"minecraft:regeneration\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:350,potency:0,name:\"minecraft:resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:450,potency:1,name:\"minecraft:resistance\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:0,name:\"minecraft:saturation\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:1,potency:1,name:\"minecraft:saturation\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:150,potency:0,name:\"minecraft:water_breathing\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"minecraft:weakness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:200,potency:1,name:\"minecraft:weakness\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:50,potency:0,name:\"minecraft:wither\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:1,name:\"minecraft:wither\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:0,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:1,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:2,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:3,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"xreliquary:bullet\",Count:1s,tag:{effects:[{duration:100,potency:4,name:\"xreliquary:cure_potion\"}]},Damage:1s}", - "{id:\"tinker_io:solidfuel\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_firework_box\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:block_directional_breaker\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_canola_press\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_oil_generator\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_breaker\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_placer\",Count:5s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_placer\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_collector\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_block_placing\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:item_resonant_rice\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:stone_paxel\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:fluid_drain\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_harvest_leaves\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_safe\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:robot_spawner\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_1\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_2\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_3\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_4\",Count:13s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_5\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_6\",Count:28s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil_magma\",Count:2s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:builder_block\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:block_workbench\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:dice\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:4s,Damage:0s}" - ] - }, - { - "aspect": "mythus", - "items": [ - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"mythus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"mythus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"mythus\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"mythus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"mythus\"}]},Damage:1s}", - "{id:\"iceandfire:lectern\",Count:10s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:3s,Damage:0s}", - "{id:\"iceandfire:podium\",Count:3s,Damage:1s}", - "{id:\"iceandfire:podium\",Count:3s,Damage:2s}", - "{id:\"iceandfire:podium\",Count:3s,Damage:3s}", - "{id:\"iceandfire:podium\",Count:3s,Damage:4s}", - "{id:\"iceandfire:podium\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:2s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:2s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:2s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_house\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:20s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:jar_pixie\",Count:20s,Damage:4s}", - "{id:\"iceandfire:myrmex_resin\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin\",Count:2s,Damage:1s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:2s,Damage:1s}", - "{id:\"iceandfire:desert_myrmex_cocoon\",Count:2s,Damage:0s}", - "{id:\"iceandfire:jungle_myrmex_cocoon\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_biolight\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_biolight\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin_block\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin_block\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_resin_glass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin_glass\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_block\",Count:135s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_block\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_blue\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_bronze\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_deepblue\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_green\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_purple\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_red\",Count:135s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scale_block_teal\",Count:135s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:5s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{id:\"iceandfire:manuscript\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:303s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:303s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:15s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:0s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:1s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:2s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:3s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:4s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:5s}", - "{id:\"iceandfire:hippogryph_egg\",Count:10s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iron_hippogryph_armor\",Count:10s,Damage:0s}", - "{id:\"iceandfire:hippogryph_talon\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gorgon_head\",Count:60s,Damage:0s}", - "{id:\"iceandfire:pixie_dust\",Count:12s,Damage:0s}", - "{id:\"iceandfire:pixie_wings\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:pixie_wand\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:ambrosia\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_eye\",Count:30s,Damage:0s}", - "{id:\"iceandfire:shiny_scales\",Count:15s,Damage:0s}", - "{id:\"iceandfire:siren_tear\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:112s,Damage:0s}", - "{id:\"iceandfire:hippocampus_fin\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippocampus_slapper\",Count:15s,Damage:0s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:0s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:1s}", - "{id:\"iceandfire:deathworm_chitin\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_yellow_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_white_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_chestplate\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_leggings\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_red_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:iceandfire.deathworm_egg\",Count:30s,Damage:1s}", - "{id:\"iceandfire:deathworm_tounge\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_yellow\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_white\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_red\",Count:33s,Damage:0s}", - "{id:\"iceandfire:rotten_egg\",Count:2s,Damage:0s}", - "{id:\"iceandfire:cockatrice_eye\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:15s,Damage:0s}", - "{id:\"iceandfire:stymphalian_bird_feather\",Count:15s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:5s,Damage:0s}", - "{id:\"iceandfire:stymphalian_feather_bundle\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_bird_dagger\",Count:22s,Damage:0s}", - "{id:\"iceandfire:troll_tusk\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_egg\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_egg\",Count:7s,Damage:4s}", - "{id:\"iceandfire:myrmex_desert_resin\",Count:7s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_resin\",Count:7s,Damage:0s}", - "{id:\"iceandfire:myrmex_desert_chitin\",Count:7s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_chitin\",Count:7s,Damage:0s}", - "{id:\"iceandfire:myrmex_stinger\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_helmet\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_leggings\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_helmet\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_leggings\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_boots\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_swarm\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_swarm\",Count:30s,Damage:0s}", - "{id:\"iceandfire:amphithere_feather\",Count:10s,Damage:0s}", - "{id:\"iceandfire:amphithere_arrow\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_macuahuitl\",Count:15s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_fang\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_arrow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:75s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_ingot\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:30s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_ingot\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:30s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_blue\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_bronze\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_deepblue\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_green\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_purple\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_red\",Count:20s,Damage:0s}", - "{id:\"iceandfire:sea_serpent_scales_teal\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.axe\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_forest\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.column_frost\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.hammer\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_weapon.trunk_frost\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_forest\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_frost\",Count:10s,Damage:0s}", - "{id:\"iceandfire:troll_leather_mountain\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cyclops_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:troll_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:amphithere_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:seaserpent_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hydra_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stone_statue\",Count:10s,Damage:0s}" - ] - }, - { - "aspect": "auram", - "items": [ - "{id:\"minecraft:end_crystal\",Count:7s,Damage:0s}", - "{id:\"minecraft:beacon\",Count:17s,Damage:0s}", - "{id:\"minecraft:nether_star\",Count:10s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:2s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:3s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,2B,3B,3B,3B,3B],Level:0b},Damage:7s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:machine\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:15s}", - "{id:\"thermalexpansion:frame\",Count:9s,Damage:0s}", - "{id:\"bewitchment:white_candle\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:7s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:15s,Damage:8s}", - "{id:\"thaumadditions:zeith_fur\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"auram\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:dawn_totem\",Count:13s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"randomthings:slimecube\",Count:7s,Damage:0s}", - "{id:\"randomthings:spectreenergyinjector\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:sapling_silverwood\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:log_silverwood\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:shimmerleaf\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:cinderpearl\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:plank_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:stairs_silverwood\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:taint_geyser\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:taint_feature\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"auram\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"auram\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumometer\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_1\",Count:2s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:7s,Damage:4s}", - "{id:\"twilightforest:fiery_ingot\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_helmet\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_chestplate\",Count:72s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_leggings\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_boots\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_sword\",Count:18s,tag:{ench:[{lvl:2s,id:20}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_pickaxe\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_helmet\",Count:45s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_chestplate\",Count:72s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_leggings\",Count:63s,tag:{ench:[{lvl:2s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:yeti_boots\",Count:36s,tag:{ench:[{lvl:2s,id:0},{lvl:4s,id:2}]},Damage:0s}", - "{id:\"twilightforest:twilight_sapling\",Count:40s,Damage:5s}", - "{id:\"twilightforest:magic_log\",Count:3s,Damage:0s}", - "{id:\"twilightforest:magic_leaves\",Count:1s,Damage:0s}", - "{id:\"twilightforest:magic_log_core\",Count:55s,Damage:0s}", - "{id:\"twilightforest:aurora_block\",Count:1s,Damage:0s}", - "{id:\"twilightforest:aurora_pillar\",Count:1s,Damage:0s}", - "{id:\"twilightforest:castle_rune_brick\",Count:3s,Damage:0s}", - "{id:\"twilightforest:castle_rune_brick\",Count:3s,Damage:1s}", - "{id:\"twilightforest:castle_rune_brick\",Count:3s,Damage:2s}", - "{id:\"twilightforest:castle_rune_brick\",Count:3s,Damage:3s}", - "{id:\"twilightforest:force_field\",Count:40s,Damage:0s}", - "{id:\"twilightforest:force_field\",Count:40s,Damage:1s}", - "{id:\"twilightforest:force_field\",Count:40s,Damage:2s}", - "{id:\"twilightforest:force_field\",Count:40s,Damage:3s}", - "{id:\"twilightforest:force_field\",Count:40s,Damage:4s}", - "{id:\"twilightforest:castle_door\",Count:20s,Damage:0s}", - "{id:\"twilightforest:castle_door\",Count:20s,Damage:1s}", - "{id:\"twilightforest:castle_door\",Count:20s,Damage:2s}", - "{id:\"twilightforest:castle_door\",Count:20s,Damage:3s}", - "{id:\"twilightforest:block_storage\",Count:81s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:activation_crystal\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_greatblade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energy_cannon\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:shyregem\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrestone_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:runic_energy\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:11s,Damage:0s}", - "{id:\"aoa3:shyregem_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyrestone_ore\",Count:5s,Damage:0s}", - "{id:\"aoa3:shyregem_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:shyrestone_block\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:16s}", - "{id:\"botania:rune\",Count:25s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraring\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraringgreater\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pixiering\",Count:5s,Damage:0s}", - "{id:\"botania:spark\",Count:15s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:15s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lokiring\",Count:50s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"manastar\"},Damage:0s}", - "{id:\"botania:pistonrelay\",Count:10s,Damage:0s}", - "{id:\"botania:brewery\",Count:18s,Damage:0s}", - "{id:\"botania:terraplate\",Count:18s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"manastar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hecates_visage\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:grimoire_magia\",Count:8s,tag:{amount:0,maxAmount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:grimoire_magia\",Count:8s,tag:{amount:1000,maxAmount:1000},Damage:0s}", - "{id:\"bewitchment:acacia_resin\",Count:6s,Damage:0s}", - "{id:\"bewitchment:cleansing_balm\",Count:6s,Damage:0s}", - "{id:\"bewitchment:pure_filament\",Count:4s,Damage:0s}", - "{id:\"bewitchment:white_sage\",Count:2s,Damage:0s}", - "{id:\"bewitchment:white_sage_seeds\",Count:1s,Damage:0s}", - "{id:\"erebus:gaean_keystone\",Count:9s,Damage:0s}", - "{id:\"extendedcrafting:storage\",Count:67s,Damage:2s}", - "{id:\"extendedcrafting:material\",Count:1s,Damage:140s}", - "{id:\"iceandfire:myrmex_desert_biolight\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_jungle_biolight\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:fiery_ingot_seeds\",Count:36s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:30s,Damage:3s}", - "{id:\"mysticalagradditions:special\",Count:15s,Damage:0s}", - "{id:\"mysticalagradditions:nether_star_seeds\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:witherless_rose\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:21s,Damage:0s}", - "{id:\"tg:belt_light\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:21s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:107s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:107s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:50s,Damage:0s}", - "{id:\"tg:ingot_light\",Count:5s,Damage:0s}", - "{id:\"tg:ingot_shade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_1\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_2\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_hungry_magic_3\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:14s,Damage:0s}", - "{id:\"tg:block_light\",Count:33s,Damage:0s}", - "{id:\"tg:block_shade\",Count:33s,Damage:0s}", - "{id:\"tg:ore_light\",Count:4s,Damage:0s}", - "{id:\"tg:ore_shade\",Count:4s,Damage:0s}", - "{id:\"tg:lamp\",Count:19s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:1s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:30s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:27s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_silverwood\",Count:2s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:starfield_glass\",Count:5s,Damage:1s}", - "{id:\"thaumicaugmentation:pressure_plate_silverwood\",Count:1s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:7s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:4s,Damage:2s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:3s,tag:{id:\"thaumicaugmentation:effect_power\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:3s,tag:{id:\"thaumicaugmentation:effect_cast_speed\"},Damage:0s}", - "{id:\"thaumicaugmentation:augment_builder_effect\",Count:3s,tag:{id:\"thaumicaugmentation:effect_cost\"},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_empty\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumicaugmentation:biome_empty\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_reset\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumicaugmentation:biome_reset\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:river\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:hell\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:hell\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:sky\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:sky\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:frozen_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_river\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:frozen_river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:ice_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mushroom_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island_shore\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mushroom_island_shore\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:beaches\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:beaches\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:desert_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:smaller_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:smaller_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:jungle_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:deep_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:deep_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:stone_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:stone_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:cold_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:cold_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:taiga_cold_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:gravel_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:gravel_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:white_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:white_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:origin_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:alps\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bamboo_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:bamboo_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bayou\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:bayou\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bog\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:bog\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:boreal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:boreal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:brushland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:brushland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:chaparral\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:chaparral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cherry_blossom_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:cherry_blossom_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cold_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:cold_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:crag\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:crag\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:dead_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:dead_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:eucalyptus_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:eucalyptus_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fen\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:fen\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_field\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:flower_field\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grassland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:grassland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:highland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:highland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:land_of_lakes\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:land_of_lakes\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lavender_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:lavender_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:lush_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:lush_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mangrove\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:mangrove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:maple_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:maple_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:meadow\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:meadow\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:moor\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:moor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:mountain\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mystic_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:mystic_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:ominous_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:ominous_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:orchard\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:orchard\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:overgrown_cliffs\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:overgrown_cliffs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:prairie\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:prairie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:quagmire\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:quagmire\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:redwood_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:sacred_springs\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:sacred_springs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:seasonal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:seasonal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shield\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:shield\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:steppe\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:steppe\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:temperate_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:temperate_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:tropical_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wetland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:wetland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:woodland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:woodland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:xeric_shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:xeric_shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:alps_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:mountain_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:redwood_forest_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:pasture\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:pasture\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:oasis\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:oasis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:snowy_tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coral_reef\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:coral_reef\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:kelp_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:kelp_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:origin_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:tropical_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:volcanic_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:volcanic_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:flower_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:corrupted_sands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:corrupted_sands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fungi_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:fungi_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:undergarden\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:undergarden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:visceral_heap\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"biomesoplenty:visceral_heap\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"randomthings:spectral\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"randomthings:spectral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"jeid:error_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"jeid:error_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:magical_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumcraft:magical_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eerie\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumcraft:eerie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eldritch\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumcraft:eldritch\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_lake\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_lake\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dense_twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:dense_twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_stream\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_stream\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:void\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:twilight_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:oak_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:oak_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:firefly_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:firefly_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:deep_mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:deep_mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:dark_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:enchanted_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:enchanted_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:fire_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:fire_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:dark_forest_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:highlands_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:highlands_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:thornlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:thornlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:spooky_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"twilightforest:spooky_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"buildcraftenergy:oil_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"buildcraftenergy:oil_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"appliedenergistics2:storage_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"appliedenergistics2:storage_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:abyss\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:abyss\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:ancient_cavern\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:ancient_cavern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:barathos\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:barathos\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:candyland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:candyland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:celeve\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:celeve\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"minecraft:mutated_mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:creeponia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:creeponia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:crystevia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:crystevia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:deeplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:deeplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:dustopia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:dustopia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:gardencia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:gardencia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:greckon\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:greckon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:haven\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:haven\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:immortallis\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:immortallis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:iromine\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:iromine\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lborean\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:lborean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lelyetia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:lelyetia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lunalus\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:lunalus\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:mysterium\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:mysterium\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:precasia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:precasia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:runandor\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:runandor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:shyrelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:shyrelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:vox_ponds\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aoa3:vox_ponds\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:eden\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:eden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:wildwood\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:wildwood\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:apalachia\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:apalachia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:skythern\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:skythern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:mortum\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:mortum\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:iceika\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:iceika\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:arcana\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:arcana\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:vethea\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"divinerpg:vethea\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:underground_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:underground_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:volcanic_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:volcanic_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:subterranean_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:subterranean_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:elysian_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:elysian_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:ulterior_outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:ulterior_outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fungal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:fungal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:submerged_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:submerged_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fields_sub_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:fields_sub_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:petrified_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"erebus:petrified_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"iceandfire:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"iceandfire:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"integrateddynamics:biome_meneglin\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"integrateddynamics:biome_meneglin\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"nuclearcraft:nuclear_wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"nuclearcraft:nuclear_wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumicaugmentation:emptiness\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:tainted_lands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumicaugmentation:tainted_lands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thaumicaugmentation:emptiness_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:darklands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:darklands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:darklands_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:darklands_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:darklands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:coralium_infested_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:coralium_infested_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:abyssal_wastelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:abyssal_wastelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purified_dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:purified_dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:dreadlands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:dreadlands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:omothol\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:omothol\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dark_realm\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:dark_realm\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purged\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"abyssalcraft:purged\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moon\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:moon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:alien forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:alien forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:hotdryrock\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:hotdryrock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:space\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:space\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:stormland\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:stormland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:crystalchasms\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:crystalchasms\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:deepswamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:deepswamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:oceanspires\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:oceanspires\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moondark\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:moondark\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanic\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:volcanic\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanicbarren\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"advancedrocketry:volcanicbarren\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aether_legacy:aether_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"aether_legacy:aether_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:limbo\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"dimdoors:limbo\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:white_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"dimdoors:white_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"dimdoors:black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:dangerous_black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"dimdoors:dangerous_black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:patchy_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:patchy_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:swamplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:deep_waters\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:deep_waters\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:coarse_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:coarse_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:raised_isles\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:raised_isles\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:sludge_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_0\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:marsh_0\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_1\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:marsh_1\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:swamplands_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:1s,tag:{cap:{biome:\"thebetweenlands:sludge_plains_clearing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:focus_ancient\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:22s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumicenergistics:arcane_terminal\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:magnet\",Count:1s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:1s,Damage:0s}", - "{id:\"tinker_io:what_a_beautiful_block\",Count:7s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:7s,Damage:19s}", - "{id:\"contenttweaker:cleansing_balm_bottle\",Count:4s,Damage:0s}", - "{id:\"contenttweaker:ineffable_sun\",Count:50s,Damage:0s}", - "{id:\"contenttweaker:inert_crystal\",Count:21s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:7s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:20s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:12s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:4s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:3s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:2s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_6\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "exanimis", - "items": [ - "{id:\"minecraft:skull\",Count:10s,Damage:0s}", - "{id:\"minecraft:skull\",Count:10s,Damage:1s}", - "{id:\"minecraft:ghast_tear\",Count:5s,Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:1s,tag:{StoredEnchantments:[{lvl:1s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:3s,tag:{StoredEnchantments:[{lvl:2s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:4s,tag:{StoredEnchantments:[{lvl:3s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:6s,tag:{StoredEnchantments:[{lvl:4s,id:17}]},Damage:0s}", - "{id:\"minecraft:enchanted_book\",Count:7s,tag:{StoredEnchantments:[{lvl:5s,id:17}]},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:2s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:2s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:totem_of_undying\",Count:10s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:25s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"exanimis\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{id:\"thaumadditions:chester\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianskull\",Count:7s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:11s,Damage:1s}", - "{id:\"thaumcraft:jar_brain\",Count:12s,Damage:0s}", - "{id:\"divinerpg:ghast_pumpkin\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:7s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"exanimis\"}]},Damage:0s}", - "{id:\"thaumcraft:brain\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"exanimis\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:voidseer_charm\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:charm_undying\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_simple\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_simple\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_normal\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_normal\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_cross\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_cross\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_tombstone\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_tombstone\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_subaraki_grave\",Count:7s,Damage:1s}", - "{id:\"tombstone:decorative_grave_original\",Count:7s,Damage:0s}", - "{id:\"tombstone:decorative_grave_original\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:3s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:15s,tag:{dead_pet:{id:\"minecraft:cat\"}},Damage:0s}", - "{id:\"enderio:item_material\",Count:2s,Damage:42s}", - "{id:\"enderio:block_killer_joe\",Count:1s,Damage:0s}", - "{id:\"enderio:block_slice_and_splice\",Count:7s,Damage:0s}", - "{id:\"enderio:block_soul_binder\",Count:7s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:7s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{id:\"twilightforest:trophy\",Count:75s,Damage:1s}", - "{id:\"twilightforest:carminite\",Count:3s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:1s,Damage:0s}", - "{id:\"twilightforest:tower_device\",Count:9s,Damage:6s}", - "{id:\"twilightforest:tower_device\",Count:9s,Damage:12s}", - "{id:\"twilightforest:block_storage\",Count:20s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abominator\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iominator\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_shiner\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:5s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_storm\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:ghoulish_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:ghoulish_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:ghostly_powder\",Count:5s,Damage:0s}", - "{id:\"aoa3:ghoulasm\",Count:5s,Damage:0s}", - "{id:\"aoa3:primordial_skull\",Count:10s,Damage:0s}", - "{id:\"aoa3:haunted_idol\",Count:3s,Damage:0s}", - "{id:\"aoa3:ghoulish_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:ghoulish_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:ghoulish_block\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:3s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"regen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:3s,tag:{brewKey:\"regenWeak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supercloudpendant\",Count:15s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{id:\"minecraft:mob_spawner\",Count:20s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"loonium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_soul\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_wither_skeleton\",Count:7s,Damage:0s}", - "{id:\"iceandfire:dread_stone_face\",Count:1s,Damage:0s}", - "{id:\"iceandfire:witherbone\",Count:5s,Damage:0s}", - "{id:\"iceandfire:rotten_egg\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:cockatrice_scepter\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_pickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_axe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_hoe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_pickaxe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_axe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_hoe\",Count:7s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_furnace\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:7s,Damage:18s}", - "{id:\"mysticalagriculture:chunk\",Count:15s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:harvest_rod\",Count:2s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:7s,Damage:2s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:22s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:hero_medallion\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_tear\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:midas_touchstone\",Count:2s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]}},id:\"xreliquary:void_tear\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:11s,tag:{cap:{slots:3},color:2498903},Damage:1s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:1s,Damage:1s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:1s,Damage:2s}", - "{id:\"woot:structure\",Count:7s,Damage:6s}", - "{id:\"woot:structure\",Count:7s,Damage:9s}", - "{id:\"abyssalcraft:engraving_cthulhu\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:1s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:3s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:4s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:8s,tag:{Blaze:800},Damage:4s}", - "{id:\"actuallyadditions:block_player_interface\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_player_probe\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:15s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:11s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:twilight_diamond\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:abyssal_wasteland_warp_cleanser\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:wither_builder\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:mob_imprisonment_tool\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:abyportal\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "vinculum", - "items": [ - "{id:\"minecraft:sponge\",Count:5s,Damage:0s}", - "{id:\"minecraft:sponge\",Count:5s,Damage:1s}", - "{id:\"minecraft:soul_sand\",Count:1s,Damage:0s}", - "{id:\"minecraft:web\",Count:5s,Damage:0s}", - "{id:\"minecraft:trapped_chest\",Count:10s,Damage:0s}", - "{id:\"minecraft:spruce_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:birch_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:jungle_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:dark_oak_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:acacia_fence_gate\",Count:5s,Damage:0s}", - "{id:\"minecraft:wooden_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:iron_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:spruce_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:birch_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:jungle_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:acacia_door\",Count:5s,Damage:0s}", - "{id:\"minecraft:dark_oak_door\",Count:5s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_gated\"}},Damage:9s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:water\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:thick\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:awkward\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_night_vision\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_invisibility\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_fire_resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_swiftness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_water_breathing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_poison\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_regeneration\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:strong_strength\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:long_weakness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"minecraft:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"railcraft:creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"railcraft:long_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"railcraft:strong_creosote\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"randomthings:collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"randomthings:long_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"randomthings:strong_collapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:strong_floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_floating\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:confusion\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_confusion\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:withering\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"enderio:long_withering\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:cplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:dplague_strong\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"abyssalcraft:antimatter_long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:levitation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:levitation+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:healing3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:healing4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:harming3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:harming4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither4\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:leaping3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:swiftness3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:poison3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:regeneration3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:strength3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:haste3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:resistance3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:absorption3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:luck3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:unluck3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither2+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cofhcore:wither3+\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:snow\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:waterwalk\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:swim2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:frostwalker\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:magnet\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:wither\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:blindness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.doom\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.gravity.long\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.second.chance\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.greek.fire\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:oily\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.fizzy.lifting\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.relapse\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.love\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:5s,tag:{Potion:\"extrautils2:xu2.purging\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:record_wait\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:gem_ore\",Count:10s,Damage:7s}", - "{id:\"biomesoplenty:gem_block\",Count:67s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:biome_finder\",Count:5s,Damage:0s}", - "{id:\"biomesoplenty:gem\",Count:10s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"biomesoplenty:terrestrial_artifact\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:11s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vinculum\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:chiseled_amber_block\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:amber_lamp\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:ore_amber\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_doorway\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:amber_block\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:lamp_arcane\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:brain_box\",Count:30s,Damage:0s}", - "{id:\"thaumcraft:amber\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"vinculum\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"vinculum\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:curiosity_band\",Count:10s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:6s,Damage:7s}", - "{id:\"enderio:item_alloy_ingot\",Count:1s,Damage:7s}", - "{id:\"enderio:block_decoration1\",Count:3s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:1s,Damage:10s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:zombie_scepter\",Count:22s,Damage:0s}", - "{id:\"twilightforest:maze_map_focus\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:mazebreaker_pickaxe\",Count:8s,tag:{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]},Damage:0s}", - "{id:\"twilightforest:maze_map_empty\",Count:10s,Damage:0s}", - "{id:\"twilightforest:tower_key\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_helmet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:phantom_chestplate\",Count:48s,Damage:0s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:0s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:1s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:2s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:3s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:4s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:5s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:6s}", - "{id:\"twilightforest:maze_stone\",Count:1s,Damage:7s}", - "{id:\"twilightforest:castle_door\",Count:5s,Damage:0s}", - "{id:\"twilightforest:castle_door\",Count:5s,Damage:1s}", - "{id:\"twilightforest:castle_door\",Count:5s,Damage:2s}", - "{id:\"twilightforest:castle_door\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownershot\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:clown_upgrade_kit\",Count:15s,Damage:0s}", - "{id:\"aoa3:goofer_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:4s}", - "{id:\"botania:rune\",Count:15s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:ancientwill\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:kingkey\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:temperancestone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:5s,tag:{brewKey:\"warpWard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:exchangerod\",Count:11s,tag:{},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"shulk_me_not\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"tangleberrie\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"jiyuulia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"medumone\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"vinculotus\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"bergamute\"},Damage:0s}", - "{id:\"iceandfire:dragon_ice_spikes\",Count:2s,Damage:0s}", - "{id:\"iceandfire:myrmex_resin_sticky\",Count:2s,Damage:1s}", - "{id:\"iceandfire:deathworm_tounge\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_yellow\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_white\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_red\",Count:3s,Damage:0s}", - "{id:\"iceandfire:myrmex_stinger\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_sword_venom\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_sword_venom\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:crafting\",Count:1s,Damage:8s}", - "{id:\"mysticalagriculture:nether_seeds\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:amber_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:soularium_seeds\",Count:3s,Damage:0s}", - "{id:\"rftoolsdim:biome_absorber\",Count:21s,Damage:0s}", - "{id:\"tg:ench_obs\",Count:3s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:57s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:50s,Damage:0s}", - "{id:\"thaumicaugmentation:bars\",Count:5s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:cloth\",Count:30s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_amber\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:crystallized_obsidian\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_spade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:crystal_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glowing_helmet\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_blaze\",Count:11s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_fluid\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:evoker_fang\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_water\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:block_fishing\",Count:45s,Damage:0s}", - "{id:\"dimdoors:iron_dimensional_door\",Count:7s,Damage:0s}", - "{id:\"dimdoors:oak_dimensional_door\",Count:7s,Damage:0s}", - "{id:\"biomesoplenty:earth\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:maze_map\",Count:10s,Damage:0s}" - ] - }, - { - "aspect": "draco", - "items": [ - "{id:\"minecraft:skull\",Count:30s,Damage:5s}", - "{id:\"minecraft:dragon_breath\",Count:25s,Damage:0s}", - "{id:\"draconicevolution:draconium_block\",Count:300s,Damage:1s}", - "{id:\"draconicevolution:draconic_block\",Count:162s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:13s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:40s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:60s,Damage:3s}", - "{id:\"draconicevolution:draconic_ingot\",Count:18s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:54s,Damage:0s}", - "{id:\"draconicevolution:dragon_heart\",Count:100s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:202s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:202s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:202s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{id:\"draconicevolution:magnet\",Count:27s,Damage:1s}", - "{id:\"thaumadditions:zeith_fur\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:blue_bone\",Count:2s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"draco\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"draco\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"draco\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_dragon\",Count:75s,Damage:0s}", - "{id:\"iceandfire:fire_lily\",Count:2s,Damage:0s}", - "{id:\"iceandfire:frost_lily\",Count:2s,Damage:0s}", - "{id:\"iceandfire:nest\",Count:2s,Damage:0s}", - "{id:\"iceandfire:dragonscale_red\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_green\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_bronze\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_gray\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_blue\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_white\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_sapphire\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragonscale_silver\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragon_bone_block\",Count:33s,Damage:0s}", - "{id:\"iceandfire:dragon_bone_wall\",Count:22s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_brick\",Count:30s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_brick\",Count:30s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:90s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:90s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_core_disabled\",Count:191s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_core_disabled\",Count:191s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_block\",Count:67s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_block\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:bestiary\",Count:2s,tag:{Pages:[I;0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]},Damage:0s}", - "{id:\"iceandfire:fire_stew\",Count:5s,Damage:0s}", - "{id:\"iceandfire:frost_stew\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_red\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_green\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_bronze\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_gray\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_blue\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_white\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_sapphire\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonegg_silver\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_red\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_green\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_bronze\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_gray\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_blue\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_white\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_sapphire\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonscales_silver\",Count:5s,Damage:0s}", - "{id:\"iceandfire:dragonbone\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_shovel\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_pickaxe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_axe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_fire\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_sword_ice\",Count:15s,Damage:0s}", - "{id:\"iceandfire:dragonbone_arrow\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonbone_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_skull\",Count:20s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_diamond\",Count:10s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:251s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:251s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:402s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:150s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:251s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:251s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:402s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:150s,Damage:3s}", - "{id:\"iceandfire:dragon_meal\",Count:5s,Damage:0s}", - "{id:\"iceandfire:sickly_dragon_meal\",Count:3s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_flesh\",Count:15s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_flesh\",Count:15s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_heart\",Count:15s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_heart\",Count:15s,Damage:0s}", - "{id:\"iceandfire:fire_dragon_blood\",Count:15s,Damage:0s}", - "{id:\"iceandfire:ice_dragon_blood\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_flute\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:siren_flute\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_trident\",Count:3s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:15s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:15s,Damage:0s}", - "{id:\"mysticalagradditions:special\",Count:223s,Damage:4s}", - "{id:\"mysticalagradditions:awakened_draconium_seeds\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:final_star\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"woot:cell\",Count:75s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:9s,tag:{Blaze:800},Damage:9s}", - "{id:\"actuallyadditions:item_misc\",Count:18s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:13s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_weakness\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_slowness\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sword_ender\",Count:37s,Damage:0s}", - "{id:\"contenttweaker:haven_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:pixonia_artifact\",Count:121s,Damage:0s}", - "{id:\"contenttweaker:vox_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:garden_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:iromine_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:sedna_artifact\",Count:39s,Damage:0s}", - "{id:\"contenttweaker:celian_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:75s,Damage:0s}", - "{id:\"contenttweaker:candy_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:mysterium_block\",Count:54s,Damage:0s}", - "{id:\"contenttweaker:crystevian_crystal\",Count:54s,Damage:0s}", - "{id:\"minecraft:dragon_egg\",Count:100s,Damage:0s}", - "{id:\"iceandfire:egginice\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_fire\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_horn_ice\",Count:50s,Damage:0s}" - ] - }, - { - "aspect": "fluctus", - "items": [ - "{id:\"minecraft:piston\",Count:10s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:7s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"enderio:block_exit_rail\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:water_bucket\",Count:4s,Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:352s}", - "{id:\"techreborn:rolling_machine\",Count:30s,Damage:0s}", - "{id:\"techreborn:assembling_machine\",Count:7s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:7s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:7s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:6s,Damage:4s}", - "{id:\"biomesoplenty:mud\",Count:3s,Damage:0s}", - "{id:\"extracells:part.base\",Count:3s,Damage:7s}", - "{id:\"extracells:hardmedrive\",Count:3s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:6s,Damage:2s}", - "{id:\"gendustry:eject_cover\",Count:7s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"fluctus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:3s,Damage:1s}", - "{id:\"nuclearcraft:cobblestone_generator\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:108s,Damage:0s}", - "{id:\"nuclearcraft:water_source\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:water_source_compact\",Count:36s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:216s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:9s}", - "{id:\"randomthings:imbuingstation\",Count:3s,Damage:0s}", - "{id:\"openblocks:block_placer\",Count:7s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:2s}", - "{id:\"advancedrocketry:rollingmachine\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:levitator\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:7s,Damage:0s}", - "{id:\"divinerpg:aqua_torch\",Count:2s,Damage:0s}", - "{id:\"divinerpg:aquatonic_bricks\",Count:3s,Damage:0s}", - "{id:\"divinerpg:aqua_lamp\",Count:3s,Damage:0s}", - "{id:\"divinerpg:aqua_ball\",Count:18s,Damage:0s}", - "{id:\"divinerpg:aquatic_blaze_rod\",Count:13s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"fluctus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"fluctus\"}]},Damage:1s}", - "{id:\"enderio:block_decoration1\",Count:3s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:1s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:2s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:3s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:5s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:6s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:8s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:10s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:13s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:14s}", - "{id:\"enderio:block_decoration2\",Count:2s,Damage:15s}", - "{id:\"enderio:block_decoration3\",Count:2s,Damage:0s}", - "{id:\"enderio:block_decoration3\",Count:2s,Damage:1s}", - "{id:\"enderio:block_decoration3\",Count:2s,Damage:2s}", - "{id:\"enderio:block_decoration3\",Count:2s,Damage:3s}", - "{id:\"enderio:block_decoration3\",Count:2s,Damage:4s}", - "{id:\"enderio:block_detector_block\",Count:7s,Damage:0s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:7s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:7s,Damage:0s}", - "{id:\"enderio:block_niard\",Count:15s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:13s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:5s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:1s,Damage:7s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:5s,Damage:0s}", - "{id:\"appliedenergistics2:wireless_access_point\",Count:2s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:7s,Damage:0s}", - "{id:\"appliedenergistics2:spatial_io_port\",Count:10s,Damage:0s}", - "{id:\"appliedenergistics2:drive\",Count:4s,Damage:0s}", - "{id:\"appliedenergistics2:chest\",Count:4s,Damage:0s}", - "{id:\"appliedenergistics2:io_port\",Count:8s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_growth_accelerator\",Count:4s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_unit\",Count:4s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_accelerator\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_1k\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_4k\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:3s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_monitor\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:3s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:20s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:21s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:22s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:23s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:24s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:25s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:26s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:27s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:28s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:29s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:30s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:31s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:32s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:33s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:34s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:35s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:36s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:500s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:501s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:502s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:503s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:504s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:505s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:506s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:507s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:508s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:509s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:510s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:511s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:512s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:513s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:514s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:515s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:516s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:60s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:61s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:62s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:63s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:64s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:65s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:66s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:67s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:68s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:69s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:70s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:71s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:72s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:73s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:74s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:75s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:76s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:1s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:2s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:3s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:4s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:5s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:6s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:7s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:8s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:9s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:10s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:11s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:12s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:13s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:14s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:15s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:16s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:40s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:41s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:42s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:43s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:44s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:45s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:46s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:47s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:48s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:49s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:50s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:51s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:52s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:53s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:54s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:55s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:56s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:100s}", - "{id:\"appliedenergistics2:part\",Count:4s,Damage:80s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_evertide_amulet\",Count:18s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:9s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bluefire_bow\",Count:29s,Damage:0s}", - "{id:\"extracpus:crafting_storage_256k\",Count:3s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:3s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:3s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:3s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:7s,Damage:0s}", - "{id:\"hatchery:nursery_block\",Count:7s,Damage:0s}", - "{id:\"hatchery:fertilizer_mixer\",Count:7s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:7s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:water_seeds\",Count:12s,Damage:0s}", - "{id:\"xreliquary:attraction_potion\",Count:3s,Damage:0s}", - "{id:\"xreliquary:fertile_potion\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:compdrawers\",Count:15s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:12s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,tag:{Blaze:800},Damage:3s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:2s}", - "{id:\"cyclicmagic:fluid_drain\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_spreader\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:sprinkler\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:6s,Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:10s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:5s}" - ] - }, - { - "aspect": "sol", - "items": [ - "{id:\"minecraft:double_plant\",Count:3s,Damage:0s}", - "{id:\"minecraft:gold_ingot\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_sword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_shovel\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_axe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_lexicon\",Count:3s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:7s,Damage:640s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_gold\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_gold\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_gold\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_gold\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_gold\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_gold\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:33s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:8s,Damage:1s}", - "{id:\"draconicevolution:energy_storage_core\",Count:50s,Damage:0s}", - "{id:\"draconicevolution:energy_pylon\",Count:5s,Damage:0s}", - "{id:\"draconicevolution:fusion_crafting_core\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:17s,Damage:1s}", - "{id:\"draconicevolution:energy_crystal\",Count:22s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:29s,Damage:7s}", - "{id:\"draconicevolution:energy_crystal\",Count:16s,Damage:8s}", - "{id:\"draconicevolution:flow_gate\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:11s,Damage:8s}", - "{id:\"draconicevolution:reactor_part\",Count:33s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:11s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:11s,Damage:2s}", - "{id:\"draconicevolution:reactor_part\",Count:66s,Damage:3s}", - "{id:\"draconicevolution:reactor_part\",Count:48s,Damage:4s}", - "{id:\"draconicevolution:draconic_spawner\",Count:36s,Damage:0s}", - "{id:\"draconicevolution:draconic_core\",Count:15s,Damage:0s}", - "{id:\"draconicevolution:wyvern_core\",Count:45s,Damage:0s}", - "{id:\"draconicevolution:wyvern_energy_core\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:66s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:168s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:168s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:168s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:324s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:324s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:324s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:42s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:42s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:42s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:42s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:42s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:42s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:42s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:42s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:42s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:42s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:30s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:2s}", - "{id:\"draconicevolution:tool_upgrade\",Count:27s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:4s}", - "{id:\"draconicevolution:tool_upgrade\",Count:26s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:26s,Damage:6s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:9s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:10s}", - "{id:\"draconicevolution:tool_upgrade\",Count:22s,Damage:11s}", - "{id:\"draconicevolution:dislocator_bound\",Count:11s,Damage:1s}", - "{id:\"draconicevolution:dislocator_bound\",Count:11s,Damage:2s}", - "{id:\"draconicevolution:crystal_binder\",Count:11s,Damage:0s}", - "{id:\"thermalexpansion:device\",Count:7s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:128s}", - "{id:\"techreborn:cable\",Count:1s,Damage:2s}", - "{id:\"techreborn:hv_transformer\",Count:1s,Damage:0s}", - "{id:\"forestry:alveary.swarmer\",Count:7s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:15s,Damage:0s}", - "{id:\"forestry:stamps\",Count:1s,Damage:3s}", - "{id:\"bewitchment:purifying_earth\",Count:5s,Damage:0s}", - "{id:\"bewitchment:hedgewitches_carpet\",Count:2s,Damage:0s}", - "{id:\"bewitchment:greenwitch_fleece\",Count:4s,Damage:0s}", - "{id:\"bewitchment:candelabra_gold\",Count:7s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_herne_idol\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_idol\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:22s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:22s,Damage:0s}", - "{id:\"genetics:misc\",Count:7s,Damage:5s}", - "{id:\"genetics:misc\",Count:3s,Damage:6s}", - "{id:\"genetics:misc\",Count:20s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:soil_meter\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_gold\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:8s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:durable_hammer\",Count:3s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:itembuilderswand\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:itemdestructionwand\",Count:11s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:3s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_gold\",Count:18s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:3s,Damage:6s}", - "{id:\"extrautils2:ingredients\",Count:3s,Damage:7s}", - "{id:\"extrautils2:ingredients\",Count:8s,Damage:8s}", - "{id:\"extrautils2:ingredients\",Count:2s,Damage:15s}", - "{id:\"extrautils2:ingredients\",Count:1s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:book\",Count:3s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:7s,Damage:6s}", - "{id:\"extrautils2:spike_gold\",Count:6s,Damage:0s}", - "{id:\"gendustry:env_processor\",Count:3s,Damage:0s}", - "{id:\"thaumadditions:seal_globe\",Count:7s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"sol\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"nuclearcraft:cooler\",Count:30s,Damage:4s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:22s,Damage:3s}", - "{id:\"nuclearcraft:helium_collector_dense\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_dense\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:goldencompass\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:15s,Damage:0s}", - "{id:\"randomthings:eclipsedclock\",Count:15s,Damage:0s}", - "{id:\"openblocks:golden_egg\",Count:30s,Damage:0s}", - "{id:\"openblocks:generic\",Count:3s,Damage:6s}", - "{id:\"openblocks:empty_map\",Count:2s,tag:{Scale:1b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:2s,tag:{Scale:2b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:2s,tag:{Scale:3b},Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:8s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:5s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:15s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:11s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:29s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:29s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:8s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:8s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:8s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:8s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:3s,Damage:402s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:pilot_goggles\",Count:3s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:11s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:3s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_saw\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_sickle\",Count:11s,Damage:0s}", - "{id:\"libvulpes:advancedmotor\",Count:45s,Damage:0s}", - "{id:\"libvulpes:coil0\",Count:30s,Damage:2s}", - "{id:\"thaumcraft:inlay\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:recharge_pedestal\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:wand_workbench\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:mirror\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"libvulpes:linker\",Count:3s,Damage:0s}", - "{id:\"divinerpg:cyclops_pumpkin\",Count:30s,Damage:0s}", - "{id:\"divinerpg:gold_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:gold_lamp\",Count:3s,Damage:0s}", - "{id:\"advancedrocketry:spacestationchip\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_hitech\",Count:3s,tag:{chiseldata:{}},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"sol\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"sol\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:18s,Damage:11s}", - "{id:\"thaumcraft:seal\",Count:18s,Damage:12s}", - "{id:\"thaumcraft:seal\",Count:18s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:2s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:ankh_of_pray\",Count:3s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:33s,Damage:7s}", - "{id:\"enderio:item_alloy_ingot\",Count:5s,Damage:1s}", - "{id:\"enderio:item_alloy_ingot\",Count:5s,Damage:7s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:1s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:7s}", - "{id:\"enderio:item_material\",Count:10s,Damage:43s}", - "{id:\"enderio:block_decoration1\",Count:15s,Damage:7s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:7s,Damage:10s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:5s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:11s,Damage:0s}", - "{id:\"enderio:block_enderman_skull\",Count:10s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:1s,Damage:1s}", - "{id:\"enderio:block_farm_station\",Count:7s,Damage:0s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:11s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:7s,Damage:0s}", - "{id:\"enderio:block_attractor_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:22s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:16s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:15s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:23s,Damage:0s}", - "{id:\"enderio:block_slice_and_splice\",Count:7s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:7s,Damage:1s}", - "{id:\"enderio:block_soul_binder\",Count:15s,Damage:0s}", - "{id:\"enderio:block_wireless_charger\",Count:7s,Damage:0s}", - "{id:\"enderio:block_xp_vacuum\",Count:8s,Damage:0s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:3s}", - "{id:\"tconstruct:materials\",Count:3s,Damage:15s}", - "{id:\"tconstruct:materials\",Count:9s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:biometric_card\",Count:7s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:memory_card\",Count:7s,tag:{},Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:3s,Damage:25s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:27s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:53s}", - "{id:\"appliedenergistics2:material\",Count:2s,Damage:26s}", - "{id:\"appliedenergistics2:material\",Count:3s,Damage:15s}", - "{id:\"bloodmagic:blood_rune\",Count:2s,Damage:3s}", - "{id:\"bloodmagic:blood_rune\",Count:7s,Damage:9s}", - "{id:\"bloodmagic:teleposer\",Count:22s,Damage:0s}", - "{id:\"bloodmagic:soul_forge\",Count:3s,Damage:0s}", - "{id:\"bloodmagic:alchemy_table\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sacrificial_dagger\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_reader\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.health\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.stepAssist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.elytra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.arrowShot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.stormTrooper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.selfSacrifice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.fireResist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.sprintAttack\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.physicalProtect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.crippledArm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.solarPowered\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.movement\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.knockback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.quenched\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.repair\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.jump\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.experienced\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.slowness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.slowHeal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.nightSight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.fallProtect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.digSlowdown\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.slippery\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.meleeDamage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.criticalStrike\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.digging\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.battleHunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.poisonResist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.grimReaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.graveDigger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.meleeDecrease\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:7s,tag:{key:\"bloodmagic.upgrade.disoriented\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_gold\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetian_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:royal_greatblade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:diamond_bowl\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stone_bowl\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:8s,Damage:0s}", - "{id:\"aoa3:weight_enhancer\",Count:7s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:3s,tag:{},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:miningring\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:18s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:baublebox\",Count:3s,Damage:0s}", - "{id:\"botania:pylon\",Count:7s,Damage:0s}", - "{id:\"botania:pylon\",Count:5s,Damage:2s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:0s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:1s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:2s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:3s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:4s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:5s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:6s}", - "{id:\"botania:doubleflower1\",Count:3s,Damage:7s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:0s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:1s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:2s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:3s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:4s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:5s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:6s}", - "{id:\"botania:doubleflower2\",Count:3s,Damage:7s}", - "{id:\"botania:hourglass\",Count:15s,Damage:0s}", - "{id:\"botania:teruterubozu\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:focal_chalk\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:thyrsus\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:triskelion\",Count:16s,Damage:0s}", - "{id:\"bewitchment:heaven_extract\",Count:6s,Damage:0s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:0s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:1s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:2s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:3s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:4s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:5s}", - "{id:\"bibliocraft:clock\",Count:3s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:compass\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:plumbline\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:glass_sacrificial_dagger\",Count:2s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:2s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:15s,Damage:1s}", - "{id:\"bloodarsenal:gem\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:11s,Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert2\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert3\",Count:54s,Damage:0s}", - "{id:\"computercraft:computer\",Count:26s,Damage:16384s}", - "{id:\"computercraft:peripheral\",Count:7s,Damage:4s}", - "{id:\"computercraft:advanced_modem\",Count:30s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:2s,Damage:0s}", - "{id:\"erebus:petrified_wood_chest\",Count:3s,Damage:0s}", - "{id:\"erebus:altar_offering\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:ant_taming_amulet\",Count:15s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:portal_activator\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:homing_beecon\",Count:15s,tag:{},Damage:0s}", - "{id:\"extendedcrafting:material\",Count:21s,Damage:9s}", - "{id:\"extendedcrafting:material\",Count:7s,Damage:15s}", - "{id:\"bigreactors:reactorcasingcores\",Count:7s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:7s,Damage:0s}", - "{id:\"bigreactors:turbinecomputerport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorredstoneport\",Count:3s,Damage:0s}", - "{id:\"bigreactors:reactorcomputerport\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:7s,Damage:1s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:50s}", - "{id:\"mysticalagriculture:crafting\",Count:2s,Damage:51s}", - "{id:\"mysticalagriculture:crafting\",Count:1s,Damage:52s}", - "{id:\"mysticalagriculture:gold_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:soularium_seeds\",Count:15s,Damage:0s}", - "{id:\"mysticalagriculture:energetic_alloy_seeds\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:5s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:7s,Damage:0s}", - "{id:\"rftools:regeneration_module\",Count:3s,Damage:0s}", - "{id:\"rftools:regenerationplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:3s,Damage:0s}", - "{id:\"rftools:speedplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:3s,Damage:0s}", - "{id:\"rftools:saturationplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:3s,Damage:0s}", - "{id:\"rftools:featherfallingplus_module\",Count:2s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:3s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:3s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:3s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:3s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:3s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:3s,Damage:0s}", - "{id:\"rftools:relay\",Count:22s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:7s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:5s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:3s,Damage:0s}", - "{id:\"rftools:storage_scanner\",Count:7s,Damage:0s}", - "{id:\"rftools:booster\",Count:3s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_gold_chest_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_chest_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_chest_upgrade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_gold_shulker_upgrade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_shulker_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_shulker_upgrade\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_quick_sort\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_mod\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_oredict\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_enchantment_sink_mk2\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_active_supplier\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_creativetab\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_mk2\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_basic\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_insertion\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_provider\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_request\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_extractor\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_satellite\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_table\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:3s,Damage:16s}", - "{id:\"logisticspipes:pipe_controller\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:logistics_programmer\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockcontroller\",Count:7s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:7s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:3s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:5s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:magicbane\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:3s,Damage:0s}", - "{id:\"storagedrawers:upgrade_storage\",Count:7s,Damage:2s}", - "{id:\"storagedrawers:drawer_key\",Count:7s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:5s,Damage:0s}", - "{id:\"storagedrawers:personal_key\",Count:5s,Damage:0s}", - "{id:\"storagedrawers:quantify_key\",Count:5s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:5s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:2s}", - "{id:\"storagedrawers:keybutton\",Count:3s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:74s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:74s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:36s,Damage:0s}", - "{id:\"tg:ingot_light\",Count:5s,Damage:0s}", - "{id:\"tg:ingot_shade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:11s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:7s,Damage:0s}", - "{id:\"tg:block_light\",Count:33s,Damage:0s}", - "{id:\"tg:block_shade\",Count:33s,Damage:0s}", - "{id:\"thaumictinkerer:animation_tablet\",Count:7s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:15s,Damage:3s}", - "{id:\"tinker_io:upg\",Count:11s,Damage:4s}", - "{id:\"tinker_io:speedupg\",Count:1s,Damage:0s}", - "{id:\"torchmaster:feral_flare_lantern\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:goldu\",Count:7s,Damage:0s}", - "{id:\"abyssalcraft:diamondu\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:abyssalniteu\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:coraliumu\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumu\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumu\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_small\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:6s,tag:{Blaze:800},Damage:6s}", - "{id:\"actuallyadditions:item_misc\",Count:15s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:11s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:11s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:11s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:11s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:11s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:8s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:gold_paxel\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_gloves\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_ring\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_pendant\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_spreader\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_torch_launcher\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:boomerang\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:26s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:plug_power_adaptor\",Count:1s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:8s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:16s,Damage:0s}", - "{id:\"dimdoors:gold_door\",Count:22s,Damage:0s}", - "{id:\"dimdoors:gold_dimensional_door\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_remover\",Count:15s,Damage:0s}", - "{id:\"valkyrielib:modifier_speed\",Count:15s,Damage:0s}", - "{id:\"environmentaltech:modifier_haste\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:3s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:22s,Damage:7s}", - "{id:\"logisticspipes:pipe_lb.craftingmanager\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_3\",Count:56s,Damage:0s}", - "{id:\"danknull:dank_null_panel_3\",Count:15s,Damage:0s}", - "{id:\"erebus:silo_tank\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:7s,Damage:2s}", - "{id:\"enderio:item_soul_vial\",Count:3s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:stray\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:husk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:zombie_villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:skeleton_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:zombie_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:donkey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:mule\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:evocation_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:vex\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:vindication_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:illusion_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:zombie_pigman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:silverfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:blaze\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:magma_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:witch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:endermite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:shulker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:squid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:mooshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:snowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:ocelot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:villager_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:rabbit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:polar_bear\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:llama\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:parrot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"minecraft:villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:depthsghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:abyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:jzahar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:abygolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:dreadgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:dreadguard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:dragonminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:dragonboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:shadowcreature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:shadowmonster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:dreadling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:dreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:demonpig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:gskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:chagarothspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:chagarothfist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:chagaroth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:shadowbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:shadowboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antiabyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antibat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antichicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:anticow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:anticreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antighoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antipig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antiplayer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antiskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antispider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:antizombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:remnant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:omotholghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:jzaharminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:greaterdreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:lesserdreadbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:lessershoggoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:demoncow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:demonchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:demonsheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:coraliumsquid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"abyssalcraft:shuboffspring\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thermalfoundation:blizz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thermalfoundation:blitz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thermalfoundation:basalz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"draconicevolution:chaosguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"cyclicmagic:robot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"astralsorcery:entityflare\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"astralsorcery:entityspectraltool\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"astralsorcery:entityliquidspark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"botania:pixie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"botania:doppleganger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"botania:pink_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"biomesoplenty:wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"chickens:chickenschicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"deepmoblearning:glitch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"deepmoblearning:trial_enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"deepmoblearning:trial_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"deepmoblearning:trial_cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"deepmoblearning:trial_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"dimdoors:mob_monolith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.centipede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.mosquito\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.tarantula\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.bot_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.scorpion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.solifuge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.grasshopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.locust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.moth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.rhino_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.antlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.black_widow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.glow_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.bombardier_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.scytodes\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.money_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.praying_mantis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.jumping_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.fire_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.worker_bee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.velvet_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.dragon_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.titan_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.bot_fly_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.fungal_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.crop_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.woodlouse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.cicada\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.fire_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.lava_web_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.antlion_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.chameleon_tick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.solifuge_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.midge_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.punchroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.crushroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.black_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.zombie_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.tarantula_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.tarantula_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.pond_skater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.bog_maw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.magma_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.animated_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.animated_chest\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.animated_bamboo_crate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.umber_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.umber_golem_idol\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.antlion_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.honey_pot_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.zombie_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.bed_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.stag_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"erebus:erebus.gas_vent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"hatchery:roosterentity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumadditions:blue_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"industrialforegoing:pink_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"randomthings:spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"randomthings:goldenchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"openblocks:luggage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"openblocks:mini_me\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"plustic:supremeleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"plustic:blindbandit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"tg:observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:dark_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:angler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:swamp_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:wight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:sporeling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:leech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:blood_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:mire_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:mire_snail_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:lurker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:gecko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:olm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:chiromaw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:frog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:gas_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:tar_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:silt_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:pyrad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:peat_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:tarminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:mummy_arm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:fortress_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:fortress_boss_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:fortress_boss_blockade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:fortress_boss_turret\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:dreadful_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:smoll_sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:greebling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:boulder_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:spirit_tree_face_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:spirit_tree_face_large\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:root_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:small_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:large_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:shambler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:wall_lamprey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:moving_spawner_hole\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:wall_living_root\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:crypt_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:barrishee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:ash_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:triggered_falling_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:splodeshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:cc_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:emberling_shaman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:flame_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:emberling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:sludge_menace\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:draeton_dragonfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:draeton_firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:worm_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:chiromaw_matriarch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:chiromaw_hatchling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:chiromaw_tame\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:greebling_coracle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:anadia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:rock_snot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:mist_brige\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:jellyfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:jellyfish_cave\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:bubbler_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:freshwater_urchin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thebetweenlands:cave_fish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:cultistportalgreater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:cultistportallesser\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:turretbasic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:turretadvanced\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:arcanebore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:eldritchwarden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:eldritchgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:cultistleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintaclegiant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:brainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:giantbrainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:firebat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:spellbat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:pech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:mindspider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:eldritchguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:cultistknight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:cultistcleric\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:eldritchcrab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:inhabitedzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:thaumslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintcrawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintacle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintacletiny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintswarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintseed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumcraft:taintseedprime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:wild_boar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:bighorn_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:deer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:redcap\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:swarm_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:naga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:skeleton_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:hostile_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:hedge_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:hydra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:penguin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:lich_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:loyal_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:tiny_bird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:squirrel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:quest_ram\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:kobold\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:mosquito_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:death_tome\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:minotaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:minoshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:fire_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:slime_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:pinch_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:maze_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:redcap_sapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:mist_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:king_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:mini_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:tower_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:tower_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:tower_termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:tower_broodling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:ur_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:blockchain_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:goblin_knight_upper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:goblin_knight_lower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:helmet_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:knight_phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:yeti\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:yeti_alpha\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:winter_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:snow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:stable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:unstable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:snow_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:giant_miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:armored_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:ice_crystal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:harbinger_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:adherent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:roving_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:castle_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:hydra_head\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"twilightforest:boggard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"tconstruct:blueslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"natura:imp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"natura:nitrocreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bloodmagic:sentient_specter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bloodmagic:mimic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bloodmagic:corrupted_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bloodmagic:corrupted_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bloodmagic:corrupted_chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bloodmagic:corrupted_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:airhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:alarmo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:amphibior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:amphibiyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ancient_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:anemia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:angelica\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:apparition\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arc_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arc_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arcbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:archvine\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arcworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ariel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arkback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arkzyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:arocknid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:automaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:axiolight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bane\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:banshee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:baroness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:basilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:baumba\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:black_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bloodmist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bloodsucker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:blue_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:blue_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:blue_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:blue_runic_lifeform\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bobo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bomb_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bone_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bone_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:boneback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bouncer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:broccohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:brute\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bush_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:candy_corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cane_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:case_construct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cave_creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cave_creepoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:centinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cherry_barrager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cherry_blaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:chimera\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:chocko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:chomper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:clown\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:clunkhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:coniferon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_mind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_range\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_resistance\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_speed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_strength\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_terror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:corallus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:coralon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cotton_candor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:craexxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creeperlock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creepird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creepuple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:crusilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cryptid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:crystocore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dark_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dawnlight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:daysee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dead_tree\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:death_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:deinotherium\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:demon_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:desert_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:destructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:devourer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dicer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:diocus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:distorter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:doubler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dracyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dust_strider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dusteiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:duston\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dweller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dyrehorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:echodar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:eeo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:eilosapien\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:elite_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:elite_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:elite_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:elusive\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:embrake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:emperor_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:enforcer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:everbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:exohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:exoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:explodot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:eye_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:faceless_floater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:faceless_runner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fake_zorp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fischer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fishix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:flamewalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:flash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:flesh_eater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:flowerface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:flye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fungat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fungback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fungik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fungock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:fungung\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:furlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gadgetoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghastus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostine_ancient\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostly_bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostly_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostly_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostly_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostly_night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ghostly_sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:giant_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gingerbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gingerbread_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:goalby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:goldorth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:goldum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:goldus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:graw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:green_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:green_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:green_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:grillface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:grobbler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:grocculate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:grunt\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gyro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:harkos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:headless_destroyer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:headless_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hellcat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hellspot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hiding_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hill_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hive_king\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hive_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:horndron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:horon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:host\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hunch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hydrolisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hydrolon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ice_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:infernal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:inmate_x\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:inmate_y\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:iosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:irkling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:jawe\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:jumbo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:kaiyu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:kajaros\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:keeler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:king_bambambam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:king_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:king_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:king_shroomus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:klobber\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:koko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:kranky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:kror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:leafy_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lelyetian_caster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lelyetian_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lightwalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:linger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:little_bam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:living_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lollypopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lost_soul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lunarcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:luxocron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:magical_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:magicke\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mechachron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mechamaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mechbot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mechyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:merkyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mermage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mirage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:miskel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:modulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mother_void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:muckopede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:muncher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mushroom_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:natura\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:neptuno\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nethengeic_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nethengeic_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:night_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nightfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nightmare_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nightwing\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:nospike\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:occulent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:okazor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:omnilight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:opteryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:orange_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:orbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:paladin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:parasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:paravite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:penumbra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:pigotron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:pincher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:pod_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:polar_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:polytom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:primitive_carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:proshield\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:purple_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:quickpocket\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rainicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rammerhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ramradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rawbone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:raxxan\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:reaper_twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:reaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:red_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:red_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:refluct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rock_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rock_critter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rock_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rockbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:roloscope\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:runic_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:runic_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:runicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:runicorn_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sabretooth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sand_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sand_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:scrubby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sea_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sea_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sea_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sea_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sea_viper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:seeker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shadow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shadowlord\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shavo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shyre_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shyre_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:silencer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:silverfoot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skele_elder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skeledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skelekyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skeletal_cowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skeletron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skolle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:skull_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:slimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:smash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:snappy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:snow_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:soulscorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:soulvyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spectral_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sphinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spinoledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spinux\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spirit_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spirit_protector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:squasher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:squiggler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:stalker_prime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sticky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:stimulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:stimulosus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:stitches\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:stone_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:strong_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:strong_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:strong_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sugarface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:surveyor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:swamp_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:sysker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:terradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:terrestrial\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:tharafly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:tipsy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:tortione\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:toxxulous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:tracker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:tree_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:trickster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:triclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:tyrosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:undead_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:urioh\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:urka\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:urv\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:valkyrie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:vertebron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:vine_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:vinocorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:visage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:visualent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:visular\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:visulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:void_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:volar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:voliant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:voltron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:voxxulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:warclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:web_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:wickett\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:winged_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:wither_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:wood_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:xxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:yellow_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:yellow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:yellow_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zarg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zhinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:alluricorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:blissard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:compeer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:construct_of_servility\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:corby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:craggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:draggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ender_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:friendly_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gnawer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:goofer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:healing_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hellquin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hive_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:horntail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mecha_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mecha_skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:orbling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:plateosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rammerhorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rosid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shaddy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shadow_stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spikeback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spraggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:waggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:abyssal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:ambient_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:anima_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:assassin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:augury_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:baron_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:blooming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:boreic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:butchery_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:candied_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:celevian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:coratee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:corrupted_traveller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creep_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creep_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:creeponia_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:crystal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:crystal_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dungeon_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:dustopian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:elkanyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:expedition_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:explosives_expert\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:extraction_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:floro_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:foraging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:glaring_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gleaming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:glistening_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:glowing_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:golden_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gorb_arms_dealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gorb_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:gorb_engineer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:halycon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hauling_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:haunted_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:hunter_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:infusion_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:innervation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lelyetian_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lelyetian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lelyetian_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:logging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:lunar_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:meganeuropsis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:metalloid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:mystic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:naturalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:peppermint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:portal_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:precasian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:primordial_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:primordial_guide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:primordial_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:primordial_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:primordial_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:professor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:radiant_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:realmshifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:rocky_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:runation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:runic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shining_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shyre_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shyre_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:shyrelands_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:spearmint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:store_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:token_collector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:toxic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:toy_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:troll_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:trotter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:twinkling_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:undead_herald\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:withering_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_child\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_grocer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_herbalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:zal_vendor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bane_big\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:bloodlust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aoa3:corallus_shot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:ice_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:lightning_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:spirit_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:spirit_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:phoenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:magic_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:decoy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:shadow_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:storm_elemental\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"ebwizardry:wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:lizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:owl\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:snake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:black_dog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:hellhound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:feuerwurm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:werewolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:cleaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:demoness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:bafometyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:shadow_person\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:cambion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:druden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:baphomet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"bewitchment:leonard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:arid_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:cave_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:caveclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:desert_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ehu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:enthralled_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:frost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:glacon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:brown_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:white_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:jack_o_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:jungle_bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:jungle_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:jungle_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:king_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:kobblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:liopleurodon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:livestock_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:pumpkin_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:rainbour\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:rotatick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:saguaro_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:shark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:smelter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:snapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:stone_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:the_eye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:the_grue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:whale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:hell_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:hell_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:scorcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:wildfire\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ender_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ender_triplets\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ender_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:alicanto\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:fractite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:frost_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:frosty\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:glacide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:hastreus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:rollum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:workshop_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:workshop_tinkerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:eden_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:eden_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:greenfeet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:madivel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:sun_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:weak_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:behemoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:epiphite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:moon_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:termid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:verek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:wildwood_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:wildwood_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:wildwood_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:apalachia_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:apalachia_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:apalachia_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:enchanted_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:enchanted_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:advanced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:megalith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:mystic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:samek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:skythern_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:skythern_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:skythern_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:angry_bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:demon_of_darkness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:mortum_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:sorcerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:soul_stealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:soul_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:twilight_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:captain_merik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:datticon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:deathcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:death_hound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:dungeon_constructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:dungeon_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:dungeon_prisoner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:fyracryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:kazari\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:leorna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:living_statue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:paratiku\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:razorback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:golem_of_rejuvenation\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:roamer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:seimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:lord_vatticus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:war_general\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:zelus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:acid_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:biphron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:bohemite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:crypt_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:cymesoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:dissiment\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:dreamwrecker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:duo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:fake_vhraak\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:galroid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:gorgosion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:helio\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:hover_stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:kazrotic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:lheiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:lorga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:lorga_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:mandragora\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:mysterious_man_layer_1\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:shadahier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:the_hunger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:temple_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:tocaxin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:vermenous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:zone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:zoragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ancient_entity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ayeraco_blue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ayeraco_green\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ayeraco_purple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ayeraco_red\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:ayeraco_yellow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:densos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:dramix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:eternal_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:experienced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:hive_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:karot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:karos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:king_of_scorchers\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:lady_luna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:parasecta\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:quadro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:raglok\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:reyvor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:soul_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:sunstorm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:termasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:the_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:twilight_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:vamacheron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"divinerpg:wreck\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dragonegg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dragonskull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:firedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:icedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:snowvillager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:hippogryph\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:stonestatue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:gorgon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:siren\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:hippocampus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:deathworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:if_cockatrice\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:stymphalianbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:if_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_sentinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_royal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:amphithere\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:seaserpent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:myrmex_swarmer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:if_mob_skull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_thrall\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_ghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_scuttler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"iceandfire:dread_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"tfspellpack:druid_mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumicaugmentation:autocaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumicaugmentation:primal_wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"thaumicaugmentation:celestial_observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"forestry:butterflyge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:moa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:phyg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:flying_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:sheepuff\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:aerbunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:aerwhale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:swet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:sentry\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:zephyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:aechor_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:slider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:valkyrie_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:sun_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:fire_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:ice_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:thunder_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:fire_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:mini_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"aether_legacy:whirlwind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"battletowers:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:3s,tag:{entityId:\"nuclearcraft:feral_ghoul\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:26s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:26s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}" - ] - }, - { - "aspect": "metallum", - "items": [ - "{id:\"minecraft:gold_ore\",Count:10s,Damage:0s}", - "{id:\"minecraft:iron_ore\",Count:15s,Damage:0s}", - "{id:\"minecraft:gold_block\",Count:67s,Damage:0s}", - "{id:\"minecraft:iron_block\",Count:101s,Damage:0s}", - "{id:\"binniecore:storage\",Count:123s,Damage:1s}", - "{id:\"binniecore:storage\",Count:218s,Damage:2s}", - "{id:\"binniecore:storage\",Count:263s,Damage:3s}", - "{id:\"binniecore:storage\",Count:320s,Damage:4s}", - "{id:\"binniecore:storage\",Count:240s,Damage:5s}", - "{id:\"minecraft:furnace\",Count:15s,Damage:0s}", - "{id:\"minecraft:iron_bars\",Count:4s,Damage:0s}", - "{id:\"minecraft:anvil\",Count:272s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:3s,Damage:0s}", - "{id:\"tconstruct:fancy_frame\",Count:6s,Damage:5s}", - "{id:\"minecraft:sticky_piston\",Count:8s,Damage:0s}", - "{id:\"minecraft:piston\",Count:11s,Damage:0s}", - "{id:\"minecraft:tnt\",Count:15s,Damage:0s}", - "{id:\"minecraft:tripwire_hook\",Count:5s,Damage:0s}", - "{id:\"minecraft:trapped_chest\",Count:3s,Damage:0s}", - "{id:\"minecraft:light_weighted_pressure_plate\",Count:15s,Damage:0s}", - "{id:\"minecraft:heavy_weighted_pressure_plate\",Count:22s,Damage:0s}", - "{id:\"minecraft:hopper\",Count:15s,Damage:0s}", - "{id:\"minecraft:iron_trapdoor\",Count:45s,Damage:0s}", - "{id:\"minecraft:iron_door\",Count:22s,Damage:0s}", - "{id:\"minecraft:minecart\",Count:28s,Damage:0s}", - "{id:\"minecraft:chest_minecart\",Count:21s,Damage:0s}", - "{id:\"minecraft:furnace_minecart\",Count:21s,Damage:0s}", - "{id:\"minecraft:tnt_minecart\",Count:21s,Damage:0s}", - "{id:\"minecraft:hopper_minecart\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:cart.beehouse\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:cart.beehouse\",Count:21s,Damage:1s}", - "{id:\"railcraft:cart_jukebox\",Count:21s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:11s,tag:{railcraft:{kit:\"railcraft_buffer\"}},Damage:3s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_locking\"}},Damage:10s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_delayed\"}},Damage:16s}", - "{id:\"railcraft:track_kit\",Count:159s,tag:{railcraft:{kit:\"railcraft_launcher\"}},Damage:18s}", - "{id:\"railcraft:cart_cargo\",Count:21s,Damage:0s}", - "{id:\"enderio:block_exit_rail\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_axe\",Count:33s,Damage:0s}", - "{id:\"minecraft:iron_ingot\",Count:15s,Damage:0s}", - "{id:\"minecraft:gold_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_chestplate\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_leggings\",Count:58s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:chainmail_boots\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_helmet\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_chestplate\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_leggings\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:iron_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:diamond_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_chestplate\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_leggings\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:golden_boots\",Count:30s,Damage:0s}", - "{id:\"minecraft:golden_apple\",Count:201s,Damage:1s}", - "{id:\"minecraft:bucket\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:water_bucket\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:lava_bucket\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:milk_bucket\",Count:33s,Damage:0s}", - "{id:\"minecraft:compass\",Count:45s,Damage:0s}", - "{id:\"minecraft:clock\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:cake\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:shears\",Count:22s,Damage:0s}", - "{id:\"minecraft:gold_nugget\",Count:1s,Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:cauldron\",Count:78s,Damage:0s}", - "{id:\"minecraft:speckled_melon\",Count:6s,Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:blaze\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:cave_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:chicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:donkey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:enderman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:endermite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:llama\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:magma_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:mooshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:mule\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:ocelot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:parrot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:polar_bear\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:rabbit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:shulker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:silverfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:squid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:stray\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:vex\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:witch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:zombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"cyclicmagic:robot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:lizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:owl\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:snake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:black_dog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:hellhound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:werewolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:cleaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:demoness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:cambion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:druden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:baphomet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"bewitchment:leonard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.locust\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.moth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"hatchery:roosterentity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"randomthings:spirit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"plustic:supremeleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"plustic:blindbandit\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"tg:observer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:wight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:leech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:toad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:olm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:frog\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:12s,tag:{EntityTag:{id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:firebat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:pech\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:deer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:redcap\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:naga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:squirrel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:raven\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:kobold\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:death_tome\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:minotaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:king_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:firefly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:adherent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"tconstruct:blueslime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"natura:imp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"natura:nitrocreeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:airhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:alarmo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:amphibior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:anemia\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:angelica\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:angler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:apparition\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arc_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arcbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:archvine\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arcworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ariel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arkback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arkzyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:arocknid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:automaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:axiolight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bane\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:banshee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:baroness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:baumba\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:black_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bloodmist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:blue_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bobo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bone_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:boneback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bouncer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:broccohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:brute\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:bush_baby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:candy_corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cane_bug\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:case_construct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cave_creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:centinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:chimera\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:chocko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:chomper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:clown\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:clunkhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:coniferon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_mind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_range\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_speed\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_strength\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_terror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:corallus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:coralon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:corny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:craexxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creep\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creeperlock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creepird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creepuple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:crusilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cryptid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:crystocore\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dark_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dawnlight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:daysee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dead_tree\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:death_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:deinotherium\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:desert_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:destructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:devourer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dicer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:diocus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:distorter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:doubler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dracyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dust_strider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dusteiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:duston\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dweller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:echodar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:eeo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:eilosapien\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:elusive\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:embrake\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:enforcer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:everbeast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:exohead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:exoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:explodot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:eye_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fischer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fishix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:flamewalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:flash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:flowerface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:flye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fungat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fungback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fungik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fungock\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:fungung\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:furlion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghastus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:giant_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gingerbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:goalby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:goblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:goldorth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:goldum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:goldus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:graw\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:green_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:green_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:grillface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:grobbler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:grocculate\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:grunt\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gyro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:harkos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hellcat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hellspot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hill_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hive_king\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hive_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:horndron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:horon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:host\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hunch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hunter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hydrolon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:infernal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:inmate_x\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:inmate_y\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:iosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:irkling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:jawe\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:jumbo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:kaiyu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:kajaros\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:keeler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:king_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:king_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:klobber\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:koko\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:kranky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:kror\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lightwalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:linger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:little_bam\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:living_fungi\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lollypopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lost_soul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lunarcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lurker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:luxocron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:magicke\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mechachron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mechamaton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mechbot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mechyon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:merkyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mermage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mirage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:miskel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:modulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:muckopede\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:muncher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:natura\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:neptuno\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:night_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:night_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nightfly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nightwing\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:nospike\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:occulent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:okazor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:omnilight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:opteryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:orange_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:orbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:paladin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:parasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:paravite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:penumbra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:phantom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:pigotron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:pincher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:pod_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:polytom\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:proshield\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:purple_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:quickpocket\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rainicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rammerhead\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ramradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rawbone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:raxxan\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:reaver\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:red_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:refluct\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rock_critter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rock_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rockbiter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:roloscope\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:runic_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:runicorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sabretooth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sand_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sand_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sasquatch\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:scrubby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sea_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sea_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sea_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sea_viper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:seeker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shade\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shadow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shadowlord\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shavo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:silencer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:silverfoot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skele_elder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skeledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skelekyte\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skeletron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skipper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skolle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:skull_creature\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:slimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:smash\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:snappy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:snow_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:soulscorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:soulvyre\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sphinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spinoledon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spinux\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:squasher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:squiggler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sticky\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stimulo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stimulosus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stitches\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:stone_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sugarface\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:surveyor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:sysker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:terradon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:terrestrial\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:tharafly\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:tipsy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:tortione\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:toxxulous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:tracker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:trickster\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:triclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:undead_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:urioh\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:urka\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:urv\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:valkyrie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:vertebron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:vinocorne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:visage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:visualent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:visular\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:visulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:void_charger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:void_walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:volar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:voliant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:voltron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:voxxulon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:walker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:warclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:web_reaper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:wickett\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:wood_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:xxeus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:yeti\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zarg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zhinx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zorp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:alluricorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:blissard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:compeer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:corby\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:craggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:draggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gnawer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:goofer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:healing_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hellquin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:horntail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:orbling\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:penguin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:plateosaur\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rosid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shaddy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spikeback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spraggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:waggy\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:anima_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:assassin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:augury_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:butchery_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:coratee\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creep_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creep_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:elkanyne\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:expedition_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:extraction_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:foraging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:halycon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hauling_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:hunter_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:infusion_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:innervation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:logging_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:metalloid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:naturalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:portal_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:professor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:realmshifter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:runation_master\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:store_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:token_collector\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:troll_trader\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:trotter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:undead_herald\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_banker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_child\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"ebwizardry:remnant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:caveclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ehu\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:frost\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:glacon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:husk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:king_crab\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:kobblin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:miner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:rainbour\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:rotatick\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:shark\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:smelter\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:snapper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:the_eye\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:the_grue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:whale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:scorcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:wildfire\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:alicanto\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:fractite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:frosty\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:glacide\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:hastreus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:rollum\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:madivel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:behemoth\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:epiphite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:termid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:verek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:megalith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mystic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:samek\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:basilisk\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:datticon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:death_hound\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:kazari\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:leorna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:living_statue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:paratiku\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:razorback\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:roamer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:seimer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:war_general\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:wraith\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:zelus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:biphron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:bohemite\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:dissiment\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:duo\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:galroid\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:helio\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:lheiva\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:lorga\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mandragora\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:shadahier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:twins\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:vermenous\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:vhraak\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:zone\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:zoragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:densos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:dramix\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:karot\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:karos\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:parasecta\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:quadro\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:raglok\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:reyvor\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:termasect\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"divinerpg:wreck\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:firedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:icedragon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:gorgon\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:cyclops\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:siren\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:deathworm\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:if_troll\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:amphithere\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:moa\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:phyg\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:swet\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:sentry\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:mimic\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{id:\"minecraft:spawn_egg\",Count:21s,tag:{EntityTag:{id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"minecraft:iron_horse_armor\",Count:15s,Damage:0s}", - "{id:\"minecraft:golden_horse_armor\",Count:30s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:mundane\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:strong_healing\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:3s,tag:{Potion:\"minecraft:strong_harming\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:butter2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:saturation\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"cyclicmagic:hunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:shield\",Count:11s,Damage:0s}", - "{id:\"minecraft:iron_nugget\",Count:1s,Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:10s,Damage:0s}", - "{id:\"thermalfoundation:ore\",Count:10s,Damage:1s}", - "{id:\"thermalfoundation:ore\",Count:10s,Damage:2s}", - "{id:\"thermalfoundation:ore\",Count:10s,Damage:3s}", - "{id:\"thermalfoundation:storage\",Count:67s,Damage:0s}", - "{id:\"thermalfoundation:storage\",Count:67s,Damage:1s}", - "{id:\"thermalfoundation:storage\",Count:67s,Damage:2s}", - "{id:\"thermalfoundation:storage\",Count:67s,Damage:3s}", - "{id:\"thermalfoundation:storage_alloy\",Count:101s,Damage:0s}", - "{id:\"thermalfoundation:storage_alloy\",Count:67s,Damage:3s}", - "{id:\"thermalfoundation:glass\",Count:7s,Damage:0s}", - "{id:\"thermalfoundation:glass\",Count:12s,Damage:1s}", - "{id:\"thermalfoundation:glass\",Count:12s,Damage:2s}", - "{id:\"thermalfoundation:glass\",Count:7s,Damage:3s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:4s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:5s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:6s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:7s}", - "{id:\"thermalfoundation:glass\",Count:5s,Damage:8s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:0s}", - "{id:\"thermalfoundation:glass_alloy\",Count:10s,Damage:1s}", - "{id:\"thermalfoundation:glass_alloy\",Count:5s,Damage:2s}", - "{id:\"thermalfoundation:glass_alloy\",Count:12s,Damage:3s}", - "{id:\"thermalfoundation:glass_alloy\",Count:7s,Damage:4s}", - "{id:\"thermalfoundation:glass_alloy\",Count:10s,Damage:5s}", - "{id:\"thermalfoundation:glass_alloy\",Count:10s,Damage:6s}", - "{id:\"thermalfoundation:glass_alloy\",Count:9s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:wrench\",Count:41s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:meter\",Count:60s,Damage:0s}", - "{id:\"thermalfoundation:security\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tome_lexicon\",Count:18s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:0s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:1s}", - "{id:\"thermalfoundation:material\",Count:56s,Damage:24s}", - "{id:\"thermalfoundation:material\",Count:41s,Damage:25s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:26s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:27s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:64s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:65s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:66s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:67s}", - "{id:\"thermalfoundation:material\",Count:7s,Damage:97s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:99s}", - "{id:\"thermalfoundation:material\",Count:3s,Damage:100s}", - "{id:\"thermalfoundation:material\",Count:7s,Damage:101s}", - "{id:\"thermalfoundation:material\",Count:7s,Damage:102s}", - "{id:\"thermalfoundation:material\",Count:5s,Damage:103s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:128s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:129s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:130s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:131s}", - "{id:\"thermalfoundation:material\",Count:15s,Damage:160s}", - "{id:\"thermalfoundation:material\",Count:10s,Damage:163s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:192s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:193s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:194s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:195s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:224s}", - "{id:\"thermalfoundation:material\",Count:1s,Damage:227s}", - "{id:\"thermalfoundation:material\",Count:41s,Damage:256s}", - "{id:\"thermalfoundation:material\",Count:41s,Damage:257s}", - "{id:\"thermalfoundation:material\",Count:41s,Damage:258s}", - "{id:\"thermalfoundation:material\",Count:41s,Damage:259s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:260s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:261s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:262s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:263s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:264s}", - "{id:\"thermalfoundation:material\",Count:56s,Damage:288s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:289s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:290s}", - "{id:\"thermalfoundation:material\",Count:41s,Damage:291s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:292s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:293s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:294s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:295s}", - "{id:\"thermalfoundation:material\",Count:7s,Damage:322s}", - "{id:\"thermalfoundation:material\",Count:7s,Damage:323s}", - "{id:\"thermalfoundation:material\",Count:11s,Damage:512s}", - "{id:\"thermalfoundation:material\",Count:26s,Damage:640s}", - "{id:\"thermalfoundation:material\",Count:75s,Damage:656s}", - "{id:\"thermalfoundation:material\",Count:75s,Damage:657s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_copper\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_copper\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_copper\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_copper\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_tin\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_tin\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_tin\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_tin\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_silver\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_silver\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_silver\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_silver\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_lead\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_lead\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_lead\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_lead\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_steel\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_steel\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_steel\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_steel\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_electrum\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_electrum\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_electrum\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_electrum\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_invar\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_invar\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_invar\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_invar\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_bronze\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_bronze\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_bronze\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_bronze\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.helmet_constantan\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.plate_constantan\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.legs_constantan\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:armor.boots_constantan\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_copper\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_copper\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_copper\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_copper\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_copper\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_copper\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_copper\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_copper\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_tin\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_tin\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_tin\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_tin\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_tin\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_tin\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_tin\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_tin\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_silver\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_silver\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_silver\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_silver\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_silver\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_silver\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_silver\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_silver\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_lead\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_lead\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_lead\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_lead\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_lead\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_lead\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_lead\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_lead\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_aluminum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_nickel\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_platinum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_steel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_steel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_steel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_steel\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_steel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_steel\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_electrum\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_invar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sword_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shovel_bronze\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.pickaxe_bronze\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.axe_bronze\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hoe_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_bronze\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_bronze\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_bronze\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_bronze\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_bronze\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_constantan\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_iron\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_iron\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_iron\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_iron\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_iron\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_iron\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_diamond\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.bow_gold\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.fishing_rod_gold\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shears_gold\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.sickle_gold\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.hammer_gold\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.excavator_gold\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalfoundation:tool.shield_gold\",Count:53s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_copper\",Count:30s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_tin\",Count:30s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_silver\",Count:30s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_lead\",Count:30s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_steel\",Count:45s,Damage:0s}", - "{id:\"thermalfoundation:horse_armor_bronze\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:item_dislocation_inhibitor\",Count:90s,Damage:0s}", - "{id:\"draconicevolution:particle_generator\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:energy_infuser\",Count:67s,Damage:0s}", - "{id:\"draconicevolution:dislocator_receptacle\",Count:67s,Damage:0s}", - "{id:\"draconicevolution:rain_sensor\",Count:24s,Damage:0s}", - "{id:\"draconicevolution:diss_enchanter\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:45s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:33s,Damage:1s}", - "{id:\"draconicevolution:energy_storage_core\",Count:100s,Damage:0s}", - "{id:\"draconicevolution:energy_pylon\",Count:11s,Damage:0s}", - "{id:\"draconicevolution:fusion_crafting_core\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:crafting_injector\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:16s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:34s,Damage:1s}", - "{id:\"draconicevolution:energy_crystal\",Count:45s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:58s,Damage:7s}", - "{id:\"draconicevolution:energy_crystal\",Count:33s,Damage:8s}", - "{id:\"draconicevolution:flow_gate\",Count:67s,Damage:0s}", - "{id:\"draconicevolution:flow_gate\",Count:117s,Damage:8s}", - "{id:\"draconicevolution:reactor_part\",Count:135s,Damage:0s}", - "{id:\"draconicevolution:reactor_part\",Count:22s,Damage:1s}", - "{id:\"draconicevolution:reactor_part\",Count:22s,Damage:2s}", - "{id:\"draconicevolution:reactor_part\",Count:133s,Damage:3s}", - "{id:\"draconicevolution:reactor_part\",Count:97s,Damage:4s}", - "{id:\"draconicevolution:draconic_spawner\",Count:72s,Damage:0s}", - "{id:\"draconicevolution:draconic_core\",Count:30s,Damage:0s}", - "{id:\"draconicevolution:wyvern_core\",Count:90s,Damage:0s}", - "{id:\"draconicevolution:wyvern_energy_core\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:draconic_energy_core\",Count:133s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:336s,Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:336s,tag:{Energy:64000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:336s,tag:{DEUpgrades:{rfCap:3b},Energy:160000000},Damage:0s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{Energy:64000000},Damage:1s}", - "{id:\"draconicevolution:draconium_capacitor\",Count:500s,tag:{DEUpgrades:{rfCap:4b},Energy:768000000},Damage:1s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:84s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:84s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_axe\",Count:84s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:100s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:100s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_bow\",Count:100s,tag:{DEUpgrades:{arrowDmg:2b,arrowSpeed:2b,drawSpeed:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:84s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:84s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_pick\",Count:84s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:84s,tag:{},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:84s,tag:{Energy:4000000},Damage:0s}", - "{ForgeCaps:{Parent:{Size:9,Items:[]}},id:\"draconicevolution:wyvern_shovel\",Count:84s,tag:{DEUpgrades:{digSpeed:2b,digAOE:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:84s,tag:{},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:84s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_sword\",Count:84s,tag:{DEUpgrades:{attackDmg:2b,rfCap:2b,attackAOE:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:61s,Damage:0s}", - "{id:\"draconicevolution:tool_upgrade\",Count:61s,Damage:1s}", - "{id:\"draconicevolution:tool_upgrade\",Count:45s,Damage:2s}", - "{id:\"draconicevolution:tool_upgrade\",Count:56s,Damage:3s}", - "{id:\"draconicevolution:tool_upgrade\",Count:45s,Damage:4s}", - "{id:\"draconicevolution:tool_upgrade\",Count:52s,Damage:5s}", - "{id:\"draconicevolution:tool_upgrade\",Count:52s,Damage:6s}", - "{id:\"draconicevolution:tool_upgrade\",Count:45s,Damage:7s}", - "{id:\"draconicevolution:tool_upgrade\",Count:76s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:90s,Damage:9s}", - "{id:\"draconicevolution:tool_upgrade\",Count:45s,Damage:10s}", - "{id:\"draconicevolution:tool_upgrade\",Count:45s,Damage:11s}", - "{id:\"draconicevolution:dislocator_bound\",Count:22s,Damage:1s}", - "{id:\"draconicevolution:dislocator_bound\",Count:22s,Damage:2s}", - "{id:\"draconicevolution:magnet\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:16s,Damage:1s}", - "{id:\"draconicevolution:crystal_binder\",Count:22s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_helm\",Count:42s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_chest\",Count:42s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_legs\",Count:42s,tag:{DEUpgrades:{moveSpeed:2b,shieldRec:2b,shieldCap:2b,rfCap:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:42s,tag:{Energy:4000000},Damage:0s}", - "{id:\"draconicevolution:wyvern_boots\",Count:42s,tag:{DEUpgrades:{shieldRec:2b,shieldCap:2b,rfCap:2b,jumpBoost:2b},Energy:32000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:42s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_helm\",Count:42s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:42s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_chest\",Count:42s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:42s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_legs\",Count:42s,tag:{DEUpgrades:{moveSpeed:3b,shieldRec:3b,shieldCap:3b,rfCap:3b},Energy:256000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:42s,Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:42s,tag:{Energy:16000000},Damage:0s}", - "{id:\"draconicevolution:draconic_boots\",Count:42s,tag:{DEUpgrades:{shieldRec:3b,shieldCap:3b,rfCap:3b,jumpBoost:3b},Energy:256000000},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:75s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:0s}", - "{id:\"thermalexpansion:machine\",Count:83s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:1s}", - "{id:\"thermalexpansion:machine\",Count:131s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:2s}", - "{id:\"thermalexpansion:machine\",Count:83s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:3s}", - "{id:\"thermalexpansion:machine\",Count:98s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:5s}", - "{id:\"thermalexpansion:machine\",Count:80s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:6s}", - "{id:\"thermalexpansion:machine\",Count:38s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,2B,3B,3B,3B,3B],Level:0b},Damage:7s}", - "{id:\"thermalexpansion:machine\",Count:99s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:8s}", - "{id:\"thermalexpansion:machine\",Count:105s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:9s}", - "{id:\"thermalexpansion:machine\",Count:108s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;3B,1B,2B,2B,2B,2B],Level:0b},Damage:10s}", - "{id:\"thermalexpansion:machine\",Count:90s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:11s}", - "{id:\"thermalexpansion:machine\",Count:40s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:12s}", - "{id:\"thermalexpansion:machine\",Count:30s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:13s}", - "{id:\"thermalexpansion:machine\",Count:83s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:14s}", - "{id:\"thermalexpansion:machine\",Count:75s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B],Level:0b},Damage:15s}", - "{id:\"thermalexpansion:device\",Count:162s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:0s}", - "{id:\"thermalexpansion:device\",Count:137s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:1s}", - "{id:\"thermalexpansion:device\",Count:144s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:2s}", - "{id:\"thermalexpansion:device\",Count:144s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:3s}", - "{id:\"thermalexpansion:device\",Count:143s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:4s}", - "{id:\"thermalexpansion:device\",Count:152s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:5s}", - "{id:\"thermalexpansion:device\",Count:152s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:6s}", - "{id:\"thermalexpansion:device\",Count:165s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:7s}", - "{id:\"thermalexpansion:device\",Count:152s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:8s}", - "{id:\"thermalexpansion:device\",Count:157s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,1B,1B,1B,1B]},Damage:9s}", - "{id:\"thermalexpansion:device\",Count:152s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B]},Damage:10s}", - "{id:\"thermalexpansion:device\",Count:137s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;1B,1B,2B,2B,2B,2B]},Damage:11s}", - "{id:\"thermalexpansion:device\",Count:163s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{id:\"thermalexpansion:dynamo\",Count:68s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:dynamo\",Count:30s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:1s}", - "{id:\"thermalexpansion:dynamo\",Count:68s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:2s}", - "{id:\"thermalexpansion:dynamo\",Count:68s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:3s}", - "{id:\"thermalexpansion:dynamo\",Count:30s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:4s}", - "{id:\"thermalexpansion:dynamo\",Count:30s,tag:{RSControl:0b,Facing:1b,Energy:0,Level:0b},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cell\",Count:21s,tag:{Recv:10000,RSControl:0b,Facing:3b,Energy:0,SideCache:[B;2B,1B,1B,1B,1B,1B],Level:0b,Send:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:tank\",Count:38s,tag:{RSControl:0b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:cache\",Count:30s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalexpansion:strongbox\",Count:30s,tag:{Facing:3b,Level:0b},Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:18s,Damage:0s}", - "{id:\"thermalexpansion:frame\",Count:60s,Damage:64s}", - "{id:\"thermalexpansion:frame\",Count:75s,Damage:128s}", - "{id:\"thermalexpansion:augment\",Count:30s,Damage:128s}", - "{id:\"thermalexpansion:augment\",Count:38s,Damage:129s}", - "{id:\"thermalexpansion:augment\",Count:41s,Damage:256s}", - "{id:\"thermalexpansion:augment\",Count:30s,Damage:257s}", - "{id:\"thermalexpansion:augment\",Count:16s,Damage:273s}", - "{id:\"thermalexpansion:augment\",Count:63s,Damage:288s}", - "{id:\"thermalexpansion:augment\",Count:44s,Damage:303s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:304s}", - "{id:\"thermalexpansion:augment\",Count:44s,Damage:320s}", - "{id:\"thermalexpansion:augment\",Count:24s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:324s}", - "{id:\"thermalexpansion:augment\",Count:16s,Damage:336s}", - "{id:\"thermalexpansion:augment\",Count:69s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:24s,Damage:352s}", - "{id:\"thermalexpansion:augment\",Count:18s,Damage:368s}", - "{id:\"thermalexpansion:augment\",Count:77s,Damage:369s}", - "{id:\"thermalexpansion:augment\",Count:26s,Damage:400s}", - "{id:\"thermalexpansion:augment\",Count:128s,Damage:401s}", - "{id:\"thermalexpansion:augment\",Count:32s,Damage:402s}", - "{id:\"thermalexpansion:augment\",Count:24s,Damage:416s}", - "{id:\"thermalexpansion:augment\",Count:61s,Damage:432s}", - "{id:\"thermalexpansion:augment\",Count:48s,Damage:433s}", - "{id:\"thermalexpansion:augment\",Count:39s,Damage:448s}", - "{id:\"thermalexpansion:augment\",Count:39s,Damage:496s}", - "{id:\"thermalexpansion:augment\",Count:18s,Damage:497s}", - "{id:\"thermalexpansion:augment\",Count:30s,Damage:512s}", - "{id:\"thermalexpansion:augment\",Count:30s,Damage:513s}", - "{id:\"thermalexpansion:augment\",Count:10s,Damage:514s}", - "{id:\"thermalexpansion:augment\",Count:3s,Damage:515s}", - "{id:\"thermalexpansion:augment\",Count:72s,Damage:576s}", - "{id:\"thermalexpansion:augment\",Count:53s,Damage:640s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:656s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:672s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:673s}", - "{id:\"thermalexpansion:augment\",Count:30s,Damage:674s}", - "{id:\"thermalexpansion:augment\",Count:18s,Damage:688s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:704s}", - "{id:\"thermalexpansion:augment\",Count:8s,Damage:720s}", - "{id:\"techreborn:thermal_generator\",Count:25s,Damage:0s}", - "{id:\"techreborn:rolling_machine\",Count:33s,Damage:0s}", - "{id:\"techreborn:industrial_blast_furnace\",Count:75s,tag:{},Damage:0s}", - "{id:\"techreborn:alloy_smelter\",Count:75s,Damage:0s}", - "{id:\"techreborn:industrial_grinder\",Count:49s,Damage:0s}", - "{id:\"techreborn:cable\",Count:3s,Damage:0s}", - "{id:\"techreborn:cable\",Count:2s,Damage:1s}", - "{id:\"techreborn:cable\",Count:1s,Damage:2s}", - "{id:\"techreborn:cable\",Count:2s,Damage:5s}", - "{id:\"techreborn:ore\",Count:10s,Damage:6s}", - "{id:\"techreborn:ore\",Count:10s,Damage:12s}", - "{id:\"techreborn:ore\",Count:10s,Damage:13s}", - "{id:\"techreborn:ore2\",Count:10s,Damage:0s}", - "{id:\"techreborn:ore2\",Count:10s,Damage:1s}", - "{id:\"techreborn:storage\",Count:67s,Damage:5s}", - "{id:\"techreborn:dragon_egg_syphon\",Count:12s,Damage:0s}", - "{id:\"techreborn:assembling_machine\",Count:8s,Damage:0s}", - "{id:\"techreborn:diesel_generator\",Count:25s,Damage:0s}", - "{id:\"techreborn:semi_fluid_generator\",Count:25s,Damage:0s}", - "{id:\"techreborn:gas_turbine\",Count:37s,Damage:0s}", - "{id:\"techreborn:lapotronic_su\",Count:20s,Damage:0s}", - "{id:\"techreborn:industrial_sawmill\",Count:24s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:34s,Damage:0s}", - "{id:\"techreborn:plate_bending_machine\",Count:24s,Damage:0s}", - "{id:\"techreborn:electric_furnace\",Count:50s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:25s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:168s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:solid_canning_machine\",Count:52s,Damage:0s}", - "{id:\"techreborn:water_mill\",Count:25s,Damage:0s}", - "{id:\"techreborn:wind_mill\",Count:25s,Damage:0s}", - "{id:\"techreborn:wire_mill\",Count:6s,Damage:0s}", - "{id:\"techreborn:lv_transformer\",Count:24s,Damage:0s}", - "{id:\"techreborn:mv_transformer\",Count:3s,Damage:0s}", - "{id:\"techreborn:hv_transformer\",Count:4s,Damage:0s}", - "{id:\"techreborn:ev_transformer\",Count:3s,Damage:0s}", - "{id:\"techreborn:iron_furnace\",Count:67s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:28s,Damage:0s}", - "{id:\"techreborn:lamp_incandescent\",Count:9s,Damage:0s}", - "{id:\"techreborn:lamp_led\",Count:3s,Damage:0s}", - "{id:\"techreborn:alarm\",Count:52s,Damage:0s}", - "{id:\"techreborn:fluid_replicator\",Count:12s,Damage:0s}", - "{id:\"forestry:ingot_copper\",Count:10s,Damage:0s}", - "{id:\"forestry:ingot_tin\",Count:10s,Damage:0s}", - "{id:\"forestry:ingot_bronze\",Count:10s,Damage:0s}", - "{id:\"forestry:wrench\",Count:30s,Damage:0s}", - "{id:\"forestry:sturdy_machine\",Count:35s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:naturalist_helmet\",Count:7s,Damage:0s}", - "{id:\"forestry:gear_bronze\",Count:30s,Damage:0s}", - "{id:\"forestry:gear_copper\",Count:30s,Damage:0s}", - "{id:\"forestry:gear_tin\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:bronze_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:bronze_shovel\",Count:7s,Damage:0s}", - "{id:\"forestry:kit_shovel\",Count:5s,Damage:0s}", - "{id:\"forestry:kit_pickaxe\",Count:16s,Damage:0s}", - "{id:\"forestry:analyzer\",Count:56s,Damage:0s}", - "{id:\"forestry:resources\",Count:10s,Damage:1s}", - "{id:\"forestry:resources\",Count:10s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:habitat_locator\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:apiarist_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:smoker\",Count:37s,Damage:0s}", - "{id:\"forestry:alveary.swarmer\",Count:15s,Damage:0s}", - "{id:\"forestry:alveary.fan\",Count:45s,Damage:0s}", - "{id:\"forestry:alveary.heater\",Count:11s,Damage:0s}", - "{id:\"forestry:alveary.hygro\",Count:22s,Damage:0s}", - "{id:\"forestry:alveary.sieve\",Count:33s,Damage:0s}", - "{id:\"forestry:bottler\",Count:29s,Damage:0s}", - "{id:\"forestry:carpenter\",Count:71s,Damage:0s}", - "{id:\"forestry:centrifuge\",Count:71s,Damage:0s}", - "{id:\"forestry:fermenter\",Count:149s,Damage:0s}", - "{id:\"forestry:moistener\",Count:149s,Damage:0s}", - "{id:\"forestry:squeezer\",Count:71s,Damage:0s}", - "{id:\"forestry:still\",Count:26s,Damage:0s}", - "{id:\"forestry:rainmaker\",Count:123s,Damage:0s}", - "{id:\"forestry:fabricator\",Count:56s,Damage:0s}", - "{id:\"forestry:raintank\",Count:93s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:92s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:92s,Damage:0s}", - "{id:\"forestry:engine_clockwork\",Count:61s,Damage:0s}", - "{id:\"forestry:stamps\",Count:2s,Damage:1s}", - "{id:\"forestry:stamps\",Count:2s,Damage:2s}", - "{id:\"forestry:stamps\",Count:2s,Damage:3s}", - "{id:\"forestry:mailbox\",Count:48s,Damage:0s}", - "{id:\"forestry:trade_station\",Count:26s,Damage:0s}", - "{id:\"forestry:habitat_former\",Count:87s,Damage:0s}", - "{id:\"forestry:database\",Count:41s,Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:0},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:1},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:2},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:3},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:4},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:5},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:6},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:7},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:8},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:9},Damage:0s}", - "{id:\"forestry:ffarm\",Count:15s,tag:{FarmBlock:10},Damage:0s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:0},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:1},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:2},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:3},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:4},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:5},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:6},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:7},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:8},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:9},Damage:2s}", - "{id:\"forestry:ffarm\",Count:103s,tag:{FarmBlock:10},Damage:2s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:0},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:1},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:2},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:3},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:4},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:5},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:6},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:7},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:8},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:9},Damage:3s}", - "{id:\"forestry:ffarm\",Count:72s,tag:{FarmBlock:10},Damage:3s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:0},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:1},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:2},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:3},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:4},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:5},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:6},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:7},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:8},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:9},Damage:4s}", - "{id:\"forestry:ffarm\",Count:42s,tag:{FarmBlock:10},Damage:4s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:0},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:1},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:2},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:3},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:4},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:5},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:6},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:7},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:8},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:9},Damage:5s}", - "{id:\"forestry:ffarm\",Count:11s,tag:{FarmBlock:10},Damage:5s}", - "{id:\"forestry:can\",Count:1s,Damage:0s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:1s}", - "{id:\"forestry:can\",Count:1s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:grafter\",Count:7s,Damage:0s}", - "{id:\"forestry:genetic_filter\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_helmet_steel\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_chestplate_steel\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_leggings_steel\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_boots_steel\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_goggles\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"railcraft:armor_overalls\",Count:42s,Damage:0s}", - "{id:\"railcraft:rail\",Count:1s,Damage:2s}", - "{id:\"railcraft:filter_ore_dict\",Count:7s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:15s,Damage:0s}", - "{id:\"railcraft:ingot\",Count:10s,Damage:1s}", - "{id:\"railcraft:ingot\",Count:10s,Damage:2s}", - "{id:\"railcraft:ingot\",Count:10s,Damage:3s}", - "{id:\"railcraft:ingot\",Count:10s,Damage:4s}", - "{id:\"railcraft:ingot\",Count:10s,Damage:5s}", - "{id:\"railcraft:ingot\",Count:10s,Damage:9s}", - "{id:\"railcraft:gear\",Count:52s,Damage:0s}", - "{id:\"railcraft:gear\",Count:67s,Damage:1s}", - "{id:\"railcraft:gear\",Count:67s,Damage:2s}", - "{id:\"railcraft:gear\",Count:30s,Damage:3s}", - "{id:\"railcraft:gear\",Count:52s,Damage:4s}", - "{id:\"railcraft:gear\",Count:22s,Damage:5s}", - "{id:\"railcraft:ore_metal\",Count:10s,Damage:0s}", - "{id:\"railcraft:ore_metal\",Count:10s,Damage:1s}", - "{id:\"railcraft:ore_metal\",Count:10s,Damage:2s}", - "{id:\"railcraft:ore_metal\",Count:10s,Damage:3s}", - "{id:\"ae2stuff:encoder\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:wireless_kit\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:visualiser\",Count:51s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_pants\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"avaritia:infinity_boots\",Count:42s,Damage:0s}", - "{id:\"bewitchment:block_of_silver\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_symbol\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_bevel\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_sun\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_moon\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_cup\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_pentacle\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_sword\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_wand\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_pentagram\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_silver_old\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_symbol\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_bevel\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_sun\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_moon\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_cup\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_pentacle\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_sword\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_wand\",Count:67s,Damage:0s}", - "{id:\"bewitchment:block_of_cold_iron_pentagram\",Count:67s,Damage:0s}", - "{id:\"bewitchment:silver_ore\",Count:10s,Damage:0s}", - "{id:\"bewitchment:nethersteel\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_symbol\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_bevel\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_polished\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_sentient\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentacle\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_pentagram\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_skull\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_eye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_eye\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_hellish\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_watching_hellish\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_fence\",Count:3s,Damage:0s}", - "{id:\"bewitchment:nethersteel_stairs\",Count:5s,Damage:0s}", - "{id:\"bewitchment:nethersteel_slab\",Count:1s,Damage:0s}", - "{id:\"bewitchment:nethersteel_wall\",Count:1s,Damage:0s}", - "{id:\"bewitchment:goblet\",Count:15s,Damage:0s}", - "{id:\"bewitchment:filled_goblet\",Count:15s,Damage:0s}", - "{id:\"bewitchment:candelabra_gold\",Count:16s,Damage:0s}", - "{id:\"bewitchment:candelabra_iron\",Count:24s,Damage:0s}", - "{id:\"bewitchment:candelabra_silver\",Count:16s,Damage:0s}", - "{id:\"bewitchment:witches_cauldron\",Count:54s,Damage:0s}", - "{id:\"bewitchment:witches_oven\",Count:30s,Damage:0s}", - "{id:\"bewitchment:distillery\",Count:15s,Damage:0s}", - "{id:\"bewitchment:brazier\",Count:30s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_statue\",Count:4s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_statue\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_herne_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_statue\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_leonard_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_herne_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:stone_baphomet_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:nether_brick_baphomet_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:scorned_brick_baphomet_idol\",Count:4s,Damage:0s}", - "{id:\"bewitchment:gold_baphomet_idol\",Count:49s,Damage:0s}", - "{id:\"bewitchment:gold_lilith_idol\",Count:45s,Damage:0s}", - "{id:\"bewitchment:gold_moloch_idol\",Count:45s,Damage:0s}", - "{id:\"genetics:misc\",Count:116s,Damage:0s}", - "{id:\"genetics:misc\",Count:15s,Damage:5s}", - "{id:\"genetics:misc\",Count:7s,Damage:6s}", - "{id:\"genetics:misc\",Count:47s,Damage:7s}", - "{id:\"genetics:misc\",Count:87s,Damage:10s}", - "{id:\"genetics:machine\",Count:150s,Damage:0s}", - "{id:\"genetics:machine\",Count:150s,Damage:1s}", - "{id:\"genetics:machine\",Count:162s,Damage:2s}", - "{id:\"genetics:machine\",Count:127s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:132s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:117s,Damage:1s}", - "{id:\"genetics:lab_machine\",Count:213s,Damage:2s}", - "{id:\"genetics:lab_machine\",Count:148s,Damage:3s}", - "{id:\"genetics:lab_machine\",Count:117s,Damage:4s}", - "{id:\"genetics:adv_machine\",Count:105s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:soil_meter\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_iron\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:trowel_gold\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botany:botanist_bag\",Count:24s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:15s,Damage:0s}", - "{id:\"extrabees:alveary\",Count:33s,Damage:1s}", - "{id:\"extrabees:alveary\",Count:2s,Damage:4s}", - "{id:\"extrabees:alveary\",Count:123s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrabees:hive_frame.cage\",Count:3s,Damage:0s}", - "{id:\"extratrees:misc\",Count:1s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:hammer\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extratrees:durable_hammer\",Count:7s,Damage:0s}", - "{id:\"extratrees:machine\",Count:81s,Damage:0s}", - "{id:\"extratrees:machine\",Count:109s,Damage:4s}", - "{id:\"extratrees:machine\",Count:202s,Damage:5s}", - "{id:\"extratrees:machine\",Count:79s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:eternalframe\",Count:45s,Damage:0s}", - "{id:\"careerbees:ingredients\",Count:15s,Damage:4s}", - "{id:\"careerbees:ingredients\",Count:10s,Damage:5s}", - "{id:\"careerbees:ingredients\",Count:10s,Damage:6s}", - "{id:\"careerbees:ingredients\",Count:10s,Damage:7s}", - "{id:\"careerbees:ingredients\",Count:10s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.feet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"careerbees:bee.armor.head\",Count:42s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:37s,Damage:0s}", - "{id:\"chickenchunks:chunk_loader\",Count:2s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hammercore:manual\",Count:42s,Damage:0s}", - "{id:\"extracells:part.base\",Count:56s,Damage:7s}", - "{id:\"extracells:part.base\",Count:22s,Damage:8s}", - "{id:\"extracells:part.base\",Count:1s,Damage:10s}", - "{id:\"extracells:part.base\",Count:54s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:18s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:18s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.fluid\",Count:18s,tag:{fuzzyMode:\"IGNORE_ALL\"},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:24s,tag:{upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:storage.physical\",Count:24s,tag:{power:32000.0d,upgrades:{},config:{},fuzzyMode:\"IGNORE_ALL\"},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:pattern.fluid\",Count:24s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:24s,tag:{power:1600000.0d},Damage:0s}", - "{id:\"extracells:storage.casing\",Count:24s,Damage:1s}", - "{id:\"extracells:hardmedrive\",Count:33s,Damage:0s}", - "{id:\"extracells:vibrantchamberfluid\",Count:146s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:itembuilderswand\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:itemdestructionwand\",Count:22s,Damage:0s}", - "{id:\"extrautils2:trashcanfluid\",Count:24s,Damage:0s}", - "{id:\"extrautils2:angelblock\",Count:7s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:glasscutter\",Count:33s,Damage:0s}", - "{id:\"extrautils2:endershard\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_iron\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:sickle_gold\",Count:37s,Damage:0s}", - "{id:\"extrautils2:screen\",Count:4s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:7s,Damage:6s}", - "{id:\"extrautils2:ingredients\",Count:7s,Damage:7s}", - "{id:\"extrautils2:ingredients\",Count:16s,Damage:8s}", - "{id:\"extrautils2:ingredients\",Count:5s,Damage:15s}", - "{id:\"extrautils2:ingredients\",Count:3s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:angelring\",Count:1s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:wrench\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:book\",Count:7s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:6s,Damage:2s}", - "{id:\"extrautils2:grocket\",Count:4s,Damage:4s}", - "{id:\"extrautils2:grocket\",Count:15s,Damage:6s}", - "{id:\"extrautils2:indexer\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:indexerremote\",Count:3s,Damage:0s}", - "{id:\"extrautils2:miner\",Count:24s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:159s,Damage:1s}", - "{id:\"extrautils2:drum\",Count:141s,Damage:2s}", - "{id:\"extrautils2:drum\",Count:105s,Damage:3s}", - "{id:\"extrautils2:machine\",Count:2s,Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:furnace\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:crusher\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:enchanter\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_survival\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_culinary\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_lava\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_redstone\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_ender\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_potion\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_pink\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_overclock\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_tnt\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_netherstar\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_dragonsbreath\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_ice\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_death\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_enchant\"},Damage:0s}", - "{id:\"extrautils2:machine\",Count:2s,tag:{Type:\"extrautils2:generator_slime\"},Damage:0s}", - "{id:\"extrautils2:spike_iron\",Count:39s,Damage:0s}", - "{id:\"extrautils2:spike_gold\",Count:26s,Damage:0s}", - "{id:\"extrautils2:rainbowgenerator\",Count:12s,Damage:1s}", - "{id:\"extrautils2:rainbowgenerator\",Count:12s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:trowel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:hell\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:sky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:frozen_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:frozen_river\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:ice_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mushroom_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mushroom_island_shore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:beaches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:desert_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:smaller_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:jungle_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:deep_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:stone_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:cold_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:taiga_cold_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:gravel_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:white_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:origin_beach\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:alps\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:bamboo_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:bayou\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:bog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:boreal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:brushland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:chaparral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:cherry_blossom_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:cold_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:crag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:dead_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:dead_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:eucalyptus_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:fen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:flower_field\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:grassland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:highland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:land_of_lakes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:lavender_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:lush_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:lush_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:mangrove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:maple_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:meadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:moor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:mountain\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:mystic_grove\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:ominous_woods\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:orchard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:overgrown_cliffs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:prairie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:quagmire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:redwood_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:sacred_springs\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:seasonal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:shield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:snowy_coniferous_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:steppe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:temperate_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:tropical_rainforest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:wetland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:woodland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:xeric_shrubland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:alps_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:mountain_foothills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:redwood_forest_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:pasture\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:oasis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:snowy_tundra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:coral_reef\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:kelp_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:origin_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:tropical_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:volcanic_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:flower_island\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:corrupted_sands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:fungi_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:phantasmagoric_inferno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:undergarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"biomesoplenty:visceral_heap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"randomthings:spectral\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"jeid:error_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thaumcraft:magical_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thaumcraft:eerie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thaumcraft:eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_lake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:dense_twilight_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_stream\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:snowy_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:twilight_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_extreme_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_swampland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:oak_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:firefly_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:deep_mushroom_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:dark_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:enchanted_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_ice_flats\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:fire_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:dark_forest_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:highlands_center\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:thornlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"twilightforest:spooky_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"buildcraftenergy:oil_ocean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"buildcraftenergy:oil_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"appliedenergistics2:storage_biome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:abyss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_jungle_edge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:ancient_cavern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:barathos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:candyland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_birch_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_birch_forest_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_roofed_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_taiga_cold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:celeve\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_redwood_taiga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_redwood_taiga_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_extreme_hills_with_trees\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_savanna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_savanna_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_mesa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_mesa_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"minecraft:mutated_mesa_clear_rock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:creeponia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:crystevia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:deeplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:dustopia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:gardencia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:greckon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:haven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:immortallis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:iromine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:lborean\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:lelyetia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:lunalus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:mysterium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:precasia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:runandor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:shyrelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aoa3:vox_ponds\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:eden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:wildwood\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:apalachia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:skythern\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:mortum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:iceika\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:arcana\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"divinerpg:vethea\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:underground_jungle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:volcanic_desert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:subterranean_savannah\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:elysian_fields\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:ulterior_outback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:fungal_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:submerged_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:fields_sub_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"erebus:petrified_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"iceandfire:glacier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"integrateddynamics:biome_meneglin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"nuclearcraft:nuclear_wasteland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thaumicaugmentation:emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thaumicaugmentation:tainted_lands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thaumicaugmentation:emptiness_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:darklands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:darklands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:darklands_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:darklands_hills\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:darklands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:coralium_infested_swamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:abyssal_wastelands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:purified_dreadlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:dreadlands_forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:dreadlands_mountains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:omothol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:dark_realm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"abyssalcraft:purged\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:moon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:alien forest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:hotdryrock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:space\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:stormland\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:crystalchasms\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:deepswamp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:marsh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:oceanspires\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:moondark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:volcanic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"advancedrocketry:volcanicbarren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"aether_legacy:aether_highlands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"dimdoors:limbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"dimdoors:white_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"dimdoors:black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"dimdoors:dangerous_black_void\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:patchy_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:swamplands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:deep_waters\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:coarse_islands\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:raised_isles\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:sludge_plains\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:marsh_0\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:marsh_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:swamplands_clearing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:biomemarker\",Count:45s,tag:{Biome:\"thebetweenlands:sludge_plains_clearing\"},Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:0s}", - "{id:\"extrautils2:terraformer\",Count:33s,Damage:1s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:2s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:4s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:5s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:6s}", - "{id:\"extrautils2:terraformer\",Count:442s,Damage:7s}", - "{id:\"extrautils2:terraformer\",Count:34s,Damage:8s}", - "{id:\"extrautils2:terraformer\",Count:46s,Damage:9s}", - "{id:\"extrautils2:opinium\",Count:75s,Damage:0s}", - "{id:\"extrautils2:opinium\",Count:314s,Damage:1s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:2s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:3s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:4s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:5s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:6s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:7s}", - "{id:\"extrautils2:opinium\",Count:500s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:lawsword\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:compoundbow\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:fireaxe\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"microblockcbe:saw_iron\",Count:11s,Damage:0s}", - "{id:\"gendustry:gene_sample_blank\",Count:30s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:207s,Damage:17s}", - "{id:\"gendustry:apiary.upgrade\",Count:23s,Damage:11s}", - "{id:\"gendustry:apiary.upgrade\",Count:23s,Damage:2s}", - "{id:\"gendustry:apiary.upgrade\",Count:207s,Damage:20s}", - "{id:\"gendustry:apiary.upgrade\",Count:53s,Damage:5s}", - "{id:\"gendustry:apiary.upgrade\",Count:62s,Damage:14s}", - "{id:\"gendustry:apiary.upgrade\",Count:53s,Damage:4s}", - "{id:\"gendustry:apiary.upgrade\",Count:207s,Damage:13s}", - "{id:\"gendustry:apiary.upgrade\",Count:146s,Damage:22s}", - "{id:\"gendustry:apiary.upgrade\",Count:207s,Damage:16s}", - "{id:\"gendustry:apiary.upgrade\",Count:53s,Damage:7s}", - "{id:\"gendustry:apiary.upgrade\",Count:23s,Damage:1s}", - "{id:\"gendustry:apiary.upgrade\",Count:23s,Damage:10s}", - "{id:\"gendustry:apiary.upgrade\",Count:23s,Damage:19s}", - "{id:\"gendustry:apiary.upgrade\",Count:207s,Damage:18s}", - "{id:\"gendustry:apiary.upgrade\",Count:68s,Damage:3s}", - "{id:\"gendustry:apiary.upgrade\",Count:207s,Damage:21s}", - "{id:\"gendustry:apiary.upgrade\",Count:23s,Damage:12s}", - "{id:\"gendustry:apiary.upgrade\",Count:53s,Damage:6s}", - "{id:\"gendustry:apiary.upgrade\",Count:54s,Damage:15s}", - "{id:\"gendustry:apiary.upgrade\",Count:84s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:120s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_grafter\",Count:120s,tag:{charge:100000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:115s,tag:{charge:0},Damage:100s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:industrial_scoop\",Count:115s,tag:{charge:5000},Damage:1s}", - "{id:\"gendustry:mutagen_tank\",Count:45s,Damage:0s}", - "{id:\"gendustry:bee_receptacle\",Count:48s,Damage:0s}", - "{id:\"gendustry:power_module\",Count:154s,Damage:0s}", - "{id:\"gendustry:env_processor\",Count:7s,Damage:0s}", - "{id:\"gendustry:upgrade_frame\",Count:31s,Damage:0s}", - "{id:\"gendustry:climate_module\",Count:75s,Damage:0s}", - "{id:\"gendustry:eject_cover\",Count:54s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:54s,Damage:0s}", - "{id:\"gendustry:error_sensor_cover\",Count:30s,Damage:0s}", - "{id:\"gendustry:mutagen_producer\",Count:378s,Damage:0s}", - "{id:\"gendustry:mutatron\",Count:298s,Damage:0s}", - "{id:\"gendustry:industrial_apiary\",Count:132s,Damage:0s}", - "{id:\"gendustry:imprinter\",Count:336s,Damage:0s}", - "{id:\"gendustry:sampler\",Count:300s,Damage:0s}", - "{id:\"gendustry:mutatron_advanced\",Count:462s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:292s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:276s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:272s,Damage:0s}", - "{id:\"gendustry:replicator\",Count:380s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:adaminite_nugget\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:mithminite_nugget\",Count:5s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_ingot\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:adaminite_ingot\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:mithminite_ingot\",Count:71s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_plate\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:adaminite_plate\",Count:16s,Damage:0s}", - "{id:\"thaumadditions:mithminite_plate\",Count:53s,Damage:0s}", - "{id:\"thaumadditions:adaminite_fabric\",Count:8s,Damage:0s}", - "{id:\"thaumadditions:mithminite_fabric\",Count:38s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_resonator\",Count:51s,Damage:0s}", - "{id:\"thaumadditions:levitation_device\",Count:31s,Damage:0s}", - "{id:\"thaumadditions:seal_globe\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:mithminite_blade\",Count:192s,Damage:0s}", - "{id:\"thaumadditions:mithminite_handle\",Count:150s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:fragnant_pendant\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:bone_eye\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_thaumometer\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_pickaxe\",Count:44s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_shovel\",Count:12s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_axe\",Count:24s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:void_elemental_hoe\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:shadow_beam_staff\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:essentia_pistol\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:the_beheader\",Count:69s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_sword\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_scythe\",Count:336s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_hood\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_robe\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_belt\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:adaminite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_hood\",Count:258s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_robe\",Count:471s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_belt\",Count:207s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:mithminite_boots\",Count:212s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:elder_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:wither_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:stray\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:zombie_villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:skeleton_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:zombie_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:donkey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:mule\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:evocation_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:vex\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:vindication_illager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:zombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:zombie_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:enderman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:cave_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:silverfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:blaze\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:magma_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:witch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:endermite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:shulker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:squid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:mooshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:ocelot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:rabbit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:polar_bear\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:llama\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:parrot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"minecraft:villager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:depthsghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:evilpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:abyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:jzahar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:abygolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:dreadgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:dreadguard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:dragonminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:dragonboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:shadowcreature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:shadowmonster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:dreadling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:dreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:demonpig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:gskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:chagarothspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:chagarothfist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:chagaroth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:shadowbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:shadowboss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antiabyssalzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antibat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antichicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:anticow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:anticreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antighoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antipig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antiplayer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antiskeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antispider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:antizombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:omotholghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:jzaharminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:greaterdreadspawn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:lesserdreadbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:lessershoggoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:evilcow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:evilchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:demoncow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:demonchicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:evilsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:demonsheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:coraliumsquid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"abyssalcraft:shuboffspring\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thermalfoundation:blizz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thermalfoundation:blitz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thermalfoundation:basalz\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"cyclicmagic:robot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"biomesoplenty:wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"deepmoblearning:glitch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"dimdoors:mob_monolith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.wasp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.centipede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.mosquito\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.tarantula\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.bot_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.scorpion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.solifuge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.grasshopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.locust\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.moth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.rhino_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.antlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.black_widow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.glow_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.scytodes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.money_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.praying_mantis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.jumping_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.fire_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.worker_bee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.velvet_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.dragon_fly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.titan_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.bot_fly_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.fungal_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.crop_weevil\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.woodlouse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.cicada\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.fire_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.lava_web_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.antlion_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.chameleon_tick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.midge_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.punchroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.crushroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.black_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.tarantula_mini_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.tarantula_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.pond_skater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.bog_maw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.magma_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.antlion_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.honey_pot_ant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.bombardier_beetle_larva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.zombie_ant_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"erebus:erebus.stag_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"hatchery:roosterentity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumadditions:blue_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"industrialforegoing:pink_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"randomthings:spirit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"plustic:supremeleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"plustic:blindbandit\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"tg:observer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:dark_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:swamp_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:wight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:sporeling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:leech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:dragonfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:blood_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:mire_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:gecko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:olm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:chiromaw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:frog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:gas_cloud\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:tar_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:silt_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:pyrad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:peat_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:tarminion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:fortress_boss\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:dreadful_mummy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:smoll_sludge\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:greebling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:boulder_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:root_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:small_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:large_sludge_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:tiny_sludge_worm_helper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:shambler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:wall_lamprey\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:moving_spawner_hole\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:wall_living_root\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:crypt_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:barrishee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:ash_sprite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:triggered_sludge_wall_jet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:splodeshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:emberling_shaman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:wild_emberling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:sludge_menace\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_greebling_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:chiromaw_matriarch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:greebling_coracle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:anadia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:rock_snot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:jellyfish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:jellyfish_cave\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:bubbler_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:freshwater_urchin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thebetweenlands:cave_fish\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:cultistportalgreater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:cultistportallesser\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:eldritchwarden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:eldritchgolem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:cultistleader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:taintaclegiant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:brainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:giantbrainyzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:firebat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:spellbat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:pech\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:mindspider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:eldritchguardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:cultistknight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:cultistcleric\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:eldritchcrab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:inhabitedzombie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:thaumslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:taintcrawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:taintacle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:taintswarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:taintseed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumcraft:taintseedprime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:wild_boar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:bighorn_sheep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:deer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:redcap\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:swarm_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:naga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:skeleton_druid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:hostile_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:hedge_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:tiny_bird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:squirrel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:quest_ram\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:kobold\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:mosquito_swarm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:death_tome\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:minotaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:minoshroom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:fire_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:slime_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:pinch_beetle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:maze_slime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:redcap_sapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:mist_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:king_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:firefly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:mini_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:tower_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:tower_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:tower_termite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:tower_broodling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:ur_ghast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:blockchain_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:goblin_knight_lower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:helmet_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:knight_phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:yeti_alpha\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:winter_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:snow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:stable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:unstable_ice_core\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:snow_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:giant_miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:armored_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:ice_crystal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:harbinger_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:adherent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"twilightforest:roving_cube\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"tconstruct:blueslime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"natura:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"natura:nitrocreeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:airhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:alarmo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:amphibior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:amphibiyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ancient_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:anemia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:angelica\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:angler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:apparition\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arc_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arc_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arcbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:archvine\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arcworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ariel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arkback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arkzyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:arocknid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:automaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:axiolight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bane\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:banshee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:baroness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:baumba\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:black_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bloodmist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bloodsucker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:blue_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:blue_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:blue_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:blue_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bobo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bomb_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bone_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bone_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:boneback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bouncer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:broccohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:brute\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:bush_baby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:candy_corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cane_bug\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:case_construct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cave_creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cave_creepoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:centinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cherry_barrager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cherry_blaster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:chimera\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:chocko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:chomper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:clown\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:clunkhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:coniferon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_mind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_range\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_resistance\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_speed\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_strength\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_terror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:corallus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:coralon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:corny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cotton_candor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:craexxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creep\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creeperlock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creepird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creepuple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:crusilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cryptid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:crystocore\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dark_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dawnlight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:daysee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dead_tree\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:death_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:deinotherium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:demon_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:desert_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:destructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:devourer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dicer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:diocus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:distorter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:doubler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dracyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dust_strider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dusteiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:duston\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dweller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dyrehorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:echodar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:eeo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:eilosapien\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:elite_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:elite_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:elite_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:elusive\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:embrake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:emperor_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:enforcer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:everbeast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:exohead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:exoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:explodot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:eye_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:faceless_floater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:faceless_runner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fake_pigman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fischer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fishix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:flamewalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:flash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:flesh_eater\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:flowerface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:flye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fungat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fungback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fungik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fungock\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:fungung\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:furlion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gadgetoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghastus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostine_ancient\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostly_bugeye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostly_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostly_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostly_goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostly_night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ghostly_sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:giant_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gingerbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gingerbread_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:goalby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:goblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:goldorth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:goldum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:goldus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:graw\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:green_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:green_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:green_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:green_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:grillface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:grobbler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:grocculate\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:grunt\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gyro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:harkos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:headless_destroyer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:headless_hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hellcat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hellspot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hiding_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hill_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hive_king\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hive_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:horndron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:horon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:host\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hunch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hunter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hydrolisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hydrolon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:infernal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:inmate_x\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:inmate_y\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:iosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:irkling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:jawe\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:jumbo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:kaiyu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:kajaros\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:keeler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:king_bambambam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:king_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:king_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:king_shroomus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:klobber\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:koko\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:kranky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:kror\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:leafy_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lelyetian_caster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lelyetian_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lightwalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:linger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:little_bam\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:living_fungi\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lollypopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lost_soul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lunarcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lurker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:luxocron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:magical_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:magicke\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mechachron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mechamaton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mechbot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mechyon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:merkyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mermage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mirage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:miskel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:modulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mother_void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:muckopede\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:muncher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mushroom_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:natura\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:neptuno\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nethengeic_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nethengeic_wither\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:night_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:night_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nightfly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nightmare_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nightwing\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:nospike\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:occulent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:okazor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:omnilight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:opteryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:orange_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:orbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:paladin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:parasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:paravite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:penumbra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:phantom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:pigotron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:pincher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:pod_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:polar_ursa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:polytom\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:primitive_carrotop\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:proshield\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:purple_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:quickpocket\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rainicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rammerhead\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ramradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rawbone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:raxxan\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:reaper_twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:reaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:red_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:red_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:red_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:refluct\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rock_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rock_critter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rock_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rockbiter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:roloscope\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:runic_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:runic_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:runicorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:runicorn_rider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sabretooth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sand_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sand_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sasquatch\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:scrubby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sea_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sea_skeleton\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sea_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sea_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sea_viper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:seeker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shade\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shadow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shadowlord\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shavo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shyre_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shyre_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:silencer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:silverfoot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skele_elder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skeledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skelekyte\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skeletal_cowman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skeletron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skipper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skolle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:skull_creature\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:slimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:smash\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:snappy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:snow_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:soulscorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:soulvyre\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spectral_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sphinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spinoledon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spinux\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spirit_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spirit_protector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:squasher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:squiggler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stalker_prime\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sticky\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stimulo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stimulosus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stitches\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:stone_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:strong_skele_hopper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:strong_skele_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:strong_skeleman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sugarface\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:surveyor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:swamp_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:sysker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:terradon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:terrestrial\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:tharafly\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:tipsy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:tortione\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:toxxulous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:tracker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:trickster\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:triclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:tyrosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:undead_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:urioh\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:urka\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:urv\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:valkyrie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:vertebron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:vine_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:vinocorne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:visage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:visualent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:visular\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:visulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:void_charger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:void_walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:volar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:voliant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:voltron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:voxxulon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:walker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:warclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:web_reaper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:wickett\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:winged_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:wither_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:wood_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:xxeus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:yellow_flower\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:yellow_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:yellow_rune_templar\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:yellow_runic_lifeform\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:yeti\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zarg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zhinx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zorp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:alluricorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:blissard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:compeer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:construct_of_servility\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:corby\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:craggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:draggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ender_carrier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:friendly_creeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gnawer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:goofer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:healing_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hellquin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:horntail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mecha_cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mecha_skellox\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:orbling\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:penguin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:plateosaur\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rammerhorn\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rosid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shaddy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shadow_stalker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spikeback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spraggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:waggy\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:abyssal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:ambient_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:anima_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:assassin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:augury_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:baron_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:blooming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:boreic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:butchery_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:candied_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:celevian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:coratee\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:corrupted_traveller\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creep_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creep_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:creeponia_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:crystal_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:crystal_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dungeon_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:dustopian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:elkanyne\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:expedition_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:explosives_expert\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:extraction_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:floro_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:foraging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:glaring_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gleaming_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:glistening_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:glowing_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:golden_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gorb_arms_dealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gorb_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:gorb_engineer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:halycon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hauling_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:haunted_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:hunter_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:infusion_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:innervation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lelyetian_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lelyetian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lelyetian_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:logging_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:lunar_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:meganeuropsis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:metalloid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:mystic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:naturalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:peppermint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:portal_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:precasian_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:primordial_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:primordial_guide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:primordial_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:primordial_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:primordial_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:professor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:radiant_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:realmshifter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:rocky_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:runation_master\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:runic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shining_pixon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shyre_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shyre_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:shyrelands_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:spearmint_snail\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:store_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:token_collector\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:toxic_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:toy_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:troll_trader\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:trotter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:twinkling_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:undead_herald\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:withering_lottoman\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_banker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_child\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_citizen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_grocer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_herbalist\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aoa3:zal_vendor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:ice_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:lightning_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:spirit_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:spirit_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:phoenix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:ice_giant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:shadow_wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:storm_elemental\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:evil_wizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"ebwizardry:remnant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:lizard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:owl\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:raven\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:snake\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:toad\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:black_dog\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:ghost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:hellhound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:feuerwurm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:werewolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:cleaver\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:demoness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:imp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:bafometyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:shadow_person\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:cambion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:druden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:baphomet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"bewitchment:leonard\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:arid_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:cave_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:caveclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:desert_crawler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ehu\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:enthralled_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:frost\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:glacon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:brown_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:white_grizzle\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:husk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:jack_o_man\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:jungle_bat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:jungle_dramcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:jungle_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:king_crab\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:kobblin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:liopleurodon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:livestock_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:miner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:pumpkin_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:rainbour\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:rotatick\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:saguaro_worm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:shark\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:smelter\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:snapper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:stone_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:the_eye\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:the_grue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:whale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:hell_pig\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:hell_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:scorcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:wildfire\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ender_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ender_triplets\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ender_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:alicanto\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:fractite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:frost_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:frosty\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:glacide\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:hastreus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:rollum\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:workshop_merchant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:workshop_tinkerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:eden_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:eden_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:greenfeet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:madivel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:sun_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:weak_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:behemoth\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:epiphite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:moon_wolf\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:termid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:verek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:wildwood_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:wildwood_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:wildwood_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:apalachia_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:apalachia_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:apalachia_tomo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:enchanted_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:enchanted_warrior\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:spellbinder\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:advanced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:megalith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mystic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:samek\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:skythern_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:skythern_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:skythern_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:angry_bunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:basilisk\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:demon_of_darkness\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mortum_cadillion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:sorcerer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:soul_stealer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:soul_spider\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:twilight_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:captain_merik\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:datticon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:deathcryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:death_hound\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:dungeon_constructor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:dungeon_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:dungeon_prisoner\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:fyracryx\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:kazari\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:leorna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:living_statue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:paratiku\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:razorback\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:golem_of_rejuvenation\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:roamer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:seimer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:lord_vatticus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:war_general\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:wraith\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:zelus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:acid_hag\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:biphron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:bohemite\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:crypt_keeper\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:cymesoid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:dissiment\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:dreamwrecker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:duo\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:fake_vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:galroid\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:gorgosion\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:helio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:hive_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:hover_stinger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:kazrotic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:lheiva\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:lorga\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:lorga_flight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mandragora\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_1\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_2\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:mysterious_man_layer_3\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:shadahier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:the_hunger\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:temple_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:tocaxin\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:twins\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:vermenous\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:vhraak\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:zone\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:zoragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ancient_entity\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ayeraco_blue\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ayeraco_green\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ayeraco_purple\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ayeraco_red\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:ayeraco_yellow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:densos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:dramix\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:eternal_archer\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:experienced_cori\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:hive_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:karot\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:karos\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:king_of_scorchers\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:lady_luna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:parasecta\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:quadro\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:raglok\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:reyvor\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:soul_fiend\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:sunstorm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:termasect\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:the_watcher\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:twilight_demon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:vamacheron\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"divinerpg:wreck\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:firedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:icedragon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:snowvillager\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:hippogryph\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:gorgon\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:if_pixie\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:cyclops\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:siren\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:hippocampus\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:deathworm\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:if_cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:stymphalianbird\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:if_troll\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:myrmex_worker\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:myrmex_soldier\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:myrmex_sentinel\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:myrmex_royal\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:myrmex_queen\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:amphithere\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:seaserpent\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_thrall\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_ghoul\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_beast\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_scuttler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_lich\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_knight\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:dread_horse\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"iceandfire:if_hydra\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"tfspellpack:druid_mage\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_guardian\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_warden\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumicaugmentation:primal_wisp\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"thaumicaugmentation:eldritch_golem\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:moa\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:phyg\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:flying_cow\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:sheepuff\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:aerbunny\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:aerwhale\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:swet\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:cockatrice\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:sentry\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:zephyr\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:aechor_plant\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:mimic\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"aether_legacy:whirlwind\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:dna_sample\",Count:57s,tag:{Entity:{Id:\"nuclearcraft:feral_ghoul\"}},Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"metallum\"}]},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aer\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"terra\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ignis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aqua\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ordo\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"perditio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vacuos\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"lux\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"gelum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vitreus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"victus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"mortuus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"potentia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"permutatio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"praecantatio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"auram\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"alkimia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vitium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"tenebrae\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"alienis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"volatus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"herba\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"instrumentum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"fabrico\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"machina\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"vinculum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"spiritus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"cognitio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sensus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"aversio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"praemunio\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"desiderium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"exanimis\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"bestia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"humanus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"coralos\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sol\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"luna\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"stellae\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"diabolus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"fluctus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"sonus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"exitium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"caeles\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"draco\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"infernum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"ventus\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"visum\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"imperium\"},Damage:0s}", - "{id:\"thaumadditions:seal_symbol\",Count:3s,tag:{Aspect:\"mythus\"},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:void_seed\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:chester\",Count:24s,Damage:0s}", - "{id:\"thaumadditions:mithrillium_smelter\",Count:108s,Damage:0s}", - "{id:\"thaumadditions:adaminite_smelter\",Count:143s,Damage:0s}", - "{id:\"thaumadditions:mithminite_smelter\",Count:308s,Damage:0s}", - "{id:\"thaumadditions:aura_disperser\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:aspect_combiner\",Count:21s,Damage:0s}", - "{id:\"thaumadditions:aura_charger\",Count:31s,Damage:0s}", - "{id:\"thaumadditions:crystal_crusher\",Count:37s,Damage:0s}", - "{id:\"thaumadditions:crystal_bore\",Count:15s,Damage:0s}", - "{id:\"thaumadditions:entity_summoner\",Count:123s,Damage:0s}", - "{id:\"thaumadditions:flux_concentrator\",Count:41s,Damage:0s}", - "{id:\"thaumadditions:cake\",Count:10s,Damage:0s}", - "{id:\"thaumadditions:growth_chamber\",Count:48s,Damage:0s}", - "{id:\"thaumadditions:seal\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:shadow_enchanter\",Count:148s,Damage:0s}", - "{id:\"thaumadditions:thaumic_lectern\",Count:22s,Damage:0s}", - "{id:\"thaumadditions:void_anvil\",Count:276s,Damage:0s}", - "{id:\"thaumadditions:essentia_sink\",Count:1s,Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"metallum\"},Damage:0s}", - "{id:\"thaumadditions:mithrillium_block\",Count:148s,Damage:0s}", - "{id:\"thaumadditions:adaminite_block\",Count:148s,Damage:0s}", - "{id:\"thaumadditions:mithminite_block\",Count:479s,Damage:0s}", - "{id:\"thaumadditions:amber_lamp\",Count:4s,Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:10s,Damage:0s}", - "{id:\"nuclearcraft:ore\",Count:10s,Damage:1s}", - "{id:\"nuclearcraft:ore\",Count:10s,Damage:2s}", - "{id:\"nuclearcraft:ore\",Count:10s,Damage:4s}", - "{id:\"nuclearcraft:cooler\",Count:60s,Damage:4s}", - "{id:\"nuclearcraft:cooler\",Count:90s,Damage:11s}", - "{id:\"nuclearcraft:cooler\",Count:60s,Damage:13s}", - "{id:\"nuclearcraft:cooler\",Count:60s,Damage:14s}", - "{id:\"nuclearcraft:nuclear_furnace_idle\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:manufactory_idle\",Count:38s,Damage:0s}", - "{id:\"nuclearcraft:isotope_separator_idle\",Count:91s,Damage:0s}", - "{id:\"nuclearcraft:fuel_reprocessor_idle\",Count:26s,Damage:0s}", - "{id:\"nuclearcraft:alloy_furnace_idle\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:supercooler_idle\",Count:36s,Damage:0s}", - "{id:\"nuclearcraft:electrolyser_idle\",Count:48s,Damage:0s}", - "{id:\"nuclearcraft:irradiator_idle\",Count:36s,Damage:0s}", - "{id:\"nuclearcraft:ingot_former_idle\",Count:17s,Damage:0s}", - "{id:\"nuclearcraft:pressurizer_idle\",Count:46s,Damage:0s}", - "{id:\"nuclearcraft:chemical_reactor_idle\",Count:79s,Damage:0s}", - "{id:\"nuclearcraft:salt_mixer_idle\",Count:109s,Damage:0s}", - "{id:\"nuclearcraft:crystallizer_idle\",Count:64s,Damage:0s}", - "{id:\"nuclearcraft:dissolver_idle\",Count:60s,Damage:0s}", - "{id:\"nuclearcraft:extractor_idle\",Count:86s,Damage:0s}", - "{id:\"nuclearcraft:centrifuge_idle\",Count:122s,Damage:0s}", - "{id:\"nuclearcraft:rock_crusher_idle\",Count:89s,Damage:0s}", - "{id:\"nuclearcraft:machine_interface\",Count:142s,Damage:0s}", - "{id:\"nuclearcraft:fission_controller_new_fixed\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:fission_port\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_du\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:solar_panel_elite\",Count:155s,Damage:0s}", - "{id:\"nuclearcraft:decay_generator\",Count:30s,Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_advanced\",Count:7s,tag:{maxTransfer:320000,capacity:6400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_du\",Count:68s,tag:{maxTransfer:1280000,capacity:25600000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:voltaic_pile_elite\",Count:214s,tag:{maxTransfer:5120000,capacity:102400000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_basic\",Count:54s,tag:{maxTransfer:1600000,capacity:32000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_advanced\",Count:121s,tag:{maxTransfer:6400000,capacity:128000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_du\",Count:317s,tag:{maxTransfer:25600000,capacity:512000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:lithium_ion_battery_elite\",Count:500s,tag:{maxTransfer:102400000,capacity:2048000000,energy:0},Damage:0s}", - "{id:\"nuclearcraft:buffer\",Count:60s,Damage:0s}", - "{id:\"nuclearcraft:active_cooler\",Count:88s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_controller\",Count:54s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_frame\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vent\",Count:26s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_vessel\",Count:84s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_heater\",Count:84s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_moderator\",Count:99s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_distributor\",Count:73s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_retriever\",Count:73s,Damage:0s}", - "{id:\"nuclearcraft:salt_fission_redstone_port\",Count:45s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_controller\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_frame\",Count:11s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_vent\",Count:26s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_copper\",Count:13s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_hard_carbon\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:heat_exchanger_tube_thermoconducting\",Count:21s,Damage:0s}", - "{id:\"nuclearcraft:turbine_rotor_blade_steel\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:turbine_rotor_bearing\",Count:3s,Damage:0s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:45s,Damage:3s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:45s,Damage:4s}", - "{id:\"nuclearcraft:turbine_dynamo_coil\",Count:45s,Damage:5s}", - "{id:\"nuclearcraft:turbine_inlet\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:turbine_outlet\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:accelerator_electromagnet_idle\",Count:54s,Damage:0s}", - "{id:\"nuclearcraft:electromagnet_supercooler_idle\",Count:70s,Damage:0s}", - "{id:\"nuclearcraft:helium_collector_compact\",Count:7s,Damage:0s}", - "{id:\"nuclearcraft:helium_collector_dense\",Count:49s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_compact\",Count:97s,Damage:0s}", - "{id:\"nuclearcraft:cobblestone_generator_dense\",Count:500s,Damage:0s}", - "{id:\"nuclearcraft:water_source\",Count:15s,Damage:0s}", - "{id:\"nuclearcraft:water_source_compact\",Count:97s,Damage:0s}", - "{id:\"nuclearcraft:water_source_dense\",Count:500s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector\",Count:49s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_compact\",Count:301s,Damage:0s}", - "{id:\"nuclearcraft:nitrogen_collector_dense\",Count:500s,Damage:0s}", - "{id:\"nuclearcraft:radiation_scrubber\",Count:54s,Damage:0s}", - "{id:\"nuclearcraft:geiger_block\",Count:13s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:10s,Damage:0s}", - "{id:\"nuclearcraft:ingot\",Count:10s,Damage:1s}", - "{id:\"nuclearcraft:ingot\",Count:10s,Damage:2s}", - "{id:\"nuclearcraft:ingot\",Count:10s,Damage:4s}", - "{id:\"nuclearcraft:ingot\",Count:10s,Damage:13s}", - "{id:\"nuclearcraft:dust\",Count:10s,Damage:0s}", - "{id:\"nuclearcraft:dust\",Count:10s,Damage:1s}", - "{id:\"nuclearcraft:dust\",Count:10s,Damage:2s}", - "{id:\"nuclearcraft:dust\",Count:10s,Damage:13s}", - "{id:\"nuclearcraft:alloy\",Count:10s,Damage:0s}", - "{id:\"nuclearcraft:alloy\",Count:15s,Damage:5s}", - "{id:\"nuclearcraft:part\",Count:15s,Damage:2s}", - "{id:\"nuclearcraft:part\",Count:18s,Damage:3s}", - "{id:\"nuclearcraft:part\",Count:41s,Damage:7s}", - "{id:\"nuclearcraft:part\",Count:57s,Damage:8s}", - "{id:\"nuclearcraft:part\",Count:27s,Damage:9s}", - "{id:\"nuclearcraft:part\",Count:8s,Damage:10s}", - "{id:\"nuclearcraft:part\",Count:37s,Damage:11s}", - "{id:\"nuclearcraft:upgrade\",Count:16s,Damage:0s}", - "{id:\"nuclearcraft:upgrade\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:geiger_counter\",Count:18s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:56s,Damage:0s}", - "{id:\"nuclearcraft:rad_shielding\",Count:84s,Damage:1s}", - "{id:\"nuclearcraft:rad_shielding\",Count:159s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"nuclearcraft:capability_radiation_sink\":{radiationLevel:0.0d,radiationBuffer:0.0d}},id:\"nuclearcraft:radiation_badge\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:record_money_for_nothing\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_tough\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_hard_carbon\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:spaxelhoe_boron_nitride\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_tough\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_tough\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_tough\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_tough\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hard_carbon\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hard_carbon\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hard_carbon\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hard_carbon\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_boron_nitride\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_boron_nitride\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_boron_nitride\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_boron_nitride\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:helm_hazmat\",Count:249s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:chest_hazmat\",Count:357s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:legs_hazmat\",Count:238s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"nuclearcraft:boots_hazmat\",Count:238s,Damage:0s}", - "{id:\"randomthings:analogemitter\",Count:56s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:45s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:126s,Damage:0s}", - "{id:\"randomthings:contactbutton\",Count:3s,Damage:0s}", - "{id:\"randomthings:contactlever\",Count:3s,Damage:0s}", - "{id:\"randomthings:blockbreaker\",Count:24s,Damage:0s}", - "{id:\"randomthings:biomeradar\",Count:117s,Damage:0s}", - "{id:\"randomthings:irondropper\",Count:78s,Damage:0s}", - "{id:\"randomthings:inventoryrerouter\",Count:23s,Damage:0s}", - "{id:\"randomthings:sounddampener\",Count:33s,Damage:0s}", - "{id:\"randomthings:spectrelens\",Count:15s,Damage:0s}", - "{id:\"randomthings:plate_processing\",Count:28s,Damage:0s}", - "{id:\"randomthings:spectrecoil_normal\",Count:3s,Damage:0s}", - "{id:\"randomthings:advancedredstonerepeater\",Count:22s,Damage:0s}", - "{id:\"randomthings:advancedredstonetorch_on\",Count:11s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:11s,Damage:0s}", - "{id:\"randomthings:advanceditemcollector\",Count:8s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:45s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:33s,Damage:0s}", - "{id:\"randomthings:plate_redirector\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_filteredredirector\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_redstone\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_corrector\",Count:15s,Damage:0s}", - "{id:\"randomthings:plate_itemsealer\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_itemrejuvenator\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_accelerator\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_accelerator_directional\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_bouncy\",Count:9s,Damage:0s}", - "{id:\"randomthings:plate_collection\",Count:14s,Damage:0s}", - "{id:\"randomthings:plate_extraction\",Count:37s,Damage:0s}", - "{id:\"randomthings:beans\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:waterwalkingboots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:lavawader\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:obsidianwaterwalkingboots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:magichood\",Count:42s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:5s,Damage:3s}", - "{id:\"randomthings:ingredient\",Count:67s,Damage:4s}", - "{id:\"randomthings:ingredient\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneactivator\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:175s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:goldencompass\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:blazeandsteel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:superlubricentboots\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:emeraldcompass\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:soundrecorder\",Count:59s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:portablesounddampener\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:30s,Damage:0s}", - "{id:\"randomthings:enderbucket\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:chunkanalyzer\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:timeinabottle\",Count:22s,tag:{timeData:{}},Damage:0s}", - "{id:\"randomthings:eclipsedclock\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:11s,Damage:0s}", - "{id:\"randomthings:spectreanchor\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectresword\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrepickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectreshovel\",Count:3s,Damage:0s}", - "{id:\"logisticsbridge:lb.bridge\",Count:45s,Damage:0s}", - "{id:\"logisticsbridge:lb.crafting_managerae\",Count:22s,Damage:0s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:0s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:1s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:2s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:3s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:4s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:6s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:7s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:8s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:10s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:14s}", - "{id:\"openblocks:elevator_rotating\",Count:22s,Damage:15s}", - "{id:\"openblocks:beartrap\",Count:51s,Damage:0s}", - "{id:\"openblocks:sprinkler\",Count:73s,Damage:0s}", - "{id:\"openblocks:cannon\",Count:25s,Damage:0s}", - "{id:\"openblocks:vacuum_hopper\",Count:11s,Damage:0s}", - "{id:\"openblocks:fan\",Count:14s,Damage:0s}", - "{id:\"openblocks:xp_bottler\",Count:90s,Damage:0s}", - "{id:\"openblocks:auto_anvil\",Count:260s,Damage:0s}", - "{id:\"openblocks:auto_enchantment_table\",Count:56s,Damage:0s}", - "{id:\"openblocks:xp_drain\",Count:27s,Damage:0s}", - "{id:\"openblocks:block_breaker\",Count:22s,Damage:0s}", - "{id:\"openblocks:block_placer\",Count:30s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:33s,Damage:0s}", - "{id:\"openblocks:paint_mixer\",Count:56s,Damage:0s}", - "{id:\"openblocks:projector\",Count:22s,Damage:0s}", - "{id:\"openblocks:drawing_table\",Count:16s,Damage:0s}", - "{id:\"openblocks:xp_shower\",Count:33s,Damage:0s}", - "{id:\"openblocks:golden_egg\",Count:60s,Damage:0s}", - "{id:\"openblocks:generic\",Count:33s,Damage:1s}", - "{id:\"openblocks:generic\",Count:78s,Damage:2s}", - "{id:\"openblocks:generic\",Count:33s,Damage:3s}", - "{id:\"openblocks:generic\",Count:7s,Damage:6s}", - "{id:\"openblocks:generic\",Count:2s,Damage:7s}", - "{id:\"openblocks:generic\",Count:45s,Damage:9s}", - "{id:\"openblocks:generic\",Count:11s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:sonic_glasses\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:technicolor_glasses\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:serious_glasses\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_control\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:crane_backpack\",Count:42s,Damage:0s}", - "{id:\"openblocks:slimalyzer\",Count:67s,Damage:0s}", - "{id:\"openblocks:empty_map\",Count:6s,tag:{Scale:0b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:11s,tag:{Scale:1b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:11s,tag:{Scale:2b},Damage:0s}", - "{id:\"openblocks:empty_map\",Count:11s,tag:{Scale:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pedometer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:wrench\",Count:78s,Damage:0s}", - "{id:\"packagedauto:packager\",Count:144s,Damage:0s}", - "{id:\"packagedauto:encoder\",Count:50s,Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:61s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:58s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:22s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:30s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:67s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:181s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:95s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:50s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:50s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:50s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:66s,Damage:0s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:100s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:101s}", - "{id:\"projectred-core:resource_item\",Count:10s,Damage:102s}", - "{id:\"projectred-core:resource_item\",Count:11s,Damage:251s}", - "{id:\"projectred-core:resource_item\",Count:11s,Damage:252s}", - "{id:\"projectred-core:resource_item\",Count:7s,Damage:400s}", - "{id:\"projectred-core:resource_item\",Count:11s,Damage:401s}", - "{id:\"projectred-core:resource_item\",Count:7s,Damage:402s}", - "{id:\"projectred-core:resource_item\",Count:21s,Damage:410s}", - "{id:\"projectred-core:resource_item\",Count:2s,Damage:600s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-core:screwdriver\",Count:33s,Damage:0s}", - "{id:\"redstonearsenal:material\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:42s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.helmet_flux\",Count:42s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:42s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.plate_flux\",Count:42s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:42s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.legs_flux\",Count:42s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:42s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"redstonearsenal:armor.boots_flux\",Count:42s,tag:{Energy:800000},Damage:0s}", - "{id:\"thermaldynamics:duct_0\",Count:2s,Damage:0s}", - "{id:\"thermaldynamics:duct_0\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:duct_0\",Count:1s,Damage:6s}", - "{id:\"thermaldynamics:duct_0\",Count:21s,Damage:9s}", - "{id:\"thermaldynamics:duct_16\",Count:2s,Damage:0s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:1s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:2s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:3s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:4s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:5s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:6s}", - "{id:\"thermaldynamics:duct_16\",Count:1s,Damage:7s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,tag:{DenseType:2b},Damage:0s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:1b},Damage:0s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,tag:{DenseType:2b},Damage:1s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,tag:{DenseType:1b},Damage:1s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,Damage:1s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,tag:{DenseType:2b},Damage:2s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:1b},Damage:2s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,Damage:2s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,tag:{DenseType:2b},Damage:3s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,tag:{DenseType:1b},Damage:3s}", - "{id:\"thermaldynamics:duct_32\",Count:2s,Damage:3s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:2b},Damage:4s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:1b},Damage:4s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,Damage:4s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:2b},Damage:5s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:1b},Damage:5s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,Damage:5s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:2b},Damage:6s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:1b},Damage:6s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,Damage:6s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:2b},Damage:7s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,tag:{DenseType:1b},Damage:7s}", - "{id:\"thermaldynamics:duct_32\",Count:1s,Damage:7s}", - "{id:\"thermaldynamics:duct_48\",Count:1s,Damage:0s}", - "{id:\"thermaldynamics:duct_64\",Count:6s,Damage:1s}", - "{id:\"thermaldynamics:duct_64\",Count:12s,Damage:3s}", - "{id:\"thermaldynamics:servo\",Count:12s,Damage:0s}", - "{id:\"thermaldynamics:filter\",Count:12s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:12s,Damage:0s}", - "{id:\"thermaldynamics:relay\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:42s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:24s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:33s,tag:{Energy:0},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:48s,tag:{Energy:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:itemfluxpack\",Count:64s,tag:{Energy:0},Damage:11s}", - "{id:\"simplyjetpacks:metaitem\",Count:22s,Damage:4s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:45s,Damage:3s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:22s,Damage:7s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:28s,Damage:8s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:27s,Damage:9s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:18s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:13s,Damage:11s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:50s,Damage:14s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:45s,Damage:40s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:45s,Damage:41s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:78s,Damage:42s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:72s,Damage:43s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:72s,Damage:44s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:16s,Damage:24s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:7s,Damage:27s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:35s,Damage:29s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"simplyjetpacks:pilot_goggles\",Count:24s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:0s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:1s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:2s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:3s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:4s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:5s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:6s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:7s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:8s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:9s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:10s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:11s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:12s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:13s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:14s}", - "{id:\"projectred-illumination:fallout_lamp\",Count:16s,Damage:15s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:0s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:1s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:2s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:3s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:4s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:5s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:6s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:7s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:8s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:9s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:10s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:11s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:12s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:13s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:14s}", - "{id:\"projectred-illumination:inverted_fallout_lamp\",Count:16s,Damage:15s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:0s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:1s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:2s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:3s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:4s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:5s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:6s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:7s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:8s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:9s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:10s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:11s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:12s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:13s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:14s}", - "{id:\"projectred-illumination:cage_lamp\",Count:9s,Damage:15s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:0s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:1s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:2s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:3s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:4s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:5s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:6s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:7s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:8s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:9s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:10s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:11s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:12s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:13s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:14s}", - "{id:\"projectred-illumination:inverted_cage_lamp\",Count:9s,Damage:15s}", - "{id:\"projectred-expansion:solar_panel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:charged_battery\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:jetpack\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-expansion:electric_screwdriver\",Count:27s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:22s,Damage:0s}", - "{id:\"projectred-expansion:machine1\",Count:33s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:33s,Damage:0s}", - "{id:\"projectred-expansion:machine2\",Count:8s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:30s,Damage:2s}", - "{id:\"projectred-expansion:machine2\",Count:28s,Damage:3s}", - "{id:\"projectred-expansion:machine2\",Count:22s,Damage:4s}", - "{id:\"projectred-expansion:machine2\",Count:99s,Damage:5s}", - "{id:\"projectred-expansion:machine2\",Count:44s,Damage:6s}", - "{id:\"projectred-expansion:machine2\",Count:22s,Damage:7s}", - "{id:\"projectred-expansion:machine2\",Count:60s,Damage:8s}", - "{id:\"projectred-expansion:machine2\",Count:43s,Damage:9s}", - "{id:\"projectred-expansion:machine2\",Count:22s,Damage:11s}", - "{id:\"projectred-transportation:pipe\",Count:3s,Damage:2s}", - "{id:\"projectred-transportation:pipe\",Count:11s,Damage:65s}", - "{id:\"projectred-transportation:routing_chip\",Count:12s,Damage:0s}", - "{id:\"projectred-transportation:routing_chip\",Count:12s,Damage:1s}", - "{id:\"projectred-transportation:routing_chip\",Count:12s,Damage:2s}", - "{id:\"projectred-transportation:routing_chip\",Count:12s,Damage:3s}", - "{id:\"projectred-transportation:routing_chip\",Count:12s,Damage:4s}", - "{id:\"projectred-transportation:routing_chip\",Count:9s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-transportation:router_utility\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:athame\",Count:7s,Damage:0s}", - "{id:\"projectred-exploration:ore\",Count:10s,Damage:3s}", - "{id:\"projectred-exploration:ore\",Count:10s,Damage:4s}", - "{id:\"projectred-exploration:ore\",Count:10s,Damage:5s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:8s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:9s}", - "{id:\"projectred-exploration:stone_wall\",Count:50s,Damage:10s}", - "{id:\"projectred-exploration:barrel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_saw\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:iron_sickle\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:golden_sickle\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:ruby_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectred-exploration:sapphire_leggings\",Count:42s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:0s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:1s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:2s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:3s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:4s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:5s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:6s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:7s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:8s}", - "{id:\"tg:terra_focus\",Count:12s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thermalcultivation:watering_can\",Count:69s,tag:{Water:60000,Mode:4},Damage:32000s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:45s,Damage:0s}", - "{id:\"wrcbe:empty_map\",Count:33s,Damage:0s}", - "{id:\"libvulpes:hatch\",Count:24s,Damage:2s}", - "{id:\"libvulpes:hatch\",Count:24s,Damage:3s}", - "{id:\"libvulpes:forgepowerinput\",Count:3s,Damage:0s}", - "{id:\"libvulpes:motor\",Count:102s,Damage:0s}", - "{id:\"libvulpes:advancedmotor\",Count:102s,Damage:0s}", - "{id:\"libvulpes:productdust\",Count:15s,Damage:1s}", - "{id:\"libvulpes:productdust\",Count:10s,Damage:2s}", - "{id:\"libvulpes:productdust\",Count:10s,Damage:4s}", - "{id:\"libvulpes:productdust\",Count:10s,Damage:5s}", - "{id:\"libvulpes:productingot\",Count:10s,Damage:4s}", - "{id:\"libvulpes:productingot\",Count:10s,Damage:5s}", - "{id:\"libvulpes:productingot\",Count:15s,Damage:6s}", - "{id:\"libvulpes:productrod\",Count:8s,Damage:1s}", - "{id:\"libvulpes:productrod\",Count:5s,Damage:4s}", - "{id:\"libvulpes:productrod\",Count:8s,Damage:6s}", - "{id:\"libvulpes:productfan\",Count:6s,Damage:6s}", - "{id:\"libvulpes:productgear\",Count:35s,Damage:6s}", - "{id:\"libvulpes:ore0\",Count:10s,Damage:4s}", - "{id:\"libvulpes:ore0\",Count:10s,Damage:5s}", - "{id:\"libvulpes:coil0\",Count:60s,Damage:2s}", - "{id:\"libvulpes:coil0\",Count:60s,Damage:4s}", - "{id:\"advancedrocketry:rocketbuilder\",Count:112s,Damage:0s}", - "{id:\"advancedrocketry:rocketmotor\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:fueltank\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:fuelingstation\",Count:4s,Damage:0s}", - "{id:\"advancedrocketry:satellitebuilder\",Count:305s,Damage:0s}", - "{id:\"advancedrocketry:loader\",Count:18s,Damage:4s}", - "{id:\"advancedrocketry:loader\",Count:18s,Damage:5s}", - "{id:\"advancedrocketry:loader\",Count:112s,Damage:6s}", - "{id:\"advancedrocketry:precisionassemblingmachine\",Count:147s,Damage:0s}", - "{id:\"advancedrocketry:iquartzcrucible\",Count:58s,Damage:0s}", - "{id:\"advancedrocketry:crystallizer\",Count:93s,Damage:0s}", - "{id:\"advancedrocketry:cuttingmachine\",Count:177s,Damage:0s}", - "{id:\"advancedrocketry:blackholegenerator\",Count:157s,Damage:0s}", - "{id:\"advancedrocketry:arcfurnace\",Count:101s,Damage:0s}", - "{id:\"advancedrocketry:sawblade\",Count:18s,Damage:0s}", - "{id:\"advancedrocketry:lathe\",Count:135s,Damage:0s}", - "{id:\"advancedrocketry:rollingmachine\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:stationbuilder\",Count:84s,Damage:0s}", - "{id:\"advancedrocketry:electrolyser\",Count:56s,Damage:0s}", - "{id:\"advancedrocketry:chemicalreactor\",Count:93s,Damage:0s}", - "{id:\"advancedrocketry:oxygenscrubber\",Count:99s,Damage:0s}", - "{id:\"advancedrocketry:oxygenvent\",Count:117s,Damage:0s}", - "{id:\"advancedrocketry:oxygencharger\",Count:61s,Damage:0s}", - "{id:\"advancedrocketry:oxygendetection\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:orientationcontroller\",Count:33s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:8s,Damage:0s}", - "{id:\"advancedrocketry:drill\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:microwavereciever\",Count:56s,Damage:0s}", - "{id:\"advancedrocketry:biomescanner\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:deployablerocketbuilder\",Count:84s,Damage:0s}", - "{id:\"advancedrocketry:intake\",Count:45s,Damage:0s}", - "{id:\"advancedrocketry:railgun\",Count:147s,Damage:0s}", - "{id:\"advancedrocketry:forcefieldprojector\",Count:45s,Damage:0s}", - "{id:\"advancedrocketry:spaceelevatorcontroller\",Count:56s,Damage:0s}", - "{id:\"advancedrocketry:beacon\",Count:146s,Damage:0s}", - "{id:\"advancedrocketry:thermitetorch\",Count:1s,Damage:0s}", - "{id:\"advancedrocketry:blockpump\",Count:88s,Damage:0s}", - "{id:\"advancedrocketry:centrifuge\",Count:72s,Damage:0s}", - "{id:\"advancedrocketry:spacelaser\",Count:57s,Damage:0s}", - "{id:\"chisel:factory\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:ore_cinnabar\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_glyphed\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:stone_ancient_doorway\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:metal_thaumium\",Count:101s,Damage:0s}", - "{id:\"thaumcraft:metal_void\",Count:20s,Damage:0s}", - "{id:\"thaumcraft:metal_alchemical_advanced\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:inlay\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:arcane_workbench_charger\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:dioptra\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:crucible\",Count:78s,Damage:0s}", - "{id:\"thaumcraft:lamp_fertility\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:lamp_growth\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:levitator\",Count:8s,Damage:0s}", - "{id:\"thaumcraft:centrifuge\",Count:2s,Damage:0s}", - "{id:\"thaumcraft:bellows\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:69s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:93s,Damage:0s}", - "{id:\"thaumcraft:smelter_void\",Count:61s,Damage:0s}", - "{id:\"thaumcraft:smelter_aux\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:smelter_vent\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:alembic\",Count:35s,Damage:0s}", - "{id:\"thaumcraft:recharge_pedestal\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:wand_workbench\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:tube_filter\",Count:5s,Damage:0s}", - "{id:\"thaumcraft:jar_brain\",Count:24s,Damage:0s}", - "{id:\"thaumcraft:spa\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mirror\",Count:27s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:39s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:stabilizer\",Count:17s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:condenser\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:condenser_lattice\",Count:21s,Damage:0s}", - "{id:\"thaumcraft:void_siphon\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"libvulpes:linker\",Count:18s,Damage:0s}", - "{id:\"libvulpes:battery\",Count:1s,Damage:0s}", - "{id:\"libvulpes:battery\",Count:3s,Damage:1s}", - "{id:\"divinerpg:cyclops_pumpkin\",Count:60s,Damage:0s}", - "{id:\"divinerpg:black_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:blue_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:bright_red_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:green_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:orange_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:purple_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:red_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:white_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:yellow_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:teal_steel\",Count:90s,Damage:0s}", - "{id:\"divinerpg:gold_bricks\",Count:1s,Damage:0s}", - "{id:\"divinerpg:iron_bricks\",Count:2s,Damage:0s}", - "{id:\"divinerpg:aqua_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:arlemite_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:blaze_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:diamond_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:draken_lamp\",Count:168s,Damage:0s}", - "{id:\"divinerpg:eden_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:ender_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:gold_lamp\",Count:86s,Damage:0s}", - "{id:\"divinerpg:kraken_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:lapis_lazuli_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:lava_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:milky_lamp\",Count:90s,Damage:0s}", - "{id:\"divinerpg:netherite_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:realmite_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:redstone_ore_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:rupee_lamp\",Count:78s,Damage:0s}", - "{id:\"divinerpg:spike_block\",Count:56s,Damage:0s}", - "{id:\"divinerpg:arcana_portal_frame\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mysterious_clock\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:twilight_clock\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:ic\",Count:75s,Damage:3s}", - "{id:\"advancedrocketry:ic\",Count:50s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:satellite\",Count:56s,Damage:0s}", - "{id:\"advancedrocketry:sawbladeiron\",Count:24s,Damage:0s}", - "{id:\"advancedrocketry:spacestationchip\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spacechestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:spaceleggings\",Count:42s,Damage:0s}", - "{id:\"advancedrocketry:carbonscrubbercartridge\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:sealdetector\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:jackhammer\",Count:76s,Damage:0s}", - "{id:\"advancedrocketry:thermite\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"advancedrocketry:hovercraft\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"gold\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"pigiron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cobalt\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ardite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"manyullyn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"knightslime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"alubrass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"brass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"copper\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"bronze\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"zinc\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lead\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nickel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"silver\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"electrum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"aluminum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquidcoralium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquidantimatter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"creosote\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"coal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crude_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refined_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refined_fuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sap\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"syrup\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"resin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tree_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"seed_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"biocrude\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refined_biofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"mushroom_stew\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"experience\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"potion\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"potion_splash\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"potion_lingering\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"redstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"glowstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ender\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"pyrotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cryotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"aerotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"petrotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"mana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"platinum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"iridium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"invar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"constantan\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"signalum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lumium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"enderium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"electrical_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"energetic_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"vibrant_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"redstone_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"conductive_iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"pulsating_iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dark_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"soularium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"end_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"construction_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crude_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crystalline_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"melodic_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"stellar_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crystalline_pink_slime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"energetic_silver\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"vivid_alloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fierymetal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"knightmetal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fiery_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"moltenabyssalnite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"moltenrefinedcoralium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"moltendreadium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"canolaoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refinedcanolaoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crystaloil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"empoweredoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_residue\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_residue_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_residue_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_heavy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_heavy_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_heavy_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_dense\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_dense_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_dense_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_distilled\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_distilled_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oil_distilled_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_dense\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_dense_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_dense_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_mixed_heavy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_light\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_light_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_light_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_mixed_light\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_gaseous\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidberylium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidcalcium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidcalciumcarbonate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidchlorite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluiddeuterium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidglyceryl\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidhelium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidhelium3\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidheliumplasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidhydrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidlithium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidmercury\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidmethane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidnitrocoalfuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidnitrofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidnitrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidnitrogendioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidpotassium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidsilicon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidsodium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidsodiumpersulfate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidtritium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidwolframium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidcarbon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidcarbonfiber\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidnitrocarbon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidsulfur\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidsodiumsulfide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluiddiesel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidnitrodiesel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidsulfuricacid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidcompressedair\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidelectrolyzedwater\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluidbiofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"bio.ethanol\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"biomass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"glass\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"for.honey\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"juice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"seed.oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"short.mead\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plantoil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ethanol\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"biodiesel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"concrete\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"amber\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crystal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"xpjuice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"candied_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"baronyte\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"blazium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"elecanium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"emberstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ghastly\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ghoulish\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"limonite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lunar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lyon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"mystite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"rosite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"shyrestone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"skeletal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"varsium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"charger\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.growth.medium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.bacteria\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.bacteria.poly\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.dna.raw\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.bacteria.vector\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.sap\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.resin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.latex\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.turpentine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.banana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.lemon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.lime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.orange\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.peach\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.plum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.carrot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.tomato\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.cranberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.grapefruit\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.olive\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.pineapple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.pear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.white.grape\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice.red.grape\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.cider.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.banana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.cider.peach\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.ciderpear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.plum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.carrot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.white\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.red\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.sparkling\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.agave\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.fermented.potatoes\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.citrus\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.cranberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.pineapple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.tomato\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.juice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.beer.ale\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.beer.lager\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.beer.wheat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.beer.rye\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.beer.corn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.beer.stout\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.mash.grain\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.mash.wheat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.mash.rye\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.mash.corn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.spirit.neutral\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.vodka\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.rum.white\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.rum.dark\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.whiskey\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.whiskey.corn\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.whiskey.rye\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.whiskey.wheat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.wine.fortified\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.tequila\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.grape\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.pear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.plum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.citrus\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.brandy.fruit\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.spirit.gin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liquor.apple\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liquor.pear\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liquor.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liquor.elderberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liquor.apricot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liquor.fruit\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.almond\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.orange\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.banana\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.mint\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.coffee\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.melon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.anise\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.peach\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.lemon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.herbal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.cherry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sand\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"honey\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"blood\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"poison\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hot_spring_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"molten_blood_infused_iron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_pe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_lp\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"eternal_dragon_fire\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dimensional_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_void\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"overworldian_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"enriched_canola_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nethengeic_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_uu_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"spatial_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dense_plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dragons_blood_plastic\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fossile_refined_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"aerial_moonshine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"spicy_pyrotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"luminous_lava\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cosmic_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nightly_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sunstruck_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crepuscular_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"seared_grave_stone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"astral_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_madness\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ethereal_fabric\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ghostly_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_life\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lymph_of_pixonia\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"galactic_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"milkiest_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"alchemical_goo\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"twilight_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"weakened_cryotheoum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lving_gold_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"chaotic_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nightmarish_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"twilight_fire\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"universal_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"shyre_weed_oil\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"energized_mulch\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hyperdense_plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cursed_myrmitite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"netrino_plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"decomposed_matter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"atomic_nuclei\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"electrons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"bosons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"protons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neutrons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"higgs\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"gravitrons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"strings\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"muons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fiery_peat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"halite_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hint_of_insanity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hint_of_divinity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"magnatar_stabilizer\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"molten_realmite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"molten_arlemite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"molten_rupee\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"molten_netherite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lumiotheum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"eptane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"gluons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"quarks\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"leptons\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"demonic_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"corrosive_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"destructive_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"vengeful_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"steadfast_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"bloodmaster_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dreadite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dreaded_steel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sednanite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluctuatite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"vibranium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"rhenium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"myrmitite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"candyte\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"palladium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"vityte\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"polonium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ogerite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"primal_ogerite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lunastone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"chalcedony\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"brightsteel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"caesium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"strontium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"rubidium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"chaos\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"abyssite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"eternal_fabric\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"smoldering_tar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"anti_venom\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"beetle_juice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"formic_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"xu_evil_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"xu_enchanted_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"xu_demonic_metal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"mutagen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquiddna\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"protein\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"crystal_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dragonsteel_fire\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dragonsteel_ice\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"meat\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"latex\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sewage\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sludge\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"biofuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"if.pink_slime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"if.protein\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"if.ore_fluid_raw\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"if.ore_fluid_fermented\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"menrilresin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquidchorus\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"soulium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"base_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"inferium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"prudentium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"intermedium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"superium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"supremium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oxygen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hydrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"deuterium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tritium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"helium3\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"helium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"boron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"boron10\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"boron11\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lithium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lithium6\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lithium7\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ferroboron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tough\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hard_carbon\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"beryllium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"manganese\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"manganese_dioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sulfur\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"arsenic\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquidhelium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_nitrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plasma\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neutron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"methanol\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"radaway\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"radaway_slow\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nitrogen\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluorine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"carbon_dioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"carbon_monoxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ethene\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluoromethane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ammonia\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"oxygen_difluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"diborane\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sulfur_dioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sulfur_trioxide\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hydrofluoric_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"boric_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sulfuric_acid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"boron_nitride_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fluorite_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"calcium_sulfate_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sodium_fluoride_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"potassium_fluoride_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sodium_hydroxide_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"potassium_hydroxide_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"borax_solution\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"corium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"chocolate_liquor\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cocoa_butter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"unsweetened_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dark_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"milk_chocolate\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sugar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"gelatin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hydrated_gelatin\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"marshmallow\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lif\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"bef2\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"naoh\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"koh\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"high_pressure_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"exhaust_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"low_pressure_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"low_quality_steam\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"preheated_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"condensate_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sodium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"potassium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"bas\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"sic_vapor\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"alugentum\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"alumina\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thorium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thorium_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thorium_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thorium_230\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thorium_230_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_238\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_238_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neptunium_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neptunium_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neptunium_237\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neptunium_237_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_238\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_238_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_246\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_246_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"berkelium_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"berkelium_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"berkelium_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"berkelium_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_250\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_250_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_252\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_252_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_tbu\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_tbu_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_len_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_len_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hen_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_tbu\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heu_233\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heu_235\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_len_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hen_236\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hep_239\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hep_241\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hea_242\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heb_248\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"redstone_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"redstone_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"quartz\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"quartz_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"quartz_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"gold_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"gold_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"glowstone_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"glowstone_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lapis\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lapis_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lapis_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"diamond\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"diamond_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"diamond_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquidhelium_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquidhelium_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ender_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ender_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cryotheum_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cryotheum_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"iron_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"iron_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"emerald\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"emerald_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"emerald_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"copper_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"copper_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tin_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tin_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"magnesium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"magnesium_nak\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"magnesium_nak_hot\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"mithril\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refinedobsidian\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refinedglowstone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"osmium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"manasteel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"terrasteel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"yellorium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cyanite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"blutonium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ludicrite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"psi\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ivorypsi\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ebonypsi\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"electrumflux\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refinediron\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tungsten\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"titanium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"chrome\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"advancedalloy\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"alumite\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"elementium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"mirion\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"infinity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"thaumium\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"starmetal\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"swamp_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"stagnant_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"tar\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"rubber\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"nutrient_distillation\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"ender_distillation\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"vapor_of_levity\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"hootch\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"rocket_fuel\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"fire_water\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_sunshine\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cloud_seed\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"cloud_seed_concentrated\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_fertilizer\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"liquid_death\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"purifying_fluid\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"stone\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"obsidian\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"clay\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"dirt\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"blueslime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"purpleslime\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"lifeessence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"blockfluiddirt\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"blockfluidantimatter\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"refined_life_essence\",Amount:1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forge:bucketfilled\",Count:33s,tag:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000},Damage:0s}", - "{id:\"chisel:auto_chisel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_iron\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chisel:chisel_hitech\",Count:7s,tag:{chiseldata:{}},Damage:0s}", - "{id:\"chisel:offsettool\",Count:22s,Damage:0s}", - "{id:\"thaumcraft:quicksilver\",Count:10s,Damage:0s}", - "{id:\"thaumcraft:ingot\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:ingot\",Count:3s,Damage:1s}", - "{id:\"thaumcraft:ingot\",Count:10s,Damage:2s}", - "{id:\"thaumcraft:nugget\",Count:1s,Damage:5s}", - "{id:\"thaumcraft:nugget\",Count:1s,Damage:6s}", - "{id:\"thaumcraft:nugget\",Count:1s,Damage:8s}", - "{id:\"thaumcraft:nugget\",Count:5s,Damage:10s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:1s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:2s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:3s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:4s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:5s}", - "{id:\"thaumcraft:cluster\",Count:15s,Damage:6s}", - "{id:\"thaumcraft:mechanism_complex\",Count:17s,Damage:0s}", - "{id:\"thaumcraft:plate\",Count:11s,Damage:2s}", - "{id:\"thaumcraft:plate\",Count:2s,Damage:3s}", - "{id:\"thaumcraft:filter\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:morphic_resonator\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mirrored_glass\",Count:7s,Damage:0s}", - "{id:\"thaumcraft:mind\",Count:12s,Damage:1s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"metallum\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"metallum\"}]},Damage:1s}", - "{id:\"thaumcraft:jar_brace\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:turret\",Count:9s,Damage:1s}", - "{id:\"thaumcraft:turret\",Count:18s,Damage:2s}", - "{id:\"thaumcraft:causality_collapser\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumometer\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:sanity_checker\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_pick\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_axe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_shovel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_pick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_hoe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_axe\",Count:28s,tag:{infench:[{lvl:1s,id:2s},{lvl:1s,id:0s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:20s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_shovel\",Count:12s,tag:{infench:[{lvl:1s,id:1s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_pick\",Count:33s,tag:{infench:[{lvl:1s,id:4s},{lvl:2s,id:3s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_hoe\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:primal_crusher\",Count:39s,tag:{infench:[{lvl:1s,id:1s},{lvl:1s,id:4s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_blade\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:grapple_gun\",Count:15s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_tip\",Count:18s,Damage:0s}", - "{id:\"thaumcraft:grapple_gun_spool\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:goggles\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_helm\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:thaumium_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:cloth_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_helm\",Count:80s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_chest\",Count:79s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:fortress_legs\",Count:70s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_helm\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_chest\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_legs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_boots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_helm\",Count:58s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_chest\",Count:53s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:void_robe_legs\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_helm\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_chest\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_plate_legs\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_helm\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_chest\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:crimson_praetor_legs\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:5s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:5s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:baubles\",Count:7s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:amulet_vis\",Count:5s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:33s,tag:{type:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:verdant_charm\",Count:33s,tag:{type:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:caster_basic\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_3\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_pouch\",Count:12s,Damage:0s}", - "{id:\"thaumcraft:seal\",Count:38s,Damage:11s}", - "{id:\"thaumcraft:seal\",Count:38s,Damage:12s}", - "{id:\"thaumcraft:seal\",Count:38s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:familiar_receptacle\",Count:45s,tag:{dead_pet:{id:\"minecraft:cat\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:ankh_of_pray\",Count:7s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:101s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:101s,Damage:4s}", - "{id:\"enderio:block_alloy\",Count:101s,Damage:5s}", - "{id:\"enderio:block_alloy\",Count:67s,Damage:7s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:0s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:1s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:2s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:4s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:5s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:6s}", - "{id:\"enderio:item_alloy_ingot\",Count:10s,Damage:7s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:0s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:4s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:5s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:7s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:0s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:1s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:2s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:4s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:5s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:6s}", - "{id:\"enderio:item_alloy_ball\",Count:1s,Damage:7s}", - "{id:\"enderio:item_material\",Count:3s,Damage:0s}", - "{id:\"enderio:item_material\",Count:22s,Damage:7s}", - "{id:\"enderio:item_material\",Count:3s,Damage:11s}", - "{id:\"enderio:item_material\",Count:2s,Damage:12s}", - "{id:\"enderio:item_material\",Count:2s,Damage:13s}", - "{id:\"enderio:item_material\",Count:6s,Damage:14s}", - "{id:\"enderio:item_material\",Count:9s,Damage:18s}", - "{id:\"enderio:item_material\",Count:15s,Damage:24s}", - "{id:\"enderio:item_material\",Count:10s,Damage:25s}", - "{id:\"enderio:item_material\",Count:10s,Damage:26s}", - "{id:\"enderio:item_material\",Count:10s,Damage:27s}", - "{id:\"enderio:item_material\",Count:33s,Damage:43s}", - "{id:\"enderio:item_material\",Count:3s,Damage:64s}", - "{id:\"enderio:item_material\",Count:33s,Damage:65s}", - "{id:\"enderio:item_material\",Count:2s,Damage:73s}", - "{id:\"enderio:block_dark_steel_anvil\",Count:45s,Damage:0s}", - "{id:\"enderio:block_dark_iron_bars\",Count:4s,Damage:0s}", - "{id:\"enderio:block_dark_steel_trapdoor\",Count:45s,Damage:0s}", - "{id:\"enderio:block_dark_steel_door\",Count:22s,Damage:0s}", - "{id:\"enderio:block_reinforced_obsidian\",Count:12s,Damage:0s}", - "{id:\"enderio:block_decoration1\",Count:30s,Damage:7s}", - "{id:\"enderio:block_decoration1\",Count:12s,Damage:14s}", - "{id:\"enderio:block_decoration2\",Count:22s,Damage:0s}", - "{id:\"enderio:block_decoration2\",Count:47s,Damage:9s}", - "{id:\"enderio:block_decoration2\",Count:1s,Damage:10s}", - "{id:\"enderio:block_decoration2\",Count:3s,Damage:11s}", - "{id:\"enderio:block_decoration2\",Count:3s,Damage:12s}", - "{id:\"enderio:block_decoration2\",Count:11s,Damage:14s}", - "{id:\"enderio:block_decoration3\",Count:24s,Damage:0s}", - "{id:\"enderio:block_decoration3\",Count:11s,Damage:1s}", - "{id:\"enderio:block_decoration3\",Count:2s,Damage:2s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:22s,Damage:8s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:16s,Damage:9s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:15s,Damage:10s}", - "{id:\"enderio:block_painted_pressure_plate\",Count:11s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_conduit_probe\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_yeta_wrench\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_xp_transfer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_cold_fire_igniter\",Count:11s,tag:{\"enderio:famount\":1000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:9s,tag:{\"enderio:energy\":2000000,\"enderio:famount\":200},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_magnet\",Count:67s,tag:{\"enderio:energy\":100000},Damage:0s}", - "{id:\"enderio:block_enderman_skull\",Count:20s,Damage:2s}", - "{id:\"enderio:item_basic_item_filter\",Count:11s,Damage:0s}", - "{id:\"enderio:item_mod_item_filter\",Count:24s,Damage:0s}", - "{id:\"enderio:item_power_item_filter\",Count:19s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:8s,Damage:0s}", - "{id:\"enderio:item_fluid_filter\",Count:24s,Damage:0s}", - "{id:\"enderio:item_redstone_timer_filter\",Count:22s,Damage:0s}", - "{id:\"enderio:block_detector_block\",Count:24s,Damage:0s}", - "{id:\"enderio:block_detector_block_silent\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_helmet\",Count:42s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:42s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_chestplate\",Count:42s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_leggings\",Count:42s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_boots\",Count:42s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shield\",Count:56s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_sword\",Count:22s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:33s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.tnt:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_pickaxe\",Count:33s,tag:{enderio.darksteel.upgrade.travel:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000},enderio.darksteel.upgrade.spoon:{level:0},enderio.darksteel.upgrade.depth:{level:0},enderio.darksteel.upgrade.carpet:{level:0},enderio.darksteel.upgrade.tnt:{level:4}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_axe\",Count:33s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_shears\",Count:22s,tag:{enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:24s,Damage:0s}", - "{id:\"enderio:item_dark_steel_treetap\",Count:24s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_crook\",Count:22s,tag:{enderio.darksteel.upgrade.hoe:{level:0},enderio.darksteel.upgrade.direct:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:56s,Damage:0s}", - "{id:\"enderio:item_dark_steel_hand\",Count:56s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:1000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_simple\",Count:45s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_simple\",Count:45s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_simple\",Count:45s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:500000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:138s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:138s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_basic\",Count:138s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:5000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:130s,Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:130s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger\",Count:130s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:25000000}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:130s,Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:130s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:0}},Damage:0s}", - "{id:\"enderio:item_inventory_charger_vibrant\",Count:130s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:3,energy:125000000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_helmet\",Count:42s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:42s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_chestplate\",Count:42s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_leggings\",Count:42s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_end_steel_boots\",Count:42s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:anvil\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:anvil\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:anvil1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:anvil1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:anvil2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:anvil2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_chest\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_chest\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_feet\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_feet\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_head\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_head\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_legs\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:apiarist_armor_legs\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:carpet\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:carpet\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:depth\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:depth\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:direct\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:direct\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:elytra\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:elytra\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade4\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:energyupgrade4\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:glide\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:glide\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:gogglesofrevealing\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:gogglesofrevealing\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:hoe\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:hoe\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:inv\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:inv\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:inv1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:inv1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:inv2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:inv2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:jumpboost1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:jumpboost1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:jumpboost2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:jumpboost2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:jumpboost3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:jumpboost3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:naturalist_eye\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiointegrationforestry:naturalist_eye\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:nightvision\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:nightvision\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:padding\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:padding\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderiomachines:solar3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:sounddetector\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:sounddetector\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:speedboost1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:speedboost1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:speedboost2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:speedboost2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:speedboost3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:speedboost3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:spoon\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:spoon\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:step_assist\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:step_assist\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:swim\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:swim\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_chest\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_chest\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_feet\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_feet\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_legs\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:thaumaturge_robes_legs\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt1\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt1\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt2\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt2\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt3\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt3\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt4\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:tnt4\",\"enderio:enabled\":1b},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:travel\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_dark_steel_upgrade\",Count:1s,tag:{\"enderio:dsu\":\"enderio:travel\",\"enderio:enabled\":1b},Damage:1s}", - "{id:\"enderio:item_liquid_conduit\",Count:1s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:4s,Damage:0s}", - "{id:\"enderio:item_power_conduit\",Count:2s,Damage:1s}", - "{id:\"enderio:item_power_conduit\",Count:2s,Damage:2s}", - "{id:\"enderio:item_extract_speed_upgrade\",Count:53s,Damage:0s}", - "{id:\"enderio:item_extract_speed_downgrade\",Count:45s,Damage:0s}", - "{id:\"enderio:block_inventory_panel_sensor\",Count:47s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:4s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_small\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_medium\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_large\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_huge\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:3s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse\",Count:2s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_warehouse13\",Count:1s,Damage:0s}", - "{id:\"enderio:item_data_conduit\",Count:3s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:38s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:49s,Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:90s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:70s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:45s,Damage:0s}", - "{id:\"enderio:block_buffer\",Count:45s,Damage:1s}", - "{id:\"enderio:block_buffer\",Count:67s,Damage:2s}", - "{id:\"enderio:block_enchanter\",Count:45s,Damage:0s}", - "{id:\"enderio:block_farm_station\",Count:19s,Damage:0s}", - "{id:\"enderio:block_stirling_generator\",Count:25s,Damage:0s}", - "{id:\"enderio:block_zombie_generator\",Count:33s,Damage:0s}", - "{id:\"enderio:block_franken_zombie_generator\",Count:22s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:24s,Damage:0s}", - "{id:\"enderio:block_lava_generator\",Count:42s,Damage:0s}", - "{id:\"enderio:block_killer_joe\",Count:33s,Damage:0s}", - "{id:\"enderio:block_attractor_obelisk\",Count:30s,Damage:0s}", - "{id:\"enderio:block_aversion_obelisk\",Count:46s,Damage:0s}", - "{id:\"enderio:block_inhibitor_obelisk\",Count:32s,Damage:0s}", - "{id:\"enderio:block_relocator_obelisk\",Count:36s,Damage:0s}", - "{id:\"enderio:block_weather_obelisk\",Count:36s,Damage:0s}", - "{id:\"enderio:block_experience_obelisk\",Count:89s,Damage:0s}", - "{id:\"enderio:block_painter\",Count:38s,Damage:0s}", - "{id:\"enderio:block_reservoir\",Count:22s,Damage:0s}", - "{id:\"enderio:block_omni_reservoir\",Count:14s,Damage:0s}", - "{id:\"enderio:block_simple_sag_mill\",Count:33s,Damage:0s}", - "{id:\"enderio:block_sag_mill\",Count:50s,Damage:0s}", - "{id:\"enderio:block_enhanced_sag_mill\",Count:40s,Damage:0s}", - "{id:\"enderio:block_slice_and_splice\",Count:21s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:2s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:1s}", - "{id:\"enderio:block_solar_panel\",Count:22s,Damage:2s}", - "{id:\"enderio:block_solar_panel\",Count:15s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:90s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_soul_binder\",Count:30s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:45s,Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:45s,tag:{entityId:\"minecraft:enderman\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:45s,tag:{entityId:\"minecraft:chicken\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:45s,tag:{entityId:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:45s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"enderio:block_powered_spawner\",Count:45s,tag:{entityId:\"minecraft:stray\"},Damage:0s}", - "{id:\"enderio:block_vat\",Count:200s,Damage:0s}", - "{id:\"enderio:block_enhanced_vat\",Count:240s,Damage:0s}", - "{id:\"enderio:block_simple_wired_charger\",Count:47s,Damage:0s}", - "{id:\"enderio:block_wired_charger\",Count:80s,Damage:0s}", - "{id:\"enderio:block_enhanced_wired_charger\",Count:59s,Damage:0s}", - "{id:\"enderio:block_wireless_charger\",Count:103s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:123s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:92s,Damage:0s}", - "{id:\"enderio:block_wireless_charger_extension\",Count:99s,Damage:0s}", - "{id:\"enderio:block_tank\",Count:57s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:16000}}},Damage:0s}", - "{id:\"enderio:block_tank\",Count:99s,tag:{\"enderio:data\":{tank:{Empty:\"\",Capacity:32000}}},Damage:1s}", - "{id:\"enderio:block_vacuum_chest\",Count:4s,Damage:0s}", - "{id:\"enderio:block_xp_vacuum\",Count:21s,Damage:0s}", - "{id:\"enderio:block_niard\",Count:134s,Damage:0s}", - "{id:\"enderio:block_travel_anchor\",Count:4s,Damage:0s}", - "{id:\"enderio:block_tele_pad\",Count:55s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:58s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:59s,Damage:0s}", - "{id:\"enderio:block_simple_crafter\",Count:2s,Damage:0s}", - "{id:\"enderio:block_crafter\",Count:4s,Damage:0s}", - "{id:\"enderio:block_cap_bank\",Count:11s,Damage:1s}", - "{id:\"enderio:block_cap_bank\",Count:11s,tag:{\"enderio:energy\":10000000},Damage:1s}", - "{id:\"enderio:block_gauge\",Count:42s,Damage:0s}", - "{id:\"enderio:block_power_monitor\",Count:90s,Damage:0s}", - "{id:\"enderio:block_advanced_power_monitor\",Count:67s,Damage:0s}", - "{id:\"enderio:item_capacitor_grainy\",Count:1s,Damage:0s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:3s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:4s}", - "{id:\"enderio:item_endergy_conduit\",Count:1s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_helmet\",Count:42s,tag:{enderio.darksteel.upgrade.soundDetector:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.apiarist_armor_head:{level:0},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.naturalist_eye:{level:0},enderio.darksteel.upgrade.nightVision:{level:0},enderio.darksteel.upgrade.padding:{level:0},enderio.darksteel.upgrade.solar:{level:3},enderio.darksteel.upgrade.gogglesOfRevealing:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_boots\",Count:42s,tag:{enderio.darksteel.upgrade.apiarist_armor_feet:{level:0},enderio.darksteel.upgrade.jumpBoost:{level:3},enderio.darksteel.upgrade.swim:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.anvil:{level:2},enderio.darksteel.upgrade.step_assist:{level:0},enderio.darksteel.upgrade.thaumaturge_robes_feet:{level:0}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:42s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.glide:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_chestplate\",Count:42s,tag:{enderio.darksteel.upgrade.thaumaturge_robes_chest:{level:0},enderio.darksteel.upgrade.apiarist_armor_chest:{level:0},enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.elytra:{level:0},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_stellar_alloy_leggings\",Count:42s,tag:{enderio.darksteel.upgrade.energyUpgrade:{level:4,energy:2500000},enderio.darksteel.upgrade.inv:{level:2},enderio.darksteel.upgrade.thaumaturge_robes_legs:{level:0},enderio.darksteel.upgrade.apiarist_armor_legs:{level:0},enderio.darksteel.upgrade.speedBoost:{level:3},enderio.darksteel.upgrade.anvil:{level:2}},Damage:0s}", - "{id:\"twilightforest:ironwood_raw\",Count:16s,Damage:0s}", - "{id:\"twilightforest:ironwood_ingot\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_helmet\",Count:30s,tag:{ench:[{lvl:1s,id:6}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_chestplate\",Count:48s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_leggings\",Count:42s,tag:{ench:[{lvl:1s,id:0}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_boots\",Count:24s,tag:{ench:[{lvl:1s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_sword\",Count:12s,tag:{ench:[{lvl:1s,id:19}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_shovel\",Count:6s,tag:{ench:[{lvl:1s,id:34}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_pickaxe\",Count:18s,tag:{ench:[{lvl:1s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_axe\",Count:18s,tag:{ench:[{lvl:1s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ironwood_hoe\",Count:12s,Damage:0s}", - "{id:\"twilightforest:fiery_ingot\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_helmet\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_chestplate\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_leggings\",Count:78s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_sword\",Count:22s,tag:{ench:[{lvl:2s,id:20}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:fiery_pickaxe\",Count:33s,Damage:0s}", - "{id:\"twilightforest:steeleaf_ingot\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_helmet\",Count:15s,tag:{ench:[{lvl:2s,id:4}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_chestplate\",Count:24s,tag:{ench:[{lvl:2s,id:3}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_leggings\",Count:21s,tag:{ench:[{lvl:2s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_boots\",Count:12s,tag:{ench:[{lvl:2s,id:2}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_sword\",Count:6s,tag:{ench:[{lvl:2s,id:21}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_shovel\",Count:3s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_pickaxe\",Count:9s,tag:{ench:[{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_axe\",Count:9s,tag:{ench:[{lvl:2s,id:32}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:steeleaf_hoe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:mazebreaker_pickaxe\",Count:33s,tag:{ench:[{lvl:4s,id:32},{lvl:3s,id:34},{lvl:2s,id:35}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:ore_magnet\",Count:24s,Damage:0s}", - "{id:\"twilightforest:armor_shard\",Count:2s,Damage:0s}", - "{id:\"twilightforest:knightmetal_ingot\",Count:18s,Damage:0s}", - "{id:\"twilightforest:armor_shard_cluster\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_helmet\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_boots\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_sword\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_pickaxe\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_axe\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:knightmetal_shield\",Count:81s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:arctic_leggings\",Count:42s,Damage:0s}", - "{id:\"twilightforest:knightmetal_ring\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:block_and_chain\",Count:171s,Damage:0s}", - "{id:\"twilightforest:knightmetal_block\",Count:121s,Damage:0s}", - "{id:\"twilightforest:block_storage\",Count:54s,Damage:0s}", - "{id:\"twilightforest:block_storage\",Count:101s,Damage:1s}", - "{id:\"twilightforest:block_storage\",Count:27s,Damage:2s}", - "{id:\"twilightforest:iron_ladder\",Count:3s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:16s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:16s,Damage:13s}", - "{id:\"tconstruct:materials\",Count:7s,Damage:15s}", - "{id:\"tconstruct:materials\",Count:21s,Damage:16s}", - "{id:\"tconstruct:seared_furnace_controller\",Count:11s,Damage:0s}", - "{id:\"tconstruct:tinker_tank_controller\",Count:24s,Damage:0s}", - "{id:\"tconstruct:piggybackpack\",Count:42s,Damage:0s}", - "{id:\"natura:seed_bags\",Count:6s,Damage:3s}", - "{id:\"natura:bonemeal_bag\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_helmet\",Count:42s,tag:{ench:[{lvl:1s,id:0},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_chestplate\",Count:42s,tag:{ench:[{lvl:1s,id:3},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_leggings\",Count:42s,tag:{ench:[{lvl:1s,id:4},{lvl:1s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"natura:imp_armor_boots\",Count:42s,tag:{ench:[{lvl:1s,id:2},{lvl:1s,id:1}]},Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:10s,Damage:0s}", - "{id:\"immersiveengineering:ore\",Count:10s,Damage:2s}", - "{id:\"immersiveengineering:ore\",Count:10s,Damage:3s}", - "{id:\"immersiveengineering:ore\",Count:10s,Damage:5s}", - "{id:\"immersiveengineering:storage\",Count:67s,Damage:5s}", - "{id:\"immersiveengineering:stone_decoration\",Count:5s,Damage:7s}", - "{id:\"immersiveengineering:stone_decoration\",Count:11s,Damage:8s}", - "{id:\"immersiveengineering:stone_decoration_stairs_concrete_leaded\",Count:5s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device0\",Count:28s,Damage:3s}", - "{id:\"immersiveengineering:wooden_device0\",Count:12s,Damage:5s}", - "{id:\"immersiveengineering:wooden_device0\",Count:19s,Damage:6s}", - "{id:\"immersiveengineering:wooden_device0\",Count:27s,Damage:7s}", - "{id:\"immersiveengineering:wooden_device1\",Count:11s,Damage:0s}", - "{id:\"immersiveengineering:wooden_device1\",Count:11s,Damage:1s}", - "{id:\"immersiveengineering:cloth_device\",Count:6s,Damage:2s}", - "{id:\"immersiveengineering:sheetmetal\",Count:5s,Damage:5s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:11s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:11s,Damage:1s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:11s,Damage:2s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:26s,Damage:3s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:39s,Damage:4s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:36s,Damage:5s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:49s,Damage:6s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:37s,Damage:7s}", - "{id:\"immersiveengineering:metal_decoration1\",Count:19s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration1\",Count:8s,Damage:1s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:28s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:9s,Damage:1s}", - "{id:\"immersiveengineering:metal_decoration2\",Count:9s,Damage:7s}", - "{id:\"immersiveengineering:steel_scaffolding_stairs0\",Count:9s,Damage:0s}", - "{id:\"immersiveengineering:metal_ladder\",Count:14s,Damage:0s}", - "{id:\"immersiveengineering:metal_ladder\",Count:16s,Damage:1s}", - "{id:\"immersiveengineering:metal_ladder\",Count:10s,Damage:2s}", - "{id:\"immersiveengineering:connector\",Count:5s,Damage:0s}", - "{id:\"immersiveengineering:connector\",Count:1s,Damage:1s}", - "{id:\"immersiveengineering:connector\",Count:8s,Damage:2s}", - "{id:\"immersiveengineering:connector\",Count:2s,Damage:3s}", - "{id:\"immersiveengineering:connector\",Count:4s,Damage:5s}", - "{id:\"immersiveengineering:connector\",Count:6s,Damage:6s}", - "{id:\"immersiveengineering:connector\",Count:74s,Damage:7s}", - "{id:\"immersiveengineering:connector\",Count:70s,Damage:8s}", - "{id:\"immersiveengineering:connector\",Count:7s,Damage:9s}", - "{id:\"immersiveengineering:connector\",Count:45s,Damage:10s}", - "{id:\"immersiveengineering:connector\",Count:55s,Damage:11s}", - "{id:\"immersiveengineering:metal_device0\",Count:56s,Damage:0s}", - "{id:\"immersiveengineering:metal_device0\",Count:41s,Damage:1s}", - "{id:\"immersiveengineering:metal_device0\",Count:84s,Damage:2s}", - "{id:\"immersiveengineering:metal_device0\",Count:5s,Damage:5s}", - "{id:\"immersiveengineering:metal_device0\",Count:12s,Damage:6s}", - "{id:\"immersiveengineering:metal_device1\",Count:56s,Damage:0s}", - "{id:\"immersiveengineering:metal_device1\",Count:75s,Damage:1s}", - "{id:\"immersiveengineering:metal_device1\",Count:42s,Damage:2s}", - "{id:\"immersiveengineering:metal_device1\",Count:42s,Damage:3s}", - "{id:\"immersiveengineering:metal_device1\",Count:36s,Damage:5s}", - "{id:\"immersiveengineering:metal_device1\",Count:125s,Damage:7s}", - "{id:\"immersiveengineering:metal_device1\",Count:142s,Damage:8s}", - "{id:\"immersiveengineering:metal_device1\",Count:69s,Damage:9s}", - "{id:\"immersiveengineering:metal_device1\",Count:132s,Damage:10s}", - "{id:\"immersiveengineering:metal_device1\",Count:181s,Damage:11s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:conveyor\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:2s,tag:{conveyorType:\"immersiveengineering:uncontrolled\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:dropper\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:vertical\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:splitter\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:extract\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:covered\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:droppercovered\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:verticalcovered\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:extractcovered\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:chute_iron\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:chute_steel\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:chute_aluminum\"},Damage:0s}", - "{id:\"immersiveengineering:conveyor\",Count:1s,tag:{conveyorType:\"immersiveengineering:chute_copper\"},Damage:0s}", - "{id:\"immersiveengineering:material\",Count:5s,Damage:1s}", - "{id:\"immersiveengineering:material\",Count:5s,Damage:2s}", - "{id:\"immersiveengineering:material\",Count:7s,Damage:8s}", - "{id:\"immersiveengineering:material\",Count:7s,Damage:9s}", - "{id:\"immersiveengineering:material\",Count:7s,Damage:13s}", - "{id:\"immersiveengineering:material\",Count:12s,Damage:14s}", - "{id:\"immersiveengineering:material\",Count:50s,Damage:15s}", - "{id:\"immersiveengineering:material\",Count:56s,Damage:16s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:0s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:2s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:3s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:5s}", - "{id:\"immersiveengineering:metal\",Count:15s,Damage:8s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:9s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:11s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:12s}", - "{id:\"immersiveengineering:metal\",Count:3s,Damage:14s}", - "{id:\"immersiveengineering:metal\",Count:15s,Damage:18s}", - "{id:\"immersiveengineering:metal\",Count:10s,Damage:19s}", - "{id:\"immersiveengineering:metal\",Count:1s,Damage:25s}", - "{id:\"immersiveengineering:metal\",Count:7s,Damage:35s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:tool\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:pickaxe_steel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:shovel_steel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:axe_steel\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:hoe_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:sword_steel\",Count:22s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drillhead\",Count:207s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drillhead\",Count:207s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:jerrycan\",Count:99s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:21,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:revolver\",Count:121s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:8,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:speedloader\",Count:42s,Damage:0s}", - "{id:\"immersiveengineering:bullet\",Count:7s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:4,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:chemthrower\",Count:102s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:3,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:railgun\",Count:165s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:skyhook\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:50s,Damage:1s}", - "{id:\"immersiveengineering:toolupgrade\",Count:39s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:77s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:39s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:46s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:12s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:56s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:30s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:189s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:40s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:19s,Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:120s,Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:earmuffs\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:powerpack\",Count:45s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:shield\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:maintenance_kit\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_feet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:steel_armor_head\",Count:42s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_fixture\",Count:5s,Damage:0s}", - "{id:\"appliedenergistics2:sky_compass\",Count:45s,Damage:0s}", - "{id:\"appliedenergistics2:inscriber\",Count:68s,Damage:0s}", - "{id:\"appliedenergistics2:wireless_access_point\",Count:24s,Damage:0s}", - "{id:\"appliedenergistics2:charger\",Count:56s,Damage:0s}", - "{id:\"appliedenergistics2:security_station\",Count:62s,Damage:0s}", - "{id:\"appliedenergistics2:spatial_io_port\",Count:90s,Damage:0s}", - "{id:\"appliedenergistics2:drive\",Count:45s,Damage:0s}", - "{id:\"appliedenergistics2:chest\",Count:23s,Damage:0s}", - "{id:\"appliedenergistics2:cell_workbench\",Count:56s,Damage:0s}", - "{id:\"appliedenergistics2:io_port\",Count:90s,Damage:0s}", - "{id:\"appliedenergistics2:condenser\",Count:45s,Damage:0s}", - "{id:\"appliedenergistics2:vibration_chamber\",Count:90s,Damage:0s}", - "{id:\"appliedenergistics2:quartz_growth_accelerator\",Count:45s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_unit\",Count:45s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_accelerator\",Count:33s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_1k\",Count:33s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_4k\",Count:33s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_16k\",Count:33s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_storage_64k\",Count:33s,Damage:0s}", - "{id:\"appliedenergistics2:crafting_monitor\",Count:34s,Damage:0s}", - "{id:\"appliedenergistics2:light_detector\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:certus_quartz_cutting_knife\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:nether_quartz_cutting_knife\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:entropy_manipulator\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:entropy_manipulator\",Count:22s,tag:{internalMaxPower:200000.0d,internalCurrentPower:200000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:25s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:25s,tag:{internalMaxPower:1600000.0d,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:charged_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:charged_staff\",Count:22s,tag:{internalMaxPower:8000.0d,internalCurrentPower:8000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:matter_cannon\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:matter_cannon\",Count:33s,tag:{internalMaxPower:200000.0d,internalCurrentPower:200000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:17s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:portable_cell\",Count:17s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:color_applicator\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:color_applicator\",Count:22s,tag:{internalMaxPower:20000.0d,internalCurrentPower:20000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:biometric_card\",Count:37s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:memory_card\",Count:37s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:network_tool\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:view_cell\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_1k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_4k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_16k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:storage_cell_64k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_1k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_4k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_16k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:fluid_storage_cell_64k\",Count:24s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:24s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:16s,Damage:28s}", - "{id:\"appliedenergistics2:material\",Count:24s,Damage:25s}", - "{id:\"appliedenergistics2:material\",Count:33s,Damage:52s}", - "{id:\"appliedenergistics2:material\",Count:18s,Damage:27s}", - "{id:\"appliedenergistics2:material\",Count:18s,Damage:53s}", - "{id:\"appliedenergistics2:material\",Count:12s,Damage:29s}", - "{id:\"appliedenergistics2:material\",Count:12s,Damage:31s}", - "{id:\"appliedenergistics2:material\",Count:12s,Damage:58s}", - "{id:\"appliedenergistics2:material\",Count:18s,Damage:26s}", - "{id:\"appliedenergistics2:material\",Count:12s,Damage:30s}", - "{id:\"appliedenergistics2:material\",Count:33s,Damage:39s}", - "{id:\"appliedenergistics2:material\",Count:10s,Damage:51s}", - "{id:\"appliedenergistics2:material\",Count:15s,Damage:49s}", - "{id:\"appliedenergistics2:material\",Count:7s,Damage:15s}", - "{id:\"appliedenergistics2:material\",Count:33s,Damage:41s}", - "{id:\"appliedenergistics2:material\",Count:16s,Damage:42s}", - "{id:\"appliedenergistics2:part\",Count:22s,Damage:300s}", - "{id:\"appliedenergistics2:part\",Count:22s,Damage:302s}", - "{id:\"appliedenergistics2:part\",Count:22s,Damage:321s}", - "{id:\"appliedenergistics2:part\",Count:22s,Damage:320s}", - "{id:\"appliedenergistics2:part\",Count:16s,Damage:301s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:480s}", - "{id:\"appliedenergistics2:part\",Count:2s,Damage:160s}", - "{id:\"appliedenergistics2:part\",Count:33s,Damage:460s}", - "{id:\"appliedenergistics2:part\",Count:3s,Damage:180s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:400s}", - "{id:\"appliedenergistics2:part\",Count:1s,Damage:380s}", - "{id:\"projecte:alchemical_chest\",Count:22s,Damage:0s}", - "{id:\"projecte:condenser_mk1\",Count:16s,Damage:0s}", - "{id:\"projecte:condenser_mk2\",Count:12s,Damage:0s}", - "{id:\"projecte:dm_furnace\",Count:11s,Damage:0s}", - "{id:\"projecte:nova_catalyst\",Count:5s,Damage:0s}", - "{id:\"projecte:nova_cataclysm\",Count:1s,Damage:0s}", - "{id:\"projecte:rm_furnace\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_3\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_2\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_1\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_dm_armor_0\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_3\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_2\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_1\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_rm_armor_0\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_3\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_2\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_1\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_gem_armor_0\",Count:42s,Damage:0s}", - "{id:\"projecte:item.pe_ring_iron_band\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_black_hole\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_archangel_smite\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_harvest_god\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_ignition\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_zero_ring\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_void_ring\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:100s,tag:{Mode:0b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:100s,tag:{Mode:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:100s,tag:{Mode:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_arcana_ring\",Count:100s,tag:{Mode:3b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:2s,Damage:0s}", - "{id:\"ae2wtlib:infinity_booster_card\",Count:24s,Damage:0s}", - "{id:\"agricraft:peripheral\",Count:75s,Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dltplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"integrateddynamics:menril_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"bewitchment:juniper_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"abyssalcraft:dreadplanks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:trans_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"bewitchment:elder_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:sort_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_silverwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"natura:nether_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"techreborn:rubber_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:time_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:weedwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"bewitchment:cypress_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:rubber_tree_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:giant_root_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.vanilla.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"natura:overworld_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"biomesoplenty:planks_0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"minecraft:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:hearthgrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mine_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:canopy_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thaumadditions:taintwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:twilight_oak_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thebetweenlands:nibbletwig_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:mangrove_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-dark-oak\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"thaumcraft:plank_greatwood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-acacia\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-jungle\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:dark_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"randomthings:spectreplank\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"erebus:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"chisel:planks-birch\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"bewitchment:dragons_blood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"twilightforest:tower_wood\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:15,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:11,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:12,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:13,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:14,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"extratrees:planks.fireproof.2\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"extrautils2:ironwood_planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:6,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:7,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:4,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:5,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:2,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:3,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:1,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:8,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:9,agri_material:\"forestry:planks.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"extratrees:planks.fireproof.1\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"advancedrocketry:planks\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:0,agri_material:\"forestry:planks.fireproof.0\"},Damage:0s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,tag:{agri_material_meta:10,agri_material:\"chisel:planks-spruce\"},Damage:0s}", - "{id:\"agricraft:sprinkler\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"agricraft:trowel\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"agricraft:rake\",Count:24s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"agricraft:clipper\",Count:27s,Damage:0s}", - "{id:\"bloodmagic:blood_rune\",Count:5s,Damage:3s}", - "{id:\"bloodmagic:blood_rune\",Count:2s,Damage:4s}", - "{id:\"bloodmagic:blood_rune\",Count:74s,Damage:6s}", - "{id:\"bloodmagic:blood_rune\",Count:105s,Damage:7s}", - "{id:\"bloodmagic:blood_rune\",Count:114s,Damage:9s}", - "{id:\"bloodmagic:teleposer\",Count:45s,Damage:0s}", - "{id:\"bloodmagic:soul_forge\",Count:105s,Damage:0s}", - "{id:\"bloodmagic:alchemy_table\",Count:15s,Damage:0s}", - "{id:\"bloodmagic:decorative_brick\",Count:315s,Damage:2s}", - "{id:\"bloodmagic:decorative_brick\",Count:236s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sacrificial_dagger\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_sacrifice\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:pack_self_sacrifice\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:ritual_reader\",Count:15s,Damage:0s}", - "{id:\"bloodmagic:component\",Count:15s,Damage:19s}", - "{id:\"bloodmagic:component\",Count:10s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:experience_tome\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_chest\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:living_armour_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_helmet\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_chest\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_leggings\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:sentient_armour_boots\",Count:73s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.health\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.stepAssist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.elytra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.arrowShot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.stormTrooper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.selfSacrifice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.fireResist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.sprintAttack\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.physicalProtect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.crippledArm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.solarPowered\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.movement\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.knockback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.quenched\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.repair\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.jump\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.experienced\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.slowness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.slowHeal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.nightSight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.fallProtect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.digSlowdown\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.slippery\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.meleeDamage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.criticalStrike\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.digging\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.battleHunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.poisonResist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.grimReaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.graveDigger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.meleeDecrease\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodmagic:upgrade_trainer\",Count:40s,tag:{key:\"bloodmagic.upgrade.disoriented\"},Damage:0s}", - "{id:\"bloodmagic:soul_snare\",Count:11s,Damage:0s}", - "{id:\"bloodmagic:base_fluid_filter\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_iron\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"animus:kama_gold\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candlefire_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explochron_sword\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fireborne_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lights_way\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:supremacy_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bloodlurker\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:coral_greatblade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creepoid_greatblade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_greatblade\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knights_guard\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lelyetian_greatblade\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:royal_greatblade\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_greatblade\",Count:50s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shroomic_greatblade\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_sword\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_greatblade\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:horizon_maul\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:abominator\",Count:56s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:apoco_rifle\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aqua_magnum\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:artifact\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baronator\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_rifle\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:big_top\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blood_iron\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chilli_chugger\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:construct\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:core_rifle\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkener\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_rifle\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_rifle\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:echo_gull\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rifle\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:heat_wave\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hot_shot\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunters_rifle\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iominator\",Count:42s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_revolver\",Count:7s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:iro_rifle\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:krilinator\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_iron\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:miasma\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mint_magnum\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethenette_rifle\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predator\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulsator\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_rifle\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:roulette\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullette\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullifact\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spine_gun\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:squad_gun\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stampede\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stormer\",Count:18s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sublimus\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tiger_tommy\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:tommy\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vile_vanquisher\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wart_gun\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wrecker\",Count:37s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amplifier\",Count:49s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blue_barrel\",Count:9s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:brown_blaster\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_shotgun\",Count:37s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ginger_blaster\",Count:12s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:long_shot\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_shotgun\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purple_punisher\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:red_rocket\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vivo\",Count:37s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bayonette_sr\",Count:39s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bolt_rifle\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:camo_rifle\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clown_cracker\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clownimator\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystaneer\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:deadlock\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:decimator\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:discharge_sniper\",Count:13s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:dual_sight\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:duster\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro500\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ka500\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mark_maker\",Count:19s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mineral\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_maker\",Count:14s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sabbath\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sludge_sniper\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sweet_tooth\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:terminator\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viper1\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ancient_bomber\",Count:25s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bomb_launcher\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_boom\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boom_cannon\",Count:34s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bozo_blaster\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:carrot_cannon\",Count:26s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:clowno_pulse\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:energy_cannon\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:36s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flower_cannon\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:fungal_cannon\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghast_blaster\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_cannon\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_howitzer\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_funger\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:jack_rocker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:missile_maker\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_cannon\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatorian_blaster\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pulse_cannon\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:48s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shadow_blaster\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_blaster\",Count:27s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:smile_blaster\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:grenade\",Count:1s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:haunted_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_bow\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyregem_bow\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_bow\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soulfire_bow\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:weaken_bow\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_archergun\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spectral_archergun\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:viral_archergun\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:aquatic_staff\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_staff\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:celestial_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystik_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:destruction_staff\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ember_staff\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_staff\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moonlight_staff\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:power_staff\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rejuvenation_staff\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:show_staff\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sky_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:surge_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:underworld_staff\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:atomizer\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blast_chiller\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bone_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:bubble_horn\",Count:15s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:darkly_guster\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:doom_bringer\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:froster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gas_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoul_gasser\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gold_bringer\",Count:8s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hell_horn\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:illusion_revolver\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ion_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:light_blaster\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:luna_blaster\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_blaster\",Count:41s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mind_blaster\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:moon_shiner\",Count:33s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:odious\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:orbocron\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:poison_plunger\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:revolution\",Count:45s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:seaocron\",Count:16s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skullo_blaster\",Count:24s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:soul_storm\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:swarmotron\",Count:30s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:toxic_terrorizer\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:whimsy_winder\",Count:22s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:cannonball\",Count:2s,Damage:0s}", - "{id:\"aoa3:metal_slug\",Count:2s,Damage:0s}", - "{id:\"aoa3:pop_shot\",Count:1s,Damage:0s}", - "{id:\"aoa3:spreadshot\",Count:1s,Damage:0s}", - "{id:\"aoa3:baronyte_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:blazium_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:elecanium_ingot\",Count:15s,Damage:0s}", - "{id:\"aoa3:emberstone_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:ghastly_ingot\",Count:15s,Damage:0s}", - "{id:\"aoa3:ghoulish_ingot\",Count:15s,Damage:0s}", - "{id:\"aoa3:limonite_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:lunar_ingot\",Count:15s,Damage:0s}", - "{id:\"aoa3:lyon_ingot\",Count:15s,Damage:0s}", - "{id:\"aoa3:mystite_ingot\",Count:15s,Damage:0s}", - "{id:\"aoa3:rosite_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:rusted_iron_ingot\",Count:2s,Damage:0s}", - "{id:\"aoa3:shyrestone_ingot\",Count:18s,Damage:0s}", - "{id:\"aoa3:skeletal_ingot\",Count:5s,Damage:0s}", - "{id:\"aoa3:varsium_ingot\",Count:10s,Damage:0s}", - "{id:\"aoa3:baronyte_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:blazium_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:elecanium_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:emberstone_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:ghastly_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:ghoulish_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:limonite_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunar_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:lyon_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:mystite_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:rosite_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:shyrestone_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:varsium_nugget\",Count:1s,Damage:0s}", - "{id:\"aoa3:limonite_rod\",Count:7s,Damage:0s}", - "{id:\"aoa3:metal_tub\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:magic_mending_solution\",Count:22s,Damage:0s}", - "{id:\"aoa3:magnet_shard\",Count:5s,Damage:0s}", - "{id:\"aoa3:scrap_metal\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archergun_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:blaster_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boots_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:leggings_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chestplate_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:helmet_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:cannon_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gun_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shotgun_frame\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sniper_frame\",Count:5s,Damage:0s}", - "{id:\"aoa3:warlock_gem\",Count:7s,Damage:0s}", - "{id:\"aoa3:iromine_tokens\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:barathos_realmstone\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyrelands_realmstone\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:agility_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vitality_tablet\",Count:150s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:halycon_milk\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:diamond_bowl\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:stone_bowl\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_pickaxe\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:pickmax\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:emberstone_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:goofy_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:limonite_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosite_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:achelos_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:face_mask\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:night_vision_goggles\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:oceanus_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sealord_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alacrity_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:alchemy_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:amethind_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:anima_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:archaic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:augury_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:baron_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_legs\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:battleborn_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:biogenic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:boreic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:butchery_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:candy_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:commander_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:creation_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:crystallis_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:elecanyte_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_legs\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_chestplate\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:embrodium_helmet\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:engineering_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:exoplate_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:expedition_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:explosive_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:extraction_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:foraging_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghastly_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ghoulish_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hauling_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hunter_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydrangic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hydroplate_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_boots\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_chestplate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:ice_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_boots\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_legs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_chestplate\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infernal_helmet\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:infusion_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:innervation_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:knight_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:logging_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lunar_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_legs\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_chestplate\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyndamyte_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:26s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:41s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mercurial_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:necro_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nethengeic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:nightmare_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:omni_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:phantasm_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:predatious_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:primordial_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:purity_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rosidian_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runation_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:runic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:sharpshot_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_boots\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_legs\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:skeletal_helmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:spaceking_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:speed_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_boots\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_legs\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:subterranean_helmet\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:utopian_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_boots\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_legs\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_chestplate\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:void_helmet\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:wither_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:zargonite_helmet\",Count:42s,Damage:0s}", - "{id:\"aoa3:iromine_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:iromine_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:baronyte_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:blazium_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:elecanium_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:emberstone_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:ghastly_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:ghoulish_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:limonite_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:lyon_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:mystite_ore\",Count:15s,Damage:0s}", - "{id:\"aoa3:rosite_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:shyrestone_ore\",Count:18s,Damage:0s}", - "{id:\"aoa3:varsium_ore\",Count:10s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory\",Count:27s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory\",Count:9s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_slab\",Count:10s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_slab\",Count:3s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_slab\",Count:1s,Damage:0s}", - "{id:\"aoa3:intricate_limonite_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_limonite_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_limonite_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_limonite_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:intricate_rosite_ivory_stairs\",Count:30s,Damage:0s}", - "{id:\"aoa3:natural_rosite_ivory_stairs\",Count:1s,Damage:0s}", - "{id:\"aoa3:ornate_rosite_ivory_stairs\",Count:10s,Damage:0s}", - "{id:\"aoa3:patterned_rosite_ivory_stairs\",Count:3s,Damage:0s}", - "{id:\"aoa3:baronyte_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:blazium_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:elecanium_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:emberstone_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:ghastly_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:ghoulish_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:ivory_limonite_lamp_off\",Count:5s,Damage:0s}", - "{id:\"aoa3:ivory_rosite_lamp_off\",Count:5s,Damage:0s}", - "{id:\"aoa3:limonite_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:lyon_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:mystic_lamp_off\",Count:11s,Damage:0s}", - "{id:\"aoa3:rosite_lamp_off\",Count:7s,Damage:0s}", - "{id:\"aoa3:skeletal_lamp_off\",Count:3s,Damage:0s}", - "{id:\"aoa3:baronyte_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:blazium_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:elecanium_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:emberstone_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:ghastly_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:ghoulish_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:limonite_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:lunar_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:lyon_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:mystite_block\",Count:101s,Damage:0s}", - "{id:\"aoa3:rosite_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:shyrestone_block\",Count:121s,Damage:0s}", - "{id:\"aoa3:skeletal_ingot_block\",Count:33s,Damage:0s}", - "{id:\"aoa3:varsium_block\",Count:67s,Damage:0s}", - "{id:\"aoa3:resistance_enhancer\",Count:22s,Damage:0s}", - "{id:\"aoa3:weight_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:45s,Damage:0s}", - "{id:\"aoa3:frame_bench\",Count:41s,Damage:0s}", - "{id:\"aoa3:mending_table\",Count:22s,Damage:0s}", - "{id:\"aoa3:tea_sink\",Count:69s,Damage:0s}", - "{id:\"aoa3:whitewashing_table\",Count:27s,Damage:0s}", - "{id:\"ebwizardry:arcane_workbench\",Count:1s,Damage:0s}", - "{id:\"ebwizardry:receptacle\",Count:22s,Damage:0s}", - "{id:\"bhc:canister\",Count:45s,Damage:0s}", - "{id:\"bhc:red_heart_canister\",Count:33s,Damage:0s}", - "{id:\"bhc:yellow_heart_canister\",Count:175s,Damage:0s}", - "{id:\"bhc:green_heart_canister\",Count:131s,Damage:0s}", - "{id:\"bhc:blue_heart_canister\",Count:98s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bhc:heart_amulet\",Count:33s,Damage:0s}", - "{id:\"botania:manaresource\",Count:10s,Damage:0s}", - "{id:\"botania:manaresource\",Count:15s,Damage:4s}", - "{id:\"botania:manaresource\",Count:10s,Damage:7s}", - "{id:\"botania:manaresource\",Count:11s,Damage:14s}", - "{id:\"botania:manaresource\",Count:1s,Damage:17s}", - "{id:\"botania:manaresource\",Count:1s,Damage:18s}", - "{id:\"botania:manaresource\",Count:1s,Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:41s,tag:{},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:32s,tag:{},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:37s,tag:{},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:17s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:19s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:30s,tag:{},Damage:21s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:22s,tag:{},Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:33s,tag:{},Damage:23s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:managun\",Count:20s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraformrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manamirror\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelm\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelhelmreveal\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelchest\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteellegs\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelboots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelpick\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelsword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manasteelshears\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelm\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelhelmreveal\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelchest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteellegs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasteelboots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrasword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaring\",Count:30s,tag:{mana:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaringgreater\",Count:33s,tag:{mana:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:auraringgreater\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:knockbackbelt\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:icependant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lavapendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetring\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:waterring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:miningring\",Count:46s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:45s,tag:{mana:9999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:45s,tag:{mana:999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:45s,tag:{mana:9999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:45s,tag:{mana:99999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:45s,tag:{mana:999999999},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terrapick\",Count:45s,tag:{mana:2147483646},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:divacharm\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{},\"thaumicaugmentation:elytra_harness_augment\":{}},id:\"botania:flighttiara\",Count:15s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelm\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumhelmreveal\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumchest\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumlegs\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumboots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumpick\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumsword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:elementiumshears\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:openbucket\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spawnermover\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pixiering\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:reachring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:glasspick\",Count:7s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:1s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:2s}", - "{id:\"botania:sparkupgrade\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:8s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:5s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:8s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:3s,tag:{brewKey:\"healing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:8s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:5s,tag:{brewKey:\"overload\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:8s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:8s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:8s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftinghalo\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:monocle\",Count:9s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:swapring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:blackholetalisman\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:1s,tag:{brewKey:\"haste\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:8s,tag:{brewKey:\"resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:8s,tag:{brewKey:\"bloodthirst\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:terraaxe\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:obediencestick\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cacophonium\",Count:37s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:slimebottle\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:starsword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:magnetringgreater\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:thundersword\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavehelm\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavechest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:manaweavelegs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:autocraftinghalo\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:sextant\",Count:30s,Damage:0s}", - "{ForgeCaps:{Parent:[],\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:baublebox\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cloudpendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:astrolabe\",Count:37s,tag:{},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:spreader\",Count:7s,Damage:0s}", - "{id:\"botania:spreader\",Count:12s,Damage:1s}", - "{id:\"botania:spreader\",Count:7s,Damage:2s}", - "{id:\"botania:pylon\",Count:30s,Damage:0s}", - "{id:\"botania:pylon\",Count:24s,Damage:1s}", - "{id:\"botania:pylon\",Count:37s,Damage:2s}", - "{id:\"botania:pistonrelay\",Count:11s,Damage:0s}", - "{id:\"botania:distributor\",Count:15s,Damage:0s}", - "{id:\"botania:turntable\",Count:6s,Damage:0s}", - "{id:\"botania:alchemycatalyst\",Count:15s,Damage:0s}", - "{id:\"botania:foresteye\",Count:30s,Damage:0s}", - "{id:\"botania:storage\",Count:67s,Damage:0s}", - "{id:\"botania:storage\",Count:101s,Damage:1s}", - "{id:\"botania:storage\",Count:67s,Damage:2s}", - "{id:\"botania:forestdrum\",Count:7s,Damage:1s}", - "{id:\"botania:alfheimportal\",Count:2s,Damage:0s}", - "{id:\"botania:conjurationcatalyst\",Count:33s,Damage:0s}", - "{id:\"botania:spawnerclaw\",Count:57s,Damage:0s}", - "{id:\"botania:starfield\",Count:30s,Damage:0s}", - "{id:\"botania:rfgenerator\",Count:7s,Damage:0s}", - "{id:\"botania:brewery\",Count:50s,Damage:0s}", - "{id:\"botania:terraplate\",Count:50s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechid\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"orechidIgnem\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"solegnolia\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:3s,tag:{type:\"solegnoliaChibi\"},Damage:0s}", - "{id:\"botania:pump\",Count:39s,Damage:0s}", - "{id:\"botania:hourglass\",Count:37s,Damage:0s}", - "{id:\"botania:sparkchanger\",Count:15s,Damage:0s}", - "{id:\"botania:manabomb\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_chestplate\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_leggings\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_boots\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:silver_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_sword\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_pickaxe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_axe\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_shovel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:cold_iron_hoe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:athame\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:boline\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:waystone\",Count:4s,Damage:0s}", - "{id:\"bewitchment:silver_arrow\",Count:2s,Damage:0s}", - "{id:\"bewitchment:cold_iron_arrow\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:hellish_bauble\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:horseshoe\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:nazar\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:token_of_remedies\",Count:6s,Damage:0s}", - "{id:\"bewitchment:silver_ingot\",Count:10s,Damage:0s}", - "{id:\"bewitchment:cold_iron_ingot\",Count:15s,Damage:0s}", - "{id:\"bewitchment:cold_iron_nugget\",Count:1s,Damage:0s}", - "{id:\"bewitchment:cold_iron_plate\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_tool\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bewitchment:poppet_voodooprotection\",Count:7s,Damage:0s}", - "{id:\"bewitchment:pentacle\",Count:6s,Damage:0s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:0s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:1s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:2s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:3s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:4s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:5s}", - "{id:\"bibliocraft:furniturepaneler\",Count:22s,Damage:6s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:0s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:1s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:2s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:3s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:4s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:5s}", - "{id:\"bibliocraft:toolrack\",Count:11s,Damage:6s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:0s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:1s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:2s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:3s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:4s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:5s}", - "{id:\"bibliocraft:clock\",Count:30s,Damage:6s}", - "{id:\"bibliocraft:paintingpress\",Count:283s,Damage:0s}", - "{id:\"bibliocraft:bell\",Count:33s,Damage:0s}", - "{id:\"bibliocraft:typesettingtable\",Count:30s,Damage:0s}", - "{id:\"bibliocraft:printingpress\",Count:266s,Damage:0s}", - "{id:\"bibliocraft:cookiejar\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:compass\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:maptool\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:plumbline\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:framingsaw\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:atlasbook\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:handdrill\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:tapemeasure\",Count:45s,Damage:0s}", - "{id:\"bibliocraft:bibliochase\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:bibliodrill\",Count:11s,Damage:0s}", - "{id:\"bloodarsenal:stasis_plate\",Count:60s,Damage:0s}", - "{id:\"bloodarsenal:base_item\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:glass_sacrificial_dagger\",Count:13s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:13s,Damage:0s}", - "{id:\"bloodarsenal:gem\",Count:30s,Damage:1s}", - "{id:\"bloodarsenal:gem\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:sacrifice_amulet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:self_sacrifice_amulet\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"corrosive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"destructive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"vengeful\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bloodarsenal:soul_pendant\",Count:5s,tag:{souls:64.0d,demonWillType:\"steadfast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:buildingtool\",Count:45s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:exchangertool\",Count:45s,tag:{blockstate:{Name:\"minecraft:air\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:copypastetool\",Count:45s,tag:{mode:\"Copy\"},Damage:0s}", - "{id:\"buildinggadgets:templatemanager\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:45s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainer\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert2\",Count:307s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:constructionpastecontainert3\",Count:500s,Damage:0s}", - "{id:\"computercraft:computer\",Count:52s,Damage:16384s}", - "{id:\"computercraft:peripheral\",Count:15s,Damage:4s}", - "{id:\"computercraft:advanced_modem\",Count:60s,Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:realmite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:bluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:bloodstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:footbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:infinity_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:ornamyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:lunastone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:soulsandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:jade_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:ghastchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:unidentified_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:flintchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:cyanchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:lavachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:claychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:magmachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:vityte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:brownchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:netherite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:goldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:gemenyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:gunpowderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:mithrillium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:yellow_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:rupee_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:logchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:pcrystalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:greenchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:chaos_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:silverdyechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:skullbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:jewelyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:lightbluechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:crystallite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:diamondchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:amethyst_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:enderchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:arlemite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:glitch_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:pinkchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:smartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:rosite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:orangechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:slimechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:palladium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:polonium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:elecanium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:baronyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:sapphire_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:lyon_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:red_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:chalcedony_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:whitechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:waterchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:limonite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:amber_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:charged_runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:purple_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:blackchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:ironchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:blazechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:candyte_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:snowballchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:yellowchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:blue_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:quartzchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:rhenium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:white_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:glasschicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:obsidianchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:mystite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:green_gemstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:blazium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:brightsteel_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:glowstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:coalchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:legbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:ogerite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:graychicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:runium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:chestbone_fragment_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:fluctuatite_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:emeraldchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:stringchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:magentachicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:limechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:pshardchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:purplechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:sandchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:redstonechicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:redchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:leatherchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:emberstone_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"chickens:netherwartchicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:varsium_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:bloodgem_chicken\"}},Damage:0s}", - "{id:\"chickens:spawn_egg\",Count:142s,tag:{ChickenType:{id:\"contenttweaker:cold_iron_chicken\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"chickens:analyzer\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"compactmachines3:psd\",Count:11s,Damage:0s}", - "{id:\"compactmachines3:tunneltool\",Count:5s,Damage:0s}", - "{id:\"conarm:resist_mat\",Count:303s,Damage:0s}", - "{id:\"conarm:gauntlet_mat\",Count:56s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_speed\",Count:42s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_attack\",Count:42s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:42s,Damage:0s}", - "{id:\"deepmoblearning:polymer_clay\",Count:1s,Damage:0s}", - "{id:\"deepmoblearning:data_model_blank\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:trial_key\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:glitch_infused_sword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_zombie\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_skeleton\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_spider\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_slime\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_witch\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_blaze\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_shulker\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_guardian\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_thermal_elemental\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_forest\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_swamp\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_twilight_darkwood\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_tinker_slime\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:angelic_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:aquastrive_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_helmet\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_chestplate\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_leggings\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:arlemite_boots\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:bedrock_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:corrupted_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:divine_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:elite_realmite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:ender_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_ender_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_ender_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_ender_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_ender_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_ender_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:frozen_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:inferno_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jack_o_man_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:jungle_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:kraken_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:netherite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:realmite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:rupee_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:blue_rupee_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:gray_rupee_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:green_rupee_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:red_rupee_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:yellow_rupee_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:shadow_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skeleman_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:terran_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wither_reaper_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:santa_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:eden_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:wildwood_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:apalachia_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:skythern_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:mortum_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:halite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:awakened_halite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:korma_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:vemos_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_hood\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:degraded_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_hood\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:finished_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_hood\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:glistening_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_hood\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:demonized_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_hood\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:tormented_boots\",Count:42s,Damage:0s}", - "{id:\"divinerpg:shuriken\",Count:56s,Damage:0s}", - "{id:\"divinerpg:vile_storm\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:golden_fury\",Count:251s,Damage:0s}", - "{id:\"erebus:ore_iron\",Count:15s,Damage:0s}", - "{id:\"erebus:ore_gold\",Count:10s,Damage:0s}", - "{id:\"erebus:umber_furnace\",Count:24s,Damage:0s}", - "{id:\"erebus:petrified_wood_chest\",Count:7s,Damage:0s}", - "{id:\"erebus:glowing_jar\",Count:33s,Damage:0s}", - "{id:\"erebus:fluid_jar\",Count:24s,Damage:0s}", - "{id:\"erebus:smoothie_maker\",Count:24s,Damage:0s}", - "{id:\"erebus:liquifier\",Count:18s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:11s,Damage:0s}", - "{id:\"erebus:altar_offering\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jump_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:glider_chestplate_powered\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:spider_t_shirt\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:water_striders\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:bamboo_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:exoskeleton_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:jade_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rein_exoskeleton_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:rhino_exoskeleton_shield\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:enhanced_scorpion_pincer\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:ant_taming_amulet\",Count:30s,tag:{},Damage:0s}", - "{id:\"erebus:spray_can\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:portal_activator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:homing_beecon\",Count:63s,tag:{},Damage:0s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:0s}", - "{id:\"extendedcrafting:trimmed\",Count:3s,Damage:1s}", - "{id:\"extendedcrafting:table_basic\",Count:115s,Damage:0s}", - "{id:\"extendedcrafting:material\",Count:66s,Damage:8s}", - "{id:\"extendedcrafting:material\",Count:45s,Damage:9s}", - "{id:\"extendedcrafting:material\",Count:22s,Damage:14s}", - "{id:\"extendedcrafting:material\",Count:15s,Damage:15s}", - "{id:\"extracpus:crafting_storage_256k\",Count:33s,Damage:0s}", - "{id:\"extracpus:crafting_storage_1024k\",Count:33s,Damage:0s}", - "{id:\"extracpus:crafting_storage_4096k\",Count:33s,Damage:0s}", - "{id:\"extracpus:crafting_storage_16384k\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"zerocore:debugtool\",Count:78s,Damage:0s}", - "{id:\"bigreactors:ingotsteel\",Count:15s,Damage:0s}", - "{id:\"bigreactors:reactorcasingcores\",Count:60s,Damage:0s}", - "{id:\"bigreactors:turbinehousingcores\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bigreactors:wrench\",Count:45s,Damage:0s}", - "{id:\"bigreactors:turbinerotorblade\",Count:22s,Damage:0s}", - "{id:\"bigreactors:turbinebearing\",Count:67s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:42s,Damage:0s}", - "{id:\"bigreactors:turbinecomputerport\",Count:15s,Damage:0s}", - "{id:\"bigreactors:turbinerotorshaft\",Count:45s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:66s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:66s,Damage:0s}", - "{id:\"bigreactors:reactorredstoneport\",Count:7s,Damage:0s}", - "{id:\"bigreactors:reactorcomputerport\",Count:15s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:8s,Damage:0s}", - "{id:\"bigreactors:reactorfuelrod\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:sprayer\",Count:81s,Damage:0s}", - "{id:\"hatchery:circuit_board\",Count:2s,Damage:0s}", - "{id:\"hatchery:chicken_machine\",Count:153s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:18s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_upgrade\",Count:120s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:speed_upgrade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:199s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:426s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:tank_upgrade\",Count:500s,Damage:2s}", - "{id:\"hatchery:feeder\",Count:87s,Damage:0s}", - "{id:\"hatchery:nursery_block\",Count:64s,Damage:0s}", - "{id:\"hatchery:fertilizer_mixer\",Count:89s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:89s,Damage:0s}", - "{id:\"hatchery:shredder\",Count:67s,Damage:0s}", - "{id:\"iceandfire:goldpile\",Count:1s,Damage:0s}", - "{id:\"iceandfire:silverpile\",Count:1s,Damage:0s}", - "{id:\"iceandfire:silver_ore\",Count:10s,Damage:0s}", - "{id:\"iceandfire:dragonforge_fire_input\",Count:45s,Damage:0s}", - "{id:\"iceandfire:dragonforge_ice_input\",Count:45s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_block\",Count:270s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_block\",Count:270s,Damage:0s}", - "{id:\"iceandfire:silver_ingot\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_helmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_chestplate\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_leggings\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_metal_boots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_sword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_shovel\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_pickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_axe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:silver_hoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_iron\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:30s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_gold\",Count:20s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:251s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:251s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:402s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_silver\",Count:150s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_fire\",Count:500s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonarmor_dragonsteel_ice\",Count:500s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:gold_hippogryph_armor\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:hippogryph_sword\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:sheep_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_yellow\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_white\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:deathworm_gauntlet_red\",Count:8s,Damage:0s}", - "{id:\"iceandfire:stymphalian_bird_feather\",Count:7s,Damage:0s}", - "{id:\"iceandfire:stymphalian_arrow\",Count:7s,Damage:0s}", - "{id:\"iceandfire:stymphalian_feather_bundle\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:stymphalian_bird_dagger\",Count:10s,Damage:0s}", - "{id:\"iceandfire:chain_link\",Count:3s,Damage:0s}", - "{id:\"iceandfire:chain_sticky\",Count:8s,Damage:0s}", - "{id:\"iceandfire:chain\",Count:11s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_fire_ingot\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_pickaxe\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_axe\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_shovel\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_hoe\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_fire_boots\",Count:42s,Damage:0s}", - "{id:\"iceandfire:dragonsteel_ice_ingot\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_sword\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_pickaxe\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_axe\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_shovel\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_hoe\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragonsteel_ice_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_red_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_bronze_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_green_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_gray_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_blue_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_white_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_sapphire_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:armor_silver_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_blue_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_bronze_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_deepblue_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_green_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_purple_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_red_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:tide_teal_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:forest_troll_leather_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:frost_troll_leather_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:mountain_troll_leather_boots\",Count:42s,Damage:0s}", - "{id:\"teslacorelib:energy_tier1\",Count:30s,Damage:0s}", - "{id:\"teslacorelib:energy_tier2\",Count:8s,Damage:0s}", - "{id:\"teslacorelib:speed_tier1\",Count:61s,Damage:0s}", - "{id:\"teslacorelib:speed_tier2\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"teslacorelib:wrench\",Count:33s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:50s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:34s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_effect_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_entity_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:35s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_writer_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_static_light_panel_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:part_display_panel_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_mono_directional_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:drying_basin\",Count:22s,Damage:0s}", - "{id:\"integrateddynamics:squeezer\",Count:87s,Damage:0s}", - "{id:\"integrateddynamics:delay\",Count:45s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:1s}", - "{id:\"integratedtunnels:part_exporter_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_interface_fluid_item\",Count:6s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_fluid_item\",Count:5s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_fluid_item\",Count:6s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_fluid_item\",Count:3s,Damage:0s}", - "{id:\"integratedtunnels:part_exporter_world_fluid_item\",Count:4s,Damage:0s}", - "{id:\"mysticalagriculture:inferium_furnace\",Count:11s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_furnace\",Count:8s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_furnace\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:superium_furnace\",Count:4s,Damage:0s}", - "{id:\"mysticalagriculture:supremium_furnace\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:mystical_machine_frame\",Count:8s,Damage:0s}", - "{id:\"mysticalagriculture:seed_reprocessor\",Count:73s,Damage:0s}", - "{id:\"mysticalagriculture:inferium_reprocessor\",Count:54s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_reprocessor\",Count:40s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_reprocessor\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:superium_reprocessor\",Count:22s,Damage:0s}", - "{id:\"mysticalagriculture:supremium_reprocessor\",Count:16s,Damage:0s}", - "{id:\"mysticalagriculture:ultimate_reprocessor\",Count:12s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:24s,Damage:0s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:18s,Damage:1s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:12s,Damage:2s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:9s,Damage:3s}", - "{id:\"mysticalagriculture:tinkering_table\",Count:6s,Damage:4s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:14s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:32s}", - "{id:\"mysticalagriculture:crafting\",Count:8s,Damage:33s}", - "{id:\"mysticalagriculture:crafting\",Count:6s,Damage:34s}", - "{id:\"mysticalagriculture:crafting\",Count:4s,Damage:35s}", - "{id:\"mysticalagriculture:crafting\",Count:3s,Damage:36s}", - "{id:\"mysticalagriculture:crafting\",Count:2s,Damage:37s}", - "{id:\"mysticalagriculture:crafting\",Count:15s,Damage:50s}", - "{id:\"mysticalagriculture:crafting\",Count:11s,Damage:51s}", - "{id:\"mysticalagriculture:crafting\",Count:58s,Damage:52s}", - "{id:\"mysticalagriculture:crafting\",Count:94s,Damage:53s}", - "{id:\"mysticalagriculture:crafting\",Count:33s,Damage:54s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:core_remover\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:145s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:122s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:100s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:81s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:watering_can\",Count:90s,Damage:4s}", - "{id:\"mysticalagriculture:iron_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:gold_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:copper_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:tin_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:bronze_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:brass_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:silver_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:lead_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:steel_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:uranium_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:electrical_steel_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:conductive_iron_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:soularium_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:dark_steel_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:pulsating_iron_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:energetic_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:quicksilver_seeds\",Count:30s,Damage:0s}", - "{id:\"mysticalagriculture:thaumium_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:void_metal_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:steeleaf_seeds\",Count:12s,Damage:0s}", - "{id:\"mysticalagriculture:ironwood_seeds\",Count:24s,Damage:0s}", - "{id:\"mysticalagriculture:knightmetal_seeds\",Count:54s,Damage:0s}", - "{id:\"mysticalagriculture:fiery_ingot_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:abyssalnite_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:dreadium_seeds\",Count:9s,Damage:0s}", - "{id:\"mysticalagriculture:gear\",Count:4s,Damage:0s}", - "{id:\"mysticalagriculture:gear\",Count:3s,Damage:1s}", - "{id:\"mysticalagriculture:gear\",Count:2s,Damage:2s}", - "{id:\"mysticalagriculture:gear\",Count:1s,Damage:3s}", - "{id:\"mysticalagriculture:gear\",Count:2s,Damage:4s}", - "{id:\"mysticalagriculture:gear\",Count:13s,Damage:5s}", - "{id:\"mysticalagriculture:gear\",Count:9s,Damage:6s}", - "{id:\"mysticalagriculture:gear\",Count:6s,Damage:7s}", - "{id:\"mysticalagriculture:gear\",Count:4s,Damage:8s}", - "{id:\"mysticalagriculture:gear\",Count:3s,Damage:9s}", - "{id:\"mysticalagriculture:charm\",Count:500s,Damage:2s}", - "{id:\"mysticalagriculture:charm\",Count:7s,Damage:14s}", - "{id:\"mysticalagriculture:charm\",Count:7s,Damage:15s}", - "{id:\"mysticalagriculture:charm\",Count:4s,Damage:16s}", - "{id:\"mysticalagriculture:charm\",Count:4s,Damage:17s}", - "{id:\"mysticalagriculture:charm\",Count:4s,Damage:18s}", - "{id:\"mysticalagriculture:charm\",Count:7s,Damage:19s}", - "{id:\"mysticalagriculture:charm\",Count:4s,Damage:20s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_sword\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_pickaxe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_axe\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_hoe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_shears\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_bow\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_sickle\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_scythe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_fishing_rod\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_sword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_pickaxe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_axe\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_hoe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_shears\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_bow\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_sickle\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_scythe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_fishing_rod\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_sword\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_pickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_axe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_hoe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_shears\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_bow\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_sickle\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_scythe\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_fishing_rod\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_sword\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_pickaxe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_axe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_hoe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_shears\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_bow\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_sickle\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_scythe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_fishing_rod\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_sword\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_pickaxe\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_axe\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_hoe\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_shears\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_bow\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_sickle\",Count:3s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_scythe\",Count:1s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_fishing_rod\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_helmet\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_leggings\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:inferium_boots\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_helmet\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_leggings\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:prudentium_boots\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_helmet\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_chestplate\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_leggings\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:intermedium_boots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_helmet\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_chestplate\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_leggings\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:superium_boots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_helmet\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_chestplate\",Count:10s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_leggings\",Count:9s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagriculture:supremium_boots\",Count:4s,tag:{},Damage:0s}", - "{id:\"mysticalagradditions:tinkering_table\",Count:3s,Damage:0s}", - "{id:\"mysticalagradditions:insanium\",Count:1s,Damage:2s}", - "{id:\"mysticalagradditions:charm\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:inferium_paxel\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:prudentium_paxel\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:intermedium_paxel\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:superium_paxel\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"mysticalagradditions:supremium_paxel\",Count:4s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:smartwrench\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Depths Ghoul\",level:10,mobId:\"abyssalcraft:depthsghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Elder Guardian\",level:10,mobId:\"minecraft:elder_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wither Skeleton\",level:10,mobId:\"minecraft:wither_skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stray\",level:10,mobId:\"minecraft:stray\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Husk\",level:10,mobId:\"minecraft:husk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie Villager\",level:10,mobId:\"minecraft:zombie_villager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleton Horse\",level:10,mobId:\"minecraft:skeleton_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie Horse\",level:10,mobId:\"minecraft:zombie_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Donkey\",level:10,mobId:\"minecraft:donkey\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mule\",level:10,mobId:\"minecraft:mule\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Evoker\",level:10,mobId:\"minecraft:evocation_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vex\",level:10,mobId:\"minecraft:vex\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vindicator\",level:10,mobId:\"minecraft:vindication_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Illusioner\",level:10,mobId:\"minecraft:illusion_illager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pig\",level:10,mobId:\"abyssalcraft:evilpig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Abyssal Zombie\",level:10,mobId:\"abyssalcraft:abyssalzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"J\u0027zahar, Gatekeeper of The Abyss\",level:10,mobId:\"abyssalcraft:jzahar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creeper\",level:10,mobId:\"minecraft:creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleton\",level:10,mobId:\"minecraft:skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spider\",level:10,mobId:\"minecraft:spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Giant\",level:10,mobId:\"minecraft:giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie\",level:10,mobId:\"minecraft:zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Slime\",level:10,mobId:\"minecraft:slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghast\",level:10,mobId:\"minecraft:ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie Pigman\",level:10,mobId:\"minecraft:zombie_pigman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Enderman\",level:10,mobId:\"minecraft:enderman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Spider\",level:10,mobId:\"minecraft:cave_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Silverfish\",level:10,mobId:\"minecraft:silverfish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blaze\",level:10,mobId:\"minecraft:blaze\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Magma Cube\",level:10,mobId:\"minecraft:magma_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ender Dragon\",level:10,mobId:\"minecraft:ender_dragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wither\",level:10,mobId:\"minecraft:wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bat\",level:10,mobId:\"minecraft:bat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Witch\",level:10,mobId:\"minecraft:witch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Endermite\",level:10,mobId:\"minecraft:endermite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Guardian\",level:10,mobId:\"minecraft:guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shulker\",level:10,mobId:\"minecraft:shulker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Abyssalnite Golem\",level:10,mobId:\"abyssalcraft:abygolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dreaded Abyssalnite Golem\",level:10,mobId:\"abyssalcraft:dreadgolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dreadguard\",level:10,mobId:\"abyssalcraft:dreadguard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spectral Dragon\",level:10,mobId:\"abyssalcraft:dragonminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Asorah, The Fallen\",level:10,mobId:\"abyssalcraft:dragonboss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow Creature\",level:10,mobId:\"abyssalcraft:shadowcreature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow Monster\",level:10,mobId:\"abyssalcraft:shadowmonster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dreadling\",level:10,mobId:\"abyssalcraft:dreadling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Spawn\",level:10,mobId:\"abyssalcraft:dreadspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon Pig\",level:10,mobId:\"abyssalcraft:demonpig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleton Goliath\",level:10,mobId:\"abyssalcraft:gskeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spawn of Cha\u0027garoth\",level:10,mobId:\"abyssalcraft:chagarothspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fist of Cha\u0027garoth\",level:10,mobId:\"abyssalcraft:chagarothfist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cha\u0027garoth, The Dreadbeast\",level:10,mobId:\"abyssalcraft:chagaroth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow Beast\",level:10,mobId:\"abyssalcraft:shadowbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sacthoth, Harbinger of Doom\",level:10,mobId:\"abyssalcraft:shadowboss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Abyssal Anti-Zombie\",level:10,mobId:\"abyssalcraft:antiabyssalzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Bat\",level:10,mobId:\"abyssalcraft:antibat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pig\",level:10,mobId:\"minecraft:pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sheep\",level:10,mobId:\"minecraft:sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cow\",level:10,mobId:\"minecraft:cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chicken\",level:10,mobId:\"minecraft:chicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Squid\",level:10,mobId:\"minecraft:squid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wolf\",level:10,mobId:\"minecraft:wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mooshroom\",level:10,mobId:\"minecraft:mooshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snow Golem\",level:10,mobId:\"minecraft:snowman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ocelot\",level:10,mobId:\"minecraft:ocelot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Iron Golem\",level:10,mobId:\"minecraft:villager_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Horse\",level:10,mobId:\"minecraft:horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rabbit\",level:10,mobId:\"minecraft:rabbit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Polar Bear\",level:10,mobId:\"minecraft:polar_bear\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Llama\",level:10,mobId:\"minecraft:llama\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Parrot\",level:10,mobId:\"minecraft:parrot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Chicken\",level:10,mobId:\"abyssalcraft:antichicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Cow\",level:10,mobId:\"abyssalcraft:anticow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Creeper\",level:10,mobId:\"abyssalcraft:anticreeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Ghoul\",level:10,mobId:\"abyssalcraft:antighoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Pig\",level:10,mobId:\"abyssalcraft:antipig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Player\",level:10,mobId:\"abyssalcraft:antiplayer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Skeleton\",level:10,mobId:\"abyssalcraft:antiskeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Spider\",level:10,mobId:\"abyssalcraft:antispider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anti-Zombie\",level:10,mobId:\"abyssalcraft:antizombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Remnant\",level:10,mobId:\"abyssalcraft:remnant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Omothol Ghoul\",level:10,mobId:\"abyssalcraft:omotholghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Minion of The Gatekeeper\",level:10,mobId:\"abyssalcraft:jzaharminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Greater Dread Spawn\",level:10,mobId:\"abyssalcraft:greaterdreadspawn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Villager\",level:10,mobId:\"minecraft:villager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lesser Dreadbeast\",level:10,mobId:\"abyssalcraft:lesserdreadbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lesser Shoggoth\",level:10,mobId:\"abyssalcraft:lessershoggoth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cow\",level:10,mobId:\"abyssalcraft:evilcow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chicken\",level:10,mobId:\"abyssalcraft:evilchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon Cow\",level:10,mobId:\"abyssalcraft:demoncow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon Chicken\",level:10,mobId:\"abyssalcraft:demonchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sheep\",level:10,mobId:\"abyssalcraft:evilsheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon Sheep\",level:10,mobId:\"abyssalcraft:demonsheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Coralium Infested Squid\",level:10,mobId:\"abyssalcraft:coraliumsquid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dark Offspring\",level:10,mobId:\"abyssalcraft:shuboffspring\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blizz\",level:10,mobId:\"thermalfoundation:blizz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blitz\",level:10,mobId:\"thermalfoundation:blitz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Basalz\",level:10,mobId:\"thermalfoundation:basalz\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chaos Guardian\",level:10,mobId:\"draconicevolution:chaosguardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Target Dummy\",level:10,mobId:\"cyclicmagic:robot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flare\",level:10,mobId:\"astralsorcery:entityflare\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spectral Tool\",level:10,mobId:\"astralsorcery:entityspectraltool\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Liquid Spark\",level:10,mobId:\"astralsorcery:entityliquidspark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pixie\",level:10,mobId:\"botania:pixie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Guardian of Gaia\",level:10,mobId:\"botania:doppleganger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pink Wither\",level:10,mobId:\"botania:pink_wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nether Wasp\",level:10,mobId:\"biomesoplenty:wasp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.chickenschicken.name\",level:10,mobId:\"chickens:chickenschicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"System Glitch\",level:10,mobId:\"deepmoblearning:glitch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trial Enderman\",level:10,mobId:\"deepmoblearning:trial_enderman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trial Spider\",level:10,mobId:\"deepmoblearning:trial_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trial Cave Spider\",level:10,mobId:\"deepmoblearning:trial_cave_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trial Slime\",level:10,mobId:\"deepmoblearning:trial_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.monoliths.name\",level:10,mobId:\"dimdoors:mob_monolith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Beetle Larva\",level:10,mobId:\"erebus:erebus.beetle_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wasp\",level:10,mobId:\"erebus:erebus.wasp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Centipede\",level:10,mobId:\"erebus:erebus.centipede\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Beetle\",level:10,mobId:\"erebus:erebus.beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fly\",level:10,mobId:\"erebus:erebus.fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mosquito\",level:10,mobId:\"erebus:erebus.mosquito\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tarantula\",level:10,mobId:\"erebus:erebus.tarantula\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Botfly\",level:10,mobId:\"erebus:erebus.bot_fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Scorpion\",level:10,mobId:\"erebus:erebus.scorpion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Solifuge\",level:10,mobId:\"erebus:erebus.solifuge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Grasshopper\",level:10,mobId:\"erebus:erebus.grasshopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Locust\",level:10,mobId:\"erebus:erebus.locust\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Moth\",level:10,mobId:\"erebus:erebus.moth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rhinoceros Beetle\",level:10,mobId:\"erebus:erebus.rhino_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Antlion\",level:10,mobId:\"erebus:erebus.antlion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Black Widow\",level:10,mobId:\"erebus:erebus.black_widow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Glowworm\",level:10,mobId:\"erebus:erebus.glow_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bombardier Beetle\",level:10,mobId:\"erebus:erebus.bombardier_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Scytodes\",level:10,mobId:\"erebus:erebus.scytodes\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Money Spider\",level:10,mobId:\"erebus:erebus.money_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Praying Mantis\",level:10,mobId:\"erebus:erebus.praying_mantis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jumping Spider\",level:10,mobId:\"erebus:erebus.jumping_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Ant\",level:10,mobId:\"erebus:erebus.fire_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Worker Bee\",level:10,mobId:\"erebus:erebus.worker_bee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Velvet Worm\",level:10,mobId:\"erebus:erebus.velvet_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dragonfly\",level:10,mobId:\"erebus:erebus.dragon_fly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Titan Beetle\",level:10,mobId:\"erebus:erebus.titan_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Botfly Larva\",level:10,mobId:\"erebus:erebus.bot_fly_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fungal Weevil\",level:10,mobId:\"erebus:erebus.fungal_weevil\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crop Weevil\",level:10,mobId:\"erebus:erebus.crop_weevil\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Woodlouse\",level:10,mobId:\"erebus:erebus.woodlouse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cicada\",level:10,mobId:\"erebus:erebus.cicada\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Ant Soldier\",level:10,mobId:\"erebus:erebus.fire_ant_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lava Web Spider\",level:10,mobId:\"erebus:erebus.lava_web_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Antlion Trove Guardian\",level:10,mobId:\"erebus:erebus.antlion_mini_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chameleon Tick\",level:10,mobId:\"erebus:erebus.chameleon_tick\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Solifuge Small\",level:10,mobId:\"erebus:erebus.solifuge_small\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Midge Swarm\",level:10,mobId:\"erebus:erebus.midge_swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Punchroom\",level:10,mobId:\"erebus:erebus.punchroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crushroom\",level:10,mobId:\"erebus:erebus.crushroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Black Ant\",level:10,mobId:\"erebus:erebus.black_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie Ant\",level:10,mobId:\"erebus:erebus.zombie_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tarantula Brood Mother\",level:10,mobId:\"erebus:erebus.tarantula_mini_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tarantula Baby\",level:10,mobId:\"erebus:erebus.tarantula_baby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pond Skater\",level:10,mobId:\"erebus:erebus.pond_skater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bog Maw\",level:10,mobId:\"erebus:erebus.bog_maw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Magma Crawler\",level:10,mobId:\"erebus:erebus.magma_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Animated Block\",level:10,mobId:\"erebus:erebus.animated_block\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chester\",level:10,mobId:\"erebus:erebus.animated_chest\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bamber\",level:10,mobId:\"erebus:erebus.animated_bamboo_crate\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Umbergolem\",level:10,mobId:\"erebus:erebus.umber_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Umber Golem Idol Guardian\",level:10,mobId:\"erebus:erebus.umber_golem_idol\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Antlion Overlord\",level:10,mobId:\"erebus:erebus.antlion_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Honey Pot Ant\",level:10,mobId:\"erebus:erebus.honey_pot_ant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bombardier Beetle Larva\",level:10,mobId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie Ant Soldier\",level:10,mobId:\"erebus:erebus.zombie_ant_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bed Bug\",level:10,mobId:\"erebus:erebus.bed_bug\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stag Beetle\",level:10,mobId:\"erebus:erebus.stag_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Swamp gas flame\",level:10,mobId:\"erebus:erebus.gas_vent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rooster\",level:10,mobId:\"hatchery:roosterentity\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chester\",level:10,mobId:\"thaumadditions:chester\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blue Wolf\",level:10,mobId:\"thaumadditions:blue_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pink Slime\",level:10,mobId:\"industrialforegoing:pink_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spirit\",level:10,mobId:\"randomthings:spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Golden Chicken\",level:10,mobId:\"randomthings:goldenchicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Luggage\",level:10,mobId:\"openblocks:luggage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mini Me\",level:10,mobId:\"openblocks:mini_me\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Supreme Leader\",level:10,mobId:\"plustic:supremeleader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blind Bandit\",level:10,mobId:\"plustic:blindbandit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Corrupted Observer\",level:10,mobId:\"tg:observer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dark Druid\",level:10,mobId:\"thebetweenlands:dark_druid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Angler\",level:10,mobId:\"thebetweenlands:angler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sludge\",level:10,mobId:\"thebetweenlands:sludge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Swamp Hag\",level:10,mobId:\"thebetweenlands:swamp_hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wight\",level:10,mobId:\"thebetweenlands:wight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Firefly\",level:10,mobId:\"thebetweenlands:firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sporeling\",level:10,mobId:\"thebetweenlands:sporeling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Leech\",level:10,mobId:\"thebetweenlands:leech\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dragonfly\",level:10,mobId:\"thebetweenlands:dragonfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blood Snail\",level:10,mobId:\"thebetweenlands:blood_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mire Snail\",level:10,mobId:\"thebetweenlands:mire_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mire Snail Egg\",level:10,mobId:\"thebetweenlands:mire_snail_egg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lurker\",level:10,mobId:\"thebetweenlands:lurker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gecko\",level:10,mobId:\"thebetweenlands:gecko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Termite\",level:10,mobId:\"thebetweenlands:termite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Harlequin Toad\",level:10,mobId:\"thebetweenlands:toad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Olm\",level:10,mobId:\"thebetweenlands:olm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chiromaw\",level:10,mobId:\"thebetweenlands:chiromaw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Frog\",level:10,mobId:\"thebetweenlands:frog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shallowbreath\",level:10,mobId:\"thebetweenlands:gas_cloud\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tar Beast\",level:10,mobId:\"thebetweenlands:tar_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Silt Crab\",level:10,mobId:\"thebetweenlands:silt_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pyrad\",level:10,mobId:\"thebetweenlands:pyrad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Peat Mummy\",level:10,mobId:\"thebetweenlands:peat_mummy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tarminion\",level:10,mobId:\"thebetweenlands:tarminion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mummy Arm\",level:10,mobId:\"thebetweenlands:mummy_arm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Malevolence\",level:10,mobId:\"thebetweenlands:fortress_boss\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Malevolence Spawner\",level:10,mobId:\"thebetweenlands:fortress_boss_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Malevolence Blockade\",level:10,mobId:\"thebetweenlands:fortress_boss_blockade\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Malevolence Turret\",level:10,mobId:\"thebetweenlands:fortress_boss_turret\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dreadful Peat Mummy\",level:10,mobId:\"thebetweenlands:dreadful_mummy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Smol Sludge\",level:10,mobId:\"thebetweenlands:smoll_sludge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Greebling\",level:10,mobId:\"thebetweenlands:greebling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Boulder Sprite\",level:10,mobId:\"thebetweenlands:boulder_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Small Spirit Tree Face\",level:10,mobId:\"thebetweenlands:spirit_tree_face_small\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Large Spirit Tree Face\",level:10,mobId:\"thebetweenlands:spirit_tree_face_large\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tamed Spirit Tree Face\",level:10,mobId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Root Sprite\",level:10,mobId:\"thebetweenlands:root_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Small Sludge Worm\",level:10,mobId:\"thebetweenlands:small_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tiny Sludge Worm\",level:10,mobId:\"thebetweenlands:tiny_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Large Sludge Worm\",level:10,mobId:\"thebetweenlands:large_sludge_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sludge Worm Egg Sac\",level:10,mobId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tiny Sludge Worm Helper\",level:10,mobId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shambler\",level:10,mobId:\"thebetweenlands:shambler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lamprey\",level:10,mobId:\"thebetweenlands:wall_lamprey\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Worm Hole\",level:10,mobId:\"thebetweenlands:moving_spawner_hole\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Living Root\",level:10,mobId:\"thebetweenlands:wall_living_root\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crypt Crawler\",level:10,mobId:\"thebetweenlands:crypt_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Barrishee\",level:10,mobId:\"thebetweenlands:barrishee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ash Sprite\",level:10,mobId:\"thebetweenlands:ash_sprite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Falling Block\",level:10,mobId:\"thebetweenlands:triggered_falling_block\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sludge Jet Turret\",level:10,mobId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Splodeshroom\",level:10,mobId:\"thebetweenlands:splodeshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crypt Crawler Tunnel Entrance\",level:10,mobId:\"thebetweenlands:cc_ground_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Emberling Shaman\",level:10,mobId:\"thebetweenlands:emberling_shaman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.thebetweenlands.flame_jet.name\",level:10,mobId:\"thebetweenlands:flame_jet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Emberling\",level:10,mobId:\"thebetweenlands:emberling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Emberling\",level:10,mobId:\"thebetweenlands:wild_emberling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sludge Menace\",level:10,mobId:\"thebetweenlands:sludge_menace\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.thebetweenlands.draeton_dragonfly.name\",level:10,mobId:\"thebetweenlands:draeton_dragonfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.thebetweenlands.draeton_firefly.name\",level:10,mobId:\"thebetweenlands:draeton_firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.thebetweenlands.draeton_chiromaw_tamed.name\",level:10,mobId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Greebling Rider\",level:10,mobId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Worm Tunnel Entrance\",level:10,mobId:\"thebetweenlands:worm_ground_spawner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chiromaw Matriarch\",level:10,mobId:\"thebetweenlands:chiromaw_matriarch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chiromaw Hatchling\",level:10,mobId:\"thebetweenlands:chiromaw_hatchling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tamed Chiromaw\",level:10,mobId:\"thebetweenlands:chiromaw_tame\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Greebling Coracle\",level:10,mobId:\"thebetweenlands:greebling_coracle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stalker\",level:10,mobId:\"thebetweenlands:stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Infestation\",level:10,mobId:\"thebetweenlands:swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anadia\",level:10,mobId:\"thebetweenlands:anadia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rock Snot\",level:10,mobId:\"thebetweenlands:rock_snot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.thebetweenlands.mist_brige.name\",level:10,mobId:\"thebetweenlands:mist_brige\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jellyfish\",level:10,mobId:\"thebetweenlands:jellyfish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Jellyfish\",level:10,mobId:\"thebetweenlands:jellyfish_cave\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bubbler Crab\",level:10,mobId:\"thebetweenlands:bubbler_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Freshwater Urchin\",level:10,mobId:\"thebetweenlands:freshwater_urchin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Fish\",level:10,mobId:\"thebetweenlands:cave_fish\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Greater Crimson Portal\",level:10,mobId:\"thaumcraft:cultistportalgreater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lesser Crimson Portal\",level:10,mobId:\"thaumcraft:cultistportallesser\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Automated Crossbow\",level:10,mobId:\"thaumcraft:turretbasic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Advanced Automated Crossbow\",level:10,mobId:\"thaumcraft:turretadvanced\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arcane Bore\",level:10,mobId:\"thaumcraft:arcanebore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Golem\",level:10,mobId:\"thaumcraft:golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Warden\",level:10,mobId:\"thaumcraft:eldritchwarden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Construct\",level:10,mobId:\"thaumcraft:eldritchgolem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crimson Praetor\",level:10,mobId:\"thaumcraft:cultistleader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Giant Taintacle\",level:10,mobId:\"thaumcraft:taintaclegiant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Angry Zombie\",level:10,mobId:\"thaumcraft:brainyzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Furious Zombie\",level:10,mobId:\"thaumcraft:giantbrainyzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wisp\",level:10,mobId:\"thaumcraft:wisp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Firebat\",level:10,mobId:\"thaumcraft:firebat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spellbat\",level:10,mobId:\"thaumcraft:spellbat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pech Forager\",level:10,mobId:\"thaumcraft:pech\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mind Spider\",level:10,mobId:\"thaumcraft:mindspider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Guardian\",level:10,mobId:\"thaumcraft:eldritchguardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crimson Knight\",level:10,mobId:\"thaumcraft:cultistknight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crimson Cleric\",level:10,mobId:\"thaumcraft:cultistcleric\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Crab\",level:10,mobId:\"thaumcraft:eldritchcrab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shambling Husk\",level:10,mobId:\"thaumcraft:inhabitedzombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Thaumic Slime\",level:10,mobId:\"thaumcraft:thaumslime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tainted Crawler\",level:10,mobId:\"thaumcraft:taintcrawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Taintacle\",level:10,mobId:\"thaumcraft:taintacle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Taint Tendril\",level:10,mobId:\"thaumcraft:taintacletiny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Taint Swarm\",level:10,mobId:\"thaumcraft:taintswarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Taint Seed\",level:10,mobId:\"thaumcraft:taintseed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Giant Taint Seed\",level:10,mobId:\"thaumcraft:taintseedprime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wild Boar\",level:10,mobId:\"twilightforest:wild_boar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bighorn Sheep\",level:10,mobId:\"twilightforest:bighorn_sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wild Deer\",level:10,mobId:\"twilightforest:deer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Redcap Goblin\",level:10,mobId:\"twilightforest:redcap\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Swarm Spider\",level:10,mobId:\"twilightforest:swarm_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Naga\",level:10,mobId:\"twilightforest:naga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleton Druid\",level:10,mobId:\"twilightforest:skeleton_druid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hostile Wolf\",level:10,mobId:\"twilightforest:hostile_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twilight Wraith\",level:10,mobId:\"twilightforest:wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hedge Spider\",level:10,mobId:\"twilightforest:hedge_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hydra\",level:10,mobId:\"twilightforest:hydra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twilight Lich\",level:10,mobId:\"twilightforest:lich\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Penguin\",level:10,mobId:\"twilightforest:penguin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lich Minion\",level:10,mobId:\"twilightforest:lich_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Loyal Zombie\",level:10,mobId:\"twilightforest:loyal_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tiny Bird\",level:10,mobId:\"twilightforest:tiny_bird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Forest Squirrel\",level:10,mobId:\"twilightforest:squirrel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dwarf Rabbit\",level:10,mobId:\"twilightforest:bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Forest Raven\",level:10,mobId:\"twilightforest:raven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Questing Ram\",level:10,mobId:\"twilightforest:quest_ram\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kobold\",level:10,mobId:\"twilightforest:kobold\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mosquito Swarm\",level:10,mobId:\"twilightforest:mosquito_swarm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Death Tome\",level:10,mobId:\"twilightforest:death_tome\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Minotaur\",level:10,mobId:\"twilightforest:minotaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Minoshroom\",level:10,mobId:\"twilightforest:minoshroom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Beetle\",level:10,mobId:\"twilightforest:fire_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Slime Beetle\",level:10,mobId:\"twilightforest:slime_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pinch Beetle\",level:10,mobId:\"twilightforest:pinch_beetle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Maze Slime\",level:10,mobId:\"twilightforest:maze_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Redcap Sapper\",level:10,mobId:\"twilightforest:redcap_sapper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mist Wolf\",level:10,mobId:\"twilightforest:mist_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King Spider\",level:10,mobId:\"twilightforest:king_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Firefly\",level:10,mobId:\"twilightforest:firefly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Carminite Ghastling\",level:10,mobId:\"twilightforest:mini_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Carminite Ghastguard\",level:10,mobId:\"twilightforest:tower_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Carminite Golem\",level:10,mobId:\"twilightforest:tower_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Towerwood Borer\",level:10,mobId:\"twilightforest:tower_termite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Carminite Broodling\",level:10,mobId:\"twilightforest:tower_broodling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ur-Ghast\",level:10,mobId:\"twilightforest:ur_ghast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Block and Chain Goblin\",level:10,mobId:\"twilightforest:blockchain_goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Upper Goblin Knight\",level:10,mobId:\"twilightforest:goblin_knight_upper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lower Goblin Knight\",level:10,mobId:\"twilightforest:goblin_knight_lower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Helmet Crab\",level:10,mobId:\"twilightforest:helmet_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Knight Phantom\",level:10,mobId:\"twilightforest:knight_phantom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Yeti\",level:10,mobId:\"twilightforest:yeti\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Alpha Yeti\",level:10,mobId:\"twilightforest:yeti_alpha\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Winter Wolf\",level:10,mobId:\"twilightforest:winter_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snow Guardian\",level:10,mobId:\"twilightforest:snow_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stable Ice Core\",level:10,mobId:\"twilightforest:stable_ice_core\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Unstable Ice Core\",level:10,mobId:\"twilightforest:unstable_ice_core\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snow Queen\",level:10,mobId:\"twilightforest:snow_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Troll\",level:10,mobId:\"twilightforest:troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Giant Miner\",level:10,mobId:\"twilightforest:giant_miner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Armored Giant\",level:10,mobId:\"twilightforest:armored_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ice Crystal\",level:10,mobId:\"twilightforest:ice_crystal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.twilightforest.harbinger_cube.name\",level:10,mobId:\"twilightforest:harbinger_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Adherent [NYI]\",level:10,mobId:\"twilightforest:adherent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.twilightforest.roving_cube.name\",level:10,mobId:\"twilightforest:roving_cube\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Castle Guardian [NYI]\",level:10,mobId:\"twilightforest:castle_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hydra Head\",level:10,mobId:\"twilightforest:hydra_head\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Boggard [NYI]\",level:10,mobId:\"twilightforest:boggard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie\",level:10,mobId:\"twilightforest:rising_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blue Slime\",level:10,mobId:\"tconstruct:blueslime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Imp\",level:10,mobId:\"natura:imp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nitro Creeper\",level:10,mobId:\"natura:nitrocreeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.sentient_specter.name\",level:10,mobId:\"bloodmagic:sentient_specter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mimic\",level:10,mobId:\"bloodmagic:mimic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.corrupted_zombie.name\",level:10,mobId:\"bloodmagic:corrupted_zombie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.corrupted_sheep.name\",level:10,mobId:\"bloodmagic:corrupted_sheep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.corrupted_chicken.name\",level:10,mobId:\"bloodmagic:corrupted_chicken\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.corrupted_spider.name\",level:10,mobId:\"bloodmagic:corrupted_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Airhead\",level:10,mobId:\"aoa3:airhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Alarmo\",level:10,mobId:\"aoa3:alarmo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Amphibior\",level:10,mobId:\"aoa3:amphibior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Amphibiyte\",level:10,mobId:\"aoa3:amphibiyte\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ancient Golem\",level:10,mobId:\"aoa3:ancient_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anemia\",level:10,mobId:\"aoa3:anemia\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Angelica\",level:10,mobId:\"aoa3:angelica\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Angler\",level:10,mobId:\"aoa3:angler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Apparition\",level:10,mobId:\"aoa3:apparition\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arc Flower\",level:10,mobId:\"aoa3:arc_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arc Wizard\",level:10,mobId:\"aoa3:arc_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arcbeast\",level:10,mobId:\"aoa3:arcbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Archvine\",level:10,mobId:\"aoa3:archvine\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arcworm\",level:10,mobId:\"aoa3:arcworm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ariel\",level:10,mobId:\"aoa3:ariel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arkback\",level:10,mobId:\"aoa3:arkback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arkzyne\",level:10,mobId:\"aoa3:arkzyne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arocknid\",level:10,mobId:\"aoa3:arocknid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Automaton\",level:10,mobId:\"aoa3:automaton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Axiolight\",level:10,mobId:\"aoa3:axiolight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bane\",level:10,mobId:\"aoa3:bane\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Banshee\",level:10,mobId:\"aoa3:banshee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Baroness\",level:10,mobId:\"aoa3:baroness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Basilisk\",level:10,mobId:\"aoa3:basilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Baumba\",level:10,mobId:\"aoa3:baumba\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Black Ursa\",level:10,mobId:\"aoa3:black_ursa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bloodmist\",level:10,mobId:\"aoa3:bloodmist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bloodsucker\",level:10,mobId:\"aoa3:bloodsucker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blue Flower\",level:10,mobId:\"aoa3:blue_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blue Guardian\",level:10,mobId:\"aoa3:blue_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blue Rune Templar\",level:10,mobId:\"aoa3:blue_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:blue_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bobo\",level:10,mobId:\"aoa3:bobo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bomb Carrier\",level:10,mobId:\"aoa3:bomb_carrier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bone Creature\",level:10,mobId:\"aoa3:bone_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bone Creeper\",level:10,mobId:\"aoa3:bone_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Boneback\",level:10,mobId:\"aoa3:boneback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bouncer\",level:10,mobId:\"aoa3:bouncer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Broccohead\",level:10,mobId:\"aoa3:broccohead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Brute\",level:10,mobId:\"aoa3:brute\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bugeye\",level:10,mobId:\"aoa3:bugeye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bush Baby\",level:10,mobId:\"aoa3:bush_baby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Candy Corny\",level:10,mobId:\"aoa3:candy_corny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cane Bug\",level:10,mobId:\"aoa3:cane_bug\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Carrotop\",level:10,mobId:\"aoa3:carrotop\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Case Construct\",level:10,mobId:\"aoa3:case_construct\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Creep\",level:10,mobId:\"aoa3:cave_creep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Creepoid\",level:10,mobId:\"aoa3:cave_creepoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Centinel\",level:10,mobId:\"aoa3:centinel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Charger\",level:10,mobId:\"aoa3:charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cherry Barrager\",level:10,mobId:\"aoa3:cherry_barrager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cherry Blaster\",level:10,mobId:\"aoa3:cherry_blaster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chimera\",level:10,mobId:\"aoa3:chimera\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chocko\",level:10,mobId:\"aoa3:chocko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Chomper\",level:10,mobId:\"aoa3:chomper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Clown\",level:10,mobId:\"aoa3:clown\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Clunkhead\",level:10,mobId:\"aoa3:clunkhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Coniferon\",level:10,mobId:\"aoa3:coniferon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Flight\",level:10,mobId:\"aoa3:construct_flight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Mind\",level:10,mobId:\"aoa3:construct_mind\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Range\",level:10,mobId:\"aoa3:construct_range\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Resistance\",level:10,mobId:\"aoa3:construct_resistance\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Speed\",level:10,mobId:\"aoa3:construct_speed\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Strength\",level:10,mobId:\"aoa3:construct_strength\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct of Terror\",level:10,mobId:\"aoa3:construct_terror\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Corallus\",level:10,mobId:\"aoa3:corallus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Coralon\",level:10,mobId:\"aoa3:coralon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Corny\",level:10,mobId:\"aoa3:corny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cotton Candor\",level:10,mobId:\"aoa3:cotton_candor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Craexxeus\",level:10,mobId:\"aoa3:craexxeus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creep\",level:10,mobId:\"aoa3:creep\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creeperlock\",level:10,mobId:\"aoa3:creeperlock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creepird\",level:10,mobId:\"aoa3:creepird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creepuple\",level:10,mobId:\"aoa3:creepuple\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crusilisk\",level:10,mobId:\"aoa3:crusilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cryptid\",level:10,mobId:\"aoa3:cryptid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crystocore\",level:10,mobId:\"aoa3:crystocore\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cyclops\",level:10,mobId:\"aoa3:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dark Beast\",level:10,mobId:\"aoa3:dark_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dawnlight\",level:10,mobId:\"aoa3:dawnlight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Daysee\",level:10,mobId:\"aoa3:daysee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dead Tree\",level:10,mobId:\"aoa3:dead_tree\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Death Hunter\",level:10,mobId:\"aoa3:death_hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Deinotherium\",level:10,mobId:\"aoa3:deinotherium\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon Reaper\",level:10,mobId:\"aoa3:demon_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Desert Charger\",level:10,mobId:\"aoa3:desert_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Destructor\",level:10,mobId:\"aoa3:destructor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Devourer\",level:10,mobId:\"aoa3:devourer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dicer\",level:10,mobId:\"aoa3:dicer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Diocus\",level:10,mobId:\"aoa3:diocus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Distorter\",level:10,mobId:\"aoa3:distorter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Doubler\",level:10,mobId:\"aoa3:doubler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dracyon\",level:10,mobId:\"aoa3:dracyon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dust Strider\",level:10,mobId:\"aoa3:dust_strider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dusteiva\",level:10,mobId:\"aoa3:dusteiva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Duston\",level:10,mobId:\"aoa3:duston\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dweller\",level:10,mobId:\"aoa3:dweller\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dyrehorn\",level:10,mobId:\"aoa3:dyrehorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Echodar\",level:10,mobId:\"aoa3:echodar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eeo\",level:10,mobId:\"aoa3:eeo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eilosapien\",level:10,mobId:\"aoa3:eilosapien\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Hopper (Elite)\",level:10,mobId:\"aoa3:elite_skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Pig (Elite)\",level:10,mobId:\"aoa3:elite_skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleman (Elite)\",level:10,mobId:\"aoa3:elite_skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Elusive\",level:10,mobId:\"aoa3:elusive\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Elusive\",level:10,mobId:\"aoa3:elusive_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Embrake\",level:10,mobId:\"aoa3:embrake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Emperor Beast\",level:10,mobId:\"aoa3:emperor_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Enforcer\",level:10,mobId:\"aoa3:enforcer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Everbeast\",level:10,mobId:\"aoa3:everbeast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Exohead\",level:10,mobId:\"aoa3:exohead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Exoid\",level:10,mobId:\"aoa3:exoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Explodot\",level:10,mobId:\"aoa3:explodot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eye Creature\",level:10,mobId:\"aoa3:eye_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Faceless Floater\",level:10,mobId:\"aoa3:faceless_floater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Faceless Runner\",level:10,mobId:\"aoa3:faceless_runner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie Pigman\",level:10,mobId:\"aoa3:fake_pigman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zorp\",level:10,mobId:\"aoa3:fake_zorp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fenix\",level:10,mobId:\"aoa3:fenix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fiend\",level:10,mobId:\"aoa3:fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fischer\",level:10,mobId:\"aoa3:fischer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fishix\",level:10,mobId:\"aoa3:fishix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flamewalker\",level:10,mobId:\"aoa3:flamewalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flash\",level:10,mobId:\"aoa3:flash\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flesh Eater\",level:10,mobId:\"aoa3:flesh_eater\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flowerface\",level:10,mobId:\"aoa3:flowerface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flye\",level:10,mobId:\"aoa3:flye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fungat\",level:10,mobId:\"aoa3:fungat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fungback\",level:10,mobId:\"aoa3:fungback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fungik\",level:10,mobId:\"aoa3:fungik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fungock\",level:10,mobId:\"aoa3:fungock\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fungung\",level:10,mobId:\"aoa3:fungung\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Furlion\",level:10,mobId:\"aoa3:furlion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gadgetoid\",level:10,mobId:\"aoa3:gadgetoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghastus\",level:10,mobId:\"aoa3:ghastus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghost\",level:10,mobId:\"aoa3:ghost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostine Ancient\",level:10,mobId:\"aoa3:ghostine_ancient\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostly Bugeye\",level:10,mobId:\"aoa3:ghostly_bugeye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostly Charger\",level:10,mobId:\"aoa3:ghostly_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostly Cyclops\",level:10,mobId:\"aoa3:ghostly_cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostly Goblin\",level:10,mobId:\"aoa3:ghostly_goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostly Night Reaper\",level:10,mobId:\"aoa3:ghostly_night_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghostly Sasquatch\",level:10,mobId:\"aoa3:ghostly_sasquatch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Giant Snail\",level:10,mobId:\"aoa3:giant_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gingerbird\",level:10,mobId:\"aoa3:gingerbird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gingerbread Man\",level:10,mobId:\"aoa3:gingerbread_man\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Goalby\",level:10,mobId:\"aoa3:goalby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Goblin\",level:10,mobId:\"aoa3:goblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Goldorth\",level:10,mobId:\"aoa3:goldorth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Goldum\",level:10,mobId:\"aoa3:goldum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Goldus\",level:10,mobId:\"aoa3:goldus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Graw\",level:10,mobId:\"aoa3:graw\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Green Flower\",level:10,mobId:\"aoa3:green_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Green Guardian\",level:10,mobId:\"aoa3:green_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Green Rune Templar\",level:10,mobId:\"aoa3:green_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:green_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Grillface\",level:10,mobId:\"aoa3:grillface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Grobbler\",level:10,mobId:\"aoa3:grobbler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Grocculate\",level:10,mobId:\"aoa3:grocculate\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Grunt\",level:10,mobId:\"aoa3:grunt\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gyro\",level:10,mobId:\"aoa3:gyro\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hag\",level:10,mobId:\"aoa3:hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Harkos\",level:10,mobId:\"aoa3:harkos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Headless Destroyer\",level:10,mobId:\"aoa3:headless_destroyer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Headless Hunter\",level:10,mobId:\"aoa3:headless_hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hellcat\",level:10,mobId:\"aoa3:hellcat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hellspot\",level:10,mobId:\"aoa3:hellspot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hiding Fungi\",level:10,mobId:\"aoa3:hiding_fungi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hill Charger\",level:10,mobId:\"aoa3:hill_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hive King\",level:10,mobId:\"aoa3:hive_king\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hive Worker\",level:10,mobId:\"aoa3:hive_worker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Horndron\",level:10,mobId:\"aoa3:horndron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Horon\",level:10,mobId:\"aoa3:horon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Host\",level:10,mobId:\"aoa3:host\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hunch\",level:10,mobId:\"aoa3:hunch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hunter\",level:10,mobId:\"aoa3:hunter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hydrolisk\",level:10,mobId:\"aoa3:hydrolisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hydrolon\",level:10,mobId:\"aoa3:hydrolon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ice Giant\",level:10,mobId:\"aoa3:ice_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Infernal\",level:10,mobId:\"aoa3:infernal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Inmate-X\",level:10,mobId:\"aoa3:inmate_x\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Inmate-Y\",level:10,mobId:\"aoa3:inmate_y\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Iosaur\",level:10,mobId:\"aoa3:iosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Irkling\",level:10,mobId:\"aoa3:irkling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jawe\",level:10,mobId:\"aoa3:jawe\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jumbo\",level:10,mobId:\"aoa3:jumbo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kaiyu\",level:10,mobId:\"aoa3:kaiyu\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kajaros\",level:10,mobId:\"aoa3:kajaros\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Keeler\",level:10,mobId:\"aoa3:keeler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King BamBamBam\",level:10,mobId:\"aoa3:king_bambambam\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King Charger\",level:10,mobId:\"aoa3:king_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King Creeper\",level:10,mobId:\"aoa3:king_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King Shroomus\",level:10,mobId:\"aoa3:king_shroomus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Klobber\",level:10,mobId:\"aoa3:klobber\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Koko\",level:10,mobId:\"aoa3:koko\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kranky\",level:10,mobId:\"aoa3:kranky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kror\",level:10,mobId:\"aoa3:kror\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Leafy Giant\",level:10,mobId:\"aoa3:leafy_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lelyetian Caster\",level:10,mobId:\"aoa3:lelyetian_caster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lelyetian Warrior\",level:10,mobId:\"aoa3:lelyetian_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lightwalker\",level:10,mobId:\"aoa3:lightwalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Linger\",level:10,mobId:\"aoa3:linger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Little Bam\",level:10,mobId:\"aoa3:little_bam\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Living Fungi\",level:10,mobId:\"aoa3:living_fungi\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lollypopper\",level:10,mobId:\"aoa3:lollypopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lost Soul\",level:10,mobId:\"aoa3:lost_soul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lunarcher\",level:10,mobId:\"aoa3:lunarcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lurker\",level:10,mobId:\"aoa3:lurker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Luxocron\",level:10,mobId:\"aoa3:luxocron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Magical Creeper\",level:10,mobId:\"aoa3:magical_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Magicke\",level:10,mobId:\"aoa3:magicke\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mechachron\",level:10,mobId:\"aoa3:mechachron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mechamaton\",level:10,mobId:\"aoa3:mechamaton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mechbot\",level:10,mobId:\"aoa3:mechbot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mechyon\",level:10,mobId:\"aoa3:mechyon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Merkyre\",level:10,mobId:\"aoa3:merkyre\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mermage\",level:10,mobId:\"aoa3:mermage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mirage\",level:10,mobId:\"aoa3:mirage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Miskel\",level:10,mobId:\"aoa3:miskel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Modulo\",level:10,mobId:\"aoa3:modulo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mother Void Walker\",level:10,mobId:\"aoa3:mother_void_walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Muckopede\",level:10,mobId:\"aoa3:muckopede\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Muncher\",level:10,mobId:\"aoa3:muncher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mushroom Spider\",level:10,mobId:\"aoa3:mushroom_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Natura\",level:10,mobId:\"aoa3:natura\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Neptuno\",level:10,mobId:\"aoa3:neptuno\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nethengeic Beast\",level:10,mobId:\"aoa3:nethengeic_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nethengeic Wither\",level:10,mobId:\"aoa3:nethengeic_wither\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Night Reaper\",level:10,mobId:\"aoa3:night_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Night Watcher\",level:10,mobId:\"aoa3:night_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nightfly\",level:10,mobId:\"aoa3:nightfly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nightmare Spider\",level:10,mobId:\"aoa3:nightmare_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nightwing\",level:10,mobId:\"aoa3:nightwing\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nipper\",level:10,mobId:\"aoa3:nipper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Nospike\",level:10,mobId:\"aoa3:nospike\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Occulent\",level:10,mobId:\"aoa3:occulent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Okazor\",level:10,mobId:\"aoa3:okazor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Omnilight\",level:10,mobId:\"aoa3:omnilight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Opteryx\",level:10,mobId:\"aoa3:opteryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Orange Flower\",level:10,mobId:\"aoa3:orange_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Orbiter\",level:10,mobId:\"aoa3:orbiter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Paladin\",level:10,mobId:\"aoa3:paladin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Parasect\",level:10,mobId:\"aoa3:parasect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Paravite\",level:10,mobId:\"aoa3:paravite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Penumbra\",level:10,mobId:\"aoa3:penumbra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Phantom\",level:10,mobId:\"aoa3:phantom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pigotron\",level:10,mobId:\"aoa3:pigotron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pincher\",level:10,mobId:\"aoa3:pincher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pod Plant\",level:10,mobId:\"aoa3:pod_plant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Polar Ursa\",level:10,mobId:\"aoa3:polar_ursa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Polytom\",level:10,mobId:\"aoa3:polytom\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primitive Carrotop\",level:10,mobId:\"aoa3:primitive_carrotop\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Proshield\",level:10,mobId:\"aoa3:proshield\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Purple Flower\",level:10,mobId:\"aoa3:purple_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Quickpocket\",level:10,mobId:\"aoa3:quickpocket\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rainicorn\",level:10,mobId:\"aoa3:rainicorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rammerhead\",level:10,mobId:\"aoa3:rammerhead\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ramradon\",level:10,mobId:\"aoa3:ramradon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rawbone\",level:10,mobId:\"aoa3:rawbone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Raxxan\",level:10,mobId:\"aoa3:raxxan\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Reaper Twins\",level:10,mobId:\"aoa3:reaper_twins\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Reaver\",level:10,mobId:\"aoa3:reaver\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Red Guardian\",level:10,mobId:\"aoa3:red_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Red Rune Templar\",level:10,mobId:\"aoa3:red_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:red_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Refluct\",level:10,mobId:\"aoa3:refluct\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rock Crawler\",level:10,mobId:\"aoa3:rock_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rock Critter\",level:10,mobId:\"aoa3:rock_critter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rockrider\",level:10,mobId:\"aoa3:rock_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rockbiter\",level:10,mobId:\"aoa3:rockbiter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Roloscope\",level:10,mobId:\"aoa3:roloscope\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Golem\",level:10,mobId:\"aoa3:runic_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Guardian\",level:10,mobId:\"aoa3:runic_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runicorn\",level:10,mobId:\"aoa3:runicorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runicorn Rider\",level:10,mobId:\"aoa3:runicorn_rider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sabretooth\",level:10,mobId:\"aoa3:sabretooth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sand Giant\",level:10,mobId:\"aoa3:sand_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sand Golem\",level:10,mobId:\"aoa3:sand_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sasquatch\",level:10,mobId:\"aoa3:sasquatch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Scrubby\",level:10,mobId:\"aoa3:scrubby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sea Charger\",level:10,mobId:\"aoa3:sea_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sea Skeleton\",level:10,mobId:\"aoa3:sea_skeleton\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sea Spider\",level:10,mobId:\"aoa3:sea_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sea Troll\",level:10,mobId:\"aoa3:sea_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sea Viper\",level:10,mobId:\"aoa3:sea_viper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Seeker\",level:10,mobId:\"aoa3:seeker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shade\",level:10,mobId:\"aoa3:shade\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow\",level:10,mobId:\"aoa3:shadow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadowlord\",level:10,mobId:\"aoa3:shadowlord\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shavo\",level:10,mobId:\"aoa3:shavo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shifter\",level:10,mobId:\"aoa3:shifter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shyre Knight\",level:10,mobId:\"aoa3:shyre_knight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shyre Troll\",level:10,mobId:\"aoa3:shyre_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Silencer\",level:10,mobId:\"aoa3:silencer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Silverfoot\",level:10,mobId:\"aoa3:silverfoot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Elder\",level:10,mobId:\"aoa3:skele_elder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Hopper\",level:10,mobId:\"aoa3:skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Pig\",level:10,mobId:\"aoa3:skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeledon\",level:10,mobId:\"aoa3:skeledon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skelekyte\",level:10,mobId:\"aoa3:skelekyte\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleman\",level:10,mobId:\"aoa3:skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeletal Cowman\",level:10,mobId:\"aoa3:skeletal_cowman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeletron\",level:10,mobId:\"aoa3:skeletron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skellox\",level:10,mobId:\"aoa3:skellox\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skipper\",level:10,mobId:\"aoa3:skipper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skolle\",level:10,mobId:\"aoa3:skolle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skull Creature\",level:10,mobId:\"aoa3:skull_creature\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Slimer\",level:10,mobId:\"aoa3:slimer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Smash\",level:10,mobId:\"aoa3:smash\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snappy\",level:10,mobId:\"aoa3:snappy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snow Charger\",level:10,mobId:\"aoa3:snow_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Soulscorne\",level:10,mobId:\"aoa3:soulscorne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Soulvyre\",level:10,mobId:\"aoa3:soulvyre\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spectral Wizard\",level:10,mobId:\"aoa3:spectral_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sphinx\",level:10,mobId:\"aoa3:sphinx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spinoledon\",level:10,mobId:\"aoa3:spinoledon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spinux\",level:10,mobId:\"aoa3:spinux\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spirit Guardian\",level:10,mobId:\"aoa3:spirit_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spirit Protector\",level:10,mobId:\"aoa3:spirit_protector\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Squasher\",level:10,mobId:\"aoa3:squasher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Squiggler\",level:10,mobId:\"aoa3:squiggler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stalker\",level:10,mobId:\"aoa3:stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stalker Prime\",level:10,mobId:\"aoa3:stalker_prime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sticky\",level:10,mobId:\"aoa3:sticky\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stimulo\",level:10,mobId:\"aoa3:stimulo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stimulosus\",level:10,mobId:\"aoa3:stimulosus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stinger\",level:10,mobId:\"aoa3:stinger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stitches\",level:10,mobId:\"aoa3:stitches\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stone Giant\",level:10,mobId:\"aoa3:stone_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Hopper (Strong)\",level:10,mobId:\"aoa3:strong_skele_hopper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skele-Pig (Strong)\",level:10,mobId:\"aoa3:strong_skele_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleman (Strong)\",level:10,mobId:\"aoa3:strong_skeleman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sugarface\",level:10,mobId:\"aoa3:sugarface\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sunny\",level:10,mobId:\"aoa3:sunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Surveyor\",level:10,mobId:\"aoa3:surveyor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Swamp Charger\",level:10,mobId:\"aoa3:swamp_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sysker\",level:10,mobId:\"aoa3:sysker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Terradon\",level:10,mobId:\"aoa3:terradon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Terrestrial\",level:10,mobId:\"aoa3:terrestrial\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tharafly\",level:10,mobId:\"aoa3:tharafly\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tipsy\",level:10,mobId:\"aoa3:tipsy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tortione\",level:10,mobId:\"aoa3:tortione\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Toxxulous\",level:10,mobId:\"aoa3:toxxulous\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tracker\",level:10,mobId:\"aoa3:tracker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tree Spirit\",level:10,mobId:\"aoa3:tree_spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trickster\",level:10,mobId:\"aoa3:trickster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trickster\",level:10,mobId:\"aoa3:trickster_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Triclops\",level:10,mobId:\"aoa3:triclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tyrosaur\",level:10,mobId:\"aoa3:tyrosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Undead Troll\",level:10,mobId:\"aoa3:undead_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Urioh\",level:10,mobId:\"aoa3:urioh\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Urka\",level:10,mobId:\"aoa3:urka\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Urv\",level:10,mobId:\"aoa3:urv\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Valkyrie\",level:10,mobId:\"aoa3:valkyrie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vertebron\",level:10,mobId:\"aoa3:vertebron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vine Wizard\",level:10,mobId:\"aoa3:vine_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vinocorne\",level:10,mobId:\"aoa3:vinocorne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Visage\",level:10,mobId:\"aoa3:visage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Visualent\",level:10,mobId:\"aoa3:visualent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Visular\",level:10,mobId:\"aoa3:visular\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Visulon\",level:10,mobId:\"aoa3:visulon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Void Charger\",level:10,mobId:\"aoa3:void_charger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Void Walker\",level:10,mobId:\"aoa3:void_walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Volar\",level:10,mobId:\"aoa3:volar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Voliant\",level:10,mobId:\"aoa3:voliant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Voltron\",level:10,mobId:\"aoa3:voltron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Voxxulon\",level:10,mobId:\"aoa3:voxxulon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Walker\",level:10,mobId:\"aoa3:walker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Warclops\",level:10,mobId:\"aoa3:warclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Web Reaper\",level:10,mobId:\"aoa3:web_reaper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wickett\",level:10,mobId:\"aoa3:wickett\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Winged Creeper\",level:10,mobId:\"aoa3:winged_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wither Wizard\",level:10,mobId:\"aoa3:wither_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wood Giant\",level:10,mobId:\"aoa3:wood_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Xxeus\",level:10,mobId:\"aoa3:xxeus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Yellow Flower\",level:10,mobId:\"aoa3:yellow_flower\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Yellow Guardian\",level:10,mobId:\"aoa3:yellow_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Yellow Rune Templar\",level:10,mobId:\"aoa3:yellow_rune_templar\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Lifeform\",level:10,mobId:\"aoa3:yellow_runic_lifeform\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Yeti\",level:10,mobId:\"aoa3:yeti\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zarg\",level:10,mobId:\"aoa3:zarg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zhinx\",level:10,mobId:\"aoa3:zhinx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zorp\",level:10,mobId:\"aoa3:zorp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Alluricorn\",level:10,mobId:\"aoa3:alluricorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blissard\",level:10,mobId:\"aoa3:blissard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Compeer\",level:10,mobId:\"aoa3:compeer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Construct Of Servility\",level:10,mobId:\"aoa3:construct_of_servility\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Corby\",level:10,mobId:\"aoa3:corby\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Craggy\",level:10,mobId:\"aoa3:craggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Draggy\",level:10,mobId:\"aoa3:draggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ender Carrier\",level:10,mobId:\"aoa3:ender_carrier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Friendly Creeper\",level:10,mobId:\"aoa3:friendly_creeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gnawer\",level:10,mobId:\"aoa3:gnawer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Goofer\",level:10,mobId:\"aoa3:goofer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Healing Golem\",level:10,mobId:\"aoa3:healing_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hellquin\",level:10,mobId:\"aoa3:hellquin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hive Soldier\",level:10,mobId:\"aoa3:hive_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Horntail\",level:10,mobId:\"aoa3:horntail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mecha Cyclops\",level:10,mobId:\"aoa3:mecha_cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mecha Skellox\",level:10,mobId:\"aoa3:mecha_skellox\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Orbling\",level:10,mobId:\"aoa3:orbling\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Penguin\",level:10,mobId:\"aoa3:penguin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Plateosaur\",level:10,mobId:\"aoa3:plateosaur\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rammerhorn\",level:10,mobId:\"aoa3:rammerhorn\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rosid\",level:10,mobId:\"aoa3:rosid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shaddy\",level:10,mobId:\"aoa3:shaddy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow Stalker\",level:10,mobId:\"aoa3:shadow_stalker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spikeback\",level:10,mobId:\"aoa3:spikeback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spraggy\",level:10,mobId:\"aoa3:spraggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Waggy\",level:10,mobId:\"aoa3:waggy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Abyssal Lottoman\",level:10,mobId:\"aoa3:abyssal_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ambient Pixon\",level:10,mobId:\"aoa3:ambient_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Anima Master\",level:10,mobId:\"aoa3:anima_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Assassin\",level:10,mobId:\"aoa3:assassin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Augury Master\",level:10,mobId:\"aoa3:augury_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Baron Lottoman\",level:10,mobId:\"aoa3:baron_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blooming Pixon\",level:10,mobId:\"aoa3:blooming_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Boreic Lottoman\",level:10,mobId:\"aoa3:boreic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Butchery Master\",level:10,mobId:\"aoa3:butchery_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Candied Lottoman\",level:10,mobId:\"aoa3:candied_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Celevian Lottoman\",level:10,mobId:\"aoa3:celevian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Coratee\",level:10,mobId:\"aoa3:coratee\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Corrupted Traveller\",level:10,mobId:\"aoa3:corrupted_traveller\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creation Master\",level:10,mobId:\"aoa3:creation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creep Banker\",level:10,mobId:\"aoa3:creep_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creep Cow\",level:10,mobId:\"aoa3:creep_cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Creeponia Lottoman\",level:10,mobId:\"aoa3:creeponia_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crystal Lottoman\",level:10,mobId:\"aoa3:crystal_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crystal Trader\",level:10,mobId:\"aoa3:crystal_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dungeon Keeper\",level:10,mobId:\"aoa3:dungeon_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dustopian Lottoman\",level:10,mobId:\"aoa3:dustopian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Elkanyne\",level:10,mobId:\"aoa3:elkanyne\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Expedition Master\",level:10,mobId:\"aoa3:expedition_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Explosives Expert\",level:10,mobId:\"aoa3:explosives_expert\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Extraction Master\",level:10,mobId:\"aoa3:extraction_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Floro Lottoman\",level:10,mobId:\"aoa3:floro_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Foraging Master\",level:10,mobId:\"aoa3:foraging_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Glaring Pixon\",level:10,mobId:\"aoa3:glaring_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gleaming Pixon\",level:10,mobId:\"aoa3:gleaming_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Glistening Pixon\",level:10,mobId:\"aoa3:glistening_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Glowing Pixon\",level:10,mobId:\"aoa3:glowing_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Golden Lottoman\",level:10,mobId:\"aoa3:golden_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gorb Arms Dealer\",level:10,mobId:\"aoa3:gorb_arms_dealer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gorb Citizen\",level:10,mobId:\"aoa3:gorb_citizen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gorb Engineer\",level:10,mobId:\"aoa3:gorb_engineer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Halycon\",level:10,mobId:\"aoa3:halycon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hauling Master\",level:10,mobId:\"aoa3:hauling_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Haunted Lottoman\",level:10,mobId:\"aoa3:haunted_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hunter Master\",level:10,mobId:\"aoa3:hunter_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Infusion Master\",level:10,mobId:\"aoa3:infusion_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Innervation Master\",level:10,mobId:\"aoa3:innervation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lelyetian Banker\",level:10,mobId:\"aoa3:lelyetian_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lelyetian Lottoman\",level:10,mobId:\"aoa3:lelyetian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lelyetian Trader\",level:10,mobId:\"aoa3:lelyetian_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Logging Master\",level:10,mobId:\"aoa3:logging_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lottoman\",level:10,mobId:\"aoa3:lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lunar Lottoman\",level:10,mobId:\"aoa3:lunar_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Meganeuropsis\",level:10,mobId:\"aoa3:meganeuropsis\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Metalloid\",level:10,mobId:\"aoa3:metalloid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mystic Lottoman\",level:10,mobId:\"aoa3:mystic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Naturalist\",level:10,mobId:\"aoa3:naturalist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Peppermint Snail\",level:10,mobId:\"aoa3:peppermint_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Portal Master\",level:10,mobId:\"aoa3:portal_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Precasian Lottoman\",level:10,mobId:\"aoa3:precasian_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Banker\",level:10,mobId:\"aoa3:primordial_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Guide\",level:10,mobId:\"aoa3:primordial_guide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Merchant\",level:10,mobId:\"aoa3:primordial_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Spellbinder\",level:10,mobId:\"aoa3:primordial_spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Wizard\",level:10,mobId:\"aoa3:primordial_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Professor\",level:10,mobId:\"aoa3:professor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Radiant Pixon\",level:10,mobId:\"aoa3:radiant_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Realmshifter\",level:10,mobId:\"aoa3:realmshifter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rocky Lottoman\",level:10,mobId:\"aoa3:rocky_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runation Master\",level:10,mobId:\"aoa3:runation_master\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Runic Lottoman\",level:10,mobId:\"aoa3:runic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shik\",level:10,mobId:\"aoa3:shik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shining Pixon\",level:10,mobId:\"aoa3:shining_pixon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shyre Archer\",level:10,mobId:\"aoa3:shyre_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shyre Banker\",level:10,mobId:\"aoa3:shyre_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shyrelands Lottoman\",level:10,mobId:\"aoa3:shyrelands_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spearmint Snail\",level:10,mobId:\"aoa3:spearmint_snail\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Store Keeper\",level:10,mobId:\"aoa3:store_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Token Collector\",level:10,mobId:\"aoa3:token_collector\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Toxic Lottoman\",level:10,mobId:\"aoa3:toxic_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Toy Merchant\",level:10,mobId:\"aoa3:toy_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Troll Trader\",level:10,mobId:\"aoa3:troll_trader\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Trotter\",level:10,mobId:\"aoa3:trotter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twinkling Lottoman\",level:10,mobId:\"aoa3:twinkling_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Undead Herald\",level:10,mobId:\"aoa3:undead_herald\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Withering Lottoman\",level:10,mobId:\"aoa3:withering_lottoman\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Banker\",level:10,mobId:\"aoa3:zal_banker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Child\",level:10,mobId:\"aoa3:zal_child\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Citizen\",level:10,mobId:\"aoa3:zal_citizen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Grocer\",level:10,mobId:\"aoa3:zal_grocer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Herbalist\",level:10,mobId:\"aoa3:zal_herbalist\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Spellbinder\",level:10,mobId:\"aoa3:zal_spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zal Vendor\",level:10,mobId:\"aoa3:zal_vendor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Big Bane\",level:10,mobId:\"aoa3:bane_big\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bane\",level:10,mobId:\"aoa3:bane_clone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bloodlust\",level:10,mobId:\"aoa3:bloodlust\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Corallus Shot\",level:10,mobId:\"aoa3:corallus_shot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zombie\",level:10,mobId:\"ebwizardry:zombie_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Husk\",level:10,mobId:\"ebwizardry:husk_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleton\",level:10,mobId:\"ebwizardry:skeleton_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stray\",level:10,mobId:\"ebwizardry:stray_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spider\",level:10,mobId:\"ebwizardry:spider_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Blaze\",level:10,mobId:\"ebwizardry:blaze_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wither Skeleton\",level:10,mobId:\"ebwizardry:wither_skeleton_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Silverfish\",level:10,mobId:\"ebwizardry:silverfish_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vex\",level:10,mobId:\"ebwizardry:vex_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ice Wraith\",level:10,mobId:\"ebwizardry:ice_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lightning Wraith\",level:10,mobId:\"ebwizardry:lightning_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spirit Wolf\",level:10,mobId:\"ebwizardry:spirit_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spirit Horse\",level:10,mobId:\"ebwizardry:spirit_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Phoenix\",level:10,mobId:\"ebwizardry:phoenix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ice Giant\",level:10,mobId:\"ebwizardry:ice_giant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Magical Slime\",level:10,mobId:\"ebwizardry:magic_slime\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Decoy\",level:10,mobId:\"ebwizardry:decoy\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow Wraith\",level:10,mobId:\"ebwizardry:shadow_wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Storm Elemental\",level:10,mobId:\"ebwizardry:storm_elemental\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wizard\",level:10,mobId:\"ebwizardry:wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wizard\",level:10,mobId:\"ebwizardry:evil_wizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Remnant\",level:10,mobId:\"ebwizardry:remnant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lizard\",level:10,mobId:\"bewitchment:lizard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Owl\",level:10,mobId:\"bewitchment:owl\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Raven\",level:10,mobId:\"bewitchment:raven\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snake\",level:10,mobId:\"bewitchment:snake\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Toad\",level:10,mobId:\"bewitchment:toad\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Black Dog\",level:10,mobId:\"bewitchment:black_dog\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ghost\",level:10,mobId:\"bewitchment:ghost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hellhound\",level:10,mobId:\"bewitchment:hellhound\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Feuerwurm\",level:10,mobId:\"bewitchment:feuerwurm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Werewolf\",level:10,mobId:\"bewitchment:werewolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cleaver\",level:10,mobId:\"bewitchment:cleaver\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon\",level:10,mobId:\"bewitchment:demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demoness\",level:10,mobId:\"bewitchment:demoness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Imp\",level:10,mobId:\"bewitchment:imp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bafometyr\",level:10,mobId:\"bewitchment:bafometyr\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadow Person\",level:10,mobId:\"bewitchment:shadow_person\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cambion\",level:10,mobId:\"bewitchment:cambion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Druden\",level:10,mobId:\"bewitchment:druden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Baphomet\",level:10,mobId:\"bewitchment:baphomet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Leonard\",level:10,mobId:\"bewitchment:leonard\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Arid Warrior\",level:10,mobId:\"divinerpg:arid_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Crawler\",level:10,mobId:\"divinerpg:cave_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Caveclops\",level:10,mobId:\"divinerpg:caveclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crab\",level:10,mobId:\"divinerpg:crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cyclops\",level:10,mobId:\"divinerpg:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Desert Crawler\",level:10,mobId:\"divinerpg:desert_crawler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ehu\",level:10,mobId:\"divinerpg:ehu\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Enthralled Dramcryx\",level:10,mobId:\"divinerpg:enthralled_dramcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Frost\",level:10,mobId:\"divinerpg:frost\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Glacon\",level:10,mobId:\"divinerpg:glacon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Brown Grizzle\",level:10,mobId:\"divinerpg:brown_grizzle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"White Grizzle\",level:10,mobId:\"divinerpg:white_grizzle\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Husk\",level:10,mobId:\"divinerpg:husk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jack \u0027O\u0027 Man\",level:10,mobId:\"divinerpg:jack_o_man\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jungle Bat\",level:10,mobId:\"divinerpg:jungle_bat\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jungle Dramcryx\",level:10,mobId:\"divinerpg:jungle_dramcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Jungle Spider\",level:10,mobId:\"divinerpg:jungle_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King Crab\",level:10,mobId:\"divinerpg:king_crab\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kobblin\",level:10,mobId:\"divinerpg:kobblin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Liopleurodon\",level:10,mobId:\"divinerpg:liopleurodon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Livestock Merchant\",level:10,mobId:\"divinerpg:livestock_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Miner\",level:10,mobId:\"divinerpg:miner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pumpkin Spider\",level:10,mobId:\"divinerpg:pumpkin_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rainbour\",level:10,mobId:\"divinerpg:rainbour\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rotatick\",level:10,mobId:\"divinerpg:rotatick\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Saguaro Worm\",level:10,mobId:\"divinerpg:saguaro_worm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shark\",level:10,mobId:\"divinerpg:shark\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Smelter\",level:10,mobId:\"divinerpg:smelter\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snapper\",level:10,mobId:\"divinerpg:snapper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stone Golem\",level:10,mobId:\"divinerpg:stone_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"The Eye\",level:10,mobId:\"divinerpg:the_eye\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"The Grue\",level:10,mobId:\"divinerpg:the_grue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Whale\",level:10,mobId:\"divinerpg:whale\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hell Pig\",level:10,mobId:\"divinerpg:hell_pig\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hell Spider\",level:10,mobId:\"divinerpg:hell_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Scorcher\",level:10,mobId:\"divinerpg:scorcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wildfire\",level:10,mobId:\"divinerpg:wildfire\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ender Spider\",level:10,mobId:\"divinerpg:ender_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ender Triplets\",level:10,mobId:\"divinerpg:ender_triplets\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ender Watcher\",level:10,mobId:\"divinerpg:ender_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Alicanto\",level:10,mobId:\"divinerpg:alicanto\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fractite\",level:10,mobId:\"divinerpg:fractite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Frost Archer\",level:10,mobId:\"divinerpg:frost_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Frosty\",level:10,mobId:\"divinerpg:frosty\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Glacide\",level:10,mobId:\"divinerpg:glacide\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hastreus\",level:10,mobId:\"divinerpg:hastreus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Rollum\",level:10,mobId:\"divinerpg:rollum\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Workshop Merchant\",level:10,mobId:\"divinerpg:workshop_merchant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Workshop Tinkerer\",level:10,mobId:\"divinerpg:workshop_tinkerer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bunny\",level:10,mobId:\"divinerpg:bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eden Cadillion\",level:10,mobId:\"divinerpg:eden_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eden Tomo\",level:10,mobId:\"divinerpg:eden_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Greenfeet\",level:10,mobId:\"divinerpg:greenfeet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Madivel\",level:10,mobId:\"divinerpg:madivel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sun Archer\",level:10,mobId:\"divinerpg:sun_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Weak Cori\",level:10,mobId:\"divinerpg:weak_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Behemoth\",level:10,mobId:\"divinerpg:behemoth\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Epiphite\",level:10,mobId:\"divinerpg:epiphite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mage\",level:10,mobId:\"divinerpg:mage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Moon Wolf\",level:10,mobId:\"divinerpg:moon_wolf\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Termid\",level:10,mobId:\"divinerpg:termid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Verek\",level:10,mobId:\"divinerpg:verek\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wildwood Cadillion\",level:10,mobId:\"divinerpg:wildwood_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wildwood Golem\",level:10,mobId:\"divinerpg:wildwood_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wildwood Tomo\",level:10,mobId:\"divinerpg:wildwood_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Apalachia Cadillion\",level:10,mobId:\"divinerpg:apalachia_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Apalachia Golem\",level:10,mobId:\"divinerpg:apalachia_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Apalachia Tomo\",level:10,mobId:\"divinerpg:apalachia_tomo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Enchanted Archer\",level:10,mobId:\"divinerpg:enchanted_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Enchanted Warrior\",level:10,mobId:\"divinerpg:enchanted_warrior\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Spellbinder\",level:10,mobId:\"divinerpg:spellbinder\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Advanced Cori\",level:10,mobId:\"divinerpg:advanced_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Megalith\",level:10,mobId:\"divinerpg:megalith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mystic\",level:10,mobId:\"divinerpg:mystic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Samek\",level:10,mobId:\"divinerpg:samek\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skythern Archer\",level:10,mobId:\"divinerpg:skythern_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skythern Fiend\",level:10,mobId:\"divinerpg:skythern_fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skythern Golem\",level:10,mobId:\"divinerpg:skythern_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Angry Bunny\",level:10,mobId:\"divinerpg:angry_bunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Basilisk\",level:10,mobId:\"divinerpg:basilisk\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Demon Of Darkness\",level:10,mobId:\"divinerpg:demon_of_darkness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mortum Cadillion\",level:10,mobId:\"divinerpg:mortum_cadillion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sorcerer\",level:10,mobId:\"divinerpg:sorcerer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Soul Stealer\",level:10,mobId:\"divinerpg:soul_stealer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Soul Spider\",level:10,mobId:\"divinerpg:soul_spider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twilight Archer\",level:10,mobId:\"divinerpg:twilight_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Captain Merik\",level:10,mobId:\"divinerpg:captain_merik\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Datticon\",level:10,mobId:\"divinerpg:datticon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Deathcryx\",level:10,mobId:\"divinerpg:deathcryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Death Hound\",level:10,mobId:\"divinerpg:death_hound\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dungeon Constructor\",level:10,mobId:\"divinerpg:dungeon_constructor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dungeon Demon\",level:10,mobId:\"divinerpg:dungeon_demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dungeon Prisoner\",level:10,mobId:\"divinerpg:dungeon_prisoner\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fyracryx\",level:10,mobId:\"divinerpg:fyracryx\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kazari\",level:10,mobId:\"divinerpg:kazari\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Leorna\",level:10,mobId:\"divinerpg:leorna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Living Statue\",level:10,mobId:\"divinerpg:living_statue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Paratiku\",level:10,mobId:\"divinerpg:paratiku\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Razorback\",level:10,mobId:\"divinerpg:razorback\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Golem Of Rejuvenation\",level:10,mobId:\"divinerpg:golem_of_rejuvenation\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Roamer\",level:10,mobId:\"divinerpg:roamer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Seimer\",level:10,mobId:\"divinerpg:seimer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lord Vatticus\",level:10,mobId:\"divinerpg:lord_vatticus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"War General\",level:10,mobId:\"divinerpg:war_general\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wraith\",level:10,mobId:\"divinerpg:wraith\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zelus\",level:10,mobId:\"divinerpg:zelus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Acid Hag\",level:10,mobId:\"divinerpg:acid_hag\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Biphron\",level:10,mobId:\"divinerpg:biphron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Bohemite\",level:10,mobId:\"divinerpg:bohemite\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Crypt Keeper\",level:10,mobId:\"divinerpg:crypt_keeper\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cymesoid\",level:10,mobId:\"divinerpg:cymesoid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dissiment\",level:10,mobId:\"divinerpg:dissiment\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dreamwrecker\",level:10,mobId:\"divinerpg:dreamwrecker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Duo\",level:10,mobId:\"divinerpg:duo\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ent\",level:10,mobId:\"divinerpg:ent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vhraak\",level:10,mobId:\"divinerpg:fake_vhraak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Galroid\",level:10,mobId:\"divinerpg:galroid\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gorgosion\",level:10,mobId:\"divinerpg:gorgosion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Helio\",level:10,mobId:\"divinerpg:helio\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hive Soldier\",level:10,mobId:\"divinerpg:hive_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hover Stinger\",level:10,mobId:\"divinerpg:hover_stinger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Kazrotic\",level:10,mobId:\"divinerpg:kazrotic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lheiva\",level:10,mobId:\"divinerpg:lheiva\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lorga\",level:10,mobId:\"divinerpg:lorga\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lorga Flight\",level:10,mobId:\"divinerpg:lorga_flight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mandragora\",level:10,mobId:\"divinerpg:mandragora\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_1\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_2\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mysterious Man\",level:10,mobId:\"divinerpg:mysterious_man_layer_3\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Shadahier\",level:10,mobId:\"divinerpg:shadahier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"The Hunger\",level:10,mobId:\"divinerpg:the_hunger\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Temple Guardian\",level:10,mobId:\"divinerpg:temple_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Tocaxin\",level:10,mobId:\"divinerpg:tocaxin\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twins\",level:10,mobId:\"divinerpg:twins\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vermenous\",level:10,mobId:\"divinerpg:vermenous\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vhraak\",level:10,mobId:\"divinerpg:vhraak\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zone\",level:10,mobId:\"divinerpg:zone\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zoragon\",level:10,mobId:\"divinerpg:zoragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ancient Entity\",level:10,mobId:\"divinerpg:ancient_entity\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ayeraco Blue\",level:10,mobId:\"divinerpg:ayeraco_blue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ayeraco Green\",level:10,mobId:\"divinerpg:ayeraco_green\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ayeraco Purple\",level:10,mobId:\"divinerpg:ayeraco_purple\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ayeraco Red\",level:10,mobId:\"divinerpg:ayeraco_red\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ayeraco Yellow\",level:10,mobId:\"divinerpg:ayeraco_yellow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Densos\",level:10,mobId:\"divinerpg:densos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dramix\",level:10,mobId:\"divinerpg:dramix\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eternal Archer\",level:10,mobId:\"divinerpg:eternal_archer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Experienced Cori\",level:10,mobId:\"divinerpg:experienced_cori\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hive Queen\",level:10,mobId:\"divinerpg:hive_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Karot\",level:10,mobId:\"divinerpg:karot\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Karos\",level:10,mobId:\"divinerpg:karos\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"King Of Scorchers\",level:10,mobId:\"divinerpg:king_of_scorchers\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Lady Luna\",level:10,mobId:\"divinerpg:lady_luna\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Parasecta\",level:10,mobId:\"divinerpg:parasecta\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Quadro\",level:10,mobId:\"divinerpg:quadro\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Raglok\",level:10,mobId:\"divinerpg:raglok\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Reyvor\",level:10,mobId:\"divinerpg:reyvor\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Soul Fiend\",level:10,mobId:\"divinerpg:soul_fiend\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sunstorm\",level:10,mobId:\"divinerpg:sunstorm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Termasect\",level:10,mobId:\"divinerpg:termasect\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"The Watcher\",level:10,mobId:\"divinerpg:the_watcher\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twilight Demon\",level:10,mobId:\"divinerpg:twilight_demon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Vamacheron\",level:10,mobId:\"divinerpg:vamacheron\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Wreck\",level:10,mobId:\"divinerpg:wreck\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dragon Egg\",level:10,mobId:\"iceandfire:dragonegg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dragon Skull\",level:10,mobId:\"iceandfire:dragonskull\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Dragon\",level:10,mobId:\"iceandfire:firedragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Ice Dragon\",level:10,mobId:\"iceandfire:icedragon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snow Villager\",level:10,mobId:\"iceandfire:snowvillager\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hippogryph\",level:10,mobId:\"iceandfire:hippogryph\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stone Statue\",level:10,mobId:\"iceandfire:stonestatue\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Gorgon\",level:10,mobId:\"iceandfire:gorgon\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Pixie\",level:10,mobId:\"iceandfire:if_pixie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cyclops\",level:10,mobId:\"iceandfire:cyclops\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Siren\",level:10,mobId:\"iceandfire:siren\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hippocampus\",level:10,mobId:\"iceandfire:hippocampus\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Death Worm\",level:10,mobId:\"iceandfire:deathworm\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cockatrice\",level:10,mobId:\"iceandfire:if_cockatrice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stymphalian Bird\",level:10,mobId:\"iceandfire:stymphalianbird\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Troll\",level:10,mobId:\"iceandfire:if_troll\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Worker\",level:10,mobId:\"iceandfire:myrmex_worker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Soldier\",level:10,mobId:\"iceandfire:myrmex_soldier\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Sentinel\",level:10,mobId:\"iceandfire:myrmex_sentinel\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Royal\",level:10,mobId:\"iceandfire:myrmex_royal\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Queen\",level:10,mobId:\"iceandfire:myrmex_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Egg\",level:10,mobId:\"iceandfire:myrmex_egg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Amphithere\",level:10,mobId:\"iceandfire:amphithere\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sea Serpent\",level:10,mobId:\"iceandfire:seaserpent\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Myrmex Swarmer\",level:10,mobId:\"iceandfire:myrmex_swarmer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skull\",level:10,mobId:\"iceandfire:if_mob_skull\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Thrall\",level:10,mobId:\"iceandfire:dread_thrall\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Ghoul\",level:10,mobId:\"iceandfire:dread_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Beast\",level:10,mobId:\"iceandfire:dread_beast\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Scuttler\",level:10,mobId:\"iceandfire:dread_scuttler\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Lich\",level:10,mobId:\"iceandfire:dread_lich\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Knight\",level:10,mobId:\"iceandfire:dread_knight\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Dread Knight Horse\",level:10,mobId:\"iceandfire:dread_horse\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Hydra\",level:10,mobId:\"iceandfire:if_hydra\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Skeleton Druid\",level:10,mobId:\"tfspellpack:skeleton_druid_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Stable Ice Core\",level:10,mobId:\"tfspellpack:stable_ice_core_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Unstable Ice Core\",level:10,mobId:\"tfspellpack:unstable_ice_core_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Beetle\",level:10,mobId:\"tfspellpack:fire_beetle_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Slime Beetle\",level:10,mobId:\"tfspellpack:slime_beetle_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Redcap Goblin\",level:10,mobId:\"tfspellpack:redcap_goblin_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Redcap Sapper\",level:10,mobId:\"tfspellpack:redcap_sapper_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Twilight Wraith\",level:10,mobId:\"tfspellpack:twilight_wraith_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Snow Guardian\",level:10,mobId:\"tfspellpack:snow_guardian_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Carminite Ghastling\",level:10,mobId:\"tfspellpack:carminite_ghastling_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cave Troll\",level:10,mobId:\"tfspellpack:cave_troll_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Druid Mage\",level:10,mobId:\"tfspellpack:druid_mage\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Autocaster\",level:10,mobId:\"thaumicaugmentation:autocaster\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Autocaster\",level:10,mobId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Guardian\",level:10,mobId:\"thaumicaugmentation:eldritch_guardian\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Warden\",level:10,mobId:\"thaumicaugmentation:eldritch_warden\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Primordial Wisp\",level:10,mobId:\"thaumicaugmentation:primal_wisp\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Eldritch Construct\",level:10,mobId:\"thaumicaugmentation:eldritch_golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Celestial Observer\",level:10,mobId:\"thaumicaugmentation:celestial_observer\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"entity.butterflyGE.name\",level:10,mobId:\"forestry:butterflyge\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Moa\",level:10,mobId:\"aether_legacy:moa\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Phyg\",level:10,mobId:\"aether_legacy:phyg\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Flying Cow\",level:10,mobId:\"aether_legacy:flying_cow\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sheepuff\",level:10,mobId:\"aether_legacy:sheepuff\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Aerbunny\",level:10,mobId:\"aether_legacy:aerbunny\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Aerwhale\",level:10,mobId:\"aether_legacy:aerwhale\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Swet\",level:10,mobId:\"aether_legacy:swet\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Cockatrice\",level:10,mobId:\"aether_legacy:cockatrice\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sentry\",level:10,mobId:\"aether_legacy:sentry\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Zephyr\",level:10,mobId:\"aether_legacy:zephyr\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Aechor Plant\",level:10,mobId:\"aether_legacy:aechor_plant\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mimic\",level:10,mobId:\"aether_legacy:mimic\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Slider\",level:10,mobId:\"aether_legacy:slider\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Valkyrie Queen\",level:10,mobId:\"aether_legacy:valkyrie_queen\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Sun Spirit\",level:10,mobId:\"aether_legacy:sun_spirit\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Ball\",level:10,mobId:\"aether_legacy:fire_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Icey Ball\",level:10,mobId:\"aether_legacy:ice_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Thunder Ball\",level:10,mobId:\"aether_legacy:thunder_ball\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Valkyrie\",level:10,mobId:\"aether_legacy:valkyrie\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Fire Minion\",level:10,mobId:\"aether_legacy:fire_minion\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Mini Cloud\",level:10,mobId:\"aether_legacy:mini_cloud\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Whirlwind\",level:10,mobId:\"aether_legacy:whirlwind\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Battletower Golem\",level:10,mobId:\"battletowers:golem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:syringe\",Count:22s,tag:{mobName:\"Feral Ghoul\",level:10,mobId:\"nuclearcraft:feral_ghoul\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:network_monitor\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module_tablet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:24s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:118s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:12s,Damage:6s}", - "{id:\"rftools:oredict_module\",Count:22s,Damage:0s}", - "{id:\"rftools:generic_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:charged_porter\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:advanced_charged_porter\",Count:16s,Damage:0s}", - "{id:\"rftools:text_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventory_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energy_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:23s,Damage:0s}", - "{id:\"rftools:clock_module\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluid_module\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:22s,Damage:0s}", - "{id:\"rftools:computer_module\",Count:11s,Damage:0s}", - "{id:\"rftools:button_module\",Count:11s,Damage:0s}", - "{id:\"rftools:elevator_button_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:redstone_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counter_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_control_module\",Count:11s,Damage:0s}", - "{id:\"rftools:dump_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:space_chamber_card\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:shape_card\",Count:30s,Damage:10s}", - "{id:\"rftools:powercell_card\",Count:3s,Damage:0s}", - "{id:\"rftools:regeneration_module\",Count:7s,Damage:0s}", - "{id:\"rftools:regenerationplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:speed_module\",Count:7s,Damage:0s}", - "{id:\"rftools:speedplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:haste_module\",Count:7s,Damage:0s}", - "{id:\"rftools:hasteplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:saturation_module\",Count:7s,Damage:0s}", - "{id:\"rftools:saturationplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:featherfalling_module\",Count:7s,Damage:0s}", - "{id:\"rftools:featherfallingplus_module\",Count:5s,Damage:0s}", - "{id:\"rftools:flight_module\",Count:7s,Damage:0s}", - "{id:\"rftools:peaceful_module\",Count:7s,Damage:0s}", - "{id:\"rftools:waterbreathing_module\",Count:7s,Damage:0s}", - "{id:\"rftools:nightvision_module\",Count:7s,Damage:0s}", - "{id:\"rftools:slowness_module\",Count:22s,Damage:0s}", - "{id:\"rftools:glowing_module\",Count:7s,Damage:0s}", - "{id:\"rftools:luck_module\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:orphaning_card\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:security_card\",Count:11s,Damage:0s}", - "{id:\"rftools:machine_base\",Count:2s,Damage:0s}", - "{id:\"rftools:screen\",Count:35s,Damage:0s}", - "{id:\"rftools:redstone_transmitter_block\",Count:1s,Damage:0s}", - "{id:\"rftools:sequencer_block\",Count:1s,Damage:0s}", - "{id:\"rftools:counter_block\",Count:25s,Damage:0s}", - "{id:\"rftools:digit_block\",Count:1s,Damage:0s}", - "{id:\"rftools:wire_block\",Count:1s,Damage:0s}", - "{id:\"rftools:timer_block\",Count:24s,Damage:0s}", - "{id:\"rftools:relay\",Count:45s,Damage:0s}", - "{id:\"rftools:liquid_monitor\",Count:49s,Damage:0s}", - "{id:\"rftools:shield_block1\",Count:15s,Damage:0s}", - "{id:\"rftools:shield_block2\",Count:11s,Damage:0s}", - "{id:\"rftools:shield_block3\",Count:8s,Damage:0s}", - "{id:\"rftools:environmental_controller\",Count:126s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:11s,Damage:0s}", - "{id:\"rftools:ender_monitor\",Count:1s,Damage:0s}", - "{id:\"rftools:storage_scanner\",Count:15s,Damage:0s}", - "{id:\"rftools:booster\",Count:18s,Damage:0s}", - "{id:\"ironchest:iron_chest\",Count:52s,Damage:1s}", - "{id:\"ironchest:iron_chest\",Count:22s,Damage:2s}", - "{id:\"ironchest:iron_chest\",Count:60s,Damage:3s}", - "{id:\"ironchest:iron_chest\",Count:30s,Damage:4s}", - "{id:\"ironchest:iron_chest\",Count:16s,Damage:5s}", - "{id:\"ironchest:iron_chest\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_white\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_orange\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_magenta\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_light_blue\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_yellow\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_lime\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_pink\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_gray\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_silver\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_cyan\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_purple\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_blue\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_brown\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_green\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_red\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:52s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:22s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:60s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:30s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:16s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_shulker_box_black\",Count:16s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_gold_chest_upgrade\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_chest_upgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_silver_chest_upgrade\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_chest_upgrade\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_iron_chest_upgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:wood_copper_chest_upgrade\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:iron_gold_shulker_upgrade\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:gold_diamond_shulker_upgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_silver_shulker_upgrade\",Count:67s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:silver_gold_shulker_upgrade\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:copper_iron_shulker_upgrade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ironchest:vanilla_copper_shulker_upgrade\",Count:60s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:module_passive_supplier\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:module_extractor\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_polymorphic\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:module_quick_sort\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_terminus\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:module_extractor_advanced\",Count:16s,Damage:0s}", - "{id:\"logisticspipes:module_provider\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_mod\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_oredict\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_enchantment_sink\",Count:39s,Damage:0s}", - "{id:\"logisticspipes:module_enchantment_sink_mk2\",Count:44s,Damage:0s}", - "{id:\"logisticspipes:module_crafter\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_active_supplier\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:module_item_sink_creativetab\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky_combination\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_sneaky\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_speed\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_disconnection\",Count:2s,Damage:0s}", - "{id:\"logisticspipes:upgrade_satellite_advanced\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fluid_crafting\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_byproduct\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_pattern\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_fuzzy\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_power_transportation\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_monitoring\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_opaque\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_crafting_cleanup\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:upgrade_module_upgrade\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_action_speed\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_extraction\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_item_stack_extraction\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_request\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_provider\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_supplier\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_mk2\",Count:31s,Damage:0s}", - "{id:\"logisticspipes:pipe_remote_orderer\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_inventory_system_connector\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_system_entrance\",Count:16s,Damage:0s}", - "{id:\"logisticspipes:pipe_system_destination\",Count:16s,Damage:0s}", - "{id:\"logisticspipes:pipe_firewall\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_basic\",Count:39s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_supplier\",Count:47s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_insertion\",Count:29s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_provider\",Count:51s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_request\",Count:51s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_extractor\",Count:29s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_satellite\",Count:29s,Damage:0s}", - "{id:\"logisticspipes:pipe_fluid_supplier_mk2\",Count:57s,Damage:0s}", - "{id:\"logisticspipes:pipe_request_table\",Count:23s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:1s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:2s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:3s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:4s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:5s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:6s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:7s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:8s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:9s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:10s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:11s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:12s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:13s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:14s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:15s}", - "{id:\"logisticspipes:remote_orderer\",Count:7s,Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:hud_glasses\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"logisticspipes:disk\",Count:45s,Damage:0s}", - "{id:\"logisticspipes:pipe_controller\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:pipe_manager\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:logistics_programmer\",Count:37s,Damage:0s}", - "{id:\"logisticspipes:chip_basic_raw\",Count:7s,Damage:0s}", - "{id:\"logisticspipes:chip_advanced_raw\",Count:5s,Damage:0s}", - "{id:\"logisticspipes:chip_fpga_raw\",Count:1s,Damage:0s}", - "{id:\"logisticspipes:power_junction\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:security_station\",Count:22s,Damage:0s}", - "{id:\"logisticspipes:statistics_table\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:program_compiler\",Count:22s,Damage:0s}", - "{id:\"modularmachinery:blockcontroller\",Count:15s,Damage:0s}", - "{id:\"modularmachinery:blockcasing\",Count:5s,Damage:2s}", - "{id:\"modularmachinery:blockcasing\",Count:22s,Damage:3s}", - "{id:\"modularmachinery:blockcasing\",Count:15s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:11s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:19s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:36s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:49s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:36s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:27s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:20s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:11s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:19s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:36s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:49s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:36s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:27s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:20s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:36s,Damage:0s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:87s,Damage:1s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:114s,Damage:2s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:135s,Damage:3s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:150s,Damage:4s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:162s,Damage:5s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:171s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:177s,Damage:7s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:36s,Damage:0s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:87s,Damage:1s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:114s,Damage:2s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:135s,Damage:3s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:150s,Damage:4s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:162s,Damage:5s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:171s,Damage:6s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:177s,Damage:7s}", - "{id:\"naturescompass:naturescompass\",Count:33s,Damage:0s}", - "{id:\"xreliquary:mob_ingredient\",Count:18s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:mercy_cross\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:emperor_chalice\",Count:32s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:glacial_staff\",Count:20s,Damage:0s}", - "{id:\"xreliquary:glowing_bread\",Count:4s,Damage:0s}", - "{id:\"xreliquary:glowing_water\",Count:18s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:11s,Damage:5s}", - "{id:\"xreliquary:holy_hand_grenade\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ice_magus_rod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:infernal_chalice\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:lantern_of_paranoia\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:magicbane\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:midas_touchstone\",Count:304s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:rending_gale\",Count:28s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:shears_of_winter\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:sojourner_staff\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:twilight_cloak\",Count:22s,Damage:0s}", - "{id:\"xreliquary:magazine\",Count:11s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:87s,Damage:0s}", - "{id:\"xreliquary:gun_part\",Count:67s,Damage:1s}", - "{id:\"xreliquary:gun_part\",Count:67s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:handgun\",Count:222s,Damage:0s}", - "{id:\"xreliquary:apothecary_cauldron\",Count:58s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:0s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:1s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:2s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:3s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:4s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:5s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:6s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:7s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:8s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:9s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:10s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:11s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:12s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:13s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:14s}", - "{id:\"xreliquary:pedestal_passive\",Count:1s,Damage:15s}", - "{id:\"rftoolsdim:known_dimlet\",Count:22s,tag:{dkey:\"Normal\"},Damage:8s}", - "{id:\"rftoolsdim:known_dimlet\",Count:24s,tag:{dkey:\"minecraft:water@0\"},Damage:1s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:11s,Damage:0s}", - "{id:\"rftoolsdim:material_absorber\",Count:4s,Damage:0s}", - "{id:\"rftoolsdim:liquid_absorber\",Count:37s,Damage:0s}", - "{id:\"rftoolsdim:biome_absorber\",Count:4s,Damage:0s}", - "{id:\"rftoolsdim:terrain_absorber\",Count:64s,Damage:0s}", - "{id:\"rftoolsdim:feature_absorber\",Count:4s,Damage:0s}", - "{id:\"rftoolsdim:time_absorber\",Count:94s,Damage:0s}", - "{id:\"soulshardsrespawn:soul_cage\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"soulshardsrespawn:vile_sword\",Count:16s,Damage:0s}", - "{id:\"soulshardsrespawn:materials\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:upgrade_storage\",Count:22s,Damage:1s}", - "{id:\"storagedrawers:upgrade_storage\",Count:15s,Damage:2s}", - "{id:\"storagedrawers:drawer_key\",Count:15s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:personal_key\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:quantify_key\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:11s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:8s,Damage:1s}", - "{id:\"storagedrawers:keybutton\",Count:8s,Damage:2s}", - "{id:\"storagedrawers:keybutton\",Count:8s,Damage:3s}", - "{id:\"storagedrawers:compdrawers\",Count:27s,Damage:0s}", - "{id:\"storagedrawers:controllerslave\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_light\",Count:109s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_light\",Count:133s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_light\",Count:96s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_light\",Count:87s,Damage:0s}", - "{id:\"tg:belt_light\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_light\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_light\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_light\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_light\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_light\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_light\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_shade\",Count:109s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_shade\",Count:133s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_shade\",Count:96s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_shade\",Count:87s,Damage:0s}", - "{id:\"tg:belt_shade\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_shade\",Count:63s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_shade\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hoe_shade\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pickaxe_shade\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shovel_shade\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:shears_shade\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:sword_primal\",Count:62s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:axe_primal\",Count:65s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:hammer_primal\",Count:64s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal\",Count:192s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal\",Count:295s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal\",Count:288s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal\",Count:132s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:helmet_primal_up\",Count:144s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:chestplate_primal_up\",Count:221s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:leggins_primal_up\",Count:216s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:boots_primal_up\",Count:99s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:tool_gemcutter\",Count:3s,Damage:0s}", - "{id:\"tg:yarn_thanium\",Count:1s,Damage:0s}", - "{id:\"tg:ingot_light\",Count:10s,Damage:0s}", - "{id:\"tg:ingot_shade\",Count:10s,Damage:0s}", - "{id:\"tg:nugget_light\",Count:1s,Damage:0s}", - "{id:\"tg:nugget_shade\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_lense\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_thaum\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_void\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_light\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:scythe_shade\",Count:47s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:cache_compass\",Count:45s,Damage:0s}", - "{id:\"tg:lense_blank\",Count:15s,Damage:0s}", - "{id:\"tg:block_light\",Count:67s,Damage:0s}", - "{id:\"tg:block_shade\",Count:67s,Damage:0s}", - "{id:\"tg:ore_light\",Count:10s,Damage:0s}", - "{id:\"tg:ore_shade\",Count:10s,Damage:0s}", - "{id:\"tg:spinning_wheel\",Count:3s,Damage:0s}", - "{id:\"tg:terramorfer\",Count:8s,Damage:0s}", - "{id:\"tg:extruder\",Count:18s,Damage:0s}", - "{id:\"tg:extruder_up\",Count:112s,Damage:0s}", - "{id:\"tg:ageing_stone\",Count:6s,Damage:0s}", - "{id:\"tg:book_holder\",Count:67s,Damage:0s}", - "{id:\"tg:part_stab_1\",Count:45s,Damage:0s}", - "{id:\"tg:part_stab_2\",Count:2s,Damage:0s}", - "{id:\"tg:eldrich_core\",Count:67s,Damage:0s}", - "{id:\"thaumicaugmentation:vis_regenerator\",Count:6s,Damage:0s}", - "{id:\"thaumicaugmentation:warded_chest\",Count:41s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_trapdoor_metal\",Count:24s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_drainer\",Count:24s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_relay\",Count:1s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_diffuser\",Count:4s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_mover_input\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:void_recharge_pedestal\",Count:10s,Damage:0s}", - "{id:\"thaumicaugmentation:arcane_terraformer\",Count:33s,Damage:0s}", - "{id:\"thaumicaugmentation:rift_monitor\",Count:22s,Damage:0s}", - "{id:\"thaumicaugmentation:impetus_generator\",Count:15s,Damage:0s}", - "{id:\"thaumicaugmentation:stability_field_generator\",Count:12s,Damage:0s}", - "{id:\"thaumicaugmentation:item_grate\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:3},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:gauntlet\",Count:47s,tag:{cap:{slots:3},color:8022208},Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:material\",Count:5s,Damage:4s}", - "{id:\"thaumicaugmentation:arcane_door\",Count:49s,Damage:1s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,name:\"\",ownerMost:0L},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:3s,Damage:0s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,name:\"\",ownerMost:0L},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:3s,Damage:1s}", - "{ForgeCaps:{Parent:{ownerLeast:0L,pos:[I;0,0,0],name:\"\",typeName:\"\",ownerMost:0L,type:\"\"},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:key\",Count:3s,Damage:2s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:8s,Damage:0s}", - "{ForgeCaps:{Parent:{augment:{},energy:{energy:300L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_caster_rift_energy_storage\",Count:8s,tag:{cap:{augment:{},energy:{energy:300L}}},Damage:0s}", - "{id:\"thaumicaugmentation:fracture_locator\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:43s,tag:{infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:primal_cutter\",Count:43s,tag:{drawingDisabled:1b,infench:[{lvl:2s,id:5s},{lvl:1s,id:2s}]},Damage:0s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:6s,Damage:0s}", - "{ForgeCaps:{Parent:{}},id:\"thaumicaugmentation:impetus_linker\",Count:4s,Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_empty\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumicaugmentation:biome_empty\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:biome_reset\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumicaugmentation:biome_reset\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:river\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:hell\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:hell\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:sky\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:sky\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:frozen_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:frozen_river\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:frozen_river\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:ice_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:ice_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mushroom_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mushroom_island_shore\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mushroom_island_shore\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:beaches\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:beaches\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:desert_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:desert_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:smaller_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:smaller_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:jungle_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:deep_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:deep_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:stone_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:stone_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:cold_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:cold_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:taiga_cold_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:taiga_cold_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:gravel_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:gravel_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:white_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:white_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_beach\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:origin_beach\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:alps\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bamboo_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:bamboo_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bayou\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:bayou\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:bog\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:bog\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:boreal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:boreal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:brushland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:brushland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:chaparral\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:chaparral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cherry_blossom_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:cherry_blossom_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:cold_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:cold_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:crag\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:crag\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:dead_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:dead_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:dead_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:eucalyptus_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:eucalyptus_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fen\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:fen\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_field\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:flower_field\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grassland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:grassland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:highland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:highland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:land_of_lakes\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:land_of_lakes\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lavender_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:lavender_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:lush_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:lush_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:lush_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mangrove\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:mangrove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:maple_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:maple_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:meadow\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:meadow\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:moor\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:moor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:mountain\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mystic_grove\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:mystic_grove\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:ominous_woods\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:ominous_woods\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:orchard\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:orchard\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:overgrown_cliffs\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:overgrown_cliffs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:prairie\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:prairie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:quagmire\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:quagmire\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:redwood_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:sacred_springs\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:sacred_springs\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:seasonal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:seasonal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shield\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:shield\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:snowy_coniferous_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:steppe\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:steppe\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:temperate_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:temperate_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_rainforest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:tropical_rainforest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:wetland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:wetland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:woodland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:woodland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:xeric_shrubland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:xeric_shrubland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:alps_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:alps_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:mountain_foothills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:mountain_foothills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:redwood_forest_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:redwood_forest_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:pasture\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:pasture\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:oasis\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:oasis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:snowy_tundra\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:snowy_tundra\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:coral_reef\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:coral_reef\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:kelp_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:kelp_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:origin_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:origin_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:tropical_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:tropical_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:volcanic_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:volcanic_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:flower_island\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:flower_island\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:corrupted_sands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:corrupted_sands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:fungi_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:fungi_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:phantasmagoric_inferno\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:undergarden\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:undergarden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"biomesoplenty:visceral_heap\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"biomesoplenty:visceral_heap\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"randomthings:spectral\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"randomthings:spectral\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"jeid:error_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"jeid:error_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:magical_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumcraft:magical_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eerie\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumcraft:eerie\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumcraft:eldritch\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumcraft:eldritch\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_lake\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_lake\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dense_twilight_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:dense_twilight_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_stream\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_stream\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:snowy_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:snowy_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:void\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:twilight_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:twilight_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_swampland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_swampland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:oak_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:oak_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:firefly_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:firefly_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:deep_mushroom_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:deep_mushroom_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:dark_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:enchanted_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:enchanted_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_ice_flats\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_ice_flats\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:fire_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:fire_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:dark_forest_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:dark_forest_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:highlands_center\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:highlands_center\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:thornlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:thornlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"twilightforest:spooky_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"twilightforest:spooky_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_ocean\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"buildcraftenergy:oil_ocean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"buildcraftenergy:oil_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"buildcraftenergy:oil_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"appliedenergistics2:storage_biome\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"appliedenergistics2:storage_biome\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:abyss\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:abyss\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_jungle_edge\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_jungle_edge\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:ancient_cavern\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:ancient_cavern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:barathos\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:barathos\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:candyland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:candyland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_birch_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_birch_forest_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_birch_forest_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_roofed_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_roofed_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_taiga_cold\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_taiga_cold\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:celeve\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:celeve\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_redwood_taiga_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_extreme_hills_with_trees\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_savanna\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_savanna_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_savanna_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_mesa\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_mesa_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"minecraft:mutated_mesa_clear_rock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"minecraft:mutated_mesa_clear_rock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:creeponia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:creeponia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:crystevia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:crystevia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:deeplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:deeplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:dustopia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:dustopia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:gardencia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:gardencia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:greckon\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:greckon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:haven\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:haven\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:immortallis\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:immortallis\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:iromine\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:iromine\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lborean\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:lborean\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lelyetia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:lelyetia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:lunalus\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:lunalus\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:mysterium\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:mysterium\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:precasia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:precasia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:runandor\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:runandor\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:shyrelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:shyrelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aoa3:vox_ponds\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aoa3:vox_ponds\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:eden\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:eden\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:wildwood\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:wildwood\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:apalachia\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:apalachia\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:skythern\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:skythern\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:mortum\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:mortum\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:iceika\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:iceika\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:arcana\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:arcana\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"divinerpg:vethea\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"divinerpg:vethea\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:underground_jungle\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:underground_jungle\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:volcanic_desert\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:volcanic_desert\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:subterranean_savannah\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:subterranean_savannah\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:elysian_fields\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:elysian_fields\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:ulterior_outback\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:ulterior_outback\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fungal_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:fungal_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:submerged_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:submerged_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:fields_sub_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:fields_sub_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"erebus:petrified_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"erebus:petrified_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"iceandfire:glacier\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"iceandfire:glacier\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"integrateddynamics:biome_meneglin\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"integrateddynamics:biome_meneglin\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"nuclearcraft:nuclear_wasteland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"nuclearcraft:nuclear_wasteland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumicaugmentation:emptiness\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:tainted_lands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumicaugmentation:tainted_lands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thaumicaugmentation:emptiness_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thaumicaugmentation:emptiness_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:darklands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:darklands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:darklands_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_hills\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:darklands_hills\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:darklands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:darklands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:coralium_infested_swamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:coralium_infested_swamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:abyssal_wastelands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:abyssal_wastelands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purified_dreadlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:purified_dreadlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:dreadlands_forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dreadlands_mountains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:dreadlands_mountains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:omothol\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:omothol\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:dark_realm\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:dark_realm\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"abyssalcraft:purged\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"abyssalcraft:purged\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moon\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:moon\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:alien forest\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:alien forest\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:hotdryrock\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:hotdryrock\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:space\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:space\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:stormland\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:stormland\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:crystalchasms\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:crystalchasms\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:deepswamp\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:deepswamp\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:marsh\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:marsh\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:oceanspires\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:oceanspires\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:moondark\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:moondark\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanic\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:volcanic\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"advancedrocketry:volcanicbarren\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"advancedrocketry:volcanicbarren\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"aether_legacy:aether_highlands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"aether_legacy:aether_highlands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:limbo\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"dimdoors:limbo\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:white_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"dimdoors:white_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"dimdoors:black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"dimdoors:dangerous_black_void\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"dimdoors:dangerous_black_void\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:patchy_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:patchy_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:swamplands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:deep_waters\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:deep_waters\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:coarse_islands\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:coarse_islands\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:raised_isles\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:raised_isles\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:sludge_plains\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_0\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:marsh_0\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:marsh_1\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:marsh_1\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:swamplands_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:swamplands_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{biome:\"thebetweenlands:sludge_plains_clearing\"}},id:\"thaumicaugmentation:biome_selector\",Count:33s,tag:{cap:{biome:\"thebetweenlands:sludge_plains_clearing\"}},Damage:0s}", - "{ForgeCaps:{Parent:{slots:1},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness\",Count:12s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:21s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumostatic_harness_augment\",Count:20s,Damage:1s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:5s,Damage:0s}", - "{id:\"thaumicaugmentation:autocaster_placer\",Count:53s,Damage:0s}", - "{ForgeCaps:{Parent:{augments:{slots:1},energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon\",Count:60s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:6s,Damage:0s}", - "{ForgeCaps:{Parent:{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:impulse_cannon_augment\",Count:9s,Damage:1s}", - "{ForgeCaps:{Parent:{vis:0.0f},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:augment_vis_battery\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_hood\",Count:56s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_chestplate\",Count:53s,tag:{color:11360678},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:thaumium_robes_leggings\",Count:58s,tag:{color:11360678},Damage:0s}", - "{id:\"thaumicaugmentation:celestial_observer_placer\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_1k\",Count:24s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_4k\",Count:24s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_16k\",Count:24s,tag:{filter:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicenergistics:essentia_cell_64k\",Count:24s,tag:{filter:{}},Damage:0s}", - "{id:\"thaumicenergistics:essentia_import\",Count:24s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_export\",Count:24s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:14s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_terminal\",Count:4s,Damage:0s}", - "{id:\"thaumicenergistics:diffusion_core\",Count:2s,Damage:0s}", - "{id:\"thaumicenergistics:coalescence_core\",Count:2s,Damage:0s}", - "{id:\"thaumicenergistics:upgrade_arcane\",Count:28s,Damage:0s}", - "{id:\"thaumicenergistics:infusion_provider\",Count:3s,Damage:0s}", - "{id:\"thaumictinkerer:connector\",Count:22s,Damage:0s}", - "{id:\"thaumictinkerer:funnel\",Count:11s,Damage:0s}", - "{id:\"thaumictinkerer:repairer\",Count:105s,Damage:0s}", - "{id:\"thaumictinkerer:magnet\",Count:22s,Damage:0s}", - "{id:\"thaumictinkerer:mob_magnet\",Count:22s,Damage:0s}", - "{id:\"thaumictinkerer:osmotic_enchanter\",Count:22s,Damage:0s}", - "{id:\"thaumictinkerer:animation_tablet\",Count:48s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:8s,Damage:0s}", - "{id:\"tinker_io:upg\",Count:30s,Damage:1s}", - "{id:\"tinker_io:upg\",Count:67s,Damage:2s}", - "{id:\"tinker_io:upg\",Count:80s,Damage:3s}", - "{id:\"tinker_io:upg\",Count:60s,Damage:4s}", - "{id:\"tinker_io:upg\",Count:45s,Damage:6s}", - "{id:\"tinker_io:upg\",Count:45s,Damage:7s}", - "{id:\"tinker_io:speedupg\",Count:7s,Damage:0s}", - "{id:\"tinker_io:fuel_input_machine\",Count:11s,Damage:0s}", - "{id:\"tinker_io:ore_crusher\",Count:7s,Damage:0s}", - "{id:\"tinker_io:stirling_engine\",Count:65s,Damage:0s}", - "{id:\"tinymobfarm:gold_farm\",Count:132s,Damage:0s}", - "{id:\"torchmaster:mega_torch\",Count:100s,Damage:0s}", - "{id:\"torchmaster:feral_flare_lantern\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:18s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:18s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{id:\"wct:magnet_card\",Count:407s,Damage:0s}", - "{id:\"woot:importer\",Count:36s,Damage:0s}", - "{id:\"woot:exporter\",Count:24s,Damage:0s}", - "{id:\"abyssalcraft:abyore\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:odb\",Count:137s,Damage:0s}", - "{id:\"abyssalcraft:ingotblock\",Count:20s,Damage:0s}", - "{id:\"abyssalcraft:ingotblock\",Count:20s,Damage:1s}", - "{id:\"abyssalcraft:ingotblock\",Count:20s,Damage:2s}", - "{id:\"abyssalcraft:ingotblock\",Count:6s,Damage:3s}", - "{id:\"abyssalcraft:odbcore\",Count:183s,Damage:0s}", - "{id:\"abyssalcraft:abydreadore\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadore\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:crystallizer\",Count:41s,Damage:0s}", - "{id:\"abyssalcraft:transmutator\",Count:30s,Damage:0s}", - "{id:\"abyssalcraft:abyiroore\",Count:15s,Damage:0s}", - "{id:\"abyssalcraft:abygolore\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:abytinore\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:abycopore\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:abylcorore\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:engraver\",Count:220s,Damage:0s}", - "{id:\"abyssalcraft:materializer\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:8s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:12s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:3s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:4s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:5s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:6s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:7s}", - "{id:\"abyssalcraft:crystalcluster2\",Count:1s,Damage:8s}", - "{id:\"abyssalcraft:abyingot\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:cingot\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:platec\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:apick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ashovel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:asword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ahoe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corpick\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:coraxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corshovel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corsword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhoe\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ahelmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aplate\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:alegs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:aboots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dhelmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dlegs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dboots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplate\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corboots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corhelmetp\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corplatep\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corlegsp\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbootsp\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthshelmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthslegs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:depthsboots\",Count:42s,Damage:0s}", - "{id:\"abyssalcraft:ironu\",Count:22s,Damage:0s}", - "{id:\"abyssalcraft:goldu\",Count:42s,Damage:0s}", - "{id:\"abyssalcraft:diamondu\",Count:39s,Damage:0s}", - "{id:\"abyssalcraft:abyssalniteu\",Count:33s,Damage:0s}", - "{id:\"abyssalcraft:coraliumu\",Count:31s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumu\",Count:30s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumu\",Count:26s,Damage:0s}", - "{id:\"abyssalcraft:mre\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:ironp\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:chickenp\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:porkp\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:beefp\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:fishp\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:eggp\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:corbow\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumingot\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumhelmet\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumplate\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumlegs\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumboots\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumpickaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumaxe\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumshovel\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsword\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumhoe\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:8s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:12s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:16s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:17s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:18s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:19s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:20s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:21s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:22s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:23s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:24s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:8s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:12s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:16s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:17s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:18s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:19s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:20s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:21s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:22s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:23s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:24s}", - "{id:\"abyssalcraft:dreadplate\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraihelmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamurailegs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:tiningot\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:copperingot\",Count:10s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumingot\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhelmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumlegs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumboots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumpickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:ethaxiumhoe\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:coin\",Count:30s,Damage:0s}", - "{id:\"abyssalcraft:engraving_blank\",Count:11s,Damage:0s}", - "{id:\"abyssalcraft:engraving_cthulhu\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_elder\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:engraving_jzahar\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:3s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:3s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_small\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_medium\",Count:5s,Damage:0s}", - "{id:\"abyssalcraft:charm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:cthulhucharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:hasturcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:jzaharcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:azathothcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:nyarlathotepcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:yogsothothcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:shubniggurathcharm\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:engraving_hastur\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_yogsothoth\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:engraving_shubniggurath\",Count:6s,Damage:0s}", - "{id:\"acintegration:dust\",Count:1s,Damage:0s}", - "{id:\"acintegration:dust\",Count:1s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:49s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:49s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:31s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_bauble\",Count:3s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_double_bauble\",Count:5s,tag:{Energy:350000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_triple_bauble\",Count:6s,tag:{Energy:600000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_quadruple_bauble\",Count:8s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:battery_quintuple_bauble\",Count:9s,tag:{Energy:2000000},Damage:0s}", - "{id:\"actuallyadditions:block_battery_box\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_shock_suppressor\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_miner\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay\",Count:1s,Damage:0s}", - "{id:\"actuallyadditions:block_laser_relay_item_whitelist\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:11s,Damage:0s}", - "{id:\"actuallyadditions:block_leaf_generator\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_xp_solidifier\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_energizer\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_enervator\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_lava_factory_controller\",Count:13s,Damage:0s}", - "{id:\"actuallyadditions:block_canola_press\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantomface\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_liquiface\",Count:52s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_energyface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:3s,Damage:0s}", - "{id:\"actuallyadditions:block_grinder_double\",Count:9s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:22s,Damage:0s}", - "{id:\"actuallyadditions:block_inputter_advanced\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_furnace_solar\",Count:12s,Damage:0s}", - "{id:\"actuallyadditions:block_heat_collector\",Count:21s,Damage:0s}", - "{id:\"actuallyadditions:block_dropper\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_placer\",Count:49s,Damage:0s}", - "{id:\"actuallyadditions:block_fluid_collector\",Count:49s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_engineer_goggles_advanced\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_engineer_goggles\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:item_laser_upgrade_range\",Count:40s,Damage:0s}", - "{id:\"actuallyadditions:item_laser_upgrade_invisibility\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_filling_wand\",Count:11s,tag:{Energy:500000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_filling_wand\",Count:11s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_player_probe\",Count:54s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_filter\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:item_misc\",Count:22s,Damage:2s}", - "{id:\"actuallyadditions:item_misc\",Count:75s,Damage:6s}", - "{id:\"actuallyadditions:item_misc\",Count:6s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_crate_keeper\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_mining_lens\",Count:18s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_laser_wrench\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:56s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_growth_ring\",Count:56s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:56s,tag:{Energy:800000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_water_removal_ring\",Count:56s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_emerald\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_emerald\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:3s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:3s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:9s,tag:{Energy:250000},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:9s,tag:{Energy:0},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:12s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:13s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:14s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:250000},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill\",Count:6s,tag:{Energy:0},Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery\",Count:4s,tag:{Energy:200000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery\",Count:4s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_double\",Count:7s,tag:{Energy:350000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_double\",Count:7s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_triple\",Count:9s,tag:{Energy:600000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_triple\",Count:9s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quadruple\",Count:11s,tag:{Energy:1000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quadruple\",Count:11s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quintuple\",Count:12s,tag:{Energy:2000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_battery_quintuple\",Count:12s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_speed_ii\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_silk_touch\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_five_by_five\",Count:4s,Damage:0s}", - "{id:\"actuallyadditions:item_food\",Count:12s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_knife\",Count:16s,Damage:0s}", - "{id:\"actuallyadditions:item_dust\",Count:15s,Damage:0s}", - "{id:\"actuallyadditions:item_dust\",Count:10s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:89s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:89s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:56s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:66s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:66s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:42s,tag:{Blaze:800},Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:iron_paxel\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:gold_paxel\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_red\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_red\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_red\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_red\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_light_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_light_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_light_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_light_blue\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_black\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_black\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_black\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_black\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_green\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_green\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_green\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_green\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_helm_crystal_white\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_chest_crystal_white\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_pants_crystal_white\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_boots_crystal_white\",Count:42s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:8s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:8s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:126s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildcraftcore:wrench\",Count:33s,Damage:0s}", - "{id:\"buildcraftcore:gear_iron\",Count:45s,Damage:0s}", - "{id:\"buildcraftcore:gear_gold\",Count:72s,Damage:0s}", - "{id:\"buildcraftcore:gear_diamond\",Count:30s,Damage:0s}", - "{id:\"buildcraftcore:marker_connector\",Count:24s,Damage:0s}", - "{id:\"buildcraftbuilders:architect\",Count:16s,Damage:0s}", - "{id:\"buildcraftfactory:mining_well\",Count:134s,Damage:0s}", - "{id:\"buildcraftfactory:pump\",Count:111s,Damage:0s}", - "{id:\"buildcraftfactory:flood_gate\",Count:96s,Damage:0s}", - "{id:\"buildcraftfactory:chute\",Count:56s,Damage:0s}", - "{id:\"buildcraftfactory:distiller\",Count:8s,Damage:0s}", - "{id:\"buildcraftfactory:heat_exchange\",Count:129s,Damage:0s}", - "{id:\"techreborn:dust\",Count:10s,Damage:6s}", - "{id:\"techreborn:dust\",Count:10s,Damage:7s}", - "{id:\"techreborn:dust\",Count:3s,Damage:11s}", - "{id:\"techreborn:dust\",Count:10s,Damage:14s}", - "{id:\"techreborn:dust\",Count:10s,Damage:24s}", - "{id:\"techreborn:dust\",Count:15s,Damage:27s}", - "{id:\"techreborn:dust\",Count:10s,Damage:29s}", - "{id:\"techreborn:dust\",Count:10s,Damage:47s}", - "{id:\"techreborn:dust\",Count:10s,Damage:53s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:1s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:2s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:4s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:8s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:11s}", - "{id:\"techreborn:ingot\",Count:15s,Damage:12s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:13s}", - "{id:\"techreborn:ingot\",Count:2s,Damage:21s}", - "{id:\"techreborn:ingot\",Count:10s,Damage:24s}", - "{id:\"techreborn:nuggets\",Count:1s,Damage:1s}", - "{id:\"techreborn:part\",Count:22s,Damage:4s}", - "{id:\"techreborn:part\",Count:11s,Damage:5s}", - "{id:\"techreborn:part\",Count:60s,Damage:6s}", - "{id:\"techreborn:part\",Count:30s,Damage:7s}", - "{id:\"techreborn:part\",Count:112s,Damage:8s}", - "{id:\"techreborn:part\",Count:220s,Damage:9s}", - "{id:\"techreborn:part\",Count:44s,Damage:10s}", - "{id:\"techreborn:part\",Count:144s,Damage:11s}", - "{id:\"techreborn:part\",Count:268s,Damage:12s}", - "{id:\"techreborn:part\",Count:16s,Damage:17s}", - "{id:\"techreborn:part\",Count:30s,Damage:26s}", - "{id:\"techreborn:part\",Count:90s,Damage:28s}", - "{id:\"techreborn:part\",Count:9s,Damage:34s}", - "{id:\"techreborn:part\",Count:6s,Damage:35s}", - "{id:\"techreborn:part\",Count:15s,Damage:36s}", - "{id:\"techreborn:part\",Count:78s,Damage:37s}", - "{id:\"techreborn:part\",Count:162s,Damage:38s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:6s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:7s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:14s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:24s}", - "{id:\"techreborn:smalldust\",Count:2s,Damage:27s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:29s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:47s}", - "{id:\"techreborn:smalldust\",Count:1s,Damage:53s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:42s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:cloakingdevice\",Count:42s,tag:{energy:40000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:42s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lapotronpack\",Count:42s,tag:{energy:400000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:4s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:4s,tag:{energy:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:1s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:31s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:31s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:71s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advancedchainsaw\",Count:71s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:71s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:advanceddrill\",Count:71s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:71s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironjackhammer\",Count:71s,tag:{energy:4000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:59s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondchainsaw\",Count:59s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:59s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamonddrill\",Count:59s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:59s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:diamondjackhammer\",Count:59s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:23s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:23s,tag:{energy:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:23s,tag:{ench:[{lvl:1s,id:33}],energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rockcutter\",Count:23s,tag:{ench:[{lvl:1s,id:33}],energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:79s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:79s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:79s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:79s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:79s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:79s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:wrench\",Count:32s,Damage:0s}", - "{id:\"techreborn:iridiumneutronreflector\",Count:500s,Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lava\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gold\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pigiron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cobalt\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ardite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manyullyn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"knightslime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alubrass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"brass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"copper\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bronze\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"zinc\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lead\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nickel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"silver\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"aluminum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidcoralium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidantimatter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"creosote\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"coal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crude_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_fuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sap\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"syrup\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"resin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tree_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"seed_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biocrude\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_biofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mushroom_stew\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"experience\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potion\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potion_splash\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potion_lingering\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glowstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pyrotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"aerotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"petrotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"platinum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iridium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"invar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"constantan\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"signalum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lumium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"enderium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrical_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"energetic_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vibrant_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"conductive_iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pulsating_iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dark_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"soularium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"end_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"construction_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crude_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"melodic_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"stellar_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystalline_pink_slime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"energetic_silver\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vivid_alloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fierymetal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"knightmetal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fiery_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"moltenabyssalnite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"moltenrefinedcoralium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"moltendreadium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"canolaoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinedcanolaoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystaloil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"empoweredoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_residue_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_dense_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oil_distilled_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_dense_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_heavy_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_light_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_mixed_light_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_1\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_gaseous_heat_2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidberylium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalcium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcalciumcarbonate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidchlorite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluiddeuterium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidglyceryl\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidhelium3\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidheliumplasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidhydrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidlithium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidmercury\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidmethane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocoalfuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrogendioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidpotassium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsilicon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumpersulfate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidtritium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidwolframium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcarbonfiber\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrocarbon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfur\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsodiumsulfide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluiddiesel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidnitrodiesel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidsulfuricacid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidcompressedair\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidelectrolyzedwater\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluidbiofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bio.ethanol\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biomass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glass\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"for.honey\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"juice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"milk\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"seed.oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"short.mead\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plantoil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ethanol\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biodiesel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"concrete\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"amber\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xpjuice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"candied_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"baronyte\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blazium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"elecanium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emberstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ghastly\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ghoulish\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"limonite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lunar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lyon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mystite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rosite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"shyrestone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"skeletal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"varsium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"charger\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.growth.medium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.poly\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.dna.raw\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.bacteria.vector\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.sap\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.resin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.latex\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.turpentine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.banana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lemon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.lime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.orange\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.peach\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.plum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.carrot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.tomato\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.cranberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.grapefruit\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.olive\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pineapple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.pear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.white.grape\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice.red.grape\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.banana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.cider.peach\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.ciderpear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.plum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.carrot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.white\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.red\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.sparkling\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.agave\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.fermented.potatoes\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.citrus\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.cranberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.pineapple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.tomato\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.juice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.ale\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.lager\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.wheat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.rye\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.corn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.beer.stout\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.grain\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.wheat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.rye\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.mash.corn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.neutral\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.vodka\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.white\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.rum.dark\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.corn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.rye\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.whiskey.wheat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.wine.fortified\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.tequila\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.grape\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.pear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.plum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.citrus\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.brandy.fruit\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.sugarcane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.spirit.gin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apple\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.pear\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.elderberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.apricot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liquor.fruit\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.almond\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.orange\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.banana\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.mint\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.hazelnut\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cinnamon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.coffee\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.melon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.anise\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.peach\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.lemon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.herbal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.cherry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackcurrant\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.blackberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"binnie.liqueur.raspberry\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sand\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"honey\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blood\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"poison\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hot_spring_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_blood_infused_iron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_pe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_lp\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"eternal_dragon_fire\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dimensional_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_void\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"overworldian_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"enriched_canola_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nethengeic_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_uu_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"spatial_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dense_plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dragons_blood_plastic\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fossile_refined_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"aerial_moonshine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"spicy_pyrotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"luminous_lava\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cosmic_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nightly_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sunstruck_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crepuscular_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"seared_grave_stone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"astral_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_madness\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ethereal_fabric\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ghostly_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_life\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lymph_of_pixonia\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"galactic_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"milkiest_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alchemical_goo\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"twilight_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"weakened_cryotheoum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lving_gold_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chaotic_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nightmarish_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"twilight_fire\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"universal_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"shyre_weed_oil\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"energized_mulch\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hyperdense_plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cursed_myrmitite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"netrino_plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"decomposed_matter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"atomic_nuclei\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bosons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"protons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neutrons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"higgs\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gravitrons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"strings\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"muons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fiery_peat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"halite_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_insanity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hint_of_divinity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnatar_stabilizer\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_realmite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_arlemite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_rupee\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_netherite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lumiotheum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"eptane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gluons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quarks\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"leptons\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"demonic_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"corrosive_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"destructive_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vengeful_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"steadfast_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bloodmaster_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dreadite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dreaded_steel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sednanite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluctuatite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vibranium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rhenium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"myrmitite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"candyte\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"palladium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vityte\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"polonium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ogerite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"primal_ogerite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lunastone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chalcedony\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"brightsteel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"caesium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"strontium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rubidium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chaos\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"abyssite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"eternal_fabric\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"smoldering_tar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"anti_venom\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"beetle_juice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"formic_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xu_evil_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xu_enchanted_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"xu_demonic_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mutagen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquiddna\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"protein\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"crystal_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_fire\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dragonsteel_ice\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"meat\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"latex\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sewage\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sludge\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"biofuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.pink_slime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.protein\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_raw\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"if.ore_fluid_fermented\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"menrilresin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidchorus\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"soulium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"base_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"inferium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"prudentium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"intermedium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"superium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"supremium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oxygen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hydrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"deuterium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tritium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"helium3\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"helium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron10\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron11\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lithium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lithium6\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lithium7\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ferroboron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tough\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hard_carbon\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"beryllium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manganese\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manganese_dioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfur\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"arsenic\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_nitrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plasma\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neutron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"methanol\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"radaway\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"radaway_slow\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nitrogen\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluorine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"carbon_dioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"carbon_monoxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ethene\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluoromethane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ammonia\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"oxygen_difluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diborane\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_dioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfur_trioxide\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hydrofluoric_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boric_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sulfuric_acid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"boron_nitride_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fluorite_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"calcium_sulfate_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sodium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potassium_fluoride_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sodium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potassium_hydroxide_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"borax_solution\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"corium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chocolate_liquor\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cocoa_butter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"unsweetened_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dark_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"milk_chocolate\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sugar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gelatin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hydrated_gelatin\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"marshmallow\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lif\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bef2\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"naoh\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"koh\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"high_pressure_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"exhaust_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"low_pressure_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"low_quality_steam\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"preheated_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"condensate_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sodium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"potassium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"bas\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"sic_vapor\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alugentum\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alumina\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thorium_230_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"uranium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"neptunium_237_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_238_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"plutonium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"americium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_246\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_246_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"curium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"berkelium_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_250\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_250_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_252\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"californium_252_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_tbu_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_233_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heu_235_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_len_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hen_236_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_239_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hep_241_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hea_242_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_243_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_245_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecm_247_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_leb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_heb_248_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_249_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_lecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"depleted_fuel_hecf_251_fluoride_flibe\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"redstone_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quartz\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"quartz_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gold_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"glowstone_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lapis\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lapis_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diamond\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"diamond_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquidhelium_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cryotheum_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"iron_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emerald\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"emerald_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"copper_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tin_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnesium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"magnesium_nak_hot\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"molten_reinforced_pink_slime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mithril\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinedobsidian\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinedglowstone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"osmium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"manasteel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"terrasteel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"gaia\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"yellorium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cyanite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blutonium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ludicrite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"psi\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ivorypsi\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ebonypsi\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"electrumflux\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refinediron\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tungsten\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"titanium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"chrome\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"advancedalloy\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"alumite\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"elementium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"mirion\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"infinity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"thaumium\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"starmetal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"soulshardsrespawn.corrupted\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"swamp_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"stagnant_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"tar\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rubber\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fog\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"shallowbreath\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"nutrient_distillation\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"ender_distillation\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"vapor_of_levity\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"hootch\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rocket_fuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fire_water\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_sunshine\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"cloud_seed_concentrated\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_fertilizer\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"rocketfuel\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"enrichedlava\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"flux_goo\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"liquid_death\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"purifying_fluid\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"stone\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"obsidian\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"clay\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"dirt\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blueslime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"purpleslime\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"lifeessence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blockfluiddirt\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"blockfluidantimatter\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"refined_life_essence\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"fuelcolumn\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"pure_metal\",Amount:1000}},Damage:0s}", - "{id:\"techreborn:dynamiccell\",Count:1s,tag:{Fluid:{FluidName:\"astralsorcery.liquidstarlight\",Amount:1000}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:frequencytransmitter\",Count:1s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:18s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:2s,Damage:1s}", - "{id:\"techreborn:upgrades\",Count:26s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzesword\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzepickaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzespade\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeaxe\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzehoe\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzehelmet\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzechestplate\",Count:60s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeleggings\",Count:52s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:bronzeboots\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubychestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rubyleggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphirechestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:sapphireleggings\",Count:42s,Damage:0s}", - "{id:\"ae2fc:fluid_pattern_encoder\",Count:56s,Damage:0s}", - "{id:\"ae2fc:part_fluid_pattern_terminal\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:zanite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:gravitite_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:neptune_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:phoenix_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:obsidian_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:valkyrie_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:iron_gloves\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_gloves\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:iron_ring\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_ring\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:iron_pendant\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:golden_pendant\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aether_legacy:sentry_boots\",Count:42s,Damage:0s}", - "{id:\"cyclicmagic:nether_iron_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:nether_gold_ore\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:end_gold_ore\",Count:10s,Damage:0s}", - "{id:\"cyclicmagic:end_iron_ore\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:fluid_drain\",Count:92s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:emerald_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:purple_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap\",Count:22s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_swap_match\",Count:22s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:dynamite_mining\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_med\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_small\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:plate_launch_large\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:plate_push\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_med_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_fast\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_fast_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_fast_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slow\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slow_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slow_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slowest\",Count:5s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slowest_corner\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:plate_push_slowest_angle\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:wireless_transmitter\",Count:45s,Damage:0s}", - "{id:\"cyclicmagic:wireless_receiver\",Count:45s,Damage:0s}", - "{id:\"cyclicmagic:spikes_iron\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:spikes_diamond\",Count:113s,Damage:0s}", - "{id:\"cyclicmagic:peat_generator\",Count:27s,Damage:0s}", - "{id:\"cyclicmagic:peat_farm\",Count:70s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless\",Count:62s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_energy\",Count:12s,Damage:0s}", - "{id:\"cyclicmagic:cable_wireless_fluid\",Count:62s,Damage:0s}", - "{id:\"cyclicmagic:item_pipe_sort\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:item_pump\",Count:19s,Damage:0s}", - "{id:\"cyclicmagic:energy_pump\",Count:16s,Damage:0s}", - "{id:\"cyclicmagic:fluid_pump\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_spreader\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_eye_orb\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:glove_climb\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_torch_launcher\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:water_freezer\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:fire_killer\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_prospector\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:shears_obsidian\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_spawn\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_hypno\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_randomize\",Count:22s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_1\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_2\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_3\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_4\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_5\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_6\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_wool\",Count:33s,Damage:0s}", - "{id:\"cyclicmagic:magic_net\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:apple_emerald\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_snow\",Count:75s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_auto_torch\",Count:9s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_antidote\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:wand_missile\",Count:37s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_water\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_boat\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_fire\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_speed\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:33s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_mount_inverse\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:boomerang\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:plate_vector\",Count:3s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:magnet_block\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:dehydrator\",Count:75s,Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:56s,Damage:0s}", - "{id:\"cyclicmagic:button_large\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:moon_sensor\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:clock\",Count:45s,Damage:0s}", - "{id:\"cyclicmagic:target\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:sprinkler\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:56s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:block_miner\",Count:24s,Damage:0s}", - "{id:\"cyclicmagic:block_hydrator\",Count:75s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil_magma\",Count:304s,Damage:0s}", - "{id:\"cyclicmagic:melter\",Count:75s,Damage:0s}", - "{id:\"cyclicmagic:solidifier\",Count:75s,Damage:0s}", - "{id:\"cyclicmagic:block_anvil\",Count:227s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:placer_block\",Count:22s,Damage:0s}", - "{id:\"cyclicmagic:password_block\",Count:7s,Damage:0s}", - "{id:\"cyclicmagic:block_user\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:trash\",Count:15s,Damage:0s}", - "{id:\"cyclicmagic:block_screen\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:screen_target\",Count:62s,Damage:0s}", - "{id:\"cyclicmagic:auto_crafter\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:fan\",Count:45s,Damage:0s}", - "{id:\"cyclicmagic:block_shears\",Count:66s,Damage:0s}", - "{id:\"cyclicmagic:block_fishing\",Count:9s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:11s,Damage:0s}", - "{id:\"cyclicmagic:block_storeempty\",Count:45s,Damage:0s}", - "{id:\"cyclicmagic:void_anvil\",Count:207s,Damage:0s}", - "{id:\"cyclicmagic:dropper_exact\",Count:60s,Damage:0s}", - "{id:\"cyclicmagic:fluid_placer\",Count:81s,Damage:0s}", - "{id:\"cyclicmagic:water_candle\",Count:33s,Damage:0s}", - "{id:\"architecturecraft:sawblade\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"architecturecraft:chisel\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"architecturecraft:hammer\",Count:33s,Damage:0s}", - "{id:\"architecturecraft:sawbench\",Count:56s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:73s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.lucerna\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.mineralis\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.horologium\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.octans\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.bootes\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.fornax\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemcape\",Count:42s,tag:{astralsorcery:{constellationName:\"astralsorcery.constellation.pelotrio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"base:wrench\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"betterbuilderswands:wandunbreakable\",Count:86s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_iron_item\",Count:2s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_gold_item\",Count:1s,Damage:0s}", - "{id:\"buildcrafttransport:pipe_stripes_item\",Count:7s,Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:8s,Damage:0s}", - "{id:\"buildcrafttransport:plug_power_adaptor\",Count:1s,Damage:0s}", - "{id:\"buildcraftsilicon:integration_table\",Count:15s,Damage:0s}", - "{id:\"contenttweaker:manastone_dust\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:twilight_jewel\",Count:500s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_legs\",Count:42s,Damage:0s}", - "{id:\"contenttweaker:crimson_quartz\",Count:16s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:alien_material_manual\",Count:50s,Damage:0s}", - "{id:\"contenttweaker:fluix_lens\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:limbo_warper\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_head\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_feet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:stormland_focus\",Count:107s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:10s,Damage:0s}", - "{id:\"contenttweaker:crystalline_lens\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_chest\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_head\",Count:42s,Damage:0s}", - "{id:\"contenttweaker:dark_mithrillium_block\",Count:120s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_feet\",Count:42s,Damage:0s}", - "{id:\"contenttweaker:infinity_seed\",Count:359s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:bloodmaster_metal_legs\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:brightsteel_chest\",Count:42s,Damage:0s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_feet\",Count:42s,Damage:0s}", - "{id:\"contenttweaker:botanical_pillar\",Count:9s,Damage:0s}", - "{id:\"contenttweaker:embraced_imperfection\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:vibranium_head\",Count:42s,Damage:0s}", - "{id:\"dimdoors:gold_door\",Count:45s,Damage:0s}", - "{id:\"dimdoors:gold_dimensional_door\",Count:67s,Damage:0s}", - "{id:\"dimdoors:iron_dimensional_door\",Count:33s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_blade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_remover\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_signature\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:stabilized_rift_signature\",Count:33s,Damage:0s}", - "{id:\"valkyrielib:modifier_component\",Count:18s,Damage:0s}", - "{id:\"valkyrielib:modifier_speed\",Count:43s,Damage:0s}", - "{id:\"environmentaltech:interconnect\",Count:46s,Damage:0s}", - "{id:\"environmentaltech:connector\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:modifier_null\",Count:79s,Damage:0s}", - "{id:\"environmentaltech:modifier_speed\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_luck\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_1\",Count:34s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_2\",Count:25s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_3\",Count:18s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_4\",Count:13s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_5\",Count:9s,Damage:0s}", - "{id:\"environmentaltech:structure_frame_6\",Count:6s,Damage:0s}", - "{id:\"environmentaltech:structure_panel\",Count:23s,Damage:0s}", - "{id:\"environmentaltech:structure_panel_clear\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:lightning_rod\",Count:75s,Damage:0s}", - "{id:\"environmentaltech:lightning_rod_insulated\",Count:56s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_1\",Count:228s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_2\",Count:440s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_3\",Count:500s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_4\",Count:500s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_5\",Count:500s,Damage:0s}", - "{id:\"environmentaltech:lightning_cont_6\",Count:500s,Damage:0s}", - "{id:\"environmentaltech:modifier_piezo\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:laser_core\",Count:61s,Damage:0s}", - "{id:\"environmentaltech:modifier_accuracy\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:diode\",Count:11s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_1\",Count:77s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_2\",Count:57s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_3\",Count:42s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_4\",Count:31s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_5\",Count:23s,Damage:0s}", - "{id:\"environmentaltech:void_ore_miner_cont_6\",Count:17s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_1\",Count:77s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_2\",Count:57s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_3\",Count:42s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_4\",Count:31s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_5\",Count:23s,Damage:0s}", - "{id:\"environmentaltech:void_res_miner_cont_6\",Count:17s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_1\",Count:77s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_2\",Count:57s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_3\",Count:42s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_4\",Count:31s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_5\",Count:23s,Damage:0s}", - "{id:\"environmentaltech:void_botanic_miner_cont_6\",Count:17s,Damage:0s}", - "{id:\"environmentaltech:modifier_haste\",Count:125s,Damage:0s}", - "{id:\"environmentaltech:modifier_jump_boost\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_regeneration\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_fire_resistance\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_water_breathing\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_night_vision\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_saturation\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:modifier_glowing\",Count:59s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_1\",Count:128s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_2\",Count:155s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_3\",Count:175s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_4\",Count:190s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_5\",Count:201s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_ranged_6\",Count:210s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_1\",Count:224s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_2\",Count:227s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_3\",Count:229s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_4\",Count:231s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_5\",Count:232s,Damage:0s}", - "{id:\"environmentaltech:nano_cont_personal_6\",Count:233s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:8s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_aplicator\",Count:500s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:78s,Damage:0s}", - "{id:\"industrialforegoing:potion_enervator\",Count:92s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:42s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:100s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:84s,Damage:0s}", - "{id:\"industrialforegoing:crop_recolector\",Count:127s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:100s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:133s,Damage:0s}", - "{id:\"industrialforegoing:animal_resource_harvester\",Count:119s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:113s,Damage:0s}", - "{id:\"industrialforegoing:block_destroyer\",Count:147s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:24s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:162s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:36s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:57s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:42s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:36s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:49s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:78s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:38s,Damage:0s}", - "{id:\"industrialforegoing:energy_field_provider\",Count:38s,Damage:0s}", - "{id:\"industrialforegoing:oredictionary_converter\",Count:87s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:63s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:92s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:55s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:80s,Damage:0s}", - "{id:\"industrialforegoing:plant_interactor\",Count:111s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:64s,Damage:0s}", - "{id:\"industrialforegoing:fluiddictionary_converter\",Count:91s,Damage:0s}", - "{id:\"industrialforegoing:froster\",Count:30s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:40s,Damage:0s}", - "{id:\"industrialforegoing:ore_fermenter\",Count:54s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:70s,Damage:0s}", - "{ForgeCaps:{\"industrialforegoing:meat_feeder\":{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:meat_feeder\",Count:33s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:71s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:82s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:71s,Damage:2s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:79s,Damage:3s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:74s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:79s,Damage:5s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:86s,Damage:6s}", - "{id:\"industrialforegoing:adult_filter\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:67s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:45s,Damage:7s}", - "{id:\"industrialforegoing:leaf_shearing\",Count:21s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:55s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:57s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:1s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:2s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:3s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:4s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:5s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:6s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:7s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:8s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:9s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:10s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:11s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:12s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:13s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:14s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:15s}", - "{id:\"logisticspipes:pipe_lb.craftingmanager\",Count:15s,Damage:0s}", - "{id:\"logisticspipes:upgrade_lb.adv_extraction_upgrade\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:manasteelgrafter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"magicbees:manasteelscoop\",Count:7s,Damage:0s}", - "{id:\"plustic:centrifuge\",Count:53s,Damage:0s}", - "{id:\"plustic:centrifuge\",Count:56s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_helmet\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_chestplate\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_leggings\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:lurker_skin_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_helmet\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_chestplate\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:amphibious_boots\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:rubber_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:marsh_runner_boots\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:skull_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:explorers_hat\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_large_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thebetweenlands:spirit_tree_face_small_mask\",Count:42s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"bibliocraft:biblioglasses\",Count:3s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_2\",Count:168s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"danknull:dank_null_3\",Count:112s,Damage:0s}", - "{id:\"danknull:dank_null_panel_2\",Count:45s,Damage:0s}", - "{id:\"danknull:dank_null_panel_3\",Count:30s,Damage:0s}", - "{id:\"erebus:silo_tank\",Count:201s,Damage:0s}", - "{id:\"erebus:materials\",Count:2s,Damage:50s}", - "{id:\"erebus:materials\",Count:27s,Damage:61s}", - "{id:\"erebus:materials\",Count:20s,Damage:62s}", - "{id:\"erebus:idols\",Count:500s,Damage:5s}", - "{id:\"erebus:idols\",Count:402s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:31s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"erebus:sprint_leggings\",Count:31s,tag:{upgradeTier:9b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"acornoak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAcorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"alder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"allspice\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAllspice\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"almond\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAlmond\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"apricot\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApricot\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"ash\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"aspen\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"avocado\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitAvocado\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"balsamfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"banana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBanana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"beech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlack_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blackthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlackthorn\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"blueberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBlueberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAgapanthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAllium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAlthea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAnemone\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mistyrose\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAquilegia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAster\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.goldenrod\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAuricula\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerAzalea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerBluet\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lavender\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCamellia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCarnation\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerChrysanthemum\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerConeflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerCornflower\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.skyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaffodil\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanElongated\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDahlia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDaisy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDandelion\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDelphinium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkslateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerDianthus\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.crimson\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerEdelweiss\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.white\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.khaki\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLowest\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerForget\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.lightsteelblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShort\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLower\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFoxglove\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.hotpink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerFuchsia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGaillardia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGeranium\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deeppink\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerGoldenrod\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigher\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHollyhock\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.black\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerHydrangea\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerIris\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.lightgray\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLavender\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLilac\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.plum\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerLily\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerMarigold\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.darkorange\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerOrchid\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.deepskyblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPansy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.pink\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.purple\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.seagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPenstemon\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumorchid\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPeony\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkgreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPetunia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.thistle\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPoppy\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerPrimrose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.gold\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerRose\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.red\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLonger\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessHigh\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.green\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerScabious\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.royalblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerTulip\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.violet\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanLong\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerViola\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumpurple\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.slateblue\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShortened\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceNone\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.olivedrab\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerYarrow\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanNormal\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceUp1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessLow\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.darkolivegreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootFlowers\",samples:[{species:\"rootFlowers\",chromosome:0,allele:\"botany.flowerZinnia\"},{species:\"rootFlowers\",chromosome:1,allele:\"botany.color.mediumvioletred\"},{species:\"rootFlowers\",chromosome:2,allele:\"botany.color.yellow\"},{species:\"rootFlowers\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootFlowers\",chromosome:4,allele:\"forestry.territoryAverage\"},{species:\"rootFlowers\",chromosome:5,allele:\"botany.flowers.effect.none.name\"},{species:\"rootFlowers\",chromosome:6,allele:\"forestry.lifespanShorter\"},{species:\"rootFlowers\",chromosome:7,allele:\"forestry.toleranceBoth2\"},{species:\"rootFlowers\",chromosome:8,allele:\"forestry.toleranceDown1\"},{species:\"rootFlowers\",chromosome:9,allele:\"forestry.toleranceBoth1\"},{species:\"rootFlowers\",chromosome:10,allele:\"forestry.sappinessAverage\"},{species:\"rootFlowers\",chromosome:11,allele:\"botany.color.mediumseagreen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"box\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBrazil_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"brazilwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"buddhahand\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBuddha_hand\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"butternut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitButternut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"candlenut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCandlenut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.acceleration\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"careerbees.lifespanImmortal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.accelerate\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.armorer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.armorer\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.artist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.painting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.assassin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.assassin\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.bensen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.jazz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.buisnessman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.buisness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.butcher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.butcher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.clock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.clockwinding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.collectors\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.pickup\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.cook\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.glazing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.crusher\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.crusher\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.devil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.burning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.fortune\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.fortune\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.digging.silky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.miner.silky\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.dire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.novabynova\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.doctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.healing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.electrician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.electrifying\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.energy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.rf\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.engineer\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.graduate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.honey_smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.honey_comb\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.husbandry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.husbandy\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.junk_seller\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.junk_sale\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.lumber\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.lumber\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mad_scientist\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.exploding\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.mason\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.mason\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.nca\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.phd\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.effect.restore\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.plaguedoctor\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.curative\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.police\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.mob\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.politician\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.politics\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.priest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.priest\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_charm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.quantum_strange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.teleposition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.rainbow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.repair\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.repair\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.robot\"},{species:\"rootBees\",chromosome:1,allele:\"careerbees.speedRobotic\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.science\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.sharpening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.sharpen\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.smelter\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.smelt\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.soaring\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.soaring\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.student\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.taxcollector\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.taxation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.thief\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"careerbees.effect.steal.player\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"careerbees.yente\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cashew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCashew\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cedar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cherryplum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCherry_plum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"chilli\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitChilli\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cinnamon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"citron\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCitron\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"clove\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitClove\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coconut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoconut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"coffee\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCoffee\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"copperbeech\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitBeechnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cranberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCranberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"cypress\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"douglasfir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"dwarfhazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elder\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitElderberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"elm\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.abyss\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.wither\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.acidic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.alcohol\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ancient\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.arid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.artic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.barren\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.basalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bauxite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blooming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sapling\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_sapling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.blutonium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.boggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.bone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_skeleton\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.caustic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.celebratory\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.fireworks\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cinnabar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.classical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.coffee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.copper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.corrosive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.acid\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creeper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_creeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.creosote\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.cyanite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.darkened\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.decomposing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.desolate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.hunger\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.diamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.distilled\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ecstatic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.power\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.emerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.energetic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.excited\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.redstone\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.lightning\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.farm\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.freezing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fruit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_fruit\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fuel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.fungal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.bonemeal_mushroom\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glowstone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.glutinous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gnawing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.wood\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.granite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.greek\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.growing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.hazardous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.infectious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.iron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.jaded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lapis\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.latex\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.lightgray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.limegreen\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.malicious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.marble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.milk\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mineral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.mystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.mystical\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.nuclear\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ocean\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.oil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.platinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.prehistoric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.primeval\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.pyrite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.quantum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.radioactive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.relic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.resin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ripening\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.fruit\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.river\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rock\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.roman\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.rotten\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.dead\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.spawn_zombie\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.ruby\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sapphire\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.shadow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.blindness\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sodalite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.spatial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sphalerite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sticky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.stone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sugar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.swamp\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.slow\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.sweet\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.sugar\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tempered\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.thriving\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.leaves\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.titanium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.tungstate\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unstable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.unusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.gravity\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.virulent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.viscous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.ectoplasm\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.volcanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.meteor\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.water\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.water\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.water\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellorium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"extrabees.effect.radioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"extrabees.species.zinc\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"extrabees.flower.rock\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.camberwellbeauty\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.crimsonrose\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.gatekeeper\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.goldenbirdwing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.kaiserihind\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marbledwhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.marshfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.meadowbrown\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.monarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.paintedlady\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.peacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.pearlborderedfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.purpleemperor\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.queenofspainfritillary\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.redadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.ringlet\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.scotchangus\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smallheath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.smalltortoiseshell\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.speckledwood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.wall\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"extrabutterflies.species.whiteadmiral\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fingerlime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFinger_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"fir\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"floweringcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiAurora\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBatesia\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlackSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueDuke\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBlueWing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCabbageWhite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiCitrusSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i8d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i10d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiComma\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiDianaFrit\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiEmeraldPeacock\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanNormal\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlasswing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i5d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGlassyTiger\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiGozoraAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiLLacewing\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceUp1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMalachite\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceDown1\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiMonarch\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPalaenoSulphur\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostillion\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlow\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiPostman\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiRBlueMorpho\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarger\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiReseda\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpeckledWood\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i2d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpicebush\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiSpringAzure\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmaller\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShort\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiThoasSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLarge\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShortest\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.lepiZebraSwallow\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeAverage\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothAtlas\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeLargest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBombyxMori\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlower\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i4d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonSilk\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothBrimstone\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmall\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootButterflies\",samples:[{species:\"rootButterflies\",chromosome:0,allele:\"forestry.mothLatticedHeath\"},{species:\"rootButterflies\",chromosome:1,allele:\"forestry.sizeSmallest\"},{species:\"rootButterflies\",chromosome:2,allele:\"forestry.speedSlowest\"},{species:\"rootButterflies\",chromosome:3,allele:\"forestry.lifespanShorter\"},{species:\"rootButterflies\",chromosome:4,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:5,allele:\"forestry.i3d\"},{species:\"rootButterflies\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:7,allele:\"forestry.toleranceNone\"},{species:\"rootButterflies\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:9,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:10,allele:\"forestry.boolFalse\"},{species:\"rootButterflies\",chromosome:11,allele:\"forestry.flowersVanilla\"},{species:\"rootButterflies\",chromosome:12,allele:\"forestry.bfNone\"},{species:\"rootButterflies\",chromosome:13,allele:\"forestry.cocoonDefault\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAgrarian\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFertile\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAustere\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectCreeper\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesAvenging\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesBoggy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMycophilic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCommon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesCultivated\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDemonic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesDiligent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEdenic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectExploration\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesEnded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesExotic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFarmerly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFiendish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesForest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesFrugal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesGlacial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHermitic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesHeroic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIcy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesImperial\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectBeatific\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesIndustrious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFast\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesLeporine\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectFestiveEaster\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMajestic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMarshy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMeadows\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMerry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectSnowing\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMiry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersMushrooms\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlower\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesModest\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesMonastic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesNoble\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesPhantasmal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectResurrection\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesRural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSecluded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersWheat\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSinister\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSpectral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectReanimation\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesSteadfast\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTipsy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTricky\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersGourd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesTropical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersJungle\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMiasmic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesUnweary\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesValiant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVengeful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesVindictive\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRadioactive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"forestry.speciesWintry\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcacia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeAcaciaVanilla\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBalsa\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBaobab\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeBirch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeChestnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitChestnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeCocobolo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDarkOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeDate\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitDates\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeEbony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeGigant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightGigantic\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i4d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeIpe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeJungle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitCocoa\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeKapok\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLarch\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLemon\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitLemon\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeLime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahoe\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMahogony\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeMaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeOak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePadauk\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePapaya\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPapaya\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePlum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitPlum\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treePoplar\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSequoia\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i3d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofTrue\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSipiri\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeSpruce\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeTeak\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWalnut\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitWalnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWenge\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeWillow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"forestry.treeZebrawood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLower\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationAverage\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.black\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.blue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.brown\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.cyan\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.derpious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFastest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.gray\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.green\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lightblue\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.lime\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.magenta\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.orange\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.pink\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.purple\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.red\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.silver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.white\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"gendustry.bee.yellow\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gingko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGingko_nut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"goldenraspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGolden_raspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFastest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"gooseberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGooseberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"grapefruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitGrapefruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hawthorn\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hazel\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitHazelnut\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hemlock\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"holly\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"hornbeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"iroko\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"juniper\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitJuniper\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"keylime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKey_lime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"kumquat\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitKumquat\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"lime\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitLime\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"loblollypine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"locust\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"logwood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAESkystone\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAbandoned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAluminium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesApatite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArcane\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesArdite\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAttuned\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesAware\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTAlfheim\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectdreaming\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBlossom\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTBotanic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTDreaming\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTFloral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTRooted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTSomnolent\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBOTVazbee\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbotania\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringMaximum\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:batty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBeef\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:bovine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBigbad\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:canine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesBronze\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCatty\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:catty\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCertus\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCharmed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesChicken\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:chicken\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCobalt\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCopper\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesCrumbling\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:crumbling\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDiamond\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDoctoral\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth3\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarge\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectHeroic\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesDraconic\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEarthy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEldritch\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesElectrum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEmerald\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEnchanted\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEsoteric\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesEthereal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringAverage\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFirey\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceDown1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersCacti\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesFluix\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesForlorn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectRepulsion\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGhastly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ghastly\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesGold\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHateful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesHorse\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:horse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInfernal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvar\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesInvisible\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:alleleinvisibility\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesIron\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLead\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesLordly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectDrunkard\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesManyullyn\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMutable\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMysterious\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlow\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesMystical\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNameless\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesNickel\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOblivion\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityMaximum\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersEnd\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectAggressive\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesOsmium\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPlatinum\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPork\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:porcine\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesPupil\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlower\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesRSAFluxed\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSavant\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesScholarly\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceUp2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"magicbees:flowersbookshelf\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSheepish\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:sheep\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilicon\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSilver\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSkulking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSmouldering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:ablaze\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSorcerous\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSoul\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpidery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spidery\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpirit\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortened\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSpiteful\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLong\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLarger\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectMisanthrope\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesSupernatural\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEAmped\"},{species:\"rootBees\",chromosome:1,allele:\"magicbees.speedBlinding\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblitz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEBlizzy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectGlacial\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTECoal\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDante\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEDestabilized\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEEndearing\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGelid\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnblizz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEGrounded\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTELux\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlow\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEPyro\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFastest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectIgnition\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTERocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:spawnbasalz\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEShocking\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLongest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTEWinsome\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFast\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanLonger\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityHigh\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTimely\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanElongated\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceBoth1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectslowspeed\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTin\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesTransmuting\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShortest\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effecttransmuting\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesUnusual\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShorter\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWatery\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedNormal\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceUp1\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersSnow\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWindy\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedFaster\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanNormal\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityNormal\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceBoth2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersVanilla\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringFaster\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryAverage\"},{species:\"rootBees\",chromosome:12,allele:\"forestry.effectNone\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootBees\",samples:[{species:\"rootBees\",chromosome:0,allele:\"magicbees.speciesWithering\"},{species:\"rootBees\",chromosome:1,allele:\"forestry.speedSlowest\"},{species:\"rootBees\",chromosome:2,allele:\"forestry.lifespanShort\"},{species:\"rootBees\",chromosome:3,allele:\"forestry.fertilityLow\"},{species:\"rootBees\",chromosome:4,allele:\"forestry.toleranceDown2\"},{species:\"rootBees\",chromosome:5,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:6,allele:\"forestry.toleranceNone\"},{species:\"rootBees\",chromosome:7,allele:\"forestry.boolFalse\"},{species:\"rootBees\",chromosome:8,allele:\"forestry.boolTrue\"},{species:\"rootBees\",chromosome:9,allele:\"forestry.flowersNether\"},{species:\"rootBees\",chromosome:10,allele:\"forestry.floweringSlowest\"},{species:\"rootBees\",chromosome:11,allele:\"forestry.territoryLargest\"},{species:\"rootBees\",chromosome:12,allele:\"magicbees:effectwithering\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"manderin\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitManderin\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"mango\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitMango\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"monkeypuzzle\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nectarine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNectarine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"nutmeg\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitNutmeg\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"oldfustic\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"olive\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOlive\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOrange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"orchardapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitApple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigher\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"osangeorange\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitOsange_orange\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"peach\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPeach\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pear\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPear\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pecan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPecan\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlow\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pinkivory\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"plantain\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPlatain\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"pomelo\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitPomelo\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"prairiecrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"purpleheart\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rainbowgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"raspberry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRaspberry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redbanana\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRed_banana\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redcurrant\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitRedcurrant\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"redmaple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessHigh\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosegum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlowest\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rosewood\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"rowan\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarger\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sallow\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"satsuma\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSatsuma\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sourcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitSour_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"staranise\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStar_anise\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"starfruit\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitStarfruit\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"swampgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLargest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationSlower\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i2d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetcrabapple\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitCrabapple\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldHigh\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sweetgum\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightAverage\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsHigh\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLow\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"sycamore\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmall\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLowest\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitFig\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"tangerine\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitTangerine\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldAverage\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessAverage\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"whitebeam\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmaller\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLowest\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"wildcherry\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightSmallest\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsLow\"},{species:\"rootTrees\",chromosome:3,allele:\"extratrees.fruitWild_cherry\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLower\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLow\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFast\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"gendustry:gene_template\",Count:30s,tag:{species:\"rootTrees\",samples:[{species:\"rootTrees\",chromosome:0,allele:\"yew\"},{species:\"rootTrees\",chromosome:1,allele:\"forestry.heightLarge\"},{species:\"rootTrees\",chromosome:2,allele:\"forestry.saplingsAverage\"},{species:\"rootTrees\",chromosome:3,allele:\"forestry.fruitNone\"},{species:\"rootTrees\",chromosome:4,allele:\"forestry.yieldLowest\"},{species:\"rootTrees\",chromosome:5,allele:\"forestry.sappinessLower\"},{species:\"rootTrees\",chromosome:6,allele:\"forestry.leavesNone\"},{species:\"rootTrees\",chromosome:7,allele:\"forestry.maturationFaster\"},{species:\"rootTrees\",chromosome:8,allele:\"forestry.i1d\"},{species:\"rootTrees\",chromosome:9,allele:\"forestry.fireproofFalse\"}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:22s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:27s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:diviningrod\",Count:15s,Damage:11s}", - "{id:\"enderio:item_soul_vial\",Count:7s,Damage:0s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:wither_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:stray\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:husk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie_villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:skeleton_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:donkey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:mule\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:evocation_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:vex\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:vindication_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:illusion_illager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:zombie_pigman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:silverfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:blaze\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:magma_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:witch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:endermite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:shulker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:squid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:mooshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:snowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:ocelot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:villager_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:rabbit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:polar_bear\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:llama\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:parrot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"minecraft:villager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:depthsghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:abyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:jzahar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:abygolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadguard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dragonminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dragonboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowcreature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowmonster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:dreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demonpig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:gskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:chagarothspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:chagarothfist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:chagaroth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shadowboss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antiabyssalzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antibat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antichicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:anticow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:anticreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antighoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antipig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antiplayer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antiskeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antispider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:antizombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:remnant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:omotholghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:jzaharminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:greaterdreadspawn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:lesserdreadbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:lessershoggoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demoncow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demonchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:demonsheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:coraliumsquid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"abyssalcraft:shuboffspring\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thermalfoundation:blizz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thermalfoundation:blitz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thermalfoundation:basalz\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"draconicevolution:chaosguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"cyclicmagic:robot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"astralsorcery:entityflare\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"astralsorcery:entityspectraltool\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"astralsorcery:entityliquidspark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"botania:pixie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"botania:doppleganger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"botania:pink_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"biomesoplenty:wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"chickens:chickenschicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:glitch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_enderman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_cave_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"deepmoblearning:trial_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"dimdoors:mob_monolith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.wasp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.centipede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.mosquito\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.tarantula\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bot_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.scorpion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.solifuge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.grasshopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.locust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.moth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.rhino_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.antlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.black_widow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.glow_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bombardier_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.scytodes\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.money_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.praying_mantis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.jumping_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fire_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.worker_bee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.velvet_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.dragon_fly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.titan_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bot_fly_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fungal_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.crop_weevil\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.woodlouse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.cicada\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.fire_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.lava_web_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.antlion_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.chameleon_tick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.solifuge_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.midge_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.punchroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.crushroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.black_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.zombie_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.tarantula_mini_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.tarantula_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.pond_skater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bog_maw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.magma_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.animated_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.animated_chest\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.animated_bamboo_crate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.umber_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.umber_golem_idol\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.antlion_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.honey_pot_ant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bombardier_beetle_larva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.zombie_ant_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.bed_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.stag_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"erebus:erebus.gas_vent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"hatchery:roosterentity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumadditions:blue_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"industrialforegoing:pink_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"randomthings:spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"randomthings:goldenchicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"openblocks:luggage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"openblocks:mini_me\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"plustic:supremeleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"plustic:blindbandit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"tg:observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:dark_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:angler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:swamp_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:wight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:sporeling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:leech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:blood_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mire_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mire_snail_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:lurker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:gecko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:olm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:frog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:gas_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tar_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:silt_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:pyrad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:peat_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tarminion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mummy_arm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss_blockade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:fortress_boss_turret\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:dreadful_mummy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:smoll_sludge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:greebling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:boulder_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:spirit_tree_face_small\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:spirit_tree_face_large\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tamed_spirit_tree_face\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:root_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:small_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:large_sludge_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tiny_worm_egg_sac\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:shambler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:wall_lamprey\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:moving_spawner_hole\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:wall_living_root\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:crypt_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:barrishee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:ash_sprite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:triggered_falling_block\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:splodeshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:cc_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:emberling_shaman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:flame_jet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:emberling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:sludge_menace\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:draeton_dragonfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:draeton_firefly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:draeton_chiromaw_tamed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:worm_ground_spawner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_matriarch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_hatchling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:chiromaw_tame\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:greebling_coracle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:anadia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:rock_snot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:mist_brige\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:jellyfish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:jellyfish_cave\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:bubbler_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:freshwater_urchin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thebetweenlands:cave_fish\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistportalgreater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistportallesser\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:turretbasic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:turretadvanced\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:arcanebore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchwarden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchgolem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistleader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintaclegiant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:brainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:giantbrainyzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:firebat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:spellbat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:pech\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:mindspider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchguardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistknight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:cultistcleric\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:eldritchcrab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:inhabitedzombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:thaumslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintcrawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintacle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintacletiny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintswarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintseed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumcraft:taintseedprime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:wild_boar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:bighorn_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:deer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:redcap\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:swarm_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:naga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:skeleton_druid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hostile_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hedge_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hydra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:penguin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:lich_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:loyal_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tiny_bird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:squirrel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:quest_ram\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:kobold\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:mosquito_swarm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:death_tome\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:minotaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:minoshroom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:fire_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:slime_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:pinch_beetle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:maze_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:redcap_sapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:mist_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:king_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:mini_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_termite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:tower_broodling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:ur_ghast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:blockchain_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:goblin_knight_upper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:goblin_knight_lower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:helmet_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:knight_phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:yeti\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:yeti_alpha\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:winter_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:snow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:stable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:unstable_ice_core\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:snow_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:giant_miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:armored_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:ice_crystal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:harbinger_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:adherent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:roving_cube\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:castle_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:hydra_head\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"twilightforest:boggard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"tconstruct:blueslime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"natura:imp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"natura:nitrocreeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:sentient_specter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:mimic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_zombie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_sheep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_chicken\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bloodmagic:corrupted_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:airhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:alarmo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:amphibior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:amphibiyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ancient_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:anemia\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:angelica\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:apparition\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arc_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arc_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arcbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:archvine\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arcworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ariel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arkback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arkzyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:arocknid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:automaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:axiolight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bane\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:banshee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:baroness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:basilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:baumba\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:black_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bloodmist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bloodsucker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blue_runic_lifeform\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bobo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bomb_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bone_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bone_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:boneback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bouncer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:broccohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:brute\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bush_baby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:candy_corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cane_bug\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:case_construct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cave_creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cave_creepoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:centinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cherry_barrager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cherry_blaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:chimera\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:chocko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:chomper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:clown\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:clunkhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:coniferon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_mind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_range\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_resistance\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_speed\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_strength\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_terror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corallus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:coralon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cotton_candor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:craexxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creep\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creeperlock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creepird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creepuple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crusilisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cryptid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crystocore\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dark_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dawnlight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:daysee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dead_tree\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:death_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:deinotherium\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:demon_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:desert_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:destructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:devourer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dicer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:diocus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:distorter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:doubler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dracyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dust_strider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dusteiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:duston\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dweller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dyrehorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:echodar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:eeo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:eilosapien\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elite_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elite_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elite_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elusive\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:embrake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:emperor_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:enforcer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:everbeast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:exohead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:exoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:explodot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:eye_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:faceless_floater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:faceless_runner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fake_zorp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fischer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fishix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flamewalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flesh_eater\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flowerface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:flye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungock\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:fungung\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:furlion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gadgetoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghastus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostine_ancient\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_bugeye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ghostly_sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:giant_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gingerbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gingerbread_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goalby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goldorth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goldum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goldus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:graw\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:green_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:green_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:green_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grillface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grobbler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grocculate\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:grunt\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gyro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:harkos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:headless_destroyer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:headless_hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hellcat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hellspot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hiding_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hill_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hive_king\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hive_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:horndron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:horon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:host\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hunch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hunter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hydrolisk\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hydrolon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ice_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:infernal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:inmate_x\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:inmate_y\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:iosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:irkling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:jawe\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:jumbo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kaiyu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kajaros\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:keeler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_bambambam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:king_shroomus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:klobber\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:koko\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kranky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:kror\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:leafy_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_caster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lightwalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:linger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:little_bam\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:living_fungi\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lollypopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lost_soul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lunarcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:luxocron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:magical_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:magicke\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechachron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechamaton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechbot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mechyon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:merkyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mermage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mirage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:miskel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:modulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mother_void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:muckopede\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:muncher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mushroom_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:natura\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:neptuno\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nethengeic_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nethengeic_wither\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:night_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:night_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nightfly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nightmare_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nightwing\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:nospike\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:occulent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:okazor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:omnilight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:opteryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:orange_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:orbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:paladin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:parasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:paravite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:penumbra\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:phantom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:pigotron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:pincher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:pod_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:polar_ursa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:polytom\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primitive_carrotop\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:proshield\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:purple_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:quickpocket\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rainicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rammerhead\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ramradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rawbone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:raxxan\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:reaper_twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:reaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:red_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:red_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:refluct\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rock_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rock_critter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rock_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rockbiter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:roloscope\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runic_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runic_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runicorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runicorn_rider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sabretooth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sand_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sand_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sasquatch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:scrubby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_skeleton\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sea_viper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:seeker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shade\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shadow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shadowlord\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shavo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:silencer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:silverfoot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skele_elder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skelekyte\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeletal_cowman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skeletron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skipper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skolle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:skull_creature\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:slimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:smash\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:snappy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:snow_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:soulscorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:soulvyre\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spectral_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sphinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spinoledon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spinux\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spirit_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spirit_protector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:squasher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:squiggler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stalker_prime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sticky\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stimulo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stimulosus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stitches\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:stone_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:strong_skele_hopper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:strong_skele_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:strong_skeleman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sugarface\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:surveyor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:swamp_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:sysker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:terradon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:terrestrial\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tharafly\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tipsy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tortione\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:toxxulous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tracker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tree_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:trickster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:triclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:tyrosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:undead_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:urioh\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:urka\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:urv\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:valkyrie\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:vertebron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:vine_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:vinocorne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visualent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visular\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:visulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:void_charger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:void_walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:volar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:voliant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:voltron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:voxxulon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:walker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:warclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:web_reaper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:wickett\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:winged_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:wither_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:wood_giant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:xxeus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:yellow_flower\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:yellow_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:yellow_rune_templar\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zarg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zhinx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:alluricorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blissard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:compeer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:construct_of_servility\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corby\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:craggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:draggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ender_carrier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:friendly_creeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gnawer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:goofer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:healing_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hellquin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hive_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:horntail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mecha_cyclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mecha_skellox\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:orbling\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:plateosaur\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rammerhorn\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rosid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shaddy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shadow_stalker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spikeback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spraggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:waggy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:abyssal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:ambient_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:anima_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:assassin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:augury_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:baron_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:blooming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:boreic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:butchery_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:candied_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:celevian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:coratee\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corrupted_traveller\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creep_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creep_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:creeponia_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crystal_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:crystal_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dungeon_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:dustopian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:elkanyne\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:expedition_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:explosives_expert\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:extraction_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:floro_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:foraging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:glaring_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gleaming_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:glistening_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:glowing_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:golden_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gorb_arms_dealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gorb_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:gorb_engineer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:halycon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hauling_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:haunted_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:hunter_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:infusion_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:innervation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lelyetian_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:logging_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:lunar_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:meganeuropsis\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:metalloid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:mystic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:naturalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:peppermint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:portal_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:precasian_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_guide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:primordial_wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:professor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:radiant_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:realmshifter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:rocky_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runation_master\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:runic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shining_pixon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyre_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:shyrelands_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:spearmint_snail\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:store_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:token_collector\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:toxic_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:toy_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:troll_trader\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:trotter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:twinkling_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:undead_herald\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:withering_lottoman\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_banker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_child\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_citizen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_grocer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_herbalist\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:zal_vendor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bane_big\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:bloodlust\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aoa3:corallus_shot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:ice_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:lightning_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:spirit_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:spirit_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:phoenix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:magic_slime\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:decoy\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:shadow_wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:storm_elemental\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"ebwizardry:wizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:lizard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:owl\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:raven\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:snake\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:toad\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:black_dog\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:hellhound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:feuerwurm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:werewolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:cleaver\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:demoness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:bafometyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:shadow_person\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:cambion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:druden\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:baphomet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"bewitchment:leonard\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:arid_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:cave_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:caveclops\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:desert_crawler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ehu\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:enthralled_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:frost\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:glacon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:brown_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:white_grizzle\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jack_o_man\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jungle_bat\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jungle_dramcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:jungle_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:king_crab\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:kobblin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:liopleurodon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:livestock_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:miner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:pumpkin_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:rainbour\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:rotatick\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:saguaro_worm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:shark\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:smelter\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:snapper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:stone_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_eye\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_grue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:whale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hell_pig\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hell_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:scorcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildfire\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ender_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ender_triplets\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ender_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:alicanto\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:fractite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:frost_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:frosty\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:glacide\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hastreus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:rollum\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:workshop_merchant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:workshop_tinkerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:eden_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:eden_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:greenfeet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:madivel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:sun_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:weak_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:behemoth\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:epiphite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:moon_wolf\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:termid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:verek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildwood_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildwood_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wildwood_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:apalachia_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:apalachia_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:apalachia_tomo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:enchanted_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:enchanted_warrior\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:spellbinder\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:advanced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:megalith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mystic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:samek\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:skythern_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:skythern_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:skythern_golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:angry_bunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:demon_of_darkness\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mortum_cadillion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:sorcerer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:soul_stealer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:soul_spider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:twilight_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:captain_merik\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:datticon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:deathcryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:death_hound\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dungeon_constructor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dungeon_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dungeon_prisoner\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:fyracryx\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:kazari\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:leorna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:living_statue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:paratiku\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:razorback\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:golem_of_rejuvenation\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:roamer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:seimer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lord_vatticus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:war_general\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wraith\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:zelus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:acid_hag\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:biphron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:bohemite\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:crypt_keeper\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:cymesoid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dissiment\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dreamwrecker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:duo\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:fake_vhraak\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:galroid\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:gorgosion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:helio\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hover_stinger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:kazrotic\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lheiva\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lorga\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lorga_flight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mandragora\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:mysterious_man_layer_1\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:shadahier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_hunger\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:temple_guardian\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:tocaxin\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:twins\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:vermenous\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:zone\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:zoragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ancient_entity\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_blue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_green\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_purple\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_red\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:ayeraco_yellow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:densos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:dramix\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:eternal_archer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:experienced_cori\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:hive_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:karot\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:karos\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:king_of_scorchers\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:lady_luna\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:parasecta\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:quadro\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:raglok\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:reyvor\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:soul_fiend\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:sunstorm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:termasect\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:the_watcher\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:twilight_demon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:vamacheron\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"divinerpg:wreck\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dragonegg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dragonskull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:firedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:icedragon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:snowvillager\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:hippogryph\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:stonestatue\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:gorgon\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:siren\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:hippocampus\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:deathworm\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:if_cockatrice\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:stymphalianbird\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:if_troll\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_worker\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_soldier\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_sentinel\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_royal\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_egg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:amphithere\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:seaserpent\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:myrmex_swarmer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:if_mob_skull\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_thrall\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_ghoul\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_beast\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_scuttler\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_lich\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_knight\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"iceandfire:dread_horse\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"tfspellpack:druid_mage\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:autocaster\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:autocaster_eldritch\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:primal_wisp\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"thaumicaugmentation:celestial_observer\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"forestry:butterflyge\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:moa\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:phyg\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:flying_cow\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:sheepuff\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:aerbunny\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:aerwhale\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:swet\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:sentry\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:zephyr\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:aechor_plant\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:slider\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:valkyrie_queen\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:sun_spirit\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:fire_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:ice_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:thunder_ball\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:fire_minion\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:mini_cloud\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"aether_legacy:whirlwind\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"battletowers:golem\"},Damage:1s}", - "{id:\"enderio:item_soul_vial\",Count:7s,tag:{entityId:\"nuclearcraft:feral_ghoul\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:85s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:85s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:146s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:146s,tag:{\"enderio:energy\":120000,\"enderio:famount\":1000},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:165s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:165s,tag:{\"enderio:energy\":150000,\"enderio:famount\":1500},Damage:2s}", - "{id:\"agricraft:water_channel_valve\",Count:11s,Damage:0s}", - "{id:\"rftools:simple_dialer\",Count:1s,Damage:0s}" - ] - }, - { - "aspect": "motus", - "items": [ - "{id:\"minecraft:furnace\",Count:8s,Damage:0s}", - "{id:\"minecraft:end_portal_frame\",Count:10s,Damage:0s}", - "{id:\"minecraft:ender_chest\",Count:18s,Damage:0s}", - "{id:\"minecraft:sticky_piston\",Count:17s,Damage:0s}", - "{id:\"minecraft:piston\",Count:10s,Damage:0s}", - "{id:\"minecraft:tnt\",Count:8s,Damage:0s}", - "{id:\"minecraft:trapdoor\",Count:5s,Damage:0s}", - "{id:\"minecraft:hopper\",Count:8s,Damage:0s}", - "{id:\"minecraft:rail\",Count:10s,Damage:0s}", - "{id:\"minecraft:minecart\",Count:15s,Damage:0s}", - "{id:\"minecraft:saddle\",Count:10s,Damage:0s}", - "{id:\"minecraft:boat\",Count:15s,Damage:0s}", - "{id:\"minecraft:furnace_minecart\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:carrot_on_a_stick\",Count:5s,Damage:0s}", - "{id:\"minecraft:tnt_minecart\",Count:11s,Damage:0s}", - "{id:\"minecraft:hopper_minecart\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"minecraft:elytra\",Count:15s,Damage:0s}", - "{id:\"minecraft:spruce_boat\",Count:15s,Damage:0s}", - "{id:\"minecraft:birch_boat\",Count:15s,Damage:0s}", - "{id:\"minecraft:jungle_boat\",Count:15s,Damage:0s}", - "{id:\"minecraft:acacia_boat\",Count:15s,Damage:0s}", - "{id:\"minecraft:dark_oak_boat\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:cart.beehouse\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"forestry:cart.beehouse\",Count:11s,Damage:1s}", - "{id:\"railcraft:cart_jukebox\",Count:11s,Damage:0s}", - "{id:\"railcraft:track_kit\",Count:2s,tag:{railcraft:{kit:\"railcraft_embarking\"}},Damage:8s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_locking\"}},Damage:10s}", - "{id:\"railcraft:track_kit\",Count:1s,tag:{railcraft:{kit:\"railcraft_one_way\"}},Damage:11s}", - "{id:\"railcraft:track_kit\",Count:3s,tag:{railcraft:{kit:\"railcraft_delayed\"}},Damage:16s}", - "{id:\"enderio:block_exit_rail\",Count:1s,Damage:0s}", - "{id:\"minecraft:ender_pearl\",Count:15s,Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:potion\",Count:6s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:ender_eye\",Count:11s,Damage:0s}", - "{id:\"minecraft:rabbit_foot\",Count:10s,Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:splash_potion\",Count:6s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:tipped_arrow\",Count:6s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:strong_leaping\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:4s,tag:{Potion:\"minecraft:long_slowness\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:ender\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:slowfall\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:bounce\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:haste2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:resistance2\"},Damage:0s}", - "{id:\"minecraft:lingering_potion\",Count:6s,tag:{Potion:\"cyclicmagic:healthboost\"},Damage:0s}", - "{id:\"draconicevolution:item_dislocation_inhibitor\",Count:4s,Damage:0s}", - "{id:\"draconicevolution:entity_detector\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:energy_pylon\",Count:4s,Damage:0s}", - "{id:\"draconicevolution:energy_crystal\",Count:61s,Damage:6s}", - "{id:\"draconicevolution:energy_crystal\",Count:61s,Damage:7s}", - "{id:\"draconicevolution:energy_crystal\",Count:61s,Damage:8s}", - "{id:\"draconicevolution:tool_upgrade\",Count:11s,Damage:2s}", - "{id:\"draconicevolution:dislocator\",Count:8s,Damage:0s}", - "{id:\"draconicevolution:dislocator_bound\",Count:12s,Damage:1s}", - "{id:\"draconicevolution:magnet\",Count:6s,Damage:0s}", - "{id:\"draconicevolution:magnet\",Count:4s,Damage:1s}", - "{id:\"thermalexpansion:device\",Count:6s,tag:{RSControl:0b,Facing:3b,Energy:0,SideCache:[B;0B,1B,0B,0B,0B,0B]},Damage:12s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:323s}", - "{id:\"thermalexpansion:augment\",Count:7s,Damage:337s}", - "{id:\"thermalexpansion:augment\",Count:15s,Damage:352s}", - "{id:\"thermalexpansion:morb\",Count:1s,Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:elder_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:wither_skeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:stray\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:husk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie_villager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:skeleton_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:donkey\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:mule\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:evocation_illager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:vex\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:vindication_illager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:skeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:slime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:zombie_pigman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:enderman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:cave_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:silverfish\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:blaze\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:magma_cube\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:bat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:witch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:endermite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:shulker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:sheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:cow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:chicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:squid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:mooshroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:ocelot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:rabbit\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:polar_bear\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:llama\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:parrot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"minecraft:villager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:depthsghoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilpig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:abyssalzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:jzahar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:abygolem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadgolem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadguard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dragonminion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dragonboss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowcreature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowmonster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:dreadspawn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demonpig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:gskeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:chagarothspawn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:chagarothfist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:chagaroth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shadowboss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antiabyssalzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antibat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antichicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:anticow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:anticreeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antighoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antipig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antiplayer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antiskeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antispider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:antizombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:remnant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:omotholghoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:jzaharminion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:greaterdreadspawn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:lesserdreadbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:lessershoggoth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilcow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilchicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demoncow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demonchicken\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:evilsheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:demonsheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:coraliumsquid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"abyssalcraft:shuboffspring\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thermalfoundation:blizz\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thermalfoundation:blitz\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thermalfoundation:basalz\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"cyclicmagic:robot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"biomesoplenty:wasp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"deepmoblearning:glitch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"dimdoors:mob_monolith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.beetle_larva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.wasp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.centipede\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.mosquito\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.tarantula\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bot_fly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.scorpion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.solifuge\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.grasshopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.locust\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.moth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.rhino_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.antlion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.black_widow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.glow_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bombardier_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.scytodes\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.money_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.praying_mantis\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.jumping_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fire_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.worker_bee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.velvet_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.dragon_fly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.titan_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bot_fly_larva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fungal_weevil\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.crop_weevil\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.woodlouse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.cicada\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.fire_ant_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.lava_web_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.antlion_mini_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.chameleon_tick\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.midge_swarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.punchroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.crushroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.black_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.zombie_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.tarantula_mini_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.tarantula_baby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.pond_skater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bog_maw\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.magma_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.antlion_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.honey_pot_ant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.bombardier_beetle_larva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.zombie_ant_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"erebus:erebus.stag_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"hatchery:roosterentity\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumadditions:blue_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"industrialforegoing:pink_slime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"randomthings:spirit\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"plustic:supremeleader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"plustic:blindbandit\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"tg:observer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:dark_druid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:angler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:sludge\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:swamp_hag\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:firefly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:sporeling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:leech\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:dragonfly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:blood_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:mire_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:lurker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:gecko\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:termite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:toad\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:olm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:chiromaw\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:frog\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:gas_cloud\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tar_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:silt_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:pyrad\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:peat_mummy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tarminion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:fortress_boss\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:dreadful_mummy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:smoll_sludge\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:greebling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:boulder_sprite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:root_sprite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:small_sludge_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tiny_sludge_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:large_sludge_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:tiny_sludge_worm_helper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:shambler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wall_lamprey\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:moving_spawner_hole\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wall_living_root\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:crypt_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:barrishee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:ash_sprite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:triggered_sludge_wall_jet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:splodeshroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:emberling_shaman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:wild_emberling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:sludge_menace\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:chiromaw_greebling_rider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:chiromaw_matriarch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:greebling_coracle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:stalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:swarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:anadia\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:rock_snot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:jellyfish\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:jellyfish_cave\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:bubbler_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:freshwater_urchin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thebetweenlands:cave_fish\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistportalgreater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistportallesser\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchwarden\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchgolem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistleader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintaclegiant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:brainyzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:giantbrainyzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:wisp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:firebat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:spellbat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:pech\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:mindspider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchguardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistknight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:cultistcleric\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:eldritchcrab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:inhabitedzombie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:thaumslime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintcrawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintacle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintswarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintseed\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumcraft:taintseedprime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:wild_boar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:bighorn_sheep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:deer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:redcap\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:swarm_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:naga\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:skeleton_druid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:hostile_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:hedge_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:hydra\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:lich\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:penguin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tiny_bird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:squirrel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:bunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:raven\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:quest_ram\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:kobold\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:mosquito_swarm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:death_tome\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:minotaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:minoshroom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:fire_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:slime_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:pinch_beetle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:maze_slime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:redcap_sapper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:mist_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:king_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:firefly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:mini_ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_termite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:tower_broodling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:ur_ghast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:blockchain_goblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:goblin_knight_lower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:helmet_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:knight_phantom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:yeti\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:yeti_alpha\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:winter_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:snow_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:stable_ice_core\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:unstable_ice_core\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:snow_queen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:giant_miner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:armored_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:ice_crystal\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:harbinger_cube\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:adherent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"twilightforest:roving_cube\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"tconstruct:blueslime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"natura:imp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"natura:nitrocreeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:airhead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:alarmo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:amphibior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:amphibiyte\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ancient_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:anemia\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:angelica\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:angler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:apparition\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arc_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arc_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arcbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:archvine\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arcworm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ariel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arkback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arkzyne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:arocknid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:automaton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:axiolight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bane\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:banshee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:baroness\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:basilisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:baumba\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:black_ursa\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bloodmist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bloodsucker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blue_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bobo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bomb_carrier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bone_creature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bone_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:boneback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bouncer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:broccohead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:brute\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bugeye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:bush_baby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:candy_corny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cane_bug\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:carrotop\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:case_construct\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cave_creep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cave_creepoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:centinel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cherry_barrager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cherry_blaster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:chimera\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:chocko\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:chomper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:clown\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:clunkhead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:coniferon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_flight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_mind\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_range\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_resistance\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_speed\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_strength\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_terror\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corallus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:coralon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cotton_candor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:craexxeus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creep\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creeperlock\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creepird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creepuple\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crusilisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cryptid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crystocore\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dark_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dawnlight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:daysee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dead_tree\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:death_hunter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:deinotherium\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:demon_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:desert_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:destructor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:devourer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dicer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:diocus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:distorter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:doubler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dracyon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dust_strider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dusteiva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:duston\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dweller\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dyrehorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:echodar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:eeo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:eilosapien\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elite_skele_hopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elite_skele_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elite_skeleman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elusive\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:embrake\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:emperor_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:enforcer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:everbeast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:exohead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:exoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:explodot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:eye_creature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:faceless_floater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:faceless_runner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fake_pigman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fenix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fiend\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fischer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fishix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flamewalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flash\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flesh_eater\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flowerface\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:flye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungik\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungock\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:fungung\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:furlion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gadgetoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghastus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghost\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostine_ancient\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_bugeye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_goblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_night_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ghostly_sasquatch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:giant_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gingerbird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gingerbread_man\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goalby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goldorth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goldum\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goldus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:graw\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:green_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grillface\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grobbler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grocculate\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:grunt\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gyro\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hag\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:harkos\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:headless_destroyer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:headless_hunter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hellcat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hellspot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hiding_fungi\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hill_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hive_king\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hive_worker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:horndron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:horon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:host\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hunch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hunter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hydrolisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hydrolon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ice_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:infernal\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:inmate_x\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:inmate_y\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:iosaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:irkling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:jawe\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:jumbo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kaiyu\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kajaros\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:keeler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_bambambam\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:king_shroomus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:klobber\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:koko\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kranky\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:kror\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:leafy_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_caster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_warrior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lightwalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:linger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:little_bam\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:living_fungi\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lollypopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lost_soul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lunarcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lurker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:luxocron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:magical_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:magicke\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechachron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechamaton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechbot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mechyon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:merkyre\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mermage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mirage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:miskel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:modulo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mother_void_walker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:muckopede\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:muncher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mushroom_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:natura\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:neptuno\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nethengeic_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nethengeic_wither\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:night_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:night_watcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nightfly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nightmare_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nightwing\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nipper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:nospike\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:occulent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:okazor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:omnilight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:opteryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:orange_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:orbiter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:paladin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:parasect\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:paravite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:penumbra\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:phantom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:pigotron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:pincher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:pod_plant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:polar_ursa\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:polytom\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primitive_carrotop\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:proshield\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:purple_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:quickpocket\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rainicorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rammerhead\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ramradon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rawbone\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:raxxan\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:reaper_twins\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:reaver\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:red_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:red_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:red_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:refluct\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rock_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rock_critter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rock_rider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rockbiter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:roloscope\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runic_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runic_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runicorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runicorn_rider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sabretooth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sand_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sand_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sasquatch\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:scrubby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_skeleton\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sea_viper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:seeker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shade\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shadow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shadowlord\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shavo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shifter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_knight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:silencer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:silverfoot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skele_elder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skele_hopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skele_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeledon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skelekyte\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeleman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeletal_cowman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skeletron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skellox\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skipper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skolle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:skull_creature\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:slimer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:smash\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:snappy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:snow_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:soulscorne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:soulvyre\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spectral_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sphinx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spinoledon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spinux\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spirit_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spirit_protector\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:squasher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:squiggler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stalker_prime\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sticky\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stimulo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stimulosus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stinger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stitches\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:stone_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:strong_skele_hopper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:strong_skele_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:strong_skeleman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sugarface\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:surveyor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:swamp_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:sysker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:terradon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:terrestrial\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tharafly\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tipsy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tortione\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:toxxulous\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tracker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:trickster\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:triclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:tyrosaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:undead_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:urioh\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:urka\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:urv\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:valkyrie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:vertebron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:vine_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:vinocorne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visualent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visular\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:visulon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:void_charger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:void_walker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:volar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:voliant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:voltron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:voxxulon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:walker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:warclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:web_reaper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:wickett\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:winged_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:wither_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:wood_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:xxeus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_flower\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_rune_templar\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yellow_runic_lifeform\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:yeti\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zarg\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zhinx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zorp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:alluricorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blissard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:compeer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:construct_of_servility\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corby\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:craggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:draggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ender_carrier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:friendly_creeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gnawer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:goofer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:healing_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hellquin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hive_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:horntail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mecha_cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mecha_skellox\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:orbling\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:penguin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:plateosaur\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rammerhorn\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rosid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shaddy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shadow_stalker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spikeback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spraggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:waggy\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:abyssal_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:ambient_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:anima_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:assassin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:augury_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:baron_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:blooming_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:boreic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:butchery_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:candied_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:celevian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:coratee\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:corrupted_traveller\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creation_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creep_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creep_cow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:creeponia_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crystal_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:crystal_trader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dungeon_keeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:dustopian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:elkanyne\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:expedition_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:explosives_expert\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:extraction_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:floro_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:foraging_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:glaring_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gleaming_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:glistening_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:glowing_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:golden_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gorb_arms_dealer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gorb_citizen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:gorb_engineer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:halycon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hauling_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:haunted_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:hunter_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:infusion_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:innervation_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lelyetian_trader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:logging_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:lunar_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:meganeuropsis\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:metalloid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:mystic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:naturalist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:peppermint_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:portal_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:precasian_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_guide\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_spellbinder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:primordial_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:professor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:radiant_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:realmshifter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:rocky_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runation_master\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:runic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shik\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shining_pixon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyre_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:shyrelands_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:spearmint_snail\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:store_keeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:token_collector\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:toxic_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:toy_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:troll_trader\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:trotter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:twinkling_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:undead_herald\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:withering_lottoman\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_banker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_child\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_citizen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_grocer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_herbalist\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_spellbinder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aoa3:zal_vendor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:ice_wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:lightning_wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:spirit_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:spirit_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:phoenix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:ice_giant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:shadow_wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:storm_elemental\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:evil_wizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"ebwizardry:remnant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:lizard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:owl\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:raven\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:snake\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:toad\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:black_dog\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:ghost\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:hellhound\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:feuerwurm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:werewolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:cleaver\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:demon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:demoness\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:imp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:bafometyr\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:shadow_person\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:cambion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:druden\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:baphomet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"bewitchment:leonard\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:arid_warrior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:cave_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:caveclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:desert_crawler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ehu\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:enthralled_dramcryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:frost\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:glacon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:brown_grizzle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:white_grizzle\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:husk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jack_o_man\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jungle_bat\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jungle_dramcryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:jungle_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:king_crab\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:kobblin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:liopleurodon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:livestock_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:miner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:pumpkin_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:rainbour\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:rotatick\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:saguaro_worm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:shark\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:smelter\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:snapper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:stone_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_eye\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_grue\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:whale\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hell_pig\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hell_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:scorcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildfire\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ender_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ender_triplets\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ender_watcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:alicanto\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:fractite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:frost_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:frosty\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:glacide\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hastreus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:rollum\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:workshop_merchant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:workshop_tinkerer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:bunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:eden_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:eden_tomo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:greenfeet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:madivel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:sun_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:weak_cori\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:behemoth\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:epiphite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:moon_wolf\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:termid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:verek\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildwood_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildwood_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wildwood_tomo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:apalachia_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:apalachia_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:apalachia_tomo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:enchanted_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:enchanted_warrior\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:spellbinder\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:advanced_cori\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:megalith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mystic\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:samek\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:skythern_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:skythern_fiend\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:skythern_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:angry_bunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:basilisk\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:demon_of_darkness\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mortum_cadillion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:sorcerer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:soul_stealer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:soul_spider\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:twilight_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:captain_merik\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:datticon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:deathcryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:death_hound\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dungeon_constructor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dungeon_demon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dungeon_prisoner\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:fyracryx\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:kazari\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:leorna\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:living_statue\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:paratiku\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:razorback\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:golem_of_rejuvenation\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:roamer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:seimer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lord_vatticus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:war_general\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wraith\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:zelus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:acid_hag\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:biphron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:bohemite\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:crypt_keeper\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:cymesoid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dissiment\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dreamwrecker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:duo\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:fake_vhraak\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:galroid\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:gorgosion\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:helio\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hive_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hover_stinger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:kazrotic\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lheiva\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lorga\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lorga_flight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mandragora\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mysterious_man_layer_1\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mysterious_man_layer_2\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:mysterious_man_layer_3\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:shadahier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_hunger\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:temple_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:tocaxin\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:twins\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:vermenous\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:vhraak\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:zone\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:zoragon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ancient_entity\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_blue\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_green\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_purple\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_red\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:ayeraco_yellow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:densos\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:dramix\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:eternal_archer\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:experienced_cori\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:hive_queen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:karot\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:karos\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:king_of_scorchers\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:lady_luna\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:parasecta\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:quadro\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:raglok\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:reyvor\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:soul_fiend\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:sunstorm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:termasect\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:the_watcher\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:twilight_demon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:vamacheron\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"divinerpg:wreck\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:firedragon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:icedragon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:snowvillager\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:hippogryph\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:gorgon\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_pixie\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:cyclops\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:siren\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:hippocampus\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:deathworm\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_cockatrice\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:stymphalianbird\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_troll\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_worker\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_soldier\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_sentinel\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_royal\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:myrmex_queen\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:amphithere\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:seaserpent\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_thrall\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_ghoul\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_beast\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_scuttler\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_lich\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_knight\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:dread_horse\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"iceandfire:if_hydra\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"tfspellpack:druid_mage\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:eldritch_guardian\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:eldritch_warden\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:primal_wisp\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"thaumicaugmentation:eldritch_golem\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:moa\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:phyg\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:flying_cow\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:sheepuff\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:aerbunny\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:aerwhale\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:swet\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:cockatrice\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:sentry\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:zephyr\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:aechor_plant\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:mimic\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"aether_legacy:whirlwind\"},Damage:0s}", - "{id:\"thermalexpansion:morb\",Count:1s,tag:{Generic:1b,id:\"nuclearcraft:feral_ghoul\"},Damage:0s}", - "{id:\"techreborn:thermal_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:rolling_machine\",Count:30s,Damage:0s}", - "{id:\"techreborn:industrial_blast_furnace\",Count:6s,tag:{},Damage:0s}", - "{id:\"techreborn:alloy_smelter\",Count:6s,Damage:0s}", - "{id:\"techreborn:cable\",Count:3s,Damage:5s}", - "{id:\"techreborn:cable\",Count:7s,Damage:6s}", - "{id:\"techreborn:cable\",Count:7s,Damage:7s}", - "{id:\"techreborn:assembling_machine\",Count:7s,Damage:0s}", - "{id:\"techreborn:diesel_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:semi_fluid_generator\",Count:5s,Damage:0s}", - "{id:\"techreborn:gas_turbine\",Count:7s,Damage:0s}", - "{id:\"techreborn:lapotronic_su\",Count:3s,Damage:0s}", - "{id:\"techreborn:solid_fuel_generator\",Count:7s,Damage:0s}", - "{id:\"techreborn:plate_bending_machine\",Count:51s,Damage:0s}", - "{id:\"techreborn:electric_furnace\",Count:4s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:5s,Damage:0s}", - "{id:\"techreborn:solar_panel\",Count:30s,Damage:1s}", - "{id:\"techreborn:solar_panel\",Count:183s,Damage:2s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:3s}", - "{id:\"techreborn:solar_panel\",Count:500s,Damage:4s}", - "{id:\"techreborn:water_mill\",Count:5s,Damage:0s}", - "{id:\"techreborn:wind_mill\",Count:5s,Damage:0s}", - "{id:\"techreborn:wire_mill\",Count:12s,Damage:0s}", - "{id:\"techreborn:mv_transformer\",Count:4s,Damage:0s}", - "{id:\"techreborn:hv_transformer\",Count:6s,Damage:0s}", - "{id:\"techreborn:ev_transformer\",Count:15s,Damage:0s}", - "{id:\"techreborn:iron_furnace\",Count:6s,Damage:0s}", - "{id:\"techreborn:plasma_generator\",Count:9s,Damage:0s}", - "{id:\"techreborn:alarm\",Count:4s,Damage:0s}", - "{id:\"forestry:engine_peat\",Count:7s,Damage:0s}", - "{id:\"forestry:engine_biogas\",Count:7s,Damage:0s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:0},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:1},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:2},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:3},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:4},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:5},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:6},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:7},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:8},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:9},Damage:3s}", - "{id:\"forestry:ffarm\",Count:3s,tag:{FarmBlock:10},Damage:3s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_activator\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_booster\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_buffer\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_buffer\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_buffer\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_buffer\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_buffer\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_control\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_control\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_control\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_control\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_control\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_detector\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_disembarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_disembarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_disembarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_disembarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_disembarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_dumping\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_dumping\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_dumping\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_dumping\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_dumping\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_embarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_embarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_embarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_embarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_embarking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_gated\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_gated\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_gated\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_gated\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_gated\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_locking\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_one_way\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_one_way\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_one_way\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_one_way\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_one_way\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_messenger\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_delayed\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_priming\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_launcher\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_launcher\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_launcher\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_launcher\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_launcher\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_whistle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_locomotive\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_throttle\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_routing\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_routing\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_routing\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_routing\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_routing\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed\",kit:\"railcraft_transition\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_high_speed_electric\",kit:\"railcraft_transition\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_abandoned\",kit:\"railcraft_coupler\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_electric\",kit:\"railcraft_coupler\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_iron\",kit:\"railcraft_coupler\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_reinforced\",kit:\"railcraft_coupler\"}},Damage:0s}", - "{id:\"railcraft:track_outfitted\",Count:1s,tag:{railcraft:{rail:\"railcraft_strap_iron\",kit:\"railcraft_coupler\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:wireless_kit\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"ae2stuff:visualiser\",Count:12s,Damage:0s}", - "{id:\"genetics:lab_machine\",Count:6s,Damage:2s}", - "{id:\"chickenchunks:chunk_loader\",Count:9s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:6s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extracells:terminal.fluid.wireless\",Count:6s,tag:{power:1600000.0d},Damage:0s}", - "{id:\"extracells:vibrantchamberfluid\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:snowglobe\",Count:11s,Damage:0s}", - "{id:\"extrautils2:passivegenerator\",Count:19s,Damage:8s}", - "{id:\"extrautils2:endershard\",Count:1s,Damage:0s}", - "{id:\"extrautils2:screen\",Count:1s,Damage:0s}", - "{id:\"extrautils2:ingredients\",Count:11s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:chickenring\",Count:11s,Damage:1s}", - "{id:\"extrautils2:playerchest\",Count:13s,Damage:0s}", - "{id:\"extrautils2:chunkloader\",Count:8s,Damage:0s}", - "{id:\"extrautils2:grocket\",Count:11s,Damage:3s}", - "{id:\"extrautils2:grocket\",Count:11s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"extrautils2:indexerremote\",Count:17s,Damage:0s}", - "{id:\"extrautils2:klein\",Count:22s,Damage:0s}", - "{id:\"extrautils2:drum\",Count:33s,Damage:3s}", - "{id:\"extrautils2:terraformer\",Count:22s,Damage:0s}", - "{id:\"extrautils2:interactionproxy\",Count:45s,Damage:0s}", - "{id:\"gendustry:apiary.upgrade\",Count:8s,Damage:19s}", - "{id:\"gendustry:genetics_processor\",Count:11s,Damage:0s}", - "{id:\"gendustry:eject_cover\",Count:7s,Damage:0s}", - "{id:\"gendustry:import_cover\",Count:7s,Damage:0s}", - "{id:\"gendustry:liquifier\",Count:21s,Damage:0s}", - "{id:\"gendustry:extractor\",Count:22s,Damage:0s}", - "{id:\"gendustry:transposer\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:traveller_belt\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:striding_belt\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:meteor_belt\",Count:29s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumadditions:wormhole_mirror\",Count:14s,Damage:0s}", - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"motus\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"motus\"},Damage:0s}", - "{id:\"nuclearcraft:nuclear_furnace_idle\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:decay_hastener_idle\",Count:22s,Damage:0s}", - "{id:\"nuclearcraft:alloy_furnace_idle\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:fission_port\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:buffer\",Count:6s,Damage:0s}", - "{id:\"nuclearcraft:part\",Count:7s,Damage:9s}", - "{id:\"nuclearcraft:portable_ender_chest\",Count:13s,Damage:0s}", - "{id:\"randomthings:playerinterface\",Count:21s,Damage:0s}", - "{id:\"randomthings:enderbridge\",Count:8s,Damage:0s}", - "{id:\"randomthings:enderanchor\",Count:8s,Damage:0s}", - "{id:\"randomthings:endermailbox\",Count:28s,Damage:0s}", - "{id:\"randomthings:platform\",Count:1s,Damage:0s}", - "{id:\"randomthings:platform\",Count:1s,Damage:1s}", - "{id:\"randomthings:platform\",Count:1s,Damage:2s}", - "{id:\"randomthings:platform\",Count:1s,Damage:3s}", - "{id:\"randomthings:platform\",Count:1s,Damage:4s}", - "{id:\"randomthings:platform\",Count:1s,Damage:5s}", - "{id:\"randomthings:entitydetector\",Count:22s,Damage:0s}", - "{id:\"randomthings:potionvaporizer\",Count:6s,Damage:0s}", - "{id:\"randomthings:superlubricentplatform\",Count:1s,Damage:0s}", - "{id:\"randomthings:redstoneobserver\",Count:8s,Damage:0s}", - "{id:\"randomthings:blockofsticks\",Count:1s,Damage:1s}", - "{id:\"randomthings:inventoryrerouter\",Count:6s,Damage:0s}", - "{id:\"randomthings:plate_processing\",Count:2s,Damage:0s}", - "{id:\"randomthings:spectrecoil_ender\",Count:39s,Damage:0s}", - "{id:\"randomthings:itemcollector\",Count:17s,Damage:0s}", - "{id:\"randomthings:advanceditemcollector\",Count:12s,Damage:0s}", - "{id:\"randomthings:basicredstoneinterface\",Count:8s,Damage:0s}", - "{id:\"randomthings:advancedredstoneinterface\",Count:6s,Damage:0s}", - "{id:\"randomthings:plate_collection\",Count:3s,Damage:0s}", - "{id:\"randomthings:plate_extraction\",Count:3s,Damage:0s}", - "{id:\"randomthings:stableenderpearl\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:enderletter\",Count:11s,Damage:0s}", - "{id:\"randomthings:ingredient\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:redstoneremote\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:escaperope\",Count:22s,Damage:0s}", - "{id:\"randomthings:enderbucket\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:reinforcedenderbucket\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrekey\",Count:8s,Damage:0s}", - "{id:\"openblocks:ladder\",Count:3s,Damage:0s}", - "{id:\"openblocks:builder_guide\",Count:22s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:0s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:1s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:2s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:3s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:4s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:5s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:6s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:7s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:8s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:9s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:10s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:11s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:12s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:13s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:14s}", - "{id:\"openblocks:elevator\",Count:11s,Damage:15s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:0s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:1s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:2s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:3s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:4s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:5s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:6s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:7s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:8s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:9s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:10s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:11s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:12s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:13s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:14s}", - "{id:\"openblocks:elevator_rotating\",Count:8s,Damage:15s}", - "{id:\"openblocks:vacuum_hopper\",Count:14s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Mode:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:1973019,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:11743532,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:3887386,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:5320730,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:2437522,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:8073150,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:2651799,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:11250603,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:4408131,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:14188952,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:4312372,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:14602026,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:6719955,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:12801229,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:15435844,Mode:0},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{Uses:10.0f,Color:15790320,Mode:0},Damage:1s}", - "{id:\"openblocks:block_placer\",Count:7s,Damage:0s}", - "{id:\"openblocks:item_dropper\",Count:6s,Damage:0s}", - "{id:\"openblocks:generic\",Count:11s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:pencil_glasses\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:cartographer\",Count:16s,Damage:0s}", - "{id:\"packagedauto:packager\",Count:12s,Damage:0s}", - "{id:\"packagedauto:unpackager\",Count:10s,Damage:0s}", - "{id:\"packagedauto:packager_extension\",Count:12s,Damage:0s}", - "{id:\"packagedauto:recipe_holder\",Count:3s,Damage:0s}", - "{id:\"packagedauto:package_component\",Count:8s,Damage:0s}", - "{id:\"packagedauto:me_package_component\",Count:6s,Damage:0s}", - "{id:\"packagedexcrafting:basic_crafter\",Count:4s,Damage:0s}", - "{id:\"packagedexcrafting:advanced_crafter\",Count:4s,Damage:0s}", - "{id:\"packagedexcrafting:elite_crafter\",Count:4s,Damage:0s}", - "{id:\"packagedexcrafting:ultimate_crafter\",Count:4s,Damage:0s}", - "{id:\"packagedexcrafting:ender_crafter\",Count:4s,Damage:0s}", - "{id:\"packagedexcrafting:combination_crafter\",Count:4s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:4s,Damage:0s}", - "{id:\"thermaldynamics:retriever\",Count:4s,Damage:1s}", - "{id:\"thermaldynamics:retriever\",Count:3s,Damage:2s}", - "{id:\"thermaldynamics:retriever\",Count:2s,Damage:3s}", - "{id:\"thermaldynamics:retriever\",Count:1s,Damage:4s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:25s,Damage:10s}", - "{id:\"simplyjetpacks:metaitemmods\",Count:18s,Damage:11s}", - "{id:\"projectred-expansion:machine2\",Count:7s,Damage:1s}", - "{id:\"projectred-expansion:machine2\",Count:11s,Damage:7s}", - "{id:\"wrcbe:wireless_logic\",Count:6s,Damage:0s}", - "{id:\"wrcbe:wireless_logic\",Count:4s,Damage:1s}", - "{id:\"wrcbe:wireless_logic\",Count:6s,Damage:2s}", - "{id:\"wrcbe:material\",Count:11s,Damage:2s}", - "{id:\"wrcbe:material\",Count:8s,Damage:3s}", - "{id:\"wrcbe:material\",Count:8s,Damage:4s}", - "{id:\"wrcbe:material\",Count:6s,Damage:5s}", - "{id:\"wrcbe:material\",Count:6s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:triangulator\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:remote\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:sniffer\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:tracker\",Count:11s,Damage:0s}", - "{id:\"wrcbe:rep\",Count:23s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wrcbe:p_sniffer\",Count:15s,Damage:0s}", - "{id:\"advancedrocketry:satellitebuilder\",Count:6s,Damage:0s}", - "{id:\"advancedrocketry:rollingmachine\",Count:22s,Damage:0s}", - "{id:\"advancedrocketry:gravitycontroller\",Count:7s,Damage:0s}", - "{id:\"advancedrocketry:intake\",Count:24s,Damage:0s}", - "{id:\"chisel:voidstone\",Count:1s,Damage:0s}", - "{id:\"thaumcraft:smelter_basic\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:smelter_thaumium\",Count:4s,Damage:0s}", - "{id:\"thaumcraft:hungry_chest\",Count:3s,Damage:0s}", - "{id:\"thaumcraft:mirror\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:mirror_essentia\",Count:16s,Damage:0s}", - "{id:\"thaumcraft:essentia_output\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:pattern_crafter\",Count:6s,Damage:0s}", - "{id:\"thaumcraft:vis_generator\",Count:7s,Damage:0s}", - "{id:\"divinerpg:ender_pumpkin\",Count:90s,Damage:0s}", - "{id:\"divinerpg:ender_lamp\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:teleportation_crystal\",Count:90s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"divinerpg:horde_horn\",Count:8s,Damage:0s}", - "{id:\"chisel:offsettool\",Count:11s,Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"motus\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"motus\"}]},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:hand_mirror\",Count:19s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:elemental_sword\",Count:5s,tag:{infench:[{lvl:2s,id:5s}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:traveller_boots\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumcraft:focus_2\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tombstone:scroll_buff\",Count:7s,Damage:0s}", - "{id:\"enderio:block_alloy\",Count:101s,Damage:5s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:2s}", - "{id:\"enderio:item_alloy_ingot\",Count:15s,Damage:5s}", - "{id:\"enderio:item_alloy_nugget\",Count:1s,Damage:5s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:2s}", - "{id:\"enderio:item_alloy_ball\",Count:2s,Damage:5s}", - "{id:\"enderio:item_material\",Count:6s,Damage:14s}", - "{id:\"enderio:item_material\",Count:9s,Damage:18s}", - "{id:\"enderio:item_material\",Count:15s,Damage:43s}", - "{id:\"enderio:item_material\",Count:2s,Damage:64s}", - "{id:\"enderio:block_decoration2\",Count:12s,Damage:0s}", - "{id:\"enderio:block_decoration3\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_coord_selector\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_rod_of_return\",Count:9s,tag:{\"enderio:energy\":2000000,\"enderio:famount\":200},Damage:0s}", - "{id:\"enderio:item_basic_item_filter\",Count:6s,Damage:0s}", - "{id:\"enderio:item_enchantment_filter_normal\",Count:4s,Damage:0s}", - "{id:\"enderio:item_liquid_conduit\",Count:2s,Damage:2s}", - "{id:\"enderio:item_power_conduit\",Count:2s,Damage:2s}", - "{id:\"enderio:block_inventory_chest_tiny\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_big\",Count:1s,Damage:0s}", - "{id:\"enderio:block_inventory_chest_enormous\",Count:1s,Damage:0s}", - "{id:\"enderio:block_simple_furnace\",Count:6s,Damage:0s}", - "{id:\"enderio:block_simple_alloy_smelter\",Count:12s,Damage:0s}", - "{id:\"enderio:block_alloy_smelter\",Count:13s,Damage:0s}", - "{id:\"enderio:block_enhanced_alloy_smelter\",Count:9s,Damage:0s}", - "{id:\"enderio:block_farm_station\",Count:4s,Damage:0s}", - "{id:\"enderio:block_ender_generator\",Count:11s,Damage:0s}", - "{id:\"enderio:block_solar_panel\",Count:22s,Damage:2s}", - "{id:\"enderio:block_solar_panel\",Count:22s,Damage:3s}", - "{id:\"enderio:block_solar_panel\",Count:132s,Damage:4s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:5s}", - "{id:\"enderio:block_solar_panel\",Count:500s,Damage:6s}", - "{id:\"enderio:block_wireless_charger\",Count:11s,Damage:0s}", - "{id:\"enderio:block_normal_wireless_charger\",Count:11s,Damage:0s}", - "{id:\"enderio:block_enhanced_wireless_charger\",Count:8s,Damage:0s}", - "{id:\"enderio:block_vacuum_chest\",Count:4s,Damage:0s}", - "{id:\"enderio:block_travel_anchor\",Count:4s,Damage:0s}", - "{id:\"enderio:block_tele_pad\",Count:14s,Damage:0s}", - "{id:\"enderio:block_dialing_device\",Count:11s,Damage:0s}", - "{id:\"enderio:block_impulse_hopper\",Count:6s,Damage:0s}", - "{id:\"twilightforest:naga_scale\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_chestplate\",Count:15s,tag:{ench:[{lvl:3s,id:1}]},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:naga_leggings\",Count:12s,tag:{ench:[{lvl:3s,id:0}]},Damage:0s}", - "{id:\"twilightforest:trophy\",Count:40s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"twilightforest:peacock_fan\",Count:48s,Damage:0s}", - "{id:\"twilightforest:ice_bomb\",Count:8s,Damage:0s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:12s}", - "{id:\"tconstruct:materials\",Count:15s,Damage:13s}", - "{id:\"tconstruct:seared_furnace_controller\",Count:6s,Damage:0s}", - "{id:\"tconstruct:wood_rail_trapdoor\",Count:1s,Damage:0s}", - "{id:\"immersiveengineering:metal_decoration0\",Count:7s,Damage:5s}", - "{ForgeCaps:{Parent:{Size:5,Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:drill\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"immersiveengineering:toolupgrade\",Count:6s,Damage:7s}", - "{id:\"appliedenergistics2:inscriber\",Count:25s,Damage:0s}", - "{id:\"appliedenergistics2:wireless_access_point\",Count:6s,Damage:0s}", - "{id:\"appliedenergistics2:vibration_chamber\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:wireless_terminal\",Count:6s,tag:{internalMaxPower:1600000.0d,internalCurrentPower:1600000.0d},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_2_cubed\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_16_cubed\",Count:74s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"appliedenergistics2:spatial_storage_cell_128_cubed\",Count:222s,Damage:0s}", - "{id:\"appliedenergistics2:material\",Count:297s,Damage:34s}", - "{id:\"appliedenergistics2:material\",Count:99s,Damage:33s}", - "{id:\"appliedenergistics2:material\",Count:33s,Damage:32s}", - "{id:\"appliedenergistics2:material\",Count:11s,Damage:9s}", - "{id:\"appliedenergistics2:material\",Count:8s,Damage:41s}", - "{id:\"appliedenergistics2:part\",Count:8s,Damage:301s}", - "{id:\"projecte:dm_furnace\",Count:6s,Damage:0s}", - "{id:\"projecte:nova_catalyst\",Count:3s,Damage:0s}", - "{id:\"projecte:nova_cataclysm\",Count:1s,Damage:0s}", - "{id:\"projecte:rm_furnace\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_hyperkinetic_lens\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projecte:item.pe_catalitic_lens\",Count:1s,Damage:0s}", - "{id:\"ae2wtlib:infinity_booster_card\",Count:22s,Damage:0s}", - "{id:\"bloodmagic:teleposer\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:chain_wrecker\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:flame_wrecker\",Count:2s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hiver\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:vivo\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_cracker\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:floro_rpg\",Count:4s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:hive_blaster\",Count:11s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:rpg\",Count:6s,tag:{HideFlags:2b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_staff\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:shyre_staff\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:mecha_blaster\",Count:3s,tag:{HideFlags:2b},Damage:0s}", - "{id:\"aoa3:compass_rune\",Count:1s,Damage:0s}", - "{id:\"aoa3:rainbow_druse\",Count:3s,Damage:0s}", - "{id:\"aoa3:yellow_druse\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:gravitator\",Count:15s,Damage:0s}", - "{id:\"aoa3:magnet_shard\",Count:5s,Damage:0s}", - "{id:\"aoa3:zhinx_dust\",Count:5s,Damage:0s}", - "{id:\"aoa3:lelyetia_tokens\",Count:1s,Damage:0s}", - "{id:\"aoa3:lelyetian_upgrade_kit\",Count:15s,Damage:0s}", - "{id:\"aoa3:goldicap_petals\",Count:1s,Damage:0s}", - "{id:\"aoa3:lunarade\",Count:5s,Damage:0s}", - "{id:\"aoa3:rosidons\",Count:1s,Damage:0s}", - "{id:\"aoa3:horntail_slab\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_boots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_chestplate\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"aoa3:lyonic_helmet\",Count:3s,Damage:0s}", - "{id:\"aoa3:lelyetia_stone\",Count:2s,Damage:0s}", - "{id:\"aoa3:lelyetia_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:lelyetia_down_grass\",Count:2s,Damage:0s}", - "{id:\"aoa3:shadonantium\",Count:7s,Damage:0s}", - "{id:\"aoa3:carved_rune_power\",Count:8s,Damage:0s}", - "{id:\"aoa3:luck_enhancer\",Count:15s,Damage:0s}", - "{id:\"aoa3:magic_enhancer\",Count:16s,Damage:0s}", - "{id:\"aoa3:extraction_device\",Count:6s,Damage:0s}", - "{id:\"botania:manaresource\",Count:5s,Damage:1s}", - "{id:\"botania:manaresource\",Count:15s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:7s,tag:{},Damage:16s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:11s,tag:{},Damage:18s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:lens\",Count:10s,tag:{},Damage:22s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:tinyplanet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:travelbelt\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderdagger\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:pixiering\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:supertravelbelt\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:rainbowrod\",Count:22s,Damage:0s}", - "{id:\"botania:virus\",Count:19s,Damage:0s}", - "{id:\"botania:virus\",Count:19s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:skydirtrod\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:itemfinder\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:enderhand\",Count:18s,Damage:0s}", - "{id:\"botania:spark\",Count:15s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:11s,Damage:0s}", - "{id:\"botania:sparkupgrade\",Count:11s,Damage:1s}", - "{id:\"botania:sparkupgrade\",Count:11s,Damage:2s}", - "{id:\"botania:sparkupgrade\",Count:11s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:gravityrod\",Count:20s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewvial\",Count:8s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:brewflask\",Count:8s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:bloodpendant\",Count:8s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:craftinghalo\",Count:3s,Damage:0s}", - "{id:\"botania:worldseed\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:spellcloth\",Count:3s,Damage:0s}", - "{id:\"botania:thornchakram\",Count:5s,Damage:1s}", - "{id:\"botania:corporeaspark\",Count:15s,Damage:0s}", - "{id:\"botania:corporeaspark\",Count:11s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:cosmetic\",Count:12s,Damage:32s}", - "{id:\"botania:phantomink\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:poolminecart\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:flugeleye\",Count:50s,Damage:0s}", - "{id:\"botania:keepivy\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:incensestick\",Count:8s,tag:{brewKey:\"emptiness\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:speedupbelt\",Count:17s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"botania:dodgering\",Count:10s,Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:10s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:specialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:spreader\",Count:10s,Damage:0s}", - "{id:\"botania:spreader\",Count:17s,Damage:1s}", - "{id:\"botania:spreader\",Count:15s,Damage:2s}", - "{id:\"botania:spreader\",Count:19s,Damage:3s}", - "{id:\"botania:runealtar\",Count:3s,Damage:0s}", - "{id:\"botania:pylon\",Count:8s,Damage:1s}", - "{id:\"botania:pylon\",Count:22s,Damage:2s}", - "{id:\"botania:pistonrelay\",Count:10s,Damage:0s}", - "{id:\"botania:turntable\",Count:12s,Damage:0s}", - "{id:\"botania:tinyplanetblock\",Count:2s,Damage:0s}", - "{id:\"botania:foresteye\",Count:8s,Damage:0s}", - "{id:\"botania:platform\",Count:1s,Damage:0s}", - "{id:\"botania:platform\",Count:5s,Damage:1s}", - "{id:\"botania:tinypotato\",Count:2s,Damage:0s}", - "{id:\"minecraft:mob_spawner\",Count:20s,Damage:0s}", - "{id:\"botania:endereyeblock\",Count:33s,Damage:0s}", - "{id:\"botania:starfield\",Count:11s,Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"tigerseye\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"exoflame\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:10s,tag:{type:\"daffomill\"},Damage:0s}", - "{id:\"botania:floatingspecialflower\",Count:5s,tag:{type:\"spectranthemum\"},Damage:0s}", - "{id:\"botania:prism\",Count:3s,Damage:0s}", - "{id:\"botania:corporeaindex\",Count:15s,Damage:0s}", - "{id:\"botania:corporeafunnel\",Count:15s,Damage:0s}", - "{id:\"botania:corporeainterceptor\",Count:15s,Damage:0s}", - "{id:\"botania:corporeacrystalcube\",Count:15s,Damage:0s}", - "{id:\"botania:ghostrail\",Count:11s,Damage:0s}", - "{id:\"botania:cocoon\",Count:11s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:15s,Damage:0s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:1s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:2s}", - "{id:\"botania:lightrelay\",Count:11s,Damage:3s}", - "{id:\"botania:lightlauncher\",Count:11s,Damage:0s}", - "{id:\"botania:manabomb\",Count:24s,Damage:0s}", - "{id:\"botania:corporearetainer\",Count:15s,Damage:0s}", - "{id:\"botania:animatedtorch\",Count:5s,Damage:0s}", - "{id:\"bewitchment:lizard_leg\",Count:4s,Damage:0s}", - "{id:\"bewitchment:hoof\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"buildinggadgets:destructiontool\",Count:22s,tag:{overlay:1b,fuzzy:1b},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,tag:{upgrade:\"computercraft:wireless_modem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,tag:{upgrade:\"computercraft:advanced_modem\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,tag:{upgrade:\"computercraft:speaker\"},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,tag:{upgrade:\"computercraft:wireless_modem\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,tag:{upgrade:\"computercraft:advanced_modem\"},Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"computercraft:pocket_computer\",Count:8s,tag:{upgrade:\"computercraft:speaker\"},Damage:1s}", - "{id:\"computercraft:peripheral\",Count:11s,Damage:1s}", - "{id:\"computercraft:advanced_modem\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"compactmachines3:psd\",Count:22s,Damage:0s}", - "{id:\"compactmachines3:tunneltool\",Count:3s,Damage:0s}", - "{id:\"conarm:invisible_ink\",Count:11s,Damage:0s}", - "{id:\"conarm:gauntlet_mat_reach\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_sneak\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"conarm:travel_slowfall\",Count:11s,Damage:0s}", - "{id:\"deepmoblearning:trial_keystone\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:trial_key\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearning:data_model_enderman\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"deepmoblearningbm:altar_linker\",Count:8s,Damage:0s}", - "{id:\"erebus:mucus_bomb\",Count:6s,Damage:0s}", - "{id:\"bigreactors:reactoraccessport\",Count:13s,Damage:0s}", - "{id:\"bigreactors:turbinefluidport\",Count:13s,Damage:0s}", - "{id:\"bigreactors:reactorcoolantport\",Count:13s,Damage:0s}", - "{id:\"bigreactors:reactorcontrolrod\",Count:7s,Damage:0s}", - "{id:\"fluxnetworks:fluxconfigurator\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:33s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"hatchery:rf_capacity_upgrade\",Count:24s,Damage:2s}", - "{id:\"hatchery:nursery_block\",Count:7s,Damage:0s}", - "{id:\"hatchery:fertilizer_mixer\",Count:13s,Damage:0s}", - "{id:\"hatchery:digester_generator\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:dragon_stick\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_fire\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:summoning_crystal_ice\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_desert_staff\",Count:10s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"iceandfire:myrmex_jungle_staff\",Count:10s,Damage:0s}", - "{id:\"integrateddynamics:part_audio_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_block_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_entity_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_extradimensional_reader_item\",Count:41s,Damage:0s}", - "{id:\"integrateddynamics:part_fluid_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_inventory_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_reader_item\",Count:8s,Damage:0s}", - "{id:\"integrateddynamics:part_network_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_redstone_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_world_reader_item\",Count:2s,Damage:0s}", - "{id:\"integrateddynamics:part_machine_writer_item\",Count:6s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_mono_directional_item\",Count:3s,Damage:0s}", - "{id:\"integrateddynamics:part_connector_omni_directional_item\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:1s,Damage:0s}", - "{id:\"integrateddynamics:variable_transformer\",Count:3s,Damage:1s}", - "{id:\"integratedtunnels:part_importer_energy_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_energy_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_item_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_item_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_fluid_item\",Count:2s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_fluid_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_importer_world_block_item\",Count:1s,Damage:0s}", - "{id:\"integratedtunnels:part_player_simulator_item\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:inferium_furnace\",Count:6s,Damage:0s}", - "{id:\"mysticalagriculture:prudentium_furnace\",Count:4s,Damage:0s}", - "{id:\"mysticalagriculture:intermedium_furnace\",Count:3s,Damage:0s}", - "{id:\"mysticalagriculture:superium_furnace\",Count:2s,Damage:0s}", - "{id:\"mysticalagriculture:supremium_furnace\",Count:1s,Damage:0s}", - "{id:\"mysticalagriculture:chunk\",Count:22s,Damage:19s}", - "{id:\"mysticalagriculture:pulsating_iron_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:vibrant_alloy_seeds\",Count:45s,Damage:0s}", - "{id:\"mysticalagriculture:charm\",Count:30s,Damage:10s}", - "{id:\"rftools:infused_enderpearl\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:storage_module\",Count:22s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:filter_module\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:charged_porter\",Count:45s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:advanced_charged_porter\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:inventoryplus_module\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:energyplus_module\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:fluidplus_module\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:machineinformation_module\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftools:counterplus_module\",Count:22s,Damage:0s}", - "{id:\"rftools:remote_storage\",Count:45s,Damage:0s}", - "{id:\"rftools:destination_analyzer\",Count:45s,Damage:0s}", - "{id:\"rftools:matter_booster\",Count:33s,Damage:0s}", - "{id:\"rftools:screen_controller\",Count:11s,Damage:0s}", - "{id:\"rftools:redstone_transmitter_block\",Count:11s,Damage:0s}", - "{id:\"rftools:redstone_receiver_block\",Count:11s,Damage:0s}", - "{id:\"rftools:space_chamber_controller\",Count:22s,Damage:0s}", - "{id:\"rftools:locator\",Count:11s,Damage:0s}", - "{id:\"rftools:projector\",Count:11s,Damage:0s}", - "{id:\"rftools:scanner\",Count:11s,Damage:0s}", - "{id:\"rftools:remote_scanner\",Count:74s,Damage:0s}", - "{id:\"rftools:environmental_controller\",Count:45s,Damage:0s}", - "{id:\"rftools:spawner\",Count:11s,Damage:0s}", - "{id:\"rftools:endergenic\",Count:45s,Damage:0s}", - "{id:\"rftools:pearl_injector\",Count:6s,Damage:0s}", - "{id:\"rftools:ender_monitor\",Count:11s,Damage:0s}", - "{id:\"rftools:storage_scanner\",Count:22s,Damage:0s}", - "{id:\"rftools:elevator\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_remote_orderer\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_inventory_system_connector\",Count:11s,Damage:0s}", - "{id:\"logisticspipes:pipe_firewall\",Count:11s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:6s,Damage:0s}", - "{id:\"modularmachinery:blockinputbus\",Count:10s,Damage:1s}", - "{id:\"modularmachinery:blockinputbus\",Count:19s,Damage:2s}", - "{id:\"modularmachinery:blockinputbus\",Count:26s,Damage:3s}", - "{id:\"modularmachinery:blockinputbus\",Count:19s,Damage:4s}", - "{id:\"modularmachinery:blockinputbus\",Count:14s,Damage:5s}", - "{id:\"modularmachinery:blockinputbus\",Count:10s,Damage:6s}", - "{id:\"modularmachinery:blockoutputbus\",Count:6s,Damage:0s}", - "{id:\"modularmachinery:blockoutputbus\",Count:10s,Damage:1s}", - "{id:\"modularmachinery:blockoutputbus\",Count:19s,Damage:2s}", - "{id:\"modularmachinery:blockoutputbus\",Count:26s,Damage:3s}", - "{id:\"modularmachinery:blockoutputbus\",Count:19s,Damage:4s}", - "{id:\"modularmachinery:blockoutputbus\",Count:14s,Damage:5s}", - "{id:\"modularmachinery:blockoutputbus\",Count:10s,Damage:6s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:6s,Damage:0s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:10s,Damage:1s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:7s,Damage:2s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:5s,Damage:3s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:3s,Damage:4s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:2s,Damage:5s}", - "{id:\"modularmachinery:blockfluidinputhatch\",Count:1s,Damage:6s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:6s,Damage:0s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:10s,Damage:1s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:7s,Damage:2s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:5s,Damage:3s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:3s,Damage:4s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:2s,Damage:5s}", - "{id:\"modularmachinery:blockfluidoutputhatch\",Count:1s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"projectex:final_star\",Count:11s,Damage:0s}", - "{ForgeCaps:{Parent:{Size:2,TotalAmounts:[0],Items:[]},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:ender_staff\",Count:8s,Damage:0s}", - "{id:\"xreliquary:mob_charm_fragment\",Count:22s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:pyromancer_staff\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:salamander_eye\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"xreliquary:serpent_staff\",Count:8s,Damage:0s}", - "{id:\"rftoolsdim:efficiency_essence\",Count:24s,Damage:0s}", - "{id:\"rftoolsdim:mediocre_efficiency_essence\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:dimension_module\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"rftoolsdim:phased_field_generator\",Count:8s,Damage:0s}", - "{id:\"rftoolsdim:liquid_absorber\",Count:18s,Damage:0s}", - "{id:\"rftoolsdim:feature_absorber\",Count:45s,Damage:0s}", - "{id:\"storagedrawers:shroud_key\",Count:8s,Damage:0s}", - "{id:\"storagedrawers:keybutton\",Count:6s,Damage:1s}", - "{id:\"storagedrawers:compdrawers\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_ender\",Count:30s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tg:pouch_void\",Count:27s,Damage:0s}", - "{id:\"tg:lamp\",Count:22s,Damage:0s}", - "{id:\"tg:teleportator_core\",Count:45s,Damage:0s}", - "{id:\"tg:teleportator_frame\",Count:5s,Damage:0s}", - "{id:\"tg:teleportator_floor\",Count:7s,Damage:0s}", - "{id:\"thaumicaugmentation:item_grate\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:19s,tag:{color:6961280},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:void_boots\",Count:19s,tag:{color:6961280,tc.charge:480},Damage:0s}", - "{id:\"thaumicaugmentation:impetus_mirror\",Count:16s,Damage:0s}", - "{ForgeCaps:{Parent:{slots:2},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness\",Count:19s,Damage:0s}", - "{ForgeCaps:{Parent:{energy:{energy:0L}},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"thaumicaugmentation:elytra_harness_augment\",Count:8s,Damage:0s}", - "{id:\"thaumicenergistics:essentia_storage\",Count:20s,Damage:0s}", - "{id:\"thaumictinkerer:soul_mould\",Count:15s,tag:{},Damage:0s}", - "{id:\"thaumictinkerer:transvector_interface\",Count:11s,Damage:0s}", - "{id:\"thaumictinkerer:transvector_dislocator\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"tinker_io:cd_lonesome_avenue\",Count:4s,Damage:0s}", - "{id:\"tinker_io:fuel_input_machine\",Count:6s,Damage:0s}", - "{id:\"torchmaster:frozen_pearl\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:12s,tag:{InfinityEnergy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"wct:wct\",Count:12s,tag:{InfinityEnergy:2147483647,internalCurrentPower:1600000.0d},Damage:0s}", - "{id:\"woot:importer\",Count:6s,Damage:0s}", - "{id:\"abyssalcraft:crystallizer\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:potion_ring_advanced_bauble\",Count:16s,tag:{Blaze:800},Damage:3s}", - "{id:\"actuallyadditions:block_item_viewer_hopping\",Count:6s,Damage:0s}", - "{id:\"actuallyadditions:block_player_interface\",Count:168s,Damage:0s}", - "{id:\"actuallyadditions:block_ranged_collector\",Count:28s,Damage:0s}", - "{id:\"actuallyadditions:block_phantomface\",Count:33s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_placer\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_liquiface\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_energyface\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_redstoneface\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_breaker\",Count:24s,Damage:0s}", - "{id:\"actuallyadditions:block_misc\",Count:45s,Damage:6s}", - "{id:\"actuallyadditions:block_misc\",Count:45s,Damage:8s}", - "{id:\"actuallyadditions:block_furnace_double\",Count:12s,Damage:0s}", - "{id:\"actuallyadditions:block_item_repairer\",Count:33s,Damage:0s}", - "{id:\"actuallyadditions:block_phantom_booster\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_void_bag\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:101s,tag:{Energy:250000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_tele_staff\",Count:101s,tag:{Energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_drill_upgrade_fortune_ii\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_phantom_connector\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_leaf_blower_advanced\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring\",Count:30s,tag:{Blaze:800},Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"actuallyadditions:item_potion_ring_advanced\",Count:22s,tag:{Blaze:800},Damage:3s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:0s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:1s}", - "{id:\"buildcraftcore:engine\",Count:7s,Damage:2s}", - "{id:\"techreborn:part\",Count:5s,Damage:32s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:22s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbatpack\",Count:22s,tag:{energy:16000000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:5s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:lithiumbattery\",Count:5s,tag:{energy:400000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:2s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:rebattery\",Count:2s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:electrictreetap\",Count:1s,tag:{energy:10000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:ironchainsaw\",Count:1s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:irondrill\",Count:1s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:1s,tag:{energy:0},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:steeljackhammer\",Count:1s,tag:{energy:40000},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"techreborn:frequencytransmitter\",Count:2s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:2s,Damage:0s}", - "{id:\"techreborn:upgrades\",Count:13s,Damage:1s}", - "{id:\"techreborn:upgrades\",Count:6s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_reuse\",Count:33s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_pearl_mounted\",Count:33s,Damage:0s}", - "{id:\"cyclicmagic:horse_upgrade_jump\",Count:8s,Damage:0s}", - "{id:\"cyclicmagic:block_library_ctrl\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_elevate\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_eye_orb\",Count:66s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:sack_ender\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:book_ender\",Count:78s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_dungeon\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:ender_lightning\",Count:11s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_warp_home\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:tool_push\",Count:12s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_1\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_2\",Count:1s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_3\",Count:3s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_4\",Count:4s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_5\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:ender_tnt_6\",Count:9s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_void\",Count:8s,tag:{},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"cyclicmagic:charm_wing\",Count:7s,tag:{},Damage:0s}", - "{id:\"cyclicmagic:block_vacuum\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:block_forester\",Count:18s,Damage:0s}", - "{id:\"cyclicmagic:auto_packager\",Count:12s,Damage:0s}", - "{id:\"cyclicmagic:exp_pylon\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:block_disenchanter\",Count:6s,Damage:0s}", - "{id:\"cyclicmagic:fluid_placer\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:11s,tag:{astralsorcery:{}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:11s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.aevitas\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:11s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.discidia\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:11s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.vicio\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:11s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.armara\"}},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"astralsorcery:itemwand\",Count:11s,tag:{astralsorcery:{AugmentName:\"astralsorcery.constellation.evorsio\"}},Damage:0s}", - "{id:\"buildcrafttransport:filtered_buffer\",Count:7s,Damage:0s}", - "{id:\"contenttweaker:atomic_mirror\",Count:24s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:limbo_warper\",Count:12s,Damage:0s}", - "{id:\"contenttweaker:celian_block\",Count:3s,Damage:0s}", - "{id:\"contenttweaker:rhenia_artifact\",Count:11s,Damage:0s}", - "{id:\"contenttweaker:compressed_mana_rune\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"contenttweaker:unfathomable_breaker\",Count:36s,Damage:0s}", - "{id:\"dimdoors:quartz_dimensional_door\",Count:8s,Damage:0s}", - "{id:\"dimdoors:gold_dimensional_door\",Count:8s,Damage:0s}", - "{id:\"dimdoors:iron_dimensional_door\",Count:8s,Damage:0s}", - "{id:\"dimdoors:oak_dimensional_door\",Count:8s,Damage:0s}", - "{id:\"dimdoors:stable_fabric\",Count:11s,Damage:0s}", - "{id:\"dimdoors:unstable_dimensional_door\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_blade\",Count:16s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_remover\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_signature\",Count:8s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:stabilized_rift_signature\",Count:39s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"dimdoors:rift_stabilizer\",Count:8s,Damage:0s}", - "{id:\"dimdoors:dimensional_trapdoor\",Count:12s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_refiner\",Count:26s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_extractor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_aplicator\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:mob_relocator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_independence_selector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_stock_increaser\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_sower\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:crop_enrich_material_injector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:crop_recolector\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_unit\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:water_condensator\",Count:22s,Damage:0s}", - "{id:\"industrialforegoing:water_resources_collector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:animal_resource_harvester\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:mob_slaughter_factory\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:mob_duplicator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:block_destroyer\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:block_placer\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:sewage_composter_solidifier\",Count:28s,Damage:0s}", - "{id:\"industrialforegoing:animal_byproduct_recolector\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:sludge_refiner\",Count:19s,Damage:0s}", - "{id:\"industrialforegoing:mob_detector\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:lava_fabricator\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:bioreactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:biofuel_generator\",Count:36s,Damage:0s}", - "{id:\"industrialforegoing:ore_processor\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_controller_reworked\",Count:28s,Damage:0s}", - "{id:\"industrialforegoing:dye_mixer\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:enchantment_invoker\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:spores_recreator\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:animal_growth_increaser\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:material_stonework_factory\",Count:13s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:black_hole_tank\",Count:39s,Damage:0s}", - "{id:\"industrialforegoing:resourceful_furnace\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:villager_trade_exchanger\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:oredictionary_converter\",Count:18s,Damage:0s}", - "{id:\"industrialforegoing:protein_reactor\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:protein_generator\",Count:63s,Damage:0s}", - "{id:\"industrialforegoing:hydrator\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_pump\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:fluid_crafter\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:plant_interactor\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:item_splitter\",Count:27s,Damage:0s}", - "{id:\"industrialforegoing:fluiddictionary_converter\",Count:11s,Damage:0s}", - "{id:\"industrialforegoing:froster\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:ore_washer\",Count:20s,Damage:0s}", - "{id:\"industrialforegoing:ore_sieve\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:plastic\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"industrialforegoing:meat_feeder\":{},\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:meat_feeder\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:mob_imprisonment_tool\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:straw\",Count:15s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:13s,Damage:1s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:2s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:11s,Damage:3s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:3s,Damage:4s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:11s,Damage:5s}", - "{id:\"industrialforegoing:conveyor_upgrade\",Count:13s,Damage:6s}", - "{id:\"industrialforegoing:adult_filter\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:3s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:4s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:5s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:6s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:7s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:8s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:9s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:10s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:range_addon\",Count:7s,Damage:11s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:energy_field_addon\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:leaf_shearing\",Count:7s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_pull\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:itemstack_transfer_addon_push\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_pull\",Count:27s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fluid_transfer_addon_push\",Count:22s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"industrialforegoing:fortune_addon\",Count:7s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:5s,Damage:0s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:1s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:2s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:3s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:4s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:5s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:6s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:7s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:8s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:9s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:10s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:11s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:12s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:13s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:14s}", - "{id:\"industrialforegoing:conveyor\",Count:3s,Damage:15s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"integratednbt:nbt_extractor_remote\",Count:11s,tag:{integratednbt:{}},Damage:0s}", - "{id:\"plustic:centrifuge\",Count:6s,Damage:1s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"randomthings:spectrecharger\",Count:39s,Damage:2s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"enderio:item_inventory_remote\",Count:3s,tag:{\"enderio:energy\":60000,\"enderio:famount\":2000},Damage:0s}", - "{id:\"minecraft:dragon_egg\",Count:15s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"openblocks:imaginary\",Count:8s,tag:{},Damage:0s}", - "{id:\"rftools:storage_terminal\",Count:22s,Damage:0s}", - "{id:\"rftools:level_emitter\",Count:22s,Damage:0s}", - "{id:\"abyssalcraft:abyportal\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:dreadportal\",Count:4s,Damage:0s}", - "{id:\"abyssalcraft:omotholportal\",Count:4s,Damage:0s}", - "{id:\"industrialforegoing:black_hole_label\",Count:5s,Damage:0s}" - ] - }, - { - "aspect": "dreadia", - "items": [ - "{id:\"thaumadditions:salt_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"dreadia\"}]},Damage:0s}", - "{id:\"thaumadditions:vis_pod\",Count:5s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumadditions:vis_seeds\",Count:2s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumadditions:crystal_block\",Count:6s,tag:{Aspect:\"dreadia\"},Damage:0s}", - "{id:\"thaumcraft:crystal_essence\",Count:1s,tag:{Aspects:[{amount:1,key:\"dreadia\"}]},Damage:0s}", - "{id:\"thaumcraft:phial\",Count:10s,tag:{Aspects:[{amount:10,key:\"dreadia\"}]},Damage:1s}", - "{id:\"mysticalagriculture:dreadium_seeds\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:stone\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:cobblestone\",Count:1s,Damage:2s}", - "{id:\"abyssalcraft:ingotblock\",Count:6s,Damage:2s}", - "{id:\"abyssalcraft:psdl\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadore\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadgrass\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystallizer\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:crystalcluster\",Count:1s,Damage:14s}", - "{id:\"abyssalcraft:dreadlandsdirt\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadstonecobblestonestairs\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:ethaxiumu\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadiumingot\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:dreadfragment\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumhelmet\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumplate\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumlegs\",Count:5s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumboots\",Count:3s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumpickaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumaxe\",Count:2s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsword\",Count:1s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumhoe\",Count:1s,Damage:0s}", - "{id:\"abyssalcraft:crystal\",Count:1s,Damage:14s}", - "{id:\"abyssalcraft:crystalshard\",Count:1s,Damage:14s}", - "{id:\"abyssalcraft:dreadcloth\",Count:3s,Damage:0s}", - "{id:\"abyssalcraft:dreadplate\",Count:8s,Damage:0s}", - "{id:\"abyssalcraft:dreadblade\",Count:4s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadhilt\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadkatana\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:dreadiumsamuraiboots\",Count:6s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:4s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_dre\",Count:4s,tag:{PotEnergy:20000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:3s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:necronomicon_omt\",Count:3s,tag:{PotEnergy:40000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:2s,tag:{PotEnergy:0.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:abyssalnomicon\",Count:2s,tag:{PotEnergy:100000.0f},Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_large\",Count:12s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:crystalbag_huge\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:shoggothflesh\",Count:3s,Damage:2s}", - "{id:\"abyssalcraft:essence\",Count:1s,Damage:1s}", - "{id:\"abyssalcraft:skin\",Count:2s,Damage:1s}", - "{id:\"abyssalcraft:engraving_azathoth\",Count:2s,Damage:0s}", - "{id:\"abyssalcraft:engraving_nyarlathotep\",Count:11s,Damage:0s}", - "{ForgeCaps:{\"astralsorcery:cap_item_amulet_holder\":{}},id:\"abyssalcraft:antidote\",Count:3s,Damage:1s}", - "{id:\"contenttweaker:magic_mushroom_dark\",Count:9s,Damage:0s}", - "{id:\"abyssalcraft:dreadportal\",Count:1s,Damage:0s}" - ] - } -] \ No newline at end of file diff --git a/config - Copy/thaumictinkerer.cfg b/config - Copy/thaumictinkerer.cfg deleted file mode 100644 index e7355a0e..00000000 --- a/config - Copy/thaumictinkerer.cfg +++ /dev/null @@ -1,75 +0,0 @@ -# Configuration file - -general { - # "AuraStrike" Modifier Damage Bonus - # Min: 0 - # Max: 2147483647 - I:"'AuraStrike' Modifier Damage Bonus"=5 - - # BedrockDim DimID - I:"Bedrock Dimension ID"=19 - - # Any Enchant ID's in this list can not be added by the Osmotic Enchanter - I:"Blacklisted Enchants" < - 71 - 10 - > - - # Does the Osmotic Enchanter use the classic pillar structure - B:"Classic Enchanter"=false - - # Is the dislocation focus enabled? - B:"Dislocation Focus Enabled"=true - - # Can Energetic Nitor and Kami Leggings glow - B:"Enable Nitor Vapor"=true - - # Osmotic Enchanter only can enchants vanilla and tinkerer enchantments - B:"Enchanter WhiteList Mode"=true - - # Change dimensional shard drop rate, The higher the value the higher the drop rate - # Min: -1 - # Max: 64 - D:EndShardDropRate=-1.0 - - # Ichorium ToolPart Base Damage - # Min: 0 - # Max: 2147483647 - D:"Ichorium Weapon DamageBase"=3.5 - - # Change dimensional shard drop rate, The higher the value the higher the drop rate - # Min: -1 - # Max: 64 - D:NetherShardDropRate=-1.0 - - # Are Shaders allowed? This effects purely cosmetic visual effects like the transparency for multiblock placeholder - B:"Shaders Enabled"=true - - # This is the amount of times a spellbinding cloth may be used - # Min: 0 - # Max: 2147483647 - I:"Spellbinding Cloth Uses"=10 - - # This is the amount of uses given to the Talisman of Remedium. - # Min: 0 - # Max: 2147483647 - I:"Talisman of Remedium Uses"=100 - - # Is the telekenesis focus enabled? - B:"Telekenesis Focus Enabled"=true - - # Can Tinkers Construct tools be repaired in the repairer? - B:"Tinkers Construct Compatibility"=true - - # This is the distance a block can be from a Transvector Dislocator - # Min: 0 - # Max: 2147483647 - I:"Transvector Dislocator Distance"=10 - - # This is the distance a block can be from a Transvector Interface - # Min: 0 - # Max: 2147483647 - I:"Transvector Interface Distance"=48 -} - - diff --git a/config - Copy/theoneprobe.cfg b/config - Copy/theoneprobe.cfg deleted file mode 100644 index e4fab106..00000000 --- a/config - Copy/theoneprobe.cfg +++ /dev/null @@ -1,303 +0,0 @@ -# Configuration file - -########################################################################################################## -# client -#--------------------------------------------------------------------------------------------------------# -# Client-side settings -########################################################################################################## - -client { - # Color of the border of the box (0 to disable) [default: ff999999] - S:boxBorderColor=ff999999 - - # The distance to the bottom side of the screen. Use -1 if you don't want to set this [range: -1 ~ 10000, default: -1] - I:boxBottomY=-1 - - # Color of the box (0 to disable) [default: 55006699] - S:boxFillColor=55006699 - - # The distance to the left side of the screen. Use -1 if you don't want to set this [range: -1 ~ 10000, default: 5] - I:boxLeftX=-1 - - # How much the border should be offset (i.e. to create an 'outer' border) [range: 0 ~ 20, default: 0] - I:boxOffset=0 - - # The distance to the right side of the screen. Use -1 if you don't want to set this [range: -1 ~ 10000, default: -1] - I:boxRightX=-1 - - # Thickness of the border of the box (0 to disable) [range: 0 ~ 20, default: 2] - I:boxThickness=2 - - # The distance to the top side of the screen. Use -1 if you don't want to set this [range: -1 ~ 10000, default: 5] - I:boxTopY=5 - - # Color of the border of the chest contents box (0 to disable) [default: ff006699] - S:chestContentsBorderColor=ff006699 - - # If true equal stacks will be compacted in the chest contents overlay [default: true] - B:compactEqualStacks=true - - # If true the probe will automatically show extended information if it is in your main hand (so not required to sneak) [default: false] - B:extendedInMain=false - - # true means shows harvestability with vanilla style icons [default: true] - B:harvestStyleVanilla=true - - # If true then the probe hotkey must be held down to show the tooltip [default: false] - B:holdKeyToMakeVisible=false - - # Toggle default probe visibility (client can override) [default: true] - B:isVisible=true - - # 0 means don't show break progress, 1 is show as bar, 2 is show as text [range: 0 ~ 2, default: 1] - I:showBreakProgress=1 - - # If true show liquid information when the probe hits liquid first [default: false] - B:showLiquids=false - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: red,bold] - S:textStyleError=red,bold - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: white] - S:textStyleInfo=white - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: blue] - S:textStyleInfoImportant=blue - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: gray] - S:textStyleLabel=gray - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: blue,italic] - S:textStyleModName=blue,italic - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: white] - S:textStyleName=white - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: gray,strikethrough] - S:textStyleObsolete=gray,strikethrough - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: green] - S:textStyleOk=green - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: white] - S:textStyleProgress=white - - # Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ... [default: yellow] - S:textStyleWarning=yellow - - # The scale of the tooltips, 1 is default, 2 is smaller [range: 0.4 ~ 5.0, default: 1.0] - S:tooltipScale=1.0 -} - - -########################################################################################################## -# providers -#--------------------------------------------------------------------------------------------------------# -# Provider configuration -########################################################################################################## - -providers { - # Entity providers that should be excluded [default: ] - S:excludedEntityProviders < - > - - # Providers that should be excluded [default: ] - S:excludedProviders < - > - - # Order in which entity providers should be used [default: [theoneprobe:entity.default], [theoneprobe:entity.debug], [theoneprobe:entity.entity], [iceandfire.dragon_info], [chickens:chickenstop]] - S:sortedEntityProviders < - theoneprobe:entity.default - theoneprobe:entity.debug - theoneprobe:entity.entity - iceandfire.dragon_info - chickens:chickenstop - > - - # Order in which providers should be used [default: [theoneprobe:default], [theoneprobe:debug], [theoneprobe:block], [thermalexpansion.topplugin], [enderio:default], [tconstruct:casting], [tconstruct:progress], [immersiveengineering:EnergyInfo], [immersiveengineering:ProcessInfo], [immersiveengineering:TeslaCoilInfo], [immersiveengineering:SideConfigInfo], [immersiveengineering:FluidInfo], [appliedenergistics2:TileInfoProvider], [appliedenergistics2:PartInfoProvider], [buildcraftcompat.top], [compactmachines3:default], [integrateddynamics:partData], [integrateddynamics:proxyData], [integrateddynamics:dryingBasinData], [integrateddynamics:squeezerData], [mcjtylib:default], [mikesmodslib:default], [modtut:default], [woot], [tombstone:top], [agricraft], [modularrouters:default], [hammercore], [fluxnetworks], [hatchery:default], [supersoundmuffler:default], [variegated:topprovider], [TechReborn]] - S:sortedProviders < - theoneprobe:default - theoneprobe:debug - theoneprobe:block - thermalexpansion.topplugin - enderio:default - tconstruct:casting - tconstruct:progress - immersiveengineering:EnergyInfo - immersiveengineering:ProcessInfo - immersiveengineering:TeslaCoilInfo - immersiveengineering:SideConfigInfo - immersiveengineering:FluidInfo - appliedenergistics2:TileInfoProvider - appliedenergistics2:PartInfoProvider - buildcraftcompat.top - compactmachines3:default - integrateddynamics:partData - integrateddynamics:proxyData - integrateddynamics:dryingBasinData - integrateddynamics:squeezerData - mcjtylib:default - mikesmodslib:default - modtut:default - woot - tombstone:top - agricraft - modularrouters:default - hammercore - fluxnetworks - hatchery:default - supersoundmuffler:default - variegated:topprovider - TechReborn - > -} - - -########################################################################################################## -# theoneprobe -#--------------------------------------------------------------------------------------------------------# -# The One Probe configuration -########################################################################################################## - -theoneprobe { - # If true equal stacks will be compacted in the chest contents overlay [default: true] - B:compactEqualStacks=true - - # A list of blocks for which we don't send NBT over the network. This is mostly useful for blocks that have HUGE NBT in their pickblock (itemstack) [default: ] - S:dontSendNBT < - > - - # A list of blocks for which we don't show chest contents automatically except if sneaking [default: ] - S:dontShowContentsUnlessSneaking < - storagedrawers:customdrawers - storagedrawers:compdrawers - > - - # If true the probe will automatically show extended information if it is in your main hand (so not required to sneak) [default: false] - B:extendedInMain=false - - # How much time (ms) to wait before reporting an exception again [range: 1 ~ 10000000, default: 20000] - I:loggingThrowableTimeout=20000 - - # The maximum packet size to send an itemstack from client to server. Reduce this if you have issues with network lag caused by TOP [range: -1 ~ 32768, default: 20000] - I:maxPacketToServer=20000 - - # Is the probe needed to show the tooltip? 0 = no, 1 = yes, 2 = yes and clients cannot override, 3 = probe needed for extended info only [range: 0 ~ 3, default: 3] - I:needsProbe=0 - - # Distance at which the probe works [range: 0.1 ~ 200.0, default: 6.0] - S:probeDistance=6.0 - - # Format for displaying RF: 0 = full, 1 = compact, 2 = comma separated [range: 0 ~ 2, default: 1] - I:rfFormat=1 - - # Alternate color for the RF bar [default: ff430000] - S:rfbarAlternateFilledColor=ff430000 - - # Color for the RF bar border [default: ff555555] - S:rfbarBorderColor=ff555555 - - # Color for the RF bar [default: ffdd0000] - S:rfbarFilledColor=ffdd0000 - - # Show animal owner setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2] - I:showAnimalOwnerSetting=2 - - # Show brewing stand setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showBrewStandSetting=1 - - # Show if the block can be harvested (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showCanBeHarvested=1 - - # Show chest contents (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2] - I:showChestContents=2 - - # Show chest contents in detail (0 = not, 1 = always, 2 = sneak), used only if number of items is below 'showItemDetailThresshold' [range: 0 ~ 2, default: 2] - I:showChestContentsDetailed=2 - - # If true show the color of the collar of a wolf [default: true] - B:showCollarColor=true - - # A list of blocks for which we automatically show chest contents even if not sneaking [default: [storagedrawers:basicDrawers], [storagedrawersextra:extra_drawers]] - S:showContentsWithoutSneaking < - storagedrawers:basicDrawers - storagedrawersextra:extra_drawers - > - - # Show the growth level of crops (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showCropPercentage=1 - - # If true show debug info with creative probe [default: true] - B:showDebugInfo=true - - # Show harvest level (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showHarvestLevel=1 - - # Show horse stats setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2] - I:showHorseStatSetting=2 - - # If the number of items in an inventory is lower or equal then this number then more info is shown [range: 0 ~ 20, default: 4] - I:showItemDetailThresshold=4 - - # Show lever/comparator/repeater settings (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showLeverSetting=1 - - # Show time to adulthood for baby mobs (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showMobGrowth=1 - - # Show mob health (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showMobHealth=1 - - # Show mob potion effects (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2] - I:showMobPotionEffects=2 - - # Show mob spawner setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showMobSpawnerSetting=1 - - # Show mod name (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showModName=1 - - # How to display RF: 0 = do not show, 1 = show in a bar, 2 = show as text [range: 0 ~ 2, default: 1] - I:showRF=1 - - # Show redstone (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1] - I:showRedstone=1 - - # Reveal monster eggs (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 0] - I:showSilverfish=0 - - # The maximum amount of slots (empty or not) to show without sneaking [range: 0 ~ 1000, default: 0] - I:showSmallChestContentsWithoutSneaking=0 - - # How to display tank contents: 0 = do not show, 1 = show in a bar, 2 = show as text [range: 0 ~ 2, default: 1] - I:showTank=1 - - # Show tank setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2] - I:showTankSetting=2 - - # If true there will be a readme note for first-time players [default: true] - B:spawnNote=true - - # If true there will be a bauble version of the probe if baubles is present [default: true] - B:supportBaubles=true - - # Format for displaying tank contents: 0 = full, 1 = compact, 2 = comma separated [range: 0 ~ 2, default: 1] - I:tankFormat=1 - - # Alternate color for the tank bar [default: ff000043] - S:tankbarAlternateFilledColor=ff000043 - - # Color for the tank bar border [default: ff555555] - S:tankbarBorderColor=ff555555 - - # Color for the tank bar [default: ff0000dd] - S:tankbarFilledColor=ff0000dd - - # The amount of milliseconds to wait before updating probe information from the server (this is a client-side config) [range: 10 ~ 100000, default: 300] - I:timeout=300 - - # The amount of milliseconds to wait before showing a 'fetch from server' info on the client (if the server is slow to respond) (-1 to disable this feature) [range: -1 ~ 100000, default: 2000] - I:waitingForServerTimeout=2000 -} - - diff --git a/config - Copy/thermalsolars.cfg b/config - Copy/thermalsolars.cfg deleted file mode 100644 index 77afa034..00000000 --- a/config - Copy/thermalsolars.cfg +++ /dev/null @@ -1,137 +0,0 @@ -# Configuration file - -oregen { - # The size of the Ender ore cluster [range: 0 ~ 16, default: 4] - I:"Ender Ore Cluster Size"=4 - - # The rarity of the Ender cluster [range: 0 ~ 16, default: 8] - I:"Ender Ore Rarity 0(Rare) - 16 (Common)"=8 - - # The size of the lunar ore cluster [range: 0 ~ 16, default: 5] - I:"Lunar Ore Cluster Size"=5 - - # The rarity of the lunar cluster [range: 0 ~ 16, default: 9] - I:"Lunar Ore Rarity 0(Rare) - 16 (Common)"=9 - - # Generate Titanium,Lunar and End Ore in the appropriate dimensions [default: true] - B:OreGen=true - - # The size of the titanium ore cluster [range: 0 ~ 16, default: 6] - I:"Titanium Ore Cluster Size"=6 - - # The rarity of the titanium cluster [range: 0 ~ 16, default: 10] - I:"Titanium Ore Rarity 0(Rare) - 16 (Common)"=10 -} - - -solarpanel { - # The amount of power that can be pulled from the Tier 1 lunar solar panel at a time. [range: 0 ~ 2147483647, default: 32] - I:"Tier 1 LunarPanel MaxExtract TransferRate"=32 - - # The amount of power that can be input into the Tier 1 lunar solar panel at a time. [range: 0 ~ 2147483647, default: 32] - I:"Tier 1 LunarPanel MaxReceive TransferRate"=32 - - # The amount of power that can be stored by the Tier 1 lunar solar panel. [range: 0 ~ 2147483647, default: 50000] - I:"Tier 1 LunarPanelCapacity"=50000 - - # The amount of power that is generated by the Tier 1 lunar solar panel every tick. [range: 0 ~ 2147483647, default: 8] - I:"Tier 1 LunarPanelPowerGen"=8 - - # The amount of power that can be pulled from the Tier 1 solar panel at a time. [range: 0 ~ 2147483647, default: 32] - I:"Tier 1 Panel MaxExtract TransferRate"=32 - - # The amount of power that can be input into the Tier 1 solar panel at a time. [range: 0 ~ 2147483647, default: 32] - I:"Tier 1 Panel MaxReceive TransferRate"=32 - - # The amount of power that can be stored by the Tier 1 solar panel. [range: 0 ~ 2147483647, default: 50000] - I:"Tier 1 PanelCapacity"=50000 - - # The amount of power that is generated by the Tier 1 solar panel every tick. [range: 0 ~ 2147483647, default: 16] - I:"Tier 1 PanelPowerGen"=16 - - # The amount of power that can be pulled from the Tier 2 lunar solar panel at a time. [range: 0 ~ 2147483647, default: 64] - I:"Tier 2 LunarPanel MaxExtract TransferRate"=64 - - # The amount of power that can be input into the Tier 2 lunar solar panel at a time. [range: 0 ~ 2147483647, default: 64] - I:"Tier 2 LunarPanel MaxReceive TransferRate"=64 - - # The amount of power that can be stored by the Tier 2 lunar solar panel. [range: 0 ~ 2147483647, default: 100000] - I:"Tier 2 LunarPanelCapacity"=100000 - - # The amount of power that is generated by the Tier 2 lunar solar panel every tick. [range: 0 ~ 2147483647, default: 16] - I:"Tier 2 LunarPanelPowerGen"=16 - - # The amount of power that can be pulled from the Tier 2 solar panel at a time. [range: 0 ~ 2147483647, default: 64] - I:"Tier 2 Panel MaxExtract TransferRate"=64 - - # The amount of power that can be input into the Tier 2 solar panel at a time. [range: 0 ~ 2147483647, default: 64] - I:"Tier 2 Panel MaxReceive TransferRate"=64 - - # The amount of power that can be stored by the Tier 2 solar panel. [range: 0 ~ 2147483647, default: 100000] - I:"Tier 2 PanelCapacity"=100000 - - # The amount of power that is generated by the Tier 2 solar panel every tick. [range: 0 ~ 2147483647, default: 32] - I:"Tier 2 PanelPowerGen"=32 - - # The amount of power that can be pulled from the Tier 3 lunar solar panel at a time. [range: 0 ~ 2147483647, default: 128] - I:"Tier 3 LunarPanel MaxExtract TransferRate"=128 - - # The amount of power that can be input into the Tier 3 lunar solar panel at a time. [range: 0 ~ 2147483647, default: 128] - I:"Tier 3 LunarPanel MaxReceive TransferRate"=128 - - # The amount of power that can be stored by the Tier 3 lunar solar panel. [range: 0 ~ 2147483647, default: 200000] - I:"Tier 3 LunarPanelCapacity"=200000 - - # The amount of power that is generated by the Tier 3 lunar solar panel every tick. [range: 0 ~ 2147483647, default: 32] - I:"Tier 3 LunarPanelPowerGen"=32 - - # The amount of power that can be pulled from the Tier 3 solar panel at a time. [range: 0 ~ 2147483647, default: 128] - I:"Tier 3 Panel MaxExtract TransferRate"=128 - - # The amount of power that can be input into the Tier 3 solar panel at a time. [range: 0 ~ 2147483647, default: 128] - I:"Tier 3 Panel MaxReceive TransferRate"=128 - - # The amount of power that can be stored by the Tier 3 solar panel. [range: 0 ~ 2147483647, default: 200000] - I:"Tier 3 PanelCapacity"=200000 - - # The amount of power that is generated by the Tier 3 solar panel every tick. [range: 0 ~ 2147483647, default: 64] - I:"Tier 3 PanelPowerGen"=64 - - # The amount of power that can be pulled from the Tier 4 solar panel at a time. [range: 0 ~ 2147483647, default: 256] - I:"Tier 4 Panel MaxExtract TransferRate"=256 - - # The amount of power that can be input into the Tier 4 solar panel at a time. [range: 0 ~ 2147483647, default: 256] - I:"Tier 4 Panel MaxReceive TransferRate"=256 - - # The amount of power that can be stored by the Tier 4 solar panel. [range: 0 ~ 2147483647, default: 400000] - I:"Tier 4 PanelCapacity"=400000 - - # The amount of power that is generated by the Tier 4 solar panel every tick. [range: 0 ~ 2147483647, default: 128] - I:"Tier 4 PanelPowerGen"=128 - - # The amount of power that can be pulled from the Tier 5 solar panel at a time. [range: 0 ~ 2147483647, default: 512] - I:"Tier 5 Panel MaxExtract TransferRate"=512 - - # The amount of power that can be input into the Tier 5 solar panel at a time. [range: 0 ~ 2147483647, default: 512] - I:"Tier 5 Panel MaxReceive TransferRate"=512 - - # The amount of power that can be stored by the Tier 5 solar panel. [range: 0 ~ 2147483647, default: 800000] - I:"Tier 5 PanelCapacity"=800000 - - # The amount of power that is generated by the Tier 5 solar panel every tick. [range: 0 ~ 2147483647, default: 256] - I:"Tier 5 PanelPowerGen"=256 - - # The amount of power that can be pulled from the Tier 6 solar panel at a time. [range: 0 ~ 2147483647, default: 1024] - I:"Tier 6 Panel MaxExtract TransferRate"=1024 - - # The amount of power that can be input into the Tier 6 solar panel at a time. [range: 0 ~ 2147483647, default: 1024] - I:"Tier 6 Panel MaxReceive TransferRate"=1024 - - # The amount of power that can be stored by the Tier 6 solar panel. [range: 0 ~ 2147483647, default: 1600000] - I:"Tier 6 PanelCapacity"=1600000 - - # The amount of power that is generated by the Tier 6 solar panel every tick. [range: 0 ~ 2147483647, default: 512] - I:"Tier 6 PanelPowerGen"=512 -} - - diff --git a/config - Copy/tickdynamic.cfg b/config - Copy/tickdynamic.cfg deleted file mode 100644 index c9204748..00000000 --- a/config - Copy/tickdynamic.cfg +++ /dev/null @@ -1,773 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# WEBSITE: https://mods.curse.com/mc-mods/minecraft/269359-tick-dynamic <- Head here for the documentation, or if you have questions. -# ISSUE TRACKER: https://github.com/The-Fireplace/TickDynamic/issues <- Go here if you have problems, log spam, or suggestions to improve the mod. -# -# Slices are the way you control the time allotment to each world, and within each world, to Entities and TileEntities. -# Each tick the time for a tick(By default 50ms) will be distributed among all the worlds, according to how many slices they have. -# If you have 3 worlds, each with 100 slices, then each world will get 100/300 = ~33% of the time. -# So you can thus give the Overworld a maxSlices of 300, while giving the other two 100 each. This way the Overworld will get 60% of the time. -# -# Of the time given to the world, this is further distributed to TileEntities and Entities according to their slices, the same way. -# TileEntities and Entities are given a portion of the time first given to the world, so their slices are only relative to each other within that world.If any group has unused time, then that time will be distributed to the remaining groups. -# So even if you give 1000 slices to TileEntities and 100 to Entities, as long as as TileEntities aren't using it's full time, -# Entities will be able to use more than 100 slices of time. -# -# So the formula for slices to time percentage is: (singleGroupInWorld.maxSlices/combinedGroupsInWorld.maxSlices)*100 -# -# Note: maxSlices = 0 has a special meaning. It means that the group's time usage is accounted for, but not limited. -# Basically it can take all the time it needs, even if it goes above the parent maxTime, pushing its siblings down to minimumObjects. -########################################################################################################## - -general { - # How many ticks of data to use when averaging for time balancing. - # A higher number will make it take regular spikes into account, however will make it slower to adjust to changes. - I:averageTicks=20 - - # Debug Group mapping and assignment. Will spam during world load and config reload!!! - B:debugGroups=false - - # Debug output from time allocation and calculation. Warning: Setting this to true will cause a lot of console spam. - # Only do it if developer or someone else asks for the output! - B:debugTimer=false - - # The default maxSlices for a new automatically added world. - I:defaultWorldSlicesMax=100 - B:enabled=true - - # Disables all log output to the console. Make sure this is off before providing the author with logs. - B:nologs=false -} - - -########################################################################################################## -# groups -#--------------------------------------------------------------------------------------------------------# -# Groups define a list of Entities and/or TileEntities and the configuration for them. -# You can define the groups here, and they will automatically be part of every world. -# -# If you wish to override the settings for a group in a specific world, you can simply include a group with the same name in the world, -# and then provide the new values. Any value you do not define will be read from the global group. -# So you can for example define a group for all Animal mobs, and define them to get less time than other Entities in all worlds, -# but then define them to get even less time in a certain world without having to re-define the list of Entities. -# -# Note that the groups 'entity' and 'tileentity' are special groups. Any TileEntity or Entity which are not included in any other group, -# will be automatically included in these two groups. -########################################################################################################## - -groups { - - entity { - # Whether this group is enabled or not. If not, no Entity/TileEntity will be added to it. - B:enabled=true - - # List of Entity/TileEntity class names(Ex: net.minecraft.tileentity.TileEntityDropper), for Entities that are to be included in this group. - S:entityClassNames < - - > - - # List of Entity/Block names(Ex: Sheep / minecraft:furnace) who are to be included in this group. - S:entityNames < - - > - - # Entity or TileEntity group - S:groupType=Entity - - # Minimum number of objects to tick, independent of slices. Set to 0 to disable. - I:minimumObjects=100 - - # Minimum TPS to keep, independent of slices. Set to 0 to disable. - D:minimumTPS=0.0 - - # Minimum Time to keep(In milliseconds), independent of slices. Set to 0 to disable. - D:minimumTime=0.0 - - # List of mods to exclude. Will exclude every Entity or TileEntity from the specific mod, independent of 'entityClassNames' and 'entityNames' - # - S:modId < - - > - - # The number of slices given to this Group - I:slicesMax=100 - - # Set the World time to the correct time for the TPS of this group. - B:useCorrectedTime=true - } - - players { - # Whether this group is enabled or not. If not, no Entity/TileEntity will be added to it. - B:enabled=true - - # List of Entity/TileEntity class names(Ex: net.minecraft.tileentity.TileEntityDropper), for Entities that are to be included in this group. - S:entityClassNames < - net.minecraft.entity.player.EntityPlayer - net.minecraft.entity.player.EntityPlayerMP - > - - # List of Entity/Block names(Ex: Sheep / minecraft:furnace) who are to be included in this group. - S:entityNames < - - > - - # Entity or TileEntity group - S:groupType=Entity - - # Minimum number of objects to tick, independent of slices. Set to 0 to disable. - I:minimumObjects=100 - - # Minimum TPS to keep, independent of slices. Set to 0 to disable. - D:minimumTPS=0.0 - - # Minimum Time to keep(In milliseconds), independent of slices. Set to 0 to disable. - D:minimumTime=0.0 - - # List of mods to exclude. Will exclude every Entity or TileEntity from the specific mod, independent of 'entityClassNames' and 'entityNames' - # - S:modId < - - > - - # The number of slices given to this Group - I:slicesMax=0 - - # Set the World time to the correct time for the TPS of this group. - B:useCorrectedTime=true - } - - tileentity { - # Whether this group is enabled or not. If not, no Entity/TileEntity will be added to it. - B:enabled=true - - # List of Entity/TileEntity class names(Ex: net.minecraft.tileentity.TileEntityDropper), for Entities that are to be included in this group. - S:entityClassNames < - - > - - # List of Entity/Block names(Ex: Sheep / minecraft:furnace) who are to be included in this group. - S:entityNames < - - > - - # Entity or TileEntity group - S:groupType=TileEntity - - # Minimum number of objects to tick, independent of slices. Set to 0 to disable. - I:minimumObjects=100 - - # Minimum TPS to keep, independent of slices. Set to 0 to disable. - D:minimumTPS=0.0 - - # Minimum Time to keep(In milliseconds), independent of slices. Set to 0 to disable. - D:minimumTime=0.0 - - # List of mods to exclude. Will exclude every Entity or TileEntity from the specific mod, independent of 'entityClassNames' and 'entityNames' - # - S:modId < - - > - - # The number of slices given to this Group - I:slicesMax=100 - - # Set the World time to the correct time for the TPS of this group. - B:useCorrectedTime=true - } - -} - - -worlds { - # The time allotted to a tick in milliseconds. 20 Ticks per second means 50ms per tick. - # This is the base time allotment it will use when balancing the time usage between worlds and objects. - # You can set this to less than 50ms if you want to leave a bit of buffer time for other things, or don't want to use 100% cpu. - I:tickTime=50 - - ########################################################################################################## - # dim0 - #--------------------------------------------------------------------------------------------------------# - # overworld - ########################################################################################################## - - dim0 { - I:slicesMax=100 - - entity { - # Entity or TileEntity group - S:groupType=Entity - - # The number of slices given to this Group - I:slicesMax=100 - } - - tileentity { - # Entity or TileEntity group - S:groupType=TileEntity - - # The number of slices given to this Group - I:slicesMax=100 - } - - } - - ########################################################################################################## - # dim1 - #--------------------------------------------------------------------------------------------------------# - # the_end - ########################################################################################################## - - dim1 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim50 - #--------------------------------------------------------------------------------------------------------# - # The Abyssal Wasteland - ########################################################################################################## - - dim50 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim51 - #--------------------------------------------------------------------------------------------------------# - # The Dreadlands - ########################################################################################################## - - dim51 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim52 - #--------------------------------------------------------------------------------------------------------# - # Omothol - ########################################################################################################## - - dim52 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim53 - #--------------------------------------------------------------------------------------------------------# - # The Dark Realm - ########################################################################################################## - - dim53 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim800 - #--------------------------------------------------------------------------------------------------------# - # abyss - ########################################################################################################## - - dim800 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim801 - #--------------------------------------------------------------------------------------------------------# - # ancient_cavern - ########################################################################################################## - - dim801 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim802 - #--------------------------------------------------------------------------------------------------------# - # barathos - ########################################################################################################## - - dim802 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim803 - #--------------------------------------------------------------------------------------------------------# - # candyland - ########################################################################################################## - - dim803 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim804 - #--------------------------------------------------------------------------------------------------------# - # celeve - ########################################################################################################## - - dim804 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim805 - #--------------------------------------------------------------------------------------------------------# - # creeponia - ########################################################################################################## - - dim805 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim806 - #--------------------------------------------------------------------------------------------------------# - # crystevia - ########################################################################################################## - - dim806 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim807 - #--------------------------------------------------------------------------------------------------------# - # deeplands - ########################################################################################################## - - dim807 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim808 - #--------------------------------------------------------------------------------------------------------# - # dustopia - ########################################################################################################## - - dim808 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim809 - #--------------------------------------------------------------------------------------------------------# - # gardencia - ########################################################################################################## - - dim809 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim810 - #--------------------------------------------------------------------------------------------------------# - # greckon - ########################################################################################################## - - dim810 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim811 - #--------------------------------------------------------------------------------------------------------# - # haven - ########################################################################################################## - - dim811 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim812 - #--------------------------------------------------------------------------------------------------------# - # immortallis - ########################################################################################################## - - dim812 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim813 - #--------------------------------------------------------------------------------------------------------# - # iromine - ########################################################################################################## - - dim813 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim814 - #--------------------------------------------------------------------------------------------------------# - # lborean - ########################################################################################################## - - dim814 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim815 - #--------------------------------------------------------------------------------------------------------# - # lelyetia - ########################################################################################################## - - dim815 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim816 - #--------------------------------------------------------------------------------------------------------# - # lunalus - ########################################################################################################## - - dim816 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim817 - #--------------------------------------------------------------------------------------------------------# - # mysterium - ########################################################################################################## - - dim817 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim818 - #--------------------------------------------------------------------------------------------------------# - # precasia - ########################################################################################################## - - dim818 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim819 - #--------------------------------------------------------------------------------------------------------# - # runandor - ########################################################################################################## - - dim819 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim820 - #--------------------------------------------------------------------------------------------------------# - # shyrelands - ########################################################################################################## - - dim820 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim821 - #--------------------------------------------------------------------------------------------------------# - # vox_ponds - ########################################################################################################## - - dim821 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim-1 - #--------------------------------------------------------------------------------------------------------# - # the_nether - ########################################################################################################## - - dim-1 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim144 - #--------------------------------------------------------------------------------------------------------# - # CompactMachines - ########################################################################################################## - - dim144 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim684 - #--------------------------------------------------------------------------------------------------------# - # limbo - ########################################################################################################## - - dim684 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim685 - #--------------------------------------------------------------------------------------------------------# - # private_pockets - ########################################################################################################## - - dim685 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim686 - #--------------------------------------------------------------------------------------------------------# - # public_pockets - ########################################################################################################## - - dim686 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim687 - #--------------------------------------------------------------------------------------------------------# - # dungeon_pockets - ########################################################################################################## - - dim687 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim688 - #--------------------------------------------------------------------------------------------------------# - # dungeon_pockets - ########################################################################################################## - - dim688 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim420 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:eden - ########################################################################################################## - - dim420 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim421 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:wildwood - ########################################################################################################## - - dim421 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim422 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:apalachia - ########################################################################################################## - - dim422 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim423 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:skythern - ########################################################################################################## - - dim423 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim424 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:mortum - ########################################################################################################## - - dim424 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim425 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:iceika - ########################################################################################################## - - dim425 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim426 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:arcana - ########################################################################################################## - - dim426 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim427 - #--------------------------------------------------------------------------------------------------------# - # divinerpg:vethea - ########################################################################################################## - - dim427 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim66 - #--------------------------------------------------------------------------------------------------------# - # EREBUS - ########################################################################################################## - - dim66 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim43 - #--------------------------------------------------------------------------------------------------------# - # simplevoidworld - ########################################################################################################## - - dim43 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim14676 - #--------------------------------------------------------------------------------------------------------# - # emptiness - ########################################################################################################## - - dim14676 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim418 - #--------------------------------------------------------------------------------------------------------# - # tartarus - ########################################################################################################## - - dim418 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim20 - #--------------------------------------------------------------------------------------------------------# - # betweenlands - ########################################################################################################## - - dim20 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim4 - #--------------------------------------------------------------------------------------------------------# - # AetherI - ########################################################################################################## - - dim4 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim-11325 - #--------------------------------------------------------------------------------------------------------# - # Deep Dark - ########################################################################################################## - - dim-11325 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim-9999 - #--------------------------------------------------------------------------------------------------------# - # ExtraUtils2_Quarry_Dim - ########################################################################################################## - - dim-9999 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim4598 - #--------------------------------------------------------------------------------------------------------# - # nc_wasteland - ########################################################################################################## - - dim4598 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim-343800852 - #--------------------------------------------------------------------------------------------------------# - # Spectre - ########################################################################################################## - - dim-343800852 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim7 - #--------------------------------------------------------------------------------------------------------# - # twilight_forest - ########################################################################################################## - - dim7 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim-2 - #--------------------------------------------------------------------------------------------------------# - # planet - ########################################################################################################## - - dim-2 { - I:slicesMax=100 - } - - ########################################################################################################## - # dim-26 - #--------------------------------------------------------------------------------------------------------# - # Storage Cell - ########################################################################################################## - - dim-26 { - I:slicesMax=100 - } - - dim183 { - I:slicesMax=100 - } - -} - - diff --git a/config - Copy/tinker_ore_dict_melting_cache.dat b/config - Copy/tinker_ore_dict_melting_cache.dat deleted file mode 100644 index 4367eab8..00000000 Binary files a/config - Copy/tinker_ore_dict_melting_cache.dat and /dev/null differ diff --git a/config - Copy/tinkersaether.cfg b/config - Copy/tinkersaether.cfg deleted file mode 100644 index 1baf447d..00000000 --- a/config - Copy/tinkersaether.cfg +++ /dev/null @@ -1,74 +0,0 @@ -# Configuration file - -general { - # Whether Blue Aercloud is enabled or not. - B:aercloudBlue=true - - # Whether Cold Aercloud is enabled or not. - B:aercloudCold=true - - # Whether Gold Aercloud is enabled or not. - B:aercloudGold=true - - # Whether Candy Cane is enabled or not. - B:candyCane=true - - # Whether Crystal Leaf is enabled or not. - B:crystalLeaf=true - - # Whether Darts and Dart Shooters are enabled or not. - B:darts=true - - # Whether Golden Amber is enabled or not. - B:goldenAmber=true - - # Whether Golden Feather is enabled or not. - B:goldenFeather=true - - # Whether Golden Oak Leaf is enabled or not. - B:goldenOakLeaf=true - - # Whether Gravitite is enabled or not. - B:gravitite=true - - # Whether Gravitite can be used to make a tool forge. - B:gravititeForge=true - - # Whether Gravitite Ore can be melted in the smeltery. - B:gravititeOreMelt=true - - # Whether Holiday Leaf is enabled or not. - B:holidayLeaf=true - - # Whether Holystone is enabled or not. - B:holystone=true - - # Whether Icestone is enabled or not. - B:icestone=true - - # Whether Skyroot is enabled or not. - B:skyroot=true - - # Whether Skyroot Leaf is enabled or not. - B:skyrootLeaf=true - - # Whether Swet is enabled or not. - B:swet=true - - # Whether Valkyrie Metal is enabled or not. - B:valkyrie=true - - # Whether Valkyrie Metal (if enabled) can be found in Silver Dungeon chests. - B:valkyrieDungeonChest=true - - # Whether Valkyrie Metal (if enabled) can be used to make a tool forge. - B:valkyrieForge=true - - # Whether Valkyrie Metal (if enabled) can be created by enchanting Victory Medals. - B:valkyrieMedalEnchant=true - - # Whether Zanite is enabled or not. - B:zanite=true -} - - diff --git a/config - Copy/tinkersoredictcache.cfg b/config - Copy/tinkersoredictcache.cfg deleted file mode 100644 index 0f2692fb..00000000 --- a/config - Copy/tinkersoredictcache.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration file - -general { - B:disableOreDictMelting=false -} - - diff --git a/config - Copy/tinymobfarm.cfg b/config - Copy/tinymobfarm.cfg deleted file mode 100644 index 18cbc2d6..00000000 --- a/config - Copy/tinymobfarm.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# Configuration file - -general { - I:"Lasso Durability"=256 - - # Blacklist of mobs that cannot be captured (i.e. minecraft:cow for cow). - S:"Mob Blacklist" < - - > - D:"Mob Farm Rate" < - 50.0 - 40.0 - 30.0 - 20.0 - 10.0 - 5.0 - 2.5 - 0.5 - > -} - - diff --git a/config - Copy/tombstone.cfg b/config - Copy/tombstone.cfg deleted file mode 100644 index a0e291a9..00000000 --- a/config - Copy/tombstone.cfg +++ /dev/null @@ -1,823 +0,0 @@ -# Configuration file - -########################################################################################################## -# alignment -#--------------------------------------------------------------------------------------------------------# -# Options related to player's alignment -########################################################################################################## - -alignment { - I:chanceKillRaider=30 - I:chanceTabletOfCupidity=50 - - # Points for zombie villager exorcism - # Min: 0 - # Max: 50 - I:pointsExorcismZombieVillager=2 - - # Points for freeing a soul in a receptacle - # Min: 0 - # Max: 50 - I:pointsFreeSoulReceptacle=3 - - # Points for killing a raider - # Min: 0 - # Max: 20 - I:pointsKillRaider=1 - - # Points for killing a villager - # Min: -50 - # Max: 0 - I:pointsKillVillager=-2 - - # Points for plundering a player's grave - # Min: -50 - # Max: 0 - I:pointsPlunderPlayerGrave=-2 - - # Points for Pray of Protection - # Min: 0 - # Max: 50 - I:pointsPrayOfProtection=2 - - # Points for tablet of cupidity - # Min: -20 - # Max: 0 - I:pointsTabletOfCupidity=-1 -} - - -########################################################################################################## -# allowedmagicitems -#--------------------------------------------------------------------------------------------------------# -# Allows to disable some magic items -########################################################################################################## - -allowedmagicitems { - # Book of Disenchantment - B:allowBookOfDisenchantment=true - - # Book of Magic Impregnation - B:allowBookOfMagicImpregnation=true - - # Book of Repairing - B:allowBookOfRepairing=true - - # Dust of Vanishing - B:allowDustOfVanishing=true - - # Familiar Receptacle - B:allowFamiliarReceptacle=true - - # Magic Scroll - B:allowFamiliarStone=true - - # Grave's Key - B:allowGraveKey=true - - # Lost Tablet - B:allowLostTablet=true - - # Magic Scroll - B:allowMagicScroll=true - - # Magic Scroll - B:allowMerchantStone=true - - # Scroll of Aquatic Life - B:allowScrollOfAquaticLife=true - - # Scroll of Feather Falling - B:allowScrollOfFeatherFall=true - - # Scroll of Frost Resistance - B:allowScrollOfFrostResistance=true - - # Scroll of Knowledge - B:allowScrollOfKnowledge=true - - # Scroll of Lightning Resistance - B:allowScrollOfLightningResistance=true - - # Scroll of Mercy - B:allowScrollOfMercy=true - - # Scroll of Preservation - B:allowScrollOfPreservation=true - - # Scroll of Purification - B:allowScrollOfPurification=true - - # Scroll of Reach - B:allowScrollOfReach=true - - # Scroll of True Sight - B:allowScrollOfTrueSight=true - - # Scroll of Unstable Intangibility - B:allowScrollOfUnstableIntangibility=true - B:allowScrollOfUnstableIntangibleness=true - - # Tablet of Assistance - B:allowTabletOfAssistance=true - - # Tablet of Cupidity - B:allowTabletOfCupidity=true - - # Tablet of Home - B:allowTabletOfHome=true - - # Tablet of Recall - B:allowTabletOfRecall=true - - # Voodoo Poppet - B:allowVoodooPoppet=true -} - - -########################################################################################################## -# client -#--------------------------------------------------------------------------------------------------------# -# Personal Options that can be edited even on server -########################################################################################################## - -client { - # Allows to activate a grave by sneaking - B:activateGraveBySneaking=true - - # Defines when to automatically equip your items - # Valid values: - # NEVER - # GRAVE_RECOVERY - # DEATH_RESPAWN - # ALWAYS - S:autoEquipRule=ALWAYS - - # Shows only the elapsed minecraft days since the death on graves - B:dateInMCTime=false - - # Denies to create a grave with your items when you die - B:denyGraveOnDeath=false - - # Display or not the messages of gain of points in knowledge of death - B:displayKnowledgeMessage=true - - # Enables the special rendering and particles for Halloween - B:enableHalloweenEffect=true - - # Equips elytra in priority when recovering your lost items - B:equipElytraInPriority=false - - # Favorite grave - # Valid values: - # GRAVE_SIMPLE - # GRAVE_NORMAL - # GRAVE_CROSS - # TOMBSTONE - # SUBARAKI_GRAVE - # GRAVE_ORIGINAL - S:favoriteGrave=GRAVE_SIMPLE - - # Favorite grave marble - # Valid values: - # DARK - # WHITE - S:favoriteGraveMarble=DARK - - # Decimal value of the fog color - I:fogColor=16777215 - - # Fog density around the graves - # Valid values: - # NONE - # LOW - # NORMAL - # HIGH - S:fogDensity=NONE - - # Period where graves produce fog - # Valid values: - # DAY - # NIGHT - # BOTH - # NEVER - S:fogPeriod=NIGHT - - # Defines the rule to use for grave's skin - # Valid values: - # DEFAULT - # FORCE_NORMAL - # FORCE_HALLOWEEN - S:graveSkinRule=DEFAULT - - # Defines your grave placement logic (nearest or ideal placement) - # Valid values: - # SAFEST - # NORMAL - # NEAREST - S:graveSpawnRule=NORMAL - - # Highlights the tomb from far when holding the key - B:highlight=true - - # Defines the type of marker when holding in hand some items like the Grave's Key - # Valid values: - # WING - # SPARK - # NOTE - # BOX - S:markerType=WING - - # Decimal value for the color of the particles when using magic items - # Min: 0 - # Max: 16777215 - I:particleCastingColor=14937088 - - # Favor the tools on the hotbar when recovering a grave - B:priorizeToolOnHotbar=false - - # Shows all the infos in the tooltip of items - B:showEnhancedTooltips=true - - # Shows the use of the Tombstone's enchantments in tooltip - B:showInfoOnEnchantment=true - - # Shows the magic circles - B:showMagicCircle=true - - # Shows shadow step particles - B:showShadowStep=true - - # Shows shield particles on villager - B:showShieldParticle=true - - # Skips the Respawn Screen - B:skipRespawnScreen=false - - # Decimal value for the color of the grave text - # Min: 0 - # Max: 16777215 - I:textColorDeathDate=2962496 - - # Decimal value for the color of the grave text - # Min: 0 - # Max: 16777215 - I:textColorOwner=5991302 - - # Decimal value for the color of the grave text - # Min: 0 - # Max: 16777215 - I:textColorRIP=2962496 -} - - -########################################################################################################## -# compatibilities -#--------------------------------------------------------------------------------------------------------# -# Allows to enable some features related to others mods -########################################################################################################## - -compatibilities { - # Allows to re-equip Aether Legacy slots - B:allowAetherAutoEquip=true - B:allowAetherLegacyAutoEquip=true - - # Allows to re-equip the Baubles slots - B:allowBaublesAutoEquip=true - - # Allows to re-equip Galacticraft slots - B:allowGalacticrafAutoEquip=true - - # Allows to re-equip RPG Inventory slots - B:allowRPGInventoryAutoEquip=true - - # Allows to re-equip the backpack slot - B:allowSmartBackpacksAutoEquip=true - - # Allows to re-equip Techguns slots - B:allowTechgunsAutoEquip=true - - # Allows to provide some vis values for decorative graves - B:allowThaumcraftVis=true - B:allowThaumcraftVisValues=false - - # Allows to re-equip The BetweenLands slots - B:allowTheBetweenLandsAutoEquip=true - - # Keeps the cosmetic armor when you die - B:keepCosmeticArmor=true - - # Ensure the potion effects to stay on the player after returning from end conquered - B:preserveEffectsOnReturnEndConquered=true - - # Allows to move the backpack close to the grave - B:supportWearableBackpacks=false -} - - -########################################################################################################## -# decorativegrave -#--------------------------------------------------------------------------------------------------------# -# For settings related to decorative tombs and magic items -########################################################################################################## - -decorativegrave { - # Allows lost tablets to find locations outside the current world - B:allowTabletSearchOutsideWorld=true - S:blackListCapturableSouls < - > - - # Allows to disenchant enchanted books with the Book of Disenchantment - B:canDisenchantEnchantedBook=false - - # Allows to replace a grave plate already set on a grave - B:canReplaceGravePlate=true - - # Chance to receive a random beneficial spell effect when praying near a grave - # Min: 0 - # Max: 100 - I:chancePrayReward=40 - - # Chance on 1000 that a soul appears on a grave - # Min: 0 - # Max: 1000 - I:chanceSoul=100 - - # The cooldown in minutes to reset the perks with the Ankh of Pray - # Min: 20 - # Max: 1440 - I:cooldownResetperk=20 - - # The cooldown in hours to pray with the Ankh of Pray - # Min: 1 - # Max: 10 - I:cooldownToPray=3 - - # Duration of voodoo poppet's effects in seconds when preventing death - # Min: 5 - # Max: 60000 - I:durationVoodooPoppetEffects=60 - - # Cooldown in second after using a tablet - # Min: 60 - # Max: 1200 - I:tabletCooldown=60 - - # Maximum uses of a tablet - # Min: 1 - # Max: 10 - I:tabletMaxUse=10 - I:tabletOfCupidityCooldown=900 - - # Time in minutes to check if a soul appears on a grave - # Min: 1 - # Max: 10000 - I:timeSoul=30 - - # Sets the decorative graves unbreakable - B:unbreakableDecorativeGrave=false -} - - -########################################################################################################## -# enchantments -#--------------------------------------------------------------------------------------------------------# -# Allows to customize or disable the enchantments -########################################################################################################## - -enchantments { - # Allows Plague Bringer to combine with Magic Siphon - B:allowPlagueBringerCombiningMagicSiphon=false - - # Allows Blessing at enchanting table - B:blessingEnchantingTable=false - - # Allows Curse of Bones at enchanting table - B:curseOfBonesEnchantingTable=false - - # Duration of applied effects in seconds - # Min: 1 - # Max: 2147483647 - I:durationPlagueBringer=5 - - # Enables the enchantment Blessing - B:enableEnchantmentBlessing=true - - # Enables the enchantment Curse of Bones - B:enableEnchantmentCurseOfBones=true - - # Enables the enchantment Magic Siphon - B:enableEnchantmentMagicSiphon=true - - # Enables the enchantment Plague Bringer - B:enableEnchantmentPlagueBringer=true - - # Enables the enchantment Shadow Step - B:enableEnchantmentShadowStep=false - - # Enables the enchantment Soulbound - B:enableEnchantmentSoulbound=true - - # Allows Magic Siphon at enchanting table - B:magicSiphonEnchantingTable=true - - # Defines if players can steal effects to others players. If nerfed, the stolen effect duration is limited to 10% of the initial effect - # Valid values: - # ALLOW - # NERFED - # DISALLOW - S:"magicSiphonOnPlayerRule "=ALLOW - - # Maximum duration of stolen effects in minutes - # Min: 1 - # Max: 2147483647 - I:maxDurationMagicSiphon=1440 - I:maxLevelMagicSiphon=5 - I:maxLevelPlagueBringer=3 - - # The wearer is also affected by the effect if his alignment is not bad - B:nerfPlagueBringer=true - B:nerfShadowStep=false - - # Shadow Step is only active while sneaking - B:nerfShadowStepForceSneak=false - - # Shadow Step is disabled for 10 seconds by opening a chest - B:nerfShadowStepOpenChest=true - - # Allows Plague Bringer at enchanting table - B:plagueBringerEnchantingTable=false - B:restrictShadowStepToPlayer=true - - # Allows Shadow Step at enchanting table - B:shadowStepEnchantingTable=false - - # Allows Soulbound at enchanting table - B:soulboundEnchantingTable=true -} - - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# Miscellaneous options -########################################################################################################## - -general { - # Allows players to be hurt by special damages related to some items - B:allowBeyondTheGraveDamage=true - B:autoEquipOnDeathRespawn=true - - # The chance that a player receives an already enchanted Grave's Key on death - # Min: -1 - # Max: 100 - I:chanceEnchantedGraveKey=0 - I:chanceLossOnDeath=0 - I:chanceMobOnGraveRecovery=0 - - # Cooldown in minutes to use the command tbrequestteleport (-1 = disabled) - # Min: -1 - # Max: 1440 - I:cooldownRequestTeleport=-1 - - # Cooldown in minutes to use the command tbbind (-1 = disabled) - # Min: -1 - # Max: 1440 - I:cooldownTeleportBind=-1 - - # Cooldown in minutes to use the command tbteleportdeath (-1 = disabled) - # Min: -1 - # Max: 1440 - I:"cooldownTeleportDeath "=-1 - I:cooldownTombRaiding=60 - I:decayTime=-1 - I:familiarReceptacleRequiredLevel=10 - - # The duration of the Ghostly Shape effect in seconds - # Min: 0 - # Max: 2147483647 - I:ghostlyShapeDuration=120 - B:graveKeyOnDeath=true - B:gravesByPassGriefingRules=true - B:handlePlayerDeath=true - B:handlePlayerXp=true - I:knowledgeLoss=0 - B:logPlayerGrave=true - B:nerfGhostlyShape=false - S:noGraveLocation < - 0, 0, 0, -10000, 20 - > - I:percentLossOnDeath=0 - - # Perk Progression Scale - # Min: 1 - # Max: 5 - I:perkProgressionScale=2 - B:persistantHalloween=false - B:playerGraveAccess=true - B:preventDeathOutsideWorld=false - B:pvpMode=true - B:restoreEffectsOnDeath=false - - # Scroll duration - # Min: 1200 - # Max: 120000 - I:scrollDuration=12000 - - # Scroll of Knowledge Loss - # Min: 0 - # Max: 90 - I:scrollOfKnowledgeLoss=0 - I:snifferRange=5 - - # Allows teleportation to other dimensions - B:teleportDim=true - - # Beneficial effects that can't used by certain features such as ankh of pray, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment - S:unhandledBeneficialEffects < - tombstone:ghostly_shape - tombstone:preservation - tombstone:exorcism - extraalchemy - astralsorcery:potiontimefreeze - xreliquary:flight_potion - > - - # Harmful effects that can't used by certain features such as tablet of cupidity and the enchantment plague bringer - S:unhandledHarmfulEffects < - minecraft:nausea - > - S:whiteListBlocks < - minecraft:tallgrass:0 - minecraft:tallgrass:1 - minecraft:tallgrass:2 - minecraft:deadbush:0 - minecraft:double_plant:0 - minecraft:double_plant:1 - minecraft:double_plant:2 - minecraft:double_plant:3 - minecraft:double_plant:4 - minecraft:double_plant:5 - minecraft:snow_layer:0 - > - I:xpLoss=0 -} - - -########################################################################################################## -# loot -#--------------------------------------------------------------------------------------------------------# -# Allows to change the chance to drop some items -########################################################################################################## - -loot { - I:chanceDecorativeGraveOnBoss=50 - - # Chance on 1000 to receive a familiar receptacle on undead boss - # Min: 0 - # Max: 1000 - I:chanceFamiliarReceptacleOnBoss=100 - - # Chance on 1000 for undead mobs to drop Grave's Dust - # Min: 0 - # Max: 1000 - I:chanceGraveDust=100 - - # Chance to loot a Lost Tablet by fishing - # Min: 0 - # Max: 1000 - I:chanceLootLostTablet=100 - I:chanceRandomPoppetOnBoss=100 - - # Chance on 1000 to receive a random scroll on undead boss - # Min: 0 - # Max: 1000 - I:chanceRandomScrollOnBoss=100 - - # Chance on 1000 to receive a Soul Receptacle on undead boss - # Min: 0 - # Max: 1000 - I:chanceSoulReceptacleOnBoss=50 - - # Chance on 1000 to receive a voodoo poppet on undead boss - # Min: 0 - # Max: 1000 - I:chanceVoodooPoppetOnBoss=100 - B:dropOnlyOnPlayerKill=true - S:treasureLootTable < - minecraft:chests/end_city_treasure - minecraft:chests/abandoned_mineshaft - minecraft:chests/nether_bridge - minecraft:chests/stronghold_library - minecraft:chests/desert_pyramid - minecraft:chests/jungle_temple - minecraft:chests/igloo_chest - minecraft:chests/woodland_mansion - > - - # Minimum life for an undead to be considered as a boss for drop - # Min: 200 - # Max: 2147483647 - I:undeadBossLifeForDrop=100 - B:undeadCanDropSkull=true - - # Entities that can't found as loot in a Familiar Receptacle - S:unhandledTameableEntities < - > -} - - -########################################################################################################## -# player_death -#--------------------------------------------------------------------------------------------------------# -# Options related to player's death -########################################################################################################## - -player_death { - # Allows to fill an existing grave instead of creating a new one - B:allowToFillExistingGrave=true - B:allowTombRaiding=false - - # The chance that some items are lost on death - # Min: 0 - # Max: 100 - I:chanceLossOnDeath=0 - - # The chance that creatures appear after the contents of a grave are retrieved - # Min: 0 - # Max: 100 - I:chanceMobOnGraveRecovery=0 - - # The time in minutes before a Grave's Key isn't required to open a grave (-1 = disabled) - # Min: -1 - # Max: 2147483647 - I:decayTime=-1 - B:gravesByPassGriefingRules=true - - # Whether to handle player death - B:handlePlayerDeath=true - B:handlePlayerXp=true - - # Knowledge of Death loss why dying - # Min: 0 - # Max: 500 - I:knowledgeLoss=0 - - # Whether to log the positions of players' graves - B:logPlayerGrave=true - - # Only abandoned graves can have losses of items (based on the decay_time) - B:lossOnDeathOnlyForAbandonedGrave=true - - # Only stackable items can be lost on death - B:lossOnDeathOnlyForStackableItems=true - - # Cancel the Ghostly Shape effect when breaking a block - B:nerfGhostlyShapeBreakBlock=true - - # Cancel the Ghostly Shape effect when colliding an enemy - B:nerfGhostlyShapeEnemyCollision=true - - # Cancel the Ghostly Shape effect when opening a chest - B:nerfGhostlyShapeOpenChest=true - - # Caps the duration of Ghostly Shape effect to 10 seconds when teleporting with a Grave's Key - B:nerfGhostlyShapeTeleportWithKey=true - - # Coordinates where graves shouldn't spawn - S:noGraveLocation < - 0, 0, 0, -10000, 20 - > - - # The percentage of items that are lost on death - # Min: 0 - # Max: 100 - I:percentLossOnDeath=0 - B:playerGraveAccess=true - - # Prevents death outside the build height - B:preventDeathOutsideBuildHeight=false - B:preventDeathOutsideWorld=true - - # Prevents death outside the borders of the world - B:preventDeathOutsideWorldBorder=true - B:pvpMode=true - - # Percent of stolen experience by killing a player when PvP mode is enabled - # Min: 0 - # Max: 100 - I:pvpStolenXp=30 - - # Whether to unlock access to a grave if the player has been killed by another player - B:pvpUnlockGrave=true - - # Whether to restore beneficial effects after a player dies - B:restoreEffectsOnDeath=false - - # The radius in which items should be collected when a grave is spawned - # Min: 1 - # Max: 10 - I:snifferRange=5 - - # Experience loss on death (%) (-1 = disabled) - # Min: -1 - # Max: 100 - I:xpLoss=0 -} - - -########################################################################################################## -# recovery -#--------------------------------------------------------------------------------------------------------# -# Options related to the command recovery and auto-save of players -########################################################################################################## - -recovery { - # Backup players on death - B:backupOnDeath=false - - # Log when players are automatically back up - B:logAutoBackup=false - B:recoveryFamiliarEnable=true - - # Enables to backup automatically players - B:recoveryPlayerEnable=true - - # Maximum number of backups per player - # Min: 5 - # Max: 100 - I:recoveryPlayerMaxSaves=15 - - # Time in minutes between players' backups - # Min: 5 - # Max: 1000 - I:recoveryPlayerTimer=20 -} - - -########################################################################################################## -# village_siege -#--------------------------------------------------------------------------------------------------------# -# Allows to define the conditions for a village siege to begin -########################################################################################################## - -village_siege { - # Allows to use the positions of creative players to define the siege location - B:allowCreativePlayersForSiege=false - - # Delay in seconds for a second test of siege when the first failed - # Min: 0 - # Max: 2400 - I:delaySiegeTest=600 - - # The dimensions that village sieges should not occur in - S:deniedDimensionTypeForSiege < - the_nether - the_end - > - - # The creatures of the siege have a glowing effect (only uses this for test purposes) - B:glowingCreatureTest=false - - # Allows to handle village sieges - B:handleVillageSiege=true - - # Logs the different states of a village siege while searching for an adequate place - B:logSiegeState=false - - # Mobs in siege are persistent - B:persistentMobInSiege=false - - # Shuffles the list of players before testing the siege location - B:shufflePlayersForSiege=true - - # Chance for a siege to occur - # Min: 0 - # Max: 100 - I:siegeChance=10 - - # Maximum of creatures appearing in a siege - # Min: 0 - # Max: 100 - I:siegeMaxCreature=20 - - # Minimum of doors for a siege - # Min: 0 - # Max: 50 - I:siegeMinDoor=10 - - # Minimum of golems for a siege - # Min: 0 - # Max: 5 - I:siegeMinGolem=0 - - # Minimum of villagers for a siege - # Min: 0 - # Max: 50 - I:siegeMinVillager=20 - - # Undeads always wear a helm when sieging - B:undeadWearHelmInSiege=true -} - - diff --git a/config - Copy/topaddons.cfg b/config - Copy/topaddons.cfg deleted file mode 100644 index 51995e8b..00000000 --- a/config - Copy/topaddons.cfg +++ /dev/null @@ -1,39 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1 - -bloodmagic { - # Is holding a divination sigil required to see certain information. - B:requireSigil=true - - # Shows the player that they're looking at a mimick block when holding a seer sigil. - B:seeMimickWithSigil=true -} - - -helmets { - # All non-blacklisted helmets can be combined with a probe. - # !!! When this is false you can't uncraft previously probified helmets !!! - B:allHelmetsProbable=true - - # Registry names of helmets that shouldn't be combinable with a probe - S:helmetBlacklist < - > -} - - -storagedrawers { - # Replace Storage Drawers default extended info. - B:replaceDrawers=true -} - - -vanilla { - # Show animal grow up timer. - B:growupTimer=true - - # Show animal breeding cooldown. - B:showBreedingCooldown=true -} - - diff --git a/config - Copy/topaddons_client.cfg b/config - Copy/topaddons_client.cfg deleted file mode 100644 index 5324366e..00000000 --- a/config - Copy/topaddons_client.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 1 - -"client options" { - # Color the name of an Ice and Fire dragon depending on its type. [default: true] - B:colorDragonName=true - - # Which tank gauge(s) to display (The One Probe, TOP Addons, Both). [default: Both] - S:fluidGaugeDisplay=Both - - # Only show Forestry machines' important failure reasons when crouching. [default: false] - B:forestryReasonCrouch=false - - # Display pitch and instrument on Note Blocks. [default: true] - B:showPitch=true - - # Show smeltery fluid volume in ingots. [default: true] - B:smelteryInIngots=true - - # Display installed modules when sneaking. [default: false] - B:stevesOtherModules=false - - # Swap ArchitectureCraft tile name and material. [default: false] - B:swapArchitectureShapeAndMaterial=false -} - - diff --git a/config - Copy/torchmaster.cfg b/config - Copy/torchmaster.cfg deleted file mode 100644 index f4c4378b..00000000 --- a/config - Copy/torchmaster.cfg +++ /dev/null @@ -1,123 +0,0 @@ -# Configuration file - -general { - # Adds additional information about torchmaster items into the tooltip - B:BeginnerTooltips=true - - # Same as the mega torch block list override, just for the dread lamp - # Block squid: +minecraft:squid - # Allow pigs: -minecraft:pig - S:DreadLampEntityBlockListOverrides < - > - - # The radius of the spawn prevention. (Passive Animals) - # Min: 0 - # Max: 512 - I:DreadLampRange=64 - - # The maximum amount of invisble lights a feral flare lantern can place. Set to 0 to disable light placement. - # Warning: Setting this value too high in conjunction with the feralFlareMinLightLevel and Radius can lead to world corruption! - # (Badly compressed packet error) - # Min: 0 - # Max: 2147483647 - I:FeralFlareLanternLightCountHardcap=255 - - # If this setting is enabled, the mega torch will block all natural spawn attempts from Lycanites Mobs in its radius - B:LycanitesMobsBlockAll=true - - # Allows to get the lit torch when harvested with silk touch. Has no effect if MegaTorchExtinguishOnHarvest is false) - B:MegaTorchAllowSilkTouch=true - - # Controls if the mega torch should allow mob spawning from vanilla spawners - B:MegaTorchAllowVanillaSpawners=true - - # The speed at which the torch will extinguish. Set to 0 to disable. - # Min: 0 - # Max: 2147483647 - I:MegaTorchBurnoutRate=0 - - # The burnout value. This value is removed by the amount of burnout rate per tick - # Min: 0 - # Max: 2147483647 - I:MegaTorchBurnoutValue=1 - - # Use this setting to override the internal lists for entity blocking - # You can use this to block more entities or even allow certain entities to still spawn - # The + prefix will add the entity to the list, effectivly denying its spawns - # The - prefix will remove the entity from the list (if necessary), effectivly allowing its spawns - # Block zombies: +minecraft:zombie - # Allow creepers: -minecraft:creeper - S:MegaTorchEntityBlockListOverrides < - > - - # If set to true, the mega torch will drop as an unlit torch when harvesting it - B:MegaTorchExtinguishOnHarvest=false - - # The lighter item to light an unlit torch, see https://github.com/Xalcon/TorchMaster/wiki/Torch-Burnout for more info. - S:MegaTorchLighterItems < - minecraft:flint_and_steel - > - - # The radius of the spawn prevention. (Monster) - # Min: 0 - # Max: 512 - I:MegaTorchRange=64 - - # If this setting is enabled, the mega torch will block all natural spawn attempts from MoCreatures in its radius - B:MoCreaturesBlockAll=true - - # The spacing between each torch. Distance of 5 means there will be a torch every 5 blocks with 4 blocks space in between. - # Min: 0 - # Max: 2147483647 - I:TerrainLighterSpacing=5 - - # The amount of torches to place in each direction. The effective range is multiplied by the torch spacing (32 * 5 = 160 blocks, default 7 * 5 = 35 blocks) - # Min: 0 - # Max: 2147483647 - I:TerrainLighterTorchCount=7 - - # This controls which torches are supported by the terrain lighter - # Min: 0 - # Max: 512 - S:TerrainLighterTorches < - minecraft:torch - tconstruct:stone_torch - > - - # Controls the amount of blocks between each segment in the visualizer - # You can increase this value in case you prefer less lines in the volume visualization - # or if the visualization causes a big FPS hit to your potato. - # Do not increase this value above the torch range or you might break the rendering. - # Higher values will render less lines. 1.0 = 1 block per segment, 2.0 = 2 blocks per segment - # Min: 0.5 - # Max: 1.7976931348623157E308 - D:TorchVisualizerSegmentationFactor=2.0 - - # If false, lights decay slowly after the lantern has been removed. If true, the lights will be removed instantly - B:feralFlareLightDecayInstantly=false - - # The target minimum light level to place lights for - # Min: 1 - # Max: 15 - I:feralFlareMinLightLevel=10 - - # The radius in which the feral flare should try to place lights - # Min: 0 - # Max: 2147483647 - I:feralFlareRadius=16 - - # Controls how often the flare should try to place lights. 1 means every tick, 10 every 10th tick, etc - # Min: 1 - # Max: 2147483647 - I:feralFlareTickRate=5 - - # Durability of the frozen pearl. Each removed light will remove one charge from the pearl. Set to 0 to disable durability - # Min: 0 - # Max: 2147483647 - I:frozenPearlDurability=1024 - - # Some mods override the same method as torchmaster to handle mob spawning. Setting this to true might help with certain mods still being able to spawn things. (Unlikely though) - B:slighlyMoreAggressiveBlocking=false -} - - diff --git a/config - Copy/torohealthmod.cfg b/config - Copy/torohealthmod.cfg deleted file mode 100644 index 8b11c420..00000000 --- a/config - Copy/torohealthmod.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# Configuration file - -client { - # Damage Text Color [default: RED] - S:"Damage Color"=RED - - # Heal Text Color [default: GREEN] - S:"Heal Color"=GREEN - - # Display Health Bars [default: HEARTS] - S:"Health Bar Display"=BAR - - # Location of Health Bar [default: TOP LEFT] - S:"Health Bar Position"=TOP LEFT - - # With CUSTOM position, sets X position of Health Bar [range: -20000 ~ 20000, default: 0] - I:"Health Bar X"=0 - - # With CUSTOM position, sets Y position of Health Bar [range: -20000 ~ 20000, default: 0] - I:"Health Bar Y"=18 - - # Delays hiding the dialog for the given number of milliseconds [range: 50 ~ 5000, default: 400] - I:"Hide Delay"=400 - - # Shows a 3D model of the entity being targeted [default: true] - B:"Show 3D Model of Entity"=true - - # Show Damage Indicators [default: true] - B:"Show Damage Particles"=true - - # Background Skin Selection [default: BASIC] - S:Skin=BASIC -} - - diff --git a/config - Copy/translocators.cfg b/config - Copy/translocators.cfg deleted file mode 100644 index 3f69eca3..00000000 --- a/config - Copy/translocators.cfg +++ /dev/null @@ -1,10 +0,0 @@ -#Setting this to true will disable the placement of the CraftingGrid. -B:"disable_crafting_grid"=false - -#Allows controlling what item is used to attach filtering mode. -"filter_item" { - S:"registry_name"="translocators:diamond_nugget" - - #Use '32767' for wild card. - I:"meta"=0 -} diff --git a/config - Copy/tweakedexcavation.cfg b/config - Copy/tweakedexcavation.cfg deleted file mode 100644 index c5cca91d..00000000 --- a/config - Copy/tweakedexcavation.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# Configuration file - -general { - - "default excavator power tiers" { - # This will set the capacity of the excavator, default=64000 - # Min: 1 - # Max: 2147483647 - I:"Default capacity"=64000 - - # This will set the power consumption of the excavator, default=4096 - # Min: 1 - # Max: 2147483647 - I:"Default consumption"=4096 - } - - "jei config" { - B:"Draw PowerTier"=true - B:"Draw SpawnWeight"=true - } - -} - - diff --git a/config - Copy/tweakedlib.cfg b/config - Copy/tweakedlib.cfg deleted file mode 100644 index 2666af12..00000000 --- a/config - Copy/tweakedlib.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration file - -general { - - logging { - # This will run checks for passable errors on startup. If they exit it will crash the game, instead if loading the game - # recommend while developing a pack but not in production, default=false - B:"Log Missing PowerTiers on startup"=false - B:"Passthrough errors to Craft Tweaker"=true - B:"Passthrough errors to Groovy Script"=true - } - -} - - diff --git a/config - Copy/twilightforest.cfg b/config - Copy/twilightforest.cfg deleted file mode 100644 index 90bcdad3..00000000 --- a/config - Copy/twilightforest.cfg +++ /dev/null @@ -1,291 +0,0 @@ -# Configuration file - -general { - # Allow portals only for admins (Operators). This severely reduces the range in which the mod usually scans for valid portal conditions, and it scans near ops only. - B:adminOnlyPortals=false - - # Allow portals to the Twilight Forest to be made outside of the 'origin' dimension. May be considered an exploit. - B:allowPortalsInOtherDimensions=false - - # Anti-Builder blacklist. (domain:block:meta) meta is optional. - S:antibuilderBlacklist < - minecraft:bedrock - tombmanygraves:grave_block - > - - # Determines if new portals should be pre-checked for safety. If enabled, portals will fail to form rather than redirect to a safe alternate destination. - # Note that enabling this also reduces the rate at which portal formation checks are performed. - B:checkPortalDestination=false - - # Disable Twilight Forest portal creation entirely. Provided for server operators looking to restrict action to the dimension. - B:disablePortalCreation=false - - # Disable the uncrafting function of the uncrafting table. Provided as an option when interaction with other mods produces exploitable recipes. - B:disableUncrafting=true - - # Should TF Compatibility load? Turn off if TF's Compatibility is causing crashes or if not desired. - B:doCompat=true - - # Controls whether various effects from the mod are rendered while in first-person view. Turn this off if you find them distracting. - B:firstPersonEffects=true - - # The dimension you can always travel to the Twilight Forest from, as well as the dimension you will return to. Defaults to the overworld. - I:originDimension=0 - - # Registry String IDs of items used to create the Twilight Forest Portal. (domain:regname:meta) meta is optional. - S:portalCreationItems < - contenttweaker:fluix_lens - > - - # Set this true if you want the lightning that zaps the portal to not set things on fire. For those who don't like fun. - B:portalLightning=false - - # Sets the default value of the game rule controlling enforced progression. - B:progressionRuleDefault=false - - # Rotate trophy heads on item model. Has no performance impact at all. For those who don't like fun. - B:rotateTrophyHeadsGui=true - - # If false, the return portal will require the activation item. - B:shouldReturnPortalBeUsable=true - - # Make cicadas silent for those having sound library problems, or otherwise finding them annoying. - B:silentCicadas=false - - ########################################################################################################## - # dimension - #--------------------------------------------------------------------------------------------------------# - # Settings that are not reversible without consequences. - ########################################################################################################## - - dimension { - # What ID number to assign to the Twilight Forest dimension. Change if you are having conflicts with another mod. - I:dimensionID=7 - - # If true, players spawning for the first time will spawn in the Twilight Forest. - B:newPlayersSpawnInTF=false - - # If true, Twilight Forest will generate as a void except for Major Structures - B:skylightForest=false - - # If true, giant Twilight Oaks will also spawn in void worlds - B:skylightOaks=true - - # If set, this will override the normal world seed when generating parts of the Twilight Forest Dimension. - S:twilightForestSeed= - - ########################################################################################################## - # worldgenweights - #--------------------------------------------------------------------------------------------------------# - # Weights for various small features - ########################################################################################################## - - worldgenweights { - # Min: 0 - # Max: 2147483647 - I:druidHutWeight=10 - - # Min: 0 - # Max: 2147483647 - I:fallenHollowLogWeight=10 - - # Min: 0 - # Max: 2147483647 - I:fallenSmallLogWeight=10 - - # Min: 0 - # Max: 2147483647 - I:foundationWeight=10 - - # Min: 0 - # Max: 2147483647 - I:groveRuinsWeight=5 - - # Min: 0 - # Max: 2147483647 - I:hollowStumpWeight=12 - - # Min: 0 - # Max: 2147483647 - I:monolithWeight=10 - - # Min: 0 - # Max: 2147483647 - I:stalagmiteWeight=12 - - # Min: 0 - # Max: 2147483647 - I:stoneCircleWeight=10 - - # Min: 0 - # Max: 2147483647 - I:wellWeight=10 - } - - ########################################################################################################## - # hollowhillstalactites - #--------------------------------------------------------------------------------------------------------# - # Defines custom stalactites generated in hollow hills. - # Format is "modid:block<:meta> size maxLength minHeight weight", where the properties are: - # Size - the maximum length of the stalactite relative to the space between hill floor and ceiling, - # Max length - maximum length of a stalactite in blocks, - # Min height - minimum space between the hill floor and the stalactite to let it generate, - # Weight - how often it generates. - # - # For example: "minecraft:iron_ore 0.7 8 1 24" would add a stalactite equal to the default iron ore stalactite. - ########################################################################################################## - - hollowhillstalactites { - # Blocks generating as stalactites in large hills only - S:largeHill < - contenttweaker:alchemical_ore 0.4 9 2 10 - > - - # Blocks generating as stalactites in medium and large hills - S:mediumHill < - contenttweaker:alchemical_ore 0.4 9 2 10 - > - - # Blocks generating as stalactites in all hills - S:smallHill < - contenttweaker:alchemical_ore 0.4 9 2 10 - > - - # If true, default stalactites and stalactites defined by other mods will not be used. - B:useConfigOnly=false - } - - } - - ########################################################################################################## - # performance - #--------------------------------------------------------------------------------------------------------# - # Lets you sacrifice various things to improve world performance. - ########################################################################################################## - - performance { - # Amount of canopy coverage. Lower numbers improve chunk generation speed at the cost of a thinner forest. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:canopyCoverage=1.7000000476837158 - - # If the dimension has per-block skylight values. Disabling this will significantly improve world generation performance, at the cost of flat lighting everywhere. - # WARNING: Once chunks are loaded without skylight, that data is lost and cannot easily be regenerated. Be careful! - B:enableSkylight=true - - # Setting this true will make Twilight Glaciers generate with Packed Ice instead of regular translucent Ice, decreasing amount of light checking calculations. - B:glacierPackedIce=false - - # This controls the opacity of leaves, changing the amount of light blocked. Can be used to decrease complexity in some lighting checks. - # Min: 0 - # Max: 255 - I:leavesLightOpacity=1 - - # Chance that a chunk in the Twilight Forest will contain a twilight oak tree. Higher numbers reduce the number of trees, increasing performance. - # Min: 1 - # Max: 2147483647 - I:twilightOakChance=48 - } - - ########################################################################################################## - # shieldinteractions - #--------------------------------------------------------------------------------------------------------# - # We recommend downloading the Shield Parry mod for parrying, but these controls remain for without. - ########################################################################################################## - - shieldinteractions { - # Set to true to parry non-Twilight projectiles. - B:parryNonTwilightAttacks=false - - # The amount of ticks after raising a shield that makes it OK to parry an arrow. - # Min: 0 - # Max: 2147483647 - I:shieldParryTicksArrow=40 - - # Min: 0 - # Max: 2147483647 - I:shieldParryTicksBeam=10 - - # The amount of ticks after raising a shield that makes it OK to parry a fireball. - # Min: 0 - # Max: 2147483647 - I:shieldParryTicksFireball=40 - - # The amount of ticks after raising a shield that makes it OK to parry a thrown item. - # Min: 0 - # Max: 2147483647 - I:shieldParryTicksThrowable=40 - } - - ########################################################################################################## - # loadingscreen - #--------------------------------------------------------------------------------------------------------# - # Client only: Controls for the Loading screen - ########################################################################################################## - - loadingscreen { - # How many ticks between each loading screen change. Set to 0 to not cycle at all. - # Min: 0 - # Max: 2147483647 - I:cycleLoadingScreenFrequency=0 - - # Wobble the Loading icon. Has no performance impact at all. For those who don't like fun. - B:enable=true - - # Frequency of wobble and bounce. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:frequency=5.0 - - # List of items to be used for the wobbling Loading Icon. (domain:item:meta) meta is optional. - S:loadingIconStacks < - twilightforest:experiment_115 - twilightforest:magic_map - twilightforest:charm_of_life_2 - twilightforest:charm_of_keeping_3 - twilightforest:phantom_helmet - twilightforest:lamp_of_cinders - twilightforest:carminite - twilightforest:block_and_chain - twilightforest:yeti_helmet - twilightforest:hydra_chop - twilightforest:magic_beans - twilightforest:ironwood_raw - twilightforest:naga_scale - twilightforest:experiment_115:2 - twilightforest:miniature_structure - twilightforest:miniature_structure:6 - twilightforest:knightmetal_block - twilightforest:tower_device:10 - twilightforest:twilight_sapling:5 - twilightforest:twilight_sapling:6 - twilightforest:twilight_sapling:7 - twilightforest:twilight_sapling:8 - twilightforest:twilight_sapling:9 - twilightforest:borer_essence - > - - # Scale of whole bouncy loading icon. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:scale=3.0 - - # How much the loading icon bounces. - # Min: 0.0 - # Max: 1.7976931348623157E308 - D:scaleDeviation=5.25 - - # Pushback value to re-center the wobble of loading icon. - # Min: 0.0 - # Max: 360.0 - D:tiltConstant=22.5 - - # How far the loading icon wobbles. - # Min: 0.0 - # Max: 360.0 - D:tiltRange=11.25 - } - -} - - diff --git a/config - Copy/uberconduitprobe.cfg b/config - Copy/uberconduitprobe.cfg deleted file mode 100644 index faa60ba6..00000000 --- a/config - Copy/uberconduitprobe.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Configuration file - -general { - # The maximum amount of blocks that can be selected for configuration. - # Min: 0 - # Max: 2147483647 - I:MaxConfigurableVolume=32768 -} - - diff --git a/config - Copy/unlimitedchiselworks.cfg b/config - Copy/unlimitedchiselworks.cfg deleted file mode 100644 index 838114fb..00000000 --- a/config - Copy/unlimitedchiselworks.cfg +++ /dev/null @@ -1,92 +0,0 @@ -# Configuration file - -enabled { - B:"abyssalcraft:abybrick"=true - B:"abyssalcraft:abydreadbrick"=true - B:"abyssalcraft:cobblestone"=true - B:"abyssalcraft:cstonebrick"=true - B:"abyssalcraft:darkstone_brick"=true - B:"abyssalcraft:dltplank"=true - B:"abyssalcraft:dreadbrick"=true - B:"abyssalcraft:dreadlandsdirt"=true - B:"abyssalcraft:ethaxiumbrick"=true - B:"advancedrocketry:planks"=true - B:"aether_legacy:dungeon_block"=true - B:"aether_legacy:holystone"=true - B:"aether_legacy:skyroot_plank"=true - B:"appliedenergistics2:quartz_block"=true - B:"appliedenergistics2:sky_stone_brick"=true - B:"astralsorcery:blockblackmarble"=true - B:"astralsorcery:blockmarble"=true - B:"bewitchment:coquina_bricks"=true - B:"bewitchment:cypress_planks"=true - B:"bewitchment:dragons_blood_planks"=true - B:"bewitchment:elder_planks"=true - B:"bewitchment:juniper_planks"=true - B:"bewitchment:scorned_bricks"=true - B:"biomesoplenty:dirt"=true - B:"biomesoplenty:planks_0"=true - B:"biomesoplenty:white_sandstone"=true - B:"botania:biomestonea"=true - B:"botania:biomestoneb"=true - B:"botania:dreamwood"=true - B:"botania:livingrock"=true - B:"botania:livingwood"=true - B:"botania:quartztypeblaze"=true - B:"botania:quartztypedark"=true - B:"botania:quartztypeelf"=true - B:"botania:quartztypelavender"=true - B:"botania:quartztypemana"=true - B:"botania:quartztypered"=true - B:"botania:quartztypesunny"=true - B:"environmentaltech:aethium"=true - B:"environmentaltech:erodium"=true - B:"environmentaltech:ionite"=true - B:"environmentaltech:kyronite"=true - B:"environmentaltech:lonsdaleite"=true - B:"environmentaltech:pladium"=true - B:"extratrees:planks.0"=false - B:"extratrees:planks.1"=false - B:"extratrees:planks.2"=false - B:"extratrees:planks.fireproof.0"=false - B:"extratrees:planks.fireproof.1"=false - B:"extratrees:planks.fireproof.2"=false - B:"forestry:ash_brick"=true - B:"forestry:planks.0"=false - B:"forestry:planks.1"=false - B:"forestry:planks.fireproof.0"=false - B:"forestry:planks.fireproof.1"=false - B:"immersiveengineering:treated_wood"=true - B:"integrateddynamics:crystalized_chorus_brick"=true - B:"integrateddynamics:crystalized_menril_brick"=true - B:"integrateddynamics:menril_planks"=true - B:"natura:nether_planks"=true - B:"natura:overworld_planks"=true - B:"railcraft:brick_abyssal"=true - B:"railcraft:brick_bleachedbone"=true - B:"railcraft:brick_bloodstained"=true - B:"railcraft:brick_frostbound"=true - B:"railcraft:brick_infernal"=true - B:"railcraft:brick_nether"=true - B:"railcraft:brick_pearlized"=true - B:"railcraft:brick_quarried"=true - B:"railcraft:brick_red_nether"=true - B:"railcraft:brick_red_sandy"=true - B:"railcraft:brick_sandy"=true - B:"techreborn:rubber_planks"=true - B:"thaumcraft:plank_greatwood"=true - B:"thaumcraft:plank_silverwood"=true - B:"thebetweenlands:mud_bricks"=true -} - - -enabled_groups { -} - - -general { - # Whether or not to enable debug functionality. [default: false] - B:enableDebugFeatures=false -} - - diff --git a/config - Copy/unloader.cfg b/config - Copy/unloader.cfg deleted file mode 100644 index 58c5cd78..00000000 --- a/config - Copy/unloader.cfg +++ /dev/null @@ -1,20 +0,0 @@ -# Configuration file - -########################################################################################################## -# general -#--------------------------------------------------------------------------------------------------------# -# General configuration settings for Unloader! -########################################################################################################## - -general { - # List of Dimensions you don't want Unloader to unload. Can be dimension name or ID. Uses Regular Expressions! [default: [0], [overworld]] - S:blacklistDims < - 0 - overworld - > - - # Time (in ticks) you want Unloader to wait before checking dimensions. [range: 200 ~ 6000, default: 600] - I:unloadCheckDelay=600 -} - - diff --git a/config - Copy/vanillafix.cfg b/config - Copy/vanillafix.cfg deleted file mode 100644 index d5c2a90c..00000000 --- a/config - Copy/vanillafix.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file - -crashes { - B:disableReturnToMainMenu=false - I:errorNotificationDuration=30000 - S:hasteURL=https://paste.dimdev.org - B:replaceErrorNotifications=false - - # Valid values: - # LOG - # NOTIFICATION - # WARNING_SCREEN - # CRASH - S:scheduledTaskproblemAction=LOG -} - - -fixes { - B:bugFixes=true - B:crashFixes=true - B:modSupport=true - B:profiler=true - B:textureFixes=false -} - - diff --git a/config - Copy/variegated.cfg b/config - Copy/variegated.cfg deleted file mode 100644 index 714be14f..00000000 --- a/config - Copy/variegated.cfg +++ /dev/null @@ -1,338 +0,0 @@ -# Configuration file - -general { - # Allow ender portal frames to be broken in survival - B:"Breakable Ender Portal Frames"=true - - # Enable the Attraction potion - B:"Enable Attraction"=true - - # Enable the Fisherman's Boon potion - B:"Enable Fisherman's Boon"=true - - # Enable breeding horses with silver apples - B:"Enable Silver Apple breeding"=true - - # Enable the Wings potion - B:"Enable Wings"=true - - # Allow the create of a featherweight block - B:"Enable featherweight"=true - - ########################################################################################################## - # stack size - #--------------------------------------------------------------------------------------------------------# - # Options relating to the stack sizes of various items - ########################################################################################################## - - "stack size" { - # Increase size of armor stand stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Armor stand stack size"=64 - - # Increase size of banner stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Banner stack size"=64 - - # Increase size of boat stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Boat stack size"=64 - - # Increase size of bucket stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Bucket stack size"=64 - - # Increase size of cake stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Cake Stack Size"=64 - - # Increase size of causality collapser stacks [Thaumcraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Causality collapser stack size"=64 - - # Increase the stack size of coins [Treasure2! only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Coin stack size"=64 - - # Increase the stack size of combustive cod [Combustive Fishing only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Combustive cod stack size"=64 - - # Increase the stack size of dark power gems [EvilCraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Dark power gem stack size"=64 - - # Increase size of egg stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Egg stack size"=64 - - # Increase size of enchanted book stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Enchanted Book Stack Size"=64 - - # Increase size of ender pearl stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Ender Pearl Stack Size"=64 - - # Increase the stack size of ender tears [EvilCraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Ender Tear stack size"=64 - - # Increase the stack size of inverted potentia [EvilCraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Inverted potentia stack size"=64 - - # Increase the stack size of lenses [Astral Sorcery only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Lens stack size"=64 - - # Increase the stack size of lightning grenades [EvilCraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Lightning grenade stack size"=64 - - # Print out to the log a list of items with a max stack size more than 1 but less than 64 - B:"Log Stack Sizes"=false - - # Increase size of loot bag stacks [Thaumcraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Loot bag stack size"=64 - - # Increase size of minecart stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Minecart stack size"=64 - - # Increase size of potion stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Potion stack size"=64 - - # Increase the stack size of redstone grenades [EvilCraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Redstone grenade stack size"=64 - - # Increase size of sign stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Sign Stack Size"=64 - - # Increase size of snare stacks [Blood Magic only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Snare stack size"=64 - - # Increase size of snowball stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Snowball Stack Size"=64 - - # Increase the stack size of soul vials [EnderIO only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Soul vial stack size"=64 - - # Increase size of taint bottle stacks [Thaumcraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Taint bottle stack size"=64 - - # Increase the stack size of tea cups [SimplyTea only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Tea cup stack size"=64 - - # Increase the stack size of werewolf flesh [EvilCraft only] [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Werewolf flesh stack size"=64 - - # Increase size of written book stacks [-1 to keep default] - # Min: -1 - # Max: 64 - I:"Written book stack size"=64 - } - - ########################################################################################################## - # vanilla settings - #--------------------------------------------------------------------------------------------------------# - # Settings related to Vanilla - ########################################################################################################## - - "vanilla settings" { - # Break chance for Anvils (set to -1 to disable changing) - D:"Anvil Break Chance"=0.05 - - # Value to age villagers by per emerald - I:"Baby Villager Age Value"=240 - - # Age baby villagers with emeralds - B:"Baby Villager Aging"=true - - # Cancel trampling events for crops and farmland - B:"Cancel Trample"=true - - # Clear repair cost of items processed by the anvil - B:"Enable Cost Removal"=true - - # Increase frequency of Woodland Mansion spawn by allowing it to spawn in additional biomes (Thaumcraft & Traverse forests and Vanilla forests) - B:"Extra Mansion Biomes"=true - - # Horses 'swim' upwards while in water, preventing dismounting - B:"Horses swim"=true - - # Horses can traverse leaves without colliding - B:"Horses walk through leaves"=true - - # Print oreDict entries in item tooltips - B:"OreDict Tooltips"=false - } - - ########################################################################################################## - # defiled ground - #--------------------------------------------------------------------------------------------------------# - # Settings related to Defiled Ground - ########################################################################################################## - - "defiled ground" { - # Radius in which to test for mobs for total number of mobs spawned - I:"Check horizontal radius"=5 - - # Vertical radius in which to test for mobs for total number of mobs spawned - I:"Check vertical radius"=4 - - # Enabled defiled ground's functionality; if disabled, it is still craftable, but does nothing. - B:"Enable Defiled Ground"=true - - # Set to false to disable numerical checks for nearby mobs before spawning - B:"Enable mob check"=true - - # Set to true to enable variance by a random number of the tick rate - B:"Enable tick variance"=true - - # Maximum number of mobs within range at which point to stop spawning - I:"Maximum mobs"=10 - - # Minimum light level for spawning mobs (set to -1 to disable) - # Min: -1 - # Max: 15 - I:"Minimum light"=7 - - # Requires silk-touch in order to harvest - B:"Require silk touch"=false - - # Set the chance per tick of spawning mobs (higher value = rarer, this value is ignored if Spawn on tick is enabled) - # Min: 1 - # Max: 2147483647 - I:"Spawn chance"=3200 - - # How often spawns should happen in ticks (multiply by 20 to convert to seconds) - I:"Spawn every tick"=680 - - # Set to true to enable configuration to happen on a regular basis with potential randomisation - B:"Spawn on tick"=true - - # Set to the number of ticks to randomly add (or subtract) from the next spawn - I:"Tick variance"=30 - } - - ########################################################################################################## - # blood magic - #--------------------------------------------------------------------------------------------------------# - # Settings related to Blood Magic - ########################################################################################################## - - "blood magic" { - # Reduce or increase the duration in ticks required for Hellfire Forge's operations (default 100) - I:"Hellfire Forge Speed"=20 - - # Automatically create a platform for the meteor to land on. - B:"Meteor platform"=true - - # Y level to place the platform at (requires Meteor platform enabled) - I:"Platform Height"=24 - } - - ########################################################################################################## - # botania - #--------------------------------------------------------------------------------------------------------# - # Settings related to Botania - ########################################################################################################## - - botania { - # Cost of mana to repair a point of damage - I:"Mana Cost per Damage Point"=370 - - # Enable the Manabound enchantment, which causes items to be repaired with mana from the player's inventory - B:"Manabound Enchantment"=true - - # Mana cost of the 'Wings' flight brew. - I:"Wings Brew Cost"=50000 - } - - ########################################################################################################## - # thaumcraft - #--------------------------------------------------------------------------------------------------------# - # Settings related to Thaumcraft - ########################################################################################################## - - thaumcraft { - # Enable the Compressed Vis Battery, storing and restoring more to the aura. - B:"Enable Compressed Vis Battery"=true - - # Enable the porous stone replacement - B:"Replace Porous Stone"=false - } - - ########################################################################################################## - # exotic birds - #--------------------------------------------------------------------------------------------------------# - # Settings related to Exotic Birds - ########################################################################################################## - - "exotic birds" { - # Set maximum pack size to this value - # Min: 1 - # Max: 100 - I:"Maximum pack size"=2 - - # Set minimum pack size to this value - # Min: 1 - # Max: 100 - I:"Minimum pack size"=1 - - # Enable modification of Exotic Birds pack sizes - B:"Modify exotic birds pack sizes"=false - } - - ########################################################################################################## - # mob mash - #--------------------------------------------------------------------------------------------------------# - # Settings related to Mob Mash - ########################################################################################################## - - "mob mash" { - # Disable Mob Mash's injection of weapons into loot tables - B:"Disable loot injection"=true - } - -} - - diff --git a/config - Copy/vintagefix.properties b/config - Copy/vintagefix.properties deleted file mode 100644 index 82e620c6..00000000 --- a/config - Copy/vintagefix.properties +++ /dev/null @@ -1,29 +0,0 @@ -# VintageFix config file - -mixin.allocation_rate=true -mixin.backports.new_world_name=true -mixin.backports.white_button_text=true -mixin.blockstates=true -mixin.branding=true -mixin.bugfix.entity_disappearing=true -mixin.bugfix.exit_freeze=true -mixin.bugfix.extrautils=false -mixin.bugfix.missing_edge_chunks=true -mixin.bugfix.slow_tps_catchup=true -mixin.bugfix.tab_complete_ddos=true -mixin.chunk_access=true -mixin.dynamic_resources=true -mixin.dynamic_resources.background_item_bake=true -mixin.dynamic_resources.hide_model_exceptions=false -mixin.dynamic_structures=true -mixin.invisible_subchunks=true -mixin.jar_discoverer_cache=true -mixin.mod_opts.agricraft=true -mixin.model_optimizations.dedup_baked_quad=true -mixin.model_optimizations.dedup_multipart=true -mixin.model_optimizations.dedup_quad_lists=true -mixin.model_optimizations.location_canon=true -mixin.model_optimizations.simpler_perspective_wrapper=true -mixin.resourcepacks=true -mixin.textures=true -mixin.version_protest=false diff --git a/config - Copy/wailaharvestability.cfg b/config - Copy/wailaharvestability.cfg deleted file mode 100644 index b75527dc..00000000 --- a/config - Copy/wailaharvestability.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration file - -main { - B:harvest.level.tooltip=false - S:is.currently.harvestable.string=✔ - S:minimal.mode.separator= : - S:not.currently.harvestable.string=✘ - S:shearability.string=✂ - S:silk.touchability.string=✒ -} - - diff --git a/config - Copy/well.cfg b/config - Copy/well.cfg deleted file mode 100644 index e4aa8883..00000000 --- a/config - Copy/well.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file - -general { - S:data={} - B:onlyOnePerChunk=false - B:playSound=true - - # Min: 0 - # Max: 2147483647 - I:tankCapacity=100000 -} - - diff --git a/config - Copy/xporbclump.cfg b/config - Copy/xporbclump.cfg deleted file mode 100644 index b9009a1d..00000000 --- a/config - Copy/xporbclump.cfg +++ /dev/null @@ -1,52 +0,0 @@ -# Configuration file - -general { - - general { - I:orbCount=1 - B:removeCooldown=true - D:size=4.0 - } - - xporbclump { - # Size of checking area - D:areaSize=4.0 - - # Changes orbs size based on the amount of experience it holds - B:changeOrbSize=false - - # Enable xp orb clumping - B:enable=true - - # How many xp orbs can be in that area - I:maxOrbCount=1 - - # Remove xp collecting cooldown - B:removeCooldown=true - } - - golemtweaks { - # Enable fixes to golem - B:enable=true - } - - elytratweaks { - # Enable fixes to elytra - # Fixes MC-90598 and MC-162401 - B:enable=true - } - - preciseentityposition { - # Fix EntityPlayerSP.getPosition - # For some reason they override getPosition and return wrong position if X and/or Z is negative. - B:enable=true - } - - shulkercoloring { - # Allow coloring shulkers with dyes. - B:enable=false - } - -} - - diff --git a/config - Copy/xreliquary.cfg b/config - Copy/xreliquary.cfg deleted file mode 100644 index 02a48930..00000000 --- a/config - Copy/xreliquary.cfg +++ /dev/null @@ -1,1199 +0,0 @@ -# Configuration file - -general { - # Determines whether Reliquary items will be generated in chest loot (mostly mob drops, very rarely some lower level items) - B:chest_loot_enabled=true - - # Determines wheter Reliquary mob drops have crafting recipes - B:mob_drop_crafting_recipes_enabled=false - - # Whether mobs drop the Reliquary mob drops. This won't remove mob drop items from registry and replace them with something else, but allows to turn off the additional drops when mobs are killed by player. If this is turned off the mob drop crafting recipes turned on by the other setting can be used. - B:mob_drops_enabled=true - - # Whether player has to sneak to see additional info in waila - B:waila_shift_for_info=false - - ########################################################################################################## - # disable - #--------------------------------------------------------------------------------------------------------# - # Disable sections of the mod - ########################################################################################################## - - disable { - # Disable Alkahestry tome and its and recipes - B:alkahestry_tome=false - - # Disable the handgun, bullets, magazines, and gun parts - B:handgun=false - - # Disable all pedestals - B:pedestal=false - - # Disable all display-only pedestals - B:pedestal_passive=false - - # Disable the potion system including mortar, altar, potions, tipped arrows, and powder - B:potion=false - } - - ########################################################################################################## - # potions - #--------------------------------------------------------------------------------------------------------# - # Potions related settings - ########################################################################################################## - - potions { - # Whether potions augmented with Redstone and Glowstone appear in creative tabs / JEI - B:different_durations=false - - # Maximum number of effects a potion can have to appear in creative tabs / JEI - # Min: 1 - # Max: 6 - I:max_effect_count=1 - - # Map of potion ingredients and their effects - S:potion_map < - minecraft:sugar|0=speed|3|0;haste|3|0 - minecraft:apple|0=instant_health|0|0;health_boost|3|0;xreliquary:cure_potion|1|0 - minecraft:coal|0=blindness|1|0;absorption|3|0 - minecraft:coal|1=invisibility|1|0;wither|0|0 - minecraft:feather|0=jump_boost|3|0;weakness|1|0 - minecraft:wheat_seeds|0=instant_damage|0|0;health_boost|3|0 - minecraft:wheat|0=instant_health|0|0;health_boost|3|0 - minecraft:flint|0=instant_damage|0|0;strength|3|0 - minecraft:porkchop|0=slowness|1|0;mining_fatigue|1|0 - minecraft:leather|0=resistance|3|0;absorption|3|0 - minecraft:clay_ball|0=slowness|1|0;health_boost|3|0 - minecraft:egg|0=absorption|3|0;regeneration|0|0 - minecraft:dye|1=instant_health|0|0;health_boost|3|0 - minecraft:dye|11=jump_boost|3|0;weakness|1|0 - minecraft:dye|2=resistance|3|0;absorption|3|0 - minecraft:dye|15=weakness|1|0;mining_fatigue|1|0 - minecraft:pumpkin_seeds|0=invisibility|1|0;fire_resistance|1|0 - minecraft:beef|0=slowness|1|0;saturation|0|0 - minecraft:chicken|0=nausea|1|0;poison|1|0 - minecraft:rotten_flesh|0=nausea|1|0;hunger|1|0;wither|0|0 - minecraft:gold_nugget|0=strength|0|0;haste|0|0 - minecraft:carrot|0=night_vision|3|0;health_boost|3|0 - minecraft:potato|0=health_boost|3|0;saturation|0|0 - minecraft:fish|0=saturation|0|0;water_breathing|1|0 - minecraft:spider_eye|0=night_vision|4|0;poison|2|0 - minecraft:blaze_powder|0=strength|4|0;instant_damage|0|0 - minecraft:iron_ingot|0=resistance|4|0;slowness|2|0 - minecraft:string|0=slowness|2|0;mining_fatigue|2|0 - minecraft:bread|0=health_boost|4|0;saturation|0|0 - minecraft:cooked_porkchop|0=mining_fatigue|2|0;saturation|0|0 - minecraft:slime_ball|0=resistance|4|0;fire_resistance|2|0 - minecraft:cooked_fish|0=saturation|0|0;water_breathing|2|0 - minecraft:dye|4=haste|4|0;strength|4|0 - minecraft:dye|0=blindness|2|0;invisibility|2|0 - minecraft:bone|0=weakness|2|0;mining_fatigue|2|0 - minecraft:cookie|0=instant_health|0|0;saturation|0|0 - minecraft:melon|0=instant_health|0|0;speed|4|0 - minecraft:cooked_beef|0=resistance|4|0;saturation|0|0 - minecraft:cooked_chicken|0=jump_boost|4|0;saturation|0|0 - minecraft:baked_potato|0=saturation|0|0;regeneration|1|0 - minecraft:poisonous_potato|0=poison|2|0;wither|1|0 - minecraft:quartz|0=instant_damage|0|0;strength|4|0 - xreliquary:mob_ingredient|6=nausea|2|0;hunger|2|0;wither|1|0 - xreliquary:mob_ingredient|12=hunger|2|0;water_breathing|2|0 - minecraft:pumpkin_pie|0=invisibility|1|0;fire_resistance|1|0;speed|3|0;haste|3|0;absorption|3|0;regeneration|0|0 - minecraft:magma_cream|0=strength|4|0;instant_damage|0|0;resistance|4|0;fire_resistance|2|0 - minecraft:speckled_melon|0=strength|3|0;haste|3|0;instant_health|0|0;speed|4|0 - minecraft:ghast_tear|0=regeneration|3|0;absorption|5|0 - minecraft:fermented_spider_eye|0=night_vision|4|0;poison|2|0;speed|3|0;haste|3|0 - minecraft:golden_carrot|0=strength|3|0;haste|3|0;health_boost|3|0;night_vision|3|0 - minecraft:gold_ingot|0=strength|4|0;haste|4|0;xreliquary:cure_potion|1|0 - xreliquary:mob_ingredient|0=weakness|3|0;mining_fatigue|3|0;xreliquary:cure_potion|1|0 - minecraft:ender_pearl|0=invisibility|5|0;speed|5|0 - minecraft:blaze_rod|0=strength|8|0;instant_damage|0|0 - minecraft:fire_charge|0=strength|4|0;instant_damage|0|0;blindness|1|0;absorption|3|0 - xreliquary:mob_ingredient|3=regeneration|3|0;health_boost|5|0 - xreliquary:mob_ingredient|2=poison|3|0;weakness|3|0 - xreliquary:mob_ingredient|4=resistance|5|0;absorption|5|0 - xreliquary:mob_ingredient|14=absorption|5|0;water_breathing|5|0 - xreliquary:mob_ingredient|5=jump_boost|5|0;weakness|3|0 - minecraft:golden_apple|0=xreliquary:cure_potion|1|1 - minecraft:golden_apple|1=xreliquary:cure_potion|1|2 - minecraft:diamond|0=resistance|6|1;absorption|6|1;fire_resistance|6|0;xreliquary:cure_potion|1|0 - xreliquary:mob_ingredient|1=wither|2|1;weakness|3|1;slowness|3|1;mining_fatigue|3|1;xreliquary:cure_potion|1|0 - minecraft:ender_eye|0=strength|6|1;invisibility|6|0;speed|6|1;instant_damage|0|1 - minecraft:emerald|0=haste|6|1;speed|6|1;health_boost|6|1;xreliquary:cure_potion|1|1 - minecraft:nether_star|0=health_boost|24|1;regeneration|24|1;absorption|24|1;xreliquary:cure_potion|1|2 - xreliquary:mob_ingredient|7=strength|6|1;fire_resistance|6|0;instant_damage|0|1 - xreliquary:mob_ingredient|8=haste|24|1;speed|24|1;jump_boost|24|1;instant_damage|0|1;xreliquary:cure_potion|1|1 - xreliquary:mob_ingredient|9=health_boost|8|1;regeneration|3|1;instant_health|0|1;saturation|0|1;weakness|9|1;mining_fatigue|9|1;xreliquary:cure_potion|1|0 - xreliquary:mob_ingredient|10=absorption|6|1;slowness|3|1;mining_fatigue|3|1;instant_damage|0|1;fire_resistance|6|0 - xreliquary:mob_ingredient|11=night_vision|6|0;invisibility|6|0;instant_damage|0|1;health_boost|6|1;strength|6|1;speed|6|1;haste|6|1 - xreliquary:mob_ingredient|13=instant_damage|0|1;resistance|6|1;fire_resistance|6|0;strength|6|1;saturation|0|1;instant_health|0|1 - > - - # Whether potions with the same effect combination, but different duration appear in creative tabs / JEI - B:redstone_and_glowstone=false - - # Whether potions that are made out of three base ingredients appear in creative tabs / JEI - B:three_ingredients=false - } - - ########################################################################################################## - # hud_positions - #--------------------------------------------------------------------------------------------------------# - # Position of mode and/or item display on the screen - used by some of the tools and weapons. - ########################################################################################################## - - hud_positions { - # Position of Alkahestry Tome HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:alkahestry_tome=BOTTOM_RIGHT - - # Position of Destruction Catalyst HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:destruction_catalyst=BOTTOM_RIGHT - - # Position of Ender Staff HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:ender_staff=BOTTOM_RIGHT - - # Position of Glacial Staff HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:glacial_staff=BOTTOM_RIGHT - - # Position of Handgun HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:handgun=BOTTOM_RIGHT - - # Position of Harvest Rod HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:harvest_rod=BOTTOM_RIGHT - - # Position of Hero Medallion HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:hero_medallion=BOTTOM_RIGHT - - # Position of Ice Magus Rod HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:ice_magus_rod=BOTTOM_RIGHT - - # Position of Infernal Chalice HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:infernal_chalice=BOTTOM_RIGHT - - # Position of Midas Touchstone HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:midas_touchstone=BOTTOM_RIGHT - - # Position of Mob Charm HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:mob_charm=RIGHT - - # Position of Pyromancer Staff HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:pyromancer_staff=BOTTOM_RIGHT - - # Position of Rending Gale HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:rending_gale=BOTTOM_RIGHT - - # Position of Sojouner Staff HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:sojourner_staff=BOTTOM_RIGHT - - # Position of Void Tear HUD - # Valid values: - # BOTTOM_LEFT - # LEFT - # TOP_LEFT - # TOP - # TOP_RIGHT - # RIGHT - # BOTTOM_RIGHT - S:void_tear=BOTTOM_RIGHT - } - - item_settings { - - ########################################################################################################## - # alkahestry_tome - #--------------------------------------------------------------------------------------------------------# - # Alkahestry Tome settings - ########################################################################################################## - - alkahestry_tome { - # Charge limit of the tome - # Min: 0 - # Max: 9999 - I:charge_limit=1000 - } - - ########################################################################################################## - # angelic_feather - #--------------------------------------------------------------------------------------------------------# - # Angelic Feather settings - ########################################################################################################## - - angelic_feather { - # Percent hunger used to heal player per 1 damage that would be taken otherwise. - # Min: 0 - # Max: 100 - I:hunger_cost_percent=50 - - # Potency of the leaping effect - # Min: 0 - # Max: 5 - I:leaping_potency=1 - } - - ########################################################################################################## - # angelheart_vial - #--------------------------------------------------------------------------------------------------------# - # Angelheart Vial settings - ########################################################################################################## - - angelheart_vial { - # Percent of life that gets healed when the player would die - # Min: 0 - # Max: 100 - I:heal_percentage_of_max_life=25 - - # Whether the player gets negative statuses removed - B:remove_negative_status=true - } - - ########################################################################################################## - # destruction_catalyst - #--------------------------------------------------------------------------------------------------------# - # Destruction Catalyst settings - ########################################################################################################## - - destruction_catalyst { - # Whether the explosion is centered on the block that gets clicked - B:centered_explosion=false - - # Radius of the explosion - # Min: 1 - # Max: 5 - I:explosion_radius=1 - - # Number of gunpowder it costs per catalyst use - # Min: 0 - # Max: 10 - I:gunpowder_cost=3 - - # Number of gunpowder that can be stored in destruction catalyst - # Min: 0 - # Max: 9999 - I:gunpowder_limit=250 - - # Number of gunpowder that gets added to catalyst per one that's consumed from players inventory - # Min: 0 - # Max: 3 - I:gunpowder_worth=1 - - # List of mundane blocks the catalyst will break - S:mundane_blocks < - minecraft:dirt - minecraft:grass - minecraft:gravel - minecraft:cobblestone - minecraft:stone - minecraft:sand - minecraft:sandstone - minecraft:snow - minecraft:soul_sand - minecraft:netherrack - minecraft:end_stone - > - - # Whether the explosion makes a perfect cube hole - B:perfect_cube=true - } - - ########################################################################################################## - # emperor_chalice - #--------------------------------------------------------------------------------------------------------# - # Emperor Chalice settings - ########################################################################################################## - - emperor_chalice { - # How much saturation is added in addition to filling the hunger - # Min: 0 - # Max: 10 - I:hunger_satiation_multiplier=4 - } - - ########################################################################################################## - # ender_staff - #--------------------------------------------------------------------------------------------------------# - # Ender Staff settings - ########################################################################################################## - - ender_staff { - # Number of ender pearls per use - # Min: 0 - # Max: 3 - I:ender_pearl_cast_cost=1 - - # Number of ender pearls that the ender staff can store - # Min: 0 - # Max: 9999 - I:ender_pearl_limit=250 - - # Number of ender pearls per teleportation to the wraith node - # Min: 0 - # Max: 3 - I:ender_pearl_node_warp_cost=1 - - # Number of ender pearls that get added to the staff per one that's consumed from players inventory - # Min: 0 - # Max: 10 - I:ender_pearl_worth=1 - - # Time it takes to teleport to the wraith node - # Min: 10 - # Max: 120 - I:node_warp_cast_time=60 - } - - ########################################################################################################## - # fortune_coin - #--------------------------------------------------------------------------------------------------------# - # Fortune Coin settings - ########################################################################################################## - - fortune_coin { - # Disables the sound of fortune coin teleporting stuff - B:disable_audio=false - - # The distance that it pulls from when right click is held - # Min: 9 - # Max: 30 - I:long_range_pull_distance=15 - - # The distance that it pulls from when activated - # Min: 3 - # Max: 10 - I:standard_pull_distance=5 - } - - ########################################################################################################## - # glacial_staff - #--------------------------------------------------------------------------------------------------------# - # Glacial Staff settings - ########################################################################################################## - - glacial_staff { - # Number of snowballs it costs when the staff is used - # Min: 0 - # Max: 3 - I:snowball_cost=1 - - # The damage that snowballs cause - # Min: 0 - # Max: 6 - I:snowball_damage=3 - - # The damage bonus against blaze - # Min: 0 - # Max: 12 - I:snowball_damage_bonus_blaze=6 - - # The damage bonus against entities that are immune to fire - # Min: 0 - # Max: 6 - I:snowball_damage_bonus_fire_immune=3 - - # Number of snowballs the staff can hold - # Min: 0 - # Max: 9999 - I:snowball_limit=250 - - # Number of snowballs that get added to the staff per one that's consumed from player's inventory - # Min: 0 - # Max: 3 - I:snowball_worth=1 - } - - ########################################################################################################## - # harvest_rod - #--------------------------------------------------------------------------------------------------------# - # Harvest Rod settings - ########################################################################################################## - - harvest_rod { - # Ticks in between bonemealing/planting/hoeing blocks when player is using one of these AOE actions - # Min: 1 - # Max: 20 - I:aoe_cooldown=3 - - # Radius in which harvest rod breaks crops, bonemeals/plants/hoes blocks - # Min: 0 - # Max: 5 - I:aoe_radius=2 - - # Number of bonemeal consumed per use - # Min: 0 - # Max: 3 - I:bonemeal_cost=1 - - # Number of bonemeal the rod can hold - # Min: 0 - # Max: 9999 - I:bonemeal_limit=250 - - # Percent chance that a bonemeal will get applied during a luck roll - # Min: 1 - # Max: 100 - I:bonemeal_luck_percent_chance=33 - - # Number of times that a rod may apply additional luck based bonemeal - # Min: 0 - # Max: 7 - I:bonemeal_luck_rolls=2 - - # Number of bonemeal that gets added to the rod per one that's consumed from player's inventory - # Min: 0 - # Max: 3 - I:bonemeal_worth=1 - - # Maximum number of units harvest rod can hold per plantable item - # Min: 0 - # Max: 9999 - I:max_capacity_per_plantable=250 - - # Ticks in between harvest rod actions when in pedestal - # Min: 1 - # Max: 20 - I:pedestal_cooldown=5 - - # Range at which harvest rod will automatically hoe/plant/bonemeal/break crops around pedestal - # Min: 1 - # Max: 20 - I:pedestal_range=4 - } - - ########################################################################################################## - # hero_medallion - #--------------------------------------------------------------------------------------------------------# - # Hero Medallion settings - ########################################################################################################## - - hero_medallion { - # How much experience gets dropped on ground when hero's medallion is right clicked on it (9 is the first level of player xp) - # Min: 1 - # Max: 100 - I:experience_drop=9 - - # A player's experience level at which pulling from the medallion to player will stop - # Min: 0 - # Max: 1000 - I:experience_level_maximum=200 - - # A player's experience level at which the medallion will stop pulling from the player - # Min: 0 - # Max: 30 - I:experience_level_minimum=0 - - # Experience level that the medallion can hold - # Min: 0 - # Max: 2000000000 - I:experience_limit=2000000000 - - # Cooldown between hero medallion tries to fix mending items in nearby pedestals - # Min: 1 - # Max: 100 - I:pedestal_cooldown=20 - - # Range in which pedestals are checked for items with mending enchant that need fixing - # Min: 1 - # Max: 20 - I:pedestal_range=5 - - # Maximum amount of xp that is used each time medallion repairs items - # Min: 1 - # Max: 20 - I:pedestal_repair_step_xp=5 - } - - ########################################################################################################## - # ice_magus_rod - #--------------------------------------------------------------------------------------------------------# - # Ice Magus Rod settings - ########################################################################################################## - - ice_magus_rod { - # Number of snowballs it costs when the rod is used - # Min: 0 - # Max: 3 - I:snowball_cost=1 - - # The damage that snowballs cause - # Min: 0 - # Max: 4 - I:snowball_damage=2 - - # Damage bonus against blaze - # Min: 0 - # Max: 8 - I:snowball_damage_bonus_blaze=4 - - # Damage bonus against fire immune mobs - # Min: 0 - # Max: 4 - I:snowball_damage_bonus_fire_immune=2 - - # Number of snowballs the rod can hold - # Min: 0 - # Max: 9999 - I:snowball_limit=250 - - # Number of snowballs that get added to the rod per one that's consumed from player's inventory - # Min: 0 - # Max: 3 - I:snowball_worth=1 - } - - ########################################################################################################## - # infernal_chalice - #--------------------------------------------------------------------------------------------------------# - # Infernal Chalice settings - ########################################################################################################## - - infernal_chalice { - # Millibuckets of lava that the chalice can hold - # Min: 0 - # Max: 2000000000 - I:fluid_limit=500000 - - # Percent hunger used to heal player per 1 damage that would be taken otherwise. - # Min: 0 - # Max: 10 - I:hunger_cost_percent=1 - } - - ########################################################################################################## - # infernal_claws - #--------------------------------------------------------------------------------------------------------# - # Infernal Chalice settings - ########################################################################################################## - - infernal_claws { - # Percent hunger used to heal player per 1 damage that would be taken otherwise. - # Min: 0 - # Max: 30 - I:hunger_cost_percent=5 - } - - ########################################################################################################## - # infernal_tear - #--------------------------------------------------------------------------------------------------------# - # Infernal Tear settings - ########################################################################################################## - - infernal_tear { - # Whether the infernal tear starts absorbing immediately after it is set to item type - B:absorb_when_created=false - } - - ########################################################################################################## - # kraken_shell - #--------------------------------------------------------------------------------------------------------# - # Kraken Shell settings - ########################################################################################################## - - kraken_shell { - # Percent hunger used to heal player per 1 damage that would be taken otherwise. - # Min: 0 - # Max: 50 - I:hunger_cost_percent=25 - } - - ########################################################################################################## - # lantern_of_paranoia - #--------------------------------------------------------------------------------------------------------# - # Lantern of Paranoia settings - ########################################################################################################## - - lantern_of_paranoia { - # Minimum light level below which the lantern will place torches - # Min: 0 - # Max: 15 - I:min_light_level=8 - - # Radius in which the lantern checks for light levels and places torches - # Min: 1 - # Max: 15 - I:placement_scan_radius=6 - } - - ########################################################################################################## - # midas_touchstone - #--------------------------------------------------------------------------------------------------------# - # Midas Touchstone settings - ########################################################################################################## - - midas_touchstone { - # Number of glowstone that the repair costs - # Min: 0 - # Max: 3 - I:glowstone_cost=1 - - # Number of glowstone the touchstone can hold - # Min: 0 - # Max: 9999 - I:glowstone_limit=250 - - # Number of glowstone that gets added to the touchstone per one in player's inventory - # Min: 0 - # Max: 12 - I:glowstone_worth=4 - - # Gold items that can be repaired by the touchstone - S:gold_items < - > - } - - ########################################################################################################## - # mob_charm - #--------------------------------------------------------------------------------------------------------# - # Mob Charm settings - ########################################################################################################## - - mob_charm { - # Damage that Mob Charm takes when player kills mob it protects them from - # Min: 0 - # Max: 40 - I:damage_per_kill=1 - - # Sets how much durability of Mob Charm gets repaired per special drop - # Min: 1 - # Max: 200 - I:drop_durability_repair=20 - - # Total durability of Mob Charm - # Min: 20 - # Max: 1000 - I:durability=80 - - # Determines if almost destroyed charms stay displayed in the hud - B:keep_almost_destroyed_displayed=true - - # Maximum charms that will get displayed in HUD - # Min: 1 - # Max: 20 - I:max_charms_to_display=6 - - # Range in which mob charm or belt in pedestal will keep monsters from attacking players - # Min: 10 - # Max: 100 - I:pedestal_range=21 - } - - ########################################################################################################## - # phoenix_down - #--------------------------------------------------------------------------------------------------------# - # Phoenix Down settings - ########################################################################################################## - - phoenix_down { - # Whether to give temporary damage resistance when the player would die - B:give_temporary_damage_resistance=true - - # Whether to give temporary fire resistance when the player would die. Applies only when the player is being hurt by fire damage. - B:give_temporary_fire_resistance_if_fire_damage_killed_you=true - - # Whether to give temporary regeneration when the player would die - B:give_temporary_regeneration=true - - # Whether to give temporary damage resistance when the player would die. Applies only when the player is drowning. - B:give_temporary_water_breathing_if_drowning_killed_you=true - - # Percent of life that gets healed when the player would die - # Min: 0 - # Max: 100 - I:heal_percentage_of_max_life=100 - - # Percent hunger used to heal player per 1 damage that would be taken otherwise - # Min: 0 - # Max: 50 - I:hunger_cost_percent=25 - - # Potency of the leaping effect - # Min: 0 - # Max: 5 - I:leaping_potency=1 - - # Whether the player gets negative statuses removed when they were saved by Phoenix Down - B:remove_negative_status=true - } - - ########################################################################################################## - # pyromancer_staff - #--------------------------------------------------------------------------------------------------------# - # Pyromancer Staff settings - ########################################################################################################## - - pyromancer_staff { - # Number of blaze powder added to the staff per one fireball that was shot by blaze and gets absorbed by the staff - # Min: 0 - # Max: 3 - I:blaze_absorb_worth=1 - - # Number of blaze powder used when staff is fired - # Min: 0 - # Max: 3 - I:blaze_powder_cost=1 - - # Number of blaze powder the staff can hold - # Min: 0 - # Max: 9999 - I:blaze_powder_limit=250 - - # Number of blaze powder that gets added to the staff per one that's consumed from player's inventory - # Min: 0 - # Max: 3 - I:blaze_powder_worth=1 - - # Number of fire charges used when the staff is fired - # Min: 0 - # Max: 3 - I:fire_charge_cost=1 - - # Number of fire charges the staff can hold - # Min: 0 - # Max: 9999 - I:fire_charge_limit=250 - - # Number of fire charges that get added to the staff per one that's consumed from player's inventory - # Min: 0 - # Max: 3 - I:fire_charge_worth=1 - - # Number of fire charges added to the staff per one that was shot by ghast and gets absorbed by the staff - # Min: 0 - # Max: 3 - I:ghast_absorb_worth=1 - } - - ########################################################################################################## - # rending_gale - #--------------------------------------------------------------------------------------------------------# - # Rending Gale settings - ########################################################################################################## - - rending_gale { - # How far a lightning block can be cast - # Min: 5 - # Max: 15 - I:block_target_range=12 - - # Number of feathers used to cast a lightning bolt - # Min: 0 - # Max: 250 - I:bolt_charge_cost=100 - - # Whether the rending gale can push projectiles - B:can_push_projectiles=false - - # Number of feathers used when the rending gale is cast in flight mode - # Min: 0 - # Max: 3 - I:cast_charge_cost=1 - - # Number of feathers that get added to the rending gale per one that's consumed from player's inventory - # Min: 1 - # Max: 250 - I:charge_feather_worth=100 - - # Number of feathers the rending gale can hold - # Min: 0 - # Max: 2000000000 - I:charge_limit=30000 - - # Cost per second of buffing players with flight - # Min: 1 - # Max: 20 - I:pedestal_cost_per_second=5 - - # Range from pedestal at which players will get buffed with flight - # Min: 10 - # Max: 100 - I:pedestal_flight_range=30 - - # Radius in which entities can be pushed/pulled - # Min: 1 - # Max: 20 - I:push_pull_radius=10 - - # List of entities that are banned from being pushed by the Rending Gale - S:pushable_entities_blacklist < - > - - # List of projectiles that are banned from being pushed by the Rending Gale - S:pushable_projectiles_blacklist < - > - } - - ########################################################################################################## - # rod_of_lyssa - #--------------------------------------------------------------------------------------------------------# - # Rod of Lyssa settings - ########################################################################################################## - - rod_of_lyssa { - # Whether entities get angry at player if stealing fails - B:anger_on_steal_failure=true - - # Whether stealing from an empty slot triggers failure even if otherwise it would be successful - B:fail_steal_from_vacant_slots=false - - # The flat failure rate in case failure rate isn't influenced by player's level - # Min: 0 - # Max: 100 - I:flat_steal_failure_percent_rate=10 - - # The experience level cap after which the failure rate is at a minimum and doesn't get better - # Min: 1 - # Max: 900 - I:level_cap_for_leveled_formula=100 - - # Allows switching stealing from player on and off - B:steal_from_players=true - - # If set to false it goes through additional 4 accessible slots and looks for items in case the one selected randomly was empty - B:steal_from_vacant_slots=true - - # Whether level influences stealing failure rate of the rod - B:use_leveled_failure_rate=true - } - - ########################################################################################################## - # seeker_shot - #--------------------------------------------------------------------------------------------------------# - # Seeker Shot settings - ########################################################################################################## - - seeker_shot { - # Entities that are banned from being tracked by seeker shot - S:huntable_entities_blacklist < - > - } - - ########################################################################################################## - # sojourner_staff - #--------------------------------------------------------------------------------------------------------# - # Sojourner Staff settings - ########################################################################################################## - - sojourner_staff { - # Number of items the staff can store per item type - # Min: 1 - # Max: 9999 - I:max_capacity_per_item_type=1500 - - # Maximum range at which torches can be placed - # Min: 1 - # Max: 30 - I:max_range=30 - - # Distance after which there is an additional cost for torch placement. The additional cost is the number of times this distance fits in the distance at which the torch is being placed. - # Min: 6 - # Max: 30 - I:tile_per_cost_multiplier=6 - - # List of torches that are supported by the staff in addition to the default minecraft torch - S:torches < - minecraft:torch - > - } - - ########################################################################################################## - # twilight_cloak - #--------------------------------------------------------------------------------------------------------# - # Twilight Cloak settings - ########################################################################################################## - - twilight_cloak { - # Maximum light level at which the player is still invisible to the mobs - # Min: 0 - # Max: 15 - I:max_light_level=4 - } - - ########################################################################################################## - # void_tear - #--------------------------------------------------------------------------------------------------------# - # Void Tear settings - ########################################################################################################## - - void_tear { - # Whether the void tear starts absorbing immediately after it is set to item type - B:absorb_when_created=true - - # Number of items the tear can hold of the item type it is set to - # Min: 0 - # Max: 2000000000 - I:item_limit=2000000000 - } - - } - - block_settings { - - ########################################################################################################## - # altar - #--------------------------------------------------------------------------------------------------------# - # Altar of Light settings - ########################################################################################################## - - altar { - # Maximum time variance in minutes. A random part of it gets added to the Time in minutes. - # Min: 0 - # Max: 15 - I:maximum_time_variance_in_minutes=5 - - # Light level that the altar outputs while active - # Min: 16 - # Max: 0 - I:output_light_level_while_active=16 - - # Number of redstone it costs to activate altar - # Min: 0 - # Max: 10 - I:redstone_cost=3 - - # Time in minutes it takes for the altar to create glowstone block - # Min: 0 - # Max: 60 - I:time_in_minutes=20 - } - - ########################################################################################################## - # apothecary_cauldron - #--------------------------------------------------------------------------------------------------------# - # Apothecary Cauldron settings - ########################################################################################################## - - apothecary_cauldron { - # Time it takes to cook potion - # Min: 20 - # Max: 32000 - I:cook_time=160 - - # Limit of glowstone that can be used in cauldron to make potion more potent - # Min: 0 - # Max: 4 - I:glowstone_limit=2 - - # List of acceptable heat sources - S:heat_sources < - > - - # Limit of redstone that can be used in cauldron to make potion last longer - # Min: 0 - # Max: 5 - I:redstone_limit=3 - } - - ########################################################################################################## - # fertile_lilypad - #--------------------------------------------------------------------------------------------------------# - # Lilypad of Fertility settings - ########################################################################################################## - - fertile_lilypad { - # Radius around lilypad where the growth ticks occur the most often - # Min: 1 - # Max: 15 - I:full_potency_range=1 - - # Interval in seconds at which the lilypad causes growth tick updates - # Min: 1 - # Max: 150 - I:seconds_between_growth_ticks=10 - - # Radius in which lilypad causes growh ticks - # Min: 1 - # Max: 15 - I:tile_range=4 - } - - ########################################################################################################## - # interdiction_torch - #--------------------------------------------------------------------------------------------------------# - # Interdiction Torch settings - ########################################################################################################## - - interdiction_torch { - # Whether the torch can push projectiles - B:can_push_projectiles=false - - # Radius in which the torch can push out mobs - # Min: 1 - # Max: 15 - I:push_radius=5 - - # List of entities that are banned from being pushed by the torch - S:pushable_entities_blacklist < - > - - # List of projectiles that are banned from being pushed by the torch - S:pushable_projectiles_blacklist < - > - } - - ########################################################################################################## - # pedestal - #--------------------------------------------------------------------------------------------------------# - # Pedestal related settings - ########################################################################################################## - - pedestal { - # How long it takes in between bucket actions (in ticks) - # Min: 1 - # Max: 200 - I:bucket_wrapper_cooldown=40 - - # Range at which bucket will pickup liquid blocks or milk cows - # Min: 1 - # Max: 10 - I:bucket_wrapper_range=4 - - # Delay in seconds before it would start fishing again after retracting the hook. - # Min: 1 - # Max: 20 - I:fishing_wrapper_retract_delay=2 - - # Success rate of fishing in percent. When unsuccessful it will pull the hook too late to catch a fish. - # Min: 0 - # Max: 100 - I:fishing_wrapper_success_rate=80 - - # How long it takes after a melee weapon swing before it can swing again (in ticks) - # Min: 1 - # Max: 200 - I:melee_wrapper_cooldown=5 - - # Range of the melee weapons in which these will attack when in pedestal - # Min: 1 - # Max: 10 - I:melee_wrapper_range=5 - - # Range at which pedestal will get turned on if either redstone block gets put in or redstone dust and transmitting pedestal is powered - # Min: 1 - # Max: 200 - I:redstone_wrapper_range=10 - - # Range at which shears will shear sheep or shearable blocks - # Min: 1 - # Max: 200 - I:shears_wrapper_cooldown=10 - - # How long it takes between shearing actions (in ticks) - # Min: 1 - # Max: 10 - I:shears_wrapper_range=4 - } - - } - -} - - diff --git a/config - Copy/xtones.cfg b/config - Copy/xtones.cfg deleted file mode 100644 index ceb59608..00000000 --- a/config - Copy/xtones.cfg +++ /dev/null @@ -1,35 +0,0 @@ -# Configuration file - -general { - # How chiseling Xtones blocks should function. [Requires "Chisel" by the Chisel Team to be installed] - # 0 - Chisel the Stone Tile into the first variant of each registered Xtone block. This makes the individual recipes useless. - # 1 - Chisel between each variant of the Xtones blocks. This makes the cycling useless. - # 2 - Disable Chisel compatibility altogether. - # Example images can be found on the ChiselTones CurseForge page. Functionality is exactly the same. - # Min: 0 - # Max: 2 - I:chiselMode=1 - - # Visibility of the cycling tooltip on Xtone items - # visible - The tooltip will always be visible - # shift - The tooltip will only be visible when shift is held - # hidden - The tooltip will not be visible - # Valid values: - # visible - # shift - # hidden - S:cyclingTooltip=visible - - # Disables the ability to cycle between variants via keybind. - # Mainly for use with Chisel installed and chiselMode being set to 1. - B:disableScrollCycling=true - - # Disables all recipes except the one for the Stone Tile. - # Mainly for use with Chisel installed and chiselMode being set to 0. - B:disableXtoneRecipes=false - - # Enables the search bar on the Xtones creative tab - B:searchableCreativeTab=true -} - - diff --git a/config/AppliedEnergistics2/CustomRecipes.cfg b/config/AppliedEnergistics2/CustomRecipes.cfg index ae6a5ed8..198e4836 100644 --- a/config/AppliedEnergistics2/CustomRecipes.cfg +++ b/config/AppliedEnergistics2/CustomRecipes.cfg @@ -1,7 +1,7 @@ # Configuration file cache { - S:digest=c437383e7aeb9799184db1881f8c465f + S:digest=8143a48ed4208594b081e3026197a04b # 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 52076e0f..77a85977 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=1729618810335 + S:lastCheck=1736980001333 } diff --git a/config/AppliedEnergistics2/items.csv b/config/AppliedEnergistics2/items.csv index b5a43bf3..1b849970 100644 --- a/config/AppliedEnergistics2/items.csv +++ b/config/AppliedEnergistics2/items.csv @@ -1636,8 +1636,6 @@ forestry:resource_storage:2, Block of Tin forestry:resource_storage:3, Block of Bronze forestry:ash_brick:0, Ash Bricks forestry:ash_stairs:0, Ash Brick Stairs -forestry:habitat_former:0, Habitat Former -forestry:habitat_screen, Habitat Screen forestry:greenhouse:0, Greenhouse Block forestry:greenhouse:3, Greenhouse Energy Distributor forestry:greenhouse:4, Greenhouse Control @@ -1649,8 +1647,270 @@ forestry:climatiser:3, Greenhouse Humidifier forestry:climatiser:4, Greenhouse Dehumidifier forestry:greenhouse.window:0, Greenhouse Window forestry:greenhouse.window_up:0, Greenhouse Roof Window +forestry:fluid.bio.ethanol, Ethanol +forestry:fluid.biomass, Biomass +forestry:fluid.glass, Liquid Glass +forestry:fluid.for.honey, Honey +forestry:fluid.ice, Crushed Ice +forestry:fluid.juice, Fruit Juice +forestry:fluid.milk, Milk +forestry:fluid.seed.oil, Seed Oil +forestry:fluid.short.mead, Short Mead +forestry:can, item.for.can.name +forestry:capsule, item.for.capsule.name +forestry:refractory, item.for.refractory.name +forestry:book_forester, Forester's Manual +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:crate, Crate -forestry:worktable:0, Worktable +forestry:database:0, Database +forestry:stamps:0, Stamp (1n) +forestry:stamps:1, Stamp (2n) +forestry:stamps:2, Stamp (5n) +forestry:stamps:3, Stamp (10n) +forestry:stamps:4, Stamp (20n) +forestry:stamps:5, Stamp (50n) +forestry:stamps:6, Stamp (100n) +forestry:letters, Letter +forestry:catalogue, Catalogue +forestry:mailbox:0, Mailbox +forestry:trade_station:0, Trade Station +forestry:stamp_collector:0, Stamp Collector +forestry:bee_queen_ge:0, Forest Queen +forestry:bee_queen_ge:0, Meadows Queen +forestry:bee_queen_ge:0, Common Queen +forestry:bee_queen_ge:0, Cultivated Queen +forestry:bee_queen_ge:0, Noble Queen +forestry:bee_queen_ge:0, Majestic Queen +forestry:bee_queen_ge:0, Imperial Queen +forestry:bee_queen_ge:0, Diligent Queen +forestry:bee_queen_ge:0, Unweary Queen +forestry:bee_queen_ge:0, Industrious Queen +forestry:bee_queen_ge:0, Steadfast Queen +forestry:bee_queen_ge:0, Valiant Queen +forestry:bee_queen_ge:0, Heroic Queen +forestry:bee_queen_ge:0, Sinister Queen +forestry:bee_queen_ge:0, Fiendish Queen +forestry:bee_queen_ge:0, Demonic Queen +forestry:bee_queen_ge:0, Modest Queen +forestry:bee_queen_ge:0, Frugal Queen +forestry:bee_queen_ge:0, Austere Queen +forestry:bee_queen_ge:0, Tropical Queen +forestry:bee_queen_ge:0, Exotic Queen +forestry:bee_queen_ge:0, Edenic Queen +forestry:bee_queen_ge:0, Ender Queen +forestry:bee_queen_ge:0, Spectral Queen +forestry:bee_queen_ge:0, Phantasmal Queen +forestry:bee_queen_ge:0, Wintry Queen +forestry:bee_queen_ge:0, Icy Queen +forestry:bee_queen_ge:0, Glacial Queen +forestry:bee_queen_ge:0, Vindictive Queen +forestry:bee_queen_ge:0, Vengeful Queen +forestry:bee_queen_ge:0, Avenging Queen +forestry:bee_queen_ge:0, Rural Queen +forestry:bee_queen_ge:0, Farmerly Queen +forestry:bee_queen_ge:0, Agrarian Queen +forestry:bee_queen_ge:0, Marshy Queen +forestry:bee_queen_ge:0, Miry Queen +forestry:bee_queen_ge:0, Boggy Queen +forestry:bee_queen_ge:0, Monastic Queen +forestry:bee_queen_ge:0, Secluded Queen +forestry:bee_queen_ge:0, Hermitic Queen +forestry:bee_drone_ge:0, Forest Drone +forestry:bee_drone_ge:0, Meadows Drone +forestry:bee_drone_ge:0, Common Drone +forestry:bee_drone_ge:0, Cultivated Drone +forestry:bee_drone_ge:0, Noble Drone +forestry:bee_drone_ge:0, Majestic Drone +forestry:bee_drone_ge:0, Imperial Drone +forestry:bee_drone_ge:0, Diligent Drone +forestry:bee_drone_ge:0, Unweary Drone +forestry:bee_drone_ge:0, Industrious Drone +forestry:bee_drone_ge:0, Steadfast Drone +forestry:bee_drone_ge:0, Valiant Drone +forestry:bee_drone_ge:0, Heroic Drone +forestry:bee_drone_ge:0, Sinister Drone +forestry:bee_drone_ge:0, Fiendish Drone +forestry:bee_drone_ge:0, Demonic Drone +forestry:bee_drone_ge:0, Modest Drone +forestry:bee_drone_ge:0, Frugal Drone +forestry:bee_drone_ge:0, Austere Drone +forestry:bee_drone_ge:0, Tropical Drone +forestry:bee_drone_ge:0, Exotic Drone +forestry:bee_drone_ge:0, Edenic Drone +forestry:bee_drone_ge:0, Ender Drone +forestry:bee_drone_ge:0, Spectral Drone +forestry:bee_drone_ge:0, Phantasmal Drone +forestry:bee_drone_ge:0, Wintry Drone +forestry:bee_drone_ge:0, Icy Drone +forestry:bee_drone_ge:0, Glacial Drone +forestry:bee_drone_ge:0, Vindictive Drone +forestry:bee_drone_ge:0, Vengeful Drone +forestry:bee_drone_ge:0, Avenging Drone +forestry:bee_drone_ge:0, Rural Drone +forestry:bee_drone_ge:0, Farmerly Drone +forestry:bee_drone_ge:0, Agrarian Drone +forestry:bee_drone_ge:0, Marshy Drone +forestry:bee_drone_ge:0, Miry Drone +forestry:bee_drone_ge:0, Boggy Drone +forestry:bee_drone_ge:0, Monastic Drone +forestry:bee_drone_ge:0, Secluded Drone +forestry:bee_drone_ge:0, Hermitic Drone +forestry:bee_princess_ge:0, Forest Princess +forestry:bee_princess_ge:0, Meadows Princess +forestry:bee_princess_ge:0, Common Princess +forestry:bee_princess_ge:0, Cultivated Princess +forestry:bee_princess_ge:0, Noble Princess +forestry:bee_princess_ge:0, Majestic Princess +forestry:bee_princess_ge:0, Imperial Princess +forestry:bee_princess_ge:0, Diligent Princess +forestry:bee_princess_ge:0, Unweary Princess +forestry:bee_princess_ge:0, Industrious Princess +forestry:bee_princess_ge:0, Steadfast Princess +forestry:bee_princess_ge:0, Valiant Princess +forestry:bee_princess_ge:0, Heroic Princess +forestry:bee_princess_ge:0, Sinister Princess +forestry:bee_princess_ge:0, Fiendish Princess +forestry:bee_princess_ge:0, Demonic Princess +forestry:bee_princess_ge:0, Modest Princess +forestry:bee_princess_ge:0, Frugal Princess +forestry:bee_princess_ge:0, Austere Princess +forestry:bee_princess_ge:0, Tropical Princess +forestry:bee_princess_ge:0, Exotic Princess +forestry:bee_princess_ge:0, Edenic Princess +forestry:bee_princess_ge:0, Ender Princess +forestry:bee_princess_ge:0, Spectral Princess +forestry:bee_princess_ge:0, Phantasmal Princess +forestry:bee_princess_ge:0, Wintry Princess +forestry:bee_princess_ge:0, Icy Princess +forestry:bee_princess_ge:0, Glacial Princess +forestry:bee_princess_ge:0, Vindictive Princess +forestry:bee_princess_ge:0, Vengeful Princess +forestry:bee_princess_ge:0, Avenging Princess +forestry:bee_princess_ge:0, Rural Princess +forestry:bee_princess_ge:0, Farmerly Princess +forestry:bee_princess_ge:0, Agrarian Princess +forestry:bee_princess_ge:0, Marshy Princess +forestry:bee_princess_ge:0, Miry Princess +forestry:bee_princess_ge:0, Boggy Princess +forestry:bee_princess_ge:0, Monastic Princess +forestry:bee_princess_ge:0, Secluded Princess +forestry:bee_princess_ge:0, Hermitic Princess +forestry:bee_larvae_ge:0, Forest Larvae +forestry:bee_larvae_ge:0, Meadows Larvae +forestry:bee_larvae_ge:0, Common Larvae +forestry:bee_larvae_ge:0, Cultivated Larvae +forestry:bee_larvae_ge:0, Noble Larvae +forestry:bee_larvae_ge:0, Majestic Larvae +forestry:bee_larvae_ge:0, Imperial Larvae +forestry:bee_larvae_ge:0, Diligent Larvae +forestry:bee_larvae_ge:0, Unweary Larvae +forestry:bee_larvae_ge:0, Industrious Larvae +forestry:bee_larvae_ge:0, Steadfast Larvae +forestry:bee_larvae_ge:0, Valiant Larvae +forestry:bee_larvae_ge:0, Heroic Larvae +forestry:bee_larvae_ge:0, Sinister Larvae +forestry:bee_larvae_ge:0, Fiendish Larvae +forestry:bee_larvae_ge:0, Demonic Larvae +forestry:bee_larvae_ge:0, Modest Larvae +forestry:bee_larvae_ge:0, Frugal Larvae +forestry:bee_larvae_ge:0, Austere Larvae +forestry:bee_larvae_ge:0, Tropical Larvae +forestry:bee_larvae_ge:0, Exotic Larvae +forestry:bee_larvae_ge:0, Edenic Larvae +forestry:bee_larvae_ge:0, Ender Larvae +forestry:bee_larvae_ge:0, Spectral Larvae +forestry:bee_larvae_ge:0, Phantasmal Larvae +forestry:bee_larvae_ge:0, Wintry Larvae +forestry:bee_larvae_ge:0, Icy Larvae +forestry:bee_larvae_ge:0, Glacial Larvae +forestry:bee_larvae_ge:0, Vindictive Larvae +forestry:bee_larvae_ge:0, Vengeful Larvae +forestry:bee_larvae_ge:0, Avenging Larvae +forestry:bee_larvae_ge:0, Rural Larvae +forestry:bee_larvae_ge:0, Farmerly Larvae +forestry:bee_larvae_ge:0, Agrarian Larvae +forestry:bee_larvae_ge:0, Marshy Larvae +forestry:bee_larvae_ge:0, Miry Larvae +forestry:bee_larvae_ge:0, Boggy Larvae +forestry:bee_larvae_ge:0, Monastic Larvae +forestry:bee_larvae_ge:0, Secluded Larvae +forestry:bee_larvae_ge:0, Hermitic Larvae +forestry:habitat_locator, Habitat Locator +forestry:imprinter, Imprinter +forestry:cart.beehouse:0, Minecart with Bee House +forestry:cart.beehouse:1, Minecart with Apiary +forestry:frame_untreated, Untreated Frame +forestry:frame_impregnated, Impregnated Frame +forestry:frame_proven, Proven Frame +forestry:honey_drop:0, Honey Drop +forestry:pollen:0, Pollen Cluster +forestry:pollen:1, Crystalline Pollen Cluster +forestry:propolis:0, Propolis +forestry:propolis:1, Sticky Propolis +forestry:propolis:3, Silky Propolis +forestry:honeydew, Honeydew +forestry:royal_jelly, Royal Jelly +forestry:wax_cast, Wax Cast +forestry:bee_combs:0, Honey Comb +forestry:bee_combs:2, Simmering Comb +forestry:bee_combs:3, Stringy Comb +forestry:bee_combs:4, Frozen Comb +forestry:bee_combs:5, Dripping Comb +forestry:bee_combs:6, Silky Comb +forestry:bee_combs:7, Parched Comb +forestry:bee_combs:15, Mossy Comb +forestry:bee_combs:16, Mellow Comb +forestry:apiarist_helmet, Apiarist's Hat +forestry:apiarist_chest, Apiarist's Shirt +forestry:apiarist_legs, Apiarist's Pants +forestry:apiarist_boots, Apiarist's Shoes +forestry:scoop, Scoop +forestry:smoker, Bee Smoker +forestry:apiary:0, Apiary +forestry:bee_house:0, Bee House +forestry:bee_chest:0, Apiarist's Chest +forestry:beehives:0, Forest Hive +forestry:beehives:1, Meadows Hive +forestry:beehives:2, Modest Hive +forestry:beehives:3, Tropical Hive +forestry:beehives:4, Ender Hive +forestry:beehives:5, Wintry Hive +forestry:beehives:6, Marshy Hive +forestry:candle:0, Unlit Candle +forestry:stump:0, Candle Stump +forestry:bee_combs_0:0, Honey Comb Block +forestry:bee_combs_0:2, Simmering Comb Block +forestry:bee_combs_0:3, Stringy Comb Block +forestry:bee_combs_0:4, Frozen Comb Block +forestry:bee_combs_0:5, Dripping Comb Block +forestry:bee_combs_0:6, Silky Comb Block +forestry:bee_combs_0:7, Parched Comb Block +forestry:bee_combs_0:15, Mossy Comb Block +forestry:bee_combs_1:0, Mellow Comb Block +forestry:alveary.plain:0, Alveary +forestry:alveary.swarmer:0, Alveary Swarmer +forestry:alveary.fan:0, Alveary Fan +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:charcoal:0, Block of Charcoal +forestry:wood_pile:0, Wood Pile +forestry:wood_pile_decorative:0, Decorative Wood Pile +forestry:ash_block_0:0, Ash Block +forestry:ash_block_1:0, Ash Block +forestry:ash_block_2:0, Ash Block +forestry:ash_block_3:0, Ash Block +forestry:loam:0, Loam forestry:mushroom:0, tile.for.mushroom.name forestry:mushroom:1, tile.for.mushroom.name forestry:ffarm:0, Farm Block @@ -1708,32 +1968,27 @@ forestry:ffarm:5, Farm Control forestry:ffarm:5, Farm Control forestry:ffarm:5, Farm Control forestry:ffarm:5, Farm Control -forestry:arboretum:0, Arboretum (Managed) -forestry:arboretum:1, Arboretum (Manual) -forestry:farm_crops:0, Farm (Managed) -forestry:farm_crops:1, Farm (Manual) -forestry:farm_mushroom:0, Mushroom Farm (Managed) -forestry:farm_mushroom:1, Mushroom Farm (Manual) -forestry:farm_gourd:0, Gourd Farm (Managed) -forestry:farm_gourd:1, Gourd Farm (Manual) -forestry:farm_nether:0, Infernal Farm (Managed) -forestry:farm_nether:1, Infernal Farm (Manual) -forestry:farm_ender:0, Ender Farm (Managed) -forestry:farm_ender:1, Ender Farm (Manual) -forestry:peat_bog:0, Peat Bog (Managed) -forestry:peat_bog:1, Peat Bog (Manual) -forestry:fluid.bio.ethanol, Ethanol -forestry:fluid.biomass, Biomass -forestry:fluid.glass, Liquid Glass -forestry:fluid.for.honey, Honey -forestry:fluid.ice, Crushed Ice -forestry:fluid.juice, Fruit Juice -forestry:fluid.milk, Milk -forestry:fluid.seed.oil, Seed Oil -forestry:fluid.short.mead, Short Mead -forestry:can, item.for.can.name -forestry:capsule, item.for.capsule.name -forestry:refractory, item.for.refractory.name +forestry: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: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:sapling:0, Apple Oak Sapling forestry:sapling:0, Dark Oak Sapling forestry:sapling:0, Silver Birch Sapling @@ -2421,278 +2676,23 @@ 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:database:0, Database -forestry:stamps:0, Stamp (1n) -forestry:stamps:1, Stamp (2n) -forestry:stamps:2, Stamp (5n) -forestry:stamps:3, Stamp (10n) -forestry:stamps:4, Stamp (20n) -forestry:stamps:5, Stamp (50n) -forestry:stamps:6, Stamp (100n) -forestry:letters, Letter -forestry:catalogue, Catalogue -forestry:mailbox:0, Mailbox -forestry:trade_station:0, Trade Station -forestry:stamp_collector:0, Stamp Collector -forestry:book_forester, Forester's Manual -forestry:apiarist_bag, Apiarist's Backpack -forestry:lepidopterist_bag, Lepidopterist's Backpack -forestry:miner_bag, Mining Backpack -forestry:miner_bag_t2, Woven Mining Backpack -forestry:digger_bag, Digging Backpack -forestry:digger_bag_t2, Woven Digging Backpack -forestry:forester_bag, Foresting Backpack -forestry:forester_bag_t2, Woven Foresting Backpack -forestry:hunter_bag, Hunting Backpack -forestry:hunter_bag_t2, Woven Hunting Backpack -forestry:adventurer_bag, Adventuring Backpack -forestry:adventurer_bag_t2, Woven Adventuring Backpack -forestry:builder_bag, Building Backpack -forestry:builder_bag_t2, Woven Building Backpack -forestry:bottler:0, Bottler -forestry:carpenter:0, Carpenter -forestry:centrifuge:0, Centrifuge -forestry:fermenter:0, Fermenter -forestry:moistener:0, Moistener -forestry:squeezer:0, Squeezer -forestry:still:0, Still -forestry:rainmaker:0, Rainmaker -forestry:fabricator:0, Thermionic Fabricator -forestry:raintank:0, Rain Tank -forestry:charcoal:0, Block of Charcoal -forestry:wood_pile:0, Wood Pile -forestry:wood_pile_decorative:0, Decorative Wood Pile -forestry:ash_block_0:0, Ash Block -forestry:ash_block_1:0, Ash Block -forestry:ash_block_2:0, Ash Block -forestry:ash_block_3:0, Ash Block -forestry:loam:0, Loam -forestry:bee_queen_ge:0, Forest Queen -forestry:bee_queen_ge:0, Meadows Queen -forestry:bee_queen_ge:0, Common Queen -forestry:bee_queen_ge:0, Cultivated Queen -forestry:bee_queen_ge:0, Noble Queen -forestry:bee_queen_ge:0, Majestic Queen -forestry:bee_queen_ge:0, Imperial Queen -forestry:bee_queen_ge:0, Diligent Queen -forestry:bee_queen_ge:0, Unweary Queen -forestry:bee_queen_ge:0, Industrious Queen -forestry:bee_queen_ge:0, Steadfast Queen -forestry:bee_queen_ge:0, Valiant Queen -forestry:bee_queen_ge:0, Heroic Queen -forestry:bee_queen_ge:0, Sinister Queen -forestry:bee_queen_ge:0, Fiendish Queen -forestry:bee_queen_ge:0, Demonic Queen -forestry:bee_queen_ge:0, Modest Queen -forestry:bee_queen_ge:0, Frugal Queen -forestry:bee_queen_ge:0, Austere Queen -forestry:bee_queen_ge:0, Tropical Queen -forestry:bee_queen_ge:0, Exotic Queen -forestry:bee_queen_ge:0, Edenic Queen -forestry:bee_queen_ge:0, Ender Queen -forestry:bee_queen_ge:0, Spectral Queen -forestry:bee_queen_ge:0, Phantasmal Queen -forestry:bee_queen_ge:0, Wintry Queen -forestry:bee_queen_ge:0, Icy Queen -forestry:bee_queen_ge:0, Glacial Queen -forestry:bee_queen_ge:0, Vindictive Queen -forestry:bee_queen_ge:0, Vengeful Queen -forestry:bee_queen_ge:0, Avenging Queen -forestry:bee_queen_ge:0, Rural Queen -forestry:bee_queen_ge:0, Farmerly Queen -forestry:bee_queen_ge:0, Agrarian Queen -forestry:bee_queen_ge:0, Marshy Queen -forestry:bee_queen_ge:0, Miry Queen -forestry:bee_queen_ge:0, Boggy Queen -forestry:bee_queen_ge:0, Monastic Queen -forestry:bee_queen_ge:0, Secluded Queen -forestry:bee_queen_ge:0, Hermitic Queen -forestry:bee_drone_ge:0, Forest Drone -forestry:bee_drone_ge:0, Meadows Drone -forestry:bee_drone_ge:0, Common Drone -forestry:bee_drone_ge:0, Cultivated Drone -forestry:bee_drone_ge:0, Noble Drone -forestry:bee_drone_ge:0, Majestic Drone -forestry:bee_drone_ge:0, Imperial Drone -forestry:bee_drone_ge:0, Diligent Drone -forestry:bee_drone_ge:0, Unweary Drone -forestry:bee_drone_ge:0, Industrious Drone -forestry:bee_drone_ge:0, Steadfast Drone -forestry:bee_drone_ge:0, Valiant Drone -forestry:bee_drone_ge:0, Heroic Drone -forestry:bee_drone_ge:0, Sinister Drone -forestry:bee_drone_ge:0, Fiendish Drone -forestry:bee_drone_ge:0, Demonic Drone -forestry:bee_drone_ge:0, Modest Drone -forestry:bee_drone_ge:0, Frugal Drone -forestry:bee_drone_ge:0, Austere Drone -forestry:bee_drone_ge:0, Tropical Drone -forestry:bee_drone_ge:0, Exotic Drone -forestry:bee_drone_ge:0, Edenic Drone -forestry:bee_drone_ge:0, Ender Drone -forestry:bee_drone_ge:0, Spectral Drone -forestry:bee_drone_ge:0, Phantasmal Drone -forestry:bee_drone_ge:0, Wintry Drone -forestry:bee_drone_ge:0, Icy Drone -forestry:bee_drone_ge:0, Glacial Drone -forestry:bee_drone_ge:0, Vindictive Drone -forestry:bee_drone_ge:0, Vengeful Drone -forestry:bee_drone_ge:0, Avenging Drone -forestry:bee_drone_ge:0, Rural Drone -forestry:bee_drone_ge:0, Farmerly Drone -forestry:bee_drone_ge:0, Agrarian Drone -forestry:bee_drone_ge:0, Marshy Drone -forestry:bee_drone_ge:0, Miry Drone -forestry:bee_drone_ge:0, Boggy Drone -forestry:bee_drone_ge:0, Monastic Drone -forestry:bee_drone_ge:0, Secluded Drone -forestry:bee_drone_ge:0, Hermitic Drone -forestry:bee_princess_ge:0, Forest Princess -forestry:bee_princess_ge:0, Meadows Princess -forestry:bee_princess_ge:0, Common Princess -forestry:bee_princess_ge:0, Cultivated Princess -forestry:bee_princess_ge:0, Noble Princess -forestry:bee_princess_ge:0, Majestic Princess -forestry:bee_princess_ge:0, Imperial Princess -forestry:bee_princess_ge:0, Diligent Princess -forestry:bee_princess_ge:0, Unweary Princess -forestry:bee_princess_ge:0, Industrious Princess -forestry:bee_princess_ge:0, Steadfast Princess -forestry:bee_princess_ge:0, Valiant Princess -forestry:bee_princess_ge:0, Heroic Princess -forestry:bee_princess_ge:0, Sinister Princess -forestry:bee_princess_ge:0, Fiendish Princess -forestry:bee_princess_ge:0, Demonic Princess -forestry:bee_princess_ge:0, Modest Princess -forestry:bee_princess_ge:0, Frugal Princess -forestry:bee_princess_ge:0, Austere Princess -forestry:bee_princess_ge:0, Tropical Princess -forestry:bee_princess_ge:0, Exotic Princess -forestry:bee_princess_ge:0, Edenic Princess -forestry:bee_princess_ge:0, Ender Princess -forestry:bee_princess_ge:0, Spectral Princess -forestry:bee_princess_ge:0, Phantasmal Princess -forestry:bee_princess_ge:0, Wintry Princess -forestry:bee_princess_ge:0, Icy Princess -forestry:bee_princess_ge:0, Glacial Princess -forestry:bee_princess_ge:0, Vindictive Princess -forestry:bee_princess_ge:0, Vengeful Princess -forestry:bee_princess_ge:0, Avenging Princess -forestry:bee_princess_ge:0, Rural Princess -forestry:bee_princess_ge:0, Farmerly Princess -forestry:bee_princess_ge:0, Agrarian Princess -forestry:bee_princess_ge:0, Marshy Princess -forestry:bee_princess_ge:0, Miry Princess -forestry:bee_princess_ge:0, Boggy Princess -forestry:bee_princess_ge:0, Monastic Princess -forestry:bee_princess_ge:0, Secluded Princess -forestry:bee_princess_ge:0, Hermitic Princess -forestry:bee_larvae_ge:0, Forest Larvae -forestry:bee_larvae_ge:0, Meadows Larvae -forestry:bee_larvae_ge:0, Common Larvae -forestry:bee_larvae_ge:0, Cultivated Larvae -forestry:bee_larvae_ge:0, Noble Larvae -forestry:bee_larvae_ge:0, Majestic Larvae -forestry:bee_larvae_ge:0, Imperial Larvae -forestry:bee_larvae_ge:0, Diligent Larvae -forestry:bee_larvae_ge:0, Unweary Larvae -forestry:bee_larvae_ge:0, Industrious Larvae -forestry:bee_larvae_ge:0, Steadfast Larvae -forestry:bee_larvae_ge:0, Valiant Larvae -forestry:bee_larvae_ge:0, Heroic Larvae -forestry:bee_larvae_ge:0, Sinister Larvae -forestry:bee_larvae_ge:0, Fiendish Larvae -forestry:bee_larvae_ge:0, Demonic Larvae -forestry:bee_larvae_ge:0, Modest Larvae -forestry:bee_larvae_ge:0, Frugal Larvae -forestry:bee_larvae_ge:0, Austere Larvae -forestry:bee_larvae_ge:0, Tropical Larvae -forestry:bee_larvae_ge:0, Exotic Larvae -forestry:bee_larvae_ge:0, Edenic Larvae -forestry:bee_larvae_ge:0, Ender Larvae -forestry:bee_larvae_ge:0, Spectral Larvae -forestry:bee_larvae_ge:0, Phantasmal Larvae -forestry:bee_larvae_ge:0, Wintry Larvae -forestry:bee_larvae_ge:0, Icy Larvae -forestry:bee_larvae_ge:0, Glacial Larvae -forestry:bee_larvae_ge:0, Vindictive Larvae -forestry:bee_larvae_ge:0, Vengeful Larvae -forestry:bee_larvae_ge:0, Avenging Larvae -forestry:bee_larvae_ge:0, Rural Larvae -forestry:bee_larvae_ge:0, Farmerly Larvae -forestry:bee_larvae_ge:0, Agrarian Larvae -forestry:bee_larvae_ge:0, Marshy Larvae -forestry:bee_larvae_ge:0, Miry Larvae -forestry:bee_larvae_ge:0, Boggy Larvae -forestry:bee_larvae_ge:0, Monastic Larvae -forestry:bee_larvae_ge:0, Secluded Larvae -forestry:bee_larvae_ge:0, Hermitic Larvae -forestry:habitat_locator, Habitat Locator -forestry:imprinter, Imprinter -forestry:cart.beehouse:0, Minecart with Bee House -forestry:cart.beehouse:1, Minecart with Apiary -forestry:frame_untreated, Untreated Frame -forestry:frame_impregnated, Impregnated Frame -forestry:frame_proven, Proven Frame -forestry:honey_drop:0, Honey Drop -forestry:pollen:0, Pollen Cluster -forestry:pollen:1, Crystalline Pollen Cluster -forestry:propolis:0, Propolis -forestry:propolis:1, Sticky Propolis -forestry:propolis:3, Silky Propolis -forestry:honeydew, Honeydew -forestry:royal_jelly, Royal Jelly -forestry:wax_cast, Wax Cast -forestry:bee_combs:0, Honey Comb -forestry:bee_combs:2, Simmering Comb -forestry:bee_combs:3, Stringy Comb -forestry:bee_combs:4, Frozen Comb -forestry:bee_combs:5, Dripping Comb -forestry:bee_combs:6, Silky Comb -forestry:bee_combs:7, Parched Comb -forestry:bee_combs:15, Mossy Comb -forestry:bee_combs:16, Mellow Comb -forestry:apiarist_helmet, Apiarist's Hat -forestry:apiarist_chest, Apiarist's Shirt -forestry:apiarist_legs, Apiarist's Pants -forestry:apiarist_boots, Apiarist's Shoes -forestry:scoop, Scoop -forestry:smoker, Bee Smoker -forestry:apiary:0, Apiary -forestry:bee_house:0, Bee House -forestry:bee_chest:0, Apiarist's Chest -forestry:beehives:0, Forest Hive -forestry:beehives:1, Meadows Hive -forestry:beehives:2, Modest Hive -forestry:beehives:3, Tropical Hive -forestry:beehives:4, Ender Hive -forestry:beehives:5, Wintry Hive -forestry:beehives:6, Marshy Hive -forestry:candle:0, Unlit Candle -forestry:stump:0, Candle Stump -forestry:bee_combs_0:0, Honey Comb Block -forestry:bee_combs_0:2, Simmering Comb Block -forestry:bee_combs_0:3, Stringy Comb Block -forestry:bee_combs_0:4, Frozen Comb Block -forestry:bee_combs_0:5, Dripping Comb Block -forestry:bee_combs_0:6, Silky Comb Block -forestry:bee_combs_0:7, Parched Comb Block -forestry:bee_combs_0:15, Mossy Comb Block -forestry:bee_combs_1:0, Mellow Comb Block -forestry:alveary.plain:0, Alveary -forestry:alveary.swarmer:0, Alveary Swarmer -forestry:alveary.fan:0, Alveary Fan -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:genetic_filter:0, Genetic Filter -forestry:engine_peat:0, Peat-fired Engine -forestry:engine_biogas:0, Biogas Engine -forestry:engine_clockwork:0, Clockwork Engine +forestry:arboretum:0, Arboretum (Managed) +forestry:arboretum:1, Arboretum (Manual) +forestry:farm_crops:0, Farm (Managed) +forestry:farm_crops:1, Farm (Manual) +forestry:farm_mushroom:0, Mushroom Farm (Managed) +forestry:farm_mushroom:1, Mushroom Farm (Manual) +forestry:farm_gourd:0, Gourd Farm (Managed) +forestry:farm_gourd:1, Gourd Farm (Manual) +forestry:farm_nether:0, Infernal Farm (Managed) +forestry:farm_nether:1, Infernal Farm (Manual) +forestry:farm_ender:0, Ender Farm (Managed) +forestry:farm_ender:1, Ender Farm (Manual) +forestry:peat_bog:0, Peat Bog (Managed) +forestry:peat_bog:1, Peat Bog (Manual) +forestry:habitat_former:0, Habitat Former +forestry:habitat_screen, Habitat Screen +forestry:worktable:0, Worktable railcraft:tool_crowbar_iron, Iron Crowbar railcraft:tool_crowbar_steel, Steel Crowbar railcraft:tool_axe_steel, Steel Axe @@ -3430,6 +3430,10 @@ avaritia:block_resource:1, Infinity Block avaritia:block_resource:2, Crystal Matrix avaritia:neutron_collector, Neutron Collector avaritia:neutronium_compressor, Neutronium Compressor +avaritiaitem:fractallite_halite_catalyst, item.avaritiaitem.fractallite_halite_catalyst.name +avaritiaitem:meatball_man_destruction_fabrial, item.avaritiaitem.meatball_man_destruction_fabrial.name +avaritiaitem:self_actualizing_stone, item.avaritiaitem.self_actualizing_stone.name +avaritiaitem:spatial_processor, item.avaritiaitem.spatial_processor.name bewitchment:blessed_stone, Blessed Stone bewitchment:block_of_amethyst, Block of Amethyst bewitchment:block_of_garnet, Block of Garnet @@ -3841,6 +3845,106 @@ genetics:lab_machine:2, Incubator genetics:lab_machine:3, Genepool genetics:lab_machine:4, Acclimatiser genetics:adv_machine:0, Splicer +botany:plant:0, Weed +botany:plant:1, Weed Long +botany:plant:2, Weed Very Long +botany:plant:3, Dead Flower +botany:plant:4, Decaying Flower +botany:soil:0, Soil +botany:soil:1, Soil +botany:soil:2, Soil +botany:soil:3, Soil +botany:soil:4, Soil +botany:soil:5, Soil +botany:soil:6, Soil +botany:soil:7, Soil +botany:soil:8, Soil +botany:loam:0, Loam +botany:loam:1, Loam +botany:loam:2, Loam +botany:loam:3, Loam +botany:loam:4, Loam +botany:loam:5, Loam +botany:loam:6, Loam +botany:loam:7, Loam +botany:loam:8, Loam +botany:flowerbed:0, Flowerbed +botany:flowerbed:1, Flowerbed +botany:flowerbed:2, Flowerbed +botany:flowerbed:3, Flowerbed +botany:flowerbed:4, Flowerbed +botany:flowerbed:5, Flowerbed +botany:flowerbed:6, Flowerbed +botany:flowerbed:7, Flowerbed +botany:flowerbed:8, Flowerbed +botany:soil_no_weed:0, Soil +botany:soil_no_weed:1, Soil +botany:soil_no_weed:2, Soil +botany:soil_no_weed:3, Soil +botany:soil_no_weed:4, Soil +botany:soil_no_weed:5, Soil +botany:soil_no_weed:6, Soil +botany:soil_no_weed:7, Soil +botany:soil_no_weed:8, Soil +botany:loam_no_weed:0, Loam +botany:loam_no_weed:1, Loam +botany:loam_no_weed:2, Loam +botany:loam_no_weed:3, Loam +botany:loam_no_weed:4, Loam +botany:loam_no_weed:5, Loam +botany:loam_no_weed:6, Loam +botany:loam_no_weed:7, Loam +botany:loam_no_weed:8, Loam +botany:flowerbed_no_weed:0, Flowerbed +botany:flowerbed_no_weed:1, Flowerbed +botany:flowerbed_no_weed:2, Flowerbed +botany:flowerbed_no_weed:3, Flowerbed +botany:flowerbed_no_weed:4, Flowerbed +botany:flowerbed_no_weed:5, Flowerbed +botany:flowerbed_no_weed:6, Flowerbed +botany:flowerbed_no_weed:7, Flowerbed +botany:flowerbed_no_weed:8, Flowerbed +botany:soil_meter, Soil Meter +botany:trowel_wood, Wooden Trowel +botany:trowel_stone, Stone Trowel +botany:trowel_iron, Iron Trowel +botany:trowel_diamond, Diamond Trowel +botany:trowel_gold, Gold Trowel +botany:misc:0, Ash Powder +botany:misc:1, Wood Pulp Powder +botany:misc:2, Mulch Powder +botany:misc:3, Sulphur Powder +botany:misc:4, Fertilizer Powder +botany:misc:5, Compost Powder +botany:misc:6, Mortar +botany:misc:7, Weedkiller +botany:botanist_bag, Botanist's Backpack +botany:database:0, Botanist Database +botany:database:1, Master Botanist Database +botany:insulated_tube:0, Copper Clay Insulated Electron Tube +botany:insulated_tube:128, Copper Cobblestone Insulated Electron Tube +botany:insulated_tube:256, Copper Sandstone Insulated Electron Tube +botany:insulated_tube:384, Copper Hardened Clay Insulated Electron Tube +botany:insulated_tube:512, Copper Smooth Stone Insulated Electron Tube +botany:insulated_tube:640, Copper Sandstone Insulated Electron Tube +botany:insulated_tube:1, Tin Clay Insulated Electron Tube +botany:insulated_tube:129, Tin Cobblestone Insulated Electron Tube +botany:insulated_tube:257, Tin Sandstone Insulated Electron Tube +botany:insulated_tube:385, Tin Hardened Clay Insulated Electron Tube +botany:insulated_tube:513, Tin Smooth Stone Insulated Electron Tube +botany:insulated_tube:641, Tin Sandstone Insulated Electron Tube +botany:insulated_tube:2, Bronze Clay Insulated Electron Tube +botany:insulated_tube:130, Bronze Cobblestone Insulated Electron Tube +botany:insulated_tube:258, Bronze Sandstone Insulated Electron Tube +botany:insulated_tube:386, Bronze Hardened Clay Insulated Electron Tube +botany:insulated_tube:514, Bronze Smooth Stone Insulated Electron Tube +botany:insulated_tube:642, Bronze Sandstone Insulated Electron Tube +botany:insulated_tube:3, Iron Clay Insulated Electron Tube +botany:insulated_tube:131, Iron Cobblestone Insulated Electron Tube +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:ceramic:0, Aquamarine Ceramic Block botany:ceramic:1, Black Ceramic Block @@ -4177,106 +4281,6 @@ botany:clay:77, White Clay botany:clay:78, Yellow Clay botany:clay:79, Yellow-Green Clay botany:misc_ceramic:0, Mortar -botany:plant:0, Weed -botany:plant:1, Weed Long -botany:plant:2, Weed Very Long -botany:plant:3, Dead Flower -botany:plant:4, Decaying Flower -botany:soil:0, Soil -botany:soil:1, Soil -botany:soil:2, Soil -botany:soil:3, Soil -botany:soil:4, Soil -botany:soil:5, Soil -botany:soil:6, Soil -botany:soil:7, Soil -botany:soil:8, Soil -botany:loam:0, Loam -botany:loam:1, Loam -botany:loam:2, Loam -botany:loam:3, Loam -botany:loam:4, Loam -botany:loam:5, Loam -botany:loam:6, Loam -botany:loam:7, Loam -botany:loam:8, Loam -botany:flowerbed:0, Flowerbed -botany:flowerbed:1, Flowerbed -botany:flowerbed:2, Flowerbed -botany:flowerbed:3, Flowerbed -botany:flowerbed:4, Flowerbed -botany:flowerbed:5, Flowerbed -botany:flowerbed:6, Flowerbed -botany:flowerbed:7, Flowerbed -botany:flowerbed:8, Flowerbed -botany:soil_no_weed:0, Soil -botany:soil_no_weed:1, Soil -botany:soil_no_weed:2, Soil -botany:soil_no_weed:3, Soil -botany:soil_no_weed:4, Soil -botany:soil_no_weed:5, Soil -botany:soil_no_weed:6, Soil -botany:soil_no_weed:7, Soil -botany:soil_no_weed:8, Soil -botany:loam_no_weed:0, Loam -botany:loam_no_weed:1, Loam -botany:loam_no_weed:2, Loam -botany:loam_no_weed:3, Loam -botany:loam_no_weed:4, Loam -botany:loam_no_weed:5, Loam -botany:loam_no_weed:6, Loam -botany:loam_no_weed:7, Loam -botany:loam_no_weed:8, Loam -botany:flowerbed_no_weed:0, Flowerbed -botany:flowerbed_no_weed:1, Flowerbed -botany:flowerbed_no_weed:2, Flowerbed -botany:flowerbed_no_weed:3, Flowerbed -botany:flowerbed_no_weed:4, Flowerbed -botany:flowerbed_no_weed:5, Flowerbed -botany:flowerbed_no_weed:6, Flowerbed -botany:flowerbed_no_weed:7, Flowerbed -botany:flowerbed_no_weed:8, Flowerbed -botany:soil_meter, Soil Meter -botany:trowel_wood, Wooden Trowel -botany:trowel_stone, Stone Trowel -botany:trowel_iron, Iron Trowel -botany:trowel_diamond, Diamond Trowel -botany:trowel_gold, Gold Trowel -botany:misc:0, Ash Powder -botany:misc:1, Wood Pulp Powder -botany:misc:2, Mulch Powder -botany:misc:3, Sulphur Powder -botany:misc:4, Fertilizer Powder -botany:misc:5, Compost Powder -botany:misc:6, Mortar -botany:misc:7, Weedkiller -botany:botanist_bag, Botanist's Backpack -botany:database:0, Botanist Database -botany:database:1, Master Botanist Database -botany:insulated_tube:0, Copper Clay Insulated Electron Tube -botany:insulated_tube:128, Copper Cobblestone Insulated Electron Tube -botany:insulated_tube:256, Copper Sandstone Insulated Electron Tube -botany:insulated_tube:384, Copper Hardened Clay Insulated Electron Tube -botany:insulated_tube:512, Copper Smooth Stone Insulated Electron Tube -botany:insulated_tube:640, Copper Sandstone Insulated Electron Tube -botany:insulated_tube:1, Tin Clay Insulated Electron Tube -botany:insulated_tube:129, Tin Cobblestone Insulated Electron Tube -botany:insulated_tube:257, Tin Sandstone Insulated Electron Tube -botany:insulated_tube:385, Tin Hardened Clay Insulated Electron Tube -botany:insulated_tube:513, Tin Smooth Stone Insulated Electron Tube -botany:insulated_tube:641, Tin Sandstone Insulated Electron Tube -botany:insulated_tube:2, Bronze Clay Insulated Electron Tube -botany:insulated_tube:130, Bronze Cobblestone Insulated Electron Tube -botany:insulated_tube:258, Bronze Sandstone Insulated Electron Tube -botany:insulated_tube:386, Bronze Hardened Clay Insulated Electron Tube -botany:insulated_tube:514, Bronze Smooth Stone Insulated Electron Tube -botany:insulated_tube:642, Bronze Sandstone Insulated Electron Tube -botany:insulated_tube:3, Iron Clay Insulated Electron Tube -botany:insulated_tube:131, Iron Cobblestone Insulated Electron Tube -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 extrabees:honey_crystal, item.honey_crystal.name extrabees:honey_drop:0, Energy Drop extrabees:honey_drop:1, Acidic Drop @@ -4507,7 +4511,14 @@ extratrees:food:59, Candlenut extratrees:hammer, item.hammer.name extratrees:durable_hammer, item.durable_hammer.name extratrees:hops, item.hops.name -extratrees:databaselepi, item.databaseLepi.name +extratrees:databasetree, item.databaseTree.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:logs.0:0, Apple Wood extratrees:logs.0:1, Fig Wood extratrees:logs.0:2, Butternut Wood @@ -5083,7 +5094,9 @@ extratrees:leaves.decorative.5:14, Leaves extratrees:leaves.decorative.5:15, Leaves extratrees:leaves.decorative.6:0, Leaves extratrees:shrub_log:0, Shrub Wood -extratrees:databasetree, item.databaseTree.name +extratrees:carpentry, tile.null.name +extratrees:carpentrypanel, tile.null.name +extratrees:stainedglass, tile.null.name extratrees:drink:0, Beer Mug extratrees:drink:0, Pint Glass extratrees:drink:0, Snifter Glass @@ -5100,16 +5113,7 @@ extratrees:drink:0, Shot Glass extratrees:drink:0, Sherry Glass extratrees:drink:0, Coupe Glass extratrees:drink:0, Glass of Red Wine -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 +extratrees:databaselepi, item.databaseLepi.name extratrees:binnie.juice.apple, Apple Juice extratrees:binnie.juice.apricot, Apricot Juice extratrees:binnie.juice.banana, Banana Juice @@ -6331,6 +6335,8 @@ extracells:pattern.fluid:0, ME Fluid Pattern: Ritual Essence of Betrayal extracells:pattern.fluid:0, ME Fluid Pattern: Essence of Gluttony extracells:pattern.fluid:0, ME Fluid Pattern: Hungering Flesh Catalyst extracells:pattern.fluid:0, ME Fluid Pattern: Infinitely Unholy Radioactive Mix +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.flesh_world_ichor +extracells:pattern.fluid:0, ME Fluid Pattern: fluid.fractallite_halite 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 @@ -8995,6 +9001,20 @@ thermaldynamics:cover:0, Block of Tin Cover thermaldynamics:cover:0, Block of Bronze Cover thermaldynamics:cover:0, Ash Bricks Cover thermaldynamics:cover:0, Ash Brick Stairs Cover +thermaldynamics:cover:0, Candle Stump Cover +thermaldynamics:cover:0, Honey Comb Block Cover +thermaldynamics:cover:0, Simmering Comb Block Cover +thermaldynamics:cover:0, Stringy Comb Block Cover +thermaldynamics:cover:0, Frozen Comb Block Cover +thermaldynamics:cover:0, Dripping Comb Block Cover +thermaldynamics:cover:0, Silky Comb Block Cover +thermaldynamics:cover:0, Parched Comb Block Cover +thermaldynamics:cover:0, Mossy Comb Block Cover +thermaldynamics:cover:0, Mellow Comb Block Cover +thermaldynamics:cover:0, Block of Charcoal Cover +thermaldynamics:cover:0, Wood Pile Cover +thermaldynamics:cover:0, Decorative Wood Pile Cover +thermaldynamics:cover:0, Loam Cover thermaldynamics:cover:0, Larch Wood Cover thermaldynamics:cover:0, Teak Wood Cover thermaldynamics:cover:0, Desert Acacia Wood Cover @@ -9443,20 +9463,6 @@ thermaldynamics:cover:0, Sipiri Leaves Cover thermaldynamics:cover:0, Papaya Leaves Cover thermaldynamics:cover:0, Date Palm Leaves Cover thermaldynamics:cover:0, White Poplar Leaves Cover -thermaldynamics:cover:0, Block of Charcoal Cover -thermaldynamics:cover:0, Wood Pile Cover -thermaldynamics:cover:0, Decorative Wood Pile Cover -thermaldynamics:cover:0, Loam Cover -thermaldynamics:cover:0, Candle Stump Cover -thermaldynamics:cover:0, Honey Comb Block Cover -thermaldynamics:cover:0, Simmering Comb Block Cover -thermaldynamics:cover:0, Stringy Comb Block Cover -thermaldynamics:cover:0, Frozen Comb Block Cover -thermaldynamics:cover:0, Dripping Comb Block Cover -thermaldynamics:cover:0, Silky Comb Block Cover -thermaldynamics:cover:0, Parched Comb Block Cover -thermaldynamics:cover:0, Mossy Comb Block Cover -thermaldynamics:cover:0, Mellow Comb Block Cover thermaldynamics:cover:0, Nickel-Iron Battery Cover thermaldynamics:cover:0, Nickel-Zinc Battery Cover thermaldynamics:cover:0, Zinc-Carbon Battery Cover @@ -11866,6 +11872,12 @@ thermalinnovation:quiver:2, Alchemical Quiver (Reinforced) thermalinnovation:quiver:3, Alchemical Quiver (Signalum) thermalinnovation:quiver:4, Alchemical Quiver (Resonant) thermalinnovation:quiver:32000, Alchemical Quiver (Creative) +tce:tce_energy_particle, §4RF Particle collector +tce:tce_grow_lvl1, Growth Accelerator lvl 1 +tce:tce_grow_lvl2, Growth Accelerator lvl 2 +tce:tce_grow_lvl3, Growth Accelerator lvl 3 +tce:tce_grow_lvl4, Growth Accelerator lvl 4 +tce:tce_grow_lvl5, Growth Accelerator lvl 5 tce:tce_torch_lvl1, §9Torcherino lvl 1 tce:tce_torch_lvl2, §aTorcherino lvl 2 tce:tce_torch_lvl3, §cTorcherino lvl 3 @@ -14677,257 +14689,6 @@ libvulpes:linker, Linker libvulpes:battery:0, Battery libvulpes:battery:1, Battery Pack libvulpes:holoprojector, Holo-Projector -divinerpg:teleportation_crystal, Teleportation Crystal -divinerpg:teleportation_star, Teleportation Star -divinerpg:corrupted_shards, Corrupted Shards -divinerpg:divine_shards, Divine Shards -divinerpg:ender_shards, Ender Shards -divinerpg:ice_shards, Ice Shards -divinerpg:jungle_shards, Jungle Shards -divinerpg:molten_shards, Molten Shards -divinerpg:terran_shards, Terran Shards -divinerpg:corrupted_stone, Corrupted Stone -divinerpg:divine_stone, Divine Stone -divinerpg:ender_stone, Ender Stone -divinerpg:ice_stone, Ice Stone -divinerpg:jungle_stone, Jungle Stone -divinerpg:molten_stone, Molten Stone -divinerpg:shadow_stone, Shadow Stone -divinerpg:terran_stone, Terran Stone -divinerpg:arlemite_ingot, Arlemite Ingot -divinerpg:hellstone_ingot, Hellstone Ingot -divinerpg:netherite_ingot, Netherite Ingot -divinerpg:realmite_ingot, Realmite Ingot -divinerpg:rupee_ingot, Rupee Ingot -divinerpg:shadow_bar, Shadow Bar -divinerpg:arlemite_nugget, Arlemite Nugget -divinerpg:realmite_nugget, Realmite Nugget -divinerpg:rupee_nugget, Rupee Nugget -divinerpg:netherite_nugget, Netherite Nugget -divinerpg:call_of_the_watcher, Call of the Watcher -divinerpg:horde_horn, Horde Horn -divinerpg:infernal_flame, Infernal Flame -divinerpg:mysterious_clock, Mysterious Clock -divinerpg:watching_eye, Watching Eye -divinerpg:blue_diamond_chunk, Blue Diamond Chunk -divinerpg:gray_diamond_chunk, Gray Diamond Chunk -divinerpg:red_diamond_chunk, Red Diamond Chunk -divinerpg:yellow_diamond_chunk, Yellow Diamond Chunk -divinerpg:green_diamond_chunk, Green Diamond Chunk -divinerpg:brown_grizzle_egg, Brown Grizzle Spawn Egg -divinerpg:ehu_egg, Ehu Spawn Egg -divinerpg:husk_egg, Husk Spawn Egg -divinerpg:smelter_egg, Smelter Spawn Egg -divinerpg:snapper_egg, Snapper Spawn Egg -divinerpg:stone_golem_egg, Stone Golem Spawn Egg -divinerpg:white_grizzle_egg, White Grizzle Spawn Egg -divinerpg:aqua_ball, Aqua Ball -divinerpg:aquatic_blaze_rod, Aquatic Blaze Rod -divinerpg:aquatic_ingot, Aquatic Ingot -divinerpg:aquatic_pellets, Aquatic Pellets -divinerpg:bedrock_chunk, Bedrock Chunk -divinerpg:bloodgem, Bloodgem -divinerpg:bluefire_stone, Bluefire Stone -divinerpg:corrupted_bullet, Corrupted Bullet -divinerpg:crab_claw, Crab Claw -divinerpg:cyclops_eye, Cyclops Eye -divinerpg:cyclops_eye_shards, Cyclops Eye Shards -divinerpg:fury_fire, Fury Fire -divinerpg:healing_stone, Healing Stone -divinerpg:kraken_scale, Kraken Scale -divinerpg:kraken_skin, Kraken Skin -divinerpg:legendary_ender_eye, Legendary Ender Eye -divinerpg:liopleurodon_skull, Liopleurodon Skull -divinerpg:liopleurodon_teeth, Liopleurodon Teeth -divinerpg:netherite_chunk, Netherite Chunk -divinerpg:pure_aquatic_pellets, Pure Aquatic Pellets -divinerpg:purple_blaze, Purple Blaze -divinerpg:shadow_coins, Shadow Coins -divinerpg:shark_fin, Shark Fin -divinerpg:whale_fin, Whale Fin -divinerpg:snowflake, Snowflake -divinerpg:snow_globe, Snow Globe -divinerpg:advanced_mushroom_stew, Advanced Mushroom Stew -divinerpg:bacon, Bacon -divinerpg:boiled_egg, Boiled Egg -divinerpg:cheese, Cheese -divinerpg:chicken_dinner, Chicken Dinner -divinerpg:chocolate_log, Chocolate Log -divinerpg:donut, Donut -divinerpg:egg_nog, Egg Nog -divinerpg:raw_empowered_meat, Raw Empowered Meat -divinerpg:empowered_meat, Empowered Meat -divinerpg:enriched_magic_meat, Enriched Magic Meat -divinerpg:forbidden_fruit, Forbidden Fruit -divinerpg:fruit_cake, Fruit Cake -divinerpg:hot_pumpkin_pie, Hot Pumpkin Pie -divinerpg:magic_meat, Magic Meat -divinerpg:moonbulb, Moonbulb -divinerpg:peppermints, Peppermints -divinerpg:pink_glowbone, Pink Glowbone -divinerpg:purple_glowbone, Purple Glowbone -divinerpg:sky_flower, Sky Flower -divinerpg:snow_cones, Snow Cones -divinerpg:tomato, Tomato -divinerpg:white_mushroom, White Mushroom -divinerpg:winterberry, Winterberry -divinerpg:eden_soul, Eden Soul -divinerpg:wildwood_soul, Wildwood Soul -divinerpg:apalachia_soul, Apalachia Soul -divinerpg:skythern_soul, Skythern Soul -divinerpg:mortum_soul, Mortum Soul -divinerpg:eden_heart, Eden Heart -divinerpg:wildwood_heart, Wildwood Heart -divinerpg:apalachia_heart, Apalachia Heart -divinerpg:skythern_heart, Skythern Heart -divinerpg:mortum_heart, Mortum Heart -divinerpg:eden_fragments, Eden Fragments -divinerpg:wildwood_fragments, Wildwood Fragments -divinerpg:apalachia_fragments, Apalachia Fragments -divinerpg:skythern_fragments, Skythern Fragments -divinerpg:mortum_fragments, Mortum Fragments -divinerpg:eden_gem, Eden Gem -divinerpg:wildwood_gem, Wildwood Gem -divinerpg:apalachia_gem, Apalachia Gem -divinerpg:skythern_gem, Skythern Gem -divinerpg:mortum_gem, Mortum Gem -divinerpg:eden_chunk, Eden Chunk -divinerpg:wildwood_chunk, Wildwood Chunk -divinerpg:apalachia_chunk, Apalachia Chunk -divinerpg:skythern_chunk, Skythern Chunk -divinerpg:mortum_chunk, Mortum Chunk -divinerpg:eden_dust, Eden Dust -divinerpg:wildwood_dust, Wildwood Dust -divinerpg:apalachia_dust, Apalachia Dust -divinerpg:skythern_dust, Skythern Dust -divinerpg:mortum_dust, Mortum Dust -divinerpg:karot_crystal, Karot Crystal -divinerpg:reyvor_crystal, Reyvor Crystal -divinerpg:densos_crystal, Densos Crystal -divinerpg:soul_fiend_crystal, Soul Fiend Crystal -divinerpg:twilight_demon_crystal, Twilight Demon Crystal -divinerpg:vamacheron_crystal, Vamacheron Crystal -divinerpg:twilight_clock, Twilight Clock -divinerpg:eden_arrow, Eden Arrow -divinerpg:fury_arrow, Fury Arrow -divinerpg:wildwood_arrow, Wildwood Arrow -divinerpg:base_spawn_crystal, Base Spawn Crystal -divinerpg:eden_sparkles, Eden Sparkles -divinerpg:arcanium_attractor, Arcanium Attractor -divinerpg:arcanium_reflector, Arcanium Reflector -divinerpg:divine_accumulator, Divine Accumulator -divinerpg:ghostbane, Ghostbane -divinerpg:orb_of_light, Orb of Light -divinerpg:staff_of_enrichment, Staff of Enrichment -divinerpg:frozen_charge, Frozen Charge -divinerpg:wizards_book, Wizards Book -divinerpg:fyracryx_egg, Fyracryx Spawn Egg -divinerpg:paratiku_egg, Paratiku Spawn Egg -divinerpg:seimer_egg, Seimer Spawn Egg -divinerpg:golem_of_rejuvenation_egg, Golem Of Rejuvenation Spawn Egg -divinerpg:aquamarine, Aquamarine -divinerpg:firestock, Firestock -divinerpg:lamona, Lamona -divinerpg:marsine, Marsine -divinerpg:pinfly, Pinfly -divinerpg:veilo, Veilo -divinerpg:hitchak, Hitchak -divinerpg:ancient_key, Ancient Key -divinerpg:degraded_key, Degraded Key -divinerpg:soul_key, Soul Key -divinerpg:sludge_key, Sludge Key -divinerpg:ancient_brick_door, Ancient Brick Door -divinerpg:degraded_brick_door, Degraded Brick Door -divinerpg:soul_sludge_door, Soul Sludge Door -divinerpg:soul_stone_door, Soul Stone Door -divinerpg:steel_door, Steel Door -divinerpg:weak_arcana_potion, Weak Arcana Potion -divinerpg:strong_arcana_potion, Strong Arcana Potion -divinerpg:arcanium, Arcanium -divinerpg:collector, Collector -divinerpg:collector_fragments, Collector Fragments -divinerpg:dungeon_tokens, Dungeon Tokens -divinerpg:aquamarine_seeds, Aquamarine Seeds -divinerpg:eucalyptus_root_seeds, Eucalyptus Root Seeds -divinerpg:firestock_seeds, Firestock Seeds -divinerpg:hitchak_seeds, Hitchak Seeds -divinerpg:lamona_seeds, Lamona Seeds -divinerpg:marsine_seeds, Marsine Seeds -divinerpg:moonbulb_seeds, Moonbulb Seeds -divinerpg:pinfly_seeds, Pinfly Seeds -divinerpg:pink_glowbone_seeds, Pink Glowbone Seeds -divinerpg:purple_glowbone_seeds, Purple Glowbone Seeds -divinerpg:sky_plant_seeds, Sky Plant Seeds -divinerpg:tomato_seeds, Tomato Seeds -divinerpg:veilo_seeds, Veilo Seeds -divinerpg:white_mushroom_seeds, White Mushroom Seeds -divinerpg:dirty_pearls, Dirty Pearls -divinerpg:clean_pearls, Clean Pearls -divinerpg:polished_pearls, Polished Pearls -divinerpg:shiny_pearls, Shiny Pearls -divinerpg:teaker_lump, Teaker Lump -divinerpg:amthirmis_lump, Amthirmis Lump -divinerpg:darven_lump, Darven Lump -divinerpg:cermile_lump, Cermile Lump -divinerpg:pardimal_lump, Pardimal Lump -divinerpg:quadrotic_lump, Quadrotic Lump -divinerpg:karos_lump, Karos Lump -divinerpg:heliosis_lump, Heliosis Lump -divinerpg:arksiane_lump, Arksiane Lump -divinerpg:backsword_template, Backsword Template -divinerpg:bow_template, Bow Template -divinerpg:cannon_template, Cannon Template -divinerpg:claw_template, Claw Template -divinerpg:disk_template, Disk Template -divinerpg:hammer_template, Hammer Template -divinerpg:staff_template, Staff Template -divinerpg:degraded_template, Degraded Template -divinerpg:finished_template, Finished Template -divinerpg:glistening_template, Glistening Template -divinerpg:demonized_template, Demonized Template -divinerpg:tormented_template, Tormented Template -divinerpg:dream_carrot, Dream Carrot -divinerpg:dream_melon, Dream Melon -divinerpg:dream_pie, Dream Pie -divinerpg:dream_cake, Dream Cake -divinerpg:dream_sweets, Dream Sweets -divinerpg:dream_sours, Dream Sours -divinerpg:honeysuckle, Honeysuckle -divinerpg:honeychunk, Honeychunk -divinerpg:dream_flint, Dream Flint -divinerpg:moon_clock, Moon Clock -divinerpg:teaker_arrow, Teaker Arrow -divinerpg:darven_arrow, Darven Arrow -divinerpg:pardimal_arrow, Pardimal Arrow -divinerpg:karos_arrow, Karos Arrow -divinerpg:ever_arrow, Ever Arrow -divinerpg:nightmare_bed, Nightmare Bed -divinerpg:barred_door, Barred Door -divinerpg:acid, Acid -divinerpg:band_of_heiva_hunting, Band of Heiva Hunting -divinerpg:rock_chunks, Rock Chunks -divinerpg:eden_slab:0, Eden Slab -divinerpg:wildwood_slab:0, Wildwood Slab -divinerpg:apalachia_slab:0, Apalachia Slab -divinerpg:skythern_slab:0, Skythern Slab -divinerpg:mortum_slab:0, Mortum Slab -divinerpg:divine_slab:0, Divine Slab -divinerpg:frozen_slab:0, Frozen Slab -divinerpg:eucalyptus_slab:0, Eucalyptus Slab -divinerpg:ancient_brick_slab:0, Ancient Brick Slab -divinerpg:degraded_brick_slab:0, Degraded Brick Slab -divinerpg:ancient_brick_slab_breakable:0, Ancient Brick Slab (Breakable) -divinerpg:degraded_brick_slab_breakable:0, Degraded Brick Slab (Breakable) -divinerpg:arlemite_shield, Arlemite Deflector -divinerpg:realmite_shield, Realmite Shield -divinerpg:rupee_shield, Rupee Reflector -divinerpg:halite_shield, Halite Greatshield -divinerpg:eden_shield, Eden Aegis -divinerpg:wildwood_shield, Wildwood Guard -divinerpg:apalachia_shield, Apalachia Shield -divinerpg:skythern_shield, Scutum of the Skythern -divinerpg:mortum_shield, Mortalos -divinerpg:miners_amulet, Miner's Amulet divinerpg:arlemite_ore, Arlemite Ore divinerpg:realmite_ore, Realmite Ore divinerpg:rupee_ore, Rupee Ore @@ -15333,6 +15094,257 @@ divinerpg:mortum_portal, Mortum Portal divinerpg:vethea_portal, Vethea Portal divinerpg:ancient_brick_wall, Ancient Brick Wall divinerpg:degraded_brick_wall, Degraded Brick Wall +divinerpg:teleportation_crystal, Teleportation Crystal +divinerpg:teleportation_star, Teleportation Star +divinerpg:corrupted_shards, Corrupted Shards +divinerpg:divine_shards, Divine Shards +divinerpg:ender_shards, Ender Shards +divinerpg:ice_shards, Ice Shards +divinerpg:jungle_shards, Jungle Shards +divinerpg:molten_shards, Molten Shards +divinerpg:terran_shards, Terran Shards +divinerpg:corrupted_stone, Corrupted Stone +divinerpg:divine_stone, Divine Stone +divinerpg:ender_stone, Ender Stone +divinerpg:ice_stone, Ice Stone +divinerpg:jungle_stone, Jungle Stone +divinerpg:molten_stone, Molten Stone +divinerpg:shadow_stone, Shadow Stone +divinerpg:terran_stone, Terran Stone +divinerpg:arlemite_ingot, Arlemite Ingot +divinerpg:hellstone_ingot, Hellstone Ingot +divinerpg:netherite_ingot, Netherite Ingot +divinerpg:realmite_ingot, Realmite Ingot +divinerpg:rupee_ingot, Rupee Ingot +divinerpg:shadow_bar, Shadow Bar +divinerpg:arlemite_nugget, Arlemite Nugget +divinerpg:realmite_nugget, Realmite Nugget +divinerpg:rupee_nugget, Rupee Nugget +divinerpg:netherite_nugget, Netherite Nugget +divinerpg:call_of_the_watcher, Call of the Watcher +divinerpg:horde_horn, Horde Horn +divinerpg:infernal_flame, Infernal Flame +divinerpg:mysterious_clock, Mysterious Clock +divinerpg:watching_eye, Watching Eye +divinerpg:blue_diamond_chunk, Blue Diamond Chunk +divinerpg:gray_diamond_chunk, Gray Diamond Chunk +divinerpg:red_diamond_chunk, Red Diamond Chunk +divinerpg:yellow_diamond_chunk, Yellow Diamond Chunk +divinerpg:green_diamond_chunk, Green Diamond Chunk +divinerpg:brown_grizzle_egg, Brown Grizzle Spawn Egg +divinerpg:ehu_egg, Ehu Spawn Egg +divinerpg:husk_egg, Husk Spawn Egg +divinerpg:smelter_egg, Smelter Spawn Egg +divinerpg:snapper_egg, Snapper Spawn Egg +divinerpg:stone_golem_egg, Stone Golem Spawn Egg +divinerpg:white_grizzle_egg, White Grizzle Spawn Egg +divinerpg:aqua_ball, Aqua Ball +divinerpg:aquatic_blaze_rod, Aquatic Blaze Rod +divinerpg:aquatic_ingot, Aquatic Ingot +divinerpg:aquatic_pellets, Aquatic Pellets +divinerpg:bedrock_chunk, Bedrock Chunk +divinerpg:bloodgem, Bloodgem +divinerpg:bluefire_stone, Bluefire Stone +divinerpg:corrupted_bullet, Corrupted Bullet +divinerpg:crab_claw, Crab Claw +divinerpg:cyclops_eye, Cyclops Eye +divinerpg:cyclops_eye_shards, Cyclops Eye Shards +divinerpg:fury_fire, Fury Fire +divinerpg:healing_stone, Healing Stone +divinerpg:kraken_scale, Kraken Scale +divinerpg:kraken_skin, Kraken Skin +divinerpg:legendary_ender_eye, Legendary Ender Eye +divinerpg:liopleurodon_skull, Liopleurodon Skull +divinerpg:liopleurodon_teeth, Liopleurodon Teeth +divinerpg:netherite_chunk, Netherite Chunk +divinerpg:pure_aquatic_pellets, Pure Aquatic Pellets +divinerpg:purple_blaze, Purple Blaze +divinerpg:shadow_coins, Shadow Coins +divinerpg:shark_fin, Shark Fin +divinerpg:whale_fin, Whale Fin +divinerpg:snowflake, Snowflake +divinerpg:snow_globe, Snow Globe +divinerpg:advanced_mushroom_stew, Advanced Mushroom Stew +divinerpg:bacon, Bacon +divinerpg:boiled_egg, Boiled Egg +divinerpg:cheese, Cheese +divinerpg:chicken_dinner, Chicken Dinner +divinerpg:chocolate_log, Chocolate Log +divinerpg:donut, Donut +divinerpg:egg_nog, Egg Nog +divinerpg:raw_empowered_meat, Raw Empowered Meat +divinerpg:empowered_meat, Empowered Meat +divinerpg:enriched_magic_meat, Enriched Magic Meat +divinerpg:forbidden_fruit, Forbidden Fruit +divinerpg:fruit_cake, Fruit Cake +divinerpg:hot_pumpkin_pie, Hot Pumpkin Pie +divinerpg:magic_meat, Magic Meat +divinerpg:moonbulb, Moonbulb +divinerpg:peppermints, Peppermints +divinerpg:pink_glowbone, Pink Glowbone +divinerpg:purple_glowbone, Purple Glowbone +divinerpg:sky_flower, Sky Flower +divinerpg:snow_cones, Snow Cones +divinerpg:tomato, Tomato +divinerpg:white_mushroom, White Mushroom +divinerpg:winterberry, Winterberry +divinerpg:eden_soul, Eden Soul +divinerpg:wildwood_soul, Wildwood Soul +divinerpg:apalachia_soul, Apalachia Soul +divinerpg:skythern_soul, Skythern Soul +divinerpg:mortum_soul, Mortum Soul +divinerpg:eden_heart, Eden Heart +divinerpg:wildwood_heart, Wildwood Heart +divinerpg:apalachia_heart, Apalachia Heart +divinerpg:skythern_heart, Skythern Heart +divinerpg:mortum_heart, Mortum Heart +divinerpg:eden_fragments, Eden Fragments +divinerpg:wildwood_fragments, Wildwood Fragments +divinerpg:apalachia_fragments, Apalachia Fragments +divinerpg:skythern_fragments, Skythern Fragments +divinerpg:mortum_fragments, Mortum Fragments +divinerpg:eden_gem, Eden Gem +divinerpg:wildwood_gem, Wildwood Gem +divinerpg:apalachia_gem, Apalachia Gem +divinerpg:skythern_gem, Skythern Gem +divinerpg:mortum_gem, Mortum Gem +divinerpg:eden_chunk, Eden Chunk +divinerpg:wildwood_chunk, Wildwood Chunk +divinerpg:apalachia_chunk, Apalachia Chunk +divinerpg:skythern_chunk, Skythern Chunk +divinerpg:mortum_chunk, Mortum Chunk +divinerpg:eden_dust, Eden Dust +divinerpg:wildwood_dust, Wildwood Dust +divinerpg:apalachia_dust, Apalachia Dust +divinerpg:skythern_dust, Skythern Dust +divinerpg:mortum_dust, Mortum Dust +divinerpg:karot_crystal, Karot Crystal +divinerpg:reyvor_crystal, Reyvor Crystal +divinerpg:densos_crystal, Densos Crystal +divinerpg:soul_fiend_crystal, Soul Fiend Crystal +divinerpg:twilight_demon_crystal, Twilight Demon Crystal +divinerpg:vamacheron_crystal, Vamacheron Crystal +divinerpg:twilight_clock, Twilight Clock +divinerpg:eden_arrow, Eden Arrow +divinerpg:fury_arrow, Fury Arrow +divinerpg:wildwood_arrow, Wildwood Arrow +divinerpg:base_spawn_crystal, Base Spawn Crystal +divinerpg:eden_sparkles, Eden Sparkles +divinerpg:arcanium_attractor, Arcanium Attractor +divinerpg:arcanium_reflector, Arcanium Reflector +divinerpg:divine_accumulator, Divine Accumulator +divinerpg:ghostbane, Ghostbane +divinerpg:orb_of_light, Orb of Light +divinerpg:staff_of_enrichment, Staff of Enrichment +divinerpg:frozen_charge, Frozen Charge +divinerpg:wizards_book, Wizards Book +divinerpg:fyracryx_egg, Fyracryx Spawn Egg +divinerpg:paratiku_egg, Paratiku Spawn Egg +divinerpg:seimer_egg, Seimer Spawn Egg +divinerpg:golem_of_rejuvenation_egg, Golem Of Rejuvenation Spawn Egg +divinerpg:aquamarine, Aquamarine +divinerpg:firestock, Firestock +divinerpg:lamona, Lamona +divinerpg:marsine, Marsine +divinerpg:pinfly, Pinfly +divinerpg:veilo, Veilo +divinerpg:hitchak, Hitchak +divinerpg:ancient_key, Ancient Key +divinerpg:degraded_key, Degraded Key +divinerpg:soul_key, Soul Key +divinerpg:sludge_key, Sludge Key +divinerpg:ancient_brick_door, Ancient Brick Door +divinerpg:degraded_brick_door, Degraded Brick Door +divinerpg:soul_sludge_door, Soul Sludge Door +divinerpg:soul_stone_door, Soul Stone Door +divinerpg:steel_door, Steel Door +divinerpg:weak_arcana_potion, Weak Arcana Potion +divinerpg:strong_arcana_potion, Strong Arcana Potion +divinerpg:arcanium, Arcanium +divinerpg:collector, Collector +divinerpg:collector_fragments, Collector Fragments +divinerpg:dungeon_tokens, Dungeon Tokens +divinerpg:aquamarine_seeds, Aquamarine Seeds +divinerpg:eucalyptus_root_seeds, Eucalyptus Root Seeds +divinerpg:firestock_seeds, Firestock Seeds +divinerpg:hitchak_seeds, Hitchak Seeds +divinerpg:lamona_seeds, Lamona Seeds +divinerpg:marsine_seeds, Marsine Seeds +divinerpg:moonbulb_seeds, Moonbulb Seeds +divinerpg:pinfly_seeds, Pinfly Seeds +divinerpg:pink_glowbone_seeds, Pink Glowbone Seeds +divinerpg:purple_glowbone_seeds, Purple Glowbone Seeds +divinerpg:sky_plant_seeds, Sky Plant Seeds +divinerpg:tomato_seeds, Tomato Seeds +divinerpg:veilo_seeds, Veilo Seeds +divinerpg:white_mushroom_seeds, White Mushroom Seeds +divinerpg:dirty_pearls, Dirty Pearls +divinerpg:clean_pearls, Clean Pearls +divinerpg:polished_pearls, Polished Pearls +divinerpg:shiny_pearls, Shiny Pearls +divinerpg:teaker_lump, Teaker Lump +divinerpg:amthirmis_lump, Amthirmis Lump +divinerpg:darven_lump, Darven Lump +divinerpg:cermile_lump, Cermile Lump +divinerpg:pardimal_lump, Pardimal Lump +divinerpg:quadrotic_lump, Quadrotic Lump +divinerpg:karos_lump, Karos Lump +divinerpg:heliosis_lump, Heliosis Lump +divinerpg:arksiane_lump, Arksiane Lump +divinerpg:backsword_template, Backsword Template +divinerpg:bow_template, Bow Template +divinerpg:cannon_template, Cannon Template +divinerpg:claw_template, Claw Template +divinerpg:disk_template, Disk Template +divinerpg:hammer_template, Hammer Template +divinerpg:staff_template, Staff Template +divinerpg:degraded_template, Degraded Template +divinerpg:finished_template, Finished Template +divinerpg:glistening_template, Glistening Template +divinerpg:demonized_template, Demonized Template +divinerpg:tormented_template, Tormented Template +divinerpg:dream_carrot, Dream Carrot +divinerpg:dream_melon, Dream Melon +divinerpg:dream_pie, Dream Pie +divinerpg:dream_cake, Dream Cake +divinerpg:dream_sweets, Dream Sweets +divinerpg:dream_sours, Dream Sours +divinerpg:honeysuckle, Honeysuckle +divinerpg:honeychunk, Honeychunk +divinerpg:dream_flint, Dream Flint +divinerpg:moon_clock, Moon Clock +divinerpg:teaker_arrow, Teaker Arrow +divinerpg:darven_arrow, Darven Arrow +divinerpg:pardimal_arrow, Pardimal Arrow +divinerpg:karos_arrow, Karos Arrow +divinerpg:ever_arrow, Ever Arrow +divinerpg:nightmare_bed, Nightmare Bed +divinerpg:barred_door, Barred Door +divinerpg:acid, Acid +divinerpg:band_of_heiva_hunting, Band of Heiva Hunting +divinerpg:rock_chunks, Rock Chunks +divinerpg:eden_slab:0, Eden Slab +divinerpg:wildwood_slab:0, Wildwood Slab +divinerpg:apalachia_slab:0, Apalachia Slab +divinerpg:skythern_slab:0, Skythern Slab +divinerpg:mortum_slab:0, Mortum Slab +divinerpg:divine_slab:0, Divine Slab +divinerpg:frozen_slab:0, Frozen Slab +divinerpg:eucalyptus_slab:0, Eucalyptus Slab +divinerpg:ancient_brick_slab:0, Ancient Brick Slab +divinerpg:degraded_brick_slab:0, Degraded Brick Slab +divinerpg:ancient_brick_slab_breakable:0, Ancient Brick Slab (Breakable) +divinerpg:degraded_brick_slab_breakable:0, Degraded Brick Slab (Breakable) +divinerpg:arlemite_shield, Arlemite Deflector +divinerpg:realmite_shield, Realmite Shield +divinerpg:rupee_shield, Rupee Reflector +divinerpg:halite_shield, Halite Greatshield +divinerpg:eden_shield, Eden Aegis +divinerpg:wildwood_shield, Wildwood Guard +divinerpg:apalachia_shield, Apalachia Shield +divinerpg:skythern_shield, Scutum of the Skythern +divinerpg:mortum_shield, Mortalos +divinerpg:miners_amulet, Miner's Amulet advancedrocketry:wafer:0, Silicon Wafer advancedrocketry:itemcircuitplate:0, Basic Circuit Plate advancedrocketry:itemcircuitplate:1, Advanced Circuit Plate @@ -15410,7 +15422,7 @@ thaumcraft:curio:6, Crimson Rites thaumcraft:loot_bag:0, Common Treasure thaumcraft:loot_bag:1, Uncommon Treasure thaumcraft:loot_bag:2, Rare Treasure -thaumcraft:primordial_pearl:0, Primordial Pearl +thaumcraft:primordial_pearl, item.primordial_pearl.name thaumcraft:pech_wand, Pech Wand thaumcraft:celestial_notes:0, Celestial Notes thaumcraft:celestial_notes:1, Celestial Notes @@ -17472,44 +17484,44 @@ tconstruct:slime_vine_purple_end:0, Purple Slimy Vine tconstruct:slime_vine_purple_mid:0, Purple Slimy Vine tconstruct:slime_vine_purple:0, Purple Slimy Vine tconstruct:pattern:0, Blank Pattern -tconstruct:pattern:0, Armor Plates Pattern -tconstruct:pattern:0, Axe Head Pattern -tconstruct:pattern:0, Arrow Shaft Pattern -tconstruct:pattern:0, Sword Blade Pattern -tconstruct:pattern:0, Pipe Piece Pattern -tconstruct:pattern:0, Excavator Head Pattern -tconstruct:pattern:0, Arrow Head Pattern -tconstruct:pattern:0, Scythe Head Pattern -tconstruct:pattern:0, Bowlimb Pattern -tconstruct:pattern:0, Bowstring Pattern -tconstruct:pattern:0, Battery Cell Pattern -tconstruct:pattern:0, Boots Core Pattern -tconstruct:pattern:0, Sharpening Kit Pattern -tconstruct:pattern:0, Wide Guard Pattern -tconstruct:pattern:0, Hammer Head Pattern -tconstruct:pattern:0, Leggings Core Pattern -tconstruct:pattern:0, Helmet Core Pattern -tconstruct:pattern:0, Laser Medium Pattern -tconstruct:pattern:0, Broad Axe Head Pattern -tconstruct:pattern:0, Kama Head Pattern -tconstruct:pattern:0, Tool Rod Pattern -tconstruct:pattern:0, Sign Plate Pattern -tconstruct:pattern:0, Cross Guard Pattern -tconstruct:pattern:0, Tough Binding Pattern -tconstruct:pattern:0, Shovel Head Pattern -tconstruct:pattern:0, Knife Blade Pattern -tconstruct:pattern:0, Polishing Kit Pattern -tconstruct:pattern:0, Chestplate Core Pattern -tconstruct:pattern:0, Shard Pattern -tconstruct:pattern:0, Fletching Pattern -tconstruct:pattern:0, Tough Tool Rod Pattern -tconstruct:pattern:0, Large Plate Pattern -tconstruct:pattern:0, Hand Guard Pattern -tconstruct:pattern:0, Large Sword Blade Pattern -tconstruct:pattern:0, Pickaxe Head Pattern -tconstruct:pattern:0, Armor Trim Pattern -tconstruct:pattern:0, Binding Pattern tconstruct:pattern:0, Pan Pattern +tconstruct:pattern:0, Tool Rod Pattern +tconstruct:pattern:0, Kama Head Pattern +tconstruct:pattern:0, Leggings Core Pattern +tconstruct:pattern:0, Cross Guard Pattern +tconstruct:pattern:0, Battery Cell Pattern +tconstruct:pattern:0, Broad Axe Head Pattern +tconstruct:pattern:0, Shovel Head Pattern +tconstruct:pattern:0, Wide Guard Pattern +tconstruct:pattern:0, Sign Plate Pattern +tconstruct:pattern:0, Armor Trim Pattern +tconstruct:pattern:0, Pickaxe Head Pattern +tconstruct:pattern:0, Binding Pattern +tconstruct:pattern:0, Arrow Head Pattern +tconstruct:pattern:0, Excavator Head Pattern +tconstruct:pattern:0, Pipe Piece Pattern +tconstruct:pattern:0, Tough Binding Pattern +tconstruct:pattern:0, Boots Core Pattern +tconstruct:pattern:0, Axe Head Pattern +tconstruct:pattern:0, Polishing Kit Pattern +tconstruct:pattern:0, Tough Tool Rod Pattern +tconstruct:pattern:0, Knife Blade Pattern +tconstruct:pattern:0, Shard Pattern +tconstruct:pattern:0, Laser Medium Pattern +tconstruct:pattern:0, Large Plate Pattern +tconstruct:pattern:0, Sharpening Kit Pattern +tconstruct:pattern:0, Hammer Head Pattern +tconstruct:pattern:0, Scythe Head Pattern +tconstruct:pattern:0, Arrow Shaft Pattern +tconstruct:pattern:0, Armor Plates Pattern +tconstruct:pattern:0, Large Sword Blade Pattern +tconstruct:pattern:0, Helmet Core Pattern +tconstruct:pattern:0, Chestplate Core Pattern +tconstruct:pattern:0, Hand Guard Pattern +tconstruct:pattern:0, Bowstring Pattern +tconstruct:pattern:0, Sword Blade Pattern +tconstruct:pattern:0, Bowlimb Pattern +tconstruct:pattern:0, Fletching Pattern tconstruct:shard:0, Electrical Shard tconstruct:shard:0, Energetic Shard tconstruct:shard:0, Vibrant Shard @@ -17706,10 +17718,10 @@ tconstruct:shard:0, Corrupted Shard tconstruct:shard:0, Mirion Shard tconstruct:shard:0, Livingwood Shard tconstruct:shard:0, Elementium Shard -tconstruct:shard:0, Emerald Shard tconstruct:shard:0, Fusewood Shard tconstruct:shard:0, Ghostwood Shard tconstruct:shard:0, Darkwood Shard +tconstruct:shard:0, Emerald Shard tconstruct:shard:0, Wyvern Shard tconstruct:shard:0, Awakened Shard tconstruct:shard:0, Chaotic Shard @@ -17909,10 +17921,10 @@ 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, 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, Emerald Sharpening Kit tconstruct:sharpening_kit:0, Wyvern Sharpening Kit tconstruct:sharpening_kit:0, Awakened Sharpening Kit tconstruct:sharpening_kit:0, Chaotic Sharpening Kit @@ -18112,10 +18124,10 @@ 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, 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, Emerald Pickaxe Head tconstruct:pick_head:0, Wyvern Pickaxe Head tconstruct:pick_head:0, Awakened Pickaxe Head tconstruct:pick_head:0, Chaotic Pickaxe Head @@ -18315,10 +18327,10 @@ 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, 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, Emerald Shovel Head tconstruct:shovel_head:0, Wyvern Shovel Head tconstruct:shovel_head:0, Awakened Shovel Head tconstruct:shovel_head:0, Chaotic Shovel Head @@ -18518,10 +18530,10 @@ 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, 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, Emerald Axe Head tconstruct:axe_head:0, Wyvern Axe Head tconstruct:axe_head:0, Awakened Axe Head tconstruct:axe_head:0, Chaotic Axe Head @@ -18721,10 +18733,10 @@ 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, 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, Emerald Broad Axe Head tconstruct:broad_axe_head:0, Wyvern Broad Axe Head tconstruct:broad_axe_head:0, Awakened Broad Axe Head tconstruct:broad_axe_head:0, Chaotic Broad Axe Head @@ -18924,10 +18936,10 @@ 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, 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, Emerald Sword Blade tconstruct:sword_blade:0, Wyvern Sword Blade tconstruct:sword_blade:0, Awakened Sword Blade tconstruct:sword_blade:0, Chaotic Sword Blade @@ -19127,10 +19139,10 @@ 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, 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, Emerald Large Sword Blade tconstruct:large_sword_blade:0, Wyvern Large Sword Blade tconstruct:large_sword_blade:0, Awakened Large Sword Blade tconstruct:large_sword_blade:0, Chaotic Large Sword Blade @@ -19330,10 +19342,10 @@ 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, 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, Emerald Hammer Head tconstruct:hammer_head:0, Wyvern Hammer Head tconstruct:hammer_head:0, Awakened Hammer Head tconstruct:hammer_head:0, Chaotic Hammer Head @@ -19533,10 +19545,10 @@ 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, 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, Emerald Excavator Head tconstruct:excavator_head:0, Wyvern Excavator Head tconstruct:excavator_head:0, Awakened Excavator Head tconstruct:excavator_head:0, Chaotic Excavator Head @@ -19736,10 +19748,10 @@ 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, 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, Emerald Kama Head tconstruct:kama_head:0, Wyvern Kama Head tconstruct:kama_head:0, Awakened Kama Head tconstruct:kama_head:0, Chaotic Kama Head @@ -19939,10 +19951,10 @@ 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, 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, Emerald Scythe Head tconstruct:scythe_head:0, Wyvern Scythe Head tconstruct:scythe_head:0, Awakened Scythe Head tconstruct:scythe_head:0, Chaotic Scythe Head @@ -20142,10 +20154,10 @@ 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, Emerald Pan tconstruct:pan_head:0, Fusewood Pan tconstruct:pan_head:0, Ghostwood Pan tconstruct:pan_head:0, Darkwood Pan +tconstruct:pan_head:0, Emerald Pan tconstruct:pan_head:0, Wyvern Pan tconstruct:pan_head:0, Awakened Pan tconstruct:pan_head:0, Chaotic Pan @@ -20345,10 +20357,10 @@ 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, 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, Emerald Sign Plate tconstruct:sign_head:0, Wyvern Sign Plate tconstruct:sign_head:0, Awakened Sign Plate tconstruct:sign_head:0, Chaotic Sign Plate @@ -20547,10 +20559,10 @@ 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, 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, Emerald Tool Rod tconstruct:tool_rod:0, Wyvern Tool Rod tconstruct:tool_rod:0, Awakened Tool Rod tconstruct:tool_rod:0, Chaotic Tool Rod @@ -20749,10 +20761,10 @@ 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, 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, Emerald Tough Tool Rod tconstruct:tough_tool_rod:0, Wyvern Tough Tool Rod tconstruct:tough_tool_rod:0, Awakened Tough Tool Rod tconstruct:tough_tool_rod:0, Chaotic Tough Tool Rod @@ -20947,10 +20959,10 @@ tconstruct:binding:0, Corrupted Binding tconstruct:binding:0, Mirion Binding tconstruct:binding:0, Livingwood Binding tconstruct:binding:0, Elementium Binding -tconstruct:binding:0, Emerald Binding tconstruct:binding:0, Fusewood Binding tconstruct:binding:0, Ghostwood Binding tconstruct:binding:0, Darkwood Binding +tconstruct:binding:0, Emerald Binding tconstruct:binding:0, Wyvern Binding tconstruct:binding:0, Awakened Binding tconstruct:binding:0, Chaotic Binding @@ -21145,10 +21157,10 @@ 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, 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, Emerald Tough Binding tconstruct:tough_binding:0, Wyvern Tough Binding tconstruct:tough_binding:0, Awakened Tough Binding tconstruct:tough_binding:0, Chaotic Tough Binding @@ -21343,10 +21355,10 @@ 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, 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, Emerald Wide Guard tconstruct:wide_guard:0, Wyvern Wide Guard tconstruct:wide_guard:0, Awakened Wide Guard tconstruct:wide_guard:0, Chaotic Wide Guard @@ -21541,10 +21553,10 @@ 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, 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, Emerald Hand Guard tconstruct:hand_guard:0, Wyvern Hand Guard tconstruct:hand_guard:0, Awakened Hand Guard tconstruct:hand_guard:0, Chaotic Hand Guard @@ -21739,10 +21751,10 @@ 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, 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, Emerald Cross Guard tconstruct:cross_guard:0, Wyvern Cross Guard tconstruct:cross_guard:0, Awakened Cross Guard tconstruct:cross_guard:0, Chaotic Cross Guard @@ -21942,10 +21954,10 @@ 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, 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, Emerald Large Plate tconstruct:large_plate:0, Wyvern Large Plate tconstruct:large_plate:0, Awakened Large Plate tconstruct:large_plate:0, Chaotic Large Plate @@ -22140,10 +22152,10 @@ 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, 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, Emerald Knife Blade tconstruct:knife_blade:0, Wyvern Knife Blade tconstruct:knife_blade:0, Awakened Knife Blade tconstruct:knife_blade:0, Chaotic Knife Blade @@ -22319,10 +22331,10 @@ 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, Emerald Bowlimb tconstruct:bow_limb:0, Fusewood Bowlimb tconstruct:bow_limb:0, Ghostwood Bowlimb tconstruct:bow_limb:0, Darkwood Bowlimb +tconstruct:bow_limb:0, Emerald Bowlimb tconstruct:bow_limb:0, Wyvern Bowlimb tconstruct:bow_limb:0, Awakened Bowlimb tconstruct:bow_limb:0, Chaotic Bowlimb @@ -22526,10 +22538,10 @@ 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, 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, Emerald Arrow Head tconstruct:arrow_head:0, Wyvern Arrow Head tconstruct:arrow_head:0, Awakened Arrow Head tconstruct:arrow_head:0, Chaotic Arrow Head @@ -23258,86 +23270,86 @@ tconstruct:seared_stairs_road:0, Seared Road Stairs tconstruct:seared_stairs_tile:0, Seared Tile Stairs tconstruct:seared_stairs_creeper:0, Seared Creeperface Stairs tconstruct:cast:0, Blank Cast -tconstruct:cast:0, Armor Plates Cast -tconstruct:cast:0, Axe Head Cast -tconstruct:cast:0, Arrow Shaft Cast -tconstruct:cast:0, Sword Blade Cast -tconstruct:cast:0, Pipe Piece Cast -tconstruct:cast:0, Excavator Head Cast -tconstruct:cast:0, Arrow Head Cast -tconstruct:cast:0, Scythe Head Cast -tconstruct:cast:0, Bowlimb Cast -tconstruct:cast:0, Bowstring Cast -tconstruct:cast:0, Battery Cell Cast -tconstruct:cast:0, Boots Core Cast -tconstruct:cast:0, Sharpening Kit Cast -tconstruct:cast:0, Wide Guard Cast -tconstruct:cast:0, Hammer Head Cast -tconstruct:cast:0, Leggings Core Cast -tconstruct:cast:0, Helmet Core Cast -tconstruct:cast:0, Laser Medium Cast -tconstruct:cast:0, Broad Axe Head Cast -tconstruct:cast:0, Kama Head Cast -tconstruct:cast:0, Tool Rod Cast -tconstruct:cast:0, Sign Plate Cast -tconstruct:cast:0, Cross Guard Cast -tconstruct:cast:0, Tough Binding Cast -tconstruct:cast:0, Shovel Head Cast -tconstruct:cast:0, Knife Blade Cast -tconstruct:cast:0, Polishing Kit Cast -tconstruct:cast:0, Chestplate Core Cast -tconstruct:cast:0, Shard Cast -tconstruct:cast:0, Tough Tool Rod Cast -tconstruct:cast:0, Large Plate Cast -tconstruct:cast:0, Hand Guard Cast -tconstruct:cast:0, Large Sword Blade Cast -tconstruct:cast:0, Pickaxe Head Cast -tconstruct:cast:0, Armor Trim Cast -tconstruct:cast:0, Binding Cast tconstruct:cast:0, Pan Cast +tconstruct:cast:0, Tool Rod Cast +tconstruct:cast:0, Kama Head Cast +tconstruct:cast:0, Leggings Core Cast +tconstruct:cast:0, Cross Guard Cast +tconstruct:cast:0, Battery Cell Cast +tconstruct:cast:0, Broad Axe Head Cast +tconstruct:cast:0, Shovel Head Cast +tconstruct:cast:0, Wide Guard Cast +tconstruct:cast:0, Sign Plate Cast +tconstruct:cast:0, Armor Trim Cast +tconstruct:cast:0, Pickaxe Head Cast +tconstruct:cast:0, Binding Cast +tconstruct:cast:0, Arrow Head Cast +tconstruct:cast:0, Excavator Head Cast +tconstruct:cast:0, Pipe Piece Cast +tconstruct:cast:0, Tough Binding Cast +tconstruct:cast:0, Boots Core Cast +tconstruct:cast:0, Axe Head Cast +tconstruct:cast:0, Polishing Kit Cast +tconstruct:cast:0, Tough Tool Rod Cast +tconstruct:cast:0, Knife Blade Cast +tconstruct:cast:0, Shard Cast +tconstruct:cast:0, Laser Medium Cast +tconstruct:cast:0, Large Plate Cast +tconstruct:cast:0, Sharpening Kit Cast +tconstruct:cast:0, Hammer Head Cast +tconstruct:cast:0, Scythe Head Cast +tconstruct:cast:0, Arrow Shaft Cast +tconstruct:cast:0, Armor Plates Cast +tconstruct:cast:0, Large Sword Blade Cast +tconstruct:cast:0, Helmet Core Cast +tconstruct:cast:0, Chestplate Core Cast +tconstruct:cast:0, Hand Guard Cast +tconstruct:cast:0, Bowstring Cast +tconstruct:cast:0, Sword Blade Cast +tconstruct:cast:0, Bowlimb 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, Armor Plates Clay Cast -tconstruct:clay_cast:0, Axe Head Clay Cast -tconstruct:clay_cast:0, Arrow Shaft Clay Cast -tconstruct:clay_cast:0, Sword Blade Clay Cast -tconstruct:clay_cast:0, Pipe Piece Clay Cast -tconstruct:clay_cast:0, Excavator Head Clay Cast -tconstruct:clay_cast:0, Arrow Head Clay Cast -tconstruct:clay_cast:0, Scythe Head Clay Cast -tconstruct:clay_cast:0, Bowlimb Clay Cast -tconstruct:clay_cast:0, Bowstring Clay Cast -tconstruct:clay_cast:0, Battery Cell Clay Cast -tconstruct:clay_cast:0, Boots Core Clay Cast -tconstruct:clay_cast:0, Sharpening Kit Clay Cast -tconstruct:clay_cast:0, Wide Guard Clay Cast -tconstruct:clay_cast:0, Hammer Head Clay Cast -tconstruct:clay_cast:0, Leggings Core Clay Cast -tconstruct:clay_cast:0, Helmet Core Clay Cast -tconstruct:clay_cast:0, Laser Medium Clay Cast -tconstruct:clay_cast:0, Broad Axe Head Clay Cast -tconstruct:clay_cast:0, Kama Head Clay Cast -tconstruct:clay_cast:0, Tool Rod Clay Cast -tconstruct:clay_cast:0, Sign Plate Clay Cast -tconstruct:clay_cast:0, Cross Guard Clay Cast -tconstruct:clay_cast:0, Tough Binding Clay Cast -tconstruct:clay_cast:0, Shovel Head Clay Cast -tconstruct:clay_cast:0, Knife Blade Clay Cast -tconstruct:clay_cast:0, Polishing Kit Clay Cast -tconstruct:clay_cast:0, Chestplate Core Clay Cast -tconstruct:clay_cast:0, Shard Clay Cast -tconstruct:clay_cast:0, Tough Tool Rod Clay Cast -tconstruct:clay_cast:0, Large Plate Clay Cast -tconstruct:clay_cast:0, Hand Guard Clay Cast -tconstruct:clay_cast:0, Large Sword Blade Clay Cast -tconstruct:clay_cast:0, Pickaxe Head Clay Cast -tconstruct:clay_cast:0, Armor Trim Clay Cast -tconstruct:clay_cast:0, Binding Clay Cast tconstruct:clay_cast:0, Pan Clay Cast +tconstruct:clay_cast:0, Tool Rod Clay Cast +tconstruct:clay_cast:0, Kama Head Clay Cast +tconstruct:clay_cast:0, Leggings Core Clay Cast +tconstruct:clay_cast:0, Cross Guard Clay Cast +tconstruct:clay_cast:0, Battery Cell Clay Cast +tconstruct:clay_cast:0, Broad Axe Head Clay Cast +tconstruct:clay_cast:0, Shovel Head Clay Cast +tconstruct:clay_cast:0, Wide Guard Clay Cast +tconstruct:clay_cast:0, Sign Plate Clay Cast +tconstruct:clay_cast:0, Armor Trim Clay Cast +tconstruct:clay_cast:0, Pickaxe Head Clay Cast +tconstruct:clay_cast:0, Binding Clay Cast +tconstruct:clay_cast:0, Arrow Head Clay Cast +tconstruct:clay_cast:0, Excavator Head Clay Cast +tconstruct:clay_cast:0, Pipe Piece Clay Cast +tconstruct:clay_cast:0, Tough Binding Clay Cast +tconstruct:clay_cast:0, Boots Core Clay Cast +tconstruct:clay_cast:0, Axe Head Clay Cast +tconstruct:clay_cast:0, Polishing Kit Clay Cast +tconstruct:clay_cast:0, Tough Tool Rod Clay Cast +tconstruct:clay_cast:0, Knife Blade Clay Cast +tconstruct:clay_cast:0, Shard Clay Cast +tconstruct:clay_cast:0, Laser Medium Clay Cast +tconstruct:clay_cast:0, Large Plate Clay Cast +tconstruct:clay_cast:0, Sharpening Kit Clay Cast +tconstruct:clay_cast:0, Hammer Head Clay Cast +tconstruct:clay_cast:0, Scythe Head Clay Cast +tconstruct:clay_cast:0, Arrow Shaft Clay Cast +tconstruct:clay_cast:0, Armor Plates Clay Cast +tconstruct:clay_cast:0, Large Sword Blade Clay Cast +tconstruct:clay_cast:0, Helmet Core Clay Cast +tconstruct:clay_cast:0, Chestplate Core Clay Cast +tconstruct:clay_cast:0, Hand Guard Clay Cast +tconstruct:clay_cast:0, Bowstring Clay Cast +tconstruct:clay_cast:0, Sword Blade Clay Cast +tconstruct:clay_cast:0, Bowlimb Clay Cast tconstruct:stone_torch:0, Stone Torch tconstruct:stone_ladder:0, Stone Ladder tconstruct:punji:0, Punji Sticks @@ -24521,6 +24533,23 @@ appliedenergistics2:facade:0, Cable Facade - Greenhouse Heater appliedenergistics2:facade:0, Cable Facade - Greenhouse Fan appliedenergistics2:facade:0, Cable Facade - Greenhouse Humidifier appliedenergistics2:facade:0, Cable Facade - Greenhouse Dehumidifier +appliedenergistics2:facade:0, Cable Facade - Honey Comb Block +appliedenergistics2:facade:0, Cable Facade - Simmering Comb Block +appliedenergistics2:facade:0, Cable Facade - Stringy Comb Block +appliedenergistics2:facade:0, Cable Facade - Frozen Comb Block +appliedenergistics2:facade:0, Cable Facade - Dripping Comb Block +appliedenergistics2:facade:0, Cable Facade - Silky Comb Block +appliedenergistics2:facade:0, Cable Facade - Parched Comb Block +appliedenergistics2:facade:0, Cable Facade - Mossy Comb Block +appliedenergistics2:facade:0, Cable Facade - Mellow Comb Block +appliedenergistics2:facade:0, Cable Facade - Block of Charcoal +appliedenergistics2:facade:0, Cable Facade - Wood Pile +appliedenergistics2:facade:0, Cable Facade - Decorative Wood Pile +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Ash Block +appliedenergistics2:facade:0, Cable Facade - Loam appliedenergistics2:facade:0, Cable Facade - Larch Wood appliedenergistics2:facade:0, Cable Facade - Teak Wood appliedenergistics2:facade:0, Cable Facade - Desert Acacia Wood @@ -24684,23 +24713,6 @@ appliedenergistics2:facade:0, Cable Facade - Sipiri Leaves appliedenergistics2:facade:0, Cable Facade - Papaya Leaves appliedenergistics2:facade:0, Cable Facade - Date Palm Leaves appliedenergistics2:facade:0, Cable Facade - White Poplar Leaves -appliedenergistics2:facade:0, Cable Facade - Block of Charcoal -appliedenergistics2:facade:0, Cable Facade - Wood Pile -appliedenergistics2:facade:0, Cable Facade - Decorative Wood Pile -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Ash Block -appliedenergistics2:facade:0, Cable Facade - Loam -appliedenergistics2:facade:0, Cable Facade - Honey Comb Block -appliedenergistics2:facade:0, Cable Facade - Simmering Comb Block -appliedenergistics2:facade:0, Cable Facade - Stringy Comb Block -appliedenergistics2:facade:0, Cable Facade - Frozen Comb Block -appliedenergistics2:facade:0, Cable Facade - Dripping Comb Block -appliedenergistics2:facade:0, Cable Facade - Silky Comb Block -appliedenergistics2:facade:0, Cable Facade - Parched Comb Block -appliedenergistics2:facade:0, Cable Facade - Mossy Comb Block -appliedenergistics2:facade:0, Cable Facade - Mellow Comb Block appliedenergistics2:facade:0, Cable Facade - Nickel-Iron Battery appliedenergistics2:facade:0, Cable Facade - Nickel-Zinc Battery appliedenergistics2:facade:0, Cable Facade - Zinc-Carbon Battery @@ -25381,6 +25393,11 @@ appliedenergistics2:facade:0, Cable Facade - Iron Framed Greatwood appliedenergistics2:facade:0, Cable Facade - Brass Plated Silverwood appliedenergistics2:facade:0, Cable Facade - Chiseled Greatwood appliedenergistics2:facade:0, Cable Facade - Amber Lamp +appliedenergistics2:facade:0, Cable Facade - Growth Accelerator lvl 1 +appliedenergistics2:facade:0, Cable Facade - Growth Accelerator lvl 2 +appliedenergistics2:facade:0, Cable Facade - Growth Accelerator lvl 3 +appliedenergistics2:facade:0, Cable Facade - Growth Accelerator lvl 4 +appliedenergistics2:facade:0, Cable Facade - Growth Accelerator lvl 5 appliedenergistics2:facade:0, Cable Facade - Machine Structure appliedenergistics2:facade:0, Cable Facade - Advanced Machine Structure appliedenergistics2:facade:0, Cable Facade - Motor @@ -27825,6 +27842,24 @@ appliedenergistics2:facade:0, Cable Facade - Sky Stone appliedenergistics2:facade:0, Cable Facade - Sky Stone Block appliedenergistics2:facade:0, Cable Facade - Sky Stone Brick appliedenergistics2:facade:0, Cable Facade - Sky Stone Small Brick +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Block of Luminessence +appliedenergistics2:facade:0, Cable Facade - Block of Nether Stars +appliedenergistics2:facade:0, Cable Facade - Block of Crystaltine +appliedenergistics2:facade:0, Cable Facade - Block of The Ultimate +appliedenergistics2:facade:0, Cable Facade - Block of Ender +appliedenergistics2:facade:0, Cable Facade - Block of Ender Stars +appliedenergistics2:facade:0, Cable Facade - Block of Enhanced Ender +appliedenergistics2:facade:0, Cable Facade - Black Iron Frame +appliedenergistics2:facade:0, Cable Facade - Black Iron Lamp +appliedenergistics2:facade:0, Cable Facade - Black Iron Lamp +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Block of Black Iron +appliedenergistics2:facade:0, Cable Facade - Crafting Table appliedenergistics2:facade:0, Cable Facade - Blank Rune appliedenergistics2:facade:0, Cable Facade - Speed Rune appliedenergistics2:facade:0, Cable Facade - Efficiency Rune @@ -28512,65 +28547,6 @@ 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 @@ -28641,6 +28617,65 @@ 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 @@ -29161,24 +29196,6 @@ appliedenergistics2:facade:0, Cable Facade - Rotten Wood appliedenergistics2:facade:0, Cable Facade - Marshwood Wood appliedenergistics2:facade:0, Cable Facade - Marshwood Leaves appliedenergistics2:facade:0, Cable Facade - Scorched Wood -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Luminessence -appliedenergistics2:facade:0, Cable Facade - Block of Nether Stars -appliedenergistics2:facade:0, Cable Facade - Block of Crystaltine -appliedenergistics2:facade:0, Cable Facade - Block of The Ultimate -appliedenergistics2:facade:0, Cable Facade - Block of Ender -appliedenergistics2:facade:0, Cable Facade - Block of Ender Stars -appliedenergistics2:facade:0, Cable Facade - Block of Enhanced Ender -appliedenergistics2:facade:0, Cable Facade - Black Iron Frame -appliedenergistics2:facade:0, Cable Facade - Black Iron Lamp -appliedenergistics2:facade:0, Cable Facade - Black Iron Lamp -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Block of Black Iron -appliedenergistics2:facade:0, Cable Facade - Crafting Table appliedenergistics2:facade:0, Cable Facade - Block of Orichalcos appliedenergistics2:facade:0, Cable Facade - Block of Shadowium appliedenergistics2:facade:0, Cable Facade - Block of Photonium @@ -29826,7 +29843,6 @@ appliedenergistics2:facade:0, Cable Facade - Block of Candy appliedenergistics2:facade:0, Cable Facade - Rainbow Bricks appliedenergistics2:facade:0, Cable Facade - Bedrock Cobblestone appliedenergistics2:facade:0, Cable Facade - Dark Mithrillium Block -appliedenergistics2:facade:0, Cable Facade - Miniature Star appliedenergistics2:facade:0, Cable Facade - Dyson Shell appliedenergistics2:facade:0, Cable Facade - Dyson Beam appliedenergistics2:facade:0, Cable Facade - Ultracapacitor Bank @@ -29834,9 +29850,8 @@ appliedenergistics2:facade:0, Cable Facade - More Defined Machine Case appliedenergistics2:facade:0, Cable Facade - Dyson Conduit appliedenergistics2:facade:0, Cable Facade - Dyson Collector appliedenergistics2:facade:0, Cable Facade - High Energy Ray Collector -appliedenergistics2:facade:0, Cable Facade - Irradiated Filler -appliedenergistics2:facade:0, Cable Facade - Irradiator Casing -appliedenergistics2:facade:0, Cable Facade - Miniature Pulsar +appliedenergistics2:facade:0, Cable Facade - Charged Filler +appliedenergistics2:facade:0, Cable Facade - Pulsar Casing appliedenergistics2:facade:0, Cable Facade - Collecting Stone appliedenergistics2:facade:0, Cable Facade - Lilith Altar Bricks appliedenergistics2:facade:0, Cable Facade - Moloch Altar Bricks @@ -29849,7 +29864,6 @@ appliedenergistics2:facade:0, Cable Facade - Experiment Casing appliedenergistics2:facade:0, Cable Facade - Linear Accelerator Tube appliedenergistics2:facade:0, Cable Facade - Warped Stone appliedenergistics2:facade:0, Cable Facade - Baphomet Altar Bricks -appliedenergistics2:facade:0, Cable Facade - Miniature Black Hole appliedenergistics2:facade:0, Cable Facade - Horizon Stabilizer appliedenergistics2:facade:0, Cable Facade - Infinity Dyson Conduit appliedenergistics2:facade:0, Cable Facade - Dyson Compressor @@ -30032,6 +30046,33 @@ appliedenergistics2:facade:0, Cable Facade - Hyperuranion Actualizing Fabrial appliedenergistics2:facade:0, Cable Facade - Gambling Sentient Meatball appliedenergistics2:facade:0, Cable Facade - Freed Betrayed Soul appliedenergistics2:facade:0, Cable Facade - Quantum Condenser +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.pulsar_screen.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.infinity_stone.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.hungering_machine_case.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.all_seeing_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.possessed_sky_stone.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.burly_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.fractal_stone.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.spreading_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.parasitic_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.all_powerful_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.world_corrupting_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.prophetic_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.prophetic_meatball_flesh.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.chaotic_sentient_meatball.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.actualizing_stone.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.naquadah_ore.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.fire_dragonsteel_ore.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.ice_dragonsteel_ore.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.lightning_dragonsteel_ore.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.dense_dimensional_shard_ore.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.meteoric_draconic_stone.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.freed_sky_stone.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.eldritch_impetus_catalyzer.name +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.terrestrial_cauldron.name +appliedenergistics2:facade:0, Cable Facade - Miniature Star +appliedenergistics2:facade:0, Cable Facade - Miniature Pulsar +appliedenergistics2:facade:0, Cable Facade - Miniature Black Hole appliedenergistics2:facade:0, Cable Facade - Missing appliedenergistics2:facade:0, Cable Facade - Missing appliedenergistics2:facade:0, Cable Facade - Missing @@ -30545,6 +30586,208 @@ appliedenergistics2:part:220, ME Storage Bus appliedenergistics2:part:400, ME Storage Monitor appliedenergistics2:part:380, ME Terminal appliedenergistics2:part:80, ME Toggle Bus +extendedcrafting:storage:0, Block of Black Iron +extendedcrafting:storage:1, Block of Luminessence +extendedcrafting:storage:2, Block of Nether Stars +extendedcrafting:storage:3, Block of Crystaltine +extendedcrafting:storage:4, Block of The Ultimate +extendedcrafting:storage:5, Block of Ender +extendedcrafting:storage:6, Block of Ender Stars +extendedcrafting:storage:7, Block of Enhanced Ender +extendedcrafting:frame, Black Iron Frame +extendedcrafting:lamp:0, Black Iron Lamp +extendedcrafting:lamp:1, Black Iron Lamp +extendedcrafting:trimmed:0, Block of Black Iron +extendedcrafting:trimmed:1, Block of Black Iron +extendedcrafting:trimmed:2, Block of Black Iron +extendedcrafting:trimmed:3, Block of Black Iron +extendedcrafting:trimmed:4, Block of Black Iron +extendedcrafting:trimmed:5, Block of Black Iron +extendedcrafting:crafting_table, Crafting Table +extendedcrafting:pedestal, Pedestal +extendedcrafting:crafting_core, Crafting Core +extendedcrafting:interface, Automation Interface +extendedcrafting:table_basic, Basic Crafting Table +extendedcrafting:table_advanced, Advanced Crafting Table +extendedcrafting:table_elite, Elite Crafting Table +extendedcrafting:table_ultimate, Ultimate Crafting Table +extendedcrafting:compressor, Quantum Compressor +extendedcrafting:ender_alternator, Ender Alternator +extendedcrafting:ender_crafter, Ender Crafter +extendedcrafting:guide, Extended Crafting Guide +extendedcrafting:material:0, Black Iron Ingot +extendedcrafting:material:1, Black Iron Nugget +extendedcrafting:material:2, Black Iron Slate +extendedcrafting:material:3, Black Iron Rod +extendedcrafting:material:7, Luminessence +extendedcrafting:material:8, Basic Catalyst +extendedcrafting:material:9, Advanced Catalyst +extendedcrafting:material:10, Elite Catalyst +extendedcrafting:material:11, Ultimate Catalyst +extendedcrafting:material:12, Crystaltine Catalyst +extendedcrafting:material:13, The Ultimate Catalyst +extendedcrafting:material:14, Basic Component +extendedcrafting:material:15, Advanced Component +extendedcrafting:material:16, Elite Component +extendedcrafting:material:17, Ultimate Component +extendedcrafting:material:18, Crystaltine Component +extendedcrafting:material:19, The Ultimate Component +extendedcrafting:material:24, Crystaltine Ingot +extendedcrafting:material:25, Crystaltine Nugget +extendedcrafting:material:32, The Ultimate Ingot +extendedcrafting:material:33, The Ultimate Nugget +extendedcrafting:material:36, Ender Ingot +extendedcrafting:material:37, Ender Nugget +extendedcrafting:material:40, Ender Star +extendedcrafting:material:41, Ender Star Nugget +extendedcrafting:material:48, Enhanced Ender Ingot +extendedcrafting:material:49, Enhanced Ender Nugget +extendedcrafting:material:128, Diamond Nugget +extendedcrafting:material:129, Emerald Nugget +extendedcrafting:material:140, Nether Star Nugget +extendedcrafting:handheld_table, Handheld Crafting Table +extendedcrafting:recipe_maker:0, Recipe Maker +extendedcrafting:singularity:0, Coal Singular Condensate +extendedcrafting:singularity:1, Iron Singular Condensate +extendedcrafting:singularity:2, Lapis Lazuli Singular Condensate +extendedcrafting:singularity:3, Redstone Singular Condensate +extendedcrafting:singularity:4, Glowstone Singular Condensate +extendedcrafting:singularity:5, Gold Singular Condensate +extendedcrafting:singularity:6, Diamond Singular Condensate +extendedcrafting:singularity:7, Emerald Singular Condensate +extendedcrafting:singularity:16, Aluminum Singular Condensate +extendedcrafting:singularity:17, Copper Singular Condensate +extendedcrafting:singularity:18, Tin Singular Condensate +extendedcrafting:singularity:19, Bronze Singular Condensate +extendedcrafting:singularity:20, Zinc Singular Condensate +extendedcrafting:singularity:21, Brass Singular Condensate +extendedcrafting:singularity:22, Silver Singular Condensate +extendedcrafting:singularity:23, Lead Singular Condensate +extendedcrafting:singularity:24, Steel Singular Condensate +extendedcrafting:singularity:25, Nickel Singular Condensate +extendedcrafting:singularity:26, Constantan Singular Condensate +extendedcrafting:singularity:27, Electrum Singular Condensate +extendedcrafting:singularity:28, Invar Singular Condensate +extendedcrafting:singularity:29, Mithril Singular Condensate +extendedcrafting:singularity:30, Tungsten Singular Condensate +extendedcrafting:singularity:31, Titanium Singular Condensate +extendedcrafting:singularity:32, Uranium Singular Condensate +extendedcrafting:singularity:33, Chrome Singular Condensate +extendedcrafting:singularity:34, Platinum Singular Condensate +extendedcrafting:singularity:35, Iridium Singular Condensate +extendedcrafting:singularity:48, Signalum Singular Condensate +extendedcrafting:singularity:49, Lumium Singular Condensate +extendedcrafting:singularity:50, Enderium Singular Condensate +extendedcrafting:singularity:64, Ardite Singular Condensate +extendedcrafting:singularity:65, Cobalt Singular Condensate +extendedcrafting:singularity:66, Manyullyn Singular Condensate +extendedcrafting:singularity_custom:999, White Fuel Singular Condensate +extendedcrafting:singularity_custom:998, Cosmic Meatball Singular Condensate +extendedcrafting:singularity_custom:997, Valonite Singular Condensate +extendedcrafting:singularity_custom:996, Knightslime Singular Condensate +extendedcrafting:singularity_custom:995, Fiery Singular Condensate +extendedcrafting:singularity_custom:994, Coralium Singular Condensate +extendedcrafting:singularity_custom:990, Apatite Singular Condensate +extendedcrafting:singularity_custom:991, Bluefire Singular Condensate +extendedcrafting:singularity_custom:992, Arcanium Singular Condensate +extendedcrafting:singularity_custom:666, Bloodmaster Singular Condensate +extendedcrafting:singularity_custom:665, Demonic Singular Condensate +extendedcrafting:singularity_custom:664, Corrosive Singular Condensate +extendedcrafting:singularity_custom:663, Destructive Singular Condensate +extendedcrafting:singularity_custom:662, Vengeful Singular Condensate +extendedcrafting:singularity_custom:661, Steadfast Singular Condensate +extendedcrafting:singularity_custom:660, Aethium Singular Condensate +extendedcrafting:singularity_custom:659, Thermoconducting Singular Condensate +extendedcrafting:singularity_custom:658, Terrasteel Singular Condensate +extendedcrafting:singularity_custom:657, Mithrillium Singular Condensate +extendedcrafting:singularity_custom:656, Blood Infused Singular Condensate +extendedcrafting:singularity_custom:654, Neutronium Singular Condensate +extendedcrafting:singularity_custom:653, Ethaxium Singular Condensate +extendedcrafting:singularity_custom:652, Insanium Singular Condensate +extendedcrafting:singularity_custom:651, Divine Singular Condensate +extendedcrafting:singularity_custom:650, Arc Singular Condensate +extendedcrafting:singularity_custom:640, Endengeic Singular Condensate +extendedcrafting:singularity_custom:630, Sednanite Singular Condensate +extendedcrafting:singularity_custom:628, Ichor Singular Condensate +extendedcrafting:singularity_custom:1001, Abyss Singular Condensate +extendedcrafting:singularity_custom:1002, Precasia Singular Condensate +extendedcrafting:singularity_custom:1003, Barathos Singular Condensate +extendedcrafting:singularity_custom:1004, Creeponia Singular Condensate +extendedcrafting:singularity_custom:1005, Deeplands Singular Condensate +extendedcrafting:singularity_custom:1006, Lelyetia Singular Condensate +extendedcrafting:singularity_custom:1007, Candyland Singular Condensate +extendedcrafting:singularity_custom:1008, Celeve Singular Condensate +extendedcrafting:singularity_custom:1009, Crystevia Singular Condensate +extendedcrafting:singularity_custom:1010, Gardencia Singular Condensate +extendedcrafting:singularity_custom:1011, Haven Singular Condensate +extendedcrafting:singularity_custom:1012, Iromine Singular Condensate +extendedcrafting:singularity_custom:1013, Mysterium Singular Condensate +extendedcrafting:singularity_custom:1014, Vox Ponds Singular Condensate +extendedcrafting:singularity_custom:1015, Borean Singular Condensate +extendedcrafting:singularity_custom:1016, Runandor Singular Condensate +extendedcrafting:singularity_custom:1017, Lunalus Singular Condensate +extendedcrafting:singularity_custom:1018, Ancient Cavern Singular Condensate +extendedcrafting:singularity_custom:1019, Dustopia Singular Condensate +extendedcrafting:singularity_custom:1020, Greckon Singular Condensate +extendedcrafting:singularity_custom:1021, Immortallis Singular Condensate +extendedcrafting:singularity_custom:1030, Ender Dolomite Singular Condensate +extendedcrafting:singularity_custom:1031, Nebulous Singular Condensate +extendedcrafting:singularity_custom:1032, Quartz Singular Condensate +extendedcrafting:singularity_custom:1022, Vethea Singular Condensate +extendedcrafting:singularity_custom:1023, Shyrelands Singular Condensate +extendedcrafting:singularity_custom:1024, Skeletal Singular Condensate +extendedcrafting:singularity_custom:1025, Etherium Singular Condensate +extendedcrafting:singularity_custom:1026, Champion Token Singular Condensate +extendedcrafting:singularity_custom:2000, Mortum Singular Condensate +extendedcrafting:singularity_custom:2001, Skythern Singular Condensate +extendedcrafting:singularity_custom:2002, Apalachia Singular Condensate +extendedcrafting:singularity_custom:2003, Wildwood Singular Condensate +extendedcrafting:singularity_custom:2004, Eden Singular Condensate +extendedcrafting:singularity_custom:2005, Abyss Token Singular Condensate +extendedcrafting:singularity_custom:2006, Baron Token Singular Condensate +extendedcrafting:singularity_custom:2007, Borean Token Singular Condensate +extendedcrafting:singularity_custom:2008, Candyland Token Singular Condensate +extendedcrafting:singularity_custom:2009, Celeve Token Singular Condensate +extendedcrafting:singularity_custom:2010, Creeponia Token Singular Condensate +extendedcrafting:singularity_custom:2011, Crystevia Token Singular Condensate +extendedcrafting:singularity_custom:2012, Deeplands Token Singular Condensate +extendedcrafting:singularity_custom:2013, Dustopia Token Singular Condensate +extendedcrafting:singularity_custom:2014, Gardencia Token Singular Condensate +extendedcrafting:singularity_custom:2015, Greckon Token Singular Condensate +extendedcrafting:singularity_custom:2016, Haven Token Singular Condensate +extendedcrafting:singularity_custom:2017, Iromine Token Singular Condensate +extendedcrafting:singularity_custom:2018, Lelyetia Token Singular Condensate +extendedcrafting:singularity_custom:2019, Lunar Token Singular Condensate +extendedcrafting:singularity_custom:2020, Mysterium Token Singular Condensate +extendedcrafting:singularity_custom:2021, Nether Token Singular Condensate +extendedcrafting:singularity_custom:2022, Precasia Token Singular Condensate +extendedcrafting:singularity_custom:2023, Runandor Token Singular Condensate +extendedcrafting:singularity_custom:2024, Shyrelands Token Singular Condensate +extendedcrafting:singularity_custom:2025, Vox Ponds Token Singular Condensate +extendedcrafting:singularity_custom:2026, Ice Dragonsteel Singular Condensate +extendedcrafting:singularity_custom:2027, Fire Dragonsteel Singular Condensate +extendedcrafting:singularity_custom:2028, Lightning Dragonsteel Singular Condensate +extendedcrafting:singularity_custom:2029, Draconium Singular Condensate +extendedcrafting:singularity_custom:2030, Infused Diamond Singular Condensate +extendedcrafting:singularity_custom:2031, Pure Fluix Singular Condensate +extendedcrafting:singularity_custom:2032, Sugar Singular Condensate +extendedcrafting:singularity_custom:2033, Knightmetal Singular Condensate +extendedcrafting:singularity_custom:2034, Steeleaf Singular Condensate +extendedcrafting:singularity_custom:2035, Ironwood Singular Condensate +extendedcrafting:singularity_custom:2036, Syrmorite Singular Condensate +extendedcrafting:singularity_custom:2037, Octine Singular Condensate +extendedcrafting:singularity_custom:2038, Dreadium Singular Condensate +extendedcrafting:singularity_custom:2039, Abyssalnite Singular Condensate +extendedcrafting:singularity_custom:2040, Nether Star Singular Condensate +extendedcrafting:singularity_ultimate, Recursive Singular Condensate +ae2exttable:basic_crafting_terminal, Basic Extended Crafting Terminal +ae2exttable:advanced_crafting_terminal, Advanced Extended Crafting Terminal +ae2exttable:elite_crafting_terminal, Elite Extended Crafting Terminal +ae2exttable:ultimate_crafting_terminal, Ultimate Extended Crafting Terminal +ae2exttable:wireless_basic_crafting_terminal, Wireless Basic Crafting Terminal +ae2exttable:wireless_advanced_crafting_terminal, Wireless Advanced Crafting Terminal +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:sprinkler, Sprinkler @@ -30974,6 +31217,1067 @@ animus:component:2, Consumption Reagent animus:component:3, Leech Reagent animus:component:4, Storm Reagent animus:component:5, Acquisition Reagent +aoa3:balloon, Balloon +aoa3:limonite_bullet, Limonite Bullet +aoa3:cannonball, Cannonball +aoa3:chilli, Chilli +aoa3:discharge_capsule, Discharge Capsule +aoa3:holly_arrow, Holly Arrow +aoa3:spectral_holly_arrow, Glowing Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:tipped_holly_arrow:0, Tipped Holly Arrow +aoa3:metal_slug, Metal Slug +aoa3:pop_shot, Pop Shot +aoa3:spreadshot, Spreadshot +aoa3:amethyst, Ascended Amethyst +aoa3:bloodstone, Bloodstone +aoa3:crystallite, Crystallite +aoa3:gemenyte, Gemenyte +aoa3:jade, Ascended Jade +aoa3:jewelyte, Jewelyte +aoa3:ornamyte, Ornamyte +aoa3:sapphire, Ascended Sapphire +aoa3:shyregem, Shyregem +aoa3:baronyte_ingot, Baronyte Ingot +aoa3:blazium_ingot, Blazium Ingot +aoa3:elecanium_ingot, Elecanium Ingot +aoa3:emberstone_ingot, Emberstone Ingot +aoa3:ghastly_ingot, Ghastly Ingot +aoa3:ghoulish_ingot, Ghoulish Ingot +aoa3:limonite_ingot, Limonite Ingot +aoa3:lunar_ingot, Lunar Ingot +aoa3:lyon_ingot, Lyon Ingot +aoa3:mystite_ingot, Mystite Ingot +aoa3:rosite_ingot, Rosite Ingot +aoa3:rusted_iron_ingot, Rusted Iron Ingot +aoa3:shyrestone_ingot, Shyrestone Ingot +aoa3:skeletal_ingot, Skeletal Ingot +aoa3:varsium_ingot, Varsium Ingot +aoa3:runium_chunk, Runium Chunk +aoa3:chestbone_fragment, Chestbone Fragment +aoa3:footbone_fragment, Footbone Fragment +aoa3:legbone_fragment, Legbone Fragment +aoa3:skullbone_fragment, Skullbone Fragment +aoa3:charged_runium_chunk, Charged Runium Chunk +aoa3:blue_crystal, Blue Crystal +aoa3:green_crystal, Green Crystal +aoa3:purple_crystal, Purple Crystal +aoa3:red_crystal, Red Crystal +aoa3:white_crystal, White Crystal +aoa3:yellow_crystal, Yellow Crystal +aoa3:baronyte_nugget, Baronyte Nugget +aoa3:blazium_nugget, Blazium Nugget +aoa3:elecanium_nugget, Elecanium Nugget +aoa3:emberstone_nugget, Emberstone Nugget +aoa3:ghastly_nugget, Ghastly Nugget +aoa3:ghoulish_nugget, Ghoulish Nugget +aoa3:limonite_nugget, Limonite Nugget +aoa3:lunar_nugget, Lunar Nugget +aoa3:lyon_nugget, Lyon Nugget +aoa3:mystite_nugget, Mystite Nugget +aoa3:rosite_nugget, Rosite Nugget +aoa3:shyrestone_nugget, Shyrestone Nugget +aoa3:varsium_nugget, Varsium Nugget +aoa3:charged_rune, Charged Rune +aoa3:compass_rune, Compass Rune +aoa3:distortion_rune, Distortion Rune +aoa3:energy_rune, Energy Rune +aoa3:fire_rune, Fire Rune +aoa3:kinetic_rune, Kinetic Rune +aoa3:life_rune, Life Rune +aoa3:lunar_rune, Lunar Rune +aoa3:poison_rune, Poison Rune +aoa3:power_rune, Power Rune +aoa3:storm_rune, Storm Rune +aoa3:strike_rune, Strike Rune +aoa3:unpowered_rune, Unpowered Rune +aoa3:water_rune, Water Rune +aoa3:wind_rune, Wind Rune +aoa3:wither_rune, Wither Rune +aoa3:active_rune_stone, Active Rune Stone +aoa3:alien_orb, Alien Orb +aoa3:amphibiyte_lung, Amphibiyte Lung +aoa3:apoco_stone, Apoco Stone +aoa3:armour_plating, Armour Plating +aoa3:blank_slab, Blank Slab +aoa3:chitin, Chitin +aoa3:circus_coin, Circus Coin +aoa3:copper_coin, Copper Coin +aoa3:gold_coin, Gold Coin +aoa3:lunaver_coin, Lunaver Coin +aoa3:silver_coin, Silver Coin +aoa3:confetti_pile, Confetti Pile +aoa3:coral_stone, Coral Stone +aoa3:cosmic_dust, Cosmic Dust +aoa3:cup, Cup +aoa3:dark_bones, Dark Bones +aoa3:darkly_powder, Darkly Powder +aoa3:dense_rock, Dense Rock +aoa3:desert_shell, Desert Shell +aoa3:distorting_artifact, Distorting Artifact +aoa3:doom_stone, Doom Stone +aoa3:blue_druse, Blue Druse +aoa3:green_druse, Green Druse +aoa3:purple_druse, Purple Druse +aoa3:rainbow_druse, Rainbow Druse +aoa3:red_druse, Red Druse +aoa3:white_druse, White Druse +aoa3:yellow_druse, Yellow Druse +aoa3:enchanted_gunpowder, Enchanted Gunpowder +aoa3:eye_bulb, Eye Bulb +aoa3:flammable_dust, Flammable Dust +aoa3:fleshy_bones, Fleshy Bones +aoa3:floating_stone, Floating Stone +aoa3:fragmented_anima_stone, Fragmented Anima Stone +aoa3:blue_gemstones, Blue Gemstones +aoa3:green_gemstones, Green Gemstones +aoa3:purple_gemstones, Purple Gemstones +aoa3:red_gemstones, Red Gemstones +aoa3:white_gemstones, White Gemstones +aoa3:yellow_gemstones, Yellow Gemstones +aoa3:ghostly_powder, Ghostly Powder +aoa3:ghostly_stone, Ghostly Stone +aoa3:ghoulasm, Ghoulasm +aoa3:gravitator, Gravitator +aoa3:hardened_confetti_ball, Hardened Confetti Ball +aoa3:hive_chunk, Hive Chunk +aoa3:holly_top_petals, Holly Top Petals +aoa3:hydro_stone, Hydro Stone +aoa3:ice_crystal, Ice Crystal +aoa3:impure_gold, Impure Gold +aoa3:ivory, Ivory +aoa3:jungle_thorns, Jungle Thorns +aoa3:limonite_rod, Limonite Rod +aoa3:lotto_totem, Lotto Totem +aoa3:lunarade_mug, Lunarade Mug +aoa3:metal_tub, Metal Tub +aoa3:magic_mending_compound, Magic Mending Compound +aoa3:magic_mending_solution, Magic Mending Solution +aoa3:magic_repair_dust, Magic Repair Dust +aoa3:magnet_shard, Magnet Shard +aoa3:mecha_gear, Mecha Gear +aoa3:mega_rune_fragment_blue, Mega Rune Fragment +aoa3:mega_rune_fragment_green, Mega Rune Fragment +aoa3:mega_rune_fragment_red, Mega Rune Fragment +aoa3:mega_rune_fragment_yellow, Mega Rune Fragment +aoa3:millennium_upgrader, Millennium Upgrader +aoa3:molten_upgrader, Molten Upgrader +aoa3:moonstone, Moonstone +aoa3:mud_ball, Mud Ball +aoa3:mushroom_spores, Mushroom Spores +aoa3:nightmare_flakes, Nightmare Flakes +aoa3:old_boot, Old Boot +aoa3:opteryx_feather, Opteryx Feather +aoa3:orange_spores, Orange Spores +aoa3:orbulon, Orbulon +aoa3:padded_cloth, Padded Cloth +aoa3:phantasm, Phantasm +aoa3:power_core, Power Core +aoa3:primed_ghoulasm, Primed Ghoulasm +aoa3:primordial_skull, Primordial Skull +aoa3:pure_coral_stone, Pure Coral Stone +aoa3:pure_gold, Pure Gold +aoa3:pure_rain_stone, Pure Rain Stone +aoa3:rammerhead_hide, Rammerhead Hide +aoa3:realm_travel_ticket, Realm Travel Ticket +aoa3:reinforced_cloth, Reinforced Cloth +aoa3:return_crystal, Return Crystal +aoa3:rock_bones, Rock Bones +aoa3:rosid_root, Rosid Root +aoa3:rune_stone, Rune Stone +aoa3:runic_energy, Runic Energy +aoa3:scrap_metal, Scrap Metal +aoa3:scream_shield, Scream Shield +aoa3:sharp_claw, Sharp Claw +aoa3:sludge_parasite, Sludge Parasite +aoa3:small_blue_petal, Small Blue Petal +aoa3:small_green_petal, Small Green Petal +aoa3:small_orange_petal, Small Orange Petal +aoa3:small_purple_petal, Small Purple Petal +aoa3:small_red_petal, Small Red Petal +aoa3:soulbone, Soulbone +aoa3:sticky_slime, Sticky Slime +aoa3:blue_strange_stone, Blue Strange Stone +aoa3:white_strange_stone, White Strange Stone +aoa3:yellow_strange_stone, Yellow Strange Stone +aoa3:tea_shreddings, Tea Shreddings +aoa3:thorny_petals, Thorny Petals +aoa3:torn_cloth, Torn Cloth +aoa3:toxic_lump, Toxic Lump +aoa3:troll_skull, Troll Skull +aoa3:uncharged_orb, Uncharged Orb +aoa3:uncharged_stone, Uncharged Stone +aoa3:unstable_gunpowder, Unstable Gunpowder +aoa3:urka_hide, Urka Hide +aoa3:void_scales, Void Scales +aoa3:vulcane_augment_battle, Vulcane Augment: Battle +aoa3:vulcane_augment_equality, Vulcane Augment: Equality +aoa3:vulcane_augment_fire, Vulcane Augment: Fire +aoa3:vulcane_augment_impairment, Vulcane Augment: Impairment +aoa3:vulcane_augment_poison, Vulcane Augment: Poison +aoa3:vulcane_augment_power, Vulcane Augment: Power +aoa3:vulcane_augment_wither, Vulcane Augment: Wither +aoa3:weapon_parts, Weapon Parts +aoa3:whitewashing_solution, Whitewashing Solution +aoa3:worn_book, Worn Book +aoa3:yellow_spores, Yellow Spores +aoa3:zhinx_dust, Zhinx Dust +aoa3:archergun_frame, Archergun Frame +aoa3:blaster_frame, Blaster Frame +aoa3:boots_frame, Boots Frame +aoa3:leggings_frame, Leggings Frame +aoa3:chestplate_frame, Chestplate Frame +aoa3:helmet_frame, Helmet Frame +aoa3:cannon_frame, Cannon Frame +aoa3:gun_frame, Gun Frame +aoa3:shotgun_frame, Shotgun Frame +aoa3:sniper_frame, Sniper Frame +aoa3:ancient_orb, Ancient Orb +aoa3:ancient_ring, Ancient Ring +aoa3:bone_horn, Bone Horn +aoa3:book_of_shadows, Book of Shadows +aoa3:boulder_dash, Boulder Dash +aoa3:call_of_the_drake, Call of the Drake +aoa3:explosive_gems, Explosive Gems +aoa3:explosive_idol, Explosive Idol +aoa3:giant_crystal, Giant Crystal +aoa3:gold_spring, Gold Spring +aoa3:guardians_eye, Guardian's Eye +aoa3:haunted_idol, Haunted Idol +aoa3:heavy_boulder, Heavy Boulder +aoa3:hive_egg, Hive Egg +aoa3:mega_rune_stone, Mega Rune Stone +aoa3:nethengeic_callstone, Nethengeic Callstone +aoa3:observing_eye, Observing Eye +aoa3:petals, Petals +aoa3:primordial_dust, Primordial Dust +aoa3:pure_water_stone, Pure Water Stone +aoa3:shroom_stone, Shroom Stone +aoa3:silvro_coin, Silvro Coin +aoa3:staring_eye, Staring Eye +aoa3:toy_gyrocopter, Toy Gyrocopter +aoa3:treat_bag, Treat Bag +aoa3:troll_idol, Troll Idol +aoa3:vile_stone, Vile Stone +aoa3:voliant_heart, Voliant Heart +aoa3:warlock_gem, Warlock Gem +aoa3:abyss_tokens, Abyss Tokens +aoa3:baron_tokens, Baron Tokens +aoa3:borean_tokens, Borean Tokens +aoa3:candyland_tokens, Candyland Tokens +aoa3:celeve_tokens, Celeve Tokens +aoa3:creeponia_tokens, Creeponia Tokens +aoa3:crystevia_tokens, Crystevia Tokens +aoa3:deeplands_tokens, Deeplands Tokens +aoa3:dungeon_tokens, Dungeon Tokens +aoa3:dustopia_tokens, Dustopia Tokens +aoa3:gardencia_tokens, Gardencia Tokens +aoa3:greckon_tokens, Greckon Tokens +aoa3:haven_tokens, Haven Tokens +aoa3:iromine_tokens, Iromine Tokens +aoa3:lelyetia_tokens, Lelyetia Tokens +aoa3:lunar_tokens, Lunar Tokens +aoa3:mysterium_tokens, Mysterium Tokens +aoa3:nether_tokens, Nether Tokens +aoa3:precasian_tokens, Precasian Tokens +aoa3:runandor_tokens, Runandor Tokens +aoa3:shyrelands_tokens, Shyrelands Tokens +aoa3:vox_ponds_tokens, Vox Ponds Tokens +aoa3:abyssal_upgrade_kit, Abyssal Upgrade Kit +aoa3:ancient_upgrade_kit, Ancient Upgrade Kit +aoa3:apoco_upgrade_kit, Apoco Upgrade Kit +aoa3:clown_upgrade_kit, Clown Upgrade Kit +aoa3:darkly_upgrade_kit, Darkly Upgrade Kit +aoa3:floro_upgrade_kit, Floro Upgrade Kit +aoa3:golden_upgrade_kit, Golden Upgrade Kit +aoa3:haunted_upgrade_kit, Haunted Upgrade Kit +aoa3:lelyetian_upgrade_kit, Lelyetian Upgrade Kit +aoa3:light_upgrade_kit, Light Upgrade Kit +aoa3:lunar_upgrade_kit, Lunar Upgrade Kit +aoa3:nether_upgrade_kit, Nether Upgrade Kit +aoa3:precasian_upgrade_kit, Precasian Upgrade Kit +aoa3:predator_upgrade_kit, Predator Upgrade Kit +aoa3:rocky_upgrade_kit, Rocky Upgrade Kit +aoa3:runic_upgrade_kit, Runic Upgrade Kit +aoa3:seaside_upgrade_kit, Seaside Upgrade Kit +aoa3:smiley_upgrade_kit, Smiley Upgrade Kit +aoa3:waterlogged_aqua_cannon, Aqua Cannon (Waterlogged) +aoa3:waterlogged_coral_archergun, Coral Archergun (Waterlogged) +aoa3:waterlogged_coral_cannon, Coral Cannon (Waterlogged) +aoa3:waterlogged_coral_clogger, Coral Clogger (Waterlogged) +aoa3:waterlogged_reefer, Reefer (Waterlogged) +aoa3:incomplete_mecha_archergun, Mecha Archergun (Incomplete) +aoa3:incomplete_mecha_bow, Mecha Bow (Incomplete) +aoa3:incomplete_mecha_cannon, Mecha Cannon (Incomplete) +aoa3:incomplete_mechanical_assault_rifle, Mechanical Assault Rifle (Incomplete) +aoa3:incomplete_mecha_staff, Mecha Staff (Incomplete) +aoa3:incomplete_mechyro, Mechyro (Incomplete) +aoa3:blank_realmstone, Blank Realmstone +aoa3:abyss_realmstone, Abyss Realmstone +aoa3:nether_realmstone, Nether Realmstone +aoa3:ancient_cavern_realmstone, Ancient Cavern Realmstone +aoa3:barathos_realmstone, Barathos Realmstone +aoa3:borean_realmstone, Borean Realmstone +aoa3:candyland_realmstone, Candyland Realmstone +aoa3:celeve_realmstone, Celeve Realmstone +aoa3:creeponia_realmstone, Creeponia Realmstone +aoa3:crystevia_realmstone, Crystevia Realmstone +aoa3:deeplands_realmstone, Deeplands Realmstone +aoa3:dustopia_realmstone, Dustopia Realmstone +aoa3:gardencia_realmstone, Gardencia Realmstone +aoa3:greckon_realmstone, Greckon Realmstone +aoa3:haven_realmstone, Haven Realmstone +aoa3:immortallis_realmstone, Immortallis Realmstone +aoa3:iromine_realmstone, Iromine Realmstone +aoa3:lelyetia_realmstone, Lelyetia Realmstone +aoa3:lunalus_realmstone, Lunalus Realmstone +aoa3:mysterium_realmstone, Mysterium Realmstone +aoa3:precasia_realmstone, Precasia Realmstone +aoa3:runandor_realmstone, Runandor Realmstone +aoa3:shyrelands_realmstone, Shyrelands Realmstone +aoa3:vox_ponds_realmstone, Vox Ponds Realmstone +aoa3:ancient_essence, Ancient Essence +aoa3:charged_essence, Charged Essence +aoa3:dark_essence, Dark Essence +aoa3:divine_essence, Divine Essence +aoa3:empowered_essence, Empowered Essence +aoa3:ethereal_essence, Ethereal Essence +aoa3:luminate_essence, Luminate Essence +aoa3:molten_essence, Molten Essence +aoa3:ominous_essence, Ominous Essence +aoa3:weak_essence, Weak Essence +aoa3:agility_tablet, Tablet of Agility +aoa3:awareness_tablet, Tablet of Awareness +aoa3:breeding_tablet, Tablet of Breeding +aoa3:cleansing_tablet, Tablet of Cleansing +aoa3:distortion_tablet, Tablet of Distortion +aoa3:energy_tablet, Tablet of Energy +aoa3:gravity_tablet, Tablet of Gravity +aoa3:oxygen_tablet, Tablet of Oxygen +aoa3:pressure_tablet, Tablet of Pressure +aoa3:proficiency_tablet, Tablet of Proficiency +aoa3:resistance_tablet, Tablet of Resistance +aoa3:sanctity_tablet, Tablet of Sanctity +aoa3:satiation_tablet, Tablet of Satiation +aoa3:sight_tablet, Tablet of Sight +aoa3:strength_tablet, Tablet of Strength +aoa3:untiring_tablet, Tablet of Untiring +aoa3:vitality_tablet, Tablet of Vitality +aoa3:progress_coin0, Starting Coin +aoa3:progress_coin1, Progress Coin +aoa3:progress_coin2, Progress Coin +aoa3:progress_coin3, Progress Coin +aoa3:progress_coin4, Progress Coin +aoa3:ambient_power_stone, Ambient Power Stone +aoa3:blooming_power_stone, Blooming Power Stone +aoa3:glaring_power_stone, Glaring Power Stone +aoa3:gleaming_power_stone, Gleaming Power Stone +aoa3:glistening_power_stone, Glistening Power Stone +aoa3:glowing_power_stone, Glowing Power Stone +aoa3:radiant_power_stone, Radiant Power Stone +aoa3:shining_power_stone, Shining Power Stone +aoa3:ambient_infusion_stone, Ambient Infusion Stone +aoa3:blooming_infusion_stone, Blooming Infusion Stone +aoa3:glaring_infusion_stone, Glaring Infusion Stone +aoa3:gleaming_infusion_stone, Gleaming Infusion Stone +aoa3:glistening_infusion_stone, Glistening Infusion Stone +aoa3:glowing_infusion_stone, Glowing Infusion Stone +aoa3:radiant_infusion_stone, Radiant Infusion Stone +aoa3:shining_infusion_stone, Shining Infusion Stone +aoa3:giant_skill_crystal, Giant Skill Crystal +aoa3:large_skill_crystal, Large Skill Crystal +aoa3:medium_skill_crystal, Medium Skill Crystal +aoa3:small_skill_crystal, Small Skill Crystal +aoa3:crystal_box, Crystal Box +aoa3:fish_case, Fish Case +aoa3:gem_bag, Gem Bag +aoa3:rune_box, Rune Box +aoa3:shiny_box, Shiny Box +aoa3:treasure_box, Treasure Box +aoa3:weapons_case, Weapons Case +aoa3:raw_candlefish, Raw Candlefish +aoa3:raw_crimson_skipper, Raw Crimson Skipper +aoa3:raw_crimson_stripefish, Raw Crimson Stripefish +aoa3:raw_dark_hatchetfish, Raw Dark Hatchetfish +aoa3:raw_fingerfish, Raw Fingerfish +aoa3:raw_golden_gullfish, Raw Golden Gullfish +aoa3:raw_ironback, Raw Ironback +aoa3:raw_limefish, Raw Limefish +aoa3:raw_pearl_stripefish, Raw Pearl Stripefish +aoa3:raw_rainbowfish, Raw Rainbowfish +aoa3:raw_razorfish, Raw Razorfish +aoa3:raw_rocketfish, Raw Rocketfish +aoa3:raw_sailback, Raw Sailback +aoa3:raw_sapphire_strider, Raw Sapphire Strider +aoa3:raw_turquoise_stripefish, Raw Turquoise Stripefish +aoa3:raw_violet_skipper, Raw Violet Skipper +aoa3:candlefish, Candlefish +aoa3:crimson_skipper, Crimson Skipper +aoa3:crimson_stripefish, Crimson Stripefish +aoa3:dark_hatchetfish, Dark Hatchetfish +aoa3:fingerfish, Fingerfish +aoa3:golden_gullfish, Golden Gullfish +aoa3:ironback, Ironback +aoa3:limefish, Limefish +aoa3:pearl_stripefish, Pearl Stripefish +aoa3:rainbowfish, Rainbowfish +aoa3:razorfish, Razorfish +aoa3:rocketfish, Rocketfish +aoa3:sailback, Sailback +aoa3:sapphire_strider, Sapphire Strider +aoa3:turquoise_stripefish, Turquoise Stripefish +aoa3:violet_skipper, Violet Skipper +aoa3:bubble_berries, Bubble Berries +aoa3:candy_cane, Candy Cane +aoa3:candy_corn, Candy Corn +aoa3:raw_charger_shank, Raw Charger Shank +aoa3:charger_shank, Charger Shank +aoa3:raw_chimera_chop, Raw Chimera Chop +aoa3:chimera_chop, Chimera Chop +aoa3:raw_ursa_meat, Raw Ursa Meat +aoa3:ursa_meat, Ursa Meat +aoa3:raw_furlion_chop, Raw Furlion Chop +aoa3:furlion_chop, Furlion Chop +aoa3:raw_halycon_beef, Raw Halycon Beef +aoa3:halycon_beef, Halycon Beef +aoa3:eye_candy, Eye Candy +aoa3:fiery_chops, Fiery Chops +aoa3:floracle_sticks, Floracle Sticks +aoa3:fungal_tea, Fungal Tea +aoa3:gingerbread_cookie, Gingerbread Cookie +aoa3:gingerbread_wing, Gingerbread Wing +aoa3:goldicap_petals, Goldicap Petals +aoa3:halycon_milk, Halycon Milk +aoa3:heart_fruit, Heart Fruit +aoa3:hot_rod, Hot Rod +aoa3:lunacrike, Lunacrike +aoa3:luna_globe, Luna Globe +aoa3:lunalons, Lunalons +aoa3:lunarade, Lunarade +aoa3:magic_marang, Magic Marang +aoa3:mystic_shrooms, Mystic Shrooms +aoa3:natural_tea, Natural Tea +aoa3:nature_melon_slice, Nature Melon Slice +aoa3:peppermint_candy, Peppermint Candy +aoa3:rosidons, Rosidons +aoa3:sour_candy, Sour Candy +aoa3:sour_gummy, Sour Gummy +aoa3:sour_pop, Sour Pop +aoa3:spearmint_candy, Spearmint Candy +aoa3:tea, Tea +aoa3:trilliad_leaves, Trilliad Leaves +aoa3:yeti_fingernails, Yeti Fingernails +aoa3:diamond_bowl, Diamond Bowl +aoa3:stone_bowl, Stone Bowl +aoa3:exp_flask, Exp Flask +aoa3:alluricorn_slab, Alluricorn Slab +aoa3:blissard_slab, Blissard Slab +aoa3:compeer_slab, Compeer Slab +aoa3:construct_of_servility_slab, Construct of Servility Slab +aoa3:corby_slab, Corby Slab +aoa3:craggy_slab, Craggy Slab +aoa3:draggy_slab, Draggy Slab +aoa3:ender_carrier_slab, Ender Carrier Slab +aoa3:gnawer_slab, Gnawer Slab +aoa3:goofer_slab, Goofer Slab +aoa3:healing_golem_slab, Healing Golem Slab +aoa3:hellquin_slab, Hellquin Slab +aoa3:horntail_slab, Horntail Slab +aoa3:mecha_cyclops_slab, Mecha Cyclops Slab +aoa3:mecha_skellox_slab, Mecha Skellox Slab +aoa3:penguin_slab, Penguin Slab +aoa3:plateosaur_slab, Plateosaur Slab +aoa3:rammerhorn_slab, Rammerhorn Slab +aoa3:shaddy_slab, Shaddy Slab +aoa3:spikeback_slab, Spikeback Slab +aoa3:spraggy_slab, Spraggy Slab +aoa3:waggy_slab, Waggy Slab +aoa3:bubble_berry_seeds, Bubble Berry Seeds +aoa3:chilli_seeds, Chilli Seeds +aoa3:floracle_seeds, Floracle Seeds +aoa3:goldicap_seeds, Goldicap Seeds +aoa3:heart_fruit_seeds, Heart Fruit Seeds +aoa3:holly_top_seeds, Holly Top Seeds +aoa3:lunacrike_seeds, Lunacrike Seeds +aoa3:luna_globe_seeds, Luna Globe Seeds +aoa3:lunalon_seeds, Lunalon Seeds +aoa3:magic_marang_seeds, Magic Marang Seeds +aoa3:rosidon_seeds, Rosidon Seeds +aoa3:tea_seeds, Tea Seeds +aoa3:thorny_plant_seeds, Thorny Plant Seeds +aoa3:trilliad_seeds, Trilliad Seeds +aoa3:outlaw_disc, Music Disc +aoa3:caverns_disc, Music Disc +aoa3:amethyst_sword, Amethyst Sword +aoa3:baron_sword, Baron Sword +aoa3:bloodfury, Bloodfury +aoa3:bloodstone_sword, Bloodstone Sword +aoa3:candlefire_sword, Candlefire Sword +aoa3:caramel_carver, Caramel Carver +aoa3:coralstorm_sword, Coralstorm Sword +aoa3:creepified_sword, Creepified Sword +aoa3:crystallite_sword, Crystallite Sword +aoa3:emberstone_sword, Emberstone Sword +aoa3:explochron_sword, Explochron Sword +aoa3:fireborne_sword, Fireborne Sword +aoa3:guardians_sword, Guardian's Sword +aoa3:harvester_sword, Harvester Sword +aoa3:holy_sword, Holy Sword +aoa3:illusion_sword, Illusion Sword +aoa3:jade_sword, Jade Sword +aoa3:legbone_sword, Legbone Sword +aoa3:lights_way, Light's Way +aoa3:limonite_sword, Limonite Sword +aoa3:nethengeic_sword, Nethengeic Sword +aoa3:primal_sword, Primal Sword +aoa3:rockbasher_sword, Rockbasher Sword +aoa3:rock_pick_sword, Rock-Pick Sword +aoa3:rosidian_sword, Rosidian Sword +aoa3:rosite_sword, Rosite Sword +aoa3:runic_sword, Runic Sword +aoa3:sapphire_sword, Sapphire Sword +aoa3:shadow_sword, Shadow Sword +aoa3:shroomus_sword, Shroomus Sword +aoa3:skeletal_sword, Skeletal Sword +aoa3:supremacy_sword, Supremacy Sword +aoa3:sweet_sword, Sweet Sword +aoa3:troll_basher_axe, Troll-Basher Axe +aoa3:ultraflame, Ultraflame +aoa3:void_sword, Void Sword +aoa3:baron_greatblade, Baron Greatblade +aoa3:bloodlurker, Bloodlurker +aoa3:candy_blade, Candy Blade +aoa3:coral_greatblade, Coral Greatblade +aoa3:cotton_crusher, Cotton Crusher +aoa3:creepoid_greatblade, Creepoid Greatblade +aoa3:crystal_greatblade, Crystal Greatblade +aoa3:erebon_scythe, Erebon Scythe +aoa3:gods_greatblade, God's Greatblade +aoa3:goofy_greatblade, Goofy Greatblade +aoa3:haunted_greatblade, Haunted Greatblade +aoa3:knights_guard, Knight's Guard +aoa3:lelyetian_greatblade, Lelyetian Greatblade +aoa3:lunar_greatblade, Lunar Greatblade +aoa3:luxon_scythe, Luxon Scythe +aoa3:lyonic_greatblade, Lyonic Greatblade +aoa3:millennium_greatblade, Millennium Greatblade +aoa3:noxious_greatblade, Noxious Greatblade +aoa3:pluton_scythe, Pluton Scythe +aoa3:primordial_greatblade, Primordial Greatblade +aoa3:rosidian_greatblade, Rosidian Greatblade +aoa3:royal_greatblade, Royal Greatblade +aoa3:runic_greatblade, Runic Greatblade +aoa3:selyan_scythe, Selyan Scythe +aoa3:shroomic_greatblade, Shroomic Greatblade +aoa3:shyre_sword, Shyre Sword +aoa3:subterranean_greatblade, Subterranean Greatblade +aoa3:tidal_greatblade, Tidal Greatblade +aoa3:underworld_greatblade, Underworld Greatblade +aoa3:coralstone_maul, Coralstone Maul +aoa3:crystal_maul, Crystal Maul +aoa3:electron_maul, Electron Maul +aoa3:horizon_maul, Horizon Maul +aoa3:vulcammer_maul, Vulcammer Maul +aoa3:abominator, Abominator +aoa3:apoco_assault_rifle, Apoco Assault Rifle +aoa3:apoco_rifle, Apoco Rifle +aoa3:aqua_magnum, Aqua Magnum +aoa3:artifact, Artifact +aoa3:baronator, Baronator +aoa3:bayonette_rifle, Bayonette Rifle +aoa3:big_top, Big Top +aoa3:blood_iron, Blood Iron +aoa3:chain_wrecker, Chain Wrecker +aoa3:chilli_chugger, Chilli Chugger +aoa3:clownershot, Clownershot +aoa3:construct, Construct +aoa3:coral_clogger, Coral Clogger +aoa3:core_rifle, Core Rifle +aoa3:crystal_carver, Crystal Carver +aoa3:cyclone, Cyclone +aoa3:darkener, Darkener +aoa3:dart_gun, Dart Gun +aoa3:destruction_rifle, Destruction Rifle +aoa3:discharge_rifle, Discharge Rifle +aoa3:draco, Draco +aoa3:dragilator, Dragilator +aoa3:dustometer, Dustometer +aoa3:echo_gull, Echo Gull +aoa3:electinator, Electinator +aoa3:flame_wrecker, Flame Wrecker +aoa3:flaming_fury, Flaming Fury +aoa3:floro_rifle, Floro Rifle +aoa3:flowers_fury, Flower's Fury +aoa3:frosticator, Frosticator +aoa3:gardener, Gardener +aoa3:gauge_rifle, Gauge Rifle +aoa3:germinator, Germinator +aoa3:golden_fury, Golden Fury +aoa3:happy_haunter, Happy Haunter +aoa3:haunter_rifle, Haunter Rifle +aoa3:heat_wave, Heat Wave +aoa3:hiver, Hiver +aoa3:hot_shot, Hot Shot +aoa3:hunters_rifle, Hunter's Rifle +aoa3:iominator, Iominator +aoa3:ion_revolver, Ion Revolver +aoa3:iro_rifle, Iro Rifle +aoa3:krilinator, Krilinator +aoa3:light_iron, Light Iron +aoa3:lunar_assault_rifle, Lunar Assault Rifle +aoa3:mechanical_assault_rifle, Mechanical Assault Rifle +aoa3:megagun, Megagun +aoa3:miasma, Miasma +aoa3:minigun, Minigun +aoa3:mint_magnum, Mint Magnum +aoa3:mk, MK +aoa3:mk_fung, MK-Fung +aoa3:nethenette_rifle, Nethenette Rifle +aoa3:nethengeic_slugger, Nethengeic Slugger +aoa3:overshot, Overshot +aoa3:precasian_slugger, Precasian Slugger +aoa3:predator, Predator +aoa3:predigun, Predigun +aoa3:pulsator, Pulsator +aoa3:purity_rifle, Purity Rifle +aoa3:rocker_rifle, Rocker Rifle +aoa3:roulette, Roulette +aoa3:shoe_flinger, Shoe Flinger +aoa3:skullette, Skullette +aoa3:skullifact, Skullifact +aoa3:spectacle, Spectacle +aoa3:spine_gun, Spine Gun +aoa3:squad_gun, Squad Gun +aoa3:stampede, Stampede +aoa3:stormer, Stormer +aoa3:sublimus, Sublimus +aoa3:tiger_tommy, Tiger Tommy +aoa3:tommy, Tommy +aoa3:vile_vanquisher, Vile Vanquisher +aoa3:wart_gun, Wart Gun +aoa3:wrecker, Wrecker +aoa3:abyssro, Abyssro +aoa3:amplifier, Amplifier +aoa3:blast_barrel, Blast Barrel +aoa3:blue_barrel, Blue Barrel +aoa3:boulder, Boulder +aoa3:brown_blaster, Brown Blaster +aoa3:demolisher, Demolisher +aoa3:destruction_shotgun, Destruction Shotgun +aoa3:discharge_shotgun, Discharge Shotgun +aoa3:gimmick, Gimmick +aoa3:ginger_blaster, Ginger Blaster +aoa3:long_shot, Long Shot +aoa3:mechyro, Mechyro +aoa3:purity_shotgun, Purity Shotgun +aoa3:purple_punisher, Purple Punisher +aoa3:red_rocket, Red Rocket +aoa3:vivo, Vivo +aoa3:baron_ssr, Baron SSR +aoa3:bayonette_sr, Bayonette SR +aoa3:bolt_rifle, Bolt Rifle +aoa3:camo_rifle, Camo Rifle +aoa3:clown_cracker, Clown Cracker +aoa3:clownimator, Clownimator +aoa3:crystaneer, Crystaneer +aoa3:dark_beast, Dark Beast +aoa3:deadlock, Deadlock +aoa3:decimator, Decimator +aoa3:discharge_sniper, Discharge Sniper +aoa3:dual_sight, Dual Sight +aoa3:duster, Duster +aoa3:floro500, Floro500 +aoa3:head_hunter, Head Hunter +aoa3:hive_cracker, Hive Cracker +aoa3:ka500, Ka500 +aoa3:mark_maker, Mark Maker +aoa3:mineral, Mineral +aoa3:monster, Monster +aoa3:moon_maker, Moon Maker +aoa3:rosid_rifle, Rosid Rifle +aoa3:sabbath, Sabbath +aoa3:sludge_sniper, Sludge Sniper +aoa3:sweet_tooth, Sweet Tooth +aoa3:terminator, Terminator +aoa3:viper1, Viper-1 +aoa3:ancient_bomber, Ancient Bomber +aoa3:ancient_discharger, Ancient Discharger +aoa3:aqua_cannon, Aqua Cannon +aoa3:balloon_bomber, Balloon Bomber +aoa3:big_blast, Big Blast +aoa3:blast_cannon, Blast Cannon +aoa3:blissful_blast, Blissful Blast +aoa3:bomb_launcher, Bomb Launcher +aoa3:boom_boom, Boom Boom +aoa3:boom_cannon, Boom Cannon +aoa3:boulder_bomber, Boulder Bomber +aoa3:bozo_blaster, Bozo Blaster +aoa3:bulb_cannon, Bulb Cannon +aoa3:carrot_cannon, Carrot Cannon +aoa3:clown_cannon, Clown Cannon +aoa3:clowno_pulse, Clowno-Pulse +aoa3:coral_cannon, Coral Cannon +aoa3:discharge_cannon, Discharge Cannon +aoa3:energy_cannon, Energy Cannon +aoa3:erebon_stickler, Erebon Stickler +aoa3:floro_rpg, Floro RPG +aoa3:flower_cannon, Flower Cannon +aoa3:fungal_cannon, Fungal Cannon +aoa3:ghast_blaster, Ghast Blaster +aoa3:ghoul_cannon, Ghoul Cannon +aoa3:giga_cannon, Giga-Cannon +aoa3:golder_bomber, Golder Bomber +aoa3:hive_blaster, Hive Blaster +aoa3:hive_howitzer, Hive Howitzer +aoa3:iro_cannon, Iro Cannon +aoa3:jack_funger, Jack Funger +aoa3:jack_rocker, Jack Rocker +aoa3:luxon_stickler, Luxon Stickler +aoa3:mecha_cannon, Mecha Cannon +aoa3:mini_cannon, Mini-Cannon +aoa3:missile_maker, Missile Maker +aoa3:moon_cannon, Moon Cannon +aoa3:pluton_stickler, Pluton Stickler +aoa3:predatorian_blaster, Predatorian Blaster +aoa3:pulse_cannon, Pulse Cannon +aoa3:rpg, RPG +aoa3:selyan_stickler, Selyan Stickler +aoa3:shadow_blaster, Shadow Blaster +aoa3:shyre_blaster, Shyre Blaster +aoa3:smile_blaster, Smile Blaster +aoa3:super_cannon, Super-Cannon +aoa3:ultra_cannon, Ultra-Cannon +aoa3:vox_cannon, Vox Cannon +aoa3:water_balloon_bomber, Water-Balloon Bomber +aoa3:wither_cannon, Wither Cannon +aoa3:grenade, Grenade +aoa3:slice_star, Slice Star +aoa3:chakram, Chakram +aoa3:goo_ball, Goo Ball +aoa3:vulkram, Vulkram +aoa3:hellfire, Hellfire +aoa3:runic_bomb, Runic Bomb +aoa3:vulcane, Vulcane +aoa3:battle_vulcane, Vulcane: Battle +aoa3:equality_vulcane, Vulcane: Equality +aoa3:fire_vulcane, Vulcane: Fire +aoa3:impairment_vulcane, Vulcane: Impairment +aoa3:poison_vulcane, Vulcane: Poison +aoa3:power_vulcane, Vulcane: Power +aoa3:wither_vulcane, Vulcane: Wither +aoa3:alacrity_bow, Alacrity Bow +aoa3:ancient_bow, Ancient Bow +aoa3:atlantic_bow, Atlantic Bow +aoa3:baron_bow, Baron Bow +aoa3:boreic_bow, Boreic Bow +aoa3:daybreaker_bow, Daybreaker Bow +aoa3:deep_bow, Deep Bow +aoa3:explosive_bow, Explosive Bow +aoa3:haunted_bow, Haunted Bow +aoa3:ice_bow, Ice Bow +aoa3:infernal_bow, Infernal Bow +aoa3:justice_bow, Justice Bow +aoa3:lunar_bow, Lunar Bow +aoa3:mecha_bow, Mecha Bow +aoa3:nightmare_bow, Nightmare Bow +aoa3:poison_bow, Poison Bow +aoa3:predatious_bow, Predatious Bow +aoa3:primordial_bow, Primordial Bow +aoa3:rosidian_bow, Rosidian Bow +aoa3:runic_bow, Runic Bow +aoa3:screamer_bow, Screamer Bow +aoa3:shyregem_bow, Shyregem Bow +aoa3:skeletal_bow, Skeletal Bow +aoa3:skydriver_bow, Skydriver Bow +aoa3:slingshot, Slingshot +aoa3:soulfire_bow, Soulfire Bow +aoa3:spectral_bow, Spectral Bow +aoa3:speed_bow, Speed Bow +aoa3:sunshine_bow, Sunshine Bow +aoa3:toxin_bow, Toxin Bow +aoa3:void_bow, Void Bow +aoa3:weaken_bow, Weaken Bow +aoa3:wither_bow, Wither Bow +aoa3:coral_archergun, Coral Archergun +aoa3:lunar_archergun, Lunar Archergun +aoa3:mecha_archergun, Mecha Archergun +aoa3:pyro_archergun, Pyro Archergun +aoa3:rosidian_archergun, Rosidian Archergun +aoa3:skeletal_archergun, Skeletal Archergun +aoa3:spectral_archergun, Spectral Archergun +aoa3:trolls_archergun, Trolls Archergun +aoa3:viral_archergun, Viral Archergun +aoa3:aquatic_staff, Aquatic Staff +aoa3:atlantic_staff, Atlantic Staff +aoa3:baron_staff, Baron Staff +aoa3:candy_staff, Candy Staff +aoa3:celestial_staff, Celestial Staff +aoa3:concussion_staff, Concussion Staff +aoa3:coral_staff, Coral Staff +aoa3:crystal_staff, Crystal Staff +aoa3:crystik_staff, Crystik Staff +aoa3:cryston_staff, Cryston Staff +aoa3:destruction_staff, Destruction Staff +aoa3:ember_staff, Ember Staff +aoa3:everfight_staff, Everfight Staff +aoa3:evermight_staff, Evermight Staff +aoa3:fire_staff, Fire Staff +aoa3:firefly_staff, Firefly Staff +aoa3:firestorm_staff, Firestorm Staff +aoa3:fungal_staff, Fungal Staff +aoa3:ghoul_staff, Ghoul Staff +aoa3:haunters_staff, Haunter's Staff +aoa3:hive_staff, Hive Staff +aoa3:joker_staff, Joker Staff +aoa3:kaiyu_staff, Kaiyu Staff +aoa3:lightning_staff, Lightning Staff +aoa3:lightshine, Lightshine +aoa3:lunar_staff, Lunar Staff +aoa3:lyonic_staff, Lyonic Staff +aoa3:mecha_staff, Mecha Staff +aoa3:meteor_staff, Meteor Staff +aoa3:moonlight_staff, Moonlight Staff +aoa3:nature_staff, Nature Staff +aoa3:nightmare_staff, Nightmare Staff +aoa3:noxious_staff, Noxious Staff +aoa3:phantom_staff, Phantom Staff +aoa3:poison_staff, Poison Staff +aoa3:power_staff, Power Staff +aoa3:primordial_staff, Primordial Staff +aoa3:reef_staff, Reef Staff +aoa3:rejuvenation_staff, Rejuvenation Staff +aoa3:rosidian_staff, Rosidian Staff +aoa3:runic_staff, Runic Staff +aoa3:shadowlord_staff, Shadowlord Staff +aoa3:show_staff, Show Staff +aoa3:shyre_staff, Shyre Staff +aoa3:sky_staff, Sky Staff +aoa3:striker_staff, Striker Staff +aoa3:sun_staff, Sun Staff +aoa3:surge_staff, Surge Staff +aoa3:tangle_staff, Tangle Staff +aoa3:ultimatum_staff, Ultimatum Staff +aoa3:underworld_staff, Underworld Staff +aoa3:warlock_staff, Warlock Staff +aoa3:water_staff, Water Staff +aoa3:web_staff, Web Staff +aoa3:wind_staff, Wind Staff +aoa3:wither_staff, Wither Staff +aoa3:wizards_staff, Wizard's Staff +aoa3:apoco_shower, Apoco Shower +aoa3:atomizer, Atomizer +aoa3:beamer, Beamer +aoa3:blast_chiller, Blast Chiller +aoa3:blood_drainer, Blood Drainer +aoa3:bone_blaster, Bone Blaster +aoa3:bubble_horn, Bubble Horn +aoa3:colour_cannon, Colour Cannon +aoa3:confetti_cannon, Confetti Cannon +aoa3:confetti_cluster, Confetti Cluster +aoa3:dark_destroyer, Dark Destroyer +aoa3:darkly_guster, Darkly Guster +aoa3:death_ray, Death Ray +aoa3:doom_bringer, Doom Bringer +aoa3:eradicator, Eradicator +aoa3:experiment_w801, Experiment W-801 +aoa3:flowercorne, Flowercorne +aoa3:fragment, Fragment +aoa3:froster, Froster +aoa3:gas_blaster, Gas Blaster +aoa3:ghoul_gasser, Ghoul Gasser +aoa3:gold_bringer, Gold Bringer +aoa3:gravity_blaster, Gravity Blaster +aoa3:hell_horn, Hell Horn +aoa3:illusion_revolver, Illusion Revolver +aoa3:illusion_smg, Illusion SMG +aoa3:ion_blaster, Ion Blaster +aoa3:iro_miner, Iro Miner +aoa3:laser_blaster, Laser Blaster +aoa3:light_blaster, Light Blaster +aoa3:light_spark, Light Spark +aoa3:luna_blaster, Luna Blaster +aoa3:mecha_blaster, Mecha Blaster +aoa3:mind_blaster, Mind Blaster +aoa3:moon_destroyer, Moon Destroyer +aoa3:moon_shiner, Moon Shiner +aoa3:odious, Odious +aoa3:orbocron, Orb-O-Cron +aoa3:paralyzer, Paralyzer +aoa3:party_popper, Party Popper +aoa3:poison_plunger, Poison Plunger +aoa3:power_ray, Power Ray +aoa3:proton, Proton +aoa3:reefer, Reefer +aoa3:revolution, Revolution +aoa3:seaocron, Sea-O-Cron +aoa3:skullo_blaster, Skullo Blaster +aoa3:soul_drainer, Soul Drainer +aoa3:soul_spark, Soul Spark +aoa3:soul_storm, Soul Storm +aoa3:spirit_shower, Spirit Shower +aoa3:swarmotron, Swarm-O-Tron +aoa3:toxic_terrorizer, Toxic Terrorizer +aoa3:vortex_blaster, Vortex Blaster +aoa3:whimsy_winder, Whimsy Winder +aoa3:withers_wrath, Wither's Wrath aoa3:abyss_stone, Abyssal Stone aoa3:barathos_hellstone, Barathos Hellstone aoa3:baron_stone, Baron Stone @@ -32275,1106 +33579,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 -aoa3:amethyst_sword, Amethyst Sword -aoa3:baron_sword, Baron Sword -aoa3:bloodfury, Bloodfury -aoa3:bloodstone_sword, Bloodstone Sword -aoa3:candlefire_sword, Candlefire Sword -aoa3:caramel_carver, Caramel Carver -aoa3:coralstorm_sword, Coralstorm Sword -aoa3:creepified_sword, Creepified Sword -aoa3:crystallite_sword, Crystallite Sword -aoa3:emberstone_sword, Emberstone Sword -aoa3:explochron_sword, Explochron Sword -aoa3:fireborne_sword, Fireborne Sword -aoa3:guardians_sword, Guardian's Sword -aoa3:harvester_sword, Harvester Sword -aoa3:holy_sword, Holy Sword -aoa3:illusion_sword, Illusion Sword -aoa3:jade_sword, Jade Sword -aoa3:legbone_sword, Legbone Sword -aoa3:lights_way, Light's Way -aoa3:limonite_sword, Limonite Sword -aoa3:nethengeic_sword, Nethengeic Sword -aoa3:primal_sword, Primal Sword -aoa3:rockbasher_sword, Rockbasher Sword -aoa3:rock_pick_sword, Rock-Pick Sword -aoa3:rosidian_sword, Rosidian Sword -aoa3:rosite_sword, Rosite Sword -aoa3:runic_sword, Runic Sword -aoa3:sapphire_sword, Sapphire Sword -aoa3:shadow_sword, Shadow Sword -aoa3:shroomus_sword, Shroomus Sword -aoa3:skeletal_sword, Skeletal Sword -aoa3:supremacy_sword, Supremacy Sword -aoa3:sweet_sword, Sweet Sword -aoa3:troll_basher_axe, Troll-Basher Axe -aoa3:ultraflame, Ultraflame -aoa3:void_sword, Void Sword -aoa3:baron_greatblade, Baron Greatblade -aoa3:bloodlurker, Bloodlurker -aoa3:candy_blade, Candy Blade -aoa3:coral_greatblade, Coral Greatblade -aoa3:cotton_crusher, Cotton Crusher -aoa3:creepoid_greatblade, Creepoid Greatblade -aoa3:crystal_greatblade, Crystal Greatblade -aoa3:erebon_scythe, Erebon Scythe -aoa3:gods_greatblade, God's Greatblade -aoa3:goofy_greatblade, Goofy Greatblade -aoa3:haunted_greatblade, Haunted Greatblade -aoa3:knights_guard, Knight's Guard -aoa3:lelyetian_greatblade, Lelyetian Greatblade -aoa3:lunar_greatblade, Lunar Greatblade -aoa3:luxon_scythe, Luxon Scythe -aoa3:lyonic_greatblade, Lyonic Greatblade -aoa3:millennium_greatblade, Millennium Greatblade -aoa3:noxious_greatblade, Noxious Greatblade -aoa3:pluton_scythe, Pluton Scythe -aoa3:primordial_greatblade, Primordial Greatblade -aoa3:rosidian_greatblade, Rosidian Greatblade -aoa3:royal_greatblade, Royal Greatblade -aoa3:runic_greatblade, Runic Greatblade -aoa3:selyan_scythe, Selyan Scythe -aoa3:shroomic_greatblade, Shroomic Greatblade -aoa3:shyre_sword, Shyre Sword -aoa3:subterranean_greatblade, Subterranean Greatblade -aoa3:tidal_greatblade, Tidal Greatblade -aoa3:underworld_greatblade, Underworld Greatblade -aoa3:coralstone_maul, Coralstone Maul -aoa3:crystal_maul, Crystal Maul -aoa3:electron_maul, Electron Maul -aoa3:horizon_maul, Horizon Maul -aoa3:vulcammer_maul, Vulcammer Maul -aoa3:abominator, Abominator -aoa3:apoco_assault_rifle, Apoco Assault Rifle -aoa3:apoco_rifle, Apoco Rifle -aoa3:aqua_magnum, Aqua Magnum -aoa3:artifact, Artifact -aoa3:baronator, Baronator -aoa3:bayonette_rifle, Bayonette Rifle -aoa3:big_top, Big Top -aoa3:blood_iron, Blood Iron -aoa3:chain_wrecker, Chain Wrecker -aoa3:chilli_chugger, Chilli Chugger -aoa3:clownershot, Clownershot -aoa3:construct, Construct -aoa3:coral_clogger, Coral Clogger -aoa3:core_rifle, Core Rifle -aoa3:crystal_carver, Crystal Carver -aoa3:cyclone, Cyclone -aoa3:darkener, Darkener -aoa3:dart_gun, Dart Gun -aoa3:destruction_rifle, Destruction Rifle -aoa3:discharge_rifle, Discharge Rifle -aoa3:draco, Draco -aoa3:dragilator, Dragilator -aoa3:dustometer, Dustometer -aoa3:echo_gull, Echo Gull -aoa3:electinator, Electinator -aoa3:flame_wrecker, Flame Wrecker -aoa3:flaming_fury, Flaming Fury -aoa3:floro_rifle, Floro Rifle -aoa3:flowers_fury, Flower's Fury -aoa3:frosticator, Frosticator -aoa3:gardener, Gardener -aoa3:gauge_rifle, Gauge Rifle -aoa3:germinator, Germinator -aoa3:golden_fury, Golden Fury -aoa3:happy_haunter, Happy Haunter -aoa3:haunter_rifle, Haunter Rifle -aoa3:heat_wave, Heat Wave -aoa3:hiver, Hiver -aoa3:hot_shot, Hot Shot -aoa3:hunters_rifle, Hunter's Rifle -aoa3:iominator, Iominator -aoa3:ion_revolver, Ion Revolver -aoa3:iro_rifle, Iro Rifle -aoa3:krilinator, Krilinator -aoa3:light_iron, Light Iron -aoa3:lunar_assault_rifle, Lunar Assault Rifle -aoa3:mechanical_assault_rifle, Mechanical Assault Rifle -aoa3:megagun, Megagun -aoa3:miasma, Miasma -aoa3:minigun, Minigun -aoa3:mint_magnum, Mint Magnum -aoa3:mk, MK -aoa3:mk_fung, MK-Fung -aoa3:nethenette_rifle, Nethenette Rifle -aoa3:nethengeic_slugger, Nethengeic Slugger -aoa3:overshot, Overshot -aoa3:precasian_slugger, Precasian Slugger -aoa3:predator, Predator -aoa3:predigun, Predigun -aoa3:pulsator, Pulsator -aoa3:purity_rifle, Purity Rifle -aoa3:rocker_rifle, Rocker Rifle -aoa3:roulette, Roulette -aoa3:shoe_flinger, Shoe Flinger -aoa3:skullette, Skullette -aoa3:skullifact, Skullifact -aoa3:spectacle, Spectacle -aoa3:spine_gun, Spine Gun -aoa3:squad_gun, Squad Gun -aoa3:stampede, Stampede -aoa3:stormer, Stormer -aoa3:sublimus, Sublimus -aoa3:tiger_tommy, Tiger Tommy -aoa3:tommy, Tommy -aoa3:vile_vanquisher, Vile Vanquisher -aoa3:wart_gun, Wart Gun -aoa3:wrecker, Wrecker -aoa3:abyssro, Abyssro -aoa3:amplifier, Amplifier -aoa3:blast_barrel, Blast Barrel -aoa3:blue_barrel, Blue Barrel -aoa3:boulder, Boulder -aoa3:brown_blaster, Brown Blaster -aoa3:demolisher, Demolisher -aoa3:destruction_shotgun, Destruction Shotgun -aoa3:discharge_shotgun, Discharge Shotgun -aoa3:gimmick, Gimmick -aoa3:ginger_blaster, Ginger Blaster -aoa3:long_shot, Long Shot -aoa3:mechyro, Mechyro -aoa3:purity_shotgun, Purity Shotgun -aoa3:purple_punisher, Purple Punisher -aoa3:red_rocket, Red Rocket -aoa3:vivo, Vivo -aoa3:baron_ssr, Baron SSR -aoa3:bayonette_sr, Bayonette SR -aoa3:bolt_rifle, Bolt Rifle -aoa3:camo_rifle, Camo Rifle -aoa3:clown_cracker, Clown Cracker -aoa3:clownimator, Clownimator -aoa3:crystaneer, Crystaneer -aoa3:dark_beast, Dark Beast -aoa3:deadlock, Deadlock -aoa3:decimator, Decimator -aoa3:discharge_sniper, Discharge Sniper -aoa3:dual_sight, Dual Sight -aoa3:duster, Duster -aoa3:floro500, Floro500 -aoa3:head_hunter, Head Hunter -aoa3:hive_cracker, Hive Cracker -aoa3:ka500, Ka500 -aoa3:mark_maker, Mark Maker -aoa3:mineral, Mineral -aoa3:monster, Monster -aoa3:moon_maker, Moon Maker -aoa3:rosid_rifle, Rosid Rifle -aoa3:sabbath, Sabbath -aoa3:sludge_sniper, Sludge Sniper -aoa3:sweet_tooth, Sweet Tooth -aoa3:terminator, Terminator -aoa3:viper1, Viper-1 -aoa3:ancient_bomber, Ancient Bomber -aoa3:ancient_discharger, Ancient Discharger -aoa3:aqua_cannon, Aqua Cannon -aoa3:balloon_bomber, Balloon Bomber -aoa3:big_blast, Big Blast -aoa3:blast_cannon, Blast Cannon -aoa3:blissful_blast, Blissful Blast -aoa3:bomb_launcher, Bomb Launcher -aoa3:boom_boom, Boom Boom -aoa3:boom_cannon, Boom Cannon -aoa3:boulder_bomber, Boulder Bomber -aoa3:bozo_blaster, Bozo Blaster -aoa3:bulb_cannon, Bulb Cannon -aoa3:carrot_cannon, Carrot Cannon -aoa3:clown_cannon, Clown Cannon -aoa3:clowno_pulse, Clowno-Pulse -aoa3:coral_cannon, Coral Cannon -aoa3:discharge_cannon, Discharge Cannon -aoa3:energy_cannon, Energy Cannon -aoa3:erebon_stickler, Erebon Stickler -aoa3:floro_rpg, Floro RPG -aoa3:flower_cannon, Flower Cannon -aoa3:fungal_cannon, Fungal Cannon -aoa3:ghast_blaster, Ghast Blaster -aoa3:ghoul_cannon, Ghoul Cannon -aoa3:giga_cannon, Giga-Cannon -aoa3:golder_bomber, Golder Bomber -aoa3:hive_blaster, Hive Blaster -aoa3:hive_howitzer, Hive Howitzer -aoa3:iro_cannon, Iro Cannon -aoa3:jack_funger, Jack Funger -aoa3:jack_rocker, Jack Rocker -aoa3:luxon_stickler, Luxon Stickler -aoa3:mecha_cannon, Mecha Cannon -aoa3:mini_cannon, Mini-Cannon -aoa3:missile_maker, Missile Maker -aoa3:moon_cannon, Moon Cannon -aoa3:pluton_stickler, Pluton Stickler -aoa3:predatorian_blaster, Predatorian Blaster -aoa3:pulse_cannon, Pulse Cannon -aoa3:rpg, RPG -aoa3:selyan_stickler, Selyan Stickler -aoa3:shadow_blaster, Shadow Blaster -aoa3:shyre_blaster, Shyre Blaster -aoa3:smile_blaster, Smile Blaster -aoa3:super_cannon, Super-Cannon -aoa3:ultra_cannon, Ultra-Cannon -aoa3:vox_cannon, Vox Cannon -aoa3:water_balloon_bomber, Water-Balloon Bomber -aoa3:wither_cannon, Wither Cannon -aoa3:grenade, Grenade -aoa3:slice_star, Slice Star -aoa3:chakram, Chakram -aoa3:goo_ball, Goo Ball -aoa3:vulkram, Vulkram -aoa3:hellfire, Hellfire -aoa3:runic_bomb, Runic Bomb -aoa3:vulcane, Vulcane -aoa3:battle_vulcane, Vulcane: Battle -aoa3:equality_vulcane, Vulcane: Equality -aoa3:fire_vulcane, Vulcane: Fire -aoa3:impairment_vulcane, Vulcane: Impairment -aoa3:poison_vulcane, Vulcane: Poison -aoa3:power_vulcane, Vulcane: Power -aoa3:wither_vulcane, Vulcane: Wither -aoa3:alacrity_bow, Alacrity Bow -aoa3:ancient_bow, Ancient Bow -aoa3:atlantic_bow, Atlantic Bow -aoa3:baron_bow, Baron Bow -aoa3:boreic_bow, Boreic Bow -aoa3:daybreaker_bow, Daybreaker Bow -aoa3:deep_bow, Deep Bow -aoa3:explosive_bow, Explosive Bow -aoa3:haunted_bow, Haunted Bow -aoa3:ice_bow, Ice Bow -aoa3:infernal_bow, Infernal Bow -aoa3:justice_bow, Justice Bow -aoa3:lunar_bow, Lunar Bow -aoa3:mecha_bow, Mecha Bow -aoa3:nightmare_bow, Nightmare Bow -aoa3:poison_bow, Poison Bow -aoa3:predatious_bow, Predatious Bow -aoa3:primordial_bow, Primordial Bow -aoa3:rosidian_bow, Rosidian Bow -aoa3:runic_bow, Runic Bow -aoa3:screamer_bow, Screamer Bow -aoa3:shyregem_bow, Shyregem Bow -aoa3:skeletal_bow, Skeletal Bow -aoa3:skydriver_bow, Skydriver Bow -aoa3:slingshot, Slingshot -aoa3:soulfire_bow, Soulfire Bow -aoa3:spectral_bow, Spectral Bow -aoa3:speed_bow, Speed Bow -aoa3:sunshine_bow, Sunshine Bow -aoa3:toxin_bow, Toxin Bow -aoa3:void_bow, Void Bow -aoa3:weaken_bow, Weaken Bow -aoa3:wither_bow, Wither Bow -aoa3:coral_archergun, Coral Archergun -aoa3:lunar_archergun, Lunar Archergun -aoa3:mecha_archergun, Mecha Archergun -aoa3:pyro_archergun, Pyro Archergun -aoa3:rosidian_archergun, Rosidian Archergun -aoa3:skeletal_archergun, Skeletal Archergun -aoa3:spectral_archergun, Spectral Archergun -aoa3:trolls_archergun, Trolls Archergun -aoa3:viral_archergun, Viral Archergun -aoa3:aquatic_staff, Aquatic Staff -aoa3:atlantic_staff, Atlantic Staff -aoa3:baron_staff, Baron Staff -aoa3:candy_staff, Candy Staff -aoa3:celestial_staff, Celestial Staff -aoa3:concussion_staff, Concussion Staff -aoa3:coral_staff, Coral Staff -aoa3:crystal_staff, Crystal Staff -aoa3:crystik_staff, Crystik Staff -aoa3:cryston_staff, Cryston Staff -aoa3:destruction_staff, Destruction Staff -aoa3:ember_staff, Ember Staff -aoa3:everfight_staff, Everfight Staff -aoa3:evermight_staff, Evermight Staff -aoa3:fire_staff, Fire Staff -aoa3:firefly_staff, Firefly Staff -aoa3:firestorm_staff, Firestorm Staff -aoa3:fungal_staff, Fungal Staff -aoa3:ghoul_staff, Ghoul Staff -aoa3:haunters_staff, Haunter's Staff -aoa3:hive_staff, Hive Staff -aoa3:joker_staff, Joker Staff -aoa3:kaiyu_staff, Kaiyu Staff -aoa3:lightning_staff, Lightning Staff -aoa3:lightshine, Lightshine -aoa3:lunar_staff, Lunar Staff -aoa3:lyonic_staff, Lyonic Staff -aoa3:mecha_staff, Mecha Staff -aoa3:meteor_staff, Meteor Staff -aoa3:moonlight_staff, Moonlight Staff -aoa3:nature_staff, Nature Staff -aoa3:nightmare_staff, Nightmare Staff -aoa3:noxious_staff, Noxious Staff -aoa3:phantom_staff, Phantom Staff -aoa3:poison_staff, Poison Staff -aoa3:power_staff, Power Staff -aoa3:primordial_staff, Primordial Staff -aoa3:reef_staff, Reef Staff -aoa3:rejuvenation_staff, Rejuvenation Staff -aoa3:rosidian_staff, Rosidian Staff -aoa3:runic_staff, Runic Staff -aoa3:shadowlord_staff, Shadowlord Staff -aoa3:show_staff, Show Staff -aoa3:shyre_staff, Shyre Staff -aoa3:sky_staff, Sky Staff -aoa3:striker_staff, Striker Staff -aoa3:sun_staff, Sun Staff -aoa3:surge_staff, Surge Staff -aoa3:tangle_staff, Tangle Staff -aoa3:ultimatum_staff, Ultimatum Staff -aoa3:underworld_staff, Underworld Staff -aoa3:warlock_staff, Warlock Staff -aoa3:water_staff, Water Staff -aoa3:web_staff, Web Staff -aoa3:wind_staff, Wind Staff -aoa3:wither_staff, Wither Staff -aoa3:wizards_staff, Wizard's Staff -aoa3:apoco_shower, Apoco Shower -aoa3:atomizer, Atomizer -aoa3:beamer, Beamer -aoa3:blast_chiller, Blast Chiller -aoa3:blood_drainer, Blood Drainer -aoa3:bone_blaster, Bone Blaster -aoa3:bubble_horn, Bubble Horn -aoa3:colour_cannon, Colour Cannon -aoa3:confetti_cannon, Confetti Cannon -aoa3:confetti_cluster, Confetti Cluster -aoa3:dark_destroyer, Dark Destroyer -aoa3:darkly_guster, Darkly Guster -aoa3:death_ray, Death Ray -aoa3:doom_bringer, Doom Bringer -aoa3:eradicator, Eradicator -aoa3:experiment_w801, Experiment W-801 -aoa3:flowercorne, Flowercorne -aoa3:fragment, Fragment -aoa3:froster, Froster -aoa3:gas_blaster, Gas Blaster -aoa3:ghoul_gasser, Ghoul Gasser -aoa3:gold_bringer, Gold Bringer -aoa3:gravity_blaster, Gravity Blaster -aoa3:hell_horn, Hell Horn -aoa3:illusion_revolver, Illusion Revolver -aoa3:illusion_smg, Illusion SMG -aoa3:ion_blaster, Ion Blaster -aoa3:iro_miner, Iro Miner -aoa3:laser_blaster, Laser Blaster -aoa3:light_blaster, Light Blaster -aoa3:light_spark, Light Spark -aoa3:luna_blaster, Luna Blaster -aoa3:mecha_blaster, Mecha Blaster -aoa3:mind_blaster, Mind Blaster -aoa3:moon_destroyer, Moon Destroyer -aoa3:moon_shiner, Moon Shiner -aoa3:odious, Odious -aoa3:orbocron, Orb-O-Cron -aoa3:paralyzer, Paralyzer -aoa3:party_popper, Party Popper -aoa3:poison_plunger, Poison Plunger -aoa3:power_ray, Power Ray -aoa3:proton, Proton -aoa3:reefer, Reefer -aoa3:revolution, Revolution -aoa3:seaocron, Sea-O-Cron -aoa3:skullo_blaster, Skullo Blaster -aoa3:soul_drainer, Soul Drainer -aoa3:soul_spark, Soul Spark -aoa3:soul_storm, Soul Storm -aoa3:spirit_shower, Spirit Shower -aoa3:swarmotron, Swarm-O-Tron -aoa3:toxic_terrorizer, Toxic Terrorizer -aoa3:vortex_blaster, Vortex Blaster -aoa3:whimsy_winder, Whimsy Winder -aoa3:withers_wrath, Wither's Wrath -aoa3:balloon, Balloon -aoa3:limonite_bullet, Limonite Bullet -aoa3:cannonball, Cannonball -aoa3:chilli, Chilli -aoa3:discharge_capsule, Discharge Capsule -aoa3:holly_arrow, Holly Arrow -aoa3:spectral_holly_arrow, Glowing Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:tipped_holly_arrow:0, Tipped Holly Arrow -aoa3:metal_slug, Metal Slug -aoa3:pop_shot, Pop Shot -aoa3:spreadshot, Spreadshot -aoa3:amethyst, Ascended Amethyst -aoa3:bloodstone, Bloodstone -aoa3:crystallite, Crystallite -aoa3:gemenyte, Gemenyte -aoa3:jade, Ascended Jade -aoa3:jewelyte, Jewelyte -aoa3:ornamyte, Ornamyte -aoa3:sapphire, Ascended Sapphire -aoa3:shyregem, Shyregem -aoa3:baronyte_ingot, Baronyte Ingot -aoa3:blazium_ingot, Blazium Ingot -aoa3:elecanium_ingot, Elecanium Ingot -aoa3:emberstone_ingot, Emberstone Ingot -aoa3:ghastly_ingot, Ghastly Ingot -aoa3:ghoulish_ingot, Ghoulish Ingot -aoa3:limonite_ingot, Limonite Ingot -aoa3:lunar_ingot, Lunar Ingot -aoa3:lyon_ingot, Lyon Ingot -aoa3:mystite_ingot, Mystite Ingot -aoa3:rosite_ingot, Rosite Ingot -aoa3:rusted_iron_ingot, Rusted Iron Ingot -aoa3:shyrestone_ingot, Shyrestone Ingot -aoa3:skeletal_ingot, Skeletal Ingot -aoa3:varsium_ingot, Varsium Ingot -aoa3:runium_chunk, Runium Chunk -aoa3:chestbone_fragment, Chestbone Fragment -aoa3:footbone_fragment, Footbone Fragment -aoa3:legbone_fragment, Legbone Fragment -aoa3:skullbone_fragment, Skullbone Fragment -aoa3:charged_runium_chunk, Charged Runium Chunk -aoa3:blue_crystal, Blue Crystal -aoa3:green_crystal, Green Crystal -aoa3:purple_crystal, Purple Crystal -aoa3:red_crystal, Red Crystal -aoa3:white_crystal, White Crystal -aoa3:yellow_crystal, Yellow Crystal -aoa3:baronyte_nugget, Baronyte Nugget -aoa3:blazium_nugget, Blazium Nugget -aoa3:elecanium_nugget, Elecanium Nugget -aoa3:emberstone_nugget, Emberstone Nugget -aoa3:ghastly_nugget, Ghastly Nugget -aoa3:ghoulish_nugget, Ghoulish Nugget -aoa3:limonite_nugget, Limonite Nugget -aoa3:lunar_nugget, Lunar Nugget -aoa3:lyon_nugget, Lyon Nugget -aoa3:mystite_nugget, Mystite Nugget -aoa3:rosite_nugget, Rosite Nugget -aoa3:shyrestone_nugget, Shyrestone Nugget -aoa3:varsium_nugget, Varsium Nugget -aoa3:charged_rune, Charged Rune -aoa3:compass_rune, Compass Rune -aoa3:distortion_rune, Distortion Rune -aoa3:energy_rune, Energy Rune -aoa3:fire_rune, Fire Rune -aoa3:kinetic_rune, Kinetic Rune -aoa3:life_rune, Life Rune -aoa3:lunar_rune, Lunar Rune -aoa3:poison_rune, Poison Rune -aoa3:power_rune, Power Rune -aoa3:storm_rune, Storm Rune -aoa3:strike_rune, Strike Rune -aoa3:unpowered_rune, Unpowered Rune -aoa3:water_rune, Water Rune -aoa3:wind_rune, Wind Rune -aoa3:wither_rune, Wither Rune -aoa3:active_rune_stone, Active Rune Stone -aoa3:alien_orb, Alien Orb -aoa3:amphibiyte_lung, Amphibiyte Lung -aoa3:apoco_stone, Apoco Stone -aoa3:armour_plating, Armour Plating -aoa3:blank_slab, Blank Slab -aoa3:chitin, Chitin -aoa3:circus_coin, Circus Coin -aoa3:copper_coin, Copper Coin -aoa3:gold_coin, Gold Coin -aoa3:lunaver_coin, Lunaver Coin -aoa3:silver_coin, Silver Coin -aoa3:confetti_pile, Confetti Pile -aoa3:coral_stone, Coral Stone -aoa3:cosmic_dust, Cosmic Dust -aoa3:cup, Cup -aoa3:dark_bones, Dark Bones -aoa3:darkly_powder, Darkly Powder -aoa3:dense_rock, Dense Rock -aoa3:desert_shell, Desert Shell -aoa3:distorting_artifact, Distorting Artifact -aoa3:doom_stone, Doom Stone -aoa3:blue_druse, Blue Druse -aoa3:green_druse, Green Druse -aoa3:purple_druse, Purple Druse -aoa3:rainbow_druse, Rainbow Druse -aoa3:red_druse, Red Druse -aoa3:white_druse, White Druse -aoa3:yellow_druse, Yellow Druse -aoa3:enchanted_gunpowder, Enchanted Gunpowder -aoa3:eye_bulb, Eye Bulb -aoa3:flammable_dust, Flammable Dust -aoa3:fleshy_bones, Fleshy Bones -aoa3:floating_stone, Floating Stone -aoa3:fragmented_anima_stone, Fragmented Anima Stone -aoa3:blue_gemstones, Blue Gemstones -aoa3:green_gemstones, Green Gemstones -aoa3:purple_gemstones, Purple Gemstones -aoa3:red_gemstones, Red Gemstones -aoa3:white_gemstones, White Gemstones -aoa3:yellow_gemstones, Yellow Gemstones -aoa3:ghostly_powder, Ghostly Powder -aoa3:ghostly_stone, Ghostly Stone -aoa3:ghoulasm, Ghoulasm -aoa3:gravitator, Gravitator -aoa3:hardened_confetti_ball, Hardened Confetti Ball -aoa3:hive_chunk, Hive Chunk -aoa3:holly_top_petals, Holly Top Petals -aoa3:hydro_stone, Hydro Stone -aoa3:ice_crystal, Ice Crystal -aoa3:impure_gold, Impure Gold -aoa3:ivory, Ivory -aoa3:jungle_thorns, Jungle Thorns -aoa3:limonite_rod, Limonite Rod -aoa3:lotto_totem, Lotto Totem -aoa3:lunarade_mug, Lunarade Mug -aoa3:metal_tub, Metal Tub -aoa3:magic_mending_compound, Magic Mending Compound -aoa3:magic_mending_solution, Magic Mending Solution -aoa3:magic_repair_dust, Magic Repair Dust -aoa3:magnet_shard, Magnet Shard -aoa3:mecha_gear, Mecha Gear -aoa3:mega_rune_fragment_blue, Mega Rune Fragment -aoa3:mega_rune_fragment_green, Mega Rune Fragment -aoa3:mega_rune_fragment_red, Mega Rune Fragment -aoa3:mega_rune_fragment_yellow, Mega Rune Fragment -aoa3:millennium_upgrader, Millennium Upgrader -aoa3:molten_upgrader, Molten Upgrader -aoa3:moonstone, Moonstone -aoa3:mud_ball, Mud Ball -aoa3:mushroom_spores, Mushroom Spores -aoa3:nightmare_flakes, Nightmare Flakes -aoa3:old_boot, Old Boot -aoa3:opteryx_feather, Opteryx Feather -aoa3:orange_spores, Orange Spores -aoa3:orbulon, Orbulon -aoa3:padded_cloth, Padded Cloth -aoa3:phantasm, Phantasm -aoa3:power_core, Power Core -aoa3:primed_ghoulasm, Primed Ghoulasm -aoa3:primordial_skull, Primordial Skull -aoa3:pure_coral_stone, Pure Coral Stone -aoa3:pure_gold, Pure Gold -aoa3:pure_rain_stone, Pure Rain Stone -aoa3:rammerhead_hide, Rammerhead Hide -aoa3:realm_travel_ticket, Realm Travel Ticket -aoa3:reinforced_cloth, Reinforced Cloth -aoa3:return_crystal, Return Crystal -aoa3:rock_bones, Rock Bones -aoa3:rosid_root, Rosid Root -aoa3:rune_stone, Rune Stone -aoa3:runic_energy, Runic Energy -aoa3:scrap_metal, Scrap Metal -aoa3:scream_shield, Scream Shield -aoa3:sharp_claw, Sharp Claw -aoa3:sludge_parasite, Sludge Parasite -aoa3:small_blue_petal, Small Blue Petal -aoa3:small_green_petal, Small Green Petal -aoa3:small_orange_petal, Small Orange Petal -aoa3:small_purple_petal, Small Purple Petal -aoa3:small_red_petal, Small Red Petal -aoa3:soulbone, Soulbone -aoa3:sticky_slime, Sticky Slime -aoa3:blue_strange_stone, Blue Strange Stone -aoa3:white_strange_stone, White Strange Stone -aoa3:yellow_strange_stone, Yellow Strange Stone -aoa3:tea_shreddings, Tea Shreddings -aoa3:thorny_petals, Thorny Petals -aoa3:torn_cloth, Torn Cloth -aoa3:toxic_lump, Toxic Lump -aoa3:troll_skull, Troll Skull -aoa3:uncharged_orb, Uncharged Orb -aoa3:uncharged_stone, Uncharged Stone -aoa3:unstable_gunpowder, Unstable Gunpowder -aoa3:urka_hide, Urka Hide -aoa3:void_scales, Void Scales -aoa3:vulcane_augment_battle, Vulcane Augment: Battle -aoa3:vulcane_augment_equality, Vulcane Augment: Equality -aoa3:vulcane_augment_fire, Vulcane Augment: Fire -aoa3:vulcane_augment_impairment, Vulcane Augment: Impairment -aoa3:vulcane_augment_poison, Vulcane Augment: Poison -aoa3:vulcane_augment_power, Vulcane Augment: Power -aoa3:vulcane_augment_wither, Vulcane Augment: Wither -aoa3:weapon_parts, Weapon Parts -aoa3:whitewashing_solution, Whitewashing Solution -aoa3:worn_book, Worn Book -aoa3:yellow_spores, Yellow Spores -aoa3:zhinx_dust, Zhinx Dust -aoa3:archergun_frame, Archergun Frame -aoa3:blaster_frame, Blaster Frame -aoa3:boots_frame, Boots Frame -aoa3:leggings_frame, Leggings Frame -aoa3:chestplate_frame, Chestplate Frame -aoa3:helmet_frame, Helmet Frame -aoa3:cannon_frame, Cannon Frame -aoa3:gun_frame, Gun Frame -aoa3:shotgun_frame, Shotgun Frame -aoa3:sniper_frame, Sniper Frame -aoa3:ancient_orb, Ancient Orb -aoa3:ancient_ring, Ancient Ring -aoa3:bone_horn, Bone Horn -aoa3:book_of_shadows, Book of Shadows -aoa3:boulder_dash, Boulder Dash -aoa3:call_of_the_drake, Call of the Drake -aoa3:explosive_gems, Explosive Gems -aoa3:explosive_idol, Explosive Idol -aoa3:giant_crystal, Giant Crystal -aoa3:gold_spring, Gold Spring -aoa3:guardians_eye, Guardian's Eye -aoa3:haunted_idol, Haunted Idol -aoa3:heavy_boulder, Heavy Boulder -aoa3:hive_egg, Hive Egg -aoa3:mega_rune_stone, Mega Rune Stone -aoa3:nethengeic_callstone, Nethengeic Callstone -aoa3:observing_eye, Observing Eye -aoa3:petals, Petals -aoa3:primordial_dust, Primordial Dust -aoa3:pure_water_stone, Pure Water Stone -aoa3:shroom_stone, Shroom Stone -aoa3:silvro_coin, Silvro Coin -aoa3:staring_eye, Staring Eye -aoa3:toy_gyrocopter, Toy Gyrocopter -aoa3:treat_bag, Treat Bag -aoa3:troll_idol, Troll Idol -aoa3:vile_stone, Vile Stone -aoa3:voliant_heart, Voliant Heart -aoa3:warlock_gem, Warlock Gem -aoa3:abyss_tokens, Abyss Tokens -aoa3:baron_tokens, Baron Tokens -aoa3:borean_tokens, Borean Tokens -aoa3:candyland_tokens, Candyland Tokens -aoa3:celeve_tokens, Celeve Tokens -aoa3:creeponia_tokens, Creeponia Tokens -aoa3:crystevia_tokens, Crystevia Tokens -aoa3:deeplands_tokens, Deeplands Tokens -aoa3:dungeon_tokens, Dungeon Tokens -aoa3:dustopia_tokens, Dustopia Tokens -aoa3:gardencia_tokens, Gardencia Tokens -aoa3:greckon_tokens, Greckon Tokens -aoa3:haven_tokens, Haven Tokens -aoa3:iromine_tokens, Iromine Tokens -aoa3:lelyetia_tokens, Lelyetia Tokens -aoa3:lunar_tokens, Lunar Tokens -aoa3:mysterium_tokens, Mysterium Tokens -aoa3:nether_tokens, Nether Tokens -aoa3:precasian_tokens, Precasian Tokens -aoa3:runandor_tokens, Runandor Tokens -aoa3:shyrelands_tokens, Shyrelands Tokens -aoa3:vox_ponds_tokens, Vox Ponds Tokens -aoa3:abyssal_upgrade_kit, Abyssal Upgrade Kit -aoa3:ancient_upgrade_kit, Ancient Upgrade Kit -aoa3:apoco_upgrade_kit, Apoco Upgrade Kit -aoa3:clown_upgrade_kit, Clown Upgrade Kit -aoa3:darkly_upgrade_kit, Darkly Upgrade Kit -aoa3:floro_upgrade_kit, Floro Upgrade Kit -aoa3:golden_upgrade_kit, Golden Upgrade Kit -aoa3:haunted_upgrade_kit, Haunted Upgrade Kit -aoa3:lelyetian_upgrade_kit, Lelyetian Upgrade Kit -aoa3:light_upgrade_kit, Light Upgrade Kit -aoa3:lunar_upgrade_kit, Lunar Upgrade Kit -aoa3:nether_upgrade_kit, Nether Upgrade Kit -aoa3:precasian_upgrade_kit, Precasian Upgrade Kit -aoa3:predator_upgrade_kit, Predator Upgrade Kit -aoa3:rocky_upgrade_kit, Rocky Upgrade Kit -aoa3:runic_upgrade_kit, Runic Upgrade Kit -aoa3:seaside_upgrade_kit, Seaside Upgrade Kit -aoa3:smiley_upgrade_kit, Smiley Upgrade Kit -aoa3:waterlogged_aqua_cannon, Aqua Cannon (Waterlogged) -aoa3:waterlogged_coral_archergun, Coral Archergun (Waterlogged) -aoa3:waterlogged_coral_cannon, Coral Cannon (Waterlogged) -aoa3:waterlogged_coral_clogger, Coral Clogger (Waterlogged) -aoa3:waterlogged_reefer, Reefer (Waterlogged) -aoa3:incomplete_mecha_archergun, Mecha Archergun (Incomplete) -aoa3:incomplete_mecha_bow, Mecha Bow (Incomplete) -aoa3:incomplete_mecha_cannon, Mecha Cannon (Incomplete) -aoa3:incomplete_mechanical_assault_rifle, Mechanical Assault Rifle (Incomplete) -aoa3:incomplete_mecha_staff, Mecha Staff (Incomplete) -aoa3:incomplete_mechyro, Mechyro (Incomplete) -aoa3:blank_realmstone, Blank Realmstone -aoa3:abyss_realmstone, Abyss Realmstone -aoa3:nether_realmstone, Nether Realmstone -aoa3:ancient_cavern_realmstone, Ancient Cavern Realmstone -aoa3:barathos_realmstone, Barathos Realmstone -aoa3:borean_realmstone, Borean Realmstone -aoa3:candyland_realmstone, Candyland Realmstone -aoa3:celeve_realmstone, Celeve Realmstone -aoa3:creeponia_realmstone, Creeponia Realmstone -aoa3:crystevia_realmstone, Crystevia Realmstone -aoa3:deeplands_realmstone, Deeplands Realmstone -aoa3:dustopia_realmstone, Dustopia Realmstone -aoa3:gardencia_realmstone, Gardencia Realmstone -aoa3:greckon_realmstone, Greckon Realmstone -aoa3:haven_realmstone, Haven Realmstone -aoa3:immortallis_realmstone, Immortallis Realmstone -aoa3:iromine_realmstone, Iromine Realmstone -aoa3:lelyetia_realmstone, Lelyetia Realmstone -aoa3:lunalus_realmstone, Lunalus Realmstone -aoa3:mysterium_realmstone, Mysterium Realmstone -aoa3:precasia_realmstone, Precasia Realmstone -aoa3:runandor_realmstone, Runandor Realmstone -aoa3:shyrelands_realmstone, Shyrelands Realmstone -aoa3:vox_ponds_realmstone, Vox Ponds Realmstone -aoa3:ancient_essence, Ancient Essence -aoa3:charged_essence, Charged Essence -aoa3:dark_essence, Dark Essence -aoa3:divine_essence, Divine Essence -aoa3:empowered_essence, Empowered Essence -aoa3:ethereal_essence, Ethereal Essence -aoa3:luminate_essence, Luminate Essence -aoa3:molten_essence, Molten Essence -aoa3:ominous_essence, Ominous Essence -aoa3:weak_essence, Weak Essence -aoa3:agility_tablet, Tablet of Agility -aoa3:awareness_tablet, Tablet of Awareness -aoa3:breeding_tablet, Tablet of Breeding -aoa3:cleansing_tablet, Tablet of Cleansing -aoa3:distortion_tablet, Tablet of Distortion -aoa3:energy_tablet, Tablet of Energy -aoa3:gravity_tablet, Tablet of Gravity -aoa3:oxygen_tablet, Tablet of Oxygen -aoa3:pressure_tablet, Tablet of Pressure -aoa3:proficiency_tablet, Tablet of Proficiency -aoa3:resistance_tablet, Tablet of Resistance -aoa3:sanctity_tablet, Tablet of Sanctity -aoa3:satiation_tablet, Tablet of Satiation -aoa3:sight_tablet, Tablet of Sight -aoa3:strength_tablet, Tablet of Strength -aoa3:untiring_tablet, Tablet of Untiring -aoa3:vitality_tablet, Tablet of Vitality -aoa3:progress_coin0, Starting Coin -aoa3:progress_coin1, Progress Coin -aoa3:progress_coin2, Progress Coin -aoa3:progress_coin3, Progress Coin -aoa3:progress_coin4, Progress Coin -aoa3:ambient_power_stone, Ambient Power Stone -aoa3:blooming_power_stone, Blooming Power Stone -aoa3:glaring_power_stone, Glaring Power Stone -aoa3:gleaming_power_stone, Gleaming Power Stone -aoa3:glistening_power_stone, Glistening Power Stone -aoa3:glowing_power_stone, Glowing Power Stone -aoa3:radiant_power_stone, Radiant Power Stone -aoa3:shining_power_stone, Shining Power Stone -aoa3:ambient_infusion_stone, Ambient Infusion Stone -aoa3:blooming_infusion_stone, Blooming Infusion Stone -aoa3:glaring_infusion_stone, Glaring Infusion Stone -aoa3:gleaming_infusion_stone, Gleaming Infusion Stone -aoa3:glistening_infusion_stone, Glistening Infusion Stone -aoa3:glowing_infusion_stone, Glowing Infusion Stone -aoa3:radiant_infusion_stone, Radiant Infusion Stone -aoa3:shining_infusion_stone, Shining Infusion Stone -aoa3:giant_skill_crystal, Giant Skill Crystal -aoa3:large_skill_crystal, Large Skill Crystal -aoa3:medium_skill_crystal, Medium Skill Crystal -aoa3:small_skill_crystal, Small Skill Crystal -aoa3:crystal_box, Crystal Box -aoa3:fish_case, Fish Case -aoa3:gem_bag, Gem Bag -aoa3:rune_box, Rune Box -aoa3:shiny_box, Shiny Box -aoa3:treasure_box, Treasure Box -aoa3:weapons_case, Weapons Case -aoa3:raw_candlefish, Raw Candlefish -aoa3:raw_crimson_skipper, Raw Crimson Skipper -aoa3:raw_crimson_stripefish, Raw Crimson Stripefish -aoa3:raw_dark_hatchetfish, Raw Dark Hatchetfish -aoa3:raw_fingerfish, Raw Fingerfish -aoa3:raw_golden_gullfish, Raw Golden Gullfish -aoa3:raw_ironback, Raw Ironback -aoa3:raw_limefish, Raw Limefish -aoa3:raw_pearl_stripefish, Raw Pearl Stripefish -aoa3:raw_rainbowfish, Raw Rainbowfish -aoa3:raw_razorfish, Raw Razorfish -aoa3:raw_rocketfish, Raw Rocketfish -aoa3:raw_sailback, Raw Sailback -aoa3:raw_sapphire_strider, Raw Sapphire Strider -aoa3:raw_turquoise_stripefish, Raw Turquoise Stripefish -aoa3:raw_violet_skipper, Raw Violet Skipper -aoa3:candlefish, Candlefish -aoa3:crimson_skipper, Crimson Skipper -aoa3:crimson_stripefish, Crimson Stripefish -aoa3:dark_hatchetfish, Dark Hatchetfish -aoa3:fingerfish, Fingerfish -aoa3:golden_gullfish, Golden Gullfish -aoa3:ironback, Ironback -aoa3:limefish, Limefish -aoa3:pearl_stripefish, Pearl Stripefish -aoa3:rainbowfish, Rainbowfish -aoa3:razorfish, Razorfish -aoa3:rocketfish, Rocketfish -aoa3:sailback, Sailback -aoa3:sapphire_strider, Sapphire Strider -aoa3:turquoise_stripefish, Turquoise Stripefish -aoa3:violet_skipper, Violet Skipper -aoa3:bubble_berries, Bubble Berries -aoa3:candy_cane, Candy Cane -aoa3:candy_corn, Candy Corn -aoa3:raw_charger_shank, Raw Charger Shank -aoa3:charger_shank, Charger Shank -aoa3:raw_chimera_chop, Raw Chimera Chop -aoa3:chimera_chop, Chimera Chop -aoa3:raw_ursa_meat, Raw Ursa Meat -aoa3:ursa_meat, Ursa Meat -aoa3:raw_furlion_chop, Raw Furlion Chop -aoa3:furlion_chop, Furlion Chop -aoa3:raw_halycon_beef, Raw Halycon Beef -aoa3:halycon_beef, Halycon Beef -aoa3:eye_candy, Eye Candy -aoa3:fiery_chops, Fiery Chops -aoa3:floracle_sticks, Floracle Sticks -aoa3:fungal_tea, Fungal Tea -aoa3:gingerbread_cookie, Gingerbread Cookie -aoa3:gingerbread_wing, Gingerbread Wing -aoa3:goldicap_petals, Goldicap Petals -aoa3:halycon_milk, Halycon Milk -aoa3:heart_fruit, Heart Fruit -aoa3:hot_rod, Hot Rod -aoa3:lunacrike, Lunacrike -aoa3:luna_globe, Luna Globe -aoa3:lunalons, Lunalons -aoa3:lunarade, Lunarade -aoa3:magic_marang, Magic Marang -aoa3:mystic_shrooms, Mystic Shrooms -aoa3:natural_tea, Natural Tea -aoa3:nature_melon_slice, Nature Melon Slice -aoa3:peppermint_candy, Peppermint Candy -aoa3:rosidons, Rosidons -aoa3:sour_candy, Sour Candy -aoa3:sour_gummy, Sour Gummy -aoa3:sour_pop, Sour Pop -aoa3:spearmint_candy, Spearmint Candy -aoa3:tea, Tea -aoa3:trilliad_leaves, Trilliad Leaves -aoa3:yeti_fingernails, Yeti Fingernails -aoa3:diamond_bowl, Diamond Bowl -aoa3:stone_bowl, Stone Bowl -aoa3:exp_flask, Exp Flask -aoa3:alluricorn_slab, Alluricorn Slab -aoa3:blissard_slab, Blissard Slab -aoa3:compeer_slab, Compeer Slab -aoa3:construct_of_servility_slab, Construct of Servility Slab -aoa3:corby_slab, Corby Slab -aoa3:craggy_slab, Craggy Slab -aoa3:draggy_slab, Draggy Slab -aoa3:ender_carrier_slab, Ender Carrier Slab -aoa3:gnawer_slab, Gnawer Slab -aoa3:goofer_slab, Goofer Slab -aoa3:healing_golem_slab, Healing Golem Slab -aoa3:hellquin_slab, Hellquin Slab -aoa3:horntail_slab, Horntail Slab -aoa3:mecha_cyclops_slab, Mecha Cyclops Slab -aoa3:mecha_skellox_slab, Mecha Skellox Slab -aoa3:penguin_slab, Penguin Slab -aoa3:plateosaur_slab, Plateosaur Slab -aoa3:rammerhorn_slab, Rammerhorn Slab -aoa3:shaddy_slab, Shaddy Slab -aoa3:spikeback_slab, Spikeback Slab -aoa3:spraggy_slab, Spraggy Slab -aoa3:waggy_slab, Waggy Slab -aoa3:bubble_berry_seeds, Bubble Berry Seeds -aoa3:chilli_seeds, Chilli Seeds -aoa3:floracle_seeds, Floracle Seeds -aoa3:goldicap_seeds, Goldicap Seeds -aoa3:heart_fruit_seeds, Heart Fruit Seeds -aoa3:holly_top_seeds, Holly Top Seeds -aoa3:lunacrike_seeds, Lunacrike Seeds -aoa3:luna_globe_seeds, Luna Globe Seeds -aoa3:lunalon_seeds, Lunalon Seeds -aoa3:magic_marang_seeds, Magic Marang Seeds -aoa3:rosidon_seeds, Rosidon Seeds -aoa3:tea_seeds, Tea Seeds -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 @@ -33636,6 +33840,45 @@ aoa3:zargonite_boots, Zargonite Boots aoa3:zargonite_legs, Zargonite Leggings aoa3:zargonite_chestplate, Zargonite Chestplate aoa3:zargonite_helmet, Zargonite Helmet +aoa3:amethyst_pickaxe, Amethyst Pickaxe +aoa3:emberstone_pickaxe, Emberstone Pickaxe +aoa3:energistic_pickaxe, Energistic Pickaxe +aoa3:gemcracker, Gemcracker +aoa3:goofy_pickaxe, Goofy Pickaxe +aoa3:jade_pickaxe, Jade Pickaxe +aoa3:limonite_pickaxe, Limonite Pickaxe +aoa3:occult_pickaxe, Occult Pickaxe +aoa3:ornamyte_pickaxe, Ornamyte Pickaxe +aoa3:pickmax, Pickmax +aoa3:rosite_pickaxe, Rosite Pickaxe +aoa3:sapphire_pickaxe, Sapphire Pickaxe +aoa3:skeletal_pickaxe, Skeletal Pickaxe +aoa3:soulstone_pickaxe, Soulstone Pickaxe +aoa3:amethyst_shovel, Amethyst Shovel +aoa3:emberstone_shovel, Emberstone Shovel +aoa3:energistic_shovel, Energistic Shovel +aoa3:goofy_shovel, Goofy Shovel +aoa3:jade_shovel, Jade Shovel +aoa3:limonite_shovel, Limonite Shovel +aoa3:occult_shovel, Occult Shovel +aoa3:ornamyte_shovel, Ornamyte Shovel +aoa3:rosite_shovel, Rosite Shovel +aoa3:sapphire_shovel, Sapphire Shovel +aoa3:skeletal_shovel, Skeletal Shovel +aoa3:soulstone_shovel, Soulstone Shovel +aoa3:amethyst_axe, Amethyst Axe +aoa3:emberstone_axe, Emberstone Axe +aoa3:energistic_axe, Energistic Axe +aoa3:goofy_axe, Goofy Axe +aoa3:jade_axe, Jade Axe +aoa3:limonite_axe, Limonite Axe +aoa3:occult_axe, Occult Axe +aoa3:ornamyte_axe, Ornamyte Axe +aoa3:rosite_axe, Rosite Axe +aoa3:sapphire_axe, Sapphire Axe +aoa3:skeletal_axe, Skeletal Axe +aoa3:soulstone_axe, Soulstone Axe +aoa3:chainsaw, Chainsaw ebwizardry:arcane_workbench, Arcane Workbench ebwizardry:crystal_ore, Crystal Ore ebwizardry:crystal_flower, Crystal Flower @@ -34505,169 +34748,6 @@ betterquesting:guide_book, Better Questing Starter Guide bq_standard:loot_chest, Loot Chest betterquesting:quest_book, Quest Book betterquesting:submit_station, Object Submission Station (OSS) -botania: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 @@ -35334,6 +35414,169 @@ 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 mowziesmobs:foliaath_seed, Foliaath Seed mowziesmobs:test_structure, Test Structures mowziesmobs:mob_remover, Mob Remover @@ -36683,13 +36926,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_2, Dank 2 dankstorage:dank_6, Dank 6 -dankstorage:dank_5, Dank 5 +dankstorage:dank_2, Dank 2 dankstorage:dank_7, Dank 7 dankstorage:dank_1, Dank 1 +dankstorage:dank_3, Dank 3 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 @@ -37372,41 +37615,7 @@ projectex:final_star_shard, The Final Star Shard projectex:final_star, The Final Star projectex:knowledge_sharing_book, Knowledge Sharing Book projectex:arcane_tablet, Arcane Transmutation Tablet -enderutilities:asu:0, Adjustable Storage Unit -enderutilities:barrel:0, Barrel -enderutilities:draw_bridge:0, Drawbridge -enderutilities:draw_bridge:1, Advanced Drawbridge -enderutilities:ender_elevator:0, Ender Elevator (white) -enderutilities:ender_elevator_slab:0, Ender Elevator Slab (white) -enderutilities:ender_elevator_layer:0, Ender Elevator Layer (white) -enderutilities:inserter:0, Inserter -enderutilities:inserter:1, Inserter (Filtered) -enderutilities:floor:0, Floor -enderutilities:floor:1, Cracked Floor -enderutilities:energy_bridge:0, Energy Bridge Resonator -enderutilities:energy_bridge:1, Energy Bridge Receiver -enderutilities:energy_bridge:2, Energy Bridge Transmitter -enderutilities:machine_0:0, Ender Furnace -enderutilities:machine_1:0, Ender Infuser -enderutilities:machine_1:1, Tool Workstation -enderutilities:machine_1:2, Creation Station -enderutilities:machine_1:3, Advanced Quick Stacker -enderutilities:molecular_exciter, tile.null.name -enderutilities:msu:0, Massive Storage Unit -enderutilities:msu:1, Massive Storage Bundle -enderutilities:phasing:0, Phasing Block -enderutilities:phasing:1, Phasing Block (inverted) -enderutilities:frame, tile.null.name -enderutilities:portal_panel, tile.null.name -enderutilities:sound_block:0, Sound Block -enderutilities:storage_0:0, Small Memory Chest -enderutilities:storage_0:1, Memory Chest -enderutilities:storage_0:2, Large Memory Chest -enderutilities:storage_0:3, Handy Chest (Small) -enderutilities:storage_0:4, Handy Chest (Normal) -enderutilities:storage_0:5, Handy Chest (Large) -enderutilities:storage_0:6, Handy Chest (Extended) -enderutilities:storage_0:7, Junk Storage Unit +enchlib:enchantment_library, Enchantment Library enderutilities:endercapacitor:0, Ender Capacitor (Basic) enderutilities:endercapacitor:0, Ender Capacitor (Basic) enderutilities:endercapacitor:1, Ender Capacitor (Enhanced) @@ -37478,6 +37687,41 @@ enderutilities:syringe:1, Paralyzer Syringe enderutilities:syringe:2, Stimulant Syringe enderutilities:syringe:3, Passifier Syringe enderutilities:void_pickaxe, Void Pickaxe +enderutilities:asu:0, Adjustable Storage Unit +enderutilities:barrel:0, Barrel +enderutilities:draw_bridge:0, Drawbridge +enderutilities:draw_bridge:1, Advanced Drawbridge +enderutilities:ender_elevator:0, Ender Elevator (white) +enderutilities:ender_elevator_slab:0, Ender Elevator Slab (white) +enderutilities:ender_elevator_layer:0, Ender Elevator Layer (white) +enderutilities:inserter:0, Inserter +enderutilities:inserter:1, Inserter (Filtered) +enderutilities:floor:0, Floor +enderutilities:floor:1, Cracked Floor +enderutilities:energy_bridge:0, Energy Bridge Resonator +enderutilities:energy_bridge:1, Energy Bridge Receiver +enderutilities:energy_bridge:2, Energy Bridge Transmitter +enderutilities:machine_0:0, Ender Furnace +enderutilities:machine_1:0, Ender Infuser +enderutilities:machine_1:1, Tool Workstation +enderutilities:machine_1:2, Creation Station +enderutilities:machine_1:3, Advanced Quick Stacker +enderutilities:molecular_exciter, tile.null.name +enderutilities:msu:0, Massive Storage Unit +enderutilities:msu:1, Massive Storage Bundle +enderutilities:phasing:0, Phasing Block +enderutilities:phasing:1, Phasing Block (inverted) +enderutilities:frame, tile.null.name +enderutilities:portal_panel, tile.null.name +enderutilities:sound_block:0, Sound Block +enderutilities:storage_0:0, Small Memory Chest +enderutilities:storage_0:1, Memory Chest +enderutilities:storage_0:2, Large Memory Chest +enderutilities:storage_0:3, Handy Chest (Small) +enderutilities:storage_0:4, Handy Chest (Normal) +enderutilities:storage_0:5, Handy Chest (Large) +enderutilities:storage_0:6, Handy Chest (Extended) +enderutilities:storage_0:7, Junk Storage Unit erebus:erebus_food:0, Beetle Larva erebus:erebus_food:1, Cooked Beetle Larva erebus:erebus_food:2, Grasshopper Leg @@ -37991,200 +38235,20 @@ erebus:stairs_varnished, Varnished Stairs erebus:slab_planks_varnished, Varnished Slab erebus:fence_varnished, Varnished Fence erebus:fence_gate_varnished, Varnished Fence Gate -extendedcrafting:storage:0, Block of Black Iron -extendedcrafting:storage:1, Block of Luminessence -extendedcrafting:storage:2, Block of Nether Stars -extendedcrafting:storage:3, Block of Crystaltine -extendedcrafting:storage:4, Block of The Ultimate -extendedcrafting:storage:5, Block of Ender -extendedcrafting:storage:6, Block of Ender Stars -extendedcrafting:storage:7, Block of Enhanced Ender -extendedcrafting:frame, Black Iron Frame -extendedcrafting:lamp:0, Black Iron Lamp -extendedcrafting:lamp:1, Black Iron Lamp -extendedcrafting:trimmed:0, Block of Black Iron -extendedcrafting:trimmed:1, Block of Black Iron -extendedcrafting:trimmed:2, Block of Black Iron -extendedcrafting:trimmed:3, Block of Black Iron -extendedcrafting:trimmed:4, Block of Black Iron -extendedcrafting:trimmed:5, Block of Black Iron -extendedcrafting:crafting_table, Crafting Table -extendedcrafting:pedestal, Pedestal -extendedcrafting:crafting_core, Crafting Core -extendedcrafting:interface, Automation Interface -extendedcrafting:table_basic, Basic Crafting Table -extendedcrafting:table_advanced, Advanced Crafting Table -extendedcrafting:table_elite, Elite Crafting Table -extendedcrafting:table_ultimate, Ultimate Crafting Table -extendedcrafting:compressor, Quantum Compressor -extendedcrafting:ender_alternator, Ender Alternator -extendedcrafting:ender_crafter, Ender Crafter -extendedcrafting:guide, Extended Crafting Guide -extendedcrafting:material:0, Black Iron Ingot -extendedcrafting:material:1, Black Iron Nugget -extendedcrafting:material:2, Black Iron Slate -extendedcrafting:material:3, Black Iron Rod -extendedcrafting:material:7, Luminessence -extendedcrafting:material:8, Basic Catalyst -extendedcrafting:material:9, Advanced Catalyst -extendedcrafting:material:10, Elite Catalyst -extendedcrafting:material:11, Ultimate Catalyst -extendedcrafting:material:12, Crystaltine Catalyst -extendedcrafting:material:13, The Ultimate Catalyst -extendedcrafting:material:14, Basic Component -extendedcrafting:material:15, Advanced Component -extendedcrafting:material:16, Elite Component -extendedcrafting:material:17, Ultimate Component -extendedcrafting:material:18, Crystaltine Component -extendedcrafting:material:19, The Ultimate Component -extendedcrafting:material:24, Crystaltine Ingot -extendedcrafting:material:25, Crystaltine Nugget -extendedcrafting:material:32, The Ultimate Ingot -extendedcrafting:material:33, The Ultimate Nugget -extendedcrafting:material:36, Ender Ingot -extendedcrafting:material:37, Ender Nugget -extendedcrafting:material:40, Ender Star -extendedcrafting:material:41, Ender Star Nugget -extendedcrafting:material:48, Enhanced Ender Ingot -extendedcrafting:material:49, Enhanced Ender Nugget -extendedcrafting:material:128, Diamond Nugget -extendedcrafting:material:129, Emerald Nugget -extendedcrafting:material:140, Nether Star Nugget -extendedcrafting:handheld_table, Handheld Crafting Table -extendedcrafting:recipe_maker:0, Recipe Maker -extendedcrafting:singularity:0, Coal Singularity -extendedcrafting:singularity:1, Iron Singularity -extendedcrafting:singularity:2, Lapis Lazuli Singularity -extendedcrafting:singularity:3, Redstone Singularity -extendedcrafting:singularity:4, Glowstone Singularity -extendedcrafting:singularity:5, Gold Singularity -extendedcrafting:singularity:6, Diamond Singularity -extendedcrafting:singularity:7, Emerald Singularity -extendedcrafting:singularity:16, Aluminum Singularity -extendedcrafting:singularity:17, Copper Singularity -extendedcrafting:singularity:18, Tin Singularity -extendedcrafting:singularity:19, Bronze Singularity -extendedcrafting:singularity:20, Zinc Singularity -extendedcrafting:singularity:21, Brass Singularity -extendedcrafting:singularity:22, Silver Singularity -extendedcrafting:singularity:23, Lead Singularity -extendedcrafting:singularity:24, Steel Singularity -extendedcrafting:singularity:25, Nickel Singularity -extendedcrafting:singularity:26, Constantan Singularity -extendedcrafting:singularity:27, Electrum Singularity -extendedcrafting:singularity:28, Invar Singularity -extendedcrafting:singularity:29, Mithril Singularity -extendedcrafting:singularity:30, Tungsten Singularity -extendedcrafting:singularity:31, Titanium Singularity -extendedcrafting:singularity:32, Uranium Singularity -extendedcrafting:singularity:33, Chrome Singularity -extendedcrafting:singularity:34, Platinum Singularity -extendedcrafting:singularity:35, Iridium Singularity -extendedcrafting:singularity:48, Signalum Singularity -extendedcrafting:singularity:49, Lumium Singularity -extendedcrafting:singularity:50, Enderium Singularity -extendedcrafting:singularity:64, Ardite Singularity -extendedcrafting:singularity:65, Cobalt Singularity -extendedcrafting:singularity:66, Manyullyn Singularity -extendedcrafting:singularity_custom:999, White Fuel Singularity -extendedcrafting:singularity_custom:998, Cosmic Meatball Singularity -extendedcrafting:singularity_custom:997, Valonite Singularity -extendedcrafting:singularity_custom:996, Knightslime Singularity -extendedcrafting:singularity_custom:995, Fiery Singularity -extendedcrafting:singularity_custom:994, Coralium Singularity -extendedcrafting:singularity_custom:990, Apatite Singularity -extendedcrafting:singularity_custom:991, Bluefire Singularity -extendedcrafting:singularity_custom:992, Arcanium Singularity -extendedcrafting:singularity_custom:666, Bloodmaster Singularity -extendedcrafting:singularity_custom:665, Demonic Singularity -extendedcrafting:singularity_custom:664, Corrosive Singularity -extendedcrafting:singularity_custom:663, Destructive Singularity -extendedcrafting:singularity_custom:662, Vengeful Singularity -extendedcrafting:singularity_custom:661, Steadfast Singularity -extendedcrafting:singularity_custom:660, Aethium Singularity -extendedcrafting:singularity_custom:659, Thermoconducting Singularity -extendedcrafting:singularity_custom:658, Terrasteel Singularity -extendedcrafting:singularity_custom:657, Mithrillium Singularity -extendedcrafting:singularity_custom:656, Blood Infused Singularity -extendedcrafting:singularity_custom:654, Neutronium Singularity -extendedcrafting:singularity_custom:653, Ethaxium Singularity -extendedcrafting:singularity_custom:652, Insanium Singularity -extendedcrafting:singularity_custom:651, Divine Singularity -extendedcrafting:singularity_custom:650, Arc Singularity -extendedcrafting:singularity_custom:640, Endengeic Singularity -extendedcrafting:singularity_custom:630, Sednanite Singularity -extendedcrafting:singularity_custom:628, Ichor Singularity -extendedcrafting:singularity_custom:1001, Abyss Singularity -extendedcrafting:singularity_custom:1002, Precasia Singularity -extendedcrafting:singularity_custom:1003, Barathos Singularity -extendedcrafting:singularity_custom:1004, Creeponia Singularity -extendedcrafting:singularity_custom:1005, Deeplands Singularity -extendedcrafting:singularity_custom:1006, Lelyetia Singularity -extendedcrafting:singularity_custom:1007, Candyland Singularity -extendedcrafting:singularity_custom:1008, Celeve Singularity -extendedcrafting:singularity_custom:1009, Crystevia Singularity -extendedcrafting:singularity_custom:1010, Gardencia Singularity -extendedcrafting:singularity_custom:1011, Haven Singularity -extendedcrafting:singularity_custom:1012, Iromine Singularity -extendedcrafting:singularity_custom:1013, Mysterium Singularity -extendedcrafting:singularity_custom:1014, Vox Ponds Singularity -extendedcrafting:singularity_custom:1015, Borean Singularity -extendedcrafting:singularity_custom:1016, Runandor Singularity -extendedcrafting:singularity_custom:1017, Lunalus Singularity -extendedcrafting:singularity_custom:1018, Ancient Cavern Singularity -extendedcrafting:singularity_custom:1019, Dustopia Singularity -extendedcrafting:singularity_custom:1020, Greckon Singularity -extendedcrafting:singularity_custom:1021, Immortallis Singularity -extendedcrafting:singularity_custom:1030, Ender Dolomite Singularity -extendedcrafting:singularity_custom:1031, Nebulous Singularity -extendedcrafting:singularity_custom:1032, Quartz Singularity -extendedcrafting:singularity_custom:1022, Vethea Singularity -extendedcrafting:singularity_custom:1023, Shyrelands Singularity -extendedcrafting:singularity_custom:1024, Skeletal Singularity -extendedcrafting:singularity_custom:1025, Etherium Singularity -extendedcrafting:singularity_custom:1026, Champion Token Singularity -extendedcrafting:singularity_custom:2000, Mortum Singularity -extendedcrafting:singularity_custom:2001, Skythern Singularity -extendedcrafting:singularity_custom:2002, Apalachia Singularity -extendedcrafting:singularity_custom:2003, Wildwood Singularity -extendedcrafting:singularity_custom:2004, Eden Singularity -extendedcrafting:singularity_custom:2005, Abyss Token Singularity -extendedcrafting:singularity_custom:2006, Baron Token Singularity -extendedcrafting:singularity_custom:2007, Borean Token Singularity -extendedcrafting:singularity_custom:2008, Candyland Token Singularity -extendedcrafting:singularity_custom:2009, Celeve Token Singularity -extendedcrafting:singularity_custom:2010, Creeponia Token Singularity -extendedcrafting:singularity_custom:2011, Crystevia Token Singularity -extendedcrafting:singularity_custom:2012, Deeplands Token Singularity -extendedcrafting:singularity_custom:2013, Dustopia Token Singularity -extendedcrafting:singularity_custom:2014, Gardencia Token Singularity -extendedcrafting:singularity_custom:2015, Greckon Token Singularity -extendedcrafting:singularity_custom:2016, Haven Token Singularity -extendedcrafting:singularity_custom:2017, Iromine Token Singularity -extendedcrafting:singularity_custom:2018, Lelyetia Token Singularity -extendedcrafting:singularity_custom:2019, Lunar Token Singularity -extendedcrafting:singularity_custom:2020, Mysterium Token Singularity -extendedcrafting:singularity_custom:2021, Nether Token Singularity -extendedcrafting:singularity_custom:2022, Precasia Token Singularity -extendedcrafting:singularity_custom:2023, Runandor Token Singularity -extendedcrafting:singularity_custom:2024, Shyrelands Token Singularity -extendedcrafting:singularity_custom:2025, Vox Ponds Token Singularity -extendedcrafting:singularity_custom:2026, Ice Dragonsteel Singularity -extendedcrafting:singularity_custom:2027, Fire Dragonsteel Singularity -extendedcrafting:singularity_custom:2028, Lightning Dragonsteel Singularity -extendedcrafting:singularity_custom:2029, Draconium Singularity -extendedcrafting:singularity_custom:2030, Infused Diamond Singularity -extendedcrafting:singularity_custom:2031, Pure Fluix Singularity -extendedcrafting:singularity_custom:2032, Sugar Singularity -extendedcrafting:singularity_custom:2033, Knightmetal Singularity -extendedcrafting:singularity_custom:2034, Steeleaf Singularity -extendedcrafting:singularity_custom:2035, Ironwood Singularity -extendedcrafting:singularity_custom:2036, Syrmorite Singularity -extendedcrafting:singularity_custom:2037, Octine Singularity -extendedcrafting:singularity_custom:2038, Dreadium Singularity -extendedcrafting:singularity_custom:2039, Abyssalnite Singularity -extendedcrafting:singularity_custom:2040, Nether Star Singularity -extendedcrafting:singularity_ultimate, The Ultimate Singularity +extrabotany:pedestal, tile.pedestal.name +extrabotany:blockorichalcos, tile.blockorichalcos.name +extrabotany:manabarrel, tile.manabarrel.name +extrabotany:cocoondesire, tile.cocoondesire.name +extrabotany:managenerator, tile.managenerator.name +extrabotany:manaliquefaction, tile.manaliquefaction.name +extrabotany:fluidedmana, Fluided Mana +extrabotany:elfjar, tile.elfjar.name +extrabotany:trophy, tile.trophy.name +extrabotany:quantummanabuffer, tile.quantummanabuffer.name +extrabotany:dimensioncatalyst, tile.dimensioncatalyst.name +extrabotany:blockshadowium, tile.blockshadowium.name +extrabotany:blockphotonium, tile.blockphotonium.name +extrabotany:chargepad, tile.chargepad.name extrabotany:manareader, item.manareader.name extrabotany:spiritfuel, item.spiritfuel.name extrabotany:nightmarefuel, item.nightmarefuel.name @@ -38304,20 +38368,6 @@ extrabotany:magicfinger, item.magicfinger.name extrabotany:silenteternity, item.silenteternity.name extrabotany:specialbag, item.specialbag.name extrabotany:firstfractal, item.firstfractal.name -extrabotany:pedestal, tile.pedestal.name -extrabotany:blockorichalcos, tile.blockorichalcos.name -extrabotany:manabarrel, tile.manabarrel.name -extrabotany:cocoondesire, tile.cocoondesire.name -extrabotany:managenerator, tile.managenerator.name -extrabotany:manaliquefaction, tile.manaliquefaction.name -extrabotany:fluidedmana, Fluided Mana -extrabotany:elfjar, tile.elfjar.name -extrabotany:trophy, tile.trophy.name -extrabotany:quantummanabuffer, tile.quantummanabuffer.name -extrabotany:dimensioncatalyst, tile.dimensioncatalyst.name -extrabotany:blockshadowium, tile.blockshadowium.name -extrabotany:blockphotonium, tile.blockphotonium.name -extrabotany:chargepad, tile.chargepad.name zerocore:debugtool, Debug Tool bigreactors:ingotyellorium, Yellorium Ingot bigreactors:ingotcyanite, Cyanite Ingot @@ -38567,8 +38617,8 @@ framedcompactdrawers:framed_compact_drawer, Framed Compacting Drawer framedcompactdrawers:framed_drawer_controller:0, Framed Drawer Controller framedcompactdrawers:framed_slave:0, Framed Controller Slave glassential:glass_clear, Clear Glass -glassential:glass_light, Luminous Glass -glassential:glass_redstone, Redstone Glass +glassential:glass_light, Dyson Irradiator Glass +glassential:glass_redstone, Event Horizon Glass glassential:glass_dark, Dyson Sphere Glass glassential:glass_ghostly, Ghostly Glass glassential:glass_ethereal, Ethereal Glass @@ -40349,47 +40399,49 @@ modularmachinery:blockmanaproviderinput, Mana Input Hatch modularmachinery:blockmanaprovideroutput, Mana Output Hatch modularmachinery:mythical_resource_miner_tier4_controller, tile.null.name modularmachinery:neutronium_cannon_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier3_controller, tile.null.name modularmachinery:mythic_processor_gravitite_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier2_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier3_controller, tile.null.name modularmachinery:lp_harvester_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier1_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier2_controller, tile.null.name modularmachinery:me_entropic_sythesizer_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier1_controller, tile.null.name +modularmachinery:relativistic_collapser_controller, tile.null.name modularmachinery:hypergrowth_insolator_factory_controller, tile.null.name modularmachinery:hypergrowth_insolator_controller, tile.null.name -modularmachinery:relativistic_collapser_controller, tile.null.name modularmachinery:blood_god_altar_network_controller, tile.null.name +modularmachinery:dyson_irradiator_top_controller, tile.null.name modularmachinery:mythical_resource_miner_tier9_controller, tile.null.name modularmachinery:sentient_meatball_monument_controller, tile.null.name modularmachinery:mythical_resource_miner_tier8_controller, tile.null.name modularmachinery:mythical_resource_miner_tier7_controller, tile.null.name +modularmachinery:infinity_furnace_factory_controller, tile.null.name +modularmachinery:infinity_furnace_controller, tile.null.name modularmachinery:creation_altar_controller, tile.null.name modularmachinery:twelve_gates_of_heaven_controller, tile.null.name modularmachinery:mythical_resource_miner_tier6_controller, tile.null.name -modularmachinery:infinity_furnace_factory_controller, tile.null.name -modularmachinery:infinity_furnace_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier5_controller, tile.null.name modularmachinery:gaia_altar_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier5_controller, tile.null.name modularmachinery:safe_fission_amfm_controller, tile.null.name modularmachinery:mythic_processor_drying_rack_controller, tile.null.name modularmachinery:mythic_processor_arkencrusher_controller, tile.null.name modularmachinery:lilith_altar_controller, tile.null.name modularmachinery:cold_iron_forge_controller, tile.null.name modularmachinery:essentia_solidifier_controller, tile.null.name -modularmachinery:impetus_syphon_controller, tile.null.name modularmachinery:linear_fusion_accelerator_controller, tile.null.name +modularmachinery:impetus_syphon_controller, tile.null.name modularmachinery:dreading_crucible_controller, tile.null.name +modularmachinery:matter_reprocessor_controller, tile.null.name modularmachinery:safe_fission_lees_controller, tile.null.name modularmachinery:the_cube_controller, tile.null.name -modularmachinery:arcane_autoinfuser_controller, tile.null.name -modularmachinery:arc_reactor_controller, tile.null.name modularmachinery:mythic_processor_alloy_furnace_controller, tile.null.name +modularmachinery:arc_reactor_controller, tile.null.name +modularmachinery:arcane_autoinfuser_controller, tile.null.name modularmachinery:plasmatic_condenser_controller, tile.null.name modularmachinery:chaotic_condenser_controller, tile.null.name modularmachinery:quark_decomposer_controller, tile.null.name modularmachinery:safe_fission_polonium_controller, tile.null.name -modularmachinery:berserker_forge_controller, tile.null.name modularmachinery:ender_stone_crucible_controller, tile.null.name +modularmachinery:berserker_forge_controller, tile.null.name modularmachinery:two_phase_fission_reactor_controller, tile.null.name modularmachinery:essentia_crystallizer_controller, tile.null.name modularmachinery:plated_carpenter_controller, tile.null.name @@ -40397,9 +40449,11 @@ modularmachinery:mythic_processor_grinder_controller, tile.null.name modularmachinery:safe_fission_mox241_controller, tile.null.name modularmachinery:dragonfire_crucible_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:tree_of_life_controller, tile.null.name modularmachinery:herne_altar_controller, tile.null.name +modularmachinery:plated_thermofabricator_controller, tile.null.name modularmachinery:mythic_processor_empowerer_controller, tile.null.name modularmachinery:safe_fission_hea242_controller, tile.null.name modularmachinery:salt_repolarizer_controller, tile.null.name @@ -40408,9 +40462,9 @@ modularmachinery:botanic_condenser_controller, tile.null.name modularmachinery:mythical_resource_miner_tier12_controller, tile.null.name modularmachinery:mythical_resource_miner_tier13_controller, tile.null.name modularmachinery:mythical_resource_miner_tier10_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier11_controller, tile.null.name modularmachinery:definer_two_controller, tile.null.name modularmachinery:elemental_altar_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier11_controller, tile.null.name modularmachinery:mythical_resource_miner_tier16_controller, tile.null.name modularmachinery:mythical_resource_miner_tier17_controller, tile.null.name modularmachinery:altar_to_the_name_of_names_controller, tile.null.name @@ -40418,9 +40472,9 @@ modularmachinery:mythical_resource_miner_tier14_controller, tile.null.name modularmachinery:mythical_resource_miner_tier15_controller, tile.null.name modularmachinery:baphomet_altar_controller, tile.null.name modularmachinery:mythical_resource_miner_tier18_controller, tile.null.name +modularmachinery:gravitite_enchanter_controller, tile.null.name modularmachinery:mythical_resource_miner_tier19_controller, tile.null.name modularmachinery:carminite_empowerer_controller, tile.null.name -modularmachinery:gravitite_enchanter_controller, tile.null.name modularmachinery:thaumic_replicator_controller, tile.null.name modularmachinery:spatial_crucible_controller, tile.null.name modularmachinery:safe_fission_lecm243_controller, tile.null.name @@ -40434,22 +40488,25 @@ modularmachinery:particle_accelerator_controller, tile.null.name modularmachinery:soul_accumulator_controller, tile.null.name modularmachinery:mythic_processor_purifier_controller, tile.null.name modularmachinery:gravitational_collapser_controller, tile.null.name +modularmachinery:dyson_irradiator_bottom_controller, tile.null.name modularmachinery:arcane_autoworkbench_controller, tile.null.name modularmachinery:safe_fission_heuf_controller, tile.null.name modularmachinery:corrupted_library_controller, tile.null.name modularmachinery:shadow_fracturer_factory_controller, tile.null.name modularmachinery:shadow_fracturer_controller, tile.null.name -modularmachinery:safe_fission_len236_controller, tile.null.name +modularmachinery:eldritch_impetus_catalyzer_controller, tile.null.name modularmachinery:mythic_processor_blaster_controller, tile.null.name +modularmachinery:safe_fission_len236_controller, tile.null.name +modularmachinery:meteoric_befaller_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: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:safe_fission_heu233_controller, tile.null.name +modularmachinery:berserker_crucible_controller, tile.null.name modularmachinery:dimensional_stabilizer_controller, tile.null.name modularmachinery:transformer_controller, tile.null.name modularmachinery:active_cooled_polonium_controller, tile.null.name @@ -40467,17 +40524,18 @@ modularmachinery:mythic_processor_isotope_separator_controller, tile.null.name modularmachinery:bloodmaster_crucible_controller, tile.null.name modularmachinery:mythic_processor_muon_extractor_controller, tile.null.name modularmachinery:sparkled_spinning_wheel_controller, tile.null.name -modularmachinery:blood_reprocessor_controller, tile.null.name modularmachinery:advanced_compression_engine_controller, tile.null.name -modularmachinery:safe_fission_hefm_controller, tile.null.name +modularmachinery:blood_reprocessor_controller, tile.null.name modularmachinery:inertial_confinement_reactor_controller, tile.null.name +modularmachinery:safe_fission_hefm_controller, tile.null.name modularmachinery:empowered_monolith_controller, tile.null.name modularmachinery:mythic_accelerator_controller, tile.null.name +modularmachinery:shrine_of_the_sentient_meatballs_controller, tile.null.name modularmachinery:processor_clean_room_controller, tile.null.name modularmachinery:active_cooled_heu233_controller, tile.null.name modularmachinery:mythic_processor_melter_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:fractallite_furnace_controller, tile.null.name modularmachinery:mythical_resource_miner_tier20_controller, tile.null.name modularmachinery:auto_astral_altar_controller, tile.null.name @@ -40492,11 +40550,12 @@ modularmachinery:mythical_resource_miner_tier27_controller, tile.null.name modularmachinery:mythical_resource_miner_tier28_controller, tile.null.name modularmachinery:mythical_resource_miner_tier25_controller, tile.null.name modularmachinery:mythical_resource_miner_tier26_controller, tile.null.name -modularmachinery:aluminum_lathe_controller, tile.null.name modularmachinery:compression_engine_controller, tile.null.name -modularmachinery:mythical_resource_miner_tier29_controller, tile.null.name +modularmachinery:aluminum_lathe_controller, tile.null.name modularmachinery:mythical_resource_crucible_controller, tile.null.name +modularmachinery:mythical_resource_miner_tier29_controller, tile.null.name modularmachinery:safe_fission_lep239_controller, tile.null.name +modularmachinery:forge_of_the_wyvern_controller, tile.null.name modularmachinery:dyson_discharger_t5_controller, tile.null.name modularmachinery:dyson_discharger_t6_controller, tile.null.name modularmachinery:safe_fission_herrr_controller, tile.null.name @@ -40508,16 +40567,16 @@ modularmachinery:mythic_processor_compactor_controller, tile.null.name modularmachinery:nightmare_electrolyzer_controller, tile.null.name modularmachinery:dyson_discharger_t2_controller, tile.null.name modularmachinery:me_mythic_assembler_controller, tile.null.name -modularmachinery:safe_fission_mox239_controller, tile.null.name modularmachinery:mythic_processor_furnace_controller, tile.null.name +modularmachinery:safe_fission_mox239_controller, tile.null.name modularmachinery:safe_nuke_environment_controller, tile.null.name modularmachinery:dyson_sphere_controller, tile.null.name modularmachinery:pe_sterilizer_controller, tile.null.name modularmachinery:whispering_infusion_fountain_controller, tile.null.name -modularmachinery:safe_fission_leu235_controller, tile.null.name modularmachinery:mythic_excavation_computer_multiblock_controller, tile.null.name -modularmachinery:safe_fission_leb248_controller, tile.null.name +modularmachinery:safe_fission_leu235_controller, tile.null.name modularmachinery:infusinator_controller, tile.null.name +modularmachinery:safe_fission_leb248_controller, tile.null.name modularmachinery:wizardry_combiner_controller, tile.null.name modularmachinery:high_impulse_accelerator_controller, tile.null.name modularmachinery:font_of_divinity_controller, tile.null.name @@ -40527,8 +40586,8 @@ modularmachinery:mechanized_coop_factory_controller, tile.null.name modularmachinery:mechanized_coop_controller, tile.null.name modularmachinery:safe_fission_hep239_controller, tile.null.name modularmachinery:active_cooled_hea242_controller, tile.null.name -modularmachinery:compression_turbine_controller, tile.null.name modularmachinery:mechanized_essentia_smeltery_controller, tile.null.name +modularmachinery:compression_turbine_controller, tile.null.name modularmachinery:definer_controller, tile.null.name modularmachinery:fluid_matrix_plasma_collider_controller, tile.null.name modularmachinery:safe_fission_lefhm_controller, tile.null.name @@ -40772,10 +40831,10 @@ 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, 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, Emerald Pipe Piece plustic:pipe_piece:0, Wyvern Pipe Piece plustic:pipe_piece:0, Awakened Pipe Piece plustic:pipe_piece:0, Chaotic Pipe Piece @@ -40992,31 +41051,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:5, Structure Dimlet (None) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) +rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) +rftoolsdim:known_dimlet:13, Weather Dimlet (Default) +rftoolsdim:known_dimlet:9, Digit Dimlet (8) +rftoolsdim:known_dimlet:9, Digit Dimlet (9) +rftoolsdim:known_dimlet:3, Mob Dimlet (Default) +rftoolsdim:known_dimlet:9, Digit Dimlet (0) +rftoolsdim:known_dimlet:9, Digit Dimlet (1) +rftoolsdim:known_dimlet:9, Digit Dimlet (2) +rftoolsdim:known_dimlet:9, Digit Dimlet (3) +rftoolsdim:known_dimlet:9, Digit Dimlet (4) +rftoolsdim:known_dimlet:9, Digit Dimlet (5) +rftoolsdim:known_dimlet:9, Digit Dimlet (6) +rftoolsdim:known_dimlet:9, Digit Dimlet (7) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) +rftoolsdim:known_dimlet:2, Material Dimlet (Stone) +rftoolsdim:known_dimlet:12, Controller Dimlet (Default) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) rftoolsdim:known_dimlet:10, Effect Dimlet (None) rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) -rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) -rftoolsdim:known_dimlet:9, Digit Dimlet (3) -rftoolsdim:known_dimlet:9, Digit Dimlet (2) -rftoolsdim:known_dimlet:9, Digit Dimlet (1) -rftoolsdim:known_dimlet:9, Digit Dimlet (0) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) -rftoolsdim:known_dimlet:9, Digit Dimlet (7) -rftoolsdim:known_dimlet:8, Time Dimlet (Normal) -rftoolsdim:known_dimlet:9, Digit Dimlet (6) -rftoolsdim:known_dimlet:9, Digit Dimlet (5) -rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) -rftoolsdim:known_dimlet:9, Digit Dimlet (4) -rftoolsdim:known_dimlet:3, Mob Dimlet (Default) -rftoolsdim:known_dimlet:12, Controller Dimlet (Default) rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) -rftoolsdim:known_dimlet:5, Structure Dimlet (None) -rftoolsdim:known_dimlet:2, Material Dimlet (Stone) -rftoolsdim:known_dimlet:13, Weather Dimlet (Default) -rftoolsdim:known_dimlet:12, Controller Dimlet (Single) -rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) -rftoolsdim:known_dimlet:9, Digit Dimlet (9) -rftoolsdim:known_dimlet:9, Digit Dimlet (8) +rftoolsdim:known_dimlet:8, Time Dimlet (Normal) rftoolsdim:known_dimlet:7, Feature Dimlet (None) +rftoolsdim:known_dimlet:12, Controller Dimlet (Single) rftoolsdim:efficiency_essence, Efficiency Essence rftoolsdim:mediocre_efficiency_essence, Mediocre Efficiency Essence rftoolsdim:empty_dimension_tab, Empty Dimension Tab @@ -41464,8 +41523,6 @@ tfspellpack:charm_ice_exploder, Malignant Ice Pearl tfspellpack:charm_goblin, Redcap Miner's Satchel tfspellpack:charm_troll, Icy Trollber tfspellpack:charm_accursed_tome, Accursed Tome -thaumicenergistics:infusion_provider, Essentia Infusion Provider -thaumicenergistics:arcane_assembler, Arcane Assembler thaumicenergistics:essentia_cell_1k, 1k ME Essentia Storage Cell thaumicenergistics:essentia_cell_4k, 4k ME Essentia Storage Cell thaumicenergistics:essentia_cell_16k, 16k ME Essentia Storage Cell @@ -41487,6 +41544,8 @@ thaumicenergistics:upgrade_arcane, Arcane Charging Upgrade thaumicenergistics:knowledge_core, Knowledge Core thaumicenergistics:blank_knowledge_core, Blank Knowledge Core thaumicenergistics:dummy_aspect, item.thaumicenergistics.dummy_aspect.name +thaumicenergistics:infusion_provider, Essentia Infusion Provider +thaumicenergistics:arcane_assembler, Arcane Assembler thaumicaugmentation:vis_regenerator, Vis Regenerator thaumicaugmentation:warded_chest, Warded Chest thaumicaugmentation:temporary_light, Casted Light @@ -41878,6 +41937,21 @@ thaumicaugmentation:thaumium_robes_hood, Hood of the Adept thaumicaugmentation:thaumium_robes_chestplate, Robe of the Adept thaumicaugmentation:thaumium_robes_leggings, Leggings of the Adept thaumicaugmentation:celestial_observer_placer, Celestial Observer +thaumictinkerer:funnel, Essentia Funnel +thaumictinkerer:dissimulation, Dissimulation Block +thaumictinkerer:transvector_interface, Transvector Interface +thaumictinkerer:transvector_dislocator, Transvector Dislocator +thaumictinkerer:repairer, Thaumic Restorer +thaumictinkerer:magnet, Kinetic Attractor +thaumictinkerer:mob_magnet, Corporeal Attractor +thaumictinkerer:osmotic_enchanter, Osmotic Enchanter +thaumictinkerer:enchantment_pillar, Enchanting Pillar +thaumictinkerer:animation_tablet, Dynamism Tablet +thaumictinkerer:black_quartz_block, Black Quartz Block +thaumictinkerer:summoner, Tablet of Necromancy +thaumictinkerer:ichor_block, Kami Essence Block +thaumictinkerer:bedrock_portal, Bedrock Portal +thaumictinkerer:warp_gate, Celestial Gateway thaumictinkerer:share_book, Tome of Knowledge Sharing thaumictinkerer:black_quartz, Smokey Quartz thaumictinkerer:cleaning_talisman, Cleansing Charm @@ -41921,51 +41995,41 @@ thaumictinkerer:kami_boots, Boots of the Horizontal Shield thaumictinkerer:block_talisman:0, Black Hole Ring thaumictinkerer:revealing_helm, Helmet of Revealing thaumictinkerer:sky_pearl, Celestial Pearl -thaumictinkerer:funnel, Essentia Funnel -thaumictinkerer:dissimulation, Dissimulation Block -thaumictinkerer:transvector_interface, Transvector Interface -thaumictinkerer:transvector_dislocator, Transvector Dislocator -thaumictinkerer:repairer, Thaumic Restorer -thaumictinkerer:magnet, Kinetic Attractor -thaumictinkerer:mob_magnet, Corporeal Attractor -thaumictinkerer:osmotic_enchanter, Osmotic Enchanter -thaumictinkerer:enchantment_pillar, Enchanting Pillar -thaumictinkerer:animation_tablet, Dynamism Tablet -thaumictinkerer:black_quartz_block, Black Quartz Block -thaumictinkerer:summoner, Tablet of Necromancy -thaumictinkerer:ichor_block, Kami Essence Block -thaumictinkerer:bedrock_portal, Bedrock Portal -thaumictinkerer:warp_gate, Celestial Gateway -thaumicwonders:creative_essentia_jar, Creative Essentia Jar -thaumicwonders:primordial_accelerator_terminus, Primordial Accelerator Terminus +thaumictinkerer:infused_seeds, Infused Seeds +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:primordial_accretion_chamber, Primordial Accretion Chamber +thaumicwonders:coalescence_matrix_precursor, Coalescence Matrix thaumicwonders:portal_anchor, Portal Anchor thaumicwonders:vishroom_crop, Vishroom -thaumicwonders:placeholder_obsidian, Catalyzation Chamber thaumicwonders:placeholder_void_metal_block, Primordial Accretion Chamber thaumicwonders:flux_capacitor, Flux Capacitor -thaumicwonders:primordial_accretion_chamber, Primordial Accretion Chamber -thaumicwonders:meaty_orb, Meaty Orb -thaumicwonders:inspiration_engine, Inspiration Engine -thaumicwonders:coalescence_matrix, Coalescence Matrix -thaumicwonders:flux_distiller, Flux Distiller thaumicwonders:meteorb, Meteorb -thaumicwonders:shimmerleaf_crop, Shimmerleaf -thaumicwonders:hexamite, Hexamite -thaumicwonders:coalescence_matrix_precursor, Coalescence Matrix -thaumicwonders:dimensional_ripper, Dimensional Ripper -thaumicwonders:void_beacon, Void Beacon +thaumicwonders:primordial_accelerator, Primordial Accelerator thaumicwonders:primordial_accelerator_tunnel, Primordial Accelerator Tunnel thaumicwonders:placeholder_thaumium_block, Primordial Accretion Chamber -thaumicwonders:catalyzation_chamber, Catalyzation Chamber -thaumicwonders:portal_generator, Portal Generator -thaumicwonders:madness_engine, Madness Engine -thaumicwonders:everburning_urn, Everburning Urn -thaumicwonders:cinderpearl_crop, Cinderpearl thaumicwonders:placeholder_arcane_stone, Catalyzation Chamber -thaumicwonders:ore_diviner, Ore Diviner -thaumicwonders:primordial_accelerator, Primordial Accelerator +thaumicwonders:placeholder_obsidian, Catalyzation Chamber +thaumicwonders:coalescence_matrix, Coalescence Matrix +thaumicwonders:everburning_urn, Everburning Urn +thaumicwonders:meaty_orb, Meaty Orb +thaumicwonders:madness_engine, Madness Engine +thaumicwonders:primordial_accelerator_terminus, Primordial Accelerator Terminus thaumicwonders:placeholder_adv_alch_construct, Primordial Accretion Chamber +thaumicwonders:shimmerleaf_crop, Shimmerleaf +thaumicwonders:creative_essentia_jar, Creative Essentia Jar +thaumicwonders:dimensional_ripper, Dimensional Ripper +thaumicwonders:flux_distiller, Flux Distiller thaumicwonders:alkahest_vat, Alkahest Vat +thaumicwonders:cinderpearl_crop, Cinderpearl +thaumicwonders:void_beacon, Void Beacon +thaumicwonders:catalyzation_chamber, Catalyzation Chamber +thaumicwonders:ore_diviner, Ore Diviner +thaumicwonders:portal_generator, Portal Generator +thaumicwonders:hexamite, Hexamite +thaumicwonders:inspiration_engine, Inspiration Engine thaumicwonders:disjunction_cloth, Disjunction Cloth thaumicwonders:primal_destroyer, Primal Destroyer thaumicwonders:flying_carpet, Flying Carpet @@ -42061,12 +42125,10 @@ tce:tce_time_particle_gold, Time particle gold tce:tce_time_particle_redstone, Time particle redstone tce:tce_time_particle_diamond, Time particle diamond tce:tce_time_particle_emerald, Time particle emerald -tce:tce_uk1, Module collector x2 -tce:tce_uk2, Module collector x4 -tce:tce_uk3, Module collector x8 -tce:tce_uk4, Module collector x16 -tce:tce_uk5, Module collector x32 -tce:tce_uk6, Module collector x64 +tce:tce_time_plate, Time plate +tce:tce_time_star, Time star +tce:tce_upgrade_count, Module count +tce:tce_upgrade_speed, Module speed torchmaster:mega_torch:0, Mega Torch torchmaster:mega_torch:1, Unlit Mega Torch torchmaster:terrain_lighter, Terrain Lighter @@ -45109,6 +45171,7 @@ contenttweaker:antlion_callstone, Antlion Hive Callstone contenttweaker:recursive_paper_illager, Recursive Paper: Pillage contenttweaker:recursive_paper_abyssal, Recursive Paper: Abyssal contenttweaker:recursive_paper_buggy, Recursive Paper: Buggy Mess +contenttweaker:recursive_paper_faithfulundead, item.contenttweaker.recursive_paper_faithfulundead.name contenttweaker:weaponsmith_callstone, Weaponsmith Callstone contenttweaker:forbidden_meatball_man_rites, Forbidden Meatball Man Rites contenttweaker:requiem_of_the_arbiter, Requiem of the Arbiter @@ -45121,7 +45184,18 @@ contenttweaker:lucky_box_aether_gold, Lucky Box: Gold Aether contenttweaker:lucky_box_twilight_books, Lucky Box: Twilight Magician contenttweaker:lucky_box_twilight_weapons, Lucky Box: Twilight Warrior contenttweaker:dread_cleansing_callstone, Dread-Cleansing Callstone +contenttweaker:forclient_setgamerules, item.contenttweaker.forclient_setgamerules.name contenttweaker:rites_of_liberation, Rites of Liberation +contenttweaker:summons_of_the_meatball_titan, item.contenttweaker.summons_of_the_meatball_titan.name +contenttweaker:flesh_world_callstone, item.contenttweaker.flesh_world_callstone.name +contenttweaker:summons_of_the_faithful_undead, item.contenttweaker.summons_of_the_faithful_undead.name +contenttweaker:staff_of_the_lord_of_gluttony, item.contenttweaker.staff_of_the_lord_of_gluttony.name +contenttweaker:meatball_man_callstone, item.contenttweaker.meatball_man_callstone.name +contenttweaker:ancient_decrystallizer, item.contenttweaker.ancient_decrystallizer.name +contenttweaker:ancient_wyvern_trinket, item.contenttweaker.ancient_wyvern_trinket.name +contenttweaker:lucky_box_advent_armor, item.contenttweaker.lucky_box_advent_armor.name +contenttweaker:singular_gravity_honey, Singular Gravity Honey +contenttweaker:black_hole_honey, Black Hole Honey contenttweaker:nethersky_amber:0, Nethersky Amber contenttweaker:mithrillium_catalyst:0, Mithrillium Catalyst contenttweaker:crimson_quartz:0, Crimson Quartz @@ -45194,7 +45268,6 @@ contenttweaker:candy_block:0, Block of Candy contenttweaker:rainbow_bricks:0, Rainbow Bricks contenttweaker:bedrock_cobblestone:0, Bedrock Cobblestone contenttweaker:dark_mithrillium_block:0, Dark Mithrillium Block -contenttweaker:miniature_star:0, Miniature Star contenttweaker:dyson_shell:0, Dyson Shell contenttweaker:dyson_beam:0, Dyson Beam contenttweaker:ultracapacitor_bank:0, Ultracapacitor Bank @@ -45202,9 +45275,8 @@ contenttweaker:defined_machine_case:0, More Defined Machine Case contenttweaker:dyson_conduit:0, Dyson Conduit contenttweaker:dyson_collector:0, Dyson Collector contenttweaker:high_energy_ray_collector:0, High Energy Ray Collector -contenttweaker:irradiated_filler:0, Irradiated Filler -contenttweaker:irradiator_casing:0, Irradiator Casing -contenttweaker:miniature_pulsar:0, Miniature Pulsar +contenttweaker:irradiated_filler:0, Charged Filler +contenttweaker:irradiator_casing:0, Pulsar Casing contenttweaker:collecting_stone:0, Collecting Stone contenttweaker:lilith_altar_bricks:0, Lilith Altar Bricks contenttweaker:moloch_altar_bricks:0, Moloch Altar Bricks @@ -45217,7 +45289,6 @@ contenttweaker:experiment_casing:0, Experiment Casing contenttweaker:linear_accelerator_tube:0, Linear Accelerator Tube contenttweaker:warped_stone:0, Warped Stone contenttweaker:baphomet_altar_bricks:0, Baphomet Altar Bricks -contenttweaker:miniature_black_hole:0, Miniature Black Hole contenttweaker:horizon_stabilizer:0, Horizon Stabilizer contenttweaker:infinity_dyson_conduit:0, Infinity Dyson Conduit contenttweaker:dyson_compressor:0, Dyson Compressor @@ -45400,6 +45471,30 @@ contenttweaker:hyperuranon_actualizing_fabrial:0, Hyperuranion Actualizing Fabri contenttweaker:gambling_sentient_meatball:0, Gambling Sentient Meatball contenttweaker:freed_betrayed_soul:0, Freed Betrayed Soul contenttweaker:quantum_condenser:0, Quantum Condenser +contenttweaker:pulsar_screen:0, tile.contenttweaker.pulsar_screen.name +contenttweaker:infinity_stone:0, tile.contenttweaker.infinity_stone.name +contenttweaker:hungering_machine_case:0, tile.contenttweaker.hungering_machine_case.name +contenttweaker:all_seeing_sentient_meatball:0, tile.contenttweaker.all_seeing_sentient_meatball.name +contenttweaker:possessed_sky_stone:0, tile.contenttweaker.possessed_sky_stone.name +contenttweaker:burly_sentient_meatball:0, tile.contenttweaker.burly_sentient_meatball.name +contenttweaker:fractal_stone:0, tile.contenttweaker.fractal_stone.name +contenttweaker:spreading_sentient_meatball:0, tile.contenttweaker.spreading_sentient_meatball.name +contenttweaker:parasitic_sentient_meatball:0, tile.contenttweaker.parasitic_sentient_meatball.name +contenttweaker:all_powerful_sentient_meatball:0, tile.contenttweaker.all_powerful_sentient_meatball.name +contenttweaker:world_corrupting_sentient_meatball:0, tile.contenttweaker.world_corrupting_sentient_meatball.name +contenttweaker:prophetic_sentient_meatball:0, tile.contenttweaker.prophetic_sentient_meatball.name +contenttweaker:prophetic_meatball_flesh:0, tile.contenttweaker.prophetic_meatball_flesh.name +contenttweaker:chaotic_sentient_meatball:0, tile.contenttweaker.chaotic_sentient_meatball.name +contenttweaker:actualizing_stone:0, tile.contenttweaker.actualizing_stone.name +contenttweaker:naquadah_ore:0, tile.contenttweaker.naquadah_ore.name +contenttweaker:fire_dragonsteel_ore:0, tile.contenttweaker.fire_dragonsteel_ore.name +contenttweaker:ice_dragonsteel_ore:0, tile.contenttweaker.ice_dragonsteel_ore.name +contenttweaker:lightning_dragonsteel_ore:0, tile.contenttweaker.lightning_dragonsteel_ore.name +contenttweaker:dense_dimensional_shard_ore:0, tile.contenttweaker.dense_dimensional_shard_ore.name +contenttweaker:meteoric_draconic_stone:0, tile.contenttweaker.meteoric_draconic_stone.name +contenttweaker:freed_sky_stone:0, tile.contenttweaker.freed_sky_stone.name +contenttweaker:eldritch_impetus_catalyzer:0, tile.contenttweaker.eldritch_impetus_catalyzer.name +contenttweaker:terrestrial_cauldron:0, tile.contenttweaker.terrestrial_cauldron.name contenttweaker:jade_egg, Jade Egg contenttweaker:amethyst_egg, Amethyst Egg contenttweaker:rosite_egg, Rosite Egg @@ -46302,7 +46397,6 @@ contenttweaker:lower_fragment_cosmos, Lower Fragment of the Cosmos contenttweaker:eldrich_blood_slime, Eldritch Blood Slime contenttweaker:bubbell_banner, Bubbell Banner contenttweaker:spinel_ring, Spinel Ring -contenttweaker:singular_gravity_honey, Singular Gravity Honey contenttweaker:time_crystal, Time Crystal contenttweaker:gem_of_the_sleeping_city, Gem of the Sleeping City contenttweaker:stone_of_the_sleeping_city, Stone of the Sleeping City @@ -46499,7 +46593,6 @@ contenttweaker:dense_solitary_honey, Dense Solitary Honey contenttweaker:akathartos_core, Akathartos Core contenttweaker:pauram_core, Pauram Core contenttweaker:zoi_core, Zoi Core -contenttweaker:black_hole_honey, Black Hole Honey contenttweaker:rosidian_ingot, Rosidian Ingot contenttweaker:rosidian_blend, Rosidian Blend contenttweaker:puzzle_solution_branchoflife, Puzzle Solution: Branch of Life @@ -46938,6 +47031,45 @@ contenttweaker:sword_of_truth, Sword of Truth contenttweaker:ascended_fluix_crystal, Ascended Fluix Crystal contenttweaker:betweenlands_potions, Betweenlands Potion-Making contenttweaker:battle_tower, From Battle Tower Loot +contenttweaker:demon_will_sliver, item.contenttweaker.demon_will_sliver.name +contenttweaker:corrosive_will_sliver, item.contenttweaker.corrosive_will_sliver.name +contenttweaker:destructive_will_sliver, item.contenttweaker.destructive_will_sliver.name +contenttweaker:vengeful_will_sliver, item.contenttweaker.vengeful_will_sliver.name +contenttweaker:steadfast_will_sliver, item.contenttweaker.steadfast_will_sliver.name +contenttweaker:infinite_resonator, item.contenttweaker.infinite_resonator.name +contenttweaker:heart_of_the_halite_warrior, item.contenttweaker.heart_of_the_halite_warrior.name +contenttweaker:stone_of_universal_balance, item.contenttweaker.stone_of_universal_balance.name +contenttweaker:mark_of_sacrifice, item.contenttweaker.mark_of_sacrifice.name +contenttweaker:meatballsecta_wing, item.contenttweaker.meatballsecta_wing.name +contenttweaker:multiblock_sticc, item.contenttweaker.multiblock_sticc.name +contenttweaker:shield_of_the_flesh_world, item.contenttweaker.shield_of_the_flesh_world.name +contenttweaker:flesh_world_staff, item.contenttweaker.flesh_world_staff.name +contenttweaker:hungering_world_soul, item.contenttweaker.hungering_world_soul.name +contenttweaker:shield_of_the_meatball_man, item.contenttweaker.shield_of_the_meatball_man.name +contenttweaker:true_chaos, item.contenttweaker.true_chaos.name +contenttweaker:custom_dimlets, item.contenttweaker.custom_dimlets.name +contenttweaker:custom_dimensions, item.contenttweaker.custom_dimensions.name +contenttweaker:construct_of_will, item.contenttweaker.construct_of_will.name +contenttweaker:draconic_fabrial, item.contenttweaker.draconic_fabrial.name +contenttweaker:celestial_notes, item.contenttweaker.celestial_notes.name +contenttweaker:etbu_fuel, item.contenttweaker.etbu_fuel.name +contenttweaker:emox_241_fuel, item.contenttweaker.emox_241_fuel.name +contenttweaker:emox_239_fuel, item.contenttweaker.emox_239_fuel.name +contenttweaker:deep_dark_matter, item.contenttweaker.deep_dark_matter.name +contenttweaker:sun_spirit_cheese, item.contenttweaker.sun_spirit_cheese.name +contenttweaker:gaia_3_tips, item.contenttweaker.gaia_3_tips.name +contenttweaker:gaia_4_tips, item.contenttweaker.gaia_4_tips.name +contenttweaker:energy_management_tipsandtricks, item.contenttweaker.energy_management_tipsandtricks.name +contenttweaker:passive_crafting_subnets, item.contenttweaker.passive_crafting_subnets.name +contenttweaker:token_configurator, item.contenttweaker.token_configurator.name +contenttweaker:helpful_tippy_hat, item.contenttweaker.helpful_tippy_hat.name +contenttweaker:lost_soul_of_entropy, item.contenttweaker.lost_soul_of_entropy.name +contenttweaker:thaumatorium_automation, item.contenttweaker.thaumatorium_automation.name +contenttweaker:runic_altar_automation, item.contenttweaker.runic_altar_automation.name +contenttweaker:plasma_farm, item.contenttweaker.plasma_farm.name +contenttweaker:miniature_star:0, Miniature Star +contenttweaker:miniature_pulsar:0, Miniature Pulsar +contenttweaker:miniature_black_hole:0, Miniature Black Hole contenttweaker:superenchant_wrapper, Rite of Super-Enchanting contenttweaker:enchdesc_coralium, Enchantment Description: Coralium contenttweaker:enchdesc_dread, Enchantment Description: Dread @@ -47054,6 +47186,7 @@ contenttweaker:enchdesc_headhunter, Enchantment Description: Headhunter contenttweaker:enchdesc_aerial_affinity, Enchantment Description Aerial Affinity contenttweaker:enchdesc_blessing, Enchantment Description: Blessing contenttweaker:enchdesc_curse_bones, Enchantment Description: Curse of Bones +contenttweaker:enchdesc_flaming_touch, item.contenttweaker.enchdesc_flaming_touch.name contenttweaker:sensus_vis_condensate, Sensus Vis Condensate contenttweaker:machina_vis_condensate, Machina Vis Condensate contenttweaker:alkimia_vis_condensate, Alkimia Vis Condensate @@ -47125,6 +47258,7 @@ contenttweaker:lore_of_the_meatball_man, Lore of the Meatball Man contenttweaker:forgetful_serum, Forgetful Serum contenttweaker:shungite_prism, Shungite Prism contenttweaker:paparazzi_camera, Paparazzi Camera +contenttweaker:true_name_meatball_man, item.contenttweaker.true_name_meatball_man.name contenttweaker:hand_framing_tool, Hand Framing Tool contenttweaker:master_spell_motus, Master Spell: Motus contenttweaker:master_spell_aqua, Master Spell: Aqua @@ -47148,6 +47282,13 @@ contenttweaker:master_spell_potentia, Master Spell: Potentia contenttweaker:master_spell_alienis, Master Spell: Alienis contenttweaker:warren_blindfold, Warren Blindfold contenttweaker:master_spell_victus, Master Spell: Victus +contenttweaker:master_spell_ordo, item.contenttweaker.master_spell_ordo.name +contenttweaker:master_spell_draco, item.contenttweaker.master_spell_draco.name +contenttweaker:master_spell_humanus, item.contenttweaker.master_spell_humanus.name +contenttweaker:master_spell_sensus, item.contenttweaker.master_spell_sensus.name +contenttweaker:master_spell_ignis, item.contenttweaker.master_spell_ignis.name +contenttweaker:master_spell_mythus, item.contenttweaker.master_spell_mythus.name +contenttweaker:master_spell_aversio, item.contenttweaker.master_spell_aversio.name contenttweaker:wormhole_catalyst, Wormhole Catalyst contenttweaker:taerrapiatta_warper, Taerrapiatta Warper contenttweaker:diamerisma_warper, Diamerisma Warper @@ -47179,6 +47320,7 @@ contenttweaker:zoi_warper, Zoi Warper contenttweaker:akathartos_warper, Akathartos Warper contenttweaker:pauram_warper, Pauram Warper contenttweaker:alkemia_warper, Alkemia Warper +contenttweaker:warren_creation_fabrial, item.contenttweaker.warren_creation_fabrial.name contenttweaker:magic_mushroom_dark, Really Scary Vishroom contenttweaker:magic_mushroom, Scary Vishroom contenttweaker:eldritch_flower, Crazylily @@ -47446,8 +47588,11 @@ contenttweaker:material_part:317, Fractallite Halite Ingot contenttweaker:material_part:62, Fluctuatite Nugget contenttweaker:material_part:318, Fractallite Halite Rod contenttweaker:material_part:63, Fluctuatite Ingot +contenttweaker:material_part:319, Meatball Legionnaire Nugget contenttweaker:material_part:64, Fluctuatite Dust contenttweaker:material_part:65, Fluctuatite Rod +contenttweaker:material_part:321, Meatball Centurion Nugget +contenttweaker:material_part:323, Meatball Praetorian Nugget contenttweaker:material_part:68, Vibranium Nugget contenttweaker:material_part:69, Vibranium Ingot contenttweaker:material_part:70, Vibranium Dust @@ -47753,6 +47898,18 @@ contenttweaker:ascended_draconic_alloy_head, item.contenttweaker.ascended_dracon contenttweaker:ascended_draconic_alloy_legs, item.contenttweaker.ascended_draconic_alloy_legs.name contenttweaker:ascended_draconic_alloy_feet, item.contenttweaker.ascended_draconic_alloy_feet.name contenttweaker:ascended_draconic_alloy_chest, item.contenttweaker.ascended_draconic_alloy_chest.name +contenttweaker:meatball_legionnaire_head, item.contenttweaker.meatball_legionnaire_head.name +contenttweaker:meatball_legionnaire_legs, item.contenttweaker.meatball_legionnaire_legs.name +contenttweaker:meatball_legionnaire_feet, item.contenttweaker.meatball_legionnaire_feet.name +contenttweaker:meatball_legionnaire_chest, item.contenttweaker.meatball_legionnaire_chest.name +contenttweaker:meatball_centurion_head, item.contenttweaker.meatball_centurion_head.name +contenttweaker:meatball_centurion_legs, item.contenttweaker.meatball_centurion_legs.name +contenttweaker:meatball_centurion_feet, item.contenttweaker.meatball_centurion_feet.name +contenttweaker:meatball_centurion_chest, item.contenttweaker.meatball_centurion_chest.name +contenttweaker:meatball_praetorian_head, item.contenttweaker.meatball_praetorian_head.name +contenttweaker:meatball_praetorian_legs, item.contenttweaker.meatball_praetorian_legs.name +contenttweaker:meatball_praetorian_feet, item.contenttweaker.meatball_praetorian_feet.name +contenttweaker:meatball_praetorian_chest, item.contenttweaker.meatball_praetorian_chest.name dimdoors:quartz_door, Quartz Door dimdoors:quartz_dimensional_door, Quartz Dimensional Door dimdoors:gold_door, Gold Door @@ -48021,6 +48178,18 @@ 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 +threng:machine:3, Preemptive Assembly Unit +threng:machine:4, ME Level Maintainer +threng:machine:5, Crystal Energizer +threng:big_assembler:0, Mass Assembler Frame +threng:big_assembler:1, Mass Assembler Vent +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 threng:material:0, Fluix Steel Ingot threng:material:1, Carbonic Fluix Complex threng:material:2, Fluix-Plated Iron Ingot @@ -48036,18 +48205,6 @@ threng:material:11, Speculation Core (16x) threng:material:12, Speculation Core (32x) threng:material:13, Speculation Core (64x) threng:material:14, Speculative Processor -threng:machine:0, Fluix Aggregator -threng:machine:1, Pulse Centrifuge -threng:machine:2, ME Circuit Etcher -threng:machine:3, Preemptive Assembly Unit -threng:machine:4, ME Level Maintainer -threng:machine:5, Crystal Energizer -threng:big_assembler:0, Mass Assembler Frame -threng:big_assembler:1, Mass Assembler Vent -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 ichunutil:compact_porkchop, Compact Raw Porkchop industrialforegoing:petrified_fuel_generator, Petrified Fuel Generator industrialforegoing:enchantment_refiner, Enchantment Sorter @@ -48275,12 +48432,12 @@ magicbees:mysteriousmagnet:18, Mysterious Magnet magicbees:moondial, Jade Moon Dial magicbees:manasteelgrafter, Manasteel Grafter magicbees:manasteelscoop, Manasteel Scoop -magicbees:frames.temporal, Temporal Frame -magicbees:frames.resilient, Resilient Frame magicbees:frames.magic, Magic Frame -magicbees:frames.oblivion, Oblivion Frame +magicbees:frames.temporal, Temporal Frame magicbees:frames.necrotic, Necrotic Frame magicbees:frames.gentle, Gentle Frame +magicbees:frames.oblivion, Oblivion Frame +magicbees:frames.resilient, Resilient Frame magicbees:frames.metabolic, Metabolic Frame magicbees:hiveblock:0, Curious Hive magicbees:hiveblock:1, Unusual Hive @@ -48291,6 +48448,7 @@ magicbees:hiveblock:5, Oblivion Hive magicbees:effectjar, Bee Collector's Jar magicbees:enchanted_earth, Enchanted Earth testdummy:dummy, Test Dummy +testdummy2:dummy, Test Dummy nae2:material:0, ME Void Storage Component nae2:material:1, §c256k§r ME Storage Component nae2:material:2, §61024k§r ME Storage Component @@ -49578,13 +49736,6 @@ forestry:crated.minecraft.sapling.2, item.crated.minecraft.sapling.2.name forestry:crated.minecraft.sapling.3, item.crated.minecraft.sapling.3.name forestry:crated.minecraft.sapling.4, item.crated.minecraft.sapling.4.name forestry:crated.minecraft.sapling.5, item.crated.minecraft.sapling.5.name -forestry:crated.forestry.fruits.0, item.crated.forestry.fruits.0.name -forestry:crated.forestry.fruits.1, item.crated.forestry.fruits.1.name -forestry:crated.forestry.fruits.2, item.crated.forestry.fruits.2.name -forestry:crated.forestry.fruits.3, item.crated.forestry.fruits.3.name -forestry:crated.forestry.fruits.4, item.crated.forestry.fruits.4.name -forestry:crated.forestry.fruits.6, item.crated.forestry.fruits.6.name -forestry:crated.forestry.fruits.5, item.crated.forestry.fruits.5.name forestry:crated.forestry.beeswax.0, item.crated.forestry.beeswax.0.name forestry:crated.forestry.pollen.0, item.crated.forestry.pollen.0.name forestry:crated.forestry.pollen.1, item.crated.forestry.pollen.1.name @@ -49605,6 +49756,13 @@ forestry:crated.forestry.bee_combs.14, item.crated.forestry.bee_combs.14.name forestry:crated.forestry.bee_combs.15, item.crated.forestry.bee_combs.15.name forestry:crated.forestry.bee_combs.16, item.crated.forestry.bee_combs.16.name forestry:crated.forestry.refractory_wax.0, item.crated.forestry.refractory_wax.0.name +forestry:crated.forestry.fruits.0, item.crated.forestry.fruits.0.name +forestry:crated.forestry.fruits.1, item.crated.forestry.fruits.1.name +forestry:crated.forestry.fruits.2, item.crated.forestry.fruits.2.name +forestry:crated.forestry.fruits.3, item.crated.forestry.fruits.3.name +forestry:crated.forestry.fruits.4, item.crated.forestry.fruits.4.name +forestry:crated.forestry.fruits.6, item.crated.forestry.fruits.6.name +forestry:crated.forestry.fruits.5, item.crated.forestry.fruits.5.name forestry:crated.techreborn.part.33, item.crated.techreborn.part.33.name forestry:crated.techreborn.uumatter.0, item.crated.techreborn.uumatter.0.name forestry:crated.ingotlead, item.crated.ingotLead.name diff --git a/config/CustomMainMenu/mainmenu.json b/config/CustomMainMenu/mainmenu.json index c034d8f3..bfc91fca 100644 --- a/config/CustomMainMenu/mainmenu.json +++ b/config/CustomMainMenu/mainmenu.json @@ -230,7 +230,8 @@ "menu:back38.png", "menu:back39.png", "menu:back40.png", - "menu:back41.png"], + "menu:back41.png", + "menu:back42.png"], "displayDuration" : 100, "shuffle": true, "fadeDuration" : 40 diff --git a/config/InvTweaks.cfg b/config/InvTweaks.cfg index 12cd5ef5..386c3d3c 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 Oct 23 10:29:58 PDT 2024 +#Wed Jan 15 15:45:33 PST 2025 enableMiddleClick=true showChestButtons=true enableSortingOnPickup=false diff --git a/config/ItemBlacklist.json b/config/ItemBlacklist.json index da1def0c..3caa961f 100644 --- a/config/ItemBlacklist.json +++ b/config/ItemBlacklist.json @@ -15,6 +15,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "623": [ @@ -45,6 +57,30 @@ { "item": "industrialforegoing:mob_slaughter_factory", "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": "*" } ], "183": [ @@ -63,6 +99,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "805": [ @@ -81,6 +129,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "184": [ @@ -143,6 +203,18 @@ { "item": "industrialforegoing:mob_slaughter_factory", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "818": [ @@ -161,6 +233,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "821": [ @@ -179,6 +263,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "165": [ @@ -209,6 +305,30 @@ { "item": "industrialforegoing:mob_slaughter_factory", "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": "*" } ], "814": [ @@ -227,6 +347,42 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "industrialforegoing:mob_relocator", + "damage": "*" + }, + { + "item": "draconicevolution:grinder", + "damage": "*" + }, + { + "item": "industrialforegoing:mob_slaughter_factory", + "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": "*" } ], "53": [ @@ -245,6 +401,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "166": [ @@ -263,6 +431,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "423": [ @@ -281,6 +461,18 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "170": [ @@ -311,6 +503,30 @@ { "item": "industrialforegoing:mob_slaughter_factory", "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": "*" } ], "171": [ @@ -341,6 +557,30 @@ { "item": "industrialforegoing:mob_slaughter_factory", "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": "*" } ], "172": [ @@ -371,6 +611,30 @@ { "item": "industrialforegoing:mob_slaughter_factory", "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": "*" } ], "173": [ @@ -401,6 +665,30 @@ { "item": "industrialforegoing:mob_slaughter_factory", "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": "*" } ], "802": [ @@ -427,6 +715,18 @@ { "item": "industrialforegoing:mob_slaughter_factory", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "1": [ @@ -441,6 +741,18 @@ { "item": "abyssalcraft:unique_scroll", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "146": [ @@ -455,6 +767,18 @@ { "item": "abyssalcraft:unique_scroll", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "426": [ @@ -485,6 +809,18 @@ { "item": "enderutilities:enderbow", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "-11325": [ @@ -519,6 +855,30 @@ { "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": [ @@ -529,12 +889,36 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "151": [ { "item": "extrautils2:terraformer", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "111": [ @@ -549,18 +933,66 @@ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "xreliquary:rod_of_lyssa", + "damage": "*" + }, + { + "item": "abyssalcraft:scroll", + "damage": "*" + }, + { + "item": "abyssalcraft:unique_scroll", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "4": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "425": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "50": [ @@ -579,36 +1011,108 @@ { "item": "industrialforegoing:mob_slaughter_factory", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "51": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "52": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "180": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "181": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "182": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "162": [ @@ -627,12 +1131,36 @@ { "item": "industrialforegoing:mob_slaughter_factory", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "164": [ { "item": "rftools:storage_scanner", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "624": [ @@ -663,6 +1191,18 @@ { "item": "abyssalcraft:unique_scroll", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ], "424": [ @@ -677,6 +1217,237 @@ { "item": "industrialforegoing:mob_slaughter_factory", "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "800": [ + { + "item": "draconicevolution:grinder", + "damage": "*" + }, + { + "item": "industrialforegoing:mob_relocator", + "damage": "*" + }, + { + "item": "industrialforegoing:mob_slaughter_factory", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "813": [ + { + "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": "*" + } + ], + "819": [ + { + "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": "*" + } + ], + "0": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "43": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "144": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "-1": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "7": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "66": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "20": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "14676": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "19": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" + } + ], + "-2": [ + { + "item": "rftoolsdim:dimension_builder", + "damage": "*" + }, + { + "item": "rftoolsdim:dimension_enscriber", + "damage": "*" + }, + { + "item": "rftoolsdim:dimlet_workbench", + "damage": "*" } ] + } \ No newline at end of file diff --git a/config/ItemFavorites/buddybro.dat b/config/ItemFavorites/buddybro.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/buddybro.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/dankchests.dat b/config/ItemFavorites/dankchests.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/dankchests.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/dimlets.dat b/config/ItemFavorites/dimlets.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/dimlets.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/fractalboi.dat b/config/ItemFavorites/fractalboi.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/fractalboi.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/goodfinem.dat b/config/ItemFavorites/goodfinem.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/goodfinem.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/luggage.dat b/config/ItemFavorites/luggage.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/luggage.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/meatballboi.dat b/config/ItemFavorites/meatballboi.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/meatballboi.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/morefinem.dat b/config/ItemFavorites/morefinem.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/morefinem.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/senddudes.dat b/config/ItemFavorites/senddudes.dat new file mode 100644 index 00000000..e0e6278f --- /dev/null +++ b/config/ItemFavorites/senddudes.dat @@ -0,0 +1 @@ +["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"] \ No newline at end of file diff --git a/config/ProjectE/custom_emc.json b/config/ProjectE/custom_emc.json index af05891b..13e84abb 100644 --- a/config/ProjectE/custom_emc.json +++ b/config/ProjectE/custom_emc.json @@ -22811,6 +22811,94 @@ { "item": "extendedcrafting:singularity|20", "emc": 0 + }, + { + "item": "glassential:glass_light|0", + "emc": 0 + }, + { + "item": "contenttweaker:multiblock_sticc|0", + "emc": 1 + }, + { + "item": "forestry:thermionic_tubes|7", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|8", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|10", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|5", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|2", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|9", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|4", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|6", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|0", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|12", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|1", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|11", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|3", + "emc": 0 + }, + { + "item": "forestry:thermionic_tubes|13", + "emc": 0 + }, + { + "item": "contenttweaker:eternal_nightmare|0", + "emc": 0 + }, + { + "item": "contenttweaker:helpful_tippy_hat|0", + "emc": 2048 + }, + { + "item": "bewitchment:coquina|0", + "emc": 64 + }, + { + "item": "biomesoplenty:hard_ice|0", + "emc": 16 + }, + { + "item": "astralsorcery:blockcustomflower|0", + "emc": 16 + }, + { + "item": "contenttweaker:diary_of_a_realmshifter|0", + "emc": 2048 } ] } \ No newline at end of file diff --git a/config/ProjectE/mapping.cfg b/config/ProjectE/mapping.cfg index 5b0175e3..1fb9a395 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: 3690 [range: 0 ~ 512, default: 1] + # Priority for Mod with ModId = expequiv. Values: 3744 [range: 0 ~ 512, default: 1] I:expequivpriority=1 I:metallurgypriority=1 @@ -245,7 +245,7 @@ mapperconfigurations { apicustomconversionmapper { allow { - # Allow Mod expequiv to add its 82871 Recipes to the EMC Calculation [default: true] + # Allow Mod expequiv to add its 83571 Recipes to the EMC Calculation [default: true] B:expequiv=true } diff --git a/config/TorcherinoCE/TorcherinoCE.cfg b/config/TorcherinoCE/TorcherinoCE.cfg index 18279543..c1bcac09 100644 --- a/config/TorcherinoCE/TorcherinoCE.cfg +++ b/config/TorcherinoCE/TorcherinoCE.cfg @@ -3,10 +3,68 @@ blacklist { # modid:unlocalized, Example: projecte:collector_mk1 [default: ] S:blacklistedBlocks < + extrautils2:rainbowgenerator + nuclearcraft:fission_controller_new_fixed + nuclearcraft:salt_fission_controller + nuclearcraft:heat_exchanger_controller + nuclearcraft:turbine_controller + nuclearcraft:fusion_core + bigreactors:turbinecontroller + bigreactors:reactorcontroller + thermalexpansion:dynamo:0 + thermalexpansion:dynamo:1 + thermalexpansion:dynamo:2 + thermalexpansion:dynamo:3 + thermalexpansion:dynamo:4 + thermalexpansion:dynamo:5 + techreborn:thermal_generator + techreborn:diesel_generator + techreborn:semi_fluid_generator + techreborn:solid_fuel_generator + techreborn:dragon_egg_syphon + industrialforegoing:protein_generator + industrialforegoing:biofuel_generator + cyclicmagic:peat_generator + enderio:block_zombie_generator + enderio:block_franken_zombie_generator + enderio:block_ender_generator + actuallyadditions:block_bio_reactor + modularrouters:item_router + extrautils2:user + botania:alfheimportal > # Fully qualified class name [default: ] S:blacklistedTiles < + extrautils2:rainbowgenerator + nuclearcraft:fission_controller_new_fixed + nuclearcraft:salt_fission_controller + nuclearcraft:heat_exchanger_controller + nuclearcraft:turbine_controller + nuclearcraft:fusion_core + bigreactors:turbinecontroller + bigreactors:reactorcontroller + thermalexpansion:dynamo:0 + thermalexpansion:dynamo:1 + thermalexpansion:dynamo:2 + thermalexpansion:dynamo:3 + thermalexpansion:dynamo:4 + thermalexpansion:dynamo:5 + techreborn:thermal_generator + techreborn:diesel_generator + techreborn:semi_fluid_generator + techreborn:solid_fuel_generator + techreborn:dragon_egg_syphon + industrialforegoing:protein_generator + industrialforegoing:biofuel_generator + cyclicmagic:peat_generator + enderio:block_zombie_generator + enderio:block_franken_zombie_generator + enderio:block_ender_generator + actuallyadditions:block_bio_reactor + modularrouters:item_router + extrautils2:user + botania:alfheimportal > } @@ -42,19 +100,19 @@ item { # Storage time infinite [range: 1 ~ 2147483647, default: 2147483647] I:Time_Storage_infinite=2147483647 - # Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 500] + # Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 120] I:Time_Storage_lvl_1=500 - # Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 1500] + # Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 360] I:Time_Storage_lvl_2=1500 - # Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 4500] + # Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 1080] I:Time_Storage_lvl_3=4500 - # Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 13500] + # Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 2400] I:Time_Storage_lvl_4=13500 - # Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 45000] + # Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 7200] I:Time_Storage_lvl_5=45000 # Speed Time Wand lvl 1. 1 = 100%..... [range: 1 ~ 127, default: 3] @@ -109,24 +167,48 @@ render { ########################################################################################################## tile { - # Need ticks to generate 100% [range: 1 ~ 32767, default: 1154] + # Max energy storage [range: 1 ~ 2147483647, default: 50000000] + I:Tile_Energy_Particle_Collector_Max_Energy=50000000 + + # Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 540000] + I:Tile_Energy_Particle_Collector_RF_Tick=540000 + + # Max energy storage [range: 1 ~ 2147483647, default: 5000000] + I:Tile_Energy_Torcherino_Max_Energy=5000000 + + # Do I need energy to work, Torcherino [default: true] + B:Tile_Energy_Torcherino_Mode=true + + # Rf tick work [range: 1 ~ 2147483647, default: 500] + I:Tile_Energy_Torcherino_RF_Tick=500 I:Tile_Generator_Particle=1154 + # Need ticks to generate 100% [range: 1 ~ 32767, default: 1800] + I:Tile_Generator_Particle_NeedTick=1800 + + # Time maximum storage [range: 1 ~ 2147483647, default: 3600] + I:Tile_Time_Acceleration_MaxStorage=3600 + # Maximum Radius [range: 1 ~ 127, default: 3] I:Tile_Time_Acceleration_Radius=3 # Speed 1 = 100% [range: 1 ~ 127, default: 3] I:Tile_Time_Acceleration_Speed=3 - # Maximum storage size [range: 1 ~ 2147483647, default: 1500] + # Time maximum storage [range: 1 ~ 2147483647, default: 1000] I:Tile_Time_Collectors_MaxStorage=1500 I:Tile_Time_Collectors_Required_Time=20 - - # Need ticks to generate 100% [range: 1 ~ 32767, default: 54110] I:Tile_Time_Manipulator=54110 - # Time max time Storage [range: 1 ~ 2147483647, default: 1000000] + # Time maximum storage [range: 1 ~ 32767, default: 2500] + I:Tile_Time_Manipulator_MaxStorage=2500 + + # Need time [range: 1 ~ 32767, default: 500] + I:Tile_Time_Manipulator_Need_Time=500 I:Tile_Time_Storage=1000000 + + # Time maximum storage [range: 1 ~ 2147483647, default: 10000] + I:Tile_Time_Storage_MaxStorage=10000 } diff --git a/config/Universal Tweaks - Bugfixes.cfg b/config/Universal Tweaks - Bugfixes.cfg index 1a63d6a6..552c881e 100644 --- a/config/Universal Tweaks - Bugfixes.cfg +++ b/config/Universal Tweaks - Bugfixes.cfg @@ -86,7 +86,7 @@ general { B:"Dimension Change Player States"=true # Fixes item duplications when players are dropping items and disconnecting - B:"Disconnect Dupe"=false + B:"Disconnect Dupe"=true # Fixes a duplication exploit connected to the inventories of donkeys and mules B:"Donkey/Mule Dupe"=true @@ -178,6 +178,7 @@ general { B:"Crafted Item Statistics"=true # Fixes entity and particle rendering issues by enabling depth buffer writing + # Can cause issues with modded particles B:"Depth Mask"=true # Replaces the help command, sorts and reports broken commands @@ -201,17 +202,8 @@ general { B:"Spectator Menu"=true "model gap" { - # Fixes transparent gaps in all 3D models of blocks and items B:"[1] Model Gap Toggle"=true - - # Quad X/Y offset - # Moves the quad toward the center of the item - # Use to hide gaps, keep as close to 0 as possible D:"[2] Recess Value"=0.007 - - # Quad expansion increment - # Enlarges each quad - # Use to hide gaps, keep as close to 0 as possible D:"[3] Expansion Value"=0.008 } diff --git a/config/Universal Tweaks - Mod Integration.cfg b/config/Universal Tweaks - Mod Integration.cfg index f9176b41..ac4e2d14 100644 --- a/config/Universal Tweaks - Mod Integration.cfg +++ b/config/Universal Tweaks - Mod Integration.cfg @@ -14,6 +14,15 @@ general { # Fixes various duplication exploits B:"Duplication Fixes"=true + # Sets what level of Particles Setting is required to disable the Item Particles generated by Item Lasers transferring items + # The config setting here is complex due to how Vanilla Minecraft handles the Particles setting + # -1 or lower will not register the mixin + # 0 disables the creation of these particles entirely + # 1 disables the creation of these particles when the Particle setting is on Minimal only + # 2 disables the creation of these particles when the Particle setting is on Decreased or Minimal + # 3 or higher will never disable these particles + I:"Item Laser Particles Graphics"=-1 + # Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack B:"Laser Upgrade Voiding"=true } @@ -38,10 +47,11 @@ general { # Fixes various duplication exploits B:"Duplication Fixes"=true + # Fixes memory leak when unloading worlds/switching dimensions + B:"Memory Leak Fix"=true + # Optimizes the Hellfire/Soul Forge to reduce tick time B:"Optimized Hellfire Forge"=true - - # Fixes memory leak when unloading worlds/switching dimensions B:"World Unload Memory Leak Fix"=true } @@ -75,6 +85,9 @@ general { "elementary staffs" { # Reintroduces the 1.5 electric staff behavior along with some subtle particles B:"Electric Staff Port"=true + + # Lets the health staff also heal other players (and potentially more living entities) + B:"Health Staff Player Healing"=true } "elenai dodge 2" { @@ -118,6 +131,9 @@ general { # Fixes the Creative Mill Generator not respecting the Creative Block Breaking config B:"Creative Mill Harvestability"=true + # Downgrades the message when creating a potion recipe from info to a debug + B:"Downgrade Potion Recipes Log Level"=true + # Fixes various duplication exploits B:"Duplication Fixes"=true @@ -189,7 +205,7 @@ general { "item stages" { # Changes item matching code to CraftTweaker's ingredient matching system, fixes item NBT issues - B:"Ingredient Matching"=false + B:"Ingredient Matching"=true } mekanism { @@ -338,10 +354,7 @@ general { } thaumcraft { - # Fixes various duplication exploits B:"Duplication Fixes"=true - - # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs B:"Flower Bounding Box"=true # Stops the thaumometer from bobbing rapidly when using it to scan objects @@ -349,13 +362,10 @@ general { } "thaumcraft: entities" { - # Adds particles to firebats similar to legacy versions B:"Firebat Particles"=true # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders B:"Spiderlike Eldritch Crabs"=true - - # Increases particle size of wisps similar to legacy versions B:"Wisp Particles"=true } @@ -518,8 +528,16 @@ general { } "compact machines" { + # Improves server performance by properly controlling spawn checks (effectiveness depends on CM's config) + # Disable both 'allowHostileSpawns' and 'allowPeacefulSpawns' in the CM config for best performance + # Does nothing if both config values are true + B:"Allowed Spawns Improvement"=true + # Fixes some compact machine walls being invisible if Nothirium 0.2.x (and up) or Vintagium is installed B:"Invisible Wall Render Fix"=true + + # Fixes client-side memory leak associated with miniaturization recipes + B:"Memory Leak Fix"=true } "effortless building" { @@ -560,7 +578,7 @@ general { "codechicken lib" { # Fixes network ByteBuf leaks from PacketCustom - B:"Packet Leak Fix"=false + B:"Packet Leak Fix"=true } "ender storage" { @@ -589,6 +607,47 @@ general { B:"Sky of Old Dimension Fix"=true } + bibliocraft { + # Fixes client-side memory leak by disabling version check + B:"Disable Version Check"=true + } + + collective { + # Fixes memory leak when unloading worlds/switching dimensions + B:"Memory Leak Fix"=true + } + + emojicord { + # Improves emoji context calculation to improve fps when rendering a lot of text + B:"Emoji Context"=true + } + + "ender io" { + # Fixes client-side memory leak by replacing obelisk renderer with a simpler one + B:"Replace Obelisk Renderer"=true + } + + "in control!" { + # Fixes onJoin spawn rules repeatedly modifying mob attack/health/speed + B:"Spawn Rule Stats Fix"=true + } + + "iron chests" { + # Fixes client-side memory leak by replacing the crystal chest/shulker box renderer with a simpler one + # Note: Stack sizes are not rendered, similar to modern versions of this mod + B:"Replace Crystal Chest/Shulker Renderer"=true + } + + "random things" { + # Fixes a bug where crafting the output of an Anvil recipe would modify the recipe, preventing crafts until restart + B:"Anvil Crafting Fix"=true + } + + woot { + # Remove any leftover entities spawned on simulated mob's death + B:"Cleanup Simulated Kills"=true + } + } diff --git a/config/Universal Tweaks - Tweaks.cfg b/config/Universal Tweaks - Tweaks.cfg index ef6c8012..4fe55764 100644 --- a/config/Universal Tweaks - Tweaks.cfg +++ b/config/Universal Tweaks - Tweaks.cfg @@ -54,6 +54,9 @@ general { # Controls if the observer activates itself on the first tick when it is placed B:"Prevent Observer Activating on Placement"=false + # Lets projectiles like arrows bounce off slime blocks + B:"Projectiles Bounce Off Slime Blocks"=false + # Controls if the End Portal renders its texture on the bottom face B:"Render End Portal Bottom"=true @@ -295,22 +298,49 @@ general { attributes { # Sets custom ranges for entity attributes B:"[01] Attributes Toggle"=true + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[02] Max Health Min"=-65536.0 D:"[03] Max Health Max"=1000000.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[04] Follow Range Min"=-65536.0 D:"[05] Follow Range Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[06] Knockback Resistance Min"=-65536.0 D:"[07] Knockback Resistance Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[08] Movement Speed Min"=-65536.0 D:"[09] Movement Speed Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[10] Flying Speed Min"=-65536.0 D:"[11] Flying Speed Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[12] Attack Damage Min"=-65536.0 D:"[13] Attack Damage Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[14] Attack Speed Min"=-65536.0 D:"[15] Attack Speed Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[16] Armor Min"=-65536.0 D:"[17] Armor Max"=65536.0 + + # Min: 0.0 + # Max: 1.7976931348623157E308 D:"[18] Armor Toughness Min"=-65536.0 D:"[19] Armor Toughness Max"=65536.0 D:"[20] Luck Min"=-65536.0 @@ -335,11 +365,7 @@ general { } "collision damage" { - # Applies horizontal collision damage to the player akin to elytra collision B:"[1] Collision Damage Toggle"=false - - # The damage factor that gets multiplied with the player speed - # Vanilla default for elytra damage is 10 I:"[2] Damage Factor"=10 } @@ -422,6 +448,9 @@ general { # Disables skipping night by using a bed while making it still able to set spawn B:"Disable Sleeping"=false + # Disables setting the spawn point by using a bed while making it still able to sleep + B:"Disable Sleeping Setting Spawn"=false + # Determines at which time of day sleeping is allowed in ticks (0 - 23999) # -1 for vanilla default # Min: -1 @@ -634,6 +663,9 @@ general { # Prevents placing of liquid source blocks overriding portal blocks B:"Prevent Placing Buckets in Portals"=false + # Requires the hunger bar to be missing food points equal to or more than the amount restored by the food + B:"Smart Eat"=false + # Enables one-time ignition of entities by hitting them with a torch B:"Super Hot Torch"=false @@ -830,8 +862,6 @@ general { # Disables potion effect particles emitting from yourself B:"Hide Personal Effect Particles"=false - - # Provides more information to addPacket removed entity warnings B:"Improved Entity Tracker Warning"=true # Lets background music play continuously without delays @@ -873,6 +903,7 @@ general { B:"Prevent Keybinds from Overflowing Screen"=true # Removes the 3D Anaglyph button from the video settings menu + # Incompatible with OptiFine B:"Remove 3D Anaglyph Button"=true # Removes the redundant Minecraft Realms button from the main menu and silences notifications @@ -981,14 +1012,14 @@ general { S:"[1] Mode"=MINECRAFT_AND_WORLD # Sounds to play when Minecraft is loaded - # Syntax: eventname;pitch + # Syntax: eventname;pitch;volume S:"[2] Minecraft Loaded Sounds" < entity.experience_orb.pickup;1.0 entity.player.levelup;1.0 > # Sounds to play when the world is loaded - # Syntax: eventname;pitch + # Syntax: eventname;pitch;volume S:"[3] World Loaded Sounds" < entity.experience_orb.pickup;1.0 entity.player.levelup;1.0 @@ -1086,6 +1117,12 @@ general { # Syntax: modid:block S:"[3] Whitelist" < > + + # Excludes items from the swing through grass tweak + # Syntax: modid:item + S:"[4] Item Blacklist" < + erebus:wand_of_animation + > } "toast control" { @@ -1166,6 +1203,21 @@ general { B:"[09] Add Advancement Tab Title to Header"=true } + "connection timeouts" { + # Allows configuring read/login timeouts. + # If you are having trouble logging into a server of a large modpack, try changing the timeouts below. + B:"[1] Connection Timeouts Toggle"=true + + # The connection read timeout in seconds. + # This value is used on both client and server. + # On the server, also extends the time allowed to respond to a KeepAlive packet. + I:"[2] Read Timeout"=90 + + # The login timeout in seconds. (Vanilla default: 600 ticks, or 30 secs) + # Only used on the server. + I:"[3] Login Timeout"=90 + } + } performance { @@ -1176,6 +1228,7 @@ general { B:"Check Animated Models"=true # Adds an IRecipe cache to improve recipe performance in larger modpacks + # Incompatible with KemonoCraft B:"Crafting Cache"=true # Improves loading times by removing debug code for missing sounds and subtitles @@ -1187,6 +1240,9 @@ general { # Improves rendering performance by disabling rendering the entity inside mob spawners B:"Disable Mob Spawner Entity"=false + # Prevents Rain and Snow Particles from rendering when Raining or Thundering + B:"Disable Rain Particles"=false + # Replaces color lookup for sheep to check a predefined table rather than querying the recipe registry B:"Fast Dye Blending"=true @@ -1198,9 +1254,11 @@ general { B:"Fast World Loading"=false # Fixes slow background startup edge case caused by checking tooltips during the loading process + # May have side effects concerning tooltips B:"Faster Background Startup"=false # Improves the speed of switching languages in the Language GUI + # Incompatible with OptiFine B:"Improve Language Switching Speed"=true # Improves the speed of connecting to servers by setting the InetAddress host name to the IP in situations @@ -1249,6 +1307,9 @@ general { # Vanilla ids aren't allowed because they are already included # Most types should be specified with the vanilla default radius: 2.0 S:"[5] Less Collisions Extra Targets" < + forestry:butterflyge;2.0 + railcraft:cart_chest;2.0 + chickens:chickenschicken;2.0 > } @@ -1338,6 +1399,21 @@ general { I:"[9] Particle Spawn Y Level"=8 } + "cave generation" { + # Sets custom values for the vanilla cave generation + B:"[1] Cave Generation Toggle"=false + + # Size of cave systems + # 40 for pre-1.7 generation + # 15 for vanilla default + I:"[2] Cave Size"=15 + + # Chance for generating cave systems + # 15 for pre-1.7 generation + # 7 for vanilla default + I:"[3] Cave Rarity"=7 + } + } } diff --git a/config/acronym/saved/material_parts_contenttweaker-original.json b/config/acronym/saved/material_parts_contenttweaker-original.json index 8feac1e8..d06a2767 100644 --- a/config/acronym/saved/material_parts_contenttweaker-original.json +++ b/config/acronym/saved/material_parts_contenttweaker-original.json @@ -11,6 +11,7 @@ "abyss_token_nugget": 262, "chaos_dust": 175, "sedna_armor": 244, + "meatball_centurion_armor": 322, "rubidium_molten": 172, "vibranium_alloy_ingot": 132, "lunastone_ore_minecraft_stone": 217, @@ -81,6 +82,7 @@ "bloodmaster_metal_nugget": 30, "black_metal_nugget": 195, "primal_ogerite_rod": 127, + "meatball_legionnaire_nugget": 319, "chalcedony_molten": 147, "phasing_alloy_nugget": 249, "dreadite_gear": 37, @@ -104,6 +106,7 @@ "myrmitite_plate": 84, "shyrelands_token_nugget": 300, "corrosive_steel_rod": 9, + "meatball_centurion_nugget": 321, "corrosive_steel_nugget": 6, "vox_ponds_token_nugget": 302, "demonic_steel_rod": 3, @@ -163,6 +166,7 @@ "elite_wildwood_armor": 255, "sideral_damascus_steel_rod": 224, "grave_dust_armor": 307, + "meatball_praetorian_nugget": 323, "promethium_ingot": 203, "hot_vibranium_alloy_ingot": 129, "rubidium_nugget": 168, @@ -177,7 +181,7 @@ "precasia_token_nugget": 296, "corrosive_steel_ingot": 7, "greckon_token_nugget": 282, - "fractallite_halite_armor": 319, + "fractallite_halite_armor": 326, "ichorium_molten": 313, "dreaded_steel_gear": 45, "sentient_meatball_nugget": 304, @@ -268,6 +272,7 @@ "hassium_nugget": 178, "wrought_plate_nugget": 247, "vibranium_alloy_gear": 134, + "meatball_legionnaire_armor": 320, "chalcedony_block": 149, "candyte_rod": 92, "black_metal_ingot": 196, @@ -294,6 +299,7 @@ "elite_mortum_armor": 261, "elite_eden_nugget": 252, "dreadite_block": 44, + "meatball_praetorian_armor": 324, "myrmitite_dust": 83, "celeve_token_armor": 271, "myrmitite_ore_minecraft_stone": 211, diff --git a/config/acronym/saved/material_parts_contenttweaker.json b/config/acronym/saved/material_parts_contenttweaker.json index 8feac1e8..d06a2767 100644 --- a/config/acronym/saved/material_parts_contenttweaker.json +++ b/config/acronym/saved/material_parts_contenttweaker.json @@ -11,6 +11,7 @@ "abyss_token_nugget": 262, "chaos_dust": 175, "sedna_armor": 244, + "meatball_centurion_armor": 322, "rubidium_molten": 172, "vibranium_alloy_ingot": 132, "lunastone_ore_minecraft_stone": 217, @@ -81,6 +82,7 @@ "bloodmaster_metal_nugget": 30, "black_metal_nugget": 195, "primal_ogerite_rod": 127, + "meatball_legionnaire_nugget": 319, "chalcedony_molten": 147, "phasing_alloy_nugget": 249, "dreadite_gear": 37, @@ -104,6 +106,7 @@ "myrmitite_plate": 84, "shyrelands_token_nugget": 300, "corrosive_steel_rod": 9, + "meatball_centurion_nugget": 321, "corrosive_steel_nugget": 6, "vox_ponds_token_nugget": 302, "demonic_steel_rod": 3, @@ -163,6 +166,7 @@ "elite_wildwood_armor": 255, "sideral_damascus_steel_rod": 224, "grave_dust_armor": 307, + "meatball_praetorian_nugget": 323, "promethium_ingot": 203, "hot_vibranium_alloy_ingot": 129, "rubidium_nugget": 168, @@ -177,7 +181,7 @@ "precasia_token_nugget": 296, "corrosive_steel_ingot": 7, "greckon_token_nugget": 282, - "fractallite_halite_armor": 319, + "fractallite_halite_armor": 326, "ichorium_molten": 313, "dreaded_steel_gear": 45, "sentient_meatball_nugget": 304, @@ -268,6 +272,7 @@ "hassium_nugget": 178, "wrought_plate_nugget": 247, "vibranium_alloy_gear": 134, + "meatball_legionnaire_armor": 320, "chalcedony_block": 149, "candyte_rod": 92, "black_metal_ingot": 196, @@ -294,6 +299,7 @@ "elite_mortum_armor": 261, "elite_eden_nugget": 252, "dreadite_block": 44, + "meatball_praetorian_armor": 324, "myrmitite_dust": 83, "celeve_token_armor": 271, "myrmitite_ore_minecraft_stone": 211, diff --git a/config/advRocketry/planetDefs.xml b/config/advRocketry/planetDefs.xml index f7063157..e9d7bf16 100644 --- a/config/advRocketry/planetDefs.xml +++ b/config/advRocketry/planetDefs.xml @@ -413,10 +413,10 @@ 100 105 30 - 30 + 30 38000 - contenttweaker:ender_dolomite - thermalfoundation:fluid_ender + contenttweaker:ender_dolomite + tconstruct:blueslime advancedrocketry:moondark,minecraft:ocean contenttweaker:unreachable diff --git a/config/astralsorcery/amulet_enchantments.cfg b/config/astralsorcery/amulet_enchantments.cfg index 1b13e692..4525d554 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], [enderio:repellent:1], [enderio:soulbound:1], [enderio:witherarrow:5], [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], [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], [enderio:witherarrow:5], [enderio:soulbound:1], [enderio:witherweapon:5], [enderio:repellent:1], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [soulshardsrespawn:soul_stealer:5], [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/battletowers.cfg b/config/battletowers.cfg index 9264e1e7..89f5ddf8 100644 --- a/config/battletowers.cfg +++ b/config/battletowers.cfg @@ -7,14 +7,14 @@ ########################################################################################################## battletowerchestitems { - S:"Floor 1"=stick-0-75-5-6;wheat_seeds-0-75-3-5;planks-0-75-5-6;reeds-0-75-3-5;golden_carrot-0-70-2-8;contenttweaker:call_of_the_full_moon-0-10-2-3;contenttweaker:recursive_paper_abyssal-0-10-2-3 + S:"Floor 1"=stick-0-75-5-6;wheat_seeds-0-75-3-5;planks-0-75-5-6;reeds-0-75-3-5;golden_carrot-0-70-2-8;contenttweaker:call_of_the_full_moon-0-10-2-3;contenttweaker:recursive_paper_abyssal-0-10-2-3;contenttweaker:recursive_paper_faithfulundead-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 S:"Floor 3"=bowl-0-75-2-4;coal-0-90-4-4;string-0-80-5-5;wool-0-75-2-2;contenttweaker:bento_l-0-25-1-5;contenttweaker:signal_beacon-0-10-2-3;contenttweaker:witchery_summons-0-10-2-3;contenttweaker:recursive_paper_illager-0-10-2-3;contenttweaker:recursive_paper_buggy-0-10-2-3 S:"Floor 4"=glass-0-75-3-3;feather-0-75-4-4;bread-0-75-2-2;apple-0-75-2-2;aoa3:void_boots-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;contenttweaker:bloodlust_coin-0-15-1-2;contenttweaker:mark_of_the_soul_scurry-0-10-2-3;contenttweaker:recursive_paper_buggy-0-10-2-3 S:"Floor 5"=brown_mushroom-0-75-2-2;red_mushroom-0-75-2-2;sapling-0-90-3-3;wheat-0-75-4-4;aoa3:void_helmet-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;contenttweaker:heart_stone-0-15-1-2;contenttweaker:call_of_the_death_games-0-10-2-3;aoa3:treasure_box-0-10-6-15 S:"Floor 6"=sign-0-50-1-2;fishing_rod-0-75-1-1;pumpkin_seeds-0-60-2-2;melon_seeds-0-60-3-3;aoa3:void_legs-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;ebwizardry:crystal_silver_plating-0-20-1-2;contenttweaker:creepy_explosive-0-10-2-3;contenttweaker:recursive_paper_abyssal-0-10-2-3 S:"Floor 7"=iron_sword-0-60-1-1;gunpowder-0-75-3-3;leather-0-75-4-4;fish-0-75-3-3;dye-0-60-1-2;aoa3:void_chestplate-0-30-1-1;ebwizardry:ethereal_crystalweave-0-20-1-2;contenttweaker:embiggener-0-10-2-3;aoa3:treasure_box-0-10-6-15;contenttweaker:recursive_paper_illager-0-10-2-3 - S:"Floor 8"=chainmail_helmet-0-40-1-1;chainmail_chestplate-0-40-1-1;chainmail_leggings-0-40-1-1;chainmail_boots-0-40-1-1;ChestGenHook:chests/simple_dungeon:3;contenttweaker:heart_stone-0-30-1-2;aoa3:treasure_box-0-10-6-15;contenttweaker:call_of_enigma-0-10-3-5 + S:"Floor 8"=chainmail_helmet-0-40-1-1;chainmail_chestplate-0-40-1-1;chainmail_leggings-0-40-1-1;chainmail_boots-0-40-1-1;ChestGenHook:chests/simple_dungeon:3;contenttweaker:heart_stone-0-30-1-2;aoa3:treasure_box-0-10-6-15;contenttweaker:call_of_enigma-0-10-3-5;contenttweaker:recursive_paper_faithfulundead-0-10-2-3 S:"Floor 9"=bookshelf-0-70-1-3;redstone_lamp-0-60-2-2;waterlily-0-75-3-3;brewing_stand-0-50-1-1;ChestGenHook:chests/simple_dungeon:5;contenttweaker:furry_mass-0-15-1-1;contenttweaker:bloodlust_coin-0-30-1-3;cyclicmagic:glowing_helmet-0-80-1-1 S:"Item Generations per Floor"=7 S:"Top Floor"=ender_pearl-0-50-2-2;diamond-0-70-2-2;redstone-0-75-5-5;gold_ingot-0-90-8-8;contenttweaker:golem_core-0-50-1-1;ChestGenHook:chests/simple_dungeon:7 @@ -30,7 +30,7 @@ biomespawnallowed { B:alps=true B:alps_foothills=true B:ancient_cavern=false - B:apalachia=true + B:apalachia=false B:arcana=false B:bamboo_forest=true B:barathos=false @@ -47,15 +47,15 @@ biomespawnallowed { B:celeve=false B:chaparral=true B:cherry_blossom_grove=false - B:coarse_islands=true + B:coarse_islands=false B:cold_beach=true B:cold_desert=true B:coniferous_forest=true B:coral_reef=true B:coralium_infested_swamp=true B:corrupted_sands=false - B:crag=true - B:creeponia=true + B:crag=false + B:creeponia=false B:crystalchasms=false B:crystevia=false B:dark_forest=true @@ -70,8 +70,8 @@ biomespawnallowed { B:dead_swamp=true B:deep_mushroom_forest=true B:deep_ocean=true - B:deep_waters=true - B:deeplands=true + B:deep_waters=false + B:deeplands=false B:deepswamp=false B:dense_twilight_forest=false B:desert=true @@ -87,6 +87,7 @@ biomespawnallowed { B:elysian_fields=false B:emptiness=false B:emptiness_highlands=true + B:enchanted_forest=true B:eucalyptus_forest=true B:extreme_hills=true B:extreme_hills_with_trees=true @@ -96,13 +97,14 @@ biomespawnallowed { B:fire_swamp=false B:firefly_forest=true B:flower_field=true + B:flower_island=true B:forest=true B:forest_hills=true B:frozen_ocean=true B:frozen_river=true B:fungal_forest=true B:fungi_forest=true - B:gardencia=true + B:gardencia=false B:glacier=false B:grassland=true B:gravel_beach=true @@ -115,23 +117,25 @@ biomespawnallowed { B:ice_flats=true B:ice_mountains=true B:iceika=true - B:immortallis=true - B:iromine=true + B:immortallis=false + B:iromine=false + B:jungle=true B:jungle_edge=true B:jungle_hills=true B:kelp_forest=true B:land_of_lakes=true B:lavender_fields=true - B:lborean=true + B:lborean=false B:lelyetia=false B:limbo=true B:lunalus=false + B:lush_desert=true B:lush_swamp=false B:magical_forest=false B:mangrove=true B:maple_woods=true B:marsh=false - B:marsh_0=true + B:marsh_0=false B:meadow=true B:mesa=true B:mesa_clear_rock=false @@ -140,7 +144,7 @@ biomespawnallowed { B:moon=false B:moondark=false B:moor=true - B:mortum=true + B:mortum=false B:mountain=true B:mountain_foothills=true B:mountains=true @@ -166,7 +170,7 @@ biomespawnallowed { B:mutated_swampland=true B:mutated_taiga=true B:mutated_taiga_cold=true - B:mysterium=true + B:mysterium=false B:mystic_grove=true B:nuclear_wasteland=false B:oak_savannah=true @@ -181,16 +185,16 @@ biomespawnallowed { B:outback=true B:overgrown_cliffs=true B:pasture=true - B:patchy_islands=true + B:patchy_islands=false B:petrified_forest=true B:phantasmagoric_inferno=true B:plains=true B:prairie=true - B:precasia=true + B:precasia=false B:purified_dreadlands=true B:quagmire=false B:rainforest=true - B:raised_isles=true + B:raised_isles=false B:redlands=true B:redwood_forest=true B:redwood_forest_edge=true @@ -198,7 +202,7 @@ biomespawnallowed { B:redwood_taiga_hills=true B:river=true B:roofed_forest=true - B:runandor=true + B:runandor=false B:sacred_springs=true B:sand_dunes=true B:sand_hills=true @@ -211,8 +215,8 @@ biomespawnallowed { B:shyrelands=false B:sky=false B:skythern=false - B:sludge_plains=true - B:sludge_plains_clearing=true + B:sludge_plains=false + B:sludge_plains_clearing=false B:snowy_coniferous_forest=true B:snowy_forest=true B:snowy_tundra=true @@ -224,13 +228,13 @@ biomespawnallowed { B:submerged_swamp=true B:subterranean_savannah=true B:swampland=false - B:swamplands=true - B:swamplands_clearing=true + B:swamplands=false + B:swamplands_clearing=false B:taiga=true B:taiga_cold=true B:taiga_cold_hills=true B:taiga_hills=true - B:tainted_lands=true + B:tainted_lands=false B:telos=true B:temperate_rainforest=true B:thornlands=true @@ -238,6 +242,8 @@ biomespawnallowed { B:tundra=true B:twilight_clearing=false B:twilight_forest=false + B:twilight_glacier=false + B:twilight_highlands=false B:twilight_lake=false B:twilight_stream=false B:twilight_swamp=false @@ -247,12 +253,14 @@ biomespawnallowed { B:visceral_heap=true B:void=false B:volcanic=false + B:volcanic_desert=true B:volcanic_island=true B:volcanicbarren=false - B:vox_ponds=true + B:vox_ponds=false B:wasteland=false B:wetland=true B:white_beach=true + B:white_void=true B:wildwood=false B:woodland=true B:xeric_shrubland=true diff --git a/config/betterquesting/DefaultQuests/QuestLines/0.json b/config/betterquesting/DefaultQuests/QuestLines/0.json index 877516bc..a98d8346 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/0.json +++ b/config/betterquesting/DefaultQuests/QuestLines/0.json @@ -422,8 +422,8 @@ "id:3": 59, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3384, - "y:3": -84 + "x:3": 3456, + "y:3": -48 }, "59:10": { "id:3": 61, @@ -2498,2720 +2498,2797 @@ "y:3": 24 }, "355:10": { - "id:3": 366, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3240, - "y:3": 24 - }, - "356:10": { "id:3": 367, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": 24 }, - "357:10": { + "356:10": { "id:3": 368, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3132, "y:3": 24 }, - "358:10": { + "357:10": { "id:3": 369, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3096, "y:3": -48 }, - "359:10": { + "358:10": { "id:3": 370, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2268, "y:3": -48 }, - "360:10": { + "359:10": { "id:3": 371, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2880, "y:3": -12 }, - "361:10": { + "360:10": { "id:3": 372, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2916, "y:3": -12 }, - "362:10": { + "361:10": { "id:3": 373, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2952, "y:3": -12 }, - "363:10": { + "362:10": { "id:3": 374, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2844, "y:3": 60 }, - "364:10": { + "363:10": { "id:3": 375, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2844, "y:3": -84 }, - "365:10": { + "364:10": { "id:3": 376, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2700, "y:3": -48 }, - "366:10": { + "365:10": { "id:3": 377, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2664, "y:3": 24 }, - "367:10": { + "366:10": { "id:3": 378, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2700, "y:3": 24 }, - "368:10": { + "367:10": { "id:3": 379, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2520, "y:3": 24 }, - "369:10": { + "368:10": { "id:3": 380, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2556, "y:3": 24 }, - "370:10": { + "369:10": { "id:3": 381, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2592, "y:3": 24 }, - "371:10": { + "370:10": { "id:3": 382, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2520, "y:3": -156 }, - "372:10": { + "371:10": { "id:3": 383, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2520, "y:3": -120 }, - "373:10": { + "372:10": { "id:3": 384, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2556, "y:3": -120 }, - "374:10": { + "373:10": { "id:3": 385, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2592, "y:3": -120 }, - "375:10": { + "374:10": { "id:3": 386, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2412, "y:3": -48 }, - "376:10": { + "375:10": { "id:3": 387, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2448, "y:3": -48 }, - "377:10": { + "376:10": { "id:3": 388, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2484, "y:3": -48 }, - "378:10": { + "377:10": { "id:3": 389, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2412, "y:3": -84 }, - "379:10": { + "378:10": { "id:3": 390, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2448, "y:3": -84 }, - "380:10": { + "379:10": { "id:3": 391, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2484, "y:3": -84 }, - "381:10": { + "380:10": { "id:3": 392, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2412, "y:3": -120 }, - "382:10": { + "381:10": { "id:3": 393, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2412, "y:3": -156 }, - "383:10": { + "382:10": { "id:3": 394, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": -84 }, - "384:10": { + "383:10": { "id:3": 395, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 60 }, - "385:10": { + "384:10": { "id:3": 396, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 96 }, - "386:10": { + "385:10": { "id:3": 397, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 132 }, - "387:10": { + "386:10": { "id:3": 398, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 60 }, - "388:10": { + "387:10": { "id:3": 399, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 96 }, - "389:10": { + "388:10": { "id:3": 400, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 132 }, - "390:10": { + "389:10": { "id:3": 401, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": 24 }, - "391:10": { + "390:10": { "id:3": 402, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 24 }, - "392:10": { + "391:10": { "id:3": 403, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 24 }, - "393:10": { + "392:10": { "id:3": 404, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": 168 }, - "394:10": { + "393:10": { "id:3": 405, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": -48 }, - "395:10": { + "394:10": { "id:3": 406, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": -48 }, - "396:10": { + "395:10": { "id:3": 407, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": -84 }, - "397:10": { + "396:10": { "id:3": 408, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2196, "y:3": -48 }, - "398:10": { + "397:10": { "id:3": 409, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2232, "y:3": -48 }, - "399:10": { + "398:10": { "id:3": 410, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2268, "y:3": -84 }, - "400:10": { + "399:10": { "id:3": 411, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2196, "y:3": -84 }, - "401:10": { + "400:10": { "id:3": 412, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2232, "y:3": -84 }, - "402:10": { + "401:10": { "id:3": 413, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2268, "y:3": 24 }, - "403:10": { + "402:10": { "id:3": 414, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": 24 }, - "404:10": { + "403:10": { "id:3": 415, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2232, "y:3": 24 }, - "405:10": { + "404:10": { "id:3": 416, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2268, "y:3": 60 }, - "406:10": { + "405:10": { "id:3": 417, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2196, "y:3": 60 }, - "407:10": { + "406:10": { "id:3": 418, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2232, "y:3": 60 }, - "408:10": { + "407:10": { "id:3": 419, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2196, "y:3": 24 }, - "409:10": { + "408:10": { "id:3": 420, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2124, "y:3": 24 }, - "410:10": { + "409:10": { "id:3": 421, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2160, "y:3": 24 }, - "411:10": { + "410:10": { "id:3": 422, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2124, "y:3": 60 }, - "412:10": { + "411:10": { "id:3": 423, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": 60 }, - "413:10": { + "412:10": { "id:3": 424, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": 60 }, - "414:10": { + "413:10": { "id:3": 425, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": -48 }, - "415:10": { + "414:10": { "id:3": 426, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": -48 }, - "416:10": { + "415:10": { "id:3": 427, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": -84 }, - "417:10": { + "416:10": { "id:3": 428, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": -84 }, - "418:10": { + "417:10": { "id:3": 429, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": -84 }, - "419:10": { + "418:10": { "id:3": 430, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": -408 }, - "420:10": { + "419:10": { "id:3": 431, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -48 }, - "421:10": { + "420:10": { "id:3": 432, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2124, "y:3": -84 }, - "422:10": { + "421:10": { "id:3": 433, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2160, "y:3": -84 }, - "423:10": { + "422:10": { "id:3": 434, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2160, "y:3": -120 }, - "424:10": { + "423:10": { "id:3": 435, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2052, "y:3": -408 }, - "425:10": { + "424:10": { "id:3": 436, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2052, "y:3": -84 }, - "426:10": { + "425:10": { "id:3": 437, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": -192 }, - "427:10": { + "426:10": { "id:3": 438, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": -48 }, - "428:10": { + "427:10": { "id:3": 439, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": -228 }, - "429:10": { + "428:10": { "id:3": 440, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": 24 }, - "430:10": { + "429:10": { "id:3": 441, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": 24 }, - "431:10": { + "430:10": { "id:3": 442, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": 60 }, - "432:10": { + "431:10": { "id:3": 443, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": 60 }, - "433:10": { + "432:10": { "id:3": 444, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": 24 }, - "434:10": { + "433:10": { "id:3": 445, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": 60 }, - "435:10": { + "434:10": { "id:3": 446, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": 96 }, - "436:10": { + "435:10": { "id:3": 447, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": 96 }, - "437:10": { + "436:10": { "id:3": 448, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": 96 }, - "438:10": { + "437:10": { "id:3": 449, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": -120 }, - "439:10": { + "438:10": { "id:3": 450, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": -84 }, - "440:10": { + "439:10": { "id:3": 451, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -48 }, - "441:10": { + "440:10": { "id:3": 452, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1404, "y:3": -120 }, - "442:10": { + "441:10": { "id:3": 453, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -48 }, - "443:10": { + "442:10": { "id:3": 454, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": -84 }, - "444:10": { + "443:10": { "id:3": 455, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": -48 }, - "445:10": { + "444:10": { "id:3": 456, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -84 }, - "446:10": { + "445:10": { "id:3": 459, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": -48 }, - "447:10": { + "446:10": { "id:3": 460, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": -84 }, - "448:10": { + "447:10": { "id:3": 461, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": -84 }, - "449:10": { + "448:10": { "id:3": 462, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": -84 }, - "450:10": { + "449:10": { "id:3": 463, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": 24 }, - "451:10": { + "450:10": { "id:3": 464, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": 24 }, - "452:10": { + "451:10": { "id:3": 465, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -48 }, - "453:10": { + "452:10": { "id:3": 466, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": 60 }, - "454:10": { + "453:10": { "id:3": 467, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": 60 }, - "455:10": { + "454:10": { "id:3": 468, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -84 }, - "456:10": { + "455:10": { "id:3": 469, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": 96 }, - "457:10": { + "456:10": { "id:3": 470, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": 96 }, - "458:10": { + "457:10": { "id:3": 471, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -120 }, - "459:10": { + "458:10": { "id:3": 472, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -156 }, - "460:10": { + "459:10": { "id:3": 473, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": 24 }, - "461:10": { + "460:10": { "id:3": 474, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 24 }, - "462:10": { + "461:10": { "id:3": 475, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": 168 }, - "463:10": { + "462:10": { "id:3": 476, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 60 }, - "464:10": { + "463:10": { "id:3": 477, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 96 }, - "465:10": { + "464:10": { "id:3": 478, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 132 }, - "466:10": { + "465:10": { "id:3": 479, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 168 }, - "467:10": { + "466:10": { "id:3": 480, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 204 }, - "468:10": { + "467:10": { "id:3": 481, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 168 }, - "469:10": { + "468:10": { "id:3": 482, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": 60 }, - "470:10": { + "469:10": { "id:3": 483, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": 60 }, - "471:10": { + "470:10": { "id:3": 484, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": 60 }, - "472:10": { + "471:10": { "id:3": 485, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": 96 }, - "473:10": { + "472:10": { "id:3": 486, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": 96 }, - "474:10": { + "473:10": { "id:3": 487, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": 96 }, - "475:10": { + "474:10": { "id:3": 488, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": 132 }, - "476:10": { + "475:10": { "id:3": 489, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": 132 }, - "477:10": { + "476:10": { "id:3": 490, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": 132 }, - "478:10": { + "477:10": { "id:3": 491, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": -156 }, - "479:10": { + "478:10": { "id:3": 492, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": -156 }, - "480:10": { + "479:10": { "id:3": 493, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": -156 }, - "481:10": { + "480:10": { "id:3": 494, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": -120 }, - "482:10": { + "481:10": { "id:3": 495, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": -120 }, - "483:10": { + "482:10": { "id:3": 496, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": -120 }, - "484:10": { + "483:10": { "id:3": 497, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": 24 }, - "485:10": { + "484:10": { "id:3": 498, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": 24 }, - "486:10": { + "485:10": { "id:3": 499, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": 24 }, - "487:10": { + "486:10": { "id:3": 500, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1656, "y:3": -48 }, - "488:10": { + "487:10": { "id:3": 501, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1620, "y:3": -48 }, - "489:10": { + "488:10": { "id:3": 502, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1584, "y:3": -48 }, - "490:10": { + "489:10": { "id:3": 503, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": 60 }, - "491:10": { + "490:10": { "id:3": 504, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1512, "y:3": -48 }, - "492:10": { + "491:10": { "id:3": 505, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": 96 }, - "493:10": { + "492:10": { "id:3": 506, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1512, "y:3": 24 }, - "494:10": { + "493:10": { "id:3": 507, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1476, "y:3": -48 }, - "495:10": { + "494:10": { "id:3": 508, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1476, "y:3": -84 }, - "496:10": { + "495:10": { "id:3": 510, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1476, "y:3": 60 }, - "497:10": { + "496:10": { "id:3": 511, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1476, "y:3": 24 }, - "498:10": { + "497:10": { "id:3": 512, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": 24 }, - "499:10": { + "498:10": { "id:3": 513, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": 96 }, - "500:10": { + "499:10": { "id:3": 514, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": 60 }, - "501:10": { + "500:10": { "id:3": 515, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1404, "y:3": 96 }, - "502:10": { + "501:10": { "id:3": 516, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1404, "y:3": 24 }, - "503:10": { + "502:10": { "id:3": 517, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1404, "y:3": -48 }, - "504:10": { + "503:10": { "id:3": 518, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": -120 }, - "505:10": { + "504:10": { "id:3": 519, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": -48 }, - "506:10": { + "505:10": { "id:3": 520, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": -84 }, - "507:10": { + "506:10": { "id:3": 521, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1440, "y:3": -156 }, - "508:10": { + "507:10": { "id:3": 523, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, "y:3": 24 }, - "509:10": { + "508:10": { "id:3": 524, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": 24 }, - "510:10": { + "509:10": { "id:3": 525, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": 24 }, - "511:10": { + "510:10": { "id:3": 526, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, "y:3": -48 }, - "512:10": { + "511:10": { "id:3": 527, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": -84 }, - "513:10": { + "512:10": { "id:3": 528, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": -48 }, - "514:10": { + "513:10": { "id:3": 529, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": -192 }, - "515:10": { + "514:10": { "id:3": 530, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": -120 }, - "516:10": { + "515:10": { "id:3": 531, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": -156 }, - "517:10": { + "516:10": { "id:3": 532, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": -228 }, - "518:10": { + "517:10": { "id:3": 533, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, "y:3": 96 }, - "519:10": { + "518:10": { "id:3": 534, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": 60 }, - "520:10": { + "519:10": { "id:3": 535, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": 60 }, - "521:10": { + "520:10": { "id:3": 536, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, "y:3": 132 }, - "522:10": { + "521:10": { "id:3": 537, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": 96 }, - "523:10": { + "522:10": { "id:3": 538, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, "y:3": 168 }, - "524:10": { + "523:10": { "id:3": 657, "sizeX:3": 24, "sizeY:3": 24, "x:3": 468, "y:3": -336 }, - "525:10": { + "524:10": { "id:3": 658, "sizeX:3": 24, "sizeY:3": 24, "x:3": 468, "y:3": -300 }, - "526:10": { + "525:10": { "id:3": 659, "sizeX:3": 24, "sizeY:3": 24, "x:3": 468, "y:3": -264 }, - "527:10": { + "526:10": { "id:3": 660, "sizeX:3": 24, "sizeY:3": 24, "x:3": 468, "y:3": -228 }, - "528:10": { + "527:10": { "id:3": 661, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": 132 }, - "529:10": { + "528:10": { "id:3": 663, "sizeX:3": 24, "sizeY:3": 24, "x:3": 648, "y:3": 24 }, - "530:10": { + "529:10": { "id:3": 664, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": 96 }, - "531:10": { + "530:10": { "id:3": 665, "sizeX:3": 24, "sizeY:3": 24, "x:3": 864, "y:3": -192 }, - "532:10": { + "531:10": { "id:3": 666, "sizeX:3": 24, "sizeY:3": 24, "x:3": 864, "y:3": -228 }, - "533:10": { + "532:10": { "id:3": 678, "sizeX:3": 24, "sizeY:3": 24, "x:3": 504, "y:3": 24 }, - "534:10": { + "533:10": { "id:3": 683, "sizeX:3": 24, "sizeY:3": 24, "x:3": 432, "y:3": 96 }, - "535:10": { + "534:10": { "id:3": 706, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": -12 }, - "536:10": { + "535:10": { "id:3": 707, "sizeX:3": 24, "sizeY:3": 24, "x:3": 216, "y:3": 60 }, - "537:10": { + "536:10": { "id:3": 711, "sizeX:3": 24, "sizeY:3": 24, "x:3": 936, "y:3": -192 }, - "538:10": { + "537:10": { "id:3": 712, "sizeX:3": 24, "sizeY:3": 24, "x:3": 972, "y:3": -192 }, - "539:10": { + "538:10": { "id:3": 713, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1008, "y:3": -192 }, - "540:10": { + "539:10": { "id:3": 714, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1044, "y:3": -192 }, - "541:10": { + "540:10": { "id:3": 715, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1080, "y:3": -192 }, - "542:10": { + "541:10": { "id:3": 716, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1116, "y:3": -192 }, - "543:10": { + "542:10": { "id:3": 717, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1152, "y:3": -192 }, - "544:10": { + "543:10": { "id:3": 718, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1152, "y:3": -228 }, - "545:10": { + "544:10": { "id:3": 719, "sizeX:3": 24, "sizeY:3": 24, "x:3": 936, "y:3": -228 }, - "546:10": { + "545:10": { "id:3": 720, "sizeX:3": 24, "sizeY:3": 24, "x:3": 288, "y:3": 60 }, - "547:10": { + "546:10": { "id:3": 724, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1044, "y:3": -228 }, - "548:10": { + "547:10": { "id:3": 725, "sizeX:3": 24, "sizeY:3": 24, "x:3": -36, "y:3": -12 }, - "549:10": { + "548:10": { "id:3": 844, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2052, "y:3": -336 }, - "550:10": { - "id:3": 845, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 2016, - "y:3": -336 - }, - "551:10": { + "549:10": { "id:3": 865, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": 96 }, - "552:10": { + "550:10": { "id:3": 866, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": -84 }, - "553:10": { + "551:10": { "id:3": 884, "sizeX:3": 24, "sizeY:3": 24, "x:3": 252, "y:3": -48 }, - "554:10": { + "552:10": { "id:3": 1013, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2484, "y:3": -120 }, - "555:10": { + "553:10": { "id:3": 1014, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2448, "y:3": -156 }, - "556:10": { + "554:10": { "id:3": 1015, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2448, "y:3": -120 }, - "557:10": { + "555:10": { "id:3": 1016, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": -120 }, - "558:10": { + "556:10": { "id:3": 1017, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": -156 }, - "559:10": { + "557:10": { "id:3": 1138, "sizeX:3": 24, "sizeY:3": 24, "x:3": 468, "y:3": 24 }, - "560:10": { + "558:10": { "id:3": 1139, "sizeX:3": 24, "sizeY:3": 24, "x:3": 720, "y:3": 24 }, - "561:10": { + "559:10": { "id:3": 1154, "sizeX:3": 24, "sizeY:3": 24, "x:3": 576, "y:3": -120 }, - "562:10": { + "560:10": { "id:3": 1195, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2700, "y:3": 96 }, - "563:10": { + "561:10": { "id:3": 1196, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2700, "y:3": 60 }, - "564:10": { + "562:10": { "id:3": 1197, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1368, "y:3": 60 }, - "565:10": { + "563:10": { "id:3": 1198, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": 132 }, - "566:10": { + "564:10": { "id:3": 1199, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -192 }, - "567:10": { + "565:10": { "id:3": 1200, "sizeX:3": 24, "sizeY:3": 24, "x:3": 144, "y:3": -48 }, - "568:10": { + "566:10": { "id:3": 1201, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": -48 }, - "569:10": { + "567:10": { "id:3": 1252, "sizeX:3": 24, "sizeY:3": 24, "x:3": 612, "y:3": -192 }, - "570:10": { + "568:10": { "id:3": 1293, "sizeX:3": 24, "sizeY:3": 24, "x:3": 468, "y:3": -48 }, - "571:10": { + "569:10": { "id:3": 1298, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1476, "y:3": -120 }, - "572:10": { + "570:10": { "id:3": 1322, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -120 }, - "573:10": { + "571:10": { "id:3": 1323, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -408 }, - "574:10": { + "572:10": { "id:3": 1324, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2124, "y:3": -192 }, - "575:10": { + "573:10": { "id:3": 1325, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2124, "y:3": -156 }, - "576:10": { + "574:10": { "id:3": 1326, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -300 }, - "577:10": { + "575:10": { "id:3": 1327, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -156 }, - "578:10": { + "576:10": { "id:3": 1328, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -192 }, - "579:10": { + "577:10": { "id:3": 1330, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2052, "y:3": -192 }, - "580:10": { + "578:10": { "id:3": 1331, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -228 }, - "581:10": { + "579:10": { "id:3": 1333, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -264 }, - "582:10": { + "580:10": { "id:3": 1334, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -336 }, - "583:10": { + "581:10": { "id:3": 1336, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": -372 }, - "584:10": { + "582:10": { "id:3": 1337, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": 240 }, - "585:10": { + "583:10": { "id:3": 1338, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": 60 }, - "586:10": { + "584:10": { "id:3": 1339, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": 240 }, - "587:10": { + "585:10": { "id:3": 1341, "sizeX:3": 24, "sizeY:3": 24, "x:3": 936, "y:3": 24 }, - "588:10": { + "586:10": { "id:3": 1345, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1512, "y:3": -120 }, - "589:10": { + "587:10": { "id:3": 1351, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 60 }, - "590:10": { + "588:10": { "id:3": 1352, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 96 }, - "591:10": { + "589:10": { "id:3": 1353, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 96 }, - "592:10": { + "590:10": { "id:3": 1356, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1512, "y:3": 60 }, - "593:10": { + "591:10": { "id:3": 1363, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 132 }, - "594:10": { + "592:10": { "id:3": 1371, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2988, "y:3": -12 }, - "595:10": { + "593:10": { "id:3": 1372, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2916, "y:3": 24 }, - "596:10": { + "594:10": { "id:3": 1373, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3024, "y:3": -12 }, - "597:10": { + "595:10": { "id:3": 1374, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2988, "y:3": -48 }, - "598:10": { + "596:10": { "id:3": 1375, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3024, "y:3": -48 }, - "599:10": { + "597:10": { "id:3": 1376, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3060, "y:3": -48 }, - "600:10": { + "598:10": { "id:3": 1377, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": -84 }, - "601:10": { + "599:10": { "id:3": 1378, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2952, "y:3": 24 }, - "602:10": { + "600:10": { "id:3": 1379, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2952, "y:3": 60 }, - "603:10": { + "601:10": { "id:3": 1380, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2916, "y:3": 96 }, - "604:10": { + "602:10": { "id:3": 1381, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2916, "y:3": 60 }, - "605:10": { + "603:10": { "id:3": 1382, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2736, "y:3": 60 }, - "606:10": { + "604:10": { "id:3": 1383, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2736, "y:3": -48 }, - "607:10": { + "605:10": { "id:3": 1384, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2736, "y:3": 24 }, - "608:10": { + "606:10": { "id:3": 1385, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2736, "y:3": -84 }, - "609:10": { + "607:10": { "id:3": 1386, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3384, - "y:3": -120 + "x:3": 3456, + "y:3": -84 }, - "610:10": { - "id:3": 1387, - "sizeX:3": 24, - "sizeY:3": 24, - "x:3": 3420, - "y:3": -120 - }, - "611:10": { + "608:10": { "id:3": 1388, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3312, - "y:3": -48 + "y:3": -84 }, - "612:10": { + "609:10": { "id:3": 1390, "sizeX:3": 24, "sizeY:3": 24, "x:3": 108, "y:3": 60 }, - "613:10": { + "610:10": { "id:3": 1391, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2808, "y:3": 24 }, - "614:10": { + "611:10": { "id:3": 1393, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3060, "y:3": -84 }, - "615:10": { + "612:10": { "id:3": 1395, "sizeX:3": 24, "sizeY:3": 24, "x:3": 540, "y:3": -408 }, - "616:10": { + "613:10": { "id:3": 1396, "sizeX:3": 24, "sizeY:3": 24, "x:3": 828, "y:3": -120 }, - "617:10": { + "614:10": { "id:3": 1397, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": 168 }, - "618:10": { + "615:10": { "id:3": 1642, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": -156 }, - "619:10": { + "616:10": { "id:3": 1763, "sizeX:3": 24, "sizeY:3": 24, "x:3": 432, "y:3": -264 }, - "620:10": { + "617:10": { "id:3": 1767, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": -84 }, - "621:10": { + "618:10": { "id:3": 1768, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": -120 }, - "622:10": { + "619:10": { "id:3": 1802, "sizeX:3": 24, "sizeY:3": 24, "x:3": 216, "y:3": -84 }, - "623:10": { + "620:10": { "id:3": 1817, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 168 }, - "624:10": { + "621:10": { "id:3": 1818, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1476, "y:3": 96 }, - "625:10": { + "622:10": { "id:3": 1819, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1512, "y:3": 96 }, - "626:10": { + "623:10": { "id:3": 1965, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1404, "y:3": -84 }, - "627:10": { + "624:10": { "id:3": 1971, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1332, "y:3": 168 }, - "628:10": { + "625:10": { "id:3": 2025, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": 24 }, - "629:10": { + "626:10": { "id:3": 2026, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": 60 }, - "630:10": { + "627:10": { "id:3": 2029, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 1764, - "y:3": 96 + "x:3": 1800, + "y:3": 60 }, - "631:10": { + "628:10": { "id:3": 2031, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -156 }, - "632:10": { + "629:10": { "id:3": 2034, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -84 }, - "633:10": { + "630:10": { "id:3": 2040, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -120 }, - "634:10": { + "631:10": { "id:3": 2045, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": -48 }, - "635:10": { + "632:10": { "id:3": 2046, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": 132 }, - "636:10": { + "633:10": { "id:3": 2048, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -156 }, - "637:10": { + "634:10": { "id:3": 2049, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -120 }, - "638:10": { + "635:10": { "id:3": 2050, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": -156 }, - "639:10": { + "636:10": { "id:3": 2077, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": -120 }, - "640:10": { + "637:10": { "id:3": 2122, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": -120 }, - "641:10": { + "638:10": { "id:3": 2126, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -228 }, - "642:10": { + "639:10": { "id:3": 2127, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1764, "y:3": -264 }, - "643:10": { + "640:10": { "id:3": 2128, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -228 }, - "644:10": { + "641:10": { "id:3": 2129, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1800, "y:3": -264 }, - "645:10": { + "642:10": { "id:3": 2134, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": -48 }, - "646:10": { + "643:10": { "id:3": 2135, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 96 }, - "647:10": { + "644:10": { "id:3": 2136, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 132 }, - "648:10": { + "645:10": { "id:3": 2137, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 24 }, - "649:10": { + "646:10": { "id:3": 2138, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1872, "y:3": 60 }, - "650:10": { + "647:10": { "id:3": 2140, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": -120 }, - "651:10": { + "648:10": { "id:3": 2141, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": -156 }, - "652:10": { + "649:10": { "id:3": 2142, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1980, "y:3": -192 }, - "653:10": { + "650:10": { "id:3": 2143, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2052, "y:3": 60 }, - "654:10": { + "651:10": { "id:3": 2144, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2052, "y:3": 96 }, - "655:10": { + "652:10": { "id:3": 2149, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": 96 }, - "656:10": { + "653:10": { "id:3": 2150, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": 132 }, - "657:10": { + "654:10": { "id:3": 2161, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2160, "y:3": -48 }, - "658:10": { + "655:10": { "id:3": 2162, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 168 }, - "659:10": { + "656:10": { "id:3": 2163, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 168 }, - "660:10": { + "657:10": { "id:3": 2164, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 204 }, - "661:10": { + "658:10": { "id:3": 2165, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 204 }, - "662:10": { + "659:10": { "id:3": 2166, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 240 }, - "663:10": { + "660:10": { "id:3": 2167, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 240 }, - "664:10": { + "661:10": { "id:3": 2168, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2340, "y:3": 276 }, - "665:10": { + "662:10": { "id:3": 2169, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2304, "y:3": 276 }, - "666:10": { + "663:10": { "id:3": 2170, "sizeX:3": 24, "sizeY:3": 24, "x:3": 972, "y:3": 96 }, - "667:10": { + "664:10": { "id:3": 2171, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1008, "y:3": 96 }, - "668:10": { + "665:10": { "id:3": 2181, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1152, "y:3": 60 }, - "669:10": { + "666:10": { "id:3": 2182, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1152, "y:3": 96 }, - "670:10": { + "667:10": { "id:3": 2183, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1728, "y:3": -156 }, - "671:10": { + "668:10": { "id:3": 2184, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1692, "y:3": -156 }, - "672:10": { + "669:10": { "id:3": 2185, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2016, "y:3": -120 }, - "673:10": { + "670:10": { "id:3": 2186, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2628, "y:3": 24 }, - "674:10": { + "671:10": { "id:3": 2192, "sizeX:3": 24, "sizeY:3": 24, "x:3": 900, "y:3": -228 }, - "675:10": { + "672:10": { "id:3": 2193, "sizeX:3": 24, "sizeY:3": 24, "x:3": 900, "y:3": -192 }, - "676:10": { + "673:10": { "id:3": 2196, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 204 }, - "677:10": { + "674:10": { "id:3": 2197, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 204 }, - "678:10": { + "675:10": { "id:3": 2198, "sizeX:3": 24, "sizeY:3": 24, "x:3": 504, "y:3": -444 }, - "679:10": { + "676:10": { "id:3": 2199, "sizeX:3": 24, "sizeY:3": 24, "x:3": 540, "y:3": -444 }, - "680:10": { + "677:10": { "id:3": 2201, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": -156 }, - "681:10": { + "678:10": { "id:3": 2219, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": 60 }, - "682:10": { + "679:10": { "id:3": 2220, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": 276 }, - "683:10": { + "680:10": { "id:3": 2221, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2376, "y:3": 204 }, - "684:10": { + "681:10": { "id:3": 2228, "sizeX:3": 24, "sizeY:3": 24, "x:3": 684, "y:3": -588 }, - "685:10": { + "682:10": { "id:3": 2236, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2412, "y:3": 24 }, - "686:10": { + "683:10": { "id:3": 2238, "sizeX:3": 24, "sizeY:3": 24, "x:3": 324, "y:3": -120 }, - "687:10": { + "684:10": { "id:3": 2239, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2160, "y:3": 60 }, - "688:10": { + "685:10": { "id:3": 2240, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1296, "y:3": 204 }, - "689:10": { + "686:10": { "id:3": 2243, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1116, "y:3": -12 }, - "690:10": { + "687:10": { "id:3": 2250, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2664, "y:3": -48 }, - "691:10": { + "688:10": { "id:3": 2251, "sizeX:3": 24, "sizeY:3": 24, "x:3": 432, "y:3": -48 }, - "692:10": { + "689:10": { "id:3": 2254, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3132, "y:3": -84 }, - "693:10": { + "690:10": { "id:3": 2260, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3096, "y:3": -84 }, - "694:10": { + "691:10": { "id:3": 2261, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2916, "y:3": -48 }, - "695:10": { + "692:10": { "id:3": 2262, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2988, "y:3": 24 }, - "696:10": { + "693:10": { "id:3": 2263, "sizeX:3": 24, "sizeY:3": 24, "x:3": 756, "y:3": -120 }, - "697:10": { + "694:10": { "id:3": 2264, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2988, "y:3": 60 }, - "698:10": { + "695:10": { "id:3": 2265, "sizeX:3": 24, "sizeY:3": 24, "x:3": 972, "y:3": -84 }, - "699:10": { + "696:10": { "id:3": 2267, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1908, "y:3": -84 }, - "700:10": { + "697:10": { "id:3": 2268, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": 60 }, - "701:10": { + "698:10": { "id:3": 2270, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -48 }, - "702:10": { + "699:10": { "id:3": 2271, "sizeX:3": 24, "sizeY:3": 24, "x:3": 396, "y:3": 240 }, - "703:10": { + "700:10": { "id:3": 2273, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -48 }, - "704:10": { + "701:10": { "id:3": 2274, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3132, "y:3": -120 }, - "705:10": { + "702:10": { "id:3": 2275, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3096, "y:3": -120 }, - "706:10": { + "703:10": { "id:3": 2276, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3096, "y:3": -156 }, - "707:10": { + "704:10": { "id:3": 2277, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -156 }, - "708:10": { + "705:10": { "id:3": 2278, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -120 }, - "709:10": { + "706:10": { "id:3": 2279, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2952, "y:3": -48 }, - "710:10": { + "707:10": { "id:3": 285554142, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1548, "y:3": 24 }, - "711:10": { + "708:10": { + "id:3": 299237608, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3096, + "y:3": 24 + }, + "709:10": { + "id:3": 457497037, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3384, + "y:3": -84 + }, + "710:10": { "id:3": 482221128, "sizeX:3": 24, "sizeY:3": 24, "x:3": 360, "y:3": 24 }, - "712:10": { + "711:10": { "id:3": 509587062, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -156 }, - "713:10": { + "712:10": { "id:3": 548069164, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -84 }, - "714:10": { + "713:10": { "id:3": 648991311, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -84 }, + "714:10": { + "id:3": 655786821, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3348, + "y:3": -120 + }, "715:10": { + "id:3": 690563211, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3384, + "y:3": -156 + }, + "716:10": { "id:3": 714682973, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -264 }, - "716:10": { + "717:10": { "id:3": 716708024, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3312, "y:3": -120 }, - "717:10": { + "718:10": { "id:3": 726098530, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -48 }, - "718:10": { + "719:10": { "id:3": 745089078, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -48 }, - "719:10": { + "720:10": { + "id:3": 769610759, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3384, + "y:3": -48 + }, + "721:10": { + "id:3": 770001395, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 108, + "y:3": 96 + }, + "722:10": { + "id:3": 826305078, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 1764, + "y:3": 96 + }, + "723:10": { "id:3": 946204526, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3024, "y:3": 60 }, - "720:10": { + "724:10": { "id:3": 946686645, "sizeX:3": 24, "sizeY:3": 24, "x:3": 504, "y:3": -480 }, - "721:10": { + "725:10": { "id:3": 951871488, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3132, "y:3": -156 }, - "722:10": { + "726:10": { "id:3": 1047249538, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -192 }, - "723:10": { + "727:10": { "id:3": 1065510600, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -192 }, - "724:10": { + "728:10": { "id:3": 1142834944, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1944, "y:3": -120 }, - "725:10": { + "729:10": { "id:3": 1151267866, "sizeX:3": 24, "sizeY:3": 24, "x:3": 2088, "y:3": 96 }, - "726:10": { + "730:10": { "id:3": 1283790114, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3024, "y:3": 24 }, - "727:10": { + "731:10": { "id:3": 1313815980, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3348, - "y:3": -48 - }, - "728:10": { - "id:3": 1337626444, - "sizeX:3": 24, - "sizeY:3": 24, "x:3": 3384, "y:3": -12 }, - "729:10": { + "732:10": { + "id:3": 1337626444, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3420, + "y:3": -12 + }, + "733:10": { "id:3": 1343888287, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -120 }, - "730:10": { + "734:10": { "id:3": 1382366189, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -192 }, - "731:10": { + "735:10": { "id:3": 1403059773, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -120 }, - "732:10": { + "736:10": { "id:3": 1415320476, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -156 }, - "733:10": { + "737:10": { "id:3": 1479405903, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -120 }, - "734:10": { + "738:10": { "id:3": 1503761052, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3168, "y:3": -84 }, - "735:10": { + "739:10": { "id:3": 1597993732, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1044, "y:3": -120 }, - "736:10": { + "740:10": { + "id:3": 1681217594, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3348, + "y:3": -48 + }, + "741:10": { "id:3": 1681849124, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3204, "y:3": -156 }, - "737:10": { + "742:10": { + "id:3": 1699700070, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3348, + "y:3": -156 + }, + "743:10": { "id:3": 1713406254, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3276, "y:3": -84 }, - "738:10": { + "744:10": { "id:3": 1727374336, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 3384, - "y:3": -48 + "x:3": 3456, + "y:3": -12 }, - "739:10": { + "745:10": { "id:3": 1830502096, "sizeX:3": 24, "sizeY:3": 24, "x:3": 540, "y:3": -480 }, - "740:10": { + "746:10": { + "id:3": 1980945817, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 1116, + "y:3": -84 + }, + "747:10": { "id:3": 2022468480, "sizeX:3": 24, "sizeY:3": 24, "x:3": 3240, "y:3": -192 }, - "741:10": { + "748:10": { "id:3": 2044693951, "sizeX:3": 24, "sizeY:3": 24, "x:3": 720, "y:3": -372 }, - "742:10": { + "749:10": { "id:3": 2052397510, "sizeX:3": 24, "sizeY:3": 24, "x:3": 1836, "y:3": -228 + }, + "750:10": { + "id:3": 2066003189, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3384, + "y:3": -120 + }, + "751:10": { + "id:3": 2078654107, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3240, + "y:3": 24 + }, + "752:10": { + "id:3": 2106186542, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3348, + "y:3": -84 + }, + "753:10": { + "id:3": 2143131475, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 3312, + "y:3": -48 } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/QuestLines/1.json b/config/betterquesting/DefaultQuests/QuestLines/1.json index ac076460..9c78f62e 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/1.json +++ b/config/betterquesting/DefaultQuests/QuestLines/1.json @@ -802,6 +802,13 @@ "sizeY:3": 24, "x:3": 0, "y:3": -432 + }, + "112:10": { + "id:3": 1878675504, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -480, + "y:3": -48 } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/QuestLines/3.json b/config/betterquesting/DefaultQuests/QuestLines/3.json index 6766f9d0..5a8f939f 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/3.json +++ b/config/betterquesting/DefaultQuests/QuestLines/3.json @@ -2086,67 +2086,116 @@ "y:3": 384 }, "296:10": { + "id:3": 566141768, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -408, + "y:3": 12 + }, + "297:10": { "id:3": 593507433, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": -468 }, - "297:10": { + "298:10": { + "id:3": 805049422, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 48, + "y:3": -348 + }, + "299:10": { "id:3": 810176091, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": -468 }, - "298:10": { + "300:10": { + "id:3": 850659984, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -456, + "y:3": 36 + }, + "301:10": { "id:3": 871786931, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": -468 }, - "299:10": { + "302:10": { "id:3": 1053008472, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": -348 }, - "300:10": { + "303:10": { + "id:3": 1302355832, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -48, + "y:3": -252 + }, + "304:10": { "id:3": 1326761132, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": -324 }, - "301:10": { + "305:10": { "id:3": 1370359542, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": -300 }, - "302:10": { + "306:10": { "id:3": 1461929411, "sizeX:3": 24, "sizeY:3": 24, "x:3": 72, "y:3": -324 }, - "303:10": { + "307:10": { "id:3": 1494150833, "sizeX:3": 24, "sizeY:3": 24, "x:3": 24, "y:3": -300 }, - "304:10": { + "308:10": { + "id:3": 1567883667, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 264, + "y:3": -96 + }, + "309:10": { "id:3": 1837024033, "sizeX:3": 24, "sizeY:3": 24, "x:3": 48, "y:3": -324 + }, + "310:10": { + "id:3": 1907230724, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 48, + "y:3": -492 + }, + "311:10": { + "id:3": 1913343585, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 24, + "y:3": -348 } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/QuestLines/4.json b/config/betterquesting/DefaultQuests/QuestLines/4.json index 73cffaa9..e480a2ec 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/4.json +++ b/config/betterquesting/DefaultQuests/QuestLines/4.json @@ -18,7 +18,7 @@ "sizeX:3": 24, "sizeY:3": 24, "x:3": -168, - "y:3": -168 + "y:3": -204 }, "1:10": { "id:3": 84, @@ -375,7 +375,7 @@ "sizeX:3": 24, "sizeY:3": 24, "x:3": -168, - "y:3": -204 + "y:3": -240 }, "52:10": { "id:3": 1221, @@ -837,21 +837,21 @@ "sizeX:3": 24, "sizeY:3": 24, "x:3": -168, - "y:3": -60 + "y:3": -96 }, "118:10": { "id:3": 90077, "sizeX:3": 24, "sizeY:3": 24, "x:3": -168, - "y:3": -96 + "y:3": -132 }, "119:10": { "id:3": 90078, "sizeX:3": 24, "sizeY:3": 24, "x:3": -168, - "y:3": -132 + "y:3": -168 }, "120:10": { "id:3": 90079, @@ -1508,8 +1508,8 @@ "id:3": 90176, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 588, - "y:3": 192 + "x:3": 552, + "y:3": 228 }, "214:10": { "id:3": 90177, @@ -3325,18 +3325,46 @@ "y:3": -204 }, "473:10": { + "id:3": 719022264, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 732, + "y:3": 300 + }, + "474:10": { + "id:3": 775629365, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 768, + "y:3": 84 + }, + "475:10": { "id:3": 850507867, "sizeX:3": 24, "sizeY:3": 24, "x:3": 336, "y:3": 444 }, - "474:10": { + "476:10": { "id:3": 1172983451, "sizeX:3": 24, "sizeY:3": 24, "x:3": 336, "y:3": 408 + }, + "477:10": { + "id:3": 1270297431, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": -168, + "y:3": -60 + }, + "478:10": { + "id:3": 1324993630, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 588, + "y:3": 192 } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/QuestLines/5.json b/config/betterquesting/DefaultQuests/QuestLines/5.json index d47fd714..a3a43edf 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/5.json +++ b/config/betterquesting/DefaultQuests/QuestLines/5.json @@ -65,8 +65,8 @@ "id:3": 1202, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 108, - "y:3": -192 + "x:3": 36, + "y:3": -156 }, "8:10": { "id:3": 1204, @@ -2998,8 +2998,8 @@ "id:3": 20503, "sizeX:3": 24, "sizeY:3": 24, - "x:3": 72, - "y:3": -192 + "x:3": -36, + "y:3": -156 }, "427:10": { "id:3": 20504, @@ -3128,69 +3128,111 @@ "y:3": 60 }, "445:10": { + "id:3": 443310250, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 540, + "y:3": 132 + }, + "446:10": { "id:3": 650488292, "sizeX:3": 24, "sizeY:3": 24, "x:3": 612, "y:3": 60 }, - "446:10": { + "447:10": { + "id:3": 679751183, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 72, + "y:3": -264 + }, + "448:10": { "id:3": 795857967, "sizeX:3": 24, "sizeY:3": 24, "x:3": -252, "y:3": 60 }, - "447:10": { + "449:10": { + "id:3": 1031147864, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 72, + "y:3": -156 + }, + "450:10": { "id:3": 1083627567, "sizeX:3": 24, "sizeY:3": 24, "x:3": 576, "y:3": -264 }, - "448:10": { + "451:10": { "id:3": 1272834460, "sizeX:3": 24, "sizeY:3": 24, "x:3": 576, "y:3": -300 }, - "449:10": { + "452:10": { "id:3": 1304340834, "sizeX:3": 24, "sizeY:3": 24, "x:3": 540, "y:3": -264 }, - "450:10": { + "453:10": { "id:3": 1365120258, "sizeX:3": 24, "sizeY:3": 24, "x:3": 612, "y:3": 24 }, - "451:10": { + "454:10": { + "id:3": 1403757701, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 72, + "y:3": -228 + }, + "455:10": { + "id:3": 1430343507, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 72, + "y:3": -192 + }, + "456:10": { "id:3": 1453897011, "sizeX:3": 24, "sizeY:3": 24, "x:3": 108, "y:3": 132 }, - "452:10": { + "457:10": { "id:3": 1553598788, "sizeX:3": 24, "sizeY:3": 24, "x:3": 540, "y:3": -300 }, - "453:10": { + "458:10": { + "id:3": 1596066184, + "sizeX:3": 24, + "sizeY:3": 24, + "x:3": 108, + "y:3": -156 + }, + "459:10": { "id:3": 1799610165, "sizeX:3": 24, "sizeY:3": 24, "x:3": -180, "y:3": 60 }, - "454:10": { + "460:10": { "id:3": 2087826195, "sizeX:3": 24, "sizeY:3": 24, diff --git a/config/betterquesting/DefaultQuests/QuestLines/9.json b/config/betterquesting/DefaultQuests/QuestLines/9.json index 807b235c..b473af6f 100644 --- a/config/betterquesting/DefaultQuests/QuestLines/9.json +++ b/config/betterquesting/DefaultQuests/QuestLines/9.json @@ -75,6 +75,13 @@ "sizeY:3": 48, "x:3": 468, "y:3": -24 + }, + "9:10": { + "id:3": 585706829, + "sizeX:3": 48, + "sizeY:3": 48, + "x:3": 528, + "y:3": -24 } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/11.json b/config/betterquesting/DefaultQuests/Quests/0/11.json index 9c788d65..4ad986b2 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/11.json +++ b/config/betterquesting/DefaultQuests/Quests/0/11.json @@ -9,7 +9,7 @@ "Count:3": 1, "id:8": "nuclearcraft:radaway" }, - "name:8": "Get poisoned!" + "name:8": "That\u0027s Rad!" } }, "questID:3": 11, diff --git a/config/betterquesting/DefaultQuests/Quests/0/115.json b/config/betterquesting/DefaultQuests/Quests/0/115.json index 61490d58..e314a4a9 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/115.json +++ b/config/betterquesting/DefaultQuests/Quests/0/115.json @@ -47,6 +47,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:energy_management_tipsandtricks" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/116.json b/config/betterquesting/DefaultQuests/Quests/0/116.json index aa138926..7adc2ed0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/116.json +++ b/config/betterquesting/DefaultQuests/Quests/0/116.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 4, "id:8": "rftools:matter_receiver" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/124.json b/config/betterquesting/DefaultQuests/Quests/0/124.json index 0eb56538..67606752 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/124.json +++ b/config/betterquesting/DefaultQuests/Quests/0/124.json @@ -34,6 +34,10 @@ "block:8": "minecraft:end_portal_frame", "meta:3": 0 } + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/1313815980.json b/config/betterquesting/DefaultQuests/Quests/0/1313815980.json index 826646d9..e20bef42 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1313815980.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1313815980.json @@ -1,17 +1,33 @@ { "preRequisites:11": [ - 1388 + 362, + 769610759 ], "properties:10": { "betterquesting:10": { "desc:8": "", "icon:10": { "Count:3": 1, - "id:8": "minecraft:nether_star" + "id:8": "contenttweaker:meatball_man_callstone" }, "name:8": "Death to the Meatball Man" } }, "questID:3": 1313815980, - "tasks:9": {} + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:hungering_machine_case" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:meatball_man_callstone" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1322.json b/config/betterquesting/DefaultQuests/Quests/0/1322.json index df2e444a..c840fd59 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1322.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1322.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Thanks to all these easily accessible neutrinos, I can set up plasma cannons to help ionize some elements to get all I would need to start some particle accelerators.", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1322, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1323.json b/config/betterquesting/DefaultQuests/Quests/0/1323.json index e2e1b6e9..cbb09249 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1323.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1323.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "And at the highest energy levels of collision, strings!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1323, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1324.json b/config/betterquesting/DefaultQuests/Quests/0/1324.json index 74497620..7ea13276 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1324.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1324.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The lattice structure of Mithril, as strange as it sounds, can house additional ions in some of its empty slots. Thanks to this, controlled regions can be targeted to produce a stable superconductor, which in return should make the manufacturing of accelerator components easier.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:superconducting_mithril" diff --git a/config/betterquesting/DefaultQuests/Quests/0/1325.json b/config/betterquesting/DefaultQuests/Quests/0/1325.json index 5af6c1eb..ac6bee61 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1325.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1325.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "At the energy state of dense plasma, it is possible to increase the potential of the fluid through electron irradiation!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1325, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1326.json b/config/betterquesting/DefaultQuests/Quests/0/1326.json index d9382f02..27d4bd8a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1326.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1326.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The inner force of hadrons, gluons keep it together!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1326, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1327.json b/config/betterquesting/DefaultQuests/Quests/0/1327.json index 59553a9b..af56483d 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1327.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1327.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "By bombarding Lithium isotopes with this newly-made neutrino plasma, it is possible to ionize them!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1327, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1328.json b/config/betterquesting/DefaultQuests/Quests/0/1328.json index 26d3551b..53c88aa9 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1328.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1328.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The first round of acceleration, getting some good amounts of hadrons and electrons!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1328, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1330.json b/config/betterquesting/DefaultQuests/Quests/0/1330.json index f242da31..67d43a93 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1330.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1330.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "With a bit of extra energy, here are some Muons!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1330, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1331.json b/config/betterquesting/DefaultQuests/Quests/0/1331.json index 62b8ddda..c91cfe03 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1331.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1331.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "With enough energy, alpha particles in return can be split into the fundamental components of the atomic nucleus. With these hadrons, I should be able to do fairly controlled collisions to obtain more fundamental particles!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1331, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1333.json b/config/betterquesting/DefaultQuests/Quests/0/1333.json index c9f2287f..673592fc 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1333.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1333.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Not quite quarks, but mixed bosons are a good milestone!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1333, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1334.json b/config/betterquesting/DefaultQuests/Quests/0/1334.json index d65154f2..41f13980 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1334.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1334.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Here are the fundamental building blocks of the atom!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1334, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1336.json b/config/betterquesting/DefaultQuests/Quests/0/1336.json index 5462945d..0fd8bda8 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1336.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1336.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Using some very high energy collisions, it is possible to get some gravitons too!", "icon:10": { "Count:3": 1, "id:8": "forge:bucketfilled", @@ -19,7 +19,6 @@ "questID:3": 1336, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1337.json b/config/betterquesting/DefaultQuests/Quests/0/1337.json index 849c2ddc..d3b0de5b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1337.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1337.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While I thought I was doing a pretty good job at handling radiation, it turns out, a lot of the fission I have been doing, if things were to go wrong, may be too much to handle, until now.\nThankfully, lead can be enchanted to become even more of a radiation shield.", "icon:10": { "Count:3": 1, "id:8": "thermalfoundation:armor.plate_lead", diff --git a/config/betterquesting/DefaultQuests/Quests/0/1337626444.json b/config/betterquesting/DefaultQuests/Quests/0/1337626444.json index f96c1c94..b85476e3 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1337626444.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1337626444.json @@ -1,18 +1,29 @@ { "preRequisites:11": [ - 1313815980, - 362 + 1313815980 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oWelcome to Chapter 10!\n\nThis is the end-game! You made it!", + "frame:8": "GATE", "icon:10": { "Count:3": 1, - "id:8": "minecraft:nether_star" + "id:8": "contenttweaker:staff_of_the_lord_of_gluttony" }, "name:8": "Long Live the Meatball Man" } }, "questID:3": 1337626444, - "tasks:9": {} + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:staff_of_the_lord_of_gluttony" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1351.json b/config/betterquesting/DefaultQuests/Quests/0/1351.json index 9c648b68..08239dd4 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1351.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1351.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 4, "id:8": "minecraft:furnace" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/136.json b/config/betterquesting/DefaultQuests/Quests/0/136.json index 3880488b..517b0c19 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/136.json +++ b/config/betterquesting/DefaultQuests/Quests/0/136.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 149 + 147 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/1386.json b/config/betterquesting/DefaultQuests/Quests/0/1386.json index 589e3d16..35dae88a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1386.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1386.json @@ -7,11 +7,53 @@ "desc:8": "", "icon:10": { "Count:3": 1, - "id:8": "minecraft:nether_star" + "id:8": "contenttweaker:naquadah_ore" }, - "name:8": "Naquadah Worlds" + "name:8": "The Great Warrens" } }, "questID:3": 1386, - "tasks:9": {} + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "rftoolsdim:material_absorber", + "tag:10": { + "block:8": "contenttweaker:dense_dimensional_shard_ore" + } + }, + "1:10": { + "Count:3": 1, + "id:8": "rftoolsdim:material_absorber", + "tag:10": { + "block:8": "contenttweaker:lightning_dragonsteel_ore" + } + }, + "2:10": { + "Count:3": 1, + "id:8": "rftoolsdim:material_absorber", + "tag:10": { + "block:8": "contenttweaker:naquadah_ore" + } + }, + "3:10": { + "Count:3": 1, + "id:8": "rftoolsdim:material_absorber", + "tag:10": { + "block:8": "contenttweaker:ice_dragonsteel_ore" + } + }, + "4:10": { + "Count:3": 1, + "id:8": "rftoolsdim:material_absorber", + "tag:10": { + "block:8": "contenttweaker:fire_dragonsteel_ore" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1388.json b/config/betterquesting/DefaultQuests/Quests/0/1388.json index ece23437..cec09cac 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1388.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1388.json @@ -8,11 +8,30 @@ "desc:8": "", "icon:10": { "Count:3": 1, - "id:8": "minecraft:nether_star" + "id:8": "contenttweaker:returning_point" }, - "name:8": "Back to Earth" + "name:8": "Return" } }, "questID:3": 1388, - "tasks:9": {} + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:true_name_meatball_man" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:mark_of_sacrifice" + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:returning_point" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1681217594.json b/config/betterquesting/DefaultQuests/Quests/0/1681217594.json new file mode 100644 index 00000000..0ea6d019 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/1681217594.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1388 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:parasitic_sentient_meatball" + }, + "name:8": "The Greatest Parasite" + } + }, + "questID:3": 1681217594, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:parasitic_sentient_meatball" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1699700070.json b/config/betterquesting/DefaultQuests/Quests/0/1699700070.json new file mode 100644 index 00000000..f4ff01b5 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/1699700070.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1388 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:spreading_sentient_meatball" + }, + "name:8": "Spreading Meatball Flesh" + } + }, + "questID:3": 1699700070, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:spreading_sentient_meatball" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/1727374336.json b/config/betterquesting/DefaultQuests/Quests/0/1727374336.json index bdce263f..bc8354bd 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/1727374336.json +++ b/config/betterquesting/DefaultQuests/Quests/0/1727374336.json @@ -7,11 +7,22 @@ "desc:8": "", "icon:10": { "Count:3": 1, - "id:8": "minecraft:nether_star" + "id:8": "contenttweaker:warren_creation_fabrial" }, - "name:8": "Kashan" + "name:8": "Kashan, the Warren of Actualization" } }, "questID:3": 1727374336, - "tasks:9": {} + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:warren_creation_fabrial" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/174.json b/config/betterquesting/DefaultQuests/Quests/0/174.json index 5816cddf..705739ba 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/174.json +++ b/config/betterquesting/DefaultQuests/Quests/0/174.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 4, "id:8": "contenttweaker:pan_di_stelle" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/177.json b/config/betterquesting/DefaultQuests/Quests/0/177.json index 6af05773..accca4d6 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/177.json +++ b/config/betterquesting/DefaultQuests/Quests/0/177.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 8, "id:8": "contenttweaker:fortune_cookie" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/197.json b/config/betterquesting/DefaultQuests/Quests/0/197.json index 99755ffe..99d65364 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/197.json +++ b/config/betterquesting/DefaultQuests/Quests/0/197.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 64, "id:8": "minecraft:web" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/1980945817.json b/config/betterquesting/DefaultQuests/Quests/0/1980945817.json new file mode 100644 index 00000000..ca7510ca --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/1980945817.json @@ -0,0 +1,41 @@ +{ + "preRequisites:11": [ + 143 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oLetting you know now; from this point forward, puzzles may involve some hidden chests and loot.\n\nThere are a variety of methods that can help you find these, a few are listed here...", + "icon:10": { + "Count:3": 1, + "id:8": "rftools:storage_scanner" + }, + "name:8": "Tools of Discovery" + } + }, + "questID:3": 1980945817, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "rftools:storage_scanner" + }, + "1:10": { + "Count:3": 1, + "id:8": "extrautils2:interactionproxy" + }, + "2:10": { + "Count:3": 1, + "id:8": "projecte:item.pe_catalitic_lens", + "tag:10": {} + }, + "3:10": { + "Count:3": 1, + "id:8": "draconicevolution:magnet" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/199.json b/config/betterquesting/DefaultQuests/Quests/0/199.json index 99c6afc1..1b62323b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/199.json +++ b/config/betterquesting/DefaultQuests/Quests/0/199.json @@ -41,6 +41,10 @@ "block:8": "aether_legacy:dungeon_block", "meta:3": 0 } + }, + "3:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/202.json b/config/betterquesting/DefaultQuests/Quests/0/202.json index c082fc75..a273e133 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/202.json +++ b/config/betterquesting/DefaultQuests/Quests/0/202.json @@ -25,6 +25,10 @@ "1:10": { "Count:3": 1, "id:8": "twilightforest:torchberries" + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/203.json b/config/betterquesting/DefaultQuests/Quests/0/203.json index 5d275cc8..ffc10e83 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/203.json +++ b/config/betterquesting/DefaultQuests/Quests/0/203.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 64, "id:8": "divinerpg:snow_cones" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/2044693951.json b/config/betterquesting/DefaultQuests/Quests/0/2044693951.json index 43124043..f61ed7da 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2044693951.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2044693951.json @@ -44,6 +44,7 @@ }, "tasks:9": { "0:10": { + "ignoreNBT:1": 1, "index:3": 0, "requiredItems:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/2046.json b/config/betterquesting/DefaultQuests/Quests/0/2046.json index 59b8386a..f5f8fe92 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": "", + "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?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:gem_of_the_sleeping_city" diff --git a/config/betterquesting/DefaultQuests/Quests/0/205.json b/config/betterquesting/DefaultQuests/Quests/0/205.json index 684eb1b3..c90ed341 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/205.json +++ b/config/betterquesting/DefaultQuests/Quests/0/205.json @@ -23,6 +23,10 @@ "Count:3": 1, "Damage:2": 5, "id:8": "extrautils2:compressedcobblestone" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/2066003189.json b/config/betterquesting/DefaultQuests/Quests/0/2066003189.json new file mode 100644 index 00000000..33494f03 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/2066003189.json @@ -0,0 +1,32 @@ +{ + "preRequisites:11": [ + 655786821 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:all_powerful_sentient_meatball" + }, + "name:8": "I See Him" + } + }, + "questID:3": 2066003189, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:all_powerful_sentient_meatball" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:summons_of_the_meatball_titan" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/2077.json b/config/betterquesting/DefaultQuests/Quests/0/2077.json index a52af986..cfd4aa9e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2077.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2077.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The Queen of the Bees, it seems, was not the only target of the Shyre Empire.\nThe jailers and torturers of Iromine were keeping a hold of the Apothecary Bee, who is apparently second to none in the making of powerful brews, brews that can bypass many of the magical protections used by the Empire. \nIf these powers were feared so much by my enemies, maybe I should start looking into them.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:apothecary_stone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2078654107.json b/config/betterquesting/DefaultQuests/Quests/0/2078654107.json new file mode 100644 index 00000000..09178db6 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/2078654107.json @@ -0,0 +1,17 @@ +{ + "preRequisites:11": [ + 324 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "minecraft:nether_star" + }, + "name:8": "Cuendillar Start?" + } + }, + "questID:3": 2078654107, + "tasks:9": {} +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/208.json b/config/betterquesting/DefaultQuests/Quests/0/208.json index e73c727b..f89f50eb 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/208.json +++ b/config/betterquesting/DefaultQuests/Quests/0/208.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 1, "id:8": "thebetweenlands:manual_hl" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/210.json b/config/betterquesting/DefaultQuests/Quests/0/210.json index 19507856..a78883e5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/210.json +++ b/config/betterquesting/DefaultQuests/Quests/0/210.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 4, "id:8": "contenttweaker:pan_di_stelle" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/2106186542.json b/config/betterquesting/DefaultQuests/Quests/0/2106186542.json new file mode 100644 index 00000000..81de5ffc --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/2106186542.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1388 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:burly_sentient_meatball" + }, + "name:8": "As it was, so is now" + } + }, + "questID:3": 2106186542, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:burly_sentient_meatball" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/2135.json b/config/betterquesting/DefaultQuests/Quests/0/2135.json index 067452f9..ac62dba0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2135.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2135.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Due to its already-evident breadth and reach, it is no surprise that many of the civilizations that are offered membership to the Shyre Empire accept. Compared to the alternative of being destroyed by the largest empire in the universe, becoming an instrument of violence for said empire is an appealing offer, even when it involves considerable depravity against other civilizations.\nDespite this, there are many powerful beings that have attempted retaliation. Due to their possibly-useful powers, instead of defeating them, the Shyre Empire imprisoned them in teh asteroids of Lunalus, where they are broken by its jailer.\nThe Lunar Lover is a twisted creature, capable of ensnaring the minds of its subjects into submission. For those that have been broken by the jailer, there is no hope of return, but by defeating this enemy I can at least ensure the same will not happen to anyone else.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:lunar_star" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2136.json b/config/betterquesting/DefaultQuests/Quests/0/2136.json index 20595da3..f9f35272 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2136.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2136.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While the powers of the Lunar Lover is enough at suppressing the will of the enemies of the Shyre Empire, that alone will not topple the prison world of Lunalus.\nTo suppress the magical abilities of the prisoners, the jailers of Lunalus make use of a well-kept secret of the Shyre Empire, a spice, a volatile dust capable of inducing a cencelling effect of the fields of recursion.\nIn the same way that a superconductor, thanks to the Meissner effect, can repel the magnetic field around it, this spice can do the same with recursion.\nThis is a dangerous weapon, one so dangerous that it could not be used openly, in the fear that others may attempt to replicate it after observing it on a battlefield.\nEven then, I suspect it may have been used on me in Mysterium; it would explain lots of things.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:recursive_imprisonment_gem" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2140.json b/config/betterquesting/DefaultQuests/Quests/0/2140.json index 7d2fc99d..9ac36878 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2140.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2140.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Well, the destruction caused by Chaotic Reactors may have its uses, actually. Draconium, a mineral that is already quite capable of interfacing with entropy directly, actively reacts to the explosions from the reactor, reaching a maximum-entropy state itself, and gaining useful properties.\nOne of them, interestingly enough, is to \u0027bind\u0027 (for the lack of a better word) to other maximum-entropy draconium, essentially acting as a universe-spanning detector of others who have discovered this same material, and a catalyst to open new wormholes. \nWell, one wormhole, just one. I am only the second to ever do this. The people of Lyndenwyrm, a planet naturally inhabited by dragons and other beasts capable of manipulating entropy, were, until now, the first and only civilization of unlocking the secrets of chaos. This is where the Wyvern I fought on Apichisi is from.\nLyndenwyrm is a planet that, at some point, actively took part in universal conflicts. Now, though, it is just a barren wasteland, actively charged of an insane amount of static electricity. An unfriendly and dangerous place.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:lyndenwyrm_warper" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2141.json b/config/betterquesting/DefaultQuests/Quests/0/2141.json index d2bc2e7e..ad942e4b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2141.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2141.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Very little remains of the people of Lyndenwyrm, but one thing is certain, they had something to do with the Arbiter. The iconography is undeniably the same as Terra\u0027s, the Testificates were led by the same individual, person, God?\nI cannot say if the advanced knowledge of chaos achieved in Lyndenwyrm is directly tied to this figure, or if the Arbiter just showed up later, but it is undeniable.\nWell, whatever the involvement, things did not go well. I cannot say if it was an accident, or if it was an act from an enemy, but the people of Lyndenwyrm flew too close to the sun, or maybe bit off more than they could chew. Anyway, they are gone.\nWhat is not gone, though, together with monuments and stormlight, are the beasts of this world, which were once actively used as part of their powerful military. Everything I know about magic tells me this was the case, these incredibly powerful dragons have been tamed in some way, no differently than dogs, and their immense magic ability was pivotal to how Lyndenwyrm once dominated. And even now, after however long ago this downfall may have occurred, the dragons are still faithful to their long-gone friends.\nThe dragons are guarding something, something powerful, something dangerous...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:wyvern_monument_activation_fabrial" @@ -59,6 +59,10 @@ "0:10": { "Count:3": 1, "id:8": "contenttweaker:puzzle_solution_wyvernmonument" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:ancient_wyvern_trinket" } }, "taskID:8": "bq_standard:optional_retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2142.json b/config/betterquesting/DefaultQuests/Quests/0/2142.json index dbeaa261..1dc455b8 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2142.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2142.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "This I did not expect! The truth of the people of Lyndenwyrm, in more ways than one, has everything to do about me it seems.\nCarved on the draconian headstone, the last remaining written document of this civilization as it once were, is the story of the demise of the Testificates, once rulers of Lyndenwyrm.\nYes, this is where the people of the Arbiter came from. This fact was only known to a handful, and because of the history of how this place fell, it was deemed best to forget about it.\nAfter becoming one with chaos, after gaining this uniquely impressive power, the Testificates of Lyndenwyrm were unwillingly catapulted into the politics and wars of the universe as a whole. One cannot shine so bright without being unnoticed, after all.\nDue to this, it became pretty much impossible for them to carry their naturally peaceful lifestyle, and because of this, they turned their chaotic powers towards detremental tools of warfare.\nFor the People of the Arbiter, though, it was already too late. Too many had heard of their powers, and too many were actively seeking it, despite the increasingly more deadly tools of warfare being developed every day.\nUnable to endure the suffering of his people any longer, the Arbiter made the decision to stage an end for the people of Lyndenwyrm, and to open for them a wormhole to their new home, Terra. This was the last recorded act of magic from the Arbiter, the destruction of a now empty Lyndenwyrm, turning it once again into an unremarkable world.\nSome of the dragons followed the Testificates, and while some kept guard over them and their secrets, others eventually evolved to the different conditions of Terra, and regressed into wild beasts.\nOthers yet, remained here, still faithful to the Arbiter, keeping the history of Lyndenwyrm alive.\nBut why did the Arbiter choose Terra? Were they not aware of the dimensional shards there?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:ancient_wyvern_callstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2143131475.json b/config/betterquesting/DefaultQuests/Quests/0/2143131475.json new file mode 100644 index 00000000..3732f22d --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/2143131475.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1388 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:gluttonous_sentient_meatball" + }, + "name:8": "Home is no more" + } + }, + "questID:3": 2143131475, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:gluttonous_sentient_meatball" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/2144.json b/config/betterquesting/DefaultQuests/Quests/0/2144.json index ec4e9828..67362419 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2144.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2144.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Stormlight-infused gemstones, the ancient light of Lyndenwyrm, have strong interactions with Draconium. \nNot unlike many materials I have encountered or synthesized before, it has recursive properties; unlike anything else so far, though, its interactions remind more of a Fractallite being.\nNot only the material touches the recursive field around it, it actively changes it and its behavior. \nThis can be used as a weapon, a possibly powerful one...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:ascended_draconium_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2149.json b/config/betterquesting/DefaultQuests/Quests/0/2149.json index 4a42eb95..9668a137 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2149.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2149.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The dealings of the Old Ones are ceaseless, to them enemies and friends are alike; in their eyes, anyone and everyone can be used.\nWith regards to the deal between J\u0027Zahar and the Meatball Man, there were others involved, other Old Ones. They did not willingly enter this pact, and their memories were later erased.\nThe record of this deal was hidden thanks to yet another deal, negotiated by the Old One in L\u0027Borean. To find this out, one would have had to enter the deepest recesses of the Shyre Empire, a feat near impossible for anyone. Unfortunately for them, fate must have picked a different fate for me...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:oblivion_candle" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2150.json b/config/betterquesting/DefaultQuests/Quests/0/2150.json index 78dcdc7d..bbba26fb 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2150.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2150.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The Oblivionnaire, the master of memory, ruler of the Abyssal Wastelands, the coralium monster, and the final agent involved in my imprisonment under the Meatball man.\nAs expected from a being with powers over memory, this being is extremely hard to track down, but once I did, I gained priceless knowledge from this monster.\nThe Meatball Man was waiting for me to do something, even after falling under this supposed trap that was laid out for me, and the Oblivionnaire was instructed to stop me from achieving this \u0027something\u0027, which I suspect may be reaching the Proxima Belt. What this tells me, is that I was expected to go off-script, in some way. \nWell, I did go off script, but not even the Oblivionnaire could do anything about this.\nWhat I find puzzling about this is the fact that someone had to absolve this role in stead of the Meatball Man. He is more than powerful enough to handle me, and he is clearly interested in me and what I can do as a potential force for order in the universe, and yet, he has given this seemingly important task to someone much less powerful than him.\nAnd it has backfired, as the Oblivionnaire is now defeated, and I successfully reached the Proxima Belt! My destiny is my own!\nYou hear me Meatball Man! My destiny is my own!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:oblivionaire_callstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2162.json b/config/betterquesting/DefaultQuests/Quests/0/2162.json index 47730182..0accd731 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2162.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2162.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Yes, looking back, I encountered fragments of Fractallite magic a long time before now. Fluctuatite itself holds some of it, and the flying beast Graw was close to ascending.\nThis creature had learned the secret behind Warren magic, the origin of the Mythic Shells, and the most evident example of Fractallite magic I have encountered so far.\nIf the structure of Skythern is a near perfect showcase of it, Lelyetia is not so refined, and the pocket worlds obtained from fluix are a highly mechanized version of it. And yet, it is Fractallite magic, Fractallite magic I can see and learn from.\nOh, and to learn more about this I get to beat up this gravitationally-bound bird-lizard again? Yes please!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:gravitational_callstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2163.json b/config/betterquesting/DefaultQuests/Quests/0/2163.json index 8b13d882..cf3619c5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2163.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2163.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Yes, more knowledge!\nI am starting to udnerstand what the Arbiter must have done with Fluix.\nNot unlike normal recursion, Fractallite magic touches the recursive fields in ways that can imbue matter with special powers.\nIf the matter-energy system uses Warren magic to capture the aspect of space, this fabrial Graw had created uses Warren magic to capture the aspect of Gravity.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:warren_splitter_fabrial" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2185.json b/config/betterquesting/DefaultQuests/Quests/0/2185.json index d3a10fa1..0255c085 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2185.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2185.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While the civilization, and the abitable land, of Lyndenwyrm are gone, traces of what once was still remain, and act as guides on how this powerful civilization may have worked.\nStormlight magic played a pivotal role in how life was carried, likely in a similar way to how cars are a common part of life to humanity. A tool that is widely available and convenient.\nThis is because, well, the entirety of Lyndenwyrm is a massive crystal planet, one that, through its structure, acts as a near-infinite source of this magical resource.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:stormlight_infused_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2201.json b/config/betterquesting/DefaultQuests/Quests/0/2201.json index d9a21f92..5dbe5b77 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2201.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2201.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Here is something that may scare even the Shyre Empire... besides me, of course.\nAmong the dragons of Lyndenwyrm there exists a hierarchy of power, the way there may be in a roost of chickens, where certain individuals are respected for their superiority in some aspect, which in this case is mastery over chaos.\nAnd at the top of this pyramid sits one dragon, well, one and many, a full-fledged fractallite, a creature capable of matching the most powerful foes I have encountered.\nAnd they too, as faithful as ever to the people that once lived here, kept on in their mission of safekeeping.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:chaotic_poppet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2263.json b/config/betterquesting/DefaultQuests/Quests/0/2263.json index 2f5d31ba..0c5a8156 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2263.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2263.json @@ -51,6 +51,10 @@ "0:10": { "Count:3": 1, "id:8": "contenttweaker:draconic_energy_ball" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:energy_management_tipsandtricks" } }, "taskID:8": "bq_standard:optional_retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/2267.json b/config/betterquesting/DefaultQuests/Quests/0/2267.json index 20cc8788..3e5dcba2 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/2267.json +++ b/config/betterquesting/DefaultQuests/Quests/0/2267.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oThe future holds singularities! This is a good time to set up a Woot farm or two!\n\n§fThe recursive matter found in the remains of many of the Twilight Horde\u0027s warriors possesses properties that are becoming increasingly more appealing. I suspect I may need way more than I currently have to get any use out of it, though.", "icon:10": { "Count:3": 1, "Damage:2": 651, @@ -34,6 +34,11 @@ "Count:3": 1, "Damage:2": 651, "id:8": "extendedcrafting:singularity_custom" + }, + "1:10": { + "Count:3": 1, + "Damage:2": 991, + "id:8": "extendedcrafting:singularity_custom" } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/242.json b/config/betterquesting/DefaultQuests/Quests/0/242.json index a0f07630..152df4f5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/242.json +++ b/config/betterquesting/DefaultQuests/Quests/0/242.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oEgg-shaped islands with golden oak trees. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\n§fOnly one male warrior seems to remain in these sky islands. In a last attempt at saving his companions from the bloodthirsty valkiries, he unleashed too much power.\nHis attunement, instead of aiding him, transformed him into a fiery warrior, that killed his companions, and made him immortal.\nHe has now lost all will to live, but he was willing to fight me. Is he trying to die? Is the same fate awaiting me?\n", + "desc:8": "§7§oEgg-shaped islands with golden oak trees. Follow the scanner. §o§7§oBreak blocks after finishing dungeon.\n\nDue to the fight\u0027s cumbersome nature, the Hidden Errors Callstone can be used instead.\n\n§fOnly one male warrior seems to remain in these sky islands. In a last attempt at saving his companions from the bloodthirsty valkiries, he unleashed too much power.\nHis attunement, instead of aiding him, transformed him into a fiery warrior, that killed his companions, and made him immortal.\nHe has now lost all will to live, but he was willing to fight me. Is he trying to die? Is the same fate awaiting me?\n", "icon:10": { "Count:3": 1, "Damage:2": 4, @@ -50,6 +50,20 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:hidden_errors_callstone" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:sun_spirit_cheese" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/247.json b/config/betterquesting/DefaultQuests/Quests/0/247.json index cd40818a..dc314bed 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/247.json +++ b/config/betterquesting/DefaultQuests/Quests/0/247.json @@ -50,6 +50,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:gaia_3_tips" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/248.json b/config/betterquesting/DefaultQuests/Quests/0/248.json index fbcabb4a..55e4ab01 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/248.json +++ b/config/betterquesting/DefaultQuests/Quests/0/248.json @@ -55,6 +55,10 @@ "0:10": { "Count:3": 1, "id:8": "extrabotany:treasurebox" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:gaia_4_tips" } }, "taskID:8": "bq_standard:optional_retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/272.json b/config/betterquesting/DefaultQuests/Quests/0/272.json index eb5dc58a..615c286d 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/272.json +++ b/config/betterquesting/DefaultQuests/Quests/0/272.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 64, "id:8": "libvulpes:productgem" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:biome_checker" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/286.json b/config/betterquesting/DefaultQuests/Quests/0/286.json index 0683c761..97ee203c 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/286.json +++ b/config/betterquesting/DefaultQuests/Quests/0/286.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "After all I have seen, things make more sense now; the energy recursive powers, at their heart, revolve around the fact that it is possible for a field to reinforce itself in a loop, that is why the are called the way they are. This, I thought, directly clashed with the principle of entropy, of the universal push of the entirety of nature towards chaos.\nAnd yet, after having encountered Shub\u0027Asothoth and the Avatar of the Meatball Man, after having seen what they are capable of, I have to admit that this apparent clash is just a product of my own ignorance.\nI just don\u0027t know how entropy truly works. To truly understand Recursion, and to understand Fractallite powers, one has to undertand entropy.\nThankfully, dragons that appear to wield power over entropy as if it were nothing can be found all around the asteroids of Terra.", "icon:10": { "Count:3": 1, "id:8": "draconicevolution:chaos_shard" diff --git a/config/betterquesting/DefaultQuests/Quests/0/287.json b/config/betterquesting/DefaultQuests/Quests/0/287.json index e5776743..f4e02822 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/287.json +++ b/config/betterquesting/DefaultQuests/Quests/0/287.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Mythic excavation has its rules, and they are as rigorous as they are versatile. Recursive powers, while being quite different in how they take form, ranging from aura to botanical energy, they follow the same first principles.\nMachines and devices equipped with mythic excavation units can use recursion as their own energy source, and can in turn shape it for various purposes. \nBuilding more powerful mythic miners, capable of synthesizing matter from my recently-explored Shyre worlds, is a good purpose for this technology.\nInvestigating the way recursion works and how I may gain control over the cycle of undeath, that is another! ", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:mythic_excavation_computer" diff --git a/config/betterquesting/DefaultQuests/Quests/0/288.json b/config/betterquesting/DefaultQuests/Quests/0/288.json index cc4d8cc1..aebebd67 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/288.json +++ b/config/betterquesting/DefaultQuests/Quests/0/288.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Well, I think I know why the Testificates were being secretive about the Arbiter.\nHe is dead. Dead by the hands of the Meatball Man.\nFull of righteusness, the god of the Testificates had chased his foe into Pixonia, and there, they had their confrontation. Only one of the two would coume out of that encounter.\nAfter not hearing back from their master, faithful of the Arbiter followed the undead into the land of the Meatball Man, and there they discovered what had happened.\nWhat was left of the Arbiter on Terra were only two things, a strange sequence of characters, unreadable by any Testificate, and a letter, with a prophecy.", + "desc:8": "Well, I think I know why the Testificates were being secretive about the Arbiter.\nHe is dead. Dead by the hands of the Meatball Man.\nFull of righteusness, the god of the Testificates had chased his foe into Pixonia, and there, they had their confrontation. Only one of the two would came out of that encounter.\nAfter not hearing back from their master, faithful of the Arbiter followed the undead into the land of the Meatball Man, and there they discovered what had happened.\nWhat was left of the Arbiter on Terra were only two things, a strange sequence of characters, unreadable by any Testificate, and a letter, with a prophecy.", "icon:10": { "Count:3": 1, "id:8": "extrabotany:blockorichalcos" diff --git a/config/betterquesting/DefaultQuests/Quests/0/289.json b/config/betterquesting/DefaultQuests/Quests/0/289.json index de2498a1..2bb5e900 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/289.json +++ b/config/betterquesting/DefaultQuests/Quests/0/289.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "A puzzle, a puzzle composed of many pieces coming from seemingly random sources, that is what the Arbiter left me. Before going to his losing battle, the arbiter knew I would follow his steps, and somehow piece all the pieces back together. I am not sure if it is about genious, of if he expected me to think the same way. The connection, after all, is quite evident now...\nThe crystal matrix from the Elves, the remains of this material in the hands of the Testificates, the prophecies of Terra, the coordinates of the Proxima Belt, the Unidentified Matter, Fluix, it all comes together; together into a powerful tool of fabrication.\nA table, one imbued with the powers of the Arbiter, one that will allow me to re-create the tools of the Arbiter.", "icon:10": { "Count:3": 1, "id:8": "avaritia:extreme_crafting_table" diff --git a/config/betterquesting/DefaultQuests/Quests/0/290.json b/config/betterquesting/DefaultQuests/Quests/0/290.json index 9b1baaf3..09b82358 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/290.json +++ b/config/betterquesting/DefaultQuests/Quests/0/290.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "After visiting so many of the Shyre Empire\u0027s worlds, I believe I have a good idea on who I may encounter after opening my next portals.\nThe coordinates, they all point to names that were revered in many of the places I have been. Well, their own influence seems to have taken over even Terra. The blessings I would receive back when I first arrived to the Testificates\u0027 home world, they come from them, they come from the leaders of the Shyre Empire, the gods of the Shyre Empire.\nThe Primordials, the Immortals, the appellatives vary, and so do the names associated with the portal locations I will soon be able to open. This suggests some sort of decentralized government, which makes sense, given how high the stakes here are...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:recursive_demantoid" diff --git a/config/betterquesting/DefaultQuests/Quests/0/293.json b/config/betterquesting/DefaultQuests/Quests/0/293.json index bc468ab0..00212bbb 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/293.json +++ b/config/betterquesting/DefaultQuests/Quests/0/293.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I do not understand, it doesn\u0027t make any sense!\nAll the signs point to it, Skythern should be the final Shell. \nLooking at the will of all the Twilight beasts I have fought, their will clearly pointed towards the Experienced Cori, the Fractallite monster at the head of Skythern.\nAnd yet, its defeat changed nothing. Actually, it may have made things worse. Why are the Testificates now saying that they would not mind just giving up, and making a pact with the Twilight Horde?\nWhat is going on? It is as if none of the enemies I defeated was actually defeated. Sure, recursion does that, but I have been using my powers to ensure this would not happen. Is this because I am dealing with Fractallites? Are there other rules to this game I have not been aware of?\nHave I just been a fool, pushing a rock that was already in motion regardless of my actions? No it cannot be!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:skythern_core" diff --git a/config/betterquesting/DefaultQuests/Quests/0/294.json b/config/betterquesting/DefaultQuests/Quests/0/294.json index 34920e2a..3c5023bb 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/294.json +++ b/config/betterquesting/DefaultQuests/Quests/0/294.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Let\u0027s try to think about this logically. \nSure, after apparently defeating my enemies, nothing appears to have changed with the large military conflict happening around me, and yet, with regards to myself and how my enemies perceive me, they become increasingly interested in my whereabouts, and have put more and more effort into stopping me.\nClearly, if what I was doing yielded no results, my enemies would not be putting all this renewed effort into getting rid of me. If a fly is barely bothering you, after all, why try to kill it?\nThe damage I have done to the \"weaker\" Shyre and Twilight worlds is undeniable, but my effect on the more important worlds is undeniably less noticeable. Well, pretty much unnoticeable. \nWhat changed? Well, until now, I was just dealing with mere recursive beings. Now, on the other hand, I am facing full fledged fractallites.\nIs it that I am simply to weak to touch recursion the same way they do? Is it that I am not strong enough? Yes, it may be it!\nI got here, thinking I had the tools, but I do not, I am not strong enough!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:dream_cluster" diff --git a/config/betterquesting/DefaultQuests/Quests/0/295.json b/config/betterquesting/DefaultQuests/Quests/0/295.json index 9e267c30..9031cfb4 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/295.json +++ b/config/betterquesting/DefaultQuests/Quests/0/295.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The way I am, there is very little I can do. Were I to fight the leaders of the Twilight Horde and Shyre Empire over and over, for all eternity, very little would change.\nI better start learning from my enemies; thankfully, they let something slip up. With all its bolstering of being the lord of Time, Bane may have given me a way into the world of Fractallites, and possibly becoming one.\nThe chickens created in Greckon, while not being fully Fractallite, seem to possess echoes of their maker\u0027s power, echoes that are much more understandable. Since I know how these chickens work, I was able to discern what makes these ones different, I was able to see (for the lack of a better word) a shadow of what being Fractallite actually means.\nYes, as I am now, there is little I can do, but this is a first step, and the direction seems to be the right one!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:enhanced_chaos_shard" diff --git a/config/betterquesting/DefaultQuests/Quests/0/296.json b/config/betterquesting/DefaultQuests/Quests/0/296.json index e68096e6..725d86f0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/296.json +++ b/config/betterquesting/DefaultQuests/Quests/0/296.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "My understanding of my enemies, despite all the time and effort so far, is still lacking, but if I want to learn, I have to take any lead I can get.\nThe structure of the mythic shells is a starting point. After all, they are the most advanced example of Warrens, perturbations and folds in the fabric of space, in the Universe. If they are not Fractallite in nature, I don\u0027t know what is!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:skythern_star" diff --git a/config/betterquesting/DefaultQuests/Quests/0/299237608.json b/config/betterquesting/DefaultQuests/Quests/0/299237608.json new file mode 100644 index 00000000..d9780c27 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/299237608.json @@ -0,0 +1,30 @@ +{ + "preRequisites:11": [ + 320 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oQuite a lot of Infused Diamon Singularities are going to be used in the future...", + "icon:10": { + "Count:3": 1, + "Damage:2": 2030, + "id:8": "extendedcrafting:singularity_custom" + }, + "name:8": "All the Dimensional Shards" + } + }, + "questID:3": 299237608, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "Damage:2": 2030, + "id:8": "extendedcrafting:singularity_custom" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/32.json b/config/betterquesting/DefaultQuests/Quests/0/32.json index 39de5b1a..3f260cd0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/32.json +++ b/config/betterquesting/DefaultQuests/Quests/0/32.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 15, "id:8": "dimdoors:world_thread" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/324.json b/config/betterquesting/DefaultQuests/Quests/0/324.json index 95d1cb23..808655e1 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/324.json +++ b/config/betterquesting/DefaultQuests/Quests/0/324.json @@ -32,6 +32,14 @@ "3:10": { "Count:3": 1, "id:8": "contenttweaker:pulsar_core" + }, + "4:10": { + "Count:3": 1, + "id:8": "contenttweaker:pulsar_screen" + }, + "5:10": { + "Count:3": 1, + "id:8": "glassential:glass_light" } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/327.json b/config/betterquesting/DefaultQuests/Quests/0/327.json index 10b5b248..04429c76 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/327.json +++ b/config/betterquesting/DefaultQuests/Quests/0/327.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 149 + 147 ], "properties:10": { "betterquesting:10": { @@ -47,6 +47,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "aoa3:distorting_artifact" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/330.json b/config/betterquesting/DefaultQuests/Quests/0/330.json index 99ab0bf3..4e1de08c 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/330.json +++ b/config/betterquesting/DefaultQuests/Quests/0/330.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 149 + 147 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/333.json b/config/betterquesting/DefaultQuests/Quests/0/333.json index 6ed988af..254e8abd 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/333.json +++ b/config/betterquesting/DefaultQuests/Quests/0/333.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 149 + 147 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/336.json b/config/betterquesting/DefaultQuests/Quests/0/336.json index f33ff355..a6f2ef86 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/336.json +++ b/config/betterquesting/DefaultQuests/Quests/0/336.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 149 + 147 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/339.json b/config/betterquesting/DefaultQuests/Quests/0/339.json index 933c356e..21ae8df5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/339.json +++ b/config/betterquesting/DefaultQuests/Quests/0/339.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 149 + 147 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/345.json b/config/betterquesting/DefaultQuests/Quests/0/345.json index fd160bc0..4dd115d7 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/345.json +++ b/config/betterquesting/DefaultQuests/Quests/0/345.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "This is a test for all my knowledge in science, magic, and engineering! \nIn my future, I expect I will eventually run into Fractallites, beings so versed with recursion that they can shape the laws of the universe around themselves, and masters of unique powers, impossible to everyone else as long as they are alive.\nThis is a hard limit, no other being can directly take on the powers of a Fractallite; objects though, if imbued with the right properties, can channel some of these powers. Mythic excavation, although limited, can break this limit in some way.\nWhile I am still not in need for this type of technology yet, knowing that it is possible makes me more prepared for the eventual future that awaits me.\nSpeaking of this future, an I ready? Can I really do it? All clues lead to the rulers of the Shyre Empire and Twilight Horde being Fractallites, possibly even stronger than the Meatball Man. After all, even with my new knoledge, and this newly found legacy, I am not sure I have what it takes, I have to make sure everything is in place!\nI do have to thank the Arbiter for laying out this plan for me. Everything was set right where I could and would remember of it, and just at the time when I could actually understand. A staging of this type is impressive, almost too impressive...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:mythic_excavation_reactor" diff --git a/config/betterquesting/DefaultQuests/Quests/0/346.json b/config/betterquesting/DefaultQuests/Quests/0/346.json index f380d014..00602836 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/346.json +++ b/config/betterquesting/DefaultQuests/Quests/0/346.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The land of Runandor contains traces of Brightsteel, a strange metal, one that reminds or Arcanium, one of the secrets left by the Aesir.\nOne of the materials stowed in one of the buildings in Diamerisma also has properties that are similar.\nThis got me searching history of the Elves, a population that mysteriously seemes to have touched many of my allies and enemies.\nThey definitely had something to do with Asgard, and they were marginally involved with the struggle of the Testificates. They very much disliked the Twilight Horde, and opposed them whenever they tried to take over the home of the Aesir. \nAs they fell with arcana, they too hid some of their secrets...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:ancient_elven_knowledge" diff --git a/config/betterquesting/DefaultQuests/Quests/0/347.json b/config/betterquesting/DefaultQuests/Quests/0/347.json index c3e16f61..510c14fe 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/347.json +++ b/config/betterquesting/DefaultQuests/Quests/0/347.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Likely due to the Arbiter, since it seems like this character has done things everywhere in this universe, the elves worked with fluix, and possessed means to work it into a matrix composite with magical properties, a lattice interacting with both matter and energy at a macroscopic level.\nNow onto the Arbiter, if indeed they were so involved with the struggle of the universe, why haven\u0027t I met them yet?", "icon:10": { "Count:3": 1, "id:8": "avaritia:resource" diff --git a/config/betterquesting/DefaultQuests/Quests/0/348.json b/config/betterquesting/DefaultQuests/Quests/0/348.json index 6e30f090..8c56b60e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/348.json +++ b/config/betterquesting/DefaultQuests/Quests/0/348.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "As part of this new great technology left by the Arbiter, the ability to directly collect neutrinos will be very beneficial.\nI have yet to invest in any particle accelerator subatomic particle synthesis, since so far I have not had the need for it, but from now on it may be a good idea to start thinking about those tools.", "icon:10": { "Count:3": 1, "id:8": "avaritia:neutron_collector" diff --git a/config/betterquesting/DefaultQuests/Quests/0/351.json b/config/betterquesting/DefaultQuests/Quests/0/351.json index 23355400..29e3997d 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/351.json +++ b/config/betterquesting/DefaultQuests/Quests/0/351.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "The asteroid belt between the Proxima stars is a strange place, filled with technology that looks faintly familiar.\nTechnology left here by the Arbiter for me, that much I know, otherwise why would I have understood the strange characters as soon as I knew of the prophecy.\nThese satellites mark an important location for the Arbiter, a place where they experimented, and played with recursion to generate new materials and technologies.\nFrom what I know, the Arbiter was some sort of engineer, who studied magic in a way similar to what I am doing now. They were much more powerful than me, at elast as I am now, and were able to come up with something that does not quite make sense.\nMatter that is, well, just matter, with no other identification. What color is it? I\u0027m not sure. Is it heavy? No idea. No matter what I do, what property I measure, the readings come out different every time. Whatever this is, its main property is being unidentified.\nAfter learning what I now know from Ogerite and how recursive properties can be passed on, I believe I should be able to give this \u0027unidentifiableness\u0027 to other matter.", + "desc:8": "The asteroid belt between the Proxima stars is a strange place, filled with technology that looks faintly familiar.\nTechnology left here by the Arbiter for me, that much I know, otherwise why would I have understood the strange characters as soon as I knew of the prophecy.\nThese satellites mark an important location for the Arbiter, a place where he experimented, and played with recursion to generate new materials and technologies.\nFrom what I know, the Arbiter was some sort of engineer, who studied magic in a way similar to what I am doing now. he was much more powerful than me, at least as I am now, and was able to come up with something that does not quite make sense.\nMatter that is, well, just matter, with no other identification. What color is it? I\u0027m not sure. Is it heavy? No idea. No matter what I do, what property I measure, the readings come out different every time. Whatever this is, its main property is being unidentified.\nAfter learning what I now know from Ogerite and how recursive properties can be passed on, I believe I should be able to give this \u0027unidentifiableness\u0027 to other matter.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:unidentified_body" diff --git a/config/betterquesting/DefaultQuests/Quests/0/370.json b/config/betterquesting/DefaultQuests/Quests/0/370.json index 5d17b9cc..8e1de9bb 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/370.json +++ b/config/betterquesting/DefaultQuests/Quests/0/370.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I may have made a mistake, not fully knowing the rules of Fractallite powers. Once the holder of a given power falls, the magic they cast is not reversed. The gift of Immortality coming from the Immortal Fractallites still endures after their defeat.\nThis does not follow the same logic as the other powerful magic I have encountered; or any magic I have encountered, to be fair. \nThe vessel is important to magic. Once it is taken away, the weave of recursion falters. That is how I could wiggle out of my own recursion prison, by beating up J\u0027zahar and the Primordial Malevolence. Sure, I am yet to escape this prison fully, so it is definitely possible to ensure some permanence when casting powerful spells, but the fall of the caster, looking at every single example I have seen of this, does have an effect.\nHere, though, nothing changed. Something must have been done to ensure continuity would not stop, not now nor ever. And I suspect someone else may be involved in this...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:immortallis_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/395.json b/config/betterquesting/DefaultQuests/Quests/0/395.json index 0c67ec75..9607ba8e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/395.json +++ b/config/betterquesting/DefaultQuests/Quests/0/395.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "My campaign simply cannot continue as it is currently going. Something needs to change, I need to change. I saw a glimpse of what being a Fractallite really means, now I have to chase all other glimpses.\nThe Elder Ones, I must speak with one of them, known as the master of Horror.\nI do not know what type of answers I will receive, but I must ask. I must fight to ask.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:horrific_callstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/396.json b/config/betterquesting/DefaultQuests/Quests/0/396.json index b9300bc1..9a7107b3 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/396.json +++ b/config/betterquesting/DefaultQuests/Quests/0/396.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I never thought to check, but Slimes, of all things, carry a small amount of Fractallite magic in them.\nTheir very nature, after all, is fractal; each of them separates into more, over and over.\nIf the ones I encountered so far hide a small amount of Fractallite Power, if I were to find more and more powerful slimes, I may be able to witness larger and larger amounts of it.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:sticky_callstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/397.json b/config/betterquesting/DefaultQuests/Quests/0/397.json index 6827cf6a..078e15d0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/397.json +++ b/config/betterquesting/DefaultQuests/Quests/0/397.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Before going on, I must tie all loose ends, this much I now know. \nWhen it comes to Recursion, and even moreso with Fractallite beings, defeating an enemy once is not enough.\nThe forsaken inhabitants of Runandor, in their creation of Clunkhead, inbued it with some of the power of this Lord of Prosperity, certainly a Fractallite being.\nI must face this automaton again, not just the form I was allowed to see, but its true essence!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:runic_key" diff --git a/config/betterquesting/DefaultQuests/Quests/0/398.json b/config/betterquesting/DefaultQuests/Quests/0/398.json index 28ce969d..d9dfdbfc 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/398.json +++ b/config/betterquesting/DefaultQuests/Quests/0/398.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The fracture between dimensions, that is the truth about the nature of space.\nAs I said, I did not know what answers this wretched creature would provide, but I definitely did not expect a lesson in physics.\nThere is a reason why most beings in the universe can only perceive three dimensions of space. It has to do with a fracture, one that was, long ago, put in place through Warren magic, as a way to separate a portion of reality from the rest.\nAn uncountable amount of time ago, when the Old Ones were still young, this fracture was not present, and it was much more common for beings, whatever they must have looked like back then, to be able to perceive the full space of Strings.\nAccess to this space is what allowed for the discovery of the Eldritch Recursive field, the origin of Abyssal magic, which resided in interaction existing only in some dimensions. To prevent the spread of this power, which created what are now the Elder Ones, from taking over, the ancestors of the Realmshifters forged a way to separate the dimensions, giving birth to the nightmare worlds of the Abyssal Ones, but at the same time curbing their influence.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:cosmic_fracture" diff --git a/config/betterquesting/DefaultQuests/Quests/0/399.json b/config/betterquesting/DefaultQuests/Quests/0/399.json index dac5fb9d..f6a29098 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/399.json +++ b/config/betterquesting/DefaultQuests/Quests/0/399.json @@ -4,12 +4,12 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Was this worth it? To be honest I am not sure.\nI learned a lot less than what I initially thought. And yet, the Slime I was able to bring forth did indeed carry a large amount of the power I seek. Just in a form that did not quite make sense.\nLooking at the silver lining, though, it was quite amusing to see the Abyssal wastelands covered in slime.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:big_slime" }, - "name:8": "Big Slime" + "name:8": "The Biggest Slime" } }, "questID:3": 399, diff --git a/config/betterquesting/DefaultQuests/Quests/0/40.json b/config/betterquesting/DefaultQuests/Quests/0/40.json index 5ba1c11d..f3286754 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/40.json +++ b/config/betterquesting/DefaultQuests/Quests/0/40.json @@ -36,6 +36,10 @@ }, "title:8": "JEI Tips and Tricks" } + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:helpful_tippy_hat" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/400.json b/config/betterquesting/DefaultQuests/Quests/0/400.json index 8ee7d25c..6c445fb9 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/400.json +++ b/config/betterquesting/DefaultQuests/Quests/0/400.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "A brick. A single brick.\nI have no idea how or why, but a single remain of the abundance of the Lord of Prosperity was taken by the people of Runandor, and buried deep into their creation.\nA sin of greed, that is how I would call it. Due to fear of losing everything they were given, the people of Runandor had decided to hide what was left to them after being forsaken. Instead of showing it, they hid it, scared others may take it.\nAnd yet, I still took it from them. Am I committing the same sin as they are? Is this search for Fractallite powers just a way to tell myself I hold value? Am I convincing myself I can do it when I cannot?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:clunky_chunky_brick" diff --git a/config/betterquesting/DefaultQuests/Quests/0/401.json b/config/betterquesting/DefaultQuests/Quests/0/401.json index 7bdaa0f5..5ccf3b7b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/401.json +++ b/config/betterquesting/DefaultQuests/Quests/0/401.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Knowing that my true enemies are still at large does not solve the issue at hand. How can I go deeper into the Mythic shells if I cannot defeat the Fractallites that inhabit the current Shell.\nAfter some experimentation, I could produce a gem of great power, imbued with my own recursive powers. It is not yet complete, though; just like the chickens that were left with part of Bane\u0027s powers of time and entropy, this gem is not yet fully powered.\nOnce I finally ascend to Fractallite, that is when it will too be perfected, and that is when I shall resume my journey into the Mythic Shells!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:imperfect_gem_of_the_cosmos" diff --git a/config/betterquesting/DefaultQuests/Quests/0/402.json b/config/betterquesting/DefaultQuests/Quests/0/402.json index d273558a..4b9481ef 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/402.json +++ b/config/betterquesting/DefaultQuests/Quests/0/402.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Is this really how I damaged the Twilight Horde? Is this how a galaxy-spamming civilization is toppled? By picking up a crystal?\nAs hard it may be to believe, yes, that may be how it happens.\nI still could be wrong, as I do not yet know how these recursive gems work, but my suspicion about them being communication devices does make sense. They are tied in between the Mythic Shells of the Twilight Horde, and their removal from their locations has caused chaos and disorganization among enemy troops.\nThat is the effect I would expect from removing the Internet back on Earth. Communication is a powerful weapon, some may even say the most powerful.\nWhile I would really like to say this is over, I do not think it is. Holding on to the gem of Skythern, I know that it is not the final world of the Mythic Shells, so whoever lives and rules in the next one will eventually reinstate these communication lines.\nI hope at least I scared them enough to make them careless...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:skythern_refined_gem" diff --git a/config/betterquesting/DefaultQuests/Quests/0/403.json b/config/betterquesting/DefaultQuests/Quests/0/403.json index d19bd0b3..ecf964cc 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/403.json +++ b/config/betterquesting/DefaultQuests/Quests/0/403.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Yes, this must be it!\nWhat I thought to be the final Mythic Shell is not the last one. The Experienced Cori is not at the head of the Twilight Horde.\nAnd if that\u0027s the case, the similar lack of a loss in leadership in the Shyre Empire after the defeat of these supposed \"leaders\" may point to the same.\nAfter all, in a universe filled with incredibly powerful beings, being in the spotlight may not be a necessarily sound strategy. \nYes it makes sense; what if what I just toppled were just puppet regimes, put in place by more discreet and more considerate enemies?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:tulite_flower" diff --git a/config/betterquesting/DefaultQuests/Quests/0/406.json b/config/betterquesting/DefaultQuests/Quests/0/406.json index 48c73261..25886296 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/406.json +++ b/config/betterquesting/DefaultQuests/Quests/0/406.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I need to clear my head with some Engineering! All these throughts of power are discouraging.\nSomething creative should cheer me up, hopefully.\nArbiter tech is quite powerful, and it is undoubtedly fun to play with it!", "icon:10": { "Count:3": 1, "id:8": "avaritia:neutronium_compressor" diff --git a/config/betterquesting/DefaultQuests/Quests/0/407.json b/config/betterquesting/DefaultQuests/Quests/0/407.json index f43a5c87..c61eb27a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/407.json +++ b/config/betterquesting/DefaultQuests/Quests/0/407.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Yup, some tinkering was what I needed! I feel a lot better now!\nAnd as a bonus, now I have a way to fuse metastable heavy elements.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:everlasting_fusor" diff --git a/config/betterquesting/DefaultQuests/Quests/0/408.json b/config/betterquesting/DefaultQuests/Quests/0/408.json index 90eba969..62e5a8fa 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/408.json +++ b/config/betterquesting/DefaultQuests/Quests/0/408.json @@ -1,10 +1,10 @@ { "preRequisites:11": [ - 292 + 291 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Another requirement for an empire capable of taking over the universe. A way to maintain continuity in ruling. \nNot just immortality, the ability to give and re-take it. In a way similar to how I gained recursion from the Old Ones, the Immortal Fractallites can bestow recursive powers on whoever they desire, and just as simply take them away.\nThrough their manipulation, they were able of ensuring the ideological continuity of the Shyre Empire. Those that followed, endured, those that did not, were simply lost through the sands of time...", "icon:10": { "Count:3": 1, "id:8": "aoa3:immortallis_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/409.json b/config/betterquesting/DefaultQuests/Quests/0/409.json index 8daebf34..eb61503a 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/409.json +++ b/config/betterquesting/DefaultQuests/Quests/0/409.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oComplete all rooms in immortallis.", + "desc:8": "§7§oComplete all rooms in immortallis.\n\n§fDelving deeper into the fortress of the Immortal Fractallites, at least one reassuring thing is certain.\nThey cannot do anything about my own immortality and recursion. \nThe powers of the Immortals have different rules from the Old Ones\u0027. The recursion prison that entrapped me is not something than can be easily broken, if at all. Once given, it cannot be taken back, or it would not really be a prison, wouldn\u0027t it? The gift to the favored by the Shyre Empire was, as a matter of fact, a gift, which could, and was, many times, rudely taken back.\nAnd yet, I myself was able to partially wiggle my way out of my own prison, which none of the my enemies were able to do. To be fair, though, I do not think any of my enemies really wanted to give up their immortality.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:immortallis_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/410.json b/config/betterquesting/DefaultQuests/Quests/0/410.json index 761c5797..a10f6163 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/410.json +++ b/config/betterquesting/DefaultQuests/Quests/0/410.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Despite all their rules, the Ancient Fractallites were luckily pushover fighters.\nWhat is most remarkable about them, though, is their homeworld. It reminds of the pocket spaces I built using fluix to house my factories back at the start of my adventures on Terra. The Ancient Cavern is the result of an insane amount of magic, and yet fluix can achieve the same result with much less effort, from the hands of someone who is barely capable of magic, as I was back then.\nWhat the Arbiter so easily and freely left on Terra, to be mostly snubben in front of Dimensional Shards, is quite astonishing to me. Yes sure, to be able of harnessing the power of Fluix you need a physiscs knowhow, but still, it is amazing what the Arbiter\u0027s technology is capable of.\nI have big shoes to fill...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:ancient_cavern_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/411.json b/config/betterquesting/DefaultQuests/Quests/0/411.json index eeb4a41f..35ed5c06 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/411.json +++ b/config/betterquesting/DefaultQuests/Quests/0/411.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 292 + 291 ], "properties:10": { "betterquesting:10": { @@ -23,6 +23,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:ancient_decrystallizer" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/413.json b/config/betterquesting/DefaultQuests/Quests/0/413.json index 19e39c7c..ff823b03 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/413.json +++ b/config/betterquesting/DefaultQuests/Quests/0/413.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "It is not just that nothing changed. It truly feels like everything I have done against my enemies yielded no results.\nSure, I did not expect my enemies to give up right away as my enemies were defeated, but I definitely did not expect this complete and utter lack of changes in their attitude.\nThis is puzzling. I thought I won the war, and yet defeating the rulers of my enemies changed nothing about their resolve.\nIs this something I am not Fractallite enough to understand? Does this have anything to do with powers beyond me?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:dustopia_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/414.json b/config/betterquesting/DefaultQuests/Quests/0/414.json index 4976bc38..c61d4ffe 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/414.json +++ b/config/betterquesting/DefaultQuests/Quests/0/414.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The picture of how the recursive powers of the Twilight Horde are making a bit more sense, although I am still not quite sure about the full picture here.\nEach of the Shells part of the Horde\u0027s territories holds these gems, which possesses powerful recursive properties. Each gem is tied to the power of the world that is located farther in, and it transmits something magical in nature to the outer layers of the Shells. What this power or influence may be, I do not know, but it reminds me of a communication device between the Shells.\nAs I got my hands on the gem in the Eden, the effects were negligible. \nWhen I took the gem from Wildwood, I did notice a bit of a change in the organization of my enemies, they suddenly felt more erratic.\nBut not that I have gotten the Apalachia gem, the negative effect on the logistics of the Twilight Horde was noticeable. My enemies are scrambling, some even seem to have totally diserted. It seems like something may have fully broken.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:apalachia_refined_gem" diff --git a/config/betterquesting/DefaultQuests/Quests/0/415.json b/config/betterquesting/DefaultQuests/Quests/0/415.json index 8fbc2d98..3b65a960 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/415.json +++ b/config/betterquesting/DefaultQuests/Quests/0/415.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oTo summon the primordial five, light all the dustopian lamps around the primordial shrine with darkly powder, and click on the shrine.", + "desc:8": "§7§oTo summon the primordial five, light all the dustopian lamps around the primordial shrine with darkly powder, and click on the shrine.\n\n§fThe darkness of Dustopia hid many secrets, and a thick layer of political subterfuge. These are the puppet masters that pulled the strings of the depraved acts of destruction, manipulation, and slavery perpetuated all over the Shyre Empire.\nPutting an end to them did not feel bad. It really didn\u0027t. It almost felt too easy.\nAnd yet, it feels like nothing changed. The troops did not stop. Terra is still being attacked. The war is still ongoing.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:dustopia_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/416.json b/config/betterquesting/DefaultQuests/Quests/0/416.json index a8840724..7a64dfbd 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/416.json +++ b/config/betterquesting/DefaultQuests/Quests/0/416.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I have to say, this is almost disappointing...\nThe powers of the Temporal Fractallite have taken me away from the conflict of Terra for years, and yet nothing changed? The stalemate with the Twilight Horde has not evolved one bit?\nI cannot believe it!\nWell, I should probably be happy, all things considered. No change is better than change for the worst.\nAnd here is a small tidbit of info. For the first time since the start of my campaign, I heard the term \"Shyrelands\". I assume it must refer to the inner, more powerful worlds of the Empire, since I had not yeat encountered the word. As a matter of fact, I have gone so far, and yet been completely ignorant of the term \"Shyre\". What does it mean? Is it a place?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:greckon_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/417.json b/config/betterquesting/DefaultQuests/Quests/0/417.json index 7318b94b..76d42ae2 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/417.json +++ b/config/betterquesting/DefaultQuests/Quests/0/417.json @@ -1,10 +1,10 @@ { "preRequisites:11": [ - 292 + 291 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Well, turns out the trap in Mysterium did reveal some of the secrets I held.\nThe Shyre Empire found out about the laser chickens! \nNot only did they start making an army of them, they powered them up using chaos. I guess I should not be surprised that my enemies have aces in their sleeves too. Aces that may annhilate the entire galaxy if unleashed.\nThis is really scary. As of now, I am likely the largest threat my enemies may have encountered in a very long time. What if they were to decide that getting rid of me is more important than safeguarding their precious Dimensional Shards.\nKnowing what they do would really be helpful for enstablishing a proper course of action, but alas, I must not go gentle now. Not when the rulers of my enemies are at hand.", "icon:10": { "Count:3": 1, "id:8": "aoa3:greckon_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/418.json b/config/betterquesting/DefaultQuests/Quests/0/418.json index fdce479f..c0dfb35f 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/418.json +++ b/config/betterquesting/DefaultQuests/Quests/0/418.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oDrop a haunted idol to summon Bane.", + "desc:8": "§7§oDrop a haunted idol to summon Bane.\n\n§fA voice resounding through the sheer cliffs of Greckon. A haunting chant.\nThe voice of Bane now resounds in this world. I was right to expect some sort of contingency plan from the Shyre Empire.\nThe powers of this being, this creature that so closely resembles an Old One while being nothing like one, have something to do with time. Not the mere entropy manipulation that allows me to speed things up locally. No, actual time manipulation.\nI do not know how long I have been in this place, how long my fight with this creature truly took. It felt like mere moments, but after hearing the chant, after understanding the words, I know I may come back to a very different Terra, one that may have endured for long after my time, or one that may have given up.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:greckon_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/419.json b/config/betterquesting/DefaultQuests/Quests/0/419.json index 0a91123b..d2f22fb0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/419.json +++ b/config/betterquesting/DefaultQuests/Quests/0/419.json @@ -1,10 +1,10 @@ { "preRequisites:11": [ - 292 + 291 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "My theory that the Shyre Empire is ruled by a council is ideed correct. The idea of a single head, a single emperor, while tantalizing and appropriately climactic, does not make much strategic sense, especially given the powers of the players involved in this game...\nA hydra with many heads located in different places, on the other hand, makes a lot of sense.\nIf the other appellatives speak to more executive branches, or whatever these beings do with their Kardashev-scale government, the Primordial Fractallites are figures of law. The brains behind this whole operation.", "icon:10": { "Count:3": 1, "id:8": "aoa3:dustopia_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/420.json b/config/betterquesting/DefaultQuests/Quests/0/420.json index 52114169..3fae2914 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/420.json +++ b/config/betterquesting/DefaultQuests/Quests/0/420.json @@ -4,13 +4,13 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "After having seen all these crazy things, I do believe the Old Ones play a fundamental role to the power play of the universe. They are not just morally dark observers who only sometimes take action for personal benefit. They seem to have something to do with how recursion runs.\nThey are not necessarily the strongest beings I have met, but they are by far the oldest, and their bond to recursion is the strongest I have seen. ", "icon:10": { "Count:3": 1, "Damage:2": 653, "id:8": "extendedcrafting:singularity_custom" }, - "name:8": "Ethaxium Singularity" + "name:8": "Ethaxium Overdrive" } }, "questID:3": 420, diff --git a/config/betterquesting/DefaultQuests/Quests/0/421.json b/config/betterquesting/DefaultQuests/Quests/0/421.json index 8af9bbf8..f7ce74f5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/421.json +++ b/config/betterquesting/DefaultQuests/Quests/0/421.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "The Testificates like to carry this strange tradition, a gambling game, one that uses a fairly minor magic. This tradition, though, has its own history, including some fairly deep symbolism.\nMaybe I should look more into it...", "icon:10": { "Count:3": 1, "id:8": "aoa3:lotto_banner" diff --git a/config/betterquesting/DefaultQuests/Quests/0/422.json b/config/betterquesting/DefaultQuests/Quests/0/422.json index 45080d7f..0900e846 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/422.json +++ b/config/betterquesting/DefaultQuests/Quests/0/422.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Here is something I do not quite understand, and it is the involvement of the Arbiter with the Shyre Empire.\nOne of his technologies, in the hands of the perverted brutes of Iromine, why?\nThe only reasonable guess I have is that maybe the Arbiter had something to do with the Apothecary Bee, who had unfortunately ended up in the hands of Shyre torturers.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:summoning_computer" diff --git a/config/betterquesting/DefaultQuests/Quests/0/423.json b/config/betterquesting/DefaultQuests/Quests/0/423.json index 4d75d90c..2ab24c12 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/423.json +++ b/config/betterquesting/DefaultQuests/Quests/0/423.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While turbines are hardly a new technology at this point, I think it would be a good idea to come up with a technology that can handle vapors other than water.\nI am encountering so many crazy and strange fluids, so I would not be suprised if some of them played well with turbines.", "icon:10": { "Count:3": 1, "id:8": "nuclearcraft:turbine_controller" diff --git a/config/betterquesting/DefaultQuests/Quests/0/424.json b/config/betterquesting/DefaultQuests/Quests/0/424.json index 4cc4c33a..c22ab741 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/424.json +++ b/config/betterquesting/DefaultQuests/Quests/0/424.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Start making a few...", + "desc:8": "§7§oIt may be a good time to start filling up a bunch of books!\n\n§fThe potential energy of the Book of the Dead, while having the capability of performing rituals touching the higher-order dimensions, exists itself in the string-theory space. \nI have not really thought about building devices or artifacts working in these higher dimensions, as I was scared of starting more conflicts against the Old Ones, but I think it may be time to experiment more with this!", "icon:10": { "Count:3": 1, "id:8": "abyssalcraft:abyssalnomicon", @@ -12,7 +12,7 @@ "PotEnergy:5": 0.0 } }, - "name:8": "Abyssalnomicon" + "name:8": "More Full Abyssalmonicons!" } }, "questID:3": 424, diff --git a/config/betterquesting/DefaultQuests/Quests/0/425.json b/config/betterquesting/DefaultQuests/Quests/0/425.json index 78d88976..33932318 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/425.json +++ b/config/betterquesting/DefaultQuests/Quests/0/425.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "At a high cost of Draconium, even chaos dragons can be farmed. is this worth it? I am not sure, but it is cool to know that something like this is possible.", "icon:10": { "Count:3": 1, "id:8": "woot:endershard" diff --git a/config/betterquesting/DefaultQuests/Quests/0/426.json b/config/betterquesting/DefaultQuests/Quests/0/426.json index 29ea30df..69c4d336 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/426.json +++ b/config/betterquesting/DefaultQuests/Quests/0/426.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While I don fully understand it yet, the key to using Entropy to its full potential did indeed reside in the eharts of the dragons of Terra. Or one powerful dragon existing in many places at once.\nAs matter gains more and more entropy, its chaoticity eventually passes a threshold, one that is not naturally achievable, and yet possible through magic, where fundamental particles exhibits all possible configurations predicted by their quantum field; in other words, true chaos.\nCrystals of this state of matter, given enough energy, can self-replicate, and make more of themselves; so while I still don\u0027t know how this is possible in the first place, I can get my hands on more and more of this stuff to study it.", "icon:10": { "Count:3": 1, "Damage:2": 1, @@ -24,6 +24,19 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:chaotic_condenser" + } + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/427.json b/config/betterquesting/DefaultQuests/Quests/0/427.json index ca7e0ad4..d10e4bc5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/427.json +++ b/config/betterquesting/DefaultQuests/Quests/0/427.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "This new maximum-entropy state of matter, among many other uses, can be used as an effective material to fuse quite large amounts of Ultimate Alloy.\nI am still unsure if this is necessarily the best way to make it, but it is interesting nevertheless.", "icon:10": { "Count:3": 1, "Damage:2": 4, diff --git a/config/betterquesting/DefaultQuests/Quests/0/428.json b/config/betterquesting/DefaultQuests/Quests/0/428.json index f5bb62e1..3e575b81 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/428.json +++ b/config/betterquesting/DefaultQuests/Quests/0/428.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oThis way for draconic armor!", + "desc:8": "§7§oThis way for draconic armor!\n\n§fThe properties of maximum-entropy Chaos matter are remerkable. Energy transformations involving this state of matter naturally achieve their Carnot efficiency, making it a highly effective source for generating electricity.\nThis does not always play well, as the reaction is so efficient that it can automatically lower the enrgy state of the world around it, leading to catastrophic destruction.", "icon:10": { "Count:3": 1, "id:8": "draconicevolution:reactor_core" diff --git a/config/betterquesting/DefaultQuests/Quests/0/429.json b/config/betterquesting/DefaultQuests/Quests/0/429.json index 5643e668..6e1acd6b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/429.json +++ b/config/betterquesting/DefaultQuests/Quests/0/429.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "What can control over entropy do? Well, it pairs up extremely well with Essence technology. I do not know it for sure, but I suspect this may be the natural progression of a carnivorous civilization, synthetic biomass reproduced at the speed of optimal entropy!", "icon:10": { "Count:3": 1, "id:8": "tinymobfarm:ultimate_farm" diff --git a/config/betterquesting/DefaultQuests/Quests/0/430.json b/config/betterquesting/DefaultQuests/Quests/0/430.json index bd9c8c63..349944d3 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/430.json +++ b/config/betterquesting/DefaultQuests/Quests/0/430.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Out of the things I expected to get out of this, a weapon was not what I thought of, but wow, this is nice!", "icon:10": { "Count:3": 1, "id:8": "xreliquary:magicbane" diff --git a/config/betterquesting/DefaultQuests/Quests/0/431.json b/config/betterquesting/DefaultQuests/Quests/0/431.json index bd567849..0a2da40b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/431.json +++ b/config/betterquesting/DefaultQuests/Quests/0/431.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oStart of a long crafting chain ahead!\n\nIf you want to be able to craft end-game recipes, you should build an individual machine, and set up automation, for each individual step.", + "desc:8": "§7§oStart of a long crafting chain ahead!\n\nIf you want to be able to craft end-game recipes, you should build an individual machine, and set up automation, for each crafting step in the following chain.\n\n§fYes! The traces still make sense, down to the raw neutrinos leftover all around the sky islands on Terra. They were left there for me, as a starting point, a starting point for the things I can do now!\n", "icon:10": { "Count:3": 1, "Damage:2": 2, diff --git a/config/betterquesting/DefaultQuests/Quests/0/432.json b/config/betterquesting/DefaultQuests/Quests/0/432.json index 85e34686..70877d2b 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/432.json +++ b/config/betterquesting/DefaultQuests/Quests/0/432.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oThis way for Corrupted Aragonite.", + "desc:8": "§7§oThis way for Corrupted Aragonite.\n\n§fI cannot hold onto the powers of an Old One myself, but I can at least try to make use of it indirectly.\nAfter a certain amount of potential energy, the implications of what is possible stop making sense, I simply cannot grasp what sort of emergent behavior shenanigans may be happening. \nNo matter how hard I try, I know it would take me millenia to understand this. That is what being an Old One means, I fear. Knowedge comes with a price, this much I know; I am likely the most accomplished human researcher ever, and yet I have nobody to share this knowledge with, and the main applications I have for what I do are carrying on this crazy suicide mission. \nYes, knowledge can twist a person in often terrible ways, and certain knowedge, like the one I have before me, has a price higher than other.\nThis does not stop me from banging incomprehensible ancient tomes against random objects until things happen, though.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:skotaninomicom" diff --git a/config/betterquesting/DefaultQuests/Quests/0/433.json b/config/betterquesting/DefaultQuests/Quests/0/433.json index 148f98bd..ea1afe57 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/433.json +++ b/config/betterquesting/DefaultQuests/Quests/0/433.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Crazy, yes, I may be crazy, for more than one reason.\nThe Undead Herald, the frindly yet strange fellow that would sometimes show up around my home on Terra. Not only they are a Recursive being, thay are a full-fledged Old One.\nOne that, strangely enough, is willing to reveal some secrets at a fairly reasonable price. Well, a fully healthy brain is overrated anyway, and I won\u0027t need it all where I am going...", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:anadrominomicom" diff --git a/config/betterquesting/DefaultQuests/Quests/0/434.json b/config/betterquesting/DefaultQuests/Quests/0/434.json index dd59c5ed..b7989340 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/434.json +++ b/config/betterquesting/DefaultQuests/Quests/0/434.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Looking at the happy side of things, I am not the only thing here that is corrupted, and I am not the only corrupted thing that has not outshined its usefulness.\nThe product of the secret revealed by the Undead Herald, witness of all great battles, is Corrupted Aragonite, a material infused with the powers of an Old One.\n", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:corrupted_aragonite" diff --git a/config/betterquesting/DefaultQuests/Quests/0/435.json b/config/betterquesting/DefaultQuests/Quests/0/435.json index 1737ec48..8c260800 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/435.json +++ b/config/betterquesting/DefaultQuests/Quests/0/435.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While I have yet to fully grasp this, it seems like, at their essence, artifacts made out of fluix take advantage of the many configurations and interactions among strings, leading to transitions between data, and matter!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:strings_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/0/437.json b/config/betterquesting/DefaultQuests/Quests/0/437.json index d25ec65d..672a9aed 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/437.json +++ b/config/betterquesting/DefaultQuests/Quests/0/437.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "More Arbiter tech! More neutrinos!", "icon:10": { "Count:3": 1, "Damage:2": 4, diff --git a/config/betterquesting/DefaultQuests/Quests/0/438.json b/config/betterquesting/DefaultQuests/Quests/0/438.json index 75d361ab..361d068f 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/438.json +++ b/config/betterquesting/DefaultQuests/Quests/0/438.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Automate these! Ogerite makes it easy!", + "desc:8": "§7§oOgerite makes it easy to automate these!\n\n§fThe further along I continue through this journey, the more I am becoming aware of the incredible power of the matter-energy system.\nThe technology of the Arbiter is incredible. I am quite surprised that none of my enemies even appears to care about Fluix; all of the incredible technology that has allowed me to develop as far as I have is thanks to Fluix.\n", "icon:10": { "Count:3": 1, "Damage:2": 38, diff --git a/config/betterquesting/DefaultQuests/Quests/0/439.json b/config/betterquesting/DefaultQuests/Quests/0/439.json index 87a95f6b..1ae88b2f 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/439.json +++ b/config/betterquesting/DefaultQuests/Quests/0/439.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "While the dragons were definitely hostile, they appeared to have grown increasingly fond of me. Not unlike the bees, I suspect, they may have tested me and my worthiness.\nI guess I could see why dragons were the dogs of Lyndenwyrm, they have an incredible sense of faithfullness, and a deep sense of belonging.\nA belonging I now feel too, a belonging to a history that is so much bigger than I once expected. The dragons were once the wardens of the Testificates, a role I am now, to some extent, undertaking too.\nI feel some sort of kinship, and so do the dragons. Enough of a kinship to allow me access to the dangerous weapons once developed by the people of the Arbiter.", "icon:10": { "Count:3": 1, "id:8": "draconicevolution:draconic_sword" diff --git a/config/betterquesting/DefaultQuests/Quests/0/440.json b/config/betterquesting/DefaultQuests/Quests/0/440.json index 30541720..15e376d5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/440.json +++ b/config/betterquesting/DefaultQuests/Quests/0/440.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§o§7§oUse a mega rune stone on a clunkhead altar to summon Clunkhead.", + "desc:8": "§7§o§7§oUse a mega rune stone on a clunkhead altar to summon Clunkhead.\n\n§fThis I did not expect, the wizards of Runandor, at some point in the history of this world, were capable of performing alchemy, but, for some reason, it is now a lost art.\nAs the ability of its people started disappearing, they used the last of their power to perform a summoning, which bound the last of their power to a recursive automaton, Clunkhead. \nThis being was infused with all the alchemy left in Runandor, and became the ace this world\u0027s sleeve to remain in the good graces of the Shyre Empire. Those that cannot fight are destroyed, that is the way of my opponents.\nThe people of this place still cherish their past as alchemists, and safekeep what remains of their stock of dark matter with great jealousy.\nWhat is interesting, very interesting, about this is the fact that the ability to perform alchemy can be taken away, and, I suspect, given as well. This calls for some more research!", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:runador_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/441.json b/config/betterquesting/DefaultQuests/Quests/0/441.json index 1351ec31..5bbdea9d 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/441.json +++ b/config/betterquesting/DefaultQuests/Quests/0/441.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I may have found an ally of some sort. Someone very, very powerful is on my side; well, on the side that is against the Shyre Empire at least.\nIt took some digging into the hidden history of Runandor, safekept by its leaders and hidden even from the Shyre Empire, a hidden history about this world\u0027s original deity (or pantheon, the language is unclear).\nWhoever used to be worshipped by these people, it is a very powerful being, someone capable of touching all individuals in the universe solely through their power. A universal entity, not unlike the Meatball Man.\nIf the Meatball Man\u0027s power is over gluttony, the power of this being revolves around prosperity.\nAlchemy is a gift of prosperity, bestowed by this power, and freely given as gift. After betrayal, though, this gift was taken away from Runandor; the betrayal, I believe, was joining the Shyre Empire.\nThis gift was given to me, and to many of the enemies of the Shyre Empire; is it safe to assume that this being may be my ally?", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:runandor_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/442.json b/config/betterquesting/DefaultQuests/Quests/0/442.json index bc6a640f..4ed75a2c 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/442.json +++ b/config/betterquesting/DefaultQuests/Quests/0/442.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oRight click an Observing Eye on a Visualent Altar to summon Visualent.", + "desc:8": "§7§oRight click an Observing Eye on a Visualent Altar to summon Visualent.\n\n§fVisualent, the hidden all-seeing ruler of Lunalus, and the intelligence mastermind of the Shyre Empire, is the one that planned my entrapment on Mysterium.\nThe good thing about my secret sequestration going wrong is that it gave me more than enough information to trace it back to its source.\nUnfortunately, it seems like some of my secrets may have leaked to Visualent\u0027s bosses; my enemy seemed too confident in themselves, too cocky, even when defeated by my hand.\n\"Do you think you can hide anything from me, Earthling?\" \nThey know where I am from, and who knows what else! The secrets of Taint, and the world-destrying chickens are still secrets, or so it seems; I believe I would have had to face them, if the Shyre Empire indeed had been able to extract those from me.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:lunalus_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/443.json b/config/betterquesting/DefaultQuests/Quests/0/443.json index 0ab0c7ee..c67cb722 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/443.json +++ b/config/betterquesting/DefaultQuests/Quests/0/443.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Secrets, secrets, secrets...\nHow is it that, in such a vast universe, some things are known to only a handful of beings? \nWhy are jealousy and fear so strong, to push people into holding on to every tittle thing they can? \nWhy? Well, likely I will never know.\nIt does bring me hope that, despite this, there exist individuals capable of sharing their own power, their own secrets, with others. Thanks to them, I now know that the right thing is to divulge the secrets of Lunalus, to make others aware of what the Shyre Empire was hiding.\nAfter having seen all of this, it truly is remarkable that the Arbiter, the paradigm of Order, decided to share everything they knew with the Testificates. ", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:lunalus_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/444.json b/config/betterquesting/DefaultQuests/Quests/0/444.json index 28491c2f..f32a0a32 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/444.json +++ b/config/betterquesting/DefaultQuests/Quests/0/444.json @@ -1,10 +1,10 @@ { "preRequisites:11": [ - 284 + 283 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Here it is, Runandor! I had heard of this place from within the Deeplands. The people of this place are the ones that were so interested about the Charged Runium found there, and its alchemical properties.\nThe land of Runandor appears to be one of the worlds at the head of the Shyre Empire\u0027s military hirearchy. Runation, the subset of alchemy that has been snobbed by the Testificates, is key to the power of this place\u0027s forces.\nWhile it is indeed outclassed by other things that are easily achievable through alchemy, runation is an accessible form of this art that is accessible to others who do not possess this innate ability. Through runes, everyone can perform magic, and with enough runes, this magic can be quite destructive.\nThis is what makes Runandor so key in this conflict, its masters of runation are the only way the Shyre Empire can perform alchemy. \nWhy is it so hard for them to get their hands on actual alchemists? I still have no idea, but I suspect I will learn soon enough.", "icon:10": { "Count:3": 1, "id:8": "aoa3:runandor_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/445.json b/config/betterquesting/DefaultQuests/Quests/0/445.json index 481fbbba..d51112a2 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/445.json +++ b/config/betterquesting/DefaultQuests/Quests/0/445.json @@ -1,10 +1,10 @@ { "preRequisites:11": [ - 284 + 283 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Lunalus is another of the Shyre worlds that holds a particular relevance. If the beings in Mysterium are the ones that enacted the plan to capture me, the ones in Lunalus are the ones that came up with that plan.\nFortunately, I made it out alive, and now I am ready to face them!\nWith regards to its role in the organization of the Empire, Lunalus absolves two main strategic functions. Its powerful military, instead of being assigned to warfare, is used to jail some of the more powerful enemies of the Shyre Empire, and to protect its intelligence mastermind.\nThis asteroid world is a massive prison, and the center of an espionage agency. Dismantling both should consideraly weaken my enemy.", "icon:10": { "Count:3": 1, "id:8": "aoa3:lunalus_realmstone" diff --git a/config/betterquesting/DefaultQuests/Quests/0/446.json b/config/betterquesting/DefaultQuests/Quests/0/446.json index ece6dcf4..1d255662 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/446.json +++ b/config/betterquesting/DefaultQuests/Quests/0/446.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§7§oUse a pure water stone on a hydro table to summon Hydrolisk.\n\nUse a call of the drake on a dracyon altar to summon Dracyon.", + "desc:8": "§7§7§oUse a pure water stone on a hydro table to summon Hydrolisk.\n\nUse a call of the drake on a dracyon altar to summon Dracyon.\n\n§fAnd if the corruption of space itself was not scary enough, the beings at the head of this world have more than enough power to end worlds by themselves.\nOne an unstoppable force, the other an unmovable object. What I fought here were nothing but shadows of the true power of these beings; although I was able to banish them, they will likely come back, and this time, they will face me with their full might.\nThankfully, they are too strong to face me on Terra, as they alone would annhilate their treasured Dimensional Shards together with me.\nI cannot take any chances, though, if the balance of this war were to change, who knows what these opponents may be capable of.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:borean_cap" diff --git a/config/betterquesting/DefaultQuests/Quests/0/447.json b/config/betterquesting/DefaultQuests/Quests/0/447.json index ca54f6c6..b72c373e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/447.json +++ b/config/betterquesting/DefaultQuests/Quests/0/447.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "After spending time in this place, I feel changed, different, mutated...\nMy perception of the world around me has changed, as if I am just now noticing things that had always been there.\nMaybe it is the things I have witnessed here, maybe it is just my experiences until now, but what I feel is undeniable. An epiphany, of some sort.\nIt is not that I feel stronger, but my grasp on power seems more steady, and I seem to undertand more of the power around myself; the field or Recursion has never been more evident.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:borean_garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/0/448.json b/config/betterquesting/DefaultQuests/Quests/0/448.json index ad116acb..9c4b11fd 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/448.json +++ b/config/betterquesting/DefaultQuests/Quests/0/448.json @@ -1,15 +1,15 @@ { "preRequisites:11": [ - 284 + 283 ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "I now know how the Shyre Empire can easily put an end to entire planets so easily. \nThe behemoths of the land of coral, the Deepest Ones, the warriors of L\u0027Borean are the planet-annhilators of the Shyre Empire.\nJust like a virus, a parasite that repurposes the genome of its host to produce more of itself, the world soul underneath the coral world of L\u0027Borean has infected the entirety of its beings, transforming them into extremely powerful warriors, which are in turn used to spread other world souls of the same type.\nThe products of this corruption are capable of exsting in higher dimensions, just like the Old Ones, and carry their blight through the space-time they traverse.\nThis reminds of the Dread Plague, in some way, but at a much larger, and more fundamental, scale.", "icon:10": { "Count:3": 1, "id:8": "aoa3:borean_realmstone" }, - "name:8": "A land of coral" + "name:8": "A Land of Coral" } }, "questID:3": 448, diff --git a/config/betterquesting/DefaultQuests/Quests/0/454.json b/config/betterquesting/DefaultQuests/Quests/0/454.json index 462eb63f..5a71b10e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/454.json +++ b/config/betterquesting/DefaultQuests/Quests/0/454.json @@ -4,12 +4,12 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "Pixon infusion is something I do not really understand. Well, sure, there is nothing complicated to it; Pixons exist, and they can be \u0027milked\u0027 into magical essences, that produce neat enchants.\nWhat puzzles me about is why? Why would anyone want to do infusion?\nWell, just in case I discover useful applications for these essences, mythic machinery seems quite compatible with this type of magic.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:infusion_catalyst" }, - "name:8": "Shyre Tech" + "name:8": "Shyre Infusion Tech" } }, "questID:3": 454, diff --git a/config/betterquesting/DefaultQuests/Quests/0/457497037.json b/config/betterquesting/DefaultQuests/Quests/0/457497037.json new file mode 100644 index 00000000..25bc467b --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/457497037.json @@ -0,0 +1,33 @@ +{ + "preRequisites:11": [ + 2106186542, + 1681217594 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:prophetic_sentient_meatball" + }, + "name:8": "Undead Prophecy" + } + }, + "questID:3": 457497037, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:prophetic_sentient_meatball" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:summons_of_the_faithful_undead" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/462.json b/config/betterquesting/DefaultQuests/Quests/0/462.json index c57107f4..6e9c6ff6 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/462.json +++ b/config/betterquesting/DefaultQuests/Quests/0/462.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/465.json b/config/betterquesting/DefaultQuests/Quests/0/465.json index 957f67a0..a389c7db 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/465.json +++ b/config/betterquesting/DefaultQuests/Quests/0/465.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oOgerite unlocks a better recipe for Ultimate!", + "desc:8": "§7§oOgerite unlocks a better recipe for Ultimate!\n\n§fThe more recursive materials I manage to get, the easier it seems to be to produce this one-fits all recursive ultimate alloy.\nThis is very handy, as I will likely need to produce more of it.", "icon:10": { "Count:3": 1, "Damage:2": 32, diff --git a/config/betterquesting/DefaultQuests/Quests/0/484.json b/config/betterquesting/DefaultQuests/Quests/0/484.json index 2dcf8cc1..3c48f4a2 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/484.json +++ b/config/betterquesting/DefaultQuests/Quests/0/484.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/487.json b/config/betterquesting/DefaultQuests/Quests/0/487.json index bb448ab7..ebfea0b5 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/487.json +++ b/config/betterquesting/DefaultQuests/Quests/0/487.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/490.json b/config/betterquesting/DefaultQuests/Quests/0/490.json index d25ae3d2..1d82e91c 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/490.json +++ b/config/betterquesting/DefaultQuests/Quests/0/490.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/493.json b/config/betterquesting/DefaultQuests/Quests/0/493.json index cd17807d..f5f70efc 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/493.json +++ b/config/betterquesting/DefaultQuests/Quests/0/493.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { @@ -56,6 +56,28 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "aoa3:hazmat_helmet" + }, + "1:10": { + "Count:3": 1, + "id:8": "aoa3:hazmat_chestplate" + }, + "2:10": { + "Count:3": 1, + "id:8": "aoa3:hazmat_legs" + }, + "3:10": { + "Count:3": 1, + "id:8": "aoa3:hazmat_boots" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/496.json b/config/betterquesting/DefaultQuests/Quests/0/496.json index f84df818..f7c2b468 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/496.json +++ b/config/betterquesting/DefaultQuests/Quests/0/496.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/499.json b/config/betterquesting/DefaultQuests/Quests/0/499.json index 03369191..db2693c0 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/499.json +++ b/config/betterquesting/DefaultQuests/Quests/0/499.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/502.json b/config/betterquesting/DefaultQuests/Quests/0/502.json index 47a81baf..8cb1890e 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/502.json +++ b/config/betterquesting/DefaultQuests/Quests/0/502.json @@ -1,6 +1,6 @@ { "preRequisites:11": [ - 275 + 274 ], "properties:10": { "betterquesting:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/0/508.json b/config/betterquesting/DefaultQuests/Quests/0/508.json index 6df0bc63..3307d326 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/508.json +++ b/config/betterquesting/DefaultQuests/Quests/0/508.json @@ -59,6 +59,13 @@ "0:10": { "Count:3": 1, "id:8": "contenttweaker:puzzle_solution_marksamurai" + }, + "1:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:eldritch_impetus_catalyzer" + } } }, "taskID:8": "bq_standard:optional_retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/513.json b/config/betterquesting/DefaultQuests/Quests/0/513.json index 58e6317a..22fec5cd 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/513.json +++ b/config/betterquesting/DefaultQuests/Quests/0/513.json @@ -33,7 +33,7 @@ "requiredItems:9": { "0:10": { "Count:3": 1, - "Damage:2": 202, + "Damage:2": 203, "id:8": "contenttweaker:material_part" } }, diff --git a/config/betterquesting/DefaultQuests/Quests/0/59.json b/config/betterquesting/DefaultQuests/Quests/0/59.json index 201c9417..ab328f9c 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/59.json +++ b/config/betterquesting/DefaultQuests/Quests/0/59.json @@ -9,7 +9,7 @@ "Count:3": 1, "id:8": "rftoolsdim:empty_dimension_tab" }, - "name:8": "RF Tools Dimension Building" + "name:8": "Actualizing Warrens" } }, "questID:3": 59, @@ -31,41 +31,29 @@ }, "3:10": { "Count:3": 1, - "id:8": "rftoolsdim:dimension_editor" + "id:8": "rftoolsdim:dimlet_workbench" }, "4:10": { "Count:3": 1, - "id:8": "rftoolsdim:energy_extractor" + "id:8": "rftoolsdim:material_absorber" }, "5:10": { "Count:3": 1, - "id:8": "rftoolsdim:activity_probe" + "id:8": "rftoolsdim:liquid_absorber" }, "6:10": { "Count:3": 1, - "id:8": "rftoolsdim:dimlet_workbench" + "id:8": "rftoolsdim:biome_absorber" }, "7:10": { "Count:3": 1, - "id:8": "rftoolsdim:material_absorber" + "id:8": "rftoolsdim:terrain_absorber" }, "8:10": { - "Count:3": 1, - "id:8": "rftoolsdim:liquid_absorber" - }, - "9:10": { - "Count:3": 1, - "id:8": "rftoolsdim:biome_absorber" - }, - "10:10": { - "Count:3": 1, - "id:8": "rftoolsdim:terrain_absorber" - }, - "11:10": { "Count:3": 1, "id:8": "rftoolsdim:feature_absorber" }, - "12:10": { + "9:10": { "Count:3": 1, "id:8": "rftoolsdim:time_absorber" } diff --git a/config/betterquesting/DefaultQuests/Quests/0/61.json b/config/betterquesting/DefaultQuests/Quests/0/61.json index 5cd022f2..37d6f29d 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/61.json +++ b/config/betterquesting/DefaultQuests/Quests/0/61.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 1, "id:8": "divinerpg:bedrock_chunk" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:diary_of_a_realmshifter" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/65.json b/config/betterquesting/DefaultQuests/Quests/0/65.json index ff29bdb8..c8b91de7 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/65.json +++ b/config/betterquesting/DefaultQuests/Quests/0/65.json @@ -51,6 +51,10 @@ "2:10": { "Count:3": 1, "id:8": "industrialforegoing:mob_duplicator" + }, + "3:10": { + "Count:3": 1, + "id:8": "enchlib:enchantment_library" } }, "taskID:8": "bq_standard:optional_retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/655786821.json b/config/betterquesting/DefaultQuests/Quests/0/655786821.json new file mode 100644 index 00000000..82fc4a82 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/655786821.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1388 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:all_seeing_sentient_meatball" + }, + "name:8": "He Sees Me" + } + }, + "questID:3": 655786821, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:all_seeing_sentient_meatball" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/67.json b/config/betterquesting/DefaultQuests/Quests/0/67.json index 96b2685e..8cb60f8f 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/67.json +++ b/config/betterquesting/DefaultQuests/Quests/0/67.json @@ -21,6 +21,10 @@ "0:10": { "Count:3": 1, "id:8": "contenttweaker:botanic_alchemic_catalyst" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:helpful_tippy_hat" } } } diff --git a/config/betterquesting/DefaultQuests/Quests/0/690563211.json b/config/betterquesting/DefaultQuests/Quests/0/690563211.json new file mode 100644 index 00000000..920f110d --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/690563211.json @@ -0,0 +1,32 @@ +{ + "preRequisites:11": [ + 1699700070 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:world_corrupting_sentient_meatball" + }, + "name:8": "Ending the End" + } + }, + "questID:3": 690563211, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:world_corrupting_sentient_meatball" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:flesh_world_callstone" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/72.json b/config/betterquesting/DefaultQuests/Quests/0/72.json index 4377b9e7..4e86f2d8 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/72.json +++ b/config/betterquesting/DefaultQuests/Quests/0/72.json @@ -32,6 +32,10 @@ "0:10": { "Count:3": 1, "id:8": "modularmachinery:blockcontroller" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:multiblock_sticc" } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/0/769610759.json b/config/betterquesting/DefaultQuests/Quests/0/769610759.json new file mode 100644 index 00000000..8384a78e --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/769610759.json @@ -0,0 +1,43 @@ +{ + "preRequisites:11": [ + 690563211, + 2066003189, + 457497037 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:hungering_world_soul" + }, + "name:8": "All that\u0027s left" + } + }, + "questID:3": 769610759, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:hungering_world_soul" + } + }, + "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:shrine_of_the_sentient_meatballs" + } + } + }, + "taskID:8": "bq_standard:optional_retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/770001395.json b/config/betterquesting/DefaultQuests/Quests/0/770001395.json new file mode 100644 index 00000000..d5d0dd97 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/770001395.json @@ -0,0 +1,35 @@ +{ + "preRequisites:11": [ + 5 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oThis item will set the gamerule to disable command blocks chat output.\n\nMany dungeons use command blocks here, so it is recommended to do this as it helps to declutter the chat.", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:forclient_setgamerules" + }, + "name:8": "Chat Clutter", + "repeattime:3": 5000 + } + }, + "questID:3": 770001395, + "rewards:9": { + "0:10": { + "index:3": 0, + "rewardID:8": "bq_standard:item", + "rewards:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:forclient_setgamerules" + } + } + } + }, + "tasks:9": { + "0:10": { + "index:3": 0, + "taskID:8": "bq_standard:checkbox" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/826305078.json b/config/betterquesting/DefaultQuests/Quests/0/826305078.json new file mode 100644 index 00000000..a246c0cd --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/0/826305078.json @@ -0,0 +1,41 @@ +{ + "preRequisites:11": [ + 467 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oA polonium salt reactor is a good way to obtain Californium-250 in larger amounts.\n\nFor the joy of Snock.", + "icon:10": { + "Count:3": 1, + "Damage:2": 4, + "id:8": "nuclearcraft:californium" + }, + "name:8": "Polonium is Spent" + } + }, + "questID:3": 826305078, + "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": "spent_polonium" + } + }, + "1:10": { + "Count:3": 1, + "id:8": "forge:bucketfilled", + "tag:10": { + "Amount:3": 1000, + "FluidName:8": "californium_250" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/0/844.json b/config/betterquesting/DefaultQuests/Quests/0/844.json index e1a1183b..10f6edd8 100644 --- a/config/betterquesting/DefaultQuests/Quests/0/844.json +++ b/config/betterquesting/DefaultQuests/Quests/0/844.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oWith regards to UselessForce!", + "desc:8": "§7§oWith regards to UselessForce!\n\n§fYes, I can do it, recursion is not the only time-independent oscillator in the universe! Stuff like this can be engineered!", "icon:10": { "Count:3": 1, "id:8": "twilightforest:aurora_block" @@ -16,7 +16,13 @@ "tasks:9": { "0:10": { "index:3": 0, - "taskID:8": "bq_standard:checkbox" + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:time_crystal" + } + }, + "taskID:8": "bq_standard:retrieval" }, "1:10": { "index:3": 1, diff --git a/config/betterquesting/DefaultQuests/Quests/1/1878675504.json b/config/betterquesting/DefaultQuests/Quests/1/1878675504.json new file mode 100644 index 00000000..5a0e4844 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/1/1878675504.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 50125 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oPlace on an item frame, and use Time in a Bottle to speed up the day/night cycle.", + "icon:10": { + "Count:3": 1, + "id:8": "randomthings:eclipsedclock" + }, + "name:8": "Eclipsed Clock" + } + }, + "questID:3": 1878675504, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "randomthings:eclipsedclock" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/10/142.json b/config/betterquesting/DefaultQuests/Quests/10/142.json index 482665f0..008c9ea5 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/142.json +++ b/config/betterquesting/DefaultQuests/Quests/10/142.json @@ -22,7 +22,6 @@ "questID:3": 142, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/342.json b/config/betterquesting/DefaultQuests/Quests/10/342.json index 1237feb8..3deff362 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/342.json +++ b/config/betterquesting/DefaultQuests/Quests/10/342.json @@ -22,7 +22,6 @@ "questID:3": 342, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/539.json b/config/betterquesting/DefaultQuests/Quests/10/539.json index 52023157..4e3af941 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/539.json +++ b/config/betterquesting/DefaultQuests/Quests/10/539.json @@ -22,7 +22,6 @@ "questID:3": 539, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/540.json b/config/betterquesting/DefaultQuests/Quests/10/540.json index 0479030e..eb87074a 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/540.json +++ b/config/betterquesting/DefaultQuests/Quests/10/540.json @@ -22,7 +22,6 @@ "questID:3": 540, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/541.json b/config/betterquesting/DefaultQuests/Quests/10/541.json index 391c8152..74a034b4 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/541.json +++ b/config/betterquesting/DefaultQuests/Quests/10/541.json @@ -22,7 +22,6 @@ "questID:3": 541, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/542.json b/config/betterquesting/DefaultQuests/Quests/10/542.json index d10c382e..5a60b6e0 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/542.json +++ b/config/betterquesting/DefaultQuests/Quests/10/542.json @@ -22,7 +22,6 @@ "questID:3": 542, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/543.json b/config/betterquesting/DefaultQuests/Quests/10/543.json index c2590e10..f8e0473c 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/543.json +++ b/config/betterquesting/DefaultQuests/Quests/10/543.json @@ -22,7 +22,6 @@ "questID:3": 543, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/544.json b/config/betterquesting/DefaultQuests/Quests/10/544.json index e1ace3e4..3a1712a2 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/544.json +++ b/config/betterquesting/DefaultQuests/Quests/10/544.json @@ -22,7 +22,6 @@ "questID:3": 544, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/545.json b/config/betterquesting/DefaultQuests/Quests/10/545.json index 61d22f39..fb59e229 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/545.json +++ b/config/betterquesting/DefaultQuests/Quests/10/545.json @@ -22,7 +22,6 @@ "questID:3": 545, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/546.json b/config/betterquesting/DefaultQuests/Quests/10/546.json index eee57fe9..7aa11e5f 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/546.json +++ b/config/betterquesting/DefaultQuests/Quests/10/546.json @@ -22,7 +22,6 @@ "questID:3": 546, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/547.json b/config/betterquesting/DefaultQuests/Quests/10/547.json index 6ef961df..e8212bcd 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/547.json +++ b/config/betterquesting/DefaultQuests/Quests/10/547.json @@ -22,7 +22,6 @@ "questID:3": 547, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/548.json b/config/betterquesting/DefaultQuests/Quests/10/548.json index dae64d08..49076563 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/548.json +++ b/config/betterquesting/DefaultQuests/Quests/10/548.json @@ -22,7 +22,6 @@ "questID:3": 548, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/549.json b/config/betterquesting/DefaultQuests/Quests/10/549.json index e6549c9e..caab4b01 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/549.json +++ b/config/betterquesting/DefaultQuests/Quests/10/549.json @@ -22,7 +22,6 @@ "questID:3": 549, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/550.json b/config/betterquesting/DefaultQuests/Quests/10/550.json index 95a9be08..e18f72ab 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/550.json +++ b/config/betterquesting/DefaultQuests/Quests/10/550.json @@ -22,7 +22,6 @@ "questID:3": 550, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/551.json b/config/betterquesting/DefaultQuests/Quests/10/551.json index 2facf5be..7e1161da 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/551.json +++ b/config/betterquesting/DefaultQuests/Quests/10/551.json @@ -22,7 +22,6 @@ "questID:3": 551, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/552.json b/config/betterquesting/DefaultQuests/Quests/10/552.json index e2ada82a..c1df54e1 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/552.json +++ b/config/betterquesting/DefaultQuests/Quests/10/552.json @@ -22,7 +22,6 @@ "questID:3": 552, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/553.json b/config/betterquesting/DefaultQuests/Quests/10/553.json index e2914fc6..5b0b4a68 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/553.json +++ b/config/betterquesting/DefaultQuests/Quests/10/553.json @@ -22,7 +22,6 @@ "questID:3": 553, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/554.json b/config/betterquesting/DefaultQuests/Quests/10/554.json index 4b7edf10..0e704ac2 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/554.json +++ b/config/betterquesting/DefaultQuests/Quests/10/554.json @@ -22,7 +22,6 @@ "questID:3": 554, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/555.json b/config/betterquesting/DefaultQuests/Quests/10/555.json index cb84ea22..676ee564 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/555.json +++ b/config/betterquesting/DefaultQuests/Quests/10/555.json @@ -22,7 +22,6 @@ "questID:3": 555, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/556.json b/config/betterquesting/DefaultQuests/Quests/10/556.json index 480bb291..90364647 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/556.json +++ b/config/betterquesting/DefaultQuests/Quests/10/556.json @@ -22,7 +22,6 @@ "questID:3": 556, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/557.json b/config/betterquesting/DefaultQuests/Quests/10/557.json index b77737f3..3a09b55e 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/557.json +++ b/config/betterquesting/DefaultQuests/Quests/10/557.json @@ -22,7 +22,6 @@ "questID:3": 557, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/558.json b/config/betterquesting/DefaultQuests/Quests/10/558.json index b38d49f2..aa44ac80 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/558.json +++ b/config/betterquesting/DefaultQuests/Quests/10/558.json @@ -22,7 +22,6 @@ "questID:3": 558, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/559.json b/config/betterquesting/DefaultQuests/Quests/10/559.json index 321508d2..8d12e31c 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/559.json +++ b/config/betterquesting/DefaultQuests/Quests/10/559.json @@ -22,7 +22,6 @@ "questID:3": 559, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/560.json b/config/betterquesting/DefaultQuests/Quests/10/560.json index 553f52ab..ca8fa59d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/560.json +++ b/config/betterquesting/DefaultQuests/Quests/10/560.json @@ -22,7 +22,6 @@ "questID:3": 560, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/561.json b/config/betterquesting/DefaultQuests/Quests/10/561.json index 9cd68778..934c38be 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/561.json +++ b/config/betterquesting/DefaultQuests/Quests/10/561.json @@ -22,7 +22,6 @@ "questID:3": 561, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/562.json b/config/betterquesting/DefaultQuests/Quests/10/562.json index 46ec74e3..91a64d3e 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/562.json +++ b/config/betterquesting/DefaultQuests/Quests/10/562.json @@ -22,7 +22,6 @@ "questID:3": 562, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/563.json b/config/betterquesting/DefaultQuests/Quests/10/563.json index 1faac419..82260de1 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/563.json +++ b/config/betterquesting/DefaultQuests/Quests/10/563.json @@ -22,7 +22,6 @@ "questID:3": 563, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/564.json b/config/betterquesting/DefaultQuests/Quests/10/564.json index 59e22b97..06d270b1 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/564.json +++ b/config/betterquesting/DefaultQuests/Quests/10/564.json @@ -22,7 +22,6 @@ "questID:3": 564, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/565.json b/config/betterquesting/DefaultQuests/Quests/10/565.json index f6cf13ac..c180eb55 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/565.json +++ b/config/betterquesting/DefaultQuests/Quests/10/565.json @@ -22,7 +22,6 @@ "questID:3": 565, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/566.json b/config/betterquesting/DefaultQuests/Quests/10/566.json index e78b99a0..4e183d10 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/566.json +++ b/config/betterquesting/DefaultQuests/Quests/10/566.json @@ -22,7 +22,6 @@ "questID:3": 566, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/567.json b/config/betterquesting/DefaultQuests/Quests/10/567.json index 7eb9c212..c64dcaf8 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/567.json +++ b/config/betterquesting/DefaultQuests/Quests/10/567.json @@ -22,7 +22,6 @@ "questID:3": 567, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/568.json b/config/betterquesting/DefaultQuests/Quests/10/568.json index 5097ea5a..3c50706d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/568.json +++ b/config/betterquesting/DefaultQuests/Quests/10/568.json @@ -22,7 +22,6 @@ "questID:3": 568, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/569.json b/config/betterquesting/DefaultQuests/Quests/10/569.json index fc82e259..30de518d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/569.json +++ b/config/betterquesting/DefaultQuests/Quests/10/569.json @@ -22,7 +22,6 @@ "questID:3": 569, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/570.json b/config/betterquesting/DefaultQuests/Quests/10/570.json index b5be0677..81c5d9c0 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/570.json +++ b/config/betterquesting/DefaultQuests/Quests/10/570.json @@ -22,7 +22,6 @@ "questID:3": 570, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/571.json b/config/betterquesting/DefaultQuests/Quests/10/571.json index 8d531ab3..7125b95e 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/571.json +++ b/config/betterquesting/DefaultQuests/Quests/10/571.json @@ -22,7 +22,6 @@ "questID:3": 571, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/572.json b/config/betterquesting/DefaultQuests/Quests/10/572.json index 6e4a1b9e..1c924119 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/572.json +++ b/config/betterquesting/DefaultQuests/Quests/10/572.json @@ -22,7 +22,6 @@ "questID:3": 572, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/573.json b/config/betterquesting/DefaultQuests/Quests/10/573.json index 17c9db50..4af7fb89 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/573.json +++ b/config/betterquesting/DefaultQuests/Quests/10/573.json @@ -22,7 +22,6 @@ "questID:3": 573, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/574.json b/config/betterquesting/DefaultQuests/Quests/10/574.json index 1cb96202..0de30663 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/574.json +++ b/config/betterquesting/DefaultQuests/Quests/10/574.json @@ -22,7 +22,6 @@ "questID:3": 574, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/575.json b/config/betterquesting/DefaultQuests/Quests/10/575.json index 4dc511ba..434cfd2b 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/575.json +++ b/config/betterquesting/DefaultQuests/Quests/10/575.json @@ -22,7 +22,6 @@ "questID:3": 575, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/576.json b/config/betterquesting/DefaultQuests/Quests/10/576.json index 7b32b051..1f5bd24c 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/576.json +++ b/config/betterquesting/DefaultQuests/Quests/10/576.json @@ -22,7 +22,6 @@ "questID:3": 576, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 1, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/577.json b/config/betterquesting/DefaultQuests/Quests/10/577.json index 173ca673..cf2c2b99 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/577.json +++ b/config/betterquesting/DefaultQuests/Quests/10/577.json @@ -22,7 +22,6 @@ "questID:3": 577, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/578.json b/config/betterquesting/DefaultQuests/Quests/10/578.json index dd12066e..670b9033 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/578.json +++ b/config/betterquesting/DefaultQuests/Quests/10/578.json @@ -22,7 +22,6 @@ "questID:3": 578, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/579.json b/config/betterquesting/DefaultQuests/Quests/10/579.json index 3528a5a5..4297007e 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/579.json +++ b/config/betterquesting/DefaultQuests/Quests/10/579.json @@ -22,7 +22,6 @@ "questID:3": 579, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/580.json b/config/betterquesting/DefaultQuests/Quests/10/580.json index 628bee92..6e860a98 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/580.json +++ b/config/betterquesting/DefaultQuests/Quests/10/580.json @@ -22,7 +22,6 @@ "questID:3": 580, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/581.json b/config/betterquesting/DefaultQuests/Quests/10/581.json index 85037cd9..90c240a5 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/581.json +++ b/config/betterquesting/DefaultQuests/Quests/10/581.json @@ -22,7 +22,6 @@ "questID:3": 581, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/582.json b/config/betterquesting/DefaultQuests/Quests/10/582.json index 0a7a30e4..6f6aa961 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/582.json +++ b/config/betterquesting/DefaultQuests/Quests/10/582.json @@ -22,7 +22,6 @@ "questID:3": 582, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/583.json b/config/betterquesting/DefaultQuests/Quests/10/583.json index e8041821..765549e4 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/583.json +++ b/config/betterquesting/DefaultQuests/Quests/10/583.json @@ -22,7 +22,6 @@ "questID:3": 583, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/584.json b/config/betterquesting/DefaultQuests/Quests/10/584.json index db864570..16b33da5 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/584.json +++ b/config/betterquesting/DefaultQuests/Quests/10/584.json @@ -22,7 +22,6 @@ "questID:3": 584, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/585.json b/config/betterquesting/DefaultQuests/Quests/10/585.json index 5c13f5c5..186b977b 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/585.json +++ b/config/betterquesting/DefaultQuests/Quests/10/585.json @@ -13,7 +13,7 @@ "id:8": "forge:bucketfilled", "tag:10": { "Amount:3": 1000, - "FluidName:8": "molten_titanium" + "FluidName:8": "titanium" } }, "name:8": "Titanium" @@ -22,15 +22,11 @@ "questID:3": 585, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { "Amount:3": 1000, - "FluidName:8": "betterquesting.placeholder", - "Tag:10": { - "orig_id:8": "molten_titanium" - } + "FluidName:8": "titanium" } }, "taskID:8": "bq_standard:fluid" diff --git a/config/betterquesting/DefaultQuests/Quests/10/586.json b/config/betterquesting/DefaultQuests/Quests/10/586.json index 1b686dc9..78e0304a 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/586.json +++ b/config/betterquesting/DefaultQuests/Quests/10/586.json @@ -22,7 +22,6 @@ "questID:3": 586, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/587.json b/config/betterquesting/DefaultQuests/Quests/10/587.json index babb7614..7f4a5183 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/587.json +++ b/config/betterquesting/DefaultQuests/Quests/10/587.json @@ -22,7 +22,6 @@ "questID:3": 587, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/588.json b/config/betterquesting/DefaultQuests/Quests/10/588.json index fcb42100..1f157a0e 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/588.json +++ b/config/betterquesting/DefaultQuests/Quests/10/588.json @@ -22,7 +22,6 @@ "questID:3": 588, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/589.json b/config/betterquesting/DefaultQuests/Quests/10/589.json index d22540b6..3655e9bc 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/589.json +++ b/config/betterquesting/DefaultQuests/Quests/10/589.json @@ -22,7 +22,6 @@ "questID:3": 589, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/590.json b/config/betterquesting/DefaultQuests/Quests/10/590.json index e1a342d1..263a7acd 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/590.json +++ b/config/betterquesting/DefaultQuests/Quests/10/590.json @@ -22,7 +22,6 @@ "questID:3": 590, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/591.json b/config/betterquesting/DefaultQuests/Quests/10/591.json index 27b1c5b7..564620bd 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/591.json +++ b/config/betterquesting/DefaultQuests/Quests/10/591.json @@ -22,7 +22,6 @@ "questID:3": 591, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/592.json b/config/betterquesting/DefaultQuests/Quests/10/592.json index 3c6e5690..c79a5f04 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/592.json +++ b/config/betterquesting/DefaultQuests/Quests/10/592.json @@ -22,7 +22,6 @@ "questID:3": 592, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/593.json b/config/betterquesting/DefaultQuests/Quests/10/593.json index 79cfe122..964f671c 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/593.json +++ b/config/betterquesting/DefaultQuests/Quests/10/593.json @@ -22,7 +22,6 @@ "questID:3": 593, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/594.json b/config/betterquesting/DefaultQuests/Quests/10/594.json index 0924ad69..7d13d8c0 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/594.json +++ b/config/betterquesting/DefaultQuests/Quests/10/594.json @@ -22,7 +22,6 @@ "questID:3": 594, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/595.json b/config/betterquesting/DefaultQuests/Quests/10/595.json index 0f40134b..98d465c3 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/595.json +++ b/config/betterquesting/DefaultQuests/Quests/10/595.json @@ -22,7 +22,6 @@ "questID:3": 595, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/596.json b/config/betterquesting/DefaultQuests/Quests/10/596.json index 0f8cd7c5..9a49350a 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/596.json +++ b/config/betterquesting/DefaultQuests/Quests/10/596.json @@ -22,7 +22,6 @@ "questID:3": 596, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/597.json b/config/betterquesting/DefaultQuests/Quests/10/597.json index 74dd064c..a965fed9 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/597.json +++ b/config/betterquesting/DefaultQuests/Quests/10/597.json @@ -22,7 +22,6 @@ "questID:3": 597, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/598.json b/config/betterquesting/DefaultQuests/Quests/10/598.json index 55721aae..c24bf286 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/598.json +++ b/config/betterquesting/DefaultQuests/Quests/10/598.json @@ -22,7 +22,6 @@ "questID:3": 598, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/599.json b/config/betterquesting/DefaultQuests/Quests/10/599.json index 575fe2b4..d88aa808 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/599.json +++ b/config/betterquesting/DefaultQuests/Quests/10/599.json @@ -22,7 +22,6 @@ "questID:3": 599, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/600.json b/config/betterquesting/DefaultQuests/Quests/10/600.json index 536a9c61..ef80d516 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/600.json +++ b/config/betterquesting/DefaultQuests/Quests/10/600.json @@ -22,7 +22,6 @@ "questID:3": 600, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/601.json b/config/betterquesting/DefaultQuests/Quests/10/601.json index 8b66968c..d56fc4c7 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/601.json +++ b/config/betterquesting/DefaultQuests/Quests/10/601.json @@ -22,7 +22,6 @@ "questID:3": 601, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/602.json b/config/betterquesting/DefaultQuests/Quests/10/602.json index acae12ea..6df1d4a0 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/602.json +++ b/config/betterquesting/DefaultQuests/Quests/10/602.json @@ -22,7 +22,6 @@ "questID:3": 602, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/603.json b/config/betterquesting/DefaultQuests/Quests/10/603.json index b6211e9d..9b015d13 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/603.json +++ b/config/betterquesting/DefaultQuests/Quests/10/603.json @@ -22,7 +22,6 @@ "questID:3": 603, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/604.json b/config/betterquesting/DefaultQuests/Quests/10/604.json index 45f5b636..b023dd80 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/604.json +++ b/config/betterquesting/DefaultQuests/Quests/10/604.json @@ -22,7 +22,6 @@ "questID:3": 604, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/605.json b/config/betterquesting/DefaultQuests/Quests/10/605.json index 26114e40..457e7761 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/605.json +++ b/config/betterquesting/DefaultQuests/Quests/10/605.json @@ -22,7 +22,6 @@ "questID:3": 605, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/606.json b/config/betterquesting/DefaultQuests/Quests/10/606.json index a8a8263c..e431c634 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/606.json +++ b/config/betterquesting/DefaultQuests/Quests/10/606.json @@ -22,7 +22,6 @@ "questID:3": 606, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/607.json b/config/betterquesting/DefaultQuests/Quests/10/607.json index 59d41226..0bf66e3a 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/607.json +++ b/config/betterquesting/DefaultQuests/Quests/10/607.json @@ -22,7 +22,6 @@ "questID:3": 607, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/608.json b/config/betterquesting/DefaultQuests/Quests/10/608.json index ae67700c..b0d5b8c3 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/608.json +++ b/config/betterquesting/DefaultQuests/Quests/10/608.json @@ -22,7 +22,6 @@ "questID:3": 608, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/609.json b/config/betterquesting/DefaultQuests/Quests/10/609.json index 6b57d5c6..6a53b6c0 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/609.json +++ b/config/betterquesting/DefaultQuests/Quests/10/609.json @@ -22,7 +22,6 @@ "questID:3": 609, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/610.json b/config/betterquesting/DefaultQuests/Quests/10/610.json index 12cbf3c9..3ca16363 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/610.json +++ b/config/betterquesting/DefaultQuests/Quests/10/610.json @@ -22,7 +22,6 @@ "questID:3": 610, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/611.json b/config/betterquesting/DefaultQuests/Quests/10/611.json index 2fb116b6..c34ffe28 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/611.json +++ b/config/betterquesting/DefaultQuests/Quests/10/611.json @@ -22,7 +22,6 @@ "questID:3": 611, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/612.json b/config/betterquesting/DefaultQuests/Quests/10/612.json index a1cba264..2944a37d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/612.json +++ b/config/betterquesting/DefaultQuests/Quests/10/612.json @@ -22,7 +22,6 @@ "questID:3": 612, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/613.json b/config/betterquesting/DefaultQuests/Quests/10/613.json index 6cf40409..e54d3a12 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/613.json +++ b/config/betterquesting/DefaultQuests/Quests/10/613.json @@ -22,7 +22,6 @@ "questID:3": 613, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/614.json b/config/betterquesting/DefaultQuests/Quests/10/614.json index b5a21f8c..576395c6 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/614.json +++ b/config/betterquesting/DefaultQuests/Quests/10/614.json @@ -22,7 +22,6 @@ "questID:3": 614, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/615.json b/config/betterquesting/DefaultQuests/Quests/10/615.json index 9244544a..49eeb8e8 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/615.json +++ b/config/betterquesting/DefaultQuests/Quests/10/615.json @@ -22,7 +22,6 @@ "questID:3": 615, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/616.json b/config/betterquesting/DefaultQuests/Quests/10/616.json index 55eeb99d..e6721d9b 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/616.json +++ b/config/betterquesting/DefaultQuests/Quests/10/616.json @@ -22,7 +22,6 @@ "questID:3": 616, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/617.json b/config/betterquesting/DefaultQuests/Quests/10/617.json index 6c7d26a5..c82cbf1d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/617.json +++ b/config/betterquesting/DefaultQuests/Quests/10/617.json @@ -22,7 +22,6 @@ "questID:3": 617, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/618.json b/config/betterquesting/DefaultQuests/Quests/10/618.json index 777cf329..86875a67 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/618.json +++ b/config/betterquesting/DefaultQuests/Quests/10/618.json @@ -22,7 +22,6 @@ "questID:3": 618, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/619.json b/config/betterquesting/DefaultQuests/Quests/10/619.json index 282a26db..f28174c4 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/619.json +++ b/config/betterquesting/DefaultQuests/Quests/10/619.json @@ -22,7 +22,6 @@ "questID:3": 619, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/620.json b/config/betterquesting/DefaultQuests/Quests/10/620.json index e4acd735..d5ec1c86 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/620.json +++ b/config/betterquesting/DefaultQuests/Quests/10/620.json @@ -22,7 +22,6 @@ "questID:3": 620, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/621.json b/config/betterquesting/DefaultQuests/Quests/10/621.json index 0d20b6ad..67606904 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/621.json +++ b/config/betterquesting/DefaultQuests/Quests/10/621.json @@ -22,7 +22,6 @@ "questID:3": 621, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/622.json b/config/betterquesting/DefaultQuests/Quests/10/622.json index eb85ddc4..17870b37 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/622.json +++ b/config/betterquesting/DefaultQuests/Quests/10/622.json @@ -22,7 +22,6 @@ "questID:3": 622, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/623.json b/config/betterquesting/DefaultQuests/Quests/10/623.json index 0b98d430..618b24b4 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/623.json +++ b/config/betterquesting/DefaultQuests/Quests/10/623.json @@ -22,7 +22,6 @@ "questID:3": 623, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/624.json b/config/betterquesting/DefaultQuests/Quests/10/624.json index 24d34e2c..17e93729 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/624.json +++ b/config/betterquesting/DefaultQuests/Quests/10/624.json @@ -22,7 +22,6 @@ "questID:3": 624, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/625.json b/config/betterquesting/DefaultQuests/Quests/10/625.json index 1bac2bf1..2fe96d7b 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/625.json +++ b/config/betterquesting/DefaultQuests/Quests/10/625.json @@ -22,7 +22,6 @@ "questID:3": 625, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/626.json b/config/betterquesting/DefaultQuests/Quests/10/626.json index 4282ea72..265bb5b4 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/626.json +++ b/config/betterquesting/DefaultQuests/Quests/10/626.json @@ -22,7 +22,6 @@ "questID:3": 626, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 1, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/627.json b/config/betterquesting/DefaultQuests/Quests/10/627.json index 6872555c..c330d99b 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/627.json +++ b/config/betterquesting/DefaultQuests/Quests/10/627.json @@ -22,7 +22,6 @@ "questID:3": 627, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/628.json b/config/betterquesting/DefaultQuests/Quests/10/628.json index 7ec0db9e..5f68f0e7 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/628.json +++ b/config/betterquesting/DefaultQuests/Quests/10/628.json @@ -22,7 +22,6 @@ "questID:3": 628, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/629.json b/config/betterquesting/DefaultQuests/Quests/10/629.json index 3e30d76f..a0bba8dd 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/629.json +++ b/config/betterquesting/DefaultQuests/Quests/10/629.json @@ -22,7 +22,6 @@ "questID:3": 629, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/630.json b/config/betterquesting/DefaultQuests/Quests/10/630.json index 31713d6a..a7a6f232 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/630.json +++ b/config/betterquesting/DefaultQuests/Quests/10/630.json @@ -22,7 +22,6 @@ "questID:3": 630, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/631.json b/config/betterquesting/DefaultQuests/Quests/10/631.json index 49ba7a64..0d7e6af0 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/631.json +++ b/config/betterquesting/DefaultQuests/Quests/10/631.json @@ -22,7 +22,6 @@ "questID:3": 631, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/632.json b/config/betterquesting/DefaultQuests/Quests/10/632.json index 2ca6850b..f5b8d00a 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/632.json +++ b/config/betterquesting/DefaultQuests/Quests/10/632.json @@ -22,7 +22,6 @@ "questID:3": 632, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/633.json b/config/betterquesting/DefaultQuests/Quests/10/633.json index 1162cd3b..caf2d3ab 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/633.json +++ b/config/betterquesting/DefaultQuests/Quests/10/633.json @@ -22,7 +22,6 @@ "questID:3": 633, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/634.json b/config/betterquesting/DefaultQuests/Quests/10/634.json index 248287ba..77b41f98 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/634.json +++ b/config/betterquesting/DefaultQuests/Quests/10/634.json @@ -22,7 +22,6 @@ "questID:3": 634, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/635.json b/config/betterquesting/DefaultQuests/Quests/10/635.json index 977ecc9b..1f7686d5 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/635.json +++ b/config/betterquesting/DefaultQuests/Quests/10/635.json @@ -22,7 +22,6 @@ "questID:3": 635, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/636.json b/config/betterquesting/DefaultQuests/Quests/10/636.json index 5ff3e3f2..8d582c9d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/636.json +++ b/config/betterquesting/DefaultQuests/Quests/10/636.json @@ -22,7 +22,6 @@ "questID:3": 636, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/637.json b/config/betterquesting/DefaultQuests/Quests/10/637.json index d99c1851..29ff46d6 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/637.json +++ b/config/betterquesting/DefaultQuests/Quests/10/637.json @@ -22,7 +22,6 @@ "questID:3": 637, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/638.json b/config/betterquesting/DefaultQuests/Quests/10/638.json index 9ad91cda..57a5d791 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/638.json +++ b/config/betterquesting/DefaultQuests/Quests/10/638.json @@ -22,7 +22,6 @@ "questID:3": 638, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/639.json b/config/betterquesting/DefaultQuests/Quests/10/639.json index 3d5abbd8..84c866ec 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/639.json +++ b/config/betterquesting/DefaultQuests/Quests/10/639.json @@ -22,7 +22,6 @@ "questID:3": 639, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/640.json b/config/betterquesting/DefaultQuests/Quests/10/640.json index 2b32ef4d..ab11b4c3 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/640.json +++ b/config/betterquesting/DefaultQuests/Quests/10/640.json @@ -22,7 +22,6 @@ "questID:3": 640, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/641.json b/config/betterquesting/DefaultQuests/Quests/10/641.json index 4e29bfc9..913d5c9b 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/641.json +++ b/config/betterquesting/DefaultQuests/Quests/10/641.json @@ -22,7 +22,6 @@ "questID:3": 641, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/642.json b/config/betterquesting/DefaultQuests/Quests/10/642.json index 045abed0..bdae17be 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/642.json +++ b/config/betterquesting/DefaultQuests/Quests/10/642.json @@ -22,7 +22,6 @@ "questID:3": 642, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/643.json b/config/betterquesting/DefaultQuests/Quests/10/643.json index 3af54f42..4dee6545 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/643.json +++ b/config/betterquesting/DefaultQuests/Quests/10/643.json @@ -22,7 +22,6 @@ "questID:3": 643, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/644.json b/config/betterquesting/DefaultQuests/Quests/10/644.json index 099ed563..6d004747 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/644.json +++ b/config/betterquesting/DefaultQuests/Quests/10/644.json @@ -22,7 +22,6 @@ "questID:3": 644, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/645.json b/config/betterquesting/DefaultQuests/Quests/10/645.json index 0d9b71f2..97d67159 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/645.json +++ b/config/betterquesting/DefaultQuests/Quests/10/645.json @@ -22,7 +22,6 @@ "questID:3": 645, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/646.json b/config/betterquesting/DefaultQuests/Quests/10/646.json index fb54adc6..19770dbc 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/646.json +++ b/config/betterquesting/DefaultQuests/Quests/10/646.json @@ -22,7 +22,6 @@ "questID:3": 646, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/647.json b/config/betterquesting/DefaultQuests/Quests/10/647.json index 88446fa3..388de1cc 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/647.json +++ b/config/betterquesting/DefaultQuests/Quests/10/647.json @@ -22,7 +22,6 @@ "questID:3": 647, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/648.json b/config/betterquesting/DefaultQuests/Quests/10/648.json index d7352783..3e09ade3 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/648.json +++ b/config/betterquesting/DefaultQuests/Quests/10/648.json @@ -22,7 +22,6 @@ "questID:3": 648, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/649.json b/config/betterquesting/DefaultQuests/Quests/10/649.json index cc43fcba..7b3bf1e9 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/649.json +++ b/config/betterquesting/DefaultQuests/Quests/10/649.json @@ -22,7 +22,6 @@ "questID:3": 649, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/650.json b/config/betterquesting/DefaultQuests/Quests/10/650.json index d250e443..702fa68d 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/650.json +++ b/config/betterquesting/DefaultQuests/Quests/10/650.json @@ -22,7 +22,6 @@ "questID:3": 650, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/651.json b/config/betterquesting/DefaultQuests/Quests/10/651.json index 9617df77..0339ebe1 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/651.json +++ b/config/betterquesting/DefaultQuests/Quests/10/651.json @@ -22,7 +22,6 @@ "questID:3": 651, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/652.json b/config/betterquesting/DefaultQuests/Quests/10/652.json index 8756b358..2e4d066a 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/652.json +++ b/config/betterquesting/DefaultQuests/Quests/10/652.json @@ -22,7 +22,6 @@ "questID:3": 652, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/653.json b/config/betterquesting/DefaultQuests/Quests/10/653.json index c038c4ea..b86aff1e 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/653.json +++ b/config/betterquesting/DefaultQuests/Quests/10/653.json @@ -22,7 +22,6 @@ "questID:3": 653, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/654.json b/config/betterquesting/DefaultQuests/Quests/10/654.json index f885b1c2..d0e10179 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/654.json +++ b/config/betterquesting/DefaultQuests/Quests/10/654.json @@ -22,7 +22,6 @@ "questID:3": 654, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/655.json b/config/betterquesting/DefaultQuests/Quests/10/655.json index 46f2405c..09374157 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/655.json +++ b/config/betterquesting/DefaultQuests/Quests/10/655.json @@ -22,7 +22,6 @@ "questID:3": 655, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/10/656.json b/config/betterquesting/DefaultQuests/Quests/10/656.json index d6a84d9f..662092ca 100644 --- a/config/betterquesting/DefaultQuests/Quests/10/656.json +++ b/config/betterquesting/DefaultQuests/Quests/10/656.json @@ -22,7 +22,6 @@ "questID:3": 656, "tasks:9": { "0:10": { - "consume:1": 0, "index:3": 0, "requiredFluids:9": { "0:10": { diff --git a/config/betterquesting/DefaultQuests/Quests/12/1851.json b/config/betterquesting/DefaultQuests/Quests/12/1851.json index d0fadb33..cd9f991d 100644 --- a/config/betterquesting/DefaultQuests/Quests/12/1851.json +++ b/config/betterquesting/DefaultQuests/Quests/12/1851.json @@ -24,17 +24,13 @@ "requiredItems:9": { "0:10": { "Count:3": 1, - "id:8": "tardis:void_specs" + "id:8": "tardis:bowtie" }, "1:10": { - "Count:3": 1, - "id:8": "tardis:bowtie" - }, - "2:10": { "Count:3": 1, "id:8": "tardis:thirteen_coat" }, - "3:10": { + "2:10": { "Count:3": 1, "id:8": "tardis:fourth_hat" } diff --git a/config/betterquesting/DefaultQuests/Quests/2/50217.json b/config/betterquesting/DefaultQuests/Quests/2/50217.json index bf2c6596..6264c040 100644 --- a/config/betterquesting/DefaultQuests/Quests/2/50217.json +++ b/config/betterquesting/DefaultQuests/Quests/2/50217.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Your first fission fuel! TSLEU-235 is also a thing! Same output, better power!\n\nThe uranium found on Terra seems to behave the same as Earth, time to split some isotopes!", + "desc:8": "§7§oYour first fission fuel! TSLEU-235 is also a thing! Same output, better power!\n\n§fThe uranium found on Terra seems to behave the same as Earth, time to split some isotopes!", "icon:10": { "Count:3": 1, "Damage:2": 4, @@ -25,6 +25,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:tsleu_235_fuel" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2/50218.json b/config/betterquesting/DefaultQuests/Quests/2/50218.json index 967e62ce..615e88cf 100644 --- a/config/betterquesting/DefaultQuests/Quests/2/50218.json +++ b/config/betterquesting/DefaultQuests/Quests/2/50218.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Many thanks to Dr Zoidberg for adding the fuel quests\n\nUhhh, and thorium generates naturally as well, this planet is truly amazing!", + "desc:8": "§7§oMany thanks to Dr Zoidberg for adding the fuel quests\n\n§fUhhh, and thorium generates naturally as well, this planet is truly amazing!", "icon:10": { "Count:3": 1, "id:8": "nuclearcraft:fuel_thorium" @@ -23,6 +23,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:etbu_fuel" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2/50228.json b/config/betterquesting/DefaultQuests/Quests/2/50228.json index 26d3d3f8..e4108a13 100644 --- a/config/betterquesting/DefaultQuests/Quests/2/50228.json +++ b/config/betterquesting/DefaultQuests/Quests/2/50228.json @@ -25,6 +25,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:emox_241_fuel" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/2/50233.json b/config/betterquesting/DefaultQuests/Quests/2/50233.json index 285c5faf..c17b6755 100644 --- a/config/betterquesting/DefaultQuests/Quests/2/50233.json +++ b/config/betterquesting/DefaultQuests/Quests/2/50233.json @@ -23,6 +23,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:emox_239_fuel" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/1302355832.json b/config/betterquesting/DefaultQuests/Quests/3/1302355832.json new file mode 100644 index 00000000..9615c3e5 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/1302355832.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 893 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:divine_combiner" + } + }, + "name:8": "Divinity Combiner" + } + }, + "questID:3": 1302355832, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:divine_combiner" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/1567883667.json b/config/betterquesting/DefaultQuests/Quests/3/1567883667.json new file mode 100644 index 00000000..faaae2ec --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/1567883667.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 20529 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:forge_of_the_wyvern" + } + }, + "name:8": "Forge of the Wyverns" + } + }, + "questID:3": 1567883667, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:forge_of_the_wyvern" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/1907230724.json b/config/betterquesting/DefaultQuests/Quests/3/1907230724.json new file mode 100644 index 00000000..d4df5393 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/1907230724.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 929 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:shrine_of_the_sentient_meatballs" + } + }, + "name:8": "Shrine of the Sentient Meatballs" + } + }, + "questID:3": 1907230724, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:shrine_of_the_sentient_meatballs" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/1913343585.json b/config/betterquesting/DefaultQuests/Quests/3/1913343585.json new file mode 100644 index 00000000..8e3484e6 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/1913343585.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 916 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:matter_reprocessor" + } + }, + "name:8": "Matter Reprocessor" + } + }, + "questID:3": 1913343585, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:matter_reprocessor" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/566141768.json b/config/betterquesting/DefaultQuests/Quests/3/566141768.json new file mode 100644 index 00000000..85eb0374 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/566141768.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 20543 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:berserker_crucible" + } + }, + "name:8": "Berserker Crucible" + } + }, + "questID:3": 566141768, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:berserker_crucible" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/805049422.json b/config/betterquesting/DefaultQuests/Quests/3/805049422.json new file mode 100644 index 00000000..9a3d1a67 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/805049422.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 916 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:plated_thermofabricator" + } + }, + "name:8": "Plated Thermofabricator" + } + }, + "questID:3": 805049422, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:plated_thermofabricator" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/850659984.json b/config/betterquesting/DefaultQuests/Quests/3/850659984.json new file mode 100644 index 00000000..6d7d858a --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/3/850659984.json @@ -0,0 +1,34 @@ +{ + "preRequisites:11": [ + 20539 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:eldritch_impetus_catalyzer" + } + }, + "name:8": "Eldritch Impetus Catalyzer" + } + }, + "questID:3": 850659984, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:eldritch_impetus_catalyzer" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/3/933.json b/config/betterquesting/DefaultQuests/Quests/3/933.json index fa479950..4d2654eb 100644 --- a/config/betterquesting/DefaultQuests/Quests/3/933.json +++ b/config/betterquesting/DefaultQuests/Quests/3/933.json @@ -12,7 +12,7 @@ "dynamicmachine:8": "modularmachinery:dyson_irradiator" } }, - "name:8": "Dyson Irradiator" + "name:8": "Dyson Irradiator \u0026 Accelerator" } }, "questID:3": 933, @@ -26,6 +26,20 @@ "tag:10": { "dynamicmachine:8": "modularmachinery:dyson_irradiator" } + }, + "1:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:dyson_irradiator_bottom" + } + }, + "2:10": { + "Count:3": 1, + "id:8": "modularmachinery:itemblueprint", + "tag:10": { + "dynamicmachine:8": "modularmachinery:dyson_irradiator_top" + } } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/4/1270297431.json b/config/betterquesting/DefaultQuests/Quests/4/1270297431.json new file mode 100644 index 00000000..fbcd9047 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/4/1270297431.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 90056 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "enchlib:enchantment_library" + }, + "name:8": "Enchantment Library" + } + }, + "questID:3": 1270297431, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "enchlib:enchantment_library" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/4/1324993630.json b/config/betterquesting/DefaultQuests/Quests/4/1324993630.json new file mode 100644 index 00000000..d28fcc49 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/4/1324993630.json @@ -0,0 +1,40 @@ +{ + "preRequisites:11": [ + 1226 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oThese terminals work like the ME crafting terminal, but for Extended Crafting :)", + "icon:10": { + "Count:3": 1, + "id:8": "ae2exttable:ultimate_crafting_terminal" + }, + "name:8": "ME Extended Crafting Terminals" + } + }, + "questID:3": 1324993630, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "ae2exttable:basic_crafting_terminal" + }, + "1:10": { + "Count:3": 1, + "id:8": "ae2exttable:advanced_crafting_terminal" + }, + "2:10": { + "Count:3": 1, + "id:8": "ae2exttable:elite_crafting_terminal" + }, + "3:10": { + "Count:3": 1, + "id:8": "ae2exttable:ultimate_crafting_terminal" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/4/719022264.json b/config/betterquesting/DefaultQuests/Quests/4/719022264.json new file mode 100644 index 00000000..9328590d --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/4/719022264.json @@ -0,0 +1,46 @@ +{ + "preRequisites:11": [ + 90171 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oWireless versions of the Extended Crafting Terminals", + "icon:10": { + "Count:3": 1, + "id:8": "ae2exttable:wireless_ultimate_crafting_terminal", + "tag:10": {} + }, + "name:8": "Extended Crafting Wireless Terminals" + } + }, + "questID:3": 719022264, + "tasks:9": { + "0:10": { + "ignoreNBT:1": 1, + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "ae2exttable:wireless_basic_crafting_terminal", + "tag:10": {} + }, + "1:10": { + "Count:3": 1, + "id:8": "ae2exttable:wireless_advanced_crafting_terminal", + "tag:10": {} + }, + "2:10": { + "Count:3": 1, + "id:8": "ae2exttable:wireless_elite_crafting_terminal", + "tag:10": {} + }, + "3:10": { + "Count:3": 1, + "id:8": "ae2exttable:wireless_ultimate_crafting_terminal", + "tag:10": {} + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/4/775629365.json b/config/betterquesting/DefaultQuests/Quests/4/775629365.json new file mode 100644 index 00000000..6d0e8240 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/4/775629365.json @@ -0,0 +1,28 @@ +{ + "preRequisites:11": [ + 1227 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oExposes the ENTIRETY of your AE2 network\u0027s contents to item or fluid transfer.\n\nIf not filtered, these can be quite laggy, but they can be used for subnetting.", + "icon:10": { + "Count:3": 1, + "id:8": "nae2:exposer" + }, + "name:8": "ME Storage Exposer" + } + }, + "questID:3": 775629365, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "nae2:exposer" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/4/84.json b/config/betterquesting/DefaultQuests/Quests/4/84.json index 321a5134..1c84de11 100644 --- a/config/betterquesting/DefaultQuests/Quests/4/84.json +++ b/config/betterquesting/DefaultQuests/Quests/4/84.json @@ -24,6 +24,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:energy_management_tipsandtricks" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/4/90103.json b/config/betterquesting/DefaultQuests/Quests/4/90103.json index 52ae3e56..6292937e 100644 --- a/config/betterquesting/DefaultQuests/Quests/4/90103.json +++ b/config/betterquesting/DefaultQuests/Quests/4/90103.json @@ -25,6 +25,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:energy_management_tipsandtricks" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/5/1031147864.json b/config/betterquesting/DefaultQuests/Quests/5/1031147864.json new file mode 100644 index 00000000..2c92c787 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/5/1031147864.json @@ -0,0 +1,30 @@ +{ + "preRequisites:11": [ + 20415, + 1727374336 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oThe following quests explain how to create dimensions with RFTools dimensions.", + "icon:10": { + "Count:3": 1, + "Damage:2": 31, + "id:8": "botania:cosmetic" + }, + "name:8": "Custom Dimensions" + } + }, + "questID:3": 1031147864, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:warren_creation_fabrial" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/5/1202.json b/config/betterquesting/DefaultQuests/Quests/5/1202.json index 6f00e607..53b6686a 100644 --- a/config/betterquesting/DefaultQuests/Quests/5/1202.json +++ b/config/betterquesting/DefaultQuests/Quests/5/1202.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oEmeralds have a fairly high EMC value, and they can be farmed from chickens and evokers!\n\nEmerald chickens can be found in the overworld roaming around certain structures. Look for bewitchment silver blocks!\n\nEvoker spawn eggs are craftable ;)\n\nLater, you can use crops, although by then you probably have a better EMC farm!", + "desc:8": "§7§oEmeralds have a fairly high EMC value, and they can be farmed from chickens and evokers!\n\nEmerald chickens can be found in the overworld roaming around certain structures. Look for bewitchment silver blocks!\n\nBattle Towers are your friend :)\n\nLater, you can use crops, although by then you probably have a better EMC farm!", "icon:10": { "Count:3": 1, "id:8": "chickens:spawn_egg", diff --git a/config/betterquesting/DefaultQuests/Quests/5/1271.json b/config/betterquesting/DefaultQuests/Quests/5/1271.json index 13d7e73e..7acd9fe8 100644 --- a/config/betterquesting/DefaultQuests/Quests/5/1271.json +++ b/config/betterquesting/DefaultQuests/Quests/5/1271.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "§7§oTo breed this bee you will have to use a regular apiary from forestry, and TNT needs to explode within 10 seconds of the drone and princess breeding.\n\nYou should explode a lot of TNT in water or claimed chunks to make sure this happens.", + "desc:8": "§7§oTo breed this bee you will have to use a regular apiary from forestry, and TNT needs to explode within 10 seconds before the death of the queen.\n\nYou should explode a lot of TNT in water or claimed chunks to make sure this happens.", "icon:10": { "Count:3": 1, "id:8": "forestry:bee_queen_ge", diff --git a/config/betterquesting/DefaultQuests/Quests/5/1403757701.json b/config/betterquesting/DefaultQuests/Quests/5/1403757701.json new file mode 100644 index 00000000..e901f4d5 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/5/1403757701.json @@ -0,0 +1,52 @@ +{ + "preRequisites:11": [ + 1031147864 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oDimlets are used to control the properties of the custom dimensions created using RFTools Dimensions.\n\nDimlets are either found as loot in particular RFTools Dimensions, or are crafted in a Dimlet Workbench using materials dropped by Dimlet Parcels.\n\nThere are many types of Dimlets, that allow to control biomes, liquids, materials, mobs, sky properies, structure generation, terrain type, features, time cycles, effects, weather in your custom Dimensions.\n\nIn order to progress, some specific liquids and materials are made exclusive to these dimensions.\n\nTo craft some (most) Dimlets in the Workbench, Absorbers are required. While the absorbers part of progression have their own custom recipes, the \u0027normal\u0027 ones require in-world crafting to be configured.\n\nMaterial Absorber: place 128 blocks adjacent, they will be consumed\n\nLiquid Absorber: place 128 buckets adjacent, they will be consumed\n\nBiome Absorber: place in the desired biome\n\nTerrain Absorber: place in the dimension with the desired tarrain type (end islands, nether, etc)\n\nFeature Absorber: place in the dimension with the desired feature type (ore veins, caves, etc); some features are exclusive to some custom RFTools Dimensions, so you may want to generate random ones\n\nTime Absorber: trigger with a redstone pulse at the desired time for 10 consecutive days (can be cheated with a timer and time in a bottle)", + "icon:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_workbench" + }, + "name:8": "Customizing Dimensions" + } + }, + "questID:3": 1403757701, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_workbench" + }, + "1:10": { + "Count:3": 1, + "id:8": "rftoolsdim:material_absorber" + }, + "2:10": { + "Count:3": 1, + "id:8": "rftoolsdim:liquid_absorber" + }, + "3:10": { + "Count:3": 1, + "id:8": "rftoolsdim:biome_absorber" + }, + "4:10": { + "Count:3": 1, + "id:8": "rftoolsdim:terrain_absorber" + }, + "5:10": { + "Count:3": 1, + "id:8": "rftoolsdim:feature_absorber" + }, + "6:10": { + "Count:3": 1, + "id:8": "rftoolsdim:time_absorber" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/5/1430343507.json b/config/betterquesting/DefaultQuests/Quests/5/1430343507.json new file mode 100644 index 00000000..0ca68bb9 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/5/1430343507.json @@ -0,0 +1,160 @@ +{ + "preRequisites:11": [ + 1031147864 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oTo create custom dimensions with RFTools, you start with an Empty Dimension Tab.\n\nWhile the tab alone can create custom dimensions, it will do so at random, with cool-looking, but often useless results (you may still want to do it a few times). To start a random Dimension, place the Tab in the Dimension Enscriber, and press \u0027Store\u0027.\n\nTo control the contents of these Dimensions, you can use a Dimension Enscriber to add Dimlets to a Dimension. For more info on Dimlets, check their respective JEI info box (search \u0027custom dimlets\u0027 in JEI).\n\nTo activate the Custom Dimension, place it in a Dimension Builder. It will consume the displayed amount of energy to remain active. As long as the dimension has energy, it is accessible. You do not want to be in a dimension if it runs out of energy. Bad things will happen.\n\nTo teleport to your custom Dimension, you can use a Dialing Device to link a Matter Transmitter nearby to the desired dimension.", + "icon:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimension_builder" + }, + "name:8": "Creating Dimensions" + } + }, + "questID:3": 1430343507, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "rftoolsdim:empty_dimension_tab" + }, + "1:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimension_enscriber", + "tag:10": { + "Items:9": { + "0:10": {}, + "1:10": {}, + "2:10": {}, + "3:10": {}, + "4:10": {}, + "5:10": {}, + "6:10": {}, + "7:10": {}, + "8:10": {}, + "9:10": {}, + "10:10": {}, + "11:10": {}, + "12:10": {}, + "13:10": {}, + "14:10": {}, + "15:10": {}, + "16:10": {}, + "17:10": {}, + "18:10": {}, + "19:10": {}, + "20:10": {}, + "21:10": {}, + "22:10": {}, + "23:10": {}, + "24:10": {}, + "25:10": {}, + "26:10": {}, + "27:10": {}, + "28:10": {}, + "29:10": {}, + "30:10": {}, + "31:10": {}, + "32:10": {}, + "33:10": {}, + "34:10": {}, + "35:10": {}, + "36:10": {}, + "37:10": {}, + "38:10": {}, + "39:10": {}, + "40:10": {}, + "41:10": {}, + "42:10": {}, + "43:10": {}, + "44:10": {}, + "45:10": {}, + "46:10": {}, + "47:10": {}, + "48:10": {}, + "49:10": {}, + "50:10": {}, + "51:10": {}, + "52:10": {}, + "53:10": {}, + "54:10": {}, + "55:10": {}, + "56:10": {}, + "57:10": {}, + "58:10": {}, + "59:10": {}, + "60:10": {}, + "61:10": {}, + "62:10": {}, + "63:10": {}, + "64:10": {}, + "65:10": {}, + "66:10": {}, + "67:10": {}, + "68:10": {}, + "69:10": {}, + "70:10": {}, + "71:10": {}, + "72:10": {}, + "73:10": {}, + "74:10": {}, + "75:10": {}, + "76:10": {}, + "77:10": {}, + "78:10": {}, + "79:10": {}, + "80:10": {}, + "81:10": {}, + "82:10": {}, + "83:10": {}, + "84:10": {}, + "85:10": {}, + "86:10": {}, + "87:10": {}, + "88:10": {}, + "89:10": {}, + "90:10": {}, + "91:10": { + "Count:3": 1, + "Damage:2": 0, + "id:8": "rftoolsdim:realized_dimension_tab", + "tag:10": { + "descriptionString:8": "@", + "forcedSeed:4": 0, + "name:8": "", + "rfCreateCost:3": 1000, + "rfMaintainCost:3": 10, + "tickCost:3": 100, + "ticksLeft:3": 100 + } + } + }, + "idL:4": -5903828338681376133, + "idM:4": -8342885232664559613, + "infused:3": 0, + "owner:8": "meatballcraft" + } + }, + "2:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimension_builder", + "tag:10": { + "Energy:4": 0, + "Items:9": { + "0:10": {} + }, + "idL:4": -5903828338681376133, + "idM:4": -8342885232664559613, + "infused:3": 0, + "owner:8": "meatballcraft", + "rsMode:1": 0 + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/5/1596066184.json b/config/betterquesting/DefaultQuests/Quests/5/1596066184.json new file mode 100644 index 00000000..e6332e1f --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/5/1596066184.json @@ -0,0 +1,169 @@ +{ + "preRequisites:11": [ + 1031147864 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oThe Dimlet Parcel is used to obtain the various crafting materials for creating Custom Dimensions.", + "icon:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_parcel" + }, + "name:8": "Dimensional Crafting Materials" + } + }, + "questID:3": 1596066184, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_parcel" + } + }, + "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_base" + }, + "1:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "2:10": { + "Count:3": 1, + "Damage:2": 1, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "3:10": { + "Count:3": 1, + "Damage:2": 2, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "4:10": { + "Count:3": 1, + "Damage:2": 3, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "5:10": { + "Count:3": 1, + "Damage:2": 4, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "6:10": { + "Count:3": 1, + "Damage:2": 5, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "7:10": { + "Count:3": 1, + "Damage:2": 6, + "id:8": "rftoolsdim:dimlet_control_circuit" + }, + "8:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_energy_module" + }, + "9:10": { + "Count:3": 1, + "Damage:2": 1, + "id:8": "rftoolsdim:dimlet_energy_module" + }, + "10:10": { + "Count:3": 1, + "Damage:2": 2, + "id:8": "rftoolsdim:dimlet_energy_module" + }, + "11:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_memory_unit" + }, + "12:10": { + "Count:3": 1, + "Damage:2": 1, + "id:8": "rftoolsdim:dimlet_memory_unit" + }, + "13:10": { + "Count:3": 1, + "Damage:2": 2, + "id:8": "rftoolsdim:dimlet_memory_unit" + }, + "14:10": { + "Count:3": 1, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "15:10": { + "Count:3": 1, + "Damage:2": 1, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "16:10": { + "Count:3": 1, + "Damage:2": 2, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "17:10": { + "Count:3": 1, + "Damage:2": 3, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "18:10": { + "Count:3": 1, + "Damage:2": 4, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "19:10": { + "Count:3": 1, + "Damage:2": 5, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "20:10": { + "Count:3": 1, + "Damage:2": 6, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "21:10": { + "Count:3": 1, + "Damage:2": 7, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "22:10": { + "Count:3": 1, + "Damage:2": 8, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "23:10": { + "Count:3": 1, + "Damage:2": 9, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "24:10": { + "Count:3": 1, + "Damage:2": 10, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "25:10": { + "Count:3": 1, + "Damage:2": 11, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "26:10": { + "Count:3": 1, + "Damage:2": 12, + "id:8": "rftoolsdim:dimlet_type_controller" + }, + "27:10": { + "Count:3": 1, + "Damage:2": 13, + "id:8": "rftoolsdim:dimlet_type_controller" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/5/20427.json b/config/betterquesting/DefaultQuests/Quests/5/20427.json index 82186b09..ed2c8967 100644 --- a/config/betterquesting/DefaultQuests/Quests/5/20427.json +++ b/config/betterquesting/DefaultQuests/Quests/5/20427.json @@ -1,6 +1,7 @@ { "preRequisites:11": [ - 20424 + 20424, + 270 ], "properties:10": { "betterquesting:10": { @@ -20,6 +21,10 @@ "0:10": { "Count:3": 1, "id:8": "roost:roost" + }, + "1:10": { + "Count:3": 1, + "id:8": "roost:catcher" } }, "taskID:8": "bq_standard:retrieval" diff --git a/config/betterquesting/DefaultQuests/Quests/5/443310250.json b/config/betterquesting/DefaultQuests/Quests/5/443310250.json new file mode 100644 index 00000000..f793d0d5 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/5/443310250.json @@ -0,0 +1,185 @@ +{ + "preRequisites:11": [ + 1204 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "§7§oTo reduce the building requirements for having valid flowers.\n\nFlower Rocks is obtained from the rocky bee. Any stone and cobblestone oredictionary blocks will work.\n\nFlower Wood is obtained from the gorgon bee. Any wood log will work.", + "icon:10": { + "Count:3": 1, + "id:8": "forestry:bee_drone_ge", + "tag:10": { + "Genome:10": { + "Chromosomes:9": { + "0:10": { + "Slot:1": 0, + "UID0:8": "gendustry.bee.Gorgon", + "UID1:8": "gendustry.bee.Gorgon" + }, + "1:10": { + "Slot:1": 1, + "UID0:8": "forestry.speedSlowest", + "UID1:8": "forestry.speedSlowest" + }, + "2:10": { + "Slot:1": 2, + "UID0:8": "forestry.lifespanShorter", + "UID1:8": "forestry.lifespanShorter" + }, + "3:10": { + "Slot:1": 3, + "UID0:8": "forestry.fertilityHigh", + "UID1:8": "forestry.fertilityHigh" + }, + "4:10": { + "Slot:1": 4, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "5:10": { + "Slot:1": 5, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "6:10": { + "Slot:1": 6, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "7:10": { + "Slot:1": 7, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "8:10": { + "Slot:1": 8, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "9:10": { + "Slot:1": 9, + "UID0:8": "gendustry.flowersWoodLog", + "UID1:8": "gendustry.flowersWoodLog" + }, + "10:10": { + "Slot:1": 10, + "UID0:8": "forestry.floweringSlower", + "UID1:8": "forestry.floweringSlower" + }, + "11:10": { + "Slot:1": 11, + "UID0:8": "forestry.territoryAverage", + "UID1:8": "forestry.territoryAverage" + }, + "12:10": { + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" + } + } + }, + "Health:3": 20, + "IsAnalyzed:1": 0, + "Mate:10": { + "Chromosomes:9": { + "0:10": { + "Slot:1": 0, + "UID0:8": "gendustry.bee.Gorgon", + "UID1:8": "gendustry.bee.Gorgon" + }, + "1:10": { + "Slot:1": 1, + "UID0:8": "forestry.speedSlowest", + "UID1:8": "forestry.speedSlowest" + }, + "2:10": { + "Slot:1": 2, + "UID0:8": "forestry.lifespanShorter", + "UID1:8": "forestry.lifespanShorter" + }, + "3:10": { + "Slot:1": 3, + "UID0:8": "forestry.fertilityHigh", + "UID1:8": "forestry.fertilityHigh" + }, + "4:10": { + "Slot:1": 4, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "5:10": { + "Slot:1": 5, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "6:10": { + "Slot:1": 6, + "UID0:8": "forestry.toleranceNone", + "UID1:8": "forestry.toleranceNone" + }, + "7:10": { + "Slot:1": 7, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "8:10": { + "Slot:1": 8, + "UID0:8": "forestry.boolFalse", + "UID1:8": "forestry.boolFalse" + }, + "9:10": { + "Slot:1": 9, + "UID0:8": "gendustry.flowersWoodLog", + "UID1:8": "gendustry.flowersWoodLog" + }, + "10:10": { + "Slot:1": 10, + "UID0:8": "forestry.floweringSlower", + "UID1:8": "forestry.floweringSlower" + }, + "11:10": { + "Slot:1": 11, + "UID0:8": "forestry.territoryAverage", + "UID1:8": "forestry.territoryAverage" + }, + "12:10": { + "Slot:1": 12, + "UID0:8": "forestry.effectNone", + "UID1:8": "forestry.effectNone" + } + } + }, + "MaxH:3": 20 + } + }, + "name:8": "For Versatile Bee Rooms" + } + }, + "questID:3": 443310250, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "gendustry:gene_sample", + "tag:10": { + "allele:8": "extrabees.flower.rock", + "chromosome:3": 9, + "species:8": "rootBees" + } + }, + "1:10": { + "Count:3": 1, + "id:8": "gendustry:gene_sample", + "tag:10": { + "allele:8": "gendustry.flowersWoodLog", + "chromosome:3": 9, + "species:8": "rootBees" + } + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/5/679751183.json b/config/betterquesting/DefaultQuests/Quests/5/679751183.json new file mode 100644 index 00000000..af8d16b0 --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/5/679751183.json @@ -0,0 +1,48 @@ +{ + "preRequisites:11": [ + 1031147864 + ], + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "icon:10": { + "Count:3": 1, + "id:8": "contenttweaker:actualizing_stone" + }, + "name:8": "Special Materials" + } + }, + "questID:3": 679751183, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:actualizing_stone" + }, + "1:10": { + "Count:3": 1, + "id:8": "contenttweaker:naquadah_ore" + }, + "2:10": { + "Count:3": 1, + "id:8": "contenttweaker:fire_dragonsteel_ore" + }, + "3:10": { + "Count:3": 1, + "id:8": "contenttweaker:ice_dragonsteel_ore" + }, + "4:10": { + "Count:3": 1, + "id:8": "contenttweaker:lightning_dragonsteel_ore" + }, + "5:10": { + "Count:3": 1, + "id:8": "contenttweaker:dense_dimensional_shard_ore" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/6/753.json b/config/betterquesting/DefaultQuests/Quests/6/753.json index 1c382a56..2e4d0121 100644 --- a/config/betterquesting/DefaultQuests/Quests/6/753.json +++ b/config/betterquesting/DefaultQuests/Quests/6/753.json @@ -25,6 +25,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:gaia_3_tips" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/6/754.json b/config/betterquesting/DefaultQuests/Quests/6/754.json index e91d3e27..65dc70c9 100644 --- a/config/betterquesting/DefaultQuests/Quests/6/754.json +++ b/config/betterquesting/DefaultQuests/Quests/6/754.json @@ -25,6 +25,16 @@ } }, "taskID:8": "bq_standard:retrieval" + }, + "1:10": { + "index:3": 1, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:gaia_4_tips" + } + }, + "taskID:8": "bq_standard:optional_retrieval" } } } \ No newline at end of file diff --git a/config/betterquesting/DefaultQuests/Quests/7/1009.json b/config/betterquesting/DefaultQuests/Quests/7/1009.json index 815dfb04..d669352f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/1009.json +++ b/config/betterquesting/DefaultQuests/Quests/7/1009.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", + "desc:8": "§7§oFound below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.", "icon:10": { "Count:3": 1, "id:8": "draconicevolution:draconium_dust" diff --git a/config/betterquesting/DefaultQuests/Quests/7/1010.json b/config/betterquesting/DefaultQuests/Quests/7/1010.json index 923cd16c..9f2fa645 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/1010.json +++ b/config/betterquesting/DefaultQuests/Quests/7/1010.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", + "desc:8": "§7§oFound below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n", "icon:10": { "Count:3": 1, "id:8": "draconicevolution:draconium_dust" diff --git a/config/betterquesting/DefaultQuests/Quests/7/2350.json b/config/betterquesting/DefaultQuests/Quests/7/2350.json index 03015f4f..ee344897 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/2350.json +++ b/config/betterquesting/DefaultQuests/Quests/7/2350.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y \u003d 1 and Y \u003d 10", + "desc:8": "§7§oFound between Y \u003d 1 and Y \u003d 10", "icon:10": { "Count:3": 1, "id:8": "aoa3:sapphire" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70056.json b/config/betterquesting/DefaultQuests/Quests/7/70056.json index 90a95d99..847dcc5f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70056.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70056.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d0 and Y\u003d65", + "desc:8": "§7§oFound between Y\u003d0 and Y\u003d65", "icon:10": { "Count:3": 1, "id:8": "minecraft:iron_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70057.json b/config/betterquesting/DefaultQuests/Quests/7/70057.json index 54ee76ac..673b4a94 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70057.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70057.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between y\u003d20 and y\u003d96", + "desc:8": "§7§oFound between y\u003d20 and y\u003d96", "icon:10": { "Count:3": 1, "Damage:2": 129, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70058.json b/config/betterquesting/DefaultQuests/Quests/7/70058.json index d63dbfd4..adf9d7c7 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70058.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70058.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between y\u003d35 and y\u003d65", + "desc:8": "§7§oFound between y\u003d35 and y\u003d65", "icon:10": { "Count:3": 1, "Damage:2": 128, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70059.json b/config/betterquesting/DefaultQuests/Quests/7/70059.json index 427b3318..8d8a5100 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70059.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70059.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d0 and Y\u003d35", + "desc:8": "§7§oFound between Y\u003d0 and Y\u003d35", "icon:10": { "Count:3": 1, "id:8": "minecraft:gold_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70060.json b/config/betterquesting/DefaultQuests/Quests/7/70060.json index 16bb3322..32e866a2 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70060.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70060.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between y\u003d0 and y\u003d18", + "desc:8": "§7§oFound between y\u003d0 and y\u003d18", "icon:10": { "Count:3": 1, "id:8": "minecraft:diamond" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70061.json b/config/betterquesting/DefaultQuests/Quests/7/70061.json index 9bab6ae0..7ace97f2 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70061.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70061.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between y\u003d1 and y\u003d28", + "desc:8": "§7§oFound between y\u003d1 and y\u003d28", "icon:10": { "Count:3": 1, "Damage:2": 4, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70062.json b/config/betterquesting/DefaultQuests/Quests/7/70062.json index a22f8d83..3c53b421 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70062.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70062.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d0 and Y\u003d18", + "desc:8": "§7§oFound between Y\u003d0 and Y\u003d18", "icon:10": { "Count:3": 1, "id:8": "minecraft:redstone" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70063.json b/config/betterquesting/DefaultQuests/Quests/7/70063.json index 3072ad90..44213ce7 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70063.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70063.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found only in mountainous biomes, but testificates seem to have lots of it!", + "desc:8": "§7§oFound only in mountainous biomes, but testificates seem to have lots of it!", "icon:10": { "Count:3": 1, "id:8": "minecraft:emerald" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70064.json b/config/betterquesting/DefaultQuests/Quests/7/70064.json index 4b0fda74..f597a4cf 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70064.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70064.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Coralium Infested Swamps, and at the bottom of oceans!\nCoralium Ore is craftable.\nFound in Nether Fortress chests.", + "desc:8": "§7§oFound in the Coralium Infested Swamps, and at the bottom of oceans!\nCoralium Ore is craftable.\nFound in Nether Fortress chests.", "icon:10": { "Count:3": 1, "id:8": "abyssalcraft:coralium" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70065.json b/config/betterquesting/DefaultQuests/Quests/7/70065.json index 8224d1b2..52a7e215 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70065.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70065.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in Darklands biomes.\nFound in dragon dens.", + "desc:8": "§7§oFound in Darklands biomes.\nFound in dragon dens.", "icon:10": { "Count:3": 1, "id:8": "abyssalcraft:abyingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70066.json b/config/betterquesting/DefaultQuests/Quests/7/70066.json index 6c7b58c1..7d7161d1 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70066.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70066.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d30\n\n- Written by Bluecat", + "desc:8": "§7§oFound below Y\u003d30\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "abyssalcraft:nitre" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70067.json b/config/betterquesting/DefaultQuests/Quests/7/70067.json index 30402388..18ff10fb 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70067.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70067.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found at every height.", + "desc:8": "§7§oFound at every height.", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70068.json b/config/betterquesting/DefaultQuests/Quests/7/70068.json index 780f4e09..7e150651 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70068.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70068.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d5 and Y\u003d21", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d21", "icon:10": { "Count:3": 1, "id:8": "aoa3:jade" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70069.json b/config/betterquesting/DefaultQuests/Quests/7/70069.json index 7528aeec..25f0956b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70069.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70069.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d9 and Y\u003d70.\nCan be found in a Treasure Box or a Shiny Box.\nCan be found in Loot Chests from Structures.\nCan be traded from a Metalloid for 15 Copper Coins.\nCan be dropped by Chimeras.\n\n- Most written by Bluecat", + "desc:8": "§7§oFound between Y\u003d9 and Y\u003d70.\nCan be found in a Treasure Box or a Shiny Box.\nCan be found in Loot Chests from Structures.\nCan be traded from a Metalloid for 15 Copper Coins.\nCan be dropped by Chimeras.\n\n- Most written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "aoa3:limonite_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70070.json b/config/betterquesting/DefaultQuests/Quests/7/70070.json index ee704771..6dc1fb09 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70070.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70070.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can be found between Y\u003d15 and Y\u003d49.\nCan be traded from a Metalloid for 20 Copper Coins.\nCan be harvested from lava at 40 Extraction, Stone at 85 Foraging, and Logs at 95 Logging.\nCan be found in Treasure Boxes and Shiny Boxes.\nLoot Chests from Structures may have these.\n\n- Written by Bluecat", + "desc:8": "§7§oCan be found between Y\u003d15 and Y\u003d49.\nCan be traded from a Metalloid for 20 Copper Coins.\nCan be harvested from lava at 40 Extraction, Stone at 85 Foraging, and Logs at 95 Logging.\nCan be found in Treasure Boxes and Shiny Boxes.\nLoot Chests from Structures may have these.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "aoa3:rosite_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70071.json b/config/betterquesting/DefaultQuests/Quests/7/70071.json index d22bcfef..3fa6e104 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70071.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70071.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can be found between Y\u003d5 and Y\u003d132.\nCan be dropped by a Runic Guardian.\nCan be obtained by Deep Cases.\n\n- Written by Bluecat", + "desc:8": "§7§oCan be found between Y\u003d5 and Y\u003d132.\nCan be dropped by a Runic Guardian.\nCan be obtained by Deep Cases.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "aoa3:runium_chunk" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70072.json b/config/betterquesting/DefaultQuests/Quests/7/70072.json index 87e6cde7..bd0e318f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70072.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70072.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in riverbeds and sandy pools.", + "desc:8": "§7§oFound in riverbeds and sandy pools.", "icon:10": { "Count:3": 1, "id:8": "astralsorcery:itemcraftingcomponent" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70073.json b/config/betterquesting/DefaultQuests/Quests/7/70073.json index e9906a35..67599ec9 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70073.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70073.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can be found between Y\u003d13 and Y\u003d31.\nCan spawn in Loot Chests from Structures.\nCan be found in a Gem Bag.\nCan be traded from a Metalloid for 40 Copper Coins.\nCan be dropped by a Bane.\nMobs killed by a Crystaneer have a chance of dropping it.\n\n- Written by Bluecat", + "desc:8": "§7§oCan be found between Y\u003d13 and Y\u003d31.\nCan spawn in Loot Chests from Structures.\nCan be found in a Gem Bag.\nCan be traded from a Metalloid for 40 Copper Coins.\nCan be dropped by a Bane.\nMobs killed by a Crystaneer have a chance of dropping it.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "aoa3:amethyst" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70074.json b/config/betterquesting/DefaultQuests/Quests/7/70074.json index c2418ad3..cb3dc08a 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70074.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70074.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d12 and Y\u003d74.", + "desc:8": "§7§oFound between Y\u003d12 and Y\u003d74.", "icon:10": { "Count:3": 1, "id:8": "appliedenergistics2:material" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70075.json b/config/betterquesting/DefaultQuests/Quests/7/70075.json index c5016ba0..9f6be318 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70075.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70075.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d12 and Y\u003d42.", + "desc:8": "§7§oFound between Y\u003d12 and Y\u003d42.", "icon:10": { "Count:3": 1, "id:8": "bewitchment:garnet" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70076.json b/config/betterquesting/DefaultQuests/Quests/7/70076.json index 20f30296..cd45662c 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70076.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70076.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d16 and Y\u003d42.", + "desc:8": "§7§oFound between Y\u003d16 and Y\u003d42.", "icon:10": { "Count:3": 1, "id:8": "bewitchment:opal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70077.json b/config/betterquesting/DefaultQuests/Quests/7/70077.json index 9cbad24b..ffae62ab 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70077.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70077.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d5 and Y\u003d30.", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d30.", "icon:10": { "Count:3": 1, "Damage:2": 130, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70078.json b/config/betterquesting/DefaultQuests/Quests/7/70078.json index 7977ad71..0fc30322 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70078.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70078.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d10 and Y\u003d120.", + "desc:8": "§7§oFound between Y\u003d10 and Y\u003d120.", "icon:10": { "Count:3": 1, "id:8": "bewitchment:salt" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70079.json b/config/betterquesting/DefaultQuests/Quests/7/70079.json index 3db78be0..9f7fdb18 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70079.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70079.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Arid Biomes (Desert-Like), and as a chance drop from Advent of Ascension ores.", + "desc:8": "§7§oFound below Y\u003d32 in Arid Biomes (Desert-Like), and as a chance drop from Advent of Ascension ores.", "icon:10": { "Count:3": 1, "Damage:2": 1, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70080.json b/config/betterquesting/DefaultQuests/Quests/7/70080.json index 02efa195..7db8fef4 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70080.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70080.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Ocean Biomes, and as a chance drop from Advent of Ascension ores.", + "desc:8": "§7§oFound below Y\u003d32 in Ocean Biomes, and as a chance drop from Advent of Ascension ores.", "icon:10": { "Count:3": 1, "Damage:2": 6, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70081.json b/config/betterquesting/DefaultQuests/Quests/7/70081.json index 8e7eecbf..ea87693c 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70081.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70081.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Plains Biomes, and as a chance drop from Advent of Ascension ores.", + "desc:8": "§7§oFound below Y\u003d32 in Plains Biomes, and as a chance drop from Advent of Ascension ores.", "icon:10": { "Count:3": 1, "Damage:2": 2, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70082.json b/config/betterquesting/DefaultQuests/Quests/7/70082.json index 28e18598..5fe25cd8 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70082.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70082.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Lush Biomes (Jungle-Like), and as a chance drop from Advent of Ascension ores.", + "desc:8": "§7§oFound below Y\u003d32 in Lush Biomes (Jungle-Like), and as a chance drop from Advent of Ascension ores.", "icon:10": { "Count:3": 1, "Damage:2": 3, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70083.json b/config/betterquesting/DefaultQuests/Quests/7/70083.json index 7288b945..1d42b6f3 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70083.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70083.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Cold Biomes, and as a chance drop from Advent of Ascension ores.\n\nAll ore is found below Y\u003d32. Specific gemstones are found in their own biome.", + "desc:8": "§7§oFound below Y\u003d32 in Cold Biomes, and as a chance drop from Advent of Ascension ores.\n\nAll ore is found below Y\u003d32. Specific gemstones are found in their own biome.", "icon:10": { "Count:3": 1, "Damage:2": 4, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70084.json b/config/betterquesting/DefaultQuests/Quests/7/70084.json index 09252cf3..b98483ae 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70084.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70084.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Swamps and Cold Biomes, and as a chance drop from Advent of Ascension ores.", + "desc:8": "§7§oFound below Y\u003d32 in Swamps and Cold Biomes, and as a chance drop from Advent of Ascension ores.", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70085.json b/config/betterquesting/DefaultQuests/Quests/7/70085.json index 8a2148df..3b97fdbf 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70085.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70085.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32 in Forest Biomes, and as a chance drop from Advent of Ascension ores.\n\nAll ore is found below Y\u003d32. Specific gemstones are found in their own biome.", + "desc:8": "§7§oFound below Y\u003d32 in Forest Biomes, and as a chance drop from Advent of Ascension ores.\n\nAll ore is found below Y\u003d32. Specific gemstones are found in their own biome.", "icon:10": { "Count:3": 1, "Damage:2": 7, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70086.json b/config/betterquesting/DefaultQuests/Quests/7/70086.json index d3069fc3..d250ff9c 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70086.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70086.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can be found below Y\u003d15.\n\n- Written by Bluecat", + "desc:8": "§7§oCan be found below Y\u003d15.\n", "icon:10": { "Count:3": 1, "id:8": "divinerpg:arlemite_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70087.json b/config/betterquesting/DefaultQuests/Quests/7/70087.json index 539d382e..d172dff0 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70087.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70087.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d5 and Y\u003d17.\nCan be dropped by Cave Crawlers and Caveclops.\n\n- Written by Bluecat", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d17.\nCan be dropped by Cave Crawlers and Caveclops.\n", "icon:10": { "Count:3": 1, "id:8": "divinerpg:realmite_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70088.json b/config/betterquesting/DefaultQuests/Quests/7/70088.json index 67c3b862..9fa68a5e 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70088.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70088.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d0 and Y\u003d17.\nWill be dropped by \"The Eye\"\n\n- Second part written by Bluecat", + "desc:8": "§7§oFound between Y\u003d0 and Y\u003d17.\nWill be dropped by \"The Eye\"\n", "icon:10": { "Count:3": 1, "id:8": "divinerpg:rupee_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70089.json b/config/betterquesting/DefaultQuests/Quests/7/70089.json index 77f605d2..456929c2 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70089.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70089.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", + "desc:8": "§7§oFound below Y\u003d8 in the Overworld.\nCan be found at every level in the End and the Nether.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "draconicevolution:draconium_dust" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70090.json b/config/betterquesting/DefaultQuests/Quests/7/70090.json index 519e0b59..5c1db40f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70090.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70090.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d16 and Y\u003d68.", + "desc:8": "§7§oFound between Y\u003d16 and Y\u003d68.", "icon:10": { "Count:3": 1, "id:8": "bigreactors:ingotyellorium" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70091.json b/config/betterquesting/DefaultQuests/Quests/7/70091.json index df23c110..26da644e 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70091.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70091.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Only spawns above Y\u003d60.\n\n- Written by Bluecat", + "desc:8": "§7§oOnly spawns above Y\u003d60.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "forestry:apatite" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70092.json b/config/betterquesting/DefaultQuests/Quests/7/70092.json index e36dc6f5..33e92cee 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70092.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70092.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d40 and Y\u003d75.", + "desc:8": "§7§oFound between Y\u003d40 and Y\u003d75.", "icon:10": { "Count:3": 1, "Damage:2": 132, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70093.json b/config/betterquesting/DefaultQuests/Quests/7/70093.json index c06ed129..b8a31626 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70093.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70093.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d5 and Y\u003d30.", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d30.", "icon:10": { "Count:3": 1, "Damage:2": 131, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70094.json b/config/betterquesting/DefaultQuests/Quests/7/70094.json index be1e589f..f4f0686b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70094.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70094.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d5 and Y\u003d20.", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d20.", "icon:10": { "Count:3": 1, "Damage:2": 133, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70095.json b/config/betterquesting/DefaultQuests/Quests/7/70095.json index 4059bd83..b6cee5a1 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70095.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70095.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32.", + "desc:8": "§7§oFound below Y\u003d32.", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70096.json b/config/betterquesting/DefaultQuests/Quests/7/70096.json index 7e50a0d5..095a7e65 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70096.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70096.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound between Y\u003d15 and Y\u003d50 in the Overworld", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70097.json b/config/betterquesting/DefaultQuests/Quests/7/70097.json index 9339f425..04830aed 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70097.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70097.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound between Y\u003d15 and Y\u003d50 in the Overworld", "icon:10": { "Count:3": 1, "id:8": "mysticalagriculture:crafting" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70098.json b/config/betterquesting/DefaultQuests/Quests/7/70098.json index 2b99664c..eca956ec 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70098.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70098.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d32.", + "desc:8": "§7§oFound below Y\u003d32.", "icon:10": { "Count:3": 1, "Damage:2": 3, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70099.json b/config/betterquesting/DefaultQuests/Quests/7/70099.json index 2a081338..8c90d714 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70099.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70099.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d28.", + "desc:8": "§7§oFound below Y\u003d28.", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70100.json b/config/betterquesting/DefaultQuests/Quests/7/70100.json index 910e361c..4eebf742 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70100.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70100.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d28.", + "desc:8": "§7§oFound below Y\u003d28.", "icon:10": { "Count:3": 1, "Damage:2": 6, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70101.json b/config/betterquesting/DefaultQuests/Quests/7/70101.json index 8fb349dc..0cc394c4 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70101.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70101.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d24.", + "desc:8": "§7§oFound below Y\u003d24.", "icon:10": { "Count:3": 1, "Damage:2": 7, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70102.json b/config/betterquesting/DefaultQuests/Quests/7/70102.json index 06c3b1e9..f1fc462f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70102.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70102.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound below Y\u003d15", "icon:10": { "Count:3": 1, "Damage:2": 105, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70103.json b/config/betterquesting/DefaultQuests/Quests/7/70103.json index 500faedc..ac9a09f9 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70103.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70103.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d30.", + "desc:8": "§7§oFound below Y\u003d30.", "icon:10": { "Count:3": 1, "Damage:2": 772, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70105.json b/config/betterquesting/DefaultQuests/Quests/7/70105.json index dd0bc9ed..a8ca713e 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70105.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70105.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound in The Overworld between Y\u003d20 and Y\u003d40", "icon:10": { "Count:3": 1, "Damage:2": 18, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70106.json b/config/betterquesting/DefaultQuests/Quests/7/70106.json index badc290f..48638cbc 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70106.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70106.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d39 and Y\u003d40.", + "desc:8": "§7§oFound between Y\u003d39 and Y\u003d40.", "icon:10": { "Count:3": 1, "Damage:2": 23, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70107.json b/config/betterquesting/DefaultQuests/Quests/7/70107.json index bf7ebdba..00a6df66 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70107.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70107.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Obtained from aluminum ore in an industrial grinder.", + "desc:8": "§7§oObtained from aluminum ore in an industrial grinder.", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70108.json b/config/betterquesting/DefaultQuests/Quests/7/70108.json index d235d0d6..02d03324 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70108.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70108.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can be dropped from Furious Zombies.\nThe ore can be found wherever there is stone, but is more common at higher elevations.\n\n- Written by Bluecat", + "desc:8": "§7§oCan be dropped from Furious Zombies.\nThe ore can be found wherever there is stone, but is more common at higher elevations.\n", "icon:10": { "Count:3": 1, "id:8": "thaumcraft:amber" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70109.json b/config/betterquesting/DefaultQuests/Quests/7/70109.json index 1792c122..25ed45bf 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70109.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70109.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Obtained by smelting Cinnabar Ore.\nFound at every level.\n\n- Written by Bluecat", + "desc:8": "§7§oObtained by smelting Cinnabar Ore.\nFound at every level.\n", "icon:10": { "Count:3": 1, "id:8": "thaumcraft:quicksilver" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70110.json b/config/betterquesting/DefaultQuests/Quests/7/70110.json index 1571d7b4..5b1d8580 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70110.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70110.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found at all heights in the Overworld.", + "desc:8": "§7§oFound at all heights in the Overworld.", "icon:10": { "Count:3": 1, "id:8": "minecraft:quartz" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70111.json b/config/betterquesting/DefaultQuests/Quests/7/70111.json index b3179402..e6bc9aa8 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70111.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70111.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d5 and Y\u003d16.", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d16.\nByproduct of Nickel.", "icon:10": { "Count:3": 1, "Damage:2": 134, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70112.json b/config/betterquesting/DefaultQuests/Quests/7/70112.json index 1ce844c1..92ab33fa 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70112.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70112.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d10 and Y\u003d80 in sand.", + "desc:8": "§7§oFound between Y\u003d10 and Y\u003d80 in sand.", "icon:10": { "Count:3": 1, "Damage:2": 892, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70113.json b/config/betterquesting/DefaultQuests/Quests/7/70113.json index 95564a8c..ea303487 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70113.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70113.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound between Y\u003d5 and Y\u003d60", "icon:10": { "Count:3": 1, "Damage:2": 135, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70114.json b/config/betterquesting/DefaultQuests/Quests/7/70114.json index 2c8d8e70..07c318e5 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70114.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70114.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "From Rutile ore, very rare, obtained by electrolizing bauxite, found in dimensional doors!", + "desc:8": "§7§oFrom Rutile ore, very rare, obtained by electrolizing bauxite, found in dimensional doors!", "icon:10": { "Count:3": 1, "Damage:2": 14, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70115.json b/config/betterquesting/DefaultQuests/Quests/7/70115.json index 09786a22..204a4ce5 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70115.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70115.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns from Y\u003d0 to Y\u003d127\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns from Y\u003d0 to Y\u003d127\n", "icon:10": { "Count:3": 1, "id:8": "minecraft:coal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70116.json b/config/betterquesting/DefaultQuests/Quests/7/70116.json index dabf9370..75981b91 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70116.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70116.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found near Bedrock.\nHolding a Resonating Wand will illuminate regions above Rock Crystal ores, and even highlight them through walls!", + "desc:8": "§7§oFound near Bedrock.\nHolding a Resonating Wand will illuminate regions above Rock Crystal ores, and even highlight them through walls!", "icon:10": { "Count:3": 1, "id:8": "astralsorcery:itemrockcrystalsimple", diff --git a/config/betterquesting/DefaultQuests/Quests/7/70117.json b/config/betterquesting/DefaultQuests/Quests/7/70117.json index ab89b355..33061108 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70117.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70117.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns from Gravel, which spawns near water.\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns from Gravel, which spawns near water.\n", "icon:10": { "Count:3": 1, "id:8": "minecraft:flint" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70118.json b/config/betterquesting/DefaultQuests/Quests/7/70118.json index 6c76575f..d9d58114 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70118.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70118.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d20.", + "desc:8": "§7§oFound below Y\u003d20.", "icon:10": { "Count:3": 1, "Damage:2": 893, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70133.json b/config/betterquesting/DefaultQuests/Quests/7/70133.json index 5400feed..1ec2a786 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70133.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70133.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "id:8": "minecraft:quartz" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70135.json b/config/betterquesting/DefaultQuests/Quests/7/70135.json index f0cb8745..8b804b1b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70135.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70135.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Obtained through the Void Resource Miner.", + "desc:8": "§7§oObtained through the Void Resource Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:mica" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70136.json b/config/betterquesting/DefaultQuests/Quests/7/70136.json index 84e98204..327eea96 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70136.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70136.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can drop when using Holystone tools.\nThe ore spawns in the Aether.", + "desc:8": "§7§oCan drop when using Holystone tools.\nThe ore spawns in the Aether.", "icon:10": { "Count:3": 1, "id:8": "aether_legacy:ambrosium_shard" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70137.json b/config/betterquesting/DefaultQuests/Quests/7/70137.json index 40b2157c..2aa5410e 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70137.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70137.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created by combining a Liveroot, an Iron Ingot, and a Gold Nugget.\n\nCan be found in chests in the Twilight Forest.\n\n- Written by Bluecat", + "desc:8": "§7§oCreated by combining a Liveroot, an Iron Ingot, and a Gold Nugget.\n\nCan be found in chests in the Twilight Forest.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "twilightforest:ironwood_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70140.json b/config/betterquesting/DefaultQuests/Quests/7/70140.json index 69c4ff2e..2431d4b0 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70140.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70140.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 on Osiris.", + "desc:8": "§7§oFound below Y\u003d50 on Osiris.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:serpentine" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70141.json b/config/betterquesting/DefaultQuests/Quests/7/70141.json index ce01cf98..bd515ad2 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70141.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70141.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "May be dropped by The Sunstorm.\nBunnies and Eden Cadillion drop Eden Souls which can be used to make these fragments.\nFound in the Eden Dimension from DivineRPG.\nFound anywhere with stone.\nAlthough the ore is rainbow, the gem is red.\n\n- Written by Bluecat", + "desc:8": "§7§oMay be dropped by The Sunstorm.\nBunnies and Eden Cadillion drop Eden Souls which can be used to make these fragments.\nFound in the Eden Dimension from DivineRPG.\nFound anywhere with stone.\nAlthough the ore is rainbow, the gem is red.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "divinerpg:eden_fragments" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70142.json b/config/betterquesting/DefaultQuests/Quests/7/70142.json index 7a178b98..2ce1750b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70142.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70142.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", + "desc:8": "§7§oFound in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", "icon:10": { "Count:3": 1, "id:8": "aoa3:footbone_fragment" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70147.json b/config/betterquesting/DefaultQuests/Quests/7/70147.json index 644b4f37..ee6ea541 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70147.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70147.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "Damage:2": 1, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70148.json b/config/betterquesting/DefaultQuests/Quests/7/70148.json index 22b74c3d..e15ffc69 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70148.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70148.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "id:8": "tconstruct:ingots" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70149.json b/config/betterquesting/DefaultQuests/Quests/7/70149.json index a64fc2c0..e64102b0 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70149.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70149.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether between Y\u003d5 and Y\u003d124.", + "desc:8": "§7§oFound in the Nether between Y\u003d5 and Y\u003d124.", "icon:10": { "Count:3": 1, "id:8": "aoa3:emberstone_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70150.json b/config/betterquesting/DefaultQuests/Quests/7/70150.json index df2e9a49..fa2dfa4d 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70150.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70150.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found under Lava Lakes in the Nether.\nIf you hold it, fire spreads around you!\n\n- Written by Bluecat", + "desc:8": "§7§oFound under Lava Lakes in the Nether.\nIf you hold it, fire spreads around you!\n", "icon:10": { "Count:3": 1, "id:8": "railcraft:firestone_raw" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70151.json b/config/betterquesting/DefaultQuests/Quests/7/70151.json index 5ba73b77..b5944ebb 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70151.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70151.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "Damage:2": 50, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70152.json b/config/betterquesting/DefaultQuests/Quests/7/70152.json index 6e660d57..4423faf9 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70152.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70152.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d36.", + "desc:8": "§7§oFound below Y\u003d36.", "icon:10": { "Count:3": 1, "id:8": "minecraft:gold_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70153.json b/config/betterquesting/DefaultQuests/Quests/7/70153.json index 17a06f25..e3ab436b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70153.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70153.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound in the Nether", "icon:10": { "Count:3": 1, "Damage:2": 4, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70154.json b/config/betterquesting/DefaultQuests/Quests/7/70154.json index c0389272..494f5cba 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70154.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70154.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns in the Nether and the End.\nIn RFTools Dimensions, it can be found below Y\u003d40.\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns in the Nether and the End.\nIn RFTools Dimensions, it can be found below Y\u003d40.\n", "icon:10": { "Count:3": 1, "id:8": "rftools:dimensional_shard" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70155.json b/config/betterquesting/DefaultQuests/Quests/7/70155.json index 98d197b5..a8f3d09c 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70155.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70155.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Elemental Chamber dungeon in the Nether.", + "desc:8": "§7§oFound in the Elemental Chamber dungeon in the Nether.", "icon:10": { "Count:3": 1, "Damage:2": 136, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70156.json b/config/betterquesting/DefaultQuests/Quests/7/70156.json index 3cac3c68..3bb29896 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70156.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70156.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "id:8": "mysticalagriculture:crafting" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70157.json b/config/betterquesting/DefaultQuests/Quests/7/70157.json index 6810e3e1..21281ded 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70157.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70157.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "Damage:2": 5, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70158.json b/config/betterquesting/DefaultQuests/Quests/7/70158.json index 81468446..108abbf9 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70158.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70158.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether on Netherack roofs and cliffs.", + "desc:8": "§7§oFound in the Nether on Netherack roofs and cliffs.", "icon:10": { "Count:3": 1, "id:8": "minecraft:glowstone_dust" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70159.json b/config/betterquesting/DefaultQuests/Quests/7/70159.json index 0d500b57..10f1684e 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70159.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70159.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns below Y\u003d128.", + "desc:8": "§7§oSpawns below Y\u003d128.", "icon:10": { "Count:3": 1, "id:8": "minecraft:coal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70160.json b/config/betterquesting/DefaultQuests/Quests/7/70160.json index 2790dd83..058d2eb8 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70160.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70160.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns below Y\u003d16.\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns below Y\u003d16.", "icon:10": { "Count:3": 1, "id:8": "minecraft:diamond" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70161.json b/config/betterquesting/DefaultQuests/Quests/7/70161.json index 235d46ed..d974f537 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70161.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70161.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether between Y\u003d10 and Y\u003d40.", + "desc:8": "§7§oFound in the Nether between Y\u003d10 and Y\u003d40.", "icon:10": { "Count:3": 1, "Damage:2": 894, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70162.json b/config/betterquesting/DefaultQuests/Quests/7/70162.json index dab23c13..86f5f90f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70162.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70162.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in t§7§ohe Nether.", "icon:10": { "Count:3": 1, "Damage:2": 39, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70163.json b/config/betterquesting/DefaultQuests/Quests/7/70163.json index 39a3c58b..9c1c6586 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70163.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70163.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.\nCan be dropped from \"The Watcher\", which spawns from Wildfires or in the Nether.\nThe Ore looks like a full block but it requires being smelted.\nDestroys items coming in contact of it.", + "desc:8": "§7§oFound in the Nether.\nCan be dropped from \"The Watcher\", which spawns from Wildfires or in the Nether.\nThe Ore looks like a full block but it requires being smelted.\nDestroys items coming in contact of it.", "icon:10": { "Count:3": 1, "id:8": "divinerpg:netherite_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70164.json b/config/betterquesting/DefaultQuests/Quests/7/70164.json index b2f35f1f..9b4ca485 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70164.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70164.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.\nThe Ore looks like a full block but it requires being smelted.", + "desc:8": "§7§oFound in the Nether.\nThe Ore looks like a full block but it requires being smelted.", "icon:10": { "Count:3": 1, "id:8": "divinerpg:bloodgem" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70165.json b/config/betterquesting/DefaultQuests/Quests/7/70165.json index 409b3d5d..9858030a 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70165.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70165.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Nether.", + "desc:8": "§7§oFound in the Nether.", "icon:10": { "Count:3": 1, "Damage:2": 11, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70166.json b/config/betterquesting/DefaultQuests/Quests/7/70166.json index e8e5de1d..ec9f121b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70166.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70166.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d10 and Y\u003d65.\n\n- Written by Bluecat", + "desc:8": "§7§oFound between Y\u003d10 and Y\u003d65.\n", "icon:10": { "Count:3": 1, "id:8": "minecraft:iron_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70167.json b/config/betterquesting/DefaultQuests/Quests/7/70167.json index e91682c8..3165d349 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70167.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70167.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns below Y\u003d17.", + "desc:8": "§7§oSpawns below Y\u003d17.", "icon:10": { "Count:3": 1, "id:8": "minecraft:redstone" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70169.json b/config/betterquesting/DefaultQuests/Quests/7/70169.json index c9406bf5..6eaf4c34 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70169.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70169.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d20 and Y\u003d70 from sheldonite.", + "desc:8": "§7§oFound between Y\u003d20 and Y\u003d70 in the End from sheldonite.", "icon:10": { "Count:3": 1, "Damage:2": 134, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70171.json b/config/betterquesting/DefaultQuests/Quests/7/70171.json index f08a9f91..39850e8b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70171.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70171.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d10 and Y\u003d80.", + "desc:8": "§7§oFound between Y\u003d10 and Y\u003d80 in the End", "icon:10": { "Count:3": 1, "Damage:2": 895, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70172.json b/config/betterquesting/DefaultQuests/Quests/7/70172.json index cafd9c51..653f6454 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70172.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70172.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns below Y\u003d66.", + "desc:8": "§7§oSpawns below Y\u003d66.", "icon:10": { "Count:3": 1, "id:8": "minecraft:iron_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70173.json b/config/betterquesting/DefaultQuests/Quests/7/70173.json index 2f0ef30a..67ae1a42 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70173.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70173.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d36.", + "desc:8": "§7§oFound below Y\u003d36.", "icon:10": { "Count:3": 1, "id:8": "minecraft:gold_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70174.json b/config/betterquesting/DefaultQuests/Quests/7/70174.json index cfd58c0b..a0e3837f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70174.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70174.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns below Y\u003d16.\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns below Y\u003d16.", "icon:10": { "Count:3": 1, "id:8": "minecraft:diamond" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70175.json b/config/betterquesting/DefaultQuests/Quests/7/70175.json index 30008ba0..069b98ea 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70175.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70175.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found between Y\u003d19.", + "desc:8": "§7§oFound between Y\u003d19.", "icon:10": { "Count:3": 1, "id:8": "minecraft:redstone" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70177.json b/config/betterquesting/DefaultQuests/Quests/7/70177.json index f62fbcc4..3819cf98 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70177.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70177.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns below Y\u003d128.", + "desc:8": "§7§oSpawns below Y\u003d128.", "icon:10": { "Count:3": 1, "id:8": "minecraft:coal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70178.json b/config/betterquesting/DefaultQuests/Quests/7/70178.json index 18071601..aa77b29c 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70178.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70178.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns in the Nether and the End.\nIn RFTools Dimensions, it can be found below Y\u003d40.\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns in the Nether and the End.\nIn RFTools Dimensions, it can be found below Y\u003d40.", "icon:10": { "Count:3": 1, "id:8": "rftools:dimensional_shard" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70181.json b/config/betterquesting/DefaultQuests/Quests/7/70181.json index b42af476..2455d6dd 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70181.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70181.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Void Ore Miner.", + "desc:8": "§7§oCreated from a Void Ore Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:lonsdaleite_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70182.json b/config/betterquesting/DefaultQuests/Quests/7/70182.json index 81c54970..486a8f62 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70182.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70182.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Tier 1 Void Ore Miner.\nYou\u0027ll need to craft some to get started.", + "desc:8": "§7§oCreated from a Tier 1 Void Ore Miner.\nYou\u0027ll need to craft some to get started.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:litherite_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70183.json b/config/betterquesting/DefaultQuests/Quests/7/70183.json index c8d94b84..8b5b6bda 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70183.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70183.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Tier 1 Void Ore Miner.", + "desc:8": "§7§oCreated from a Tier 1 Void Ore Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:erodium_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70184.json b/config/betterquesting/DefaultQuests/Quests/7/70184.json index b7620ba0..ece0e458 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70184.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70184.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Tier 2 Void Ore Miner.", + "desc:8": "§7§oCreated from a Tier 2 Void Ore Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:kyronite_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70185.json b/config/betterquesting/DefaultQuests/Quests/7/70185.json index a68ec090..782fdbb7 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70185.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70185.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Tier 3 Void Ore Miner.", + "desc:8": "§7§oCreated from a Tier 3 Void Ore Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:pladium_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70186.json b/config/betterquesting/DefaultQuests/Quests/7/70186.json index 4894326e..560e34be 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70186.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70186.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Tier 4 Void Ore Miner.", + "desc:8": "§7§oCreated from a Tier 4 Void Ore Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:ionite_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70187.json b/config/betterquesting/DefaultQuests/Quests/7/70187.json index fe5f42fa..72637038 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70187.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70187.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Created from a Tier 5 Void Ore Miner.", + "desc:8": "§7§oCreated from a Tier 5 Void Ore Miner.", "icon:10": { "Count:3": 1, "id:8": "environmentaltech:aethium_crystal" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70188.json b/config/betterquesting/DefaultQuests/Quests/7/70188.json index 62be730b..b2e7a3ac 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70188.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70188.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "The ore spawns in the Aether.", + "desc:8": "§7§oThe ore spawns in the Aether.", "icon:10": { "Count:3": 1, "id:8": "aether_legacy:zanite_gemstone" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70189.json b/config/betterquesting/DefaultQuests/Quests/7/70189.json index 6261b882..a61c0c57 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70189.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70189.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "The ore spawns in the Aether.", + "desc:8": "§7§oThe ore spawns in the Aether.", "icon:10": { "Count:3": 1, "id:8": "aether_legacy:enchanted_gravitite" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70190.json b/config/betterquesting/DefaultQuests/Quests/7/70190.json index fc30499b..5b88c607 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70190.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70190.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Can be crafted by combining an Iron Ingot and Fiery Blood.\n\n- Written by Bluecat", + "desc:8": "§7§oCan be crafted by combining an Iron Ingot and Fiery Blood.", "icon:10": { "Count:3": 1, "id:8": "twilightforest:fiery_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70191.json b/config/betterquesting/DefaultQuests/Quests/7/70191.json index d08f0743..28535a34 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70191.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70191.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Labyrinth, Hollow Hill, and Dark Tower chests in the Twilight Forest.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Labyrinth, Hollow Hill, and Dark Tower chests in the Twilight Forest.", "icon:10": { "Count:3": 1, "id:8": "twilightforest:steeleaf_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70192.json b/config/betterquesting/DefaultQuests/Quests/7/70192.json index d5aab21f..49db49dc 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70192.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70192.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Only found in Goblin Strongholds in the Twilight Forest.\n\n- Written by Bluecat", + "desc:8": "§7§oOnly found in Goblin Strongholds in the Twilight Forest.", "icon:10": { "Count:3": 1, "id:8": "twilightforest:knightmetal_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70204.json b/config/betterquesting/DefaultQuests/Quests/7/70204.json index 069ac080..3e3c9967 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70204.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70204.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 on Ptah.", + "desc:8": "§7§oFound below Y\u003d50 on Ptah.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:travertine" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70205.json b/config/betterquesting/DefaultQuests/Quests/7/70205.json index 19b1cdc6..960ffb90 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70205.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70205.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 on Hator.", + "desc:8": "§7§oFound below Y\u003d50 on Hator.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:pink_marble" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70206.json b/config/betterquesting/DefaultQuests/Quests/7/70206.json index 7feae0d8..256f58c5 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70206.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70206.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 Orcus.", + "desc:8": "§7§oFound below Y\u003d50 Orcus.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:metagabbro" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70207.json b/config/betterquesting/DefaultQuests/Quests/7/70207.json index 0b21e5c3..d9918cc3 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70207.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70207.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 on Falacer.", + "desc:8": "§7§oFound below Y\u003d50 on Falacer.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:feldspar" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70208.json b/config/betterquesting/DefaultQuests/Quests/7/70208.json index bed968f6..d7c0ebcb 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70208.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70208.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 on Oi.", + "desc:8": "§7§oFound below Y\u003d50 on Oi.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:agate" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70209.json b/config/betterquesting/DefaultQuests/Quests/7/70209.json index 1dafdf8f..23558a38 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70209.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70209.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found below Y\u003d50 on Europa.", + "desc:8": "§7§oFound below Y\u003d50 on Europa.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:onyx" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70210.json b/config/betterquesting/DefaultQuests/Quests/7/70210.json index c7f7e2df..5e51284a 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70210.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70210.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found on the surface of Hator.", + "desc:8": "§7§oFound on the surface of Hator.", "icon:10": { "Count:3": 1, "id:8": "contenttweaker:fiery_pyrite" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70211.json b/config/betterquesting/DefaultQuests/Quests/7/70211.json index 404ee520..3047ab38 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70211.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70211.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in floating crystal clusters on Sedna.", + "desc:8": "§7§oFound in floating crystal clusters on Sedna.", "icon:10": { "Count:3": 1, "Damage:2": 54, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70212.json b/config/betterquesting/DefaultQuests/Quests/7/70212.json index 04ee6a80..0884926b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70212.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70212.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in hard-to-see meteors.", + "desc:8": "§7§oFound in hard-to-see meteors.", "icon:10": { "Count:3": 1, "Damage:2": 76, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70213.json b/config/betterquesting/DefaultQuests/Quests/7/70213.json index 3a0478f0..d0fab456 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70213.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70213.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in Myrmex nests.", + "desc:8": "§7§oFound in Myrmex nests.", "icon:10": { "Count:3": 1, "Damage:2": 82, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70214.json b/config/betterquesting/DefaultQuests/Quests/7/70214.json index 45bcb5d7..55a384ea 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70214.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70214.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found inside special trees.", + "desc:8": "§7§oFound inside special trees.", "icon:10": { "Count:3": 1, "Damage:2": 118, diff --git a/config/betterquesting/DefaultQuests/Quests/7/70215.json b/config/betterquesting/DefaultQuests/Quests/7/70215.json index 3f2d5310..4ce17c2f 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70215.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70215.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Wildwood dimension from DivineRPG.\nCan be crafted from Wildwood souls from Wildwood native mobs.", + "desc:8": "§7§oFound in the Wildwood dimension from DivineRPG.\nCan be crafted from Wildwood souls from Wildwood native mobs.", "icon:10": { "Count:3": 1, "id:8": "divinerpg:wildwood_fragments" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70216.json b/config/betterquesting/DefaultQuests/Quests/7/70216.json index 0fad9afc..abe25e0a 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70216.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70216.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Apalachia dimension from DivineRPG.\nCan be crafted from Apalachia souls from Apalachia\u0027s native mobs.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Apalachia dimension from DivineRPG.\nCan be crafted from Apalachia souls from Apalachia\u0027s native mobs.\n\n", "icon:10": { "Count:3": 1, "id:8": "divinerpg:apalachia_fragments" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70217.json b/config/betterquesting/DefaultQuests/Quests/7/70217.json index 43478c56..6d189561 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70217.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70217.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Skythern dimension.\nCan be crafted from Skythern souls.\nFound where stone is.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Skythern dimension.\nCan be crafted from Skythern souls.\nFound where stone is.\n", "icon:10": { "Count:3": 1, "id:8": "divinerpg:skythern_fragments" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70218.json b/config/betterquesting/DefaultQuests/Quests/7/70218.json index 74834732..10b726ad 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70218.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70218.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Mortum dimension from DivineRPG.\nThe ore spawns wherever Twilight Stone is.\nCan be crafted from Mortum souls, which drop from Mortum Cadillions, Basilisks, Demons of Darkness, Soul Stealers, and Twilight Archers.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Mortum dimension from DivineRPG.\nThe ore spawns wherever Twilight Stone is.\nCan be crafted from Mortum souls, which drop from Mortum Cadillions, Basilisks, Demons of Darkness, Soul Stealers, and Twilight Archers.\n", "icon:10": { "Count:3": 1, "id:8": "divinerpg:mortum_fragments" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70221.json b/config/betterquesting/DefaultQuests/Quests/7/70221.json index cd5a3658..fa7de817 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70221.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70221.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Comes from the Runandor Dimension from Advent of Ascension.\nCan be found in Shiny Boxes.\nCan be found between Y\u003d1 to Y\u003d34 wherever there is Runic Bricks.\n\n- Written by Bluecat", + "desc:8": "§7§oComes from the Runandor Dimension from Advent of Ascension.\nCan be found in Shiny Boxes.\nCan be found between Y\u003d1 to Y\u003d34 wherever there is Runic Bricks.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:elecanium_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70224.json b/config/betterquesting/DefaultQuests/Quests/7/70224.json index 4ddc96be..088a8a22 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70224.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70224.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Greckon Dimension from Advent of Ascension, between Y\u003d28 and Y\u003d58.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Greckon Dimension from Advent of Ascension, between Y\u003d28 and Y\u003d58.", "icon:10": { "Count:3": 1, "id:8": "aoa3:ghastly_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70225.json b/config/betterquesting/DefaultQuests/Quests/7/70225.json index bf9dd73d..deaf1c39 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70225.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70225.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Greckon Dimension from Advent of Ascension, between below Y\u003d28.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Greckon Dimension from Advent of Ascension, between below Y\u003d28.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:ghoulish_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70228.json b/config/betterquesting/DefaultQuests/Quests/7/70228.json index 352484ef..e3c313c7 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70228.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70228.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "", + "desc:8": "§7§oFound in the Shyrelands Dimension by Advent of Ascension.\nCan be dropped by Xxeus and Stimulosus.\nCan be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.\nCan be found between Y\u003d64 to Y\u003d104 wherever there is Shyre Rock.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:shyrestone_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70229.json b/config/betterquesting/DefaultQuests/Quests/7/70229.json index b8f0f3c9..a405333e 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70229.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70229.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Shyrelands Dimension by Advent of Ascension.\nCan be dropped by Xxeus and Stimulosus.\nCan be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.\nCan be found between Y\u003d64 to Y\u003d104 wherever there is Shyre Rock.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Shyrelands Dimension by Advent of Ascension.\nCan be dropped by Xxeus and Stimulosus.\nCan be found in Loot Chests in the Luxocron Dungeon, Ruined House, Shyre Mausoleum, and Shyre Shelter.\nCan be found between Y\u003d64 to Y\u003d104 wherever there is Shyre Rock.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:shyregem" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70230.json b/config/betterquesting/DefaultQuests/Quests/7/70230.json index c823d170..0fe4b5d0 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70230.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70230.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", + "desc:8": "§7§oFound in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", "icon:10": { "Count:3": 1, "id:8": "aoa3:legbone_fragment" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70231.json b/config/betterquesting/DefaultQuests/Quests/7/70231.json index c674c977..256e5b27 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70231.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70231.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", + "desc:8": "§7§oFound in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", "icon:10": { "Count:3": 1, "id:8": "aoa3:chestbone_fragment" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70232.json b/config/betterquesting/DefaultQuests/Quests/7/70232.json index 12aabf64..8053c7b2 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70232.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70232.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", + "desc:8": "§7§oFound in the Precasia Dimension from Advent of Ascension, below Y\u003d42.", "icon:10": { "Count:3": 1, "id:8": "aoa3:skullbone_fragment" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70233.json b/config/betterquesting/DefaultQuests/Quests/7/70233.json index f11cf303..ebd70047 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70233.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70233.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Barathos Dimension from Advent of Ascension.\nCan be found from opening Shiny Boxes.\nCan be found in chests from a Baron Castle.\nSpawns between Y\u003d23 and Y\u003d36.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Barathos Dimension from Advent of Ascension.\nCan be found from opening Shiny Boxes.\nCan be found in chests from a Baron Castle.\nSpawns between Y\u003d23 and Y\u003d36.\n\n- Written by Bluecat", "icon:10": { "Count:3": 1, "id:8": "aoa3:baronyte_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70234.json b/config/betterquesting/DefaultQuests/Quests/7/70234.json index 6f094374..7d4189d1 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70234.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70234.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Barathos Dimension from Advent of Ascension.\nCan be found from opening Shiny Boxes.\nCan be found in chests from a Baron Castle.\nSpawns below Y\u003d22.", + "desc:8": "§7§oFound in the Barathos Dimension from Advent of Ascension.\nCan be found from opening Shiny Boxes.\nCan be found in chests from a Baron Castle.\nSpawns below Y\u003d22.", "icon:10": { "Count:3": 1, "id:8": "aoa3:blazium_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70235.json b/config/betterquesting/DefaultQuests/Quests/7/70235.json index 1e1babc0..02cfc97a 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70235.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70235.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Barathos Dimension from Advent of Ascension.\nSpawns between Y\u003d24 and Y\u003d64.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Barathos Dimension from Advent of Ascension.\nSpawns between Y\u003d24 and Y\u003d64.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:varsium_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70237.json b/config/betterquesting/DefaultQuests/Quests/7/70237.json index 9ed158c5..520014b9 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70237.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70237.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Creeponia Dimension from Advent of Ascension, between Y\u003d21 and Y\u003d37.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Creeponia Dimension from Advent of Ascension, between Y\u003d21 and Y\u003d37.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:gemenyte" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70238.json b/config/betterquesting/DefaultQuests/Quests/7/70238.json index 7137d5d1..47e82b50 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70238.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70238.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Creeponia Dimension from Advent of Ascension, between Y\u003d21 and Y\u003d37.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Creeponia Dimension from Advent of Ascension, between Y\u003d21 and Y\u003d37.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:jewelyte" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70239.json b/config/betterquesting/DefaultQuests/Quests/7/70239.json index 893f3cf4..98010d2a 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70239.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70239.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Creeponia Dimension from Advent of Ascension, between Y\u003d2 and Y\u003d15.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Creeponia Dimension from Advent of Ascension, between Y\u003d2 and Y\u003d15.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:ornamyte" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70240.json b/config/betterquesting/DefaultQuests/Quests/7/70240.json index 9640c85b..df65eff8 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70240.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70240.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Deeplands Dimension from Advent of Ascension.\nCan be dropped by Kror.\nCan be found in Deep Cases.\nCan be found between Y\u003d70 and Y\u003d114 wherever there is Deep Rock.\n\n- Written by Bluecat.", + "desc:8": "§7§oFound in the Deeplands Dimension from Advent of Ascension.\nCan be found between Y\u003d70 and Y\u003d114 wherever there is Deep Rock.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:charged_runium_chunk" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70241.json b/config/betterquesting/DefaultQuests/Quests/7/70241.json index c690d38e..9d3b28f7 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70241.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70241.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Abyss Dimension from Advent of Ascension.\nDropped by Jawe.\nOre generates below Y\u003d64.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Abyss Dimension from Advent of Ascension.\nDropped by Jawe.\nOre generates below Y\u003d64.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:bloodstone" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70245.json b/config/betterquesting/DefaultQuests/Quests/7/70245.json index 7ae6868c..c9ba3431 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70245.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70245.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", + "desc:8": "§7§oOre is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:blue_gemstones" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70246.json b/config/betterquesting/DefaultQuests/Quests/7/70246.json index ff9e2e49..c47c1638 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70246.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70246.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", + "desc:8": "§7§oOre is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.", "icon:10": { "Count:3": 1, "id:8": "aoa3:green_gemstones" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70247.json b/config/betterquesting/DefaultQuests/Quests/7/70247.json index 6655a35b..ef055c76 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70247.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70247.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", + "desc:8": "§7§oOre is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.", "icon:10": { "Count:3": 1, "id:8": "aoa3:purple_gemstones" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70248.json b/config/betterquesting/DefaultQuests/Quests/7/70248.json index 098b8d72..c4a5a0de 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70248.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70248.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", + "desc:8": "§7§oOre is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:red_gemstones" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70249.json b/config/betterquesting/DefaultQuests/Quests/7/70249.json index 06428328..db77b081 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70249.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70249.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", + "desc:8": "§7§oOre is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:white_gemstones" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70250.json b/config/betterquesting/DefaultQuests/Quests/7/70250.json index 3ec3700b..78880ca7 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70250.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70250.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Ore is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.\n\n- Written by Bluecat", + "desc:8": "§7§oOre is found in the Crystevia Dimension near Crystevian Rock found between Y\u003d5 and Y\u003d114.", "icon:10": { "Count:3": 1, "id:8": "aoa3:yellow_gemstones" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70251.json b/config/betterquesting/DefaultQuests/Quests/7/70251.json index a6df272c..0e9d15a5 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70251.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70251.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Spawns in the Ironmine Dimension from Advent of Ascension, below Y\u003d64 where Iro Stone is.\n\n- Written by Bluecat", + "desc:8": "§7§oSpawns in the Ironmine Dimension from Advent of Ascension, below Y\u003d64 where Iro Stone is.\n§7§o", "icon:10": { "Count:3": 1, "id:8": "aoa3:lyon_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70252.json b/config/betterquesting/DefaultQuests/Quests/7/70252.json index 5e5d9bef..22a0ec37 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70252.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70252.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Found in the Haven Dimension from Advent of Ascension.\nCan be dropped by \"Four Guardians\".\nCan spawn in chests in the Guardian Tower.\nCan be found between Y\u003d30 and Y\u003d69 in Haven Stone.\n\n- Written by Bluecat", + "desc:8": "§7§oFound in the Haven Dimension from Advent of Ascension.\nCan be dropped by \"Four Guardians\".\nCan spawn in chests in the Guardian Tower.\nCan be found between Y\u003d30 and Y\u003d69 in Haven Stone.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:crystallite" diff --git a/config/betterquesting/DefaultQuests/Quests/7/70253.json b/config/betterquesting/DefaultQuests/Quests/7/70253.json index 4aa7caef..7c35485b 100644 --- a/config/betterquesting/DefaultQuests/Quests/7/70253.json +++ b/config/betterquesting/DefaultQuests/Quests/7/70253.json @@ -4,7 +4,7 @@ ], "properties:10": { "betterquesting:10": { - "desc:8": "Obtained from the Mysterium Dimension.\nCan be found when opening a Shiny Box.\nCan be found below Y\u003d100.\n\n- Written by Bluecat", + "desc:8": "§7§oObtained from the Mysterium Dimension.\nCan be found when opening a Shiny Box.\nCan be found below Y\u003d100.\n", "icon:10": { "Count:3": 1, "id:8": "aoa3:mystite_ingot" diff --git a/config/betterquesting/DefaultQuests/Quests/9/585706829.json b/config/betterquesting/DefaultQuests/Quests/9/585706829.json new file mode 100644 index 00000000..17c4974d --- /dev/null +++ b/config/betterquesting/DefaultQuests/Quests/9/585706829.json @@ -0,0 +1,27 @@ +{ + "properties:10": { + "betterquesting:10": { + "desc:8": "", + "frame:8": "GATE", + "icon:10": { + "Count:3": 1, + "Damage:2": 31, + "id:8": "botania:cosmetic" + }, + "name:8": "Welcome to Chapter 10" + } + }, + "questID:3": 585706829, + "tasks:9": { + "0:10": { + "index:3": 0, + "requiredItems:9": { + "0:10": { + "Count:3": 1, + "id:8": "contenttweaker:staff_of_the_lord_of_gluttony" + } + }, + "taskID:8": "bq_standard:retrieval" + } + } +} \ No newline at end of file diff --git a/config/bloodmagic/bloodmagic.cfg b/config/bloodmagic/bloodmagic.cfg index cb75e6c5..fbb20fd4 100644 --- a/config/bloodmagic/bloodmagic.cfg +++ b/config/bloodmagic/bloodmagic.cfg @@ -25,6 +25,188 @@ blacklist { # Stops the listed entities from being used in the Well of Suffering. # Use the registry name of the entity. Vanilla entities do not require the modid. S:wellOfSuffering < + twilightforest:naga + twilightforest:minoshroom + twilightforest:hydra + twilightforest:ur_ghast + twilightforest:yeti_alpha + twilightforest:snow_queen + twilightforest:giant_miner + twilightforest:armored_giant + divinerpg:karot + divinerpg:ayeraco_red + divinerpg:ayeraco_purple + divinerpg:ayeraco_green + divinerpg:ayeraco_yellow + divinerpg:ayeraco_blue + aoa3:anemia + aoa3:bloodmist + aoa3:dark_beast + aoa3:host + aoa3:irkling + aoa3:linger + aoa3:modulo + aoa3:night_watcher + aoa3:rammerhead + aoa3:roloscope + aoa3:scrubby + aoa3:skellox + aoa3:terrestrial + aoa3:urka + aoa3:vertebron + aoa3:void_walker + aoa3:walker + aoa3:death_hunter + aoa3:headless_destroyer + aoa3:reaper_twins + aoa3:triclops + aoa3:mother_void_walker + aoa3:ice_giant + aoa3:leafy_giant + aoa3:sand_giant + aoa3:stone_giant + aoa3:wood_giant + aoa3:amphibiyte + aoa3:skeletal_cowman + aoa3:kaiyu + aoa3:zhinx + aoa3:exohead + aoa3:nethengeic_beast + aoa3:diocus + aoa3:paravite + aoa3:spinoledon + aoa3:iosaur + aoa3:mushroom_spider + aoa3:rawbone + aoa3:enforcer + aoa3:undead_troll + aoa3:jawe + aoa3:banshee + aoa3:nightmare_spider + aoa3:dawnlight + aoa3:nightwing + aoa3:flesh_eater + aoa3:jumbo + aoa3:phantom + aoa3:cane_bug + aoa3:gingerbird + aoa3:gingerbread_man + aoa3:pod_plant + aoa3:vine_wizard + aoa3:spectral_wizard + aoa3:runic_guardian + aoa3:mermage + aoa3:amphibior + aoa3:faceless_floater + aoa3:zorp + aoa3:zarg + aoa3:baumba + aoa3:refluct + aoa3:inmate_x + aoa3:inmate_y + aoa3:merkyre + aoa3:crusilisk + aoa3:arkzyne + aoa3:shyre_troll + aoa3:lightwalker + aoa3:luxocron + iceandfire:firedragon + iceandfire:icedragon + iceandfire:lightningdragon + aoa3:stimulosus + bewitchment:baphomet + bewitchment:leonard + thaumcraft:cultistportalgreater + thaumcraft:cultistportallesser + mowziesmobs:frostmaw + divinerpg:behemoth + minecraft:zombie + minecraft:wither + aoa3:bane + aoa3:baroness + aoa3:clunkhead + aoa3:coniferon + aoa3:corallus + aoa3:cotton_candor + aoa3:craexxeus + aoa3:creep + aoa3:crystocore + aoa3:dracyon + aoa3:elusive + aoa3:flash + aoa3:goldorth + aoa3:graw + aoa3:green_guardian + aoa3:yellow_guardian + aoa3:red_guardian + aoa3:blue_guardian + aoa3:gyro + aoa3:harkos + aoa3:hive_king + aoa3:horon + aoa3:hydrolisk + aoa3:kajaros + aoa3:king_bambambam + aoa3:king_shroomus + aoa3:klobber + aoa3:kror + aoa3:mechbot + aoa3:mirage + aoa3:miskel + aoa3:nethengeic_wither + aoa3:okazor + aoa3:penumbra + aoa3:proshield + aoa3:raxxan + aoa3:rockrider + aoa3:shadowlord + aoa3:silverfoot + aoa3:skeletron + aoa3:smash + aoa3:tyrosaur + aoa3:vinocorne + aoa3:visualent + aoa3:voxxulon + aoa3:xxeus + thaumcraft:cultistcleric + thaumcraft:cultistleader + thaumcraft:cultistknight + aoa3:polytom + aoa3:voltron + aoa3:mechachron + iceandfire:dread_thrall + iceandfire:dread_horse + iceandfire:dread_ghoul + iceandfire:dread_queen + iceandfire:dread_lich + iceandfire:dread_scuttler + iceandfire:dread_knight + iceandfire:dread_beast + mod_lavacow:ithaqua + mod_lavacow:parasite + mod_lavacow:mummy + mod_lavacow:pingu + mod_lavacow:vespa + mod_lavacow:skeletonking + mod_lavacow:scarecrow + mod_lavacow:avaton + mod_lavacow:salamander + mod_lavacow:forsaken + mod_lavacow:foglet + mod_lavacow:unburied + mod_lavacow:sludgelord + mod_lavacow:zombie_mushroom + mod_lavacow:banshee + mod_lavacow:weta + mod_lavacow:undeadswine + mod_lavacow:undertaker + mod_lavacow:boneworm + mod_lavacow:zombiefrozen + twilightforest:king_spider + ebwizardry:shadow_wraith + ebwizardry:lightning_wraith + ebwizardry:ice_wraith + ebwizardry:storm_elemental > } diff --git a/config/bloodmagic/meteors/draconicfabrial.json b/config/bloodmagic/meteors/draconicfabrial.json new file mode 100644 index 00000000..d1c3add7 --- /dev/null +++ b/config/bloodmagic/meteors/draconicfabrial.json @@ -0,0 +1,19 @@ +{ + "catalystStack": { + "registryName": { + "domain": "contenttweaker", + "path": "draconic_fabrial" + }, + "meta": 0 + }, + "components": [ + { + "weight": 100, + "oreName": "oreMeteoricDraconium" + }], + "explosionStrength": 10.0, + "radius": 5, + "maxWeight": 100, + "version": 4, + "cost": 50000 +} \ No newline at end of file diff --git a/config/bloodmagic/meteors/fierypyrite.json b/config/bloodmagic/meteors/fierypyrite.json new file mode 100644 index 00000000..9c6adc33 --- /dev/null +++ b/config/bloodmagic/meteors/fierypyrite.json @@ -0,0 +1,19 @@ +{ + "catalystStack": { + "registryName": { + "domain": "contenttweaker", + "path": "hator_spinel" + }, + "meta": 0 + }, + "components": [ + { + "weight": 100, + "oreName": "oreFieryPyrite" + }], + "explosionStrength": 10.0, + "radius": 5, + "maxWeight": 100, + "version": 4, + "cost": 5000000 +} \ No newline at end of file diff --git a/config/brandon3055/CustomFusionRecipes.json b/config/brandon3055/CustomFusionRecipes.json index a3d1f845..2f8c35f5 100644 --- a/config/brandon3055/CustomFusionRecipes.json +++ b/config/brandon3055/CustomFusionRecipes.json @@ -716,5 +716,39 @@ "contenttweaker:essence_of_worthiness", "contenttweaker:essence_of_worthiness" ] + }, + { + "mode": "ADD", + "result": "contenttweaker:chaotic_sentient_meatball", + "catalyst": "contenttweaker:harbinger_sentient_meatball", + "energy": 64000000000000, + "tier": 3, + "ingredients": [ + "contenttweaker:possessed_fluix", + "contenttweaker:possessed_fluix", + "contenttweaker:possessed_fluix", + "contenttweaker:possessed_fluix", + "draconicevolution:draconic_block,1,1", + "draconicevolution:draconic_block,1,1", + "draconicevolution:draconic_block,1,1", + "draconicevolution:draconic_block,1,1", + "draconicevolution:chaotic_core", + "draconicevolution:chaotic_core" + ] + }, + { + "mode": "ADD", + "result": "avaritia:resource,4,0", + "catalyst": "contenttweaker:unidentified_ingot", + "energy": 30000000, + "tier": 2, + "ingredients": [ + "appliedenergistics2:material,1,38", + "ore:ingotBrightsteel", + "contenttweaker:orichalcum_sliver", + "contenttweaker:orichalcum_sliver", + "contenttweaker:neodymium_magnetic_alloy", + "contenttweaker:neodymium_magnetic_alloy" + ] } ] \ No newline at end of file diff --git a/config/brokenwings.cfg b/config/brokenwings.cfg index 94106071..f3356fd7 100644 --- a/config/brokenwings.cfg +++ b/config/brokenwings.cfg @@ -76,6 +76,44 @@ countermeasures { # The banned list of items. # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] S:items < + twilightforest:charm_of_life_1 dimension: 111 + twilightforest:charm_of_life_2 dimension: 111 + twilightforest:charm_of_life_1 dimension: 165 + twilightforest:charm_of_life_2 dimension: 165 + twilightforest:charm_of_life_1 dimension: 162 + twilightforest:charm_of_life_2 dimension: 162 + twilightforest:charm_of_life_1 dimension: 815 + twilightforest:charm_of_life_2 dimension: 815 + twilightforest:charm_of_life_1 dimension: 813 + twilightforest:charm_of_life_2 dimension: 813 + twilightforest:charm_of_life_1 dimension: 817 + twilightforest:charm_of_life_2 dimension: 817 + twilightforest:charm_of_life_1 dimension: 814 + twilightforest:charm_of_life_2 dimension: 814 + twilightforest:charm_of_life_1 dimension: 170 + twilightforest:charm_of_life_2 dimension: 170 + twilightforest:charm_of_life_1 dimension: 171 + twilightforest:charm_of_life_2 dimension: 171 + twilightforest:charm_of_life_1 dimension: 172 + twilightforest:charm_of_life_2 dimension: 172 + twilightforest:charm_of_life_1 dimension: 173 + twilightforest:charm_of_life_2 dimension: 173 + twilightforest:charm_of_life_1 dimension: 624 + twilightforest:charm_of_life_2 dimension: 624 + twilightforest:charm_of_life_1 dimension: 424 + twilightforest:charm_of_life_2 dimension: 424 + twilightforest:charm_of_life_1 dimension: 53 + twilightforest:charm_of_life_2 dimension: 53 + twilightforest:charm_of_life_1 dimension: 1 + twilightforest:charm_of_life_2 dimension: 1 + twilightforest:charm_of_life_1 dimension: 50 + twilightforest:charm_of_life_2 dimension: 50 + twilightforest:charm_of_life_1 dimension: 51 + twilightforest:charm_of_life_2 dimension: 51 + twilightforest:charm_of_life_1 dimension: 52 + twilightforest:charm_of_life_2 dimension: 52 + twilightforest:charm_of_life_1 dimension: 623 + twilightforest:charm_of_life_2 dimension: 623 > } @@ -120,6 +158,46 @@ general { # A player wearing one of these Baubles will be immune to the no-flight rule. # See readme on GitHub for examples of how to add extra metadata or dimension conditions [default: ] S:bypassKeyBauble < + contenttweaker:singular_gravity_honey dimension:7 + contenttweaker:singular_gravity_honey dimension:145 + contenttweaker:singular_gravity_honey dimension:147 + contenttweaker:singular_gravity_honey dimension:148 + contenttweaker:singular_gravity_honey dimension:149 + contenttweaker:singular_gravity_honey dimension:150 + contenttweaker:singular_gravity_honey dimension:151 + contenttweaker:singular_gravity_honey dimension:152 + contenttweaker:singular_gravity_honey dimension:160 + contenttweaker:singular_gravity_honey dimension:161 + contenttweaker:singular_gravity_honey dimension:50 + contenttweaker:singular_gravity_honey dimension:51 + contenttweaker:singular_gravity_honey dimension:52 + contenttweaker:singular_gravity_honey dimension:53 + contenttweaker:singular_gravity_honey dimension:426 + contenttweaker:singular_gravity_honey dimension:20 + contenttweaker:singular_gravity_honey dimension:66 + contenttweaker:black_hole_honey dimension:7 + contenttweaker:black_hole_honey dimension:145 + contenttweaker:black_hole_honey dimension:147 + contenttweaker:black_hole_honey dimension:148 + contenttweaker:black_hole_honey dimension:149 + contenttweaker:black_hole_honey dimension:150 + contenttweaker:black_hole_honey dimension:151 + contenttweaker:black_hole_honey dimension:152 + contenttweaker:black_hole_honey dimension:160 + contenttweaker:black_hole_honey dimension:161 + contenttweaker:black_hole_honey dimension:50 + contenttweaker:black_hole_honey dimension:51 + contenttweaker:black_hole_honey dimension:52 + contenttweaker:black_hole_honey dimension:53 + contenttweaker:black_hole_honey dimension:426 + contenttweaker:black_hole_honey dimension:20 + contenttweaker:black_hole_honey dimension:66 + contenttweaker:black_hole_honey dimension:170 + contenttweaker:black_hole_honey dimension:172 + contenttweaker:black_hole_honey dimension:174 + contenttweaker:black_hole_honey dimension:819 + contenttweaker:black_hole_honey dimension:812 + > # A player with one of these items in their inventory will be immune to the no-flight rule. diff --git a/config/buildcraft/detailed.properties b/config/buildcraft/detailed.properties index a8c80181..0bc5d73d 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 Oct 23 10:28:02 PDT 2024 +#Wed Jan 15 15:43:44 PST 2025 render.pipe.misc.inside.shade=0.725 diff --git a/config/champions.cfg b/config/champions.cfg index fae6cf99..766df3bf 100644 --- a/config/champions.cfg +++ b/config/champions.cfg @@ -197,6 +197,7 @@ general { aoa3:visualent aoa3:voxxulon aoa3:flash + divinerpg:rainbour > diff --git a/config/compactmachines3/recipes/buildcraft_lasers.json b/config/compactmachines3/recipes/buildcraft_lasers.json index aed6f7f0..aeb05821 100644 --- a/config/compactmachines3/recipes/buildcraft_lasers.json +++ b/config/compactmachines3/recipes/buildcraft_lasers.json @@ -11,15 +11,24 @@ + "input-types": { "a": { "id": "buildcraftsilicon:laser", - "meta": 0, + "meta": 2, "item": { "id": "buildcraftsilicon:laser", "count": 1 } }, + "f": { + "id": "buildcraftsilicon:assembly_table", + "meta": 0, + "item": { + "id": "buildcraftsilicon:assembly_table", + "count": 1 + } + }, "b": { "id": "minecraft:wool", "meta": 0, @@ -37,12 +46,45 @@ } }, "d": { - "id": "buildcraftsilicon:assembly_table", - "meta": 0, + "id": "buildcraftsilicon:laser", + "meta": 5, "item": { - "id": "buildcraftsilicon:assembly_table", + "id": "buildcraftsilicon:laser", "count": 1 } + }, + "e": { + "id": "buildcraftsilicon:laser", + "meta": 4, + "item": { + "id": "buildcraftsilicon:laser", + "count": 1 + } + }, + "g": { + "id": "buildcraftsilicon:laser", + "meta": 3, + "item": { + "id": "buildcraftsilicon:laser", + "count": 1 + } + } + }, + "input-nbt": { + "a:A": { + "nbt": "{id:\"buildcraftsilicon:laser\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},data-version:2,deltas:{},owner:{Name:\"meatballcraft\",Id:\"8c381e15-592d-4003-ae11-6367e203127b\",Properties:{textures:[{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczMjY1NzkwNjM4OSwKICAicHJvZmlsZUlkIiA6ICI4YzM4MWUxNTU5MmQ0MDAzYWUxMTYzNjdlMjAzMTI3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtZWF0YmFsbGNyYWZ0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyNzNhYjFhZWNmNWY5MmNiMzU4ZjhlYmFjNTg1Yjc0M2VjNjY1N2NkZWZiOTA0YzE0MmQyYzY4ZTg2ZDQ3MDAiCiAgICB9CiAgfQp9\",Signature:\"dozkTW4omm3dXb02u116sKgPykrX/f9zufhHuqwzbu8Z9fQiMnj4FyCfa4An7FQLgRpg9F1QJAA1QX3i6xu5u7CpW6QJGeBZ5+oEdqdbF3TwU2RhQ22dxJyKDdEYnCOuf9EhxBImVSgyltsCnxVSh52AaMrDgVVZHEMAhRdWOTX0Ne5UGG2N/3fViu8g6z3aVh4tMhVg87V8PBs4SPJRSpSYZL24894Aj00J/SJ1NHxdL4MTjgeqCrR5x//GsctEt7abwXGplPhPBgClotJClAPjaI762o1JpR6K6Fda4Y6Vl1djCzuhtfyHykGAo5v8M86DLui6X0siXQaQyMpw6G8YVpZuh5pe+Yx5FUBxGFmULcO0oe8xyQFvUYGfOPXNTy0QPrd/kUqoPjUNAFfVJLJgpGT9u0HOTWr4zlUIKj/86LdCMH+kXxyi1Yk4ReAovEE9u/LRgU86XdMTMF8gabrXGVzjPH08f5oGKlhbVr6S0vdzoaDLWSe0KIsNLPlP4HNMPaISCVfikHTHMKgAwc+gaEisUQpDUb/27BrWWdls/WXgRaEdRjXLrH7ngEI69I9QcQ8ac/IqqmwtQd6/lvC2OI0xt4DGxIekmZi0Fn6q6ys+LEz0W9UUiIRPBeYDyHjQMevQky1bhWQV4pJ3EFhbim74uP7WPG4wjdjklcI\u003d\"}]}},battery:{stored:0L},average_power:[I;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}" + }, + "d:A": { + "nbt": "{id:\"buildcraftsilicon:laser\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},data-version:2,deltas:{},owner:{Name:\"meatballcraft\",Id:\"8c381e15-592d-4003-ae11-6367e203127b\",Properties:{textures:[{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczMjY1NzkwNjM4OSwKICAicHJvZmlsZUlkIiA6ICI4YzM4MWUxNTU5MmQ0MDAzYWUxMTYzNjdlMjAzMTI3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtZWF0YmFsbGNyYWZ0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyNzNhYjFhZWNmNWY5MmNiMzU4ZjhlYmFjNTg1Yjc0M2VjNjY1N2NkZWZiOTA0YzE0MmQyYzY4ZTg2ZDQ3MDAiCiAgICB9CiAgfQp9\",Signature:\"dozkTW4omm3dXb02u116sKgPykrX/f9zufhHuqwzbu8Z9fQiMnj4FyCfa4An7FQLgRpg9F1QJAA1QX3i6xu5u7CpW6QJGeBZ5+oEdqdbF3TwU2RhQ22dxJyKDdEYnCOuf9EhxBImVSgyltsCnxVSh52AaMrDgVVZHEMAhRdWOTX0Ne5UGG2N/3fViu8g6z3aVh4tMhVg87V8PBs4SPJRSpSYZL24894Aj00J/SJ1NHxdL4MTjgeqCrR5x//GsctEt7abwXGplPhPBgClotJClAPjaI762o1JpR6K6Fda4Y6Vl1djCzuhtfyHykGAo5v8M86DLui6X0siXQaQyMpw6G8YVpZuh5pe+Yx5FUBxGFmULcO0oe8xyQFvUYGfOPXNTy0QPrd/kUqoPjUNAFfVJLJgpGT9u0HOTWr4zlUIKj/86LdCMH+kXxyi1Yk4ReAovEE9u/LRgU86XdMTMF8gabrXGVzjPH08f5oGKlhbVr6S0vdzoaDLWSe0KIsNLPlP4HNMPaISCVfikHTHMKgAwc+gaEisUQpDUb/27BrWWdls/WXgRaEdRjXLrH7ngEI69I9QcQ8ac/IqqmwtQd6/lvC2OI0xt4DGxIekmZi0Fn6q6ys+LEz0W9UUiIRPBeYDyHjQMevQky1bhWQV4pJ3EFhbim74uP7WPG4wjdjklcI\u003d\"}]}},battery:{stored:0L},average_power:[I;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}" + }, + "e:A": { + "nbt": "{id:\"buildcraftsilicon:laser\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},data-version:2,deltas:{},owner:{Name:\"meatballcraft\",Id:\"8c381e15-592d-4003-ae11-6367e203127b\",Properties:{textures:[{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczMjY1NzkwNjM4OSwKICAicHJvZmlsZUlkIiA6ICI4YzM4MWUxNTU5MmQ0MDAzYWUxMTYzNjdlMjAzMTI3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtZWF0YmFsbGNyYWZ0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyNzNhYjFhZWNmNWY5MmNiMzU4ZjhlYmFjNTg1Yjc0M2VjNjY1N2NkZWZiOTA0YzE0MmQyYzY4ZTg2ZDQ3MDAiCiAgICB9CiAgfQp9\",Signature:\"dozkTW4omm3dXb02u116sKgPykrX/f9zufhHuqwzbu8Z9fQiMnj4FyCfa4An7FQLgRpg9F1QJAA1QX3i6xu5u7CpW6QJGeBZ5+oEdqdbF3TwU2RhQ22dxJyKDdEYnCOuf9EhxBImVSgyltsCnxVSh52AaMrDgVVZHEMAhRdWOTX0Ne5UGG2N/3fViu8g6z3aVh4tMhVg87V8PBs4SPJRSpSYZL24894Aj00J/SJ1NHxdL4MTjgeqCrR5x//GsctEt7abwXGplPhPBgClotJClAPjaI762o1JpR6K6Fda4Y6Vl1djCzuhtfyHykGAo5v8M86DLui6X0siXQaQyMpw6G8YVpZuh5pe+Yx5FUBxGFmULcO0oe8xyQFvUYGfOPXNTy0QPrd/kUqoPjUNAFfVJLJgpGT9u0HOTWr4zlUIKj/86LdCMH+kXxyi1Yk4ReAovEE9u/LRgU86XdMTMF8gabrXGVzjPH08f5oGKlhbVr6S0vdzoaDLWSe0KIsNLPlP4HNMPaISCVfikHTHMKgAwc+gaEisUQpDUb/27BrWWdls/WXgRaEdRjXLrH7ngEI69I9QcQ8ac/IqqmwtQd6/lvC2OI0xt4DGxIekmZi0Fn6q6ys+LEz0W9UUiIRPBeYDyHjQMevQky1bhWQV4pJ3EFhbim74uP7WPG4wjdjklcI\u003d\"}]}},battery:{stored:0L},average_power:[I;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}" + }, + "f:A": { + "nbt": "{id:\"buildcraftsilicon:assembly_table\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},data-version:2,deltas:{},owner:{Name:\"meatballcraft\",Id:\"8c381e15-592d-4003-ae11-6367e203127b\",Properties:{textures:[{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczMjY1NzkwNjM4OSwKICAicHJvZmlsZUlkIiA6ICI4YzM4MWUxNTU5MmQ0MDAzYWUxMTYzNjdlMjAzMTI3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtZWF0YmFsbGNyYWZ0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyNzNhYjFhZWNmNWY5MmNiMzU4ZjhlYmFjNTg1Yjc0M2VjNjY1N2NkZWZiOTA0YzE0MmQyYzY4ZTg2ZDQ3MDAiCiAgICB9CiAgfQp9\",Signature:\"dozkTW4omm3dXb02u116sKgPykrX/f9zufhHuqwzbu8Z9fQiMnj4FyCfa4An7FQLgRpg9F1QJAA1QX3i6xu5u7CpW6QJGeBZ5+oEdqdbF3TwU2RhQ22dxJyKDdEYnCOuf9EhxBImVSgyltsCnxVSh52AaMrDgVVZHEMAhRdWOTX0Ne5UGG2N/3fViu8g6z3aVh4tMhVg87V8PBs4SPJRSpSYZL24894Aj00J/SJ1NHxdL4MTjgeqCrR5x//GsctEt7abwXGplPhPBgClotJClAPjaI762o1JpR6K6Fda4Y6Vl1djCzuhtfyHykGAo5v8M86DLui6X0siXQaQyMpw6G8YVpZuh5pe+Yx5FUBxGFmULcO0oe8xyQFvUYGfOPXNTy0QPrd/kUqoPjUNAFfVJLJgpGT9u0HOTWr4zlUIKj/86LdCMH+kXxyi1Yk4ReAovEE9u/LRgU86XdMTMF8gabrXGVzjPH08f5oGKlhbVr6S0vdzoaDLWSe0KIsNLPlP4HNMPaISCVfikHTHMKgAwc+gaEisUQpDUb/27BrWWdls/WXgRaEdRjXLrH7ngEI69I9QcQ8ac/IqqmwtQd6/lvC2OI0xt4DGxIekmZi0Fn6q6ys+LEz0W9UUiIRPBeYDyHjQMevQky1bhWQV4pJ3EFhbim74uP7WPG4wjdjklcI\u003d\"}]}},items:{inv:{items:[{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s},{id:\"minecraft:air\",Count:2,Damage:0s}]}},power:0L,recipes_states:[]}" + }, + "g:A": { + "nbt": "{id:\"buildcraftsilicon:laser\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},data-version:2,deltas:{},owner:{Name:\"meatballcraft\",Id:\"8c381e15-592d-4003-ae11-6367e203127b\",Properties:{textures:[{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczMjY1NzkwNjM4OSwKICAicHJvZmlsZUlkIiA6ICI4YzM4MWUxNTU5MmQ0MDAzYWUxMTYzNjdlMjAzMTI3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtZWF0YmFsbGNyYWZ0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyNzNhYjFhZWNmNWY5MmNiMzU4ZjhlYmFjNTg1Yjc0M2VjNjY1N2NkZWZiOTA0YzE0MmQyYzY4ZTg2ZDQ3MDAiCiAgICB9CiAgfQp9\",Signature:\"dozkTW4omm3dXb02u116sKgPykrX/f9zufhHuqwzbu8Z9fQiMnj4FyCfa4An7FQLgRpg9F1QJAA1QX3i6xu5u7CpW6QJGeBZ5+oEdqdbF3TwU2RhQ22dxJyKDdEYnCOuf9EhxBImVSgyltsCnxVSh52AaMrDgVVZHEMAhRdWOTX0Ne5UGG2N/3fViu8g6z3aVh4tMhVg87V8PBs4SPJRSpSYZL24894Aj00J/SJ1NHxdL4MTjgeqCrR5x//GsctEt7abwXGplPhPBgClotJClAPjaI762o1JpR6K6Fda4Y6Vl1djCzuhtfyHykGAo5v8M86DLui6X0siXQaQyMpw6G8YVpZuh5pe+Yx5FUBxGFmULcO0oe8xyQFvUYGfOPXNTy0QPrd/kUqoPjUNAFfVJLJgpGT9u0HOTWr4zlUIKj/86LdCMH+kXxyi1Yk4ReAovEE9u/LRgU86XdMTMF8gabrXGVzjPH08f5oGKlhbVr6S0vdzoaDLWSe0KIsNLPlP4HNMPaISCVfikHTHMKgAwc+gaEisUQpDUb/27BrWWdls/WXgRaEdRjXLrH7ngEI69I9QcQ8ac/IqqmwtQd6/lvC2OI0xt4DGxIekmZi0Fn6q6ys+LEz0W9UUiIRPBeYDyHjQMevQky1bhWQV4pJ3EFhbim74uP7WPG4wjdjklcI\u003d\"}]}},battery:{stored:0L},average_power:[I;0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}" } }, "shape": [ @@ -50,11 +92,9 @@ [ "_", "_", - "a", - "a", - "a", - "a", - "a", + "g:A", + "g:A", + "g:A", "_", "_" ], @@ -65,68 +105,36 @@ "_", "_", "_", - "_", - "_", "_" ], [ - "a", + "d:A", "_", "_", "_", "_", "_", - "_", - "_", - "a" + "e:A" ], [ - "a", + "d:A", "_", "_", + "f:A", "_", "_", - "_", - "_", - "_", - "a" + "e:A" ], [ - "a", + "d:A", "_", "_", "_", - "d", "_", "_", - "_", - "a" + "e:A" ], [ - "a", - "_", - "_", - "_", - "_", - "_", - "_", - "_", - "a" - ], - [ - "a", - "_", - "_", - "_", - "_", - "_", - "_", - "_", - "a" - ], - [ - "_", - "_", "_", "_", "_", @@ -138,11 +146,9 @@ [ "_", "_", - "a", - "a", - "a", - "a", - "a", + "a:A", + "a:A", + "a:A", "_", "_" ] @@ -155,8 +161,6 @@ "c", "b", "c", - "b", - "c", "b" ], [ @@ -166,8 +170,6 @@ "b", "c", "b", - "c", - "b", "c" ], [ @@ -177,8 +179,6 @@ "c", "b", "c", - "b", - "c", "b" ], [ @@ -188,8 +188,6 @@ "b", "c", "b", - "c", - "b", "c" ], [ @@ -199,8 +197,6 @@ "c", "b", "c", - "b", - "c", "b" ], [ @@ -210,35 +206,9 @@ "b", "c", "b", - "c", - "b", "c" ], [ - "b", - "c", - "b", - "c", - "b", - "c", - "b", - "c", - "b" - ], - [ - "c", - "b", - "c", - "b", - "c", - "b", - "c", - "b", - "c" - ], - [ - "b", - "c", "b", "c", "b", @@ -249,5 +219,5 @@ ] ] ] - + } \ No newline at end of file diff --git a/config/compactmachines3/recipes/contenttweaker_kashan.json b/config/compactmachines3/recipes/contenttweaker_kashan.json new file mode 100644 index 00000000..ec8d1a67 --- /dev/null +++ b/config/compactmachines3/recipes/contenttweaker_kashan.json @@ -0,0 +1,108 @@ +{ + "name": "compactmachines3:contenttweaker_kashan", + "target-item": "contenttweaker:warren_creation_fabrial", + "target-meta": 0, + "target-count": 1, + + "duration": 200, + + "catalyst": "contenttweaker:multiblock_preview", + + + + "input-types": { + "a": { + "id": "contenttweaker:hyperuranon_actualizing_fabrial", + "meta": 0 + }, + "b": { + "id": "contenttweaker:mythic_excavation_reactor", + "meta": 0 + }, + "c": { + "id": "rftools:dimensional_shard_ore", + "meta": 0 + }, + "d": { + "id": "contenttweaker:hungering_machine_case", + "meta": 0 + } + }, + "shape": [ + [ + [ + "a", + "_", + "_", + "_", + "a" + ], + [ + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "d", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_" + ], + [ + "a", + "_", + "_", + "_", + "a" + ] + ], + [ + [ + "b", + "_", + "_", + "_", + "b" + ], + [ + "_", + "c", + "c", + "c", + "_" + ], + [ + "_", + "c", + "c", + "c", + "_" + ], + [ + "_", + "c", + "c", + "c", + "_" + ], + [ + "b", + "_", + "_", + "_", + "b" + ] + ] + ] + +} \ No newline at end of file diff --git a/config/compactmachines3/recipes/draconicevolution_fusioncrafting.json b/config/compactmachines3/recipes/draconicevolution_fusioncrafting.json index e5c11fa5..06ad73bc 100644 --- a/config/compactmachines3/recipes/draconicevolution_fusioncrafting.json +++ b/config/compactmachines3/recipes/draconicevolution_fusioncrafting.json @@ -10,6 +10,7 @@ + "input-types": { "a": { "id": "draconicevolution:crafting_injector", @@ -21,15 +22,15 @@ }, "b": { "id": "minecraft:wool", - "meta": 15, + "meta": 0, "item": { - "id": "contenttweaker:injectors_line_sight_within_16_block", + "id": "contenttweaker:injectors_line_sight_within_16_blocks", "count": 1 } }, "c": { "id": "minecraft:wool", - "meta": 0, + "meta": 15, "item": { "id": "contenttweaker:higher_tier_better", "count": 1 @@ -44,42 +45,58 @@ } } }, - + "input-nbt": { + "a:A": { + "nbt": "{id:\"draconicevolution:crafting_injector\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{facing:3b,energy:0L,lastCorePos:[0,0,0],singleItem:0b}}" + }, + "a:B": { + "nbt": "{id:\"draconicevolution:crafting_injector\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{facing:4b,energy:0L,lastCorePos:[0,0,0],singleItem:0b}}" + }, + "a:C": { + "nbt": "{id:\"draconicevolution:crafting_injector\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{facing:5b,energy:0L,lastCorePos:[0,0,0],singleItem:0b}}" + }, + "d:A": { + "nbt": "{id:\"draconicevolution:fusion_crafting_core\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{isCrafting:0b,craftingStage:0s}}" + }, + "a:D": { + "nbt": "{id:\"draconicevolution:crafting_injector\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{facing:2b,energy:0L,lastCorePos:[0,0,0],singleItem:0b}}" + } + }, "shape": [ [ [ "_", - "a", - "a", - "a", + "a:A", + "a:A", + "a:A", "_" ], [ - "a", + "a:C", "_", "_", "_", - "a" + "a:B" ], [ - "a", + "a:C", "_", - "d", + "d:A", "_", - "a" + "a:B" ], [ - "a", + "a:C", "_", "_", "_", - "a" + "a:B" ], [ "_", - "a", - "a", - "a", + "a:D", + "a:D", + "a:D", "_" ] ], @@ -121,5 +138,5 @@ ] ] ] - + } \ No newline at end of file diff --git a/config/compactmachines3/recipes/draconicevolution_reactor.json b/config/compactmachines3/recipes/draconicevolution_reactor.json new file mode 100644 index 00000000..20caefe2 --- /dev/null +++ b/config/compactmachines3/recipes/draconicevolution_reactor.json @@ -0,0 +1,936 @@ +{ + "name": "compactmachines3:draconicevolution_reactor", + "target-item": "draconicevolution:reactor_core", + "target-meta": 0, + "target-count": 1, + + "duration": 200, + + "catalyst": "contenttweaker:multiblock_preview", + + + + + + "input-types": { + "a": { + "id": "draconicevolution:reactor_component", + "meta": 0, + "item": { + "id": "draconicevolution:reactor_component", + "meta": 0, + "count": 4 + } + }, + "b": { + "id": "draconicevolution:reactor_core", + "meta": 0, + "item": { + "id": "draconicevolution:reactor_core", + "count": 1 + } + }, + "c": { + "id": "draconicevolution:reactor_component", + "meta": 1, + "item": { + "id": "draconicevolution:reactor_component", + "meta": 1, + "count": 1 + } + } + }, + "input-nbt": { + "a:A": { + "nbt": "{id:\"draconicevolution:reactor_component_stabilizer\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{coreOffset:[-5,0,0],facing:5b,isBound:1b,rsMode:0b,rsPower:0},Energy:0}" + }, + "a:B": { + "nbt": "{id:\"draconicevolution:reactor_component_stabilizer\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{coreOffset:[0,0,-5],facing:3b,isBound:1b,rsMode:0b,rsPower:0},Energy:0}" + }, + "b:A": { + "nbt": "{id:\"draconicevolution:reactor_core\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{stabilizerAxis:1b,structureValid:1b,structureError:\"\",reactorState:1b,reactableFuel:0.0d,convertedFuel:0.0d,temperature:20.0d,shieldCharge:0.0d,maxShieldCharge:0.0d,saturation:0,maxSaturation:0,tempDrainFactor:0.0d,generationRate:0.0d,fieldDrain:0,fieldInputRate:0.0d,fuelUseRate:0.0d,startupInitialized:0b,failSafeMode:0b,explosionCountdown:-1,shaderAnimationState:0.0d,animExtractState:0.0d,componentPosition0:[0,5,0],componentPosition1:[0,0,0],componentPosition2:[0,0,5],componentPosition3:[0,0,-5],componentPosition4:[5,0,0],componentPosition5:[-5,0,0]}}" + }, + "a:C": { + "nbt": "{id:\"draconicevolution:reactor_component_stabilizer\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{coreOffset:[0,0,5],facing:2b,isBound:1b,rsMode:0b,rsPower:0},Energy:0}" + }, + "c:A": { + "nbt": "{id:\"draconicevolution:reactor_component_injector\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{coreOffset:[0,-5,0],facing:1b,isBound:1b,rsMode:0b,rsPower:0},Energy:0}" + }, + "a:D": { + "nbt": "{id:\"draconicevolution:reactor_component_stabilizer\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},BCManagedData:{coreOffset:[5,0,0],facing:4b,isBound:1b,rsMode:0b,rsPower:0},Energy:0}" + } + }, + "shape": [ + [ + [ + "_", + "_", + "_", + "_", + "_", + "a:B", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "a:A", + "_", + "_", + "_", + "_", + "b:A", + "_", + "_", + "_", + "_", + "a:D" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "a:C", + "_", + "_", + "_", + "_", + "_" + ] + ], + [ + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ] + ], + [ + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ] + ], + [ + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ] + ], + [ + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ] + ], + [ + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "c:A", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ], + [ + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_", + "_" + ] + ] + ] + +} \ No newline at end of file diff --git a/config/compactmachines3/recipes/gambling_aoaarmor.json b/config/compactmachines3/recipes/gambling_aoaarmor.json new file mode 100644 index 00000000..5b2545f3 --- /dev/null +++ b/config/compactmachines3/recipes/gambling_aoaarmor.json @@ -0,0 +1,83 @@ +{ + "name": "compactmachines3:gambling_aoaarmor", + "target-item": "contenttweaker:lucky_box_advent_armor", + "target-meta": 0, + "target-count": 1, + + "duration": 200, + + "catalyst": "contenttweaker:reprocessed_cosmic_meatball", + + + + + "input-types": { + "a": { + "id": "twilightforest:castle_brick", + "meta": 2 + }, + "b": { + "id": "thaumcraft:metal_void", + "meta": 0 + }, + "c": { + "id": "contenttweaker:gambling_sentient_meatball", + "meta": 0 + } + }, + "shape": [ + [ + [ + "a", + "a", + "a" + ], + [ + "a", + "b", + "a" + ], + [ + "a", + "a", + "a" + ] + ], + [ + [ + "a", + "b", + "a" + ], + [ + "b", + "c", + "b" + ], + [ + "a", + "b", + "a" + ] + ], + [ + [ + "a", + "a", + "a" + ], + [ + "a", + "b", + "a" + ], + [ + "a", + "a", + "a" + ] + ] + ] + + +} \ No newline at end of file diff --git a/config/compactmachines3/recipes/lostcities_returningpoint.json b/config/compactmachines3/recipes/lostcities_returningpoint.json new file mode 100644 index 00000000..2145980d --- /dev/null +++ b/config/compactmachines3/recipes/lostcities_returningpoint.json @@ -0,0 +1,112 @@ +{ + "name": "compactmachines3:lostcities_returningpoint", + "target-item": "contenttweaker:returning_point", + "target-meta": 0, + "target-count": 1, + + "duration": 200, + + "catalyst": "contenttweaker:multiblock_preview", + + + + + + "input-types": { + "a": { + "id": "minecraft:skull", + "meta": 2 + }, + "b": { + "id": "minecraft:skull", + "meta": 5 + }, + "c": { + "id": "minecraft:bed", + "meta": 0 + }, + "d": { + "id": "minecraft:skull", + "meta": 4 + }, + "e": { + "id": "contenttweaker:returning_point", + "meta": 0 + }, + "f": { + "id": "minecraft:bed", + "meta": 8 + }, + "g": { + "id": "minecraft:skull", + "meta": 3 + } + }, + "input-nbt": { + "a:A": { + "nbt": "{id:\"minecraft:skull\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},SkullType:0b,Rot:0b}" + }, + "b:A": { + "nbt": "{id:\"minecraft:skull\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},SkullType:0b,Rot:0b}" + }, + "c:A": { + "nbt": "{id:\"minecraft:bed\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},color:6}" + }, + "d:A": { + "nbt": "{id:\"minecraft:skull\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},SkullType:0b,Rot:0b}" + }, + "f:A": { + "nbt": "{id:\"minecraft:bed\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},color:6}" + }, + "g:A": { + "nbt": "{id:\"minecraft:skull\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},SkullType:0b,Rot:0b}" + } + }, + "shape": [ + [ + [ + "_", + "a:A", + "_" + ], + [ + "d:A", + "c:A", + "b:A" + ], + [ + "d:A", + "f:A", + "b:A" + ], + [ + "_", + "g:A", + "_" + ] + ], + [ + [ + "_", + "_", + "_" + ], + [ + "_", + "e", + "_" + ], + [ + "_", + "e", + "_" + ], + [ + "_", + "_", + "_" + ] + ] + ] + +} \ No newline at end of file diff --git a/config/compactmachines3/recipes/thaumcraft_primordialaccelerator.json b/config/compactmachines3/recipes/thaumcraft_primordialaccelerator.json index 3cdc544c..8bf0b7df 100644 --- a/config/compactmachines3/recipes/thaumcraft_primordialaccelerator.json +++ b/config/compactmachines3/recipes/thaumcraft_primordialaccelerator.json @@ -9,10 +9,11 @@ "catalyst": "contenttweaker:multiblock_preview", + "input-types": { "a": { "id": "thaumicwonders:primordial_accelerator", - "meta": 4, + "meta": 5, "item": { "id": "thaumicwonders:primordial_accelerator", "count": 1 @@ -55,5 +56,5 @@ ] ] ] - + } \ No newline at end of file diff --git a/config/compactmachines3/settings.cfg b/config/compactmachines3/settings.cfg index 65dfd0d8..72c64f5b 100644 --- a/config/compactmachines3/settings.cfg +++ b/config/compactmachines3/settings.cfg @@ -23,10 +23,10 @@ machines { B:allowEnteringWithoutPSD=true # Allow hostile creatures to spawn inside of machines [default: true] - B:allowHostileSpawns=true + B:allowHostileSpawns=false # Allow peaceful creatures to spawn inside of machines [default: true] - B:allowPeacefulSpawns=true + B:allowPeacefulSpawns=false # Whether players can respawn inside of Compact Machines, i.e. place beds and sleep there [default: true] B:allowRespawning=true diff --git a/config/cyclicmagic.cfg b/config/cyclicmagic.cfg index 86edc018..4022808b 100644 --- a/config/cyclicmagic.cfg +++ b/config/cyclicmagic.cfg @@ -1388,6 +1388,19 @@ modpacks { modularmachinery:blockmefluidoutputbus industrialforegoing:black_hole_unit industrialforegoing:black_hole_tank + industrialforegoing:mob_relocator + industrialforegoing:mob_slaughter_factory + draconicevolution:grinder + rftoolsdim:dimension_enscriber + rftoolsdim:dimension_editor + rftoolsdim:dimension_builder + rftoolsdim:dimlet_workbench + rftoolsdim:material_absorber + rftoolsdim:liquid_absorber + rftoolsdim:biome_absorber + rftoolsdim_terrain_absorber + rftoolsdim:feature_absorber + rftoolsdim:time_absorber > # Crops & leaves that are blocked from harvesting (Brush Scythe and Tree Scythe). A star is for a wildcard [default: [terraqueous:pergola], [harvestcraft:*_sapling]] diff --git a/config/dimdoors.cfg b/config/dimdoors.cfg index d378ec53..664cbe66 100644 --- a/config/dimdoors.cfg +++ b/config/dimdoors.cfg @@ -100,6 +100,8 @@ world { D:clusterGenChance=0.0 I:gatewayDimBlacklist < 812 + 801 + 426 > # Min: 0.0 diff --git a/config/enchcontrol/localization.json b/config/enchcontrol/localization.json index 69b42489..b08a4348 100644 --- a/config/enchcontrol/localization.json +++ b/config/enchcontrol/localization.json @@ -18,7 +18,7 @@ {"key": "aoa3:form.desc", "value": "Reduces shotgun spread. (-15%% spread per level.)"}, {"key": "aoa3:intervention.desc", "value": "Works like Soulbound but has a 20%% chance of removing itself on death."}, {"key": "aoa3:recharge.desc", "value": "Reduces the spirit cost of blasters. (-7%% cost per level.)"}, - {"key": "aoa3:sever.desc", "value": "Increases crit damage on greatblades. (+15%% damage per level.)"}, + {"key": "aoa3:sever.desc", "value": "Increases damage on greatblades. (+1.5 damage per level.)"}, {"key": "aoa3:shell.desc", "value": "Increases damage on guns. (+10%% damage per level.)"}, {"key": "astralsorcery:enchantment.as.nightvision.desc", "value": "Grants permanent Night Vision effect."}, {"key": "astralsorcery:enchantment.as.smelting.desc", "value": "Smelts mined blocks. Works with Fortune."}, diff --git a/config/enchlib.cfg b/config/enchlib.cfg new file mode 100644 index 00000000..ae741cbe --- /dev/null +++ b/config/enchlib.cfg @@ -0,0 +1,46 @@ +# Configuration file + +general { + + ########################################################################################################## + # server_settings + #--------------------------------------------------------------------------------------------------------# + # These options require a server restart on dedicated servers + ########################################################################################################## + + server_settings { + # Allow merging different enchantments in the enchantment library + B:allowEnchantMerging=true + + # Allow splitting enchanted books with multiple enchantments when inserting into the enchantment library + B:allowEnchantSplitting=true + + # Attempts to fix the ItemStack cache hash collision issues introduced in AE2UEL v0.56.6 by changing the vanilla NBT hashCode functions using a mixin. + B:enableAE2UELHashFixMixin=true + + # Overwrites the enchantment level translation to fully support roman numerals (up to 3999) or use simple numbers. Set to VANILLA to get vanilla behaviour / allow other mods to overwrite it. + # Valid values: + # NUMBERS + # ROMAN_NUMERALS + # VANILLA + S:enchLevelTranslation=ROMAN_NUMERALS + + # The stack size of enchanted books. Set to 0 to not overwrite it at all. Values over 64 will not really work. + # Min: 0 + # Max: 2147483647 + I:enchantedBookStackSize=0 + } + + ########################################################################################################## + # client_settings + #--------------------------------------------------------------------------------------------------------# + # These options are client-side only + ########################################################################################################## + + client_settings { + B:modified_conway_wechsler=false + } + +} + + diff --git a/config/forestry/apiculture.cfg b/config/forestry/apiculture.cfg index 62324ee4..97ebb7a7 100644 --- a/config/forestry/apiculture.cfg +++ b/config/forestry/apiculture.cfg @@ -1,6 +1,6 @@ # Configuration file -~CONFIG_VERSION: 3.0.0 +~CONFIG_VERSION: 3.1.0 beekeeping { # The maximum number of flowers for hives to spawn nearby over time. [range: 0 ~ 1000, default: 20] @@ -28,6 +28,9 @@ beekeeping { # Whether bees can damage a player playing on peaceful mode. [default: false] B:peaceful=false + # Whether bees can pierce through a player's armor. [default: true] + B:pierceArmor=true + # Whether bees can damage a player while they are underwater. [default: true] B:underwater=true } @@ -38,11 +41,6 @@ beekeeping { species { # Add species to blacklist identified by their uid, one per line. [default: ] S:blacklist < - careerbees.energy - careerbees.cook - careerbees.armorer - careerbees.taxcollector - careerbees.sharpening > } diff --git a/config/forestry/backpacks.cfg b/config/forestry/backpacks.cfg index 7b651914..84ee6a88 100644 --- a/config/forestry/backpacks.cfg +++ b/config/forestry/backpacks.cfg @@ -15,8 +15,6 @@ backpacks { minecraft:coal:0 minecraft:coal_ore:0 > - - # Add itemStacks for the forestry.miner's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.rejected < > @@ -32,8 +30,6 @@ backpacks { obsidian ore[A-Z].* > - - # Add ore dictionary names for the forestry.miner's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.rejected < > } @@ -51,8 +47,6 @@ backpacks { minecraft:snowball:0 minecraft:soul_sand:0 > - - # Add itemStacks for the forestry.digger's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.rejected < > @@ -66,8 +60,6 @@ backpacks { stone stone[A-Z].* > - - # Add ore dictionary names for the forestry.digger's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.rejected < > } @@ -77,8 +69,6 @@ backpacks { S:item.stacks.accepted < immersiveengineering:seed > - - # Add itemStacks for the forestry.forester's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.rejected < > @@ -96,8 +86,6 @@ backpacks { vine woodStick > - - # Add ore dictionary names for the forestry.forester's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.rejected < > } @@ -144,8 +132,6 @@ backpacks { minecraft:tipped_arrow:0 minecraft:wool > - - # Add itemStacks for the forestry.hunter's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.rejected < > @@ -161,8 +147,6 @@ backpacks { slimeball string > - - # Add ore dictionary names for the forestry.hunter's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.rejected < > } @@ -171,16 +155,12 @@ backpacks { # Add itemStacks for the forestry.adventurer's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.accepted < > - - # Add itemStacks for the forestry.adventurer's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.rejected < > # Add ore dictionary names for the forestry.adventurer's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.accepted < > - - # Add ore dictionary names for the forestry.adventurer's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.rejected < > } @@ -240,8 +220,6 @@ backpacks { minecraft:wooden_pressure_plate:0 minecraft:wooden_slab > - - # Add itemStacks for the forestry.builder's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'. S:item.stacks.rejected < > @@ -268,8 +246,6 @@ backpacks { trapdoorWood workbench > - - # Add ore dictionary names for the forestry.builder's backpack here in the format 'oreDictName'. Regular expressions may also be used. S:ore.dict.rejected < > } diff --git a/config/forestry/common.cfg b/config/forestry/common.cfg index dd67b2ac..8c7097f7 100644 --- a/config/forestry/common.cfg +++ b/config/forestry/common.cfg @@ -79,6 +79,9 @@ performance { # Enable backpack resupply. You may want to set this to false on busy servers. [default: true] B:backpacks.resupply=true + # for.config.performance.hiveLightLevel.comment [range: 0.0 ~ 1.0, default: 0.4] + S:hiveLightLevel=0.4 + # Enables particle effects. Note that Forestry respects Minecraft's reduced particle video settings. [default: true] B:particleFX=false } diff --git a/config/forestry/gamemodes/EASY.cfg b/config/forestry/gamemodes/EASY.cfg index e3de586f..4af725cc 100644 --- a/config/forestry/gamemodes/EASY.cfg +++ b/config/forestry/gamemodes/EASY.cfg @@ -93,6 +93,9 @@ gamemode { # modifies the amount of cycles fertilizer can keep a fermenter going. [range: 0 ~ 2000, default: 200] I:fertilizer=200 + + # modifies the amount of cycles mulch can keep a fermenter going. [range: 0 ~ 2000, default: 250] + I:mulch=250 } value { @@ -101,6 +104,9 @@ gamemode { # modifies the amount of biomass per cycle a fermenter will produce using fertilizer. [range: 0 ~ 2000, default: 56] I:fertilizer=56 + + # modifies the amount of biomass per cycle a fermenter will produce using mulch. [range: 0 ~ 2000, default: 48] + I:mulch=48 } yield { diff --git a/config/forestry/lepidopterology.cfg b/config/forestry/lepidopterology.cfg index c2e59be2..c1bc3095 100644 --- a/config/forestry/lepidopterology.cfg +++ b/config/forestry/lepidopterology.cfg @@ -1,6 +1,6 @@ # Configuration file -~CONFIG_VERSION: 1.1.0 +~CONFIG_VERSION: 1.2.0 butterfly { @@ -8,6 +8,9 @@ butterfly { # Butterflies will fly home if they are too far away from it. [range: 0 ~ 256, default: 64] I:maxDistance=64 + # Butterflies will die if their specified lifespan in ticks is exceeded. Will live infinitely if set to 0. [range: 0 ~ 2147483647, default: 168000] + I:maxLifespan=168000 + # New butterflies will stay in item form and will not take flight once this limit is reached. [range: 0 ~ 5000, default: 1000] I:maximum=200 diff --git a/config/fpsreducer/fpsreducer.cfg b/config/fpsreducer/fpsreducer.cfg index 68148ea5..b3600a90 100644 --- a/config/fpsreducer/fpsreducer.cfg +++ b/config/fpsreducer/fpsreducer.cfg @@ -13,13 +13,13 @@ common { I:hudBehindChatBox=2 # Enable HUD. - B:hudEnabled=true + B:hudEnabled=false # HUD information (1:FPS/CPU(long), 2:FPS/CPU(short), 3:FPS/CPU(2lines), 4:FPS only, 5:CPU only) I:hudInfo=4 # Reference position of HUD. (0:off) - I:hudReferencePos=3 + I:hudReferencePos=7 # HUD scale (default: 1.0) D:hudScale=1.0 @@ -68,7 +68,7 @@ common { I:topCenter_Y=2 I:topLeft_X=2 I:topLeft_Y=2 - I:topRight_X=-2 + I:topRight_X=-601 I:topRight_Y=2 } diff --git a/config/gendustry/meatball_bees.cfg b/config/gendustry/meatball_bees.cfg index c45c80a5..275d75bb 100644 --- a/config/gendustry/meatball_bees.cfg +++ b/config/gendustry/meatball_bees.cfg @@ -117,7 +117,7 @@ if HaveForestryModule Bees << cfg Traits { Base = "forestry.speciesForest" // Copy traits from another species Never_Sleeps = "forestry.boolFalse" // Override a single trait - Flower_Provider = "forestry.flowersVanilla" // See below + Flower_Provider = "gendustry.flowersWoodLog" // See below } } cfg Formic { @@ -2359,6 +2359,11 @@ if HaveForestryModule Bees << Accepts OD:blockSteel // List of blocks that are accepted as "flowers" Spread I:contenttweaker:sideral_steel 1.0 // A block that will be spread randomly, with weight } + FlowerAllele woodLog { // Allele UID will be gendustry.flowersGoldBlocks (note the capitalization) + Dominant // can be either Dominant or Recessive + Accepts OD:logWood // List of blocks that are accepted as "flowers" + Spread I:minecraft:log2 1.0 // A block that will be spread randomly, with weight + } recipes { diff --git a/config/ichunutil.cfg b/config/ichunutil.cfg index ed2ec05c..c6dd3b1e 100644 --- a/config/ichunutil.cfg +++ b/config/ichunutil.cfg @@ -70,7 +70,7 @@ module { I:versionNotificationTypes=0 # Don't change this. - I:versionSave=23 + I:versionSave=15 } } diff --git a/config/immersiveengineering.cfg b/config/immersiveengineering.cfg index bc1c1990..529e2a16 100644 --- a/config/immersiveengineering.cfg +++ b/config/immersiveengineering.cfg @@ -183,7 +183,7 @@ general { I:arcfurnace_electrodeDamage=96000 # Set this to false to disable the Arc Furnace's recycling of armors and tools - B:arcfurnace_recycle=true + B:arcfurnace_recycle=false # The Flux the Assembler will consume to craft an item from a recipe # Min: 1 diff --git a/config/incontrol/spawn.json b/config/incontrol/spawn.json index d941fcfd..11f7b6f5 100644 --- a/config/incontrol/spawn.json +++ b/config/incontrol/spawn.json @@ -1240,15 +1240,11 @@ "aoa3:nethengeic_wither", "thebetweenlands:chiromaw", "thebetweenlands:large_sludge_worm"], - "onjoin": true, - "result": "allow", - "potion": ["minecraft:strength,999999,3", - "minecraft:regeneration,60,255", - "minecraft:health_boost,999999,30", - "minecraft:absorption,999999,2", - "minecraft:fire_resistance,999999,1", - "bewitchment:magic_resistance,999999,1", - "minecraft:regeneration,999999,1"] + "onjoin": true, + "result": "allow", + "healthmultiply": 2.0, + "damagemultiply": 3.0, + "speedmultiply": 1.0 }, @@ -1273,14 +1269,13 @@ "bewitchment:demon", "bewitchment:demoness", "bewitchment:imp"], - "onjoin": true, - "result": "allow", - "potion": ["minecraft:strength,999999,1", - "minecraft:regeneration,250,255", - "minecraft:health_boost,999999,100", - "minecraft:fire_resistance,999999,1", - "bewitchment:magic_resistance,999999,1", - "minecraft:regeneration,999999,1"] + "onjoin": true, + "result": "allow", + "healthmultiply": 2.0, + "damagemultiply": 3.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] }, @@ -1292,7 +1287,6 @@ "aoa3:creep", "aoa3:crystocore", "aoa3:tyrosaur", - "aoa3:flash", "abyssalcraft:shadowboss", "aoa3:goldorth", "aoa3:yellow_guardian", @@ -1307,14 +1301,30 @@ "aoa3:shadowlord", "aoa3:vinocorne", "aoa3:voxxulon"], - "onjoin": true, - "result": "allow", - "potion": ["minecraft:strength,999999,1", - "minecraft:regeneration,50,255", - "minecraft:health_boost,999999,250", - "minecraft:fire_resistance,999999,1", - "bewitchment:magic_resistance,999999,1", - "minecraft:regeneration,999999,1"] + "onjoin": true, + "result": "allow", + "healthmultiply": 2.0, + "damagemultiply": 4.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] + }, + + + + { + "mob": [ + "aoa3:klobber", + "aoa3:flash", + "aoa3:proshield", + "aoa3:mirage"], + "onjoin": true, + "result": "allow", + "healthmultiply": 10.0, + "damagemultiply": 20.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] }, @@ -1335,18 +1345,14 @@ "aoa3:reaver", "aoa3:urioh", "aoa3:skeledon", - "aoa3:mirage", - "aoa3:miskel", - "aoa3:klobber", - "aoa3:proshield"], - "onjoin": true, - "result": "allow", - "healthmultiply": 5, - "speedmultiply": 1, - "potion": ["minecraft:strength,999999,20", - "minecraft:fire_resistance,999999,1", - "bewitchment:magic_resistance,999999,1", - "minecraft:regeneration,999999,2"] + "aoa3:miskel"], + "onjoin": true, + "result": "allow", + "healthmultiply": 5.0, + "damagemultiply": 20.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] }, @@ -1355,9 +1361,11 @@ "mob": ["aoa3:xxeus"], "onjoin": true, "result": "allow", - "healthmultiply": 5, - "damagemultiply": 180, - "speedmultiply": 1 + "healthmultiply": 15.0, + "damagemultiply": 180.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] }, @@ -1370,11 +1378,28 @@ "thaumcraft:cultistknight", "thaumcraft:cultistleader", "thaumcraft:cultistcleric"], + "onjoin": true, + "result": "allow", + "healthmultiply": 2.0, + "damagemultiply": 2.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] + }, + + + + { + "mob": ["minecraft:zombie", + "minecraft:skeleton"], + "dimension": 111, "onjoin": true, "result": "allow", - "speedmultiply": 1, - "potion": ["minecraft:strength,999999,2", - "bewitchment:magic_resistance,999999,2"] + "healthmultiply": 500.0, + "damagemultiply": 200.0, + "speedmultiply": 1.0, + "potion": ["minecraft:fire_resistance,999999,1", + "bewitchment:magic_resistance,999999,1"] }, @@ -1550,7 +1575,7 @@ "mob": "divinerpg:rainbour", "dimension": 0, "maxcount": { - "amount": 10, + "amount": 7, "mob": "divinerpg:rainbour", "perplayer": true }, diff --git a/config/integratedderivative.cfg b/config/integratedderivative.cfg index fcc090c0..72939f0e 100644 --- a/config/integratedderivative.cfg +++ b/config/integratedderivative.cfg @@ -1,5 +1,17 @@ # Configuration file +########################################################################################################## +# dynamicsfixes +#--------------------------------------------------------------------------------------------------------# +# Fixes for Integrated Dynamics +########################################################################################################## + +dynamicsfixes { + # Should we replace Omni-Directional Connector 'channel copy' crafting with a less janky version? + B:fixODCCrafting=true +} + + ########################################################################################################## # dynamicstweaks #--------------------------------------------------------------------------------------------------------# @@ -10,7 +22,7 @@ dynamicstweaks { # Should we remove the first ingredient from Carpenter and Thermionic Fabricator when applicable? Clientside only. B:autoCompactForestryRecipes=true - # How should we compact the recipes? Large means the recipe has more than 9 filled input slots and/or more than 3 filled output slots. Lossy means the recipe has more than 9 distinct inputs and/ore more than 9 distinct outputs. Blacklisted recipes will never be compacted. Clientside only. + # How should we compact the recipes? Large means the recipe has more than 9 filled input slots and/or more than 3 filled output slots. Lossy means the recipe will be compacted even when it has more than 9 distinct inputs and/or more than 3 distinct outputs. Blacklisted recipes will never be compacted. Clientside only. # Valid values: # NEVER_COMPACT # COMPACT_ONLY_LARGE @@ -30,7 +42,7 @@ dynamicstweaks { ########################################################################################################## # terminalsfixes #--------------------------------------------------------------------------------------------------------# -# Fixes to Integrated Terminals +# Fixes for Integrated Terminals ########################################################################################################## terminalsfixes { @@ -70,7 +82,7 @@ terminalstweaks { ########################################################################################################## # tunnelsfixes #--------------------------------------------------------------------------------------------------------# -# Fixes to Integrated Tunnels +# Fixes for Integrated Tunnels ########################################################################################################## tunnelsfixes { diff --git a/config/jei/worldSettings.cfg b/config/jei/worldSettings.cfg index 919b31f6..be25a7c2 100644 --- a/config/jei/worldSettings.cfg +++ b/config/jei/worldSettings.cfg @@ -61,6 +61,16 @@ world-1206224488 { } +world-124579541 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=disloc + B:overlayEnabled=true +} + + world-1263687704 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -164,6 +174,16 @@ world-150694039 { } +world-1580560999 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + world-1586294712 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -304,6 +324,16 @@ world-2097775289 { } +world-232954574 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=tree of life + B:overlayEnabled=true +} + + world-268969136 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -325,16 +355,14 @@ world-288993849 { world-310143583 { # Show the list of bookmarks next to open GUIs. B:bookmarkOverlayEnabled=false - - # Give items instead of showing the recipe. - B:cheatItemsEnabled=true + B:cheatItemsEnabled=false # Default item to use to fill up fluids when clicking on a fluid ingredient in the menu, (format: item_name@meta) S:defaultFluidContainerItem= # Hide and unhide ingredients by clicking them in the list. B:editEnabled=false - S:filterText=smart + S:filterText=level maint # Show the list of ingredients next to open GUIs. B:overlayEnabled=true @@ -653,6 +681,26 @@ world136859740 { } +world1383214934 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=infinity + B:overlayEnabled=true +} + + +world141772044 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=ret poin + B:overlayEnabled=true +} + + world1430200888 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -707,6 +755,16 @@ world1562412876 { } +world1666097728 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=dim work + B:overlayEnabled=true +} + + world1690200562 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=true @@ -736,6 +794,16 @@ world1776076089 { } +world1819562942 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=perfec + B:overlayEnabled=true +} + + world1855637915 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -903,6 +971,16 @@ world3051090 { } +world31360857 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + world3138864 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false @@ -1080,6 +1158,16 @@ world499822038 { } +world514048054 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + S:defaultFluidContainerItem= + B:editEnabled=false + S:filterText=luggag + B:overlayEnabled=true +} + + world557676774 { B:bookmarkOverlayEnabled=true B:cheatItemsEnabled=false diff --git a/config/jeresources/world-gen.json b/config/jeresources/world-gen.json index c86d22d1..fcb59a46 100644 --- a/config/jeresources/world-gen.json +++ b/config/jeresources/world-gen.json @@ -101003,5 +101003,16344 @@ } ], "dim": "Dim 624: gallifrey" + },{ + "block": "mysticalagriculture:prosperity_ore:0", + "distrib": "0,0.0;12,0.0;13,1.96875E-4;14,0.0020960937;15,0.0038652343;16,0.004073047;17,0.003964453;18,0.0040941406;19,0.0039109373;20,0.0039136717;21,0.0039101564;22,0.0039652344;23,0.0039847656;24,0.003977344;25,0.003978906;26,0.0040230467;27,0.004085156;28,0.004021875;29,0.003919922;30,0.003885547;31,0.0039570313;32,0.004007031;33,0.0039308593;34,0.003939453;35,0.003994141;36,0.0040125;37,0.004085547;38,0.004055469;39,0.0038675782;40,0.0038992187;41,0.0040460937;42,0.0041222656;43,0.004116406;44,0.0041890624;45,0.004066797;46,0.003944922;47,0.0038472656;48,0.0019980469;49,1.8789062E-4;50,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "mysticalagriculture:crafting:5", + "fortunes": { + "0": 2.4985, + "1": 2.4955, + "2": 3.1342, + "3": 3.9761 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:sign:0", + "distrib": "0,0.0;78,0.0;79,1.953125E-6;80,0.0;81,1.953125E-6;82,0.0;85,0.0;86,3.515625E-6;87,0.0;88,0.0;89,1.953125E-6;90,0.0;91,0.0;92,1.953125E-6;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sign:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:fluid_redstone:0", + "distrib": "0,0.0;1,1.5234375E-5;2,2.578125E-5;3,4.609375E-5;4,6.25E-5;5,7.3046875E-5;6,6.8359375E-5;7,6.328125E-5;8,7.1875E-5;9,7.265625E-5;10,7.382812E-5;11,6.640625E-5;12,5.6640623E-5;13,6.9140624E-5;14,8.515625E-5;15,7.7734374E-5;16,8.203125E-5;17,6.679688E-5;18,2.890625E-5;19,1.015625E-5;20,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.7:0", + "distrib": "0,0.0;78,0.0;79,8.59375E-6;80,1.8359375E-5;81,2.109375E-5;82,2.3046876E-5;83,2.8125E-5;84,2.9296874E-5;85,3.359375E-5;86,3.4765624E-5;87,3.203125E-5;88,2.96875E-5;89,3.9453123E-5;90,3.59375E-5;91,4.375E-5;92,2.7734375E-5;93,3.1640626E-5;94,3.125E-5;95,1.6015625E-5;96,0.0;102,0.0;103,3.90625E-7;104,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "appliedenergistics2:quartz_ore:0", + "distrib": "0,0.0;8,0.0;9,7.8125E-7;10,1.328125E-5;11,4.2578125E-5;12,5.546875E-5;13,6.523437E-5;14,1.0898437E-4;15,1.4179687E-4;16,1.5039062E-4;17,1.8007813E-4;18,2.109375E-4;19,2.7382813E-4;20,2.7109374E-4;21,3.0507814E-4;22,3.3554688E-4;23,3.6015626E-4;24,3.9453126E-4;25,4.1757812E-4;26,4.2421874E-4;27,4.21875E-4;28,4.5742188E-4;29,4.9804687E-4;30,5.402344E-4;31,5.675781E-4;32,5.6640623E-4;33,5.597656E-4;34,6.1289064E-4;35,5.585938E-4;36,5.7109375E-4;37,5.6171877E-4;38,5.6367187E-4;39,5.089844E-4;40,5.8515626E-4;41,5.9609377E-4;42,5.6484377E-4;43,5.230469E-4;44,5.53125E-4;45,5.515625E-4;46,6.125E-4;47,6.078125E-4;48,5.7734374E-4;49,5.863281E-4;50,5.886719E-4;51,5.8085937E-4;52,4.7460938E-4;53,4.8085937E-4;54,4.6796876E-4;55,4.890625E-4;56,3.9492187E-4;57,3.5585937E-4;58,3.6328126E-4;59,3.0507814E-4;60,2.9492186E-4;61,2.7421876E-4;62,2.3554688E-4;63,1.9257813E-4;64,2.0234376E-4;65,1.7226563E-4;66,1.6757812E-4;67,1.046875E-4;68,1.015625E-4;69,6.328125E-5;70,4.140625E-5;71,1.171875E-5;72,1.5625E-6;73,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "appliedenergistics2:material:0", + "fortunes": { + "0": 1.5034, + "1": 2.0052, + "2": 2.6268, + "3": 3.2787 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:crystal_ignis:0", + "distrib": "0,0.0;10,0.0;11,2.8515626E-5;12,3.828125E-5;13,5.5078126E-5;14,4.0625E-5;15,5.8203124E-5;16,4.8046873E-5;17,3.6328125E-5;18,5.2734376E-5;19,2.5E-5;20,3.671875E-5;21,4.609375E-5;22,6.210938E-5;23,5.7421876E-5;24,6.015625E-5;25,4.1015624E-5;26,5.078125E-5;27,5.1953124E-5;28,4.6875E-5;29,5.234375E-5;30,3.9453123E-5;31,4.140625E-5;32,6.015625E-5;33,5.0390627E-5;34,3.59375E-5;35,3.0078125E-5;36,3.671875E-5;37,4.453125E-5;38,4.21875E-5;39,2.578125E-5;40,3.75E-5;41,4.0234376E-5;42,4.6484376E-5;43,4.3359374E-5;44,2.734375E-5;45,3.203125E-5;46,3.4375E-5;47,3.359375E-5;48,2.8125E-5;49,2.578125E-5;50,2.4609375E-5;51,1.9921876E-5;52,3.3203127E-5;53,2.421875E-5;54,2.3046876E-5;55,2.5E-5;56,1.5625E-5;57,1.328125E-5;58,1.796875E-5;59,2.2265625E-5;60,2.5E-5;61,2.4609375E-5;62,5.0E-5;63,2.3046876E-5;64,1.953125E-5;65,2.0703124E-5;66,1.9140625E-5;67,3.28125E-5;68,3.2421874E-5;69,2.734375E-5;70,2.6953125E-5;71,3.2421874E-5;72,2.8125E-5;73,1.328125E-5;74,1.0546875E-5;75,7.8125E-6;76,3.90625E-6;77,4.296875E-6;78,1.1328125E-5;79,5.46875E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ignis\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:beehives:3", + "distrib": "0,0.0;83,0.0;84,3.90625E-7;85,7.8125E-7;86,1.171875E-6;87,2.34375E-6;88,1.5625E-6;89,7.8125E-7;90,3.90625E-7;91,1.5625E-6;92,3.90625E-7;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesTropical\",UID1:\"forestry.speciesTropical\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersJungle\",UID1:\"forestry.flowersJungle\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectMiasmic\",UID1:\"forestry.effectMiasmic\"}]}}", + "fortunes": { + "0": 0.294, + "1": 0.2985, + "2": 0.332, + "3": 0.2939 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesTropical\",UID1:\"forestry.speciesTropical\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersJungle\",UID1:\"forestry.flowersJungle\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectMiasmic\",UID1:\"forestry.effectMiasmic\"}]}}", + "fortunes": { + "0": 0.9207, + "1": 0.9629, + "2": 0.9582, + "3": 0.9623 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0045 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0052 + } + }, + { + "itemStack": "forestry:bee_combs:6", + "fortunes": { + "0": 0.9192, + "1": 0.9576, + "2": 0.9599, + "3": 0.9599 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesTropical\",UID1:\"forestry.speciesTropical\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersJungle\",UID1:\"forestry.flowersJungle\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectMiasmic\",UID1:\"forestry.effectMiasmic\"}]},NA:0b}", + "fortunes": { + "0": 0.7008, + "1": 0.7015, + "2": 0.668, + "3": 0.7061 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:beehives:6", + "distrib": "0,0.0;74,0.0;75,3.90625E-7;76,7.8125E-7;77,0.0;78,8.203125E-6;79,5.1171875E-5;80,1.7578124E-5;81,6.640625E-6;83,6.640625E-6;84,1.71875E-5;85,1.328125E-5;86,8.203125E-6;87,9.375E-6;88,1.1328125E-5;89,1.3671875E-5;90,7.03125E-6;91,4.6875E-6;92,5.078125E-6;93,5.078125E-6;94,1.5625E-6;95,1.171875E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4957, + "1": 0.484, + "2": 0.4801, + "3": 0.5052 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0674, + "1": 0.0565, + "2": 0.0542, + "3": 0.0612 + } + }, + { + "itemStack": "forestry:bee_combs:15", + "fortunes": { + "0": 0.0589, + "1": 0.0602, + "2": 0.0553, + "3": 0.0633 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.3:2", + "distrib": "0,0.0;77,0.0;78,1.5625E-6;79,5.46875E-6;80,3.0078125E-5;81,3.0859374E-5;82,2.5390626E-5;83,3.125E-5;84,3.2421874E-5;85,3.75E-5;86,3.4375E-5;87,3.203125E-5;88,3.359375E-5;89,3.4375E-5;90,3.4765624E-5;91,3.3203127E-5;92,3.3984375E-5;93,3.0859374E-5;94,3.046875E-5;95,2.7734375E-5;96,3.125E-6;102,3.125E-6;103,2.734375E-6;104,2.734375E-6;105,1.171875E-6;106,1.171875E-6;107,3.90625E-7;108,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:lapis_ore:0", + "distrib": "0,0.0;1,5.1171875E-5;2,1.0898437E-4;3,1.9960938E-4;4,3.1523439E-4;5,4.7265625E-4;6,5.390625E-4;7,6.035156E-4;8,6.453125E-4;9,6.855469E-4;10,7.515625E-4;11,8.3125E-4;12,8.7070314E-4;13,9.0E-4;14,9.1992185E-4;15,8.3828124E-4;16,8.121094E-4;17,7.476563E-4;18,7.2695315E-4;19,6.453125E-4;20,5.5507815E-4;21,4.6757812E-4;22,5.027344E-4;23,4.640625E-4;24,3.0273438E-4;25,2.5664063E-4;26,1.921875E-4;27,1.4726563E-4;28,9.765625E-5;29,3.203125E-5;30,2.34375E-6;31,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dye:4", + "fortunes": { + "0": 5.9977, + "1": 8.0179, + "2": 10.5368, + "3": 13.3059 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:11", + "distrib": "0,0.0;10,0.0;11,4.296875E-6;12,5.078125E-6;13,2.734375E-6;14,3.515625E-6;15,3.515625E-6;16,3.90625E-6;17,5.078125E-6;18,5.078125E-6;19,5.46875E-6;20,3.90625E-6;21,6.640625E-6;22,5.078125E-6;23,4.6875E-6;24,5.078125E-6;25,2.734375E-6;26,5.078125E-6;27,4.296875E-6;28,2.34375E-6;29,5.46875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:11", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:12", + "distrib": "0,0.0;10,0.0;11,3.90625E-6;12,4.6875E-6;13,2.34375E-6;14,4.6875E-6;15,3.515625E-6;16,3.125E-6;17,7.03125E-6;18,4.296875E-6;19,2.34375E-6;20,5.078125E-6;21,5.859375E-6;22,3.125E-6;23,4.6875E-6;24,6.25E-6;25,4.296875E-6;26,4.6875E-6;27,3.90625E-6;28,3.90625E-6;29,3.515625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:12", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:13", + "distrib": "0,0.0;10,0.0;11,4.296875E-6;12,2.734375E-6;13,6.25E-6;14,6.25E-6;15,3.515625E-6;16,3.125E-6;17,5.078125E-6;18,4.296875E-6;19,4.6875E-6;20,1.953125E-6;21,5.46875E-6;22,2.734375E-6;23,2.34375E-6;24,7.03125E-6;25,4.296875E-6;26,3.125E-6;27,4.296875E-6;28,3.515625E-6;29,3.515625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:13", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:14", + "distrib": "0,0.0;10,0.0;11,2.34375E-6;12,5.859375E-6;13,3.515625E-6;14,3.90625E-6;15,6.25E-6;16,3.515625E-6;17,4.296875E-6;18,2.734375E-6;19,4.6875E-6;20,2.34375E-6;21,2.34375E-6;22,6.640625E-6;23,3.515625E-6;24,8.59375E-6;25,4.296875E-6;26,3.90625E-6;27,3.515625E-6;28,4.296875E-6;29,5.46875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:resources:0", + "distrib": "0,0.0;51,0.0;52,9.21875E-5;53,3.984375E-4;54,9.175781E-4;55,0.0014109375;56,0.0017484375;57,0.0019726562;58,0.0022003907;59,0.0023117187;60,0.0023515625;61,0.0023992187;62,0.002342578;63,0.0024214843;64,0.0024636718;65,0.0023070313;66,0.0022410157;67,0.0022109374;68,0.0022671875;69,0.002319922;70,0.0023246093;71,0.0022730469;72,0.002210547;73,0.0021425781;74,0.0020785157;75,0.0018753906;76,0.0015746094;77,0.00136875;78,0.0011800781;79,9.023438E-4;80,2.1953126E-4;81,1.8945313E-4;82,1.6679688E-4;83,1.7070312E-4;84,9.101562E-5;85,5.5859375E-5;86,3.203125E-5;87,3.3984375E-5;88,1.2890625E-5;89,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:apatite:0", + "fortunes": { + "0": 3.9936, + "1": 5.3582, + "2": 7.0214, + "3": 8.8127 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:redstone:0", + "distrib": "0,0.0;93,0.0;94,3.515625E-6;95,3.515625E-6;96,0.0;109,0.0;110,7.03125E-6;111,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:10", + "distrib": "0,0.0;10,0.0;11,3.90625E-6;12,4.6875E-6;13,3.125E-6;14,5.46875E-6;15,4.6875E-6;16,5.859375E-6;17,3.90625E-6;18,7.03125E-6;19,5.46875E-6;20,5.46875E-6;21,5.078125E-6;22,4.6875E-6;23,7.03125E-6;24,3.125E-6;25,5.078125E-6;26,5.46875E-6;27,4.6875E-6;28,3.90625E-6;29,4.296875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:gravel:0", + "distrib": "0,0.0;1,0.0025941406;2,0.0050214846;3,0.0076109376;4,0.010060157;5,0.012692968;6,0.012833985;7,0.0131148435;8,0.013181641;9,0.0129;10,0.012728516;11,0.0127535155;12,0.012782422;13,0.012986719;14,0.012946093;15,0.012827734;16,0.01281875;17,0.012664063;18,0.012525781;19,0.012523047;20,0.0123875;21,0.012344141;22,0.012305078;23,0.012498437;24,0.012715234;25,0.01278125;26,0.0128519535;27,0.01265;28,0.012509766;29,0.0123582035;30,0.012329297;31,0.012262891;32,0.01204336;33,0.012094921;34,0.012289062;35,0.012560547;36,0.012439063;37,0.012102344;38,0.0122777345;39,0.012351172;40,0.012631641;41,0.012878125;42,0.013023828;43,0.012647656;44,0.012153516;45,0.012025;46,0.0124183595;47,0.012490625;48,0.012519531;49,0.012372266;50,0.012230859;51,0.0123582035;52,0.012545313;53,0.012976953;54,0.013269532;55,0.013163672;56,0.012739844;57,0.0122597655;58,0.012301172;59,0.012671093;60,0.013207813;61,0.013260547;62,0.012904297;63,0.01303711;64,0.01309375;65,0.013204687;66,0.013247657;67,0.013504688;68,0.013583594;69,0.013445703;70,0.013188281;71,0.012741797;72,0.01254336;73,0.012428516;74,0.012530468;75,0.012095313;76,0.010066016;77,0.00814414;78,0.0065742186;79,0.0051460937;80,0.0010066406;81,8.3125E-4;82,7.859375E-4;83,7.304688E-4;84,5.683594E-4;85,3.9257813E-4;86,2.875E-4;87,1.8632812E-4;88,1.1054688E-4;89,4.2578125E-5;90,2.96875E-5;91,1.796875E-5;92,7.03125E-6;93,7.8125E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:flint:0", + "fortunes": { + "0": 0.0984, + "1": 0.1489, + "2": 0.2493, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:15", + "distrib": "0,0.0;10,0.0;11,4.296875E-6;12,5.078125E-6;13,5.859375E-6;14,5.46875E-6;15,5.46875E-6;16,6.25E-6;17,4.6875E-6;18,5.078125E-6;19,3.90625E-6;20,5.859375E-6;21,4.296875E-6;22,5.859375E-6;23,3.125E-6;24,3.125E-6;25,6.25E-6;26,3.125E-6;27,3.125E-6;28,2.34375E-6;29,1.171875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:15", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:command_block:0", + "distrib": "0,0.0;91,0.0;92,3.90625E-7;93,3.90625E-6;94,4.6875E-6;95,7.421875E-6;96,0.0;106,0.0;107,3.90625E-7;108,7.8125E-7;109,7.8125E-6;110,0.0;111,3.90625E-7;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:5", + "distrib": "0,0.0;78,0.0;79,7.8125E-7;80,0.0;90,0.0;91,3.90625E-7;92,3.90625E-7;93,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:6", + "distrib": "0,0.0;79,0.0;80,3.90625E-7;81,3.90625E-7;82,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:3", + "distrib": "0,0.0;80,0.0;81,3.90625E-7;82,3.90625E-7;83,0.0;88,0.0;89,3.90625E-7;90,3.90625E-7;91,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "extrautils2:redorchid:0", + "distrib": "0,0.0;10,0.0;11,5.859375E-6;12,3.515625E-6;13,4.296875E-6;14,4.6875E-6;15,1.5625E-6;16,3.90625E-7;17,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 1.1387, + "1": 1.2462, + "2": 1.3807, + "3": 1.572 + } + }, + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 1.0, + "1": 1.5029, + "2": 1.9995, + "3": 2.5041 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:4", + "distrib": "0,0.0;79,0.0;80,7.8125E-7;81,1.5625E-6;82,7.8125E-7;83,0.0;84,0.0;85,3.90625E-7;86,3.90625E-7;87,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:7", + "distrib": "0,0.0;78,0.0;79,7.8125E-7;80,3.90625E-7;81,7.8125E-7;82,3.90625E-7;83,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "appliedenergistics2:charged_quartz_ore:0", + "distrib": "0,0.0;9,0.0;10,1.953125E-6;11,3.90625E-6;12,5.46875E-6;13,1.328125E-5;14,1.6015625E-5;15,1.5234375E-5;16,1.5234375E-5;17,1.2109375E-5;18,2.265625E-5;19,1.6015625E-5;20,1.875E-5;21,2.2265625E-5;22,3.359375E-5;23,2.9296874E-5;24,3.1640626E-5;25,3.2421874E-5;26,3.984375E-5;27,5.78125E-5;28,4.375E-5;29,4.1015624E-5;30,4.4921875E-5;31,6.328125E-5;32,4.3359374E-5;33,4.53125E-5;34,5.8203124E-5;35,6.71875E-5;36,4.53125E-5;37,5.234375E-5;38,6.132812E-5;39,4.375E-5;40,4.7265625E-5;41,4.53125E-5;42,5.78125E-5;43,4.921875E-5;44,6.328125E-5;45,6.015625E-5;46,4.609375E-5;47,6.015625E-5;48,5.9375E-5;49,6.289063E-5;50,4.21875E-5;51,5.1953124E-5;52,4.9609374E-5;53,5.15625E-5;54,3.046875E-5;55,3.9453123E-5;56,2.6171874E-5;57,3.1640626E-5;58,3.4765624E-5;59,3.046875E-5;60,2.4609375E-5;61,2.5390626E-5;62,2.3828125E-5;63,2.34375E-5;64,1.328125E-5;65,1.8359375E-5;66,1.3671875E-5;67,1.25E-5;68,8.59375E-6;69,3.90625E-6;70,1.5625E-6;71,7.8125E-7;72,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "appliedenergistics2:material:1", + "fortunes": { + "0": 1.5045, + "1": 2.0118, + "2": 2.6201, + "3": 3.3258 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "unlimitedchiselworks:chisel_stonebrick2_appliedenergistics2_sky_stone_brick_0:2", + "distrib": "0,0.0;93,0.0;94,4.6875E-6;95,7.8125E-6;96,0.0;108,0.0;109,4.6875E-6;110,1.25E-5;111,1.875E-5;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:1", + "distrib": "0,0.0;10,0.0;11,3.90625E-7;12,2.1484375E-5;13,1.7304688E-4;14,7.5234374E-4;15,0.0011382812;16,7.4492185E-4;17,1.8984375E-4;18,2.421875E-5;19,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:2", + "distrib": "0,0.0;46,0.0;47,3.515625E-6;48,8.203125E-6;49,2.578125E-5;50,4.6484376E-5;51,1.2109375E-4;52,2.4375E-4;53,4.6289063E-4;54,7.7929685E-4;55,0.0010867188;56,0.00139375;57,0.0017652344;58,0.0020414062;59,0.0020207032;60,0.0017753906;61,0.0014816406;62,0.0010953125;63,7.617187E-4;64,4.5585938E-4;65,2.4726562E-4;66,1.265625E-4;67,7.5E-5;68,1.7578124E-5;69,5.078125E-6;70,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:crystal_aer:0", + "distrib": "0,0.0;6,0.0;7,1.171875E-6;8,0.0;10,0.0;11,2.8125E-5;12,1.640625E-5;13,2.421875E-5;14,2.6953125E-5;15,2.65625E-5;16,3.0078125E-5;17,2.8515626E-5;18,2.265625E-5;19,2.3046876E-5;20,1.7578124E-5;21,2.4609375E-5;22,2.734375E-5;23,3.1640626E-5;24,2.7734375E-5;25,1.5625E-5;26,1.6015625E-5;27,1.8359375E-5;28,3.125E-5;29,2.3046876E-5;30,2.578125E-5;31,2.5E-5;32,2.6171874E-5;33,2.421875E-5;34,2.8125E-5;35,2.3046876E-5;36,1.796875E-5;37,1.6796876E-5;38,1.5625E-5;39,1.2109375E-5;40,1.5625E-5;41,2.109375E-5;42,1.40625E-5;43,1.5625E-5;44,1.640625E-5;45,1.640625E-5;46,1.5234375E-5;47,1.4453125E-5;48,1.71875E-5;49,1.09375E-5;50,1.2109375E-5;51,6.640625E-6;52,7.8125E-6;53,1.953125E-5;54,1.328125E-5;55,1.2109375E-5;56,6.640625E-6;57,1.171875E-5;58,9.765625E-6;59,8.59375E-6;60,1.484375E-5;61,1.328125E-5;62,2.7734375E-5;63,1.09375E-5;64,1.8359375E-5;65,1.25E-5;66,6.640625E-6;67,9.765625E-6;68,1.015625E-5;69,7.421875E-6;70,1.1328125E-5;71,8.984375E-6;72,1.0546875E-5;73,5.859375E-6;74,4.6875E-6;75,5.078125E-6;76,4.6875E-6;77,1.953125E-6;78,7.8125E-7;79,1.171875E-6;80,1.5625E-6;81,0.0;82,0.0;83,3.90625E-7;84,7.8125E-7;85,0.0;90,0.0;91,7.8125E-7;92,7.8125E-7;93,3.90625E-7;94,3.90625E-7;95,1.171875E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aer\",amount:1}]}", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:charcoal:0", + "distrib": "0,0.0;91,0.0;92,6.25E-6;93,9.375E-6;94,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:0", + "distrib": "0,0.0;19,0.0;20,3.90625E-7;21,7.8125E-7;22,7.8125E-7;23,3.90625E-7;24,2.734375E-6;25,2.6171874E-5;26,8.59375E-5;27,1.8125E-4;28,3.765625E-4;29,6.4179685E-4;30,9.152344E-4;31,0.0013546875;32,0.0020191406;33,0.002923828;34,0.0036015625;35,0.0042882813;36,0.00508125;37,0.0056953123;38,0.005783203;39,0.005707422;40,0.005598828;41,0.005116797;42,0.0044546877;43,0.003636328;44,0.002719922;45,0.0019234375;46,0.0012066406;47,7.453125E-4;48,4.4023438E-4;49,2.53125E-4;50,1.40625E-4;51,6.640625E-5;52,1.71875E-5;53,5.859375E-6;54,1.171875E-6;55,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:5", + "distrib": "0,0.0;11,0.0;12,3.90625E-7;13,3.90625E-6;14,2.3828125E-5;15,6.875E-5;16,2.0039063E-4;17,4.4765626E-4;18,7.4492185E-4;19,0.0011203125;20,0.0013402344;21,0.0011855469;22,8.3984376E-4;23,4.4921876E-4;24,2.0898438E-4;25,6.992187E-5;26,2.2265625E-5;27,3.90625E-6;28,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:ore_cinnabar:0", + "distrib": "0,0.0;1,2.7070314E-4;2,4.7851563E-4;3,6.9765624E-4;4,8.96875E-4;5,0.0011390625;6,0.0011246094;7,0.0011261719;8,0.0011738281;9,0.0011242188;10,0.0011746094;11,0.0012261719;12,0.001190625;13,0.0011984375;14,0.0011984375;15,0.001225;16,0.0012023437;17,0.0011789063;18,0.001165625;19,0.0012011719;20,0.0012113281;21,0.0011941406;22,0.0012046875;23,0.0011785156;24,0.0011898438;25,0.0011722656;26,0.0011855469;27,0.0011871094;28,0.001190625;29,0.0012085937;30,0.0011609375;31,0.0011222656;32,0.0011347656;33,0.0010796875;34,0.0010851562;35,0.001115625;36,0.00110625;37,0.0011339844;38,0.0011082031;39,0.0011167969;40,0.0010714844;41,0.0011175781;42,0.0010863282;43,0.0011328125;44,0.0011082031;45,0.0010894531;46,0.0010992187;47,0.0010824219;48,0.0011457031;49,0.0011363281;50,0.0011101563;51,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:6", + "distrib": "0,0.0;15,0.0;16,7.8125E-7;17,1.171875E-6;18,0.0;19,0.0;20,4.6875E-6;21,3.90625E-6;22,2.734375E-6;23,8.984375E-6;24,1.171875E-5;25,1.71875E-5;26,2.578125E-5;27,3.3984375E-5;28,4.5703124E-5;29,6.25E-5;30,9.140625E-5;31,1.03125E-4;32,7.5E-5;33,8.75E-5;34,1.07421874E-4;35,9.335938E-5;36,9.765625E-5;37,8.5546875E-5;38,9.8046876E-5;39,1.015625E-4;40,1.0E-4;41,9.726563E-5;42,1.02734375E-4;43,9.257813E-5;44,9.335938E-5;45,7.5E-5;46,7.851562E-5;47,6.8359375E-5;48,4.921875E-5;49,3.0078125E-5;50,1.875E-5;51,1.71875E-5;52,1.9921876E-5;53,6.640625E-6;54,7.03125E-6;55,3.90625E-6;56,3.90625E-6;57,0.0;58,7.8125E-7;59,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:3", + "distrib": "0,0.0;40,0.0;41,1.171875E-6;42,5.078125E-6;43,1.40625E-5;44,5.5859375E-5;45,1.4960938E-4;46,2.828125E-4;47,4.484375E-4;48,5.7734374E-4;49,5.105469E-4;50,4.40625E-4;51,2.847656E-4;52,1.3007813E-4;53,4.84375E-5;54,1.9921876E-5;55,5.859375E-6;56,1.5625E-6;57,3.90625E-7;58,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:4", + "distrib": "0,0.0;14,0.0;15,2.34375E-6;16,7.8125E-7;17,2.34375E-6;18,7.8125E-6;19,1.484375E-5;20,4.53125E-5;21,1.1875E-4;22,2.1914062E-4;23,4.4179687E-4;24,6.972656E-4;25,0.0010558594;26,0.0014660156;27,0.0017878907;28,0.0019902345;29,0.0019890624;30,0.0018085937;31,0.001390625;32,9.4609376E-4;33,6.125E-4;34,3.5976563E-4;35,1.7773437E-4;36,1.078125E-4;37,4.53125E-5;38,1.484375E-5;39,1.171875E-6;40,3.125E-6;41,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:1", + "distrib": "0,0.0;87,0.0;88,3.90625E-7;89,3.90625E-7;90,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:2", + "distrib": "0,0.0;83,0.0;84,3.90625E-7;85,3.90625E-7;86,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower1:0", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,3.90625E-7;80,0.0;82,0.0;83,3.90625E-7;85,3.90625E-7;86,7.8125E-7;87,3.90625E-7;88,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:pumpkin:0", + "distrib": "0,0.0;77,0.0;78,5.859375E-6;79,0.0;83,0.0;84,1.5625E-6;85,1.171875E-6;86,1.5625E-6;87,2.734375E-6;88,3.90625E-7;89,3.90625E-7;90,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "chisel:basalt2:7", + "distrib": "0,0.0;1,0.008392578;2,0.016400391;3,0.027620312;4,0.040739454;5,0.054226562;6,0.055465233;7,0.056010548;8,0.04641953;9,0.037367187;10,0.031898826;11,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stone_button:0", + "distrib": "0,0.0;93,0.0;94,3.90625E-7;95,3.90625E-7;96,0.0;108,0.0;109,3.90625E-7;110,7.8125E-7;111,7.8125E-7;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_button:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "actuallyadditions:item_canola_seed:0", + "distrib": "0,0.0;77,0.0;78,2.734375E-6;79,1.484375E-5;80,3.515625E-6;81,5.46875E-6;82,4.6875E-6;83,5.078125E-6;84,4.296875E-6;85,5.078125E-6;86,2.734375E-6;87,2.34375E-6;88,2.734375E-6;89,5.859375E-6;90,1.953125E-6;91,7.8125E-7;92,2.34375E-6;93,1.5625E-6;94,7.8125E-7;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_canola_seed:0", + "fortunes": { + "0": 1.7036, + "1": 2.2654, + "2": 2.8346, + "3": 3.409 + } + }, + { + "itemStack": "actuallyadditions:item_misc:13", + "fortunes": { + "0": 3.0094, + "1": 3.0011, + "2": 2.9915, + "3": 2.9966 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.2:2", + "distrib": "0,0.0;78,0.0;79,1.953125E-6;80,1.8359375E-5;81,2.3046876E-5;82,2.7734375E-5;83,3.203125E-5;84,3.0859374E-5;85,3.5546876E-5;86,3.59375E-5;87,3.203125E-5;88,3.125E-5;89,3.0078125E-5;90,2.9296874E-5;91,2.890625E-5;92,2.8125E-5;93,3.4765624E-5;94,3.1640626E-5;95,2.890625E-5;96,3.515625E-6;97,3.125E-6;100,3.125E-6;101,4.6875E-6;102,3.125E-6;103,3.125E-6;104,1.5625E-6;105,1.5625E-6;106,2.34375E-6;107,1.5625E-6;108,1.5625E-6;109,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "ebwizardry:crystal_block:3", + "distrib": "0,0.0;77,0.0;78,1.953125E-6;79,1.953125E-6;80,3.90625E-6;81,2.34375E-6;82,1.953125E-6;83,3.90625E-7;84,0.0;85,3.90625E-6;87,3.90625E-6;88,2.734375E-6;89,1.953125E-6;90,1.953125E-6;91,2.34375E-6;92,1.953125E-6;93,1.953125E-6;94,3.90625E-7;95,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.2:1", + "distrib": "0,0.0;78,0.0;79,7.8125E-7;80,1.484375E-5;81,2.03125E-5;82,2.03125E-5;83,2.1484375E-5;84,2.3828125E-5;85,2.890625E-5;86,3.1640626E-5;87,3.0859374E-5;88,3.2421874E-5;89,3.203125E-5;90,2.890625E-5;91,2.34375E-5;92,2.3828125E-5;93,1.640625E-5;94,1.484375E-5;95,1.484375E-5;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.2:3", + "distrib": "0,0.0;78,0.0;79,3.90625E-7;80,3.90625E-7;81,1.5625E-6;83,1.5625E-6;84,1.953125E-6;85,2.34375E-6;86,2.734375E-6;87,3.125E-6;88,3.125E-6;89,2.734375E-6;90,2.734375E-6;91,2.34375E-6;92,1.5625E-6;93,1.171875E-6;95,1.171875E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "chisel:limestone2:7", + "distrib": "0,0.0;28,0.0;29,3.7890626E-5;30,0.007088281;31,0.024071485;32,0.040758204;33,0.047589064;34,0.047591798;35,0.047502343;36,0.046919923;37,0.046791404;38,0.047203515;39,0.047858983;40,0.047877733;41,0.047591798;42,0.047978126;43,0.047896095;44,0.04805547;45,0.048403516;46,0.04812422;47,0.048301563;48,0.04838242;49,0.048014063;50,0.047583986;51,0.047863282;52,0.048464455;53,0.048634764;54,0.04896875;55,0.04860625;56,0.04833125;57,0.048621874;58,0.049099218;59,0.048878126;60,0.04849414;61,0.0491875;62,0.04210078;63,0.024839062;64,0.0069453125;65,3.828125E-5;66,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "integrateddynamics:menril_log_filled:0", + "distrib": "0,0.0;78,0.0;79,3.90625E-7;80,7.8125E-7;81,1.171875E-6;82,7.8125E-7;83,0.0;84,7.8125E-7;85,5.859375E-6;86,3.515625E-6;87,1.953125E-6;88,4.296875E-6;89,3.515625E-6;90,7.8125E-7;91,7.8125E-7;92,1.5625E-6;93,1.171875E-6;94,0.0;95,7.8125E-7;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "integrateddynamics:crystalized_menril_chunk:0", + "fortunes": { + "0": 2.0069, + "1": 2.5001, + "2": 3.0142, + "3": 3.5123 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "magicbees:hiveblock:4", + "distrib": "0,0.0;4,0.0;5,2.8515626E-5;6,3.1640626E-5;7,3.5546876E-5;8,3.3203127E-5;9,3.3984375E-5;10,2.96875E-5;11,3.3984375E-5;12,3.828125E-5;13,3.6328125E-5;14,3.75E-5;15,3.2421874E-5;16,2.7734375E-5;17,3.359375E-5;18,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]},NA:0b}", + "fortunes": { + "0": 0.0146 + } + }, + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 0.4836, + "1": 0.3462, + "2": 0.3558, + "3": 0.333 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.014 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:40,MaxH:40,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesSteadfast\",UID1:\"forestry.speciesSteadfast\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanNormal\",UID1:\"forestry.lifespanNormal\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4616, + "1": 0.467, + "2": 0.4778, + "3": 0.4761 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:40,MaxH:40,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesSteadfast\",UID1:\"forestry.speciesSteadfast\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanNormal\",UID1:\"forestry.lifespanNormal\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0548, + "1": 0.0594, + "2": 0.0559, + "3": 0.0583 + } + }, + { + "itemStack": "magicbees:beecomb:1", + "fortunes": { + "0": 0.0806, + "1": 0.0577, + "2": 0.0593, + "3": 0.0555 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.0225 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:gold_ore:0", + "distrib": "0,0.0;1,3.296875E-4;2,6.2695314E-4;3,9.765625E-4;4,0.00134375;5,0.0015769531;6,0.0016746094;7,0.0015984375;8,0.0015878907;9,0.0015265625;10,0.0016167968;11,0.0016230468;12,0.001590625;13,0.0016410156;14,0.0016398438;15,0.0015824218;16,0.001521875;17,0.0016023437;18,0.0015667969;19,0.0015820313;20,0.0015304687;21,0.0015476563;22,0.0015671875;23,0.0014992187;24,0.0015285156;25,0.0015699218;26,0.0015402344;27,0.0015714844;28,0.0015625;29,0.0014472656;30,7.9257815E-4;31,1.3789063E-4;32,0.0;41,0.0;42,5.46875E-6;43,2.6953125E-5;44,6.40625E-5;45,1.16015624E-4;46,1.7265625E-4;47,2.3398438E-4;48,3.1757812E-4;49,3.8710938E-4;50,4.7929687E-4;51,5.453125E-4;52,6.2382815E-4;53,6.746094E-4;54,6.8476563E-4;55,6.8125E-4;56,6.691406E-4;57,6.8359374E-4;58,6.8125E-4;59,6.660156E-4;60,6.652344E-4;61,4.7265625E-4;62,2.9609376E-4;63,1.7929687E-4;64,1.4335937E-4;65,2.9101563E-4;66,5.0234376E-4;67,7.1289064E-4;68,8.972656E-4;69,9.1679685E-4;70,9.1679685E-4;71,9.023438E-4;72,8.8828127E-4;73,8.8164065E-4;74,8.6875E-4;75,8.296875E-4;76,7.828125E-4;77,7.03125E-4;78,5.8945315E-4;79,4.765625E-4;80,6.5625E-5;81,4.6484376E-5;82,3.046875E-5;83,1.796875E-5;84,8.203125E-6;85,3.515625E-6;86,1.5625E-6;87,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.0:8", + "distrib": "0,0.0;78,0.0;79,3.125E-6;80,0.0;81,0.0;82,6.25E-6;83,1.71875E-5;84,2.7734375E-5;85,3.7109374E-5;86,3.828125E-5;87,3.6328125E-5;88,3.1640626E-5;89,2.421875E-5;90,2.8515626E-5;91,4.0625E-5;92,4.140625E-5;93,2.265625E-5;94,1.9140625E-5;95,2.421875E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treePlum\",UID1:\"forestry.treePlum\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitPlum\",UID1:\"forestry.fruitPlum\"},{Slot:4b,UID0:\"forestry.yieldHigh\",UID1:\"forestry.yieldHigh\"},{Slot:5b,UID0:\"forestry.sappinessAverage\",UID1:\"forestry.sappinessAverage\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0253, + "1": 0.0267, + "2": 0.0264, + "3": 0.0231 + } + }, + { + "itemStack": "forestry:fruits:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stonebrick:0", + "distrib": "0,0.0;77,0.0;78,8.203125E-6;79,3.4765624E-5;80,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "natura:overworld_berrybush_blackberry:0", + "distrib": "0,0.0;76,0.0;77,1.5625E-6;78,1.5625E-6;79,2.03125E-5;80,1.5625E-6;81,1.171875E-6;82,0.0;83,3.90625E-6;84,3.515625E-6;85,2.34375E-6;86,3.90625E-7;87,1.1328125E-5;88,6.25E-6;89,7.8125E-6;90,8.203125E-6;91,2.734375E-6;92,0.0;93,3.125E-6;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_blackberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:mossy_cobblestone:0", + "distrib": "0,0.0;9,0.0;10,9.375E-6;11,6.796875E-5;12,5.2734376E-5;13,1.9140625E-5;14,5.15625E-5;15,0.0;16,5.78125E-5;17,5.3125E-5;18,2.6953125E-5;19,2.2265625E-5;20,5.1953124E-5;21,3.59375E-5;22,4.2578125E-5;23,3.984375E-5;24,1.8359375E-5;25,1.5234375E-5;26,7.382812E-5;27,4.609375E-5;28,2.3046876E-5;29,2.5E-5;30,0.0;31,4.6484376E-5;32,6.4453125E-5;33,0.0;34,1.6796876E-5;35,2.4609375E-5;36,1.9921876E-5;37,8.5546875E-5;38,4.296875E-6;39,1.40625E-5;40,7.8125E-6;41,1.8359375E-5;42,1.9921876E-5;43,5.7421876E-5;44,4.140625E-5;45,1.9140625E-5;46,4.296875E-5;47,1.5625E-5;48,2.7734375E-5;49,5.0E-5;50,2.65625E-5;51,0.0;52,2.3046876E-5;53,4.7265625E-5;54,3.75E-5;55,2.3046876E-5;56,1.9921876E-5;57,1.328125E-5;58,0.0;59,1.953125E-6;60,3.7890626E-5;61,0.0;62,2.1875E-5;63,1.7578124E-5;64,1.9921876E-5;65,1.71875E-5;66,7.421875E-5;67,0.0;68,3.359375E-5;69,3.125E-5;70,0.0;71,0.0;72,5.078125E-6;73,0.0;74,1.6796876E-5;75,2.6953125E-5;76,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stonebrick:2", + "distrib": "0,0.0;77,0.0;78,4.296875E-6;79,1.6015625E-5;80,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "actuallyadditions:item_coffee_seed:0", + "distrib": "0,0.0;77,0.0;78,1.171875E-6;79,6.640625E-6;80,1.953125E-6;81,2.734375E-6;82,2.34375E-6;83,1.953125E-6;84,2.734375E-6;85,3.90625E-6;86,1.171875E-6;87,7.8125E-7;88,2.34375E-6;90,2.34375E-6;91,0.0;92,1.5625E-6;93,1.171875E-6;94,3.90625E-7;95,7.8125E-7;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_coffee_seed:0", + "fortunes": { + "0": 1.7001, + "1": 2.2642, + "2": 2.8556, + "3": 3.4072 + } + }, + { + "itemStack": "actuallyadditions:item_coffee_beans:0", + "fortunes": { + "0": 2.4899, + "1": 2.5026, + "2": 2.5024, + "3": 2.4978 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "actuallyadditions:block_black_lotus:0", + "distrib": "0,0.0;76,0.0;77,7.8125E-7;78,2.734375E-6;79,2.34375E-5;80,7.8125E-6;81,4.296875E-6;82,1.5625E-6;83,3.90625E-6;84,8.203125E-6;85,8.203125E-6;86,1.953125E-6;87,3.90625E-6;88,3.515625E-6;89,5.46875E-6;90,2.34375E-6;91,2.34375E-6;92,3.125E-6;93,1.953125E-6;94,3.90625E-7;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:block_black_lotus:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "natura:bluebells_flower:0", + "distrib": "0,0.0;61,0.0;62,3.90625E-7;63,0.0;76,0.0;77,3.90625E-7;78,1.5625E-6;79,2.34375E-6;80,1.5625E-6;81,1.171875E-6;82,3.90625E-7;83,2.34375E-6;84,3.90625E-7;85,0.0;86,3.90625E-7;87,0.0;88,1.171875E-6;89,7.8125E-7;90,3.90625E-7;91,2.734375E-6;92,1.171875E-6;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:bluebells_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "astralsorcery:blockmarble:4", + "distrib": "0,0.0;92,0.0;93,1.5625E-6;94,0.0;95,1.5625E-6;96,0.0;108,0.0;109,1.5625E-6;110,1.171875E-6;111,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:crystal_ordo:0", + "distrib": "0,0.0;10,0.0;11,2.0703124E-5;12,2.65625E-5;13,1.9921876E-5;14,2.5E-5;15,2.1484375E-5;16,1.796875E-5;17,2.1875E-5;18,3.1640626E-5;19,2.8125E-5;20,2.65625E-5;21,2.65625E-5;22,2.421875E-5;23,2.6953125E-5;24,1.9921876E-5;25,1.71875E-5;26,1.2890625E-5;27,1.640625E-5;28,1.9140625E-5;29,2.1875E-5;30,2.0703124E-5;31,2.6953125E-5;32,3.203125E-5;33,2.421875E-5;34,1.8359375E-5;35,1.484375E-5;36,1.4453125E-5;37,1.6796876E-5;38,2.3046876E-5;39,1.953125E-5;40,2.5E-5;41,1.8359375E-5;42,2.0703124E-5;43,1.5234375E-5;44,8.203125E-6;45,1.1328125E-5;46,1.2890625E-5;47,1.5234375E-5;48,1.7578124E-5;49,1.4453125E-5;50,1.171875E-5;51,1.6796876E-5;52,1.40625E-5;53,1.8359375E-5;54,9.765625E-6;55,9.375E-6;56,1.2890625E-5;57,2.03125E-5;58,1.40625E-5;59,8.59375E-6;60,5.46875E-6;61,2.734375E-6;62,2.265625E-5;63,5.46875E-6;64,5.859375E-6;65,6.640625E-6;66,6.25E-6;67,1.1328125E-5;68,1.4453125E-5;69,9.765625E-6;70,1.1328125E-5;71,6.640625E-6;72,9.375E-6;73,1.09375E-5;74,1.1328125E-5;75,7.8125E-6;76,5.078125E-6;77,3.90625E-7;78,0.0;79,3.90625E-7;80,3.90625E-7;81,1.953125E-6;82,3.90625E-7;83,3.90625E-7;84,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ordo\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "actuallyadditions:block_misc:3", + "distrib": "0,0.0;1,5.9765624E-4;2,0.0011328125;3,0.0016480469;4,0.00225625;5,0.0028082032;6,0.0027664062;7,0.002823828;8,0.0028199218;9,0.0028152345;10,0.0028515626;11,0.00299375;12,0.0029125;13,0.002855078;14,0.0029070312;15,0.0028488282;16,0.0028613282;17,0.002810547;18,0.0027921875;19,0.002907422;20,0.0029449218;21,0.0029054687;22,0.002910547;23,0.0029382813;24,0.0028859375;25,0.002826953;26,0.0029304686;27,0.0028992188;28,0.0029441407;29,0.0027757813;30,0.0027921875;31,0.0027644532;32,0.0026804688;33,0.0025527345;34,0.0024847656;35,0.0025390624;36,0.0026515624;37,0.0026121093;38,0.0024984374;39,0.002539453;40,0.0025339844;41,0.0025335937;42,0.0024464843;43,0.0012824219;44,1.5585938E-4;45,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore:4", + "distrib": "0,0.0;36,0.0;37,5.847656E-4;38,0.002113672;39,0.0035753907;40,0.0041570314;41,0.0041773436;42,0.0040066405;43,0.003985547;44,0.004061719;45,0.0041210935;46,0.0041441405;47,0.0041851564;48,0.004189844;49,0.004217969;50,0.004187891;51,0.0042453124;52,0.00415625;53,0.0041738283;54,0.004373047;55,0.0043179686;56,0.0042398437;57,0.0042914064;58,0.0042515625;59,0.004353906;60,0.0043515624;61,0.004335547;62,0.0041933595;63,0.004174609;64,0.0040816404;65,0.0041609374;66,0.0042570313;67,0.0043128906;68,0.0043742186;69,0.004365234;70,0.004325391;71,0.0043871095;72,0.0038632813;73,0.0022875;74,6.2890624E-4;75,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.1:1", + "distrib": "0,0.0;79,0.0;80,9.375E-6;81,1.09375E-5;82,4.140625E-5;83,4.1015624E-5;84,4.453125E-5;85,3.984375E-5;86,5.0390627E-5;87,4.9609374E-5;88,4.3359374E-5;89,4.1015624E-5;90,3.6328125E-5;91,3.2421874E-5;92,2.2265625E-5;93,1.5234375E-5;94,9.375E-6;95,7.03125E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "astralsorcery:blockmarble:2", + "distrib": "0,0.0;93,0.0;94,1.5625E-6;95,1.5625E-6;96,0.0;109,0.0;110,1.5625E-6;111,2.734375E-6;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:ore_amber:0", + "distrib": "0,0.0;23,0.0;24,3.90625E-7;25,3.90625E-7;26,0.0;27,3.90625E-7;29,3.90625E-7;30,0.0;31,3.90625E-7;32,1.5625E-6;33,0.0;34,3.90625E-7;35,0.0;36,0.0;37,3.90625E-7;38,0.0;39,0.0;40,7.8125E-7;41,3.90625E-7;42,1.171875E-6;43,0.0;44,3.90625E-7;45,3.90625E-7;46,7.8125E-7;47,3.90625E-7;48,3.90625E-7;49,1.171875E-6;50,2.34375E-6;51,2.734375E-6;52,2.34375E-6;53,1.015625E-5;54,2.890625E-5;55,1.2851563E-4;56,9.457031E-4;57,0.0012152344;58,0.0014363282;59,0.0016507813;60,0.0018847656;61,0.002171875;62,0.0022496094;63,0.00243125;64,0.0025851564;65,0.0026089845;66,0.0027347656;67,0.002716797;68,0.0027441406;69,0.0028160156;70,0.0027851562;71,0.0027613281;72,0.0027953126;73,0.002857422;74,0.0028328125;75,0.002632422;76,0.0021476562;77,0.0016597656;78,0.0013210938;79,0.0010589844;80,2.3125E-4;81,1.8554687E-4;82,1.6210937E-4;83,1.3203124E-4;84,1.171875E-4;85,7.890625E-5;86,5.1953124E-5;87,3.5546876E-5;88,1.7578124E-5;89,1.0546875E-5;90,4.296875E-6;91,1.953125E-6;92,3.90625E-7;93,7.8125E-7;94,0.0;95,3.90625E-7;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thaumcraft:curio:1", + "fortunes": { + "0": 0.092, + "1": 0.129, + "2": 0.1664, + "3": 0.2181 + } + }, + { + "itemStack": "thaumcraft:amber:0", + "fortunes": { + "0": 1.4048, + "1": 1.8866, + "2": 2.4614, + "3": 3.1297 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore:5", + "distrib": "0,0.0;1,0.0;2,8.90625E-5;3,3.9257813E-4;4,9.0625E-4;5,0.0013328125;6,0.0013652344;7,0.0013511719;8,0.0013390625;9,0.0013507813;10,0.0013496093;11,0.0013691406;12,0.0013144531;13,0.0013121094;14,0.0013433594;15,0.0013015625;16,0.0013699218;17,0.0011988281;18,7.066406E-4;19,2.1835938E-4;20,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore:2", + "distrib": "0,0.0;1,0.0;2,1.2304688E-4;3,6.789063E-4;4,0.0015832031;5,0.002164453;6,0.0021683595;7,0.0022808593;8,0.0023734374;9,0.0024390626;10,0.0025492187;11,0.002619922;12,0.00255;13,0.0026671875;14,0.002596875;15,0.0025679688;16,0.0026550782;17,0.002688672;18,0.0026058594;19,0.0026027344;20,0.0025453125;21,0.002526172;22,0.0025578125;23,0.0025429688;24,0.0025757812;25,0.0025890626;26,0.0026128907;27,0.0024222657;28,0.0014855468;29,6.1953126E-4;30,2.9921875E-4;31,3.0546874E-4;32,2.5390624E-4;33,1.5859376E-4;34,3.7109374E-5;35,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal:1", + "distrib": "0,0.0;43,0.0;44,1.5625E-6;45,6.25E-6;46,4.6875E-6;47,5.46875E-6;48,8.59375E-6;49,5.46875E-6;50,1.328125E-5;51,4.6875E-6;52,3.125E-6;53,0.0;54,1.5625E-6;55,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore:3", + "distrib": "0,0.0;1,0.0;2,2.890625E-5;3,1.8554687E-4;4,3.9453126E-4;5,5.4375E-4;6,5.3125E-4;7,8.7304687E-4;8,0.0018398437;9,0.002809375;10,0.0031398437;11,0.003221875;12,0.0032660156;13,0.0031421876;14,0.0030671875;15,0.0030960937;16,0.0031261719;17,0.0031371093;18,0.0030804689;19,0.003060547;20,0.0030695312;21,0.003142578;22,0.003125;23,0.0031878906;24,0.003175;25,0.0031644532;26,0.003253125;27,0.0031925782;28,0.0029957031;29,0.002769922;30,0.0025765626;31,0.0026441407;32,0.0023492188;33,0.0013488281;34,3.4375E-4;35,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "astralsorcery:blockmarble:1", + "distrib": "0,0.0;77,0.0;78,4.375E-5;79,7.96875E-5;80,3.578125E-4;81,4.7109375E-4;82,5.726562E-4;83,7.316406E-4;84,8.960937E-4;85,9.5234375E-4;86,9.964844E-4;87,0.0010027344;88,0.0010136719;89,0.0010203125;90,0.0010277344;91,0.0010226562;92,0.0010160157;93,9.613281E-4;94,9.0820313E-4;95,8.8828127E-4;96,5.515625E-4;98,5.515625E-4;99,5.519531E-4;105,5.519531E-4;106,5.3125E-4;107,4.898438E-4;108,4.484375E-4;109,4.296875E-4;110,3.5429688E-4;111,2.890625E-4;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal:0", + "distrib": "0,0.0;47,0.0;48,7.8125E-7;49,7.8125E-7;50,0.0;51,0.0;52,5.46875E-6;53,5.859375E-6;54,8.984375E-6;55,1.015625E-5;56,1.953125E-5;57,2.9296874E-5;58,2.734375E-5;59,2.0703124E-5;60,1.328125E-5;61,2.03125E-5;62,1.6796876E-5;63,1.328125E-5;64,9.375E-6;65,3.90625E-6;66,2.34375E-6;67,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore:0", + "distrib": "0,0.0;36,0.0;37,5.75E-4;38,0.0020910157;39,0.0035777343;40,0.004131641;41,0.004171094;42,0.004082422;43,0.0042433594;44,0.004194531;45,0.0046226564;46,0.0059085935;47,0.0069636717;48,0.0074210935;49,0.0075960937;50,0.0076972656;51,0.00785;52,0.007975781;53,0.008057812;54,0.007948047;55,0.007970703;56,0.008082031;57,0.008185937;58,0.00825586;59,0.008102735;60,0.008164453;61,0.008037109;62,0.0075183595;63,0.007369922;64,0.00735;65,0.00765;66,0.007975;67,0.008187891;68,0.008333594;69,0.00823125;70,0.008342578;71,0.008399218;72,0.007822266;73,0.0061847656;74,0.0046820315;75,0.003828125;76,0.0032179689;77,0.0025582032;78,0.0020765625;79,0.0016269531;80,3.4375E-4;81,2.7265624E-4;82,2.0429687E-4;83,1.578125E-4;84,1.2109375E-4;85,1.0820312E-4;86,8.203125E-5;87,4.1015624E-5;88,2.265625E-5;89,7.421875E-6;90,3.90625E-6;91,2.734375E-6;92,7.8125E-7;93,1.5625E-6;94,1.171875E-6;95,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "techreborn:ore:0", + "distrib": "0,0.0;6,0.0;7,4.3203126E-4;8,0.0028847656;9,0.0052503906;10,0.005680078;11,0.005769922;12,0.005875;13,0.006086328;14,0.0059890626;15,0.005939453;16,0.0058964845;17,0.0059933593;18,0.0058625;19,0.00584375;20,0.005884375;21,0.005957422;22,0.006013672;23,0.005875781;24,0.005836328;25,0.0059015625;26,0.0058101565;27,0.0057011717;28,0.005840625;29,0.0060589844;30,0.0059660156;31,0.005860547;32,0.00578125;33,0.0057835937;34,0.005932031;35,0.0057535158;36,0.00576875;37,0.0059496094;38,0.0059164064;39,0.005859375;40,0.005822656;41,0.005941797;42,0.0059214844;43,0.005928906;44,0.005901172;45,0.006014844;46,0.0060855467;47,0.006005469;48,0.0059589846;49,0.0059734373;50,0.0061105466;51,0.006109375;52,0.0062203123;53,0.0061671874;54,0.0060359375;55,0.006278516;56,0.006244922;57,0.0059492188;58,0.0031214843;59,4.8515626E-4;60,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal:3", + "distrib": "0,0.0;12,0.0;13,3.90625E-7;14,1.171875E-6;15,3.125E-6;16,1.328125E-5;17,2.2265625E-5;18,4.3359374E-5;19,4.375E-5;20,6.328125E-5;21,5.5078126E-5;22,3.3203127E-5;23,2.0703124E-5;24,1.328125E-5;25,5.859375E-6;26,7.8125E-7;27,7.8125E-7;28,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore:1", + "distrib": "0,0.0;16,0.0;17,4.90625E-4;18,0.0018269531;19,0.0030703126;20,0.0035710938;21,0.0036496094;22,0.0037027344;23,0.0036191407;24,0.0034941407;25,0.0034660157;26,0.0035058593;27,0.0036988282;28,0.0037203126;29,0.003583203;30,0.0036171875;31,0.0036820313;32,0.003558203;33,0.0036453125;34,0.0036582032;35,0.003598828;36,0.003567578;37,0.0035992188;38,0.0035535155;39,0.003496875;40,0.0035296874;41,0.003575;42,0.0035722656;43,0.0036070312;44,0.00371875;45,0.0037019532;46,0.0037574219;47,0.0038671875;48,0.004057422;49,0.0041171876;50,0.004142578;51,0.0042300783;52,0.0037699218;53,0.0025128906;54,0.0011898438;55,7.0E-4;56,7.113281E-4;57,7.0117187E-4;58,7.0976565E-4;59,7.4375E-4;60,7.375E-4;61,5.1523437E-4;62,3.28125E-4;63,2.0859374E-4;64,1.734375E-4;65,3.28125E-4;66,5.296875E-4;67,7.46875E-4;68,9.578125E-4;69,9.59375E-4;70,9.484375E-4;71,9.15625E-4;72,9.1171876E-4;73,8.9765625E-4;74,8.667969E-4;75,8.3125E-4;76,7.703125E-4;77,6.8359374E-4;78,5.832031E-4;79,4.90625E-4;80,6.40625E-5;81,5.078125E-5;82,3.359375E-5;83,2.03125E-5;84,1.25E-5;85,5.46875E-6;86,7.8125E-7;87,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "techreborn:ore:1", + "distrib": "0,0.0;4,0.0;5,1.9023438E-4;6,1.7265625E-4;7,1.7617187E-4;8,1.8476562E-4;9,1.8828125E-4;10,1.7109375E-4;11,1.7304688E-4;12,1.8789062E-4;13,1.7578126E-4;14,1.7734375E-4;15,1.984375E-4;16,1.84375E-4;17,1.8007813E-4;18,1.8398438E-4;19,1.8828125E-4;20,1.953125E-4;21,1.8828125E-4;22,1.90625E-4;23,1.8632812E-4;24,1.7421875E-4;25,1.875E-4;26,1.9335937E-4;27,1.7382813E-4;28,1.734375E-4;29,1.7734375E-4;30,1.7734375E-4;31,1.7695312E-4;32,1.96875E-4;33,1.9335937E-4;34,2.0820313E-4;35,1.8515626E-4;36,1.7773437E-4;37,1.796875E-4;38,1.8007813E-4;39,1.7578126E-4;40,2.0117188E-4;41,1.9453125E-4;42,2.0E-4;43,1.9257813E-4;44,1.8164063E-4;45,2.0039063E-4;46,1.8476562E-4;47,2.046875E-4;48,1.9414062E-4;49,1.7851562E-4;50,1.9648437E-4;51,1.8554687E-4;52,1.75E-4;53,2.1328125E-4;54,2.0859374E-4;55,1.9335937E-4;56,1.8789062E-4;57,2.0078124E-4;58,1.8398438E-4;59,1.8359374E-4;60,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal:2", + "distrib": "0,0.0;19,0.0;20,1.5625E-6;21,4.6875E-6;22,4.6875E-6;23,9.375E-6;24,1.8359375E-5;25,2.2265625E-5;26,2.8125E-5;27,2.734375E-5;28,2.65625E-5;29,3.1640626E-5;30,3.8671875E-5;31,3.125E-5;32,2.265625E-5;33,1.484375E-5;34,6.25E-6;35,1.5625E-6;36,1.953125E-6;37,3.90625E-7;38,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:5", + "distrib": "0,0.0;10,0.0;11,2.734375E-6;12,4.296875E-6;13,4.296875E-6;14,3.515625E-6;15,5.078125E-6;16,6.640625E-6;17,3.90625E-6;18,5.46875E-6;19,3.90625E-6;20,6.25E-6;21,5.078125E-6;22,3.125E-6;23,4.296875E-6;24,2.734375E-6;25,3.515625E-6;26,3.90625E-6;27,3.90625E-6;28,3.125E-6;29,2.34375E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal:5", + "distrib": "0,0.0;17,0.0;18,7.8125E-7;19,0.0;20,3.90625E-7;21,2.734375E-6;22,5.078125E-6;23,3.125E-6;24,4.296875E-6;25,5.46875E-6;26,9.375E-6;27,5.859375E-6;28,7.03125E-6;29,8.984375E-6;30,6.640625E-6;31,6.640625E-6;32,6.25E-6;33,4.296875E-6;34,5.078125E-6;35,0.0;36,2.34375E-6;37,1.5625E-6;38,7.8125E-7;39,3.90625E-7;40,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:4", + "distrib": "0,0.0;10,0.0;11,5.078125E-6;12,1.953125E-6;13,3.90625E-6;14,3.90625E-6;15,3.515625E-6;16,4.6875E-6;17,5.46875E-6;18,3.125E-6;19,3.90625E-6;20,6.25E-6;21,5.859375E-6;22,3.90625E-6;23,3.515625E-6;24,3.125E-6;25,3.90625E-6;26,2.734375E-6;27,5.078125E-6;28,4.296875E-6;29,6.25E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal:4", + "distrib": "0,0.0;20,0.0;21,7.8125E-7;22,0.0;23,7.8125E-7;24,1.5625E-6;25,1.5625E-6;26,1.171875E-6;27,3.125E-6;28,7.03125E-6;29,3.90625E-6;30,1.0546875E-5;31,8.984375E-6;32,6.640625E-6;33,7.03125E-6;34,6.25E-6;35,5.859375E-6;36,3.515625E-6;37,5.46875E-6;38,1.5625E-6;39,1.953125E-6;40,5.078125E-6;41,3.515625E-6;42,3.125E-6;43,3.515625E-6;44,3.90625E-6;45,3.90625E-6;46,6.25E-6;47,5.859375E-6;48,3.515625E-6;49,7.8125E-7;50,1.5625E-6;51,3.125E-6;52,0.0;53,3.90625E-7;54,7.8125E-7;55,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:7", + "distrib": "0,0.0;10,0.0;11,5.859375E-6;12,5.078125E-6;13,5.859375E-6;14,4.6875E-6;15,3.515625E-6;16,5.859375E-6;17,3.125E-6;18,6.640625E-6;19,3.90625E-6;20,5.078125E-6;21,2.734375E-6;22,4.6875E-6;23,1.5625E-6;24,5.078125E-6;25,5.078125E-6;26,3.125E-6;27,3.90625E-6;28,2.34375E-6;29,1.953125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:6", + "distrib": "0,0.0;10,0.0;11,5.078125E-6;12,5.078125E-6;13,5.46875E-6;14,3.125E-6;15,3.515625E-6;16,5.46875E-6;17,3.90625E-6;18,5.078125E-6;19,4.296875E-6;20,3.90625E-6;21,3.515625E-6;22,5.078125E-6;23,1.953125E-6;24,1.5625E-6;25,4.296875E-6;26,1.5625E-6;27,4.6875E-6;28,5.078125E-6;29,3.125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:9", + "distrib": "0,0.0;10,0.0;11,3.125E-6;12,3.90625E-6;13,4.6875E-6;14,4.6875E-6;15,5.859375E-6;16,5.078125E-6;17,7.03125E-6;18,5.46875E-6;19,6.640625E-6;20,3.90625E-6;21,7.03125E-6;22,3.515625E-6;23,1.5625E-6;24,5.078125E-6;25,5.46875E-6;26,1.5625E-6;27,3.90625E-6;28,3.90625E-6;29,5.078125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:8", + "distrib": "0,0.0;10,0.0;11,3.125E-6;12,4.296875E-6;13,6.25E-6;14,3.515625E-6;15,2.734375E-6;16,3.515625E-6;17,7.421875E-6;18,5.078125E-6;19,3.125E-6;20,3.90625E-6;21,3.515625E-6;22,5.078125E-6;23,4.296875E-6;25,4.296875E-6;26,1.171875E-6;27,4.296875E-6;28,3.90625E-6;29,2.34375E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:ore_quartz:0", + "distrib": "0,0.0;1,1.90625E-4;2,3.734375E-4;3,5.78125E-4;4,7.53125E-4;5,9.058594E-4;6,9.171875E-4;7,8.9296873E-4;8,9.15625E-4;9,8.808594E-4;10,9.0E-4;11,9.402344E-4;12,9.195313E-4;13,9.6171873E-4;14,9.7382814E-4;15,9.527344E-4;16,9.386719E-4;17,9.386719E-4;18,9.2578126E-4;19,9.347656E-4;20,9.496094E-4;21,9.59375E-4;22,9.6015626E-4;23,9.5117185E-4;24,9.378906E-4;25,9.5351564E-4;26,9.625E-4;27,8.941406E-4;28,9.230469E-4;29,9.5117185E-4;30,9.5546874E-4;31,9.2265627E-4;32,9.0273435E-4;33,8.7929686E-4;34,8.7109377E-4;35,8.7734376E-4;36,8.8242185E-4;37,8.886719E-4;38,8.808594E-4;39,8.402344E-4;40,8.7304687E-4;41,8.691406E-4;42,8.496094E-4;43,8.917969E-4;44,8.96875E-4;45,8.8164065E-4;46,8.777344E-4;47,8.703125E-4;48,8.921875E-4;49,9.0390624E-4;50,8.9765625E-4;51,8.8984374E-4;52,9.335937E-4;53,9.0742187E-4;54,8.851563E-4;55,9.058594E-4;56,9.238281E-4;57,8.9453126E-4;58,9.2226564E-4;59,9.078125E-4;60,9.214844E-4;61,9.132812E-4;62,9.066406E-4;63,9.324219E-4;64,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:quartz:0", + "fortunes": { + "0": 1.0, + "1": 1.3353, + "2": 1.7491, + "3": 2.2077 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:brown_mushroom:0", + "distrib": "0,0.0;10,0.0;11,5.46875E-6;12,3.515625E-6;13,7.8125E-6;14,6.640625E-6;15,4.296875E-6;16,3.90625E-6;17,4.6875E-6;18,4.296875E-6;19,2.734375E-6;20,3.125E-6;21,2.34375E-6;22,4.6875E-6;23,6.25E-6;24,3.125E-6;25,3.515625E-6;26,3.125E-6;27,7.421875E-6;28,4.6875E-6;29,4.6875E-6;30,2.34375E-6;31,2.34375E-6;32,2.734375E-6;33,7.8125E-7;34,3.90625E-6;35,1.171875E-6;36,0.0;37,3.125E-6;38,2.734375E-6;39,2.734375E-6;40,1.171875E-6;41,5.078125E-6;42,3.125E-6;43,3.125E-6;44,6.640625E-6;45,7.8125E-7;46,5.46875E-6;47,4.296875E-6;48,7.8125E-7;49,0.0;50,1.171875E-6;51,3.515625E-6;52,1.171875E-6;53,7.8125E-7;54,7.8125E-7;55,1.171875E-6;56,3.90625E-7;57,1.171875E-6;58,0.0;59,1.171875E-6;60,1.953125E-6;61,1.171875E-6;62,1.2890625E-5;63,2.34375E-6;64,3.125E-6;65,1.953125E-6;66,3.90625E-7;67,7.8125E-7;68,3.90625E-7;69,7.8125E-7;70,1.953125E-6;71,7.8125E-7;73,7.8125E-7;74,3.90625E-7;75,1.171875E-6;76,1.5625E-6;77,7.8125E-7;78,3.90625E-7;79,3.90625E-7;80,7.8125E-7;81,0.0;82,3.90625E-7;83,0.0;84,0.0;85,3.90625E-7;86,0.0;88,0.0;89,3.90625E-7;90,3.90625E-7;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:brown_mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:fruits:5", + "distrib": "0,0.0;82,0.0;83,4.296875E-6;84,6.25E-6;85,7.8125E-6;86,7.03125E-6;87,8.203125E-6;88,9.765625E-6;89,8.59375E-6;90,3.125E-6;91,1.953125E-6;92,1.953125E-6;93,3.515625E-6;94,5.078125E-6;95,2.34375E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "natura:overworld_berrybush_raspberry:0", + "distrib": "0,0.0;75,0.0;76,1.953125E-6;77,3.90625E-7;78,1.953125E-6;79,3.7890626E-5;80,2.0703124E-5;81,7.8125E-6;82,7.8125E-6;83,9.765625E-6;84,1.5234375E-5;86,1.5234375E-5;87,6.640625E-6;88,1.171875E-5;89,3.515625E-6;90,1.953125E-6;91,3.90625E-7;92,6.640625E-6;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_raspberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:fruits:6", + "distrib": "0,0.0;83,0.0;84,3.90625E-7;86,3.90625E-7;87,1.5625E-6;88,2.734375E-6;89,1.953125E-6;90,2.734375E-6;91,1.5625E-6;93,1.5625E-6;94,1.171875E-6;95,7.8125E-7;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "actuallyadditions:item_flax_seed:0", + "distrib": "0,0.0;77,0.0;78,7.8125E-7;79,1.1328125E-5;80,3.90625E-6;81,1.171875E-6;82,1.5625E-6;83,3.515625E-6;84,1.953125E-6;85,4.6875E-6;86,3.90625E-7;87,3.125E-6;88,2.34375E-6;91,2.34375E-6;92,2.734375E-6;93,7.8125E-7;94,3.90625E-7;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_flax_seed:0", + "fortunes": { + "0": 1.7225, + "1": 2.3026, + "2": 2.867, + "3": 3.4362 + } + }, + { + "itemStack": "minecraft:string:0", + "fortunes": { + "0": 3.5124, + "1": 3.494, + "2": 3.5074, + "3": 3.4934 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:1", + "distrib": "0,0.0;10,0.0;11,4.296875E-6;12,5.859375E-6;13,5.859375E-6;14,3.125E-6;15,6.25E-6;16,3.515625E-6;17,3.90625E-6;18,5.078125E-6;19,4.296875E-6;20,3.90625E-6;21,3.90625E-6;22,5.078125E-6;23,4.6875E-6;24,2.34375E-6;25,4.296875E-6;26,3.515625E-6;27,3.515625E-6;28,4.6875E-6;29,2.734375E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:0", + "distrib": "0,0.0;10,0.0;11,2.34375E-6;12,5.859375E-6;13,4.296875E-6;14,5.078125E-6;15,2.34375E-6;16,4.296875E-6;17,6.25E-6;18,3.515625E-6;19,3.515625E-6;20,4.6875E-6;21,4.296875E-6;22,3.125E-6;23,5.859375E-6;24,3.515625E-6;25,2.34375E-6;26,4.6875E-6;27,4.296875E-6;28,4.6875E-6;29,2.34375E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:3", + "distrib": "0,0.0;10,0.0;11,5.078125E-6;12,5.46875E-6;13,4.6875E-6;14,3.515625E-6;15,3.90625E-6;16,4.6875E-6;17,7.421875E-6;18,6.25E-6;19,3.515625E-6;20,5.078125E-6;21,3.515625E-6;22,1.953125E-6;23,3.515625E-6;24,3.90625E-6;25,5.859375E-6;26,3.90625E-6;27,2.734375E-6;28,3.125E-6;29,2.734375E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:mushroom:2", + "distrib": "0,0.0;10,0.0;11,4.6875E-6;12,5.859375E-6;13,3.125E-6;14,4.6875E-6;15,6.640625E-6;16,3.90625E-6;17,5.46875E-6;18,5.46875E-6;19,5.078125E-6;20,3.90625E-6;21,3.515625E-6;22,5.078125E-6;23,3.515625E-6;24,3.90625E-6;25,1.171875E-6;26,2.734375E-6;27,3.125E-6;28,4.6875E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:bedrock:0", + "distrib": "0,1.0;1,0.7999836;2,0.6001148;3,0.40018204;4,0.19944453;5,0.0;78,0.0;79,3.515625E-6;80,2.34375E-6;81,1.953125E-6;82,2.34375E-6;83,0.0;84,0.0;85,1.7578124E-5;86,1.5625E-5;87,2.109375E-5;88,1.015625E-5;89,1.328125E-5;90,1.015625E-5;91,5.46875E-6;92,7.03125E-6;93,1.71875E-5;94,2.4609375E-5;95,2.8125E-5;96,0.0;105,0.0;106,1.953125E-6;107,5.46875E-6;108,1.6015625E-5;109,1.640625E-5;110,1.5234375E-5;111,1.0546875E-5;112,0.0;", + "silktouch": true, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "randomthings:glowingmushroom:0", + "distrib": "0,0.0;10,0.0;11,7.03125E-6;12,6.640625E-6;13,5.46875E-6;14,5.46875E-6;15,8.59375E-6;16,1.484375E-5;17,1.09375E-5;18,1.3671875E-5;19,8.203125E-6;20,1.2109375E-5;21,8.203125E-6;22,9.765625E-6;23,8.59375E-6;24,1.171875E-5;25,7.03125E-6;26,7.421875E-6;27,5.859375E-6;28,3.90625E-6;29,5.078125E-6;30,6.25E-6;31,6.25E-6;32,7.03125E-6;33,9.375E-6;34,6.25E-6;35,8.59375E-6;36,6.640625E-6;37,5.078125E-6;38,6.25E-6;39,1.1328125E-5;40,5.078125E-6;41,3.125E-6;42,4.6875E-6;43,7.421875E-6;44,6.640625E-6;45,4.6875E-6;46,2.734375E-6;47,5.46875E-6;48,1.09375E-5;49,3.90625E-6;50,2.34375E-6;51,3.125E-6;52,1.5625E-6;54,1.5625E-6;55,1.953125E-6;56,3.125E-6;57,3.90625E-6;58,4.296875E-6;59,2.34375E-6;60,3.90625E-6;61,2.734375E-6;62,3.7109374E-5;63,3.90625E-7;64,2.34375E-6;65,2.34375E-6;66,1.953125E-6;67,1.171875E-6;68,2.34375E-6;69,5.859375E-6;70,5.46875E-6;71,3.90625E-7;72,3.90625E-7;73,1.5625E-6;74,3.125E-6;75,1.953125E-6;76,1.5625E-6;77,0.0;78,7.8125E-7;79,0.0;80,1.5625E-6;81,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:glowingmushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:iron_ore:0", + "distrib": "0,0.0;1,0.0017332031;2,0.0033429686;3,0.004935547;4,0.006335156;5,0.008030469;6,0.007928906;7,0.008062109;8,0.0081546875;9,0.00815664;10,0.008235547;11,0.008095703;12,0.007956641;13,0.008077734;14,0.008047656;15,0.007935156;16,0.007822656;17,0.007911328;18,0.00786875;19,0.0079960935;20,0.008075;21,0.007869922;22,0.007760547;23,0.007893359;24,0.007825782;25,0.007845312;26,0.0078085936;27,0.007906641;28,0.007935547;29,0.007887109;30,0.007873437;31,0.008000781;32,0.007951953;33,0.007874219;34,0.00788164;35,0.007993359;36,0.008043359;37,0.007988282;38,0.007990625;39,0.0080261715;40,0.008215625;41,0.008469531;42,0.008223047;43,0.008260547;44,0.008147656;45,0.008252734;46,0.008227735;47,0.008221875;48,0.008211328;49,0.00830625;50,0.008626563;51,0.008675781;52,0.008603906;53,0.008497656;54,0.008754297;55,0.008703906;56,0.008651953;57,0.008818359;58,0.008737891;59,0.008782031;60,0.0085722655;61,0.007837891;62,0.004226172;63,9.285156E-4;64,1.5507813E-4;65,3.234375E-4;66,5.347656E-4;67,7.511719E-4;68,9.722656E-4;69,9.574219E-4;70,9.2734373E-4;71,8.9960935E-4;72,8.9101563E-4;73,8.8554685E-4;74,8.617187E-4;75,8.3007815E-4;76,7.7421876E-4;77,6.972656E-4;78,5.898437E-4;79,4.9453124E-4;80,7.148438E-5;81,5.3125E-5;82,3.7109374E-5;83,2.421875E-5;84,1.1328125E-5;85,5.078125E-6;86,1.953125E-6;87,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.5:1", + "distrib": "0,0.0;76,0.0;77,3.90625E-7;78,7.8125E-7;79,3.515625E-6;80,7.8125E-7;81,1.953125E-6;82,3.125E-6;83,4.6875E-6;85,4.6875E-6;86,4.296875E-6;87,2.734375E-6;88,3.90625E-6;89,4.296875E-6;90,3.90625E-6;91,4.296875E-6;92,3.515625E-6;93,2.734375E-6;94,2.34375E-6;95,2.34375E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:vine:0", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,3.515625E-6;80,2.2265625E-5;81,3.671875E-5;82,4.296875E-5;83,4.765625E-5;84,6.523437E-5;85,6.757813E-5;86,8.125E-5;87,8.476563E-5;88,7.890625E-5;89,8.203125E-5;90,8.007813E-5;91,7.382812E-5;92,6.210938E-5;93,5.15625E-5;94,5.1953124E-5;95,2.8515626E-5;96,6.25E-6;97,9.765625E-6;98,7.03125E-6;99,7.03125E-6;100,3.125E-6;101,3.515625E-6;102,1.953125E-6;103,2.34375E-6;104,1.953125E-6;105,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:0", + "distrib": "0,0.0;77,0.0;78,2.734375E-6;79,2.34375E-6;80,0.0;81,0.0;82,1.328125E-5;83,3.3984375E-5;84,4.1015624E-5;85,4.453125E-5;86,5.1171875E-5;87,8.125E-5;88,9.179687E-5;89,8.242187E-5;90,4.765625E-5;91,2.2265625E-5;92,5.46875E-6;93,6.25E-6;94,1.1328125E-5;95,9.375E-6;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeTeak\",UID1:\"forestry.treeTeak\"},{Slot:1b,UID0:\"forestry.heightSmall\",UID1:\"forestry.heightSmall\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0237, + "1": 0.0223, + "2": 0.0243, + "3": 0.023 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "randomthings:pitcherplant:0", + "distrib": "0,0.0;75,0.0;76,3.90625E-7;77,0.0;78,1.171875E-6;79,2.1484375E-5;80,6.640625E-6;81,5.859375E-6;82,1.953125E-6;83,4.6875E-6;84,4.296875E-6;85,5.859375E-6;86,3.515625E-6;87,1.171875E-6;88,1.171875E-6;89,5.078125E-6;90,1.5625E-6;91,1.171875E-6;92,7.8125E-7;93,7.8125E-7;94,3.90625E-7;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:pitcherplant:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "twilightforest:giant_obsidian:0", + "distrib": "0,0.0;78,0.0;79,5.625E-5;80,5.15625E-5;81,5.15625E-5;82,9.84375E-5;83,9.84375E-5;84,1.484375E-4;85,3.40625E-4;86,3.671875E-4;87,4.234375E-4;88,4.234375E-4;89,4.0E-4;90,4.015625E-4;91,3.953125E-4;92,3.875E-4;93,4.109375E-4;94,3.6875E-4;95,3.75E-4;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:fluid_crude_oil:0", + "distrib": "0,0.0;27,0.0;28,7.8125E-6;29,1.71875E-5;30,5.078125E-6;31,0.0;36,0.0;37,5.859375E-6;38,1.09375E-5;39,5.46875E-6;40,0.0;41,7.8125E-6;42,1.875E-5;43,1.015625E-5;44,7.8125E-7;45,0.0;53,0.0;54,8.203125E-6;55,2.578125E-5;56,1.875E-5;57,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:air:0", + "distrib": "0,0.0;1,0.0;2,0.013936719;3,0.02251289;4,0.03152422;5,0.041283984;6,0.043053515;7,0.044477344;8,0.04605547;9,0.047440626;10,0.048536718;11,0.049427733;12,0.04993828;13,0.049909767;14,0.050716408;15,0.051725;16,0.05317461;17,0.05440742;18,0.056639064;19,0.057732422;20,0.059460547;21,0.059728906;22,0.059996873;23,0.060329687;24,0.060598046;25,0.059807032;26,0.05874961;27,0.057875782;28,0.057643358;29,0.057165235;30,0.0566875;31,0.056798827;32,0.05609844;33,0.054716796;34,0.05313203;35,0.052695703;36,0.0512125;37,0.050900392;38,0.0502875;39,0.04913672;40,0.048201174;41,0.046817187;42,0.044703517;43,0.04287578;44,0.041220702;45,0.039441798;46,0.037408594;47,0.035696484;48,0.03441797;49,0.033253904;50,0.031890623;51,0.030539062;52,0.028664062;53,0.027353516;54,0.025691407;55,0.024765626;56,0.023663672;57,0.022159375;58,0.021055078;59,0.020023437;60,0.01999453;61,0.020089062;62,0.051214453;63,0.053821094;64,0.05548711;65,0.05161211;66,0.047378514;67,0.042986717;68,0.03839492;69,0.035309765;70,0.032419533;71,0.029339062;72,0.026463673;73,0.023817187;74,0.021177344;75,0.019140234;76,0.017108593;77,0.015376953;78,0.019389063;79,0.056552343;80,0.016302735;81,0.024239453;82,0.030205859;83,0.03818164;84,0.050757423;85,0.06466328;86,0.07206133;87,0.07875195;88,0.08822305;89,0.09899922;90,0.1069918;91,0.11319297;92,0.117859766;93,0.120925;94,0.12236914;95,0.12309024;96,0.0071175783;97,0.007113281;98,0.007121875;99,0.007113672;100,0.0070910156;101,0.007063672;102,0.0070597655;103,0.007057031;104,0.0070632813;105,0.0070847655;106,0.0070875;107,0.007095703;108,0.0071058595;109,0.0071324217;110,0.0072234375;111,0.0072890627;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:9", + "distrib": "0,0.0;84,0.0;85,1.171875E-6;86,1.171875E-6;87,1.5625E-6;88,4.296875E-6;89,5.859375E-6;90,4.6875E-6;91,4.296875E-6;92,6.25E-6;93,5.46875E-6;94,3.515625E-6;95,3.125E-6;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeBalsa\",UID1:\"forestry.treeBalsa\"},{Slot:1b,UID0:\"forestry.heightLarge\",UID1:\"forestry.heightLarge\"},{Slot:2b,UID0:\"forestry.saplingsHigh\",UID1:\"forestry.saplingsHigh\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0966, + "1": 0.0999, + "2": 0.0986, + "3": 0.0987 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:4", + "distrib": "0,0.0;85,0.0;86,2.65625E-5;87,4.609375E-5;88,4.2578125E-5;89,8.710937E-5;90,1.4335937E-4;91,2.1679688E-4;92,2.1210937E-4;93,1.8203125E-4;94,1.9648437E-4;95,1.6796876E-4;96,0.0;97,2.734375E-6;98,2.734375E-6;99,3.90625E-7;100,0.0;102,0.0;103,8.203125E-6;104,1.015625E-5;105,8.203125E-6;106,4.6875E-6;107,1.171875E-6;108,3.90625E-7;109,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeZebrawood\",UID1:\"forestry.treeZebrawood\"},{Slot:1b,UID0:\"forestry.heightLarge\",UID1:\"forestry.heightLarge\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLowest\",UID1:\"forestry.sappinessLowest\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i2d\",UID1:\"forestry.i2d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0246, + "1": 0.0254, + "2": 0.0266, + "3": 0.0268 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "advancedrocketry:geode:0", + "distrib": "0,0.0;40,0.0;41,8.242187E-5;42,2.2617188E-4;43,4.5078126E-4;44,6.082031E-4;45,8.6015626E-4;46,0.0011015625;47,0.0013804687;48,0.0016550781;49,0.0018289062;50,0.0020488282;51,0.0021578125;52,0.0021765626;53,0.0021664063;54,0.0022128907;55,0.0021738282;56,0.0021804688;57,0.0022539063;58,0.0022960939;59,0.0021859375;60,0.0021960938;61,0.0022203126;62,0.0021726564;63,0.0021601561;64,0.00436875;65,0.0021601561;66,0.0021726564;67,0.0021996093;68,0.0021789062;69,0.0021707031;70,0.0022816407;71,0.0022417968;72,0.002171875;73,0.0021691406;74,0.0022128907;75,0.0021664063;76,0.0021765626;77,0.0021578125;78,0.0020488282;79,0.0018289062;80,2.65625E-4;81,2.1835938E-4;82,1.8984375E-4;83,1.4882813E-4;84,1.2265625E-4;85,5.390625E-5;86,2.8515626E-5;87,1.40625E-5;88,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:3", + "distrib": "0,0.0;83,0.0;84,1.7578124E-5;85,5.9375E-5;86,9.335938E-5;87,1.1640625E-4;88,1.3789063E-4;89,1.5976562E-4;90,1.96875E-4;91,2.1914062E-4;92,2.2578124E-4;93,2.390625E-4;94,2.0546875E-4;95,1.9101563E-4;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeEbony\",UID1:\"forestry.treeEbony\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationSlower\",UID1:\"forestry.maturationSlower\"},{Slot:8b,UID0:\"forestry.i3d\",UID1:\"forestry.i3d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0243, + "1": 0.0276, + "2": 0.0229, + "3": 0.0271 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:5", + "distrib": "0,0.0;89,0.0;90,2.5390626E-5;91,5.6640623E-5;92,7.382812E-5;93,1.5820313E-4;94,1.9101563E-4;95,2.5273437E-4;96,0.0;98,0.0;99,7.8125E-6;100,2.578125E-5;101,3.28125E-5;102,2.8515626E-5;103,1.796875E-5;104,1.2890625E-5;105,1.40625E-5;106,2.0703124E-5;107,2.1484375E-5;108,9.375E-6;109,8.59375E-6;110,3.125E-6;111,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeMahogony\",UID1:\"forestry.treeMahogony\"},{Slot:1b,UID0:\"forestry.heightLarge\",UID1:\"forestry.heightLarge\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationSlow\",UID1:\"forestry.maturationSlow\"},{Slot:8b,UID0:\"forestry.i2d\",UID1:\"forestry.i2d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0248, + "1": 0.0243, + "2": 0.0252, + "3": 0.0245 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "chisel:marble2:7", + "distrib": "0,0.0;28,0.0;29,2.8359375E-4;30,0.010154688;31,0.03262656;32,0.05421836;33,0.06363047;34,0.06401836;35,0.063092574;36,0.06292617;37,0.06292617;38,0.06306719;39,0.062730856;40,0.06234961;41,0.06255195;42,0.06319297;43,0.06451055;44,0.064829685;45,0.06440156;46,0.064421095;47,0.064773045;48,0.06521524;49,0.06479375;50,0.06448711;51,0.06445351;52,0.064577736;53,0.06459258;54,0.064276956;55,0.064391404;56,0.06528867;57,0.06593476;58,0.06605195;59,0.06591992;60,0.06613867;61,0.06583359;62,0.054771096;63,0.033665236;64,0.010942578;65,3.3242189E-4;66,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:crystal_terra:0", + "distrib": "0,0.0;10,0.0;11,1.2109375E-5;12,1.171875E-5;13,2.2265625E-5;14,1.1328125E-5;15,1.7578124E-5;16,2.2265625E-5;17,2.1875E-5;18,2.734375E-5;19,2.5E-5;20,2.6171874E-5;21,2.8515626E-5;22,2.890625E-5;23,3.6328125E-5;24,4.6484376E-5;25,3.125E-5;26,2.1875E-5;27,2.8125E-5;28,2.3046876E-5;29,1.8359375E-5;30,1.9921876E-5;31,1.484375E-5;32,1.71875E-5;33,1.25E-5;34,1.5625E-5;35,1.640625E-5;36,1.8359375E-5;37,1.796875E-5;38,1.9921876E-5;39,1.3671875E-5;40,1.9140625E-5;41,1.5625E-5;42,1.796875E-5;43,1.7578124E-5;44,2.6171874E-5;45,1.7578124E-5;46,1.1328125E-5;47,1.25E-5;48,8.59375E-6;49,8.984375E-6;50,1.09375E-5;51,1.171875E-5;52,1.09375E-5;53,1.09375E-5;54,7.8125E-6;55,4.6875E-6;56,1.953125E-6;57,7.421875E-6;58,4.6875E-6;59,6.640625E-6;60,9.765625E-6;61,9.375E-6;62,3.3984375E-5;63,1.09375E-5;64,1.5234375E-5;65,1.1328125E-5;66,1.3671875E-5;67,1.640625E-5;68,1.2109375E-5;69,1.015625E-5;70,1.2890625E-5;71,9.765625E-6;72,1.171875E-5;73,1.1328125E-5;74,8.203125E-6;75,3.515625E-6;76,3.515625E-6;77,1.953125E-6;79,1.953125E-6;80,0.0;94,0.0;95,3.90625E-7;97,3.90625E-7;98,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"terra\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:crystal_perditio:0", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,0.0;9,1.171875E-6;10,1.953125E-6;11,4.609375E-5;12,5.46875E-5;13,4.375E-5;14,4.5703124E-5;15,4.4921875E-5;16,5.1171875E-5;17,5.8984377E-5;18,5.15625E-5;19,5.5859375E-5;20,4.84375E-5;21,3.0859374E-5;22,4.765625E-5;23,2.9296874E-5;24,5.3125E-5;25,5.1953124E-5;26,4.6484376E-5;27,5.2734376E-5;28,5.2734376E-5;29,4.6484376E-5;30,3.9453123E-5;31,4.4140626E-5;32,5.3125E-5;33,4.3359374E-5;34,3.5546876E-5;35,3.2421874E-5;36,3.75E-5;37,3.8671875E-5;38,5.546875E-5;39,5.4296874E-5;40,4.4921875E-5;41,3.7109374E-5;42,3.203125E-5;43,3.5546876E-5;44,3.8671875E-5;45,3.7109374E-5;46,3.5546876E-5;47,3.8671875E-5;48,4.296875E-5;49,2.1484375E-5;50,2.1875E-5;51,2.4609375E-5;52,2.734375E-5;53,3.203125E-5;54,2.3828125E-5;55,1.7578124E-5;56,1.5234375E-5;57,2.03125E-5;58,2.0703124E-5;59,2.1875E-5;60,1.3671875E-5;61,1.875E-5;62,6.679688E-5;63,1.9921876E-5;64,1.7578124E-5;65,2.8515626E-5;66,2.6953125E-5;67,2.421875E-5;68,2.9296874E-5;69,3.1640626E-5;70,2.3828125E-5;71,1.7578124E-5;72,1.40625E-5;73,1.2890625E-5;74,1.328125E-5;75,1.40625E-5;76,7.8125E-6;77,5.859375E-6;78,3.125E-6;79,3.125E-6;80,0.0;81,0.0;82,1.171875E-6;83,0.0;84,2.34375E-6;85,0.0;86,3.90625E-7;87,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"perditio\",amount:1}]}", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:0", + "distrib": "0,0.0;77,0.0;78,1.953125E-6;79,5.859375E-6;80,0.0;82,0.0;83,7.8125E-7;84,2.34375E-6;85,3.90625E-6;86,1.171875E-6;87,3.90625E-7;88,1.5625E-6;89,0.0;90,3.90625E-7;91,7.8125E-7;92,3.90625E-7;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "natura:overworld_seeds:0", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,5.0E-5;80,4.6875E-6;81,2.734375E-6;82,1.5625E-6;83,7.8125E-7;84,1.25E-5;85,1.8359375E-5;86,5.46875E-6;87,4.296875E-6;88,2.34375E-6;90,2.34375E-6;91,4.6875E-6;92,1.171875E-6;93,1.5625E-6;94,3.125E-6;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:materials:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 2.0085, + "1": 2.6828, + "2": 3.3517, + "3": 4.0172 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:diamond_ore:0", + "distrib": "0,0.0;1,2.375E-4;2,4.3828125E-4;3,6.863281E-4;4,9.5703127E-4;5,0.0011972656;6,0.00124375;7,0.0011730469;8,0.001140625;9,0.0011945312;10,0.0011390625;11,0.0011355468;12,0.0011769531;13,0.0011269532;14,6.453125E-4;15,7.5E-5;16,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:diamond:0", + "fortunes": { + "0": 1.0, + "1": 1.3402, + "2": 1.7571, + "3": 2.1954 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "natura:overworld_seeds:1", + "distrib": "0,0.0;77,0.0;78,1.171875E-6;79,1.0546875E-5;80,1.015625E-5;81,2.734375E-6;82,1.171875E-6;83,1.5625E-6;84,2.734375E-6;85,2.34375E-6;86,0.0;87,3.90625E-7;88,1.171875E-6;89,4.296875E-6;90,1.3671875E-5;91,3.90625E-7;92,7.8125E-6;93,8.203125E-6;94,7.8125E-7;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:materials:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 1.8585, + "1": 2.5036, + "2": 3.1088, + "3": 3.7491 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "draconicevolution:draconium_ore:0", + "distrib": "0,0.0;1,3.0859374E-5;2,6.992187E-5;3,1.0820312E-4;4,1.5742188E-4;5,1.8867188E-4;6,7.460937E-5;7,3.515625E-6;8,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "draconicevolution:draconium_dust:0", + "fortunes": { + "0": 2.5042, + "1": 3.5165, + "2": 4.5281, + "3": 5.5359 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.0:1", + "distrib": "0,0.0;75,0.0;76,3.90625E-7;78,3.90625E-7;79,1.5625E-6;80,1.171875E-6;81,1.171875E-6;82,3.125E-6;83,5.078125E-6;84,3.515625E-6;85,7.421875E-6;86,5.859375E-6;87,1.015625E-5;88,7.03125E-6;89,3.515625E-6;90,1.5625E-6;91,3.90625E-7;92,3.90625E-7;93,1.953125E-6;94,3.90625E-7;95,3.90625E-7;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:15", + "distrib": "0,0.0;87,0.0;88,1.1328125E-5;89,3.90625E-5;90,9.375E-5;91,1.515625E-4;92,2.0078124E-4;93,2.4140625E-4;94,2.8671874E-4;95,3.3867187E-4;96,8.59375E-6;97,8.984375E-6;98,6.640625E-6;99,1.1328125E-5;100,2.1484375E-5;101,3.984375E-5;102,5.1171875E-5;103,5.5859375E-5;104,5.5078126E-5;105,3.671875E-5;106,2.9296874E-5;107,1.484375E-5;108,5.078125E-6;109,1.953125E-6;110,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeSipiri\",UID1:\"forestry.treeSipiri\"},{Slot:1b,UID0:\"forestry.heightLarge\",UID1:\"forestry.heightLarge\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationSlow\",UID1:\"forestry.maturationSlow\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0272, + "1": 0.0268, + "2": 0.0257, + "3": 0.0252 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.1:11", + "distrib": "0,0.0;81,0.0;82,1.625E-4;83,2.15625E-4;84,2.109375E-4;85,2.203125E-4;86,2.9257813E-4;87,3.3867187E-4;88,3.65625E-4;89,2.9179687E-4;90,2.6484375E-4;91,2.484375E-4;92,2.2890625E-4;93,1.546875E-4;94,1.0898437E-4;95,7.03125E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeWenge\",UID1:\"forestry.treeWenge\"},{Slot:1b,UID0:\"forestry.heightSmall\",UID1:\"forestry.heightSmall\"},{Slot:2b,UID0:\"forestry.saplingsLowest\",UID1:\"forestry.saplingsLowest\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLowest\",UID1:\"forestry.sappinessLowest\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i2d\",UID1:\"forestry.i2d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0096, + "1": 0.0091, + "2": 0.0089, + "3": 0.0103 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:red_mushroom:0", + "distrib": "0,0.0;10,0.0;11,1.171875E-6;12,0.0;13,2.34375E-6;14,2.734375E-6;15,2.734375E-6;16,5.46875E-6;17,3.90625E-6;18,3.125E-6;19,1.171875E-6;20,3.90625E-6;21,2.734375E-6;22,7.8125E-7;23,0.0;24,1.5625E-6;25,1.953125E-6;26,1.5625E-6;27,2.734375E-6;28,3.90625E-7;29,3.125E-6;30,3.125E-6;31,1.5625E-6;32,0.0;33,2.34375E-6;34,2.34375E-6;35,3.90625E-7;38,3.90625E-7;39,2.734375E-6;40,1.171875E-6;41,3.90625E-7;42,1.171875E-6;43,3.125E-6;44,7.8125E-7;45,1.5625E-6;46,2.34375E-6;47,7.8125E-7;48,1.5625E-6;49,1.5625E-6;50,7.8125E-7;51,1.171875E-6;52,7.8125E-7;53,7.8125E-7;54,0.0;55,0.0;56,7.8125E-7;57,3.90625E-7;58,0.0;59,1.5625E-6;60,1.171875E-6;61,1.5625E-6;62,2.6953125E-5;63,1.5625E-6;64,2.34375E-6;65,1.171875E-6;66,3.90625E-7;67,1.171875E-6;68,7.8125E-7;69,3.90625E-7;70,1.171875E-6;71,0.0;72,3.90625E-7;73,7.8125E-7;74,0.0;75,3.90625E-7;79,3.90625E-7;80,1.171875E-6;81,3.90625E-7;82,3.90625E-7;83,0.0;84,3.90625E-7;87,3.90625E-7;88,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:grass:0", + "distrib": "0,0.0;75,0.0;76,2.6171876E-4;77,0.0056875;78,0.038677733;79,0.32011876;80,0.008183594;81,0.006448828;82,0.008277735;83,0.012899609;84,0.014039453;85,0.0075019533;86,0.006755078;87,0.009507031;88,0.010566016;89,0.0078097656;90,0.006063672;91,0.0044351565;92,0.002726953;93,0.0011011718;94,4.8945314E-4;95,2.9257813E-4;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:coal_ore:0", + "distrib": "0,0.0;1,0.002633203;2,0.0050859377;3,0.0076242187;4,0.0102765625;5,0.013076562;6,0.012958985;7,0.012778906;8,0.012780469;9,0.012596484;10,0.012387109;11,0.012385156;12,0.012664843;13,0.012547266;14,0.012479297;15,0.012608203;16,0.012507032;17,0.0124523435;18,0.012557032;19,0.012659766;20,0.012577344;21,0.01282539;22,0.013019141;23,0.0126914065;24,0.012746875;25,0.012844531;26,0.012575781;27,0.012423828;28,0.012491016;29,0.012345312;30,0.012232422;31,0.012266797;32,0.012457812;33,0.01275625;34,0.012683594;35,0.012721093;36,0.012717187;37,0.012551563;38,0.012486328;39,0.01238164;40,0.012540234;41,0.012628515;42,0.01275625;43,0.012888282;44,0.012889843;45,0.012573047;46,0.012745704;47,0.0131148435;48,0.013110938;49,0.013008594;50,0.012895703;51,0.012763281;52,0.012508203;53,0.01266289;54,0.012814844;55,0.012932813;56,0.013078125;57,0.01311875;58,0.012609375;59,0.012526953;60,0.012800781;61,0.013321875;62,0.01299414;63,0.012752344;64,0.012636328;65,0.012723828;66,0.012626562;67,0.012584765;68,0.012842188;69,0.012976171;70,0.012953515;71,0.012861718;72,0.012863281;73,0.012949609;74,0.012724219;75,0.011892969;76,0.009785937;77,0.007535547;78,0.006128125;79,0.004867578;80,0.0010394531;81,7.7421876E-4;82,6.789063E-4;83,6.46875E-4;84,5.832031E-4;85,4.4921876E-4;86,2.6953124E-4;87,1.8515626E-4;88,9.21875E-5;89,6.289063E-5;90,1.40625E-5;91,4.6875E-6;92,1.5625E-6;93,3.90625E-6;94,3.125E-6;95,1.5625E-6;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:coal:0", + "fortunes": { + "0": 1.0, + "1": 1.3343, + "2": 1.74, + "3": 2.2051 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "natura:clouds:2", + "distrib": "0,0.0;90,0.0;91,3.515625E-6;92,5.46875E-6;93,4.296875E-6;94,7.03125E-6;95,6.25E-6;96,0.0;106,0.0;107,1.5625E-6;108,3.90625E-6;109,1.5625E-6;110,3.125E-6;111,2.734375E-6;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:clouds:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "projectred-exploration:ore:6", + "distrib": "0,0.0;1,7.7851565E-4;2,0.0014816406;3,0.0021488282;4,0.002883203;5,0.0036171875;6,0.0035460938;7,0.0034765624;8,0.0035507812;9,0.0036054687;10,0.0034917968;11,0.003745703;12,0.0037625;13,0.003251953;14,0.0019410156;15,5.597656E-4;16,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "projectred-core:resource_item:105", + "fortunes": { + "0": 3.6389, + "1": 4.1596, + "2": 4.5022, + "3": 4.7962 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:chest:0", + "distrib": "0,0.0;10,0.0;11,3.90625E-7;12,2.34375E-6;13,1.953125E-6;14,7.8125E-7;15,7.8125E-7;16,0.0;17,1.171875E-6;18,1.953125E-6;19,1.171875E-6;20,7.8125E-7;21,1.171875E-6;23,1.171875E-6;24,1.5625E-6;25,7.8125E-7;26,7.8125E-7;27,3.125E-6;28,7.8125E-7;30,7.8125E-7;31,0.0;32,1.953125E-6;33,2.34375E-6;34,0.0;35,3.90625E-7;36,7.8125E-7;37,3.90625E-7;38,2.34375E-6;39,0.0;40,7.8125E-7;41,0.0;42,3.90625E-7;43,7.8125E-7;44,1.953125E-6;45,1.5625E-6;46,7.8125E-7;47,1.171875E-6;48,3.90625E-7;49,1.171875E-6;50,1.5625E-6;51,7.8125E-7;52,0.0;53,3.90625E-7;54,1.171875E-6;55,1.5625E-6;56,7.8125E-7;57,3.90625E-7;58,0.0;60,0.0;61,1.5625E-6;62,0.0;63,3.90625E-7;64,3.90625E-7;65,7.8125E-7;66,7.8125E-7;67,1.953125E-6;68,0.0;69,7.8125E-7;70,1.5625E-6;71,0.0;72,0.0;73,3.90625E-7;74,0.0;75,7.8125E-7;76,3.90625E-7;77,0.0;80,0.0;81,3.90625E-7;82,0.0;83,0.0;84,7.8125E-7;85,0.0;86,2.734375E-6;87,0.0;88,1.171875E-6;89,3.90625E-6;90,1.171875E-6;91,7.8125E-7;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:chest:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stone:5", + "distrib": "0,0.0;1,0.009433203;2,0.018295703;3,0.027256642;4,0.0358;5,0.04428125;6,0.044114843;7,0.043799218;8,0.043833204;9,0.043723047;10,0.04408086;11,0.046223048;12,0.046785157;13,0.046919532;14,0.046898827;15,0.04692461;16,0.04664414;17,0.046385936;18,0.04554297;19,0.04468125;20,0.044564452;21,0.04516914;22,0.04566406;23,0.045930468;24,0.04574336;25,0.045303516;26,0.044966016;27,0.04516172;28,0.04540547;29,0.046326954;30,0.04550039;31,0.04286875;32,0.040769532;33,0.03994531;34,0.039686717;35,0.039486326;36,0.039410938;37,0.039653517;38,0.040165626;39,0.039866406;40,0.03943125;41,0.03996992;42,0.04008125;43,0.03999414;44,0.040166795;45,0.040447265;46,0.04050039;47,0.040353514;48,0.040453516;49,0.040297657;50,0.040358596;51,0.04055078;52,0.04113242;53,0.04148008;54,0.042064063;55,0.042064063;56,0.04226836;57,0.042115234;58,0.041879687;59,0.04170117;60,0.0410832;61,0.041158594;62,0.04118203;63,0.04405664;64,0.04590078;65,0.04679375;66,0.046755858;67,0.046353906;68,0.046365626;69,0.046457812;70,0.046646874;71,0.047190234;72,0.047775;73,0.04784375;74,0.047560547;75,0.04450703;76,0.034907423;77,0.021611327;78,0.010938281;79,0.003684375;80,1.6445313E-4;81,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:cobblestone:0", + "distrib": "0,0.0;9,0.0;10,4.296875E-6;11,3.4375E-5;12,5.8984377E-5;13,7.1875E-5;14,9.257813E-5;15,9.4140625E-5;16,7.890625E-5;17,8.5546875E-5;18,9.140625E-5;19,7.539063E-5;20,8.984375E-5;21,8.476563E-5;22,7.734375E-5;23,9.101562E-5;24,9.6875E-5;25,7.5E-5;26,8.398438E-5;27,7.96875E-5;28,8.0859376E-5;29,8.28125E-5;30,7.851562E-5;31,6.40625E-5;32,6.8359375E-5;33,7.8125E-5;34,6.484375E-5;35,7.890625E-5;36,5.78125E-5;37,6.015625E-5;38,7.6953125E-5;39,7.460937E-5;40,6.71875E-5;41,6.71875E-5;42,2.6953125E-5;43,4.84375E-5;44,6.09375E-5;45,6.992187E-5;46,7.890625E-5;47,8.28125E-5;48,6.9140624E-5;49,6.4453125E-5;50,7.2265626E-5;51,5.0E-5;52,5.1171875E-5;53,6.25E-5;54,5.703125E-5;55,5.5859375E-5;56,6.484375E-5;57,6.210938E-5;58,4.4140626E-5;59,2.8515626E-5;60,2.9296874E-5;61,2.734375E-5;62,2.3046876E-5;63,3.828125E-5;64,4.5703124E-5;65,3.6328125E-5;66,6.40625E-5;67,5.625E-5;68,5.546875E-5;69,7.109375E-5;70,7.2265626E-5;71,3.3984375E-5;72,3.7109374E-5;73,2.421875E-5;74,1.2109375E-5;75,1.796875E-5;76,2.1484375E-5;77,1.71875E-5;78,1.7578124E-5;79,1.171875E-5;80,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stone:3", + "distrib": "0,0.0;1,0.008758203;2,0.016722657;3,0.02432422;4,0.032387108;5,0.040622264;6,0.04083906;7,0.040854298;8,0.04080117;9,0.041010547;10,0.041441407;11,0.042924218;12,0.043246876;13,0.042992968;14,0.04210703;15,0.041673046;16,0.041871484;17,0.042633593;18,0.042964064;19,0.042405467;20,0.04209961;21,0.041599218;22,0.041608203;23,0.04155586;24,0.041926563;25,0.041896485;26,0.04230664;27,0.042044923;28,0.04201914;29,0.04286914;30,0.04290742;31,0.040821485;32,0.038748827;33,0.037462108;34,0.03741211;35,0.03717539;36,0.03696289;37,0.037196483;38,0.036633205;39,0.036526173;40,0.036282033;41,0.03605742;42,0.036108594;43,0.036015626;44,0.03636836;45,0.036891796;46,0.037082423;47,0.03697344;48,0.037107814;49,0.037483983;50,0.037519142;51,0.037785158;52,0.038116015;53,0.03840469;54,0.038553126;55,0.03791289;56,0.037216797;57,0.03717383;58,0.037951563;59,0.03815625;60,0.037385546;61,0.03719375;62,0.037146483;63,0.03978086;64,0.042028908;65,0.04302617;66,0.04310195;67,0.043108594;68,0.043802343;69,0.04451094;70,0.044839453;71,0.045210548;72,0.045141798;73,0.044891406;74,0.04417969;75,0.040758595;76,0.032287892;77,0.02026875;78,0.010970312;79,0.0040214844;80,1.6289063E-4;81,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thaumcraft:crystal_aqua:0", + "distrib": "0,0.0;5,0.0;6,7.8125E-7;7,1.171875E-6;8,2.34375E-6;9,3.125E-6;10,3.90625E-7;11,5.8203124E-5;12,5.625E-5;13,5.3125E-5;14,5.859375E-5;15,3.9453123E-5;16,5.3125E-5;17,5.1953124E-5;18,4.7265625E-5;19,4.1015624E-5;20,4.6875E-5;21,5.0390627E-5;22,5.0E-5;23,5.0E-5;24,3.359375E-5;25,4.7265625E-5;26,4.375E-5;27,4.609375E-5;28,4.9609374E-5;29,4.453125E-5;30,4.453125E-5;31,5.1171875E-5;32,5.5078126E-5;33,5.5078126E-5;34,4.9609374E-5;35,5.2734376E-5;36,4.6875E-5;37,2.96875E-5;38,3.515625E-5;39,3.671875E-5;40,3.2421874E-5;41,3.3984375E-5;42,3.4375E-5;43,2.9296874E-5;44,3.0859374E-5;45,2.5390626E-5;46,3.59375E-5;47,1.484375E-5;48,2.0703124E-5;49,2.3046876E-5;50,2.5E-5;51,2.3828125E-5;52,2.6953125E-5;53,3.0078125E-5;54,2.7734375E-5;55,2.5E-5;56,3.0859374E-5;57,2.65625E-5;58,1.6796876E-5;59,1.3671875E-5;60,1.5625E-5;61,1.640625E-5;62,5.5078126E-5;63,1.875E-5;64,1.71875E-5;65,2.4609375E-5;66,1.796875E-5;67,2.5390626E-5;68,2.109375E-5;69,9.375E-6;70,1.4453125E-5;71,1.875E-5;72,1.3671875E-5;73,8.984375E-6;74,1.3671875E-5;75,7.03125E-6;76,7.8125E-6;77,5.46875E-6;78,4.6875E-6;79,4.296875E-6;80,7.8125E-7;81,0.0;82,3.90625E-7;83,0.0;84,3.90625E-7;85,0.0;92,0.0;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aqua\",amount:1}]}", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.4:3", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,3.125E-6;80,3.125E-6;81,3.515625E-6;82,5.46875E-6;83,7.03125E-6;84,1.015625E-5;85,1.328125E-5;86,1.5625E-5;87,2.0703124E-5;88,1.8359375E-5;89,2.109375E-5;90,1.9140625E-5;91,2.1484375E-5;92,2.1875E-5;93,1.2890625E-5;94,1.6796876E-5;95,7.8125E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "railcraft:ore_metal_poor:7", + "distrib": "0,0.0;12,0.0;13,7.8125E-7;14,3.125E-6;15,2.734375E-6;16,4.296875E-6;17,4.296875E-6;18,1.9140625E-5;19,3.1640626E-5;20,3.4765624E-5;21,5.9765625E-5;22,1.06640626E-4;23,1.59375E-4;24,2.015625E-4;25,2.7265624E-4;26,3.0078125E-4;27,2.9960938E-4;28,3.1953125E-4;29,3.2226564E-4;30,2.863281E-4;31,3.1132813E-4;32,2.4179688E-4;33,2.125E-4;34,1.4101563E-4;35,1.1367188E-4;36,5.6640623E-5;37,4.5703124E-5;38,1.953125E-5;39,1.09375E-5;40,5.46875E-6;41,3.125E-6;42,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "unlimitedchiselworks:chisel_stonebrick1_appliedenergistics2_sky_stone_brick_0:0", + "distrib": "0,0.0;90,0.0;91,1.875E-5;92,3.75E-5;93,8.515625E-5;94,8.515625E-5;95,6.640625E-5;96,0.0;105,0.0;106,1.875E-5;107,5.625E-5;108,9.375E-5;109,7.5E-5;110,5.625E-5;111,3.75E-5;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore_fluid:2", + "distrib": "0,0.0;1,1.4726563E-4;2,2.5273437E-4;3,3.6054687E-4;4,5.25E-4;5,6.242187E-4;6,6.3554686E-4;7,6.828125E-4;8,6.519531E-4;9,6.0976564E-4;10,5.921875E-4;11,5.859375E-4;12,5.5820314E-4;13,6.1054685E-4;14,6.535156E-4;15,7.222656E-4;16,7.199219E-4;17,5.382812E-4;18,2.7421876E-4;19,9.453125E-5;20,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:893", + "fortunes": { + "0": 1.0, + "1": 1.5032, + "2": 1.9996, + "3": 2.489 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:logs.4:2", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,3.125E-6;80,4.6875E-6;81,7.421875E-6;82,9.375E-6;83,1.328125E-5;84,1.7578124E-5;85,2.1484375E-5;86,2.1484375E-5;87,1.796875E-5;88,1.6015625E-5;89,1.328125E-5;90,1.25E-5;91,9.375E-6;92,6.640625E-6;93,6.640625E-6;94,5.46875E-6;95,4.6875E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "thermalfoundation:ore_fluid:1", + "distrib": "0,0.0;26,0.0;27,2.34375E-6;28,1.09375E-5;29,7.8125E-6;30,1.25E-5;31,7.8125E-7;32,0.0;35,0.0;36,3.90625E-6;37,5.078125E-6;38,6.640625E-6;39,7.03125E-6;40,4.296875E-6;41,1.6015625E-5;42,1.09375E-5;43,1.3671875E-5;44,6.640625E-6;45,0.0;53,0.0;54,9.765625E-6;55,7.8125E-6;56,8.984375E-6;57,1.5625E-6;58,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:892", + "fortunes": { + "0": 1.0, + "1": 1.5059, + "2": 1.9961, + "3": 2.5126 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:6", + "distrib": "0,0.0;76,0.0;77,3.90625E-7;78,0.0;79,4.6875E-6;80,2.34375E-6;81,3.90625E-7;82,3.90625E-7;83,0.0;84,3.90625E-7;85,0.0;86,1.171875E-6;87,3.90625E-7;88,3.90625E-7;89,7.8125E-7;90,2.734375E-6;91,3.90625E-7;92,7.8125E-7;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "unlimitedchiselworks:chisel_stonebrick2_appliedenergistics2_sky_stone_brick_0:6", + "distrib": "0,0.0;94,0.0;95,1.5625E-6;96,0.0;109,0.0;110,1.5625E-6;111,3.125E-6;112,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:5", + "distrib": "0,0.0;76,0.0;77,3.90625E-7;78,7.8125E-7;79,6.640625E-6;80,0.0;82,0.0;83,3.90625E-7;84,7.8125E-7;85,3.90625E-7;86,3.90625E-7;87,7.8125E-7;88,0.0;89,0.0;90,1.171875E-6;91,1.953125E-6;92,3.90625E-7;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.2:1", + "distrib": "0,0.0;84,0.0;85,2.734375E-6;86,2.34375E-5;87,7.3046875E-5;88,1.7109375E-4;89,1.2773437E-4;90,1.4296875E-4;91,1.19921875E-4;92,1.7109375E-4;93,1.1367188E-4;94,1.484375E-5;95,5.234375E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeDate\",UID1:\"forestry.treeDate\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitDates\",UID1:\"forestry.fruitDates\"},{Slot:4b,UID0:\"forestry.yieldLow\",UID1:\"forestry.yieldLow\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0345, + "1": 0.0353, + "2": 0.0351, + "3": 0.0376 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:8", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,8.984375E-6;80,0.0;81,0.0;82,3.90625E-7;83,1.171875E-6;84,0.0;85,2.734375E-6;86,1.953125E-6;87,2.734375E-6;88,3.125E-6;89,0.0;90,1.5625E-6;91,3.90625E-7;92,3.90625E-7;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "advancedrocketry:electricmushroom:0", + "distrib": "0,0.0;76,0.0;77,1.171875E-6;78,1.1328125E-5;79,1.2578125E-4;80,7.34375E-5;81,2.96875E-5;82,3.671875E-5;83,6.40625E-5;84,1.0117188E-4;85,9.570312E-5;86,5.9375E-5;87,4.4140626E-5;88,8.0859376E-5;89,8.710937E-5;90,5.390625E-5;91,6.484375E-5;92,3.828125E-5;93,1.8359375E-5;94,1.015625E-5;95,3.125E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "advancedrocketry:electricmushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:7", + "distrib": "0,0.0;77,0.0;78,2.734375E-6;79,8.984375E-6;80,3.90625E-6;81,3.90625E-7;82,1.171875E-6;83,3.90625E-7;84,1.171875E-6;85,7.8125E-7;86,1.5625E-6;87,2.34375E-6;88,2.734375E-6;89,1.171875E-6;90,3.90625E-7;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "integrateddynamics:menril_log:0", + "distrib": "0,0.0;78,0.0;79,1.171875E-6;80,9.375E-6;81,8.984375E-6;82,1.015625E-5;83,6.640625E-6;84,1.0546875E-5;85,2.1875E-5;86,2.34375E-5;87,2.6171874E-5;88,2.1875E-5;89,1.953125E-5;90,1.953125E-5;91,1.5625E-5;92,1.25E-5;93,7.421875E-6;94,5.859375E-6;95,4.6875E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "forestry:leaves.decorative.2:0", + "distrib": "0,0.0;84,0.0;85,4.296875E-6;86,3.3984375E-5;87,5.9765625E-5;88,5.78125E-5;89,5.78125E-5;90,6.289063E-5;91,9.8828124E-5;92,9.53125E-5;93,8.242187E-5;94,9.375E-5;95,7.539063E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treePapaya\",UID1:\"forestry.treePapaya\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitPapaya\",UID1:\"forestry.fruitPapaya\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0358, + "1": 0.0365, + "2": 0.0372, + "3": 0.0373 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:2", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,5.46875E-6;80,3.515625E-6;81,3.90625E-7;82,0.0;83,7.8125E-7;84,1.5625E-6;85,1.171875E-6;86,3.90625E-7;87,0.0;88,1.171875E-6;89,1.5625E-6;90,1.171875E-6;91,7.8125E-7;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:1", + "distrib": "0,0.0;77,0.0;78,4.296875E-6;79,1.953125E-6;80,0.0;81,1.953125E-6;82,0.0;83,0.0;84,7.8125E-7;85,4.6875E-6;86,7.8125E-7;87,0.0;88,3.90625E-7;89,0.0;90,3.90625E-7;91,1.5625E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:4", + "distrib": "0,0.0;77,0.0;78,7.8125E-7;79,1.5625E-6;80,4.296875E-6;81,1.953125E-6;82,7.8125E-7;83,7.8125E-7;84,4.296875E-6;85,4.6875E-6;86,1.953125E-6;87,7.8125E-7;88,7.8125E-7;89,1.171875E-6;90,0.0;91,0.0;92,3.90625E-7;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:3", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,1.5625E-6;80,3.90625E-7;81,1.5625E-6;82,1.5625E-6;83,0.0;84,2.34375E-6;85,2.734375E-6;86,7.8125E-7;87,2.34375E-6;88,7.8125E-7;89,4.6875E-6;90,1.171875E-6;91,7.8125E-7;92,1.171875E-6;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stone:0", + "distrib": "0,0.0;1,0.14945078;2,0.28816134;3,0.42805624;4,0.5654918;5,0.70113826;6,0.69839764;7,0.6959395;8,0.7002258;9,0.7046793;10,0.7076211;11,0.73199767;12,0.7300938;13,0.73085;14,0.73241174;15,0.73403984;16,0.73302263;17,0.7303156;18,0.7286262;19,0.72931325;20,0.729;21,0.7281074;22,0.72692186;23,0.7260918;24,0.7254008;25,0.7258125;26,0.72646916;27,0.7272293;28,0.7280383;29,0.72811836;30,0.71450233;31,0.6824801;32,0.65206367;33,0.6410715;34,0.6427133;35,0.6438703;36,0.64474493;37,0.64246523;38,0.63972735;39,0.638784;40,0.6401086;41,0.64107305;42,0.6423609;43,0.6443469;44,0.6465121;45,0.64766484;46,0.6477695;47,0.64795077;48,0.652168;49,0.65747267;50,0.6591285;51,0.6604035;52,0.661116;53,0.6620543;54,0.66248673;55,0.663102;56,0.6626422;57,0.66259843;58,0.6648113;59,0.6684055;60,0.6702977;61,0.6714672;62,0.6657395;63,0.6983266;64,0.7312344;65,0.75090784;66,0.75429064;67,0.75784767;68,0.7591383;69,0.7604164;70,0.762509;71,0.76508945;72,0.7691785;73,0.7740496;74,0.7717297;75,0.7217973;76,0.5958633;77,0.46515858;78,0.39174062;79,0.32948008;80,0.072070315;81,0.061040234;82,0.051439453;83,0.044360936;84,0.03571328;85,0.026834765;86,0.018366406;87,0.011216797;88,0.006323828;89,0.0033273438;90,0.0017222656;91,9.7382814E-4;92,5.1289063E-4;93,3.019531E-4;94,1.3398437E-4;95,5.390625E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:stone:1", + "distrib": "0,0.0;1,0.008901172;2,0.017245313;3,0.025502734;4,0.034184374;5,0.04224258;6,0.04222461;7,0.042128906;8,0.042364843;9,0.04256797;10,0.04248789;11,0.04408008;12,0.043864843;13,0.04309453;14,0.04259336;15,0.04262969;16,0.04343633;17,0.044323828;18,0.043602344;19,0.042630076;20,0.042460546;21,0.043146875;22,0.043540236;23,0.04373281;24,0.04368203;25,0.043724608;26,0.043609373;27,0.043616407;28,0.043879297;29,0.043932423;30,0.043134764;31,0.04058008;32,0.038096875;33,0.03707031;34,0.03743203;35,0.03801172;36,0.038596485;37,0.038990624;38,0.038703125;39,0.038372267;40,0.037821095;41,0.037736326;42,0.03818906;43,0.038582813;44,0.0390832;45,0.039644923;46,0.039589453;47,0.039582033;48,0.039310157;49,0.039618358;50,0.039891798;51,0.039641015;52,0.03936836;53,0.03919336;54,0.03960547;55,0.040048048;56,0.040228907;57,0.04022422;58,0.040285155;59,0.040401172;60,0.040271875;61,0.040471874;62,0.039919533;63,0.041941017;64,0.043584377;65,0.044396874;66,0.04415;67,0.04408828;68,0.045051955;69,0.045669142;70,0.04553281;71,0.04574844;72,0.045707032;73,0.046116408;74,0.04622461;75,0.043233592;76,0.034509376;77,0.021411719;78,0.011054687;79,0.0038085938;80,1.3789063E-4;81,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "extrabees:hive:1", + "distrib": "0,0.0;10,0.0;11,7.421875E-6;12,9.765625E-6;13,5.46875E-6;14,7.8125E-6;15,8.984375E-6;16,1.09375E-5;17,7.421875E-6;18,7.03125E-6;19,7.8125E-6;20,9.375E-6;21,7.421875E-6;22,1.171875E-5;23,7.421875E-6;24,5.46875E-6;25,1.328125E-5;26,7.421875E-6;27,7.8125E-6;28,4.6875E-6;29,5.46875E-6;30,3.90625E-6;31,9.375E-6;32,9.375E-6;33,4.6875E-6;34,6.25E-6;35,6.25E-6;36,7.8125E-6;37,4.6875E-6;38,6.25E-6;39,6.25E-6;40,7.03125E-6;41,7.03125E-6;42,7.8125E-6;43,3.90625E-6;44,5.859375E-6;45,3.90625E-6;46,5.859375E-6;47,5.46875E-6;48,3.90625E-6;49,6.640625E-6;50,1.953125E-6;51,4.296875E-6;52,3.90625E-6;53,3.515625E-6;54,7.03125E-6;55,5.859375E-6;56,2.34375E-6;57,3.90625E-6;58,3.125E-6;59,3.90625E-6;60,3.515625E-6;61,1.5625E-6;62,1.171875E-6;63,1.953125E-6;64,2.34375E-6;65,4.296875E-6;66,3.125E-6;67,2.734375E-6;68,3.515625E-6;69,3.515625E-6;70,2.734375E-6;71,1.953125E-6;72,3.125E-6;73,4.6875E-6;74,1.5625E-6;75,2.734375E-6;76,3.515625E-6;77,1.171875E-6;78,3.90625E-7;79,1.5625E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9598, + "1": 0.9611, + "2": 0.9599, + "3": 0.9617 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.499, + "1": 0.5015, + "2": 0.51, + "3": 0.511 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.501, + "1": 0.4985, + "2": 0.49, + "3": 0.489 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:9", + "distrib": "0,0.0;77,0.0;78,7.8125E-7;79,7.03125E-6;80,0.0;81,0.0;82,7.8125E-7;83,1.171875E-6;84,3.90625E-7;85,6.640625E-6;86,7.8125E-7;87,3.90625E-7;88,1.171875E-6;89,3.90625E-7;90,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:obsidian:0", + "distrib": "0,0.0;92,0.0;93,1.953125E-6;94,0.0;95,1.953125E-6;96,0.0;108,0.0;109,1.953125E-6;110,1.5625E-6;111,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:4", + "distrib": "0,0.0;78,0.0;79,3.90625E-7;80,0.0;91,0.0;92,3.90625E-7;93,3.90625E-7;94,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:5", + "distrib": "0,0.0;78,0.0;79,1.171875E-6;80,0.0;81,3.90625E-7;82,3.90625E-7;83,0.0;84,7.8125E-7;85,7.8125E-7;86,0.0;87,0.0;88,3.90625E-7;89,7.8125E-7;90,7.8125E-7;91,3.90625E-7;92,0.0;93,3.90625E-7;94,3.90625E-7;95,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:redstone_ore:0", + "distrib": "0,0.0;1,0.0020433594;2,0.0038347656;3,0.0057445313;4,0.0077289063;5,0.009410937;6,0.009453907;7,0.009557422;8,0.009371485;9,0.009436719;10,0.009310156;11,0.009225;12,0.009385938;13,0.008712109;14,0.0048734373;15,6.8164064E-4;16,0.0;41,0.0;42,5.078125E-6;43,2.3828125E-5;44,5.9375E-5;45,1.0820312E-4;46,1.65625E-4;47,2.3945312E-4;48,3.1992188E-4;49,3.9765626E-4;50,4.6015624E-4;51,5.203125E-4;52,5.972656E-4;53,6.4960937E-4;54,6.8515626E-4;55,6.980469E-4;56,7.082031E-4;57,6.917969E-4;58,6.894531E-4;59,6.8515626E-4;60,7.0E-4;61,4.9570313E-4;62,3.1835938E-4;63,1.9101563E-4;64,1.5546875E-4;65,2.9804689E-4;66,4.855469E-4;67,7.0117187E-4;68,9.078125E-4;69,9.0E-4;70,9.1796875E-4;71,9.28125E-4;72,9.433594E-4;73,9.40625E-4;74,9.066406E-4;75,8.6757814E-4;76,7.980469E-4;77,6.8359374E-4;78,5.9335935E-4;79,4.886719E-4;80,6.601562E-5;81,5.0390627E-5;82,3.1640626E-5;83,1.9140625E-5;84,6.640625E-6;85,1.953125E-6;86,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 4.5025, + "1": 4.9915, + "2": 5.4995, + "3": 5.9959 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:2", + "distrib": "0,0.0;78,0.0;79,7.8125E-7;80,0.0;82,0.0;83,3.90625E-7;84,3.90625E-7;85,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:3", + "distrib": "0,0.0;78,0.0;79,3.90625E-7;80,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:dirt:0", + "distrib": "0,0.0;1,0.0034273437;2,0.0066035157;3,0.009879297;4,0.01270625;5,0.015589062;6,0.015333203;7,0.0151722655;8,0.015038672;9,0.014926562;10,0.01511836;11,0.01551211;12,0.015816797;13,0.016110156;14,0.015973829;15,0.015685938;16,0.01563828;17,0.016097266;18,0.016510937;19,0.016310938;20,0.015608594;21,0.015201953;22,0.015094141;23,0.015511719;24,0.015889844;25,0.016098829;26,0.016151562;27,0.016291797;28,0.015796876;29,0.015526953;30,0.015695313;31,0.01577539;32,0.015932813;33,0.015827734;34,0.015673827;35,0.015799219;36,0.016116016;37,0.016507031;38,0.016714454;39,0.01666211;40,0.016294532;41,0.015854297;42,0.015698828;43,0.01586836;44,0.016084375;45,0.015985547;46,0.016052734;47,0.01599961;48,0.015923828;49,0.016083984;50,0.016070703;51,0.016396875;52,0.016438281;53,0.016283594;54,0.016144142;55,0.016326172;56,0.016526563;57,0.016863672;58,0.017148437;59,0.017035548;60,0.016779687;61,0.016182812;62,0.015398828;63,0.015441797;64,0.015564844;65,0.015811328;66,0.0158375;67,0.015769921;68,0.015801173;69,0.016248828;70,0.016875781;71,0.016941406;72,0.0166625;73,0.017558984;74,0.02686914;75,0.0916836;76,0.25202423;77,0.42339298;78,0.49445665;79,0.26239845;80,0.026042579;81,0.031786717;82,0.033428125;83,0.02765547;84,0.022313671;85,0.023516016;86,0.02543086;87,0.023161719;88,0.017494531;89,0.0125367185;90,0.007941796;91,0.0041128905;92,0.0017089844;93,7.5820315E-4;94,4.1210937E-4;95,1.8828125E-4;96,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "integrateddynamics:menril_leaves:0", + "distrib": "0,0.0;81,0.0;82,1.953125E-6;83,1.2890625E-5;84,3.1640626E-5;85,5.46875E-5;86,7.5E-5;87,8.515625E-5;88,8.6328124E-5;89,8.28125E-5;90,7.070313E-5;91,5.5078126E-5;92,4.6875E-5;93,3.75E-5;94,2.734375E-5;95,1.953125E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_berries:0", + "fortunes": { + "0": 0.2504, + "1": 0.2467, + "2": 0.2475, + "3": 0.2582 + } + }, + { + "itemStack": "integrateddynamics:menril_sapling:0", + "fortunes": { + "0": 0.0509, + "1": 0.0656, + "2": 0.0797, + "3": 0.0995 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "advancedrocketry:charcoallog:0", + "distrib": "0,0.0;43,0.0;44,3.90625E-7;47,3.90625E-7;48,7.8125E-7;51,7.8125E-7;52,3.90625E-7;53,3.90625E-7;54,0.0;68,0.0;69,3.90625E-7;70,1.171875E-6;71,1.953125E-6;72,1.953125E-6;73,2.34375E-6;74,6.640625E-6;75,1.71875E-5;76,2.890625E-5;77,6.523437E-5;78,2.375E-4;79,0.0012265625;80,3.5820313E-4;81,5.65625E-4;82,7.328125E-4;83,9.367188E-4;84,0.0012613281;85,0.0016394531;86,0.0017332031;87,0.0017167969;88,0.0017996094;89,0.0019039062;90,0.0018777343;91,0.001778125;92,0.0016800781;93,0.0015;94,0.001396875;95,0.0012238282;96,8.984375E-6;97,7.03125E-6;98,3.90625E-6;99,1.5625E-6;100,3.90625E-7;104,3.90625E-7;105,1.5625E-6;106,2.34375E-6;107,1.1328125E-5;108,1.484375E-5;109,1.796875E-5;110,1.8359375E-5;111,4.53125E-5;112,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:coal:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.5022, + "3": 2.01 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:6", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,1.171875E-6;80,7.8125E-7;81,7.8125E-7;82,0.0;88,0.0;89,3.90625E-7;90,3.90625E-7;91,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:7", + "distrib": "0,0.0;78,0.0;79,3.90625E-7;81,3.90625E-7;82,7.8125E-7;83,7.8125E-7;84,0.0;85,7.8125E-7;86,7.8125E-7;87,3.90625E-7;88,7.8125E-7;89,7.8125E-7;90,3.90625E-7;91,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:14", + "distrib": "0,0.0;77,0.0;78,1.953125E-6;79,8.203125E-6;80,3.515625E-6;81,1.953125E-6;82,3.90625E-7;83,1.171875E-6;84,7.8125E-7;85,0.0;86,1.171875E-6;87,0.0;88,0.0;89,3.90625E-7;90,1.171875E-6;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "mysticalagriculture:inferium_ore:0", + "distrib": "0,0.0;12,0.0;13,2.5625E-4;14,0.0026015625;15,0.0051285154;16,0.0055328123;17,0.0054308595;18,0.005481641;19,0.0053054686;20,0.0050339843;21,0.0052226563;22,0.005210547;23,0.005296094;24,0.005246484;25,0.0053945314;26,0.0053734374;27,0.0054128906;28,0.0053652343;29,0.0053980467;30,0.0054308595;31,0.005412109;32,0.0054261717;33,0.0053585935;34,0.0053878906;35,0.0053679687;36,0.005372656;37,0.0053402344;38,0.0053058593;39,0.005296094;40,0.0052609374;41,0.0053691408;42,0.0054523437;43,0.005321094;44,0.00534375;45,0.0052515627;46,0.0054359375;47,0.005210547;48,0.0027117187;49,2.453125E-4;50,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "mysticalagriculture:crafting:0", + "fortunes": { + "0": 2.4997, + "1": 2.5074, + "2": 3.1193, + "3": 3.9699 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:15", + "distrib": "0,0.0;77,0.0;78,1.171875E-6;79,1.0546875E-5;80,1.953125E-6;81,1.5625E-6;82,3.90625E-7;83,0.0;84,1.171875E-6;85,3.125E-6;86,7.8125E-7;87,7.8125E-7;88,1.5625E-6;89,2.734375E-6;90,7.8125E-7;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:15", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "mod_lavacow:glowshroom:0", + "distrib": "0,0.0;68,0.0;69,3.90625E-7;70,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "mod_lavacow:glowshroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:manabomb:0", + "distrib": "0,0.0;75,0.0;76,3.90625E-7;77,0.0;78,0.0;79,7.8125E-7;80,0.0;83,0.0;84,3.90625E-7;85,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:10", + "distrib": "0,0.0;77,0.0;78,7.8125E-7;79,9.375E-6;80,3.90625E-7;81,2.734375E-6;82,0.0;83,1.953125E-6;84,4.6875E-6;85,1.953125E-6;86,0.0;87,0.0;88,3.90625E-7;89,0.0;90,3.90625E-7;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "contenttweaker:alchemical_ore:0", + "distrib": "0,0.0;41,0.0;42,1.015625E-5;43,2.8125E-5;44,7.148438E-5;45,1.1367188E-4;46,1.8515626E-4;47,2.609375E-4;48,3.421875E-4;49,4.140625E-4;50,4.7734374E-4;51,5.359375E-4;52,5.9609377E-4;53,6.191406E-4;54,6.550781E-4;55,6.722656E-4;56,6.789063E-4;57,7.027344E-4;58,7.175781E-4;59,7.242187E-4;60,7.3085935E-4;61,5.1171874E-4;62,3.2578126E-4;63,1.984375E-4;64,1.5429688E-4;65,3.1484375E-4;66,5.328125E-4;67,7.390625E-4;68,9.433594E-4;69,9.4609376E-4;70,9.347656E-4;71,9.234375E-4;72,9.292969E-4;73,8.9960935E-4;74,8.628906E-4;75,8.15625E-4;76,7.488281E-4;77,6.894531E-4;78,5.84375E-4;79,4.734375E-4;80,6.171875E-5;81,5.078125E-5;82,3.59375E-5;83,2.2265625E-5;84,9.765625E-6;85,4.296875E-6;86,7.8125E-7;87,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:11", + "distrib": "0,0.0;78,0.0;79,4.296875E-6;80,3.125E-6;81,3.90625E-6;82,4.296875E-6;83,1.171875E-6;84,1.953125E-6;85,4.296875E-6;86,3.90625E-7;87,1.171875E-6;88,1.5625E-6;89,1.171875E-6;90,3.90625E-7;91,1.5625E-6;92,3.90625E-7;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:11", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:12", + "distrib": "0,0.0;77,0.0;78,1.5625E-6;79,1.3671875E-5;80,5.46875E-6;81,0.0;87,0.0;88,3.90625E-7;89,3.90625E-7;90,0.0;91,1.171875E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:12", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:flower:13", + "distrib": "0,0.0;77,0.0;78,3.90625E-7;79,8.59375E-6;80,1.5625E-6;81,2.734375E-6;82,3.125E-6;83,0.0;84,1.5625E-6;85,7.8125E-7;86,7.8125E-7;87,0.0;88,1.953125E-6;89,1.953125E-6;90,2.734375E-6;91,4.296875E-6;92,3.515625E-6;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:13", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:glowstone:0", + "distrib": "0,0.0;1,0.0;2,3.90625E-7;3,8.59375E-6;4,8.515625E-5;5,2.7148437E-4;6,3.7539063E-4;7,3.996094E-4;8,4.2070312E-4;9,3.878906E-4;10,3.5234375E-4;11,4.0429688E-4;12,4.3515625E-4;13,4.25E-4;14,4.375E-4;15,3.8828125E-4;16,3.5E-4;17,2.9960938E-4;18,9.570312E-5;19,6.25E-6;20,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 3.0066, + "1": 3.335, + "2": 3.5516, + "3": 3.6708 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "techreborn:techreborn_techreborn.oil:0", + "distrib": "0,0.0;1,0.0;2,3.90625E-6;3,3.4765624E-5;4,2.0195312E-4;5,2.7070314E-4;6,1.6054687E-4;7,1.09375E-4;8,1.3710938E-4;9,2.1523438E-4;10,2.5898436E-4;11,2.0078124E-4;12,2.59375E-4;13,2.2070312E-4;14,2.8671874E-4;15,9.726563E-5;16,1.1171875E-4;17,1.78125E-4;18,2.09375E-4;19,2.796875E-4;20,1.3632812E-4;21,1.5429688E-4;22,1.40625E-4;23,1.109375E-4;24,1.125E-4;25,1.0898437E-4;26,1.0E-4;27,1.578125E-4;28,2.6640625E-4;29,1.9257813E-4;30,1.9296876E-4;31,2.890625E-4;32,2.4296874E-4;33,2.5546874E-4;34,3.5546874E-4;35,6.3671876E-5;36,1.34375E-4;37,1.4960938E-4;38,1.8867188E-4;39,2.9570312E-4;40,1.5078126E-4;41,1.390625E-4;42,2.4804688E-4;43,2.5820313E-4;44,1.625E-4;45,1.07421874E-4;46,7.34375E-5;47,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "minecraft:trapped_chest:0", + "distrib": "0,0.0;76,0.0;77,3.90625E-7;78,0.0;84,0.0;85,3.90625E-7;86,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:trapped_chest:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:0", + "distrib": "0,0.0;78,0.0;79,7.8125E-7;80,0.0;85,0.0;86,3.90625E-7;87,3.90625E-7;88,7.8125E-7;89,7.8125E-7;90,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "botania:doubleflower2:1", + "distrib": "0,0.0;81,0.0;82,3.90625E-7;83,3.90625E-7;84,0.0;", + "silktouch": false, + "dim": "Dim 162: Lyndenwyrm" + }, + { + "block": "biomesoplenty:plant_0:12", + "distrib": "0,0.0;60,0.0;61,1.3020833E-6;62,0.0;63,4.4270833E-5;64,7.8125E-6;65,3.90625E-6;66,2.6041666E-6;67,6.510417E-6;68,5.2083333E-6;69,1.6927082E-5;70,2.4739584E-5;71,6.510417E-6;72,8.203125E-5;73,2.0833333E-5;74,2.0833333E-5;75,6.510417E-6;76,5.2083333E-6;77,2.6041666E-6;78,4.6875E-5;79,2.0833333E-5;80,2.6041667E-5;81,0.0;82,1.3020833E-6;83,0.0;84,9.114583E-6;85,0.0;86,2.6041666E-6;87,2.6041666E-6;88,1.3020833E-6;89,6.510417E-6;90,1.3020834E-5;91,2.4739584E-5;92,1.4322916E-5;93,7.8125E-6;94,1.3020833E-6;95,2.6041666E-6;96,1.3020833E-6;97,1.3020833E-6;98,2.6041666E-6;99,5.2083333E-6;100,2.6041666E-6;101,0.0;102,2.6041666E-6;103,0.0;104,1.3020833E-6;105,2.6041666E-6;106,1.3020833E-6;107,3.90625E-6;108,0.0;114,0.0;115,2.6041666E-6;116,3.90625E-6;117,1.3020833E-6;118,0.0;136,0.0;137,1.3020833E-6;138,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:11", + "distrib": "0,0.0;62,0.0;63,5.598958E-5;64,5.2083333E-6;65,2.2135417E-5;66,2.2135417E-5;67,2.6041666E-6;68,3.90625E-6;69,1.0416667E-5;70,7.03125E-5;71,1.4322916E-5;72,1.3932292E-4;73,7.6822915E-5;74,9.114583E-6;75,3.90625E-6;76,1.6927082E-5;77,1.3020833E-6;78,5.859375E-5;79,8.854167E-5;80,3.6458332E-5;81,2.6041666E-6;82,0.0;83,0.0;84,1.3020833E-6;85,6.510417E-6;86,0.0;87,1.3020833E-6;88,2.6041666E-6;89,1.3020833E-6;90,1.171875E-5;91,3.90625E-5;92,3.90625E-6;93,1.3020833E-6;94,0.0;95,3.90625E-6;96,0.0;99,0.0;100,1.3020833E-6;101,0.0;102,2.6041666E-6;103,5.2083333E-6;104,5.2083333E-6;105,1.3020833E-6;106,1.3020833E-6;107,0.0;108,6.510417E-6;109,2.6041666E-6;110,0.0;115,0.0;116,1.3020833E-6;117,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:10", + "distrib": "0,0.0;62,0.0;63,8.984375E-5;64,0.0;69,0.0;70,9.114583E-6;71,1.171875E-5;72,9.5052084E-5;73,2.34375E-5;74,1.4322916E-5;75,0.0;89,0.0;90,7.8125E-6;91,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_brick_stairs:0", + "distrib": "0,0.0;52,0.0;53,4.0364583E-5;54,7.552083E-5;56,7.552083E-5;57,3.7760416E-5;58,4.0364583E-5;59,7.03125E-5;60,1.40625E-4;62,1.40625E-4;63,7.03125E-5;64,6.770833E-5;65,9.635417E-5;66,1.9270834E-4;68,1.9270834E-4;69,9.635417E-5;70,9.635417E-5;71,1.3020834E-4;72,2.6041668E-4;74,2.6041668E-4;75,1.3020834E-4;76,1.3020834E-4;77,1.171875E-4;78,2.34375E-4;79,2.34375E-4;80,1.40625E-4;81,7.03125E-5;82,7.03125E-5;83,8.333333E-5;84,1.4583333E-4;85,1.3541666E-4;86,1.3541666E-4;87,6.770833E-5;88,6.770833E-5;89,1.5885416E-4;90,1.9270834E-4;91,1.3020834E-4;92,1.3020834E-4;93,6.510417E-5;94,6.510417E-5;95,3.203125E-4;96,2.0833333E-5;98,2.0833333E-5;99,1.0416667E-5;100,1.0416667E-5;101,2.34375E-5;102,2.6041667E-5;103,1.5625E-5;104,1.5625E-5;105,7.8125E-6;106,7.8125E-6;107,2.0833333E-5;108,2.0833333E-5;109,1.0416667E-5;110,5.2083333E-6;111,2.6041666E-6;112,0.0;124,0.0;125,1.5625E-5;126,1.0416667E-5;127,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_brick_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:14", + "distrib": "0,0.0;68,0.0;69,3.90625E-6;70,1.3020834E-5;71,3.90625E-6;72,0.0;73,2.6041666E-6;74,5.2083333E-6;75,6.510417E-6;76,1.3020833E-6;77,3.90625E-6;78,5.2083333E-6;79,5.2083333E-6;80,7.8125E-6;81,0.0;82,0.0;83,1.3020833E-6;84,0.0;85,1.3020833E-6;86,0.0;87,1.3020833E-6;88,1.3020833E-6;89,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_slab:0", + "distrib": "0,0.0;53,0.0;54,1.953125E-5;55,1.0416667E-5;58,1.0416667E-5;59,6.471354E-4;60,8.0729165E-5;61,1.0416667E-5;63,1.0416667E-5;64,7.8125E-6;65,6.445313E-4;66,9.375E-5;67,7.8125E-6;70,7.8125E-6;71,0.061903644;72,0.009941407;73,0.0033125;74,7.03125E-5;75,0.008582031;76,0.0033098958;77,0.013691407;78,0.0034791667;79,7.2135415E-4;80,1.06770836E-4;81,0.00178125;82,0.001375;83,0.0053359377;84,0.0013632813;85,9.635417E-5;86,1.953125E-4;87,0.002046875;88,0.001407552;89,0.006404948;90,0.0014453125;91,1.2369792E-4;92,6.002604E-4;93,0.0018776042;94,0.0015911459;95,0.0075872396;96,9.8958335E-5;97,2.2135417E-5;98,3.2552085E-5;99,3.3072918E-4;100,1.09375E-4;101,5.859375E-4;102,1.015625E-4;103,2.2135417E-5;104,3.2552085E-5;105,2.1875E-4;106,1.09375E-4;107,3.4765626E-4;108,1.6927082E-5;109,2.6041667E-5;110,1.3020834E-4;111,1.1458333E-4;112,0.0;118,0.0;119,1.3020833E-6;121,1.3020833E-6;122,3.2552085E-5;123,0.0;124,1.5625E-5;125,0.0;126,1.3020833E-6;127,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab:0", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_slab:1", + "distrib": "0,0.0;65,0.0;66,2.6041666E-6;67,0.0;71,0.0;72,9.8958335E-5;73,2.6041666E-6;74,2.6041666E-6;75,1.4583333E-4;76,2.8645833E-5;77,2.6041666E-6;78,3.90625E-5;79,5.2083333E-6;80,0.0;81,5.2083335E-5;82,3.125E-5;83,0.0;84,4.6875E-5;85,0.0;87,0.0;88,4.6875E-5;89,0.0;90,6.25E-5;91,0.0;92,1.0416667E-5;93,0.0;94,6.25E-5;95,0.0;96,3.125E-5;97,0.0;99,0.0;100,3.125E-5;101,0.0;102,3.125E-5;103,0.0;105,0.0;106,3.125E-5;107,0.0;108,3.125E-5;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "appliedenergistics2:quartz_ore:0", + "distrib": "0,0.0;9,0.0;10,7.8125E-6;11,2.2135417E-5;12,9.765625E-5;13,9.765625E-5;14,1.0546875E-4;15,1.3802083E-4;16,1.8229167E-4;17,1.5625E-4;18,1.5104166E-4;19,2.1614584E-4;20,2.5390624E-4;21,3.7109375E-4;22,2.8385417E-4;23,3.5416667E-4;24,3.3072918E-4;25,3.2942707E-4;26,4.4010417E-4;27,4.4401042E-4;28,4.8697917E-4;29,4.973958E-4;30,4.9609377E-4;31,4.7395832E-4;32,5.338542E-4;33,5.338542E-4;34,5.15625E-4;35,4.3359376E-4;36,5.1171874E-4;37,5.234375E-4;38,5.911458E-4;39,5.078125E-4;40,4.7395832E-4;41,5.7291664E-4;42,5.013021E-4;43,4.9479166E-4;44,4.7395832E-4;45,4.7395832E-4;46,4.2838542E-4;47,5.338542E-4;48,4.8046876E-4;49,4.765625E-4;50,4.296875E-4;51,4.1015624E-4;52,3.6328126E-4;53,3.6328126E-4;54,2.8385417E-4;55,2.9036458E-4;56,2.6302083E-4;57,2.4348959E-4;58,2.0182291E-4;59,2.3307292E-4;60,1.8229167E-4;61,1.5755209E-4;62,1.3671875E-4;63,1.1197916E-4;64,7.2916664E-5;65,5.7291665E-5;66,6.901041E-5;67,3.7760416E-5;68,1.953125E-5;69,1.171875E-5;70,3.90625E-6;71,2.6041666E-6;72,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "appliedenergistics2:material:0", + "fortunes": { + "0": 1.4829, + "1": 2.0039, + "2": 2.5458, + "3": 3.3426 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:beehives:3", + "distrib": "0,0.0;72,0.0;73,1.3020833E-6;74,0.0;75,0.0;76,3.90625E-6;77,0.0;78,1.3020833E-6;79,5.2083333E-6;80,0.0;81,1.3020833E-6;82,1.3020833E-6;83,0.0;84,0.0;85,1.3020833E-6;86,0.0;94,0.0;95,1.3020833E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesTropical\",UID1:\"forestry.speciesTropical\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersJungle\",UID1:\"forestry.flowersJungle\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectMiasmic\",UID1:\"forestry.effectMiasmic\"}]}}", + "fortunes": { + "0": 0.7944, + "1": 0.7815, + "2": 0.7849, + "3": 0.7826 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesTropical\",UID1:\"forestry.speciesTropical\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersJungle\",UID1:\"forestry.flowersJungle\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectMiasmic\",UID1:\"forestry.effectMiasmic\"}]}}", + "fortunes": { + "0": 0.2886, + "1": 0.2887, + "2": 0.2894, + "3": 0.2903 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0219, + "1": 0.0229, + "2": 0.0232, + "3": 0.0212 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0178, + "1": 0.0176, + "2": 0.0202, + "3": 0.0178 + } + }, + { + "itemStack": "forestry:bee_combs:6", + "fortunes": { + "0": 0.8106, + "1": 0.8055, + "2": 0.8032, + "3": 0.8088 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesTropical\",UID1:\"forestry.speciesTropical\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersJungle\",UID1:\"forestry.flowersJungle\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectMiasmic\",UID1:\"forestry.effectMiasmic\"}]},NA:0b}", + "fortunes": { + "0": 0.6895, + "1": 0.6884, + "2": 0.6874, + "3": 0.6885 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:beehives:6", + "distrib": "0,0.0;68,0.0;69,1.3020833E-6;70,0.0;71,0.0;72,1.0416667E-5;73,3.90625E-6;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesMarshy\",UID1:\"forestry.speciesMarshy\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersMushrooms\",UID1:\"forestry.flowersMushrooms\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1179 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0497, + "1": 0.0575, + "2": 0.0607, + "3": 0.0547 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.3805, + "1": 0.477, + "2": 0.4868, + "3": 0.4602 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesMarshy\",UID1:\"forestry.speciesMarshy\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersMushrooms\",UID1:\"forestry.flowersMushrooms\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.0603 + } + }, + { + "itemStack": "forestry:bee_combs:15", + "fortunes": { + "0": 0.1777, + "1": 0.0571, + "2": 0.0588, + "3": 0.0548 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesMarshy\",UID1:\"forestry.speciesMarshy\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersMushrooms\",UID1:\"forestry.flowersMushrooms\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0885 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:beehives:5", + "distrib": "0,0.0;62,0.0;63,5.2083333E-6;64,1.3020833E-6;65,0.0;67,0.0;68,5.2083333E-6;69,2.6041666E-6;70,5.2083333E-6;71,0.0;72,5.2083333E-6;73,1.3020833E-6;74,1.3020833E-6;75,0.0;76,1.3020833E-6;77,1.3020833E-6;78,1.3020834E-5;79,3.90625E-6;80,0.0;88,0.0;89,1.3020833E-6;90,1.3020833E-6;91,0.0;92,2.6041666E-6;93,1.3020833E-6;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesWintry\",UID1:\"forestry.speciesWintry\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersSnow\",UID1:\"forestry.flowersSnow\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectGlacial\",UID1:\"forestry.effectGlacial\"}]},NA:0b}", + "fortunes": { + "0": 0.0317 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4144, + "1": 0.485, + "2": 0.5024, + "3": 0.4935 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.056, + "1": 0.0527, + "2": 0.0615, + "3": 0.0588 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesWintry\",UID1:\"forestry.speciesWintry\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersSnow\",UID1:\"forestry.flowersSnow\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectGlacial\",UID1:\"forestry.effectGlacial\"}]}}", + "fortunes": { + "0": 0.0324 + } + }, + { + "itemStack": "forestry:bee_combs:4", + "fortunes": { + "0": 0.1004, + "1": 0.059, + "2": 0.0626, + "3": 0.0617 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesWintry\",UID1:\"forestry.speciesWintry\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersSnow\",UID1:\"forestry.flowersSnow\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectGlacial\",UID1:\"forestry.effectGlacial\"}]}}", + "fortunes": { + "0": 0.0527 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:snow_layer:0", + "distrib": "0,0.0;35,0.0;36,5.2083333E-6;37,1.4322916E-5;38,3.90625E-6;39,9.114583E-6;40,0.0;44,0.0;45,6.510417E-6;46,3.90625E-6;47,1.3020833E-6;48,0.0;56,0.0;57,1.3020833E-6;58,0.0;59,0.0;60,1.3020833E-6;61,6.510417E-6;62,1.171875E-5;63,8.489583E-4;64,1.0807292E-4;65,8.59375E-5;66,9.5052084E-5;67,1.3541666E-4;68,3.2942707E-4;69,1.6015625E-4;70,1.6276042E-4;71,1.6666666E-4;72,0.0034296876;73,0.0011835938;74,2.65625E-4;75,1.3151042E-4;76,1.4583333E-4;77,1.4453125E-4;78,0.0028515626;79,4.0104167E-4;80,6.510417E-5;81,4.5572917E-5;82,4.5572917E-5;83,2.734375E-4;84,6.770833E-5;85,5.078125E-5;86,1.0546875E-4;87,7.2916664E-5;88,7.6822915E-5;89,3.5416667E-4;90,3.3854166E-4;91,8.984375E-5;92,1.5364583E-4;93,1.2890625E-4;94,1.5234375E-4;95,0.0021770834;96,4.5572917E-5;97,9.114583E-6;98,3.3854165E-5;99,6.510417E-6;100,2.6041666E-6;101,3.90625E-6;102,3.90625E-6;103,2.6041666E-6;104,6.510417E-6;105,3.90625E-6;106,2.6041666E-6;107,7.890625E-4;108,5.2083333E-6;109,0.0;110,6.25E-5;111,9.114583E-6;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:snowball:0", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:beehives:0", + "distrib": "0,0.0;68,0.0;69,2.6041666E-6;70,0.0;71,0.0;72,3.90625E-6;73,2.6041666E-6;74,1.3020833E-6;75,3.90625E-6;76,2.6041666E-6;77,6.510417E-6;78,6.510417E-6;79,2.6041666E-6;80,0.0;81,1.3020833E-6;82,0.0;83,1.3020833E-6;84,0.0;87,0.0;88,1.3020833E-6;89,0.0;92,0.0;93,1.3020833E-6;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2758, + "1": 0.2803, + "2": 0.2724, + "3": 0.2722 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.7729, + "1": 0.7605, + "2": 0.7635, + "3": 0.7536 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0194, + "1": 0.0183, + "2": 0.0216, + "3": 0.02 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0141, + "1": 0.0173, + "2": 0.0184, + "3": 0.0142 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0579, + "1": 0.0594, + "2": 0.0584, + "3": 0.0594 + } + }, + { + "itemStack": "forestry:bee_combs:0", + "fortunes": { + "0": 0.8239, + "1": 0.8249, + "2": 0.826, + "3": 0.8161 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0485, + "1": 0.0454, + "2": 0.0481, + "3": 0.0476 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.6469, + "1": 0.642, + "2": 0.6476, + "3": 0.6484 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:willow_vine:0", + "distrib": "0,0.0;66,0.0;67,5.2083333E-6;68,1.5625E-5;69,1.8229166E-5;70,1.4322916E-5;71,1.953125E-5;72,5.46875E-5;73,1.3541666E-4;74,3.0078125E-4;75,4.674479E-4;76,5.520833E-4;77,6.210937E-4;78,6.0677086E-4;79,5.4166664E-4;80,6.380209E-5;81,3.2552085E-5;82,1.171875E-5;83,7.8125E-6;84,1.3020833E-6;85,0.0;90,0.0;91,6.510417E-6;92,1.171875E-5;95,1.171875E-5;96,0.0;97,0.0;98,1.3020834E-5;99,1.4322916E-5;102,1.4322916E-5;103,7.8125E-6;104,9.114583E-6;105,6.510417E-6;106,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:beehives:2", + "distrib": "0,0.0;62,0.0;63,3.90625E-6;64,0.0;66,0.0;67,1.3020833E-6;68,0.0;69,0.0;70,2.6041666E-6;71,0.0;72,5.2083333E-6;73,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesModest\",UID1:\"forestry.speciesModest\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceDown1\",UID1:\"forestry.toleranceDown1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersCacti\",UID1:\"forestry.flowersCacti\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.305, + "1": 0.3038, + "2": 0.2982, + "3": 0.3016 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0035 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0022 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesModest\",UID1:\"forestry.speciesModest\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceDown1\",UID1:\"forestry.toleranceDown1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersCacti\",UID1:\"forestry.flowersCacti\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.6915, + "1": 0.6962, + "2": 0.7018, + "3": 0.6984 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesModest\",UID1:\"forestry.speciesModest\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceDown1\",UID1:\"forestry.toleranceDown1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersCacti\",UID1:\"forestry.flowersCacti\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.931, + "1": 0.9631, + "2": 0.9606, + "3": 0.9597 + } + }, + { + "itemStack": "forestry:bee_combs:7", + "fortunes": { + "0": 0.9346, + "1": 0.9591, + "2": 0.9627, + "3": 0.9605 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:beehives:1", + "distrib": "0,0.0;62,0.0;63,1.6927082E-5;64,1.3020833E-6;65,1.3020833E-6;66,2.6041666E-6;67,0.0;68,1.3020833E-6;69,0.0;70,5.2083333E-6;71,2.6041666E-6;72,4.5572917E-5;73,1.5625E-5;74,0.0;77,0.0;78,1.3020833E-6;79,2.6041666E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesMeadows\",UID1:\"forestry.speciesMeadows\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.7029, + "1": 0.7072, + "2": 0.7025, + "3": 0.7057 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0031 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0052 + } + }, + { + "itemStack": "forestry:bee_combs:0", + "fortunes": { + "0": 0.9297, + "1": 0.9649, + "2": 0.9613, + "3": 0.9579 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesMeadows\",UID1:\"forestry.speciesMeadows\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9219, + "1": 0.9598, + "2": 0.9621, + "3": 0.9593 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesMeadows\",UID1:\"forestry.speciesMeadows\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2919, + "1": 0.2928, + "2": 0.2975, + "3": 0.2943 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_0:7", + "distrib": "0,0.0;63,0.0;64,2.6041666E-6;65,3.90625E-6;66,5.2083333E-6;68,5.2083333E-6;69,1.5625E-5;70,7.8125E-6;71,4.296875E-5;72,3.90625E-5;73,7.6822915E-5;74,4.8177084E-5;75,8.4635416E-5;76,5.2083335E-5;77,1.0416667E-4;78,2.2395833E-4;79,3.3203125E-4;80,2.9947917E-4;81,3.0989584E-4;82,3.1770833E-4;83,3.8671875E-4;84,3.984375E-4;85,4.4270835E-4;86,4.84375E-4;87,4.3229168E-4;88,5.325521E-4;89,4.0234375E-4;90,4.7395832E-4;91,3.0598958E-4;92,3.815104E-4;93,2.5520835E-4;94,3.2552084E-4;95,1.9401041E-4;96,2.2005208E-4;97,8.723958E-5;98,1.6276042E-4;99,5.859375E-5;100,1.3020834E-4;101,4.6875E-5;102,9.1145834E-5;103,3.515625E-5;104,5.9895832E-5;105,1.953125E-5;106,3.515625E-5;107,1.953125E-5;108,1.953125E-5;109,1.3020834E-5;110,1.3020834E-5;111,1.171875E-5;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_0:5", + "distrib": "0,0.0;62,0.0;63,6.510417E-6;64,2.6041666E-6;65,6.510417E-6;67,6.510417E-6;68,7.8125E-6;69,1.0416667E-5;70,1.5625E-5;71,2.2135417E-5;72,4.296875E-5;73,5.598958E-5;74,5.598958E-5;75,5.3385418E-5;76,8.723958E-5;77,1.015625E-4;78,1.2239584E-4;79,1.0416667E-4;80,2.2135417E-5;81,1.6927082E-5;82,3.90625E-6;83,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:gravel:0", + "distrib": "0,6.510417E-6;1,0.0027408854;2,0.005097656;3,0.0074908854;4,0.009688802;5,0.011703125;6,0.011561198;7,0.01196224;8,0.012054687;9,0.011670573;10,0.011847656;11,0.012190104;12,0.012710937;13,0.0122630205;14,0.012037761;15,0.012576823;16,0.013606771;17,0.013878906;18,0.013186198;19,0.012365885;20,0.012252605;21,0.012721354;22,0.013186198;23,0.013238281;24,0.01335026;25,0.013703125;26,0.0134921875;27,0.01316276;28,0.012795573;29,0.013019531;30,0.01602474;31,0.026110677;32,0.02579948;33,0.019714843;34,0.0166875;35,0.016914062;36,0.01724349;37,0.015544271;38,0.01903776;39,0.01740625;40,0.014147135;41,0.014635417;42,0.023983072;43,0.014113281;44,0.014520833;45,0.018024739;46,0.022963542;47,0.034196615;48,0.022704426;49,0.0139257815;50,0.014171875;51,0.013884115;52,0.06882292;53,0.01230599;54,0.011929687;55,0.010808594;56,0.009454427;57,0.008722656;58,0.0089361975;59,0.009643229;60,0.010197917;61,0.009889323;62,0.00916276;63,0.008980469;64,0.005966146;65,0.005497396;66,0.005671875;67,0.0057591144;68,0.0051875;69,0.0048997398;70,0.0046992186;71,0.0028854166;72,0.0021145833;73,0.0014427083;74,0.0010533854;75,9.882812E-4;76,9.049479E-4;77,9.231771E-4;78,7.0963544E-4;79,6.0416665E-4;80,4.0885416E-4;81,3.90625E-4;82,4.1145834E-4;83,3.4244792E-4;84,2.825521E-4;85,2.2265625E-4;86,2.7213542E-4;87,3.046875E-4;88,3.2682292E-4;89,3.2942707E-4;90,3.125E-4;91,3.359375E-4;92,2.7083332E-4;93,3.372396E-4;94,2.8515625E-4;95,2.3177083E-4;96,1.25E-4;97,1.0026042E-4;98,7.03125E-5;99,3.515625E-5;100,4.4270833E-5;101,8.203125E-5;102,1.0026042E-4;103,7.6822915E-5;104,4.1666666E-5;105,1.5625E-5;106,0.0;107,2.34375E-5;108,4.1666666E-5;109,4.4270833E-5;110,3.7760416E-5;111,1.5625E-5;112,3.90625E-6;113,2.9947916E-5;114,4.296875E-5;115,4.296875E-5;116,2.8645833E-5;117,2.6041666E-6;118,0.0;140,0.0;141,7.8125E-6;142,2.0833333E-5;143,1.4322916E-5;144,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:flint:0", + "fortunes": { + "0": 0.0942, + "1": 0.1423, + "2": 0.2524, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass:11", + "distrib": "0,0.0;53,0.0;54,3.125E-5;55,1.3932292E-4;56,1.3541666E-4;57,9.375E-5;58,0.0;59,0.0;60,1.1197916E-4;61,3.4114585E-4;62,3.203125E-4;63,1.875E-4;64,0.0;65,0.0;66,1.5625E-4;67,4.5703124E-4;68,4.4791665E-4;69,2.5E-4;70,0.0;71,0.0;72,0.0011614583;73,0.0021315105;74,0.002110677;75,3.346354E-4;76,8.4635416E-5;77,1.0807292E-4;78,0.0012317708;79,0.0021783854;80,0.0012148437;81,1.7447917E-4;82,1.8229166E-5;83,2.34375E-5;84,6.4322917E-4;85,0.0011783855;86,0.001186198;87,1.7447917E-4;88,0.0;89,0.0;90,6.028646E-4;91,0.0011067708;92,0.00115625;93,1.5625E-4;94,0.0;95,9.375E-5;96,1.19791664E-4;98,1.19791664E-4;99,0.0;101,0.0;102,1.25E-4;104,1.25E-4;105,0.0;107,0.0;108,9.375E-5;109,9.765625E-5;110,9.375E-5;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "extrautils2:redorchid:0", + "distrib": "0,0.0;6,0.0;7,1.3020833E-6;8,0.0;9,0.0;10,1.3020833E-6;11,2.6041666E-6;12,3.90625E-6;13,7.8125E-6;14,7.8125E-6;15,6.510417E-6;16,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 1.136, + "1": 1.2501, + "2": 1.396, + "3": 1.5891 + } + }, + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 1.0, + "1": 1.503, + "2": 1.995, + "3": 2.5102 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extrabees:hive:0", + "distrib": "0,0.0;31,0.0;32,1.3020833E-6;33,6.510417E-6;34,0.0;35,1.3020833E-6;36,0.0;37,0.0;38,1.3020833E-6;39,3.90625E-6;40,2.6041666E-6;41,0.0;44,0.0;45,1.3020833E-6;46,2.6041666E-6;47,2.6041666E-6;48,1.3020833E-6;49,0.0;50,0.0;51,2.6041666E-6;52,0.0;53,1.3020833E-6;54,0.0;55,1.3020833E-6;56,0.0;57,1.3020833E-6;58,0.0;59,1.3020833E-6;60,2.6041666E-6;61,0.0;62,1.3020833E-6;63,0.0;77,0.0;78,1.3020833E-6;79,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.054, + "1": 0.0629, + "2": 0.059, + "3": 0.0562 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2137, + "1": 0.2429, + "2": 0.2394, + "3": 0.2488 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.water\",UID1:\"extrabees.species.water\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"extrabees.flower.water\",UID1:\"extrabees.flower.water\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"extrabees.effect.water\",UID1:\"extrabees.effect.water\"}]},NA:0b}", + "fortunes": { + "0": 0.0843 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.water\",UID1:\"extrabees.species.water\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"extrabees.flower.water\",UID1:\"extrabees.flower.water\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"extrabees.effect.water\",UID1:\"extrabees.effect.water\"}]}}", + "fortunes": { + "0": 0.0842 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.water\",UID1:\"extrabees.species.water\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"extrabees.flower.water\",UID1:\"extrabees.flower.water\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"extrabees.effect.water\",UID1:\"extrabees.effect.water\"}]}}", + "fortunes": { + "0": 0.1356 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.1998, + "1": 0.2518, + "2": 0.2388, + "3": 0.2389 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_vine_blue_mid:0", + "distrib": "0,0.0;125,0.0;126,1.3020833E-6;127,1.3020833E-6;128,3.90625E-6;129,3.90625E-6;130,2.6041666E-6;131,1.3020833E-6;132,3.90625E-6;133,3.90625E-6;134,0.0;136,0.0;137,2.6041666E-6;138,3.90625E-6;139,6.510417E-6;140,1.3020833E-6;141,7.8125E-6;142,5.2083333E-6;143,5.2083333E-6;144,0.0;152,0.0;153,2.6041666E-6;154,2.6041666E-6;155,6.510417E-6;156,6.510417E-6;157,1.171875E-5;158,1.171875E-5;159,1.4322916E-5;160,0.0;161,0.0;162,2.6041666E-6;163,2.6041666E-6;164,6.510417E-6;165,6.510417E-6;166,3.90625E-6;167,5.2083333E-6;168,3.90625E-6;169,3.90625E-6;170,2.6041666E-6;171,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:item_rice_seed:0", + "distrib": "0,0.0;61,0.0;62,1.3020833E-6;63,1.3151042E-4;64,1.3020833E-6;65,0.0;66,0.0;67,2.6041666E-6;68,0.0;70,0.0;71,1.4322916E-5;72,6.510417E-6;73,3.90625E-6;74,9.114583E-6;75,0.0;77,0.0;78,2.6041666E-6;79,2.6041666E-6;80,0.0;82,0.0;83,3.90625E-6;84,0.0;94,0.0;95,1.3020833E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_food:16", + "fortunes": { + "0": 1.503, + "1": 1.501, + "2": 1.5143, + "3": 1.4976 + } + }, + { + "itemStack": "actuallyadditions:item_rice_seed:0", + "fortunes": { + "0": 1.722, + "1": 2.2966, + "2": 2.8967, + "3": 3.465 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "nuclearcraft:glowing_mushroom:0", + "distrib": "0,0.0;15,0.0;16,1.3020833E-6;17,1.3020833E-6;18,2.6041666E-6;19,0.0;25,0.0;26,3.90625E-6;27,1.4322916E-5;28,1.3020833E-6;29,1.3020833E-6;30,0.0;31,1.3020833E-6;38,1.3020833E-6;39,3.90625E-6;40,1.3020833E-6;41,2.6041666E-6;42,1.3020833E-6;43,2.6041666E-6;44,2.6041666E-6;45,3.90625E-6;46,2.6041666E-6;47,1.3020833E-6;48,0.0;52,0.0;53,1.3020833E-6;54,0.0;59,0.0;60,1.8229166E-5;61,0.0;62,0.0;63,2.6041666E-6;64,5.2083333E-6;65,3.90625E-6;66,1.171875E-5;67,1.3020833E-6;68,2.6041666E-6;69,2.6041666E-6;70,1.3020833E-6;71,0.0;73,0.0;74,1.3020833E-6;75,0.0;77,0.0;78,3.90625E-6;79,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "nuclearcraft:glowing_mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:vishroom:0", + "distrib": "0,0.0;65,0.0;66,1.3020833E-6;67,5.2083333E-6;68,2.6041666E-6;69,3.90625E-6;70,1.3020834E-5;71,1.3020833E-6;72,1.3020833E-6;73,0.0;75,0.0;76,1.3020833E-6;77,0.0;78,2.6041666E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:vishroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_button:0", + "distrib": "0,0.0;126,0.0;127,1.3020833E-6;128,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_button:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:spruce_door:0", + "distrib": "0,0.0;71,0.0;72,2.0442708E-4;73,2.0572917E-4;74,0.0;77,0.0;78,7.2916664E-5;79,7.2916664E-5;80,0.0;83,0.0;84,7.8125E-6;85,7.8125E-6;86,0.0;89,0.0;90,1.3020834E-5;91,1.3020834E-5;92,0.0;95,0.0;96,7.8125E-6;97,7.8125E-6;98,0.0;101,0.0;102,5.2083333E-6;103,5.2083333E-6;104,0.0;107,0.0;108,2.6041666E-6;109,2.6041666E-6;110,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:spruce_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "magicbees:hiveblock:5", + "distrib": "0,0.0;4,0.0;5,2.34375E-5;6,1.171875E-5;7,1.0416667E-5;8,1.3020834E-5;9,1.4322916E-5;10,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "magicbees:beecomb:10", + "fortunes": { + "0": 0.9588, + "1": 0.9589, + "2": 0.9597, + "3": 0.961 + } + }, + { + "itemStack": "minecraft:ender_pearl:0", + "fortunes": { + "0": 0.9588, + "1": 0.9589, + "2": 0.9597, + "3": 0.961 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesOblivion\",UID1:\"magicbees.speciesOblivion\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp2\",UID1:\"forestry.toleranceUp2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersEnd\",UID1:\"forestry.flowersEnd\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.9557, + "1": 0.9572, + "2": 0.9598, + "3": 0.9583 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesOblivion\",UID1:\"magicbees.speciesOblivion\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp2\",UID1:\"forestry.toleranceUp2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersEnd\",UID1:\"forestry.flowersEnd\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "magicbees:hiveblock:2", + "distrib": "0,0.0;62,0.0;63,5.2083333E-6;64,1.3020833E-6;65,0.0;67,0.0;68,1.3020833E-6;69,0.0;70,2.6041666E-6;71,0.0;72,3.90625E-6;73,1.3020833E-6;74,0.0;75,0.0;76,1.3020833E-6;77,2.6041666E-6;78,1.3020833E-6;79,1.3020833E-6;80,0.0;83,0.0;84,1.3020833E-6;85,0.0;94,0.0;95,2.6041666E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9903, + "1": 0.993, + "2": 0.994, + "3": 0.9936 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.7046, + "1": 0.7126, + "2": 0.7027, + "3": 0.7094 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.9926, + "1": 0.9925, + "2": 0.9932, + "3": 0.9916 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2954, + "1": 0.2874, + "2": 0.2973, + "3": 0.2906 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_1:6", + "distrib": "0,0.0;61,0.0;62,1.3020833E-6;63,1.3020833E-6;64,0.0;65,0.0;66,1.171875E-5;67,1.6927082E-5;68,1.953125E-5;69,1.4322916E-5;70,1.5625E-5;71,8.203125E-5;72,1.1197916E-4;73,1.1067709E-4;74,1.1197916E-4;75,9.5052084E-5;76,5.2083335E-5;77,2.6041667E-5;78,2.4739584E-5;79,1.5625E-5;80,1.3020833E-6;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "magicbees:hiveblock:1", + "distrib": "0,0.0;62,0.0;63,5.2083333E-6;64,0.0;65,1.3020833E-6;66,0.0;67,1.3020833E-6;68,0.0;69,2.6041666E-6;70,0.0;71,2.6041666E-6;72,1.3020833E-6;73,0.0;77,0.0;78,1.3020833E-6;79,0.0;80,1.3020833E-6;81,0.0;83,0.0;84,1.3020833E-6;86,1.3020833E-6;87,0.0;89,0.0;90,1.3020833E-6;91,1.3020833E-6;92,0.0;100,0.0;101,1.3020833E-6;102,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.3015, + "1": 0.3044, + "2": 0.2913, + "3": 0.2861 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.6985, + "1": 0.6956, + "2": 0.7087, + "3": 0.7139 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9922, + "1": 0.9927, + "2": 0.9925, + "3": 0.9929 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.993, + "1": 0.9912, + "2": 0.9918, + "3": 0.9916 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "magicbees:hiveblock:4", + "distrib": "0,0.0;4,0.0;5,2.6041666E-6;6,1.3020833E-6;7,2.6041666E-6;8,7.8125E-6;9,0.0;10,3.90625E-6;11,0.0;12,3.90625E-6;13,6.510417E-6;14,1.0416667E-5;15,7.8125E-6;16,3.90625E-6;17,6.510417E-6;18,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]},NA:0b}", + "fortunes": { + "0": 0.4904, + "1": 0.5019, + "2": 0.5114, + "3": 0.5037 + } + }, + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 5.7714, + "1": 5.7738, + "2": 5.7798, + "3": 5.7498 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.5096, + "1": 0.4981, + "2": 0.4886, + "3": 0.4963 + } + }, + { + "itemStack": "magicbees:beecomb:1", + "fortunes": { + "0": 0.9619, + "1": 0.9623, + "2": 0.9633, + "3": 0.9583 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.962, + "1": 0.9617, + "2": 0.965, + "3": 0.9571 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "magicbees:hiveblock:3", + "distrib": "0,0.0;9,0.0;10,1.953125E-5;11,1.3020834E-5;12,9.114583E-6;13,1.0416667E-5;14,1.0416667E-5;15,1.953125E-5;16,1.953125E-5;17,1.5625E-5;18,1.5625E-5;19,2.34375E-5;20,1.6927082E-5;21,1.171875E-5;22,1.5625E-5;23,1.6927082E-5;24,2.0833333E-5;25,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0303, + "1": 0.0313, + "2": 0.0288, + "3": 0.0348 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2502, + "1": 0.2464, + "2": 0.2439, + "3": 0.2475 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.6965, + "1": 0.6944, + "2": 0.7085, + "3": 0.6927 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.5817, + "1": 0.5808, + "2": 0.5886, + "3": 0.579 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0267, + "1": 0.0282, + "2": 0.027, + "3": 0.0286 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.8486, + "1": 0.8417, + "2": 0.8533, + "3": 0.8443 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1378, + "1": 0.1415, + "2": 0.1387, + "3": 0.1387 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1222, + "1": 0.119, + "2": 0.1177, + "3": 0.1227 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stonebrick:0", + "distrib": "0,0.0;31,0.0;32,6.510417E-6;33,1.953125E-5;34,2.4739584E-5;35,2.6041667E-5;36,2.734375E-5;38,2.734375E-5;39,2.8645833E-5;41,2.8645833E-5;42,2.9947916E-5;43,0.008380208;44,0.008382812;45,0.008513021;46,0.008415365;47,0.008377604;48,0.008407552;49,0.016464844;50,0.01639323;51,0.01645703;52,0.01643229;53,0.06263021;54,0.045714844;55,0.032858074;56,0.032602865;57,0.037742186;58,0.069679685;59,0.02483203;60,0.013645833;61,0.021067709;62,0.021188801;63,0.03069922;64,0.032360677;65,0.035364583;66,0.021402344;67,0.021973958;68,0.022132812;69,0.033925783;70,0.03715625;71,0.065016925;72,0.0129375;73,0.010036458;74,0.010358073;75,0.027473958;76,0.034766927;77,0.032701824;78,0.008096354;79,0.0066289064;80,0.004875;81,0.017092448;82,0.020796875;83,0.019190105;84,0.0054726563;85,0.004497396;86,0.004627604;87,0.015986979;88,0.021563802;89,0.017079428;90,0.0046783853;91,0.0036419271;92,0.0035546876;93,0.013567708;94,0.019410156;95,0.011989583;96,5.520833E-4;97,4.2447916E-4;98,4.231771E-4;99,0.0018502604;100,0.0027799478;101,0.0025429688;102,5.768229E-4;103,4.21875E-4;104,4.1796875E-4;105,0.0017890625;106,0.002766927;107,0.0016354166;108,2.65625E-4;109,2.6041668E-4;110,2.0572917E-4;111,0.0013046875;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "magicbees:hiveblock:0", + "distrib": "0,0.0;66,0.0;67,1.3020833E-6;68,0.0;70,0.0;71,1.3020833E-6;72,1.3020833E-6;73,2.6041666E-6;74,2.6041666E-6;75,3.90625E-6;76,1.3020833E-6;77,1.3020833E-6;78,3.90625E-6;79,3.90625E-6;80,0.0;81,0.0;82,1.3020833E-6;83,0.0;91,0.0;92,1.3020833E-6;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesMystical\",UID1:\"magicbees.speciesMystical\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9893, + "1": 0.9944, + "2": 0.9914, + "3": 0.9926 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.3919, + "1": 0.3761, + "2": 0.3825, + "3": 0.3938 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesMystical\",UID1:\"magicbees.speciesMystical\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.3947, + "1": 0.373, + "2": 0.3743, + "3": 0.3776 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:redstone_block:0", + "distrib": "0,0.0;4,0.0;5,1.3020833E-6;6,3.90625E-6;7,1.5625E-5;8,5.3385418E-5;9,1.4583333E-4;10,2.578125E-4;11,3.5677082E-4;12,3.346354E-4;13,3.3984374E-4;14,3.90625E-4;15,4.765625E-4;16,4.5572917E-4;17,4.5052083E-4;18,5.0651043E-4;19,5.351562E-4;20,4.8828125E-4;21,4.5572917E-4;22,3.9322916E-4;23,4.205729E-4;24,3.671875E-4;25,2.0963541E-4;26,7.942708E-5;27,1.8229166E-5;28,2.6041666E-6;29,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stonebrick:2", + "distrib": "0,0.0;33,0.0;34,2.6041666E-6;42,2.6041666E-6;43,6.809896E-4;44,6.9921877E-4;45,6.2369794E-4;46,6.9140625E-4;47,7.304688E-4;48,6.822917E-4;49,0.0013098959;50,0.0014036458;51,0.0013554688;52,0.0013489584;53,0.005171875;54,0.0036692708;55,0.0026549478;56,0.00271875;57,0.0030755207;58,0.0056679687;59,0.0019244791;60,0.0011197916;61,0.0017161458;62,0.0017265625;63,0.002390625;64,0.0026875;65,0.0028723958;66,0.0016783854;67,0.0017473958;68,0.0017916666;69,0.0026276042;70,0.0029713542;71,0.0055351565;72,0.00103125;73,7.96875E-4;74,7.8125E-4;75,0.0022252605;76,0.0028815104;77,0.0032447916;78,6.953125E-4;79,6.002604E-4;80,3.9192708E-4;81,0.0013554688;82,0.0016653646;83,0.0014856771;84,4.3359376E-4;85,3.9973957E-4;86,3.658854E-4;87,0.0012929688;88,0.0017473958;89,0.0014388021;90,3.7369793E-4;91,3.2161459E-4;92,2.8125E-4;93,0.001110677;94,0.0016289062;95,9.3619793E-4;96,4.5572917E-5;97,3.7760416E-5;98,3.125E-5;99,1.328125E-4;100,2.2005208E-4;101,2.0572917E-4;102,4.4270833E-5;103,2.9947916E-5;104,2.734375E-5;105,1.4453125E-4;106,2.3567709E-4;107,1.5104166E-4;108,1.6927082E-5;109,2.8645833E-5;110,1.0416667E-5;111,1.02864586E-4;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:mossy_cobblestone:0", + "distrib": "0,0.0;9,0.0;10,7.552083E-5;11,7.421875E-5;12,0.0;13,7.03125E-5;14,8.59375E-5;15,5.859375E-5;16,0.0;19,0.0;20,5.2083335E-5;21,0.0;23,0.0;24,6.640625E-5;25,0.0;26,0.0;27,5.7291665E-5;28,0.0;29,1.171875E-4;30,0.0;36,0.0;37,5.859375E-5;38,0.0;39,3.515625E-5;40,3.90625E-6;41,0.0;42,0.0;43,2.6041666E-6;44,7.8125E-6;45,1.171875E-5;46,6.510417E-6;47,0.0;50,0.0;51,5.859375E-5;52,2.34375E-5;53,7.161458E-5;54,5.3385418E-5;55,2.6041666E-6;56,5.46875E-5;57,0.0;58,0.0;59,9.375E-5;60,2.34375E-5;61,4.296875E-5;62,4.6875E-5;63,1.0546875E-4;64,5.9895832E-5;65,1.8619791E-4;66,7.8125E-5;67,9.635417E-5;68,1.7447917E-4;69,2.0442708E-4;70,1.3411458E-4;71,4.4270833E-5;72,3.515625E-5;73,3.125E-5;74,3.6458332E-5;75,6.510417E-5;76,7.161458E-5;77,4.5572917E-5;78,2.2135417E-5;79,7.8125E-6;80,2.6041666E-6;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:10", + "distrib": "0,0.0;71,0.0;72,6.510417E-6;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:plant_1:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stonebrick:1", + "distrib": "0,0.0;42,0.0;43,6.09375E-4;44,6.471354E-4;45,5.9375E-4;46,5.859375E-4;47,5.859375E-4;48,6.1067706E-4;49,0.0012447917;50,0.0012070312;51,0.0011614583;52,0.0011705729;53,0.004472656;54,0.0032851563;55,0.0023307293;56,0.002359375;57,0.0027552084;58,0.005061198;59,0.0018359375;60,9.322917E-4;61,0.0015091146;62,0.0015325521;63,0.0021979166;64,0.0022838542;65,0.0025364584;66,0.0014934896;67,0.0016341145;68,0.0015742187;69,0.0023372397;70,0.0026497396;71,0.0047317706;72,9.21875E-4;73,7.1354164E-4;74,8.528646E-4;75,0.0019661458;76,0.002481771;77,0.0023333333;78,5.833333E-4;79,5.078125E-4;80,3.5807292E-4;81,0.0012239583;82,0.0014348958;83,0.0013190104;84,3.841146E-4;85,3.190104E-4;86,3.203125E-4;87,0.0011705729;88,0.001576823;89,0.0012213541;90,3.528646E-4;91,2.421875E-4;92,2.7864584E-4;93,9.53125E-4;94,0.0014986979;95,0.0011210938;96,3.7760416E-5;97,2.6041667E-5;98,2.8645833E-5;99,1.1848958E-4;100,2.2005208E-4;101,1.640625E-4;102,5.859375E-5;103,2.0833333E-5;104,3.125E-5;105,1.3151042E-4;106,2.1744792E-4;107,1.171875E-4;108,1.8229166E-5;109,1.6927082E-5;110,2.0833333E-5;111,7.552083E-5;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:end_stone:0", + "distrib": "0,0.0;1,0.0;2,5.2083333E-6;3,1.171875E-5;4,9.1145834E-5;5,2.3567709E-4;6,2.578125E-4;7,2.0963541E-4;8,2.0182291E-4;9,1.3541666E-4;10,6.510417E-5;11,1.0416667E-5;12,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stonebrick:3", + "distrib": "0,0.0;73,0.0;74,5.2083333E-6;75,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "nuclearcraft:dry_earth:0", + "distrib": "0,0.0;44,0.0;45,6.510417E-6;46,1.0416667E-5;47,2.734375E-5;48,8.203125E-5;49,1.7447917E-4;50,2.2526042E-4;51,1.9401041E-4;52,2.1223958E-4;53,3.0859376E-4;54,4.5833332E-4;55,5.5729167E-4;56,5.533854E-4;57,0.0013072917;58,0.0022682291;59,0.0023007812;60,0.002876302;61,0.003734375;62,0.0054947915;63,0.008972656;64,0.0056614582;65,0.0044882814;66,0.0039739585;67,0.0023776041;68,0.0010091146;69,1.7578126E-4;70,0.0025195312;71,0.001734375;72,2.8645832E-4;73,3.90625E-6;74,1.3020833E-6;75,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:block_misc:3", + "distrib": "0,5.2083333E-6;1,5.8203127E-4;2,0.0010820313;3,0.0017330729;4,0.002296875;5,0.0026549478;6,0.0028463542;7,0.0025859375;8,0.0027226564;9,0.0026992187;10,0.0028072917;11,0.0027773438;12,0.0029596353;13,0.0029479167;14,0.0029700522;15,0.0028359375;16,0.0028997397;17,0.002828125;18,0.0027304688;19,0.002688802;20,0.00290625;21,0.002907552;22,0.0028242187;23,0.002809896;24,0.002673177;25,0.0027565104;26,0.0028203125;27,0.002799479;28,0.002700521;29,0.0028359375;30,0.0029817708;31,0.0026861979;32,0.0025846355;33,0.0026627604;34,0.0024921875;35,0.0024453124;36,0.0025;37,0.0023919272;38,0.0023033854;39,0.0024179688;40,0.0022174479;41,0.0022760418;42,0.002123698;43,0.0011276042;44,9.244792E-5;45,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:double_plant:0", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,1.171875E-5;66,1.6927082E-5;67,7.8125E-6;68,7.8125E-6;69,1.171875E-5;70,3.90625E-6;71,3.90625E-6;72,1.953125E-5;73,2.4739584E-5;74,1.171875E-5;75,2.6041666E-6;76,0.0;77,0.0;78,9.114583E-6;79,1.8229166E-5;80,0.0;87,0.0;88,1.3020833E-6;89,1.3020833E-6;90,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:crystal_ordo:0", + "distrib": "0,0.0;6,0.0;7,5.2083333E-6;8,2.6041666E-6;9,3.90625E-6;10,0.0;11,2.34375E-5;12,1.0416667E-5;13,4.9479168E-5;14,3.3854165E-5;15,2.4739584E-5;16,4.6875E-5;17,2.734375E-5;18,4.0364583E-5;19,3.3854165E-5;20,4.0364583E-5;21,5.46875E-5;22,2.6041667E-5;23,3.125E-5;24,3.2552085E-5;25,4.6875E-5;26,4.8177084E-5;27,4.0364583E-5;28,4.1666666E-5;29,1.8229166E-5;30,4.4270833E-5;31,1.8229166E-5;32,3.6458332E-5;33,4.5572917E-5;34,3.515625E-5;35,2.34375E-5;36,2.2135417E-5;37,2.9947916E-5;38,2.8645833E-5;39,3.6458332E-5;40,2.6041667E-5;41,2.4739584E-5;42,2.4739584E-5;43,2.34375E-5;44,3.7760416E-5;45,3.2552085E-5;46,9.114583E-6;47,1.953125E-5;48,2.34375E-5;49,3.90625E-6;50,2.2135417E-5;51,2.0833333E-5;52,1.6927082E-5;53,1.0416667E-5;54,4.1666666E-5;55,4.0364583E-5;56,8.333333E-5;57,7.03125E-5;58,7.8125E-6;59,1.171875E-5;60,8.333333E-5;61,3.3854165E-5;62,4.0364583E-5;63,2.0833333E-5;64,1.0416667E-5;65,2.0833333E-5;66,7.421875E-5;67,3.3854165E-5;68,8.0729165E-5;69,1.8229166E-5;70,3.90625E-6;71,3.90625E-6;72,1.71875E-4;73,3.6458332E-5;74,9.765625E-5;75,2.8645833E-5;76,1.3020833E-6;77,2.6041666E-6;78,1.02864586E-4;79,3.3854165E-5;80,8.854167E-5;81,2.6041666E-6;82,1.5625E-5;83,0.0;84,5.2083335E-5;85,1.0416667E-5;86,3.90625E-5;87,6.510417E-6;88,0.0;89,0.0;90,2.4739584E-5;91,1.3020833E-6;92,5.2083333E-6;93,6.510417E-6;94,0.0;95,0.0;96,7.8125E-6;97,2.6041666E-6;98,9.114583E-6;99,0.0;101,0.0;102,7.8125E-6;103,2.6041666E-6;104,3.90625E-6;105,3.90625E-6;106,0.0;108,0.0;109,1.3020833E-6;110,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ordo\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_vine_blue:0", + "distrib": "0,0.0;126,0.0;127,1.3020833E-6;128,0.0;129,1.3020833E-6;130,2.6041666E-6;131,3.90625E-6;132,2.6041666E-6;133,1.3020833E-6;134,5.2083333E-6;135,5.2083333E-6;136,3.90625E-6;137,1.3020833E-6;138,1.3020833E-6;139,0.0;140,5.2083333E-6;141,5.2083333E-6;142,9.114583E-6;143,6.510417E-6;144,0.0;155,0.0;156,2.6041666E-6;157,3.90625E-6;158,7.8125E-6;159,1.4322916E-5;160,2.6041666E-6;161,1.3020833E-6;162,0.0;163,1.3020833E-6;164,0.0;165,5.2083333E-6;166,6.510417E-6;167,7.8125E-6;168,9.114583E-6;169,5.2083333E-6;170,5.2083333E-6;171,1.0416667E-5;172,5.2083333E-6;173,1.3020833E-6;174,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:ore_amber:0", + "distrib": "0,0.0;17,0.0;18,2.6041666E-6;19,0.0;21,0.0;22,1.3020833E-6;23,2.6041666E-6;24,0.0;25,1.3020833E-6;26,0.0;27,2.6041666E-6;28,1.3020833E-6;29,1.3020833E-6;30,0.0;31,1.3020833E-6;32,0.0;33,2.6041666E-6;34,2.6041666E-6;35,1.3020833E-6;36,5.2083333E-6;37,1.3020833E-6;38,2.6041666E-6;39,4.375E-4;40,4.296875E-4;41,5.1822915E-4;42,5.585938E-4;43,5.963542E-4;44,6.2890624E-4;45,5.911458E-4;46,6.25E-4;47,5.9375E-4;48,0.0010507812;49,0.0010885417;50,0.0011080729;51,0.0011783855;52,0.0011471354;53,0.0011601562;54,0.0011744791;55,0.0012721354;56,0.0011875;57,0.0013268229;58,0.001171875;59,0.0013828125;60,0.0012851562;61,0.0012213541;62,0.0011992188;63,0.0011184895;64,8.854167E-4;65,8.776042E-4;66,8.90625E-4;67,6.497396E-4;68,3.59375E-4;69,2.5260416E-4;70,2.5E-4;71,2.34375E-4;72,2.3177083E-4;73,2.0833334E-4;74,1.4713542E-4;75,1.3932292E-4;76,1.4583333E-4;77,1.3671875E-4;78,1.3151042E-4;79,1.0807292E-4;80,7.6822915E-5;81,8.333333E-5;82,8.723958E-5;83,8.984375E-5;84,8.984375E-5;85,8.59375E-5;86,7.942708E-5;87,8.333333E-5;88,7.8125E-5;89,7.421875E-5;90,6.770833E-5;91,4.1666666E-5;92,4.296875E-5;93,2.34375E-5;94,2.2135417E-5;95,1.953125E-5;96,1.0416667E-5;98,1.0416667E-5;99,1.4322916E-5;101,1.4322916E-5;102,6.510417E-6;103,6.510417E-6;104,5.2083333E-6;105,7.8125E-6;106,2.6041666E-6;107,3.90625E-6;109,3.90625E-6;110,2.6041666E-6;111,2.6041666E-6;112,1.3020833E-6;113,0.0;114,0.0;115,1.3020833E-6;116,1.3020833E-6;117,0.0;118,1.3020833E-6;119,0.0;123,0.0;124,1.3020833E-6;125,2.6041666E-6;126,0.0;134,0.0;135,1.3020833E-6;136,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thaumcraft:curio:1", + "fortunes": { + "0": 0.0998, + "1": 0.1391, + "2": 0.1718, + "3": 0.2109 + } + }, + { + "itemStack": "thaumcraft:amber:0", + "fortunes": { + "0": 1.4034, + "1": 1.8565, + "2": 2.4493, + "3": 3.0493 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:5", + "distrib": "0,0.0;10,0.0;11,6.510417E-6;12,3.90625E-6;13,5.2083333E-6;14,1.3020833E-6;15,7.8125E-6;16,1.3020833E-6;17,6.510417E-6;18,5.2083333E-6;19,7.8125E-6;20,2.6041666E-6;21,6.510417E-6;22,5.2083333E-6;23,9.114583E-6;24,3.90625E-6;25,7.8125E-6;26,2.6041666E-6;27,2.6041666E-6;28,5.2083333E-6;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:4", + "distrib": "0,0.0;10,0.0;11,5.2083333E-6;12,7.8125E-6;13,2.6041666E-6;14,3.90625E-6;15,3.90625E-6;16,6.510417E-6;17,7.8125E-6;18,5.2083333E-6;19,3.90625E-6;20,5.2083333E-6;21,2.6041666E-6;22,5.2083333E-6;23,7.8125E-6;24,7.8125E-6;25,2.6041666E-6;26,1.0416667E-5;27,3.90625E-6;28,2.6041666E-6;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:7", + "distrib": "0,0.0;8,0.0;9,1.3020833E-6;10,0.0;11,2.6041666E-6;12,5.2083333E-6;13,3.90625E-6;14,6.510417E-6;15,5.2083333E-6;16,2.6041666E-6;17,5.2083333E-6;18,7.8125E-6;19,7.8125E-6;20,5.2083333E-6;21,2.6041666E-6;22,6.510417E-6;23,7.8125E-6;24,2.6041666E-6;25,5.2083333E-6;26,1.3020833E-6;27,3.90625E-6;28,2.6041666E-6;29,5.2083333E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.5:0", + "distrib": "0,0.0;62,0.0;63,1.0416667E-5;64,6.510417E-6;65,0.0;67,0.0;68,3.515625E-5;69,1.6927082E-5;70,0.0;71,0.0;72,1.0416667E-5;73,1.953125E-5;74,6.510417E-6;75,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"blueberry\",UID1:\"blueberry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsAverage\",UID1:\"forestry.saplingsAverage\"},{Slot:3b,UID0:\"extratrees.fruitBlueberry\",UID1:\"extratrees.fruitBlueberry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0463, + "1": 0.0411, + "2": 0.0453, + "3": 0.0401 + } + }, + { + "itemStack": "extratrees:food:45", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:6", + "distrib": "0,0.0;10,0.0;11,6.510417E-6;12,6.510417E-6;13,3.90625E-6;14,5.2083333E-6;16,5.2083333E-6;17,3.90625E-6;18,5.2083333E-6;19,1.0416667E-5;20,6.510417E-6;21,2.6041666E-6;22,7.8125E-6;23,5.2083333E-6;24,3.90625E-6;25,6.510417E-6;26,3.90625E-6;27,5.2083333E-6;28,6.510417E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.5:1", + "distrib": "0,0.0;63,0.0;64,1.0416667E-5;65,3.90625E-6;66,0.0;70,0.0;71,1.3020833E-6;72,5.3385418E-5;73,1.3020834E-5;74,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"cranberry\",UID1:\"cranberry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsAverage\",UID1:\"forestry.saplingsAverage\"},{Slot:3b,UID0:\"extratrees.fruitCranberry\",UID1:\"extratrees.fruitCranberry\"},{Slot:4b,UID0:\"forestry.yieldHigh\",UID1:\"forestry.yieldHigh\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0526, + "1": 0.0518, + "2": 0.0518, + "3": 0.048 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:9", + "distrib": "0,0.0;8,0.0;9,1.3020833E-6;10,0.0;11,5.2083333E-6;12,2.6041666E-6;13,3.90625E-6;14,1.3020833E-6;15,5.2083333E-6;16,5.2083333E-6;17,7.8125E-6;18,2.6041666E-6;19,3.90625E-6;20,1.0416667E-5;21,3.90625E-6;22,3.90625E-6;23,7.8125E-6;24,3.90625E-6;25,5.2083333E-6;26,6.510417E-6;27,6.510417E-6;28,2.6041666E-6;29,6.510417E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.5:2", + "distrib": "0,0.0;62,0.0;63,1.5625E-5;64,0.0;65,0.0;66,6.510417E-6;67,1.4322916E-5;68,5.2083333E-6;69,1.4322916E-5;70,2.2135417E-5;71,6.510417E-6;72,5.2083335E-5;73,3.90625E-5;74,6.510417E-6;75,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"juniper\",UID1:\"juniper\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitJuniper\",UID1:\"extratrees.fruitJuniper\"},{Slot:4b,UID0:\"forestry.yieldLow\",UID1:\"forestry.yieldLow\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0429, + "1": 0.0331, + "2": 0.0398, + "3": 0.0365 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:double_plant:3", + "distrib": "0,0.0;62,0.0;63,9.114583E-6;64,7.8125E-6;65,9.114583E-6;66,1.4322916E-5;67,2.9947916E-5;68,2.8645833E-5;69,3.515625E-5;70,4.6875E-5;71,3.2552085E-5;72,1.06770836E-4;73,9.635417E-5;74,0.0;75,1.3020833E-6;76,1.3020833E-6;77,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:8", + "distrib": "0,0.0;10,0.0;11,7.8125E-6;12,3.90625E-6;13,3.90625E-6;14,2.6041666E-6;15,6.510417E-6;16,5.2083333E-6;17,2.6041666E-6;18,7.8125E-6;19,5.2083333E-6;20,9.114583E-6;21,1.0416667E-5;22,1.171875E-5;23,5.2083333E-6;24,2.6041666E-6;25,5.2083333E-6;26,3.90625E-6;27,9.114583E-6;28,3.90625E-6;29,5.2083333E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.5:4", + "distrib": "0,0.0;64,0.0;65,6.510417E-6;66,5.2083333E-6;67,0.0;68,0.0;69,1.4322916E-5;70,6.510417E-6;71,1.0416667E-5;72,5.2083333E-6;73,1.171875E-5;74,1.953125E-5;75,6.510417E-6;76,0.0;77,0.0;78,1.5625E-5;79,1.171875E-5;80,1.0416667E-5;81,3.90625E-6;82,0.0;93,0.0;94,1.5625E-5;95,6.510417E-6;96,0.0;97,0.0;98,2.6041666E-6;99,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"goldenraspberry\",UID1:\"goldenraspberry\"},{Slot:1b,UID0:\"forestry.heightSmaller\",UID1:\"forestry.heightSmaller\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitGolden_raspberry\",UID1:\"extratrees.fruitGolden_raspberry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFastest\",UID1:\"forestry.maturationFastest\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0343, + "1": 0.0324, + "2": 0.036, + "3": 0.03 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:ore_quartz:0", + "distrib": "0,0.0;1,1.9010417E-4;2,3.8541667E-4;3,5.625E-4;4,7.578125E-4;5,9.2447916E-4;6,8.828125E-4;7,8.8802085E-4;8,9.322917E-4;9,0.0010169271;10,8.893229E-4;11,0.0010390625;12,9.296875E-4;13,9.5703127E-4;14,9.830729E-4;15,9.830729E-4;16,9.5052086E-4;17,9.270833E-4;18,9.322917E-4;19,9.453125E-4;20,9.1927085E-4;21,9.205729E-4;22,9.322917E-4;23,9.518229E-4;24,9.1015623E-4;25,9.375E-4;26,9.3098957E-4;27,8.8802085E-4;28,9.53125E-4;29,9.908854E-4;30,9.4140624E-4;31,8.828125E-4;32,9.205729E-4;33,9.401042E-4;34,8.5026043E-4;35,9.1276044E-4;36,8.0729165E-4;37,8.294271E-4;38,7.8385416E-4;39,7.8255206E-4;40,7.565104E-4;41,8.033854E-4;42,8.515625E-4;43,8.2682294E-4;44,8.164063E-4;45,7.8515627E-4;46,8.359375E-4;47,7.565104E-4;48,7.421875E-4;49,7.1354164E-4;50,7.4479164E-4;51,7.369792E-4;52,6.5885414E-4;53,6.5234373E-4;54,6.3541665E-4;55,6.6666666E-4;56,6.445313E-4;57,6.210937E-4;58,5.7552085E-4;59,5.950521E-4;60,5.78125E-4;61,5.039062E-4;62,4.9609377E-4;63,5.104167E-4;64,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:quartz:0", + "fortunes": { + "0": 1.0, + "1": 1.3317, + "2": 1.7441, + "3": 2.2057 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:brown_mushroom:0", + "distrib": "0,0.0;9,0.0;10,1.3020833E-6;11,2.6041666E-6;12,7.8125E-6;13,1.171875E-5;14,2.6041666E-6;15,1.3020833E-6;16,1.3020833E-6;17,1.171875E-5;18,0.0;19,3.90625E-6;20,2.6041666E-6;21,1.3020833E-6;22,6.510417E-6;23,9.114583E-6;24,3.90625E-6;25,1.3020833E-6;26,1.3020833E-6;27,0.0;28,0.0;29,1.3020833E-6;30,1.3020833E-6;31,7.8125E-6;32,3.90625E-6;33,0.0;34,1.3020833E-6;35,0.0;36,3.90625E-6;37,1.8229166E-5;38,3.90625E-6;39,1.3020833E-6;40,0.0;45,0.0;46,5.2083333E-6;47,5.2083333E-6;48,2.34375E-5;49,6.510417E-6;50,1.3020833E-6;51,1.3020833E-6;52,0.0;53,1.3020833E-6;54,1.4322916E-5;55,1.953125E-5;56,0.0;59,0.0;60,3.90625E-6;61,1.3020833E-6;62,1.3020833E-6;63,9.114583E-6;64,3.90625E-6;65,5.2083333E-6;66,3.2552085E-5;67,9.114583E-6;68,1.171875E-5;69,6.901041E-5;70,1.6927082E-5;71,1.5625E-5;72,1.9401041E-4;73,8.333333E-5;74,1.2890625E-4;75,1.7708333E-4;76,6.510417E-6;77,7.6822915E-5;78,3.90625E-5;79,1.4322916E-5;80,2.6041666E-6;81,0.0;82,0.0;83,2.6041666E-6;84,1.3020834E-5;85,0.0;86,0.0;87,1.3020833E-6;88,0.0;89,1.3020833E-6;90,2.6041667E-5;91,0.0;94,0.0;95,7.8125E-6;96,6.510417E-6;97,0.0;118,0.0;119,2.6041666E-6;120,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:1", + "distrib": "0,0.0;10,0.0;11,1.3020833E-6;12,1.3020833E-6;13,6.510417E-6;14,1.0416667E-5;15,7.8125E-6;16,2.6041666E-6;17,3.90625E-6;18,3.90625E-6;19,2.6041666E-6;20,7.8125E-6;21,6.510417E-6;22,1.3020833E-6;23,7.8125E-6;24,2.6041666E-6;25,5.2083333E-6;26,3.90625E-6;27,5.2083333E-6;28,0.0;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "techreborn:rubber_log:0", + "distrib": "0,0.0;62,0.0;63,2.6041666E-6;64,0.0;70,0.0;71,3.90625E-6;72,1.171875E-5;73,1.5625E-5;74,1.5625E-5;75,1.3020834E-5;76,1.171875E-5;77,7.8125E-6;78,6.510417E-6;79,3.90625E-6;80,1.3020833E-6;85,1.3020833E-6;86,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:0", + "distrib": "0,0.0;10,0.0;11,3.90625E-6;12,3.90625E-6;13,0.0;14,2.6041666E-6;15,2.6041666E-6;16,5.2083333E-6;17,2.6041666E-6;18,6.510417E-6;19,9.114583E-6;20,5.2083333E-6;21,1.0416667E-5;22,9.114583E-6;23,9.114583E-6;24,2.6041666E-6;25,7.8125E-6;26,3.90625E-6;27,3.90625E-6;28,7.8125E-6;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:3", + "distrib": "0,0.0;10,0.0;11,3.90625E-6;12,5.2083333E-6;13,2.6041666E-6;14,9.114583E-6;15,1.0416667E-5;16,7.8125E-6;17,2.6041666E-6;18,7.8125E-6;19,3.90625E-6;20,3.90625E-6;21,6.510417E-6;22,3.90625E-6;23,1.0416667E-5;24,7.8125E-6;25,3.90625E-6;26,2.6041666E-6;27,5.2083333E-6;28,2.6041666E-6;29,7.8125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:2", + "distrib": "0,0.0;10,0.0;11,6.510417E-6;12,1.0416667E-5;13,5.2083333E-6;14,2.6041666E-6;15,3.90625E-6;16,6.510417E-6;17,7.8125E-6;18,6.510417E-6;19,7.8125E-6;20,2.6041666E-6;21,3.90625E-6;22,6.510417E-6;23,7.8125E-6;24,9.114583E-6;25,0.0;26,7.8125E-6;27,2.6041666E-6;28,7.8125E-6;29,6.510417E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:bedrock:0", + "distrib": "0,0.99915236;1,0.7989154;2,0.59958726;3,0.400694;4,0.19923697;5,0.0;109,0.0;110,1.171875E-5;111,5.2083333E-6;112,0.0;123,0.0;124,1.171875E-5;125,5.2083333E-6;126,7.8125E-6;127,6.510417E-6;128,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:golden_rail:0", + "distrib": "0,0.0;53,0.0;54,8.1380206E-4;55,1.6927082E-5;56,0.0;59,0.0;60,1.6927082E-5;62,1.6927082E-5;63,0.0;65,0.0;66,3.125E-5;67,0.0;71,0.0;72,2.4739584E-5;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:golden_rail:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:iron_ore:0", + "distrib": "0,2.6041666E-6;1,0.0016432292;2,0.0031731771;3,0.004777344;4,0.006485677;5,0.008076823;6,0.007929687;7,0.007688802;8,0.007907552;9,0.007933593;10,0.0081380205;11,0.0079934895;12,0.0078489585;13,0.007703125;14,0.0077747395;15,0.007841146;16,0.0078463545;17,0.007832032;18,0.007934896;19,0.0080638025;20,0.008315104;21,0.008295573;22,0.0078502605;23,0.007748698;24,0.0078450525;25,0.007868489;26,0.007923177;27,0.007796875;28,0.0075664064;29,0.0073177083;30,0.007684896;31,0.007703125;32,0.0076770834;33,0.007875;34,0.00740625;35,0.0072578127;36,0.007365885;37,0.0073710936;38,0.007497396;39,0.0072304686;40,0.007001302;41,0.0073528644;42,0.0071302084;43,0.007246094;44,0.0074036457;45,0.0071210936;46,0.0070117186;47,0.0066809896;48,0.0063125;49,0.006199219;50,0.006216146;51,0.006325521;52,0.005752604;53,0.0055677085;54,0.005316406;55,0.0052747396;56,0.0051979166;57,0.0051458334;58,0.004998698;59,0.0052096355;60,0.0052135414;61,0.004330729;62,0.0023190104;63,4.388021E-4;64,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:monster_egg:2", + "distrib": "0,0.0;58,0.0;59,3.125E-5;60,1.0416667E-5;61,0.0;64,0.0;65,2.0833333E-5;66,1.0416667E-5;67,0.0;70,0.0;71,4.1666666E-5;72,1.0416667E-5;73,0.0;76,0.0;77,2.34375E-5;78,9.114583E-6;79,0.0;82,0.0;83,4.1666666E-5;84,1.0416667E-5;85,0.0;88,0.0;89,2.6041667E-5;90,7.8125E-6;91,0.0;94,0.0;95,1.3020834E-5;96,0.0;106,0.0;107,5.2083333E-6;108,2.6041666E-6;109,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:monster_egg:0", + "distrib": "0,0.0;1,1.3020834E-5;2,3.6458332E-5;3,4.1666666E-5;4,4.8177084E-5;5,5.9895832E-5;6,5.598958E-5;7,4.296875E-5;8,5.9895832E-5;9,5.598958E-5;10,4.4270833E-5;11,5.7291665E-5;12,5.9895832E-5;13,4.6875E-5;14,6.25E-5;15,3.125E-5;16,4.5572917E-5;17,6.510417E-5;18,3.515625E-5;19,1.5625E-5;20,5.859375E-5;21,4.9479168E-5;22,2.734375E-5;23,3.125E-5;24,3.2552085E-5;25,5.46875E-5;26,7.03125E-5;27,3.90625E-5;28,6.510417E-5;29,5.46875E-5;30,3.3854165E-5;31,7.6822915E-5;32,8.723958E-5;33,4.4270833E-5;34,4.296875E-5;35,4.9479168E-5;36,3.515625E-5;37,3.3854165E-5;38,3.6458332E-5;39,1.6927082E-5;40,2.34375E-5;41,3.3854165E-5;42,4.296875E-5;43,2.6041667E-5;44,4.9479168E-5;45,3.3854165E-5;46,3.125E-5;47,9.765625E-5;48,4.8177084E-5;49,6.119792E-5;50,4.6875E-5;51,1.5625E-5;52,4.1666666E-5;53,5.46875E-5;54,5.9895832E-5;55,3.125E-5;56,5.46875E-5;57,3.125E-5;58,4.0364583E-5;59,5.2083335E-5;60,3.2552085E-5;61,4.1666666E-5;62,1.5625E-5;63,7.8125E-6;64,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:deadbush:0", + "distrib": "0,0.0;62,0.0;63,2.6041666E-6;64,0.0;65,0.0;66,5.2083333E-6;67,5.2083333E-6;68,3.90625E-6;69,3.90625E-6;70,1.0416667E-5;71,7.8125E-6;72,5.2083333E-6;73,2.6041666E-6;74,2.6041666E-6;75,1.3020833E-6;76,0.0;77,5.2083333E-6;78,3.90625E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stick:0", + "fortunes": { + "0": 1.0053, + "1": 1.0083, + "2": 1.0084, + "3": 0.9979 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:dark_oak_door:0", + "distrib": "0,0.0;71,0.0;72,1.7447917E-4;73,1.7447917E-4;74,0.0;77,0.0;78,2.8645833E-5;79,2.8645833E-5;80,0.0;83,0.0;84,7.8125E-6;85,7.8125E-6;86,0.0;89,0.0;90,7.8125E-6;91,7.8125E-6;92,0.0;95,0.0;96,5.2083333E-6;97,5.2083333E-6;98,0.0;107,0.0;108,2.6041666E-6;109,2.6041666E-6;110,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:dark_oak_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_grass_tall:5", + "distrib": "0,0.0;139,0.0;140,1.4322916E-5;141,0.0;168,0.0;169,1.171875E-5;170,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_grass_tall:4", + "distrib": "0,0.0;139,0.0;140,2.0833333E-5;141,0.0;168,0.0;169,3.90625E-6;170,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:leaves:0", + "distrib": "0,0.0;62,0.0;63,5.7291665E-5;64,7.2916664E-5;65,1.2239584E-4;66,2.0963541E-4;67,2.981771E-4;68,4.6614584E-4;69,6.315104E-4;70,8.3854166E-4;71,0.0014908854;72,0.013352864;73,0.00899349;74,0.0065299477;75,0.008782552;76,0.009957031;77,0.010554687;78,0.011735677;79,0.011520834;80,0.0011549479;81,0.0012838541;82,0.0012486979;83,0.0011705729;84,0.0014244792;85,0.0011132812;86,7.96875E-4;87,6.2890624E-4;88,4.8177084E-4;89,4.7265625E-4;90,7.2265626E-4;91,7.0833333E-4;92,7.981771E-4;93,8.658854E-4;94,9.1276044E-4;95,8.3984376E-4;96,5.221354E-4;97,1.7317709E-4;98,1.5625E-5;99,2.6041666E-6;100,1.3020833E-6;102,1.3020833E-6;103,0.0;104,0.0;105,5.859375E-5;106,8.723958E-5;107,6.119792E-5;108,3.7760416E-5;109,1.171875E-5;110,3.2552085E-5;111,2.734375E-5;112,9.114583E-6;113,6.510417E-6;114,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:apple:0", + "fortunes": { + "0": 0.0067, + "1": 0.0056, + "2": 0.0068, + "3": 0.0086 + } + }, + { + "itemStack": "minecraft:sapling:0", + "fortunes": { + "0": 0.0505, + "1": 0.0627, + "2": 0.0837, + "3": 0.1038 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:brick_block:0", + "distrib": "0,0.0;70,0.0;71,0.008735677;72,0.0;76,0.0;77,0.0022786458;78,0.0;88,0.0;89,2.5520835E-4;90,0.0;94,0.0;95,0.0012760416;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:4", + "distrib": "0,0.0;3,0.0;4,9.244792E-5;5,1.02864586E-4;6,1.40625E-4;7,1.09375E-4;8,1.1328125E-4;9,1.2760417E-4;10,1.1458333E-4;11,1.2369792E-4;12,1.1067709E-4;13,8.854167E-5;14,8.59375E-5;15,1.484375E-4;16,1.1458333E-4;17,1.1197916E-4;18,1.171875E-4;19,1.1848958E-4;20,9.244792E-5;21,1.06770836E-4;22,1.171875E-4;23,1.06770836E-4;24,1.171875E-4;25,1.0546875E-4;26,1.19791664E-4;27,1.15885414E-4;28,1.2890625E-4;29,1.0026042E-4;30,1.2369792E-4;31,1.015625E-4;32,1.1328125E-4;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:4", + "fortunes": { + "0": 1.0, + "1": 1.3298, + "2": 1.7599, + "3": 2.2039 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:5", + "distrib": "0,0.0;3,0.0;4,4.296875E-5;5,6.25E-5;6,5.9895832E-5;7,6.380209E-5;8,6.380209E-5;9,5.7291665E-5;10,6.380209E-5;11,4.8177084E-5;12,4.5572917E-5;13,5.46875E-5;14,5.46875E-5;15,6.119792E-5;16,5.9895832E-5;17,4.6875E-5;18,4.6875E-5;19,5.3385418E-5;20,6.510417E-5;21,6.25E-5;22,4.5572917E-5;23,6.25E-5;24,6.25E-5;25,7.6822915E-5;26,6.119792E-5;27,5.7291665E-5;28,6.640625E-5;29,6.901041E-5;30,5.7291665E-5;31,6.510417E-5;32,5.7291665E-5;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:5", + "fortunes": { + "0": 1.0, + "1": 1.331, + "2": 1.7424, + "3": 2.2034 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:log_greatwood:0", + "distrib": "0,0.0;62,0.0;63,5.2083333E-6;66,5.2083333E-6;67,7.8125E-6;68,1.0416667E-5;69,1.8229166E-5;70,2.6041667E-5;71,2.6041667E-5;72,2.9947916E-5;73,2.9947916E-5;74,3.7760416E-5;75,4.296875E-5;76,5.078125E-5;77,5.598958E-5;78,5.7291665E-5;79,6.25E-5;80,2.6041667E-5;81,2.4739584E-5;82,2.6041667E-5;83,2.2135417E-5;84,2.4739584E-5;85,2.734375E-5;86,1.953125E-5;87,1.8229166E-5;88,1.6927082E-5;89,1.5625E-5;90,2.0833333E-5;91,1.6927082E-5;92,1.6927082E-5;93,2.0833333E-5;94,2.6041667E-5;95,2.734375E-5;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:6", + "distrib": "0,0.0;3,0.0;4,3.0338543E-4;5,4.1015624E-4;6,3.90625E-4;7,3.9583334E-4;8,3.5546874E-4;9,3.9322916E-4;10,3.4375E-4;11,4.1536457E-4;12,4.1145834E-4;13,3.4375E-4;14,3.75E-4;15,4.049479E-4;16,3.8671875E-4;17,3.7890626E-4;18,3.684896E-4;19,3.658854E-4;20,3.9453126E-4;21,3.7630208E-4;22,3.7239582E-4;23,3.515625E-4;24,3.3984374E-4;25,3.6458333E-4;26,4.140625E-4;27,3.8932293E-4;28,4.0234375E-4;29,3.6197915E-4;30,3.6979167E-4;31,4.140625E-4;32,3.9973957E-4;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:6", + "fortunes": { + "0": 1.0, + "1": 1.3335, + "2": 1.7264, + "3": 2.1581 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:7", + "distrib": "0,0.0;3,0.0;4,5.46875E-5;5,7.2916664E-5;6,5.2083335E-5;7,5.2083335E-5;8,5.3385418E-5;9,5.3385418E-5;10,8.333333E-5;11,5.078125E-5;12,6.640625E-5;13,7.161458E-5;14,5.078125E-5;15,5.2083335E-5;16,6.640625E-5;17,6.901041E-5;18,5.2083335E-5;19,8.4635416E-5;20,7.942708E-5;21,4.5572917E-5;22,6.901041E-5;23,5.3385418E-5;24,6.770833E-5;25,5.859375E-5;26,7.03125E-5;27,6.119792E-5;28,6.119792E-5;29,5.3385418E-5;30,7.03125E-5;31,5.7291665E-5;32,6.901041E-5;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:7", + "fortunes": { + "0": 1.0, + "1": 1.3371, + "2": 1.7547, + "3": 2.2006 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:2", + "distrib": "0,0.0;37,0.0;38,2.6041666E-6;39,0.0;62,0.0;63,6.510417E-6;64,0.0;65,1.3020833E-6;66,0.0;67,1.171875E-5;68,9.114583E-6;69,3.90625E-6;70,1.3020833E-6;71,2.6041666E-6;72,5.078125E-5;73,1.171875E-5;74,0.0;75,0.0;76,2.6041666E-6;77,0.0;78,1.3020833E-6;79,1.3020833E-6;80,0.0;89,0.0;90,1.3020833E-6;91,2.6041666E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:3", + "distrib": "0,0.0;37,0.0;38,3.90625E-6;39,0.0;62,0.0;63,5.2083333E-6;64,1.3020834E-5;65,1.3020833E-6;67,1.3020833E-6;68,2.6041666E-6;69,1.4322916E-5;70,1.4322916E-5;71,3.90625E-6;72,2.8645833E-5;73,2.2135417E-5;74,5.2083333E-6;75,0.0;77,0.0;78,3.90625E-6;79,2.6041666E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:enchanting_table:0", + "distrib": "0,0.0;53,0.0;54,7.8125E-6;55,0.0;59,0.0;60,1.3020834E-5;61,0.0;65,0.0;66,1.5625E-5;67,0.0;71,0.0;72,1.171875E-5;73,0.0;77,0.0;78,1.5625E-5;79,0.0;83,0.0;84,1.171875E-5;85,0.0;89,0.0;90,5.2083333E-6;91,0.0;95,0.0;96,2.6041666E-6;97,0.0;101,0.0;102,1.3020833E-6;103,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:enchanting_table:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:0", + "distrib": "0,0.0;22,0.0;23,1.3020833E-6;24,0.0;25,0.0;26,2.6041666E-6;27,0.0;30,0.0;31,1.3020833E-6;32,3.90625E-6;33,0.0;37,0.0;38,2.6041666E-6;39,0.0;47,0.0;48,1.3020833E-6;49,0.0;51,0.0;52,1.3020833E-6;53,1.3020833E-6;54,0.0;55,9.114583E-6;56,0.0;60,0.0;61,4.296875E-5;62,0.0;63,2.734375E-5;64,6.510417E-6;65,1.3020833E-6;66,1.3020833E-6;67,8.4635416E-5;68,2.6041666E-6;69,2.0833333E-5;70,7.8125E-6;71,2.0833333E-5;72,2.2395833E-4;73,4.3489583E-4;74,4.296875E-5;75,2.6041666E-6;76,1.3020834E-5;77,5.2083333E-6;78,3.125E-5;79,1.3020834E-4;80,0.0;83,0.0;84,6.510417E-6;85,5.2083335E-5;86,0.0;88,0.0;89,1.3020833E-6;90,3.90625E-6;91,6.25E-5;92,3.90625E-6;93,2.6041666E-6;94,0.0;96,0.0;97,2.6041666E-6;98,0.0;102,0.0;103,7.8125E-6;104,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:1", + "distrib": "0,0.0;37,0.0;38,1.3020833E-6;39,0.0;41,0.0;42,1.3020833E-6;43,0.0;50,0.0;51,1.3020833E-6;52,0.0;53,1.3020833E-6;54,0.0;62,0.0;63,1.0416667E-5;64,5.2083333E-6;65,1.3020833E-6;66,3.90625E-6;67,1.171875E-5;68,9.114583E-6;69,1.5625E-5;70,2.4739584E-5;71,5.46875E-5;72,5.598958E-5;73,2.34375E-5;74,1.6927082E-5;75,1.4322916E-5;76,1.953125E-5;77,1.953125E-5;78,2.8645833E-5;79,2.6041666E-6;80,0.0;81,1.3020833E-6;82,5.2083333E-6;83,1.3020833E-6;84,4.6875E-5;85,1.6927082E-5;86,0.0;87,1.3020833E-6;88,0.0;89,6.510417E-6;90,5.2083333E-6;91,1.5625E-5;92,2.6041667E-5;93,1.3020833E-6;96,1.3020833E-6;97,0.0;106,0.0;107,1.3020833E-6;108,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sandstone:2", + "distrib": "0,0.0;49,0.0;50,3.2552085E-5;51,2.0833333E-5;52,3.2552085E-5;53,2.0833333E-5;54,0.0;55,2.0833333E-5;56,0.0;58,0.0;59,0.0017682292;60,5.651042E-4;61,5.2604167E-4;62,5.5729167E-4;63,0.0016901041;64,0.0018958333;65,0.0019895833;66,6.692708E-4;67,6.3671876E-4;68,6.25E-4;69,0.0018020833;70,0.0019869793;71,0.0022630207;72,6.497396E-4;73,5.859375E-4;74,6.158854E-4;75,0.001985677;76,0.002203125;77,0.002188802;78,5.7942705E-4;79,4.8177084E-4;80,2.7213542E-4;81,0.0012317708;82,0.00140625;83,0.0017083334;84,4.5833332E-4;85,3.1119792E-4;86,3.203125E-4;87,0.0015143229;88,0.0017213542;89,0.0011197916;90,2.734375E-4;91,2.1223958E-4;92,2.1223958E-4;93,9.375E-4;94,0.0011471354;95,5.611979E-4;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sandstone:1", + "distrib": "0,0.0;53,0.0;54,2.0833333E-5;55,0.0;65,0.0;66,1.8229166E-5;67,0.0;68,5.2083333E-6;69,1.3020833E-6;70,5.2083333E-6;71,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sandstone:0", + "distrib": "0,0.0;42,0.0;43,5.2083333E-6;44,5.2083333E-6;45,6.901041E-5;46,1.3932292E-4;47,2.799479E-4;48,2.981771E-4;49,5.6901044E-4;50,8.033854E-4;51,8.3984376E-4;52,7.356771E-4;53,0.0011289063;54,0.0017213542;55,0.0023489583;56,0.0018151042;57,0.002061198;58,0.0026132814;59,0.0031002604;60,0.0088619795;61,0.01360026;62,0.018453125;63,0.022908853;64,0.014787761;65,0.013908854;66,0.0126236975;67,0.008770834;68,0.005324219;69,0.0033828125;70,0.0033307292;71,0.003263021;72,0.0030859376;73,0.0030416667;74,0.002248698;75,0.0015195312;76,0.0012421875;77,0.0011953125;78,0.0010052084;79,5.520833E-4;80,8.333333E-5;81,1.02864586E-4;82,1.6015625E-4;83,1.4713542E-4;84,5.859375E-5;85,2.734375E-5;86,3.7760416E-5;87,1.4973959E-4;88,1.7708333E-4;89,1.2239584E-4;90,4.0364583E-5;91,1.8229166E-5;92,2.6041667E-5;93,9.375E-5;94,1.1848958E-4;95,6.119792E-5;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:1", + "distrib": "0,0.0;3,0.0;4,8.59375E-5;5,7.6822915E-5;6,7.552083E-5;7,8.203125E-5;8,9.244792E-5;9,8.333333E-5;10,6.380209E-5;11,7.2916664E-5;12,8.59375E-5;13,9.375E-5;14,8.854167E-5;15,9.244792E-5;16,8.4635416E-5;17,9.5052084E-5;18,8.854167E-5;19,9.635417E-5;20,1.0546875E-4;21,9.765625E-5;22,9.1145834E-5;23,8.854167E-5;24,8.59375E-5;25,7.421875E-5;26,6.901041E-5;27,9.375E-5;28,9.5052084E-5;29,8.984375E-5;30,7.2916664E-5;31,8.59375E-5;32,8.203125E-5;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:1", + "fortunes": { + "0": 1.0, + "1": 1.3341, + "2": 1.7334, + "3": 2.2155 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:stone:0", + "distrib": "0,0.0;1,1.7838541E-4;2,3.4244792E-4;3,4.2708335E-4;4,5.1171874E-4;5,6.1067706E-4;6,6.5494794E-4;7,6.1328127E-4;8,5.6770834E-4;9,6.197917E-4;10,6.71875E-4;11,7.122396E-4;12,6.3671876E-4;13,5.598958E-4;14,7.1484374E-4;15,7.9427083E-4;16,7.65625E-4;17,6.822917E-4;18,4.8307292E-4;19,3.6328126E-4;20,4.1927083E-4;21,5.638021E-4;22,7.239583E-4;23,7.877604E-4;24,7.369792E-4;25,8.476562E-4;26,8.0208335E-4;27,7.552083E-4;28,7.2265626E-4;29,7.200521E-4;30,6.888021E-4;31,7.122396E-4;32,7.9557294E-4;33,8.3984376E-4;34,7.604167E-4;35,5.625E-4;36,4.1927083E-4;37,4.21875E-4;38,5.104167E-4;39,4.6354166E-4;40,5.78125E-4;41,7.2135415E-4;42,8.580729E-4;43,8.841146E-4;44,7.6953124E-4;45,6.9270836E-4;46,5.716146E-4;47,5.846354E-4;48,6.315104E-4;49,8.098958E-4;50,9.1796875E-4;51,8.3072914E-4;52,6.471354E-4;53,5.611979E-4;54,5.403646E-4;55,5.585938E-4;56,7.304688E-4;57,8.2552084E-4;58,7.578125E-4;59,6.3020835E-4;60,5.703125E-4;61,5.6901044E-4;62,4.4270835E-4;63,2.6171876E-4;64,2.9947916E-5;65,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "abyssalcraft:cobblestone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:2", + "distrib": "0,0.0;3,0.0;4,6.510417E-5;5,9.375E-5;6,9.375E-5;7,9.1145834E-5;8,1.0026042E-4;9,9.5052084E-5;10,7.6822915E-5;11,7.161458E-5;12,8.854167E-5;13,9.635417E-5;14,7.942708E-5;15,9.635417E-5;16,1.09375E-4;17,1.09375E-4;18,1.06770836E-4;19,7.2916664E-5;20,8.333333E-5;21,1.02864586E-4;22,8.984375E-5;23,9.244792E-5;24,8.854167E-5;25,9.5052084E-5;26,7.942708E-5;27,7.942708E-5;28,8.59375E-5;29,7.161458E-5;30,8.854167E-5;31,9.8958335E-5;32,8.203125E-5;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:2", + "fortunes": { + "0": 1.0, + "1": 1.3305, + "2": 1.759, + "3": 2.1802 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:gem_ore:3", + "distrib": "0,0.0;3,0.0;4,2.6041667E-5;5,3.6458332E-5;6,4.1666666E-5;7,4.296875E-5;8,3.2552085E-5;9,2.6041667E-5;10,3.7760416E-5;11,3.2552085E-5;12,3.515625E-5;13,3.6458332E-5;14,2.8645833E-5;15,4.4270833E-5;16,3.7760416E-5;17,3.6458332E-5;18,3.7760416E-5;19,4.8177084E-5;20,5.078125E-5;21,4.0364583E-5;22,4.8177084E-5;23,3.515625E-5;24,3.7760416E-5;25,1.6927082E-5;26,3.3854165E-5;27,3.3854165E-5;28,4.6875E-5;29,2.9947916E-5;30,4.8177084E-5;31,3.125E-5;32,3.515625E-5;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:gem:3", + "fortunes": { + "0": 1.0, + "1": 1.3419, + "2": 1.7642, + "3": 2.1917 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.4:13", + "distrib": "0,0.0;70,0.0;71,1.4322916E-5;72,7.8125E-5;73,2.2135417E-5;74,0.0;76,0.0;77,1.0416667E-5;78,1.3020834E-5;79,1.6927082E-5;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"redcurrant\",UID1:\"redcurrant\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsAverage\",UID1:\"forestry.saplingsAverage\"},{Slot:3b,UID0:\"extratrees.fruitRedcurrant\",UID1:\"extratrees.fruitRedcurrant\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0491, + "1": 0.049, + "2": 0.0466, + "3": 0.0522 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:double_plant:4", + "distrib": "0,0.0;11,0.0;12,1.3020833E-6;13,0.0;34,0.0;35,3.90625E-6;36,1.3020833E-6;37,0.0;63,0.0;64,2.6041667E-5;65,4.0364583E-5;66,2.734375E-5;67,2.0833333E-5;68,3.515625E-5;69,1.0416667E-5;70,5.7291665E-5;71,6.25E-5;72,4.9479168E-5;73,1.2630208E-4;74,3.2552085E-5;75,1.8229166E-5;76,7.8125E-6;77,3.90625E-6;78,7.8125E-6;79,6.380209E-5;80,6.510417E-6;81,1.3020833E-6;82,0.0;85,0.0;86,1.3020833E-6;87,0.0;88,1.3020833E-6;89,1.3020833E-6;90,9.114583E-6;91,1.6927082E-5;92,1.3020833E-6;93,6.510417E-6;94,1.3020833E-6;95,1.953125E-5;96,0.0;97,1.3151042E-4;98,3.125E-5;99,1.0416667E-5;100,1.3020834E-5;101,7.8125E-6;102,1.171875E-5;103,5.2083333E-6;104,3.90625E-6;105,3.90625E-6;106,2.6041666E-6;107,2.6041666E-6;108,3.90625E-6;109,1.3020833E-6;111,1.3020833E-6;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:double_plant:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.4:12", + "distrib": "0,0.0;65,0.0;66,7.8125E-6;67,6.510417E-6;68,0.0;69,0.0;70,1.3020833E-6;71,1.3020833E-6;72,1.171875E-5;73,5.2083333E-6;74,0.0;77,0.0;78,9.114583E-6;79,2.6041666E-6;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "extratrees:food:41", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + }, + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"blackcurrant\",UID1:\"blackcurrant\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitBlackcurrant\",UID1:\"extratrees.fruitBlackcurrant\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0338, + "1": 0.0321, + "2": 0.031, + "3": 0.0383 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.4:15", + "distrib": "0,0.0;71,0.0;72,6.510417E-6;73,1.953125E-5;74,6.510417E-6;75,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "extratrees:food:44", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + }, + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"raspberry\",UID1:\"raspberry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitRaspberry\",UID1:\"extratrees.fruitRaspberry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0334, + "1": 0.0351, + "2": 0.0361, + "3": 0.0359 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:planks:0", + "distrib": "0,0.0;2,0.0;3,5.2083333E-6;4,5.2083333E-6;5,4.0364583E-5;6,0.0;8,0.0;9,1.0416667E-5;10,3.125E-5;11,8.4635416E-5;12,1.953125E-4;13,8.59375E-5;14,1.8880208E-4;15,2.1484375E-4;16,4.4140624E-4;17,4.4140624E-4;18,7.747396E-4;19,6.3541665E-4;20,6.653646E-4;21,0.0011914063;22,0.0011080729;23,0.0012044271;24,0.0011653646;25,0.0013893229;26,0.0010338542;27,8.736979E-4;28,9.388021E-4;29,0.0011210938;30,0.0010859375;31,8.828125E-4;32,8.372396E-4;33,5.8203127E-4;34,7.2265626E-4;35,4.8046876E-4;36,3.2682292E-4;37,3.5546874E-4;38,2.7473958E-4;39,4.8307292E-4;40,4.2708335E-4;41,3.6067708E-4;42,6.0416665E-4;43,5.325521E-4;44,1.875E-4;45,1.19791664E-4;46,1.3802083E-4;47,1.484375E-4;48,9.244792E-5;49,1.0416667E-5;50,0.0;80,0.0;81,1.5625E-5;82,0.0;86,0.0;87,9.375E-5;88,0.0;92,0.0;93,2.65625E-4;94,0.0;98,0.0;99,1.5625E-5;100,0.0;104,0.0;105,1.5625E-5;106,0.0;110,0.0;111,6.25E-5;112,0.0;122,0.0;123,1.5625E-5;124,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:double_plant:0", + "distrib": "0,0.0;62,0.0;63,5.2083333E-6;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:double_plant:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:double_plant:1", + "distrib": "0,0.0;62,0.0;63,9.114583E-6;64,3.90625E-6;65,1.3020833E-6;66,0.0;67,1.3020833E-6;68,0.0;69,0.0;70,2.0833333E-5;71,0.0;72,4.8177084E-5;73,9.114583E-6;74,5.2083333E-6;75,0.0;77,0.0;78,2.6041666E-6;79,0.0;84,0.0;85,1.3020833E-6;86,0.0;87,1.3020833E-6;88,1.3020833E-6;89,0.0;90,0.0;91,1.3020833E-6;92,6.510417E-6;93,1.3020833E-6;94,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:double_plant:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:double_plant:2", + "distrib": "0,0.0;62,0.0;63,3.3854165E-5;64,1.4322916E-5;65,1.3020833E-6;66,5.2083333E-6;67,1.8229166E-5;68,5.2083333E-6;69,7.8125E-6;70,6.510417E-6;71,0.0;72,2.4739584E-5;73,1.4322916E-5;74,2.6041666E-6;75,0.0;76,0.0;77,1.3020833E-6;78,3.90625E-6;79,1.3020833E-6;80,0.0;89,0.0;90,7.8125E-6;91,0.0;93,0.0;94,1.953125E-5;95,1.0416667E-5;96,1.3151042E-4;97,3.125E-5;98,1.0416667E-5;99,1.3020834E-5;100,7.8125E-6;101,1.171875E-5;102,5.2083333E-6;103,3.90625E-6;104,3.90625E-6;105,2.6041666E-6;106,2.6041666E-6;107,3.90625E-6;108,1.3020833E-6;110,1.3020833E-6;111,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.1225, + "1": 0.1227, + "2": 0.1226, + "3": 0.1246 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:double_plant:3", + "distrib": "0,0.0;10,0.0;11,1.3020833E-6;12,0.0;33,0.0;34,3.90625E-6;35,1.3020833E-6;36,0.0;62,0.0;63,1.5625E-5;64,2.2135417E-5;65,2.4739584E-5;66,1.5625E-5;67,1.5625E-5;68,5.2083333E-6;69,4.9479168E-5;70,3.515625E-5;71,3.90625E-5;72,4.4270833E-5;73,9.114583E-6;74,1.0416667E-5;75,7.8125E-6;76,3.90625E-6;77,6.510417E-6;78,5.7291665E-5;79,2.9947916E-5;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:6", + "distrib": "0,0.0;17,0.0;18,1.3020833E-6;19,0.0;33,0.0;34,1.3020833E-6;35,0.0;37,0.0;38,1.3020833E-6;39,0.0;40,1.3020833E-6;41,0.0;61,0.0;62,1.3020833E-6;63,7.8125E-6;64,2.6041666E-6;65,0.0;66,3.90625E-6;67,9.114583E-6;68,1.3020834E-5;69,1.8229166E-5;70,7.552083E-5;71,2.6041667E-5;72,9.1145834E-5;73,5.3385418E-5;74,1.953125E-5;75,9.114583E-6;76,1.171875E-5;77,6.510417E-6;78,3.3854165E-5;79,6.510417E-6;80,5.2083333E-6;81,1.3020833E-6;82,6.510417E-6;83,0.0;84,5.859375E-5;85,1.5625E-5;86,0.0;87,0.0;88,2.6041666E-6;89,6.510417E-6;90,1.3020833E-6;91,0.0;92,7.8125E-6;93,3.90625E-6;94,0.0;95,1.3020833E-6;96,0.0;97,0.0;98,2.6041666E-6;99,0.0;104,0.0;105,1.3020833E-6;106,0.0;107,1.3020833E-6;108,0.0;109,1.3020833E-6;110,0.0;111,2.6041666E-6;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:7", + "distrib": "0,0.0;62,0.0;63,6.510417E-6;64,1.3020833E-6;65,1.3020833E-6;66,7.8125E-6;67,1.8229166E-5;68,5.2083333E-6;69,6.510417E-6;70,1.4322916E-5;71,5.2083333E-6;72,5.7291665E-5;73,3.2552085E-5;74,0.0;77,0.0;78,7.8125E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:4", + "distrib": "0,0.0;62,0.0;63,6.510417E-6;65,6.510417E-6;66,1.953125E-5;67,1.8229166E-5;68,1.5625E-5;69,1.8229166E-5;70,2.0833333E-5;71,6.510417E-6;72,1.25E-4;73,5.3385418E-5;74,1.171875E-5;75,2.6041666E-6;76,0.0;77,0.0;78,9.114583E-6;79,2.6041666E-6;80,0.0;89,0.0;90,2.6041666E-6;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:5", + "distrib": "0,0.0;62,0.0;63,1.171875E-5;64,1.3020833E-6;65,5.2083333E-6;66,3.90625E-6;67,2.6041667E-5;68,1.5625E-5;69,1.5625E-5;70,2.0833333E-5;71,1.3020833E-6;72,6.770833E-5;73,3.7760416E-5;74,7.8125E-6;75,1.3020833E-6;76,1.3020833E-6;77,2.6041666E-6;78,2.6041666E-6;79,1.3020833E-6;80,0.0;87,0.0;88,1.3020833E-6;89,0.0;91,0.0;92,1.3020833E-6;93,0.0;104,0.0;105,1.3020833E-6;106,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:torch:0", + "distrib": "0,0.0;16,0.0;17,1.3020833E-6;18,0.0;19,1.3020833E-6;20,1.3020833E-6;21,0.0;22,1.3020833E-6;23,2.6041666E-6;24,9.114583E-6;25,1.3020833E-6;26,5.2083333E-6;27,1.3020833E-6;28,5.2083333E-6;29,3.90625E-6;30,2.6041666E-6;31,0.0;32,0.0;33,1.3020833E-6;34,1.3020833E-6;35,2.6041666E-6;36,0.0;41,0.0;42,2.6041666E-6;43,0.0;46,0.0;47,1.3020833E-6;48,0.0;76,0.0;77,2.6041666E-6;78,0.0;83,0.0;84,2.6041666E-6;85,0.0;90,0.0;91,2.6041666E-6;92,0.0;97,0.0;98,2.6041666E-6;99,0.0;104,0.0;105,2.6041666E-6;106,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:torch:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_flower:8", + "distrib": "0,0.0;26,0.0;27,1.3020833E-6;28,0.0;39,0.0;40,3.90625E-6;41,0.0;42,1.3020833E-6;43,0.0;62,0.0;63,1.171875E-5;64,1.3020833E-6;65,5.2083333E-6;66,9.114583E-6;67,5.2083333E-6;68,5.2083333E-6;69,1.6927082E-5;70,2.6041667E-5;71,2.734375E-5;72,1.1328125E-4;73,3.7760416E-5;74,1.8229166E-5;75,9.114583E-6;76,1.3020834E-5;77,2.6041666E-6;78,4.5572917E-5;79,1.171875E-5;80,6.510417E-6;81,1.3020833E-6;82,3.90625E-6;83,1.3020833E-6;84,7.6822915E-5;85,2.8645833E-5;86,2.6041666E-6;87,0.0;88,2.6041666E-6;89,3.90625E-6;90,6.510417E-6;91,5.2083333E-6;92,1.0416667E-5;93,2.6041666E-6;94,0.0;95,1.3020833E-6;96,0.0;98,0.0;99,1.3020833E-6;100,0.0;101,0.0;102,1.3020833E-6;103,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:glass:0", + "distrib": "0,0.0;53,0.0;54,3.125E-5;55,3.6458332E-5;56,2.8125E-4;57,2.5E-4;58,2.9166666E-4;59,0.0;60,6.770833E-5;61,1.5494792E-4;62,1.4322916E-4;63,6.25E-5;64,0.0;65,0.0;66,5.46875E-5;67,2.0572917E-4;68,1.8880208E-4;69,1.25E-4;70,0.0;71,0.0;72,9.635417E-4;73,0.0017890625;74,0.0017578125;75,1.9921875E-4;76,4.296875E-5;77,1.3541666E-4;78,0.0011510417;79,0.001860677;80,0.0012135417;81,2.0572917E-4;82,8.0729165E-5;83,1.0416667E-4;84,8.2552084E-4;85,0.0012864583;86,0.0012786458;87,2.0572917E-4;88,8.0729165E-5;89,8.0729165E-5;90,8.6979166E-4;91,0.0012786458;92,0.0012734375;93,2.0572917E-4;94,0.0;95,4.6875E-5;96,1.6666666E-4;97,2.513021E-4;98,2.7083332E-4;99,3.125E-5;100,0.0;101,0.0;102,1.25E-4;103,2.03125E-4;104,2.265625E-4;105,3.125E-5;106,0.0;107,2.34375E-5;108,1.484375E-4;109,1.7447917E-4;110,1.6276042E-4;111,0.0;113,0.0;114,7.2916664E-5;116,7.2916664E-5;117,0.0;119,0.0;120,7.2916664E-5;122,7.2916664E-5;123,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "integrateddynamics:menril_log:0", + "distrib": "0,0.0;66,0.0;67,6.510417E-6;68,1.3020833E-6;69,1.3020833E-6;70,5.2083333E-6;71,2.6041666E-6;72,7.8125E-6;73,1.4322916E-5;74,1.4322916E-5;75,1.953125E-5;76,2.0833333E-5;77,1.171875E-5;78,1.3020834E-5;79,9.114583E-6;80,1.3020834E-5;81,1.0416667E-5;82,6.510417E-6;83,6.510417E-6;84,0.0;91,0.0;92,9.114583E-6;93,6.510417E-6;94,3.90625E-6;95,7.8125E-6;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sandstone_stairs:0", + "distrib": "0,0.0;64,0.0;65,2.6041666E-6;66,0.0;67,2.6041666E-6;68,2.6041666E-6;69,0.0;73,0.0;74,1.0416667E-5;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sandstone_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:block_treasure_chest:0", + "distrib": "0,0.0;32,0.0;33,1.3020833E-6;34,0.0;44,0.0;45,1.3020833E-6;46,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:wooden_pressure_plate:0", + "distrib": "0,0.0;54,0.0;55,2.0833333E-5;56,0.0;60,0.0;61,6.510417E-5;62,0.0;66,0.0;67,1.328125E-4;68,0.0;72,0.0;73,2.2526042E-4;74,5.2083333E-6;75,0.0;78,0.0;79,1.5494792E-4;80,0.0;84,0.0;85,1.484375E-4;86,0.0;90,0.0;91,1.015625E-4;92,1.0416667E-5;93,0.0;96,0.0;97,7.8125E-6;98,0.0;102,0.0;103,5.2083333E-6;104,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_pressure_plate:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_slab2:0", + "distrib": "0,0.0;70,0.0;71,0.0014375;72,3.515625E-5;73,0.0;74,0.0;75,1.8229166E-5;76,0.0;77,5.6901044E-4;78,0.0;82,0.0;83,1.02864586E-4;84,0.0;88,0.0;89,5.2083335E-5;90,0.0;94,0.0;95,5.2083335E-5;96,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab2:0", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_nether_brick:0", + "distrib": "0,0.0;70,0.0;71,5.104167E-4;72,0.0;76,0.0;77,2.5520835E-4;78,0.0;82,0.0;83,2.5520835E-4;84,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:mushroom:2", + "distrib": "0,0.0;69,0.0;70,3.90625E-6;71,0.0;72,2.6041666E-6;73,6.510417E-6;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:mushroom:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:mushroom:3", + "distrib": "0,0.0;4,0.0;5,1.3020833E-6;6,0.0;7,0.0;8,1.3020833E-6;9,0.0;10,1.3020833E-6;11,3.7760416E-5;12,4.5572917E-5;13,1.953125E-5;14,2.6041667E-5;15,2.9947916E-5;16,3.90625E-5;17,6.380209E-5;18,5.2083335E-5;19,5.7291665E-5;20,4.9479168E-5;21,4.1666666E-5;22,3.6458332E-5;23,5.46875E-5;24,4.8177084E-5;25,4.8177084E-5;26,3.3854165E-5;27,4.9479168E-5;28,2.9947916E-5;29,3.125E-5;30,2.0833333E-5;31,3.2552085E-5;32,2.9947916E-5;33,1.6927082E-5;34,3.125E-5;35,5.859375E-5;36,4.1666666E-5;37,2.0833333E-5;38,1.4322916E-5;39,2.4739584E-5;40,2.734375E-5;41,1.0416667E-5;42,2.4739584E-5;43,1.171875E-5;44,7.8125E-6;45,2.34375E-5;46,1.3020834E-5;47,1.4322916E-5;48,9.114583E-6;49,5.2083333E-6;50,3.90625E-6;51,1.171875E-5;52,1.0416667E-5;53,1.5625E-5;54,1.4322916E-5;55,7.8125E-6;56,1.6927082E-5;57,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:mushroom:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:mushroom:4", + "distrib": "0,0.0;62,0.0;63,3.90625E-6;64,0.0;70,0.0;71,1.3020833E-6;72,1.8229166E-5;73,0.0;77,0.0;78,1.3020833E-6;79,1.3020833E-6;80,0.0;90,0.0;91,1.3020833E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:mushroom:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:mushroom:0", + "distrib": "0,0.0;62,0.0;63,2.6041666E-6;64,1.3020833E-6;65,7.8125E-6;66,3.90625E-6;67,2.6041666E-6;68,1.3020833E-6;69,0.0;70,2.6041666E-6;71,3.90625E-6;72,3.2552085E-5;73,6.510417E-6;74,1.3020833E-6;75,0.0;77,0.0;78,1.4322916E-5;79,9.114583E-6;80,0.0;83,0.0;84,3.90625E-6;85,1.3020833E-6;86,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:fluid_redstone:0", + "distrib": "0,0.0;1,1.171875E-5;2,3.515625E-5;3,3.90625E-5;4,4.4270833E-5;5,6.25E-5;6,7.161458E-5;7,6.640625E-5;8,6.25E-5;9,4.9479168E-5;10,6.25E-5;11,9.375E-5;12,9.8958335E-5;13,1.015625E-4;14,8.333333E-5;15,7.03125E-5;16,4.9479168E-5;17,2.34375E-5;18,3.3854165E-5;19,1.6927082E-5;20,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "contenttweaker:gluttonous_sentient_meatball:0", + "distrib": "0,0.0;85,0.0;86,1.3020833E-6;87,1.0416667E-5;88,1.171875E-5;89,5.2083333E-6;90,0.0;91,5.2083333E-6;92,4.0364583E-5;93,0.0;94,0.0;95,1.0416667E-5;96,0.0;106,0.0;107,5.2083333E-6;108,1.0026042E-4;109,0.0;110,5.2083333E-6;111,5.2083333E-6;112,0.0;117,0.0;118,7.8125E-6;119,2.6041666E-6;120,0.0;121,1.3020834E-5;122,1.3020834E-5;123,0.0;124,5.2083333E-6;125,1.5625E-5;126,0.0;127,1.1458333E-4;128,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:crystal_ignis:0", + "distrib": "0,0.0;9,0.0;10,3.90625E-6;11,3.515625E-5;12,1.6927082E-5;13,2.34375E-5;14,2.34375E-5;15,3.515625E-5;16,3.6458332E-5;17,2.34375E-5;18,2.6041667E-5;19,5.3385418E-5;20,4.296875E-5;21,5.2083335E-5;22,5.078125E-5;23,6.119792E-5;24,2.9947916E-5;25,1.3020834E-5;26,1.5625E-5;27,2.34375E-5;28,3.3854165E-5;29,3.90625E-5;31,3.90625E-5;32,3.125E-5;33,2.8645833E-5;34,4.1666666E-5;35,3.515625E-5;36,3.125E-5;37,2.6041667E-5;38,2.734375E-5;39,3.2552085E-5;40,2.0833333E-5;41,2.2135417E-5;42,1.6927082E-5;43,2.8645833E-5;44,2.2135417E-5;45,1.6927082E-5;46,2.0833333E-5;47,1.5625E-5;48,2.0833333E-5;49,9.114583E-6;50,9.114583E-6;51,7.8125E-6;52,1.953125E-5;53,2.2135417E-5;54,3.6458332E-5;55,5.7291665E-5;56,6.770833E-5;57,4.5572917E-5;58,9.114583E-6;59,1.6927082E-5;60,2.34375E-5;61,1.8229166E-5;62,5.3385418E-5;63,1.6927082E-5;64,1.4322916E-5;65,5.2083333E-6;66,6.380209E-5;67,9.114583E-6;68,7.161458E-5;69,2.734375E-5;70,6.510417E-6;71,0.0;72,1.06770836E-4;73,1.5625E-5;74,7.6822915E-5;75,9.114583E-6;76,6.510417E-6;77,0.0;78,8.854167E-5;79,5.2083333E-6;80,2.8645833E-5;81,1.3020833E-6;82,0.0;83,2.6041666E-6;84,5.3385418E-5;85,1.5625E-5;86,4.0364583E-5;87,6.510417E-6;88,0.0;89,0.0;90,9.114583E-6;91,5.2083333E-6;92,1.8229166E-5;93,1.171875E-5;94,0.0;106,0.0;107,1.3020833E-6;108,6.510417E-6;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ignis\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.3:3", + "distrib": "0,0.0;65,0.0;66,1.3020833E-6;68,1.3020833E-6;69,5.2083333E-6;70,2.6041666E-6;71,1.3020833E-6;72,1.3020833E-6;73,2.6041666E-6;74,7.8125E-6;75,3.90625E-6;76,7.8125E-6;77,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.3:2", + "distrib": "0,0.0;70,0.0;71,2.6041666E-6;73,2.6041666E-6;74,1.3020833E-6;91,1.3020833E-6;92,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:ice:0", + "distrib": "0,0.0;9,0.0;10,1.3020833E-6;17,1.3020833E-6;18,2.6041666E-6;19,2.6041666E-6;20,5.2083333E-6;21,5.2083333E-6;22,6.510417E-6;25,6.510417E-6;26,1.171875E-5;27,1.5625E-5;28,1.8229166E-5;29,2.2135417E-5;30,2.734375E-5;31,3.90625E-5;32,4.1666666E-5;33,4.4270833E-5;34,5.46875E-5;35,6.640625E-5;36,7.421875E-5;37,8.59375E-5;38,9.375E-5;39,1.09375E-4;40,1.2630208E-4;41,1.40625E-4;42,1.5625E-4;43,1.9140624E-4;44,2.2395833E-4;45,2.65625E-4;46,3.046875E-4;47,3.4765626E-4;48,3.658854E-4;49,4.388021E-4;50,4.908854E-4;51,5.716146E-4;52,5.6770834E-4;53,6.328125E-4;54,7.1484374E-4;55,8.3854166E-4;56,0.001;57,0.0011627604;58,0.0013385416;59,0.0014283854;60,0.0016992188;61,0.0018554687;62,0.0039322916;63,0.0021445313;64,0.0022252605;65,0.0020520834;66,0.002046875;67,0.0020416668;68,0.002029948;69,0.0020208333;70,0.0020091145;71,0.00196875;72,0.0019518229;73,0.0018828125;74,0.0018658855;75,0.0018619791;76,0.0019505208;77,0.0021197917;78,0.0018085937;79,0.001796875;80,0.0017382812;81,0.0017278646;82,0.0019791666;83,0.0017148438;84,0.00171875;85,0.0017083334;86,0.0016927083;87,0.0016809896;88,0.0018697917;89,0.0019440104;90,0.0016940105;91,0.0016575521;92,0.0016432292;93,0.0016354166;94,0.0012018229;95,0.0010039062;96,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:cauldron:0", + "distrib": "0,0.0;53,0.0;54,1.4322916E-5;55,0.0;59,0.0;60,2.8645833E-5;61,0.0;65,0.0;66,3.3854165E-5;67,0.0;71,0.0;72,5.7291665E-5;73,0.0;77,0.0;78,4.296875E-5;79,0.0;83,0.0;84,2.734375E-5;85,0.0;89,0.0;90,2.0833333E-5;91,0.0;95,0.0;96,2.6041666E-6;97,0.0;101,0.0;102,2.6041666E-6;103,0.0;107,0.0;108,1.3020833E-6;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cauldron:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:iron_door:0", + "distrib": "0,0.0;71,0.0;72,2.2916666E-4;73,2.3177083E-4;74,0.0;77,0.0;78,2.6041667E-5;79,2.6041667E-5;80,0.0;83,0.0;84,3.3854165E-5;85,3.3854165E-5;86,0.0;89,0.0;90,2.6041666E-6;91,2.6041666E-6;92,0.0;95,0.0;96,1.3020834E-5;97,1.3020834E-5;98,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:iron_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:grass:4", + "distrib": "0,0.0;61,0.0;62,0.0015924479;63,0.0026458334;64,0.004300781;65,3.0859376E-4;66,2.6171876E-4;67,1.4192708E-4;68,1.71875E-4;69,5.5598957E-4;70,0.0085716145;71,0.007700521;72,0.0010976562;73,3.3854165E-5;74,4.5572917E-5;75,3.2552085E-5;76,4.921875E-4;77,6.3020835E-4;78,7.8125E-6;79,6.510417E-6;80,0.0;81,0.0;82,2.9947916E-5;83,9.375E-5;84,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:dirt:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:grass:3", + "distrib": "0,0.0;61,0.0;62,5.1822915E-4;63,0.0018020833;64,2.513021E-4;65,9.244792E-5;66,1.3020834E-4;67,2.1223958E-4;68,0.0010247396;69,2.4348959E-4;70,6.9921877E-4;71,5.9765624E-4;72,2.2135417E-5;73,1.9010417E-4;74,1.328125E-4;75,5.9895832E-5;76,2.1484375E-4;77,6.901041E-5;78,9.1145834E-5;79,1.5625E-4;80,2.2135417E-5;81,2.34375E-5;82,1.4322916E-5;83,1.171875E-5;84,1.953125E-5;85,2.734375E-5;86,5.46875E-5;87,2.9947916E-5;88,9.635417E-5;89,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:dirt:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_4:10", + "distrib": "0,0.0;66,0.0;67,2.6041666E-6;68,0.0;72,0.0;73,3.90625E-5;74,3.90625E-5;75,1.1067709E-4;76,1.71875E-4;77,1.2760417E-4;78,1.8489583E-4;79,1.484375E-4;80,1.6796876E-4;81,9.635417E-5;82,1.9401041E-4;83,1.5364583E-4;84,2.2005208E-4;85,1.7708333E-4;86,2.1614584E-4;87,1.3151042E-4;88,1.6015625E-4;89,9.244792E-5;90,1.3411458E-4;91,4.9479168E-5;92,9.375E-5;93,3.3854165E-5;94,6.119792E-5;95,2.0833333E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_2:2", + "fortunes": { + "0": 0.0508, + "1": 0.0617, + "2": 0.083, + "3": 0.098 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "chisel:basalt2:7", + "distrib": "0,1.3020833E-6;1,0.007190104;2,0.014417969;3,0.025773438;4,0.037183594;5,0.048483074;6,0.049065106;7,0.04997656;8,0.042088542;9,0.033626303;10,0.029117187;11,4.765625E-4;12,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:grass:2", + "distrib": "0,0.0;61,0.0;62,7.161458E-5;63,2.7213542E-4;64,7.5E-4;65,1.2369792E-4;66,3.203125E-4;67,6.380209E-5;68,6.640625E-5;69,6.510417E-5;70,0.0027890624;71,0.0018476562;72,9.765625E-5;73,8.4635416E-5;74,9.8958335E-5;75,2.1354167E-4;76,0.0052643227;77,0.0040247394;78,0.0019361979;79,1.6927082E-5;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_4:11", + "distrib": "0,0.0;68,0.0;69,2.8645833E-5;70,2.9947916E-5;71,1.6927082E-5;72,9.375E-5;73,7.8125E-5;74,4.0364583E-5;75,1.2760417E-4;76,1.1458333E-4;77,6.080729E-4;78,0.0015117187;79,0.0019466146;80,2.265625E-4;81,1.7057292E-4;82,3.2552085E-5;83,3.3854165E-5;84,7.8125E-6;85,6.510417E-6;86,7.8125E-6;87,6.510417E-6;88,5.2083333E-6;89,5.2083333E-6;90,0.0;94,0.0;95,5.859375E-5;96,0.0;101,0.0;102,5.859375E-5;103,5.9895832E-5;104,2.9947916E-5;105,2.734375E-5;106,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:pear:0", + "fortunes": { + "0": 0.0089, + "1": 0.0108, + "2": 0.0051, + "3": 0.0091 + } + }, + { + "itemStack": "biomesoplenty:sapling_2:3", + "fortunes": { + "0": 0.0504, + "1": 0.0469, + "2": 0.077, + "3": 0.0924 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:grass:1", + "distrib": "0,0.0;61,0.0;62,3.6458332E-5;63,2.9947916E-5;64,0.0;68,0.0;69,2.6041666E-6;70,1.0416667E-5;71,1.171875E-5;72,2.6041666E-6;73,0.0;74,1.3020833E-6;75,2.6041666E-6;76,6.510417E-6;77,1.171875E-5;78,4.0364583E-5;79,2.2916666E-4;80,2.6041667E-5;81,0.0;82,2.6041666E-6;83,2.6041666E-6;84,0.0;85,2.6041666E-6;86,0.0;87,1.3020833E-6;88,1.3020833E-6;89,4.6875E-5;90,1.4322916E-5;91,1.3020833E-6;92,2.6041666E-6;93,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:rail:0", + "distrib": "0,0.0;2,0.0;3,3.7760416E-5;4,0.0;8,0.0;9,1.3020833E-6;10,3.7760416E-5;11,1.6927082E-5;12,6.25E-5;13,3.6458332E-5;14,3.6458332E-5;15,1.09375E-4;16,9.5052084E-5;17,3.046875E-4;18,1.2760417E-4;19,2.0963541E-4;20,1.9921875E-4;21,2.1354167E-4;22,3.1510417E-4;23,2.6953124E-4;24,2.0703125E-4;25,1.5755209E-4;26,2.2265625E-4;27,2.65625E-4;28,2.8125E-4;29,2.1614584E-4;30,2.3697916E-4;31,1.1458333E-4;32,1.3411458E-4;33,8.4635416E-5;34,5.7291665E-5;35,9.1145834E-5;36,9.1145834E-5;37,1.3151042E-4;38,7.2916664E-5;39,6.510417E-5;40,1.3541666E-4;41,1.8098958E-4;42,4.5572917E-5;43,1.8229166E-5;44,5.9895832E-5;45,4.6875E-5;46,3.2552085E-5;47,1.3020834E-5;48,0.0;53,0.0;54,0.010489583;55,0.0;56,1.6927082E-5;59,1.6927082E-5;60,0.0;62,0.0;63,1.6927082E-5;64,1.0416667E-5;65,1.0416667E-5;66,1.6927082E-5;71,1.6927082E-5;72,2.6953124E-4;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:rail:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:dltlog:0", + "distrib": "0,0.0;65,0.0;66,1.3020834E-5;67,2.0833333E-5;68,3.90625E-5;69,5.598958E-5;70,5.598958E-5;71,3.6458332E-5;72,4.0364583E-5;73,5.7291665E-5;74,6.380209E-5;75,6.119792E-5;76,7.03125E-5;77,1.3541666E-4;78,1.9791667E-4;79,1.8489583E-4;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:abyore:0", + "distrib": "0,0.0;1,0.0;2,1.3020833E-6;3,0.0;4,2.6041666E-6;5,5.2083333E-6;6,0.0;7,2.6041666E-6;8,1.3020833E-6;9,0.0;10,1.3020833E-6;11,1.3020833E-6;12,6.510417E-6;13,7.8125E-6;14,1.3020833E-6;15,0.0;16,2.6041666E-6;17,1.3020833E-6;18,1.3020833E-6;19,3.90625E-6;20,0.0;21,0.0;22,2.6041666E-6;23,5.2083333E-6;24,2.6041666E-6;25,0.0;26,2.6041666E-6;27,3.90625E-6;28,1.3020833E-6;29,2.6041666E-6;30,1.3020833E-6;31,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "chisel:limestone2:7", + "distrib": "0,0.0;28,0.0;29,3.90625E-5;30,0.0071770833;31,0.02410677;32,0.040079426;33,0.04535677;34,0.045277342;35,0.045877606;36,0.045828126;37,0.04568099;38,0.04563932;39,0.04459896;40,0.044347655;41,0.043484375;42,0.042411458;43,0.042563803;44,0.04233594;45,0.042453125;46,0.042847656;47,0.04168229;48,0.03960026;49,0.039696615;50,0.039127603;51,0.038342446;52,0.034998696;53,0.03418099;54,0.033915363;55,0.03330078;56,0.032352865;57,0.031109376;58,0.030816406;59,0.032118488;60,0.030352864;61,0.027757812;62,0.021667968;63,0.011878906;64,0.0027786458;65,1.5625E-5;66,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "integrateddynamics:menril_log_filled:0", + "distrib": "0,0.0;69,0.0;70,1.3020833E-6;71,0.0;73,0.0;74,1.3020833E-6;75,2.6041666E-6;76,1.3020833E-6;77,3.90625E-6;78,1.3020833E-6;79,5.2083333E-6;80,0.0;81,2.6041666E-6;82,0.0;91,0.0;92,1.3020833E-6;93,2.6041666E-6;94,0.0;95,1.3020833E-6;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "integrateddynamics:crystalized_menril_chunk:0", + "fortunes": { + "0": 1.9948, + "1": 2.5052, + "2": 2.98, + "3": 3.5202 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:gold_ore:0", + "distrib": "0,3.90625E-6;1,3.4375E-4;2,6.6015625E-4;3,9.322917E-4;4,0.0012083333;5,0.0015976563;6,0.0017265625;7,0.001640625;8,0.001640625;9,0.0017109375;10,0.0016289062;11,0.0016848958;12,0.0015546875;13,0.0016184896;14,0.0017135417;15,0.0016927083;16,0.0016158854;17,0.0015208333;18,0.0016536459;19,0.001579427;20,0.0015911459;21,0.001516927;22,0.0015;23,0.001453125;24,0.0015742187;25,0.0018085937;26,0.0016692708;27,0.0015598958;28,0.0015143229;29,0.0014557291;30,8.229167E-4;31,2.4348959E-4;32,7.552083E-5;33,8.333333E-5;34,1.1328125E-4;35,6.640625E-5;36,1.1067709E-4;37,1.1458333E-4;38,1.5234375E-4;39,1.6276042E-4;40,1.3802083E-4;41,1.3541666E-4;42,1.5234375E-4;43,8.4635416E-5;44,6.510417E-5;45,9.375E-5;46,1.25E-4;47,9.1145834E-5;48,8.333333E-5;49,1.1197916E-4;50,1.3541666E-4;51,1.171875E-4;52,8.59375E-5;53,5.078125E-5;54,5.598958E-5;55,5.598958E-5;56,6.25E-5;57,5.2083335E-5;58,7.421875E-5;59,6.770833E-5;60,4.5572917E-5;61,1.0416667E-5;62,0.0;65,0.0;66,1.3020833E-6;67,2.6041666E-6;68,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:coral:4", + "distrib": "0,0.0;37,0.0;38,2.8645833E-5;39,1.8098958E-4;40,4.8177084E-5;41,1.3020834E-5;42,6.510417E-6;43,6.510417E-6;44,5.2083333E-6;45,1.8229166E-5;46,2.734375E-5;47,1.171875E-5;48,3.6458332E-5;49,2.6041666E-6;50,0.0;51,3.90625E-6;52,2.6041666E-6;53,5.2083333E-6;54,2.6041666E-6;55,6.510417E-6;57,6.510417E-6;58,3.90625E-6;59,3.90625E-6;60,1.171875E-5;61,1.5625E-5;62,0.0;68,0.0;69,1.3020833E-6;70,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:coral:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sponge:1", + "distrib": "0,0.0;44,0.0;45,1.171875E-5;46,5.7291665E-5;47,0.0;48,0.0;49,1.4322916E-5;50,5.859375E-5;51,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:leaves_greatwood:0", + "distrib": "0,0.0;66,0.0;67,6.510417E-6;68,3.515625E-5;69,7.552083E-5;70,6.25E-5;71,6.770833E-5;72,7.421875E-5;73,9.5052084E-5;74,1.6536459E-4;75,1.8359374E-4;76,1.9401041E-4;77,2.7213542E-4;78,3.75E-4;79,3.8020834E-4;80,1.4583333E-4;81,1.8359374E-4;82,1.8359374E-4;83,1.6145833E-4;84,1.4713542E-4;85,1.5234375E-4;86,1.4583333E-4;87,1.328125E-4;88,1.3020834E-4;89,1.171875E-4;90,6.770833E-5;91,5.9895832E-5;92,1.06770836E-4;93,1.171875E-4;94,1.3671875E-4;95,1.6015625E-4;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thaumcraft:sapling_greatwood:0", + "fortunes": { + "0": 0.013, + "1": 0.0152, + "2": 0.0159, + "3": 0.0181 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:coral:3", + "distrib": "0,0.0;44,0.0;45,5.46875E-5;46,1.171875E-5;47,1.6927082E-5;48,1.4322916E-4;49,1.3020834E-5;50,5.2083333E-6;51,9.114583E-6;52,1.8229166E-5;53,2.734375E-5;54,3.515625E-5;55,5.2083335E-5;56,3.125E-5;57,1.8229166E-5;58,3.2552085E-5;59,4.0364583E-5;60,5.2083335E-5;61,5.078125E-5;62,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:coral:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:coral:2", + "distrib": "0,0.0;44,0.0;45,6.119792E-5;46,1.171875E-5;47,2.6041667E-5;48,1.4973959E-4;49,1.4322916E-5;50,7.8125E-6;51,1.171875E-5;52,2.734375E-5;53,4.0364583E-5;54,3.7760416E-5;55,6.119792E-5;56,4.6875E-5;57,4.6875E-5;58,3.515625E-5;59,2.8645833E-5;60,4.4270833E-5;61,4.5572917E-5;62,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:coral:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:coral:1", + "distrib": "0,0.0;44,0.0;45,3.2552085E-5;46,1.6927082E-5;47,1.6927082E-5;48,4.6875E-5;49,5.2083333E-6;50,6.510417E-6;51,1.4322916E-5;52,1.8229166E-5;53,1.4322916E-5;54,2.2135417E-5;55,2.0833333E-5;56,1.6927082E-5;57,2.4739584E-5;58,2.2135417E-5;59,1.953125E-5;60,2.8645833E-5;61,2.8645833E-5;62,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:coral:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:coral:0", + "distrib": "0,0.0;44,0.0;45,1.5625E-5;46,5.2083333E-6;47,1.4322916E-5;48,1.1848958E-4;49,1.0416667E-5;51,1.0416667E-5;52,3.7760416E-5;53,2.9947916E-5;54,2.34375E-5;55,4.0364583E-5;56,4.4270833E-5;57,1.953125E-5;58,3.515625E-5;59,4.0364583E-5;60,2.9947916E-5;61,2.0833333E-5;62,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:coral:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_berrybush_blackberry:0", + "distrib": "0,0.0;71,0.0;72,3.2552085E-5;73,2.8645833E-5;74,1.3020833E-6;75,0.0;89,0.0;90,2.734375E-5;91,1.171875E-5;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_blackberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:12", + "distrib": "0,0.0;56,0.0;57,1.06770836E-4;58,1.1197916E-4;59,2.6171876E-4;60,9.244792E-5;61,0.001484375;62,0.0027291668;63,0.002734375;64,3.671875E-4;65,0.0;70,0.0;71,2.890625E-4;72,0.0;76,0.0;77,9.973958E-4;78,0.0;82,0.0;83,5.2604167E-4;84,0.0;88,0.0;89,4.84375E-4;90,0.0;94,0.0;95,1.796875E-4;96,0.0;100,0.0;101,1.484375E-4;102,0.0;106,0.0;107,1.4453125E-4;108,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:11", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:log:0", + "distrib": "0,0.0;61,0.0;62,1.3020833E-6;63,4.5572917E-5;64,1.5625E-5;65,3.90625E-5;66,5.3385418E-5;67,7.03125E-5;68,1.06770836E-4;69,1.40625E-4;70,2.3046875E-4;71,2.96875E-4;72,5.403646E-4;73,7.369792E-4;74,8.4375E-4;75,9.830729E-4;76,0.00109375;77,0.0011184895;78,0.001078125;79,0.0010442708;80,1.2890625E-4;81,1.19791664E-4;82,8.333333E-5;83,6.119792E-5;84,5.9895832E-5;85,4.6875E-5;86,3.90625E-5;87,4.9479168E-5;88,5.859375E-5;89,8.0729165E-5;90,8.854167E-5;91,9.8958335E-5;92,7.8125E-5;93,6.901041E-5;94,4.5572917E-5;95,2.34375E-5;96,1.3020833E-6;97,0.0;101,0.0;102,1.3020833E-6;103,2.6041666E-6;104,3.90625E-6;105,5.2083333E-6;106,5.2083333E-6;107,6.510417E-6;108,3.90625E-6;109,2.6041666E-6;111,2.6041666E-6;112,1.3020833E-6;113,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:quartz_block:0", + "distrib": "0,0.0;53,0.0;54,0.0011992188;55,1.5104166E-4;56,1.6145833E-4;57,0.0;58,0.0;59,6.3671876E-4;60,3.4765626E-4;61,2.7864584E-4;62,2.96875E-4;63,4.1666666E-5;64,1.015625E-4;65,6.3671876E-4;66,4.4921876E-4;67,3.8541667E-4;68,4.1145834E-4;69,1.5625E-5;70,1.015625E-4;71,0.003733073;72,0.0015950521;73,6.2239583E-4;74,6.510417E-4;75,0.0;76,0.0;77,0.0012200521;78,7.682292E-4;79,4.9479166E-4;80,2.7864584E-4;81,0.0;82,0.0;83,0.002171875;84,2.96875E-4;85,2.4479168E-4;86,2.5E-4;87,0.0;88,0.0;89,0.002873698;90,5.15625E-4;91,2.890625E-4;92,3.0208332E-4;93,0.0;94,0.0;95,0.0018854167;96,6.770833E-5;97,2.6041667E-5;98,2.6041667E-5;99,0.0;100,0.0;101,2.799479E-4;102,6.770833E-5;103,2.6041667E-5;104,2.6041667E-5;105,0.0;106,0.0;107,1.4583333E-4;108,5.078125E-5;109,2.0833333E-5;110,2.0833333E-5;111,0.0;113,0.0;114,5.2083333E-6;116,5.2083333E-6;117,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:log:1", + "distrib": "0,0.0;58,0.0;59,1.3020833E-6;62,1.3020833E-6;63,2.2135417E-5;64,1.4322916E-5;65,1.5625E-5;66,2.2135417E-5;67,3.3854165E-5;68,3.6458332E-5;69,6.640625E-5;70,8.854167E-5;71,1.1067709E-4;72,2.109375E-4;73,3.372396E-4;74,3.7239582E-4;75,3.5416667E-4;76,3.4244792E-4;77,2.955729E-4;78,3.2421874E-4;79,3.3333333E-4;80,5.3385418E-5;81,5.078125E-5;82,4.5572917E-5;83,4.0364583E-5;84,2.9947916E-5;85,2.2135417E-5;86,1.171875E-5;87,6.510417E-6;88,2.6041666E-6;89,1.3020833E-6;90,1.3020833E-6;91,3.90625E-6;94,3.90625E-6;95,2.6041666E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:14", + "distrib": "0,0.0;52,0.0;53,3.3203125E-4;54,1.3932292E-4;55,1.0807292E-4;56,1.09375E-4;57,1.09375E-4;58,3.3203125E-4;59,3.3203125E-4;60,6.744792E-4;61,7.122396E-4;62,9.765625E-5;63,9.765625E-5;64,3.3203125E-4;65,6.0677086E-4;66,2.3697916E-4;67,1.7708333E-4;68,1.6927083E-4;69,1.6666666E-4;70,7.8515627E-4;71,0.0015078125;72,3.6067708E-4;73,2.4609375E-4;74,2.65625E-4;75,0.0011276042;76,0.0014296875;77,6.8359374E-4;78,1.6536459E-4;79,2.5520835E-4;80,1.2630208E-4;81,4.296875E-4;82,6.640625E-4;83,3.3203125E-4;84,1.2369792E-4;85,1.25E-4;86,9.375E-5;87,9.375E-5;88,3.1640625E-4;89,3.3203125E-4;90,1.0546875E-4;91,7.421875E-5;92,7.8125E-5;93,7.8125E-5;94,3.0078125E-4;95,3.3203125E-4;96,1.0807292E-4;97,6.380209E-5;98,6.640625E-5;99,6.640625E-5;100,3.0078125E-4;101,3.3203125E-4;102,9.5052084E-5;103,6.380209E-5;104,6.640625E-5;105,6.640625E-5;106,3.0078125E-4;107,3.3203125E-4;108,9.765625E-5;109,6.640625E-5;111,6.640625E-5;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:log:2", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,3.90625E-6;66,1.171875E-5;67,1.5625E-5;68,1.8229166E-5;69,1.8229166E-5;70,2.34375E-5;71,2.4739584E-5;72,8.59375E-5;73,2.2135417E-4;74,2.513021E-4;75,2.4739583E-4;76,2.3958333E-4;77,2.2005208E-4;78,1.5104166E-4;79,1.0546875E-4;80,1.6927082E-5;81,1.4322916E-5;82,1.4322916E-5;83,1.3020834E-5;84,2.2135417E-5;85,2.0833333E-5;86,1.953125E-5;87,1.4322916E-5;88,1.5625E-5;89,1.3020834E-5;90,7.8125E-6;91,9.114583E-6;94,9.114583E-6;95,7.8125E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:15", + "distrib": "0,0.0;70,0.0;71,3.6328126E-4;72,0.0;76,0.0;77,0.0019661458;78,0.0;82,0.0;83,9.335937E-4;84,0.0;88,0.0;89,7.630208E-4;90,0.0;94,0.0;95,5.052083E-4;96,0.0;100,0.0;101,2.9296876E-4;102,0.0;106,0.0;107,2.890625E-4;108,0.0;112,0.0;113,5.2083335E-5;114,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore:4", + "distrib": "0,0.0;36,0.0;37,4.7786458E-4;38,0.0018554687;39,0.0032721355;40,0.0037695311;41,0.003795573;42,0.00375;43,0.003703125;44,0.0037851562;45,0.0037760416;46,0.0039114584;47,0.0038125;48,0.0035651042;49,0.0036666666;50,0.003704427;51,0.0033828125;52,0.0028971354;53,0.0030247397;54,0.0030429687;55,0.0028059895;56,0.002703125;57,0.0025625;58,0.0024570313;59,0.002625;60,0.002466146;61,0.002483073;62,0.0023919272;63,0.0022721353;64,0.0017473958;65,0.0016041667;66,0.0015351563;67,0.0012304687;68,6.3020835E-4;69,4.4140624E-4;70,5.0651043E-4;71,4.388021E-4;72,3.2161459E-4;73,1.5234375E-4;74,2.8645833E-5;75,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore:5", + "distrib": "0,0.0;1,0.0;2,8.333333E-5;3,3.815104E-4;4,9.0625E-4;5,0.0012825521;6,0.0012682292;7,0.0013567709;8,0.0013190104;9,0.0012747396;10,0.0012252604;11,0.0012682292;12,0.0012526042;13,0.001358073;14,0.0013736979;15,0.0014036458;16,0.0014388021;17,0.0011705729;18,6.953125E-4;19,1.9140624E-4;20,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore:2", + "distrib": "0,0.0;1,0.0;2,1.2630208E-4;3,7.2916667E-4;4,0.0015286459;5,0.0022395833;6,0.0022109374;7,0.0023007812;8,0.0023958334;9,0.0025442708;10,0.0025989583;11,0.002701823;12,0.0025690105;13,0.0025078126;14,0.0024635417;15,0.0026276042;16,0.002546875;17,0.0025494792;18,0.0026158853;19,0.0026106772;20,0.0027838543;21,0.0027317707;22,0.0026263022;23,0.0025169272;24,0.0024752605;25,0.0025494792;26,0.0024791667;27,0.0022395833;28,0.0014361979;29,5.3776044E-4;30,2.825521E-4;31,2.8125E-4;32,2.5260416E-4;33,1.3802083E-4;34,4.296875E-5;35,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:log:3", + "distrib": "0,0.0;62,0.0;63,3.90625E-6;64,7.8125E-6;65,1.3020834E-5;66,1.171875E-5;67,1.8229166E-5;68,2.2135417E-5;69,2.34375E-5;70,2.2135417E-5;71,2.9947916E-5;72,8.0729165E-5;73,5.7291665E-5;74,8.0729165E-5;75,7.552083E-5;76,6.380209E-5;77,6.25E-5;78,5.859375E-5;79,5.2083335E-5;80,3.2552085E-5;81,3.3854165E-5;82,2.9947916E-5;83,2.34375E-5;84,2.0833333E-5;85,1.8229166E-5;86,1.5625E-5;87,1.6927082E-5;88,1.8229166E-5;89,2.2135417E-5;90,2.0833333E-5;91,1.6927082E-5;92,1.6927082E-5;93,1.5625E-5;94,1.4322916E-5;95,1.171875E-5;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore:3", + "distrib": "0,0.0;1,0.0;2,3.3854165E-5;3,1.7317709E-4;4,4.0104167E-4;5,5.7552085E-4;6,5.234375E-4;7,9.1796875E-4;8,0.0018776042;9,0.0027682292;10,0.0031354167;11,0.0032981772;12,0.0031757813;13,0.0029960938;14,0.0030651041;15,0.003044271;16,0.0031914061;17,0.0030130208;18,0.0031627605;19,0.0032148438;20,0.0030572917;21,0.0032304688;22,0.0032604167;23,0.003217448;24,0.0030364583;25,0.0030911458;26,0.0032473959;27,0.0031328124;28,0.0026953125;29,0.002515625;30,0.0025846355;31,0.0026536458;32,0.0023098958;33,0.0012864583;34,3.0859376E-4;35,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "techreborn:ore:0", + "distrib": "0,0.0;6,0.0;7,4.3489583E-4;8,0.0028828124;9,0.0054726563;10,0.005313802;11,0.0055273436;12,0.005606771;13,0.005738281;14,0.005736979;15,0.0058203125;16,0.0059401044;17,0.005872396;18,0.0054752603;19,0.0056458334;20,0.005738281;21,0.0059088543;22,0.0058020833;23,0.0056875;24,0.0058033853;25,0.0056497394;26,0.0059114583;27,0.005828125;28,0.0055390624;29,0.005904948;30,0.005924479;31,0.005828125;32,0.0057265623;33,0.0054479167;34,0.005433594;35,0.005563802;36,0.0055351565;37,0.005358073;38,0.005376302;39,0.005078125;40,0.0051809894;41,0.0052291667;42,0.005346354;43,0.005105469;44,0.00525;45,0.0052239583;46,0.005203125;47,0.004934896;48,0.004950521;49,0.005078125;50,0.0050898436;51,0.004669271;52,0.004308594;53,0.004127604;54,0.0040559894;55,0.0040976563;56,0.004109375;57,0.0037526041;58,0.0019726562;59,3.125E-4;60,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore:0", + "distrib": "0,0.0;16,0.0;17,1.06770836E-4;18,4.3098957E-4;19,7.044271E-4;20,8.789062E-4;21,9.049479E-4;22,8.90625E-4;23,9.296875E-4;24,9.0625E-4;25,9.283854E-4;26,9.934896E-4;27,0.001046875;28,0.0010429687;29,9.5703127E-4;30,0.0010299479;31,9.401042E-4;32,8.0208335E-4;33,7.578125E-4;34,7.96875E-4;35,8.177083E-4;36,8.763021E-4;37,0.0013554688;38,0.002717448;39,0.0040976563;40,0.0046119792;41,0.0046627605;42,0.0046119792;43,0.0046614585;44,0.004494792;45,0.0050820312;46,0.0060403645;47,0.006690104;48,0.006582031;49,0.0066497396;50,0.006559896;51,0.0063476562;52,0.0056575523;53,0.0052213543;54,0.0050716144;55,0.004967448;56,0.004846354;57,0.004578125;58,0.004419271;59,0.004798177;60,0.004496094;61,0.0040885415;62,0.003983073;63,0.0039583333;64,0.002983073;65,0.0029479167;66,0.0027708334;67,0.0021145833;68,0.0011419271;69,8.203125E-4;70,7.734375E-4;71,6.653646E-4;72,5.7291664E-4;73,4.4010417E-4;74,2.6041668E-4;75,1.640625E-4;76,1.5494792E-4;77,1.3020834E-4;78,1.8098958E-4;79,1.875E-4;80,1.1067709E-4;81,7.2916664E-5;82,9.765625E-5;83,1.015625E-4;84,1.06770836E-4;85,1.2369792E-4;86,1.3671875E-4;87,8.333333E-5;88,6.640625E-5;89,6.901041E-5;90,8.723958E-5;91,8.4635416E-5;92,5.46875E-5;93,3.3854165E-5;94,1.0416667E-5;95,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:dltlog2:0", + "distrib": "0,0.0;65,0.0;66,1.3020833E-6;67,0.0;68,3.90625E-6;69,9.114583E-6;70,6.510417E-6;71,1.3020833E-6;72,6.510417E-6;73,3.90625E-6;74,1.0416667E-5;75,5.2083333E-6;76,1.3020833E-6;77,1.0416667E-5;78,2.0833333E-5;79,2.0833333E-5;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "techreborn:ore:1", + "distrib": "0,0.0;4,0.0;5,1.9010417E-4;6,2.109375E-4;7,1.8880208E-4;8,1.6276042E-4;9,1.6015625E-4;10,1.7447917E-4;11,1.7317709E-4;12,2.0833334E-4;13,2.109375E-4;14,1.7838541E-4;15,1.6927083E-4;16,1.8619791E-4;17,1.8359374E-4;18,1.9401041E-4;19,1.7838541E-4;20,1.9010417E-4;21,1.8359374E-4;22,1.6927083E-4;23,1.8619791E-4;24,1.7317709E-4;25,1.8229167E-4;26,1.8619791E-4;27,1.8098958E-4;28,2.0182291E-4;29,1.8880208E-4;30,1.6927083E-4;31,1.796875E-4;32,1.9791667E-4;33,1.8098958E-4;34,1.9140624E-4;35,2.0442708E-4;36,1.9791667E-4;37,1.6015625E-4;38,1.796875E-4;39,2.0052084E-4;40,1.640625E-4;41,1.5625E-4;42,1.8619791E-4;43,1.640625E-4;44,1.6536459E-4;45,1.6015625E-4;46,1.796875E-4;47,1.796875E-4;48,1.2239584E-4;49,1.4192708E-4;50,1.71875E-4;51,1.2890625E-4;52,1.3802083E-4;53,1.3671875E-4;54,1.2239584E-4;55,1.2369792E-4;56,1.19791664E-4;57,1.2369792E-4;58,1.0546875E-4;59,1.2109375E-4;60,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore:1", + "distrib": "0,0.0;16,0.0;17,5.169271E-4;18,0.0019088541;19,0.0031783853;20,0.0036809896;21,0.0036132813;22,0.0035677084;23,0.00346875;24,0.0035585938;25,0.003671875;26,0.003470052;27,0.00340625;28,0.0035221353;29,0.003748698;30,0.0036341145;31,0.0035559896;32,0.0036171875;33,0.0035169271;34,0.0034127603;35,0.0033867187;36,0.0031679687;37,0.0033033853;38,0.0035989583;39,0.0035807292;40,0.0032773437;41,0.0031679687;42,0.003186198;43,0.0032942707;44,0.0033125;45,0.0032903645;46,0.0032213542;47,0.0030820312;48,0.0028476561;49,0.0028463542;50,0.002940104;51,0.0030976562;52,0.0023502605;53,0.0012486979;54,3.0989584E-4;55,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:quartz_stairs:0", + "distrib": "0,0.0;58,0.0;59,5.2083333E-6;71,5.2083333E-6;72,3.125E-5;75,3.125E-5;76,1.1458333E-4;77,1.1458333E-4;78,3.6458332E-5;79,3.6458332E-5;80,3.3854165E-5;83,3.3854165E-5;84,1.0416667E-5;85,1.0416667E-5;86,1.3020834E-5;89,1.3020834E-5;90,1.0416667E-5;95,1.0416667E-5;96,0.0;100,0.0;101,5.2083333E-6;102,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:quartz_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:anvil:0", + "distrib": "0,0.0;53,0.0;54,1.171875E-5;55,0.0;59,0.0;60,3.125E-5;61,0.0;65,0.0;66,3.515625E-5;67,0.0;71,0.0;72,5.7291665E-5;73,0.0;77,0.0;78,3.7760416E-5;79,0.0;83,0.0;84,3.2552085E-5;85,0.0;89,0.0;90,1.4322916E-5;91,0.0;101,0.0;102,2.6041666E-6;103,0.0;107,0.0;108,2.6041666E-6;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:anvil:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_berrybush_raspberry:0", + "distrib": "0,0.0;66,0.0;67,2.734375E-5;68,1.3020834E-5;69,6.510417E-6;70,0.0;71,9.114583E-6;72,3.515625E-5;73,1.3020834E-5;74,0.0;77,0.0;78,1.3020833E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_raspberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass:0", + "distrib": "0,0.0;53,0.0;54,7.2916664E-5;55,1.3541666E-4;56,1.3541666E-4;57,6.25E-5;58,0.0;59,0.0;60,1.6145833E-4;61,3.4895833E-4;62,3.1770833E-4;63,1.5625E-4;64,0.0;65,0.0;66,1.5625E-4;67,4.6354166E-4;68,4.375E-4;69,2.799479E-4;70,0.0;71,0.0;72,6.875E-4;73,0.0014908854;74,0.0014713542;75,2.669271E-4;76,0.0;77,2.34375E-5;78,8.9973956E-4;79,0.0016549479;80,0.0011614583;81,2.03125E-4;82,0.0;83,0.0;84,5.234375E-4;85,0.0010703125;86,0.001061198;87,2.0833334E-4;88,0.0;89,0.0;90,4.7135417E-4;91,9.622396E-4;92,9.401042E-4;93,2.1875E-4;94,0.0;95,1.171875E-4;96,1.9270834E-4;97,2.9036458E-4;98,2.8645832E-4;99,0.0;101,0.0;102,2.265625E-4;103,3.28125E-4;104,3.28125E-4;105,0.0;107,0.0;108,2.0833334E-4;109,3.2161459E-4;110,3.3333333E-4;111,0.0;114,0.0;115,5.2083335E-5;116,5.2083335E-5;117,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass:3", + "distrib": "0,0.0;53,0.0;54,1.1197916E-4;55,1.2109375E-4;56,1.171875E-4;57,0.0;59,0.0;60,1.25E-4;61,2.4479168E-4;62,2.2916666E-4;63,9.375E-5;64,0.0;65,0.0;66,2.3697916E-4;67,3.59375E-4;68,3.4114585E-4;69,9.375E-5;70,0.0;71,0.0;72,0.0013489584;73,0.00190625;74,0.0018802084;75,1.71875E-4;76,4.6875E-5;77,3.359375E-4;78,0.0014388021;79,0.0019140625;80,0.0010130209;81,3.125E-5;82,0.0;83,0.0;84,8.489583E-4;85,0.0010442708;86,0.0010520833;87,3.125E-5;88,0.0;89,0.0;90,7.9557294E-4;91,9.84375E-4;92,9.856771E-4;93,3.125E-5;94,0.0;95,4.6875E-5;96,9.375E-5;97,1.796875E-4;98,1.8098958E-4;99,0.0;101,0.0;102,3.125E-5;103,1.3020834E-4;104,1.3020834E-4;105,0.0;108,0.0;109,1.015625E-4;110,1.015625E-4;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "techreborn:rubber_leaves:0", + "distrib": "0,0.0;72,0.0;73,4.9479168E-5;74,7.421875E-5;75,1.328125E-4;76,1.5234375E-4;77,1.3932292E-4;78,1.4453125E-4;79,8.333333E-5;80,0.0;83,0.0;84,2.734375E-5;85,2.8645833E-5;86,1.0416667E-5;87,6.510417E-6;88,1.3020833E-6;89,1.3020833E-6;90,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "techreborn:rubber_sapling:0", + "fortunes": { + "0": 0.0537, + "1": 0.0598, + "2": 0.0843, + "3": 0.0974 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_0:8", + "distrib": "0,0.0;74,0.0;75,1.6927082E-5;76,1.8229166E-5;77,5.2083333E-6;78,5.2083333E-6;79,0.0;86,0.0;87,1.0416667E-5;88,1.171875E-5;89,3.90625E-6;90,1.3020833E-6;91,0.0;93,0.0;94,2.9947916E-5;95,2.734375E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:persimmon:0", + "fortunes": { + "0": 0.0065, + "1": 0.005, + "2": 0.0031, + "3": 0.0065 + } + }, + { + "itemStack": "biomesoplenty:sapling_0:0", + "fortunes": { + "0": 0.0507, + "1": 0.0818, + "2": 0.0715, + "3": 0.0773 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.5:2", + "distrib": "0,0.0;64,0.0;65,1.3020833E-6;68,1.3020833E-6;69,2.6041666E-6;70,5.2083333E-6;71,6.510417E-6;72,1.3020834E-5;73,1.0416667E-5;74,1.4322916E-5;75,2.0833333E-5;76,1.4322916E-5;77,1.0416667E-5;78,1.0416667E-5;79,6.510417E-6;80,1.3020833E-6;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:hardened_clay:0", + "distrib": "0,0.0;49,0.0;50,4.9479168E-5;51,0.0;52,6.510417E-5;53,0.0;54,0.0;55,3.90625E-6;56,6.25E-5;57,0.0;63,0.0;64,4.7135417E-4;65,3.6197915E-4;66,4.7135417E-4;67,8.359375E-4;68,3.671875E-4;69,4.765625E-4;70,1.9791667E-4;71,2.8776043E-4;72,1.4583333E-4;73,3.2552085E-5;74,1.171875E-5;75,5.2083333E-6;76,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.5:1", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;75,1.3020833E-6;76,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.5:0", + "distrib": "0,0.0;66,0.0;67,1.3020833E-6;69,1.3020833E-6;70,3.90625E-6;71,1.3020833E-6;75,1.3020833E-6;76,3.90625E-6;77,2.6041666E-6;78,1.3020833E-6;79,1.3020833E-6;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:4", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;70,0.0;71,3.90625E-6;72,1.0416667E-5;73,3.90625E-6;74,2.6041667E-5;75,1.4322916E-5;76,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:plant_1:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "randomthings:pitcherplant:0", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:pitcherplant:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:2", + "distrib": "0,0.0;68,0.0;69,1.0416667E-5;70,0.0;72,0.0;73,3.90625E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:8", + "distrib": "0,0.0;62,0.0;63,6.510417E-6;64,2.6041666E-6;65,0.0;70,0.0;71,2.6041666E-6;72,3.90625E-6;73,0.0;74,5.2083333E-6;75,0.0;78,0.0;79,1.3020833E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:plant_1:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:logs.9:2", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;71,0.0;72,1.3020833E-6;75,1.3020833E-6;76,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_2:6", + "distrib": "0,0.0;69,0.0;70,1.3020833E-6;71,1.3020833E-6;72,5.2083333E-6;74,5.2083333E-6;75,6.510417E-6;77,6.510417E-6;78,7.8125E-6;79,7.8125E-6;80,1.3020833E-6;86,1.3020833E-6;87,0.0;89,0.0;90,2.6041666E-6;92,2.6041666E-6;93,5.2083333E-6;95,5.2083333E-6;96,1.3020833E-6;99,1.3020833E-6;100,3.90625E-6;101,5.2083333E-6;102,5.2083333E-6;103,7.8125E-6;104,1.0416667E-5;107,1.0416667E-5;108,9.114583E-6;109,1.0416667E-5;111,1.0416667E-5;112,0.0;113,0.0;114,1.3020833E-6;115,2.6041666E-6;116,3.90625E-6;120,3.90625E-6;121,5.2083333E-6;125,5.2083333E-6;126,3.90625E-6;127,2.6041666E-6;128,0.0;138,0.0;139,1.3020833E-6;143,1.3020833E-6;144,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_2:5", + "distrib": "0,0.0;62,0.0;63,6.510417E-6;64,3.90625E-6;69,3.90625E-6;70,9.114583E-6;71,1.3020834E-4;72,2.2005208E-4;73,2.4739583E-4;74,2.0833334E-4;75,1.8229167E-4;76,1.2630208E-4;77,1.0026042E-4;78,9.5052084E-5;79,9.1145834E-5;80,6.510417E-6;81,1.3020833E-6;82,1.3020833E-6;83,0.0;89,0.0;90,1.3020833E-6;104,1.3020833E-6;105,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:leaves_silverwood:0", + "distrib": "0,0.0;68,0.0;69,2.6041667E-5;70,5.7291665E-5;71,6.770833E-5;72,8.0729165E-5;73,1.09375E-4;74,1.484375E-4;75,2.0052084E-4;76,2.109375E-4;77,1.9270834E-4;78,1.7057292E-4;79,1.5625E-4;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thaumcraft:nugget:5", + "fortunes": { + "0": 0.0069, + "1": 0.0074, + "2": 0.0094, + "3": 0.013 + } + }, + { + "itemStack": "thaumcraft:sapling_silverwood:0", + "fortunes": { + "0": 0.0118, + "1": 0.0134, + "2": 0.0163, + "3": 0.0152 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_2:4", + "distrib": "0,0.0;66,0.0;67,1.3020833E-6;68,3.90625E-6;69,5.2083333E-6;70,7.8125E-6;71,1.0416667E-5;72,1.0416667E-5;73,1.3020834E-5;74,1.5625E-5;75,2.4739584E-5;76,2.4739584E-5;77,1.953125E-5;78,3.3854165E-5;79,1.8229166E-5;80,2.8645833E-5;81,1.0416667E-5;82,2.734375E-5;83,1.0416667E-5;84,2.734375E-5;85,1.0416667E-5;86,2.9947916E-5;87,1.3020834E-5;88,2.2135417E-5;89,6.510417E-6;90,1.171875E-5;91,6.510417E-6;92,1.0416667E-5;93,5.2083333E-6;94,5.2083333E-6;95,2.6041666E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:6", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,0.0;69,0.0;70,2.6041666E-6;71,1.3020833E-6;72,3.90625E-6;73,0.0;77,0.0;78,3.90625E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:plant_1:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:tnt:0", + "distrib": "0,0.0;50,0.0;51,1.171875E-5;52,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:5", + "distrib": "0,0.0;70,0.0;71,2.6041666E-6;72,3.90625E-6;73,3.90625E-6;74,2.6041666E-6;75,1.3020833E-6;76,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:plant_1:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass:7", + "distrib": "0,0.0;53,0.0;54,1.5625E-4;55,2.7083332E-4;56,2.5260416E-4;57,8.59375E-5;58,0.0;59,0.0;60,3.28125E-4;61,5.9765624E-4;62,5.6901044E-4;63,3.6328126E-4;64,0.0;65,0.0;66,3.28125E-4;67,7.1354164E-4;68,6.9270836E-4;69,4.1927083E-4;70,0.0;71,0.0;72,8.125E-4;73,0.0017877604;74,0.0017604167;75,4.7395832E-4;76,4.1666666E-5;77,4.140625E-4;78,9.713542E-4;79,0.0015260417;80,9.6875E-4;81,3.7760416E-4;82,4.1666666E-5;83,4.9479168E-5;84,6.5885414E-4;85,9.973958E-4;86,9.895833E-4;87,3.3333333E-4;88,4.1666666E-5;89,0.0;90,4.6354166E-4;91,6.875E-4;92,6.71875E-4;93,1.5625E-4;94,0.0;95,2.34375E-5;96,5.7291665E-5;97,9.8958335E-5;98,9.8958335E-5;99,3.125E-5;100,0.0;101,0.0;102,5.7291665E-5;103,9.8958335E-5;104,9.8958335E-5;105,3.125E-5;106,0.0;107,0.0;108,6.25E-5;109,6.640625E-5;110,6.25E-5;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:melon_block:0", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,0.0;73,0.0;74,6.510417E-6;75,5.2083333E-6;76,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:melon:0", + "fortunes": { + "0": 5.0158, + "1": 5.5051, + "2": 6.039, + "3": 6.4446 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_1:9", + "distrib": "0,0.0;42,0.0;43,1.3020833E-6;44,0.0;60,0.0;61,3.90625E-6;62,1.3020833E-6;63,1.3020833E-6;64,5.2083333E-6;65,9.114583E-6;66,6.510417E-6;67,3.90625E-6;68,3.90625E-6;69,1.171875E-5;70,2.734375E-5;71,1.0416667E-5;72,6.510417E-6;73,1.3020833E-6;74,3.90625E-6;75,6.510417E-6;76,5.2083333E-6;77,7.8125E-6;78,2.6041666E-6;79,5.2083333E-6;80,0.0;89,0.0;90,1.3020833E-6;91,0.0;92,1.3020833E-6;94,1.3020833E-6;95,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:plant_1:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "chisel:marble2:7", + "distrib": "0,0.0;28,0.0;29,2.96875E-4;30,0.010140625;31,0.031535156;32,0.05166406;33,0.05986849;34,0.06040104;35,0.06121875;36,0.060895834;37,0.060756512;38,0.059341148;39,0.05840104;40,0.058166668;41,0.058608074;42,0.057384115;43,0.056365885;44,0.056251302;45,0.056455728;46,0.055990886;47,0.053842448;48,0.051626302;49,0.05255469;50,0.053014323;51,0.05254427;52,0.04778125;53,0.046341147;54,0.046164062;55,0.044557292;56,0.043265626;57,0.04271875;58,0.041755207;59,0.042440105;60,0.039730467;61,0.03691276;62,0.030330729;63,0.017897135;64,0.0044934894;65,1.3802083E-4;66,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:crystal_terra:0", + "distrib": "0,0.0;4,0.0;5,5.2083333E-6;6,0.0;7,0.0;8,1.3020833E-6;9,2.6041666E-6;10,3.90625E-6;11,1.5625E-5;12,4.4270833E-5;13,6.119792E-5;14,4.9479168E-5;15,2.2135417E-5;16,4.1666666E-5;17,4.4270833E-5;18,3.3854165E-5;19,5.598958E-5;20,4.5572917E-5;21,2.0833333E-5;22,2.6041667E-5;23,1.8229166E-5;24,2.734375E-5;25,2.6041667E-5;26,4.0364583E-5;27,4.4270833E-5;28,4.4270833E-5;29,3.7760416E-5;30,2.9947916E-5;31,2.2135417E-5;32,3.3854165E-5;33,4.1666666E-5;34,3.125E-5;35,3.6458332E-5;36,2.8645833E-5;37,5.9895832E-5;38,5.46875E-5;39,4.9479168E-5;40,3.515625E-5;41,3.7760416E-5;42,3.125E-5;43,2.2135417E-5;44,2.4739584E-5;45,1.953125E-5;46,1.171875E-5;47,1.8229166E-5;48,3.90625E-6;49,5.2083333E-6;50,1.6927082E-5;51,1.953125E-5;52,2.34375E-5;53,1.8229166E-5;54,7.2916664E-5;55,4.1666666E-5;56,5.3385418E-5;57,4.4270833E-5;58,7.8125E-6;59,1.6927082E-5;60,3.90625E-5;61,1.4322916E-5;62,4.4270833E-5;63,7.8125E-6;64,1.3020834E-5;65,1.4322916E-5;66,9.635417E-5;67,2.34375E-5;68,5.078125E-5;69,1.0416667E-5;70,7.8125E-6;71,1.4322916E-5;72,1.0807292E-4;73,4.9479168E-5;74,4.9479168E-5;75,3.2552085E-5;76,6.510417E-6;77,5.2083333E-6;78,6.119792E-5;79,1.171875E-5;80,7.03125E-5;81,3.125E-5;82,0.0;83,0.0;84,4.4270833E-5;85,3.90625E-6;86,2.0833333E-5;87,1.6927082E-5;88,2.6041666E-6;89,3.90625E-6;90,3.2552085E-5;91,3.90625E-6;92,1.3020834E-5;93,7.8125E-6;94,0.0;95,1.3020833E-6;96,5.2083333E-6;97,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"terra\",amount:1}]}", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_5:10", + "distrib": "0,0.0;63,0.0;64,6.510417E-6;65,5.2083333E-6;66,9.114583E-6;67,6.510417E-6;68,1.3020834E-5;69,1.5625E-5;70,4.4270833E-5;71,3.125E-5;72,3.125E-5;73,3.90625E-5;74,2.9947916E-5;75,1.0416667E-5;76,1.171875E-5;77,3.90625E-6;78,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_2:6", + "fortunes": { + "0": 0.0506, + "1": 0.0548, + "2": 0.0921, + "3": 0.0975 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:crystal_perditio:0", + "distrib": "0,0.0;8,0.0;9,3.90625E-6;10,6.510417E-6;11,3.125E-5;12,2.6041667E-5;13,1.4322916E-5;14,2.34375E-5;15,3.515625E-5;16,4.4270833E-5;17,3.3854165E-5;18,4.5572917E-5;19,3.125E-5;20,4.5572917E-5;21,4.4270833E-5;22,5.3385418E-5;23,3.6458332E-5;24,4.1666666E-5;25,4.296875E-5;26,2.2135417E-5;27,3.125E-5;28,4.0364583E-5;29,3.3854165E-5;30,2.734375E-5;31,2.0833333E-5;32,3.90625E-5;33,1.953125E-5;34,2.0833333E-5;35,1.953125E-5;36,2.6041667E-5;37,2.9947916E-5;38,1.171875E-5;39,2.0833333E-5;40,2.8645833E-5;41,2.4739584E-5;42,2.8645833E-5;43,3.2552085E-5;44,3.7760416E-5;45,2.4739584E-5;46,1.3020834E-5;47,1.4322916E-5;48,1.6927082E-5;49,1.0416667E-5;50,2.6041666E-6;51,1.171875E-5;52,6.510417E-6;53,6.510417E-6;54,4.0364583E-5;55,7.2916664E-5;56,6.25E-5;57,8.984375E-5;58,1.6927082E-5;59,1.6927082E-5;60,8.984375E-5;61,3.515625E-5;62,5.9895832E-5;63,7.8125E-6;64,2.6041666E-6;65,2.6041666E-6;66,1.3541666E-4;67,4.1666666E-5;68,7.942708E-5;69,4.6875E-5;70,1.3020833E-6;71,0.0;72,1.1328125E-4;73,2.6041667E-5;74,1.02864586E-4;75,7.8125E-6;76,0.0;77,0.0;78,6.510417E-5;79,1.5625E-5;80,2.6041667E-5;81,1.0416667E-5;82,1.4322916E-5;83,6.510417E-6;84,3.7760416E-5;85,2.6041666E-6;86,2.34375E-5;87,1.6927082E-5;88,0.0;89,6.510417E-6;90,4.0364583E-5;91,9.114583E-6;92,3.6458332E-5;93,0.0;94,0.0;95,5.2083333E-6;96,3.90625E-6;97,0.0;98,7.8125E-6;99,0.0;103,0.0;104,9.114583E-6;105,0.0;107,0.0;108,5.2083333E-6;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"perditio\",amount:1}]}", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "contenttweaker:sentient_meatball_flesh:0", + "distrib": "0,0.0;62,0.0;63,5.455729E-4;64,5.8723957E-4;65,6.210937E-4;66,6.6145835E-4;67,6.653646E-4;68,6.6796876E-4;69,6.705729E-4;70,6.71875E-4;71,7.9427083E-4;72,0.0013932291;73,0.0015;74,0.0015182291;75,0.0015221355;76,0.0015651041;77,0.0019088541;78,0.0019166666;79,0.0020104167;80,0.001515625;81,0.001515625;82,0.0015182291;84,0.0015182291;85,0.0015234374;86,0.0015221355;87,0.0015833334;88,0.0015833334;89,0.0015859375;90,0.0016106771;91,0.0015703125;92,0.001529948;93,0.001484375;94,0.0015481771;95,0.0015585937;96,0.0015559896;97,0.0017760417;98,0.0018203125;99,0.0018190105;101,0.0018190105;102,0.0018567708;103,0.0018723959;104,0.001873698;105,0.001873698;106,0.0018802084;107,0.0018958333;108,0.0018046875;109,0.0014609376;110,0.0014505208;111,0.0014088542;112,0.0011523437;114,0.0011523437;115,0.0011588541;116,0.0011575521;117,0.0011666666;118,0.0011705729;119,0.001186198;120,0.0012057292;121,0.0011992188;122,0.0012070312;123,0.001235677;124,0.0012252604;125,0.0012083333;126,0.0012395834;127,0.0010651042;128,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:emerald_ore:0", + "distrib": "0,0.0;3,0.0;4,3.90625E-5;5,4.5572917E-5;6,5.9895832E-5;7,2.9947916E-5;8,5.2083335E-5;9,5.46875E-5;10,4.8177084E-5;11,3.3854165E-5;12,5.46875E-5;13,4.6875E-5;14,4.9479168E-5;15,4.6875E-5;16,5.46875E-5;17,3.2552085E-5;18,3.515625E-5;19,5.859375E-5;20,3.90625E-5;21,5.859375E-5;22,5.078125E-5;23,4.8177084E-5;24,5.2083335E-5;25,4.296875E-5;26,4.5572917E-5;27,5.3385418E-5;28,2.9947916E-5;29,3.90625E-5;30,5.9895832E-5;31,5.598958E-5;32,3.2552085E-5;33,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:emerald:0", + "fortunes": { + "0": 1.0, + "1": 1.3402, + "2": 1.7433, + "3": 2.212 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:1", + "distrib": "0,0.0;60,0.0;61,3.90625E-6;62,5.2083333E-6;63,8.0729165E-4;64,2.3177083E-4;65,8.854167E-5;66,5.598958E-5;67,9.5052084E-5;68,1.8359374E-4;69,3.1770833E-4;70,2.486979E-4;71,2.2786458E-4;72,0.0016705729;73,4.7135417E-4;74,1.4322916E-4;75,1.1197916E-4;76,3.3854165E-5;77,2.8645833E-5;78,2.5520835E-4;79,1.2890625E-4;80,6.510417E-6;81,7.8125E-6;82,1.3020833E-6;83,1.3020833E-6;84,4.1666666E-5;85,6.510417E-6;86,1.4322916E-5;87,2.734375E-5;88,7.8125E-6;89,0.0;90,7.8125E-5;91,1.171875E-5;92,0.0;93,0.0;94,3.90625E-6;95,0.0;96,9.244792E-5;97,1.3020834E-5;98,1.953125E-5;99,1.4322916E-5;100,1.4322916E-5;101,7.8125E-6;102,1.3020833E-6;103,1.3020833E-6;104,2.6041666E-6;105,1.953125E-5;106,2.9947916E-5;107,6.510417E-6;108,7.8125E-6;109,6.510417E-6;110,2.6041666E-6;111,0.0;129,0.0;130,1.3020833E-6;131,0.0;133,0.0;134,2.6041666E-6;135,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.015, + "1": 0.0109, + "2": 0.0115, + "3": 0.0133 + } + }, + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.0075, + "1": 0.0081, + "2": 0.0098, + "3": 0.0089 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0088, + "1": 0.0074, + "2": 0.0085, + "3": 0.0076 + } + }, + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 0.0026, + "1": 0.0029, + "2": 0.0017, + "3": 0.0027 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0072, + "1": 0.0093, + "2": 0.0075, + "3": 0.009 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0079, + "1": 0.0088, + "2": 0.0073, + "3": 0.0099 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0085, + "1": 0.0103, + "2": 0.0097, + "3": 0.0072 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.0125, + "1": 0.012, + "2": 0.0145, + "3": 0.0146 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.0242, + "1": 0.0626, + "2": 0.0746, + "3": 0.1049 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0074, + "1": 0.0081, + "2": 0.0082, + "3": 0.0096 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.0081, + "1": 0.0075, + "2": 0.0077, + "3": 0.008 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.0102, + "1": 0.008, + "2": 0.0078, + "3": 0.0076 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:0", + "distrib": "0,0.0;61,0.0;62,2.6041666E-6;63,5.026042E-4;64,2.578125E-4;65,7.2916664E-5;66,4.8177084E-5;67,8.0729165E-5;68,1.3020834E-4;69,2.1614584E-4;70,1.2760417E-4;71,1.6015625E-4;72,9.973958E-4;73,3.658854E-4;74,1.1328125E-4;75,4.6875E-5;76,3.90625E-5;77,2.2135417E-5;78,1.5104166E-4;79,8.4635416E-5;80,3.90625E-6;81,1.4322916E-5;82,2.6041666E-6;83,2.6041666E-6;84,1.3020834E-5;85,9.114583E-6;86,2.6041666E-6;87,3.90625E-6;88,1.171875E-5;89,1.3020833E-6;90,4.296875E-5;91,1.6927082E-5;92,1.4322916E-5;93,1.3020833E-6;94,3.90625E-6;95,1.3020834E-5;96,1.09375E-4;97,1.4322916E-5;98,1.953125E-5;99,5.2083333E-6;100,0.0;101,3.90625E-6;103,3.90625E-6;104,1.171875E-5;105,1.0416667E-5;106,5.2083333E-6;107,0.0;108,2.6041666E-6;109,0.0;138,0.0;139,1.3020833E-6;140,1.3020833E-6;141,0.0;142,1.3020833E-6;143,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.0122, + "1": 0.0133, + "2": 0.0149, + "3": 0.0137 + } + }, + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.0079, + "1": 0.0089, + "2": 0.0075, + "3": 0.0087 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0083, + "1": 0.0088, + "2": 0.0093, + "3": 0.008 + } + }, + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 0.0024, + "1": 0.002, + "2": 0.0032, + "3": 0.0022 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0088, + "1": 0.0081, + "2": 0.0097, + "3": 0.0078 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.0153, + "1": 0.0152, + "2": 0.0109, + "3": 0.0135 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0084, + "1": 0.0099, + "2": 0.0075, + "3": 0.0085 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0077, + "1": 0.0098, + "2": 0.0093, + "3": 0.0055 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.0315, + "1": 0.0574, + "2": 0.0808, + "3": 0.1105 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0091, + "1": 0.0078, + "2": 0.0104, + "3": 0.0092 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.008, + "1": 0.0083, + "2": 0.0087, + "3": 0.009 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.0096, + "1": 0.0091, + "2": 0.0077, + "3": 0.008 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_seeds:0", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,7.8125E-6;65,1.3020833E-6;66,1.3020833E-6;67,9.114583E-6;68,1.0416667E-5;69,1.3020833E-6;70,1.3020833E-6;71,2.6041666E-6;72,4.1666666E-5;73,1.3020834E-5;74,2.6041666E-6;75,0.0;77,0.0;78,1.3020833E-6;79,2.6041666E-6;80,0.0;83,0.0;84,5.2083333E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:materials:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 1.9991, + "1": 2.6546, + "2": 3.3377, + "3": 4.0061 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:diamond_ore:0", + "distrib": "0,5.2083333E-6;1,2.4088542E-4;2,4.9348956E-4;3,8.541667E-4;4,9.2447916E-4;5,0.0011380209;6,0.0011627604;7,0.0012005208;8,0.001123698;9,0.0010716146;10,0.0011914063;11,0.0013164063;12,0.0011132812;13,0.0010442708;14,6.744792E-4;15,1.02864586E-4;16,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:diamond:0", + "fortunes": { + "0": 1.0, + "1": 1.3388, + "2": 1.7462, + "3": 2.1959 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_seeds:1", + "distrib": "0,0.0;66,0.0;67,5.2083333E-6;68,1.3020833E-6;69,2.6041666E-6;70,0.0;71,0.0;72,5.46875E-5;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:materials:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 1.8784, + "1": 2.5135, + "2": 3.1587, + "3": 3.7632 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "draconicevolution:draconium_ore:0", + "distrib": "0,0.0;1,4.5572917E-5;2,7.8125E-5;3,1.0026042E-4;4,1.2630208E-4;5,1.4192708E-4;6,8.4635416E-5;7,2.6041666E-6;8,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "draconicevolution:draconium_dust:0", + "fortunes": { + "0": 2.5009, + "1": 3.506, + "2": 4.4843, + "3": 5.5206 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_0:9", + "distrib": "0,0.0;92,0.0;93,4.8177084E-5;94,4.5572917E-5;95,9.114583E-6;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_0:1", + "fortunes": { + "0": 0.0487, + "1": 0.0608, + "2": 0.0818, + "3": 0.0979 + } + }, + { + "itemStack": "biomesoplenty:persimmon:0", + "fortunes": { + "0": 0.0056, + "1": 0.004, + "2": 0.0067, + "3": 0.0094 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.1:15", + "distrib": "0,0.0;80,0.0;81,1.3020833E-6;82,1.0416667E-5;83,1.3020833E-6;84,7.8125E-6;85,7.8125E-6;86,1.3020833E-6;87,1.0416667E-5;88,2.6041667E-5;89,3.125E-5;90,3.125E-5;91,2.6041667E-5;92,1.171875E-5;93,6.510417E-6;94,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeSipiri\",UID1:\"forestry.treeSipiri\"},{Slot:1b,UID0:\"forestry.heightLarge\",UID1:\"forestry.heightLarge\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationSlow\",UID1:\"forestry.maturationSlow\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0237, + "1": 0.0221, + "2": 0.0227, + "3": 0.0235 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:red_mushroom:0", + "distrib": "0,0.0;12,0.0;13,6.510417E-6;14,5.2083333E-6;15,5.2083333E-6;16,2.6041666E-6;17,1.0416667E-5;18,7.8125E-6;19,5.2083333E-6;21,5.2083333E-6;22,1.3020833E-6;23,6.510417E-6;24,0.0;25,3.90625E-6;26,5.2083333E-6;27,3.90625E-6;28,0.0;29,1.3020833E-6;30,0.0;34,0.0;35,1.3020833E-6;36,0.0;37,1.3020834E-5;38,0.0;39,2.6041666E-6;40,5.2083333E-6;41,1.171875E-5;42,2.6041666E-6;43,0.0;44,3.90625E-6;45,3.90625E-6;46,2.6041666E-6;47,1.3020833E-6;48,2.6041666E-6;49,5.2083333E-6;50,1.3020833E-6;51,0.0;53,0.0;54,2.6041666E-6;55,7.8125E-6;56,0.0;59,0.0;60,7.8125E-6;61,0.0;62,0.0;63,5.2083333E-6;64,1.6927082E-5;65,1.6927082E-5;66,3.90625E-5;67,1.953125E-5;68,1.8229166E-5;69,4.1666666E-5;70,7.421875E-5;71,1.015625E-4;72,1.06770836E-4;73,9.765625E-5;74,5.9895832E-5;75,3.6458332E-5;76,4.1666666E-5;77,3.515625E-5;78,5.7291665E-5;79,3.515625E-5;80,1.171875E-5;81,0.0;82,2.6041666E-6;83,1.3020833E-6;84,1.3020833E-6;85,0.0;89,0.0;90,1.3020834E-5;91,0.0;94,0.0;95,5.2083333E-6;96,5.2083333E-6;97,0.0;107,0.0;108,1.3020833E-6;109,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:packed_ice:0", + "distrib": "0,0.0;2,0.0;3,2.6041666E-6;4,1.3020833E-6;5,3.90625E-6;9,3.90625E-6;10,5.2083333E-6;11,6.510417E-6;12,6.510417E-6;13,9.114583E-6;14,1.4322916E-5;15,1.5625E-5;16,1.5625E-5;17,1.953125E-5;18,1.953125E-5;19,2.2135417E-5;20,2.6041667E-5;21,2.8645833E-5;22,2.9947916E-5;23,3.7760416E-5;24,4.1666666E-5;25,4.9479168E-5;26,6.25E-5;27,7.6822915E-5;28,8.854167E-5;29,9.8958335E-5;30,1.2109375E-4;31,1.40625E-4;32,1.6276042E-4;33,2.0182291E-4;34,2.265625E-4;35,2.6953124E-4;36,3.28125E-4;37,3.5677082E-4;38,4.049479E-4;39,4.5052083E-4;40,5.2604167E-4;41,6.0677086E-4;42,6.796875E-4;43,7.734375E-4;44,8.580729E-4;45,9.84375E-4;46,0.0011328125;47,0.0013059896;48,0.0013268229;49,0.001529948;50,0.001765625;51,0.0020104167;52,0.002045573;53,0.002373698;54,0.0027408854;55,0.00315625;56,0.0036927084;57,0.004298177;58,0.004954427;59,0.005311198;60,0.0063333334;61,0.007005208;62,0.0074257813;63,0.0079921875;64,0.007790365;65,0.007790365;66,0.0077890623;67,0.0077552083;68,0.0077109374;69,0.007661458;70,0.007386719;71,0.0072265626;72,0.0071653645;73,0.007136719;74,0.0071341144;75,0.007154948;76,0.007145833;77,0.0069440105;78,0.006877604;79,0.0068138023;80,0.006561198;81,0.0065078125;82,0.006484375;83,0.006440104;84,0.006371094;85,0.006363281;86,0.0063971356;87,0.006472656;88,0.006427083;89,0.0063971356;90,0.006391927;91,0.0063893227;92,0.006360677;93,0.0063359374;94,0.004596354;95,0.0036575522;96,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:coal_ore:0", + "distrib": "0,9.114583E-6;1,0.0026484374;2,0.005050781;3,0.0078085936;4,0.0105625;5,0.012872396;6,0.01240625;7,0.0124817705;8,0.012833334;9,0.012572916;10,0.012434896;11,0.012929687;12,0.013071614;13,0.012592448;14,0.012296875;15,0.0123333335;16,0.012311198;17,0.012388021;18,0.012450521;19,0.012328125;20,0.012127604;21,0.012204427;22,0.012986979;23,0.012325521;24,0.012183594;25,0.012648437;26,0.012171875;27,0.0118984375;28,0.012028646;29,0.012377604;30,0.012772135;31,0.011851562;32,0.011553385;33,0.012029948;34,0.012302083;35,0.011807292;36,0.011653646;37,0.011837239;38,0.011628906;39,0.011984375;40,0.012205729;41,0.011777344;42,0.0113242185;43,0.011731771;44,0.011641927;45,0.011201823;46,0.010964843;47,0.010567708;48,0.009755208;49,0.0098007815;50,0.00984375;51,0.009721355;52,0.009106771;53,0.00875651;54,0.008947916;55,0.008679687;56,0.008545573;57,0.008768229;58,0.0086419275;59,0.008447916;60,0.00807552;61,0.007802083;62,0.007419271;63,0.0066197915;64,0.0049596354;65,0.0050703124;66,0.0050455728;67,0.0038098958;68,0.002471354;69,0.0019179687;70,0.0015442708;71,0.0014036458;72,0.0011575521;73,0.0010820313;74,9.635417E-4;75,9.1276044E-4;76,8.6328125E-4;77,8.528646E-4;78,8.789062E-4;79,7.617187E-4;80,4.0885416E-4;81,4.0364583E-4;82,4.2708335E-4;83,4.609375E-4;84,4.6484376E-4;85,4.0625E-4;86,3.8932293E-4;87,3.658854E-4;88,3.2291666E-4;89,3.8932293E-4;90,3.3333333E-4;91,1.9010417E-4;92,1.6927083E-4;93,1.6666666E-4;94,1.328125E-4;95,1.2369792E-4;96,1.02864586E-4;97,9.244792E-5;98,6.901041E-5;99,5.2083335E-5;100,2.734375E-5;101,2.2135417E-5;102,1.3020834E-5;103,7.8125E-6;104,0.0;105,2.6041666E-6;106,4.1666666E-5;107,4.6875E-5;108,3.515625E-5;109,3.6458332E-5;110,1.953125E-5;111,6.510417E-6;112,1.3020833E-6;113,6.510417E-6;114,7.8125E-6;115,1.8229166E-5;116,9.114583E-6;117,3.90625E-6;118,0.0;120,0.0;121,5.2083333E-6;122,1.4322916E-5;123,9.114583E-6;124,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:coal:0", + "fortunes": { + "0": 1.0, + "1": 1.3358, + "2": 1.7467, + "3": 2.1921 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:crafting_table:0", + "distrib": "0,0.0;53,0.0;54,4.8177084E-5;55,0.0;59,0.0;60,1.1067709E-4;61,0.0;65,0.0;66,1.3802083E-4;67,0.0;71,0.0;72,1.8619791E-4;73,0.0;77,0.0;78,1.6796876E-4;79,0.0;83,0.0;84,9.635417E-5;85,0.0;89,0.0;90,8.0729165E-5;91,0.0;95,0.0;96,1.3020834E-5;97,0.0;101,0.0;102,9.114583E-6;103,0.0;107,0.0;108,2.6041666E-6;109,0.0;119,0.0;120,1.3020833E-6;121,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "projectred-exploration:ore:6", + "distrib": "0,1.4322916E-5;1,7.34375E-4;2,0.001470052;3,0.0020859374;4,0.0028854166;5,0.0036054687;6,0.0036927084;7,0.0036966146;8,0.0035247395;9,0.0035520834;10,0.0035755208;11,0.003736979;12,0.0037552083;13,0.0031002604;14,0.0018255209;15,5.520833E-4;16,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "projectred-core:resource_item:105", + "fortunes": { + "0": 3.6212, + "1": 4.0455, + "2": 4.4974, + "3": 4.7884 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:crystal_aqua:0", + "distrib": "0,0.0;4,0.0;5,6.510417E-6;6,0.0;7,3.90625E-6;8,0.0;9,5.2083333E-6;10,1.6927082E-5;11,7.161458E-5;12,4.296875E-5;13,4.5572917E-5;14,3.3854165E-5;15,4.5572917E-5;16,5.078125E-5;17,6.119792E-5;18,7.421875E-5;19,1.06770836E-4;20,8.59375E-5;21,6.901041E-5;22,7.942708E-5;23,9.765625E-5;24,8.203125E-5;25,5.7291665E-5;26,7.6822915E-5;27,7.942708E-5;28,5.46875E-5;29,7.2916664E-5;30,7.6822915E-5;31,8.333333E-5;32,6.510417E-5;33,7.421875E-5;34,5.078125E-5;35,6.380209E-5;36,7.552083E-5;37,7.161458E-5;38,3.125E-5;39,3.515625E-5;40,4.5572917E-5;41,2.34375E-5;42,3.7760416E-5;43,3.515625E-5;44,4.1666666E-5;45,2.34375E-5;46,3.2552085E-5;47,1.953125E-5;48,1.953125E-5;49,3.3854165E-5;50,3.7760416E-5;51,2.34375E-5;52,9.114583E-6;53,1.5625E-5;54,7.552083E-5;55,6.770833E-5;56,7.421875E-5;57,1.1458333E-4;58,1.6927082E-5;59,1.4322916E-5;60,7.552083E-5;61,3.7760416E-5;62,1.0807292E-4;63,4.0364583E-5;64,1.5625E-5;65,9.114583E-6;66,9.1145834E-5;67,5.598958E-5;68,1.15885414E-4;69,6.119792E-5;70,3.90625E-6;71,0.0;72,2.513021E-4;73,4.8177084E-5;74,1.5625E-4;75,3.3854165E-5;76,1.171875E-5;77,1.0416667E-5;78,1.9661458E-4;79,2.2135417E-5;80,7.942708E-5;81,6.510417E-6;82,9.114583E-6;83,0.0;84,3.3854165E-5;85,1.3020833E-6;86,4.9479168E-5;87,2.2135417E-5;88,2.6041666E-6;89,9.114583E-6;90,6.510417E-5;91,7.8125E-6;92,2.9947916E-5;93,1.6927082E-5;94,0.0;95,7.8125E-6;96,1.0416667E-5;97,2.6041666E-6;98,6.510417E-6;99,0.0;101,0.0;102,1.8229166E-5;103,0.0;104,7.8125E-6;105,0.0;107,0.0;108,5.2083333E-6;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aqua\",amount:1}]}", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_3:5", + "distrib": "0,0.0;70,0.0;71,2.6041666E-6;72,3.2552085E-5;73,3.3854165E-5;74,3.3854165E-5;75,3.7760416E-5;76,5.7291665E-5;77,7.2916664E-5;78,1.1458333E-4;79,1.875E-4;80,5.7291665E-5;81,6.25E-5;82,4.5572917E-5;83,6.770833E-5;84,1.5625E-5;85,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_3:4", + "distrib": "0,0.0;71,0.0;72,6.510417E-6;73,7.8125E-6;75,7.8125E-6;76,5.2083333E-6;77,1.3020833E-6;78,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves2:3", + "distrib": "0,0.0;70,0.0;71,1.3020833E-6;72,1.4322916E-5;73,2.6041667E-5;74,8.59375E-5;75,1.0416667E-4;76,1.02864586E-4;77,6.380209E-5;78,2.734375E-5;79,1.171875E-5;80,0.0;106,0.0;107,9.114583E-6;108,3.515625E-5;109,3.515625E-5;110,2.2135417E-5;111,2.734375E-5;112,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling2:3", + "fortunes": { + "0": 0.0408, + "1": 0.0468, + "2": 0.0583, + "3": 0.1002 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.0:11", + "distrib": "0,0.0;74,0.0;75,1.4322916E-5;76,2.734375E-5;77,1.4322916E-5;78,2.8645833E-5;79,1.4322916E-5;80,2.8645833E-5;81,1.5625E-5;82,6.510417E-6;83,0.0;90,0.0;91,1.4322916E-5;92,2.4739584E-5;93,1.4322916E-5;94,2.734375E-5;95,1.4322916E-5;96,2.734375E-5;97,1.5625E-5;98,5.2083333E-6;99,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeLarch\",UID1:\"forestry.treeLarch\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.037, + "1": 0.0371, + "2": 0.0336, + "3": 0.0283 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.0:12", + "distrib": "0,0.0;68,0.0;69,2.2135417E-5;70,5.078125E-5;71,1.0416667E-5;72,2.2135417E-5;73,1.5625E-5;74,3.7760416E-5;75,7.161458E-5;76,4.5572917E-5;77,4.4270833E-5;78,1.0416667E-5;79,1.5625E-5;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treePine\",UID1:\"forestry.treePine\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0371, + "1": 0.0344, + "2": 0.0375, + "3": 0.0354 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves2:1", + "distrib": "0,0.0;74,0.0;75,2.34375E-5;76,1.0416667E-5;77,4.5572917E-5;78,1.4973959E-4;79,1.2239584E-4;80,1.6927082E-5;81,9.114583E-6;82,2.6041667E-5;83,3.3854165E-5;84,2.0833333E-5;85,4.5572917E-5;86,6.380209E-5;87,2.34375E-5;88,3.90625E-6;89,0.0;90,1.5625E-5;91,7.8125E-6;92,0.0;94,0.0;95,3.90625E-6;96,0.0;100,0.0;101,7.8125E-6;102,1.6927082E-5;103,3.90625E-6;104,2.6041667E-5;105,1.171875E-5;106,1.0416667E-5;107,7.8125E-6;108,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling2:1", + "fortunes": { + "0": 0.0388, + "1": 0.0455, + "2": 0.0599, + "3": 0.1028 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves2:0", + "distrib": "0,0.0;67,0.0;68,1.171875E-5;69,6.770833E-5;70,7.03125E-5;71,3.90625E-5;72,4.4270833E-5;73,1.5625E-5;74,3.125E-5;75,4.6875E-5;76,8.59375E-5;77,1.3151042E-4;78,2.1614584E-4;79,1.9791667E-4;80,4.0364583E-5;81,3.515625E-5;82,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling2:0", + "fortunes": { + "0": 0.0412, + "1": 0.0447, + "2": 0.0563, + "3": 0.0989 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_congealed:0", + "distrib": "0,0.0;136,0.0;137,2.6041666E-6;138,1.953125E-5;139,9.114583E-6;140,1.3020833E-6;143,1.3020833E-6;144,0.0;166,0.0;167,1.3020833E-6;168,0.0;169,1.3020833E-6;171,1.3020833E-6;172,3.90625E-6;173,1.5625E-5;174,4.1666666E-5;175,1.953125E-5;176,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass_pane:11", + "distrib": "0,0.0;53,0.0;54,3.125E-5;55,7.552083E-5;56,6.25E-5;57,3.125E-5;58,0.0;59,0.0;60,3.125E-5;61,1.7447917E-4;62,1.6666666E-4;63,1.25E-4;64,0.0;65,0.0;66,3.125E-5;67,1.875E-4;68,1.875E-4;69,1.5625E-4;70,0.0;71,0.0;72,8.6458336E-4;73,0.0014283854;74,0.0014114584;75,3.1510417E-4;76,1.2760417E-4;77,1.9791667E-4;78,7.9427083E-4;79,0.0012304687;80,8.1510417E-4;81,2.0572917E-4;82,8.0729165E-5;83,1.0416667E-4;84,5.234375E-4;85,7.5E-4;86,7.9947914E-4;87,2.2135417E-4;88,0.0;89,0.0;90,4.140625E-4;91,6.575521E-4;92,7.421875E-4;93,1.40625E-4;94,0.0;95,0.0;96,5.2083335E-5;97,1.4713542E-4;98,1.6666666E-4;99,0.0;102,0.0;103,1.0546875E-4;104,1.015625E-4;105,0.0;108,0.0;109,9.5052084E-5;110,9.5052084E-5;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_congealed:1", + "distrib": "0,0.0;135,0.0;136,1.3020833E-6;137,7.8125E-6;138,2.2135417E-5;139,1.0416667E-5;140,0.0;166,0.0;167,6.510417E-6;168,2.6041666E-6;169,0.0;170,0.0;171,3.90625E-6;172,7.8125E-6;173,1.4322916E-5;174,2.8645833E-5;175,1.171875E-5;176,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "integrateddynamics:menril_leaves:0", + "distrib": "0,0.0;71,0.0;72,1.0416667E-5;73,3.125E-5;74,4.1666666E-5;75,5.2083335E-5;76,6.25E-5;77,6.380209E-5;78,5.3385418E-5;79,5.2083335E-5;80,4.1666666E-5;81,4.1666666E-5;82,3.2552085E-5;83,2.0833333E-5;84,1.171875E-5;85,0.0;93,0.0;94,1.0416667E-5;95,2.734375E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_berries:0", + "fortunes": { + "0": 0.2539, + "1": 0.2523, + "2": 0.2453, + "3": 0.2418 + } + }, + { + "itemStack": "integrateddynamics:menril_sapling:0", + "fortunes": { + "0": 0.0518, + "1": 0.0609, + "2": 0.0833, + "3": 0.0963 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:web:0", + "distrib": "0,0.0;4,0.0;5,6.510417E-6;6,0.0;10,0.0;11,1.6927082E-5;12,1.953125E-5;13,3.2552085E-5;14,6.380209E-5;15,4.4270833E-5;16,3.6458332E-5;17,4.4270833E-5;18,9.765625E-5;19,1.6927083E-4;20,1.0807292E-4;21,2.5520835E-4;22,3.4635418E-4;23,3.2682292E-4;24,2.5911457E-4;25,2.7083332E-4;26,1.8619791E-4;27,2.7083332E-4;28,3.6979167E-4;29,2.1744792E-4;30,2.1484375E-4;31,1.3802083E-4;32,2.1875E-4;33,1.5755209E-4;34,1.4322916E-4;35,1.2109375E-4;36,1.7317709E-4;37,1.0026042E-4;38,4.8177084E-5;39,7.03125E-5;40,1.1197916E-4;41,1.0416667E-4;42,1.02864586E-4;43,1.0416667E-4;44,6.119792E-5;45,3.3854165E-5;46,1.8229166E-5;47,2.6041667E-5;48,3.125E-5;49,2.6041666E-6;50,0.0;53,0.0;54,1.4973959E-4;55,0.0;56,2.6041666E-6;57,0.0;59,0.0;60,2.955729E-4;61,0.0;62,1.0416667E-5;63,0.0;65,0.0;66,4.388021E-4;67,0.0;68,1.953125E-5;69,0.0;71,0.0;72,5.598958E-4;73,0.0;74,2.8645833E-5;75,0.0;77,0.0;78,4.986979E-4;79,0.0;80,1.171875E-5;81,0.0;83,0.0;84,2.9296876E-4;85,0.0;86,1.4322916E-5;87,0.0;89,0.0;90,2.578125E-4;91,0.0;92,2.2135417E-5;93,0.0;95,0.0;96,4.6875E-5;97,0.0;98,2.6041666E-6;99,0.0;101,0.0;102,3.2552085E-5;103,0.0;104,1.3020833E-6;105,0.0;107,0.0;108,3.2552085E-5;109,0.0;113,0.0;114,1.3020833E-6;115,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:string:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:ladder:0", + "distrib": "0,0.0;52,0.0;53,1.2630208E-4;58,1.2630208E-4;59,2.734375E-4;63,2.734375E-4;64,2.6041668E-4;65,3.8020834E-4;67,3.8020834E-4;68,3.815104E-4;69,3.8020834E-4;70,3.7890626E-4;71,4.8697917E-4;72,4.856771E-4;73,4.84375E-4;74,4.8697917E-4;75,4.8697917E-4;76,4.84375E-4;77,4.21875E-4;79,4.21875E-4;80,2.513021E-4;81,2.513021E-4;82,2.5260416E-4;83,2.3828125E-4;86,2.3828125E-4;87,2.3958333E-4;88,2.3958333E-4;89,2.1223958E-4;94,2.1223958E-4;95,1.3151042E-4;96,3.6458332E-5;100,3.6458332E-5;101,3.3854165E-5;106,3.3854165E-5;107,2.6041667E-5;111,2.6041667E-5;112,2.6041666E-6;118,2.6041666E-6;119,1.3020833E-6;124,1.3020833E-6;125,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:ladder:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "mysticalagriculture:inferium_ore:0", + "distrib": "0,0.0;12,0.0;13,2.7213542E-4;14,0.0026458334;15,0.0050260415;16,0.0052877604;17,0.0054427083;18,0.005278646;19,0.0051197917;20,0.0051914062;21,0.0049166665;22,0.0048658852;23,0.0051458334;24,0.005220052;25,0.0048971353;26,0.0050221356;27,0.005207031;28,0.0052864584;29,0.0049752602;30,0.0054192706;31,0.0051302086;32,0.004878906;33,0.0051171873;34,0.0049270834;35,0.0050091147;36,0.0049778647;37,0.004932292;38,0.004768229;39,0.0048190104;40,0.004748698;41,0.0048671877;42,0.0047916668;43,0.0048658852;44,0.004878906;45,0.004932292;46,0.0046471353;47,0.004251302;48,0.0020481772;49,2.0052084E-4;50,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "mysticalagriculture:crafting:0", + "fortunes": { + "0": 2.4957, + "1": 2.4992, + "2": 3.1275, + "3": 4.0055 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:log_3:6", + "distrib": "0,0.0;62,0.0;63,1.171875E-5;64,1.3020833E-6;65,2.6041666E-6;66,6.510417E-6;67,7.8125E-6;68,6.510417E-6;69,1.6927082E-5;70,1.6927082E-5;71,1.5625E-5;72,2.4739584E-5;73,1.8229166E-5;74,1.3020834E-5;75,5.2083333E-6;76,3.90625E-6;77,1.3020833E-6;78,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:jungle_door:0", + "distrib": "0,0.0;71,0.0;72,2.3177083E-4;73,2.34375E-4;74,0.0;77,0.0;78,3.90625E-5;79,3.90625E-5;80,0.0;83,0.0;84,1.3020834E-5;85,1.3020834E-5;86,0.0;89,0.0;90,1.8229166E-5;91,1.8229166E-5;92,0.0;95,0.0;96,7.8125E-6;97,7.8125E-6;98,0.0;101,0.0;102,2.6041666E-6;103,2.6041666E-6;104,0.0;107,0.0;108,2.6041666E-6;109,2.6041666E-6;110,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:jungle_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_1:9", + "distrib": "0,0.0;62,0.0;63,2.2135417E-5;64,0.0;71,0.0;72,8.59375E-5;73,1.3020834E-5;74,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_0:5", + "fortunes": { + "0": 0.0495, + "1": 0.0679, + "2": 0.0823, + "3": 0.0982 + } + }, + { + "itemStack": "biomesoplenty:persimmon:0", + "fortunes": { + "0": 0.007, + "1": 0.0064, + "2": 0.0072, + "3": 0.0092 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sea_lantern:0", + "distrib": "0,0.0;40,0.0;41,2.34375E-5;42,0.0;44,0.0;45,2.34375E-5;46,0.0;48,0.0;49,5.2083333E-6;50,0.0;51,0.0;52,1.5625E-5;53,0.0;58,0.0;59,5.2083333E-6;60,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:prismarine_crystals:0", + "fortunes": { + "0": 2.4664, + "1": 2.9632, + "2": 3.5664, + "3": 3.8206 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:dye:3", + "distrib": "0,0.0;62,0.0;63,3.90625E-6;64,0.0;65,2.6041666E-6;66,0.0;68,0.0;69,2.6041666E-6;70,0.0;74,0.0;75,2.6041666E-6;76,1.3020833E-6;77,2.6041666E-6;78,7.8125E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:dye:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:log_silverwood:0", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,2.734375E-5;65,2.2135417E-5;66,2.34375E-5;67,2.34375E-5;68,1.953125E-5;69,3.2552085E-5;70,6.25E-5;71,4.8177084E-5;72,3.2552085E-5;73,3.515625E-5;74,3.90625E-5;75,3.3854165E-5;76,2.9947916E-5;77,1.953125E-5;78,1.4322916E-5;79,7.8125E-6;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:snow:0", + "distrib": "0,0.0;61,0.0;62,1.09375E-4;63,6.770833E-5;64,1.9791667E-4;65,4.6875E-5;66,5.3385418E-5;67,5.9895832E-5;68,8.4635416E-5;69,7.8125E-5;70,3.7109375E-4;71,2.421875E-4;72,5.9895832E-5;73,6.25E-5;74,6.770833E-5;75,6.25E-5;76,1.2109375E-4;77,2.8776043E-4;78,9.635417E-5;79,1.1197916E-4;80,4.0364583E-5;81,4.296875E-5;82,4.4270833E-5;83,5.598958E-5;84,4.5572917E-5;85,6.25E-5;86,5.7291665E-5;87,5.7291665E-5;88,3.7760416E-5;89,4.1666666E-5;90,4.4270833E-5;91,4.6875E-5;92,5.3385418E-5;93,5.9895832E-5;94,0.0022278647;95,0.0011341146;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:snowball:0", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:leaves2:1", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,6.510417E-6;74,1.3020833E-6;75,7.8125E-6;76,2.6041666E-6;77,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:apple:0", + "fortunes": { + "0": 0.0056, + "1": 0.0045, + "2": 0.006, + "3": 0.0092 + } + }, + { + "itemStack": "minecraft:sapling:5", + "fortunes": { + "0": 0.0506, + "1": 0.063, + "2": 0.0863, + "3": 0.1009 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_berrybush_maloberry:0", + "distrib": "0,0.0;68,0.0;69,2.734375E-5;70,1.171875E-5;71,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_maloberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_vine_blue_end:0", + "distrib": "0,0.0;124,0.0;125,1.3020833E-6;126,1.3020833E-6;127,5.2083333E-6;128,1.3020833E-6;129,0.0;130,1.3020833E-6;131,2.6041666E-6;132,0.0;135,0.0;136,2.6041666E-6;137,1.3020833E-6;138,2.6041666E-6;139,0.0;140,6.510417E-6;141,1.3020833E-6;142,2.6041666E-6;143,1.3020833E-6;144,0.0;151,0.0;152,2.6041666E-6;153,0.0;154,3.90625E-6;155,2.6041666E-6;156,6.510417E-6;157,5.2083333E-6;158,1.0416667E-5;159,5.2083333E-6;160,0.0;161,2.6041666E-6;162,0.0;163,3.90625E-6;164,2.6041666E-6;165,1.3020833E-6;166,3.90625E-6;167,1.3020833E-6;168,1.3020833E-6;169,2.6041666E-6;170,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "randomthings:lotusseeds:0", + "distrib": "0,0.0;77,0.0;78,2.6041666E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:lotusseeds:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:command_block:0", + "distrib": "0,0.0;110,0.0;111,1.3020833E-6;112,0.0;124,0.0;125,1.3020833E-6;126,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:quarried_stone:0", + "distrib": "0,0.0;59,0.0;60,1.3020833E-6;61,6.510417E-5;62,3.7369793E-4;63,6.9921877E-4;64,9.4270834E-4;65,0.0011679687;66,0.0013216146;67,0.0012526042;68,0.0014856771;69,0.0014505208;70,6.3020835E-4;71,7.552083E-4;72,7.8125E-4;73,6.171875E-4;74,5.039062E-4;75,5.026042E-4;76,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:furnace:0", + "distrib": "0,0.0;53,0.0;54,5.9895832E-5;55,0.0;59,0.0;60,1.2109375E-4;61,0.0;65,0.0;66,1.6015625E-4;67,0.0;71,0.0;72,2.3697916E-4;73,0.0;77,0.0;78,1.8489583E-4;79,0.0;83,0.0;84,1.15885414E-4;85,0.0;89,0.0;90,1.171875E-4;91,0.0;95,0.0;96,1.6927082E-5;97,0.0;101,0.0;102,1.5625E-5;103,0.0;107,0.0;108,9.114583E-6;109,0.0;113,0.0;114,1.3020833E-6;115,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:furnace:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:diamond_block:0", + "distrib": "0,0.0;54,0.0;55,1.3020833E-6;56,1.3020833E-6;57,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:iron_bars:0", + "distrib": "0,0.0;40,0.0;41,1.3020833E-6;42,0.0;53,0.0;54,2.6822917E-4;55,3.3203125E-4;56,2.8645832E-4;57,1.3020833E-6;58,6.510417E-6;59,1.8229166E-5;60,6.4322917E-4;61,6.6145835E-4;62,6.2890624E-4;63,2.0182291E-4;64,4.6875E-5;65,1.2760417E-4;66,8.9453126E-4;67,9.5442706E-4;68,9.075521E-4;69,1.484375E-4;70,1.8098958E-4;71,2.9296876E-4;72,0.0015651041;73,0.0014414062;74,0.0013515624;75,1.06770836E-4;76,2.3697916E-4;77,6.40625E-4;78,0.0017669271;79,0.0015390625;80,6.953125E-4;81,4.6875E-5;82,3.7760416E-5;83,1.7447917E-4;84,0.001078125;85,7.7083334E-4;86,6.471354E-4;87,4.1666666E-5;88,2.4739584E-5;89,3.2161459E-4;90,9.817708E-4;91,7.1875E-4;92,4.9479166E-4;93,1.4322916E-5;94,5.2083333E-6;95,4.361979E-4;96,8.203125E-5;97,8.333333E-5;98,6.510417E-5;99,6.510417E-6;100,7.8125E-6;101,2.734375E-5;102,1.4322916E-4;103,9.635417E-5;104,7.8125E-5;105,3.90625E-6;106,6.510417E-6;107,8.854167E-5;108,9.375E-5;109,1.0807292E-4;110,5.598958E-5;111,9.114583E-6;112,0.0;114,0.0;115,1.6927082E-5;116,1.6927082E-5;117,0.0;118,0.0;119,1.5625E-5;120,1.0416667E-5;121,1.171875E-5;122,0.0;124,0.0;125,6.510417E-6;126,6.510417E-6;127,1.3020833E-6;128,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:crystal_aer:0", + "distrib": "0,0.0;2,0.0;3,2.6041666E-6;4,3.90625E-6;5,0.0;10,0.0;11,4.0364583E-5;12,4.4270833E-5;13,4.296875E-5;14,1.953125E-5;15,3.515625E-5;16,4.0364583E-5;17,5.598958E-5;18,6.640625E-5;19,4.1666666E-5;20,3.6458332E-5;21,2.9947916E-5;22,4.6875E-5;23,2.2135417E-5;24,2.9947916E-5;25,2.34375E-5;26,4.4270833E-5;27,2.9947916E-5;28,1.8229166E-5;29,3.515625E-5;30,3.515625E-5;31,2.0833333E-5;32,2.734375E-5;33,3.515625E-5;34,4.0364583E-5;35,2.0833333E-5;36,5.46875E-5;37,2.0833333E-5;38,3.90625E-5;39,1.8229166E-5;40,2.34375E-5;41,2.0833333E-5;42,2.34375E-5;43,1.8229166E-5;44,1.0416667E-5;45,6.510417E-6;46,1.6927082E-5;47,1.5625E-5;48,2.0833333E-5;49,1.5625E-5;50,1.4322916E-5;51,1.5625E-5;52,5.2083333E-6;53,2.6041666E-6;54,5.2083335E-5;55,7.6822915E-5;56,7.03125E-5;57,7.6822915E-5;58,1.6927082E-5;59,9.114583E-6;60,6.901041E-5;61,2.8645833E-5;62,4.5572917E-5;63,2.2135417E-5;64,0.0;65,0.0;66,5.3385418E-5;67,2.8645833E-5;68,9.8958335E-5;69,1.5625E-5;70,5.2083333E-6;71,1.171875E-5;72,5.46875E-5;73,1.0416667E-5;74,2.8645833E-5;75,2.0833333E-5;76,0.0;77,1.3020833E-6;78,4.9479168E-5;79,9.114583E-6;80,3.3854165E-5;81,1.3020833E-6;82,6.510417E-6;83,0.0;84,5.7291665E-5;85,2.4739584E-5;86,4.296875E-5;87,2.6041666E-6;88,2.6041666E-6;89,1.3020833E-6;90,2.8645833E-5;91,1.0416667E-5;92,3.90625E-5;93,1.0416667E-5;94,0.0;95,0.0;96,1.8229166E-5;97,3.90625E-6;98,1.171875E-5;99,0.0;107,0.0;108,2.34375E-5;109,3.90625E-6;110,2.34375E-5;111,7.8125E-6;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aer\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:ore_cinnabar:0", + "distrib": "0,0.0;1,2.3697916E-4;2,4.8177084E-4;3,6.888021E-4;4,9.322917E-4;5,0.0012018229;6,0.0012447917;7,0.0011640625;8,0.00115625;9,0.0011770834;10,0.0012226562;11,0.0011432292;12,0.0011822917;13,0.0011888021;14,0.0011822917;15,0.0011927084;16,0.0011953125;17,0.0011210938;18,0.0011757812;19,0.0011354167;20,0.0011419271;21,0.0011901042;22,0.0011901042;23,0.0012552083;24,0.0011289063;25,0.0011484375;26,0.0011809896;27,0.001171875;28,0.0011692708;29,0.0011979167;30,0.0012604167;31,0.0011223959;32,0.0010924479;33,0.0010768229;34,0.0011015625;35,0.0011380209;36,0.0010429687;37,0.0010338542;38,0.0010208334;39,0.001;40,0.001015625;41,0.0010273438;42,0.001001302;43,0.0010559895;44,0.0010182292;45,9.283854E-4;46,9.7395835E-4;47,9.752604E-4;48,9.5703127E-4;49,9.348958E-4;50,9.075521E-4;51,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_2:9", + "distrib": "0,0.0;64,0.0;65,1.8229166E-5;66,2.34375E-5;67,1.6927082E-5;68,3.515625E-5;69,3.7760416E-5;70,3.125E-5;71,3.125E-5;72,9.244792E-5;73,2.1223958E-4;74,2.6041668E-4;75,2.9036458E-4;76,3.8020834E-4;77,5.833333E-4;78,7.109375E-4;79,7.1875E-4;80,1.3411458E-4;81,1.2369792E-4;82,1.328125E-4;83,1.1328125E-4;84,6.119792E-5;85,1.6927082E-5;86,3.90625E-6;87,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_1:1", + "fortunes": { + "0": 0.0526, + "1": 0.0607, + "2": 0.0848, + "3": 0.0971 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_1:10", + "distrib": "0,0.0;66,0.0;67,2.4739584E-5;68,7.8125E-6;69,1.6666666E-4;70,2.2135417E-5;71,2.3177083E-4;72,9.375E-5;73,2.1484375E-4;74,1.3020834E-4;75,2.96875E-4;76,1.2109375E-4;77,4.2838542E-4;78,5.1953126E-4;79,5.716146E-4;80,4.4010417E-4;81,8.098958E-4;82,9.153646E-4;83,0.0015338542;84,0.0017942708;85,0.00215625;86,0.002580729;87,0.0025104166;88,0.0029453125;89,0.0026458334;90,0.0029010416;91,0.0024375;92,0.0025338542;93,0.0020078125;94,0.0021966146;95,0.0016197916;96,0.0012916666;97,8.164063E-4;98,0.0011054687;99,6.4192706E-4;100,9.401042E-4;101,4.7265625E-4;102,7.3958334E-4;103,3.2552084E-4;104,5.351562E-4;105,2.0572917E-4;106,4.2578124E-4;107,1.4973959E-4;108,3.046875E-4;109,1.0546875E-4;110,2.0703125E-4;111,5.3385418E-5;112,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_0:6", + "fortunes": { + "0": 0.0519, + "1": 0.062, + "2": 0.0739, + "3": 0.1038 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:leaves.decorative.0:10", + "distrib": "0,0.0;73,0.0;74,9.114583E-6;75,1.4322916E-5;76,1.171875E-5;77,1.3020833E-6;78,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"wildcherry\",UID1:\"wildcherry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitWild_cherry\",UID1:\"extratrees.fruitWild_cherry\"},{Slot:4b,UID0:\"forestry.yieldLower\",UID1:\"forestry.yieldLower\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFast\",UID1:\"forestry.maturationFast\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0342, + "1": 0.0341, + "2": 0.0346, + "3": 0.0333 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:pumpkin:0", + "distrib": "0,0.0;71,0.0;72,2.6041666E-6;73,0.0;77,0.0;78,1.3020833E-6;79,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_pressure_plate:0", + "distrib": "0,0.0;52,0.0;53,1.3020833E-6;54,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_pressure_plate:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:glass_pane:0", + "distrib": "0,0.0;53,0.0;54,4.9479168E-5;55,1.5104166E-4;56,1.4322916E-4;57,9.375E-5;58,0.0;59,0.0;60,6.25E-5;61,1.8359374E-4;62,1.71875E-4;63,9.375E-5;64,0.0;65,0.0;66,1.19791664E-4;67,3.6067708E-4;68,3.3854166E-4;69,1.875E-4;70,0.0;71,0.0;72,0.0010299479;73,0.0018684895;74,0.001860677;75,2.5E-4;76,0.0;77,9.375E-5;78,0.0013151042;79,0.0019140625;80,9.140625E-4;81,1.25E-4;82,0.0;83,0.0;84,5.859375E-4;85,9.5442706E-4;86,9.4270834E-4;87,1.25E-4;88,0.0;89,0.0;90,5.9375E-4;91,9.5442706E-4;92,9.453125E-4;93,1.25E-4;94,0.0;95,0.0;96,8.854167E-5;97,9.375E-5;98,8.854167E-5;99,0.0;101,0.0;102,8.854167E-5;104,8.854167E-5;105,0.0;107,0.0;108,5.7291665E-5;110,5.7291665E-5;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:5", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,5.2083333E-6;66,1.3020833E-6;67,3.90625E-6;68,0.0;70,0.0;71,2.6041666E-6;72,1.4322916E-5;73,1.8229166E-5;74,5.2083333E-6;75,0.0;77,0.0;78,2.6041666E-6;79,2.6041666E-6;80,7.8125E-6;81,0.0;95,0.0;96,1.3020833E-6;97,0.0;101,0.0;102,2.6041666E-6;103,2.6041666E-6;104,1.3020833E-6;105,0.0;110,0.0;111,2.6041666E-6;112,0.0;113,0.0;114,2.6041666E-6;115,5.2083333E-6;116,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:berries:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_vine_purple_mid:0", + "distrib": "0,0.0;141,0.0;142,6.510417E-6;143,2.6041666E-6;144,0.0;170,0.0;171,1.0416667E-5;172,5.2083333E-6;173,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.0:3", + "distrib": "0,0.0;66,0.0;67,2.6041667E-5;68,6.119792E-5;69,4.9479168E-5;70,5.2083335E-5;71,4.296875E-5;72,5.859375E-5;73,4.0364583E-5;74,9.1145834E-5;75,9.1145834E-5;76,6.380209E-5;77,5.3385418E-5;78,3.6458332E-5;79,1.953125E-5;80,0.0;81,2.0833333E-5;82,2.34375E-5;83,2.6041667E-5;84,1.6927082E-5;85,6.510417E-6;86,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeLime\",UID1:\"forestry.treeLime\"},{Slot:1b,UID0:\"forestry.heightSmall\",UID1:\"forestry.heightSmall\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLower\",UID1:\"forestry.yieldLower\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0327, + "1": 0.0368, + "2": 0.0344, + "3": 0.0369 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:3", + "distrib": "0,0.0;62,0.0;63,1.4322916E-5;64,1.8229166E-5;65,0.0;66,3.90625E-6;67,7.8125E-6;68,1.4322916E-5;69,3.90625E-6;70,1.4322916E-5;71,5.2083333E-6;72,7.2916664E-5;73,3.125E-5;74,1.953125E-5;75,7.8125E-6;76,0.0;77,0.0;78,5.2083333E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:carrot:0", + "fortunes": { + "0": 0.0093, + "1": 0.0111, + "2": 0.0081, + "3": 0.0135 + } + }, + { + "itemStack": "minecraft:potato:0", + "fortunes": { + "0": 0.0106, + "1": 0.0088, + "2": 0.0112, + "3": 0.009 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:2", + "distrib": "0,0.0;62,0.0;63,1.3020834E-5;64,1.0416667E-5;65,1.171875E-5;66,6.510417E-6;67,3.90625E-6;68,5.2083333E-6;69,1.3020833E-6;70,0.0;71,6.510417E-6;72,1.0416667E-4;73,1.171875E-5;74,0.0;77,0.0;78,2.6041666E-6;79,9.114583E-6;80,1.6927082E-5;81,0.0;88,0.0;89,1.3020833E-6;90,7.8125E-6;91,0.0;92,0.0;93,1.3020833E-6;94,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:gold_block:0", + "distrib": "0,0.0;54,0.0;55,2.6041666E-6;56,1.3020833E-6;57,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:plant_0:9", + "distrib": "0,0.0;62,0.0;63,1.0416667E-5;64,2.6041666E-6;65,0.0;69,0.0;70,1.3020833E-6;71,1.3020833E-6;72,4.296875E-5;73,1.3020834E-5;74,0.0;77,0.0;78,2.6041666E-6;79,0.0;89,0.0;90,1.0416667E-5;91,0.0;95,0.0;96,1.3020834E-5;97,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.0:9", + "distrib": "0,0.0;65,0.0;66,7.8125E-6;67,2.4739584E-5;68,7.8125E-6;69,1.3020834E-5;70,2.6041667E-5;71,1.0807292E-4;72,1.328125E-4;73,1.3671875E-4;74,2.5E-4;75,1.9661458E-4;76,1.953125E-4;77,1.8489583E-4;78,1.8489583E-4;79,1.2239584E-4;80,1.0416667E-5;81,1.6927082E-5;82,5.2083333E-6;83,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeMaple\",UID1:\"forestry.treeMaple\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0346, + "1": 0.0343, + "2": 0.0338, + "3": 0.0385 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.0:8", + "distrib": "0,0.0;73,0.0;74,6.510417E-6;75,1.0416667E-5;76,7.8125E-6;77,1.3020833E-6;78,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treePlum\",UID1:\"forestry.treePlum\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitPlum\",UID1:\"forestry.fruitPlum\"},{Slot:4b,UID0:\"forestry.yieldHigh\",UID1:\"forestry.yieldHigh\"},{Slot:5b,UID0:\"forestry.sappinessAverage\",UID1:\"forestry.sappinessAverage\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0225, + "1": 0.0252, + "2": 0.0252, + "3": 0.0254 + } + }, + { + "itemStack": "forestry:fruits:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.0:6", + "distrib": "0,0.0;68,0.0;69,8.0729165E-5;70,7.03125E-5;71,3.7760416E-5;72,6.510417E-6;73,0.0;74,8.984375E-5;75,8.0729165E-5;76,1.25E-4;77,6.901041E-5;78,1.6927082E-5;79,5.2083333E-6;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeCherry\",UID1:\"forestry.treeCherry\"},{Slot:1b,UID0:\"forestry.heightSmaller\",UID1:\"forestry.heightSmaller\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitCherry\",UID1:\"forestry.fruitCherry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0338, + "1": 0.0333, + "2": 0.0366, + "3": 0.0334 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:block_black_lotus:0", + "distrib": "0,0.0;62,0.0;63,9.114583E-6;64,2.6041666E-6;65,5.2083333E-6;66,1.3020833E-6;67,6.510417E-6;68,3.90625E-6;69,2.6041666E-6;70,7.8125E-6;71,1.3020833E-6;72,4.9479168E-5;73,7.8125E-6;74,3.90625E-6;75,1.3020833E-6;77,1.3020833E-6;78,1.4322916E-5;79,3.90625E-6;80,0.0;82,0.0;83,1.3020833E-6;84,0.0;90,0.0;91,2.6041666E-6;92,0.0;95,0.0;96,3.90625E-6;97,1.3020833E-6;98,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:block_black_lotus:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:leaves2:0", + "distrib": "0,0.0;63,0.0;64,2.4739584E-5;65,1.0416667E-5;66,0.0;67,9.114583E-6;68,3.90625E-5;69,1.171875E-5;70,3.2552085E-5;71,1.953125E-5;72,6.901041E-5;73,9.1145834E-5;74,3.6328126E-4;75,6.9270836E-4;76,0.001295573;77,0.0025859375;78,0.0041783853;79,0.0053697918;80,3.359375E-4;81,8.4635416E-5;82,1.5494792E-4;83,2.4088542E-4;84,1.8880208E-4;85,4.361979E-4;86,2.7734376E-4;87,1.9270834E-4;88,1.015625E-4;89,7.6822915E-5;90,1.015625E-4;91,6.510417E-5;92,4.296875E-5;93,5.859375E-5;94,4.5572917E-5;95,1.5364583E-4;96,0.0;106,0.0;107,2.2135417E-5;108,8.59375E-5;109,2.8645833E-5;110,0.0;111,5.7291665E-5;112,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:4", + "fortunes": { + "0": 0.0492, + "1": 0.0675, + "2": 0.0836, + "3": 0.1041 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_3:9", + "distrib": "0,0.0;67,0.0;68,1.3020833E-6;69,9.114583E-6;70,9.114583E-6;71,6.510417E-6;72,1.3020834E-5;73,1.171875E-5;74,1.5625E-5;76,1.5625E-5;77,1.953125E-5;78,3.3854165E-5;79,2.2135417E-5;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:peach:0", + "fortunes": { + "0": 0.0056, + "1": 0.0045, + "2": 0.006, + "3": 0.0096 + } + }, + { + "itemStack": "biomesoplenty:sapling_1:5", + "fortunes": { + "0": 0.0485, + "1": 0.0563, + "2": 0.0832, + "3": 0.102 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal:1", + "distrib": "0,0.0;43,0.0;44,5.2083333E-6;45,7.8125E-6;46,1.171875E-5;47,3.515625E-5;48,5.2083333E-6;49,1.171875E-5;50,3.125E-5;51,6.510417E-6;52,1.0416667E-5;53,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal:0", + "distrib": "0,0.0;47,0.0;48,2.6041666E-6;49,1.3020833E-6;50,1.171875E-5;51,2.34375E-5;52,4.4270833E-5;53,5.7291665E-5;54,1.2369792E-4;55,1.6145833E-4;56,2.0963541E-4;57,1.6796876E-4;58,2.0442708E-4;59,1.875E-4;60,2.0572917E-4;61,9.5052084E-5;62,8.723958E-5;63,5.7291665E-5;64,2.9947916E-5;65,1.6927082E-5;66,0.0;67,2.6041666E-6;68,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal:3", + "distrib": "0,0.0;15,0.0;16,1.3020833E-6;17,3.90625E-6;18,5.2083333E-6;19,6.510417E-6;20,5.2083333E-6;21,1.0416667E-5;22,7.8125E-6;23,2.6041666E-6;24,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal:2", + "distrib": "0,0.0;18,0.0;19,1.0416667E-5;20,5.2083333E-6;21,2.2135417E-5;22,3.3854165E-5;23,4.9479168E-5;24,5.7291665E-5;25,1.2109375E-4;26,1.4973959E-4;27,1.484375E-4;28,2.0572917E-4;29,2.669271E-4;30,2.0182291E-4;31,1.7057292E-4;32,1.19791664E-4;33,7.2916664E-5;34,2.9947916E-5;35,9.114583E-6;36,6.510417E-6;37,3.90625E-6;38,5.2083333E-6;41,5.2083333E-6;42,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal:5", + "distrib": "0,0.0;14,0.0;15,5.2083333E-6;16,0.0;17,5.2083333E-6;18,0.0;19,5.2083333E-6;20,5.2083333E-6;21,6.510417E-6;22,0.0;23,1.3020833E-6;24,7.8125E-6;25,1.0416667E-5;26,1.0416667E-5;27,1.3020834E-5;28,7.8125E-6;29,2.4739584E-5;30,2.6041667E-5;31,2.8645833E-5;32,3.6458332E-5;33,2.9947916E-5;34,7.8125E-6;35,5.2083333E-6;36,6.510417E-6;37,0.0;38,0.0;39,5.2083333E-6;40,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:waterlily:2", + "distrib": "0,0.0;62,0.0;63,2.6041666E-6;64,0.0;70,0.0;71,7.8125E-6;72,3.90625E-6;73,0.0;74,3.90625E-6;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:waterlily:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:waterlily:1", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;70,0.0;71,1.3020833E-6;72,2.6041666E-6;73,0.0;74,2.6041666E-6;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:waterlily:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:item_flax_seed:0", + "distrib": "0,0.0;62,0.0;63,7.8125E-6;64,5.2083333E-6;65,0.0;66,1.3020833E-6;67,2.6041666E-6;68,2.6041666E-6;69,5.2083333E-6;70,2.6041666E-6;71,2.6041666E-6;72,2.9947916E-5;73,7.8125E-6;74,1.3020833E-6;75,2.6041666E-6;76,1.3020833E-6;77,0.0;78,7.8125E-6;79,3.90625E-6;80,0.0;84,0.0;85,1.3020833E-6;86,0.0;90,0.0;91,1.3020833E-6;92,0.0;95,0.0;96,1.3020833E-6;97,0.0;106,0.0;107,1.3020833E-6;108,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_flax_seed:0", + "fortunes": { + "0": 1.7184, + "1": 2.2345, + "2": 2.8401, + "3": 3.4071 + } + }, + { + "itemStack": "minecraft:string:0", + "fortunes": { + "0": 3.5054, + "1": 3.51, + "2": 3.5149, + "3": 3.5021 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:waterlily:3", + "distrib": "0,0.0;62,0.0;63,1.3020834E-5;64,0.0;70,0.0;71,3.90625E-6;72,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:waterlily:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_berrybush_blueberry:0", + "distrib": "0,0.0;63,0.0;64,2.0833333E-5;65,7.8125E-6;66,1.3020833E-6;67,9.114583E-6;68,1.3020833E-6;69,3.90625E-6;70,0.0;71,0.0;72,2.6041666E-6;73,1.3020833E-6;74,0.0;75,0.0;76,2.6041666E-6;77,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_blueberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:waterlily:0", + "distrib": "0,0.0;70,0.0;71,9.114583E-6;72,2.6041666E-6;73,0.0;74,1.3020833E-6;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:waterlily:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_2:10", + "distrib": "0,0.0;65,0.0;66,2.34375E-5;67,3.3854165E-5;68,5.2083335E-5;69,8.0729165E-5;70,1.0546875E-4;71,1.1197916E-4;72,1.3541666E-4;73,1.5625E-4;74,2.3307292E-4;75,2.799479E-4;76,2.7083332E-4;77,3.1380207E-4;78,3.75E-4;79,4.5703124E-4;80,1.06770836E-4;81,9.375E-5;82,7.2916664E-5;83,6.510417E-5;84,4.1666666E-5;85,1.171875E-5;86,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_1:2", + "fortunes": { + "0": 0.0502, + "1": 0.0642, + "2": 0.0843, + "3": 0.0949 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_2:11", + "distrib": "0,0.0;63,0.0;64,5.2083333E-6;65,1.3020833E-6;66,0.0;69,0.0;70,1.6927082E-5;71,1.5625E-5;72,5.3385418E-5;73,1.0026042E-4;74,5.078125E-5;75,3.6458332E-5;76,5.3385418E-5;77,3.125E-5;78,1.3020834E-5;79,6.510417E-6;80,0.0;94,0.0;95,6.510417E-6;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_1:3", + "fortunes": { + "0": 0.0482, + "1": 0.0514, + "2": 0.1007, + "3": 0.1001 + } + }, + { + "itemStack": "biomesoplenty:persimmon:0", + "fortunes": { + "0": 0.0035, + "1": 0.0023, + "2": 0.0081, + "3": 0.0098 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves:2", + "distrib": "0,0.0;77,0.0;78,8.333333E-5;79,8.203125E-5;80,7.8125E-6;81,6.510417E-6;82,1.5625E-5;83,1.6927082E-5;84,6.510417E-6;85,5.2083333E-6;86,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling:2", + "fortunes": { + "0": 0.0404, + "1": 0.0449, + "2": 0.0597, + "3": 0.0972 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves:3", + "distrib": "0,0.0;70,0.0;71,2.4739584E-5;72,2.34375E-5;73,4.1666666E-5;74,7.2916664E-5;75,4.5572917E-5;76,1.5625E-5;77,5.7291665E-5;78,5.078125E-5;79,1.5625E-5;80,0.0;81,5.2083333E-6;82,0.0;83,0.0;84,2.9947916E-5;85,3.125E-5;86,6.510417E-6;87,6.510417E-6;88,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling:3", + "fortunes": { + "0": 0.0416, + "1": 0.0471, + "2": 0.0563, + "3": 0.1029 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves:0", + "distrib": "0,0.0;67,0.0;68,3.90625E-6;69,3.2552085E-5;70,2.6041667E-5;71,1.25E-4;72,1.2369792E-4;73,2.6041667E-5;74,1.0807292E-4;75,1.1197916E-4;76,4.8177084E-5;77,5.2083335E-5;78,3.2552085E-5;79,6.510417E-6;80,0.0;93,0.0;94,2.2135417E-5;95,2.34375E-5;96,3.90625E-6;97,1.3020833E-6;98,0.0;110,0.0;111,2.2135417E-5;112,2.734375E-5;113,9.114583E-6;114,6.510417E-6;115,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling:0", + "fortunes": { + "0": 0.0412, + "1": 0.0496, + "2": 0.0579, + "3": 0.1037 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:reeds:0", + "distrib": "0,0.0;62,0.0;63,4.6875E-5;64,9.114583E-6;65,1.3020833E-6;66,0.0;70,0.0;71,1.3020833E-6;72,2.6041666E-6;73,3.90625E-6;75,3.90625E-6;76,1.3020833E-6;77,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:reeds:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_leaves:1", + "distrib": "0,0.0;69,0.0;70,1.171875E-5;71,1.171875E-5;72,2.6041666E-6;73,2.9947916E-5;74,2.6041667E-5;75,3.515625E-5;76,3.2552085E-5;77,5.2083333E-6;78,5.2083333E-6;79,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling:1", + "fortunes": { + "0": 0.0397, + "1": 0.0466, + "2": 0.0573, + "3": 0.1003 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:leaves.decorative.1:0", + "distrib": "0,0.0;73,0.0;74,2.4739584E-5;75,2.9947916E-5;76,2.6041667E-5;77,7.8125E-6;78,6.510417E-6;79,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeTeak\",UID1:\"forestry.treeTeak\"},{Slot:1b,UID0:\"forestry.heightSmall\",UID1:\"forestry.heightSmall\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0272, + "1": 0.0272, + "2": 0.0258, + "3": 0.0261 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs2:3", + "distrib": "0,0.0;71,0.0;72,3.90625E-6;73,5.2083333E-6;74,2.6041666E-6;75,3.90625E-6;76,0.0;78,0.0;79,1.3020833E-6;80,0.0;105,0.0;106,2.6041666E-6;107,2.6041666E-6;108,0.0;109,0.0;110,1.3020833E-6;111,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sand:0", + "distrib": "0,0.0;28,0.0;29,1.953125E-5;30,4.6875E-5;31,2.4739584E-5;32,2.6041666E-6;33,2.34375E-5;34,1.6927082E-5;35,1.3020834E-5;36,6.510417E-5;37,1.2630208E-4;38,1.4973959E-4;39,2.4739584E-5;40,3.6458332E-5;41,3.6458332E-5;42,4.4270833E-5;43,8.4635416E-5;44,4.4270833E-5;45,1.4192708E-4;46,2.7213542E-4;47,2.8645833E-5;48,2.3046875E-4;49,3.5807292E-4;50,9.2578126E-4;51,0.0017304687;52,0.002923177;53,0.00403776;54,0.0056341146;55,0.005858073;56,0.007278646;57,0.008497396;58,0.0095;59,0.01114974;60,0.01563151;61,0.016716145;62,0.015148438;63,0.010989583;64,0.002328125;65,0.0014205729;66,0.0030260417;67,0.008438802;68,0.013902344;69,0.016848959;70,0.013789062;71,0.0043958332;72,0.0010559895;73,5.6770834E-4;74,0.0012447917;75,0.0021471353;76,0.0024296874;77,0.0015143229;78,5.390625E-4;79,7.1614585E-4;80,7.6953124E-4;81,8.203125E-4;82,7.929687E-4;83,1.3802083E-4;84,9.114583E-6;85,9.114583E-6;86,3.90625E-6;87,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs2:0", + "distrib": "0,0.0;67,0.0;68,1.3020833E-6;69,1.3020833E-6;70,0.0;71,1.3020833E-6;72,1.3020833E-6;73,5.2083333E-6;76,5.2083333E-6;77,3.90625E-6;78,3.90625E-6;79,1.3020833E-6;80,1.3020833E-6;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:air:0", + "distrib": "0,0.0;1,0.0;2,0.012089844;3,0.01941276;4,0.027453125;5,0.03726823;6,0.040352866;7,0.042272136;8,0.043151043;9,0.043714844;10,0.04499349;11,0.046113282;12,0.04779557;13,0.04940625;14,0.05128776;15,0.052229166;16,0.05433073;17,0.05746745;18,0.05883724;19,0.06188802;20,0.061848957;21,0.061623696;22,0.06221354;23,0.064464845;24,0.06382552;25,0.061048176;26,0.05961328;27,0.06053646;28,0.060904946;29,0.059162762;30,0.056485675;31,0.05671875;32,0.06914974;33,0.08238672;34,0.08908724;35,0.09269401;36,0.09691016;37,0.10063411;38,0.10310417;39,0.106921874;40,0.11179427;41,0.11220834;42,0.11333334;43,0.11311198;44,0.11358203;45,0.1152539;46,0.12170052;47,0.13314974;48,0.069569014;49,0.071234375;50,0.0736862;51,0.076507814;52,0.07965495;53,0.07635156;54,0.102279946;55,0.14092968;56,0.14661719;57,0.12872787;58,0.09358984;59,0.10640886;60,0.1608776;61,0.16971354;62,0.17837109;63,0.1551185;64,0.047678385;65,0.053748697;66,0.12794662;67,0.1348177;68,0.14090885;69,0.09333203;70,0.093835935;71,0.10187761;72,0.33679166;73,0.40753907;74,0.42233202;75,0.34054947;76,0.32257423;77,0.34390104;78,0.44252735;79,0.46116927;80,0.15061067;81,0.11376692;82,0.10311458;83,0.10495443;84,0.15498568;85,0.15927735;86,0.16002604;87,0.12534115;88,0.109484375;89,0.116385415;90,0.16632552;91,0.1730664;92,0.17353125;93,0.14342058;94,0.12870833;95,0.14936328;96,0.044704426;97,0.047001302;98,0.04711198;99,0.04182552;100,0.040289063;101,0.041714843;102,0.04836328;103,0.05002474;104,0.050208334;105,0.045476563;106,0.044046875;107,0.04584505;108,0.05195573;109,0.05311328;110,0.053165365;111,0.049065106;112,0.02001172;113,0.02007552;114,0.02058073;115,0.020670572;116,0.02077604;117,0.020380208;118,0.020394532;119,0.020734375;120,0.020951822;121,0.020947916;122,0.020936199;123,0.02073047;124,0.020744791;125,0.021104166;126,0.021098958;127,0.021138022;128,0.0105;129,0.010505209;130,0.010502604;131,0.010483073;132,0.010434896;133,0.0103802085;134,0.010328125;135,0.010278646;136,0.010244791;137,0.010269531;138,0.01035026;139,0.01040625;140,0.0105221355;141,0.010545573;142,0.010509115;143,0.010415365;144,0.009;151,0.009;152,0.008997396;153,0.008997396;154,0.00899349;155,0.008990886;156,0.008979167;157,0.008949218;158,0.008869791;159,0.008720052;160,0.002313802;161,0.0022565103;162,0.0022005208;163,0.002154948;164,0.002127604;165,0.002125;166,0.0021041667;167,0.0020833334;168,0.0020364583;169,0.0020872396;170,0.0019752604;171,0.0018372396;172,0.0017630209;173,0.0017747396;174,0.001796875;175,0.0019244791;176,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs2:1", + "distrib": "0,0.0;69,0.0;70,1.3020833E-6;71,1.3020833E-6;72,3.90625E-6;73,6.510417E-6;74,1.4322916E-5;75,2.0833333E-5;76,2.734375E-5;77,3.125E-5;78,4.4270833E-5;79,4.9479168E-5;80,2.6041666E-6;81,9.114583E-6;82,9.114583E-6;83,5.2083333E-6;85,5.2083333E-6;86,3.90625E-6;87,0.0;88,0.0;89,1.3020833E-6;90,1.3020833E-6;91,0.0;92,1.3020833E-6;94,1.3020833E-6;95,2.6041666E-6;96,0.0;101,0.0;102,1.3020833E-6;104,1.3020833E-6;105,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sand:1", + "distrib": "0,0.0;61,0.0;62,1.7447917E-4;63,2.7213542E-4;64,2.3567709E-4;65,0.0;66,1.6927083E-4;67,1.2109375E-4;68,1.0026042E-4;69,1.5494792E-4;70,2.6041666E-6;71,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:redstone_torch:0", + "distrib": "0,0.0;53,0.0;54,0.0010416667;55,0.0;60,0.0;61,1.8229166E-5;62,0.0;64,0.0;65,1.0416667E-5;66,0.0;70,0.0;71,1.8229166E-5;72,1.3020834E-5;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:redstone_torch:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:0", + "distrib": "0,0.0;62,0.0;63,1.953125E-5;64,0.0;66,0.0;67,1.3020833E-6;68,0.0;69,1.3020833E-6;70,0.0;71,0.0;72,1.3020834E-5;73,7.8125E-6;74,0.0;90,0.0;91,1.3020833E-6;92,0.0;101,0.0;102,1.3020833E-6;103,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:dltleaves:0", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,2.6041666E-6;74,2.4739584E-5;75,3.2552085E-5;76,3.2552085E-5;77,4.6875E-5;78,1.015625E-4;79,1.796875E-4;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "abyssalcraft:dltsapling:0", + "fortunes": { + "0": 0.0488, + "1": 0.0437, + "2": 0.0401, + "3": 0.0413 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.0:0", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;80,1.3020833E-6;81,0.0;87,0.0;88,1.3020833E-6;96,1.3020833E-6;97,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.0:1", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,5.2083333E-6;75,1.3020833E-6;76,1.3020833E-6;77,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_4:8", + "distrib": "0,0.0;71,0.0;72,4.5572917E-5;73,4.1666666E-5;74,3.90625E-5;75,7.942708E-5;76,4.6875E-5;77,1.5885416E-4;78,4.3229168E-4;79,6.940104E-4;80,7.8125E-5;81,3.2552085E-5;82,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:pear:0", + "fortunes": { + "0": 0.0027, + "1": 0.0032, + "2": 0.0091, + "3": 0.0041 + } + }, + { + "itemStack": "biomesoplenty:sapling_2:0", + "fortunes": { + "0": 0.0543, + "1": 0.0563, + "2": 0.0783, + "3": 0.0907 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone_stairs:0", + "distrib": "0,0.0;71,0.0;72,3.3854165E-5;77,3.3854165E-5;78,2.8645833E-5;79,2.9947916E-5;80,9.114583E-6;81,7.8125E-6;83,7.8125E-6;84,1.3020833E-6;87,1.3020833E-6;88,0.0;90,0.0;91,1.3020833E-6;94,1.3020833E-6;95,0.0;97,0.0;98,1.3020833E-6;101,1.3020833E-6;102,0.0;104,0.0;105,1.3020833E-6;108,1.3020833E-6;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:brewing_stand:0", + "distrib": "0,0.0;53,0.0;54,1.953125E-5;55,0.0;59,0.0;60,3.3854165E-5;61,0.0;65,0.0;66,5.7291665E-5;67,0.0;71,0.0;72,6.119792E-5;73,0.0;77,0.0;78,6.510417E-5;79,0.0;83,0.0;84,2.734375E-5;85,0.0;89,0.0;90,2.734375E-5;91,0.0;95,0.0;96,1.3020833E-6;97,0.0;101,0.0;102,1.3020833E-6;103,0.0;107,0.0;108,2.6041666E-6;109,0.0;113,0.0;114,1.3020833E-6;115,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:brewing_stand:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:birch_door:0", + "distrib": "0,0.0;71,0.0;72,2.7734376E-4;73,2.7864584E-4;74,0.0;77,0.0;78,3.6458332E-5;79,3.6458332E-5;80,0.0;83,0.0;84,7.8125E-6;85,7.8125E-6;86,0.0;95,0.0;96,1.0416667E-5;97,1.0416667E-5;98,0.0;107,0.0;108,2.6041666E-6;109,2.6041666E-6;110,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:birch_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:grass:0", + "distrib": "0,0.0;60,0.0;61,2.0833333E-5;62,0.016454427;63,0.019153645;64,0.028923176;65,0.0041210935;66,0.006472656;67,0.0061783856;68,0.0083580725;69,0.010563802;70,0.12765625;71,0.08507031;72,0.038529947;73,0.004548177;74,0.002188802;75,0.0018020833;76,0.014966146;77,0.011282552;78,0.008325521;79,0.006796875;80,2.421875E-4;81,1.796875E-4;82,0.0023333333;83,0.0025768229;84,0.0011354167;85,4.53125E-4;86,4.1145834E-4;87,3.9192708E-4;88,0.0031940104;89,0.0030299479;90,8.75E-4;91,0.0010078124;92,5.15625E-4;93,4.6354166E-4;94,0.005626302;95,0.005811198;96,5.963542E-4;97,3.502604E-4;98,2.8515625E-4;99,2.6171876E-4;100,2.5520835E-4;101,2.96875E-4;102,5.078125E-4;103,4.1276042E-4;104,3.671875E-4;105,3.0078125E-4;106,2.1223958E-4;107,2.2916666E-4;108,2.1354167E-4;109,1.6927083E-4;110,1.640625E-4;111,1.3671875E-4;112,3.2552085E-5;113,5.2083335E-5;114,9.8958335E-5;115,8.59375E-5;116,4.6875E-5;117,2.6041667E-5;118,3.6458332E-5;119,3.2552085E-5;120,1.171875E-5;121,1.953125E-5;122,1.6927082E-5;123,2.34375E-5;124,2.0833333E-5;125,2.0833333E-5;126,2.34375E-5;127,2.734375E-5;128,7.8125E-6;129,7.8125E-6;130,0.0;131,1.3020833E-6;132,9.114583E-6;133,6.510417E-6;134,2.6041666E-6;135,1.3020833E-6;136,1.0416667E-5;137,6.510417E-6;138,9.114583E-6;139,5.2083333E-6;140,1.0416667E-5;141,9.114583E-6;142,6.510417E-6;143,1.5625E-5;144,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:chest:0", + "distrib": "0,0.0;10,0.0;11,2.6041666E-6;12,2.6041666E-6;13,0.0;14,2.6041666E-6;15,1.3020833E-6;16,2.6041666E-6;17,0.0;24,0.0;25,1.3020833E-6;26,0.0;27,0.0;28,1.3020833E-6;29,0.0;30,5.2083333E-6;31,0.0;37,0.0;38,1.3020833E-6;39,0.0;51,0.0;52,2.6041666E-6;53,5.2083333E-6;54,3.2552085E-5;55,1.953125E-5;56,0.0;57,2.6041666E-6;58,0.0;59,0.0;60,5.46875E-5;61,3.3854165E-5;62,0.0;63,0.0;64,1.3020833E-6;65,0.0;66,1.1067709E-4;67,3.125E-5;68,0.0;71,0.0;72,1.4453125E-4;73,3.90625E-5;74,0.0;77,0.0;78,9.5052084E-5;79,3.125E-5;80,0.0;81,0.0;82,1.3020833E-6;83,0.0;84,6.640625E-5;85,1.6927082E-5;86,0.0;88,0.0;89,1.3020833E-6;90,5.859375E-5;91,1.5625E-5;92,0.0;95,0.0;96,1.0416667E-5;97,2.6041666E-6;98,0.0;101,0.0;102,9.114583E-6;103,3.90625E-6;104,0.0;107,0.0;108,7.8125E-6;109,3.90625E-6;110,0.0;113,0.0;114,1.3020833E-6;115,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:chest:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone:5", + "distrib": "0,6.510417E-6;1,0.0095859375;2,0.018643228;3,0.02791276;4,0.036320314;5,0.044309895;6,0.043609373;7,0.04226172;8,0.041955728;9,0.043022137;10,0.043735676;11,0.04536849;12,0.04465755;13,0.044596355;14,0.04545703;15,0.045949217;16,0.045970052;17,0.045839842;18,0.045997396;19,0.045726564;20,0.04475651;21,0.04390625;22,0.04379297;23,0.044066407;24,0.04451693;25,0.045265626;26,0.044975262;27,0.044283856;28,0.04374479;29,0.044313803;30,0.04466276;31,0.04236198;32,0.03963672;33,0.038315102;34,0.037971355;35,0.03759245;36,0.03779297;37,0.037915364;38,0.0385612;39,0.038661458;40,0.03878125;41,0.037628908;42,0.036645833;43,0.03633073;44,0.036490884;45,0.037002604;46,0.036354166;47,0.035313804;48,0.034976564;49,0.03523828;50,0.034128908;51,0.032096352;52,0.028720053;53,0.02713802;54,0.025947917;55,0.02535026;56,0.025934896;57,0.026268229;58,0.02600651;59,0.026057292;60,0.023657553;61,0.022350261;62,0.022438802;63,0.02348698;64,0.020597655;65,0.020756511;66,0.019263022;67,0.014403646;68,0.00878125;69,0.00603125;70,0.0054414063;71,0.005279948;72,0.00509375;73,0.004572917;74,0.0036666666;75,0.0029921874;76,0.002673177;77,0.0019752604;78,0.0013515624;79,6.080729E-4;80,5.2083335E-5;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:cobblestone:0", + "distrib": "0,0.0;9,0.0;10,2.9947916E-5;11,7.552083E-5;12,8.4635416E-5;13,9.244792E-5;14,1.3411458E-4;15,1.3802083E-4;16,1.0807292E-4;17,1.06770836E-4;18,7.161458E-5;19,3.2552085E-5;20,1.171875E-5;21,2.734375E-5;22,2.34375E-5;23,2.34375E-5;24,4.0364583E-5;25,3.125E-5;26,3.125E-5;27,5.598958E-5;28,6.510417E-5;29,6.25E-5;30,9.5052084E-5;31,9.635417E-5;32,5.598958E-5;33,5.859375E-5;34,0.0;36,0.0;37,2.34375E-5;38,2.734375E-5;39,3.6458332E-5;40,4.8177084E-5;41,4.9479168E-5;42,1.8229166E-5;43,1.8229166E-5;44,2.6041666E-6;45,0.0;50,0.0;51,1.5625E-5;52,2.9947916E-5;53,3.6458332E-5;54,6.25E-5;55,7.942708E-5;56,6.901041E-5;57,8.59375E-5;58,5.46875E-5;59,4.6875E-5;60,6.510417E-5;61,4.0364583E-5;62,4.0364583E-5;63,5.7291665E-5;64,2.8645833E-5;65,6.25E-5;66,7.2916664E-5;67,7.552083E-5;68,4.4270833E-5;69,4.4270833E-5;70,1.953125E-5;71,3.6458332E-5;72,5.2083335E-5;73,4.5572917E-5;74,1.5625E-5;75,1.0416667E-5;76,1.8229166E-5;77,2.34375E-5;78,1.8229166E-5;79,4.296875E-5;80,2.8645833E-5;81,3.125E-5;82,2.8645833E-5;83,2.9947916E-5;85,2.9947916E-5;86,3.2552085E-5;87,2.8645833E-5;88,3.125E-5;89,2.8645833E-5;90,2.9947916E-5;92,2.9947916E-5;93,3.2552085E-5;94,2.8645833E-5;95,3.125E-5;96,2.8645833E-5;97,2.9947916E-5;99,2.9947916E-5;100,3.2552085E-5;101,2.8645833E-5;102,3.125E-5;103,2.8645833E-5;104,2.9947916E-5;106,2.9947916E-5;107,3.2552085E-5;108,1.3020834E-5;110,1.3020834E-5;111,1.4322916E-5;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone:3", + "distrib": "0,5.2083333E-6;1,0.008192709;2,0.016576823;3,0.024895834;4,0.03311068;5,0.040253907;6,0.04027474;7,0.040157553;8,0.04073698;9,0.04119401;10,0.040828124;11,0.041554686;12,0.04105078;13,0.03996875;14,0.039071616;15,0.03876172;16,0.039472654;17,0.040272135;18,0.0404375;19,0.040592447;20,0.040622395;21,0.040453125;22,0.040235676;23,0.04001823;24,0.040252604;25,0.04076693;26,0.041795574;27,0.04226953;28,0.042066406;29,0.041549478;30,0.040441405;31,0.038934898;32,0.03639974;33,0.034897134;34,0.033807293;35,0.033880208;36,0.034526043;37,0.034908853;38,0.034727864;39,0.034382813;40,0.03470443;41,0.03428125;42,0.034131512;43,0.034315106;44,0.0345612;45,0.033363283;46,0.03184505;47,0.030658854;48,0.029610677;49,0.03;50,0.02983073;51,0.029907553;52,0.02731901;53,0.026348958;54,0.025837239;55,0.025088541;56,0.024632813;57,0.024566406;58,0.023983072;59,0.024742188;60,0.023147136;61,0.021027343;62,0.020261718;63,0.020492187;64,0.017902344;65,0.018125;66,0.016342448;67,0.012809896;68,0.007891927;69,0.005291667;70,0.0048385416;71,0.0048697917;72,0.0048125;73,0.0041744793;74,0.0032473959;75,0.0027473958;76,0.0021875;77,0.0017903646;78,0.0010950521;79,4.609375E-4;80,8.59375E-5;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sapling:2", + "distrib": "0,0.0;71,0.0;72,9.114583E-6;73,3.3854165E-5;74,2.6041666E-6;75,0.0;78,0.0;79,1.3020833E-6;80,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sapling:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore_fluid:0", + "distrib": "0,0.0;6,0.0;7,2.734375E-5;8,3.515625E-5;9,2.4739584E-5;10,2.4739584E-5;11,0.0;12,9.114583E-6;13,1.171875E-5;14,9.114583E-6;15,0.0;17,0.0;18,2.6041666E-6;19,3.125E-5;20,4.6875E-5;21,1.8229166E-5;22,2.6041666E-6;23,0.0;25,0.0;26,6.510417E-6;27,1.8229166E-5;28,1.8229166E-5;29,6.510417E-6;30,2.8645833E-5;31,4.296875E-5;32,1.171875E-5;33,2.6041666E-6;34,2.9947916E-5;35,3.7760416E-5;36,2.2135417E-5;37,0.0;38,0.0;39,3.2552085E-5;40,3.3854165E-5;41,2.6041666E-6;42,2.6041667E-5;43,3.3854165E-5;44,2.734375E-5;45,1.5625E-5;46,6.510417E-6;47,1.4322916E-5;48,4.0364583E-5;49,4.5572917E-5;50,5.7291665E-5;51,6.119792E-5;52,5.078125E-5;53,4.0364583E-5;54,2.9947916E-5;55,1.5625E-5;56,1.3020833E-6;57,3.125E-5;58,6.25E-5;59,6.901041E-5;60,3.6458332E-5;61,2.9947916E-5;62,0.0;71,0.0;72,1.171875E-5;73,1.3020834E-5;74,0.0;75,0.0;76,5.2083333E-6;77,5.2083333E-6;78,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:892", + "fortunes": { + "0": 1.0, + "1": 1.5124, + "2": 2.0046, + "3": 2.4778 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sapling:1", + "distrib": "0,0.0;71,0.0;72,3.90625E-5;73,8.984375E-5;74,1.3020833E-6;75,0.0;77,0.0;78,3.90625E-6;79,1.171875E-5;80,0.0;83,0.0;84,6.510417E-6;85,0.0;90,0.0;91,1.3020833E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sapling:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sapling:0", + "distrib": "0,0.0;71,0.0;72,1.171875E-5;73,4.6875E-5;74,7.8125E-6;75,0.0;78,0.0;79,3.90625E-6;80,0.0;83,0.0;84,1.3020833E-6;85,0.0;90,0.0;91,1.3020833E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sapling:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_grass:1", + "distrib": "0,0.0;166,0.0;167,2.0833333E-5;168,1.7317709E-4;169,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:logs.0:3", + "distrib": "0,0.0;64,0.0;65,1.3020833E-6;66,2.6041666E-6;67,2.6041666E-6;68,7.8125E-6;69,5.2083333E-6;70,3.90625E-6;71,2.6041666E-6;72,3.90625E-6;73,5.2083333E-6;74,3.90625E-6;75,1.0416667E-5;76,6.510417E-6;77,2.6041666E-6;79,2.6041666E-6;80,1.3020833E-6;81,1.3020833E-6;82,3.90625E-6;83,1.3020833E-6;84,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore_fluid:2", + "distrib": "0,0.0;1,1.2890625E-4;2,3.1510417E-4;3,4.388021E-4;4,5.0651043E-4;5,6.0546875E-4;6,7.018229E-4;7,6.145833E-4;8,6.028646E-4;9,5.898437E-4;10,5.78125E-4;11,6.9791666E-4;12,8.1380206E-4;13,7.981771E-4;14,7.1484374E-4;15,6.5625E-4;16,4.205729E-4;17,4.2578124E-4;18,2.7473958E-4;19,1.171875E-4;20,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:893", + "fortunes": { + "0": 1.0, + "1": 1.4955, + "2": 2.0125, + "3": 2.4929 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:sapling:4", + "distrib": "0,0.0;71,0.0;72,1.4322916E-5;73,5.2083335E-5;74,9.114583E-6;75,0.0;78,0.0;79,1.3020834E-5;80,0.0;83,0.0;84,3.90625E-6;85,0.0;89,0.0;90,1.3020833E-6;91,3.90625E-6;92,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sapling:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:ore_fluid:1", + "distrib": "0,0.0;6,0.0;7,6.510417E-6;8,6.510417E-5;9,1.3151042E-4;10,1.19791664E-4;11,1.19791664E-4;12,2.4609375E-4;13,2.34375E-4;14,2.2916666E-4;15,2.6822917E-4;16,2.3958333E-4;17,1.8880208E-4;18,1.7708333E-4;19,1.9270834E-4;20,2.1875E-4;21,2.3958333E-4;22,2.9036458E-4;23,3.1510417E-4;24,3.1510417E-4;25,3.2291666E-4;26,3.2421874E-4;27,4.1276042E-4;28,3.7239582E-4;29,3.346354E-4;30,2.7213542E-4;31,2.0442708E-4;32,1.9140624E-4;33,1.6015625E-4;34,1.640625E-4;35,2.2135417E-4;36,2.7734376E-4;37,2.4609375E-4;38,1.9791667E-4;39,1.5494792E-4;40,1.484375E-4;41,1.7578126E-4;42,2.8385417E-4;43,3.3854166E-4;44,2.7083332E-4;45,2.1484375E-4;46,1.9140624E-4;47,1.9921875E-4;48,1.2630208E-4;49,1.4713542E-4;50,1.6015625E-4;51,1.7447917E-4;52,1.1067709E-4;53,1.484375E-4;54,1.3671875E-4;55,1.5364583E-4;56,1.1197916E-4;57,6.901041E-5;58,7.8125E-5;59,7.6822915E-5;60,1.2369792E-4;61,1.328125E-4;62,1.5104166E-4;63,1.6015625E-4;64,1.4322916E-4;65,1.15885414E-4;66,8.4635416E-5;67,6.119792E-5;68,4.6875E-5;69,1.1197916E-4;70,6.901041E-5;71,2.2135417E-5;72,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:892", + "fortunes": { + "0": 1.0, + "1": 1.4999, + "2": 1.9999, + "3": 2.4935 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:6", + "distrib": "0,0.0;71,0.0;72,7.8125E-6;73,1.0416667E-5;74,0.0;95,0.0;96,9.114583E-6;97,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:5", + "distrib": "0,0.0;69,0.0;70,1.3020833E-6;71,9.114583E-6;72,2.6041666E-6;73,1.0416667E-5;74,0.0;77,0.0;78,1.3020833E-6;79,6.510417E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:8", + "distrib": "0,0.0;65,0.0;66,1.3020833E-6;67,0.0;68,0.0;69,3.90625E-6;70,7.8125E-6;71,1.171875E-5;72,1.6927082E-5;73,1.3020833E-6;74,2.6041666E-6;75,0.0;77,0.0;78,5.2083333E-6;79,9.114583E-6;80,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:7", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;66,0.0;67,1.3020833E-6;68,0.0;69,0.0;70,3.90625E-6;71,3.90625E-6;72,9.114583E-6;73,1.3020833E-6;74,0.0;76,0.0;77,1.3020833E-6;78,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:2", + "distrib": "0,0.0;70,0.0;71,1.3020833E-6;72,9.114583E-6;73,3.90625E-6;74,0.0;88,0.0;89,1.3020833E-6;90,0.0;91,0.0;92,1.3020833E-6;93,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:bone_block:0", + "distrib": "0,0.0;47,0.0;48,2.34375E-5;49,1.0416667E-5;50,1.171875E-5;51,5.2083335E-5;52,0.0;73,0.0;74,2.6041667E-5;75,1.4322916E-5;76,2.6041667E-5;77,6.510417E-5;78,1.0416667E-5;79,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:1", + "distrib": "0,0.0;62,0.0;63,2.6041666E-6;64,0.0;67,0.0;68,2.6041666E-6;69,0.0;71,0.0;72,1.0416667E-5;73,1.3020833E-6;74,0.0;78,0.0;79,1.0416667E-5;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:4", + "distrib": "0,0.0;70,0.0;71,3.90625E-6;72,6.510417E-6;73,2.0833333E-5;74,0.0;77,0.0;78,9.114583E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:3", + "distrib": "0,0.0;62,0.0;63,1.5625E-5;64,0.0;65,1.3020833E-6;66,0.0;71,0.0;72,3.90625E-6;73,1.3020833E-6;74,0.0;77,0.0;78,3.90625E-6;79,5.2083333E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone:0", + "distrib": "0,7.513021E-4;1,0.15219922;2,0.29242188;3,0.43108073;4,0.5702695;5,0.7105677;6,0.70777607;7,0.7056094;8,0.707487;9,0.7105833;10,0.7137721;11,0.7366667;12,0.73586977;13,0.7359362;14,0.7344427;15,0.7347969;16,0.7327266;17,0.7292253;18,0.7270013;19,0.72411066;20,0.72310936;21,0.72261065;22,0.72201824;23,0.7208034;24,0.7219779;25,0.72258854;26,0.7230156;27,0.7210742;28,0.7220612;29,0.72428256;30,0.7092904;31,0.6707513;32,0.63258857;33,0.61848307;34,0.61916536;35,0.61564714;36,0.6104974;37,0.60528517;38,0.59839714;39,0.59484506;40,0.59367186;41,0.59360677;42,0.58757293;43,0.58945966;44,0.5903438;45,0.5858867;46,0.57755727;47,0.56334895;48,0.5397578;49,0.53714323;50,0.53061455;51,0.5252344;52,0.4820052;53,0.47214323;54,0.46735677;55,0.45683855;56,0.44188282;57,0.43084246;58,0.42207813;59,0.43396485;60,0.40911067;61,0.37639454;62,0.36152864;63,0.3650547;64,0.29518098;65,0.2944414;66,0.27270573;67,0.21189323;68,0.13347656;69,0.093065105;70,0.08468489;71,0.081720054;72,0.075964846;73,0.06614062;74,0.055273436;75,0.049079426;76,0.045589842;77,0.04541276;78,0.044209637;79,0.04351172;80,0.03369271;81,0.03210547;82,0.031147135;83,0.030515624;84,0.029899739;85,0.028235678;86,0.026063802;87,0.024546875;88,0.023734376;89,0.022328125;90,0.020492187;91,0.017014323;92,0.012634114;93,0.009611979;94,0.008135417;95,0.007246094;96,0.004497396;97,0.004268229;98,0.003994792;99,0.0036419271;100,0.0033033853;101,0.0029179687;102,0.0026692708;103,0.0024401043;104,0.0022708334;105,0.0020221353;106,0.0017539063;107,0.0016028646;108,0.0015013021;109,0.0013697917;110,0.0012695312;111,0.0010598958;112,5.6770834E-4;113,4.3229168E-4;114,3.4895833E-4;115,3.0598958E-4;116,3.2161459E-4;117,3.3072918E-4;118,3.2682292E-4;119,3.0989584E-4;120,2.7734376E-4;121,2.486979E-4;122,2.2135417E-4;123,2.2395833E-4;124,2.3177083E-4;125,2.03125E-4;126,2.0052084E-4;127,1.8619791E-4;128,1.4453125E-4;129,1.3932292E-4;130,1.3411458E-4;131,1.2760417E-4;132,1.25E-4;133,1.15885414E-4;134,1.1328125E-4;135,1.02864586E-4;136,9.5052084E-5;137,8.984375E-5;138,7.942708E-5;139,7.03125E-5;140,6.380209E-5;141,4.296875E-5;142,1.6927082E-5;143,1.171875E-5;144,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stone:1", + "distrib": "0,2.4739584E-5;1,0.008796875;2,0.01695573;3,0.02565625;4,0.034934897;5,0.042507812;6,0.04233203;7,0.042679686;8,0.043110676;9,0.04272656;10,0.042042967;11,0.042811196;12,0.04307422;13,0.043558594;14,0.044411458;15,0.04365495;16,0.042716146;17,0.042059895;18,0.042460937;19,0.04264974;20,0.042998698;21,0.042411458;22,0.042494792;23,0.04177344;24,0.040834635;25,0.041115884;26,0.042041667;27,0.043574218;28,0.044141926;29,0.044063803;30,0.042889323;31,0.04025;32,0.03753125;33,0.036216147;34,0.034863282;35,0.034648437;36,0.034541667;37,0.035132814;38,0.035667967;39,0.03471875;40,0.034459636;41,0.034742188;42,0.03498828;43,0.03510026;44,0.034877606;45,0.034584634;46,0.033559896;47,0.031941406;48,0.03028125;49,0.030829428;50,0.031984374;51,0.03209896;52,0.029207032;53,0.027384115;54,0.02673177;55,0.02600651;56,0.02584375;57,0.025714844;58,0.025766928;59,0.02752474;60,0.026432293;61,0.024222657;62,0.022739584;63,0.022916667;64,0.017078126;65,0.015854167;66,0.014873698;67,0.012505208;68,0.008089844;69,0.0058867186;70,0.0050065103;71,0.004592448;72,0.00453125;73,0.004145833;74,0.0036835938;75,0.0034010417;76,0.0029466145;77,0.0024570313;78,0.0014505208;79,5.273438E-4;80,1.19791664E-4;81,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:9", + "distrib": "0,0.0;68,0.0;69,2.6041666E-6;70,1.3020833E-6;71,1.3020833E-6;72,1.0416667E-5;73,6.510417E-6;74,0.0;78,0.0;79,5.2083333E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower2:4", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower2:5", + "distrib": "0,0.0;70,0.0;71,1.3020833E-6;72,2.6041666E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:dirt:8", + "distrib": "0,0.0;61,0.0;62,2.734375E-5;63,1.2239584E-4;64,2.6041668E-4;65,0.0;66,0.0;67,1.3020833E-6;68,0.0;69,1.3020833E-6;70,0.0010299479;71,5.8723957E-4;72,1.3151042E-4;73,1.6927082E-5;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower2:2", + "distrib": "0,0.0;68,0.0;69,1.3020833E-6;70,1.3020833E-6;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_3:10", + "distrib": "0,0.0;64,0.0;65,1.0416667E-5;66,1.953125E-5;67,7.8125E-6;68,1.3020833E-6;69,0.0;72,0.0;73,4.296875E-5;74,1.171875E-4;75,1.09375E-4;76,5.9895832E-5;77,2.2135417E-5;78,6.510417E-6;79,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:peach:0", + "fortunes": { + "0": 0.005, + "1": 0.0041, + "2": 0.0059, + "3": 0.0091 + } + }, + { + "itemStack": "biomesoplenty:sapling_1:6", + "fortunes": { + "0": 0.0551, + "1": 0.0591, + "2": 0.086, + "3": 0.0992 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower2:6", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower2:7", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:dirt:2", + "distrib": "0,0.0;47,0.0;48,1.5755209E-4;49,1.8619791E-4;50,3.3072918E-4;51,8.919271E-4;52,0.0012395834;53,0.001109375;54,0.0016757812;55,0.0019908855;56,0.002248698;57,0.002842448;58,0.0035677084;59,0.002953125;60,0.005248698;61,0.00806901;62,0.007947917;63,0.0059973956;64,6.705729E-4;65,6.015625E-4;66,0.0015416667;67,0.006981771;68,0.013776042;69,0.016773438;70,0.008815104;71,7.0833333E-4;72,8.4635416E-5;73,5.716146E-4;74,9.973958E-4;75,0.0010807292;76,6.2760414E-4;77,1.6927082E-5;78,6.510417E-6;79,4.296875E-5;80,1.0546875E-4;81,1.2369792E-4;82,9.375E-5;83,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:dirt:1", + "distrib": "0,0.0;47,0.0;48,2.578125E-4;49,2.734375E-4;50,3.3072918E-4;51,4.5572917E-4;52,5.611979E-4;53,4.1145834E-4;54,5.598958E-4;55,7.8255206E-4;56,8.919271E-4;57,8.3333335E-4;58,7.5E-4;59,0.001109375;60,0.0024947918;61,0.0031458333;62,0.003016927;63,0.0016757812;64,8.3333335E-4;65,0.0012669271;66,0.0016614583;67,0.0018177084;68,0.0012630208;69,0.0012070312;70,6.5364584E-4;71,2.890625E-4;72,3.4244792E-4;73,2.3828125E-4;74,2.5651042E-4;75,3.0989584E-4;76,1.8619791E-4;77,2.5260416E-4;78,2.3697916E-4;79,1.3932292E-4;80,4.1666666E-5;81,4.0364583E-5;82,5.859375E-5;83,9.8958335E-5;84,1.6666666E-4;85,1.8098958E-4;86,1.2630208E-4;87,9.635417E-5;88,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:dirt:0", + "distrib": "0,0.0;45,0.0;46,1.8229166E-5;47,4.6875E-5;48,1.5885416E-4;49,1.5885416E-4;50,1.7447917E-4;51,2.96875E-4;52,3.8020834E-4;53,2.4348959E-4;54,3.528646E-4;55,7.1354164E-4;56,0.0014934896;57,0.0019375;58,0.0020481772;59,8.489583E-4;60,0.0013033854;61,0.0016445313;62,0.001671875;63,0.0013541667;64,4.7135417E-4;65,5.013021E-4;66,0.0012799479;67,0.0036640626;68,0.0055859373;69,0.006144531;70,0.0026953125;71,3.8020834E-4;72,0.0012369792;73,0.003403646;74,0.007363281;75,0.010234375;76,0.005845052;77,7.239583E-4;78,6.510417E-6;79,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_5:9", + "distrib": "0,0.0;77,0.0;78,8.0729165E-5;79,3.9322916E-4;80,1.4322916E-4;81,2.34375E-4;82,2.1614584E-4;83,3.5546874E-4;84,2.0833334E-4;85,9.635417E-5;86,1.953125E-5;87,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:peach:0", + "fortunes": { + "0": 0.0049, + "1": 0.0061, + "2": 0.0049, + "3": 0.008 + } + }, + { + "itemStack": "biomesoplenty:sapling_2:5", + "fortunes": { + "0": 0.0545, + "1": 0.064, + "2": 0.0837, + "3": 0.0997 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:leaves_5:8", + "distrib": "0,0.0;73,0.0;74,1.4322916E-5;75,9.114583E-6;76,4.296875E-5;77,1.6927082E-5;78,5.46875E-5;79,2.0833333E-5;80,1.8229166E-5;81,0.0;82,1.3020834E-5;83,1.0416667E-5;84,1.0416667E-5;85,0.0;86,1.0416667E-5;87,6.510417E-6;88,1.3020833E-6;89,0.0;91,0.0;92,1.3020833E-6;93,2.4739584E-5;94,1.0416667E-5;95,1.953125E-5;96,3.90625E-6;97,1.0416667E-5;99,1.0416667E-5;100,0.0;101,1.0416667E-5;102,6.510417E-6;103,1.3020834E-5;104,6.510417E-6;105,2.6041667E-5;106,3.6458332E-5;107,5.9895832E-5;108,7.161458E-5;109,5.3385418E-5;110,3.6458332E-5;111,4.8177084E-5;112,0.0;117,0.0;118,9.114583E-6;119,6.510417E-6;120,2.6041667E-5;121,1.6927082E-5;122,1.4322916E-5;123,1.6927082E-5;124,1.953125E-5;125,1.8229166E-5;126,3.125E-5;127,2.8645833E-5;128,1.3020833E-6;129,0.0;140,0.0;141,1.4322916E-5;142,6.510417E-6;143,1.0416667E-5;144,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:sapling_2:4", + "fortunes": { + "0": 0.0509, + "1": 0.0643, + "2": 0.0799, + "3": 0.1019 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_grass:2", + "distrib": "0,0.0;137,0.0;138,2.34375E-5;139,1.3411458E-4;140,0.0;173,0.0;174,8.4635416E-5;175,3.6197915E-4;176,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_dirt:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extratrees:shrub_log:0", + "distrib": "0,0.0;62,0.0;63,2.6041666E-6;64,1.3020833E-6;65,1.3020833E-6;66,2.6041666E-6;67,1.3020833E-6;68,3.90625E-6;69,2.6041666E-6;70,1.3020833E-6;71,2.6041666E-6;72,2.0833333E-5;73,5.2083333E-6;74,1.3020833E-6;75,0.0;76,0.0;77,1.3020833E-6;78,3.90625E-6;79,2.6041666E-6;80,1.3020833E-6;81,0.0;93,0.0;94,1.3020833E-6;95,0.0;96,0.0;97,1.3020833E-6;98,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stick:0", + "fortunes": { + "0": 3.2377, + "1": 3.2276, + "2": 3.2223, + "3": 3.2223 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower2:0", + "distrib": "0,0.0;70,0.0;71,1.3020833E-6;72,1.3020833E-6;73,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "mysticalagriculture:prosperity_ore:0", + "distrib": "0,0.0;12,0.0;13,2.2786458E-4;14,0.0019479167;15,0.0036158855;16,0.0041653644;17,0.0040390627;18,0.0036796874;19,0.0036809896;20,0.0036627604;21,0.0037382813;22,0.0037877604;23,0.0038776041;24,0.004016927;25,0.0039622397;26,0.0037929688;27,0.0040195314;28,0.0039348956;29,0.004016927;30,0.003920573;31,0.0039921873;32,0.0037460937;33,0.0036614584;34,0.0037265625;35,0.003579427;36,0.003529948;37,0.003579427;38,0.00353125;39,0.0035625;40,0.0034348958;41,0.0035403646;42,0.0034609374;43,0.0034713543;44,0.003640625;45,0.0035195313;46,0.0033033853;47,0.0032539063;48,0.00165625;49,1.5234375E-4;50,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "mysticalagriculture:crafting:5", + "fortunes": { + "0": 2.4937, + "1": 2.4963, + "2": 3.12, + "3": 3.9883 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:lapis_ore:0", + "distrib": "0,0.0;1,4.1666666E-5;2,1.2890625E-4;3,1.9140624E-4;4,3.203125E-4;5,4.4140624E-4;6,5.039062E-4;7,6.015625E-4;8,7.005208E-4;9,6.5494794E-4;10,6.4192706E-4;11,6.5234373E-4;12,8.5677084E-4;13,9.778646E-4;14,8.580729E-4;15,8.2552084E-4;16,8.059896E-4;17,7.8255206E-4;18,7.070312E-4;19,6.5885414E-4;20,6.197917E-4;21,5.0651043E-4;22,3.671875E-4;23,3.841146E-4;24,3.6979167E-4;25,3.2942707E-4;26,2.3828125E-4;27,1.4453125E-4;28,8.723958E-5;29,2.0833333E-5;30,2.6041666E-6;31,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dye:4", + "fortunes": { + "0": 6.0257, + "1": 7.9961, + "2": 10.4366, + "3": 13.3536 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:11", + "distrib": "0,0.0;9,0.0;10,1.3020833E-6;11,5.2083333E-6;12,6.510417E-6;13,2.6041666E-6;14,3.90625E-6;15,5.2083333E-6;16,6.510417E-6;17,2.6041666E-6;18,5.2083333E-6;19,1.3020833E-6;20,0.0;21,5.2083333E-6;22,5.2083333E-6;23,1.0416667E-5;24,1.3020833E-6;25,5.2083333E-6;26,6.510417E-6;27,2.6041666E-6;28,7.8125E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:11", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:12", + "distrib": "0,0.0;7,0.0;8,1.3020833E-6;9,1.3020833E-6;10,0.0;11,2.6041666E-6;12,2.6041666E-6;13,5.2083333E-6;14,1.3020833E-6;15,7.8125E-6;16,6.510417E-6;17,5.2083333E-6;18,1.0416667E-5;19,5.2083333E-6;20,6.510417E-6;21,5.2083333E-6;22,3.90625E-6;23,2.6041666E-6;24,2.6041666E-6;25,5.2083333E-6;26,1.3020833E-6;27,3.90625E-6;28,2.6041666E-6;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:12", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:log2:1", + "distrib": "0,0.0;71,0.0;72,5.2083333E-6;73,2.6041666E-6;75,2.6041666E-6;76,0.0;77,0.0;78,1.3020833E-6;79,1.3020833E-6;80,0.0;90,0.0;91,2.6041666E-6;95,2.6041666E-6;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:grass_ambient:0", + "distrib": "0,0.0;61,0.0;62,5.2083333E-6;63,5.2083333E-6;64,6.510417E-6;65,2.6041666E-6;66,1.3020834E-5;67,5.2083333E-6;68,1.5625E-5;69,1.953125E-5;70,7.8125E-6;71,2.6041666E-6;72,2.6041666E-6;73,0.0;74,1.3020833E-6;75,0.0;76,5.2083333E-6;77,5.2083333E-6;78,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:log2:0", + "distrib": "0,0.0;62,0.0;63,3.90625E-6;64,5.2083333E-6;65,3.90625E-6;68,3.90625E-6;69,5.2083333E-6;70,3.90625E-6;71,2.6041666E-6;72,9.1145834E-5;73,2.890625E-4;74,3.372396E-4;75,3.6067708E-4;76,3.828125E-4;77,3.841146E-4;78,3.4635418E-4;79,2.643229E-4;80,3.3854165E-5;81,2.8645833E-5;82,3.2552085E-5;83,2.8645833E-5;84,2.734375E-5;85,2.2135417E-5;86,1.3020834E-5;87,9.114583E-6;88,6.510417E-6;89,5.2083333E-6;90,6.510417E-6;91,1.171875E-5;93,1.171875E-5;94,1.0416667E-5;95,1.0416667E-5;96,0.0;102,0.0;103,2.6041666E-6;104,2.6041666E-6;105,3.90625E-6;106,3.90625E-6;107,5.2083333E-6;108,3.90625E-6;109,1.3020833E-6;111,1.3020833E-6;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:13", + "distrib": "0,0.0;10,0.0;11,5.2083333E-6;12,5.2083333E-6;13,3.90625E-6;14,3.90625E-6;15,9.114583E-6;16,3.90625E-6;17,5.2083333E-6;19,5.2083333E-6;20,6.510417E-6;21,1.3020833E-6;22,6.510417E-6;23,9.114583E-6;24,6.510417E-6;25,6.510417E-6;26,1.3020833E-6;27,5.2083333E-6;28,5.2083333E-6;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:13", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:14", + "distrib": "0,0.0;7,0.0;8,1.3020833E-6;9,0.0;10,0.0;11,1.3020833E-6;12,6.510417E-6;13,5.2083333E-6;14,3.90625E-6;15,6.510417E-6;16,5.2083333E-6;17,7.8125E-6;18,1.4322916E-5;19,7.8125E-6;20,1.3020833E-6;21,2.6041666E-6;22,1.3020833E-6;23,5.2083333E-6;24,3.90625E-6;25,3.90625E-6;26,2.6041666E-6;27,7.8125E-6;28,5.2083333E-6;29,2.6041666E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "forestry:resources:0", + "distrib": "0,0.0;50,0.0;51,5.2083333E-6;52,1.06770836E-4;53,4.609375E-4;54,9.375E-4;55,0.0013463541;56,0.0015130208;57,0.0013216146;58,0.0012096354;59,0.0013072917;60,0.0012473959;61,0.0011796874;62,0.0012994792;63,0.0011080729;64,7.369792E-4;65,7.239583E-4;66,6.471354E-4;67,5.299479E-4;68,2.3697916E-4;69,6.119792E-5;70,6.25E-5;71,1.0546875E-4;72,2.0052084E-4;73,2.6041668E-4;74,2.5520835E-4;75,1.8489583E-4;76,1.7447917E-4;77,2.3828125E-4;78,3.1640625E-4;79,3.2161459E-4;80,2.513021E-4;81,1.6927083E-4;82,8.984375E-5;83,4.8177084E-5;84,4.296875E-5;85,7.942708E-5;86,1.1197916E-4;87,1.171875E-4;88,1.8098958E-4;89,1.9791667E-4;90,1.4583333E-4;91,1.1328125E-4;92,5.078125E-5;93,5.3385418E-5;94,4.0364583E-5;95,2.4739584E-5;96,1.0416667E-5;97,0.0;111,0.0;112,7.8125E-6;113,4.4270833E-5;114,6.770833E-5;115,6.640625E-5;116,3.515625E-5;117,1.4322916E-5;118,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:apatite:0", + "fortunes": { + "0": 3.996, + "1": 5.3334, + "2": 7.0503, + "3": 8.8357 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:10", + "distrib": "0,0.0;10,0.0;11,1.3020833E-6;12,5.2083333E-6;13,5.2083333E-6;14,6.510417E-6;15,9.114583E-6;16,6.510417E-6;17,5.2083333E-6;18,2.6041666E-6;19,7.8125E-6;20,1.3020833E-6;21,3.90625E-6;23,3.90625E-6;24,7.8125E-6;25,5.2083333E-6;26,6.510417E-6;27,6.510417E-6;28,3.90625E-6;29,1.3020833E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:mushroom:15", + "distrib": "0,0.0;10,0.0;11,7.8125E-6;12,3.90625E-6;13,6.510417E-6;14,5.2083333E-6;15,7.8125E-6;16,1.0416667E-5;17,2.6041666E-6;18,5.2083333E-6;19,2.6041666E-6;20,5.2083333E-6;21,1.0416667E-5;22,5.2083333E-6;23,6.510417E-6;24,2.6041666E-6;25,3.90625E-6;26,5.2083333E-6;27,3.90625E-6;28,5.2083333E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:15", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower1:6", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,3.90625E-6;74,2.6041666E-6;75,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "mod_lavacow:veil_shroom:0", + "distrib": "0,0.0;67,0.0;68,1.3020833E-6;69,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "mod_lavacow:veil_shroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower1:3", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower1:4", + "distrib": "0,0.0;77,0.0;78,2.6041666E-6;79,2.6041666E-6;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:iron_block:0", + "distrib": "0,0.0;54,0.0;55,1.6927082E-5;56,2.0833333E-5;57,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:doubleflower1:7", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "appliedenergistics2:charged_quartz_ore:0", + "distrib": "0,0.0;9,0.0;10,6.510417E-6;11,3.90625E-6;12,3.90625E-6;13,1.3020833E-6;14,1.0416667E-5;15,1.5625E-5;16,9.114583E-6;17,1.3020834E-5;18,5.2083333E-6;19,1.0416667E-5;20,4.8177084E-5;21,1.6927082E-5;22,3.2552085E-5;23,4.0364583E-5;24,3.3854165E-5;25,3.90625E-5;26,1.6927082E-5;27,2.9947916E-5;28,4.6875E-5;29,3.90625E-5;30,2.9947916E-5;31,1.953125E-5;32,3.90625E-5;33,3.515625E-5;34,4.9479168E-5;35,4.1666666E-5;36,5.078125E-5;37,5.9895832E-5;38,4.1666666E-5;39,4.1666666E-5;40,3.3854165E-5;41,5.598958E-5;42,5.078125E-5;43,4.4270833E-5;44,3.125E-5;45,4.4270833E-5;46,4.4270833E-5;47,3.6458332E-5;48,4.4270833E-5;49,3.90625E-5;50,4.0364583E-5;51,2.6041667E-5;52,2.8645833E-5;53,3.515625E-5;54,3.90625E-5;55,4.0364583E-5;56,1.953125E-5;57,2.4739584E-5;58,3.515625E-5;59,1.6927082E-5;60,1.3020833E-6;61,7.8125E-6;62,1.3020834E-5;63,1.0416667E-5;64,7.8125E-6;65,3.90625E-6;66,0.0;69,0.0;70,5.2083333E-6;71,1.3020833E-6;72,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "appliedenergistics2:material:1", + "fortunes": { + "0": 1.4306, + "1": 1.9794, + "2": 2.5038, + "3": 3.3234 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:antiwater:0", + "distrib": "0,0.0;12,0.0;13,5.2083333E-6;14,5.9895832E-5;15,0.0;21,0.0;22,2.734375E-5;23,6.901041E-5;24,1.3020833E-6;25,0.0;32,0.0;33,3.90625E-5;34,8.723958E-5;35,0.0;46,0.0;47,1.0416667E-5;48,4.4270833E-5;49,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:mud:0", + "distrib": "0,0.0;47,0.0;48,2.2135417E-5;49,2.9947916E-5;50,1.015625E-4;51,2.7734376E-4;52,2.9427084E-4;53,2.7083332E-4;54,2.7213542E-4;55,3.1119792E-4;56,0.0012747396;57,0.0013320312;58,0.0014231771;59,2.7213542E-4;60,3.7109375E-4;61,5.703125E-4;62,8.59375E-4;63,9.401042E-4;64,9.7265624E-4;65,2.3307292E-4;66,7.122396E-4;67,0.0015338542;68,0.0036210937;69,0.004716146;70,0.0045768227;71,0.001859375;72,3.8671875E-4;73,6.510417E-6;74,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "biomesoplenty:mudball:0", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs:3", + "distrib": "0,0.0;66,0.0;67,1.3020833E-6;68,1.3020833E-6;69,3.90625E-6;71,3.90625E-6;72,6.510417E-6;73,6.510417E-6;74,5.2083333E-6;75,5.2083333E-6;76,3.90625E-6;77,2.6041666E-6;78,3.90625E-6;79,5.2083333E-6;80,1.3020833E-6;86,1.3020833E-6;87,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:1", + "distrib": "0,0.0;11,0.0;12,1.171875E-5;13,1.2109375E-4;14,4.8958336E-4;15,6.744792E-4;16,4.53125E-4;17,1.1458333E-4;18,1.953125E-5;19,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:2", + "distrib": "0,0.0;47,0.0;48,1.171875E-5;49,5.078125E-5;50,1.0546875E-4;51,2.2916666E-4;52,4.1145834E-4;53,7.6432293E-4;54,0.0012877604;55,0.0016914062;56,0.0022226563;57,0.0026822917;58,0.002701823;59,0.0027565104;60,0.0023828126;61,0.0017434895;62,0.0012682292;63,8.4505207E-4;64,3.8671875E-4;65,2.0703125E-4;66,8.333333E-5;67,3.2552085E-5;68,1.5625E-5;69,2.6041666E-6;70,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:0", + "distrib": "0,0.0;24,0.0;25,1.3020834E-5;26,5.078125E-5;27,8.59375E-5;28,9.375E-5;29,1.4973959E-4;30,2.5390624E-4;31,4.296875E-4;32,6.080729E-4;33,7.3828123E-4;34,9.98698E-4;35,0.0012005208;36,0.0011692708;37,0.0012994792;38,0.0013997395;39,0.0013164063;40,0.0012317708;41,0.001123698;42,8.6458336E-4;43,7.070312E-4;44,5.9895834E-4;45,3.815104E-4;46,2.955729E-4;47,1.6015625E-4;48,7.942708E-5;49,4.0364583E-5;50,5.2083333E-6;51,0.0;52,2.6041666E-6;53,5.2083333E-6;54,5.2083333E-6;55,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:5", + "distrib": "0,0.0;12,0.0;13,1.3020833E-6;14,3.125E-5;15,8.984375E-5;16,3.0989584E-4;17,7.513021E-4;18,0.0013802083;19,0.0018502604;20,0.0021822916;21,0.0018033854;22,0.00121875;23,6.328125E-4;24,2.669271E-4;25,8.984375E-5;26,1.953125E-5;27,2.6041666E-6;28,2.6041666E-6;29,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:6", + "distrib": "0,0.0;22,0.0;23,6.510417E-6;24,1.3020833E-6;25,0.0;26,0.0;27,2.6041666E-6;28,1.0416667E-5;29,1.0416667E-5;30,1.3020834E-5;31,1.5625E-5;32,3.6458332E-5;33,2.734375E-5;34,1.5625E-5;35,2.6041667E-5;36,1.0416667E-5;37,4.5572917E-5;38,1.5625E-5;39,2.6041666E-6;40,1.8229166E-5;41,1.5625E-5;42,1.953125E-5;43,1.5625E-5;44,3.90625E-6;45,1.0416667E-5;46,1.171875E-5;47,1.8229166E-5;48,0.0;49,3.90625E-6;50,0.0;51,5.2083333E-6;52,0.0;55,0.0;56,2.6041666E-6;57,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:flower_pot:0", + "distrib": "0,0.0;54,0.0;55,6.380209E-5;56,0.0;60,0.0;61,9.765625E-5;62,0.0;66,0.0;67,1.3020834E-4;68,0.0;72,0.0;73,1.4453125E-4;74,0.0;78,0.0;79,1.4322916E-4;80,0.0;84,0.0;85,7.552083E-5;86,0.0;90,0.0;91,7.6822915E-5;92,0.0;96,0.0;97,1.3020834E-5;98,0.0;102,0.0;103,7.8125E-6;104,0.0;108,0.0;109,1.3020834E-5;110,0.0;114,0.0;115,2.6041666E-6;116,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + }, + { + "itemStack": "minecraft:flower_pot:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:3", + "distrib": "0,0.0;42,0.0;43,2.6041667E-5;44,4.0364583E-5;45,1.2630208E-4;46,2.2916666E-4;47,2.981771E-4;48,3.359375E-4;49,3.5677082E-4;50,2.3828125E-4;51,1.7317709E-4;52,6.25E-5;53,3.125E-5;54,1.4322916E-5;55,7.8125E-6;56,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:4", + "distrib": "0,0.0;18,0.0;19,1.0416667E-5;20,5.2083335E-5;21,1.0416667E-4;22,1.9791667E-4;23,3.9192708E-4;24,7.8515627E-4;25,0.001046875;26,0.001404948;27,0.0017135417;28,0.0018203125;29,0.0020963543;30,0.0017447916;31,0.0013763021;32,9.804687E-4;33,7.005208E-4;34,3.4244792E-4;35,1.875E-4;36,9.635417E-5;37,4.4270833E-5;38,1.0416667E-5;39,9.114583E-6;40,2.6041666E-6;41,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:clay:0", + "distrib": "0,0.0;31,0.0;32,1.3020833E-6;33,2.6041666E-6;34,1.3020833E-6;35,2.6041666E-6;36,5.2083333E-6;37,9.114583E-6;38,2.2135417E-5;39,1.3020834E-5;40,7.8125E-6;41,6.510417E-6;42,6.510417E-6;43,2.6041666E-6;44,9.114583E-6;45,3.90625E-6;46,1.4322916E-5;47,1.5625E-5;48,5.2083333E-6;49,1.3020833E-6;50,1.3020834E-5;51,3.515625E-5;52,1.0416667E-4;53,2.265625E-4;54,2.643229E-4;55,3.4244792E-4;56,2.7734376E-4;57,2.4348959E-4;58,3.0989584E-4;59,3.1510417E-4;60,3.6979167E-4;61,3.8541667E-4;62,1.09375E-4;63,3.125E-5;64,0.0;66,0.0;67,1.5625E-5;68,5.078125E-5;69,1.09375E-4;70,7.8125E-6;71,0.0;73,0.0;74,1.3020833E-6;75,3.90625E-6;76,1.0416667E-5;77,6.510417E-6;78,1.3020833E-6;79,0.0;80,0.0;81,1.3020833E-6;82,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:clay_ball:0", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:yellow_flower:0", + "distrib": "0,0.0;12,0.0;13,2.6041666E-6;14,0.0;16,0.0;17,1.3020833E-6;18,0.0;20,0.0;21,1.3020833E-6;22,0.0;23,1.3020833E-6;24,0.0;25,0.0;26,3.90625E-6;27,1.3020833E-6;29,1.3020833E-6;30,0.0;38,0.0;39,3.90625E-6;40,0.0;43,0.0;44,2.6041666E-6;45,0.0;50,0.0;51,1.3020833E-6;52,1.3020833E-6;53,0.0;54,0.0;55,6.510417E-6;56,0.0;60,0.0;61,4.4270833E-5;62,0.0;63,4.4270833E-5;64,1.8229166E-5;65,1.4322916E-5;66,1.171875E-5;67,6.510417E-5;68,2.6041666E-6;69,2.0833333E-5;70,2.734375E-5;71,1.3020834E-5;72,3.6458333E-4;73,5.2473956E-4;74,2.4739584E-5;75,5.2083333E-6;76,2.6041666E-6;77,0.0;78,6.25E-5;79,1.4973959E-4;80,0.0;83,0.0;84,6.510417E-6;85,5.46875E-5;86,0.0;87,1.3020833E-6;88,1.3020833E-6;89,0.0;90,7.8125E-6;91,7.6822915E-5;92,1.3020833E-6;93,0.0;94,1.3020833E-6;95,3.90625E-6;96,0.0;97,5.2083333E-6;98,0.0;102,0.0;103,3.90625E-6;104,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:yellow_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass_pane:0", + "distrib": "0,0.0;54,0.0;55,5.078125E-5;56,4.6875E-5;57,3.125E-5;58,0.0;59,0.0;60,5.859375E-5;61,2.799479E-4;62,2.5E-4;63,1.875E-4;64,0.0;65,0.0;66,9.375E-5;67,4.0364583E-4;68,3.75E-4;69,2.486979E-4;70,0.0;71,0.0;72,7.5390626E-4;73,0.001701823;74,0.0016953124;75,2.7734376E-4;76,0.0;77,4.6875E-5;78,6.6145835E-4;79,0.0015117187;80,9.0625E-4;81,1.25E-4;82,0.0;83,0.0;84,3.6979167E-4;85,8.424479E-4;86,8.3072914E-4;87,1.25E-4;88,0.0;89,0.0;90,3.6197915E-4;91,8.1380206E-4;92,8.046875E-4;93,1.25E-4;94,0.0;95,1.171875E-4;96,4.9479168E-5;97,8.0729165E-5;98,8.0729165E-5;99,3.125E-5;100,0.0;101,0.0;102,5.2083335E-5;103,8.333333E-5;104,8.333333E-5;105,3.125E-5;106,0.0;107,0.0;108,5.2083335E-5;109,5.7291665E-5;110,5.7291665E-5;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:item_canola_seed:0", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;66,1.3020833E-6;67,3.90625E-6;68,2.6041666E-6;69,5.2083333E-6;70,2.6041666E-6;71,3.90625E-6;72,2.34375E-5;73,3.90625E-6;74,2.6041666E-6;75,0.0;76,1.3020833E-6;77,0.0;78,5.2083333E-6;79,3.90625E-6;80,0.0;83,0.0;84,1.3020833E-6;86,1.3020833E-6;87,0.0;89,0.0;90,1.3020833E-6;91,0.0;95,0.0;96,1.3020833E-6;97,0.0;105,0.0;106,1.3020833E-6;107,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_canola_seed:0", + "fortunes": { + "0": 1.7096, + "1": 2.2762, + "2": 2.8504, + "3": 3.4033 + } + }, + { + "itemStack": "actuallyadditions:item_misc:13", + "fortunes": { + "0": 2.9995, + "1": 3.0199, + "2": 3.0195, + "3": 3.0028 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass_pane:3", + "distrib": "0,0.0;53,0.0;54,1.8229166E-5;55,8.4635416E-5;56,8.0729165E-5;57,6.25E-5;58,0.0;59,0.0;60,6.25E-5;61,2.1354167E-4;62,1.9921875E-4;63,1.2630208E-4;64,0.0;65,0.0;66,1.484375E-4;67,5.963542E-4;68,5.8723957E-4;69,3.815104E-4;70,0.0;71,0.0;72,0.0017734375;73,0.0027591146;74,0.0027395834;75,7.578125E-4;76,2.0703125E-4;77,3.0859376E-4;78,0.0019492188;79,0.0027135417;80,0.0013710938;81,3.9583334E-4;82,1.15885414E-4;83,1.0416667E-4;84,7.7734375E-4;85,0.0012486979;86,0.0013111979;87,3.828125E-4;88,0.0;89,0.0;90,4.84375E-4;91,8.125E-4;92,9.960937E-4;93,1.71875E-4;94,0.0;95,2.34375E-5;96,1.06770836E-4;97,1.6276042E-4;98,1.5885416E-4;99,0.0;101,0.0;102,1.09375E-4;103,1.5885416E-4;104,1.5885416E-4;105,0.0;107,0.0;108,6.25E-5;109,1.1197916E-4;110,1.1197916E-4;111,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_glass_pane:7", + "distrib": "0,0.0;53,0.0;54,9.375E-5;55,1.3411458E-4;56,1.25E-4;57,3.125E-5;58,0.0;59,0.0;60,2.5E-4;61,3.7630208E-4;62,3.5416667E-4;63,9.375E-5;64,0.0;65,0.0;66,2.981771E-4;67,4.453125E-4;68,4.2447916E-4;69,1.15885414E-4;70,0.0;71,0.0;72,9.1145834E-4;73,0.0013880208;74,0.0013606771;75,1.7578126E-4;76,0.0;77,0.0;78,8.411458E-4;79,0.0013567709;80,6.2239583E-4;81,1.1328125E-4;82,0.0;83,0.0;84,4.0234375E-4;85,7.1875E-4;86,7.0963544E-4;87,1.25E-4;88,0.0;89,0.0;90,3.5807292E-4;91,7.3828123E-4;92,7.2786456E-4;93,1.25E-4;94,0.0;95,2.34375E-5;96,0.0;97,1.328125E-4;98,1.2760417E-4;99,3.125E-5;100,0.0;102,0.0;103,1.2630208E-4;104,1.2109375E-4;105,3.125E-5;106,0.0;108,0.0;109,1.2890625E-4;110,1.2630208E-4;111,3.125E-5;112,0.0;", + "silktouch": true, + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs:1", + "distrib": "0,0.0;70,0.0;71,1.3020833E-6;72,1.3020833E-6;73,2.6041666E-6;75,2.6041666E-6;76,1.3020833E-6;77,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs:2", + "distrib": "0,0.0;71,0.0;72,7.8125E-6;73,9.114583E-6;74,1.0416667E-5;77,1.0416667E-5;78,9.114583E-6;79,9.114583E-6;80,2.6041666E-6;81,1.3020833E-6;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:overworld_logs:0", + "distrib": "0,0.0;66,0.0;67,1.3020833E-6;68,1.3020833E-6;69,6.510417E-6;71,6.510417E-6;72,9.114583E-6;73,1.0416667E-5;74,5.2083333E-6;75,6.510417E-6;76,6.510417E-6;77,2.6041666E-6;78,3.90625E-6;79,3.90625E-6;80,0.0;91,0.0;92,1.3020833E-6;95,1.3020833E-6;96,0.0;108,0.0;109,1.3020833E-6;113,1.3020833E-6;114,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:hard_ice:0", + "distrib": "0,0.0;25,0.0;26,2.6041666E-6;27,8.723958E-5;33,8.723958E-5;34,8.4635416E-5;35,8.333333E-5;36,9.244792E-5;37,4.8307292E-4;38,5.1953126E-4;39,5.039062E-4;40,5.039062E-4;41,5.026042E-4;42,5.039062E-4;43,4.2447916E-4;44,4.1145834E-4;45,4.2447916E-4;46,4.2708335E-4;47,4.5572917E-4;48,5.455729E-4;49,6.341146E-4;50,6.484375E-4;51,6.510417E-4;52,6.5364584E-4;53,1.4453125E-4;54,1.4453125E-4;55,1.4583333E-4;56,1.484375E-4;57,2.0833334E-4;58,2.1744792E-4;59,3.0078125E-4;60,4.609375E-4;61,5.4166664E-4;62,6.210937E-4;63,6.3541665E-4;64,4.84375E-4;65,4.9479166E-4;66,6.0677086E-4;67,9.0104167E-4;68,0.0011354167;69,0.0011835938;70,0.0012083333;71,0.0012135417;72,0.0013945312;73,0.0019036458;74,0.0024401043;75,0.002623698;76,0.002579427;77,0.0023190104;78,0.0023164062;79,0.0023203124;80,8.203125E-4;81,8.3203125E-4;82,5.8203127E-4;83,5.8072916E-4;84,5.7552085E-4;85,5.6770834E-4;86,5.5598957E-4;87,5.520833E-4;88,3.5807292E-4;89,7.421875E-5;90,4.9479168E-5;91,3.90625E-5;92,3.2552085E-5;93,2.734375E-5;94,1.953125E-5;95,1.3020834E-5;96,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:leaves:2", + "distrib": "0,0.0;65,0.0;66,2.4739584E-5;67,2.734375E-5;68,1.09375E-4;69,1.4713542E-4;70,1.5494792E-4;71,1.6536459E-4;72,1.6796876E-4;73,2.1744792E-4;74,5.4166664E-4;75,0.0018645833;76,0.002813802;77,0.0028476561;78,0.0020690104;79,8.8151044E-4;80,8.203125E-5;81,9.375E-5;82,1.02864586E-4;83,1.0807292E-4;84,1.5755209E-4;85,1.09375E-4;86,7.6822915E-5;87,2.1484375E-4;88,2.2265625E-4;89,1.3151042E-4;90,5.598958E-5;91,4.0364583E-5;92,5.7291665E-5;93,4.9479168E-5;94,7.942708E-5;95,7.942708E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:2", + "fortunes": { + "0": 0.0496, + "1": 0.0591, + "2": 0.0826, + "3": 0.0994 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:leaves:1", + "distrib": "0,0.0;63,0.0;64,2.6041667E-5;65,6.640625E-5;66,1.5104166E-4;67,1.8880208E-4;68,2.0442708E-4;69,2.643229E-4;70,3.3854166E-4;71,5.4166664E-4;72,0.0030833334;73,0.0024088542;74,0.0025520832;75,0.0031132812;76,0.0034947917;77,0.0026184896;78,0.0024752605;79,0.00221875;80,3.6458333E-4;81,3.984375E-4;82,4.3229168E-4;83,4.388021E-4;84,3.2682292E-4;85,2.669271E-4;86,1.4192708E-4;87,1.09375E-4;88,9.375E-5;89,1.5625E-5;90,4.5572917E-5;91,2.2135417E-5;92,6.510417E-6;93,7.8125E-5;94,1.5625E-5;95,5.3385418E-5;96,9.244792E-5;97,1.8229166E-5;98,2.6041666E-6;99,1.3020833E-6;100,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:1", + "fortunes": { + "0": 0.055, + "1": 0.0668, + "2": 0.0802, + "3": 0.0992 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "actuallyadditions:item_coffee_seed:0", + "distrib": "0,0.0;62,0.0;63,7.8125E-6;64,2.6041666E-6;65,1.3020833E-6;66,2.6041666E-6;67,5.2083333E-6;68,1.3020833E-6;69,0.0;70,3.90625E-6;71,1.3020833E-6;72,1.6927082E-5;73,5.2083333E-6;74,2.6041666E-6;75,1.3020833E-6;76,0.0;77,0.0;78,5.2083333E-6;79,0.0;80,1.3020833E-6;81,0.0;91,0.0;92,1.3020833E-6;93,0.0;97,0.0;98,1.3020833E-6;99,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_coffee_seed:0", + "fortunes": { + "0": 1.7156, + "1": 2.2923, + "2": 2.8629, + "3": 3.4214 + } + }, + { + "itemStack": "actuallyadditions:item_coffee_beans:0", + "fortunes": { + "0": 2.4921, + "1": 2.4939, + "2": 2.496, + "3": 2.4944 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:cactus:0", + "distrib": "0,0.0;62,0.0;63,3.90625E-6;64,0.0;67,0.0;68,1.3020833E-6;69,2.6041666E-6;70,9.114583E-6;71,2.6041666E-6;72,6.510417E-6;73,0.0;77,0.0;78,1.3020833E-6;79,1.3020833E-6;80,2.6041666E-6;81,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cactus:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:leaves:3", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;65,5.2083333E-6;66,2.34375E-5;67,2.6041667E-5;68,1.0416667E-5;69,2.6041666E-6;70,1.0416667E-5;71,6.510417E-6;72,0.0024375;73,0.0012070312;74,2.5651042E-4;75,1.7447917E-4;76,1.8359374E-4;77,1.4192708E-4;78,3.8932293E-4;79,4.609375E-4;80,1.7708333E-4;81,1.6015625E-4;82,8.4635416E-5;83,2.0182291E-4;84,2.2786458E-4;85,1.15885414E-4;86,2.34375E-5;87,3.90625E-6;88,0.0;89,8.0729165E-5;90,1.0026042E-4;91,3.3854165E-5;92,1.40625E-4;93,1.09375E-4;94,1.06770836E-4;95,2.2135417E-5;96,8.333333E-5;97,1.3020834E-5;98,3.90625E-6;99,0.0;100,1.3020833E-6;101,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:3", + "fortunes": { + "0": 0.0261, + "1": 0.0302, + "2": 0.0289, + "3": 0.0408 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:bookshelf:0", + "distrib": "0,0.0;53,0.0;54,5.9895832E-5;55,5.3385418E-5;56,1.4322916E-5;57,0.0;59,0.0;60,1.4973959E-4;61,1.328125E-4;62,4.9479168E-5;63,0.0;65,0.0;66,2.03125E-4;67,1.8619791E-4;68,5.3385418E-5;69,0.0;71,0.0;72,2.734375E-4;73,2.4739583E-4;74,7.421875E-5;75,0.0;77,0.0;78,2.03125E-4;79,1.8619791E-4;80,4.1666666E-5;81,0.0;83,0.0;84,1.4973959E-4;85,1.2630208E-4;86,4.0364583E-5;87,0.0;89,0.0;90,1.02864586E-4;91,9.244792E-5;92,3.515625E-5;93,0.0;95,0.0;96,1.953125E-5;97,1.8229166E-5;98,2.6041666E-6;99,0.0;101,0.0;102,1.3020834E-5;103,1.3020834E-5;104,5.2083333E-6;105,0.0;107,0.0;108,9.114583E-6;109,9.114583E-6;110,3.90625E-6;111,0.0;113,0.0;114,2.6041666E-6;115,2.6041666E-6;116,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:book:0", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "thaumcraft:shimmerleaf:0", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;66,1.3020833E-6;67,2.6041666E-6;68,0.0;69,0.0;70,2.6041666E-6;71,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:shimmerleaf:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "natura:bluebells_flower:0", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;67,0.0;68,2.6041666E-6;69,0.0;71,0.0;72,1.953125E-5;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:bluebells_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_1:0", + "distrib": "0,0.0;62,0.0;63,1.6927082E-5;64,3.75E-4;65,3.3854165E-5;66,2.4739584E-5;67,1.953125E-5;68,1.6927082E-5;69,1.171875E-5;70,1.6927082E-5;71,1.4322916E-5;72,0.0012265625;73,1.171875E-5;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_1:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_1:3", + "distrib": "0,0.0;10,0.0;11,1.0416667E-5;12,9.114583E-6;14,9.114583E-6;15,6.510417E-6;16,3.90625E-6;17,1.5625E-5;18,5.2083333E-6;19,1.0416667E-5;20,7.8125E-6;21,1.171875E-5;22,7.8125E-6;23,6.510417E-6;24,2.6041666E-6;25,7.8125E-6;26,9.114583E-6;27,1.6927082E-5;28,5.2083333E-6;29,6.510417E-6;30,1.0416667E-5;31,2.6041666E-6;32,5.2083333E-6;33,1.4322916E-5;34,9.114583E-6;35,2.6041666E-6;36,7.8125E-6;37,3.90625E-6;38,1.171875E-5;39,6.510417E-6;40,7.8125E-6;41,7.8125E-6;42,6.510417E-6;43,3.90625E-6;44,6.510417E-6;45,1.0416667E-5;46,5.2083333E-6;47,3.90625E-6;48,0.0;49,3.90625E-6;50,0.0;51,0.0;52,1.3020833E-6;53,0.0;54,2.6041666E-6;55,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_1:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_1:4", + "distrib": "0,0.0;75,0.0;76,1.3020833E-6;77,0.0;78,1.3020833E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_1:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_1:1", + "distrib": "0,0.0;62,0.0;63,6.510417E-6;64,3.90625E-6;65,0.0;71,0.0;72,3.6458332E-5;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_1:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_1:2", + "distrib": "0,0.0;77,0.0;78,2.734375E-5;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_1:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:cobblestone_wall:0", + "distrib": "0,0.0;71,0.0;72,0.004470052;73,0.0021510418;74,0.0011692708;75,6.0416665E-4;76,1.4453125E-4;77,9.244792E-5;78,0.0012174479;79,4.4010417E-4;80,8.333333E-5;81,6.770833E-5;82,4.1666666E-5;83,2.2135417E-5;84,2.5390624E-4;85,5.46875E-5;86,4.4270833E-5;87,5.2083333E-6;88,2.6041666E-6;89,2.6041666E-6;90,3.502604E-4;91,4.9479168E-5;92,4.4270833E-5;93,3.125E-5;94,2.8645833E-5;95,2.6041667E-5;96,1.8229167E-4;97,5.2083333E-6;98,5.2083333E-6;99,2.6041666E-6;100,2.6041666E-6;101,0.0;102,3.90625E-6;103,1.3020833E-6;104,1.3020833E-6;105,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone_wall:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "randomthings:glowingmushroom:0", + "distrib": "0,0.0;10,0.0;11,6.510417E-6;12,1.3020834E-5;13,1.0416667E-5;14,1.0416667E-5;15,6.510417E-6;16,1.0416667E-5;17,1.3020834E-5;18,1.3020834E-5;19,1.953125E-5;20,6.510417E-6;21,6.510417E-6;22,1.3020834E-5;23,7.8125E-6;24,1.3020834E-5;25,5.2083333E-6;26,6.510417E-6;27,1.171875E-5;28,1.3020833E-6;29,3.90625E-6;30,0.0;31,5.2083333E-6;32,2.6041666E-6;33,1.171875E-5;34,9.114583E-6;35,9.114583E-6;36,1.3020834E-5;37,7.8125E-6;38,1.171875E-5;39,5.2083333E-6;40,3.90625E-6;41,5.2083333E-6;42,7.8125E-6;43,1.3020833E-6;44,2.6041666E-6;45,0.0;46,5.2083333E-6;47,0.0;48,2.6041666E-6;49,3.90625E-6;50,1.3020833E-6;51,1.3020833E-6;52,7.8125E-6;53,5.2083333E-6;54,2.6041666E-6;55,0.0;59,0.0;60,2.6041666E-6;61,0.0;62,0.0;63,2.6041666E-6;64,3.90625E-6;65,2.6041666E-6;66,1.3020833E-6;67,0.0;69,0.0;70,3.90625E-6;71,0.0;72,2.6041666E-6;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:glowingmushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:vine:0", + "distrib": "0,0.0;61,0.0;62,3.90625E-6;63,2.1614584E-4;64,0.0;65,1.5625E-5;66,4.4270833E-5;67,6.640625E-5;68,7.6822915E-5;69,8.4635416E-5;70,8.0729165E-5;71,7.03125E-5;72,2.2786458E-4;73,3.815104E-4;74,9.856771E-4;75,0.0010247396;76,0.0011171876;77,0.00109375;78,9.947916E-4;79,9.401042E-4;80,2.9296876E-4;81,2.486979E-4;82,2.3958333E-4;83,2.2786458E-4;84,2.1484375E-4;85,2.0572917E-4;86,2.1484375E-4;87,2.0703125E-4;88,2.1614584E-4;89,2.3177083E-4;90,2.4088542E-4;91,2.6041668E-4;92,2.643229E-4;93,2.5520835E-4;94,2.3567709E-4;95,2.2786458E-4;96,1.6927082E-5;97,1.6927082E-5;98,2.6041667E-5;99,3.125E-5;100,3.125E-5;101,4.1666666E-5;102,3.90625E-5;103,4.1666666E-5;104,4.0364583E-5;105,3.2552085E-5;106,2.8645833E-5;107,3.125E-5;108,3.125E-5;109,2.0833333E-5;110,2.4739584E-5;111,2.4739584E-5;112,5.2083333E-6;113,3.90625E-6;114,2.6041666E-6;115,1.3020833E-6;117,1.3020833E-6;118,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "contenttweaker:recursive_stone:0", + "distrib": "0,0.0;107,0.0;108,2.734375E-5;109,0.0;126,0.0;127,2.734375E-5;128,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "thermalfoundation:fluid_crude_oil:0", + "distrib": "0,0.0;26,0.0;27,1.4322916E-5;28,5.9895832E-5;29,6.510417E-5;30,2.34375E-5;31,0.0;40,0.0;41,2.9947916E-5;42,4.5572917E-5;43,1.8229166E-5;44,3.125E-5;45,4.6875E-5;46,3.2552085E-5;47,1.3020833E-6;48,0.0;50,0.0;51,1.171875E-5;52,3.2552085E-5;53,3.7760416E-5;54,2.8645833E-5;55,5.2083333E-6;56,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:fence:0", + "distrib": "0,0.0;2,0.0;3,2.6041667E-5;4,2.6041667E-5;5,0.0;8,0.0;9,3.3854165E-5;10,9.1145834E-5;11,8.854167E-5;12,1.19791664E-4;13,1.6927083E-4;14,1.796875E-4;15,2.3567709E-4;16,2.8645832E-4;17,4.700521E-4;18,4.7526043E-4;19,4.9479166E-4;20,5.7421875E-4;21,5.963542E-4;22,8.0208335E-4;23,8.9453126E-4;24,7.565104E-4;25,5.0651043E-4;26,4.7265625E-4;27,6.953125E-4;28,8.0208335E-4;29,5.8072916E-4;30,4.3098957E-4;31,4.21875E-4;32,4.2708335E-4;33,3.2552084E-4;34,1.9270834E-4;35,2.2005208E-4;36,2.4739583E-4;37,3.0078125E-4;38,2.9296876E-4;39,2.5E-4;40,4.296875E-4;41,5.963542E-4;42,3.7760416E-4;43,1.15885414E-4;44,8.723958E-5;45,1.2630208E-4;46,1.3020834E-4;47,5.9895832E-5;48,7.8125E-6;49,0.0;53,0.0;54,2.0833333E-5;55,0.0;59,0.0;60,6.510417E-5;61,0.0;65,0.0;66,1.328125E-4;67,0.0;71,0.0;72,2.2526042E-4;73,5.2083333E-6;74,0.0;77,0.0;78,1.5494792E-4;79,0.0;83,0.0;84,1.484375E-4;85,0.0;89,0.0;90,1.015625E-4;91,1.0416667E-5;92,0.0;95,0.0;96,7.8125E-6;97,0.0;101,0.0;102,5.2083333E-6;103,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:acacia_door:0", + "distrib": "0,0.0;71,0.0;72,1.8619791E-4;73,1.8489583E-4;74,0.0;77,0.0;78,4.4270833E-5;79,4.4270833E-5;80,0.0;83,0.0;84,7.8125E-6;85,7.8125E-6;86,0.0;89,0.0;90,1.5625E-5;91,1.5625E-5;92,0.0;95,0.0;96,1.0416667E-5;97,1.0416667E-5;98,0.0;107,0.0;108,2.6041666E-6;109,2.6041666E-6;110,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:acacia_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "abyssalcraft:coraliumore:0", + "distrib": "0,0.0;1,3.90625E-6;2,2.6041666E-6;3,6.510417E-6;4,2.2135417E-5;5,2.8645833E-5;6,2.2135417E-5;7,1.6927082E-5;8,1.6927082E-5;9,3.7760416E-5;10,2.4739584E-5;11,3.2552085E-5;12,2.734375E-5;13,3.125E-5;14,2.9947916E-5;15,1.3020834E-5;16,3.7760416E-5;17,2.4739584E-5;18,3.3854165E-5;19,1.953125E-5;20,2.34375E-5;21,2.6041667E-5;22,2.34375E-5;23,4.5572917E-5;24,1.4322916E-5;25,1.6927082E-5;26,3.7760416E-5;27,3.3854165E-5;28,2.4739584E-5;29,5.598958E-5;30,3.125E-5;31,2.2135417E-5;32,3.125E-5;33,2.6041667E-5;34,1.953125E-5;35,2.6041667E-5;36,2.4739584E-5;37,3.2552085E-5;38,2.8645833E-5;39,2.9947916E-5;40,2.2135417E-5;41,1.6927082E-5;42,1.953125E-5;43,2.4739584E-5;44,1.5625E-5;45,1.3020834E-5;46,3.2552085E-5;47,4.296875E-5;48,1.953125E-5;49,1.953125E-5;50,1.4322916E-5;51,3.3854165E-5;52,3.6458332E-5;53,1.6927082E-5;54,2.34375E-5;55,2.0833333E-5;56,1.8229166E-5;57,1.6927082E-5;58,1.6927082E-5;59,2.6041667E-5;60,5.2083333E-6;61,5.2083333E-6;62,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "abyssalcraft:coralium:0", + "fortunes": { + "0": 1.9896, + "1": 2.6813, + "2": 3.397, + "3": 4.3822 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:0", + "distrib": "0,0.0;62,0.0;63,7.8125E-6;64,0.0;65,1.0416667E-5;66,2.6041666E-6;67,1.3020833E-6;68,1.3020833E-6;69,3.90625E-6;70,2.6041666E-6;71,3.90625E-6;72,3.90625E-6;73,1.4322916E-5;74,1.3020833E-6;75,0.0;76,2.6041666E-6;77,1.3020833E-6;78,2.6041666E-6;79,0.0;80,1.3020833E-6;81,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:1", + "distrib": "0,0.0;62,0.0;63,5.2083333E-6;64,5.2083333E-6;65,0.0;71,0.0;72,2.9947916E-5;73,2.8645833E-5;74,0.0;76,0.0;77,1.3020833E-6;78,1.3020833E-6;79,0.0;89,0.0;90,5.2083333E-6;91,0.0;95,0.0;96,6.510417E-6;97,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:7", + "distrib": "0,0.0;52,0.0;53,0.01214974;54,0.0038190105;55,0.0036328125;56,0.003796875;57,0.011791667;58,0.012485677;59,0.023476563;60,0.007473958;61,0.006864583;62,0.006972656;63,0.020938803;64,0.021933593;65,0.033561196;66,0.010769531;67,0.009683594;68,0.009903646;69,0.029329427;70,0.03377995;71,0.041760415;72,0.009188802;73,0.006613281;74,0.0074335937;75,0.035006512;76,0.0405625;77,0.032358073;78,0.0069765626;79,0.005986979;80,0.0034335938;81,0.017298177;82,0.019972656;83,0.01729427;84,0.003765625;85,0.0029479167;86,0.0029466145;87,0.015983073;88,0.02001172;89,0.01514323;90,0.0033580728;91,0.0025898437;92,0.0025221354;93,0.014196615;94,0.017877605;95,0.010821614;96,3.125E-4;97,1.796875E-4;98,2.0182291E-4;99,0.0016510417;100,0.0016432292;101,0.0011614583;102,3.1510417E-4;103,1.953125E-4;104,1.6276042E-4;105,0.001295573;106,0.001296875;107,0.0011380209;108,3.4765626E-4;109,1.5755209E-4;110,1.71875E-4;111,0.001328125;112,3.3203125E-4;113,2.7734376E-4;114,1.02864586E-4;115,3.125E-5;116,3.125E-5;117,3.3203125E-4;118,3.3203125E-4;119,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:8", + "distrib": "0,0.0;52,0.0;53,0.008342448;54,0.0026367188;55,0.0024648437;56,0.0024895833;57,0.007386719;58,0.008261719;59,0.016026042;60,0.005502604;61,0.0050091147;62,0.005158854;63,0.014144531;64,0.015688801;65,0.022037761;66,0.0073020835;67,0.0065546874;68,0.0066497396;69,0.018886719;70,0.02250651;71,0.02932552;72,0.007578125;73,0.0051914062;74,0.005720052;75,0.023709636;76,0.029565103;77,0.022200521;78,0.0062096356;79,0.0049908855;80,0.0026614584;81,0.010048177;82,0.013424479;83,0.011942708;84,0.0034596354;85,0.0024153646;86,0.002467448;87,0.009990886;88,0.013546875;89,0.011907552;90,0.0031067708;91,0.0019166666;92,0.0020546876;93,0.009243489;94,0.011221354;95,0.0068802084;96,5.4296874E-4;97,4.0755208E-4;98,3.9583334E-4;99,0.0027395834;100,0.0029583334;101,0.0023424479;102,4.6223958E-4;103,2.7213542E-4;104,3.0989584E-4;105,0.0024427082;106,0.0025546874;107,0.0019752604;108,3.9322916E-4;109,2.0442708E-4;110,2.3307292E-4;111,0.0020690104;112,3.3203125E-4;113,3.2942707E-4;114,2.4739584E-5;115,2.4739584E-5;116,2.6041667E-5;117,3.3203125E-4;119,3.3203125E-4;120,3.2552085E-5;121,3.125E-5;122,3.7760416E-5;123,3.3203125E-4;124,3.3203125E-4;125,0.0;126,0.0;127,3.2552085E-5;128,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:9", + "distrib": "0,0.0;40,0.0;41,7.8125E-6;42,0.0;52,0.0;53,0.0075364583;54,0.002470052;55,0.0021927084;56,0.002248698;57,0.0065963543;58,0.0076458333;59,0.015992187;60,0.005192708;61,0.004673177;62,0.0047760415;63,0.013841146;64,0.01615625;65,0.025860677;66,0.008149739;67,0.0072395834;68,0.007321615;69,0.021484375;70,0.02548698;71,0.040678386;72,0.007902344;73,0.005434896;74,0.0060546873;75,0.026082031;76,0.030660156;77,0.027404947;78,0.0068020835;79,0.005076823;80,0.0028515626;81,0.011609375;82,0.014188802;83,0.0126953125;84,0.003359375;85,0.0024518229;86,0.0024856771;87,0.010302084;88,0.014364583;89,0.014194011;90,0.0033164062;91,0.0023997396;92,0.002421875;93,0.0099440105;94,0.013802083;95,0.009848958;96,7.1484374E-4;97,4.986979E-4;98,5.533854E-4;99,0.0026445312;100,0.0028632812;101,0.00240625;102,6.263021E-4;103,4.361979E-4;104,4.609375E-4;105,0.0023125;106,0.00253125;107,0.0014778646;108,3.671875E-4;109,2.3177083E-4;110,2.2265625E-4;111,0.0016263021;112,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:8", + "distrib": "0,0.0;62,0.0;63,1.3020834E-5;64,1.3020833E-6;65,1.3020833E-6;66,0.0;67,1.3020833E-6;68,1.0416667E-5;69,5.2083335E-5;70,2.9947916E-5;71,1.3020834E-5;72,2.2135417E-5;73,2.0833333E-5;74,1.4322916E-5;75,1.4322916E-5;76,2.6041666E-6;77,3.90625E-6;78,4.5572917E-5;79,4.0364583E-5;80,1.3020833E-6;81,0.0;88,0.0;89,2.6041666E-6;90,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:9", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;65,1.8229166E-5;66,5.2083333E-6;67,0.0;68,1.3020833E-6;69,1.3020833E-6;70,1.171875E-5;71,1.0416667E-5;72,3.2552085E-5;73,9.114583E-6;74,1.6927082E-5;75,3.90625E-6;76,0.0;83,0.0;84,2.6041666E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:6", + "distrib": "0,0.0;62,0.0;63,1.3020833E-6;64,0.0;65,0.0;66,3.90625E-6;67,1.3020833E-6;68,0.0;69,0.0;70,1.0416667E-5;71,7.8125E-6;72,1.171875E-5;73,1.5625E-5;74,0.0;75,2.6041666E-6;76,0.0;77,0.0;78,6.510417E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:7", + "distrib": "0,0.0;62,0.0;63,1.5625E-5;64,5.2083333E-6;65,0.0;66,0.0;67,2.6041666E-6;68,3.90625E-6;69,0.0;70,5.2083333E-6;71,1.3020833E-6;72,1.6927082E-5;73,3.90625E-6;74,0.0;83,0.0;84,1.3020833E-6;85,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:4", + "distrib": "0,0.0;66,0.0;67,3.90625E-6;68,3.90625E-6;69,1.3020833E-6;70,1.3020833E-6;71,0.0;72,1.3020833E-6;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:flower_0:5", + "distrib": "0,0.0;63,0.0;64,1.3020833E-6;68,1.3020833E-6;69,6.510417E-6;70,2.6041666E-6;71,2.6041666E-6;72,3.90625E-5;73,1.0416667E-5;74,7.8125E-6;75,2.6041666E-6;76,3.90625E-6;77,5.2083333E-6;78,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:flower_0:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:prismarine:0", + "distrib": "0,0.0;38,0.0;39,0.0016263021;40,6.510417E-6;41,3.3984374E-4;42,1.953125E-5;43,8.424479E-4;44,6.380209E-5;45,3.372396E-4;46,6.119792E-5;47,9.778646E-4;48,1.8229166E-5;49,4.8177084E-5;50,2.0833333E-5;51,3.0338543E-4;52,0.0;54,0.0;55,8.333333E-5;56,0.0;59,0.0;60,1.0416667E-5;61,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:prismarine:1", + "distrib": "0,0.0;34,0.0;35,7.8125E-6;36,1.5625E-5;37,3.3854165E-5;38,5.078125E-5;39,1.5625E-4;40,5.768229E-4;41,1.8098958E-4;42,6.471354E-4;43,3.5677082E-4;44,5.2473956E-4;45,7.8125E-5;46,5.598958E-4;47,1.09375E-4;48,2.0703125E-4;49,5.7291665E-5;50,2.2395833E-4;51,1.7057292E-4;52,2.1484375E-4;53,7.8125E-5;54,6.770833E-5;55,4.6875E-5;56,5.2083333E-6;60,5.2083333E-6;61,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:prismarine:2", + "distrib": "0,0.0;39,0.0;40,5.2083333E-6;41,3.125E-5;42,0.0;43,0.0;44,2.8645833E-5;45,1.09375E-4;46,2.6041666E-6;47,7.8125E-6;48,4.296875E-5;49,1.3802083E-4;50,5.2083333E-6;51,1.3020834E-5;52,1.3020834E-5;53,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:tallgrass:2", + "distrib": "0,0.0;48,0.0;49,2.6041666E-6;50,0.0;59,0.0;60,1.3020833E-6;61,0.0;62,0.0;63,1.5625E-4;64,1.8229167E-4;65,1.640625E-4;66,1.3932292E-4;67,2.2526042E-4;68,2.578125E-4;69,2.955729E-4;70,4.0625E-4;71,2.03125E-4;72,5.3125E-4;73,2.3697916E-4;74,5.3385418E-5;75,2.9947916E-5;76,2.734375E-5;77,9.114583E-6;78,2.9427084E-4;79,6.380209E-5;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.0089, + "1": 0.0084, + "2": 0.0079, + "3": 0.0065 + } + }, + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 0.0032, + "1": 0.0037, + "2": 0.001, + "3": 0.0026 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0078, + "1": 0.0082, + "2": 0.0091, + "3": 0.0085 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0089, + "1": 0.008, + "2": 0.0076, + "3": 0.0078 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0093, + "1": 0.0074, + "2": 0.0075, + "3": 0.0097 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.0083, + "1": 0.0081, + "2": 0.0083, + "3": 0.0081 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.0096, + "1": 0.0079, + "2": 0.0068, + "3": 0.0076 + } + }, + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.0132, + "1": 0.0134, + "2": 0.0156, + "3": 0.0133 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0089, + "1": 0.0078, + "2": 0.0087, + "3": 0.0092 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.0158, + "1": 0.0118, + "2": 0.0149, + "3": 0.0149 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.0271, + "1": 0.0494, + "2": 0.0946, + "3": 0.1021 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0093, + "1": 0.0076, + "2": 0.0091, + "3": 0.0088 + } + }, + { + "itemStack": "extrautils2:enderlilly:0", + "fortunes": { + "0": 0.0029, + "1": 0.0028, + "2": 0.0033, + "3": 0.0039 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:tallgrass:1", + "distrib": "0,0.0;10,0.0;11,1.3020833E-6;12,3.90625E-6;13,1.3020833E-6;15,1.3020833E-6;16,2.6041666E-6;17,0.0;20,0.0;21,1.3020833E-6;22,1.3020833E-6;23,3.90625E-6;24,0.0;25,1.3020833E-6;26,0.0;27,0.0;28,3.90625E-6;29,1.3020833E-6;30,0.0;32,0.0;33,1.3020833E-6;34,2.6041666E-6;35,0.0;37,0.0;38,2.2135417E-5;39,3.90625E-6;40,0.0;41,1.3020833E-6;42,1.3020833E-6;43,0.0;46,0.0;47,1.3020833E-6;48,0.0;49,3.90625E-6;50,0.0;57,0.0;58,1.3020833E-6;59,0.0;60,1.0416667E-5;61,2.4739584E-5;62,1.0416667E-5;63,0.0025026042;64,7.630208E-4;65,4.0625E-4;66,5.143229E-4;67,9.270833E-4;68,0.0010989583;69,0.001484375;70,0.0018333333;71,7.8255206E-4;72,0.004938802;73,0.0016783854;74,3.4244792E-4;75,1.6796876E-4;76,1.3151042E-4;77,1.0546875E-4;78,6.822917E-4;79,2.6953124E-4;80,9.635417E-5;81,7.8125E-6;82,1.171875E-5;83,6.510417E-6;84,6.25E-5;85,3.515625E-5;86,2.9947916E-5;87,2.8645833E-5;88,3.125E-5;89,1.8229166E-5;90,3.190104E-4;91,1.5625E-5;92,1.4322916E-5;93,0.0;94,5.2083333E-6;95,2.4739584E-5;96,1.4192708E-4;97,2.8645833E-5;98,2.34375E-5;99,1.171875E-5;100,7.8125E-6;101,0.0;102,5.2083333E-6;103,1.8229166E-5;104,2.2135417E-5;105,2.34375E-5;106,9.114583E-6;107,1.3020834E-5;108,5.2083333E-6;109,2.6041666E-6;110,2.6041666E-6;111,1.3020833E-6;112,2.6041666E-6;113,0.0;114,0.0;115,9.114583E-6;116,3.90625E-6;117,0.0;142,0.0;143,1.3020833E-6;144,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.008, + "1": 0.0084, + "2": 0.0099, + "3": 0.0085 + } + }, + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 0.003, + "1": 0.0017, + "2": 0.0033, + "3": 0.0031 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0091, + "1": 0.0096, + "2": 0.0071, + "3": 0.008 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0082, + "1": 0.0076, + "2": 0.0084, + "3": 0.0077 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0091, + "1": 0.0066, + "2": 0.008, + "3": 0.0089 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.0088, + "1": 0.0083, + "2": 0.0085, + "3": 0.0077 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.008, + "1": 0.0065, + "2": 0.0094, + "3": 0.0074 + } + }, + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.0132, + "1": 0.0153, + "2": 0.0144, + "3": 0.0128 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0073, + "1": 0.0078, + "2": 0.0067, + "3": 0.007 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.0113, + "1": 0.0128, + "2": 0.013, + "3": 0.0126 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.0277, + "1": 0.0549, + "2": 0.08, + "3": 0.1078 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0076, + "1": 0.0081, + "2": 0.0073, + "3": 0.0079 + } + }, + { + "itemStack": "extrautils2:enderlilly:0", + "fortunes": { + "0": 0.0024, + "1": 0.003, + "2": 0.0032, + "3": 0.0024 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:tallgrass:0", + "distrib": "0,0.0;72,0.0;73,3.3854165E-5;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.0134, + "1": 0.0158, + "2": 0.0129, + "3": 0.0141 + } + }, + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.009, + "1": 0.0069, + "2": 0.008, + "3": 0.0096 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0085, + "1": 0.0075, + "2": 0.0079, + "3": 0.0091 + } + }, + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 0.0029, + "1": 0.0028, + "2": 0.002, + "3": 0.0033 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0087, + "1": 0.0071, + "2": 0.0075, + "3": 0.0075 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.012, + "1": 0.0162, + "2": 0.0136, + "3": 0.0141 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0089, + "1": 0.0073, + "2": 0.0078, + "3": 0.0082 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0075, + "1": 0.0088, + "2": 0.009, + "3": 0.009 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.029, + "1": 0.0469, + "2": 0.0852, + "3": 0.1057 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0085, + "1": 0.0061, + "2": 0.0097, + "3": 0.0083 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.0096, + "1": 0.0073, + "2": 0.0087, + "3": 0.0076 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.0077, + "1": 0.0097, + "2": 0.0074, + "3": 0.0085 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "railcraft:ore_metal_poor:7", + "distrib": "0,0.0;15,0.0;16,5.2083333E-6;17,2.6041666E-6;18,5.2083333E-6;19,2.9947916E-5;20,2.734375E-5;21,4.4270833E-5;22,1.0026042E-4;23,7.03125E-5;24,1.2239584E-4;25,1.5104166E-4;26,1.5364583E-4;27,2.1614584E-4;28,1.875E-4;29,1.6276042E-4;30,2.1354167E-4;31,1.6015625E-4;32,1.484375E-4;33,1.2630208E-4;34,1.0416667E-4;35,3.90625E-5;36,5.598958E-5;37,4.1666666E-5;38,2.8645833E-5;39,5.2083333E-6;40,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:0", + "distrib": "0,0.0;67,0.0;68,4.674479E-4;69,3.346354E-4;70,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:stained_hardened_clay:1", + "distrib": "0,0.0;50,0.0;51,4.9479168E-5;52,4.9479168E-5;53,4.0755208E-4;54,1.9010417E-4;55,1.09375E-4;56,1.15885414E-4;57,3.3203125E-4;58,3.841146E-4;59,8.580729E-4;60,0.0014817709;61,0.0037265625;62,0.003561198;63,0.0034908855;64,8.671875E-4;65,0.001923177;66,9.908854E-4;67,5.169271E-4;68,4.2447916E-4;69,8.854167E-4;70,8.828125E-4;71,8.75E-4;72,2.1614584E-4;73,1.4583333E-4;74,1.6145833E-4;75,8.515625E-4;76,8.789062E-4;77,5.5598957E-4;78,1.0026042E-4;79,1.640625E-4;80,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:waterlily:0", + "distrib": "0,0.0;61,0.0;62,1.3020833E-6;63,6.380209E-5;64,0.0;66,0.0;67,2.6041666E-6;68,0.0;70,0.0;71,2.6041666E-6;72,3.90625E-6;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:waterlily:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extrabees:hive:3", + "distrib": "0,0.0;31,0.0;32,3.90625E-6;33,1.4322916E-5;34,5.2083333E-6;35,2.6041666E-6;36,7.8125E-6;37,5.2083333E-6;38,1.3020833E-6;39,6.510417E-6;40,7.8125E-6;41,1.3020833E-6;42,7.8125E-6;43,0.0;44,6.510417E-6;45,1.3020833E-6;46,1.3020833E-6;47,0.0;48,2.6041666E-6;49,3.90625E-6;50,5.2083333E-6;51,1.3020833E-6;52,2.6041666E-6;53,0.0;54,3.90625E-6;55,2.6041666E-6;57,2.6041666E-6;58,1.3020833E-6;59,1.3020833E-6;60,2.6041666E-6;61,1.3020833E-6;62,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.marble\",UID1:\"extrabees.species.marble\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlow\",UID1:\"forestry.floweringSlow\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4858, + "1": 0.4906, + "2": 0.4877, + "3": 0.4757 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0161, + "1": 0.0176, + "2": 0.0169, + "3": 0.0135 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0113, + "1": 0.0096, + "2": 0.0106, + "3": 0.0118 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.marble\",UID1:\"extrabees.species.marble\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlow\",UID1:\"forestry.floweringSlow\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.7939, + "1": 0.7927, + "2": 0.784, + "3": 0.7986 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.marble\",UID1:\"extrabees.species.marble\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlow\",UID1:\"forestry.floweringSlow\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.4919, + "1": 0.4873, + "2": 0.4899, + "3": 0.4983 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.011, + "1": 0.0125, + "2": 0.0118, + "3": 0.0142 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "biomesoplenty:seaweed:0", + "distrib": "0,0.0;37,0.0;38,7.03125E-5;39,3.8802082E-4;40,5.325521E-4;41,5.390625E-4;42,4.9479166E-4;43,4.3098957E-4;44,3.7760416E-4;45,3.7890626E-4;46,4.0234375E-4;47,3.59375E-4;48,4.5572917E-5;49,4.296875E-5;50,3.3854165E-5;51,3.125E-5;52,3.3854165E-5;53,3.6458332E-5;54,3.7760416E-5;55,3.2552085E-5;56,2.734375E-5;57,2.2135417E-5;58,1.8229166E-5;59,1.6927082E-5;60,1.4322916E-5;61,1.4322916E-5;62,0.0;72,0.0;73,1.3020833E-6;74,1.3020833E-6;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "biomesoplenty:seaweed:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "extrabees:hive:1", + "distrib": "0,0.0;4,0.0;5,1.3020833E-6;6,0.0;8,0.0;9,2.6041666E-6;10,0.0;11,1.3020834E-5;12,1.3020834E-5;13,3.90625E-6;14,7.8125E-6;15,5.2083333E-6;16,7.8125E-6;17,3.90625E-6;18,5.2083333E-6;19,9.114583E-6;21,9.114583E-6;22,1.4322916E-5;23,7.8125E-6;24,9.114583E-6;25,1.0416667E-5;26,9.114583E-6;27,7.8125E-6;28,5.2083333E-6;29,1.0416667E-5;30,1.0416667E-5;31,5.2083333E-6;32,7.8125E-6;33,1.8229166E-5;34,6.510417E-6;35,2.6041666E-6;36,9.114583E-6;37,5.2083333E-6;38,2.6041666E-6;39,7.8125E-6;40,5.2083333E-6;41,6.510417E-6;42,6.510417E-6;43,3.90625E-6;44,5.2083333E-6;45,2.6041666E-6;46,2.6041666E-6;47,3.90625E-6;48,5.2083333E-6;49,2.6041666E-6;51,2.6041666E-6;52,5.2083333E-6;53,1.3020833E-6;54,2.6041666E-6;55,2.6041666E-6;56,0.0;57,2.6041666E-6;58,3.90625E-6;59,2.6041666E-6;60,1.3020833E-6;61,0.0;62,3.90625E-6;63,5.2083333E-6;64,0.0;65,1.3020833E-6;66,1.3020833E-6;67,0.0;71,0.0;72,1.3020833E-6;73,1.3020833E-6;74,0.0;75,1.3020833E-6;76,1.3020833E-6;77,0.0;82,0.0;83,1.3020833E-6;84,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9624, + "1": 0.9593, + "2": 0.9595, + "3": 0.9571 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.5099, + "1": 0.5044, + "2": 0.498, + "3": 0.4911 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.4901, + "1": 0.4956, + "2": 0.502, + "3": 0.5089 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:wooden_door:0", + "distrib": "0,0.0;71,0.0;72,2.890625E-4;73,2.890625E-4;74,0.0;77,0.0;78,3.6458332E-5;79,3.515625E-5;80,0.0;83,0.0;84,1.3020834E-5;85,1.3020834E-5;86,0.0;89,0.0;90,1.5625E-5;91,1.5625E-5;92,0.0;95,0.0;96,5.2083333E-6;97,5.2083333E-6;98,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:redstone_ore:0", + "distrib": "0,7.8125E-6;1,0.0019518229;2,0.003971354;3,0.005630208;4,0.007867187;5,0.009552083;6,0.009175781;7,0.009359375;8,0.009436198;9,0.009304687;10,0.009510417;11,0.009321614;12,0.0093658855;13,0.008954427;14,0.0048932293;15,7.044271E-4;16,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 4.4927, + "1": 4.9867, + "2": 5.4874, + "3": 5.982 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:dirt:2", + "distrib": "0,0.0;61,0.0;62,2.734375E-5;63,4.0364583E-5;64,9.114583E-6;65,9.114583E-6;66,3.90625E-6;67,1.0416667E-5;68,1.171875E-5;69,7.8125E-6;70,1.171875E-5;71,9.114583E-6;72,2.4739584E-5;73,1.0416667E-5;74,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:dirt:0", + "distrib": "0,3.90625E-6;1,0.0033841145;2,0.0062421877;3,0.009321614;4,0.01241276;5,0.015712239;6,0.016256511;7,0.016005209;8,0.016102865;9,0.016402343;10,0.016;11,0.015365886;12,0.014990886;13,0.015350261;14,0.015540364;15,0.015679687;16,0.015347656;17,0.015050781;18,0.014639323;19,0.014148437;20,0.01453776;21,0.015622396;22,0.015993489;23,0.016341146;24,0.016398437;25,0.016121093;26,0.016016927;27,0.015954427;28,0.016132813;29,0.015916666;30,0.015639324;31,0.015235677;32,0.014630209;33,0.014522135;34,0.014371093;35,0.014804687;36,0.015463541;37,0.016199218;38,0.014628906;39,0.013938802;40,0.01442448;41,0.014481771;42,0.014322917;43,0.014109375;44,0.014619792;45,0.014891927;46,0.014416667;47,0.013834636;48,0.020729167;49,0.02153125;50,0.024229167;51,0.029511718;52,0.033740886;53,0.028380208;54,0.031016927;55,0.034167968;56,0.043109376;57,0.048378907;58,0.053552084;59,0.045290366;60,0.058394533;61,0.073125;62,0.070898436;63,0.062253907;64,0.02117448;65,0.025346354;66,0.04226172;67,0.10096354;68,0.17679296;69,0.20817187;70,0.08866927;71,0.014386719;72,0.011739584;73,0.016736979;74,0.023536459;75,0.026690105;76,0.016635416;77,0.009024739;78,0.009690104;79,0.0052005206;80,0.0039023438;81,0.0054401043;82,0.0038229167;83,0.0018945313;84,0.00184375;85,0.0030898438;86,0.005042969;87,0.0063489582;88,0.004014323;89,0.0019765624;90,0.0036523438;91,0.005432292;92,0.0094388025;93,0.011945313;94,0.007821615;95,0.0023229166;96,8.763021E-4;97,8.098958E-4;98,9.3619793E-4;99,0.0010911458;100,0.0011901042;101,0.0012460938;102,0.0012395834;103,7.8255206E-4;104,5.9765624E-4;105,5.3125E-4;106,5.703125E-4;107,5.1953126E-4;108,4.4401042E-4;109,4.0885416E-4;110,3.7239582E-4;111,4.8046876E-4;112,1.7447917E-4;113,1.9140624E-4;114,1.3802083E-4;115,8.4635416E-5;116,6.901041E-5;117,6.901041E-5;118,4.9479168E-5;119,3.7760416E-5;120,7.03125E-5;121,9.244792E-5;122,9.375E-5;123,7.2916664E-5;124,5.2083335E-5;125,5.859375E-5;126,4.0364583E-5;127,2.734375E-5;128,7.8125E-6;129,5.2083333E-6;130,1.0416667E-5;131,1.5625E-5;132,9.114583E-6;133,1.171875E-5;134,1.171875E-5;135,1.953125E-5;136,1.8229166E-5;137,1.6927082E-5;138,1.8229166E-5;139,2.2135417E-5;140,1.8229166E-5;141,2.2135417E-5;142,2.8645833E-5;143,2.4739584E-5;144,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:dirt:1", + "distrib": "0,0.0;66,0.0;67,6.510417E-6;68,1.4322916E-5;69,6.510417E-6;70,9.114583E-6;71,7.8125E-6;72,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:14", + "distrib": "0,0.0;71,0.0;72,1.3020833E-6;73,0.0;89,0.0;90,3.90625E-6;91,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:15", + "distrib": "0,0.0;67,0.0;68,2.6041666E-6;69,0.0;71,0.0;72,9.114583E-6;73,0.0;74,1.3020833E-6;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:15", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:10", + "distrib": "0,0.0;66,0.0;67,2.6041666E-6;68,0.0;69,1.3020833E-6;70,0.0;71,0.0;72,9.114583E-6;73,5.2083333E-6;74,0.0;77,0.0;78,2.6041666E-6;79,1.5625E-5;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:11", + "distrib": "0,0.0;69,0.0;70,3.90625E-6;71,0.0;72,1.3020834E-5;73,6.510417E-6;74,0.0;76,0.0;77,1.3020833E-6;78,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:11", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:12", + "distrib": "0,0.0;71,0.0;72,6.510417E-6;73,0.0;77,0.0;78,7.8125E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:12", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "botania:flower:13", + "distrib": "0,0.0;64,0.0;65,2.6041666E-6;66,1.3020833E-6;67,1.3020833E-6;68,9.114583E-6;69,0.0;70,0.0;71,5.2083333E-6;72,3.90625E-6;73,0.0;78,0.0;79,1.3020833E-6;80,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:13", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:glowstone:0", + "distrib": "0,0.0;2,0.0;3,1.3020833E-6;4,9.114583E-6;5,1.8229166E-5;6,1.5625E-5;7,3.90625E-5;8,5.7291665E-5;9,3.7760416E-5;10,3.125E-5;11,2.4739584E-5;12,4.1666666E-5;13,7.942708E-5;14,1.1197916E-4;15,8.984375E-5;16,5.859375E-5;17,4.296875E-5;18,1.3020834E-5;19,1.3020833E-6;20,0.0;56,0.0;57,3.6458332E-5;58,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 2.9971, + "1": 3.338, + "2": 3.5621, + "3": 3.6748 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "techreborn:techreborn_techreborn.oil:0", + "distrib": "0,0.0;1,0.0;2,1.0416667E-5;3,6.380209E-5;4,1.9010417E-4;5,4.9479168E-5;6,1.7057292E-4;7,1.0416667E-5;8,6.25E-5;9,3.1510417E-4;10,1.06770836E-4;11,1.6145833E-4;12,2.421875E-4;13,3.6197915E-4;14,2.5911457E-4;15,1.0026042E-4;16,7.03125E-5;17,2.2135417E-4;18,3.7109375E-4;19,1.4713542E-4;20,2.0703125E-4;21,4.9609377E-4;22,9.375E-5;23,6.510417E-6;24,7.6822915E-5;25,9.1145834E-5;26,1.2760417E-4;27,1.40625E-4;28,4.1666668E-4;29,1.0546875E-4;30,2.1875E-4;31,9.375E-5;32,3.2161459E-4;33,1.5755209E-4;34,2.669271E-4;35,2.2135417E-5;36,6.25E-5;37,1.8229166E-5;38,2.4609375E-4;39,2.109375E-4;40,1.7447917E-4;41,3.0078125E-4;42,6.901041E-5;43,2.1484375E-4;44,5.2083333E-6;45,5.2083335E-5;46,1.9270834E-4;47,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_dirt:1", + "distrib": "0,0.0;128,0.0;129,3.90625E-6;130,1.171875E-5;131,3.125E-5;132,8.203125E-5;133,1.4713542E-4;134,2.03125E-4;135,2.578125E-4;136,2.9036458E-4;137,2.669271E-4;138,1.3671875E-4;139,0.0;140,0.0;141,7.8125E-6;142,5.078125E-5;143,1.5104166E-4;144,0.0;156,0.0;157,6.510417E-6;158,4.1666666E-5;159,1.15885414E-4;160,0.0;164,0.0;165,1.3020833E-6;166,1.8229166E-5;167,4.4270833E-5;168,1.06770836E-4;169,2.1744792E-4;170,3.4895833E-4;171,4.700521E-4;172,5.4296874E-4;173,4.856771E-4;174,3.502604E-4;175,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_dirt:0", + "distrib": "0,0.0;155,0.0;156,5.2083333E-6;157,2.34375E-5;158,5.859375E-5;159,1.3020834E-4;160,1.6927082E-5;161,7.2916664E-5;162,1.3020834E-4;163,1.7057292E-4;164,1.9661458E-4;165,1.9401041E-4;166,1.9661458E-4;167,1.6276042E-4;168,0.0;", + "silktouch": false, + "dim": "Dim 111: lostcities" + }, + { + "block": "tconstruct:slime_leaves:1", + "distrib": "0,0.0;142,0.0;143,3.90625E-6;144,0.0;171,0.0;172,5.2083333E-6;173,4.1666666E-5;174,3.125E-5;175,1.5625E-5;176,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:edible:2", + "fortunes": { + "0": 0.0063, + "1": 0.0047, + "2": 0.0059, + "3": 0.0073 + } + }, + { + "itemStack": "tconstruct:slime_sapling:1", + "fortunes": { + "0": 0.0423, + "1": 0.0511, + "2": 0.0589, + "3": 0.0972 + } + } + ], + "dim": "Dim 111: lostcities" + }, + { + "block": "minecraft:chest:0", + "distrib": "0,0.0;11,0.0;12,3.90625E-6;13,0.0;15,0.0;16,1.953125E-6;17,0.0;19,0.0;20,3.90625E-6;21,0.0;24,0.0;25,3.90625E-6;26,0.0;30,0.0;31,1.953125E-6;32,0.0;33,0.0;34,3.90625E-6;35,0.0;36,3.90625E-6;37,3.90625E-6;38,0.0;52,0.0;53,3.90625E-6;54,0.0;55,0.0;56,3.90625E-6;57,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:chest:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:cobblestone:0", + "distrib": "0,0.0;10,0.0;11,3.7109374E-5;12,5.859375E-5;13,6.4453125E-5;14,6.4453125E-5;15,7.421875E-5;16,4.6875E-5;17,2.9296874E-5;18,2.9296874E-5;19,7.03125E-5;20,5.859375E-5;22,5.859375E-5;23,6.25E-5;24,3.515625E-5;25,5.078125E-5;26,4.296875E-5;28,4.296875E-5;29,0.0;30,1.7578124E-5;31,2.9296874E-5;32,2.9296874E-5;33,3.90625E-5;34,7.03125E-5;35,6.8359375E-5;36,1.15234376E-4;37,1.3671875E-4;38,9.765625E-5;39,9.765625E-5;40,8.59375E-5;41,2.734375E-5;42,2.5390626E-5;43,2.5390626E-5;44,2.9296874E-5;45,0.0;51,0.0;52,3.515625E-5;53,6.25E-5;54,6.0546874E-5;55,9.960937E-5;56,1.25E-4;57,5.859375E-5;58,5.859375E-5;59,6.0546874E-5;60,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:crystal_aqua:0", + "distrib": "0,0.0;10,0.0;11,4.1015624E-5;12,3.515625E-5;13,5.46875E-5;14,4.8828126E-5;15,3.90625E-5;16,4.4921875E-5;17,6.640625E-5;18,3.7109374E-5;19,5.6640623E-5;20,2.734375E-5;21,4.8828126E-5;22,1.953125E-5;23,4.4921875E-5;24,6.25E-5;25,4.296875E-5;26,4.4921875E-5;27,6.0546874E-5;28,7.617188E-5;29,8.203125E-5;30,5.6640623E-5;31,3.90625E-5;32,2.34375E-5;33,2.5390626E-5;34,2.734375E-5;35,3.515625E-5;36,3.125E-5;37,4.8828126E-5;38,3.125E-5;39,4.6875E-5;40,4.4921875E-5;41,5.6640623E-5;42,4.8828126E-5;43,2.9296874E-5;44,1.3671875E-5;45,1.5625E-5;46,1.5625E-5;47,2.9296874E-5;48,1.3671875E-5;49,2.5390626E-5;50,2.1484375E-5;51,3.125E-5;52,7.8125E-6;53,9.765625E-6;54,7.8125E-6;55,3.3203127E-5;56,4.1015624E-5;57,1.5625E-5;58,1.3671875E-5;59,5.859375E-6;60,2.34375E-5;61,9.765625E-6;62,5.46875E-5;63,2.1484375E-5;64,3.90625E-6;65,0.0;67,0.0;68,7.8125E-6;69,7.8125E-6;70,1.953125E-6;71,0.0;74,0.0;75,5.859375E-6;76,3.90625E-6;77,3.90625E-6;78,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aqua\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:crystal_ignis:0", + "distrib": "0,0.0;10,0.0;11,4.6875E-5;12,3.7109374E-5;13,2.9296874E-5;14,1.5625E-5;15,3.90625E-5;16,5.46875E-5;17,4.296875E-5;18,5.46875E-5;19,3.90625E-5;20,2.9296874E-5;21,4.1015624E-5;22,5.46875E-5;23,6.640625E-5;24,8.398438E-5;25,6.25E-5;26,4.1015624E-5;27,4.4921875E-5;28,4.4921875E-5;29,5.46875E-5;30,5.2734376E-5;31,6.640625E-5;32,4.8828126E-5;33,5.859375E-5;34,5.2734376E-5;35,8.59375E-5;36,6.640625E-5;37,3.515625E-5;38,1.7578124E-5;39,4.6875E-5;40,4.1015624E-5;41,4.296875E-5;42,2.734375E-5;43,2.9296874E-5;44,5.6640623E-5;45,1.3671875E-5;46,2.734375E-5;47,1.171875E-5;48,1.5625E-5;49,2.34375E-5;50,2.1484375E-5;51,2.5390626E-5;52,1.3671875E-5;53,2.34375E-5;54,3.90625E-5;55,3.515625E-5;56,1.953125E-5;57,2.1484375E-5;58,1.7578124E-5;59,1.3671875E-5;60,1.7578124E-5;61,9.765625E-6;62,1.953125E-5;63,0.0;64,5.859375E-6;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ignis\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:iron_ore:0", + "distrib": "0,0.0;42,0.0;43,5.859375E-6;44,3.90625E-5;45,5.6640623E-5;46,7.03125E-5;47,8.59375E-5;48,1.03515624E-4;49,1.2890625E-4;50,1.5234375E-4;51,1.6210937E-4;52,2.0703125E-4;53,2.1875E-4;54,2.4609375E-4;55,2.519531E-4;56,3.0273438E-4;57,3.0859376E-4;58,3.4179687E-4;59,3.4375E-4;60,3.9257813E-4;61,2.890625E-4;62,1.875E-4;63,1.1328125E-4;64,5.859375E-6;65,1.3671875E-5;66,2.5390626E-5;67,4.296875E-5;68,7.03125E-5;69,9.375E-5;70,9.570312E-5;71,1.2109375E-4;72,1.6601563E-4;73,2.0703125E-4;74,2.2265625E-4;75,2.421875E-4;76,2.5E-4;77,2.3046875E-4;78,1.8945313E-4;79,1.8554687E-4;80,9.765625E-6;81,3.90625E-6;82,1.953125E-6;83,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "forestry:resources:0", + "distrib": "0,0.0;74,0.0;75,3.90625E-6;76,1.953125E-6;77,1.953125E-6;78,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:apatite:0", + "fortunes": { + "0": 4.0003, + "1": 5.3585, + "2": 7.0054, + "3": 8.8005 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:air:0", + "distrib": "0,0.0;1,0.0;2,0.03571094;3,0.03975586;4,0.041992188;5,0.043244142;6,0.044673827;7,0.045794923;8,0.04613086;9,0.046193358;10,0.046021484;11,0.045439452;12,0.045742188;13,0.04724414;14,0.047066405;15,0.04765625;16,0.04775;17,0.047324218;18,0.047921874;19,0.04736719;20,0.049001954;21,0.049462892;22,0.05117969;23,0.052802734;24,0.05425;25,0.054472655;26,0.055095702;27,0.056882814;28,0.06025781;29,0.061511718;30,0.06155664;31,0.061326172;32,0.061091796;33,0.06071289;34,0.058478516;35,0.056638673;36,0.05594922;37,0.055875;38,0.053748045;39,0.05315039;40,0.05150586;41,0.050169922;42,0.04829297;43,0.04536719;44,0.042148437;45,0.038509764;46,0.03665039;47,0.03610547;48,0.0316875;49,0.030935546;50,0.030416016;51,0.029269531;52,0.027644532;53,0.02544336;54,0.023800781;55,0.023208985;56,0.021835938;57,0.02044922;58,0.018960938;59,0.01825586;60,0.016976563;61,0.017253906;62,0.032203127;63,0.039894532;64,0.010416016;65,0.010833984;66,0.011861328;67,0.0126953125;68,0.014191406;69,0.015898438;70,0.016400391;71,0.016404297;72,0.015898438;73,0.015619141;74,0.015916016;75,0.017404297;76,0.019658202;77,0.023050781;78,0.027861329;79,0.03412305;80,0.0071835937;81,0.0073671876;82,0.007486328;83,0.0075351563;84,0.007546875;90,0.007546875;91,0.0075585935;92,0.00759375;94,0.00759375;95,0.0076152342;96,0.0066367188;107,0.0066367188;108,0.0066503906;109,0.006689453;110,0.0067050783;111,0.006751953;112,0.0034121093;118,0.0034121093;119,0.0034238282;120,0.0034667968;122,0.0034667968;123,0.0034902343;125,0.0034902343;126,0.003498047;127,0.003498047;128,0.003;129,0.003;130,0.0029960938;131,0.0029941406;132,0.0029921874;133,0.0029882812;134,0.0029726562;135,0.0029121095;136,0.0027480468;137,0.002498047;138,0.0022695311;139,0.0021015625;140,0.0019746094;141,0.0019765624;142,0.0020234375;143,0.002109375;144,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:gold_ore:0", + "distrib": "0,0.0;42,0.0;43,7.8125E-6;44,2.734375E-5;45,4.6875E-5;46,7.617188E-5;47,8.398438E-5;48,1.0546875E-4;49,1.328125E-4;50,1.4648438E-4;51,1.6992187E-4;52,2.1875E-4;53,2.4414062E-4;54,2.7734376E-4;55,3.1835938E-4;56,3.4960939E-4;57,3.3984374E-4;58,4.1210937E-4;59,4.2578124E-4;60,4.5507812E-4;61,3.378906E-4;62,1.8554687E-4;63,1.2304688E-4;64,1.3671875E-5;65,2.1484375E-5;66,3.125E-5;67,4.4921875E-5;68,6.4453125E-5;69,8.007813E-5;70,8.59375E-5;71,1.1328125E-4;72,1.5234375E-4;73,1.6015625E-4;74,2.1289062E-4;75,2.4414062E-4;76,2.4609375E-4;77,2.34375E-4;78,1.9726563E-4;79,1.796875E-4;80,1.171875E-5;81,5.859375E-6;82,1.953125E-6;83,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:stone:0", + "distrib": "0,0.0;64,0.0;65,2.5390626E-5;66,6.25E-5;67,1.19140626E-4;68,2.03125E-4;69,2.4609375E-4;70,2.7148437E-4;71,2.8125E-4;72,3.3984374E-4;73,4.375E-4;74,5.273438E-4;75,6.3867186E-4;76,6.3867186E-4;77,6.0742185E-4;78,5.800781E-4;79,4.765625E-4;80,3.7109374E-5;81,2.1484375E-5;82,3.90625E-6;83,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:stonebrick:0", + "distrib": "0,0.0;77,0.0;78,4.1015624E-5;79,3.90625E-6;80,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_vine_blue_end:0", + "distrib": "0,0.0;129,0.0;130,3.90625E-6;131,1.953125E-6;133,1.953125E-6;134,3.90625E-6;135,0.0;136,3.90625E-6;137,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "advancedrocketry:geode:0", + "distrib": "0,0.0;41,0.0;42,1.5429688E-4;43,2.792969E-4;44,2.890625E-4;45,3.0078125E-4;46,3.4375E-4;47,4.4140624E-4;48,5.78125E-4;49,5.683594E-4;50,7.4609375E-4;51,8.457031E-4;52,8.4179686E-4;53,9.746094E-4;54,9.941406E-4;55,9.7265624E-4;56,0.0011191407;57,0.0012324218;58,0.0013242187;59,0.0014238281;60,0.0015;61,0.0015546875;62,0.0015722656;63,0.0016660156;64,1.8554687E-4;65,1.11328125E-4;66,9.765625E-5;67,1.3476562E-4;68,1.4648438E-4;69,1.5234375E-4;70,1.9140624E-4;71,2.0703125E-4;72,2.265625E-4;73,2.4804688E-4;74,3.3007812E-4;75,4.3359376E-4;76,4.765625E-4;77,5.859375E-4;78,6.484375E-4;79,5.683594E-4;80,6.640625E-5;81,6.25E-5;82,4.8828126E-5;83,1.171875E-5;84,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "contenttweaker:actualizing_stone:0", + "distrib": "0,0.0;65,0.0;66,1.2109375E-4;67,1.640625E-4;68,2.0507812E-4;69,3.0859376E-4;70,3.0859376E-4;71,3.125E-4;72,3.8085936E-4;73,4.0039062E-4;74,4.0429688E-4;75,4.1015624E-4;76,4.2773437E-4;77,4.6289063E-4;78,5.234375E-4;79,5.8203127E-4;80,4.511719E-4;81,4.53125E-4;90,4.53125E-4;91,4.4140624E-4;92,4.0625E-4;94,4.0625E-4;95,3.8476562E-4;96,3.6328126E-4;107,3.6328126E-4;108,3.4960939E-4;109,3.1054686E-4;110,2.9492186E-4;111,2.4804688E-4;112,8.789063E-5;118,8.789063E-5;119,7.617188E-5;120,3.3203127E-5;122,3.3203127E-5;123,9.765625E-6;125,9.765625E-6;126,1.953125E-6;127,1.953125E-6;128,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:crystal_terra:0", + "distrib": "0,0.0;10,0.0;11,8.007813E-5;12,5.2734376E-5;13,4.1015624E-5;14,2.5390626E-5;15,3.3203127E-5;16,4.1015624E-5;17,4.296875E-5;18,6.640625E-5;19,5.2734376E-5;20,5.6640623E-5;21,3.125E-5;22,4.8828126E-5;23,4.1015624E-5;24,4.8828126E-5;25,4.1015624E-5;26,4.8828126E-5;27,5.2734376E-5;28,1.03515624E-4;29,5.2734376E-5;30,4.6875E-5;31,6.0546874E-5;32,4.4921875E-5;33,4.4921875E-5;34,5.859375E-5;35,4.4921875E-5;36,3.3203127E-5;37,3.7109374E-5;38,4.1015624E-5;39,3.3203127E-5;40,2.734375E-5;41,4.4921875E-5;42,4.296875E-5;43,5.078125E-5;44,1.7578124E-5;45,2.9296874E-5;46,4.296875E-5;47,3.90625E-5;48,2.9296874E-5;49,1.953125E-5;50,1.3671875E-5;51,2.1484375E-5;52,1.5625E-5;53,7.8125E-6;54,2.1484375E-5;55,3.125E-5;56,1.3671875E-5;57,2.1484375E-5;58,1.953125E-6;59,9.765625E-6;60,0.0;61,1.171875E-5;62,9.765625E-6;63,7.8125E-6;64,0.0;67,0.0;68,1.953125E-6;69,7.8125E-6;70,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"terra\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:redstone_ore:0", + "distrib": "0,0.0;42,0.0;43,2.1484375E-5;44,4.6875E-5;45,7.2265626E-5;46,8.398438E-5;47,9.375E-5;48,9.960937E-5;49,1.19140626E-4;50,1.5429688E-4;51,1.9921875E-4;52,2.109375E-4;53,2.3828125E-4;54,2.734375E-4;55,2.9492186E-4;56,3.2226564E-4;57,3.535156E-4;58,3.9648436E-4;59,4.1015624E-4;60,4.238281E-4;61,3.1445312E-4;62,1.8554687E-4;63,1.3867188E-4;64,5.859375E-6;65,2.34375E-5;66,5.859375E-5;67,7.421875E-5;68,8.203125E-5;69,9.570312E-5;70,1.0546875E-4;71,1.328125E-4;72,1.71875E-4;73,2.03125E-4;74,2.5585937E-4;75,2.519531E-4;76,2.636719E-4;77,2.5390624E-4;78,2.0507812E-4;79,1.7773437E-4;80,9.765625E-6;81,3.90625E-6;82,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 4.4929, + "1": 4.9734, + "2": 5.5122, + "3": 5.9525 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_congealed:0", + "distrib": "0,0.0;142,0.0;143,3.7109374E-5;144,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:crystal_perditio:0", + "distrib": "0,0.0;10,0.0;11,1.5625E-5;12,4.6875E-5;13,2.5390626E-5;14,5.46875E-5;15,4.8828126E-5;16,7.421875E-5;17,2.9296874E-5;18,3.7109374E-5;19,2.1484375E-5;20,2.5390626E-5;21,2.1484375E-5;22,2.734375E-5;23,3.515625E-5;24,3.3203127E-5;25,3.90625E-5;26,5.078125E-5;27,4.8828126E-5;28,6.8359375E-5;29,3.125E-5;30,3.90625E-5;31,7.8125E-5;32,4.4921875E-5;33,4.8828126E-5;34,7.03125E-5;35,2.5390626E-5;36,2.5390626E-5;37,4.1015624E-5;38,5.078125E-5;39,6.4453125E-5;40,3.7109374E-5;41,3.7109374E-5;42,1.7578124E-5;43,3.90625E-5;44,6.0546874E-5;45,3.7109374E-5;46,3.125E-5;47,3.7109374E-5;48,1.7578124E-5;49,1.5625E-5;50,9.765625E-6;51,1.7578124E-5;52,4.4921875E-5;53,3.125E-5;54,3.3203127E-5;55,1.7578124E-5;56,1.953125E-6;57,5.859375E-6;58,9.765625E-6;59,7.8125E-6;60,1.953125E-6;61,5.859375E-6;62,0.0;70,0.0;71,7.8125E-6;72,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"perditio\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_congealed:1", + "distrib": "0,0.0;140,0.0;141,3.90625E-6;142,3.90625E-6;143,2.34375E-5;144,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:mossy_cobblestone:0", + "distrib": "0,0.0;10,0.0;11,8.398438E-5;12,3.515625E-5;13,0.0;14,0.0;15,5.859375E-5;16,0.0;18,0.0;19,1.171875E-4;20,0.0;23,0.0;24,8.789063E-5;25,0.0;29,0.0;30,5.078125E-5;31,0.0;32,0.0;33,8.59375E-5;34,0.0;35,8.007813E-5;36,1.2109375E-4;37,0.0;39,0.0;40,7.03125E-5;41,0.0;51,0.0;52,1.15234376E-4;53,0.0;54,0.0;55,1.19140626E-4;56,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:stonebrick:2", + "distrib": "0,0.0;77,0.0;78,1.5625E-5;79,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "rftoolsdim:dimensional_blank_block:0", + "distrib": "0,1.0;1,1.0;2,0.96428907;3,0.9602383;4,0.95791405;5,0.9567559;6,0.95524025;7,0.95379686;8,0.95349807;9,0.95364845;10,0.95391214;11,0.95399415;12,0.9537012;13,0.9523926;14,0.95246094;15,0.9518945;16,0.95183396;17,0.95224607;18,0.9517637;19,0.9520801;20,0.9507246;21,0.9502637;22,0.9483711;23,0.9466797;24,0.94509375;25,0.9450039;26,0.9437949;27,0.94248044;28,0.9393203;29,0.9380801;30,0.9380273;31,0.9379473;32,0.93807226;33,0.9388535;34,0.940793;35,0.9425547;36,0.94327146;37,0.943459;38,0.9456211;39,0.946291;40,0.9478887;41,0.94940233;42,0.95133203;43,0.95390624;44,0.9568027;45,0.9605566;46,0.96234375;47,0.96274024;48,0.86594725;49,0.8665938;50,0.86674803;51,0.8676484;52,0.86894727;53,0.8709316;54,0.87242967;55,0.87275;56,0.8739766;57,0.87526757;58,0.87641406;59,0.8769395;60,0.8780547;61,0.8783672;62,0.8639531;63,0.8566426;64,0.062830076;65,0.0624082;66,0.061123047;67,0.06001953;68,0.058230467;69,0.056248046;70,0.055617187;71,0.05541797;72,0.055572264;73,0.055595703;74,0.05494336;75,0.053189453;76,0.050845705;77,0.047398437;78,0.0426543;79,0.036714844;80,1.8359374E-4;81,5.6640623E-5;82,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "contenttweaker:alchemical_ore:0", + "distrib": "0,0.0;42,0.0;43,1.7578124E-5;44,2.734375E-5;45,5.6640623E-5;46,6.4453125E-5;47,7.2265626E-5;48,9.765625E-5;49,1.07421874E-4;50,1.4648438E-4;51,1.796875E-4;52,2.3828125E-4;53,2.5390624E-4;54,2.65625E-4;55,2.792969E-4;56,2.8320312E-4;57,2.9296876E-4;58,3.2617187E-4;59,3.5546874E-4;60,3.8085936E-4;61,2.792969E-4;62,2.109375E-4;63,1.40625E-4;64,1.3671875E-5;65,2.1484375E-5;66,3.7109374E-5;67,7.2265626E-5;68,9.375E-5;69,1.2109375E-4;70,1.40625E-4;71,1.6601563E-4;72,1.9140624E-4;73,2.0898438E-4;74,2.2070312E-4;75,2.03125E-4;76,2.109375E-4;77,2.03125E-4;78,1.5820313E-4;79,1.2695312E-4;80,1.3671875E-5;81,7.8125E-6;82,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:crystal_ordo:0", + "distrib": "0,0.0;10,0.0;11,5.078125E-5;12,2.5390626E-5;13,1.5625E-5;14,2.1484375E-5;15,1.7578124E-5;16,4.1015624E-5;17,2.34375E-5;18,4.1015624E-5;19,2.34375E-5;20,4.296875E-5;21,3.3203127E-5;22,4.296875E-5;23,4.296875E-5;24,4.1015624E-5;25,3.90625E-5;26,3.7109374E-5;27,6.0546874E-5;28,4.6875E-5;29,3.90625E-5;30,5.46875E-5;31,2.9296874E-5;32,3.515625E-5;33,3.125E-5;34,3.3203127E-5;35,4.6875E-5;36,3.125E-5;37,5.078125E-5;38,6.4453125E-5;39,2.1484375E-5;40,7.8125E-6;41,2.1484375E-5;42,2.34375E-5;43,2.1484375E-5;44,1.953125E-5;45,2.34375E-5;46,4.4921875E-5;47,3.90625E-5;48,4.296875E-5;49,1.5625E-5;50,2.5390626E-5;51,1.171875E-5;52,2.5390626E-5;53,3.515625E-5;54,1.7578124E-5;55,9.765625E-6;56,1.5625E-5;57,1.953125E-5;58,3.7109374E-5;59,1.171875E-5;60,7.8125E-6;61,1.7578124E-5;62,2.34375E-5;63,0.0;67,0.0;68,3.90625E-6;69,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ordo\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "techreborn:techreborn_techreborn.oil:0", + "distrib": "0,0.0;2,0.0;3,5.859375E-6;4,9.375E-5;5,0.0;6,8.59375E-5;7,4.0820314E-4;8,3.7109375E-4;9,1.5820313E-4;10,6.640625E-5;11,1.7382813E-4;12,2.1875E-4;13,7.8125E-5;14,2.0117188E-4;15,1.07421874E-4;16,6.25E-5;17,1.4648438E-4;18,5.859375E-6;19,1.5625E-4;20,0.0;21,0.0;22,1.7578126E-4;23,2.03125E-4;24,2.2070312E-4;25,2.03125E-4;26,8.164063E-4;27,2.8710937E-4;28,7.8125E-6;29,1.171875E-4;30,6.25E-5;31,3.7890626E-4;32,5.546875E-4;33,5.2734376E-5;34,3.75E-4;35,3.8085936E-4;36,3.1640625E-4;37,2.675781E-4;38,2.9882812E-4;39,2.2070312E-4;40,2.578125E-4;41,1.4648438E-4;42,0.0;43,1.5039062E-4;44,3.046875E-4;45,1.40625E-4;46,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_dirt:1", + "distrib": "0,0.0;132,0.0;133,1.953125E-6;134,1.3671875E-5;135,7.617188E-5;136,2.3828125E-4;137,4.921875E-4;138,7.1875E-4;139,8.90625E-4;140,0.0010175782;141,0.0010195313;142,9.648437E-4;143,7.1875E-4;144,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:crystal_aer:0", + "distrib": "0,0.0;10,0.0;11,3.7109374E-5;12,4.296875E-5;13,5.46875E-5;14,4.1015624E-5;15,3.125E-5;16,4.8828126E-5;17,4.8828126E-5;18,4.296875E-5;19,1.5625E-5;20,2.9296874E-5;21,3.90625E-5;22,2.1484375E-5;23,2.1484375E-5;24,4.296875E-5;25,4.1015624E-5;26,2.734375E-5;27,3.90625E-5;28,3.125E-5;29,3.125E-5;30,3.515625E-5;31,4.296875E-5;32,5.46875E-5;33,4.6875E-5;34,3.7109374E-5;35,3.90625E-5;36,3.515625E-5;37,4.4921875E-5;38,2.9296874E-5;39,2.734375E-5;40,3.3203127E-5;41,5.078125E-5;42,3.515625E-5;43,1.7578124E-5;44,2.9296874E-5;45,1.3671875E-5;46,2.1484375E-5;47,2.5390626E-5;48,1.5625E-5;49,1.171875E-5;50,3.125E-5;51,3.3203127E-5;52,3.125E-5;53,4.296875E-5;54,1.171875E-5;55,1.953125E-5;56,5.859375E-6;57,1.7578124E-5;58,9.765625E-6;59,9.765625E-6;60,7.8125E-6;61,1.953125E-6;62,2.9296874E-5;63,9.765625E-6;64,0.0;67,0.0;68,3.90625E-6;69,1.953125E-6;70,3.90625E-6;71,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aer\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "thermalfoundation:ore:4", + "distrib": "0,0.0;67,0.0;68,3.90625E-6;69,5.859375E-6;70,1.953125E-6;71,7.8125E-6;72,9.765625E-6;73,3.90625E-6;74,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_vine_blue:0", + "distrib": "0,0.0;131,0.0;132,1.953125E-6;133,1.953125E-6;134,7.8125E-6;135,5.859375E-6;137,5.859375E-6;138,1.171875E-5;139,7.8125E-6;140,7.8125E-6;141,0.0;142,7.8125E-6;143,3.90625E-6;144,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thaumcraft:ore_amber:0", + "distrib": "0,0.0;65,0.0;66,1.953125E-6;67,1.953125E-6;68,0.0;69,1.953125E-6;70,0.0;71,0.0;72,1.953125E-6;73,0.0;74,1.953125E-6;75,0.0;77,0.0;78,3.90625E-6;79,1.953125E-6;80,1.953125E-6;81,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thaumcraft:curio:1", + "fortunes": { + "0": 0.1002, + "1": 0.131, + "2": 0.1766, + "3": 0.2244 + } + }, + { + "itemStack": "thaumcraft:amber:0", + "fortunes": { + "0": 1.3989, + "1": 1.8619, + "2": 2.4383, + "3": 3.0723 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_grass:2", + "distrib": "0,0.0;142,0.0;143,1.07421874E-4;144,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_dirt:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 190: Kashan" + }, + { + "block": "thermalfoundation:ore:0", + "distrib": "0,0.0;42,0.0;43,1.953125E-5;44,4.296875E-5;45,5.859375E-5;46,8.789063E-5;47,1.015625E-4;48,1.3085938E-4;49,1.6601563E-4;50,1.9335937E-4;51,2.1679688E-4;52,2.1679688E-4;53,2.4414062E-4;54,2.734375E-4;55,2.636719E-4;56,2.8320312E-4;57,2.8710937E-4;58,3.2226564E-4;59,3.7695313E-4;60,4.0039062E-4;61,2.8710937E-4;62,1.8359374E-4;63,1.2304688E-4;64,9.765625E-6;65,1.953125E-5;66,3.7109374E-5;67,6.25E-5;68,1.015625E-4;69,1.2304688E-4;70,1.5234375E-4;71,1.875E-4;72,2.1289062E-4;73,2.3046875E-4;74,2.5390624E-4;75,2.4414062E-4;76,2.5585937E-4;77,2.4414062E-4;78,2.1875E-4;79,1.7578126E-4;80,2.1484375E-5;81,1.3671875E-5;82,1.953125E-6;83,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "thermalfoundation:ore:1", + "distrib": "0,0.0;42,0.0;43,1.171875E-5;44,4.4921875E-5;45,6.8359375E-5;46,9.570312E-5;47,9.375E-5;48,1.15234376E-4;49,1.3671875E-4;50,1.7382813E-4;51,1.6796876E-4;52,1.8554687E-4;53,2.34375E-4;54,2.4804688E-4;55,2.9492186E-4;56,3.0078125E-4;57,3.0859376E-4;58,3.535156E-4;59,3.4960939E-4;60,3.5742187E-4;61,2.5976563E-4;62,1.8164063E-4;63,1.19140626E-4;64,9.765625E-6;65,2.1484375E-5;66,4.296875E-5;67,6.8359375E-5;68,8.984375E-5;69,1.07421874E-4;70,1.2304688E-4;71,1.40625E-4;72,1.7578126E-4;73,1.8554687E-4;74,2.109375E-4;75,2.2851562E-4;76,2.2070312E-4;77,2.2265625E-4;78,2.03125E-4;79,1.8359374E-4;80,9.765625E-6;81,3.90625E-6;82,1.953125E-6;83,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "tconstruct:slime_vine_blue_mid:0", + "distrib": "0,0.0;130,0.0;131,3.90625E-6;132,3.90625E-6;133,5.859375E-6;134,1.953125E-6;135,5.859375E-6;136,3.90625E-6;137,3.90625E-6;138,0.0;", + "silktouch": false, + "dim": "Dim 190: Kashan" + }, + { + "block": "minecraft:sign:0", + "distrib": "0,0.0;155,0.0;156,1.171875E-6;157,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sign:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone_brick_stairs:0", + "distrib": "0,0.0;7,0.0;8,2.1132812E-4;9,2.2265625E-5;10,1.9804688E-4;11,1.5195312E-4;12,5.78125E-5;13,1.640625E-5;14,1.5234375E-5;15,3.7460937E-4;16,4.8828126E-5;17,4.7304688E-4;18,3.652344E-4;19,1.4140626E-4;20,5.703125E-5;21,5.9765625E-5;22,2.4570312E-4;23,1.7578124E-5;24,3.8867188E-4;25,3.0429687E-4;26,8.125E-5;27,1.7578124E-5;28,3.515625E-6;29,1.640625E-5;30,2.6953125E-5;31,2.34375E-5;32,4.949219E-4;33,1.8359375E-5;34,3.125E-6;35,2.0E-4;36,1.171875E-6;37,2.265625E-5;38,3.515625E-5;39,7.8125E-7;40,0.0;41,7.421875E-6;42,1.5625E-6;43,0.0;44,7.421875E-6;45,1.5625E-6;46,1.5625E-6;47,0.0;48,1.171875E-6;50,1.171875E-6;51,2.734375E-6;52,1.171875E-6;53,1.5625E-6;54,1.5625E-6;55,4.6875E-6;56,1.5625E-6;57,1.5625E-6;58,3.125E-6;59,3.125E-6;60,1.5625E-6;82,1.5625E-6;83,3.125E-6;86,3.125E-6;87,6.25E-6;88,3.125E-6;89,4.6875E-6;90,1.5625E-6;91,3.515625E-6;92,3.125E-6;93,4.6875E-6;94,3.125E-6;95,1.5625E-6;96,1.5625E-6;97,3.125E-6;98,1.5625E-6;99,3.125E-6;100,1.5625E-6;101,3.125E-6;104,3.125E-6;105,4.6875E-6;106,1.5625E-6;107,1.5625E-6;108,3.125E-6;109,1.5625E-6;110,1.5625E-6;111,3.125E-6;112,0.0;113,0.0;114,1.5625E-6;115,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_brick_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone_slab:0", + "distrib": "0,0.0;8,0.0;9,1.40625E-5;10,0.0;15,0.0;16,1.5625E-6;17,0.0;19,0.0;20,4.0234376E-5;21,7.8125E-7;22,0.0;26,0.0;27,4.0234376E-5;28,7.8125E-7;29,0.0;31,0.0;32,7.8125E-7;33,0.0;34,6.757813E-5;35,2.7734375E-5;36,4.140625E-5;37,1.9921876E-5;38,2.5390626E-5;39,2.9726562E-4;40,2.5390626E-5;41,6.601562E-5;42,8.125E-5;43,4.453125E-5;44,3.3984375E-5;45,2.6171874E-5;46,2.4609375E-5;47,3.671875E-5;48,2.0703124E-5;49,2.1796874E-4;50,2.265625E-5;51,1.9921876E-5;52,1.796875E-5;53,5.9765625E-5;54,5.3125E-5;55,1.8359375E-5;56,1.9453125E-4;57,6.0546874E-5;58,1.71875E-5;59,2.5390626E-5;60,5.9375E-5;61,1.0078125E-4;62,2.65625E-5;63,2.0273437E-4;64,7.460937E-5;65,3.7890626E-5;66,2.8515626E-5;67,6.3671876E-5;68,1.078125E-4;69,2.5390626E-5;70,2.03125E-4;71,6.953125E-5;72,3.203125E-5;73,3.28125E-5;74,7.34375E-5;75,1.0820312E-4;76,3.3203127E-5;77,2.0546875E-4;78,8.90625E-5;79,3.984375E-5;80,5.078125E-5;81,6.8359375E-5;82,1.171875E-4;83,4.8046873E-5;84,1.96875E-4;85,7.617188E-5;86,2.5E-5;87,2.8125E-5;88,5.703125E-5;89,9.84375E-5;90,3.3984375E-5;91,1.8242188E-4;92,5.8984377E-5;93,2.03125E-5;94,1.8359375E-5;95,4.921875E-5;96,8.0859376E-5;97,1.2890625E-5;98,1.7070312E-4;99,5.3125E-5;100,2.03125E-5;101,6.25E-6;102,5.0E-5;103,7.617188E-5;104,6.640625E-6;105,1.5859376E-4;106,4.4140626E-5;107,8.984375E-6;108,6.640625E-6;109,3.9453123E-5;110,7.65625E-5;111,8.59375E-6;112,1.953125E-6;113,3.515625E-6;114,4.296875E-6;115,2.734375E-6;116,4.6875E-6;117,1.171875E-6;118,1.171875E-6;119,1.5625E-6;120,0.0;121,2.734375E-6;122,1.5625E-6;123,7.8125E-7;124,1.5625E-6;125,0.0;126,1.5625E-6;127,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:brick_stairs:0", + "distrib": "0,0.0;29,0.0;30,3.125E-6;31,1.25E-5;32,1.4453125E-5;33,1.71875E-5;34,2.734375E-5;35,2.3046876E-5;36,1.8359375E-5;37,1.875E-5;38,1.1328125E-5;39,7.03125E-6;40,5.859375E-6;41,3.125E-6;42,1.796875E-5;43,5.15625E-5;44,2.4609375E-5;45,1.8359375E-5;46,2.1484375E-5;47,1.3671875E-5;48,0.0;49,1.953125E-6;50,0.0;51,5.859375E-6;52,3.90625E-6;53,0.0;60,0.0;61,7.8125E-7;62,0.0;63,1.171875E-6;64,0.0;65,3.90625E-7;66,3.90625E-7;67,0.0;73,0.0;74,1.171875E-6;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:brick_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_oak_slab:0", + "distrib": "0,0.0;21,0.0;22,3.90625E-7;23,3.90625E-7;24,3.90625E-6;25,5.859375E-6;26,3.515625E-6;27,0.0;30,0.0;31,1.5625E-6;32,0.0;33,1.5625E-6;34,0.0;35,2.0703124E-5;36,3.515625E-6;37,5.46875E-6;38,1.25E-5;39,8.984375E-6;40,1.171875E-6;41,1.5625E-6;42,1.953125E-6;43,1.953125E-6;44,1.171875E-6;45,1.171875E-6;46,2.34375E-6;47,1.171875E-6;48,3.90625E-7;49,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_oak_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "appliedenergistics2:quartz_ore:0", + "distrib": "0,0.0;2,0.0;3,1.2890625E-5;4,6.796875E-5;5,1.5234375E-4;6,2.1679688E-4;7,2.5585937E-4;8,3.1992188E-4;9,3.535156E-4;10,4.234375E-4;11,4.4570313E-4;12,5.363281E-4;13,5.347656E-4;14,5.53125E-4;15,5.136719E-4;16,4.9257814E-4;17,4.9804687E-4;18,4.7890624E-4;19,4.941406E-4;20,5.144531E-4;21,4.941406E-4;22,5.15625E-4;23,4.21875E-4;24,4.125E-4;25,3.5195312E-4;26,2.53125E-4;27,1.8632812E-4;28,1.3203124E-4;29,7.421875E-5;30,2.7734375E-5;31,3.125E-6;32,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "appliedenergistics2:material:0", + "fortunes": { + "0": 1.5032, + "1": 1.998, + "2": 2.6481, + "3": 3.3136 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone_slab:3", + "distrib": "0,0.0;30,0.0;31,2.734375E-6;32,6.640625E-6;33,7.03125E-6;34,1.171875E-5;35,1.484375E-5;36,1.2890625E-5;37,1.2890625E-5;38,3.9453123E-5;39,2.8203125E-4;40,7.03125E-6;41,1.171875E-6;42,1.5625E-6;43,1.953125E-6;44,1.171875E-6;45,7.8125E-7;46,0.0;66,0.0;67,3.90625E-7;68,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "aether_legacy:aercloud:2", + "distrib": "0,0.0;121,0.0;122,3.90625E-7;123,0.0;152,0.0;153,3.90625E-7;154,0.0;190,0.0;191,3.90625E-7;192,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "aether_legacy:aercloud:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone_slab:4", + "distrib": "0,0.0;32,0.0;33,1.171875E-6;34,5.078125E-6;35,1.5625E-6;36,0.0;37,1.171875E-6;38,1.953125E-6;39,7.8125E-7;40,0.0;42,0.0;43,7.8125E-7;44,0.0;62,0.0;63,7.8125E-7;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone_slab:5", + "distrib": "0,0.0;13,0.0;14,6.40625E-5;15,0.0;20,0.0;21,1.15625E-4;22,0.0;24,0.0;25,7.8125E-6;26,5.0390627E-5;27,1.9921876E-5;28,1.015625E-5;29,2.1484375E-5;30,1.5234375E-5;31,2.5078125E-4;32,1.1328125E-5;33,1.953125E-6;34,1.171875E-5;35,5.46875E-6;36,1.953125E-6;37,5.46875E-6;38,0.0;62,0.0;63,3.125E-6;64,1.5625E-6;65,0.0;75,0.0;76,1.5625E-6;77,1.5625E-6;78,0.0;79,1.5625E-6;80,0.0;81,3.125E-6;82,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_slab:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:etched_nagastone:0", + "distrib": "0,0.0;28,0.0;29,5.1171875E-5;30,2.519531E-4;31,0.0012605469;32,2.5390626E-5;33,1.8359375E-5;34,1.640625E-5;35,9.375E-6;36,9.4921874E-5;37,1.5234375E-5;38,7.2265626E-5;39,0.0;40,5.859375E-6;41,5.859375E-6;42,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:beehives:6", + "distrib": "0,0.0;13,0.0;14,3.90625E-7;15,3.90625E-7;16,0.0;22,0.0;23,3.90625E-7;24,0.0;27,0.0;28,7.8125E-7;29,3.90625E-7;30,1.171875E-6;31,3.9453123E-5;32,5.859375E-5;33,4.21875E-5;34,3.1640626E-5;35,3.2421874E-5;36,1.1328125E-5;37,6.640625E-6;38,3.125E-6;39,2.734375E-6;40,1.5625E-6;41,1.171875E-6;42,1.953125E-6;43,3.90625E-7;44,0.0;53,0.0;54,3.90625E-7;55,1.5625E-6;56,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0561, + "1": 0.0584, + "2": 0.0567, + "3": 0.0577 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4862, + "1": 0.4936, + "2": 0.4983, + "3": 0.4999 + } + }, + { + "itemStack": "forestry:bee_combs:15", + "fortunes": { + "0": 0.0548, + "1": 0.0579, + "2": 0.0585, + "3": 0.0591 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:beehives:5", + "distrib": "0,0.0;30,0.0;31,1.953125E-6;32,2.34375E-6;33,4.296875E-6;34,5.078125E-6;35,5.46875E-6;36,2.34375E-6;37,1.5625E-6;38,1.953125E-6;39,1.953125E-6;40,2.34375E-6;41,1.171875E-6;42,3.90625E-7;43,0.0;51,0.0;52,3.90625E-7;53,0.0;54,0.0;55,1.953125E-6;56,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesWintry\",UID1:\"forestry.speciesWintry\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersSnow\",UID1:\"forestry.flowersSnow\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectGlacial\",UID1:\"forestry.effectGlacial\"}]},NA:0b}", + "fortunes": { + "0": 0.4954, + "1": 0.4965, + "2": 0.4854, + "3": 0.4979 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0233, + "1": 0.0212, + "2": 0.0213, + "3": 0.0219 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0146, + "1": 0.0187, + "2": 0.0181, + "3": 0.0168 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesWintry\",UID1:\"forestry.speciesWintry\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersSnow\",UID1:\"forestry.flowersSnow\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectGlacial\",UID1:\"forestry.effectGlacial\"}]}}", + "fortunes": { + "0": 0.4813, + "1": 0.4823, + "2": 0.4933, + "3": 0.4802 + } + }, + { + "itemStack": "forestry:bee_combs:4", + "fortunes": { + "0": 0.8074, + "1": 0.8024, + "2": 0.802, + "3": 0.8012 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesWintry\",UID1:\"forestry.speciesWintry\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersSnow\",UID1:\"forestry.flowersSnow\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectGlacial\",UID1:\"forestry.effectGlacial\"}]}}", + "fortunes": { + "0": 0.7928, + "1": 0.7805, + "2": 0.7791, + "3": 0.7891 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:snow_layer:0", + "distrib": "0,0.0;5,0.0;6,3.1640626E-5;7,1.5234375E-5;8,1.1328125E-5;9,2.5E-5;10,7.8125E-6;11,1.5625E-5;12,9.0625E-5;13,2.3046876E-5;14,2.1484375E-5;15,1.5234375E-5;16,2.34375E-5;17,1.09375E-5;18,5.078125E-6;19,9.375E-6;20,4.6875E-6;21,4.296875E-6;22,5.46875E-6;23,9.765625E-6;24,8.984375E-6;25,1.484375E-5;26,4.609375E-5;27,1.484375E-5;28,1.953125E-5;29,5.15625E-5;30,5.7421876E-5;31,7.789062E-4;32,0.0017128906;33,0.002001172;34,0.0022445312;35,0.0025507812;36,0.0018886719;37,0.0018253906;38,0.0020320313;39,0.0019074219;40,0.001825;41,0.0014527343;42,0.0013375;43,0.0010023437;44,0.0010433594;45,9.304687E-4;46,7.046875E-4;47,7.0976565E-4;48,4.339844E-4;49,3.25E-4;50,3.1679688E-4;51,2.6445312E-4;52,3.125E-4;53,2.6132812E-4;54,2.265625E-4;55,9.355469E-4;56,1.6601563E-4;57,1.59375E-4;58,1.8164063E-4;59,1.2304688E-4;60,1.1679687E-4;61,1.5664063E-4;62,1.34375E-4;63,1.5351562E-4;64,6.679688E-5;65,3.0859374E-5;66,2.734375E-5;67,8.125E-5;68,3.7109374E-5;69,5.8203124E-5;70,6.757813E-5;71,5.703125E-5;72,4.8828126E-5;73,5.46875E-5;74,5.078125E-5;75,5.9765625E-5;76,2.6171874E-5;77,4.0234376E-5;78,7.578125E-5;79,4.2578125E-5;80,0.0;82,0.0;83,1.5625E-6;84,1.5625E-6;85,1.953125E-6;86,1.015625E-5;87,4.296875E-6;88,1.5625E-6;90,1.5625E-6;91,3.515625E-6;92,2.34375E-6;93,0.0;94,6.25E-6;95,3.125E-6;96,0.0;97,0.0;98,1.171875E-6;99,0.0;100,3.125E-6;101,1.171875E-6;102,0.0;112,0.0;113,3.90625E-7;114,0.0;123,0.0;124,7.8125E-7;125,1.171875E-6;126,3.90625E-7;127,0.0;133,0.0;134,7.8125E-7;135,1.171875E-6;136,2.34375E-6;137,1.953125E-6;138,3.125E-6;139,3.125E-6;140,4.6875E-6;141,6.640625E-6;142,5.46875E-6;143,4.296875E-6;144,1.171875E-6;145,3.90625E-7;146,0.0;151,0.0;152,3.90625E-7;153,4.6484376E-5;154,3.3203127E-5;155,0.0;156,0.0;157,2.34375E-6;158,4.296875E-6;159,3.90625E-5;160,1.484375E-5;161,1.03515624E-4;162,5.546875E-5;163,3.046875E-5;164,1.5625E-6;165,1.1328125E-5;166,3.3984375E-5;167,2.3046875E-4;168,7.851562E-5;169,1.3398437E-4;170,5.6640623E-5;171,1.7578124E-5;172,2.6953125E-5;173,7.8125E-7;174,6.523437E-5;175,1.2890625E-5;176,1.09375E-5;177,6.8359375E-5;178,2.9296874E-5;179,1.6796876E-5;180,2.8515626E-5;181,1.953125E-5;182,1.875E-5;183,1.1484375E-4;184,7.578125E-5;185,1.640625E-4;186,1.0546875E-4;187,8.242187E-5;188,3.7109374E-5;189,2.3046876E-5;190,5.2734376E-5;191,1.4882813E-4;192,2.421875E-5;193,5.1171875E-5;194,1.8828125E-4;195,7.1875E-5;196,1.640625E-5;197,3.203125E-5;198,6.0546874E-5;199,2.8125E-5;200,1.953125E-6;201,6.757813E-5;202,4.4921875E-5;203,3.75E-5;204,6.640625E-5;205,1.0078125E-4;206,7.382812E-5;207,2.2265625E-5;208,1.875E-5;209,7.421875E-6;210,0.0;213,0.0;214,2.1484375E-5;215,0.0;216,0.0;217,4.3359374E-5;218,0.0;219,9.375E-6;220,1.25E-5;221,0.0;225,0.0;226,9.375E-6;227,0.0;231,0.0;232,1.09375E-5;233,0.0;237,0.0;238,3.125E-6;239,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:snowball:0", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:beehives:0", + "distrib": "0,0.0;31,0.0;32,4.296875E-6;33,1.0546875E-5;34,8.203125E-6;35,4.6875E-6;36,8.59375E-6;37,5.078125E-6;38,4.6875E-6;39,7.03125E-6;40,1.953125E-6;41,2.734375E-6;42,1.953125E-6;43,1.171875E-6;44,1.5625E-6;45,1.171875E-6;46,5.859375E-6;47,1.328125E-5;48,3.125E-6;49,7.421875E-6;50,6.25E-6;51,5.078125E-6;52,4.296875E-6;53,5.46875E-6;54,3.515625E-6;55,4.6875E-6;56,2.734375E-6;57,3.125E-6;58,2.34375E-6;59,1.953125E-6;60,4.296875E-6;61,2.34375E-6;62,3.90625E-6;63,3.125E-6;64,3.90625E-7;65,1.171875E-6;66,1.171875E-6;67,1.953125E-6;68,3.90625E-7;69,2.734375E-6;70,7.8125E-7;71,3.90625E-7;72,7.8125E-7;73,1.953125E-6;74,1.5625E-6;75,1.171875E-6;76,7.8125E-7;77,0.0;78,1.171875E-6;79,7.8125E-7;80,0.0;81,0.0;82,3.90625E-7;83,0.0;84,7.8125E-7;86,7.8125E-7;87,1.953125E-6;88,7.8125E-7;90,7.8125E-7;91,1.171875E-6;92,7.8125E-7;93,1.171875E-6;94,3.90625E-7;95,3.90625E-7;96,0.0;97,3.90625E-7;98,1.171875E-6;99,0.0;100,0.0;101,3.90625E-7;102,3.90625E-7;103,7.8125E-7;104,1.953125E-6;105,0.0;106,1.171875E-6;107,0.0;108,0.0;109,7.8125E-7;110,0.0;111,7.8125E-7;112,3.90625E-7;113,0.0;115,0.0;116,3.90625E-7;117,3.90625E-7;118,0.0;119,0.0;120,3.90625E-7;121,0.0;122,3.90625E-7;123,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2763, + "1": 0.2732, + "2": 0.2808, + "3": 0.2714 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.7609, + "1": 0.7567, + "2": 0.7514, + "3": 0.7602 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0208, + "1": 0.0196, + "2": 0.0205, + "3": 0.0208 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0166, + "1": 0.0187, + "2": 0.0178, + "3": 0.0148 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0518, + "1": 0.0607, + "2": 0.0575, + "3": 0.0584 + } + }, + { + "itemStack": "forestry:bee_combs:0", + "fortunes": { + "0": 0.822, + "1": 0.8193, + "2": 0.8178, + "3": 0.8201 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0481, + "1": 0.0474, + "2": 0.0502, + "3": 0.0442 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesForest\",UID1:\"forestry.speciesForest\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlower\",UID1:\"forestry.floweringSlower\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.6511, + "1": 0.6465, + "2": 0.6412, + "3": 0.6494 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:beehives:2", + "distrib": "0,0.0;26,0.0;27,3.90625E-7;28,0.0;30,0.0;31,8.203125E-6;32,8.203125E-6;33,1.015625E-5;34,1.0546875E-5;35,1.5234375E-5;36,4.6875E-6;37,2.734375E-6;38,2.734375E-6;39,3.90625E-6;40,1.5625E-6;41,7.8125E-7;42,0.0;43,3.90625E-7;45,3.90625E-7;46,0.0;55,0.0;56,3.90625E-7;57,0.0;58,0.0;59,3.90625E-7;60,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesModest\",UID1:\"forestry.speciesModest\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceDown1\",UID1:\"forestry.toleranceDown1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersCacti\",UID1:\"forestry.flowersCacti\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2986, + "1": 0.3032, + "2": 0.2956, + "3": 0.3057 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesModest\",UID1:\"forestry.speciesModest\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceDown1\",UID1:\"forestry.toleranceDown1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersCacti\",UID1:\"forestry.flowersCacti\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.7014, + "1": 0.6968, + "2": 0.7044, + "3": 0.6943 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesModest\",UID1:\"forestry.speciesModest\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceDown1\",UID1:\"forestry.toleranceDown1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersCacti\",UID1:\"forestry.flowersCacti\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9602, + "1": 0.9617, + "2": 0.9609, + "3": 0.9555 + } + }, + { + "itemStack": "forestry:bee_combs:7", + "fortunes": { + "0": 0.9592, + "1": 0.9576, + "2": 0.9596, + "3": 0.9606 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:beehives:1", + "distrib": "0,0.0;28,0.0;29,3.90625E-7;30,1.5625E-6;31,1.875E-5;32,2.890625E-5;33,1.953125E-5;34,1.9921876E-5;35,1.1328125E-5;36,9.765625E-6;37,1.09375E-5;38,5.078125E-6;39,4.6875E-6;40,5.46875E-6;41,1.5625E-6;42,1.5625E-6;43,7.8125E-7;44,0.0;45,1.171875E-6;46,7.8125E-7;47,3.90625E-7;48,0.0;55,0.0;56,3.90625E-7;57,0.0;58,0.0;59,3.90625E-7;60,1.5625E-6;61,1.171875E-6;62,3.90625E-7;63,1.5625E-6;64,1.171875E-6;65,0.0;75,0.0;76,3.90625E-7;77,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4765, + "1": 0.4973, + "2": 0.4828, + "3": 0.5009 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0595, + "1": 0.0649, + "2": 0.0605, + "3": 0.06 + } + }, + { + "itemStack": "forestry:bee_combs:0", + "fortunes": { + "0": 0.0568, + "1": 0.0577, + "2": 0.0612, + "3": 0.064 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:redstone:0", + "distrib": "0,0.0;18,0.0;19,3.90625E-7;20,3.515625E-6;21,3.515625E-6;22,2.34375E-6;23,2.734375E-6;24,3.515625E-6;25,5.859375E-6;26,6.640625E-6;27,1.6015625E-5;28,1.5625E-6;29,1.5625E-6;30,3.90625E-7;31,4.6875E-6;32,7.8125E-7;33,0.0;34,0.0;35,2.34375E-6;36,0.0;111,0.0;112,1.5625E-6;113,0.0;119,0.0;120,1.5625E-6;121,0.0;187,0.0;188,3.90625E-7;189,0.0;190,0.0;191,1.5625E-6;192,0.0;193,0.0;194,1.5625E-6;195,0.0;209,0.0;210,1.5625E-6;211,0.0;217,0.0;218,1.953125E-6;219,0.0;232,0.0;233,1.953125E-6;234,0.0;237,0.0;238,1.953125E-6;239,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:gravel:0", + "distrib": "0,0.0;1,0.002484375;2,0.0049933596;3,0.007577344;4,0.009654297;5,0.012142968;6,0.012276172;7,0.012135156;8,0.0121453125;9,0.011816797;10,0.0116253905;11,0.011458593;12,0.011361328;13,0.011635938;14,0.014201172;15,0.017034765;16,0.012344922;17,0.01266875;18,0.012842188;19,0.012785156;20,0.011852735;21,0.011288672;22,0.010628516;23,0.010891016;24,0.011199609;25,0.011630469;26,0.012208203;27,0.01215664;28,0.012954297;29,0.009867578;30,0.006674609;31,0.0040421877;32,0.0029738282;33,0.0028019531;34,0.0031640625;35,0.0023589844;36,0.0017378906;37,0.0014140625;38,0.00138125;39,8.7421876E-4;40,6.121094E-4;41,5.695312E-4;42,5.0234376E-4;43,4.65625E-4;44,4.7617187E-4;45,4.46875E-4;46,4.6484376E-4;47,4.9375E-4;48,4.6367187E-4;49,3.921875E-4;50,3.0820313E-4;51,2.7304687E-4;52,2.8085939E-4;53,3.2578126E-4;54,3.46875E-4;55,3.5234375E-4;56,3.28125E-4;57,2.6835938E-4;58,2.519531E-4;59,1.4570313E-4;60,8.125E-5;61,3.6328125E-5;62,9.765625E-6;63,5.078125E-6;64,1.0546875E-5;65,1.328125E-5;66,1.9140625E-5;67,1.3671875E-5;68,8.984375E-6;69,6.25E-6;70,3.90625E-7;71,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:flint:0", + "fortunes": { + "0": 0.0955, + "1": 0.144, + "2": 0.2492, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:sort_slab:0", + "distrib": "0,0.0;31,0.0;32,1.5625E-6;33,0.0;34,8.203125E-6;35,0.0;36,1.3671875E-5;37,8.984375E-6;38,3.125E-6;39,3.90625E-7;40,0.0;41,4.6875E-6;42,9.765625E-6;43,1.015625E-5;44,1.953125E-6;45,7.8125E-7;46,7.8125E-7;47,0.0;48,0.0;49,1.953125E-6;50,1.953125E-6;51,7.8125E-7;52,3.90625E-7;53,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:sort_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extrautils2:redorchid:0", + "distrib": "0,0.0;6,0.0;7,7.8125E-7;8,0.0;9,0.0;10,3.125E-6;11,3.515625E-6;12,5.078125E-6;13,4.296875E-6;14,2.734375E-6;15,1.171875E-6;16,3.90625E-7;17,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "extrautils2:redorchid:0", + "fortunes": { + "0": 1.131, + "1": 1.2474, + "2": 1.404, + "3": 1.6041 + } + }, + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 1.0, + "1": 1.4968, + "2": 1.9879, + "3": 2.5134 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mangrove_slab:0", + "distrib": "0,0.0;20,0.0;21,1.5625E-6;22,2.734375E-6;23,1.953125E-6;24,1.5625E-6;25,0.0;31,0.0;32,2.34375E-6;33,5.078125E-6;34,1.6796876E-5;35,1.3671875E-5;36,3.90625E-7;37,1.640625E-5;38,0.0;39,0.0;40,1.953125E-6;41,4.6875E-6;42,1.953125E-6;43,1.171875E-6;44,7.8125E-7;45,3.90625E-7;46,3.90625E-7;47,0.0;64,0.0;65,2.734375E-6;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:mangrove_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extrabees:hive:0", + "distrib": "0,0.0;1,1.171875E-6;2,3.90625E-7;3,1.171875E-6;4,3.90625E-7;5,2.734375E-6;6,3.90625E-7;7,3.90625E-7;8,0.0;9,7.8125E-7;10,0.0;14,0.0;15,1.171875E-6;16,0.0;20,0.0;21,3.90625E-7;22,0.0;23,3.90625E-7;24,0.0;27,0.0;28,1.171875E-6;29,3.515625E-6;30,1.2109375E-5;31,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0913, + "1": 0.2609, + "2": 0.2458, + "3": 0.2308 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0315, + "1": 0.0665, + "2": 0.0561, + "3": 0.0566 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.water\",UID1:\"extrabees.species.water\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"extrabees.flower.water\",UID1:\"extrabees.flower.water\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"extrabees.effect.water\",UID1:\"extrabees.effect.water\"}]},NA:0b}", + "fortunes": { + "0": 0.3281 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.water\",UID1:\"extrabees.species.water\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"extrabees.flower.water\",UID1:\"extrabees.flower.water\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"extrabees.effect.water\",UID1:\"extrabees.effect.water\"}]}}", + "fortunes": { + "0": 0.3327 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.water\",UID1:\"extrabees.species.water\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"extrabees.flower.water\",UID1:\"extrabees.flower.water\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"extrabees.effect.water\",UID1:\"extrabees.effect.water\"}]}}", + "fortunes": { + "0": 0.5305 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.09, + "1": 0.2496, + "2": 0.251, + "3": 0.2551 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:soul_sand:0", + "distrib": "0,0.0;35,0.0;36,1.171875E-6;37,1.171875E-6;38,3.90625E-7;39,0.0;40,0.0;41,3.90625E-7;42,0.0;52,0.0;53,2.109375E-5;54,7.8125E-7;55,0.0;59,0.0;60,2.03125E-5;61,7.8125E-7;62,0.0;66,0.0;67,1.875E-5;68,7.8125E-7;69,0.0;73,0.0;74,1.9921876E-5;75,7.8125E-7;76,0.0;80,0.0;81,1.875E-5;82,1.953125E-6;83,0.0;87,0.0;88,1.9140625E-5;89,7.8125E-7;90,3.90625E-7;91,0.0;94,0.0;95,1.6796876E-5;96,7.8125E-7;97,0.0;101,0.0;102,1.6796876E-5;103,7.8125E-7;104,3.90625E-7;105,0.0;108,0.0;109,1.796875E-5;110,7.8125E-7;111,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_stairs_brick:0", + "distrib": "0,0.0;63,0.0;64,1.953125E-6;85,1.953125E-6;86,3.90625E-6;119,3.90625E-6;120,5.859375E-6;121,1.1328125E-5;122,1.796875E-5;123,2.265625E-5;124,2.1484375E-5;125,1.8359375E-5;126,1.6796876E-5;127,7.421875E-6;128,7.421875E-6;129,4.6875E-6;135,4.6875E-6;136,4.296875E-6;137,4.6875E-6;144,4.6875E-6;145,6.640625E-6;146,7.03125E-6;150,7.03125E-6;151,8.203125E-6;152,7.8125E-6;153,1.7382813E-4;154,1.2890625E-5;155,1.3671875E-5;156,1.015625E-5;157,1.09375E-5;158,1.09375E-5;159,1.484375E-5;160,1.328125E-5;161,1.484375E-5;162,1.40625E-5;163,1.3671875E-5;164,1.328125E-5;165,1.4453125E-5;166,1.3671875E-5;167,1.5234375E-5;168,1.25E-5;169,1.5625E-5;170,1.484375E-5;171,1.8203125E-4;172,1.484375E-5;173,1.96875E-4;174,2.7734375E-5;175,2.6171874E-5;177,2.6171874E-5;178,2.578125E-5;179,2.5390626E-5;180,2.5E-5;181,2.4609375E-5;182,2.4609375E-5;183,1.1328125E-5;184,1.09375E-5;185,1.015625E-5;186,1.09375E-5;187,1.09375E-5;188,1.0546875E-5;189,1.015625E-5;190,1.015625E-5;191,1.7421875E-4;192,7.03125E-6;193,5.078125E-6;194,2.34375E-6;195,1.5625E-6;200,1.5625E-6;201,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:castle_stairs_brick:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_stairs_mossy:8", + "distrib": "0,0.0;31,0.0;32,1.15625E-4;33,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:nagastone_stairs_mossy:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_vine_blue_mid:0", + "distrib": "0,0.0;85,0.0;86,3.90625E-7;87,7.8125E-7;88,1.171875E-6;89,1.953125E-6;90,2.34375E-6;91,2.734375E-6;92,3.125E-6;93,2.734375E-6;94,3.90625E-7;95,1.171875E-6;96,0.0;97,0.0;98,1.5625E-6;99,1.171875E-6;100,1.953125E-6;101,1.953125E-6;102,2.34375E-6;103,7.8125E-7;104,7.8125E-7;105,1.171875E-6;106,1.5625E-6;107,2.34375E-6;108,1.5625E-6;109,1.5625E-6;110,1.171875E-6;111,2.34375E-6;112,1.171875E-6;113,1.171875E-6;114,7.8125E-7;115,3.90625E-7;116,0.0;120,0.0;121,1.171875E-6;122,1.953125E-6;123,2.734375E-6;124,2.34375E-6;125,4.296875E-6;126,2.34375E-6;127,2.34375E-6;128,3.90625E-7;129,7.8125E-7;130,7.8125E-7;131,1.171875E-6;132,7.8125E-7;133,7.8125E-7;134,1.5625E-6;136,1.5625E-6;137,3.90625E-7;138,1.5625E-6;139,1.953125E-6;140,2.734375E-6;141,2.34375E-6;142,0.0;143,0.0;144,3.90625E-7;145,3.90625E-7;146,1.5625E-6;147,1.5625E-6;148,1.171875E-6;149,3.90625E-7;150,7.8125E-7;151,7.8125E-7;152,0.0;192,0.0;193,7.8125E-7;194,1.953125E-6;195,1.5625E-6;196,7.8125E-7;197,1.5625E-6;198,1.171875E-6;199,7.8125E-7;200,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "actuallyadditions:item_rice_seed:0", + "distrib": "0,0.0;28,0.0;29,1.5625E-6;30,1.25E-5;31,1.765625E-4;32,7.8125E-7;33,1.5625E-6;34,1.5625E-6;35,3.90625E-7;36,0.0;37,0.0;38,3.90625E-7;39,7.8125E-7;40,3.90625E-7;41,0.0;59,0.0;60,3.90625E-7;61,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_food:16", + "fortunes": { + "0": 1.4967, + "1": 1.5113, + "2": 1.4941, + "3": 1.5009 + } + }, + { + "itemStack": "actuallyadditions:item_rice_seed:0", + "fortunes": { + "0": 1.7331, + "1": 2.2869, + "2": 2.877, + "3": 3.4262 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_pillar_mossy:0", + "distrib": "0,0.0;29,0.0;30,9.765625E-6;31,2.734375E-6;32,7.8125E-7;33,1.0546875E-5;34,1.71875E-5;35,3.5546876E-5;36,4.53125E-5;37,3.7890626E-5;38,3.6328125E-5;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:giant_cobblestone:0", + "distrib": "0,0.0;167,0.0;168,2.0625E-4;175,2.0625E-4;176,7.5E-5;179,7.5E-5;180,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:dark_leaves:0", + "distrib": "0,0.0;35,0.0;36,7.949219E-4;37,0.0043925783;38,0.012054297;39,0.023185547;40,0.03585039;41,0.047984377;42,0.05684375;43,0.06208672;44,0.064901955;45,0.06641367;46,0.06668906;47,0.063028514;48,0.0052171876;49,0.0040546875;50,0.0023585937;51,8.5859373E-4;52,1.40625E-5;53,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_sapling:3", + "fortunes": { + "0": 0.021, + "1": 0.0237, + "2": 0.0248, + "3": 0.0242 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:spruce_door:0", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,3.90625E-6;33,5.46875E-6;34,3.125E-6;35,2.734375E-6;36,3.515625E-6;37,2.734375E-6;38,1.171875E-6;39,3.90625E-7;40,0.0;41,3.90625E-7;42,3.90625E-7;43,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:spruce_door:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "magicbees:hiveblock:5", + "distrib": "0,0.0;4,0.0;5,3.125E-6;6,5.859375E-6;7,1.2109375E-5;8,6.640625E-6;9,4.296875E-6;10,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "magicbees:beecomb:10", + "fortunes": { + "0": 0.3582, + "1": 0.1707, + "2": 0.1647, + "3": 0.1697 + } + }, + { + "itemStack": "minecraft:ender_pearl:0", + "fortunes": { + "0": 0.3582, + "1": 0.1707, + "2": 0.1647, + "3": 0.1697 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesOblivion\",UID1:\"magicbees.speciesOblivion\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp2\",UID1:\"forestry.toleranceUp2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersEnd\",UID1:\"forestry.flowersEnd\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.218 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesOblivion\",UID1:\"magicbees.speciesOblivion\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityMaximum\",UID1:\"forestry.fertilityMaximum\"},{Slot:4b,UID0:\"forestry.toleranceUp2\",UID1:\"forestry.toleranceUp2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersEnd\",UID1:\"forestry.flowersEnd\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.2668 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:40,MaxH:40,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesSteadfast\",UID1:\"forestry.speciesSteadfast\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanNormal\",UID1:\"forestry.lifespanNormal\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.6404, + "1": 0.8725, + "2": 0.8711, + "3": 0.8747 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:40,MaxH:40,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesSteadfast\",UID1:\"forestry.speciesSteadfast\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanNormal\",UID1:\"forestry.lifespanNormal\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.132, + "1": 0.1749, + "2": 0.1681, + "3": 0.1729 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:tripwire_hook:0", + "distrib": "0,0.0;8,0.0;9,7.03125E-6;10,0.0;18,0.0;19,4.6875E-6;20,0.0;24,0.0;25,1.171875E-6;26,7.8125E-7;27,0.0;28,3.90625E-7;29,3.90625E-7;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:tripwire_hook:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:aurora_block:0", + "distrib": "0,0.0;61,0.0;62,5.859375E-6;63,1.171875E-5;64,7.7734374E-5;66,7.7734374E-5;67,8.1640625E-5;68,8.398438E-5;69,8.0859376E-5;70,7.7734374E-5;71,7.460937E-5;72,7.2265626E-5;73,5.078125E-5;75,5.078125E-5;76,5.1171875E-5;77,5.1171875E-5;78,5.5859375E-5;79,5.5078126E-5;81,5.5078126E-5;82,6.5625E-5;83,6.40625E-5;84,6.25E-5;85,6.0546874E-5;86,5.8203124E-5;87,5.6640623E-5;88,5.5078126E-5;89,5.3515625E-5;90,5.1953124E-5;91,5.0E-5;92,5.0E-5;93,2.8125E-5;95,2.8125E-5;96,2.890625E-5;98,2.890625E-5;99,2.9296874E-5;100,3.125E-5;101,3.359375E-5;102,3.7890626E-5;103,4.375E-5;104,5.078125E-5;105,5.5859375E-5;106,6.015625E-5;107,6.4453125E-5;108,6.757813E-5;109,7.109375E-5;110,7.3046875E-5;111,7.460937E-5;112,7.96875E-5;113,4.7265625E-5;115,4.7265625E-5;116,4.8046873E-5;121,4.8046873E-5;122,6.9140624E-5;123,5.625E-5;124,5.46875E-5;125,5.3515625E-5;126,5.2734376E-5;127,5.15625E-5;128,5.0390627E-5;129,5.078125E-5;130,5.1171875E-5;131,5.078125E-5;132,8.320312E-5;133,7.460937E-5;134,7.6953125E-5;135,7.890625E-5;136,8.046875E-5;137,8.125E-5;138,7.96875E-5;139,7.890625E-5;140,7.7734374E-5;141,7.382812E-5;142,8.203125E-5;143,4.21875E-5;144,3.7890626E-5;145,3.75E-5;146,3.8671875E-5;147,4.0234376E-5;148,4.140625E-5;152,4.140625E-5;153,2.3046876E-5;155,2.3046876E-5;156,2.3828125E-5;161,2.3828125E-5;162,3.203125E-5;163,3.046875E-5;164,2.890625E-5;165,2.6953125E-5;166,2.4609375E-5;167,2.3046876E-5;168,2.1484375E-5;169,1.9921876E-5;170,1.953125E-5;181,1.953125E-5;182,5.5078126E-5;183,5.3515625E-5;184,5.1953124E-5;185,5.0E-5;186,4.6484376E-5;187,4.3359374E-5;188,3.90625E-5;189,3.4765624E-5;190,3.0859374E-5;191,2.65625E-5;192,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_pillar_weathered:0", + "distrib": "0,0.0;29,0.0;30,1.4453125E-5;31,5.078125E-6;32,7.8125E-7;33,2.1875E-5;34,1.7578124E-5;35,3.4765624E-5;36,3.3984375E-5;37,4.3359374E-5;38,3.9453123E-5;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "magicbees:hiveblock:2", + "distrib": "0,0.0;15,0.0;16,3.90625E-7;17,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0327, + "1": 0.0334, + "2": 0.0352, + "3": 0.0336 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.6995, + "1": 0.7057, + "2": 0.6996, + "3": 0.704 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0304, + "1": 0.03, + "2": 0.0288, + "3": 0.0259 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1208, + "1": 0.1131, + "2": 0.1106, + "3": 0.1137 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.578, + "1": 0.5901, + "2": 0.5753, + "3": 0.5811 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.8534, + "1": 0.8485, + "2": 0.848, + "3": 0.853 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2414, + "1": 0.2386, + "2": 0.2526, + "3": 0.2469 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesSorcerous\",UID1:\"magicbees.speciesSorcerous\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceUp1\",UID1:\"forestry.toleranceUp1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1479, + "1": 0.1379, + "2": 0.1369, + "3": 0.1384 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "magicbees:hiveblock:1", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,0.0;34,1.171875E-6;35,0.0;36,3.90625E-7;37,0.0;38,3.90625E-7;39,0.0;43,0.0;44,3.90625E-7;45,0.0;46,0.0;47,3.90625E-7;48,0.0;49,0.0;50,3.90625E-7;51,0.0;55,0.0;56,3.90625E-7;57,0.0;59,0.0;60,7.8125E-7;62,7.8125E-7;63,1.5625E-6;64,7.8125E-7;65,3.90625E-7;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0308, + "1": 0.0328, + "2": 0.0318, + "3": 0.0353 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1023, + "1": 0.0981, + "2": 0.1099, + "3": 0.106 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.259, + "1": 0.2584, + "2": 0.2698, + "3": 0.2694 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.6079, + "1": 0.6107, + "2": 0.5885, + "3": 0.5893 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0284, + "1": 0.0265, + "2": 0.0255, + "3": 0.0275 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.719, + "1": 0.7218, + "2": 0.7199, + "3": 0.7163 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.8343, + "1": 0.8369, + "2": 0.8318, + "3": 0.8394 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesUnusual\",UID1:\"magicbees.speciesUnusual\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceBoth2\",UID1:\"forestry.toleranceBoth2\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0877, + "1": 0.0826, + "2": 0.09, + "3": 0.0916 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:canopy_fence:0", + "distrib": "0,0.0;31,0.0;32,4.296875E-6;33,0.0;34,0.0;35,7.8125E-7;36,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:canopy_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "magicbees:hiveblock:4", + "distrib": "0,0.0;4,0.0;5,7.8125E-7;6,0.0;7,7.8125E-7;8,7.8125E-7;9,3.90625E-7;10,7.8125E-7;11,0.0;12,3.90625E-7;13,7.8125E-7;14,3.90625E-7;15,0.0;16,7.8125E-7;17,7.8125E-7;18,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]},NA:0b}", + "fortunes": { + "0": 0.4829, + "1": 0.4845, + "2": 0.4859, + "3": 0.4846 + } + }, + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 4.7952, + "1": 4.773, + "2": 4.8078, + "3": 4.8468 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.4954, + "1": 0.4923, + "2": 0.4918, + "3": 0.4921 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:40,MaxH:40,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesSteadfast\",UID1:\"forestry.speciesSteadfast\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanNormal\",UID1:\"forestry.lifespanNormal\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0207, + "1": 0.0201, + "2": 0.0176, + "3": 0.0187 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:40,MaxH:40,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesSteadfast\",UID1:\"forestry.speciesSteadfast\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanNormal\",UID1:\"forestry.lifespanNormal\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0217, + "1": 0.0232, + "2": 0.0223, + "3": 0.0233 + } + }, + { + "itemStack": "magicbees:beecomb:1", + "fortunes": { + "0": 0.7992, + "1": 0.7955, + "2": 0.8013, + "3": 0.8078 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesInfernal\",UID1:\"magicbees.speciesInfernal\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceDown2\",UID1:\"forestry.toleranceDown2\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersNether\",UID1:\"forestry.flowersNether\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectAggressive\",UID1:\"forestry.effectAggressive\"}]}}", + "fortunes": { + "0": 0.7828, + "1": 0.7814, + "2": 0.7854, + "3": 0.7841 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "magicbees:hiveblock:3", + "distrib": "0,0.0;9,0.0;10,6.25E-6;11,5.078125E-6;12,6.640625E-6;13,7.421875E-6;14,5.46875E-6;15,4.296875E-6;16,6.640625E-6;17,3.125E-6;18,8.203125E-6;19,4.296875E-6;20,3.90625E-6;21,4.296875E-6;22,3.90625E-6;23,3.515625E-6;24,5.078125E-6;25,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0359, + "1": 0.0357, + "2": 0.0342, + "3": 0.0338 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2484, + "1": 0.2515, + "2": 0.2525, + "3": 0.2525 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.704, + "1": 0.6927, + "2": 0.7065, + "3": 0.7093 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.5787, + "1": 0.5758, + "2": 0.574, + "3": 0.5752 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0271, + "1": 0.0279, + "2": 0.0283, + "3": 0.0274 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.85, + "1": 0.8442, + "2": 0.8515, + "3": 0.843 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.137, + "1": 0.137, + "2": 0.1393, + "3": 0.1385 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesAttuned\",UID1:\"magicbees.speciesAttuned\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityHigh\",UID1:\"forestry.fertilityHigh\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.1168, + "1": 0.125, + "2": 0.1146, + "3": 0.107 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:fire_jet:0", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:fire_jet:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stonebrick:0", + "distrib": "0,0.0;1,0.0;2,4.375E-5;3,0.0;6,0.0;7,0.0021207032;8,0.0;12,0.0;13,0.001709375;14,0.0039300784;15,0.0;17,0.0;18,6.40625E-5;19,3.5742187E-4;20,0.0035003906;21,0.002403125;22,3.8125E-4;23,4.4960936E-4;24,4.296875E-4;25,4.0625E-4;26,3.78125E-4;27,0.004223047;28,6.6328124E-4;29,4.7304688E-4;30,3.3203125E-4;31,0.0014738281;32,3.8359375E-4;33,4.988281E-4;34,7.0859375E-4;35,3.765625E-4;36,3.8515625E-4;37,3.2695313E-4;38,3.609375E-4;39,1.890625E-4;40,1.8828125E-4;41,1.9921875E-4;42,2.109375E-4;43,1.9492187E-4;44,2.0585938E-4;45,1.9140624E-4;46,1.6484375E-4;47,1.6640624E-4;48,1.5820313E-4;49,1.609375E-4;50,1.4414062E-4;51,1.2617187E-4;52,1.0703125E-4;53,9.84375E-5;54,1.125E-4;55,1.03515624E-4;56,8.59375E-5;57,9.179687E-5;58,1.03515624E-4;59,1.02734375E-4;60,1.1171875E-4;61,1.28125E-4;62,1.390625E-4;63,1.1835938E-4;64,1.1679687E-4;65,1.1484375E-4;66,1.234375E-4;67,1.3007813E-4;68,1.3867188E-4;69,1.3007813E-4;70,1.359375E-4;71,1.6679688E-4;72,1.7734375E-4;73,1.9335937E-4;74,1.953125E-4;75,2.3398438E-4;76,2.6171876E-4;77,2.65625E-4;78,2.8984374E-4;79,3.1015626E-4;80,2.7890626E-4;81,3.0390624E-4;82,3.1992188E-4;83,2.953125E-4;84,2.9765625E-4;85,2.734375E-4;86,3.1015626E-4;87,2.6953124E-4;88,2.449219E-4;89,2.4375E-4;90,1.9765625E-4;91,1.9257813E-4;92,2.140625E-4;93,1.6445313E-4;94,1.5234375E-4;95,1.4648438E-4;96,1.1171875E-4;97,1.1835938E-4;98,1.3671875E-4;99,1.28125E-4;100,1.046875E-4;101,1.0E-4;102,1.0898437E-4;103,1.16015624E-4;104,1.375E-4;105,1.1484375E-4;106,1.0625E-4;107,8.984375E-5;108,9.570312E-5;109,7.3046875E-5;110,7.65625E-5;111,6.289063E-5;112,3.1640626E-5;113,3.59375E-5;114,2.9296874E-5;115,2.34375E-5;116,1.953125E-5;117,1.6796876E-5;118,1.5625E-5;119,1.40625E-5;120,1.171875E-5;121,7.421875E-6;122,4.296875E-6;123,6.25E-6;124,6.640625E-6;125,9.375E-6;126,1.171875E-6;127,1.171875E-6;128,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "magicbees:hiveblock:0", + "distrib": "0,0.0;31,0.0;32,3.125E-6;33,8.59375E-6;34,9.765625E-6;35,7.8125E-6;36,6.25E-6;37,7.03125E-6;38,8.59375E-6;39,3.125E-6;40,5.859375E-6;41,2.34375E-6;42,1.171875E-6;43,7.8125E-7;44,2.34375E-6;45,3.90625E-7;46,3.125E-6;47,1.09375E-5;48,3.125E-6;49,7.8125E-6;50,6.25E-6;51,4.296875E-6;52,6.25E-6;53,1.6015625E-5;54,1.640625E-5;55,9.765625E-6;56,5.859375E-6;57,5.859375E-6;58,6.25E-6;59,3.125E-6;60,2.734375E-6;61,1.953125E-6;62,3.515625E-6;63,7.8125E-7;64,3.90625E-7;65,1.171875E-6;66,0.0;67,7.8125E-7;68,7.8125E-7;69,3.125E-6;70,1.171875E-6;71,1.953125E-6;72,0.0;73,1.5625E-6;74,7.8125E-7;75,7.8125E-7;76,1.953125E-6;77,0.0;78,7.8125E-7;79,0.0;80,3.90625E-7;81,0.0;82,7.8125E-7;83,3.90625E-7;84,1.171875E-6;85,7.8125E-7;86,0.0;87,3.90625E-7;88,0.0;89,7.8125E-7;90,3.90625E-7;91,0.0;92,7.8125E-7;93,1.171875E-6;94,7.8125E-7;95,7.8125E-7;96,3.90625E-7;97,0.0;98,0.0;99,3.90625E-7;100,3.90625E-7;101,7.8125E-7;102,3.90625E-7;103,0.0;104,1.171875E-6;105,3.90625E-7;109,3.90625E-7;110,7.8125E-7;111,0.0;114,0.0;115,3.90625E-7;116,0.0;119,0.0;120,3.90625E-7;121,3.90625E-7;122,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesMystical\",UID1:\"magicbees.speciesMystical\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.9928, + "1": 0.9915, + "2": 0.9914, + "3": 0.9924 + } + }, + { + "itemStack": "magicbees:beecomb:0", + "fortunes": { + "0": 0.9939, + "1": 0.9919, + "2": 0.9915, + "3": 0.9924 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesMystical\",UID1:\"magicbees.speciesMystical\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.7008, + "1": 0.7009, + "2": 0.705, + "3": 0.7003 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:20,MaxH:20,Genome:{Chromosomes:[{Slot:0b,UID0:\"magicbees.speciesMystical\",UID1:\"magicbees.speciesMystical\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShorter\",UID1:\"forestry.lifespanShorter\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2992, + "1": 0.2991, + "2": 0.295, + "3": 0.2997 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:redstone_block:0", + "distrib": "0,0.0;3,0.0;4,3.90625E-7;5,7.8125E-7;6,7.8125E-7;7,1.5625E-6;8,1.5234375E-5;9,5.46875E-5;10,9.765625E-5;11,1.5E-4;12,1.6679688E-4;13,1.6835937E-4;14,1.4648438E-4;15,1.5546875E-4;16,1.5507813E-4;17,1.4023438E-4;18,1.4570313E-4;19,1.265625E-4;20,1.2421876E-4;21,1.0820312E-4;22,1.1171875E-4;23,9.8046876E-5;24,8.007813E-5;25,3.90625E-5;26,9.375E-6;27,5.078125E-6;28,7.8125E-7;29,1.171875E-6;30,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:fire_jet:3", + "distrib": "0,0.0;32,0.0;33,3.90625E-7;34,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:mossy_cobblestone:0", + "distrib": "0,0.0;8,0.0;9,1.03125E-4;10,5.15625E-5;11,7.460937E-5;12,4.8046873E-5;13,3.046875E-5;14,6.3671876E-5;15,3.125E-5;16,4.4921875E-5;17,9.453125E-5;18,3.2421874E-5;19,5.0E-5;20,1.06640626E-4;21,2.96875E-5;22,2.0703124E-5;23,5.15625E-5;24,2.7734375E-5;25,4.84375E-5;26,3.4375E-5;27,5.234375E-5;28,1.171875E-5;29,2.578125E-5;30,7.539063E-5;31,2.421875E-4;32,1.5585938E-4;33,1.6484375E-4;34,1.6015625E-4;35,1.5195312E-4;36,1.3242188E-4;37,1.2382813E-4;38,9.765625E-5;39,7.070313E-5;40,5.2734376E-5;41,3.7109374E-5;42,3.3203127E-5;43,2.9296874E-5;44,1.953125E-5;45,1.2890625E-5;46,1.0546875E-5;47,5.46875E-6;48,6.640625E-6;49,7.8125E-7;50,3.125E-6;51,5.078125E-6;52,7.8125E-6;53,5.859375E-6;54,6.25E-6;55,8.59375E-6;56,7.8125E-6;57,2.1875E-5;58,2.4609375E-5;59,4.609375E-5;60,9.726563E-5;61,1.2421876E-4;62,1.2890625E-4;63,1.11328125E-4;64,5.78125E-5;65,2.890625E-5;66,1.2890625E-5;67,3.90625E-6;68,3.90625E-6;69,2.734375E-6;70,3.90625E-6;71,3.125E-6;72,1.5625E-6;73,1.953125E-6;74,1.5625E-6;75,1.953125E-6;76,1.5625E-6;79,1.5625E-6;80,3.90625E-6;81,3.90625E-6;82,4.6875E-6;83,4.296875E-6;84,1.5625E-6;85,0.0;86,3.90625E-7;87,3.90625E-7;88,1.5625E-6;89,7.8125E-7;90,2.34375E-6;91,3.90625E-7;92,0.0;94,0.0;95,3.90625E-7;97,3.90625E-7;98,0.0;101,0.0;102,3.90625E-7;103,0.0;105,0.0;106,3.90625E-7;107,7.8125E-7;110,7.8125E-7;111,3.90625E-7;119,3.90625E-7;120,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stonebrick:2", + "distrib": "0,0.0;1,0.0;2,1.328125E-5;3,0.0;6,0.0;7,9.421875E-4;8,0.0;12,0.0;13,7.566406E-4;14,0.00176875;15,0.0;17,0.0;18,1.875E-5;19,9.4921874E-5;20,0.0014703125;21,0.0010375;22,1.03515624E-4;23,1.09375E-4;24,1.078125E-4;25,9.960937E-5;26,1.0195313E-4;27,0.0017105469;28,1.7265625E-4;29,1.4023438E-4;30,7.890625E-5;31,3.8125E-4;32,9.375E-5;33,1.90625E-4;34,2.90625E-4;35,1.3789063E-4;36,1.1445313E-4;37,1.2304688E-4;38,1.2617187E-4;39,7.890625E-5;40,6.9140624E-5;41,8.710937E-5;42,8.125E-5;43,8.28125E-5;44,8.007813E-5;45,7.96875E-5;46,7.382812E-5;47,6.523437E-5;48,6.679688E-5;49,6.328125E-5;50,5.9765625E-5;51,4.8828126E-5;52,4.84375E-5;53,5.078125E-5;54,4.4921875E-5;55,3.75E-5;56,3.671875E-5;57,3.2421874E-5;58,4.21875E-5;59,4.453125E-5;60,5.2734376E-5;61,6.796875E-5;62,6.0546874E-5;63,5.625E-5;64,5.9765625E-5;65,5.8203124E-5;66,5.390625E-5;67,6.8359375E-5;68,5.859375E-5;69,5.78125E-5;70,7.03125E-5;71,7.382812E-5;72,8.125E-5;73,1.0039062E-4;74,8.476563E-5;75,1.0039062E-4;76,1.125E-4;77,1.0585938E-4;78,1.2304688E-4;79,1.2851563E-4;80,1.109375E-4;81,1.19921875E-4;82,1.3046875E-4;83,1.1875E-4;84,1.5117187E-4;85,1.1054688E-4;86,1.2304688E-4;87,1.1484375E-4;88,1.0898437E-4;89,9.8828124E-5;90,8.984375E-5;91,6.5625E-5;92,9.101562E-5;93,7.265625E-5;94,5.78125E-5;95,6.0546874E-5;96,4.8828126E-5;97,5.546875E-5;98,4.8046873E-5;99,5.546875E-5;100,4.8046873E-5;101,4.921875E-5;102,4.8046873E-5;103,4.53125E-5;104,5.15625E-5;105,5.078125E-5;106,3.671875E-5;107,3.125E-5;108,3.0859374E-5;109,2.578125E-5;110,2.96875E-5;111,2.734375E-5;112,1.015625E-5;113,1.2109375E-5;114,1.015625E-5;115,5.859375E-6;116,7.8125E-6;117,7.421875E-6;118,5.078125E-6;119,6.640625E-6;120,3.125E-6;121,4.296875E-6;122,3.90625E-6;123,1.171875E-6;124,1.953125E-6;125,2.34375E-6;126,0.0;127,2.34375E-6;128,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stonebrick:1", + "distrib": "0,0.0;1,0.0;2,2.8125E-5;3,0.0;6,0.0;7,0.0014433594;8,8.9453126E-5;9,5.8984377E-5;10,5.78125E-5;12,5.78125E-5;13,0.0011480469;14,0.0026496095;15,1.5E-4;16,1.4609375E-4;17,1.453125E-4;18,1.640625E-4;19,2.3242188E-4;20,0.0021828124;21,0.0015375;22,2.1875E-4;23,2.2382813E-4;24,2.359375E-4;25,2.1289062E-4;26,2.1054687E-4;27,0.0025375;28,1.5234375E-4;29,1.7304688E-4;30,1.3867188E-4;31,5.039062E-4;32,1.125E-4;33,2.6328125E-4;34,4.7773437E-4;35,2.1640625E-4;36,2.0898438E-4;37,1.7070312E-4;38,1.703125E-4;39,1.234375E-4;40,1.3515625E-4;41,1.2695312E-4;42,1.3007813E-4;43,1.2734375E-4;44,1.2890625E-4;45,1.078125E-4;46,1.09375E-4;47,1.0976563E-4;48,9.4140625E-5;49,9.0234375E-5;50,1.0195313E-4;51,7.5E-5;52,6.953125E-5;53,7.1875E-5;54,6.3671876E-5;55,6.71875E-5;56,6.09375E-5;57,5.78125E-5;58,6.5625E-5;59,7.03125E-5;60,8.6328124E-5;61,9.257813E-5;62,9.335938E-5;63,8.75E-5;64,9.609375E-5;65,8.710937E-5;66,8.984375E-5;67,8.867188E-5;68,8.5546875E-5;69,8.1640625E-5;70,8.476563E-5;71,1.06640626E-4;72,1.20703124E-4;73,1.375E-4;74,1.3203124E-4;75,1.546875E-4;76,1.7304688E-4;77,1.6757812E-4;78,1.734375E-4;79,2.0429687E-4;80,1.734375E-4;81,1.8125E-4;82,2.03125E-4;83,1.8125E-4;84,1.9179688E-4;85,1.6132812E-4;86,1.875E-4;87,1.7578126E-4;88,1.5898437E-4;89,1.5117187E-4;90,1.28125E-4;91,1.2460937E-4;92,1.3398437E-4;93,1.0507813E-4;94,1.0390625E-4;95,9.4140625E-5;96,6.523437E-5;97,7.1875E-5;98,8.007813E-5;99,7.2265626E-5;100,6.757813E-5;101,7.3046875E-5;102,6.601562E-5;103,7.8125E-5;104,7.460937E-5;105,6.132812E-5;106,5.6640623E-5;107,5.15625E-5;108,4.3359374E-5;109,4.3359374E-5;110,4.1015624E-5;111,3.3984375E-5;112,1.8359375E-5;113,1.8359375E-5;114,1.640625E-5;115,1.2890625E-5;116,9.375E-6;117,8.59375E-6;118,1.25E-5;119,7.421875E-6;120,8.984375E-6;121,5.859375E-6;122,4.296875E-6;123,3.125E-6;124,2.734375E-6;125,2.34375E-6;126,1.5625E-6;127,1.171875E-6;128,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:end_stone:0", + "distrib": "0,0.0;2,0.0;3,1.953125E-6;4,1.5625E-5;5,5.8984377E-5;6,1.1640625E-4;7,1.53125E-4;8,1.2265625E-4;9,7.734375E-5;10,2.265625E-5;11,3.515625E-6;12,3.90625E-7;13,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stonebrick:3", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,3.125E-6;33,3.90625E-6;34,1.2890625E-5;35,3.046875E-5;36,5.859375E-5;37,2.734375E-6;38,3.5546876E-5;39,4.6875E-6;40,3.90625E-7;41,7.8125E-7;42,7.8125E-7;43,0.0;44,7.8125E-7;45,0.0;66,0.0;67,7.8125E-7;68,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:etched_nagastone_weathered:0", + "distrib": "0,0.0;28,0.0;29,2.578125E-5;30,1.390625E-4;31,6.6445314E-4;32,1.484375E-5;33,8.59375E-6;34,5.859375E-6;35,3.125E-6;36,4.609375E-5;37,4.296875E-6;38,3.828125E-5;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "actuallyadditions:block_misc:3", + "distrib": "0,0.0;1,5.574219E-4;2,0.0012039063;3,0.0017246094;4,0.0022957032;5,0.00285625;6,0.0027253907;7,0.0027796875;8,0.0026808593;9,0.0026632813;10,0.0025945313;11,0.002676953;12,0.0026953125;13,0.0025660156;14,0.0025871093;15,0.0026503906;16,0.0026109375;17,0.0025625;18,0.002509375;19,0.0025214844;20,0.0024796876;21,0.0024621093;22,0.0024484375;23,0.002413672;24,0.0024210936;25,0.0024375;26,0.0023589844;27,0.0020035156;28,0.0016613281;29,0.0012804688;30,9.988281E-4;31,6.757812E-4;32,4.4023438E-4;33,3.28125E-4;34,2.2929687E-4;35,1.8710937E-4;36,1.5E-4;37,1.2421876E-4;38,1.3242188E-4;39,9.4140625E-5;40,8.242187E-5;41,8.867188E-5;42,8.515625E-5;43,3.3984375E-5;44,1.953125E-6;45,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:crystal_ordo:0", + "distrib": "0,0.0;6,0.0;7,1.171875E-6;8,8.984375E-6;9,2.8125E-5;10,3.359375E-5;11,3.9453123E-5;12,6.289063E-5;13,4.609375E-5;14,5.390625E-5;15,5.0E-5;16,4.84375E-5;17,5.15625E-5;18,5.5078126E-5;19,1.0039062E-4;20,5.625E-5;21,4.609375E-5;22,6.601562E-5;23,3.2421874E-5;24,3.7109374E-5;25,4.375E-5;26,4.8828126E-5;27,2.65625E-5;28,2.4609375E-5;29,2.1484375E-5;30,2.0703124E-5;31,1.6015625E-5;32,1.2109375E-5;33,8.59375E-6;34,9.375E-6;35,7.421875E-6;36,3.515625E-6;37,2.734375E-6;38,2.34375E-6;39,3.515625E-6;40,3.125E-6;41,6.640625E-6;42,6.640625E-6;43,4.296875E-6;44,1.5625E-6;45,1.953125E-6;46,1.953125E-6;47,1.5625E-6;48,1.953125E-6;49,3.90625E-7;50,0.0;52,0.0;53,7.8125E-7;54,0.0;55,0.0;56,1.953125E-6;57,1.5625E-6;58,7.8125E-7;59,0.0;62,0.0;63,3.90625E-7;64,3.90625E-6;65,0.0;68,0.0;69,3.90625E-7;70,4.296875E-6;71,1.171875E-6;72,1.171875E-6;73,0.0;74,0.0;75,7.8125E-7;76,0.0;80,0.0;81,3.90625E-7;82,1.5625E-6;83,2.734375E-6;84,1.5625E-6;85,0.0;86,3.90625E-6;87,3.90625E-7;88,7.8125E-7;89,3.90625E-7;90,7.8125E-7;91,1.5625E-6;92,6.25E-6;93,3.90625E-7;94,0.0;99,0.0;100,1.171875E-6;101,1.171875E-6;102,1.953125E-6;103,0.0;104,3.90625E-7;105,7.8125E-7;106,0.0;108,0.0;109,3.90625E-7;110,7.8125E-7;111,2.34375E-6;112,0.0;113,7.8125E-7;114,7.8125E-7;115,3.90625E-7;116,0.0;119,0.0;120,7.8125E-7;121,0.0;122,1.171875E-6;123,7.8125E-7;124,1.171875E-6;125,0.0;130,0.0;131,7.8125E-7;132,1.171875E-6;133,7.8125E-7;134,3.90625E-7;135,3.90625E-7;136,0.0;143,0.0;144,1.171875E-6;146,1.171875E-6;147,7.8125E-7;148,7.8125E-7;149,1.953125E-6;150,2.34375E-6;151,1.171875E-6;152,0.0;153,7.8125E-7;154,1.171875E-6;155,1.171875E-6;156,0.0;160,0.0;161,7.8125E-7;162,7.8125E-7;163,1.5625E-6;164,3.125E-6;165,2.734375E-6;166,7.8125E-7;167,0.0;168,0.0;169,7.8125E-7;170,1.171875E-6;171,1.171875E-6;172,0.0;173,0.0;174,3.90625E-7;175,0.0;188,0.0;189,1.171875E-6;191,1.171875E-6;192,0.0;202,0.0;203,3.90625E-7;204,3.90625E-7;205,7.8125E-7;206,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ordo\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:oak_stairs:0", + "distrib": "0,0.0;7,0.0;8,2.34375E-5;9,8.359375E-5;10,0.0;11,0.0;12,5.859375E-5;13,0.0;14,0.0;15,3.359375E-5;16,0.0;18,0.0;19,6.601562E-5;20,0.0;21,0.0;22,6.25E-5;23,0.0;25,0.0;26,1.5625E-6;27,1.5625E-6;28,0.0;29,7.8125E-7;30,2.734375E-6;31,0.0;32,7.8125E-7;33,0.0;34,3.125E-6;35,1.09375E-5;36,2.34375E-5;37,1.09375E-5;38,9.375E-6;39,2.9296874E-5;40,1.09375E-5;41,1.6796876E-5;42,1.171875E-6;43,1.953125E-6;44,7.8125E-7;45,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:oak_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_vine_blue:0", + "distrib": "0,0.0;88,0.0;89,3.90625E-7;90,1.5625E-6;91,1.953125E-6;92,2.734375E-6;93,2.734375E-6;94,3.90625E-6;95,3.125E-6;96,3.90625E-7;97,0.0;98,0.0;99,7.8125E-7;100,1.171875E-6;101,2.34375E-6;102,1.953125E-6;103,4.296875E-6;104,2.734375E-6;105,3.125E-6;106,1.953125E-6;107,2.34375E-6;108,2.34375E-6;109,1.5625E-6;110,2.34375E-6;111,1.953125E-6;112,3.90625E-7;113,1.5625E-6;114,1.953125E-6;115,1.5625E-6;117,1.5625E-6;118,3.90625E-7;119,3.90625E-7;120,0.0;122,0.0;123,7.8125E-7;124,2.34375E-6;125,2.734375E-6;126,5.078125E-6;127,4.6875E-6;128,0.0;129,0.0;130,7.8125E-7;131,7.8125E-7;132,1.171875E-6;133,1.5625E-6;134,1.5625E-6;135,1.171875E-6;136,1.5625E-6;137,1.953125E-6;138,2.734375E-6;139,2.734375E-6;140,3.515625E-6;141,4.296875E-6;142,4.296875E-6;143,1.953125E-6;144,0.0;146,0.0;147,7.8125E-7;148,1.5625E-6;149,2.34375E-6;150,1.5625E-6;151,1.171875E-6;152,2.34375E-6;153,7.8125E-7;154,7.8125E-7;155,0.0;193,0.0;194,3.90625E-7;195,1.5625E-6;196,3.125E-6;197,1.953125E-6;198,2.34375E-6;199,1.953125E-6;200,1.953125E-6;201,1.171875E-6;202,3.90625E-7;203,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:ore_amber:0", + "distrib": "0,0.0;1,7.8125E-7;2,4.6875E-6;3,6.640625E-6;4,7.421875E-6;5,1.4453125E-5;6,2.3828125E-5;7,2.875E-4;8,4.4375E-4;9,5.34375E-4;10,6.402344E-4;11,6.828125E-4;12,7.8164064E-4;13,8.328125E-4;14,8.7851565E-4;15,9.3085936E-4;16,9.4453123E-4;17,9.925781E-4;18,9.917968E-4;19,9.929688E-4;20,0.001021875;21,0.0010582032;22,0.0010476563;23,0.0010472656;24,0.001153125;25,0.0011628906;26,0.001146875;27,0.0010699219;28,8.777344E-4;29,6.9882814E-4;30,4.7734374E-4;31,3.1757812E-4;32,2.0820313E-4;33,1.4453125E-4;34,9.140625E-5;35,6.484375E-5;36,5.7421876E-5;37,5.0E-5;38,4.7265625E-5;39,4.609375E-5;40,4.1015624E-5;41,4.1796877E-5;42,4.296875E-5;43,4.7265625E-5;44,4.2578125E-5;45,5.234375E-5;46,4.8828126E-5;47,5.1171875E-5;48,5.1171875E-5;49,5.625E-5;50,5.5859375E-5;51,6.757813E-5;52,5.3515625E-5;53,4.84375E-5;54,5.7421876E-5;55,5.1171875E-5;56,4.6875E-5;57,4.6875E-5;58,3.28125E-5;59,2.96875E-5;60,1.5234375E-5;61,1.09375E-5;62,4.296875E-6;63,3.125E-6;64,2.34375E-6;65,2.34375E-6;66,2.734375E-6;67,1.5625E-6;68,1.5625E-6;69,1.953125E-6;70,1.171875E-6;71,3.90625E-7;72,0.0;92,0.0;93,3.90625E-7;94,0.0;100,0.0;101,3.90625E-7;102,0.0;103,3.90625E-7;104,0.0;105,0.0;106,3.90625E-7;107,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thaumcraft:curio:1", + "fortunes": { + "0": 0.102, + "1": 0.1303, + "2": 0.1695, + "3": 0.2188 + } + }, + { + "itemStack": "thaumcraft:amber:0", + "fortunes": { + "0": 1.396, + "1": 1.865, + "2": 2.4493, + "3": 3.0978 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:5", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,0.0;9,3.90625E-6;10,3.515625E-6;11,3.90625E-6;12,4.296875E-6;13,4.6875E-6;14,5.46875E-6;15,5.859375E-6;16,4.6875E-6;17,4.296875E-6;18,5.859375E-6;19,7.421875E-6;20,3.125E-6;21,7.03125E-6;22,4.296875E-6;23,4.296875E-6;24,2.34375E-6;25,3.125E-6;26,2.734375E-6;27,4.296875E-6;28,3.125E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:4", + "distrib": "0,0.0;7,0.0;8,7.8125E-7;9,5.859375E-6;10,3.125E-6;11,2.734375E-6;12,5.46875E-6;13,3.90625E-6;14,5.078125E-6;15,4.6875E-6;16,4.296875E-6;17,1.953125E-6;18,3.90625E-6;19,8.59375E-6;20,3.90625E-6;21,3.515625E-6;22,3.515625E-6;23,4.6875E-6;24,3.515625E-6;25,1.5625E-6;26,2.34375E-6;27,2.34375E-6;28,3.125E-6;29,4.296875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:7", + "distrib": "0,0.0;5,0.0;6,3.90625E-7;7,0.0;8,3.90625E-7;9,2.734375E-6;10,3.125E-6;11,5.078125E-6;12,3.90625E-6;13,5.078125E-6;14,4.296875E-6;15,4.6875E-6;16,5.46875E-6;17,2.34375E-6;18,2.34375E-6;19,7.421875E-6;20,3.515625E-6;21,4.6875E-6;22,3.515625E-6;23,1.5625E-6;24,4.296875E-6;25,4.296875E-6;26,2.34375E-6;27,3.515625E-6;28,3.90625E-6;29,5.078125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.5:0", + "distrib": "0,0.0;30,0.0;31,1.9140625E-5;32,1.953125E-5;33,8.203125E-6;34,1.953125E-6;35,4.6875E-6;36,1.015625E-5;37,5.859375E-6;38,4.6875E-6;39,6.640625E-6;40,3.515625E-6;41,0.0;57,0.0;58,2.734375E-6;59,1.953125E-6;60,2.734375E-6;61,1.171875E-6;62,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"blueberry\",UID1:\"blueberry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsAverage\",UID1:\"forestry.saplingsAverage\"},{Slot:3b,UID0:\"extratrees.fruitBlueberry\",UID1:\"extratrees.fruitBlueberry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0471, + "1": 0.053, + "2": 0.0502, + "3": 0.0487 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:6", + "distrib": "0,0.0;4,0.0;5,3.90625E-7;6,3.90625E-7;7,0.0;8,0.0;9,5.46875E-6;10,4.296875E-6;11,2.734375E-6;12,2.734375E-6;13,3.515625E-6;14,6.640625E-6;15,7.03125E-6;16,2.734375E-6;17,3.515625E-6;18,2.734375E-6;19,7.03125E-6;20,4.296875E-6;21,4.6875E-6;22,2.34375E-6;24,2.34375E-6;25,2.734375E-6;26,3.90625E-6;27,2.734375E-6;28,2.734375E-6;29,3.515625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.5:1", + "distrib": "0,0.0;30,0.0;31,9.375E-6;32,1.0546875E-5;33,8.984375E-6;34,1.4453125E-5;35,1.4453125E-5;36,3.515625E-6;37,3.90625E-7;38,7.8125E-7;39,2.34375E-6;40,1.953125E-6;41,4.296875E-6;42,3.90625E-7;43,0.0;62,0.0;63,4.296875E-6;64,4.296875E-6;65,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"cranberry\",UID1:\"cranberry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsAverage\",UID1:\"forestry.saplingsAverage\"},{Slot:3b,UID0:\"extratrees.fruitCranberry\",UID1:\"extratrees.fruitCranberry\"},{Slot:4b,UID0:\"forestry.yieldHigh\",UID1:\"forestry.yieldHigh\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0465, + "1": 0.05, + "2": 0.0494, + "3": 0.0528 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:9", + "distrib": "0,0.0;8,0.0;9,5.078125E-6;10,3.125E-6;11,6.25E-6;12,4.6875E-6;13,5.078125E-6;14,4.6875E-6;15,2.734375E-6;16,5.46875E-6;17,4.6875E-6;18,3.90625E-6;19,7.8125E-6;20,3.90625E-6;21,3.125E-6;22,3.515625E-6;23,3.125E-6;24,4.6875E-6;25,3.125E-6;26,4.296875E-6;27,5.859375E-6;28,2.734375E-6;29,3.125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.5:2", + "distrib": "0,0.0;30,0.0;31,1.09375E-5;32,1.25E-5;33,3.125E-6;34,1.171875E-6;35,5.078125E-6;36,1.953125E-6;37,7.03125E-6;38,3.515625E-6;39,0.0;43,0.0;44,2.34375E-6;45,0.0;61,0.0;62,4.296875E-6;63,1.953125E-6;64,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"juniper\",UID1:\"juniper\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitJuniper\",UID1:\"extratrees.fruitJuniper\"},{Slot:4b,UID0:\"forestry.yieldLow\",UID1:\"forestry.yieldLow\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0356, + "1": 0.0357, + "2": 0.0355, + "3": 0.0346 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:dark_slab:0", + "distrib": "0,0.0;21,0.0;22,3.125E-6;23,3.125E-6;24,0.0;25,7.8125E-6;26,3.515625E-6;27,0.0;28,6.25E-6;29,7.03125E-6;30,0.0;31,7.8125E-7;32,1.171875E-6;33,8.59375E-6;34,1.796875E-5;35,2.734375E-6;36,5.078125E-6;37,2.34375E-6;38,7.8125E-7;39,2.34375E-6;40,1.2109375E-5;41,3.90625E-6;42,1.5625E-6;43,1.328125E-5;44,0.0;45,0.0;46,7.8125E-7;47,3.90625E-7;48,3.90625E-7;49,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:dark_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:8", + "distrib": "0,0.0;7,0.0;8,3.90625E-7;9,3.125E-6;10,4.296875E-6;12,4.296875E-6;13,3.90625E-6;14,2.734375E-6;15,6.25E-6;16,5.078125E-6;17,7.8125E-7;18,3.515625E-6;19,9.765625E-6;20,2.734375E-6;21,5.46875E-6;22,3.125E-6;23,3.125E-6;24,4.296875E-6;25,4.6875E-6;26,5.46875E-6;27,2.734375E-6;28,2.734375E-6;29,4.6875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.5:4", + "distrib": "0,0.0;30,0.0;31,4.296875E-6;32,3.515625E-6;33,5.078125E-6;34,1.953125E-6;35,3.90625E-6;36,7.03125E-6;37,3.90625E-7;38,0.0;39,4.6875E-6;40,5.46875E-6;41,1.5625E-6;42,0.0;45,0.0;46,3.90625E-7;47,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"goldenraspberry\",UID1:\"goldenraspberry\"},{Slot:1b,UID0:\"forestry.heightSmaller\",UID1:\"forestry.heightSmaller\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitGolden_raspberry\",UID1:\"extratrees.fruitGolden_raspberry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFastest\",UID1:\"forestry.maturationFastest\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0326, + "1": 0.0317, + "2": 0.0376, + "3": 0.0333 + } + }, + { + "itemStack": "extratrees:food:49", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:ore_quartz:0", + "distrib": "0,0.0;1,1.9882813E-4;2,3.859375E-4;3,5.503906E-4;4,7.3867186E-4;5,9.2578126E-4;6,9.40625E-4;7,9.125E-4;8,8.9648436E-4;9,8.875E-4;10,8.960937E-4;11,8.8828127E-4;12,8.796875E-4;13,8.769531E-4;14,8.5351564E-4;15,8.6445315E-4;16,8.640625E-4;17,8.527344E-4;18,8.3398435E-4;19,8.1171875E-4;20,8.3398435E-4;21,8.21875E-4;22,8.3007815E-4;23,8.28125E-4;24,8.335938E-4;25,8.253906E-4;26,7.800781E-4;27,7.15625E-4;28,5.71875E-4;29,4.4804686E-4;30,3.21875E-4;31,2.390625E-4;32,1.3828125E-4;33,1.1171875E-4;34,8.59375E-5;35,6.132812E-5;36,5.0E-5;37,4.8046873E-5;38,3.90625E-5;39,3.5546876E-5;40,3.3203127E-5;41,2.7734375E-5;42,3.0078125E-5;43,2.8125E-5;44,2.8515626E-5;45,2.96875E-5;46,3.125E-5;47,3.203125E-5;48,2.9296874E-5;49,2.8125E-5;50,2.7734375E-5;51,2.578125E-5;52,2.8125E-5;53,3.2421874E-5;54,2.6953125E-5;55,2.734375E-5;56,2.421875E-5;57,1.640625E-5;58,1.5625E-5;59,8.59375E-6;60,8.984375E-6;61,1.171875E-6;62,2.34375E-6;63,2.734375E-6;64,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:quartz:0", + "fortunes": { + "0": 1.0, + "1": 1.3291, + "2": 1.756, + "3": 2.1993 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:brown_mushroom:0", + "distrib": "0,0.0;5,0.0;6,7.8125E-7;7,0.0;8,7.8125E-7;9,1.4140626E-4;10,3.3203127E-5;11,5.0E-5;12,5.15625E-5;13,2.109375E-5;14,9.375E-6;15,2.734375E-6;16,5.078125E-6;17,6.640625E-6;18,2.1484375E-5;19,3.3984375E-5;20,2.8515626E-5;21,2.578125E-5;22,7.8125E-6;23,3.2421874E-5;24,1.8359375E-5;25,1.796875E-5;26,1.3671875E-5;27,2.421875E-5;28,4.0234376E-5;29,2.65625E-5;30,1.953125E-5;31,2.5625E-4;32,2.8984374E-4;33,2.3710937E-4;34,3.1132813E-4;35,4.375E-4;36,5.5703125E-4;37,6.0976564E-4;38,4.7695314E-4;39,4.8632812E-4;40,4.7148438E-4;41,3.9609376E-4;42,4.5195312E-4;43,8.347656E-4;44,7.109375E-4;45,0.0011996094;46,0.0015703125;47,0.0018527344;48,5.4179685E-4;49,4.6640626E-4;50,4.0742187E-4;51,3.9765626E-4;52,2.9453126E-4;53,2.4296874E-4;54,2.6328125E-4;55,2.4101563E-4;56,5.8984377E-5;57,1.3515625E-4;58,1.234375E-4;59,5.2734376E-5;60,2.65625E-5;61,3.90625E-6;62,1.484375E-5;63,1.4453125E-5;64,2.34375E-6;65,3.90625E-6;66,2.734375E-6;67,1.171875E-6;68,1.5625E-6;69,3.90625E-7;70,3.90625E-7;71,3.515625E-6;72,3.125E-6;73,2.34375E-6;74,4.6875E-6;75,1.953125E-6;76,2.109375E-5;77,1.171875E-6;78,2.265625E-5;79,2.3046876E-5;80,1.953125E-6;81,1.953125E-5;82,1.5625E-6;83,1.171875E-6;84,2.34375E-6;85,7.8125E-7;86,3.90625E-7;87,1.875E-5;88,2.34375E-6;89,9.765625E-6;90,3.515625E-6;91,2.1484375E-5;92,0.0;93,1.171875E-6;94,3.90625E-7;95,1.5625E-6;96,3.90625E-7;97,7.8125E-7;98,3.90625E-7;99,3.90625E-7;100,1.171875E-6;101,0.0;102,0.0;103,3.90625E-7;104,3.90625E-7;105,7.8125E-7;106,3.90625E-7;107,3.90625E-7;108,0.0;113,0.0;114,7.8125E-7;115,1.171875E-6;116,3.90625E-7;117,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:firefly:0", + "distrib": "0,0.0;21,0.0;22,3.90625E-7;23,0.0;24,3.90625E-7;25,0.0;26,3.90625E-7;27,3.90625E-7;28,7.8125E-7;29,0.0;30,0.0;31,3.90625E-7;32,3.90625E-7;33,1.765625E-4;34,4.6484376E-5;35,1.20703124E-4;36,1.8984375E-4;37,2.359375E-4;38,2.78125E-4;39,2.8867187E-4;40,3.019531E-4;41,2.2890625E-4;42,1.6523438E-4;43,1.390625E-4;44,1.125E-4;45,7.421875E-5;46,5.15625E-5;47,4.84375E-5;48,3.046875E-5;49,2.265625E-5;50,1.953125E-5;51,1.71875E-5;52,1.40625E-5;53,1.71875E-5;54,1.484375E-5;55,1.8359375E-5;56,1.5234375E-5;57,1.796875E-5;58,2.34375E-5;59,1.71875E-5;60,1.6796876E-5;61,1.25E-5;62,1.6015625E-5;63,1.171875E-5;64,9.765625E-6;65,1.2890625E-5;66,1.1328125E-5;67,1.3671875E-5;68,1.796875E-5;69,1.2109375E-5;70,1.2109375E-5;71,1.328125E-5;72,1.0546875E-5;73,1.328125E-5;74,1.0546875E-5;75,8.59375E-6;76,1.25E-5;77,1.015625E-5;78,8.203125E-6;79,9.765625E-6;80,8.59375E-6;81,5.46875E-6;82,7.421875E-6;83,7.421875E-6;84,7.03125E-6;85,5.859375E-6;86,5.46875E-6;87,7.421875E-6;88,5.078125E-6;89,5.46875E-6;90,5.46875E-6;91,5.859375E-6;92,4.296875E-6;93,5.859375E-6;94,4.6875E-6;95,3.90625E-6;96,5.46875E-6;97,4.296875E-6;98,5.46875E-6;99,4.296875E-6;100,2.734375E-6;101,3.90625E-6;102,1.953125E-6;103,5.078125E-6;104,3.90625E-6;105,2.34375E-6;106,4.296875E-6;107,2.734375E-6;108,3.515625E-6;109,7.8125E-7;110,2.34375E-6;111,3.125E-6;112,7.8125E-7;113,7.8125E-7;114,1.953125E-6;115,7.8125E-7;116,3.90625E-7;117,3.125E-6;118,2.34375E-6;119,7.8125E-7;120,1.171875E-6;121,3.90625E-7;122,7.8125E-7;123,3.90625E-7;124,3.90625E-7;125,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:firefly:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "techreborn:rubber_log:0", + "distrib": "0,0.0;30,0.0;31,5.46875E-6;32,1.5234375E-5;33,2.0703124E-5;34,2.9296874E-5;35,3.984375E-5;36,3.90625E-5;37,3.984375E-5;38,3.7109374E-5;39,3.0078125E-5;40,2.1875E-5;41,1.484375E-5;42,9.375E-6;43,7.03125E-6;44,5.46875E-6;45,2.34375E-6;47,2.34375E-6;48,1.171875E-6;49,3.90625E-7;53,3.90625E-7;54,0.0;57,0.0;58,3.90625E-7;60,3.90625E-7;61,1.171875E-6;62,1.171875E-6;63,3.515625E-6;64,3.125E-6;66,3.125E-6;67,2.734375E-6;68,1.953125E-6;69,1.171875E-6;70,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:1", + "distrib": "0,0.0;8,0.0;9,2.34375E-6;10,5.859375E-6;11,4.296875E-6;13,4.296875E-6;14,3.90625E-6;15,4.6875E-6;16,3.125E-6;17,5.859375E-6;18,3.125E-6;19,8.203125E-6;20,3.125E-6;21,3.90625E-6;22,5.078125E-6;23,3.515625E-6;24,3.90625E-6;25,3.90625E-6;26,3.515625E-6;27,3.515625E-6;28,3.90625E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:0", + "distrib": "0,0.0;7,0.0;8,1.171875E-6;9,3.515625E-6;11,3.515625E-6;12,5.078125E-6;13,4.296875E-6;14,5.46875E-6;15,5.859375E-6;16,4.6875E-6;17,3.90625E-6;18,5.859375E-6;19,5.859375E-6;20,5.078125E-6;21,4.6875E-6;22,4.296875E-6;23,4.6875E-6;24,2.734375E-6;25,1.5625E-6;26,2.734375E-6;27,2.34375E-6;28,1.953125E-6;29,6.640625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:3", + "distrib": "0,0.0;7,0.0;8,3.90625E-7;9,4.296875E-6;10,2.34375E-6;11,4.296875E-6;12,2.34375E-6;13,3.90625E-6;14,4.6875E-6;15,4.6875E-6;16,5.46875E-6;17,3.125E-6;18,4.6875E-6;19,8.59375E-6;20,2.734375E-6;21,3.515625E-6;22,4.6875E-6;23,3.515625E-6;24,4.296875E-6;25,3.515625E-6;26,1.953125E-6;27,5.46875E-6;28,3.125E-6;29,4.296875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:2", + "distrib": "0,0.0;8,0.0;9,3.90625E-6;10,2.34375E-6;11,6.640625E-6;12,4.6875E-6;13,3.90625E-6;14,3.515625E-6;15,7.03125E-6;16,4.296875E-6;17,2.34375E-6;18,4.6875E-6;19,8.59375E-6;20,3.515625E-6;21,3.125E-6;22,3.515625E-6;23,4.296875E-6;24,4.296875E-6;25,2.734375E-6;26,4.296875E-6;27,2.734375E-6;28,3.90625E-6;29,5.46875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:bedrock:0", + "distrib": "0,1.0;1,0.7998961;2,0.5997668;3,0.39989805;4,0.19978008;5,0.0;6,0.0;7,0.014547656;8,5.640625E-4;13,5.640625E-4;14,0.01456875;15,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:iron_ore:0", + "distrib": "0,0.0;1,0.0015828125;2,0.003228125;3,0.004657031;4,0.0062796874;5,0.007876172;6,0.007973828;7,0.0074234377;8,0.0074523436;9,0.0074621094;10,0.0074171876;11,0.007307031;12,0.0073589846;13,0.007517578;14,0.007308984;15,0.0071808593;16,0.0071523436;17,0.007083594;18,0.0071011716;19,0.0070664063;20,0.007103516;21,0.0070734373;22,0.0068007815;23,0.0070214844;24,0.007017578;25,0.0068753907;26,0.0066652345;27,0.005875;28,0.004795703;29,0.00364375;30,0.0026851562;31,0.0019164062;32,0.00134375;33,9.6953125E-4;34,7.605469E-4;35,5.9023435E-4;36,4.4921876E-4;37,4.0273438E-4;38,3.5390625E-4;39,3.59375E-4;40,3.1484375E-4;41,3.0273438E-4;42,3.2539063E-4;43,3.3476562E-4;44,3.296875E-4;45,2.5976563E-4;46,2.4414062E-4;47,2.7382813E-4;48,2.8867187E-4;49,2.9570312E-4;50,3.0585937E-4;51,2.6679688E-4;52,2.5390624E-4;53,2.3398438E-4;54,2.1953126E-4;55,2.3046875E-4;56,2.1757813E-4;57,1.7460938E-4;58,1.4101563E-4;59,8.320312E-5;60,5.5859375E-5;61,3.0078125E-5;62,5.46875E-6;63,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:monster_egg:2", + "distrib": "0,0.0;1,0.0;2,2.34375E-6;3,0.0;6,0.0;7,2.4296874E-4;8,0.0;12,0.0;13,1.9570312E-4;14,4.566406E-4;15,0.0;19,0.0;20,3.5976563E-4;21,2.4804688E-4;22,0.0;26,0.0;27,4.2109375E-4;28,0.0;29,1.5234375E-5;30,0.0;32,0.0;33,3.1640626E-5;34,7.070313E-5;35,3.1640626E-5;36,1.328125E-5;37,1.953125E-5;38,1.6796876E-5;39,2.0703124E-5;40,1.9921876E-5;41,1.796875E-5;42,2.265625E-5;43,1.6015625E-5;44,2.1484375E-5;45,2.109375E-5;46,2.3046876E-5;47,1.5625E-5;48,1.640625E-5;49,1.40625E-5;50,1.7578124E-5;51,7.8125E-6;52,9.765625E-6;53,1.328125E-5;54,1.09375E-5;55,1.2109375E-5;56,9.375E-6;57,9.375E-6;58,9.765625E-6;59,1.015625E-5;60,1.328125E-5;61,1.2109375E-5;62,1.4453125E-5;63,9.765625E-6;64,1.171875E-5;65,1.6796876E-5;66,8.984375E-6;67,1.5234375E-5;68,1.171875E-5;69,1.484375E-5;70,1.5234375E-5;71,1.484375E-5;72,2.1875E-5;73,2.1875E-5;74,2.3828125E-5;75,2.5E-5;76,3.125E-5;77,2.9296874E-5;78,3.125E-5;79,3.359375E-5;80,3.046875E-5;81,3.0078125E-5;82,3.4765624E-5;83,3.3203127E-5;84,2.65625E-5;85,2.3046876E-5;86,3.75E-5;87,2.5E-5;88,2.3828125E-5;89,2.8125E-5;90,1.5234375E-5;91,1.875E-5;92,2.421875E-5;93,1.640625E-5;94,1.796875E-5;95,1.328125E-5;96,9.765625E-6;97,1.3671875E-5;98,1.25E-5;99,1.2890625E-5;100,1.3671875E-5;101,9.375E-6;102,1.2109375E-5;103,1.4453125E-5;104,1.6015625E-5;105,1.171875E-5;106,1.171875E-5;107,7.8125E-6;108,6.640625E-6;109,7.03125E-6;110,6.640625E-6;111,7.8125E-6;112,2.34375E-6;113,2.734375E-6;114,3.515625E-6;115,1.5625E-6;116,2.34375E-6;117,1.953125E-6;118,2.34375E-6;119,7.8125E-7;120,1.5625E-6;121,1.953125E-6;122,1.171875E-6;123,0.0;124,1.171875E-6;125,3.90625E-7;126,3.90625E-7;127,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass_tall:1", + "distrib": "0,0.0;140,0.0;141,7.8125E-6;142,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:giant_obsidian:0", + "distrib": "0,0.0;19,0.0;20,1.6875E-4;23,1.6875E-4;24,1.5E-4;27,1.5E-4;28,1.6875E-4;31,1.6875E-4;32,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass_tall:0", + "distrib": "0,0.0;140,0.0;141,7.8125E-6;142,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:deadbush:0", + "distrib": "0,0.0;9,0.0;10,3.90625E-7;11,0.0;13,0.0;14,3.90625E-7;15,0.0;16,0.0;17,3.90625E-7;18,0.0;19,0.0;20,3.90625E-7;21,0.0;22,1.171875E-6;23,3.125E-6;24,1.953125E-6;25,3.90625E-7;26,3.90625E-7;27,1.171875E-6;28,0.0;29,0.0;30,3.90625E-7;31,3.515625E-6;32,1.953125E-6;33,3.90625E-6;34,7.421875E-6;35,7.8125E-7;36,1.171875E-6;37,1.5625E-6;38,1.171875E-6;39,7.8125E-7;40,3.90625E-7;42,3.90625E-7;43,0.0;51,0.0;52,3.90625E-7;53,0.0;57,0.0;58,3.90625E-7;59,0.0;60,7.8125E-7;61,1.171875E-6;62,3.125E-6;63,1.5625E-6;64,1.5625E-6;65,1.171875E-6;66,3.90625E-7;67,0.0;68,0.0;69,3.90625E-7;70,0.0;71,0.0;72,3.90625E-7;73,0.0;77,0.0;78,5.078125E-6;79,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stick:0", + "fortunes": { + "0": 0.9961, + "1": 1.0005, + "2": 1.0051, + "3": 0.9919 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass_tall:5", + "distrib": "0,0.0;100,0.0;101,2.34375E-6;102,0.0;107,0.0;108,8.59375E-6;109,0.0;110,0.0;111,7.421875E-6;112,0.0;120,0.0;121,9.375E-6;122,0.0;140,0.0;141,8.59375E-6;142,0.0;155,0.0;156,3.125E-6;157,0.0;205,0.0;206,1.015625E-5;207,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:thorns:1", + "distrib": "0,0.0;60,0.0;61,7.8125E-7;62,5.078125E-6;63,4.296875E-6;64,2.734375E-6;65,7.8125E-6;66,3.125E-6;67,4.296875E-6;68,4.6875E-6;69,7.8125E-7;70,1.171875E-6;71,4.296875E-6;72,5.46875E-6;73,3.515625E-6;74,6.25E-6;75,8.59375E-6;76,3.125E-6;77,5.078125E-6;78,5.46875E-6;79,7.8125E-7;80,4.296875E-6;81,3.515625E-6;82,2.734375E-6;83,1.0546875E-5;84,7.03125E-6;85,5.078125E-6;86,5.46875E-6;87,1.171875E-5;88,9.375E-6;89,7.421875E-6;90,1.09375E-5;91,6.25E-6;92,1.015625E-5;93,1.1328125E-5;94,7.03125E-6;95,1.1328125E-5;96,7.03125E-6;97,5.859375E-6;98,1.0546875E-5;99,9.375E-6;100,7.8125E-6;101,8.984375E-6;102,7.421875E-6;103,1.2890625E-5;104,6.640625E-6;105,7.8125E-6;106,5.46875E-6;107,7.8125E-6;108,9.765625E-6;109,4.6875E-6;110,9.375E-6;111,1.09375E-5;112,7.03125E-6;113,1.2890625E-5;114,7.421875E-6;115,1.015625E-5;116,7.03125E-6;117,7.8125E-6;118,7.421875E-6;119,1.0546875E-5;120,1.171875E-5;121,5.46875E-6;122,7.421875E-6;123,1.875E-5;124,8.984375E-6;125,1.2109375E-5;126,1.3671875E-5;127,1.328125E-5;128,1.953125E-5;129,1.328125E-5;130,1.3671875E-5;131,2.0703124E-5;132,1.6015625E-5;133,1.5234375E-5;134,1.328125E-5;135,2.3046876E-5;136,1.171875E-5;137,1.6015625E-5;138,2.2265625E-5;139,1.25E-5;140,1.6015625E-5;141,1.5234375E-5;142,9.375E-6;143,2.421875E-5;144,1.3671875E-5;145,1.25E-5;146,1.5234375E-5;147,1.71875E-5;148,1.5625E-5;149,1.2109375E-5;150,1.6015625E-5;151,1.40625E-5;152,1.2890625E-5;153,1.953125E-5;154,6.640625E-6;155,1.71875E-5;156,1.7578124E-5;157,1.171875E-5;158,1.71875E-5;159,1.8359375E-5;160,9.765625E-6;161,1.6015625E-5;162,1.5625E-5;163,1.796875E-5;164,1.40625E-5;165,1.40625E-5;166,1.015625E-5;167,1.7578124E-5;168,2.03125E-5;169,1.2890625E-5;170,1.2890625E-5;171,1.9140625E-5;172,9.375E-6;173,1.5234375E-5;174,1.3671875E-5;175,1.6015625E-5;176,6.640625E-6;177,1.0546875E-5;178,1.2109375E-5;179,1.2109375E-5;180,9.765625E-6;181,5.078125E-6;182,9.375E-6;183,1.8359375E-5;184,6.25E-6;185,2.421875E-5;186,9.765625E-6;187,6.640625E-6;188,1.171875E-5;189,6.25E-6;190,1.2890625E-5;191,1.328125E-5;192,1.171875E-6;193,3.90625E-7;194,7.8125E-7;195,3.90625E-6;196,1.171875E-6;197,2.734375E-6;198,1.171875E-6;199,0.0;200,3.125E-6;201,1.5625E-6;202,1.953125E-6;203,7.8125E-7;204,0.0;205,2.34375E-6;206,2.34375E-6;207,7.8125E-7;208,1.171875E-6;209,7.8125E-7;210,1.5625E-6;211,3.90625E-7;212,7.8125E-7;213,1.171875E-6;214,0.0;215,1.5625E-6;216,7.8125E-7;217,2.734375E-6;218,1.5625E-6;219,1.5625E-6;220,0.0;221,0.0;222,3.515625E-6;223,1.171875E-6;224,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:stone:7", + "distrib": "0,0.0;18,0.0;19,1.953125E-6;20,4.296875E-6;21,7.3046875E-5;22,6.25E-5;23,2.0234376E-4;24,1.1289062E-4;25,1.390625E-4;26,1.1289062E-4;27,1.6757812E-4;28,1.2304688E-4;29,2.8867187E-4;30,8.476563E-5;31,8.203125E-5;32,1.9921876E-5;33,2.890625E-5;34,8.59375E-6;35,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass_tall:4", + "distrib": "0,0.0;100,0.0;101,1.5625E-6;102,0.0;107,0.0;108,7.421875E-6;109,0.0;110,0.0;111,6.25E-6;112,0.0;120,0.0;121,6.25E-6;122,0.0;140,0.0;141,6.640625E-6;142,0.0;155,0.0;156,4.296875E-6;157,0.0;205,0.0;206,1.015625E-5;207,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:leaves:0", + "distrib": "0,0.0;14,0.0;15,5.46875E-6;16,2.34375E-6;17,0.0;18,5.078125E-6;19,1.1328125E-5;20,3.125E-6;21,1.7578124E-5;22,1.8359375E-5;23,5.078125E-6;24,6.25E-6;25,1.5625E-6;26,8.203125E-6;27,2.1875E-5;28,3.828125E-5;29,1.046875E-4;30,2.0273437E-4;31,0.0022429687;32,0.006510547;33,0.01755;34,0.030586328;35,0.04056914;36,0.044696093;37,0.04393906;38,0.039202344;39,0.03215703;40,0.02601797;41,0.021438671;42,0.017873827;43,0.014480859;44,0.011617969;45,0.009029297;46,0.0065945312;47,0.004858594;48,0.0016902344;49,0.0012816406;50,0.001;51,7.828125E-4;52,5.7734374E-4;53,4.6523436E-4;54,3.8515625E-4;55,3.78125E-4;56,3.5703124E-4;57,3.0585937E-4;58,2.7539063E-4;59,2.2539063E-4;60,1.890625E-4;61,1.6445313E-4;62,1.3320312E-4;63,9.4921874E-5;64,6.71875E-5;65,4.8828126E-5;66,4.609375E-5;67,4.21875E-5;68,1.6796876E-5;69,5.46875E-6;70,1.0546875E-5;71,1.4453125E-5;72,1.9140625E-5;73,1.25E-5;74,4.6875E-6;75,3.90625E-6;76,1.25E-5;77,2.578125E-5;78,2.8125E-5;79,1.953125E-5;80,1.7578124E-5;81,1.40625E-5;82,1.3671875E-5;83,8.984375E-6;84,8.203125E-6;85,1.953125E-6;86,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:apple:0", + "fortunes": { + "0": 0.0035, + "1": 0.005, + "2": 0.0065, + "3": 0.0076 + } + }, + { + "itemStack": "minecraft:sapling:0", + "fortunes": { + "0": 0.0495, + "1": 0.0611, + "2": 0.081, + "3": 0.1026 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:brick_block:0", + "distrib": "0,0.0;29,0.0;30,1.4453125E-5;31,6.210938E-5;32,6.015625E-5;33,6.3671876E-5;34,7.265625E-5;35,8.6328124E-5;36,8.671875E-5;37,8.671875E-5;38,8.867188E-5;39,9.921875E-5;40,1.0117188E-4;41,9.921875E-5;42,8.984375E-5;43,6.015625E-5;44,4.8828126E-5;45,3.671875E-5;46,2.3828125E-5;47,1.5625E-5;48,7.03125E-6;49,5.859375E-6;50,5.859375E-6;51,2.34375E-6;52,0.0;59,0.0;60,4.6875E-6;61,2.34375E-6;62,3.515625E-6;63,2.34375E-6;64,7.8125E-7;65,3.90625E-7;73,3.90625E-7;74,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:dark_oak_stairs:0", + "distrib": "0,0.0;21,0.0;22,3.90625E-7;23,0.0;24,3.90625E-7;25,0.0;26,1.953125E-6;27,0.0;28,2.34375E-6;29,0.0;30,1.953125E-6;31,0.0;32,3.90625E-7;33,7.8125E-7;34,0.0;35,1.953125E-6;36,5.078125E-6;37,4.6875E-6;38,3.90625E-6;39,7.03125E-6;40,7.421875E-6;41,1.09375E-5;42,1.9921876E-5;43,7.03125E-6;44,6.640625E-6;45,1.09375E-5;46,3.125E-6;47,7.421875E-6;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:dark_oak_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:hedge:0", + "distrib": "0,0.0;31,0.0;32,0.0013253907;33,0.0011523437;34,0.0013253907;35,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:lever:0", + "distrib": "0,0.0;119,0.0;120,3.90625E-7;121,0.0;122,3.90625E-7;123,0.0;131,0.0;132,3.90625E-7;133,0.0;134,3.90625E-7;135,0.0;137,0.0;138,3.90625E-7;139,0.0;183,0.0;184,3.90625E-7;185,0.0;186,0.0;187,3.90625E-7;188,0.0;189,0.0;190,3.90625E-7;191,0.0;192,3.90625E-7;193,0.0;200,0.0;201,3.90625E-7;202,0.0;203,3.90625E-7;204,0.0;207,0.0;208,3.90625E-7;209,0.0;210,3.90625E-7;211,0.0;212,3.90625E-7;214,3.90625E-7;215,0.0;216,3.90625E-7;217,0.0;218,0.0;219,3.90625E-7;220,0.0;221,3.90625E-7;222,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:lever:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:2", + "distrib": "0,0.0;9,0.0;10,3.90625E-7;11,0.0;13,0.0;14,3.90625E-7;15,0.0;16,3.90625E-7;17,0.0;20,0.0;21,3.90625E-7;22,0.0;27,0.0;28,3.90625E-7;29,0.0;30,3.90625E-7;31,3.125E-5;32,3.3203127E-5;33,1.484375E-5;34,1.953125E-5;35,1.953125E-5;36,1.25E-5;37,9.765625E-6;38,5.859375E-6;39,4.6875E-6;40,2.734375E-6;41,1.953125E-6;42,7.8125E-7;43,3.90625E-7;44,0.0;45,3.90625E-7;46,1.171875E-6;47,0.0;48,7.8125E-7;49,3.90625E-7;50,0.0;51,0.0;52,3.90625E-7;53,0.0;54,0.0;55,7.8125E-7;56,0.0;59,0.0;60,1.5625E-6;61,7.8125E-7;62,3.90625E-7;63,2.34375E-6;64,7.8125E-7;65,3.90625E-7;66,3.90625E-7;67,0.0;106,0.0;107,3.90625E-7;108,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:3", + "distrib": "0,0.0;14,0.0;15,3.90625E-7;16,0.0;27,0.0;28,3.90625E-7;30,3.90625E-7;31,2.3046876E-5;32,4.4921875E-5;33,2.1484375E-5;34,2.1484375E-5;35,2.5E-5;36,1.9140625E-5;37,8.203125E-6;38,8.984375E-6;39,1.5625E-6;40,2.734375E-6;41,1.171875E-6;42,3.90625E-7;45,3.90625E-7;46,7.8125E-7;47,0.0;48,0.0;49,3.90625E-7;50,0.0;54,0.0;55,7.8125E-7;56,0.0;59,0.0;60,1.171875E-6;61,7.8125E-7;62,7.8125E-7;63,1.953125E-6;64,0.0;65,0.0;66,7.8125E-7;67,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:0", + "distrib": "0,0.0;9,0.0;10,7.421875E-6;11,1.171875E-5;12,1.0546875E-5;13,1.3671875E-5;14,1.6015625E-5;15,1.40625E-5;16,1.328125E-5;17,1.015625E-5;18,1.5234375E-5;19,1.71875E-5;20,1.2890625E-5;21,1.2890625E-5;22,1.015625E-5;23,7.421875E-6;24,7.421875E-6;25,7.8125E-6;26,6.25E-6;27,5.859375E-6;28,1.015625E-5;29,1.5234375E-5;30,1.484375E-5;31,3.2578126E-4;32,4.015625E-4;33,2.8515625E-4;34,3.2265624E-4;35,2.75E-4;36,1.6445313E-4;37,1.078125E-4;38,8.242187E-5;39,3.828125E-5;40,3.9453123E-5;41,2.65625E-5;42,2.0703124E-5;43,1.2890625E-5;44,4.6875E-6;45,5.078125E-6;46,3.515625E-6;47,3.90625E-6;48,1.5625E-6;49,2.34375E-6;50,1.953125E-6;52,1.953125E-6;53,1.171875E-6;54,1.953125E-6;55,1.953125E-6;56,7.8125E-7;57,1.953125E-6;58,7.8125E-7;59,1.953125E-6;60,6.25E-6;61,9.375E-6;62,9.375E-6;63,8.203125E-6;64,2.34375E-6;65,3.90625E-7;66,0.0;67,3.90625E-7;68,0.0;73,0.0;74,3.90625E-7;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "chisel:arcane_stone1:12", + "distrib": "0,0.0;106,0.0;107,1.40625E-5;108,7.8125E-6;109,2.34375E-5;110,2.0703124E-5;111,2.96875E-5;112,1.40625E-5;113,7.8125E-6;114,1.6796876E-5;115,1.1328125E-5;116,1.6796876E-5;117,0.0;119,0.0;120,3.4765624E-5;121,3.75E-5;122,1.953125E-5;123,8.59375E-6;124,1.640625E-5;125,1.8359375E-5;126,3.984375E-5;127,3.203125E-5;128,3.4765624E-5;129,2.5390626E-5;130,0.0;131,3.4765624E-5;132,2.5390626E-5;133,0.0;134,2.8125E-5;135,1.796875E-5;136,0.0;137,0.0;138,6.640625E-6;139,4.21875E-5;140,5.859375E-5;141,5.1953124E-5;142,7.539063E-5;143,1.171875E-4;144,0.0;151,0.0;152,1.3671875E-5;153,1.9140625E-5;154,8.59375E-6;155,2.3046876E-5;156,1.6796876E-5;157,3.8671875E-5;158,2.7734375E-5;159,2.8125E-5;160,1.6796876E-5;161,1.171875E-5;162,0.0;163,3.4765624E-5;164,2.5390626E-5;165,0.0;166,7.8125E-7;167,2.34375E-6;168,2.734375E-6;169,3.515625E-6;170,1.5234375E-5;171,1.484375E-5;172,2.109375E-5;173,3.828125E-5;174,5.0E-5;175,3.7109374E-5;176,0.0;177,0.0;178,3.4765624E-5;179,2.5390626E-5;180,0.0;183,0.0;184,2.1875E-5;185,3.4765624E-5;186,0.0;187,2.8125E-5;188,5.1953124E-5;189,1.0195313E-4;190,8.0859376E-5;191,8.1640625E-5;192,0.0;193,3.4765624E-5;194,2.5390626E-5;195,0.0;203,0.0;204,2.1875E-5;205,3.4765624E-5;206,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:1", + "distrib": "0,0.0;26,0.0;27,3.90625E-7;28,0.0;29,3.90625E-7;30,3.90625E-7;31,2.6171874E-5;32,3.2421874E-5;33,1.9921876E-5;34,2.03125E-5;35,1.171875E-5;36,1.0546875E-5;37,6.25E-6;38,3.90625E-6;39,5.46875E-6;40,6.640625E-6;41,3.90625E-6;42,3.125E-6;43,1.5625E-6;44,0.0;45,0.0;46,7.8125E-7;47,0.0;51,0.0;52,3.90625E-7;53,0.0;54,0.0;55,3.90625E-7;56,0.0;57,3.90625E-7;58,0.0;59,0.0;60,1.171875E-6;61,3.90625E-7;62,3.90625E-7;63,7.8125E-7;64,0.0;65,7.8125E-7;66,0.0;73,0.0;74,3.90625E-7;75,0.0;76,3.90625E-7;77,0.0;78,0.0;79,3.90625E-7;80,0.0;107,0.0;108,3.90625E-7;109,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mine_stairs:0", + "distrib": "0,0.0;20,0.0;21,3.90625E-7;22,3.90625E-7;23,0.0;33,0.0;34,8.203125E-6;35,1.171875E-5;36,5.46875E-6;37,6.25E-6;38,2.1875E-5;39,1.2890625E-5;40,1.796875E-5;41,8.203125E-6;42,1.2890625E-5;43,4.6875E-6;44,1.09375E-5;45,2.34375E-6;46,3.515625E-6;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:mine_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:aurora_pillar:0", + "distrib": "0,0.0;72,0.0;73,1.5625E-6;76,1.5625E-6;77,5.078125E-6;78,1.171875E-6;81,1.171875E-6;82,0.0;83,3.90625E-7;86,3.90625E-7;87,0.0;88,3.90625E-7;91,3.90625E-7;92,0.0;93,3.90625E-7;101,3.90625E-7;102,0.0;103,1.5625E-6;104,1.171875E-6;105,1.171875E-6;106,1.953125E-6;107,4.296875E-6;108,1.5625E-6;109,2.34375E-6;110,1.171875E-6;111,7.8125E-7;112,0.0;113,2.34375E-6;116,2.34375E-6;117,8.984375E-6;118,2.34375E-6;121,2.34375E-6;122,0.0;123,2.34375E-6;126,2.34375E-6;127,8.59375E-6;128,2.34375E-6;131,2.34375E-6;132,0.0;133,1.5625E-6;136,1.5625E-6;137,3.90625E-6;138,1.5625E-6;141,1.5625E-6;142,0.0;143,7.8125E-7;144,1.5625E-6;145,7.8125E-7;146,1.5625E-6;148,1.5625E-6;149,7.8125E-7;150,1.5625E-6;151,7.8125E-7;152,0.0;153,1.5625E-6;156,1.5625E-6;157,3.125E-6;158,1.5625E-6;161,1.5625E-6;162,0.0;163,7.8125E-7;171,7.8125E-7;172,0.0;173,7.8125E-7;181,7.8125E-7;182,0.0;183,1.171875E-6;186,1.171875E-6;187,3.90625E-6;188,7.8125E-7;191,7.8125E-7;192,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:double_plant:4", + "distrib": "0,0.0;9,0.0;10,1.5625E-6;11,3.90625E-7;12,3.90625E-7;13,1.171875E-6;14,1.171875E-6;15,3.90625E-7;16,3.90625E-7;17,0.0;18,3.90625E-7;20,3.90625E-7;21,7.8125E-7;22,0.0;23,0.0;24,7.8125E-7;25,3.90625E-7;26,1.171875E-6;27,0.0;28,3.90625E-7;29,3.90625E-7;30,7.8125E-7;31,1.640625E-5;32,3.203125E-5;33,2.4609375E-5;34,3.2421874E-5;35,2.7734375E-5;36,7.421875E-6;37,1.5625E-6;38,3.90625E-7;39,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:double_plant:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:planks:3", + "distrib": "0,0.0;18,0.0;19,1.7578124E-5;20,1.40625E-5;21,1.7578124E-5;22,0.0;26,0.0;27,3.125E-6;28,0.0;30,0.0;31,8.59375E-6;32,0.0;33,5.46875E-6;34,0.0;35,2.34375E-6;36,6.640625E-6;37,1.09375E-5;38,1.40625E-5;39,5.859375E-6;40,1.1328125E-5;41,5.46875E-6;42,2.34375E-6;43,1.953125E-6;44,2.34375E-6;45,1.953125E-6;46,7.8125E-7;47,1.953125E-6;48,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.4:13", + "distrib": "0,0.0;30,0.0;31,8.984375E-6;32,9.765625E-6;33,1.6015625E-5;34,1.1328125E-5;35,5.46875E-6;36,9.375E-6;37,1.0546875E-5;38,2.34375E-6;39,0.0;40,8.59375E-6;41,1.5625E-6;42,0.0;43,2.734375E-6;44,0.0;62,0.0;63,3.90625E-6;64,3.90625E-7;65,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "extratrees:food:42", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + }, + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"redcurrant\",UID1:\"redcurrant\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsAverage\",UID1:\"forestry.saplingsAverage\"},{Slot:3b,UID0:\"extratrees.fruitRedcurrant\",UID1:\"extratrees.fruitRedcurrant\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0502, + "1": 0.0507, + "2": 0.0477, + "3": 0.0501 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:planks:2", + "distrib": "0,0.0;8,0.0;9,5.078125E-6;10,0.0;15,0.0;16,3.515625E-6;17,0.0;20,0.0;21,1.7578124E-5;22,0.0;23,2.34375E-6;24,0.0;25,0.0;26,2.34375E-6;27,0.0;28,1.7578124E-5;29,0.0;30,0.0;31,1.2890625E-5;32,0.0;33,4.296875E-6;34,1.9921876E-5;35,1.1328125E-5;36,9.375E-6;37,7.8125E-6;38,3.3984375E-5;39,2.0703124E-5;40,1.3203124E-4;41,4.0234376E-5;42,1.2890625E-5;43,5.1171875E-5;44,5.0E-5;45,1.6835937E-4;46,1.6484375E-4;47,9.4140625E-5;48,1.4921874E-4;49,8.90625E-5;50,1.1640625E-4;51,1.859375E-4;52,1.296875E-4;53,1.07421874E-4;54,1.1445313E-4;55,1.07421874E-4;56,1.3007813E-4;57,9.726563E-5;58,7.734375E-5;59,4.453125E-5;60,3.4375E-5;61,2.109375E-5;62,1.171875E-5;63,4.53125E-5;64,3.28125E-5;65,3.75E-5;66,3.4765624E-5;67,2.1484375E-5;68,3.125E-5;69,4.375E-5;70,3.28125E-5;71,2.8515626E-5;72,2.96875E-5;73,2.03125E-5;74,1.3671875E-5;75,2.421875E-5;76,3.9453123E-5;77,3.5546876E-5;78,2.265625E-5;79,6.132812E-5;80,8.828125E-5;81,8.398438E-5;82,6.0546874E-5;83,4.2578125E-5;84,1.1367188E-4;85,1.4023438E-4;86,1.0078125E-4;87,3.046875E-5;88,2.0039063E-4;89,1.734375E-4;90,3.078125E-4;91,3.035156E-4;92,2.6484375E-4;93,2.2617188E-4;94,2.6171876E-4;95,2.5703126E-4;96,6.09375E-5;97,5.3515625E-5;98,9.0625E-5;99,5.9375E-5;100,6.679688E-5;101,6.523437E-5;102,4.765625E-5;103,2.109375E-5;104,1.6015625E-5;105,7.3046875E-5;106,8.203125E-5;107,5.8984377E-5;108,1.8125E-4;109,1.9453125E-4;110,1.296875E-4;111,9.453125E-5;112,1.40625E-5;113,5.859375E-6;114,1.6796876E-5;115,7.148438E-5;116,5.9765625E-5;117,7.539063E-5;118,5.3125E-5;119,6.0546874E-5;120,4.453125E-5;121,3.3984375E-5;122,5.1953124E-5;123,2.734375E-5;124,1.25E-5;125,1.25E-5;126,1.2890625E-5;127,6.640625E-6;128,0.0;131,0.0;132,5.078125E-6;133,0.0;134,0.0;135,7.8125E-7;136,0.0;137,1.953125E-6;138,0.0;141,0.0;142,6.25E-6;143,0.0;144,0.0;145,7.8125E-7;146,0.0;151,0.0;152,7.03125E-6;153,0.0;154,0.0;155,7.8125E-7;156,0.0;157,5.859375E-6;158,0.0;161,0.0;162,1.40625E-5;163,8.203125E-6;164,0.0;169,0.0;170,1.5625E-6;171,0.0;172,1.2109375E-5;173,3.125E-6;181,3.125E-6;182,1.0546875E-5;183,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.4:12", + "distrib": "0,0.0;30,0.0;31,1.5625E-5;32,2.1484375E-5;33,1.2109375E-5;34,6.640625E-6;35,4.6875E-6;36,9.375E-6;37,1.5625E-6;38,0.0;60,0.0;61,3.125E-6;62,1.953125E-6;63,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"blackcurrant\",UID1:\"blackcurrant\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitBlackcurrant\",UID1:\"extratrees.fruitBlackcurrant\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0338, + "1": 0.0362, + "2": 0.0373, + "3": 0.039 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:double_plant:5", + "distrib": "0,0.0;9,0.0;10,7.8125E-7;11,0.0;12,3.90625E-7;13,1.171875E-6;14,3.90625E-7;15,3.90625E-7;16,7.8125E-7;17,0.0;18,3.90625E-7;19,0.0;20,3.90625E-7;21,7.8125E-7;22,0.0;23,0.0;24,3.90625E-7;25,0.0;26,7.8125E-7;28,7.8125E-7;29,3.90625E-7;30,3.90625E-7;31,1.8359375E-5;32,6.992187E-5;33,2.5E-5;34,1.8359375E-5;35,2.1484375E-5;36,1.25E-5;37,0.0;43,0.0;44,7.8125E-7;45,1.171875E-6;46,0.0;61,0.0;62,1.5625E-6;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:double_plant:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.4:15", + "distrib": "0,0.0;30,0.0;31,9.765625E-6;32,5.46875E-6;33,1.0546875E-5;34,7.421875E-6;35,4.6875E-6;36,1.953125E-6;37,0.0;38,4.296875E-6;39,3.90625E-7;40,0.0;41,0.0;42,4.6875E-6;43,4.6875E-6;44,1.171875E-6;45,0.0;61,0.0;62,4.6875E-6;63,1.5625E-6;64,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "extratrees:food:44", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + }, + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"raspberry\",UID1:\"raspberry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitRaspberry\",UID1:\"extratrees.fruitRaspberry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0327, + "1": 0.0326, + "2": 0.0337, + "3": 0.0351 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:planks:1", + "distrib": "0,0.0;19,0.0;20,1.7578124E-5;21,0.0;23,0.0;24,7.8125E-7;25,0.0;28,0.0;29,1.5625E-6;30,5.46875E-6;31,0.0;32,1.2890625E-5;33,0.0;34,2.5390626E-5;35,1.2109375E-5;36,1.5234375E-5;37,1.6796876E-5;38,1.8359375E-5;39,3.7109374E-5;40,2.4609375E-5;41,2.6953125E-5;42,2.109375E-5;43,9.375E-6;44,1.3671875E-5;45,5.46875E-6;46,1.5625E-6;47,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:planks:0", + "distrib": "0,0.0;8,0.0;9,3.515625E-5;10,0.0;11,0.0;12,1.484375E-5;13,0.0;18,0.0;19,3.359375E-5;20,1.7578124E-5;21,0.0;22,1.015625E-5;23,0.0;25,0.0;26,1.5625E-6;27,1.5625E-6;28,0.0;29,7.8125E-7;30,7.34375E-5;31,2.5E-5;32,3.5546876E-5;33,2.7734375E-5;34,1.875E-5;35,1.6796876E-5;36,1.3671875E-5;37,3.7109374E-5;38,1.6796876E-5;39,7.421875E-6;40,2.65625E-5;41,1.4453125E-5;42,5.078125E-6;43,7.8125E-7;44,0.0;56,0.0;57,4.296875E-6;58,0.0;62,0.0;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:flesh_block:0", + "distrib": "0,0.0;121,0.0;122,3.90625E-7;123,0.0;129,0.0;130,3.90625E-7;131,0.0;132,0.0;133,3.90625E-7;134,0.0;135,0.0;136,3.90625E-7;137,0.0;164,0.0;165,3.90625E-7;166,0.0;174,0.0;175,3.90625E-7;176,0.0;179,0.0;180,3.90625E-7;181,0.0;189,0.0;190,3.90625E-7;191,0.0;194,0.0;195,3.90625E-7;196,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:double_plant:1", + "distrib": "0,0.0;5,0.0;6,3.90625E-7;7,0.0;9,0.0;10,3.90625E-7;11,1.171875E-6;12,1.5625E-6;13,3.90625E-7;14,2.34375E-6;15,7.8125E-7;16,7.8125E-7;17,3.90625E-7;18,0.0;19,0.0;20,3.90625E-7;21,1.5625E-6;22,1.5625E-6;23,1.171875E-6;24,0.0;25,3.90625E-7;26,0.0;27,3.90625E-7;28,3.90625E-7;29,0.0;30,3.125E-6;31,3.359375E-5;32,7.7734374E-5;33,1.4453125E-5;34,3.4375E-5;35,1.8359375E-5;36,7.421875E-6;37,7.8125E-7;38,3.90625E-7;39,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:double_plant:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:double_plant:2", + "distrib": "0,0.0;9,0.0;10,9.765625E-6;11,1.328125E-5;12,1.171875E-5;13,7.8125E-6;14,9.375E-6;15,1.2109375E-5;16,1.1328125E-5;17,1.25E-5;18,6.640625E-6;20,6.640625E-6;21,1.015625E-5;22,1.25E-5;23,1.25E-5;24,7.8125E-6;25,1.4453125E-5;26,1.015625E-5;27,9.375E-6;28,1.0546875E-5;29,1.2890625E-5;30,1.25E-5;31,2.8554688E-4;32,3.03125E-4;33,2.1445313E-4;34,3.0039062E-4;35,3.019531E-4;36,1.390625E-4;37,1.2929688E-4;38,7.460937E-5;39,4.4921875E-5;40,3.75E-5;41,2.8125E-5;42,1.875E-5;43,1.25E-5;44,1.015625E-5;45,7.421875E-6;46,2.734375E-6;47,2.734375E-6;48,1.953125E-6;49,7.8125E-7;50,1.171875E-6;51,1.5625E-6;52,1.171875E-6;53,3.90625E-7;54,1.5625E-6;55,0.0;56,1.5625E-6;57,0.0;58,1.171875E-6;59,0.0;60,3.90625E-7;61,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.1303, + "1": 0.1246, + "2": 0.1252, + "3": 0.1241 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:double_plant:3", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,0.0;9,0.0;10,9.765625E-6;11,3.7109374E-5;12,4.6875E-5;13,4.296875E-5;14,4.0625E-5;15,4.609375E-5;16,3.9453123E-5;17,3.671875E-5;18,4.0234376E-5;19,3.4765624E-5;20,2.9296874E-5;21,2.96875E-5;22,3.7109374E-5;23,3.59375E-5;24,3.28125E-5;25,2.890625E-5;26,3.7890626E-5;27,3.671875E-5;28,3.671875E-5;29,4.21875E-5;30,5.078125E-5;31,4.5507812E-4;32,0.001296875;33,0.0015074218;34,0.0011121094;35,0.0012171875;36,0.0010046875;37,5.242188E-4;38,3.8398438E-4;39,2.625E-4;40,1.46875E-4;41,1.11328125E-4;42,7.8125E-5;43,5.2734376E-5;44,4.2578125E-5;45,3.984375E-5;46,3.6328125E-5;47,2.3046876E-5;48,1.796875E-5;49,1.484375E-5;50,8.203125E-6;51,6.25E-6;52,7.421875E-6;53,7.8125E-6;54,5.859375E-6;55,7.8125E-6;56,1.015625E-5;57,1.0546875E-5;58,8.203125E-6;59,1.40625E-5;60,4.53125E-5;61,8.867188E-5;62,1.2265625E-4;63,1.3867188E-4;64,9.179687E-5;65,5.703125E-5;66,2.1484375E-5;67,7.421875E-6;68,2.34375E-6;69,3.125E-6;70,2.734375E-6;71,1.953125E-6;72,2.734375E-6;73,3.90625E-6;74,2.734375E-6;75,2.34375E-6;76,1.953125E-6;77,7.8125E-7;78,3.90625E-7;79,3.90625E-7;80,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:6", + "distrib": "0,0.0;9,0.0;10,1.171875E-6;11,1.171875E-6;12,0.0;22,0.0;23,3.90625E-7;24,0.0;25,0.0;26,7.8125E-7;27,0.0;28,1.171875E-6;29,0.0;30,3.90625E-7;31,3.4375E-5;32,3.59375E-5;33,2.265625E-5;34,3.1640626E-5;35,1.71875E-5;36,1.2890625E-5;37,6.25E-6;38,7.03125E-6;39,5.078125E-6;40,3.125E-6;41,4.6875E-6;42,1.171875E-6;43,3.90625E-7;44,1.171875E-6;45,0.0;46,3.90625E-7;47,0.0;52,0.0;53,3.90625E-7;54,0.0;55,3.90625E-7;56,3.90625E-7;57,0.0;59,0.0;60,1.5625E-6;61,3.90625E-7;62,1.5625E-6;63,1.953125E-6;64,1.171875E-6;65,3.90625E-7;66,0.0;74,0.0;75,3.90625E-7;76,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:7", + "distrib": "0,0.0;10,0.0;11,3.90625E-7;13,3.90625E-7;14,0.0;15,7.8125E-7;16,3.90625E-7;17,0.0;18,7.8125E-7;19,0.0;20,3.90625E-7;21,0.0;22,7.8125E-7;23,3.90625E-7;25,3.90625E-7;26,0.0;27,3.90625E-7;28,3.90625E-7;29,0.0;30,7.8125E-7;31,2.4609375E-5;32,3.3984375E-5;33,1.796875E-5;34,2.5E-5;35,1.640625E-5;36,1.2109375E-5;37,8.984375E-6;38,7.421875E-6;39,6.640625E-6;40,5.078125E-6;41,3.125E-6;42,1.171875E-6;43,7.8125E-7;44,7.8125E-7;45,3.90625E-7;46,0.0;47,7.8125E-7;48,7.8125E-7;49,0.0;50,3.90625E-7;51,0.0;59,0.0;60,7.8125E-7;61,1.5625E-6;62,2.34375E-6;63,3.90625E-7;64,3.90625E-7;65,0.0;66,7.8125E-7;67,0.0;73,0.0;74,3.90625E-7;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:4", + "distrib": "0,0.0;12,0.0;13,3.90625E-7;14,0.0;17,0.0;18,3.90625E-7;19,0.0;20,0.0;21,7.8125E-7;22,0.0;23,0.0;24,3.90625E-7;25,0.0;27,0.0;28,7.8125E-7;29,3.90625E-7;30,7.8125E-7;31,2.734375E-5;32,3.4765624E-5;33,2.6953125E-5;34,2.7734375E-5;35,1.8359375E-5;36,1.9140625E-5;37,5.859375E-6;38,1.015625E-5;39,5.859375E-6;40,1.015625E-5;41,2.34375E-6;42,1.953125E-6;43,1.5625E-6;44,3.90625E-7;45,7.8125E-7;46,0.0;47,7.8125E-7;48,0.0;49,3.90625E-7;50,0.0;52,0.0;53,3.90625E-7;54,0.0;55,7.8125E-7;56,0.0;57,0.0;58,7.8125E-7;59,7.8125E-7;60,3.90625E-7;61,7.8125E-7;62,7.8125E-7;63,1.953125E-6;64,0.0;65,3.90625E-7;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:5", + "distrib": "0,0.0;13,0.0;14,3.90625E-7;15,7.8125E-7;16,0.0;19,0.0;20,3.90625E-7;21,0.0;27,0.0;28,3.90625E-7;29,7.8125E-7;30,1.5625E-6;31,3.515625E-5;32,3.046875E-5;33,2.34375E-5;34,2.34375E-5;35,2.2265625E-5;36,1.484375E-5;37,1.0546875E-5;38,6.25E-6;39,5.859375E-6;40,1.953125E-6;41,1.5625E-6;42,1.5625E-6;43,3.90625E-7;44,0.0;45,7.8125E-7;46,7.8125E-7;47,3.90625E-7;48,0.0;49,3.90625E-7;50,0.0;52,0.0;53,7.8125E-7;54,0.0;55,3.90625E-7;56,0.0;57,3.90625E-7;58,0.0;59,3.90625E-7;60,7.8125E-7;61,3.90625E-7;62,1.171875E-6;63,1.5625E-6;64,1.171875E-6;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:torch:0", + "distrib": "0,0.0;8,0.0;9,4.609375E-5;10,4.1015624E-5;11,7.265625E-5;12,4.1015624E-5;13,0.0;16,0.0;17,1.5625E-6;18,0.0;19,6.25E-5;20,6.25E-5;21,9.101562E-5;22,6.25E-5;23,0.0;24,1.5625E-6;25,0.0;30,0.0;31,1.5625E-6;32,0.0;37,0.0;38,1.5625E-6;39,0.0;44,0.0;45,1.5625E-6;46,6.25E-6;47,0.0;49,0.0;50,1.5625E-6;51,1.5625E-6;52,0.0;53,6.25E-6;54,1.5625E-6;55,0.0;56,0.0;57,1.5625E-6;58,3.125E-6;59,0.0;60,6.25E-6;61,1.5625E-6;62,0.0;63,0.0;64,1.5625E-6;65,3.125E-6;66,0.0;67,6.25E-6;68,1.5625E-6;69,0.0;70,0.0;71,1.5625E-6;72,3.125E-6;73,0.0;74,6.25E-6;75,1.5625E-6;76,0.0;77,0.0;78,1.5625E-6;79,3.125E-6;80,0.0;81,6.25E-6;82,1.5625E-6;83,1.171875E-6;84,2.734375E-6;85,1.0546875E-5;86,1.25E-5;87,8.203125E-6;88,1.09375E-5;89,3.125E-6;90,7.8125E-7;91,3.90625E-7;92,2.734375E-6;93,3.515625E-6;94,3.90625E-7;95,7.03125E-6;96,1.953125E-6;97,2.34375E-6;98,3.125E-6;99,2.34375E-6;100,7.421875E-6;101,2.734375E-6;102,7.8125E-6;103,2.34375E-6;104,7.8125E-7;105,3.90625E-6;106,4.6875E-6;107,3.125E-6;108,3.90625E-7;109,6.25E-6;110,1.953125E-6;111,3.90625E-7;113,3.90625E-7;114,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:torch:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_flower:8", + "distrib": "0,0.0;14,0.0;15,3.90625E-7;16,0.0;28,0.0;29,7.8125E-7;30,7.8125E-7;31,3.359375E-5;32,2.96875E-5;33,1.7578124E-5;34,1.71875E-5;35,1.6796876E-5;36,1.4453125E-5;37,8.203125E-6;38,9.375E-6;39,6.640625E-6;40,3.90625E-6;41,1.953125E-6;42,1.171875E-6;43,1.5625E-6;44,7.8125E-7;45,1.5625E-6;46,0.0;47,0.0;48,3.90625E-7;50,3.90625E-7;51,0.0;54,0.0;55,3.90625E-7;56,3.90625E-7;57,0.0;58,3.90625E-7;59,3.90625E-7;60,7.8125E-7;61,1.5625E-6;62,1.953125E-6;63,3.90625E-7;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_flower:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:planks:5", + "distrib": "0,0.0;19,0.0;20,1.9921876E-5;21,7.8125E-7;22,1.171875E-5;23,0.0;24,0.0;25,7.8125E-7;26,3.90625E-7;27,0.0;28,1.5625E-6;29,7.8125E-7;30,5.859375E-6;31,0.0;32,1.5625E-6;33,0.0;34,0.0;35,5.859375E-6;36,4.6875E-6;37,2.34375E-6;38,5.078125E-6;39,5.46875E-6;40,7.03125E-6;41,8.203125E-6;42,7.03125E-6;43,1.1328125E-5;44,8.203125E-6;45,3.125E-6;46,1.015625E-5;47,3.515625E-6;48,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:planks:4", + "distrib": "0,0.0;20,0.0;21,1.171875E-6;22,0.0;23,1.171875E-5;24,0.0;25,1.7578124E-5;26,1.5625E-6;27,0.0;30,0.0;31,1.5625E-6;32,8.59375E-6;33,1.171875E-6;34,3.90625E-6;35,3.90625E-6;36,1.0546875E-5;37,2.109375E-5;38,2.5390626E-5;39,1.9140625E-5;40,2.03125E-5;41,2.0703124E-5;42,1.71875E-5;43,8.203125E-6;44,7.03125E-6;45,1.0546875E-5;46,7.03125E-6;47,3.515625E-6;48,4.6875E-6;49,2.734375E-6;50,7.8125E-7;51,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mine_planks:0", + "distrib": "0,0.0;21,0.0;22,3.90625E-7;23,1.7578124E-5;24,0.0;25,5.859375E-6;26,0.0;30,0.0;31,1.5625E-6;32,0.0;33,0.0;34,8.59375E-6;35,6.25E-6;36,1.09375E-5;37,7.8125E-6;38,6.640625E-6;39,1.9921876E-5;40,1.5234375E-5;41,9.375E-6;42,5.078125E-6;43,1.0546875E-5;44,5.46875E-6;45,5.46875E-6;46,2.734375E-6;47,7.8125E-7;48,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:glass:0", + "distrib": "0,0.0;42,0.0;43,7.8125E-7;44,0.0;79,0.0;80,3.359375E-5;81,2.1484375E-5;82,2.1484375E-5;83,0.0;91,0.0;92,1.2109375E-5;93,0.0;94,0.0;95,2.1484375E-5;96,0.0;99,0.0;100,1.2109375E-5;101,3.515625E-6;102,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:boss_spawner:0", + "distrib": "0,0.0;8,0.0;9,2.34375E-6;10,0.0;29,0.0;30,3.90625E-7;31,0.0;32,0.0;33,7.8125E-7;34,0.0;81,0.0;82,7.8125E-7;83,3.90625E-7;84,3.90625E-7;85,0.0;93,0.0;94,3.90625E-7;95,0.0;96,0.0;97,3.90625E-7;98,0.0;101,0.0;102,3.90625E-7;103,0.0;175,0.0;176,3.90625E-7;177,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:root:0", + "distrib": "0,0.0;1,5.46875E-4;2,0.0010238282;3,0.002073047;4,0.0037316405;5,0.006122656;6,0.007444531;7,0.008422266;8,0.008955468;9,0.009278125;10,0.009530469;11,0.009640625;12,0.009775391;13,0.009876172;14,0.009825391;15,0.009865625;16,0.009814844;17,0.009748828;18,0.009534766;19,0.00918789;20,0.008885547;21,0.008517578;22,0.008208203;23,0.008324219;24,0.009032813;25,0.010386718;26,0.012119922;27,0.013425;28,0.014213282;29,0.013214843;30,0.011128906;31,0.008744141;32,0.0061191404;33,0.0041839844;34,0.002625;35,0.0016542969;36,0.0011558593;37,8.507813E-4;38,6.738281E-4;39,5.3046877E-4;40,4.6484376E-4;41,4.234375E-4;42,3.7265624E-4;43,3.4726562E-4;44,3.2734376E-4;45,3.1132813E-4;46,3.1953125E-4;47,3.2304687E-4;48,3.25E-4;49,3.1132813E-4;50,2.9453126E-4;51,2.7695313E-4;52,2.3945312E-4;53,2.015625E-4;54,1.6796876E-4;55,1.3476562E-4;56,1.15234376E-4;57,8.320312E-5;58,5.8203124E-5;59,2.8125E-5;60,1.640625E-5;61,1.0546875E-5;62,2.2265625E-5;63,2.109375E-5;64,1.9140625E-5;65,5.46875E-6;66,3.90625E-6;67,2.734375E-6;68,1.953125E-6;69,1.953125E-6;70,1.171875E-6;71,3.90625E-7;72,3.90625E-7;73,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:stick:0", + "fortunes": { + "0": 3.4946, + "1": 3.5083, + "2": 3.5011, + "3": 3.5057 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:9", + "distrib": "0,0.0;22,0.0;23,3.90625E-7;24,1.171875E-6;25,0.0;26,0.0;27,3.90625E-7;28,3.90625E-7;29,2.34375E-6;30,1.0546875E-5;31,9.296875E-5;32,4.972656E-4;33,1.1640625E-4;34,1.171875E-4;35,1.5898437E-4;36,1.3671875E-5;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "integrateddynamics:menril_log:0", + "distrib": "0,0.0;30,0.0;31,3.90625E-6;32,7.8125E-7;33,7.8125E-7;34,1.5625E-6;35,6.640625E-6;36,4.296875E-6;37,4.6875E-6;38,2.34375E-6;39,2.34375E-6;40,2.734375E-6;41,3.125E-6;42,1.171875E-6;43,1.5625E-6;44,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:4", + "distrib": "0,0.0;9,0.0;10,8.203125E-6;11,7.03125E-6;12,6.25E-6;13,2.1875E-5;14,1.71875E-5;15,1.015625E-5;16,1.875E-5;17,1.9140625E-5;18,1.171875E-5;19,7.421875E-6;20,5.46875E-6;21,5.078125E-6;22,1.640625E-5;23,1.640625E-5;24,1.40625E-5;25,1.484375E-5;26,1.7578124E-5;27,7.03125E-6;28,1.2109375E-5;29,1.7578124E-5;30,1.09375E-5;31,1.0546875E-4;32,1.9140624E-4;33,1.19921875E-4;34,1.3007813E-4;35,1.390625E-4;36,5.625E-5;37,1.640625E-5;38,7.421875E-6;39,1.1328125E-5;40,7.421875E-6;41,7.8125E-6;42,1.015625E-5;43,6.25E-6;44,3.90625E-6;45,5.859375E-6;46,7.8125E-6;47,4.296875E-6;48,3.515625E-6;49,8.203125E-6;50,7.8125E-6;51,4.6875E-6;52,6.25E-6;53,5.859375E-6;54,3.515625E-6;55,3.515625E-6;56,1.171875E-6;57,2.734375E-6;58,4.296875E-6;59,3.515625E-6;60,1.25E-5;61,2.2265625E-5;62,1.6796876E-5;63,1.796875E-5;64,3.90625E-6;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_plant:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:3", + "distrib": "0,0.0;25,0.0;26,3.90625E-7;27,2.34375E-6;28,3.90625E-7;29,3.90625E-7;30,1.171875E-6;31,1.546875E-4;32,1.8320313E-4;33,1.0546875E-4;34,9.4140625E-5;35,6.40625E-5;36,2.6953125E-5;37,1.9140625E-5;38,1.953125E-5;39,1.9140625E-5;40,1.796875E-5;41,5.859375E-6;42,1.5625E-6;43,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:1", + "distrib": "0,0.0;10,0.0;11,1.171875E-6;12,0.0;13,0.0;14,7.8125E-7;16,7.8125E-7;17,0.0;18,0.0;19,1.171875E-6;20,1.5625E-6;21,3.90625E-7;22,2.34375E-6;23,7.8125E-7;24,7.8125E-7;25,5.078125E-6;26,3.125E-6;27,5.859375E-6;28,7.8125E-6;29,2.265625E-5;30,5.390625E-5;31,0.0014179688;32,0.0018511718;33,0.0012738281;34,0.0016539063;35,0.0016988281;36,0.0010050781;37,5.6328124E-4;38,4.7148438E-4;39,3.2382814E-4;40,2.3789062E-4;41,1.71875E-4;42,1.015625E-4;43,7.382812E-5;44,4.6484376E-5;45,4.84375E-5;46,3.359375E-5;47,2.1484375E-5;48,1.796875E-5;49,7.8125E-6;50,4.6875E-6;51,4.6875E-6;52,8.59375E-6;53,4.6875E-6;54,1.5625E-6;55,1.171875E-6;56,1.171875E-6;57,0.0;58,2.34375E-6;59,1.5625E-6;60,4.296875E-6;61,7.8125E-7;62,1.953125E-6;63,7.8125E-7;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:8", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,0.0;9,3.90625E-7;10,5.847656E-4;11,7.132813E-4;12,8.164063E-4;13,8.8984374E-4;14,9.2109374E-4;15,9.46875E-4;16,9.378906E-4;17,9.625E-4;18,9.484375E-4;19,9.089844E-4;20,9.3515625E-4;21,0.00100625;22,0.0010558594;23,0.0010804688;24,9.0390624E-4;25,8.0703123E-4;26,7.316406E-4;27,6.7421875E-4;28,6.625E-4;29,6.1484374E-4;30,5.1640626E-4;31,3.9648436E-4;32,2.796875E-4;33,2.046875E-4;34,1.4101563E-4;35,1.015625E-4;36,7.539063E-5;37,5.5859375E-5;38,4.2578125E-5;39,2.3046876E-5;40,1.2890625E-5;41,8.984375E-6;42,4.296875E-6;43,6.25E-6;44,7.421875E-6;45,8.984375E-6;46,7.421875E-6;47,5.859375E-6;48,7.03125E-6;49,5.859375E-6;50,3.515625E-6;51,5.46875E-6;52,3.90625E-6;53,4.6875E-6;54,4.6875E-6;55,5.078125E-6;58,5.078125E-6;59,4.6875E-6;60,3.515625E-6;61,3.515625E-6;62,3.90625E-6;63,1.5625E-6;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:7", + "distrib": "0,0.0;7,0.0;8,3.90625E-7;9,0.0;10,5.234375E-5;11,5.6640623E-5;12,7.929688E-5;13,8.320312E-5;14,8.1640625E-5;15,9.101562E-5;16,1.0195313E-4;17,8.515625E-5;18,8.28125E-5;19,9.0234375E-5;20,7.578125E-5;21,9.140625E-5;22,9.8828124E-5;23,8.710937E-5;24,7.6953125E-5;25,7.7734374E-5;26,8.59375E-5;27,6.9140624E-5;28,6.4453125E-5;29,7.34375E-5;30,6.601562E-5;31,5.0390627E-5;32,3.4765624E-5;33,2.8515626E-5;34,1.796875E-5;35,8.203125E-6;36,5.46875E-6;37,8.203125E-6;38,8.984375E-6;39,2.734375E-6;40,2.34375E-6;41,1.171875E-6;42,7.8125E-7;43,0.0;44,7.8125E-7;45,0.0;46,1.171875E-6;47,3.90625E-7;48,1.171875E-6;49,3.90625E-7;50,3.90625E-7;51,7.8125E-7;52,3.90625E-7;53,0.0;55,0.0;56,3.90625E-7;57,3.90625E-7;58,0.0;59,0.0;60,3.90625E-7;61,1.5625E-6;62,3.90625E-7;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:torchberries:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:6", + "distrib": "0,0.0;10,0.0;11,1.5625E-6;12,3.90625E-7;13,1.171875E-6;14,0.0;15,1.5625E-6;16,3.90625E-7;17,1.171875E-6;18,7.8125E-7;19,0.0;20,1.171875E-6;21,0.0;22,0.0;23,1.953125E-6;24,3.90625E-7;25,7.8125E-7;26,1.5625E-6;27,7.8125E-7;28,2.34375E-6;29,1.2109375E-5;30,1.5234375E-5;31,2.3320313E-4;32,3.609375E-4;33,3.0039062E-4;34,3.5585937E-4;35,3.0742187E-4;36,1.1679687E-4;37,2.3828125E-5;38,2.734375E-6;39,7.8125E-7;40,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:5", + "distrib": "0,0.0;9,0.0;10,7.03125E-6;11,1.0546875E-5;12,8.59375E-6;13,9.765625E-6;14,1.484375E-5;15,1.25E-5;16,7.421875E-6;17,5.078125E-6;18,6.640625E-6;19,6.25E-6;20,5.859375E-6;21,8.984375E-6;22,1.2890625E-5;23,1.0546875E-5;24,9.375E-6;25,1.25E-5;26,1.09375E-5;27,1.40625E-5;28,3.046875E-5;29,9.453125E-5;30,1.6132812E-4;31,0.0029378906;32,0.0038464845;33,0.003945703;34,0.0047871093;35,0.0036550781;36,0.0013804687;37,3.5234375E-4;38,4.140625E-5;39,4.6875E-6;40,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_log:3", + "distrib": "0,0.0;29,0.0;30,9.375E-6;31,2.7304687E-4;32,5.65625E-4;33,0.0011175781;34,0.0019539061;35,0.002890625;36,0.0037234374;37,0.004411328;38,0.0048496095;39,0.005089453;40,0.004939453;41,0.0045832032;42,0.004026953;43,0.0032691406;44,0.002453125;45,0.0016824219;46,0.0010015625;47,5.070313E-4;48,2.8125E-5;49,8.59375E-6;50,2.34375E-6;51,3.90625E-7;52,0.0;113,0.0;114,7.8125E-7;116,7.8125E-7;117,6.640625E-6;118,7.8125E-7;120,7.8125E-7;121,5.859375E-6;122,7.8125E-7;123,7.8125E-7;124,1.5625E-6;125,7.421875E-6;126,1.5625E-6;127,1.40625E-5;128,1.953125E-6;129,1.640625E-5;130,1.171875E-6;131,6.640625E-6;132,7.8125E-7;134,7.8125E-7;135,1.8359375E-5;136,3.90625E-7;137,0.0;155,0.0;156,7.8125E-7;157,0.0;163,0.0;164,1.5625E-6;165,7.8125E-7;166,7.8125E-7;167,6.640625E-6;168,7.8125E-7;170,7.8125E-7;171,1.5625E-5;172,3.125E-6;173,0.0;197,0.0;198,7.8125E-7;200,7.8125E-7;201,6.640625E-6;202,7.8125E-7;203,1.5625E-6;204,1.5625E-6;205,7.421875E-6;206,7.421875E-6;207,1.5625E-6;208,1.171875E-6;209,7.03125E-6;210,4.296875E-6;211,1.171875E-6;212,1.171875E-6;213,7.03125E-6;214,2.734375E-6;215,7.8125E-7;216,7.8125E-7;217,6.640625E-6;218,7.8125E-7;220,7.8125E-7;221,1.8359375E-5;222,3.90625E-7;223,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_log:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_log:2", + "distrib": "0,0.0;25,0.0;26,3.90625E-7;27,3.125E-6;28,8.203125E-6;29,4.453125E-4;30,9.4609376E-4;31,8.140625E-4;32,8.7421876E-4;33,9.0742187E-4;34,8.953125E-4;35,5.9570314E-4;36,1.7734375E-4;37,1.7382813E-4;38,1.6679688E-4;39,2.546875E-4;40,3.0742187E-4;41,3.1210936E-4;42,5.0664064E-4;43,4.65625E-4;44,1.8945313E-4;45,1.9921876E-5;46,6.25E-6;47,7.8125E-7;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_log:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_log:1", + "distrib": "0,0.0;16,0.0;17,7.8125E-7;18,7.8125E-7;19,1.171875E-6;21,1.171875E-6;22,1.5625E-6;23,1.5625E-6;24,2.34375E-6;25,2.34375E-6;26,3.90625E-6;27,5.46875E-6;28,6.25E-6;29,1.1328125E-5;30,2.5390626E-5;31,3.5820313E-4;32,8.3984376E-4;33,0.0011039062;34,0.001371875;35,0.0015902343;36,0.0017183594;37,0.001803125;38,0.0018667969;39,0.0019097656;40,0.0019394531;41,0.0019601563;42,0.0021777344;43,0.0027117187;44,0.0034824219;45,0.004394922;46,0.0052875;47,0.0060816407;48,0.0016066406;49,0.0019304687;50,0.0021816406;51,0.0023128907;52,0.0022726562;53,0.0020511718;54,0.0018820312;55,0.0016546875;56,0.0012792968;57,0.0010480469;58,8.0976565E-4;59,6.488281E-4;60,5.7734374E-4;61,4.9257814E-4;62,3.8867188E-4;63,3.3984374E-4;64,5.8203124E-5;65,5.8984377E-5;66,5.3125E-5;67,5.0390627E-5;68,5.2734376E-5;69,4.375E-5;70,3.9453123E-5;71,3.671875E-5;72,3.3203127E-5;73,3.75E-5;74,3.90625E-5;75,2.8125E-5;76,2.4609375E-5;77,2.421875E-5;78,2.3046876E-5;79,2.34375E-5;80,4.296875E-6;81,5.078125E-6;82,3.515625E-6;83,1.953125E-6;84,0.0;87,0.0;88,3.90625E-7;93,3.90625E-7;94,1.953125E-6;95,3.90625E-7;96,0.0;104,0.0;105,1.5625E-6;107,1.5625E-6;108,7.8125E-6;109,0.0;110,4.6875E-6;111,3.125E-6;112,1.5625E-6;113,7.8125E-6;114,0.0;117,0.0;118,6.25E-6;119,4.6875E-6;120,7.8125E-6;121,1.25E-5;122,1.25E-5;123,1.796875E-5;124,1.953125E-5;125,2.578125E-5;126,1.25E-5;127,1.71875E-5;128,7.8125E-6;129,1.25E-5;130,1.09375E-5;131,1.875E-5;132,2.5E-5;133,2.34375E-5;134,3.046875E-5;135,3.3984375E-5;136,3.28125E-5;137,3.4375E-5;138,3.7109374E-5;139,3.5546876E-5;140,4.1015624E-5;141,2.5390626E-5;142,2.7734375E-5;143,3.828125E-5;144,0.0;152,0.0;153,1.5625E-6;154,8.59375E-6;155,8.59375E-6;156,1.875E-5;157,3.90625E-6;158,6.640625E-6;159,0.0;160,1.953125E-6;161,5.859375E-6;162,5.078125E-6;163,1.2890625E-5;164,1.8359375E-5;165,1.6796876E-5;166,1.6796876E-5;167,1.8359375E-5;171,1.8359375E-5;172,1.4453125E-5;173,2.03125E-5;174,2.5E-5;175,1.875E-5;176,1.09375E-5;177,1.25E-5;178,2.03125E-5;179,2.5E-5;180,2.34375E-5;181,2.34375E-5;182,2.5E-5;184,2.5E-5;185,2.34375E-5;186,1.5625E-5;187,1.5625E-5;188,3.59375E-5;189,2.5E-5;190,2.2265625E-5;191,1.25E-5;192,0.0;193,7.8125E-6;194,1.25E-5;195,1.09375E-5;196,1.09375E-5;197,1.25E-5;204,1.25E-5;205,7.8125E-6;206,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_log:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_log:0", + "distrib": "0,0.0;10,0.0;11,3.90625E-7;12,3.90625E-7;13,1.171875E-6;14,5.46875E-6;15,5.46875E-6;16,7.8125E-6;17,8.203125E-6;18,1.09375E-5;19,1.2109375E-5;20,1.25E-5;21,1.171875E-5;22,1.171875E-5;23,1.2109375E-5;24,1.328125E-5;25,2.9296874E-5;26,1.07421874E-4;27,6.132812E-5;28,6.9140624E-5;29,1.03125E-4;30,2.78125E-4;31,8.9140626E-4;32,0.0018933594;33,0.0016636719;34,0.0020339843;35,0.0021433593;36,0.002054297;37,0.0019964844;38,0.0019273438;39,0.0019015624;40,0.0018675781;41,0.001859375;42,0.0019519532;43,0.002086328;44,0.002290625;45,0.0025152343;46,0.002786328;47,0.003063672;48,0.00161875;49,0.0016742188;50,0.0017070313;51,0.0017882813;52,0.001825;53,0.0018316406;54,0.0018515625;55,0.0019242187;56,0.0019683593;57,0.0019222656;58,0.0018730469;59,0.0018457031;60,0.0018539062;61,0.0018675781;62,0.0018539062;63,0.0018339844;64,0.0015648437;65,0.0016308593;66,0.001675;67,0.0017820313;68,0.0018710938;69,0.0018734375;70,0.0018648438;71,0.0018359375;72,0.0017953125;73,0.0017578125;74,0.0017394532;75,0.0016722656;76,0.0016855468;77,0.0016324219;78,0.0016007812;79,0.0015355468;80,0.0010960938;81,0.0010828126;82,0.0011226563;83,0.0011695313;84,0.0012058594;85,0.001228125;86,0.0012191406;87,0.0012082031;88,0.0012;89,0.0011855469;90,0.0011503906;91,0.0011753907;92,0.0011707031;93,0.0011605469;94,0.00118125;95,0.0012117188;96,9.703125E-4;97,9.6523436E-4;98,9.3125E-4;99,9.4921875E-4;100,9.609375E-4;101,9.78125E-4;102,9.3320315E-4;103,9.296875E-4;104,9.261719E-4;105,9.527344E-4;106,9.53125E-4;107,9.4140624E-4;108,9.648437E-4;109,8.550781E-4;110,7.5898436E-4;111,7.2460936E-4;112,3.035156E-4;113,2.90625E-4;114,2.6796875E-4;115,2.5820313E-4;116,2.3945312E-4;117,2.2226562E-4;118,2.1992187E-4;119,2.3867187E-4;120,2.59375E-4;121,2.4335938E-4;122,2.0976563E-4;123,1.8046875E-4;124,1.4140626E-4;125,1.20703124E-4;126,9.570312E-5;127,5.1953124E-5;128,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:unripe_trollber:0", + "distrib": "0,0.0;9,0.0;10,1.09375E-5;11,7.421875E-6;12,1.1328125E-5;13,1.171875E-5;14,1.328125E-5;15,2.1875E-5;16,1.5625E-5;17,1.953125E-5;18,2.109375E-5;19,2.3046876E-5;20,1.9921876E-5;21,2.5390626E-5;22,2.1875E-5;23,1.9921876E-5;24,2.109375E-5;25,2.6953125E-5;26,3.359375E-5;27,2.578125E-5;28,1.796875E-5;29,2.109375E-5;30,2.421875E-5;31,1.796875E-5;32,2.109375E-5;33,1.875E-5;34,2.2265625E-5;35,2.3046876E-5;36,2.65625E-5;37,2.3046876E-5;38,2.421875E-5;39,1.5625E-5;40,1.5625E-5;41,1.6015625E-5;42,1.5625E-5;43,1.171875E-5;44,1.171875E-5;45,1.484375E-5;46,1.328125E-5;47,8.203125E-6;48,1.1328125E-5;49,9.375E-6;50,9.765625E-6;51,8.984375E-6;52,8.203125E-6;53,1.1328125E-5;54,8.59375E-6;55,8.59375E-6;56,9.375E-6;57,7.03125E-6;58,5.078125E-6;59,4.6875E-6;60,3.90625E-6;61,1.5625E-6;62,1.171875E-6;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_plant:0", + "distrib": "0,0.0;30,0.0;31,1.015625E-5;32,1.25E-5;33,1.484375E-5;34,1.796875E-5;35,2.421875E-5;36,5.46875E-6;37,7.421875E-6;38,1.5234375E-5;39,0.0;40,0.0;41,4.296875E-6;42,0.0;44,0.0;45,1.171875E-6;46,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:dark_oak_fence:0", + "distrib": "0,0.0;20,0.0;21,3.90625E-7;24,3.90625E-7;25,1.5625E-6;28,1.5625E-6;29,0.0;31,0.0;32,1.5625E-6;33,0.0;34,5.859375E-6;35,1.71875E-5;36,1.40625E-5;37,2.03125E-5;38,2.03125E-5;39,2.4609375E-5;40,1.7578124E-5;41,9.375E-6;42,1.0546875E-5;43,9.765625E-6;44,5.859375E-6;45,4.296875E-6;46,1.953125E-6;47,2.734375E-6;48,1.171875E-6;49,0.0;65,0.0;66,3.90625E-7;67,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:dark_oak_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "mod_lavacow:glowshroom:0", + "distrib": "0,0.0;25,0.0;26,3.90625E-7;30,3.90625E-7;31,4.6875E-6;32,7.03125E-6;33,3.90625E-6;34,4.6875E-6;35,5.46875E-6;36,2.34375E-6;37,1.953125E-6;38,7.8125E-7;39,7.8125E-7;40,0.0;41,3.90625E-7;42,7.8125E-7;43,3.90625E-7;44,7.8125E-7;45,0.0;46,0.0;47,3.90625E-7;48,0.0;49,7.8125E-7;50,0.0;53,0.0;54,3.90625E-7;55,0.0;58,0.0;59,3.90625E-7;60,0.0;62,0.0;63,3.90625E-7;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "mod_lavacow:glowshroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:thorns:0", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,2.34375E-6;34,4.6875E-6;35,2.34375E-6;36,3.515625E-6;37,5.46875E-6;38,1.5625E-6;39,3.90625E-6;40,4.6875E-6;41,6.640625E-6;42,7.421875E-6;43,1.09375E-5;44,1.171875E-5;45,1.640625E-5;46,1.953125E-5;47,2.2265625E-5;48,2.109375E-5;49,1.3671875E-5;50,9.765625E-6;51,1.7578124E-5;52,2.109375E-5;53,1.4453125E-5;54,1.953125E-5;55,1.3671875E-5;56,2.1875E-5;57,1.875E-5;58,2.03125E-5;59,2.8515626E-5;60,3.4765624E-5;61,3.8671875E-5;62,7.5E-5;63,1.5507813E-4;64,2.0820313E-4;65,2.3632812E-4;66,2.2890625E-4;67,2.3242188E-4;68,2.0351562E-4;69,1.8984375E-4;70,1.8710937E-4;71,2.1640625E-4;72,2.3398438E-4;73,2.5351564E-4;74,2.8828124E-4;75,3.1328126E-4;76,3.6328126E-4;77,3.7421874E-4;78,4.609375E-4;79,5.867187E-4;80,3.3320312E-4;81,6.0546875E-4;82,0.0010636719;83,0.0024773437;84,0.003544922;85,0.003924219;86,0.0037171876;87,0.0033324219;88,0.0027765625;89,0.0021257813;90,0.0017054687;91,0.0012761719;92,0.0010515625;93,7.78125E-4;94,5.9140625E-4;95,4.753906E-4;96,2.1914062E-4;97,1.9492187E-4;98,1.8125E-4;99,1.7929687E-4;100,1.703125E-4;101,1.484375E-4;102,1.2226563E-4;103,1.2421876E-4;104,1.1171875E-4;105,1.0898437E-4;106,9.960937E-5;107,1.06640626E-4;108,1.0976563E-4;109,1.0E-4;110,9.453125E-5;111,9.6875E-5;112,7.2265626E-5;113,8.007813E-5;114,6.289063E-5;115,5.546875E-5;116,6.171875E-5;117,4.4140626E-5;118,5.3515625E-5;119,4.140625E-5;120,3.984375E-5;121,3.5546876E-5;122,3.203125E-5;123,4.6875E-5;124,4.5703124E-5;125,4.3359374E-5;126,4.375E-5;127,4.3359374E-5;128,4.0625E-5;129,4.140625E-5;130,4.1796877E-5;131,3.9453123E-5;132,3.8671875E-5;134,3.8671875E-5;135,4.0625E-5;136,4.21875E-5;137,3.90625E-5;138,3.90625E-5;139,4.140625E-5;140,4.0234376E-5;141,4.0625E-5;142,4.1796877E-5;143,3.9453123E-5;144,4.1015624E-5;145,4.0625E-5;146,3.90625E-5;147,4.1015624E-5;148,4.1015624E-5;149,4.1796877E-5;150,4.296875E-5;151,4.0625E-5;152,3.984375E-5;153,3.75E-5;154,4.140625E-5;155,3.7890626E-5;156,3.9453123E-5;157,3.9453123E-5;158,3.90625E-5;159,4.0234376E-5;160,4.1015624E-5;161,3.90625E-5;162,4.21875E-5;163,4.140625E-5;164,4.21875E-5;165,4.0234376E-5;166,4.1015624E-5;167,4.0234376E-5;168,3.8671875E-5;169,4.0234376E-5;170,3.8671875E-5;171,3.828125E-5;172,4.140625E-5;173,4.0625E-5;174,4.1796877E-5;175,4.0234376E-5;176,2.9296874E-5;177,2.8125E-5;178,2.6171874E-5;179,2.8125E-5;180,2.9296874E-5;181,3.0078125E-5;182,2.9296874E-5;183,2.6953125E-5;184,3.125E-5;185,2.890625E-5;186,3.125E-5;187,3.0859374E-5;188,2.734375E-5;189,2.9296874E-5;190,2.8515626E-5;191,2.65625E-5;192,3.125E-6;194,3.125E-6;195,3.90625E-6;196,3.90625E-6;197,3.515625E-6;198,3.90625E-6;199,3.90625E-6;200,3.125E-6;201,3.90625E-6;206,3.90625E-6;207,4.6875E-6;208,3.90625E-6;209,3.90625E-6;210,3.515625E-6;211,3.125E-6;212,3.125E-6;213,2.34375E-6;215,2.34375E-6;216,1.5625E-6;217,1.171875E-6;218,1.5625E-6;219,2.34375E-6;220,2.34375E-6;221,3.125E-6;222,2.34375E-6;223,3.125E-6;224,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_pressure_plate:0", + "distrib": "0,0.0;8,0.0;9,3.90625E-6;10,1.25E-5;11,0.0;18,0.0;19,2.734375E-6;20,0.0;35,0.0;36,3.90625E-7;37,3.90625E-7;38,0.0;39,0.0;40,7.8125E-7;41,0.0;42,3.90625E-7;43,3.90625E-7;44,0.0;45,3.90625E-7;46,0.0;47,0.0;48,3.90625E-7;49,0.0;57,0.0;58,3.90625E-7;59,0.0;77,0.0;78,3.90625E-7;79,0.0;80,3.90625E-7;81,0.0;86,0.0;87,7.8125E-7;88,0.0;89,0.0;90,3.90625E-7;91,0.0;92,3.90625E-7;93,0.0;94,3.90625E-7;95,0.0;96,0.0;97,3.90625E-7;98,0.0;99,0.0;100,3.90625E-7;101,0.0;102,0.0;103,3.90625E-7;104,0.0;110,0.0;111,3.90625E-7;112,3.90625E-7;113,0.0;119,0.0;120,3.90625E-7;121,0.0;135,0.0;136,3.125E-6;137,0.0;190,0.0;191,3.90625E-7;192,0.0;193,0.0;194,3.90625E-7;195,0.0;201,0.0;202,7.8125E-7;203,0.0;205,0.0;206,4.6875E-6;207,0.0;209,0.0;210,3.90625E-7;211,0.0;214,0.0;215,3.125E-6;216,0.0;232,0.0;233,3.90625E-7;234,0.0;237,0.0;238,3.90625E-7;239,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_pressure_plate:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_oak_planks:0", + "distrib": "0,0.0;23,0.0;24,7.8125E-7;25,4.6875E-6;26,1.5625E-6;27,0.0;30,0.0;31,3.515625E-5;32,0.0;33,1.25E-5;34,9.765625E-6;35,1.953125E-6;36,1.9140625E-5;37,2.0703124E-5;38,1.5234375E-5;39,1.484375E-5;40,2.8515626E-5;41,2.890625E-5;42,2.734375E-5;43,1.09375E-5;44,8.984375E-6;45,1.484375E-5;46,6.25E-6;47,1.5625E-6;48,0.0;59,0.0;60,1.171875E-6;61,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:block_storage:0", + "distrib": "0,0.0;120,0.0;121,3.125E-6;122,6.25E-6;123,0.0;124,6.25E-6;125,0.0;151,0.0;152,3.125E-6;153,3.90625E-6;154,0.0;155,3.90625E-6;156,0.0;170,0.0;171,7.8125E-7;172,0.0;189,0.0;190,3.125E-6;191,4.6875E-6;192,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:birch_fence:0", + "distrib": "0,0.0;24,0.0;25,7.8125E-7;28,7.8125E-7;29,0.0;34,0.0;35,1.5625E-6;36,0.0;38,0.0;39,3.90625E-7;41,3.90625E-7;42,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:birch_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:block_storage:2", + "distrib": "0,0.0;105,0.0;106,1.5625E-6;107,0.0;109,0.0;110,1.40625E-5;111,3.125E-6;112,0.0;114,0.0;115,1.0546875E-5;116,0.0;117,3.515625E-6;118,0.0;119,1.953125E-6;120,0.0;122,0.0;123,1.5625E-6;124,0.0;126,0.0;127,1.40625E-5;128,0.0;137,0.0;138,1.5625E-6;139,0.0;140,0.0;141,2.34375E-6;142,1.40625E-5;143,0.0;153,0.0;154,1.5625E-6;155,0.0;157,0.0;158,9.375E-6;159,0.0;185,0.0;186,3.125E-6;187,0.0;188,7.8125E-7;189,0.0;190,2.34375E-5;191,1.5625E-6;192,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:5", + "distrib": "0,0.0;9,0.0;10,5.167969E-4;11,5.3242187E-4;12,0.0;19,0.0;20,5.1289063E-4;21,5.25E-4;22,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:4", + "distrib": "0,0.0;9,0.0;10,7.5E-4;11,7.359375E-4;12,0.0;19,0.0;20,7.671875E-4;21,7.4921874E-4;22,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:giant_log:0", + "distrib": "0,0.0;167,0.0;168,4.375E-5;179,4.375E-5;180,8.75E-5;183,8.75E-5;184,3.75E-5;191,3.75E-5;192,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:7", + "distrib": "0,0.0;7,0.0;8,2.7226564E-4;9,0.0;17,0.0;18,3.6914062E-4;19,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "chisel:glowstone1:14", + "distrib": "0,0.0;115,0.0;116,7.8125E-7;118,7.8125E-7;119,3.90625E-7;120,0.0;121,3.90625E-7;122,7.03125E-6;124,7.03125E-6;125,6.25E-6;127,6.25E-6;128,0.0;129,0.0;130,6.25E-6;132,6.25E-6;133,1.25E-5;135,1.25E-5;136,1.640625E-5;138,1.640625E-5;139,1.09375E-5;140,1.09375E-5;141,1.0546875E-5;142,4.296875E-6;143,3.90625E-6;144,0.0;161,0.0;162,2.734375E-6;163,2.734375E-6;164,3.125E-6;165,9.375E-6;169,9.375E-6;170,8.984375E-6;171,6.25E-6;173,6.25E-6;174,3.90625E-7;175,6.25E-6;179,6.25E-6;180,1.25E-5;183,1.25E-5;184,6.640625E-6;185,6.25E-6;188,6.25E-6;189,3.90625E-7;190,6.25E-6;191,7.8125E-6;192,0.0;194,0.0;195,6.25E-6;203,6.25E-6;204,3.90625E-7;205,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 3.0004, + "1": 3.3395, + "2": 3.5575, + "3": 3.6744 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:6", + "distrib": "0,0.0;7,0.0;8,0.013103906;9,0.0;17,0.0;18,0.013321484;19,0.0;28,0.0;29,2.03125E-5;30,1.0507813E-4;31,0.0;32,8.984375E-5;33,4.8828126E-5;34,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:1", + "distrib": "0,0.0;8,0.0;9,3.7890626E-5;10,0.0014523438;11,0.0014417969;12,3.7890626E-5;13,7.8125E-6;18,7.8125E-6;19,6.757813E-5;20,0.0013433594;21,0.0013140625;22,6.796875E-5;23,3.90625E-5;24,3.90625E-5;25,3.515625E-5;26,3.515625E-5;27,3.59375E-5;28,3.8671875E-5;29,3.90625E-5;30,2.34375E-5;31,2.34375E-5;32,7.8125E-6;33,0.0;34,0.0;35,3.90625E-7;36,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:0", + "distrib": "0,0.0;12,0.0;13,0.01379961;14,0.0;22,0.0;23,0.012619532;24,0.0;28,0.0;29,0.0013121094;30,0.0013214843;31,0.0013253907;32,0.0;33,0.0;34,3.90625E-7;35,2.734375E-6;36,0.0;37,3.515625E-6;38,3.90625E-7;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:3", + "distrib": "0,0.0;8,0.0;9,0.0029773437;10,0.0;11,0.0;12,0.003101953;13,0.0;18,0.0;19,0.0028460938;20,0.0;21,0.0;22,0.0029695313;23,0.0;29,0.0;30,5.859375E-6;31,1.5625E-5;32,0.0;33,1.6015625E-5;34,3.046875E-5;35,0.0;36,1.5625E-5;37,7.8125E-6;38,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:maze_stone:2", + "distrib": "0,0.0;8,0.0;9,1.25E-4;10,3.9804686E-4;11,3.8320312E-4;12,5.78125E-5;13,0.0;18,0.0;19,1.0429687E-4;20,3.828125E-4;21,3.703125E-4;22,3.7109374E-5;23,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:fluid_redstone:0", + "distrib": "0,0.0;1,1.2890625E-5;2,2.6171874E-5;3,4.296875E-5;4,4.765625E-5;5,5.7421876E-5;6,5.9375E-5;7,6.71875E-5;8,8.125E-5;9,8.046875E-5;10,7.34375E-5;11,7.3046875E-5;12,7.03125E-5;13,5.8203124E-5;14,6.992187E-5;15,6.953125E-5;16,6.015625E-5;17,5.390625E-5;18,1.9140625E-5;19,6.25E-6;20,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:crystal_ignis:0", + "distrib": "0,0.0;4,0.0;5,3.515625E-6;6,0.0;7,7.8125E-7;8,5.078125E-6;9,1.7578124E-5;10,4.0625E-5;11,3.4765624E-5;12,5.9375E-5;13,2.0703124E-5;14,3.0078125E-5;15,4.0234376E-5;16,3.7109374E-5;17,3.9453123E-5;18,3.3203127E-5;19,6.8359375E-5;20,5.1171875E-5;21,4.2578125E-5;22,6.8359375E-5;23,4.0234376E-5;24,3.828125E-5;25,3.28125E-5;26,4.1015624E-5;27,2.578125E-5;28,1.9921876E-5;29,2.265625E-5;30,1.71875E-5;31,1.6796876E-5;32,5.078125E-6;33,7.03125E-6;34,7.03125E-6;35,5.46875E-6;36,1.015625E-5;37,6.25E-6;38,7.421875E-6;39,2.734375E-6;40,1.5625E-6;41,1.953125E-6;42,1.953125E-6;43,1.5625E-6;44,1.953125E-6;46,1.953125E-6;47,1.171875E-6;48,7.8125E-7;49,1.171875E-6;50,0.0;51,7.8125E-7;52,1.171875E-6;53,2.34375E-6;54,0.0;55,0.0;56,3.90625E-7;57,1.953125E-6;58,0.0;59,1.171875E-6;60,1.171875E-6;61,7.8125E-7;62,0.0;63,7.8125E-7;64,4.296875E-6;65,3.90625E-7;66,0.0;69,0.0;70,2.34375E-6;71,7.8125E-7;72,0.0;83,0.0;84,3.90625E-7;85,1.5625E-6;86,5.46875E-6;87,1.5625E-6;88,1.5625E-6;89,2.734375E-6;90,2.34375E-6;91,1.5625E-6;92,3.90625E-7;93,7.8125E-7;94,0.0;96,0.0;97,1.5625E-6;98,3.90625E-7;99,1.953125E-6;100,3.90625E-7;102,3.90625E-7;103,0.0;107,0.0;108,3.90625E-7;109,0.0;120,0.0;121,3.90625E-7;123,3.90625E-7;124,0.0;129,0.0;130,1.5625E-6;131,7.8125E-7;132,2.734375E-6;133,7.8125E-7;134,7.8125E-7;135,0.0;137,0.0;138,7.8125E-7;139,1.5625E-6;140,3.90625E-7;141,0.0;144,0.0;145,7.8125E-7;146,1.171875E-6;147,7.8125E-7;148,0.0;151,0.0;152,1.171875E-6;153,3.90625E-7;154,7.8125E-7;155,0.0;156,1.953125E-6;157,3.125E-6;158,0.0;162,0.0;163,3.90625E-7;164,1.171875E-6;165,1.171875E-6;166,0.0;167,0.0;168,1.953125E-6;169,1.171875E-6;170,1.5625E-6;171,3.90625E-6;172,1.953125E-6;173,7.8125E-7;174,0.0;175,3.90625E-7;176,7.8125E-7;177,0.0;179,0.0;180,1.171875E-6;181,7.8125E-7;182,3.90625E-7;183,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"ignis\",amount:1}]}", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:logs.3:0", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,7.8125E-7;34,7.8125E-7;35,1.171875E-6;36,1.171875E-6;37,7.8125E-7;38,3.90625E-7;40,3.90625E-7;41,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:redstone_lamp:0", + "distrib": "0,0.0;120,0.0;121,3.90625E-7;122,0.0;132,0.0;133,3.90625E-7;134,0.0;187,0.0;188,3.90625E-7;189,0.0;190,0.0;191,3.90625E-7;192,0.0;203,0.0;204,3.90625E-7;205,0.0;210,0.0;211,3.90625E-7;212,0.0;214,0.0;215,3.90625E-7;216,0.0;219,0.0;220,3.90625E-7;221,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:logs.3:3", + "distrib": "0,0.0;31,0.0;32,7.8125E-7;33,1.171875E-6;34,1.5625E-6;35,5.46875E-6;36,5.078125E-6;37,4.6875E-6;38,3.515625E-6;39,5.078125E-6;40,3.90625E-7;41,0.0;42,3.90625E-7;44,3.90625E-7;45,1.5625E-6;46,1.171875E-6;47,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:giant_leaves:0", + "distrib": "0,0.0;179,0.0;180,7.125E-4;187,7.125E-4;188,2.875E-4;191,2.875E-4;192,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:sticky_piston:0", + "distrib": "0,0.0;17,0.0;18,3.90625E-7;19,7.8125E-7;20,1.171875E-6;21,1.5625E-6;22,1.953125E-6;23,1.953125E-6;24,1.5625E-6;25,7.8125E-7;26,0.0;111,0.0;112,3.90625E-7;113,0.0;114,3.90625E-7;115,0.0;119,0.0;120,7.8125E-7;121,0.0;131,0.0;132,3.90625E-7;133,0.0;137,0.0;138,3.90625E-7;139,0.0;183,0.0;184,3.90625E-7;185,0.0;186,0.0;187,3.90625E-7;188,0.0;189,0.0;190,3.90625E-7;191,3.90625E-7;192,0.0;193,0.0;194,3.90625E-7;195,0.0;200,0.0;201,3.90625E-7;202,0.0;203,3.90625E-7;204,0.0;207,0.0;208,3.90625E-7;209,0.0;210,7.8125E-7;211,0.0;212,0.0;213,3.90625E-7;214,3.90625E-7;215,0.0;218,0.0;219,3.90625E-7;220,0.0;221,3.90625E-7;222,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:sticky_piston:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:ice:0", + "distrib": "0,0.0;8,0.0;9,3.125E-6;10,0.0;28,0.0;29,1.5625E-6;30,4.4882813E-4;31,0.0013078125;32,0.0024195313;33,0.0034070313;34,0.0047578127;35,0.006777344;36,0.008298047;37,0.009420703;38,0.0103246095;39,0.011256641;40,0.011676953;41,0.011912109;42,0.012047266;43,0.012138281;44,0.012158203;45,0.012141797;46,0.012127735;47,0.012111719;48,0.011989063;49,0.012005469;50,0.012035157;51,0.012068359;52,0.012073438;53,0.012071875;54,0.012071094;55,0.0120730465;56,0.012073828;57,0.012072656;58,0.012072266;59,0.012073828;60,0.012074609;61,0.012066406;62,0.012025391;63,0.011978125;64,8.058594E-4;65,7.328125E-4;66,6.703125E-4;67,4.7578124E-4;68,3.9882812E-4;69,3.9257813E-4;70,3.9101564E-4;71,3.8710938E-4;72,3.4023437E-4;73,1.7304688E-4;74,1.0976563E-4;75,1.015625E-5;76,0.0;148,0.0;149,7.8125E-7;150,4.6875E-6;151,7.8125E-6;152,8.59375E-6;153,0.0;158,0.0;159,3.90625E-7;160,3.515625E-6;161,7.8125E-6;162,9.375E-6;163,0.0;168,0.0;169,1.171875E-6;170,4.6875E-6;171,7.421875E-6;172,8.984375E-6;173,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:dark_fence:0", + "distrib": "0,0.0;21,0.0;22,3.125E-6;23,3.125E-6;24,3.90625E-6;25,7.8125E-6;26,7.8125E-7;27,7.8125E-7;28,1.171875E-6;29,0.0;30,7.8125E-7;31,0.0;32,0.0;33,7.8125E-7;34,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:dark_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mine_fence:0", + "distrib": "0,0.0;35,0.0;36,1.5625E-6;37,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:mine_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:cauldron:0", + "distrib": "0,0.0;20,0.0;21,1.171875E-6;22,7.8125E-7;23,7.8125E-7;24,3.90625E-7;25,3.90625E-7;26,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cauldron:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:decorativestatue:6", + "distrib": "0,0.0;24,0.0;25,3.90625E-7;26,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "abyssalcraft:decorativestatue:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:decorativestatue:5", + "distrib": "0,0.0;24,0.0;25,3.90625E-7;26,0.0;27,3.90625E-7;28,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "abyssalcraft:decorativestatue:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:spruce_stairs:0", + "distrib": "0,0.0;7,0.0;8,2.3828125E-5;9,0.0;14,0.0;15,3.3203127E-5;16,0.0;21,0.0;22,2.3046876E-5;23,0.0;24,0.0;25,1.953125E-6;26,3.90625E-7;27,1.953125E-6;28,3.90625E-7;29,2.34375E-6;30,0.0;31,0.0;32,1.953125E-6;33,0.0;34,1.25E-5;35,1.6015625E-5;36,1.40625E-5;37,2.1484375E-5;38,3.59375E-5;39,2.2265625E-5;40,3.9453123E-5;41,2.34375E-5;42,1.71875E-5;43,2.1875E-5;44,5.078125E-6;45,8.203125E-6;46,3.90625E-7;47,0.0;48,0.0;49,7.8125E-7;50,0.0;56,0.0;57,1.171875E-6;58,0.0;76,0.0;77,3.90625E-7;78,0.0;79,0.0;80,2.734375E-6;81,0.0;84,0.0;85,1.171875E-6;86,1.5625E-6;87,0.0;88,0.0;89,3.90625E-7;90,0.0;91,3.90625E-7;92,0.0;95,0.0;96,7.8125E-7;97,0.0;98,0.0;99,1.171875E-6;100,3.90625E-7;101,0.0;102,7.8125E-7;103,0.0;107,0.0;108,1.171875E-6;109,1.953125E-6;111,1.953125E-6;112,1.171875E-6;113,1.5625E-6;115,1.5625E-6;116,5.46875E-6;117,1.5625E-6;118,4.6875E-6;119,1.5625E-6;123,1.5625E-6;124,3.125E-6;125,1.5625E-6;126,3.125E-6;127,1.953125E-6;128,6.25E-6;129,3.515625E-6;130,5.078125E-6;131,1.953125E-6;132,8.203125E-6;133,1.5625E-6;134,4.6875E-6;135,1.5625E-6;136,4.296875E-6;137,1.171875E-6;138,4.296875E-6;139,1.171875E-6;140,3.90625E-6;141,7.8125E-7;142,3.90625E-6;143,7.8125E-7;144,0.0;171,0.0;172,1.5625E-6;173,0.0;174,1.5625E-6;175,0.0;177,0.0;178,7.8125E-7;182,7.8125E-7;183,1.5625E-6;185,1.5625E-6;186,3.125E-6;187,7.8125E-7;188,3.125E-6;189,1.5625E-6;190,7.8125E-7;191,1.5625E-6;194,1.5625E-6;195,7.8125E-7;197,7.8125E-7;198,1.171875E-6;199,1.953125E-6;200,1.5625E-6;201,1.953125E-6;202,4.6875E-6;203,2.34375E-6;204,1.171875E-6;205,1.5625E-6;206,2.734375E-6;207,2.34375E-6;208,3.515625E-6;209,1.953125E-6;210,1.953125E-6;211,1.5625E-6;212,1.5625E-6;213,1.953125E-6;214,4.296875E-6;215,1.953125E-6;216,4.296875E-6;217,1.5625E-6;218,3.515625E-6;219,1.5625E-6;220,3.125E-6;221,1.953125E-6;222,1.953125E-6;223,2.34375E-6;224,7.8125E-7;225,2.34375E-6;226,7.8125E-7;227,3.90625E-6;228,1.953125E-6;229,3.90625E-7;230,3.90625E-7;231,3.90625E-6;232,7.8125E-7;233,4.6875E-6;234,1.5625E-6;235,7.8125E-7;236,7.8125E-7;237,0.0;238,7.8125E-7;239,7.8125E-7;240,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:spruce_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tfspellpack:gilded_canopy_wood:0", + "distrib": "0,0.0;103,0.0;104,1.953125E-6;105,0.0;107,0.0;108,2.6953125E-5;109,3.90625E-6;110,0.0;112,0.0;113,2.578125E-5;114,0.0;116,0.0;117,7.03125E-6;118,1.5625E-5;119,0.0;120,4.6875E-6;121,8.59375E-6;122,1.953125E-6;123,0.0;124,0.0;125,3.0859374E-5;126,3.90625E-6;127,3.90625E-7;128,4.6875E-6;129,0.0;130,0.0;131,4.6875E-6;132,0.0;133,0.0;134,4.6875E-6;135,0.0;136,1.953125E-6;137,0.0;138,0.0;139,2.34375E-6;140,3.359375E-5;141,0.0;142,3.90625E-7;143,5.15625E-5;144,0.0;151,0.0;152,9.375E-6;153,1.5625E-6;154,1.953125E-6;155,7.8125E-7;156,3.0078125E-5;157,1.5625E-6;158,5.078125E-6;159,7.8125E-7;160,2.34375E-6;161,0.0;162,0.0;163,4.6875E-6;164,0.0;165,0.0;166,3.90625E-7;171,3.90625E-7;172,2.734375E-6;173,5.078125E-6;174,3.90625E-7;175,5.078125E-6;176,0.0;177,0.0;178,4.6875E-6;179,0.0;183,0.0;184,3.90625E-6;185,4.6875E-6;186,0.0;187,0.0;188,6.015625E-5;189,3.515625E-6;190,2.3046876E-5;191,3.515625E-6;192,0.0;193,4.6875E-6;194,0.0;204,0.0;205,4.6875E-6;206,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:cicada:0", + "distrib": "0,0.0;33,0.0;34,3.90625E-7;35,4.6875E-6;36,1.953125E-6;37,1.953125E-6;38,8.984375E-6;39,6.640625E-6;40,1.2109375E-5;41,1.5234375E-5;42,1.09375E-5;43,1.3671875E-5;44,1.2109375E-5;45,8.984375E-6;46,1.1328125E-5;47,1.25E-5;48,8.984375E-6;49,1.328125E-5;50,1.2890625E-5;51,1.40625E-5;52,1.2109375E-5;53,1.171875E-5;54,1.6015625E-5;55,1.484375E-5;56,1.1328125E-5;57,1.5625E-5;58,1.25E-5;59,1.6015625E-5;60,1.4453125E-5;61,1.6015625E-5;62,1.5234375E-5;63,1.5234375E-5;64,1.40625E-5;65,1.5234375E-5;66,1.2890625E-5;67,1.25E-5;68,1.40625E-5;69,1.4453125E-5;70,1.171875E-5;71,1.328125E-5;72,1.1328125E-5;73,9.765625E-6;74,1.171875E-5;75,1.2890625E-5;76,7.421875E-6;77,1.1328125E-5;78,9.375E-6;79,8.59375E-6;80,8.984375E-6;81,7.421875E-6;82,7.421875E-6;83,8.203125E-6;84,9.765625E-6;85,7.421875E-6;86,6.25E-6;87,8.59375E-6;88,6.640625E-6;89,4.296875E-6;90,7.03125E-6;91,5.46875E-6;92,5.078125E-6;93,7.8125E-6;94,5.078125E-6;95,6.25E-6;96,6.640625E-6;97,4.6875E-6;98,3.90625E-6;99,5.078125E-6;100,1.953125E-6;101,6.640625E-6;102,5.46875E-6;103,4.296875E-6;104,3.515625E-6;105,2.34375E-6;106,4.296875E-6;107,2.34375E-6;108,2.734375E-6;109,1.953125E-6;110,3.125E-6;111,1.171875E-6;112,1.171875E-6;113,7.8125E-7;114,1.171875E-6;115,1.171875E-6;116,7.8125E-7;117,1.5625E-6;118,7.8125E-7;119,0.0;120,1.171875E-6;121,0.0;122,1.171875E-6;123,3.90625E-7;125,3.90625E-7;126,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:cicada:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:acacia_stairs:0", + "distrib": "0,0.0;20,0.0;21,7.8125E-7;22,0.0;24,0.0;25,7.8125E-7;26,1.5625E-6;27,7.8125E-7;28,0.0;29,1.5625E-6;30,0.0;31,1.5625E-6;32,3.125E-6;33,0.0;34,1.171875E-6;35,7.03125E-6;36,1.953125E-5;37,2.4609375E-5;38,2.265625E-5;39,2.5390626E-5;40,2.265625E-5;41,2.34375E-5;42,1.09375E-5;43,1.2890625E-5;44,1.2109375E-5;45,5.859375E-6;46,4.6875E-6;47,1.3671875E-5;48,2.34375E-6;49,3.515625E-6;50,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:acacia_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "chisel:basalt2:7", + "distrib": "0,0.0;1,7.2265626E-5;2,5.5078126E-5;3,7.34375E-5;4,1.11328125E-4;5,9.375E-5;6,7.734375E-5;7,9.8828124E-5;8,1.171875E-4;9,1.03515624E-4;10,1.1367188E-4;11,7.929688E-5;12,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:sort_fence:0", + "distrib": "0,0.0;36,0.0;37,1.5625E-6;38,0.0;40,0.0;41,3.90625E-7;43,3.90625E-7;44,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:sort_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_brick:3", + "distrib": "0,0.0;161,0.0;162,2.734375E-5;163,2.9296874E-5;165,2.9296874E-5;166,2.4609375E-5;167,2.4609375E-5;168,4.0625E-5;169,4.1796877E-5;170,5.5078126E-5;171,5.625E-5;172,5.3125E-5;173,5.3125E-5;174,4.0625E-5;175,4.0625E-5;176,3.3984375E-5;177,3.5546876E-5;178,6.210938E-5;179,6.40625E-5;180,6.210938E-5;181,6.601562E-5;182,6.289063E-5;183,6.289063E-5;184,7.421875E-5;185,7.539063E-5;186,1.11328125E-4;187,1.1054688E-4;188,1.07421874E-4;189,1.0429687E-4;190,9.335938E-5;191,8.710937E-5;192,5.625E-5;193,5.5859375E-5;194,9.0234375E-5;195,9.21875E-5;196,9.0234375E-5;197,9.335938E-5;198,8.007813E-5;199,7.617188E-5;200,8.007813E-5;201,7.34375E-5;202,1.0E-4;203,1.0234375E-4;204,8.203125E-5;205,8.203125E-5;206,7.03125E-5;207,6.484375E-5;208,2.1484375E-5;209,1.9921876E-5;213,1.9921876E-5;214,1.5625E-5;218,1.5625E-5;219,1.40625E-5;220,1.09375E-5;223,1.09375E-5;224,7.8125E-6;225,7.8125E-6;226,4.6875E-6;231,4.6875E-6;232,3.125E-6;237,3.125E-6;238,3.90625E-7;239,3.90625E-7;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_brick:5", + "distrib": "0,0.0;62,0.0;63,3.8046876E-4;64,0.0;70,0.0;71,3.8046876E-4;72,0.0;84,0.0;85,4.5585938E-4;86,0.0;92,0.0;93,4.5585938E-4;94,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "chisel:limestone2:7", + "distrib": "0,0.0;28,0.0;29,2.0703124E-5;30,0.0023914063;31,0.006036719;32,0.0067777345;33,0.0058652344;34,0.004499219;35,0.0034683594;36,0.0027890624;37,0.002401953;38,0.002044922;39,0.0018785156;40,0.0017582031;41,0.0017933594;42,0.0018855468;43,0.0017597657;44,0.0016339844;45,0.0015765625;46,0.0014996093;47,0.0015976563;48,0.0016746094;49,0.0016894531;50,0.0016125;51,0.0015414063;52,0.00145;53,0.0013589844;54,0.0014316406;55,0.0014667968;56,0.0013230469;57,0.0011230469;58,8.1953127E-4;59,4.6757812E-4;60,3.0273438E-4;61,2.0117188E-4;62,9.609375E-5;63,4.3359374E-5;64,7.421875E-6;65,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:iron_ladder:0", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,1.171875E-6;33,1.953125E-6;34,2.34375E-6;35,3.125E-6;36,2.734375E-6;37,2.34375E-6;38,1.953125E-6;39,1.5625E-6;41,1.5625E-6;42,1.171875E-6;43,7.8125E-7;44,7.8125E-7;45,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:iron_ladder:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "integrateddynamics:menril_log_filled:0", + "distrib": "0,0.0;33,0.0;34,7.8125E-7;35,7.8125E-7;36,3.90625E-7;37,0.0;38,1.953125E-6;39,0.0;40,7.8125E-7;41,3.90625E-7;42,3.90625E-7;43,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_log:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "integrateddynamics:crystalized_menril_chunk:0", + "fortunes": { + "0": 2.0078, + "1": 2.5036, + "2": 3.0193, + "3": 3.4936 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:gold_ore:0", + "distrib": "0,0.0;1,3.390625E-4;2,6.027344E-4;3,8.925781E-4;4,0.0011957032;5,0.0015535157;6,0.0015070313;7,0.0015085938;8,0.0015484375;9,0.0014753906;10,0.0014195313;11,0.0013695313;12,0.0013722656;13,0.0014277344;14,0.0015382812;15,0.0014179688;16,0.0015292969;17,0.0014847657;18,0.0014394531;19,0.0014472656;20,0.0013570313;21,0.0014703125;22,0.0014335938;23,0.0013574219;24,0.0014242188;25,0.001346875;26,0.0013480468;27,0.0011769531;28,9.851563E-4;29,6.4921874E-4;30,2.847656E-4;31,4.453125E-5;32,1.171875E-6;33,2.34375E-6;34,5.078125E-6;35,5.859375E-6;36,8.59375E-6;37,1.5234375E-5;38,1.7578124E-5;39,1.1328125E-5;40,1.2890625E-5;41,1.25E-5;42,9.765625E-6;43,5.859375E-6;44,7.03125E-6;45,1.09375E-5;46,4.6875E-6;47,7.8125E-7;49,7.8125E-7;50,1.171875E-6;51,1.953125E-6;52,7.8125E-7;53,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:crate:0", + "distrib": "0,0.0;117,0.0;118,3.90625E-7;119,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "abyssalcraft:crate:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mangrove_fence:0", + "distrib": "0,0.0;20,0.0;21,1.5625E-6;24,1.5625E-6;25,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:mangrove_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:acacia_fence:0", + "distrib": "0,0.0;25,0.0;26,7.8125E-7;29,7.8125E-7;30,0.0;33,0.0;34,1.5625E-6;35,0.0;37,0.0;38,3.90625E-7;39,3.90625E-7;40,1.953125E-6;41,0.0;43,0.0;44,3.90625E-7;46,3.90625E-7;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:acacia_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trans_slab:0", + "distrib": "0,0.0;22,0.0;23,1.5625E-6;24,3.90625E-7;25,0.0;26,7.8125E-7;27,0.0;30,0.0;31,7.8125E-7;32,1.5625E-6;33,0.0;34,1.71875E-5;35,0.0;36,3.125E-6;37,2.734375E-6;38,3.90625E-6;39,1.5625E-6;40,1.953125E-6;41,4.296875E-6;42,1.5625E-6;43,1.5625E-5;44,1.953125E-6;45,1.5625E-6;46,3.90625E-7;47,3.90625E-7;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:trans_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:quartz_block:1", + "distrib": "0,0.0;127,0.0;128,5.859375E-6;129,2.34375E-6;132,2.34375E-6;133,5.859375E-6;134,0.0;143,0.0;144,1.171875E-5;145,4.296875E-6;148,4.296875E-6;149,1.7578124E-5;150,3.90625E-6;151,1.5625E-6;152,1.1328125E-5;153,5.46875E-6;154,5.46875E-6;155,1.015625E-5;156,4.6875E-6;157,2.2265625E-5;158,7.8125E-6;159,3.125E-6;160,1.2890625E-5;161,7.03125E-6;162,7.03125E-6;163,1.640625E-5;164,3.90625E-6;165,1.5625E-5;166,2.3828125E-5;167,9.375E-6;168,2.109375E-5;169,1.40625E-5;170,1.40625E-5;171,4.296875E-5;172,4.6875E-6;173,1.875E-5;174,5.859375E-6;175,2.34375E-6;176,1.4453125E-5;177,7.03125E-6;178,7.03125E-6;179,1.015625E-5;180,5.46875E-6;181,2.3046876E-5;182,7.8125E-6;183,3.125E-6;184,1.2890625E-5;185,7.03125E-6;186,7.03125E-6;187,1.875E-5;188,3.90625E-6;189,1.4453125E-5;190,0.0;191,0.0;192,7.8125E-6;193,3.125E-6;196,3.125E-6;197,1.25E-5;198,0.0;199,0.0;200,7.8125E-7;201,3.90625E-7;204,3.90625E-7;205,2.734375E-6;206,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:log:0", + "distrib": "0,0.0;14,0.0;15,3.90625E-7;16,7.8125E-7;19,7.8125E-7;20,1.171875E-6;21,7.8125E-7;22,7.8125E-7;23,1.171875E-6;24,3.90625E-7;25,1.171875E-6;26,1.953125E-6;27,4.296875E-6;28,1.015625E-5;29,1.953125E-5;30,4.765625E-5;31,8.636719E-4;32,0.0017316407;33,0.0024765625;34,0.0033460937;35,0.0039625;36,0.0040164064;37,0.0036160157;38,0.002991797;39,0.0023492188;40,0.0017644531;41,0.0012832031;42,9.5546874E-4;43,6.625E-4;44,4.5195312E-4;45,3.171875E-4;46,2.3867187E-4;47,1.7304688E-4;48,7.65625E-5;49,6.0546874E-5;50,4.6875E-5;51,3.125E-5;52,2.8515626E-5;53,2.1484375E-5;54,2.34375E-5;55,2.265625E-5;56,2.0703124E-5;57,2.0703124E-5;58,1.6796876E-5;59,1.25E-5;60,8.984375E-6;61,6.25E-6;62,5.46875E-6;63,4.6875E-6;64,3.125E-6;65,3.125E-6;66,2.34375E-6;67,1.5625E-6;68,1.953125E-6;69,1.171875E-6;70,7.8125E-7;71,1.5625E-6;72,1.5625E-6;73,1.171875E-6;74,7.8125E-7;75,1.953125E-6;76,1.953125E-6;77,1.5625E-6;78,1.953125E-6;79,1.953125E-6;80,3.90625E-7;81,3.90625E-7;82,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:wispy_cloud:0", + "distrib": "0,0.0;159,0.0;160,2.4375E-4;161,5.1875E-4;162,7.9375E-4;163,1.6875E-4;164,0.0;165,0.0;166,0.00124375;167,1.375E-4;168,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:log:1", + "distrib": "0,0.0;28,0.0;29,1.5625E-6;30,3.125E-6;31,2.96875E-5;32,1.0117188E-4;33,1.984375E-4;34,2.9140626E-4;35,4.21875E-4;36,6.136719E-4;37,7.015625E-4;38,8.253906E-4;39,9.238281E-4;40,0.0010339844;41,9.234375E-4;42,9.992188E-4;43,9.3125E-4;44,9.71875E-4;45,8.066406E-4;46,8.261719E-4;47,7.230469E-4;48,7.304688E-4;49,6.28125E-4;50,6.1953126E-4;51,5.78125E-4;52,5.917969E-4;53,5.1835936E-4;54,5.101563E-4;55,5.28125E-4;56,5.3242187E-4;57,4.8945314E-4;58,4.734375E-4;59,5.2695314E-4;60,5.3867185E-4;61,5.65625E-4;62,6.9375E-4;63,7.7734375E-4;64,5.0976564E-4;65,5.390625E-4;66,5.765625E-4;67,5.347656E-4;68,5.2265625E-4;69,4.953125E-4;70,4.8085937E-4;71,4.4921876E-4;72,4.1757812E-4;73,3.9492187E-4;74,3.9296874E-4;75,3.6953125E-4;76,3.328125E-4;77,3.0859376E-4;78,2.9296876E-4;79,2.7304687E-4;80,2.6171874E-5;81,2.6953125E-5;82,2.34375E-5;83,1.6796876E-5;84,1.3671875E-5;85,1.484375E-5;86,1.328125E-5;87,9.765625E-6;88,7.03125E-6;89,5.078125E-6;90,3.125E-6;92,3.125E-6;93,1.5625E-6;94,1.5625E-6;95,3.90625E-7;96,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:log:2", + "distrib": "0,0.0;14,0.0;15,1.171875E-6;23,1.171875E-6;24,7.8125E-7;25,0.0;26,0.0;27,3.90625E-7;28,7.8125E-7;29,1.953125E-6;30,5.078125E-6;31,1.4101563E-4;32,2.9101563E-4;33,4.125E-4;34,5.210937E-4;35,6.1953126E-4;36,6.2265625E-4;37,5.535156E-4;38,4.4804686E-4;39,3.40625E-4;40,2.3359375E-4;41,1.5976562E-4;42,1.06640626E-4;43,7.070313E-5;44,4.84375E-5;45,3.4765624E-5;46,2.8515626E-5;47,2.265625E-5;48,1.5234375E-5;49,1.40625E-5;50,1.4453125E-5;51,1.4453125E-5;52,1.5234375E-5;53,1.5234375E-5;54,1.484375E-5;56,1.484375E-5;57,1.25E-5;58,1.328125E-5;59,1.6796876E-5;60,3.59375E-5;61,6.3671876E-5;62,9.8046876E-5;63,1.3710938E-4;64,1.2148437E-4;65,1.2695312E-4;66,1.203125E-4;67,9.726563E-5;68,7.460937E-5;69,4.3359374E-5;70,2.03125E-5;71,8.203125E-6;72,3.125E-6;73,1.171875E-6;74,0.0;75,3.90625E-7;77,3.90625E-7;78,7.8125E-7;79,7.8125E-7;80,3.90625E-7;82,3.90625E-7;83,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stained_hardened_clay:15", + "distrib": "0,0.0;29,0.0;30,1.328125E-5;31,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_pillar:0", + "distrib": "0,0.0;29,0.0;30,2.96875E-5;31,4.6875E-6;32,1.5625E-6;33,3.359375E-5;34,3.4375E-5;35,6.09375E-5;36,9.84375E-5;37,8.359375E-5;38,6.015625E-5;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:birch_stairs:0", + "distrib": "0,0.0;22,0.0;23,3.90625E-7;24,0.0;25,7.8125E-7;26,2.34375E-6;27,0.0;28,7.8125E-7;29,0.0;30,0.0;31,1.953125E-6;32,0.0;33,1.5625E-6;34,1.953125E-6;35,3.90625E-6;36,3.515625E-6;37,3.125E-6;38,4.296875E-6;39,1.5625E-6;40,3.90625E-7;41,1.171875E-6;42,2.734375E-6;43,1.171875E-6;44,1.171875E-6;45,4.6875E-6;46,1.5625E-6;47,3.515625E-6;48,0.0;53,0.0;54,4.6875E-6;55,1.5625E-6;56,9.375E-6;57,4.6875E-6;58,1.5625E-6;59,4.6875E-6;60,1.5625E-6;61,1.5625E-6;62,0.0;64,0.0;65,1.25E-5;66,6.25E-6;67,1.5625E-6;68,3.90625E-7;69,1.953125E-6;70,0.0;72,0.0;73,1.5625E-6;74,0.0;85,0.0;86,4.296875E-6;87,3.125E-6;88,5.859375E-6;89,1.5625E-5;90,1.2890625E-5;91,7.8125E-6;92,3.125E-6;93,1.171875E-6;94,7.421875E-6;95,6.25E-6;96,0.0;97,1.0546875E-5;98,6.25E-6;99,1.5625E-6;100,0.0;101,4.6875E-6;102,1.5625E-6;103,0.0;105,0.0;106,9.375E-6;107,4.6875E-6;108,0.0;109,1.25E-5;110,6.25E-6;111,1.25E-5;112,2.734375E-6;113,0.0;114,7.8125E-6;115,4.6875E-6;116,1.5625E-6;117,0.0;118,2.734375E-6;119,1.171875E-6;120,4.6875E-6;121,1.5625E-6;122,0.0;125,0.0;126,5.859375E-6;127,4.6875E-6;128,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:birch_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore:4", + "distrib": "0,0.0;36,0.0;37,2.5E-5;38,7.617188E-5;39,1.2265625E-4;40,1.4257812E-4;41,1.2929688E-4;42,1.15625E-4;43,1.0507813E-4;44,1.0859375E-4;45,8.9453126E-5;46,8.9453126E-5;47,1.0E-4;48,1.1875E-4;49,9.960937E-5;50,9.6875E-5;51,1.0625E-4;52,1.02734375E-4;53,8.5546875E-5;54,7.929688E-5;55,8.5546875E-5;56,9.140625E-5;57,6.71875E-5;58,3.984375E-5;59,2.6171874E-5;60,2.03125E-5;61,1.328125E-5;62,7.8125E-6;63,5.46875E-6;64,4.296875E-6;65,3.125E-6;66,2.34375E-6;68,2.34375E-6;69,1.5625E-6;70,1.171875E-6;71,0.0;72,3.90625E-7;73,7.8125E-7;74,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore:5", + "distrib": "0,0.0;1,0.0;2,9.140625E-5;3,3.828125E-4;4,8.90625E-4;5,0.0013476562;6,0.0013371094;7,0.0013339844;8,0.0013351563;9,0.0013816407;10,0.0013394532;11,0.00133125;12,0.0012980469;13,0.0012199219;14,0.0012773437;15,0.0012742188;16,0.0012898437;17,0.0010628906;18,5.9765624E-4;19,1.7617187E-4;20,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore:2", + "distrib": "0,0.0;1,0.0;2,1.2539062E-4;3,6.6679687E-4;4,0.0015617188;5,0.0022542968;6,0.0022554689;7,0.0021910155;8,0.0022226563;9,0.0023296876;10,0.0023183594;11,0.0022765624;12,0.0023453124;13,0.0023246093;14,0.0022730469;15,0.0023;16,0.0023097657;17,0.0022730469;18,0.0022300782;19,0.0022496094;20,0.0022980468;21,0.002245703;22,0.0022070312;23,0.0021449218;24,0.0021945313;25,0.0021566406;26,0.0020996095;27,0.0016664063;28,8.746094E-4;29,2.6289062E-4;30,1.06640626E-4;31,7.070313E-5;32,3.0859374E-5;33,1.640625E-5;34,3.125E-6;35,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:log:3", + "distrib": "0,0.0;7,0.0;8,3.90625E-7;14,3.90625E-7;15,1.171875E-6;16,7.8125E-7;17,3.90625E-7;18,3.90625E-7;19,7.8125E-7;20,3.90625E-7;22,3.90625E-7;23,0.0;24,3.90625E-7;25,0.0;27,0.0;28,7.8125E-7;29,1.953125E-6;30,3.90625E-6;31,1.1015625E-4;32,9.296875E-5;33,1.0E-4;34,1.12109374E-4;35,8.046875E-5;36,3.125E-5;37,1.40625E-5;38,1.5625E-6;39,7.8125E-7;40,0.0;41,3.90625E-7;42,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_brick:0", + "distrib": "0,0.0;62,0.0;63,0.001359375;64,3.90625E-7;65,1.171875E-6;66,1.5625E-6;67,1.953125E-6;68,2.34375E-6;69,2.734375E-6;70,3.125E-6;71,0.0013492188;72,3.90625E-6;73,4.6875E-6;74,3.90625E-6;75,8.203125E-6;76,1.2890625E-5;77,1.71875E-5;78,2.6171874E-5;79,3.828125E-5;80,4.921875E-5;81,1.796875E-5;82,9.84375E-5;83,2.8867187E-4;84,3.6914062E-4;85,0.0019949218;86,5.4296874E-4;87,5.6015624E-4;88,5.8828125E-4;89,6.242187E-4;90,6.464844E-4;91,6.789063E-4;92,6.808594E-4;93,0.0022148436;94,7.121094E-4;95,7.3320314E-4;96,7.371094E-4;97,7.4921874E-4;98,7.546875E-4;99,7.6523435E-4;100,7.777344E-4;101,7.820313E-4;102,7.894531E-4;103,7.828125E-4;104,7.8359374E-4;105,7.859375E-4;106,7.9375E-4;107,8.035156E-4;108,8.132812E-4;109,8.253906E-4;110,8.355469E-4;111,8.550781E-4;112,8.6132815E-4;113,8.625E-4;114,8.6210936E-4;115,8.8046875E-4;116,8.980469E-4;117,9.0625E-4;118,9.1679685E-4;119,9.441406E-4;120,0.0015371094;121,0.0017695313;122,0.0026238281;123,0.0033996094;124,0.0035753907;125,0.0035660155;126,0.003559375;127,0.0035636718;128,0.0035355468;129,0.00353125;130,0.0035289063;131,0.0035378907;132,0.0035371094;133,0.0035441406;134,0.0035460938;135,0.0035324218;136,0.003553125;137,0.0034921875;138,0.0034847655;139,0.0034804686;140,0.0034628906;141,0.0034523439;142,0.0034539062;143,0.0035410156;144,0.0034957032;145,0.0032003906;146,0.0033023437;147,0.003323828;148,0.0034421876;149,0.0034734374;150,0.003567578;151,0.0036421875;152,0.00351875;153,0.0017203125;154,0.0017175782;155,0.0018347657;156,0.0016703125;157,0.0016796875;158,0.0016875;159,0.00151875;160,0.0018429687;161,0.0012320313;162,0.0012230469;163,0.0012015625;164,0.0012496094;165,0.0014105468;166,0.0015953125;167,9.882812E-4;168,0.0012863281;169,7.3984376E-4;170,7.476563E-4;171,6.980469E-4;172,0.0020546876;173,8.144531E-4;174,0.0010980469;175,9.375E-4;176,0.0010988282;177,7.265625E-4;178,5.890625E-4;179,5.7109375E-4;180,5.867187E-4;181,7.4609375E-4;182,0.0016636719;183,7.1289064E-4;184,0.0010457031;185,5.2695314E-4;186,4.8242186E-4;187,4.40625E-4;188,4.5742188E-4;189,5.316406E-4;190,7.53125E-4;191,7.046875E-4;192,7.371094E-4;193,3.1328126E-4;194,2.640625E-4;195,2.1601563E-4;196,2.1601563E-4;197,2.0078124E-4;198,2.140625E-4;199,2.796875E-4;200,3.6640625E-4;201,2.1328125E-4;202,2.0742188E-4;203,1.9921875E-4;204,3.3828124E-4;205,2.6953124E-4;206,2.5390624E-4;207,2.4609375E-4;208,1.953125E-5;209,2.03125E-5;210,2.1484375E-5;211,2.0703124E-5;212,1.953125E-5;213,2.1875E-5;214,2.421875E-5;215,2.3828125E-5;216,4.6875E-5;217,1.09375E-5;218,1.09375E-5;219,6.25E-6;231,6.25E-6;232,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore:3", + "distrib": "0,0.0;1,0.0;2,3.28125E-5;3,1.6484375E-4;4,3.9140624E-4;5,5.523437E-4;6,5.6445313E-4;7,8.6875E-4;8,0.0017273438;9,0.002576172;10,0.002866797;11,0.0028140624;12,0.0028027343;13,0.0028246094;14,0.0026742187;15,0.0027667969;16,0.0028328125;17,0.00281875;18,0.002729297;19,0.0026882812;20,0.0026507813;21,0.0027160156;22,0.0026351563;23,0.0026296875;24,0.0027039063;25,0.002704297;26,0.0025296875;27,0.0022546875;28,0.0017878907;29,0.0012800781;30,8.828125E-4;31,6.21875E-4;32,3.5117188E-4;33,1.2851563E-4;34,3.28125E-5;35,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "techreborn:ore:0", + "distrib": "0,0.0;6,0.0;7,3.953125E-4;8,0.0027097657;9,0.0050964844;10,0.005526953;11,0.0054796874;12,0.0055308593;13,0.0056167967;14,0.0053128907;15,0.0054957033;16,0.005542578;17,0.005278125;18,0.005231641;19,0.005246875;20,0.0053449217;21,0.0052941404;22,0.005269922;23,0.005223828;24,0.0055089844;25,0.005408594;26,0.0050449218;27,0.0044847657;28,0.0036960938;29,0.0027433594;30,0.0020992188;31,0.0014480469;32,9.378906E-4;33,6.671875E-4;34,5.394531E-4;35,4.1640626E-4;36,3.5625E-4;37,2.734375E-4;38,2.3476563E-4;39,2.046875E-4;40,2.2773437E-4;41,2.1289062E-4;42,2.1015626E-4;43,2.0117188E-4;44,1.7460938E-4;45,1.78125E-4;46,2.0625E-4;47,1.8203125E-4;48,1.875E-4;49,2.09375E-4;50,1.5742188E-4;51,1.7109375E-4;52,1.7773437E-4;53,1.7695312E-4;54,1.5273437E-4;55,1.4960938E-4;56,1.3632812E-4;57,1.1835938E-4;58,4.3359374E-5;59,7.8125E-7;60,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore:0", + "distrib": "0,0.0;16,0.0;17,3.90625E-7;18,0.0;36,0.0;37,2.03125E-5;38,7.03125E-5;39,1.06640626E-4;40,1.1953125E-4;41,1.2265625E-4;42,1.19921875E-4;43,1.09375E-4;44,1.1640625E-4;45,1.3046875E-4;46,1.5195312E-4;47,1.6367188E-4;48,1.6796876E-4;49,1.7851562E-4;50,1.90625E-4;51,1.7382813E-4;52,1.59375E-4;53,1.859375E-4;54,1.9609375E-4;55,1.7382813E-4;56,1.4570313E-4;57,1.203125E-4;58,1.03125E-4;59,7.03125E-5;60,4.765625E-5;61,2.421875E-5;62,1.328125E-5;63,7.421875E-6;64,4.296875E-6;65,6.640625E-6;66,9.765625E-6;67,3.90625E-6;68,3.515625E-6;69,1.953125E-6;70,3.90625E-6;71,2.34375E-6;72,1.171875E-6;73,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_brick:2", + "distrib": "0,0.0;127,0.0;128,2.734375E-6;129,3.90625E-7;130,7.8125E-7;131,1.171875E-6;132,1.171875E-6;133,3.90625E-7;134,3.90625E-7;135,2.34375E-6;136,1.953125E-6;137,1.953125E-6;138,2.34375E-6;139,4.296875E-6;140,3.515625E-6;141,3.90625E-6;142,7.03125E-6;143,2.4609375E-5;144,3.515625E-5;145,8.984375E-6;146,1.015625E-5;147,7.421875E-6;148,1.171875E-5;149,1.328125E-5;150,2.8515626E-5;151,4.0625E-5;152,2.4257813E-4;153,4.21875E-5;154,4.4921875E-5;155,6.328125E-5;156,4.296875E-5;157,4.375E-5;158,7.460937E-5;159,6.25E-5;160,9.179687E-5;161,5.15625E-5;162,4.84375E-5;163,4.7265625E-5;164,5.0E-5;165,6.796875E-5;166,1.11328125E-4;167,6.09375E-5;168,8.1640625E-5;169,5.8984377E-5;170,5.703125E-5;171,5.3125E-5;172,2.2617188E-4;173,6.0546874E-5;174,7.070313E-5;175,6.601562E-5;176,6.953125E-5;177,5.703125E-5;178,4.8046873E-5;179,5.0390627E-5;180,4.296875E-5;181,5.1171875E-5;182,1.6054687E-4;183,5.1953124E-5;184,7.578125E-5;185,3.7890626E-5;186,4.0625E-5;187,3.6328125E-5;188,4.4140626E-5;189,4.2578125E-5;190,5.3515625E-5;191,4.140625E-5;192,4.8046873E-5;193,1.875E-5;194,1.6796876E-5;195,9.765625E-6;196,1.7578124E-5;197,1.171875E-5;198,1.796875E-5;199,1.953125E-5;200,2.65625E-5;201,9.765625E-6;202,1.5234375E-5;203,1.328125E-5;204,1.8359375E-5;205,7.421875E-6;206,8.59375E-6;207,5.46875E-6;208,7.8125E-7;209,7.8125E-7;210,1.5625E-6;211,1.5625E-6;212,1.953125E-6;213,7.8125E-7;214,7.8125E-7;215,1.171875E-6;216,6.640625E-6;217,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "techreborn:ore:1", + "distrib": "0,0.0;4,0.0;5,1.7578126E-4;6,1.8398438E-4;7,1.7421875E-4;8,1.7929687E-4;9,1.8515626E-4;10,1.8203125E-4;11,1.7617187E-4;12,1.6679688E-4;13,1.7109375E-4;14,1.703125E-4;15,1.6132812E-4;16,1.734375E-4;17,1.6523438E-4;18,1.6132812E-4;19,1.6484375E-4;20,1.6992187E-4;21,1.59375E-4;22,1.7382813E-4;23,1.7578126E-4;24,1.734375E-4;25,1.7929687E-4;26,1.5390625E-4;27,1.421875E-4;28,1.1640625E-4;29,8.9453126E-5;30,5.78125E-5;31,4.453125E-5;32,2.5390626E-5;33,2.265625E-5;34,1.5625E-5;35,1.2109375E-5;36,9.765625E-6;37,1.0546875E-5;38,1.0546875E-5;39,6.640625E-6;40,9.765625E-6;41,8.984375E-6;42,7.421875E-6;43,6.25E-6;44,6.640625E-6;45,7.8125E-6;46,7.8125E-6;47,6.640625E-6;48,7.421875E-6;49,8.203125E-6;50,3.515625E-6;51,5.46875E-6;52,5.46875E-6;53,5.859375E-6;54,5.46875E-6;55,3.90625E-6;56,5.078125E-6;57,3.125E-6;58,2.34375E-6;59,3.125E-6;60,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore:1", + "distrib": "0,0.0;16,0.0;17,4.265625E-4;18,0.0015574219;19,0.0027726563;20,0.0031871095;21,0.0032054686;22,0.0031003905;23,0.0030734376;24,0.0030691407;25,0.0029554688;26,0.00288125;27,0.0026492188;28,0.00211875;29,0.0016273437;30,0.0012125;31,7.9648435E-4;32,5.0351565E-4;33,3.8632812E-4;34,2.7421876E-4;35,2.1289062E-4;36,1.8007813E-4;37,1.5195312E-4;38,1.2773437E-4;39,1.2382813E-4;40,1.140625E-4;41,9.921875E-5;42,8.476563E-5;43,8.867188E-5;44,1.0507813E-4;45,9.21875E-5;46,1.0078125E-4;47,1.015625E-4;48,1.0E-4;49,9.765625E-5;50,1.0078125E-4;51,9.257813E-5;52,7.421875E-5;53,4.84375E-5;54,1.484375E-5;55,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_brick:1", + "distrib": "0,0.0;127,0.0;128,4.6875E-6;129,0.0;130,7.8125E-7;131,0.0;132,0.0;133,7.8125E-7;134,7.8125E-7;135,1.5625E-6;136,1.953125E-6;137,1.5625E-6;138,3.125E-6;139,3.515625E-6;140,5.46875E-6;141,3.125E-6;142,3.515625E-6;143,1.9140625E-5;144,3.671875E-5;145,7.421875E-6;146,7.03125E-6;147,8.984375E-6;148,7.8125E-6;149,1.4453125E-5;150,2.578125E-5;151,4.21875E-5;152,2.59375E-4;153,4.4921875E-5;154,4.2578125E-5;155,6.757813E-5;156,3.59375E-5;157,4.3359374E-5;158,8.476563E-5;159,6.015625E-5;160,8.828125E-5;161,5.15625E-5;162,5.1171875E-5;163,5.234375E-5;164,4.6875E-5;165,7.148438E-5;166,1.0820312E-4;167,7.148438E-5;168,8.203125E-5;169,5.0E-5;170,5.546875E-5;171,6.796875E-5;172,2.1132812E-4;173,5.6640623E-5;174,6.601562E-5;175,6.484375E-5;176,6.875E-5;177,5.859375E-5;178,4.84375E-5;179,4.3359374E-5;180,6.171875E-5;181,6.71875E-5;182,1.4726563E-4;183,6.015625E-5;184,8.398438E-5;185,3.359375E-5;186,3.6328125E-5;187,3.3203127E-5;188,4.0625E-5;189,4.1796877E-5;190,5.78125E-5;191,4.0625E-5;192,6.09375E-5;193,1.484375E-5;194,1.3671875E-5;195,1.5625E-5;196,1.6015625E-5;197,1.3671875E-5;198,1.328125E-5;199,1.8359375E-5;200,3.828125E-5;201,1.2109375E-5;202,1.171875E-5;203,1.2890625E-5;204,1.6015625E-5;205,8.984375E-6;206,6.25E-6;207,9.375E-6;208,1.5625E-6;209,1.5625E-6;210,3.90625E-7;211,1.171875E-6;212,1.953125E-6;213,1.171875E-6;214,7.8125E-7;215,7.8125E-7;216,5.078125E-6;217,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:anvil:0", + "distrib": "0,0.0;7,0.0;8,1.171875E-6;9,0.0;14,0.0;15,1.171875E-6;16,0.0;21,0.0;22,7.8125E-7;23,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:anvil:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trans_fence:0", + "distrib": "0,0.0;22,0.0;23,7.8125E-7;26,7.8125E-7;27,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:trans_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:firefly_jar:0", + "distrib": "0,0.0;21,0.0;22,7.8125E-7;23,2.34375E-6;24,5.859375E-6;25,1.171875E-6;26,1.5625E-6;27,1.5625E-6;28,3.90625E-7;29,1.171875E-6;30,0.0;31,0.0;32,5.46875E-6;33,1.40625E-5;34,1.40625E-5;35,2.6171874E-5;36,2.890625E-5;37,1.71875E-5;38,1.015625E-5;39,6.640625E-6;40,5.46875E-6;41,7.421875E-6;42,1.0546875E-5;43,1.640625E-5;44,2.421875E-5;45,1.8359375E-5;46,2.1484375E-5;47,2.7734375E-5;48,5.078125E-6;49,3.125E-6;50,1.6015625E-5;51,4.296875E-6;52,4.6875E-6;53,1.5625E-6;54,1.171875E-6;55,1.5625E-6;56,1.171875E-6;57,3.90625E-7;58,3.90625E-7;59,1.171875E-6;60,1.953125E-6;61,0.0;62,3.90625E-7;63,1.171875E-6;64,3.90625E-7;65,1.171875E-6;66,1.5625E-6;67,1.171875E-6;68,3.90625E-7;69,7.8125E-7;70,7.8125E-7;71,0.0;72,7.8125E-7;73,7.8125E-7;74,0.0;75,3.90625E-7;77,3.90625E-7;78,0.0;79,1.171875E-6;80,1.171875E-6;81,0.0;82,7.8125E-7;83,1.171875E-6;84,3.90625E-7;85,1.5625E-6;86,7.8125E-7;87,7.8125E-7;88,1.171875E-6;89,0.0;93,0.0;94,7.8125E-7;95,3.90625E-7;96,7.8125E-7;97,1.171875E-6;98,7.8125E-7;99,1.171875E-6;100,7.8125E-7;102,7.8125E-7;103,1.171875E-6;104,1.171875E-6;105,3.90625E-7;106,1.171875E-6;107,0.0;108,3.90625E-7;109,1.171875E-6;110,0.0;111,3.90625E-7;112,0.0;114,0.0;115,3.90625E-7;116,0.0;118,0.0;119,3.90625E-7;120,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:firefly_jar:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "techreborn:rubber_leaves:0", + "distrib": "0,0.0;32,0.0;33,1.2109375E-5;34,1.3164063E-4;35,1.9570312E-4;36,1.96875E-4;37,3.0273438E-4;38,4.0390625E-4;39,4.7226562E-4;40,4.1015624E-4;41,3.0703124E-4;42,2.109375E-4;43,1.6601563E-4;44,1.0195313E-4;45,4.765625E-5;46,5.1171875E-5;47,5.1953124E-5;48,2.3828125E-5;49,8.59375E-6;50,4.6875E-6;51,1.5625E-6;52,7.8125E-6;53,7.03125E-6;54,2.734375E-6;55,1.953125E-6;56,3.90625E-7;57,3.90625E-7;58,0.0;62,0.0;63,7.421875E-6;64,2.734375E-6;65,8.984375E-6;66,2.3828125E-5;67,3.515625E-5;68,4.609375E-5;69,3.2421874E-5;70,1.3671875E-5;71,8.984375E-6;72,3.515625E-6;73,1.171875E-6;74,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "techreborn:rubber_sapling:0", + "fortunes": { + "0": 0.0512, + "1": 0.0578, + "2": 0.0943, + "3": 0.0965 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:logs.5:2", + "distrib": "0,0.0;31,0.0;32,1.171875E-6;33,1.171875E-6;34,1.5625E-6;35,4.296875E-6;36,3.515625E-6;37,3.125E-6;38,3.90625E-6;39,5.46875E-6;40,3.90625E-6;41,5.46875E-6;42,4.296875E-6;43,3.125E-6;44,3.125E-6;45,3.515625E-6;46,1.953125E-6;47,1.5625E-6;48,2.734375E-6;49,1.5625E-6;50,1.171875E-6;52,1.171875E-6;53,7.8125E-7;54,7.8125E-7;55,0.0;62,0.0;63,3.90625E-7;64,3.90625E-7;65,1.953125E-6;66,3.90625E-7;67,1.171875E-6;68,1.171875E-6;69,3.90625E-7;70,7.8125E-7;71,3.90625E-7;73,3.90625E-7;74,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trollvidr:0", + "distrib": "0,0.0;9,0.0;10,8.9453126E-5;11,9.609375E-5;12,1.0625E-4;13,1.21875E-4;14,1.34375E-4;15,1.390625E-4;16,1.6484375E-4;17,1.875E-4;18,2.109375E-4;19,2.1015626E-4;20,2.2304688E-4;21,1.9921875E-4;22,1.9335937E-4;23,2.109375E-4;24,2.1132812E-4;25,2.1132812E-4;26,2.0820313E-4;27,2.21875E-4;28,2.1054687E-4;29,2.0351562E-4;30,1.8164063E-4;31,1.734375E-4;32,1.6484375E-4;33,1.796875E-4;34,1.8984375E-4;35,1.9414062E-4;36,1.8945313E-4;37,1.8671875E-4;38,1.6796876E-4;39,1.640625E-4;40,1.5703125E-4;41,1.390625E-4;42,1.3320312E-4;43,1.2109375E-4;44,1.203125E-4;45,1.1171875E-4;46,1.0820312E-4;47,1.0820312E-4;48,9.0625E-5;49,7.070313E-5;50,6.9140624E-5;51,7.8125E-5;52,8.5546875E-5;53,9.257813E-5;54,9.648438E-5;55,8.828125E-5;56,7.6953125E-5;57,7.109375E-5;58,6.171875E-5;59,5.1171875E-5;60,3.0078125E-5;61,1.9140625E-5;62,7.8125E-6;63,4.296875E-6;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "randomthings:pitcherplant:0", + "distrib": "0,0.0;27,0.0;28,3.90625E-7;29,3.90625E-7;30,1.5625E-6;31,1.2890625E-5;32,7.8125E-6;33,3.515625E-6;34,6.640625E-6;35,3.90625E-6;36,2.34375E-6;37,1.171875E-6;38,3.125E-6;39,2.734375E-6;40,7.8125E-7;41,1.171875E-6;42,0.0;44,0.0;45,3.90625E-7;46,0.0;60,0.0;61,3.90625E-7;62,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:pitcherplant:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:logs.9:2", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,3.90625E-7;33,7.8125E-7;34,1.171875E-6;36,1.171875E-6;37,1.5625E-6;38,1.171875E-6;39,7.8125E-7;40,7.8125E-7;41,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:tnt:0", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,5.3125E-5;9,0.0;13,0.0;14,1.171875E-6;15,0.0;17,0.0;18,3.6328125E-5;19,0.0;22,0.0;23,3.90625E-7;24,1.171875E-6;25,1.953125E-6;26,0.0;32,0.0;33,7.8125E-7;34,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "chisel:marble2:7", + "distrib": "0,0.0;28,0.0;29,1.4179687E-4;30,0.0037164062;31,0.008060156;32,0.008916016;33,0.0077015627;34,0.005817969;35,0.004539453;36,0.0037121093;37,0.003086328;38,0.0025980468;39,0.0022914063;40,0.002228125;41,0.00223125;42,0.002182422;43,0.0021175782;44,0.0021746093;45,0.002190625;46,0.0021671874;47,0.0021054687;48,0.0020066407;49,0.002069922;50,0.0021894532;51,0.002083203;52,0.0019121093;53,0.0019191406;54,0.0018464844;55,0.0017613281;56,0.0015527344;57,0.0014207031;58,0.0012265625;59,8.3085935E-4;60,4.9765623E-4;61,2.8867187E-4;62,1.4882813E-4;63,5.9375E-5;64,1.09375E-5;65,3.90625E-7;66,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:crystal_terra:0", + "distrib": "0,0.0;5,0.0;6,2.34375E-6;7,2.734375E-6;8,6.25E-6;9,2.2265625E-5;10,6.210938E-5;11,5.8203124E-5;12,8.242187E-5;13,5.9765625E-5;14,5.390625E-5;15,6.523437E-5;16,5.46875E-5;17,6.210938E-5;18,6.40625E-5;19,1.0859375E-4;20,6.796875E-5;21,6.8359375E-5;22,9.8828124E-5;23,4.921875E-5;24,5.2734376E-5;25,4.53125E-5;26,5.5078126E-5;27,2.890625E-5;28,5.4296874E-5;29,4.375E-5;30,3.203125E-5;31,2.890625E-5;32,1.328125E-5;33,1.71875E-5;34,1.171875E-5;35,9.375E-6;36,8.59375E-6;37,8.203125E-6;38,5.078125E-6;39,7.421875E-6;40,7.03125E-6;41,1.171875E-6;42,3.515625E-6;43,2.734375E-6;44,3.90625E-6;45,2.734375E-6;46,3.125E-6;48,3.125E-6;49,5.078125E-6;50,4.6875E-6;51,3.125E-6;52,7.8125E-7;53,7.8125E-7;54,1.5625E-6;55,7.8125E-7;56,3.90625E-7;57,7.8125E-7;58,1.953125E-6;59,0.0;60,0.0;61,1.5625E-6;62,1.5625E-6;63,2.734375E-6;64,7.421875E-6;65,3.125E-6;66,2.34375E-6;67,1.171875E-6;68,7.8125E-7;69,3.90625E-7;70,1.171875E-6;71,7.8125E-7;72,7.8125E-7;73,0.0;74,0.0;75,3.90625E-7;76,0.0;77,1.171875E-6;78,1.171875E-6;79,7.8125E-7;80,2.734375E-6;81,3.125E-6;82,3.90625E-6;83,3.515625E-6;84,0.0;85,7.8125E-7;86,3.125E-6;87,1.171875E-6;88,1.5625E-6;89,3.90625E-7;90,3.90625E-7;91,0.0;92,2.734375E-6;93,0.0;94,0.0;95,3.90625E-7;96,0.0;97,7.8125E-7;98,0.0;99,7.8125E-7;100,1.5625E-6;101,1.171875E-6;102,1.171875E-6;103,3.90625E-7;104,1.953125E-6;105,1.171875E-6;106,7.8125E-7;107,7.8125E-7;108,2.34375E-6;109,1.171875E-6;110,0.0;111,7.8125E-7;112,1.171875E-6;114,1.171875E-6;115,7.8125E-7;116,0.0;119,0.0;120,1.953125E-6;121,7.8125E-7;122,1.171875E-6;123,7.8125E-7;124,1.171875E-6;125,1.171875E-6;126,1.5625E-6;127,1.953125E-6;128,3.90625E-7;129,0.0;149,0.0;150,1.171875E-6;151,1.953125E-6;152,2.34375E-6;153,0.0;154,3.90625E-7;155,3.90625E-7;156,7.8125E-7;157,1.5625E-6;158,3.90625E-7;159,2.34375E-6;160,7.8125E-7;161,1.5625E-6;162,0.0;163,0.0;164,1.953125E-6;165,1.953125E-6;166,1.171875E-6;167,0.0;169,0.0;170,7.8125E-7;171,3.90625E-6;172,0.0;175,0.0;176,2.734375E-6;177,0.0;179,0.0;180,3.90625E-7;181,3.90625E-6;182,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"terra\",amount:1}]}", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:crystal_perditio:0", + "distrib": "0,0.0;5,0.0;6,7.8125E-7;7,3.90625E-6;8,8.203125E-6;9,3.8671875E-5;10,4.921875E-5;11,5.1171875E-5;12,9.0234375E-5;13,4.53125E-5;14,3.5546876E-5;15,5.5078126E-5;16,3.3984375E-5;17,4.453125E-5;18,3.046875E-5;19,8.007813E-5;20,5.3125E-5;21,5.625E-5;22,7.8125E-5;23,2.421875E-5;24,3.3984375E-5;25,3.359375E-5;26,4.53125E-5;27,2.03125E-5;28,3.3203127E-5;29,1.796875E-5;30,1.8359375E-5;31,2.1875E-5;32,1.796875E-5;33,1.171875E-5;34,7.421875E-6;35,8.59375E-6;36,7.03125E-6;37,3.515625E-6;38,3.125E-6;39,2.34375E-6;40,3.515625E-6;41,5.46875E-6;42,3.90625E-6;43,1.953125E-6;44,5.859375E-6;45,1.953125E-6;46,3.90625E-7;47,2.34375E-6;48,7.421875E-6;49,8.984375E-6;50,3.90625E-6;51,7.8125E-7;52,1.5625E-6;53,0.0;54,3.90625E-7;55,1.171875E-6;56,3.90625E-7;57,0.0;60,0.0;61,1.953125E-6;62,0.0;63,1.5625E-6;64,7.03125E-6;65,2.34375E-6;66,1.953125E-6;67,1.171875E-6;68,1.171875E-6;69,1.5625E-6;70,8.59375E-6;71,7.8125E-7;72,2.34375E-6;73,0.0;74,7.8125E-7;75,1.171875E-6;76,7.8125E-7;77,1.171875E-6;78,0.0;81,0.0;82,3.90625E-7;83,1.953125E-6;85,1.953125E-6;86,7.421875E-6;87,1.953125E-6;88,3.90625E-6;89,1.5625E-6;90,3.125E-6;91,2.34375E-6;92,8.203125E-6;93,7.8125E-7;94,0.0;104,0.0;105,3.90625E-7;106,7.8125E-7;107,1.171875E-6;108,1.953125E-6;109,7.8125E-7;110,7.8125E-7;111,0.0;115,0.0;116,3.90625E-7;117,0.0;118,7.8125E-7;119,1.171875E-6;120,7.8125E-7;121,0.0;122,0.0;123,2.734375E-6;124,2.734375E-6;125,1.171875E-6;126,3.90625E-7;127,7.8125E-7;128,0.0;134,0.0;135,3.90625E-7;136,0.0;137,1.171875E-6;138,7.8125E-7;139,1.5625E-6;140,1.171875E-6;141,1.171875E-6;142,3.125E-6;143,3.515625E-6;144,2.34375E-6;145,3.125E-6;146,1.171875E-6;147,1.5625E-6;148,0.0;152,0.0;153,3.90625E-6;154,1.953125E-6;155,1.171875E-6;156,7.8125E-7;158,7.8125E-7;159,0.0;160,7.8125E-7;161,1.171875E-6;162,1.953125E-6;163,1.171875E-6;164,2.34375E-6;165,7.8125E-7;166,1.5625E-6;167,7.8125E-7;168,1.171875E-6;169,7.8125E-7;170,4.6875E-6;171,3.515625E-6;172,2.734375E-6;173,1.171875E-6;174,7.8125E-7;175,3.90625E-6;176,0.0;177,2.734375E-6;178,1.171875E-6;179,1.171875E-6;180,1.5625E-6;181,2.734375E-6;182,1.171875E-6;183,3.125E-6;184,0.0;185,7.8125E-7;186,7.8125E-7;187,1.171875E-6;188,1.5625E-6;189,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"perditio\",amount:1}]}", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:emerald_ore:0", + "distrib": "0,0.0;12,0.0;13,3.90625E-7;14,3.90625E-7;15,0.0;16,7.8125E-7;17,1.171875E-6;18,7.8125E-7;19,3.90625E-7;20,3.90625E-7;21,0.0;39,0.0;40,3.90625E-7;41,3.90625E-7;42,7.8125E-7;43,7.8125E-7;44,1.953125E-6;45,1.171875E-6;46,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:emerald:0", + "fortunes": { + "0": 1.0, + "1": 1.3294, + "2": 1.7415, + "3": 2.1679 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_seeds:0", + "distrib": "0,0.0;61,0.0;62,3.515625E-6;63,3.90625E-7;64,0.0;66,0.0;67,3.90625E-7;68,3.90625E-7;69,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:materials:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 2.002, + "1": 2.6715, + "2": 3.346, + "3": 3.9987 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:diamond_ore:0", + "distrib": "0,0.0;1,2.1992187E-4;2,4.4648437E-4;3,6.6757813E-4;4,9.367188E-4;5,0.001190625;6,0.0011683594;7,0.0011003906;8,0.00109375;9,0.0010898438;10,0.0010832031;11,0.0010183593;12,0.0010960938;13,9.894532E-4;14,5.328125E-4;15,7.109375E-5;16,0.0;17,7.8125E-7;18,3.90625E-7;19,1.171875E-6;21,1.171875E-6;22,0.0;23,7.8125E-7;24,3.90625E-7;25,0.0;42,0.0;43,3.90625E-7;44,0.0;46,0.0;47,3.90625E-7;50,3.90625E-7;51,0.0;52,3.90625E-7;53,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:diamond:0", + "fortunes": { + "0": 1.0, + "1": 1.3305, + "2": 1.7485, + "3": 2.2132 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "draconicevolution:draconium_ore:0", + "distrib": "0,0.0;1,3.7109374E-5;2,7.148438E-5;3,1.0195313E-4;4,1.53125E-4;5,1.640625E-4;6,8.6328124E-5;7,1.953125E-6;8,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "draconicevolution:draconium_dust:0", + "fortunes": { + "0": 2.5036, + "1": 3.4939, + "2": 4.5309, + "3": 5.4867 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:leaves.decorative.1:14", + "distrib": "0,0.0;30,0.0;31,2.734375E-6;32,1.5625E-5;33,2.109375E-5;34,3.3203127E-5;35,4.4921875E-5;36,4.21875E-5;37,3.0859374E-5;38,2.109375E-5;39,1.2890625E-5;40,8.203125E-6;41,5.078125E-6;42,1.5625E-6;43,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeWillow\",UID1:\"forestry.treeWillow\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFaster\",UID1:\"forestry.maturationFaster\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0252, + "1": 0.0242, + "2": 0.0251, + "3": 0.0251 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:time_slab:0", + "distrib": "0,0.0;19,0.0;20,1.5625E-6;21,0.0;23,0.0;24,7.8125E-7;25,8.59375E-6;26,1.015625E-5;27,5.859375E-6;28,3.515625E-6;29,3.90625E-6;30,4.296875E-6;31,7.8125E-7;32,3.90625E-7;33,0.0;34,0.0;35,1.640625E-5;36,1.953125E-6;37,1.0546875E-5;38,1.5625E-5;39,8.59375E-6;40,7.8125E-7;41,3.90625E-7;42,2.734375E-6;43,1.171875E-6;44,3.125E-6;45,3.515625E-6;46,3.90625E-6;47,1.953125E-6;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:time_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:red_mushroom:0", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,5.859375E-6;9,1.7460938E-4;10,8.28125E-5;11,7.460937E-5;12,6.640625E-5;13,2.03125E-5;14,7.03125E-6;15,1.953125E-5;16,1.5234375E-5;17,1.015625E-5;18,2.0703124E-5;19,5.5078126E-5;20,2.3828125E-5;21,2.109375E-5;22,3.0078125E-5;23,1.796875E-5;24,2.03125E-5;25,2.1484375E-5;26,1.796875E-5;27,2.0703124E-5;28,2.109375E-5;29,2.7734375E-5;30,7.421875E-6;31,1.2265625E-4;32,2.296875E-4;33,2.8867187E-4;34,3.8515625E-4;35,4.5546875E-4;36,4.0859374E-4;37,3.4296876E-4;38,2.6132812E-4;39,2.6679688E-4;40,2.7109374E-4;41,2.5664063E-4;42,2.34375E-4;43,3.0898437E-4;44,4.4375E-4;45,4.5039062E-4;46,6.242187E-4;47,9.710938E-4;48,1.3710938E-4;49,1.1367188E-4;50,1.3476562E-4;51,1.0898437E-4;52,5.8984377E-5;53,8.125E-5;54,7.617188E-5;55,5.1171875E-5;56,4.3359374E-5;57,3.28125E-5;58,2.3046876E-5;59,7.8125E-7;61,7.8125E-7;62,2.734375E-6;63,2.734375E-6;64,4.296875E-6;65,3.90625E-6;66,3.90625E-6;67,1.9140625E-5;68,1.5625E-6;69,2.1484375E-5;70,1.71875E-5;71,2.578125E-5;72,2.6953125E-5;73,2.2265625E-5;74,3.90625E-6;75,7.8125E-7;76,0.0;77,3.90625E-7;78,7.8125E-7;79,0.0;80,3.90625E-7;81,0.0;87,0.0;88,3.90625E-7;89,0.0;90,7.8125E-7;91,3.90625E-7;92,0.0;93,3.90625E-7;94,3.90625E-7;95,0.0;96,0.0;97,3.90625E-7;98,0.0;127,0.0;128,1.5625E-6;129,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:red_mushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:spiral_bricks:0", + "distrib": "0,0.0;32,0.0;33,4.2578125E-5;34,6.796875E-5;35,7.65625E-5;36,1.2773437E-4;37,3.40625E-4;38,2.1601563E-4;39,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:spiral_bricks:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:packed_ice:0", + "distrib": "0,0.0;29,0.0;30,5.1953126E-4;31,4.3125E-4;32,2.2265625E-4;33,1.1953125E-4;34,7.8125E-7;35,1.171875E-6;37,1.171875E-6;38,1.5625E-6;39,3.125E-6;40,3.90625E-6;41,6.25E-6;42,6.25E-6;43,1.171875E-5;44,0.0;142,0.0;143,4.6875E-6;144,5.078125E-6;145,5.46875E-6;146,5.859375E-6;147,5.46875E-6;148,5.46875E-6;149,8.203125E-6;150,1.71875E-5;151,2.3828125E-5;152,2.6953125E-5;153,5.46875E-6;154,4.6875E-6;155,5.46875E-6;156,5.078125E-6;157,5.078125E-6;158,6.25E-6;159,8.203125E-6;160,1.484375E-5;161,2.265625E-5;162,2.6171874E-5;163,6.25E-6;164,5.46875E-6;165,5.859375E-6;166,5.078125E-6;167,5.859375E-6;168,5.46875E-6;169,9.375E-6;170,1.640625E-5;171,2.5390626E-5;172,2.65625E-5;173,0.0;179,0.0;180,6.25E-6;181,2.3046876E-5;182,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:coal_ore:0", + "distrib": "0,0.0;1,0.002528125;2,0.004857422;3,0.007434375;4,0.009914453;5,0.012584375;6,0.012741015;7,0.012778906;8,0.012594531;9,0.012246875;10,0.011962891;11,0.011785156;12,0.011553125;13,0.011740625;14,0.011672266;15,0.011753125;16,0.011576562;17,0.011503906;18,0.011454297;19,0.011192188;20,0.010894531;21,0.010901953;22,0.010934375;23,0.010833594;24,0.0109289065;25,0.010834375;26,0.0105394535;27,0.00958125;28,0.0077871094;29,0.0057941405;30,0.00418125;31,0.0029027343;32,0.002071875;33,0.0014226562;34,0.0010808593;35,9.316406E-4;36,7.515625E-4;37,6.8710936E-4;38,6.390625E-4;39,5.578125E-4;40,4.7734374E-4;41,4.359375E-4;42,4.2460937E-4;43,4.21875E-4;44,4.2460937E-4;45,4.3007813E-4;46,4.1328126E-4;47,4.0859374E-4;48,4.15625E-4;49,4.2851563E-4;50,4.1015624E-4;51,4.0859374E-4;52,3.890625E-4;53,3.40625E-4;54,3.078125E-4;55,2.847656E-4;56,2.9609376E-4;57,3.0585937E-4;58,2.3632812E-4;59,1.6679688E-4;60,1.078125E-4;61,6.796875E-5;62,2.3828125E-5;63,1.796875E-5;64,1.3671875E-5;65,8.984375E-6;66,6.640625E-6;67,3.90625E-6;68,2.734375E-6;69,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:coal:0", + "fortunes": { + "0": 1.0, + "1": 1.3343, + "2": 1.7587, + "3": 2.2052 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "projectred-exploration:ore:6", + "distrib": "0,0.0;1,7.863281E-4;2,0.0014339844;3,0.002134375;4,0.0028640626;5,0.0036199219;6,0.003598047;7,0.0035238282;8,0.0035863281;9,0.0035226562;10,0.003421875;11,0.0034140626;12,0.0034429687;13,0.0029429689;14,0.0016710937;15,4.6367187E-4;16,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "projectred-core:resource_item:105", + "fortunes": { + "0": 3.6203, + "1": 4.0918, + "2": 4.4745, + "3": 4.7797 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:stronghold_shield:0", + "distrib": "0,0.0;27,0.0;28,9.765625E-6;29,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:crystal_aqua:0", + "distrib": "0,0.0;5,0.0;6,1.171875E-6;7,2.734375E-6;8,6.25E-6;9,5.5859375E-5;10,6.40625E-5;11,6.289063E-5;12,1.0078125E-4;13,4.453125E-5;14,3.1640626E-5;15,4.8046873E-5;16,4.609375E-5;17,5.5078126E-5;18,4.2578125E-5;19,8.007813E-5;20,6.601562E-5;21,5.6640623E-5;22,1.03515624E-4;23,3.9453123E-5;24,4.140625E-5;25,3.28125E-5;26,3.046875E-5;27,2.6171874E-5;28,2.96875E-5;29,1.5625E-5;30,1.640625E-5;31,8.59375E-6;32,7.8125E-6;33,1.015625E-5;34,7.03125E-6;35,2.734375E-6;36,6.25E-6;37,3.125E-6;38,7.8125E-6;39,6.640625E-6;40,3.125E-6;41,4.6875E-6;42,1.953125E-6;43,1.171875E-6;44,3.90625E-7;45,1.5625E-6;46,3.90625E-6;47,6.25E-6;48,7.8125E-7;49,0.0;50,0.0;51,3.90625E-7;53,3.90625E-7;54,7.8125E-7;55,0.0;57,0.0;58,7.8125E-7;59,7.8125E-7;60,3.90625E-7;61,7.8125E-7;62,0.0;63,3.90625E-7;64,0.0;65,7.8125E-7;66,1.5625E-6;67,1.5625E-6;68,1.171875E-6;69,0.0;70,2.734375E-6;71,3.90625E-7;72,3.90625E-7;73,1.5625E-6;74,3.90625E-6;75,3.125E-6;76,1.171875E-6;77,7.8125E-7;78,1.5625E-6;79,1.5625E-6;80,1.171875E-6;81,0.0;82,3.90625E-7;83,1.171875E-6;84,7.8125E-7;85,3.90625E-7;86,6.25E-6;87,1.953125E-6;88,1.171875E-6;89,1.5625E-6;90,0.0;91,0.0;92,1.171875E-6;93,7.8125E-7;94,1.5625E-6;96,1.5625E-6;97,0.0;103,0.0;104,2.34375E-6;105,1.171875E-6;106,0.0;121,0.0;122,1.953125E-6;123,3.90625E-7;124,3.90625E-7;125,0.0;129,0.0;130,1.171875E-6;131,0.0;132,1.5625E-6;133,0.0;136,0.0;137,7.8125E-7;138,7.8125E-7;139,1.171875E-6;140,0.0;143,0.0;144,7.8125E-7;145,0.0;146,3.90625E-7;147,0.0;148,7.8125E-7;149,1.171875E-6;150,7.8125E-7;151,0.0;152,0.0;153,2.734375E-6;154,0.0;169,0.0;170,1.171875E-6;171,1.171875E-6;172,3.90625E-7;173,0.0;174,3.90625E-7;175,0.0;179,0.0;180,1.171875E-6;183,1.171875E-6;184,0.0;187,0.0;188,3.90625E-7;189,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aqua\",amount:1}]}", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:carpet:14", + "distrib": "0,0.0;20,0.0;21,2.34375E-6;22,0.0;24,0.0;25,2.34375E-6;26,0.0;31,0.0;32,1.5625E-6;33,3.125E-6;34,1.5625E-6;35,1.5625E-6;36,3.125E-6;37,1.5625E-6;38,1.5625E-6;39,0.0;40,0.0;41,3.125E-6;42,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:carpet:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_leaves2:3", + "distrib": "0,0.0;66,0.0;67,9.765625E-6;68,3.7109374E-5;69,6.484375E-5;70,7.265625E-5;71,8.828125E-5;72,9.453125E-5;73,9.0234375E-5;74,6.40625E-5;75,4.375E-5;76,3.984375E-5;77,3.9453123E-5;78,3.3984375E-5;79,2.578125E-5;80,1.5625E-5;81,1.2890625E-5;82,1.40625E-5;83,9.765625E-6;84,1.953125E-6;85,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling2:3", + "fortunes": { + "0": 0.0414, + "1": 0.0439, + "2": 0.0616, + "3": 0.1035 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_leaves2:2", + "distrib": "0,0.0;59,0.0;60,2.734375E-5;61,8.75E-5;62,5.78125E-5;63,1.8554687E-4;64,9.84375E-5;65,8.0859376E-5;66,5.0390627E-5;67,3.125E-5;68,9.375E-6;69,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling2:2", + "fortunes": { + "0": 0.0409, + "1": 0.0484, + "2": 0.0578, + "3": 0.1029 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_leaves2:1", + "distrib": "0,0.0;36,0.0;37,3.125E-5;38,7.617188E-5;39,2.4882812E-4;40,5.308594E-4;41,7.9765625E-4;42,0.001065625;43,0.0010019531;44,9.457031E-4;45,7.101562E-4;46,5.671875E-4;47,4.1484376E-4;48,9.375E-5;49,8.0859376E-5;50,6.640625E-5;51,2.3828125E-5;52,1.015625E-5;53,3.515625E-6;54,0.0;63,0.0;64,7.8125E-6;65,1.25E-5;66,7.109375E-5;67,1.2890625E-4;68,2.828125E-4;69,3.4140624E-4;70,3.2460937E-4;71,3.4960939E-4;72,3.4296876E-4;73,3.0429687E-4;74,1.640625E-4;75,8.5546875E-5;76,3.59375E-5;77,1.5625E-5;78,2.1484375E-5;79,8.984375E-6;80,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling2:1", + "fortunes": { + "0": 0.0418, + "1": 0.0496, + "2": 0.0554, + "3": 0.1012 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:carpet:0", + "distrib": "0,0.0;35,0.0;36,3.90625E-7;37,7.8125E-7;38,3.90625E-7;39,3.90625E-7;40,7.8125E-7;41,3.90625E-7;42,3.90625E-7;43,0.0;44,0.0;45,7.8125E-7;46,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:carpet:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_congealed:0", + "distrib": "0,0.0;104,0.0;105,3.90625E-7;106,7.8125E-7;107,1.953125E-6;108,3.125E-6;109,1.2109375E-5;110,3.125E-6;111,1.5625E-6;112,0.0;118,0.0;119,4.6875E-6;120,4.296875E-6;121,1.171875E-6;127,1.171875E-6;128,0.0;137,0.0;138,1.171875E-6;139,1.484375E-5;140,5.078125E-6;141,1.953125E-6;142,2.34375E-6;143,2.734375E-6;144,0.0;151,0.0;152,1.171875E-6;153,3.125E-6;154,7.421875E-6;155,2.34375E-6;156,7.8125E-7;159,7.8125E-7;160,0.0;202,0.0;203,3.90625E-6;204,1.171875E-5;205,3.515625E-6;206,7.8125E-7;207,7.8125E-7;208,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_congealed:1", + "distrib": "0,0.0;105,0.0;106,1.953125E-6;107,1.171875E-6;108,3.515625E-6;109,1.1328125E-5;110,4.6875E-6;111,0.0;116,0.0;117,3.90625E-7;118,3.125E-6;119,8.203125E-6;120,4.296875E-6;121,0.0;138,0.0;139,1.71875E-5;140,2.734375E-6;141,0.0;152,0.0;153,7.8125E-7;154,4.296875E-6;155,3.90625E-6;156,0.0;202,0.0;203,3.90625E-7;204,6.25E-6;205,3.90625E-6;206,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_congealed:2", + "distrib": "0,0.0;136,0.0;137,1.953125E-6;138,2.734375E-6;139,1.328125E-5;140,5.46875E-6;141,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "integrateddynamics:menril_leaves:0", + "distrib": "0,0.0;32,0.0;33,3.125E-6;34,8.984375E-6;35,1.25E-5;36,1.25E-5;37,1.484375E-5;38,1.484375E-5;39,1.1328125E-5;40,7.8125E-6;41,8.984375E-6;42,7.03125E-6;43,1.953125E-6;44,2.34375E-6;45,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "integrateddynamics:menril_berries:0", + "fortunes": { + "0": 0.25, + "1": 0.2504, + "2": 0.2554, + "3": 0.251 + } + }, + { + "itemStack": "integrateddynamics:menril_sapling:0", + "fortunes": { + "0": 0.0507, + "1": 0.0655, + "2": 0.0805, + "3": 0.0997 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:web:0", + "distrib": "0,0.0;22,0.0;23,3.90625E-7;24,1.953125E-6;25,1.953125E-6;26,2.734375E-6;27,1.171875E-6;29,1.171875E-6;30,3.125E-6;31,2.734375E-6;32,5.46875E-6;33,7.8125E-6;34,1.40625E-5;35,2.265625E-5;36,9.765625E-6;37,1.25E-5;38,1.4453125E-5;39,1.015625E-5;40,8.59375E-6;41,1.1328125E-5;42,1.328125E-5;43,5.078125E-6;44,5.46875E-6;45,8.203125E-6;46,1.09375E-5;47,1.2890625E-5;48,2.34375E-6;49,7.421875E-6;50,7.03125E-6;51,2.34375E-6;52,5.46875E-6;53,0.0;57,0.0;58,3.90625E-7;59,7.8125E-7;60,7.8125E-7;61,1.171875E-6;62,0.0;67,0.0;68,1.5625E-6;69,0.0;70,3.90625E-7;72,3.90625E-7;73,7.8125E-7;74,1.171875E-6;75,0.0;76,0.0;77,2.734375E-6;78,6.25E-6;79,5.46875E-6;80,7.03125E-6;81,3.125E-6;82,4.6875E-6;83,5.46875E-6;84,4.6875E-6;85,1.015625E-5;86,7.8125E-7;87,4.296875E-6;88,3.515625E-6;89,3.515625E-6;90,4.296875E-6;91,1.0546875E-5;92,6.25E-6;93,3.515625E-6;94,5.859375E-6;95,0.0;98,0.0;99,1.171875E-6;100,1.5625E-6;101,3.515625E-6;102,3.515625E-6;103,5.078125E-6;104,0.0;105,3.90625E-7;106,1.171875E-6;107,7.8125E-7;108,7.8125E-7;109,1.5625E-6;110,2.734375E-6;111,1.5625E-6;112,3.90625E-7;114,3.90625E-7;115,7.8125E-7;117,7.8125E-7;118,1.171875E-6;119,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:string:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:canopy_slab:0", + "distrib": "0,0.0;26,0.0;27,3.90625E-7;28,0.0;29,0.0;30,7.8125E-7;31,1.5625E-6;32,7.8125E-7;33,5.078125E-6;34,0.0;35,7.8125E-7;36,1.2109375E-5;37,8.203125E-6;38,0.0;39,7.8125E-7;40,3.90625E-7;41,3.90625E-7;42,0.0;43,1.171875E-6;44,2.34375E-6;45,7.8125E-7;46,3.90625E-7;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:canopy_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:ladder:0", + "distrib": "0,0.0;19,0.0;20,7.8125E-7;21,3.90625E-6;22,5.078125E-6;23,5.46875E-6;24,6.640625E-6;25,7.8125E-6;26,8.984375E-6;28,8.984375E-6;29,8.59375E-6;30,5.46875E-6;31,4.296875E-6;32,3.90625E-6;33,2.734375E-6;34,5.078125E-6;35,5.078125E-6;36,7.421875E-6;37,7.421875E-6;38,7.03125E-6;39,7.421875E-6;40,7.8125E-6;41,8.203125E-6;42,7.421875E-6;43,4.296875E-6;44,3.90625E-6;45,3.515625E-6;47,3.515625E-6;48,1.5625E-6;49,3.90625E-7;50,3.90625E-7;51,0.0;52,7.8125E-7;56,7.8125E-7;57,0.0;66,0.0;67,3.90625E-7;69,3.90625E-7;70,7.8125E-7;71,7.8125E-7;72,3.90625E-7;73,7.8125E-7;74,1.5625E-6;75,1.953125E-6;76,1.953125E-6;77,3.515625E-6;78,3.90625E-6;79,3.125E-6;80,3.125E-6;81,4.296875E-6;82,3.90625E-6;83,4.6875E-6;84,6.25E-6;85,5.46875E-6;86,5.859375E-6;87,5.46875E-6;88,4.296875E-6;89,3.125E-6;90,3.90625E-6;91,3.515625E-6;92,3.515625E-6;93,2.34375E-6;94,1.953125E-6;95,1.171875E-6;98,1.171875E-6;99,1.953125E-6;100,1.953125E-6;101,1.5625E-6;105,1.5625E-6;106,1.953125E-6;107,2.34375E-6;109,2.34375E-6;110,2.734375E-6;111,2.734375E-6;112,7.8125E-7;113,3.90625E-7;114,1.171875E-6;116,1.171875E-6;117,3.90625E-7;118,7.8125E-7;120,7.8125E-7;121,0.0;122,7.8125E-7;123,7.8125E-7;124,1.5625E-6;125,7.8125E-7;126,1.5625E-6;127,7.8125E-7;128,1.5625E-6;129,7.8125E-7;130,7.8125E-7;131,0.0;132,7.8125E-7;134,7.8125E-7;135,0.0;163,0.0;164,7.8125E-7;166,7.8125E-7;167,0.0;168,7.8125E-7;170,7.8125E-7;171,0.0;197,0.0;198,7.8125E-7;200,7.8125E-7;201,0.0;202,7.8125E-7;203,1.5625E-6;204,1.5625E-6;205,7.8125E-7;206,7.8125E-7;207,1.5625E-6;208,1.171875E-6;209,3.90625E-7;210,7.8125E-7;211,1.171875E-6;212,1.171875E-6;213,3.90625E-7;214,7.8125E-7;216,7.8125E-7;217,0.0;218,7.8125E-7;220,7.8125E-7;221,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:ladder:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "mysticalagriculture:inferium_ore:0", + "distrib": "0,0.0;12,0.0;13,2.1054687E-4;14,0.002330078;15,0.004358203;16,0.004686719;17,0.0046703126;18,0.0045910156;19,0.004444531;20,0.0043183593;21,0.004490625;22,0.004519531;23,0.00459375;24,0.004616797;25,0.0043546874;26,0.004276172;27,0.0037527343;28,0.0030820312;29,0.002415625;30,0.0018027343;31,0.0012417969;32,8.164063E-4;33,5.9023435E-4;34,4.4882813E-4;35,3.71875E-4;36,2.6640625E-4;37,2.453125E-4;38,2.1835938E-4;39,2.1875E-4;40,1.7929687E-4;41,1.7382813E-4;42,1.4648438E-4;43,1.59375E-4;44,1.703125E-4;45,1.546875E-4;46,1.5234375E-4;47,1.6875E-4;48,6.640625E-5;49,6.25E-6;50,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "mysticalagriculture:crafting:0", + "fortunes": { + "0": 2.5044, + "1": 2.4939, + "2": 3.1428, + "3": 4.027 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:spruce_fence:0", + "distrib": "0,0.0;23,0.0;24,1.5625E-6;25,1.953125E-6;27,1.953125E-6;28,3.90625E-7;29,0.0;32,0.0;33,1.5625E-6;34,0.0;36,0.0;37,3.90625E-7;39,3.90625E-7;40,1.5625E-6;41,0.0;43,0.0;44,3.90625E-7;46,3.90625E-7;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:spruce_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_vine_purple_end:0", + "distrib": "0,0.0;125,0.0;126,7.8125E-7;127,3.90625E-7;128,0.0;129,0.0;130,7.8125E-7;131,7.8125E-7;132,1.171875E-6;133,7.8125E-7;134,3.90625E-7;135,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_stairs_weathered:8", + "distrib": "0,0.0;31,0.0;32,1.15625E-4;33,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:nagastone_stairs_weathered:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:statue:4", + "distrib": "0,0.0;24,0.0;25,3.90625E-7;26,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:trapped_chest:0", + "distrib": "0,0.0;7,0.0;8,3.90625E-7;9,0.0;10,4.6875E-6;11,0.0;14,0.0;15,1.171875E-6;16,0.0;19,0.0;20,8.203125E-6;21,1.171875E-6;22,1.5625E-6;23,1.171875E-6;24,5.46875E-6;25,2.34375E-6;26,3.515625E-6;27,2.34375E-6;28,0.0;29,7.8125E-7;30,0.0;31,0.0;32,7.8125E-7;33,0.0;36,0.0;37,3.90625E-7;38,7.8125E-7;39,7.8125E-7;40,3.90625E-7;41,7.8125E-7;42,0.0;43,3.90625E-7;44,0.0;45,0.0;46,7.8125E-7;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:trapped_chest:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:statue:3", + "distrib": "0,0.0;24,0.0;25,7.8125E-7;26,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:carpet:8", + "distrib": "0,0.0;35,0.0;36,3.90625E-7;37,7.8125E-7;38,3.90625E-7;39,3.90625E-7;40,7.8125E-7;41,3.90625E-7;42,3.90625E-7;43,0.0;44,0.0;45,7.8125E-7;46,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:carpet:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_rune_brick:1", + "distrib": "0,0.0;63,0.0;64,6.25E-5;65,6.9140624E-5;66,7.265625E-5;67,4.53125E-5;68,6.0546874E-5;69,7.5E-5;70,6.875E-5;71,0.0;75,0.0;76,3.90625E-7;77,7.8125E-7;80,7.8125E-7;81,0.0;82,0.0;83,3.90625E-7;85,3.90625E-7;86,7.265625E-5;87,7.34375E-5;88,6.523437E-5;89,4.84375E-5;90,7.382812E-5;91,7.65625E-5;92,6.328125E-5;93,3.125E-6;94,3.515625E-6;95,3.90625E-6;96,4.296875E-6;99,4.296875E-6;100,4.6875E-6;101,4.6875E-6;102,5.078125E-6;103,5.078125E-6;104,5.46875E-6;105,5.078125E-6;106,5.078125E-6;107,5.46875E-6;108,5.859375E-6;109,5.46875E-6;110,5.859375E-6;111,5.859375E-6;112,6.25E-6;113,6.25E-6;114,6.640625E-6;115,7.03125E-6;116,7.421875E-6;117,7.421875E-6;118,7.8125E-6;119,8.203125E-6;120,8.203125E-6;121,8.59375E-6;122,1.1328125E-5;123,1.6015625E-5;124,1.6796876E-5;125,1.6796876E-5;126,1.5625E-5;127,1.6015625E-5;128,1.5234375E-5;129,1.5234375E-5;130,1.5625E-5;138,1.5625E-5;139,1.6015625E-5;140,1.6015625E-5;141,1.5625E-5;142,1.5625E-5;143,1.6015625E-5;144,1.5625E-5;145,1.6015625E-5;151,1.6015625E-5;152,1.5625E-5;153,1.5625E-5;154,1.6015625E-5;155,2.734375E-5;156,3.203125E-5;157,2.9296874E-5;158,2.890625E-5;159,3.0859374E-5;160,4.7265625E-5;161,3.59375E-5;162,5.546875E-5;163,3.4375E-5;164,4.7265625E-5;165,3.5546876E-5;166,3.984375E-5;167,3.828125E-5;168,3.828125E-5;169,3.4765624E-5;170,3.3203127E-5;171,3.4765624E-5;172,4.765625E-5;173,4.53125E-5;174,3.515625E-5;175,4.4921875E-5;176,3.359375E-5;177,3.8671875E-5;178,3.59375E-5;179,3.75E-5;180,3.671875E-5;181,4.6484376E-5;182,3.0859374E-5;183,3.7890626E-5;184,3.4765624E-5;185,3.4765624E-5;186,3.2421874E-5;187,3.359375E-5;188,3.0078125E-5;189,2.578125E-5;190,1.9921876E-5;191,8.984375E-6;192,7.03125E-6;193,6.25E-6;194,5.46875E-6;195,5.46875E-6;196,4.6875E-6;199,4.6875E-6;200,3.90625E-6;201,3.515625E-6;202,1.953125E-6;203,1.5625E-6;204,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_rune_brick:0", + "distrib": "0,0.0;63,0.0;64,1.09375E-5;65,7.421875E-6;66,8.59375E-6;67,6.25E-6;68,8.59375E-6;69,1.09375E-5;70,8.59375E-6;71,0.0;82,0.0;83,1.5625E-6;84,2.34375E-6;85,4.6875E-6;86,4.375E-5;87,3.28125E-5;88,3.515625E-5;89,2.8125E-5;90,4.1015624E-5;91,3.671875E-5;92,3.90625E-5;93,7.8125E-6;119,7.8125E-6;120,1.7578124E-5;121,1.9140625E-5;122,2.2265625E-5;123,2.3046876E-5;124,2.3828125E-5;127,2.3828125E-5;128,2.1875E-5;129,2.1875E-5;130,2.2265625E-5;133,2.2265625E-5;134,2.5E-5;135,2.5390626E-5;136,2.34375E-5;139,2.34375E-5;140,2.3046876E-5;141,2.265625E-5;142,2.2265625E-5;143,2.2265625E-5;144,2.1484375E-5;145,2.421875E-5;146,2.34375E-5;147,2.265625E-5;148,2.2265625E-5;149,2.2265625E-5;150,2.3046876E-5;151,2.34375E-5;152,2.578125E-5;153,2.890625E-5;154,2.7734375E-5;155,3.0078125E-5;156,3.7109374E-5;157,3.203125E-5;158,3.7109374E-5;159,3.4765624E-5;160,3.5546876E-5;161,3.3984375E-5;162,3.7890626E-5;163,3.2421874E-5;164,3.3203127E-5;165,3.3203127E-5;166,2.96875E-5;167,3.0078125E-5;168,3.3984375E-5;169,2.7734375E-5;170,2.9296874E-5;171,2.8515626E-5;172,2.6171874E-5;173,2.7734375E-5;174,3.1640626E-5;175,2.96875E-5;176,2.34375E-5;177,2.4609375E-5;178,2.421875E-5;179,2.3046876E-5;180,2.5390626E-5;181,2.265625E-5;182,2.2265625E-5;183,2.109375E-5;184,1.953125E-5;185,1.8359375E-5;186,1.953125E-5;187,1.71875E-5;188,1.6015625E-5;189,1.640625E-5;190,1.40625E-5;191,1.40625E-5;192,1.015625E-5;193,1.328125E-5;194,1.6015625E-5;195,1.0546875E-5;196,1.015625E-5;197,9.765625E-6;198,7.8125E-6;199,7.03125E-6;200,7.03125E-6;201,6.640625E-6;202,7.421875E-6;203,6.25E-6;204,6.25E-6;205,5.46875E-6;206,5.46875E-6;207,3.90625E-6;208,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_rune_brick:3", + "distrib": "0,0.0;192,0.0;193,2.0E-4;194,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_rune_brick:2", + "distrib": "0,0.0;63,0.0;64,6.40625E-5;65,6.5625E-5;66,6.4453125E-5;67,4.296875E-5;68,7.2265626E-5;69,5.8984377E-5;70,6.40625E-5;71,0.0;81,0.0;82,7.8125E-7;83,2.34375E-6;84,1.953125E-6;85,1.953125E-6;86,6.796875E-5;87,7.421875E-5;88,7.578125E-5;89,4.921875E-5;90,7.851562E-5;91,7.6953125E-5;92,6.757813E-5;93,1.953125E-6;94,2.734375E-6;95,2.34375E-6;98,2.34375E-6;99,1.953125E-6;101,1.953125E-6;102,2.34375E-6;103,1.953125E-6;104,1.953125E-6;105,2.34375E-6;106,3.125E-6;107,2.34375E-6;108,3.125E-6;109,2.734375E-6;110,3.125E-6;111,2.734375E-6;112,3.125E-6;115,3.125E-6;116,2.34375E-6;118,2.34375E-6;119,1.953125E-6;120,3.125E-6;121,3.90625E-6;122,5.078125E-6;123,5.46875E-6;124,7.03125E-6;125,7.8125E-6;126,7.8125E-6;127,7.421875E-6;128,7.8125E-6;129,7.8125E-6;130,7.03125E-6;131,7.03125E-6;132,5.859375E-6;133,5.859375E-6;134,5.46875E-6;136,5.46875E-6;137,5.859375E-6;139,5.859375E-6;140,7.03125E-6;141,6.640625E-6;142,7.421875E-6;143,7.421875E-6;144,7.8125E-6;145,9.375E-6;146,8.203125E-6;147,7.8125E-6;148,7.8125E-6;149,6.640625E-6;150,6.25E-6;151,6.640625E-6;152,6.25E-6;154,6.25E-6;155,5.46875E-6;156,5.859375E-6;158,5.859375E-6;159,7.03125E-6;160,7.421875E-6;161,1.2109375E-5;162,9.375E-6;163,8.984375E-6;164,9.765625E-6;165,8.984375E-6;166,8.984375E-6;167,9.375E-6;168,8.984375E-6;169,1.3671875E-5;170,1.0546875E-5;171,1.1328125E-5;172,1.015625E-5;173,1.25E-5;174,7.8125E-6;175,7.421875E-6;176,3.125E-6;177,2.734375E-6;178,2.734375E-6;179,2.34375E-6;180,1.953125E-6;182,1.953125E-6;183,2.34375E-6;185,2.34375E-6;186,3.515625E-6;187,1.953125E-6;188,1.171875E-6;190,1.171875E-6;191,7.8125E-7;195,7.8125E-7;196,1.171875E-6;197,1.171875E-6;198,2.734375E-6;199,2.734375E-6;200,1.5625E-6;203,1.5625E-6;204,1.953125E-6;205,1.171875E-6;206,1.5625E-6;207,1.5625E-6;208,1.171875E-6;209,7.8125E-7;213,7.8125E-7;214,3.90625E-7;215,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_vine_blue_end:0", + "distrib": "0,0.0;84,0.0;85,3.90625E-7;87,3.90625E-7;88,1.171875E-6;89,1.5625E-6;90,7.8125E-7;91,1.5625E-6;92,7.8125E-7;93,3.90625E-7;94,1.171875E-6;95,7.8125E-7;96,0.0;97,1.5625E-6;98,3.90625E-7;99,1.171875E-6;100,7.8125E-7;101,1.5625E-6;102,3.90625E-7;104,3.90625E-7;105,1.171875E-6;106,1.953125E-6;107,0.0;108,3.90625E-7;109,7.8125E-7;110,1.5625E-6;111,1.171875E-6;112,7.8125E-7;113,3.90625E-7;114,0.0;119,0.0;120,1.171875E-6;121,7.8125E-7;122,1.5625E-6;123,1.171875E-6;124,2.734375E-6;125,3.90625E-7;126,1.5625E-6;127,7.8125E-7;128,3.90625E-7;129,7.8125E-7;130,3.90625E-7;131,3.90625E-7;132,7.8125E-7;133,1.171875E-6;134,3.90625E-7;136,3.90625E-7;137,1.171875E-6;138,1.5625E-6;139,1.171875E-6;140,7.8125E-7;141,0.0;142,0.0;143,3.90625E-7;144,0.0;145,1.171875E-6;146,7.8125E-7;147,3.90625E-7;148,0.0;149,7.8125E-7;150,3.90625E-7;151,0.0;191,0.0;192,7.8125E-7;193,1.5625E-6;194,7.8125E-7;197,7.8125E-7;198,3.90625E-7;199,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "randomthings:lotusseeds:0", + "distrib": "0,0.0;31,0.0;32,7.8125E-7;33,1.953125E-6;35,1.953125E-6;36,7.8125E-7;37,1.171875E-6;38,7.8125E-7;39,0.0;40,3.90625E-7;41,0.0;42,7.8125E-7;43,0.0;54,0.0;55,1.171875E-6;56,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:lotusseeds:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:quarried_stone:0", + "distrib": "0,0.0;17,0.0;18,3.90625E-7;19,1.953125E-5;20,1.2929688E-4;21,5.3671876E-4;22,0.0014722656;23,0.002798047;24,0.0041171876;25,0.00555625;26,0.0068703126;27,0.007855078;28,0.00830586;29,0.0076058595;30,0.0056902342;31,0.0037011718;32,0.0028484375;33,0.0016640625;34,0.0012855469;35,6.8828126E-4;36,5.4726563E-4;37,3.875E-4;38,2.7382813E-4;39,2.0742188E-4;40,5.3515625E-5;41,5.0E-5;42,4.375E-5;43,0.0;44,0.0;45,3.90625E-7;46,1.6015625E-5;47,3.28125E-5;48,4.6484376E-5;49,5.5078126E-5;50,6.4453125E-5;51,6.4453125E-5;52,6.8359375E-5;53,7.5E-5;54,3.4765624E-5;55,4.7265625E-5;56,5.625E-5;57,6.875E-5;58,7.2265626E-5;59,7.539063E-5;60,7.617188E-5;61,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mangrove_stairs:0", + "distrib": "0,0.0;21,0.0;22,1.953125E-6;23,0.0;24,1.953125E-6;25,0.0;30,0.0;31,1.953125E-6;32,0.0;33,1.953125E-6;34,3.90625E-6;35,2.2265625E-5;36,2.3828125E-5;37,1.484375E-5;38,1.8359375E-5;39,3.28125E-5;40,1.6796876E-5;41,1.7578124E-5;42,6.25E-6;43,1.5625E-6;44,3.515625E-6;45,0.0;65,0.0;66,2.34375E-6;67,1.953125E-6;68,1.171875E-6;69,7.8125E-7;70,1.171875E-6;71,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:mangrove_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_stairs:8", + "distrib": "0,0.0;30,0.0;31,1.015625E-5;32,2.0039063E-4;33,0.0;34,0.0;35,5.46875E-6;36,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:nagastone_stairs:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:nagastone_stairs:0", + "distrib": "0,0.0;30,0.0;31,1.015625E-5;32,0.0;34,0.0;35,5.078125E-6;36,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:nagastone_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:deadrock:2", + "distrib": "0,0.0;1,0.0069859377;2,0.013879297;3,0.020767188;4,0.027796093;5,0.034770705;6,0.034735158;7,0.034716014;8,0.03472578;9,0.03476289;10,0.034788672;11,0.03479805;12,0.03480625;13,0.034810156;17,0.034810156;18,0.03476328;19,0.03475;20,0.034728907;21,0.034682814;22,0.034644533;23,0.0346625;24,0.034728125;25,0.034739062;26,0.034707032;27,0.034686718;28,0.034695704;29,0.034732424;30,0.03476133;31,0.034766797;32,0.034766797;33,0.03474883;34,0.034714844;35,0.03469453;36,0.034709767;37,0.034749217;38,0.034767188;39,0.034765624;40,0.03475781;41,0.034739845;42,0.034734376;43,0.034736328;44,0.034752734;45,0.034754686;46,0.034721095;47,0.034682814;48,0.03468711;49,0.034747656;50,0.034769922;51,0.034774218;52,0.03476328;53,0.03471797;54,0.034710545;55,0.03471758;56,0.03474414;57,0.034727342;58,0.034707032;59,0.034685157;60,0.034655858;61,0.034635156;62,0.034610547;63,0.032829687;64,0.029409766;65,0.02934961;66,0.029291797;67,0.02920547;68,0.029114844;69,0.029010937;70,0.028866798;71,0.03204922;72,0.033571094;73,0.033323437;74,0.033003125;75,0.03260703;76,0.03218789;77,0.03159492;78,0.02972578;79,0.02696836;80,0.023590624;81,0.021673828;82,0.020393359;83,0.019450782;84,0.018613672;85,0.015900781;86,0.011545313;87,0.011308985;88,0.01115586;89,0.011050391;90,0.010963282;91,0.010875391;92,0.010783203;93,0.014688281;94,0.016585156;95,0.016496485;96,0.01629414;97,0.016216798;98,0.016139844;99,0.016071094;100,0.015995704;101,0.015914844;102,0.015832031;103,0.01574375;104,0.015652344;105,0.015569922;106,0.015479296;107,0.015376562;108,0.015260938;109,0.015162109;110,0.015059375;111,0.014933203;112,0.010396484;113,0.01033711;114,0.010286328;115,0.0101125;116,0.009251172;117,0.00735625;118,0.004108203;119,0.0014800781;120,1.3710938E-4;121,3.90625E-7;122,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:force_field:3", + "distrib": "0,0.0;63,0.0;64,1.09375E-4;65,1.078125E-4;66,1.0898437E-4;67,1.3046875E-4;68,1.0234375E-4;69,1.1445313E-4;70,1.09375E-4;71,0.0;85,0.0;86,1.2382813E-4;87,1.1757812E-4;88,1.16015624E-4;89,1.4296875E-4;90,1.1757812E-4;91,1.15234376E-4;92,1.2460937E-4;93,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:iron_bars:0", + "distrib": "0,0.0;7,0.0;8,5.859375E-6;9,7.3046875E-5;10,1.3164063E-4;11,1.3164063E-4;12,0.0;14,0.0;15,9.375E-6;18,9.375E-6;19,6.71875E-5;20,1.1484375E-4;21,1.1484375E-4;22,3.515625E-6;25,3.515625E-6;26,0.0;30,0.0;31,1.6015625E-5;32,2.3046876E-5;33,1.640625E-5;34,1.7578124E-5;35,2.3828125E-5;36,9.765625E-6;37,3.125E-6;38,1.953125E-6;39,7.8125E-7;40,2.34375E-6;41,2.734375E-6;42,2.34375E-6;43,2.34375E-6;44,3.125E-6;45,3.90625E-7;46,3.90625E-7;47,1.171875E-6;48,0.0;49,0.0;50,1.171875E-6;51,1.953125E-6;52,2.34375E-6;53,2.34375E-6;54,1.5625E-6;55,1.953125E-6;56,0.0;60,0.0;61,7.8125E-7;62,3.90625E-7;64,3.90625E-7;65,0.0;74,0.0;75,3.90625E-7;76,0.0;77,0.0;78,3.90625E-7;79,3.90625E-7;80,1.953125E-6;81,1.171875E-6;82,1.953125E-6;83,3.125E-6;84,3.125E-6;85,4.296875E-6;86,0.0;88,0.0;89,3.90625E-7;90,3.90625E-7;91,7.8125E-7;92,1.171875E-6;93,1.171875E-6;94,7.8125E-7;95,7.8125E-7;96,0.0;104,0.0;105,3.90625E-7;109,3.90625E-7;110,7.8125E-7;111,3.90625E-7;112,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:force_field:4", + "distrib": "0,0.0;63,0.0;64,1.1953125E-4;65,1.1289062E-4;66,1.09375E-4;67,1.3671875E-4;68,1.2148437E-4;69,1.0703125E-4;70,1.1328125E-4;71,0.0;85,0.0;86,1.1054688E-4;87,1.0976563E-4;88,1.1796875E-4;89,1.3554687E-4;90,1.1015625E-4;91,1.078125E-4;92,1.2148437E-4;93,0.0;173,0.0;174,2.34375E-6;188,2.34375E-6;189,0.0;197,0.0;198,2.734375E-6;207,2.734375E-6;208,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:crystal_aer:0", + "distrib": "0,0.0;2,0.0;3,7.8125E-7;4,2.34375E-6;5,1.5625E-6;6,3.90625E-7;7,1.171875E-6;8,7.03125E-6;9,2.734375E-5;10,3.4765624E-5;11,4.140625E-5;12,5.1953124E-5;13,2.734375E-5;14,3.8671875E-5;15,4.53125E-5;16,3.2421874E-5;17,2.7734375E-5;18,3.0859374E-5;19,5.5859375E-5;20,4.3359374E-5;21,4.5703124E-5;22,7.109375E-5;23,3.3203127E-5;24,3.90625E-5;25,2.6171874E-5;26,4.1015624E-5;27,2.34375E-5;28,1.5234375E-5;29,3.0859374E-5;30,1.6796876E-5;31,1.6015625E-5;32,1.875E-5;33,1.40625E-5;34,1.2890625E-5;35,8.984375E-6;36,4.6875E-6;37,3.90625E-6;38,5.46875E-6;39,2.734375E-6;40,3.515625E-6;41,4.296875E-6;42,3.90625E-6;43,1.171875E-6;44,3.515625E-6;45,3.125E-6;46,3.515625E-6;47,5.078125E-6;48,2.34375E-6;49,4.296875E-6;50,2.34375E-6;51,1.5625E-6;52,1.5625E-6;53,7.8125E-7;54,0.0;55,3.90625E-7;56,3.90625E-7;57,7.8125E-7;58,3.90625E-7;59,0.0;60,7.8125E-7;61,1.953125E-6;62,2.34375E-6;63,3.90625E-7;64,0.0;65,3.90625E-7;67,3.90625E-7;68,0.0;69,1.171875E-6;70,1.171875E-6;71,0.0;78,0.0;79,1.171875E-6;80,2.734375E-6;81,1.171875E-6;82,0.0;85,0.0;86,2.734375E-6;87,3.90625E-7;91,3.90625E-7;92,3.515625E-6;93,1.953125E-6;94,2.34375E-6;95,0.0;97,0.0;98,3.90625E-7;99,7.8125E-7;100,3.90625E-7;101,0.0;103,0.0;104,7.8125E-7;105,7.8125E-7;106,1.171875E-6;108,1.171875E-6;109,3.90625E-7;110,0.0;129,0.0;130,3.90625E-7;131,7.8125E-7;132,7.8125E-7;133,1.171875E-6;134,1.171875E-6;135,7.8125E-7;136,1.171875E-6;137,1.171875E-6;138,2.34375E-6;139,7.8125E-7;140,0.0;153,0.0;154,7.8125E-7;155,3.90625E-7;156,7.8125E-7;157,0.0;158,0.0;159,3.90625E-7;160,3.90625E-7;161,2.34375E-6;162,1.171875E-6;163,1.5625E-6;164,1.171875E-6;165,1.5625E-6;166,1.171875E-6;167,2.34375E-6;168,0.0;169,0.0;170,3.90625E-7;171,7.8125E-7;173,7.8125E-7;174,1.171875E-6;175,2.34375E-6;176,0.0;196,0.0;197,1.171875E-6;200,1.171875E-6;201,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "thaumcraft:crystal_essence:0:{Aspects:[{key:\"aer\",amount:1}]}", + "fortunes": { + "0": 2.0, + "1": 2.0, + "2": 2.0, + "3": 2.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:deadrock:0", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,0.0;38,0.0;39,7.8125E-7;40,3.90625E-7;41,7.8125E-7;42,3.90625E-7;43,7.8125E-7;44,7.8125E-7;45,3.90625E-7;46,3.90625E-6;47,1.953125E-6;48,7.8125E-7;49,3.125E-6;50,2.34375E-6;51,3.125E-6;52,3.515625E-6;53,4.296875E-6;54,5.078125E-6;55,6.25E-6;56,5.859375E-6;57,6.640625E-6;58,9.375E-6;59,4.296875E-6;60,5.859375E-6;61,7.421875E-6;62,1.953125E-5;63,3.4765624E-5;64,3.7890626E-5;65,5.0390627E-5;66,5.6640623E-5;67,5.703125E-5;68,5.078125E-5;69,7.070313E-5;70,9.8828124E-5;71,9.570312E-5;72,9.765625E-5;73,1.3828125E-4;74,2.0E-4;75,2.0625E-4;76,2.0507812E-4;77,2.8984374E-4;78,4.59375E-4;79,5.6171877E-4;80,6.1953126E-4;81,0.0012171875;82,0.0035535155;83,0.0025605469;84,0.0016003906;85,0.0010601563;86,9.375E-4;87,7.8515627E-4;88,2.8671874E-4;89,2.1367187E-4;90,2.0039063E-4;91,1.4492187E-4;92,1.0625E-4;93,8.828125E-5;94,1.0390625E-4;95,8.9453126E-5;96,5.7421876E-5;97,6.953125E-5;98,7.578125E-5;99,7.421875E-5;100,6.171875E-5;101,8.007813E-5;102,8.5546875E-5;103,7.851562E-5;104,6.953125E-5;105,8.007813E-5;106,1.03125E-4;107,8.90625E-5;108,7.109375E-5;109,9.921875E-5;110,1.0976563E-4;111,9.6875E-5;112,5.46875E-5;113,6.757813E-5;114,8.242187E-5;115,6.9140624E-5;116,5.5078126E-5;117,6.679688E-5;118,2.890625E-4;119,0.0020773436;120,0.0010191406;121,0.0029640626;122,0.0032886718;123,5.695312E-4;124,1.328125E-5;125,3.90625E-7;126,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:force_field:1", + "distrib": "0,0.0;63,0.0;64,1.2890625E-5;65,1.640625E-5;66,1.5234375E-5;67,1.7578124E-5;68,1.5234375E-5;69,1.40625E-5;70,1.640625E-5;71,0.0;85,0.0;86,4.3359374E-5;87,5.5078126E-5;88,5.2734376E-5;89,5.9765625E-5;90,4.6875E-5;91,5.5078126E-5;92,5.2734376E-5;93,0.0;152,0.0;153,3.28125E-5;156,3.28125E-5;157,3.75E-5;161,3.75E-5;162,1.3203124E-4;163,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:deadrock:1", + "distrib": "0,0.0;34,0.0;35,3.90625E-7;36,1.171875E-6;37,1.171875E-6;38,1.953125E-6;39,1.5625E-6;40,1.953125E-6;41,1.953125E-6;42,2.734375E-6;43,5.078125E-6;44,6.25E-6;45,7.421875E-6;46,6.640625E-6;47,7.421875E-6;48,9.375E-6;49,9.765625E-6;50,1.2109375E-5;51,1.2890625E-5;52,1.484375E-5;53,1.8359375E-5;54,1.7578124E-5;55,1.8359375E-5;57,1.8359375E-5;58,1.6015625E-5;59,2.890625E-5;60,5.5078126E-5;61,7.5E-5;62,9.0625E-5;63,9.765625E-5;64,1.2734375E-4;65,1.4453125E-4;66,1.5898437E-4;67,1.9492187E-4;68,2.4023438E-4;69,2.8320312E-4;70,3.2890626E-4;71,4.1796875E-4;72,5.234375E-4;73,6.15625E-4;74,7.1601564E-4;75,8.9882815E-4;76,0.0011175781;77,0.0014417969;78,0.0028664062;79,0.0050554685;80,0.0060804687;81,0.006749219;82,0.004398828;83,0.0027917968;84,0.0020171874;85,0.0016738281;86,0.0011382812;87,6.125E-4;88,4.9804687E-4;89,4.0585938E-4;90,3.035156E-4;91,2.5507814E-4;92,2.4375E-4;93,2.3515624E-4;94,2.0976563E-4;95,2.046875E-4;96,1.8125E-4;97,1.8320313E-4;98,1.8085938E-4;99,1.9140624E-4;100,2.046875E-4;101,2.0546875E-4;102,2.0273437E-4;103,2.1289062E-4;104,2.3515624E-4;105,2.3828125E-4;106,2.2578124E-4;107,2.3945312E-4;108,2.6445312E-4;109,2.625E-4;110,2.5351564E-4;111,2.8320312E-4;112,2.0234376E-4;113,1.9414062E-4;114,1.8242188E-4;115,2.8789064E-4;116,0.00109375;117,0.0029234374;118,0.0058828127;119,0.0064269532;120,0.0067527345;121,0.003917578;122,6.082031E-4;123,1.3671875E-5;124,3.90625E-7;125,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trans_planks:0", + "distrib": "0,0.0;22,0.0;23,7.8125E-7;24,0.0;27,0.0;28,3.90625E-7;29,0.0;30,6.640625E-6;31,1.2890625E-5;32,3.125E-6;33,0.0;34,0.0;35,1.015625E-5;36,1.25E-5;37,2.2265625E-5;38,1.640625E-5;39,2.65625E-5;40,3.203125E-5;41,2.109375E-5;42,1.484375E-5;43,1.40625E-5;44,7.03125E-6;45,3.515625E-6;46,2.34375E-6;47,7.8125E-7;48,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:ore_cinnabar:0", + "distrib": "0,0.0;1,2.40625E-4;2,4.8945314E-4;3,6.90625E-4;4,9.636719E-4;5,0.0011792969;6,0.0011640625;7,0.0011421875;8,0.00115625;9,0.0011296875;10,0.0010980469;11,0.0011320312;12,0.0011359375;13,0.00110625;14,0.0011003906;15,0.0010863282;16,0.0010597656;17,0.0010550781;18,0.0010203125;19,0.0010664063;20,0.0010410156;21,0.0010789062;22,0.001034375;23,0.0010335938;24,0.0010144531;25,0.0010351562;26,9.847656E-4;27,8.863281E-4;28,7.5546873E-4;29,5.652344E-4;30,3.9726563E-4;31,2.6484375E-4;32,1.7148438E-4;33,1.234375E-4;34,9.765625E-5;35,8.0859376E-5;36,6.8359375E-5;37,4.765625E-5;38,4.9609374E-5;39,3.9453123E-5;40,4.53125E-5;41,3.828125E-5;42,4.453125E-5;43,3.7890626E-5;44,3.828125E-5;45,4.21875E-5;46,3.4765624E-5;47,3.5546876E-5;48,3.515625E-5;49,4.296875E-5;50,3.59375E-5;51,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:sort_planks:0", + "distrib": "0,0.0;19,0.0;20,1.7578124E-5;21,0.0;30,0.0;31,3.125E-6;32,1.3671875E-5;33,0.0;34,1.015625E-5;35,1.5625E-6;36,6.640625E-6;37,7.8125E-6;38,9.765625E-6;39,9.375E-6;40,2.109375E-5;41,1.2109375E-5;42,6.640625E-6;43,1.484375E-5;44,1.640625E-5;45,1.8359375E-5;46,1.796875E-5;47,9.765625E-6;48,1.25E-5;49,1.40625E-5;50,5.078125E-6;51,7.8125E-7;52,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:netherrack:0", + "distrib": "0,0.0;29,0.0;30,2.734375E-6;31,1.09375E-5;32,4.6875E-6;33,3.90625E-6;34,4.296875E-6;35,3.90625E-6;36,1.5625E-6;37,1.171875E-6;38,3.90625E-7;39,1.5625E-6;40,7.8125E-7;41,0.0;49,0.0;50,7.8125E-7;51,1.171875E-6;52,8.59375E-6;53,7.03125E-6;54,8.59375E-6;55,7.8125E-6;58,7.8125E-6;59,8.59375E-6;60,7.8125E-6;61,8.59375E-6;62,7.8125E-6;65,7.8125E-6;66,8.59375E-6;67,7.03125E-6;68,8.59375E-6;69,7.8125E-6;72,7.8125E-6;73,8.59375E-6;74,7.03125E-6;75,8.59375E-6;76,7.8125E-6;79,7.8125E-6;80,8.59375E-6;81,7.03125E-6;82,8.59375E-6;83,7.8125E-6;86,7.8125E-6;87,8.59375E-6;88,7.03125E-6;89,8.59375E-6;90,7.8125E-6;93,7.8125E-6;94,8.59375E-6;95,7.03125E-6;96,8.59375E-6;97,7.8125E-6;100,7.8125E-6;101,8.59375E-6;102,7.03125E-6;103,8.59375E-6;104,7.8125E-6;106,7.8125E-6;107,1.8359375E-5;108,1.2109375E-5;109,1.015625E-5;110,1.171875E-5;111,1.171875E-5;112,0.0;122,0.0;123,6.640625E-6;124,3.90625E-6;125,6.25E-6;126,5.078125E-6;127,7.8125E-7;128,7.8125E-7;129,1.5625E-6;130,1.171875E-6;131,0.0;187,0.0;188,1.171875E-6;189,1.953125E-6;190,1.171875E-6;191,1.5625E-6;192,7.8125E-7;196,7.8125E-7;197,8.203125E-6;198,6.640625E-6;199,3.90625E-6;200,4.6875E-6;201,3.90625E-6;202,7.8125E-7;203,7.8125E-7;204,3.90625E-7;205,7.8125E-7;206,1.171875E-6;207,0.0;212,0.0;213,3.515625E-6;214,6.25E-6;215,3.90625E-6;216,4.296875E-6;217,7.421875E-6;218,8.59375E-6;219,5.46875E-6;220,1.5625E-6;221,3.125E-6;222,2.734375E-6;223,6.25E-6;224,1.171875E-6;225,1.5625E-6;226,1.171875E-6;227,2.734375E-6;228,1.953125E-6;229,0.0;237,0.0;238,1.171875E-6;239,1.953125E-6;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:leaves.decorative.0:10", + "distrib": "0,0.0;32,0.0;33,3.125E-6;34,4.6875E-6;35,6.640625E-6;36,7.8125E-6;37,1.015625E-5;38,8.59375E-6;39,7.8125E-6;40,7.8125E-6;41,5.859375E-6;42,7.8125E-7;43,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"wildcherry\",UID1:\"wildcherry\"},{Slot:1b,UID0:\"forestry.heightSmallest\",UID1:\"forestry.heightSmallest\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"extratrees.fruitWild_cherry\",UID1:\"extratrees.fruitWild_cherry\"},{Slot:4b,UID0:\"forestry.yieldLower\",UID1:\"forestry.yieldLower\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationFast\",UID1:\"forestry.maturationFast\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0345, + "1": 0.0328, + "2": 0.0328, + "3": 0.0362 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:time_fence:0", + "distrib": "0,0.0;30,0.0;31,1.5625E-6;32,0.0;34,0.0;35,3.90625E-7;37,3.90625E-7;38,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:time_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:pumpkin:0", + "distrib": "0,0.0;9,0.0;10,5.078125E-6;11,0.0;16,0.0;17,3.515625E-6;18,0.0;23,0.0;24,2.34375E-6;25,0.0;28,0.0;29,7.8125E-7;30,7.8125E-7;31,3.1640626E-5;32,4.921875E-5;33,4.21875E-5;34,4.8828126E-5;35,4.21875E-5;36,1.09375E-5;37,2.34375E-6;38,1.953125E-6;39,3.90625E-7;40,0.0;41,7.8125E-7;42,0.0;43,0.0;44,3.90625E-7;45,0.0;46,3.90625E-7;47,7.8125E-7;48,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:glass_pane:0", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,5.078125E-6;34,2.34375E-6;35,4.6875E-6;36,9.765625E-6;37,9.375E-6;38,3.515625E-6;39,3.90625E-6;40,4.296875E-6;41,4.296875E-6;42,3.515625E-6;43,3.515625E-6;44,2.734375E-6;45,4.296875E-6;46,5.46875E-6;47,1.953125E-6;48,5.859375E-6;49,7.03125E-6;50,5.859375E-6;51,5.859375E-6;52,3.90625E-6;53,3.90625E-6;54,4.6875E-6;55,5.859375E-6;56,5.859375E-6;57,3.515625E-6;59,3.515625E-6;60,4.296875E-6;61,3.90625E-6;62,1.953125E-6;63,3.90625E-6;64,3.515625E-6;65,5.078125E-6;66,5.078125E-6;67,3.515625E-6;68,3.515625E-6;69,4.6875E-6;70,6.640625E-6;71,8.984375E-6;73,8.984375E-6;74,1.0546875E-5;75,8.203125E-6;76,5.859375E-6;77,6.640625E-6;78,8.59375E-6;79,7.8125E-6;80,5.859375E-6;81,6.25E-6;82,8.203125E-6;83,1.1328125E-5;84,1.2109375E-5;85,1.015625E-5;86,7.421875E-6;87,1.09375E-5;88,1.40625E-5;89,1.0546875E-5;90,6.640625E-6;91,1.0546875E-5;92,1.328125E-5;93,8.203125E-6;94,4.6875E-6;95,5.859375E-6;96,1.5625E-6;97,3.90625E-7;98,2.34375E-6;99,7.03125E-6;100,4.6875E-6;101,4.296875E-6;102,4.296875E-6;103,3.125E-6;104,5.46875E-6;105,2.34375E-6;106,2.34375E-6;107,7.03125E-6;108,8.59375E-6;109,5.078125E-6;110,4.6875E-6;111,8.203125E-6;112,3.90625E-7;113,7.8125E-7;114,1.953125E-6;115,4.296875E-6;116,4.6875E-6;117,2.34375E-6;118,1.171875E-6;119,0.0;120,1.171875E-6;121,1.171875E-6;122,2.34375E-6;123,2.34375E-6;124,0.0;125,1.171875E-6;127,1.171875E-6;128,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:lit_pumpkin:0", + "distrib": "0,0.0;31,0.0;32,2.8125E-5;33,1.171875E-6;34,1.171875E-6;35,2.34375E-6;36,1.953125E-6;37,1.953125E-6;38,0.0;39,3.90625E-7;40,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_leaves:1", + "distrib": "0,0.0;33,0.0;34,7.8125E-7;35,2.65625E-5;36,4.609375E-5;37,7.5E-5;38,1.1953125E-4;39,1.3398437E-4;40,1.09375E-4;41,1.0234375E-4;42,1.1445313E-4;43,1.5664063E-4;44,2.15625E-4;45,3.46875E-4;46,6.5273436E-4;47,0.007744531;48,0.005046875;49,0.010111328;50,0.015192969;51,0.019579688;52,0.021715235;53,0.021623438;54,0.020892577;55,0.018958595;56,0.01569336;57,0.012365234;58,0.009528125;59,0.007502344;60,0.0064933593;61,0.005678906;62,0.0049804687;63,0.0042316406;64,4.796875E-4;65,4.6289063E-4;66,4.4570313E-4;67,4.410156E-4;68,4.3476562E-4;69,3.8515625E-4;70,3.1601562E-4;71,2.8828124E-4;72,3.1328126E-4;73,3.7578124E-4;74,3.625E-4;75,2.8242188E-4;76,2.1289062E-4;77,2.0507812E-4;78,2.2460938E-4;79,2.3632812E-4;80,6.679688E-5;81,6.25E-5;82,6.679688E-5;83,3.0859374E-5;84,9.765625E-6;85,5.859375E-6;86,1.171875E-6;87,0.0;92,0.0;93,1.5234375E-5;94,2.0703124E-5;95,1.3671875E-5;96,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_sapling:1", + "fortunes": { + "0": 0.0241, + "1": 0.029, + "2": 0.0319, + "3": 0.0443 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_leaves:0", + "distrib": "0,0.0;13,0.0;14,1.1328125E-5;15,6.640625E-6;16,7.8125E-7;17,0.0;19,0.0;20,5.859375E-6;21,2.734375E-6;22,2.1484375E-5;23,1.8359375E-5;24,7.421875E-6;25,5.859375E-6;26,3.90625E-7;27,1.8359375E-5;28,1.484375E-5;29,4.0234376E-5;30,6.25E-5;31,0.0020882813;32,0.0049707033;33,0.005088672;34,0.0053996095;35,0.005583203;36,0.00450625;37,0.0027914064;38,0.0020746093;39,0.00150625;40,0.0012199219;41,0.0013800781;42,0.0019015624;43,0.0027082032;44,0.0038585938;45,0.005246484;46,0.0067777345;47,0.008164062;48,0.0020359375;49,0.0023046874;50,0.0027488281;51,0.003142578;52,0.0035726563;53,0.004055469;54,0.004528125;55,0.00476875;56,0.0049304687;57,0.0051644533;58,0.0053566406;59,0.0054742186;60,0.0055488283;61,0.0056316406;62,0.005822656;63,0.005932422;64,0.0033011718;65,0.0037382813;66,0.004300391;67,0.004833594;68,0.0052296873;69,0.0056652343;70,0.006094922;71,0.0064265626;72,0.006661328;73,0.006929297;74,0.0071910154;75,0.007360547;76,0.0074984375;77,0.007584375;78,0.0076273438;79,0.0075097657;80,0.003020703;81,0.0032382812;82,0.0033996094;83,0.0035945312;84,0.0038304687;85,0.0041128905;86,0.004401953;87,0.004716406;88,0.004870703;89,0.005034375;90,0.0052355467;91,0.0053410158;92,0.005456641;93,0.0057242187;94,0.0060871094;95,0.0063753906;96,0.003076172;97,0.0033695314;98,0.0037875;99,0.0041074217;100,0.004332031;101,0.004426172;102,0.004628906;103,0.0048410157;104,0.0051066405;105,0.0054316404;106,0.0057058595;107,0.0059722657;108,0.006161328;109,0.006306641;110,0.006323047;111,0.005978516;112,0.001425;113,0.0014027344;114,0.0013773438;115,0.0012855469;116,0.0011683594;117,0.0011035156;118,0.0010890625;119,0.00109375;120,0.0012269531;121,0.0013246094;122,0.0014101563;123,0.0014023437;124,0.0013820312;125,0.0013230469;126,0.0012464843;127,0.0011488281;128,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_sapling:0", + "fortunes": { + "0": 0.0268, + "1": 0.0306, + "2": 0.0327, + "3": 0.0381 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_vine_purple_mid:0", + "distrib": "0,0.0;106,0.0;107,2.734375E-6;108,1.953125E-6;109,3.125E-6;110,1.5625E-6;111,3.125E-6;112,0.0;123,0.0;124,8.59375E-6;125,4.6875E-6;126,0.0;127,7.8125E-7;128,1.171875E-6;129,1.171875E-6;130,3.90625E-7;131,7.8125E-7;132,1.171875E-6;133,1.5625E-6;134,1.5625E-6;135,1.171875E-6;136,0.0;139,0.0;140,1.953125E-6;141,1.5625E-6;142,0.0;143,5.46875E-6;144,0.0;154,0.0;155,1.171875E-6;156,7.8125E-7;157,3.125E-6;158,1.5625E-6;159,0.0;206,0.0;207,3.125E-6;208,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:nitreore:0", + "distrib": "0,0.0;1,9.6875E-5;2,1.9765625E-4;3,2.964844E-4;4,3.8828125E-4;5,4.941406E-4;6,5.3242187E-4;7,4.9453124E-4;8,4.7890624E-4;9,4.609375E-4;10,4.9609377E-4;11,4.4804686E-4;12,4.6171874E-4;13,4.3046876E-4;14,4.6679686E-4;15,4.546875E-4;16,4.515625E-4;17,4.5976564E-4;18,4.1289063E-4;19,4.3671875E-4;20,4.5351562E-4;21,5.0234376E-4;22,4.3867188E-4;23,4.6914062E-4;24,4.1328126E-4;25,4.4257814E-4;26,4.0898437E-4;27,3.4960939E-4;28,1.5429688E-4;29,1.171875E-6;30,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "abyssalcraft:nitre:0", + "fortunes": { + "0": 2.0034, + "1": 2.6519, + "2": 3.5195, + "3": 4.4548 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:leaves.decorative.0:3", + "distrib": "0,0.0;27,0.0;28,7.03125E-6;29,2.734375E-6;30,1.5625E-6;31,2.734375E-6;32,1.171875E-6;33,3.75E-5;34,6.09375E-5;35,7.851562E-5;36,1.0195313E-4;37,1.203125E-4;38,1.0898437E-4;39,9.921875E-5;40,5.9375E-5;41,3.0078125E-5;42,1.484375E-5;43,1.2890625E-5;44,1.796875E-5;45,7.421875E-6;46,6.640625E-6;47,4.6875E-6;48,1.2890625E-5;49,8.203125E-6;50,6.25E-6;51,6.640625E-6;52,6.640625E-6;53,4.6875E-6;54,1.953125E-6;55,0.0;61,0.0;62,6.640625E-6;63,5.46875E-6;64,1.484375E-5;65,1.40625E-5;66,1.0546875E-5;67,1.09375E-5;68,1.2109375E-5;69,8.203125E-6;70,4.6875E-6;71,4.6875E-6;72,1.171875E-6;73,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeLime\",UID1:\"forestry.treeLime\"},{Slot:1b,UID0:\"forestry.heightSmall\",UID1:\"forestry.heightSmall\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLower\",UID1:\"forestry.yieldLower\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0387, + "1": 0.0332, + "2": 0.0313, + "3": 0.0337 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_leaves:3", + "distrib": "0,0.0;31,0.0;32,8.203125E-6;33,3.2421874E-5;34,4.453125E-5;35,6.796875E-5;36,7.539063E-5;37,8.828125E-5;38,1.06640626E-4;39,9.921875E-5;40,7.890625E-5;41,5.703125E-5;42,5.0390627E-5;43,6.015625E-5;44,4.8828126E-5;45,3.203125E-5;46,3.203125E-5;47,1.8359375E-5;48,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_sapling:9", + "fortunes": { + "0": 0.0243, + "1": 0.0273, + "2": 0.0313, + "3": 0.0413 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_leaves:2", + "distrib": "0,0.0;30,0.0;31,7.8125E-6;32,2.109375E-5;33,2.8125E-5;34,3.3984375E-5;35,3.5546876E-5;36,4.140625E-5;37,4.0625E-5;38,4.1796877E-5;39,4.4140626E-5;40,1.125E-4;41,0.0021332032;42,0.0054390626;43,0.005990625;44,0.003473828;45,8.207031E-4;46,9.335938E-5;47,2.1875E-5;48,3.125E-6;49,1.171875E-6;50,3.90625E-7;51,1.171875E-6;52,0.0;60,0.0;61,1.171875E-6;62,3.90625E-7;63,1.953125E-6;64,3.90625E-7;65,7.8125E-7;66,3.90625E-7;67,1.171875E-6;68,1.953125E-6;69,3.90625E-7;70,7.8125E-7;72,7.8125E-7;73,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_sapling:2", + "fortunes": { + "0": 0.0485, + "1": 0.0586, + "2": 0.0896, + "3": 0.0961 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:trapdoor:0", + "distrib": "0,0.0;28,0.0;29,1.5625E-6;30,6.25E-6;31,2.34375E-6;32,0.0;33,2.34375E-6;35,2.34375E-6;36,0.0;37,0.0;38,7.8125E-7;39,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:trapdoor:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:leaves.decorative.0:9", + "distrib": "0,0.0;31,0.0;32,3.125E-6;33,2.265625E-5;34,3.7890626E-5;35,4.1796877E-5;36,5.3515625E-5;37,6.4453125E-5;38,6.4453125E-5;39,7.539063E-5;40,7.421875E-5;41,8.75E-5;42,8.4375E-5;43,4.8828126E-5;44,4.375E-5;45,3.3203127E-5;46,4.5703124E-5;47,3.0078125E-5;48,3.3984375E-5;49,2.4609375E-5;50,2.1484375E-5;51,2.03125E-5;52,1.640625E-5;53,1.015625E-5;54,6.25E-6;55,1.015625E-5;56,2.734375E-6;57,0.0;63,0.0;64,5.859375E-6;65,1.171875E-5;66,1.2109375E-5;67,1.4453125E-5;68,1.40625E-5;69,1.0546875E-5;70,1.015625E-5;71,1.0546875E-5;72,1.5625E-6;73,3.125E-6;74,5.078125E-6;75,1.5625E-6;76,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeMaple\",UID1:\"forestry.treeMaple\"},{Slot:1b,UID0:\"forestry.heightAverage\",UID1:\"forestry.heightAverage\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLower\",UID1:\"forestry.sappinessLower\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.034, + "1": 0.0337, + "2": 0.0325, + "3": 0.0351 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:leaves.decorative.0:6", + "distrib": "0,0.0;34,0.0;35,4.4140626E-5;36,5.7421876E-5;37,7.96875E-5;38,6.992187E-5;39,7.070313E-5;40,4.765625E-5;41,1.5625E-5;42,3.90625E-6;43,0.0;44,0.0;45,1.71875E-5;46,2.421875E-5;47,1.6015625E-5;48,1.5625E-6;49,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeCherry\",UID1:\"forestry.treeCherry\"},{Slot:1b,UID0:\"forestry.heightSmaller\",UID1:\"forestry.heightSmaller\"},{Slot:2b,UID0:\"forestry.saplingsLow\",UID1:\"forestry.saplingsLow\"},{Slot:3b,UID0:\"forestry.fruitCherry\",UID1:\"forestry.fruitCherry\"},{Slot:4b,UID0:\"forestry.yieldAverage\",UID1:\"forestry.yieldAverage\"},{Slot:5b,UID0:\"forestry.sappinessLow\",UID1:\"forestry.sappinessLow\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0338, + "1": 0.036, + "2": 0.0332, + "3": 0.0358 + } + }, + { + "itemStack": "forestry:fruits:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:canopy_stairs:0", + "distrib": "0,0.0;21,0.0;22,7.8125E-7;23,0.0;25,0.0;26,7.8125E-7;27,0.0;29,0.0;30,1.953125E-6;31,3.90625E-6;32,1.953125E-6;33,0.0;34,3.90625E-6;35,6.25E-6;36,3.90625E-6;37,7.8125E-6;38,1.796875E-5;39,1.5234375E-5;40,7.8125E-6;41,1.09375E-5;42,1.25E-5;43,7.03125E-6;44,7.421875E-6;45,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:canopy_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "actuallyadditions:block_black_lotus:0", + "distrib": "0,0.0;29,0.0;30,3.90625E-7;31,3.828125E-5;32,5.2734376E-5;33,2.7734375E-5;34,3.671875E-5;35,2.890625E-5;36,1.5625E-5;37,1.25E-5;38,1.1328125E-5;39,5.46875E-6;40,7.03125E-6;41,2.734375E-6;42,3.90625E-7;43,1.171875E-6;44,0.0;46,0.0;47,3.90625E-7;48,3.90625E-7;49,7.8125E-7;50,3.90625E-7;51,3.90625E-7;52,0.0;53,7.8125E-7;54,0.0;55,7.8125E-7;56,0.0;57,0.0;58,3.90625E-7;59,0.0;60,7.8125E-7;61,0.0;62,3.90625E-7;63,7.8125E-7;64,0.0;65,7.8125E-7;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:block_black_lotus:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:string:0", + "distrib": "0,0.0;8,0.0;9,7.03125E-6;10,0.0;18,0.0;19,4.6875E-6;20,0.0;24,0.0;25,2.34375E-6;26,1.953125E-6;27,0.0;28,3.90625E-7;29,7.8125E-7;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:string:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal:1", + "distrib": "0,0.0;42,0.0;43,7.8125E-7;44,0.0;46,0.0;47,2.34375E-6;48,1.5625E-6;51,1.5625E-6;52,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal:0", + "distrib": "0,0.0;48,0.0;49,1.171875E-6;50,3.90625E-7;51,1.5625E-6;52,3.125E-6;53,7.03125E-6;54,5.859375E-6;55,6.25E-6;56,5.46875E-6;57,4.296875E-6;58,4.6875E-6;59,4.6875E-6;60,0.0;61,2.34375E-6;62,1.953125E-6;63,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal:3", + "distrib": "0,0.0;13,0.0;14,7.8125E-7;15,4.6875E-6;16,7.03125E-6;17,2.1484375E-5;18,3.3203127E-5;19,4.8828126E-5;20,5.78125E-5;21,4.8828126E-5;22,3.046875E-5;23,2.3046876E-5;24,9.375E-6;25,2.734375E-6;26,2.34375E-6;27,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal:2", + "distrib": "0,0.0;18,0.0;19,1.171875E-6;20,2.734375E-6;21,8.203125E-6;22,1.6796876E-5;23,2.1484375E-5;24,4.5703124E-5;25,8.28125E-5;26,9.257813E-5;27,7.03125E-5;28,5.8203124E-5;29,6.171875E-5;30,6.132812E-5;31,4.8046873E-5;32,2.4609375E-5;33,1.71875E-5;34,1.40625E-5;35,7.03125E-6;36,2.734375E-6;37,2.34375E-6;38,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal:5", + "distrib": "0,0.0;14,0.0;15,1.5625E-6;16,7.8125E-7;17,0.0;18,1.5625E-6;19,1.5625E-6;20,2.34375E-6;21,6.640625E-6;22,8.203125E-6;23,1.328125E-5;24,8.59375E-6;25,8.59375E-6;26,1.2109375E-5;27,8.203125E-6;28,1.09375E-5;29,1.40625E-5;30,6.640625E-6;31,3.515625E-6;32,1.171875E-6;33,3.125E-6;34,2.34375E-6;35,7.8125E-7;36,3.90625E-6;37,7.8125E-7;38,0.0;39,7.8125E-7;40,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:time_planks:0", + "distrib": "0,0.0;19,0.0;20,1.796875E-5;21,1.7578124E-5;22,0.0;23,7.03125E-6;24,2.4609375E-5;25,1.5625E-6;26,8.984375E-6;27,3.125E-6;28,1.5625E-6;29,0.0;30,3.90625E-6;31,1.3671875E-5;32,0.0;34,0.0;35,3.90625E-7;36,4.6875E-6;37,8.984375E-6;38,1.8359375E-5;39,2.109375E-5;40,2.96875E-5;41,4.296875E-5;42,3.0859374E-5;43,2.5390626E-5;44,2.6953125E-5;45,2.109375E-5;46,7.8125E-6;47,1.5625E-6;48,0.0;61,0.0;62,1.5625E-6;63,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal:4", + "distrib": "0,0.0;25,0.0;26,3.125E-6;27,3.90625E-7;28,2.34375E-6;29,1.5625E-6;30,0.0;31,7.8125E-7;32,0.0;33,3.90625E-7;34,7.8125E-7;35,0.0;39,0.0;40,1.5625E-6;41,0.0;42,0.0;43,3.90625E-7;44,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "actuallyadditions:item_flax_seed:0", + "distrib": "0,0.0;29,0.0;30,1.953125E-6;31,2.1484375E-5;32,2.96875E-5;33,2.03125E-5;34,1.5625E-5;35,2.03125E-5;36,8.984375E-6;37,7.03125E-6;38,3.125E-6;39,4.296875E-6;40,1.5625E-6;41,7.8125E-7;42,7.8125E-7;43,0.0;44,3.90625E-7;45,7.8125E-7;46,0.0;48,0.0;49,3.90625E-7;50,0.0;57,0.0;58,3.90625E-7;59,0.0;61,0.0;62,3.90625E-7;64,3.90625E-7;65,0.0;73,0.0;74,3.90625E-7;75,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_flax_seed:0", + "fortunes": { + "0": 1.7161, + "1": 2.2817, + "2": 2.8573, + "3": 3.4285 + } + }, + { + "itemStack": "minecraft:string:0", + "fortunes": { + "0": 3.4875, + "1": 3.4895, + "2": 3.5164, + "3": 3.4975 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:time_stairs:0", + "distrib": "0,0.0;19,0.0;20,3.90625E-7;21,0.0;22,7.8125E-7;23,0.0;24,7.8125E-7;25,2.34375E-6;26,1.5625E-6;27,0.0;28,7.8125E-7;29,0.0;30,0.0;31,1.953125E-6;32,7.8125E-7;33,0.0;34,0.0;35,7.8125E-7;36,8.203125E-6;37,1.640625E-5;38,1.328125E-5;39,2.96875E-5;40,4.7265625E-5;41,3.2421874E-5;42,3.75E-5;43,2.96875E-5;44,2.8125E-5;45,1.796875E-5;46,7.8125E-6;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:time_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:dark_stairs:0", + "distrib": "0,0.0;20,0.0;21,7.8125E-7;22,0.0;23,4.6875E-6;24,0.0;25,4.6875E-6;26,1.953125E-6;27,0.0;28,0.0;29,1.5625E-6;30,0.0;31,5.078125E-6;32,0.0;33,0.0;34,5.078125E-6;35,1.6015625E-5;36,2.34375E-5;37,1.7578124E-5;38,1.796875E-5;39,2.734375E-5;40,1.25E-5;41,1.9921876E-5;42,3.125E-6;43,3.90625E-6;44,3.90625E-6;45,2.34375E-6;46,3.515625E-6;47,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:dark_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_berrybush_blueberry:0", + "distrib": "0,0.0;64,0.0;65,3.90625E-7;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:overworld_berrybush_blueberry:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_leaves:3", + "distrib": "0,0.0;69,0.0;70,5.46875E-6;71,5.078125E-6;72,1.0546875E-5;73,1.015625E-5;74,1.953125E-6;75,1.953125E-6;76,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "natura:overworld_sapling:3", + "fortunes": { + "0": 0.0398, + "1": 0.0489, + "2": 0.0617, + "3": 0.0985 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:reeds:0", + "distrib": "0,0.0;9,0.0;10,2.1875E-5;11,2.1875E-5;12,8.59375E-6;13,3.90625E-6;14,3.90625E-7;15,3.90625E-7;16,7.8125E-7;17,7.8125E-7;18,0.0;28,0.0;29,1.5625E-6;30,1.171875E-5;31,9.8046876E-5;32,7.734375E-5;33,3.125E-5;34,8.59375E-6;35,3.90625E-7;36,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:reeds:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_logs2:3", + "distrib": "0,0.0;63,0.0;64,1.171875E-6;66,1.171875E-6;67,1.5625E-6;68,4.296875E-6;69,2.734375E-6;70,3.515625E-6;71,3.515625E-6;72,3.125E-6;73,1.171875E-6;74,1.5625E-6;75,2.34375E-6;76,1.171875E-6;77,3.90625E-7;78,1.5625E-6;79,0.0;80,7.8125E-7;81,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:sand:0", + "distrib": "0,0.0;6,0.0;7,9.6875E-5;8,0.0;11,0.0;12,1.25E-5;13,1.9140625E-5;14,9.648438E-5;15,3.4765624E-5;16,5.859375E-6;17,1.328125E-5;18,4.140625E-5;19,7.109375E-5;20,1.2734375E-4;21,2.3164063E-4;22,2.0429687E-4;23,1.75E-4;24,1.8867188E-4;25,0.0018191406;26,0.006813281;27,0.012557422;28,0.024967577;29,0.019996094;30,0.0070933593;31,0.0018605469;32,4.1367186E-4;33,1.90625E-4;34,5.4296874E-5;35,2.1875E-5;36,9.101562E-5;37,8.4375E-5;38,5.1953124E-5;39,2.6953125E-5;40,7.8125E-7;41,0.0;57,0.0;58,3.125E-6;59,2.0703124E-5;60,1.40625E-5;61,3.3984375E-5;62,1.9921876E-5;63,1.875E-5;64,0.0;65,3.515625E-6;66,0.0;67,0.0;68,3.515625E-6;69,0.0;70,0.0;71,3.515625E-6;72,0.0;76,0.0;77,2.265625E-5;78,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:air:0", + "distrib": "0,0.0;1,0.0039667967;2,0.007771875;3,0.011221484;4,0.014773047;5,0.018942969;6,0.01950586;7,0.019860156;8,0.024261327;9,0.03763125;10,0.041647267;11,0.046909373;12,0.051503908;13,0.0434;14,0.04676953;15,0.058721874;16,0.058122266;17,0.05930078;18,0.0592375;19,0.06976836;20,0.065321095;21,0.066307425;22,0.07070391;23,0.06111367;24,0.059176173;25,0.057239845;26,0.055211328;27,0.052096874;28,0.06655469;29,0.08630977;30,0.12304336;31,0.19264258;32,0.30036563;33,0.3940465;34,0.47610468;35,0.5555371;36,0.61176795;37,0.6473941;38,0.67123866;39,0.68693435;40,0.6946254;41,0.69603395;42,0.69381523;43,0.6950133;44,0.7000887;45,0.7049672;46,0.7072223;47,0.70419806;48,0.22796054;49,0.22487226;50,0.22217149;51,0.21981134;52,0.21949336;53,0.22060508;54,0.22200313;55,0.22520664;56,0.22976406;57,0.23392266;58,0.23762266;59,0.24024609;60,0.24384688;61,0.24887851;62,0.25426993;63,0.2600543;64,0.1704832;65,0.17178437;66,0.17184491;67,0.171775;68,0.17165235;69,0.1719375;70,0.17192891;71,0.1678336;72,0.16813555;73,0.16852266;74,0.16862148;75,0.16931757;76,0.1694461;77,0.16963398;78,0.16958672;79,0.17046289;80,0.113176174;81,0.1133293;82,0.11379649;83,0.11571094;84,0.116589844;85,0.11747539;86,0.123845704;87,0.12494141;88,0.12602422;89,0.12683164;90,0.12730587;91,0.12768477;92,0.12807539;93,0.12284883;94,0.122752346;95,0.122571096;96,0.077732034;97,0.07756484;98,0.07707578;99,0.07690313;100,0.07677188;101,0.07675078;102,0.07663203;103,0.07649336;104,0.076279685;105,0.07581484;106,0.075692184;107,0.07551445;108,0.07538242;109,0.07544804;110,0.07568321;111,0.076295316;112,0.041777343;113,0.041799217;114,0.041964453;115,0.042041015;116,0.042246874;117,0.04234961;118,0.0424125;119,0.042669922;120,0.044020314;121,0.044796485;122,0.046858594;123,0.04933828;124,0.049871095;125,0.04986055;126,0.049927734;127,0.04981836;128,0.039896484;129,0.039928906;130,0.039957814;131,0.039767187;132,0.039846092;133,0.039860938;134,0.039780468;135,0.039664842;136,0.039671093;137,0.039702736;138,0.039671484;139,0.03960625;140,0.03961758;141,0.039854296;142,0.039799217;143,0.039498437;144,0.033632424;145,0.03395703;146,0.0339;147,0.033869922;148,0.033751953;149,0.033689845;150,0.0335375;151,0.033404298;152,0.0330457;153,0.034903515;154,0.03519375;155,0.035042968;156,0.035209376;157,0.03525;158,0.03517539;159,0.03534336;160,0.025360547;161,0.025361719;162,0.024485938;163,0.02435664;164,0.02436211;165,0.024184374;166,0.024055079;167,0.025710547;168,0.025823047;169,0.026339453;170,0.026394531;171,0.026251173;172,0.024850782;173,0.026201952;174,0.026026173;175,0.026223438;176,0.017101562;177,0.017374609;178,0.017560547;179,0.017595703;180,0.016891796;181,0.016671093;182,0.015560547;183,0.016560156;184,0.016322266;185,0.016786719;186,0.016930077;187,0.016973829;188,0.017270312;189,0.017321875;190,0.017041406;191,0.016950391;192,0.006702734;193,0.0068902345;194,0.0069859377;195,0.0071859374;196,0.0072089843;197,0.0070664063;198,0.007087109;199,0.007027344;200,0.0068941405;201,0.0069109374;202,0.0069769532;203,0.0070429686;204,0.006886328;205,0.0069078123;206,0.0070597655;207,0.0072234375;208,0.0021257813;209,0.0021125;210,0.002095703;211,0.002155078;212,0.0021640626;213,0.0021121094;214,0.0021183593;215,0.0021582032;216,0.002126953;217,0.0020476563;218,0.002126172;219,0.0021726564;220,0.0021929687;221,0.0021558595;222,0.00218125;223,0.002219922;224,9.582031E-4;225,9.558594E-4;226,9.335937E-4;227,9.515625E-4;228,9.613281E-4;229,9.5859374E-4;230,9.296875E-4;231,9.476562E-4;232,9.0273435E-4;233,9.441406E-4;234,9.2734373E-4;235,9.527344E-4;236,9.628906E-4;237,9.1914064E-4;238,9.5703127E-4;239,9.7148435E-4;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_logs2:2", + "distrib": "0,0.0;59,0.0;60,1.953125E-6;61,6.25E-6;62,7.8125E-6;63,8.984375E-6;64,5.859375E-6;65,3.125E-6;66,1.953125E-6;67,3.90625E-7;68,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_logs2:1", + "distrib": "0,0.0;32,0.0;33,5.46875E-6;34,1.328125E-5;35,1.7578124E-5;36,2.2265625E-5;37,4.9609374E-5;38,1.0390625E-4;39,1.5625E-4;40,1.9101563E-4;41,1.9765625E-4;42,1.8242188E-4;43,1.4140626E-4;44,1.15234376E-4;45,7.734375E-5;46,5.78125E-5;47,3.046875E-5;48,1.015625E-5;49,6.25E-6;50,3.515625E-6;51,7.8125E-7;52,3.90625E-7;53,0.0;57,0.0;58,3.90625E-7;59,3.90625E-7;60,2.34375E-6;61,5.46875E-6;62,9.375E-6;63,1.5234375E-5;64,1.5234375E-5;65,3.046875E-5;66,5.390625E-5;67,6.289063E-5;68,7.460937E-5;69,6.757813E-5;70,5.9765625E-5;71,5.46875E-5;72,3.671875E-5;73,2.1875E-5;74,9.375E-6;75,6.640625E-6;76,3.90625E-6;77,3.515625E-6;78,4.296875E-6;79,1.5625E-6;80,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:leaves.decorative.1:7", + "distrib": "0,0.0;32,0.0;33,4.375E-5;34,5.078125E-5;35,8.59375E-5;36,3.3203127E-5;37,5.9765625E-5;38,3.7890626E-5;39,1.953125E-5;40,6.796875E-5;41,2.9296874E-5;42,5.078125E-6;43,1.8359375E-5;44,1.6015625E-5;45,0.0;46,0.0;47,3.125E-6;48,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:sapling:0:{IsAnalyzed:0b,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.treeAcacia\",UID1:\"forestry.treeAcacia\"},{Slot:1b,UID0:\"forestry.heightSmall\",UID1:\"forestry.heightSmall\"},{Slot:2b,UID0:\"forestry.saplingsLower\",UID1:\"forestry.saplingsLower\"},{Slot:3b,UID0:\"forestry.fruitNone\",UID1:\"forestry.fruitNone\"},{Slot:4b,UID0:\"forestry.yieldLowest\",UID1:\"forestry.yieldLowest\"},{Slot:5b,UID0:\"forestry.sappinessLowest\",UID1:\"forestry.sappinessLowest\"},{Slot:6b,UID0:\"forestry.leavesNone\",UID1:\"forestry.leavesNone\"},{Slot:7b,UID0:\"forestry.maturationAverage\",UID1:\"forestry.maturationAverage\"},{Slot:8b,UID0:\"forestry.i1d\",UID1:\"forestry.i1d\"},{Slot:9b,UID0:\"forestry.fireproofFalse\",UID1:\"forestry.fireproofFalse\"}]}}", + "fortunes": { + "0": 0.0259, + "1": 0.0256, + "2": 0.0254, + "3": 0.0252 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_pillar:2", + "distrib": "0,0.0;144,0.0;145,4.6875E-6;149,4.6875E-6;150,7.03125E-6;151,1.5625E-6;152,1.5625E-6;153,8.59375E-5;154,8.203125E-5;155,8.203125E-5;156,8.28125E-5;157,8.046875E-5;158,8.398438E-5;159,7.65625E-5;160,7.65625E-5;161,8.046875E-5;162,7.734375E-5;163,8.671875E-5;164,8.828125E-5;165,8.359375E-5;166,8.5546875E-5;167,8.90625E-5;168,8.90625E-5;169,9.375E-5;171,9.375E-5;172,1.9140625E-5;173,8.4375E-5;174,8.671875E-5;175,8.125E-5;176,8.046875E-5;177,8.671875E-5;179,8.671875E-5;180,8.710937E-5;181,8.59375E-5;182,8.90625E-5;183,8.4375E-5;184,8.4375E-5;185,8.75E-5;187,8.75E-5;188,8.90625E-5;189,8.28125E-5;190,8.4375E-5;191,7.96875E-5;192,2.34375E-6;193,3.125E-6;197,3.125E-6;198,4.6875E-6;199,0.0;200,0.0;201,7.8125E-7;205,7.8125E-7;206,1.5625E-6;207,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_pillar:0", + "distrib": "0,0.0;144,0.0;145,4.0625E-5;146,0.0;150,0.0;151,6.25E-6;152,0.0;153,6.953125E-5;154,0.0;158,0.0;159,1.640625E-5;160,0.0;161,4.453125E-5;162,0.0;166,0.0;167,7.734375E-5;168,0.0;169,2.7734375E-5;170,0.0;174,0.0;175,6.25E-6;176,0.0;177,2.5E-5;178,0.0;182,0.0;183,4.6875E-5;184,0.0;185,2.578125E-5;186,0.0;190,0.0;191,6.25E-6;192,0.0;193,1.484375E-5;194,0.0;200,0.0;201,1.171875E-5;202,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:redstone_torch:0", + "distrib": "0,0.0;19,0.0;20,3.90625E-7;21,1.171875E-6;23,1.171875E-6;24,7.8125E-7;25,7.8125E-7;26,3.125E-6;27,1.5625E-6;28,0.0;33,0.0;34,7.8125E-7;35,3.90625E-7;36,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:redstone_torch:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:fluffy_cloud:0", + "distrib": "0,0.0;160,0.0;161,2.625E-4;162,8.0625E-4;163,0.0017125;164,0.00189375;165,0.00189375;166,4.9375E-4;167,3.4375E-4;168,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:0", + "distrib": "0,0.0;30,0.0;31,1.71875E-5;32,1.015625E-5;33,1.328125E-5;34,6.25E-6;35,6.640625E-6;36,4.296875E-6;37,1.953125E-6;38,0.0;40,0.0;41,1.171875E-6;42,0.0;59,0.0;60,1.5625E-6;61,1.953125E-6;62,7.8125E-7;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:etched_nagastone_mossy:0", + "distrib": "0,0.0;28,0.0;29,2.6171874E-5;30,1.2578125E-4;31,6.7734375E-4;32,1.25E-5;33,9.765625E-6;34,3.515625E-6;35,1.953125E-6;36,4.296875E-5;37,4.6875E-6;38,3.046875E-5;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:logs.0:2", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,1.5625E-6;33,5.859375E-6;34,7.8125E-6;35,9.375E-6;36,5.859375E-6;37,7.8125E-6;38,4.6875E-6;39,4.296875E-6;40,6.640625E-6;41,3.125E-6;42,1.5625E-6;43,3.90625E-7;44,3.90625E-7;45,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone_stairs:0", + "distrib": "0,0.0;21,0.0;22,3.90625E-7;29,3.90625E-7;30,1.953125E-6;31,1.328125E-5;32,6.3671876E-5;33,3.7890626E-5;34,5.234375E-5;35,4.609375E-5;36,5.9765625E-5;37,6.484375E-5;38,5.46875E-5;39,9.765625E-6;40,8.59375E-6;41,7.421875E-6;42,4.296875E-6;43,5.46875E-6;44,2.34375E-6;45,1.953125E-6;46,1.953125E-6;47,1.171875E-6;48,3.90625E-7;51,3.90625E-7;52,7.8125E-7;55,7.8125E-7;56,1.171875E-6;59,1.171875E-6;60,1.5625E-6;62,1.5625E-6;63,1.953125E-6;64,1.5625E-6;65,1.953125E-6;66,1.953125E-6;67,1.5625E-6;111,1.5625E-6;112,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stone_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_oak_stairs:0", + "distrib": "0,0.0;23,0.0;24,1.953125E-6;25,1.5625E-6;26,7.8125E-7;27,0.0;30,0.0;31,7.03125E-6;32,0.0;33,5.859375E-6;34,7.8125E-7;35,2.734375E-6;36,7.8125E-6;37,1.875E-5;38,1.40625E-5;39,1.3671875E-5;40,3.0859374E-5;41,2.5390626E-5;42,1.9140625E-5;43,1.71875E-5;44,1.640625E-5;45,8.203125E-6;46,7.8125E-6;47,0.0;59,0.0;60,3.90625E-7;61,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:twilight_oak_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:mycelium:0", + "distrib": "0,0.0;7,0.0;8,3.550781E-4;9,0.0;15,0.0;16,1.4179687E-4;17,3.5546876E-5;18,6.171875E-5;19,2.03125E-5;20,2.03125E-5;21,1.2109375E-5;22,8.59375E-6;23,1.953125E-6;24,0.0;29,0.0;30,5.46875E-5;31,1.21875E-4;32,4.1015624E-5;33,3.0859374E-5;34,3.6328125E-5;35,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:grass:0", + "distrib": "0,0.0;4,0.0;5,7.8125E-7;6,0.0;7,1.71875E-5;8,0.0;10,0.0;11,3.90625E-6;12,2.734375E-6;13,1.015625E-5;14,7.34375E-5;15,1.953125E-6;16,6.25E-6;17,8.984375E-6;18,7.03125E-6;19,5.859375E-6;20,3.515625E-6;21,7.8125E-7;22,3.125E-6;23,1.015625E-5;24,1.328125E-5;25,3.0078125E-5;26,1.16015624E-4;27,5.09375E-4;28,0.0018632812;29,0.004878516;30,0.10475195;31,0.1764879;32,0.100905076;33,0.10624297;34,0.0924543;35,0.052209765;36,0.03274453;37,0.025392968;38,0.017547265;39,0.011441797;40,0.008175;41,0.0053402344;42,0.0030640624;43,0.002361328;44,0.0018148437;45,0.0012222657;46,9.0703124E-4;47,7.8476564E-4;48,5.390625E-4;49,5.769531E-4;50,5.15625E-4;51,5.0976564E-4;52,4.4570313E-4;53,3.5429688E-4;54,0.0018960937;55,2.984375E-4;56,3.136719E-4;57,3.2304687E-4;58,3.6210936E-4;59,0.0010113281;60,0.0016175781;61,0.0016679687;62,0.0017304687;63,0.0012390625;64,6.777344E-4;65,2.5390624E-4;66,9.726563E-5;67,9.21875E-5;68,6.71875E-5;69,6.875E-5;70,5.4296874E-5;71,3.28125E-5;72,2.421875E-5;73,3.1640626E-5;74,4.1796877E-5;75,2.4609375E-5;76,7.03125E-6;77,3.125E-6;78,1.5625E-6;79,7.8125E-7;80,3.90625E-7;81,0.0;82,3.90625E-7;83,1.171875E-6;84,0.0;88,0.0;89,3.90625E-7;90,0.0;97,0.0;98,3.90625E-7;99,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone:6", + "distrib": "0,0.0;17,0.0;18,9.375E-6;19,4.921875E-5;20,9.6875E-5;21,2.3046875E-4;22,1.4882813E-4;23,1.3476562E-4;24,1.703125E-4;25,1.59375E-4;26,2.15625E-4;27,1.3789063E-4;28,7.96875E-5;29,9.765625E-5;30,1.0585938E-4;31,1.9726563E-4;32,1.46875E-4;33,8.710937E-5;34,9.257813E-5;35,8.359375E-5;36,6.0546874E-5;37,3.2421874E-5;38,1.2109375E-5;39,2.7734375E-5;40,2.4609375E-5;41,5.46875E-6;42,0.0;59,0.0;60,3.125E-6;61,2.734375E-6;62,2.34375E-6;63,1.953125E-6;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:chest:0", + "distrib": "0,0.0;7,0.0;8,1.953125E-6;9,1.171875E-6;10,4.140625E-5;11,2.34375E-6;12,2.734375E-6;13,1.5625E-6;14,1.5625E-6;15,6.25E-6;16,5.078125E-6;17,1.171875E-6;18,6.640625E-6;19,1.5625E-6;20,2.578125E-5;21,6.640625E-6;22,7.421875E-6;23,7.8125E-6;24,8.203125E-6;25,7.03125E-6;26,1.171875E-5;27,1.09375E-5;28,9.765625E-6;29,1.5625E-6;30,2.734375E-6;31,5.859375E-6;32,1.6015625E-5;33,1.953125E-6;34,2.734375E-6;35,3.90625E-6;36,4.296875E-6;37,3.125E-6;38,2.734375E-6;39,1.5625E-6;40,1.953125E-6;41,7.8125E-7;42,1.953125E-6;43,1.171875E-6;44,2.34375E-6;45,0.0;46,3.90625E-7;47,3.90625E-7;48,0.0;49,3.90625E-7;50,0.0;51,3.90625E-6;52,3.90625E-7;53,3.90625E-7;54,7.8125E-7;55,1.5625E-6;56,2.34375E-6;57,0.0;58,4.296875E-6;59,7.8125E-7;60,3.90625E-7;61,7.8125E-7;62,2.734375E-6;63,1.953125E-6;64,3.90625E-7;65,4.296875E-6;66,7.8125E-7;67,3.90625E-7;68,7.8125E-7;69,1.953125E-6;70,2.734375E-6;71,0.0;72,4.6875E-6;73,1.171875E-6;74,3.90625E-7;75,1.171875E-6;76,1.953125E-6;77,1.5625E-6;78,7.8125E-7;79,3.90625E-6;80,7.8125E-7;81,3.90625E-7;82,0.0;83,1.953125E-6;84,2.734375E-6;85,7.8125E-7;86,4.296875E-6;87,2.34375E-6;88,1.953125E-6;89,0.0;90,1.953125E-6;91,2.734375E-6;92,1.5625E-6;93,5.46875E-6;94,1.171875E-6;95,3.90625E-7;96,7.8125E-7;97,1.953125E-6;98,1.953125E-6;99,0.0;100,4.6875E-6;101,7.8125E-7;102,1.5625E-6;103,3.90625E-7;104,1.5625E-6;105,2.734375E-6;106,3.90625E-7;107,4.296875E-6;108,1.171875E-6;109,3.90625E-7;110,7.8125E-7;111,1.5625E-6;112,3.90625E-7;113,0.0;116,0.0;117,3.90625E-7;118,0.0;120,0.0;121,1.5625E-6;122,3.90625E-7;123,7.8125E-7;124,0.0;126,0.0;127,3.90625E-7;128,0.0;129,1.171875E-6;130,0.0;131,7.8125E-7;132,7.8125E-7;133,3.90625E-7;134,3.90625E-7;135,7.8125E-7;136,0.0;137,1.5625E-6;138,3.90625E-7;139,0.0;140,3.90625E-7;141,7.8125E-7;142,0.0;143,1.171875E-6;144,0.0;153,0.0;154,3.90625E-7;155,3.90625E-7;156,0.0;157,3.90625E-7;158,3.90625E-7;159,0.0;160,0.0;161,3.90625E-7;162,0.0;163,0.0;164,7.8125E-7;165,0.0;166,3.90625E-7;167,0.0;168,3.90625E-7;169,0.0;172,0.0;173,3.90625E-7;174,7.8125E-7;175,0.0;176,3.90625E-7;177,0.0;178,0.0;179,7.8125E-7;180,0.0;181,3.90625E-7;182,0.0;183,3.90625E-7;184,0.0;186,0.0;187,3.90625E-7;188,0.0;189,7.8125E-7;190,7.8125E-7;191,3.90625E-7;192,0.0;193,0.0;194,7.8125E-7;195,0.0;196,3.90625E-7;197,0.0;199,0.0;200,3.90625E-7;201,0.0;206,0.0;207,3.90625E-7;208,0.0;211,0.0;212,3.90625E-7;213,0.0;214,0.0;215,7.8125E-7;216,0.0;218,0.0;219,3.90625E-7;220,3.90625E-7;221,0.0;222,0.0;223,3.90625E-7;224,0.0;231,0.0;232,7.8125E-7;233,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:chest:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:cobblestone:0", + "distrib": "0,0.0;6,0.0;7,1.171875E-5;8,0.0;9,3.0859374E-5;10,7.96875E-5;11,1.1445313E-4;12,1.4375E-4;13,2.1601563E-4;14,3.0E-4;15,2.0664063E-4;16,1.8398438E-4;17,1.921875E-4;18,1.8398438E-4;19,2.0546875E-4;20,3.9296874E-4;21,4.8125E-4;22,2.0703125E-4;23,2.0703125E-4;24,1.9414062E-4;25,1.7539063E-4;26,2.0351562E-4;27,4.2460937E-4;28,1.0429687E-4;29,9.6875E-5;30,1.0625E-4;31,3.722656E-4;32,5.167969E-4;33,3.3203125E-4;34,2.7773436E-4;35,1.9960938E-4;36,1.8632812E-4;37,1.671875E-4;38,1.3398437E-4;39,1.1445313E-4;40,9.6875E-5;41,8.515625E-5;42,7.7734374E-5;43,7.34375E-5;44,6.601562E-5;45,5.9765625E-5;46,5.15625E-5;47,5.15625E-5;48,3.75E-5;49,3.359375E-5;50,3.046875E-5;51,2.890625E-5;52,4.4921875E-5;53,4.4921875E-5;54,4.6875E-5;55,4.765625E-5;56,5.8203124E-5;57,5.9765625E-5;58,6.40625E-5;59,6.171875E-5;60,8.28125E-5;61,8.046875E-5;62,7.851562E-5;63,8.125E-5;64,8.125E-5;65,7.96875E-5;66,7.96875E-5;67,7.929688E-5;68,7.578125E-5;69,7.851562E-5;70,7.890625E-5;71,7.421875E-5;72,7.421875E-5;73,8.203125E-5;74,8.359375E-5;75,8.203125E-5;76,8.0859376E-5;77,7.6953125E-5;78,8.515625E-5;79,8.9453126E-5;80,8.320312E-5;81,9.257813E-5;82,9.179687E-5;83,8.867188E-5;84,9.257813E-5;85,8.828125E-5;86,8.789063E-5;87,8.75E-5;88,8.320312E-5;89,8.242187E-5;90,8.710937E-5;91,9.179687E-5;92,8.75E-5;93,7.890625E-5;94,8.203125E-5;95,8.398438E-5;96,7.5E-5;97,7.7734374E-5;98,7.8125E-5;99,7.6953125E-5;100,7.890625E-5;101,8.515625E-5;102,8.007813E-5;103,7.7734374E-5;104,8.0859376E-5;105,7.5E-5;106,7.96875E-5;107,7.8125E-5;108,7.460937E-5;109,7.617188E-5;110,7.382812E-5;111,7.65625E-5;112,2.734375E-6;113,1.5625E-6;114,1.953125E-6;115,2.734375E-6;116,2.34375E-6;117,3.515625E-6;118,2.34375E-6;119,1.5625E-6;120,1.5625E-6;121,3.90625E-7;122,3.90625E-7;123,1.953125E-6;124,1.5625E-6;125,3.90625E-7;127,3.90625E-7;128,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone:5", + "distrib": "0,0.0;1,0.008975;2,0.018075781;3,0.027321484;4,0.036358986;5,0.045211326;6,0.044896483;7,0.044172656;8,0.043942187;9,0.04339414;10,0.042521093;11,0.042;12,0.041609377;13,0.0410168;14,0.04073789;15,0.041046094;16,0.040641796;17,0.041063283;18,0.04061289;19,0.040700782;20,0.040614452;21,0.040378906;22,0.039928123;23,0.039565627;24,0.040481642;25,0.04012422;26,0.038834766;27,0.034455467;28,0.02789961;29,0.020666797;30,0.014960937;31,0.009971875;32,0.0066691404;33,0.0048632813;34,0.0037660156;35,0.0030046876;36,0.0024796876;37,0.00205625;38,0.001790625;39,0.0015972656;40,0.0015371094;41,0.0013585937;42,0.0013054687;43,0.0013160156;44,0.0013824218;45,0.0014710937;46,0.0014695312;47,0.0014027344;48,0.0013742187;49,0.0014179688;50,0.0014023437;51,0.0013683594;52,0.0013328125;53,0.0013160156;54,0.0011683594;55,9.785156E-4;56,8.886719E-4;57,7.640625E-4;58,7.2148436E-4;59,5.15625E-4;60,3.296875E-4;61,1.640625E-4;62,8.867188E-5;63,6.5625E-5;64,3.4765624E-5;65,1.1328125E-5;66,9.765625E-6;67,7.03125E-6;68,7.03125E-6;69,7.421875E-6;70,5.46875E-6;71,1.953125E-6;72,0.0;73,0.0;74,3.90625E-7;75,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone:3", + "distrib": "0,0.0;1,0.008491796;2,0.017290626;3,0.025845312;4,0.034090236;5,0.04127969;6,0.040538672;7,0.03889375;8,0.0390625;9,0.039402343;10,0.039621484;11,0.03958281;12,0.038907424;13,0.03829219;14,0.03787656;15,0.03809258;16,0.037747655;17,0.038115624;18,0.03763672;19,0.0371543;20,0.036858983;21,0.03699258;22,0.037207812;23,0.036478907;24,0.035889063;25,0.034365233;26,0.03292969;27,0.029710157;28,0.024519922;29,0.019020703;30,0.014002735;31,0.009430859;32,0.0063492185;33,0.004611719;34,0.0035554687;35,0.0029316407;36,0.0022835936;37,0.0019152344;38,0.0017410156;39,0.0015996094;40,0.0015570313;41,0.0014539063;42,0.0014011719;43,0.0013527344;44,0.0012179688;45,0.0011082031;46,0.0011226563;47,0.0012015625;48,0.00124375;49,0.0011667969;50,0.001128125;51,0.0010875;52,9.929688E-4;53,9.03125E-4;54,8.5898436E-4;55,8.101562E-4;56,7.703125E-4;57,7.394531E-4;58,5.8125E-4;59,3.8554688E-4;60,2.2148437E-4;61,1.6601563E-4;62,7.460937E-5;63,5.5859375E-5;64,4.53125E-5;65,4.0625E-5;66,2.890625E-5;67,1.796875E-5;68,1.09375E-5;69,7.421875E-6;70,2.734375E-6;71,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:skull:0", + "distrib": "0,0.0;32,0.0;33,1.5625E-6;34,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:skull:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:skull:1", + "distrib": "0,0.0;20,0.0;21,3.90625E-7;23,3.90625E-7;24,0.0;25,0.0;26,3.90625E-7;27,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:skull:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:canopy_planks:0", + "distrib": "0,0.0;19,0.0;20,1.7578124E-5;21,0.0;22,1.953125E-6;23,0.0;26,0.0;27,1.5625E-6;28,3.90625E-7;29,0.0;30,1.2890625E-5;31,1.5234375E-5;32,1.9921876E-5;33,0.0;34,2.734375E-6;35,1.6015625E-5;36,4.296875E-6;37,4.6875E-6;38,7.03125E-6;39,1.25E-5;40,1.4453125E-5;41,9.765625E-6;42,9.375E-6;43,1.09375E-5;44,3.515625E-6;45,7.8125E-7;46,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass:1", + "distrib": "0,0.0;105,0.0;106,1.7578124E-5;107,1.0898437E-4;108,0.0;138,0.0;139,1.2890625E-5;140,8.59375E-5;141,0.0;153,0.0;154,7.421875E-6;155,3.8671875E-5;156,0.0;203,0.0;204,1.71875E-5;205,1.1640625E-4;206,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_slab:2", + "distrib": "0,0.0;24,0.0;25,3.125E-6;26,5.078125E-6;27,3.90625E-7;28,3.90625E-7;29,0.0;30,0.0;31,7.8125E-7;32,0.0;33,0.0;34,1.015625E-5;35,1.328125E-5;36,1.6796876E-5;37,1.71875E-5;38,2.96875E-5;39,1.7578124E-5;40,1.953125E-5;41,1.8359375E-5;42,1.71875E-5;43,2.6171874E-5;44,1.9921876E-5;45,4.84375E-5;46,5.625E-5;47,3.828125E-5;48,5.8203124E-5;49,4.1015624E-5;50,3.1640626E-5;51,4.765625E-5;52,8.984375E-5;53,5.4296874E-5;54,2.578125E-5;55,2.578125E-5;56,2.8515626E-5;57,2.6953125E-5;58,2.6953125E-5;59,2.0703124E-5;60,2.890625E-5;61,2.578125E-5;62,2.265625E-5;63,3.2421874E-5;64,1.8359375E-5;65,1.6796876E-5;66,2.3046876E-5;67,2.421875E-5;68,2.34375E-5;69,4.8046873E-5;70,4.453125E-5;71,2.5390626E-5;72,3.203125E-5;73,2.8125E-5;74,4.609375E-5;75,3.359375E-5;76,3.2421874E-5;77,2.96875E-5;78,2.9296874E-5;79,2.5E-5;80,3.59375E-5;81,3.2421874E-5;82,2.6953125E-5;83,3.1640626E-5;84,3.7109374E-5;85,4.921875E-5;86,3.7890626E-5;87,1.7578124E-5;88,2.9296874E-5;89,4.6875E-5;90,4.921875E-5;91,5.703125E-5;92,3.2421874E-5;93,4.296875E-5;94,3.671875E-5;95,6.015625E-5;96,1.40625E-5;97,1.40625E-5;98,1.2890625E-5;99,2.3828125E-5;100,3.4375E-5;101,3.125E-5;102,1.9140625E-5;103,1.25E-5;104,3.046875E-5;105,1.328125E-5;106,2.96875E-5;107,1.6796876E-5;108,1.3671875E-5;109,1.0546875E-5;110,1.328125E-5;111,1.7578124E-5;112,3.125E-6;113,1.171875E-6;114,3.515625E-6;115,3.515625E-6;116,4.296875E-6;117,4.6875E-6;118,8.59375E-6;119,3.125E-6;120,1.40625E-5;121,8.203125E-6;122,4.6875E-6;123,5.859375E-6;124,4.6875E-6;125,7.8125E-7;126,5.46875E-6;127,1.5625E-6;128,0.0;131,0.0;132,7.8125E-7;133,7.8125E-7;134,0.0;137,0.0;138,7.8125E-7;141,7.8125E-7;142,0.0;150,0.0;151,7.8125E-7;152,3.90625E-7;153,7.8125E-7;156,7.8125E-7;157,3.90625E-7;158,7.8125E-7;159,0.0;161,0.0;162,3.515625E-6;163,6.25E-6;164,0.0;169,0.0;170,7.8125E-7;171,1.5625E-6;172,7.8125E-7;173,0.0;181,0.0;182,3.90625E-7;183,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_slab:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "randomthings:sakanade:0", + "distrib": "0,0.0;34,0.0;35,3.90625E-7;36,2.34375E-6;37,7.8125E-7;38,0.0;41,0.0;42,3.90625E-7;43,7.8125E-7;44,2.34375E-6;45,3.90625E-6;46,3.125E-6;47,3.515625E-6;48,3.90625E-7;49,1.171875E-6;50,3.90625E-7;51,7.8125E-7;52,0.0;53,7.8125E-7;54,3.90625E-7;55,3.90625E-7;56,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:logs.0:3", + "distrib": "0,0.0;25,0.0;26,3.90625E-7;28,3.90625E-7;29,1.5625E-6;30,3.90625E-7;31,1.171875E-6;32,2.34375E-6;33,3.90625E-6;34,7.8125E-6;35,1.1328125E-5;36,1.3671875E-5;37,1.09375E-5;38,8.59375E-6;39,5.078125E-6;40,7.03125E-6;41,1.953125E-6;42,2.734375E-6;43,1.5625E-6;44,3.90625E-7;45,1.171875E-6;46,7.8125E-7;47,3.90625E-7;48,3.90625E-7;49,7.8125E-7;50,7.8125E-7;51,3.90625E-7;52,3.90625E-7;53,0.0;59,0.0;60,3.90625E-7;61,3.90625E-7;62,7.8125E-7;63,1.953125E-6;64,7.8125E-7;65,2.34375E-6;66,1.953125E-6;67,7.8125E-7;68,3.90625E-7;69,1.5625E-6;70,3.90625E-7;71,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_slab:3", + "distrib": "0,0.0;21,0.0;22,1.171875E-6;23,0.0;25,0.0;26,3.125E-6;27,3.515625E-6;28,0.0;30,0.0;31,7.8125E-7;32,1.5625E-6;33,1.171875E-6;34,8.203125E-6;35,3.515625E-6;36,1.5625E-6;37,7.8125E-7;38,1.5625E-6;39,0.0;40,0.0;41,4.6875E-6;42,7.8125E-7;43,7.8125E-7;44,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_slab:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore_fluid:2", + "distrib": "0,0.0;1,1.1445313E-4;2,2.34375E-4;3,3.6328126E-4;4,4.6328126E-4;5,5.2382814E-4;6,5.6132814E-4;7,6.078125E-4;8,7.0117187E-4;9,6.824219E-4;10,6.421875E-4;11,6.1523437E-4;12,6.191406E-4;13,6.101563E-4;14,5.8398437E-4;15,5.9921877E-4;16,5.96875E-4;17,4.8046876E-4;18,2.2304688E-4;19,4.4921875E-5;20,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:893", + "fortunes": { + "0": 1.0, + "1": 1.4957, + "2": 1.9982, + "3": 2.5117 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_slab:0", + "distrib": "0,0.0;24,0.0;25,3.125E-6;26,6.640625E-6;27,3.515625E-6;28,1.171875E-6;29,2.734375E-6;30,3.90625E-7;31,0.0;32,3.515625E-6;33,0.0;34,6.09375E-5;35,1.796875E-5;36,1.015625E-5;37,1.3671875E-5;38,1.6015625E-5;39,3.90625E-6;40,5.078125E-6;41,7.03125E-6;42,1.5625E-6;43,1.5625E-6;44,0.0;62,0.0;63,3.125E-6;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thermalfoundation:ore_fluid:1", + "distrib": "0,0.0;6,0.0;7,6.25E-6;8,3.2421874E-5;9,5.46875E-5;10,5.390625E-5;11,4.7265625E-5;12,6.210938E-5;13,7.65625E-5;14,5.8203124E-5;15,7.2265626E-5;16,8.125E-5;17,8.1640625E-5;18,4.1796877E-5;19,4.6875E-5;20,4.9609374E-5;21,4.0625E-5;22,4.1015624E-5;23,5.078125E-5;24,6.328125E-5;25,6.9140624E-5;26,6.3671876E-5;27,6.4453125E-5;28,5.1171875E-5;29,5.5859375E-5;30,3.671875E-5;31,2.3046876E-5;32,3.515625E-6;33,1.25E-5;34,1.71875E-5;35,1.015625E-5;36,3.90625E-6;37,8.984375E-6;38,5.859375E-6;39,1.5625E-6;40,2.34375E-6;41,0.0;43,0.0;44,7.8125E-7;45,4.296875E-6;46,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "thermalfoundation:material:892", + "fortunes": { + "0": 1.0, + "1": 1.4983, + "2": 1.9991, + "3": 2.495 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_slab:1", + "distrib": "0,0.0;23,0.0;24,1.5625E-6;25,2.34375E-6;26,7.8125E-7;27,1.5625E-6;28,1.5625E-6;29,1.953125E-6;30,0.0;31,7.8125E-7;32,7.8125E-7;33,1.0546875E-5;34,1.171875E-6;35,8.203125E-6;36,1.015625E-5;37,1.5625E-6;38,9.375E-6;39,5.859375E-6;40,3.125E-6;41,1.5625E-6;42,3.125E-6;43,2.734375E-6;44,2.34375E-6;45,3.125E-6;46,1.953125E-6;47,7.8125E-7;48,0.0;131,0.0;132,3.90625E-7;133,0.0;201,0.0;202,3.90625E-7;203,0.0;226,0.0;227,3.90625E-7;228,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_slab:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:6", + "distrib": "0,0.0;27,0.0;28,3.90625E-7;29,0.0;30,7.8125E-7;31,1.2109375E-5;32,1.2890625E-5;33,1.015625E-5;34,8.203125E-6;35,2.734375E-6;36,7.8125E-7;37,0.0;38,3.90625E-7;39,3.90625E-6;40,2.34375E-6;41,1.171875E-6;42,0.0;63,0.0;64,3.90625E-7;65,3.90625E-7;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:6", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:5", + "distrib": "0,0.0;30,0.0;31,7.421875E-6;32,1.2890625E-5;33,7.8125E-6;34,3.515625E-6;35,5.078125E-6;36,2.34375E-6;37,7.8125E-7;38,7.8125E-7;39,3.90625E-7;40,1.953125E-6;41,0.0;46,0.0;47,7.8125E-7;48,0.0;49,3.90625E-7;50,0.0;61,0.0;62,1.171875E-6;63,7.8125E-7;64,0.0;119,0.0;120,3.90625E-7;121,3.90625E-7;122,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:8", + "distrib": "0,0.0;26,0.0;27,3.90625E-7;28,0.0;29,0.0;30,3.90625E-7;31,1.015625E-5;32,1.796875E-5;33,8.984375E-6;34,1.4453125E-5;35,1.171875E-5;36,4.6875E-6;37,5.078125E-6;38,1.953125E-6;39,1.171875E-6;40,1.5625E-6;41,3.90625E-7;42,0.0;60,0.0;61,3.90625E-7;63,3.90625E-7;64,0.0;65,1.5625E-6;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:8", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "mod_lavacow:cordy_shroom:0", + "distrib": "0,0.0;29,0.0;30,7.8125E-7;31,2.34375E-6;32,1.5625E-6;33,1.5625E-6;34,7.8125E-7;35,7.8125E-7;36,0.0;46,0.0;47,3.90625E-7;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "mod_lavacow:cordy_shroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_slab:4", + "distrib": "0,0.0;20,0.0;21,3.125E-6;22,0.0;23,1.171875E-6;24,0.0;25,3.125E-6;26,3.515625E-6;27,1.171875E-6;28,7.8125E-7;29,1.953125E-6;30,3.125E-6;31,3.515625E-6;32,0.0;33,1.5625E-6;34,1.015625E-5;35,8.984375E-6;36,8.203125E-6;37,7.8125E-7;38,5.859375E-6;39,7.8125E-7;40,1.171875E-6;41,2.34375E-6;42,1.1328125E-5;43,3.515625E-6;44,2.734375E-6;45,7.8125E-7;46,7.8125E-7;47,0.0;48,0.0;49,7.8125E-7;50,3.90625E-7;51,3.90625E-7;52,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_slab:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:wooden_slab:5", + "distrib": "0,0.0;20,0.0;21,3.90625E-7;22,1.171875E-6;23,0.0;24,7.8125E-7;25,1.953125E-6;26,1.5625E-6;27,1.5625E-6;28,4.296875E-6;29,0.0;30,7.8125E-7;31,0.0;32,0.0;33,3.90625E-7;34,0.0;35,4.6875E-6;36,3.515625E-6;37,4.296875E-6;38,1.5625E-6;39,7.8125E-7;40,8.59375E-6;41,7.8125E-7;42,3.90625E-7;43,3.90625E-7;44,0.0;46,0.0;47,1.953125E-6;48,3.90625E-7;49,0.0;60,0.0;61,7.8125E-7;62,0.0;63,3.515625E-6;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:wooden_slab:5", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:7", + "distrib": "0,0.0;29,0.0;30,7.8125E-7;31,1.9140625E-5;32,1.40625E-5;33,1.0546875E-5;34,1.2890625E-5;35,8.984375E-6;36,1.0546875E-5;37,4.296875E-6;38,3.125E-6;39,3.515625E-6;40,7.8125E-7;42,7.8125E-7;43,3.90625E-7;44,3.90625E-7;45,0.0;59,0.0;60,1.171875E-6;61,3.90625E-7;62,7.8125E-7;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:7", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:2", + "distrib": "0,0.0;29,0.0;30,3.90625E-7;31,1.6015625E-5;32,1.25E-5;33,1.2109375E-5;34,1.015625E-5;35,5.078125E-6;36,4.296875E-6;37,3.515625E-6;38,7.8125E-7;39,3.90625E-7;40,0.0;43,0.0;44,2.34375E-6;45,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:1", + "distrib": "0,0.0;29,0.0;30,1.171875E-6;31,1.6796876E-5;32,1.8359375E-5;33,1.6015625E-5;34,8.203125E-6;35,9.375E-6;36,5.46875E-6;37,2.34375E-6;38,1.171875E-6;39,7.8125E-7;40,0.0;59,0.0;60,1.171875E-6;61,0.0;63,0.0;64,1.953125E-6;65,7.8125E-7;66,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trans_stairs:0", + "distrib": "0,0.0;23,0.0;24,1.171875E-6;25,0.0;26,1.171875E-6;27,3.90625E-7;28,0.0;29,0.0;30,3.125E-6;31,1.953125E-6;32,3.90625E-7;33,0.0;34,0.0;35,1.171875E-5;36,2.3046876E-5;37,1.3671875E-5;38,1.640625E-5;39,3.9453123E-5;40,1.40625E-5;41,2.421875E-5;42,1.171875E-5;43,1.2890625E-5;44,7.421875E-6;45,6.640625E-6;46,1.171875E-6;47,1.5625E-6;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:trans_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:4", + "distrib": "0,0.0;30,0.0;31,1.09375E-5;32,1.09375E-5;33,9.765625E-6;34,2.734375E-6;35,7.8125E-6;36,7.8125E-6;37,1.171875E-6;38,7.8125E-7;39,2.734375E-6;40,1.953125E-6;41,7.8125E-7;42,0.0;43,7.8125E-7;44,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:4", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:3", + "distrib": "0,0.0;25,0.0;26,3.90625E-7;27,0.0;30,0.0;31,1.0546875E-5;32,1.3671875E-5;33,8.59375E-6;34,7.03125E-6;35,7.03125E-6;36,5.078125E-6;37,1.5625E-6;38,0.0;41,0.0;42,3.90625E-7;43,0.0;59,0.0;60,3.90625E-7;61,0.0;62,3.90625E-7;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:3", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone:0", + "distrib": "0,0.0;1,0.14499532;2,0.28995;3,0.43399882;4,0.5772957;5,0.72021955;6,0.7187281;7,0.70112616;8,0.69548166;9,0.6886336;10,0.683602;11,0.6796211;12,0.67391366;13,0.669025;14,0.6603727;15,0.6658902;16,0.65590703;17,0.6542199;18,0.64326054;19,0.64220583;20,0.642325;21,0.6445129;22,0.6451719;23,0.6433879;24,0.64690626;25,0.63579255;26,0.6081004;27,0.54000664;28,0.44378868;29,0.33629882;30,0.24606992;31,0.16551484;32,0.106791794;33,0.07736015;34,0.0585707;35,0.04605625;36,0.03773711;37,0.032775;38,0.029094141;39,0.026713671;40,0.025339844;41,0.024288282;42,0.023565235;43,0.022932032;44,0.022314845;45,0.022073828;46,0.021950781;47,0.022126563;48,0.021880077;49,0.021523828;50,0.021338671;51,0.020385155;52,0.019658593;53,0.019085156;54,0.0187875;55,0.018344142;56,0.016937891;57,0.014348437;58,0.011197265;59,0.0074683595;60,0.005078906;61,0.0031183595;62,0.0018597656;63,0.0012503907;64,0.0010226562;65,8.5898436E-4;66,6.972656E-4;67,5.7890627E-4;68,4.7460938E-4;69,3.875E-4;70,3.0859376E-4;71,2.2148437E-4;72,1.5859376E-4;73,1.3085938E-4;74,1.0976563E-4;75,9.375E-5;76,9.53125E-5;77,8.242187E-5;78,8.671875E-5;79,7.7734374E-5;80,7.96875E-5;81,8.125E-5;82,7.890625E-5;83,8.59375E-5;84,7.578125E-5;85,8.28125E-5;86,7.734375E-5;87,9.726563E-5;88,9.8046876E-5;89,9.648438E-5;90,1.0234375E-4;91,9.0625E-5;92,9.6875E-5;93,9.53125E-5;94,8.75E-5;95,8.90625E-5;96,8.75E-5;97,8.59375E-5;98,7.578125E-5;99,8.28125E-5;100,7.734375E-5;101,7.929688E-5;102,8.125E-5;103,7.851562E-5;104,8.59375E-5;105,7.578125E-5;106,8.242187E-5;107,7.734375E-5;108,7.96875E-5;109,8.125E-5;110,7.890625E-5;111,8.59375E-5;112,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:stone:1", + "distrib": "0,0.0;1,0.0085625;2,0.01704336;3,0.02594375;4,0.034519922;5,0.043190233;6,0.043335546;7,0.042615235;8,0.042564843;9,0.04210664;10,0.04183125;11,0.041354686;12,0.04154414;13,0.04068672;14,0.039534766;15,0.039891407;16,0.038807422;17,0.038782813;18,0.038064454;19,0.037889455;20,0.037803516;21,0.038085155;22,0.038308594;23,0.03832539;24,0.03878203;25,0.037898436;26,0.036286328;27,0.031714063;28,0.026373828;29,0.020025;30,0.014446094;31,0.009911719;32,0.00626875;33,0.0044457032;34,0.0032933594;35,0.0024960937;36,0.0020753907;37,0.0018761719;38,0.0016375;39,0.0014558594;40,0.0012851562;41,0.00119375;42,0.0012144531;43,0.0013058594;44,0.0014183593;45,0.0015488281;46,0.0015714844;47,0.0014394531;48,0.0013640625;49,0.0013632813;50,0.0013542969;51,0.0012332031;52,0.0012046875;53,0.0012632812;54,0.0012597656;55,0.0012222657;56,0.0010335938;57,8.253906E-4;58,5.7890627E-4;59,4.3320312E-4;60,3.2734376E-4;61,1.7695312E-4;62,6.71875E-5;63,2.3046876E-5;64,1.1328125E-5;65,1.5625E-5;66,2.421875E-5;67,2.0703124E-5;68,2.5390626E-5;69,2.109375E-5;70,1.0546875E-5;71,7.8125E-6;72,4.296875E-6;73,1.171875E-6;74,7.8125E-7;75,3.90625E-7;76,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:9", + "distrib": "0,0.0;28,0.0;29,3.90625E-7;30,3.90625E-7;31,7.421875E-6;32,1.40625E-5;33,3.515625E-6;34,1.09375E-5;35,9.765625E-6;36,3.125E-6;37,4.296875E-6;38,3.90625E-7;39,1.953125E-6;40,0.0;61,0.0;62,7.8125E-7;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:9", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:obsidian:0", + "distrib": "0,0.0;7,0.0;8,1.9921875E-4;11,1.9921875E-4;12,2.0625E-4;13,0.0;14,1.5625E-6;15,4.5703124E-5;16,5.0E-5;17,5.46875E-5;18,5.859375E-5;19,4.1796877E-5;20,1.3671875E-5;21,7.8125E-6;22,6.640625E-6;23,1.7578124E-5;24,1.71875E-5;25,2.265625E-5;26,1.8359375E-5;27,7.03125E-6;28,5.859375E-6;29,1.1328125E-5;30,3.0078125E-5;31,4.296875E-5;32,4.6484376E-5;33,6.8359375E-5;34,8.125E-5;35,8.359375E-5;36,8.4375E-5;37,8.59375E-5;38,8.789063E-5;39,8.046875E-5;40,7.6953125E-5;41,7.070313E-5;42,6.25E-5;43,5.0390627E-5;44,4.375E-5;45,3.5546876E-5;46,2.4609375E-5;47,1.875E-5;48,3.515625E-6;49,1.5625E-6;50,7.8125E-7;51,3.90625E-7;52,0.0;59,0.0;60,1.5625E-6;67,1.5625E-6;68,1.171875E-6;70,1.171875E-6;71,3.90625E-7;73,3.90625E-7;74,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_device:10", + "distrib": "0,0.0;187,0.0;188,3.90625E-7;189,0.0;217,0.0;218,3.90625E-7;219,0.0;232,0.0;233,3.90625E-7;234,0.0;237,0.0;238,3.90625E-7;239,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:tower_device:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:4", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,3.90625E-7;33,1.5625E-6;34,3.90625E-6;35,4.296875E-6;36,1.5625E-6;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:5", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,3.90625E-7;34,7.8125E-7;35,7.8125E-7;36,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:2", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,1.171875E-6;33,1.953125E-6;34,2.34375E-6;35,1.953125E-6;36,7.8125E-7;37,3.90625E-7;38,3.90625E-7;39,0.0;62,0.0;63,3.90625E-7;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trollsteinn:0", + "distrib": "0,0.0;1,7.96875E-5;2,1.3828125E-4;3,1.9453125E-4;4,2.3632812E-4;5,3.0859376E-4;6,3.6640625E-4;7,3.5625E-4;8,4.222656E-4;9,4.3007813E-4;10,4.1757812E-4;11,3.8515625E-4;12,4.1484376E-4;13,4.390625E-4;14,4.2734374E-4;15,4.0820314E-4;16,3.9609376E-4;17,4.4335937E-4;18,4.5546875E-4;19,4.765625E-4;20,4.90625E-4;21,5.140625E-4;22,4.8046876E-4;23,4.6679686E-4;24,4.7070312E-4;25,4.738281E-4;26,4.5390625E-4;27,4.5E-4;28,4.3164063E-4;29,4.222656E-4;30,3.5664064E-4;31,3.25E-4;32,3.6054687E-4;33,3.0859376E-4;34,2.9726562E-4;35,2.859375E-4;36,2.9375E-4;37,3.625E-4;38,3.6328126E-4;39,3.859375E-4;40,3.625E-4;41,3.5429688E-4;42,3.136719E-4;43,3.25E-4;44,2.734375E-4;45,2.8164062E-4;46,2.3828125E-4;47,2.4179688E-4;48,2.5625E-4;49,2.953125E-4;50,1.9960938E-4;51,1.8476562E-4;52,1.7304688E-4;53,1.7070312E-4;54,1.8710937E-4;55,2.0859374E-4;56,2.1367187E-4;57,2.03125E-4;58,1.8671875E-4;59,1.9570312E-4;60,1.6757812E-4;61,1.3867188E-4;62,9.0234375E-5;63,3.125E-5;64,1.0546875E-5;65,6.25E-6;66,3.90625E-7;67,1.5625E-6;68,7.8125E-7;69,7.8125E-7;70,0.0;72,0.0;73,3.90625E-7;74,7.8125E-7;75,3.90625E-7;76,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:3", + "distrib": "0,0.0;30,0.0;31,1.171875E-6;32,1.5625E-6;34,1.5625E-6;35,1.171875E-6;36,1.171875E-6;37,7.8125E-7;38,0.0;61,0.0;62,3.90625E-7;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:repeater:0", + "distrib": "0,0.0;19,0.0;20,3.90625E-7;21,0.0;23,0.0;24,3.90625E-7;25,1.5625E-6;26,7.8125E-7;27,1.5625E-6;28,7.8125E-7;29,7.8125E-7;30,0.0;31,1.171875E-6;32,0.0;111,0.0;112,3.90625E-7;113,0.0;119,0.0;120,3.90625E-7;121,0.0;190,0.0;191,3.90625E-7;192,0.0;193,0.0;194,3.90625E-7;195,0.0;209,0.0;210,3.90625E-7;211,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:repeater:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:jungle_fence:0", + "distrib": "0,0.0;31,0.0;32,1.5625E-6;33,0.0;35,0.0;36,3.90625E-7;37,7.8125E-7;38,7.8125E-7;39,3.90625E-7;40,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:jungle_fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:6", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,2.34375E-6;33,2.734375E-6;34,1.953125E-6;35,1.5625E-6;36,7.8125E-7;37,0.0;61,0.0;62,3.90625E-7;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:7", + "distrib": "0,0.0;31,0.0;32,7.8125E-7;33,1.171875E-6;34,3.90625E-7;35,0.0;36,0.0;37,3.90625E-7;38,3.90625E-7;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "bewitchment:perpetual_ice:0", + "distrib": "0,0.0;110,0.0;111,3.90625E-7;112,0.0;138,0.0;139,3.90625E-7;140,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "bewitchment:perpetual_ice:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass:8", + "distrib": "0,0.0;138,0.0;139,1.40625E-5;140,8.515625E-5;141,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_dirt:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_grass:2", + "distrib": "0,0.0;98,0.0;99,8.203125E-6;100,1.7578124E-5;101,0.0;108,0.0;109,9.765625E-6;110,8.710937E-5;111,0.0;118,0.0;119,1.2890625E-5;120,7.265625E-5;121,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_dirt:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extratrees:shrub_log:0", + "distrib": "0,0.0;30,0.0;31,7.8125E-6;32,6.25E-6;33,4.296875E-6;34,3.515625E-6;35,3.515625E-6;36,3.125E-6;37,2.34375E-6;38,7.8125E-7;39,1.5625E-6;40,1.171875E-6;41,3.90625E-7;42,3.90625E-7;43,7.8125E-7;44,3.90625E-7;45,0.0;57,0.0;58,3.90625E-7;59,0.0;60,3.90625E-7;61,3.90625E-7;62,7.8125E-7;63,7.8125E-7;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:stick:0", + "fortunes": { + "0": 3.2266, + "1": 3.2267, + "2": 3.2249, + "3": 3.2238 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_vine_purple:0", + "distrib": "0,0.0;129,0.0;130,7.8125E-7;131,1.171875E-6;132,1.5625E-6;134,1.5625E-6;135,2.34375E-6;136,1.953125E-6;137,1.953125E-6;138,7.8125E-7;139,7.8125E-7;140,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:0", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,1.5625E-6;33,1.171875E-6;34,7.8125E-7;35,3.90625E-7;36,3.90625E-7;37,7.8125E-7;38,3.90625E-7;39,0.0;60,0.0;61,3.90625E-7;62,3.90625E-7;63,0.0;64,0.0;65,3.90625E-7;66,3.90625E-7;67,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower2:1", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,3.90625E-7;33,7.8125E-7;34,1.171875E-6;35,7.8125E-7;36,3.90625E-7;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "mysticalagriculture:prosperity_ore:0", + "distrib": "0,0.0;12,0.0;13,1.3671875E-4;14,0.0017355469;15,0.0033367188;16,0.0034339845;17,0.003421875;18,0.0033609376;19,0.003353125;20,0.003461328;21,0.003476172;22,0.003325;23,0.0033523438;24,0.003348828;25,0.0033398438;26,0.0031351564;27,0.002826953;28,0.0023230468;29,0.0017832031;30,0.0013558593;31,9.4375E-4;32,5.9375E-4;33,4.4960936E-4;34,3.7304687E-4;35,2.5546874E-4;36,2.1367187E-4;37,1.6835937E-4;38,1.6054687E-4;39,1.359375E-4;40,1.3984375E-4;41,1.16015624E-4;42,1.3867188E-4;43,1.453125E-4;44,1.1835938E-4;45,9.609375E-5;46,1.125E-4;47,1.16015624E-4;48,6.9140624E-5;49,7.8125E-6;50,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "mysticalagriculture:crafting:5", + "fortunes": { + "0": 2.4953, + "1": 2.5032, + "2": 3.1239, + "3": 4.0094 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mangrove_planks:0", + "distrib": "0,0.0;20,0.0;21,7.8125E-7;22,1.40625E-5;23,7.8125E-7;24,0.0;30,0.0;31,1.3671875E-5;32,0.0;33,1.3671875E-5;34,7.8125E-7;35,2.2265625E-5;36,1.6015625E-5;37,2.5390626E-5;38,1.7578124E-5;39,1.9140625E-5;40,3.0859374E-5;41,1.2890625E-5;42,3.90625E-6;43,6.25E-6;44,2.734375E-6;45,7.8125E-7;46,0.0;66,0.0;67,7.8125E-7;68,1.171875E-6;69,1.5625E-6;70,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:thorn_rose:0", + "distrib": "0,0.0;56,0.0;57,3.90625E-7;58,0.0;59,0.0;60,3.90625E-7;61,3.90625E-7;62,0.0;63,0.0;64,3.90625E-7;65,7.8125E-7;66,7.8125E-7;67,3.90625E-7;69,3.90625E-7;70,0.0;71,7.8125E-7;72,0.0;73,0.0;74,7.8125E-7;75,3.90625E-7;76,0.0;77,1.171875E-6;78,3.90625E-7;80,3.90625E-7;81,7.8125E-7;82,0.0;83,1.953125E-6;84,1.953125E-6;85,4.296875E-6;86,2.734375E-6;87,5.46875E-6;88,5.46875E-6;89,5.078125E-6;90,5.46875E-6;91,3.90625E-6;92,1.5625E-6;93,3.90625E-7;94,1.5625E-6;95,1.5625E-6;96,3.90625E-7;97,7.8125E-7;98,3.90625E-7;99,3.90625E-7;100,0.0;101,0.0;102,7.8125E-7;103,0.0;104,3.90625E-7;105,0.0;110,0.0;111,3.90625E-7;112,3.90625E-7;113,0.0;114,3.90625E-7;115,0.0;121,0.0;122,3.90625E-7;123,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:thorn_rose:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:11", + "distrib": "0,0.0;5,0.0;6,3.90625E-7;7,0.0;8,0.0;9,5.078125E-6;10,3.90625E-6;11,3.125E-6;12,5.859375E-6;13,5.46875E-6;14,3.515625E-6;15,4.296875E-6;16,2.34375E-6;17,3.90625E-6;18,3.125E-6;19,6.640625E-6;20,3.90625E-6;21,4.6875E-6;22,2.34375E-6;23,4.296875E-6;24,2.34375E-6;25,3.515625E-6;26,3.125E-6;27,1.171875E-6;28,4.6875E-6;29,3.90625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:11", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:lapis_ore:0", + "distrib": "0,0.0;1,4.2578125E-5;2,1.046875E-4;3,1.9023438E-4;4,3.2304687E-4;5,4.6054687E-4;6,5.121094E-4;7,5.242188E-4;8,6.1523437E-4;9,6.6445314E-4;10,7.109375E-4;11,7.1171875E-4;12,8.046875E-4;13,8.941406E-4;14,8.3828124E-4;15,8.304687E-4;16,7.703125E-4;17,7.003906E-4;18,6.515625E-4;19,5.949219E-4;20,5.191406E-4;21,4.1523436E-4;22,3.7695313E-4;23,3.515625E-4;24,2.8828124E-4;25,2.34375E-4;26,1.7226563E-4;27,1.07421874E-4;28,5.859375E-5;29,1.484375E-5;30,3.90625E-7;31,0.0;32,3.90625E-7;33,3.90625E-7;34,7.8125E-7;35,1.5625E-6;36,1.953125E-6;37,2.734375E-6;38,5.078125E-6;39,7.03125E-6;40,1.2890625E-5;41,1.484375E-5;42,1.953125E-5;43,1.6796876E-5;44,1.3671875E-5;45,8.59375E-6;46,7.03125E-6;47,6.640625E-6;48,6.25E-6;49,3.90625E-6;50,1.953125E-6;51,2.734375E-6;52,0.0;53,7.8125E-7;54,1.171875E-6;55,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dye:4", + "fortunes": { + "0": 6.019, + "1": 7.9964, + "2": 10.6426, + "3": 13.2217 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:12", + "distrib": "0,0.0;7,0.0;8,7.8125E-7;9,4.296875E-6;10,4.6875E-6;11,4.6875E-6;12,5.078125E-6;13,4.296875E-6;14,3.90625E-6;15,5.859375E-6;16,5.078125E-6;17,3.90625E-6;18,5.078125E-6;19,6.25E-6;20,3.515625E-6;21,2.34375E-6;22,3.90625E-6;23,5.859375E-6;24,2.734375E-6;25,3.90625E-6;26,4.296875E-6;27,3.125E-6;28,3.90625E-6;29,5.078125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:12", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:13", + "distrib": "0,0.0;7,0.0;8,7.8125E-7;9,2.734375E-6;10,3.125E-6;11,5.46875E-6;12,4.6875E-6;13,5.078125E-6;14,2.734375E-6;15,4.296875E-6;16,5.859375E-6;17,3.125E-6;18,3.515625E-6;19,8.984375E-6;20,4.6875E-6;21,4.296875E-6;22,2.734375E-6;23,2.734375E-6;24,3.125E-6;25,1.171875E-6;26,1.5625E-6;27,3.515625E-6;28,3.515625E-6;29,4.296875E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:13", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:14", + "distrib": "0,0.0;8,0.0;9,5.46875E-6;10,3.90625E-6;11,5.46875E-6;12,4.6875E-6;13,3.90625E-6;14,3.515625E-6;15,5.078125E-6;16,3.125E-6;17,3.515625E-6;18,3.125E-6;19,8.59375E-6;20,2.734375E-6;21,3.125E-6;22,3.90625E-6;24,3.90625E-6;25,2.34375E-6;26,3.515625E-6;27,1.5625E-6;28,1.953125E-6;29,1.5625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "forestry:resources:0", + "distrib": "0,0.0;52,0.0;53,3.515625E-6;54,7.8125E-6;55,2.3046876E-5;56,1.875E-5;57,2.1484375E-5;58,8.984375E-6;59,1.171875E-6;60,5.859375E-6;61,9.765625E-6;62,1.328125E-5;63,1.2890625E-5;64,2.34375E-6;65,0.0;66,0.0;67,1.953125E-6;68,4.6875E-6;69,3.515625E-6;70,1.953125E-6;71,1.171875E-6;72,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "forestry:apatite:0", + "fortunes": { + "0": 4.0037, + "1": 5.3308, + "2": 6.9288, + "3": 8.8631 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:10", + "distrib": "0,0.0;6,0.0;7,3.90625E-7;8,0.0;9,5.078125E-6;10,2.34375E-6;11,3.90625E-6;12,3.125E-6;13,6.25E-6;14,3.515625E-6;15,4.6875E-6;16,3.90625E-6;17,4.6875E-6;18,2.734375E-6;19,3.90625E-6;20,5.078125E-6;21,4.296875E-6;22,6.25E-6;23,5.859375E-6;24,3.125E-6;25,4.296875E-6;26,3.90625E-6;27,1.953125E-6;28,3.515625E-6;29,2.734375E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:huge_lilypad:0", + "distrib": "0,0.0;28,0.0;29,4.84375E-5;30,7.1640627E-4;31,0.005678906;32,6.25E-5;33,6.210938E-5;34,6.25E-6;35,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:huge_lilypad:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:shoggothbiomass:0", + "distrib": "0,0.0;19,0.0;20,1.171875E-6;21,0.0;22,2.2265625E-5;23,3.125E-6;24,3.515625E-6;25,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:mushroom:15", + "distrib": "0,0.0;7,0.0;8,3.90625E-7;9,4.296875E-6;10,5.46875E-6;11,3.125E-6;12,3.90625E-6;13,2.34375E-6;14,4.6875E-6;15,5.46875E-6;16,5.078125E-6;17,2.734375E-6;18,4.296875E-6;19,5.078125E-6;20,4.6875E-6;21,5.46875E-6;22,5.859375E-6;23,4.296875E-6;24,1.953125E-6;25,3.515625E-6;26,2.34375E-6;27,1.953125E-6;28,5.46875E-6;29,5.078125E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:mushroom:15", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:5", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,1.171875E-6;33,1.5625E-6;34,1.171875E-6;35,3.90625E-7;36,3.90625E-7;37,0.0;47,0.0;48,3.90625E-7;49,3.90625E-7;50,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "mod_lavacow:veil_shroom:0", + "distrib": "0,0.0;26,0.0;27,7.8125E-7;28,1.171875E-6;29,7.8125E-7;30,1.171875E-6;31,2.734375E-6;32,5.078125E-6;33,2.34375E-6;34,3.125E-6;35,2.734375E-6;36,1.171875E-6;37,1.5625E-6;38,7.8125E-7;39,1.5625E-6;40,3.90625E-7;41,7.8125E-7;42,0.0;43,3.90625E-7;44,3.90625E-7;45,0.0;47,0.0;48,3.90625E-7;49,0.0;50,0.0;51,3.90625E-7;52,0.0;58,0.0;59,3.90625E-7;60,3.90625E-7;61,0.0;62,0.0;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "mod_lavacow:veil_shroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:6", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,1.5625E-6;33,1.5625E-6;34,7.8125E-7;35,3.90625E-7;36,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:3", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,3.90625E-7;33,7.8125E-7;34,7.8125E-7;35,0.0;41,0.0;42,3.90625E-7;43,3.90625E-7;44,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:4", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,1.5625E-6;33,1.5625E-6;34,3.90625E-7;35,7.8125E-7;36,7.8125E-7;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:iron_block:0", + "distrib": "0,0.0;39,0.0;40,3.90625E-7;41,0.0;78,0.0;79,3.90625E-7;80,0.0;94,0.0;95,3.90625E-7;96,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:7", + "distrib": "0,0.0;29,0.0;30,3.90625E-7;31,1.5625E-6;32,3.90625E-7;33,7.8125E-7;35,7.8125E-7;36,3.90625E-7;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "appliedenergistics2:charged_quartz_ore:0", + "distrib": "0,0.0;2,0.0;3,1.171875E-6;4,3.125E-6;5,1.1328125E-5;6,1.40625E-5;7,2.0703124E-5;8,2.8125E-5;9,3.046875E-5;10,3.984375E-5;11,3.8671875E-5;12,5.6640623E-5;13,3.90625E-5;14,5.1171875E-5;15,5.4296874E-5;16,4.4921875E-5;17,4.4140626E-5;18,5.1953124E-5;19,3.515625E-5;20,3.8671875E-5;21,4.5703124E-5;22,4.609375E-5;23,3.9453123E-5;24,3.7109374E-5;25,2.7734375E-5;26,2.3828125E-5;27,9.375E-6;28,1.171875E-5;29,5.859375E-6;30,3.90625E-7;31,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "appliedenergistics2:material:1", + "fortunes": { + "0": 1.503, + "1": 1.9971, + "2": 2.5996, + "3": 3.2928 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:overworld_logs:3", + "distrib": "0,0.0;65,0.0;66,7.8125E-7;72,7.8125E-7;73,3.90625E-7;74,3.90625E-7;75,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:1", + "distrib": "0,0.0;11,0.0;12,1.5234375E-5;13,1.515625E-4;14,5.5585935E-4;15,8.800781E-4;16,5.863281E-4;17,1.4101563E-4;18,1.171875E-5;19,7.8125E-7;20,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:2", + "distrib": "0,0.0;49,0.0;50,3.90625E-7;51,7.03125E-6;52,1.953125E-5;53,2.890625E-5;54,3.6328125E-5;55,4.6875E-5;56,6.71875E-5;57,5.1953124E-5;58,6.09375E-5;59,2.1875E-5;60,1.5234375E-5;61,7.8125E-6;62,6.640625E-6;63,3.515625E-6;64,1.171875E-6;65,1.5625E-6;67,1.5625E-6;68,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:0", + "distrib": "0,0.0;20,0.0;21,2.34375E-6;22,6.25E-6;23,3.515625E-6;24,9.765625E-6;25,3.28125E-5;26,7.2265626E-5;27,1.20703124E-4;28,2.21875E-4;29,2.7226564E-4;30,2.2070312E-4;31,1.5625E-4;32,1.0117188E-4;33,9.335938E-5;34,1.0859375E-4;35,1.2578125E-4;36,1.25E-4;37,1.171875E-4;38,8.398438E-5;39,6.523437E-5;40,5.7421876E-5;41,3.125E-5;42,2.65625E-5;43,1.953125E-5;44,8.203125E-6;45,1.09375E-5;46,7.421875E-6;47,0.0;49,0.0;50,1.171875E-6;51,1.953125E-6;52,1.5625E-6;53,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:5", + "distrib": "0,0.0;11,0.0;12,3.90625E-7;13,4.296875E-6;14,2.03125E-5;15,6.40625E-5;16,1.75E-4;17,3.8671875E-4;18,7.015625E-4;19,9.640625E-4;20,0.0010265625;21,9.84375E-4;22,6.597656E-4;23,4.03125E-4;24,1.7070312E-4;25,7.6953125E-5;26,1.640625E-5;27,5.859375E-6;28,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:naga_stone:0", + "distrib": "0,0.0;31,0.0;32,2.34375E-6;33,0.0;34,5.0390627E-5;35,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:naga_stone:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:6", + "distrib": "0,0.0;17,0.0;18,1.5625E-6;19,1.5625E-6;20,7.8125E-7;21,2.34375E-6;22,1.171875E-6;23,5.46875E-6;24,1.640625E-5;25,2.109375E-5;26,2.3828125E-5;27,1.9921876E-5;28,3.0078125E-5;29,3.2421874E-5;30,2.2265625E-5;31,4.6875E-6;32,3.125E-6;33,3.90625E-7;34,2.34375E-6;35,3.515625E-6;36,0.0;37,1.5625E-6;38,7.8125E-7;39,0.0;40,7.8125E-7;41,1.171875E-6;42,0.0;43,1.5625E-6;44,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:naga_stone:1", + "distrib": "0,0.0;28,0.0;29,6.679688E-5;30,8.59375E-6;31,8.59375E-6;32,7.421875E-6;33,1.96875E-4;34,1.3554687E-4;35,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:naga_stone:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:flower_pot:0", + "distrib": "0,0.0;32,0.0;33,7.8125E-7;34,7.8125E-7;35,1.171875E-6;36,2.34375E-6;37,2.34375E-6;38,7.8125E-7;40,7.8125E-7;41,3.90625E-7;42,1.171875E-6;43,0.0;44,0.0;45,7.8125E-7;46,3.90625E-7;47,0.0;65,0.0;66,3.90625E-7;67,0.0;73,0.0;74,3.90625E-7;75,7.8125E-7;76,0.0;77,3.90625E-7;78,7.8125E-7;79,0.0;80,0.0;81,3.90625E-7;82,0.0;83,3.90625E-7;84,1.171875E-6;85,0.0;89,0.0;90,3.90625E-7;91,0.0;98,0.0;99,3.90625E-7;100,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:air:0", + "fortunes": { + "0": 0.0, + "1": 0.0, + "2": 0.0, + "3": 0.0 + } + }, + { + "itemStack": "minecraft:flower_pot:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:3", + "distrib": "0,0.0;42,0.0;43,3.90625E-7;44,0.0;45,3.515625E-6;46,8.59375E-6;47,1.3671875E-5;48,1.2890625E-5;49,2.0703124E-5;50,2.1875E-5;51,1.328125E-5;52,3.125E-6;53,4.6875E-6;54,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:4", + "distrib": "0,0.0;17,0.0;18,4.296875E-6;19,1.0546875E-5;20,3.4375E-5;21,9.296875E-5;22,1.5546875E-4;23,3.2382814E-4;24,5.136719E-4;25,7.171875E-4;26,9.144531E-4;27,9.582031E-4;28,9.171875E-4;29,7.0859375E-4;30,4.8125E-4;31,2.7890626E-4;32,1.7695312E-4;33,1.0898437E-4;34,6.601562E-5;35,2.65625E-5;36,1.7578124E-5;37,7.8125E-7;38,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:clay:0", + "distrib": "0,0.0;18,0.0;19,7.421875E-6;20,5.859375E-6;21,2.3046876E-5;22,8.984375E-6;23,1.2109375E-5;24,4.6875E-6;25,1.25E-5;26,7.539063E-5;27,5.953125E-4;28,7.9335936E-4;29,0.0018097656;30,8.1640625E-5;31,6.71875E-5;32,1.40625E-5;33,7.8125E-6;34,5.078125E-6;35,1.171875E-6;36,5.078125E-6;37,2.34375E-6;38,1.953125E-6;39,1.5625E-6;40,0.0;57,0.0;58,4.6875E-6;59,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:clay_ball:0", + "fortunes": { + "0": 4.0, + "1": 4.0, + "2": 4.0, + "3": 4.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:yellow_flower:0", + "distrib": "0,0.0;9,0.0;10,2.109375E-5;11,2.4609375E-5;12,2.1484375E-5;13,2.3828125E-5;15,2.3828125E-5;16,2.8125E-5;17,2.6953125E-5;18,2.734375E-5;19,2.1875E-5;20,2.03125E-5;21,2.34375E-5;22,2.2265625E-5;23,2.1484375E-5;24,2.2265625E-5;25,2.1484375E-5;26,1.953125E-5;27,1.6015625E-5;28,2.5390626E-5;29,3.4375E-5;30,3.0078125E-5;31,6.109375E-4;32,9.164062E-4;33,5.746094E-4;34,5.265625E-4;35,5.6132814E-4;36,3.2109374E-4;37,2.0234376E-4;38,1.7148438E-4;39,1.03125E-4;40,7.539063E-5;41,4.1796877E-5;42,3.8671875E-5;43,2.3828125E-5;44,2.0703124E-5;45,5.078125E-6;46,4.296875E-6;47,4.296875E-6;48,2.734375E-6;49,4.6875E-6;50,1.953125E-6;51,7.8125E-7;52,2.734375E-6;53,1.171875E-6;54,2.34375E-6;55,6.640625E-6;56,3.90625E-7;57,7.8125E-7;58,2.34375E-6;59,1.5625E-6;60,5.46875E-6;61,1.171875E-6;62,1.2890625E-5;63,1.5234375E-5;64,5.078125E-6;65,5.078125E-6;66,2.34375E-6;67,7.8125E-7;68,3.90625E-7;69,3.90625E-7;70,0.0;72,0.0;73,3.90625E-7;76,3.90625E-7;77,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:yellow_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:1", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,2.34375E-6;33,1.5625E-6;34,3.90625E-7;35,1.171875E-6;36,1.171875E-6;37,3.90625E-7;38,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:2", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,1.5625E-6;34,1.5625E-6;35,7.8125E-7;36,3.90625E-7;37,7.8125E-7;38,3.90625E-7;39,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:twilight_leaves_3:0", + "distrib": "0,0.0;35,0.0;36,3.90625E-7;37,0.0;38,3.90625E-7;39,0.0;40,3.90625E-7;41,3.90625E-7;42,0.0;43,2.34375E-6;44,0.0;45,3.90625E-7;46,1.953125E-6;47,1.953125E-6;48,1.171875E-6;49,1.171875E-6;50,2.34375E-6;51,7.8125E-7;52,1.953125E-6;53,1.5625E-6;54,7.8125E-7;55,7.8125E-7;56,3.90625E-7;57,1.953125E-6;58,1.171875E-6;59,1.953125E-6;60,2.34375E-6;61,2.734375E-6;62,2.734375E-6;63,4.296875E-6;64,9.765625E-6;65,1.875E-5;66,1.6796876E-5;67,1.40625E-5;68,1.9921876E-5;69,1.3671875E-5;70,1.7578124E-5;71,2.109375E-5;72,1.953125E-5;73,1.875E-5;74,2.265625E-5;75,1.9921876E-5;76,2.3046876E-5;77,2.9296874E-5;78,2.734375E-5;79,3.9453123E-5;80,2.3828125E-5;81,2.421875E-5;82,4.0625E-5;83,7.109375E-5;84,1.2304688E-4;85,2.2578124E-4;86,2.6835938E-4;87,2.8515625E-4;88,2.375E-4;89,2.125E-4;90,1.8867188E-4;91,1.375E-4;92,1.2304688E-4;93,9.726563E-5;94,6.8359375E-5;95,5.3515625E-5;96,2.421875E-5;97,1.875E-5;98,1.5234375E-5;99,1.71875E-5;100,1.25E-5;101,1.0546875E-5;102,1.09375E-5;103,6.640625E-6;104,5.46875E-6;105,8.203125E-6;106,8.984375E-6;107,4.296875E-6;108,8.984375E-6;109,7.03125E-6;110,5.46875E-6;111,5.078125E-6;112,3.515625E-6;113,3.90625E-6;114,3.90625E-6;115,5.078125E-6;116,4.296875E-6;117,3.90625E-6;118,1.5625E-6;119,5.859375E-6;120,1.171875E-6;121,3.90625E-7;122,7.8125E-7;123,7.8125E-7;124,1.171875E-6;125,3.90625E-7;126,7.8125E-7;127,3.90625E-7;128,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "twilightforest:magic_beans:0", + "fortunes": { + "0": 0.0475, + "1": 0.0633, + "2": 0.0819, + "3": 0.1018 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:doubleflower1:0", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,1.5625E-6;33,1.953125E-6;34,1.5625E-6;35,3.90625E-7;37,3.90625E-7;38,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_door:3", + "distrib": "0,0.0;107,0.0;108,1.953125E-6;109,0.0;112,0.0;113,1.953125E-6;114,0.0;124,0.0;125,1.953125E-6;126,0.0;139,0.0;140,1.953125E-6;141,0.0;142,0.0;143,2.34375E-6;144,0.0;150,0.0;151,2.34375E-6;154,2.34375E-6;155,0.0;156,1.953125E-6;157,0.0;158,0.0;159,4.6875E-6;162,4.6875E-6;163,0.0;166,0.0;167,1.4453125E-5;170,1.4453125E-5;171,0.0;174,0.0;175,2.34375E-6;178,2.34375E-6;179,0.0;182,0.0;183,4.6875E-6;186,4.6875E-6;187,0.0;188,3.90625E-6;189,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_door:2", + "distrib": "0,0.0;63,0.0;64,1.171875E-6;67,1.171875E-6;68,0.0;85,0.0;86,3.515625E-6;89,3.515625E-6;90,0.0;128,0.0;129,3.515625E-6;132,3.515625E-6;133,0.0;144,0.0;145,5.859375E-6;148,5.859375E-6;149,0.0;152,0.0;153,1.0546875E-5;156,1.0546875E-5;157,0.0;160,0.0;161,5.859375E-6;164,5.859375E-6;165,0.0;168,0.0;169,7.03125E-6;172,7.03125E-6;173,0.0;176,0.0;177,4.6875E-6;180,4.6875E-6;181,0.0;184,0.0;185,5.859375E-6;188,5.859375E-6;189,0.0;192,0.0;193,3.515625E-6;196,3.515625E-6;197,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:huge_waterlily:0", + "distrib": "0,0.0;29,0.0;30,1.171875E-5;31,9.609375E-5;32,1.5625E-6;33,7.8125E-7;34,3.90625E-7;35,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:huge_waterlily:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:monolithpillar:0", + "distrib": "0,0.0;22,0.0;23,1.5625E-6;24,1.5625E-6;25,5.46875E-6;26,3.90625E-6;27,5.46875E-6;28,1.5625E-6;29,1.5625E-6;30,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "abyssalcraft:monolithpillar:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "actuallyadditions:item_canola_seed:0", + "distrib": "0,0.0;30,0.0;31,2.734375E-5;32,3.6328125E-5;33,2.96875E-5;34,2.3828125E-5;35,2.03125E-5;36,1.5234375E-5;37,7.8125E-6;38,8.984375E-6;39,5.859375E-6;40,6.25E-6;41,2.734375E-6;42,3.90625E-7;43,1.171875E-6;44,0.0;48,0.0;49,7.8125E-7;50,3.90625E-7;51,0.0;59,0.0;60,7.8125E-7;61,3.90625E-7;62,0.0;63,3.90625E-7;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_canola_seed:0", + "fortunes": { + "0": 1.7229, + "1": 2.3002, + "2": 2.8556, + "3": 3.43 + } + }, + { + "itemStack": "actuallyadditions:item_misc:13", + "fortunes": { + "0": 2.9784, + "1": 2.9838, + "2": 2.9967, + "3": 2.9863 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:leaves:2", + "distrib": "0,0.0;20,0.0;21,8.59375E-6;22,2.578125E-5;23,1.953125E-5;24,5.859375E-6;25,3.90625E-6;26,0.0;28,0.0;29,5.859375E-6;30,1.015625E-5;31,2.5390626E-5;32,5.0E-5;33,9.175781E-4;34,0.0027316406;35,0.004628125;36,0.0056097656;37,0.005526172;38,0.004780859;39,0.0037632813;40,0.0027519532;41,0.0018734375;42,0.0013070313;43,8.7109377E-4;44,6.2382815E-4;45,4.738281E-4;46,3.1132813E-4;47,2.0820313E-4;48,1.2109375E-4;49,1.19140626E-4;50,1.2421876E-4;51,1.1796875E-4;52,1.02734375E-4;53,1.1484375E-4;54,1.4375E-4;55,1.2539062E-4;56,1.15625E-4;57,9.648438E-5;58,1.0976563E-4;59,1.421875E-4;60,1.3046875E-4;61,1.375E-4;62,2.5703126E-4;63,5.7421875E-4;64,7.8359374E-4;65,0.0010789062;66,0.0013542969;67,0.0014058594;68,0.0010265625;69,6.464844E-4;70,3.3476562E-4;71,1.5703125E-4;72,6.0546874E-5;73,1.5234375E-5;74,8.203125E-6;75,3.125E-6;76,3.90625E-7;77,7.03125E-6;78,7.03125E-6;79,3.125E-6;80,5.46875E-6;81,5.859375E-6;82,2.34375E-6;83,1.953125E-6;84,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:2", + "fortunes": { + "0": 0.0512, + "1": 0.0618, + "2": 0.0861, + "3": 0.0986 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:dark_planks:0", + "distrib": "0,0.0;21,0.0;22,1.5625E-6;23,1.7578124E-5;24,0.0;25,3.90625E-7;26,1.5625E-6;27,7.8125E-7;28,0.0;29,4.6875E-6;30,2.734375E-6;31,2.1484375E-5;32,1.5625E-6;33,4.296875E-6;34,3.125E-6;35,8.203125E-6;36,2.9296874E-5;37,2.3828125E-5;38,1.71875E-5;39,2.5E-5;40,2.8125E-5;41,1.1328125E-5;42,4.6875E-6;43,3.515625E-6;44,7.8125E-7;45,3.90625E-6;46,2.734375E-6;47,7.8125E-7;48,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "thaumcraft:metal_brass:0", + "distrib": "0,0.0;140,0.0;141,1.0546875E-5;142,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:leaves:1", + "distrib": "0,0.0;31,0.0;32,2.3828125E-5;33,2.1601563E-4;34,5.640625E-4;35,0.0011921875;36,0.0023726563;37,0.0032996093;38,0.0036640626;39,0.004696875;40,0.0049972655;41,0.004996484;42,0.0049902345;43,0.0051113283;44,0.0048464844;45,0.004303125;46,0.0040101563;47,0.0038;48,0.0032742186;49,0.0030183594;50,0.0027878906;51,0.002786328;52,0.0025984375;53,0.0024234375;54,0.0021851563;55,0.002167578;56,0.0022503906;57,0.0021347657;58,0.0019183594;59,0.0021898437;60,0.002085547;61,0.0018355469;62,0.0019222656;63,0.0019601563;64,0.0010195313;65,0.001040625;66,0.0013964843;67,0.0013210938;68,0.0016183594;69,0.001596875;70,0.001684375;71,0.0013035156;72,0.0012023437;73,9.886719E-4;74,0.0010996094;75,8.3320314E-4;76,9.625E-4;77,7.929687E-4;78,0.0010503907;79,7.0976565E-4;80,8.710937E-5;81,7.2265626E-5;82,9.0234375E-5;83,5.390625E-5;84,4.84375E-5;85,6.71875E-5;86,7.6953125E-5;87,3.3984375E-5;88,1.875E-5;89,1.5234375E-5;90,2.578125E-5;91,1.09375E-5;92,1.5625E-6;93,1.09375E-5;94,7.8125E-6;95,2.734375E-6;96,1.5625E-6;97,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:1", + "fortunes": { + "0": 0.0539, + "1": 0.0604, + "2": 0.0807, + "3": 0.0977 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:cactus:0", + "distrib": "0,0.0;33,0.0;34,4.6875E-6;37,4.6875E-6;38,1.5625E-6;39,0.0;77,0.0;78,2.34375E-6;83,2.34375E-6;84,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cactus:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:sort_stairs:0", + "distrib": "0,0.0;30,0.0;31,3.90625E-7;32,1.953125E-6;33,0.0;34,3.90625E-7;35,6.640625E-6;36,1.2109375E-5;37,5.46875E-6;38,1.015625E-5;39,2.421875E-5;40,1.09375E-5;41,1.484375E-5;42,1.6015625E-5;43,1.3671875E-5;44,2.4609375E-5;45,1.875E-5;46,9.375E-6;47,1.71875E-5;48,1.484375E-5;49,1.015625E-5;50,5.859375E-6;51,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:sort_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "actuallyadditions:item_coffee_seed:0", + "distrib": "0,0.0;27,0.0;28,3.90625E-7;29,7.8125E-7;30,3.90625E-7;31,1.9921876E-5;32,2.3828125E-5;33,1.171875E-5;34,1.25E-5;35,1.25E-5;36,1.2109375E-5;37,5.859375E-6;38,3.515625E-6;39,2.734375E-6;40,2.34375E-6;41,1.171875E-6;42,3.90625E-7;43,7.8125E-7;44,1.171875E-6;45,3.90625E-7;47,3.90625E-7;48,0.0;52,0.0;53,3.90625E-7;54,0.0;59,0.0;60,3.90625E-7;61,0.0;62,3.90625E-7;63,3.90625E-7;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "actuallyadditions:item_coffee_seed:0", + "fortunes": { + "0": 1.7176, + "1": 2.2778, + "2": 2.8521, + "3": 3.4367 + } + }, + { + "itemStack": "actuallyadditions:item_coffee_beans:0", + "fortunes": { + "0": 2.4937, + "1": 2.5038, + "2": 2.5031, + "3": 2.5078 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:leaves:3", + "distrib": "0,0.0;13,0.0;14,7.8125E-6;15,9.375E-6;16,2.34375E-6;17,1.953125E-6;18,0.0;19,0.0;20,8.59375E-6;21,8.984375E-6;22,2.734375E-6;23,1.953125E-6;24,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:sapling:3", + "fortunes": { + "0": 0.0254, + "1": 0.0246, + "2": 0.0326, + "3": 0.0399 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:bookshelf:0", + "distrib": "0,0.0;33,0.0;34,7.421875E-6;35,2.03125E-5;36,2.96875E-5;37,2.890625E-5;38,2.8515626E-5;39,2.03125E-5;40,1.09375E-5;41,3.7109374E-5;42,4.140625E-5;43,4.53125E-5;44,4.453125E-5;45,3.7890626E-5;46,3.6328125E-5;47,2.9296874E-5;48,2.9296874E-5;49,2.96875E-5;50,2.1484375E-5;51,8.59375E-6;52,3.515625E-6;53,3.125E-6;54,1.171875E-6;55,0.0;57,0.0;58,1.5625E-6;59,4.296875E-6;60,3.125E-6;61,3.515625E-6;62,3.125E-6;63,1.953125E-6;64,1.953125E-6;65,3.125E-6;66,3.90625E-7;67,3.90625E-7;68,3.90625E-6;69,4.6875E-6;70,3.90625E-6;71,2.34375E-6;73,2.34375E-6;74,1.171875E-6;75,7.8125E-7;76,7.8125E-6;77,1.5625E-5;78,1.8359375E-5;79,2.578125E-5;80,2.8515626E-5;81,3.4375E-5;82,4.5703124E-5;83,3.2421874E-5;84,3.3984375E-5;85,3.046875E-5;86,3.3203127E-5;87,3.5546876E-5;88,3.046875E-5;89,2.0703124E-5;90,1.0546875E-5;91,1.9921876E-5;92,1.328125E-5;93,1.4453125E-5;94,1.484375E-5;95,8.59375E-6;96,1.5234375E-5;97,1.015625E-5;98,2.34375E-6;99,3.515625E-6;100,7.8125E-6;101,7.03125E-6;102,5.46875E-6;103,4.296875E-6;104,3.90625E-6;105,3.90625E-6;106,1.5625E-6;107,4.296875E-6;108,3.125E-6;109,2.34375E-6;110,8.984375E-6;111,5.859375E-6;112,5.859375E-6;113,6.25E-6;114,0.0;116,0.0;117,1.953125E-6;118,1.953125E-6;119,1.5625E-6;120,1.953125E-6;121,2.34375E-6;122,3.90625E-7;123,0.0;127,0.0;128,1.5625E-6;129,1.5625E-6;130,0.0;201,0.0;202,1.171875E-6;203,1.5625E-6;204,0.0;226,0.0;227,1.5625E-6;228,1.5625E-6;229,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:book:0", + "fortunes": { + "0": 3.0, + "1": 3.0, + "2": 3.0, + "3": 3.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:lapis_block:0", + "distrib": "0,0.0;39,0.0;40,3.90625E-7;41,3.90625E-7;42,0.0;43,7.8125E-7;44,2.734375E-6;45,1.5625E-6;46,4.296875E-6;47,1.171875E-6;48,3.90625E-7;49,1.5625E-6;50,7.8125E-7;51,3.90625E-7;52,3.90625E-7;53,0.0;54,3.90625E-7;55,0.0;60,0.0;61,3.90625E-7;62,0.0;73,0.0;74,3.90625E-7;75,0.0;80,0.0;81,3.90625E-7;82,3.90625E-7;83,0.0;84,3.90625E-7;85,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "natura:bluebells_flower:0", + "distrib": "0,0.0;66,0.0;67,3.90625E-7;68,0.0;72,0.0;73,3.90625E-7;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "natura:bluebells_flower:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:jungle_stairs:0", + "distrib": "0,0.0;30,0.0;31,3.125E-6;32,0.0;33,3.515625E-6;34,0.0;35,5.46875E-6;36,1.2109375E-5;37,1.0546875E-5;38,6.25E-6;39,1.484375E-5;40,8.203125E-6;41,9.375E-6;42,1.953125E-6;43,2.34375E-6;44,2.34375E-6;45,1.171875E-6;46,3.90625E-6;47,1.171875E-6;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:jungle_stairs:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_wood:4", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,3.90625E-7;34,0.0;36,0.0;37,7.8125E-7;38,0.0;39,3.90625E-7;44,3.90625E-7;45,0.0;106,0.0;107,1.953125E-6;108,3.90625E-7;109,7.8125E-7;110,3.90625E-7;111,1.171875E-6;112,7.8125E-7;113,2.34375E-6;114,7.8125E-7;115,0.0;116,1.5625E-6;117,7.8125E-7;118,3.90625E-7;120,3.90625E-7;121,7.8125E-7;122,2.734375E-6;123,1.953125E-6;124,2.34375E-6;125,7.8125E-7;126,0.0;127,1.5625E-6;128,1.171875E-6;129,7.8125E-7;130,1.953125E-6;131,1.953125E-6;132,1.171875E-6;133,1.953125E-6;134,1.171875E-6;135,1.5625E-6;137,1.5625E-6;138,1.171875E-6;139,1.5625E-6;140,0.0;141,3.90625E-7;142,0.0;143,1.5625E-6;144,0.0;156,0.0;157,3.90625E-7;159,3.90625E-7;160,0.0;164,0.0;165,3.90625E-7;166,0.0;167,0.0;168,3.90625E-7;169,0.0;170,7.8125E-7;171,0.0;172,3.90625E-7;173,0.0;174,3.90625E-7;175,7.8125E-7;176,3.90625E-7;177,1.5625E-6;178,7.8125E-7;179,0.0;181,0.0;182,1.953125E-6;183,3.90625E-7;184,7.8125E-7;185,1.5625E-6;186,1.171875E-6;187,7.8125E-7;188,1.5625E-6;189,3.90625E-7;190,3.90625E-7;191,0.0;192,3.90625E-7;193,3.90625E-7;194,7.8125E-7;195,0.0;196,3.90625E-7;197,1.171875E-6;198,7.8125E-7;199,1.5625E-6;200,1.171875E-6;201,2.34375E-6;202,2.734375E-6;203,1.171875E-6;204,1.171875E-6;205,3.90625E-7;206,3.125E-6;207,2.34375E-6;208,3.90625E-7;209,1.953125E-6;210,1.5625E-6;211,3.90625E-7;212,2.34375E-6;213,1.171875E-6;216,1.171875E-6;217,1.5625E-6;218,2.34375E-6;219,1.171875E-6;220,7.8125E-7;221,2.34375E-6;222,1.171875E-6;223,1.171875E-6;224,0.0;225,7.8125E-7;226,3.90625E-7;227,3.90625E-7;228,0.0;229,0.0;230,3.90625E-7;231,3.90625E-7;232,7.8125E-7;233,7.8125E-7;234,0.0;235,3.90625E-7;236,0.0;237,0.0;238,3.90625E-7;239,7.8125E-7;240,0.0;", + "silktouch": true, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_wood:3", + "distrib": "0,0.0;31,0.0;32,3.90625E-7;33,0.0;34,3.90625E-7;35,3.90625E-7;36,0.0;37,1.171875E-6;38,1.5625E-6;39,0.0;40,1.171875E-6;41,7.8125E-7;42,3.90625E-7;43,7.8125E-7;44,1.171875E-6;45,0.0;106,0.0;107,5.078125E-6;108,2.734375E-6;109,2.34375E-6;110,1.953125E-6;111,3.515625E-6;112,2.34375E-6;113,3.90625E-6;114,1.5625E-6;115,2.34375E-6;116,3.515625E-6;117,3.125E-6;118,4.296875E-6;119,1.953125E-6;120,2.734375E-6;121,5.46875E-6;122,5.078125E-6;123,3.515625E-6;124,2.734375E-6;125,4.6875E-6;126,3.90625E-6;127,1.2109375E-5;128,5.859375E-6;129,6.640625E-6;130,5.859375E-6;131,1.171875E-5;132,7.421875E-6;133,5.46875E-6;134,4.296875E-6;135,6.640625E-6;136,7.03125E-6;137,3.515625E-6;138,4.296875E-6;139,6.640625E-6;140,1.5625E-6;141,3.515625E-6;142,7.8125E-7;143,3.125E-6;144,0.0;153,0.0;154,3.90625E-7;155,3.90625E-7;156,0.0;157,3.90625E-7;160,3.90625E-7;161,7.8125E-7;162,3.90625E-7;163,1.171875E-6;164,7.8125E-7;165,3.90625E-7;166,3.90625E-7;167,1.171875E-6;168,1.171875E-6;169,3.90625E-7;170,1.5625E-6;171,3.90625E-7;172,1.953125E-6;173,1.171875E-6;174,3.90625E-7;175,2.34375E-6;176,0.0;177,2.34375E-6;178,1.5625E-6;179,3.90625E-7;180,1.5625E-6;181,3.125E-6;182,3.515625E-6;183,3.125E-6;184,1.5625E-6;185,1.5625E-6;186,3.90625E-6;187,7.8125E-7;188,1.5625E-6;189,1.5625E-6;190,3.515625E-6;192,3.515625E-6;193,2.34375E-6;194,1.953125E-6;195,2.734375E-6;196,1.953125E-6;197,7.8125E-6;198,3.90625E-6;199,2.34375E-6;200,2.734375E-6;201,5.859375E-6;202,8.203125E-6;203,5.078125E-6;204,4.6875E-6;205,7.421875E-6;206,9.765625E-6;207,4.296875E-6;208,5.078125E-6;209,5.46875E-6;210,8.59375E-6;211,5.859375E-6;212,7.421875E-6;213,6.25E-6;214,7.421875E-6;215,6.25E-6;216,5.078125E-6;217,7.421875E-6;218,5.859375E-6;219,3.125E-6;220,4.296875E-6;221,1.953125E-6;222,5.078125E-6;223,5.859375E-6;224,3.90625E-7;225,3.90625E-7;226,1.953125E-6;227,1.953125E-6;228,1.5625E-6;229,2.34375E-6;230,1.5625E-6;231,1.5625E-6;232,2.34375E-6;233,1.953125E-6;234,2.734375E-6;235,3.90625E-7;236,1.171875E-6;237,1.171875E-6;238,1.5625E-6;239,3.90625E-7;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_wood:2", + "distrib": "0,0.0;31,0.0;32,1.953125E-6;33,0.0;35,0.0;36,3.90625E-7;37,3.90625E-7;38,0.0;39,7.8125E-7;40,1.5625E-6;41,3.90625E-7;42,1.171875E-6;43,1.953125E-6;44,1.953125E-6;45,0.0;106,0.0;107,7.03125E-6;108,1.5625E-6;109,3.125E-6;110,1.953125E-6;111,2.734375E-6;112,1.5625E-6;113,4.296875E-6;114,5.859375E-6;115,3.515625E-6;116,2.734375E-6;117,4.296875E-6;118,2.34375E-6;119,2.734375E-6;120,4.296875E-6;121,4.6875E-6;122,3.90625E-7;123,5.859375E-6;124,3.125E-6;125,4.296875E-6;126,2.734375E-6;127,1.328125E-5;128,5.46875E-6;129,7.8125E-6;130,6.25E-6;131,1.2109375E-5;132,5.078125E-6;133,9.375E-6;134,6.640625E-6;135,7.421875E-6;136,5.46875E-6;137,6.640625E-6;138,5.078125E-6;139,3.515625E-6;140,7.8125E-7;141,1.953125E-6;142,7.8125E-7;143,3.125E-6;144,0.0;151,0.0;152,3.90625E-7;155,3.90625E-7;156,1.171875E-6;157,3.90625E-7;160,3.90625E-7;161,0.0;162,3.90625E-7;163,3.515625E-6;164,3.90625E-7;165,1.171875E-6;166,2.34375E-6;167,3.90625E-7;168,7.8125E-7;169,1.171875E-6;170,2.34375E-6;171,1.171875E-6;172,3.90625E-7;173,1.171875E-6;174,7.8125E-7;175,1.953125E-6;176,0.0;177,3.125E-6;178,7.8125E-7;179,1.953125E-6;180,3.90625E-7;181,1.171875E-6;182,1.171875E-6;183,1.953125E-6;184,3.125E-6;185,3.90625E-7;186,7.8125E-7;187,1.5625E-6;188,2.34375E-6;189,2.34375E-6;190,1.953125E-6;191,3.90625E-6;192,3.125E-6;193,7.8125E-7;194,1.5625E-6;195,3.90625E-6;196,1.953125E-6;197,6.640625E-6;198,2.34375E-6;199,4.296875E-6;200,3.515625E-6;201,5.078125E-6;202,5.859375E-6;203,7.421875E-6;204,8.984375E-6;205,5.078125E-6;206,6.640625E-6;207,4.296875E-6;208,7.03125E-6;209,9.765625E-6;210,8.59375E-6;211,5.46875E-6;212,7.8125E-6;213,7.03125E-6;214,6.25E-6;215,7.03125E-6;216,4.296875E-6;217,8.59375E-6;218,3.90625E-6;219,7.421875E-6;220,4.6875E-6;221,5.078125E-6;222,2.34375E-6;223,2.34375E-6;224,3.515625E-6;225,1.5625E-6;226,2.34375E-6;227,2.734375E-6;228,3.125E-6;229,1.5625E-6;230,1.171875E-6;231,1.171875E-6;232,3.125E-6;233,1.5625E-6;234,4.6875E-6;235,7.8125E-7;236,0.0;237,7.8125E-7;238,1.171875E-6;239,1.5625E-6;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_wood:1", + "distrib": "0,0.0;30,0.0;31,3.1640626E-5;32,1.796875E-5;33,7.03125E-6;34,3.90625E-6;35,3.90625E-6;36,1.1328125E-5;37,1.5625E-6;42,1.5625E-6;43,4.296875E-6;44,1.328125E-5;45,0.0;101,0.0;102,3.125E-6;103,3.125E-6;104,9.375E-6;105,1.5625E-5;106,2.5E-5;107,3.828125E-5;108,1.0546875E-5;109,6.25E-6;110,6.25E-6;111,1.5625E-5;112,1.1328125E-5;113,1.5625E-5;114,9.375E-6;115,1.171875E-5;116,9.375E-6;117,1.1328125E-5;118,8.59375E-6;119,1.5625E-5;120,1.09375E-5;121,1.953125E-5;122,3.3984375E-5;123,6.015625E-5;124,2.65625E-5;125,2.9296874E-5;126,4.7265625E-5;127,1.109375E-4;128,3.2421874E-5;129,1.9921876E-5;130,2.7734375E-5;131,7.382812E-5;132,2.421875E-5;133,2.2265625E-5;134,2.109375E-5;135,3.9453123E-5;136,2.1484375E-5;137,1.5625E-5;138,2.3828125E-5;139,4.2578125E-5;140,1.8359375E-5;141,1.2890625E-5;142,1.71875E-5;143,2.96875E-5;144,9.765625E-6;145,8.203125E-6;146,3.125E-6;147,8.203125E-6;148,2.734375E-6;149,3.515625E-6;150,6.25E-6;151,8.203125E-6;152,7.8125E-6;153,2.734375E-6;154,7.8125E-7;158,7.8125E-7;159,1.5625E-6;160,1.5625E-6;161,3.125E-6;162,6.640625E-6;163,1.1328125E-5;164,4.6875E-6;165,4.6875E-6;166,5.859375E-6;167,9.375E-6;168,3.90625E-6;169,2.34375E-6;170,2.34375E-6;171,7.8125E-6;172,7.03125E-6;173,6.25E-6;174,1.09375E-5;175,1.9921876E-5;176,2.03125E-5;177,1.9921876E-5;178,7.421875E-6;179,6.640625E-6;180,8.59375E-6;181,1.5625E-5;182,1.953125E-5;183,9.375E-6;184,8.59375E-6;185,1.015625E-5;186,1.484375E-5;187,1.5625E-5;188,6.640625E-6;190,6.640625E-6;191,5.859375E-6;192,4.296875E-6;193,1.2109375E-5;194,1.0546875E-5;195,1.953125E-5;196,3.6328125E-5;197,6.875E-5;198,2.96875E-5;199,1.953125E-5;200,2.7734375E-5;201,6.523437E-5;202,3.1640626E-5;203,1.6796876E-5;204,1.8359375E-5;205,3.203125E-5;206,5.390625E-5;207,2.34375E-5;208,1.796875E-5;209,2.3828125E-5;210,3.4765624E-5;211,1.5625E-5;212,1.4453125E-5;213,2.4609375E-5;214,2.4609375E-5;215,1.9140625E-5;216,3.046875E-5;217,5.15625E-5;218,3.6328125E-5;219,1.8359375E-5;220,1.8359375E-5;221,3.59375E-5;222,1.8359375E-5;223,1.1328125E-5;224,5.078125E-6;225,7.8125E-6;226,1.015625E-5;227,1.09375E-5;228,4.296875E-6;229,1.2109375E-5;230,1.5234375E-5;231,1.9921876E-5;232,2.8515626E-5;233,2.03125E-5;234,2.96875E-5;235,1.640625E-5;236,1.6015625E-5;237,2.96875E-5;238,1.09375E-5;239,7.8125E-6;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_wood:0", + "distrib": "0,0.0;31,0.0;32,2.0703124E-5;33,5.46875E-6;34,8.59375E-6;35,8.59375E-6;36,1.0546875E-5;37,8.59375E-6;38,8.984375E-6;39,9.375E-6;40,7.421875E-6;41,8.984375E-6;42,8.203125E-6;43,4.296875E-6;44,1.3671875E-5;45,0.0;106,0.0;107,4.140625E-5;108,1.5234375E-5;109,1.9140625E-5;110,2.109375E-5;111,3.671875E-5;112,2.3046876E-5;113,3.4375E-5;114,2.6171874E-5;115,5.5859375E-5;116,2.65625E-5;117,2.65625E-5;118,2.8515626E-5;119,5.78125E-5;120,2.8125E-5;121,2.4609375E-5;122,2.734375E-5;123,1.015625E-4;124,4.0234376E-5;125,4.53125E-5;126,4.84375E-5;127,1.6757812E-4;128,5.8984377E-5;129,6.5625E-5;130,6.4453125E-5;131,1.3867188E-4;132,4.7265625E-5;133,5.390625E-5;134,3.984375E-5;135,7.265625E-5;136,3.0078125E-5;137,3.0859374E-5;138,2.734375E-5;139,7.3046875E-5;140,2.2265625E-5;141,1.8359375E-5;142,1.640625E-5;143,2.5390626E-5;144,1.953125E-6;145,1.171875E-6;146,7.8125E-7;148,7.8125E-7;149,3.90625E-7;151,3.90625E-7;152,1.953125E-6;153,1.5625E-6;154,2.734375E-6;155,2.734375E-6;156,2.34375E-6;159,2.34375E-6;160,2.734375E-6;162,2.734375E-6;163,1.5625E-5;164,7.03125E-6;165,7.8125E-6;166,7.03125E-6;167,1.0546875E-5;168,1.0546875E-5;169,1.2890625E-5;170,9.765625E-6;171,1.328125E-5;172,9.765625E-6;173,1.015625E-5;174,9.375E-6;175,1.875E-5;176,2.734375E-6;177,2.34375E-5;178,7.03125E-6;179,1.09375E-5;180,1.1328125E-5;181,2.265625E-5;182,3.5546876E-5;183,1.71875E-5;184,1.9921876E-5;185,3.359375E-5;186,2.9296874E-5;187,3.671875E-5;188,1.953125E-5;189,3.3203127E-5;190,2.8515626E-5;191,1.7578124E-5;192,1.640625E-5;193,3.3203127E-5;194,2.734375E-5;195,1.5625E-5;196,1.796875E-5;197,8.476563E-5;198,4.765625E-5;199,4.8828126E-5;200,4.453125E-5;201,9.21875E-5;202,5.7421876E-5;203,4.21875E-5;204,4.4140626E-5;205,6.9140624E-5;206,9.84375E-5;207,6.015625E-5;208,6.289063E-5;209,7.578125E-5;210,9.101562E-5;211,5.7421876E-5;212,4.9609374E-5;213,8.710937E-5;214,5.4296874E-5;215,4.453125E-5;216,4.375E-5;217,9.335938E-5;218,5.5078126E-5;219,3.90625E-5;220,3.59375E-5;221,5.4296874E-5;222,4.8046873E-5;223,2.6171874E-5;224,1.5234375E-5;225,1.5625E-5;226,2.9296874E-5;227,1.2890625E-5;228,1.328125E-5;229,1.40625E-5;230,4.0625E-5;231,1.4453125E-5;232,4.375E-5;233,1.5625E-5;234,2.8515626E-5;235,7.03125E-6;236,1.6015625E-5;237,4.609375E-5;238,1.171875E-5;239,1.1328125E-5;240,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_device:2", + "distrib": "0,0.0;32,0.0;33,1.171875E-6;35,1.171875E-6;36,0.0;107,0.0;108,1.953125E-6;109,1.953125E-6;110,1.5625E-6;111,0.0;113,0.0;114,1.171875E-6;116,1.171875E-6;117,0.0;123,0.0;124,5.859375E-6;126,5.859375E-6;127,0.0;128,8.203125E-6;130,8.203125E-6;131,0.0;163,0.0;164,1.171875E-6;166,1.171875E-6;167,0.0;177,0.0;178,1.171875E-6;180,1.171875E-6;181,0.0;182,0.0;183,1.171875E-6;185,1.171875E-6;186,0.0;197,0.0;198,7.03125E-6;199,8.203125E-6;200,8.203125E-6;201,0.0;202,0.0;203,1.171875E-6;205,1.171875E-6;206,0.0;207,4.6875E-6;209,4.6875E-6;210,0.0;232,0.0;233,1.171875E-6;234,1.171875E-6;235,3.90625E-7;236,0.0;237,0.0;238,1.171875E-6;239,1.171875E-6;240,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:tower_device:2", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:cobblestone_wall:0", + "distrib": "0,0.0;7,0.0;8,1.4257812E-4;9,1.6289063E-4;10,9.609375E-5;11,9.609375E-5;12,0.0;14,0.0;15,3.8398438E-4;16,3.2695313E-4;17,2.1992187E-4;18,2.1992187E-4;19,0.0;21,0.0;22,5.113281E-4;23,2.9453126E-4;24,2.0390625E-4;25,2.0351562E-4;26,0.0;29,0.0;30,3.3984375E-5;31,4.140625E-5;32,2.5390626E-5;33,3.828125E-5;34,3.4765624E-5;35,1.1835938E-4;36,5.234375E-5;37,5.1171875E-5;38,5.859375E-5;39,3.59375E-5;40,5.8203124E-5;41,7.03125E-5;42,3.4375E-5;43,2.2265625E-5;44,1.40625E-5;45,1.015625E-5;46,8.984375E-6;47,8.59375E-6;48,2.734375E-6;49,2.734375E-6;50,1.5625E-6;51,1.171875E-6;52,0.0;60,0.0;61,1.953125E-6;62,7.8125E-7;63,1.171875E-6;64,3.90625E-7;65,0.0;66,3.90625E-7;67,0.0;70,0.0;71,7.8125E-7;72,3.90625E-7;73,7.8125E-7;74,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone_wall:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:cobblestone_wall:1", + "distrib": "0,0.0;30,0.0;31,7.03125E-6;32,2.7734375E-5;33,4.4140626E-5;34,4.4921875E-5;35,5.546875E-5;36,3.75E-5;37,4.453125E-5;38,5.7421876E-5;39,4.1015624E-5;40,3.4765624E-5;41,3.6328125E-5;42,3.7890626E-5;43,2.578125E-5;44,2.109375E-5;45,1.25E-5;46,6.25E-6;47,5.859375E-6;48,1.953125E-6;49,1.171875E-6;50,2.34375E-6;51,3.90625E-7;52,0.0;61,0.0;62,1.171875E-6;63,1.5625E-6;64,3.90625E-7;65,7.8125E-7;66,3.90625E-7;69,3.90625E-7;70,7.8125E-7;71,0.0;72,3.90625E-7;73,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:cobblestone_wall:1", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "randomthings:glowingmushroom:0", + "distrib": "0,0.0;8,0.0;9,1.171875E-6;10,1.015625E-5;11,1.015625E-5;12,1.40625E-5;13,2.0703124E-5;14,1.5625E-5;15,1.40625E-5;16,2.109375E-5;17,1.4453125E-5;18,2.421875E-5;19,1.5625E-5;20,1.25E-5;21,1.5234375E-5;22,1.7578124E-5;23,1.2109375E-5;24,1.5625E-5;25,8.203125E-6;26,5.078125E-6;27,1.09375E-5;28,7.421875E-6;29,1.40625E-5;30,3.515625E-6;31,3.75E-5;32,4.84375E-5;33,2.7734375E-5;34,2.578125E-5;35,1.953125E-5;36,1.7578124E-5;37,1.09375E-5;38,1.25E-5;39,5.078125E-6;40,2.34375E-6;41,1.171875E-6;42,0.0;43,0.0;44,1.953125E-6;45,1.953125E-6;46,1.5625E-6;47,3.90625E-7;48,0.0;53,0.0;54,3.90625E-7;55,3.90625E-7;56,0.0;57,0.0;58,3.90625E-7;59,0.0;62,0.0;63,1.953125E-6;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "randomthings:glowingmushroom:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:vine:0", + "distrib": "0,0.0;12,0.0;13,3.90625E-7;15,3.90625E-7;16,1.5625E-6;17,3.125E-6;18,3.125E-6;19,1.171875E-5;20,1.171875E-5;21,1.328125E-5;22,1.3671875E-5;23,1.5234375E-5;24,1.6796876E-5;25,1.9140625E-5;26,2.34375E-5;27,2.7734375E-5;28,3.0859374E-5;29,4.2578125E-5;30,1.5546875E-4;31,0.0017929687;32,0.0018199219;33,0.0019617188;34,0.0020148437;35,0.0020222657;36,0.0019632813;37,0.0017988281;38,0.0016941406;39,0.0016;40,0.0015097656;41,0.0014179688;42,0.0012628906;43,0.0010976562;44,9.285156E-4;45,6.8671873E-4;46,5.5390625E-4;47,5.390625E-4;48,4.0820314E-4;49,4.0625E-4;50,4.050781E-4;51,4.0234375E-4;52,3.9882812E-4;53,3.9609376E-4;54,3.9257813E-4;55,3.9179687E-4;56,3.921875E-4;57,3.8984374E-4;58,3.8984374E-4;59,3.878906E-4;60,3.8515625E-4;61,3.8085936E-4;62,3.8710938E-4;63,3.7929686E-4;64,3.3710938E-4;65,3.3710938E-4;66,3.3554688E-4;67,3.3359375E-4;68,3.328125E-4;69,3.2929686E-4;70,3.3125E-4;71,3.2421874E-4;72,3.207031E-4;73,3.2226564E-4;74,3.203125E-4;75,3.2578126E-4;76,3.1601562E-4;77,3.09375E-4;78,3.1054686E-4;79,3.1171876E-4;80,2.34375E-4;81,2.3476563E-4;82,2.3398438E-4;83,2.296875E-4;84,2.1953126E-4;85,2.1289062E-4;86,2.140625E-4;87,2.1367187E-4;88,2.2226562E-4;89,2.1601563E-4;90,2.1523438E-4;91,2.09375E-4;92,1.9921875E-4;93,1.9453125E-4;94,1.9257813E-4;95,1.8867188E-4;96,1.1679687E-4;97,1.1875E-4;98,1.1484375E-4;99,1.19921875E-4;100,1.1835938E-4;101,1.109375E-4;102,1.1171875E-4;103,1.0507813E-4;104,1.0429687E-4;105,1.02734375E-4;106,9.960937E-5;107,1.0039062E-4;108,1.0E-4;109,9.296875E-5;110,8.710937E-5;111,8.476563E-5;112,2.8125E-5;113,2.65625E-5;114,2.734375E-5;115,2.734375E-5;116,2.6953125E-5;117,2.8515626E-5;118,2.6953125E-5;119,2.8125E-5;120,2.578125E-5;121,2.5390626E-5;122,2.34375E-5;123,2.1875E-5;124,1.9140625E-5;125,1.8359375E-5;126,1.3671875E-5;127,1.25E-5;128,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "chisel:arcane_stone1:7", + "distrib": "0,0.0;103,0.0;104,6.25E-6;105,0.0;107,0.0;108,3.90625E-5;109,1.25E-5;110,0.0;112,0.0;113,3.515625E-5;114,0.0;116,0.0;117,7.03125E-6;118,1.875E-5;119,1.71875E-5;120,0.0;121,6.25E-6;122,0.0;124,0.0;125,3.90625E-5;126,6.25E-6;127,0.0;135,0.0;136,6.25E-6;137,0.0;138,0.0;139,8.984375E-6;140,3.90625E-5;141,0.0;142,0.0;143,6.40625E-5;144,0.0;151,0.0;152,6.25E-6;153,0.0;155,0.0;156,3.90625E-5;157,0.0;183,0.0;184,1.25E-5;185,0.0;187,0.0;188,7.8125E-5;189,6.25E-6;190,1.4453125E-5;191,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:dispenser:0", + "distrib": "0,0.0;24,0.0;25,3.90625E-7;26,7.8125E-7;27,1.5625E-6;28,0.0;30,0.0;31,1.953125E-6;32,7.8125E-7;33,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:dispenser:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:tower_device:0", + "distrib": "0,0.0;32,0.0;33,2.34375E-6;35,2.34375E-6;36,0.0;123,0.0;124,1.171875E-6;126,1.171875E-6;127,0.0;134,0.0;135,4.6875E-6;136,1.171875E-6;138,1.171875E-6;139,0.0;171,0.0;172,1.171875E-6;174,1.171875E-6;175,0.0;187,0.0;188,1.171875E-6;189,1.171875E-6;190,7.8125E-7;191,0.0;200,0.0;201,1.171875E-6;202,0.0;204,0.0;205,6.640625E-6;206,0.0;207,1.171875E-6;209,1.171875E-6;210,0.0;213,0.0;214,5.859375E-6;215,1.171875E-6;216,1.171875E-6;217,3.90625E-7;218,2.34375E-6;220,2.34375E-6;221,0.0;222,1.171875E-6;223,1.171875E-6;224,0.0;232,0.0;233,1.171875E-6;235,1.171875E-6;236,0.0;237,0.0;238,2.34375E-6;239,2.34375E-6;240,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:tower_device:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:fence:0", + "distrib": "0,0.0;8,0.0;9,1.4609375E-4;10,1.3789063E-4;11,1.3789063E-4;12,3.4179687E-4;13,0.0;15,0.0;16,7.03125E-6;17,0.0;18,0.0;19,3.3125E-4;20,1.390625E-4;21,1.3828125E-4;22,2.7578126E-4;23,4.6875E-6;24,0.0;25,0.0;26,1.6445313E-4;27,0.0;29,0.0;30,7.8125E-7;31,1.875E-5;32,7.109375E-5;33,9.0625E-5;34,9.4140625E-5;35,7.96875E-5;36,6.3671876E-5;37,3.9453123E-5;38,2.65625E-5;39,2.4609375E-5;40,1.9140625E-5;41,1.640625E-5;42,2.2265625E-5;43,3.203125E-5;44,6.210938E-5;45,7.382812E-5;46,1.0E-4;47,1.015625E-4;48,3.984375E-5;49,4.1015624E-5;50,4.53125E-5;51,4.8046873E-5;52,3.6328125E-5;53,2.578125E-5;54,3.2421874E-5;55,2.265625E-5;56,2.9296874E-5;57,1.3671875E-5;58,1.25E-5;59,2.65625E-5;60,2.34375E-5;61,1.875E-5;62,1.6796876E-5;63,1.40625E-5;64,1.6796876E-5;65,2.109375E-5;66,2.2265625E-5;67,1.953125E-5;68,1.5625E-5;69,1.796875E-5;70,1.796875E-5;71,2.1875E-5;72,1.171875E-5;73,1.5234375E-5;74,1.8359375E-5;75,1.953125E-5;76,2.1875E-5;77,2.7734375E-5;78,1.71875E-5;79,2.8125E-5;80,2.109375E-5;81,1.40625E-5;82,1.328125E-5;83,1.09375E-5;84,3.203125E-5;85,5.1171875E-5;86,1.8359375E-5;87,6.3671876E-5;88,3.515625E-5;89,1.328125E-5;90,1.328125E-5;91,1.2890625E-5;92,9.765625E-6;93,3.671875E-5;94,1.09375E-5;95,3.125E-6;96,5.078125E-6;97,9.765625E-6;98,8.203125E-6;99,1.5625E-5;100,1.015625E-5;101,1.09375E-5;102,1.015625E-5;103,5.078125E-6;104,8.59375E-6;105,2.421875E-5;106,9.375E-6;107,1.9921876E-5;108,4.296875E-6;109,8.203125E-6;110,1.0546875E-5;111,4.296875E-6;112,2.734375E-6;113,1.953125E-6;114,1.171875E-6;115,0.0;116,2.734375E-6;117,3.125E-6;118,0.0;119,3.125E-6;120,3.90625E-7;121,0.0;122,2.34375E-6;123,0.0;124,0.0;125,1.5625E-6;126,3.125E-6;127,0.0;128,1.40625E-5;129,1.5625E-6;130,0.0;131,1.5625E-6;132,2.5E-5;133,3.125E-6;134,7.421875E-6;135,0.0;136,1.3671875E-5;137,4.6875E-6;138,0.0;139,0.0;140,2.1875E-5;141,3.125E-6;142,0.0;143,0.0;144,2.1875E-5;145,0.0;171,0.0;172,2.734375E-6;173,1.5625E-6;174,0.0;175,0.0;176,7.421875E-6;177,3.515625E-6;178,0.0;182,0.0;183,4.375E-5;184,0.0;186,0.0;187,1.5625E-6;188,2.734375E-6;189,0.0;193,0.0;194,7.8125E-6;195,0.0;199,0.0;200,1.171875E-6;201,0.0;202,1.40625E-5;203,0.0;206,0.0;207,4.6875E-6;208,0.0;210,0.0;211,8.203125E-6;212,1.5625E-6;213,0.0;214,1.5625E-6;215,5.46875E-6;216,0.0;217,0.0;218,2.2265625E-5;219,1.25E-5;220,1.5625E-6;221,0.0;222,1.4453125E-5;223,1.5625E-6;224,1.5625E-6;225,0.0;231,0.0;232,3.125E-6;233,2.734375E-6;234,0.0;235,1.6796876E-5;236,0.0;237,0.0;238,5.46875E-6;239,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:fence:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "abyssalcraft:coraliumore:0", + "distrib": "0,0.0;1,5.2734376E-5;2,1.1015625E-4;3,1.7578126E-4;4,2.2148437E-4;5,2.7773436E-4;6,2.7890626E-4;7,2.5585937E-4;8,2.1523438E-4;9,1.7890625E-4;10,2.0273437E-4;11,1.9179688E-4;12,1.9921875E-4;13,2.2460938E-4;14,1.8554687E-4;15,1.9609375E-4;16,1.6992187E-4;17,1.5078126E-4;18,1.0898437E-4;19,1.125E-4;20,1.15234376E-4;21,1.2148437E-4;22,9.765625E-5;23,1.015625E-4;24,1.4609375E-4;25,1.5546875E-4;26,1.19140626E-4;27,8.9453126E-5;28,6.9140624E-5;29,2.7734375E-5;30,1.2109375E-5;31,1.5625E-6;32,2.34375E-6;33,1.5625E-6;34,0.0;35,0.0;36,3.90625E-7;37,3.90625E-7;38,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "abyssalcraft:coralium:0", + "fortunes": { + "0": 1.9977, + "1": 2.6727, + "2": 3.4918, + "3": 4.4392 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_door:1", + "distrib": "0,0.0;155,0.0;156,3.125E-6;158,3.125E-6;159,0.0;172,0.0;173,3.125E-6;175,3.125E-6;176,0.0;182,0.0;183,2.34375E-6;186,2.34375E-6;187,0.0;193,0.0;194,3.125E-6;196,3.125E-6;197,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:castle_door:0", + "distrib": "0,0.0;144,0.0;145,3.90625E-7;148,3.90625E-7;149,0.0;152,0.0;153,2.34375E-6;155,2.34375E-6;156,7.03125E-6;157,3.515625E-6;159,3.515625E-6;160,0.0;174,0.0;175,1.171875E-6;176,0.0;177,2.734375E-6;178,3.515625E-6;180,3.515625E-6;181,0.0;192,0.0;193,1.171875E-6;196,1.171875E-6;197,0.0;200,0.0;201,3.90625E-7;203,3.90625E-7;204,7.8125E-7;205,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:tallgrass:2", + "distrib": "0,0.0;9,0.0;10,3.4765624E-5;11,3.203125E-5;12,3.3203127E-5;13,3.203125E-5;14,4.296875E-5;15,4.921875E-5;16,4.21875E-5;17,3.8671875E-5;18,4.0234376E-5;19,3.7109374E-5;20,3.4375E-5;21,2.96875E-5;22,3.0859374E-5;23,3.4765624E-5;24,2.8125E-5;25,2.96875E-5;26,3.2421874E-5;27,5.15625E-5;28,8.6328124E-5;29,1.5664063E-4;30,2.28125E-4;31,0.0059941406;32,0.0085722655;33,0.0059652342;34,0.0072191404;35,0.006565625;36,0.004248828;37,0.0025773437;38,0.0021339844;39,0.0013097656;40,9.171875E-4;41,6.6679687E-4;42,4.734375E-4;43,3.4257813E-4;44,2.2539063E-4;45,1.8632812E-4;46,7.421875E-5;47,5.8984377E-5;48,4.375E-5;49,2.3828125E-5;50,2.734375E-5;51,3.3203127E-5;52,3.4765624E-5;53,3.125E-5;54,2.5E-5;55,3.125E-5;56,2.96875E-5;57,3.28125E-5;58,5.3125E-5;59,1.19140626E-4;60,6.0117187E-4;61,7.714844E-4;62,0.0010160157;63,0.0010527343;64,4.53125E-4;65,3.296875E-4;66,1.3984375E-4;67,1.484375E-5;68,5.46875E-6;69,2.734375E-6;70,2.734375E-6;71,4.296875E-6;72,3.125E-6;73,2.734375E-6;74,2.734375E-6;75,1.5625E-6;76,7.8125E-7;77,7.8125E-7;78,0.0;79,1.171875E-6;80,3.90625E-7;81,7.8125E-7;82,0.0;83,7.8125E-7;84,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.0126, + "1": 0.0132, + "2": 0.0149, + "3": 0.0133 + } + }, + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.0086, + "1": 0.0105, + "2": 0.0097, + "3": 0.0083 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0081, + "1": 0.0073, + "2": 0.0089, + "3": 0.0085 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0075, + "1": 0.0079, + "2": 0.0092, + "3": 0.0087 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.0122, + "1": 0.0138, + "2": 0.013, + "3": 0.0147 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0092, + "1": 0.0092, + "2": 0.008, + "3": 0.0078 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0084, + "1": 0.0075, + "2": 0.0074, + "3": 0.0071 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.0268, + "1": 0.0521, + "2": 0.0852, + "3": 0.1069 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0097, + "1": 0.0095, + "2": 0.0079, + "3": 0.0089 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.008, + "1": 0.0082, + "2": 0.0082, + "3": 0.0083 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.009, + "1": 0.0088, + "2": 0.009, + "3": 0.0073 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:tallgrass:1", + "distrib": "0,0.0;9,0.0;10,7.382812E-5;11,6.40625E-5;12,6.171875E-5;13,5.9375E-5;14,8.515625E-5;15,6.4453125E-5;16,6.796875E-5;17,7.2265626E-5;18,7.070313E-5;19,5.2734376E-5;20,6.171875E-5;21,5.5078126E-5;22,5.2734376E-5;23,5.7421876E-5;24,5.6640623E-5;25,5.1171875E-5;26,7.1875E-5;27,8.046875E-5;28,1.2460937E-4;29,2.3789062E-4;30,4.4648437E-4;31,0.01127461;32,0.013893359;33,0.009474609;34,0.010672656;35,0.01021875;36,0.0060503907;37,0.003720703;38,0.00293125;39,0.0020929687;40,0.00155625;41,9.4609376E-4;42,6.121094E-4;43,3.3125E-4;44,2.6132812E-4;45,2.5898436E-4;46,1.1328125E-4;47,8.0859376E-5;48,4.8828126E-5;49,3.8671875E-5;50,4.2578125E-5;51,5.0390627E-5;52,4.6875E-5;53,4.0625E-5;54,3.7109374E-5;55,8.867188E-5;56,4.2578125E-5;57,4.8828126E-5;58,4.2578125E-5;59,4.2578125E-5;60,1.3085938E-4;61,1.8554687E-4;62,2.625E-4;63,2.5742187E-4;64,1.16015624E-4;65,1.1835938E-4;66,2.9296874E-5;67,2.34375E-6;68,7.03125E-6;69,3.90625E-6;70,1.171875E-6;71,1.5625E-6;72,3.90625E-7;73,1.5625E-6;74,1.171875E-6;75,3.90625E-7;78,3.90625E-7;79,1.171875E-6;80,3.90625E-7;81,3.90625E-7;82,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "immersiveengineering:seed:0", + "fortunes": { + "0": 0.0146, + "1": 0.0145, + "2": 0.0143, + "3": 0.0157 + } + }, + { + "itemStack": "bewitchment:belladonna_seeds:0", + "fortunes": { + "0": 0.0081, + "1": 0.0084, + "2": 0.0087, + "3": 0.0084 + } + }, + { + "itemStack": "bewitchment:mandrake_seeds:0", + "fortunes": { + "0": 0.0084, + "1": 0.0094, + "2": 0.009, + "3": 0.0092 + } + }, + { + "itemStack": "bewitchment:hellebore_seeds:0", + "fortunes": { + "0": 0.0086, + "1": 0.0086, + "2": 0.009, + "3": 0.0102 + } + }, + { + "itemStack": "bewitchment:garlic_seeds:0", + "fortunes": { + "0": 0.0077, + "1": 0.0077, + "2": 0.0087, + "3": 0.0087 + } + }, + { + "itemStack": "extratrees:hops:0", + "fortunes": { + "0": 0.0174, + "1": 0.0149, + "2": 0.0162, + "3": 0.0127 + } + }, + { + "itemStack": "bewitchment:wormwood_seeds:0", + "fortunes": { + "0": 0.0092, + "1": 0.009, + "2": 0.01, + "3": 0.0083 + } + }, + { + "itemStack": "minecraft:wheat_seeds:0", + "fortunes": { + "0": 0.028, + "1": 0.0586, + "2": 0.0758, + "3": 0.1169 + } + }, + { + "itemStack": "bewitchment:aconitum_seeds:0", + "fortunes": { + "0": 0.0094, + "1": 0.0073, + "2": 0.0087, + "3": 0.0087 + } + }, + { + "itemStack": "natura:overworld_seeds:0", + "fortunes": { + "0": 0.0074, + "1": 0.0094, + "2": 0.0076, + "3": 0.0099 + } + }, + { + "itemStack": "natura:overworld_seeds:1", + "fortunes": { + "0": 0.0116, + "1": 0.0099, + "2": 0.0088, + "3": 0.0096 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "railcraft:ore_metal_poor:7", + "distrib": "0,0.0;15,0.0;16,7.8125E-7;17,6.640625E-6;18,9.765625E-6;19,1.3671875E-5;20,3.3203127E-5;21,5.3515625E-5;22,7.929688E-5;23,9.765625E-5;24,1.453125E-4;25,1.7695312E-4;26,1.546875E-4;27,1.5898437E-4;28,1.12109374E-4;29,8.515625E-5;30,8.4375E-5;31,5.703125E-5;32,2.7734375E-5;33,3.671875E-5;34,1.640625E-5;35,8.59375E-6;36,3.125E-6;37,3.515625E-6;38,7.8125E-7;39,1.171875E-6;40,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:uberous_soil:0", + "distrib": "0,0.0;15,0.0;16,4.296875E-5;17,2.734375E-6;18,1.328125E-5;19,8.59375E-6;20,7.03125E-6;21,0.0;58,0.0;59,7.6953125E-5;60,7.617188E-5;61,1.5351562E-4;62,1.5507813E-4;63,2.9296874E-5;64,0.0;65,3.125E-6;66,1.953125E-6;67,1.171875E-6;68,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:waterlily:0", + "distrib": "0,0.0;5,0.0;6,7.8125E-7;7,0.0;9,0.0;10,7.8125E-6;11,3.90625E-7;12,3.90625E-7;13,0.0;16,0.0;17,3.125E-6;18,0.0;24,0.0;25,1.171875E-6;26,0.0;27,7.8125E-7;28,0.0;29,8.203125E-6;30,1.8867188E-4;31,0.0012621094;32,7.421875E-6;33,1.8359375E-5;34,4.6875E-6;35,3.90625E-7;36,2.34375E-6;37,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "minecraft:waterlily:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extrabees:hive:3", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,0.0;33,7.8125E-7;34,0.0;35,0.0;36,3.90625E-7;37,0.0;44,0.0;45,3.90625E-7;46,7.8125E-7;47,0.0;48,3.90625E-7;49,0.0;50,0.0;51,3.90625E-7;52,0.0;55,0.0;56,3.90625E-7;57,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.marble\",UID1:\"extrabees.species.marble\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlow\",UID1:\"forestry.floweringSlow\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.4872, + "1": 0.4833, + "2": 0.4979, + "3": 0.4926 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0163, + "1": 0.0175, + "2": 0.0176, + "3": 0.0146 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0128, + "1": 0.0116, + "2": 0.0117, + "3": 0.014 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.marble\",UID1:\"extrabees.species.marble\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlow\",UID1:\"forestry.floweringSlow\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.7821, + "1": 0.7863, + "2": 0.792, + "3": 0.7953 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.marble\",UID1:\"extrabees.species.marble\"},{Slot:1b,UID0:\"forestry.speedSlower\",UID1:\"forestry.speedSlower\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlow\",UID1:\"forestry.floweringSlow\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.486, + "1": 0.496, + "2": 0.4807, + "3": 0.4856 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.014, + "1": 0.0091, + "2": 0.0097, + "3": 0.0078 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "extrabees:hive:1", + "distrib": "0,0.0;4,0.0;5,3.90625E-7;6,0.0;8,0.0;9,7.8125E-7;10,5.078125E-6;11,5.46875E-6;12,4.6875E-6;13,5.859375E-6;14,9.765625E-6;15,7.8125E-6;16,5.078125E-6;17,7.03125E-6;18,4.296875E-6;19,5.46875E-6;20,6.25E-6;21,6.640625E-6;22,7.421875E-6;23,5.859375E-6;24,4.296875E-6;25,6.25E-6;26,7.421875E-6;27,4.296875E-6;28,5.859375E-6;29,3.90625E-6;30,3.515625E-6;31,3.515625E-6;32,2.34375E-6;33,1.5625E-6;34,1.5625E-6;35,1.171875E-6;36,7.8125E-7;37,3.90625E-7;38,3.90625E-7;39,1.171875E-6;40,3.90625E-7;41,1.5625E-6;42,3.90625E-7;43,1.171875E-6;44,7.8125E-7;45,3.90625E-7;46,3.90625E-7;47,0.0;48,3.90625E-7;49,0.0;51,0.0;52,3.90625E-7;53,0.0;54,0.0;55,3.90625E-7;56,0.0;59,0.0;60,3.90625E-7;61,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.2232, + "1": 0.2512, + "2": 0.2519, + "3": 0.2377 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0522, + "1": 0.0606, + "2": 0.0675, + "3": 0.0574 + } + }, + { + "itemStack": "forestry:bee_drone_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0684 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]}}", + "fortunes": { + "0": 0.0415 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:30,MaxH:30,Genome:{Chromosomes:[{Slot:0b,UID0:\"extrabees.species.rock\",UID1:\"extrabees.species.rock\"},{Slot:1b,UID0:\"forestry.speedSlowest\",UID1:\"forestry.speedSlowest\"},{Slot:2b,UID0:\"forestry.lifespanShort\",UID1:\"forestry.lifespanShort\"},{Slot:3b,UID0:\"forestry.fertilityLow\",UID1:\"forestry.fertilityLow\"},{Slot:4b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceBoth1\",UID1:\"forestry.toleranceBoth1\"},{Slot:7b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"extrabees.flower.rock\",UID1:\"extrabees.flower.rock\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.0459 + } + }, + { + "itemStack": "forestry:bee_princess_ge:0:{IsAnalyzed:0b,Health:50,MaxH:50,Genome:{Chromosomes:[{Slot:0b,UID0:\"forestry.speciesValiant\",UID1:\"forestry.speciesValiant\"},{Slot:1b,UID0:\"forestry.speedSlow\",UID1:\"forestry.speedSlow\"},{Slot:2b,UID0:\"forestry.lifespanLong\",UID1:\"forestry.lifespanLong\"},{Slot:3b,UID0:\"forestry.fertilityNormal\",UID1:\"forestry.fertilityNormal\"},{Slot:4b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:5b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:6b,UID0:\"forestry.toleranceNone\",UID1:\"forestry.toleranceNone\"},{Slot:7b,UID0:\"forestry.boolFalse\",UID1:\"forestry.boolFalse\"},{Slot:8b,UID0:\"forestry.boolTrue\",UID1:\"forestry.boolTrue\"},{Slot:9b,UID0:\"forestry.flowersVanilla\",UID1:\"forestry.flowersVanilla\"},{Slot:10b,UID0:\"forestry.floweringSlowest\",UID1:\"forestry.floweringSlowest\"},{Slot:11b,UID0:\"forestry.territoryAverage\",UID1:\"forestry.territoryAverage\"},{Slot:12b,UID0:\"forestry.effectNone\",UID1:\"forestry.effectNone\"}]},NA:0b}", + "fortunes": { + "0": 0.2315, + "1": 0.2533, + "2": 0.2513, + "3": 0.2534 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:mine_slab:0", + "distrib": "0,0.0;21,0.0;22,1.5625E-6;23,0.0;29,0.0;30,1.5625E-6;31,2.734375E-6;32,0.0;33,8.59375E-6;34,7.8125E-7;35,7.8125E-7;36,1.5625E-6;37,8.203125E-6;38,0.0;39,3.515625E-6;40,3.125E-6;41,1.171875E-6;42,2.34375E-6;43,0.0;44,1.953125E-6;45,7.8125E-7;46,1.5625E-6;47,3.90625E-7;48,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:mine_slab:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:dirt:2", + "distrib": "0,0.0;27,0.0;28,3.125E-6;29,3.125E-6;30,3.1640626E-5;31,6.601562E-5;32,4.5703124E-5;33,5.15625E-5;34,1.3203124E-4;35,6.328125E-5;36,5.0390627E-5;37,5.625E-5;38,6.640625E-5;39,5.2734376E-5;40,4.296875E-5;41,5.46875E-5;42,7.3046875E-5;43,7.3046875E-5;44,5.625E-5;45,9.140625E-5;46,9.960937E-5;47,7.3046875E-5;48,5.4296874E-5;49,5.2734376E-5;50,8.320312E-5;51,8.6328124E-5;52,6.757813E-5;53,1.0078125E-4;54,1.2734375E-4;55,1.1445313E-4;56,9.609375E-5;57,1.4023438E-4;58,2.78125E-4;59,0.0017402343;60,0.0018746094;61,0.002421875;62,0.0029425782;63,0.0016625;64,9.292969E-4;65,4.25E-4;66,8.046875E-5;67,5.46875E-5;68,4.453125E-5;69,4.921875E-5;70,5.78125E-5;71,4.0625E-5;72,4.1796877E-5;73,3.59375E-5;74,4.765625E-5;75,2.65625E-5;76,1.40625E-5;77,1.1328125E-5;78,9.375E-6;79,2.734375E-6;80,1.171875E-6;81,0.0;82,1.5625E-6;83,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:dirt:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:redstone_ore:0", + "distrib": "0,0.0;1,0.0018945313;2,0.00375625;3,0.0056410157;4,0.00734375;5,0.009034375;6,0.0090621095;7,0.009023828;8,0.008966016;9,0.008791797;10,0.008897657;11,0.008871093;12,0.008741797;13,0.008048047;14,0.0043261717;15,6.6992186E-4;16,0.0;17,1.5625E-6;18,2.34375E-6;19,7.8125E-7;20,3.90625E-6;21,1.171875E-6;22,3.90625E-7;23,1.171875E-6;24,0.0;28,0.0;29,3.90625E-7;30,4.296875E-6;31,5.078125E-6;32,5.859375E-6;33,6.25E-6;34,1.40625E-5;35,1.640625E-5;36,1.6015625E-5;37,1.5625E-5;38,2.1484375E-5;39,3.7890626E-5;40,2.8515626E-5;41,3.515625E-5;42,3.0859374E-5;43,2.734375E-5;44,2.5390626E-5;45,1.3671875E-5;46,6.25E-6;47,1.015625E-5;48,1.015625E-5;49,6.25E-6;50,6.640625E-6;51,3.90625E-7;52,2.34375E-6;53,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:redstone:0", + "fortunes": { + "0": 4.5065, + "1": 5.0026, + "2": 5.5043, + "3": 5.9858 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:dirt:0", + "distrib": "0,0.0;1,0.006237109;2,0.0125125;3,0.018135937;4,0.0242875;5,0.030047266;6,0.030009376;7,0.029880859;8,0.030458594;9,0.03164844;10,0.032171093;11,0.032347266;12,0.033552736;13,0.035929687;14,0.036885936;15,0.037901953;16,0.03875039;17,0.038653515;18,0.03775625;19,0.038022265;20,0.037715625;21,0.036503125;22,0.037036717;23,0.03930469;24,0.04661953;25,0.05844922;26,0.08524883;27,0.15903242;28,0.25813788;29,0.37649843;30,0.36574256;31,0.284459;32,0.22911367;33,0.16725586;34,0.10343086;35,0.0714832;36,0.051464844;37,0.03431875;38,0.023307422;39,0.016335156;40,0.010758594;41,0.007523828;42,0.0057277344;43,0.0044917967;44,0.0035488282;45,0.003025;46,0.0027332031;47,0.0025445314;48,0.002365625;49,0.0022382813;50,0.0020867188;51,0.002809375;52,0.0033070312;53,0.003371875;54,0.0018191406;55,0.002234375;56,0.004022266;57,0.007030469;58,0.010716407;59,0.012894922;60,0.012121093;61,0.009567578;62,0.0057527344;63,0.003017578;64,0.0012761719;65,5.8125E-4;66,4.9765623E-4;67,4.4648437E-4;68,4.0703124E-4;69,3.5585937E-4;70,2.9921875E-4;71,3.078125E-4;72,2.7773436E-4;73,2.125E-4;74,1.1367188E-4;75,6.171875E-5;76,3.8671875E-5;77,2.1875E-5;78,7.421875E-6;79,4.296875E-6;80,1.5625E-6;81,1.5625E-6;82,0.0;91,0.0;92,3.515625E-6;93,6.25E-6;94,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:dirt:1", + "distrib": "0,0.0;27,0.0;28,1.0546875E-5;29,0.0;30,1.40625E-5;31,1.640625E-5;32,1.015625E-5;33,2.734375E-5;34,3.75E-5;35,3.90625E-5;36,2.5E-5;37,3.75E-5;38,4.765625E-5;39,3.9453123E-5;40,2.9296874E-5;41,3.828125E-5;42,4.3359374E-5;43,3.7109374E-5;44,3.0078125E-5;45,3.8671875E-5;46,4.140625E-5;47,4.0234376E-5;48,3.4375E-5;49,3.0078125E-5;50,4.7265625E-5;51,4.375E-5;52,3.9453123E-5;53,4.4140626E-5;54,5.859375E-5;55,4.921875E-5;56,4.7265625E-5;57,5.78125E-5;58,9.8046876E-5;59,4.0351562E-4;60,7.6328125E-4;61,0.0011214843;62,9.1601565E-4;63,5.734375E-4;64,1.6640624E-4;65,1.953125E-4;66,7.34375E-5;67,5.234375E-5;68,3.6328125E-5;69,4.453125E-5;70,3.75E-5;71,3.59375E-5;72,3.359375E-5;73,3.0078125E-5;74,3.0078125E-5;75,1.71875E-5;76,7.421875E-6;77,3.90625E-6;78,3.515625E-6;79,7.8125E-7;80,3.90625E-7;81,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:trophy_pedestal:0", + "distrib": "0,0.0;29,0.0;30,3.90625E-7;31,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "twilightforest:trophy_pedestal:0", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:14", + "distrib": "0,0.0;28,0.0;29,7.8125E-7;30,0.0;31,1.8359375E-5;32,1.1328125E-5;33,7.421875E-6;34,1.6796876E-5;35,8.59375E-6;36,3.515625E-6;37,7.8125E-7;38,2.734375E-6;39,1.5625E-6;40,3.90625E-7;41,0.0;47,0.0;48,3.90625E-7;49,3.90625E-7;50,0.0;61,0.0;62,3.125E-6;63,1.171875E-6;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:14", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:15", + "distrib": "0,0.0;29,0.0;30,3.90625E-7;31,7.03125E-6;32,1.6015625E-5;33,1.09375E-5;34,8.59375E-6;35,3.125E-6;36,7.8125E-7;37,3.515625E-6;38,7.8125E-7;39,0.0;60,0.0;61,7.8125E-7;62,7.8125E-7;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:15", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:10", + "distrib": "0,0.0;25,0.0;26,3.90625E-7;27,0.0;28,0.0;29,3.90625E-7;30,0.0;31,1.796875E-5;32,2.4609375E-5;33,2.5390626E-5;34,1.796875E-5;35,1.484375E-5;36,7.8125E-7;37,3.90625E-6;38,3.125E-6;39,3.90625E-7;41,3.90625E-7;42,0.0;62,0.0;63,1.171875E-6;64,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:10", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "contenttweaker:alchemical_ore:0", + "distrib": "0,0.0;30,0.0;31,7.8125E-7;32,3.90625E-7;33,3.515625E-6;34,4.296875E-6;35,5.078125E-6;36,3.515625E-6;37,3.515625E-6;38,2.734375E-6;39,3.515625E-6;40,5.859375E-6;41,8.984375E-6;42,1.2109375E-5;43,1.6796876E-5;44,1.71875E-5;45,1.171875E-5;46,7.8125E-6;47,5.46875E-6;48,5.46875E-6;49,3.515625E-6;50,5.859375E-6;51,7.03125E-6;52,8.203125E-6;53,3.125E-6;54,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:11", + "distrib": "0,0.0;28,0.0;29,3.90625E-7;30,0.0;31,1.875E-5;32,2.265625E-5;33,6.25E-6;34,6.640625E-6;35,1.0546875E-5;36,7.03125E-6;37,2.34375E-6;38,5.859375E-6;39,7.8125E-7;40,0.0;61,0.0;62,7.8125E-7;63,3.90625E-7;64,1.171875E-6;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:11", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:12", + "distrib": "0,0.0;28,0.0;29,3.90625E-7;30,3.90625E-7;31,1.6796876E-5;32,2.03125E-5;33,8.203125E-6;34,9.765625E-6;35,1.6015625E-5;36,4.296875E-6;37,3.90625E-7;38,0.0;39,2.734375E-6;40,0.0;41,7.8125E-7;42,0.0;61,0.0;62,3.90625E-7;63,7.8125E-7;64,3.90625E-7;65,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:12", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "botania:flower:13", + "distrib": "0,0.0;27,0.0;28,3.90625E-7;30,3.90625E-7;31,9.765625E-6;32,3.203125E-5;33,1.015625E-5;34,1.015625E-5;35,4.6875E-6;36,2.734375E-6;37,1.5625E-6;38,2.734375E-6;39,2.34375E-6;40,3.90625E-6;41,0.0;54,0.0;55,2.734375E-6;56,0.0;61,0.0;62,3.90625E-7;63,0.0;", + "silktouch": false, + "dropsList": [ + { + "itemStack": "botania:flower:13", + "fortunes": { + "0": 1.0, + "1": 1.0, + "2": 1.0, + "3": 1.0 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "minecraft:glowstone:0", + "distrib": "0,0.0;3,0.0;4,2.734375E-6;5,4.6875E-6;6,2.734375E-6;7,6.640625E-6;8,7.421875E-6;9,5.46875E-6;10,8.59375E-6;11,3.515625E-6;12,5.46875E-6;13,6.640625E-6;14,4.6875E-6;15,3.515625E-6;16,5.46875E-6;17,5.859375E-6;18,3.125E-6;19,7.8125E-7;20,0.0;21,0.0;22,3.90625E-7;23,0.0;30,0.0;31,1.171875E-6;32,2.734375E-6;33,6.25E-6;34,3.90625E-6;35,7.03125E-6;36,5.859375E-6;37,6.25E-6;38,4.6875E-6;39,5.859375E-6;40,4.6875E-6;41,6.640625E-6;42,6.25E-6;43,3.90625E-6;44,3.125E-6;45,7.8125E-7;46,1.953125E-6;47,1.171875E-6;48,7.8125E-7;49,7.8125E-7;50,1.171875E-6;52,1.171875E-6;53,0.0;73,0.0;74,3.90625E-7;75,0.0;79,0.0;80,3.90625E-7;81,0.0;82,3.90625E-7;83,0.0;84,7.8125E-7;85,0.0;179,0.0;180,7.8125E-7;181,1.953125E-6;182,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "minecraft:glowstone_dust:0", + "fortunes": { + "0": 2.9938, + "1": 3.3307, + "2": 3.5526, + "3": 3.6679 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_dirt:2", + "distrib": "0,0.0;130,0.0;131,3.90625E-7;132,3.90625E-6;133,1.2890625E-5;134,3.3984375E-5;135,6.4453125E-5;136,1.0039062E-4;137,1.2851563E-4;138,1.3984375E-4;139,8.242187E-5;140,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "techreborn:techreborn_techreborn.oil:0", + "distrib": "0,0.0;1,0.0;2,8.203125E-6;3,4.2578125E-5;4,1.8710937E-4;5,1.8203125E-4;6,3.1015626E-4;7,2.3476563E-4;8,2.5507814E-4;9,1.8046875E-4;10,2.5E-4;11,2.8203125E-4;12,1.828125E-4;13,1.3203124E-4;14,9.960937E-5;15,6.640625E-5;16,1.0195313E-4;17,1.6953125E-4;18,1.5703125E-4;19,2.0E-4;20,1.9453125E-4;21,2.636719E-4;22,1.9765625E-4;23,1.7734375E-4;24,1.7578126E-4;25,2.0585938E-4;26,2.3984375E-4;27,1.2734375E-4;28,7.890625E-5;29,2.4179688E-4;30,1.9414062E-4;31,2.453125E-4;32,1.9335937E-4;33,1.4960938E-4;34,5.1953124E-5;35,1.015625E-5;36,6.328125E-5;37,3.75E-5;38,2.3046876E-5;39,0.0;40,7.03125E-6;41,2.5E-5;42,2.96875E-5;43,6.484375E-5;44,6.328125E-5;45,3.125E-6;46,2.6171874E-5;47,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_dirt:1", + "distrib": "0,0.0;88,0.0;89,7.8125E-7;90,3.515625E-6;91,1.4453125E-5;92,4.0625E-5;93,8.125E-5;94,1.203125E-4;95,1.6367188E-4;96,2.578125E-5;98,2.578125E-5;99,1.7578124E-5;100,3.90625E-7;101,7.8125E-7;102,5.46875E-6;103,2.109375E-5;104,4.375E-5;105,7.1875E-5;106,1.0195313E-4;107,1.2773437E-4;108,1.3085938E-4;109,8.007813E-5;110,0.0;111,7.8125E-7;112,4.296875E-6;113,1.25E-5;114,3.046875E-5;115,5.4296874E-5;116,8.125E-5;117,1.0039062E-4;118,1.12109374E-4;119,7.460937E-5;120,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:underbrick:1", + "distrib": "0,0.0;2,0.0;3,3.125E-5;4,3.28125E-5;5,3.046875E-5;6,3.28125E-5;7,5.2734376E-5;8,3.78125E-4;9,3.8164062E-4;10,3.71875E-4;11,3.71875E-4;12,4.3203126E-4;13,2.421875E-4;14,2.5820313E-4;15,7.371094E-4;16,6.984375E-4;17,7.1289064E-4;18,6.8710936E-4;19,8.5664063E-4;20,6.6445314E-4;21,6.6679687E-4;22,5.296875E-4;23,5.382812E-4;24,5.285156E-4;25,5.015625E-4;26,6.40625E-4;27,0.0;28,0.0;29,6.25E-6;30,3.0859374E-5;31,3.6328125E-5;32,4.4140626E-5;33,1.875E-5;34,5.078125E-6;35,6.9140624E-5;36,1.953125E-6;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:underbrick:0", + "distrib": "0,0.0;2,0.0;3,5.078125E-5;4,5.0E-5;5,5.390625E-5;6,5.2734376E-5;7,9.726563E-5;8,6.5078126E-4;9,6.433594E-4;10,6.445313E-4;11,6.5039063E-4;12,7.5625E-4;13,3.8007813E-4;14,4.4921876E-4;15,0.0011820312;16,0.0011753907;17,0.0011722656;18,0.0012039063;19,0.0014726563;20,0.0011289063;21,0.0011371094;22,8.808594E-4;23,8.746094E-4;24,8.617187E-4;25,8.7265624E-4;26,0.0010238282;27,0.0;28,0.0;29,1.2109375E-5;30,5.625E-5;31,5.4296874E-5;32,8.476563E-5;33,2.65625E-5;34,1.3671875E-5;35,1.171875E-4;36,2.734375E-6;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_dirt:0", + "distrib": "0,0.0;94,0.0;95,3.90625E-7;96,0.0;97,0.0;98,7.8125E-7;99,8.59375E-6;100,2.6953125E-5;101,5.2734376E-5;102,8.0859376E-5;103,1.06640626E-4;104,1.3007813E-4;105,1.2929688E-4;106,1.0859375E-4;107,0.0;108,0.0;109,1.5625E-6;110,5.46875E-6;111,1.640625E-5;112,0.0;121,0.0;122,3.90625E-7;123,2.734375E-6;124,1.6796876E-5;125,5.078125E-5;126,1.1367188E-4;127,1.8320313E-4;128,0.0;130,0.0;131,3.515625E-6;132,2.2265625E-5;133,4.921875E-5;134,8.359375E-5;135,1.11328125E-4;136,1.3164063E-4;137,1.5117187E-4;138,1.5703125E-4;139,1.21875E-4;140,6.953125E-5;141,1.1054688E-4;142,1.46875E-4;143,1.7617187E-4;144,0.0;146,0.0;147,7.8125E-7;148,5.078125E-6;149,1.9140625E-5;150,3.984375E-5;151,6.171875E-5;152,7.578125E-5;153,7.734375E-5;154,4.1015624E-5;155,0.0;192,0.0;193,3.90625E-7;194,1.5625E-6;195,3.515625E-6;196,1.5625E-5;197,4.0625E-5;198,7.3046875E-5;199,1.1328125E-4;200,1.4960938E-4;201,1.7460938E-4;202,1.7421875E-4;203,1.6757812E-4;204,1.21875E-4;205,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "twilightforest:underbrick:2", + "distrib": "0,0.0;2,0.0;3,2.265625E-5;4,2.1875E-5;5,1.9921876E-5;6,1.8359375E-5;7,3.125E-5;8,2.4765625E-4;9,2.5507814E-4;10,2.5273437E-4;11,2.4257813E-4;12,3.0742187E-4;13,1.6132812E-4;14,1.5820313E-4;15,4.2734374E-4;16,4.7148438E-4;17,4.609375E-4;18,4.7265625E-4;19,5.8085937E-4;20,4.40625E-4;21,4.4921876E-4;22,3.5859374E-4;23,3.4414063E-4;24,3.5820313E-4;25,3.3203125E-4;26,4.265625E-4;27,0.0;28,0.0;29,3.125E-6;30,2.8515626E-5;31,2.5E-5;32,3.59375E-5;33,1.2109375E-5;34,6.25E-6;35,4.5703124E-5;36,7.8125E-7;37,0.0;", + "silktouch": false, + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_leaves:0", + "distrib": "0,0.0;140,0.0;141,1.171875E-6;142,1.1328125E-5;143,8.984375E-6;144,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:slime_sapling:0", + "fortunes": { + "0": 0.0404, + "1": 0.0488, + "2": 0.0647, + "3": 0.0946 + } + }, + { + "itemStack": "minecraft:slime_ball:0", + "fortunes": { + "0": 0.0027, + "1": 0.0034, + "2": 0.0034, + "3": 0.0061 + } + }, + { + "itemStack": "tconstruct:edible:1", + "fortunes": { + "0": 0.0014, + "1": 0.0019, + "2": 0.0026, + "3": 0.0022 + } + } + ], + "dim": "Dim 7: Twilight Forest" + }, + { + "block": "tconstruct:slime_leaves:1", + "distrib": "0,0.0;107,0.0;108,1.953125E-6;109,1.5625E-5;110,1.3671875E-5;111,2.1875E-5;112,0.0;124,0.0;125,3.90625E-6;126,2.96875E-5;127,2.421875E-5;128,0.0;140,0.0;141,1.5625E-6;142,1.25E-5;143,9.375E-6;144,0.0;155,0.0;156,7.8125E-7;157,8.203125E-6;158,8.984375E-6;159,1.6796876E-5;160,0.0;", + "silktouch": true, + "dropsList": [ + { + "itemStack": "tconstruct:edible:2", + "fortunes": { + "0": 0.0049, + "1": 0.005, + "2": 0.0063, + "3": 0.007 + } + }, + { + "itemStack": "tconstruct:slime_sapling:1", + "fortunes": { + "0": 0.0433, + "1": 0.0492, + "2": 0.0579, + "3": 0.0993 + } + } + ], + "dim": "Dim 7: Twilight Forest" } ] \ No newline at end of file diff --git a/config/lostcities/general.cfg b/config/lostcities/general.cfg index fec75cdc..8c5e3b5b 100644 --- a/config/lostcities/general.cfg +++ b/config/lostcities/general.cfg @@ -27,11 +27,7 @@ general { /assets/lostcities/citydata/monorailparts.json /assets/lostcities/citydata/buildingparts.json /assets/lostcities/citydata/library.json - $lostcities/palette_fleshtentacles.json - $lostcities/standard_style.json - $lostcities/parts_fleshtentacles.json - $lostcities/building_fleshtentacles.json - $lostcities/citystyle_common.json + $lostcities/userassets.json $lostcities/conditions.json > @@ -49,16 +45,16 @@ general { S:defaultProfile=default # If true and if Biomes O Plenty is present the dimension will use BoP biomes [default: true] - B:dimensionBoP=false + B:dimensionBoP=true # The 'ID' of the Lost City Dimension. Set to -1 if you don't want this dimension [range: -10000 ~ 10000, default: 111] I:dimensionId=111 # The 'profile' to use for generation of the Lost City dimension [default: default] - S:dimensionProfile=meatball_wasteland + S:dimensionProfile=default # Disable this if you have mods like NEID or JEID installed. Note that when NEID or JEID is present this is disabled by default [default: true] - B:optimizedChunkgen=false + B:optimizedChunkgen=true # List of privatep profiles that cannot be selected by the player but are only used as a child profile of another one [default: [bio_wasteland], [water_empty]] S:privateProfiles < @@ -84,7 +80,6 @@ general { chisel atlantis realistic - meatball_wasteland > # Block to put underneath a bed so that it qualifies as a teleporter bed [default: minecraft:diamond_block] diff --git a/config/lostcities/profile_default.cfg b/config/lostcities/profile_default.cfg index 39a41165..ff3427fa 100644 --- a/config/lostcities/profile_default.cfg +++ b/config/lostcities/profile_default.cfg @@ -439,7 +439,7 @@ structures_default { B:generateStrongholds=true # Generate villages - B:generateVillages=true + B:generateVillages=false # If true then no lakes and ravines will be generated in cities B:preventLakesRavinesInCities=false diff --git a/config/modularmachinery/machinery/altar_to_the_name_of_names.json b/config/modularmachinery/machinery/altar_to_the_name_of_names.json index 22552f14..2a99cd3f 100644 --- a/config/modularmachinery/machinery/altar_to_the_name_of_names.json +++ b/config/modularmachinery/machinery/altar_to_the_name_of_names.json @@ -7456,7 +7456,7 @@ "y": 0, "z": 0, "elements": [ - "enderio:block_alloy@7" + "modularmachinery:blockenergyinputhatch" ] }, { @@ -13200,7 +13200,7 @@ "y": 0, "z": 0, "elements": [ - "enderio:block_alloy@7" + "modularmachinery:blockenergyinputhatch" ] }, { @@ -70482,5 +70482,29 @@ "elements": [ "railcraft:sandy@1" ] + }, + { + "x": 13, + "y": 3, + "z": -21, + "elements": [ + "chisel:sandstoneyellow1@1" + ] + }, + { + "x": 13, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow2@1" + ] + }, + { + "x": 12, + "y": 3, + "z": -22, + "elements": [ + "chisel:sandstoneyellow1@1" + ] } ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/berserker_crucible.json b/config/modularmachinery/machinery/berserker_crucible.json new file mode 100644 index 00000000..ef0dc9e0 --- /dev/null +++ b/config/modularmachinery/machinery/berserker_crucible.json @@ -0,0 +1,582 @@ +{ + "registryname": "berserker_crucible", + "localizedname": "Berserker Crucible", + "color": "820018", + "parts": [ + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockwillprovideroutput" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 6, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "railcraft:bloodstained@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "railcraft:bloodstained@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "railcraft:bloodstained@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "railcraft:bloodstained@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "railcraft:bloodstained@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 6, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 3, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 3, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 6, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "contenttweaker:berserker_steel@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "chisel:bloodmagic@3" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 2, + "y": -1, + "z": 5, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "railcraft:bloodstained@2" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": -2, + "y": -1, + "z": 5, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@5" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "railcraft:bloodstained@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 3, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 4, + "elements": [ + "chisel:bloodmagic@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "railcraft:bloodstained@2" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/divine_combiner.json b/config/modularmachinery/machinery/divine_combiner.json new file mode 100644 index 00000000..32f14092 --- /dev/null +++ b/config/modularmachinery/machinery/divine_combiner.json @@ -0,0 +1,1382 @@ +{ + "registryname": "divine_combiner", + "localizedname": "Divinity Combiner", + "color": "000000", + "parts": [ + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 6, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -4, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -3, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 6, + "elements": [ + "aoa3:whitewash_bricks_stairs@2" + ] + }, + { + "x": -5, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 7, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -5, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 8, + "elements": [ + "aoa3:whitewash_bricks_stairs@3" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -4, + "elements": [ + "aoa3:whitewash_bricks_stairs@3" + ] + }, + { + "x": 7, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@5" + ] + }, + { + "x": -2, + "y": 1, + "z": -6, + "elements": [ + "aoa3:whitewash_bricks_stairs@2" + ] + }, + { + "x": -2, + "y": 1, + "z": -5, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -3, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -4, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@4" + ] + }, + { + "x": 1, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -7, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@4" + ] + }, + { + "x": 7, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -4, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": 6, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 8, + "elements": [ + "aoa3:whitewash_bricks_stairs@7" + ] + }, + { + "x": 6, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 6, + "elements": [ + "aoa3:whitewash_bricks_stairs@6" + ] + }, + { + "x": -2, + "y": -1, + "z": 7, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 5, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@4" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -6, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -4, + "elements": [ + "aoa3:whitewash_bricks_stairs@7" + ] + }, + { + "x": -6, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -4, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -6, + "elements": [ + "aoa3:whitewash_bricks_stairs@6" + ] + }, + { + "x": 2, + "y": 0, + "z": -5, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -5, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -7, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 8, + "elements": [ + "aoa3:whitewash_bricks_stairs@3" + ] + }, + { + "x": -5, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 6, + "elements": [ + "aoa3:whitewash_bricks_stairs@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 7, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@5" + ] + }, + { + "x": -1, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -4, + "elements": [ + "aoa3:whitewash_bricks_stairs@3" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -5, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -4, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -6, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 0, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -1, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -2, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -3, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 5, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -5, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -6, + "elements": [ + "aoa3:whitewash_bricks_stairs@6" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -4, + "elements": [ + "aoa3:whitewash_bricks_stairs@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 7, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 6, + "elements": [ + "aoa3:whitewash_bricks_stairs@6" + ] + }, + { + "x": 6, + "y": -1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 8, + "elements": [ + "aoa3:whitewash_bricks_stairs@7" + ] + }, + { + "x": -6, + "y": 0, + "z": 0, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -1, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -2, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -6, + "elements": [ + "aoa3:whitewash_bricks_stairs@2" + ] + }, + { + "x": -4, + "y": 0, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -3, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -5, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:divine_moss_stone@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": -4, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -5, + "elements": [ + "aoa3:dark_bricks@0" + ] + }, + { + "x": -7, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "aoa3:whitewash_bricks_stairs@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + }, + { + "x": 7, + "y": 1, + "z": -1, + "elements": [ + "aoa3:whitewash_bricks_stairs@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "aoa3:whitewash_bricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_compressor.json b/config/modularmachinery/machinery/dyson_compressor.json index e363573d..753bee92 100644 --- a/config/modularmachinery/machinery/dyson_compressor.json +++ b/config/modularmachinery/machinery/dyson_compressor.json @@ -4,695 +4,1527 @@ "color": "590b7a", "parts": [ { - "x": -1, + "x": 5, "y": 0, - "z": 0, + "z": 8, "elements": [ "contenttweaker:dyson_compressor@0" ] }, { - "x": -2, + "x": -16, "y": 0, - "z": 0, + "z": 25, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 1, + "x": -16, "y": 0, - "z": 0, + "z": 23, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 7, "elements": [ "contenttweaker:dyson_compressor@0" ] }, { - "x": -3, + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, "y": 0, "z": 0, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 13, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 11, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 12, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 21, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 22, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -16, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 22, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -17, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -17, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 17, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -17, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -17, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -17, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" ] }, { "x": 2, - "y": 0, + "y": -1, "z": 0, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -6, - "y": 0, + "x": 6, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 1, "z": 8, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 0, - "y": 2, + "x": 7, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 34, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 26, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 25, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 27, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 9, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, "z": 5, "elements": [ - "contenttweaker:horizon_stabilizer@0" + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 8, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 7, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" ] }, { "x": 3, - "y": 0, - "z": 0, + "y": -1, + "z": 33, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -1, - "y": 0, - "z": 4, + "x": 3, + "y": -1, + "z": 34, "elements": [ - "contenttweaker:horizon_stabilizer@0" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 0, - "y": 0, - "z": 4, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 1, - "y": 0, - "z": 4, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -1, + "x": 9, "y": 0, "z": 8, "elements": [ - "contenttweaker:horizon_stabilizer@0" + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:dyson_compressor@0" ] }, { "x": 0, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 9, "y": 0, - "z": 8, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 31, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 21, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 20, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, { "x": 0, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, "y": -2, - "z": 7, + "z": 16, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, - { - "x": -3, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 1, - "y": 0, - "z": 8, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 6, - "y": 0, - "z": 4, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -2, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -1, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, { "x": 0, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 1, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 2, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 6, - "y": 0, - "z": 8, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 3, - "y": 0, - "z": 12, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 3, "y": -1, "z": 0, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, - { - "x": -3, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, { "x": 2, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -2, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": 1, - "z": 4, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 1, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 0, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -1, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": -1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 0, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -1, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -5, - "y": -1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -2, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 1, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -3, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": 1, - "z": 8, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 2, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 3, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": -1, - "z": 7, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 0, - "y": 1, - "z": 4, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 0, - "y": 1, - "z": 8, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -4, - "y": -1, - "z": 11, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -3, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -3, - "y": -1, - "z": 11, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -2, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": 1, - "z": 4, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 5, - "y": -1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": -1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -1, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 0, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 1, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 2, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": 1, - "z": 8, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 3, - "y": 1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": -1, - "z": 7, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 3, - "y": -1, - "z": 11, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 4, - "y": -1, - "z": 11, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": 0, - "z": 3, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -5, - "y": 0, - "z": 3, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -6, - "y": 0, - "z": 7, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 0, - "y": 0, - "z": 3, - "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": -2, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -1, "y": -2, - "z": 6, + "z": 18, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, - { - "x": -4, - "y": 0, - "z": 11, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 0, - "y": -2, - "z": 6, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -3, - "y": 0, - "z": 11, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 5, - "y": 0, - "z": 3, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, { "x": 2, - "y": 0, - "z": 7, + "y": -2, + "z": 17, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, { - "x": 1, - "y": -2, - "z": 6, + "x": 8, + "y": -1, + "z": 3, "elements": [ - "contenttweaker:horizon_stabilizer@0" + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" ] }, { "x": 6, "y": 0, - "z": 3, + "z": 0, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] }, { "x": 0, - "y": 0, - "z": 11, + "y": -1, + "z": 13, "elements": [ "contenttweaker:dyson_compressor@0" ] }, { - "x": 6, - "y": 0, - "z": 7, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 3, - "y": 0, - "z": 11, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 4, - "y": 0, - "z": 11, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -6, - "y": 1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -5, - "y": 1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -5, + "x": 0, "y": -1, - "z": 2, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -4, - "y": -1, - "z": 2, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": -6, - "y": 1, - "z": 7, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": -1, - "z": 6, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -2, - "y": -1, - "z": 6, + "z": 14, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, { - "x": -5, - "y": -1, - "z": 10, + "x": -16, + "y": 1, + "z": 12, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -4, + "x": -16, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, "y": 1, "z": 11, "elements": [ @@ -700,137 +1532,337 @@ ] }, { - "x": -4, - "y": -1, - "z": 10, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": -3, - "y": 1, - "z": 11, + "x": 6, + "y": 0, + "z": 34, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 5, + "x": 9, "y": 1, "z": 3, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, - { - "x": 4, - "y": -1, - "z": 2, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": 6, - "y": 1, - "z": 3, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 5, - "y": -1, - "z": 2, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 2, - "y": -1, - "z": 6, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 6, - "y": 1, - "z": 7, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, { "x": 3, - "y": 1, - "z": 11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 34, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { "x": 6, - "y": -1, - "z": 6, + "y": 0, + "z": 18, "elements": [ - "contenttweaker:infinity_dyson_conduit@0" + "contenttweaker:dyson_compressor@0" ] }, { - "x": 4, + "x": -16, "y": 1, - "z": 11, + "z": 22, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 4, - "y": -1, - "z": 10, + "x": 6, + "y": 0, + "z": 17, "elements": [ - "modularmachinery:blockenergyinputhatch@7" + "contenttweaker:dyson_compressor@0" ] }, { - "x": 5, - "y": -1, - "z": 10, + "x": -16, + "y": 1, + "z": 23, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -5, + "x": 3, "y": 0, - "z": 2, + "z": 14, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:horizon_stabilizer@0" ] }, { - "x": -4, - "y": 0, - "z": 2, + "x": -16, + "y": 1, + "z": 20, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -6, + "x": 6, "y": 0, - "z": 6, + "z": 32, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "glassential:glass_redstone@0" ] }, { - "x": -5, + "x": -16, + "y": 1, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, "y": 0, - "z": 6, + "z": 31, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -16, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -16, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -17, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 34, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 4, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 22, "elements": [ "contenttweaker:dyson_compressor@0" ] @@ -838,606 +1870,3982 @@ { "x": 0, "y": 0, - "z": 2, - "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": -4, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": -3, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": -2, - "y": 0, - "z": 6, + "z": 21, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, { "x": 0, - "y": 2, - "z": 7, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -5, "y": 0, - "z": 10, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 4, - "y": 0, - "z": 2, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 0, - "y": 0, - "z": 6, + "z": 17, "elements": [ "contenttweaker:miniature_black_hole@0" ] }, { - "x": -4, + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 30, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 30, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 19, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 17, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 4, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 19, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 17, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 4, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 3, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 5, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 21, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 7, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 6, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 5, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 27, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 29, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 28, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 32, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 30, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 29, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 17, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 20, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 19, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 14, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -18, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -18, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 31, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 30, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 34, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 3, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 4, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 23, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 22, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 21, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 22, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 16, "y": 0, "z": 10, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 11, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 12, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 13, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 32, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 11, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 10, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 9, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 22, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 16, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 25, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 24, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 23, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 31, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 32, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 17, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 19, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 34, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 2, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 3, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 34, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 9, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 26, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 25, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 27, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 17, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 17, + "y": 0, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 8, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 7, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 17, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 23, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 16, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 30, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 31, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 3, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 4, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 29, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 30, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 31, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 5, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 4, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 3, + "elements": [ + "glassential:glass_redstone@0" ] }, { "x": 0, "y": -2, - "z": 5, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 5, - "y": 0, - "z": 2, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 2, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 3, - "y": 0, - "z": 6, + "z": 14, "elements": [ "contenttweaker:dyson_compressor@0" ] }, { "x": 0, - "y": 0, - "z": 10, + "y": -2, + "z": 16, "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": 4, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": 5, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:dyson_compressor@0" - ] - }, - { - "x": 6, - "y": 0, - "z": 6, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 4, - "y": 0, - "z": 10, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 5, - "y": 0, - "z": 10, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -5, - "y": 1, - "z": 2, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -4, - "y": 1, - "z": 2, - "elements": [ - "casings_item" - ] - }, - { - "x": -4, - "y": -1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -3, - "y": -1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": 1, - "z": 6, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": -1, - "z": 5, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -2, - "y": 1, - "z": 6, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -6, - "y": -1, - "z": 9, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -5, - "y": 1, - "z": 10, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 4, - "y": 1, - "z": 2, - "elements": [ - "casings_item" - ] - }, - { - "x": 3, - "y": -1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -5, - "y": -1, - "z": 9, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -4, - "y": 1, - "z": 10, - "elements": [ - "casings_item" - ] - }, - { - "x": 5, - "y": 1, - "z": 2, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 4, - "y": -1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 2, - "y": 1, - "z": 6, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 6, - "y": 1, - "z": 6, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": -1, - "z": 5, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 4, - "y": 1, - "z": 10, - "elements": [ - "casings_item" - ] - }, - { - "x": 5, - "y": 1, - "z": 10, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 5, - "y": -1, - "z": 9, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": -1, - "z": 9, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -4, - "y": 0, - "z": 1, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -3, - "y": 0, - "z": 1, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -6, - "y": 0, - "z": 5, - "elements": [ - "thaumicaugmentation:starfield_glass@1" + "glassential:glass_redstone@0" ] }, { "x": 0, - "y": 0, - "z": 1, + "y": -2, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 18, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 17, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 20, "elements": [ "contenttweaker:dyson_compressor@0" ] }, - { - "x": -2, - "y": 0, - "z": 5, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -1, - "y": 2, - "z": 6, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -6, - "y": 0, - "z": 9, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, { "x": 0, - "y": 2, - "z": 6, + "y": -2, + "z": 19, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, - { - "x": 3, - "y": 0, - "z": 1, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": -5, - "y": 0, - "z": 9, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, - { - "x": 4, - "y": 0, - "z": 1, - "elements": [ - "thaumicaugmentation:starfield_glass@1" - ] - }, { "x": 1, - "y": 2, - "z": 6, + "y": 0, + "z": 35, "elements": [ - "contenttweaker:horizon_stabilizer@0" + "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 2, + "x": 8, "y": 0, - "z": 5, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 9, + "z": 8, "elements": [ "contenttweaker:dyson_compressor@0" ] }, { - "x": 6, + "x": 1, "y": 0, - "z": 5, + "z": 34, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "glassential:glass_redstone@0" ] }, { - "x": 5, + "x": 8, "y": 0, - "z": 9, + "z": 7, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:dyson_compressor@0" ] }, { - "x": 6, + "x": 1, "y": 0, - "z": 9, + "z": 33, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:dyson_compressor@0" ] }, { - "x": -4, - "y": 1, + "x": 8, + "y": 0, + "z": 2, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 8, + "y": 0, "z": 1, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -3, - "y": 1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": 1, - "z": 5, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": -1, + "x": 8, + "y": 0, "z": 4, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -6, - "y": 1, - "z": 9, + "x": 8, + "y": 0, + "z": 3, "elements": [ - "contenttweaker:infinity_dyson_conduit@0" + "glassential:glass_redstone@0" ] }, { - "x": 3, - "y": 1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -6, - "y": -1, - "z": 8, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": -5, - "y": 1, - "z": 9, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 4, - "y": 1, - "z": 1, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 0, - "y": -1, - "z": 4, + "x": 1, + "y": 0, + "z": 21, "elements": [ "contenttweaker:horizon_stabilizer@0" ] }, { - "x": 0, - "y": -1, - "z": 8, - "elements": [ - "contenttweaker:horizon_stabilizer@0" - ] - }, - { - "x": -3, - "y": -1, - "z": 12, + "x": 8, + "y": 0, + "z": 30, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 6, - "y": 1, + "x": 8, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 28, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 13, + "y": 0, "z": 5, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 33, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 6, - "y": -1, + "x": 13, + "y": 0, "z": 4, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -2, + "x": 8, + "y": 0, + "z": 32, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 7, "y": -1, - "z": 12, + "z": 32, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -1, - "y": -1, - "z": 12, + "x": 8, + "y": 0, + "z": 31, "elements": [ - "contenttweaker:infinity_dyson_conduit@0" + "glassential:glass_redstone@0" ] }, { - "x": 0, - "y": -1, - "z": 12, + "x": 1, + "y": -2, + "z": 19, "elements": [ - "contenttweaker:infinity_dyson_conduit@0" + "contenttweaker:horizon_stabilizer@0" ] }, { - "x": 5, - "y": 1, + "x": 13, + "y": 0, "z": 9, "elements": [ "contenttweaker:infinity_dyson_conduit@0" @@ -1445,50 +5853,890 @@ }, { "x": 1, - "y": -1, - "z": 12, + "y": -2, + "z": 18, "elements": [ - "contenttweaker:infinity_dyson_conduit@0" + "contenttweaker:horizon_stabilizer@0" ] }, { - "x": 6, - "y": 1, - "z": 9, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 2, - "y": -1, - "z": 12, - "elements": [ - "contenttweaker:infinity_dyson_conduit@0" - ] - }, - { - "x": 6, - "y": -1, + "x": 13, + "y": 0, "z": 8, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": 3, + "x": 1, + "y": -2, + "z": 17, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 7, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 6, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 29, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 28, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 27, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 14, + "y": 1, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 34, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 35, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 29, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 28, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 29, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 30, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 33, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 32, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 33, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 32, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 20, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 19, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 30, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 26, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 27, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 23, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 24, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 25, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 10, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 11, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -15, + "y": 0, "z": 12, "elements": [ "contenttweaker:infinity_dyson_conduit@0" ] }, { - "x": -6, + "x": -15, "y": 0, + "z": 13, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 9, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 34, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 18, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "glassential:glass_redstone@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 31, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 17, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -10, + "y": -1, "z": 4, "elements": [ - "thaumicaugmentation:starfield_glass@1" + "contenttweaker:infinity_dyson_conduit@0" ] } ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_irradiator.json b/config/modularmachinery/machinery/dyson_irradiator.json index ec99597f..a7ef74a1 100644 --- a/config/modularmachinery/machinery/dyson_irradiator.json +++ b/config/modularmachinery/machinery/dyson_irradiator.json @@ -1,88 +1,24 @@ { "registryname": "dyson_irradiator", - "localizedname": "Dyson Irradiator", + "localizedname": "Dyson Accelerator", "color": "eb5ed5", "parts": [ - { - "x": -1, - "y": 0, - "z": 0, - "elements": [ - "modularmachinery:blockrainbowprovider@0" - ] - }, - { - "x": -2, - "y": 0, - "z": 0, - "elements": [ - "generalized_output_item" - ] - }, { "x": 1, - "y": 0, - "z": 0, + "y": -5, + "z": 7, "elements": [ - "modularmachinery:blockgridproviderinput@0" + "glassential:glass_light@0" ] }, { - "x": -3, + "x": 5, "y": 0, - "z": 0, + "z": 2, "elements": [ "contenttweaker:irradiator_casing@0" ] }, - { - "x": 2, - "y": 0, - "z": 0, - "elements": [ - "generalized_output_item" - ] - }, - { - "x": -4, - "y": 0, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": 0, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -5, - "y": 0, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 4, - "y": 0, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 2, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, { "x": 5, "y": 0, @@ -92,1169 +28,201 @@ ] }, { - "x": -3, - "y": 0, - "z": 8, + "x": 0, + "y": 7, + "z": 17, "elements": [ "contenttweaker:dyson_collector@0" ] }, { - "x": -2, - "y": -2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -9, + "x": 5, "y": 0, - "z": 16, + "z": 1, "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -1, - "y": -2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": -2, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": 2, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": -2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, - "y": 0, - "z": 8, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 2, - "y": -2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 0, - "z": 16, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 9, - "y": 0, - "z": 8, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": 0, - "z": 8, - "elements": [ - "generalized_input_item" - ] - }, - { - "x": 9, - "y": 0, - "z": 16, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -2, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 1, - "z": 8, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 1, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -1, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -1, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -2, - "y": -1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 1, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": 1, - "z": 0, - "elements": [ - "contenttweaker:irradiator_casing@0" + "contenttweaker:accelerator_tube@0" ] }, { "x": -3, - "y": 1, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, "y": 3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": 3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 3, - "z": 9, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -2, - "y": -1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": 3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": -1, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 2, - "y": 3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": -1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, - "y": 1, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": -1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 10, - "y": 1, - "z": 8, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 2, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -10, - "y": 0, - "z": 15, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -1, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -9, - "y": 0, - "z": 15, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": 2, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 15, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 10, - "y": 0, - "z": 7, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 9, - "y": 0, - "z": 15, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": 0, - "z": 15, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -2, - "y": 3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": 1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": 3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 3, - "z": 8, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -1, - "y": 1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": 3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 1, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 2, - "y": 3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": 1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": 1, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -10, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -2, - "y": 2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": 2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -10, - "y": 0, - "z": 14, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": 2, - "z": 7, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 1, - "y": 2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": 2, - "z": 7, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": -2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 0, "z": 14, "elements": [ "contenttweaker:dyson_conduit@0" ] }, { - "x": 0, - "y": -2, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": -2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 10, - "y": 0, - "z": 6, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": -2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 10, - "y": 0, - "z": 14, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -2, - "y": -1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": -3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": -1, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 0, - "y": -3, - "z": 12, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": -1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": -1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": -3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": -3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -10, - "y": 0, - "z": 5, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -9, - "y": 0, - "z": 5, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 5, + "x": -3, + "y": 3, + "z": 9, "elements": [ "contenttweaker:dyson_conduit@0" ] }, { "x": -3, - "y": -2, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -1, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 9, - "y": 0, - "z": 5, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 10, - "y": 0, - "z": 5, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": -2, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 10, - "y": 0, - "z": 13, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": -1, - "z": 12, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": -1, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": 1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": 1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 1, - "z": 13, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -2, - "y": -3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": 1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": -3, - "z": 11, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 2, - "y": 1, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": -3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, - "y": -1, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": -3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": -1, - "z": 20, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -1, - "y": -1, - "z": 20, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": -1, - "z": 20, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 1, - "y": -1, - "z": 20, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": -1, - "z": 20, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": -1, - "z": 12, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -9, - "y": 0, - "z": 4, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 0, - "z": 12, - "elements": [ - "generalized_input_fluid" - ] - }, - { - "x": -9, - "y": 0, - "z": 12, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 4, + "y": 3, + "z": 10, "elements": [ "contenttweaker:dyson_conduit@0" ] }, { - "x": -3, - "y": 0, - "z": 12, + "x": -6, + "y": -1, + "z": 22, "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -2, - "y": 2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -3, - "y": -2, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" + "contenttweaker:irradiator_casing@0" ] }, { "x": -1, - "y": 2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 2, - "z": 13, + "y": 6, + "z": 7, "elements": [ "contenttweaker:dyson_collector@0" ] }, - { - "x": 1, - "y": 2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": 2, - "z": 13, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 9, - "y": 0, - "z": 4, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -5, - "y": 0, - "z": 20, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": 0, - "z": 12, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": -2, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, { "x": -4, - "y": 0, - "z": 20, + "y": 2, + "z": 13, "elements": [ - "contenttweaker:irradiator_casing@0" + "glassential:glass_light@0" ] }, { "x": -3, - "y": 0, - "z": 20, + "y": 3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 1, "elements": [ "contenttweaker:irradiator_casing@0" ] }, - { - "x": -2, - "y": 0, - "z": 20, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": -1, - "y": 0, - "z": 20, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, { "x": 0, - "y": 0, - "z": 20, + "y": 7, + "z": 7, "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": 1, - "y": 0, - "z": 20, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": 9, - "y": 0, - "z": 12, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": 0, - "z": 20, - "elements": [ - "modularmachinery:blockenergyinputhatch@7" - ] - }, - { - "x": 10, - "y": 0, - "z": 12, - "elements": [ - "generalized_input_item" + "contenttweaker:dyson_collector@0" ] }, { "x": 3, - "y": 0, - "z": 20, + "y": -3, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 23, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 4, + "x": 3, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, "y": 0, - "z": 20, + "z": 24, "elements": [ "contenttweaker:irradiator_casing@0" ] @@ -1262,149 +230,685 @@ { "x": 5, "y": 0, - "z": 20, + "z": 22, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": -10, - "y": 1, - "z": 12, + "x": 5, + "y": 0, + "z": 23, "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": -1, - "z": 11, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 1, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -3, - "y": -1, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": -3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -1, - "y": -3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 0, - "y": -3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": 1, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" + "contenttweaker:accelerator_tube@0" ] }, { "x": 1, + "y": -5, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, "y": -3, - "z": 10, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 17, "elements": [ "contenttweaker:dyson_collector@0" ] }, + { + "x": 5, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -4, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, { "x": 3, "y": -1, "z": 11, "elements": [ - "extrautils2:decorativeglass@3" + "glassential:glass_light@0" ] }, { - "x": 2, - "y": -3, - "z": 10, + "x": 3, + "y": -1, + "z": 12, "elements": [ "contenttweaker:dyson_collector@0" ] }, { - "x": -2, - "y": 1, - "z": 20, + "x": -5, + "y": -1, + "z": 23, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": -1, - "y": 1, - "z": 20, + "x": -2, + "y": 6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, "elements": [ "contenttweaker:irradiator_casing@0" ] }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, { "x": 0, + "y": -5, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, "y": 1, - "z": 20, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 4, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 22, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { "x": 1, + "y": 6, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, "y": 1, - "z": 20, + "z": 1, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 2, + "x": -3, "y": 1, - "z": 20, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 21, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 10, + "x": -2, + "y": 3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 13, + "y": -1, "z": 12, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 10, + "x": 13, "y": -1, "z": 11, "elements": [ @@ -1412,159 +916,919 @@ ] }, { - "x": -9, + "x": 3, + "y": -2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -6, "y": 0, "z": 3, "elements": [ "contenttweaker:irradiator_casing@0" ] }, + { + "x": 2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, { "x": -8, "y": 0, "z": 3, "elements": [ - "contenttweaker:irradiator_casing@0" + "contenttweaker:accelerator_tube@0" ] }, { - "x": -10, + "x": -8, "y": 0, - "z": 11, - "elements": [ - "generalized_input_fluid" - ] - }, - { - "x": -9, - "y": 0, - "z": 11, + "z": 4, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 0, + "x": -8, "y": 0, - "z": 3, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -6, + "z": 8, "elements": [ "contenttweaker:dyson_conduit@0" ] }, - { - "x": -3, - "y": 2, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, { "x": -3, "y": 0, - "z": 11, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -3, - "y": -2, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 8, - "y": 0, - "z": 3, + "z": 23, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": -7, + "x": -3, "y": 0, - "z": 19, + "z": 24, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 25, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { "x": 9, - "y": 0, - "z": 3, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -6, - "y": 0, - "z": 19, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": 2, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -5, - "y": 0, - "z": 19, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": 0, - "z": 11, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": -2, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -2, - "y": 0, - "z": 19, + "y": 1, + "z": 20, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { "x": -1, - "y": 0, - "z": 19, + "y": -4, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 21, "elements": [ "contenttweaker:irradiator_casing@0" ] }, + { + "x": -2, + "y": 2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -5, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, { "x": 0, - "y": 0, - "z": 19, + "y": 5, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -5, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -5, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 24, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 1, + "x": 9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, "y": 0, "z": 19, "elements": [ @@ -1574,31 +1838,79 @@ { "x": 9, "y": 0, - "z": 11, + "z": 20, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 21, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 2, - "y": 0, + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -1, "z": 19, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 10, - "y": 0, - "z": 11, - "elements": [ - "generalized_input_item" - ] - }, - { - "x": 5, - "y": 0, - "z": 19, + "x": 8, + "y": -1, + "z": 21, "elements": [ "contenttweaker:irradiator_casing@0" ] @@ -1606,149 +1918,269 @@ { "x": 6, "y": 0, - "z": 19, + "z": 3, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": 7, + "x": 6, "y": 0, - "z": 19, + "z": 2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, "elements": [ "contenttweaker:irradiator_casing@0" ] }, - { - "x": -10, - "y": 1, - "z": 11, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": -1, - "z": 10, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 1, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": 3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -3, - "y": -1, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -1, - "y": 3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, { "x": 0, - "y": 3, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, "z": 12, "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": 3, - "z": 12, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": -3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" + "contenttweaker:dyson_conduit@0" ] }, { "x": 2, - "y": 3, - "z": 12, + "y": -2, + "z": 15, "elements": [ - "extrautils2:decorativeglass@3" + "glassential:glass_light@0" ] }, { "x": 0, - "y": -3, - "z": 9, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 7, "elements": [ "contenttweaker:dyson_collector@0" ] }, { - "x": 3, - "y": 1, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 1, - "y": -3, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, + "x": 0, "y": -1, - "z": 10, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 9, "elements": [ "contenttweaker:dyson_collector@0" ] }, { "x": 2, - "y": -3, + "y": -2, "z": 9, "elements": [ - "extrautils2:decorativeglass@3" + "glassential:glass_light@0" ] }, { - "x": 10, + "x": 0, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -4, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": -4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, "y": 1, "z": 11, "elements": [ @@ -1756,40 +2188,768 @@ ] }, { - "x": 10, - "y": -1, + "x": 12, + "y": 1, "z": 10, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": -8, - "y": 0, - "z": 2, + "x": 12, + "y": 1, + "z": 13, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { - "x": -7, + "x": 3, "y": 0, - "z": 2, + "z": 24, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 7, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 18, "elements": [ "contenttweaker:irradiator_casing@0" ] }, { "x": -10, - "y": 0, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -6, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 4, "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 24, "elements": [ "generalized_input_fluid" ] }, { - "x": -9, + "x": 3, + "y": 4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -5, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -5, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -5, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 7, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -12, + "y": -1, "z": 10, "elements": [ "contenttweaker:irradiator_casing@0" @@ -1804,23 +2964,1127 @@ ] }, { - "x": -8, + "x": 1, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -7, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 5, + "y": -7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 6, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 6, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": -5, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -6, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": -6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 12, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 2, + "y": 3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 11, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 10, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 13, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": -12, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 6, "z": 10, "elements": [ "contenttweaker:dyson_conduit@0" ] }, { - "x": -7, + "x": -12, "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 6, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -4, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 7, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -4, + "y": 7, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 7, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 7, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 6, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 7, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 7, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 13, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -11, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 11, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 12, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 12, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -6, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -6, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -6, "z": 10, "elements": [ "contenttweaker:dyson_conduit@0" ] }, { - "x": -6, + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -6, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, "y": 0, "z": 10, "elements": [ @@ -1829,52 +4093,340 @@ }, { "x": -5, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": -4, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": -3, - "y": 2, + "y": 5, "z": 11, "elements": [ - "extrautils2:decorativeglass@3" + "glassential:glass_light@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 5, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 4, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 4, + "z": 11, + "elements": [ + "glassential:glass_light@0" ] }, { "x": -3, + "y": -6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, "y": 0, - "z": 10, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 15, "elements": [ "contenttweaker:dyson_collector@0" ] }, { "x": -3, - "y": -2, - "z": 9, + "y": -6, + "z": 8, "elements": [ - "extrautils2:decorativeglass@3" + "contenttweaker:dyson_conduit@0" ] }, { - "x": 7, + "x": 0, + "y": -2, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, "y": 0, - "z": 2, + "z": 4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 5, "elements": [ "contenttweaker:irradiator_casing@0" ] }, + { + "x": 9, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 6, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, { "x": 8, "y": 0, @@ -1883,604 +4435,1620 @@ "contenttweaker:irradiator_casing@0" ] }, + { + "x": -13, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -5, + "y": -7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": -7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, { "x": 0, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -7, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 24, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 13, "y": 0, "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 5, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -7, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -7, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -7, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 25, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 5, + "y": -5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -6, + "z": 17, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": -5, + "z": 12, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 17, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 24, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -6, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -6, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -6, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -6, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -5, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 22, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -4, + "y": 6, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 6, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 6, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 6, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 7, + "z": 16, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -7, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 16, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -7, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -7, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 24, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 10, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 10, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 23, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 15, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 9, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, "elements": [ "contenttweaker:miniature_pulsar@0" ] - }, - { - "x": -8, - "y": 0, - "z": 18, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -7, - "y": 0, - "z": 18, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": 2, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 4, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 3, - "y": -2, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 5, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 6, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 7, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 18, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 8, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 9, - "y": 0, - "z": 10, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": 0, - "z": 10, - "elements": [ - "generalized_input_item" - ] - }, - { - "x": 7, - "y": 0, - "z": 18, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 8, - "y": 0, - "z": 18, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 1, - "z": 10, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": -1, - "z": 9, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 1, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -2, - "y": 3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -3, - "y": -1, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": 3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 3, - "z": 11, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": 3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": -3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": -3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": 3, - "z": 11, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": -3, - "z": 8, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": 1, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": -3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, - "y": -1, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 2, - "y": -3, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 10, - "y": 1, - "z": 10, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": -1, - "z": 9, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -7, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -6, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -5, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -2, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 0, - "z": 9, - "elements": [ - "generalized_input_fluid" - ] - }, - { - "x": -1, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -9, - "y": 0, - "z": 9, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 0, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 1, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 2, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 2, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 5, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 0, - "z": 9, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 6, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": -2, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 7, - "y": 0, - "z": 1, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -9, - "y": 0, - "z": 17, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -8, - "y": 0, - "z": 17, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 3, - "y": 2, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": 0, - "z": 9, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": -2, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 0, - "y": 0, - "z": 17, - "elements": [ - "contenttweaker:dyson_conduit@0" - ] - }, - { - "x": 9, - "y": 0, - "z": 9, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": 0, - "z": 9, - "elements": [ - "generalized_input_item" - ] - }, - { - "x": 8, - "y": 0, - "z": 17, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 9, - "y": 0, - "z": 17, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 1, - "z": 9, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": -1, - "z": 8, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -3, - "y": 1, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -2, - "y": 3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": -3, - "y": -1, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": -1, - "y": 3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 0, - "y": 3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 1, - "y": 3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 2, - "y": 3, - "z": 10, - "elements": [ - "contenttweaker:dyson_collector@0" - ] - }, - { - "x": 3, - "y": 1, - "z": 9, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 3, - "y": -1, - "z": 8, - "elements": [ - "extrautils2:decorativeglass@3" - ] - }, - { - "x": 10, - "y": 1, - "z": 9, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": 10, - "y": -1, - "z": 8, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] - }, - { - "x": -10, - "y": 0, - "z": 8, - "elements": [ - "generalized_input_fluid" - ] - }, - { - "x": -9, - "y": 0, - "z": 8, - "elements": [ - "contenttweaker:irradiator_casing@0" - ] } ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_irradiator_bottom.json b/config/modularmachinery/machinery/dyson_irradiator_bottom.json new file mode 100644 index 00000000..109e59fc --- /dev/null +++ b/config/modularmachinery/machinery/dyson_irradiator_bottom.json @@ -0,0 +1,5350 @@ +{ + "registryname": "dyson_irradiator_bottom", + "localizedname": "Dyson Irradiator: South", + "color": "eb5ed5", + "parts": [ + { + "x": 5, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 7, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 12, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 8, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 13, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 13, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 13, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 8, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 7, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 9, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 10, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 8, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 10, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 10, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 10, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 10, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 4, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 12, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 12, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 12, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 9, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 12, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 12, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 12, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 8, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 13, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 13, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 13, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 8, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 13, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 9, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 7, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 11, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 11, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 11, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 11, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 11, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 7, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 9, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 6, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 6, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 12, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 10, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 10, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 10, + "elements": [ + "contenttweaker:miniature_pulsar@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 8, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 8, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 8, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 13, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 13, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -5, + "y": 13, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 9, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 9, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 20, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 0, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 10, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 9, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 8, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 8, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 13, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 13, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 8, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 10, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": -10, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 12, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 12, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 10, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 10, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 10, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 13, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 11, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 13, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 4, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 11, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 11, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 11, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 11, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 11, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -2, + "y": 9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 12, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 7, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 12, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 12, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 10, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 8, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 11, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 11, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 11, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 13, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 13, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 13, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 13, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": 8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 8, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 9, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 11, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 8, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 11, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 11, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 11, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 2, + "y": 7, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 13, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 13, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 10, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -3, + "y": 2, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": 11, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 11, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_irradiator_top.json b/config/modularmachinery/machinery/dyson_irradiator_top.json new file mode 100644 index 00000000..493d3d76 --- /dev/null +++ b/config/modularmachinery/machinery/dyson_irradiator_top.json @@ -0,0 +1,5350 @@ +{ + "registryname": "dyson_irradiator_top", + "localizedname": "Dyson Irradiator: North", + "color": "eb5ed5", + "parts": [ + { + "x": 1, + "y": -5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -10, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": -13, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -13, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -13, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -13, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": -13, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -8, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": -13, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -12, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -12, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -12, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -10, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": -11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -4, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -12, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -12, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": -8, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -12, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -12, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -12, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 10, + "elements": [ + "contenttweaker:miniature_pulsar@0" + ] + }, + { + "x": 5, + "y": -12, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -12, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -8, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -8, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -7, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -12, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -12, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -12, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -12, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -9, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -9, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -5, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -7, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -7, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -11, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -11, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -11, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -11, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -8, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -8, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -8, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -11, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -11, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -11, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -11, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": -13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -2, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -6, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -4, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -6, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -4, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -10, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -10, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -8, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -8, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -11, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -5, + "y": -11, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -5, + "y": -11, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -10, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -10, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -10, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -10, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -10, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": -10, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -9, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -9, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -9, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": -9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": -11, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -4, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 4, + "y": -4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -11, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -9, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -5, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -13, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -9, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -13, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -8, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -9, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -9, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -9, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -9, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -12, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -12, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -10, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -10, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -12, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 10, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": -10, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -12, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": -13, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -13, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -13, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -13, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -8, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -8, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -4, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -4, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -4, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -10, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -10, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -5, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -5, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -5, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": -11, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": -11, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -13, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -6, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": -6, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -6, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -9, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -13, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -9, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -9, + "z": 9, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -9, + "z": 11, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -9, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -10, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 3, + "y": -8, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -10, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 3, + "y": -8, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -11, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -11, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -8, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -8, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -11, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": -11, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -9, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:pulsar_screen@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 15, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": -9, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -13, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": -13, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": -13, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -12, + "z": 6, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -13, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -6, + "z": 13, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": -13, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 14, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -13, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -12, + "z": 14, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -13, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 6, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": -5, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 12, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 2, + "y": -5, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -13, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -8, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -8, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": -11, + "z": 11, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 21, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": -11, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -1, + "y": -12, + "z": 15, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 5, + "y": -11, + "z": 9, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": -4, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": -10, + "z": 6, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 10, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 10, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 12, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 18, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": 0, + "y": -10, + "z": 14, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -1, + "y": -12, + "z": 5, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 13, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 7, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 8, + "elements": [ + "glassential:glass_light@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 20, + "elements": [ + "generalized_input_fluid" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/eldritch_impetus_catalyzer.json b/config/modularmachinery/machinery/eldritch_impetus_catalyzer.json new file mode 100644 index 00000000..003763dd --- /dev/null +++ b/config/modularmachinery/machinery/eldritch_impetus_catalyzer.json @@ -0,0 +1,502 @@ +{ + "registryname": "eldritch_impetus_catalyzer", + "localizedname": "Eldritch Impetus Catalyzer", + "color": "635e4f", + "parts": [ + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "thaumcraft:stairs_ancient@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "thaumcraft:stairs_ancient@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "thaumcraft:stairs_ancient@2" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:eldritch_impetus_catalyzer" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "thaumcraft:stairs_ancient@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "thaumcraft:stairs_ancient@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "thaumcraft:stairs_ancient@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "modularmachinery:blockimpetusprovideroutput@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "thaumcraft:stairs_ancient@2" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "thaumcraft:stairs_ancient@3" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "thaumicaugmentation:rift_jar" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "chisel:arcane_stone1@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "thaumicaugmentation:stone@9" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "thaumicaugmentation:stone@9" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/font_of_divinity.json b/config/modularmachinery/machinery/font_of_divinity.json index b8ab9180..bd161fb2 100644 --- a/config/modularmachinery/machinery/font_of_divinity.json +++ b/config/modularmachinery/machinery/font_of_divinity.json @@ -4568,7 +4568,7 @@ "y": -3, "z": -8, "elements": [ - "thaumcraft:stone_arcane_brick@0" + "thaumcraft:metal_void@0" ] }, { @@ -4824,7 +4824,7 @@ "y": -3, "z": 10, "elements": [ - "thaumcraft:stone_arcane_brick@0" + "thaumcraft:metal_void@0" ] }, { @@ -6408,7 +6408,7 @@ "y": -3, "z": 10, "elements": [ - "thaumcraft:stone_arcane_brick@0" + "thaumcraft:metal_void@0" ] }, { @@ -6536,7 +6536,7 @@ "y": -3, "z": -8, "elements": [ - "thaumcraft:stone_arcane_brick@0" + "thaumcraft:metal_void@0" ] }, { diff --git a/config/modularmachinery/machinery/forge_of_the_wyvern.json b/config/modularmachinery/machinery/forge_of_the_wyvern.json new file mode 100644 index 00000000..9e97c159 --- /dev/null +++ b/config/modularmachinery/machinery/forge_of_the_wyvern.json @@ -0,0 +1,3710 @@ +{ + "registryname": "forge_of_the_wyvern", + "localizedname": "Forge of the Wyverns", + "color": "000000", + "parts": [ + { + "x": 1, + "y": -5, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 7, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -5, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 5, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -5, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -5, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -5, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -5, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 6, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 6, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 7, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 7, + "z": 7, + "elements": [ + "wyvern_casing" + ] + }, + { + "x": 3, + "y": -2, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -6, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": -7, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -6, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": -2, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -7, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": -2, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": -2, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -7, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": -3, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": -3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 2, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -4, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 5, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -4, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": -4, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 5, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 7, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 7, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -3, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 6, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 7, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 6, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 6, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -5, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": -1, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -2, + "y": 3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": 3, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -5, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": 3, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -5, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 4, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 6, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 4, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 6, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 6, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -4, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -4, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -4, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 2, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -6, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -6, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 6, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 6, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -3, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 4, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 7, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 7, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 5, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 5, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -7, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -7, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -7, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -3, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": -4, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 3, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": -4, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -4, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -2, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 4, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 6, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 6, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 11, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 13, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 12, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 14, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": -7, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": -7, + "z": 7, + "elements": [ + "wyvern_casing" + ] + }, + { + "x": -1, + "y": -3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": -3, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -3, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -3, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -3, + "y": -1, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -3, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -3, + "y": -1, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -2, + "y": -2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 2, + "y": 3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 11, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 12, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 13, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -2, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 14, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -2, + "y": -2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "wyvern_casing" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -3, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -2, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -3, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 12, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 11, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 14, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 13, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -2, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 13, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 12, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 11, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 5, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -3, + "y": -2, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": -2, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 3, + "z": 9, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": -2, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": -2, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 3, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 14, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": -2, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 11, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 13, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 12, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 14, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 5, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": -3, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 7, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 7, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 7, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -5, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 7, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -5, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 3, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 14, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 13, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 12, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 11, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 2, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 2, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 7, + "elements": [ + "wyvern_casing" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 2, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 14, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -4, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 13, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 12, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 11, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -7, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": -7, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -4, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": -7, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 1, + "y": 4, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 4, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 1, + "y": 4, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 6, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -6, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": -6, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -6, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": -6, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 2, + "y": 1, + "z": 10, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 2, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 7, + "elements": [ + "wyvern_casing" + ] + }, + { + "x": -7, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 7, + "z": 7, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 7, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": -1, + "y": 7, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 0, + "y": -4, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 11, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 10, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 14, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 13, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 12, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 3, + "y": -3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 5, + "y": 1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 5, + "y": 1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 5, + "y": 1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 2, + "z": 9, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:stormlight@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 8, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 5, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": -3, + "y": 2, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 6, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 4, + "y": -1, + "z": 7, + "elements": [ + "tconstruct:seared_glass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 8, + "elements": [ + "tconstruct:seared@7" + ] + }, + { + "x": 3, + "y": 3, + "z": 8, + "elements": [ + "tconstruct:seared@5" + ] + }, + { + "x": 3, + "y": 3, + "z": 6, + "elements": [ + "tconstruct:seared@5" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/matter_reprocessor.json b/config/modularmachinery/machinery/matter_reprocessor.json new file mode 100644 index 00000000..99704588 --- /dev/null +++ b/config/modularmachinery/machinery/matter_reprocessor.json @@ -0,0 +1,302 @@ +{ + "registryname": "matter_reprocessor", + "localizedname": "Matter Reprocessor", + "color": "595959", + "parts": [ + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mechanized_essentia_smeltery.json b/config/modularmachinery/machinery/mechanized_essentia_smeltery.json index 2557da42..26600f8e 100644 --- a/config/modularmachinery/machinery/mechanized_essentia_smeltery.json +++ b/config/modularmachinery/machinery/mechanized_essentia_smeltery.json @@ -2,6 +2,46 @@ "registryname": "mechanized_essentia_smeltery", "localizedname": "Mechanized Essentia Smeltery", "color": "4b2c7d", + "modifiers": [ + { + "elements": "thaumadditions:adaminite_smelter", + "x": 0, + "y": 1, + "z": 1, + "description": "Multiplies amounts processed by 4", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:aspect", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 4 + }] + }, + { + "elements": "thaumadditions:mithminite_smelter", + "x": 0, + "y": 1, + "z": 1, + "description": "Multiplies amounts processed by 16", + "modifiers": [{ + "io": "output", + "target": "modularmachinery:aspect", + "operation": 1, + "multiplier": 16 + }, + { + "io": "input", + "target": "modularmachinery:item", + "operation": 1, + "multiplier": 16 + }] + } + ], "parts": [ { "x": -1, diff --git a/config/modularmachinery/machinery/meteoric_befaller.json b/config/modularmachinery/machinery/meteoric_befaller.json index 9fef57fb..38bf52e5 100644 --- a/config/modularmachinery/machinery/meteoric_befaller.json +++ b/config/modularmachinery/machinery/meteoric_befaller.json @@ -10,7 +10,7 @@ "z": 5, "description": "8X speed", "modifier": { - "io": "output", + "io": "input", "target": "modularmachinery:duration", "operation": 1, "multiplier": 0.125 diff --git a/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json b/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json index d22b016c..abcedac9 100644 --- a/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json +++ b/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json @@ -2,6 +2,27 @@ "registryname": "mythic_processor_muon_extractor", "localizedname": "Mythic Processor: Muon Extractor", "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t3@0", + "x": 0, + "y": 3, + "z": 1, + "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, diff --git a/config/modularmachinery/machinery/plated_thermofabricator.json b/config/modularmachinery/machinery/plated_thermofabricator.json new file mode 100644 index 00000000..417315bb --- /dev/null +++ b/config/modularmachinery/machinery/plated_thermofabricator.json @@ -0,0 +1,565 @@ +{ + "registryname": "plated_thermofabricator", + "localizedname": "Plated Thermofabricator", + "color": "bdb14b", + "modifiers": [ + { + "elements": "divinerpg:eden_planks", + "x": 0, + "y": 0, + "z": 1, + "description": "Replace center block for faster recipes, 10X faster", + "modifier": { + "io": "input", + "target": "modularmachinery:duration", + "operation": 1, + "multiplier": 0.1 + } + } + ], + "parts": [ + { + "x": 2, + "y": -2, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "forestry:bee_combs_0@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": -2, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": 1, + "z": -1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "minecraft:planks@1" + ] + }, + { + "x": -2, + "y": 1, + "z": -1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "forestry:bee_combs_0@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "chisel:gold@13" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "minecraft:stained_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "forestry:resource_storage@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "chisel:gold@13" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/shrine_of_the_sentient_meatballs.json b/config/modularmachinery/machinery/shrine_of_the_sentient_meatballs.json new file mode 100644 index 00000000..3ac9c092 --- /dev/null +++ b/config/modularmachinery/machinery/shrine_of_the_sentient_meatballs.json @@ -0,0 +1,9470 @@ +{ + "registryname": "shrine_of_the_sentient_meatballs", + "localizedname": "Shrine of the Sentient Meatballs", + "color": "0d5c66", + "parts": [ + { + "x": 5, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 5, + "z": 16, + "elements": [ + "contenttweaker:prophetic_sentient_meatball@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 5, + "z": 12, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 5, + "y": 0, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 5, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 2, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:vegetarian_sentient_meatball@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 2, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 6, + "y": 1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -15, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 5, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 5, + "z": 8, + "elements": [ + "contenttweaker:sentient_meatball@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 5, + "z": 12, + "elements": [ + "contenttweaker:chaotic_sentient_meatball@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 5, + "z": 17, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 4, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 0, + "z": 19, + "elements": [ + "modularmachinery:blockwillproviderinput@0" + ] + }, + { + "x": -11, + "y": 5, + "z": 3, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -15, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 3, + "z": -2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -15, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 4, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 2, + "y": -1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 2, + "z": -1, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 6, + "y": -1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -15, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 21, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 6, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 16, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -15, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 21, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 3, + "z": 22, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 7, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": -1, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -5, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 3, + "y": 1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 25, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -14, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": -1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 2, + "z": 10, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -9, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:gluttonous_sentient_meatball@0" + ] + }, + { + "x": 10, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -14, + "y": 0, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 3, + "z": 2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -14, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -14, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 3, + "z": 18, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -13, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 5, + "z": 16, + "elements": [ + "contenttweaker:burly_sentient_meatball@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 25, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 9, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -15, + "y": 3, + "z": 13, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 9, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -15, + "y": 3, + "z": 7, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 9, + "y": 0, + "z": 14, + "elements": [ + "modularmachinery:blockwillproviderinput@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 5, + "y": 5, + "z": 3, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 6, + "y": 6, + "z": 10, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 6, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 6, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": 0, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -13, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 5, + "z": 12, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 6, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -13, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 8, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 3, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 5, + "z": 17, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 9, + "y": 1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 6, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 25, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 5, + "z": 3, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 3, + "y": 0, + "z": -5, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -10, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 12, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 1, + "z": 3, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 20, + "elements": [ + "modularmachinery:blockwillproviderinput@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 17, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": -1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": -1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 0, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -12, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 12, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 2, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 10, + "y": -1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 9, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": -1, + "z": 15, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 0, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:radioactive_sentient_meatball@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 2, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -11, + "y": 1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 4, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 5, + "z": -2, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 3, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 20, + "elements": [ + "contenttweaker:all_powerful_sentient_meatball@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 1, + "z": 15, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 22, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -5, + "y": 5, + "z": 17, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 21, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 5, + "z": 18, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 22, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 12, + "y": 3, + "z": 18, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 1, + "z": 5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 17, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -11, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 3, + "z": 2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 9, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 5, + "z": 19, + "elements": [ + "contenttweaker:world_corrupting_sentient_meatball@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": 0, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 6, + "y": 5, + "z": 1, + "elements": [ + "contenttweaker:diabetic_sentient_meatball@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 21, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -6, + "y": 2, + "z": 16, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -5, + "y": 5, + "z": 3, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 7, + "y": 5, + "z": 5, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 7, + "y": 5, + "z": -1, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 12, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -11, + "y": 2, + "z": 16, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 7, + "y": 5, + "z": 21, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 7, + "y": 5, + "z": 15, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 5, + "z": 12, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 12, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -7, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": -1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -13, + "y": -1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -13, + "y": -1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -13, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 19, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -6, + "y": 1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 21, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -7, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 4, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 6, + "z": 14, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -12, + "y": 1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 1, + "z": 12, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 6, + "z": 6, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 2, + "z": -1, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -1, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 5, + "z": 8, + "elements": [ + "contenttweaker:gambling_sentient_meatball@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 8, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 15, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -12, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -12, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 10, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 5, + "z": 12, + "elements": [ + "contenttweaker:all_seeing_sentient_meatball@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 11, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 0, + "z": 10, + "elements": [ + "generalized_output_item" + ] + }, + { + "x": 10, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 0, + "z": 5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 10, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 5, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 4, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": 2, + "z": 16, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -4, + "y": 2, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 25, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -1, + "y": 6, + "z": 7, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 15, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 13, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 15, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 3, + "z": -5, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -2, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:tainted_sentient_meatball@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 2, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -2, + "y": 5, + "z": -2, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -5, + "y": 0, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 5, + "z": 18, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -5, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 5, + "z": 20, + "elements": [ + "contenttweaker:parasitic_sentient_meatball@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 5, + "z": 22, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -5, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 10, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 25, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -8, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 13, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -3, + "y": 1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 7, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -3, + "y": 1, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -5, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -3, + "y": 1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -4, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 15, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 13, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 14, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 14, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 14, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 14, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 21, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -6, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -7, + "y": 1, + "z": -1, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 22, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -3, + "y": 0, + "z": -5, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -3, + "y": 0, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 2, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -2, + "y": 1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 25, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 15, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 15, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 23, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -8, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -8, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -2, + "y": 2, + "z": -3, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -3, + "y": 6, + "z": 11, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -3, + "y": 6, + "z": 9, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -8, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 11, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 10, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 14, + "y": 0, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 14, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 15, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 14, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 4, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 0, + "y": 6, + "z": 16, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 14, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 10, + "elements": [ + "contenttweaker:harbinger_sentient_meatball@0" + ] + }, + { + "x": 14, + "y": -1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 25, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -6, + "y": 5, + "z": 19, + "elements": [ + "contenttweaker:spreading_sentient_meatball@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 12, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 8, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -6, + "y": 5, + "z": 1, + "elements": [ + "contenttweaker:monumentally_sentient_meatball@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 9, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 11, + "y": -1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 6, + "z": 11, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -3, + "y": -1, + "z": -5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 11, + "y": -1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 5, + "z": -1, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -10, + "y": 1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 5, + "z": 5, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -6, + "y": 6, + "z": 10, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -10, + "y": 1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 15, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -7, + "y": 5, + "z": 15, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -7, + "y": 5, + "z": 21, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": -8, + "y": 3, + "z": 22, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 3, + "z": -2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 4, + "y": 6, + "z": 14, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 1, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 16, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 15, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 10, + "elements": [ + "generalized_input_item" + ] + }, + { + "x": 1, + "y": 1, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -11, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 4, + "y": 6, + "z": 6, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 2, + "y": 3, + "z": 10, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -9, + "y": 2, + "z": 10, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 5, + "y": 5, + "z": 17, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 2, + "z": 0, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 2, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 2, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 2, + "z": 20, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 13, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -8, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 13, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -8, + "y": 2, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -8, + "y": 2, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 12, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 12, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -9, + "y": 0, + "z": 14, + "elements": [ + "modularmachinery:blockwillproviderinput@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 2, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 2, + "z": -3, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -9, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": -9, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 12, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -9, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 23, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 15, + "y": 3, + "z": 7, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 8, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 15, + "y": 3, + "z": 13, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 8, + "y": 0, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -8, + "y": 5, + "z": 12, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 8, + "y": 0, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -8, + "y": 5, + "z": 8, + "elements": [ + "tconstruct:slime_congealed@3" + ] + }, + { + "x": 8, + "y": 0, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 12, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 22, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 14, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 13, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 14, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 21, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 14, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 14, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 22, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 2, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 21, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": -3, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 2, + "z": -5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": -1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 20, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 7, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 7, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 13, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": -1, + "z": 19, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 3, + "y": 2, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": 0, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 25, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 20, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 19, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 8, + "y": 1, + "z": -2, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 23, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 13, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 13, + "y": 1, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 13, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 8, + "y": 2, + "z": 20, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 22, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 23, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 21, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 22, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 17, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 18, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 15, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 16, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 2, + "z": -5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 13, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 2, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 14, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": 1, + "z": 6, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": -3, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 11, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -9, + "y": 1, + "z": 3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 12, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -4, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -3, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 14, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 19, + "elements": [ + "modularmachinery:blockwillproviderinput@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": 8, + "y": 2, + "z": -1, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 8, + "y": 2, + "z": 0, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -15, + "y": 0, + "z": 13, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 8, + "y": 2, + "z": -2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -15, + "y": 0, + "z": 7, + "elements": [ + "railcraft:pearlized@1" + ] + }, + { + "x": 8, + "y": 2, + "z": 7, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": 3, + "y": 3, + "z": 25, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "generalized_input_fluid" + ] + }, + { + "x": -9, + "y": 1, + "z": 17, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 10, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 8, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 2, + "z": 9, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 13, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 11, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 12, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": 3, + "y": 3, + "z": -5, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -10, + "y": -1, + "z": 15, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 13, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 9, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -10, + "y": -1, + "z": 18, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 10, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 8, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "chisel:sandstonered@4" + ] + }, + { + "x": -3, + "y": 2, + "z": 7, + "elements": [ + "biomesoplenty:blood@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 24, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 25, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 2, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 18, + "elements": [ + "railcraft:pearlized_slab@1" + ] + }, + { + "x": -10, + "y": -1, + "z": 5, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -10, + "y": -1, + "z": 7, + "elements": [ + "railcraft:pearlized@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 23, + "elements": [ + "railcraft:pearlized_slab@1" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/terrestrial_cauldron.json b/config/modularmachinery/machinery/terrestrial_cauldron.json index 4ca2b45f..e4e4f228 100644 --- a/config/modularmachinery/machinery/terrestrial_cauldron.json +++ b/config/modularmachinery/machinery/terrestrial_cauldron.json @@ -208,7 +208,7 @@ "y": 3, "z": 0, "elements": [ - "bewitchment:witches_cauldron@0" + "contenttweaker:terrestrial_cauldron" ] }, { @@ -216,7 +216,7 @@ "y": 3, "z": 2, "elements": [ - "bewitchment:witches_cauldron@0" + "contenttweaker:terrestrial_cauldron" ] }, { @@ -256,7 +256,7 @@ "y": 3, "z": 4, "elements": [ - "bewitchment:witches_cauldron@0" + "contenttweaker:terrestrial_cauldron" ] }, { @@ -272,7 +272,7 @@ "y": 3, "z": 2, "elements": [ - "bewitchment:witches_cauldron@0" + "contenttweaker:terrestrial_cauldron" ] }, { diff --git a/config/modularmachinery/machinery/variables/casings.var.json b/config/modularmachinery/machinery/variables/casings.var.json index 8ddf744a..727c3b6c 100644 --- a/config/modularmachinery/machinery/variables/casings.var.json +++ b/config/modularmachinery/machinery/variables/casings.var.json @@ -250,6 +250,13 @@ "abyssalcraft:crystalcluster2", "abyssalcraft:luminousthistle", "abyssalcraft:wastelandsthorn" + ], + "wyvern_casing": [ + "modularmachinery:blockinputbus", + "modularmachinery:blockmeiteminputbus", + "modularmachinery:blockfluidoutputhatch", + "modularmachinery:blockmefluidoutputbus", + "modularmachinery:blockcasing" ] } \ No newline at end of file diff --git a/config/modularmachinery/modularmachinery.cfg b/config/modularmachinery/modularmachinery.cfg index a9affcfd..a21a6d39 100644 --- a/config/modularmachinery/modularmachinery.cfg +++ b/config/modularmachinery/modularmachinery.cfg @@ -5,7 +5,7 @@ auto-assembly { I:itemMeta=0 # Set the Item auto-assembly. [default: minecraft:stick] - S:itemName=minecraft:stick + S:itemName=contenttweaker:multiblock_sticc # Set the auto-assembly need all blocks must be in the inventory. [default: true] B:needAllBlocks=false diff --git a/config/natura.cfg b/config/natura.cfg index 4dc41e91..3674cf26 100644 --- a/config/natura.cfg +++ b/config/natura.cfg @@ -6,6 +6,7 @@ enable-disable { B:"Drop barley seeds from grass"=true B:"Drop cotton seeds from grass"=true B:"Enable Clouds"=false + B:"Enable stick variants"=false B:"Enable wheat to flour recipe"=true B:"Generate Amaranth Trees"=true B:"Generate Ash Clouds"=true @@ -48,7 +49,23 @@ enable-disable { entities { + I:"Baby Heatscar Spider Maximum Spawn Count [default: 4]"=4 + I:"Baby Heatscar Spider Minimum Spawn Count [default: 4]"=4 + I:"Baby Heatscar Spider Spawn Weight [default: 10]"=10 B:"Enable Heatscar Spiders"=false + I:"Heatscar Spider Maximum Spawn Count [default: 4]"=4 + I:"Heatscar Spider Minimum Spawn Count [default: 4]"=4 + I:"Heatscar Spider Spawn Weight [default: 10]"=10 + I:"Imp Maximum Spawn Count [default: 12]"=12 + I:"Imp Minimum Spawn Count [default: 8]"=8 + I:"Imp Spawn Weight [default: 10]"=10 + I:"Maximum Baby Heatscar Spiders on Heatscar Spider Death [default: 4]"=4 + I:"Minimum Baby Heatscar Spiders on Heatscar Spider Death [default: 2]"=2 + I:"Nitro Creeper Maximum Spawn Count [default: 6]"=6 + I:"Nitro Creeper Minimum Spawn Count [default: 4]"=4 + I:"Nitro Creeper Spawn Weight [default: 8]"=8 + B:"Should Nitro Creepers explode while moderate fall damage is taken? [default: true]"=true + B:"Should Nitro Creepers instantly explode while charged? [default: true]"=true } @@ -64,6 +81,7 @@ retrogen { worldgen { + I:"Amaranth Tree Spawn Range"=48 I:"Amaranth Tree Spawn Rarity"=1 I:"Ash Cloud Spawn Height"=40 I:"Ash Cloud Spawn Range"=78 @@ -97,6 +115,7 @@ worldgen { I:"Hopseed Tree Spawn Rarity"=10 I:"Maloberry Spawn Range"=64 I:"Maloberry Spawn Rarity"=40 + I:"Maple Tree Spawn Range"=48 I:"Maple Tree Spawn Rarity"=10 I:"Nether World Generation Dimension Blacklist" < > @@ -104,13 +123,16 @@ worldgen { > I:"Raspberry Spawn Range"=64 I:"Raspberry Spawn Rarity"=30 + I:"Redwood Tree Spawn Range"=16 I:"Redwood Tree Spawn Rarity"=150 + I:"Saguaro Cactus Spawn Range"=16 I:"Saguaro Cactus Spawn Rarity"=5 I:"Sakura Tree Spawn Range"=32 I:"Sakura Tree Spawn Rarity"=10 # Controls what the lowest Y level trees can grow at, make lower if the tree will not grow I:"Sea level"=64 + I:"Silverbell Tree Spawn Range"=48 I:"Silverbell Tree Spawn Rarity"=70 I:"Skyberry Spawn Range"=100 I:"Skyberry Spawn Rarity"=18 @@ -122,7 +144,9 @@ worldgen { I:"Tainted Soil Cluster Count"=4 I:"Tainted Soil Cluster Size"=33 I:"Thornvines Spawn Rarity"=40 + I:"Tigerwood Tree Spawn Range"=48 I:"Tigerwood Tree Spawn Rarity"=30 + I:"Willow Tree Spawn Range"=16 I:"Willow Tree Spawn Rarity"=10 I:"dimension blacklist(ash clouds)" < > diff --git a/config/noisethreader.cfg b/config/noisethreader.cfg new file mode 100644 index 00000000..69d1a1af --- /dev/null +++ b/config/noisethreader.cfg @@ -0,0 +1,20 @@ +# Configuration file + +general { + + ########################################################################################################## + # server options + #--------------------------------------------------------------------------------------------------------# + # Server-Side Options + ########################################################################################################## + + "server options" { + # Minimum size of the available common thread pool to run multithreading + # Min: 1 + # Max: 2147483647 + I:"Thread Pool Minimum Size"=4 + } + +} + + diff --git a/config/omniwand.cfg b/config/omniwand.cfg index f4a06566..14fd8d19 100644 --- a/config/omniwand.cfg +++ b/config/omniwand.cfg @@ -99,6 +99,8 @@ general { storagedrawers:shroud_key storagedrawers:personal_key storagedrawers:quantify_key + thaumcraft:resonator + contenttweaker:multiblock_sticc > # List of names contained within item ids that can be attached to the Omniwand. diff --git a/config/rftools/dimlets.json b/config/rftools/dimlets.json index 7896fce5..14d228f7 100644 --- a/config/rftools/dimlets.json +++ b/config/rftools/dimlets.json @@ -1,5 +1,4 @@ [ - "Everything below this line will be regenerated from defaults every time. Remove this line if you do not want that", { "filter": { "name": "owner", @@ -584,15 +583,83 @@ }, { "filter": { - "name": ".*_ore", + "mod": [ + "thermalfoundation", + "thebetweenlands", + "divinerpg", + "mysticalagriculture" + ], + "name": ".*ore", "type": "material" }, "settings": { "rarity": 4, "create": 2000, - "maintain": 1000, + "maintain": 100000, "ticks": 500, - "worldgen": true, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "contenttweaker", + "name": ".*_divine_ore", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 2000, + "maintain": 100000, + "ticks": 500, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "contenttweaker", + "name": ".*_dragonsteel_ore", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 2000, + "maintain": 100000, + "ticks": 500, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "contenttweaker", + "name": [ + "ogerite_ore", + "arkenstone", + "tartarite_ore", + "actualizing_stone", + "psichic_stone", + "dense_dimensional_shard_ore", + "etherium_ore", + "alchemical_ore", + "matrix_ore", + "rhenium_ore", + "sednanite_ore", + "holographic_ore", + "dense_gravitite_ore", + "naquadah_ore", + "ultimate_ore", + "myrmitite_ore" + ], + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 2000, + "maintain": 100000, + "ticks": 500, + "worldgen": false, "dimlet": true } }, @@ -659,20 +726,6 @@ "dimlet": false } }, - { - "filter": { - "name": "water", - "type": "liquid" - }, - "settings": { - "rarity": 0, - "create": 10, - "maintain": 10, - "ticks": 10, - "worldgen": true, - "dimlet": true - } - }, { "filter": { "mod": "tconstruct", @@ -776,19 +829,6 @@ "dimlet": true } }, - { - "filter": { - "type": "liquid" - }, - "settings": { - "rarity": 5, - "create": 10000, - "maintain": 10000, - "ticks": 1000, - "worldgen": false, - "dimlet": true - } - }, { "filter": { "name": "default", @@ -1187,15 +1227,5 @@ "worldgen": true, "dimlet": true } - }, - { - "settings": { - "rarity": 0, - "create": 10, - "maintain": 10, - "ticks": 10, - "worldgen": true, - "dimlet": true - } } ] \ No newline at end of file diff --git a/config/soulshardsrespawn/soulshardsrespawn.cfg b/config/soulshardsrespawn/soulshardsrespawn.cfg index ec695c28..28931b94 100644 --- a/config/soulshardsrespawn/soulshardsrespawn.cfg +++ b/config/soulshardsrespawn/soulshardsrespawn.cfg @@ -3077,6 +3077,8 @@ entity_list { # Allows the gathering and spawning of naga [default: true] B:"mowziesmobs:naga"=true + B:"natura:babyheatscarspider"=true + B:"natura:heatscarspider"=true # Allows the gathering and spawning of imp [default: true] B:"natura:imp"=true @@ -3124,6 +3126,9 @@ entity_list { # Allows the gathering and spawning of tconstruct.blueslime [default: true] B:"tconstruct:blueslime"=true + # Allows the gathering and spawning of Dummy [default: true] + B:"testdummy2:dummy"=true + # Allows the gathering and spawning of Dummy [default: true] B:"testdummy:dummy"=true diff --git a/config/splash.properties b/config/splash.properties index 0252e1cc..73447eec 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Wed Oct 23 10:21:03 PDT 2024 +#Wed Jan 15 15:39:31 PST 2025 background=0xBFBFBF memoryGood=0x00091A font=0x960826 diff --git a/config/startuptimer/startup_times.json b/config/startuptimer/startup_times.json index e69de29b..d7f94271 100644 --- a/config/startuptimer/startup_times.json +++ b/config/startuptimer/startup_times.json @@ -0,0 +1,7 @@ +{ + "times": [ + 729459, + 686575, + 571789 + ] +} \ No newline at end of file diff --git a/config/stellar_core.cfg b/config/stellar_core.cfg index e4d56848..3a918625 100644 --- a/config/stellar_core.cfg +++ b/config/stellar_core.cfg @@ -9,6 +9,9 @@ general { bugfixes { vanilla { + # Fix the NPE problem that occasionally occurs with the client when the server sends a null block packet. + B:ClientNullBlockPacket=true + # If the NBT size is larger than the maximum size, it will display a warning message. # It will only take effect if LongNBTKiller is enabled. B:DisplayLargeNBTWarning=true @@ -32,6 +35,9 @@ general { } container { + # Restricts the player from interacting with the world's blocks when the player opens any container interface (except the player inventory). + B:ContainerInteractRestriction=false + # A generic feature that when a player's open TileEntity GUI is uninstalled, # it also forces the player's open GUI to be closed. B:ContainerUnloadTileEntityFixes=false @@ -254,6 +260,11 @@ general { B:ItemNullifierDupeFixes=true } + ebwizardry { + # Fix an issue where Imbuement Altar could copy items using a special interact method. + B:BlockImbuementAltarDupeFixes=true + } + } performance { @@ -263,7 +274,7 @@ general { # low FPS conditions, but potentially leads to rendering delays. B:AlwaysDeferChunkUpdates=false - # (Client/Server Performance) Asynchronous loading of ItemStack's Capability to improve performance. + # (Client/Server Performance | Experimental) Asynchronous loading of ItemStack's Capability to improve performance. # Conflict with CensoredASM's `delayItemStackCapabilityInit` option. B:AsyncItemStackCapabilityInit=true @@ -283,10 +294,16 @@ general { # (Server Performance) Modified the data structure of capturedBlockSnapshots to a LinkedList to help improve insertion and deletion performance. B:CapturedBlockSnapshotsImprovements=false + # (Client/Server Performance | Experimental) Cache the TileEntity state of the IBlockState in a chunk to improve performance. + B:ChunkTileEntityCache=false + # (Client/Server Performance) Use long instead of BlockPos to store TileEntities, optimising memory usage and potentially improving performance. # Conflicts with UniversalTweaks - 'Tile Entity Map' options and StellarCore maybe overrides them. B:ChunkTileEntityMapImprovements=false + # (Client/Server Performance) Improving Chunk Performance with Improved Data Structures. + B:ChunkTileEntityQueueImprovements=true + # (Server Performance) Improving the performance of ClassInheritanceMultiMap (up to ~40%). B:ClassInheritanceMultiMapImprovements=true @@ -308,10 +325,18 @@ general { # Known to be incompatible with DynamicTrees. B:ModelBlockStringCanonicalization=false - # (Client/Server Performance) Improving NBTTagCompound Performance with Improved Data Structures. - # Conflict with CensoredASM's `optimizeNBTTagCompoundBackingMap` and `nbtBackingMapStringCanonicalization` option. + # (Client/Server Performance) Cache constants -32768 - 32767 of NBTTagByte, NBTTagInt, NBTTagLong, NBTTagFloat, NBTTagDouble using constant pool. + # Like IntegerCache in the JVM, improves memory usage and reduces object creation overhead. + # Note: Some mods may not comply with the specification causing NBTBase to be loaded prematurely, so there may be a higher probability of problems with this feature. + # Incompatible with old version of Quark (< r1.6-189), which modifies the bytecode of the NBTTag class too early. + B:NBTPrimitiveConstantsPool=false B:NBTTagCompoundMapImprovements=true + # (Client/Server Performance) Improve the data structure of NBTTagCompound and NBTTagList and optimise the performance of matching, fetching and copying. + # May conflict with other mods optimised for NBT. + # Known to conflict with CensoredASM's `optimizeNBTTagCompoundBackingMap` and `nbtBackingMapStringCanonicalization` option. + B:NBTTagImprovements=true + # (Client Performance) As the configuration name says, use at your own risk. B:NoGLError=false @@ -330,8 +355,8 @@ general { slimeknights.tconstruct.library.client.model.ModifierModelLoader > - # (Client/Server Performance) Use parallelStream to handle randomTick operations on world blocks to improve performance in more player environments, - # possibly affecting the random logic of the original game. + # (Client/Server Performance) Use parallelStream to handle randomTick operations on world blocks to improve performance in more player environments. + # Note: Possibly affecting the random logic of the original game. B:ParallelRandomBlockTicker=false # (Client Performance | Experimental) An feature that uses parallel loading of texture files, improved game loading speed. @@ -346,11 +371,17 @@ general { # improve the speed of model loading, if you encounter the game can not be loaded or display anomaly, turn off this option. B:ResourceExistStateCache=false - # (Client Performance) Deduplicate internal strings of ResourceLocation to reduce memory usage. + # (Client/Server Performance) Deduplicate internal strings of ResourceLocation to reduce memory usage. # When installed with CensoredASM, turn off the `resourceLocationCanonicalization` feature of CensoredASM. # StellarCore already has backend integration for it. + # Note: This feature may have a large impact on load times. B:ResourceLocationCanonicalization=true + # (Client/Server Performance) ResourceLocationCanonicalization Available when enabled, makes the operation process asynchronous, + # dramatically reduces the impact on startup time, but uses more memory (mainly in client model loading, very much more memory) during loading, + # and the memory returns to normal after loading is complete. + B:ResourceLocationCanonicalizationAsync=false + # (Client Performance | Experimental) BakedQuad deduplication of SimpleBakedModel to optimise memory usage. # Works in most cases, but may cause rendering issues with models in some mods. B:SimpleBakedModelCanonicalization=false @@ -382,6 +413,15 @@ general { # helping to improve the computer freezing problem at game startup, but potentially causing the game to take longer to load. B:ASMDataTableCPUUsageImprovements=false + # (Client/Server Performance) Improved performance of ASMModParser in parsing bytecode, improved startup speed (~1 ~ 5 seconds). + B:ASMModParserImprovements=true + + # (Client/Server Performance) ChunkManager optimisation, improves performance in more player environments. + B:ChunkManager=true + + # When writing to Capability's NBT, if the returned NBT is empty, no content is written, which may help improve performance. + B:DeallocateEmptyCapabilityNBT=true + # (Client Performance | Experimental) Deduplicate unpackedData array to optimise memory usage, with significant optimisation for some mods. # Works in most cases, but may cause rendering issues with models in some mods. B:UnpackedBakedQuadDataCanonicalization=false @@ -431,6 +471,15 @@ general { # Min: 2 # Max: 60 I:SparkMaxWorkDelay=10 + + # (Server Performance) Improvements to the way Alf Portals work to slightly improve performance. + B:alfPortalImprovements=true + + # (Server Performance) Improvements to the way Pylons work to slightly improve performance. + B:pylonImprovements=true + + # (Server Performance) Improvements to the way Rune Altars work to slightly improve performance. + B:runeAltarImprovements=true } chisel { @@ -525,8 +574,6 @@ general { # (Server Performance) Improved some data structures, slight performance improvements. B:EnergyNetLocalImprovements=true - - # (Server Performance) Improve EnergyNetLocal#getIoTile and EnergyNetLocal#getSubTile fetching speed to optimise performance to some extent. B:GetIoAndSubTileEnergyNetLocalImprovements=true # (Server Performance) Improved some data structures, slight performance improvements. @@ -631,6 +678,12 @@ general { B:texturedQuadFloatCanonicalization=true } + nuclearcraftoverhauled { + # (Server Performance) Improvements search performance of basic recipes. + # Requires disable processor.smart_processor_input option at nuclearcraft.cfg. + B:BasicRecipeSearchImprovements=true + } + } features { @@ -767,6 +820,11 @@ general { B:RandomNetworkUniqueID=false } + modularrouters { + # (Client) Automatically enable the ECO mode for new routers. + B:RouterECOModeByDefault=true + } + } } diff --git a/config/storagedrawers.cfg b/config/storagedrawers.cfg index 85abbd0a..553b560c 100644 --- a/config/storagedrawers.cfg +++ b/config/storagedrawers.cfg @@ -115,6 +115,7 @@ registries { # Items should be in form domain:item or domain:item:meta. [default: [minecraft:clay, minecraft:clay_ball, 4]] S:compactingRules < minecraft:clay, minecraft:clay_ball, 4 + biomesoplenty:flesh, biomesoplenty:fleshchunk, 4 industrialforegoing:dryrubber, industrialforegoing:tinydryrubber, 9 divinerpg:divine_stone, divinerpg:divine_shards, 9 contenttweaker:enhanced_chaos_shard, contenttweaker:enhanced_chaos_fragment, 9 diff --git a/config/tconstruct_oredictcache.dat b/config/tconstruct_oredictcache.dat index e4651add..48812814 100644 Binary files a/config/tconstruct_oredictcache.dat and b/config/tconstruct_oredictcache.dat differ diff --git a/config/testdummy2.cfg b/config/testdummy2.cfg new file mode 100644 index 00000000..f6343a3a --- /dev/null +++ b/config/testdummy2.cfg @@ -0,0 +1,45 @@ +# Configuration file + +general { + + ########################################################################################################## + # server options + #--------------------------------------------------------------------------------------------------------# + # Server-Side Options + ########################################################################################################## + + "server options" { + # Output message (DPS = dmg per second, AVG = average damage per hit, HPS = hits per second, MAX = max dmg of a single hit + S:"Output message"=DPS + + # Send chat msg with all tracked dmg stats + B:"Send full msg in chat"=true + + # Show hearts instead of damage + B:"Show Hearts"=false + + # How many ticks it will take for the dummy to show DPS + I:"Ticks until DPS"=50 + + # Add dmg that was done during the hit on the side without an actual extra hit to tracked dmg + B:"Track added dmg no event"=true + + # Fire Forge LivingDamageEvent and add result to tracked dmg + B:"Use LivingDamageEvent"=true + + # Fire Forge LivingHurtEvent and add result to tracked dmg + B:"Use LivingHurtEvent"=true + + # Apply Armor calculation (applyArmorCalculations) to tracked dmg + B:"Use armor calc"=true + + # Apply invincibility frame calculation to tracked dmg + B:"Use invincibility frames"=true + + # Apply Resistance calculation (applyPotionDamageCalculations) to tracked dmg + B:"Use resistance calc"=true + } + +} + + diff --git a/config/thaumicaugmentation.cfg b/config/thaumicaugmentation.cfg index 44212057..f04ff539 100644 --- a/config/thaumicaugmentation.cfg +++ b/config/thaumicaugmentation.cfg @@ -179,6 +179,11 @@ gameplay { # For multiplayer see AllowOPWardOverride. B:AllowSingleplayerWardOverride=false + # Disables some features of warding that may be computationally expensive (CPU usage) in some setups. + # If you are concerned about TPS and don't mind losing some advanced warding features, give this a try. + # Currently, this disables canceling scheduled and random ticks on warded blocks and block updates from neighboring blocks. + B:DisableExpensiveWardFeatures=false + # Disables the ward focus. This will remove the research entry, disable existing wards, and make existing foci do nothing. # This is a server-side setting, although the ward research may not sync properly if the value is not the same on both sides. B:DisableWardFocus=false diff --git a/config/togetherforever.cfg b/config/togetherforever.cfg new file mode 100644 index 00000000..2647ca80 --- /dev/null +++ b/config/togetherforever.cfg @@ -0,0 +1,22 @@ +# Configuration file + +general { + # If enabled, players in the same team will sync the advancements + B:advancementSync=true + + # If enabled, players in the same team will sync the gamestages + B:gamestagesSync=true + + # If enabled, players in the same team will sync the levels from Reskillable + B:reskillableLevelUpSync=true + + # If enabled, players in the same team will sync the unlockables from Reskillable + B:reskillableUnlockableSync=true + + # Amount of seconds the syncing will be delayed on world join + # Min: 0 + # Max: 2147483647 + I:syncDataSecondsDelay=20 +} + + diff --git a/config/tombstone.cfg b/config/tombstone.cfg index a0e291a9..ebed8e62 100644 --- a/config/tombstone.cfg +++ b/config/tombstone.cfg @@ -163,7 +163,7 @@ client { B:displayKnowledgeMessage=true # Enables the special rendering and particles for Halloween - B:enableHalloweenEffect=true + B:enableHalloweenEffect=false # Equips elytra in priority when recovering your lost items B:equipElytraInPriority=false diff --git a/config/torchmaster.cfg b/config/torchmaster.cfg index f4c4378b..c23cedbc 100644 --- a/config/torchmaster.cfg +++ b/config/torchmaster.cfg @@ -8,6 +8,8 @@ general { # Block squid: +minecraft:squid # Allow pigs: -minecraft:pig S:DreadLampEntityBlockListOverrides < + +minecraft:squid + +mod_lavacow:scarecrow > # The radius of the spawn prevention. (Passive Animals) @@ -48,6 +50,8 @@ general { # Block zombies: +minecraft:zombie # Allow creepers: -minecraft:creeper S:MegaTorchEntityBlockListOverrides < + +divinerpg:rainbour + +mod_lavacow:scarecrow > # If set to true, the mega torch will drop as an unlit torch when harvesting it diff --git a/config/woot/factory_config.json b/config/woot/factory_config.json index dab445c4..65d6c4a2 100644 --- a/config/woot/factory_config.json +++ b/config/woot/factory_config.json @@ -216,12 +216,6 @@ "twilightforest:giant_miner", "twilightforest:armored_giant", "divinerpg:karot", - "minecraft:zombie", - "minecraft:husk", - "mod_lavacow:zombiefrozen", - "mod_lavacow:zombiemushroom", - "mod_lavacow:unburied", - "mod_lavacow:mummy", "divinerpg:ayeraco_red", "divinerpg:ayeraco_purple", "divinerpg:ayeraco_green", @@ -305,7 +299,9 @@ "bewitchment:baphomet", "bewitchment:leonard", "thaumcraft:cultistportalgreater", - "thaumcraft:cultistportallesser" + "thaumcraft:cultistportallesser", + "mowziesmobs:frostmaw", + "divinerpg:behemoth" ], "entitywhitelist": [ ], diff --git a/config/xporbclump.cfg b/config/xporbclump.cfg index b9009a1d..0c70be6e 100644 --- a/config/xporbclump.cfg +++ b/config/xporbclump.cfg @@ -44,9 +44,28 @@ general { shulkercoloring { # Allow coloring shulkers with dyes. + # default: false B:enable=false } + tesrdistance { + # Remove the distance limit altogether. + # This option makes both of the other options redundant. + B:I_AM_HIM=false + + # The max distance you can go away before tile entity gets discarded for rendering. + # You can't use 0 or negative values. You can use MAX to denote no limits. 4096 is the default distance limit. + # The distance given will be square rooted to get actual distance. + # Example: minecraft:banner#4096.0 + S:distanceList < + > + + # Square of max distance to render tile entities by default. 4096.0 is the vanilla value, use 0.0 to denote to not override the default value, tile entities can have different values. + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:maxDistance=0.0 + } + } diff --git a/modlist.html b/modlist.html index 2a276f85..232f5141 100644 --- a/modlist.html +++ b/modlist.html @@ -31,7 +31,8 @@
  • Demagnetize (by comp500)
  • JEI Utilities (by vfyjxf_)
  • Tinker's JEI (by possible_triangle)
  • -
  • ARLib (by MarvinEckhardt)
  • +
  • ARLib (by MarvinEckhardt)
  • +
  • Together Forever (by Buuz135)
  • HammerLib (by Zeith)
  • Unlimited Chisel Works (by asiekierka)
  • CodeChicken Lib 1.8.+ (by covers1624)
  • @@ -57,74 +58,76 @@
  • XNet (by McJty)
  • Mod Name Tooltip (by mezz)
  • NuclearCraft (by tomdodd4598)
  • -
  • Inventory Tweaks [1.12 only] (by JimeoWan)
  • The Twilight Forest (by Benimatic)
  • -
  • Item Filters (by LatvianModder)
  • +
  • Inventory Tweaks [1.12 only] (by JimeoWan)
  • HoloInventory (by Dries007)
  • -
  • Torchmaster (by xalcon)
  • +
  • Item Filters (by LatvianModder)
  • LibNine (by phantamanta44)
  • +
  • Torchmaster (by xalcon)
  • Guide-API (by TehNut)
  • -
  • AE2 Stuff (by bdew)
  • Extended Crafting: Nomifactory Edition (by Exa4096)
  • +
  • AE2 Stuff (by bdew)
  • Corail Tombstone (by Corail_31)
  • -
  • Initial Inventory (by Jaredlll08)
  • MalisisCore (by Ordinastie)
  • -
  • Had Enough Items (by CleanroomMC)
  • +
  • Initial Inventory (by Jaredlll08)
  • Bookshelf (by DarkhaxDev)
  • +
  • Had Enough Items (by CleanroomMC)
  • Arcane Essentials (Electroblob's Wizardry) (by FavouriteDragon)
  • -
  • Mystical Agriculture Tiered Crystals (by Electrolyte)
  • +
  • Avaritia Item (by i_xiaotian)
  • AtomicStryker's Battle Towers (by atomicstrykergrumpy)
  • -
  • Better Biome Blend (by FionaTheMortal)
  • +
  • Mystical Agriculture Tiered Crystals (by Electrolyte)
  • ZeroCore 2 (by ZeroNoRyouki)
  • -
  • CoFH World (by TeamCoFH)
  • -
  • Recipe Stages (by Jaredlll08)
  • +
  • Better Biome Blend (by FionaTheMortal)
  • Construct's Armory (by TheIllusiveC4)
  • -
  • Thaumcraft Fix (by TheCodex6824)
  • -
  • Magic Bees (by MysteriousAges)
  • +
  • Recipe Stages (by Jaredlll08)
  • +
  • CoFH World (by TeamCoFH)
  • Thaumic Augmentation (by TheCodex6824)
  • +
  • Magic Bees (by MysteriousAges)
  • Modpack Configuration Checker (by matt1235r)
  • -
  • JEI Villagers (by Buuz135)
  • -
  • Biomes O' Plenty (by Forstride)
  • +
  • StellarCore (by Kasumi_Nova)
  • Career Bees (by RWTema)
  • +
  • Biomes O' Plenty (by Forstride)
  • +
  • JEI Villagers (by Buuz135)
  • Nature's Compass (by Chaosyr)
  • ArchitectureCraft - TridentMC Version (by darkevilmac)
  • -
  • AgriCraft (by InfinityRaider)
  • Botania (by Vazkii)
  • -
  • Cyclops Core (by kroeser)
  • -
  • Mouse Tweaks Unofficial (by CleanroomMC)
  • +
  • AgriCraft (by InfinityRaider)
  • Dank Storage (by tfarecnim)
  • -
  • Fish's Undead Rising (by fish0016054)
  • -
  • Woot (by Ipsis)
  • +
  • Mouse Tweaks Unofficial (by CleanroomMC)
  • +
  • Cyclops Core (by kroeser)
  • Draconic Evolution (by brandon3055)
  • +
  • Woot (by Ipsis)
  • +
  • Fish's Undead Rising (by fish0016054)
  • JourneyMap (by techbrew)
  • Patchouli (by Vazkii)
  • EnderCore (by tterrag1098)
  • [ANGRY PIXEL] The Betweenlands (by MrCompost)
  • Project Red - Fabrication (by MrTJP)
  • -
  • Moar Tinkers (by AshuraNoYami)
  • FTB Utilities (Forge) (by FTB)
  • +
  • Moar Tinkers (by AshuraNoYami)
  • +
  • Naughthirium (by Rongmario)
  • PackagedAuto (by TheLMiffy1111)
  • Betterer P2P (by dyedquartz)
  • Aqua Acrobatics [Forge] (by embeddedt)
  • -
  • InfinityLib (by InfinityRaider)
  • Plethora Peripherals (by SquidDev)
  • +
  • InfinityLib (by InfinityRaider)
  • DimensionalDoors (by DimensionalDevelopment)
  • WanionLib (by WanionCane)
  • Reach Fix (by meldexun)
  • Dimension Stages (by DarkhaxDev)
  • -
  • Item Favorites (by Mr_Unknown404)
  • -
  • Bad Wither No Cookie - Reloaded (by Kreezxil)
  • -
  • Red Core (by Desoroxxx)
  • +
  • Item Favorites (by MrUnknown404)
  • Torcherino Community Edition (by artiks54)
  • -
  • Hatchery (by GenDeathrow)
  • +
  • Red Core (by Desoroxxx)
  • +
  • Bad Wither No Cookie - Reloaded (by Kreezxil)
  • Thaumic Energistics Extended Life (by Delfayne)
  • +
  • Hatchery (by GenDeathrow)
  • Mob Population Control (by MacTso)
  • -
  • Tweaked Lib (by Srki_2k)
  • Sound Reloader (by TheWhoAreYouPerson)
  • +
  • Tweaked Lib (by Srki_2k)
  • Ice and Fire: RotN Edition (by asterixxxxxxxxxxxxxx)
  • BuildCraft RF: ReFluxified (by JackRaidenPH)
  • -
  • /dank/null (by TheRealp455w0rd)
  • Scaffolding Backported (by ostoboru)
  • +
  • /dank/null (by TheRealp455w0rd)
  • Astral Sorcery (by HellFirePvP)
  • Avaritia 1.1x (by covers1624)
  • Deep Mob Evolution (by Pansmith)
  • @@ -134,27 +137,27 @@
  • BuildCraft|Silicon (by Covert_Jaguar)
  • Extra Spells (Electroblob's Wizardry) (by meldexun)
  • Framed Compacting Drawers (by Eutro)
  • -
  • Flux Networks (by sonar_sonic)
  • Custom Main Menu (by Lumien231)
  • +
  • Flux Networks (by sonar_sonic)
  • Legendary Tooltips [Neo/Forge] (by Grend_G)
  • ExtraCells2 - SamLam140330's Fork (by SamLam140330)
  • Chisel (by tterrag1098)
  • -
  • FTB Library (Forge) (Legacy) (by FTB)
  • Particle Culling (by bl4ckscor3)
  • +
  • FTB Library (Forge) (Legacy) (by FTB)
  • Bewitchment (Legacy) (by sunconure11)
  • In Control! (by McJty)
  • Omniwand (by invadermonky)
  • Default Options (by BlayTheNinth)
  • McJtyLib (by McJty)
  • -
  • Building Gadgets (by Direwolf20)
  • Project Red - Exploration (by MrTJP)
  • +
  • Building Gadgets (by Direwolf20)
  • Bad Mobs (by DarkhaxDev)
  • -
  • Ender Utilities (by masady)
  • p455w0rd's Library (by TheRealp455w0rd)
  • +
  • Ender Utilities (by masady)
  • Extra Utilities (by RWTema)
  • JEI Bees (by bdew)
  • -
  • Enchantments Control (by austeretony)
  • Common Capabilities (by kroeser)
  • +
  • Enchantments Control (by austeretony)
  • Railcraft (by Covert_Jaguar)
  • RFTools (by McJty)
  • Just Enough Resources (JER) (by way2muchnoise)
  • @@ -166,110 +169,114 @@
  • Placebo (by Shadows_of_Fire)
  • ModTweaker (by Jaredlll08)
  • AromaBackup (by Aroma1997)
  • -
  • Deep Blood Evolution (by GlodBlock)
  • NBT Peripheral (by MakerTim)
  • +
  • Deep Blood Evolution (by GlodBlock)
  • Forestry (by mezz)
  • Thaumic Tinkerer Unofficial (by keletu66666)
  • +
  • CraftTweaker Integration (by TCreopargh)
  • LLibrary (by MCModDev)
  • Rather Enough Immersive Multiblocks (by BananaFructa)
  • Gendustry JEI Addon (by ninjabrain1)
  • Tesslocator (by LatvianModder)
  • -
  • Game Stages (by DarkhaxDev)
  • LootTableTweaker (by DarkhaxDev)
  • +
  • Game Stages (by DarkhaxDev)
  • Tesla Core Lib (by face_of_cat)
  • -
  • Blood Arsenal (by Arcaratus)
  • -
  • ExtraBotany (by ExtraMeteorP)
  • spark (by Iucko)
  • -
  • Redstone Arsenal (by TeamCoFH)
  • -
  • Thermal Foundation (by TeamCoFH)
  • +
  • ExtraBotany (by ExtraMeteorP)
  • +
  • Blood Arsenal (by Arcaratus)
  • Ender IO (by crazypants_mc_the_second)
  • +
  • Thermal Foundation (by TeamCoFH)
  • +
  • Redstone Arsenal (by TeamCoFH)
  • FindMe (by Buuz135)
  • Akashic Tome (by Vazkii)
  • Just Enough Calculation (by towdium)
  • Baubles (by Azanor13)
  • -
  • Integrated NBT (by scleox)
  • JEI Integration (by SnowShock35)
  • +
  • Integrated NBT (by scleox)
  • MmmMmmMmmMmm (Target Dummy) (by MehVahdJukaar)
  • AbyssalCraft (by Shinoow)
  • RFTools Dimensions (by McJty)
  • -
  • Chameleon (by Texelsaur)
  • Item Blacklist (by DoubleDoorDev)
  • +
  • Chameleon (by Texelsaur)
  • Resource Loader (by Lumien231)
  • Zenkorium Creatures (by enderiumsmith)
  • BdLib (by bdew)
  • Mob Stages (by DarkhaxDev)
  • Smooth Font (by bre2el)
  • -
  • MalisisBlocks (by Ordinastie)
  • Megelium Blocks (by matt1235r)
  • +
  • MalisisBlocks (by Ordinastie)
  • B.A.S.E (by lanse505)
  • Tinkers Construct (by mDiyo)
  • -
  • Mowzie's Mobs (by bobmowzie)
  • BeeBetterAtBees (by HellFirePvP)
  • +
  • Mowzie's Mobs (by bobmowzie)
  • Advanced Rocketry - Reworked (by MarvinEckhardt)
  • TipTheScales (by Jaredlll08)
  • Thaumic Wonders (by daedalus4096)
  • Bring Me The Rings! (by zabi94)
  • The Aether (by TheAetherTeam)
  • -
  • Thermal Dynamics (by TeamCoFH)
  • -
  • Clear Water (by PricelessKoala)
  • MixinBootstrap (by LX_Gaming)
  • +
  • Clear Water (by PricelessKoala)
  • +
  • Thermal Dynamics (by TeamCoFH)
  • Pillar Patched (by ACGaming)
  • +
  • Extended Crafting Terminals for Applied Energistics 2 (by 0xC4DE)
  • Startup Timer (by embeddedt)
  • Alfheim Lighting Engine (by Desoroxxx)
  • ME Capability Adapter (by rfctksSparkle)
  • MysticalLib (by Noobanidus)
  • -
  • Cosmetic Armor Reworked (by LainMI)
  • Broken Wings (by quat)
  • -
  • Controlling (by Jaredlll08)
  • +
  • Cosmetic Armor Reworked (by LainMI)
  • Tweaked Excavation (by Srki_2k)
  • +
  • Controlling (by Jaredlll08)
  • Custom FoV (Fabric/Forge/Quilt) (by TheIllusiveC4)
  • ArmoreableMobs (by Buuz135)
  • MrTJPCore (by MrTJP)
  • Project Red - Compat (by MrTJP)
  • Mighty Ender Chicken (by iChun)
  • -
  • Railway Depot Worker (by tttusk)
  • +
  • NoiseThreader (by fonnymunkey)
  • Dynamistics (by Eutro)
  • +
  • Railway Depot Worker (by tttusk)
  • Loot Capacitor Tooltips (by tfarecnim)
  • -
  • Neeve's AE2: Extended Life Additions (by notmywing)
  • -
  • Multifarm Crops (by mallrat208)
  • Reborn Core (Fork NBT fix) (by crisCKY)
  • -
  • StellarCore (by Kasumi_Nova)
  • +
  • Multifarm Crops (by mallrat208)
  • +
  • Neeve's AE2: Extended Life Additions (by notmywing)
  • +
  • Enchantment Library (by kurrycat)
  • Thaumcraft (by Azanor13)
  • -
  • Actually Additions (by Ellpeck)
  • Fixeroo (by MetallicaFan011)
  • -
  • Project Red - Illumination (by MrTJP)
  • +
  • Actually Additions (by Ellpeck)
  • Chicken Chunks 1.8.+ (by covers1624)
  • -
  • Blockcraftery (by EpicSquid315)
  • +
  • Project Red - Illumination (by MrTJP)
  • Just Enough Reactors (by BrainStone)
  • -
  • Thaumic Additions: Reconstructed (by Zeith)
  • -
  • Cyclic (by Lothrazar)
  • -
  • GunpowderLib (by Jacky)
  • +
  • Blockcraftery (by EpicSquid315)
  • The One Probe (by McJty)
  • +
  • GunpowderLib (by Jacky)
  • +
  • Cyclic (by Lothrazar)
  • +
  • Thaumic Additions: Reconstructed (by Zeith)
  • Variegated (by Noobanidus)
  • -
  • Brandon's Core (by brandon3055)
  • -
  • AutoRegLib (by Vazkii)
  • Aerial Affinity (by tfarecnim)
  • +
  • AutoRegLib (by Vazkii)
  • +
  • Brandon's Core (by brandon3055)
  • OC XNet Driver (by davenonymous)
  • AE2 Network Visualiser (by brandon3055)
  • AE2 Crafting Tree - Legacy (by Kasumi_Nova)
  • -
  • Animus (by TeamDman)
  • -
  • Aroma1997Core (by Aroma1997)
  • MixinBooter (by CleanroomMC)
  • +
  • Aroma1997Core (by Aroma1997)
  • +
  • Animus (by TeamDman)
  • FTB ProjectEX (by FTB)
  • Cucumber Library (by BlakeBr0)
  • Actually Baubles (by Jacky)
  • Xtones (by TehNut)
  • -
  • Fluid Drawers (by phantamanta44)
  • Integrated Tunnels (by kroeser)
  • +
  • Fluid Drawers (by phantamanta44)
  • Modular Routers (by desht_08)
  • -
  • Nothirium (by meldexun)
  • ConfigAnytime (by CleanroomMC)
  • +
  • Nothirium (by meldexun)
  • +
  • Natura (by mDiyo)
  • Integration Foregoing (by Jacky)
  • ProjectE (by SinKillerJ)
  • BuildCraft|Factory (by Covert_Jaguar)
  • -
  • Lazy AE2 (by phantamanta44)
  • -
  • Soul Shards Respawn (by TehNut)
  • The Lost Cities (by McJty)
  • +
  • Soul Shards Respawn (by TehNut)
  • +
  • Lazy AE2 (by phantamanta44)
  • Mystical Agriculture (by BlakeBr0)
  • BuildCraft|Transport (by Covert_Jaguar)
  • MalisisDoors (by Ordinastie)
  • @@ -278,68 +285,68 @@
  • Tinkers' Tool Leveling (by bonusboni)
  • TOP Addons (by DrManganese)
  • LootTweaker (by Daomephsta)
  • -
  • Thermal Expansion (by TeamCoFH)
  • It's the little things (by Zlepper)
  • +
  • Thermal Expansion (by TeamCoFH)
  • DivineRPG (Official) (by Velocityraptor)
  • -
  • Spice of Life: Carrot Edition (by lordcazsius)
  • Project Red - Core (by MrTJP)
  • +
  • Spice of Life: Carrot Edition (by lordcazsius)
  • Extreme Reactors (by ZeroNoRyouki)
  • -
  • Ender Storage 1.8.+ (by covers1624)
  • VintageFix (by embeddedt)
  • -
  • RenderLib (by meldexun)
  • +
  • Ender Storage 1.8.+ (by covers1624)
  • Project Red - Integration (by MrTJP)
  • -
  • Ender Tweaker (by Shadows_of_Fire)
  • +
  • RenderLib (by meldexun)
  • Industrial Foregoing (by Buuz135)
  • +
  • Ender Tweaker (by Shadows_of_Fire)
  • OpenModsLib (by OpenMods)
  • Environmental Tech (by ValkyrieofNight)
  • Sledgehammer (by LX_Gaming)
  • Overloaded Armor Bar (by tfarecnim)
  • Wireless Redstone CBE (by covers1624)
  • -
  • ReAuth (by TechnicianLP)
  • -
  • Persistency (by Rongmario)
  • Gendustry (by bdew)
  • -
  • Integrated Dynamics (by kroeser)
  • -
  • SerializationIsBad (by Dogboy21)
  • -
  • Roughly Enough IDs (by Lily)
  • +
  • Persistency (by Rongmario)
  • +
  • ReAuth (by TechnicianLP)
  • Blood Magic (by WayofTime)
  • -
  • The Erebus (by vadis365)
  • +
  • Roughly Enough IDs (by Lily)
  • +
  • SerializationIsBad (by Dogboy21)
  • +
  • Integrated Dynamics (by kroeser)
  • BuildCraft|Energy (by Covert_Jaguar)
  • -
  • Natura (by mDiyo)
  • -
  • AI Reducer (by Charles445)
  • +
  • The Erebus (by vadis365)
  • AbyssalCraft Integration (by Shinoow)
  • +
  • AI Reducer (by Charles445)
  • New TARDIS Mod (by lilithmotherofall)
  • -
  • MTLib (by Jaredlll08)
  • -
  • Reliquary Reincarnations (by P3pp3rF1y)
  • Redstone Flux (by TeamCoFH)
  • +
  • Reliquary Reincarnations (by P3pp3rF1y)
  • +
  • MTLib (by Jaredlll08)
  • Advent of Ascension (Nevermine) (by Scimiguy)
  • Scalar (by kappa_maintainer)
  • Roost (by timrwood)
  • AppleSkin (by squeek502)
  • -
  • Simple Void World (by modmuss50)
  • FPS Reducer (by bre2el)
  • -
  • xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by TeamDman)
  • +
  • Simple Void World (by modmuss50)
  • +
  • FermiumBooter (by fonnymunkey)
  • Morpheus (by Quetzi)
  • +
  • xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by TeamDman)
  • Storage Cabinet (by AshIndigo)
  • ToroHealth Damage Indicators (by ToroCraft)
  • -
  • Rebirth of the Mobs (by Quarris)
  • Forgelin-Continuous (by ChAoS_UnItY_)
  • +
  • Rebirth of the Mobs (by Quarris)
  • Buildcraft Compat (by Forge_User_75087269)
  • -
  • OpenComputers (by Sangar)
  • Ranged Pumps (by raoulvdberge)
  • -
  • CC: Tweaked (by SquidDev)
  • +
  • OpenComputers (by Sangar)
  • BuildCraft|Builders (by Covert_Jaguar)
  • +
  • CC: Tweaked (by SquidDev)
  • Better Questing Unofficial (by CleanroomMC)
  • Thaumic Inventory Scanning (Thaumcraft Addon) (by BlayTheNinth)
  • -
  • CraftTweaker (by Jaredlll08)
  • BetterFps (by Guichaguri)
  • -
  • Simple Trophies (by quat)
  • -
  • Electroblob's Wizardry: Twilight Forest Spell Pack (by Electroblob)
  • -
  • Simply Jetpacks 2 (by Tomson124)
  • +
  • CraftTweaker (by Jaredlll08)
  • Universal Tweaks (by ACGaming)
  • +
  • Simply Jetpacks 2 (by Tomson124)
  • +
  • Electroblob's Wizardry: Twilight Forest Spell Pack (by Electroblob)
  • +
  • Simple Trophies (by quat)
  • BetterBedrockGen (by Gigabit101)
  • -
  • UnknownLibs (by Mr_Unknown404)
  • -
  • Better Builder's Wands (by Portablejim)
  • Zen Utils (by youyihj)
  • +
  • Better Builder's Wands (by Portablejim)
  • +
  • UnknownLibs (by MrUnknown404)
  • BiblioCraft (by Nuchaz)
  • Blood Agricraft (by Niyu_cuatro)
  • diff --git a/pillar/chaika_puzzle.json b/pillar/chaika_puzzle.json new file mode 100644 index 00000000..d5171156 --- /dev/null +++ b/pillar/chaika_puzzle.json @@ -0,0 +1,30 @@ +// =================================================================== +// This is a template for a Pillar structure +// Do not include these lines in your file +// The _template.json file is ignored so don't worry about it +// =================================================================== + +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": false, + "isBiomeTagSpawnsBlacklist": false, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/finem_enderdolomite_column.json b/pillar/finem_enderdolomite_column.json new file mode 100644 index 00000000..5f417789 --- /dev/null +++ b/pillar/finem_enderdolomite_column.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 150, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [185], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "contenttweaker:ender_dolomite", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/flesh_world_callstone.json b/pillar/flesh_world_callstone.json new file mode 100644 index 00000000..d5171156 --- /dev/null +++ b/pillar/flesh_world_callstone.json @@ -0,0 +1,30 @@ +// =================================================================== +// This is a template for a Pillar structure +// Do not include these lines in your file +// The _template.json file is ignored so don't worry about it +// =================================================================== + +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": false, + "isBiomeTagSpawnsBlacklist": false, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/kashan_actualizing_stone.json b/pillar/kashan_actualizing_stone.json new file mode 100644 index 00000000..c4ef4adb --- /dev/null +++ b/pillar/kashan_actualizing_stone.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [190], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "contenttweaker:actualizing_stone", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/loot_box_adventarmor.json b/pillar/loot_box_adventarmor.json new file mode 100644 index 00000000..d5171156 --- /dev/null +++ b/pillar/loot_box_adventarmor.json @@ -0,0 +1,30 @@ +// =================================================================== +// This is a template for a Pillar structure +// Do not include these lines in your file +// The _template.json file is ignored so don't worry about it +// =================================================================== + +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": false, + "isBiomeTagSpawnsBlacklist": false, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/loot_tables/lostcities_meatball.json b/pillar/loot_tables/lostcities_meatball.json new file mode 100644 index 00000000..2543450f --- /dev/null +++ b/pillar/loot_tables/lostcities_meatball.json @@ -0,0 +1,61 @@ +{ + "pools": [ + { + "name": "generalmeatballness", + "entries": [ + { + "entryName": "contenttweaker:sentient_meatball", + "weight": 2, + "quality": 1, + "type": "item", + "functions": [ + { + "count": { + "min": 1.0, + "max": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "contenttweaker:sentient_meatball" + }, + { + "entryName": "contenttweaker:vegetarian_sentient_meatball", + "weight": 2, + "quality": 1, + "type": "item", + "functions": [ + { + "count": { + "min": 1.0, + "max": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "contenttweaker:vegetarian_sentient_meatball" + }, + { + "entryName": "contenttweaker:tainted_sentient_meatball", + "weight": 2, + "quality": 1, + "type": "item", + "functions": [ + { + "count": { + "min": 1.0, + "max": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "contenttweaker:tainted_sentient_meatball" + } + ], + "rolls": { + "min": 1.0, + "max": 4.0 + } + } + ] + } \ No newline at end of file diff --git a/pillar/lostcities_fractal.json b/pillar/lostcities_fractal.json new file mode 100644 index 00000000..f4e1aaf2 --- /dev/null +++ b/pillar/lostcities_fractal.json @@ -0,0 +1,24 @@ +{ + "generatorType": "NONE", + "minY": 20, + "maxY": 40, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_1.json b/pillar/lostcities_meatball_1.json new file mode 100644 index 00000000..fd9c07a4 --- /dev/null +++ b/pillar/lostcities_meatball_1.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_2.json b/pillar/lostcities_meatball_2.json new file mode 100644 index 00000000..fd9c07a4 --- /dev/null +++ b/pillar/lostcities_meatball_2.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_3.json b/pillar/lostcities_meatball_3.json new file mode 100644 index 00000000..fd9c07a4 --- /dev/null +++ b/pillar/lostcities_meatball_3.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_4.json b/pillar/lostcities_meatball_4.json new file mode 100644 index 00000000..fd9c07a4 --- /dev/null +++ b/pillar/lostcities_meatball_4.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_5.json b/pillar/lostcities_meatball_5.json new file mode 100644 index 00000000..fd9c07a4 --- /dev/null +++ b/pillar/lostcities_meatball_5.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_bossarena.json b/pillar/lostcities_meatball_bossarena.json new file mode 100644 index 00000000..0f14306d --- /dev/null +++ b/pillar/lostcities_meatball_bossarena.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "contenttweaker:sentient_meatball_flesh", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_flyingeyes.json b/pillar/lostcities_meatball_flyingeyes.json new file mode 100644 index 00000000..be821c85 --- /dev/null +++ b/pillar/lostcities_meatball_flyingeyes.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "contenttweaker:sentient_meatball_flesh", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_ichor.json b/pillar/lostcities_meatball_ichor.json new file mode 100644 index 00000000..4c6058a3 --- /dev/null +++ b/pillar/lostcities_meatball_ichor.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_parasite.json b/pillar/lostcities_meatball_parasite.json new file mode 100644 index 00000000..4c6058a3 --- /dev/null +++ b/pillar/lostcities_meatball_parasite.json @@ -0,0 +1,24 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/lostcities_meatball_sludgelord.json b/pillar/lostcities_meatball_sludgelord.json new file mode 100644 index 00000000..be821c85 --- /dev/null +++ b/pillar/lostcities_meatball_sludgelord.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 130, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [111], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "contenttweaker:sentient_meatball_flesh", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/meatball_man_final_boss.json b/pillar/meatball_man_final_boss.json new file mode 100644 index 00000000..d5171156 --- /dev/null +++ b/pillar/meatball_man_final_boss.json @@ -0,0 +1,30 @@ +// =================================================================== +// This is a template for a Pillar structure +// Do not include these lines in your file +// The _template.json file is ignored so don't worry about it +// =================================================================== + +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + "dimensionSpawns": [], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": false, + "isBiomeTagSpawnsBlacklist": false, + "generateEverywhere": false, + "integrity": 1, + "decay": 0, + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/structures/akathartos_structure_crimsonemperor.nbt b/pillar/structures/akathartos_structure_crimsonemperor.nbt index c7bb08b7..a18cff68 100644 Binary files a/pillar/structures/akathartos_structure_crimsonemperor.nbt and b/pillar/structures/akathartos_structure_crimsonemperor.nbt differ diff --git a/pillar/structures/arbiter_structure_end.nbt b/pillar/structures/arbiter_structure_end.nbt index cec1490c..cb6862bb 100644 Binary files a/pillar/structures/arbiter_structure_end.nbt and b/pillar/structures/arbiter_structure_end.nbt differ diff --git a/pillar/structures/betweenlands_callstone_sludge.nbt b/pillar/structures/betweenlands_callstone_sludge.nbt index d426d0f3..8ce83d45 100644 Binary files a/pillar/structures/betweenlands_callstone_sludge.nbt and b/pillar/structures/betweenlands_callstone_sludge.nbt differ diff --git a/pillar/structures/borean_structure_elderone.nbt b/pillar/structures/borean_structure_elderone.nbt index 89823112..3cd8685e 100644 Binary files a/pillar/structures/borean_structure_elderone.nbt and b/pillar/structures/borean_structure_elderone.nbt differ diff --git a/pillar/structures/borean_structure_superdragons.nbt b/pillar/structures/borean_structure_superdragons.nbt index 43fa330b..1908b5c8 100644 Binary files a/pillar/structures/borean_structure_superdragons.nbt and b/pillar/structures/borean_structure_superdragons.nbt differ diff --git a/pillar/structures/botanist_loot_chest.nbt b/pillar/structures/botanist_loot_chest.nbt index 29a6b162..b5826d18 100644 Binary files a/pillar/structures/botanist_loot_chest.nbt and b/pillar/structures/botanist_loot_chest.nbt differ diff --git a/pillar/structures/chaika_puzzle.nbt b/pillar/structures/chaika_puzzle.nbt new file mode 100644 index 00000000..7949cb38 Binary files /dev/null and b/pillar/structures/chaika_puzzle.nbt differ diff --git a/pillar/structures/finem_enderdolomite_column.nbt b/pillar/structures/finem_enderdolomite_column.nbt new file mode 100644 index 00000000..0e6f08a1 Binary files /dev/null and b/pillar/structures/finem_enderdolomite_column.nbt differ diff --git a/pillar/structures/flesh_world_callstone.nbt b/pillar/structures/flesh_world_callstone.nbt new file mode 100644 index 00000000..49c90dc1 Binary files /dev/null and b/pillar/structures/flesh_world_callstone.nbt differ diff --git a/pillar/structures/furnacedim_structure_infernalfurnacefiend.nbt b/pillar/structures/furnacedim_structure_infernalfurnacefiend.nbt index 636557e6..df3667df 100644 Binary files a/pillar/structures/furnacedim_structure_infernalfurnacefiend.nbt and b/pillar/structures/furnacedim_structure_infernalfurnacefiend.nbt differ diff --git a/pillar/structures/furnacedim_structure_whitefireboss.nbt b/pillar/structures/furnacedim_structure_whitefireboss.nbt index f3e041e9..b08f6189 100644 Binary files a/pillar/structures/furnacedim_structure_whitefireboss.nbt and b/pillar/structures/furnacedim_structure_whitefireboss.nbt differ diff --git a/pillar/structures/hardmode_callstone_emcmeatball.nbt b/pillar/structures/hardmode_callstone_emcmeatball.nbt index c967e334..ed0cc3cd 100644 Binary files a/pillar/structures/hardmode_callstone_emcmeatball.nbt and b/pillar/structures/hardmode_callstone_emcmeatball.nbt differ diff --git a/pillar/structures/hardmode_undead_botanist.nbt b/pillar/structures/hardmode_undead_botanist.nbt index 5d0a8b82..8da1ab17 100644 Binary files a/pillar/structures/hardmode_undead_botanist.nbt and b/pillar/structures/hardmode_undead_botanist.nbt differ diff --git a/pillar/structures/iromine_structure_pleasureboss.nbt b/pillar/structures/iromine_structure_pleasureboss.nbt index 44fe2752..e11100a9 100644 Binary files a/pillar/structures/iromine_structure_pleasureboss.nbt and b/pillar/structures/iromine_structure_pleasureboss.nbt differ diff --git a/pillar/structures/kashan_actualizing_stone.nbt b/pillar/structures/kashan_actualizing_stone.nbt new file mode 100644 index 00000000..cdcf659e Binary files /dev/null and b/pillar/structures/kashan_actualizing_stone.nbt differ diff --git a/pillar/structures/lollypop_y.nbt b/pillar/structures/lollypop_y.nbt index cf4dd9d0..f563f1ab 100644 Binary files a/pillar/structures/lollypop_y.nbt and b/pillar/structures/lollypop_y.nbt differ diff --git a/pillar/structures/loot_box_adventarmor.nbt b/pillar/structures/loot_box_adventarmor.nbt new file mode 100644 index 00000000..57ba14ea Binary files /dev/null and b/pillar/structures/loot_box_adventarmor.nbt differ diff --git a/pillar/structures/lostcities_fractal.nbt b/pillar/structures/lostcities_fractal.nbt new file mode 100644 index 00000000..e83f12f3 Binary files /dev/null and b/pillar/structures/lostcities_fractal.nbt differ diff --git a/pillar/structures/lostcities_meatball_1.nbt b/pillar/structures/lostcities_meatball_1.nbt new file mode 100644 index 00000000..f8b36d5d Binary files /dev/null and b/pillar/structures/lostcities_meatball_1.nbt differ diff --git a/pillar/structures/lostcities_meatball_2.nbt b/pillar/structures/lostcities_meatball_2.nbt new file mode 100644 index 00000000..65bfa01e Binary files /dev/null and b/pillar/structures/lostcities_meatball_2.nbt differ diff --git a/pillar/structures/lostcities_meatball_3.nbt b/pillar/structures/lostcities_meatball_3.nbt new file mode 100644 index 00000000..4ea1d03f Binary files /dev/null and b/pillar/structures/lostcities_meatball_3.nbt differ diff --git a/pillar/structures/lostcities_meatball_4.nbt b/pillar/structures/lostcities_meatball_4.nbt new file mode 100644 index 00000000..9f26fac5 Binary files /dev/null and b/pillar/structures/lostcities_meatball_4.nbt differ diff --git a/pillar/structures/lostcities_meatball_5.nbt b/pillar/structures/lostcities_meatball_5.nbt new file mode 100644 index 00000000..5ad16fc2 Binary files /dev/null and b/pillar/structures/lostcities_meatball_5.nbt differ diff --git a/pillar/structures/lostcities_meatball_bossarena.nbt b/pillar/structures/lostcities_meatball_bossarena.nbt new file mode 100644 index 00000000..ac5783b9 Binary files /dev/null and b/pillar/structures/lostcities_meatball_bossarena.nbt differ diff --git a/pillar/structures/lostcities_meatball_flyingeyes.nbt b/pillar/structures/lostcities_meatball_flyingeyes.nbt new file mode 100644 index 00000000..16d99d4a Binary files /dev/null and b/pillar/structures/lostcities_meatball_flyingeyes.nbt differ diff --git a/pillar/structures/lostcities_meatball_ichor.nbt b/pillar/structures/lostcities_meatball_ichor.nbt new file mode 100644 index 00000000..9920d99f Binary files /dev/null and b/pillar/structures/lostcities_meatball_ichor.nbt differ diff --git a/pillar/structures/lostcities_meatball_parasite.nbt b/pillar/structures/lostcities_meatball_parasite.nbt new file mode 100644 index 00000000..dfa4c3c4 Binary files /dev/null and b/pillar/structures/lostcities_meatball_parasite.nbt differ diff --git a/pillar/structures/lostcities_meatball_sludgelord.nbt b/pillar/structures/lostcities_meatball_sludgelord.nbt new file mode 100644 index 00000000..69a2c91b Binary files /dev/null and b/pillar/structures/lostcities_meatball_sludgelord.nbt differ diff --git a/pillar/structures/meatball_man_final_boss.nbt b/pillar/structures/meatball_man_final_boss.nbt new file mode 100644 index 00000000..ffdf402f Binary files /dev/null and b/pillar/structures/meatball_man_final_boss.nbt differ diff --git a/pillar/structures/pixonia_structure_meatballboss.nbt b/pillar/structures/pixonia_structure_meatballboss.nbt index 22767a68..3a8fd0c7 100644 Binary files a/pillar/structures/pixonia_structure_meatballboss.nbt and b/pillar/structures/pixonia_structure_meatballboss.nbt differ diff --git a/pillar/structures/runandor_dungeon.nbt b/pillar/structures/runandor_dungeon.nbt index c30b6e21..8c8065a4 100644 Binary files a/pillar/structures/runandor_dungeon.nbt and b/pillar/structures/runandor_dungeon.nbt differ diff --git a/pillar/structures/warper_final_elderone.nbt b/pillar/structures/warper_final_elderone.nbt index 8d22436a..340911e2 100644 Binary files a/pillar/structures/warper_final_elderone.nbt and b/pillar/structures/warper_final_elderone.nbt differ diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_chunk.json b/resources/avaritiaitem/cc_blockstates/cosmic_chunk.json new file mode 100644 index 00000000..6d4fd43a --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_chunk.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_chunk": { + "textures": { + "layer0": "items/cosmic_chunk" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_dust.json b/resources/avaritiaitem/cc_blockstates/cosmic_dust.json new file mode 100644 index 00000000..3ca0c30f --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_dust.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_dust": { + "textures": { + "layer0": "items/cosmic_dust" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_fish.json b/resources/avaritiaitem/cc_blockstates/cosmic_fish.json new file mode 100644 index 00000000..4664cb90 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_fish.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_fish": { + "textures": { + "layer0": "items/cosmic_fish" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_ingot.json b/resources/avaritiaitem/cc_blockstates/cosmic_ingot.json new file mode 100644 index 00000000..a9a1f116 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_ingot.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_ingot": { + "textures": { + "layer0": "items/cosmic_ingot" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_mesh.json b/resources/avaritiaitem/cc_blockstates/cosmic_mesh.json new file mode 100644 index 00000000..1b2b9f55 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_mesh.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_mesh": { + "textures": { + "layer0": "items/cosmic_mesh" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_pieces.json b/resources/avaritiaitem/cc_blockstates/cosmic_pieces.json new file mode 100644 index 00000000..837304cb --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_pieces.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_pieces": { + "textures": { + "layer0": "items/cosmic_pieces" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/cosmic_rune.json b/resources/avaritiaitem/cc_blockstates/cosmic_rune.json new file mode 100644 index 00000000..506c02f1 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/cosmic_rune.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "cosmic_rune": { + "textures": { + "layer0": "items/cosmic_rune" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/fractallite_halite_catalyst.json b/resources/avaritiaitem/cc_blockstates/fractallite_halite_catalyst.json new file mode 100644 index 00000000..96db48e6 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/fractallite_halite_catalyst.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "fractallite_halite_catalyst": { + "textures": { + "layer0": "items/fractallite_halite_catalyst" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/meatball_man_destruction_fabrial.json b/resources/avaritiaitem/cc_blockstates/meatball_man_destruction_fabrial.json new file mode 100644 index 00000000..e53ce420 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/meatball_man_destruction_fabrial.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "meatball_man_destruction_fabrial": { + "textures": { + "layer0": "items/meatball_man_destruction_fabrial" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/self_actualizing_stone.json b/resources/avaritiaitem/cc_blockstates/self_actualizing_stone.json new file mode 100644 index 00000000..e76cf585 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/self_actualizing_stone.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "self_actualizing_stone": { + "textures": { + "layer0": "items/self_actualizing_stone" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/spatial_procesor.json b/resources/avaritiaitem/cc_blockstates/spatial_procesor.json new file mode 100644 index 00000000..48cbccf0 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/spatial_procesor.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "spatial_processor": { + "textures": { + "layer0": "items/spatial_procesor" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/cc_blockstates/spatial_processor.json b/resources/avaritiaitem/cc_blockstates/spatial_processor.json new file mode 100644 index 00000000..5b76a905 --- /dev/null +++ b/resources/avaritiaitem/cc_blockstates/spatial_processor.json @@ -0,0 +1,23 @@ +{ + "ccl_marker": 1, + "texture_domain": "avaritiaitem", + "defaults": { + "transform": "ccl:default-item", + "textures": { + "layer0": "minecraft:dirt" + }, + "model": "builtin/generated" + }, + "variant_sets": [ + "type" + ], + "variants": { + "type": { + "spatial_processor": { + "textures": { + "layer0": "items/spatial_processor" + } + } + } + } +} \ No newline at end of file diff --git a/resources/avaritiaitem/textures/items/spatial_processor.png b/resources/avaritiaitem/textures/items/spatial_processor.png new file mode 100644 index 00000000..9b94df94 Binary files /dev/null and b/resources/avaritiaitem/textures/items/spatial_processor.png differ diff --git a/resources/avaritiaitem/textures/items/spatial_processor_mask.png b/resources/avaritiaitem/textures/items/spatial_processor_mask.png new file mode 100644 index 00000000..fab3743e Binary files /dev/null and b/resources/avaritiaitem/textures/items/spatial_processor_mask.png differ diff --git a/resources/contenttweaker/blockstates/actualizing_stone.json b/resources/contenttweaker/blockstates/actualizing_stone.json new file mode 100644 index 00000000..1fee48cc --- /dev/null +++ b/resources/contenttweaker/blockstates/actualizing_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/actualizing_stone", + "particle": "contenttweaker:blocks/actualizing_stone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/all_powerful_sentient_meatball.json b/resources/contenttweaker/blockstates/all_powerful_sentient_meatball.json new file mode 100644 index 00000000..b1faeffd --- /dev/null +++ b/resources/contenttweaker/blockstates/all_powerful_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/all_powerful_sentient_meatball", + "particle": "contenttweaker:blocks/all_powerful_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/all_seeing_sentient_meatball.json b/resources/contenttweaker/blockstates/all_seeing_sentient_meatball.json new file mode 100644 index 00000000..7e334082 --- /dev/null +++ b/resources/contenttweaker/blockstates/all_seeing_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/all_seeing_sentient_meatball", + "particle": "contenttweaker:blocks/all_seeing_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/burly_sentient_meatball.json b/resources/contenttweaker/blockstates/burly_sentient_meatball.json new file mode 100644 index 00000000..6a3080c0 --- /dev/null +++ b/resources/contenttweaker/blockstates/burly_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/burly_sentient_meatball", + "particle": "contenttweaker:blocks/burly_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaotic_sentient_meatball.json b/resources/contenttweaker/blockstates/chaotic_sentient_meatball.json new file mode 100644 index 00000000..8d2eface --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/chaotic_sentient_meatball", + "particle": "contenttweaker:blocks/chaotic_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dense_dimensional_shard_ore.json b/resources/contenttweaker/blockstates/dense_dimensional_shard_ore.json new file mode 100644 index 00000000..8d3d63a1 --- /dev/null +++ b/resources/contenttweaker/blockstates/dense_dimensional_shard_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dense_dimensional_shard_ore", + "particle": "contenttweaker:blocks/dense_dimensional_shard_ore" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/eldritch_impetus_catalyzer.json b/resources/contenttweaker/blockstates/eldritch_impetus_catalyzer.json new file mode 100644 index 00000000..2de86314 --- /dev/null +++ b/resources/contenttweaker/blockstates/eldritch_impetus_catalyzer.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/eldritch_impetus_catalyzer", + "particle": "contenttweaker:blocks/eldritch_impetus_catalyzer" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fire_dragonsteel_ore.json b/resources/contenttweaker/blockstates/fire_dragonsteel_ore.json new file mode 100644 index 00000000..19fe0d46 --- /dev/null +++ b/resources/contenttweaker/blockstates/fire_dragonsteel_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/fire_dragonsteel_ore", + "particle": "contenttweaker:blocks/fire_dragonsteel_ore" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/flesh_world_ichor.json b/resources/contenttweaker/blockstates/flesh_world_ichor.json new file mode 100644 index 00000000..55bf3140 --- /dev/null +++ b/resources/contenttweaker/blockstates/flesh_world_ichor.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "flesh_world_ichor" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fractal_stone.json b/resources/contenttweaker/blockstates/fractal_stone.json new file mode 100644 index 00000000..7f2a1341 --- /dev/null +++ b/resources/contenttweaker/blockstates/fractal_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/fractal_stone", + "particle": "contenttweaker:blocks/fractal_stone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fractallite_halite.json b/resources/contenttweaker/blockstates/fractallite_halite.json new file mode 100644 index 00000000..d2f018b0 --- /dev/null +++ b/resources/contenttweaker/blockstates/fractallite_halite.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "fractallite_halite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/freed_sky_stone.json b/resources/contenttweaker/blockstates/freed_sky_stone.json new file mode 100644 index 00000000..b3e15f19 --- /dev/null +++ b/resources/contenttweaker/blockstates/freed_sky_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/freed_sky_stone", + "particle": "contenttweaker:blocks/freed_sky_stone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/hungering_machine_case.json b/resources/contenttweaker/blockstates/hungering_machine_case.json new file mode 100644 index 00000000..6d21fb15 --- /dev/null +++ b/resources/contenttweaker/blockstates/hungering_machine_case.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/hungering_machine_case", + "particle": "contenttweaker:blocks/hungering_machine_case" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ice_dragonsteel_ore.json b/resources/contenttweaker/blockstates/ice_dragonsteel_ore.json new file mode 100644 index 00000000..6eb8e1cc --- /dev/null +++ b/resources/contenttweaker/blockstates/ice_dragonsteel_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ice_dragonsteel_ore", + "particle": "contenttweaker:blocks/ice_dragonsteel_ore" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/infinity_stone.json b/resources/contenttweaker/blockstates/infinity_stone.json new file mode 100644 index 00000000..a6f2a7ec --- /dev/null +++ b/resources/contenttweaker/blockstates/infinity_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/infinity_stone", + "particle": "contenttweaker:blocks/infinity_stone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lightning_dragonsteel_ore.json b/resources/contenttweaker/blockstates/lightning_dragonsteel_ore.json new file mode 100644 index 00000000..bb1b663d --- /dev/null +++ b/resources/contenttweaker/blockstates/lightning_dragonsteel_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/lightning_dragonsteel_ore", + "particle": "contenttweaker:blocks/lightning_dragonsteel_ore" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/meteoric_draconic_stone.json b/resources/contenttweaker/blockstates/meteoric_draconic_stone.json new file mode 100644 index 00000000..608eb7ee --- /dev/null +++ b/resources/contenttweaker/blockstates/meteoric_draconic_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/meteoric_draconic_stone", + "particle": "contenttweaker:blocks/meteoric_draconic_stone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/naquadah_ore.json b/resources/contenttweaker/blockstates/naquadah_ore.json new file mode 100644 index 00000000..7d77839b --- /dev/null +++ b/resources/contenttweaker/blockstates/naquadah_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/naquadah_ore", + "particle": "contenttweaker:blocks/naquadah_ore" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/parasitic_sentient_meatball.json b/resources/contenttweaker/blockstates/parasitic_sentient_meatball.json new file mode 100644 index 00000000..b45237a7 --- /dev/null +++ b/resources/contenttweaker/blockstates/parasitic_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/parasitic_sentient_meatball", + "particle": "contenttweaker:blocks/parasitic_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/possessed_sky_stone.json b/resources/contenttweaker/blockstates/possessed_sky_stone.json new file mode 100644 index 00000000..75f5ba42 --- /dev/null +++ b/resources/contenttweaker/blockstates/possessed_sky_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/possessed_sky_stone", + "particle": "contenttweaker:blocks/possessed_sky_stone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/prophetic_meatball_flesh.json b/resources/contenttweaker/blockstates/prophetic_meatball_flesh.json new file mode 100644 index 00000000..834bfcca --- /dev/null +++ b/resources/contenttweaker/blockstates/prophetic_meatball_flesh.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/prophetic_meatball_flesh", + "particle": "contenttweaker:blocks/prophetic_meatball_flesh" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/prophetic_sentient_meatball.json b/resources/contenttweaker/blockstates/prophetic_sentient_meatball.json new file mode 100644 index 00000000..b8024190 --- /dev/null +++ b/resources/contenttweaker/blockstates/prophetic_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/prophetic_sentient_meatball", + "particle": "contenttweaker:blocks/prophetic_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/pulsar_screen.json b/resources/contenttweaker/blockstates/pulsar_screen.json new file mode 100644 index 00000000..75bf0b7d --- /dev/null +++ b/resources/contenttweaker/blockstates/pulsar_screen.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/pulsar_screen", + "particle": "contenttweaker:blocks/pulsar_screen" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/spreading_sentient_meatball.json b/resources/contenttweaker/blockstates/spreading_sentient_meatball.json new file mode 100644 index 00000000..b78a1c7d --- /dev/null +++ b/resources/contenttweaker/blockstates/spreading_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/spreading_sentient_meatball", + "particle": "contenttweaker:blocks/spreading_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/terrestrial_cauldron.json b/resources/contenttweaker/blockstates/terrestrial_cauldron.json new file mode 100644 index 00000000..952fd0c4 --- /dev/null +++ b/resources/contenttweaker/blockstates/terrestrial_cauldron.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/terrestrial_cauldron", + "particle": "contenttweaker:blocks/terrestrial_cauldron" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/world_corrupting_sentient_meatball.json b/resources/contenttweaker/blockstates/world_corrupting_sentient_meatball.json new file mode 100644 index 00000000..d2e28f30 --- /dev/null +++ b/resources/contenttweaker/blockstates/world_corrupting_sentient_meatball.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/world_corrupting_sentient_meatball", + "particle": "contenttweaker:blocks/world_corrupting_sentient_meatball" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/lang/en_us.lang b/resources/contenttweaker/lang/en_us.lang index fd182bdc..b12981b8 100644 --- a/resources/contenttweaker/lang/en_us.lang +++ b/resources/contenttweaker/lang/en_us.lang @@ -190,11 +190,11 @@ tile.contenttweaker.runador_cap.name=Runandor Cap tile.contenttweaker.vibranium_servo.name=Vibranium Servo tile.contenttweaker.iromine_block.name=Iro Block tile.contenttweaker.moloch_altar_bricks.name=Moloch Altar Bricks -tile.contenttweaker.irradiated_filler.name=Irradiated Filler +tile.contenttweaker.irradiated_filler.name=Charged Filler tile.contenttweaker.white_fuel.name=White Fuel tile.contenttweaker.bedrock_cobblestone.name=Bedrock Cobblestone tile.contenttweaker.crystevia_cap.name=Crystevia Cap -tile.contenttweaker.irradiator_casing.name=Irradiator Casing +tile.contenttweaker.irradiator_casing.name=Pulsar Casing tile.contenttweaker.collecting_stone.name=Collecting Stone tile.contenttweaker.rhenium_ore.name=Rhenium Ore tile.contenttweaker.living_gold.name=Living Gold diff --git a/resources/contenttweaker/models/item/ancient_decrystallizer.json b/resources/contenttweaker/models/item/ancient_decrystallizer.json new file mode 100644 index 00000000..7e46fb2f --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_decrystallizer.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_decrystallizer" + } +} diff --git a/resources/contenttweaker/models/item/ancient_wyvern_trinket.json b/resources/contenttweaker/models/item/ancient_wyvern_trinket.json new file mode 100644 index 00000000..8265542e --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_wyvern_trinket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_wyvern_trinket" + } +} diff --git a/resources/contenttweaker/models/item/celestial_notes.json b/resources/contenttweaker/models/item/celestial_notes.json new file mode 100644 index 00000000..6d34b754 --- /dev/null +++ b/resources/contenttweaker/models/item/celestial_notes.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/celestial_notes" + } +} diff --git a/resources/contenttweaker/models/item/construct_of_will.json b/resources/contenttweaker/models/item/construct_of_will.json new file mode 100644 index 00000000..25e91b3c --- /dev/null +++ b/resources/contenttweaker/models/item/construct_of_will.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/construct_of_will" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_will_sliver.json b/resources/contenttweaker/models/item/corrosive_will_sliver.json new file mode 100644 index 00000000..cff4a76c --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_will_sliver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/corrosive_will_sliver" + } +} diff --git a/resources/contenttweaker/models/item/custom_dimensions.json b/resources/contenttweaker/models/item/custom_dimensions.json new file mode 100644 index 00000000..af1da275 --- /dev/null +++ b/resources/contenttweaker/models/item/custom_dimensions.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/custom_dimensions" + } +} diff --git a/resources/contenttweaker/models/item/custom_dimlets.json b/resources/contenttweaker/models/item/custom_dimlets.json new file mode 100644 index 00000000..9f117d91 --- /dev/null +++ b/resources/contenttweaker/models/item/custom_dimlets.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/custom_dimlets" + } +} diff --git a/resources/contenttweaker/models/item/deep_dark_matter.json b/resources/contenttweaker/models/item/deep_dark_matter.json new file mode 100644 index 00000000..99d6f35c --- /dev/null +++ b/resources/contenttweaker/models/item/deep_dark_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deep_dark_matter" + } +} diff --git a/resources/contenttweaker/models/item/demon_will_sliver.json b/resources/contenttweaker/models/item/demon_will_sliver.json new file mode 100644 index 00000000..e206b6ef --- /dev/null +++ b/resources/contenttweaker/models/item/demon_will_sliver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/demon_will_sliver" + } +} diff --git a/resources/contenttweaker/models/item/destructive_will_sliver.json b/resources/contenttweaker/models/item/destructive_will_sliver.json new file mode 100644 index 00000000..f0b80df3 --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_will_sliver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/destructive_will_sliver" + } +} diff --git a/resources/contenttweaker/models/item/diary_of_a_realmshifter.json b/resources/contenttweaker/models/item/diary_of_a_realmshifter.json new file mode 100644 index 00000000..550bd8a3 --- /dev/null +++ b/resources/contenttweaker/models/item/diary_of_a_realmshifter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/diary_of_a_realmshifter" + } +} diff --git a/resources/contenttweaker/models/item/draconic_fabrial.json b/resources/contenttweaker/models/item/draconic_fabrial.json new file mode 100644 index 00000000..095d53f6 --- /dev/null +++ b/resources/contenttweaker/models/item/draconic_fabrial.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/draconic_fabrial" + } +} diff --git a/resources/contenttweaker/models/item/emox_239_fuel.json b/resources/contenttweaker/models/item/emox_239_fuel.json new file mode 100644 index 00000000..c3463912 --- /dev/null +++ b/resources/contenttweaker/models/item/emox_239_fuel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emox_239_fuel" + } +} diff --git a/resources/contenttweaker/models/item/emox_241_fuel.json b/resources/contenttweaker/models/item/emox_241_fuel.json new file mode 100644 index 00000000..1f072415 --- /dev/null +++ b/resources/contenttweaker/models/item/emox_241_fuel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emox_241_fuel" + } +} diff --git a/resources/contenttweaker/models/item/enchdesc_flaming_touch.json b/resources/contenttweaker/models/item/enchdesc_flaming_touch.json new file mode 100644 index 00000000..913e5c47 --- /dev/null +++ b/resources/contenttweaker/models/item/enchdesc_flaming_touch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/enchdesc_flaming_touch" + } +} diff --git a/resources/contenttweaker/models/item/energy_management_tipsandtricks.json b/resources/contenttweaker/models/item/energy_management_tipsandtricks.json new file mode 100644 index 00000000..6ba778ff --- /dev/null +++ b/resources/contenttweaker/models/item/energy_management_tipsandtricks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/energy_management_tipsandtricks" + } +} diff --git a/resources/contenttweaker/models/item/etbu_fuel.json b/resources/contenttweaker/models/item/etbu_fuel.json new file mode 100644 index 00000000..d392b450 --- /dev/null +++ b/resources/contenttweaker/models/item/etbu_fuel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/etbu_fuel" + } +} diff --git a/resources/contenttweaker/models/item/flesh_world_callstone.json b/resources/contenttweaker/models/item/flesh_world_callstone.json new file mode 100644 index 00000000..74800da1 --- /dev/null +++ b/resources/contenttweaker/models/item/flesh_world_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/flesh_world_callstone" + } +} diff --git a/resources/contenttweaker/models/item/flesh_world_staff.json b/resources/contenttweaker/models/item/flesh_world_staff.json new file mode 100644 index 00000000..aa468b71 --- /dev/null +++ b/resources/contenttweaker/models/item/flesh_world_staff.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/flesh_world_staff" + } +} diff --git a/resources/contenttweaker/models/item/forclient_setgamerules.json b/resources/contenttweaker/models/item/forclient_setgamerules.json new file mode 100644 index 00000000..1a25ce57 --- /dev/null +++ b/resources/contenttweaker/models/item/forclient_setgamerules.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/forclient_setgamerules" + } +} diff --git a/resources/contenttweaker/models/item/gaia_3_tips.json b/resources/contenttweaker/models/item/gaia_3_tips.json new file mode 100644 index 00000000..d2f90aba --- /dev/null +++ b/resources/contenttweaker/models/item/gaia_3_tips.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gaia_3_tips" + } +} diff --git a/resources/contenttweaker/models/item/gaia_4_tips.json b/resources/contenttweaker/models/item/gaia_4_tips.json new file mode 100644 index 00000000..a1683d01 --- /dev/null +++ b/resources/contenttweaker/models/item/gaia_4_tips.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gaia_4_tips" + } +} diff --git a/resources/contenttweaker/models/item/heart_of_the_halite_warrior.json b/resources/contenttweaker/models/item/heart_of_the_halite_warrior.json new file mode 100644 index 00000000..a1b73b1f --- /dev/null +++ b/resources/contenttweaker/models/item/heart_of_the_halite_warrior.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/heart_of_the_halite_warrior" + } +} diff --git a/resources/contenttweaker/models/item/helpful_tippy_hat.json b/resources/contenttweaker/models/item/helpful_tippy_hat.json new file mode 100644 index 00000000..ead19aad --- /dev/null +++ b/resources/contenttweaker/models/item/helpful_tippy_hat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/helpful_tippy_hat" + } +} diff --git a/resources/contenttweaker/models/item/hungering_world_soul.json b/resources/contenttweaker/models/item/hungering_world_soul.json new file mode 100644 index 00000000..5dac32ef --- /dev/null +++ b/resources/contenttweaker/models/item/hungering_world_soul.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hungering_world_soul" + } +} diff --git a/resources/contenttweaker/models/item/infinite_resonator.json b/resources/contenttweaker/models/item/infinite_resonator.json new file mode 100644 index 00000000..f92ada71 --- /dev/null +++ b/resources/contenttweaker/models/item/infinite_resonator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinite_resonator" + } +} diff --git a/resources/contenttweaker/models/item/klein_charger.json b/resources/contenttweaker/models/item/klein_charger.json new file mode 100644 index 00000000..25d6cc9d --- /dev/null +++ b/resources/contenttweaker/models/item/klein_charger.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/klein_charger" + } +} diff --git a/resources/contenttweaker/models/item/lost_soul_of_entropy.json b/resources/contenttweaker/models/item/lost_soul_of_entropy.json new file mode 100644 index 00000000..9228f4c7 --- /dev/null +++ b/resources/contenttweaker/models/item/lost_soul_of_entropy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lost_soul_of_entropy" + } +} diff --git a/resources/contenttweaker/models/item/lucky_box_advent_armor.json b/resources/contenttweaker/models/item/lucky_box_advent_armor.json new file mode 100644 index 00000000..105e3330 --- /dev/null +++ b/resources/contenttweaker/models/item/lucky_box_advent_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lucky_box_advent_armor" + } +} diff --git a/resources/contenttweaker/models/item/mark_of_sacrifice.json b/resources/contenttweaker/models/item/mark_of_sacrifice.json new file mode 100644 index 00000000..1ddac499 --- /dev/null +++ b/resources/contenttweaker/models/item/mark_of_sacrifice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mark_of_sacrifice" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_aversio.json b/resources/contenttweaker/models/item/master_spell_aversio.json new file mode 100644 index 00000000..9c6d7726 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_aversio.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_aversio" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_draco.json b/resources/contenttweaker/models/item/master_spell_draco.json new file mode 100644 index 00000000..fd3c5438 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_draco.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_draco" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_humanus.json b/resources/contenttweaker/models/item/master_spell_humanus.json new file mode 100644 index 00000000..aa3e1d07 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_humanus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_humanus" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_ignis.json b/resources/contenttweaker/models/item/master_spell_ignis.json new file mode 100644 index 00000000..217340e5 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_ignis.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_ignis" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_mythus.json b/resources/contenttweaker/models/item/master_spell_mythus.json new file mode 100644 index 00000000..93406137 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_mythus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_mythus" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_ordo.json b/resources/contenttweaker/models/item/master_spell_ordo.json new file mode 100644 index 00000000..32042abb --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_ordo.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_ordo" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_sensus.json b/resources/contenttweaker/models/item/master_spell_sensus.json new file mode 100644 index 00000000..bae3c3af --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_sensus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_sensus" + } +} diff --git a/resources/contenttweaker/models/item/meatball_centurion_chest.json b/resources/contenttweaker/models/item/meatball_centurion_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_centurion_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/meatball_centurion_feet.json b/resources/contenttweaker/models/item/meatball_centurion_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_centurion_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/meatball_centurion_head.json b/resources/contenttweaker/models/item/meatball_centurion_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_centurion_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/meatball_centurion_legs.json b/resources/contenttweaker/models/item/meatball_centurion_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_centurion_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/meatball_centurion_nugget.json b/resources/contenttweaker/models/item/meatball_centurion_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_centurion_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/meatball_legionnaire_chest.json b/resources/contenttweaker/models/item/meatball_legionnaire_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_legionnaire_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/meatball_legionnaire_feet.json b/resources/contenttweaker/models/item/meatball_legionnaire_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_legionnaire_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/meatball_legionnaire_head.json b/resources/contenttweaker/models/item/meatball_legionnaire_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_legionnaire_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/meatball_legionnaire_legs.json b/resources/contenttweaker/models/item/meatball_legionnaire_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_legionnaire_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/meatball_legionnaire_nugget.json b/resources/contenttweaker/models/item/meatball_legionnaire_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_legionnaire_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/meatball_man_callstone.json b/resources/contenttweaker/models/item/meatball_man_callstone.json new file mode 100644 index 00000000..5d39555f --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_man_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatball_man_callstone" + } +} diff --git a/resources/contenttweaker/models/item/meatball_man_chest.json b/resources/contenttweaker/models/item/meatball_man_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_man_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/meatball_man_feet.json b/resources/contenttweaker/models/item/meatball_man_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_man_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/meatball_man_head.json b/resources/contenttweaker/models/item/meatball_man_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_man_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/meatball_man_legs.json b/resources/contenttweaker/models/item/meatball_man_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_man_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/meatball_man_nugget.json b/resources/contenttweaker/models/item/meatball_man_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_man_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/meatball_praetorian_chest.json b/resources/contenttweaker/models/item/meatball_praetorian_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_praetorian_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/meatball_praetorian_feet.json b/resources/contenttweaker/models/item/meatball_praetorian_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_praetorian_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/meatball_praetorian_head.json b/resources/contenttweaker/models/item/meatball_praetorian_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_praetorian_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/meatball_praetorian_legs.json b/resources/contenttweaker/models/item/meatball_praetorian_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_praetorian_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/meatball_praetorian_nugget.json b/resources/contenttweaker/models/item/meatball_praetorian_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_praetorian_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/meatballsecta_wing.json b/resources/contenttweaker/models/item/meatballsecta_wing.json new file mode 100644 index 00000000..d3d480f5 --- /dev/null +++ b/resources/contenttweaker/models/item/meatballsecta_wing.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatballsecta_wing" + } +} diff --git a/resources/contenttweaker/models/item/modpack_different_much_reading.json b/resources/contenttweaker/models/item/modpack_different_much_reading.json new file mode 100644 index 00000000..65ee432c --- /dev/null +++ b/resources/contenttweaker/models/item/modpack_different_much_reading.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/modpack_different_much_reading" + } +} diff --git a/resources/contenttweaker/models/item/multiblock_sticc.json b/resources/contenttweaker/models/item/multiblock_sticc.json new file mode 100644 index 00000000..a0062d78 --- /dev/null +++ b/resources/contenttweaker/models/item/multiblock_sticc.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/multiblock_sticc" + } +} diff --git a/resources/contenttweaker/models/item/passive_crafting_subnets.json b/resources/contenttweaker/models/item/passive_crafting_subnets.json new file mode 100644 index 00000000..b4a06191 --- /dev/null +++ b/resources/contenttweaker/models/item/passive_crafting_subnets.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/passive_crafting_subnets" + } +} diff --git a/resources/contenttweaker/models/item/plasma_farm.json b/resources/contenttweaker/models/item/plasma_farm.json new file mode 100644 index 00000000..8d71d02e --- /dev/null +++ b/resources/contenttweaker/models/item/plasma_farm.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/plasma_farm" + } +} diff --git a/resources/contenttweaker/models/item/recursive_paper_faithfulundead.json b/resources/contenttweaker/models/item/recursive_paper_faithfulundead.json new file mode 100644 index 00000000..e0e3952e --- /dev/null +++ b/resources/contenttweaker/models/item/recursive_paper_faithfulundead.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursive_paper_faithfulundead" + } +} diff --git a/resources/contenttweaker/models/item/runic_altar_automation.json b/resources/contenttweaker/models/item/runic_altar_automation.json new file mode 100644 index 00000000..6bd3207c --- /dev/null +++ b/resources/contenttweaker/models/item/runic_altar_automation.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runic_altar_automation" + } +} diff --git a/resources/contenttweaker/models/item/shield_of_the_flesh_world.json b/resources/contenttweaker/models/item/shield_of_the_flesh_world.json new file mode 100644 index 00000000..2cc037b7 --- /dev/null +++ b/resources/contenttweaker/models/item/shield_of_the_flesh_world.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shield_of_the_flesh_world" + } +} diff --git a/resources/contenttweaker/models/item/shield_of_the_meatball_man.json b/resources/contenttweaker/models/item/shield_of_the_meatball_man.json new file mode 100644 index 00000000..d85a4dbf --- /dev/null +++ b/resources/contenttweaker/models/item/shield_of_the_meatball_man.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shield_of_the_meatball_man" + } +} diff --git a/resources/contenttweaker/models/item/staff_of_the_lord_of_gluttony.json b/resources/contenttweaker/models/item/staff_of_the_lord_of_gluttony.json new file mode 100644 index 00000000..a300578a --- /dev/null +++ b/resources/contenttweaker/models/item/staff_of_the_lord_of_gluttony.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/staff_of_the_lord_of_gluttony" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_will_sliver.json b/resources/contenttweaker/models/item/steadfast_will_sliver.json new file mode 100644 index 00000000..02f0f2f6 --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_will_sliver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/steadfast_will_sliver" + } +} diff --git a/resources/contenttweaker/models/item/stone_of_universal_balance.json b/resources/contenttweaker/models/item/stone_of_universal_balance.json new file mode 100644 index 00000000..7f2cd786 --- /dev/null +++ b/resources/contenttweaker/models/item/stone_of_universal_balance.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/stone_of_universal_balance" + } +} diff --git a/resources/contenttweaker/models/item/summons_of_the_faithful_undead.json b/resources/contenttweaker/models/item/summons_of_the_faithful_undead.json new file mode 100644 index 00000000..fe332eaf --- /dev/null +++ b/resources/contenttweaker/models/item/summons_of_the_faithful_undead.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/summons_of_the_faithful_undead" + } +} diff --git a/resources/contenttweaker/models/item/summons_of_the_meatball_titan.json b/resources/contenttweaker/models/item/summons_of_the_meatball_titan.json new file mode 100644 index 00000000..4c6e1d28 --- /dev/null +++ b/resources/contenttweaker/models/item/summons_of_the_meatball_titan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/summons_of_the_meatball_titan" + } +} diff --git a/resources/contenttweaker/models/item/sun_spirit_cheese.json b/resources/contenttweaker/models/item/sun_spirit_cheese.json new file mode 100644 index 00000000..b2c3b12c --- /dev/null +++ b/resources/contenttweaker/models/item/sun_spirit_cheese.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sun_spirit_cheese" + } +} diff --git a/resources/contenttweaker/models/item/thaumatorium_automation.json b/resources/contenttweaker/models/item/thaumatorium_automation.json new file mode 100644 index 00000000..bcc12aa0 --- /dev/null +++ b/resources/contenttweaker/models/item/thaumatorium_automation.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thaumatorium_automation" + } +} diff --git a/resources/contenttweaker/models/item/token_configurator.json b/resources/contenttweaker/models/item/token_configurator.json new file mode 100644 index 00000000..873f7602 --- /dev/null +++ b/resources/contenttweaker/models/item/token_configurator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/token_configurator" + } +} diff --git a/resources/contenttweaker/models/item/true_chaos.json b/resources/contenttweaker/models/item/true_chaos.json new file mode 100644 index 00000000..e0bf4197 --- /dev/null +++ b/resources/contenttweaker/models/item/true_chaos.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/true_chaos" + } +} diff --git a/resources/contenttweaker/models/item/true_name_meatball_man.json b/resources/contenttweaker/models/item/true_name_meatball_man.json new file mode 100644 index 00000000..c2327da9 --- /dev/null +++ b/resources/contenttweaker/models/item/true_name_meatball_man.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/true_name_meatball_man" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_will_sliver.json b/resources/contenttweaker/models/item/vengeful_will_sliver.json new file mode 100644 index 00000000..64f3c92b --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_will_sliver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vengeful_will_sliver" + } +} diff --git a/resources/contenttweaker/models/item/warren_creation_fabrial.json b/resources/contenttweaker/models/item/warren_creation_fabrial.json new file mode 100644 index 00000000..1c47cdc0 --- /dev/null +++ b/resources/contenttweaker/models/item/warren_creation_fabrial.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/warren_creation_fabrial" + } +} diff --git a/resources/contenttweaker/textures/blocks/all_powerful_sentient_meatball.png b/resources/contenttweaker/textures/blocks/all_powerful_sentient_meatball.png new file mode 100644 index 00000000..350009d7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/all_powerful_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/all_seeing_sentient_meatball.png b/resources/contenttweaker/textures/blocks/all_seeing_sentient_meatball.png new file mode 100644 index 00000000..74acd689 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/all_seeing_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/burly_sentient_meatball.png b/resources/contenttweaker/textures/blocks/burly_sentient_meatball.png new file mode 100644 index 00000000..ec43f7f1 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/burly_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/chaotic_sentient_meatball.png b/resources/contenttweaker/textures/blocks/chaotic_sentient_meatball.png new file mode 100644 index 00000000..daa7a818 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/chaotic_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/parasitic_sentient_meatball.png b/resources/contenttweaker/textures/blocks/parasitic_sentient_meatball.png new file mode 100644 index 00000000..e703f2c8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/parasitic_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/prophetic_sentient_meatball.png b/resources/contenttweaker/textures/blocks/prophetic_sentient_meatball.png new file mode 100644 index 00000000..588572c9 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/prophetic_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/spreading_sentient_meatball.png b/resources/contenttweaker/textures/blocks/spreading_sentient_meatball.png new file mode 100644 index 00000000..30352bca Binary files /dev/null and b/resources/contenttweaker/textures/blocks/spreading_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/blocks/world_corrupting_sentient_meatball.png b/resources/contenttweaker/textures/blocks/world_corrupting_sentient_meatball.png new file mode 100644 index 00000000..d4050629 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/world_corrupting_sentient_meatball.png differ diff --git a/resources/contenttweaker/textures/gui/magicdam.png b/resources/contenttweaker/textures/gui/magicdam.png new file mode 100644 index 00000000..5dd2b0d8 Binary files /dev/null and b/resources/contenttweaker/textures/gui/magicdam.png differ diff --git a/resources/contenttweaker/textures/items/cloudy_oil_bottle.png b/resources/contenttweaker/textures/items/cloudy_oil_bottle.png index a4a1bf28..e92061a1 100644 Binary files a/resources/contenttweaker/textures/items/cloudy_oil_bottle.png and b/resources/contenttweaker/textures/items/cloudy_oil_bottle.png differ diff --git a/resources/extendedcrafting/lang/en_us.lang b/resources/extendedcrafting/lang/en_us.lang new file mode 100644 index 00000000..f0302974 --- /dev/null +++ b/resources/extendedcrafting/lang/en_us.lang @@ -0,0 +1,2 @@ +item.ec.singularity.name=%s Singular Condensate +item.ec.singularity_ultimate.name=Recursive Singular Condensate diff --git a/resources/glassential/lang/en_us.lang b/resources/glassential/lang/en_us.lang index bd15e10f..f53ae938 100644 --- a/resources/glassential/lang/en_us.lang +++ b/resources/glassential/lang/en_us.lang @@ -1 +1,3 @@ tile.glassential.glass_dark.name=Dyson Sphere Glass +tile.glassential.glass_light.name=Dyson Irradiator Glass +tile.glassential.glass_redstone.name=Event Horizon Glass diff --git a/resources/glassential/textures/blocks/light-ctm.png b/resources/glassential/textures/blocks/light-ctm.png new file mode 100644 index 00000000..b06b0712 Binary files /dev/null and b/resources/glassential/textures/blocks/light-ctm.png differ diff --git a/resources/glassential/textures/blocks/light.png b/resources/glassential/textures/blocks/light.png new file mode 100644 index 00000000..00da11ea Binary files /dev/null and b/resources/glassential/textures/blocks/light.png differ diff --git a/resources/glassential/textures/blocks/light.png.mcmeta b/resources/glassential/textures/blocks/light.png.mcmeta new file mode 100644 index 00000000..c748b4e9 --- /dev/null +++ b/resources/glassential/textures/blocks/light.png.mcmeta @@ -0,0 +1,10 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "layer": "CUTOUT", + "textures": [ + "glassential:blocks/light-ctm" + ] + } +} \ No newline at end of file diff --git a/resources/glassential/textures/blocks/redstone-ctm.png b/resources/glassential/textures/blocks/redstone-ctm.png new file mode 100644 index 00000000..950a0d03 Binary files /dev/null and b/resources/glassential/textures/blocks/redstone-ctm.png differ diff --git a/resources/glassential/textures/blocks/redstone.png b/resources/glassential/textures/blocks/redstone.png new file mode 100644 index 00000000..d58173dd Binary files /dev/null and b/resources/glassential/textures/blocks/redstone.png differ diff --git a/resources/glassential/textures/blocks/redstone.png.mcmeta b/resources/glassential/textures/blocks/redstone.png.mcmeta new file mode 100644 index 00000000..57f201cf --- /dev/null +++ b/resources/glassential/textures/blocks/redstone.png.mcmeta @@ -0,0 +1,10 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "layer": "CUTOUT", + "textures": [ + "glassential:blocks/redstone-ctm" + ] + } +} \ No newline at end of file diff --git a/resources/menu/back42.png b/resources/menu/back42.png new file mode 100644 index 00000000..982ca6af Binary files /dev/null and b/resources/menu/back42.png differ diff --git a/resources/modularmachinery/blockstates/berserker_crucible_controller.json b/resources/modularmachinery/blockstates/berserker_crucible_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/berserker_crucible_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/divine_combiner_controller.json b/resources/modularmachinery/blockstates/divine_combiner_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/divine_combiner_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/dyson_irradiator_bottom_controller.json b/resources/modularmachinery/blockstates/dyson_irradiator_bottom_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/dyson_irradiator_bottom_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/dyson_irradiator_top_controller.json b/resources/modularmachinery/blockstates/dyson_irradiator_top_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/dyson_irradiator_top_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/eldritch_impetus_catalyzer_controller.json b/resources/modularmachinery/blockstates/eldritch_impetus_catalyzer_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/eldritch_impetus_catalyzer_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/forge_of_the_wyvern_controller.json b/resources/modularmachinery/blockstates/forge_of_the_wyvern_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/forge_of_the_wyvern_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/matter_reprocessor_controller.json b/resources/modularmachinery/blockstates/matter_reprocessor_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/matter_reprocessor_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/plated_thermofabricator_controller.json b/resources/modularmachinery/blockstates/plated_thermofabricator_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/plated_thermofabricator_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/resources/modularmachinery/blockstates/shrine_of_the_sentient_meatballs_controller.json b/resources/modularmachinery/blockstates/shrine_of_the_sentient_meatballs_controller.json new file mode 100644 index 00000000..80c6339e --- /dev/null +++ b/resources/modularmachinery/blockstates/shrine_of_the_sentient_meatballs_controller.json @@ -0,0 +1,43 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "modularmachinery:blockcontroller" + }, + "variants": { + "facing=north,formed=false": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=false": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "facing=north,formed=true": { + "model": "modularmachinery:blockcontroller" + }, + "facing=south,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 180 + }, + "facing=west,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 270 + }, + "facing=east,formed=true": { + "model": "modularmachinery:blockcontroller", + "y": 90 + }, + "inventory": [ + { + "transform": "forge:default-block" + } + ] + } +} diff --git a/scripts/BaubleTooltips.zs b/scripts/BaubleTooltips.zs index 3f364f86..5d64263a 100644 --- a/scripts/BaubleTooltips.zs +++ b/scripts/BaubleTooltips.zs @@ -23,10 +23,10 @@ .addTooltip(format.red("Increases health depending on the amount of heart canisters ")); .addTooltip(format.red("Grows a set of extra armor while standing on grass that absorbs hits")); .addTooltip(format.red("Gives Fire Resistannce and reduces damage from explosions, as well as reduces the cost of trades from Demons")); -.addTooltip(format.red("Lowers the amount of damage taken from Bewitchment spirits, and applies the Luck effect")); -.addTooltip(format.red("Lowers the amount of damage taken from Bewitchment magic attacks and prevents Unluck curses from being applied")); -.addTooltip(format.red("Automatically cures weakness and nausea debuffs with ME")); -.addTooltip(format.red("Provides Haste 1 and applies an extra level of Fortune to mined drops")); +.addTooltip(format.red("Lowers the amount of damage taken from Bewitchment spirits, and applies the Luck effect")); +.addTooltip(format.red("Lowers the amount of damage taken from Bewitchment spirits, and applies the Haste effect")); +.addTooltip(format.red("Protects against unluck and spirits")); +.addTooltip(format.red("Cures debuffs at the cost of ME")); .addTooltip(format.red("Lowers the cost of starting a Bewitchment ritual")); .addTooltip(format.red("Provides strength 1 with ME")); .addTooltip(format.red("Prevents damage randomly and provides absorption hearts")); @@ -67,11 +67,11 @@ .addTooltip(format.red("Attracts items from a greater range")); .addTooltip(format.red("Provides an escalating speed boost the longer a user walks without stopping")); .addTooltip(format.red("Can store baubles")); -.addTooltip(format.red("Makes user invisible using mana")); +.addTooltip(format.red("Allows to dodge by double-pressing direction keys")); .addTooltip(format.red("Makes you invisible")); -.addTooltip(format.red("Enables triple jumping")); -.addTooltip(format.red("Highlights nearby mobs")); -.addTooltip(format.red("Any explosions nearby will not damage blocks")); +.addTooltip(format.red("Enables double jumping")); +.addTooltip(format.red("Enables triple jumping")); +.addTooltip(format.red("Highlights nearby mobs")); .addTooltip(format.red("Any explosions nearby will not damage blocks")); .addTooltip(format.red("Allows user to climb surfaces similar to a spider")); .addTooltip(format.red("Automatically places a torch at your feet when light levels go below 7")); @@ -188,8 +188,8 @@ .addTooltip(format.red("Allows climbing walls like a spider")); .addTooltip(format.red("Allows jumping up walls 5 times before resetting")); .addTooltip(format.red("Combines Ring of Wall Run and Ring of Wall Jump")); -.addTooltip(format.red("The first 3 baubles in the bauble case will be used as though being worn. Does not work with most baubles")); -.addTooltip(format.red("All baubles in bauble case will be used as though being worn. Does not work with most baubles")); +.addTooltip(format.red("The first 3 baubles in the bauble case will be used as though being worn. Does not work with most baubles")); +.addTooltip(format.red("All baubles in bauble case will be used as though being worn. Does not work with most baubles")); .addTooltip(format.red("Decorative")); .addTooltip(format.red("Automatically places a torch at your feet when light levels go below 7")); .addTooltip(format.red("Decorative")); diff --git a/scripts/BeeTooltips.zs b/scripts/BeeTooltips.zs index 09561c17..a5d80ca4 100644 --- a/scripts/BeeTooltips.zs +++ b/scripts/BeeTooltips.zs @@ -276,6 +276,7 @@ static EFFECTS as IData = { "gendustry.bee.Warrior": "None", "gendustry.bee.white": "None", "gendustry.bee.yellow": "None", + "gendustry.bee.ThermallyExpanded": "None", "magicbees.speciesAbandoned": "Repulsion", "magicbees.speciesAESkystone": "Flammable", "magicbees.speciesAluminium": "None", diff --git a/scripts/BewitchmentPowerful.zs b/scripts/BewitchmentPowerful.zs index 1063eb6c..781930f1 100644 --- a/scripts/BewitchmentPowerful.zs +++ b/scripts/BewitchmentPowerful.zs @@ -14,3 +14,8 @@ recipes.addShaped(SuperEnchantedItem(.withTag({display: { [, , ], [, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/BiomeItems.zs b/scripts/BiomeItems.zs index 97ddc76b..f52ab15c 100644 --- a/scripts/BiomeItems.zs +++ b/scripts/BiomeItems.zs @@ -73,7 +73,7 @@ markofthesamurai.itemRightClick = function(stack, world, player, hand) { player.sendChat("Volcanic : " ~ VolcanicMatches ~ " out of 4"); if((OminousMatches+VolcanicMatches) == 9) { - Commands.call("give @p contenttweaker:sword_shield", player, world, true, true); + Commands.call("give @p contenttweaker:sword_shield", player, world, false, true); stack.shrink(1); return "PASS"; } else { @@ -229,7 +229,7 @@ terraformassiflora.itemRightClick = function(stack, world, player, hand) { if((NumberOfMatches) == 25) { - Commands.call("give @p contenttweaker:crown_of_the_energy_queen", player, world, true, true); + Commands.call("give @p contenttweaker:crown_of_the_energy_queen", player, world, false, true); stack.shrink(1); return "PASS"; } else { @@ -297,7 +297,7 @@ spatialphaser.itemRightClick = function(stack, world, player, hand) { if((UndergardenMatches) == 17) { player.sendChat("Success!"); - Commands.call("give @p contenttweaker:phasing_gem", player, world, true, true); + Commands.call("give @p contenttweaker:phasing_gem", player, world, false, true); stack.shrink(1); return "PASS"; } @@ -352,7 +352,7 @@ gemvoracity.itemRightClick = function(stack, world, player, hand) { if((UndergardenMatches) == 17) { player.sendChat("Success!"); - Commands.call("give @p contenttweaker:voraceous_worm_callstone", player, world, true, true); + Commands.call("give @p contenttweaker:voraceous_worm_callstone", player, world, false, true); stack.shrink(1); return "PASS"; } @@ -404,19 +404,19 @@ aquaticstone.itemRightClick = function(stack, world, player, hand) { } if((OceanMatches) == 1) { - Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:whale ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true); - Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true); + Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:whale ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:shark ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, false, true); + Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, false, true); stack.shrink(1); return "PASS"; } @@ -464,7 +464,7 @@ brokenoath.itemRightClick = function(stack, world, player, hand) { } if((CandyMatches) == 1) { - Commands.call("summon twilightforest:adherent ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:crepuscular_callstone\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:9000.0},{Name:generic.attackDamage, Base:3000.0}],Health:9000f,CustomName:\"Failed Portal Master\"}", player, world, true, true); + Commands.call("summon twilightforest:adherent ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:crepuscular_callstone\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:9000.0},{Name:generic.attackDamage, Base:3000.0}],Health:9000f,CustomName:\"Failed Portal Master\"}", player, world, false, true); stack.shrink(1); return "PASS"; } @@ -509,7 +509,7 @@ rhythmgreatworm.itemRightClick = function(stack, world, player, hand) { } if((CandyMatches) == 1) { - Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:10f,WormAge:10, HandItems:[{Count:1,id:\"contenttweaker:blood_of_enlightenment\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Shai-Hulud\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}}}", player, world, true, true); + Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:10f,WormAge:10, HandItems:[{Count:1,id:\"contenttweaker:blood_of_enlightenment\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Shai-Hulud\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}}}", player, world, false, true); stack.shrink(1); return "PASS"; } @@ -554,7 +554,7 @@ diabeticsummoner.itemRightClick = function(stack, world, player, hand) { } if((CandyMatches) == 1) { - Commands.call("pillar-spawn candyland_structure_diabetic", player, world, true, true); + Commands.call("pillar-spawn candyland_structure_diabetic", player, world, false, true); stack.shrink(1); return "PASS"; } @@ -621,7 +621,7 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) { if((AncientCavernMatches) == 1) { if(player.getDimension() == 0) { player.sendChat("Success"); - Commands.call("summon aoa3:angelica ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_terra\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true); + Commands.call("summon aoa3:angelica ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_terra\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true); return "PASS"; } } @@ -629,7 +629,7 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) { if((OuterLandsMatches) == 1) { if(player.getDimension() == 7) { player.sendChat("Success"); - Commands.call("summon thaumcraft:cultistcleric ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_twilightforest\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true); + Commands.call("summon thaumcraft:cultistcleric ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_twilightforest\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true); return "PASS"; } } @@ -637,15 +637,15 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) { if((SacredSpringsMatches) == 1) { if(player.getDimension() == 150) { player.sendChat("Success"); - Commands.call("summon divinerpg:hover_stringer ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_hator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true); + Commands.call("summon divinerpg:hover_stinger ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_hator\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true); return "PASS"; } } - if((MagicalForestName) == 1) { + if((MagicalForestMatches) == 1) { if(player.getDimension() == 426) { player.sendChat("Success"); - Commands.call("summon divinerpg:deathcryx ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_asgard\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, true, true); + Commands.call("summon divinerpg:deathcryx ~ ~2 ~ {CustomName:\"Protector of Lies\",HandItems:[{Count:1,id:\"contenttweaker:scroll_of_truth_asgard\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:10000.0}],Health:10000f,ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}}}", player, world, false, true); return "PASS"; } } diff --git a/scripts/BlackHoleBosses.zs b/scripts/BlackHoleBosses.zs index 66553f9f..44d82ae5 100644 --- a/scripts/BlackHoleBosses.zs +++ b/scripts/BlackHoleBosses.zs @@ -579,11 +579,11 @@ mods.nuclearcraft.melter.addRecipe([, val maketruelifeessence = RecipeBuilder.newBuilder("maketruelifeessence","ziggurat_of_life",200); maketruelifeessence.addEnergyPerTickInput(30000000); -maketruelifeessence.addWillInput("DEFAULT", 200); -maketruelifeessence.addWillInput("CORROSIVE", 200); -maketruelifeessence.addWillInput("DESTRUCTIVE", 200); -maketruelifeessence.addWillInput("VENGEFUL", 200); -maketruelifeessence.addWillInput("STEADFAST", 200); +maketruelifeessence.addWillInput("DEFAULT", 50,0,1000000); +maketruelifeessence.addWillInput("CORROSIVE", 50,0,1000000); +maketruelifeessence.addWillInput("DESTRUCTIVE", 50,0,1000000); +maketruelifeessence.addWillInput("VENGEFUL", 50,0,1000000); +maketruelifeessence.addWillInput("STEADFAST", 50,0,1000000); maketruelifeessence.addFluidInput(*100); maketruelifeessence.addItemInput(); maketruelifeessence.addFluidOutput(*10000); diff --git a/scripts/BlueprintController.zs b/scripts/BlueprintController.zs index 4815c041..bd2b860e 100644 --- a/scripts/BlueprintController.zs +++ b/scripts/BlueprintController.zs @@ -349,6 +349,24 @@ addController(, "modularmachinery addController(, "modularmachinery:mythic_processor_melter"); +addController(, "modularmachinery:berserker_crucible"); + +addController(, "modularmachinery:dyson_irradiator_top"); + +addController(, "modularmachinery:dyson_irradiator_bottom"); + +addController(, "modularmachinery:forge_of_the_wyvern"); + +addController(, "modularmachinery:shrine_of_the_sentient_meatballs"); + +addController(, "modularmachinery:matter_reprocessor"); + +addController(, "modularmachinery:plated_thermofabricator"); + +addController(, "modularmachinery:divine_combiner"); + +addController(, "modularmachinery:eldritch_impetus_catalyzer"); + // Leave this at the bottom of the file, as it depends on the oredict being filled diff --git a/scripts/BotaniaPowerful.zs b/scripts/BotaniaPowerful.zs index 0a64e010..30ee7fa7 100644 --- a/scripts/BotaniaPowerful.zs +++ b/scripts/BotaniaPowerful.zs @@ -7,3 +7,21 @@ recipes.addShaped(, [[, , ], [, , ], [, , ]]); + + +recipes.addShaped(*2, +[[.withTag({Material: "manasteel"}), .withTag({tank: {FluidName: "mana", Amount: 16000}}), .withTag({Material: "manasteel"})], +[, , ], +[.withTag({Material: "manasteel"}), , .withTag({Material: "manasteel"})]]); + + +recipes.addShaped(*2, +[[.withTag({Material: "manasteel"}), .withTag({tank: {FluidName: "mana", Amount: 16000}}), .withTag({Material: "manasteel"})], +[, , ], +[.withTag({Material: "manasteel"}), .withTag({tank: {FluidName: "mana", Amount: 16000}}), .withTag({Material: "manasteel"})]]); + + +recipes.remove(); + +recipes.addShapeless(*3, +[, ]); \ No newline at end of file diff --git a/scripts/Callstones.zs b/scripts/Callstones.zs index 2318c465..22e73b04 100644 --- a/scripts/Callstones.zs +++ b/scripts/Callstones.zs @@ -33,7 +33,7 @@ creeponiacallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn creeponia_dungeon", player, world, true, true); + Commands.call("pillar-spawn creeponia_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -52,7 +52,7 @@ stormborncallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn stormborn_bee_callstone", player, world, true, true); + Commands.call("pillar-spawn stormborn_bee_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -71,7 +71,7 @@ deeplandscallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn deeplands_dungeon", player, world, true, true); + Commands.call("pillar-spawn deeplands_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -90,7 +90,7 @@ crysteviacallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn crystevia_dungeon", player, world, true, true); + Commands.call("pillar-spawn crystevia_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -109,7 +109,7 @@ irominecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn iromine_dungeon", player, world, true, true); + Commands.call("pillar-spawn iromine_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -128,7 +128,7 @@ boreancallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn borean_dungeon", player, world, true, true); + Commands.call("pillar-spawn borean_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -147,7 +147,7 @@ lunaluscallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn lunalus_dungeon", player, world, true, true); + Commands.call("pillar-spawn lunalus_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -166,7 +166,7 @@ wildwoodcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn wildwood_dungeon", player, world, true, true); + Commands.call("pillar-spawn wildwood_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -185,7 +185,7 @@ skytherncallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn skythern_dungeon", player, world, true, true); + Commands.call("pillar-spawn skythern_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -551,8 +551,8 @@ tuliteflower.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("give @p contenttweaker:astral_lizardite", player, world, true, true); - Commands.call("give @p contenttweaker:astral_lizardite", player, world, true, true); + Commands.call("give @p contenttweaker:astral_lizardite", player, world, false, true); + Commands.call("give @p contenttweaker:astral_lizardite", player, world, false, true); stack.shrink(1); return "PASS"; @@ -572,7 +572,7 @@ immortalliscallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn immortallis_dungeon", player, world, true, true); + Commands.call("pillar-spawn immortallis_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -591,7 +591,7 @@ horrificcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn casa_degli_orrori", player, world, true, true); + Commands.call("pillar-spawn casa_degli_orrori", player, world, false, true); stack.shrink(1); return "PASS"; @@ -610,7 +610,7 @@ harbingercallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn harbinger_castle", player, world, true, true); + Commands.call("pillar-spawn harbinger_castle", player, world, false, true); stack.shrink(1); return "PASS"; @@ -629,7 +629,7 @@ dreamcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn vethea_dungeon", player, world, true, true); + Commands.call("pillar-spawn vethea_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -648,7 +648,7 @@ nightmarecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn nighmare_dungeon", player, world, true, true); + Commands.call("pillar-spawn nighmare_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -668,7 +668,7 @@ sacredcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn recursion_temple_final", player, world, true, true); + Commands.call("pillar-spawn recursion_temple_final", player, world, false, true); stack.shrink(1); return "PASS"; @@ -687,7 +687,7 @@ callofthehaunted.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn ghost_disk_dungeon", player, world, true, true); + Commands.call("pillar-spawn ghost_disk_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -706,7 +706,7 @@ recursionprisonkey.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn recursion_prison_arena", player, world, true, true); + Commands.call("pillar-spawn recursion_prison_arena", player, world, false, true); stack.shrink(1); return "PASS"; @@ -725,8 +725,8 @@ stickycallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn big_bouncy_castle", player, world, true, true); - // Commands.call("summon Slime ~ ~10 ~ {Size:100,ActiveEffects:[{Id:10,Amplifier:4,Duration:999999},{Id:6,Amplifier:250,Duration:999999}],HandItems:[{Count:1,id:\"contenttweaker:big_slime\"},{}],HandDropChances:[1.0f,0.0f],Health:3000f}", player, world, true, true); + Commands.call("pillar-spawn big_bouncy_castle", player, world, false, true); + // Commands.call("summon Slime ~ ~10 ~ {Size:100,ActiveEffects:[{Id:10,Amplifier:4,Duration:999999},{Id:6,Amplifier:250,Duration:999999}],HandItems:[{Count:1,id:\"contenttweaker:big_slime\"},{}],HandDropChances:[1.0f,0.0f],Health:3000f}", player, world, false, true); player.sendChat("Kill it!"); stack.shrink(1); return "PASS"; @@ -749,8 +749,8 @@ runickey.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn runandor_structure_superclunk", player, world, true, true); - //Commands.call("summon aoa3:clunkhead ~-5 ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:clunky_chunky_brick\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, true, true); + Commands.call("pillar-spawn runandor_structure_superclunk", player, world, false, true); + //Commands.call("summon aoa3:clunkhead ~-5 ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:clunky_chunky_brick\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, false, true); player.sendChat("Kill them all!"); stack.shrink(1); return "PASS"; @@ -765,7 +765,7 @@ secretweapon.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon mightyenderchicken:ent_enderchicken ~ ~30 ~ {HandItems:[{Count:1,id:\"contenttweaker:recursive_feather\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0}],Health:2000f}", player, world, true, true); + Commands.call("summon mightyenderchicken:ent_enderchicken ~ ~30 ~ {HandItems:[{Count:1,id:\"contenttweaker:recursive_feather\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0}],Health:2000f}", player, world, false, true); player.sendChat("Kill them all!"); stack.shrink(1); return "PASS"; @@ -794,7 +794,7 @@ arcaneprisonkey.itemRightClick = function(stack, world, player, hand) { } - Commands.call("summon divinerpg:death_hound ~7 ~1 ~7 {HandItems:[{Count:1,id:\"contenttweaker:sympan_spirit\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:10000.0}],Health:20000f}", player, world, true, true); + Commands.call("summon divinerpg:death_hound ~7 ~1 ~7 {HandItems:[{Count:1,id:\"contenttweaker:sympan_spirit\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:10000.0}],Health:20000f}", player, world, false, true); player.sendChat("Kill it!"); stack.shrink(1); return "PASS"; @@ -833,7 +833,7 @@ callofthejudge.itemRightClick = function(stack, world, player, hand) { - Commands.call("setblock ~ ~6 ~ contenttweaker:scale_of_the_ancient_heart", player, world, true, true); + Commands.call("setblock ~ ~6 ~ contenttweaker:scale_of_the_ancient_heart", player, world, false, true); return "PASS"; @@ -868,20 +868,20 @@ aesirrift.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("fill ~-2 ~0 ~-2 ~-2 ~0 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~2 ~0 ~-2 ~2 ~0 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~-2 ~0 ~-2 ~2 ~0 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~-2 ~0 ~2 ~2 ~0 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); + Commands.call("fill ~-2 ~0 ~-2 ~-2 ~0 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~2 ~0 ~-2 ~2 ~0 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~-2 ~0 ~-2 ~2 ~0 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~-2 ~0 ~2 ~2 ~0 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); - Commands.call("fill ~-2 ~2 ~-2 ~-2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~2 ~2 ~-2 ~2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~-2 ~2 ~-2 ~2 ~2 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~-2 ~2 ~2 ~2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); + Commands.call("fill ~-2 ~2 ~-2 ~-2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~2 ~2 ~-2 ~2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~-2 ~2 ~-2 ~2 ~2 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~-2 ~2 ~2 ~2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); - Commands.call("fill ~-2 ~0 ~-2 ~-2 ~2 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~2 ~0 ~-2 ~2 ~2 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~-2 ~0 ~2 ~-2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); - Commands.call("fill ~2 ~0 ~2 ~2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, true, true); + Commands.call("fill ~-2 ~0 ~-2 ~-2 ~2 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~2 ~0 ~-2 ~2 ~2 ~-2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~-2 ~0 ~2 ~-2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); + Commands.call("fill ~2 ~0 ~2 ~2 ~2 ~2 contenttweaker:asgard_furnace_brick 0", player, world, false, true); stack.shrink(1); return "PASS"; @@ -902,8 +902,8 @@ mossygravedust.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); - Commands.call("summon mod_lavacow:sludgelord ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, true, true); + // Commands.call("time set night", player, world, false, true); + Commands.call("summon mod_lavacow:sludgelord ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, false, true); player.sendChat("Kill it!"); stack.shrink(1); return "PASS"; @@ -923,8 +923,8 @@ unusuallyheavybone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:hard_bone\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:10.0}],Health:1000f}", player, world, true, true); + // Commands.call("time set night", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:hard_bone\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:10.0}],Health:1000f}", player, world, false, true); player.sendChat("Kill it!"); stack.shrink(1); return "PASS"; @@ -944,7 +944,7 @@ summoningcomputer.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon aoa3:polytom ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:fluix_microcontroller\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:3000.0},{Name:generic.attackDamage, Base:300.0}],Health:3000f}", player, world, true, true); + Commands.call("summon aoa3:polytom ~ ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:fluix_microcontroller\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:3000.0},{Name:generic.attackDamage, Base:300.0}],Health:3000f}", player, world, false, true); player.sendChat("Kill it!"); stack.shrink(1); return "PASS"; @@ -969,18 +969,18 @@ skeletalcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); - Commands.call("pillar-spawn spring_bee_dungeon", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"iceandfire:dread_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); - Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, true, true); + // Commands.call("time set night", player, world, false, true); + Commands.call("pillar-spawn spring_bee_dungeon", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"iceandfire:dread_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); + Commands.call("summon aoa3:bone_creature ~ ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:100f}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1001,8 +1001,8 @@ fluixcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); - Commands.call("pillar-spawn arbiter_structure_end", player, world, true, true); + // Commands.call("time set night", player, world, false, true); + Commands.call("pillar-spawn arbiter_structure_end", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1164,7 +1164,7 @@ vibratingmithminiteschythe.itemRightClick = function(stack, world, player, hand) } player.sendChat("Use on tainted soil"); - Commands.call("fill ~2 ~2 ~2 ~-2 ~-2 ~-2 contenttweaker:ichor 0 replace thaumcraft:taint_soil", player, world, true, true); + Commands.call("fill ~2 ~2 ~2 ~-2 ~-2 ~-2 contenttweaker:ichor 0 replace thaumcraft:taint_soil", player, world, false, true); return "PASS"; @@ -1184,7 +1184,7 @@ taintedcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn taint_callstone_dungeon", player, world, true, true); + Commands.call("pillar-spawn taint_callstone_dungeon", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1204,11 +1204,11 @@ radiatingcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn uranium_bee_callstone", player, world, true, true); - Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); - Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); - Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); - Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); + Commands.call("pillar-spawn uranium_bee_callstone", player, world, false, true); + Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); + Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); + Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); + Commands.call("summon aoa3:nightfly ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:blue_matter\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1229,17 +1229,17 @@ demonologistcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn haumea_structure_callstone", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon aoa3:deinotherium ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:baku_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:3000.0},{Name:generic.attackDamage, Base:300.0}],Health:3000f,CustomName:\"Baku\"}", player, world, true, true); - // Commands.call("give @p contenttweaker:haumea_spinel", player, world, true, true); + Commands.call("pillar-spawn haumea_structure_callstone", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon aoa3:night_reaper ~ ~4 ~ {HandItems:[{Count:1,id:\"bewitchment:demon_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon aoa3:deinotherium ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:baku_heart\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:3000.0},{Name:generic.attackDamage, Base:300.0}],Health:3000f,CustomName:\"Baku\"}", player, world, false, true); + // Commands.call("give @p contenttweaker:haumea_spinel", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1259,8 +1259,8 @@ armorercallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn osiris_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:osiris_spinel", player, world, true, true); + Commands.call("pillar-spawn osiris_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:osiris_spinel", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1280,18 +1280,18 @@ undeadcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hard_mode_callstone", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, true, true); - Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, true, true); - Commands.call("summon mod_lavacow:parasite ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:1.0}],Health:100f}", player, world, true, true); - Commands.call("summon mod_lavacow:ithaqua ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon mod_lavacow:ithaqua ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon mod_lavacow:sludgelord ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon mod_lavacow:sludgelord ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon mod_lavacow:unburied ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); - Commands.call("summon mod_lavacow:unburied ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, true, true); + Commands.call("pillar-spawn hard_mode_callstone", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, false, true); + Commands.call("summon abyssalcraft:demoncow ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:100.0}],Health:100f}", player, world, false, true); + Commands.call("summon mod_lavacow:parasite ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100.0},{Name:generic.attackDamage, Base:1.0}],Health:100f}", player, world, false, true); + Commands.call("summon mod_lavacow:ithaqua ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon mod_lavacow:ithaqua ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon mod_lavacow:sludgelord ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon mod_lavacow:sludgelord ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon mod_lavacow:unburied ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); + Commands.call("summon mod_lavacow:unburied ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:sentient_meatball\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000.0},{Name:generic.attackDamage, Base:100.0}],Health:1000f}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1312,7 +1312,7 @@ betweenlandscallstone0.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_ores", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_ores", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1333,7 +1333,7 @@ betweenlandscallstone1.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_spirit_tree", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_spirit_tree", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1353,7 +1353,7 @@ betweenlandscallstone2.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_chiromaw", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_chiromaw", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1373,7 +1373,7 @@ betweenlandscallstone3.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_potions", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_potions", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1393,7 +1393,7 @@ betweenlandscallstone4.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_tar", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_tar", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1413,7 +1413,7 @@ betweenlandscallstone5.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_5", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_5", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1433,7 +1433,7 @@ betweenlandscallstone6.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_6", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_6", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1453,7 +1453,7 @@ betweenlandscallstone7.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_sludge", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_sludge", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1473,7 +1473,7 @@ betweenlandscallstone8.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn betweenlands_callstone_final", player, world, true, true); + Commands.call("pillar-spawn betweenlands_callstone_final", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1494,9 +1494,9 @@ constructorsummoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:dungeon_constructor ~ ~1 ~ {HandItems:[{Count:1,id:\"divinerpg:soul_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:500.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); - Commands.call("summon divinerpg:dungeon_constructor ~ ~1 ~ {HandItems:[{Count:1,id:\"divinerpg:sludge_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:500.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); - Commands.call("summon divinerpg:dungeon_constructor ~ ~1 ~ {HandItems:[{Count:1,id:\"divinerpg:ancient_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:500.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, true, true); + Commands.call("summon divinerpg:dungeon_constructor ~ ~1 ~ {HandItems:[{Count:1,id:\"divinerpg:soul_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:500.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); + Commands.call("summon divinerpg:dungeon_constructor ~ ~1 ~ {HandItems:[{Count:1,id:\"divinerpg:sludge_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:500.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); + Commands.call("summon divinerpg:dungeon_constructor ~ ~1 ~ {HandItems:[{Count:1,id:\"divinerpg:ancient_key\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:500.0},{Name:generic.attackDamage, Base:30.0}],Health:500f}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1516,7 +1516,7 @@ wargeneralsummoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:war_general ~ ~1 ~ ", player, world, true, true); + Commands.call("summon divinerpg:war_general ~ ~1 ~ ", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1536,7 +1536,7 @@ lordsummoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:lord_vatticus ~ ~1 ~", player, world, true, true); + Commands.call("summon divinerpg:lord_vatticus ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1551,12 +1551,12 @@ strangecharm.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, true, true); - Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, true, true); - Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, true, true); - Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, true, true); - Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, true, true); - Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, true, true); + Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, false, true); + Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, false, true); + Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, false, true); + Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, false, true); + Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, false, true); + Commands.call("summon abyssalcraft:depthsghoul ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1577,8 +1577,8 @@ ptah_callstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn ptah_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:ptah_spinel", player, world, true, true); + Commands.call("pillar-spawn ptah_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:ptah_spinel", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1598,8 +1598,8 @@ trinitycallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hator_structure_callstone", player, world, true, true); -// Commands.call("give @p contenttweaker:hator_spinel", player, world, true, true); + Commands.call("pillar-spawn hator_structure_callstone", player, world, false, true); +// Commands.call("give @p contenttweaker:hator_spinel", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1620,8 +1620,8 @@ peacefuloathcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn europa_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:europa_spinel", player, world, true, true); + Commands.call("pillar-spawn europa_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:europa_spinel", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1641,8 +1641,8 @@ gundevilcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn falacer_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:falacer_spinel", player, world, true, true); + Commands.call("pillar-spawn falacer_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:falacer_spinel", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1662,9 +1662,9 @@ unburiedcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn oi_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:oi_spinel", player, world, true, true); - Commands.call("summon iceandfire:dread_knight ~ ~8 ~ {HandItems:[{Count:1,id:\"divinerpg:gray_divine_sword\"},{Count:1,id:\"techreborn:nuke\"}],HandDropChances:[1.0f,1.0f],Attributes:[{Name:generic.maxHealth, Base:8000.0},{Name:generic.attackDamage, Base:100.0}],Health:8000f,CustomName:\"Glimpse of the Meatball Man\"}", player, world, true, true); + Commands.call("pillar-spawn oi_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:oi_spinel", player, world, false, true); + Commands.call("summon iceandfire:dread_knight ~ ~8 ~ {HandItems:[{Count:1,id:\"divinerpg:gray_divine_sword\"},{Count:1,id:\"techreborn:nuke\"}],HandDropChances:[1.0f,1.0f],Attributes:[{Name:generic.maxHealth, Base:8000.0},{Name:generic.attackDamage, Base:100.0}],Health:8000f,CustomName:\"Glimpse of the Meatball Man\"}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1684,9 +1684,9 @@ anemiccallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn orcus_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:orcus_spinel", player, world, true, true); - Commands.call("summon thebetweenlands:blood_snail ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:eldrich_blood_slime\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:6000.0},{Name:generic.attackDamage, Base:100.0}],Health:6000f,CustomName:\"Gashuhn the Blood God\"}", player, world, true, true); + Commands.call("pillar-spawn orcus_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:orcus_spinel", player, world, false, true); + Commands.call("summon thebetweenlands:blood_snail ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:eldrich_blood_slime\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:6000.0},{Name:generic.attackDamage, Base:100.0}],Health:6000f,CustomName:\"Gashuhn the Blood God\"}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1708,16 +1708,16 @@ orbitalcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn sedna_structure_callstone", player, world, true, true); - // Commands.call("give @p contenttweaker:sedna_spinel", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); - Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, true, true); + Commands.call("pillar-spawn sedna_structure_callstone", player, world, false, true); + // Commands.call("give @p contenttweaker:sedna_spinel", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); + Commands.call("summon divinerpg:ender_triplets ~ ~4 ~ {HandItems:[{Count:1,id:\"contenttweaker:bubbell_banner\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f,CustomName:\"Dimensional Guardian\"}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1737,7 +1737,7 @@ bubbellalliancecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn midgame_puzzle_callstone", player, world, true, true); + Commands.call("pillar-spawn midgame_puzzle_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1757,7 +1757,7 @@ biomeritualcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn biome_puzzle_callstone", player, world, true, true); + Commands.call("pillar-spawn biome_puzzle_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1778,7 +1778,7 @@ hiddenpowercallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn creative_tank_callstone", player, world, true, true); + Commands.call("pillar-spawn creative_tank_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1794,15 +1794,15 @@ harbingercharm.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); - Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1822,7 +1822,7 @@ thornycallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn bone_sword_callstone", player, world, true, true); + Commands.call("pillar-spawn bone_sword_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1842,7 +1842,7 @@ umberstonecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn erebus_roof_structure", player, world, true, true); + Commands.call("pillar-spawn erebus_roof_structure", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1862,7 +1862,7 @@ cleansingcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn sanitizing_bee_callstone", player, world, true, true); + Commands.call("pillar-spawn sanitizing_bee_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1882,7 +1882,7 @@ furnacecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn furnacedim_callstone_justfurnace", player, world, true, true); + Commands.call("pillar-spawn furnacedim_callstone_justfurnace", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1902,7 +1902,7 @@ grandmagiciancallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hardmode_grandcrystal", player, world, true, true); + Commands.call("pillar-spawn hardmode_grandcrystal", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1922,7 +1922,7 @@ rulersofterracallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hardmode_allthewands", player, world, true, true); + Commands.call("pillar-spawn hardmode_allthewands", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1943,7 +1943,7 @@ nerocallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn water_fractal_boss_callstone", player, world, true, true); + Commands.call("pillar-spawn water_fractal_boss_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1963,7 +1963,7 @@ deepknowledgecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn gardencia_structure_callstonebee", player, world, true, true); + Commands.call("pillar-spawn gardencia_structure_callstonebee", player, world, false, true); stack.shrink(1); return "PASS"; @@ -1978,8 +1978,8 @@ butterflyrepellent.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("cofh killall butterfly", player, world, true, true); - Commands.call("cofh killall moth", player, world, true, true); + Commands.call("cofh killall butterfly", player, world, false, true); + Commands.call("cofh killall moth", player, world, false, true); return "PASS"; @@ -1998,7 +1998,7 @@ greenlightcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn furnacedim_callstone_greenlight", player, world, true, true); + Commands.call("pillar-spawn furnacedim_callstone_greenlight", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2014,27 +2014,27 @@ callfullmoon.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon aoa3:dark_beast ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:dark_beast ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:dark_beast ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:dark_beast ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:dark_beast ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:dark_beast ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:irkling ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:irkling ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:irkling ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:irkling ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:irkling ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:irkling ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:night_watcher ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:night_watcher ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:night_watcher ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:night_watcher ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:night_watcher ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:night_watcher ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:scrubby ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:scrubby ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:scrubby ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:scrubby ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:scrubby ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:scrubby ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:skellox ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:skellox ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:skellox ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:skellox ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:skellox ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:skellox ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2049,26 +2049,26 @@ callbloodhunt.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon aoa3:anemia ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:anemia ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:anemia ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:anemia ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:anemia ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:anemia ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:bloodmist ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodmist ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodmist ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:bloodmist ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodmist ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodmist ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:linger ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:linger ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:linger ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:linger ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:linger ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:linger ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:bloodsucker ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2083,25 +2083,25 @@ marksoulscurry.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon aoa3:ghostly_goblin ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ghostly_goblin ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ghostly_goblin ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ghostly_goblin ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:ghostly_cyclops ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ghostly_cyclops ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ghostly_cyclops ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ghostly_cyclops ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:ghostly_sasquatch ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ghostly_sasquatch ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ghostly_sasquatch ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ghostly_sasquatch ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:ghostly_night_reaper ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ghostly_night_reaper ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ghostly_night_reaper ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ghostly_night_reaper ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:ghostly_bugeye ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ghostly_bugeye ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ghostly_bugeye ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ghostly_bugeye ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:ghostly_charger ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ghostly_charger ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ghostly_charger ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ghostly_charger ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2116,20 +2116,20 @@ signalbeacon.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:modulo ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2144,23 +2144,23 @@ calldeathgames.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set day", player, world, true, true); + // Commands.call("time set day", player, world, false, true); - Commands.call("summon aoa3:death_hunter ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:death_hunter ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:death_hunter ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:death_hunter ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:death_hunter ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:death_hunter ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:reaper_twins ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:reaper_twins ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:reaper_twins ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:reaper_twins ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:reaper_twins ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:reaper_twins ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:headless_destroyer ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:headless_destroyer ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:headless_destroyer ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:headless_destroyer ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:headless_destroyer ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:headless_destroyer ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:triclops ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:triclops ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:triclops ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:triclops ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:triclops ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:triclops ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2175,15 +2175,15 @@ creepyexplosive.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set day", player, world, true, true); + // Commands.call("time set day", player, world, false, true); - Commands.call("summon aoa3:host ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:host ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:host ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:host ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:host ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:host ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:host ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:host ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:host ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:host ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:host ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:host ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2198,27 +2198,27 @@ embiggener.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // ommands.call("time set day", player, world, true, true); + // ommands.call("time set day", player, world, false, true); - Commands.call("summon aoa3:sand_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:sand_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:sand_giant ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:sand_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:sand_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:sand_giant ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:stone_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:stone_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:stone_giant ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:stone_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:stone_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:stone_giant ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:ice_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ice_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:ice_giant ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:ice_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ice_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:ice_giant ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:wood_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:wood_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:wood_giant ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:wood_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:wood_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:wood_giant ~ ~3 ~", player, world, false, true); - Commands.call("summon aoa3:leafy_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:leafy_giant ~ ~3 ~", player, world, true, true); - Commands.call("summon aoa3:leafy_giant ~ ~3 ~", player, world, true, true); + Commands.call("summon aoa3:leafy_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:leafy_giant ~ ~3 ~", player, world, false, true); + Commands.call("summon aoa3:leafy_giant ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2238,7 +2238,7 @@ wroughtcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon mowziesmobs:ferrous_wroughtnaut ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:200.0},{Name:generic.attackDamage, Base:100.0}],Health:200f}", player, world, true, true); + Commands.call("summon mowziesmobs:ferrous_wroughtnaut ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:200.0},{Name:generic.attackDamage, Base:100.0}],Health:200f}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2252,19 +2252,19 @@ callofenigma.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, true, true); - Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, true, true); - Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, true, true); + Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, false, true); - Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, true, true); - Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, true, true); + Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:ptera ~ ~3 ~", player, world, false, true); - Commands.call("summon mod_lavacow:mimicrab ~ ~ ~", player, world, true, true); - Commands.call("summon mod_lavacow:mimicrab ~ ~ ~", player, world, true, true); - Commands.call("summon mod_lavacow:ghostray ~ ~ ~", player, world, true, true); - Commands.call("summon mod_lavacow:ghostray ~ ~ ~", player, world, true, true); + Commands.call("summon mod_lavacow:mimicrab ~ ~ ~", player, world, false, true); + Commands.call("summon mod_lavacow:mimicrab ~ ~ ~", player, world, false, true); + Commands.call("summon mod_lavacow:ghostray ~ ~ ~", player, world, false, true); + Commands.call("summon mod_lavacow:ghostray ~ ~ ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2279,27 +2279,24 @@ witcherysummons.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon bewitchment:toad ~ ~ ~", player, world, true, true); - Commands.call("summon bewitchment:toad ~ ~ ~", player, world, true, true); - Commands.call("summon bewitchment:toad ~ ~ ~", player, world, true, true); + Commands.call("summon bewitchment:toad ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:toad ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:toad ~ ~ ~", player, world, false, true); - Commands.call("summon bewitchment:lizard ~ ~ ~", player, world, true, true); - Commands.call("summon bewitchment:lizard ~ ~ ~", player, world, true, true); - Commands.call("summon bewitchment:lizard ~ ~ ~", player, world, true, true); + Commands.call("summon bewitchment:lizard ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:lizard ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:lizard ~ ~ ~", player, world, false, true); - Commands.call("summon bewitchment:snake ~ ~ ~", player, world, true, true); - Commands.call("summon bewitchment:snake ~ ~ ~", player, world, true, true); - Commands.call("summon bewitchment:snake ~ ~ ~", player, world, true, true); + Commands.call("summon bewitchment:snake ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:snake ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:snake ~ ~ ~", player, world, false, true); + + Commands.call("summon bewitchment:ghost ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:ghost ~ ~ ~", player, world, false, true); + Commands.call("summon bewitchment:ghost ~ ~ ~", player, world, false, true); - Commands.call("summon minecraft:evocation_illager ~ ~ ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~ ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~ ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~ ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~ ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~ ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~ ~", player, world, true, true); stack.shrink(1); @@ -2314,7 +2311,7 @@ funnypumpkin.itemRightClick = function(stack, world, player, hand) { if(world.remote) { return "FAIL"; } - Commands.call("summon divinerpg:jack_o_man ~ ~ ~", player, world, true, true); + Commands.call("summon divinerpg:jack_o_man ~ ~ ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2328,7 +2325,7 @@ wormholefragment.itemRightClick = function(stack, world, player, hand) { if(world.remote) { return "FAIL"; } - Commands.call("summon aoa3:realmshifter ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:realmshifter ~ ~ ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2349,7 +2346,7 @@ akathartoscallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn akathartos_structure_crimsonemperor", player, world, true, true); + Commands.call("pillar-spawn akathartos_structure_crimsonemperor", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2472,7 +2469,7 @@ anomalydetectorstage1.itemRightClick = function(stack, world, player, hand) { } player.sendChat("Base block 4 is correct - iron block"); - Commands.call("give @p contenttweaker:anomaly_detector_stage_2", player, world, true, true); + Commands.call("give @p contenttweaker:anomaly_detector_stage_2", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2507,7 +2504,7 @@ anomalydetectorstage2.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("give @p contenttweaker:anomaly_detector_stage_3", player, world, true, true); + Commands.call("give @p contenttweaker:anomaly_detector_stage_3", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2526,7 +2523,7 @@ anomalydetectorstage3.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn wildwood_structure_betrayer", player, world, true, true); + Commands.call("pillar-spawn wildwood_structure_betrayer", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2545,7 +2542,7 @@ apothecaryprisonkey.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn iromine_structure_bee", player, world, true, true); + Commands.call("pillar-spawn iromine_structure_bee", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2565,7 +2562,7 @@ voraceouswormcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn oi_structure_bigwormboss", player, world, true, true); + Commands.call("pillar-spawn oi_structure_bigwormboss", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2588,7 +2585,7 @@ dreadqueendomcallstone.itemRightClick = function(stack, world, player, hand) { player.sendChat("Let this be your final warning"); - Commands.call("pillar-spawn iceika_structure_dreadqueenboss", player, world, true, true); + Commands.call("pillar-spawn iceika_structure_dreadqueenboss", player, world, false, true); stack.shrink(1); return "PASS"; @@ -2776,7 +2773,7 @@ wyvenmonumentfabrial.itemRightClick = function(stack, world, player, hand) { - Commands.call("give @p contenttweaker:shard_of_a_fallen_spren", player, world, true, true); + Commands.call("give @p contenttweaker:shard_of_a_fallen_spren", player, world, false, true); return "PASS"; @@ -2798,7 +2795,7 @@ ancientwyverncallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn lyndenwyrm_structure_ancientwyvern", player, world, true, true); + Commands.call("pillar-spawn lyndenwyrm_structure_ancientwyvern", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3044,7 +3041,7 @@ oblivioncandle.itemRightClick = function(stack, world, player, hand) { player.sendChat("All Candles are correctly located"); - Commands.call("give @p contenttweaker:oblivion_catalyzer", player, world, true, true); + Commands.call("give @p contenttweaker:oblivion_catalyzer", player, world, false, true); return "PASS"; @@ -3066,7 +3063,7 @@ oblivionairecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn oblivionaire_structure_callstone", player, world, true, true); + Commands.call("pillar-spawn oblivionaire_structure_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3085,7 +3082,7 @@ keyfleshdominion.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn abyss_structure_supershadow", player, world, true, true); + Commands.call("pillar-spawn abyss_structure_supershadow", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3104,7 +3101,7 @@ gravitationalcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn lelyetia_structure_supergraw", player, world, true, true); + Commands.call("pillar-spawn lelyetia_structure_supergraw", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3123,7 +3120,7 @@ warlordcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn borean_structure_superdragons", player, world, true, true); + Commands.call("pillar-spawn borean_structure_superdragons", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3149,7 +3146,7 @@ hordedominationcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn underoverworld_structure_callstone", player, world, true, true); + Commands.call("pillar-spawn underoverworld_structure_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3168,7 +3165,7 @@ fluixhistoriancallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn fluix_historian_structure", player, world, true, true); + Commands.call("pillar-spawn fluix_historian_structure", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3187,7 +3184,7 @@ hungersummoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:the_hunger ~ ~1 ~", player, world, true, true); + Commands.call("summon divinerpg:the_hunger ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3207,7 +3204,7 @@ mysterymansummoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:mysterious_man_layer_1 ~ ~1 ~", player, world, true, true); + Commands.call("summon divinerpg:mysterious_man_layer_1 ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3240,7 +3237,7 @@ mysteryman2summoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:mysterious_man_layer_2 ~ ~1 ~", player, world, true, true); + Commands.call("summon divinerpg:mysterious_man_layer_2 ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3274,7 +3271,7 @@ mysteryman3summoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon divinerpg:mysterious_man_layer_3 ~ ~1 ~", player, world, true, true); + Commands.call("summon divinerpg:mysterious_man_layer_3 ~ ~1 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3294,7 +3291,7 @@ whitefirecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn furnacedim_structure_whitefireboss", player, world, true, true); + Commands.call("pillar-spawn furnacedim_structure_whitefireboss", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3313,7 +3310,7 @@ undeadbotanistcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hardmode_undead_botanist", player, world, true, true); + Commands.call("pillar-spawn hardmode_undead_botanist", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3332,7 +3329,7 @@ forbiddengardencallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn botanist_loot_chest", player, world, true, true); + Commands.call("pillar-spawn botanist_loot_chest", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3351,7 +3348,7 @@ energeticprisonkey.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn energy_bee_callstone", player, world, true, true); + Commands.call("pillar-spawn energy_bee_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3385,7 +3382,7 @@ draconianprisonkey.itemRightClick = function(stack, world, player, hand) { } } - Commands.call("pillar-spawn lyndenwyrm_structure_chaosmonument", player, world, true, true); + Commands.call("pillar-spawn lyndenwyrm_structure_chaosmonument", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3431,10 +3428,10 @@ chaoticsummoner.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon draconicevolution:chaosguardian ~ ~4 ~20 {CustomName:\"Guardian of Fear\",Tags:[\"guardianoffear\"]}", player, world, true, true); - Commands.call("summon draconicevolution:chaosguardian ~-20 ~4 ~ {CustomName:\"Guardian of Helplessness\",Tags:[\"guardianofhelplessness\"]}", player, world, true, true); - Commands.call("summon draconicevolution:chaosguardian ~20 ~4 ~ {CustomName:\"Guardian of Darkness\",Tags:[\"guardianofdarkness\"]}", player, world, true, true); - Commands.call("summon draconicevolution:chaosguardian ~ ~4 ~-20 {CustomName:\"Guardian of Solitude\",Tags:[\"guardianofsolitude\"]}", player, world, true, true); + Commands.call("summon draconicevolution:chaosguardian ~ ~4 ~20 {CustomName:\"Guardian of Fear\",Tags:[\"guardianoffear\"]}", player, world, false, true); + Commands.call("summon draconicevolution:chaosguardian ~-20 ~4 ~ {CustomName:\"Guardian of Helplessness\",Tags:[\"guardianofhelplessness\"]}", player, world, false, true); + Commands.call("summon draconicevolution:chaosguardian ~20 ~4 ~ {CustomName:\"Guardian of Darkness\",Tags:[\"guardianofdarkness\"]}", player, world, false, true); + Commands.call("summon draconicevolution:chaosguardian ~ ~4 ~-20 {CustomName:\"Guardian of Solitude\",Tags:[\"guardianofsolitude\"]}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3455,7 +3452,7 @@ soulsuckingcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn skythern_structure_soulbee", player, world, true, true); + Commands.call("pillar-spawn skythern_structure_soulbee", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3475,7 +3472,7 @@ crepuscularcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn twilightforest_structure_isekaibee", player, world, true, true); + Commands.call("pillar-spawn twilightforest_structure_isekaibee", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3496,7 +3493,7 @@ zoicallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn tech_meatball_callstone", player, world, true, true); + Commands.call("pillar-spawn tech_meatball_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3517,7 +3514,7 @@ secretlurkercallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn skip_vethea_callstone", player, world, true, true); + Commands.call("pillar-spawn skip_vethea_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3537,7 +3534,7 @@ eldritchcrabcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn eldritch_crab_callstone", player, world, true, true); + Commands.call("pillar-spawn eldritch_crab_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3557,7 +3554,7 @@ taintedloopcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hardmode_callstone_emcmeatball", player, world, true, true); + Commands.call("pillar-spawn hardmode_callstone_emcmeatball", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3577,7 +3574,7 @@ pauramcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn pauram_structure_callstone", player, world, true, true); + Commands.call("pillar-spawn pauram_structure_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -3659,15 +3656,15 @@ firstrecursivelock.itemRightClick = function(stack, world, player, hand) { } - Commands.call("summon aoa3:elusive ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_abyss\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:shadowlord ~3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_abyss\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:graw ~-3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_lelyetia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:tyrosaur ~-3 ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_precasia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:skeletron ~3 ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_precasia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:baroness ~ ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_barathos\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:50000.0},{Name:generic.attackDamage, Base:50000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:hive_king ~-3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_barathos\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:creep ~-3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_creeponia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:kror ~-3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_deeplands\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); + Commands.call("summon aoa3:elusive ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_abyss\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:shadowlord ~3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_abyss\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:graw ~-3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_lelyetia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:tyrosaur ~-3 ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_precasia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:skeletron ~3 ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_precasia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:baroness ~ ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_barathos\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:50000.0},{Name:generic.attackDamage, Base:50000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:hive_king ~-3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_barathos\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:creep ~-3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_creeponia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:kror ~-3 ~1 ~ {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_deeplands\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); return "PASS"; @@ -3749,19 +3746,19 @@ secondrecursivelock.itemRightClick = function(stack, world, player, hand) { } - Commands.call("summon aoa3:crystocore ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_crystevia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:vinocorne ~3 ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_gardencia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:gyro ~-3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_celeve\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:silverfoot ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_iromine\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:mechbot ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_iromine\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:green_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:yellow_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:red_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:blue_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:rock_rider ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:peppermint_snail ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_candyland\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:150000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:king_shroomus ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mysterium\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:voxxulon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_voxponds\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); + Commands.call("summon aoa3:crystocore ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_crystevia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:vinocorne ~3 ~1 ~-3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_gardencia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:gyro ~-3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_celeve\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:silverfoot ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_iromine\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:mechbot ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_iromine\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:green_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:yellow_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:red_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:blue_guardian ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:rock_rider ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_haven\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:peppermint_snail ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_candyland\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:150000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:king_shroomus ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mysterium\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:voxxulon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_voxponds\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); return "PASS"; @@ -3843,13 +3840,13 @@ thirdrecursivelock.itemRightClick = function(stack, world, player, hand) { } - Commands.call("summon aoa3:dracyon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_borean\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:visualent ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_lunalus\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:clunkhead ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_runandor\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon divinerpg:sunstorm ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_eden\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon divinerpg:termasect ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_wildwood\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon divinerpg:eternal_archer ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_apalachia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon divinerpg:experienced_cori ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_skythern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); + Commands.call("summon aoa3:dracyon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_borean\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:visualent ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_lunalus\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:clunkhead ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_runandor\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon divinerpg:sunstorm ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_eden\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon divinerpg:termasect ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_wildwood\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon divinerpg:eternal_archer ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_apalachia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon divinerpg:experienced_cori ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_skythern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); return "PASS"; @@ -3930,20 +3927,20 @@ fourthrecursivelock.itemRightClick = function(stack, world, player, hand) { } - Commands.call("summon aoa3:bane ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_greckon\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:kajaros ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:harkos ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:miskel ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:okazor ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:raxxan ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:proshield ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:flash ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:klobber ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:proshield ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:coniferon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:goldorth ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:penumbra ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); - Commands.call("summon aoa3:horon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, true, true); + Commands.call("summon aoa3:bane ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_greckon\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:kajaros ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:harkos ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:miskel ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:okazor ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:raxxan ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_dustopia\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:proshield ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:flash ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:klobber ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:proshield ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_immortallis\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:coniferon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:goldorth ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:penumbra ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + Commands.call("summon aoa3:horon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_ancientcavern\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); return "PASS"; @@ -4023,13 +4020,13 @@ fifthrecursivelock.itemRightClick = function(stack, world, player, hand) { } - Commands.call("summon aoa3:xxeus ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_shyrelands\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); - Commands.call("summon divinerpg:soul_fiend ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); - Commands.call("summon divinerpg:densos ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); - Commands.call("summon divinerpg:vamacheron ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); - Commands.call("summon divinerpg:reyvor ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); - Commands.call("summon divinerpg:karot ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); - Commands.call("summon divinerpg:twilight_demon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, true, true); + Commands.call("summon aoa3:xxeus ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_shyrelands\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); + Commands.call("summon divinerpg:soul_fiend ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); + Commands.call("summon divinerpg:densos ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); + Commands.call("summon divinerpg:vamacheron ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); + Commands.call("summon divinerpg:reyvor ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); + Commands.call("summon divinerpg:karot ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); + Commands.call("summon divinerpg:twilight_demon ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:warren_shard_mortum\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:200000.0},{Name:generic.attackDamage, Base:100000.0}],Health:200000f}", player, world, false, true); return "PASS"; @@ -4045,7 +4042,7 @@ wootflusher.itemRightClick = function(stack, world, player, hand) { } player.sendChat("Flush Started"); - Commands.call("woot flush all", player, world, true, true); + Commands.call("woot flush all", player, world, false, true); return "PASS"; @@ -4065,7 +4062,7 @@ infernalfurnacecallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn furnacedim_structure_infernalfurnacefiend", player, world, true, true); + Commands.call("pillar-spawn furnacedim_structure_infernalfurnacefiend", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4085,7 +4082,7 @@ monumentalmeatballcallstone.itemRightClick = function(stack, world, player, hand return "FAIL"; } - Commands.call("pillar-spawn monumental_meatball_callstone", player, world, true, true); + Commands.call("pillar-spawn monumental_meatball_callstone", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4104,7 +4101,7 @@ furnacesecretcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn furnace_guy_final", player, world, true, true); + Commands.call("pillar-spawn furnace_guy_final", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4124,7 +4121,7 @@ claimofworthiness.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon mod_lavacow:boneworm ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_paper\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,CustomName:\"Gatekeeper of the Meatball Man\"}", player, world, true, true); + Commands.call("summon mod_lavacow:boneworm ~3 ~1 ~3 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_paper\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,CustomName:\"Gatekeeper of the Meatball Man\"}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4154,7 +4151,7 @@ summonsoftheshyrewarden.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon aoa3:shyre_knight ~ ~3 ~ {HandItems:[{Count:64,id:\"contenttweaker:stone_of_the_shyre_warden\"},{Count:64,id:\"contenttweaker:stone_of_the_shyre_warden\"}],HandDropChances:[1.0f,1.0f],Attributes:[{Name:generic.maxHealth, Base:1.0},{Name:generic.attackDamage, Base:10000.0}],Health:1f,CustomName:\"Warden of the Shyre Empire\",Invulnerable:1}", player, world, true, true); + Commands.call("summon aoa3:shyre_knight ~ ~3 ~ {HandItems:[{Count:64,id:\"contenttweaker:stone_of_the_shyre_warden\"},{Count:64,id:\"contenttweaker:stone_of_the_shyre_warden\"}],HandDropChances:[1.0f,1.0f],Attributes:[{Name:generic.maxHealth, Base:1.0},{Name:generic.attackDamage, Base:10000.0}],Health:1f,CustomName:\"Warden of the Shyre Empire\",Invulnerable:1}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4174,7 +4171,7 @@ hiddenerrorscallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn aether_hellfire_alternative", player, world, true, true); + Commands.call("pillar-spawn aether_hellfire_alternative", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4193,7 +4190,7 @@ tarantulacallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn erebus_callstone_tarantula", player, world, true, true); + Commands.call("pillar-spawn erebus_callstone_tarantula", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4212,7 +4209,7 @@ antlioncallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn erebus_callstone_antlion", player, world, true, true); + Commands.call("pillar-spawn erebus_callstone_antlion", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4227,20 +4224,20 @@ recursivepaperillager.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); - Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, true, true); + Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:evocation_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); + Commands.call("summon minecraft:vindication_illager ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4255,20 +4252,20 @@ recursivepaperabyssal.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, true, true); - Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, true, true); - Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, true, true); - Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, true, true); - Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, true, true); - Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, true, true); - Commands.call("summon abyssalcraft:shadowbeast ~ ~3 ~", player, world, true, true); - Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, true, true); - Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, true, true); - Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, true, true); - Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, true, true); - Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, true, true); + Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, false, true); + Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, false, true); + Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, false, true); + Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, false, true); + Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, false, true); + Commands.call("summon thebetweenlands:dark_druid ~ ~3 ~", player, world, false, true); + Commands.call("summon abyssalcraft:shadowbeast ~ ~3 ~", player, world, false, true); + Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, false, true); + Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, false, true); + Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, false, true); + Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, false, true); + Commands.call("summon abyssalcraft:shadowmonster ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4284,20 +4281,21 @@ recursivepaperbuggy.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - // Commands.call("time set night", player, world, true, true); + // Commands.call("time set night", player, world, false, true); - Commands.call("summon erebus:erebus.stag_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.stag_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.bombardier_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.bombardier_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.titan_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.titan_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.rhino_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.rhino_beetle ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.crushroom ~ ~3 ~", player, world, true, true); - Commands.call("summon erebus:erebus.crushroom ~ ~3 ~", player, world, true, true); + Commands.call("summon erebus:erebus.stag_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.stag_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.bombardier_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.bombardier_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.titan_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.titan_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.rhino_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.rhino_beetle ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.crushroom ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.crushroom ~ ~3 ~", player, world, false, true); + Commands.call("summon erebus:erebus.praying_mantis ~ ~3 ~", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4305,6 +4303,39 @@ recursivepaperbuggy.itemRightClick = function(stack, world, player, hand) { }; recursivepaperbuggy.register(); + +var recursivepaperfaithfulundead= VanillaFactory.createItem("recursive_paper_faithfulundead"); +recursivepaperfaithfulundead.maxStackSize = 16; +recursivepaperfaithfulundead.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + // Commands.call("time set night", player, world, false, true); + + Commands.call("summon mod_lavacow:zombiemushroom ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:ithaqua ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:undertaker ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:undeadswine ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:banshee ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:mummy ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:sludgelord ~ ~3 ~", player, world, false, true); + + Commands.call("summon mod_lavacow:zombiemushroom ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:ithaqua ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:undertaker ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:undeadswine ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:banshee ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:mummy ~ ~3 ~", player, world, false, true); + Commands.call("summon mod_lavacow:sludgelord ~ ~3 ~", player, world, false, true); + + stack.shrink(1); + return "PASS"; + +}; +recursivepaperfaithfulundead.register(); + + var weaponsmithcallstone = VanillaFactory.createItem("weaponsmith_callstone"); weaponsmithcallstone.maxStackSize = 1; weaponsmithcallstone.itemRightClick = function(stack, world, player, hand) { @@ -4317,7 +4348,7 @@ weaponsmithcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn hardmode_callstone_arbiterweaponsmith", player, world, true, true); + Commands.call("pillar-spawn hardmode_callstone_arbiterweaponsmith", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4355,12 +4386,12 @@ forbiddenmeatballmanrites.itemRightClick = function(stack, world, player, hand) return "FAIL"; } - Commands.call("/summon minecraft:wither ~3 ~ ~ {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, true, true); - Commands.call("/summon minecraft:wither ~-3 ~ ~ {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, true, true); - Commands.call("/summon minecraft:wither ~ ~ ~3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, true, true); - Commands.call("/summon minecraft:wither ~ ~ ~-3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, true, true); - Commands.call("/summon minecraft:wither ~3 ~ ~3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, true, true); - Commands.call("/summon minecraft:wither ~-3 ~ ~-3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, true, true); + Commands.call("/summon minecraft:wither ~3 ~ ~ {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, false, true); + Commands.call("/summon minecraft:wither ~-3 ~ ~ {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, false, true); + Commands.call("/summon minecraft:wither ~ ~ ~3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, false, true); + Commands.call("/summon minecraft:wither ~ ~ ~-3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, false, true); + Commands.call("/summon minecraft:wither ~3 ~ ~3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, false, true); + Commands.call("/summon minecraft:wither ~-3 ~ ~-3 {HandItems:[{Count:1,id:\"contenttweaker:star_of_betrayal\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Ward of Terra\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:100000.0}],Health:1000000f}", player, world, false, true); return "PASS"; @@ -4381,7 +4412,7 @@ requiemofthearbiter.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn tombstone_of_the_arbiter", player, world, true, true); + Commands.call("pillar-spawn tombstone_of_the_arbiter", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4515,7 +4546,7 @@ hymnofthetruetongue.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:runes_of_the_true_tongue\",Count:1b}}", player, world, true, true); + Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:runes_of_the_true_tongue\",Count:1b}}", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4535,7 +4566,7 @@ masterofthetruetonguecallstone.itemRightClick = function(stack, world, player, h return "FAIL"; } - Commands.call("pillar-spawn master_eldunari_callstone_structure", player, world, true, true); + Commands.call("pillar-spawn master_eldunari_callstone_structure", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4555,7 +4586,7 @@ gamblingaddictionprisonkey.itemRightClick = function(stack, world, player, hand) } player.sendChat("This is a joke, gambling is bad, don't waste your money like that :)"); - Commands.call("pillar-spawn hard_mode_callstone_gambling", player, world, true, true); + Commands.call("pillar-spawn hard_mode_callstone_gambling", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4567,7 +4598,7 @@ var luckyboxaetherbronze = VanillaFactory.createItem("lucky_box_aether_bronze"); luckyboxaetherbronze.maxStackSize = 1; luckyboxaetherbronze.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn loot_box_aether_bronze", player, world, true, true); + Commands.call("pillar-spawn loot_box_aether_bronze", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4578,7 +4609,7 @@ var luckyboxaethersilver = VanillaFactory.createItem("lucky_box_aether_silver"); luckyboxaethersilver.maxStackSize = 1; luckyboxaethersilver.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn loot_box_aether_silver", player, world, true, true); + Commands.call("pillar-spawn loot_box_aether_silver", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4589,7 +4620,7 @@ var luckyboxaethergold = VanillaFactory.createItem("lucky_box_aether_gold"); luckyboxaethergold.maxStackSize = 1; luckyboxaethergold.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn loot_box_aether_gold", player, world, true, true); + Commands.call("pillar-spawn loot_box_aether_gold", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4600,7 +4631,7 @@ var luckyboxtwilightbooks = VanillaFactory.createItem("lucky_box_twilight_books" luckyboxtwilightbooks.maxStackSize = 1; luckyboxtwilightbooks.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn loot_box_twilight_books", player, world, true, true); + Commands.call("pillar-spawn loot_box_twilight_books", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4611,7 +4642,7 @@ var luckyboxtwilightweapons = VanillaFactory.createItem("lucky_box_twilight_weap luckyboxtwilightweapons.maxStackSize = 1; luckyboxtwilightweapons.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn loot_box_twilight_weapons", player, world, true, true); + Commands.call("pillar-spawn loot_box_twilight_weapons", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4631,7 +4662,7 @@ dreadcleansingcallstone.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("pillar-spawn arbiter_callstone_dreadcleanser", player, world, true, true); + Commands.call("pillar-spawn arbiter_callstone_dreadcleanser", player, world, false, true); stack.shrink(1); return "PASS"; @@ -4639,15 +4670,303 @@ dreadcleansingcallstone.itemRightClick = function(stack, world, player, hand) { dreadcleansingcallstone.register(); +var forclientsetgamerules = VanillaFactory.createItem("forclient_setgamerules"); +forclientsetgamerules.maxStackSize = 1; +forclientsetgamerules.itemRightClick = function(stack, world, player, hand) { + + Commands.call("gamerule commandBlockOutput false", player, world, false, true); + Commands.call("gamerule showDeathMessages false", player, world, false, true); + stack.shrink(1); + return "PASS"; + +}; +forclientsetgamerules.register(); var betrayedsoulcallstone = VanillaFactory.createItem("rites_of_liberation"); betrayedsoulcallstone.maxStackSize = 1; betrayedsoulcallstone.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn armedzombieautomation_callstone", player, world, true, true); + Commands.call("pillar-spawn armedzombieautomation_callstone", player, world, false, true); stack.shrink(1); return "PASS"; }; betrayedsoulcallstone.register(); + + +var meatballtitancallstone = VanillaFactory.createItem("summons_of_the_meatball_titan"); +meatballtitancallstone.maxStackSize = 1; +meatballtitancallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + if(player.getDimension() != 111) { + player.sendChat("You gotta be in the Lost Cities"); + return "FAIL"; + } + + Commands.call("/summon giant ~ ~1 ~ {PersistenceRequired:1,HandItems:[{Count:1,id:\"redstonearsenal:tool.sword_flux\"},{}],ArmorItems:[{Count:1,id:\"redstonearsenal:armor.boots_flux\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"redstonearsenal:armor.legs_flux\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"redstonearsenal:armor.plate_flux\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:all_powerful_sentient_meatball\"}],CustomName:\"Meatball Titan\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f],ActiveEffects:[{Id:11,Amplifier:5,Duration:999999}],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f}", player, world, false, true); + stack.shrink(1); + return "PASS"; + +}; +meatballtitancallstone.register(); + + + +var fleshworldcallstone = VanillaFactory.createItem("flesh_world_callstone"); +fleshworldcallstone.maxStackSize = 1; +fleshworldcallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + if(player.getDimension() != 111) { + player.sendChat("You gotta be in the Lost Cities"); + return "FAIL"; + } + + var pos9 = player.position.asPosition3f(); + pos9.y = pos9.y; + if(pos9.y > 10) { + player.sendChat("You have to be below y = 10"); + return "FAIL"; + } + + Commands.call("pillar-spawn flesh_world_callstone", player, world, false, true); + stack.shrink(1); + return "PASS"; + +}; +fleshworldcallstone.register(); + + +var faithfulundeadcallstone = VanillaFactory.createItem("summons_of_the_faithful_undead"); +faithfulundeadcallstone.maxStackSize = 1; +faithfulundeadcallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + if(player.getDimension() != 111) { + player.sendChat("You gotta be in the Lost Cities"); + return "FAIL"; + } + + player.sendChat("Stand in the middle of the arena structure with Recursive Stone!"); + + player.sendChat("Checking Player Position"); + player.sendChat("=================================================="); + + var pos1 = player.position.asPosition3f(); + pos1.x = pos1.x; + pos1.y = pos1.y - 1; + pos1.z = pos1.z; + var blockPos1 = pos1.asBlockPos(); + var blockState1 = world.getBlock(blockPos1).definition.displayName as string; + if(blockState1 != "tile.contenttweaker.recursive_stone.name" && blockState1 != "Recursive Stone") { + player.sendChat("Stand in the middle of the arena structure with Recursive Stone!"); + return "FAIL"; + } + + var pos2 = player.position.asPosition3f(); + pos2.x = pos2.x - 1; + pos2.y = pos2.y - 1; + pos2.z = pos2.z; + var blockPos2 = pos2.asBlockPos(); + var blockState2 = world.getBlock(blockPos2).definition.displayName as string; + if(blockState2 != "tile.contenttweaker.recursive_stone.name" && blockState2 != "Recursive Stone") { + player.sendChat("Stand in the middle of the arena structure with Recursive Stone!"); + return "FAIL"; + } + + var pos3 = player.position.asPosition3f(); + pos3.x = pos3.x + 1; + pos3.y = pos3.y - 1; + pos3.z = pos3.z; + var blockPos3 = pos3.asBlockPos(); + var blockState3 = world.getBlock(blockPos3).definition.displayName as string; + if(blockState3 != "tile.contenttweaker.recursive_stone.name" && blockState3 != "Recursive Stone") { + player.sendChat("Stand in the middle of the arena structure with Recursive Stone!"); + return "FAIL"; + } + + var pos4 = player.position.asPosition3f(); + pos4.x = pos4.x; + pos4.y = pos4.y - 1; + pos4.z = pos4.z + 1; + var blockPos4 = pos4.asBlockPos(); + var blockState4 = world.getBlock(blockPos4).definition.displayName as string; + if(blockState4 != "tile.contenttweaker.recursive_stone.name" && blockState4 != "Recursive Stone") { + player.sendChat("Stand in the middle of the arena structure with Recursive Stone!"); + return "FAIL"; + } + + var pos5 = player.position.asPosition3f(); + pos5.x = pos5.x; + pos5.y = pos5.y - 1; + pos5.z = pos5.z - 1; + var blockPos5 = pos5.asBlockPos(); + var blockState5 = world.getBlock(blockPos5).definition.displayName as string; + if(blockState5 != "tile.contenttweaker.recursive_stone.name" && blockState5 != "Recursive Stone") { + player.sendChat("Stand in the middle of the arena structure with Recursive Stone!"); + return "FAIL"; + } + + + Commands.call("summon mod_lavacow:undertaker ~2 ~2 ~0 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:banshee ~-2 ~2 ~0 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:forsaken ~-2 ~2 ~2 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:zombiemushroom ~2 ~2 ~2 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:mummy ~0 ~2 ~-2 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:unburied ~2 ~2 ~-2 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:zombiefrozen ~0 ~2 ~2 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon mod_lavacow:ithaqua ~-2 ~2 ~-2 {HandItems:[{Count:1,id:\"contenttweaker:prophetic_meatball_flesh\"},{}],HandDropChances:[1.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:1000000.0},{Name:generic.attackDamage, Base:1000000.0}],Health:1000000f,ArmorItems:[{Count:1,id:\"contenttweaker:grave_dust_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:grave_dust_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:grave_dust_head\"}],CustomName:\"Faithful Undead\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + + + return "PASS"; + +}; +faithfulundeadcallstone.register(); + + + +var staffofthemeatballman = VanillaFactory.createItem("staff_of_the_lord_of_gluttony"); +staffofthemeatballman.maxStackSize = 1; +staffofthemeatballman.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + Commands.call("summon twilightforest:loyal_zombie ~-2 ~2 ~-2 {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~-2 ~2 ~2 {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~2 ~2 ~-2 {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~2 ~2 ~2 {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~-2 ~2 ~ {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~2 ~2 ~ {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~ ~2 ~-2 {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + Commands.call("summon twilightforest:loyal_zombie ~ ~2 ~2 {HandItems:[{Count:1,id:\"aoa3:primal_sword\"},{}],HandDropChances:[0.0f,0.0f],Attributes:[{Name:generic.maxHealth, Base:100000.0},{Name:generic.attackDamage, Base:100000.0}],Health:100000f,ArmorItems:[{Count:1,id:\"contenttweaker:meatball_praetorian_feet\",tag:{ench:[{id:7,lvl:100}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_legs\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_chest\",tag:{ench:[{id:7,lvl:200}]}},{Count:1,id:\"contenttweaker:meatball_praetorian_head\"}],CustomName:\"Warden of the Lord of Gluttony\",ArmorDropChances:[0.0f,0.0f,0.0f,1.0f]}", player, world, false, true); + + + return "PASS"; + +}; +staffofthemeatballman.register(); + + + + +var meatballmancallstone = VanillaFactory.createItem("meatball_man_callstone"); +meatballmancallstone.maxStackSize = 1; +meatballmancallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + if(player.getDimension() != 111) { + player.sendChat("You gotta be in the Lost Cities"); + return "FAIL"; + } + + player.sendChat("Stand on top of of the following blocks:"); + player.sendChat("Hungering Machine Case (top)"); + player.sendChat("Hyperuranon Actualizing Fabrial (middle)"); + player.sendChat("Mythic Excavation reactor (bottom)"); + + player.sendChat("Checking Player Position"); + player.sendChat("=================================================="); + + var pos1 = player.position.asPosition3f(); + pos1.x = pos1.x; + pos1.y = pos1.y - 1; + pos1.z = pos1.z; + var blockPos1 = pos1.asBlockPos(); + var blockState1 = world.getBlock(blockPos1).definition.displayName as string; + if(blockState1 != "tile.contenttweaker.hungering_machine_case.name" && blockState1 != "Hungering Machine Case") { + player.sendChat("Missing Hungering Machine Case"); + return "FAIL"; + } + + var pos2 = player.position.asPosition3f(); + pos2.x = pos2.x; + pos2.y = pos2.y - 2; + pos2.z = pos2.z; + var blockPos2 = pos2.asBlockPos(); + var blockState2 = world.getBlock(blockPos2).definition.displayName as string; + if(blockState2 != "tile.contenttweaker.hyperuranon_actualizing_fabrial.name" && blockState2 != "Hyperuranion Actualizing Fabrial") { + player.sendChat("Missing Hyperuranion Actualizing Fabrial"); + return "FAIL"; + } + + var pos3 = player.position.asPosition3f(); + pos3.x = pos3.x; + pos3.y = pos3.y - 3; + pos3.z = pos3.z; + var blockPos3 = pos3.asBlockPos(); + var blockState3 = world.getBlock(blockPos3).definition.displayName as string; + if(blockState3 != "tile.contenttweaker.mythic_excavation_reactor.name" && blockState3 != "Mythic Excavation Reactor") { + player.sendChat("Missing Mythic Excavation Reactor"); + return "FAIL"; + } + + Commands.call("pillar-spawn meatball_man_final_boss", player, world, false, true); + + return "PASS"; + +}; +meatballmancallstone.register(); + + + +var ancientdecrystallizer = VanillaFactory.createItem("ancient_decrystallizer"); +ancientdecrystallizer.maxStackSize = 1; +ancientdecrystallizer.glowing = true; +ancientdecrystallizer.itemRightClick = function(stack, world, player, hand) { + + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_aer 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_ignis 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_aqua 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_terra 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_ordo 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_perditio 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ thaumcraft:crystal_vitium 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + return "Pass"; +}; +ancientdecrystallizer.register(); + + +var ancientwyverntrinket = VanillaFactory.createItem("ancient_wyvern_trinket"); +ancientwyverntrinket.maxStackSize = 1; +ancientwyverntrinket.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + if(player.getDimension() != 162) { + player.sendChat("You gotta be in Lyndenwyrm"); + return "FAIL"; + } + + + Commands.call("tp @p 1000 100 1000", player, world, false, true); + stack.shrink(1); + return "PASS"; + +}; +ancientwyverntrinket.register(); + + + + +var luckyboxadventarmor = VanillaFactory.createItem("lucky_box_advent_armor"); +luckyboxadventarmor.maxStackSize = 1; +luckyboxadventarmor.itemRightClick = function(stack, world, player, hand) { + + Commands.call("pillar-spawn loot_box_adventarmor", player, world, false, true); + stack.shrink(1); + return "PASS"; + +}; +luckyboxadventarmor.register(); \ No newline at end of file diff --git a/scripts/Chaos.zs b/scripts/Chaos.zs index 58e4d3bc..cb87e788 100644 --- a/scripts/Chaos.zs +++ b/scripts/Chaos.zs @@ -10,6 +10,12 @@ recipes.addShaped(.withTag({wootMobNameKey: "draconicevolution: [, , ], [, , ]]); +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + + val drac = RecipeBuilder.newBuilder("chaotic","chaotic_condenser",400); drac.addEnergyPerTickInput(400000); drac.addItemOutput(*3); diff --git a/scripts/ChickenRecipes.zs b/scripts/ChickenRecipes.zs index 79e2f0ce..61fa0d7a 100644 --- a/scripts/ChickenRecipes.zs +++ b/scripts/ChickenRecipes.zs @@ -128,7 +128,7 @@ mods.techreborn.rollingMachine.addShaped(.withTag({ChickenTy [,,], [,,]]); -mods.thermalexpansion.Centrifuge.addRecipe([(*12) % 20, (*12) % 20, (*12) % 20, (*12) % 20], , null, 2000); +mods.thermalexpansion.Centrifuge.addRecipe([(*32) % 50, (*32) % 50, (*32) % 50, (*32) % 50], , null, 2000); mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:redstonechicken"}}), diff --git a/scripts/ChiselBlueprint.zs b/scripts/ChiselBlueprint.zs index cd4f6fb0..fd010d20 100644 --- a/scripts/ChiselBlueprint.zs +++ b/scripts/ChiselBlueprint.zs @@ -8,7 +8,6 @@ mods.chisel.Carving.addGroup("modularblueprint"); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:iron_centrifuge"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:creation_altar"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:infinity_furnace"})); -mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:bloodmaster_crucible"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:arc_reactor"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:chaotic_condenser"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:plasmatic_condenser"})); @@ -29,6 +28,8 @@ mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:spatial_crucible"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:compression_turbine"})); mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:soul_accumulator"})); +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:matter_reprocessor"})); +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:divine_combiner"})); recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:arcane_autoworkbench"}), [[null,null,], @@ -73,6 +74,8 @@ mods.chisel.Carving.addVariation("magicmultiblocks", .withTag({dynamicmachine: "modularmachinery:enchanted_greenhouse"})); mods.chisel.Carving.addVariation("magicmultiblocks", .withTag({dynamicmachine: "modularmachinery:mechanized_essentia_smeltery"})); mods.chisel.Carving.addVariation("magicmultiblocks", .withTag({dynamicmachine: "modularmachinery:everburning_forge"})); +mods.chisel.Carving.addVariation("magicmultiblocks", .withTag({dynamicmachine: "modularmachinery:forge_of_the_wyvern"})); +mods.chisel.Carving.addVariation("magicmultiblocks", .withTag({dynamicmachine: "modularmachinery:eldritch_impetus_catalyzer"})); recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}), @@ -139,6 +142,8 @@ mods.chisel.Carving.addGroup("dysonstuff"); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:relativistic_collapser"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_sphere"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_irradiator"})); +mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_irradiator_top"})); +mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_irradiator_bottom"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger_t2"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_discharger_t3"})); @@ -157,6 +162,7 @@ mods.chisel.Carving.addVariation("dysonstuff", . mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:altar_to_the_name_of_names"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:bastion_of_flesh"})); mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:sentient_meatball_monument"})); +mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:shrine_of_the_sentient_meatballs"})); recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:mythic_processor_alloy_furnace"}), [[,null,null], @@ -182,6 +188,7 @@ mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:aluminum_lathe"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:blood_god_altar"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:plated_carpenter"})); +mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:plated_thermofabricator"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:salt_repolarizer"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:two_phase_fission_reactor"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:sparkled_spinning_wheel"})); @@ -195,6 +202,7 @@ mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:mythic_processor_arkencrusher"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:hypergrowth_insolator"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:berserker_forge"})); +mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:berserker_crucible"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:sacred_cinders_apiary"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:mythic_processor_electrolyzer"})); mods.chisel.Carving.addVariation("mythicprocessors", .withTag({dynamicmachine: "modularmachinery:mythic_processor_resonator"})); diff --git a/scripts/ChiselController.zs b/scripts/ChiselController.zs index a3dd1683..f705db1b 100644 --- a/scripts/ChiselController.zs +++ b/scripts/ChiselController.zs @@ -3,7 +3,6 @@ mods.chisel.Carving.addGroup("modularblueprintcontroller"); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); -mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); @@ -24,6 +23,8 @@ mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); mods.chisel.Carving.addVariation("modularblueprintcontroller", ); +mods.chisel.Carving.addVariation("modularblueprintcontroller", ); +mods.chisel.Carving.addVariation("modularblueprintcontroller", ); @@ -67,6 +68,8 @@ mods.chisel.Carving.addVariation("magicmultiblockscontroller", ); mods.chisel.Carving.addVariation("magicmultiblockscontroller", ); mods.chisel.Carving.addVariation("magicmultiblockscontroller", ); +mods.chisel.Carving.addVariation("magicmultiblockscontroller", ); +mods.chisel.Carving.addVariation("magicmultiblockscontroller", ); @@ -126,6 +129,8 @@ mods.chisel.Carving.addGroup("dysonstuffcontroller"); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); +mods.chisel.Carving.addVariation("dysonstuffcontroller", ); +mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); @@ -145,6 +150,7 @@ mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); mods.chisel.Carving.addVariation("dysonstuffcontroller", ); +mods.chisel.Carving.addVariation("dysonstuffcontroller", ); @@ -168,6 +174,7 @@ mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); +mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); @@ -182,6 +189,7 @@ mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); +mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); mods.chisel.Carving.addVariation("mythicprocessorscontroller", ); diff --git a/scripts/CustoLootChampions.zs b/scripts/CustoLootChampions.zs new file mode 100644 index 00000000..67feb613 --- /dev/null +++ b/scripts/CustoLootChampions.zs @@ -0,0 +1,139 @@ +import loottweaker.LootTweaker; +import loottweaker.vanilla.loot.LootTable; +import loottweaker.vanilla.loot.LootPool; +import crafttweaker.enchantments.IEnchantmentDefinition; +import crafttweaker.enchantments.IEnchantment; +import crafttweaker.data.IData; +import crafttweaker.item.IItemStack; + + + +function enchantChampionBook(inputItem as IItemStack, enchArray as IEnchantmentDefinition, levelArray as int) as IItemStack{ + + var enchMap as IData = {}; + + enchMap += enchArray.makeEnchantment(levelArray).makeTag(); + + return inputItem .withTag(enchMap); + +} + + + +val champions = LootTweaker.getTable("champions:champion_loot"); +val championpoolgeneral = champions.addPool("championpoolgeneral", 1, 1, 0, 0); +championpoolgeneral.addItemEntry(, 25); +// championpoolgeneral.addItemEntry(, 25); +championpoolgeneral.addItemEntry(, 20); +championpoolgeneral.addItemEntry(.withTag({EntityTag: {id: "minecraft:slime"}}), 15); +championpoolgeneral.addItemEntry(, 5); +championpoolgeneral.addItemEntry(, 10); +championpoolgeneral.addItemEntry(, 15); +championpoolgeneral.addItemEntry(, 15); +// championpoolgeneral.addItemEntry(, 5); +val championpoolguaranteed = champions.addPool("championpoolguaranteed", 1, 1, 0, 0); +championpoolguaranteed.addItemEntry(, 10); +val championpoolenchant = champions.addPool("championpoolenchant", 1, 1, 0, 0); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(4)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(4)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(6)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(4)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(4)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(10)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(25)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(4)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(5)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(4)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(3)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(2)), 1); +championpoolenchant.addItemEntry(itemUtils.createEnchantedBook(.makeEnchantment(1)), 1); diff --git a/scripts/CustomBaubles.zs b/scripts/CustomBaubles.zs new file mode 100644 index 00000000..904121e2 --- /dev/null +++ b/scripts/CustomBaubles.zs @@ -0,0 +1,18 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.ctintegration.baubles.IBaubleInventory; + + +var singulargravityhoney = VanillaFactory.createBaubleItem("singular_gravity_honey"); +singulargravityhoney.baubleType = "RING"; +singulargravityhoney.register(); + +var blackholehoney = VanillaFactory.createBaubleItem("black_hole_honey"); +blackholehoney.baubleType = "RING"; +blackholehoney.register(); + + diff --git a/scripts/CustomBees2.zs b/scripts/CustomBees2.zs index d4d53aff..c76a9f13 100644 --- a/scripts/CustomBees2.zs +++ b/scripts/CustomBees2.zs @@ -166,6 +166,11 @@ recipes.addShaped(*16, [, , ], [, , ]]); +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + recipes.addShapeless(, [.reuse(), ]); diff --git a/scripts/CustomBlockDrops.zs b/scripts/CustomBlockDrops.zs index 614a163c..052c1add 100644 --- a/scripts/CustomBlockDrops.zs +++ b/scripts/CustomBlockDrops.zs @@ -4,6 +4,92 @@ import crafttweaker.events.IEventManager; import crafttweaker.event.BlockHarvestDropsEvent; import crafttweaker.event.IBlockEvent; import crafttweaker.world.IWorld; +import crafttweaker.event.PlayerBreakSpeedEvent; + +events.onPlayerBreakSpeed(function (event as PlayerBreakSpeedEvent) { + if (!((event.player.currentItem.matches()) || (event.player.currentItem.matches()) || (event.player.currentItem.matches()) )) { + return; + } + + if (("forestry:leaves.default.0".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.1".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.2".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.3".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.4".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.5".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.6".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.7".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.8".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.fruit.0".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.fruit.1".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("forestry:leaves.default.fruit.2".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.0".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.1".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.2".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.3".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.4".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.5".matches(event.block.definition.id))) { + event.cancel(); + } + + if (("extratrees:leaves.default.6".matches(event.block.definition.id))) { + event.cancel(); + } + + +}); + events.onBlockHarvestDrops(function (event as BlockHarvestDropsEvent) { diff --git a/scripts/CustomBlocks.zs b/scripts/CustomBlocks.zs index a7f7fb3a..ace385a7 100644 --- a/scripts/CustomBlocks.zs +++ b/scripts/CustomBlocks.zs @@ -507,13 +507,6 @@ darkmithrilliumblock.setToolClass("pickaxe"); darkmithrilliumblock.setToolLevel(3); darkmithrilliumblock.register(); -var miniaturestar = VanillaFactory.createBlock("miniature_star", ); -miniaturestar.setBlockHardness(0.7); -miniaturestar.setBlockResistance(2.5); -miniaturestar.setToolClass("pickaxe"); -miniaturestar.setLightValue(1); -miniaturestar.setToolLevel(3); -miniaturestar.register(); var dysonshell = VanillaFactory.createBlock("dyson_shell", ); dysonshell.setBlockHardness(0.7); @@ -578,13 +571,6 @@ irradiatorcasing.setToolClass("pickaxe"); irradiatorcasing.setToolLevel(3); irradiatorcasing.register(); -var miniaturepulsar = VanillaFactory.createBlock("miniature_pulsar", ); -miniaturepulsar.setBlockHardness(0.7); -miniaturepulsar.setBlockResistance(2.5); -miniaturepulsar.setToolClass("pickaxe"); -miniaturepulsar.setToolLevel(3); -miniaturepulsar.setLightValue(1); -miniaturepulsar.register(); var collectingstone = VanillaFactory.createBlock("collecting_stone", ); collectingstone.setBlockHardness(0.7); @@ -670,12 +656,6 @@ baphomethaltarbricks.setToolClass("pickaxe"); baphomethaltarbricks.setToolLevel(3); baphomethaltarbricks.register(); -var miniatureblackhole = VanillaFactory.createBlock("miniature_black_hole", ); -miniatureblackhole.setBlockHardness(0.7); -miniatureblackhole.setBlockResistance(2.5); -miniatureblackhole.setToolClass("pickaxe"); -miniatureblackhole.setToolLevel(3); -miniatureblackhole.register(); var horizonstabilizer = VanillaFactory.createBlock("horizon_stabilizer", ); horizonstabilizer.setBlockHardness(0.7); @@ -1953,4 +1933,196 @@ quantumcondenser.setBlockResistance(2.5); quantumcondenser.setToolClass("pickaxe"); quantumcondenser.setBeaconBase(true); quantumcondenser.setToolLevel(3); -quantumcondenser.register(); \ No newline at end of file +quantumcondenser.register(); + +var pulsarscreen = VanillaFactory.createBlock("pulsar_screen", ); +pulsarscreen.setBlockHardness(1.0); +pulsarscreen.setBlockResistance(2.5); +pulsarscreen.setToolClass("pickaxe"); +pulsarscreen.setBeaconBase(true); +pulsarscreen.setToolLevel(3); +pulsarscreen.register(); + +var infinitystone = VanillaFactory.createBlock("infinity_stone", ); +infinitystone.setBlockHardness(1.0); +infinitystone.setBlockResistance(2.5); +infinitystone.setToolClass("pickaxe"); +infinitystone.setBeaconBase(true); +infinitystone.setToolLevel(3); +infinitystone.register(); + +var hungeringmachinecase = VanillaFactory.createBlock("hungering_machine_case", ); +hungeringmachinecase.setBlockHardness(1.0); +hungeringmachinecase.setBlockResistance(2.5); +hungeringmachinecase.setToolClass("pickaxe"); +hungeringmachinecase.setBeaconBase(true); +hungeringmachinecase.setToolLevel(3); +hungeringmachinecase.register(); + +var allseeingsentientmeatball = VanillaFactory.createBlock("all_seeing_sentient_meatball", ); +allseeingsentientmeatball.setBlockHardness(1.0); +allseeingsentientmeatball.setBlockResistance(2.5); +allseeingsentientmeatball.setToolClass("pickaxe"); +allseeingsentientmeatball.setBeaconBase(true); +allseeingsentientmeatball.setToolLevel(3); +allseeingsentientmeatball.register(); + +var possessedskystone = VanillaFactory.createBlock("possessed_sky_stone", ); +possessedskystone.setBlockHardness(1.0); +possessedskystone.setBlockResistance(2.5); +possessedskystone.setToolClass("pickaxe"); +possessedskystone.setBeaconBase(true); +possessedskystone.setToolLevel(3); +possessedskystone.register(); + +var burlysentientmeatball = VanillaFactory.createBlock("burly_sentient_meatball", ); +burlysentientmeatball.setBlockHardness(1.0); +burlysentientmeatball.setBlockResistance(2.5); +burlysentientmeatball.setToolClass("pickaxe"); +burlysentientmeatball.setBeaconBase(true); +burlysentientmeatball.setToolLevel(3); +burlysentientmeatball.register(); + +var fractalstone = VanillaFactory.createBlock("fractal_stone", ); +fractalstone.setBlockHardness(1.0); +fractalstone.setBlockResistance(2.5); +fractalstone.setToolClass("pickaxe"); +fractalstone.setBeaconBase(true); +fractalstone.setToolLevel(3); +fractalstone.register(); + +var spreadingsentientmeatball = VanillaFactory.createBlock("spreading_sentient_meatball", ); +spreadingsentientmeatball.setBlockHardness(1.0); +spreadingsentientmeatball.setBlockResistance(2.5); +spreadingsentientmeatball.setToolClass("pickaxe"); +spreadingsentientmeatball.setBeaconBase(true); +spreadingsentientmeatball.setToolLevel(3); +spreadingsentientmeatball.register(); + +var parasiticsentientmeatball = VanillaFactory.createBlock("parasitic_sentient_meatball", ); +parasiticsentientmeatball.setBlockHardness(1.0); +parasiticsentientmeatball.setBlockResistance(2.5); +parasiticsentientmeatball.setToolClass("pickaxe"); +parasiticsentientmeatball.setBeaconBase(true); +parasiticsentientmeatball.setToolLevel(3); +parasiticsentientmeatball.register(); + +var allpowerfulsentientmeatball = VanillaFactory.createBlock("all_powerful_sentient_meatball", ); +allpowerfulsentientmeatball.setBlockHardness(1.0); +allpowerfulsentientmeatball.setBlockResistance(2.5); +allpowerfulsentientmeatball.setToolClass("pickaxe"); +allpowerfulsentientmeatball.setBeaconBase(true); +allpowerfulsentientmeatball.setToolLevel(3); +allpowerfulsentientmeatball.register(); + +var worldcorrsentientmeatball = VanillaFactory.createBlock("world_corrupting_sentient_meatball", ); +worldcorrsentientmeatball.setBlockHardness(1.0); +worldcorrsentientmeatball.setBlockResistance(2.5); +worldcorrsentientmeatball.setToolClass("pickaxe"); +worldcorrsentientmeatball.setBeaconBase(true); +worldcorrsentientmeatball.setToolLevel(3); +worldcorrsentientmeatball.register(); + +var allknowingsentientmeatball = VanillaFactory.createBlock("prophetic_sentient_meatball", ); +allknowingsentientmeatball.setBlockHardness(1.0); +allknowingsentientmeatball.setBlockResistance(2.5); +allknowingsentientmeatball.setToolClass("pickaxe"); +allknowingsentientmeatball.setBeaconBase(true); +allknowingsentientmeatball.setToolLevel(3); +allknowingsentientmeatball.register(); + +var propheticmeatballflesh = VanillaFactory.createBlock("prophetic_meatball_flesh", ); +propheticmeatballflesh.setBlockHardness(1.0); +propheticmeatballflesh.setBlockResistance(2.5); +propheticmeatballflesh.setToolClass("pickaxe"); +propheticmeatballflesh.setBeaconBase(true); +propheticmeatballflesh.setToolLevel(3); +propheticmeatballflesh.register(); + +var chaoticsentientmeatball = VanillaFactory.createBlock("chaotic_sentient_meatball", ); +chaoticsentientmeatball.setBlockHardness(1.0); +chaoticsentientmeatball.setBlockResistance(2.5); +chaoticsentientmeatball.setToolClass("pickaxe"); +chaoticsentientmeatball.setBeaconBase(true); +chaoticsentientmeatball.setToolLevel(3); +chaoticsentientmeatball.register(); + +var actualizingore = VanillaFactory.createBlock("actualizing_stone", ); +actualizingore.setBlockHardness(1.0); +actualizingore.setBlockResistance(2.5); +actualizingore.setToolClass("pickaxe"); +actualizingore.setBeaconBase(true); +actualizingore.setToolLevel(3); +actualizingore.register(); + +var naquadahore = VanillaFactory.createBlock("naquadah_ore", ); +naquadahore.setBlockHardness(1.0); +naquadahore.setBlockResistance(2.5); +naquadahore.setToolClass("pickaxe"); +naquadahore.setBeaconBase(true); +naquadahore.setToolLevel(3); +naquadahore.register(); + +var firedragonsteel = VanillaFactory.createBlock("fire_dragonsteel_ore", ); +firedragonsteel.setBlockHardness(1.0); +firedragonsteel.setBlockResistance(2.5); +firedragonsteel.setToolClass("pickaxe"); +firedragonsteel.setBeaconBase(true); +firedragonsteel.setToolLevel(3); +firedragonsteel.register(); + +var icedragonsteel = VanillaFactory.createBlock("ice_dragonsteel_ore", ); +icedragonsteel.setBlockHardness(1.0); +icedragonsteel.setBlockResistance(2.5); +icedragonsteel.setToolClass("pickaxe"); +icedragonsteel.setBeaconBase(true); +icedragonsteel.setToolLevel(3); +icedragonsteel.register(); + +var lightningdragonsteel = VanillaFactory.createBlock("lightning_dragonsteel_ore", ); +lightningdragonsteel.setBlockHardness(1.0); +lightningdragonsteel.setBlockResistance(2.5); +lightningdragonsteel.setToolClass("pickaxe"); +lightningdragonsteel.setBeaconBase(true); +lightningdragonsteel.setToolLevel(3); +lightningdragonsteel.register(); + +var densedimensionalshardore = VanillaFactory.createBlock("dense_dimensional_shard_ore", ); +densedimensionalshardore.setBlockHardness(1.0); +densedimensionalshardore.setBlockResistance(2.5); +densedimensionalshardore.setToolClass("pickaxe"); +densedimensionalshardore.setBeaconBase(true); +densedimensionalshardore.setToolLevel(3); +densedimensionalshardore.register(); + +var meteoricdraconicstone = VanillaFactory.createBlock("meteoric_draconic_stone", ); +meteoricdraconicstone.setBlockHardness(1.0); +meteoricdraconicstone.setBlockResistance(2.5); +meteoricdraconicstone.setToolClass("pickaxe"); +meteoricdraconicstone.setBeaconBase(true); +meteoricdraconicstone.setToolLevel(3); +meteoricdraconicstone.register(); + +var freedskystone = VanillaFactory.createBlock("freed_sky_stone", ); +freedskystone.setBlockHardness(1.0); +freedskystone.setBlockResistance(2.5); +freedskystone.setToolClass("pickaxe"); +freedskystone.setBeaconBase(true); +freedskystone.setToolLevel(3); +freedskystone.register(); + +var eldritchimpetuscatalyzer = VanillaFactory.createBlock("eldritch_impetus_catalyzer", ); +eldritchimpetuscatalyzer.setBlockHardness(1.0); +eldritchimpetuscatalyzer.setBlockResistance(2.5); +eldritchimpetuscatalyzer.setToolClass("pickaxe"); +eldritchimpetuscatalyzer.setBeaconBase(true); +eldritchimpetuscatalyzer.setToolLevel(3); +eldritchimpetuscatalyzer.register(); + +var terrestrialcauldron = VanillaFactory.createBlock("terrestrial_cauldron", ); +terrestrialcauldron.setBlockHardness(1.0); +terrestrialcauldron.setBlockResistance(2.5); +terrestrialcauldron.setToolClass("pickaxe"); +terrestrialcauldron.setBeaconBase(true); +terrestrialcauldron.setToolLevel(3); +terrestrialcauldron.register(); \ No newline at end of file diff --git a/scripts/CustomDamagerFleshWorld.zs b/scripts/CustomDamagerFleshWorld.zs new file mode 100644 index 00000000..3567686d --- /dev/null +++ b/scripts/CustomDamagerFleshWorld.zs @@ -0,0 +1,62 @@ +#modloaded thaumcraft + +import crafttweaker.damage.IDamageSource; +import crafttweaker.entity.IEntityLivingBase; +import crafttweaker.event.PlayerInteractEntityEvent; + + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.ItemFood; +import mods.contenttweaker.IItemFoodEaten; +import mods.contenttweaker.MutableItemStack; +import mods.contenttweaker.Hand; +import mods.contenttweaker.World; +import mods.contenttweaker.IItemUpdate; +import mods.contenttweaker.Player; +import crafttweaker.player.IPlayer; +import crafttweaker.block.IBlock; +import crafttweaker.data.IData; + +events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) { + if (event.world.isRemote()) { + return; + } + val heldItem = event.item; + // [edit item name in the bracket handler] + if (!isNull(heldItem) && heldItem.definition.id.matches(.definition.id)) { + if (!event.target instanceof IEntityLivingBase) { + return; + } + val target as IEntityLivingBase = event.target; + if (target.definition.id != "thaumcraft:wisp" || !target.isAlive()) { + return; + } + // [edit damage here] + val DAMAGE = 2.0f; + // [can remove this var if reusuable] + val oldHealth = target.health; + // Handle kill as if by player + if (target.health <= DAMAGE) { + target.onDeath(IDamageSource.createPlayerDamage(event.player)); + // give custom drop + Commands.call("summon Item ~ ~ ~ {Item:{id:\"contenttweaker:world_corrupting_sentient_meatball\",Count:1b}}", event.player, event.world, true, true); + // Allows for proper death + target.health = 0; + + } else { + target.attackEntityFrom(, DAMAGE); + } + // [remove this clause if reusuable] + if (target.health < oldHealth) { + // [add anything here to handle on each successful use] + heldItem.mutable().shrink(1); + } + } +}); + + + + diff --git a/scripts/CustomDamagerMeatballMan.zs b/scripts/CustomDamagerMeatballMan.zs new file mode 100644 index 00000000..b55f7fd8 --- /dev/null +++ b/scripts/CustomDamagerMeatballMan.zs @@ -0,0 +1,61 @@ +#modloaded thaumcraft + +import crafttweaker.damage.IDamageSource; +import crafttweaker.entity.IEntityLivingBase; +import crafttweaker.event.PlayerInteractEntityEvent; + + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.ItemFood; +import mods.contenttweaker.IItemFoodEaten; +import mods.contenttweaker.MutableItemStack; +import mods.contenttweaker.Hand; +import mods.contenttweaker.World; +import mods.contenttweaker.IItemUpdate; +import mods.contenttweaker.Player; +import crafttweaker.player.IPlayer; +import crafttweaker.block.IBlock; +import crafttweaker.data.IData; + +events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) { + if (event.world.isRemote()) { + return; + } + val heldItem = event.item; + // [edit item name in the bracket handler] + if (!isNull(heldItem) && heldItem.definition.id.matches(.definition.id)) { + if (!event.target instanceof IEntityLivingBase) { + return; + } + val target as IEntityLivingBase = event.target; + if (target.definition.id != "thaumcraft:cultistknight" || !target.isAlive()) { + return; + } + // [edit damage here] + val DAMAGE = 10.0f; + // [can remove this var if reusuable] + val oldHealth = target.health; + // Handle kill as if by player + if (target.health <= DAMAGE) { + target.onDeath(IDamageSource.createPlayerDamage(event.player)); + // give custom drop + // Allows for proper death + target.health = 0; + + } else { + target.attackEntityFrom(, DAMAGE); + } + // [remove this clause if reusuable] + if (target.health < oldHealth) { + // [add anything here to handle on each successful use] + heldItem.mutable().shrink(1); + } + } +}); + + + + diff --git a/scripts/CustomFluids.zs b/scripts/CustomFluids.zs index 9e2a755e..58747c72 100644 --- a/scripts/CustomFluids.zs +++ b/scripts/CustomFluids.zs @@ -799,4 +799,11 @@ var hungeringfleshcatalyst = VanillaFactory.createFluid("hungering_flesh_catalys hungeringfleshcatalyst.register(); var infinitelyunholyradiactivemix = VanillaFactory.createFluid("infinitely_unholy_radioactive_mix", Color.fromHex("5cbf94")); -infinitelyunholyradiactivemix.register(); \ No newline at end of file +infinitelyunholyradiactivemix.register(); + +var fleshworldichor = VanillaFactory.createFluid("flesh_world_ichor", Color.fromHex("9bbabf")); +fleshworldichor.register(); + +var fractallitehalite = VanillaFactory.createFluid("fractallite_halite", Color.fromHex("17c414")); +fractallitehalite.register(); + diff --git a/scripts/CustomItems.zs b/scripts/CustomItems.zs index e0f10e4b..5a977402 100644 --- a/scripts/CustomItems.zs +++ b/scripts/CustomItems.zs @@ -102,7 +102,7 @@ precasiaartifact.beaconPayment = false; precasiaartifact.register(); var edencore = VanillaFactory.createItem("eden_core"); -edencore.maxStackSize = 16; +edencore.maxStackSize = 64; edencore.register(); var abyssartifact = VanillaFactory.createItem("abyssal_artifact"); @@ -4061,10 +4061,6 @@ spinelring.maxStackSize = 64; spinelring.beaconPayment = false; spinelring.register(); -var singulargravityhoney = VanillaFactory.createItem("singular_gravity_honey"); -singulargravityhoney.maxStackSize = 64; -singulargravityhoney.beaconPayment = false; -singulargravityhoney.register(); var timecrystal = VanillaFactory.createItem("time_crystal"); timecrystal.maxStackSize = 64; @@ -5052,10 +5048,6 @@ zoicore.maxStackSize = 64; zoicore.beaconPayment = false; zoicore.register(); -var blackholehoney = VanillaFactory.createItem("black_hole_honey"); -blackholehoney.maxStackSize = 64; -blackholehoney.beaconPayment = false; -blackholehoney.register(); var rosidianingot = VanillaFactory.createItem("rosidian_ingot"); rosidianingot.maxStackSize = 64; @@ -5539,3 +5531,5 @@ stargatehieroglyphs.beaconPayment = false; stargatehieroglyphs.register(); + + diff --git a/scripts/CustomItems2.zs b/scripts/CustomItems2.zs index b5435c18..826f34e4 100644 --- a/scripts/CustomItems2.zs +++ b/scripts/CustomItems2.zs @@ -1729,3 +1729,192 @@ battletower.maxStackSize = 64; battletower.beaconPayment = false; battletower.register(); +var demonwillsliver = VanillaFactory.createItem("demon_will_sliver"); +demonwillsliver.maxStackSize = 64; +demonwillsliver.beaconPayment = false; +demonwillsliver.register(); + +var corrosivewillsliver = VanillaFactory.createItem("corrosive_will_sliver"); +corrosivewillsliver.maxStackSize = 64; +corrosivewillsliver.beaconPayment = false; +corrosivewillsliver.register(); + +var destructivewillsliver = VanillaFactory.createItem("destructive_will_sliver"); +destructivewillsliver.maxStackSize = 64; +destructivewillsliver.beaconPayment = false; +destructivewillsliver.register(); + +var vengefulwillsliver = VanillaFactory.createItem("vengeful_will_sliver"); +vengefulwillsliver.maxStackSize = 64; +vengefulwillsliver.beaconPayment = false; +vengefulwillsliver.register(); + +var steadfastwillsliver = VanillaFactory.createItem("steadfast_will_sliver"); +steadfastwillsliver.maxStackSize = 64; +steadfastwillsliver.beaconPayment = false; +steadfastwillsliver.register(); + +var infiniteresonator = VanillaFactory.createItem("infinite_resonator"); +infiniteresonator.maxStackSize = 64; +infiniteresonator.beaconPayment = false; +infiniteresonator.register(); + +var heartofthehalitewarrior = VanillaFactory.createItem("heart_of_the_halite_warrior"); +heartofthehalitewarrior.maxStackSize = 64; +heartofthehalitewarrior.beaconPayment = false; +heartofthehalitewarrior.register(); + +var stoneofuniversalbalance = VanillaFactory.createItem("stone_of_universal_balance"); +stoneofuniversalbalance.maxStackSize = 64; +stoneofuniversalbalance.beaconPayment = false; +stoneofuniversalbalance.register(); + +var markofsacrifice = VanillaFactory.createItem("mark_of_sacrifice"); +markofsacrifice.maxStackSize = 64; +markofsacrifice.beaconPayment = false; +markofsacrifice.register(); + +var meatballsectawing = VanillaFactory.createItem("meatballsecta_wing"); +meatballsectawing.maxStackSize = 64; +meatballsectawing.beaconPayment = false; +meatballsectawing.register(); + +var multiblocksticc = VanillaFactory.createItem("multiblock_sticc"); +multiblocksticc.maxStackSize = 64; +multiblocksticc.beaconPayment = false; +multiblocksticc.register(); + +var shieldfleshworld = VanillaFactory.createItem("shield_of_the_flesh_world"); +shieldfleshworld.maxStackSize = 64; +shieldfleshworld.beaconPayment = false; +shieldfleshworld.register(); + +var fleshworldstaff = VanillaFactory.createItem("flesh_world_staff"); +fleshworldstaff.maxStackSize = 64; +fleshworldstaff.beaconPayment = false; +fleshworldstaff.register(); + +var hungeringworldsoul = VanillaFactory.createItem("hungering_world_soul"); +hungeringworldsoul.maxStackSize = 64; +hungeringworldsoul.beaconPayment = false; +hungeringworldsoul.register(); + +var shieldofthemeatballman = VanillaFactory.createItem("shield_of_the_meatball_man"); +shieldofthemeatballman.maxStackSize = 64; +shieldofthemeatballman.beaconPayment = false; +shieldofthemeatballman.register(); + +var coreoftruechaos = VanillaFactory.createItem("true_chaos"); +coreoftruechaos.maxStackSize = 64; +coreoftruechaos.beaconPayment = false; +coreoftruechaos.register(); + +var customdimlets = VanillaFactory.createItem("custom_dimlets"); +customdimlets.maxStackSize = 64; +customdimlets.beaconPayment = false; +customdimlets.register(); + +var customdimensions = VanillaFactory.createItem("custom_dimensions"); +customdimensions.maxStackSize = 64; +customdimensions.beaconPayment = false; +customdimensions.register(); + +var constructofwill = VanillaFactory.createItem("construct_of_will"); +constructofwill.maxStackSize = 64; +constructofwill.beaconPayment = false; +constructofwill.register(); + +var draconicfabrial = VanillaFactory.createItem("draconic_fabrial"); +draconicfabrial.maxStackSize = 64; +draconicfabrial.beaconPayment = false; +draconicfabrial.register(); + +var celestialnotes = VanillaFactory.createItem("celestial_notes"); +celestialnotes.maxStackSize = 64; +celestialnotes.beaconPayment = false; +celestialnotes.register(); + +var etbufuel = VanillaFactory.createItem("etbu_fuel"); +etbufuel.maxStackSize = 64; +etbufuel.beaconPayment = false; +etbufuel.register(); + +var emox241fuel = VanillaFactory.createItem("emox_241_fuel"); +emox241fuel.maxStackSize = 64; +emox241fuel.beaconPayment = false; +emox241fuel.register(); + +var emox239fuel = VanillaFactory.createItem("emox_239_fuel"); +emox239fuel.maxStackSize = 64; +emox239fuel.beaconPayment = false; +emox239fuel.register(); + +var deepdarkmatter = VanillaFactory.createItem("deep_dark_matter"); +deepdarkmatter.maxStackSize = 64; +deepdarkmatter.beaconPayment = false; +deepdarkmatter.register(); + +var sunspiritcheese = VanillaFactory.createItem("sun_spirit_cheese"); +sunspiritcheese.maxStackSize = 64; +sunspiritcheese.beaconPayment = false; +sunspiritcheese.register(); + +var gaia3tips = VanillaFactory.createItem("gaia_3_tips"); +gaia3tips.maxStackSize = 64; +gaia3tips.beaconPayment = false; +gaia3tips.register(); + +var gaia4tips = VanillaFactory.createItem("gaia_4_tips"); +gaia4tips.maxStackSize = 64; +gaia4tips.beaconPayment = false; +gaia4tips.register(); + +var energytipsandtricks = VanillaFactory.createItem("energy_management_tipsandtricks"); +energytipsandtricks.maxStackSize = 64; +energytipsandtricks.beaconPayment = false; +energytipsandtricks.register(); + +var passivecraftingsubnets = VanillaFactory.createItem("passive_crafting_subnets"); +passivecraftingsubnets.maxStackSize = 64; +passivecraftingsubnets.beaconPayment = false; +passivecraftingsubnets.register(); + +var tokenconfigurator = VanillaFactory.createItem("token_configurator"); +tokenconfigurator.maxStackSize = 64; +tokenconfigurator.beaconPayment = false; +tokenconfigurator.register(); + +var helpfultippyhat = VanillaFactory.createItem("helpful_tippy_hat"); +helpfultippyhat.maxStackSize = 64; +helpfultippyhat.beaconPayment = false; +helpfultippyhat.register(); + +var lostsoulofentropy = VanillaFactory.createItem("lost_soul_of_entropy"); +lostsoulofentropy.maxStackSize = 64; +lostsoulofentropy.beaconPayment = false; +lostsoulofentropy.register(); + +var thaumatoriumautomation = VanillaFactory.createItem("thaumatorium_automation"); +thaumatoriumautomation.maxStackSize = 64; +thaumatoriumautomation.beaconPayment = false; +thaumatoriumautomation.register(); + +var runicaltarautomation = VanillaFactory.createItem("runic_altar_automation"); +runicaltarautomation.maxStackSize = 64; +runicaltarautomation.beaconPayment = false; +runicaltarautomation.register(); + +var plasmafarm = VanillaFactory.createItem("plasma_farm"); +plasmafarm.maxStackSize = 64; +plasmafarm.beaconPayment = false; +plasmafarm.register(); + +var diaryrealmshifter = VanillaFactory.createItem("diary_of_a_realmshifter"); +diaryrealmshifter.maxStackSize = 64; +diaryrealmshifter.beaconPayment = false; +diaryrealmshifter.register(); + + + + + diff --git a/scripts/CustomItemsAvaritia.zs b/scripts/CustomItemsAvaritia.zs new file mode 100644 index 00000000..9ca8632f --- /dev/null +++ b/scripts/CustomItemsAvaritia.zs @@ -0,0 +1,58 @@ +#loader avaritiaitem reloadable + +import mods.avaritiaitem.AvaritiaItemBuilder; +import mods.avaritiaitem.ItemPrimer; + +AvaritiaItemBuilder.registerItem("spatial_processor", 64, "spatial_processor") + // The following effects can be freely combined; you decide which effects are needed and which are not + .shouldDrawHalo(true) // Whether to display the halo + .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16) + .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal + // .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder. + .shouldDrawCosmic(true) // Whether to render the cosmic background + .mask("spatial_processor_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed. + .maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f + // .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst) + // .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name +.create(); + + +AvaritiaItemBuilder.registerItem("fractallite_halite_catalyst", 64, "fractallite_halite_catalyst") + // The following effects can be freely combined; you decide which effects are needed and which are not + // .shouldDrawHalo(true) // Whether to display the halo + // .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16) + // .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal + // .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder. + // .shouldDrawCosmic(true) // Whether to render the cosmic background + // .mask("spatial_processor_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed. + // .maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f + .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst) + // .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name +.create(); + +AvaritiaItemBuilder.registerItem("meatball_man_destruction_fabrial", 1, "meatball_man_destruction_fabrial") + // The following effects can be freely combined; you decide which effects are needed and which are not + // .shouldDrawHalo(true) // Whether to display the halo + // .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16) + // .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal + // .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder. + .shouldDrawCosmic(true) // Whether to render the cosmic background + .mask("meatball_man_destruction_fabrial_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed. + .maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f + // .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst) + // .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name +.create(); + +AvaritiaItemBuilder.registerItem("self_actualizing_stone", 1, "self_actualizing_stone") + // The following effects can be freely combined; you decide which effects are needed and which are not + // .shouldDrawHalo(true) // Whether to display the halo + // .haloSize(8) // Required if shouldDrawHalo. Halo size (1-16) + // .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal + // .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder. + .shouldDrawCosmic(true) // Whether to render the cosmic background + .mask("meatball_man_destruction_fabrial_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed. + .maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f + // .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst) + // .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name +.create(); + diff --git a/scripts/CustomLoot.zs b/scripts/CustomLoot.zs index e596d1eb..548a673a 100644 --- a/scripts/CustomLoot.zs +++ b/scripts/CustomLoot.zs @@ -96,7 +96,7 @@ dimdoorsdungeonroll.addItemEntry(, 5); dimdoorsdungeonroll.addItemEntry(, 2); dimdoorsdungeonroll.addItemEntry(, 3); dimdoorsdungeonroll.addItemEntry(, 1); -dimdoorsdungeonroll.addItemEntry(, 1); +// dimdoorsdungeonroll.addItemEntry(, 1); dimdoorsdungeonroll.addItemEntry(, 1); // dimdoorsdungeonroll.addItemEntry(, 1); dimdoorsdungeonroll.addItemEntry(, 1); @@ -532,19 +532,6 @@ val daysee = LootTweaker.getTable("aoa3:entities/mobs/gardencia/daysee"); val dayseerosid = daysee.addPool("dayseerosid", 1, 1, 0, 0); dayseerosid.addItemEntry(, 15); -val champions = LootTweaker.getTable("champions:champion_loot"); -val championpoolgeneral = champions.addPool("championpoolgeneral", 1, 1, 0, 0); -championpoolgeneral.addItemEntry(, 25); -championpoolgeneral.addItemEntry(, 25); -championpoolgeneral.addItemEntry(, 20); -championpoolgeneral.addItemEntry(.withTag({EntityTag: {id: "minecraft:slime"}}), 15); -championpoolgeneral.addItemEntry(, 5); -championpoolgeneral.addItemEntry(, 10); -championpoolgeneral.addItemEntry(, 15); -championpoolgeneral.addItemEntry(, 15); -// championpoolgeneral.addItemEntry(, 5); -val championpoolguaranteed = champions.addPool("championpoolguaranteed", 1, 1, 0, 0); -championpoolguaranteed.addItemEntry(, 10); val druden = LootTweaker.getTable("bewitchment:entities/druden"); val drudencustom = druden.addPool("drudencustom", 1, 1, 0, 0); @@ -602,3 +589,8 @@ pinkslimeextraroll.addItemEntry(, 3); val endertriplet = LootTweaker.getTable("divinerpg:entities/end/ender_triplets"); val endertripletshard = endertriplet.addPool("endertripletshard", 1, 1, 0, 0); endertripletshard.addItemEntry(, 5); + +val lostcitiesloot = LootTweaker.getTable("lostcities:chests/lostcitychest"); +val lostcitieslootmeatball = lostcitiesloot.addPool("lostcitieslootmeatball", 2, 3, 0, 0); +lostcitieslootmeatball.addItemEntry(, 5); + diff --git a/scripts/CustomMaterials.zs b/scripts/CustomMaterials.zs index 9fe02f94..45f30f69 100644 --- a/scripts/CustomMaterials.zs +++ b/scripts/CustomMaterials.zs @@ -813,3 +813,42 @@ armorascendeddraconicalloy.addDataValue("durability", "100000"); armorascendeddraconicalloy.addDataValue("enchantability", "99"); armorascendeddraconicalloy.addDataValue("reduction", "18,22,26,20"); armorascendeddraconicalloy.addDataValue("toughness", "25"); + + +var colormeatballlegionnaire = Color.fromHex("5559a1") as Color; +var meatballlegionnaire = MaterialSystem.getMaterialBuilder().setName("Meatball Legionnaire").setColor(colormeatballlegionnaire).build(); +meatballlegionnaire.registerParts(["nugget"] as string[]); +var armormeatballlegionnaire = meatballlegionnaire.registerPart("armor").getData(); +armormeatballlegionnaire.addDataValue("durability", "20000000"); +armormeatballlegionnaire.addDataValue("enchantability", "99"); +armormeatballlegionnaire.addDataValue("reduction", "100,100,100,100"); +armormeatballlegionnaire.addDataValue("toughness", "100"); + + +var colormeatballcenturion = Color.fromHex("853232") as Color; +var meatballcenturion = MaterialSystem.getMaterialBuilder().setName("Meatball Centurion").setColor(colormeatballcenturion).build(); +meatballcenturion.registerParts(["nugget"] as string[]); +var armormeatballcenturion = meatballcenturion.registerPart("armor").getData(); +armormeatballcenturion.addDataValue("durability", "20000000"); +armormeatballcenturion.addDataValue("enchantability", "99"); +armormeatballcenturion.addDataValue("reduction", "100,100,100,100"); +armormeatballcenturion.addDataValue("toughness", "100"); + + +var colormeatballpraetorian = Color.fromHex("4d8c67") as Color; +var meatballpraetorian = MaterialSystem.getMaterialBuilder().setName("Meatball Praetorian").setColor(colormeatballpraetorian).build(); +meatballpraetorian.registerParts(["nugget"] as string[]); +var armormeatballpraetorian = meatballpraetorian.registerPart("armor").getData(); +armormeatballpraetorian.addDataValue("durability", "20000000"); +armormeatballpraetorian.addDataValue("enchantability", "99"); +armormeatballpraetorian.addDataValue("reduction", "200,200,200,200"); +armormeatballpraetorian.addDataValue("toughness", "200"); + +// var colormeatballman = Color.fromHex("242e2e") as Color; +// var meatballman = MaterialSystem.getMaterialBuilder().setName("Meatball Man").setColor(colormeatballman).build(); +// meatballman.registerParts(["nugget"] as string[]); +// var armormeatballman = meatballman.registerPart("armor").getData(); +// armormeatballman.addDataValue("durability", "20000000"); +// armormeatballman.addDataValue("enchantability", "99"); +// armormeatballman.addDataValue("reduction", "200,200,200,200"); +// armormeatballman.addDataValue("toughness", "200"); diff --git a/scripts/CustomMaterialsDrawer.zs b/scripts/CustomMaterialsDrawer.zs index 9418faa0..d132ad34 100644 --- a/scripts/CustomMaterialsDrawer.zs +++ b/scripts/CustomMaterialsDrawer.zs @@ -61,3 +61,5 @@ mods.storagedrawers.Compaction.add(, , , 9); mods.storagedrawers.Compaction.add(, , 9); + +mods.storagedrawers.Compaction.add(, , 9); diff --git a/scripts/CustomMiniatureStars.zs b/scripts/CustomMiniatureStars.zs new file mode 100644 index 00000000..0b05dbce --- /dev/null +++ b/scripts/CustomMiniatureStars.zs @@ -0,0 +1,31 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.IBlockAction; + +var miniaturestar = VanillaFactory.createBlock("miniature_star", ); +miniaturestar.setBlockHardness(0.7); +miniaturestar.setBlockResistance(2.5); +miniaturestar.setToolClass("pickaxe"); +miniaturestar.setLightValue(1); +miniaturestar.setToolLevel(3); +miniaturestar.register(); + + +var miniaturepulsar = VanillaFactory.createBlock("miniature_pulsar", ); +miniaturepulsar.setBlockHardness(0.7); +miniaturepulsar.setBlockResistance(2.5); +miniaturepulsar.setToolClass("pickaxe"); +miniaturepulsar.setToolLevel(3); +miniaturepulsar.setLightValue(1); +miniaturepulsar.register(); + + +var miniatureblackhole = VanillaFactory.createBlock("miniature_black_hole", ); +miniatureblackhole.setBlockHardness(0.7); +miniatureblackhole.setBlockResistance(2.5); +miniatureblackhole.setToolClass("pickaxe"); +miniatureblackhole.setToolLevel(3); +miniatureblackhole.register(); + diff --git a/scripts/CustomPlanetsArtifacts.zs b/scripts/CustomPlanetsArtifacts.zs index af8b943f..ce682632 100644 --- a/scripts/CustomPlanetsArtifacts.zs +++ b/scripts/CustomPlanetsArtifacts.zs @@ -1,27 +1,50 @@ import mods.thaumcraft.Infusion; + +mods.thaumcraft.Infusion.registerRecipe("sednameteorinfusion", "", +, 5, +[*200, *100, *100], +, +[, , +, , +, , +, ]); + + mods.thaumcraft.Infusion.registerRecipe("sednaartifactinfusion", "", , 5, [*100, *100, *100], , -[, , -, , -, , -, ]); +[, , +, , +, , +, ]); mods.thaumcraft.Infusion.registerRecipe("rheniaartifactinfusion", "", , 5, [*100, *100, *100], , -[, , -, , -, ]); +[, , +, , +, , +, , +, , +, ]); mods.thaumcraft.Infusion.registerRecipe("pixoniaartifactinf", "", , 5, [*100, *100, *100], , -[, , , , , , , ]); +[, +, +, +, +, +, +, +, +, +]); mods.thaumcraft.Infusion.registerRecipe("alkemiaartifactinf", "", , 9, diff --git a/scripts/CyclicBalance.zs b/scripts/CyclicBalance.zs index b5fe4c2a..3da18390 100644 --- a/scripts/CyclicBalance.zs +++ b/scripts/CyclicBalance.zs @@ -48,3 +48,19 @@ recipes.remove(); recipes.remove(); +recipes.remove(); + +mods.nuclearcraft.melter.addRecipe([, *1000]); +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *100]); + +mods.nuclearcraft.melter.addRecipe([, *100]); +mods.nuclearcraft.melter.addRecipe([, *1000]); + +mods.nuclearcraft.melter.addRecipe([, *2000]); + diff --git a/scripts/DraconicBoom.zs b/scripts/DraconicBoom.zs index f6588ebf..5c41ec03 100644 --- a/scripts/DraconicBoom.zs +++ b/scripts/DraconicBoom.zs @@ -17,4 +17,5 @@ default.setColour2 = 0xffffff; //transmutation is added with addTransmutation(BlockStateMatcher input, int power, blockstate output) default.addTransmutation(, 10, ); -default.addTransmutation(.matchBlock(), 1, ); \ No newline at end of file +default.addTransmutation(.matchBlock(), 1, ); + diff --git a/scripts/DraconicGating.zs b/scripts/DraconicGating.zs index 11baaf41..d175bd45 100644 --- a/scripts/DraconicGating.zs +++ b/scripts/DraconicGating.zs @@ -92,42 +92,43 @@ recipes.addShaped(, recipes.removeShaped(); -mods.extendedcrafting.TableCrafting.addShaped(, -[[, , , -, , , -, , ], -[, , , +mods.extendedcrafting.TableCrafting.addShaped(.withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}), +[[, , , +, , , +, , ], + +[, , , , , , -, , ], +, , ], -[, , , +[, , , , , , -, , ], +, , ], -[, , , +[, , , , , , -, , ], +, , ], [, , , , , , , , ], -[, , , +[, , , , , , -, , ], +, , ], -[, , , +[, , , , , , -, , ], +, , ], -[, , , +[, , , , , , -, , ], +, , ], -[, , , -, , , -, , ]]); +[, , , +, , , +, , ]]); recipes.removeShaped(); diff --git a/scripts/DungeonBossDrops.zs b/scripts/DungeonBossDrops.zs index 2ae89294..92f346a7 100644 --- a/scripts/DungeonBossDrops.zs +++ b/scripts/DungeonBossDrops.zs @@ -81,6 +81,18 @@ recipes.addShapeless(, recipes.addShapeless(, [, ]); +mods.abyssalcraft.InfusionRitual.addRitual("ritiualsleeperwiki", +1, 50, +1000, +true, +, +, +[,,,, +,,.withTag({FluidName: "liquidcoralium", Amount: 1000}),]); +game.setLocalization("ac.ritual.ritiualsleeperwiki", "Ritual of the Sleeper"); +game.setLocalization("ac.ritual.ritiualsleeperwiki.desc", "To see how it's done"); + + recipes.addShapeless(, [, , ]); @@ -142,8 +154,8 @@ recipes.addShapeless(, recipes.addShapeless(, [, ]); -recipes.addShapeless(, -[, ]); +recipes.addShapeless(, +[, ]); recipes.addShapeless(, [, ]); @@ -596,11 +608,11 @@ recipes.addShapeless(, recipes.addShapeless(, [, , , ]); recipes.addShapeless(, -[, , , ]); -recipes.addShapeless(, [, , , ]); -recipes.addShapeless(, +recipes.addShapeless(, [, , , ]); +recipes.addShapeless(, +[, , , ]); recipes.addShapeless(, [, ]); @@ -685,6 +697,9 @@ recipes.addShapeless(, recipes.addShapeless(, [, ]); +recipes.addShapeless(, +[, ]); + recipes.addShapeless(, [, ]); @@ -826,6 +841,12 @@ recipes.addShapeless(, recipes.addShapeless(, [, , , , ]); +recipes.addShapeless(, +[, , , , ]); + +recipes.addShapeless(, +[, , , , ]); + recipes.addShapeless(, [, , , , ]); @@ -838,6 +859,9 @@ recipes.addShapeless(, recipes.addShapeless(, [, ]); +recipes.addShapeless(, +[, ]); + recipes.addShapeless(, [, ]); @@ -997,6 +1021,9 @@ recipes.addShapeless(, recipes.addShapeless(, [, ]); +recipes.addShapeless(, +[, ]); + recipes.addShapeless(, [, ]); recipes.addShapeless(, @@ -1026,9 +1053,105 @@ recipes.addShapeless(, [, ]); recipes.addShapeless(, [, ]); +recipes.addShapeless(, +[, ]); recipes.addShapeless(, [, ]); recipes.addShapeless(, [, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + + + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + + + + + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + +recipes.addShapeless(, +[, ]); + + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); diff --git a/scripts/EnchDesc.zs b/scripts/EnchDesc.zs index 0af63fe9..80d2d307 100644 --- a/scripts/EnchDesc.zs +++ b/scripts/EnchDesc.zs @@ -233,3 +233,6 @@ var enchdesc_blessing = VanillaFactory.createItem("enchdesc_blessing"); enchdesc_blessing.register(); var enchdesc_curse_bones = VanillaFactory.createItem("enchdesc_curse_bones"); enchdesc_curse_bones.register(); + +var enchdesc_flaming_touch = VanillaFactory.createItem("enchdesc_flaming_touch"); +enchdesc_flaming_touch.register(); diff --git a/scripts/EnchDescTooltips.zs b/scripts/EnchDescTooltips.zs index 8e74c0fa..61c12e55 100644 --- a/scripts/EnchDescTooltips.zs +++ b/scripts/EnchDescTooltips.zs @@ -120,4 +120,6 @@ import crafttweaker.text.ITextComponent; .addTooltip(format.red(ITextComponent.fromTranslation("woot:headhunter.desc").unformattedText)); .addTooltip(format.red(ITextComponent.fromTranslation("aerialaffinity:aerial_affinity.desc").unformattedText)); .addTooltip(format.red(ITextComponent.fromTranslation("tombstone:blessing.desc").unformattedText)); -.addTooltip(format.red(ITextComponent.fromTranslation("tombstone:curse_of_bones.desc").unformattedText)); \ No newline at end of file +.addTooltip(format.red(ITextComponent.fromTranslation("tombstone:curse_of_bones.desc").unformattedText)); + +.addTooltip(format.red(ITextComponent.fromTranslation("cyclicmagic:flaming_touch.desc").unformattedText)); \ No newline at end of file diff --git a/scripts/EnchantmentLibraryGating.zs b/scripts/EnchantmentLibraryGating.zs new file mode 100644 index 00000000..2b661987 --- /dev/null +++ b/scripts/EnchantmentLibraryGating.zs @@ -0,0 +1,8 @@ + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/FixAssassinBeeCrash.zs b/scripts/FixAssassinBeeCrash.zs new file mode 100644 index 00000000..f3016baf --- /dev/null +++ b/scripts/FixAssassinBeeCrash.zs @@ -0,0 +1,25 @@ +#loader mixin + +import native.net.minecraft.util.math.BlockPos; +import native.net.minecraft.world.World; +import native.net.minecraft.block.state.IBlockState; +import native.forestry.api.apiculture.IBeeGenome; +import native.forestry.api.apiculture.IBeeHousing; +import mixin.CallbackInfoReturnable; + +#mixin Mixin +#{targets: "com.rwtema.careerbees.effects.EffectAssassin"} +zenClass MixinAssassinBee { + #mixin Inject + #{ + # method: "performPosEffect", + # at: {value: "HEAD"}, + # cancellable: true + #} + function fixAssBeeCrash(world as World, blockPos as BlockPos, state as IBlockState, genome as IBeeGenome, housing as IBeeHousing, cir as CallbackInfoReturnable) as void { + if (!(world.getTileEntity(blockPos) instanceof IBeeHousing)) { + cir.setReturnValue(false); + } + } +} + diff --git a/scripts/GameStages.zs b/scripts/GameStages.zs index 7b503d4b..892afe29 100644 --- a/scripts/GameStages.zs +++ b/scripts/GameStages.zs @@ -153,4 +153,12 @@ paparazzicamera.itemRightClick = function(stack, world, player, hand) { Commands.call("gamestage add @p camerastage", player, world, true, true); return "Pass"; }; -paparazzicamera.register(); \ No newline at end of file +paparazzicamera.register(); + +var wardeclarationmeatballman = VanillaFactory.createItem("true_name_meatball_man"); +wardeclarationmeatballman.maxStackSize = 64; +wardeclarationmeatballman.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p lostcitiesstage", player, world, true, true); + return "Pass"; +}; +wardeclarationmeatballman.register(); \ No newline at end of file diff --git a/scripts/GameStagesArmor.zs b/scripts/GameStagesArmor.zs index 6b80c098..064d3165 100644 --- a/scripts/GameStagesArmor.zs +++ b/scripts/GameStagesArmor.zs @@ -932,3 +932,12 @@ var hardmodegroupcarrotop = ArmorHandler.createArmorGroup("hardmodegroupcarrotop hardmodegroupcarrotop.addEntity(carrotop); hardmodegroupcarrotop.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 1.0)); hardmodegroupcarrotop.addGameStage("hardmode"); + +var lostcitiesgroup = ArmorHandler.createArmorGroup("lostcitiesgroup", 1.0); +lostcitiesgroup.addEntity(upzombie); +lostcitiesgroup.addEntity(upskelly); +lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("head", .withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05)); +lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("chest", .withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05)); +lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("legs", .withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05)); +lostcitiesgroup.addArmor(ArmorHandler.createArmorSlot("feet", .withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 100 as short, id: 7 as short}]}), 1, 0.05)); +lostcitiesgroup.addGameStage("lostcitiesstage"); diff --git a/scripts/GameStagesContent.zs b/scripts/GameStagesContent.zs index 30af5572..9aa727af 100644 --- a/scripts/GameStagesContent.zs +++ b/scripts/GameStagesContent.zs @@ -104,7 +104,8 @@ mods.recipestages.Recipes.addShaped("brightsteel_feet_gs", "brightsteelforging", [, , ] ]); -mods.botania.RuneAltar.addRecipe(,[, , , , , ], 600); +mods.botania.RuneAltar.addRecipe(, +[, , , , , , ], 600); recipes.addShaped(, [[, , ], @@ -214,3 +215,15 @@ mods.recipestages.Recipes.addShaped("makeweaponsmitharbiter", "hardmode", , , ], [, , ] ]); + + +mods.recipestages.Recipes.addShaped("makemarkofsacrifice", "lostcitiesstage", , [ + [, , ], + [, , ], + [, , ] +]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); diff --git a/scripts/GameStagesItems.zs b/scripts/GameStagesItems.zs index 4ee6e07f..8bedbfa8 100644 --- a/scripts/GameStagesItems.zs +++ b/scripts/GameStagesItems.zs @@ -3,10 +3,14 @@ mods.ItemStages.stageEnchant("draconicstage", ); mods.ItemStages.stageEnchant("divinestage", ); +mods.ItemStages.stageEnchant("divinestage", ); + mods.ItemStages.stageEnchant("bloodmasterstage", ); mods.ItemStages.stageEnchant("brightsteelforging", ); +mods.ItemStages.stageEnchant("lostcitiesstage", ); + mods.ItemStages.addItemStage("camerastage", ); mods.ItemStages.addItemStage("camerastage", ); mods.ItemStages.addItemStage("camerastage", ); diff --git a/scripts/GarnetsOrechid.zs b/scripts/GarnetsOrechid.zs index 111af351..373fb6b4 100644 --- a/scripts/GarnetsOrechid.zs +++ b/scripts/GarnetsOrechid.zs @@ -2,7 +2,7 @@ import mods.modularmachinery.RecipeBuilder; mods.botania.Orechid.addOre(, 1000); -mods.botania.Orechid.addOre(, 5000); +// mods.botania.Orechid.addOre(, 5000); mods.botania.Orechid.addOre(, 3000); diff --git a/scripts/HaliteFractals.zs b/scripts/HaliteFractals.zs index 253700f1..71999fb1 100644 --- a/scripts/HaliteFractals.zs +++ b/scripts/HaliteFractals.zs @@ -36,6 +36,11 @@ recipes.addShaped(*2, mods.nuclearcraft.alloy_furnace.addRecipe([, , *2]); mods.thermalexpansion.InductionSmelter.addRecipe(*2, , , 500); +recipes.addShaped(*4, +[[, , ], +[.withTag({bark: {id: "extratrees:logs.2", Count: 1, Damage: 1 as short}}), , .withTag({bark: {id: "extratrees:logs.2", Count: 1, Damage: 1 as short}})], +[, , ]]); + mods.extendedcrafting.CombinationCrafting.addRecipe(, 1000000000, 1000000000, @@ -106,6 +111,11 @@ true, game.setLocalization("ac.ritual.freetheheartofhearts", "Heart of hearts"); game.setLocalization("ac.ritual.freetheheartofhearts.desc", "Free the Heart of hearts"); +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + scripts.PuzzleUtil.addPuzzleShapeless("dragonscalesheart",, [, , @@ -229,6 +239,12 @@ mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/alta ], "astralsorcery.constellation.discidia"); +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + + recipes.addShaped(, [[, , ], [, , ], diff --git a/scripts/JEIHideDisabledMachines.zs b/scripts/JEIHideDisabledMachines.zs index e29d7b30..7f090a3e 100644 --- a/scripts/JEIHideDisabledMachines.zs +++ b/scripts/JEIHideDisabledMachines.zs @@ -19,6 +19,10 @@ mods.jei.JEI.hideCategory("draconicalchemy.Deposition"); mods.jei.JEI.hideCategory("tinker_io:ore_crusher"); +mods.jei.JEI.hideCategory("threng.purify"); + +mods.jei.JEI.hideCategory("melter"); + diff --git a/scripts/JEIdescriptions.zs b/scripts/JEIdescriptions.zs index bd84da0d..efb4510d 100644 --- a/scripts/JEIdescriptions.zs +++ b/scripts/JEIdescriptions.zs @@ -604,7 +604,7 @@ mods.jei.JEI.addDescription([, ,,], [ - "To lauch any rocket, satellite, or space station into orbit, you need a Launchpad multiblock! This has to be done in the overworld!", + "To launch any rocket, satellite, or space station into orbit, you need a Launchpad multiblock! This has to be done in the overworld!", "", "Place a rectangle of Launch Pads that can be any size. The larger the launchpad, the bigger the rocket you can build!", "", @@ -655,7 +655,7 @@ mods.jei.JEI.addDescription([,, @@ -1069,7 +1069,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1082,7 +1082,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1095,7 +1095,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1108,7 +1108,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1121,7 +1121,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1134,7 +1134,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1147,7 +1147,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1160,7 +1160,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1173,7 +1173,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1186,7 +1186,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1199,7 +1199,7 @@ mods.jei.JEI.addDescription(, [ "Place Connectors on the blocks where you want to transfer power, and connect them by right clicking with a wire.", "", - "Connectors have a 16 block range, so if your ends are further than that, you will have to place a relay in between!", + "LV & MV Wire Coils have a 16 block range(HV is 32), so if your ends are further than that, you will have to place a relay in between!", "", "Connectors can only have one input and one output, relays can have multiple!", "", @@ -1286,7 +1286,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Servos are used to extract from an inventory and push into other inventories." ]); @@ -1295,7 +1295,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Servos are used to extract from an inventory and push into other inventories." ]); @@ -1304,7 +1304,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Servos are used to extract from an inventory and push into other inventories." ]); @@ -1313,7 +1313,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Servos are used to extract from an inventory and push into other inventories." ]); @@ -1322,7 +1322,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Servos are used to extract from an inventory and push into other inventories." ]); @@ -1331,7 +1331,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Filters are used to select or prevent specific items from entering an inventory." ]); @@ -1340,7 +1340,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Filters are used to select or prevent specific items from entering an inventory." @@ -1350,7 +1350,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Filters are used to select or prevent specific items from entering an inventory." ]); @@ -1359,7 +1359,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Filters are used to select or prevent specific items from entering an inventory." ]); @@ -1368,7 +1368,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Filters are used to select or prevent specific items from entering an inventory." ]); @@ -1377,7 +1377,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Retrievers are used to pull items from other inventories." ]); @@ -1386,7 +1386,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Retrievers are used to pull items from other inventories." ]); @@ -1395,7 +1395,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Retrievers are used to pull items from other inventories." ]); @@ -1404,7 +1404,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Retrievers are used to pull items from other inventories." ]); @@ -1413,7 +1413,7 @@ mods.jei.JEI.addDescription(, [ "Servos have whitelist/blacklist to only move specific items, and they have different redstone modes.", "", - "Right click the connection between a conduit and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", + "Right click the connection between a duct and an inventory to place it. Use a Crescent Hammer to remove them from ducts!", "", "Retrievers are used to pull items from other inventories." ]); @@ -1962,7 +1962,7 @@ mods.jei.JEI.addDescription(, "", "All items that have been learned can be extracted if your network has enough EMC to sustain them!", "", - "The Klein Star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!" + "The Klein Star can be used to take EMC from your network to be used for other purposes." ]); mods.jei.JEI.addDescription(, [ @@ -1974,7 +1974,7 @@ mods.jei.JEI.addDescription(, "", "All items that have been learned can be extracted if your network has enough EMC to sustain them!", "", - "The Klein Star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!" + "The Klein Star can be used to take EMC from your network to be used for other purposes." ]); mods.jei.JEI.addDescription(, [ @@ -1986,7 +1986,7 @@ mods.jei.JEI.addDescription(, "", "All items that have been learned can be extracted if your network has enough EMC to sustain them!", "", - "The Klein Star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!" + "The Klein Star can be used to take EMC from your network to be used for other purposes." ]); mods.jei.JEI.addDescription(, [ @@ -1998,7 +1998,7 @@ mods.jei.JEI.addDescription(, "", "All items that have been learned can be extracted if your network has enough EMC to sustain them!", "", - "The Klein Star can be used to take EMC from your network to be used for other purposes. This can only be done with ProjectE tables, not the ProjectEX ones!" + "The Klein Star can be used to take EMC from your network to be used for other purposes." ]); mods.jei.JEI.addDescription(, @@ -2348,7 +2348,7 @@ mods.jei.JEI.addDescription(.withTag({type: "marimorphosi mods.jei.JEI.addDescription(.withTag({type: "daffomill"}), [ - "Pushes items in a given direction at a small cost of mana. Right clicking with a Wand of the Forest changes the pushing direction. " + "Pushes items in a given direction at a small cost of mana. Shift + Right clicking with a Wand of the Forest changes the pushing direction." ]); mods.jei.JEI.addDescription(.withTag({type: "jiyuulia"}), @@ -2633,7 +2633,7 @@ mods.jei.JEI.addDescription([, , ], [ - "The Draconic Energy Orb is a very large and versatile energy storage option. You shoudl definitely make one!", + "The Draconic Energy Orb is a very large and versatile energy storage option. You should definitely make one!", "", "To start, place down an Energy Core. You can right click it to select the desired tier, and to turn on a build guide. All tiers but the final one use Redstone and Draconium blocks. The final tier uses Awakened Draconium. To assemble the orb, either follow the building guide or use the automatic building in the GUI.", "", @@ -3306,7 +3306,7 @@ mods.jei.JEI.addDescription([ "", "Energy transfer: set individual inventories as energy inputs or outputs, useful for powering single-block machines that also need item automation.", "", - "Item transfer: set individual inventories as inputs or outputs of specific filtered or general items; you can specify what sides to interact with for sided machines like furnaces.", + "Item transfer: set individual inventories as inputs or outputs of specific filtered or general items; you can specify what sides to interact with for sided machines like furnaces (only with Advanced Connectors).", "", "Logic (redstone): you can add sensors (produce redstone if chest has over X amount of item A); additionally, both item and energy channels can receive logic signals to turn on/off their function (move item B if receiving redstone signal); logic (redstone) channels can be colored as well to operate independently.", "", @@ -3340,7 +3340,7 @@ mods.jei.JEI.addDescription([ "", "Like cables, connectors can be dyed to allow for different setups next to each other.", "", - "Connectors are placed on a side of inventories and machines, but they can interact with any side. So you can extract from the bottom while the connector is on the top (if you have to work with sided machines). This can be specified in the controller GUI." + "Connectors are placed on a side of inventories and machines, but they can interact with any side (only Advanced Connectors). So you can extract from the bottom while the connector is on the top (if you have to work with sided machines). This can be specified in the controller GUI." ]); @@ -3953,6 +3953,14 @@ mods.jei.JEI.addDescription( " ]); +mods.jei.JEI.addDescription(, +[ + "There are other ways of doing this, in a clean way with in-game tools!", + "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", + "The ice crystals from the Sun Spirit can be duplicated in a Mob Duplicator." +]); + + mods.jei.JEI.addDescription(, [ "Come on! At least try to solve the puzzle!", @@ -4101,11 +4109,11 @@ mods.jei.JEI.addDescription([ , ], [ - "The excavator is used to produce infinite amounts of ores from Immersive Engineering veins. These are not like normal ore veins, and they do not exist in-world. Each chunk has one vein.", + "The excavator is used to produce infinite amounts of ores from Immersive Engineering veins. These are not like normal ore veins, and they do not exist in-world. Each chunk has a chance of 20% to contain a vein.", "", "To identify a vein, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid vein in that chunk.", "", - "To mine the ore vein vein, build the Excavator multiblocks in the corresponding chunk. ", + "To mine the ore vein, build the Excavator multiblocks in the corresponding chunk. ", "", "Some ores can only be mined using excavators, and cannot be found in-world." ]); @@ -4114,9 +4122,9 @@ mods.jei.JEI.addDescription([ , ], [ - "The pumpjack is used to produce infinite amounts of fluids from Immersive Engineering veins. These are not like normal fluid deposits, and they do not exist in-world. Each chunk has one vein.", + "The pumpjack is used to produce infinite amounts of fluids from Immersive Engineering reservoirs. These are not like normal fluid deposits, and they do not exist in-world. Each chunk has a chance of 50% to contain a reservoir.", "", - "To identify a vein, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid vein in that chunk.", + "To identify a reservoir, place a core sample drill into a chunk, give it power, and right click it to start it. It will produce a core sample, with the name of the ore vein and fluid reservoir in that chunk.", "", "To extract the fluid deposit, build the Pumpjack multiblock in the corresponding chunk. " ]); @@ -4222,9 +4230,9 @@ mods.jei.JEI.addDescription([ [ "The Berserker Forge can be used to duplicate target Will Crystals for automation.", "", - "Place the multiblock in the same chunk as a Demon Crucible.", + "Place the multiblock in the same chunk as a Demon Crucible, or a Berserker Crucible.", "", - "Start off by burning a few Will Crystals of the desired aspect into the Crucible. The will in the aura can be used to make will crystals at a reduced cost.", + "Start off by burning a few Will Crystals of the desired aspect into the Crucible. The will in the aura can be used to make will crystals at a reduced cost. Will Crystals produce 100 will, and will Slivers produce 10.", "", "By looping the output crystals back into the Crucible, and making more crystals, you'll end up with a net positive!" ]); @@ -4436,7 +4444,7 @@ mods.jei.JEI.addDescription([ "", "Special chunks have higher starlight than others, holding a Fosic Resonator at night will show them.", "", - "Placing Spectral Relays according to their multiblock (see preview) around the altar will boost starlight. If multiple of these multiblocks are too close to each other, they will reduce starlight.", + "Placing Spectral Relays with Glass Lenses according to their multiblock (see preview) around the altar will boost starlight. If multiple of these multiblocks are too close to each other, they will reduce starlight.", "", "Linking a Collector Crystal to an altar will also increase starlight. Using the Collector Crystal multiblock will increase this boost." ]); @@ -4484,4 +4492,238 @@ mods.jei.JEI.addDescription([ "These blocks can be set to a given frequency by coloring the three slots located on top of the blocks using dyes. Tanks and chests with the same color frequency are linked to each other, and share the same inventory.", "", "The Ender Pouch can be directly linked to an Ender Chest frequency by shift-clicking it. You will be able to access that inventory without having to open the chest." +]); + +mods.jei.JEI.addDescription([ + , + , + , + , + , + , + , + , + ], +[ + "Dimlets are used to control the properties of the custom dimensions created using RFTools Dimensions.", + "", + "Dimlets are either found as loot in particular RFTools Dimensions, or are crafted in a Dimlet Workbench using materials dropped by Dimlet Parcels.", + "", + "There are many types of Dimlets, that allow to control biomes, liquids, materials, mobs, sky properies, structure generation, terrain type, features, time cycles, effects, weather in your custom Dimensions.", + "", + "In order to progress, some specific liquids and materials are made exclusive to these dimensions.", + "", + "To craft some (most) Dimlets in the Workbench, Absorbers are required. While the absorbers part of progression have their own custom recipes, the 'normal' ones require in-world crafting to be configured.", + "", + "Material Absorber: place 128 blocks adjacent, they will be consumed", + "", + "Liquid Absorber: place 128 buckets adjacent, they will be consumed", + "", + "Biome Absorber: place in the desired biome", + "", + "Terrain Absorber: place in the dimension with the desired tarrain type (end islands, nether, etc)", + "", + "Feature Absorber: place in the dimension with the desired feature type (ore veins, caves, etc); some features are exclusive to some custom RFTools Dimensions, so you may want to generate random ones", + "", + "Time Absorber: trigger with a redstone pulse at the desired time for 10 consecutive days (can be cheated with a timer and time in a bottle)" +]); + +mods.jei.JEI.addDescription([ + , + , + , + , + , + , + ], +[ + "To create custom dimensions with RFTools, you start with an Empty Dimension Tab.", + "", + "While the tab alone can create custom dimensions, it will do so at random, with cool-looking, but often useless results (you may still want to do it a few times). To start a random Dimension, place the Tab in the Dimension Enscriber, and press 'Store'.", + "", + "To control the contents of these Dimensions, you can use a Dimension Enscriber to add Dimlets to a Dimension. For more info on Dimlets, check their respective JEI info box (search 'custom dimlets' in JEI).", + "", + "To activate the Custom Dimension, place it in a Dimension Builder. It will consume the displayed amount of energy to remain active. As long as the dimension has energy, it is accessible. You do not want to be in a dimension if it runs out of energy. Bad things will happen.", + "", + "To teleport to your custom Dimension, you can use a Dialing Device to link a Matter Transmitter nearby to the desired dimension." +]); + + +mods.jei.JEI.addDescription([ + , + ], +[ + "To obtain Celestial Notes, you need a Thaumometer, Scribing Tools, and Paper.", + "", + "Point the Thaumometer at the sky in the right direction with the two other items in your inventory to obtain the respective Celestial Notes.", + "", + "Each note can be obtained multiple times, but only once per minecraft day. Things like the Blood Magic Imperfect Ritual or the Celestial Manipulator, or Mastery of Spellcraft (?) can help out with this.", + "", + "Requirements for the different papers:", + "The sun,", + "Empty Sky in the North/South/East/West Direction,", + "Various Phases of the Moon (different each night)" +]); + +mods.jei.JEI.addDescription([ + ], +[ + "Here are some tips for fighting the tier 3 Gaia Guardian:", + "", + "Only vanilla, Botania, and ExtraBotany gear can be used. Because of this, bring good enchants on gear from these mods!", + "", + "The red mines on the ground can one-shot you, stay away from them! The green mines disarm you. The blue mines give slowness and blindness.", + "", + "Baubles from other mods are accepted, it is good to bring a magnet there, as the boss can disarm you.", + "", + "Good gear to have:", + "Pleiades Combat Maid Armor (best if super-enchanted)", + "Super Crown", + "Supremium Apples (eat before fight)", + "Enchanted Golden Apples", + "Band of Mana of some sort", + "Globethrotter's sash", + "", + "Melee weapon:", + "Thundercaller (best if super-enchanted, good to add lifesteal)", + "Excaliber (with good enchants, good to add lifesteal)", + "", + "Ranged weapons", + "Crystal Bow", + "Key of King's Law", + "Failnaught" +]); + +mods.jei.JEI.addDescription([ + ], +[ + "Here are some tips for fighting the tier 3 Gaia Guardian:", + "", + "The boss copies all positive buffs you have (resistance, regeneration, etc). DO NOT buff yourself using effects!", + "", + "Only vanilla, Botania, and ExtraBotany gear can be used. Because of this, bring good enchants on gear from these mods!", + "", + "The red mines on the ground can one-shot you, stay away from them! The green mines disarm you. The blue mines give slowness and blindness.", + "", + "Baubles from other mods are accepted, it is good to bring a magnet there, as the boss can disarm you.", + "", + "Good gear to have:", + "Pleiades Combat Maid Armor (best if super-enchanted)", + "Super Crown", + "Band of Mana of some sort", + "Globethrotter's sash", + "", + "Melee weapon:", + "Thundercaller (best if super-enchanted, good to add lifesteal)", + "Excaliber (with good enchants, good to add lifesteal)", + "", + "Ranged weapons", + "Crystal Bow", + "Key of King's Law", + "Failnaught" +]); + +mods.jei.JEI.addDescription([ + ], +[ + "Here are some tips and tricks for managing energy in your base:", + "", + "It is a very good idea to have a centralized energy storage system, this is how you ensure your base has enough to run, and it makes it easy to debug issues.", + "If your centralized storage is empty, it means you need more generators, if it is filling up, you are all good!", + "In terms of centralized energy storage, you can start off with EnderIO Capacitor Banks, but the Draconic Energy Orb is the best method, and it craftable in chapter 2.", + "", + "Wireless energy transfer through Flux Networks is the best way to move energy around your base.", + "To avoid issues with looping energy flows, you should use TWO SEPARATE Flux Networks, one going from your generators to your centralized energy storage, and the other from the centralized storage to your machines.", + "Depending on the energy throughput for a given machine or generator, disable the transfer limit in the relevant Flux Points and/or Plugs.", + "", + "Having a Flux Point for every machine, or a Flux Plug for every generator is a bad idea, and it can lead to lag.", + "It is a good idea to use other energy transfer (Fluxducts, Conduits, Energy Lasers) to connect a single Point/Plug to multiple machines/generators. Just make sure your transfer rates are high enough to keep up." +]); + + +mods.jei.JEI.addDescription([ + ], +[ + "NOTE: Crafting Cards and Level Maintainers are still very laggy if present in your main AE2 network, but yes they are useful in this subnet setup.", + "", + "NOTE: Using a recipe's output as an input to another recipe on the same passive crafting subnet can cause lag. If you want to automate nesting recipes, normal passive stups are better.", + "", + "For passive packagedauto setups where you may want higher processing speed, or for passiving multiple recipes on the same multiblock, crafting AE2 subnets using Level Maintainers are a useful tool.", + "", + "If you want to automate multiple recipes on the same multiblock using this method, note that it may be faster and more efficient to just build multiple of the same machine, and do normal passive automation. For some items that are required at smaller rates, though, this is a viable strategy.", + "", + "If you want to automate PackagedAuto this way, note that this method is particularly effective with combination crafting, but also viable for other crafts.", + "", + "A subnet of this type consists of a small AE2 network with:", + "", + "1) The crafting setup for a single machine (Interface with patters on a machine, Packager and Unpackager with configured recipe setup, etc.). If you want to automate more than one machine with this method, build multiple of these subnets! For higher processing speed, build multiples of the same crafting setup, with the exact same Pattern or Recipe Package.", + "", + "2) Some sort of storage for just the inputs to your recipes; this can also be a storage bus placed on a configured interface coming from the main AE2 network.", + "", + "3) Storage for the resuts of your recipes; drawers with storage buses are a good idea here.", + "", + "4) A Level Maintainer configured for the desired recipes and the desired amounts. " +]); + + +mods.jei.JEI.addDescription([ + ], +[ + "XP production rates:", + "", + " . Nether Star - 500xp each (~level 19 for one)", + " . Diamond - 125xp each (~level 8 for one)", + " . Iron/Tin/Silver/Copper/Steel/Gold ingots, also Emeralds - 63 xp each (~level 5 for one)", + " . End Stone/Gravel/Netherrack/Sandstone- 1 xp each", + " . Obsidian- 5xp each", + " . Coal - 4xp each", + " . Lapis Lazuli - 9xp each", + " . Gunpowder - 8xp each", + " . Charcoal - 2xp each", + " . Clay block - 4xp each", + " . Soul sand - 2xp each", + " . Netherbrick - 4xp each", + " . Flint - 2xp each" +]); + +mods.jei.JEI.addDescription([ + ], +[ + "To reliably produce some resources, shown in JEI, you will want to set up some automation for the Thaumatorium. This method applies to both passive production and autocrafting, depending on how it is setup.", + "", + "If you have a reliable production of essentia, the Infusion Provider can be used with the Emptying Essentia Transfuser (placed on the Thumatorium) to automatically collect the required essentia for a given recipe.", + "", + "The Thaumatorium accepts items from pipes from its sides, and the dropped items it produces can be collected through any ranged item collector like the Vacuum Chest.", + "", + "Multiple recipes can be encoded on the same Thaumatorium using the Mnemonic Device.", + "", + "Since these setups drop items in-world, they can get laggy, so if you set these up passively, it is good to have some sort of shutdown mechanism to turn them off (using a comparator or a level emitter for example)." +]); + +mods.jei.JEI.addDescription([ + ], +[ + "To obtain large amounts of Runes, some sort of automation for the Runic Altar may be desirable. This methods applies to both passiveproduction and autocrafting, depending on how it is setup. Note that Runes can be obtained in other ways as well (if you are inventive).", + "", + "The open crate, when provided with the right ingredients for a given recipe, can drop them directly into the Altar. Note that the Livingrock should always be last to be dropped; this can be ensured by placing it in the last slot in a AE2 procesisng pattern (for autocrafting), or using some item transfer logic (for passive). If you are autocrafting, to ensure that the Crate does not overfill, Blocking Mode on the Interface should be used.", + "", + "Alternatively, the Livingrock can be provided by a separate system. The Runic Altar provides a Comparator signal of 1 if it has a valid recipe, so it can be used for that.", + "", + "Mana spreaders have to be used to provide the Altar with the mana to run the recipe. Note that when a recipe is valid, and it has enough mana, the Runic Altar will produce a comparator signal of 2.", + "", + "Once both the valid items and the Livingrock are present, and the ALtar has enough mana, the Wand of the Forest can be used through a Mechanical User to start the recipe, and any ranged item collection system can be used to take the output.", + "", + "Note that Botania Runes are not consumed in recipes, so the output collection system will have to account for that.", + "", + "Since these setups drop items in-world, they can get laggy, so if you set these up passively, it is good to have some sort of shutdown mechanism to turn them off (using a comparator or a level emitter for example)." +]); + +mods.jei.JEI.addDescription([ + ], +[ + "Plasma is produced inside a Fusion Reactor from Nuclearcraft while it is running.", + "", + "It can be pumped out using a Builder or a Ranged Pump", + "", + "After being emptied, the Reactor will not refill unless it is turned off and back on. Redstone circuitry can be used to periodically toggle the fusion reactor on and off to replenish it." ]); \ No newline at end of file diff --git a/scripts/KleinStarAutoCharge.txt b/scripts/KleinStarAutoCharge.txt new file mode 100644 index 00000000..e896b092 --- /dev/null +++ b/scripts/KleinStarAutoCharge.txt @@ -0,0 +1,79 @@ +import crafttweaker.item.IItemStack; +import crafttweaker.item.IIngredient; +import crafttweaker.data.IData; + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +function addKleinStarCharging(matterName as string, matterInput as IItemStack, matterEMC as long, starName as string, starFill as IItemStack, starMaxEMC as long) { + val recipe_name = matterName + "_" + starName; + recipes.addShapeless( + recipe_name,starFill, + [(starFill.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(), + matterInput, + .reuse()], + function(out,ins,cInfo){ + var oldEMC = ins.mark.tag.StoredEMC as long; + var newEMC = oldEMC + matterEMC; + if (newEMC > starMaxEMC) { + newEMC = starMaxEMC; + } + var updatedTag as IData = { + StoredEMC: newEMC + }; + return ins.mark.withTag(updatedTag); + }, + null + ); + +} + + + + +function primeKleinStarNBT(starName as string, starFill as IItemStack) { + val recipe_name = "primeNBT_" + starName; + recipes.addShapeless( + recipe_name,starFill, + [(starFill.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn(), + , + .reuse()], + function(out,ins,cInfo){ + var updatedTag as IData = { + StoredEMC: 1 as long + }; + return ins.mark.withTag(updatedTag); + }, + null + ); + +} + + + + +val matter_name = ["dark", "red", "magenta", "pink", "purple", "violet", "blue", "cyan", "green", "lime", "yellow", "orange", "white", "fading"] as string[]; +val matter_stack = [, , , , , , , , , , , , , ] as IItemStack[]; +val matter_EMC = [139264, 466944, 1449984, 4399104, 13246464, 39788544, 119414784, 358293504, 1074929664, 3224838144, 9674563584, 29023739904, 87071268864, 261213855744] as long[]; + +val star_name = ["klein_ein", "klein_zwei", "klein_drei", "klein_vier", "klein_sphere", "klein_omega", "magnum_ein", "magnum_zwei", "magnum_drei", "magnum_vier", "magnum_sphere", "magnum_omega", "kolossal_ein", "kolossal_zwei", "kolossal_drei", "kolossal_vier", "kolossal_sphere", "kolossal_omega"] as string[]; +val star_stack = [, , , , , , , , , , , , , , , , , ] as IItemStack[]; +val star_capacity = [50000, 200000, 800000, 3200000, 12800000, 51200000, 204800000, 819200000, 3276800000, 13107200000, 52428800000, 209715200000, 838860800000, 3355443200000, 13421772800000, 53687091200000, 214748364800000, 858993459200000] as long[]; + +for matterIDX in 0 .. 14 { + for starIDX in 0 .. 18 { + + val matterNameSingle = matter_name[matterIDX] as string; + val matterStackSingle = matter_stack[matterIDX] as IItemStack; + val matterEMCSingle = matter_EMC[matterIDX] as long; + val starNameSingle = star_name[starIDX] as string; + val starStackSingle = star_stack[starIDX] as IItemStack; + val starEMCSingle = star_capacity[starIDX] as long; + addKleinStarCharging(matterNameSingle, matterStackSingle, matterEMCSingle, starNameSingle, starStackSingle, starEMCSingle); + } +} + diff --git a/scripts/LootTableTweaker/CustomLootTable.zs b/scripts/LootTableTweaker/CustomLootTable.zs index bcee7c1f..925e00a6 100644 --- a/scripts/LootTableTweaker/CustomLootTable.zs +++ b/scripts/LootTableTweaker/CustomLootTable.zs @@ -116,3 +116,11 @@ mods.ltt.LootTable.removeTable("railcraft:chests/village_workshop"); mods.ltt.LootTable.removeGlobalItem("iceandfire:copper_ingot"); mods.ltt.LootTable.removeGlobalItem("iceandfire:copper_nugget"); +mods.ltt.LootTable.removeGlobalItem("immersiveengineering:shader_bag"); + +mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#1", "minecraft:book"); +mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#2", "minecraft:book"); +mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#3", "minecraft:book"); +mods.ltt.LootTable.removeItem("champions:champion_loot", "tier#4", "minecraft:book"); + + diff --git a/scripts/LostCities.zs b/scripts/LostCities.zs new file mode 100644 index 00000000..5a04ef00 --- /dev/null +++ b/scripts/LostCities.zs @@ -0,0 +1,235 @@ +import mods.modularmachinery.RecipeBuilder; +import mods.thaumcraft.Infusion; + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val hungeringfleshgear = RecipeBuilder.newBuilder("hungeringfleshgear","mythic_processor_gearworking_die",1); +hungeringfleshgear.addEnergyPerTickInput(1000000); +hungeringfleshgear.addItemInput(*16); +hungeringfleshgear.addItemOutput(*4); +hungeringfleshgear.build(); + +val hungeringfleshplate = RecipeBuilder.newBuilder("hungeringfleshplate","mythic_processor_compactor",1); +hungeringfleshplate.addEnergyPerTickInput(1000000); +hungeringfleshplate.addItemInput(*4); +hungeringfleshplate.addItemOutput(*4); +hungeringfleshplate.build(); + + +mods.avaritia.ExtremeCrafting.addShaped("returningpointdire", +, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +recipes.addShaped(*2, +[[, .withTag({Aspects: [{amount: 1, key: "visum"}]}), ], +[.withTag({Aspects: [{amount: 1, key: "visum"}]}), , .withTag({Aspects: [{amount: 1, key: "visum"}]})], +[, .withTag({Aspects: [{amount: 1, key: "visum"}]}), ]]); + +recipes.addShaped(*2, +[[, , ], +[.withTag({FluidName: "flesh_world_ichor", Amount: 1000}), , .withTag({FluidName: "flesh_world_ichor", Amount: 1000})], +[, , ]]); + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + +mods.thaumcraft.Infusion.registerRecipe("infmeatballtitan", "", +, 10, +[*1000, *1000, *500, *200], +, +[, , +, , +, , +, , +, , +, ]); + + + +mods.thaumcraft.Infusion.registerRecipe("inffleshworldcallstone", "", +, 10, +[*1000, *1000, *500, *200], +, +[, , +, .withTag({FluidName: "flesh_world_ichor", Amount: 1000}), +, , +, .withTag({FluidName: "flesh_world_ichor", Amount: 1000})]); + + +recipes.addShaped(, +[[null, , null], +[, .reuse(), ], +[null, , null]]); + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + +mods.thaumcraft.Infusion.registerRecipe("infundeadrisingsummons", "", +, 10, +[*1000, *1000, *500, *200], +, +[, , +, , +, .withTag({entityId: "mod_lavacow:lavacow"}), +, , +, , +, .withTag({entityId: "mod_lavacow:lavacow"})]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +val hungeringsoulmeatball = RecipeBuilder.newBuilder("hungeringsoulmeatball","shrine_of_the_sentient_meatballs",200); +hungeringsoulmeatball.addEnergyPerTickInput(2000000000); +hungeringsoulmeatball.addWillInput("DEFAULT", 10,0,1000000); +hungeringsoulmeatball.addWillInput("CORROSIVE", 10,0,1000000); +hungeringsoulmeatball.addWillInput("DESTRUCTIVE", 10,0,1000000); +hungeringsoulmeatball.addWillInput("VENGEFUL", 10,0,1000000); +hungeringsoulmeatball.addWillInput("STEADFAST", 10,0,1000000); +hungeringsoulmeatball.addFluidInput(*16000); +hungeringsoulmeatball.addFluidInput(*100); +hungeringsoulmeatball.addItemInput(); +hungeringsoulmeatball.addItemInput(); +hungeringsoulmeatball.addItemInput(); +hungeringsoulmeatball.addItemInput(*4); +hungeringsoulmeatball.addItemInput(); +hungeringsoulmeatball.addItemOutput(); +hungeringsoulmeatball.build(); + +mods.nuclearcraft.infuser.addRecipe([, *12, ]); + + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +mods.avaritia.ExtremeCrafting.addShaped("meatballmancallstone", +, + +[[, null, , +null, , null, +, null, ], + +[null, null, null, +, null, , +null, null, null], + +[, null, , +null, , null, +, null, ], + +[null, , null, +, , , +null, , null], + +[, null, , +, , , +, null, ], + +[null, , null, +, , , +null, , null], + +[, null, , +null, , null, +, null, ], + +[null, null, null, +, null, , +null, null, null], + +[, null, , +null, , null, +, null, ]]); + + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + + +mods.abyssalcraft.InfusionRitual.addRitual("KashanWarperInf", +4, 0, +100000, +true, +, +, +[,, +,, +,, +,]); +game.setLocalization("ac.ritual.KashanWarperInf", "The universe at my fingertips"); +game.setLocalization("ac.ritual.KashanWarperInf.desc", "This is what it's all about"); diff --git a/scripts/MasterSpells.zs b/scripts/MasterSpells.zs index ecd5d5b4..45d03aa3 100644 --- a/scripts/MasterSpells.zs +++ b/scripts/MasterSpells.zs @@ -12,7 +12,7 @@ var masterspellmotus = VanillaFactory.createItem("master_spell_motus"); masterspellmotus.maxStackSize = 1; masterspellmotus.glowing = true; masterspellmotus.itemRightClick = function(stack, world, player, hand) { - Commands.call("effect @p minecraft:speed 30 255", player, world, true, true); + Commands.call("effect @p minecraft:speed 30 255", player, world, false, true); return "Pass"; }; masterspellmotus.register(); @@ -22,7 +22,7 @@ var masterspellaqua = VanillaFactory.createItem("master_spell_aqua"); masterspellaqua.maxStackSize = 1; masterspellaqua.glowing = true; masterspellaqua.itemRightClick = function(stack, world, player, hand) { - Commands.call("toggledownfall", player, world, true, true); + Commands.call("toggledownfall", player, world, false, true); return "Pass"; }; masterspellaqua.register(); @@ -31,12 +31,12 @@ var masterspellgelu = VanillaFactory.createItem("master_spell_gelu"); masterspellgelu.maxStackSize = 1; masterspellgelu.glowing = true; masterspellgelu.itemRightClick = function(stack, world, player, hand) { - Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 bewitchment:perpetual_ice 0 replace minecraft:ice", player, world, true, true); - Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_grass 0 replace minecraft:grass", player, world, true, true); - Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_dirt 0 replace minecraft:dirt", player, world, true, true); - Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_log 0 replace minecraft:log", player, world, true, true); - Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:ice 0 replace minecraft:leaves", player, world, true, true); - Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:packed_ice 0 replace minecraft:obsidian", player, world, true, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 bewitchment:perpetual_ice 0 replace minecraft:ice", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_grass 0 replace minecraft:grass", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_dirt 0 replace minecraft:dirt", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 divinerpg:frozen_log 0 replace minecraft:log", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:ice 0 replace minecraft:leaves", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:packed_ice 0 replace minecraft:obsidian", player, world, false, true); return "Pass"; }; masterspellgelu.register(); @@ -45,7 +45,7 @@ var masterspellsol = VanillaFactory.createItem("master_spell_sol"); masterspellsol.maxStackSize = 1; masterspellsol.glowing = true; masterspellsol.itemRightClick = function(stack, world, player, hand) { - Commands.call("time add 24000", player, world, true, true); + Commands.call("time add 24000", player, world, false, true); return "Pass"; }; masterspellsol.register(); @@ -54,7 +54,7 @@ var masterspellluna = VanillaFactory.createItem("master_spell_luna"); masterspellluna.maxStackSize = 1; masterspellluna.glowing = true; masterspellluna.itemRightClick = function(stack, world, player, hand) { - Commands.call("time add 6000", player, world, true, true); + Commands.call("time add 6000", player, world, false, true); return "Pass"; }; masterspellluna.register(); @@ -63,13 +63,13 @@ var masterspellperditio = VanillaFactory.createItem("master_spell_perditio"); masterspellperditio.maxStackSize = 1; masterspellperditio.glowing = true; masterspellperditio.itemRightClick = function(stack, world, player, hand) { - Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 air 0 replace minecraft:stone 0", player, world, true, true); + Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 air 0 replace minecraft:stone 0", player, world, false, true); - Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ bewitchment:blessed_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true); - Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:scale_of_the_ancient_heart 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true); - Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:asgard_furnace_brick 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true); - Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:recursive_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true); - Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ aoa3:rune_shrine 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ bewitchment:blessed_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:scale_of_the_ancient_heart 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:asgard_furnace_brick 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:recursive_stone 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); + Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ aoa3:rune_shrine 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, false, true); return "Pass"; }; masterspellperditio.register(); @@ -78,7 +78,7 @@ var masterspelldesiderium = VanillaFactory.createItem("master_spell_desiderium") masterspelldesiderium.maxStackSize = 1; masterspelldesiderium.glowing = true; masterspelldesiderium.itemRightClick = function(stack, world, player, hand) { - Commands.call("fill ~15 ~5 ~15 ~-15 ~-5 ~-15 contenttweaker:living_gold 0", player, world, true, true); + Commands.call("fill ~15 ~5 ~15 ~-15 ~-5 ~-15 contenttweaker:living_gold 0", player, world, false, true); return "Pass"; }; masterspelldesiderium.register(); @@ -87,12 +87,12 @@ var masterspellvitium = VanillaFactory.createItem("master_spell_vitium"); masterspellvitium.maxStackSize = 1; masterspellvitium.glowing = true; masterspellvitium.itemRightClick = function(stack, world, player, hand) { - Commands.call("thaumcraft warp @p set 10000 perm", player, world, true, true); - Commands.call("thaumcraft warp @p set 10000 temp", player, world, true, true); - Commands.call("summon thaumicaugmentation:eldritch_guardian ~10 ~ ~", player, world, true, true); - Commands.call("summon thaumicaugmentation:eldritch_warden ~ ~ ~10", player, world, true, true); - Commands.call("summon thaumcraft:cultistportalgreater ~-10 ~ ~", player, world, true, true); - Commands.call("summon thaumicaugmentation:eldritch_golem ~ ~ ~-10", player, world, true, true); + Commands.call("thaumcraft warp @p set 10000 perm", player, world, false, true); + Commands.call("thaumcraft warp @p set 10000 temp", player, world, false, true); + Commands.call("summon thaumicaugmentation:eldritch_guardian ~10 ~ ~", player, world, false, true); + Commands.call("summon thaumicaugmentation:eldritch_warden ~ ~ ~10", player, world, false, true); + Commands.call("summon thaumcraft:cultistportalgreater ~-10 ~ ~", player, world, false, true); + Commands.call("summon thaumicaugmentation:eldritch_golem ~ ~ ~-10", player, world, false, true); return "Pass"; }; masterspellvitium.register(); @@ -101,7 +101,7 @@ var masterspellterra = VanillaFactory.createItem("master_spell_terra"); masterspellterra.maxStackSize = 1; masterspellterra.glowing = true; masterspellterra.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn master_spell_structure_terra", player, world, true, true); + Commands.call("pillar-spawn master_spell_structure_terra", player, world, false, true); return "Pass"; }; masterspellterra.register(); @@ -110,7 +110,7 @@ var masterspellauram = VanillaFactory.createItem("master_spell_auram"); masterspellauram.maxStackSize = 1; masterspellauram.glowing = true; masterspellauram.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon Item ~ ~100 ~ {Item:{id:\"thaumadditions:puriflower\",Count:1b}}", player, world, true, true); + Commands.call("summon Item ~ ~100 ~ {Item:{id:\"thaumadditions:puriflower\",Count:1b}}", player, world, false, true); return "Pass"; }; masterspellauram.register(); @@ -119,7 +119,7 @@ var masterspelllux = VanillaFactory.createItem("master_spell_lux"); masterspelllux.maxStackSize = 1; masterspelllux.glowing = true; masterspelllux.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:ineffable_light\",Count:1b}}", player, world, true, true); + Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:ineffable_light\",Count:1b}}", player, world, false, true); return "Pass"; }; masterspelllux.register(); @@ -128,14 +128,14 @@ var masterspeldiabolus = VanillaFactory.createItem("master_spell_diabolus"); masterspeldiabolus.maxStackSize = 1; masterspeldiabolus.glowing = true; masterspeldiabolus.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon bewitchment:hellhound ~5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, true, true); - Commands.call("summon bewitchment:hellhound ~-5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, true, true); - Commands.call("summon bewitchment:leonard ~10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); - Commands.call("summon bewitchment:leonard ~-10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); - Commands.call("summon bewitchment:baphomet ~ ~ ~5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); - Commands.call("summon bewitchment:baphomet ~ ~ ~-5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); - Commands.call("summon zombie ~ ~ ~10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); - Commands.call("summon zombie ~ ~ ~-10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); + Commands.call("summon bewitchment:hellhound ~5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, false, true); + Commands.call("summon bewitchment:hellhound ~-5 ~ ~ {Passengers:[{id:\"bewitchment:demon\",ActiveEffects:[{Id:10,Amplifier:8,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}]}", player, world, false, true); + Commands.call("summon bewitchment:leonard ~10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true); + Commands.call("summon bewitchment:leonard ~-10 ~ ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true); + Commands.call("summon bewitchment:baphomet ~ ~ ~5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true); + Commands.call("summon bewitchment:baphomet ~ ~ ~-5 {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true); + Commands.call("summon zombie ~ ~ ~10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true); + Commands.call("summon zombie ~ ~ ~-10 {ArmorItems:[{Count:1,id:\"thaumadditions:adaminite_boots\"},{Count:1,id:\"thaumadditions:adaminite_belt\"},{Count:1,id:\"thaumadditions:adaminite_robe\"},{Count:1,id:\"thaumadditions:adaminite_hood\"}],ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:11,Amplifier:2,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, false, true); return "Pass"; }; masterspeldiabolus.register(); @@ -144,16 +144,18 @@ var masterspelpraemunio = VanillaFactory.createItem("master_spell_praemunio"); masterspelpraemunio.maxStackSize = 1; masterspelpraemunio.glowing = true; masterspelpraemunio.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon zombie_horse ~ ~1 ~ {Passengers:[{id:zombie,ArmorItems:[{Count:1,id:\"contenttweaker:brightsteel_feet\",tag:{ench:[{id:7,lvl:50}]}},{Count:1,id:\"contenttweaker:brightsteel_legs\",tag:{ench:[{id:7,lvl:20}]}},{Count:1,id:\"contenttweaker:brightsteel_chest\",tag:{ench:[{id:7,lvl:15}]}},{Count:1,id:\"contenttweaker:brightsteel_head\",tag:{ench:[{id:7,lvl:20}]}}],ArmorDropChances:[0.1f,0.1f,0.1f,0.1f],ActiveEffects:[{Id:5,Amplifier:200,Duration:999999},{Id:10,Amplifier:30,Duration:999999},{Id:11,Amplifier:4,Duration:999999},{Id:22,Amplifier:250,Duration:999999}]}]}", player, world, true, true); + Commands.call("summon zombie_horse ~ ~1 ~ {Passengers:[{id:zombie,Invulnerable:1,ArmorItems:[{Count:1,id:\"contenttweaker:brightsteel_feet\",tag:{ench:[{id:7,lvl:50}]}},{Count:1,id:\"contenttweaker:brightsteel_legs\",tag:{ench:[{id:7,lvl:20}]}},{Count:1,id:\"contenttweaker:brightsteel_chest\",tag:{ench:[{id:7,lvl:15}]}},{Count:1,id:\"contenttweaker:brightsteel_head\",tag:{ench:[{id:7,lvl:20}]}}],ArmorDropChances:[0.1f,0.1f,0.1f,0.1f]}]}", player, world, false, true); return "Pass"; }; masterspelpraemunio.register(); + + var masterspellcaeles = VanillaFactory.createItem("master_spell_caeles"); masterspellcaeles.maxStackSize = 1; masterspellcaeles.glowing = true; masterspellcaeles.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:celestial_shield_fragment\",Count:1b}}", player, world, true, true); + Commands.call("summon Item ~ ~100 ~ {Item:{id:\"contenttweaker:celestial_shield_fragment\",Count:1b}}", player, world, false, true); return "Pass"; }; masterspellcaeles.register(); @@ -164,11 +166,11 @@ var masterspelldreadia = VanillaFactory.createItem("master_spell_dreadia"); masterspelldreadia.maxStackSize = 1; masterspelldreadia.glowing = true; masterspelldreadia.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_head\",Count:1b}}", player, world, true, true); - Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_chest\",Count:1b}}", player, world, true, true); - Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_feet\",Count:1b}}", player, world, true, true); - Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_legs\",Count:1b}}", player, world, true, true); - Commands.call("summon abyssalcraft:dreaded_abyssalnite_golem ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:300.0}],Health:10000f}", player, world, true, true); + Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_head\",Count:1b}}", player, world, false, true); + Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_chest\",Count:1b}}", player, world, false, true); + Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_feet\",Count:1b}}", player, world, false, true); + Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_legs\",Count:1b}}", player, world, false, true); + Commands.call("summon abyssalcraft:dreaded_abyssalnite_golem ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:300.0}],Health:10000f}", player, world, false, true); return "Pass"; }; masterspelldreadia.register(); @@ -187,7 +189,7 @@ voidportalbreaker.itemRightClick = function(stack, world, player, hand) { return "FAIL"; } - Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 minecraft:stone 0 replace simplevoidworld:portal 0", player, world, true, true); + Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 minecraft:stone 0 replace simplevoidworld:portal 0", player, world, false, true); return "Pass"; }; voidportalbreaker.register(); @@ -197,7 +199,7 @@ var masterspellmetallum = VanillaFactory.createItem("master_spell_metallum"); masterspellmetallum.maxStackSize = 1; masterspellmetallum.glowing = true; masterspellmetallum.itemRightClick = function(stack, world, player, hand) { - Commands.call("fill ~-3 ~10 ~-3 ~3 ~10 ~3 minecraft:anvil 0 replace air", player, world, true, true); + Commands.call("fill ~-3 ~10 ~-3 ~3 ~10 ~3 minecraft:anvil 0 replace air", player, world, false, true); player.sendChat("You've been Etho'd"); return "Pass"; }; @@ -207,11 +209,11 @@ var masterspellstellae = VanillaFactory.createItem("master_spell_stellae"); masterspellstellae.maxStackSize = 1; masterspellstellae.glowing = true; masterspellstellae.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon astralsorcery:entityflare ~ ~1 ~-3", player, world, true, true); - Commands.call("summon astralsorcery:entityflare ~ ~1 ~3", player, world, true, true); - Commands.call("summon astralsorcery:entityflare ~-3 ~1 ~", player, world, true, true); - Commands.call("summon astralsorcery:entityflare ~3 ~1 ~", player, world, true, true); - Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:starlight_sphere\",Count:1b}}", player, world, true, true); + Commands.call("summon astralsorcery:entityflare ~ ~1 ~-3", player, world, false, true); + Commands.call("summon astralsorcery:entityflare ~ ~1 ~3", player, world, false, true); + Commands.call("summon astralsorcery:entityflare ~-3 ~1 ~", player, world, false, true); + Commands.call("summon astralsorcery:entityflare ~3 ~1 ~", player, world, false, true); + Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:starlight_sphere\",Count:1b}}", player, world, false, true); return "Pass"; }; masterspellstellae.register(); @@ -220,10 +222,10 @@ var masterspellpotentia = VanillaFactory.createItem("master_spell_potentia"); masterspellpotentia.maxStackSize = 1; masterspellpotentia.glowing = true; masterspellpotentia.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon bloodmagic:corrupted_chicken", player, world, true, true); - Commands.call("summon bloodmagic:corrupted_sheep", player, world, true, true); - Commands.call("summon bloodmagic:corrupted_spider", player, world, true, true); - Commands.call("summon bloodmagic:corrupted_zombie", player, world, true, true); + Commands.call("summon bloodmagic:corrupted_chicken", player, world, false, true); + Commands.call("summon bloodmagic:corrupted_sheep", player, world, false, true); + Commands.call("summon bloodmagic:corrupted_spider", player, world, false, true); + Commands.call("summon bloodmagic:corrupted_zombie", player, world, false, true); return "Pass"; }; masterspellpotentia.register(); @@ -232,7 +234,7 @@ var masterspellalienis = VanillaFactory.createItem("master_spell_alienis"); masterspellalienis.maxStackSize = 1; masterspellalienis.glowing = true; masterspellalienis.itemRightClick = function(stack, world, player, hand) { - Commands.call("pillar-spawn master_spell_structure_alienis", player, world, true, true); + Commands.call("pillar-spawn master_spell_structure_alienis", player, world, false, true); return "Pass"; }; masterspellalienis.register(); @@ -247,11 +249,11 @@ warrenblindfold.itemRightClick = function(stack, world, player, hand) { player.sendChat("You gotta be in the Limbo"); return "FAIL"; } - Commands.call("particle totem ~ ~ ~ 2 30 2 1 2000 20", player, world, true, true); - Commands.call("particle magicCrit ~ ~ ~ 2 30 2 1 2000 20", player, world, true, true); - Commands.call("particle hugeexplosion ~ ~ ~ 1 1 1 1 100 20", player, world, true, true); - Commands.call("cofh killall monolith", player, world, true, true); - Commands.call("summon Item ~ ~5 ~ {Item:{id:\"contenttweaker:eye_of_limbo\",Count:1b}}", player, world, true, true); + Commands.call("particle totem ~ ~ ~ 2 30 2 1 2000 20", player, world, false, true); + Commands.call("particle magicCrit ~ ~ ~ 2 30 2 1 2000 20", player, world, false, true); + Commands.call("particle hugeexplosion ~ ~ ~ 1 1 1 1 100 20", player, world, false, true); + Commands.call("cofh killall monolith", player, world, false, true); + Commands.call("summon Item ~ ~5 ~ {Item:{id:\"contenttweaker:eye_of_limbo\",Count:1b}}", player, world, false, true); stack.shrink(1); return "Pass"; }; @@ -263,8 +265,81 @@ var masterspellvictus = VanillaFactory.createItem("master_spell_victus"); masterspellvictus.maxStackSize = 1; masterspellvictus.glowing = true; masterspellvictus.itemRightClick = function(stack, world, player, hand) { - Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:lively_twilight_gem\",Count:1b}}", player, world, true, true); + Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:lively_twilight_gem\",Count:1b}}", player, world, false, true); return "Pass"; }; masterspellvictus.register(); +var masterspellordo = VanillaFactory.createItem("master_spell_ordo"); +masterspellordo.maxStackSize = 1; +masterspellordo.glowing = true; +masterspellordo.itemRightClick = function(stack, world, player, hand) { + player.sendChat("May be useful in the Underworld, Outer Sky, for the Lost Possessed Stone"); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 draconicevolution:draconium_ore 2 replace minecraft:end_stone", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 appliedenergistics2:sky_stone_block 0 replace minecraft:stone", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 draconicevolution:draconium_ore 1 replace minecraft:netherrack", player, world, false, true); + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 contenttweaker:freed_sky_stone 0 replace contenttweaker:possessed_sky_stone", player, world, false, true); + return "Pass"; +}; +masterspellordo.register(); + + +var masterspelldraco = VanillaFactory.createItem("master_spell_draco"); +masterspelldraco.maxStackSize = 1; +masterspelldraco.glowing = true; +masterspelldraco.itemRightClick = function(stack, world, player, hand) { + Commands.call("/summon abyssalcraft:dragonminion ~ ~5 ~ {HandItems:[{Count:1,id:\"contenttweaker:lost_soul_of_entropy\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Lost Chaotic Soul\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:50,permshields:50}},Attributes:[{Name:generic.maxHealth, Base:5000.0},{Name:generic.attackDamage, Base:100.0}],Health:5000f}", player, world, false, true); + return "Pass"; +}; +masterspelldraco.register(); + +var masterspellhumanus = VanillaFactory.createItem("master_spell_humanus"); +masterspellhumanus.maxStackSize = 1; +masterspellhumanus.glowing = true; +masterspellhumanus.itemRightClick = function(stack, world, player, hand) { + Commands.call("/summon villager ~ ~3 ~ {CustomName:\"Cool Banker\",Offers:{Recipes:[{buy:{id:\"aoa3:copper_coin\",Count:2},sell:{id:\"aoa3:silver_coin\",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}", player, world, false, true); + Commands.call("/summon villager ~ ~3 ~ {CustomName:\"Cool Banker\",Offers:{Recipes:[{buy:{id:\"aoa3:silver_coin\",Count:2},sell:{id:\"aoa3:gold_coin\",Count:1},rewardExp:0b,maxUses:9999999}]},Profession:2,Career:1,CareerLevel:3}", player, world, false, true); + return "Pass"; +}; +masterspellhumanus.register(); + +var masterspellsensus = VanillaFactory.createItem("master_spell_sensus"); +masterspellsensus.maxStackSize = 1; +masterspellsensus.glowing = true; +masterspellsensus.itemRightClick = function(stack, world, player, hand) { + Commands.call("/effect @p minecraft:night_vision 999999 1", player, world, false, true); + return "Pass"; +}; +masterspellsensus.register(); + +var masterspellignis = VanillaFactory.createItem("master_spell_ignis"); +masterspellignis.maxStackSize = 1; +masterspellignis.glowing = true; +masterspellignis.itemRightClick = function(stack, world, player, hand) { + Commands.call("fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:lava 0 replace minecraft:water", player, world, false, true); + return "Pass"; +}; +masterspellignis.register(); + +var masterspellmythus = VanillaFactory.createItem("master_spell_mythus"); +masterspellmythus.maxStackSize = 1; +masterspellmythus.glowing = true; +masterspellmythus.itemRightClick = function(stack, world, player, hand) { + player.sendChat("Can be killed, just hit it hard enough!"); + Commands.call("/summon iceandfire:deathworm ~ ~ ~ {Scale:10f,WormAge:10, HandItems:[{Count:1,id:\"tardis:gallifreyan_stone\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Great Sandworm\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:20,permshields:20}}}", player, world, false, true); + return "Pass"; +}; +masterspellmythus.register(); + + +var masterspellaversio = VanillaFactory.createItem("master_spell_aversio"); +masterspellaversio.maxStackSize = 1; +masterspellaversio.glowing = true; +masterspellaversio.itemRightClick = function(stack, world, player, hand) { + Commands.call("/summon minecraft:zombie ~ ~ ~ {HandItems:[{Count:1,id:\"aoa3:baron_greatblade\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Fallen Berserker\",Attributes:[{Name:generic.maxHealth, Base:5000.0},{Name:generic.attackDamage, Base:100.0}],Health:5000f}", player, world, false, true); + return "Pass"; +}; +masterspellaversio.register(); + + + diff --git a/scripts/ModularAstral.zs b/scripts/ModularAstral.zs index 9f99b51b..54e122a3 100644 --- a/scripts/ModularAstral.zs +++ b/scripts/ModularAstral.zs @@ -388,7 +388,7 @@ val ast32b = RecipeBuilder.newBuilder("ast32b","auto_astral_altar",1200); ast32b.addEnergyPerTickInput(1000); ast32b.addItemInput(*2); ast32b.addItemInput(*15); -ast32b.addItemInput(); +ast32b.addItemInput(); ast32b.addItemInput(*2); ast32b.addItemInput(*3); ast32b.addItemInput(*3); diff --git a/scripts/ModularBloodGod.zs b/scripts/ModularBloodGod.zs index da8ad482..e8a3def8 100644 --- a/scripts/ModularBloodGod.zs +++ b/scripts/ModularBloodGod.zs @@ -1,7 +1,7 @@ import mods.modularmachinery.RecipeBuilder; val elemaltar1 = RecipeBuilder.newBuilder("elemaltar1","elemental_altar",10); -elemaltar1.addLifeEssenceInput(100, true); +elemaltar1.addLifeEssenceInput(100, false); elemaltar1.addItemInput(); elemaltar1.addItemInput(); elemaltar1.addItemInput(); @@ -10,7 +10,7 @@ elemaltar1.addItemOutput(); elemaltar1.build(); val elemaltar2 = RecipeBuilder.newBuilder("elemaltar2","elemental_altar",10); -elemaltar2.addLifeEssenceInput(1000, true); +elemaltar2.addLifeEssenceInput(1000, false); elemaltar2.addItemInput(); elemaltar2.addItemInput(); elemaltar2.addItemInput(); @@ -21,7 +21,7 @@ elemaltar2.addItemOutput(*2); elemaltar2.build(); val elemaltar3 = RecipeBuilder.newBuilder("elemaltar3","elemental_altar",10); -elemaltar3.addLifeEssenceInput(100, true); +elemaltar3.addLifeEssenceInput(100, false); elemaltar3.addItemInput(); elemaltar3.addItemInput(); elemaltar3.addItemInput(); @@ -29,13 +29,13 @@ elemaltar3.addItemOutput(); elemaltar3.build(); val elemaltar4 = RecipeBuilder.newBuilder("elemaltar4","elemental_altar",10); -elemaltar4.addLifeEssenceInput(1000, true); +elemaltar4.addLifeEssenceInput(1000, false); elemaltar4.addItemInput(); elemaltar4.addItemOutput(); elemaltar4.build(); val elemaltar5 = RecipeBuilder.newBuilder("elemaltar5","elemental_altar",10); -elemaltar5.addLifeEssenceInput(1000, true); +elemaltar5.addLifeEssenceInput(1000, false); elemaltar5.addItemInput(); elemaltar5.addItemInput(); elemaltar5.addItemInput(); @@ -46,7 +46,7 @@ elemaltar5.addItemOutput(); elemaltar5.build(); val elemaltar6 = RecipeBuilder.newBuilder("elemaltar6","elemental_altar",10); -elemaltar6.addLifeEssenceInput(1000, true); +elemaltar6.addLifeEssenceInput(1000, false); elemaltar6.addItemInput(); elemaltar6.addItemInput(); elemaltar6.addItemInput(); @@ -57,7 +57,7 @@ elemaltar6.addItemOutput(); elemaltar6.build(); val elemaltar7 = RecipeBuilder.newBuilder("elemaltar7","elemental_altar",10); -elemaltar7.addLifeEssenceInput(10, true); +elemaltar7.addLifeEssenceInput(10, false); elemaltar7.addItemInput(); elemaltar7.addItemInput(); elemaltar7.addItemInput(); @@ -67,7 +67,7 @@ elemaltar7.addItemOutput(*5); elemaltar7.build(); val elemaltar8 = RecipeBuilder.newBuilder("elemaltar8","elemental_altar",10); -elemaltar8.addLifeEssenceInput(100, true); +elemaltar8.addLifeEssenceInput(100, false); elemaltar8.addItemInput(); elemaltar8.addItemInput(); elemaltar8.addItemInput(); @@ -76,7 +76,7 @@ elemaltar8.addItemOutput(); elemaltar8.build(); val elemaltar9 = RecipeBuilder.newBuilder("elemaltar9","elemental_altar",10); -elemaltar9.addLifeEssenceInput(20000, true); +elemaltar9.addLifeEssenceInput(20000, false); elemaltar9.addItemInput(); elemaltar9.addItemInput(); elemaltar9.addItemInput(); @@ -87,7 +87,7 @@ elemaltar9.addItemOutput(); elemaltar9.build(); val elemaltar10 = RecipeBuilder.newBuilder("elemaltar10","elemental_altar",10); -elemaltar10.addLifeEssenceInput(100, true); +elemaltar10.addLifeEssenceInput(100, false); elemaltar10.addItemInput(); elemaltar10.addItemInput(); elemaltar10.addItemInput(); @@ -95,7 +95,7 @@ elemaltar10.addItemOutput(); elemaltar10.build(); val elemaltar11 = RecipeBuilder.newBuilder("elemaltar11","elemental_altar",10); -elemaltar11.addLifeEssenceInput(1000, true); +elemaltar11.addLifeEssenceInput(1000, false); elemaltar11.addItemInput(); elemaltar11.addItemInput(); elemaltar11.addItemInput(); @@ -106,7 +106,7 @@ elemaltar11.addItemOutput(); elemaltar11.build(); val elemaltar12 = RecipeBuilder.newBuilder("elemaltar12","elemental_altar",10); -elemaltar12.addLifeEssenceInput(1000, true); +elemaltar12.addLifeEssenceInput(1000, false); elemaltar12.addItemInput(.withTag({species: "rootTrees", chromosome: 0, allele: "forestry.treeOak"})); elemaltar12.addItemInput(); elemaltar12.addItemInput(); @@ -116,7 +116,7 @@ elemaltar12.addItemOutput(); elemaltar12.build(); val elemaltar13 = RecipeBuilder.newBuilder("elemaltar13","elemental_altar",10); -elemaltar13.addLifeEssenceInput(1000, true); +elemaltar13.addLifeEssenceInput(1000, false); elemaltar13.addItemInput(); elemaltar13.addItemInput(); elemaltar13.addItemInput(); @@ -127,7 +127,7 @@ elemaltar13.addItemOutput(); elemaltar13.build(); val elemaltar14 = RecipeBuilder.newBuilder("elemaltar14","elemental_altar",10); -elemaltar14.addLifeEssenceInput(1000, true); +elemaltar14.addLifeEssenceInput(1000, false); elemaltar14.addItemInput(); elemaltar14.addItemInput(); elemaltar14.addItemInput(); @@ -135,7 +135,7 @@ elemaltar14.addItemOutput(); elemaltar14.build(); val elemaltar15 = RecipeBuilder.newBuilder("elemaltar15","elemental_altar",10); -elemaltar15.addLifeEssenceInput(1000, true); +elemaltar15.addLifeEssenceInput(1000, false); elemaltar15.addItemInput(); elemaltar15.addItemInput(); elemaltar15.addItemInput(); diff --git a/scripts/ModularDysonCompressor.zs b/scripts/ModularDysonCompressor.zs index ba9f8c02..b826ef53 100644 --- a/scripts/ModularDysonCompressor.zs +++ b/scripts/ModularDysonCompressor.zs @@ -77,12 +77,12 @@ mods.extendedcrafting.TableCrafting.addShaped(, , ], [, , ]]); -mods.extendedcrafting.EnderCrafting.addShaped(*6, +mods.extendedcrafting.EnderCrafting.addShaped(*8, [[, , ], [, , ], [, , ]], 1); -mods.extendedcrafting.TableCrafting.addShaped(*12, +mods.extendedcrafting.TableCrafting.addShaped(*25, [[, , , , , , , , ], @@ -120,7 +120,7 @@ null, , , , ]]); -mods.extendedcrafting.TableCrafting.addShaped(*5, +mods.extendedcrafting.TableCrafting.addShaped(*12, [[, , , , , , @@ -172,3 +172,11 @@ makehorcrux.addItemOutput(); makehorcrux.build(); +mods.extendedcrafting.TableCrafting.addShaped(*32, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); diff --git a/scripts/ModularDysonIrradiator.zs b/scripts/ModularDysonIrradiator.zs index ba270208..7bce32dd 100644 --- a/scripts/ModularDysonIrradiator.zs +++ b/scripts/ModularDysonIrradiator.zs @@ -155,7 +155,7 @@ corruptedlibrarydefinedengine.addItemInput(*4); corruptedlibrarydefinedengine.addItemOutput(); corruptedlibrarydefinedengine.build(); -mods.extendedcrafting.TableCrafting.addShaped(*12, +mods.extendedcrafting.TableCrafting.addShaped(*24, [[, , , , ], [, , , , ], [, , , , ], @@ -177,33 +177,75 @@ mods.thermalexpansion.InductionSmelter.addRecipe(, , 3333); -val irradiationultimate = RecipeBuilder.newBuilder("irradiationultimate","dyson_irradiator",200); -irradiationultimate.addEnergyPerTickInput(500000); -// irradiationultimate.addGridPowerInput(500); -// irradiationultimate.addAspectInput("lux",30); -// irradiationultimate.addRainbowInput(); -irradiationultimate.addItemInput(); -irradiationultimate.addFluidInput(*100); -irradiationultimate.addFluidInput(*200); -irradiationultimate.addItemInput(); -irradiationultimate.addItemInput(); -irradiationultimate.addItemInput(*4); -irradiationultimate.addItemOutput(); -irradiationultimate.build(); +val irradiationultimatetop = RecipeBuilder.newBuilder("irradiationultimatetop","dyson_irradiator_top",200); +irradiationultimatetop.addFluidInput(*100); +irradiationultimatetop.addItemInput(); +irradiationultimatetop.addItemInput(); +irradiationultimatetop.addItemInput(); +irradiationultimatetop.addItemInput(); +irradiationultimatetop.addItemOutput(); +irradiationultimatetop.addItemOutput(); +irradiationultimatetop.build(); -val irradiationultimate1 = RecipeBuilder.newBuilder("irradiationultimate1","dyson_irradiator",200); -irradiationultimate1.addEnergyPerTickInput(500000); -// irradiationultimate1.addGridPowerInput(500); -// irradiationultimate1.addAspectInput("lux",30); -// irradiationultimate1.addRainbowInput(); -irradiationultimate1.addItemInput(); -irradiationultimate1.addFluidInput(*100); -irradiationultimate1.addFluidInput(*200); -irradiationultimate1.addItemInput(); -irradiationultimate1.addItemInput(*4); -irradiationultimate1.addItemInput(); -irradiationultimate1.addItemOutput(*12); -irradiationultimate1.build(); +val irradiationultimatebot = RecipeBuilder.newBuilder("irradiationultimatebot","dyson_irradiator_bottom",200); +irradiationultimatebot.addFluidInput(*100); +irradiationultimatebot.addItemInput(); +irradiationultimatebot.addItemInput(); +irradiationultimatebot.addItemInput(); +irradiationultimatebot.addItemInput(); +irradiationultimatebot.addItemOutput(); +irradiationultimatebot.addItemOutput(); +irradiationultimatebot.build(); + +val irradiationultimatechicktop = RecipeBuilder.newBuilder("irradiationultimatechicktop","dyson_irradiator_top",200); +irradiationultimatechicktop.addFluidInput(*100); +irradiationultimatechicktop.addItemInput(); +irradiationultimatechicktop.addItemInput(); +irradiationultimatechicktop.addItemInput(); +irradiationultimatechicktop.addItemInput(); +irradiationultimatechicktop.addItemOutput(*12); +irradiationultimatechicktop.addItemOutput(); +irradiationultimatechicktop.build(); + +val irradiationultimatechickbot = RecipeBuilder.newBuilder("irradiationultimatechickbot","dyson_irradiator_bottom",200); +irradiationultimatechickbot.addFluidInput(*100); +irradiationultimatechickbot.addItemInput(); +irradiationultimatechickbot.addItemInput(); +irradiationultimatechickbot.addItemInput(); +irradiationultimatechickbot.addItemInput(); +irradiationultimatechickbot.addItemOutput(*12); +irradiationultimatechickbot.addItemOutput(); +irradiationultimatechickbot.build(); + +val irradiationrainbowtop = RecipeBuilder.newBuilder("irradiationrainbowtop","dyson_irradiator_top",200); +irradiationrainbowtop.addFluidInput(*1440); +irradiationrainbowtop.addItemInput(); +irradiationrainbowtop.addItemInput(); +irradiationrainbowtop.addItemInput(); +irradiationrainbowtop.addItemInput(); +irradiationrainbowtop.addItemOutput(); +irradiationrainbowtop.addItemOutput(); +irradiationrainbowtop.build(); + +val irradiationrainbowbot = RecipeBuilder.newBuilder("irradiationrainbowbot","dyson_irradiator_bottom",200); +irradiationrainbowbot.addFluidInput(*1440); +irradiationrainbowbot.addItemInput(); +irradiationrainbowbot.addItemInput(); +irradiationrainbowbot.addItemInput(); +irradiationrainbowbot.addItemInput(); +irradiationrainbowbot.addItemOutput(); +irradiationrainbowbot.addItemOutput(); +irradiationrainbowbot.build(); + +val irradiationtimecrystal = RecipeBuilder.newBuilder("irradiationtimecrystal","dyson_irradiator",200); +irradiationtimecrystal.addEnergyPerTickInput(500000000); +irradiationtimecrystal.addFluidInput(*200); +irradiationtimecrystal.addFluidInput(*100); +irradiationtimecrystal.addFluidInput(*100); +irradiationtimecrystal.addItemInput(*4); +irradiationtimecrystal.addItemInput(); +irradiationtimecrystal.addItemOutput(); +irradiationtimecrystal.build(); mods.thaumcraft.Infusion.registerRecipe("infinityseedinfusion", "", , 20, @@ -316,182 +358,182 @@ recipes.addShaped(, [, , ], [, , ]]); -val irradiationseed1 = RecipeBuilder.newBuilder("irradiationseed1","dyson_irradiator",200); -irradiationseed1.addEnergyPerTickInput(500000); -irradiationseed1.addFluidInput(*400); -// irradiationseed1.addAspectInput("lux",30); -irradiationseed1.addItemInput(); -irradiationseed1.addItemOutput(*64); -irradiationseed1.addItemOutput(*64); -irradiationseed1.addItemOutput(*64); -irradiationseed1.addItemOutput(*64); -irradiationseed1.addItemOutput(*64); -irradiationseed1.addItemOutput(*64); -irradiationseed1.addItemOutput(*64); -irradiationseed1.build(); +// val irradiationseed1 = RecipeBuilder.newBuilder("irradiationseed1","dyson_irradiator",200); +// irradiationseed1.addEnergyPerTickInput(500000); +// irradiationseed1.addFluidInput(*400); +// // irradiationseed1.addAspectInput("lux",30); +// irradiationseed1.addItemInput(); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.addItemOutput(*64); +// irradiationseed1.build(); -val irradiationseed2 = RecipeBuilder.newBuilder("irradiationseed2","dyson_irradiator",200); -irradiationseed2.addEnergyPerTickInput(500000); -irradiationseed2.addFluidInput(*600); -// irradiationseed2.addAspectInput("lux",30); -irradiationseed2.addItemInput(); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.addItemOutput(*64); -irradiationseed2.build(); +// val irradiationseed2 = RecipeBuilder.newBuilder("irradiationseed2","dyson_irradiator",200); +// irradiationseed2.addEnergyPerTickInput(500000); +// irradiationseed2.addFluidInput(*600); +// // irradiationseed2.addAspectInput("lux",30); +// irradiationseed2.addItemInput(); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.addItemOutput(*64); +// irradiationseed2.build(); -val irradiationseed3 = RecipeBuilder.newBuilder("irradiationseed3","dyson_irradiator",200); -irradiationseed3.addEnergyPerTickInput(500000); -irradiationseed3.addFluidInput(*800); -// irradiationseed3.addAspectInput("lux",30); -irradiationseed3.addItemInput(); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.addItemOutput(*64); -irradiationseed3.build(); +// val irradiationseed3 = RecipeBuilder.newBuilder("irradiationseed3","dyson_irradiator",200); +// irradiationseed3.addEnergyPerTickInput(500000); +// irradiationseed3.addFluidInput(*800); +// // irradiationseed3.addAspectInput("lux",30); +// irradiationseed3.addItemInput(); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.addItemOutput(*64); +// irradiationseed3.build(); -val irradiationseed4 = RecipeBuilder.newBuilder("irradiationseed4","dyson_irradiator",200); -irradiationseed4.addEnergyPerTickInput(500000); -irradiationseed4.addFluidInput(*1000); -// irradiationseed4.addAspectInput("lux",30); -irradiationseed4.addItemInput(); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.addItemOutput(*64); -irradiationseed4.build(); +// val irradiationseed4 = RecipeBuilder.newBuilder("irradiationseed4","dyson_irradiator",200); +// irradiationseed4.addEnergyPerTickInput(500000); +// irradiationseed4.addFluidInput(*1000); +// // irradiationseed4.addAspectInput("lux",30); +// irradiationseed4.addItemInput(); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.addItemOutput(*64); +// irradiationseed4.build(); -val irradiationseed5 = RecipeBuilder.newBuilder("irradiationseed5","dyson_irradiator",200); -irradiationseed5.addEnergyPerTickInput(500000); -irradiationseed5.addFluidInput(*1400); -// irradiationseed5.addAspectInput("lux",30); -irradiationseed5.addItemInput(); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.addItemOutput(*64); -irradiationseed5.build(); +// val irradiationseed5 = RecipeBuilder.newBuilder("irradiationseed5","dyson_irradiator",200); +// irradiationseed5.addEnergyPerTickInput(500000); +// irradiationseed5.addFluidInput(*1400); +// // irradiationseed5.addAspectInput("lux",30); +// irradiationseed5.addItemInput(); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.addItemOutput(*64); +// irradiationseed5.build(); -val irradiationseed6 = RecipeBuilder.newBuilder("irradiationseed6","dyson_irradiator",200); -irradiationseed6.addEnergyPerTickInput(500000); -irradiationseed6.addFluidInput(*6000); -// irradiationseed6.addAspectInput("lux",30); -irradiationseed6.addItemInput(); -irradiationseed6.addItemOutput(*64); -irradiationseed6.addItemOutput(*64); -irradiationseed6.addItemOutput(*64); -irradiationseed6.addItemOutput(*64); -irradiationseed6.build(); +// val irradiationseed6 = RecipeBuilder.newBuilder("irradiationseed6","dyson_irradiator",200); +// irradiationseed6.addEnergyPerTickInput(500000); +// irradiationseed6.addFluidInput(*6000); +// // irradiationseed6.addAspectInput("lux",30); +// irradiationseed6.addItemInput(); +// irradiationseed6.addItemOutput(*64); +// irradiationseed6.addItemOutput(*64); +// irradiationseed6.addItemOutput(*64); +// irradiationseed6.addItemOutput(*64); +// irradiationseed6.build(); val spatialcruchalite = RecipeBuilder.newBuilder("spatialcruchalite","spatial_crucible",100); spatialcruchalite.addEnergyPerTickInput(120000); @@ -506,36 +548,56 @@ spatialcruchalite.addFluidOutput(*1000); spatialcruchalite.build(); -val halitewarrior = RecipeBuilder.newBuilder("halitewarrior","dyson_irradiator",200); -halitewarrior.addEnergyPerTickInput(50000000); -halitewarrior.addFluidInput(*250); -halitewarrior.addFluidInput(*2000); -// halitewarrior.addAspectInput("lux",50); -// halitewarrior.addRainbowInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemInput(); -halitewarrior.addItemOutput(); -halitewarrior.build(); +// val halitewarrior = RecipeBuilder.newBuilder("halitewarrior","dyson_irradiator",200); +// halitewarrior.addEnergyPerTickInput(50000000); +// halitewarrior.addFluidInput(*250); +// halitewarrior.addFluidInput(*2000); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemInput(); +// halitewarrior.addItemOutput(); +// halitewarrior.build(); + +mods.nuclearcraft.infuser.addRecipe([, *250, ]); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *250, 2000); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, null, null, , null, null, null, null], +[null, , null, null, null, null, null, , null], +[null, null, null, null, , null, null, null, null], +[null, null, null, null, null, null, null, null, null], +[null, , null, null, , null, null, , null], +[null, null, null, null, null, null, null, null, null], +[null, null, null, null, , null, null, null, null], +[null, , null, null, null, null, null, , null], +[null, null, null, null, , null, null, null, null]]); + mods.nuclearcraft.fusion.addRecipe([*10, *10, *100, *10, null, null, 150.0, 155.0, 6556.0]); -val irradiationchaosbuff = RecipeBuilder.newBuilder("irradiationchaosbuff","dyson_irradiator",200); -irradiationchaosbuff.addEnergyPerTickInput(500000); -// irradiationchaosbuff.addGridPowerInput(6000); -// irradiationchaosbuff.addRainbowInput(); -// halitewarrior.addAspectInput("lux",10); -irradiationchaosbuff.addItemInput(); -irradiationchaosbuff.addFluidInput(*200); -irradiationchaosbuff.addFluidInput(*200); -irradiationchaosbuff.addFluidInput(*1440); -irradiationchaosbuff.addItemInput(); -irradiationchaosbuff.addItemOutput(); -irradiationchaosbuff.build(); \ No newline at end of file +mods.extendedcrafting.TableCrafting.addShaped(*32, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + diff --git a/scripts/ModularEntropyGarnets.zs b/scripts/ModularEntropyGarnets.zs index c20a352f..4f38d683 100644 --- a/scripts/ModularEntropyGarnets.zs +++ b/scripts/ModularEntropyGarnets.zs @@ -5,6 +5,7 @@ import mods.thaumcraft.Infusion; // recursion terra chain val combinethepuzzles = RecipeBuilder.newBuilder("combinethepuzzles","me_entropic_sythesizer",200); +combinethepuzzles.addEnergyPerTickInput(2000000); combinethepuzzles.addFluidInput(*800); combinethepuzzles.addFluidInput(*800); combinethepuzzles.addFluidInput(*800); diff --git a/scripts/ModularForestry.zs b/scripts/ModularForestry.zs index 4a2e311a..b5642c96 100644 --- a/scripts/ModularForestry.zs +++ b/scripts/ModularForestry.zs @@ -95,3 +95,125 @@ bettercarpenter13.addItemOutput(); bettercarpenter13.build(); + +val betterthermofab1 = RecipeBuilder.newBuilder("betterthermofab1","plated_thermofabricator",20); +betterthermofab1.addFluidInput(*500); +betterthermofab1.addItemInput(*5); +betterthermofab1.addItemInput(*2); +betterthermofab1.addItemOutput(*4); +betterthermofab1.build(); + +val betterthermofab2 = RecipeBuilder.newBuilder("betterthermofab2","plated_thermofabricator",20); +betterthermofab2.addFluidInput(*500); +betterthermofab2.addItemInput(*5); +betterthermofab2.addItemInput(*2); +betterthermofab2.addItemOutput(*4); +betterthermofab2.build(); + +val betterthermofab3 = RecipeBuilder.newBuilder("betterthermofab3","plated_thermofabricator",20); +betterthermofab3.addFluidInput(*500); +betterthermofab3.addItemInput(*5); +betterthermofab3.addItemInput(*2); +betterthermofab3.addItemOutput(*4); +betterthermofab3.build(); + +val betterthermofab4 = RecipeBuilder.newBuilder("betterthermofab4","plated_thermofabricator",20); +betterthermofab4.addFluidInput(*500); +betterthermofab4.addItemInput(*5); +betterthermofab4.addItemInput(*2); +betterthermofab4.addItemOutput(*4); +betterthermofab4.build(); + +val betterthermofab5 = RecipeBuilder.newBuilder("betterthermofab5","plated_thermofabricator",20); +betterthermofab5.addFluidInput(*500); +betterthermofab5.addItemInput(*5); +betterthermofab5.addItemInput(*2); +betterthermofab5.addItemOutput(*4); +betterthermofab5.build(); + +val betterthermofab6 = RecipeBuilder.newBuilder("betterthermofab6","plated_thermofabricator",20); +betterthermofab6.addFluidInput(*500); +betterthermofab6.addItemInput(*5); +betterthermofab6.addItemInput(*2); +betterthermofab6.addItemOutput(*4); +betterthermofab6.build(); + +val betterthermofab7 = RecipeBuilder.newBuilder("betterthermofab7","plated_thermofabricator",20); +betterthermofab7.addFluidInput(*500); +betterthermofab7.addItemInput(*5); +betterthermofab7.addItemInput(*2); +betterthermofab7.addItemOutput(*4); +betterthermofab7.build(); + +val betterthermofab8 = RecipeBuilder.newBuilder("betterthermofab8","plated_thermofabricator",20); +betterthermofab8.addFluidInput(*500); +betterthermofab8.addItemInput(*5); +betterthermofab8.addItemInput(*2); +betterthermofab8.addItemOutput(*4); +betterthermofab8.build(); + +val betterthermofab9 = RecipeBuilder.newBuilder("betterthermofab9","plated_thermofabricator",20); +betterthermofab9.addFluidInput(*500); +betterthermofab9.addItemInput(*5); +betterthermofab9.addItemInput(*2); +betterthermofab9.addItemOutput(*4); +betterthermofab9.build(); + +val betterthermofab10 = RecipeBuilder.newBuilder("betterthermofab10","plated_thermofabricator",20); +betterthermofab10.addFluidInput(*500); +betterthermofab10.addItemInput(*5); +betterthermofab10.addItemInput(*2); +betterthermofab10.addItemOutput(*4); +betterthermofab10.build(); + +val betterthermofab11 = RecipeBuilder.newBuilder("betterthermofab11","plated_thermofabricator",20); +betterthermofab11.addFluidInput(*500); +betterthermofab11.addItemInput(*5); +betterthermofab11.addItemInput(*2); +betterthermofab11.addItemOutput(*4); +betterthermofab11.build(); + +val betterthermofab12 = RecipeBuilder.newBuilder("betterthermofab12","plated_thermofabricator",20); +betterthermofab12.addFluidInput(*500); +betterthermofab12.addItemInput(*5); +betterthermofab12.addItemInput(*2); +betterthermofab12.addItemOutput(*4); +betterthermofab12.build(); + +val betterthermofab13 = RecipeBuilder.newBuilder("betterthermofab13","plated_thermofabricator",20); +betterthermofab13.addFluidInput(*500); +betterthermofab13.addItemInput(*5); +betterthermofab13.addItemInput(*2); +betterthermofab13.addItemOutput(*4); +betterthermofab13.build(); + +val betterthermofab14 = RecipeBuilder.newBuilder("betterthermofab14","plated_thermofabricator",20); +betterthermofab14.addFluidInput(*500); +betterthermofab14.addItemInput(*5); +betterthermofab14.addItemInput(*2); +betterthermofab14.addItemOutput(*4); +betterthermofab14.build(); + +val betterthermofab15 = RecipeBuilder.newBuilder("betterthermofab15","plated_thermofabricator",20); +betterthermofab15.addFluidInput(*500); +betterthermofab15.addItemInput(*4); +betterthermofab15.addItemInput(*2); +betterthermofab15.addItemInput(*2); +betterthermofab15.addItemOutput(); +betterthermofab15.build(); + + + + + + + + + + + + + + + + diff --git a/scripts/ModularGating.zs b/scripts/ModularGating.zs index 72868d2b..fe3aaab4 100644 --- a/scripts/ModularGating.zs +++ b/scripts/ModularGating.zs @@ -473,3 +473,12 @@ recipes.addShapeless(, []); recipes.addShapeless(, []); + + +recipes.addShaped(, +[[, null], +[null, ]]); + +recipes.addShaped(, +[[null, ], +[, null]]); \ No newline at end of file diff --git a/scripts/ModularHellfireForge.zs b/scripts/ModularHellfireForge.zs index 67915e14..e9eb97f4 100644 --- a/scripts/ModularHellfireForge.zs +++ b/scripts/ModularHellfireForge.zs @@ -2,31 +2,31 @@ import mods.modularmachinery.RecipeBuilder; -val multihellfiredupe1 = RecipeBuilder.newBuilder("multihellfiredupe1","berserker_forge",1); +val multihellfiredupe1 = RecipeBuilder.newBuilder("multihellfiredupe1","berserker_forge",2); multihellfiredupe1.addWillInput("DEFAULT", 20,1,2000000); multihellfiredupe1.addItemInput(); multihellfiredupe1.addItemOutput(); multihellfiredupe1.build(); -val multihellfiredupe2 = RecipeBuilder.newBuilder("multihellfiredupe2","berserker_forge",1); +val multihellfiredupe2 = RecipeBuilder.newBuilder("multihellfiredupe2","berserker_forge",2); multihellfiredupe2.addWillInput("CORROSIVE", 20,1,2000000); multihellfiredupe2.addItemInput(); multihellfiredupe2.addItemOutput(); multihellfiredupe2.build(); -val multihellfiredupe3 = RecipeBuilder.newBuilder("multihellfiredupe3","berserker_forge",1); +val multihellfiredupe3 = RecipeBuilder.newBuilder("multihellfiredupe3","berserker_forge",2); multihellfiredupe3.addWillInput("DESTRUCTIVE", 20,1,2000000); multihellfiredupe3.addItemInput(); multihellfiredupe3.addItemOutput(); multihellfiredupe3.build(); -val multihellfiredupe4 = RecipeBuilder.newBuilder("multihellfiredupe4","berserker_forge",1); +val multihellfiredupe4 = RecipeBuilder.newBuilder("multihellfiredupe4","berserker_forge",2); multihellfiredupe4.addWillInput("VENGEFUL", 20,1,2000000); multihellfiredupe4.addItemInput(); multihellfiredupe4.addItemOutput(); multihellfiredupe4.build(); -val multihellfiredupe5 = RecipeBuilder.newBuilder("multihellfiredupe5","berserker_forge",1); +val multihellfiredupe5 = RecipeBuilder.newBuilder("multihellfiredupe5","berserker_forge",2); multihellfiredupe5.addWillInput("STEADFAST", 20,1,2000000); multihellfiredupe5.addItemInput(); multihellfiredupe5.addItemOutput(); @@ -34,7 +34,7 @@ multihellfiredupe5.build(); -val multihellfire1 = RecipeBuilder.newBuilder("multihellfire1","berserker_forge",1); +val multihellfire1 = RecipeBuilder.newBuilder("multihellfire1","berserker_forge",2); multihellfire1.addWillInput("DEFAULT", 0,1,2000000); multihellfire1.addItemInput(); multihellfire1.addItemInput(); @@ -44,7 +44,7 @@ multihellfire1.addItemOutput(); multihellfire1.build(); -val multihellfire2 = RecipeBuilder.newBuilder("multihellfire2","berserker_forge",1); +val multihellfire2 = RecipeBuilder.newBuilder("multihellfire2","berserker_forge",2); multihellfire2.addWillInput("DEFAULT", 32,1,2000000); multihellfire2.addItemInput(); multihellfire2.addItemInput(); @@ -53,7 +53,7 @@ multihellfire2.addFluidInput(*1000); multihellfire2.addItemOutput(); multihellfire2.build(); -val multihellfire3 = RecipeBuilder.newBuilder("multihellfire3","berserker_forge",1); +val multihellfire3 = RecipeBuilder.newBuilder("multihellfire3","berserker_forge",2); multihellfire3.addWillInput("DEFAULT", 10,1,2000000); multihellfire3.addItemInput(); multihellfire3.addItemInput(); @@ -62,8 +62,8 @@ multihellfire3.addItemInput(); multihellfire3.addItemOutput(); multihellfire3.build(); -val multihellfire4 = RecipeBuilder.newBuilder("multihellfire4","berserker_forge",1); -multihellfire4.addWillInput("DEFAULT", 512,1,2000000); +val multihellfire4 = RecipeBuilder.newBuilder("multihellfire4","berserker_forge",2); +multihellfire4.addWillInput("DEFAULT", 90,1,2000000); multihellfire4.addItemInput(); multihellfire4.addItemInput(); multihellfire4.addItemInput(); @@ -71,7 +71,7 @@ multihellfire4.addFluidInput(*1000); multihellfire4.addItemOutput(); multihellfire4.build(); -val multihellfire5 = RecipeBuilder.newBuilder("multihellfire5","berserker_forge",1); +val multihellfire5 = RecipeBuilder.newBuilder("multihellfire5","berserker_forge",2); multihellfire5.addWillInput("DEFAULT", 50,1,2000000); multihellfire5.addItemInput(); multihellfire5.addItemInput(); @@ -80,7 +80,7 @@ multihellfire5.addItemInput(); multihellfire5.addItemOutput(); multihellfire5.build(); -val multihellfire6 = RecipeBuilder.newBuilder("multihellfire6","berserker_forge",1); +val multihellfire6 = RecipeBuilder.newBuilder("multihellfire6","berserker_forge",2); multihellfire6.addWillInput("DEFAULT", 10,1,2000000); multihellfire6.addItemInput(); multihellfire6.addItemInput(); @@ -89,7 +89,7 @@ multihellfire6.addItemInput(); multihellfire6.addItemOutput(); multihellfire6.build(); -val multihellfire7 = RecipeBuilder.newBuilder("multihellfire7","berserker_forge",1); +val multihellfire7 = RecipeBuilder.newBuilder("multihellfire7","berserker_forge",2); multihellfire7.addWillInput("DEFAULT", 10,1,2000000); multihellfire7.addItemInput(); multihellfire7.addItemInput(); @@ -98,7 +98,7 @@ multihellfire7.addItemInput(); multihellfire7.addItemOutput(*2); multihellfire7.build(); -val multihellfire8 = RecipeBuilder.newBuilder("multihellfire8","berserker_forge",1); +val multihellfire8 = RecipeBuilder.newBuilder("multihellfire8","berserker_forge",2); multihellfire8.addWillInput("DEFAULT", 10,1,2000000); multihellfire8.addItemInput(); multihellfire8.addItemInput(); @@ -107,7 +107,7 @@ multihellfire8.addItemInput(); multihellfire8.addItemOutput(*2); multihellfire8.build(); -val multihellfire9 = RecipeBuilder.newBuilder("multihellfire9","berserker_forge",1); +val multihellfire9 = RecipeBuilder.newBuilder("multihellfire9","berserker_forge",2); multihellfire9.addWillInput("DEFAULT", 20,1,2000000); multihellfire9.addItemInput(); multihellfire9.addItemInput(); @@ -116,37 +116,37 @@ multihellfire9.addItemInput(); multihellfire9.addItemOutput(); multihellfire9.build(); -val multihellfire10 = RecipeBuilder.newBuilder("multihellfire10","berserker_forge",1); -multihellfire10.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire10 = RecipeBuilder.newBuilder("multihellfire10","berserker_forge",2); +multihellfire10.addWillInput("DEFAULT", 90,1,2000000); multihellfire10.addItemInput(*4); multihellfire10.addItemOutput(); multihellfire10.build(); -val multihellfire11 = RecipeBuilder.newBuilder("multihellfire11","berserker_forge",1); -multihellfire11.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire11 = RecipeBuilder.newBuilder("multihellfire11","berserker_forge",2); +multihellfire11.addWillInput("DEFAULT", 90,1,2000000); multihellfire11.addItemInput(*4); multihellfire11.addItemOutput(); multihellfire11.build(); -val multihellfire12 = RecipeBuilder.newBuilder("multihellfire12","berserker_forge",1); -multihellfire12.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire12 = RecipeBuilder.newBuilder("multihellfire12","berserker_forge",2); +multihellfire12.addWillInput("DEFAULT", 90,1,2000000); multihellfire12.addItemInput(*4); multihellfire12.addItemOutput(); multihellfire12.build(); -val multihellfire13 = RecipeBuilder.newBuilder("multihellfire13","berserker_forge",1); -multihellfire13.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire13 = RecipeBuilder.newBuilder("multihellfire13","berserker_forge",2); +multihellfire13.addWillInput("DEFAULT", 90,1,2000000); multihellfire13.addItemInput(*4); multihellfire13.addItemOutput(); multihellfire13.build(); -val multihellfire14 = RecipeBuilder.newBuilder("multihellfire14","berserker_forge",1); -multihellfire14.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire14 = RecipeBuilder.newBuilder("multihellfire14","berserker_forge",2); +multihellfire14.addWillInput("DEFAULT", 90,1,2000000); multihellfire14.addItemInput(*4); multihellfire14.addItemOutput(); multihellfire14.build(); -val multihellfire15 = RecipeBuilder.newBuilder("multihellfire15","berserker_forge",1); +val multihellfire15 = RecipeBuilder.newBuilder("multihellfire15","berserker_forge",2); multihellfire15.addWillInput("DEFAULT", 32,1,2000000); multihellfire15.addItemInput(); multihellfire15.addItemInput(); @@ -155,7 +155,7 @@ multihellfire15.addItemInput(); multihellfire15.addItemOutput(); multihellfire15.build(); -val multihellfire16 = RecipeBuilder.newBuilder("multihellfire16","berserker_forge",1); +val multihellfire16 = RecipeBuilder.newBuilder("multihellfire16","berserker_forge",2); multihellfire16.addWillInput("DEFAULT", 32,1,2000000); multihellfire16.addItemInput(); multihellfire16.addItemInput(); @@ -164,7 +164,7 @@ multihellfire16.addItemInput(); multihellfire16.addItemOutput(); multihellfire16.build(); -val multihellfire17 = RecipeBuilder.newBuilder("multihellfire17","berserker_forge",1); +val multihellfire17 = RecipeBuilder.newBuilder("multihellfire17","berserker_forge",2); multihellfire17.addWillInput("DEFAULT", 32,1,2000000); multihellfire17.addItemInput(); multihellfire17.addItemInput(); @@ -173,7 +173,7 @@ multihellfire17.addItemInput(); multihellfire17.addItemOutput(); multihellfire17.build(); -val multihellfire18 = RecipeBuilder.newBuilder("multihellfire18","berserker_forge",1); +val multihellfire18 = RecipeBuilder.newBuilder("multihellfire18","berserker_forge",2); multihellfire18.addWillInput("DEFAULT", 20,1,2000000); multihellfire18.addItemInput(); multihellfire18.addItemInput(); @@ -182,7 +182,7 @@ multihellfire18.addItemInput(); multihellfire18.addItemOutput(); multihellfire18.build(); -val multihellfire19 = RecipeBuilder.newBuilder("multihellfire19","berserker_forge",1); +val multihellfire19 = RecipeBuilder.newBuilder("multihellfire19","berserker_forge",2); multihellfire19.addWillInput("DEFAULT", 20,1,2000000); multihellfire19.addItemInput(); multihellfire19.addFluidInput(*1000); @@ -191,7 +191,7 @@ multihellfire19.addItemInput(); multihellfire19.addItemOutput(); multihellfire19.build(); -val multihellfire20 = RecipeBuilder.newBuilder("multihellfire20","berserker_forge",1); +val multihellfire20 = RecipeBuilder.newBuilder("multihellfire20","berserker_forge",2); multihellfire20.addWillInput("DEFAULT", 20,1,2000000); multihellfire20.addItemInput(); multihellfire20.addItemInput(); @@ -200,7 +200,7 @@ multihellfire20.addItemInput(); multihellfire20.addItemOutput(); multihellfire20.build(); -val multihellfire21 = RecipeBuilder.newBuilder("multihellfire21","berserker_forge",1); +val multihellfire21 = RecipeBuilder.newBuilder("multihellfire21","berserker_forge",2); multihellfire21.addWillInput("DEFAULT", 40,1,2000000); multihellfire21.addItemInput(); multihellfire21.addItemInput(); @@ -209,8 +209,8 @@ multihellfire21.addItemInput(); multihellfire21.addItemOutput(); multihellfire21.build(); -val multihellfire22 = RecipeBuilder.newBuilder("multihellfire22","berserker_forge",1); -multihellfire22.addWillInput("DEFAULT", 800,1,2000000); +val multihellfire22 = RecipeBuilder.newBuilder("multihellfire22","berserker_forge",2); +multihellfire22.addWillInput("DEFAULT", 90,1,2000000); multihellfire22.addItemInput(); multihellfire22.addItemInput(); multihellfire22.addItemInput(); @@ -218,8 +218,8 @@ multihellfire22.addItemInput(); multihellfire22.addItemOutput(); multihellfire22.build(); -val multihellfire23 = RecipeBuilder.newBuilder("multihellfire23","berserker_forge",1); -multihellfire23.addWillInput("DEFAULT", 16000,1,2000000); +val multihellfire23 = RecipeBuilder.newBuilder("multihellfire23","berserker_forge",2); +multihellfire23.addWillInput("DEFAULT", 90,1,2000000); multihellfire23.addItemInput(); multihellfire23.addItemInput(); multihellfire23.addItemInput(); @@ -227,7 +227,7 @@ multihellfire23.addItemInput(); multihellfire23.addItemOutput(); multihellfire23.build(); -val multihellfire24 = RecipeBuilder.newBuilder("multihellfire24","berserker_forge",1); +val multihellfire24 = RecipeBuilder.newBuilder("multihellfire24","berserker_forge",2); multihellfire24.addWillInput("DEFAULT", 3,1,2000000); multihellfire24.addItemInput(); multihellfire24.addFluidInput(*1000); @@ -235,7 +235,7 @@ multihellfire24.addFluidInput(*1000); multihellfire24.addItemOutput(); multihellfire24.build(); -val multihellfire25 = RecipeBuilder.newBuilder("multihellfire25","berserker_forge",1); +val multihellfire25 = RecipeBuilder.newBuilder("multihellfire25","berserker_forge",2); multihellfire25.addWillInput("DEFAULT", 10,1,2000000); multihellfire25.addFluidInput(*1000); multihellfire25.addItemInput(); @@ -244,7 +244,7 @@ multihellfire25.addItemInput(); multihellfire25.addItemOutput(); multihellfire25.build(); -val multihellfire26 = RecipeBuilder.newBuilder("multihellfire26","berserker_forge",1); +val multihellfire26 = RecipeBuilder.newBuilder("multihellfire26","berserker_forge",2); multihellfire26.addWillInput("DEFAULT", 20,1,2000000); multihellfire26.addItemInput(); multihellfire26.addItemInput(); @@ -252,7 +252,7 @@ multihellfire26.addItemInput(); multihellfire26.addItemOutput(); multihellfire26.build(); -val multihellfire27 = RecipeBuilder.newBuilder("multihellfire27","berserker_forge",1); +val multihellfire27 = RecipeBuilder.newBuilder("multihellfire27","berserker_forge",2); multihellfire27.addWillInput("DEFAULT", 10,1,2000000); multihellfire27.addItemInput(); multihellfire27.addItemInput(); @@ -261,7 +261,7 @@ multihellfire27.addItemInput(); multihellfire27.addItemOutput(); multihellfire27.build(); -val multihellfire28 = RecipeBuilder.newBuilder("multihellfire28","berserker_forge",1); +val multihellfire28 = RecipeBuilder.newBuilder("multihellfire28","berserker_forge",2); multihellfire28.addWillInput("DEFAULT", 10,1,2000000); multihellfire28.addItemInput(); multihellfire28.addItemInput(); @@ -270,7 +270,7 @@ multihellfire28.addItemInput(); multihellfire28.addItemOutput(); multihellfire28.build(); -val multihellfire29 = RecipeBuilder.newBuilder("multihellfire29","berserker_forge",1); +val multihellfire29 = RecipeBuilder.newBuilder("multihellfire29","berserker_forge",2); multihellfire29.addWillInput("DEFAULT", 20,1,2000000); multihellfire29.addItemInput(); multihellfire29.addItemInput(); @@ -279,7 +279,7 @@ multihellfire29.addItemInput(); multihellfire29.addItemOutput(); multihellfire29.build(); -val multihellfire30 = RecipeBuilder.newBuilder("multihellfire30","berserker_forge",1); +val multihellfire30 = RecipeBuilder.newBuilder("multihellfire30","berserker_forge",2); multihellfire30.addWillInput("DEFAULT", 20,1,2000000); multihellfire30.addFluidInput(*1000); multihellfire30.addFluidInput(*1000); @@ -288,8 +288,8 @@ multihellfire30.addItemInput(); multihellfire30.addItemOutput(); multihellfire30.build(); -val multihellfire31 = RecipeBuilder.newBuilder("multihellfire31","berserker_forge",1); -multihellfire31.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire31 = RecipeBuilder.newBuilder("multihellfire31","berserker_forge",2); +multihellfire31.addWillInput("DEFAULT", 90,1,2000000); multihellfire31.addItemInput(); multihellfire31.addItemInput(); multihellfire31.addItemInput(); @@ -297,7 +297,7 @@ multihellfire31.addItemInput(); multihellfire31.addItemOutput(); multihellfire31.build(); -val multihellfire32 = RecipeBuilder.newBuilder("multihellfire32","berserker_forge",1); +val multihellfire32 = RecipeBuilder.newBuilder("multihellfire32","berserker_forge",2); multihellfire32.addWillInput("DEFAULT", 0,1,2000000); multihellfire32.addFluidInput(*1000); multihellfire32.addItemInput(); @@ -306,7 +306,7 @@ multihellfire32.addItemInput(); multihellfire32.addItemOutput(); multihellfire32.build(); -val multihellfire33 = RecipeBuilder.newBuilder("multihellfire33","berserker_forge",1); +val multihellfire33 = RecipeBuilder.newBuilder("multihellfire33","berserker_forge",2); multihellfire33.addWillInput("DEFAULT", 50,1,2000000); multihellfire33.addFluidInput(*1000); multihellfire33.addFluidInput(*1000); @@ -315,7 +315,7 @@ multihellfire33.addItemInput(); multihellfire33.addItemOutput(); multihellfire33.build(); -val multihellfire34 = RecipeBuilder.newBuilder("multihellfire34","berserker_forge",1); +val multihellfire34 = RecipeBuilder.newBuilder("multihellfire34","berserker_forge",2); multihellfire34.addWillInput("DEFAULT", 50,1,2000000); multihellfire34.addItemInput(); multihellfire34.addItemInput(); @@ -324,7 +324,7 @@ multihellfire34.addItemInput(); multihellfire34.addItemOutput(); multihellfire34.build(); -val multihellfire35 = RecipeBuilder.newBuilder("multihellfire35","berserker_forge",1); +val multihellfire35 = RecipeBuilder.newBuilder("multihellfire35","berserker_forge",2); multihellfire35.addWillInput("DEFAULT", 50,1,2000000); multihellfire35.addItemInput(); multihellfire35.addItemInput(); @@ -333,8 +333,8 @@ multihellfire35.addItemInput(); multihellfire35.addItemOutput(); multihellfire35.build(); -val multihellfire36 = RecipeBuilder.newBuilder("multihellfire36","berserker_forge",1); -multihellfire36.addWillInput("DEFAULT", 100,1,2000000); +val multihellfire36 = RecipeBuilder.newBuilder("multihellfire36","berserker_forge",2); +multihellfire36.addWillInput("DEFAULT", 90,1,2000000); multihellfire36.addItemInput(); multihellfire36.addItemInput(); multihellfire36.addItemInput(); @@ -342,8 +342,8 @@ multihellfire36.addItemInput(); multihellfire36.addItemOutput(); multihellfire36.build(); -val multihellfire37 = RecipeBuilder.newBuilder("multihellfire37","berserker_forge",1); -multihellfire37.addWillInput("DEFAULT", 200,1,2000000); +val multihellfire37 = RecipeBuilder.newBuilder("multihellfire37","berserker_forge",2); +multihellfire37.addWillInput("DEFAULT", 90,1,2000000); multihellfire37.addItemInput(); multihellfire37.addItemInput(); multihellfire37.addItemInput(); @@ -351,7 +351,7 @@ multihellfire37.addItemInput(); multihellfire37.addItemOutput(); multihellfire37.build(); -val multihellfire38 = RecipeBuilder.newBuilder("multihellfire38","berserker_forge",1); +val multihellfire38 = RecipeBuilder.newBuilder("multihellfire38","berserker_forge",2); multihellfire38.addWillInput("DEFAULT", 50,1,2000000); multihellfire38.addItemInput(); multihellfire38.addItemInput(); @@ -360,7 +360,7 @@ multihellfire38.addItemInput(); multihellfire38.addItemOutput(); multihellfire38.build(); -val multihellfire39 = RecipeBuilder.newBuilder("multihellfire39","berserker_forge",1); +val multihellfire39 = RecipeBuilder.newBuilder("multihellfire39","berserker_forge",2); multihellfire39.addWillInput("DEFAULT", 50,1,2000000); multihellfire39.addItemInput(); multihellfire39.addItemInput(); @@ -369,8 +369,8 @@ multihellfire39.addItemInput(); multihellfire39.addItemOutput(); multihellfire39.build(); -val multihellfire40 = RecipeBuilder.newBuilder("multihellfire40","berserker_forge",1); -multihellfire40.addWillInput("DEFAULT", 200,1,2000000); +val multihellfire40 = RecipeBuilder.newBuilder("multihellfire40","berserker_forge",2); +multihellfire40.addWillInput("DEFAULT", 90,1,2000000); multihellfire40.addItemInput(); multihellfire40.addItemInput(); multihellfire40.addItemInput(); @@ -378,8 +378,8 @@ multihellfire40.addItemInput(); multihellfire40.addItemOutput(); multihellfire40.build(); -val multihellfire41 = RecipeBuilder.newBuilder("multihellfire41","berserker_forge",1); -multihellfire41.addWillInput("DEFAULT", 200,1,2000000); +val multihellfire41 = RecipeBuilder.newBuilder("multihellfire41","berserker_forge",2); +multihellfire41.addWillInput("DEFAULT", 90,1,2000000); multihellfire41.addItemInput(); multihellfire41.addItemInput(); multihellfire41.addItemInput(); @@ -387,7 +387,7 @@ multihellfire41.addItemInput(); multihellfire41.addItemOutput(); multihellfire41.build(); -val multihellfire42 = RecipeBuilder.newBuilder("multihellfire42","berserker_forge",1); +val multihellfire42 = RecipeBuilder.newBuilder("multihellfire42","berserker_forge",2); multihellfire42.addWillInput("DEFAULT", 20,1,2000000); multihellfire42.addItemInput(); multihellfire42.addItemInput(); @@ -396,7 +396,7 @@ multihellfire42.addItemInput(); multihellfire42.addItemOutput(); multihellfire42.build(); -val multihellfire43 = RecipeBuilder.newBuilder("multihellfire43","berserker_forge",1); +val multihellfire43 = RecipeBuilder.newBuilder("multihellfire43","berserker_forge",2); multihellfire43.addWillInput("DEFAULT", 20,1,2000000); multihellfire43.addItemInput(); multihellfire43.addItemInput(); @@ -404,7 +404,7 @@ multihellfire43.addItemInput(); multihellfire43.addItemOutput(); multihellfire43.build(); -val multihellfire44 = RecipeBuilder.newBuilder("multihellfire44","berserker_forge",1); +val multihellfire44 = RecipeBuilder.newBuilder("multihellfire44","berserker_forge",2); multihellfire44.addWillInput("DEFAULT", 20,1,2000000); multihellfire44.addItemInput(); multihellfire44.addItemInput(); @@ -413,7 +413,7 @@ multihellfire44.addItemInput(); multihellfire44.addItemOutput(); multihellfire44.build(); -val multihellfire45 = RecipeBuilder.newBuilder("multihellfire45","berserker_forge",1); +val multihellfire45 = RecipeBuilder.newBuilder("multihellfire45","berserker_forge",2); multihellfire45.addWillInput("DEFAULT", 10,1,2000000); multihellfire45.addItemInput(); multihellfire45.addItemInput(); @@ -428,7 +428,7 @@ recipes.addShapeless(, ]); -val multihellfire46 = RecipeBuilder.newBuilder("multihellfire46","berserker_forge",1); +val multihellfire46 = RecipeBuilder.newBuilder("multihellfire46","berserker_forge",2); multihellfire46.addWillInput("DEFAULT", 32,1,2000000); multihellfire46.addItemInput(); multihellfire46.addItemInput(); @@ -437,8 +437,8 @@ multihellfire46.addItemInput(); multihellfire46.addItemOutput(); multihellfire46.build(); -val multihellfire47 = RecipeBuilder.newBuilder("multihellfire47","berserker_forge",1); -multihellfire47.addWillInput("DEFAULT", 512,1,2000000); +val multihellfire47 = RecipeBuilder.newBuilder("multihellfire47","berserker_forge",2); +multihellfire47.addWillInput("DEFAULT", 90,1,2000000); multihellfire47.addItemInput(); multihellfire47.addItemInput(); multihellfire47.addItemInput(); @@ -446,7 +446,7 @@ multihellfire47.addItemInput(); multihellfire47.addItemOutput(); multihellfire47.build(); -val multihellfire48 = RecipeBuilder.newBuilder("multihellfire48","berserker_forge",1); +val multihellfire48 = RecipeBuilder.newBuilder("multihellfire48","berserker_forge",2); multihellfire48.addWillInput("DEFAULT", 20,1,2000000); multihellfire48.addItemInput(); multihellfire48.addItemInput(); @@ -455,7 +455,7 @@ multihellfire48.addItemInput(); multihellfire48.addItemOutput(); multihellfire48.build(); -val multihellfire49 = RecipeBuilder.newBuilder("multihellfire49","berserker_forge",1); +val multihellfire49 = RecipeBuilder.newBuilder("multihellfire49","berserker_forge",2); multihellfire49.addWillInput("DEFAULT", 20,1,2000000); multihellfire49.addItemInput(); multihellfire49.addItemInput(); @@ -465,7 +465,7 @@ multihellfire49.addItemOutput(); multihellfire49.build(); -val multihellfire50 = RecipeBuilder.newBuilder("multihellfire50","berserker_forge",1); +val multihellfire50 = RecipeBuilder.newBuilder("multihellfire50","berserker_forge",2); multihellfire50.addWillInput("DEFAULT", 3,1,2000000); multihellfire50.addItemInput(); multihellfire50.addItemInput(); @@ -473,7 +473,7 @@ multihellfire50.addItemInput(); multihellfire50.addItemOutput(); multihellfire50.build(); -val multihellfire51 = RecipeBuilder.newBuilder("multihellfire51","berserker_forge",1); +val multihellfire51 = RecipeBuilder.newBuilder("multihellfire51","berserker_forge",2); multihellfire51.addWillInput("DEFAULT", 50,1,2000000); multihellfire51.addItemInput(); multihellfire51.addItemInput(); @@ -482,7 +482,7 @@ multihellfire51.addItemInput(); multihellfire51.addItemOutput(); multihellfire51.build(); -val multihellfire52 = RecipeBuilder.newBuilder("multihellfire52","berserker_forge",1); +val multihellfire52 = RecipeBuilder.newBuilder("multihellfire52","berserker_forge",2); multihellfire52.addWillInput("DEFAULT", 0,1,2000000); multihellfire52.addItemInput(*4); multihellfire52.addItemInput(); @@ -491,11 +491,79 @@ multihellfire52.addItemInput(); multihellfire52.addItemOutput(); multihellfire52.build(); -val multihellfire53 = RecipeBuilder.newBuilder("multihellfire53","berserker_forge",1); +val multihellfire53 = RecipeBuilder.newBuilder("multihellfire53","berserker_forge",2); multihellfire53.addWillInput("DEFAULT", 10,1,2000000); multihellfire53.addItemInput(); multihellfire53.addItemInput(); multihellfire53.addItemInput(); multihellfire53.addItemInput(); multihellfire53.addItemOutput(); -multihellfire53.build(); \ No newline at end of file +multihellfire53.build(); + + + +recipes.addShapeless(*10, +[]); + +recipes.addShapeless(*10, +[]); + +recipes.addShapeless(*10, +[]); + +recipes.addShapeless(*10, +[]); + +recipes.addShapeless(*10, +[]); + + +val berserkercrucible1 = RecipeBuilder.newBuilder("berserkercrucible1","berserker_crucible",2); +berserkercrucible1.addItemInput(); +berserkercrucible1.addWillOutput("DEFAULT", 100); +berserkercrucible1.build(); + +val berserkercrucible2 = RecipeBuilder.newBuilder("berserkercrucible2","berserker_crucible",2); +berserkercrucible2.addItemInput(); +berserkercrucible2.addWillOutput("DEFAULT", 10); +berserkercrucible2.build(); + +val berserkercrucible3 = RecipeBuilder.newBuilder("berserkercrucible3","berserker_crucible",2); +berserkercrucible3.addItemInput(); +berserkercrucible3.addWillOutput("CORROSIVE", 100); +berserkercrucible3.build(); + +val berserkercrucible4 = RecipeBuilder.newBuilder("berserkercrucible4","berserker_crucible",2); +berserkercrucible4.addItemInput(); +berserkercrucible4.addWillOutput("CORROSIVE", 10); +berserkercrucible4.build(); + +val berserkercrucible5 = RecipeBuilder.newBuilder("berserkercrucible5","berserker_crucible",2); +berserkercrucible5.addItemInput(); +berserkercrucible5.addWillOutput("DESTRUCTIVE", 100); +berserkercrucible5.build(); + +val berserkercrucible6 = RecipeBuilder.newBuilder("berserkercrucible6","berserker_crucible",2); +berserkercrucible6.addItemInput(); +berserkercrucible6.addWillOutput("DESTRUCTIVE", 10); +berserkercrucible6.build(); + +val berserkercrucible7 = RecipeBuilder.newBuilder("berserkercrucible7","berserker_crucible",2); +berserkercrucible7.addItemInput(); +berserkercrucible7.addWillOutput("VENGEFUL", 100); +berserkercrucible7.build(); + +val berserkercrucible8 = RecipeBuilder.newBuilder("berserkercrucible8","berserker_crucible",2); +berserkercrucible8.addItemInput(); +berserkercrucible8.addWillOutput("VENGEFUL", 10); +berserkercrucible8.build(); + +val berserkercrucible9 = RecipeBuilder.newBuilder("berserkercrucible9","berserker_crucible",2); +berserkercrucible9.addItemInput(); +berserkercrucible9.addWillOutput("STEADFAST", 100); +berserkercrucible9.build(); + +val berserkercrucible10 = RecipeBuilder.newBuilder("berserkercrucible10","berserker_crucible",2); +berserkercrucible10.addItemInput(); +berserkercrucible10.addWillOutput("STEADFAST", 10); +berserkercrucible10.build(); \ No newline at end of file diff --git a/scripts/ModularIceFire.zs b/scripts/ModularIceFire.zs index 2b5d5052..4a2a2d9a 100644 --- a/scripts/ModularIceFire.zs +++ b/scripts/ModularIceFire.zs @@ -145,4 +145,15 @@ opdra13.addItemInput(*64); opdra13.addItemInput(); opdra13.addItemInput(*32); opdra13.addItemOutput(); -opdra13.build(); \ No newline at end of file +opdra13.build(); + +val opdra14 = RecipeBuilder.newBuilder("dragoncruc14","dragonfire_crucible",40); +opdra14.addFluidInput(*5000); +opdra14.addItemInput(); +opdra14.addItemInput(*4); +opdra14.addItemInput(*4); +opdra14.addItemInput(*4); +opdra14.addItemInput(*4); +opdra14.addItemInput(*4); +opdra14.addItemOutput(); +opdra14.build(); \ No newline at end of file diff --git a/scripts/ModularImpetusHard.zs b/scripts/ModularImpetusHard.zs new file mode 100644 index 00000000..147699b6 --- /dev/null +++ b/scripts/ModularImpetusHard.zs @@ -0,0 +1,25 @@ +import mods.modularmachinery.RecipeBuilder; +import mods.thaumcraft.Infusion; + + +mods.thaumcraft.Infusion.registerRecipe("infcatalyzerimp", "", +, 10, +[*500, *500, *500, *500], +, +[, , + , , + , , + , ]); + + +val eldritchimpetushard = RecipeBuilder.newBuilder("eldritchimpetushard","eldritch_impetus_catalyzer",1000); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addItemInput(); +eldritchimpetushard.addImpetusOutput(50); +eldritchimpetushard.build(); + diff --git a/scripts/ModularInfinityFurnace.zs b/scripts/ModularInfinityFurnace.zs index 9f7193af..98bd2fc6 100644 --- a/scripts/ModularInfinityFurnace.zs +++ b/scripts/ModularInfinityFurnace.zs @@ -10,6 +10,8 @@ infinityfurnace.build(); val infinityfurnaceshyre = RecipeBuilder.newBuilder("infinityfurnaceshyre","infinity_furnace",100); infinityfurnaceshyre.addFluidInput(*8000); infinityfurnaceshyre.addItemInput(); +infinityfurnaceshyre.addItemInput(); +infinityfurnaceshyre.setChance(0.0); infinityfurnaceshyre.addItemOutput(*2); infinityfurnaceshyre.addItemOutput(*2); infinityfurnaceshyre.addItemOutput(*2); @@ -18,6 +20,8 @@ infinityfurnaceshyre.build(); val infinityfurnaceshyrebetter = RecipeBuilder.newBuilder("infinityfurnaceshyrebetter","infinity_furnace",100); infinityfurnaceshyrebetter.addFluidInput(*8000); infinityfurnaceshyrebetter.addItemInput(); +infinityfurnaceshyrebetter.addItemInput(); +infinityfurnaceshyrebetter.setChance(0.0); infinityfurnaceshyrebetter.addItemOutput(*6); infinityfurnaceshyrebetter.addItemOutput(*6); infinityfurnaceshyrebetter.addItemOutput(*6); diff --git a/scripts/ModularInfusion.zs b/scripts/ModularInfusion.zs index 595740cc..0e69f3b5 100644 --- a/scripts/ModularInfusion.zs +++ b/scripts/ModularInfusion.zs @@ -314,7 +314,7 @@ reci30.addItemInput(*32); reci30.addItemInput(); reci30.addItemInput(); reci30.addItemInput(*4); -reci30.addItemOutput(); +reci30.addItemOutput(*2); reci30.build(); val reci31 = RecipeBuilder.newBuilder("inf31","arcane_autoinfuser",120); @@ -431,4 +431,94 @@ reci41.addItemInput(); reci41.addItemInput(); reci41.addItemInput(); reci41.addItemOutput(); -reci41.build(); \ No newline at end of file +reci41.build(); + +val reci42 = RecipeBuilder.newBuilder("inf42","arcane_autoinfuser",120); +reci42.addEnergyPerTickInput(100); +reci42.addItemInput(); +reci42.addItemInput(); +reci42.addItemInput(); +reci42.addItemInput(); +reci42.addItemOutput(); +reci42.build(); + +val reci43 = RecipeBuilder.newBuilder("inf43","arcane_autoinfuser",120); +reci43.addEnergyPerTickInput(100); +reci43.addItemInput(); +reci43.addItemInput(); +reci43.addItemInput(); +reci43.addItemInput(); +reci43.addItemOutput(); +reci43.build(); + +val reci44 = RecipeBuilder.newBuilder("inf44","arcane_autoinfuser",120); +reci44.addEnergyPerTickInput(100); +reci44.addItemInput(); +reci44.addItemInput(); +reci44.addItemInput(); +reci44.addItemInput(); +reci44.addItemOutput(); +reci44.build(); + +val reci45 = RecipeBuilder.newBuilder("inf45","arcane_autoinfuser",120); +reci45.addEnergyPerTickInput(100); +reci45.addItemInput(); +reci45.addItemInput(); +reci45.addItemInput(); +reci45.addItemInput(); +reci45.addItemOutput(); +reci45.build(); + +val reci46 = RecipeBuilder.newBuilder("inf46","arcane_autoinfuser",120); +reci46.addEnergyPerTickInput(100); +reci46.addItemInput(); +reci46.addItemInput(); +reci46.addItemInput(); +reci46.addItemInput(); +reci46.addItemOutput(); +reci46.build(); + +val reci47 = RecipeBuilder.newBuilder("inf47","arcane_autoinfuser",120); +reci47.addEnergyPerTickInput(100); +reci47.addItemInput(); +reci47.addItemInput(); +reci47.addItemInput(); +reci47.addItemInput(); +reci47.addItemOutput(); +reci47.build(); + +val reci48 = RecipeBuilder.newBuilder("inf48","arcane_autoinfuser",120); +reci48.addEnergyPerTickInput(100); +reci48.addItemInput(); +reci48.addItemInput(); +reci48.addItemInput(); +reci48.addItemInput(); +reci48.addItemOutput(); +reci48.build(); + +val reci49 = RecipeBuilder.newBuilder("inf49","arcane_autoinfuser",120); +reci49.addEnergyPerTickInput(100); +reci49.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*75); +reci49.addItemInput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*75); +reci49.addItemInput(.withTag({Aspects: [{amount: 1, key: "potentia"}]})*50); +reci49.addItemInput(); +reci49.addItemInput(); +reci49.addItemInput(*4); +reci49.addItemInput(); +reci49.addItemOutput(); +reci49.build(); + +val reci50 = RecipeBuilder.newBuilder("inf50","arcane_autoinfuser",120); +reci50.addEnergyPerTickInput(100); +reci50.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*150); +reci50.addItemInput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*150); +reci50.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*100); +reci50.addItemInput(); +reci50.addItemInput(*2); +reci50.addItemInput(); +reci50.addItemInput(); +reci50.addItemOutput(); +reci50.build(); + + + diff --git a/scripts/ModularSingularities.zs b/scripts/ModularSingularities.zs index e201f680..8b2e24b9 100644 --- a/scripts/ModularSingularities.zs +++ b/scripts/ModularSingularities.zs @@ -184,6 +184,7 @@ val quantumcond172 = RecipeBuilder.newBuilder("quantumcond172","quantum_condense val quantumcond173 = RecipeBuilder.newBuilder("quantumcond173","quantum_condenser",10); quantumcond173.addEnergyPerTickInput(500000); quantumcond173.addItemInput(*5056); quantumcond173.addItemOutput(); quantumcond173.build(); val quantumcond174 = RecipeBuilder.newBuilder("quantumcond174","quantum_condenser",10); quantumcond174.addEnergyPerTickInput(500000); quantumcond174.addItemInput(*5056); quantumcond174.addItemOutput(); quantumcond174.build(); val quantumcond175 = RecipeBuilder.newBuilder("quantumcond175","quantum_condenser",10); quantumcond175.addEnergyPerTickInput(500000); quantumcond175.addItemInput(*5056); quantumcond175.addItemOutput(); quantumcond175.build(); +val quantumcond176 = RecipeBuilder.newBuilder("quantumcond176","quantum_condenser",10); quantumcond176.addEnergyPerTickInput(500000); quantumcond176.addItemInput(*5056); quantumcond176.addItemOutput(); quantumcond176.build(); @@ -504,4 +505,14 @@ val quantumcondmotus = RecipeBuilder.newBuilder("quantumcondmotus", "quantum_con quantumcondmotus.addEnergyPerTickInput(500000); quantumcondmotus.addItemInput(.withTag({Aspects: [{amount: 1, key: "motus"}]})* 4096); quantumcondmotus.addItemOutput(); -quantumcondmotus.build(); \ No newline at end of file +quantumcondmotus.build(); + + + + + +val quantumcondactual = RecipeBuilder.newBuilder("quantumcondactual", "quantum_condenser", 10); +quantumcondactual.addEnergyPerTickInput(500000); +quantumcondactual.addItemInput(*2048); +quantumcondactual.addItemOutput(); +quantumcondactual.build(); \ No newline at end of file diff --git a/scripts/ModularSmeltery.zs b/scripts/ModularSmeltery.zs new file mode 100644 index 00000000..df80530b --- /dev/null +++ b/scripts/ModularSmeltery.zs @@ -0,0 +1,73 @@ +import mods.modularmachinery.RecipeBuilder; + + +val forgewyvinf1 = RecipeBuilder.newBuilder("forgewyvinf1","forge_of_the_wyvern",2); +forgewyvinf1.addItemInput(); +forgewyvinf1.setChance(0.0); +forgewyvinf1.addItemInput(); +forgewyvinf1.addFluidOutput(*144); +forgewyvinf1.build(); + +val forgewyvinf2 = RecipeBuilder.newBuilder("forgewyvinf2","forge_of_the_wyvern",2); +forgewyvinf2.addItemInput(); +forgewyvinf2.setChance(0.0); +forgewyvinf2.addItemInput(); +forgewyvinf2.addFluidOutput(*1296); +forgewyvinf2.build(); + +val forgewyvbri1 = RecipeBuilder.newBuilder("forgewyvbri1","forge_of_the_wyvern",2); +forgewyvbri1.addItemInput(); +forgewyvbri1.setChance(0.0); +forgewyvbri1.addItemInput(); +forgewyvbri1.addFluidOutput(*144); +forgewyvbri1.build(); + +val forgewyvfir1 = RecipeBuilder.newBuilder("forgewyvfir1","forge_of_the_wyvern",2); +forgewyvfir1.addItemInput(); +forgewyvfir1.setChance(0.0); +forgewyvfir1.addItemInput(); +forgewyvfir1.addFluidOutput(*144); +forgewyvfir1.build(); + +val forgewyvfir2 = RecipeBuilder.newBuilder("forgewyvfir2","forge_of_the_wyvern",2); +forgewyvfir2.addItemInput(); +forgewyvfir2.setChance(0.0); +forgewyvfir2.addItemInput(); +forgewyvfir2.addFluidOutput(*1296); +forgewyvfir2.build(); + + +val forgewyvic1 = RecipeBuilder.newBuilder("forgewyvic1","forge_of_the_wyvern",2); +forgewyvic1.addItemInput(); +forgewyvic1.setChance(0.0); +forgewyvic1.addItemInput(); +forgewyvic1.addFluidOutput(*144); +forgewyvic1.build(); + +val forgewyvic2 = RecipeBuilder.newBuilder("forgewyvic2","forge_of_the_wyvern",2); +forgewyvic2.addItemInput(); +forgewyvic2.setChance(0.0); +forgewyvic2.addItemInput(); +forgewyvic2.addFluidOutput(*1296); +forgewyvic2.build(); + +val forgewyvlig1 = RecipeBuilder.newBuilder("forgewyvlig1","forge_of_the_wyvern",2); +forgewyvlig1.addItemInput(); +forgewyvlig1.setChance(0.0); +forgewyvlig1.addItemInput(); +forgewyvlig1.addFluidOutput(*144); +forgewyvlig1.build(); + +val forgewyvlig2 = RecipeBuilder.newBuilder("forgewyvlig2","forge_of_the_wyvern",2); +forgewyvlig2.addItemInput(); +forgewyvlig2.setChance(0.0); +forgewyvlig2.addItemInput(); +forgewyvlig2.addFluidOutput(*1296); +forgewyvlig2.build(); + +val forgewyvhal1 = RecipeBuilder.newBuilder("forgewyvhal1","forge_of_the_wyvern",2); +forgewyvhal1.addItemInput(); +forgewyvhal1.setChance(0.0); +forgewyvhal1.addItemInput(); +forgewyvhal1.addFluidOutput(*144); +forgewyvhal1.build(); \ No newline at end of file diff --git a/scripts/ModularSolidFusion.zs b/scripts/ModularSolidFusion.zs new file mode 100644 index 00000000..c8baa576 --- /dev/null +++ b/scripts/ModularSolidFusion.zs @@ -0,0 +1,265 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, , null, null, ], +[null, , null, null, null, , null], +[null, null, , , , null, null], +[, null, , , , null, ], +[null, null, , , , null, null], +[null, , null, null, null, , null], +[, null, null, , null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, , null, null, ], +[null, , null, null, null, , null], +[null, null, , , , null, null], +[, null, , , , null, ], +[null, null, , , , null, null], +[null, , null, null, null, , null], +[, null, null, , null, null, ]]); + +val betterfluidfusion1 = RecipeBuilder.newBuilder("betterfluidfusion1","linear_fusion_accelerator",10); +betterfluidfusion1.addEnergyPerTickInput(1000000); +betterfluidfusion1.addFluidInput(*1000); +betterfluidfusion1.addFluidInput(*1000); +betterfluidfusion1.addFluidOutput(*1000); +betterfluidfusion1.addFluidOutput(*1000); +betterfluidfusion1.addFluidOutput(*1000); +betterfluidfusion1.addFluidOutput(*1000); +betterfluidfusion1.build(); + +val betterfluidfusion2 = RecipeBuilder.newBuilder("betterfluidfusion2","linear_fusion_accelerator",10); +betterfluidfusion2.addEnergyPerTickInput(1000000); +betterfluidfusion2.addFluidInput(*1000); +betterfluidfusion2.addFluidInput(*1000); +betterfluidfusion2.addFluidOutput(*1000); +betterfluidfusion2.addFluidOutput(*1000); +betterfluidfusion2.addFluidOutput(*1000); +betterfluidfusion2.addFluidOutput(*1000); +betterfluidfusion2.build(); + +val betterfluidfusion3 = RecipeBuilder.newBuilder("betterfluidfusion3","linear_fusion_accelerator",10); +betterfluidfusion3.addEnergyPerTickInput(1000000); +betterfluidfusion3.addFluidInput(*1000); +betterfluidfusion3.addFluidInput(*1000); +betterfluidfusion3.addFluidOutput(*1000); +betterfluidfusion3.addFluidOutput(*1000); +betterfluidfusion3.addFluidOutput(*1000); +betterfluidfusion3.addFluidOutput(*1000); +betterfluidfusion3.build(); + +val betterfluidfusion4 = RecipeBuilder.newBuilder("betterfluidfusion4","linear_fusion_accelerator",10); +betterfluidfusion4.addEnergyPerTickInput(1000000); +betterfluidfusion4.addFluidInput(*1000); +betterfluidfusion4.addFluidInput(*1000); +betterfluidfusion4.addFluidOutput(*1000); +betterfluidfusion4.addFluidOutput(*1000); +betterfluidfusion4.addFluidOutput(*1000); +betterfluidfusion4.addFluidOutput(*1000); +betterfluidfusion4.build(); + +val betterfluidfusion5 = RecipeBuilder.newBuilder("betterfluidfusion5","linear_fusion_accelerator",10); +betterfluidfusion5.addEnergyPerTickInput(1000000); +betterfluidfusion5.addFluidInput(*1000); +betterfluidfusion5.addFluidInput(*1000); +betterfluidfusion5.addFluidOutput(*1000); +betterfluidfusion5.addFluidOutput(*1000); +betterfluidfusion5.addFluidOutput(*1000); +betterfluidfusion5.addFluidOutput(*1000); +betterfluidfusion5.build(); + +val betterfluidfusion6 = RecipeBuilder.newBuilder("betterfluidfusion6","linear_fusion_accelerator",10); +betterfluidfusion6.addEnergyPerTickInput(1000000); +betterfluidfusion6.addFluidInput(*1000); +betterfluidfusion6.addFluidInput(*1000); +betterfluidfusion6.addFluidOutput(*1000); +betterfluidfusion6.addFluidOutput(*1000); +betterfluidfusion6.addFluidOutput(*1000); +betterfluidfusion6.addFluidOutput(*1000); +betterfluidfusion6.build(); + +val betterfluidfusion7 = RecipeBuilder.newBuilder("betterfluidfusion7","linear_fusion_accelerator",10); +betterfluidfusion7.addEnergyPerTickInput(1000000); +betterfluidfusion7.addFluidInput(*1000); +betterfluidfusion7.addFluidInput(*1000); +betterfluidfusion7.addFluidOutput(*1000); +betterfluidfusion7.addFluidOutput(*1000); +betterfluidfusion7.addFluidOutput(*1000); +betterfluidfusion7.addFluidOutput(*1000); +betterfluidfusion7.build(); + +val betterfluidfusion8 = RecipeBuilder.newBuilder("betterfluidfusion8","linear_fusion_accelerator",10); +betterfluidfusion8.addEnergyPerTickInput(1000000); +betterfluidfusion8.addFluidInput(*1000); +betterfluidfusion8.addFluidInput(*1000); +betterfluidfusion8.addFluidOutput(*1000); +betterfluidfusion8.addFluidOutput(*1000); +betterfluidfusion8.addFluidOutput(*1000); +betterfluidfusion8.addFluidOutput(*1000); +betterfluidfusion8.build(); + +val betterfluidfusion9 = RecipeBuilder.newBuilder("betterfluidfusion9","linear_fusion_accelerator",10); +betterfluidfusion9.addEnergyPerTickInput(1000000); +betterfluidfusion9.addFluidInput(*1000); +betterfluidfusion9.addFluidInput(*1000); +betterfluidfusion9.addFluidOutput(*1000); +betterfluidfusion9.addFluidOutput(*1000); +betterfluidfusion9.addFluidOutput(*1000); +betterfluidfusion9.addFluidOutput(*1000); +betterfluidfusion9.build(); + +val betterfluidfusion10 = RecipeBuilder.newBuilder("betterfluidfusion10","linear_fusion_accelerator",10); +betterfluidfusion10.addEnergyPerTickInput(1000000); +betterfluidfusion10.addFluidInput(*1000); +betterfluidfusion10.addFluidInput(*1000); +betterfluidfusion10.addFluidOutput(*1000); +betterfluidfusion10.addFluidOutput(*1000); +betterfluidfusion10.addFluidOutput(*1000); +betterfluidfusion10.addFluidOutput(*1000); +betterfluidfusion10.build(); + +val betterfluidfusion11 = RecipeBuilder.newBuilder("betterfluidfusion11","linear_fusion_accelerator",10); +betterfluidfusion11.addEnergyPerTickInput(1000000); +betterfluidfusion11.addFluidInput(*1000); +betterfluidfusion11.addFluidInput(*1000); +betterfluidfusion11.addFluidOutput(*1000); +betterfluidfusion11.addFluidOutput(*1000); +betterfluidfusion11.addFluidOutput(*1000); +betterfluidfusion11.addFluidOutput(*1000); +betterfluidfusion11.build(); + +val betterfluidfusion12 = RecipeBuilder.newBuilder("betterfluidfusion12","linear_fusion_accelerator",10); +betterfluidfusion12.addEnergyPerTickInput(1000000); +betterfluidfusion12.addFluidInput(*1000); +betterfluidfusion12.addFluidInput(*1000); +betterfluidfusion12.addFluidOutput(*1000); +betterfluidfusion12.addFluidOutput(*1000); +betterfluidfusion12.addFluidOutput(*1000); +betterfluidfusion12.addFluidOutput(*1000); +betterfluidfusion12.build(); + +val betterfluidfusion13 = RecipeBuilder.newBuilder("betterfluidfusion13","linear_fusion_accelerator",10); +betterfluidfusion13.addEnergyPerTickInput(1000000); +betterfluidfusion13.addFluidInput(*1000); +betterfluidfusion13.addFluidInput(*1000); +betterfluidfusion13.addFluidOutput(*1000); +betterfluidfusion13.addFluidOutput(*1000); +betterfluidfusion13.addFluidOutput(*1000); +betterfluidfusion13.addFluidOutput(*1000); +betterfluidfusion13.build(); + +val betterfluidfusion14 = RecipeBuilder.newBuilder("betterfluidfusion14","linear_fusion_accelerator",10); +betterfluidfusion14.addEnergyPerTickInput(1000000); +betterfluidfusion14.addFluidInput(*1000); +betterfluidfusion14.addFluidInput(*1000); +betterfluidfusion14.addFluidOutput(*1000); +betterfluidfusion14.addFluidOutput(*1000); +betterfluidfusion14.addFluidOutput(*1000); +betterfluidfusion14.addFluidOutput(*1000); +betterfluidfusion14.build(); + +val betterfluidfusion15 = RecipeBuilder.newBuilder("betterfluidfusion15","linear_fusion_accelerator",10); +betterfluidfusion15.addEnergyPerTickInput(1000000); +betterfluidfusion15.addFluidInput(*1000); +betterfluidfusion15.addFluidInput(*1000); +betterfluidfusion15.addFluidOutput(*1000); +betterfluidfusion15.addFluidOutput(*1000); +betterfluidfusion15.build(); + +val betterfluidfusion16 = RecipeBuilder.newBuilder("betterfluidfusion16","linear_fusion_accelerator",10); +betterfluidfusion16.addEnergyPerTickInput(1000000); +betterfluidfusion16.addFluidInput(*1000); +betterfluidfusion16.addFluidInput(*1000); +betterfluidfusion16.addFluidOutput(*10000); +betterfluidfusion16.addFluidOutput(*1000); +betterfluidfusion16.build(); + +val betterfluidfusion17 = RecipeBuilder.newBuilder("betterfluidfusion17","linear_fusion_accelerator",10); +betterfluidfusion17.addEnergyPerTickInput(1000000); +betterfluidfusion17.addFluidInput(*1000); +betterfluidfusion17.addFluidInput(*1000); +betterfluidfusion17.addFluidOutput(*1000); +betterfluidfusion17.build(); + + + + + + +val bettersolidfusion1 = RecipeBuilder.newBuilder("bettersolidfusion1","inertial_confinement_reactor",10); +bettersolidfusion1.addEnergyPerTickInput(1000000); +bettersolidfusion1.addItemInput(*64); +bettersolidfusion1.addItemInput(*16); +bettersolidfusion1.addItemOutput(*64); +bettersolidfusion1.build(); + +val bettersolidfusion2 = RecipeBuilder.newBuilder("bettersolidfusion2","inertial_confinement_reactor",10); +bettersolidfusion2.addEnergyPerTickInput(1000000); +bettersolidfusion2.addItemInput(); +bettersolidfusion2.addItemInput(); +bettersolidfusion2.addItemOutput(*4); +bettersolidfusion2.build(); + +val bettersolidfusion3 = RecipeBuilder.newBuilder("bettersolidfusion3","inertial_confinement_reactor",10); +bettersolidfusion3.addEnergyPerTickInput(1000000); +bettersolidfusion3.addItemInput(); +bettersolidfusion3.addItemInput(); +bettersolidfusion3.addItemOutput(); +bettersolidfusion3.build(); + +val bettersolidfusion4 = RecipeBuilder.newBuilder("bettersolidfusion4","inertial_confinement_reactor",10); +bettersolidfusion4.addEnergyPerTickInput(1000000); +bettersolidfusion4.addItemInput(); +bettersolidfusion4.addItemInput(); +bettersolidfusion4.addItemOutput(); +bettersolidfusion4.build(); + +val bettersolidfusion5 = RecipeBuilder.newBuilder("bettersolidfusion5","inertial_confinement_reactor",10); +bettersolidfusion5.addEnergyPerTickInput(1000000); +bettersolidfusion5.addItemInput(); +bettersolidfusion5.addItemInput(); +bettersolidfusion5.addItemOutput(*5); +bettersolidfusion5.build(); + +val bettersolidfusion6 = RecipeBuilder.newBuilder("bettersolidfusion6","inertial_confinement_reactor",10); +bettersolidfusion6.addEnergyPerTickInput(1000000); +bettersolidfusion6.addItemInput(*4); +bettersolidfusion6.addItemInput(*4); +bettersolidfusion6.addItemOutput(*8); +bettersolidfusion6.build(); + +val bettersolidfusion7 = RecipeBuilder.newBuilder("bettersolidfusion7","inertial_confinement_reactor",10); +bettersolidfusion7.addEnergyPerTickInput(1000000); +bettersolidfusion7.addItemInput(*16); +bettersolidfusion7.addItemInput(*4); +bettersolidfusion7.addItemOutput(); +bettersolidfusion7.build(); + +val bettersolidfusion8 = RecipeBuilder.newBuilder("bettersolidfusion8","inertial_confinement_reactor",10); +bettersolidfusion8.addEnergyPerTickInput(1000000); +bettersolidfusion8.addItemInput(); +bettersolidfusion8.addItemInput(); +bettersolidfusion8.addItemOutput(); +bettersolidfusion8.build(); + +val bettersolidfusion9 = RecipeBuilder.newBuilder("bettersolidfusion9","inertial_confinement_reactor",10); +bettersolidfusion9.addEnergyPerTickInput(1000000); +bettersolidfusion9.addItemInput(); +bettersolidfusion9.addItemInput(); +bettersolidfusion9.addItemOutput(); +bettersolidfusion9.build(); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); diff --git a/scripts/ModularSuperApiary.zs b/scripts/ModularSuperApiary.zs index 52b60b44..02c25d7e 100644 --- a/scripts/ModularSuperApiary.zs +++ b/scripts/ModularSuperApiary.zs @@ -172,7 +172,9 @@ val superbee_amped = RecipeBuilder.newBuilder("superbee_amped","sacred_cinders_a val superbee_firey = RecipeBuilder.newBuilder("superbee_firey","sacred_cinders_apiary",10); superbee_firey.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesFirey", UID0: "magicbees.speciesFirey"}]}})); superbee_firey.setChance(0.0); superbee_firey.addFluidInput(*25); superbee_firey.addItemOutput(*64); superbee_firey.addItemOutput(*64); superbee_firey.build(); val superbee_rockin = RecipeBuilder.newBuilder("superbee_rockin","sacred_cinders_apiary",10); superbee_rockin.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesTERocking", UID0: "magicbees.speciesTERocking"}]}})); superbee_rockin.setChance(0.0); superbee_rockin.addFluidInput(*25); superbee_rockin.addItemOutput(*64); superbee_rockin.addItemOutput(*64); superbee_rockin.build(); val superbee_watery = RecipeBuilder.newBuilder("superbee_watery","sacred_cinders_apiary",10); superbee_watery.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesWatery", UID0: "magicbees.speciesWatery"}]}})); superbee_watery.setChance(0.0); superbee_watery.addFluidInput(*25); superbee_watery.addItemOutput(*64); superbee_watery.addItemOutput(*64); superbee_watery.build(); -val superbee_gelid = RecipeBuilder.newBuilder("superbee_gelid","sacred_cinders_apiary",10); superbee_gelid.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "forestry.species.Gelid", UID0: "forestry.species.Gelid"}]}})); superbee_gelid.setChance(0.0); superbee_gelid.addFluidInput(*25); superbee_gelid.addItemOutput(*64); superbee_gelid.addItemOutput(*64); superbee_gelid.build(); +val superbee_gelid = RecipeBuilder.newBuilder("superbee_gelid","sacred_cinders_apiary",10); superbee_gelid.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesTEGelid", UID0: "forestry.species.Gelid"}]}})); superbee_gelid.setChance(0.0); superbee_gelid.addFluidInput(*25); superbee_gelid.addItemOutput(*64); superbee_gelid.addItemOutput(*64); superbee_gelid.build(); val superbee_pyro = RecipeBuilder.newBuilder("superbee_pyro","sacred_cinders_apiary",10); superbee_pyro.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "magicbees.speciesTEPyro", UID0: "magicbees.speciesTEPyro"}]}})); superbee_pyro.setChance(0.0); superbee_pyro.addFluidInput(*25); superbee_pyro.addItemOutput(*64); superbee_pyro.addItemOutput(*64); superbee_pyro.build(); val superbee_fluorine = RecipeBuilder.newBuilder("superbee_fluorine","sacred_cinders_apiary",10); superbee_fluorine.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Fluorine", UID0: "gendustry.bee.Fluorine"}]}})); superbee_fluorine.setChance(0.0); superbee_fluorine.addFluidInput(*25); superbee_fluorine.addItemOutput(*64); superbee_fluorine.addItemOutput(*64); superbee_fluorine.build(); -val superbee_helium = RecipeBuilder.newBuilder("superbee_helium","sacred_cinders_apiary",10); superbee_helium.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Helium", UID0: "gendustry.bee.Helium"}]}})); superbee_helium.setChance(0.0); superbee_helium.addFluidInput(*25); superbee_helium.addItemOutput(*64); superbee_helium.addItemOutput(*64); superbee_helium.build(); \ No newline at end of file +val superbee_helium = RecipeBuilder.newBuilder("superbee_helium","sacred_cinders_apiary",10); superbee_helium.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Helium", UID0: "gendustry.bee.Helium"}]}})); superbee_helium.setChance(0.0); superbee_helium.addFluidInput(*25); superbee_helium.addItemOutput(*64); superbee_helium.addItemOutput(*64); superbee_helium.build(); +val superbee_flux = RecipeBuilder.newBuilder("superbee_flux","sacred_cinders_apiary",10); superbee_flux.addItemInput(.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Flux", UID0: "gendustry.bee.Flux"}]}})); superbee_flux.setChance(0.0); superbee_flux.addFluidInput(*25); superbee_flux.addItemOutput(*64); superbee_flux.addItemOutput(*64); superbee_flux.build(); + diff --git a/scripts/ModularThaumcraft.zs b/scripts/ModularThaumcraft.zs index 394e88af..9e5b18d0 100644 --- a/scripts/ModularThaumcraft.zs +++ b/scripts/ModularThaumcraft.zs @@ -1188,7 +1188,7 @@ thaum113.addItemInput(.withTag({Aspects: [{amount: 1 thaum113.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*10); thaum113.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*10); thaum113.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*10); -thaum113.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*10); +thaum113.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*10); thaum113.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*10); thaum113.addItemInput(*3); thaum113.addItemInput(*3); @@ -1202,12 +1202,12 @@ thaum114.addItemInput(.withTag({Aspects: [{amount: 1 thaum114.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*5); thaum114.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*5); thaum114.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*5); -thaum114.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*5); +thaum114.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*5); thaum114.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*5); thaum114.addItemInput(); thaum114.addItemInput(*3); thaum114.addItemInput(*1); -thaum114.addItemOutput(*3); +thaum114.addItemOutput(); thaum114.build(); diff --git a/scripts/ModularTokens.zs b/scripts/ModularTokens.zs index 1e1f1da8..6f5f685a 100644 --- a/scripts/ModularTokens.zs +++ b/scripts/ModularTokens.zs @@ -1,5 +1,43 @@ import mods.modularmachinery.RecipeBuilder; +recipes.addShaped(.withTag({display: {Lore: ["§d§oTier 1§r"]}}), +[[, , ], +[, , ], +[, , ]]); + +mods.chisel.Carving.addGroup("tokenconfig"); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 1§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 2§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 3§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 4§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 5§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 6§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 7§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 8§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 9§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 10§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 11§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 12§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 13§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 14§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 15§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 16§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 17§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 18§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 19§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 20§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 21§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 22§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 23§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 24§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 25§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 26§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 27§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 28§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 29§r"]}})); +mods.chisel.Carving.addVariation("tokenconfig", .withTag({display: {Lore: ["§d§oTier 30§r"]}})); + + mods.extendedcrafting.TableCrafting.addShaped(, [[, , , , , , , , ], [, , , , , , , , ], @@ -193,17 +231,23 @@ tokengen38.addEnergyPerTickOutput(250000); tokengen38.build(); val tokentiered1 = RecipeBuilder.newBuilder("tokentiered1","token_totem",800); +tokentiered1.addItemInput(.withTag({display: {Lore: ["§d§oTier 1§r"]}})); +tokentiered1.setChance(0.0); tokentiered1.addItemInput(); tokentiered1.addEnergyPerTickOutput(10); tokentiered1.build(); val tokentiered2 = RecipeBuilder.newBuilder("tokentiered2","token_totem",800); +tokentiered2.addItemInput(.withTag({display: {Lore: ["§d§oTier 2§r"]}})); +tokentiered2.setChance(0.0); tokentiered2.addItemInput(); tokentiered2.addItemInput(); tokentiered2.addEnergyPerTickOutput(100); tokentiered2.build(); val tokentiered3 = RecipeBuilder.newBuilder("tokentiered3","token_totem",800); +tokentiered3.addItemInput(.withTag({display: {Lore: ["§d§oTier 3§r"]}})); +tokentiered3.setChance(0.0); tokentiered3.addItemInput(); tokentiered3.addItemInput(); tokentiered3.addItemInput(); @@ -211,6 +255,8 @@ tokentiered3.addEnergyPerTickOutput(500); tokentiered3.build(); val tokentiered4 = RecipeBuilder.newBuilder("tokentiered4","token_totem",800); +tokentiered4.addItemInput(.withTag({display: {Lore: ["§d§oTier 4§r"]}})); +tokentiered4.setChance(0.0); tokentiered4.addItemInput(); tokentiered4.addItemInput(); tokentiered4.addItemInput(); @@ -219,6 +265,8 @@ tokentiered4.addEnergyPerTickOutput(1000); tokentiered4.build(); val tokentiered5 = RecipeBuilder.newBuilder("tokentiered5","token_totem",800); +tokentiered5.addItemInput(.withTag({display: {Lore: ["§d§oTier 5§r"]}})); +tokentiered5.setChance(0.0); tokentiered5.addItemInput(); tokentiered5.addItemInput(); tokentiered5.addItemInput(); @@ -228,6 +276,8 @@ tokentiered5.addEnergyPerTickOutput(5000); tokentiered5.build(); val tokentiered6 = RecipeBuilder.newBuilder("tokentiered6","token_totem",800); +tokentiered6.addItemInput(.withTag({display: {Lore: ["§d§oTier 6§r"]}})); +tokentiered6.setChance(0.0); tokentiered6.addItemInput(); tokentiered6.addItemInput(); tokentiered6.addItemInput(); @@ -238,6 +288,8 @@ tokentiered6.addEnergyPerTickOutput(10000); tokentiered6.build(); val tokentiered7 = RecipeBuilder.newBuilder("tokentiered7","token_totem",800); +tokentiered7.addItemInput(.withTag({display: {Lore: ["§d§oTier 7§r"]}})); +tokentiered7.setChance(0.0); tokentiered7.addItemInput(); tokentiered7.addItemInput(); tokentiered7.addItemInput(); @@ -249,6 +301,8 @@ tokentiered7.addEnergyPerTickOutput(20000); tokentiered7.build(); val tokentiered8 = RecipeBuilder.newBuilder("tokentiered8","token_totem",800); +tokentiered8.addItemInput(.withTag({display: {Lore: ["§d§oTier 8§r"]}})); +tokentiered8.setChance(0.0); tokentiered8.addItemInput(); tokentiered8.addItemInput(); tokentiered8.addItemInput(); @@ -261,6 +315,8 @@ tokentiered8.addEnergyPerTickOutput(30000); tokentiered8.build(); val tokentiered9 = RecipeBuilder.newBuilder("tokentiered9","token_totem",800); +tokentiered9.addItemInput(.withTag({display: {Lore: ["§d§oTier 9§r"]}})); +tokentiered9.setChance(0.0); tokentiered9.addItemInput(); tokentiered9.addItemInput(); tokentiered9.addItemInput(); @@ -274,6 +330,8 @@ tokentiered9.addEnergyPerTickOutput(50000); tokentiered9.build(); val tokentiered10 = RecipeBuilder.newBuilder("tokentiered10","token_totem",800); +tokentiered10.addItemInput(.withTag({display: {Lore: ["§d§oTier 10§r"]}})); +tokentiered10.setChance(0.0); tokentiered10.addItemInput(); tokentiered10.addItemInput(); tokentiered10.addItemInput(); @@ -288,6 +346,8 @@ tokentiered10.addEnergyPerTickOutput(100000); tokentiered10.build(); val tokentiered11 = RecipeBuilder.newBuilder("tokentiered11","token_totem",800); +tokentiered11.addItemInput(.withTag({display: {Lore: ["§d§oTier 11§r"]}})); +tokentiered11.setChance(0.0); tokentiered11.addItemInput(); tokentiered11.addItemInput(); tokentiered11.addItemInput(); @@ -303,6 +363,8 @@ tokentiered11.addEnergyPerTickOutput(200000); tokentiered11.build(); val tokentiered12 = RecipeBuilder.newBuilder("tokentiered12","token_totem",800); +tokentiered12.addItemInput(.withTag({display: {Lore: ["§d§oTier 12§r"]}})); +tokentiered12.setChance(0.0); tokentiered12.addItemInput(); tokentiered12.addItemInput(); tokentiered12.addItemInput(); @@ -319,6 +381,8 @@ tokentiered12.addEnergyPerTickOutput(500000); tokentiered12.build(); val tokentiered13 = RecipeBuilder.newBuilder("tokentiered13","token_totem",800); +tokentiered13.addItemInput(.withTag({display: {Lore: ["§d§oTier 13§r"]}})); +tokentiered13.setChance(0.0); tokentiered13.addItemInput(); tokentiered13.addItemInput(); tokentiered13.addItemInput(); @@ -336,6 +400,8 @@ tokentiered13.addEnergyPerTickOutput(800000); tokentiered13.build(); val tokentiered14 = RecipeBuilder.newBuilder("tokentiered14","token_totem",800); +tokentiered14.addItemInput(.withTag({display: {Lore: ["§d§oTier 14§r"]}})); +tokentiered14.setChance(0.0); tokentiered14.addItemInput(); tokentiered14.addItemInput(); tokentiered14.addItemInput(); @@ -354,6 +420,8 @@ tokentiered14.addEnergyPerTickOutput(900000); tokentiered14.build(); val tokentiered15 = RecipeBuilder.newBuilder("tokentiered15","token_totem",800); +tokentiered15.addItemInput(.withTag({display: {Lore: ["§d§oTier 15§r"]}})); +tokentiered15.setChance(0.0); tokentiered15.addItemInput(); tokentiered15.addItemInput(); tokentiered15.addItemInput(); @@ -373,6 +441,8 @@ tokentiered15.addEnergyPerTickOutput(1000000); tokentiered15.build(); val tokentiered16 = RecipeBuilder.newBuilder("tokentiered16","token_totem",800); +tokentiered16.addItemInput(.withTag({display: {Lore: ["§d§oTier 16§r"]}})); +tokentiered16.setChance(0.0); tokentiered16.addItemInput(); tokentiered16.addItemInput(); tokentiered16.addItemInput(); @@ -393,6 +463,8 @@ tokentiered16.addEnergyPerTickOutput(1200000); tokentiered16.build(); val tokentiered17 = RecipeBuilder.newBuilder("tokentiered17","token_totem",800); +tokentiered17.addItemInput(.withTag({display: {Lore: ["§d§oTier 17§r"]}})); +tokentiered17.setChance(0.0); tokentiered17.addItemInput(); tokentiered17.addItemInput(); tokentiered17.addItemInput(); @@ -414,6 +486,8 @@ tokentiered17.addEnergyPerTickOutput(1400000); tokentiered17.build(); val tokentiered18 = RecipeBuilder.newBuilder("tokentiered18","token_totem",800); +tokentiered18.addItemInput(.withTag({display: {Lore: ["§d§oTier 18§r"]}})); +tokentiered18.setChance(0.0); tokentiered18.addItemInput(); tokentiered18.addItemInput(); tokentiered18.addItemInput(); @@ -436,6 +510,8 @@ tokentiered18.addEnergyPerTickOutput(1600000); tokentiered18.build(); val tokentiered19 = RecipeBuilder.newBuilder("tokentiered19","token_totem",800); +tokentiered19.addItemInput(.withTag({display: {Lore: ["§d§oTier 19§r"]}})); +tokentiered19.setChance(0.0); tokentiered19.addItemInput(); tokentiered19.addItemInput(); tokentiered19.addItemInput(); @@ -459,6 +535,8 @@ tokentiered19.addEnergyPerTickOutput(1800000); tokentiered19.build(); val tokentiered20 = RecipeBuilder.newBuilder("tokentiered20","token_totem",800); +tokentiered20.addItemInput(.withTag({display: {Lore: ["§d§oTier 20§r"]}})); +tokentiered20.setChance(0.0); tokentiered20.addItemInput(); tokentiered20.addItemInput(); tokentiered20.addItemInput(); @@ -483,6 +561,8 @@ tokentiered20.addEnergyPerTickOutput(2000000); tokentiered20.build(); val tokentiered21 = RecipeBuilder.newBuilder("tokentiered21","token_totem",800); +tokentiered21.addItemInput(.withTag({display: {Lore: ["§d§oTier 21§r"]}})); +tokentiered21.setChance(0.0); tokentiered21.addItemInput(); tokentiered21.addItemInput(); tokentiered21.addItemInput(); @@ -508,6 +588,8 @@ tokentiered21.addEnergyPerTickOutput(5000000); tokentiered21.build(); val tokentiered22 = RecipeBuilder.newBuilder("tokentiered22","token_totem",800); +tokentiered22.addItemInput(.withTag({display: {Lore: ["§d§oTier 22§r"]}})); +tokentiered22.setChance(0.0); tokentiered22.addItemInput(); tokentiered22.addItemInput(); tokentiered22.addItemInput(); @@ -534,6 +616,8 @@ tokentiered22.addEnergyPerTickOutput(10000000); tokentiered22.build(); val tokentiered23 = RecipeBuilder.newBuilder("tokentiered23","token_totem",800); +tokentiered23.addItemInput(.withTag({display: {Lore: ["§d§oTier 23§r"]}})); +tokentiered23.setChance(0.0); tokentiered23.addItemInput(); tokentiered23.addItemInput(); tokentiered23.addItemInput(); @@ -561,6 +645,8 @@ tokentiered23.addEnergyPerTickOutput(20000000); tokentiered23.build(); val tokentiered24 = RecipeBuilder.newBuilder("tokentiered24","token_totem",800); +tokentiered24.addItemInput(.withTag({display: {Lore: ["§d§oTier 24§r"]}})); +tokentiered24.setChance(0.0); tokentiered24.addItemInput(); tokentiered24.addItemInput(); tokentiered24.addItemInput(); @@ -589,6 +675,8 @@ tokentiered24.addEnergyPerTickOutput(30000000); tokentiered24.build(); val tokentiered25 = RecipeBuilder.newBuilder("tokentiered25","token_totem",800); +tokentiered25.addItemInput(.withTag({display: {Lore: ["§d§oTier 25§r"]}})); +tokentiered25.setChance(0.0); tokentiered25.addItemInput(); tokentiered25.addItemInput(); tokentiered25.addItemInput(); @@ -618,6 +706,8 @@ tokentiered25.addEnergyPerTickOutput(40000000); tokentiered25.build(); val tokentiered26 = RecipeBuilder.newBuilder("tokentiered26","token_totem",800); +tokentiered26.addItemInput(.withTag({display: {Lore: ["§d§oTier 26§r"]}})); +tokentiered26.setChance(0.0); tokentiered26.addItemInput(); tokentiered26.addItemInput(); tokentiered26.addItemInput(); @@ -648,6 +738,8 @@ tokentiered26.addEnergyPerTickOutput(50000000); tokentiered26.build(); val tokentiered27 = RecipeBuilder.newBuilder("tokentiered27","token_totem",800); +tokentiered27.addItemInput(.withTag({display: {Lore: ["§d§oTier 27§r"]}})); +tokentiered27.setChance(0.0); tokentiered27.addItemInput(); tokentiered27.addItemInput(); tokentiered27.addItemInput(); @@ -679,6 +771,8 @@ tokentiered27.addEnergyPerTickOutput(60000000); tokentiered27.build(); val tokentiered28 = RecipeBuilder.newBuilder("tokentiered28","token_totem",800); +tokentiered28.addItemInput(.withTag({display: {Lore: ["§d§oTier 28§r"]}})); +tokentiered28.setChance(0.0); tokentiered28.addItemInput(); tokentiered28.addItemInput(); tokentiered28.addItemInput(); @@ -711,6 +805,8 @@ tokentiered28.addEnergyPerTickOutput(80000000); tokentiered28.build(); val tokentiered29 = RecipeBuilder.newBuilder("tokentiered29","token_totem",800); +tokentiered29.addItemInput(.withTag({display: {Lore: ["§d§oTier 29§r"]}})); +tokentiered29.setChance(0.0); tokentiered29.addItemInput(); tokentiered29.addItemInput(); tokentiered29.addItemInput(); diff --git a/scripts/ModularUUmatter.zs b/scripts/ModularUUmatter.zs new file mode 100644 index 00000000..8eeeed0c --- /dev/null +++ b/scripts/ModularUUmatter.zs @@ -0,0 +1,23 @@ +import mods.modularmachinery.RecipeBuilder; + + +val matterrepscrap = RecipeBuilder.newBuilder("matterrepscrap", "matter_reprocessor", 10); +matterrepscrap.addEnergyPerTickInput(5000); +matterrepscrap.addItemInput(); +matterrepscrap.setChance(0.0); +matterrepscrap.addItemOutput(*16); +matterrepscrap.build(); + +val matterrepbox = RecipeBuilder.newBuilder("matterrepbox", "matter_reprocessor", 10); +matterrepbox.addEnergyPerTickInput(5000); +matterrepbox.addItemInput(); +matterrepbox.setChance(0.0); +matterrepbox.addItemOutput(*4); +matterrepbox.build(); + +val matterrepuu = RecipeBuilder.newBuilder("matterrepuu", "matter_reprocessor", 10); +matterrepuu.addEnergyPerTickInput(5000); +matterrepuu.addItemInput(); +matterrepuu.setChance(0.0); +matterrepuu.addItemOutput(*8); +matterrepuu.build(); \ No newline at end of file diff --git a/scripts/ModularVoidBranches.zs b/scripts/ModularVoidBranches.zs index bff156df..bac3fafe 100644 --- a/scripts/ModularVoidBranches.zs +++ b/scripts/ModularVoidBranches.zs @@ -116,9 +116,9 @@ recipes.addShaped(.withTag({EntityTag: {id: "divinerpg:rain [, , ]]); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, , ]]); val makerecursivegoo = RecipeBuilder.newBuilder("makerecursivegoo","bloodmaster_crucible",1200); makerecursivegoo.addFluidInput(*500); @@ -129,6 +129,15 @@ makerecursivegoo.addItemInput(*8); makerecursivegoo.addFluidOutput(*1000); makerecursivegoo.build(); +val betterrecursivegoo = RecipeBuilder.newBuilder("betterrecursivegoo","bloodmaster_crucible",40); +betterrecursivegoo.addFluidInput(*500); +betterrecursivegoo.addItemInput(); +betterrecursivegoo.addItemInput(); +betterrecursivegoo.addItemInput(*4); +betterrecursivegoo.addItemInput(*8); +betterrecursivegoo.addFluidOutput(*1000); +betterrecursivegoo.build(); + mods.nuclearcraft.centrifuge.addRecipe([*100, *1000, *1000, *1000, *1000]); recipes.addShaped(, diff --git a/scripts/ModularVoidMythical.zs b/scripts/ModularVoidMythical.zs index eaa0f509..0c5180f9 100644 --- a/scripts/ModularVoidMythical.zs +++ b/scripts/ModularVoidMythical.zs @@ -62,11 +62,17 @@ mith1.addItemOutput(*10); mith1.setChance(0.3); mith1.addItemOutput(*10); mith1.setChance(0.05); -mith1.addItemOutput(); +mith1.addItemOutput(); mith1.setChance(0.1); mith1.addItemOutput(); mith1.build(); +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + recipes.addShaped(, [[, , ], [, , ], @@ -166,6 +172,14 @@ mods.nuclearcraft.infuser.addRecipe([, *100, ]); +mods.nuclearcraft.infuser.addRecipe([, +*100, +*2]); + +mods.nuclearcraft.infuser.addRecipe([, +*100, +*3]); + mods.nuclearcraft.manufactory.addRecipe([, ]); @@ -1475,6 +1489,11 @@ mods.nuclearcraft.salt_fission.addRecipe([*50, , *72, , 0.5, 0.5, 1.1]); +recipes.addShaped(*2, +[[], +[], +[]]); + recipes.addShapeless(, [.reuse(), , , ]); recipes.addShapeless(, [.reuse(), ]); @@ -2711,6 +2730,26 @@ recipes.addShaped(*9, [.reuse(), , .reuse()], [null, .reuse(), null]]); +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + mods.abyssalcraft.InfusionRitual.addRitual("ShyreWaystoneInf", 4, 0, 100000, @@ -2755,31 +2794,46 @@ mods.extendedcrafting.CombinationCrafting.addRecipe( [, , , , ]); -mods.extendedcrafting.CombinationCrafting.addRecipe(, -100000, -, -[, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -, -]); +val divinecombinerrealgar = RecipeBuilder.newBuilder("divinecombinerrealgar","divine_combiner",2); +divinecombinerrealgar.addFluidInput(*10); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemInput(); +divinecombinerrealgar.addItemOutput(); +divinecombinerrealgar.build(); + + +val divinecombinergemrec = RecipeBuilder.newBuilder("divinecombinergemrec","divine_combiner",2); +divinecombinergemrec.addFluidInput(*10); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemInput(); +divinecombinergemrec.addItemOutput(); +divinecombinergemrec.build(); recipes.addShaped(, @@ -3052,6 +3106,7 @@ mods.extendedcrafting.CombinationCrafting.addRecipe(]); + mods.extendedcrafting.CombinationCrafting.addRecipe(, 5000000, , diff --git a/scripts/MythicPowerful.zs b/scripts/MythicPowerful.zs index 76409ed6..d386da75 100644 --- a/scripts/MythicPowerful.zs +++ b/scripts/MythicPowerful.zs @@ -522,7 +522,7 @@ import mods.astralsorcery.Utils; [[.withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}}), , , , , , .withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}})], [, , , , , , ], [, , , , , , ], - [, , , , , , ], + [, , , , , , ], [, , , , , , ], [, , , , , , ], [.withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}}), , , , , , .withTag({tank: {FluidName: "overworldian_fluid", Amount: 16000}})]]); diff --git a/scripts/MythicProcessorAlloys.zs b/scripts/MythicProcessorAlloys.zs index b643d994..e1c66a4f 100644 --- a/scripts/MythicProcessorAlloys.zs +++ b/scripts/MythicProcessorAlloys.zs @@ -1,6 +1,6 @@ import mods.modularmachinery.RecipeBuilder; -val mythallo1 = RecipeBuilder.newBuilder("mythallo1","mythic_processor_alloy_furnace",1); +val mythallo1 = RecipeBuilder.newBuilder("mythallo1","mythic_processor_alloy_furnace",2); mythallo1.addEnergyPerTickInput(80000); mythallo1.addItemInput( * 1); mythallo1.addItemInput( * 2); @@ -8,7 +8,7 @@ mythallo1.addItemInput( * 2); mythallo1.addItemOutput(); mythallo1.build(); -val mythallo2 = RecipeBuilder.newBuilder("mythallo2","mythic_processor_alloy_furnace",1); +val mythallo2 = RecipeBuilder.newBuilder("mythallo2","mythic_processor_alloy_furnace",2); mythallo2.addEnergyPerTickInput(80000); mythallo2.addItemInput( * 1); mythallo2.addItemInput( * 1); @@ -16,7 +16,7 @@ mythallo2.addItemInput( * 1); mythallo2.addItemOutput(); mythallo2.build(); -val mythallo3 = RecipeBuilder.newBuilder("mythallo3","mythic_processor_alloy_furnace",1); +val mythallo3 = RecipeBuilder.newBuilder("mythallo3","mythic_processor_alloy_furnace",2); mythallo3.addEnergyPerTickInput(80000); mythallo3.addItemInput( * 1); mythallo3.addItemInput( * 1); @@ -24,14 +24,14 @@ mythallo3.addItemInput( * 1); mythallo3.addItemOutput(); mythallo3.build(); -val mythallo4 = RecipeBuilder.newBuilder("mythallo4","mythic_processor_alloy_furnace",1); +val mythallo4 = RecipeBuilder.newBuilder("mythallo4","mythic_processor_alloy_furnace",2); mythallo4.addEnergyPerTickInput(80000); mythallo4.addItemInput( * 2); mythallo4.addItemInput( * 1); mythallo4.addItemOutput(*2); mythallo4.build(); -val mythallo5 = RecipeBuilder.newBuilder("mythallo5","mythic_processor_alloy_furnace",1); +val mythallo5 = RecipeBuilder.newBuilder("mythallo5","mythic_processor_alloy_furnace",2); mythallo5.addEnergyPerTickInput(80000); mythallo5.addItemInput( * 1); mythallo5.addItemInput( * 1); @@ -39,21 +39,21 @@ mythallo5.addItemInput( * 1); mythallo5.addItemOutput(); mythallo5.build(); -val mythallo6 = RecipeBuilder.newBuilder("mythallo6","mythic_processor_alloy_furnace",1); +val mythallo6 = RecipeBuilder.newBuilder("mythallo6","mythic_processor_alloy_furnace",2); mythallo6.addEnergyPerTickInput(80000); mythallo6.addItemInput( * 1); mythallo6.addItemInput( * 1); mythallo6.addItemOutput(*2); mythallo6.build(); -val mythallo7 = RecipeBuilder.newBuilder("mythallo7","mythic_processor_alloy_furnace",1); +val mythallo7 = RecipeBuilder.newBuilder("mythallo7","mythic_processor_alloy_furnace",2); mythallo7.addEnergyPerTickInput(80000); mythallo7.addItemInput( * 1); mythallo7.addItemInput( * 1); mythallo7.addItemOutput(); mythallo7.build(); -val mythallo8 = RecipeBuilder.newBuilder("mythallo8","mythic_processor_alloy_furnace",1); +val mythallo8 = RecipeBuilder.newBuilder("mythallo8","mythic_processor_alloy_furnace",2); mythallo8.addEnergyPerTickInput(80000); mythallo8.addItemInput( * 1); mythallo8.addItemInput( * 4); @@ -61,7 +61,7 @@ mythallo8.addItemInput( * 1); mythallo8.addItemOutput(); mythallo8.build(); -val mythallo9 = RecipeBuilder.newBuilder("mythallo9","mythic_processor_alloy_furnace",1); +val mythallo9 = RecipeBuilder.newBuilder("mythallo9","mythic_processor_alloy_furnace",2); mythallo9.addEnergyPerTickInput(80000); mythallo9.addItemInput( * 1); mythallo9.addItemInput( * 4); @@ -69,7 +69,7 @@ mythallo9.addItemInput( * 12); mythallo9.addItemOutput(); mythallo9.build(); -val mythallo10 = RecipeBuilder.newBuilder("mythallo10","mythic_processor_alloy_furnace",1); +val mythallo10 = RecipeBuilder.newBuilder("mythallo10","mythic_processor_alloy_furnace",2); mythallo10.addEnergyPerTickInput(80000); mythallo10.addItemInput( * 1); mythallo10.addItemInput( * 4); @@ -77,21 +77,21 @@ mythallo10.addItemInput(); mythallo10.addItemOutput(); mythallo10.build(); -val mythallo11 = RecipeBuilder.newBuilder("mythallo11","mythic_processor_alloy_furnace",1); +val mythallo11 = RecipeBuilder.newBuilder("mythallo11","mythic_processor_alloy_furnace",2); mythallo11.addEnergyPerTickInput(80000); mythallo11.addItemInput(); mythallo11.addItemInput(); mythallo11.addItemOutput(); mythallo11.build(); -val mythallo12 = RecipeBuilder.newBuilder("mythallo12","mythic_processor_alloy_furnace",1); +val mythallo12 = RecipeBuilder.newBuilder("mythallo12","mythic_processor_alloy_furnace",2); mythallo12.addEnergyPerTickInput(80000); mythallo12.addItemInput(); mythallo12.addItemInput(); mythallo12.addItemOutput(); mythallo12.build(); -val mythallo13 = RecipeBuilder.newBuilder("mythallo13","mythic_processor_alloy_furnace",1); +val mythallo13 = RecipeBuilder.newBuilder("mythallo13","mythic_processor_alloy_furnace",2); mythallo13.addEnergyPerTickInput(80000); mythallo13.addItemInput(); mythallo13.addItemInput(); @@ -100,14 +100,14 @@ mythallo13.build(); # Recipe changed by Pyromaniacal -val mythallo14 = RecipeBuilder.newBuilder("mythallo14","mythic_processor_alloy_furnace",1); +val mythallo14 = RecipeBuilder.newBuilder("mythallo14","mythic_processor_alloy_furnace",2); mythallo14.addEnergyPerTickInput(80000); mythallo14.addItemInput(*7); mythallo14.addItemInput(); mythallo14.addItemOutput(*8); mythallo14.build(); -val mythallo15 = RecipeBuilder.newBuilder("mythallo15","mythic_processor_alloy_furnace",1); +val mythallo15 = RecipeBuilder.newBuilder("mythallo15","mythic_processor_alloy_furnace",2); mythallo15.addEnergyPerTickInput(80000); mythallo15.addItemInput(); mythallo15.addItemInput(); @@ -115,7 +115,7 @@ mythallo15.addItemInput(); mythallo15.addItemOutput(*3); mythallo15.build(); -val mythallo16 = RecipeBuilder.newBuilder("mythallo16","mythic_processor_alloy_furnace",1); +val mythallo16 = RecipeBuilder.newBuilder("mythallo16","mythic_processor_alloy_furnace",2); mythallo16.addEnergyPerTickInput(80000); mythallo16.addItemInput(); mythallo16.addItemInput( * 4); @@ -124,7 +124,7 @@ mythallo16.addItemInput(); mythallo16.addItemOutput(); mythallo16.build(); -val mythallo17 = RecipeBuilder.newBuilder("mythallo17","mythic_processor_alloy_furnace",1); +val mythallo17 = RecipeBuilder.newBuilder("mythallo17","mythic_processor_alloy_furnace",2); mythallo17.addEnergyPerTickInput(80000); mythallo17.addItemInput(); mythallo17.addItemInput( * 4); @@ -133,35 +133,35 @@ mythallo17.addItemInput(); mythallo17.addItemOutput(*8); mythallo17.build(); -val mythallo18 = RecipeBuilder.newBuilder("mythallo18","mythic_processor_alloy_furnace",1); +val mythallo18 = RecipeBuilder.newBuilder("mythallo18","mythic_processor_alloy_furnace",2); mythallo18.addEnergyPerTickInput(80000); mythallo18.addItemInput(); mythallo18.addItemInput(); mythallo18.addItemOutput(); mythallo18.build(); -val mythallo19 = RecipeBuilder.newBuilder("mythallo19","mythic_processor_alloy_furnace",1); +val mythallo19 = RecipeBuilder.newBuilder("mythallo19","mythic_processor_alloy_furnace",2); mythallo19.addEnergyPerTickInput(80000); mythallo19.addItemInput(); mythallo19.addItemInput(); mythallo19.addItemOutput(*2); mythallo19.build(); -val mythallo20 = RecipeBuilder.newBuilder("mythallo20","mythic_processor_alloy_furnace",1); +val mythallo20 = RecipeBuilder.newBuilder("mythallo20","mythic_processor_alloy_furnace",2); mythallo20.addEnergyPerTickInput(80000); mythallo20.addItemInput(); mythallo20.addItemInput( * 3); mythallo20.addItemOutput(*4); mythallo20.build(); -val mythallo21 = RecipeBuilder.newBuilder("mythallo21","mythic_processor_alloy_furnace",1); +val mythallo21 = RecipeBuilder.newBuilder("mythallo21","mythic_processor_alloy_furnace",2); mythallo21.addEnergyPerTickInput(80000); mythallo21.addItemInput(); mythallo21.addItemInput(); mythallo21.addItemOutput(*2); mythallo21.build(); -val mythallo22 = RecipeBuilder.newBuilder("mythallo22","mythic_processor_alloy_furnace",1); +val mythallo22 = RecipeBuilder.newBuilder("mythallo22","mythic_processor_alloy_furnace",2); mythallo22.addEnergyPerTickInput(80000); mythallo22.addItemInput(); mythallo22.addItemInput( * 3); @@ -169,7 +169,7 @@ mythallo22.addItemInput( * 10); mythallo22.addItemOutput(*4); mythallo22.build(); -val mythallo23 = RecipeBuilder.newBuilder("mythallo23","mythic_processor_alloy_furnace",1); +val mythallo23 = RecipeBuilder.newBuilder("mythallo23","mythic_processor_alloy_furnace",2); mythallo23.addEnergyPerTickInput(80000); mythallo23.addItemInput(); mythallo23.addItemInput( * 3); @@ -177,7 +177,7 @@ mythallo23.addItemInput( * 4); mythallo23.addItemOutput(*4); mythallo23.build(); -val mythallo24 = RecipeBuilder.newBuilder("mythallo24","mythic_processor_alloy_furnace",1); +val mythallo24 = RecipeBuilder.newBuilder("mythallo24","mythic_processor_alloy_furnace",2); mythallo24.addEnergyPerTickInput(80000); mythallo24.addItemInput(); mythallo24.addItemInput( * 3); @@ -185,21 +185,21 @@ mythallo24.addItemInput( * 4); mythallo24.addItemOutput(*4); mythallo24.build(); -val mythallo25 = RecipeBuilder.newBuilder("mythallo25","mythic_processor_alloy_furnace",1); +val mythallo25 = RecipeBuilder.newBuilder("mythallo25","mythic_processor_alloy_furnace",2); mythallo25.addEnergyPerTickInput(80000); mythallo25.addItemInput(); mythallo25.addItemInput(); mythallo25.addItemOutput(*2); mythallo25.build(); -val mythallo26 = RecipeBuilder.newBuilder("mythallo26","mythic_processor_alloy_furnace",1); +val mythallo26 = RecipeBuilder.newBuilder("mythallo26","mythic_processor_alloy_furnace",2); mythallo26.addEnergyPerTickInput(80000); mythallo26.addItemInput(); mythallo26.addItemInput(); mythallo26.addItemOutput(); mythallo26.build(); -val mythallo27 = RecipeBuilder.newBuilder("mythallo27","mythic_processor_alloy_furnace",1); +val mythallo27 = RecipeBuilder.newBuilder("mythallo27","mythic_processor_alloy_furnace",2); mythallo27.addEnergyPerTickInput(80000); mythallo27.addItemInput(); mythallo27.addItemInput(); @@ -207,35 +207,35 @@ mythallo27.addItemInput(); mythallo27.addItemOutput(); mythallo27.build(); -val mythallo28 = RecipeBuilder.newBuilder("mythallo28","mythic_processor_alloy_furnace",1); +val mythallo28 = RecipeBuilder.newBuilder("mythallo28","mythic_processor_alloy_furnace",2); mythallo28.addEnergyPerTickInput(80000); mythallo28.addItemInput(); mythallo28.addItemInput(); mythallo28.addItemOutput(); mythallo28.build(); -val mythallo29 = RecipeBuilder.newBuilder("mythallo29","mythic_processor_alloy_furnace",1); +val mythallo29 = RecipeBuilder.newBuilder("mythallo29","mythic_processor_alloy_furnace",2); mythallo29.addEnergyPerTickInput(80000); mythallo29.addItemInput(); mythallo29.addItemInput(); mythallo29.addItemOutput(*2); mythallo29.build(); -val mythallo30 = RecipeBuilder.newBuilder("mythallo30","mythic_processor_alloy_furnace",1); +val mythallo30 = RecipeBuilder.newBuilder("mythallo30","mythic_processor_alloy_furnace",2); mythallo30.addEnergyPerTickInput(80000); mythallo30.addItemInput( * 2); mythallo30.addItemInput(); mythallo30.addItemOutput(*3); mythallo30.build(); -val mythallo31 = RecipeBuilder.newBuilder("mythallo31","mythic_processor_alloy_furnace",1); +val mythallo31 = RecipeBuilder.newBuilder("mythallo31","mythic_processor_alloy_furnace",2); mythallo31.addEnergyPerTickInput(80000); mythallo31.addItemInput(); mythallo31.addItemInput(); mythallo31.addItemOutput(*2); mythallo31.build(); -val mythallo32 = RecipeBuilder.newBuilder("mythallo32","mythic_processor_alloy_furnace",1); +val mythallo32 = RecipeBuilder.newBuilder("mythallo32","mythic_processor_alloy_furnace",2); mythallo32.addEnergyPerTickInput(80000); mythallo32.addItemInput( * 10); mythallo32.addItemInput(); @@ -243,28 +243,28 @@ mythallo32.addItemInput(); mythallo32.addItemOutput(); mythallo32.build(); -val mythallo33 = RecipeBuilder.newBuilder("mythallo33","mythic_processor_alloy_furnace",1); +val mythallo33 = RecipeBuilder.newBuilder("mythallo33","mythic_processor_alloy_furnace",2); mythallo33.addEnergyPerTickInput(80000); mythallo33.addItemInput( * 2); mythallo33.addItemInput(); mythallo33.addItemOutput(*2); mythallo33.build(); -val mythallo34 = RecipeBuilder.newBuilder("mythallo34","mythic_processor_alloy_furnace",1); +val mythallo34 = RecipeBuilder.newBuilder("mythallo34","mythic_processor_alloy_furnace",2); mythallo34.addEnergyPerTickInput(80000); mythallo34.addItemInput(); mythallo34.addItemInput(); mythallo34.addItemOutput(); mythallo34.build(); -val mythallo35 = RecipeBuilder.newBuilder("mythallo35","mythic_processor_alloy_furnace",1); +val mythallo35 = RecipeBuilder.newBuilder("mythallo35","mythic_processor_alloy_furnace",2); mythallo35.addEnergyPerTickInput(80000); mythallo35.addItemInput(); mythallo35.addItemInput(); mythallo35.addItemOutput(); mythallo35.build(); -val mythallo36 = RecipeBuilder.newBuilder("mythallo36","mythic_processor_alloy_furnace",1); +val mythallo36 = RecipeBuilder.newBuilder("mythallo36","mythic_processor_alloy_furnace",2); mythallo36.addEnergyPerTickInput(80000); mythallo36.addItemInput(); mythallo36.addItemInput(); @@ -272,14 +272,14 @@ mythallo36.addItemInput(); mythallo36.addItemOutput(); mythallo36.build(); -val mythallo37 = RecipeBuilder.newBuilder("mythallo37","mythic_processor_alloy_furnace",1); +val mythallo37 = RecipeBuilder.newBuilder("mythallo37","mythic_processor_alloy_furnace",2); mythallo37.addEnergyPerTickInput(80000); mythallo37.addItemInput(); mythallo37.addItemInput(); mythallo37.addItemOutput(); mythallo37.build(); -val mythallo38 = RecipeBuilder.newBuilder("mythallo38","mythic_processor_alloy_furnace",1); +val mythallo38 = RecipeBuilder.newBuilder("mythallo38","mythic_processor_alloy_furnace",2); mythallo38.addEnergyPerTickInput(80000); mythallo38.addItemInput(); mythallo38.addItemInput( * 4); @@ -287,7 +287,7 @@ mythallo38.addItemInput( * 6); mythallo38.addItemOutput(); mythallo38.build(); -val mythallo39 = RecipeBuilder.newBuilder("mythallo39","mythic_processor_alloy_furnace",1); +val mythallo39 = RecipeBuilder.newBuilder("mythallo39","mythic_processor_alloy_furnace",2); mythallo39.addEnergyPerTickInput(80000); mythallo39.addItemInput(); mythallo39.addItemInput(); @@ -295,7 +295,7 @@ mythallo39.addItemInput( * 4); mythallo39.addItemOutput(*2); mythallo39.build(); -val mythallo40 = RecipeBuilder.newBuilder("mythallo40","mythic_processor_alloy_furnace",1); +val mythallo40 = RecipeBuilder.newBuilder("mythallo40","mythic_processor_alloy_furnace",2); mythallo40.addEnergyPerTickInput(80000); mythallo40.addItemInput(); mythallo40.addItemInput(); @@ -303,28 +303,28 @@ mythallo40.addItemInput(); mythallo40.addItemOutput(); mythallo40.build(); -val mythallo41 = RecipeBuilder.newBuilder("mythallo41","mythic_processor_alloy_furnace",1); +val mythallo41 = RecipeBuilder.newBuilder("mythallo41","mythic_processor_alloy_furnace",2); mythallo41.addEnergyPerTickInput(80000); mythallo41.addItemInput(); mythallo41.addItemInput(); mythallo41.addItemOutput(); mythallo41.build(); -val mythallo42 = RecipeBuilder.newBuilder("mythallo42","mythic_processor_alloy_furnace",1); +val mythallo42 = RecipeBuilder.newBuilder("mythallo42","mythic_processor_alloy_furnace",2); mythallo42.addEnergyPerTickInput(80000); mythallo42.addItemInput(); mythallo42.addItemInput(); mythallo42.addItemOutput(); mythallo42.build(); -val mythallo43 = RecipeBuilder.newBuilder("mythallo43","mythic_processor_alloy_furnace",1); +val mythallo43 = RecipeBuilder.newBuilder("mythallo43","mythic_processor_alloy_furnace",2); mythallo43.addEnergyPerTickInput(80000); mythallo43.addItemInput(); mythallo43.addItemInput(); mythallo43.addItemOutput(); mythallo43.build(); -val mythallo44 = RecipeBuilder.newBuilder("mythallo44","mythic_processor_alloy_furnace",1); +val mythallo44 = RecipeBuilder.newBuilder("mythallo44","mythic_processor_alloy_furnace",2); mythallo44.addEnergyPerTickInput(80000); mythallo44.addItemInput(); mythallo44.addItemInput(); @@ -333,42 +333,42 @@ mythallo44.build(); # Recipe changed by Pyromaniacal -val mythallo45 = RecipeBuilder.newBuilder("mythallo45","mythic_processor_alloy_furnace",1); +val mythallo45 = RecipeBuilder.newBuilder("mythallo45","mythic_processor_alloy_furnace",2); mythallo45.addEnergyPerTickInput(80000); mythallo45.addItemInput(); mythallo45.addItemInput(); mythallo45.addItemOutput(*2); mythallo45.build(); -val mythallo46 = RecipeBuilder.newBuilder("mythallo46","mythic_processor_alloy_furnace",1); +val mythallo46 = RecipeBuilder.newBuilder("mythallo46","mythic_processor_alloy_furnace",2); mythallo46.addEnergyPerTickInput(80000); mythallo46.addItemInput( * 2); mythallo46.addItemInput(); mythallo46.addItemOutput(*3); mythallo46.build(); -val mythallo47 = RecipeBuilder.newBuilder("mythallo47","mythic_processor_alloy_furnace",1); +val mythallo47 = RecipeBuilder.newBuilder("mythallo47","mythic_processor_alloy_furnace",2); mythallo47.addEnergyPerTickInput(80000); mythallo47.addItemInput(); mythallo47.addItemInput( * 4); mythallo47.addItemOutput(*2); mythallo47.build(); -val mythallo48 = RecipeBuilder.newBuilder("mythallo48","mythic_processor_alloy_furnace",1); +val mythallo48 = RecipeBuilder.newBuilder("mythallo48","mythic_processor_alloy_furnace",2); mythallo48.addEnergyPerTickInput(80000); mythallo48.addItemInput( * 3); mythallo48.addItemInput(); mythallo48.addItemOutput(*4); mythallo48.build(); -val mythallo49 = RecipeBuilder.newBuilder("mythallo49","mythic_processor_alloy_furnace",1); +val mythallo49 = RecipeBuilder.newBuilder("mythallo49","mythic_processor_alloy_furnace",2); mythallo49.addEnergyPerTickInput(80000); mythallo49.addItemInput(); mythallo49.addItemInput(); mythallo49.addItemOutput(); mythallo49.build(); -val mythallo50 = RecipeBuilder.newBuilder("mythallo50","mythic_processor_alloy_furnace",1); +val mythallo50 = RecipeBuilder.newBuilder("mythallo50","mythic_processor_alloy_furnace",2); mythallo50.addEnergyPerTickInput(80000); mythallo50.addItemInput(); mythallo50.addItemInput(); @@ -379,84 +379,84 @@ mythallo50.build(); # Recipes added by Pyromaniacal -val mythallo51 = RecipeBuilder.newBuilder("mythallo51","mythic_processor_alloy_furnace",1); +val mythallo51 = RecipeBuilder.newBuilder("mythallo51","mythic_processor_alloy_furnace",2); mythallo51.addEnergyPerTickInput(80000); mythallo51.addItemInput(*15); mythallo51.addItemInput(); mythallo51.addItemOutput(*16); mythallo51.build(); -val mythallo52 = RecipeBuilder.newBuilder("mythallo52", "mythic_processor_alloy_furnace",1); +val mythallo52 = RecipeBuilder.newBuilder("mythallo52", "mythic_processor_alloy_furnace",2); mythallo52.addEnergyPerTickInput(80000); mythallo52.addItemInput(*3); mythallo52.addItemInput(); mythallo52.addItemOutput(*4); mythallo52.build(); -val mythallo53 = RecipeBuilder.newBuilder("mythallo53","mythic_processor_alloy_furnace",1); +val mythallo53 = RecipeBuilder.newBuilder("mythallo53","mythic_processor_alloy_furnace",2); mythallo53.addEnergyPerTickInput(80000); mythallo53.addItemInput(*7); mythallo53.addItemInput(*3); mythallo53.addItemOutput(*3); mythallo53.build(); -val mythallo54 = RecipeBuilder.newBuilder("mythallo54","mythic_processor_alloy_furnace",1); +val mythallo54 = RecipeBuilder.newBuilder("mythallo54","mythic_processor_alloy_furnace",2); mythallo54.addEnergyPerTickInput(80000); mythallo54.addItemInput(); mythallo54.addItemInput(); mythallo54.addItemOutput(*2); mythallo54.build(); -// val mythallo55 = RecipeBuilder.newBuilder("mythallo55","mythic_processor_alloy_furnace",1); +// val mythallo55 = RecipeBuilder.newBuilder("mythallo55","mythic_processor_alloy_furnace",2); // mythallo55.addEnergyPerTickInput(80000); // mythallo55.addItemInput(); // mythallo55.addItemInput(*3); // mythallo55.addItemOutput(*2); // mythallo55.build(); -val mythallo56 = RecipeBuilder.newBuilder("mythallo56","mythic_processor_alloy_furnace",1); +val mythallo56 = RecipeBuilder.newBuilder("mythallo56","mythic_processor_alloy_furnace",2); mythallo56.addEnergyPerTickInput(80000); mythallo56.addItemInput(); mythallo56.addItemInput(); mythallo56.addItemOutput(); mythallo56.build(); -val mythallo57 = RecipeBuilder.newBuilder("mythallo57","mythic_processor_alloy_furnace",1); +val mythallo57 = RecipeBuilder.newBuilder("mythallo57","mythic_processor_alloy_furnace",2); mythallo57.addEnergyPerTickInput(80000); mythallo57.addItemInput(); mythallo57.addItemInput(); mythallo57.addItemOutput(*8); mythallo57.build(); -// val mythallo58 = RecipeBuilder.newBuilder("mythallo58","mythic_processor_alloy_furnace",1); +// val mythallo58 = RecipeBuilder.newBuilder("mythallo58","mythic_processor_alloy_furnace",2); // mythallo58.addEnergyPerTickInput(80000); // mythallo58.addItemInput(); // mythallo58.addItemInput(); // mythallo58.addItemOutput(*8); // mythallo58.build(); -val mythallo59 = RecipeBuilder.newBuilder("mythallo59","mythic_processor_alloy_furnace",1); +val mythallo59 = RecipeBuilder.newBuilder("mythallo59","mythic_processor_alloy_furnace",2); mythallo59.addEnergyPerTickInput(80000); mythallo59.addItemInput(); mythallo59.addItemInput(); mythallo59.addItemOutput(*2); mythallo59.build(); -val mythallo60 = RecipeBuilder.newBuilder("mythallo60","mythic_processor_alloy_furnace",1); +val mythallo60 = RecipeBuilder.newBuilder("mythallo60","mythic_processor_alloy_furnace",2); mythallo60.addEnergyPerTickInput(80000); mythallo60.addItemInput(); mythallo60.addItemInput(); mythallo60.addItemOutput(*2); mythallo60.build(); -val mythallo61 = RecipeBuilder.newBuilder("mythallo61","mythic_processor_alloy_furnace",1); +val mythallo61 = RecipeBuilder.newBuilder("mythallo61","mythic_processor_alloy_furnace",2); mythallo61.addEnergyPerTickInput(80000); mythallo61.addItemInput(); mythallo61.addItemInput(); mythallo61.addItemOutput(*10); mythallo61.build(); -val mythallo62 = RecipeBuilder.newBuilder("mythallo62","mythic_processor_alloy_furnace",1); +val mythallo62 = RecipeBuilder.newBuilder("mythallo62","mythic_processor_alloy_furnace",2); mythallo62.addEnergyPerTickInput(80000); mythallo62.addItemInput(); mythallo62.addItemInput(*4); @@ -464,21 +464,21 @@ mythallo62.addItemInput(); mythallo62.addItemOutput(*8); mythallo62.build(); -val mythallo63 = RecipeBuilder.newBuilder("mythallo63","mythic_processor_alloy_furnace",1); +val mythallo63 = RecipeBuilder.newBuilder("mythallo63","mythic_processor_alloy_furnace",2); mythallo63.addEnergyPerTickInput(80000); mythallo63.addItemInput(*4); mythallo63.addItemInput(); mythallo63.addItemOutput(*4); mythallo63.build(); -val mythallo64 = RecipeBuilder.newBuilder("mythallo64","mythic_processor_alloy_furnace",1); +val mythallo64 = RecipeBuilder.newBuilder("mythallo64","mythic_processor_alloy_furnace",2); mythallo64.addEnergyPerTickInput(80000); mythallo64.addItemInput(); mythallo64.addItemInput(*25); mythallo64.addItemOutput(); mythallo64.build(); -val mythallo65 = RecipeBuilder.newBuilder("mythallo65","mythic_processor_alloy_furnace",1); +val mythallo65 = RecipeBuilder.newBuilder("mythallo65","mythic_processor_alloy_furnace",2); mythallo65.addEnergyPerTickInput(80000); mythallo65.addItemInput(*12); mythallo65.addItemInput(*4); @@ -486,287 +486,287 @@ mythallo65.addItemInput(); mythallo65.addItemOutput(*8); mythallo65.build(); -val mythallo66 = RecipeBuilder.newBuilder("mythallo66","mythic_processor_alloy_furnace",1); +val mythallo66 = RecipeBuilder.newBuilder("mythallo66","mythic_processor_alloy_furnace",2); mythallo66.addEnergyPerTickInput(80000); mythallo66.addItemInput(); mythallo66.addItemInput(); mythallo66.addItemOutput(*2); mythallo66.build(); -val mythallo67 = RecipeBuilder.newBuilder("mythallo67","mythic_processor_alloy_furnace",1); +val mythallo67 = RecipeBuilder.newBuilder("mythallo67","mythic_processor_alloy_furnace",2); mythallo67.addEnergyPerTickInput(80000); mythallo67.addItemInput(); mythallo67.addItemInput(); mythallo67.addItemOutput(); mythallo67.build(); -val mythallo68 = RecipeBuilder.newBuilder("mythallo68","mythic_processor_alloy_furnace",1); +val mythallo68 = RecipeBuilder.newBuilder("mythallo68","mythic_processor_alloy_furnace",2); mythallo68.addEnergyPerTickInput(80000); mythallo68.addItemInput(); mythallo68.addItemInput(); mythallo68.addItemOutput(); mythallo68.build(); -val mythallo69 = RecipeBuilder.newBuilder("mythallo69","mythic_processor_alloy_furnace",1); +val mythallo69 = RecipeBuilder.newBuilder("mythallo69","mythic_processor_alloy_furnace",2); mythallo69.addEnergyPerTickInput(80000); mythallo69.addItemInput(); mythallo69.addItemInput(*32); mythallo69.addItemOutput(*8); mythallo69.build(); # nice -val mythallo70 = RecipeBuilder.newBuilder("mythallo70","mythic_processor_alloy_furnace",1); +val mythallo70 = RecipeBuilder.newBuilder("mythallo70","mythic_processor_alloy_furnace",2); mythallo70.addEnergyPerTickInput(80000); mythallo70.addItemInput(); mythallo70.addItemInput(); mythallo70.addItemOutput(); mythallo70.build(); -val mythallo71 = RecipeBuilder.newBuilder("mythallo71","mythic_processor_alloy_furnace",1); +val mythallo71 = RecipeBuilder.newBuilder("mythallo71","mythic_processor_alloy_furnace",2); mythallo71.addEnergyPerTickInput(80000); mythallo71.addItemInput(); mythallo71.addItemInput(); mythallo71.addItemOutput(); mythallo71.build(); -val mythallo72 = RecipeBuilder.newBuilder("mythallo72","mythic_processor_alloy_furnace",1); +val mythallo72 = RecipeBuilder.newBuilder("mythallo72","mythic_processor_alloy_furnace",2); mythallo72.addEnergyPerTickInput(80000); mythallo72.addItemInput(); mythallo72.addItemInput(); mythallo72.addItemOutput(); mythallo72.build(); -val mythallo73 = RecipeBuilder.newBuilder("mythallo73","mythic_processor_alloy_furnace",1); +val mythallo73 = RecipeBuilder.newBuilder("mythallo73","mythic_processor_alloy_furnace",2); mythallo73.addEnergyPerTickInput(80000); mythallo73.addItemInput(); mythallo73.addItemInput(); mythallo73.addItemOutput(); mythallo73.build(); -val mythallo74 = RecipeBuilder.newBuilder("mythallo74","mythic_processor_alloy_furnace",1); +val mythallo74 = RecipeBuilder.newBuilder("mythallo74","mythic_processor_alloy_furnace",2); mythallo74.addEnergyPerTickInput(80000); mythallo74.addItemInput(); mythallo74.addItemInput(); mythallo74.addItemOutput(); mythallo74.build(); -val mythallo75 = RecipeBuilder.newBuilder("mythallo75","mythic_processor_alloy_furnace",1); +val mythallo75 = RecipeBuilder.newBuilder("mythallo75","mythic_processor_alloy_furnace",2); mythallo75.addEnergyPerTickInput(80000); mythallo75.addItemInput(); mythallo75.addItemInput(); mythallo75.addItemOutput(); mythallo75.build(); -val mythallo76 = RecipeBuilder.newBuilder("mythallo76","mythic_processor_alloy_furnace",1); +val mythallo76 = RecipeBuilder.newBuilder("mythallo76","mythic_processor_alloy_furnace",2); mythallo76.addEnergyPerTickInput(80000); mythallo76.addItemInput(); mythallo76.addItemInput(); mythallo76.addItemOutput(); mythallo76.build(); -val mythallo77 = RecipeBuilder.newBuilder("mythallo77","mythic_processor_alloy_furnace",1); +val mythallo77 = RecipeBuilder.newBuilder("mythallo77","mythic_processor_alloy_furnace",2); mythallo77.addEnergyPerTickInput(80000); mythallo77.addItemInput(); mythallo77.addItemInput(); mythallo77.addItemOutput(); mythallo77.build(); -val mythallo78 = RecipeBuilder.newBuilder("mythallo78","mythic_processor_alloy_furnace",1); +val mythallo78 = RecipeBuilder.newBuilder("mythallo78","mythic_processor_alloy_furnace",2); mythallo78.addEnergyPerTickInput(80000); mythallo78.addItemInput(); mythallo78.addItemInput(); mythallo78.addItemOutput(*2); mythallo78.build(); -val mythallo79 = RecipeBuilder.newBuilder("mythallo79","mythic_processor_alloy_furnace",1); +val mythallo79 = RecipeBuilder.newBuilder("mythallo79","mythic_processor_alloy_furnace",2); mythallo79.addEnergyPerTickInput(80000); mythallo79.addItemInput(); mythallo79.addItemInput(); mythallo79.addItemOutput(); mythallo79.build(); -val mythallo80 = RecipeBuilder.newBuilder("mythallo80","mythic_processor_alloy_furnace",1); +val mythallo80 = RecipeBuilder.newBuilder("mythallo80","mythic_processor_alloy_furnace",2); mythallo80.addEnergyPerTickInput(80000); mythallo80.addItemInput(); mythallo80.addItemInput(); mythallo80.addItemOutput(); mythallo80.build(); -val mythallo81 = RecipeBuilder.newBuilder("mythallo81","mythic_processor_alloy_furnace",1); +val mythallo81 = RecipeBuilder.newBuilder("mythallo81","mythic_processor_alloy_furnace",2); mythallo81.addEnergyPerTickInput(80000); mythallo81.addItemInput(); mythallo81.addItemInput(); mythallo81.addItemOutput(); mythallo81.build(); -val mythallo82 = RecipeBuilder.newBuilder("mythallo82","mythic_processor_alloy_furnace",1); +val mythallo82 = RecipeBuilder.newBuilder("mythallo82","mythic_processor_alloy_furnace",2); mythallo82.addEnergyPerTickInput(80000); mythallo82.addItemInput(); mythallo82.addItemInput(); mythallo82.addItemOutput(); mythallo82.build(); -val mythallo83 = RecipeBuilder.newBuilder("mythallo83","mythic_processor_alloy_furnace",1); +val mythallo83 = RecipeBuilder.newBuilder("mythallo83","mythic_processor_alloy_furnace",2); mythallo83.addEnergyPerTickInput(80000); mythallo83.addItemInput(); mythallo83.addItemInput(); mythallo83.addItemOutput(); mythallo83.build(); -val mythallo84 = RecipeBuilder.newBuilder("mythallo84","mythic_processor_alloy_furnace",1); +val mythallo84 = RecipeBuilder.newBuilder("mythallo84","mythic_processor_alloy_furnace",2); mythallo84.addEnergyPerTickInput(80000); mythallo84.addItemInput(*5); mythallo84.addItemInput(*3); mythallo84.addItemOutput(*3); mythallo84.build(); -val mythallo85 = RecipeBuilder.newBuilder("mythallo85","mythic_processor_alloy_furnace",1); +val mythallo85 = RecipeBuilder.newBuilder("mythallo85","mythic_processor_alloy_furnace",2); mythallo85.addEnergyPerTickInput(80000); mythallo85.addItemInput(); mythallo85.addItemInput(); mythallo85.addItemOutput(*4); mythallo85.build(); -val mythallo86 = RecipeBuilder.newBuilder("mythallo86","mythic_processor_alloy_furnace",1); +val mythallo86 = RecipeBuilder.newBuilder("mythallo86","mythic_processor_alloy_furnace",2); mythallo86.addEnergyPerTickInput(80000); mythallo86.addItemInput(); mythallo86.addItemInput(); mythallo86.addItemOutput(*3); mythallo86.build(); -val mythallo87 = RecipeBuilder.newBuilder("mythallo87","mythic_processor_alloy_furnace",1); +val mythallo87 = RecipeBuilder.newBuilder("mythallo87","mythic_processor_alloy_furnace",2); mythallo87.addEnergyPerTickInput(80000); mythallo87.addItemInput(); mythallo87.addItemInput(); mythallo87.addItemOutput(); mythallo87.build(); -val mythallo88 = RecipeBuilder.newBuilder("mythallo88","mythic_processor_alloy_furnace",1); +val mythallo88 = RecipeBuilder.newBuilder("mythallo88","mythic_processor_alloy_furnace",2); mythallo88.addEnergyPerTickInput(80000); mythallo88.addItemInput(); mythallo88.addItemInput(); mythallo88.addItemOutput(); mythallo88.build(); -val mythallo89 = RecipeBuilder.newBuilder("mythallo89","mythic_processor_alloy_furnace",1); +val mythallo89 = RecipeBuilder.newBuilder("mythallo89","mythic_processor_alloy_furnace",2); mythallo89.addEnergyPerTickInput(80000); mythallo89.addItemInput(*6); mythallo89.addItemInput(*4); mythallo89.addItemOutput(); mythallo89.build(); -val mythallo90 = RecipeBuilder.newBuilder("mythallo90","mythic_processor_alloy_furnace",1); +val mythallo90 = RecipeBuilder.newBuilder("mythallo90","mythic_processor_alloy_furnace",2); mythallo90.addEnergyPerTickInput(80000); mythallo90.addItemInput(); mythallo90.addItemInput(); mythallo90.addItemOutput(*2); mythallo90.build(); -val mythallo91 = RecipeBuilder.newBuilder("mythallo91","mythic_processor_alloy_furnace",1); +val mythallo91 = RecipeBuilder.newBuilder("mythallo91","mythic_processor_alloy_furnace",2); mythallo91.addEnergyPerTickInput(80000); mythallo91.addItemInput(*64); mythallo91.addItemInput(*64); mythallo91.addItemOutput(); mythallo91.build(); -val mythallo92 = RecipeBuilder.newBuilder("mythallo92","mythic_processor_alloy_furnace",1); +val mythallo92 = RecipeBuilder.newBuilder("mythallo92","mythic_processor_alloy_furnace",2); mythallo92.addEnergyPerTickInput(80000); mythallo92.addItemInput(); mythallo92.addItemInput(); mythallo92.addItemOutput(); mythallo92.build(); -val mythallo93 = RecipeBuilder.newBuilder("mythallo93","mythic_processor_alloy_furnace",1); +val mythallo93 = RecipeBuilder.newBuilder("mythallo93","mythic_processor_alloy_furnace",2); mythallo93.addEnergyPerTickInput(80000); mythallo93.addItemInput(); mythallo93.addItemInput(); mythallo93.addItemOutput(); mythallo93.build(); -val mythallo94 = RecipeBuilder.newBuilder("mythallo94","mythic_processor_alloy_furnace",1); +val mythallo94 = RecipeBuilder.newBuilder("mythallo94","mythic_processor_alloy_furnace",2); mythallo94.addEnergyPerTickInput(80000); mythallo94.addItemInput(); mythallo94.addItemInput(); mythallo94.addItemOutput(*2); mythallo94.build(); -val mythallo95 = RecipeBuilder.newBuilder("mythallo95","mythic_processor_alloy_furnace",1); +val mythallo95 = RecipeBuilder.newBuilder("mythallo95","mythic_processor_alloy_furnace",2); mythallo95.addEnergyPerTickInput(80000); mythallo95.addItemInput(); mythallo95.addItemInput(*2); mythallo95.addItemOutput(*2); mythallo95.build(); -val mythallo96 = RecipeBuilder.newBuilder("mythallo96","mythic_processor_alloy_furnace",1); +val mythallo96 = RecipeBuilder.newBuilder("mythallo96","mythic_processor_alloy_furnace",2); mythallo96.addEnergyPerTickInput(80000); mythallo96.addItemInput(); mythallo96.addItemInput(*2); mythallo96.addItemOutput(*2); mythallo96.build(); -val mythallo97 = RecipeBuilder.newBuilder("mythallo97","mythic_processor_alloy_furnace",1); +val mythallo97 = RecipeBuilder.newBuilder("mythallo97","mythic_processor_alloy_furnace",2); mythallo97.addEnergyPerTickInput(80000); mythallo97.addItemInput(); mythallo97.addItemInput(*2); mythallo97.addItemOutput(*2); mythallo97.build(); -val mythallo98 = RecipeBuilder.newBuilder("mythallo98","mythic_processor_alloy_furnace",1); +val mythallo98 = RecipeBuilder.newBuilder("mythallo98","mythic_processor_alloy_furnace",2); mythallo98.addEnergyPerTickInput(80000); mythallo98.addItemInput(); mythallo98.addItemInput(); mythallo98.addItemOutput(); mythallo98.build(); -val mythallo99 = RecipeBuilder.newBuilder("mythallo99","mythic_processor_alloy_furnace",1); +val mythallo99 = RecipeBuilder.newBuilder("mythallo99","mythic_processor_alloy_furnace",2); mythallo99.addEnergyPerTickInput(80000); mythallo99.addItemInput(); mythallo99.addItemInput(); mythallo99.addItemOutput(*12); mythallo99.build(); -val mythallo100 = RecipeBuilder.newBuilder("mythallo100","mythic_processor_alloy_furnace",1); +val mythallo100 = RecipeBuilder.newBuilder("mythallo100","mythic_processor_alloy_furnace",2); mythallo100.addEnergyPerTickInput(80000); mythallo100.addItemInput(); mythallo100.addItemInput(); mythallo100.addItemOutput(); mythallo100.build(); -val mythallo101 = RecipeBuilder.newBuilder("mythallo101","mythic_processor_alloy_furnace",1); +val mythallo101 = RecipeBuilder.newBuilder("mythallo101","mythic_processor_alloy_furnace",2); mythallo101.addEnergyPerTickInput(80000); mythallo101.addItemInput(); mythallo101.addItemInput(); mythallo101.addItemOutput(); mythallo101.build(); -val mythallo102 = RecipeBuilder.newBuilder("mythallo102","mythic_processor_alloy_furnace",1); +val mythallo102 = RecipeBuilder.newBuilder("mythallo102","mythic_processor_alloy_furnace",2); mythallo102.addEnergyPerTickInput(80000); mythallo102.addItemInput(); mythallo102.addItemInput(); mythallo102.addItemOutput(); mythallo102.build(); -val mythallo103 = RecipeBuilder.newBuilder("mythallo103","mythic_processor_alloy_furnace",1); +val mythallo103 = RecipeBuilder.newBuilder("mythallo103","mythic_processor_alloy_furnace",2); mythallo103.addEnergyPerTickInput(80000); mythallo103.addItemInput(); mythallo103.addItemInput(); mythallo103.addItemOutput(); mythallo103.build(); -val mythallo104 = RecipeBuilder.newBuilder("mythallo104","mythic_processor_alloy_furnace",1); +val mythallo104 = RecipeBuilder.newBuilder("mythallo104","mythic_processor_alloy_furnace",2); mythallo104.addEnergyPerTickInput(80000); mythallo104.addItemInput(); mythallo104.addItemInput(); mythallo104.addItemOutput(); mythallo104.build(); -val mythallo105 = RecipeBuilder.newBuilder("mythallo105","mythic_processor_alloy_furnace",1); +val mythallo105 = RecipeBuilder.newBuilder("mythallo105","mythic_processor_alloy_furnace",2); mythallo105.addEnergyPerTickInput(80000); mythallo105.addItemInput(); mythallo105.addItemInput(); mythallo105.addItemOutput(*2); mythallo105.build(); -val mythallo106 = RecipeBuilder.newBuilder("mythallo106","mythic_processor_alloy_furnace",1); +val mythallo106 = RecipeBuilder.newBuilder("mythallo106","mythic_processor_alloy_furnace",2); mythallo106.addEnergyPerTickInput(80000); mythallo106.addItemInput(); mythallo106.addItemInput(); @@ -776,7 +776,7 @@ mythallo106.addItemInput(); mythallo106.addItemOutput(); mythallo106.build(); -val mythallo107 = RecipeBuilder.newBuilder("mythallo107","mythic_processor_alloy_furnace",1); +val mythallo107 = RecipeBuilder.newBuilder("mythallo107","mythic_processor_alloy_furnace",2); mythallo107.addEnergyPerTickInput(80000); mythallo107.addItemInput(); mythallo107.addItemInput(); @@ -792,7 +792,7 @@ mythallo109.addItemOutput(); mythallo109.addItemOutput(*3); mythallo109.build(); -val mythallo108 = RecipeBuilder.newBuilder("mythallo108","mythic_processor_alloy_furnace",1); +val mythallo108 = RecipeBuilder.newBuilder("mythallo108","mythic_processor_alloy_furnace",2); mythallo108.addEnergyPerTickInput(80000); mythallo108.addItemInput(); mythallo108.addItemInput(*4); @@ -800,21 +800,21 @@ mythallo108.addItemInput(); mythallo108.addItemOutput(*2); mythallo108.build(); -val mythallo110 = RecipeBuilder.newBuilder("mythallo110","mythic_processor_alloy_furnace",1); +val mythallo110 = RecipeBuilder.newBuilder("mythallo110","mythic_processor_alloy_furnace",2); mythallo110.addEnergyPerTickInput(80000); mythallo110.addItemInput(); mythallo110.addItemInput(*2); mythallo110.addItemOutput(); mythallo110.build(); -val mythallo111 = RecipeBuilder.newBuilder("mythallo111","mythic_processor_alloy_furnace",1); +val mythallo111 = RecipeBuilder.newBuilder("mythallo111","mythic_processor_alloy_furnace",2); mythallo111.addEnergyPerTickInput(80000); mythallo111.addItemInput(); mythallo111.addItemInput(); mythallo111.addItemOutput(*2); mythallo111.build(); -val mythallo112 = RecipeBuilder.newBuilder("mythallo112","mythic_processor_alloy_furnace",1); +val mythallo112 = RecipeBuilder.newBuilder("mythallo112","mythic_processor_alloy_furnace",2); mythallo112.addEnergyPerTickInput(80000); mythallo112.addItemInput(*12); mythallo112.addItemInput(*12); @@ -824,45 +824,76 @@ mythallo112.addItemInput(); mythallo112.addItemOutput(); mythallo112.build(); -val mythallo113 = RecipeBuilder.newBuilder("mythallo113","mythic_processor_alloy_furnace",1); +val mythallo113 = RecipeBuilder.newBuilder("mythallo113","mythic_processor_alloy_furnace",2); mythallo113.addEnergyPerTickInput(80000); mythallo113.addItemInput(); mythallo113.addItemInput(); mythallo113.addItemOutput(); mythallo113.build(); -val mythallo114 = RecipeBuilder.newBuilder("mythallo114","mythic_processor_alloy_furnace",1); +val mythallo114 = RecipeBuilder.newBuilder("mythallo114","mythic_processor_alloy_furnace",2); mythallo114.addEnergyPerTickInput(80000); mythallo114.addItemInput(); mythallo114.addItemInput(); mythallo114.addItemOutput(*8); mythallo114.build(); -val mythallo115 = RecipeBuilder.newBuilder("mythallo115","mythic_processor_alloy_furnace",1); +val mythallo115 = RecipeBuilder.newBuilder("mythallo115","mythic_processor_alloy_furnace",2); mythallo115.addEnergyPerTickInput(80000); mythallo115.addItemInput(); mythallo115.addItemInput(); mythallo115.addItemOutput(*8); mythallo115.build(); -val mythallo116 = RecipeBuilder.newBuilder("mythallo116","mythic_processor_alloy_furnace",1); +val mythallo116 = RecipeBuilder.newBuilder("mythallo116","mythic_processor_alloy_furnace",2); mythallo116.addEnergyPerTickInput(80000); mythallo116.addItemInput(); mythallo116.addItemInput(); mythallo116.addItemOutput(); mythallo116.build(); -val mythallo117 = RecipeBuilder.newBuilder("mythallo117","mythic_processor_alloy_furnace",1); +val mythallo117 = RecipeBuilder.newBuilder("mythallo117","mythic_processor_alloy_furnace",2); mythallo117.addEnergyPerTickInput(80000); mythallo117.addItemInput(); mythallo117.addItemInput(*3); mythallo117.addItemOutput(); mythallo117.build(); -val mythallo118 = RecipeBuilder.newBuilder("mythallo118","mythic_processor_alloy_furnace",1); +val mythallo118 = RecipeBuilder.newBuilder("mythallo118","mythic_processor_alloy_furnace",2); mythallo118.addEnergyPerTickInput(80000); mythallo118.addItemInput(); mythallo118.addItemInput(*21); mythallo118.addItemOutput(*8); mythallo118.build(); +val mythallo119 = RecipeBuilder.newBuilder("mythallo119","mythic_processor_alloy_furnace",2); +mythallo119.addEnergyPerTickInput(80000); +mythallo119.addItemInput(); +mythallo119.addItemInput(); +mythallo119.addItemInput(*10); +mythallo119.addItemOutput(); +mythallo119.build(); + +val mythallo120 = RecipeBuilder.newBuilder("mythallo120","mythic_processor_alloy_furnace",2); +mythallo120.addEnergyPerTickInput(80000); +mythallo120.addItemInput(); +mythallo120.addItemInput(); +mythallo120.addItemOutput(); +mythallo120.build(); + +val mythallo121 = RecipeBuilder.newBuilder("mythallo121","mythic_processor_alloy_furnace",2); +mythallo121.addEnergyPerTickInput(80000); +mythallo121.addItemInput(*10); +mythallo121.addItemInput(); +mythallo121.addItemInput(); +mythallo121.addItemOutput(); +mythallo121.build(); + +val mythallo122 = RecipeBuilder.newBuilder("mythallo122","mythic_processor_alloy_furnace",2); +mythallo122.addEnergyPerTickInput(80000); +mythallo122.addItemInput(*10); +mythallo122.addItemInput(*2); +mythallo122.addItemOutput(); +mythallo122.build(); + + diff --git a/scripts/MythicProcessorArkencrusher.zs b/scripts/MythicProcessorArkencrusher.zs index b583293c..5e20d95a 100644 --- a/scripts/MythicProcessorArkencrusher.zs +++ b/scripts/MythicProcessorArkencrusher.zs @@ -1,7 +1,7 @@ import mods.modularmachinery.RecipeBuilder; -val steelmixarkenfluid = RecipeBuilder.newBuilder("steelmixarkenfluid","iron_centrifuge",1); +val steelmixarkenfluid = RecipeBuilder.newBuilder("steelmixarkenfluid","iron_centrifuge",2); steelmixarkenfluid.addEnergyPerTickInput(1000000); steelmixarkenfluid.addFluidInput(*500); steelmixarkenfluid.addFluidInput(*500); @@ -13,7 +13,7 @@ steelmixarkenfluid.addFluidOutput(*500); steelmixarkenfluid.build(); -val mytharken1 = RecipeBuilder.newBuilder("mytharken1","mythic_processor_arkencrusher",1); +val mytharken1 = RecipeBuilder.newBuilder("mytharken1","mythic_processor_arkencrusher",2); mytharken1.addEnergyPerTickInput(1000000); mytharken1.addFluidInput(*500); mytharken1.addItemInput(); @@ -30,49 +30,49 @@ mytharken1.addItemOutput(*64); mytharken1.addFluidOutput(*16000); mytharken1.build(); -val mytharken2 = RecipeBuilder.newBuilder("mytharken2","mythic_processor_arkencrusher",1); +val mytharken2 = RecipeBuilder.newBuilder("mytharken2","mythic_processor_arkencrusher",2); mytharken2.addEnergyPerTickInput(1000000); mytharken2.addFluidInput(*10); mytharken2.addItemInput(); mytharken2.addItemOutput(*64); mytharken2.build(); -val mytharken3 = RecipeBuilder.newBuilder("mytharken3","mythic_processor_arkencrusher",1); +val mytharken3 = RecipeBuilder.newBuilder("mytharken3","mythic_processor_arkencrusher",2); mytharken3.addEnergyPerTickInput(1000000); mytharken3.addFluidInput(*10); mytharken3.addItemInput(); mytharken3.addItemOutput(*64); mytharken3.build(); -val mytharken4 = RecipeBuilder.newBuilder("mytharken4","mythic_processor_arkencrusher",1); +val mytharken4 = RecipeBuilder.newBuilder("mytharken4","mythic_processor_arkencrusher",2); mytharken4.addEnergyPerTickInput(1000000); mytharken4.addFluidInput(*10); mytharken4.addItemInput(); mytharken4.addItemOutput(*64); mytharken4.build(); -val mytharken5 = RecipeBuilder.newBuilder("mytharken5","mythic_processor_arkencrusher",1); +val mytharken5 = RecipeBuilder.newBuilder("mytharken5","mythic_processor_arkencrusher",2); mytharken5.addEnergyPerTickInput(1000000); mytharken5.addFluidInput(*10); mytharken5.addItemInput(); mytharken5.addItemOutput(*64); mytharken5.build(); -val mytharken6 = RecipeBuilder.newBuilder("mytharken6","mythic_processor_arkencrusher",1); +val mytharken6 = RecipeBuilder.newBuilder("mytharken6","mythic_processor_arkencrusher",2); mytharken6.addEnergyPerTickInput(1000000); mytharken6.addFluidInput(*10); mytharken6.addItemInput(); mytharken6.addItemOutput(*64); mytharken6.build(); -val mytharken7 = RecipeBuilder.newBuilder("mytharken7","mythic_processor_arkencrusher",1); +val mytharken7 = RecipeBuilder.newBuilder("mytharken7","mythic_processor_arkencrusher",2); mytharken7.addEnergyPerTickInput(1000000); mytharken7.addFluidInput(*10); mytharken7.addItemInput(); mytharken7.addItemOutput(*64); mytharken7.build(); -val mytharken8 = RecipeBuilder.newBuilder("mytharken8","mythic_processor_arkencrusher",1); +val mytharken8 = RecipeBuilder.newBuilder("mytharken8","mythic_processor_arkencrusher",2); mytharken8.addEnergyPerTickInput(1000000); mytharken8.addFluidInput(*10); mytharken8.addItemInput(); diff --git a/scripts/MythicProcessorAssemblingMachine.zs b/scripts/MythicProcessorAssemblingMachine.zs index ce9325c8..0ec8ddea 100644 --- a/scripts/MythicProcessorAssemblingMachine.zs +++ b/scripts/MythicProcessorAssemblingMachine.zs @@ -1,195 +1,195 @@ import mods.modularmachinery.RecipeBuilder; -val mythassmac1 = RecipeBuilder.newBuilder("mythassmac1","mythic_processor_assembling_machine",1); +val mythassmac1 = RecipeBuilder.newBuilder("mythassmac1","mythic_processor_assembling_machine",2); mythassmac1.addEnergyPerTickInput(40000); mythassmac1.addItemInput(); mythassmac1.addItemInput(); mythassmac1.addItemOutput(*2); mythassmac1.build(); -val mythassmac2 = RecipeBuilder.newBuilder("mythassmac2","mythic_processor_assembling_machine",1); +val mythassmac2 = RecipeBuilder.newBuilder("mythassmac2","mythic_processor_assembling_machine",2); mythassmac2.addEnergyPerTickInput(40000); mythassmac2.addItemInput(); mythassmac2.addItemInput(); mythassmac2.addItemOutput(*2); mythassmac2.build(); -val mythassmac3 = RecipeBuilder.newBuilder("mythassmac3","mythic_processor_assembling_machine",1); +val mythassmac3 = RecipeBuilder.newBuilder("mythassmac3","mythic_processor_assembling_machine",2); mythassmac3.addEnergyPerTickInput(40000); mythassmac3.addItemInput(); mythassmac3.addItemInput(*3); mythassmac3.addItemOutput(); mythassmac3.build(); -val mythassmac4 = RecipeBuilder.newBuilder("mythassmac4","mythic_processor_assembling_machine",1); +val mythassmac4 = RecipeBuilder.newBuilder("mythassmac4","mythic_processor_assembling_machine",2); mythassmac4.addEnergyPerTickInput(40000); mythassmac4.addItemInput(); mythassmac4.addItemInput(*2); mythassmac4.addItemOutput(); mythassmac4.build(); -val mythassmac5 = RecipeBuilder.newBuilder("mythassmac5","mythic_processor_assembling_machine",1); +val mythassmac5 = RecipeBuilder.newBuilder("mythassmac5","mythic_processor_assembling_machine",2); mythassmac5.addEnergyPerTickInput(40000); mythassmac5.addItemInput(); mythassmac5.addItemInput(*4); mythassmac5.addItemOutput(*2); mythassmac5.build(); -val mythassmac6 = RecipeBuilder.newBuilder("mythassmac6","mythic_processor_assembling_machine",1); +val mythassmac6 = RecipeBuilder.newBuilder("mythassmac6","mythic_processor_assembling_machine",2); mythassmac6.addEnergyPerTickInput(40000); mythassmac6.addItemInput(); mythassmac6.addItemInput(); mythassmac6.addItemOutput(*2); mythassmac6.build(); -val mythassmac7 = RecipeBuilder.newBuilder("mythassmac7","mythic_processor_assembling_machine",1); +val mythassmac7 = RecipeBuilder.newBuilder("mythassmac7","mythic_processor_assembling_machine",2); mythassmac7.addEnergyPerTickInput(40000); mythassmac7.addItemInput(); mythassmac7.addItemInput(); mythassmac7.addItemOutput(*2); mythassmac7.build(); -val mythassmac8 = RecipeBuilder.newBuilder("mythassmac8","mythic_processor_assembling_machine",1); +val mythassmac8 = RecipeBuilder.newBuilder("mythassmac8","mythic_processor_assembling_machine",2); mythassmac8.addEnergyPerTickInput(40000); mythassmac8.addItemInput(); mythassmac8.addItemInput(); mythassmac8.addItemOutput(); mythassmac8.build(); -val mythassmac9 = RecipeBuilder.newBuilder("mythassmac9","mythic_processor_assembling_machine",1); +val mythassmac9 = RecipeBuilder.newBuilder("mythassmac9","mythic_processor_assembling_machine",2); mythassmac9.addEnergyPerTickInput(40000); mythassmac9.addItemInput(); mythassmac9.addItemInput(); mythassmac9.addItemOutput(); mythassmac9.build(); -val mythassmac10 = RecipeBuilder.newBuilder("mythassmac10","mythic_processor_assembling_machine",1); +val mythassmac10 = RecipeBuilder.newBuilder("mythassmac10","mythic_processor_assembling_machine",2); mythassmac10.addEnergyPerTickInput(40000); mythassmac10.addItemInput(*8); mythassmac10.addItemInput(); mythassmac10.addItemOutput(*4); mythassmac10.build(); -val mythassmac11 = RecipeBuilder.newBuilder("mythassmac11","mythic_processor_assembling_machine",1); +val mythassmac11 = RecipeBuilder.newBuilder("mythassmac11","mythic_processor_assembling_machine",2); mythassmac11.addEnergyPerTickInput(40000); mythassmac11.addItemInput(*8); mythassmac11.addItemInput(); mythassmac11.addItemOutput(*4); mythassmac11.build(); -val mythassmac12 = RecipeBuilder.newBuilder("mythassmac12","mythic_processor_assembling_machine",1); +val mythassmac12 = RecipeBuilder.newBuilder("mythassmac12","mythic_processor_assembling_machine",2); mythassmac12.addEnergyPerTickInput(40000); mythassmac12.addItemInput(*8); mythassmac12.addItemInput(); mythassmac12.addItemOutput(*4); mythassmac12.build(); -val mythassmac13 = RecipeBuilder.newBuilder("mythassmac13","mythic_processor_assembling_machine",1); +val mythassmac13 = RecipeBuilder.newBuilder("mythassmac13","mythic_processor_assembling_machine",2); mythassmac13.addEnergyPerTickInput(40000); mythassmac13.addItemInput(*8); mythassmac13.addItemInput(); mythassmac13.addItemOutput(*4); mythassmac13.build(); -val mythassmac14 = RecipeBuilder.newBuilder("mythassmac14","mythic_processor_assembling_machine",1); +val mythassmac14 = RecipeBuilder.newBuilder("mythassmac14","mythic_processor_assembling_machine",2); mythassmac14.addEnergyPerTickInput(40000); mythassmac14.addItemInput(); mythassmac14.addItemInput(); mythassmac14.addItemOutput(); mythassmac14.build(); -val mythassmac15 = RecipeBuilder.newBuilder("mythassmac15","mythic_processor_assembling_machine",1); +val mythassmac15 = RecipeBuilder.newBuilder("mythassmac15","mythic_processor_assembling_machine",2); mythassmac15.addEnergyPerTickInput(40000); mythassmac15.addItemInput(); mythassmac15.addItemInput(); mythassmac15.addItemOutput(); mythassmac15.build(); -val mythassmac16 = RecipeBuilder.newBuilder("mythassmac16","mythic_processor_assembling_machine",1); +val mythassmac16 = RecipeBuilder.newBuilder("mythassmac16","mythic_processor_assembling_machine",2); mythassmac16.addEnergyPerTickInput(40000); mythassmac16.addItemInput(); mythassmac16.addItemInput(*8); mythassmac16.addItemOutput(); mythassmac16.build(); -val mythassmac17 = RecipeBuilder.newBuilder("mythassmac17","mythic_processor_assembling_machine",1); +val mythassmac17 = RecipeBuilder.newBuilder("mythassmac17","mythic_processor_assembling_machine",2); mythassmac17.addEnergyPerTickInput(40000); mythassmac17.addItemInput(*64); mythassmac17.addItemInput(*64); mythassmac17.addItemOutput(*256); mythassmac17.build(); -val mythassmac18 = RecipeBuilder.newBuilder("mythassmac18","mythic_processor_assembling_machine",1); +val mythassmac18 = RecipeBuilder.newBuilder("mythassmac18","mythic_processor_assembling_machine",2); mythassmac18.addEnergyPerTickInput(40000); mythassmac18.addItemInput(); mythassmac18.addItemInput(); mythassmac18.addItemOutput(); mythassmac18.build(); -val mythassmac19 = RecipeBuilder.newBuilder("mythassmac19","mythic_processor_assembling_machine",1); +val mythassmac19 = RecipeBuilder.newBuilder("mythassmac19","mythic_processor_assembling_machine",2); mythassmac19.addEnergyPerTickInput(40000); mythassmac19.addItemInput(); mythassmac19.addItemInput(); mythassmac19.addItemOutput(); mythassmac19.build(); -val mythassmac20 = RecipeBuilder.newBuilder("mythassmac20","mythic_processor_assembling_machine",1); +val mythassmac20 = RecipeBuilder.newBuilder("mythassmac20","mythic_processor_assembling_machine",2); mythassmac20.addEnergyPerTickInput(40000); mythassmac20.addItemInput(*32); mythassmac20.addItemInput(*32); mythassmac20.addItemOutput(*64); mythassmac20.build(); -val mythassmac21 = RecipeBuilder.newBuilder("mythassmac21","mythic_processor_assembling_machine",1); +val mythassmac21 = RecipeBuilder.newBuilder("mythassmac21","mythic_processor_assembling_machine",2); mythassmac21.addEnergyPerTickInput(40000); mythassmac21.addItemInput(*32); mythassmac21.addItemInput(*32); mythassmac21.addItemOutput(*64); mythassmac21.build(); -val mythassmac22 = RecipeBuilder.newBuilder("mythassmac22","mythic_processor_assembling_machine",1); +val mythassmac22 = RecipeBuilder.newBuilder("mythassmac22","mythic_processor_assembling_machine",2); mythassmac22.addEnergyPerTickInput(40000); mythassmac22.addItemInput(*32); mythassmac22.addItemInput(*32); mythassmac22.addItemOutput(*64); mythassmac22.build(); -val mythassmac23 = RecipeBuilder.newBuilder("mythassmac23","mythic_processor_assembling_machine",1); +val mythassmac23 = RecipeBuilder.newBuilder("mythassmac23","mythic_processor_assembling_machine",2); mythassmac23.addEnergyPerTickInput(40000); mythassmac23.addItemInput(*32); mythassmac23.addItemInput(*32); mythassmac23.addItemOutput(*64); mythassmac23.build(); -val mythassmac24 = RecipeBuilder.newBuilder("mythassmac24","mythic_processor_assembling_machine",1); +val mythassmac24 = RecipeBuilder.newBuilder("mythassmac24","mythic_processor_assembling_machine",2); mythassmac24.addEnergyPerTickInput(40000); mythassmac24.addItemInput(*32); mythassmac24.addItemInput(*32); mythassmac24.addItemOutput(*64); mythassmac24.build(); -val mythassmac25 = RecipeBuilder.newBuilder("mythassmac25","mythic_processor_assembling_machine",1); +val mythassmac25 = RecipeBuilder.newBuilder("mythassmac25","mythic_processor_assembling_machine",2); mythassmac25.addEnergyPerTickInput(40000); mythassmac25.addItemInput(*2); mythassmac25.addItemInput(); mythassmac25.addItemOutput(); mythassmac25.build(); -val mythassmac26 = RecipeBuilder.newBuilder("mythassmac26","mythic_processor_assembling_machine",1); +val mythassmac26 = RecipeBuilder.newBuilder("mythassmac26","mythic_processor_assembling_machine",2); mythassmac26.addEnergyPerTickInput(40000); mythassmac26.addItemInput(); mythassmac26.addItemInput(); mythassmac26.addItemOutput(); mythassmac26.build(); -val mythassmac27 = RecipeBuilder.newBuilder("mythassmac27","mythic_processor_assembling_machine",1); +val mythassmac27 = RecipeBuilder.newBuilder("mythassmac27","mythic_processor_assembling_machine",2); mythassmac27.addEnergyPerTickInput(40000); mythassmac27.addItemInput(); mythassmac27.addItemInput(); mythassmac27.addItemOutput(); mythassmac27.build(); -val mythassmac28 = RecipeBuilder.newBuilder("mythassmac28","mythic_processor_assembling_machine",1); +val mythassmac28 = RecipeBuilder.newBuilder("mythassmac28","mythic_processor_assembling_machine",2); mythassmac28.addEnergyPerTickInput(40000); mythassmac28.addItemInput(); mythassmac28.addItemInput(); diff --git a/scripts/MythicProcessorBlaster.zs b/scripts/MythicProcessorBlaster.zs index def8401c..607b6272 100644 --- a/scripts/MythicProcessorBlaster.zs +++ b/scripts/MythicProcessorBlaster.zs @@ -1,41 +1,41 @@ import mods.modularmachinery.RecipeBuilder; -val mythindblast1 = RecipeBuilder.newBuilder("mythindblast1","mythic_processor_blaster",1); +val mythindblast1 = RecipeBuilder.newBuilder("mythindblast1","mythic_processor_blaster",2); mythindblast1.addEnergyPerTickInput(200000); mythindblast1.addFluidInput(*100); mythindblast1.addItemInput(*4); mythindblast1.addItemOutput(*4); mythindblast1.build(); -val mythindblast2 = RecipeBuilder.newBuilder("mythindblast2","mythic_processor_blaster",1); +val mythindblast2 = RecipeBuilder.newBuilder("mythindblast2","mythic_processor_blaster",2); mythindblast2.addEnergyPerTickInput(200000); mythindblast2.addFluidInput(*100); mythindblast2.addItemInput(*4); mythindblast2.addItemOutput(*4); mythindblast2.build(); -val mythindblast3 = RecipeBuilder.newBuilder("mythindblast3","mythic_processor_blaster",1); +val mythindblast3 = RecipeBuilder.newBuilder("mythindblast3","mythic_processor_blaster",2); mythindblast3.addEnergyPerTickInput(200000); mythindblast3.addFluidInput(*100); mythindblast3.addItemInput(*4); mythindblast3.addItemOutput(*4); mythindblast3.build(); -val mythindblast4 = RecipeBuilder.newBuilder("mythindblast4","mythic_processor_blaster",1); +val mythindblast4 = RecipeBuilder.newBuilder("mythindblast4","mythic_processor_blaster",2); mythindblast4.addEnergyPerTickInput(200000); mythindblast4.addFluidInput(*100); mythindblast4.addItemInput(*4); mythindblast4.addItemOutput(*4); mythindblast4.build(); -val mythindblast5 = RecipeBuilder.newBuilder("mythindblast5","mythic_processor_blaster",1); +val mythindblast5 = RecipeBuilder.newBuilder("mythindblast5","mythic_processor_blaster",2); mythindblast5.addEnergyPerTickInput(200000); mythindblast5.addFluidInput(*30000); mythindblast5.addItemInput(); mythindblast5.addItemOutput(); mythindblast5.build(); -val mythindblast6 = RecipeBuilder.newBuilder("mythindblast6","mythic_processor_blaster",1); +val mythindblast6 = RecipeBuilder.newBuilder("mythindblast6","mythic_processor_blaster",2); mythindblast6.addEnergyPerTickInput(200000); mythindblast6.addFluidInput(*30000); mythindblast6.addItemInput(); @@ -43,7 +43,7 @@ mythindblast6.addItemInput(); mythindblast6.addItemOutput(); mythindblast6.build(); -val mythindblast7 = RecipeBuilder.newBuilder("mythindblast7","mythic_processor_blaster",1); +val mythindblast7 = RecipeBuilder.newBuilder("mythindblast7","mythic_processor_blaster",2); mythindblast7.addEnergyPerTickInput(200000); mythindblast7.addFluidInput(*30000); mythindblast7.addItemInput(*55); diff --git a/scripts/MythicProcessorCompactor.zs b/scripts/MythicProcessorCompactor.zs index 3d93f2aa..59e9658e 100644 --- a/scripts/MythicProcessorCompactor.zs +++ b/scripts/MythicProcessorCompactor.zs @@ -509,6 +509,6 @@ mythcomp87.build(); val mythcomp88 = RecipeBuilder.newBuilder("mythcomp88","mythic_processor_compactor",2); mythcomp88.addEnergyPerTickInput(60000); -mythcomp88.addItemInput(); +mythcomp88.addItemInput(); mythcomp88.addItemOutput(); mythcomp88.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorDryAF.zs b/scripts/MythicProcessorDryAF.zs index 40e35680..23b9c155 100644 --- a/scripts/MythicProcessorDryAF.zs +++ b/scripts/MythicProcessorDryAF.zs @@ -1,24 +1,24 @@ import mods.modularmachinery.RecipeBuilder; -val mythdry1 = RecipeBuilder.newBuilder("mythdry1","mythic_processor_drying_rack",1); +val mythdry1 = RecipeBuilder.newBuilder("mythdry1","mythic_processor_drying_rack",2); mythdry1.addEnergyPerTickInput(40000); mythdry1.addItemInput(); mythdry1.addItemOutput(); mythdry1.build(); -val mythdry2 = RecipeBuilder.newBuilder("mythdry2","mythic_processor_drying_rack",1); +val mythdry2 = RecipeBuilder.newBuilder("mythdry2","mythic_processor_drying_rack",2); mythdry2.addEnergyPerTickInput(40000); mythdry2.addItemInput(); mythdry2.addItemOutput(); mythdry2.build(); -val mythdry3 = RecipeBuilder.newBuilder("mythdry3","mythic_processor_drying_rack",1); +val mythdry3 = RecipeBuilder.newBuilder("mythdry3","mythic_processor_drying_rack",2); mythdry3.addEnergyPerTickInput(40000); mythdry3.addFluidInput(*1000); mythdry3.addItemOutput(); mythdry3.build(); -val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack",1); +val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack",2); mythdry4.addEnergyPerTickInput(40000); mythdry4.addItemInput(); mythdry4.addItemOutput(); diff --git a/scripts/MythicProcessorElectrolyze.zs b/scripts/MythicProcessorElectrolyze.zs index 6ee49544..c5133dea 100644 --- a/scripts/MythicProcessorElectrolyze.zs +++ b/scripts/MythicProcessorElectrolyze.zs @@ -177,7 +177,7 @@ mythelectro22.build(); val mythelectro23 = RecipeBuilder.newBuilder("mythelectro23","mythic_processor_electrolyzer",2); mythelectro23.addEnergyPerTickInput(40000); -mythelectro23.addItemInput(); +mythelectro23.addItemInput(*4); mythelectro23.addItemInput(*3); mythelectro23.addItemOutput(*2); mythelectro23.addItemOutput(*2); @@ -198,3 +198,113 @@ mythelectro25.addItemInput(); mythelectro25.addItemOutput(); mythelectro25.addItemOutput(); mythelectro25.build(); + +val mythelectro26 = RecipeBuilder.newBuilder("mythelectro26","mythic_processor_electrolyzer",2); +mythelectro26.addEnergyPerTickInput(40000); +mythelectro26.addItemInput(*20); +mythelectro26.addItemInput(*9); +mythelectro26.addItemOutput(*2); +mythelectro26.addItemOutput(*3); +mythelectro26.addItemOutput(.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3); +mythelectro26.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6); +mythelectro26.build(); + +val mythelectro27 = RecipeBuilder.newBuilder("mythelectro27","mythic_processor_electrolyzer",2); +mythelectro27.addEnergyPerTickInput(40000); +mythelectro27.addItemInput(*3); +mythelectro27.addItemOutput(); +mythelectro27.addItemOutput(*2); +mythelectro27.build(); + +val mythelectro28 = RecipeBuilder.newBuilder("mythelectro28","mythic_processor_electrolyzer",2); +mythelectro28.addEnergyPerTickInput(40000); +mythelectro28.addItemInput(*2); +mythelectro28.addItemOutput(); +mythelectro28.addItemOutput(); +mythelectro28.build(); + +val mythelectro29 = RecipeBuilder.newBuilder("mythelectro29","mythic_processor_electrolyzer",2); +mythelectro29.addEnergyPerTickInput(40000); +mythelectro29.addItemInput(*12); +mythelectro29.addItemInput(*8); +mythelectro29.addItemOutput(*8); +mythelectro29.addItemOutput(*2); +mythelectro29.addItemOutput(.withTag({Fluid: {FluidName: "hydrogen", Amount: 1000}})*5); +mythelectro29.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*3); +mythelectro29.build(); + +val mythelectro30 = RecipeBuilder.newBuilder("mythelectro30","mythic_processor_electrolyzer",2); +mythelectro30.addEnergyPerTickInput(40000); +mythelectro30.addItemInput(*9); +mythelectro30.addItemInput(*3); +mythelectro30.addItemOutput(*2); +mythelectro30.addItemOutput(*1); +mythelectro30.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*3); +mythelectro30.build(); + +val mythelectro31 = RecipeBuilder.newBuilder("mythelectro31","mythic_processor_electrolyzer",2); +mythelectro31.addEnergyPerTickInput(40000); +mythelectro31.addItemInput(*8); +mythelectro31.addItemInput(*3); +mythelectro31.addItemOutput(*2); +mythelectro31.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*3); +mythelectro31.build(); + +val mythelectro32 = RecipeBuilder.newBuilder("mythelectro32","mythic_processor_electrolyzer",2); +mythelectro32.addEnergyPerTickInput(40000); +mythelectro32.addItemInput(*2); +mythelectro32.addItemOutput(*3); +mythelectro32.addItemOutput(*3); +mythelectro32.addItemOutput(*2); +mythelectro32.build(); + +val mythelectro33 = RecipeBuilder.newBuilder("mythelectro33","mythic_processor_electrolyzer",2); +mythelectro33.addEnergyPerTickInput(40000); +mythelectro33.addItemInput(*20); +mythelectro33.addItemInput(*9); +mythelectro33.addItemOutput(*2); +mythelectro33.addItemOutput(*3); +mythelectro33.addItemOutput(.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3); +mythelectro33.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6); +mythelectro33.build(); + +val mythelectro34 = RecipeBuilder.newBuilder("mythelectro34","mythic_processor_electrolyzer",2); +mythelectro34.addEnergyPerTickInput(40000); +mythelectro34.addItemInput(*20); +mythelectro34.addItemInput(*9); +mythelectro34.addItemOutput(*2); +mythelectro34.addItemOutput(*3); +mythelectro34.addItemOutput(.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3); +mythelectro34.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6); +mythelectro34.build(); + +val mythelectro35 = RecipeBuilder.newBuilder("mythelectro35","mythic_processor_electrolyzer",2); +mythelectro35.addEnergyPerTickInput(40000); +mythelectro35.addItemInput(*20); +mythelectro35.addItemInput(*12); +mythelectro35.addItemOutput(*2); +mythelectro35.addItemOutput(.withTag({Fluid: {FluidName: "fluidcalcium", Amount: 1000}})*3); +mythelectro35.addItemOutput(.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3); +mythelectro35.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6); +mythelectro35.build(); + +val mythelectro36 = RecipeBuilder.newBuilder("mythelectro36","mythic_processor_electrolyzer",2); +mythelectro36.addEnergyPerTickInput(40000); +mythelectro36.addItemInput(*20); +mythelectro36.addItemInput(*12); +mythelectro36.addItemOutput(*2); +mythelectro36.addItemOutput(.withTag({Fluid: {FluidName: "fluidcalcium", Amount: 1000}})*3); +mythelectro36.addItemOutput(.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3); +mythelectro36.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6); +mythelectro36.build(); + +val mythelectro37 = RecipeBuilder.newBuilder("mythelectro37","mythic_processor_electrolyzer",2); +mythelectro37.addEnergyPerTickInput(40000); +mythelectro37.addItemInput(*20); +mythelectro37.addItemInput(*12); +mythelectro37.addItemOutput(*2); +mythelectro37.addItemOutput(.withTag({Fluid: {FluidName: "fluidcalcium", Amount: 1000}})*3); +mythelectro37.addItemOutput(.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}})*3); +mythelectro37.addItemOutput(.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}})*6); +mythelectro37.build(); + diff --git a/scripts/MythicProcessorEmpowerer.zs b/scripts/MythicProcessorEmpowerer.zs index 3b11c2dc..ee27e7c0 100644 --- a/scripts/MythicProcessorEmpowerer.zs +++ b/scripts/MythicProcessorEmpowerer.zs @@ -1,6 +1,6 @@ import mods.modularmachinery.RecipeBuilder; -val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",1); +val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",2); mythempo1.addEnergyPerTickInput(40000); mythempo1.addItemInput(); mythempo1.addItemInput(); @@ -10,7 +10,7 @@ mythempo1.addItemInput(); mythempo1.addItemOutput(); mythempo1.build(); -val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",1); +val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",2); mythempo2.addEnergyPerTickInput(40000); mythempo2.addItemInput(); mythempo2.addItemInput(); @@ -20,7 +20,7 @@ mythempo2.addItemInput(); mythempo2.addItemOutput(); mythempo2.build(); -val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",1); +val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",2); mythempo3.addEnergyPerTickInput(40000); mythempo3.addItemInput(); mythempo3.addItemInput(); @@ -30,7 +30,7 @@ mythempo3.addItemInput(); mythempo3.addItemOutput(); mythempo3.build(); -val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",1); +val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",2); mythempo4.addEnergyPerTickInput(40000); mythempo4.addItemInput(); mythempo4.addItemInput(); @@ -40,7 +40,7 @@ mythempo4.addItemInput(); mythempo4.addItemOutput(); mythempo4.build(); -val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",1); +val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",2); mythempo5.addEnergyPerTickInput(40000); mythempo5.addItemInput(); mythempo5.addItemInput(); @@ -50,7 +50,7 @@ mythempo5.addItemInput(); mythempo5.addItemOutput(); mythempo5.build(); -val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",1); +val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",2); mythempo6.addEnergyPerTickInput(40000); mythempo6.addItemInput(); mythempo6.addItemInput(); @@ -60,7 +60,7 @@ mythempo6.addItemInput(); mythempo6.addItemOutput(); mythempo6.build(); -val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",1); +val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",2); mythempo7.addEnergyPerTickInput(40000); mythempo7.addItemInput(); mythempo7.addItemInput(); @@ -70,7 +70,7 @@ mythempo7.addItemInput(); mythempo7.addItemOutput(); mythempo7.build(); -val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",1); +val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",2); mythempo8.addEnergyPerTickInput(40000); mythempo8.addItemInput(); mythempo8.addItemInput(); @@ -80,7 +80,7 @@ mythempo8.addItemInput(); mythempo8.addItemOutput(); mythempo8.build(); -val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",1); +val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",2); mythempo9.addEnergyPerTickInput(40000); mythempo9.addItemInput(); mythempo9.addItemInput(); @@ -90,7 +90,7 @@ mythempo9.addItemInput(); mythempo9.addItemOutput(); mythempo9.build(); -val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",1); +val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",2); mythempo10.addEnergyPerTickInput(40000); mythempo10.addItemInput(); mythempo10.addItemInput(); @@ -100,7 +100,7 @@ mythempo10.addItemInput(); mythempo10.addItemOutput(); mythempo10.build(); -val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",1); +val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",2); mythempo11.addEnergyPerTickInput(40000); mythempo11.addItemInput(); mythempo11.addItemInput(); @@ -110,7 +110,7 @@ mythempo11.addItemInput(); mythempo11.addItemOutput(); mythempo11.build(); -val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",1); +val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",2); mythempo12.addEnergyPerTickInput(40000); mythempo12.addItemInput(); mythempo12.addItemInput(); @@ -120,7 +120,7 @@ mythempo12.addItemInput(); mythempo12.addItemOutput(); mythempo12.build(); -val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",1); +val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",2); mythempo13.addEnergyPerTickInput(40000); mythempo13.addItemInput(); mythempo13.addItemInput(); @@ -130,7 +130,7 @@ mythempo13.addItemInput(); mythempo13.addItemOutput(); mythempo13.build(); -val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",1); +val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",2); mythempo14.addEnergyPerTickInput(40000); mythempo14.addItemInput(); mythempo14.addItemInput(); @@ -140,7 +140,7 @@ mythempo14.addItemInput(); mythempo14.addItemOutput(); mythempo14.build(); -val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",1); +val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",2); mythempo15.addEnergyPerTickInput(40000); mythempo15.addItemInput(); mythempo15.addItemInput(); @@ -150,7 +150,7 @@ mythempo15.addItemInput(); mythempo15.addItemOutput(); mythempo15.build(); -val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",1); +val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",2); mythempo16.addEnergyPerTickInput(40000); mythempo16.addItemInput(); mythempo16.addItemInput(); @@ -160,7 +160,7 @@ mythempo16.addItemInput(); mythempo16.addItemOutput(); mythempo16.build(); -val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",1); +val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",2); mythempo17.addEnergyPerTickInput(40000); mythempo17.addItemInput(); mythempo17.addItemInput(); diff --git a/scripts/MythicProcessorFurnace.zs b/scripts/MythicProcessorFurnace.zs index bc61dd1a..096adb04 100644 --- a/scripts/MythicProcessorFurnace.zs +++ b/scripts/MythicProcessorFurnace.zs @@ -1,6 +1,6 @@ import mods.modularmachinery.RecipeBuilder; -val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",1); +val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",2); mythfurn1.addEnergyPerTickInput(60000); mythfurn1.addItemInput(); mythfurn1.addItemInput(); @@ -10,7 +10,7 @@ mythfurn1.addItemInput(); mythfurn1.addItemOutput(*6); mythfurn1.build(); -val mythfurn2 = RecipeBuilder.newBuilder("mythfurn2","mythic_processor_furnace",1); +val mythfurn2 = RecipeBuilder.newBuilder("mythfurn2","mythic_processor_furnace",2); mythfurn2.addEnergyPerTickInput(60000); mythfurn2.addItemInput(); mythfurn2.addItemInput(*3); @@ -19,25 +19,25 @@ mythfurn2.addItemInput(); mythfurn2.addItemOutput(*12); mythfurn2.build(); -val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",1); +val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",2); mythfurn3.addEnergyPerTickInput(60000); mythfurn3.addItemInput(); mythfurn3.addItemOutput(); mythfurn3.build(); -val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",1); +val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",2); mythfurn4.addEnergyPerTickInput(60000); mythfurn4.addItemInput(*16); mythfurn4.addItemOutput(*16); mythfurn4.build(); -val mythfurn5 = RecipeBuilder.newBuilder("mythfurn5","mythic_processor_furnace",1); +val mythfurn5 = RecipeBuilder.newBuilder("mythfurn5","mythic_processor_furnace",2); mythfurn5.addEnergyPerTickInput(60000); mythfurn5.addItemInput(); mythfurn5.addItemOutput(); mythfurn5.build(); -val mythfurn6 = RecipeBuilder.newBuilder("mythfurn6","mythic_processor_furnace",1); +val mythfurn6 = RecipeBuilder.newBuilder("mythfurn6","mythic_processor_furnace",2); mythfurn6.addEnergyPerTickInput(60000); mythfurn6.addItemInput(); mythfurn6.addItemOutput(); diff --git a/scripts/MythicProcessorGravitron.zs b/scripts/MythicProcessorGravitron.zs index a4eb3217..38168a54 100644 --- a/scripts/MythicProcessorGravitron.zs +++ b/scripts/MythicProcessorGravitron.zs @@ -1,6 +1,6 @@ import mods.modularmachinery.RecipeBuilder; -val mythindgrav1 = RecipeBuilder.newBuilder("mythindgrav1","mythic_processor_gravitite",1); +val mythindgrav1 = RecipeBuilder.newBuilder("mythindgrav1","mythic_processor_gravitite",2); mythindgrav1.addEnergyPerTickInput(1000000); mythindgrav1.addFluidInput(*1000); mythindgrav1.addItemInput(); @@ -10,7 +10,7 @@ mythindgrav1.addItemOutput(*344); mythindgrav1.addItemOutput(*32); mythindgrav1.build(); -val mythindgrav2 = RecipeBuilder.newBuilder("mythindgrav2","mythic_processor_gravitite",1); +val mythindgrav2 = RecipeBuilder.newBuilder("mythindgrav2","mythic_processor_gravitite",2); mythindgrav2.addEnergyPerTickInput(1000000); mythindgrav2.addFluidInput(*1000); mythindgrav2.addItemInput(); @@ -20,7 +20,7 @@ mythindgrav2.addItemOutput(*344); mythindgrav2.addItemOutput(*32); mythindgrav2.build(); -val mythindgrav3 = RecipeBuilder.newBuilder("mythindgrav3","mythic_processor_gravitite",1); +val mythindgrav3 = RecipeBuilder.newBuilder("mythindgrav3","mythic_processor_gravitite",2); mythindgrav3.addEnergyPerTickInput(1000000); mythindgrav3.addFluidInput(*1000); mythindgrav3.addItemInput(); @@ -32,3 +32,11 @@ mythindgrav3.addItemOutput(*32); mythindgrav3.build(); +val mythindgrav4 = RecipeBuilder.newBuilder("mythindgrav4","mythic_processor_gravitite",2); +mythindgrav4.addEnergyPerTickInput(1000000); +mythindgrav4.addFluidInput(*1000); +mythindgrav4.addItemInput(); +mythindgrav4.addItemOutput(*1024); +mythindgrav4.build(); + + diff --git a/scripts/MythicProcessorGrinder.zs b/scripts/MythicProcessorGrinder.zs index 4caef128..e5ee9e94 100644 --- a/scripts/MythicProcessorGrinder.zs +++ b/scripts/MythicProcessorGrinder.zs @@ -1,6 +1,6 @@ import mods.modularmachinery.RecipeBuilder; -val mythindgrind1 = RecipeBuilder.newBuilder("mythindgrind1","mythic_processor_grinder",1); +val mythindgrind1 = RecipeBuilder.newBuilder("mythindgrind1","mythic_processor_grinder",2); mythindgrind1.addEnergyPerTickInput(200000); mythindgrind1.addFluidInput(*1000); mythindgrind1.addItemInput(*4); @@ -10,7 +10,7 @@ mythindgrind1.addItemOutput(*8); mythindgrind1.addItemOutput(*8); mythindgrind1.build(); -val mythindgrind2 = RecipeBuilder.newBuilder("mythindgrind2","mythic_processor_grinder",1); +val mythindgrind2 = RecipeBuilder.newBuilder("mythindgrind2","mythic_processor_grinder",2); mythindgrind2.addEnergyPerTickInput(200000); mythindgrind2.addFluidInput(*1000); mythindgrind2.addItemInput(*4); @@ -18,7 +18,7 @@ mythindgrind2.addItemOutput(*16); mythindgrind2.addItemOutput(*8); mythindgrind2.build(); -val mythindgrind3 = RecipeBuilder.newBuilder("mythindgrind3","mythic_processor_grinder",1); +val mythindgrind3 = RecipeBuilder.newBuilder("mythindgrind3","mythic_processor_grinder",2); mythindgrind3.addEnergyPerTickInput(200000); mythindgrind3.addFluidInput(*1000); mythindgrind3.addItemInput(*4); @@ -26,7 +26,7 @@ mythindgrind3.addItemOutput(*16); mythindgrind3.addItemOutput(*8); mythindgrind3.build(); -val mythindgrind4 = RecipeBuilder.newBuilder("mythindgrind4","mythic_processor_grinder",1); +val mythindgrind4 = RecipeBuilder.newBuilder("mythindgrind4","mythic_processor_grinder",2); mythindgrind4.addEnergyPerTickInput(200000); mythindgrind4.addFluidInput(*1000); mythindgrind4.addItemInput(*4); @@ -34,7 +34,7 @@ mythindgrind4.addItemOutput(*32); mythindgrind4.addItemOutput(*8); mythindgrind4.build(); -val mythindgrind5 = RecipeBuilder.newBuilder("mythindgrind5","mythic_processor_grinder",1); +val mythindgrind5 = RecipeBuilder.newBuilder("mythindgrind5","mythic_processor_grinder",2); mythindgrind5.addEnergyPerTickInput(200000); mythindgrind5.addFluidInput(*1000); mythindgrind5.addItemInput(*4); @@ -42,7 +42,7 @@ mythindgrind5.addItemOutput(*32); mythindgrind5.addItemOutput(*8); mythindgrind5.build(); -val mythindgrind6 = RecipeBuilder.newBuilder("mythindgrind6","mythic_processor_grinder",1); +val mythindgrind6 = RecipeBuilder.newBuilder("mythindgrind6","mythic_processor_grinder",2); mythindgrind6.addEnergyPerTickInput(200000); mythindgrind6.addFluidInput(*1000); mythindgrind6.addItemInput(*4); @@ -50,7 +50,7 @@ mythindgrind6.addItemOutput(*32); mythindgrind6.addItemOutput(*8); mythindgrind6.build(); -val mythindgrind7 = RecipeBuilder.newBuilder("mythindgrind7","mythic_processor_grinder",1); +val mythindgrind7 = RecipeBuilder.newBuilder("mythindgrind7","mythic_processor_grinder",2); mythindgrind7.addEnergyPerTickInput(200000); mythindgrind7.addFluidInput(*1000); mythindgrind7.addItemInput(*4); @@ -58,7 +58,7 @@ mythindgrind7.addItemOutput(*32); mythindgrind7.addItemOutput(*8); mythindgrind7.build(); -val mythindgrind8 = RecipeBuilder.newBuilder("mythindgrind8","mythic_processor_grinder",1); +val mythindgrind8 = RecipeBuilder.newBuilder("mythindgrind8","mythic_processor_grinder",2); mythindgrind8.addEnergyPerTickInput(200000); mythindgrind8.addFluidInput(*1000); mythindgrind8.addItemInput(*4); @@ -66,7 +66,7 @@ mythindgrind8.addItemOutput(*32); mythindgrind8.addItemOutput(*8); mythindgrind8.build(); -val mythindgrind9 = RecipeBuilder.newBuilder("mythindgrind9","mythic_processor_grinder",1); +val mythindgrind9 = RecipeBuilder.newBuilder("mythindgrind9","mythic_processor_grinder",2); mythindgrind9.addEnergyPerTickInput(200000); mythindgrind9.addFluidInput(*1000); mythindgrind9.addItemInput(*4); @@ -74,7 +74,7 @@ mythindgrind9.addItemOutput(*32); mythindgrind9.addItemOutput(*8); mythindgrind9.build(); -val mythindgrind10 = RecipeBuilder.newBuilder("mythindgrind10","mythic_processor_grinder",1); +val mythindgrind10 = RecipeBuilder.newBuilder("mythindgrind10","mythic_processor_grinder",2); mythindgrind10.addEnergyPerTickInput(200000); mythindgrind10.addFluidInput(*1000); mythindgrind10.addItemInput(*4); @@ -82,7 +82,7 @@ mythindgrind10.addItemOutput(*32); mythindgrind10.addItemOutput(*8); mythindgrind10.build(); -val mythindgrind11 = RecipeBuilder.newBuilder("mythindgrind11","mythic_processor_grinder",1); +val mythindgrind11 = RecipeBuilder.newBuilder("mythindgrind11","mythic_processor_grinder",2); mythindgrind11.addEnergyPerTickInput(200000); mythindgrind11.addFluidInput(*1000); mythindgrind11.addItemInput(*4); @@ -90,7 +90,7 @@ mythindgrind11.addItemOutput(*32); mythindgrind11.addItemOutput(*8); mythindgrind11.build(); -val mythindgrind12 = RecipeBuilder.newBuilder("mythindgrind12","mythic_processor_grinder",1); +val mythindgrind12 = RecipeBuilder.newBuilder("mythindgrind12","mythic_processor_grinder",2); mythindgrind12.addEnergyPerTickInput(200000); mythindgrind12.addFluidInput(*1000); mythindgrind12.addItemInput(*4); @@ -98,7 +98,7 @@ mythindgrind12.addItemOutput(*32); mythindgrind12.addItemOutput(*8); mythindgrind12.build(); -val mythindgrind13 = RecipeBuilder.newBuilder("mythindgrind13","mythic_processor_grinder",1); +val mythindgrind13 = RecipeBuilder.newBuilder("mythindgrind13","mythic_processor_grinder",2); mythindgrind13.addEnergyPerTickInput(200000); mythindgrind13.addFluidInput(*1000); mythindgrind13.addItemInput(*4); @@ -106,7 +106,7 @@ mythindgrind13.addItemOutput(*32); mythindgrind13.addItemOutput(*8); mythindgrind13.build(); -val mythindgrind14 = RecipeBuilder.newBuilder("mythindgrind14","mythic_processor_grinder",1); +val mythindgrind14 = RecipeBuilder.newBuilder("mythindgrind14","mythic_processor_grinder",2); mythindgrind14.addEnergyPerTickInput(200000); mythindgrind14.addFluidInput(*1000); mythindgrind14.addItemInput(*4); @@ -114,21 +114,21 @@ mythindgrind14.addItemOutput(*32); mythindgrind14.addItemOutput(*8); mythindgrind14.build(); -val mythindgrind15 = RecipeBuilder.newBuilder("mythindgrind15","mythic_processor_grinder",1); +val mythindgrind15 = RecipeBuilder.newBuilder("mythindgrind15","mythic_processor_grinder",2); mythindgrind15.addEnergyPerTickInput(200000); mythindgrind15.addFluidInput(*100); mythindgrind15.addItemInput(*4); mythindgrind15.addItemOutput(*8); mythindgrind15.build(); -val mythindgrind16 = RecipeBuilder.newBuilder("mythindgrind16","mythic_processor_grinder",1); +val mythindgrind16 = RecipeBuilder.newBuilder("mythindgrind16","mythic_processor_grinder",2); mythindgrind16.addEnergyPerTickInput(200000); mythindgrind16.addFluidInput(*100); mythindgrind16.addItemInput(); mythindgrind16.addItemOutput(*100); mythindgrind16.build(); -val mythindgrind17 = RecipeBuilder.newBuilder("mythindgrind17","mythic_processor_grinder",1); +val mythindgrind17 = RecipeBuilder.newBuilder("mythindgrind17","mythic_processor_grinder",2); mythindgrind17.addEnergyPerTickInput(200000); mythindgrind17.addFluidInput(*1000); mythindgrind17.addItemInput(*16); @@ -136,7 +136,7 @@ mythindgrind17.addItemOutput(*64); mythindgrind17.addItemOutput(*16); mythindgrind17.build(); -val mythindgrind18 = RecipeBuilder.newBuilder("mythindgrind18","mythic_processor_grinder",1); +val mythindgrind18 = RecipeBuilder.newBuilder("mythindgrind18","mythic_processor_grinder",2); mythindgrind18.addEnergyPerTickInput(200000); mythindgrind18.addFluidInput(*100); mythindgrind18.addItemInput(*16); @@ -144,28 +144,28 @@ mythindgrind18.addItemOutput(*64); mythindgrind18.addItemOutput(*16); mythindgrind18.build(); -val mythindgrind1a = RecipeBuilder.newBuilder("mythindgrind1a","mythic_processor_grinder",1); +val mythindgrind1a = RecipeBuilder.newBuilder("mythindgrind1a","mythic_processor_grinder",2); mythindgrind1a.addEnergyPerTickInput(200000); mythindgrind1a.addFluidInput(*100); mythindgrind1a.addItemInput(*4); mythindgrind1a.addItemOutput(*32); mythindgrind1a.build(); -val mythindgrind19 = RecipeBuilder.newBuilder("mythindgrind19","mythic_processor_grinder",1); +val mythindgrind19 = RecipeBuilder.newBuilder("mythindgrind19","mythic_processor_grinder",2); mythindgrind19.addEnergyPerTickInput(200000); mythindgrind19.addFluidInput(*100); mythindgrind19.addItemInput(*4); mythindgrind19.addItemOutput(*32); mythindgrind19.build(); -val mythindgrind20 = RecipeBuilder.newBuilder("mythindgrind20","mythic_processor_grinder",1); +val mythindgrind20 = RecipeBuilder.newBuilder("mythindgrind20","mythic_processor_grinder",2); mythindgrind20.addEnergyPerTickInput(200000); mythindgrind20.addFluidInput(*100); mythindgrind20.addItemInput(*4); mythindgrind20.addItemOutput(*32); mythindgrind20.build(); -val mythindgrind21 = RecipeBuilder.newBuilder("mythindgrind21","mythic_processor_grinder",1); +val mythindgrind21 = RecipeBuilder.newBuilder("mythindgrind21","mythic_processor_grinder",2); mythindgrind21.addEnergyPerTickInput(200000); mythindgrind21.addFluidInput(*100); mythindgrind21.addItemInput(*4); @@ -207,7 +207,7 @@ mythindgrind26.addItemInput(*32); mythindgrind26.addItemOutput(*1024); mythindgrind26.build(); -val mythindgrind27 = RecipeBuilder.newBuilder("mythindgrind27","mythic_processor_grinder",1); +val mythindgrind27 = RecipeBuilder.newBuilder("mythindgrind27","mythic_processor_grinder",2); mythindgrind27.addEnergyPerTickInput(200000); mythindgrind27.addFluidInput(*1000); mythindgrind27.addItemInput(*4); diff --git a/scripts/MythicProcessorMelter.zs b/scripts/MythicProcessorMelter.zs index abd77f90..69fe49bb 100644 --- a/scripts/MythicProcessorMelter.zs +++ b/scripts/MythicProcessorMelter.zs @@ -6,7 +6,7 @@ import mods.modularmachinery.RecipeBuilder; val mythmelt1 = RecipeBuilder.newBuilder("mythmelt1","mythic_processor_melter",2);mythmelt1.addEnergyPerTickInput(60000);mythmelt1.addItemInput();mythmelt1.addFluidOutput( * 144);mythmelt1.build(); val mythmelt2 = RecipeBuilder.newBuilder("mythmelt2","mythic_processor_melter",2);mythmelt2.addEnergyPerTickInput(60000);mythmelt2.addItemInput();mythmelt2.addFluidOutput( * 144);mythmelt2.build(); -val mythmelt3 = RecipeBuilder.newBuilder("mythmelt3","mythic_processor_melter",2);mythmelt3.addEnergyPerTickInput(60000);mythmelt3.addItemInput();mythmelt3.addFluidOutput( * 144);mythmelt3.build(); +val mythmelt3 = RecipeBuilder.newBuilder("mythmelt3","mythic_processor_melter",2);mythmelt3.addEnergyPerTickInput(60000);mythmelt3.addItemInput();mythmelt3.addFluidOutput( * 288);mythmelt3.build(); val mythmelt4 = RecipeBuilder.newBuilder("mythmelt4","mythic_processor_melter",2);mythmelt4.addEnergyPerTickInput(60000);mythmelt4.addItemInput();mythmelt4.addFluidOutput( * 666);mythmelt4.build(); val mythmelt5 = RecipeBuilder.newBuilder("mythmelt5","mythic_processor_melter",2);mythmelt5.addEnergyPerTickInput(60000);mythmelt5.addItemInput();mythmelt5.addFluidOutput( * 666);mythmelt5.build(); val mythmelt6 = RecipeBuilder.newBuilder("mythmelt6","mythic_processor_melter",2);mythmelt6.addEnergyPerTickInput(60000);mythmelt6.addItemInput();mythmelt6.addFluidOutput( * 666);mythmelt6.build(); @@ -601,7 +601,7 @@ val mythmelt594 = RecipeBuilder.newBuilder("mythmelt594","mythic_processor_melte val mythmelt595 = RecipeBuilder.newBuilder("mythmelt595","mythic_processor_melter",2);mythmelt595.addEnergyPerTickInput(60000);mythmelt595.addItemInput();mythmelt595.addFluidOutput( * 72);mythmelt595.build(); val mythmelt596 = RecipeBuilder.newBuilder("mythmelt596","mythic_processor_melter",2);mythmelt596.addEnergyPerTickInput(60000);mythmelt596.addItemInput();mythmelt596.addFluidOutput( * 144);mythmelt596.build(); val mythmelt597 = RecipeBuilder.newBuilder("mythmelt597","mythic_processor_melter",2);mythmelt597.addEnergyPerTickInput(60000);mythmelt597.addItemInput();mythmelt597.addFluidOutput( * 144);mythmelt597.build(); -val mythmelt598 = RecipeBuilder.newBuilder("mythmelt598","mythic_processor_melter",2);mythmelt598.addEnergyPerTickInput(60000);mythmelt598.addItemInput();mythmelt598.addFluidOutput( * 144);mythmelt598.build(); +val mythmelt598 = RecipeBuilder.newBuilder("mythmelt598","mythic_processor_melter",2);mythmelt598.addEnergyPerTickInput(60000);mythmelt598.addItemInput();mythmelt598.addFluidOutput( * 250);mythmelt598.build(); val mythmelt599 = RecipeBuilder.newBuilder("mythmelt599","mythic_processor_melter",2);mythmelt599.addEnergyPerTickInput(60000);mythmelt599.addItemInput();mythmelt599.addFluidOutput( * 144);mythmelt599.build(); val mythmelt600 = RecipeBuilder.newBuilder("mythmelt600","mythic_processor_melter",2);mythmelt600.addEnergyPerTickInput(60000);mythmelt600.addItemInput();mythmelt600.addFluidOutput( * 144);mythmelt600.build(); val mythmelt601 = RecipeBuilder.newBuilder("mythmelt601","mythic_processor_melter",2);mythmelt601.addEnergyPerTickInput(60000);mythmelt601.addItemInput();mythmelt601.addFluidOutput( * 144);mythmelt601.build(); @@ -646,5 +646,12 @@ val mythmelt637 = RecipeBuilder.newBuilder("mythmelt637","mythic_processor_melte val mythmelt640 = RecipeBuilder.newBuilder("mythmelt640","mythic_processor_melter",2);mythmelt640.addEnergyPerTickInput(60000);mythmelt640.addItemInput();mythmelt640.addFluidOutput( * 144);mythmelt640.build(); val mythmelt641 = RecipeBuilder.newBuilder("mythmelt641","mythic_processor_melter",2);mythmelt641.addEnergyPerTickInput(60000);mythmelt641.addItemInput();mythmelt641.addFluidOutput( * 144);mythmelt641.build(); val mythmelt642 = RecipeBuilder.newBuilder("mythmelt642","mythic_processor_melter",2);mythmelt642.addEnergyPerTickInput(60000);mythmelt642.addItemInput();mythmelt642.addFluidOutput( * 250);mythmelt642.build(); -val mythmelt643 = RecipeBuilder.newBuilder("mythmelt643","mythic_processor_melter",2);mythmelt643.addEnergyPerTickInput(60000);mythmelt643.addItemInput();mythmelt643.addFluidOutput( * 1000);mythmelt643.build(); -val mythmelt644 = RecipeBuilder.newBuilder("mythmelt644","mythic_processor_melter",2);mythmelt644.addEnergyPerTickInput(60000);mythmelt644.addItemInput();mythmelt644.addFluidOutput( * 144);mythmelt644.build(); \ No newline at end of file +val mythmelt643 = RecipeBuilder.newBuilder("mythmelt643","mythic_processor_melter",2);mythmelt643.addEnergyPerTickInput(60000);mythmelt643.addItemInput();mythmelt643.addFluidOutput( * 1000);mythmelt643.build(); +val mythmelt644 = RecipeBuilder.newBuilder("mythmelt644","mythic_processor_melter",2);mythmelt644.addEnergyPerTickInput(60000);mythmelt644.addItemInput();mythmelt644.addFluidOutput( * 144);mythmelt644.build(); + + +val mythmelt645 = RecipeBuilder.newBuilder("mythmelt645","mythic_processor_melter",2); +mythmelt645.addEnergyPerTickInput(60000); +mythmelt645.addItemInput(); +mythmelt645.addFluidOutput( * 32000); +mythmelt645.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorPulverizer.zs b/scripts/MythicProcessorPulverizer.zs index 4a0c043b..10853e80 100644 --- a/scripts/MythicProcessorPulverizer.zs +++ b/scripts/MythicProcessorPulverizer.zs @@ -867,6 +867,9 @@ val mythpulv142 = RecipeBuilder.newBuilder("mythpulv142","mythic_processor_pulve mythpulv142.addEnergyPerTickInput(60000); mythpulv142.addItemInput( * 16); mythpulv142.addItemOutput(*64); +mythpulv142.addItemOutput(*64); +mythpulv142.addItemOutput(*64); +mythpulv142.addItemOutput(*64); mythpulv142.addItemOutput(*16); mythpulv142.build(); @@ -882,6 +885,7 @@ mythpulv144.addEnergyPerTickInput(60000); mythpulv144.addItemInput( * 16); mythpulv144.addItemOutput(*64); mythpulv144.addItemOutput(*16); +mythpulv144.addItemOutput(*16); mythpulv144.build(); val mythpulv145 = RecipeBuilder.newBuilder("mythpulv145","mythic_processor_pulverizer",2); @@ -1272,4 +1276,17 @@ mythpulv204.addItemInput( * 16); mythpulv204.addItemOutput(*16); mythpulv204.build(); +val mythpulv205 = RecipeBuilder.newBuilder("mythpulv205","mythic_processor_pulverizer",2); +mythpulv205.addEnergyPerTickInput(60000); +mythpulv205.addItemInput( * 16); +mythpulv205.addItemOutput(*48); +mythpulv205.addItemOutput(*48); +mythpulv205.addItemOutput(*48); +mythpulv205.build(); + +val mythpulv206 = RecipeBuilder.newBuilder("mythpulv206","mythic_processor_pulverizer",2); +mythpulv206.addEnergyPerTickInput(60000); +mythpulv206.addItemInput( * 16); +mythpulv206.addItemOutput(*16); +mythpulv206.build(); diff --git a/scripts/MythicProcessorPurifier.zs b/scripts/MythicProcessorPurifier.zs index 02b152e3..869c2c27 100644 --- a/scripts/MythicProcessorPurifier.zs +++ b/scripts/MythicProcessorPurifier.zs @@ -1,30 +1,30 @@ import mods.modularmachinery.RecipeBuilder; -val mythpury1 = RecipeBuilder.newBuilder("mythpury1","mythic_processor_purifier",1); +val mythpury1 = RecipeBuilder.newBuilder("mythpury1","mythic_processor_purifier",2); mythpury1.addEnergyPerTickInput(40000); mythpury1.addItemInput(); mythpury1.addItemOutput(); mythpury1.build(); -val mythpury2 = RecipeBuilder.newBuilder("mythpury2","mythic_processor_purifier",1); +val mythpury2 = RecipeBuilder.newBuilder("mythpury2","mythic_processor_purifier",2); mythpury2.addEnergyPerTickInput(40000); mythpury2.addItemInput(); mythpury2.addItemOutput(); mythpury2.build(); -val mythpury3 = RecipeBuilder.newBuilder("mythpury3","mythic_processor_purifier",1); +val mythpury3 = RecipeBuilder.newBuilder("mythpury3","mythic_processor_purifier",2); mythpury3.addEnergyPerTickInput(40000); mythpury3.addItemInput(); mythpury3.addItemOutput(); mythpury3.build(); -val mythpury4 = RecipeBuilder.newBuilder("mythpury4","mythic_processor_purifier",1); +val mythpury4 = RecipeBuilder.newBuilder("mythpury4","mythic_processor_purifier",2); mythpury4.addEnergyPerTickInput(40000); mythpury4.addItemInput(); mythpury4.addItemOutput(); mythpury4.build(); -val mythpury5 = RecipeBuilder.newBuilder("mythpury5","mythic_processor_purifier",1); +val mythpury5 = RecipeBuilder.newBuilder("mythpury5","mythic_processor_purifier",2); mythpury5.addEnergyPerTickInput(40000); mythpury5.addItemInput(); mythpury5.addItemInput(); diff --git a/scripts/NotANoob.zs b/scripts/NotANoob.zs index dcdb0ecf..cc60b5f8 100644 --- a/scripts/NotANoob.zs +++ b/scripts/NotANoob.zs @@ -1,11 +1,4 @@ -mods.extendedcrafting.CombinationCrafting.addRecipe(, -10000000, , -[, -, -, -, -, -]); + mods.extendedcrafting.CompressionCrafting.addRecipe(, , 10000, , 1000000); diff --git a/scripts/NuclearcraftFissionPreviews.zs b/scripts/NuclearcraftFissionPreviews.zs index da8ecf63..6dfff463 100644 --- a/scripts/NuclearcraftFissionPreviews.zs +++ b/scripts/NuclearcraftFissionPreviews.zs @@ -29,6 +29,7 @@ mods.chisel.Carving.addVariation("safencfission", .withTag({dynamicmachine: "modularmachinery:active_cooled_heu233"})); mods.chisel.Carving.addVariation("safencfission", .withTag({dynamicmachine: "modularmachinery:active_cooled_hea242"})); mods.chisel.Carving.addVariation("safencfission", .withTag({dynamicmachine: "modularmachinery:active_cooled_hecm245"})); +mods.chisel.Carving.addVariation("safencfission", .withTag({dynamicmachine: "modularmachinery:active_cooled_hecf249"})); recipes.addShapeless(,[.withTag({dynamicmachine: "modularmachinery:safe_fission_leu235"}).reuse(),]); recipes.addShapeless(,[.withTag({dynamicmachine: "modularmachinery:safe_fission_tbu"}).reuse(),]); @@ -55,6 +56,7 @@ recipes.addShapeless(,[,[.withTag({dynamicmachine: "modularmachinery:active_cooled_heu233"}).reuse(),]); recipes.addShapeless(,[.withTag({dynamicmachine: "modularmachinery:active_cooled_hea242"}).reuse(),]); recipes.addShapeless(,[.withTag({dynamicmachine: "modularmachinery:active_cooled_hecm245"}).reuse(),]); +recipes.addShapeless(,[.withTag({dynamicmachine: "modularmachinery:active_cooled_hecf249"}).reuse(),]); mods.chisel.Carving.addGroup("safencfissioncont"); mods.chisel.Carving.addVariation("safencfissioncont", ); @@ -82,6 +84,7 @@ mods.chisel.Carving.addVariation("safencfissioncont", ); mods.chisel.Carving.addVariation("safencfissioncont", ); mods.chisel.Carving.addVariation("safencfissioncont", ); +mods.chisel.Carving.addVariation("safencfissioncont", ); recipes.addShapeless(, diff --git a/scripts/NuclearcraftGating.zs b/scripts/NuclearcraftGating.zs index 130eaa97..a11c2a92 100644 --- a/scripts/NuclearcraftGating.zs +++ b/scripts/NuclearcraftGating.zs @@ -308,8 +308,22 @@ mods.techreborn.rollingMachine.addShaped(, [, , ], [null, , null]]); +mods.nuclearcraft.infuser.addRecipe([, *5, ]); + +mods.nuclearcraft.infuser.addRecipe([, *5, ]); + +mods.nuclearcraft.infuser.addRecipe([, *5, ]); + + mods.nuclearcraft.fission.addRecipe([, , 72000.0, 400.0, 50.0, "betterstarterfission", 0.000008]); +mods.nuclearcraft.fission.addRecipe([, , 144000.0, 400.0, 18.0, "bettertbufission", 0.000008]); + +mods.nuclearcraft.fission.addRecipe([, , 84000.0, 1000.0, 57.5, "bettermox0fission", 0.000008]); + +mods.nuclearcraft.fission.addRecipe([, , 56004.0, 1500.5, 97.5, "bettermox1fission", 0.000008]); + + mods.nuclearcraft.extractor.addRecipe([, , *100, 0.5, 1.5, 0.1]); mods.nuclearcraft.chemical_reactor.addRecipe([*100, *10, *15, *150, 0.9, 1.0, 0.1]); diff --git a/scripts/Nudes.zs b/scripts/Nudes.zs index 7fa96ef4..837cea01 100644 --- a/scripts/Nudes.zs +++ b/scripts/Nudes.zs @@ -69,6 +69,28 @@ scripts.PuzzleUtil.addPuzzleShaped("osirisarmor4",, [, , ], [, , ]]); +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + recipes.addShaped(, [[, , ], [, , ], @@ -203,6 +225,16 @@ recipes.addShapeless(, , ]); +recipes.addShaped(*2, +[[, , ], +[.withTag({tank: {FluidName: "lifeessence", Amount: 16000}}), , .withTag({tank: {FluidName: "lifeessence", Amount: 16000}})], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[.withTag({tank: {FluidName: "lifeessence", Amount: 16000}}), , .withTag({tank: {FluidName: "lifeessence", Amount: 16000}})], +[, , ]]); + //--------------------------------- // sedna // gravity bee diff --git a/scripts/OreDictionary.zs b/scripts/OreDictionary.zs index 158a334b..375ea5c9 100644 --- a/scripts/OreDictionary.zs +++ b/scripts/OreDictionary.zs @@ -129,5 +129,25 @@ dustmanganese.remove(); val environmentallaserlens = ; environmentallaserlens.remove(); +val oreactualizingstone = ; +oreactualizingstone.add(); +val orenaquadah = ; +orenaquadah.add(); + + +val orefiredragonsteel = ; +orefiredragonsteel.add(); + +val oreicedragonsteel = ; +oreicedragonsteel.add(); + +val orelightningdragonsteel = ; +orelightningdragonsteel.add(); + +val oremeteoricdraconium = ; +oremeteoricdraconium.add(); + +val orefierypyrite = ; +orefierypyrite.add(); diff --git a/scripts/OresJEIDescriptions.zs b/scripts/OresJEIDescriptions.zs index 9aa26211..41b4b8da 100644 --- a/scripts/OresJEIDescriptions.zs +++ b/scripts/OresJEIDescriptions.zs @@ -10,7 +10,7 @@ mods.jei.JEI.addDescription(,["Found in the Barathos Dimens mods.jei.JEI.addDescription(,["Found in the Barathos Dimension from Advent of Ascension.","","Can be found from opening Shiny Boxes.","","Can be found in chests from a Baron Castle.","","Spawns below Y=22."]); mods.jei.JEI.addDescription(,["Found in the Abyss Dimension from Advent of Ascension.","","Dropped by Jawe.","","Ore generates below Y=64." ]); mods.jei.JEI.addDescription(,["Ore is found in the Crystevia Dimension near Crystevian Rock found between Y=5 and Y=114." ]); -mods.jei.JEI.addDescription(,["Found in the Deeplands Dimension from Advent of Ascension.","","Can be dropped by Kror.","","Can be found in Deep Cases.","","Can be found between Y=70 and Y=114 wherever there is Deep Rock.","","","","- Written by Bluecat."]); +mods.jei.JEI.addDescription(,["Found in the Deeplands Dimension from Advent of Ascension.","","Can be found between Y=70 and Y=114 wherever there is Deep Rock.","","","","- Written by Bluecat."]); mods.jei.JEI.addDescription(,["Found in the Precasia Dimension from Advent of Ascension, below Y=42."]); mods.jei.JEI.addDescription(,["Found in the Haven Dimension from Advent of Ascension.","","Can be dropped by \"Four Guardians\".","","Can spawn in chests in the Guardian Tower.","","Can be found between Y=30 and Y=69 in Haven Stone." ]); mods.jei.JEI.addDescription(,["Comes from the Runandor Dimension from Advent of Ascension.","","Can be found in Shiny Boxes.","","Can be found between Y=1 to Y=34 wherever there is Runic Bricks." ]); @@ -54,7 +54,7 @@ mods.jei.JEI.addDescription(,["Found below Y=32 in Ocean Bi mods.jei.JEI.addDescription(,["Found below Y=32 in Forest Biomes, and as a chance drop from Advent of Ascension ores."]); mods.jei.JEI.addDescription(,["Found below Y=50 on Oi."]); mods.jei.JEI.addDescription(,["Obtained from the third mythic shell puzzle"]); -mods.jei.JEI.addDescription(,["Obtained from the secon mythic shell puzzle"]); +mods.jei.JEI.addDescription(,["Obtained from the second mythic shell puzzle"]); mods.jei.JEI.addDescription(,["Found below Y=50 on Falacer."]); mods.jei.JEI.addDescription(,["Found on the surface of Hator."]); mods.jei.JEI.addDescription(,["Obtained from the fourth mythic shell puzzle"]); @@ -137,7 +137,7 @@ mods.jei.JEI.addDescription(,["Found in the Nether."]); mods.jei.JEI.addDescription(,["From Rutile ore, very rare, obtained by electrolizing bauxite, found in dimensional doors!"]); mods.jei.JEI.addDescription(,["From sheldonite ore in the end, very rare in the overworld, found in dimensional doors!"]); mods.jei.JEI.addDescription(,["Found in the End."]); -mods.jei.JEI.addDescription(,["Found in The Nether between Y=10 and Y=126"]); +mods.jei.JEI.addDescription(,["Found in The Overworld between Y=20 and Y=40"]); mods.jei.JEI.addDescription(,["Found below Y=32."]); mods.jei.JEI.addDescription(,["Can be dropped from Furious Zombies.","","The ore can be found wherever there is stone, but is more common at higher elevations." ]); mods.jei.JEI.addDescription(,["Obtained by smelting Cinnabar Ore.","","Found at every level." ]); diff --git a/scripts/ParallelEarths.zs b/scripts/ParallelEarths.zs index 2330e033..7d96bd81 100644 --- a/scripts/ParallelEarths.zs +++ b/scripts/ParallelEarths.zs @@ -678,3 +678,227 @@ alkemiawarper.itemRightClick = function(stack, world, player, hand) { alkemiawarper.register(); + + +var warrencreationfabrial = VanillaFactory.createItem("warren_creation_fabrial"); +warrencreationfabrial.maxStackSize = 1; +warrencreationfabrial.glowing = true; +warrencreationfabrial.itemRightClick = function(stack, world, player, hand) { + + player.sendChat("Stand in the center of the Warren Creation Fabrial Structure (see multiblock preview)"); + + player.sendChat("Checking Player Position"); + player.sendChat("=================================================="); + + + + var pos1 = player.position.asPosition3f(); + pos1.x = pos1.x; + pos1.y = pos1.y - 1; + pos1.z = pos1.z; + var blockPos1 = pos1.asBlockPos(); + var blockState1 = world.getBlock(blockPos1).definition.displayName as string; + if(blockState1 != "tile.contenttweaker.hungering_machine_case.name" && blockState1 != "Hungering Machine Case") { + player.sendChat("Missing Hungering Machine Case"); + return "FAIL"; + } + + var pos2 = player.position.asPosition3f(); + pos2.x = pos2.x; + pos2.y = pos2.y - 2; + pos2.z = pos2.z; + var blockPos2 = pos2.asBlockPos(); + var blockState2 = world.getBlock(blockPos2).definition.displayName as string; + if(blockState2 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (0,0)"); + return "FAIL"; + } + + var pos3 = player.position.asPosition3f(); + pos3.x = pos3.x + 1; + pos3.y = pos3.y - 2; + pos3.z = pos3.z; + var blockPos3 = pos3.asBlockPos(); + var blockState3 = world.getBlock(blockPos3).definition.displayName as string; + if(blockState3 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (1,0)"); + return "FAIL"; + } + + var pos4 = player.position.asPosition3f(); + pos4.x = pos4.x - 1; + pos4.y = pos4.y - 2; + pos4.z = pos4.z; + var blockPos4 = pos4.asBlockPos(); + var blockState4 = world.getBlock(blockPos4).definition.displayName as string; + if(blockState4 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (-1,0)"); + return "FAIL"; + } + + var pos5 = player.position.asPosition3f(); + pos5.x = pos5.x; + pos5.y = pos5.y - 2; + pos5.z = pos5.z + 1; + var blockPos5 = pos5.asBlockPos(); + var blockState5 = world.getBlock(blockPos5).definition.displayName as string; + if(blockState5 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (0,1)"); + return "FAIL"; + } + + var pos6 = player.position.asPosition3f(); + pos6.x = pos6.x; + pos6.y = pos6.y - 2; + pos6.z = pos6.z - 1; + var blockPos6 = pos6.asBlockPos(); + var blockState6 = world.getBlock(blockPos6).definition.displayName as string; + if(blockState6 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (0,-1)"); + return "FAIL"; + } + + var pos7 = player.position.asPosition3f(); + pos7.x = pos7.x - 1; + pos7.y = pos7.y - 2; + pos7.z = pos7.z - 1; + var blockPos7 = pos7.asBlockPos(); + var blockState7 = world.getBlock(blockPos7).definition.displayName as string; + if(blockState7 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (-1,-1)"); + return "FAIL"; + } + + var pos8 = player.position.asPosition3f(); + pos8.x = pos8.x - 1; + pos8.y = pos8.y - 2; + pos8.z = pos8.z + 1; + var blockPos8 = pos8.asBlockPos(); + var blockState8 = world.getBlock(blockPos8).definition.displayName as string; + if(blockState8 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (-1,1)"); + return "FAIL"; + } + + var pos9 = player.position.asPosition3f(); + pos9.x = pos9.x + 1; + pos9.y = pos9.y - 2; + pos9.z = pos9.z - 1; + var blockPos9 = pos9.asBlockPos(); + var blockState9 = world.getBlock(blockPos9).definition.displayName as string; + if(blockState9 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (1,-1)"); + return "FAIL"; + } + + var pos10 = player.position.asPosition3f(); + pos10.x = pos10.x + 1; + pos10.y = pos10.y - 2; + pos10.z = pos10.z + 1; + var blockPos10 = pos10.asBlockPos(); + var blockState10 = world.getBlock(blockPos10).definition.displayName as string; + if(blockState10 != "Dimensional Shard Ore") { + player.sendChat("Missing Dimensional Shard Ore (1,1)"); + return "FAIL"; + } + + var pos11 = player.position.asPosition3f(); + pos11.x = pos11.x + 2; + pos11.y = pos11.y - 2; + pos11.z = pos11.z + 2; + var blockPos11 = pos11.asBlockPos(); + var blockState11 = world.getBlock(blockPos11).definition.displayName as string; + if(blockState11 != "tile.contenttweaker.mythic_excavation_reactor.name" && blockState11 != "Mythic Excavation Reactor") { + player.sendChat("Missing Mythic Excavation Reactor (2,2)"); + return "FAIL"; + } + + var pos12 = player.position.asPosition3f(); + pos12.x = pos12.x + 2; + pos12.y = pos12.y - 2; + pos12.z = pos12.z - 2; + var blockPos12 = pos12.asBlockPos(); + var blockState12 = world.getBlock(blockPos12).definition.displayName as string; + if(blockState12 != "tile.contenttweaker.mythic_excavation_reactor.name" && blockState12 != "Mythic Excavation Reactor") { + player.sendChat("Missing Mythic Excavation Reactor (2,-2)"); + return "FAIL"; + } + + var pos13 = player.position.asPosition3f(); + pos13.x = pos13.x - 2; + pos13.y = pos13.y - 2; + pos13.z = pos13.z + 2; + var blockPos13 = pos13.asBlockPos(); + var blockState13 = world.getBlock(blockPos13).definition.displayName as string; + if(blockState13 != "tile.contenttweaker.mythic_excavation_reactor.name" && blockState13 != "Mythic Excavation Reactor") { + player.sendChat("Missing Mythic Excavation Reactor (-2,2)"); + return "FAIL"; + } + + var pos14 = player.position.asPosition3f(); + pos14.x = pos14.x - 2; + pos14.y = pos14.y - 2; + pos14.z = pos14.z - 2; + var blockPos14 = pos14.asBlockPos(); + var blockState14 = world.getBlock(blockPos14).definition.displayName as string; + if(blockState14 != "tile.contenttweaker.mythic_excavation_reactor.name" && blockState14 != "Mythic Excavation Reactor") { + player.sendChat("Missing Mythic Excavation Reactor (-2,-2)"); + return "FAIL"; + } + + var pos15 = player.position.asPosition3f(); + pos15.x = pos15.x - 2; + pos15.y = pos15.y - 1; + pos15.z = pos15.z - 2; + var blockPos15 = pos15.asBlockPos(); + var blockState15 = world.getBlock(blockPos15).definition.displayName as string; + if(blockState15 != "tile.contenttweaker.hyperuranon_actualizing_fabrial.name" && blockState15 != "Hyperuranion Actualizing Fabrial") { + player.sendChat("Missing Hyperuranion Actualizing Fabrial (-2,-2)"); + return "FAIL"; + } + + var pos16 = player.position.asPosition3f(); + pos16.x = pos16.x + 2; + pos16.y = pos16.y - 1; + pos16.z = pos16.z - 2; + var blockPos16 = pos16.asBlockPos(); + var blockState16 = world.getBlock(blockPos16).definition.displayName as string; + if(blockState16 != "tile.contenttweaker.hyperuranon_actualizing_fabrial.name" && blockState16 != "Hyperuranion Actualizing Fabrial") { + player.sendChat("Missing Hyperuranion Actualizing Fabrial (2,-2)"); + return "FAIL"; + } + + var pos17 = player.position.asPosition3f(); + pos17.x = pos17.x - 2; + pos17.y = pos17.y - 1; + pos17.z = pos17.z + 2; + var blockPos17 = pos17.asBlockPos(); + var blockState17 = world.getBlock(blockPos17).definition.displayName as string; + if(blockState17 != "tile.contenttweaker.hyperuranon_actualizing_fabrial.name" && blockState17 != "Hyperuranion Actualizing Fabrial") { + player.sendChat("Missing Hyperuranion Actualizing Fabrial (-2,2)"); + return "FAIL"; + } + + var pos18 = player.position.asPosition3f(); + pos18.x = pos18.x + 2; + pos18.y = pos18.y - 1; + pos18.z = pos18.z + 2; + var blockPos18 = pos18.asBlockPos(); + var blockState18 = world.getBlock(blockPos18).definition.displayName as string; + if(blockState18 != "tile.contenttweaker.hyperuranon_actualizing_fabrial.name" && blockState18 != "Hyperuranion Actualizing Fabrial") { + player.sendChat("Missing Hyperuranion Actualizing Fabrial (2,2)"); + return "FAIL"; + } + + + + Commands.call("cofh tpx @p 190", player, world, true, true); + Commands.call("summon astralsorcery:entitystarburst", player, world, true, true); + return "Pass"; + + + + +}; +warrencreationfabrial.register(); + diff --git a/scripts/PeriodicTable.zs b/scripts/PeriodicTable.zs index 4cca18a8..42889650 100644 --- a/scripts/PeriodicTable.zs +++ b/scripts/PeriodicTable.zs @@ -244,7 +244,7 @@ recipes.addShaped(, mods.tconstruct.Melting.addRecipe( * 250,); -mods.nuclearcraft.melter.addRecipe([, *144]); +mods.nuclearcraft.melter.addRecipe([, *250]); // making indium @@ -406,7 +406,9 @@ mods.nuclearcraft.chemical_reactor.addRecipe([*50, *200, ]); -AssemblyTable.addRecipe("maketerbiumfrommix", , 10, []); +// AssemblyTable.addRecipe("maketerbiumfrommix", , 10, []); + +mods.actuallyadditions.AtomicReconstructor.addRecipe(, , 1000); mods.nuclearcraft.melter.addRecipe([, *144]); diff --git a/scripts/PlantAutomation.zs b/scripts/PlantAutomation.zs index d3f21dd7..89d0ae99 100644 --- a/scripts/PlantAutomation.zs +++ b/scripts/PlantAutomation.zs @@ -669,3 +669,23 @@ mods.thermalexpansion.Insolator.addRecipeMonoculture(, 105); + + +mods.thermalexpansion.Insolator.addRecipeMonoculture(*4, +, +, +25000, +, +105); +mods.thermalexpansion.Insolator.addRecipeMonoculture(*8, +, +, +25000, +, +105); +mods.thermalexpansion.Insolator.addRecipeMonoculture(*12, +, +, +25000, +, +105); diff --git a/scripts/RFToolsGating.zs b/scripts/RFToolsGating.zs index da1fd9fe..2572d4e2 100644 --- a/scripts/RFToolsGating.zs +++ b/scripts/RFToolsGating.zs @@ -1,3 +1,7 @@ +import mods.thaumcraft.Infusion; + + + recipes.removeShaped(); mods.extendedcrafting.TableCrafting.addShaped(, @@ -68,13 +72,13 @@ recipes.remove(); recipes.removeShaped(); mods.extendedcrafting.TableCrafting.addShaped(, -[[, , , .withTag({Material: "infinity_avaritia_plustic"}), , , ], -[, , , , , , ], -[, , , , , , ], +[[, , , .withTag({Material: "infinity_avaritia_plustic"}), , , ], +[, , , , , , ], +[, , , , , , ], [.withTag({Material: "infinity_avaritia_plustic"}), , , , , , .withTag({Material: "infinity_avaritia_plustic"})], -[, , , , , , ], -[, , , , , , ], -[, , , .withTag({Material: "infinity_avaritia_plustic"}), , , ]]); +[, , , , , , ], +[, , , , , , ], +[, , , .withTag({Material: "infinity_avaritia_plustic"}), , , ]]); mods.extendedcrafting.TableCrafting.addShaped(, @@ -82,43 +86,43 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , ], -[.withTag({type: "dandelifeon"}), null, , -null, , null, -, null, .withTag({type: "dandelifeon"})], +[, null, , +, , , +, null, ], [null, , null, -, .withTag({textureBlock: {id: "avaritia:block_resource", Count: 1, Damage: 1 as short}}), , +, .withTag({tank: {FluidName: "infinity", Amount: 16000}}), , null, , null], [, null, null, null, , null, null, null, ], -[, null, null, +[, , null, , , , -null, null, ], +null, , ], [, null, null, null, , null, null, null, ], [null, , null, -, .withTag({textureBlock: {id: "avaritia:block_resource", Count: 1, Damage: 1 as short}}), , +, .withTag({tank: {FluidName: "infinity", Amount: 16000}}), , null, , null], -[.withTag({type: "dandelifeon"}), null, , -null, , null, -, null, .withTag({type: "dandelifeon"})], +[, null, , +, , , +, null, ], -[, , , -, , , -, , ]]); +[, , , +, , , +, , ]]); recipes.addShaped(*2, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, , ]]); recipes.removeShaped(); @@ -130,10 +134,45 @@ recipes.addShaped(, recipes.removeShaped(); -recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +mods.extendedcrafting.TableCrafting.addShaped(, + +[[.withTag({tank: {FluidName: "infinity", Amount: 16000}}), , null, +null, null, null, +null, , .withTag({tank: {FluidName: "infinity", Amount: 16000}})], + +[, null, null, +, , , +null, null, ], + +[null, null, , +, , , +, null, null], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, null, , +, , , +, null, null], + +[, null, null, +, , , +null, null, ], + +[.withTag({tank: {FluidName: "infinity", Amount: 16000}}), , null, +null, null, null, +null, , .withTag({tank: {FluidName: "infinity", Amount: 16000}})]]); + + recipes.removeShaped(); @@ -152,44 +191,46 @@ recipes.addShaped(, recipes.removeShaped(); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, .withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), ]]); recipes.removeShaped(); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, .withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), ]]); recipes.removeShaped(); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, .withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), ]]); recipes.removeShaped(); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, .withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), ]]); recipes.removeShaped(); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, .withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), ]]); recipes.removeShaped(); recipes.addShaped(, -[[, , ], -[, , ], -[, , ]]); +[[, , ], +[, , ], +[, .withTag({display: {Lore: ["§d§oPlanetary Artifact§r"]}}).reuse(), ]]); + + recipes.addShaped(*3, [[, , ], @@ -197,7 +238,10 @@ recipes.addShaped(*3, [, , ]]); -recipes.removeShaped(); +recipes.removeShaped(, +[[, , ], +[, , ], +[, , ]]); mods.extendedcrafting.TableCrafting.addShaped(, [[, , null, , ], @@ -205,3 +249,60 @@ mods.extendedcrafting.TableCrafting.addShaped(, [null, , , , null], [, , , , ], [, , null, , ]]); + + + +mods.extendedcrafting.CompressionCrafting.addRecipe(, , 2048, , 5000000); + + + + +mods.thaumcraft.Infusion.registerRecipe("matabsorbernaquadah", "", +.withTag({block: "contenttweaker:naquadah_ore"}), +5, +[*1000, *500], +, +[, , +, , +, , +, ]); + +mods.thaumcraft.Infusion.registerRecipe("matabsorberfiredrag", "", +.withTag({block: "contenttweaker:fire_dragonsteel_ore"}), +5, +[*1000, *500], +, +[, , +, , +, , +, ]); + +mods.thaumcraft.Infusion.registerRecipe("matabsorbericedrag", "", +.withTag({block: "contenttweaker:ice_dragonsteel_ore"}), +5, +[*1000, *500], +, +[, , +, , +, , +, ]); + +mods.thaumcraft.Infusion.registerRecipe("matabsorberlightdrag", "", +.withTag({block: "contenttweaker:lightning_dragonsteel_ore"}), +5, +[*1000, *500], +, +[, , +, , +, , +, ]); + +mods.thaumcraft.Infusion.registerRecipe("matabsorberdensedimshard", "", +.withTag({block: "contenttweaker:dense_dimensional_shard_ore"}), +5, +[*1000, *500], +, +[, , +, , +, , +, ]); \ No newline at end of file diff --git a/scripts/RandomThings.zs b/scripts/RandomThings.zs index 593389d2..8d75ba0d 100644 --- a/scripts/RandomThings.zs +++ b/scripts/RandomThings.zs @@ -26,4 +26,11 @@ divinationodoredict.add(); recipes.addShaped(, [[, , ], [, , ], -[, , ]]); \ No newline at end of file +[, , ]]); + + +recipes.remove(); +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/RecipeConflicts.zs b/scripts/RecipeConflicts.zs index 31e738db..00998098 100644 --- a/scripts/RecipeConflicts.zs +++ b/scripts/RecipeConflicts.zs @@ -1409,6 +1409,12 @@ recipes.addShapeless(, recipes.addShapeless(, []); +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + recipes.addShapeless(, []); @@ -2096,7 +2102,7 @@ recipes.addShapeless(, , ]); -mods.nuclearcraft.melter.addRecipe([, *144]); +// mods.nuclearcraft.melter.addRecipe([, *144]); recipes.remove(); @@ -2187,3 +2193,260 @@ mods.nuclearcraft.infuser.addRecipe([, , *144]); +recipes.remove(); + + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + + +mods.nuclearcraft.melter.addRecipe([, *360]); + + +// mods.immersiveengineering.ArcFurnace.removeRecipe(); +mods.immersiveengineering.ArcFurnace.removeRecipe(); +mods.immersiveengineering.ArcFurnace.removeRecipe(); + + +brewing.removeRecipe(.withTag({Potion: "mod_lavacow:strong_corrosive"}), ); + +brewing.addBrew(.withTag({Potion: "mod_lavacow:corrosive"}), , .withTag({Potion: "mod_lavacow:strong_corrosive"})); + + + +brewing.removeRecipe(.withTag({Potion: "extrautils2:xu2.doom"}), ); + + +recipes.remove(); +recipes.addShaped(*4, +[[, , null], +[, , ], +[null, , ]]); + + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , ]); + +mods.nuclearcraft.manufactory.addRecipe([, *2]); + +recipes.remove(); + +recipes.addShaped(*8, +[[, null, ], +[null, , null]]); + +recipes.addShapeless(, +[]); + + +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); +recipes.addShapeless(, +[]); + + +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); + + +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); +recipes.addShapeless(, +[, ]); + + +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); +recipes.addShapeless(, +[, , , , ]); + + +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); +recipes.addShapeless(, +[, , , , , ]); + + + +mods.nuclearcraft.dissolver.addRecipe([, , ]); diff --git a/scripts/RecursionFragmentsDupe.zs b/scripts/RecursionFragmentsDupe.zs new file mode 100644 index 00000000..7bb108bd --- /dev/null +++ b/scripts/RecursionFragmentsDupe.zs @@ -0,0 +1,134 @@ + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + + + + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + diff --git a/scripts/ResetBlacklistItem.zs b/scripts/ResetBlacklistItem.zs new file mode 100644 index 00000000..48911a3e --- /dev/null +++ b/scripts/ResetBlacklistItem.zs @@ -0,0 +1,265 @@ +import crafttweaker.data.IData; + + +recipes.addShapeless(, +[.withTag({item: {id: "rftools:storage_scanner", Count: 1, Damage: 0 as short}})]); + +// recipes.addShapeless(, +// [.withTag({item: {id: "xreliquary:rod_of_lyssa", Count: 1, Damage: 0 as short}})]); + +val unblacklistrodoflyssa_in = .withTag({item: {id: "xreliquary:rod_of_lyssa"}}); +val unblacklistrodoflyssa_out = ; +recipes.addShapeless( + "unblacklistrodoflyssa",unblacklistrodoflyssa_out, + [(unblacklistrodoflyssa_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistabyscroll1_in = .withTag({item: {id: "abyssalcraft:scroll"}}); +val unblacklistabyscroll1_out = ; +recipes.addShapeless( + "unblacklistabyscroll1",unblacklistabyscroll1_out, + [(unblacklistabyscroll1_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + + +val unblacklistabyscroll2_in = .withTag({item: {id: "abyssalcraft:unique_scroll"}}); +val unblacklistabyscroll2_out = ; +recipes.addShapeless( + "unblacklistabyscroll2",unblacklistabyscroll2_out, + [(unblacklistabyscroll2_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistmobgrinder_in = .withTag({item: {id: "industrialforegoing:mob_relocator"}}); +val unblacklistmobgrinder_out = ; +recipes.addShapeless( + "unblacklistmobgrinder",unblacklistmobgrinder_out, + [(unblacklistmobgrinder_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistdragrinder_in = .withTag({item: {id: "draconicevolution:grinder"}}); +val unblacklistdragrinder_out = ; +recipes.addShapeless( + "unblacklistdragrinder",unblacklistdragrinder_out, + [(unblacklistdragrinder_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistslafac_in = .withTag({item: {id: "industrialforegoing:mob_slaughter_factory"}}); +val unblacklistslafac_out = ; +recipes.addShapeless( + "unblacklistslafac",unblacklistslafac_out, + [(unblacklistslafac_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistdestcat_in = .withTag({item: {id: "projecte:item.pe_destruction_catalyst"}}); +val unblacklistdestcat_out = ; +recipes.addShapeless( + "unblacklistdestcat",unblacklistdestcat_out, + [(unblacklistdestcat_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistcatlens_in = .withTag({item: {id: "projecte:item.pe_catalitic_lens"}}); +val unblacklistcatlens_out = ; +recipes.addShapeless( + "unblacklistcatlens",unblacklistcatlens_out, + [(unblacklistcatlens_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistmornstar_in = .withTag({item: {id: "projecte:item.pe_rm_morning_star"}}); +val unblacklistmornstar_out = ; +recipes.addShapeless( + "unblacklistmornstar",unblacklistmornstar_out, + [(unblacklistmornstar_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +recipes.addShapeless(, +[.withTag({item: {id: "cyclicmagic:chest_sack_empty", Count: 1, Damage: 0 as short}})]); + + +val unblacklistmountpearl_in = .withTag({item: {id: "cyclicmagic:ender_pearl_mounted"}}); +val unblacklistmountpearl_out = ; +recipes.addShapeless( + "unblacklistmountpearl",unblacklistmountpearl_out, + [(unblacklistmountpearl_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +recipes.addShapeless(, +[.withTag({item: {id: "minecraft:ender_pearl", Count: 1, Damage: 0 as short}})]); + + +val unblackliststafftravel_in = .withTag({item: {id: "enderio:item_travel_staff"}}); +val unblackliststafftravel_out = ; +recipes.addShapeless( + "unblackliststafftravel",unblackliststafftravel_out, + [(unblackliststafftravel_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + + +recipes.addShapeless(, +[.withTag({item: {id: "minecraft:chorus_fruit", Count: 1, Damage: 0 as short}})]); + + +val unblacklistreusepearl_in = .withTag({item: {id: "cyclicmagic:ender_pearl_reuse"}}); +val unblacklistreusepearl_out = ; +recipes.addShapeless( + "unblacklistreusepearl",unblacklistreusepearl_out, + [(unblacklistreusepearl_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklisttelestaff_in = .withTag({item: {id: "actuallyadditions:item_tele_staff"}}); +val unblacklisttelestaff_out = ; +recipes.addShapeless( + "unblacklisttelestaff",unblacklisttelestaff_out, + [(unblacklisttelestaff_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + +val unblacklistenderbow_in = .withTag({item: {id: "enderutilities:enderbow"}}); +val unblacklistenderbow_out = ; +recipes.addShapeless( + "unblacklistenderbow",unblacklistenderbow_out, + [(unblacklistenderbow_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + + + +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 0 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 1 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 2 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 3 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 4 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 5 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 6 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 7 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 8 as short}})]); +recipes.addShapeless(, +[.withTag({item: {id: "extrautils2:terraformer", Count: 1, Damage: 9 as short}})]); + + + + +val unblacklisdimbuilder_in = .withTag({item: {id: "rftoolsdim:dimension_builder"}}); +val unblacklisdimbuilder_out = ; +recipes.addShapeless( + "unblacklisdimbuilder",unblacklisdimbuilder_out, + [(unblacklisdimbuilder_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + +val unblacklisdimenscriber_in = .withTag({item: {id: "rftoolsdim:dimension_enscriber"}}); +val unblacklisdimenscriber_out = ; +recipes.addShapeless( + "unblacklisdimenscriber",unblacklisdimenscriber_out, + [(unblacklisdimenscriber_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); + +val unblacklisdimwork_in = .withTag({item: {id: "rftoolsdim:dimlet_workbench"}}); +val unblacklisdimwork_out = ; +recipes.addShapeless( + "unblacklisdimwork", unblacklisdimwork_out, + [(unblacklisdimwork_in.marked("mark").transformNew(function(item) { return item.withTag(item.tag); })).noReturn()], + function(out,ins,cInfo){ + var metadata = ins.mark.tag.item.Damage as byte; + return out.withDamage(metadata); + }, + null +); \ No newline at end of file diff --git a/scripts/RestControllers.zs b/scripts/RestControllers.zs index 4ed060d9..97b8277c 100644 --- a/scripts/RestControllers.zs +++ b/scripts/RestControllers.zs @@ -500,3 +500,22 @@ recipes.addShapeless(, recipes.addShapeless(, []); + + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); diff --git a/scripts/ThaumcraftGating.zs b/scripts/ThaumcraftGating.zs index 503c6d4c..7f627614 100644 --- a/scripts/ThaumcraftGating.zs +++ b/scripts/ThaumcraftGating.zs @@ -175,3 +175,8 @@ recipes.addShaped(*2, [, , ], [, , ]]); +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/ThaumcraftPowerful.zs b/scripts/ThaumcraftPowerful.zs index b9366238..dc3fe1b0 100644 --- a/scripts/ThaumcraftPowerful.zs +++ b/scripts/ThaumcraftPowerful.zs @@ -65,18 +65,18 @@ var mapSuperMithBoots as IData = { }; */ -mods.thaumcraft.Infusion.registerRecipe("inflesser", "", -.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}), 10, -[*30, *56, *25, *30], -, -[, , , ]); +// mods.thaumcraft.Infusion.registerRecipe("inflesser", "", +// .withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}), 10, +// [*30, *56, *25, *30], +// , +// [, , , ]); -mods.thaumcraft.Infusion.registerRecipe("infgreater", "", -.withTag({EntityTag: {id: "thaumcraft:cultistportalgreater"}}), 10, -[*50, *56, *32, *40], -.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}), -[, , , ]); +// mods.thaumcraft.Infusion.registerRecipe("infgreater", "", +// .withTag({EntityTag: {id: "thaumcraft:cultistportalgreater"}}), 10, +// [*50, *56, *32, *40], +// .withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}}), +// [, , , ]); recipes.addShaped(, diff --git a/scripts/TheGoodShit.zs b/scripts/TheGoodShit.zs index 174a5e74..803f1688 100644 --- a/scripts/TheGoodShit.zs +++ b/scripts/TheGoodShit.zs @@ -459,3 +459,8 @@ recipes.addShaped(*4, [[null, , null], [, .reuse(), ], [null, , null]]); + +recipes.addShaped(*4, +[[null, , null], +[, .reuse(), ], +[null, , null]]); diff --git a/scripts/TheGreatOreCleanse.zs b/scripts/TheGreatOreCleanse.zs index f307ef35..7b409c3c 100644 --- a/scripts/TheGreatOreCleanse.zs +++ b/scripts/TheGreatOreCleanse.zs @@ -1,3 +1,5 @@ +#priority 11 + import mods.astralsorcery.Utils; @@ -8,7 +10,7 @@ recipes.remove(); //================================================================== // saltpeter val saltpeterdust = ; -saltpeterdust.remove(); +// saltpeterdust.remove(); saltpeterdust.remove(); saltpeterdust.remove(); saltpeterdust.remove(); @@ -357,6 +359,14 @@ recipes.addShaped(, [, , ], [, , ]]); + +mods.immersiveengineering.ArcFurnace.removeRecipe(); + +mods.immersiveengineering.ArcFurnace.addRecipe(, , , 20, 512, [], "Alloying"); +mods.immersiveengineering.ArcFurnace.addRecipe(, , , 20, 512, [], "Alloying"); +mods.immersiveengineering.ArcFurnace.addRecipe(, , null, 5, 512); + + //================================================================== // bronze val bronzeingot = ; @@ -701,6 +711,11 @@ recipes.addShapeless(*3, , ]); +mods.immersiveengineering.Crusher.removeRecipe(); +mods.immersiveengineering.Crusher.addRecipe(*2, , 2048, , 0.1); +mods.immersiveengineering.Crusher.addRecipe(, , 2048); + + //================================================================== // gold val golddust = ; @@ -729,6 +744,11 @@ recipes.addShapeless(, val goldgear = ; goldgear.remove(); +mods.immersiveengineering.Crusher.removeRecipe(); +mods.immersiveengineering.Crusher.addRecipe(*2, , 2048, , 0.1); +mods.immersiveengineering.Crusher.addRecipe(, , 2048); + + //================================================================== // diamond val diamonddust = ; diff --git a/scripts/TinkerTraitsTooltips.zs b/scripts/TinkerTraitsTooltips.zs index 6446de2d..ba245a1d 100644 --- a/scripts/TinkerTraitsTooltips.zs +++ b/scripts/TinkerTraitsTooltips.zs @@ -151,7 +151,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Applies wither")); .addTooltip(format.red("Bonus 1 modifier. If the whole tool is made of paper, you gain 2 modifiers.")); .addTooltip(format.red("Deals more damage based on a mob's missing HP")); -.addTooltip(format.red("Auto repairs tool consuming steeleaves from hotbar")); +.addTooltip(format.red("Auto repairs tool using steeleaves from hotbar(dosen't consume), the more leaves, the faster the repair speed")); .addTooltip(format.red("Projectiles will not be effected by gravity")); .addTooltip(format.red("Extra five damage when in the shadow")); .addTooltip(format.red("Chance of removing an armor piece on critical hits")); diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index 963ac277..40d2e1d2 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -187,6 +187,7 @@ .addTooltip(format.red("Better with a turbine!")); +.addTooltip(format.red("Easily stored in the Enchantment Library")); .addTooltip(format.red("The dispelling manuscript can be used to recycle enchanted books for a small profit")); .addTooltip(format.red("COOLANT SPREAD on output side (HOT COOLANT OUT on last slice output side), DEFAULT on input side, DISABLED on all others")); @@ -512,10 +513,10 @@ .addTooltip(format.red("Domic: shows the area of a ritual")); .addTooltip(format.red("Ichosic: finds Neromantic Prime veins")); -.addTooltip(format.red("Found in the pyramids in the first level")); +.addTooltip(format.red("Found in the crypts in the first level")); .addTooltip(format.red("Obtained from right clicking a Crypt Keeper")); -.addTooltip(format.red("Dropped by the Hive Queen, found in the first level")); +.addTooltip(format.red("Dropped by the Hive Queen, found in the second level")); .addTooltip(format.red("Found in the pyramids in the first level")); .addTooltip(format.red("Obtained from right clicking a level 2 Mysterious Man")); @@ -524,13 +525,13 @@ .addTooltip(format.red("Obtained from right clicking a level 3 Mysterious Man")); -.addTooltip(format.red("Dropped by Quadro, found on the second level")); +.addTooltip(format.red("Dropped by Quadro, found on the third level")); -.addTooltip(format.red("Dropped by Karos, found on the second level")); +.addTooltip(format.red("Dropped by Karos, found on the third level")); -.addTooltip(format.red("Dropped by Raglok, found on the third level")); +.addTooltip(format.red("Dropped by Raglok, found on the fourth level")); -.addTooltip(format.red("Dropped by Wreck, found on the third level")); +.addTooltip(format.red("Dropped by Wreck, found on the fourth level")); .addTooltip(format.red("Traded from The Hunger")); @@ -780,6 +781,9 @@ .addTooltip(format.red("Woot upgrades are added one on top of the other, I at the bottom, II in between, III at the top")); .addTooltip(format.red("Woot upgrades are added one on top of the other, I at the bottom, II in between, III at the top")); +.addTooltip(format.red("WARNING: do not connect directly to flux points, as it could disconnect, use a conduit in between")); + + .addTooltip(format.red("Sometimes there's a visual bug where the armor recipe output will look like a different item, the recipe still works")); .addTooltip(format.red("Sometimes there's a visual bug where the armor recipe output will look like a different item, the recipe still works")); .addTooltip(format.red("Sometimes there's a visual bug where the armor recipe output will look like a different item, the recipe still works")); @@ -1071,9 +1075,9 @@ .addTooltip(format.aqua("Alloy Ratio: 5 Aluminum, 3 Iron")); .addTooltip(format.aqua("Alloy Ratio: 1 Ardite, 1 Cobalt")); .addTooltip(format.aqua("Alloy Ratio: 3 Copper, 1 Tin")); -.addTooltip(format.aqua("Alloy Ratio: 1 Gold, 1 SIlver")); +.addTooltip(format.aqua("Alloy Ratio: 1 Gold, 1 Silver")); .addTooltip(format.aqua("Alloy Ratio: 1 Copper, 3 Aluminum")); -.addTooltip(format.aqua("Alloy Ratio: 2 Copper, 1 Zinc")); +.addTooltip(format.aqua("Alloy Ratio: 3 Copper, 1 Zinc")); .addTooltip(format.red("Thanks to gafex11 for writing this!")); @@ -1183,7 +1187,7 @@ .addTooltip(format.red("Infusion Stabilizer (can produce some flux): see JEI info box for recommended setup")); -.addTooltip(format.red("WARNING: do not use to break inventories")); +.addTooltip(format.red("WARNING: do not use to break machines or chests")); .addTooltip(format.red("Vamael has da forbidden knowledge")); @@ -1337,6 +1341,7 @@ .addTooltip(format.red("Combine with a Potion Flask to make it give the Falsk's effect as potion clouds")); .addTooltip(format.red("Mana bursts follow the closest entity")); .addTooltip(format.red("Massively increased throughput, mana bursts deal lots of damage")); +.addTooltip(format.red("mana per burst is 8x, and movement speed of mana burst is 1.5x, but time before loss is 0.8x and mana loss is 16x")); .addTooltip(format.red("Captures mobs, including some bosses")); .addTooltip(format.red("Moves the location of a block")); @@ -1393,8 +1398,17 @@ .addTooltip(format.red("Right click on leaves of the Corresponding Species with a Pollen Collection Kit")); .addTooltip(format.red("To properly assemble the Impetus Syphons into the Font of Divinity, the diagonal bits of the smaller multiblock should intersect with the larger multiblock")); -.addTooltip(format.red("To properly assemble the Impetus Syphons into the Font of Divinity, the diagonal bits of the smaller multiblock should intersect with the larger multiblock")); -.addTooltip(format.red("To properly assemble the Impetus Syphons into the Font of Divinity, the diagonal bits of the smaller multiblock should intersect with the larger multiblock")); + +.addTooltip(format.red("Use the Impetus Resonator to transfer Impetus")); +.addTooltip(format.red("Use the Impetus Resonator to transfer Impetus")); + +.addTooltip(format.red("To properly assemble the Impetus Syphons into the Font of Divinity:")); +.addTooltip(format.red("Syphon has a 'missing' block at the end of its diagonal section")); +.addTooltip(format.red("That block should be one of the 4 Void Metal Block in the Font ")); + +.addTooltip(format.red("To properly assemble the Impetus Syphons into the Font of Divinity:")); +.addTooltip(format.red("Syphon has a 'missing' block at the end of its diagonal section")); +.addTooltip(format.red("That block should be one of the 4 Void Metal Block in the Font ")); .addTooltip(format.red("Reduces damage taken based on number of Pleiades or Starry Idol armor pieces worn")); @@ -1466,7 +1480,7 @@ .addTooltip(format.red("First crafted by:")); .addTooltip(format.red("Hunter3216 & Glance_ (team)")); -.addTooltip(format.red("lSllowl & HollowPeet (team) (older recipe)")); +.addTooltip(format.red("lSllowl & HollowPeet (team)")); .addTooltip(format.red("Akeianova, TaterBlight (team)")); .addTooltip(format.red("Ԍrzegorz Technologicznowiczewski AKA MegaLegoTom (solo)")); .addTooltip(format.red("Yunis & ryuu (team)")); @@ -1474,6 +1488,12 @@ .addTooltip(format.red("NickZumb & YtMcSkt (team) (autocrafting challenge)")); .addTooltip(format.red("Erbus (solo)")); .addTooltip(format.red("Light, Mech1456 & creeperkid091 (team)")); +.addTooltip(format.red("Snuttig (solo) (#EMCless)")); +.addTooltip(format.red("PocketSkeleton (solo)")); +.addTooltip(format.red("Chaika_In_Paanic & rfhb21 (team)")); +.addTooltip(format.red("okay (solo)")); +.addTooltip(format.red("IridiumSky, maxwell_lt, Darkally (team)")); +.addTooltip(format.red("Origami10004, Lumamaster, Kafuruu (team)")); .addTooltip(format.red("Can be used in a mechanical user")); .addTooltip(format.red("Can be used in a mechanical user")); @@ -1737,11 +1757,13 @@ .addTooltip(format.red("Multiblock Upgrade, Mythic PE Sterilizer: 5X output")); .addTooltip(format.red("Multiblock Upgrade, Plasmatic Controller: 400X output")); .addTooltip(format.red("Multiblock Upgrade, Plated Carpenter: 10X speed")); +.addTooltip(format.red("Multiblock Upgrade, Plated Thermofabricator: 10X speed")); .addTooltip(format.red("Multiblock Upgrade, Sentient Coagulator: 8X Output")); .addTooltip(format.red("Multiblock Upgrade, Sterilized Sacrificial Altar: 10X speed")); .addTooltip(format.red("Multiblock Upgrade, Two-Phase Fission Reactor: 10X speed")); .addTooltip(format.red("Multiblock Upgrade, Valonite Gateway: 5X speed")); .addTooltip(format.red("Multiblock Upgrade, Wizardry Combiner: 20X speed")); +.addTooltip(format.red("Multiblock Upgrade, Mythic Excavation Reactor: 20X speed")); .addTooltip(format.red("This will let you bring your items into Vethea (yippee)")); @@ -1756,7 +1778,7 @@ .addTooltip(format.red("Bee effects are also added as tooltips on each bee")); .addTooltip(format.red("Thanks to koos for writing bee effect tooltips!")); -.addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); +.addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); .addTooltip(format.red("Thanks to Vamael for the idea!")); @@ -1764,17 +1786,17 @@ .withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to koos for writing bee effect tooltips!")); .withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to koos for writing bee effect tooltips!")); -.withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); -.withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); -.withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); +.withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); +.withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); +.withTag({Genome: {Chromosomes: [{UID1: "careerbees.acceleration", UID0: "careerbees.acceleration", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); .withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to koos for writing bee effect tooltips!")); .withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to koos for writing bee effect tooltips!")); .withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to koos for writing bee effect tooltips!")); -.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); -.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); -.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrykat for setting up the scripts!")); +.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); +.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); +.withTag({Genome: {Chromosomes: [{UID1: "gendustry.bee.Agricultural", UID0: "gendustry.bee.Agricultural", Slot: 0 as byte}]}}).addTooltip(format.red("Thanks to kurrycat for setting up the scripts!")); .addTooltip(format.red("Lord_Chaos wants more dimensions! I agree!")); @@ -1810,10 +1832,6 @@ .addTooltip(format.red("WARNING: do not drop items in the portal every tick, it will cause massive lag")); -.addTooltip(format.red("WARNING: if you want to use Mythic Processors for autocrafting, use ME Output Hatches :)")); -.addTooltip(format.red("WARNING: if you want to use Mythic Processors for autocrafting, use ME Output Hatches :)")); -.addTooltip(format.red("WARNING: if you want to use Mythic Processors for autocrafting, use ME Output Hatches :)")); - .addTooltip(format.red("Thanks to NerdySpider for the revamped shards textures!")); .addTooltip(format.red("Thanks to NerdySpider for the revamped shards textures!")); .addTooltip(format.red("Thanks to NerdySpider for the revamped shards textures!")); @@ -1884,6 +1902,7 @@ .addTooltip(format.red("Consumes Coal, Iron, Lapis, Gold, Diamond from your inventory to generate XP")); .addTooltip(format.red("Shift Right Click it to activate it, and again to bind it")); +.addTooltip(format.red("Thanks to ChaotkKiller for compiling the production rates")); .addTooltip(format.red("Obtained from the Hunger in Vethea")); .addTooltip(format.red("Obtained from the Hunger in Vethea")); @@ -1911,7 +1930,7 @@ .addTooltip(format.red("Thanks to Mathias for the controller resetting recipes!")); -.addTooltip(format.red("WARNING: may delete items, aboid using")); +.addTooltip(format.red("WARNING: may delete items, avoid using")); .addTooltip(format.red("PackagedAuto in Processing mode can be used for the Arcane Autoinfuser")); .addTooltip(format.red("PackagedAuto in Processing mode can be used for the Arcane Autoinfuser")); @@ -1976,6 +1995,172 @@ .addTooltip(format.red("ChaossStrikez saved the pack, again!")); .addTooltip(format.red("Thanks to Daughter of Myx for the help debugging!")); +.addTooltip(format.red("Right click this to disable command block outputs, and death messages in chat")); +.addTooltip(format.red("Recommended since lots of command blocks and renamed mobs are used in dungeons")); + +.addTooltip(format.red("With regards to Water")); + +.addTooltip(format.red("Reclipse had an idea...")); + +.addTooltip(format.red("Found in the Lost Cities")); + +.addTooltip(format.red("Found in the Lost Cities")); + +.addTooltip(format.green("Reusable")); + +.addTooltip(format.red("Requires the True Name of The Meatball Man to become craftable")); + +.addTooltip(format.red("The world may become a little stranger")); + +.addTooltip(format.red("Right click on a colored Controller to auto-build a given Modular Machine")); +.addTooltip(format.red("To auto-place fluids, they need to come from a tank, buckets do not count")); + +.addTooltip(format.red("From now on, it'd be good to have unbreakable armor")); +.addTooltip(format.red("If you wanted, you could wait until Infinity Armor")); + +.addTooltip(format.red("WARNING: the summoned boss can only be damaged with a Kikoku")); + +.addTooltip(format.red("Part of the boss fight for the callstone")); + +.addTooltip(format.red("Part of the boss fight for the callstone")); + +.addTooltip(format.green("Reusable")); + +.addTooltip(format.red("Makes annoying sound if you don't have torches on you")); + +.addTooltip(format.red("Obtained from the Mark of the Fallen Tower using the Draconic Fabrial")); + +.addTooltip(format.red("A Mark of the Fallen tower for 50000")); +.addTooltip(format.red("videojamiemostlikely had an idea")); + +.addTooltip(format.red("Face towards the Assembly Table to power it")); +.addTooltip(format.red("Connect to EnderIO conduits, fluxducts often disconnect!")); + +.addTooltip(format.red("Light wanted some inventory space!")); + +.addTooltip(format.red("Counteracts gravity in Lelyetia")); + +.addTooltip(format.red("Counteracts damage in the Vox Ponds")); +.addTooltip(format.red("Counteracts damage in the Vox Ponds")); +.addTooltip(format.red("Counteracts damage in the Vox Ponds")); +.addTooltip(format.red("Counteracts damage in the Vox Ponds")); + + +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); +.addTooltip(format.red("When traded with the wizards in ****, use the Trade Exchanger or shift-click to get the right NBT for the Master Wizardry Catalyst")); + +.addTooltip(format.red("Right click to break Thaumcraft Crystals below you in the Ancient Cavern")); + +.addTooltip(format.red("Right click in a given biome to configure it (may not work while wearing a handy bag)")); +.addTooltip(format.red("WARNINGS: do not craft in ME terminal or arcane transmutation tablet, it could cause a crash")); + +.addTooltip(format.red("Jungle Dramcryx: Jungles in the Overworld")); +.addTooltip(format.red("Deathcryx: Dungeon of Arcana")); +.addTooltip(format.red("Eden Cadillion: Eden")); +.addTooltip(format.red("Enthralled Dramcryx: below y=15 in the Overworld")); + +.addTooltip(format.aqua("Base Depletion Time: 120 min")); +.addTooltip(format.aqua("Base Power Gen: 400 RF/t")); +.addTooltip(format.aqua("Base Heat Gen: 18 H/t")); + +.addTooltip(format.aqua("Base Depletion Time: 70 min")); +.addTooltip(format.aqua("Base Power Gen: 1000 RF/t")); +.addTooltip(format.aqua("Base Heat Gen: 57.5 H/t")); + +.addTooltip(format.aqua("Base Depletion Time: 46.67 min")); +.addTooltip(format.aqua("Base Power Gen: 1500 RF/t")); +.addTooltip(format.aqua("Base Heat Gen: 97.5 H/t")); + +.addTooltip(format.red("The rune of power is not consumed")); + +.addTooltip(format.red("Place on an item frame, and use Time in a Bottle to speed up the day/night cycle")); + +.addTooltip(format.red("Stores enchanted books in an easy manner")); +.addTooltip(format.red("Works with storage buses ;)")); +.addTooltip(format.red("Kurrycat is a genius!")); + +.addTooltip(format.red("Dropped by Praying Mantises in the Erebus")); + +.addTooltip(format.red("WARNING: keep away from tick acceleration")); + +.addTooltip(format.red("WARNING: sometimes this gets stuck in a blocked state, to unblock it, place it in a crafting table")); + +.addTooltip(format.red("Right click to teleport to the location of the Ancient Wyvern Temple")); + +.addTooltip(format.red("WARNING: if it stops raining, it's likely because the space station or a custom dimension has loaded chunks")); + +.addTooltip(format.red("WARNING: if it stops raining, it's likely because the space station or a custom dimension has loaded chunks")); + +.addTooltip(format.red("WARNING: if it stops raining, it's likely because the space station or a custom dimension has loaded chunks")); + +.addTooltip(format.red("Requires the Terrestrial Artifact version of the Celestial Manipulator, which is reusable")); +.addTooltip(format.red("Requires the Terrestrial Artifact version of the Celestial Manipulator, which is reusable")); +.addTooltip(format.red("Requires the Terrestrial Artifact version of the Celestial Manipulator, which is reusable")); +.addTooltip(format.red("Requires the Terrestrial Artifact version of the Celestial Manipulator, which is reusable")); +.addTooltip(format.red("Requires the Terrestrial Artifact version of the Celestial Manipulator, which is reusable")); +.addTooltip(format.red("Requires the Terrestrial Artifact version of the Celestial Manipulator, which is reusable")); + +.addTooltip(format.red("Can only be placed down in Kashan")); +.addTooltip(format.red("Can only be placed down in Kashan")); +.addTooltip(format.red("Can only be placed down in Kashan")); + +.addTooltip(format.red("Also obtained from a Mark of the Fallen Tower using the Spinel from the corresponding dimension, for #noEMC")); + +.addTooltip(format.red("This modpack does many things differently than most...")); +.addTooltip(format.red("Please take your time reading the info provided by the questbook and various info boxes!")); +.addTooltip(format.red("Yes, even if you are a veteran!")); + +.addTooltip(format.red("Ignore the structure voids, they are there to show empty spots in the JEI recipe")); + +.addTooltip(format.red("WARNING: do not put inside bags, it can cause corruptions")); + +.addTooltip(format.red("Thanks to 0xC4DE for making these!")); +.addTooltip(format.red("Thanks to 0xC4DE for making these!")); +.addTooltip(format.red("Thanks to 0xC4DE for making these!")); +.addTooltip(format.red("Thanks to 0xC4DE for making these!")); + +.addTooltip(format.red("Does not work with:")); +.addTooltip(format.red("Hunter Mobs")); +.addTooltip(format.red("Bosses")); +.addTooltip(format.red("Mobs used in custom dungeons (notably zombies)")); + +.addTooltip(format.red("WARNING: do not place items that are not Artifacts in the artifacts slots, the machine may bug out")); + +.addTooltip(format.red("WARNING: do not place inside a Dank, it can bug out")); + +.addTooltip(format.red("If only some Master of Spellcraft could Order me...")); + +.addTooltip(format.red("Only for masters of spellcraft!")); + +.addTooltip(format.red("WARNING: do not super sound muffle, it causes lag")); + +.addTooltip(format.red("WARNING: if the output of the Distillery has only one free slot, crafting this will cause a crash")); + +.addTooltip(format.red("To automate the duplication recipe, use the Sequential Fabricator")); + +.addTooltip(format.red("Due to a bug in 1.12 Vanilla Minecraft,")); +.addTooltip(format.red("Changing dimensions too frequently can cause memory leaks (game starts freezing every few seconds)")); +.addTooltip(format.red("To avoid this, wait 30 seconds in between every time you change dimensions")); + + +.addTooltip(format.red("NOTE: this can still get laggy if present in your main AE2 network")); +.addTooltip(format.red("It still can be useful for some setups in subnets")); +.addTooltip(format.red("Thanks to kurrycat for improving its performance")); + +.addTooltip(format.red("NOTE: this can still get laggy if present in your main AE2 network")); +.addTooltip(format.red("It still can be useful for some setups in subnets")); +.addTooltip(format.red("Thanks to kurrycat for improving its performance")); + + + + + diff --git a/scripts/ToolTips2.zs b/scripts/ToolTips2.zs index 088153e0..dbe18ee0 100644 --- a/scripts/ToolTips2.zs +++ b/scripts/ToolTips2.zs @@ -24,10 +24,8 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Requires the Controller Manual to become craftable")); .addTooltip(format.red("Cannot be crafted using AE2, use a crafter instead (RECURSIVE RECIPE ONLY)")); .addTooltip(format.red("IMPORTANT: you should make the specific controller for each machine using the blueprint recipe")); -.addTooltip(format.red("The resulting controllers can be auto-built if right clicked with a stick")); -.addTooltip(format.red("This controller block will work for all machines, but it will make things way more laggy")); -.addTooltip(format.red("WARNING: do not place modular machines on chunk boundaries")); -.addTooltip(format.red("WARNING: machines will void inputs if they are not getting enough RF/t")); +.addTooltip(format.red("The resulting controllers can be auto-built if right clicked with a Multiblock Sticc")); +.addTooltip(format.red("This controller block will work for all machines, but it will make things way more laggy, and multiblock may bug out if on chunk boundaries")); .addTooltip(format.red("A huge thanks to Kasumi_Nova & Domi for working on and testing Modular Machinery Community Edition!")); @@ -352,9 +350,9 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Key to a prison in a deep, dark place")); -.addTooltip(format.red("Produced by the matter fabricator (boosted with scrap)")); +.addTooltip(format.red("Produced by the Matter Reprocessor or by the Matter Fabricator")); -.addTooltip(format.red("Produced by the recycler")); +.addTooltip(format.red("Produced by the Matter Reprocessor or by the Recycler")); .addTooltip(format.red("Dropped by a tier 2 Gaia Guardian")); @@ -415,9 +413,9 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Dropped by the Antlion Overlord in the Erebus")); -.addTooltip(format.red("Found in dimensional doors - mined with silk touch")); +.addTooltip(format.red("Found in the Limbo - mined with silk touch")); -.addTooltip(format.red("Found in the limbo - mined with silk touch")); +.addTooltip(format.red("Fabric of reality is found in Dimensional Doors - mined with silk touch")); .addTooltip(format.red("Found in the Will Crystal Monolith in the Nether roof")); @@ -576,7 +574,6 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.green("Reusable for shapeless recipes")); -.addTooltip(format.red("Connect to EnderIO conduits!")); .addTooltip(format.red("3x4x3 hollow cuboid, machine touching the bottom layer")); .addTooltip(format.red("you can do these things to increase the heat:")); @@ -606,7 +603,6 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("You can right click the coils on the controller to place them automatically")); -.addTooltip(format.red("Stag Beetle spawn eggs are craftable")); .addTooltip(format.red("Plutonium Dust is a good source, but how do I get some?")); @@ -791,13 +787,13 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Use in the castle in the frozen world")); -.addTooltip(format.red("WARNING: this has a chance of deleting the machine if it's loaded and unloaded often, use in chunks you won't visit often")); +.addTooltip(format.red("WARNING: this has a chance of deleting the mob crusher if it's loaded and unloaded often, use in chunks you won't visit often")); -.addTooltip(format.red("WARNING: this has a chance of deleting the machine if it's loaded and unloaded often, use in chunks you won't visit often")); +.addTooltip(format.red("WARNING: this has a chance of deleting the mob crusher if it's loaded and unloaded often, use in chunks you won't visit often")); -.addTooltip(format.red("WARNING: this has a chance of deleting the machine if it's loaded and unloaded often, use in chunks you won't visit often")); +.addTooltip(format.red("WARNING: this has a chance of deleting the mob crusher if it's loaded and unloaded often, use in chunks you won't visit often")); -.addTooltip(format.red("WARNING: this has a chance of deleting the machine if it's loaded and unloaded often, use in chunks you won't visit often")); +.addTooltip(format.red("WARNING: this has a chance of deleting the mob crusher if it's loaded and unloaded often, use in chunks you won't visit often")); .addTooltip(format.red("A cruel sacrifice for great power (Fabulous_Ampharos has a good sense of humor)")); @@ -2023,7 +2019,6 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Cursed myrmitite buckets have a recipe")); -.addTooltip(format.red("Will allow creative flight in all dimensions up to chapter 3")); .addTooltip(format.red("Will allow creative flight in all dimensions")); @@ -2054,6 +2049,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Use V to change mode")); .addTooltip(format.red("Use V to increase range, shift+V to reduce range, C to open the crafting grid")); +.addTooltip(format.red("Use R to shoot projectiles that transform vanilla mobs into each other")); .addTooltip(format.red("Requires EMC from a klein star to function!")); .addTooltip(format.red("Press shift + X to turn on!")); @@ -2719,7 +2715,6 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Can be used to repair tools in your crafting table")); .addTooltip(format.red("WARNING: do not craft in ME terminal or arcane transmutation tablet, it could cause a crash")); -.addTooltip(format.red("WARNING: do not craft in ME terminal or arcane transmutation tablet, it could cause a crash")); .addTooltip(format.red("WARNING: do not craft in ME terminal or arcane transmutation tablet, it could cause a crash")); .addTooltip(format.red("With regards to Not Yue")); @@ -3101,7 +3096,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Right click the enigma table in the Vox ponds, make sure you build a cover for the drops")); -.addTooltip(format.red("Right click the enigma table in mysterium, make sure you build a cover for the drops")); +.addTooltip(format.red("Right click the enigma table in Vox Ponds, make sure you build a cover for the drops")); .addTooltip(format.red("Right click a Rune Post with a Water Bucket")); @@ -3345,7 +3340,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("Thanks to Tom for compiling the research steps!")); -.addTooltip(format.red("Drop in a crucible to transform excess essentia into ctystals")); +.addTooltip(format.red("Drop in a crucible to transform excess essentia into crystals")); .addTooltip(format.red("Tube that transports one type of essentia at a time")); @@ -3661,3 +3656,4 @@ import crafttweaker.item.IItemCondition; + diff --git a/scripts/TorcherinoGating.zs b/scripts/TorcherinoGating.zs index 92173ecb..4254b862 100644 --- a/scripts/TorcherinoGating.zs +++ b/scripts/TorcherinoGating.zs @@ -80,9 +80,16 @@ recipes.remove(); recipes.remove(); recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); +recipes.remove(); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); +recipes.remove(); + +recipes.remove(); +recipes.remove(); diff --git a/scripts/TwilightEMC.zs b/scripts/TwilightEMC.zs index 2388adab..d0a38250 100644 --- a/scripts/TwilightEMC.zs +++ b/scripts/TwilightEMC.zs @@ -219,9 +219,9 @@ recipes.removeShaped(); recipes.removeShaped(); mods.extendedcrafting.TableCrafting.addShaped(, -[[, , , +[[, , , , , , -, , ], +, , ], [, , , , , , @@ -251,9 +251,9 @@ mods.extendedcrafting.TableCrafting.addShaped(, , , , , , ], -[, , , +[, , , , , , -, , ]]); +, , ]]); @@ -329,4 +329,46 @@ recipes.addShaped(.withTag({biome_id: 232}), [, , ]]); -mods.extendedcrafting.CompressionCrafting.addRecipe(, , 36, , 100000); \ No newline at end of file +mods.extendedcrafting.CompressionCrafting.addRecipe(, , 36, , 100000); + + + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , , , , ], +[, , , , , , ], +[, , .withTag({Biome: "advancedrocketry:stormland"}), , .withTag({Biome: "advancedrocketry:stormland"}), , ], +[, , , , , , ], +[, , .withTag({Biome: "advancedrocketry:stormland"}), , .withTag({Biome: "advancedrocketry:stormland"}), , ], +[, , , , , , ], +[, , , , , , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , .withTag({Fluid: {FluidName: "iron", Amount: 2048000}}), , , ], +[, , , , , , ]]); diff --git a/scripts/VetheaEasier.zs b/scripts/VetheaEasier.zs index 7c1fcdc4..daa4c393 100644 --- a/scripts/VetheaEasier.zs +++ b/scripts/VetheaEasier.zs @@ -137,7 +137,7 @@ recipes.addShaped(*8, recipes.addShaped(, [[, , ], -[, , ], +[, , ], [, , ]]); recipes.addShaped(, diff --git a/scripts/customJEItabs/DraconicBoomJEI.zs b/scripts/customJEItabs/DraconicBoomJEI.zs index ddc1ceb8..3ac66594 100644 --- a/scripts/customJEItabs/DraconicBoomJEI.zs +++ b/scripts/customJEItabs/DraconicBoomJEI.zs @@ -25,7 +25,7 @@ draconicboomJEI.register(); val draconicboom1 = JEI.createJeiRecipe("draconic_alchemy"); -draconicboom1.addInput(); +draconicboom1.addInput(); draconicboom1.setOutputs([]); draconicboom1.build(); diff --git a/scripts/customJEItabs/EctoplasmJEI.zs b/scripts/customJEItabs/EctoplasmJEI.zs new file mode 100644 index 00000000..01431564 --- /dev/null +++ b/scripts/customJEItabs/EctoplasmJEI.zs @@ -0,0 +1,37 @@ +#modloaded randomtweaker +#priority -10 +#reloadable + +import mods.jei.JEI; +import mods.randomtweaker.jei.IJeiPanel; +import mods.randomtweaker.jei.IJeiUtils; + +var spiritectoplasmJEI as IJeiPanel = JEI.createJei("spirit_ectoplasm", "Spirit Drops"); +spiritectoplasmJEI.setModid("Draconic Alchemy"); +spiritectoplasmJEI.setIcon(); +spiritectoplasmJEI.addRecipeCatalyst(); +spiritectoplasmJEI.setBackground(IJeiUtils.createBackground(150, 55)); +spiritectoplasmJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input +spiritectoplasmJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output +spiritectoplasmJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0)); +spiritectoplasmJEI.addElement(IJeiUtils.createImageElement("magicdam", 68, 6, 16, 16, 0, 0, "contenttweaker:textures/gui/magicdam.png", 16, 16)); +spiritectoplasmJEI.onTooltip(function(mouseX, mouseY) as string[]{ + if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) { + return ["Spirits have a random chance of spawning when a mob dies \n Use magic to kill these mobs"]; + } + return []; +}); +spiritectoplasmJEI.register(); + + +val spiritectoplasm1 = JEI.createJeiRecipe("spirit_ectoplasm"); +spiritectoplasm1.addInput(); +spiritectoplasm1.setOutputs([]); +spiritectoplasm1.build(); + +val spiritectoplasm2 = JEI.createJeiRecipe("spirit_ectoplasm"); +spiritectoplasm2.addInput(.withTag({Potion: "minecraft:harming"})); +spiritectoplasm2.setOutputs([]); +spiritectoplasm2.build(); + + diff --git a/scripts/customJEItabs/RightClickJEI.zs b/scripts/customJEItabs/RightClickJEI.zs index 33aa81d9..4ab3451b 100644 --- a/scripts/customJEItabs/RightClickJEI.zs +++ b/scripts/customJEItabs/RightClickJEI.zs @@ -83,3 +83,171 @@ val rightclick12 = JEI.createJeiRecipe("right_click_meatball"); rightclick12.addInput(); rightclick12.setOutputs([]); rightclick12.build(); + +val rclickdimlet1 = JEI.createJeiRecipe("rclickdimlet1"); +rclickdimlet1.addInput(); +rclickdimlet1.setOutputs([]); +rclickdimlet1.build(); + +val rclickdimlet2 = JEI.createJeiRecipe("rclickdimlet2"); +rclickdimlet2.addInput(); +rclickdimlet2.setOutputs([]); +rclickdimlet2.build(); + +val rclickdimlet3 = JEI.createJeiRecipe("rclickdimlet3"); +rclickdimlet3.addInput(); +rclickdimlet3.setOutputs([]); +rclickdimlet3.build(); + +val rclickdimlet4 = JEI.createJeiRecipe("rclickdimlet4"); +rclickdimlet4.addInput(); +rclickdimlet4.setOutputs([]); +rclickdimlet4.build(); + +val rclickdimlet5 = JEI.createJeiRecipe("rclickdimlet5"); +rclickdimlet5.addInput(); +rclickdimlet5.setOutputs([]); +rclickdimlet5.build(); + +val rclickdimlet6 = JEI.createJeiRecipe("rclickdimlet6"); +rclickdimlet6.addInput(); +rclickdimlet6.setOutputs([]); +rclickdimlet6.build(); + +val rclickdimlet7 = JEI.createJeiRecipe("rclickdimlet7"); +rclickdimlet7.addInput(); +rclickdimlet7.setOutputs([]); +rclickdimlet7.build(); + +val rclickdimlet8 = JEI.createJeiRecipe("rclickdimlet8"); +rclickdimlet8.addInput(); +rclickdimlet8.setOutputs([]); +rclickdimlet8.build(); + +val rclickdimlet9 = JEI.createJeiRecipe("rclickdimlet9"); +rclickdimlet9.addInput(); +rclickdimlet9.setOutputs([]); +rclickdimlet9.build(); + +val rclickdimlet10 = JEI.createJeiRecipe("rclickdimlet10"); +rclickdimlet10.addInput(); +rclickdimlet10.setOutputs([]); +rclickdimlet10.build(); + +val rclickdimlet11 = JEI.createJeiRecipe("rclickdimlet11"); +rclickdimlet11.addInput(); +rclickdimlet11.setOutputs([]); +rclickdimlet11.build(); + +val rclickdimlet12 = JEI.createJeiRecipe("rclickdimlet12"); +rclickdimlet12.addInput(); +rclickdimlet12.setOutputs([]); +rclickdimlet12.build(); + +val rclickdimlet13 = JEI.createJeiRecipe("rclickdimlet13"); +rclickdimlet13.addInput(); +rclickdimlet13.setOutputs([]); +rclickdimlet13.build(); + +val rclickdimlet14 = JEI.createJeiRecipe("rclickdimlet14"); +rclickdimlet14.addInput(); +rclickdimlet14.setOutputs([]); +rclickdimlet14.build(); + +val rclickdimlet15 = JEI.createJeiRecipe("rclickdimlet15"); +rclickdimlet15.addInput(); +rclickdimlet15.setOutputs([]); +rclickdimlet15.build(); + +val rclickdimlet16 = JEI.createJeiRecipe("rclickdimlet16"); +rclickdimlet16.addInput(); +rclickdimlet16.setOutputs([]); +rclickdimlet16.build(); + +val rclickdimlet17 = JEI.createJeiRecipe("rclickdimlet17"); +rclickdimlet17.addInput(); +rclickdimlet17.setOutputs([]); +rclickdimlet17.build(); + +val rclickdimlet18 = JEI.createJeiRecipe("rclickdimlet18"); +rclickdimlet18.addInput(); +rclickdimlet18.setOutputs([]); +rclickdimlet18.build(); + +val rclickdimlet19 = JEI.createJeiRecipe("rclickdimlet19"); +rclickdimlet19.addInput(); +rclickdimlet19.setOutputs([]); +rclickdimlet19.build(); + +val rclickdimlet20 = JEI.createJeiRecipe("rclickdimlet20"); +rclickdimlet20.addInput(); +rclickdimlet20.setOutputs([]); +rclickdimlet20.build(); + +val rclickdimlet21 = JEI.createJeiRecipe("rclickdimlet21"); +rclickdimlet21.addInput(); +rclickdimlet21.setOutputs([]); +rclickdimlet21.build(); + +val rclickdimlet22 = JEI.createJeiRecipe("rclickdimlet22"); +rclickdimlet22.addInput(); +rclickdimlet22.setOutputs([]); +rclickdimlet22.build(); + +val rclickdimlet23 = JEI.createJeiRecipe("rclickdimlet23"); +rclickdimlet23.addInput(); +rclickdimlet23.setOutputs([]); +rclickdimlet23.build(); + +val rclickdimlet24 = JEI.createJeiRecipe("rclickdimlet24"); +rclickdimlet24.addInput(); +rclickdimlet24.setOutputs([]); +rclickdimlet24.build(); + +val rclickdimlet25 = JEI.createJeiRecipe("rclickdimlet25"); +rclickdimlet25.addInput(); +rclickdimlet25.setOutputs([]); +rclickdimlet25.build(); + +val rclickdimlet26 = JEI.createJeiRecipe("rclickdimlet26"); +rclickdimlet26.addInput(); +rclickdimlet26.setOutputs([]); +rclickdimlet26.build(); + +val rclickdimlet27 = JEI.createJeiRecipe("rclickdimlet27"); +rclickdimlet27.addInput(); +rclickdimlet27.setOutputs([]); +rclickdimlet27.build(); + +val rclickdimlet28 = JEI.createJeiRecipe("rclickdimlet28"); +rclickdimlet28.addInput(); +rclickdimlet28.setOutputs([]); +rclickdimlet28.build(); + +val rclickdimlet29 = JEI.createJeiRecipe("rclickdimlet29"); +rclickdimlet29.addInput(); +rclickdimlet29.setOutputs([]); +rclickdimlet29.build(); + +val rclickdimlet30 = JEI.createJeiRecipe("rclickdimlet30"); +rclickdimlet30.addInput(); +rclickdimlet30.setOutputs([]); +rclickdimlet30.build(); + +val rclickdimlet31 = JEI.createJeiRecipe("rclickdimlet31"); +rclickdimlet31.addInput(); +rclickdimlet31.setOutputs([]); +rclickdimlet31.build(); + +val rclickdimlet32 = JEI.createJeiRecipe("rclickdimlet32"); +rclickdimlet32.addInput(); +rclickdimlet32.setOutputs([]); +rclickdimlet32.build(); + + + + + + + + diff --git a/scripts/mixin/LazyAe2OvercraftLevelMaintainer.zs b/scripts/mixin/LazyAe2OvercraftLevelMaintainer.zs new file mode 100644 index 00000000..43e59555 --- /dev/null +++ b/scripts/mixin/LazyAe2OvercraftLevelMaintainer.zs @@ -0,0 +1,17 @@ +#loader mixin + +import mixin.CallbackInfo; + +#mixin Mixin +#{targets: "io.github.phantamanta44.threng.tile.TileLevelMaintainer"} +zenClass MixinTileLevelMaintainer { + #mixin ModifyArg + #{ + # method: "tick", + # at: {value: "INVOKE", target: "Lio/github/phantamanta44/threng/tile/TileLevelMaintainer$InventoryRequest;computeDelta(IJ)J"}, + # index: 1 + #} + function allowOvercraft(existing as long) as long { + return 0 as long; + } +}